| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/chatme24.com/wwwroot/_installold/backup/ |
Upload File : |
DROP TABLE IF EXISTS `geo_city`;
CREATE TABLE IF NOT EXISTS `geo_city` (
`city_id` int(11) NOT NULL AUTO_INCREMENT,
`state_id` int(11) NOT NULL DEFAULT '0',
`country_id` int(11) NOT NULL DEFAULT '0',
`city_title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`lat` bigint(20) NOT NULL,
`long` bigint(20) NOT NULL,
`pop` int(10) unsigned NOT NULL,
`hidden` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`city_id`),
KEY `country_id` (`country_id`),
KEY `state_id` (`state_id`),
KEY `lat` (`lat`),
KEY `long` (`long`),
KEY `hidden` (`hidden`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=65114 ;
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(1, 1, 1, '''Alaqahdari-ye Kiran wa Munjan', 360286600, 707725800, 0),
(2, 2, 1, 'Mazar-e Sharif', 367090400, 671108700, 0),
(3, 3, 1, 'Herat', 343481700, 621996700, 0),
(4, 4, 1, 'Kabul', 345281300, 691723300, 0),
(5, 4, 1, 'Mir Bachah Kot', 347499900, 691189900, 0),
(6, 5, 1, 'Kandahar', 316133200, 657101300, 0),
(7, 6, 1, 'Jalalabad', 344264700, 704515300, 0),
(8, 7, 1, 'Tarinkot', 326267500, 658733100, 0),
(9, 8, 1, 'Charikar', 350136100, 691713900, 0),
(10, 9, 1, 'Maidan Shahr', 343956100, 688661800, 0),
(11, 10, 1, 'Qalat', 321057500, 669083300, 0),
(12, 11, 2, 'Eckero', 602124900, 196144200, 0),
(13, 12, 2, 'Hammarland', 602166700, 197500000, 0),
(14, 13, 2, 'Mariehamn', 600972600, 199348100, 0),
(15, 14, 2, 'Sund', 602500000, 201166700, 0),
(16, 15, 3, 'Kucove', 408002800, 199166700, 0),
(17, 15, 3, 'Polican', 406122200, 200980600, 0),
(18, 16, 3, 'Bulqize', 414916700, 202219400, 0),
(19, 16, 3, 'Peshkopi', 416850000, 204288900, 0),
(20, 17, 3, 'Durres', 413230600, 194413900, 0),
(21, 17, 3, 'Fushe-Kruje', 414783300, 197177800, 0),
(22, 17, 3, 'Shijak', 413455600, 195672200, 0),
(23, 18, 3, 'Cerrik', 410316700, 199758300, 0),
(24, 18, 3, 'Elbasan', 411125000, 200822200, 0),
(25, 19, 3, 'Fier', 407238900, 195561100, 0),
(26, 19, 3, 'Lushnje', 409419400, 197050000, 0),
(27, 20, 3, 'Korce', 406186100, 207808300, 0),
(28, 21, 3, 'Kukes', 420769400, 204219400, 0),
(29, 22, 3, 'Lezhe', 417836100, 196436100, 0),
(30, 22, 3, 'Milot', 416838900, 197155600, 0),
(31, 22, 3, 'Shengjin', 418136100, 195938900, 0),
(32, 23, 3, 'Shkoder', 420682800, 195125800, 0),
(33, 24, 3, 'Kamez', 413816700, 197602800, 0),
(34, 24, 3, 'Kavaje', 411855600, 195569400, 0),
(35, 24, 3, 'Tirana', 413275000, 198188900, 0),
(36, 24, 3, 'Vore', 413908300, 196550000, 0),
(37, 25, 3, 'Vlore', 404666700, 194897200, 0),
(38, 26, 4, 'Aoulef', 269666700, 10833300, 0),
(39, 26, 4, 'Reggane', 267157600, 1714000, 0),
(40, 26, 4, 'Timimoun', 292638800, 2309800, 0),
(41, 27, 4, 'Ain Defla', 362640600, 19679000, 0),
(42, 27, 4, 'El Abadia', 362695100, 16860900, 0),
(43, 27, 4, 'El Attaf', 362239300, 16718700, 0),
(44, 27, 4, 'Khemis Miliana', 362610400, 22201500, 0),
(45, 28, 4, '''Ain Temouchent', 352974900, -11403700, 0),
(46, 28, 4, 'Beni Saf', 353009900, -13822600, 0),
(47, 28, 4, 'El Amria', 355243900, -10157700, 0),
(48, 28, 4, 'Hammam Bou Hadjar', 353788900, -9677800, 0),
(49, 29, 4, 'Ain Taya', 367933300, 32869400, 0),
(50, 29, 4, 'Algiers', 367525000, 30419700, 0),
(51, 29, 4, 'Bab Ezzouar', 367261500, 31829100, 0),
(52, 29, 4, 'Birkhadem', 367149900, 30500200, 0),
(53, 29, 4, 'Bordj el Kiffan', 367487100, 31924800, 0),
(54, 29, 4, 'Dar el Beida', 367133300, 32125000, 0),
(55, 29, 4, 'Rouiba', 367382900, 32807900, 0),
(56, 30, 4, 'Annaba', 369000000, 77666700, 0),
(57, 30, 4, 'Berrahal', 368352800, 74533300, 0),
(58, 30, 4, 'El Hadjar', 368037700, 77368400, 0),
(59, 31, 4, 'Ain Touta', 353767500, 59000100, 0),
(60, 31, 4, 'Arris', 352588100, 63470600, 0),
(61, 31, 4, 'Barika', 353890100, 53658400, 0),
(62, 31, 4, 'Batna', 355559700, 61741400, 0),
(63, 31, 4, 'Merouana', 356310600, 59118600, 0),
(64, 31, 4, 'Ras el Aioun', 356738400, 56453000, 0),
(65, 31, 4, 'Tazoult-Lambese', 354817100, 62607400, 0),
(66, 32, 4, 'Bechar', 316166700, -22166700, 0),
(67, 33, 4, 'Akbou', 364575000, 45349400, 0),
(68, 33, 4, 'Bejaia', 367558700, 50843300, 0),
(69, 33, 4, 'El Kseur', 366794200, 48555000, 0),
(70, 34, 4, 'Biskra', 348503800, 57280500, 0),
(71, 34, 4, 'Oumache', 346929200, 56809200, 0),
(72, 34, 4, 'Sidi Okba', 347451200, 58983300, 0),
(73, 34, 4, 'Tolga', 347222400, 53784500, 0),
(74, 35, 4, 'Beni Mered', 365238900, 28613100, 0),
(75, 35, 4, 'Blida', 364700400, 28277000, 0),
(76, 35, 4, 'Bou Arfa', 364629800, 28146400, 0),
(77, 35, 4, 'Boufarik', 365741200, 29121400, 0),
(78, 35, 4, 'Bougara', 365417800, 30810000, 0),
(79, 35, 4, 'Bouinan', 365316700, 29919400, 0),
(80, 35, 4, 'Chiffa', 364629300, 27387300, 0),
(81, 35, 4, 'L''Arba', 365647100, 31543400, 0),
(82, 35, 4, 'Souma', 365183300, 29052800, 0),
(83, 36, 4, 'Bordj Bou Arreridj', 360732200, 47610800, 0),
(84, 36, 4, 'El Achir', 360638600, 46274400, 0),
(85, 36, 4, 'Melouza', 359799900, 41866500, 0),
(86, 36, 4, 'Ras el Oued', 359441000, 50310700, 0),
(87, 37, 4, 'Ain Bessem', 362933300, 36731900, 0),
(88, 37, 4, 'Bouira', 363748900, 39020000, 0),
(89, 37, 4, 'Chorfa', 363650500, 43263600, 0),
(90, 37, 4, 'Draa el Mizan', 365362800, 38334000, 0),
(91, 37, 4, 'Lakhdaria', 365646300, 35933000, 0),
(92, 38, 4, 'Arbatache', 366377300, 33712700, 0),
(93, 38, 4, 'Beni Amrane', 366677400, 35911500, 0),
(94, 38, 4, 'Boudouaou', 367273500, 34099500, 0),
(95, 38, 4, 'Boumerdas', 367663900, 34771700, 0),
(96, 38, 4, 'Dellys', 369171600, 39131100, 0),
(97, 38, 4, 'Isser', 367185900, 36692400, 0),
(98, 38, 4, 'Khemis el Khechna', 366499700, 33308000, 0),
(99, 38, 4, 'Ouled Moussa', 366839400, 33666100, 0),
(100, 38, 4, 'Reghaia', 367358700, 33401800, 0),
(101, 38, 4, 'Tizi Gheniff', 365883900, 37744500, 0),
(102, 39, 4, 'Abou el Hassan', 364165700, 11961600, 0),
(103, 39, 4, 'Chlef', 361652500, 13345200, 0),
(104, 39, 4, 'Sidi Akkacha', 364647200, 13025800, 0),
(105, 40, 4, '''Ain Abid', 362319400, 69433300, 0),
(106, 40, 4, 'Ain Smara', 362674000, 65013500, 0),
(107, 40, 4, 'Constantine', 363650000, 66147200, 0),
(108, 40, 4, 'Didouche Mourad', 364525000, 66363900, 0),
(109, 40, 4, 'El Khroub', 362633300, 66936100, 0),
(110, 40, 4, 'Hamma Bouziane', 364120500, 65960300, 0),
(111, 41, 4, '''Ain el Bell', 343438000, 32247500, 0),
(112, 41, 4, 'Ain Oussera', 354513900, 29058300, 0),
(113, 41, 4, 'Birine', 356350000, 32250000, 0),
(114, 41, 4, 'Dar Chioukh', 348963800, 34854300, 0),
(115, 41, 4, 'Djelfa', 346727900, 32630000, 0),
(116, 41, 4, 'Messaad', 341542900, 35030900, 0),
(117, 42, 4, 'El Abiodh Sidi Cheikh', 328930000, 5483900, 0),
(118, 42, 4, 'El Bayadh', 336831800, 10192700, 0),
(119, 43, 4, 'Debila', 335166700, 69500000, 0),
(120, 43, 4, 'El Oued', 333560800, 68631900, 0),
(121, 43, 4, 'Reguiba', 335639100, 67032600, 0),
(122, 44, 4, 'Besbes', 367022200, 78472200, 0),
(123, 44, 4, 'El Kala', 368955600, 84433300, 0),
(124, 44, 4, 'El Tarf', 367672000, 83137700, 0),
(125, 45, 4, 'Berriane', 328264800, 37669000, 0),
(126, 45, 4, 'Metlili Chaamba', 322666700, 36333300, 0),
(127, 46, 4, 'Boumahra Ahmed', 364583300, 75138900, 0),
(128, 46, 4, 'Guelma', 364621400, 74260800, 0),
(129, 46, 4, 'Heliopolis', 365036100, 74427800, 0),
(130, 47, 4, 'Khenchela', 354358300, 71433300, 0),
(131, 48, 4, 'Laghouat', 338000000, 28651400, 0),
(132, 49, 4, '''Ain el Hadjel', 356700300, 38815300, 0),
(133, 49, 4, '''Ain el Melh', 348414600, 41638300, 0),
(134, 49, 4, 'M''sila', 357058300, 45419400, 0),
(135, 49, 4, 'Sidi Aissa', 358854800, 37723600, 0),
(136, 50, 4, 'Mascara', 353966400, 1402700, 0),
(137, 50, 4, 'Oued el Abtal', 354559500, 6877800, 0),
(138, 51, 4, 'Berrouaghia', 361351600, 29108500, 0),
(139, 51, 4, 'Ksar el Boukhari', 358888900, 27490500, 0),
(140, 51, 4, 'Medea', 362641700, 27539300, 0),
(141, 52, 4, 'Chelghoum el Aid', 361628600, 61665100, 0),
(142, 52, 4, 'Mila', 364502800, 62644400, 0),
(143, 52, 4, 'Rouached', 364577400, 60426700, 0),
(144, 52, 4, 'Sidi Merouane', 365205600, 62611100, 0),
(145, 53, 4, 'Mostaganem', 359311500, 891800, 0),
(146, 54, 4, 'Naama', 332666700, -3166700, 0),
(147, 55, 4, '''Ain el Turk', 357438100, -7693000, 0),
(148, 55, 4, 'Ain el Bya', 358038900, -3017800, 0),
(149, 55, 4, 'Bir el Djir', 357200000, -5450000, 0),
(150, 55, 4, 'Bou Tlelis', 355727200, -8996000, 0),
(151, 55, 4, 'Es Senia', 356477900, -6239700, 0),
(152, 55, 4, 'Mers el Kebir', 357279000, -7081000, 0),
(153, 55, 4, 'Oran', 356911100, -6416700, 0),
(154, 55, 4, 'Sidi ech Chahmi', 356590300, -5216800, 0),
(155, 56, 4, 'Djamaa', 335338800, 59930600, 0),
(156, 56, 4, 'Hassi Messaoud', 316804100, 60728600, 0),
(157, 56, 4, 'Ouargla', 319493200, 53250200, 0),
(158, 56, 4, 'Rouissat', 319242700, 53501800, 0),
(159, 56, 4, 'Tebesbest', 331166700, 60833300, 0),
(160, 56, 4, 'Touggourt', 331052700, 60579600, 0),
(161, 57, 4, 'Ain Beida', 357963900, 73927800, 0),
(162, 57, 4, 'Ain Kercha', 359247200, 66952800, 0),
(163, 57, 4, 'El Aouinet', 358669100, 78867200, 0),
(164, 57, 4, 'Meskiana', 356305800, 76660600, 0),
(165, 57, 4, 'Oum el Bouaghi', 358754100, 71135300, 0),
(166, 58, 4, 'Mazouna', 361223200, 8986500, 0),
(167, 58, 4, 'Oued Rhiou', 359612400, 9189600, 0),
(168, 58, 4, 'Relizane', 357373400, 5559900, 0),
(169, 59, 4, 'Saida', 348303400, 1517100, 0),
(170, 60, 4, '''Ain Arnat', 361868300, 53134700, 0),
(171, 60, 4, 'BABOR - VILLE', 364899400, 55393000, 0),
(172, 60, 4, 'Bougaa', 363329300, 50884300, 0),
(173, 60, 4, 'El Eulma', 361528100, 56901600, 0),
(174, 60, 4, 'Salah Bey', 358545000, 52905300, 0),
(175, 60, 4, 'Setif', 361911200, 54137300, 0),
(176, 61, 4, '''Ain el Berd', 353639500, -5127800, 0),
(177, 61, 4, 'Sfizef', 352346400, -2443500, 0),
(178, 61, 4, 'Sidi Bel Abbes', 351899400, -6308500, 0),
(179, 62, 4, 'Azzaba', 367394400, 71052800, 0),
(180, 62, 4, 'Kerkera', 369291700, 65855600, 0),
(181, 62, 4, 'Skikda', 368761700, 69092100, 0),
(182, 62, 4, 'Tamalous', 368376300, 66401800, 0),
(183, 63, 4, 'Souk Ahras', 362863900, 79511100, 0),
(184, 64, 4, 'I-n-Salah', 271935100, 24606900, 0),
(185, 64, 4, 'Tamanrasset', 227850000, 55227800, 0),
(186, 65, 4, 'Cheria', 352730600, 77519400, 0),
(187, 65, 4, 'Hammamet', 354486200, 79518400, 0),
(188, 65, 4, 'Tebessa', 354041700, 81241700, 0),
(189, 66, 4, 'Frenda', 350654400, 10494500, 0),
(190, 66, 4, 'Ksar Chellala', 352122200, 23188900, 0),
(191, 66, 4, 'Sougueur', 351856800, 14961200, 0),
(192, 66, 4, 'Tiaret', 353710300, 13169900, 0),
(193, 67, 4, 'Tindouf', 276711100, -81474400, 0),
(194, 68, 4, '''Ain Benian', 368027700, 29218500, 0),
(195, 68, 4, 'Baraki', 366665500, 30960600, 0),
(196, 68, 4, 'Bou Ismail', 366426200, 26900700, 0),
(197, 68, 4, 'Cheraga', 367677500, 29592400, 0),
(198, 68, 4, 'Douera', 366700000, 29444400, 0),
(199, 68, 4, 'Hadjout', 365125700, 24138200, 0),
(200, 68, 4, 'Kolea', 366388800, 27684500, 0),
(201, 68, 4, 'Mouzaia', 364669500, 26899100, 0),
(202, 68, 4, 'Oued el Alleug', 365552800, 27902800, 0),
(203, 68, 4, 'Saoula', 367045600, 30246200, 0),
(204, 68, 4, 'Tipasa', 365897200, 24475000, 0),
(205, 68, 4, 'Zeralda', 367116900, 28424400, 0),
(206, 69, 4, 'Tissemsilt', 356072200, 18108100, 0),
(207, 70, 4, '''Ain el Hammam', 365647100, 43061900, 0),
(208, 70, 4, 'Arhribs', 367936100, 43115800, 0),
(209, 70, 4, 'Azazga', 367447200, 43722200, 0),
(210, 70, 4, 'Boghni', 365422200, 39530600, 0),
(211, 70, 4, 'Boudjima', 368021800, 41518700, 0),
(212, 70, 4, 'Freha', 367523400, 43155000, 0),
(213, 70, 4, 'L''Arbaa Nait Irathen', 366311200, 41986400, 0),
(214, 70, 4, 'Mekla', 366817800, 42637800, 0),
(215, 70, 4, 'Timizart', 368000000, 42666700, 0),
(216, 70, 4, 'Tizi Ouzou', 367118200, 40459100, 0),
(217, 70, 4, 'Tizi-n-Tleta', 365456900, 40571200, 0),
(218, 71, 4, 'Beni Mester', 348704500, -14231900, 0),
(219, 71, 4, 'Chetouane', 349212900, -12951200, 0),
(220, 71, 4, 'Hennaya', 349513900, -13680600, 0),
(221, 71, 4, 'Mansoura', 348615800, -13393500, 0),
(222, 71, 4, 'Nedroma', 350136100, -17479900, 0),
(223, 71, 4, 'Tlemcen', 348783300, -13150000, 0),
(224, 72, 5, 'Pago Pago', -142780600, -1707025000, 0),
(225, 73, 5, 'Tafuna', -143358300, -1707200000, 0),
(226, 74, 6, 'Andorra la Vella', 425077900, 15210900, 0),
(227, 75, 6, 'Canillo', 425669000, 15955600, 0),
(228, 76, 6, 'Encamp', 425345100, 15767000, 0),
(229, 77, 6, 'les Escaldes', 425072900, 15341400, 0),
(230, 78, 6, 'Ordino', 425562300, 15331900, 0),
(231, 79, 6, 'Sant Julia de Loria', 424637200, 14912900, 0),
(232, 80, 6, 'Arinsal', 425720500, 14845300, 0),
(233, 80, 6, 'la Massana', 425449900, 15148300, 0),
(234, 81, 7, 'Caxito', -85784800, 136642500, 0),
(235, 82, 7, 'Benguela', -125762600, 134054700, 0),
(236, 82, 7, 'Lobito', -123480600, 135455600, 0),
(237, 83, 7, 'Camacupa', -120166700, 174833300, 0),
(238, 84, 7, 'Cabinda', -55500000, 122000000, 0),
(239, 85, 7, 'Sumbe', -112060500, 138437100, 0),
(240, 86, 7, 'Huambo', -127761100, 157391700, 0),
(241, 87, 7, 'Lubango', -149171700, 134925000, 0),
(242, 88, 7, 'Luanda', -88368200, 132343200, 0),
(243, 89, 7, 'Malanje', -95401500, 163409600, 0),
(244, 90, 8, 'The Valley', 182170400, -630578300, 0),
(245, 91, 10, 'Saint John''s', 171166700, -618500000, 0),
(246, 92, 11, 'Avellaneda', -346601800, -583674400, 0),
(247, 92, 11, 'Azul', -367769800, -598585400, 0),
(248, 92, 11, 'Bahia Blanca', -387196000, -622724300, 0),
(249, 92, 11, 'Campana', -341687400, -589591400, 0),
(250, 92, 11, 'Castelar', -346666670, -586666670, 0),
(251, 92, 11, 'Chacabuco', -346416700, -604738900, 0),
(252, 92, 11, 'Chivilcoy', -348956600, -600166700, 0),
(253, 92, 11, 'Coronel Suarez', -374546700, -619334300, 0),
(254, 92, 11, 'Dolores', -363132200, -576791800, 0),
(255, 92, 11, 'Florentino Ameghino', -348440500, -624670100, 0),
(256, 92, 11, 'Guernica', -349172200, -583869400, 0),
(257, 92, 11, 'Hurlingham', -345883100, -586390500, 0),
(258, 92, 11, 'Ituzaingo', -346558200, -586583600, 0),
(259, 92, 11, 'Junin', -345838200, -609433200, 0),
(260, 92, 11, 'La Plata', -349214500, -579545300, 0),
(261, 92, 11, 'Lincoln', -348664900, -615302000, 0),
(262, 92, 11, 'Lujan', -345702800, -591050000, 0),
(263, 92, 11, 'Mar del Plata', -380022800, -575575400, 0),
(264, 92, 11, 'Mercedes', -346514600, -594306800, 0),
(265, 92, 11, 'Monte Hermoso', -389825000, -612947200, 0),
(266, 92, 11, 'Moron', -346534400, -586197500, 0),
(267, 92, 11, 'Necochea', -385472600, -587367500, 0),
(268, 92, 11, 'Nueve de Julio', -354443700, -608831300, 0),
(269, 92, 11, 'Olavarria', -368927200, -603225400, 0),
(270, 92, 11, 'Pergamino', -338899500, -605735700, 0),
(271, 92, 11, 'Pinamar', -371079400, -568614000, 0),
(272, 92, 11, 'Pontevedra', -347497400, -586869600, 0),
(273, 92, 11, 'Punta Alta', -388758800, -620735900, 0),
(274, 92, 11, 'Quilmes', -347241800, -582526500, 0),
(275, 92, 11, 'Ramos Mejia', -346500000, -585666670, 0),
(276, 92, 11, 'San Clemente del Tuyu', -363569400, -567235100, 0),
(277, 92, 11, 'San Isidro', -344666670, -585166670, 0),
(278, 92, 11, 'San Justo', -346666670, -585500000, 0),
(279, 92, 11, 'San Nicolas de los Arroyos', -333357800, -602252300, 0),
(280, 92, 11, 'Santa Catalina - Dique Lujan', -343837500, -587067300, 0),
(281, 92, 11, 'Tandil', -373216700, -591331600, 0),
(282, 92, 11, 'Tres Arroyos', -383739400, -602797800, 0),
(283, 92, 11, 'Tres Lomas', -364572200, -628604700, 0),
(284, 92, 11, 'Veinticinco de Mayo', -354323000, -601727100, 0),
(285, 92, 11, 'Villa Gesell', -372639400, -569730400, 0),
(286, 92, 11, 'Zarate', -340981400, -590285800, 0),
(287, 93, 11, 'Mutquin', -283210400, -661425300, 0),
(288, 94, 11, 'Barranqueras', -274829900, -589357900, 0),
(289, 94, 11, 'Castelli', -259467900, -606194700, 0),
(290, 94, 11, 'Charata', -272143800, -611879500, 0),
(291, 94, 11, 'Fontana', -274181300, -590239200, 0),
(292, 94, 11, 'Gancedo', -274903800, -616757100, 0),
(293, 94, 11, 'Las Brenas', -270896600, -610816100, 0),
(294, 94, 11, 'Presidencia Roque Saenz Pena', -267852200, -604387600, 0),
(295, 94, 11, 'Quitilipi', -268691300, -602168300, 0),
(296, 94, 11, 'Resistencia', -274605600, -589838900, 0),
(297, 94, 11, 'San Bernardo', -272878200, -607125200, 0),
(298, 94, 11, 'Villa Angela', -275738300, -607152600, 0),
(299, 95, 11, 'Comodoro Rivadavia', -458666700, -675000000, 0),
(300, 95, 11, 'Gaiman', -432897000, -654929000, 0),
(301, 95, 11, 'Puerto Madryn', -427692000, -650385100, 0),
(302, 95, 11, 'Rada Tilly', -459333300, -675333300, 0),
(303, 95, 11, 'Rawson', -433001600, -651022800, 0),
(304, 95, 11, 'Sarmiento', -455881500, -690699600, 0),
(305, 95, 11, 'Trelew', -432489500, -653050500, 0),
(306, 96, 11, 'Adelia Maria', -336315200, -640209700, 0),
(307, 96, 11, 'Agua de Oro', -310666100, -643001700, 0),
(308, 96, 11, 'Alta Gracia', -316529200, -644282600, 0),
(309, 96, 11, 'Arias', -336441100, -624027200, 0),
(310, 96, 11, 'Arroyo Cabral', -324911900, -634012600, 0),
(311, 96, 11, 'Balnearia', -310088000, -626673300, 0),
(312, 96, 11, 'Bell Ville', -326259100, -626887300, 0),
(313, 96, 11, 'Brinkmann', -308659000, -620374200, 0),
(314, 96, 11, 'Canals', -335654200, -628892700, 0),
(315, 96, 11, 'Capilla del Monte', -308608800, -645251500, 0),
(316, 96, 11, 'Cordoba', -314135000, -641810500, 0),
(317, 96, 11, 'Corral de Bustos', -332820500, -621846300, 0),
(318, 96, 11, 'Despenaderos', -318162600, -642898900, 0),
(319, 96, 11, 'El Aranado', -317412000, -628932200, 0),
(320, 96, 11, 'General Cabrera', -328131300, -638724300, 0),
(321, 96, 11, 'General Levalle', -340147200, -639241300, 0),
(322, 96, 11, 'Huinca Renanco', -348403800, -643758000, 0),
(323, 96, 11, 'James Craik', -321612000, -634668800, 0),
(324, 96, 11, 'Jesus Maria', -309815300, -640942400, 0),
(325, 96, 11, 'Justiniano Posse', -328841100, -626778800, 0),
(326, 96, 11, 'La Falda', -310884100, -644898700, 0),
(327, 96, 11, 'La Para', -308941600, -630010700, 0),
(328, 96, 11, 'Laborde', -331531900, -628566100, 0),
(329, 96, 11, 'Las Varillas', -318720800, -627194600, 0),
(330, 96, 11, 'Leones', -326617400, -622967800, 0),
(331, 96, 11, 'Los Surgentes', -329845400, -620219100, 0),
(332, 96, 11, 'Malvinas Argentinas', -313833300, -640666700, 0),
(333, 96, 11, 'Marcos Juarez', -326978000, -621067200, 0),
(334, 96, 11, 'Mina Clavero', -317210000, -650061900, 0),
(335, 96, 11, 'Miramar', -309185800, -626781400, 0),
(336, 96, 11, 'Monte Cristo', -313431200, -639443700, 0),
(337, 96, 11, 'Oliva', -320415800, -635697800, 0),
(338, 96, 11, 'Oncativo', -319135300, -636820100, 0),
(339, 96, 11, 'Ordonez', -328405700, -628655200, 0),
(340, 96, 11, 'Pilar', -316789000, -638796400, 0),
(341, 96, 11, 'Portena', -310139100, -620665000, 0),
(342, 96, 11, 'Pozo del Molle', -320186000, -629198400, 0),
(343, 96, 11, 'Rio Cuarto', -331306700, -643499200, 0),
(344, 96, 11, 'Rio Tercero', -321730100, -641140600, 0),
(345, 96, 11, 'Sacanta', -316630000, -630450500, 0),
(346, 96, 11, 'Saldan', -313026200, -643070000, 0),
(347, 96, 11, 'Sampacho', -333839000, -647221100, 0),
(348, 96, 11, 'San Francisco', -314279700, -620826600, 0),
(349, 96, 11, 'San Jose de la Dormida', -303544000, -639487200, 0),
(350, 96, 11, 'Santa Rosa de Calamuchita', -320690500, -645363100, 0),
(351, 96, 11, 'Tio Pujio', -322879000, -633559800, 0),
(352, 96, 11, 'Ucacha', -330320300, -635066600, 0),
(353, 96, 11, 'Viamonte', -337464700, -630976400, 0),
(354, 96, 11, 'Vicuna Mackenna', -339196500, -643921500, 0),
(355, 96, 11, 'Villa Allende', -312945800, -642953800, 0),
(356, 96, 11, 'Villa Ascasubi', -321635100, -638915700, 0),
(357, 96, 11, 'Villa Carlos Paz', -314241400, -644977800, 0),
(358, 96, 11, 'Villa General Belgrano', -319754200, -645559000, 0),
(359, 96, 11, 'Villa Huidobro', -348382600, -645868600, 0),
(360, 96, 11, 'Villa Las Rosas', -319502100, -650535400, 0),
(361, 96, 11, 'Villa Maria', -324075100, -632401600, 0),
(362, 96, 11, 'Villa Nueva', -324329300, -632476300, 0),
(363, 96, 11, 'Villa de Soto', -308552300, -649994700, 0),
(364, 96, 11, 'Villa del Totoral', -308166700, -637166700, 0),
(365, 97, 11, 'Alvear', -290968300, -565504300, 0),
(366, 97, 11, 'Corrientes', -274806000, -588341000, 0),
(367, 97, 11, 'Curuzu Cuatia', -297917100, -580546000, 0),
(368, 97, 11, 'Gobernador Ingeniero Valentin Virasoro', -280500000, -560333300, 0),
(369, 97, 11, 'Goya', -291400300, -592625600, 0),
(370, 97, 11, 'Libertad', -300430000, -578202000, 0),
(371, 97, 11, 'Lomas de Vallejos', -277350100, -579185000, 0),
(372, 97, 11, 'Monte Caseros', -302535900, -576362600, 0),
(373, 97, 11, 'Paso de los Libres', -297131100, -570899100, 0),
(374, 97, 11, 'San Miguel', -279958500, -575896400, 0),
(375, 98, 11, 'Buenos Aires', -346131500, -583772300, 0),
(376, 98, 11, 'Colegiales', -345736500, -584492400, 0),
(377, 98, 11, 'El Maiten', -420492400, -711669300, 0),
(378, 98, 11, 'Retiro', -345833300, -583833300, 0),
(379, 98, 11, 'Villa Santa Rita', -346108200, -584810000, 0),
(380, 99, 11, 'Caseros', -324632500, -584787200, 0),
(381, 99, 11, 'Concepcion del Uruguay', -324824900, -582372200, 0),
(382, 99, 11, 'Concordia', -313929600, -580208900, 0),
(383, 99, 11, 'Crespo', -320287300, -603065800, 0),
(384, 99, 11, 'Federal', -309546500, -587832600, 0),
(385, 99, 11, 'General Ramirez', -321760100, -602007900, 0),
(386, 99, 11, 'Gualeguaychu', -330093800, -585172200, 0),
(387, 99, 11, 'Oro Verde', -318250800, -605174900, 0),
(388, 99, 11, 'Parana', -317319700, -605238000, 0),
(389, 99, 11, 'Puerto Ibicuy', -337333300, -591833300, 0),
(390, 99, 11, 'Rosario del Tala', -323028600, -591454500, 0),
(391, 99, 11, 'San Benito', -317837100, -604415600, 0),
(392, 99, 11, 'San Salvador', -316248700, -585052400, 0),
(393, 99, 11, 'Villa Urquiza', -316473100, -603748000, 0),
(394, 99, 11, 'Villaguay', -318653000, -590268900, 0),
(395, 100, 11, 'Clorinda', -252848100, -577185100, 0),
(396, 100, 11, 'Formosa', -261775300, -581781400, 0),
(397, 101, 11, 'Humahuaca', -232054400, -653504800, 0),
(398, 101, 11, 'La Quiaca', -221023600, -655929900, 0),
(399, 101, 11, 'Libertador General San Martin', -238064400, -647875700, 0),
(400, 101, 11, 'Palpala', -242564800, -652116300, 0),
(401, 101, 11, 'San Pedro', -242312700, -648661400, 0),
(402, 101, 11, 'San Salvador de Jujuy', -241945600, -652971200, 0),
(403, 101, 11, 'Santa Clara', -243092100, -646625300, 0),
(404, 102, 11, 'Alpachiri', -373770400, -637744500, 0),
(405, 102, 11, 'Alta Italia', -353335000, -641149600, 0),
(406, 102, 11, 'Bernasconi', -379045900, -637424000, 0),
(407, 102, 11, 'Caleufu', -355955900, -645577800, 0),
(408, 102, 11, 'Catrilo', -364059800, -634216800, 0),
(409, 102, 11, 'Colonia Baron', -361515200, -638540400, 0),
(410, 102, 11, 'Doblas', -371496700, -640118300, 0),
(411, 102, 11, 'Eduardo Castex', -359150100, -642944800, 0),
(412, 102, 11, 'General Acha', -373769800, -646043100, 0),
(413, 102, 11, 'General Pico', -356566200, -637568200, 0),
(414, 102, 11, 'Guatrache', -376677600, -635302200, 0),
(415, 102, 11, 'Ingeniero Luiggi', -353858500, -644651900, 0),
(416, 102, 11, 'Intendente Alvear', -352338300, -635920500, 0),
(417, 102, 11, 'Jacinto Arauz', -380860600, -634316900, 0),
(418, 102, 11, 'Macachin', -371359800, -636665000, 0),
(419, 102, 11, 'Miguel Riglos', -368539800, -636884200, 0),
(420, 102, 11, 'Parera', -351460000, -645008900, 0),
(421, 102, 11, 'Quemu Quemu', -360546300, -635642800, 0),
(422, 102, 11, 'Rancul', -350686200, -646810700, 0),
(423, 102, 11, 'Realico', -350365800, -642447000, 0),
(424, 102, 11, 'Santa Isabel', -362272400, -669424000, 0),
(425, 102, 11, 'Santa Rosa', -366166700, -642833300, 0),
(426, 102, 11, 'Trenel', -356983700, -641321800, 0),
(427, 102, 11, 'Winifreda', -362264300, -642338800, 0),
(428, 103, 11, 'La Rioja', -294110500, -668506700, 0),
(429, 104, 11, 'Mendoza', -328908400, -688271700, 0),
(430, 104, 11, 'San Martin', -330810300, -684681400, 0),
(431, 104, 11, 'San Rafael', -346177200, -683300700, 0),
(432, 105, 11, 'Almafuerte', -275051800, -553949700, 0),
(433, 105, 11, 'Candelaria', -274595000, -557453600, 0),
(434, 105, 11, 'Garupa', -274817100, -558292100, 0),
(435, 105, 11, 'Montecarlo', -265662000, -547570000, 0),
(436, 105, 11, 'Obera', -274870600, -551199400, 0),
(437, 105, 11, 'Posadas', -273670800, -558960800, 0),
(438, 105, 11, 'San Jose', -277697900, -557826000, 0),
(439, 105, 11, 'San Vicente', -266166700, -541333300, 0),
(440, 106, 11, 'Cutral-Co', -389468800, -692088900, 0),
(441, 106, 11, 'Neuquen', -389516100, -680591000, 0),
(442, 106, 11, 'Plaza Huincul', -389259800, -692086300, 0),
(443, 106, 11, 'Plottier', -389666700, -682333300, 0),
(444, 106, 11, 'San Martin de los Andes', -401603800, -713486500, 0),
(445, 106, 11, 'Villa La Angostura', -407617300, -716463100, 0),
(446, 106, 11, 'Zapala', -388991600, -700544200, 0),
(447, 107, 11, 'Allen', -389773600, -678271400, 0),
(448, 107, 11, 'Catriel', -378790700, -677956000, 0),
(449, 107, 11, 'Choele Choel', -392666700, -656833300, 0),
(450, 107, 11, 'Cipolletti', -389339200, -679903200, 0),
(451, 107, 11, 'El Bolson', -419666700, -715166700, 0),
(452, 107, 11, 'General Roca', -390333300, -675833300, 0),
(453, 107, 11, 'San Antonio Oeste', -407319300, -649476900, 0),
(454, 107, 11, 'San Carlos de Bariloche', -411455700, -713082200, 0),
(455, 107, 11, 'Villa Regina', -391000000, -670666700, 0),
(456, 108, 11, 'El Galpon', -253806900, -646525900, 0),
(457, 108, 11, 'General Enrique Mosconi', -225958800, -638125500, 0),
(458, 108, 11, 'Salta', -247859000, -654116600, 0),
(459, 108, 11, 'San Ramon de la Nueva Oran', -231322300, -643259800, 0),
(460, 109, 11, 'Caucete', -316517900, -682810500, 0),
(461, 109, 11, 'Chimbas', -314833300, -685333300, 0),
(462, 109, 11, 'Nueve de Julio', -316691400, -683902300, 0),
(463, 109, 11, 'San Juan', -315375000, -685363900, 0),
(464, 109, 11, 'San Martin', -315159900, -683527300, 0),
(465, 110, 11, 'La Punta', -331836800, -663127000, 0),
(466, 110, 11, 'Lujan', -323757000, -659296000, 0),
(467, 110, 11, 'Merlo', -323428800, -650139600, 0),
(468, 110, 11, 'San Luis', -332950100, -663356300, 0),
(469, 110, 11, 'Villa Mercedes', -336757100, -654578300, 0),
(470, 111, 11, 'Caleta Olivia', -464392900, -675281400, 0),
(471, 111, 11, 'El Calafate', -503407500, -722768200, 0),
(472, 111, 11, 'Las Heras', -465418600, -689359300, 0),
(473, 111, 11, 'Pico Truncado', -467949000, -679573100, 0),
(474, 111, 11, 'Rio Gallegos', -516226100, -692181300, 0),
(475, 111, 11, 'San Julian', -493055400, -677274300, 0),
(476, 111, 11, 'Yacimiento Rio Turbio', -515732100, -723508000, 0),
(477, 112, 11, 'Arroyo Seco', -331548900, -605086300, 0),
(478, 112, 11, 'Avellaneda', -291176100, -596583400, 0),
(479, 112, 11, 'Calchaqui', -298876700, -602869600, 0),
(480, 112, 11, 'Canada de Gomez', -328163600, -613949300, 0),
(481, 112, 11, 'Casilda', -330441700, -611680600, 0),
(482, 112, 11, 'Ceres', -298810000, -619450400, 0),
(483, 112, 11, 'Esperanza', -314488000, -609317300, 0),
(484, 112, 11, 'Firmat', -334593700, -614832000, 0),
(485, 112, 11, 'Fray Luis A. Beltran', -327912200, -607281900, 0),
(486, 112, 11, 'Funes', -329156800, -608099500, 0),
(487, 112, 11, 'Gobernador Galvez', -330301600, -606404500, 0),
(488, 112, 11, 'Granadero Baigorria', -328568300, -607175400, 0),
(489, 112, 11, 'Hersilia', -300044700, -618408000, 0),
(490, 112, 11, 'Las Rosas', -324766100, -615804100, 0),
(491, 112, 11, 'Las Toscas', -283529000, -592579500, 0),
(492, 112, 11, 'Perez', -329983500, -607679100, 0),
(493, 112, 11, 'Rafaela', -312503300, -614867000, 0),
(494, 112, 11, 'Reconquista', -291500000, -596500000, 0),
(495, 112, 11, 'Roldan', -328984600, -609068100, 0),
(496, 112, 11, 'Rosario', -329468200, -606393200, 0),
(497, 112, 11, 'Rufino', -342682700, -627126200, 0),
(498, 112, 11, 'San Cristobal', -303105300, -612372400, 0),
(499, 112, 11, 'San Jorge', -318961800, -618598400, 0),
(500, 112, 11, 'San Justo', -307891300, -605918900, 0),
(501, 112, 11, 'Santa Fe de la Vera Cruz', -316333300, -607000000, 0),
(502, 112, 11, 'Santo Tome', -316627400, -607653000, 0),
(503, 112, 11, 'Tostado', -292320200, -617691700, 0),
(504, 112, 11, 'Totoras', -325844000, -611685200, 0),
(505, 112, 11, 'Venado Tuerto', -337455600, -619688400, 0),
(506, 112, 11, 'Vera', -294593000, -602126100, 0),
(507, 112, 11, 'Villa Canas', -340056500, -616075700, 0),
(508, 112, 11, 'Villa Constitucion', -332277800, -603297000, 0),
(509, 112, 11, 'Villa Ocampo', -284875200, -593551500, 0),
(510, 112, 11, 'Villa Trinidad', -302132900, -618759700, 0),
(511, 113, 11, 'Santiago del Estero', -277951100, -642614900, 0),
(512, 113, 11, 'Termas de Rio Hondo', -274998300, -648604200, 0),
(513, 114, 11, 'Ushuaia', -548000000, -683000000, 0),
(514, 115, 11, 'Alderetes', -268166700, -651333300, 0),
(515, 115, 11, 'San Miguel de Tucuman', -268241400, -652226000, 0),
(516, 115, 11, 'Tafi Viejo', -267320100, -652592100, 0),
(517, 115, 11, 'Yerba Buena', -268166700, -653166700, 0),
(518, 116, 12, 'Agarak', 403293200, 440703300, 0),
(519, 116, 12, 'Aparan', 405932300, 443589000, 0),
(520, 116, 12, 'Ashtarak', 402991000, 443620400, 0),
(521, 116, 12, 'Norakert', 401922900, 443477400, 0),
(522, 116, 12, 'T''alin', 403842800, 438738700, 0),
(523, 117, 12, 'Abovyan', 400485100, 445474200, 0),
(524, 117, 12, 'Ararat', 398316600, 447048900, 0),
(525, 117, 12, 'Argavand', 401587600, 444391600, 0),
(526, 117, 12, 'Artashat', 399614400, 445444700, 0),
(527, 117, 12, 'Marmarashen', 400573400, 444701200, 0),
(528, 117, 12, 'Masis', 400676200, 444359100, 0),
(529, 117, 12, 'Mrgavan', 399716700, 445331800, 0),
(530, 117, 12, 'Sisavan', 399000000, 446666700, 0),
(531, 117, 12, 'Vedi', 399142100, 447221700, 0),
(532, 117, 12, 'Zangakatun', 398212000, 450406300, 0),
(533, 118, 12, 'Apaga', 400966600, 442515700, 0),
(534, 118, 12, 'Arevik', 400994500, 440912700, 0),
(535, 118, 12, 'Armavir', 400865800, 440536300, 0),
(536, 118, 12, 'Baghramyan', 401934400, 443683200, 0),
(537, 118, 12, 'Ejmiatsin', 401655700, 442946200, 0),
(538, 118, 12, 'Hoktember', 401320600, 440096900, 0),
(539, 118, 12, 'Khoronk''', 401350700, 442454100, 0),
(540, 118, 12, 'Margara', 400335100, 441770900, 0),
(541, 118, 12, 'Nalbandyan', 400623600, 439869000, 0),
(542, 119, 12, 'Gagarin', 405403100, 448691800, 0),
(543, 119, 12, 'Martuni', 401376800, 453045000, 0),
(544, 119, 12, 'Nerk''in Getashen', 401404600, 452790000, 0),
(545, 119, 12, 'Sevan', 405484000, 449486800, 0),
(546, 119, 12, 'T''azagyugh', 401382000, 451909600, 0),
(547, 120, 12, 'Abovyan', 402674100, 446265600, 0),
(548, 120, 12, 'Arzni', 402962600, 445966400, 0),
(549, 120, 12, 'Dzoraghbyur', 402041200, 446415000, 0),
(550, 120, 12, 'Hrazdan', 404974800, 447662000, 0),
(551, 120, 12, 'Mayakovski', 402519600, 446392800, 0),
(552, 120, 12, 'Prroshyan', 402485300, 444163100, 0),
(553, 120, 12, 'Ptghni', 402557600, 445840700, 0),
(554, 120, 12, 'Tsaghkadzor', 405325900, 447202500, 0),
(555, 121, 12, 'Spitak', 407953200, 442743500, 0),
(556, 121, 12, 'Tashir', 411207200, 442846200, 0),
(557, 121, 12, 'Vanadzor', 408045600, 444939000, 0),
(558, 122, 12, 'Arrap''i', 407827600, 438058300, 0),
(559, 122, 12, 'Gyumri', 407942000, 438452800, 0),
(560, 122, 12, 'Shirak', 408404200, 439158200, 0),
(561, 122, 12, 'Spandaryan', 406610500, 440155100, 0),
(562, 123, 12, 'Kapan', 392075400, 464057600, 0),
(563, 124, 12, 'Azatamut', 409879600, 452079400, 0),
(564, 124, 12, 'Dilijan', 407410300, 448636200, 0),
(565, 125, 12, 'Agarakadzor', 397340500, 453527400, 0),
(566, 125, 12, 'Yeghegnadzor', 397638900, 453323900, 0),
(567, 126, 12, 'K''anak''erravan', 402473900, 445351100, 0),
(568, 126, 12, 'Vardadzor', 401870100, 451921200, 0),
(569, 126, 12, 'Yerevan', 401811100, 445136100, 0),
(570, 127, 13, 'Angochi', 125166700, -699500000, 0),
(571, 127, 13, 'Arasji', 126166700, -700666700, 0),
(572, 127, 13, 'Babijn', 125333300, -699833300, 0),
(573, 127, 13, 'Oranjestad', 125239800, -700270300, 0),
(574, 128, 14, 'Ainslie', -352622500, 1491478500, 0),
(575, 128, 14, 'Amaroo', -351695900, 1491280200, 0),
(576, 128, 14, 'Banks', -354719400, 1490996500, 0),
(577, 128, 14, 'Belconnen', -352166700, 1490833300, 0),
(578, 128, 14, 'Bonython', -354332600, 1490782200, 0),
(579, 128, 14, 'Braddon', -352707800, 1491356900, 0),
(580, 128, 14, 'Bruce', -352440500, 1490908300, 0),
(581, 128, 14, 'Calwell', -354404200, 1491070700, 0),
(582, 128, 14, 'Campbell', -352890700, 1491538200, 0),
(583, 128, 14, 'Canberra', -352834600, 1491280700, 0),
(584, 128, 14, 'Casey', -351670100, 1490947000, 0),
(585, 128, 14, 'Charnwood', -352001900, 1490341200, 0),
(586, 128, 14, 'Chifley', -353534000, 1490768400, 0),
(587, 128, 14, 'Chisholm', -354220300, 1491247600, 0),
(588, 128, 14, 'City', -352812500, 1491292700, 0),
(589, 128, 14, 'Conder', -354592600, 1491042200, 0),
(590, 128, 14, 'Cook', -352601400, 1490656600, 0),
(591, 128, 14, 'Curtin', -353246400, 1490776300, 0),
(592, 128, 14, 'Deakin', -353192700, 1491030800, 0),
(593, 128, 14, 'Dickson', -352528100, 1491417400, 0),
(594, 128, 14, 'Downer', -352439500, 1491435400, 0),
(595, 128, 14, 'Dunlop', -351940200, 1490198400, 0),
(596, 128, 14, 'Fadden', -354019400, 1491176500, 0),
(597, 128, 14, 'Farrer', -353767300, 1491050000, 0),
(598, 128, 14, 'Flynn', -352059300, 1490438900, 0),
(599, 128, 14, 'Forde', -351682300, 1491460700, 0),
(600, 128, 14, 'Fraser', -351917000, 1490453400, 0),
(601, 128, 14, 'Fyshwick', -353333300, 1491666700, 0),
(602, 128, 14, 'Gordon', -354567600, 1490849800, 0),
(603, 128, 14, 'Greenway', -354158400, 1490649300, 0),
(604, 128, 14, 'Griffith', -353253300, 1491371400, 0),
(605, 128, 14, 'Gungahlin', -351867400, 1491361900, 0),
(606, 128, 14, 'Hackett', -352494800, 1491635200, 0),
(607, 128, 14, 'Hall', -351684700, 1490683400, 0),
(608, 128, 14, 'Harman', -353500000, 1492000000, 0),
(609, 128, 14, 'Harrison', -351990600, 1491563100, 0),
(610, 128, 14, 'Hawker', -352470700, 1490366600, 0),
(611, 128, 14, 'Holt', -352244100, 1490118800, 0),
(612, 128, 14, 'Hughes', -353326900, 1490949100, 0),
(613, 128, 14, 'Hume', -353854900, 1491658100, 0),
(614, 128, 14, 'Isabella Plains', -354280200, 1490939600, 0),
(615, 128, 14, 'Jervis Bay', -351333300, 1507000000, 0),
(616, 128, 14, 'Kaleen', -352181400, 1491051600, 0),
(617, 128, 14, 'Kambah', -353862400, 1490580400, 0),
(618, 128, 14, 'Kingston', -353152500, 1491465800, 0),
(619, 128, 14, 'Latham', -352165200, 1490314400, 0),
(620, 128, 14, 'Lyneham', -352398000, 1491307400, 0),
(621, 128, 14, 'Lyons', -353406000, 1490739600, 0),
(622, 128, 14, 'Macquarie', -352512600, 1490636200, 0),
(623, 128, 14, 'Majura', -352666700, 1492000000, 0),
(624, 128, 14, 'Mawson', -353634000, 1490986300, 0),
(625, 128, 14, 'McKellar', -352175200, 1490770400, 0),
(626, 128, 14, 'Mitchell', -352144700, 1491293400, 0),
(627, 128, 14, 'Molonglo', -353333300, 1491833300, 0),
(628, 128, 14, 'Narrabundah', -353357000, 1491492400, 0),
(629, 128, 14, 'Ngunnawal', -351728000, 1491114700, 0),
(630, 128, 14, 'Nicholls', -351873300, 1490964800, 0),
(631, 128, 14, 'O''Connor', -352564500, 1491124800, 0),
(632, 128, 14, 'O''Malley', -353525300, 1491128000, 0),
(633, 128, 14, 'Oxley', -354095200, 1490786000, 0),
(634, 128, 14, 'Page', -352386400, 1490498800, 0),
(635, 128, 14, 'Palmerston', -351944700, 1491194000, 0),
(636, 128, 14, 'Phillip', -353503500, 1490915100, 0),
(637, 128, 14, 'Reid', -352857800, 1491390500, 0),
(638, 128, 14, 'Richardson', -354278700, 1491137700, 0),
(639, 128, 14, 'Rivett', -353470900, 1490379000, 0),
(640, 128, 14, 'Scullin', -352346200, 1490390000, 0),
(641, 128, 14, 'Spence', -351987300, 1490643800, 0),
(642, 128, 14, 'Stirling', -353496900, 1490493000, 0),
(643, 128, 14, 'Symonston', -353515500, 1491592300, 0),
(644, 128, 14, 'Theodore', -354496200, 1491197100, 0),
(645, 128, 14, 'Torrens', -353720300, 1490877300, 0),
(646, 128, 14, 'Tuggeranong', -354333300, 1491500000, 0),
(647, 128, 14, 'Turner', -352688100, 1491246500, 0),
(648, 128, 14, 'Wanniassa', -353978300, 1490908600, 0),
(649, 128, 14, 'Waramanga', -353529700, 1490621400, 0),
(650, 128, 14, 'Watson', -352347400, 1491594400, 0),
(651, 128, 14, 'Weston', -353358200, 1490592900, 0),
(652, 128, 14, 'Weston Creek', -353333300, 1490500000, 0),
(653, 128, 14, 'Yarralumla', -352998000, 1491058500, 0),
(654, 129, 14, 'Abbotsbury', -338701000, 1508611900, 0),
(655, 129, 14, 'Abbotsford', -338500000, 1511333300, 0),
(656, 129, 14, 'Abercrombie', -333886700, 1495458000, 0),
(657, 129, 14, 'Aberfoyle', -302666700, 1520166700, 0),
(658, 129, 14, 'Aberglasslyn', -327000000, 1515333300, 0),
(659, 129, 14, 'Acacia Gardens', -337333700, 1509139000, 0),
(660, 129, 14, 'Adamstown', -329382400, 1517254100, 0),
(661, 129, 14, 'Airds', -340859900, 1508332200, 0),
(662, 129, 14, 'Albert', -323500000, 1475000000, 0),
(663, 129, 14, 'Albion Park', -345713200, 1507756800, 0),
(664, 129, 14, 'Albury', -360749400, 1469239400, 0),
(665, 129, 14, 'Alexandria', -339021900, 1512003700, 0),
(666, 129, 14, 'Alfords Point', -339874400, 1510252600, 0),
(667, 129, 14, 'Allawah', -339725700, 1511144000, 0),
(668, 129, 14, 'Alstonville', -288418600, 1534402200, 0),
(669, 129, 14, 'Annandale', -338833300, 1511666700, 0),
(670, 129, 14, 'Armidale', -305082800, 1516712300, 0),
(671, 129, 14, 'Arncliffe', -339362700, 1511481900, 0),
(672, 129, 14, 'Artarmon', -338166700, 1511833300, 0),
(673, 129, 14, 'Ashbury', -338998100, 1511187900, 0),
(674, 129, 14, 'Ashcroft', -339159800, 1508998500, 0),
(675, 129, 14, 'Ashfield', -338873000, 1511243200, 0),
(676, 129, 14, 'Asquith', -336833300, 1511000000, 0),
(677, 129, 14, 'Auburn', -338500000, 1510333300, 0),
(678, 129, 14, 'Austinmer', -343000000, 1509166700, 0),
(679, 129, 14, 'Avalon', -336358800, 1513290300, 0),
(680, 129, 14, 'Balgowlah', -338000000, 1512666700, 0),
(681, 129, 14, 'Balgownie', -344000000, 1509000000, 0),
(682, 129, 14, 'Ballina', -288641400, 1535654100, 0),
(683, 129, 14, 'Balmain', -338666700, 1511833300, 0),
(684, 129, 14, 'Balmoral', -342833300, 1505166700, 0),
(685, 129, 14, 'Balmoral Park', -338308300, 1512550000, 0),
(686, 129, 14, 'Bangalow', -286867500, 1535239300, 0),
(687, 129, 14, 'Banksmeadow', -339500000, 1512166700, 0),
(688, 129, 14, 'Bankstown', -339166700, 1510333300, 0),
(689, 129, 14, 'Banora Point', -282129800, 1535363400, 0),
(690, 129, 14, 'Barden Ridge', -340341300, 1510119400, 0),
(691, 129, 14, 'Bardwell Park', -339353400, 1511257100, 0),
(692, 129, 14, 'Bargo', -342930100, 1505780600, 0),
(693, 129, 14, 'Barkers Vale', -285333300, 1531166700, 0),
(694, 129, 14, 'Bass Hill', -338986300, 1509954100, 0),
(695, 129, 14, 'Bateau Bay', -333813800, 1514728800, 0),
(696, 129, 14, 'Batemans Bay', -357065800, 1501754200, 0),
(697, 129, 14, 'Bathurst', -334166500, 1495806000, 0),
(698, 129, 14, 'Baulkham Hills', -337588100, 1509929200, 0),
(699, 129, 14, 'Beacon Hill', -337528000, 1512585700, 0),
(700, 129, 14, 'Beechwood', -314364600, 1526767700, 0),
(701, 129, 14, 'Bega', -366739200, 1498417800, 0),
(702, 129, 14, 'Bella Vista', -337412700, 1509545600, 0),
(703, 129, 14, 'Bellambi', -343666700, 1509166700, 0),
(704, 129, 14, 'Bellevue Hill', -338794400, 1512505600, 0),
(705, 129, 14, 'Belmont', -330333300, 1516666700, 0),
(706, 129, 14, 'Belmore', -339190100, 1510893500, 0),
(707, 129, 14, 'Belrose', -337395400, 1512103300, 0),
(708, 129, 14, 'Bensville', -335000000, 1513833300, 0),
(709, 129, 14, 'Berkeley', -344833300, 1508500000, 0),
(710, 129, 14, 'Berkeley Vale', -333500000, 1514333300, 0),
(711, 129, 14, 'Berowra', -336333300, 1511500000, 0),
(712, 129, 14, 'Berridale', -363656500, 1488267700, 0),
(713, 129, 14, 'Berry', -347752700, 1506906400, 0),
(714, 129, 14, 'Beverly Hills', -339479900, 1510797900, 0),
(715, 129, 14, 'Bexley', -339500000, 1511166700, 0),
(716, 129, 14, 'Bidwill', -337301300, 1508221900, 0),
(717, 129, 14, 'Billinudgel', -285000000, 1535333300, 0),
(718, 129, 14, 'Birchgrove', -338516400, 1511824300, 0),
(719, 129, 14, 'Birrong', -338925500, 1510207500, 0),
(720, 129, 14, 'Black Mountain', -303166700, 1516500000, 0),
(721, 129, 14, 'Blacktown', -337666700, 1509166700, 0),
(722, 129, 14, 'Blakehurst', -339833300, 1511000000, 0),
(723, 129, 14, 'Blaxland', -337500000, 1506000000, 0),
(724, 129, 14, 'Bligh Park', -336398500, 1508024800, 0),
(725, 129, 14, 'Blue Haven', -332110600, 1515035100, 0),
(726, 129, 14, 'Blue Mountains', -337133100, 1503306500, 0),
(727, 129, 14, 'Boambee', -303500000, 1531000000, 0),
(728, 129, 14, 'Bomaderry', -348496700, 1506109300, 0),
(729, 129, 14, 'Bondi', -371333300, 1493166700, 0),
(730, 129, 14, 'Bonnyrigg', -338935700, 1508890800, 0),
(731, 129, 14, 'Bonnyrigg Heights', -338911700, 1508699400, 0),
(732, 129, 14, 'Bonville', -303833300, 1530666700, 0),
(733, 129, 14, 'Bookham', -348166700, 1486333300, 0),
(734, 129, 14, 'Boolaroo', -329500000, 1516166700, 0),
(735, 129, 14, 'Booragul', -329748600, 1516097800, 0),
(736, 129, 14, 'Boorowa', -344366100, 1487163400, 0),
(737, 129, 14, 'Bossley Park', -338618400, 1508841000, 0),
(738, 129, 14, 'Botany', -339666700, 1512000000, 0),
(739, 129, 14, 'Botany Bay', -339333000, 1512000000, 0),
(740, 129, 14, 'Bourke', -300900800, 1459454400, 0),
(741, 129, 14, 'Bow Bowing', -340165500, 1508403000, 0),
(742, 129, 14, 'Bowan Park', -333000000, 1488166700, 0),
(743, 129, 14, 'Bowning', -347666700, 1488166700, 0),
(744, 129, 14, 'Bowral', -344775000, 1504204000, 0),
(745, 129, 14, 'Braidwood', -354414800, 1497998000, 0),
(746, 129, 14, 'Breakfast Point', -338428600, 1511107200, 0),
(747, 129, 14, 'Brighton-Le-Sands', -339500000, 1511500000, 0),
(748, 129, 14, 'Brindabella', -354000000, 1487333300, 0),
(749, 129, 14, 'Broken Hill', -319617300, 1414599800, 0),
(750, 129, 14, 'Bronte', -339000000, 1512666700, 0),
(751, 129, 14, 'Brookvale', -337666700, 1512666700, 0),
(752, 129, 14, 'Brownsville', -344833300, 1508000000, 0),
(753, 129, 14, 'Budgewoi', -332339000, 1515541200, 0),
(754, 129, 14, 'Bulli', -343333300, 1509166700, 0),
(755, 129, 14, 'Bundeena', -340833300, 1511500000, 0),
(756, 129, 14, 'Bungendore', -352565200, 1494399900, 0),
(757, 129, 14, 'Buronga', -341703400, 1421815200, 0),
(758, 129, 14, 'Burradoo', -345000000, 1504000000, 0),
(759, 129, 14, 'Burraneer', -340666700, 1511333300, 0),
(760, 129, 14, 'Burwood', -338833300, 1511000000, 0),
(761, 129, 14, 'Busby', -339112400, 1508806800, 0),
(762, 129, 14, 'Byron Bay', -286420100, 1536119400, 0),
(763, 129, 14, 'Cabramatta', -338974300, 1509344600, 0),
(764, 129, 14, 'Callaghan', -328920500, 1517053100, 0),
(765, 129, 14, 'Cambridge Gardens', -337380100, 1507207500, 0),
(766, 129, 14, 'Camden', -340540500, 1506962400, 0),
(767, 129, 14, 'Cameron Park', -329070100, 1516052800, 0),
(768, 129, 14, 'Cammeray', -338225000, 1512158300, 0),
(769, 129, 14, 'Campbelltown', -340666700, 1508166700, 0),
(770, 129, 14, 'Camperdown', -338896500, 1511764200, 0),
(771, 129, 14, 'Campsie', -339125000, 1511027900, 0),
(772, 129, 14, 'Canada Bay', -338500000, 1511500000, 0),
(773, 129, 14, 'Canley Heights', -338826200, 1509240800, 0),
(774, 129, 14, 'Canley Vale', -338865700, 1509480200, 0),
(775, 129, 14, 'Canterbury', -339167000, 1511000000, 0),
(776, 129, 14, 'Canton Beach', -332758000, 1515469500, 0),
(777, 129, 14, 'Cardiff', -329500000, 1516666700, 0),
(778, 129, 14, 'Carlingford', -337826900, 1510488800, 0),
(779, 129, 14, 'Carrington', -326666700, 1520166700, 0),
(780, 129, 14, 'Carss Park', -339866700, 1511173400, 0),
(781, 129, 14, 'Cartwright', -339249800, 1508895100, 0),
(782, 129, 14, 'Castle Hill', -337333300, 1510000000, 0),
(783, 129, 14, 'Castlecrag', -338000000, 1512166700, 0),
(784, 129, 14, 'Castlereagh', -336898100, 1506788700, 0),
(785, 129, 14, 'Casuarina', -283004200, 1535706400, 0),
(786, 129, 14, 'Casula', -339522200, 1508994900, 0),
(787, 129, 14, 'Catherine Field', -340043900, 1507725300, 0),
(788, 129, 14, 'Catherine Hill Bay', -331666700, 1516333300, 0),
(789, 129, 14, 'Cecil Hills', -338891700, 1508513700, 0),
(790, 129, 14, 'Cessnock', -328321100, 1513562300, 0),
(791, 129, 14, 'Charlestown', -329500000, 1516666700, 0),
(792, 129, 14, 'Chatswood', -338000000, 1511833300, 0),
(793, 129, 14, 'Cherrybrook', -337219700, 1510460700, 0),
(794, 129, 14, 'Chester Hill', -338789600, 1509994500, 0),
(795, 129, 14, 'Chifley', -339694900, 1512396900, 0),
(796, 129, 14, 'Chinatown', -338788000, 1512040000, 0),
(797, 129, 14, 'Chippendale', -338867300, 1511974500, 0),
(798, 129, 14, 'Chipping Norton', -339000000, 1509500000, 0),
(799, 129, 14, 'Chittaway Point', -333236100, 1514419400, 0),
(800, 129, 14, 'Chullora', -339000000, 1510500000, 0),
(801, 129, 14, 'Claremont Meadows', -337758700, 1507519300, 0),
(802, 129, 14, 'Clarence', -334722500, 1502219500, 0),
(803, 129, 14, 'Clareville', -336297000, 1513168000, 0),
(804, 129, 14, 'Claymore', -340464900, 1508111400, 0),
(805, 129, 14, 'Clifton Grove', -332547000, 1491559800, 0),
(806, 129, 14, 'Clontarf', -338097200, 1512566700, 0),
(807, 129, 14, 'Clovelly', -339125000, 1512500000, 0),
(808, 129, 14, 'Clyde', -338333300, 1510166700, 0),
(809, 129, 14, 'Cobar', -314987300, 1458418300, 0),
(810, 129, 14, 'Cobargo', -363878800, 1498863400, 0),
(811, 129, 14, 'Coffs Harbour', -302962600, 1531135100, 0),
(812, 129, 14, 'Collaroy', -337320500, 1513011800, 0),
(813, 129, 14, 'Colo', -334333300, 1508333300, 0),
(814, 129, 14, 'Concord', -338666700, 1511000000, 0),
(815, 129, 14, 'Condell Park', -339245800, 1510109300, 0),
(816, 129, 14, 'Coniston', -344500000, 1508833300, 0),
(817, 129, 14, 'Coogee', -339205000, 1512552200, 0),
(818, 129, 14, 'Cooma', -362346900, 1491259800, 0),
(819, 129, 14, 'Coonabarabran', -312773400, 1492790400, 0),
(820, 129, 14, 'Coonamble', -309538900, 1483888100, 0),
(821, 129, 14, 'Cooranbong', -330762200, 1514540900, 0),
(822, 129, 14, 'Cootamundra', -346409500, 1480283800, 0),
(823, 129, 14, 'Copacabana', -334869200, 1514358700, 0),
(824, 129, 14, 'Corlette', -327201400, 1521084600, 0),
(825, 129, 14, 'Corndale', -287000000, 1533666700, 0),
(826, 129, 14, 'Corrimal', -343666700, 1509000000, 0),
(827, 129, 14, 'Cowan', -335893300, 1511710400, 0),
(828, 129, 14, 'Cowper', -295833300, 1530833300, 0),
(829, 129, 14, 'Cowra', -338355400, 1486966200, 0),
(830, 129, 14, 'Cranebrook', -337061000, 1507094000, 0),
(831, 129, 14, 'Cremorne', -338333300, 1512250000, 0),
(832, 129, 14, 'Crescent Head', -311887000, 1529730100, 0),
(833, 129, 14, 'Cromer', -337312000, 1512678800, 0),
(834, 129, 14, 'Cronulla', -340500000, 1511500000, 0),
(835, 129, 14, 'Crows Nest', -338280600, 1512016700, 0),
(836, 129, 14, 'Croydon', -338833300, 1511166700, 0),
(837, 129, 14, 'Cudal', -332856500, 1487406800, 0),
(838, 129, 14, 'Cumbalum', -288166700, 1535333300, 0),
(839, 129, 14, 'Cundletown', -319000000, 1525333300, 0),
(840, 129, 14, 'Curl Curl', -337666700, 1512916700, 0),
(841, 129, 14, 'Currans Hill', -340431100, 1507730100, 0),
(842, 129, 14, 'Daceyville', -339333300, 1512333300, 0),
(843, 129, 14, 'Dapto', -345000000, 1507833300, 0),
(844, 129, 14, 'Dareton', -340946800, 1420396600, 0),
(845, 129, 14, 'Darling Harbour', -338684700, 1512003400, 0),
(846, 129, 14, 'Darlinghurst', -338793900, 1512192500, 0),
(847, 129, 14, 'Dean Park', -337353900, 1508595800, 0),
(848, 129, 14, 'Dee Why', -337500000, 1513000000, 0),
(849, 129, 14, 'Denistone East', -337960000, 1510974000, 0),
(850, 129, 14, 'Dharruk', -337481400, 1508156100, 0),
(851, 129, 14, 'Doonside', -337666700, 1508666700, 0),
(852, 129, 14, 'Double Bay', -338778200, 1512435400, 0),
(853, 129, 14, 'Douglas Park', -341849600, 1507144900, 0),
(854, 129, 14, 'Dover Heights', -338708300, 1512791700, 0),
(855, 129, 14, 'Drummoyne', -338536100, 1511541700, 0),
(856, 129, 14, 'Dubbo', -322429500, 1486048400, 0),
(857, 129, 14, 'Dulwich Hill', -339041000, 1511394500, 0),
(858, 129, 14, 'Dunbible Creek', -283833300, 1534000000, 0),
(859, 129, 14, 'Dundurrabin', -302000000, 1525333300, 0),
(860, 129, 14, 'Dural', -336833300, 1510166700, 0),
(861, 129, 14, 'Durrumbul', -285166700, 1534500000, 0),
(862, 129, 14, 'Eagle Vale', -340374700, 1508136000, 0),
(863, 129, 14, 'Earlwood', -339500000, 1511000000, 0),
(864, 129, 14, 'East Gosford', -334333300, 1513500000, 0),
(865, 129, 14, 'East Lismore', -288193300, 1532874300, 0),
(866, 129, 14, 'East Maitland', -327500000, 1515833300, 0),
(867, 129, 14, 'Eastlakes', -339319600, 1512121400, 0),
(868, 129, 14, 'Eastwood', -338000000, 1510833300, 0),
(869, 129, 14, 'Elanora Heights', -337015900, 1512796500, 0),
(870, 129, 14, 'Eleebana', -329896000, 1516364200, 0),
(871, 129, 14, 'Elizabeth Bay', -338714600, 1512276500, 0),
(872, 129, 14, 'Ellalong', -329145300, 1513110800, 0),
(873, 129, 14, 'Emerald Beach', -301638800, 1531819000, 0),
(874, 129, 14, 'Empire Bay', -335000000, 1513666700, 0),
(875, 129, 14, 'Emu Plains', -337500000, 1506666700, 0),
(876, 129, 14, 'Engadine', -340666700, 1510166700, 0),
(877, 129, 14, 'Enmore', -307333300, 1518000000, 0),
(878, 129, 14, 'Epping', -337727100, 1510818400, 0),
(879, 129, 14, 'Erina', -334333300, 1513833300, 0),
(880, 129, 14, 'Erina East', -334333300, 1514166700, 0),
(881, 129, 14, 'Erskine Park', -338130100, 1507977300, 0),
(882, 129, 14, 'Erskineville', -339025400, 1511857900, 0),
(883, 129, 14, 'Estella', -350725400, 1473574800, 0),
(884, 129, 14, 'Ettalong Beach', -335105800, 1513304400, 0),
(885, 129, 14, 'Eulomogo', -322666700, 1486833300, 0),
(886, 129, 14, 'Evans Head', -291177700, 1534307200, 0),
(887, 129, 14, 'Eveleigh', -338955900, 1511923500, 0),
(888, 129, 14, 'Ewingsdale', -286333300, 1535500000, 0),
(889, 129, 14, 'Fairfax', -304833300, 1501333300, 0),
(890, 129, 14, 'Fairfield', -338666700, 1509500000, 0),
(891, 129, 14, 'Fairfield West', -338667000, 1509170000, 0),
(892, 129, 14, 'Fairy Meadow', -343966700, 1508958300, 0),
(893, 129, 14, 'Falls Creek', -349666700, 1506000000, 0),
(894, 129, 14, 'Fern Hill', -343847200, 1508875000, 0),
(895, 129, 14, 'Figtree', -344355600, 1508583300, 0),
(896, 129, 14, 'Finley', -356490400, 1455770400, 0),
(897, 129, 14, 'Five Dock', -338674000, 1511290500, 0),
(898, 129, 14, 'Flemington', -338666700, 1510666700, 0),
(899, 129, 14, 'Fletcher', -328723200, 1516400800, 0),
(900, 129, 14, 'Forbes', -333843600, 1480076000, 0),
(901, 129, 14, 'Forest Lodge', -338813700, 1511800000, 0),
(902, 129, 14, 'Forestville', -337666700, 1512083300, 0),
(903, 129, 14, 'Forresters Beach', -334070000, 1514760000, 0),
(904, 129, 14, 'Forster', -321813600, 1525171500, 0),
(905, 129, 14, 'Frenchs Forest', -337482100, 1512232200, 0),
(906, 129, 14, 'Freshwater', -337786700, 1512856900, 0),
(907, 129, 14, 'Galston', -336529700, 1510471300, 0),
(908, 129, 14, 'Georges Hall', -339087900, 1509885200, 0),
(909, 129, 14, 'Georgetown', -329081000, 1517311900, 0),
(910, 129, 14, 'Gilgai', -298527000, 1511180600, 0),
(911, 129, 14, 'Gillieston Heights', -327616400, 1515286200, 0),
(912, 129, 14, 'Girilambone', -312500000, 1469000000, 0),
(913, 129, 14, 'Girraween', -337990000, 1509430000, 0),
(914, 129, 14, 'Gladesville', -338333300, 1511333300, 0),
(915, 129, 14, 'Glendenning', -337483000, 1508541100, 0),
(916, 129, 14, 'Glenhaven', -337000000, 1510000000, 0),
(917, 129, 14, 'Glenmore Park', -337906800, 1506693000, 0),
(918, 129, 14, 'Glenning Valley', -333536900, 1514262300, 0),
(919, 129, 14, 'Glenreagh', -300533700, 1529786100, 0),
(920, 129, 14, 'Glenroy', -360502100, 1469105800, 0),
(921, 129, 14, 'Glenwood', -337356800, 1509347600, 0),
(922, 129, 14, 'Glossodia', -335361800, 1507739000, 0),
(923, 129, 14, 'Gloucester', -320077000, 1519633000, 0),
(924, 129, 14, 'Gordon', -293000000, 1527166700, 0),
(925, 129, 14, 'Gore Hill', -338166700, 1511825000, 0),
(926, 129, 14, 'Gosford', -334244000, 1513439900, 0),
(927, 129, 14, 'Goulburn', -347515500, 1497208600, 0),
(928, 129, 14, 'Grafton', -296901200, 1529333600, 0),
(929, 129, 14, 'Graham', -341166700, 1488833300, 0),
(930, 129, 14, 'Grahamstown', -352666700, 1480333300, 0),
(931, 129, 14, 'Granville', -338333300, 1510166700, 0),
(932, 129, 14, 'Grasmere', -340539200, 1506660200, 0),
(933, 129, 14, 'Grays Point', -340500000, 1510833300, 0),
(934, 129, 14, 'Green Pigeon', -285000000, 1530500000, 0),
(935, 129, 14, 'Greenacre', -339003400, 1510556300, 0),
(936, 129, 14, 'Greenfield Park', -338746100, 1508918900, 0),
(937, 129, 14, 'Greenwich', -338405600, 1511830600, 0),
(938, 129, 14, 'Grenfell', -338954900, 1481643800, 0),
(939, 129, 14, 'Greystanes', -338234600, 1509460700, 0),
(940, 129, 14, 'Griffith', -342885300, 1460509300, 0),
(941, 129, 14, 'Gulgong', -323625300, 1495320100, 0),
(942, 129, 14, 'Gunnedah', -309806500, 1502583800, 0),
(943, 129, 14, 'Gwynneville', -344166700, 1508875000, 0),
(944, 129, 14, 'Gymea', -340333300, 1510833300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(945, 129, 14, 'Haberfield', -338833300, 1512000000, 0),
(946, 129, 14, 'Harrington', -318722700, 1526917400, 0),
(947, 129, 14, 'Harrington Park', -340240500, 1507350100, 0),
(948, 129, 14, 'Haymarket', -338786800, 1512052600, 0),
(949, 129, 14, 'Hazelbrook', -337244600, 1504583900, 0),
(950, 129, 14, 'Heathcote', -340833300, 1510166700, 0),
(951, 129, 14, 'Helensburgh', -341783600, 1509952200, 0),
(952, 129, 14, 'Hermitage Flat', -334768300, 1501431700, 0),
(953, 129, 14, 'Hibbard', -314333300, 1528666700, 0),
(954, 129, 14, 'Hillsborough', -329655300, 1516723500, 0),
(955, 129, 14, 'Hillsdale', -339525900, 1512268500, 0),
(956, 129, 14, 'Hobartville', -336043500, 1507429900, 0),
(957, 129, 14, 'Holmesville', -329000000, 1515916700, 0),
(958, 129, 14, 'Holsworthy', -339833300, 1509666700, 0),
(959, 129, 14, 'Homebush', -338666700, 1510833300, 0),
(960, 129, 14, 'Homebush Bay', -338480100, 1510648800, 0),
(961, 129, 14, 'Horningsea Park', -339434100, 1508452800, 0),
(962, 129, 14, 'Hornsby', -337024400, 1510993100, 0),
(963, 129, 14, 'Hoxton Park', -339312600, 1508541200, 0),
(964, 129, 14, 'Hunters Hill', -338333300, 1511408300, 0),
(965, 129, 14, 'Hunterview', -325434300, 1511771700, 0),
(966, 129, 14, 'Huntingwood', -337975400, 1508798600, 0),
(967, 129, 14, 'Hurlstone Park', -339098800, 1511286700, 0),
(968, 129, 14, 'Hurstville', -339666670, 1511000000, 0),
(969, 129, 14, 'Hurstville Grove', -339666700, 1511000000, 0),
(970, 129, 14, 'Huskisson', -350400700, 1506679700, 0),
(971, 129, 14, 'Illawong', -340000000, 1510333300, 0),
(972, 129, 14, 'Ingleburn', -340000000, 1508666700, 0),
(973, 129, 14, 'Inverell', -297740300, 1511116600, 0),
(974, 129, 14, 'Islington', -329138800, 1517473900, 0),
(975, 129, 14, 'Jamisontown', -337679700, 1506768100, 0),
(976, 129, 14, 'Jannali', -340166700, 1510666700, 0),
(977, 129, 14, 'Jerrabomberra', -353844100, 1492024800, 0),
(978, 129, 14, 'Jindabyne', -364162300, 1486250500, 0),
(979, 129, 14, 'Kanahooka', -344933000, 1508188400, 0),
(980, 129, 14, 'Kangaroo Point', -340026200, 1510958500, 0),
(981, 129, 14, 'Kariong', -334397200, 1512945300, 0),
(982, 129, 14, 'Katoomba', -337197700, 1503073900, 0),
(983, 129, 14, 'Kearns', -340219100, 1508008200, 0),
(984, 129, 14, 'Keiraville', -344166700, 1508666700, 0),
(985, 129, 14, 'Kellyville', -336994400, 1509536300, 0),
(986, 129, 14, 'Kelso', -334166700, 1496000000, 0),
(987, 129, 14, 'Kemblawarra', -344944400, 1508900000, 0),
(988, 129, 14, 'Kempsey', -310789800, 1528309300, 0),
(989, 129, 14, 'Kendall', -316329500, 1527039300, 0),
(990, 129, 14, 'Kensington', -339166700, 1512166700, 0),
(991, 129, 14, 'Kenthurst', -336552700, 1510050400, 0),
(992, 129, 14, 'Kiama', -346682800, 1508521900, 0),
(993, 129, 14, 'Kings Cross', -338749800, 1512222600, 0),
(994, 129, 14, 'Kings Park', -337432000, 1509076100, 0),
(995, 129, 14, 'Kingscliff', -282666700, 1535666700, 0),
(996, 129, 14, 'Kingsford', -339239900, 1512274900, 0),
(997, 129, 14, 'Kingsgrove', -339393200, 1510992800, 0),
(998, 129, 14, 'Kingswood', -337500000, 1507500000, 0),
(999, 129, 14, 'Kinross', -327666700, 1517500000, 0),
(1000, 129, 14, 'Kirrabelah', -309833300, 1502166700, 0),
(1001, 129, 14, 'Kirrawee', -340333300, 1510666700, 0),
(1002, 129, 14, 'Kirribilli', -338500000, 1512166700, 0),
(1003, 129, 14, 'Kogarah', -339833300, 1511166700, 0),
(1004, 129, 14, 'Korora Bay', -302556000, 1531310000, 0),
(1005, 129, 14, 'Kotara', -329500000, 1516833300, 0),
(1006, 129, 14, 'Ku-ring-gai', -337500000, 1511500000, 0),
(1007, 129, 14, 'Kurnell', -340166700, 1512000000, 0),
(1008, 129, 14, 'Kyogle', -286207500, 1530048200, 0),
(1009, 129, 14, 'La Perouse', -339833300, 1512333300, 0),
(1010, 129, 14, 'Lake Cargelligo', -332986800, 1463738600, 0),
(1011, 129, 14, 'Lake Cathie', -315518300, 1528546400, 0),
(1012, 129, 14, 'Lake Heights', -344866700, 1508750000, 0),
(1013, 129, 14, 'Lake Illawarra', -345465800, 1508564500, 0),
(1014, 129, 14, 'Lake Munmorah', -331971600, 1515824000, 0),
(1015, 129, 14, 'Lakelands', -329618500, 1516497200, 0),
(1016, 129, 14, 'Lakemba', -339166700, 1510833300, 0),
(1017, 129, 14, 'Lakeside', -332500000, 1515000000, 0),
(1018, 129, 14, 'Lakewood', -316321000, 1527582000, 0),
(1019, 129, 14, 'Lambton', -329166700, 1517000000, 0),
(1020, 129, 14, 'Lane Cove', -338166700, 1511666700, 0),
(1021, 129, 14, 'Lansvale', -339014500, 1509636900, 0),
(1022, 129, 14, 'Lapstone', -337741800, 1506356700, 0),
(1023, 129, 14, 'Lavender Bay', -338437000, 1512075200, 0),
(1024, 129, 14, 'Lavington', -360500000, 1469333300, 0),
(1025, 129, 14, 'Lawson', -337206400, 1504297500, 0),
(1026, 129, 14, 'Leeton', -345510500, 1464048300, 0),
(1027, 129, 14, 'Leichhardt', -338833300, 1511500000, 0),
(1028, 129, 14, 'Lennox Head', -287931100, 1535939200, 0),
(1029, 129, 14, 'Leonay', -337654200, 1506480600, 0),
(1030, 129, 14, 'Leppington', -339698300, 1507967500, 0),
(1031, 129, 14, 'Leumeah', -340500000, 1508333300, 0),
(1032, 129, 14, 'Liberty Grove', -338409500, 1510840200, 0),
(1033, 129, 14, 'Lidcombe', -338643600, 1510397000, 0),
(1034, 129, 14, 'Lilyfield', -338761100, 1511655600, 0),
(1035, 129, 14, 'Lincoln', -324500000, 1490333300, 0),
(1036, 129, 14, 'Lindfield', -337833300, 1511666700, 0),
(1037, 129, 14, 'Lisarow', -333833300, 1513666700, 0),
(1038, 129, 14, 'Lismore', -288135400, 1532773000, 0),
(1039, 129, 14, 'Lithgow', -334824700, 1501363100, 0),
(1040, 129, 14, 'Liverpool', -339000000, 1509333300, 0),
(1041, 129, 14, 'Llanarth', -333968700, 1495510500, 0),
(1042, 129, 14, 'Lochinvar', -326987000, 1514552200, 0),
(1043, 129, 14, 'Loftus', -340500000, 1510500000, 0),
(1044, 129, 14, 'Long Jetty', -333666700, 1514833300, 0),
(1045, 129, 14, 'Longueville', -338327800, 1511663900, 0),
(1046, 129, 14, 'Lower Cudgera', -283833300, 1535666700, 0),
(1047, 129, 14, 'Lurnea', -339353900, 1508967300, 0),
(1048, 129, 14, 'Macquarie Fields', -339920600, 1508930700, 0),
(1049, 129, 14, 'Macquarie Park', -337810500, 1511275700, 0),
(1050, 129, 14, 'Maitland', -327330800, 1515574000, 0),
(1051, 129, 14, 'Malabar', -339666700, 1512500000, 0),
(1052, 129, 14, 'Mandalong', -331333300, 1514333300, 0),
(1053, 129, 14, 'Mangerton', -344366700, 1508716700, 0),
(1054, 129, 14, 'Mangrove Mountain', -333000000, 1512000000, 0),
(1055, 129, 14, 'Manilla', -307474800, 1507197400, 0),
(1056, 129, 14, 'Manly', -337979800, 1512882600, 0),
(1057, 129, 14, 'Marayong', -337482400, 1508927200, 0),
(1058, 129, 14, 'Mardi', -332936800, 1514015000, 0),
(1059, 129, 14, 'Maroubra', -339500000, 1512333300, 0),
(1060, 129, 14, 'Marrickville', -339166700, 1511666700, 0),
(1061, 129, 14, 'Maryville', -329112100, 1517554300, 0),
(1062, 129, 14, 'Mascot', -339333300, 1512000000, 0),
(1063, 129, 14, 'Matraville', -339500000, 1512333300, 0),
(1064, 129, 14, 'McGraths Hill', -336155100, 1508337200, 0),
(1065, 129, 14, 'McMahons Point', -338449200, 1512030700, 0),
(1066, 129, 14, 'Meadowbank', -338166800, 1510886100, 0),
(1067, 129, 14, 'Medlow Bath', -336793500, 1502821000, 0),
(1068, 129, 14, 'Menai', -340166700, 1510166700, 0),
(1069, 129, 14, 'Merewether', -329480100, 1517432500, 0),
(1070, 129, 14, 'Merrylands', -338333300, 1509833300, 0),
(1071, 129, 14, 'Middle Cove', -337928000, 1512124800, 0),
(1072, 129, 14, 'Millers Point', -338595700, 1512040600, 0),
(1073, 129, 14, 'Milperra', -339393400, 1509814800, 0),
(1074, 129, 14, 'Minchinbury', -337872400, 1508295600, 0),
(1075, 129, 14, 'Minnamurra', -346333300, 1508500000, 0),
(1076, 129, 14, 'Minto', -340333300, 1508500000, 0),
(1077, 129, 14, 'Miranda', -340333300, 1511000000, 0),
(1078, 129, 14, 'Mittagong', -344500200, 1504457200, 0),
(1079, 129, 14, 'Mollymook Beach', -353296600, 1504717300, 0),
(1080, 129, 14, 'Mona Vale', -336775700, 1513030700, 0),
(1081, 129, 14, 'Monterey', -339666700, 1511500000, 0),
(1082, 129, 14, 'Mooney Mooney', -335243200, 1512009700, 0),
(1083, 129, 14, 'Moorebank', -339424500, 1509377500, 0),
(1084, 129, 14, 'Moree', -294627800, 1498415700, 0),
(1085, 129, 14, 'Mortdale', -339666700, 1510833300, 0),
(1086, 129, 14, 'Mortlake', -338500000, 1511166700, 0),
(1087, 129, 14, 'Morton', -354000000, 1503666700, 0),
(1088, 129, 14, 'Moruya', -359125000, 1500814400, 0),
(1089, 129, 14, 'Mosman', -338277800, 1512333300, 0),
(1090, 129, 14, 'Moss Vale', -345537400, 1503711600, 0),
(1091, 129, 14, 'Mount Annan', -340528700, 1507598400, 0),
(1092, 129, 14, 'Mount Colah', -336833300, 1511166700, 0),
(1093, 129, 14, 'Mount Druitt', -337666700, 1508166700, 0),
(1094, 129, 14, 'Mount Hutton', -329832900, 1516701200, 0),
(1095, 129, 14, 'Mount Kuring-Gai', -336419700, 1511286500, 0),
(1096, 129, 14, 'Mount Ousley', -344000000, 1508750000, 0),
(1097, 129, 14, 'Mount Riverview', -337307400, 1506353200, 0),
(1098, 129, 14, 'Mount Saint Thomas', -344433300, 1508722200, 0),
(1099, 129, 14, 'Mudgee', -325942600, 1495871000, 0),
(1100, 129, 14, 'Mugga Downs', -322275700, 1486813600, 0),
(1101, 129, 14, 'Mullumbimby', -285523600, 1534995600, 0),
(1102, 129, 14, 'Murwillumbah', -283273200, 1533933900, 0),
(1103, 129, 14, 'Muswellbrook', -322611800, 1508900900, 0),
(1104, 129, 14, 'Narara', -334000000, 1513500000, 0),
(1105, 129, 14, 'Narellan', -340333300, 1507333300, 0),
(1106, 129, 14, 'Naremburn', -338169800, 1512007900, 0),
(1107, 129, 14, 'Narrabeen', -337127700, 1512973600, 0),
(1108, 129, 14, 'Narrabri', -303261200, 1497837100, 0),
(1109, 129, 14, 'Narrandera', -347475200, 1465509600, 0),
(1110, 129, 14, 'Narrawallee', -353124300, 1504635100, 0),
(1111, 129, 14, 'Nelson Bay', -327204300, 1521439800, 0),
(1112, 129, 14, 'Neutral Bay', -338388900, 1512166700, 0),
(1113, 129, 14, 'New Lambton', -329500000, 1516833300, 0),
(1114, 129, 14, 'Newcastle', -329271500, 1517764700, 0),
(1115, 129, 14, 'Newport', -336551700, 1513212600, 0),
(1116, 129, 14, 'Newrybar', -287166700, 1535333300, 0),
(1117, 129, 14, 'Newtown', -338983500, 1511775400, 0),
(1118, 129, 14, 'Normanhurst', -337333300, 1511000000, 0),
(1119, 129, 14, 'North Bridge', -338102800, 1512219400, 0),
(1120, 129, 14, 'North Narrabeen', -337093500, 1512960700, 0),
(1121, 129, 14, 'North Parramatta', -337935100, 1510012400, 0),
(1122, 129, 14, 'North Rocks', -337722300, 1510171800, 0),
(1123, 129, 14, 'North Ryde', -337967700, 1511243600, 0),
(1124, 129, 14, 'North St Marys', -338678500, 1512073200, 0),
(1125, 129, 14, 'North Turramurra', -337134500, 1511472600, 0),
(1126, 129, 14, 'North Wagga', -351000000, 1473833300, 0),
(1127, 129, 14, 'Northmead', -337833300, 1509833300, 0),
(1128, 129, 14, 'Northwood', -338286100, 1511808300, 0),
(1129, 129, 14, 'Norway', -337666700, 1498666700, 0),
(1130, 129, 14, 'Nowra', -348842200, 1506003600, 0),
(1131, 129, 14, 'Oak Flats', -345622900, 1508219300, 0),
(1132, 129, 14, 'Oakhurst', -337388300, 1508383700, 0),
(1133, 129, 14, 'Oaky Park', -334643300, 1501829400, 0),
(1134, 129, 14, 'Oatlands', -337959500, 1510271200, 0),
(1135, 129, 14, 'Oatley', -339833300, 1510666700, 0),
(1136, 129, 14, 'Oberon', -337039800, 1498591500, 0),
(1137, 129, 14, 'Ocean Beach', -335333300, 1513166700, 0),
(1138, 129, 14, 'Ocean Shores', -285238300, 1535322300, 0),
(1139, 129, 14, 'Old Erowal Bay', -350846000, 1506456800, 0),
(1140, 129, 14, 'Old Guildford', -338642900, 1509839500, 0),
(1141, 129, 14, 'Orange', -332839700, 1491001800, 0),
(1142, 129, 14, 'Orchard Hills', -337903800, 1507498500, 0),
(1143, 129, 14, 'Oxley Park', -337707200, 1507950200, 0),
(1144, 129, 14, 'Padstow', -339500000, 1510333300, 0),
(1145, 129, 14, 'Pagewood', -339389900, 1512196500, 0),
(1146, 129, 14, 'Pambula', -369301000, 1498745000, 0),
(1147, 129, 14, 'Panania', -339536600, 1509973300, 0),
(1148, 129, 14, 'Paramatta', -338178000, 1510034800, 0),
(1149, 129, 14, 'Parkes', -331372000, 1481759000, 0),
(1150, 129, 14, 'Parkville', -319833300, 1508666700, 0),
(1151, 129, 14, 'Parramatta', -338166700, 1510000000, 0),
(1152, 129, 14, 'Peakhurst', -339666700, 1510500000, 0),
(1153, 129, 14, 'Pearl Beach', -335500000, 1513000000, 0),
(1154, 129, 14, 'Peats Ridge', -333166700, 1512333300, 0),
(1155, 129, 14, 'Pemulwuy', -338227400, 1509239500, 0),
(1156, 129, 14, 'Pendle Hills', -338000000, 1509500000, 0),
(1157, 129, 14, 'Pennant Hills', -337378300, 1510721600, 0),
(1158, 129, 14, 'Penrith', -337500000, 1507000000, 0),
(1159, 129, 14, 'Penshurst', -339666700, 1510833300, 0),
(1160, 129, 14, 'Petersham', -338946000, 1511549500, 0),
(1161, 129, 14, 'Phillip', -311333300, 1508500000, 0),
(1162, 129, 14, 'Picton', -341699500, 1506116800, 0),
(1163, 129, 14, 'Pittwater', -337500000, 1507000000, 0),
(1164, 129, 14, 'Pleasure Point', -339698900, 1509839400, 0),
(1165, 129, 14, 'Point Clare', -334500000, 1513333300, 0),
(1166, 129, 14, 'Point Frederick', -334403600, 1513432200, 0),
(1167, 129, 14, 'Port Macquarie', -314308400, 1529089400, 0),
(1168, 129, 14, 'Potts Point', -338693100, 1512248100, 0),
(1169, 129, 14, 'Prairiewood', -338632500, 1509052100, 0),
(1170, 129, 14, 'Prestons', -339418500, 1508717000, 0),
(1171, 129, 14, 'Pretty Beach', -335166700, 1513500000, 0),
(1172, 129, 14, 'Prospect', -338015400, 1509135800, 0),
(1173, 129, 14, 'Pumpenbill', -283666700, 1531500000, 0),
(1174, 129, 14, 'Punchbowl', -339289300, 1510511100, 0),
(1175, 129, 14, 'Putney', -338261300, 1511063000, 0),
(1176, 129, 14, 'Pymble', -337500000, 1511500000, 0),
(1177, 129, 14, 'Pyrmont', -338698500, 1511940200, 0),
(1178, 129, 14, 'Quakers Hill', -337333300, 1508833300, 0),
(1179, 129, 14, 'Queanbeyan', -353549300, 1492320000, 0),
(1180, 129, 14, 'Queens Park', -338994600, 1512472400, 0),
(1181, 129, 14, 'Queenscliff', -337827800, 1512849500, 0),
(1182, 129, 14, 'Raby', -340184600, 1508176400, 0),
(1183, 129, 14, 'Rainbow Flat', -320333300, 1524833300, 0),
(1184, 129, 14, 'Ramsgate', -339833300, 1511500000, 0),
(1185, 129, 14, 'Randwick', -339166700, 1512416700, 0),
(1186, 129, 14, 'Rathmines', -330377300, 1515844300, 0),
(1187, 129, 14, 'Ravensworth', -324500000, 1510666700, 0),
(1188, 129, 14, 'Raworth', -327333300, 1516166700, 0),
(1189, 129, 14, 'Raymond Terrace', -327500000, 1517500000, 0),
(1190, 129, 14, 'Redfern', -338927900, 1512041500, 0),
(1191, 129, 14, 'Regents Park', -338833300, 1510166700, 0),
(1192, 129, 14, 'Revesby', -339500000, 1510166700, 0),
(1193, 129, 14, 'Rhodes', -338333300, 1510833300, 0),
(1194, 129, 14, 'Richlands', -343166700, 1498166700, 0),
(1195, 129, 14, 'Richmond', -335995600, 1507514200, 0),
(1196, 129, 14, 'Riverstone', -336833300, 1508666700, 0),
(1197, 129, 14, 'Riverview', -338239600, 1511601900, 0),
(1198, 129, 14, 'Riverwood', -339500000, 1510500000, 0),
(1199, 129, 14, 'Rockdale', -339500000, 1511333300, 0),
(1200, 129, 14, 'Rogans Hill', -337333300, 1510166700, 0),
(1201, 129, 14, 'Rooty Hill', -337666700, 1508333300, 0),
(1202, 129, 14, 'Rose Bay', -338747200, 1512633300, 0),
(1203, 129, 14, 'Rosebank', -286666700, 1534000000, 0),
(1204, 129, 14, 'Rosebery', -339166700, 1512000000, 0),
(1205, 129, 14, 'Rosehill', -338200900, 1510245000, 0),
(1206, 129, 14, 'Roselands', -339331700, 1510732000, 0),
(1207, 129, 14, 'Rosemeadow', -341041400, 1507928200, 0),
(1208, 129, 14, 'Roseville', -337833300, 1511833300, 0),
(1209, 129, 14, 'Rouse Hill', -336820700, 1509154000, 0),
(1210, 129, 14, 'Rozelle', -338614100, 1511705000, 0),
(1211, 129, 14, 'Rugby', -343833300, 1490166700, 0),
(1212, 129, 14, 'Ruse', -340697600, 1508416800, 0),
(1213, 129, 14, 'Rushcutters Bay', -338748000, 1512279900, 0),
(1214, 129, 14, 'Russell Vale', -343554200, 1508943400, 0),
(1215, 129, 14, 'Rutherford', -327166700, 1515333300, 0),
(1216, 129, 14, 'Rydal', -334833300, 1500333300, 0),
(1217, 129, 14, 'Rydalmere', -338000000, 1510500000, 0),
(1218, 129, 14, 'Ryde', -338166700, 1511000000, 0),
(1219, 129, 14, 'Sadleir', -339171300, 1508909300, 0),
(1220, 129, 14, 'Safety Beach', -300968300, 1531877000, 0),
(1221, 129, 14, 'Saint Andrews', -340224300, 1508295800, 0),
(1222, 129, 14, 'Saint Ives', -337333300, 1511666700, 0),
(1223, 129, 14, 'Salamander Bay', -327225300, 1520794500, 0),
(1224, 129, 14, 'San Remo', -332146900, 1515210200, 0),
(1225, 129, 14, 'Sanctuary Point', -351036100, 1506266700, 0),
(1226, 129, 14, 'Sans Souci', -339833300, 1511333300, 0),
(1227, 129, 14, 'Saratoga', -334756400, 1513520700, 0),
(1228, 129, 14, 'Sawtell', -303645900, 1531014100, 0),
(1229, 129, 14, 'Scotland Island', -336399100, 1512911800, 0),
(1230, 129, 14, 'Seaforth', -338025000, 1512397200, 0),
(1231, 129, 14, 'Seaham', -326603100, 1517238300, 0),
(1232, 129, 14, 'Sefton', -338877300, 1510105300, 0),
(1233, 129, 14, 'Seven Hills', -337833300, 1509333300, 0),
(1234, 129, 14, 'Shellharbour', -345833300, 1508666700, 0),
(1235, 129, 14, 'Shelly Beach', -333699900, 1514852200, 0),
(1236, 129, 14, 'Shoalhaven Heads', -348508600, 1507451200, 0),
(1237, 129, 14, 'Shortland', -328788300, 1516910500, 0),
(1238, 129, 14, 'Silverwater', -331039600, 1515636400, 0),
(1239, 129, 14, 'Singleton', -325674200, 1511660300, 0),
(1240, 129, 14, 'Smeaton Grange', -340370600, 1507577100, 0),
(1241, 129, 14, 'Somersby', -333666700, 1512833300, 0),
(1242, 129, 14, 'South Durras', -356513000, 1502952000, 0),
(1243, 129, 14, 'South Grafton', -297000000, 1529500000, 0),
(1244, 129, 14, 'South Hurstville', -339775600, 1511055000, 0),
(1245, 129, 14, 'South West Rocks', -308884600, 1530388600, 0),
(1246, 129, 14, 'Speers Point', -329638300, 1516261800, 0),
(1247, 129, 14, 'Spencer', -334500000, 1511500000, 0),
(1248, 129, 14, 'Springrove', -288333300, 1531666700, 0),
(1249, 129, 14, 'Springwood', -337000000, 1505500000, 0),
(1250, 129, 14, 'St Clair', -337972800, 1507847000, 0),
(1251, 129, 14, 'St Ives Chase', -337038100, 1511646000, 0),
(1252, 129, 14, 'St Johns Park', -338829500, 1509018200, 0),
(1253, 129, 14, 'St Leonards', -338234400, 1511983600, 0),
(1254, 129, 14, 'St Peters', -339166700, 1511833300, 0),
(1255, 129, 14, 'Stanmore', -338940700, 1511642400, 0),
(1256, 129, 14, 'Strathfield', -338809600, 1510798600, 0),
(1257, 129, 14, 'Suffolk Park', -286833300, 1536166700, 0),
(1258, 129, 14, 'Summer Hill', -338914600, 1511382500, 0),
(1259, 129, 14, 'Summerland Point', -331409100, 1515656100, 0),
(1260, 129, 14, 'Surry Hills', -338837400, 1512128200, 0),
(1261, 129, 14, 'Sutherland', -340333000, 1510500000, 0),
(1262, 129, 14, 'Sydenham', -339166900, 1511679800, 0),
(1263, 129, 14, 'Sydney', -338678500, 1512073200, 0),
(1264, 129, 14, 'Sydney Central Business District', -338648200, 1512077300, 0),
(1265, 129, 14, 'Sylvania', -340166700, 1511000000, 0),
(1266, 129, 14, 'Tahmoor', -342224600, 1505946700, 0),
(1267, 129, 14, 'Tamarama', -338983500, 1512705900, 0),
(1268, 129, 14, 'Tamworth', -310904800, 1509290500, 0),
(1269, 129, 14, 'Taree', -319109900, 1524538700, 0),
(1270, 129, 14, 'Taren Point', -340166700, 1511166700, 0),
(1271, 129, 14, 'Taylors Beach', -327426200, 1520684900, 0),
(1272, 129, 14, 'Temora', -344483400, 1475355800, 0),
(1273, 129, 14, 'Tempe', -339233500, 1511602000, 0),
(1274, 129, 14, 'Tennyson Point', -338317200, 1511168200, 0),
(1275, 129, 14, 'Tenterfield', -290494600, 1520195200, 0),
(1276, 129, 14, 'Teralba', -329666700, 1516000000, 0),
(1277, 129, 14, 'Terrey Hills', -336833300, 1512333300, 0),
(1278, 129, 14, 'Terrigal', -334481500, 1514466600, 0),
(1279, 129, 14, 'The Entrance', -333387600, 1514978000, 0),
(1280, 129, 14, 'The Hills Shire', -337667000, 1510000000, 0),
(1281, 129, 14, 'The Ponds', -337060500, 1509087700, 0),
(1282, 129, 14, 'The Ridgeway', -353388600, 1492608700, 0),
(1283, 129, 14, 'The Rocks', -338592300, 1512081000, 0),
(1284, 129, 14, 'Thornleigh', -337322800, 1510789500, 0),
(1285, 129, 14, 'Thornton', -327833300, 1516333300, 0),
(1286, 129, 14, 'Thredbo Village', -365051700, 1483075900, 0),
(1287, 129, 14, 'Thurgoona', -360362600, 1469960900, 0),
(1288, 129, 14, 'Tibbereenah', -303666700, 1497666700, 0),
(1289, 129, 14, 'Tocumwal', -358122100, 1455690500, 0),
(1290, 129, 14, 'Tomago', -328333300, 1517333300, 0),
(1291, 129, 14, 'Tomakin', -358233500, 1501879400, 0),
(1292, 129, 14, 'Toongabbie', -337833300, 1509500000, 0),
(1293, 129, 14, 'Toormina', -303526200, 1530902800, 0),
(1294, 129, 14, 'Toronto', -330000000, 1516000000, 0),
(1295, 129, 14, 'Tuggerah', -333166700, 1514166700, 0),
(1296, 129, 14, 'Tumut', -353001600, 1482250500, 0),
(1297, 129, 14, 'Tuncurry', -321744300, 1524987600, 0),
(1298, 129, 14, 'Turramurra', -337334200, 1511284900, 0),
(1299, 129, 14, 'Turrella', -339303300, 1511420900, 0),
(1300, 129, 14, 'Tweed Heads', -281756100, 1535420100, 0),
(1301, 129, 14, 'Uki', -284140800, 1533366100, 0),
(1302, 129, 14, 'Ulladulla', -353590600, 1504724700, 0),
(1303, 129, 14, 'Ultimo', -338786100, 1511969400, 0),
(1304, 129, 14, 'Umina', -335333300, 1513083300, 0),
(1305, 129, 14, 'Unanderra', -344500000, 1508500000, 0),
(1306, 129, 14, 'Uralla', -306411000, 1515006900, 0),
(1307, 129, 14, 'Valentine', -330150400, 1516429000, 0),
(1308, 129, 14, 'Valla Beach', -305925900, 1530113100, 0),
(1309, 129, 14, 'Valley Heights', -337000000, 1505833300, 0),
(1310, 129, 14, 'Vaucluse', -338666700, 1512833300, 0),
(1311, 129, 14, 'Villawood', -338833300, 1509666700, 0),
(1312, 129, 14, 'Vineyard', -336499500, 1508525800, 0),
(1313, 129, 14, 'Wagga Wagga', -351257700, 1473537400, 0),
(1314, 129, 14, 'Wahroonga', -337190400, 1511146800, 0),
(1315, 129, 14, 'Waitara', -337166700, 1511166700, 0),
(1316, 129, 14, 'Wakeley', -338742700, 1509097600, 0),
(1317, 129, 14, 'Walla Walla', -357567600, 1469108000, 0),
(1318, 129, 14, 'Wallaroo', -351467700, 1490128000, 0),
(1319, 129, 14, 'Wallerawang', -334109600, 1500645600, 0),
(1320, 129, 14, 'Wallsend', -329166700, 1516666700, 0),
(1321, 129, 14, 'Wamberal', -334155400, 1514455900, 0),
(1322, 129, 14, 'Wamboin', -352507300, 1493328400, 0),
(1323, 129, 14, 'Wangi Wangi', -330718500, 1515984000, 0),
(1324, 129, 14, 'Warragamba', -338919100, 1506046100, 0),
(1325, 129, 14, 'Warrawee', -337333300, 1511166700, 0),
(1326, 129, 14, 'Warrawong', -344850000, 1508883300, 0),
(1327, 129, 14, 'Warriewood', -336885700, 1512953400, 0),
(1328, 129, 14, 'Warringah', -337500000, 1512830000, 0),
(1329, 129, 14, 'Warwick Farm', -339129100, 1509370100, 0),
(1330, 129, 14, 'Waterloo', -310333300, 1517166700, 0),
(1331, 129, 14, 'Watsons Bay', -338500000, 1512833300, 0),
(1332, 129, 14, 'Wauchope', -314579200, 1527261700, 0),
(1333, 129, 14, 'Waverley', -339000000, 1512666700, 0),
(1334, 129, 14, 'Waverton', -338386300, 1512004600, 0),
(1335, 129, 14, 'Wentworth', -341072600, 1419131500, 0),
(1336, 129, 14, 'Wentworth Falls', -337103300, 1503753400, 0),
(1337, 129, 14, 'Wentworth Point', -338308000, 1510744100, 0),
(1338, 129, 14, 'Wentworthville', -338166700, 1509666700, 0),
(1339, 129, 14, 'Werri Beach', -347367900, 1508308700, 0),
(1340, 129, 14, 'Werrington', -337592000, 1507526600, 0),
(1341, 129, 14, 'West Gosford', -334257800, 1513170100, 0),
(1342, 129, 14, 'West Hoxton', -339166700, 1508500000, 0),
(1343, 129, 14, 'West Pymble', -337666700, 1511333300, 0),
(1344, 129, 14, 'West Tamworth', -311000000, 1509166700, 0),
(1345, 129, 14, 'West Wyalong', -339237300, 1472047300, 0),
(1346, 129, 14, 'Westdale', -310905200, 1508567800, 0),
(1347, 129, 14, 'Westleigh', -337117600, 1510713900, 0),
(1348, 129, 14, 'Westmead', -338038300, 1509876800, 0),
(1349, 129, 14, 'Wetherill Park', -338427700, 1509006100, 0),
(1350, 129, 14, 'Whalan', -337569700, 1508040200, 0),
(1351, 129, 14, 'Whale Beach', -336111500, 1513289500, 0),
(1352, 129, 14, 'Wickham', -329192300, 1517569300, 0),
(1353, 129, 14, 'Wiley Park', -339242000, 1510673700, 0),
(1354, 129, 14, 'Willmot', -337240900, 1507928400, 0),
(1355, 129, 14, 'Willoughby', -338000000, 1511830000, 0),
(1356, 129, 14, 'Windsor', -336130900, 1508141600, 0),
(1357, 129, 14, 'Winmalee', -336784700, 1506121300, 0),
(1358, 129, 14, 'Wolli Creek', -339313300, 1511522200, 0),
(1359, 129, 14, 'Wollongong', -344240000, 1508934500, 0),
(1360, 129, 14, 'Woodcroft', -337563700, 1508807100, 0),
(1361, 129, 14, 'Woodford', -337333300, 1504833300, 0),
(1362, 129, 14, 'Woodpark', -338413700, 1509605500, 0),
(1363, 129, 14, 'Woollahra', -338878000, 1512368100, 0),
(1364, 129, 14, 'Woolloomooloo', -338704200, 1512196800, 0),
(1365, 129, 14, 'Woonona', -343333300, 1509166700, 0),
(1366, 129, 14, 'Woronora', -340166700, 1510333300, 0),
(1367, 129, 14, 'Worragee', -349000000, 1506333300, 0),
(1368, 129, 14, 'Woy Woy', -334843300, 1513247100, 0),
(1369, 129, 14, 'Wyoming', -334038700, 1513625400, 0),
(1370, 129, 14, 'Wyong', -332825400, 1514232700, 0),
(1371, 129, 14, 'Yagoona', -339049000, 1510199600, 0),
(1372, 129, 14, 'Yamba', -294372100, 1533615000, 0),
(1373, 129, 14, 'Yarra', -347833300, 1496333300, 0),
(1374, 129, 14, 'Yarramalong', -332333300, 1512833300, 0),
(1375, 129, 14, 'Yarramundi', -336367800, 1506636900, 0),
(1376, 129, 14, 'Yarrawarrah', -340500000, 1510333300, 0),
(1377, 129, 14, 'Yass', -348403600, 1489098700, 0),
(1378, 129, 14, 'Yenda', -342501300, 1461990000, 0),
(1379, 129, 14, 'Yennora', -338617300, 1509686500, 0),
(1380, 129, 14, 'Yetman', -289000000, 1507833300, 0),
(1381, 129, 14, 'Yoogali', -343000000, 1460833300, 0),
(1382, 129, 14, 'Young', -343135000, 1483010700, 0),
(1383, 129, 14, 'Zetland', -339074800, 1512085700, 0),
(1384, 130, 14, 'Adelaide River', -132378600, 1311056000, 0),
(1385, 130, 14, 'Alice Springs', -236974800, 1338836200, 0),
(1386, 130, 14, 'Bagot', -124152900, 1308567800, 0),
(1387, 130, 14, 'Berrimah', -124350700, 1309260600, 0),
(1388, 130, 14, 'Casuarina', -123740100, 1308822400, 0),
(1389, 130, 14, 'Darwin', -124611300, 1308418500, 0),
(1390, 130, 14, 'Durack', -124730800, 1309720800, 0),
(1391, 130, 14, 'East Point', -124115900, 1308300400, 0),
(1392, 130, 14, 'Fannie Bay', -124227500, 1308362700, 0),
(1393, 130, 14, 'Girraween', -125252800, 1310956600, 0),
(1394, 130, 14, 'Herbert', -125341400, 1311619700, 0),
(1395, 130, 14, 'Holtze', -124485000, 1310055600, 0),
(1396, 130, 14, 'Howard Springs', -124957600, 1310444600, 0),
(1397, 130, 14, 'Jabiru', -126704900, 1328360400, 0),
(1398, 130, 14, 'Johnston', -124876400, 1310116900, 0),
(1399, 130, 14, 'Katherine', -144651700, 1322634700, 0),
(1400, 130, 14, 'Larrakeyah', -124552700, 1308317200, 0),
(1401, 130, 14, 'Leanyer', -123666700, 1309000000, 0),
(1402, 130, 14, 'Lyons', -123591200, 1308885200, 0),
(1403, 130, 14, 'Malak', -123928800, 1309039500, 0),
(1404, 130, 14, 'Moil', -123885000, 1308808800, 0),
(1405, 130, 14, 'Moulden', -125055900, 1309731300, 0),
(1406, 130, 14, 'Nhulunbuy', -121865200, 1367820100, 0),
(1407, 130, 14, 'Nightcliff', -123805600, 1308538900, 0),
(1408, 130, 14, 'Palmerston', -124860200, 1309833000, 0),
(1409, 130, 14, 'Parap', -124305400, 1308414200, 0),
(1410, 130, 14, 'Rosebery', -125104600, 1309878000, 0),
(1411, 130, 14, 'Stuart Park', -124430600, 1308450000, 0),
(1412, 130, 14, 'Tennant Creek', -196497000, 1341914700, 0),
(1413, 130, 14, 'The Narrows', -124264000, 1308595300, 0),
(1414, 130, 14, 'Tindal', -145312300, 1323792700, 0),
(1415, 130, 14, 'Titjikala', -246802300, 1340751100, 0),
(1416, 130, 14, 'Tiwi', -123587600, 1308780000, 0),
(1417, 130, 14, 'Winnellie', -124292400, 1308859500, 0),
(1418, 131, 14, 'Acacia Ridge', -275833300, 1530333300, 0),
(1419, 131, 14, 'Advancetown', -280666700, 1532666700, 0),
(1420, 131, 14, 'Airlie Beach', -202675000, 1487169000, 0),
(1421, 131, 14, 'Aitkenvale', -192833300, 1468000000, 0),
(1422, 131, 14, 'Albany Creek', -273500000, 1529833300, 0),
(1423, 131, 14, 'Albion', -274300600, 1530379200, 0),
(1424, 131, 14, 'Alderley', -274255300, 1530010200, 0),
(1425, 131, 14, 'Alexandra Hills', -275322100, 1532288900, 0),
(1426, 131, 14, 'Algester', -276127900, 1530323900, 0),
(1427, 131, 14, 'Allenstown', -233940300, 1505039300, 0),
(1428, 131, 14, 'Andergrove', -210833300, 1491833300, 0),
(1429, 131, 14, 'Annandale', -193111100, 1467876300, 0),
(1430, 131, 14, 'Annerley', -275122800, 1530324800, 0),
(1431, 131, 14, 'Anstead', -275378100, 1528618700, 0),
(1432, 131, 14, 'Aroona', -267817300, 1531165200, 0),
(1433, 131, 14, 'Arundel', -279376800, 1533630200, 0),
(1434, 131, 14, 'Ashgrove', -274455200, 1529920000, 0),
(1435, 131, 14, 'Ashmore', -279888300, 1533764700, 0),
(1436, 131, 14, 'Aspley', -273666700, 1530166700, 0),
(1437, 131, 14, 'Auchenflower', -274764800, 1529965900, 0),
(1438, 131, 14, 'Augustine Heights', -276604700, 1528789600, 0),
(1439, 131, 14, 'Avondale', -247333300, 1521666700, 0),
(1440, 131, 14, 'Ayr', -195739300, 1474066600, 0),
(1441, 131, 14, 'Babinda', -173439000, 1459226500, 0),
(1442, 131, 14, 'Bancroft', -247833300, 1512333300, 0),
(1443, 131, 14, 'Banksia Beach', -270402700, 1531439000, 0),
(1444, 131, 14, 'Bannockburn', -277599000, 1531921900, 0),
(1445, 131, 14, 'Banyo', -273823600, 1530790300, 0),
(1446, 131, 14, 'Barcoo', -210666700, 1491166700, 0),
(1447, 131, 14, 'Bardon', -274610000, 1529792000, 0),
(1448, 131, 14, 'Bayview Heights', -169622900, 1457258500, 0),
(1449, 131, 14, 'Beachmere', -271280800, 1530524300, 0),
(1450, 131, 14, 'Beenleigh', -277166700, 1532000000, 0),
(1451, 131, 14, 'Beerwah', -268588100, 1529614400, 0),
(1452, 131, 14, 'Belgian Gardens', -192500000, 1468000000, 0),
(1453, 131, 14, 'Bell', -269354300, 1514509700, 0),
(1454, 131, 14, 'Bellbird Park', -276367400, 1528866300, 0),
(1455, 131, 14, 'Bellbowrie', -275593900, 1528827800, 0),
(1456, 131, 14, 'Belli Park', -265084500, 1528212400, 0),
(1457, 131, 14, 'Bellmere', -270844100, 1528900300, 0),
(1458, 131, 14, 'Belmont', -275000000, 1531166700, 0),
(1459, 131, 14, 'Benowa', -280166700, 1534000000, 0),
(1460, 131, 14, 'Berrinba', -276585300, 1530788800, 0),
(1461, 131, 14, 'Bethania Junction', -276833300, 1531666700, 0),
(1462, 131, 14, 'Biggera Waters', -279323900, 1534002100, 0),
(1463, 131, 14, 'Birdsville', -259000000, 1393666700, 0),
(1464, 131, 14, 'Birkdale', -274833300, 1532166700, 0),
(1465, 131, 14, 'Birtinya', -267432200, 1531191300, 0),
(1466, 131, 14, 'Blackall', -244232700, 1454630300, 0),
(1467, 131, 14, 'Blackrock', -187084800, 1462121200, 0),
(1468, 131, 14, 'Blackstone', -276250600, 1528084100, 0),
(1469, 131, 14, 'Bli Bli', -266172400, 1530366500, 0),
(1470, 131, 14, 'Bluewater Park', -192050400, 1465133800, 0),
(1471, 131, 14, 'Bluff', -235805200, 1490685000, 0),
(1472, 131, 14, 'Bongaree', -270836700, 1531594200, 0),
(1473, 131, 14, 'Bongeen', -275666700, 1514500000, 0),
(1474, 131, 14, 'Boomerang', -256166700, 1514333300, 0),
(1475, 131, 14, 'Boondall', -273531700, 1530609200, 0),
(1476, 131, 14, 'Booval', -276132800, 1527894400, 0),
(1477, 131, 14, 'Boronia Heights', -276885500, 1530195900, 0),
(1478, 131, 14, 'Bowen', -200136700, 1482475400, 0),
(1479, 131, 14, 'Bowen Hills', -274432400, 1530302000, 0),
(1480, 131, 14, 'Boykambil', -278775400, 1533754600, 0),
(1481, 131, 14, 'Boyne Island', -239333300, 1513500000, 0),
(1482, 131, 14, 'Bracken Ridge', -273171000, 1530309700, 0),
(1483, 131, 14, 'Brassall', -275975300, 1527475500, 0),
(1484, 131, 14, 'Bray Park', -272924600, 1529678300, 0),
(1485, 131, 14, 'Brendale', -273211400, 1529839300, 0),
(1486, 131, 14, 'Bridegman Downs', -273553800, 1529943200, 0),
(1487, 131, 14, 'Brighton', -272958200, 1530572100, 0),
(1488, 131, 14, 'Brinsmead', -168992100, 1457155400, 0),
(1489, 131, 14, 'Brisbane', -274679400, 1530280900, 0),
(1490, 131, 14, 'Broadbeach', -280278200, 1534334300, 0),
(1491, 131, 14, 'Browns Plains', -276500000, 1530333300, 0),
(1492, 131, 14, 'Buddina', -266956500, 1531330200, 0),
(1493, 131, 14, 'Buderim', -266844300, 1530570500, 0),
(1494, 131, 14, 'Bulimba', -274500000, 1530583300, 0),
(1495, 131, 14, 'Bundaberg', -248662100, 1523479000, 0),
(1496, 131, 14, 'Bundall', -280111100, 1534047900, 0),
(1497, 131, 14, 'Bundamba', -276094700, 1528113300, 0),
(1498, 131, 14, 'Bunya', -273694000, 1529433100, 0),
(1499, 131, 14, 'Burleigh Heads', -281000000, 1534500000, 0),
(1500, 131, 14, 'Burnett Heads', -247646800, 1524127000, 0),
(1501, 131, 14, 'Burpengary', -271574600, 1529575800, 0),
(1502, 131, 14, 'Caboolture', -270846500, 1529511000, 0),
(1503, 131, 14, 'Cairns', -169230400, 1457662500, 0),
(1504, 131, 14, 'Calamvale', -276232900, 1530478500, 0),
(1505, 131, 14, 'Caloundra', -267970900, 1531377100, 0),
(1506, 131, 14, 'Camira', -276346100, 1529209100, 0),
(1507, 131, 14, 'Camp Mountain', -274000000, 1528833300, 0),
(1508, 131, 14, 'Cannon Hill', -274723700, 1530947500, 0),
(1509, 131, 14, 'Cannon Valley', -202833300, 1486833300, 0),
(1510, 131, 14, 'Cannonvale', -202768100, 1486975900, 0),
(1511, 131, 14, 'Canungra', -280168900, 1531652500, 0),
(1512, 131, 14, 'Capalaba', -275166700, 1531833300, 0),
(1513, 131, 14, 'Carina Heights', -275072100, 1530912600, 0),
(1514, 131, 14, 'Carindale', -275057800, 1531023600, 0),
(1515, 131, 14, 'Carrara', -280215100, 1533663500, 0),
(1516, 131, 14, 'Cashmere', -272976700, 1529066200, 0),
(1517, 131, 14, 'Castaways Beach', -264298900, 1530978500, 0),
(1518, 131, 14, 'Chapel Hill', -275026400, 1529501200, 0),
(1519, 131, 14, 'Chelmer', -275132600, 1529752400, 0),
(1520, 131, 14, 'Chermside', -273847200, 1530306200, 0),
(1521, 131, 14, 'Chinchilla', -267378700, 1506297000, 0),
(1522, 131, 14, 'Clayfield', -274189400, 1530581800, 0),
(1523, 131, 14, 'Clermont', -228240700, 1476363500, 0),
(1524, 131, 14, 'Cleveland', -275333300, 1532666700, 0),
(1525, 131, 14, 'Cloncurry', -207071800, 1405130300, 0),
(1526, 131, 14, 'Clontarf', -272534100, 1530783500, 0),
(1527, 131, 14, 'Condon', -193296800, 1467166300, 0),
(1528, 131, 14, 'Coolangatta', -281666700, 1535333300, 0),
(1529, 131, 14, 'Coolum Beach', -265333300, 1530912300, 0),
(1530, 131, 14, 'Coombabah', -279107300, 1533709300, 0),
(1531, 131, 14, 'Coomera', -278833300, 1533000000, 0),
(1532, 131, 14, 'Cooroy', -264177800, 1529114900, 0),
(1533, 131, 14, 'Coorparoo', -274932500, 1530582600, 0),
(1534, 131, 14, 'Coppabella', -219471000, 1483005000, 0),
(1535, 131, 14, 'Corinda', -275333300, 1529833300, 0),
(1536, 131, 14, 'Craignish', -252784100, 1527266400, 0),
(1537, 131, 14, 'Cranley', -275166700, 1519500000, 0),
(1538, 131, 14, 'Cremorne', -211333300, 1492000000, 0),
(1539, 131, 14, 'Crestmead', -276875900, 1530844400, 0),
(1540, 131, 14, 'Crows Nest', -272599300, 1520516400, 0),
(1541, 131, 14, 'Croydon', -182043000, 1422445800, 0),
(1542, 131, 14, 'Currimundi', -267692500, 1531223700, 0),
(1543, 131, 14, 'Currumbin', -281333300, 1534666700, 0),
(1544, 131, 14, 'Daisy Hill', -276302600, 1531578400, 0),
(1545, 131, 14, 'Dalby', -271816900, 1512620500, 0),
(1546, 131, 14, 'Darra', -275666700, 1529666700, 0),
(1547, 131, 14, 'Deception Bay', -271935400, 1530263100, 0),
(1548, 131, 14, 'Devils Elbow', -211333300, 1491666700, 0),
(1549, 131, 14, 'Doomben', -274264000, 1530715700, 0),
(1550, 131, 14, 'Douglas', -193239400, 1467523400, 0),
(1551, 131, 14, 'Drayton', -275833300, 1519166700, 0),
(1552, 131, 14, 'Drewvale', -276476800, 1530545800, 0),
(1553, 131, 14, 'Dunwich', -274988300, 1534028000, 0),
(1554, 131, 14, 'Durack', -275894700, 1529857700, 0),
(1555, 131, 14, 'Dutton Park', -274966200, 1530279600, 0),
(1556, 131, 14, 'Eagle Farm', -274305900, 1530906200, 0),
(1557, 131, 14, 'Eagleby', -276833300, 1532166700, 0),
(1558, 131, 14, 'Edmonton', -170166700, 1457500000, 0),
(1559, 131, 14, 'Eight Mile Plains', -275833300, 1531000000, 0),
(1560, 131, 14, 'Ekibin', -275166700, 1530333300, 0),
(1561, 131, 14, 'Eli Waters', -252759600, 1528040600, 0),
(1562, 131, 14, 'Ellen Grove', -276152900, 1529438500, 0),
(1563, 131, 14, 'Emerald', -235229600, 1481578400, 0),
(1564, 131, 14, 'Emu Park', -232583800, 1508248400, 0),
(1565, 131, 14, 'Endeavour', -154166700, 1450833300, 0),
(1566, 131, 14, 'Enoggera', -274283200, 1529746700, 0),
(1567, 131, 14, 'Eumundi', -264744900, 1529513600, 0),
(1568, 131, 14, 'Everton Hills', -273890900, 1529712600, 0),
(1569, 131, 14, 'Fairfield', -275064400, 1530247900, 0),
(1570, 131, 14, 'Feluga', -178833300, 1459666700, 0),
(1571, 131, 14, 'Ferny Grove', -274008000, 1529347500, 0),
(1572, 131, 14, 'Fitzgibbon', -273397100, 1530292100, 0),
(1573, 131, 14, 'Flinders View', -276504600, 1527745100, 0),
(1574, 131, 14, 'Fortitude Valley', -274571800, 1530347400, 0),
(1575, 131, 14, 'Freshwater', -168833300, 1457166700, 0),
(1576, 131, 14, 'Gailes', -276113300, 1529132000, 0),
(1577, 131, 14, 'Gatton', -275587300, 1522761800, 0),
(1578, 131, 14, 'Gaven', -279565100, 1533345300, 0),
(1579, 131, 14, 'Geebung', -273724600, 1530471200, 0),
(1580, 131, 14, 'Gin Gin', -249936300, 1519580800, 0),
(1581, 131, 14, 'Gladstone', -238476100, 1512563500, 0),
(1582, 131, 14, 'Gleneagle', -279333300, 1529833300, 0),
(1583, 131, 14, 'Glenella', -211176800, 1491445300, 0),
(1584, 131, 14, 'Glenvale', -275681800, 1518934000, 0),
(1585, 131, 14, 'Gold Coast', -280002900, 1534308800, 0),
(1586, 131, 14, 'Goodna', -276166700, 1529000000, 0),
(1587, 131, 14, 'Goomboorian', -260810500, 1527912400, 0),
(1588, 131, 14, 'Goondiwindi', -285464000, 1503073000, 0),
(1589, 131, 14, 'Gordonvale', -170995900, 1457803800, 0),
(1590, 131, 14, 'Gracemere Heights', -234385200, 1504658300, 0),
(1591, 131, 14, 'Graceville', -275220100, 1529822200, 0),
(1592, 131, 14, 'Grange', -274225100, 1530152700, 0),
(1593, 131, 14, 'Grantham', -275791800, 1522016800, 0),
(1594, 131, 14, 'Granville', -255448600, 1527334600, 0),
(1595, 131, 14, 'Griffin', -272714900, 1530394200, 0),
(1596, 131, 14, 'Grosvenor', -254333300, 1511666700, 0),
(1597, 131, 14, 'Gympie', -261897900, 1526649900, 0),
(1598, 131, 14, 'Hamilton Island', -203460200, 1489519400, 0),
(1599, 131, 14, 'Hampstead', -277000000, 1527333300, 0),
(1600, 131, 14, 'Harlaxton', -275333300, 1519666700, 0),
(1601, 131, 14, 'Hawthorne', -274611100, 1530611100, 0),
(1602, 131, 14, 'Heathwood', -276361600, 1529842700, 0),
(1603, 131, 14, 'Helensvale', -279182800, 1533327500, 0),
(1604, 131, 14, 'Hemmant', -274477600, 1531317400, 0),
(1605, 131, 14, 'Hendon', -280666700, 1519500000, 0),
(1606, 131, 14, 'Hendra', -274177500, 1530702500, 0),
(1607, 131, 14, 'Herberton', -173783800, 1453837400, 0),
(1608, 131, 14, 'Heritage Park', -276827300, 1530608200, 0),
(1609, 131, 14, 'Hermit Park', -192830700, 1468036300, 0),
(1610, 131, 14, 'Herston', -274445300, 1530185200, 0),
(1611, 131, 14, 'Hervey Bay', -252833000, 1528333000, 0),
(1612, 131, 14, 'Highgate Hill', -274891200, 1530187800, 0),
(1613, 131, 14, 'Highland Park', -280139200, 1533331200, 0),
(1614, 131, 14, 'Hill End', -274869900, 1530060800, 0),
(1615, 131, 14, 'Hillcrest', -173666700, 1456000000, 0),
(1616, 131, 14, 'Hinchinbrook', -183510900, 1462351700, 0),
(1617, 131, 14, 'Holland Park West', -275262500, 1530604600, 0),
(1618, 131, 14, 'Hollands', -248333300, 1524500000, 0),
(1619, 131, 14, 'Hollywell', -279007600, 1533960900, 0),
(1620, 131, 14, 'Hope Island', -278703600, 1533516400, 0),
(1621, 131, 14, 'Huxley', -252166700, 1522666700, 0),
(1622, 131, 14, 'Hyde Park', -192769100, 1467965300, 0),
(1623, 131, 14, 'Inala', -275971500, 1529743200, 0),
(1624, 131, 14, 'Indooroopilly', -275030200, 1529751800, 0),
(1625, 131, 14, 'Ingham', -186455200, 1461624800, 0),
(1626, 131, 14, 'Innisfail', -175220900, 1460310200, 0),
(1627, 131, 14, 'Inverness', -231158200, 1507230600, 0),
(1628, 131, 14, 'Ipswich', -276166700, 1527666700, 0),
(1629, 131, 14, 'Jamboree Heights', -275563400, 1529340200, 0),
(1630, 131, 14, 'Jimboomba', -278311800, 1530273700, 0),
(1631, 131, 14, 'Jindalee', -275344600, 1529384300, 0),
(1632, 131, 14, 'Joyner', -272761300, 1529447100, 0),
(1633, 131, 14, 'Kallangur', -272520400, 1529922600, 0),
(1634, 131, 14, 'Kandanga', -263833300, 1526666700, 0),
(1635, 131, 14, 'Kangaroo Point', -274767900, 1530367000, 0),
(1636, 131, 14, 'Kanimbla', -169216500, 1457221600, 0),
(1637, 131, 14, 'Karalee', -275648500, 1528244600, 0),
(1638, 131, 14, 'Kawana', -233393300, 1505049300, 0),
(1639, 131, 14, 'Kearneys Spring', -276049500, 1519409800, 0),
(1640, 131, 14, 'Kedron', -274028600, 1530296900, 0),
(1641, 131, 14, 'Kelvin Grove', -274481900, 1530133700, 0),
(1642, 131, 14, 'Kenmore', -275075900, 1529387900, 0),
(1643, 131, 14, 'Kensington', -249171100, 1523182200, 0),
(1644, 131, 14, 'Keperra', -274137600, 1529470300, 0),
(1645, 131, 14, 'Kepnock', -248760600, 1523751800, 0),
(1646, 131, 14, 'Kewarra Beach', -167821900, 1456845500, 0),
(1647, 131, 14, 'Kiels Mountain', -266564500, 1530080500, 0),
(1648, 131, 14, 'Kingaroy', -265399400, 1518373000, 0),
(1649, 131, 14, 'Kingston', -276666700, 1531166700, 0),
(1650, 131, 14, 'Kippa-Ring', -272258600, 1530835000, 0),
(1651, 131, 14, 'Kirwan', -193032300, 1467253100, 0),
(1652, 131, 14, 'Kooralbyn', -280795500, 1528397400, 0),
(1653, 131, 14, 'Kuraby', -276068300, 1530936700, 0),
(1654, 131, 14, 'Kuranda', -168197800, 1456381800, 0),
(1655, 131, 14, 'Labrador', -279440200, 1533981500, 0),
(1656, 131, 14, 'Lakes Creek', -233833300, 1505666700, 0),
(1657, 131, 14, 'Lammermoor', -231620300, 1507679000, 0),
(1658, 131, 14, 'Landsborough', -268066600, 1529609500, 0),
(1659, 131, 14, 'Langley', -234500000, 1504333300, 0),
(1660, 131, 14, 'Lawnton', -272833300, 1529833300, 0),
(1661, 131, 14, 'Leichhardt', -276227900, 1527337300, 0),
(1662, 131, 14, 'Little Mountain', -267843600, 1530921800, 0),
(1663, 131, 14, 'Little Mulgrave', -171500000, 1457166700, 0),
(1664, 131, 14, 'Logan Central', -276438500, 1531072500, 0),
(1665, 131, 14, 'Logan Village', -277666700, 1531000000, 0),
(1666, 131, 14, 'Loganholme', -277000000, 1532000000, 0),
(1667, 131, 14, 'Loganlea', -276666700, 1531333300, 0),
(1668, 131, 14, 'Longreach', -234421200, 1442492100, 0),
(1669, 131, 14, 'Lutwyche', -274227500, 1530335400, 0),
(1670, 131, 14, 'Macgregor', -275649000, 1530665000, 0),
(1671, 131, 14, 'Machans Beach', -168584900, 1457446800, 0),
(1672, 131, 14, 'Mackay', -211534500, 1491655400, 0),
(1673, 131, 14, 'Maclean', -277833300, 1530166700, 0),
(1674, 131, 14, 'Magnetic Island', -191551400, 1468485000, 0),
(1675, 131, 14, 'Main Beach', -279787900, 1534266000, 0),
(1676, 131, 14, 'Malanda', -173517500, 1455964700, 0),
(1677, 131, 14, 'Maleny', -267600100, 1528492600, 0),
(1678, 131, 14, 'Mango Hill', -272434900, 1530238400, 0),
(1679, 131, 14, 'Manly', -274666700, 1531833300, 0),
(1680, 131, 14, 'Manunda', -169172100, 1457492000, 0),
(1681, 131, 14, 'Marcus Beach', -264531300, 1531005800, 0),
(1682, 131, 14, 'Maroochydore', -266600800, 1530995300, 0),
(1683, 131, 14, 'Marsden', -276734200, 1530973200, 0),
(1684, 131, 14, 'Maryborough', -255407300, 1527049300, 0),
(1685, 131, 14, 'Maxwelton', -207166700, 1426833300, 0),
(1686, 131, 14, 'McDowall', -273826600, 1529919400, 0),
(1687, 131, 14, 'Meadowbrook', -276640100, 1531446500, 0),
(1688, 131, 14, 'Meeandah', -274333300, 1531000000, 0),
(1689, 131, 14, 'Meikleville Hill', -231148300, 1507457700, 0),
(1690, 131, 14, 'Mena Creek', -176500000, 1459666700, 0),
(1691, 131, 14, 'Mermaid Beach', -280441100, 1534347200, 0),
(1692, 131, 14, 'Miami', -280717300, 1534415800, 0),
(1693, 131, 14, 'Milton', -274703900, 1530031200, 0),
(1694, 131, 14, 'Minyama', -266957300, 1531235300, 0),
(1695, 131, 14, 'Mitchell', -264849000, 1479742000, 0),
(1696, 131, 14, 'Mitchelton', -274166700, 1529666700, 0),
(1697, 131, 14, 'Moggill', -275833300, 1528666700, 0),
(1698, 131, 14, 'Molendinar', -279740900, 1533606900, 0),
(1699, 131, 14, 'Mooloolaba', -266816400, 1531192500, 0),
(1700, 131, 14, 'Mooloolah', -267655100, 1529587100, 0),
(1701, 131, 14, 'Moore', -269000000, 1523000000, 0),
(1702, 131, 14, 'Moorlands', -275666700, 1532666700, 0),
(1703, 131, 14, 'Mooroobool', -169355800, 1457296200, 0),
(1704, 131, 14, 'Moorooka', -275343600, 1530246000, 0),
(1705, 131, 14, 'Moranbah', -220016300, 1480466100, 0),
(1706, 131, 14, 'Morayfield', -271087600, 1529490700, 0),
(1707, 131, 14, 'Mount Coolum', -265663000, 1530923100, 0),
(1708, 131, 14, 'Mount Gravatt', -275333300, 1530833300, 0),
(1709, 131, 14, 'Mount Isa', -207252300, 1394972700, 0),
(1710, 131, 14, 'Mount Ommaney', -275354500, 1529381800, 0),
(1711, 131, 14, 'Mount Sheridan', -169888600, 1457321900, 0),
(1712, 131, 14, 'Mount Tyson', -275833300, 1515666700, 0),
(1713, 131, 14, 'Mount Warren Park', -277310900, 1532054900, 0),
(1714, 131, 14, 'Mudgeeraba', -280833300, 1533666700, 0),
(1715, 131, 14, 'Mundingburra', -192964800, 1467850500, 0),
(1716, 131, 14, 'Murarrie', -274628900, 1530980900, 0),
(1717, 131, 14, 'Murray', -193323000, 1467917200, 0),
(1718, 131, 14, 'Murrumba Downs', -272673300, 1530105300, 0),
(1719, 131, 14, 'Mysterton', -192872100, 1467935900, 0),
(1720, 131, 14, 'Nambour', -266261300, 1529594100, 0),
(1721, 131, 14, 'Narangba', -272033800, 1529592300, 0),
(1722, 131, 14, 'Narangba Valley', -271760100, 1529355200, 0),
(1723, 131, 14, 'Nebo', -216833300, 1486833300, 0),
(1724, 131, 14, 'Nelly Bay', -191569600, 1468520700, 0),
(1725, 131, 14, 'Nerang', -279894100, 1533363300, 0),
(1726, 131, 14, 'New Auckland', -238835900, 1512356300, 0),
(1727, 131, 14, 'New Farm', -274694400, 1530458300, 0),
(1728, 131, 14, 'Newmarket', -274333300, 1530166700, 0),
(1729, 131, 14, 'Newstead', -274444400, 1530444400, 0),
(1730, 131, 14, 'Noosa Heads', -263943300, 1530901000, 0),
(1731, 131, 14, 'Noosaville', -264000000, 1530666700, 0),
(1732, 131, 14, 'Norman Gardens', -233304400, 1505274700, 0),
(1733, 131, 14, 'Norman Park', -274833300, 1530583300, 0),
(1734, 131, 14, 'Normanby', -274531400, 1530111400, 0),
(1735, 131, 14, 'North Booval', -276039200, 1527948500, 0),
(1736, 131, 14, 'North Coast', -247166700, 1522833300, 0),
(1737, 131, 14, 'North Lakes', -272242600, 1530207500, 0),
(1738, 131, 14, 'North Mackay', -211166700, 1491833300, 0),
(1739, 131, 14, 'North Ward', -192488500, 1468080400, 0),
(1740, 131, 14, 'Northgate', -274000000, 1530666700, 0),
(1741, 131, 14, 'Norville', -248931000, 1523408900, 0),
(1742, 131, 14, 'Nundah', -274025200, 1530616500, 0),
(1743, 131, 14, 'One Mile', -276290200, 1527376800, 0),
(1744, 131, 14, 'Oonooie', -214666700, 1492333300, 0),
(1745, 131, 14, 'Ooralea', -211739400, 1491479700, 0),
(1746, 131, 14, 'Orange Grove', -275666700, 1530333300, 0),
(1747, 131, 14, 'Ormeau', -277833300, 1532666700, 0),
(1748, 131, 14, 'Ormiston', -275166700, 1532500000, 0),
(1749, 131, 14, 'Oxenford', -278903300, 1533130900, 0),
(1750, 131, 14, 'Pacific Pines', -279399400, 1533143600, 0),
(1751, 131, 14, 'Paddington', -274593900, 1529950900, 0),
(1752, 131, 14, 'Paget', -211867800, 1491722300, 0),
(1753, 131, 14, 'Palm Beach', -281166700, 1534666700, 0),
(1754, 131, 14, 'Palm Cove', -167500000, 1456666700, 0),
(1755, 131, 14, 'Palmwoods', -266858400, 1529613500, 0),
(1756, 131, 14, 'Paradise Point', -278866300, 1533933000, 0),
(1757, 131, 14, 'Parklands', -265955200, 1529788700, 0),
(1758, 131, 14, 'Parkwood', -279546100, 1533630400, 0),
(1759, 131, 14, 'Parrearra', -267115200, 1531219700, 0),
(1760, 131, 14, 'Pelican Waters', -268335400, 1531001300, 0),
(1761, 131, 14, 'Peregian Beach', -264810000, 1530960000, 0),
(1762, 131, 14, 'Petrie', -272666700, 1529833300, 0),
(1763, 131, 14, 'Petrie Terrace', -274629800, 1530131200, 0),
(1764, 131, 14, 'Pimpama', -278166700, 1533000000, 0),
(1765, 131, 14, 'Point Talburpin', -276399600, 1533138300, 0),
(1766, 131, 14, 'Point Vernon', -252500000, 1528166700, 0),
(1767, 131, 14, 'Port Bundaberg', -247666700, 1523833300, 0),
(1768, 131, 14, 'Port Douglas', -164838300, 1454672600, 0),
(1769, 131, 14, 'Proserpine', -204011000, 1485802000, 0),
(1770, 131, 14, 'Raceview', -276347200, 1527751900, 0),
(1771, 131, 14, 'Railway Estate', -192757000, 1468196200, 0),
(1772, 131, 14, 'Ramsay', -277231900, 1519886300, 0),
(1773, 131, 14, 'Redbank Plains', -276461300, 1528596500, 0),
(1774, 131, 14, 'Redcliffe', -272307400, 1530973100, 0),
(1775, 131, 14, 'Redland Bay', -276134300, 1533024500, 0),
(1776, 131, 14, 'Redlynch', -168833300, 1457000000, 0),
(1777, 131, 14, 'Reedy Creek', -281124300, 1533963800, 0),
(1778, 131, 14, 'Regents Park', -276766400, 1530416500, 0),
(1779, 131, 14, 'Richmond', -207324300, 1431435600, 0),
(1780, 131, 14, 'Riverview', -276000000, 1528500000, 0),
(1781, 131, 14, 'Robina', -280707100, 1533932900, 0),
(1782, 131, 14, 'Rochedale', -275666700, 1531333300, 0),
(1783, 131, 14, 'Rockhampton', -233803200, 1505059500, 0),
(1784, 131, 14, 'Rocklea', -275391700, 1530040200, 0),
(1785, 131, 14, 'Roma', -265674100, 1487875100, 0),
(1786, 131, 14, 'Rosehill', -281833300, 1520000000, 0),
(1787, 131, 14, 'Rosewood', -276335000, 1525894900, 0),
(1788, 131, 14, 'Ross River', -193166700, 1467333300, 0),
(1789, 131, 14, 'Rowes Bay', -192390900, 1467875100, 0),
(1790, 131, 14, 'Runaway Bay', -279138600, 1533977500, 0),
(1791, 131, 14, 'Runcorn', -275975600, 1530769900, 0),
(1792, 131, 14, 'Saint Lucia', -275000000, 1530000000, 0),
(1793, 131, 14, 'Salisbury', -275514500, 1530325000, 0),
(1794, 131, 14, 'Samford', -273727100, 1528865500, 0),
(1795, 131, 14, 'Sandgate', -273219800, 1530695100, 0),
(1796, 131, 14, 'Santa Barbara', -278573300, 1533547500, 0),
(1797, 131, 14, 'Scarborough', -272008300, 1531102800, 0),
(1798, 131, 14, 'Shailer Park', -276498000, 1531775300, 0),
(1799, 131, 14, 'Sherwood', -275247100, 1529806700, 0),
(1800, 131, 14, 'Shute Harbour', -202889700, 1487868700, 0),
(1801, 131, 14, 'Silkstone', -276212600, 1527876800, 0),
(1802, 131, 14, 'Sinnamon Park', -275443600, 1529489000, 0),
(1803, 131, 14, 'Sippy Downs', -267179300, 1530547500, 0),
(1804, 131, 14, 'Slacks Creek', -276500000, 1531500000, 0),
(1805, 131, 14, 'Slade Point', -210750000, 1492250000, 0),
(1806, 131, 14, 'South Bank', -274776600, 1530211000, 0),
(1807, 131, 14, 'South Brisbane', -274833300, 1530166700, 0),
(1808, 131, 14, 'Southport', -279666700, 1534000000, 0),
(1809, 131, 14, 'Spring Hill', -274614100, 1530231100, 0),
(1810, 131, 14, 'Springfield Lakes', -276675700, 1529248800, 0),
(1811, 131, 14, 'Springwood', -276118300, 1531289900, 0),
(1812, 131, 14, 'Stanthorpe', -286572100, 1519337200, 0),
(1813, 131, 14, 'Stone River', -186500000, 1460500000, 0),
(1814, 131, 14, 'Stratford', -168833300, 1457333300, 0),
(1815, 131, 14, 'Strathpine', -273041400, 1529897700, 0),
(1816, 131, 14, 'Sumner', -275655500, 1529333700, 0),
(1817, 131, 14, 'Sunnybank', -275833300, 1530500000, 0),
(1818, 131, 14, 'Sunrise Beach', -264164600, 1531030500, 0),
(1819, 131, 14, 'Sunshine Coast', -266400000, 1530700000, 0),
(1820, 131, 14, 'Surfers Paradise', -280027400, 1534299900, 0),
(1821, 131, 14, 'Taigum', -273426500, 1530444400, 0),
(1822, 131, 14, 'Tallai', -280640700, 1533258900, 0),
(1823, 131, 14, 'Tallebudgera', -281500000, 1534333300, 0),
(1824, 131, 14, 'Tamborine Mountain', -279695400, 1531993700, 0),
(1825, 131, 14, 'Tara', -272761300, 1504567600, 0),
(1826, 131, 14, 'Taranganba', -231503600, 1507526400, 0),
(1827, 131, 14, 'Taringa', -274906100, 1529786100, 0),
(1828, 131, 14, 'Tarragindi', -275333300, 1530333300, 0),
(1829, 131, 14, 'Te Kowai', -211666700, 1491166700, 0),
(1830, 131, 14, 'Telina', -238883400, 1512537900, 0),
(1831, 131, 14, 'Teneriffe', -274558700, 1530469600, 0),
(1832, 131, 14, 'Tewantin', -263910400, 1530343200, 0),
(1833, 131, 14, 'Texas', -288538500, 1511669600, 0),
(1834, 131, 14, 'Thagoona', -276333300, 1526333300, 0),
(1835, 131, 14, 'Thane', -281666700, 1517000000, 0),
(1836, 131, 14, 'The Gap', -274418700, 1529386100, 0),
(1837, 131, 14, 'The Summit', -285833300, 1519666700, 0),
(1838, 131, 14, 'Thornlands', -275500000, 1532666700, 0),
(1839, 131, 14, 'Tieri', -230382900, 1483446300, 0),
(1840, 131, 14, 'Tingalpa', -274736000, 1531270400, 0),
(1841, 131, 14, 'Toombul', -274096400, 1530584300, 0),
(1842, 131, 14, 'Toowong', -274836000, 1529894300, 0),
(1843, 131, 14, 'Toowoomba', -275605600, 1519538600, 0),
(1844, 131, 14, 'Torquay', -252833300, 1528666700, 0),
(1845, 131, 14, 'Townsville', -192663900, 1468057000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(1846, 131, 14, 'Trinity Beach', -167887600, 1456968200, 0),
(1847, 131, 14, 'Tugun', -281500000, 1535000000, 0),
(1848, 131, 14, 'Tully', -179333700, 1459227900, 0),
(1849, 131, 14, 'Tumbaree', -172833300, 1454833300, 0),
(1850, 131, 14, 'Tungamull', -233166700, 1506833300, 0),
(1851, 131, 14, 'Underwood', -276088500, 1531113000, 0),
(1852, 131, 14, 'Upper Coomera', -279000000, 1533000000, 0),
(1853, 131, 14, 'Upper Kedron', -274187900, 1529177700, 0),
(1854, 131, 14, 'Varsity Lakes', -280894000, 1534122000, 0),
(1855, 131, 14, 'Victoria Park', -211500000, 1492000000, 0),
(1856, 131, 14, 'Victoria Point', -275832900, 1533117200, 0),
(1857, 131, 14, 'Virginia', -273833300, 1530666700, 0),
(1858, 131, 14, 'Wacol', -275833300, 1529333300, 0),
(1859, 131, 14, 'Wakerley', -274830000, 1531558900, 0),
(1860, 131, 14, 'Walkerston', -211609700, 1490581400, 0),
(1861, 131, 14, 'Wangan', -175758100, 1460108600, 0),
(1862, 131, 14, 'Warana', -267227300, 1531268800, 0),
(1863, 131, 14, 'Warner', -273122200, 1529498100, 0),
(1864, 131, 14, 'Warwick', -282190100, 1520343800, 0),
(1865, 131, 14, 'Wavell Heights', -273938500, 1530469800, 0),
(1866, 131, 14, 'Wellcamp', -275500000, 1518666700, 0),
(1867, 131, 14, 'Wellington Point', -274833300, 1532500000, 0),
(1868, 131, 14, 'West Burleigh', -281166700, 1534333300, 0),
(1869, 131, 14, 'West End', -192653400, 1467940400, 0),
(1870, 131, 14, 'Westcourt', -169304400, 1457529600, 0),
(1871, 131, 14, 'Westlake', -275486200, 1529127600, 0),
(1872, 131, 14, 'Windaroo', -277333300, 1532000000, 0),
(1873, 131, 14, 'Windsor', -274363100, 1530288200, 0),
(1874, 131, 14, 'Winston', -207037400, 1394991300, 0),
(1875, 131, 14, 'Wishart', -275544800, 1531010700, 0),
(1876, 131, 14, 'Witheren', -280391500, 1531915700, 0),
(1877, 131, 14, 'Wondai', -263177000, 1518724200, 0),
(1878, 131, 14, 'Wongun', -273666700, 1529333300, 0),
(1879, 131, 14, 'Woodridge', -276333300, 1531000000, 0),
(1880, 131, 14, 'Woody Point', -272560800, 1531042700, 0),
(1881, 131, 14, 'Woolloongabba', -274885500, 1530365500, 0),
(1882, 131, 14, 'Wooloowin', -274224400, 1530420400, 0),
(1883, 131, 14, 'Woombye', -266605400, 1529694700, 0),
(1884, 131, 14, 'Woree', -169500000, 1457500000, 0),
(1885, 131, 14, 'Worongary', -280500000, 1533500000, 0),
(1886, 131, 14, 'Wurtulla', -267564800, 1531280500, 0),
(1887, 131, 14, 'Wynnum', -274500000, 1531666700, 0),
(1888, 131, 14, 'Yabulu', -192009700, 1465887500, 0),
(1889, 131, 14, 'Yandina', -265616500, 1529559500, 0),
(1890, 131, 14, 'Yaroomba', -265572500, 1530885600, 0),
(1891, 131, 14, 'Yatala', -277166700, 1532166700, 0),
(1892, 131, 14, 'Yeppoon', -231268300, 1507440600, 0),
(1893, 131, 14, 'Zillmere', -273559100, 1530445300, 0),
(1894, 132, 14, 'Adelaide', -349286600, 1385986300, 0),
(1895, 132, 14, 'Aldgate', -350166700, 1387333300, 0),
(1896, 132, 14, 'Andamooka', -304480800, 1371656400, 0),
(1897, 132, 14, 'Andrews Farm', -346763200, 1386619700, 0),
(1898, 132, 14, 'Angaston', -345012900, 1390462500, 0),
(1899, 132, 14, 'Ardrossan', -344221700, 1379190700, 0),
(1900, 132, 14, 'Ascot Park', -349881300, 1385610000, 0),
(1901, 132, 14, 'Avenue', -369666700, 1402333300, 0),
(1902, 132, 14, 'Balaklava', -341454200, 1384114800, 0),
(1903, 132, 14, 'Balhannah', -349909400, 1388256500, 0),
(1904, 132, 14, 'Barmera', -342556200, 1404614700, 0),
(1905, 132, 14, 'Bedford Park', -350333300, 1385666700, 0),
(1906, 132, 14, 'Bellevue Heights', -350302300, 1385831400, 0),
(1907, 132, 14, 'Beulah Park', -349176800, 1386452200, 0),
(1908, 132, 14, 'Beverley', -348951200, 1385463300, 0),
(1909, 132, 14, 'Birkenhead', -348333300, 1385000000, 0),
(1910, 132, 14, 'Black Forest', -349602800, 1385766800, 0),
(1911, 132, 14, 'Blair Athol', -348588900, 1385965600, 0),
(1912, 132, 14, 'Blakeview', -346756600, 1387101000, 0),
(1913, 132, 14, 'Blakiston', -350500000, 1388833300, 0),
(1914, 132, 14, 'Bolivar', -347666700, 1386000000, 0),
(1915, 132, 14, 'Bonython', -348000000, 1392000000, 0),
(1916, 132, 14, 'Booleroo Centre', -328798800, 1383507400, 0),
(1917, 132, 14, 'Bordertown', -363076800, 1407716700, 0),
(1918, 132, 14, 'Bradbury', -350666700, 1387166700, 0),
(1919, 132, 14, 'Brahma Lodge', -347760400, 1386530600, 0),
(1920, 132, 14, 'Bridgewater', -350000000, 1387500000, 0),
(1921, 132, 14, 'Brighton', -350166700, 1385166700, 0),
(1922, 132, 14, 'Broadview', -348758900, 1386149800, 0),
(1923, 132, 14, 'Bruce', -324666700, 1382000000, 0),
(1924, 132, 14, 'Bull Creek', -352333300, 1387500000, 0),
(1925, 132, 14, 'Burton', -347333900, 1386024700, 0),
(1926, 132, 14, 'Campbelltown', -348833300, 1386666700, 0),
(1927, 132, 14, 'Cheltenham', -348666700, 1385166700, 0),
(1928, 132, 14, 'Christie Downs', -351299900, 1384963300, 0),
(1929, 132, 14, 'Clapham', -349913900, 1386000000, 0),
(1930, 132, 14, 'Collinswood', -348873000, 1386122400, 0),
(1931, 132, 14, 'Colonel Light Gardens', -349836200, 1385946700, 0),
(1932, 132, 14, 'Coober Pedy', -290141500, 1347549500, 0),
(1933, 132, 14, 'Coorara', -351166700, 1385166700, 0),
(1934, 132, 14, 'Coromandel Valley', -350500000, 1386166700, 0),
(1935, 132, 14, 'Crafers', -350000000, 1387000000, 0),
(1936, 132, 14, 'Craigmore', -347006400, 1387095600, 0),
(1937, 132, 14, 'Cromer', -347666700, 1390000000, 0),
(1938, 132, 14, 'Croydon Park', -348802800, 1385677900, 0),
(1939, 132, 14, 'Cumberland Park', -349720400, 1385867000, 0),
(1940, 132, 14, 'Dernancourt', -348619900, 1386765800, 0),
(1941, 132, 14, 'Dublin', -344500000, 1383500000, 0),
(1942, 132, 14, 'Dulwich', -349368200, 1386289800, 0),
(1943, 132, 14, 'Eastwood', -349423400, 1386217600, 0),
(1944, 132, 14, 'Echunga', -351035400, 1387958800, 0),
(1945, 132, 14, 'Eden Hills', -350211000, 1385956700, 0),
(1946, 132, 14, 'Edwardstown', -349801800, 1385694000, 0),
(1947, 132, 14, 'Elizabeth', -347333300, 1386500000, 0),
(1948, 132, 14, 'Encounter Bay', -355833300, 1386000000, 0),
(1949, 132, 14, 'Eudunda', -341770300, 1390840800, 0),
(1950, 132, 14, 'Evandale', -349055200, 1386354200, 0),
(1951, 132, 14, 'Evanston', -346165700, 1387336900, 0),
(1952, 132, 14, 'Exeter', -348384900, 1384907800, 0),
(1953, 132, 14, 'Findon', -349000000, 1385333300, 0),
(1954, 132, 14, 'Finniss', -354000000, 1388166700, 0),
(1955, 132, 14, 'Fitzroy', -348967900, 1385913500, 0),
(1956, 132, 14, 'Flagstaff Hill', -350486100, 1385828500, 0),
(1957, 132, 14, 'Flinders Park', -349102600, 1385432200, 0),
(1958, 132, 14, 'Freeling', -344540700, 1388086800, 0),
(1959, 132, 14, 'Fulham', -349273700, 1385136800, 0),
(1960, 132, 14, 'Fulham Gardens', -349148300, 1385132400, 0),
(1961, 132, 14, 'Fullarton', -349510000, 1386290000, 0),
(1962, 132, 14, 'Gilberton', -349005100, 1386126000, 0),
(1963, 132, 14, 'Gilles Plains', -348500000, 1386500000, 0),
(1964, 132, 14, 'Glandore', -349615400, 1385683200, 0),
(1965, 132, 14, 'Glenalta', -350119300, 1386282800, 0),
(1966, 132, 14, 'Glenelg', -349833300, 1385166700, 0),
(1967, 132, 14, 'Glengowrie', -349873600, 1385335500, 0),
(1968, 132, 14, 'Glenside', -349427500, 1386337500, 0),
(1969, 132, 14, 'Glynde', -348960500, 1386525300, 0),
(1970, 132, 14, 'Golden Grove', -347833300, 1387333300, 0),
(1971, 132, 14, 'Goode', -319666700, 1337500000, 0),
(1972, 132, 14, 'Goodwood', -349509200, 1385923000, 0),
(1973, 132, 14, 'Grange', -349000000, 1384833300, 0),
(1974, 132, 14, 'Greenacres', -348685500, 1386280000, 0),
(1975, 132, 14, 'Greenwith', -347656500, 1387138300, 0),
(1976, 132, 14, 'Hackham', -351500000, 1385166700, 0),
(1977, 132, 14, 'Hackney', -349139000, 1386164000, 0),
(1978, 132, 14, 'Hahndorf', -350296700, 1388107800, 0),
(1979, 132, 14, 'Hallett', -334000000, 1388833300, 0),
(1980, 132, 14, 'Hampstead Gardens', -348744800, 1386288100, 0),
(1981, 132, 14, 'Happy Valley', -350833300, 1385333300, 0),
(1982, 132, 14, 'Hawthorndene', -350222900, 1386303900, 0),
(1983, 132, 14, 'Heathfield', -350166700, 1387166700, 0),
(1984, 132, 14, 'Heathpool', -349314200, 1386463000, 0),
(1985, 132, 14, 'Henley Beach South', -349298300, 1385017800, 0),
(1986, 132, 14, 'Highbury', -348528100, 1387232900, 0),
(1987, 132, 14, 'Hillbank', -347358800, 1386872300, 0),
(1988, 132, 14, 'Hillcrest', -348625200, 1386430600, 0),
(1989, 132, 14, 'Hilton', -349321400, 1385658300, 0),
(1990, 132, 14, 'Hindmarsh', -349013900, 1385750000, 0),
(1991, 132, 14, 'Holden Hill', -348516100, 1386723200, 0),
(1992, 132, 14, 'Hope Valley', -348333300, 1387000000, 0),
(1993, 132, 14, 'Ingle Farm', -348333300, 1386333300, 0),
(1994, 132, 14, 'Inkerman', -343166700, 1382500000, 0),
(1995, 132, 14, 'Jamestown', -332053100, 1386050300, 0),
(1996, 132, 14, 'Joslin', -348996700, 1386265500, 0),
(1997, 132, 14, 'Kadina', -339649500, 1377163400, 0),
(1998, 132, 14, 'Kangarilla', -351500000, 1386500000, 0),
(1999, 132, 14, 'Kensington Park', -349202200, 1386543000, 0),
(2000, 132, 14, 'Kensington and Norwood', -349166700, 1386500000, 0),
(2001, 132, 14, 'Kent Town', -349215500, 1386200900, 0),
(2002, 132, 14, 'Kersbrook', -347830500, 1388509100, 0),
(2003, 132, 14, 'Keswick', -349333300, 1385666700, 0),
(2004, 132, 14, 'Kidman Park', -349122400, 1385269300, 0),
(2005, 132, 14, 'Kilburn', -348597000, 1385855900, 0),
(2006, 132, 14, 'Kilkenny', -348791400, 1385529000, 0),
(2007, 132, 14, 'Klemzig', -348792800, 1386356200, 0),
(2008, 132, 14, 'Kurralta Park', -349514200, 1385670200, 0),
(2009, 132, 14, 'Largs Bay', -348000000, 1384666700, 0),
(2010, 132, 14, 'Littlehampton', -350500000, 1388500000, 0),
(2011, 132, 14, 'Lockleys', -349250200, 1385309100, 0),
(2012, 132, 14, 'Lonsdale', -351067700, 1384928800, 0),
(2013, 132, 14, 'Lyndoch', -346012400, 1388909400, 0),
(2014, 132, 14, 'Magill', -349091100, 1386749800, 0),
(2015, 132, 14, 'Mansfield Park', -348565500, 1385518600, 0),
(2016, 132, 14, 'Marino', -350333300, 1385166700, 0),
(2017, 132, 14, 'Marion', -350166700, 1385666700, 0),
(2018, 132, 14, 'Marryatville', -349284300, 1386460000, 0),
(2019, 132, 14, 'Mawson Lakes', -348158900, 1386080900, 0),
(2020, 132, 14, 'Medindie', -348960000, 1386050000, 0),
(2021, 132, 14, 'Melrose Park', -349852600, 1385787400, 0),
(2022, 132, 14, 'Mile End', -349265400, 1385703300, 0),
(2023, 132, 14, 'Mintabie', -273102800, 1332965800, 0),
(2024, 132, 14, 'Miranda', -326139200, 1378948600, 0),
(2025, 132, 14, 'Moana', -352000000, 1384833300, 0),
(2026, 132, 14, 'Modbury', -348333300, 1386833300, 0),
(2027, 132, 14, 'Monash', -342333300, 1405666700, 0),
(2028, 132, 14, 'Morgan', -340314900, 1396679500, 0),
(2029, 132, 14, 'Morphett Vale', -351333300, 1385166700, 0),
(2030, 132, 14, 'Morphettville', -349845700, 1385429100, 0),
(2031, 132, 14, 'Mount Barker', -350666700, 1388666700, 0),
(2032, 132, 14, 'Mount Gambier', -378318000, 1407791900, 0),
(2033, 132, 14, 'Munno Para West', -346646400, 1386806600, 0),
(2034, 132, 14, 'Murray Bridge', -351198600, 1392734500, 0),
(2035, 132, 14, 'Mylor', -350500000, 1387500000, 0),
(2036, 132, 14, 'Myrtle Bank', -349605700, 1386337700, 0),
(2037, 132, 14, 'Nailsworth', -348843700, 1386061900, 0),
(2038, 132, 14, 'Nairne', -350345000, 1389115400, 0),
(2039, 132, 14, 'Naracoorte', -369578500, 1407383000, 0),
(2040, 132, 14, 'Netley', -349488700, 1385498300, 0),
(2041, 132, 14, 'Noarlunga', -351833300, 1385000000, 0),
(2042, 132, 14, 'North Shields', -346286100, 1358622200, 0),
(2043, 132, 14, 'Northfield', -348500000, 1386333300, 0),
(2044, 132, 14, 'O''Halloran Hill', -350666700, 1385500000, 0),
(2045, 132, 14, 'O''Sullivan Beach', -351211100, 1384763200, 0),
(2046, 132, 14, 'Oakden', -348528000, 1386433000, 0),
(2047, 132, 14, 'Old Calperum', -342178200, 1406802900, 0),
(2048, 132, 14, 'Ovingham', -348986500, 1385852300, 0),
(2049, 132, 14, 'Palmer', -348500000, 1391666700, 0),
(2050, 132, 14, 'Para Hills', -348121000, 1386580200, 0),
(2051, 132, 14, 'Paradise', -348736100, 1386689600, 0),
(2052, 132, 14, 'Parafield Gardens', -347825400, 1386107700, 0),
(2053, 132, 14, 'Paralowie', -347570500, 1386081900, 0),
(2054, 132, 14, 'Park Holme', -349888400, 1385519700, 0),
(2055, 132, 14, 'Parkside', -349451200, 1386130400, 0),
(2056, 132, 14, 'Pennington', -348575800, 1385316000, 0),
(2057, 132, 14, 'Penola', -373752000, 1408367800, 0),
(2058, 132, 14, 'Peterhead', -348316100, 1384965200, 0),
(2059, 132, 14, 'Plympton', -349500000, 1385500000, 0),
(2060, 132, 14, 'Pooraka', -348247100, 1386263700, 0),
(2061, 132, 14, 'Port Adelaide', -348500000, 1384666700, 0),
(2062, 132, 14, 'Port Augusta', -324959700, 1377728100, 0),
(2063, 132, 14, 'Port Lincoln', -347262500, 1358744200, 0),
(2064, 132, 14, 'Port Noarlunga', -351500000, 1384666700, 0),
(2065, 132, 14, 'Port Pirie', -331917600, 1380174600, 0),
(2066, 132, 14, 'Port Willunga', -352666700, 1384500000, 0),
(2067, 132, 14, 'Prospect', -348824100, 1385933000, 0),
(2068, 132, 14, 'Redwood Park', -348115500, 1387069500, 0),
(2069, 132, 14, 'Regency Park', -348626200, 1385724200, 0),
(2070, 132, 14, 'Reynella', -350937200, 1385308200, 0),
(2071, 132, 14, 'Richmond', -349386400, 1385621200, 0),
(2072, 132, 14, 'Rosewater', -348520000, 1385215800, 0),
(2073, 132, 14, 'Rosslyn Park', -349219400, 1386755300, 0),
(2074, 132, 14, 'Roxby Downs', -305630500, 1368954600, 0),
(2075, 132, 14, 'Saint Marys', -350042300, 1385798300, 0),
(2076, 132, 14, 'Saints', -341500000, 1383166700, 0),
(2077, 132, 14, 'Salisbury', -347666700, 1386333300, 0),
(2078, 132, 14, 'Salisbury East', -347905200, 1386545000, 0),
(2079, 132, 14, 'Seacliff', -350333300, 1385250000, 0),
(2080, 132, 14, 'Seacombe Gardens', -350233600, 1385458000, 0),
(2081, 132, 14, 'Seaford', -351833300, 1384666700, 0),
(2082, 132, 14, 'Seaton', -349000000, 1385166700, 0),
(2083, 132, 14, 'Seaview Downs', -350369800, 1385379600, 0),
(2084, 132, 14, 'Semaphore', -348333300, 1384833300, 0),
(2085, 132, 14, 'Sheidow Park', -350792800, 1385273800, 0),
(2086, 132, 14, 'Smithfield', -346833300, 1386833300, 0),
(2087, 132, 14, 'St Agnes', -348307500, 1387107400, 0),
(2088, 132, 14, 'St Georges', -349520000, 1386478700, 0),
(2089, 132, 14, 'St Morris', -349110700, 1386536000, 0),
(2090, 132, 14, 'St Peters', -349049800, 1386225500, 0),
(2091, 132, 14, 'Stepney', -349122900, 1386292400, 0),
(2092, 132, 14, 'Stirling', -350151800, 1387363700, 0),
(2093, 132, 14, 'Stockyard Creek', -343000000, 1385833300, 0),
(2094, 132, 14, 'Stonyfell', -349342200, 1386767400, 0),
(2095, 132, 14, 'Strathalbyn', -352597900, 1388924700, 0),
(2096, 132, 14, 'Sturt', -350166700, 1385500000, 0),
(2097, 132, 14, 'Surrey Downs', -347995100, 1387115400, 0),
(2098, 132, 14, 'Sutton Town', -378000000, 1407833300, 0),
(2099, 132, 14, 'Tanunda', -345233600, 1389598200, 0),
(2100, 132, 14, 'Taperoo', -348066400, 1384980100, 0),
(2101, 132, 14, 'Tennyson', -348860100, 1384858800, 0),
(2102, 132, 14, 'Thebarton', -349166700, 1385666700, 0),
(2103, 132, 14, 'Torrens Park', -349852800, 1386136500, 0),
(2104, 132, 14, 'Tranmere', -349055000, 1386621200, 0),
(2105, 132, 14, 'Tumby Bay', -343750600, 1361033300, 0),
(2106, 132, 14, 'Two Wells', -345932700, 1385136700, 0),
(2107, 132, 14, 'Underdale', -349195500, 1385490300, 0),
(2108, 132, 14, 'Unley', -349500000, 1386000000, 0),
(2109, 132, 14, 'Uraidla', -349559600, 1387444500, 0),
(2110, 132, 14, 'Valley View', -348399400, 1386607200, 0),
(2111, 132, 14, 'Verdun', -350000000, 1387833300, 0),
(2112, 132, 14, 'Victor Harbour', -355504200, 1386215400, 0),
(2113, 132, 14, 'Virginia', -346663000, 1385602700, 0),
(2114, 132, 14, 'Vista', -348354900, 1387232000, 0),
(2115, 132, 14, 'Waikerie', -341817800, 1399855200, 0),
(2116, 132, 14, 'Warradale', -350073700, 1385356400, 0),
(2117, 132, 14, 'Wayville', -349500000, 1385833300, 0),
(2118, 132, 14, 'Wellington', -353500000, 1393833300, 0),
(2119, 132, 14, 'West Beach', -349459700, 1385093500, 0),
(2120, 132, 14, 'West Croydon', -348889200, 1385591300, 0),
(2121, 132, 14, 'West Lakes', -348729900, 1384945800, 0),
(2122, 132, 14, 'Westbourne Park', -349716500, 1385952500, 0),
(2123, 132, 14, 'Whyalla', -330326800, 1375648400, 0),
(2124, 132, 14, 'Willaston', -345833300, 1387500000, 0),
(2125, 132, 14, 'Willunga', -352712700, 1385541700, 0),
(2126, 132, 14, 'Wistow', -351000000, 1388666700, 0),
(2127, 132, 14, 'Woodchester', -352166700, 1389500000, 0),
(2128, 132, 14, 'Woodcroft', -351023600, 1385629200, 0),
(2129, 132, 14, 'Woodforde', -349051200, 1386896300, 0),
(2130, 132, 14, 'Woodville', -348833300, 1385500000, 0),
(2131, 132, 14, 'Woomera', -311998100, 1368325800, 0),
(2132, 132, 14, 'Wynn Vale', -347994200, 1386871400, 0),
(2133, 132, 14, 'Yorketown', -350184500, 1376048600, 0),
(2134, 133, 14, 'Allens Rivulet', -430151100, 1472014000, 0),
(2135, 133, 14, 'Battery Point', -428899500, 1473332400, 0),
(2136, 133, 14, 'Bellerive', -428666700, 1473666700, 0),
(2137, 133, 14, 'Burnie', -410558400, 1459037500, 0),
(2138, 133, 14, 'Claremont', -427833300, 1472500000, 0),
(2139, 133, 14, 'Cleveland', -418000000, 1474000000, 0),
(2140, 133, 14, 'Cygnet', -431533300, 1470725200, 0),
(2141, 133, 14, 'Deloraine', -415237400, 1466571700, 0),
(2142, 133, 14, 'Devonport', -411769500, 1463515200, 0),
(2143, 133, 14, 'Dilston', -413274000, 1470606400, 0),
(2144, 133, 14, 'Emu Heights', -410759600, 1459204300, 0),
(2145, 133, 14, 'Exeter', -412974900, 1469505500, 0),
(2146, 133, 14, 'Forest', -408500000, 1452500000, 0),
(2147, 133, 14, 'Franklin', -430888400, 1470090600, 0),
(2148, 133, 14, 'Gawler', -411838800, 1461591300, 0),
(2149, 133, 14, 'George Town', -411055900, 1468260600, 0),
(2150, 133, 14, 'Glebe', -428747100, 1473281300, 0),
(2151, 133, 14, 'Glenorchy', -428334300, 1472759300, 0),
(2152, 133, 14, 'Goodwood', -428250000, 1472944400, 0),
(2153, 133, 14, 'Grove', -429833300, 1471000000, 0),
(2154, 133, 14, 'Hadspen', -415005900, 1470735900, 0),
(2155, 133, 14, 'Hobart', -428793600, 1473294100, 0),
(2156, 133, 14, 'Hobart CBD', -428816400, 1473278600, 0),
(2157, 133, 14, 'Huonville', -430312400, 1470481300, 0),
(2158, 133, 14, 'Inveresk', -414291700, 1471277800, 0),
(2159, 133, 14, 'Invermay', -413916700, 1471305600, 0),
(2160, 133, 14, 'Junee', -427500000, 1466500000, 0),
(2161, 133, 14, 'Kelso', -411166700, 1468000000, 0),
(2162, 133, 14, 'Kings Meadows', -414704100, 1471619600, 0),
(2163, 133, 14, 'Kingston', -429763800, 1473035100, 0),
(2164, 133, 14, 'Kingston Beach', -429833300, 1473166700, 0),
(2165, 133, 14, 'Latrobe', -412362000, 1464172100, 0),
(2166, 133, 14, 'Launceston', -414387600, 1471346700, 0),
(2167, 133, 14, 'Legana', -413657200, 1470458400, 0),
(2168, 133, 14, 'Lenah Valley', -428714600, 1472751400, 0),
(2169, 133, 14, 'Lindisfarne', -428333300, 1473500000, 0),
(2170, 133, 14, 'Lucaston', -429833300, 1470500000, 0),
(2171, 133, 14, 'Margate', -430281400, 1472625600, 0),
(2172, 133, 14, 'Mayfield', -413872200, 1471333300, 0),
(2173, 133, 14, 'Melrose', -412333300, 1463000000, 0),
(2174, 133, 14, 'Middleton', -432333300, 1472833300, 0),
(2175, 133, 14, 'Mona Vale', -420833300, 1475000000, 0),
(2176, 133, 14, 'Montagu Bay', -428625700, 1473532700, 0),
(2177, 133, 14, 'Moonah', -428500000, 1473000000, 0),
(2178, 133, 14, 'Mount Nelson', -429217700, 1473257800, 0),
(2179, 133, 14, 'Mowbray', -414024300, 1471505900, 0),
(2180, 133, 14, 'New Norfolk', -427826100, 1470587000, 0),
(2181, 133, 14, 'New Town', -428600000, 1473083300, 0),
(2182, 133, 14, 'Newnham', -413833300, 1471333300, 0),
(2183, 133, 14, 'Newstead', -414333300, 1471666700, 0),
(2184, 133, 14, 'Norwood', -414592000, 1471807700, 0),
(2185, 133, 14, 'Nubeena', -430971200, 1477432700, 0),
(2186, 133, 14, 'Oatlands', -423030200, 1473672300, 0),
(2187, 133, 14, 'Old Beach', -427775800, 1472665900, 0),
(2188, 133, 14, 'Penna', -427666700, 1475333300, 0),
(2189, 133, 14, 'Primrose Sands', -428858500, 1476694500, 0),
(2190, 133, 14, 'Punchbowl', -414575800, 1471646600, 0),
(2191, 133, 14, 'Queenstown', -420805000, 1455564600, 0),
(2192, 133, 14, 'Ranelagh', -430097700, 1470376400, 0),
(2193, 133, 14, 'Riverside', -414210500, 1470508600, 0),
(2194, 133, 14, 'Roland', -414000000, 1462333300, 0),
(2195, 133, 14, 'Rosetta', -428210500, 1472525800, 0),
(2196, 133, 14, 'Ross', -420308100, 1474926900, 0),
(2197, 133, 14, 'Saint Marys', -415791400, 1481872900, 0),
(2198, 133, 14, 'Sandy Bay', -429130000, 1473531800, 0),
(2199, 133, 14, 'Selbourne', -414500000, 1468833300, 0),
(2200, 133, 14, 'Snug', -430666900, 1472546800, 0),
(2201, 133, 14, 'Strahan', -421519400, 1453273300, 0),
(2202, 133, 14, 'Tranmere', -429217900, 1474170100, 0),
(2203, 133, 14, 'Trevallyn', -414424600, 1471048400, 0),
(2204, 133, 14, 'Underwood', -413000000, 1472000000, 0),
(2205, 133, 14, 'Waratah', -414436700, 1455328700, 0),
(2206, 133, 14, 'Warrane', -428666700, 1473833300, 0),
(2207, 133, 14, 'Waverley', -414360200, 1471858800, 0),
(2208, 133, 14, 'Westbury', -415258800, 1468437400, 0),
(2209, 133, 14, 'Wynyard', -409897000, 1457261700, 0),
(2210, 134, 14, 'Abbotsford', -378046000, 1449997600, 0),
(2211, 134, 14, 'Aberfeldie', -377595900, 1448974000, 0),
(2212, 134, 14, 'Aireys Inlet', -384640000, 1441039400, 0),
(2213, 134, 14, 'Airport West', -377247000, 1448812600, 0),
(2214, 134, 14, 'Albanvale', -377460900, 1447685600, 0),
(2215, 134, 14, 'Albert Park', -378447600, 1449632600, 0),
(2216, 134, 14, 'Albion', -377666700, 1448333300, 0),
(2217, 134, 14, 'Alma', -370333300, 1436833300, 0),
(2218, 134, 14, 'Alphington', -377804100, 1450308900, 0),
(2219, 134, 14, 'Altona', -378696400, 1448303600, 0),
(2220, 134, 14, 'Altona North', -378348700, 1448473500, 0),
(2221, 134, 14, 'Anglesea', -384073000, 1441858700, 0),
(2222, 134, 14, 'Ararat', -372854200, 1429272800, 0),
(2223, 134, 14, 'Ardeer', -377758600, 1448014400, 0),
(2224, 134, 14, 'Armadale', -378500000, 1450166700, 0),
(2225, 134, 14, 'Armadale North', -378500000, 1450333300, 0),
(2226, 134, 14, 'Armstrong', -372166700, 1429000000, 0),
(2227, 134, 14, 'Ascot Vale', -377833300, 1449166700, 0),
(2228, 134, 14, 'Ashburton', -378625900, 1450793600, 0),
(2229, 134, 14, 'Ashwood', -378665900, 1451055300, 0),
(2230, 134, 14, 'Aspendale', -380291300, 1451026600, 0),
(2231, 134, 14, 'Aspendale Gardens', -380227700, 1451179800, 0),
(2232, 134, 14, 'Attwood', -376695500, 1448867500, 0),
(2233, 134, 14, 'Auburn', -378166700, 1450500000, 0),
(2234, 134, 14, 'Avondale Heights', -377615500, 1448626100, 0),
(2235, 134, 14, 'Bacchus Marsh', -376726800, 1444382900, 0),
(2236, 134, 14, 'Bairnsdale', -378228900, 1476104100, 0),
(2237, 134, 14, 'Baker', -360833300, 1415833300, 0),
(2238, 134, 14, 'Bakery Hill', -375635100, 1438657500, 0),
(2239, 134, 14, 'Balaclava', -378691600, 1449977300, 0),
(2240, 134, 14, 'Balcombe', -382577800, 1450291700, 0),
(2241, 134, 14, 'Ballam Park', -381500000, 1451500000, 0),
(2242, 134, 14, 'Ballan', -375998700, 1442289000, 0),
(2243, 134, 14, 'Ballarat', -375662200, 1438495700, 0),
(2244, 134, 14, 'Ballarat Central', -375620600, 1438508200, 0),
(2245, 134, 14, 'Balnarring', -383666700, 1451333300, 0),
(2246, 134, 14, 'Balwyn', -378116800, 1450809900, 0),
(2247, 134, 14, 'Balwyn North', -377908600, 1450938600, 0),
(2248, 134, 14, 'Bannockburn', -380489400, 1441688200, 0),
(2249, 134, 14, 'Barwon Heads', -382653100, 1445146900, 0),
(2250, 134, 14, 'Baxter', -382000000, 1451500000, 0),
(2251, 134, 14, 'Bayswater', -378500000, 1452666700, 0),
(2252, 134, 14, 'Beaconsfield', -380500000, 1453666700, 0),
(2253, 134, 14, 'Beaumaris', -379822000, 1450389400, 0),
(2254, 134, 14, 'Beeac', -381938000, 1436412700, 0),
(2255, 134, 14, 'Beechworth', -363582800, 1466858400, 0),
(2256, 134, 14, 'Belgrave', -379000000, 1453500000, 0),
(2257, 134, 14, 'Belgrave Heights', -379166700, 1453500000, 0),
(2258, 134, 14, 'Bell Park', -381079300, 1443383900, 0),
(2259, 134, 14, 'Bellfield', -377530900, 1450384800, 0),
(2260, 134, 14, 'Benalla', -365511300, 1459842500, 0),
(2261, 134, 14, 'Bendigo', -367581800, 1442802400, 0),
(2262, 134, 14, 'Bentleigh', -379180600, 1450354400, 0),
(2263, 134, 14, 'Bentleigh East', -379192800, 1450530100, 0),
(2264, 134, 14, 'Berwick', -380333300, 1453500000, 0),
(2265, 134, 14, 'Black Flat', -378666700, 1451666700, 0),
(2266, 134, 14, 'Black Rock', -379735700, 1450163600, 0),
(2267, 134, 14, 'Black Springs', -377666700, 1453166700, 0),
(2268, 134, 14, 'Blackburn', -378190100, 1451532600, 0),
(2269, 134, 14, 'Blackburn North', -378093100, 1451518000, 0),
(2270, 134, 14, 'Blackburn South', -378397500, 1451554900, 0),
(2271, 134, 14, 'Blackwood', -374721700, 1443053400, 0),
(2272, 134, 14, 'Blairgowrie', -383613100, 1447795500, 0),
(2273, 134, 14, 'Blind Bight', -382142700, 1453377000, 0),
(2274, 134, 14, 'Bogong', -368000000, 1472166700, 0),
(2275, 134, 14, 'Boneo', -384166700, 1448833300, 0),
(2276, 134, 14, 'Boolarra', -383793700, 1462752700, 0),
(2277, 134, 14, 'Boort', -361157100, 1437199100, 0),
(2278, 134, 14, 'Boronia', -378666700, 1452833300, 0),
(2279, 134, 14, 'Box Hill', -378188700, 1451254500, 0),
(2280, 134, 14, 'Box Hill North', -378026600, 1451265600, 0),
(2281, 134, 14, 'Box Hill South', -378323600, 1451209800, 0),
(2282, 134, 14, 'Braeside', -379994800, 1451162600, 0),
(2283, 134, 14, 'Braybrook', -377867100, 1448548400, 0),
(2284, 134, 14, 'Briar Hill', -377166700, 1451166700, 0),
(2285, 134, 14, 'Bright', -367271200, 1469612600, 0),
(2286, 134, 14, 'Brighton', -379057400, 1450067400, 0),
(2287, 134, 14, 'Brighton East', -379014100, 1450188400, 0),
(2288, 134, 14, 'Brington Beach', -379288900, 1449900000, 0),
(2289, 134, 14, 'Broadmeadows', -376801500, 1449187700, 0),
(2290, 134, 14, 'Brookfield', -377008000, 1445602500, 0),
(2291, 134, 14, 'Brooklyn', -378160900, 1448415000, 0),
(2292, 134, 14, 'Browns Plains', -360500000, 1466666700, 0),
(2293, 134, 14, 'Brunswick', -377666700, 1449666700, 0),
(2294, 134, 14, 'Bulleen', -377666700, 1450833300, 0),
(2295, 134, 14, 'Bundoora', -376982500, 1450596700, 0),
(2296, 134, 14, 'Bungaree', -375666700, 1440000000, 0),
(2297, 134, 14, 'Buninyong', -376501900, 1438838800, 0),
(2298, 134, 14, 'Burnley', -378296400, 1450175200, 0),
(2299, 134, 14, 'Burnside', -377493700, 1447530100, 0),
(2300, 134, 14, 'Burwood', -378497800, 1451190100, 0),
(2301, 134, 14, 'Burwood East', -378520000, 1451500000, 0),
(2302, 134, 14, 'California Gully', -367288700, 1442608900, 0),
(2303, 134, 14, 'Camberwell', -378420500, 1450694000, 0),
(2304, 134, 14, 'Campbellfield', -376833300, 1449500000, 0),
(2305, 134, 14, 'Campbelltown', -372000000, 1439500000, 0),
(2306, 134, 14, 'Camperdown', -382339200, 1431498300, 0),
(2307, 134, 14, 'Canadian', -375760600, 1438774200, 0),
(2308, 134, 14, 'Canterbury', -378247000, 1450847600, 0),
(2309, 134, 14, 'Cardinia', -381500000, 1454166700, 0),
(2310, 134, 14, 'Carina', -352500000, 1411000000, 0),
(2311, 134, 14, 'Carlton', -378004200, 1449684200, 0),
(2312, 134, 14, 'Carlton North', -377866100, 1449684900, 0),
(2313, 134, 14, 'Carnegie', -378886700, 1450571300, 0),
(2314, 134, 14, 'Caroline Springs', -377412400, 1447363100, 0),
(2315, 134, 14, 'Carrum', -380833300, 1451333300, 0),
(2316, 134, 14, 'Carrum Downs', -380996800, 1451724800, 0),
(2317, 134, 14, 'Carwarp', -344666700, 1422000000, 0),
(2318, 134, 14, 'Castlemaine', -370670900, 1442168400, 0),
(2319, 134, 14, 'Caulfield', -378825100, 1450228800, 0),
(2320, 134, 14, 'Caulfield North', -378725500, 1450226200, 0),
(2321, 134, 14, 'Caulfield South', -378967300, 1450273400, 0),
(2322, 134, 14, 'Cavendish', -375166700, 1420333300, 0),
(2323, 134, 14, 'Chadstone', -378876600, 1450951900, 0),
(2324, 134, 14, 'Chelsea', -380500000, 1451166700, 0),
(2325, 134, 14, 'Chelsea Heights', -380333300, 1451333300, 0),
(2326, 134, 14, 'Cheltenham', -379694400, 1450480600, 0),
(2327, 134, 14, 'Chewton', -370813700, 1442568200, 0),
(2328, 134, 14, 'Chirnside Park', -377386000, 1453143100, 0),
(2329, 134, 14, 'Churchill', -383077600, 1464136700, 0),
(2330, 134, 14, 'Clarinda', -379430900, 1451060100, 0),
(2331, 134, 14, 'Clarkefield', -374833300, 1447500000, 0),
(2332, 134, 14, 'Clayton', -379173100, 1451304100, 0),
(2333, 134, 14, 'Clayton North', -379166700, 1451333300, 0),
(2334, 134, 14, 'Clayton South', -379333300, 1451166700, 0),
(2335, 134, 14, 'Clifton Hill', -377904400, 1449975400, 0),
(2336, 134, 14, 'Clifton Springs', -381567000, 1445551000, 0),
(2337, 134, 14, 'Clyde', -381333300, 1453333300, 0),
(2338, 134, 14, 'Cobram', -359206900, 1456406600, 0),
(2339, 134, 14, 'Coburg', -377500000, 1449666700, 0),
(2340, 134, 14, 'Cohuna', -358069700, 1442188600, 0),
(2341, 134, 14, 'Colac', -383390000, 1435848800, 0),
(2342, 134, 14, 'Coldstream', -377249000, 1453780400, 0),
(2343, 134, 14, 'Collingwood', -378000000, 1449833300, 0),
(2344, 134, 14, 'Coolaroo', -376567500, 1449346000, 0),
(2345, 134, 14, 'Cooma', -364166700, 1450666700, 0),
(2346, 134, 14, 'Corio', -380833300, 1443833300, 0),
(2347, 134, 14, 'Cow Flat', -378500000, 1451833300, 0),
(2348, 134, 14, 'Cowes', -384523100, 1452386500, 0),
(2349, 134, 14, 'Craigieburn', -376000000, 1449500000, 0),
(2350, 134, 14, 'Cranbourne', -381000000, 1452833300, 0),
(2351, 134, 14, 'Cremorne', -378333300, 1450000000, 0),
(2352, 134, 14, 'Crib Point', -383500000, 1452000000, 0),
(2353, 134, 14, 'Croydon', -378000000, 1452833300, 0),
(2354, 134, 14, 'Croydon North', -377833300, 1453000000, 0),
(2355, 134, 14, 'Cunninghame', -378666700, 1480333300, 0),
(2356, 134, 14, 'Daisy Hill', -371166700, 1437166700, 0),
(2357, 134, 14, 'Dallas', -376708300, 1449354200, 0),
(2358, 134, 14, 'Dandenong', -379833300, 1452000000, 0),
(2359, 134, 14, 'Darby', -389833300, 1462833300, 0),
(2360, 134, 14, 'Darch', -377500000, 1451166700, 0),
(2361, 134, 14, 'Deakin', -363000000, 1449666700, 0),
(2362, 134, 14, 'Deer Park', -377666700, 1447833300, 0),
(2363, 134, 14, 'Delacombe', -375891100, 1438147200, 0),
(2364, 134, 14, 'Delahey', -377198000, 1447773200, 0),
(2365, 134, 14, 'Derrimut', -377923800, 1447699400, 0),
(2366, 134, 14, 'Devon Meadows', -381666700, 1453000000, 0),
(2367, 134, 14, 'Diamond Creek', -376666700, 1451500000, 0),
(2368, 134, 14, 'Dimboola', -364561600, 1420328700, 0),
(2369, 134, 14, 'Dingley Village', -379827000, 1451342000, 0),
(2370, 134, 14, 'Docklands', -378149000, 1449505200, 0),
(2371, 134, 14, 'Doncaster', -377882800, 1451237300, 0),
(2372, 134, 14, 'Doncaster East', -377876100, 1451488800, 0),
(2373, 134, 14, 'Donvale', -377891000, 1451748800, 0),
(2374, 134, 14, 'Doreen', -376000000, 1451500000, 0),
(2375, 134, 14, 'Doveton', -379934600, 1452389100, 0),
(2376, 134, 14, 'Dromana', -383333300, 1449666700, 0),
(2377, 134, 14, 'Drouin', -381365800, 1458583800, 0),
(2378, 134, 14, 'Drumcondra', -381301700, 1443537900, 0),
(2379, 134, 14, 'Drysdale', -381723700, 1445698800, 0),
(2380, 134, 14, 'Eagle Point', -379000000, 1476833300, 0),
(2381, 134, 14, 'Eaglemont', -377637900, 1450638000, 0),
(2382, 134, 14, 'East Melbourne', -378166700, 1449879000, 0),
(2383, 134, 14, 'Echuca', -361405700, 1447518500, 0),
(2384, 134, 14, 'Edenhope', -370365500, 1412965700, 0),
(2385, 134, 14, 'Edithvale', -380372400, 1451097400, 0),
(2386, 134, 14, 'Elliminyt', -383500000, 1435833300, 0),
(2387, 134, 14, 'Elsternwick', -378833300, 1450000000, 0),
(2388, 134, 14, 'Eltham', -377333300, 1451500000, 0),
(2389, 134, 14, 'Eltham North', -377000000, 1451500000, 0),
(2390, 134, 14, 'Elwood', -378817000, 1449830500, 0),
(2391, 134, 14, 'Emerald', -379316700, 1454409300, 0),
(2392, 134, 14, 'Endeavour Hills', -379769500, 1452586600, 0),
(2393, 134, 14, 'Enfield', -377281500, 1437945000, 0),
(2394, 134, 14, 'Epping', -376500000, 1450333300, 0),
(2395, 134, 14, 'Essendon', -377666700, 1449166700, 0),
(2396, 134, 14, 'Fawkner', -377166700, 1449666700, 0),
(2397, 134, 14, 'Ferndale', -383166700, 1459333300, 0),
(2398, 134, 14, 'Ferntree Gully', -378846100, 1452953900, 0),
(2399, 134, 14, 'Ferny Creek', -378833300, 1453333300, 0),
(2400, 134, 14, 'Fitzroy', -377983900, 1449783300, 0),
(2401, 134, 14, 'Flinders', -384739300, 1450189700, 0),
(2402, 134, 14, 'Flowerdale', -373333300, 1453333300, 0),
(2403, 134, 14, 'Footscray', -378000000, 1449000000, 0),
(2404, 134, 14, 'Forest Hill', -378365600, 1451651900, 0),
(2405, 134, 14, 'Fountain Gate', -380263000, 1453069000, 0),
(2406, 134, 14, 'Frankston', -381333300, 1451166700, 0),
(2407, 134, 14, 'Frankston East', -381333300, 1451333300, 0),
(2408, 134, 14, 'Fulham', -381000000, 1469833300, 0),
(2409, 134, 14, 'Gardenvale', -378983600, 1450088000, 0),
(2410, 134, 14, 'Geelong', -381471100, 1443606900, 0),
(2411, 134, 14, 'Geelong West', -381333300, 1443500000, 0),
(2412, 134, 14, 'Germantown', -376666700, 1450000000, 0),
(2413, 134, 14, 'Gisborne', -374885800, 1445942100, 0),
(2414, 134, 14, 'Gladstone Park', -376874200, 1448867500, 0),
(2415, 134, 14, 'Gladysdale', -378000000, 1456500000, 0),
(2416, 134, 14, 'Glen Huntly', -378894900, 1450460500, 0),
(2417, 134, 14, 'Glen Iris', -378599500, 1450548900, 0),
(2418, 134, 14, 'Glen Waverley', -378781100, 1451647600, 0),
(2419, 134, 14, 'Glenorchy', -369000000, 1426833300, 0),
(2420, 134, 14, 'Glenroy', -377000000, 1449333300, 0),
(2421, 134, 14, 'Golden Square', -367726500, 1442527100, 0),
(2422, 134, 14, 'Gordon', -375823000, 1441092500, 0),
(2423, 134, 14, 'Grahamvale', -363483700, 1454362000, 0),
(2424, 134, 14, 'Grant', -373500000, 1471500000, 0),
(2425, 134, 14, 'Greensborough', -377046200, 1451030200, 0),
(2426, 134, 14, 'Greenvale', -376333300, 1448666700, 0),
(2427, 134, 14, 'Grovedale', -382000000, 1443500000, 0),
(2428, 134, 14, 'Hallam', -380166700, 1452666700, 0),
(2429, 134, 14, 'Hamilton', -377442500, 1420220200, 0),
(2430, 134, 14, 'Hampton', -379372300, 1450046000, 0),
(2431, 134, 14, 'Hampton East', -379369500, 1450286300, 0),
(2432, 134, 14, 'Hampton Park', -380333300, 1452500000, 0),
(2433, 134, 14, 'Harkaway', -380000000, 1453500000, 0),
(2434, 134, 14, 'Harrisfield', -379500000, 1451833300, 0),
(2435, 134, 14, 'Hastings', -383000000, 1451833300, 0),
(2436, 134, 14, 'Hawthorn', -378199200, 1450358000, 0),
(2437, 134, 14, 'Hawthorn East', -378248400, 1450464000, 0),
(2438, 134, 14, 'Hazelwood', -382833300, 1463500000, 0),
(2439, 134, 14, 'Healesville', -376539500, 1455171800, 0),
(2440, 134, 14, 'Heathcote', -369221400, 1447083700, 0),
(2441, 134, 14, 'Heatherton', -379560700, 1450931900, 0),
(2442, 134, 14, 'Heathmont', -378333300, 1452500000, 0),
(2443, 134, 14, 'Heidelberg', -377500000, 1450666700, 0),
(2444, 134, 14, 'Herne Hill', -381342700, 1443240600, 0),
(2445, 134, 14, 'Heyfield', -379813000, 1467855900, 0),
(2446, 134, 14, 'Highett', -379516700, 1450394400, 0),
(2447, 134, 14, 'Highton', -381705800, 1443114000, 0),
(2448, 134, 14, 'Hillcrest', -376166700, 1436333300, 0),
(2449, 134, 14, 'Hillside', -376904700, 1447417200, 0),
(2450, 134, 14, 'Homebush', -370500000, 1435333300, 0),
(2451, 134, 14, 'Hoppers Crossing', -378826400, 1447003000, 0),
(2452, 134, 14, 'Horsham', -367113100, 1421998100, 0),
(2453, 134, 14, 'Hughesdale', -378994800, 1450811400, 0),
(2454, 134, 14, 'Hunter', -364500000, 1445166700, 0),
(2455, 134, 14, 'Huntingdale', -379076600, 1451084700, 0),
(2456, 134, 14, 'Illawarra', -370666700, 1427000000, 0),
(2457, 134, 14, 'Indigo', -361000000, 1465666700, 0),
(2458, 134, 14, 'Inverloch', -386265900, 1457226000, 0),
(2459, 134, 14, 'Invermay Park', -375292400, 1438591300, 0),
(2460, 134, 14, 'Ivanhoe', -377690300, 1450430800, 0),
(2461, 134, 14, 'Jan Juc', -383445500, 1442951800, 0),
(2462, 134, 14, 'Jolimont', -378164600, 1449789800, 0),
(2463, 134, 14, 'Junortoun', -367710600, 1443631100, 0),
(2464, 134, 14, 'Kangaroo Flat', -368000000, 1442500000, 0),
(2465, 134, 14, 'Kealba', -377371000, 1448283000, 0),
(2466, 134, 14, 'Keilor', -377166700, 1448333300, 0),
(2467, 134, 14, 'Keon Park', -377000000, 1450166700, 0),
(2468, 134, 14, 'Kerang', -357348900, 1439202700, 0),
(2469, 134, 14, 'Kew', -378063900, 1450308600, 0),
(2470, 134, 14, 'Kew East', -377975800, 1450537800, 0),
(2471, 134, 14, 'Keysborough', -379911600, 1451738500, 0),
(2472, 134, 14, 'Kialla', -364472900, 1454142200, 0),
(2473, 134, 14, 'Kialla East', -364500000, 1455333300, 0),
(2474, 134, 14, 'Killara', -361396500, 1469513600, 0),
(2475, 134, 14, 'Kilmore', -372957700, 1449525200, 0),
(2476, 134, 14, 'Kilsyth', -378000000, 1453166700, 0),
(2477, 134, 14, 'Kinglake East', -375166700, 1453500000, 0),
(2478, 134, 14, 'Kings Park', -377337200, 1447719700, 0),
(2479, 134, 14, 'Kingsbury', -377140600, 1450350900, 0),
(2480, 134, 14, 'Kingston', -373500000, 1439666700, 0),
(2481, 134, 14, 'Knoxfield', -378897800, 1452496200, 0),
(2482, 134, 14, 'Koetong', -361500000, 1475000000, 0),
(2483, 134, 14, 'Konagaderra', -375500000, 1448833300, 0),
(2484, 134, 14, 'Kooyong', -378398900, 1450352400, 0),
(2485, 134, 14, 'Korumburra', -384319400, 1458235500, 0),
(2486, 134, 14, 'Kurunjang', -376758700, 1445969000, 0),
(2487, 134, 14, 'Kyabram', -363133500, 1450503500, 0),
(2488, 134, 14, 'Kyneton', -372444400, 1444514800, 0),
(2489, 134, 14, 'Lake Boga', -354629900, 1436325800, 0),
(2490, 134, 14, 'Lake Gardens', -375463200, 1438165300, 0),
(2491, 134, 14, 'Lakes Entrance', -378811500, 1479810300, 0),
(2492, 134, 14, 'Lalor', -376666700, 1450166700, 0),
(2493, 134, 14, 'Lancefield', -372773300, 1447359600, 0),
(2494, 134, 14, 'Langwarrin', -381666700, 1451666700, 0),
(2495, 134, 14, 'Lara', -380238800, 1444061700, 0),
(2496, 134, 14, 'Lara Lake', -380333300, 1443833300, 0),
(2497, 134, 14, 'Launching Place', -377805800, 1455683400, 0),
(2498, 134, 14, 'Laverton', -378620200, 1447697900, 0),
(2499, 134, 14, 'Leongatha', -384760700, 1459468500, 0),
(2500, 134, 14, 'Lilydale', -377500000, 1453500000, 0),
(2501, 134, 14, 'Linton', -376863400, 1435629000, 0),
(2502, 134, 14, 'Lismore', -379527000, 1433378300, 0),
(2503, 134, 14, 'Logan', -366166700, 1434666700, 0),
(2504, 134, 14, 'Long Gully', -367430500, 1442578800, 0),
(2505, 134, 14, 'Longlea', -367833300, 1444333300, 0),
(2506, 134, 14, 'Lovely Banks', -380666700, 1443333300, 0),
(2507, 134, 14, 'Lower Plenty', -377333300, 1451166700, 0),
(2508, 134, 14, 'Lynbrook', -380558800, 1452561500, 0),
(2509, 134, 14, 'Lyndhurst', -380500000, 1452500000, 0),
(2510, 134, 14, 'Lyndhurst South', -381166700, 1452000000, 0),
(2511, 134, 14, 'Lyons', -380166700, 1414666700, 0),
(2512, 134, 14, 'Lysterfield', -379333300, 1453000000, 0),
(2513, 134, 14, 'Macarthur', -380338700, 1420018300, 0),
(2514, 134, 14, 'Macedon', -374196300, 1445624200, 0),
(2515, 134, 14, 'Macleod', -377204400, 1450698200, 0),
(2516, 134, 14, 'Maddingley', -376851800, 1444324500, 0),
(2517, 134, 14, 'Maffra', -379713200, 1469836600, 0),
(2518, 134, 14, 'Maiden Gully', -367538900, 1442078900, 0),
(2519, 134, 14, 'Maidstone', -377803500, 1448735300, 0),
(2520, 134, 14, 'Malvern', -378625900, 1450281100, 0),
(2521, 134, 14, 'Malvern East', -378739700, 1450425300, 0),
(2522, 134, 14, 'Manangatang', -350551200, 1428822800, 0),
(2523, 134, 14, 'Mangalore', -369333300, 1451833300, 0),
(2524, 134, 14, 'Manor', -379333300, 1445833300, 0),
(2525, 134, 14, 'Mansfield', -370520000, 1460884600, 0),
(2526, 134, 14, 'Maribyrnong', -377833300, 1448833300, 0),
(2527, 134, 14, 'Maryborough', -370456200, 1437392300, 0),
(2528, 134, 14, 'Marysville', -375097600, 1457480900, 0),
(2529, 134, 14, 'McCrae', -383497200, 1449280600, 0),
(2530, 134, 14, 'McKinnon', -379106600, 1450381900, 0),
(2531, 134, 14, 'Meadow Heights', -376511700, 1449185500, 0),
(2532, 134, 14, 'Melbourne', -378140000, 1449633200, 0),
(2533, 134, 14, 'Melton', -376833900, 1445854300, 0),
(2534, 134, 14, 'Melton South', -377077300, 1445749300, 0),
(2535, 134, 14, 'Melton West', -376785200, 1445688300, 0),
(2536, 134, 14, 'Mentone', -379833300, 1450666700, 0),
(2537, 134, 14, 'Menzies Creek', -379166700, 1454000000, 0),
(2538, 134, 14, 'Mernda', -376007500, 1450955500, 0),
(2539, 134, 14, 'Merricks North', -383500000, 1450833300, 0),
(2540, 134, 14, 'Merrijig', -371000000, 1462500000, 0),
(2541, 134, 14, 'Merton', -369833300, 1457166700, 0),
(2542, 134, 14, 'Middle Park', -378511600, 1449620100, 0),
(2543, 134, 14, 'Milawa', -364333300, 1464333300, 0),
(2544, 134, 14, 'Mildura', -341855100, 1421625100, 0),
(2545, 134, 14, 'Mill Park', -376666700, 1450666700, 0),
(2546, 134, 14, 'Miners Rest', -374808000, 1438010700, 0),
(2547, 134, 14, 'Mitcham', -378181800, 1451990100, 0),
(2548, 134, 14, 'Mitchell Park', -375069300, 1437798100, 0),
(2549, 134, 14, 'Moe', -381782800, 1462609900, 0),
(2550, 134, 14, 'Mont Albert North', -378004300, 1451082800, 0),
(2551, 134, 14, 'Mont Park', -377166700, 1450666700, 0),
(2552, 134, 14, 'Montmorency', -377166700, 1451166700, 0),
(2553, 134, 14, 'Montrose', -378166700, 1453500000, 0),
(2554, 134, 14, 'Moonee Ponds', -377666700, 1449166700, 0),
(2555, 134, 14, 'Moorabbin', -379366700, 1450341700, 0),
(2556, 134, 14, 'Moorooduc', -382166700, 1451166700, 0),
(2557, 134, 14, 'Mooroolbark', -377833300, 1453000000, 0),
(2558, 134, 14, 'Mooroopna', -364000000, 1453500000, 0),
(2559, 134, 14, 'Morang', -376500000, 1451000000, 0),
(2560, 134, 14, 'Mordialloc', -380000000, 1450833300, 0),
(2561, 134, 14, 'Mornington', -382166700, 1450333300, 0),
(2562, 134, 14, 'Mortlake', -380810200, 1428082700, 0),
(2563, 134, 14, 'Morwell', -382347600, 1463949900, 0),
(2564, 134, 14, 'Mount Burnett', -379833300, 1455000000, 0),
(2565, 134, 14, 'Mount Clear', -376000000, 1438833300, 0),
(2566, 134, 14, 'Mount Cottrell', -378166700, 1445833300, 0),
(2567, 134, 14, 'Mount Eliza', -381833300, 1450833300, 0),
(2568, 134, 14, 'Mount Evelyn', -377833300, 1453833300, 0),
(2569, 134, 14, 'Mount Helen', -376246300, 1438789000, 0),
(2570, 134, 14, 'Mount Macedon', -374004800, 1445841200, 0),
(2571, 134, 14, 'Mount Martha', -382666700, 1450166700, 0),
(2572, 134, 14, 'Mount Waverley', -378770900, 1451293900, 0),
(2573, 134, 14, 'Mountain View', -382666700, 1458666700, 0),
(2574, 134, 14, 'Mulgrave', -379166700, 1452000000, 0),
(2575, 134, 14, 'Murrumbeena', -378902300, 1450711200, 0),
(2576, 134, 14, 'Murtoa', -366200900, 1424667700, 0),
(2577, 134, 14, 'Narre Warren', -380333300, 1453000000, 0),
(2578, 134, 14, 'Narre Warren North', -379833300, 1453166700, 0),
(2579, 134, 14, 'Nelsons Hill', -378000000, 1452500000, 0),
(2580, 134, 14, 'Nerrina', -375500000, 1438833300, 0),
(2581, 134, 14, 'Newborough', -381717100, 1462926400, 0),
(2582, 134, 14, 'Newington', -375640300, 1438275700, 0),
(2583, 134, 14, 'Newport', -378442700, 1448848300, 0),
(2584, 134, 14, 'Newstead', -371059800, 1440646700, 0),
(2585, 134, 14, 'Newtown', -377000000, 1436500000, 0),
(2586, 134, 14, 'Newtown and Chilwell', -381500000, 1443333300, 0),
(2587, 134, 14, 'Nicholson', -378166700, 1477333300, 0),
(2588, 134, 14, 'Niddrie', -377375000, 1448921200, 0),
(2589, 134, 14, 'Noble Park', -379666700, 1451666700, 0),
(2590, 134, 14, 'North Brighton', -379069400, 1450052800, 0),
(2591, 134, 14, 'North Melbourne', -378028900, 1449481600, 0),
(2592, 134, 14, 'North Shore', -381000000, 1443666700, 0),
(2593, 134, 14, 'Northcote', -377666700, 1450000000, 0),
(2594, 134, 14, 'Notting Hill', -379050000, 1451427000, 0),
(2595, 134, 14, 'Numurkah', -360884600, 1454421500, 0),
(2596, 134, 14, 'Nunawading', -378204300, 1451730800, 0),
(2597, 134, 14, 'Oakleigh', -378980900, 1450883700, 0),
(2598, 134, 14, 'Oakleigh East', -378990400, 1451057100, 0),
(2599, 134, 14, 'Oakleigh South', -379000000, 1451000000, 0),
(2600, 134, 14, 'Officedale', -380833300, 1454166700, 0),
(2601, 134, 14, 'Officer', -380591600, 1454094700, 0),
(2602, 134, 14, 'Omeo', -370961400, 1475949100, 0),
(2603, 134, 14, 'Ormond', -379038600, 1450414500, 0),
(2604, 134, 14, 'Ouyen', -350708700, 1423203400, 0),
(2605, 134, 14, 'Oxley', -364500000, 1463666700, 0),
(2606, 134, 14, 'Pakenham', -380701800, 1454741100, 0),
(2607, 134, 14, 'Pakenham East', -380833300, 1454833300, 0),
(2608, 134, 14, 'Pakenham Upper', -380166700, 1455166700, 0),
(2609, 134, 14, 'Parkdale', -379942300, 1450733900, 0),
(2610, 134, 14, 'Patterson Lakes', -380693400, 1451432700, 0),
(2611, 134, 14, 'Paynesville', -379188600, 1477194400, 0),
(2612, 134, 14, 'Pearcedale', -382030000, 1452348800, 0),
(2613, 134, 14, 'Plenty', -376674200, 1451123600, 0),
(2614, 134, 14, 'Point Cook', -379148200, 1447508800, 0),
(2615, 134, 14, 'Port Fairy', -383853500, 1422371000, 0),
(2616, 134, 14, 'Port Melbourne', -378396100, 1449422800, 0),
(2617, 134, 14, 'Portarlington', -381154200, 1446555900, 0),
(2618, 134, 14, 'Portland', -383526100, 1416057400, 0),
(2619, 134, 14, 'Prahran', -378511400, 1449931800, 0),
(2620, 134, 14, 'Preston', -377500000, 1450166700, 0),
(2621, 134, 14, 'Princes Hill', -377818500, 1449665600, 0),
(2622, 134, 14, 'Quarry Hill', -367764600, 1442802400, 0),
(2623, 134, 14, 'Raglan', -373500000, 1433500000, 0),
(2624, 134, 14, 'Raymond Island', -379166700, 1477333300, 0),
(2625, 134, 14, 'Red Cliffs', -343094200, 1421897100, 0),
(2626, 134, 14, 'Redan', -375764900, 1438386200, 0),
(2627, 134, 14, 'Research', -377000000, 1451833300, 0),
(2628, 134, 14, 'Reservoir', -377166700, 1450000000, 0),
(2629, 134, 14, 'Richmond', -378181900, 1450017600, 0),
(2630, 134, 14, 'Ringwood', -378166700, 1452333300, 0),
(2631, 134, 14, 'Ringwood East', -378166700, 1452500000, 0),
(2632, 134, 14, 'Ringwood North', -378000000, 1452333300, 0),
(2633, 134, 14, 'Ripponlea', -378777700, 1449952800, 0),
(2634, 134, 14, 'Riversdale', -370666700, 1434666700, 0),
(2635, 134, 14, 'Robinvale', -345835600, 1427722800, 0),
(2636, 134, 14, 'Rochester', -363635200, 1447007800, 0),
(2637, 134, 14, 'Rocklyn', -374333300, 1440500000, 0),
(2638, 134, 14, 'Rodborough', -371000000, 1438666700, 0),
(2639, 134, 14, 'Rokeby', -380666700, 1459333300, 0),
(2640, 134, 14, 'Romsey', -373507500, 1447430000, 0),
(2641, 134, 14, 'Rosanna', -377395900, 1450696600, 0),
(2642, 134, 14, 'Rosebery', -358166700, 1424166700, 0),
(2643, 134, 14, 'Rosebud', -383500000, 1449000000, 0),
(2644, 134, 14, 'Rosedale', -381545200, 1467886000, 0),
(2645, 134, 14, 'Rowville', -379333300, 1452333300, 0),
(2646, 134, 14, 'Roxburgh Park', -376258100, 1449255500, 0),
(2647, 134, 14, 'Rutherglen', -360559800, 1464609400, 0),
(2648, 134, 14, 'Safety Beach', -383153500, 1450002700, 0),
(2649, 134, 14, 'Saint Andrews North', -375666700, 1453000000, 0),
(2650, 134, 14, 'Saint Arnaud', -366168000, 1432587300, 0),
(2651, 134, 14, 'Saint Kilda', -378600000, 1449716700, 0),
(2652, 134, 14, 'Saint Leonards', -381705100, 1447180300, 0),
(2653, 134, 14, 'Sale', -381109500, 1470680200, 0),
(2654, 134, 14, 'Salisbury', -363500000, 1417666700, 0),
(2655, 134, 14, 'San Remo', -385211800, 1453734400, 0),
(2656, 134, 14, 'Sandown Park', -379500000, 1451666700, 0),
(2657, 134, 14, 'Sandringham', -379500000, 1450000000, 0),
(2658, 134, 14, 'Sassafras', -378666700, 1453500000, 0),
(2659, 134, 14, 'Scoresby', -379000000, 1452333300, 0),
(2660, 134, 14, 'Seabrook', -378809200, 1447586600, 0),
(2661, 134, 14, 'Seaford', -381000000, 1451333300, 0),
(2662, 134, 14, 'Seaholme', -378640000, 1448450400, 0),
(2663, 134, 14, 'Sebastopol', -375853200, 1438395300, 0),
(2664, 134, 14, 'Selby', -379166700, 1453833300, 0),
(2665, 134, 14, 'Seymour', -370265500, 1451392400, 0),
(2666, 134, 14, 'Shepparton', -363804700, 1453986700, 0),
(2667, 134, 14, 'Skye', -381050500, 1452163000, 0),
(2668, 134, 14, 'Somerton', -376500000, 1449333300, 0),
(2669, 134, 14, 'Somerville', -382166700, 1451666700, 0),
(2670, 134, 14, 'South Kingsville', -378301800, 1448709000, 0),
(2671, 134, 14, 'South Melbourne', -378333300, 1449666700, 0),
(2672, 134, 14, 'South Yarra', -378333300, 1449833300, 0),
(2673, 134, 14, 'Southbank', -378228000, 1449643400, 0),
(2674, 134, 14, 'Springfield', -373333300, 1448166700, 0),
(2675, 134, 14, 'Springvale', -379485300, 1451527400, 0),
(2676, 134, 14, 'Springvale South', -379666700, 1451500000, 0),
(2677, 134, 14, 'St Albans', -377449600, 1448004900, 0),
(2678, 134, 14, 'St Helena', -376895200, 1451295500, 0),
(2679, 134, 14, 'St James', -362666700, 1459000000, 0),
(2680, 134, 14, 'St Kilda East', -378659400, 1450001800, 0),
(2681, 134, 14, 'St Kilda West', -378601700, 1449722000, 0),
(2682, 134, 14, 'Stanley', -364166700, 1467500000, 0),
(2683, 134, 14, 'Stony Point', -383666700, 1452166700, 0),
(2684, 134, 14, 'Stratford', -379634000, 1470826000, 0),
(2685, 134, 14, 'Strathdale', -367657200, 1443154800, 0),
(2686, 134, 14, 'Strathfieldsaye', -368066700, 1443548700, 0),
(2687, 134, 14, 'Strathmore', -376333300, 1424833300, 0),
(2688, 134, 14, 'Strathmore Heights', -377133500, 1448968800, 0),
(2689, 134, 14, 'Sunbury', -375774200, 1447260700, 0),
(2690, 134, 14, 'Sunshine', -331124100, 1515615800, 0),
(2691, 134, 14, 'Surrey Hills', -378252400, 1451003800, 0),
(2692, 134, 14, 'Sutherland', -365500000, 1432000000, 0),
(2693, 134, 14, 'Swan Hill', -353378100, 1435544000, 0),
(2694, 134, 14, 'Sydenham', -377000000, 1447666700, 0),
(2695, 134, 14, 'Syndal', -378741800, 1451479300, 0),
(2696, 134, 14, 'Tarneit', -378666700, 1446666700, 0),
(2697, 134, 14, 'Tarrington', -377666700, 1421000000, 0),
(2698, 134, 14, 'Taylors Lakes', -376986300, 1447863100, 0),
(2699, 134, 14, 'Templestowe', -377500000, 1451166700, 0),
(2700, 134, 14, 'Templestowe Lower', -377666700, 1451166700, 0),
(2701, 134, 14, 'Tennyson', -362833300, 1444333300, 0),
(2702, 134, 14, 'Terang', -382408400, 1429212300, 0),
(2703, 134, 14, 'The Basin', -378500000, 1453166700, 0),
(2704, 134, 14, 'The Patch', -379000000, 1453833300, 0),
(2705, 134, 14, 'Thomastown', -376833300, 1450166700, 0),
(2706, 134, 14, 'Thompson', -379666700, 1464166700, 0),
(2707, 134, 14, 'Thomson', -381698400, 1443789000, 0),
(2708, 134, 14, 'Thornbury', -377582900, 1450051400, 0),
(2709, 134, 14, 'Timboon', -384843400, 1429803300, 0),
(2710, 134, 14, 'Tongala', -362546600, 1449562200, 0),
(2711, 134, 14, 'Toorak', -378407700, 1450095700, 0),
(2712, 134, 14, 'Torquay', -383308500, 1443263800, 0),
(2713, 134, 14, 'Tottenham', -377985300, 1448626300, 0),
(2714, 134, 14, 'Traralgon', -381952800, 1465415000, 0),
(2715, 134, 14, 'Travancore', -377807600, 1449354500, 0),
(2716, 134, 14, 'Tremont', -379000000, 1453333300, 0),
(2717, 134, 14, 'Tullamarine', -377012800, 1448810000, 0),
(2718, 134, 14, 'Tyabb', -382500000, 1451833300, 0),
(2719, 134, 14, 'Upwey', -379000000, 1453333300, 0),
(2720, 134, 14, 'Venus Bay', -387003800, 1458224000, 0),
(2721, 134, 14, 'Vermont', -378361600, 1451942800, 0),
(2722, 134, 14, 'Viewbank', -377399100, 1450932300, 0),
(2723, 134, 14, 'Waldara', -363199200, 1462844100, 0),
(2724, 134, 14, 'Walkerville', -388666700, 1460000000, 0),
(2725, 134, 14, 'Wallan', -374162500, 1449785900, 0),
(2726, 134, 14, 'Wandin North', -377833300, 1454333300, 0),
(2727, 134, 14, 'Wangaratta', -363584600, 1463205600, 0),
(2728, 134, 14, 'Wantirna', -378500000, 1452166700, 0),
(2729, 134, 14, 'Wantirna South', -378833300, 1452166700, 0),
(2730, 134, 14, 'Warburton', -377537500, 1456903700, 0),
(2731, 134, 14, 'Warncoort', -383166700, 1437166700, 0),
(2732, 134, 14, 'Warragul', -381591200, 1459311800, 0),
(2733, 134, 14, 'Warrandyte', -377500000, 1452333300, 0),
(2734, 134, 14, 'Warrandyte South', -377666700, 1452500000, 0),
(2735, 134, 14, 'Warrnambool', -383817600, 1424879900, 0),
(2736, 134, 14, 'Waterloo', -373666700, 1434166700, 0),
(2737, 134, 14, 'Waterways', -380147800, 1451305000, 0),
(2738, 134, 14, 'Watsonia', -377104200, 1450836400, 0),
(2739, 134, 14, 'Wattleglen', -376666700, 1451833300, 0),
(2740, 134, 14, 'Waurn Ponds', -382166700, 1442833300, 0),
(2741, 134, 14, 'Wendouree', -375500000, 1438333300, 0),
(2742, 134, 14, 'Werribee', -379000000, 1446666700, 0),
(2743, 134, 14, 'Werribee South', -379475000, 1447166700, 0),
(2744, 134, 14, 'West Melbourne', -378101400, 1449500000, 0),
(2745, 134, 14, 'Wheelers Hill', -379000000, 1451833300, 0),
(2746, 134, 14, 'Whitfield', -367833300, 1464166700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(2747, 134, 14, 'Whittlesea', -375115200, 1451183600, 0),
(2748, 134, 14, 'Williamstown', -378570000, 1448976900, 0),
(2749, 134, 14, 'Windsor', -378548000, 1449926700, 0),
(2750, 134, 14, 'Wodonga', -361217900, 1468880900, 0),
(2751, 134, 14, 'Wombat', -367833300, 1476166700, 0),
(2752, 134, 14, 'Wonga Park', -377333300, 1452666700, 0),
(2753, 134, 14, 'Wonthaggi', -386058600, 1455935500, 0),
(2754, 134, 14, 'Woodend', -373546900, 1445290200, 0),
(2755, 134, 14, 'Woodside', -385237700, 1468751400, 0),
(2756, 134, 14, 'Yallambie', -377251500, 1450935200, 0),
(2757, 134, 14, 'Yan Yean', -375666700, 1451000000, 0),
(2758, 134, 14, 'Yarraville', -378166700, 1449000000, 0),
(2759, 134, 14, 'Yarrawonga', -360192300, 1459997200, 0),
(2760, 135, 14, 'Albany', -350031000, 1178659500, 0),
(2761, 135, 14, 'Alexander Heights', -318275800, 1158650100, 0),
(2762, 135, 14, 'Anketell', -322185600, 1158655900, 0),
(2763, 135, 14, 'Applecross', -320166700, 1158333300, 0),
(2764, 135, 14, 'Ardross', -320269600, 1158354800, 0),
(2765, 135, 14, 'Armadale', -321500000, 1160000000, 0),
(2766, 135, 14, 'Ashby', -317325500, 1157976800, 0),
(2767, 135, 14, 'Ashfield', -319172100, 1159379600, 0),
(2768, 135, 14, 'Attadale', -320236100, 1157958300, 0),
(2769, 135, 14, 'Atwell', -321434600, 1158652800, 0),
(2770, 135, 14, 'Australind', -332792000, 1157150400, 0),
(2771, 135, 14, 'Balcatta', -318750100, 1158283900, 0),
(2772, 135, 14, 'Baldivis', -323288900, 1158304700, 0),
(2773, 135, 14, 'Balga', -318549700, 1158398600, 0),
(2774, 135, 14, 'Ballajura', -318406200, 1158954900, 0),
(2775, 135, 14, 'Bassendean', -319000000, 1159500000, 0),
(2776, 135, 14, 'Baynton', -207516400, 1168013900, 0),
(2777, 135, 14, 'Bayswater', -319168600, 1159177600, 0),
(2778, 135, 14, 'Beaconsfield', -320674800, 1157640100, 0),
(2779, 135, 14, 'Beckenham', -320248100, 1159598900, 0),
(2780, 135, 14, 'Beechboro', -318651500, 1159366100, 0),
(2781, 135, 14, 'Beeliar', -321333900, 1158063700, 0),
(2782, 135, 14, 'Bellevue', -319000000, 1160166700, 0),
(2783, 135, 14, 'Belmont', -319435000, 1159255000, 0),
(2784, 135, 14, 'Bentley', -320000000, 1159166700, 0),
(2785, 135, 14, 'Bertram', -322436900, 1158457200, 0),
(2786, 135, 14, 'Bibra Lake', -320976400, 1158192100, 0),
(2787, 135, 14, 'Booragoon', -320394500, 1158336900, 0),
(2788, 135, 14, 'Boulder', -307461400, 1214742000, 0),
(2789, 135, 14, 'Bowes', -283833300, 1146666700, 0),
(2790, 135, 14, 'Boya', -319333300, 1160500000, 0),
(2791, 135, 14, 'Boyup Brook', -338342500, 1163877600, 0),
(2792, 135, 14, 'Bridgetown', -339624200, 1161359800, 0),
(2793, 135, 14, 'Brookdale', -321669600, 1160019300, 0),
(2794, 135, 14, 'Broome', -179553800, 1222392200, 0),
(2795, 135, 14, 'Brunswick', -332324000, 1158628200, 0),
(2796, 135, 14, 'Buckingham', -334000000, 1163333300, 0),
(2797, 135, 14, 'Bull Creek', -320562500, 1158624200, 0),
(2798, 135, 14, 'Bunbury', -333271100, 1156413700, 0),
(2799, 135, 14, 'Burns Beach', -317206000, 1157205000, 0),
(2800, 135, 14, 'Burswood', -319587200, 1159039600, 0),
(2801, 135, 14, 'Busselton', -336524900, 1153455000, 0),
(2802, 135, 14, 'Butler', -316429800, 1157043100, 0),
(2803, 135, 14, 'Cable Beach', -179446400, 1222139700, 0),
(2804, 135, 14, 'Canning Vale', -320579800, 1159181400, 0),
(2805, 135, 14, 'Cannington', -320166700, 1159500000, 0),
(2806, 135, 14, 'Carine', -318523000, 1157825800, 0),
(2807, 135, 14, 'Carlisle', -319794500, 1159180800, 0),
(2808, 135, 14, 'Castletown', -338323700, 1219156300, 0),
(2809, 135, 14, 'Casuarina', -322414300, 1158698000, 0),
(2810, 135, 14, 'Churchlands', -319214200, 1157932200, 0),
(2811, 135, 14, 'Claremont', -319875000, 1157861100, 0),
(2812, 135, 14, 'Clarkson', -316828200, 1157247000, 0),
(2813, 135, 14, 'Cloverdale', -319628100, 1159442800, 0),
(2814, 135, 14, 'Collie', -333620600, 1161561700, 0),
(2815, 135, 14, 'Como', -319911900, 1158633600, 0),
(2816, 135, 14, 'Connolly', -317486400, 1157505300, 0),
(2817, 135, 14, 'Coogee', -321166700, 1157666700, 0),
(2818, 135, 14, 'Coolbellup', -320812400, 1158060600, 0),
(2819, 135, 14, 'Cooloongup', -323150600, 1157777200, 0),
(2820, 135, 14, 'Corinthian', -311166700, 1192166700, 0),
(2821, 135, 14, 'Corrigin', -323338300, 1178718100, 0),
(2822, 135, 14, 'Cottesloe', -320000000, 1157666700, 0),
(2823, 135, 14, 'Craigie', -317872700, 1157698900, 0),
(2824, 135, 14, 'Cue', -274239500, 1178973900, 0),
(2825, 135, 14, 'Currambine', -317330600, 1157476600, 0),
(2826, 135, 14, 'Dalkeith', -319958300, 1157958300, 0),
(2827, 135, 14, 'Dalyellup', -334084400, 1156150600, 0),
(2828, 135, 14, 'Darch', -318125500, 1158458000, 0),
(2829, 135, 14, 'Darling Downs', -321944200, 1159918700, 0),
(2830, 135, 14, 'Darlington', -319166700, 1160833300, 0),
(2831, 135, 14, 'Denmark', -349606700, 1173532100, 0),
(2832, 135, 14, 'Dianella', -318882200, 1158718600, 0),
(2833, 135, 14, 'Doubleview', -318962700, 1157815500, 0),
(2834, 135, 14, 'Dudley Park', -325522100, 1157310000, 0),
(2835, 135, 14, 'Duncraig', -318329100, 1157759000, 0),
(2836, 135, 14, 'Dunsborough', -335833300, 1150833300, 0),
(2837, 135, 14, 'East Fremantle', -320388900, 1157666700, 0),
(2838, 135, 14, 'East Perth', -319587200, 1158710900, 0),
(2839, 135, 14, 'East Victoria Park', -319889400, 1159038800, 0),
(2840, 135, 14, 'Eaton', -333166400, 1157050300, 0),
(2841, 135, 14, 'Edgewater', -317654700, 1157822300, 0),
(2842, 135, 14, 'Ellenbrook', -317673700, 1159693600, 0),
(2843, 135, 14, 'Esperance', -338601300, 1218825900, 0),
(2844, 135, 14, 'Exmouth', -219402000, 1141250100, 0),
(2845, 135, 14, 'Falcon', -325824400, 1156619900, 0),
(2846, 135, 14, 'Floreat', -319386200, 1157921100, 0),
(2847, 135, 14, 'Forrest', -308500000, 1281000000, 0),
(2848, 135, 14, 'Forrestfield', -319827700, 1160067300, 0),
(2849, 135, 14, 'Fremantle', -320500000, 1157666700, 0),
(2850, 135, 14, 'Gabbadah', -312920000, 1155059300, 0),
(2851, 135, 14, 'Gelorup', -334051200, 1156343900, 0),
(2852, 135, 14, 'Geraldton', -287789700, 1146145900, 0),
(2853, 135, 14, 'Girrawheen', -318410300, 1158397800, 0),
(2854, 135, 14, 'Gladstone', -259333300, 1142500000, 0),
(2855, 135, 14, 'Glen Iris', -333416700, 1156666700, 0),
(2856, 135, 14, 'Glendalough', -319199100, 1158194500, 0),
(2857, 135, 14, 'Gnangara', -317761200, 1158662300, 0),
(2858, 135, 14, 'Golden Bay-Singleton', -324331200, 1157516200, 0),
(2859, 135, 14, 'Gooseberry Hill', -319500000, 1160500000, 0),
(2860, 135, 14, 'Gosnells', -320833300, 1160000000, 0),
(2861, 135, 14, 'Greenfields', -325242900, 1157631500, 0),
(2862, 135, 14, 'Greenmount', -319000000, 1160500000, 0),
(2863, 135, 14, 'Greenwood', -318272300, 1158024700, 0),
(2864, 135, 14, 'Greylands', -319736100, 1157791700, 0),
(2865, 135, 14, 'Guildford', -319000000, 1159666700, 0),
(2866, 135, 14, 'Halls Head', -325431500, 1156966500, 0),
(2867, 135, 14, 'Hamersley', -318489800, 1158075700, 0),
(2868, 135, 14, 'Hamilton Hill', -320845100, 1157794600, 0),
(2869, 135, 14, 'Hammond Park', -321685300, 1158504000, 0),
(2870, 135, 14, 'High Wycombe', -319444400, 1160034000, 0),
(2871, 135, 14, 'Highgate', -319397100, 1158701500, 0),
(2872, 135, 14, 'Hillarys', -318069800, 1157404500, 0),
(2873, 135, 14, 'Hillman', -322832700, 1157636400, 0),
(2874, 135, 14, 'Holly', -338000000, 1174833300, 0),
(2875, 135, 14, 'Holt Rock', -326666700, 1194166700, 0),
(2876, 135, 14, 'Hopetoun', -339505700, 1201263500, 0),
(2877, 135, 14, 'Huntingdale', -320831800, 1159661400, 0),
(2878, 135, 14, 'Illawong', -297000000, 1149583300, 0),
(2879, 135, 14, 'Iluka', -317355400, 1157305800, 0),
(2880, 135, 14, 'Inglewood', -319166300, 1158798000, 0),
(2881, 135, 14, 'Innaloo', -318927200, 1157950800, 0),
(2882, 135, 14, 'Ives', -269166700, 1207666700, 0),
(2883, 135, 14, 'Jane Brook', -318636800, 1160503900, 0),
(2884, 135, 14, 'Jarrahdale', -323358000, 1160595100, 0),
(2885, 135, 14, 'Jolimont', -319456400, 1158094700, 0),
(2886, 135, 14, 'Joondalup', -317444500, 1157683500, 0),
(2887, 135, 14, 'Kalgan', -348847200, 1180130600, 0),
(2888, 135, 14, 'Kalgoorlie', -307532500, 1214693600, 0),
(2889, 135, 14, 'Kalumburu', -142963000, 1266428400, 0),
(2890, 135, 14, 'Karnup', -323666700, 1158166700, 0),
(2891, 135, 14, 'Karrakatta', -319675600, 1157979600, 0),
(2892, 135, 14, 'Karratha', -207376500, 1168462900, 0),
(2893, 135, 14, 'Katanning', -336878700, 1175584000, 0),
(2894, 135, 14, 'Kelmscott', -321166700, 1160166700, 0),
(2895, 135, 14, 'Kenwick', -320333300, 1159666700, 0),
(2896, 135, 14, 'Kewdale', -319788600, 1159515900, 0),
(2897, 135, 14, 'Kiara', -318815600, 1159389300, 0),
(2898, 135, 14, 'Kingsford', -248639200, 1136954900, 0),
(2899, 135, 14, 'Kingsley', -318103600, 1158007700, 0),
(2900, 135, 14, 'Kinross', -317186800, 1157383900, 0),
(2901, 135, 14, 'Kitchener', -310333300, 1241833300, 0),
(2902, 135, 14, 'Koongamia', -319066000, 1160422200, 0),
(2903, 135, 14, 'Kwinana', -322301300, 1157812800, 0),
(2904, 135, 14, 'Landsdale', -318075000, 1158659900, 0),
(2905, 135, 14, 'Lathlain', -319675500, 1159063100, 0),
(2906, 135, 14, 'Laverton', -286253100, 1223994000, 0),
(2907, 135, 14, 'Leederville', -319362800, 1158419000, 0),
(2908, 135, 14, 'Leeming', -320751100, 1158661300, 0),
(2909, 135, 14, 'Linden', -293000000, 1224166700, 0),
(2910, 135, 14, 'Lower Chittering', -315833300, 1161166700, 0),
(2911, 135, 14, 'Lynwood', -320401300, 1159288800, 0),
(2912, 135, 14, 'Maddington', -320500000, 1159833300, 0),
(2913, 135, 14, 'Madeley', -318111000, 1158281400, 0),
(2914, 135, 14, 'Mandurah', -325269000, 1157217000, 0),
(2915, 135, 14, 'Manjimup', -342412200, 1161456400, 0),
(2916, 135, 14, 'Manning', -320159400, 1158671400, 0),
(2917, 135, 14, 'Margaret River', -339536000, 1150739100, 0),
(2918, 135, 14, 'Marmion', -318415800, 1157569200, 0),
(2919, 135, 14, 'Martin', -320754900, 1160453600, 0),
(2920, 135, 14, 'Maylands', -319333300, 1158833300, 0),
(2921, 135, 14, 'Melville', -281833300, 1167333300, 0),
(2922, 135, 14, 'Menora', -319188900, 1158620800, 0),
(2923, 135, 14, 'Merriwa', -316649400, 1157127300, 0),
(2924, 135, 14, 'Midland', -319000000, 1160000000, 0),
(2925, 135, 14, 'Millars Well', -207416800, 1168173100, 0),
(2926, 135, 14, 'Mindarie', -316893200, 1157069800, 0),
(2927, 135, 14, 'Moora', -306400300, 1160036500, 0),
(2928, 135, 14, 'Morley', -318877500, 1159099000, 0),
(2929, 135, 14, 'Mosman Park', -320000000, 1157500000, 0),
(2930, 135, 14, 'Mount Barker', -346308400, 1176660600, 0),
(2931, 135, 14, 'Mount Hawthorn', -319200000, 1158350900, 0),
(2932, 135, 14, 'Mount Pleasant', -320279300, 1158489000, 0),
(2933, 135, 14, 'Mt Lawley', -338678500, 1512073200, 0),
(2934, 135, 14, 'Mullaloo', -317789600, 1157367600, 0),
(2935, 135, 14, 'Mundaring', -319021000, 1161675700, 0),
(2936, 135, 14, 'Munster', -321390400, 1158021900, 0),
(2937, 135, 14, 'Murdoch', -320698700, 1158375700, 0),
(2938, 135, 14, 'Nedlands', -319833300, 1158000000, 0),
(2939, 135, 14, 'Newman', -233564400, 1197355300, 0),
(2940, 135, 14, 'Nollamara', -318801600, 1158454300, 0),
(2941, 135, 14, 'Noranda', -318733300, 1158990100, 0),
(2942, 135, 14, 'North Lake', -320819000, 1158356700, 0),
(2943, 135, 14, 'North Perth', -319272400, 1158527600, 0),
(2944, 135, 14, 'Northbridge', -319478400, 1158588100, 0),
(2945, 135, 14, 'O''Connor', -320581400, 1157972700, 0),
(2946, 135, 14, 'Orelia', -322333000, 1158222700, 0),
(2947, 135, 14, 'Osborne Park', -319006600, 1158108300, 0),
(2948, 135, 14, 'Padbury', -318064500, 1157688000, 0),
(2949, 135, 14, 'Paddington', -304833300, 1213333300, 0),
(2950, 135, 14, 'Palmyra', -320450200, 1157858900, 0),
(2951, 135, 14, 'Parkerville', -318747200, 1161380000, 0),
(2952, 135, 14, 'Parklands', -324955600, 1157730200, 0),
(2953, 135, 14, 'Pearce', -316666700, 1160166700, 0),
(2954, 135, 14, 'Peppermint Grove', -320041700, 1157638900, 0),
(2955, 135, 14, 'Perth', -319522400, 1158614000, 0),
(2956, 135, 14, 'Piara Waters', -321334400, 1159163400, 0),
(2957, 135, 14, 'Piccadilly', -307428000, 1214641800, 0),
(2958, 135, 14, 'Picton Junction', -333500000, 1156833300, 0),
(2959, 135, 14, 'Pinjarra', -326298000, 1158735100, 0),
(2960, 135, 14, 'Pioneer', -318000000, 1217166700, 0),
(2961, 135, 14, 'Port Hedland', -203121500, 1186105900, 0),
(2962, 135, 14, 'Port Kennedy', -323734200, 1157515000, 0),
(2963, 135, 14, 'Quedjinup', -336335900, 1150838600, 0),
(2964, 135, 14, 'Queens Park', -320031400, 1159462100, 0),
(2965, 135, 14, 'Quindalup', -336290600, 1151223000, 0),
(2966, 135, 14, 'Quinns Rocks', -316861100, 1156777800, 0),
(2967, 135, 14, 'Redcliffe', -319384500, 1159464500, 0),
(2968, 135, 14, 'Redmond', -348666700, 1176833300, 0),
(2969, 135, 14, 'Rockingham', -322768200, 1157297800, 0),
(2970, 135, 14, 'Roleystone', -321166700, 1160666700, 0),
(2971, 135, 14, 'Rossmoyne', -320396500, 1158678100, 0),
(2972, 135, 14, 'Saint Ives', -313833300, 1218166700, 0),
(2973, 135, 14, 'Samson', -320699600, 1157977000, 0),
(2974, 135, 14, 'San Remo', -324898800, 1157446700, 0),
(2975, 135, 14, 'Sawyers Valley', -319023500, 1162006500, 0),
(2976, 135, 14, 'Scarborough', -318957800, 1157643100, 0),
(2977, 135, 14, 'Secret Harbour', -324058900, 1157585200, 0),
(2978, 135, 14, 'Serpentine', -323605100, 1159772300, 0),
(2979, 135, 14, 'Seville Grove', -321364500, 1159890500, 0),
(2980, 135, 14, 'Shelley', -320295700, 1158866400, 0),
(2981, 135, 14, 'Shenton Park', -319583300, 1157972200, 0),
(2982, 135, 14, 'Sinagra', -317426100, 1158063300, 0),
(2983, 135, 14, 'Singleton', -324440300, 1157572500, 0),
(2984, 135, 14, 'Somerville', -307697900, 1214543800, 0),
(2985, 135, 14, 'Sorrento', -318253300, 1157524800, 0),
(2986, 135, 14, 'South Hedland', -204065500, 1186006900, 0),
(2987, 135, 14, 'South Perth', -319833300, 1158666700, 0),
(2988, 135, 14, 'Southern River', -321065800, 1159589600, 0),
(2989, 135, 14, 'Spearwood', -321000000, 1157833300, 0),
(2990, 135, 14, 'Spring Hill', -317166700, 1166833300, 0),
(2991, 135, 14, 'St James', -320000400, 1159098000, 0),
(2992, 135, 14, 'Stirling', -318834300, 1158099000, 0),
(2993, 135, 14, 'Strathalbyn', -287516800, 1146457600, 0),
(2994, 135, 14, 'Stratton', -318682800, 1160406600, 0),
(2995, 135, 14, 'Subiaco', -319500000, 1158000000, 0),
(2996, 135, 14, 'Swan View', -318833300, 1160500000, 0),
(2997, 135, 14, 'Swanbourne', -319666700, 1157833300, 0),
(2998, 135, 14, 'Tammin', -316666700, 1175000000, 0),
(2999, 135, 14, 'Tarcoola Beach', -288100100, 1146223600, 0),
(3000, 135, 14, 'The Vines', -317549200, 1160023800, 0),
(3001, 135, 14, 'Thornlie', -320600300, 1159550000, 0),
(3002, 135, 14, 'Tom Price', -226939000, 1177931000, 0),
(3003, 135, 14, 'Trigg', -318693900, 1157571000, 0),
(3004, 135, 14, 'Tuart Hill', -318980800, 1158349500, 0),
(3005, 135, 14, 'Upper Swan', -317666700, 1160166700, 0),
(3006, 135, 14, 'Victory Heights', -307788200, 1214726200, 0),
(3007, 135, 14, 'Waikiki', -323160600, 1157546000, 0),
(3008, 135, 14, 'Warnbro', -323361100, 1157486100, 0),
(3009, 135, 14, 'Warwick', -318397400, 1158085500, 0),
(3010, 135, 14, 'Wattle Grove', -320067200, 1160004600, 0),
(3011, 135, 14, 'Wellard', -322666700, 1158333300, 0),
(3012, 135, 14, 'Welshpool', -319943900, 1159222400, 0),
(3013, 135, 14, 'Wembley', -319333300, 1158000000, 0),
(3014, 135, 14, 'West Perth', -319489600, 1158419900, 0),
(3015, 135, 14, 'Westfield', -321500000, 1159666700, 0),
(3016, 135, 14, 'Westminster', -318674400, 1158391900, 0),
(3017, 135, 14, 'White Gum Valley', -320603100, 1157705800, 0),
(3018, 135, 14, 'Wickham', -206747400, 1171378400, 0),
(3019, 135, 14, 'Willagee', -320519600, 1158053300, 0),
(3020, 135, 14, 'Willetton', -320525100, 1158878200, 0),
(3021, 135, 14, 'Williams', -330280300, 1168792300, 0),
(3022, 135, 14, 'Williamstown', -307500000, 1214833300, 0),
(3023, 135, 14, 'Wilson', -320205800, 1159118100, 0),
(3024, 135, 14, 'Winthrop', -320521600, 1158297200, 0),
(3025, 135, 14, 'Woodridge', -313338000, 1155959500, 0),
(3026, 135, 14, 'Woodvale', -317892800, 1157967600, 0),
(3027, 135, 14, 'Wyndham', -154869000, 1281242800, 0),
(3028, 135, 14, 'Yanchep', -315467800, 1156317100, 0),
(3029, 135, 14, 'Yangebup', -321206500, 1158162300, 0),
(3030, 135, 14, 'York', -318846700, 1167687400, 0),
(3031, 136, 15, 'Breitenbrunn', 479445200, 167314900, 0),
(3032, 136, 15, 'Eisenstadt', 478500000, 165166700, 0),
(3033, 136, 15, 'Illmitz', 477614800, 168002400, 0),
(3034, 136, 15, 'Jennersdorf', 469384800, 161415800, 0),
(3035, 136, 15, 'Mannersdorf an der Rabnitz', 474166700, 165166700, 0),
(3036, 136, 15, 'Mattersburg', 477333300, 164000000, 0),
(3037, 136, 15, 'Neusiedl am See', 479490100, 168417000, 0),
(3038, 136, 15, 'Oberwart', 472833300, 162000000, 0),
(3039, 136, 15, 'Parndorf', 479996300, 168604900, 0),
(3040, 136, 15, 'Pinkafeld', 473666700, 161166700, 0),
(3041, 136, 15, 'Pottsching', 478000000, 163833300, 0),
(3042, 136, 15, 'Rust', 478012200, 166715800, 0),
(3043, 136, 15, 'Sankt Margarethen im Burgenland', 478033500, 166087500, 0),
(3044, 136, 15, 'Sieggraben', 476500000, 163666700, 0),
(3045, 136, 15, 'Stegersbach', 471666700, 161666700, 0),
(3046, 136, 15, 'Trausdorf an der Wulka', 478135000, 165576000, 0),
(3047, 136, 15, 'Wiesfleck', 473833300, 161333300, 0),
(3048, 136, 15, 'Wolfau', 472500000, 161000000, 0),
(3049, 137, 15, 'Althofen', 468729800, 144744900, 0),
(3050, 137, 15, 'Arnoldstein', 465461100, 137100000, 0),
(3051, 137, 15, 'Arriach', 467319400, 138519400, 0),
(3052, 137, 15, 'Baldramsdorf', 468011100, 134533300, 0),
(3053, 137, 15, 'Ebenthal', 466080600, 143641700, 0),
(3054, 137, 15, 'Feldkirchen in Karnten', 467166700, 141000000, 0),
(3055, 137, 15, 'Ferlach', 465269400, 143019400, 0),
(3056, 137, 15, 'Finkenstein am Faaker See', 465655600, 138652800, 0),
(3057, 137, 15, 'Fresach', 467155600, 136908300, 0),
(3058, 137, 15, 'Friesach', 469552800, 144058300, 0),
(3059, 137, 15, 'Gmuend', 469072200, 135294400, 0),
(3060, 137, 15, 'Gnesau', 467754400, 139625100, 0),
(3061, 137, 15, 'Kappel am Krappfeld', 468386100, 144863900, 0),
(3062, 137, 15, 'Kirchbach', 466502800, 132113900, 0),
(3063, 137, 15, 'Klagenfurt am Woerthersee', 466247200, 143052800, 0),
(3064, 137, 15, 'Maria Worth', 466163900, 141630600, 0),
(3065, 137, 15, 'Micheldorf', 469166700, 144166700, 0),
(3066, 137, 15, 'Moosburg', 466575000, 141747200, 0),
(3067, 137, 15, 'Obervellach', 469366700, 132041700, 0),
(3068, 137, 15, 'Ossiach', 466666700, 139833300, 0),
(3069, 137, 15, 'Preitenegg', 469400000, 149258300, 0),
(3070, 137, 15, 'Rangersdorf', 468652800, 129783300, 0),
(3071, 137, 15, 'Sankt Jakob', 465477800, 140572200, 0),
(3072, 137, 15, 'Sankt Veit an der Glan', 467680600, 143602800, 0),
(3073, 137, 15, 'Schiefling am See', 466044400, 140975000, 0),
(3074, 137, 15, 'Seeboden', 468219400, 134950000, 0),
(3075, 137, 15, 'Spittal an der Drau', 468000000, 135000000, 0),
(3076, 137, 15, 'Villach', 466102800, 138558300, 0),
(3077, 137, 15, 'Wolfsberg', 468405600, 148441700, 0),
(3078, 138, 15, 'Altenmarkt an der Triesting', 480155300, 159966100, 0),
(3079, 138, 15, 'Altlengbach', 481535500, 159260600, 0),
(3080, 138, 15, 'Amstetten', 481229000, 148720600, 0),
(3081, 138, 15, 'Andlersdorf', 481833300, 166666700, 0),
(3082, 138, 15, 'Bad Voslau', 479653300, 162135900, 0),
(3083, 138, 15, 'Baden', 480022100, 162309700, 0),
(3084, 138, 15, 'Behamberg', 480166700, 144833300, 0),
(3085, 138, 15, 'Berndorf', 479456700, 161097300, 0),
(3086, 138, 15, 'Bockfliess', 483600000, 166038900, 0),
(3087, 138, 15, 'Boheimkirchen', 481977900, 157617800, 0),
(3088, 138, 15, 'Breitenfurt bei Wien', 481333300, 161500000, 0),
(3089, 138, 15, 'Bruck an der Leitha', 480166700, 167666700, 0),
(3090, 138, 15, 'Brunn am Gebirge', 481069700, 162846600, 0),
(3091, 138, 15, 'Deutsch-Wagram', 482997200, 165666700, 0),
(3092, 138, 15, 'Drosing', 485390000, 169026400, 0),
(3093, 138, 15, 'Ebenfurth', 478666700, 163666700, 0),
(3094, 138, 15, 'Ebergassing', 480456700, 165170900, 0),
(3095, 138, 15, 'Ennsdorf', 482118100, 145029000, 0),
(3096, 138, 15, 'Erlauf', 481833300, 151833300, 0),
(3097, 138, 15, 'Euratsfeld', 480818100, 149315400, 0),
(3098, 138, 15, 'Falkenstein', 487166700, 165833300, 0),
(3099, 138, 15, 'Felixdorf', 478815900, 162420800, 0),
(3100, 138, 15, 'Fischamend Dorf', 481188400, 166128700, 0),
(3101, 138, 15, 'Gaaden', 480536400, 162000300, 0),
(3102, 138, 15, 'Gablitz', 482285600, 161543700, 0),
(3103, 138, 15, 'Gaming', 479290000, 150881800, 0),
(3104, 138, 15, 'Gars am Kamp', 485833300, 156500000, 0),
(3105, 138, 15, 'Gaweinstal', 484666700, 165833300, 0),
(3106, 138, 15, 'Gedersdorf', 484331900, 156886500, 0),
(3107, 138, 15, 'Gerasdorf bei Wien', 482944700, 164676500, 0),
(3108, 138, 15, 'Gloggnitz', 476748700, 159389300, 0),
(3109, 138, 15, 'Gmund', 487683000, 149808000, 0),
(3110, 138, 15, 'Gostling an der Ybbs', 478000000, 149166700, 0),
(3111, 138, 15, 'Grafenegg', 484166700, 157333300, 0),
(3112, 138, 15, 'Grafenschlag', 485000000, 151666700, 0),
(3113, 138, 15, 'Grafenworth', 484000000, 157833300, 0),
(3114, 138, 15, 'Gross-Enzersdorf', 482027800, 165508300, 0),
(3115, 138, 15, 'Grossebersdorf', 483624400, 164686800, 0),
(3116, 138, 15, 'Gumpoldskirchen', 480453800, 162771000, 0),
(3117, 138, 15, 'Gunselsdorf', 479439500, 162606200, 0),
(3118, 138, 15, 'Guntramsdorf', 480468700, 163138400, 0),
(3119, 138, 15, 'Gutenstein', 478760000, 158888100, 0),
(3120, 138, 15, 'Haag', 480500000, 145166700, 0),
(3121, 138, 15, 'Haidershofen', 480666700, 144500000, 0),
(3122, 138, 15, 'Hausbrunn', 486166700, 168166700, 0),
(3123, 138, 15, 'Herzogenburg', 482813700, 156943100, 0),
(3124, 138, 15, 'Hinterbruehl', 480861100, 162480900, 0),
(3125, 138, 15, 'Hirtenberg', 479309500, 161790800, 0),
(3126, 138, 15, 'Hollabrunn', 485500000, 160833300, 0),
(3127, 138, 15, 'Hollenstein an der Ybbs', 478000000, 147666700, 0),
(3128, 138, 15, 'Horn', 486627400, 156566300, 0),
(3129, 138, 15, 'Jaidhof', 485333300, 154833300, 0),
(3130, 138, 15, 'Karlstetten', 482500000, 155666700, 0),
(3131, 138, 15, 'Katzelsdorf', 477833300, 162833300, 0),
(3132, 138, 15, 'Kirchstetten', 481833300, 158166700, 0),
(3133, 138, 15, 'Klosterneuburg', 483052100, 163252200, 0),
(3134, 138, 15, 'Konigstetten', 483019800, 161449200, 0),
(3135, 138, 15, 'Korneuburg', 483500000, 163333300, 0),
(3136, 138, 15, 'Kottingbrunn', 479509600, 162271500, 0),
(3137, 138, 15, 'Krems an der Donau', 484092100, 156141500, 0),
(3138, 138, 15, 'Laa an der Thaya', 487166700, 163833300, 0),
(3139, 138, 15, 'Langenlois', 484666700, 156666700, 0),
(3140, 138, 15, 'Langenzersdorf', 483000000, 163500000, 0),
(3141, 138, 15, 'Langschlag', 485666700, 148833300, 0),
(3142, 138, 15, 'Lanzendorf', 481105600, 164450000, 0),
(3143, 138, 15, 'Laxenburg', 480683300, 163560700, 0),
(3144, 138, 15, 'Leitzersdorf', 484166700, 162333300, 0),
(3145, 138, 15, 'Leobersdorf', 479279600, 162165100, 0),
(3146, 138, 15, 'Leopoldsdorf', 481155700, 163912600, 0),
(3147, 138, 15, 'Loosdorf', 482000000, 154000000, 0),
(3148, 138, 15, 'Lunz am See', 478612000, 150299800, 0),
(3149, 138, 15, 'Maissau', 485666700, 158166700, 0),
(3150, 138, 15, 'Mank', 481102400, 153391500, 0),
(3151, 138, 15, 'Maria Enzersdorf', 481000000, 162833300, 0),
(3152, 138, 15, 'Maria-Anzbach', 481901200, 159315500, 0),
(3153, 138, 15, 'Martinsberg', 483666700, 151500000, 0),
(3154, 138, 15, 'Mauerbach', 482451400, 161679300, 0),
(3155, 138, 15, 'Melk', 482273700, 153318600, 0),
(3156, 138, 15, 'Mistelbach', 485700000, 165766700, 0),
(3157, 138, 15, 'Modling', 480860500, 162892100, 0),
(3158, 138, 15, 'Munchendorf', 480333300, 163833300, 0),
(3159, 138, 15, 'Neu-Guntramsdorf', 480642000, 163157300, 0),
(3160, 138, 15, 'Neumarkt an der Ybbs', 481333300, 150500000, 0),
(3161, 138, 15, 'Neunkirchen', 477209600, 160810700, 0),
(3162, 138, 15, 'Nochling', 482243300, 149812300, 0),
(3163, 138, 15, 'Oberwaltersdorf', 479756700, 163219100, 0),
(3164, 138, 15, 'Ottenschlag', 484166700, 152166700, 0),
(3165, 138, 15, 'Paudorf', 483500000, 156166700, 0),
(3166, 138, 15, 'Perchtoldsdorf', 481193500, 162660700, 0),
(3167, 138, 15, 'Pernitz', 478975900, 159602200, 0),
(3168, 138, 15, 'Pitten', 477166700, 161833300, 0),
(3169, 138, 15, 'Pochlarn', 482000000, 152000000, 0),
(3170, 138, 15, 'Pottendorf', 479000000, 163833300, 0),
(3171, 138, 15, 'Pressbaum', 481833300, 160833300, 0),
(3172, 138, 15, 'Prinzersdorf', 482000000, 155166700, 0),
(3173, 138, 15, 'Purgstall', 480584100, 151347800, 0),
(3174, 138, 15, 'Purkersdorf', 482076900, 161753900, 0),
(3175, 138, 15, 'Raasdorf', 482465700, 165653200, 0),
(3176, 138, 15, 'Rabensburg', 486500000, 169000000, 0),
(3177, 138, 15, 'Rappottenstein', 485216100, 150792500, 0),
(3178, 138, 15, 'Reichenau an der Rax', 476950900, 158457200, 0),
(3179, 138, 15, 'Retz', 487500000, 159500000, 0),
(3180, 138, 15, 'Ruprechtshofen', 481364800, 152767500, 0),
(3181, 138, 15, 'Sallingberg', 484666700, 152333300, 0),
(3182, 138, 15, 'Sankt Polten', 482000000, 156333300, 0),
(3183, 138, 15, 'Sankt Valentin', 481666700, 145166700, 0),
(3184, 138, 15, 'Scheibbs', 480047400, 151681700, 0),
(3185, 138, 15, 'Schrems', 487833300, 150666700, 0),
(3186, 138, 15, 'Schwarzenau', 487443600, 152583800, 0),
(3187, 138, 15, 'Schwechat', 481333300, 164666700, 0),
(3188, 138, 15, 'Schweiggers', 486666700, 150666700, 0),
(3189, 138, 15, 'Seibersdorf', 479666700, 165166700, 0),
(3190, 138, 15, 'Sigmundsherberg', 486833300, 157500000, 0),
(3191, 138, 15, 'Sollenau', 478833300, 162500000, 0),
(3192, 138, 15, 'Sonntagberg', 479956100, 147606500, 0),
(3193, 138, 15, 'Spannberg', 484639300, 167364700, 0),
(3194, 138, 15, 'Statzendorf', 483075200, 156412700, 0),
(3195, 138, 15, 'Steinakirchen am Forst', 480666700, 150333300, 0),
(3196, 138, 15, 'Stetten', 483666700, 163833300, 0),
(3197, 138, 15, 'Stockerau', 483833300, 162166700, 0),
(3198, 138, 15, 'Stossing', 481226700, 158137900, 0),
(3199, 138, 15, 'Stratzing', 484500000, 156000000, 0),
(3200, 138, 15, 'Stronsdorf', 486500000, 162833300, 0),
(3201, 138, 15, 'Ternitz', 477156500, 160357500, 0),
(3202, 138, 15, 'Thaya', 488548900, 152890200, 0),
(3203, 138, 15, 'Theresienfeld', 478500000, 162333300, 0),
(3204, 138, 15, 'Traisen', 480333300, 156000000, 0),
(3205, 138, 15, 'Traismauer', 483500000, 157333300, 0),
(3206, 138, 15, 'Traunstein', 484333300, 151000000, 0),
(3207, 138, 15, 'Tulbing', 482933600, 161222600, 0),
(3208, 138, 15, 'Tulln', 483282900, 160585800, 0),
(3209, 138, 15, 'Vosendorf', 481210700, 163403600, 0),
(3210, 138, 15, 'Waidhofen an der Thaya', 488166700, 152833300, 0),
(3211, 138, 15, 'Waidhofen an der Ybbs', 479600400, 147736100, 0),
(3212, 138, 15, 'Waldegg', 478685200, 160515400, 0),
(3213, 138, 15, 'Wang', 480453800, 150267200, 0),
(3214, 138, 15, 'Weikendorf', 483443800, 167665100, 0),
(3215, 138, 15, 'Weikersdorf am Steinfelde', 478061200, 161438900, 0),
(3216, 138, 15, 'Weinburg', 481135100, 155329500, 0),
(3217, 138, 15, 'Weistrach', 480500000, 145833300, 0),
(3218, 138, 15, 'Wiener Neudorf', 480827800, 163138400, 0),
(3219, 138, 15, 'Wiener Neustadt', 478000000, 162500000, 0),
(3220, 138, 15, 'Wieselburg', 481333300, 151333300, 0),
(3221, 138, 15, 'Winklarn', 480833300, 148333300, 0),
(3222, 138, 15, 'Wolfsbach', 480666700, 146666700, 0),
(3223, 138, 15, 'Wolfsgraben', 481587000, 161209800, 0),
(3224, 138, 15, 'Wolkersdorf', 483833300, 165166700, 0),
(3225, 138, 15, 'Wullersdorf', 486166700, 161000000, 0),
(3226, 138, 15, 'Ybbs an der Donau', 481666700, 150833300, 0),
(3227, 138, 15, 'Ybbsitz', 479333300, 148833300, 0),
(3228, 138, 15, 'Zeillern', 481166700, 148000000, 0),
(3229, 138, 15, 'Zistersdorf', 485333300, 167500000, 0),
(3230, 138, 15, 'Zwettl', 486043000, 151667000, 0),
(3231, 138, 15, 'Zwettl Stift', 486166700, 152000000, 0),
(3232, 139, 15, 'Altenberg bei Linz', 483728400, 143502900, 0),
(3233, 139, 15, 'Altheim', 482515400, 132340600, 0),
(3234, 139, 15, 'Ansfelden', 482096900, 142900400, 0),
(3235, 139, 15, 'Asten', 482194100, 144178400, 0),
(3236, 139, 15, 'Attersee', 479164600, 135395300, 0),
(3237, 139, 15, 'Attnang-Puchheim', 480083300, 137166700, 0),
(3238, 139, 15, 'Atzbach', 480836400, 137034700, 0),
(3239, 139, 15, 'Atzesberg', 484984900, 139241000, 0),
(3240, 139, 15, 'Bad Goisern', 476425200, 136160900, 0),
(3241, 139, 15, 'Bad Ischl', 477110900, 136189300, 0),
(3242, 139, 15, 'Bad Kreuzen', 482673700, 148064800, 0),
(3243, 139, 15, 'Bad Wimsbach-Neydharting', 480666700, 139000000, 0),
(3244, 139, 15, 'Braunau am Inn', 482562800, 130434300, 0),
(3245, 139, 15, 'Ebensee', 478071600, 137790000, 0),
(3246, 139, 15, 'Eidenberg', 483943900, 142331300, 0),
(3247, 139, 15, 'Engerwitzdorf', 483450700, 144420400, 0),
(3248, 139, 15, 'Enns', 482134600, 144761200, 0),
(3249, 139, 15, 'Feldkirchen an der Donau', 483452400, 140513400, 0),
(3250, 139, 15, 'Frankenburg', 480684400, 134906500, 0),
(3251, 139, 15, 'Frankenmarkt', 479833300, 134166700, 0),
(3252, 139, 15, 'Freistadt', 485110300, 145045300, 0),
(3253, 139, 15, 'Gallneukirchen', 483536300, 144160400, 0),
(3254, 139, 15, 'Garsten', 480224000, 144074700, 0),
(3255, 139, 15, 'Gmunden', 479188700, 137975400, 0),
(3256, 139, 15, 'Grieskirchen', 482333300, 138333300, 0),
(3257, 139, 15, 'Gruenburg', 479723400, 142647200, 0),
(3258, 139, 15, 'Gunskirchen', 481333300, 139500000, 0),
(3259, 139, 15, 'Hagenberg', 483674570, 145160120, 0),
(3260, 139, 15, 'Herzogsdorf', 484301100, 141128000, 0),
(3261, 139, 15, 'Holzhausen', 482166700, 140833300, 0),
(3262, 139, 15, 'Kleinzell im Muehlkreis', 484558500, 139919500, 0),
(3263, 139, 15, 'Kremsmunster', 480529000, 141291900, 0),
(3264, 139, 15, 'Laakirchen', 479818800, 138216600, 0),
(3265, 139, 15, 'Lambach', 480927600, 138745300, 0),
(3266, 139, 15, 'Lenzing', 479732600, 136084600, 0),
(3267, 139, 15, 'Leonding', 482796500, 142533000, 0),
(3268, 139, 15, 'Linz', 483063900, 142861100, 0),
(3269, 139, 15, 'Marchtrenk', 481833300, 141166700, 0),
(3270, 139, 15, 'Micheldorf in Oberoesterreich', 478776400, 141335700, 0),
(3271, 139, 15, 'Mondsee', 478564800, 133490800, 0),
(3272, 139, 15, 'Nebelberg', 486285400, 138462900, 0),
(3273, 139, 15, 'Pasching', 482593100, 142036900, 0),
(3274, 139, 15, 'Perg', 482500000, 146333300, 0),
(3275, 139, 15, 'Redleiten', 480666700, 135500000, 0),
(3276, 139, 15, 'Redlham', 480166700, 137333300, 0),
(3277, 139, 15, 'Reichenau im Muhlkreis', 484570400, 143487500, 0),
(3278, 139, 15, 'Reichraming', 478833300, 144500000, 0),
(3279, 139, 15, 'Ried im Innkreis', 482112300, 134885500, 0),
(3280, 139, 15, 'Rossleithen', 477017000, 142736000, 0),
(3281, 139, 15, 'Sankt Florian am Inn', 484412200, 134426300, 0),
(3282, 139, 15, 'Sankt Georgen im Attergau', 479359500, 134830600, 0),
(3283, 139, 15, 'Sankt Ulrich bei Steyr', 480218500, 144241900, 0),
(3284, 139, 15, 'Sattledt', 480666700, 140500000, 0),
(3285, 139, 15, 'Scharding', 484529400, 134372200, 0),
(3286, 139, 15, 'Scharnstein', 479042600, 139613500, 0),
(3287, 139, 15, 'Seewalchen', 479524600, 135838200, 0),
(3288, 139, 15, 'Sierning', 480434300, 143093500, 0),
(3289, 139, 15, 'Stadl-Paura', 480833300, 138666700, 0),
(3290, 139, 15, 'Steinbach am Attersee', 478166700, 135500000, 0),
(3291, 139, 15, 'Steinhaus', 481161400, 140189000, 0),
(3292, 139, 15, 'Steyr', 480427400, 144212700, 0),
(3293, 139, 15, 'Steyregg', 482851300, 143699500, 0),
(3294, 139, 15, 'Ternberg', 479333300, 143500000, 0),
(3295, 139, 15, 'Thalheim bei Wels', 481500000, 140333300, 0),
(3296, 139, 15, 'Traun', 482265600, 142345900, 0),
(3297, 139, 15, 'Ulrichsberg', 486749800, 139104900, 0),
(3298, 139, 15, 'Vocklabruck', 480166700, 136500000, 0),
(3299, 139, 15, 'Waldzell', 481356200, 134270100, 0),
(3300, 139, 15, 'Wels', 481666700, 140333300, 0),
(3301, 139, 15, 'Wolfsegg am Hausruck', 481066900, 136727400, 0),
(3302, 139, 15, 'Zell am Moos', 479000000, 133166700, 0),
(3303, 140, 15, 'Adnet', 476833300, 131333300, 0),
(3304, 140, 15, 'Anif', 477500000, 130666700, 0),
(3305, 140, 15, 'Anthering', 478833300, 130166700, 0),
(3306, 140, 15, 'Bad Gastein', 471154700, 131346700, 0),
(3307, 140, 15, 'Bergheim', 478333300, 130333300, 0),
(3308, 140, 15, 'Bischofshofen', 474166700, 132166700, 0),
(3309, 140, 15, 'Dorfbeuern', 480166700, 130166700, 0),
(3310, 140, 15, 'Elsbethen', 477500000, 130833300, 0),
(3311, 140, 15, 'Eugendorf', 478666700, 131166700, 0),
(3312, 140, 15, 'Flachau', 473440600, 133914800, 0),
(3313, 140, 15, 'Fuschl am See', 478000000, 133000000, 0),
(3314, 140, 15, 'Grodig', 477333300, 130333300, 0),
(3315, 140, 15, 'Hallein', 476833300, 131000000, 0),
(3316, 140, 15, 'Hallwang', 478500000, 130833300, 0),
(3317, 140, 15, 'Koppl', 478080800, 131556100, 0),
(3318, 140, 15, 'Kostendorf', 479500000, 132000000, 0),
(3319, 140, 15, 'Lofer', 475863400, 126932000, 0),
(3320, 140, 15, 'Maishofen', 473666700, 128000000, 0),
(3321, 140, 15, 'Maria Alm am Steinernen Meer', 474057900, 129012100, 0),
(3322, 140, 15, 'Mittersill', 472666700, 124833300, 0),
(3323, 140, 15, 'Neumarkt am Wallersee', 479500000, 132333300, 0),
(3324, 140, 15, 'Niedernsill', 472833300, 126500000, 0),
(3325, 140, 15, 'Pfarrwerfen', 474572900, 132053100, 0),
(3326, 140, 15, 'Puch bei Hallein', 477153600, 130929600, 0),
(3327, 140, 15, 'Radstadt', 473833300, 134500000, 0),
(3328, 140, 15, 'Saalfelden am Steinernen Meer', 474268100, 128480000, 0),
(3329, 140, 15, 'Salzburg', 477994100, 130439900, 0),
(3330, 140, 15, 'Sankt Gilgen', 477666700, 133666700, 0),
(3331, 140, 15, 'Sankt Johann im Pongau', 473500000, 132000000, 0),
(3332, 140, 15, 'Sankt Veit im Pongau', 473333300, 131500000, 0),
(3333, 140, 15, 'Strasswalchen', 479833300, 132500000, 0),
(3334, 140, 15, 'Tamsweg', 471280800, 138110200, 0),
(3335, 140, 15, 'Thalgau', 478333300, 132500000, 0),
(3336, 140, 15, 'Wagrain', 473352800, 132988900, 0),
(3337, 140, 15, 'Werfen', 474666700, 131833300, 0),
(3338, 140, 15, 'Zell am See', 473255600, 127944400, 0),
(3339, 141, 15, 'Arnfels', 466763900, 154030600, 0),
(3340, 141, 15, 'Bad Aussee', 476099800, 137824300, 0),
(3341, 141, 15, 'Bad Blumau', 471166700, 160500000, 0),
(3342, 141, 15, 'Bruck an der Mur', 474166700, 152833300, 0),
(3343, 141, 15, 'Deutschlandsberg', 468152800, 152222200, 0),
(3344, 141, 15, 'Eggersdorf bei Graz', 471166700, 155833300, 0),
(3345, 141, 15, 'Ehrenhausen', 467241700, 155866700, 0),
(3346, 141, 15, 'Eibiswald', 466866700, 152472200, 0),
(3347, 141, 15, 'Eisenerz', 475333300, 148833300, 0),
(3348, 141, 15, 'Falkendorf', 471000000, 139833300, 0),
(3349, 141, 15, 'Feldbach', 469530600, 158883300, 0),
(3350, 141, 15, 'Feldkirchen bei Graz', 470166700, 154500000, 0),
(3351, 141, 15, 'Fernitz', 469738900, 155011100, 0),
(3352, 141, 15, 'Frohnleiten', 472666700, 153166700, 0),
(3353, 141, 15, 'Geistthal', 471666700, 151666700, 0),
(3354, 141, 15, 'Gleisdorf', 471055900, 157101100, 0),
(3355, 141, 15, 'Grambach', 470166700, 155000000, 0),
(3356, 141, 15, 'Gratkorn', 471333300, 153500000, 0),
(3357, 141, 15, 'Graz', 470666700, 154500000, 0),
(3358, 141, 15, 'Grobming', 474427200, 139012200, 0),
(3359, 141, 15, 'Hart bei Graz', 470431100, 155152700, 0),
(3360, 141, 15, 'Hartberg', 472833300, 159666700, 0),
(3361, 141, 15, 'Hausmannstatten', 469911100, 155113900, 0),
(3362, 141, 15, 'Hollenegg', 467914700, 152134500, 0),
(3363, 141, 15, 'Judenburg', 471666700, 146666700, 0),
(3364, 141, 15, 'Kaindorf', 472166700, 159000000, 0),
(3365, 141, 15, 'Kalsdorf bei Graz', 469652800, 154802800, 0),
(3366, 141, 15, 'Kapfenberg', 474445800, 152933100, 0),
(3367, 141, 15, 'Kindberg', 475000000, 154500000, 0),
(3368, 141, 15, 'Kirchbach in Steiermark', 469316700, 156619400, 0),
(3369, 141, 15, 'Kleinlobming', 471500000, 148333300, 0),
(3370, 141, 15, 'Knittelfeld', 472166700, 148166700, 0),
(3371, 141, 15, 'Kohlschwarz', 471166700, 151166700, 0),
(3372, 141, 15, 'Lang', 468376500, 155047100, 0),
(3373, 141, 15, 'Lannach', 469461100, 153372200, 0),
(3374, 141, 15, 'Lassing', 475166700, 142666700, 0),
(3375, 141, 15, 'Leibnitz', 467816100, 155383600, 0),
(3376, 141, 15, 'Leoben', 473833300, 151000000, 0),
(3377, 141, 15, 'Lieboch', 469741700, 153375000, 0),
(3378, 141, 15, 'Liezen', 475666700, 142333300, 0),
(3379, 141, 15, 'Mariazell', 477730600, 153163900, 0),
(3380, 141, 15, 'Mettersdorf am Sassbach', 468058300, 157111100, 0),
(3381, 141, 15, 'Mitterdorf im Murztal', 475333300, 155166700, 0),
(3382, 141, 15, 'Murzzuschlag', 476000000, 156833300, 0),
(3383, 141, 15, 'Niederwolz', 471500000, 143666700, 0),
(3384, 141, 15, 'Obervogau', 467450000, 155847200, 0),
(3385, 141, 15, 'Pack', 469791700, 149841700, 0),
(3386, 141, 15, 'Pols', 472166700, 145833300, 0),
(3387, 141, 15, 'Raaba', 470333300, 155000000, 0),
(3388, 141, 15, 'Sankt Bartholoma', 470666700, 152500000, 0),
(3389, 141, 15, 'Sankt Blasen', 470833300, 143000000, 0),
(3390, 141, 15, 'Sankt Jakob im Walde', 474666700, 157833300, 0),
(3391, 141, 15, 'Sankt Marein im Murztal', 474666700, 153666700, 0),
(3392, 141, 15, 'Sankt Radegund bei Graz', 471666700, 154833300, 0),
(3393, 141, 15, 'Sankt Ruprecht an der Raab', 471533600, 156625600, 0),
(3394, 141, 15, 'Sankt Stefan ob Stainz', 469286100, 152588900, 0),
(3395, 141, 15, 'Scheifling', 471500000, 144000000, 0),
(3396, 141, 15, 'Semriach', 472166700, 154000000, 0),
(3397, 141, 15, 'Spielberg bei Knittelfeld', 472166700, 147833300, 0),
(3398, 141, 15, 'Stainz', 468944400, 152672200, 0),
(3399, 141, 15, 'Stallhofen', 470500000, 152166700, 0),
(3400, 141, 15, 'Thal', 470764400, 153605200, 0),
(3401, 141, 15, 'Trieben', 474833300, 144833300, 0),
(3402, 141, 15, 'Ubelbach', 472253400, 152361500, 0),
(3403, 141, 15, 'Unterfladnitz', 471833300, 156666700, 0),
(3404, 141, 15, 'Unterpremstatten', 469647200, 154041700, 0),
(3405, 141, 15, 'Voitsberg', 470333300, 151500000, 0),
(3406, 141, 15, 'Weissenbach bei Liezen', 475666700, 142166700, 0),
(3407, 141, 15, 'Weiz', 472166700, 156166700, 0),
(3408, 141, 15, 'Werndorf', 469241700, 154908300, 0),
(3409, 141, 15, 'Wildon', 468833300, 155166700, 0),
(3410, 141, 15, 'Wolfsberg im Schwarzautal', 468438900, 156588900, 0),
(3411, 141, 15, 'Worschach', 475500000, 141500000, 0),
(3412, 141, 15, 'Zeltweg', 471833300, 147500000, 0),
(3413, 142, 15, 'Absam', 473000000, 115000000, 0),
(3414, 142, 15, 'Ainet', 468661100, 127013900, 0),
(3415, 142, 15, 'Amlach', 468163900, 127636100, 0),
(3416, 142, 15, 'Ampass', 472666700, 114500000, 0),
(3417, 142, 15, 'Angath', 475000000, 120666700, 0),
(3418, 142, 15, 'Breitenwang', 474833300, 107333300, 0),
(3419, 142, 15, 'Brixlegg', 474294200, 118779400, 0),
(3420, 142, 15, 'Bruck am Ziller', 473899800, 118512400, 0),
(3421, 142, 15, 'Erl', 476833300, 121833300, 0),
(3422, 142, 15, 'Fieberbrunn', 474833300, 125500000, 0),
(3423, 142, 15, 'Gerlos', 472166700, 120000000, 0),
(3424, 142, 15, 'Hall in Tirol', 472833300, 115166700, 0),
(3425, 142, 15, 'Hopfgarten im Brixental', 474500000, 121666700, 0),
(3426, 142, 15, 'Hopfgarten in Defereggen', 469191700, 125363900, 0),
(3427, 142, 15, 'Imst', 472450400, 107397400, 0),
(3428, 142, 15, 'Innsbruck', 472626600, 113945400, 0),
(3429, 142, 15, 'Ischgl', 470125700, 102917900, 0),
(3430, 142, 15, 'Jenbach', 473917300, 117724500, 0),
(3431, 142, 15, 'Jerzens', 471500000, 107333300, 0),
(3432, 142, 15, 'Kappl', 470666700, 103833300, 0),
(3433, 142, 15, 'Kauns', 470833300, 106833300, 0),
(3434, 142, 15, 'Kematen in Tirol', 472500000, 112666700, 0),
(3435, 142, 15, 'Kitzbuhel', 474463700, 123921500, 0),
(3436, 142, 15, 'Kramsach', 474500000, 118666700, 0),
(3437, 142, 15, 'Kufstein', 475833300, 121666700, 0),
(3438, 142, 15, 'Kundl', 474666700, 119833300, 0),
(3439, 142, 15, 'Landeck', 471398800, 105659300, 0),
(3440, 142, 15, 'Langkampfen', 475511100, 120932500, 0),
(3441, 142, 15, 'Lans', 472333300, 114500000, 0),
(3442, 142, 15, 'Lermoos', 474000000, 108833300, 0),
(3443, 142, 15, 'Leutasch', 473689000, 111440400, 0),
(3444, 142, 15, 'Lienz', 468289000, 127690300, 0),
(3445, 142, 15, 'Matrei in Osttirol', 470000000, 125333300, 0),
(3446, 142, 15, 'Mayrhofen', 471666700, 118666700, 0),
(3447, 142, 15, 'Nauders', 468833300, 105166700, 0),
(3448, 142, 15, 'Neustift im Stubaital', 471166700, 113166700, 0),
(3449, 142, 15, 'Oberndorf in Tirol', 475000000, 123833300, 0),
(3450, 142, 15, 'Obertilliach', 467105600, 126144400, 0),
(3451, 142, 15, 'Prutz', 470833300, 106666700, 0),
(3452, 142, 15, 'Ramsau im Zillertal', 472038300, 118754500, 0),
(3453, 142, 15, 'Reith bei Kitzbuhel', 474666700, 123500000, 0),
(3454, 142, 15, 'Reith im Alpbachtal', 474169400, 118778500, 0),
(3455, 142, 15, 'Reutte', 474833300, 107166700, 0),
(3456, 142, 15, 'Schwaz', 473516900, 117101400, 0),
(3457, 142, 15, 'Schwendau', 471975300, 118589700, 0),
(3458, 142, 15, 'Sillian', 467527800, 124211100, 0),
(3459, 142, 15, 'Soelden', 469666700, 110000000, 0),
(3460, 142, 15, 'Soll', 475037800, 121922100, 0),
(3461, 142, 15, 'Strassen', 467538900, 124841700, 0),
(3462, 142, 15, 'Telfs', 473000000, 110666700, 0),
(3463, 142, 15, 'Thaur', 473000000, 114666700, 0),
(3464, 142, 15, 'Tristach', 468161100, 127897200, 0),
(3465, 142, 15, 'Umhausen', 471333300, 109333300, 0),
(3466, 142, 15, 'Volders', 472833300, 115666700, 0),
(3467, 142, 15, 'Vols', 472500000, 113333300, 0),
(3468, 142, 15, 'Vomp', 473333300, 116833300, 0),
(3469, 142, 15, 'Walchsee', 476516300, 123186800, 0),
(3470, 142, 15, 'Wattenberg', 472833300, 116000000, 0),
(3471, 142, 15, 'Wattens', 472833300, 116000000, 0),
(3472, 142, 15, 'Worgl', 474833300, 120666700, 0),
(3473, 142, 15, 'Zams', 471584400, 105897000, 0),
(3474, 142, 15, 'Zell am Ziller', 472333300, 118833300, 0),
(3475, 142, 15, 'Zirl', 472833300, 112333300, 0),
(3476, 143, 15, 'Andelsbuch', 474135700, 98955900, 0),
(3477, 143, 15, 'Bildstein', 474500000, 97666700, 0),
(3478, 143, 15, 'Bludenz', 471497200, 98166700, 0),
(3479, 143, 15, 'Brand', 471008300, 97372200, 0),
(3480, 143, 15, 'Bregenz', 475031100, 97471000, 0),
(3481, 143, 15, 'Buers', 471497200, 98000000, 0),
(3482, 143, 15, 'Damuels', 472803400, 98916400, 0),
(3483, 143, 15, 'Dornbirn', 474166700, 97330600, 0),
(3484, 143, 15, 'Egg', 474319400, 98955600, 0),
(3485, 143, 15, 'Feldkirch', 472330600, 96000000, 0),
(3486, 143, 15, 'Gotzis', 473330600, 96330600, 0),
(3487, 143, 15, 'Hard', 474830600, 96830600, 0),
(3488, 143, 15, 'Hochst', 474593400, 96405000, 0),
(3489, 143, 15, 'Hohenems', 473666700, 96830600, 0),
(3490, 143, 15, 'Klaus', 473091300, 96467800, 0),
(3491, 143, 15, 'Lauterach', 474830600, 97330600, 0),
(3492, 143, 15, 'Lech', 472079700, 101418400, 0),
(3493, 143, 15, 'Lustenau', 474264200, 96585100, 0),
(3494, 143, 15, 'Meiningen', 472989100, 95786200, 0),
(3495, 143, 15, 'Moggers', 475666700, 98166700, 0),
(3496, 143, 15, 'Nenzing', 471843600, 97053900, 0),
(3497, 143, 15, 'Nuziders', 471666700, 98000000, 0),
(3498, 143, 15, 'Rankweil', 472710800, 96430800, 0),
(3499, 143, 15, 'Satteins', 472166700, 96666700, 0),
(3500, 143, 15, 'Schlins', 472000000, 97000000, 0),
(3501, 143, 15, 'Schruns', 470666700, 99166700, 0),
(3502, 143, 15, 'Schwarzach', 474490400, 97621300, 0),
(3503, 143, 15, 'Sibratsgfall', 474266700, 100380600, 0),
(3504, 143, 15, 'Tschagguns', 470833300, 99000000, 0),
(3505, 143, 15, 'Warth', 472500000, 101833300, 0),
(3506, 143, 15, 'Wolfurt', 474666700, 97500000, 0),
(3507, 144, 15, 'Vienna', 482084900, 163720800, 0),
(3508, 145, 16, 'Ceyranbatan', 405408300, 496597200, 0),
(3509, 145, 16, 'Qobu', 404047200, 497130600, 0),
(3510, 145, 16, 'Saray', 405322200, 497163900, 0),
(3511, 146, 16, 'Agdzhabedy', 400527800, 474613900, 0),
(3512, 147, 16, 'Agdas', 406500000, 474761100, 0),
(3513, 148, 16, 'Zubovka', 399378800, 489285500, 0),
(3514, 149, 16, 'Artyom', 404722600, 503330400, 0),
(3515, 149, 16, 'Badamdar', 403394400, 498038900, 0),
(3516, 149, 16, 'Bakixanov', 404216700, 499644400, 0),
(3517, 149, 16, 'Baku', 403776700, 498920100, 0),
(3518, 149, 16, 'Balakhani', 404634400, 499189300, 0),
(3519, 149, 16, 'Bilajari', 404444000, 498056600, 0),
(3520, 149, 16, 'Binagadi', 404660200, 498278300, 0),
(3521, 149, 16, 'Biny Selo', 404519300, 500856400, 0),
(3522, 149, 16, 'Buzovna', 405178900, 501139000, 0),
(3523, 149, 16, 'Hovsan', 403744400, 500852800, 0),
(3524, 149, 16, 'Khodzhi-Gasan', 404134800, 497720900, 0),
(3525, 149, 16, 'Korgoz', 403030600, 496200000, 0),
(3526, 149, 16, 'Lokbatan', 403237200, 497280400, 0),
(3527, 149, 16, 'Mardakyany', 404922200, 501388900, 0),
(3528, 149, 16, 'Nardaran', 405561100, 500055600, 0),
(3529, 149, 16, 'Puta', 402966700, 496602800, 0),
(3530, 149, 16, 'Qaracuxur', 403966700, 499736100, 0),
(3531, 149, 16, 'Qobustan', 400823800, 494120500, 0),
(3532, 149, 16, 'Sabuncu', 404425000, 499480600, 0),
(3533, 149, 16, 'Zabrat', 404761000, 499415800, 0),
(3534, 149, 16, 'Zyrya', 403661000, 502917000, 0),
(3535, 150, 16, 'Belokany', 417258300, 464083300, 0),
(3536, 151, 16, 'Pushkino', 394583300, 485450000, 0),
(3537, 152, 16, 'Dzhalilabad', 392096300, 484918600, 0),
(3538, 152, 16, 'Prishibinskoye', 391195800, 485936100, 0),
(3539, 153, 16, 'Verkhniy Dashkesan', 404922800, 460713700, 0),
(3540, 154, 16, 'Ganja', 406827800, 463605600, 0),
(3541, 155, 16, 'Geoktschai', 406530600, 477405600, 0),
(3542, 156, 16, 'Mughan', 400990200, 488188600, 0),
(3543, 157, 16, 'Lankaran', 387226200, 488146600, 0),
(3544, 158, 16, 'Lerik', 387726300, 484127900, 0),
(3545, 159, 16, 'Boradigah', 389338900, 487037500, 0),
(3546, 159, 16, 'Masally', 390353200, 486654000, 0),
(3547, 160, 16, 'Mingelchaur', 407639500, 470595300, 0),
(3548, 161, 16, 'Naftalan', 405066700, 468250000, 0),
(3549, 162, 16, 'Nakhchivan', 392088900, 454122200, 0),
(3550, 162, 16, 'Ordubad', 389059500, 460234100, 0),
(3551, 163, 16, 'Neftcala', 393741700, 492472200, 0),
(3552, 163, 16, 'Sovetabad', 393366700, 492141400, 0),
(3553, 164, 16, 'Oguz', 410708300, 474583300, 0),
(3554, 165, 16, 'Qutqashen', 409813900, 478458300, 0),
(3555, 166, 16, 'Qax', 414225000, 469241700, 0),
(3556, 167, 16, 'Qazax', 410933300, 453661100, 0),
(3557, 168, 16, 'Quba', 413625900, 485151900, 0),
(3558, 169, 16, 'Qusar', 414272800, 484289300, 0),
(3559, 170, 16, 'Sheki', 411919400, 471705600, 0),
(3560, 171, 16, 'Qaracala', 398131800, 489523000, 0),
(3561, 171, 16, 'Salyan', 395936200, 489805500, 0),
(3562, 172, 16, 'Shamakhi', 406314100, 486413700, 0),
(3563, 173, 16, 'Corat', 405725000, 497063900, 0),
(3564, 173, 16, 'Sumqayit', 405897200, 496686100, 0),
(3565, 174, 16, 'Terter', 403450000, 469288900, 0),
(3566, 175, 16, 'Tovuz', 409922200, 456288900, 0),
(3567, 176, 16, 'Ujar', 405190200, 476542300, 0),
(3568, 177, 16, 'Xacmaz', 414634900, 488060500, 0),
(3569, 178, 16, 'Xankandi', 398177000, 467528000, 0),
(3570, 179, 16, 'Xanlar', 405869400, 463158300, 0),
(3571, 180, 16, 'Yevlakh', 406183200, 471501400, 0),
(3572, 181, 16, 'Zaqatala', 416336100, 466433300, 0),
(3573, 182, 17, 'Freeport', 265333300, -787000000, 0),
(3574, 182, 17, 'Lucaya', 265333300, -786666700, 0),
(3575, 182, 17, 'West End', 266833300, -789666700, 0),
(3576, 183, 17, 'Marsh Harbour', 265412400, -770636000, 0),
(3577, 184, 17, 'Nassau', 250582300, -773430600, 0),
(3578, 185, 18, 'Jidd Hafs', 262186100, 505477800, 0),
(3579, 185, 18, 'Manama', 262153600, 505832000, 0),
(3580, 186, 18, 'Al Hadd', 262455600, 506541700, 0),
(3581, 186, 18, 'Al Muharraq', 262572200, 506119400, 0),
(3582, 187, 18, 'Dar Kulayb', 260686100, 505038900, 0),
(3583, 187, 18, 'Madinat Hamad', 261152800, 505069400, 0),
(3584, 188, 18, 'Ar Rifa''', 261300000, 505550000, 0),
(3585, 188, 18, 'Madinat ''Isa', 261736100, 505477800, 0),
(3586, 188, 18, 'Sitrah', 261547200, 506205600, 0),
(3587, 189, 19, 'Barisal', 227019400, 903711100, 0),
(3588, 190, 19, 'Bandarban', 221965000, 922262000, 0),
(3589, 190, 19, 'Chittagong', 223330600, 918363900, 0),
(3590, 190, 19, 'Comilla', 234577800, 912044400, 0),
(3591, 190, 19, 'Feni', 230186100, 914100000, 0),
(3592, 190, 19, 'Laksham', 232472200, 911425000, 0),
(3593, 190, 19, 'Lakshmipur', 229500000, 908333300, 0),
(3594, 190, 19, 'Nalchiti', 226333300, 902833300, 0),
(3595, 190, 19, 'Patiya', 222931200, 919762100, 0),
(3596, 190, 19, 'Raojan', 225370200, 919198400, 0),
(3597, 191, 19, 'Dhaka', 237104000, 904074400, 0),
(3598, 191, 19, 'Dohar', 235883300, 901469400, 0),
(3599, 191, 19, 'Faridpur', 236000000, 898333300, 0),
(3600, 191, 19, 'Jamalpur', 249166700, 899333300, 0),
(3601, 191, 19, 'Kishorganj', 244333300, 907666700, 0),
(3602, 191, 19, 'Madaripur', 231752800, 902072200, 0),
(3603, 191, 19, 'Mirzapur', 241000000, 901000000, 0),
(3604, 191, 19, 'Mymensingh', 247500000, 904000000, 0),
(3605, 191, 19, 'Narayanganj', 236233300, 905011100, 0),
(3606, 191, 19, 'Shahzadpur', 241666700, 896000000, 0),
(3607, 191, 19, 'Tangail', 242500000, 899166700, 0),
(3608, 191, 19, 'Tungi', 238900000, 904058300, 0),
(3609, 192, 19, 'Jessore', 231686900, 892131500, 0),
(3610, 192, 19, 'Khulna', 228134800, 895672300, 0),
(3611, 193, 19, 'Bogra', 248500000, 893666700, 0),
(3612, 193, 19, 'Rajshahi', 243666700, 886000000, 0),
(3613, 193, 19, 'Thakurgaon', 260333300, 884666700, 0),
(3614, 194, 19, 'Rangpur', 257500000, 892500000, 0),
(3615, 195, 19, 'Moulvi Bazar', 244833300, 917833300, 0),
(3616, 195, 19, 'Sylhet', 248966700, 918716700, 0),
(3617, 196, 20, 'Oistins', 130666700, -595333300, 0),
(3618, 197, 20, 'Holetown', 131867200, -596380800, 0),
(3619, 198, 20, 'Bathsheba', 132166700, -595166700, 0),
(3620, 199, 20, 'Bridgetown', 131000000, -596166700, 0),
(3621, 200, 20, 'Speightstown', 132500000, -596500000, 0),
(3622, 201, 21, 'Baranavichy', 531327000, 260139000, 0),
(3623, 201, 21, 'Brest', 520975500, 236877500, 0),
(3624, 201, 21, 'Byaroza', 525310400, 249800700, 0),
(3625, 201, 21, 'Drahichyn', 521880200, 251532600, 0),
(3626, 201, 21, 'Ivanava', 521465200, 255333100, 0),
(3627, 201, 21, 'Kobryn', 522185900, 243535900, 0),
(3628, 201, 21, 'Luninyets', 522477700, 268030200, 0),
(3629, 201, 21, 'Malaryta', 517915400, 240829000, 0),
(3630, 201, 21, 'Pinsk', 521235900, 260698100, 0),
(3631, 201, 21, 'Pruzhany', 525579200, 244608000, 0),
(3632, 201, 21, 'Vysokaye', 523709100, 233708300, 0),
(3633, 202, 21, 'Homyel''', 524382600, 309822700, 0),
(3634, 202, 21, 'Kostyukovka', 525373900, 309102600, 0),
(3635, 202, 21, 'Mazyr', 520474600, 292531400, 0),
(3636, 202, 21, 'Rechytsa', 523619100, 303917700, 0),
(3637, 202, 21, 'Svyetlahorsk', 526332200, 297438200, 0),
(3638, 202, 21, 'Vyetka', 525580600, 311794800, 0),
(3639, 202, 21, 'Zhlobin', 528946000, 300294800, 0),
(3640, 203, 21, 'Hrodna', 536884000, 238258000, 0),
(3641, 203, 21, 'Lida', 538833300, 252997200, 0),
(3642, 203, 21, 'Slonim', 530923000, 253210500, 0),
(3643, 203, 21, 'Vyalikaya Byerastavitsa', 531960000, 240166000, 0),
(3644, 204, 21, 'Asipovichy', 533061600, 286387800, 0),
(3645, 204, 21, 'Babruysk', 531412200, 292053500, 0),
(3646, 204, 21, 'Bykhaw', 535193500, 302469300, 0),
(3647, 204, 21, 'Cherykaw', 535692000, 313792800, 0),
(3648, 204, 21, 'Horki', 542861000, 309842400, 0),
(3649, 204, 21, 'Klimavichy', 536134600, 319385300, 0),
(3650, 204, 21, 'Mahilyow', 539141000, 303376400, 0),
(3651, 204, 21, 'Mstsislaw', 540192300, 317256500, 0),
(3652, 205, 21, 'Barysaw', 542312300, 285048500, 0),
(3653, 205, 21, 'Byerazino', 538391000, 289879000, 0),
(3654, 205, 21, 'Dzyarzhynsk', 536832000, 271380000, 0),
(3655, 205, 21, 'Fanipol', 537627200, 272962200, 0),
(3656, 205, 21, 'Klyetsk', 530635000, 266321000, 0),
(3657, 205, 21, 'Lahoysk', 542015800, 278502500, 0),
(3658, 205, 21, 'Lyuban''', 528000000, 280000000, 0),
(3659, 205, 21, 'Maladzyechna', 543205200, 268643600, 0),
(3660, 205, 21, 'Mar''''ina Horka', 535090000, 281470000, 0),
(3661, 205, 21, 'Minsk', 539000000, 275666700, 0),
(3662, 205, 21, 'Myadzyel', 548730500, 269359400, 0),
(3663, 205, 21, 'Salihorsk', 527879300, 275434900, 0),
(3664, 205, 21, 'Slutsk', 530283600, 275532600, 0),
(3665, 205, 21, 'Staryya Darohi', 530381800, 282681300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(3666, 205, 21, 'Stowbtsy', 534785000, 267434000, 0),
(3667, 205, 21, 'Zaslawye', 540142900, 272695300, 0),
(3668, 205, 21, 'Zhodzina', 540965800, 283341000, 0),
(3669, 206, 21, 'Begoml''', 547335500, 280599600, 0),
(3670, 206, 21, 'Haradok', 554624300, 299816400, 0),
(3671, 206, 21, 'Hlybokaye', 551382300, 276879300, 0),
(3672, 206, 21, 'Lyepyel''', 548814300, 286932300, 0),
(3673, 206, 21, 'Navapolatsk', 555362800, 286424400, 0),
(3674, 206, 21, 'Novolukoml''', 546619200, 291501600, 0),
(3675, 206, 21, 'Orsha', 545116000, 304265800, 0),
(3676, 206, 21, 'Pastavy', 551167600, 268326300, 0),
(3677, 206, 21, 'Polatsk', 554859200, 287755600, 0),
(3678, 206, 21, 'Sharkowshchyna', 553713300, 274706400, 0),
(3679, 206, 21, 'Vitsyebsk', 551904800, 302033000, 0),
(3680, 207, 22, 'Aartselaar', 511341200, 43867800, 0),
(3681, 207, 22, 'Antwerpen', 512198900, 44034600, 0),
(3682, 207, 22, 'Arendonk', 513226700, 50828900, 0),
(3683, 207, 22, 'Balen', 511683700, 51702700, 0),
(3684, 207, 22, 'Beerse', 513192700, 48530400, 0),
(3685, 207, 22, 'Berlaar', 511176000, 46583500, 0),
(3686, 207, 22, 'Bonheiden', 510226100, 45471400, 0),
(3687, 207, 22, 'Boom', 510924200, 43717000, 0),
(3688, 207, 22, 'Bornem', 510971600, 42436400, 0),
(3689, 207, 22, 'Borsbeek', 511966100, 44854300, 0),
(3690, 207, 22, 'Brasschaat', 512912000, 44918200, 0),
(3691, 207, 22, 'Brecht', 513502400, 46382900, 0),
(3692, 207, 22, 'Dessel', 512385500, 51144800, 0),
(3693, 207, 22, 'Edegem', 511566200, 44450400, 0),
(3694, 207, 22, 'Essen', 514627200, 44539300, 0),
(3695, 207, 22, 'Geel', 511655700, 49891700, 0),
(3696, 207, 22, 'Grobbendonk', 511904300, 47356200, 0),
(3697, 207, 22, 'Heist-op-den-Berg', 510753700, 47282700, 0),
(3698, 207, 22, 'Hemiksem', 511448400, 43387400, 0),
(3699, 207, 22, 'Herentals', 511765500, 48324800, 0),
(3700, 207, 22, 'Herenthout', 511401000, 47557200, 0),
(3701, 207, 22, 'Herselt', 510515900, 48823100, 0),
(3702, 207, 22, 'Hoboken', 511761100, 43484400, 0),
(3703, 207, 22, 'Hoogstraten', 514002900, 47603400, 0),
(3704, 207, 22, 'Hove', 511544600, 44707000, 0),
(3705, 207, 22, 'Hulshout', 510745100, 47908100, 0),
(3706, 207, 22, 'Kalmthout', 513844200, 44755600, 0),
(3707, 207, 22, 'Kapellen', 513137700, 44353900, 0),
(3708, 207, 22, 'Kasterlee', 512411800, 49665100, 0),
(3709, 207, 22, 'Kontich', 511321300, 44470600, 0),
(3710, 207, 22, 'Laakdal', 510806700, 50055600, 0),
(3711, 207, 22, 'Lier', 511312800, 45704200, 0),
(3712, 207, 22, 'Lille', 512419700, 48231200, 0),
(3713, 207, 22, 'Mechelen', 510257400, 44776200, 0),
(3714, 207, 22, 'Meerhout', 511321000, 50784200, 0),
(3715, 207, 22, 'Merksplas', 513585100, 48651300, 0),
(3716, 207, 22, 'Mol', 511918800, 51166200, 0),
(3717, 207, 22, 'Mortsel', 511669700, 44512700, 0),
(3718, 207, 22, 'Nijlen', 511609600, 46700800, 0),
(3719, 207, 22, 'Olen', 511439100, 48598000, 0),
(3720, 207, 22, 'Oud-Turnhout', 513197800, 49841000, 0),
(3721, 207, 22, 'Putte', 510533700, 46326300, 0),
(3722, 207, 22, 'Puurs', 510740900, 42884400, 0),
(3723, 207, 22, 'Ranst', 511898300, 45653300, 0),
(3724, 207, 22, 'Ravels', 513727400, 49921000, 0),
(3725, 207, 22, 'Retie', 512665200, 50824200, 0),
(3726, 207, 22, 'Rijkevorsel', 513479500, 47605300, 0),
(3727, 207, 22, 'Rumst', 510815300, 44221700, 0),
(3728, 207, 22, 'Schelle', 511261500, 43411400, 0),
(3729, 207, 22, 'Schilde', 512410700, 45833600, 0),
(3730, 207, 22, 'Schoten', 512525100, 45026800, 0),
(3731, 207, 22, 'Sint-Katelijne-Waver', 510669100, 45346900, 0),
(3732, 207, 22, 'Stabroek', 513318900, 43712700, 0),
(3733, 207, 22, 'Turnhout', 513225400, 49447100, 0),
(3734, 207, 22, 'Vorselaar', 512024300, 47725900, 0),
(3735, 207, 22, 'Vosselaar', 513085600, 48896000, 0),
(3736, 207, 22, 'Westerlo', 510904900, 49154400, 0),
(3737, 207, 22, 'Westmalle', 512833330, 46833330, 0),
(3738, 207, 22, 'Wijnegem', 512278700, 45189500, 0),
(3739, 207, 22, 'Willebroek', 510604100, 43601900, 0),
(3740, 207, 22, 'Wommelgem', 512045200, 45225000, 0),
(3741, 207, 22, 'Wuustwezel', 513921400, 45954600, 0),
(3742, 207, 22, 'Zandhoven', 512148800, 46616400, 0),
(3743, 207, 22, 'Zoersel', 512682500, 47129600, 0),
(3744, 207, 22, 'Zwijndrecht', 512197900, 43266400, 0),
(3745, 208, 22, 'Beauvechain', 507819500, 47718000, 0),
(3746, 208, 22, 'Braine-l''Alleud', 506836300, 43678400, 0),
(3747, 208, 22, 'Braine-le-Chateau', 506799000, 42738500, 0),
(3748, 208, 22, 'Chastre', 506006700, 46340000, 0),
(3749, 208, 22, 'Chaumont-Gistoux', 506775300, 47212000, 0),
(3750, 208, 22, 'Court-Saint-Etienne', 506337800, 45685100, 0),
(3751, 208, 22, 'Genappe', 506117300, 44515200, 0),
(3752, 208, 22, 'Grez-Doiceau', 507390100, 46982900, 0),
(3753, 208, 22, 'Incourt', 506915100, 47981600, 0),
(3754, 208, 22, 'Jodoigne', 507235700, 48691400, 0),
(3755, 208, 22, 'La Hulpe', 507309100, 44857700, 0),
(3756, 208, 22, 'Louvain-la-Neuve', 506682900, 46144300, 0),
(3757, 208, 22, 'Nivelles', 505983300, 43284800, 0),
(3758, 208, 22, 'Ottignies', 506653500, 45667900, 0),
(3759, 208, 22, 'Perwez', 506242600, 48135400, 0),
(3760, 208, 22, 'Ramillies', 506339500, 49011900, 0),
(3761, 208, 22, 'Rebecq-Rognon', 506514700, 41068300, 0),
(3762, 208, 22, 'Rixensart', 507122900, 45252900, 0),
(3763, 208, 22, 'Tubize', 506905900, 42009000, 0),
(3764, 208, 22, 'Villers-la-Ville', 505666700, 45166700, 0),
(3765, 208, 22, 'Walhain-Saint-Paul', 506262700, 46983700, 0),
(3766, 208, 22, 'Waterloo', 507125500, 44014000, 0),
(3767, 208, 22, 'Wavre', 507171700, 46013800, 0),
(3768, 209, 22, 'Brussels', 508504500, 43487800, 0),
(3769, 210, 22, 'Aiseau', 504115800, 45867100, 0),
(3770, 210, 22, 'Anderlues', 504070400, 42713600, 0),
(3771, 210, 22, 'Antoing', 505676500, 34492000, 0),
(3772, 210, 22, 'Ath', 506293700, 37780100, 0),
(3773, 210, 22, 'Basse Lasne', 506950300, 44921800, 0),
(3774, 210, 22, 'Beaumont', 502369900, 42392600, 0),
(3775, 210, 22, 'Beloeil', 505504700, 37348400, 0),
(3776, 210, 22, 'Bever', 509166700, 43166700, 0),
(3777, 210, 22, 'Binche', 504115500, 41646900, 0),
(3778, 210, 22, 'Boussu', 504341700, 37944000, 0),
(3779, 210, 22, 'Braine-le-Comte', 506097900, 41465800, 0),
(3780, 210, 22, 'Brunehault', 505052400, 44320900, 0),
(3781, 210, 22, 'Celles', 507122900, 34573300, 0),
(3782, 210, 22, 'Chapelle-lez-Herlaimont', 504713000, 42822700, 0),
(3783, 210, 22, 'Charleroi', 504113600, 44444800, 0),
(3784, 210, 22, 'Chasse Royale', 504284200, 39500100, 0),
(3785, 210, 22, 'Chatelet', 504033800, 45282600, 0),
(3786, 210, 22, 'Chimay', 500485600, 43171200, 0),
(3787, 210, 22, 'Colfontaine', 504141000, 38556900, 0),
(3788, 210, 22, 'Courcelles', 504637900, 43747000, 0),
(3789, 210, 22, 'Dour', 503958300, 37779200, 0),
(3790, 210, 22, 'Ellezelles', 507351200, 36798500, 0),
(3791, 210, 22, 'Enghien', 506837300, 40328400, 0),
(3792, 210, 22, 'Erquelinnes', 503068800, 41112900, 0),
(3793, 210, 22, 'Estaimpuis', 507048500, 32678500, 0),
(3794, 210, 22, 'Estinnes-au-Val', 504101600, 41047700, 0),
(3795, 210, 22, 'Farciennes', 504300600, 45415200, 0),
(3796, 210, 22, 'Fleurus', 504835100, 45500600, 0),
(3797, 210, 22, 'Frameries', 504057800, 38960300, 0),
(3798, 210, 22, 'Frasnes-lez-Anvaing', 506921100, 36356200, 0),
(3799, 210, 22, 'Frasnes-lez-Buissenal', 506678300, 36204700, 0),
(3800, 210, 22, 'Gerpinnes', 503378900, 45273100, 0),
(3801, 210, 22, 'Jurbise', 505310000, 39094200, 0),
(3802, 210, 22, 'La Louviere', 504865700, 41878500, 0),
(3803, 210, 22, 'Lessines', 507110400, 38357900, 0),
(3804, 210, 22, 'Manage', 505031200, 42358900, 0),
(3805, 210, 22, 'Mons', 504541300, 39522900, 0),
(3806, 210, 22, 'Morlanwelz-Mariemont', 504550200, 42451900, 0),
(3807, 210, 22, 'Mouscron', 507449700, 32063900, 0),
(3808, 210, 22, 'Pont-a-Celles', 505051800, 43688700, 0),
(3809, 210, 22, 'Quaregnon', 504406700, 38653000, 0),
(3810, 210, 22, 'Quevy-le-Petit', 503687900, 39360200, 0),
(3811, 210, 22, 'Roeulx', 505036500, 41116300, 0),
(3812, 210, 22, 'Saint-Ghislain', 504481600, 38188600, 0),
(3813, 210, 22, 'Seneffe', 505313400, 42630100, 0),
(3814, 210, 22, 'Silly', 506487700, 39236300, 0),
(3815, 210, 22, 'Soignies', 505790400, 40712900, 0),
(3816, 210, 22, 'Thuin', 503393300, 42860400, 0),
(3817, 210, 22, 'Tournai', 506071500, 33893200, 0),
(3818, 211, 22, 'Amay', 505482900, 53097400, 0),
(3819, 211, 22, 'Ans', 506623000, 55202900, 0),
(3820, 211, 22, 'Aubel', 507018900, 58581200, 0),
(3821, 211, 22, 'Awans', 506677400, 54632900, 0),
(3822, 211, 22, 'Aywaille', 504741100, 56768400, 0),
(3823, 211, 22, 'Berloz', 506982900, 52123600, 0),
(3824, 211, 22, 'Beyne-Heusay', 506225100, 56650800, 0),
(3825, 211, 22, 'Blegny', 506725500, 57250800, 0),
(3826, 211, 22, 'Bullange', 504073100, 62574900, 0),
(3827, 211, 22, 'Chaudfontaine', 505828000, 56341000, 0),
(3828, 211, 22, 'Comblain-au-Pont', 504748800, 55771100, 0),
(3829, 211, 22, 'Crisnee', 507170300, 53980200, 0),
(3830, 211, 22, 'Dalhem', 507131500, 57277400, 0),
(3831, 211, 22, 'Dison', 506100400, 58534000, 0),
(3832, 211, 22, 'Esneux', 505359600, 55677500, 0),
(3833, 211, 22, 'Eupen', 506279000, 60364700, 0),
(3834, 211, 22, 'Faimes', 506625200, 52600500, 0),
(3835, 211, 22, 'Ferrieres', 504015700, 56109200, 0),
(3836, 211, 22, 'Fexhe-le-Haut-Clocher', 506654000, 53997800, 0),
(3837, 211, 22, 'Flemalle-Haute', 505999400, 54447100, 0),
(3838, 211, 22, 'Fleron', 506151600, 56806200, 0),
(3839, 211, 22, 'Hannut', 506714200, 50789800, 0),
(3840, 211, 22, 'Heron', 505473100, 50977400, 0),
(3841, 211, 22, 'Herstal', 506641500, 56234600, 0),
(3842, 211, 22, 'Huy', 505189400, 52328400, 0),
(3843, 211, 22, 'La Calamine', 507180900, 60110700, 0),
(3844, 211, 22, 'Liege', 506337300, 55674900, 0),
(3845, 211, 22, 'Lincent', 507122200, 50365400, 0),
(3846, 211, 22, 'Lontzen', 506812600, 60071200, 0),
(3847, 211, 22, 'Nandrin', 505067400, 54190500, 0),
(3848, 211, 22, 'Olne', 505899400, 57466200, 0),
(3849, 211, 22, 'Oreye', 507174900, 53488000, 0),
(3850, 211, 22, 'Oupeye', 507118400, 56468000, 0),
(3851, 211, 22, 'Raeren', 506672000, 61153500, 0),
(3852, 211, 22, 'Remicourt', 506806900, 53278500, 0),
(3853, 211, 22, 'Saint-Nicolas', 506283700, 55324300, 0),
(3854, 211, 22, 'Saint-Vith', 502814600, 61272400, 0),
(3855, 211, 22, 'Seraing', 505836200, 55011500, 0),
(3856, 211, 22, 'Soumagne', 506138500, 57467900, 0),
(3857, 211, 22, 'Spa', 504837500, 58667400, 0),
(3858, 211, 22, 'Sprimont', 505092200, 56595000, 0),
(3859, 211, 22, 'Tinlot', 504749300, 53775500, 0),
(3860, 211, 22, 'Verviers', 505890700, 58624100, 0),
(3861, 211, 22, 'Villers-le-Bouillet', 505770800, 52594500, 0),
(3862, 211, 22, 'Vise', 507376000, 56990700, 0),
(3863, 211, 22, 'Waimes', 504148800, 61120700, 0),
(3864, 211, 22, 'Wanze', 505390700, 52084600, 0),
(3865, 211, 22, 'Waremme', 506976000, 52552400, 0),
(3866, 211, 22, 'Wasseiges', 506218600, 50052800, 0),
(3867, 211, 22, 'Welkenraedt', 506605000, 59703400, 0),
(3868, 212, 22, 'Alken', 508755200, 53055800, 0),
(3869, 212, 22, 'As', 510075500, 55845300, 0),
(3870, 212, 22, 'Beringen', 510495400, 52260600, 0),
(3871, 212, 22, 'Bilzen', 508732500, 55184000, 0),
(3872, 212, 22, 'Bocholt', 511733700, 55799400, 0),
(3873, 212, 22, 'Borgloon', 508050500, 53436600, 0),
(3874, 212, 22, 'Bree', 511415200, 55969000, 0),
(3875, 212, 22, 'Diepenbeek', 509076900, 54187500, 0),
(3876, 212, 22, 'Genk', 509650000, 55008200, 0),
(3877, 212, 22, 'Gingelom', 507479200, 51342200, 0),
(3878, 212, 22, 'Halen', 509483700, 51109600, 0),
(3879, 212, 22, 'Hasselt', 509310600, 53378100, 0),
(3880, 212, 22, 'Heers', 507538300, 53021000, 0),
(3881, 212, 22, 'Helchteren', 510559100, 53824400, 0),
(3882, 212, 22, 'Herk-de-Stad', 509401300, 51663600, 0),
(3883, 212, 22, 'Heusden', 510366400, 52801300, 0),
(3884, 212, 22, 'Houthalen', 510342700, 53742900, 0),
(3885, 212, 22, 'Kinrooi', 511454300, 57420700, 0),
(3886, 212, 22, 'Kortessem', 508589000, 53897400, 0),
(3887, 212, 22, 'Lanaken', 508931800, 56468000, 0),
(3888, 212, 22, 'Leopoldsburg', 511166700, 52500000, 0),
(3889, 212, 22, 'Lommel', 512307400, 53134900, 0),
(3890, 212, 22, 'Lummen', 509877200, 51912100, 0),
(3891, 212, 22, 'Maaseik', 510980200, 57837900, 0),
(3892, 212, 22, 'Maasmechelen', 509654500, 56945200, 0),
(3893, 212, 22, 'Neerpelt', 512280700, 54427000, 0),
(3894, 212, 22, 'Nieuwerkerken', 508638000, 51946700, 0),
(3895, 212, 22, 'Opglabbeek', 510425800, 55834600, 0),
(3896, 212, 22, 'Overpelt', 512103800, 54155700, 0),
(3897, 212, 22, 'Peer', 511303000, 54595200, 0),
(3898, 212, 22, 'Riemst', 508099500, 56013100, 0),
(3899, 212, 22, 'Sint-Truiden', 508167900, 51864700, 0),
(3900, 212, 22, 'Tessenderlo', 510651300, 50885600, 0),
(3901, 212, 22, 'Tongeren', 507805400, 54648400, 0),
(3902, 212, 22, 'Zonhoven', 509906400, 53681900, 0),
(3903, 212, 22, 'Zutendaal', 509330600, 55753000, 0),
(3904, 213, 22, 'Arlon', 496833300, 58166700, 0),
(3905, 213, 22, 'Aubange', 495665200, 58049200, 0),
(3906, 213, 22, 'Bastogne', 500034700, 57184400, 0),
(3907, 213, 22, 'Bertogne', 500850100, 56683900, 0),
(3908, 213, 22, 'Bertrix', 498559600, 52553900, 0),
(3909, 213, 22, 'Fauvillers', 498511600, 56640500, 0),
(3910, 213, 22, 'Florenville', 496998300, 53074000, 0),
(3911, 213, 22, 'Gouvy', 501860000, 59391800, 0),
(3912, 213, 22, 'Houffalize', 501323500, 57896200, 0),
(3913, 213, 22, 'Libin', 499810700, 52561200, 0),
(3914, 213, 22, 'Marche-en-Famenne', 502267800, 53441600, 0),
(3915, 213, 22, 'Meix-devant-Virton', 496058100, 54804500, 0),
(3916, 213, 22, 'Musson', 495568100, 56995200, 0),
(3917, 213, 22, 'Nassogne', 501284900, 53427400, 0),
(3918, 213, 22, 'Neufchateau', 498407400, 54353500, 0),
(3919, 213, 22, 'Rendeux', 502342200, 55041400, 0),
(3920, 213, 22, 'Saint-Hubert', 500266800, 53740100, 0),
(3921, 213, 22, 'Tintigny', 496832600, 55134900, 0),
(3922, 213, 22, 'Vielsalm', 502847200, 59186100, 0),
(3923, 213, 22, 'Virton', 495682400, 55325900, 0),
(3924, 214, 22, 'Andenne', 504894100, 50951300, 0),
(3925, 214, 22, 'Assesse', 503693400, 50220400, 0),
(3926, 214, 22, 'Bievre', 499408600, 50159200, 0),
(3927, 214, 22, 'Cerfontaine', 501704700, 44102800, 0),
(3928, 214, 22, 'Ciney', 502944900, 51001500, 0),
(3929, 214, 22, 'Couvin', 500528400, 44949500, 0),
(3930, 214, 22, 'Eghezee', 505907600, 49117500, 0),
(3931, 214, 22, 'Floreffe', 504345200, 47596000, 0),
(3932, 214, 22, 'Florennes', 502512700, 46063600, 0),
(3933, 214, 22, 'Fosses-la-Ville', 503951700, 46962300, 0),
(3934, 214, 22, 'Gembloux', 505614900, 46988900, 0),
(3935, 214, 22, 'Gesves', 504014600, 50745700, 0),
(3936, 214, 22, 'La Bruyere', 503947800, 46144400, 0),
(3937, 214, 22, 'Mettet', 503211900, 46623200, 0),
(3938, 214, 22, 'Namur', 504669000, 48674600, 0),
(3939, 214, 22, 'Ohey', 504357000, 51237500, 0),
(3940, 214, 22, 'Philippeville', 501961200, 45437400, 0),
(3941, 214, 22, 'Profondeville', 503758100, 48650600, 0),
(3942, 214, 22, 'Rochefort', 501631000, 52216000, 0),
(3943, 214, 22, 'Sombreffe', 505286500, 46008700, 0),
(3944, 214, 22, 'Walcourt', 502540100, 44379600, 0),
(3945, 214, 22, 'Yvoir', 503279000, 48805900, 0),
(3946, 215, 22, 'Aalst', 509360400, 40355000, 0),
(3947, 215, 22, 'Aalter', 510901700, 34469300, 0),
(3948, 215, 22, 'Assenede', 512259800, 37508500, 0),
(3949, 215, 22, 'Berlare', 510333300, 40000000, 0),
(3950, 215, 22, 'Beveren', 512118700, 42563300, 0),
(3951, 215, 22, 'Buggenhout', 510159000, 42017300, 0),
(3952, 215, 22, 'De Pinte', 509933900, 36474700, 0),
(3953, 215, 22, 'Deinze', 509817500, 35309600, 0),
(3954, 215, 22, 'Denderleeuw', 508850600, 40760100, 0),
(3955, 215, 22, 'Dendermonde', 510286900, 41010600, 0),
(3956, 215, 22, 'Destelbergen', 510595200, 37989900, 0),
(3957, 215, 22, 'Eeklo', 511870300, 35565400, 0),
(3958, 215, 22, 'Evergem', 511053000, 37040000, 0),
(3959, 215, 22, 'Gavere', 509291700, 36618400, 0),
(3960, 215, 22, 'Gent', 510500000, 37166700, 0),
(3961, 215, 22, 'Geraardsbergen', 507734300, 38822300, 0),
(3962, 215, 22, 'Haaltert', 509063400, 40009300, 0),
(3963, 215, 22, 'Hamme', 510982200, 41370500, 0),
(3964, 215, 22, 'Herzele', 508868100, 38901400, 0),
(3965, 215, 22, 'Kaprijke', 512172000, 36151900, 0),
(3966, 215, 22, 'Knesselare', 511393200, 34128200, 0),
(3967, 215, 22, 'Kruibeke', 511704800, 43144400, 0),
(3968, 215, 22, 'Kruishoutem', 509016800, 35258800, 0),
(3969, 215, 22, 'Laarne', 510307800, 38507700, 0),
(3970, 215, 22, 'Lebbeke', 510046400, 41345700, 0),
(3971, 215, 22, 'Lede', 509662600, 39859400, 0),
(3972, 215, 22, 'Ledeberg', 510385900, 37445800, 0),
(3973, 215, 22, 'Lochristi', 510964400, 38319400, 0),
(3974, 215, 22, 'Lokeren', 511036400, 39933900, 0),
(3975, 215, 22, 'Lovendegem', 511016800, 36129800, 0),
(3976, 215, 22, 'Maldegem', 512073700, 34451100, 0),
(3977, 215, 22, 'Melle', 510023200, 38052600, 0),
(3978, 215, 22, 'Merelbeke', 509944700, 37462100, 0),
(3979, 215, 22, 'Moerbeke', 511740900, 39300100, 0),
(3980, 215, 22, 'Nazareth', 509568600, 35942600, 0),
(3981, 215, 22, 'Nevele', 510353100, 35457400, 0),
(3982, 215, 22, 'Ninove', 508277600, 40265700, 0),
(3983, 215, 22, 'Oosterzele', 509526100, 37982600, 0),
(3984, 215, 22, 'Oudenaarde', 508516800, 36089100, 0),
(3985, 215, 22, 'Perre', 508891400, 38609800, 0),
(3986, 215, 22, 'Ronse', 507457400, 36005000, 0),
(3987, 215, 22, 'Sint-Gillis-Waas', 512191400, 41237400, 0),
(3988, 215, 22, 'Sint-Laureins', 512420200, 35244100, 0),
(3989, 215, 22, 'Sint-Lievens-Houtem', 509197000, 38622500, 0),
(3990, 215, 22, 'Sint-Maria-Lierde', 508217200, 38481400, 0),
(3991, 215, 22, 'Sint-Martens-Latem', 510145900, 36377900, 0),
(3992, 215, 22, 'Sint-Niklaas', 511650900, 41437000, 0),
(3993, 215, 22, 'Stekene', 512099000, 40365000, 0),
(3994, 215, 22, 'Temse', 511279400, 42137200, 0),
(3995, 215, 22, 'Waarschoot', 511525000, 36050000, 0),
(3996, 215, 22, 'Waasmunster', 511057200, 40857300, 0),
(3997, 215, 22, 'Wachtebeke', 511685200, 38718300, 0),
(3998, 215, 22, 'Wetteren', 510052600, 38834100, 0),
(3999, 215, 22, 'Wichelen', 510052600, 39768300, 0),
(4000, 215, 22, 'Zele', 510656600, 40403000, 0),
(4001, 215, 22, 'Zelzate', 511896300, 38077700, 0),
(4002, 215, 22, 'Zingem', 509040900, 36530500, 0),
(4003, 215, 22, 'Zomergem', 511199400, 35649600, 0),
(4004, 215, 22, 'Zottegem', 508695600, 38105200, 0),
(4005, 215, 22, 'Zulte', 509195400, 34485900, 0),
(4006, 216, 22, 'Aarschot', 509871500, 48369500, 0),
(4007, 216, 22, 'Asse', 509101100, 41983600, 0),
(4008, 216, 22, 'Beersel', 507658900, 43002000, 0),
(4009, 216, 22, 'Begijnendijk', 510194200, 47837700, 0),
(4010, 216, 22, 'Bekkevoort', 509407400, 49690000, 0),
(4011, 216, 22, 'Bertem', 508640300, 46291800, 0),
(4012, 216, 22, 'Bierbeek', 508287600, 47594900, 0),
(4013, 216, 22, 'Boortmeerbeek', 509792900, 45744300, 0),
(4014, 216, 22, 'Boutersem', 508351100, 48345000, 0),
(4015, 216, 22, 'Diest', 509892300, 50506200, 0),
(4016, 216, 22, 'Dilbeek', 508479900, 42597200, 0),
(4017, 216, 22, 'Drogenbos', 507873300, 43147100, 0),
(4018, 216, 22, 'Galmaarden', 507538900, 39712100, 0),
(4019, 216, 22, 'Glabbeek-Zuurbemde', 508734800, 49444200, 0),
(4020, 216, 22, 'Gooik', 507944300, 41137800, 0),
(4021, 216, 22, 'Grimbergen', 509340900, 43721300, 0),
(4022, 216, 22, 'Haacht', 509773700, 46377700, 0),
(4023, 216, 22, 'Halle', 507338500, 42345400, 0),
(4024, 216, 22, 'Herent', 509086100, 46705600, 0),
(4025, 216, 22, 'Herne', 507242300, 40348100, 0),
(4026, 216, 22, 'Hoegaarden', 507756000, 48895200, 0),
(4027, 216, 22, 'Hoeilaart', 507673000, 44683500, 0),
(4028, 216, 22, 'Holsbeek', 509209700, 47574700, 0),
(4029, 216, 22, 'Huldenberg', 507893900, 45831000, 0),
(4030, 216, 22, 'Kampenhout', 509421000, 45510300, 0),
(4031, 216, 22, 'Kapelle-op-den-Bos', 510097000, 43630300, 0),
(4032, 216, 22, 'Keerbergen', 510029500, 46343400, 0),
(4033, 216, 22, 'Kortenberg', 508898200, 45435300, 0),
(4034, 216, 22, 'Kraainem', 508615500, 44694600, 0),
(4035, 216, 22, 'Landen', 507526600, 50820000, 0),
(4036, 216, 22, 'Ledeberg', 508435600, 40911200, 0),
(4037, 216, 22, 'Lennik', 508090300, 41621900, 0),
(4038, 216, 22, 'Leuven', 508795900, 47009300, 0),
(4039, 216, 22, 'Liedekerke', 508689200, 40874300, 0),
(4040, 216, 22, 'Linkebeek', 507678100, 43368800, 0),
(4041, 216, 22, 'Londerzeel', 510046800, 43030400, 0),
(4042, 216, 22, 'Lubbeek', 508827800, 48389600, 0),
(4043, 216, 22, 'Machelen', 509106100, 44417400, 0),
(4044, 216, 22, 'Meise', 509393400, 43265500, 0),
(4045, 216, 22, 'Merchtem', 509512900, 42319700, 0),
(4046, 216, 22, 'Opwijk', 509672400, 41844200, 0),
(4047, 216, 22, 'Overijse', 507743600, 45346100, 0),
(4048, 216, 22, 'Pepingen', 507592200, 41598300, 0),
(4049, 216, 22, 'Rotselaar', 509530200, 47166500, 0),
(4050, 216, 22, 'Scherpenheuvel-Zichem', 510104100, 49749200, 0),
(4051, 216, 22, 'Sint-Genesius-Rode', 507464500, 43575400, 0),
(4052, 216, 22, 'Sint-Martens-Lennik', 508115800, 41696500, 0),
(4053, 216, 22, 'Sint-Pieters-Leeuw', 507792600, 42435500, 0),
(4054, 216, 22, 'Steenokkerzeel', 509185100, 45098900, 0),
(4055, 216, 22, 'Ternat', 508665400, 41668200, 0),
(4056, 216, 22, 'Tervuren', 508237200, 45141800, 0),
(4057, 216, 22, 'Tienen', 508074400, 49378000, 0),
(4058, 216, 22, 'Tremelo', 509923100, 47080700, 0),
(4059, 216, 22, 'Vilvoorde', 509281400, 44293800, 0),
(4060, 216, 22, 'Wemmel', 509081200, 43061300, 0),
(4061, 216, 22, 'Wezembeek-Oppem', 508395000, 44942700, 0),
(4062, 216, 22, 'Zaventem', 508836500, 44729800, 0),
(4063, 216, 22, 'Zemst', 509831800, 44607900, 0),
(4064, 216, 22, 'Zoutleeuw', 508331600, 51037600, 0),
(4065, 217, 22, 'Alveringem', 510123800, 27111700, 0),
(4066, 217, 22, 'Avelgem', 507761800, 34450200, 0),
(4067, 217, 22, 'Blankenberge', 513130600, 31322700, 0),
(4068, 217, 22, 'Bredene', 512348900, 29755900, 0),
(4069, 217, 22, 'Brugge', 512089200, 32242400, 0),
(4070, 217, 22, 'Damme', 512514700, 32814400, 0),
(4071, 217, 22, 'De Haan', 512726100, 30344600, 0),
(4072, 217, 22, 'De Panne', 510979300, 25936800, 0),
(4073, 217, 22, 'Deerlijk', 508533700, 33541600, 0),
(4074, 217, 22, 'Diksmuide', 510324800, 28638400, 0),
(4075, 217, 22, 'Gistel', 511561200, 29638800, 0),
(4076, 217, 22, 'Harelbeke', 508534300, 33093500, 0),
(4077, 217, 22, 'Hooglede', 509833300, 30833300, 0),
(4078, 217, 22, 'Houthulst', 509782400, 29505000, 0),
(4079, 217, 22, 'Ichtegem', 510957200, 30154900, 0),
(4080, 217, 22, 'Ieper', 508511400, 28856900, 0),
(4081, 217, 22, 'Ingelmunster', 509208100, 32557100, 0),
(4082, 217, 22, 'Izegem', 509139600, 32137800, 0),
(4083, 217, 22, 'Jabbeke', 511818500, 30893500, 0),
(4084, 217, 22, 'Knokke-Heist', 513500000, 32666700, 0),
(4085, 217, 22, 'Koksijde', 511164200, 26377200, 0),
(4086, 217, 22, 'Kortrijk', 508280300, 32648700, 0),
(4087, 217, 22, 'Kuurne', 508514300, 32824000, 0),
(4088, 217, 22, 'Ledegem', 508578500, 31240900, 0),
(4089, 217, 22, 'Lendelede', 508862600, 32374700, 0),
(4090, 217, 22, 'Lichtervelde', 510333300, 31500000, 0),
(4091, 217, 22, 'Menen', 507972200, 31224500, 0),
(4092, 217, 22, 'Meulebeke', 509513600, 32880400, 0),
(4093, 217, 22, 'Middelkerke', 511853200, 28207700, 0),
(4094, 217, 22, 'Moorslede', 508919000, 30611700, 0),
(4095, 217, 22, 'Nieuwpoort', 511300800, 27513400, 0),
(4096, 217, 22, 'Oostende', 512233900, 29118500, 0),
(4097, 217, 22, 'Oostkamp', 511543200, 32312800, 0),
(4098, 217, 22, 'Oostrozebeke', 509209300, 33379900, 0),
(4099, 217, 22, 'Oudenburg', 511848900, 30003500, 0),
(4100, 217, 22, 'Pittem', 509927900, 32631700, 0),
(4101, 217, 22, 'Poperinge', 508538600, 27265900, 0),
(4102, 217, 22, 'Roeselare', 509465300, 31226900, 0),
(4103, 217, 22, 'Staden', 509745600, 30146800, 0),
(4104, 217, 22, 'Tielt', 509993100, 33270700, 0),
(4105, 217, 22, 'Torhout', 510656000, 31008500, 0),
(4106, 217, 22, 'Veurne', 510723100, 26623800, 0),
(4107, 217, 22, 'Waregem', 508889800, 34275600, 0),
(4108, 217, 22, 'Wervik', 507806900, 30385400, 0),
(4109, 217, 22, 'Wevelgem', 508000000, 31666700, 0),
(4110, 217, 22, 'Wielsbeke', 509000000, 33666700, 0),
(4111, 217, 22, 'Wingene', 510578200, 32735900, 0),
(4112, 217, 22, 'Zedelgem', 511423600, 31368000, 0),
(4113, 217, 22, 'Zeebrugge', 513290200, 31818800, 0),
(4114, 217, 22, 'Zonnebeke', 508726000, 29872500, 0),
(4115, 217, 22, 'Zuienkerke', 512651100, 31550600, 0),
(4116, 217, 22, 'Zwevegem', 508126800, 33384800, 0),
(4117, 218, 23, 'Belize City', 174995200, -881975600, 0),
(4118, 218, 23, 'San Pedro', 179159800, -879659000, 0),
(4119, 219, 23, 'Belmopan', 172500000, -887666700, 0),
(4120, 219, 23, 'Benque Viejo del Carmen', 170750000, -891391700, 0),
(4121, 220, 23, 'Corozal', 183979400, -883941900, 0),
(4122, 221, 23, 'Orange Walk', 180812400, -885632800, 0),
(4123, 222, 23, 'Dangriga', 169692100, -882320600, 0),
(4124, 223, 23, 'Punta Gorda', 160983500, -888097000, 0),
(4125, 224, 24, 'Abomey-Calavi', 64485200, 23556600, 0),
(4126, 225, 24, 'Parakou', 93371600, 26303100, 0),
(4127, 226, 24, 'Cotonou', 63653600, 24183300, 0),
(4128, 227, 24, 'Porto-Novo', 64964600, 26035900, 0),
(4129, 228, 24, 'Abomey', 71828600, 19911900, 0),
(4130, 229, 25, 'Hamilton', 322914900, -647779700, 0),
(4131, 230, 26, 'Mongar', 272500000, 912000000, 0),
(4132, 231, 26, 'Paro', 274333300, 894166700, 0),
(4133, 232, 26, 'Pajo', 275333300, 898833300, 0),
(4134, 233, 26, 'Thimphu', 274660900, 896419100, 0),
(4135, 234, 27, 'Sucre', -190333200, -652627400, 0),
(4136, 235, 27, 'Cochabamba', -173895000, -661568000, 0),
(4137, 235, 27, 'Sipe Sipe', -174500000, -663833300, 0),
(4138, 236, 27, 'Guayaramerin', -108367600, -653613600, 0),
(4139, 236, 27, 'Riberalta', -109833300, -661000000, 0),
(4140, 237, 27, 'La Paz', -165000000, -681500000, 0),
(4141, 238, 27, 'Oruro', -179833300, -671500000, 0),
(4142, 239, 27, 'Cobija', -110267100, -687691800, 0),
(4143, 240, 27, 'Potosi', -195836100, -657530600, 0),
(4144, 241, 27, 'Camiri', -200500000, -635166700, 0),
(4145, 241, 27, 'Cotoca', -178166700, -630500000, 0),
(4146, 241, 27, 'Montero', -173333300, -632500000, 0),
(4147, 241, 27, 'Portachuelo', -173500000, -634000000, 0),
(4148, 241, 27, 'Robore', -183333300, -597500000, 0),
(4149, 241, 27, 'Santa Cruz de la Sierra', -178000000, -631666700, 0),
(4150, 242, 27, 'Tarija', -215354900, -647295600, 0),
(4151, 242, 27, 'Villamontes', -212500000, -635000000, 0),
(4152, 242, 27, 'Yacuiba', -220333300, -636833300, 0),
(4157, 245, 29, 'Barice', 445405600, 184811100, 0),
(4158, 245, 29, 'Bihac', 448169400, 158708300, 0),
(4159, 245, 29, 'Bila', 437825000, 169252800, 0),
(4160, 245, 29, 'Bosanska Krupa', 448825000, 161513900, 0),
(4161, 245, 29, 'Brcko', 448727800, 188083300, 0),
(4162, 245, 29, 'Bugojno', 440572200, 174508300, 0),
(4163, 245, 29, 'Capljina', 431213900, 176844400, 0),
(4164, 245, 29, 'Cazin', 449669400, 159430600, 0),
(4165, 245, 29, 'Cim', 433527800, 177772200, 0),
(4166, 245, 29, 'Fojnica', 439625000, 178983300, 0),
(4167, 245, 29, 'Gnojnica', 446205600, 184466700, 0),
(4168, 245, 29, 'Gorazde', 436669400, 189763900, 0),
(4169, 245, 29, 'Gornja Tuzla', 445561100, 187613900, 0),
(4170, 245, 29, 'Gracanica', 437333300, 182833300, 0),
(4171, 245, 29, 'Gradacac', 448808300, 184269400, 0),
(4172, 245, 29, 'Gromiljak', 439666700, 180530600, 0),
(4173, 245, 29, 'Grude', 433641700, 174205600, 0),
(4174, 245, 29, 'Hadzici', 438222200, 182066700, 0),
(4175, 245, 29, 'Hotonj', 438947200, 183727800, 0),
(4176, 245, 29, 'Ilijas', 439508300, 182708300, 0),
(4177, 245, 29, 'Jajce', 443422200, 172655600, 0),
(4178, 245, 29, 'Jelah', 446541700, 179580600, 0),
(4179, 245, 29, 'Kakanj', 441272200, 181180600, 0),
(4180, 245, 29, 'Kiseljak', 439425000, 180766700, 0),
(4181, 245, 29, 'Kladanj', 442263900, 186913900, 0),
(4182, 245, 29, 'Kobilja Glava', 438819400, 183891700, 0),
(4183, 245, 29, 'Konjic', 436519400, 179613900, 0),
(4184, 245, 29, 'Lijesnica', 444941700, 180741700, 0),
(4185, 245, 29, 'Livno', 438269400, 170077800, 0),
(4186, 245, 29, 'Ljubuski', 431969400, 175450000, 0),
(4187, 245, 29, 'Lukavica', 447627800, 181688900, 0),
(4188, 245, 29, 'Maglaj', 445491700, 180966700, 0),
(4189, 245, 29, 'Malesici', 447380600, 182738900, 0),
(4190, 245, 29, 'Mostar', 433433300, 178080600, 0),
(4191, 245, 29, 'Mramor', 445916700, 185644400, 0),
(4192, 245, 29, 'Novi Travnik', 441711100, 176575000, 0),
(4193, 245, 29, 'Odzak', 450111100, 183266700, 0),
(4194, 245, 29, 'Olovo', 441300000, 185827800, 0),
(4195, 245, 29, 'Orasje', 450355600, 186933300, 0),
(4196, 245, 29, 'Ostrozac', 449086100, 159402800, 0),
(4197, 245, 29, 'Pazaric', 437886100, 181608300, 0),
(4198, 245, 29, 'Polje', 438805600, 180744400, 0),
(4199, 245, 29, 'Potoci', 434086100, 178786100, 0),
(4200, 245, 29, 'Rodoc', 433088900, 178069400, 0),
(4201, 245, 29, 'Sanski Most', 447652800, 166655600, 0),
(4202, 245, 29, 'Sarajevo', 438486400, 183564400, 0),
(4203, 245, 29, 'Srebrenik', 447077800, 184880600, 0),
(4204, 245, 29, 'Stjepan-Polje', 447172200, 182594400, 0),
(4205, 245, 29, 'Stolac', 430844400, 179575000, 0),
(4206, 245, 29, 'Tesanj', 446116700, 179872200, 0),
(4207, 245, 29, 'Tomislavgrad', 437180600, 172266700, 0),
(4208, 245, 29, 'Travnik', 442266700, 176705600, 0),
(4209, 245, 29, 'Turbe', 442436100, 175713900, 0),
(4210, 245, 29, 'Tuzla', 445427800, 186694400, 0),
(4211, 245, 29, 'Velika Kladusa', 451894400, 158116700, 0),
(4212, 245, 29, 'Visoko', 439888900, 181780600, 0),
(4213, 245, 29, 'Vitez', 441544400, 177902800, 0),
(4214, 245, 29, 'Vogosca', 439019400, 183480600, 0),
(4215, 245, 29, 'Zavidovici', 444458300, 181497200, 0),
(4216, 245, 29, 'Zenica', 442013900, 179063900, 0),
(4217, 245, 29, 'Zepce', 444266700, 180377800, 0),
(4218, 245, 29, 'Zivinice', 444494400, 186497200, 0),
(4219, 246, 29, 'Banja Luka', 447758300, 171855600, 0),
(4220, 246, 29, 'Bijeljina', 447569400, 192161100, 0),
(4221, 246, 29, 'Bileca', 428719400, 184297200, 0),
(4222, 246, 29, 'Bosanska Dubica', 451766700, 168094400, 0),
(4223, 246, 29, 'Bosanska Gradiska', 451411100, 172500000, 0),
(4224, 246, 29, 'Bosanski Brod', 451375000, 179897200, 0),
(4225, 246, 29, 'Bratunac', 441875000, 193394400, 0),
(4226, 246, 29, 'Celinac', 447227800, 173277800, 0),
(4227, 246, 29, 'Doboj', 447347200, 180877800, 0),
(4228, 246, 29, 'Foca', 435050000, 187786100, 0),
(4229, 246, 29, 'Hiseti', 447611100, 171794400, 0),
(4230, 246, 29, 'Janja', 446652800, 192477800, 0),
(4231, 246, 29, 'Kotor-Varos', 446169400, 173716700, 0),
(4232, 246, 29, 'Lopare', 446377800, 188427800, 0),
(4233, 246, 29, 'Milici', 441711100, 190902800, 0),
(4234, 246, 29, 'Mrkonjic Grad', 444158300, 170861100, 0),
(4235, 246, 29, 'Nevesinje', 432586100, 181133300, 0),
(4236, 246, 29, 'Pale', 438161100, 185694400, 0),
(4237, 246, 29, 'Petkovci', 444530600, 190761100, 0),
(4238, 246, 29, 'Prijedor', 449813900, 167130600, 0),
(4239, 246, 29, 'Prnjavor', 448702800, 176627800, 0),
(4240, 246, 29, 'Rogatica', 438008300, 190025000, 0),
(4241, 246, 29, 'Sipovo', 442813900, 170838900, 0),
(4242, 246, 29, 'Srbac', 450977800, 175250000, 0),
(4243, 246, 29, 'Srebrenica', 441063900, 192969400, 0),
(4244, 246, 29, 'Teslic', 446063900, 178597200, 0),
(4245, 246, 29, 'Trebinje', 427119400, 183441700, 0),
(4246, 246, 29, 'Trn', 448597200, 172363900, 0),
(4247, 246, 29, 'Velika Obarska', 448052800, 191641700, 0),
(4248, 246, 29, 'Zvornik', 443869400, 191013900, 0),
(4249, 247, 30, 'Palapye', -225460500, 271250700, 0),
(4250, 248, 30, 'Letlhakeng', -240944200, 250297700, 0),
(4251, 248, 30, 'Mmopone', -245669400, 258741700, 0),
(4252, 249, 30, 'Francistown', -211699500, 275078800, 0),
(4253, 250, 30, 'Gaborone', -246545100, 259085900, 0),
(4254, 250, 30, 'Janeng', -254166700, 255500000, 0),
(4255, 250, 30, 'Lobatse', -252166700, 256666700, 0),
(4256, 251, 31, 'Brasileia', -110161100, -687480600, 0),
(4257, 251, 31, 'Mancio Lima', -76141700, -728958300, 0),
(4258, 251, 31, 'Marechal Thaumaturgo', -89411100, -727916700, 0),
(4259, 251, 31, 'Rio Branco', -99747200, -678100000, 0),
(4260, 252, 31, 'Anadia', -96844400, -363041700, 0),
(4261, 252, 31, 'Arapiraca', -97525000, -366611100, 0),
(4262, 252, 31, 'Colonia Leopoldina', -89088900, -357250000, 0),
(4263, 252, 31, 'Delmiro Gouveia', -93886100, -379991700, 0),
(4264, 252, 31, 'Girau do Ponciano', -98841700, -368288900, 0),
(4265, 252, 31, 'Jundia', -89347200, -355736100, 0),
(4266, 252, 31, 'Junqueiro', -99252800, -364758300, 0),
(4267, 252, 31, 'Maceio', -96658300, -357352800, 0),
(4268, 252, 31, 'Marechal Deodoro', -97102800, -358950000, 0),
(4269, 252, 31, 'Maribondo', -95772200, -363052800, 0),
(4270, 252, 31, 'Mata Grande', -91175000, -377322200, 0),
(4271, 252, 31, 'Minador do Negrao', -93052800, -368647200, 0),
(4272, 252, 31, 'Murici', -93066700, -359433300, 0),
(4273, 252, 31, 'Penedo', -102902800, -365863900, 0),
(4274, 252, 31, 'Piacabucu', -104055600, -364344400, 0),
(4275, 252, 31, 'Porto Calvo', -90450000, -353983300, 0),
(4276, 252, 31, 'Quebrangulo', -93188900, -364711100, 0),
(4277, 252, 31, 'Rio Largo', -94783300, -358533300, 0),
(4278, 252, 31, 'Santana do Ipanema', -93783300, -372452800, 0),
(4279, 252, 31, 'Sao Jose da Tapera', -95583300, -373811100, 0),
(4280, 252, 31, 'Sao Miguel dos Campos', -97811100, -360936100, 0),
(4281, 252, 31, 'Satuba', -95633300, -358244400, 0),
(4282, 252, 31, 'Taquarana', -96450000, -364972200, 0),
(4283, 252, 31, 'Traipu', -99705600, -370033300, 0),
(4284, 252, 31, 'Uniao dos Palmares', -91627800, -360319400, 0),
(4285, 253, 31, 'Macapa', 388900, -510663900, 0),
(4286, 253, 31, 'Mazagao', -1150000, -512894400, 0),
(4287, 253, 31, 'Santana', -583300, -511816700, 0),
(4288, 254, 31, 'Barcelos', -9747200, -629241700, 0),
(4289, 254, 31, 'Boca do Acre', -87522200, -673977800, 0),
(4290, 254, 31, 'Carvoeira', -275989800, -485261800, 0),
(4291, 254, 31, 'Humaita', -75061100, -630208300, 0),
(4292, 254, 31, 'Itacoatiara', -31430600, -584441700, 0),
(4293, 254, 31, 'Manacapuru', -32997200, -606205600, 0),
(4294, 254, 31, 'Manaus', -31019400, -600250000, 0),
(4295, 254, 31, 'Tefe', -33541700, -647113900, 0),
(4296, 254, 31, 'Trindade', -275861200, -485233500, 0),
(4297, 255, 31, 'Alagoinhas', -121355600, -384191700, 0),
(4298, 255, 31, 'Amargosa', -130302800, -396047200, 0),
(4299, 255, 31, 'America Dourada', -114552800, -414361100, 0),
(4300, 255, 31, 'Baixa Grande', -119597200, -401680600, 0),
(4301, 255, 31, 'Barra', -110894400, -431416700, 0),
(4302, 255, 31, 'Barreiras', -121527800, -449900000, 0),
(4303, 255, 31, 'Bom Jesus da Lapa', -132550000, -434180600, 0),
(4304, 255, 31, 'Boquira', -128230600, -427305600, 0),
(4305, 255, 31, 'Brumado', -142036100, -416652800, 0),
(4306, 255, 31, 'Buerarema', -149594400, -392997200, 0),
(4307, 255, 31, 'Cachoeira', -126183300, -389558300, 0),
(4308, 255, 31, 'Cacule', -145033300, -422222200, 0),
(4309, 255, 31, 'Caetite', -140694400, -424750000, 0),
(4310, 255, 31, 'Cafarnaum', -116936100, -414683300, 0),
(4311, 255, 31, 'Camacari', -126975000, -383241700, 0),
(4312, 255, 31, 'Camamu', -139447200, -391038900, 0),
(4313, 255, 31, 'Campo Formoso', -105075000, -403213900, 0),
(4314, 255, 31, 'Capim Grosso', -113811100, -400127800, 0),
(4315, 255, 31, 'Carinhanha', -143047200, -437650000, 0),
(4316, 255, 31, 'Castro Alves', -127655600, -394283300, 0),
(4317, 255, 31, 'Catu', -123530600, -383788900, 0),
(4318, 255, 31, 'Cicero Dantas', -106000000, -383833300, 0),
(4319, 255, 31, 'Coaraci', -146408300, -395511100, 0),
(4320, 255, 31, 'Conceicao da Feira', -125058300, -389986100, 0),
(4321, 255, 31, 'Conceicao do Coite', -115638900, -392827800, 0),
(4322, 255, 31, 'Conceicao do Jacuipe', -123166700, -387666700, 0),
(4323, 255, 31, 'Coracao de Maria', -122333300, -387500000, 0),
(4324, 255, 31, 'Cruz das Almas', -126700000, -391019400, 0),
(4325, 255, 31, 'Encruzilhada', -155313900, -409094400, 0),
(4326, 255, 31, 'Entre Rios', -119419400, -380844400, 0),
(4327, 255, 31, 'Euclides da Cunha', -105075000, -390158300, 0),
(4328, 255, 31, 'Feira de Santana', -122666700, -389666700, 0),
(4329, 255, 31, 'Gandu', -137438900, -394866700, 0),
(4330, 255, 31, 'Guanambi', -142233300, -427813900, 0),
(4331, 255, 31, 'Guaratinga', -165666700, -395666700, 0),
(4332, 255, 31, 'Iacu', -127672200, -402116700, 0),
(4333, 255, 31, 'Ibipeba', -116408300, -420111100, 0),
(4334, 255, 31, 'Ilheus', -147888900, -390494400, 0),
(4335, 255, 31, 'Inhambupe', -117844400, -383530600, 0),
(4336, 255, 31, 'Ipiau', -141372200, -397338900, 0),
(4337, 255, 31, 'Ipira', -121583300, -397372200, 0),
(4338, 255, 31, 'Iraquara', -122486100, -416194400, 0),
(4339, 255, 31, 'Irara', -120500000, -387666700, 0),
(4340, 255, 31, 'Irece', -113041700, -418558300, 0),
(4341, 255, 31, 'Itaberaba', -125275000, -403069400, 0),
(4342, 255, 31, 'Itabuna', -147855600, -392802800, 0),
(4343, 255, 31, 'Itacare', -142775000, -389966700, 0),
(4344, 255, 31, 'Itamaraju', -170391700, -395311100, 0),
(4345, 255, 31, 'Itambe', -152450000, -406244400, 0),
(4346, 255, 31, 'Itanhem', -171663900, -403300000, 0),
(4347, 255, 31, 'Itapetinga', -152488900, -402477800, 0),
(4348, 255, 31, 'Ituacu', -138133300, -412966700, 0),
(4349, 255, 31, 'Itubera', -137322200, -391491700, 0),
(4350, 255, 31, 'Jacobina', -111805600, -405183300, 0),
(4351, 255, 31, 'Jaguaquara', -135305600, -399708300, 0),
(4352, 255, 31, 'Jaguarari', -102638900, -401958300, 0),
(4353, 255, 31, 'Jequie', -138575000, -400836100, 0),
(4354, 255, 31, 'Laje', -101833300, -409666700, 0),
(4355, 255, 31, 'Lauro de Freitas', -128944400, -383272200, 0),
(4356, 255, 31, 'Macaubas', -130194400, -426986100, 0),
(4357, 255, 31, 'Madre de Deus', -127408300, -386208300, 0),
(4358, 255, 31, 'Mairi', -117113900, -401488900, 0),
(4359, 255, 31, 'Maracas', -134411100, -404308300, 0),
(4360, 255, 31, 'Maragogipe', -127777800, -389194400, 0),
(4361, 255, 31, 'Mata de Sao Joao', -125302800, -382991700, 0),
(4362, 255, 31, 'Medeiros Neto', -173738900, -402205600, 0),
(4363, 255, 31, 'Miguel Calmon', -114288900, -405950000, 0),
(4364, 255, 31, 'Monte Santo', -104377800, -393327800, 0),
(4365, 255, 31, 'Morro do Chapeu', -115500000, -411561100, 0),
(4366, 255, 31, 'Mucuri', -180863900, -395508300, 0),
(4367, 255, 31, 'Mundo Novo', -118588900, -404725000, 0),
(4368, 255, 31, 'Mutuipe', -132286100, -395047200, 0),
(4369, 255, 31, 'Nazare', -130350000, -390144400, 0),
(4370, 255, 31, 'Nova Vicosa', -178919400, -393719400, 0),
(4371, 255, 31, 'Paramirim', -134425000, -422388900, 0),
(4372, 255, 31, 'Paripiranga', -106875000, -378616700, 0),
(4373, 255, 31, 'Pau Brasil', -154641700, -396511100, 0),
(4374, 255, 31, 'Paulo Afonso', -94061100, -382147200, 0),
(4375, 255, 31, 'Pindobacu', -107416700, -403608300, 0),
(4376, 255, 31, 'Piritiba', -117302800, -405552800, 0),
(4377, 255, 31, 'Pocoes', -145297200, -403652800, 0),
(4378, 255, 31, 'Porto Seguro', -164497200, -390647200, 0),
(4379, 255, 31, 'Prado', -173411100, -392208300, 0),
(4380, 255, 31, 'Queimadas', -109783300, -396263900, 0),
(4381, 255, 31, 'Riachao das Neves', -117461100, -449100000, 0),
(4382, 255, 31, 'Ribeira do Pombal', -108344400, -385358300, 0),
(4383, 255, 31, 'Ruy Barbosa', -122838900, -404938900, 0),
(4384, 255, 31, 'Salvador', -129711100, -385108300, 0),
(4385, 255, 31, 'Santaluz', -112558300, -393747200, 0),
(4386, 255, 31, 'Santana', -144666700, -418000000, 0),
(4387, 255, 31, 'Santo Amaro', -125466700, -387119400, 0),
(4388, 255, 31, 'Santo Antonio de Jesus', -129688900, -392613900, 0),
(4389, 255, 31, 'Santo Estevao', -124302800, -392513900, 0),
(4390, 255, 31, 'Sao Desiderio', -123633300, -449733300, 0),
(4391, 255, 31, 'Sao Felipe', -148166700, -413833300, 0),
(4392, 255, 31, 'Sao Francisco do Conde', -126275000, -386800000, 0),
(4393, 255, 31, 'Sao Sebastiao do Passe', -125125000, -384952800, 0),
(4394, 255, 31, 'Seabra', -124186100, -417702800, 0),
(4395, 255, 31, 'Senhor do Bonfim', -104613900, -401894400, 0),
(4396, 255, 31, 'Serrinha', -116641700, -390075000, 0),
(4397, 255, 31, 'Simoes Filho', -127844400, -384038900, 0),
(4398, 255, 31, 'Taperoa', -135380600, -390986100, 0),
(4399, 255, 31, 'Tucano', -109630600, -387866700, 0),
(4400, 255, 31, 'Ubaira', -132680600, -396627800, 0),
(4401, 255, 31, 'Ubata', -142138900, -395227800, 0),
(4402, 255, 31, 'Valenca', -133702800, -390730600, 0),
(4403, 255, 31, 'Valente', -114122200, -394619400, 0),
(4404, 255, 31, 'Vera Cruz', -126333300, -410333300, 0),
(4405, 255, 31, 'Vitoria da Conquista', -148661100, -408394400, 0),
(4406, 256, 31, 'Acarau', -28855600, -401200000, 0),
(4407, 256, 31, 'Aquiraz', -39013900, -383911100, 0),
(4408, 256, 31, 'Aracati', -45616700, -377697200, 0),
(4409, 256, 31, 'Araripe', -72125000, -400461100, 0),
(4410, 256, 31, 'Assare', -68744400, -398750000, 0),
(4411, 256, 31, 'Aurora', -69425000, -389675000, 0),
(4412, 256, 31, 'Barbalha', -73111100, -393041700, 0),
(4413, 256, 31, 'Barro', -67166700, -388666700, 0),
(4414, 256, 31, 'Baturite', -43286100, -388847200, 0),
(4415, 256, 31, 'Beberibe', -41797200, -381305600, 0),
(4416, 256, 31, 'Bela Cruz', -30505600, -401677800, 0),
(4417, 256, 31, 'Brejo Santo', -74933300, -389872200, 0),
(4418, 256, 31, 'Cambebba', -36209200, -388291300, 0),
(4419, 256, 31, 'Camocim', -29022200, -408411100, 0),
(4420, 256, 31, 'Caninde', -43588900, -393116700, 0),
(4421, 256, 31, 'Carire', -39505600, -404733300, 0),
(4422, 256, 31, 'Cascavel', -41330600, -382419400, 0),
(4423, 256, 31, 'Caucaia', -37361100, -386530600, 0),
(4424, 256, 31, 'Crateus', -51783300, -406775000, 0),
(4425, 256, 31, 'Crato', -72341700, -394094400, 0),
(4426, 256, 31, 'Cruz', -29177800, -401716700, 0),
(4427, 256, 31, 'Eusebio', -38900000, -384505600, 0),
(4428, 256, 31, 'Fortaleza', -37172200, -385430600, 0),
(4429, 256, 31, 'Granja', -31202800, -408261100, 0),
(4430, 256, 31, 'Horizonte', -41000000, -384833300, 0),
(4431, 256, 31, 'Ico', -64011100, -388622200, 0),
(4432, 256, 31, 'Iguatu', -63594400, -392986100, 0),
(4433, 256, 31, 'Independencia', -53963900, -403086100, 0),
(4434, 256, 31, 'Ipu', -43222200, -407108300, 0),
(4435, 256, 31, 'Ipueiras', -70333300, -404500000, 0),
(4436, 256, 31, 'Itaitinga', -39694400, -385280600, 0),
(4437, 256, 31, 'Itapipoca', -34944400, -395786100, 0),
(4438, 256, 31, 'Jaguaribe', -58905600, -386219400, 0),
(4439, 256, 31, 'Jaguaruana', -48338900, -377811100, 0),
(4440, 256, 31, 'Juazeiro do Norte', -72130600, -393152800, 0),
(4441, 256, 31, 'Lavras da Mangabeira', -67533300, -389644400, 0),
(4442, 256, 31, 'Limoeiro do Norte', -51455600, -380980600, 0),
(4443, 256, 31, 'Maracanau', -38766700, -386255600, 0),
(4444, 256, 31, 'Marco', -31238900, -401466700, 0),
(4445, 256, 31, 'Milagres', -73133300, -389455600, 0),
(4446, 256, 31, 'Morada Nova', -51066700, -383725000, 0),
(4447, 256, 31, 'Nova Russas', -47066700, -405630600, 0),
(4448, 256, 31, 'Pacajus', -41725000, -384605600, 0),
(4449, 256, 31, 'Paracuru', -34100000, -390305600, 0),
(4450, 256, 31, 'Paraipaba', -34394400, -391483300, 0),
(4451, 256, 31, 'Pentecoste', -37927800, -392702800, 0),
(4452, 256, 31, 'Quixada', -49713900, -390152800, 0),
(4453, 256, 31, 'Quixeramobim', -51991700, -392927800, 0),
(4454, 256, 31, 'Redencao', -42258300, -387305600, 0),
(4455, 256, 31, 'Russas', -49402800, -379758300, 0),
(4456, 256, 31, 'Santa Quiteria', -43319400, -401566700, 0),
(4457, 256, 31, 'Sobral', -36861100, -403497200, 0),
(4458, 256, 31, 'Tiangua', -37322200, -409916700, 0),
(4459, 256, 31, 'Uruburetama', -36250000, -395083300, 0),
(4460, 256, 31, 'Varjota', -41944400, -404766700, 0),
(4461, 256, 31, 'Vicosa do Ceara', -35622200, -410922200, 0),
(4462, 257, 31, 'Brasilia', -157797200, -479297200, 0),
(4463, 257, 31, 'Guara', -158094320, -479715160, 0),
(4464, 258, 31, 'Afonso Claudio', -200741700, -411238900, 0),
(4465, 258, 31, 'Alegre', -207636100, -415330600, 0),
(4466, 258, 31, 'Aracruz', -198202800, -402733300, 0),
(4467, 258, 31, 'Baixo Guandu', -195188900, -410158300, 0),
(4468, 258, 31, 'Barra de Sao Francisco', -187550000, -408908300, 0),
(4469, 258, 31, 'Boa Esperanca', -185400000, -402958300, 0),
(4470, 258, 31, 'Cachoeiro de Itapemirim', -208488900, -411127800, 0),
(4471, 258, 31, 'Castelo', -206036100, -411847200, 0),
(4472, 258, 31, 'Colatina', -195394400, -406305600, 0),
(4473, 258, 31, 'Conceicao da Barra', -185933300, -397322200, 0),
(4474, 258, 31, 'Conceicao do Castelo', -203683300, -412438900, 0),
(4475, 258, 31, 'Domingos Martins', -203633300, -406591700, 0),
(4476, 258, 31, 'Ecoporanga', -183733300, -408305600, 0),
(4477, 258, 31, 'Fundao', -199340800, -404047300, 0),
(4478, 258, 31, 'Guarapari', -206666700, -404975000, 0),
(4479, 258, 31, 'Ibatiba', -202338900, -415105600, 0),
(4480, 258, 31, 'Iconha', -207930600, -408111100, 0),
(4481, 258, 31, 'Itaguacu', -198019400, -408555600, 0),
(4482, 258, 31, 'Itapemirim', -210111100, -408338900, 0),
(4483, 258, 31, 'Itarana', -198738900, -408752800, 0),
(4484, 258, 31, 'Iuna', -203458300, -415358300, 0),
(4485, 258, 31, 'Jeronimo Monteiro', -207894400, -413950000, 0),
(4486, 258, 31, 'Jetiba', -200500000, -406666700, 0),
(4487, 258, 31, 'Joao Neiva', -197575000, -403855600, 0),
(4488, 258, 31, 'Linhares', -193911100, -400722200, 0),
(4489, 258, 31, 'Marataizes', -210433300, -408244400, 0),
(4490, 258, 31, 'Marechal Floriano', -204127800, -406830600, 0),
(4491, 258, 31, 'Marilandia', -194127800, -405416700, 0),
(4492, 258, 31, 'Mimoso do Sul', -210641700, -413663900, 0),
(4493, 258, 31, 'Montanha', -181269400, -403633300, 0),
(4494, 258, 31, 'Pancas', -192250000, -408513900, 0),
(4495, 258, 31, 'Piuma', -208377800, -407219400, 0),
(4496, 258, 31, 'Rio Bananal', -192650000, -403333300, 0),
(4497, 258, 31, 'Rio Novo do Sul', -208625000, -409363900, 0),
(4498, 258, 31, 'Santa Teresa', -199355600, -406002800, 0),
(4499, 258, 31, 'Sao Mateus', -187161100, -398588900, 0),
(4500, 258, 31, 'Serra', -201286100, -403077800, 0),
(4501, 258, 31, 'Vargem Alta', -206713900, -410069400, 0),
(4502, 258, 31, 'Vila Velha', -203297200, -402925000, 0),
(4503, 258, 31, 'Vitoria', -203194400, -403377800, 0),
(4504, 259, 31, 'Anapolis', -163266700, -489527800, 0),
(4505, 259, 31, 'Anicuns', -164611100, -499616700, 0),
(4506, 259, 31, 'Aparecida de Goiania', -168233300, -492438900, 0),
(4507, 259, 31, 'Aragarcas', -158975000, -522508300, 0),
(4508, 259, 31, 'Bela Vista de Goias', -169727800, -489533300, 0),
(4509, 259, 31, 'Buriti Alegre', -181400000, -490402800, 0),
(4510, 259, 31, 'Caiaponia', -169566700, -518102800, 0),
(4511, 259, 31, 'Caldas Novas', -177416700, -486250000, 0),
(4512, 259, 31, 'Catalao', -181658300, -479463900, 0),
(4513, 259, 31, 'Ceres', -153083300, -495983300, 0),
(4514, 259, 31, 'Crixas', -145488900, -499691700, 0),
(4515, 259, 31, 'Edeia', -173383300, -499313900, 0),
(4516, 259, 31, 'Firminopolis', -165819400, -503050000, 0),
(4517, 259, 31, 'Formosa', -155372200, -473344400, 0),
(4518, 259, 31, 'Goianesia', -153175000, -491175000, 0),
(4519, 259, 31, 'Goiania', -166786100, -492538900, 0),
(4520, 259, 31, 'Goianira', -164961100, -494263900, 0),
(4521, 259, 31, 'Goias', -159344400, -501402800, 0),
(4522, 259, 31, 'Goiatuba', -180125000, -493547200, 0),
(4523, 259, 31, 'Inhumas', -163577800, -494961100, 0),
(4524, 259, 31, 'Ipora', -164419400, -511177800, 0),
(4525, 259, 31, 'Itaberai', -160202800, -498102800, 0),
(4526, 259, 31, 'Itapaci', -149508300, -495494400, 0),
(4527, 259, 31, 'Itapuranga', -155622200, -499486100, 0),
(4528, 259, 31, 'Itumbiara', -184191700, -492152800, 0),
(4529, 259, 31, 'Jaragua', -157569400, -493344400, 0),
(4530, 259, 31, 'Jatai', -178813900, -517144400, 0),
(4531, 259, 31, 'Luziania', -162525000, -479502800, 0),
(4532, 259, 31, 'Mineiros', -175694400, -525511100, 0),
(4533, 259, 31, 'Morrinhos', -177311100, -490994400, 0),
(4534, 259, 31, 'Mozarlandia', -147447200, -505705600, 0),
(4535, 259, 31, 'Neropolis', -164063900, -492186100, 0),
(4536, 259, 31, 'Niquelandia', -144738900, -484597200, 0),
(4537, 259, 31, 'Padre Bernardo', -153500000, -485000000, 0),
(4538, 259, 31, 'Palmeiras de Goias', -168050000, -499258300, 0),
(4539, 259, 31, 'Piracanjuba', -173027800, -490166700, 0),
(4540, 259, 31, 'Pires do Rio', -172997200, -482794400, 0),
(4541, 259, 31, 'Planaltina', -154527800, -476141700, 0),
(4542, 259, 31, 'Porangatu', -134408300, -491486100, 0),
(4543, 259, 31, 'Posse', -140930600, -463694400, 0),
(4544, 259, 31, 'Quirinopolis', -184483300, -504516700, 0),
(4545, 259, 31, 'Rubiataba', -151644400, -498033300, 0),
(4546, 259, 31, 'Santa Helena de Goias', -178136100, -505969400, 0),
(4547, 259, 31, 'Sao Domingos', -133983300, -463183300, 0),
(4548, 259, 31, 'Sao Luis de Montes Belos', -165250000, -503722200, 0),
(4549, 259, 31, 'Senador Canedo', -167080600, -490930600, 0),
(4550, 259, 31, 'Silvania', -166588900, -486080600, 0),
(4551, 259, 31, 'Trindade', -166494400, -494888900, 0),
(4552, 259, 31, 'Uruacu', -145247200, -491408300, 0),
(4553, 259, 31, 'Vianopolis', -167419400, -485163900, 0),
(4554, 260, 31, 'Amarante do Maranhao', -55666700, -467422200, 0),
(4555, 260, 31, 'Bacabal', -42916700, -447916700, 0),
(4556, 260, 31, 'Balsas', -75325000, -460355600, 0),
(4557, 260, 31, 'Barra do Corda', -55000000, -452500000, 0),
(4558, 260, 31, 'Candido Mendes', -14466700, -457166700, 0),
(4559, 260, 31, 'Codo', -44552800, -438855600, 0),
(4560, 260, 31, 'Coelho Neto', -42566700, -430127800, 0),
(4561, 260, 31, 'Colinas', -60258300, -442491700, 0),
(4562, 260, 31, 'Dom Pedro', -44833300, -444500000, 0),
(4563, 260, 31, 'Esperantinopolis', -48666700, -447083300, 0),
(4564, 260, 31, 'Estreito', -57833300, -432500000, 0),
(4565, 260, 31, 'Fortuna', -57333300, -441583300, 0),
(4566, 260, 31, 'Grajau', -58194400, -461386100, 0),
(4567, 260, 31, 'Imperatriz', -55263900, -474916700, 0),
(4568, 260, 31, 'Itapecuru Mirim', -33925000, -443586100, 0),
(4569, 260, 31, 'Paraibano', -64330600, -439836100, 0),
(4570, 260, 31, 'Parnarama', -56816700, -430933300, 0),
(4571, 260, 31, 'Pindare Mirim', -36083300, -453433300, 0),
(4572, 260, 31, 'Pocao de Pedras', -46666700, -448500000, 0),
(4573, 260, 31, 'Porto Franco', -63383300, -473991700, 0),
(4574, 260, 31, 'Presidente Dutra', -52900000, -444900000, 0),
(4575, 260, 31, 'Santa Helena', -22311100, -453000000, 0),
(4576, 260, 31, 'Santa Ines', -36666700, -453800000, 0),
(4577, 260, 31, 'Sao Bernardo', -33613900, -424177800, 0),
(4578, 260, 31, 'Sao Joao dos Patos', -64950000, -437022200, 0),
(4579, 260, 31, 'Sao Jose de Ribamar', -25619400, -440541700, 0),
(4580, 260, 31, 'Sao Luis', -25297200, -443027800, 0),
(4581, 260, 31, 'Sao Mateus do Maranhao', -40416700, -444750000, 0),
(4582, 260, 31, 'Timon', -50941700, -428366700, 0),
(4583, 260, 31, 'Viana', -32202800, -450036100, 0),
(4584, 262, 31, 'Aparecida do Taboado', -200866700, -510936100, 0),
(4585, 262, 31, 'Aquidauana', -204711100, -557872200, 0),
(4586, 262, 31, 'Bataipora', -222952800, -532711100, 0),
(4587, 262, 31, 'Bela Vista', -221088900, -565211100, 0),
(4588, 262, 31, 'Caarapo', -226341700, -548222200, 0),
(4589, 262, 31, 'Camapua', -195313900, -540438900, 0),
(4590, 262, 31, 'Campo Grande', -204427800, -546463900, 0),
(4591, 262, 31, 'Campo Verde', -204166700, -540666700, 0),
(4592, 262, 31, 'Cassilandia', -191133300, -517341700, 0),
(4593, 262, 31, 'Corumba', -190091700, -576533300, 0),
(4594, 262, 31, 'Costa Rica', -234166700, -546500000, 0),
(4595, 262, 31, 'Coxim', -185066700, -547600000, 0),
(4596, 262, 31, 'Dourados', -222211100, -548055600, 0),
(4597, 262, 31, 'Eldorado', -237869400, -542836100, 0),
(4598, 262, 31, 'Jardim', -214802800, -561380600, 0),
(4599, 262, 31, 'Ladario', -190047200, -576016700, 0),
(4600, 262, 31, 'Maracaju', -216144400, -551683300, 0),
(4601, 262, 31, 'Miranda', -202405600, -563783300, 0),
(4602, 262, 31, 'Navirai', -230650000, -541905600, 0),
(4603, 262, 31, 'Paranaiba', -196772200, -511908300, 0),
(4604, 262, 31, 'Ponta Pora', -225361100, -557255600, 0),
(4605, 262, 31, 'Porto Murtinho', -216988900, -578825000, 0),
(4606, 262, 31, 'Ribas do Rio Pardo', -204430600, -537591700, 0),
(4607, 262, 31, 'Rio Brilhante', -218019400, -545463900, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(4608, 262, 31, 'Rio Verde de Mato Grosso', -189180600, -548441700, 0),
(4609, 262, 31, 'Sidrolandia', -209319400, -549613900, 0),
(4610, 262, 31, 'Tres Lagoas', -207511100, -516783300, 0),
(4611, 261, 31, 'Alta Floresta', -99000000, -559000000, 0),
(4612, 261, 31, 'Alto Araguaia', -173147200, -532152800, 0),
(4613, 261, 31, 'Aripuana', -91666700, -606333300, 0),
(4614, 261, 31, 'Barao de Melgaco', -161944400, -559675000, 0),
(4615, 261, 31, 'Barra do Bugres', -150725000, -571811100, 0),
(4616, 261, 31, 'Barra do Garcas', -158900000, -522566700, 0),
(4617, 261, 31, 'Cuiaba', -155961100, -560966700, 0),
(4618, 261, 31, 'Diamantino', -144086100, -564461100, 0),
(4619, 261, 31, 'Guiratinga', -163494400, -537583300, 0),
(4620, 261, 31, 'Jaciara', -159652800, -549683300, 0),
(4621, 261, 31, 'Lucas', -163333300, -559333300, 0),
(4622, 261, 31, 'Nova Olimpia', -147972200, -572880600, 0),
(4623, 261, 31, 'Pocone', -162566700, -566227800, 0),
(4624, 261, 31, 'Pontes e Lacerda', -152261100, -593352800, 0),
(4625, 261, 31, 'Poxoreo', -158372200, -543891700, 0),
(4626, 261, 31, 'Rondonopolis', -164708300, -546355600, 0),
(4627, 261, 31, 'Rosario Oeste', -148361100, -564275000, 0),
(4628, 261, 31, 'Varzea Grande', -156466700, -561325000, 0),
(4629, 263, 31, 'Abaete', -191600000, -454458300, 0),
(4630, 263, 31, 'Aguas Vermelhas', -157472200, -414600000, 0),
(4631, 263, 31, 'Aimores', -194958300, -410638900, 0),
(4632, 263, 31, 'Alem Paraiba', -218877800, -427044400, 0),
(4633, 263, 31, 'Alfenas', -214291700, -459472200, 0),
(4634, 263, 31, 'Almenara', -161836100, -406944400, 0),
(4635, 263, 31, 'Alpinopolis', -208636100, -463880600, 0),
(4636, 263, 31, 'Alterosa', -212491700, -461430600, 0),
(4637, 263, 31, 'Alvinopolis', -201066700, -430488900, 0),
(4638, 263, 31, 'Andradas', -220680600, -465691700, 0),
(4639, 263, 31, 'Andrelandia', -217397200, -443091700, 0),
(4640, 263, 31, 'Aracuai', -168497200, -420702800, 0),
(4641, 263, 31, 'Araguari', -186472200, -481872200, 0),
(4642, 263, 31, 'Araxa', -195933300, -469405600, 0),
(4643, 263, 31, 'Arcos', -202819400, -455394400, 0),
(4644, 263, 31, 'Areado', -213586100, -461455600, 0),
(4645, 263, 31, 'Astolfo Dutra', -213152800, -428622200, 0),
(4646, 263, 31, 'Baependi', -219588900, -448900000, 0),
(4647, 263, 31, 'Bambui', -200063900, -459769400, 0),
(4648, 263, 31, 'Barbacena', -212258300, -437736100, 0),
(4649, 263, 31, 'Barroso', -211869400, -439758300, 0),
(4650, 263, 31, 'Belo Horizonte', -199208300, -439377800, 0),
(4651, 263, 31, 'Belo Oriente', -192200000, -424836100, 0),
(4652, 263, 31, 'Betim', -199677800, -441983300, 0),
(4653, 263, 31, 'Bicas', -217252800, -430594400, 0),
(4654, 263, 31, 'Boa Esperanca', -210900000, -455658300, 0),
(4655, 263, 31, 'Bocaiuva', -171077800, -438150000, 0),
(4656, 263, 31, 'Bom Despacho', -197363900, -452522200, 0),
(4657, 263, 31, 'Borda da Mata', -222741700, -461652800, 0),
(4658, 263, 31, 'Botelhos', -216333300, -463950000, 0),
(4659, 263, 31, 'Brumadinho', -201433300, -441997200, 0),
(4660, 263, 31, 'Bueno Brandao', -224408300, -463508300, 0),
(4661, 263, 31, 'Buritis', -156177800, -464233300, 0),
(4662, 263, 31, 'Caete', -198800000, -436697200, 0),
(4663, 263, 31, 'Camanducaia', -227552800, -461447200, 0),
(4664, 263, 31, 'Cambui', -226122200, -460575000, 0),
(4665, 263, 31, 'Campo Belo', -208972200, -452772200, 0),
(4666, 263, 31, 'Campos Altos', -196961100, -461713900, 0),
(4667, 263, 31, 'Campos Gerais', -212350000, -457586100, 0),
(4668, 263, 31, 'Capelinha', -176913900, -425158300, 0),
(4669, 263, 31, 'Carangola', -207330600, -420294400, 0),
(4670, 263, 31, 'Caratinga', -197897200, -421391700, 0),
(4671, 263, 31, 'Carlos Chagas', -177030600, -407663900, 0),
(4672, 263, 31, 'Carmo do Cajuru', -201841700, -447711100, 0),
(4673, 263, 31, 'Carmo do Rio Claro', -209719400, -461188900, 0),
(4674, 263, 31, 'Cassia', -205830600, -469219400, 0),
(4675, 263, 31, 'Cataguases', -213891700, -426966700, 0),
(4676, 263, 31, 'Caxambu', -219772200, -449325000, 0),
(4677, 263, 31, 'Claudio', -204433300, -447658300, 0),
(4678, 263, 31, 'Conceicao das Alagoas', -199147200, -483883300, 0),
(4679, 263, 31, 'Conceicao do Mato Dentro', -190372200, -434250000, 0),
(4680, 263, 31, 'Conceicao do Rio Verde', -218808300, -450852800, 0),
(4681, 263, 31, 'Congonhas', -204997200, -438577800, 0),
(4682, 263, 31, 'Conselheiro Lafaiete', -206602800, -437861100, 0),
(4683, 263, 31, 'Contagem', -199316700, -440536100, 0),
(4684, 263, 31, 'Coracao de Jesus', -166852800, -443650000, 0),
(4685, 263, 31, 'Corinto', -183808300, -444563900, 0),
(4686, 263, 31, 'Coromandel', -184733300, -472002800, 0),
(4687, 263, 31, 'Coronel Fabriciano', -195186100, -426288900, 0),
(4688, 263, 31, 'Cruzilia', -218386100, -448083300, 0),
(4689, 263, 31, 'Curvelo', -187563900, -444308300, 0),
(4690, 263, 31, 'Diamantina', -182494400, -436002800, 0),
(4691, 263, 31, 'Divinopolis', -201388900, -448838900, 0),
(4692, 263, 31, 'Dores do Indaia', -194633300, -456016700, 0),
(4693, 263, 31, 'Eloi Mendes', -216100000, -455652800, 0),
(4694, 263, 31, 'Esmeraldas', -197625000, -443138900, 0),
(4695, 263, 31, 'Espera Feliz', -206502800, -419072200, 0),
(4696, 263, 31, 'Espinosa', -149261100, -428191700, 0),
(4697, 263, 31, 'Extrema', -228547200, -463183300, 0),
(4698, 263, 31, 'Formiga', -204644400, -454263900, 0),
(4699, 263, 31, 'Francisco Sa', -164758300, -434883300, 0),
(4700, 263, 31, 'Frutal', -200247200, -489405600, 0),
(4701, 263, 31, 'Governador Valadares', -188511100, -419494400, 0),
(4702, 263, 31, 'Guanhaes', -187750000, -429325000, 0),
(4703, 263, 31, 'Guaranesia', -212991700, -468025000, 0),
(4704, 263, 31, 'Guaxupe', -213052800, -467127800, 0),
(4705, 263, 31, 'Ibirite', -200219400, -440588900, 0),
(4706, 263, 31, 'Igarape', -200702800, -443016700, 0),
(4707, 263, 31, 'Inhapim', -195491700, -421200000, 0),
(4708, 263, 31, 'Ipaba', -194136100, -424194400, 0),
(4709, 263, 31, 'Ipatinga', -194683300, -425366700, 0),
(4710, 263, 31, 'Itabira', -196191700, -432269400, 0),
(4711, 263, 31, 'Itabirito', -202533300, -438013900, 0),
(4712, 263, 31, 'Itajuba', -224255600, -454527800, 0),
(4713, 263, 31, 'Itamarandiba', -178572200, -428588900, 0),
(4714, 263, 31, 'Itapecerica', -204725000, -451255600, 0),
(4715, 263, 31, 'Itau de Minas', -207394400, -467522200, 0),
(4716, 263, 31, 'Itauna', -200752800, -445763900, 0),
(4717, 263, 31, 'Ituiutaba', -189688900, -494650000, 0),
(4718, 263, 31, 'Iturama', -197280600, -501955600, 0),
(4719, 263, 31, 'Jacutinga', -222855600, -466122200, 0),
(4720, 263, 31, 'Janauba', -158025000, -433088900, 0),
(4721, 263, 31, 'Januaria', -154833300, -443666700, 0),
(4722, 263, 31, 'Joao Monlevade', -198100000, -431736100, 0),
(4723, 263, 31, 'Joao Pinheiro', -177425000, -461725000, 0),
(4724, 263, 31, 'Juatuba', -199519400, -443427800, 0),
(4725, 263, 31, 'Juiz de Fora', -217641700, -433502800, 0),
(4726, 263, 31, 'Lagoa Formosa', -187786100, -464075000, 0),
(4727, 263, 31, 'Lagoa Santa', -196272200, -438897200, 0),
(4728, 263, 31, 'Lagoa da Prata', -200225000, -455436100, 0),
(4729, 263, 31, 'Lajinha', -201513900, -416227800, 0),
(4730, 263, 31, 'Lambari', -219755600, -453502800, 0),
(4731, 263, 31, 'Lavras', -212452800, -449997200, 0),
(4732, 263, 31, 'Leopoldina', -215319400, -426430600, 0),
(4733, 263, 31, 'Luz', -198013900, -456855600, 0),
(4734, 263, 31, 'Machado', -216747200, -459197200, 0),
(4735, 263, 31, 'Malacacheta', -178422200, -420766700, 0),
(4736, 263, 31, 'Manga', -147558300, -439322200, 0),
(4737, 263, 31, 'Manhuacu', -202580600, -420336100, 0),
(4738, 263, 31, 'Manhumirim', -203577800, -419580600, 0),
(4739, 263, 31, 'Mariana', -203777800, -434161100, 0),
(4740, 263, 31, 'Mateus Leme', -199863900, -444277800, 0),
(4741, 263, 31, 'Matias Barbosa', -218691700, -433194400, 0),
(4742, 263, 31, 'Mato Verde', -153972200, -428663900, 0),
(4743, 263, 31, 'Matozinhos', -195577800, -440813900, 0),
(4744, 263, 31, 'Medina', -162225000, -414769400, 0),
(4745, 263, 31, 'Minas Novas', -172186100, -425902800, 0),
(4746, 263, 31, 'Mirai', -211952800, -426141700, 0),
(4747, 263, 31, 'Monte Azul', -151550000, -428747200, 0),
(4748, 263, 31, 'Monte Carmelo', -187247200, -474986100, 0),
(4749, 263, 31, 'Monte Santo de Minas', -211897200, -469802800, 0),
(4750, 263, 31, 'Monte Siao', -224325000, -465725000, 0),
(4751, 263, 31, 'Montes Claros', -167350000, -438616700, 0),
(4752, 263, 31, 'Muriae', -211305600, -423663900, 0),
(4753, 263, 31, 'Mutum', -198000000, -414383300, 0),
(4754, 263, 31, 'Muzambinho', -213758300, -465255600, 0),
(4755, 263, 31, 'Nanuque', -178391700, -403538900, 0),
(4756, 263, 31, 'Nepomuceno', -212358300, -452358300, 0),
(4757, 263, 31, 'Nova Era', -197500000, -430375000, 0),
(4758, 263, 31, 'Nova Lima', -199855600, -438466700, 0),
(4759, 263, 31, 'Oliveira', -206963900, -448272200, 0),
(4760, 263, 31, 'Ouro Branco', -205208300, -436919400, 0),
(4761, 263, 31, 'Ouro Preto', -203948400, -435051700, 0),
(4762, 263, 31, 'Para de Minas', -198602800, -446083300, 0),
(4763, 263, 31, 'Paracatu', -172222200, -468747200, 0),
(4764, 263, 31, 'Paraguacu', -215472200, -457375000, 0),
(4765, 263, 31, 'Paraisopolis', -225541700, -457800000, 0),
(4766, 263, 31, 'Passa Quatro', -223902800, -449666700, 0),
(4767, 263, 31, 'Passos', -207188900, -466097200, 0),
(4768, 263, 31, 'Patos de Minas', -185788900, -465180600, 0),
(4769, 263, 31, 'Patrocinio', -189438900, -469925000, 0),
(4770, 263, 31, 'Pedro Leopoldo', -196180600, -440430600, 0),
(4771, 263, 31, 'Perdoes', -210908300, -450913900, 0),
(4772, 263, 31, 'Pirapora', -173450000, -449419400, 0),
(4773, 263, 31, 'Pitangui', -196827800, -448902800, 0),
(4774, 263, 31, 'Piui', -204652800, -459580600, 0),
(4775, 263, 31, 'Pocos de Caldas', -217877800, -465613900, 0),
(4776, 263, 31, 'Pompeu', -192244400, -449352800, 0),
(4777, 263, 31, 'Ponte Nova', -204163900, -429086100, 0),
(4778, 263, 31, 'Porteirinha', -157433300, -430283300, 0),
(4779, 263, 31, 'Pouso Alegre', -222300000, -459363900, 0),
(4780, 263, 31, 'Prata', -193072200, -489241700, 0),
(4781, 263, 31, 'Presidente Olegario', -184177800, -464180600, 0),
(4782, 263, 31, 'Resplendor', -193255600, -412552800, 0),
(4783, 263, 31, 'Ribeirao das Neves', -197669400, -440866700, 0),
(4784, 263, 31, 'Rio Casca', -202261100, -426508300, 0),
(4785, 263, 31, 'Rio Novo', -214575000, -431252800, 0),
(4786, 263, 31, 'Rio Pardo de Minas', -156097200, -425397200, 0),
(4787, 263, 31, 'Rio Pomba', -212747200, -431791700, 0),
(4788, 263, 31, 'Sabinopolis', -186661100, -430838900, 0),
(4789, 263, 31, 'Sacramento', -198652800, -474400000, 0),
(4790, 263, 31, 'Santa Luzia', -197697200, -438513900, 0),
(4791, 263, 31, 'Santa Rita do Sapucai', -222522200, -457033300, 0),
(4792, 263, 31, 'Santana do Paraiso', -193636100, -425686100, 0),
(4793, 263, 31, 'Santo Antonio do Amparo', -209463900, -449188900, 0),
(4794, 263, 31, 'Santo Antonio do Monte', -200872200, -452936100, 0),
(4795, 263, 31, 'Santos Dumont', -214566700, -435525000, 0),
(4796, 263, 31, 'Sao Francisco', -159486100, -448644400, 0),
(4797, 263, 31, 'Sao Goncalo do Sapucai', -218922200, -455952800, 0),
(4798, 263, 31, 'Sao Gotardo', -193111100, -460488900, 0),
(4799, 263, 31, 'Sao Joao Evangelista', -185477800, -427633300, 0),
(4800, 263, 31, 'Sao Joao Nepomuceno', -215400000, -430105600, 0),
(4801, 263, 31, 'Sao Joao del Rei', -211355600, -442616700, 0),
(4802, 263, 31, 'Sao Joao do Paraiso', -153136100, -420144400, 0),
(4803, 263, 31, 'Sao Joaquim de Bicas', -200491700, -442738900, 0),
(4804, 263, 31, 'Sao Lourenco', -221163900, -450544400, 0),
(4805, 263, 31, 'Sao Sebastiao do Paraiso', -209169400, -469913900, 0),
(4806, 263, 31, 'Serro', -186047200, -433794400, 0),
(4807, 263, 31, 'Sete Lagoas', -194658300, -442466700, 0),
(4808, 263, 31, 'Taiobeiras', -158077800, -422330600, 0),
(4809, 263, 31, 'Teofilo Otoni', -178575000, -415052800, 0),
(4810, 263, 31, 'Timoteo', -195825000, -426444400, 0),
(4811, 263, 31, 'Tocantins', -211750000, -430177800, 0),
(4812, 263, 31, 'Tres Coracoes', -216969400, -452533300, 0),
(4813, 263, 31, 'Tres Pontas', -213666700, -455125000, 0),
(4814, 263, 31, 'Tupaciguara', -185922200, -487050000, 0),
(4815, 263, 31, 'Turmalina', -172855600, -427300000, 0),
(4816, 263, 31, 'Uba', -211200000, -429427800, 0),
(4817, 263, 31, 'Uberaba', -197483300, -479319400, 0),
(4818, 263, 31, 'Uberlandia', -189186100, -482772200, 0),
(4819, 263, 31, 'Unai', -163575000, -469061100, 0),
(4820, 263, 31, 'Varginha', -215513900, -454302800, 0),
(4821, 263, 31, 'Varzelandia', -157013900, -440275000, 0),
(4822, 263, 31, 'Vazante', -179869400, -469077800, 0),
(4823, 263, 31, 'Vespasiano', -196919400, -439233300, 0),
(4824, 263, 31, 'Vicosa', -207538900, -428819400, 0),
(4825, 263, 31, 'Visconde do Rio Branco', -210102800, -428405600, 0),
(4826, 264, 31, 'Abaetetuba', -17180600, -488825000, 0),
(4827, 264, 31, 'Alenquer', -19416700, -547383300, 0),
(4828, 264, 31, 'Altamira', -32033300, -522063900, 0),
(4829, 264, 31, 'Ananindeua', -13655600, -483722200, 0),
(4830, 264, 31, 'Belem', -14558300, -485044400, 0),
(4831, 264, 31, 'Benevides', -13613900, -482447200, 0),
(4832, 264, 31, 'Braganca', -10536100, -467655600, 0),
(4833, 264, 31, 'Breves', -16822200, -504802800, 0),
(4834, 264, 31, 'Bujaru', -15150000, -480447200, 0),
(4835, 264, 31, 'Cameta', -22444400, -494958300, 0),
(4836, 264, 31, 'Capanema', -11958300, -471808300, 0),
(4837, 264, 31, 'Capitao Poco', -17463900, -470594400, 0),
(4838, 264, 31, 'Castanhal', -12938900, -479263900, 0),
(4839, 264, 31, 'Conceicao do Araguaia', -82577800, -492647200, 0),
(4840, 264, 31, 'Itaituba', -42761100, -559836100, 0),
(4841, 264, 31, 'Itupiranga', -51347200, -493266700, 0),
(4842, 264, 31, 'Jacareacanga', -62222200, -577527800, 0),
(4843, 264, 31, 'Maraba', -53686100, -491177800, 0),
(4844, 264, 31, 'Monte Alegre', -20077800, -540691700, 0),
(4845, 264, 31, 'Oriximina', -17655600, -558661100, 0),
(4846, 264, 31, 'Paragominas', -29666700, -474833300, 0),
(4847, 264, 31, 'Portel', -19355600, -508211100, 0),
(4848, 264, 31, 'Santarem', -24430600, -547083300, 0),
(4849, 264, 31, 'Sao Geraldo do Araguaia', -64005600, -485550000, 0),
(4850, 264, 31, 'Sao Miguel do Guama', -16266700, -474833300, 0),
(4851, 264, 31, 'Tome Acu', -24188900, -481522200, 0),
(4852, 264, 31, 'Tucuma', -1833300, -500500000, 0),
(4853, 264, 31, 'Tucurui', -37661100, -496725000, 0),
(4854, 264, 31, 'Vigia', -8583300, -481416700, 0),
(4855, 265, 31, 'Alagoa Grande', -71583300, -356300000, 0),
(4856, 265, 31, 'Alhandra', -74386100, -349144400, 0),
(4857, 265, 31, 'Areia', -69633300, -356916700, 0),
(4858, 265, 31, 'Bananeiras', -67500000, -356333300, 0),
(4859, 265, 31, 'Bayeux', -71250000, -349322200, 0),
(4860, 265, 31, 'Belem', -66916700, -355333300, 0),
(4861, 265, 31, 'Caapora', -75155600, -349083300, 0),
(4862, 265, 31, 'Cabedelo', -69811100, -348338900, 0),
(4863, 265, 31, 'Cacimba de Dentro', -66416700, -357900000, 0),
(4864, 265, 31, 'Cajazeiras', -68902800, -385552800, 0),
(4865, 265, 31, 'Campina Grande', -72305600, -358811100, 0),
(4866, 265, 31, 'Catole do Rocha', -63438900, -377466700, 0),
(4867, 265, 31, 'Conde', -72597200, -349075000, 0),
(4868, 265, 31, 'Cuite', -64836100, -361536100, 0),
(4869, 265, 31, 'Esperanca', -70330600, -358572200, 0),
(4870, 265, 31, 'Guarabira', -68547200, -354900000, 0),
(4871, 265, 31, 'Inga', -72808300, -356044400, 0),
(4872, 265, 31, 'Itaporanga', -73044400, -381502800, 0),
(4873, 265, 31, 'Joao Pessoa', -71150000, -348630600, 0),
(4874, 265, 31, 'Lagoa Seca', -71708300, -358536100, 0),
(4875, 265, 31, 'Mari', -70600000, -353194400, 0),
(4876, 265, 31, 'Monteiro', -78894400, -371200000, 0),
(4877, 265, 31, 'Patos', -70244400, -372800000, 0),
(4878, 265, 31, 'Pianco', -71980600, -379291700, 0),
(4879, 265, 31, 'Picui', -65105600, -363469400, 0),
(4880, 265, 31, 'Pilar', -72672200, -352600000, 0),
(4881, 265, 31, 'Pocinhos', -70766700, -360611100, 0),
(4882, 265, 31, 'Pombal', -67702800, -378016700, 0),
(4883, 265, 31, 'Princesa Isabel', -77366700, -379933300, 0),
(4884, 265, 31, 'Remigio', -69333300, -357833300, 0),
(4885, 265, 31, 'Rio Tinto', -68030600, -350805600, 0),
(4886, 265, 31, 'Santa Luzia', -68722200, -369186100, 0),
(4887, 265, 31, 'Santa Rita', -71138900, -349780600, 0),
(4888, 265, 31, 'Sao Bento', -62833300, -377500000, 0),
(4889, 265, 31, 'Solanea', -67550000, -355400000, 0),
(4890, 265, 31, 'Sousa', -67591700, -382280600, 0),
(4891, 265, 31, 'Sume', -76716700, -368800000, 0),
(4892, 265, 31, 'Taperoa', -72075000, -368266700, 0),
(4893, 265, 31, 'Teixeira', -72227800, -372541700, 0),
(4894, 266, 31, 'Almirante Tamandare', -253247200, -493100000, 0),
(4895, 266, 31, 'Alto Parana', -231288900, -523188900, 0),
(4896, 266, 31, 'Alto Piquiri', -240280600, -534405600, 0),
(4897, 266, 31, 'Ampere', -259150000, -534727800, 0),
(4898, 266, 31, 'Antonina', -254286100, -487119400, 0),
(4899, 266, 31, 'Apucarana', -235508300, -514608300, 0),
(4900, 266, 31, 'Arapongas', -234194400, -514244400, 0),
(4901, 266, 31, 'Araucaria', -255930600, -494102800, 0),
(4902, 266, 31, 'Assai', -233733300, -508413900, 0),
(4903, 266, 31, 'Astorga', -232325000, -516655600, 0),
(4904, 266, 31, 'Bandeirantes', -231100000, -503675000, 0),
(4905, 266, 31, 'Bela Vista do Paraiso', -229966700, -511905600, 0),
(4906, 266, 31, 'Cambara', -230463900, -500736100, 0),
(4907, 266, 31, 'Cambe', -232758300, -512783300, 0),
(4908, 266, 31, 'Campina Grande do Sul', -253055600, -490552800, 0),
(4909, 266, 31, 'Campo Largo', -254586100, -495283300, 0),
(4910, 266, 31, 'Campo Mourao', -240455600, -523830600, 0),
(4911, 266, 31, 'Carambei', -249177800, -500972200, 0),
(4912, 266, 31, 'Cascavel', -249558300, -534552800, 0),
(4913, 266, 31, 'Castro', -247911100, -500119400, 0),
(4914, 266, 31, 'Centenario do Sul', -228211100, -515952800, 0),
(4915, 266, 31, 'Cianorte', -236633300, -526050000, 0),
(4916, 266, 31, 'Colombo', -252916700, -492241700, 0),
(4917, 266, 31, 'Colorado', -228375000, -519730600, 0),
(4918, 266, 31, 'Corbelia', -247988900, -533066700, 0),
(4919, 266, 31, 'Coronel Vivida', -259797200, -525677800, 0),
(4920, 266, 31, 'Cruzeiro do Oeste', -237850000, -530733300, 0),
(4921, 266, 31, 'Curitiba', -254277800, -492730600, 0),
(4922, 266, 31, 'Dois Vizinhos', -257336100, -530572200, 0),
(4923, 266, 31, 'Faxinal', -240002800, -513194400, 0),
(4924, 266, 31, 'Foz do Iguacu', -255477800, -545880600, 0),
(4925, 266, 31, 'Francisco Beltrao', -260811100, -530550000, 0),
(4926, 266, 31, 'Guaraniacu', -251008300, -528780600, 0),
(4927, 266, 31, 'Guarapuava', -253952800, -514580600, 0),
(4928, 266, 31, 'Guaratuba', -258827800, -485747200, 0),
(4929, 266, 31, 'Ibaiti', -238486100, -501877800, 0),
(4930, 266, 31, 'Ibipora', -232691700, -510480600, 0),
(4931, 266, 31, 'Imbituva', -252300000, -506044400, 0),
(4932, 266, 31, 'Irati', -254672200, -506511100, 0),
(4933, 266, 31, 'Jacarezinho', -231605600, -499694400, 0),
(4934, 266, 31, 'Jandaia do Sul', -236030600, -516433300, 0),
(4935, 266, 31, 'Lapa', -257697200, -497158300, 0),
(4936, 266, 31, 'Laranjeiras do Sul', -254077800, -524161100, 0),
(4937, 266, 31, 'Loanda', -229230600, -531372200, 0),
(4938, 266, 31, 'Londrina', -233102800, -511627800, 0),
(4939, 266, 31, 'Mandaguacu', -233472200, -520952800, 0),
(4940, 266, 31, 'Mandaguari', -235475000, -516708300, 0),
(4941, 266, 31, 'Marechal Candido Rondon', -245561100, -540566700, 0),
(4942, 266, 31, 'Marialva', -234850000, -517916700, 0),
(4943, 266, 31, 'Maringa', -234252800, -519386100, 0),
(4944, 266, 31, 'Matelandia', -252408300, -539963900, 0),
(4945, 266, 31, 'Medianeira', -252952800, -540938900, 0),
(4946, 266, 31, 'Moreira Sales', -240622200, -530069400, 0),
(4947, 266, 31, 'Nova Aurora', -228666700, -525666700, 0),
(4948, 266, 31, 'Paicandu', -234575000, -520486100, 0),
(4949, 266, 31, 'Palmeira', -254294400, -500063900, 0),
(4950, 266, 31, 'Palotina', -242838900, -538400000, 0),
(4951, 266, 31, 'Paranagua', -255200000, -485091700, 0),
(4952, 266, 31, 'Paranavai', -230730600, -524652800, 0),
(4953, 266, 31, 'Pato Branco', -262286100, -526705600, 0),
(4954, 266, 31, 'Peabiru', -239127800, -523430600, 0),
(4955, 266, 31, 'Pinhais', -254447200, -491925000, 0),
(4956, 266, 31, 'Piraquara', -254416700, -490633300, 0),
(4957, 266, 31, 'Pitanga', -247572200, -517613900, 0),
(4958, 266, 31, 'Ponta Grossa', -250950000, -501619400, 0),
(4959, 266, 31, 'Pontal do Parana', -256736100, -485111100, 0),
(4960, 266, 31, 'Porecatu', -227558300, -513791700, 0),
(4961, 266, 31, 'Prudentopolis', -252130600, -509777800, 0),
(4962, 266, 31, 'Quatro Barras', -253655600, -490769400, 0),
(4963, 266, 31, 'Realeza', -257688900, -535325000, 0),
(4964, 266, 31, 'Reserva', -246502800, -508505600, 0),
(4965, 266, 31, 'Rio Branco do Sul', -251900000, -493141700, 0),
(4966, 266, 31, 'Rio Negro', -261058300, -497975000, 0),
(4967, 266, 31, 'Rolandia', -233097200, -513691700, 0),
(4968, 266, 31, 'Santo Antonio da Platina', -232950000, -500772200, 0),
(4969, 266, 31, 'Sao Jose dos Pinhais', -255347200, -492063900, 0),
(4970, 266, 31, 'Sao Mateus do Sul', -258741700, -503827800, 0),
(4971, 266, 31, 'Sao Miguel do Iguacu', -253480600, -542377800, 0),
(4972, 266, 31, 'Sarandi', -234436100, -518738900, 0),
(4973, 266, 31, 'Senges', -241127800, -494636100, 0),
(4974, 266, 31, 'Sertanopolis', -230586100, -510363900, 0),
(4975, 266, 31, 'Siqueira Campos', -236888900, -498338900, 0),
(4976, 266, 31, 'Tapejara', -237330600, -528733300, 0),
(4977, 266, 31, 'Telemaco Borba', -243238900, -506155600, 0),
(4978, 266, 31, 'Terra Boa', -237680600, -524441700, 0),
(4979, 266, 31, 'Terra Rica', -227094400, -526169400, 0),
(4980, 266, 31, 'Terra Roxa', -238557100, -500314000, 0),
(4981, 266, 31, 'Toledo', -247136100, -537430600, 0),
(4982, 266, 31, 'Umuarama', -237663900, -533250000, 0),
(4983, 266, 31, 'Uniao da Vitoria', -262300000, -510863900, 0),
(4984, 266, 31, 'Wenceslau Braz', -238738900, -498027800, 0),
(4985, 267, 31, 'Abreu e Lima', -79116700, -349027800, 0),
(4986, 267, 31, 'Afogados da Ingazeira', -77508300, -376391700, 0),
(4987, 267, 31, 'Agrestina', -84580600, -359447200, 0),
(4988, 267, 31, 'Agua Preta', -87075000, -355305600, 0),
(4989, 267, 31, 'Aguas Belas', -91113900, -371230600, 0),
(4990, 267, 31, 'Altinho', -84897200, -360594400, 0),
(4991, 267, 31, 'Araripina', -75761100, -404983300, 0),
(4992, 267, 31, 'Arcoverde', -84188900, -370538900, 0),
(4993, 267, 31, 'Barreiros', -88183300, -351863900, 0),
(4994, 267, 31, 'Belo Jardim', -83355600, -364241700, 0),
(4995, 267, 31, 'Bezerros', -82333300, -357969400, 0),
(4996, 267, 31, 'Bom Conselho', -91697200, -366797200, 0),
(4997, 267, 31, 'Bom Jardim', -77958300, -355872200, 0),
(4998, 267, 31, 'Bonito', -84702800, -357286100, 0),
(4999, 267, 31, 'Brejo da Madre de Deus', -81458300, -363711100, 0),
(5000, 267, 31, 'Cabo', -82833300, -350333300, 0),
(5001, 267, 31, 'Cabrobo', -85141700, -393100000, 0),
(5002, 267, 31, 'Cachoeirinha', -84863900, -362330600, 0),
(5003, 267, 31, 'Camocim de Sao Felix', -83586100, -357619400, 0),
(5004, 267, 31, 'Carpina', -78508300, -352547200, 0),
(5005, 267, 31, 'Caruaru', -82833300, -359761100, 0),
(5006, 267, 31, 'Condado', -75858300, -351058300, 0),
(5007, 267, 31, 'Cupira', -86166700, -359500000, 0),
(5008, 267, 31, 'Custodia', -80875000, -376430600, 0),
(5009, 267, 31, 'Escada', -83591700, -352236100, 0),
(5010, 267, 31, 'Exu', -75119400, -397241700, 0),
(5011, 267, 31, 'Flores', -78680600, -379747200, 0),
(5012, 267, 31, 'Floresta', -86011100, -385686100, 0),
(5013, 267, 31, 'Garanhuns', -88902800, -364927800, 0),
(5014, 267, 31, 'Goiana', -75605600, -350025000, 0),
(5015, 267, 31, 'Gravata', -82011100, -355647200, 0),
(5016, 267, 31, 'Guabiraba', -84166700, -356666700, 0),
(5017, 267, 31, 'Igarassu', -78341700, -349063900, 0),
(5018, 267, 31, 'Ipojuca', -83988900, -350638900, 0),
(5019, 267, 31, 'Itaiba', -89475000, -374227800, 0),
(5020, 267, 31, 'Itapissuma', -77763900, -348922200, 0),
(5021, 267, 31, 'Itaquitinga', -76677800, -351016700, 0),
(5022, 267, 31, 'Jaboatao', -81802800, -350013900, 0),
(5023, 267, 31, 'Jaboatao dos Guararapes', -81127800, -350147200, 0),
(5024, 267, 31, 'Lajedo', -86636100, -363200000, 0),
(5025, 267, 31, 'Limoeiro', -78747200, -354502800, 0),
(5026, 267, 31, 'Macaparana', -75547200, -354530600, 0),
(5027, 267, 31, 'Moreno', -81186100, -350922200, 0),
(5028, 267, 31, 'Nazare da Mata', -77416700, -352277800, 0),
(5029, 267, 31, 'Olinda', -80088900, -348552800, 0),
(5030, 267, 31, 'Orobo', -77450000, -356022200, 0),
(5031, 267, 31, 'Ouricuri', -78825000, -400816700, 0),
(5032, 267, 31, 'Palmares', -86833300, -355916700, 0),
(5033, 267, 31, 'Parnamirim', -80905600, -395783300, 0),
(5034, 267, 31, 'Paulista', -79408300, -348730600, 0),
(5035, 267, 31, 'Pedra', -84969400, -369408300, 0),
(5036, 267, 31, 'Pesqueira', -83577800, -366963900, 0),
(5037, 267, 31, 'Petrolina', -93986100, -405008300, 0),
(5038, 267, 31, 'Pombos', -81413900, -353958300, 0),
(5039, 267, 31, 'Recife', -80538900, -348811100, 0),
(5040, 267, 31, 'Ribeirao', -85144400, -353777800, 0),
(5041, 267, 31, 'Salgueiro', -80741700, -391191700, 0),
(5042, 267, 31, 'Santa Cruz do Capibaribe', -79575000, -362047200, 0),
(5043, 267, 31, 'Sao Joao', -88755600, -363666700, 0),
(5044, 267, 31, 'Sao Jose do Egito', -74788900, -372744400, 0),
(5045, 267, 31, 'Sao Lourenco da Mata', -80022200, -350183300, 0),
(5046, 267, 31, 'Serra Talhada', -79919400, -382983300, 0),
(5047, 267, 31, 'Sertania', -80736100, -372644400, 0),
(5048, 267, 31, 'Surubim', -78330600, -357547200, 0),
(5049, 267, 31, 'Tabira', -75908300, -375394400, 0),
(5050, 267, 31, 'Taquaritinga do Norte', -79030600, -360441700, 0),
(5051, 267, 31, 'Timbauba', -75052800, -353183300, 0),
(5052, 267, 31, 'Toritama', -80066700, -360566700, 0),
(5053, 267, 31, 'Trindade', -77619400, -402677800, 0),
(5054, 267, 31, 'Vicencia', -76569400, -353266700, 0),
(5055, 267, 31, 'Vitoria de Santo Antao', -81180600, -352913900, 0),
(5056, 268, 31, 'Agua Branca', -58922200, -426361100, 0),
(5057, 268, 31, 'Altos', -50380600, -424600000, 0),
(5058, 268, 31, 'Barras', -42444400, -422944400, 0),
(5059, 268, 31, 'Bom Jesus', -90744400, -443586100, 0),
(5060, 268, 31, 'Cocal', -34719400, -415575000, 0),
(5061, 268, 31, 'Floriano', -67669400, -430225000, 0),
(5062, 268, 31, 'Inhuma', -66683300, -417077800, 0),
(5063, 268, 31, 'Itaueira', -76033300, -430255600, 0),
(5064, 268, 31, 'Parnaiba', -29047200, -417766700, 0),
(5065, 268, 31, 'Picos', -70769400, -414669400, 0),
(5066, 268, 31, 'Pimenteiras', -62452800, -414191700, 0),
(5067, 268, 31, 'Piripiri', -42733300, -417769400, 0),
(5068, 268, 31, 'Porto', -38933300, -427100000, 0),
(5069, 268, 31, 'Simplicio Mendes', -78538900, -419102800, 0),
(5070, 268, 31, 'Teresina', -50891700, -428019400, 0),
(5071, 268, 31, 'Uniao', -45858300, -428641700, 0),
(5072, 268, 31, 'Urucui', -72294400, -445561100, 0),
(5073, 268, 31, 'Valenca do Piaui', -64075000, -417455600, 0),
(5074, 269, 31, 'Acu', -55766700, -369086100, 0),
(5075, 269, 31, 'Alexandria', -64125000, -380158300, 0),
(5076, 269, 31, 'Angicos', -56655600, -366011100, 0),
(5077, 269, 31, 'Apodi', -56641700, -377988900, 0),
(5078, 269, 31, 'Areia Branca', -49561100, -371369400, 0),
(5079, 269, 31, 'Barauna', -50800000, -376166700, 0),
(5080, 269, 31, 'Caico', -64583300, -370977800, 0),
(5081, 269, 31, 'Ceara Mirim', -56344400, -354255600, 0),
(5082, 269, 31, 'Cerro Cora', -60455600, -363458300, 0),
(5083, 269, 31, 'Currais Novos', -62608300, -365177800, 0),
(5084, 269, 31, 'Goianinha', -62647200, -352125000, 0),
(5085, 269, 31, 'Governador Dix Sept Rosado', -54588900, -375208300, 0),
(5086, 269, 31, 'Ipanguacu', -54983300, -368550000, 0),
(5087, 269, 31, 'Joao Camara', -55375000, -358197200, 0),
(5088, 269, 31, 'Jucurutu', -60338900, -370202800, 0),
(5089, 269, 31, 'Lagoa Nova', -61000000, -364833300, 0),
(5090, 269, 31, 'Macaiba', -58583300, -353538900, 0),
(5091, 269, 31, 'Macau', -51150000, -366344400, 0),
(5092, 269, 31, 'Mossoro', -51875000, -373441700, 0),
(5093, 269, 31, 'Natal', -57950000, -352094400, 0),
(5094, 269, 31, 'Nova Cruz', -64780600, -354338900, 0),
(5095, 269, 31, 'Parelhas', -66877800, -366575000, 0),
(5096, 269, 31, 'Parnamirim', -59155600, -352627800, 0),
(5097, 269, 31, 'Pendencias', -52600000, -367222200, 0),
(5098, 269, 31, 'Poco Branco', -56227800, -356627800, 0),
(5099, 269, 31, 'Santa Cruz', -62294400, -360227800, 0),
(5100, 269, 31, 'Santo Antonio', -63105600, -354788900, 0),
(5101, 269, 31, 'Sao Goncalo do Amarante', -57933300, -353294400, 0),
(5102, 269, 31, 'Sao Jose de Mipibu', -60747200, -352377800, 0),
(5103, 269, 31, 'Sao Jose do Campestre', -63155600, -357138900, 0),
(5104, 269, 31, 'Sao Miguel', -54666700, -353666700, 0),
(5105, 269, 31, 'Sao Tome', -59725000, -360752800, 0),
(5106, 269, 31, 'Umarizal', -59905600, -378144400, 0),
(5107, 270, 31, 'Alegrete', -297830600, -557919400, 0),
(5108, 270, 31, 'Arroio Grande', -322375000, -530869400, 0),
(5109, 270, 31, 'Arroio do Meio', -294011100, -519450000, 0),
(5110, 270, 31, 'Arroio dos Ratos', -300772200, -517291700, 0),
(5111, 270, 31, 'Bage', -313313900, -541069400, 0),
(5112, 270, 31, 'Bento Goncalves', -291713900, -515191700, 0),
(5113, 270, 31, 'Cacapava do Sul', -305122200, -534913900, 0),
(5114, 270, 31, 'Cacequi', -298836100, -548250000, 0),
(5115, 270, 31, 'Cachoeira do Sul', -300391700, -528938900, 0),
(5116, 270, 31, 'Cachoeirinha', -299511100, -510938900, 0),
(5117, 270, 31, 'Camaqua', -308511100, -518122200, 0),
(5118, 270, 31, 'Candelaria', -296691700, -527888900, 0),
(5119, 270, 31, 'Canela', -293655600, -508155600, 0),
(5120, 270, 31, 'Cangucu', -313950000, -526755600, 0),
(5121, 270, 31, 'Canoas', -299177800, -511836100, 0),
(5122, 270, 31, 'Capao da Canoa', -297455600, -500097200, 0),
(5123, 270, 31, 'Carazinho', -282838900, -527863900, 0),
(5124, 270, 31, 'Carlos Barbosa', -292975000, -515036100, 0),
(5125, 270, 31, 'Caxias do Sul', -291680600, -511794400, 0),
(5126, 270, 31, 'Cerro Largo', -281486100, -547380600, 0),
(5127, 270, 31, 'Charqueadas', -299547200, -516252800, 0),
(5128, 270, 31, 'Chui', -336911100, -534566700, 0),
(5129, 270, 31, 'Cidreira', -301811100, -502055600, 0),
(5130, 270, 31, 'Cruz Alta', -286386100, -536063900, 0),
(5131, 270, 31, 'Dom Pedrito', -309827800, -546730600, 0),
(5132, 270, 31, 'Encantado', -292361100, -518697200, 0),
(5133, 270, 31, 'Erechim', -276341700, -522738900, 0),
(5134, 270, 31, 'Espumoso', -287247200, -528497200, 0),
(5135, 270, 31, 'Estancia Velha', -296483300, -511738900, 0),
(5136, 270, 31, 'Esteio', -298613900, -511791700, 0),
(5137, 270, 31, 'Estrela', -280611100, -509383300, 0),
(5138, 270, 31, 'Farroupilha', -292250000, -513477800, 0),
(5139, 270, 31, 'Flores da Cunha', -290288900, -511816700, 0),
(5140, 270, 31, 'Frederico Westphalen', -273591700, -533944400, 0),
(5141, 270, 31, 'Garibaldi', -292561100, -515336100, 0),
(5142, 270, 31, 'Gravatai', -299444400, -509919400, 0),
(5143, 270, 31, 'Guaiba', -301138900, -513250000, 0),
(5144, 270, 31, 'Guapore', -288455600, -518902800, 0),
(5145, 270, 31, 'Herval', -320236100, -533955600, 0),
(5146, 270, 31, 'Horizontina', -276258300, -543077800, 0),
(5147, 270, 31, 'Ibiruba', -286275000, -530897200, 0),
(5148, 270, 31, 'Igrejinha', -295744400, -507902800, 0),
(5149, 270, 31, 'Ijui', -283877800, -539147200, 0),
(5150, 270, 31, 'Ivoti', -295911100, -511605600, 0),
(5151, 270, 31, 'Jaguarao', -325661100, -533758300, 0),
(5152, 270, 31, 'Julio de Castilhos', -292269400, -536816700, 0),
(5153, 270, 31, 'Lagoa Vermelha', -282086100, -515258300, 0),
(5154, 270, 31, 'Lajeado', -294669400, -519613900, 0),
(5155, 270, 31, 'Marau', -284491700, -522000000, 0),
(5156, 270, 31, 'Nao Me Toque', -284591700, -528208300, 0),
(5157, 270, 31, 'Nova Prata', -287838900, -516100000, 0),
(5158, 270, 31, 'Novo Hamburgo', -296783300, -511305600, 0),
(5159, 270, 31, 'Osorio', -298866700, -502697200, 0),
(5160, 270, 31, 'Palmares do Sul', -302577800, -505097200, 0),
(5161, 270, 31, 'Palmeira das Missoes', -278994400, -533136100, 0),
(5162, 270, 31, 'Panambi', -282925000, -535016700, 0),
(5163, 270, 31, 'Parobe', -296286100, -508347200, 0),
(5164, 270, 31, 'Passo Fundo', -282627800, -524066700, 0),
(5165, 270, 31, 'Pelotas', -317719400, -523425000, 0),
(5166, 270, 31, 'Portao', -297016700, -512419400, 0),
(5167, 270, 31, 'Porto Alegre', -300330600, -512300000, 0),
(5168, 270, 31, 'Rio Grande', -320350000, -520986100, 0),
(5169, 270, 31, 'Rio Pardo', -299897200, -523780600, 0),
(5170, 270, 31, 'Rolante', -296505600, -505758300, 0),
(5171, 270, 31, 'Rosario do Sul', -302583300, -549141700, 0),
(5172, 270, 31, 'Sananduva', -279497200, -518066700, 0),
(5173, 270, 31, 'Santa Cruz do Sul', -297175000, -524258300, 0),
(5174, 270, 31, 'Santa Maria', -296841700, -538069400, 0),
(5175, 270, 31, 'Santa Rosa', -278708300, -544813900, 0),
(5176, 270, 31, 'Santana do Livramento', -308908300, -555327800, 0),
(5177, 270, 31, 'Santiago', -291916700, -548672200, 0),
(5178, 270, 31, 'Santo Angelo', -282991700, -542630600, 0),
(5179, 270, 31, 'Santo Augusto', -278508300, -537772200, 0),
(5180, 270, 31, 'Sao Borja', -286605600, -560044400, 0),
(5181, 270, 31, 'Sao Gabriel', -303363900, -543200000, 0),
(5182, 270, 31, 'Sao Leopoldo', -297602800, -511472200, 0),
(5183, 270, 31, 'Sao Lourenco do Sul', -313652800, -519783300, 0),
(5184, 270, 31, 'Sao Luiz Gonzaga', -284083300, -549608300, 0),
(5185, 270, 31, 'Sao Marcos', -289711100, -510680600, 0),
(5186, 270, 31, 'Sao Pedro do Sul', -296205600, -541788900, 0),
(5187, 270, 31, 'Sao Sebastiao do Cai', -295866700, -513755600, 0),
(5188, 270, 31, 'Sao Sepe', -301605600, -535652800, 0),
(5189, 270, 31, 'Sapiranga', -296380600, -510069400, 0),
(5190, 270, 31, 'Sapucaia', -298333300, -511500000, 0),
(5191, 270, 31, 'Sarandi', -279438900, -529230600, 0),
(5192, 270, 31, 'Soledade', -288183300, -525102800, 0),
(5193, 270, 31, 'Tapejara', -280680600, -520138900, 0),
(5194, 270, 31, 'Tapes', -306733300, -513958300, 0),
(5195, 270, 31, 'Taquara', -296505600, -507805600, 0),
(5196, 270, 31, 'Taquari', -297997200, -518644400, 0),
(5197, 270, 31, 'Teutonia', -294480600, -518063900, 0),
(5198, 270, 31, 'Torres', -293352800, -497269400, 0),
(5199, 270, 31, 'Tramandai', -299847200, -501336100, 0),
(5200, 270, 31, 'Tres Coroas', -295169400, -507777800, 0),
(5201, 270, 31, 'Tres Passos', -274555600, -539319400, 0),
(5202, 270, 31, 'Tupancireta', -290805600, -538358300, 0),
(5203, 270, 31, 'Uruguaiana', -297547200, -570883300, 0),
(5204, 270, 31, 'Vacaria', -285122200, -509338900, 0),
(5205, 270, 31, 'Venancio Aires', -296063900, -521919400, 0),
(5206, 270, 31, 'Veranopolis', -289361100, -515494400, 0),
(5207, 270, 31, 'Viamao', -300811100, -510233300, 0),
(5208, 271, 31, 'Angra dos Reis', -230066700, -443180600, 0),
(5209, 271, 31, 'Araruama', -228727800, -423430600, 0),
(5210, 271, 31, 'Areal', -222305600, -431055600, 0),
(5211, 271, 31, 'Armacao de Buzios', -227469400, -418816700, 0),
(5212, 271, 31, 'Arraial do Cabo', -229661100, -420277800, 0),
(5213, 271, 31, 'Barra Mansa', -225441700, -441713900, 0),
(5214, 271, 31, 'Barra do Pirai', -224700000, -438255600, 0),
(5215, 271, 31, 'Belford Roxo', -227641700, -433994400, 0),
(5216, 271, 31, 'Bom Jesus do Itabapoana', -211338900, -416797200, 0),
(5217, 271, 31, 'Cabo Frio', -228794400, -420186100, 0),
(5218, 271, 31, 'Cachoeiras de Macacu', -224625000, -426530600, 0),
(5219, 271, 31, 'Campos', -217500000, -413000000, 0),
(5220, 271, 31, 'Cantagalo', -219811100, -423680600, 0),
(5221, 271, 31, 'Carmo', -219336100, -426086100, 0),
(5222, 271, 31, 'Casimiro de Abreu', -224805600, -422041700, 0),
(5223, 271, 31, 'Cordeiro', -220286100, -423608300, 0),
(5224, 271, 31, 'Duque de Caxias', -227855600, -433116700, 0),
(5225, 271, 31, 'Guapimirim', -225372200, -429819400, 0),
(5226, 271, 31, 'Iguaba Grande', -228391700, -422288900, 0),
(5227, 271, 31, 'Itaborai', -227444400, -428594400, 0),
(5228, 271, 31, 'Itaguai', -228522200, -437752800, 0),
(5229, 271, 31, 'Itaocara', -216691700, -420761100, 0),
(5230, 271, 31, 'Itaperuna', -212050000, -418877800, 0),
(5231, 271, 31, 'Itatiaia', -224961100, -445633300, 0),
(5232, 271, 31, 'Macae', -223708300, -417869400, 0),
(5233, 271, 31, 'Mangaratiba', -229597200, -440405600, 0),
(5234, 271, 31, 'Marica', -229194400, -428186100, 0),
(5235, 271, 31, 'Mendes', -225266700, -437327800, 0),
(5236, 271, 31, 'Miguel Pereira', -224538900, -434688900, 0),
(5237, 271, 31, 'Miracema', -214122200, -421966700, 0),
(5238, 271, 31, 'Natividade', -210422200, -419733300, 0),
(5239, 271, 31, 'Nilopolis', -228075000, -434138900, 0),
(5240, 271, 31, 'Niteroi', -228833300, -431036100, 0),
(5241, 271, 31, 'Nova Friburgo', -222819400, -425311100, 0),
(5242, 271, 31, 'Nova Iguacu', -227591700, -434511100, 0),
(5243, 271, 31, 'Paracambi', -226086100, -437127800, 0),
(5244, 271, 31, 'Parati', -232177800, -447130600, 0),
(5245, 271, 31, 'Paty do Alferes', -224286100, -434186100, 0),
(5246, 271, 31, 'Petropolis', -225050000, -431786100, 0),
(5247, 271, 31, 'Pinheiral', -225127800, -440005600, 0),
(5248, 271, 31, 'Pirai', -226291700, -438980600, 0),
(5249, 271, 31, 'Porto Real', -224197200, -442902800, 0),
(5250, 271, 31, 'Quatis', -224072200, -442580600, 0),
(5251, 271, 31, 'Queimados', -227161100, -435552800, 0),
(5252, 271, 31, 'Resende', -224688900, -444466700, 0),
(5253, 271, 31, 'Rio Bonito', -227086100, -426097200, 0),
(5254, 271, 31, 'Rio das Ostras', -225269400, -419450000, 0),
(5255, 271, 31, 'Rio de Janeiro', -229027800, -432075000, 0),
(5256, 271, 31, 'Santo Antonio de Padua', -215394400, -421802800, 0),
(5257, 271, 31, 'Sao Fidelis', -216461100, -417469400, 0),
(5258, 271, 31, 'Sao Joao da Barra', -216402800, -410511100, 0),
(5259, 271, 31, 'Sao Joao de Meriti', -228038900, -433722200, 0),
(5260, 271, 31, 'Sao Pedro da Aldeia', -228391700, -421027800, 0),
(5261, 271, 31, 'Sapucaia', -219950000, -429144400, 0),
(5262, 271, 31, 'Saquarema', -229200000, -425102800, 0),
(5263, 271, 31, 'Seropedica', -227438900, -437075000, 0),
(5264, 271, 31, 'Silva Jardim', -226508300, -423916700, 0),
(5265, 271, 31, 'Tangua', -227302800, -427141700, 0),
(5266, 271, 31, 'Teresopolis', -224122200, -429655600, 0),
(5267, 271, 31, 'Tres Rios', -221166700, -432091700, 0),
(5268, 271, 31, 'Valenca', -222455600, -437002800, 0),
(5269, 271, 31, 'Vassouras', -224038900, -436625000, 0),
(5270, 271, 31, 'Volta Redonda', -225230600, -441041700, 0),
(5271, 272, 31, 'Ariquemes', -99133300, -630408300, 0),
(5272, 272, 31, 'Cacoal', -114386100, -614472200, 0),
(5273, 272, 31, 'Jaru', -104388900, -624663900, 0),
(5274, 272, 31, 'Ouro Preto do Oeste', -107480600, -622158300, 0),
(5275, 272, 31, 'Pimenta Bueno', -116725000, -611936100, 0),
(5276, 272, 31, 'Porto Velho', -87619400, -639038900, 0),
(5277, 272, 31, 'Presidente Medici', -111752800, -619013900, 0),
(5278, 272, 31, 'Vilhena', -127405600, -601458300, 0),
(5279, 273, 31, 'Boa Vista', 28197200, -606733300, 0),
(5280, 274, 31, 'Ararangua', -289347200, -494858300, 0),
(5281, 274, 31, 'Balneario Camboriu', -269905600, -486347200, 0),
(5282, 274, 31, 'Barra Velha', -266322200, -486847200, 0),
(5283, 274, 31, 'Biguacu', -274941700, -486555600, 0),
(5284, 274, 31, 'Blumenau', -269194400, -490661100, 0),
(5285, 274, 31, 'Braco do Norte', -282750000, -491655600, 0),
(5286, 274, 31, 'Brusque', -270980600, -489175000, 0),
(5287, 274, 31, 'Cacador', -267752800, -510150000, 0),
(5288, 274, 31, 'Campinas', -275944400, -486069400, 0),
(5289, 274, 31, 'Campos Novos', -274016700, -512250000, 0),
(5290, 274, 31, 'Canoinhas', -261772200, -503900000, 0),
(5291, 274, 31, 'Capinzal', -273436100, -516119400, 0),
(5292, 274, 31, 'Celso Ramos', -276344400, -513363900, 0),
(5293, 274, 31, 'Chapeco', -270963900, -526183300, 0),
(5294, 274, 31, 'Cocal', -286166700, -493500000, 0),
(5295, 274, 31, 'Concordia', -272341700, -520277800, 0),
(5296, 274, 31, 'Corrego Grande', -276014100, -485059300, 0),
(5297, 274, 31, 'Correia Pinto', -275847200, -503611100, 0),
(5298, 274, 31, 'Corupa', -264252800, -492430600, 0),
(5299, 274, 31, 'Criciuma', -286775000, -493697200, 0),
(5300, 274, 31, 'Curitibanos', -272827800, -505844400, 0),
(5301, 274, 31, 'Florianopolis', -275966700, -485491700, 0),
(5302, 274, 31, 'Forquilhinha', -287475000, -494722200, 0),
(5303, 274, 31, 'Freguesia do Ribeirao da Ilha', -277177300, -485626600, 0),
(5304, 274, 31, 'Gaspar', -269313900, -489588900, 0),
(5305, 274, 31, 'Guaramirim', -264730600, -490027800, 0),
(5306, 274, 31, 'Icara', -287133300, -493000000, 0),
(5307, 274, 31, 'Imbituba', -282400000, -486702800, 0),
(5308, 274, 31, 'Indaial', -268977800, -492316700, 0),
(5309, 274, 31, 'Itacorubi', -275831500, -484950300, 0),
(5310, 274, 31, 'Itajai', -269077800, -486619400, 0),
(5311, 274, 31, 'Itapema', -270902800, -486113900, 0),
(5312, 274, 31, 'Jaguaruna', -286150000, -490255600, 0),
(5313, 274, 31, 'Jaragua do Sul', -264861100, -490666700, 0),
(5314, 274, 31, 'Joacaba', -271780600, -515047200, 0),
(5315, 274, 31, 'Joinville', -263044400, -488455600, 0),
(5316, 274, 31, 'Lages', -278161100, -503261100, 0),
(5317, 274, 31, 'Lagoa', -276049100, -484671300, 0),
(5318, 274, 31, 'Laguna', -284825000, -487808300, 0),
(5319, 274, 31, 'Mafra', -261113900, -498052800, 0),
(5320, 274, 31, 'Morro da Cruz', -275849000, -485356200, 0),
(5321, 274, 31, 'Navegantes', -268988900, -486541700, 0),
(5322, 274, 31, 'Orleans', -283588900, -492913900, 0),
(5323, 274, 31, 'Palhoca', -276452800, -486677800, 0),
(5324, 274, 31, 'Pantanal', -276098500, -485164800, 0),
(5325, 274, 31, 'Penha', -267694400, -486458300, 0),
(5326, 274, 31, 'Pomerode', -267405600, -491769400, 0),
(5327, 274, 31, 'Porto Belo', -271577800, -485530600, 0),
(5328, 274, 31, 'Porto Uniao', -262380600, -510783300, 0),
(5329, 274, 31, 'Rio Negrinho', -262544400, -495183300, 0),
(5330, 274, 31, 'Rio Tavares', -276452900, -484748600, 0),
(5331, 274, 31, 'Rio do Sul', -272141700, -496430600, 0),
(5332, 274, 31, 'Saco dos Limoes', -276086400, -485360500, 0),
(5333, 274, 31, 'Santa Cecilia', -269608300, -504269400, 0),
(5334, 274, 31, 'Santa Monica', -275913700, -485075600, 0),
(5335, 274, 31, 'Santo Amaro da Imperatriz', -276880600, -487786100, 0),
(5336, 274, 31, 'Sao Bento do Sul', -262502800, -493786100, 0),
(5337, 274, 31, 'Sao Joao Batista', -272761100, -488494400, 0),
(5338, 274, 31, 'Sao Jose', -282333300, -491666700, 0),
(5339, 274, 31, 'Sao Lourenco dOeste', -263591700, -528511100, 0),
(5340, 274, 31, 'Schroeder', -264125000, -490730600, 0),
(5341, 274, 31, 'Sombrio', -291138900, -496166700, 0),
(5342, 274, 31, 'Tijucas', -272413900, -486336100, 0),
(5343, 274, 31, 'Timbo', -268233300, -492716700, 0),
(5344, 274, 31, 'Tres Barras', -261063900, -503222200, 0),
(5345, 274, 31, 'Tubarao', -284666700, -490069400, 0),
(5346, 274, 31, 'Urussanga', -285177800, -493208300, 0),
(5347, 274, 31, 'Videira', -270083300, -511516700, 0),
(5348, 274, 31, 'Xanxere', -268769400, -524041700, 0),
(5349, 275, 31, 'Adamantina', -216852800, -510725000, 0),
(5350, 275, 31, 'Aguai', -220594400, -469786100, 0),
(5351, 275, 31, 'Aguas de Lindoia', -224763900, -466327800, 0),
(5352, 275, 31, 'Agudos', -224691700, -489875000, 0),
(5353, 275, 31, 'Altinopolis', -210255600, -473738900, 0),
(5354, 275, 31, 'Alvares Machado', -220794400, -514719400, 0),
(5355, 275, 31, 'Americana', -227391700, -473313900, 0),
(5356, 275, 31, 'Americo Brasiliense', -217244400, -481016700, 0),
(5357, 275, 31, 'Amparo', -227011100, -467644400, 0),
(5358, 275, 31, 'Andradina', -208961100, -513794400, 0),
(5359, 275, 31, 'Angatuba', -234897200, -484127800, 0),
(5360, 275, 31, 'Aparecida', -228469400, -452297200, 0),
(5361, 275, 31, 'Apiai', -245094400, -488425000, 0),
(5362, 275, 31, 'Aracatuba', -212088900, -504327800, 0),
(5363, 275, 31, 'Araraquara', -217944400, -481755600, 0),
(5364, 275, 31, 'Araras', -223569400, -473841700, 0),
(5365, 275, 31, 'Artur Nogueira', -225730600, -471725000, 0),
(5366, 275, 31, 'Aruja', -233961100, -463208300, 0),
(5367, 275, 31, 'Assis', -226616700, -504122200, 0),
(5368, 275, 31, 'Atibaia', -231169400, -465502800, 0),
(5369, 275, 31, 'Auriflama', -206855600, -505547200, 0),
(5370, 275, 31, 'Avare', -230986100, -489258300, 0),
(5371, 275, 31, 'Bady Bassitt', -209180600, -494452800, 0),
(5372, 275, 31, 'Bariri', -220744400, -487402800, 0),
(5373, 275, 31, 'Barra Bonita', -224947200, -485580600, 0),
(5374, 275, 31, 'Barretos', -205572200, -485677800, 0),
(5375, 275, 31, 'Barrinha', -211936100, -481638900, 0),
(5376, 275, 31, 'Barueri', -235105600, -468761100, 0),
(5377, 275, 31, 'Batatais', -208911100, -475850000, 0),
(5378, 275, 31, 'Bauru', -223147200, -490605600, 0),
(5379, 275, 31, 'Bebedouro', -209494400, -484791700, 0),
(5380, 275, 31, 'Bertioga', -238544400, -461386100, 0),
(5381, 275, 31, 'Birigui', -212886100, -503400000, 0),
(5382, 275, 31, 'Biritiba Mirim', -235725000, -460386100, 0),
(5383, 275, 31, 'Boituva', -232833300, -476722200, 0),
(5384, 275, 31, 'Bom Jesus dos Perdoes', -231350000, -464652800, 0),
(5385, 275, 31, 'Botucatu', -228858300, -484450000, 0),
(5386, 275, 31, 'Braganca Paulista', -229519400, -465419400, 0),
(5387, 275, 31, 'Brodosqui', -209913900, -476586100, 0),
(5388, 275, 31, 'Brotas', -222841700, -481266700, 0),
(5389, 275, 31, 'Buri', -237975000, -485927800, 0),
(5390, 275, 31, 'Cabreuva', -233075000, -471327800, 0),
(5391, 275, 31, 'Cacapava', -231008300, -457069400, 0),
(5392, 275, 31, 'Caconde', -215294400, -466438900, 0),
(5393, 275, 31, 'Cafelandia', -218025000, -496100000, 0),
(5394, 275, 31, 'Caieiras', -233641700, -467405600, 0),
(5395, 275, 31, 'Cajamar', -233561100, -468769400, 0),
(5396, 275, 31, 'Cajuru', -212752800, -473041700, 0),
(5397, 275, 31, 'Campinas', -229055600, -470608300, 0),
(5398, 275, 31, 'Campos do Jordao', -227394400, -455913900, 0),
(5399, 275, 31, 'Candido Mota', -227463900, -503869400, 0),
(5400, 275, 31, 'Capao Bonito', -240058300, -483494400, 0),
(5401, 275, 31, 'Capela do Alto', -234705600, -477347200, 0),
(5402, 275, 31, 'Capivari', -229950000, -475077800, 0),
(5403, 275, 31, 'Caraguatatuba', -236202800, -454130600, 0),
(5404, 275, 31, 'Carapicuiba', -235225000, -468355600, 0),
(5405, 275, 31, 'Cardoso', -200819400, -499141700, 0),
(5406, 275, 31, 'Casa Branca', -217738900, -470863900, 0),
(5407, 275, 31, 'Castilho', -208722200, -514875000, 0),
(5408, 275, 31, 'Catanduva', -211377800, -489727800, 0),
(5409, 275, 31, 'Cerquilho', -231650000, -477436100, 0),
(5410, 275, 31, 'Charqueada', -225097200, -477780600, 0),
(5411, 275, 31, 'Chavantes', -230388900, -497094400, 0),
(5412, 275, 31, 'Conchal', -223302800, -471725000, 0),
(5413, 275, 31, 'Conchas', -230152800, -480105600, 0),
(5414, 275, 31, 'Cordeiropolis', -224819400, -474566700, 0),
(5415, 275, 31, 'Cosmopolis', -226458300, -471961100, 0),
(5416, 275, 31, 'Cotia', -236038900, -469191700, 0),
(5417, 275, 31, 'Cravinhos', -213402800, -477294400, 0),
(5418, 275, 31, 'Cruzeiro', -225761100, -449627800, 0),
(5419, 275, 31, 'Cubatao', -238950000, -464252800, 0),
(5420, 275, 31, 'Cunha', -230744400, -449597200, 0),
(5421, 275, 31, 'Descalvado', -219038900, -476194400, 0),
(5422, 275, 31, 'Diadema', -236861100, -466227800, 0),
(5423, 275, 31, 'Dois Corregos', -223661100, -483802800, 0),
(5424, 275, 31, 'Duartina', -224144400, -494038900, 0),
(5425, 275, 31, 'Embu', -236488900, -468522200, 0),
(5426, 275, 31, 'Embu Guacu', -238322200, -468113900, 0),
(5427, 275, 31, 'Espirito Santo do Pinhal', -221158300, -466827800, 0),
(5428, 275, 31, 'Fartura', -233883300, -495100000, 0),
(5429, 275, 31, 'Fernandopolis', -202838900, -502463900, 0),
(5430, 275, 31, 'Ferraz de Vasconcelos', -235408300, -463686100, 0),
(5431, 275, 31, 'Franca', -205386100, -474008300, 0),
(5432, 275, 31, 'Francisco Morato', -232816700, -467452800, 0),
(5433, 275, 31, 'Franco da Rocha', -233216700, -467269400, 0),
(5434, 275, 31, 'Garca', -222105600, -496561100, 0),
(5435, 275, 31, 'Guaira', -203183300, -483105600, 0),
(5436, 275, 31, 'Guapiacu', -207950000, -492202800, 0),
(5437, 275, 31, 'Guararapes', -212608300, -506427800, 0),
(5438, 275, 31, 'Guararema', -234150000, -460350000, 0),
(5439, 275, 31, 'Guaratingueta', -228163900, -451925000, 0),
(5440, 275, 31, 'Guariba', -213600000, -482283300, 0),
(5441, 275, 31, 'Guaruja', -239930600, -462563900, 0),
(5442, 275, 31, 'Guarulhos', -234627800, -465333300, 0),
(5443, 275, 31, 'Hortolandia', -228583300, -472200000, 0),
(5444, 275, 31, 'Ibate', -219547200, -479966700, 0),
(5445, 275, 31, 'Ibitinga', -217577800, -488288900, 0),
(5446, 275, 31, 'Ibiuna', -236563900, -472225000, 0),
(5447, 275, 31, 'Igaracu do Tiete', -225091700, -485577800, 0),
(5448, 275, 31, 'Igarapava', -200383300, -477469400, 0),
(5449, 275, 31, 'Iguape', -247080600, -475552800, 0),
(5450, 275, 31, 'Ilha Solteira', -204327800, -513425000, 0),
(5451, 275, 31, 'Ilhabela', -237780600, -453580600, 0),
(5452, 275, 31, 'Indaiatuba', -230902800, -472180600, 0),
(5453, 275, 31, 'Ipero', -233502800, -476886100, 0),
(5454, 275, 31, 'Ipua', -204380600, -480122200, 0),
(5455, 275, 31, 'Iracemapolis', -225805600, -475186100, 0),
(5456, 275, 31, 'Itabera', -238619400, -491372200, 0),
(5457, 275, 31, 'Itajobi', -213180600, -490544400, 0),
(5458, 275, 31, 'Itanhaem', -241830600, -467888900, 0),
(5459, 275, 31, 'Itapecerica da Serra', -237169400, -468491700, 0),
(5460, 275, 31, 'Itapetininga', -235916700, -480530600, 0),
(5461, 275, 31, 'Itapeva', -239822200, -488755600, 0),
(5462, 275, 31, 'Itapevi', -235488900, -469341700, 0),
(5463, 275, 31, 'Itapira', -224361100, -468216700, 0),
(5464, 275, 31, 'Itapolis', -215955600, -488127800, 0),
(5465, 275, 31, 'Itaporanga', -237077800, -494897200, 0),
(5466, 275, 31, 'Itapui', -222333300, -487191700, 0),
(5467, 275, 31, 'Itaquaquecetuba', -234861100, -463483300, 0),
(5468, 275, 31, 'Itarare', -241125000, -493316700, 0),
(5469, 275, 31, 'Itatiba', -230058300, -468388900, 0),
(5470, 275, 31, 'Itatinga', -231016700, -486158300, 0),
(5471, 275, 31, 'Itirapina', -222527800, -478227800, 0),
(5472, 275, 31, 'Itu', -232641700, -472991700, 0),
(5473, 275, 31, 'Itupeva', -231530600, -470577800, 0),
(5474, 275, 31, 'Ituverava', -203394400, -477805600, 0),
(5475, 275, 31, 'Jaboticabal', -212547200, -483222200, 0),
(5476, 275, 31, 'Jacarei', -233052800, -459658300, 0),
(5477, 275, 31, 'Jaguariuna', -227055600, -469858300, 0),
(5478, 275, 31, 'Jales', -202688900, -505458300, 0),
(5479, 275, 31, 'Jandira', -235275000, -469025000, 0),
(5480, 275, 31, 'Jardinopolis', -210177800, -477638900, 0),
(5481, 275, 31, 'Jarinu', -231013900, -467283300, 0),
(5482, 275, 31, 'Jau', -222963900, -485577800, 0),
(5483, 275, 31, 'Jose Bonifacio', -210527800, -496883300, 0),
(5484, 275, 31, 'Jundiai', -231863900, -468841700, 0),
(5485, 275, 31, 'Junqueiropolis', -215147200, -514336100, 0),
(5486, 275, 31, 'Juquia', -243208300, -476347200, 0),
(5487, 275, 31, 'Laranjal Paulista', -230497200, -478366700, 0),
(5488, 275, 31, 'Leme', -221855600, -473902800, 0),
(5489, 275, 31, 'Lencois Paulista', -225986100, -488002800, 0),
(5490, 275, 31, 'Limeira', -225647200, -474016700, 0),
(5491, 275, 31, 'Lins', -216786100, -497425000, 0),
(5492, 275, 31, 'Lorena', -227308300, -451247200, 0),
(5493, 275, 31, 'Louveira', -230863900, -469505600, 0),
(5494, 275, 31, 'Lucelia', -217202800, -510188900, 0),
(5495, 275, 31, 'Macatuba', -225022200, -487113900, 0),
(5496, 275, 31, 'Mairinque', -235458300, -471833300, 0),
(5497, 275, 31, 'Mairipora', -233186100, -465866700, 0),
(5498, 275, 31, 'Maracai', -226105600, -506672200, 0),
(5499, 275, 31, 'Marilia', -222138900, -499458300, 0),
(5500, 275, 31, 'Martinopolis', -221458300, -511708300, 0),
(5501, 275, 31, 'Matao', -216033300, -483658300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(5502, 275, 31, 'Maua', -236677800, -464613900, 0),
(5503, 275, 31, 'Miracatu', -242813900, -474597200, 0),
(5504, 275, 31, 'Mirandopolis', -211336100, -511016700, 0),
(5505, 275, 31, 'Mirante do Paranapanema', -222919400, -519063900, 0),
(5506, 275, 31, 'Mirassol', -208188890, -495208330, 0),
(5507, 275, 31, 'Mococa', -214677800, -470047200, 0),
(5508, 275, 31, 'Mogi Guacu', -223722200, -469422200, 0),
(5509, 275, 31, 'Mogi Mirim', -224319400, -469577800, 0),
(5510, 275, 31, 'Mogi das Cruzes', -235227800, -461883300, 0),
(5511, 275, 31, 'Mongagua', -240930600, -466208300, 0),
(5512, 275, 31, 'Monte Alto', -212611100, -484963900, 0),
(5513, 275, 31, 'Monte Aprazivel', -207725000, -497141700, 0),
(5514, 275, 31, 'Monte Azul Paulista', -209072200, -486413900, 0),
(5515, 275, 31, 'Monte Mor', -229466700, -473158300, 0),
(5516, 275, 31, 'Morro Agudo', -207313900, -480577800, 0),
(5517, 275, 31, 'Nova Granada', -205338900, -493141700, 0),
(5518, 275, 31, 'Nova Odessa', -227775000, -472958300, 0),
(5519, 275, 31, 'Novo Horizonte', -214680600, -492208300, 0),
(5520, 275, 31, 'Olimpia', -207372200, -489147200, 0),
(5521, 275, 31, 'Orlandia', -207202800, -478866700, 0),
(5522, 275, 31, 'Osasco', -235325000, -467916700, 0),
(5523, 275, 31, 'Ourinhos', -229788900, -498705600, 0),
(5524, 275, 31, 'Pacaembu', -215622200, -512605600, 0),
(5525, 275, 31, 'Palmital', -227888900, -502175000, 0),
(5526, 275, 31, 'Paraguacu Paulista', -224127800, -505758300, 0),
(5527, 275, 31, 'Pariquera Acu', -247150000, -478811100, 0),
(5528, 275, 31, 'Paulinia', -227611100, -471541700, 0),
(5529, 275, 31, 'Pederneiras', -223516700, -487750000, 0),
(5530, 275, 31, 'Pedregulho', -202569400, -474766700, 0),
(5531, 275, 31, 'Pedreira', -227419400, -469013900, 0),
(5532, 275, 31, 'Penapolis', -214197200, -500775000, 0),
(5533, 275, 31, 'Pereira Barreto', -206383300, -511091700, 0),
(5534, 275, 31, 'Peruibe', -243200000, -469983300, 0),
(5535, 275, 31, 'Piedade', -237119400, -474277800, 0),
(5536, 275, 31, 'Pilar do Sul', -238130600, -477163900, 0),
(5537, 275, 31, 'Pindamonhangaba', -229238900, -454616700, 0),
(5538, 275, 31, 'Pindorama', -211858300, -489072200, 0),
(5539, 275, 31, 'Piracicaba', -227252800, -476491700, 0),
(5540, 275, 31, 'Piraju', -231936100, -493838900, 0),
(5541, 275, 31, 'Pirajui', -219986100, -494572200, 0),
(5542, 275, 31, 'Pirapozinho', -222752800, -515000000, 0),
(5543, 275, 31, 'Pirassununga', -219961100, -474258300, 0),
(5544, 275, 31, 'Pitangueiras', -210094400, -482216700, 0),
(5545, 275, 31, 'Poa', -235280600, -463447200, 0),
(5546, 275, 31, 'Pompeia', -221086100, -501716700, 0),
(5547, 275, 31, 'Pontal', -210225000, -480372200, 0),
(5548, 275, 31, 'Porto Feliz', -232147200, -475238900, 0),
(5549, 275, 31, 'Porto Ferreira', -218538900, -474791700, 0),
(5550, 275, 31, 'Pradopolis', -213594400, -480655600, 0),
(5551, 275, 31, 'Praia Grande', -240058300, -464027800, 0),
(5552, 275, 31, 'Presidente Bernardes', -220061100, -515530600, 0),
(5553, 275, 31, 'Presidente Epitacio', -217633300, -521155600, 0),
(5554, 275, 31, 'Presidente Prudente', -221255600, -513888900, 0),
(5555, 275, 31, 'Presidente Venceslau', -218761100, -518438900, 0),
(5556, 275, 31, 'Promissao', -215366700, -498580600, 0),
(5557, 275, 31, 'Quata', -222475000, -506983300, 0),
(5558, 275, 31, 'Rancharia', -222291700, -508930600, 0),
(5559, 275, 31, 'Regente Feijo', -222213900, -513027800, 0),
(5560, 275, 31, 'Registro', -244875000, -478436100, 0),
(5561, 275, 31, 'Ribeirao Bonito', -220666700, -481761100, 0),
(5562, 275, 31, 'Ribeirao Branco', -242208300, -487655600, 0),
(5563, 275, 31, 'Ribeirao Pires', -237105600, -464133300, 0),
(5564, 275, 31, 'Ribeirao Preto', -211775000, -478102800, 0),
(5565, 275, 31, 'Rio Claro', -224113900, -475613900, 0),
(5566, 275, 31, 'Rio Grande da Serra', -237441700, -463983300, 0),
(5567, 275, 31, 'Rio das Pedras', -228433300, -476061100, 0),
(5568, 275, 31, 'Salto', -232008300, -472869400, 0),
(5569, 275, 31, 'Salto de Pirapora', -236488900, -475733300, 0),
(5570, 275, 31, 'Santa Adelia', -212427800, -488041700, 0),
(5571, 275, 31, 'Santa Barbara d''Oeste', -227536100, -474136100, 0),
(5572, 275, 31, 'Santa Branca', -233966700, -458838900, 0),
(5573, 275, 31, 'Santa Cruz das Palmeiras', -218269400, -472486100, 0),
(5574, 275, 31, 'Santa Cruz do Rio Pardo', -228988900, -496325000, 0),
(5575, 275, 31, 'Santa Fe do Sul', -202111100, -509258300, 0),
(5576, 275, 31, 'Santa Isabel', -233155600, -462213900, 0),
(5577, 275, 31, 'Santa Rita do Passa Quatro', -217102800, -474780600, 0),
(5578, 275, 31, 'Santana de Parnaiba', -234441700, -469177800, 0),
(5579, 275, 31, 'Santo Anastacio', -218383300, -516102800, 0),
(5580, 275, 31, 'Santo Andre', -236638900, -465383300, 0),
(5581, 275, 31, 'Santo Antonio de Posse', -226061100, -469194400, 0),
(5582, 275, 31, 'Santos', -239608300, -463336100, 0),
(5583, 275, 31, 'Sao Bernardo do Campo', -236938900, -465650000, 0),
(5584, 275, 31, 'Sao Caetano do Sul', -236230600, -465511100, 0),
(5585, 275, 31, 'Sao Carlos', -220175000, -478908300, 0),
(5586, 275, 31, 'Sao Joao da Boa Vista', -219691700, -467980600, 0),
(5587, 275, 31, 'Sao Joaquim da Barra', -205813900, -478547200, 0),
(5588, 275, 31, 'Sao Jose do Rio Pardo', -215955600, -468886100, 0),
(5589, 275, 31, 'Sao Jose do Rio Preto', -208197200, -493794400, 0),
(5590, 275, 31, 'Sao Jose dos Campos', -231794400, -458869400, 0),
(5591, 275, 31, 'Sao Manuel', -227311100, -485705600, 0),
(5592, 275, 31, 'Sao Paulo', -235475000, -466361100, 0),
(5593, 275, 31, 'Sao Pedro', -225486100, -479138900, 0),
(5594, 275, 31, 'Sao Roque', -235291700, -471352800, 0),
(5595, 275, 31, 'Sao Sebastiao', -237600000, -454097200, 0),
(5596, 275, 31, 'Sao Vicente', -239630600, -463919400, 0),
(5597, 275, 31, 'Serra Negra', -226122200, -467005600, 0),
(5598, 275, 31, 'Serrana', -212113900, -475955600, 0),
(5599, 275, 31, 'Sertaozinho', -211377800, -479902800, 0),
(5600, 275, 31, 'Socorro', -225913900, -465288900, 0),
(5601, 275, 31, 'Sorocaba', -235016700, -474580600, 0),
(5602, 275, 31, 'Sumare', -228219400, -472669400, 0),
(5603, 275, 31, 'Suzano', -235425000, -463108300, 0),
(5604, 275, 31, 'Tabatinga', -217166700, -486875000, 0),
(5605, 275, 31, 'Taboao da Serra', -236261100, -467916700, 0),
(5606, 275, 31, 'Tambau', -217050000, -472744400, 0),
(5607, 275, 31, 'Tanabi', -206263900, -496491700, 0),
(5608, 275, 31, 'Taquaritinga', -214061100, -485047200, 0),
(5609, 275, 31, 'Taquarituba', -235330600, -492444400, 0),
(5610, 275, 31, 'Tatui', -233555600, -478569400, 0),
(5611, 275, 31, 'Taubate', -230263900, -455552800, 0),
(5612, 275, 31, 'Teodoro Sampaio', -225325000, -521675000, 0),
(5613, 275, 31, 'Tiete', -231019400, -477147200, 0),
(5614, 275, 31, 'Tremembe', -229583300, -455494400, 0),
(5615, 275, 31, 'Tupa', -219347200, -505136100, 0),
(5616, 275, 31, 'Tupi Paulista', -213811100, -515705600, 0),
(5617, 275, 31, 'Ubatuba', -234338900, -450711100, 0),
(5618, 275, 31, 'Urupes', -212016700, -492900000, 0),
(5619, 275, 31, 'Valinhos', -229705600, -469958300, 0),
(5620, 275, 31, 'Valparaiso', -212277800, -508683300, 0),
(5621, 275, 31, 'Vargem Grande do Sul', -218322200, -468936100, 0),
(5622, 275, 31, 'Varzea Paulista', -232113900, -468283300, 0),
(5623, 275, 31, 'Vinhedo', -230297200, -469752800, 0),
(5624, 275, 31, 'Viradouro', -208730600, -482969400, 0),
(5625, 275, 31, 'Votorantim', -235466700, -474377800, 0),
(5626, 275, 31, 'Votuporanga', -204227800, -499727800, 0),
(5627, 276, 31, 'Aquidaba', -102813900, -370186100, 0),
(5628, 276, 31, 'Aracaju', -109111100, -370716700, 0),
(5629, 276, 31, 'Barra dos Coqueiros', -109088900, -370386100, 0),
(5630, 276, 31, 'Caninde de Sao Francisco', -96600000, -377894400, 0),
(5631, 276, 31, 'Capela', -105033300, -370527800, 0),
(5632, 276, 31, 'Estancia', -112683300, -374383300, 0),
(5633, 276, 31, 'Itabaiana', -106850000, -374252800, 0),
(5634, 276, 31, 'Itabaianinha', -112738900, -377900000, 0),
(5635, 276, 31, 'Japaratuba', -105933300, -369402800, 0),
(5636, 276, 31, 'Lagarto', -109172200, -376500000, 0),
(5637, 276, 31, 'Nossa Senhora da Gloria', -102183300, -374202800, 0),
(5638, 276, 31, 'Nossa Senhora do Socorro', -108550000, -371261100, 0),
(5639, 276, 31, 'Poco Verde', -107083300, -381833300, 0),
(5640, 276, 31, 'Ribeiropolis', -105394400, -374166700, 0),
(5641, 276, 31, 'Salgado', -110319400, -374750000, 0),
(5642, 276, 31, 'Sao Cristovao', -110147200, -372063900, 0),
(5643, 276, 31, 'Simao Dias', -107383300, -378111100, 0),
(5644, 276, 31, 'Tobias Barreto', -111838900, -379983300, 0),
(5645, 276, 31, 'Umbauba', -113833300, -376577800, 0),
(5646, 277, 31, 'Alvorada', -124800000, -491247200, 0),
(5647, 277, 31, 'Araguaina', -71911100, -482072200, 0),
(5648, 277, 31, 'Gurupi', -117291700, -490686100, 0),
(5649, 277, 31, 'Palmas', -102127800, -483602800, 0),
(5650, 277, 31, 'Taguatinga', -124038900, -464361100, 0),
(5651, 278, 32, 'Diego Garcia', -73133330, 724111110, 0),
(5652, 279, 33, 'Kuala Belait', 45833300, 1141833300, 0),
(5653, 279, 33, 'Seria', 46166700, 1143166700, 0),
(5654, 280, 33, 'Bandar Seri Begawan', 49402900, 1149480600, 0),
(5655, 280, 33, 'Jerudong', 49500000, 1148500000, 0),
(5656, 281, 33, 'Tutong', 48000000, 1146500000, 0),
(5657, 282, 34, 'Bansko', 418383000, 234885100, 0),
(5658, 282, 34, 'Blagoevgrad', 420166700, 231000000, 0),
(5659, 282, 34, 'Gotse Delchev', 415666700, 237333300, 0),
(5660, 282, 34, 'Gurmen', 416000000, 238166700, 0),
(5661, 282, 34, 'Kresna', 417333300, 231500000, 0),
(5662, 282, 34, 'Petrich', 414000000, 232166700, 0),
(5663, 282, 34, 'Razlog', 418863000, 234671400, 0),
(5664, 282, 34, 'Sandanski', 415666700, 232833300, 0),
(5665, 282, 34, 'Satovcha', 416166700, 239833300, 0),
(5666, 282, 34, 'Simitli', 418833300, 231166700, 0),
(5667, 282, 34, 'Yakoruda', 420252800, 236841700, 0),
(5668, 283, 34, 'Aytos', 427000000, 272500000, 0),
(5669, 283, 34, 'Burgas', 425060600, 274678100, 0),
(5670, 283, 34, 'Kameno', 425666700, 273000000, 0),
(5671, 283, 34, 'Karnobat', 426500000, 269833300, 0),
(5672, 283, 34, 'Kiten', 422342400, 277749000, 0),
(5673, 283, 34, 'Nesebur', 426592100, 277360200, 0),
(5674, 283, 34, 'Obzor', 428166700, 278833300, 0),
(5675, 283, 34, 'Pomorie', 425588200, 276439300, 0),
(5676, 283, 34, 'Primorsko', 422666700, 277666700, 0),
(5677, 283, 34, 'Ruen', 428000000, 272833300, 0),
(5678, 283, 34, 'Sozopol', 424166700, 277000000, 0),
(5679, 283, 34, 'Sredets', 423474700, 271789800, 0),
(5680, 283, 34, 'Sveti Vlas', 427136000, 277586700, 0),
(5681, 283, 34, 'Tsarevo', 421666700, 278500000, 0),
(5682, 284, 34, 'Balchik', 434166700, 281666700, 0),
(5683, 284, 34, 'Dobrich', 435666700, 278333300, 0),
(5684, 284, 34, 'General-Toshevo', 437000000, 280333300, 0),
(5685, 284, 34, 'Kavarna', 434333300, 283333300, 0),
(5686, 284, 34, 'Tervel', 437500000, 274000000, 0),
(5687, 285, 34, 'Dryanovo', 429789700, 254785000, 0),
(5688, 285, 34, 'Gabrovo', 428747200, 253341700, 0),
(5689, 285, 34, 'Sevlievo', 430258300, 251136100, 0),
(5690, 285, 34, 'Tonchevtsi', 429000000, 253166700, 0),
(5691, 285, 34, 'Tryavna', 428666700, 255000000, 0),
(5692, 286, 34, 'Bukhovo', 427666700, 235666700, 0),
(5693, 286, 34, 'Sofia', 426975100, 233241500, 0),
(5694, 287, 34, 'Dimitrovgrad', 420500000, 256000000, 0),
(5695, 287, 34, 'Elena', 429333300, 258833300, 0),
(5696, 287, 34, 'Ivaylovgrad', 415333300, 261333300, 0),
(5697, 287, 34, 'Kharmanli', 419333300, 259000000, 0),
(5698, 287, 34, 'Khaskovo', 419402800, 255694400, 0),
(5699, 287, 34, 'Simeonovgrad', 420333300, 258333300, 0),
(5700, 287, 34, 'Svilengrad', 417666700, 262000000, 0),
(5701, 288, 34, 'Ardino', 415833300, 251333300, 0),
(5702, 288, 34, 'Dzhebel', 415000000, 253000000, 0),
(5703, 288, 34, 'Gabrovo', 418000000, 252666700, 0),
(5704, 288, 34, 'Krumovgrad', 414666700, 256500000, 0),
(5705, 288, 34, 'Kurdzhali', 416500000, 253666700, 0),
(5706, 289, 34, 'Boboshevo', 421597200, 230163900, 0),
(5707, 289, 34, 'Dupnitsa', 422666700, 231166700, 0),
(5708, 289, 34, 'Kyustendil', 422838900, 226911100, 0),
(5709, 289, 34, 'Rila', 421333300, 231333300, 0),
(5710, 289, 34, 'Sapareva Banya', 422833300, 232666700, 0),
(5711, 290, 34, 'Apriltsi', 428414200, 249175900, 0),
(5712, 290, 34, 'Lovech', 431333300, 247166700, 0),
(5713, 290, 34, 'Lukovit', 432000000, 241666700, 0),
(5714, 290, 34, 'Teteven', 429166700, 242666700, 0),
(5715, 290, 34, 'Troyan', 428942700, 247158900, 0),
(5716, 291, 34, 'Berkovitsa', 432361100, 231258300, 0),
(5717, 291, 34, 'Chiprovtsi', 433841700, 228808300, 0),
(5718, 291, 34, 'Lom', 438138900, 232361100, 0),
(5719, 291, 34, 'Montana', 434125000, 232250000, 0),
(5720, 291, 34, 'Vulchedrum', 436963900, 234447200, 0),
(5721, 292, 34, 'Batak', 419500000, 242166700, 0),
(5722, 292, 34, 'Belovo', 422166700, 240166700, 0),
(5723, 292, 34, 'Panagyurishte', 425000000, 241833300, 0),
(5724, 292, 34, 'Pazardzhik', 422000000, 243333300, 0),
(5725, 292, 34, 'Peshtera', 420333300, 243000000, 0),
(5726, 292, 34, 'Rakitovo', 419833300, 240833300, 0),
(5727, 292, 34, 'Septemvri', 422166700, 241000000, 0),
(5728, 292, 34, 'Strelcha', 425000000, 243166700, 0),
(5729, 292, 34, 'Velingrad', 420272400, 239956900, 0),
(5730, 293, 34, 'Breznik', 427413900, 228980600, 0),
(5731, 293, 34, 'Pernik', 426000000, 230333300, 0),
(5732, 293, 34, 'Radomir', 425444400, 229577800, 0),
(5733, 293, 34, 'Zemen', 424788900, 227491700, 0),
(5734, 294, 34, 'Belene', 436500000, 251166700, 0),
(5735, 294, 34, 'Cherven Bryag', 432666700, 241000000, 0),
(5736, 294, 34, 'Dolna Mitropoliya', 434666700, 245333300, 0),
(5737, 294, 34, 'Dolni Dubnik', 434000000, 244333300, 0),
(5738, 294, 34, 'Levski', 433666700, 251333300, 0),
(5739, 294, 34, 'Pleven', 434166700, 246166700, 0),
(5740, 294, 34, 'Slavyanovo', 434666700, 248666700, 0),
(5741, 295, 34, 'Asenovgrad', 420166700, 248666700, 0),
(5742, 295, 34, 'Devin', 417432700, 244000300, 0),
(5743, 295, 34, 'Kalofer', 426166700, 249833300, 0),
(5744, 295, 34, 'Kaloyanovo', 423500000, 247333300, 0),
(5745, 295, 34, 'Karlovo', 426333300, 248000000, 0),
(5746, 295, 34, 'Khisarya', 425000000, 247000000, 0),
(5747, 295, 34, 'Klisura', 427000000, 244500000, 0),
(5748, 295, 34, 'Krichim', 420500000, 244666700, 0),
(5749, 295, 34, 'Perushtitsa', 420500000, 245500000, 0),
(5750, 295, 34, 'Plovdiv', 421500000, 247500000, 0),
(5751, 295, 34, 'Rakovski', 423000000, 249666700, 0),
(5752, 295, 34, 'Sadovo', 421333300, 249333300, 0),
(5753, 295, 34, 'Stamboliyski', 421333300, 245333300, 0),
(5754, 296, 34, 'Isperikh', 437166700, 268333300, 0),
(5755, 296, 34, 'Kubrat', 438000000, 265000000, 0),
(5756, 296, 34, 'Loznitsa', 433666700, 266000000, 0),
(5757, 296, 34, 'Razgrad', 435333300, 265166700, 0),
(5758, 296, 34, 'Samuil', 435166700, 267500000, 0),
(5759, 296, 34, 'Tochilari', 438500000, 264666700, 0),
(5760, 296, 34, 'Zavet', 437666700, 266666700, 0),
(5761, 297, 34, 'Borovo', 435000000, 258000000, 0),
(5762, 297, 34, 'Ruse', 438563900, 259708300, 0),
(5763, 297, 34, 'Senovo', 436500000, 263666700, 0),
(5764, 297, 34, 'Tsenovo', 435333300, 256500000, 0),
(5765, 297, 34, 'Vetovo', 437000000, 262666700, 0),
(5766, 298, 34, 'Gara Khitrino', 434333300, 269166700, 0),
(5767, 298, 34, 'Kaolinovo', 436166700, 271166700, 0),
(5768, 298, 34, 'Kaspichan', 433166700, 271666700, 0),
(5769, 298, 34, 'Novi Pazar', 433500000, 272000000, 0),
(5770, 298, 34, 'Pliska', 433666700, 271166700, 0),
(5771, 298, 34, 'Shumen', 432706400, 269228600, 0),
(5772, 298, 34, 'Smyadovo', 430666700, 270166700, 0),
(5773, 298, 34, 'Veliki Preslav', 431666700, 268166700, 0),
(5774, 298, 34, 'Vurbitsa', 430000000, 266333300, 0),
(5775, 299, 34, 'Dulovo', 438166700, 271500000, 0),
(5776, 299, 34, 'Glavinitsa', 439166700, 268333300, 0),
(5777, 299, 34, 'Silistra', 441166700, 272666700, 0),
(5778, 299, 34, 'Tutrakan', 440500000, 266166700, 0),
(5779, 300, 34, 'Kotel', 428833300, 264500000, 0),
(5780, 300, 34, 'Nova Zagora', 424833300, 260166700, 0),
(5781, 300, 34, 'Sliven', 426858300, 263291700, 0),
(5782, 301, 34, 'Banite', 416166700, 250166700, 0),
(5783, 301, 34, 'Borino', 416833300, 242833300, 0),
(5784, 301, 34, 'Chepelare', 417333300, 246833300, 0),
(5785, 301, 34, 'Dospat', 416500000, 241666700, 0),
(5786, 301, 34, 'Smolyan', 415852800, 246919400, 0),
(5787, 301, 34, 'Zlatograd', 413833300, 251000000, 0),
(5788, 302, 34, 'Anton', 427500000, 242833300, 0),
(5789, 302, 34, 'Botevgrad', 429000000, 237833300, 0),
(5790, 302, 34, 'Bov', 430325000, 233780600, 0),
(5791, 302, 34, 'Bozhurishte', 427500000, 232000000, 0),
(5792, 302, 34, 'Chelopech', 427000000, 240833300, 0),
(5793, 302, 34, 'Dolna Banya', 423000000, 237666700, 0),
(5794, 302, 34, 'Dragoman', 429188900, 229316700, 0),
(5795, 302, 34, 'Elin Pelin', 426666700, 236000000, 0),
(5796, 302, 34, 'Godech', 430150000, 230441700, 0),
(5797, 302, 34, 'Gorna Malina', 426833300, 237000000, 0),
(5798, 302, 34, 'Ikhtiman', 424333300, 238166700, 0),
(5799, 302, 34, 'Koprivshtitsa', 426333300, 243500000, 0),
(5800, 302, 34, 'Kostinbrod', 428166700, 232166700, 0),
(5801, 302, 34, 'Lakatnik', 430500000, 234000000, 0),
(5802, 302, 34, 'Mirkovo', 427000000, 239833300, 0),
(5803, 302, 34, 'Pirdop', 427000000, 241833300, 0),
(5804, 302, 34, 'Pravets', 428833300, 239166700, 0),
(5805, 302, 34, 'Samokov', 423333300, 235500000, 0),
(5806, 302, 34, 'Slivnitsa', 428500000, 230333300, 0),
(5807, 302, 34, 'Svoge', 429666700, 233500000, 0),
(5808, 302, 34, 'Zlatitsa', 427166700, 241333300, 0),
(5809, 303, 34, 'Asen', 426500000, 252000000, 0),
(5810, 303, 34, 'Chirpan', 422000000, 253333300, 0),
(5811, 303, 34, 'Gurkovo', 426666700, 258000000, 0),
(5812, 303, 34, 'Kazanluk', 426166700, 254000000, 0),
(5813, 303, 34, 'Radnevo', 423000000, 259333300, 0),
(5814, 303, 34, 'Shipka', 427166700, 253333300, 0),
(5815, 303, 34, 'Stara Zagora', 424327800, 256419400, 0),
(5816, 304, 34, 'Omurtag', 431000000, 264166700, 0),
(5817, 304, 34, 'Popovo', 433500000, 262333300, 0),
(5818, 304, 34, 'Turgovishte', 432591700, 265891700, 0),
(5819, 305, 34, 'Aksakovo', 432500000, 278166700, 0),
(5820, 305, 34, 'Beloslav', 431833300, 277000000, 0),
(5821, 305, 34, 'Dulgopol', 430500000, 273500000, 0),
(5822, 305, 34, 'Provadiya', 431833300, 274333300, 0),
(5823, 305, 34, 'Suvorovo', 433333300, 276000000, 0),
(5824, 305, 34, 'Varna', 432166700, 279166700, 0),
(5825, 305, 34, 'Zlatni Pyasatsi', 432850000, 280418000, 0),
(5826, 306, 34, 'Gorna Oryakhovitsa', 431277800, 257016700, 0),
(5827, 306, 34, 'Pavlikeni', 432427800, 253219400, 0),
(5828, 306, 34, 'Purvomaytsi', 431500000, 256500000, 0),
(5829, 306, 34, 'Strazhitsa', 432333300, 259666700, 0),
(5830, 306, 34, 'Svishtov', 436230600, 253538900, 0),
(5831, 306, 34, 'Veliko Turnovo', 430812400, 256290400, 0),
(5832, 307, 34, 'Belogradchik', 436272200, 226836100, 0),
(5833, 307, 34, 'Dimovo', 437416700, 227269400, 0),
(5834, 307, 34, 'Kula', 438877800, 225213900, 0),
(5835, 307, 34, 'Vidin', 439900000, 228725000, 0),
(5836, 308, 34, 'Byala Slatina', 434666700, 239333300, 0),
(5837, 308, 34, 'Kozloduy', 437833300, 237333300, 0),
(5838, 308, 34, 'Mezdra', 431500000, 237000000, 0),
(5839, 308, 34, 'Roman', 431500000, 239166700, 0),
(5840, 308, 34, 'Vratsa', 432100000, 235625000, 0),
(5841, 309, 34, 'Elkhovo', 421666700, 265666700, 0),
(5842, 309, 34, 'Straldzha', 426000000, 266833300, 0),
(5843, 309, 34, 'Yambol', 424833300, 265000000, 0),
(5844, 310, 35, 'Bobo-Dioulasso', 111771500, -42979000, 0),
(5845, 311, 35, 'Ouagadougou', 123642300, -15383400, 0),
(5846, 312, 36, 'Bujumbura', -33822000, 293644000, 0),
(5847, 313, 37, 'Praia', 149214800, -235086800, 0),
(5848, 314, 37, 'Mindelo', 168901400, -249804200, 0),
(5849, 315, 38, 'Paoy Pet', 136561100, 1025625000, 0),
(5850, 315, 38, 'Sisophon', 135858800, 1029736900, 0),
(5851, 316, 38, 'Batdambang', 131027100, 1031982200, 0),
(5852, 317, 38, 'Kampong Cham', 119933900, 1054635000, 0),
(5853, 318, 38, 'Kampong Chhnang', 122500000, 1046666700, 0),
(5854, 319, 38, 'Kampong Thum', 127111200, 1048887300, 0),
(5855, 320, 38, 'Kampot', 106166700, 1041833300, 0),
(5856, 321, 38, 'Ta Khmau', 114833300, 1049500000, 0),
(5857, 322, 38, 'Kratie', 124881100, 1060187900, 0),
(5858, 323, 38, 'Phnom Penh', 115624500, 1049160100, 0),
(5859, 324, 38, 'Sihanoukville', 106093200, 1035295800, 0),
(5860, 325, 38, 'Pursat', 125387800, 1039192000, 0),
(5861, 326, 38, 'Siemreab', 133666700, 1038500000, 0),
(5862, 327, 38, 'Phumi Veal Sre', 109808100, 1047782800, 0),
(5863, 328, 39, 'Bankim', 60830300, 114905000, 0),
(5864, 328, 39, 'Ngaoundere', 73166700, 135833300, 0),
(5865, 329, 39, 'Mbalmayo', 35166700, 115000000, 0),
(5866, 329, 39, 'Yaounde', 38666700, 115166700, 0),
(5867, 330, 39, 'Bertoua', 45833300, 136833300, 0),
(5868, 331, 39, 'Maroua', 105909500, 143159200, 0),
(5869, 332, 39, 'Douala', 40482700, 97042800, 0),
(5870, 332, 39, 'Nkongsamba', 49547000, 99404000, 0),
(5871, 334, 39, 'Bamenda', 59526600, 101582400, 0),
(5872, 333, 39, 'Garoua', 93000000, 134000000, 0),
(5873, 335, 39, 'Bafoussam', 54736600, 104178600, 0),
(5874, 335, 39, 'Foumban', 57291000, 109001100, 0),
(5875, 337, 39, 'Buea', 41527000, 92410000, 0),
(5876, 337, 39, 'Limbe', 40242000, 92149000, 0),
(5877, 336, 39, 'Ebolowa', 29000000, 111500000, 0),
(5878, 336, 39, 'Kribi', 29500000, 99166700, 0),
(5879, 336, 39, 'Sangmelima', 29333300, 119833300, 0),
(5880, 338, 40, 'Academy', 508501100, -1140519900, 0),
(5881, 338, 40, 'Acheson', 535501400, -1137687400, 0),
(5882, 338, 40, 'Acme', 514958910, -1135079470, 0),
(5883, 338, 40, 'Airdrie', 513001100, -1140352800, 0),
(5884, 338, 40, 'Akenside', 536001400, -1132520000, 0),
(5885, 338, 40, 'Albert Park', 510334100, -1140019800, 0),
(5886, 338, 40, 'Andrew', 538834600, -1123518900, 0),
(5887, 338, 40, 'Athabasca', 547168700, -1132853700, 0),
(5888, 338, 40, 'Balzac', 512168100, -1140186800, 0),
(5889, 338, 40, 'Banff', 511762200, -1155698200, 0),
(5890, 338, 40, 'Barrhead', 541334500, -1144021100, 0),
(5891, 338, 40, 'Bashaw', 525834200, -1129686500, 0),
(5892, 338, 40, 'Bearspaw', 511334100, -1143020000, 0),
(5893, 338, 40, 'Beaumont', 533501300, -1134187100, 0),
(5894, 338, 40, 'Beaver Lake', 547669000, -1119186000, 0),
(5895, 338, 40, 'Beaver Mines', 494500000, -1142019600, 0),
(5896, 338, 40, 'Beaverlodge', 552166400, -1194360500, 0),
(5897, 338, 40, 'Beddington', 511501100, -1140519800, 0),
(5898, 338, 40, 'Bennett', 509668100, -1137852700, 0),
(5899, 338, 40, 'Bittern Lake', 530783850, -1131766460, 0),
(5900, 338, 40, 'Black Diamond', 507001100, -1142353000, 0),
(5901, 338, 40, 'Blackfalds', 523834200, -1137853000, 0),
(5902, 338, 40, 'Blackie', 506001000, -1136186500, 0),
(5903, 338, 40, 'Bon Accord', 538334500, -1134187200, 0),
(5904, 338, 40, 'Bonnyville', 542659190, -1107303890, 0),
(5905, 338, 40, 'Bottrel', 514001100, -1144853200, 0),
(5906, 338, 40, 'Bow Island', 498667600, -1113684300, 0),
(5907, 338, 40, 'Bowness', 510834400, -1141686600, 0),
(5908, 338, 40, 'Boyle', 545834800, -1128187100, 0),
(5909, 338, 40, 'Bragg Creek', 509512900, -1145602800, 0),
(5910, 338, 40, 'Brightbank', 534168300, -1141853600, 0),
(5911, 338, 40, 'Brooks', 505834100, -1118850900, 0),
(5912, 338, 40, 'Calgary', 510386070, -1139814860, 0),
(5913, 338, 40, 'Calmar', 532668300, -1138187400, 0),
(5914, 338, 40, 'Campbell', 536334400, -1135687200, 0),
(5915, 338, 40, 'Camrose', 530168400, -1128352500, 0),
(5916, 338, 40, 'Canmore', 510833500, -1153520600, 0),
(5917, 338, 40, 'Carbon', 514834300, -1131519100, 0),
(5918, 338, 40, 'Cardston', 491999800, -1133019000, 0),
(5919, 338, 40, 'Carmangay', 501333300, -1131185800, 0),
(5920, 338, 40, 'Carstairs', 515668100, -1141020000, 0),
(5921, 338, 40, 'Champion', 502278610, -1128347340, 0),
(5922, 338, 40, 'Chauvin', 527001500, -1101182600, 0),
(5923, 338, 40, 'Chestermere', 510512000, -1138154530, 0),
(5924, 338, 40, 'Clairmont', 552666800, -1187860100, 0),
(5925, 338, 40, 'Claresholm', 500333200, -1135852400, 0),
(5926, 338, 40, 'Coaldale', 497167000, -1126185400, 0),
(5927, 338, 40, 'Cochrane', 511834100, -1144687100, 0),
(5928, 338, 40, 'Cold Lake', 544501800, -1102017000, 0),
(5929, 338, 40, 'Crossfield', 514334100, -1140352800, 0),
(5930, 338, 40, 'Crowchild', 509501100, -1142353000, 0),
(5931, 338, 40, 'Delburne', 522001200, -1132352300, 0),
(5932, 338, 40, 'Devon', 533668300, -1137353300, 0),
(5933, 338, 40, 'Didsbury', 516668100, -1141352900, 0),
(5934, 338, 40, 'Doris', 544501500, -1146521700, 0),
(5935, 338, 40, 'Dovercourt', 523752800, -1149216700, 0),
(5936, 338, 40, 'Drayton Valley', 532168200, -1149854400, 0),
(5937, 338, 40, 'Drumheller', 514617100, -1127101100, 0),
(5938, 338, 40, 'Eckville', 523600020, -1143688840, 0),
(5939, 338, 40, 'Edmonton', 535501400, -1134687100, 0),
(5940, 338, 40, 'Edson', 535834500, -1164355900, 0),
(5941, 338, 40, 'Elk Point', 539001700, -1109017000, 0),
(5942, 338, 40, 'Evanston', 511639800, -1141229700, 0),
(5943, 338, 40, 'Fairview', 560801110, -1183781540, 0),
(5944, 338, 40, 'Ferlow Junction', 529501400, -1128852500, 0),
(5945, 338, 40, 'Forest Lawn', 510334100, -1139686800, 0),
(5946, 338, 40, 'Fort Chipewyan', 587222400, -1111205300, 0),
(5947, 338, 40, 'Fort Kent', 543168800, -1106184500, 0),
(5948, 338, 40, 'Fort McMurray', 567267600, -1113810300, 0),
(5949, 338, 40, 'Fort Saskatchewan', 537168400, -1132187000, 0),
(5950, 338, 40, 'Forth', 522501200, -1138187000, 0),
(5951, 338, 40, 'Gladys', 507168100, -1137019600, 0),
(5952, 338, 40, 'Goodwin', 552147900, -1180261190, 0),
(5953, 338, 40, 'Grande Cache', 538833500, -1191358500, 0),
(5954, 338, 40, 'Grande Prairie', 551696940, -1187994940, 0),
(5955, 338, 40, 'Grimshaw', 561902760, -1176068010, 0),
(5956, 338, 40, 'Hanna', 516334300, -1119018100, 0),
(5957, 338, 40, 'High Level', 585168800, -1171360500, 0),
(5958, 338, 40, 'High Prairie', 554334000, -1164858000, 0),
(5959, 338, 40, 'High River', 505834100, -1138686700, 0),
(5960, 338, 40, 'Hinton', 534000900, -1175856700, 0),
(5961, 338, 40, 'Hythe', 553271400, -1195583600, 0),
(5962, 338, 40, 'Innisfail', 520268800, -1139507100, 0),
(5963, 338, 40, 'Irma', 529168400, -1112349700, 0),
(5964, 338, 40, 'Iron River', 544501800, -1109185000, 0),
(5965, 338, 40, 'Jasper', 528786600, -1180812300, 0),
(5966, 338, 40, 'Keith', 511001100, -1142520000, 0),
(5967, 338, 40, 'Kovach', 509333600, -1152020300, 0),
(5968, 338, 40, 'La Crete', 581834800, -1164026800, 0),
(5969, 338, 40, 'Lac La Biche', 547669000, -1119686100, 0),
(5970, 338, 40, 'Lac Ste. Anne', 536834400, -1144353900, 0),
(5971, 338, 40, 'Lacombe', 524668100, -1137353000, 0),
(5972, 338, 40, 'Lancaster Park', 536668400, -1134853200, 0),
(5973, 338, 40, 'Langdon', 509739900, -1136776000, 0),
(5974, 338, 40, 'Leduc', 532638630, -1135502070, 0),
(5975, 338, 40, 'Legal', 539501500, -1135853300, 0),
(5976, 338, 40, 'Lenzie', 497166900, -1129185700, 0),
(5977, 338, 40, 'Lethbridge', 496944510, -1128344710, 0),
(5978, 338, 40, 'Linden', 515918100, -1134852500, 0),
(5979, 338, 40, 'Lloydminster', 532789210, -1100394090, 0),
(5980, 338, 40, 'Looma', 533668300, -1132520000, 0),
(5981, 338, 40, 'Manning', 569168300, -1176194500, 0),
(5982, 338, 40, 'Mannville', 533334500, -1111684000, 0),
(5983, 338, 40, 'Marwayne', 535334700, -1103349100, 0),
(5984, 338, 40, 'Meanook', 545668700, -1133353700, 0),
(5985, 338, 40, 'Mearns', 538668400, -1138020400, 0),
(5986, 338, 40, 'Medicine Hat', 500500600, -1106683400, 0),
(5987, 338, 40, 'Medley', 544168700, -1102684000, 0),
(5988, 338, 40, 'Midnapore', 509153200, -1140590300, 0),
(5989, 338, 40, 'Millarville', 508425280, -1144620290, 0),
(5990, 338, 40, 'Minburn', 533162810, -1113680400, 0),
(5991, 338, 40, 'Mintlaw', 522168200, -1139020000, 0),
(5992, 338, 40, 'Monarch', 498000100, -1131185700, 0),
(5993, 338, 40, 'Montgomery', 510751100, -1141644900, 0),
(5994, 338, 40, 'Morinville', 538001400, -1136520300, 0),
(5995, 338, 40, 'Mount Royal University', 510122800, -1141323900, 0),
(5996, 338, 40, 'Munson', 515630280, -1127416890, 0),
(5997, 338, 40, 'Nisku', 533334300, -1135353100, 0),
(5998, 338, 40, 'North Red Deer', 522834200, -1138187000, 0),
(5999, 338, 40, 'Northleigh', 533668300, -1148021200, 0),
(6000, 338, 40, 'Okotoks', 507288500, -1139828100, 0),
(6001, 338, 40, 'Olds', 517834100, -1141019900, 0),
(6002, 338, 40, 'Otway', 523668300, -1149188000, 0),
(6003, 338, 40, 'Peace River', 562501000, -1172859900, 0),
(6004, 338, 40, 'Penhold', 521334200, -1138687000, 0),
(6005, 338, 40, 'Philomena', 551669100, -1116351600, 0),
(6006, 338, 40, 'Pincher Creek', 494832800, -1139519500, 0),
(6007, 338, 40, 'Ponoka', 526768000, -1135814700, 0),
(6008, 338, 40, 'Provost', 523501400, -1102682800, 0),
(6009, 338, 40, 'Rainbow Lake', 584931780, -1194041070, 0),
(6010, 338, 40, 'Raymond', 494499800, -1126518500, 0),
(6011, 338, 40, 'Red Deer', 522668200, -1138020000, 0),
(6012, 338, 40, 'Redcliff', 500833600, -1107849500, 0),
(6013, 338, 40, 'Rimbey', 526449370, -1142459360, 0),
(6014, 338, 40, 'Rocky Mountain House', 523668300, -1149188000, 0),
(6015, 338, 40, 'Rocky View', 511834100, -1139352700, 0),
(6016, 338, 40, 'Sedgewick', 527668500, -1116850400, 0),
(6017, 338, 40, 'Sexsmith', 553499800, -1187860200, 0),
(6018, 338, 40, 'Shepard', 509516100, -1139114000, 0),
(6019, 338, 40, 'Sherwood Park', 535168400, -1133187000, 0),
(6020, 338, 40, 'Silver Springs', 511001100, -1141519900, 0),
(6021, 338, 40, 'Simons Valley', 511834100, -1142019900, 0),
(6022, 338, 40, 'Slave Lake', 552834400, -1147689600, 0),
(6023, 338, 40, 'Spruce Grove', 535334400, -1139187400, 0),
(6024, 338, 40, 'St. Albert', 536342100, -1136244370, 0),
(6025, 338, 40, 'St. Paul', 539914850, -1112956130, 0),
(6026, 338, 40, 'Starlight', 509668100, -1141686900, 0),
(6027, 338, 40, 'Stettler', 523168300, -1127186100, 0),
(6028, 338, 40, 'Stewart', 496499900, -1127351500, 0),
(6029, 338, 40, 'Stirling', 494999900, -1125185400, 0),
(6030, 338, 40, 'Stony Plain', 535334300, -1140020500, 0),
(6031, 338, 40, 'Strathmore', 510501100, -1133852300, 0),
(6032, 338, 40, 'Sylvan Lake', 523168100, -1140853000, 0),
(6033, 338, 40, 'Thorsby', 532334300, -1140520500, 0),
(6034, 338, 40, 'Three Hills', 517001200, -1132686300, 0),
(6035, 338, 40, 'Turner Valley', 506668100, -1142853000, 0),
(6036, 338, 40, 'Two Guns', 509501100, -1141686900, 0),
(6037, 338, 40, 'Valhalla', 554039450, -1193834060, 0),
(6038, 338, 40, 'Vegreville', 535001500, -1120518200, 0),
(6039, 338, 40, 'Vermilion', 533668600, -1108516600, 0),
(6040, 338, 40, 'Vilna', 541168700, -1119185500, 0),
(6041, 338, 40, 'Wabasca', 559874600, -1139191300, 0),
(6042, 338, 40, 'Wainwright', 528390400, -1108572300, 0),
(6043, 338, 40, 'Waterton Park', 490499500, -1139186400, 0),
(6044, 338, 40, 'Wembley', 551499500, -1191360200, 0),
(6045, 338, 40, 'Westlock', 541501600, -1138687600, 0),
(6046, 338, 40, 'Wetaskiwin', 529668300, -1133686900, 0),
(6047, 338, 40, 'White Sands', 524668300, -1128186300, 0),
(6048, 338, 40, 'Whitecourt', 541414040, -1156796550, 0),
(6049, 339, 40, 'Abbotsford', 490490570, -1222861200, 0),
(6050, 339, 40, 'Agassiz', 492329800, -1217692600, 0),
(6051, 339, 40, 'Ahousat', 492828900, -1260696000, 0),
(6052, 339, 40, 'Ainsworth', 497353000, -1169115300, 0),
(6053, 339, 40, 'Aldergrove', 490580100, -1224708700, 0),
(6054, 339, 40, 'Alta Lake', 500997000, -1229860600, 0),
(6055, 339, 40, 'Anmore', 493163700, -1228526300, 0),
(6056, 339, 40, 'Armstrong', 504497900, -1192023500, 0),
(6057, 339, 40, 'Ashcroft', 507164600, -1212859000, 0),
(6058, 339, 40, 'Balfour', 496166000, -1169688900, 0),
(6059, 339, 40, 'Bamfield', 488333660, -1251426080, 0),
(6060, 339, 40, 'Beasley', 495367850, -1174283140, 0),
(6061, 339, 40, 'Beaverley', 538165900, -1228863100, 0),
(6062, 339, 40, 'Belcarra', 493177700, -1229304300, 0),
(6063, 339, 40, 'Bella Bella', 521643250, -1281559310, 0),
(6064, 339, 40, 'Black Creek', 498853400, -1252038900, 0),
(6065, 339, 40, 'Blind Bay', 508831100, -1193856900, 0),
(6066, 339, 40, 'Blue River', 521100900, -1193104900, 0),
(6067, 339, 40, 'Boat Harbour', 490829300, -1238027000, 0),
(6068, 339, 40, 'Boston Bar', 498700200, -1214439900, 0),
(6069, 339, 40, 'Bowen Island', 493829500, -1233359600, 0),
(6070, 339, 40, 'Braeloch', 497830700, -1195190700, 0),
(6071, 339, 40, 'Brentwood Bay', 485829400, -1234526200, 0),
(6072, 339, 40, 'Britannia Beach', 496329700, -1232026700, 0),
(6073, 339, 40, 'Brookswood', 490744800, -1226473300, 0),
(6074, 339, 40, 'Burnaby', 492752540, -1229924730, 0),
(6075, 339, 40, 'Burns Lake', 542331000, -1257533000, 0),
(6076, 339, 40, 'Cache Creek', 508101100, -1213246000, 0),
(6077, 339, 40, 'Campbell River', 500163400, -1252445900, 0),
(6078, 339, 40, 'Canal Flats', 501499400, -1158187900, 0),
(6079, 339, 40, 'Castlegar', 492998400, -1176689400, 0),
(6080, 339, 40, 'Central Saanich', 485663400, -1234193200, 0),
(6081, 339, 40, 'Chase', 508165000, -1196857100, 0),
(6082, 339, 40, 'Chemainus', 489163300, -1237193700, 0),
(6083, 339, 40, 'Chetwynd', 556998800, -1216362700, 0),
(6084, 339, 40, 'Chilliwack', 491663800, -1219525700, 0),
(6085, 339, 40, 'Clearwater', 516406100, -1200276900, 0),
(6086, 339, 40, 'Cloverdale', 491079700, -1227276000, 0),
(6087, 339, 40, 'Cobble Hill', 486829300, -1236026400, 0),
(6088, 339, 40, 'Coldstream', 502164900, -1192023500, 0),
(6089, 339, 40, 'Colebrook', 490996700, -1228693100, 0),
(6090, 339, 40, 'Colwood', 484329300, -1234859100, 0),
(6091, 339, 40, 'Comox', 496829400, -1249361300, 0),
(6092, 339, 40, 'Coquitlam', 492608240, -1228686870, 0),
(6093, 339, 40, 'Courtenay', 496865700, -1249936000, 0),
(6094, 339, 40, 'Cowans Point', 493329500, -1233526600, 0),
(6095, 339, 40, 'Cowichan Bay', 487336600, -1236173900, 0),
(6096, 339, 40, 'Cranbrook', 494999100, -1157687900, 0),
(6097, 339, 40, 'Creston', 490998700, -1165021100, 0),
(6098, 339, 40, 'Crofton', 488663300, -1236526600, 0),
(6099, 339, 40, 'Cumberland', 496163400, -1250361300, 0),
(6100, 339, 40, 'Dawson Creek', 557597480, -1202336440, 0),
(6101, 339, 40, 'Deep Cove', 493269100, -1229486000, 0),
(6102, 339, 40, 'Delta', 491439900, -1229068000, 0),
(6103, 339, 40, 'Deroche', 491829800, -1220692800, 0),
(6104, 339, 40, 'Duncan', 487829300, -1237026600, 0),
(6105, 339, 40, 'Edelweiss', 513166500, -1169689000, 0),
(6106, 339, 40, 'Elkford', 500500700, -1148854000, 0),
(6107, 339, 40, 'Enderby', 505498000, -1191523400, 0),
(6108, 339, 40, 'Esquimalt', 484496300, -1234193000, 0),
(6109, 339, 40, 'Fernie', 494999600, -1150687100, 0),
(6110, 339, 40, 'Fernwood', 489135400, -1235359600, 0),
(6111, 339, 40, 'Fintry', 501330800, -1195023800, 0),
(6112, 339, 40, 'Fort Langley', 491681200, -1225800400, 0),
(6113, 339, 40, 'Fort Nelson', 588053300, -1227002000, 0),
(6114, 339, 40, 'Fort St. John', 562500000, -1208500000, 0),
(6115, 339, 40, 'Fraser Lake', 540581400, -1248504000, 0),
(6116, 339, 40, 'Fruitvale', 491165400, -1175522200, 0),
(6117, 339, 40, 'Gabriola', 491704300, -1238499000, 0),
(6118, 339, 40, 'Galiano Island', 489362600, -1234671000, 0),
(6119, 339, 40, 'Ganges', 488496400, -1235026500, 0),
(6120, 339, 40, 'Garden Bay', 496354500, -1240386500, 0),
(6121, 339, 40, 'Garibaldi Highlands', 497339700, -1231340800, 0),
(6122, 339, 40, 'Gibsons', 493996500, -1235026800, 0),
(6123, 339, 40, 'Gitwinksihlkw', 552045960, -1290827510, 0),
(6124, 339, 40, 'Golden', 512999500, -1169689000, 0),
(6125, 339, 40, 'Grand Forks', 490330900, -1184356000, 0),
(6126, 339, 40, 'Granthams Landing', 494163500, -1235026800, 0),
(6127, 339, 40, 'Greenwood', 490997900, -1186856100, 0),
(6128, 339, 40, 'Halfmoon Bay', 495163500, -1239194400, 0),
(6129, 339, 40, 'Harrison Hot Springs', 492996900, -1217858600, 0),
(6130, 339, 40, 'Hillcrest', 487996300, -1238026700, 0),
(6131, 339, 40, 'Hilliers', 492996300, -1244860700, 0),
(6132, 339, 40, 'Hollyburn', 493345200, -1231570000, 0),
(6133, 339, 40, 'Hope', 493829900, -1214414400, 0),
(6134, 339, 40, 'Hopington', 490829700, -1225525900, 0),
(6135, 339, 40, 'Houston', 543997600, -1266700800, 0),
(6136, 339, 40, 'Huntingdon', 490075300, -1222648700, 0),
(6137, 339, 40, 'Invermere', 505166600, -1160353800, 0),
(6138, 339, 40, 'Kamloops', 506664800, -1203192000, 0),
(6139, 339, 40, 'Kaslo', 499165800, -1169188700, 0),
(6140, 339, 40, 'Kedleston', 503164900, -1191856500, 0),
(6141, 339, 40, 'Kelowna', 498830700, -1194856800, 0),
(6142, 339, 40, 'Kimberley', 496832500, -1159855000, 0),
(6143, 339, 40, 'Kitimat', 540524400, -1286534200, 0),
(6144, 339, 40, 'Klemtu', 525829300, -1285200500, 0),
(6145, 339, 40, 'Ladner', 490893800, -1230824100, 0),
(6146, 339, 40, 'Ladysmith', 489829200, -1238193800, 0),
(6147, 339, 40, 'Lake Cowichan', 488243770, -1240394520, 0),
(6148, 339, 40, 'Langford', 484496300, -1235026100, 0),
(6149, 339, 40, 'Langley', 491030290, -1226567320, 0),
(6150, 339, 40, 'Lillooet', 506856000, -1219420000, 0),
(6151, 339, 40, 'Lions Bay', 494496600, -1232359600, 0),
(6152, 339, 40, 'Logan Lake', 504997600, -1208025300, 0),
(6153, 339, 40, 'Lumby', 502497900, -1189690400, 0),
(6154, 339, 40, 'Lytton', 502244150, -1215775870, 0),
(6155, 339, 40, 'Mackenzie', 553363700, -1230937400, 0),
(6156, 339, 40, 'Madeira Park', 496176900, -1240211400, 0),
(6157, 339, 40, 'Mansons Landing', 500663400, -1249861700, 0),
(6158, 339, 40, 'Maple Ridge', 492193900, -1226019300, 0),
(6159, 339, 40, 'Maplewood', 484561900, -1233534600, 0),
(6160, 339, 40, 'Masset', 540161100, -1321033200, 0),
(6161, 339, 40, 'Matsqui', 490829700, -1223525800, 0),
(6162, 339, 40, 'Mayne', 488496400, -1233026300, 0),
(6163, 339, 40, 'McBride', 532999500, -1201693200, 0),
(6164, 339, 40, 'Merritt', 501122500, -1207942000, 0),
(6165, 339, 40, 'Merville', 497829400, -1250528600, 0),
(6166, 339, 40, 'Mill Bay', 549828200, -1298868400, 0),
(6167, 339, 40, 'Mission', 491329800, -1223025800, 0),
(6168, 339, 40, 'Montney', 564498800, -1209196500, 0),
(6169, 339, 40, 'Mud Bay', 490996600, -1228859100, 0),
(6170, 339, 40, 'Murrayville', 490893300, -1226138600, 0),
(6171, 339, 40, 'Nakusp', 502498700, -1178022600, 0),
(6172, 339, 40, 'Nanaimo', 491663400, -1239360100, 0),
(6173, 339, 40, 'Nelson', 494915040, -1172952370, 0),
(6174, 339, 40, 'New Westminster', 492067800, -1229109200, 0),
(6175, 339, 40, 'North Cowichan', 488413300, -1236859600, 0),
(6176, 339, 40, 'North Delta', 491700000, -1229200000, 0),
(6177, 339, 40, 'North Kamloops', 506997800, -1203692000, 0),
(6178, 339, 40, 'North Saanich', 486663400, -1234193300, 0),
(6179, 339, 40, 'North Vancouver', 493169560, -1230702360, 0),
(6180, 339, 40, 'Oak Bay', 484496400, -1233026000, 0),
(6181, 339, 40, 'Okanagan', 503638600, -1193499700, 0),
(6182, 339, 40, 'Oliver', 491813810, -1195526120, 0),
(6183, 339, 40, 'Ootischenia', 492831400, -1176355400, 0),
(6184, 339, 40, 'Osoyoos', 490330600, -1194523700, 0),
(6185, 339, 40, 'Panorama Park', 491143300, -1228678300, 0),
(6186, 339, 40, 'Parksville', 493163300, -1243194500, 0),
(6187, 339, 40, 'Passmore', 495417500, -1176491500, 0),
(6188, 339, 40, 'Peachland', 497664700, -1197356800, 0),
(6189, 339, 40, 'Pemberton', 503164100, -1228027300, 0),
(6190, 339, 40, 'Penticton', 494806200, -1195858400, 0),
(6191, 339, 40, 'Pineview', 454244400, -756058300, 0),
(6192, 339, 40, 'Pitt Meadows', 492211900, -1226896500, 0),
(6193, 339, 40, 'Port Alberni', 492413300, -1248028000, 0),
(6194, 339, 40, 'Port Coquitlam', 492663700, -1227693200, 0),
(6195, 339, 40, 'Port Hardy', 506996200, -1274198500, 0),
(6196, 339, 40, 'Port Mann', 491996700, -1228193200, 0),
(6197, 339, 40, 'Port McNeill', 505829400, -1271031100, 0),
(6198, 339, 40, 'Port Mellon', 495810900, -1234523290, 0),
(6199, 339, 40, 'Port Moody', 492829700, -1228526300, 0),
(6200, 339, 40, 'Port Sidney', 486504600, -1233956900, 0),
(6201, 339, 40, 'Powell River', 498496200, -1245361200, 0),
(6202, 339, 40, 'Prince George', 539166000, -1227530100, 0),
(6203, 339, 40, 'Prince Rupert', 543139760, -1303229730, 0),
(6204, 339, 40, 'Princeton', 494580200, -1205107600, 0),
(6205, 339, 40, 'Puntledge', 496663400, -1250528400, 0),
(6206, 339, 40, 'Qualicum Beach', 493468300, -1244360600, 0),
(6207, 339, 40, 'Quathiaski Cove', 500526800, -1252175300, 0),
(6208, 339, 40, 'Queen Charlotte', 532660630, -1321220940, 0),
(6209, 339, 40, 'Quesnel', 529784200, -1224931000, 0),
(6210, 339, 40, 'Revelstoke', 509831700, -1182023000, 0),
(6211, 339, 40, 'Richmond', 491700300, -1231368300, 0),
(6212, 339, 40, 'Riondel', 497666000, -1168521900, 0),
(6213, 339, 40, 'Roberts Creek', 494239300, -1236469200, 0),
(6214, 339, 40, 'Robson West', 493331400, -1177022400, 0),
(6215, 339, 40, 'Rossland', 490831300, -1178022400, 0),
(6216, 339, 40, 'Rutland', 498997700, -1193856700, 0),
(6217, 339, 40, 'Saanich', 485496400, -1233693100, 0),
(6218, 339, 40, 'Saanichton', 485963350, -1234168490, 0),
(6219, 339, 40, 'Salmo', 491998600, -1172689000, 0),
(6220, 339, 40, 'Salmon Arm', 506998000, -1193023700, 0),
(6221, 339, 40, 'Salt Spring Island', 488172600, -1235100200, 0),
(6222, 339, 40, 'Sandspit', 532426200, -1318211700, 0),
(6223, 339, 40, 'Sardis', 491314100, -1219600900, 0),
(6224, 339, 40, 'Savona', 507533700, -1208436900, 0),
(6225, 339, 40, 'Sayward', 503829300, -1259696900, 0),
(6226, 339, 40, 'Sechelt', 494734800, -1237520600, 0),
(6227, 339, 40, 'Shawnigan Lake', 486511040, -1236450620, 0),
(6228, 339, 40, 'Sicamous', 508331200, -1189856500, 0),
(6229, 339, 40, 'Sidney', 486496400, -1234026200, 0),
(6230, 339, 40, 'Smithers', 547803600, -1271742800, 0),
(6231, 339, 40, 'Sooke', 483746300, -1237276200, 0),
(6232, 339, 40, 'Sparwood', 497333200, -1148853200, 0),
(6233, 339, 40, 'Sproatt', 500829900, -1230360700, 0),
(6234, 339, 40, 'Squamish', 497001700, -1231559700, 0),
(6235, 339, 40, 'Steveston', 491271400, -1231813700, 0),
(6236, 339, 40, 'Summerland', 495997700, -1196691100, 0),
(6237, 339, 40, 'Sunnyside', 490496700, -1227859000, 0),
(6238, 339, 40, 'Surrey', 491063500, -1228250900, 0),
(6239, 339, 40, 'Taylor', 561581800, -1206918000, 0),
(6240, 339, 40, 'Terrace', 545163400, -1286034500, 0),
(6241, 339, 40, 'Tofino', 491520700, -1259031500, 0),
(6242, 339, 40, 'Trail', 490998300, -1177022300, 0),
(6243, 339, 40, 'Tsawwassen', 490180000, -1230817200, 0),
(6244, 339, 40, 'Tumbler Ridge', 551252900, -1210014100, 0),
(6245, 339, 40, 'Ucluelet', 489329100, -1255528300, 0),
(6246, 339, 40, 'Valemount', 528332900, -1192525000, 0),
(6247, 339, 40, 'Valley View', 559832100, -1202528700, 0),
(6248, 339, 40, 'Vancouver', 492691480, -1231036790, 0),
(6249, 339, 40, 'Vanderhoof', 540165700, -1240198200, 0),
(6250, 339, 40, 'Vedder Crossing', 491111300, -1219578600, 0),
(6251, 339, 40, 'Vernon', 502580900, -1192690500, 0),
(6252, 339, 40, 'Victoria', 484353790, -1234900040, 0),
(6253, 339, 40, 'View Royal', 484579300, -1234526100, 0),
(6254, 339, 40, 'Walnut Grove', 491647300, -1226404200, 0),
(6255, 339, 40, 'Welcome Beach', 494829500, -1239027300, 0),
(6256, 339, 40, 'West Kelowna', 498625000, -1195833300, 0),
(6257, 339, 40, 'Westside', 498830700, -1195356800, 0),
(6258, 339, 40, 'Whistler', 501164000, -1229694600, 0),
(6259, 339, 40, 'White Rock', 490163600, -1228026000, 0),
(6260, 339, 40, 'Williams Lake', 521415300, -1221445100, 0),
(6261, 339, 40, 'Willoughby', 491262400, -1226799500, 0),
(6262, 339, 40, 'Windermere', 504666500, -1159853700, 0),
(6263, 339, 40, 'Winfield', 500220800, -1194054200, 0),
(6264, 339, 40, 'Yarrow', 490820700, -1220503400, 0),
(6265, 339, 40, 'Yennadon', 492329700, -1225859000, 0),
(6266, 340, 40, 'Altona', 491046900, -975596100, 0),
(6267, 340, 40, 'Arborg', 509072100, -972175700, 0),
(6268, 340, 40, 'Ashern', 511822100, -983463300, 0),
(6269, 340, 40, 'Assiniboia', 498589000, -972603500, 0),
(6270, 340, 40, 'Baragar', 498711200, -999166600, 0),
(6271, 340, 40, 'Beaconia', 504456100, -965581100, 0),
(6272, 340, 40, 'Beausejour', 500622000, -965166900, 0),
(6273, 340, 40, 'Boissevain', 492306200, -1000558600, 0),
(6274, 340, 40, 'Brandon', 498358630, -999646230, 0),
(6275, 340, 40, 'Brooklands', 499208000, -972006500, 0),
(6276, 340, 40, 'Churchill', 587254100, -941168200, 0),
(6277, 340, 40, 'City Centre', 498761000, -971645500, 0),
(6278, 340, 40, 'Cloverdale', 501672000, -970012300, 0),
(6279, 340, 40, 'Cranberry Portage', 545855160, -1013765330, 0),
(6280, 340, 40, 'Dauphin', 511494100, -1000502300, 0),
(6281, 340, 40, 'East Kildonan', 499222000, -971012400, 0),
(6282, 340, 40, 'East Kildonan - Transcona', 499194000, -970453400, 0),
(6283, 340, 40, 'East Selkirk Station', 501275000, -968173200, 0),
(6284, 340, 40, 'Eriksdale', 508604130, -981018960, 0),
(6285, 340, 40, 'Flin Flon', 547682400, -1018649700, 0),
(6286, 340, 40, 'Friedensfeld', 495104390, -965781380, 0),
(6287, 340, 40, 'Gardenton', 490868700, -966956200, 0),
(6288, 340, 40, 'Gilbert Plains', 511497000, -1004886500, 0),
(6289, 340, 40, 'Gimli', 506336200, -969906600, 0),
(6290, 340, 40, 'Gladstone', 502258300, -989507800, 0),
(6291, 340, 40, 'Grandview', 511726300, -1007007800, 0),
(6292, 340, 40, 'Griswold', 497760240, -1004717180, 0),
(6293, 340, 40, 'Kildonan', 499500000, -971006400, 0),
(6294, 340, 40, 'Killarney', 491833200, -996636400, 0),
(6295, 340, 40, 'Less Crossing', 500614000, -969959300, 0),
(6296, 340, 40, 'Lido Plage', 498764000, -975156700, 0),
(6297, 340, 40, 'Lord Selkirk - West Kildonan', 499494000, -971587400, 0),
(6298, 340, 40, 'Marchand', 494443800, -963866800, 0),
(6299, 340, 40, 'Minnedosa', 502428180, -998635600, 0),
(6300, 340, 40, 'Morden', 491919000, -981013600, 0),
(6301, 340, 40, 'Morris', 493549900, -973656700, 0),
(6302, 340, 40, 'Murray Park', 499022000, -972764500, 0),
(6303, 340, 40, 'Neepawa', 502289200, -994664200, 0),
(6304, 340, 40, 'Niverville', 496055900, -970423400, 0),
(6305, 340, 40, 'Nunalla', 599244500, -948280100, 0),
(6306, 340, 40, 'Old England', 500447720, -970400860, 0),
(6307, 340, 40, 'Otterburne', 494971900, -970523400, 0),
(6308, 340, 40, 'Pinawa', 501489000, -958811500, 0),
(6309, 340, 40, 'Pine Ridge', 500044000, -968414200, 0),
(6310, 340, 40, 'Plumas', 503847200, -990871900, 0),
(6311, 340, 40, 'Portage la Prairie', 499728200, -982926300, 0),
(6312, 340, 40, 'Powerview', 505806280, -962954810, 0),
(6313, 340, 40, 'Riel', 498017000, -970862400, 0),
(6314, 340, 40, 'Riverton', 509956220, -969997200, 0),
(6315, 340, 40, 'Selkirk', 501436000, -968845200, 0),
(6316, 340, 40, 'Shilo', 498056300, -996419300, 0),
(6317, 340, 40, 'Souris', 496172000, -1002612000, 0),
(6318, 340, 40, 'St-Lazare', 504489000, -1013051100, 0),
(6319, 340, 40, 'St. Boniface', 498572400, -970851500, 0),
(6320, 340, 40, 'Ste. Anne', 437001100, -794163000, 0),
(6321, 340, 40, 'Steinbach', 495257900, -966845100, 0),
(6322, 340, 40, 'Stonewall', 501344100, -973267600, 0),
(6323, 340, 40, 'Swan River', 521058000, -1012675900, 0),
(6324, 340, 40, 'Teulon', 503858100, -972617600, 0),
(6325, 340, 40, 'The Pas', 538250900, -1012541300, 0),
(6326, 340, 40, 'Thompson', 557435000, -978557900, 0),
(6327, 340, 40, 'Transcona', 498956000, -970059300, 0),
(6328, 340, 40, 'Tyndall', 500828000, -966589000, 0),
(6329, 340, 40, 'Virden', 498613820, -1009355800, 0),
(6330, 340, 40, 'Wasagaming', 506383470, -999014350, 0),
(6331, 340, 40, 'Whittier', 498992000, -971142400, 0),
(6332, 340, 40, 'Winkler', 491817000, -979410400, 0),
(6333, 340, 40, 'Winnipeg', 498844000, -971470400, 0),
(6334, 340, 40, 'Winnipeg Beach', 504997200, -969753500, 0),
(6335, 341, 40, 'Bathurst', 476181400, -656511200, 0),
(6336, 341, 40, 'Beresford', 476912800, -656989300, 0),
(6337, 341, 40, 'Berry Mills', 461168500, -649487700, 0),
(6338, 341, 40, 'Bouctouche', 464684400, -647390500, 0),
(6339, 341, 40, 'Campbellton', 480075100, -666727200, 0),
(6340, 341, 40, 'Caraquet', 477941300, -649386000, 0),
(6341, 341, 40, 'Dalhousie', 479639610, -664784770, 0),
(6342, 341, 40, 'Dieppe', 460784400, -646873500, 0),
(6343, 341, 40, 'Doaktown', 465569700, -661256800, 0),
(6344, 341, 40, 'Dorchester', 459015500, -645079500, 0),
(6345, 341, 40, 'Edmundston', 473737000, -683251200, 0),
(6346, 341, 40, 'Five Corners', 451923700, -672826250, 0),
(6347, 341, 40, 'Fredericton', 459454100, -666655800, 0),
(6348, 341, 40, 'Germany', 455668300, -666321700, 0),
(6349, 341, 40, 'Grand Falls', 470460900, -677417900, 0),
(6350, 341, 40, 'Hampton', 455287600, -658535400, 0),
(6351, 341, 40, 'Hillsborough', 459198500, -646551600, 0),
(6352, 341, 40, 'Juniper', 465496500, -672215700, 0),
(6353, 341, 40, 'Kedgwick', 476445700, -673434400, 0),
(6354, 341, 40, 'Keswick', 460001100, -668321800, 0),
(6355, 341, 40, 'Lameque', 477443600, -647198800, 0),
(6356, 341, 40, 'Long Point', 456098300, -659002900, 0),
(6357, 341, 40, 'Memramcook', 459709500, -645920600, 0),
(6358, 341, 40, 'Miramichi', 470043100, -654654400, 0),
(6359, 341, 40, 'Moncton', 461159400, -648018600, 0),
(6360, 341, 40, 'Neguac', 472489400, -650740800, 0),
(6361, 341, 40, 'New Maryland', 458793200, -666682800, 0),
(6362, 341, 40, 'Newcastle', 470001100, -655654400, 0),
(6363, 341, 40, 'North Devon', 459668100, -666321800, 0),
(6364, 341, 40, 'Oromocto', 458351200, -664791700, 0),
(6365, 341, 40, 'Purdys Corner', 452501500, -661155500, 0),
(6366, 341, 40, 'Quispamsis', 454213500, -659512700, 0),
(6367, 341, 40, 'Renous', 468168000, -657987600, 0),
(6368, 341, 40, 'Richibucto', 466807300, -648804400, 0),
(6369, 341, 40, 'Riverview', 460545500, -648159700, 0),
(6370, 341, 40, 'Rothesay', 453804600, -659674400, 0),
(6371, 341, 40, 'Sackville', 459187500, -643845500, 0),
(6372, 341, 40, 'Saint John', 452885490, -660461090, 0),
(6373, 341, 40, 'Saint-Isidore', 476691590, -651038070, 0),
(6374, 341, 40, 'Saint-Quentin', 475132600, -673928800, 0),
(6375, 341, 40, 'Shediac', 462198100, -645410700, 0),
(6376, 341, 40, 'Simms Corner', 452668500, -660988500, 0),
(6377, 341, 40, 'St. George', 451265400, -668313800, 0),
(6378, 341, 40, 'St. Margarets', 469094700, -652090100, 0),
(6379, 341, 40, 'St. Stephen', 451804400, -672952900, 0),
(6380, 341, 40, 'Suss', 457762390, -653810160, 0),
(6381, 341, 40, 'Sussex', 457226600, -655066300, 0),
(6382, 341, 40, 'Tracadie-Sheila', 475144400, -649180600, 0),
(6383, 341, 40, 'Woodstock', 462000000, -676166670, 0),
(6384, 341, 40, 'Youngs Crossing', 459668100, -665988800, 0),
(6385, 342, 40, 'Burgeo', 476134130, -576104910, 0),
(6386, 342, 40, 'Cape Broyle', 470929900, -529424600, 0),
(6387, 342, 40, 'Carbonear', 477331900, -532147800, 0),
(6388, 342, 40, 'Channel-Port aux Basques', 475702100, -591367400, 0),
(6389, 342, 40, 'Clarenville', 481666000, -539648200, 0),
(6390, 342, 40, 'Corner Brook', 489667100, -579484000, 0),
(6391, 342, 40, 'Deer Lake', 491667100, -574316300, 0),
(6392, 342, 40, 'Fort Townshend', 475692900, -527230400, 0),
(6393, 342, 40, 'Gander', 489682200, -545906400, 0),
(6394, 342, 40, 'Grand Bank', 470999500, -557650400, 0),
(6395, 342, 40, 'Happy Valley-Goose Bay', 533168500, -603315300, 0),
(6396, 342, 40, 'Labrador City', 529462600, -669113700, 0),
(6397, 342, 40, 'Lethbridge', 483666000, -538648000, 0),
(6398, 342, 40, 'Lewisporte', 492499300, -550481600, 0),
(6399, 342, 40, 'Lourdes', 486500200, -589985200, 0),
(6400, 342, 40, 'Mahers', 473998900, -533647900, 0),
(6401, 342, 40, 'Marystown', 471666300, -551482900, 0),
(6402, 342, 40, 'Mount Pearl', 475176790, -528051740, 0),
(6403, 342, 40, 'Paradise', 475290900, -528813600, 0),
(6404, 342, 40, 'Paradise Cove', 493666700, -553333300, 0),
(6405, 342, 40, 'Rattling Brook', 490666400, -553148900, 0),
(6406, 342, 40, 'Sand Pits', 475665900, -527313400, 0),
(6407, 342, 40, 'Springdale', 494999500, -560649200, 0),
(6408, 342, 40, 'St. John''s', 475649400, -527093100, 0),
(6409, 342, 40, 'Stephenville', 485500100, -585818000, 0),
(6410, 342, 40, 'Torbay', 476665900, -527313500, 0),
(6411, 342, 40, 'Twillingate', 496499200, -547648600, 0),
(6412, 342, 40, 'Wabush', 529001500, -668654100, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(6413, 342, 40, 'Wishingwell Park', 475612900, -527341400, 0),
(6414, 343, 40, 'Aklavik', 682191300, -1350107100, 0),
(6415, 343, 40, 'Behchoko', 628419700, -1159916860, 0),
(6416, 343, 40, 'Deline', 652173990, -1234339860, 0),
(6417, 343, 40, 'Fort Enterprise', 644727400, -1131525500, 0),
(6418, 343, 40, 'Fort McPherson', 674364450, -1348807550, 0),
(6419, 343, 40, 'Fort Simpson', 618617630, -1213476270, 0),
(6420, 343, 40, 'Fort Smith', 603698850, -1135389060, 0),
(6421, 343, 40, 'Hay River', 608155500, -1157999300, 0),
(6422, 343, 40, 'Inuvik', 683498600, -1337218100, 0),
(6423, 343, 40, 'Norman Wells', 653053010, -1267057120, 0),
(6424, 343, 40, 'Rae-Edzo', 628004100, -1160527100, 0),
(6425, 343, 40, 'Tuktoyaktuk', 694453580, -1330341810, 0),
(6426, 343, 40, 'Yellowknife', 624546640, -1143709200, 0),
(6427, 344, 40, 'Amherst', 458334500, -641987400, 0),
(6428, 344, 40, 'Antigonish', 456168500, -619985800, 0),
(6429, 344, 40, 'Argyle', 438001600, -658488500, 0),
(6430, 344, 40, 'Arichat', 455168400, -610152100, 0),
(6431, 344, 40, 'Askilton', 457001400, -612985300, 0),
(6432, 344, 40, 'Bedford', 447255200, -636673200, 0),
(6433, 344, 40, 'Bible Hill', 453668500, -632819800, 0),
(6434, 344, 40, 'Black Point', 446515830, -639807500, 0),
(6435, 344, 40, 'Bridgewater', 443834500, -645154600, 0),
(6436, 344, 40, 'Burnside', 446925000, -636002800, 0),
(6437, 344, 40, 'Canning', 451688560, -644023020, 0),
(6438, 344, 40, 'Clydesdale', 456168500, -631819700, 0),
(6439, 344, 40, 'Cole Harbour', 446716700, -634897200, 0),
(6440, 344, 40, 'ColeRidge Estates', 446796000, -634650900, 0),
(6441, 344, 40, 'Dartmouth', 446713400, -635771900, 0),
(6442, 344, 40, 'Dartmouth Crossing', 447016700, -635650000, 0),
(6443, 344, 40, 'Digby', 446168500, -657655500, 0),
(6444, 344, 40, 'Dominion', 461803150, -600195390, 0),
(6445, 344, 40, 'Eastern Passage', 446168500, -634819900, 0),
(6446, 344, 40, 'English Corner', 447334500, -637820100, 0),
(6447, 344, 40, 'Gabarus', 458334400, -601484500, 0),
(6448, 344, 40, 'Glace Bay', 461969500, -599569800, 0),
(6449, 344, 40, 'Gold Brook', 462334400, -609152000, 0),
(6450, 344, 40, 'Grahams Corner', 446834500, -635486900, 0),
(6451, 344, 40, 'Guysborough', 453834500, -614985400, 0),
(6452, 344, 40, 'Halifax', 446563520, -635960800, 0),
(6453, 344, 40, 'Hebbville', 443501500, -645320700, 0),
(6454, 344, 40, 'Hills Road', 460334400, -600984400, 0),
(6455, 344, 40, 'Ingonish', 467001400, -603651600, 0),
(6456, 344, 40, 'Ireland', 454501500, -620818900, 0),
(6457, 344, 40, 'Kentville', 450834500, -644987600, 0),
(6458, 344, 40, 'Lismore', 457001500, -622653000, 0),
(6459, 344, 40, 'Liverpool', 440334600, -647154800, 0),
(6460, 344, 40, 'Middleton', 449501500, -650655000, 0),
(6461, 344, 40, 'Middleton Corner', 457168500, -631653700, 0),
(6462, 344, 40, 'Mill Cove', 445834500, -640654300, 0),
(6463, 344, 40, 'Montavista', 449501500, -635987000, 0),
(6464, 344, 40, 'Morar', 458501400, -619818800, 0),
(6465, 344, 40, 'Mount Uniacke Gold District', 449334500, -637987200, 0),
(6466, 344, 40, 'New Glasgow', 455834400, -626486300, 0),
(6467, 344, 40, 'New Minas', 450668500, -644487600, 0),
(6468, 344, 40, 'North Sydney', 462078700, -602560600, 0),
(6469, 344, 40, 'Pictou', 456834400, -627153400, 0),
(6470, 344, 40, 'Pine Grove', 444168500, -645154600, 0),
(6471, 344, 40, 'Port Hawkesbury', 456168500, -613485300, 0),
(6472, 344, 40, 'Port Williams', 451001500, -644154600, 0),
(6473, 344, 40, 'Rear of East Bay', 459834400, -603651600, 0),
(6474, 344, 40, 'Shaw Island', 445501500, -642820400, 0),
(6475, 344, 40, 'Shubenacadie', 450834500, -633986900, 0),
(6476, 344, 40, 'Southwest Mabou', 460168400, -614485400, 0),
(6477, 344, 40, 'Stellarton', 455585400, -626606900, 0),
(6478, 344, 40, 'Stewiacke', 451334500, -633486800, 0),
(6479, 344, 40, 'Sydney', 461351000, -601831000, 0),
(6480, 344, 40, 'Sydney River', 461168400, -602151500, 0),
(6481, 344, 40, 'Tatamagouche', 457168500, -632986800, 0),
(6482, 344, 40, 'Terminal Beach', 446763320, -633094260, 0),
(6483, 344, 40, 'Truro', 453668500, -632653800, 0),
(6484, 344, 40, 'Tusket', 438668500, -659655600, 0),
(6485, 344, 40, 'Weston', 450668500, -647820800, 0),
(6486, 344, 40, 'Windsor', 449834500, -641320400, 0),
(6487, 344, 40, 'Wolfville', 450889290, -643681630, 0),
(6488, 344, 40, 'Yarmouth', 438334500, -661155700, 0),
(6489, 345, 40, 'Arctic Bay', 730052780, -850330560, 0),
(6490, 345, 40, 'Arviat', 610955870, -940718900, 0),
(6491, 345, 40, 'Baker Lake', 643200900, -960212300, 0),
(6492, 345, 40, 'Clyde River', 704533990, -684793580, 0),
(6493, 345, 40, 'Coral Harbour', 641337390, -831668930, 0),
(6494, 345, 40, 'Gjoa Haven', 686260200, -958783600, 0),
(6495, 345, 40, 'Igloolik', 693668490, -818244190, 0),
(6496, 345, 40, 'Iqaluit', 637505900, -685144900, 0),
(6497, 345, 40, 'Kugaaruk', 685357700, -898247100, 0),
(6498, 345, 40, 'Kugluktuk', 678274300, -1150964900, 0),
(6499, 345, 40, 'Pangnirtung', 661395330, -657174810, 0),
(6500, 345, 40, 'Pond Inlet', 727013700, -779593300, 0),
(6501, 345, 40, 'Rankin Inlet', 628173200, -920832400, 0),
(6502, 345, 40, 'Taloyoak', 695372200, -935211200, 0),
(6503, 346, 40, 'Achill', 440168100, -799163500, 0),
(6504, 346, 40, 'Acton', 436296900, -800414900, 0),
(6505, 346, 40, 'Agincourt', 437834200, -792829000, 0),
(6506, 346, 40, 'Agincourt North', 438041800, -792752800, 0),
(6507, 346, 40, 'Ajax', 438501200, -790328800, 0),
(6508, 346, 40, 'Alderwood', 436034800, -795460400, 0),
(6509, 346, 40, 'Alexandria', 453167900, -746325700, 0),
(6510, 346, 40, 'Algonquin Park West', 454500000, -788161000, 0),
(6511, 346, 40, 'Alliston', 441501100, -798663500, 0),
(6512, 346, 40, 'Alma', 437309000, -805032870, 0),
(6513, 346, 40, 'Almonte', 452299300, -761958500, 0),
(6514, 346, 40, 'Amherstburg', 421000900, -830998500, 0),
(6515, 346, 40, 'Ancaster', 432180600, -799871600, 0),
(6516, 346, 40, 'Andy''s Corners', 427579000, -805382800, 0),
(6517, 346, 40, 'Angus', 443168100, -798829500, 0),
(6518, 346, 40, 'Applewood Hills', 436137700, -796058200, 0),
(6519, 346, 40, 'Armour Heights', 437459900, -794310700, 0),
(6520, 346, 40, 'Armsdale', 438213400, -792510800, 0),
(6521, 346, 40, 'Arnprior', 454334100, -763493900, 0),
(6522, 346, 40, 'Arthur', 438321100, -805369100, 0),
(6523, 346, 40, 'Atikokan', 487555100, -916216000, 0),
(6524, 346, 40, 'Attawapiskat', 529277400, -824166900, 0),
(6525, 346, 40, 'Aurora', 440001100, -794663200, 0),
(6526, 346, 40, 'Avonmore', 451439900, -750863300, 0),
(6527, 346, 40, 'Aylmer', 427667900, -809830200, 0),
(6528, 346, 40, 'Ayton', 439704760, -809781160, 0),
(6529, 346, 40, 'Baden', 434001000, -806497000, 0),
(6530, 346, 40, 'Bala', 450099530, -796532710, 0),
(6531, 346, 40, 'Baldwin Village', 436558600, -793932600, 0),
(6532, 346, 40, 'Ballycroy', 439771300, -798721500, 0),
(6533, 346, 40, 'Bancroft', 450501300, -778495000, 0),
(6534, 346, 40, 'Barrhaven', 452748900, -757491900, 0),
(6535, 346, 40, 'Barrie', 444001100, -796663400, 0),
(6536, 346, 40, 'Bath', 441834200, -767827300, 0),
(6537, 346, 40, 'Beachburg', 457348600, -768643880, 0),
(6538, 346, 40, 'Beamsville', 431668100, -794829100, 0),
(6539, 346, 40, 'Beaverton', 444334200, -791496000, 0),
(6540, 346, 40, 'Bedford Park', 437334100, -794163000, 0),
(6541, 346, 40, 'Beeton', 440918550, -798438860, 0),
(6542, 346, 40, 'Belle River', 423000800, -827165300, 0),
(6543, 346, 40, 'Belleville', 441668200, -773827700, 0),
(6544, 346, 40, 'Bells Corners', 453222200, -758333300, 0),
(6545, 346, 40, 'Bendale', 437660700, -792423200, 0),
(6546, 346, 40, 'Bermondsey', 437150100, -793122300, 0),
(6547, 346, 40, 'Bethany', 441830000, -785670000, 0),
(6548, 346, 40, 'Big Beaver House', 529501200, -898833900, 0),
(6549, 346, 40, 'Birch Cliff', 436905900, -792760600, 0),
(6550, 346, 40, 'Bissett Creek', 462168200, -780662300, 0),
(6551, 346, 40, 'Blanshard', 433227250, -813442380, 0),
(6552, 346, 40, 'Blenheim', 423333900, -819997800, 0),
(6553, 346, 40, 'Blind River', 461837960, -829060130, 0),
(6554, 346, 40, 'Bloomfield', 439943000, -771858200, 0),
(6555, 346, 40, 'Bloor West Village', 436517600, -794785700, 0),
(6556, 346, 40, 'Bloordale Gardens', 436388700, -795707100, 0),
(6557, 346, 40, 'Blue Mountains', 445003900, -803068330, 0),
(6558, 346, 40, 'Bluewater', 434905360, -816130980, 0),
(6559, 346, 40, 'Bobcaygeon', 445462000, -785420300, 0),
(6560, 346, 40, 'Bolton', 438795200, -797379100, 0),
(6561, 346, 40, 'Bon Secours Beach', 443334100, -795329300, 0),
(6562, 346, 40, 'Bongard', 440501100, -769494400, 0),
(6563, 346, 40, 'Bosworth', 437834000, -806497100, 0),
(6564, 346, 40, 'Bourget', 454334000, -751493000, 0),
(6565, 346, 40, 'Bowesville', 453168000, -756660400, 0),
(6566, 346, 40, 'Bowmanville', 439168200, -786828600, 0),
(6567, 346, 40, 'Box Grove', 438598400, -792274800, 0),
(6568, 346, 40, 'Bracebridge', 450334100, -793163300, 0),
(6569, 346, 40, 'Bradford', 441168100, -795663200, 0),
(6570, 346, 40, 'Brampton', 436834100, -797663300, 0),
(6571, 346, 40, 'Brant', 431334000, -803496700, 0),
(6572, 346, 40, 'Brantford', 431334000, -802663600, 0),
(6573, 346, 40, 'Braund Port', 442668200, -783328300, 0),
(6574, 346, 40, 'Breezy''s Corners', 434010780, -799633030, 0),
(6575, 346, 40, 'Bridgeport', 434834000, -804829900, 0),
(6576, 346, 40, 'Brighton', 440334200, -777327900, 0),
(6577, 346, 40, 'Brisbane', 437451200, -800769400, 0),
(6578, 346, 40, 'Britannia', 453629000, -757937500, 0),
(6579, 346, 40, 'Brockton Village', 436527200, -794336800, 0),
(6580, 346, 40, 'Brockville', 445886310, -756845510, 0),
(6581, 346, 40, 'Browns Corners', 438130400, -792432700, 0),
(6582, 346, 40, 'Bruce Mines', 463000600, -837999200, 0),
(6583, 346, 40, 'Buckhorn', 445501200, -783495400, 0),
(6584, 346, 40, 'Burlington', 433862100, -798371300, 0),
(6585, 346, 40, 'Burnhamthorpe', 436241500, -795947500, 0),
(6586, 346, 40, 'Buttonville', 438605900, -793608600, 0),
(6587, 346, 40, 'ByWard Market', 454271000, -756923400, 0),
(6588, 346, 40, 'Cabbagetown', 436644300, -793679400, 0),
(6589, 346, 40, 'Caledon', 438501000, -799996600, 0),
(6590, 346, 40, 'Caledon East', 438691300, -798669100, 0),
(6591, 346, 40, 'Caledon Village', 438601500, -799960500, 0),
(6592, 346, 40, 'Caledonia', 430668100, -799329400, 0),
(6593, 346, 40, 'Callander', 462168000, -793663200, 0),
(6594, 346, 40, 'Cambridge', 433601000, -803126900, 0),
(6595, 346, 40, 'Campbell Maxwell Front', 443001200, -762493800, 0),
(6596, 346, 40, 'Campbellford', 443084200, -777994900, 0),
(6597, 346, 40, 'Canfield', 429205510, -797757240, 0),
(6598, 346, 40, 'Cannington', 443501200, -790328800, 0),
(6599, 346, 40, 'Cardinal', 447834100, -753826300, 0),
(6600, 346, 40, 'Carleton Place', 451334100, -761493800, 0),
(6601, 346, 40, 'Carleton Village', 436697700, -794578000, 0),
(6602, 346, 40, 'Carp', 453501000, -760326700, 0),
(6603, 346, 40, 'Casa Loma', 436979310, -794661920, 0),
(6604, 346, 40, 'Casselman', 453168000, -750826000, 0),
(6605, 346, 40, 'Centennial', 437831800, -791491100, 0),
(6606, 346, 40, 'Centennial Park', 436566300, -795912300, 0),
(6607, 346, 40, 'Centreville', 449500800, -812664400, 0),
(6608, 346, 40, 'Chalk River', 460168200, -774494800, 0),
(6609, 346, 40, 'Chantham-Kent', 424000000, -821833300, 0),
(6610, 346, 40, 'Chapleau', 478444870, -834043650, 0),
(6611, 346, 40, 'Chatham', 423809510, -822187320, 0),
(6612, 346, 40, 'Chatham-Kent', 424000900, -821831000, 0),
(6613, 346, 40, 'Chatsworth', 444501490, -808859350, 0),
(6614, 346, 40, 'Chelmsford', 465833800, -811997600, 0),
(6615, 346, 40, 'Cheminis', 481668700, -795329700, 0),
(6616, 346, 40, 'Chesley', 442991610, -810935590, 0),
(6617, 346, 40, 'Chesterville', 451032730, -752307340, 0),
(6618, 346, 40, 'Chinatown', 436508600, -793972500, 0),
(6619, 346, 40, 'CityPlace', 436399000, -793970800, 0),
(6620, 346, 40, 'Claireville', 437419300, -796170600, 0),
(6621, 346, 40, 'Clarence-Rockland', 455501000, -752910100, 0),
(6622, 346, 40, 'Clarington', 439948200, -786748600, 0),
(6623, 346, 40, 'Clarks Corners', 437992300, -793045500, 0),
(6624, 346, 40, 'Clarkson', 435185200, -796335400, 0),
(6625, 346, 40, 'Cliffcrest', 437219200, -792309100, 0),
(6626, 346, 40, 'Cliffside', 437102000, -792428400, 0),
(6627, 346, 40, 'Clinton', 435872300, -815302800, 0),
(6628, 346, 40, 'Cobourg', 439597700, -781651500, 0),
(6629, 346, 40, 'Cochrane', 490624220, -810249590, 0),
(6630, 346, 40, 'Colchester', 419833900, -829331400, 0),
(6631, 346, 40, 'Coleraine', 438195400, -796786900, 0),
(6632, 346, 40, 'Collingwood', 444834000, -802163800, 0),
(6633, 346, 40, 'Colwell', 443334100, -797829500, 0),
(6634, 346, 40, 'Comber', 422314580, -825756510, 0),
(6635, 346, 40, 'Concord', 438001100, -794829100, 0),
(6636, 346, 40, 'Connaught', 537800000, -90500000, 0),
(6637, 346, 40, 'Cooksville', 435787700, -796248700, 0),
(6638, 346, 40, 'Cooper''s Trailer Park', 443148200, -781995200, 0),
(6639, 346, 40, 'Copper Cliff', 464667800, -810664400, 0),
(6640, 346, 40, 'Corbyville', 442181110, -773858340, 0),
(6641, 346, 40, 'Corktown', 436577500, -793597400, 0),
(6642, 346, 40, 'Cornwall', 450180900, -747281500, 0),
(6643, 346, 40, 'Corso Italia', 436765900, -794457400, 0),
(6644, 346, 40, 'Cottam', 421333900, -827498200, 0),
(6645, 346, 40, 'Coventry', 439043100, -797307300, 0),
(6646, 346, 40, 'Crescent Town', 436960200, -792936100, 0),
(6647, 346, 40, 'Crystal Beach', 428638200, -790586500, 0),
(6648, 346, 40, 'Darbyville', 435182180, -800763980, 0),
(6649, 346, 40, 'Davenport', 436710700, -794377600, 0),
(6650, 346, 40, 'Davisville Village', 437046300, -793877000, 0),
(6651, 346, 40, 'Deer Park', 436924400, -793916700, 0),
(6652, 346, 40, 'Delaware', 429167900, -814164600, 0),
(6653, 346, 40, 'Delhi', 428501000, -804996800, 0),
(6654, 346, 40, 'Delrex', 436436400, -799040400, 0),
(6655, 346, 40, 'Derry West', 436458300, -797070100, 0),
(6656, 346, 40, 'Discovery District', 436587100, -793900400, 0),
(6657, 346, 40, 'Distillery District', 436516000, -793560900, 0),
(6658, 346, 40, 'Dixie', 436001200, -795996100, 0),
(6659, 346, 40, 'Don Mills', 437334100, -793329000, 0),
(6660, 346, 40, 'Dorset Park', 437538600, -792821500, 0),
(6661, 346, 40, 'Douro', 444300610, -781373000, 0),
(6662, 346, 40, 'Dovercourt', 436652000, -794321000, 0),
(6663, 346, 40, 'Downsview', 437168100, -794829100, 0),
(6664, 346, 40, 'Downtown Toronto', 436501100, -793829000, 0),
(6665, 346, 40, 'Dryden', 497750400, -928336300, 0),
(6666, 346, 40, 'Dublin', 435054670, -812852270, 0),
(6667, 346, 40, 'Dufferin Grove', 436576600, -794279300, 0),
(6668, 346, 40, 'Dundas', 432637700, -799523700, 0),
(6669, 346, 40, 'Dunnville', 429001100, -796163100, 0),
(6670, 346, 40, 'Durham', 441667900, -808164200, 0),
(6671, 346, 40, 'Earlscourt', 436819900, -794485800, 0),
(6672, 346, 40, 'East Danforth', 436856600, -793127900, 0),
(6673, 346, 40, 'East Gwillimbury', 441334100, -794163100, 0),
(6674, 346, 40, 'East Windsor', 423167800, -829831400, 0),
(6675, 346, 40, 'East York', 437151570, -793613080, 0),
(6676, 346, 40, 'Eatonville', 436388900, -795477800, 0),
(6677, 346, 40, 'Eganville', 455334100, -770994500, 0),
(6678, 346, 40, 'Eglinton East', 437391700, -792457600, 0),
(6679, 346, 40, 'Elgin', 446081570, -761225980, 0),
(6680, 346, 40, 'Ellesmere', 437684900, -792854100, 0),
(6681, 346, 40, 'Elliot Lake', 463833600, -826331500, 0),
(6682, 346, 40, 'Elm Tree Corners', 443140200, -787884700, 0),
(6683, 346, 40, 'Elmira', 436000900, -805497000, 0),
(6684, 346, 40, 'Elora', 436834000, -804329900, 0),
(6685, 346, 40, 'Emo', 486332300, -938336300, 0),
(6686, 346, 40, 'Englehart', 478168600, -798664000, 0),
(6687, 346, 40, 'Enniskerry', 452023000, -755682400, 0),
(6688, 346, 40, 'Erin', 437334000, -801163700, 0),
(6689, 346, 40, 'Erindale', 435334100, -796496200, 0),
(6690, 346, 40, 'Erindale Woodlands', 435571300, -796538800, 0),
(6691, 346, 40, 'Eringate', 436637400, -795777100, 0),
(6692, 346, 40, 'Espanola', 462583700, -817664900, 0),
(6693, 346, 40, 'Essex', 420833900, -828998400, 0),
(6694, 346, 40, 'Etobicoke', 436450310, -795222690, 0),
(6695, 346, 40, 'Etobicoke West Mall', 436463900, -795698500, 0),
(6696, 346, 40, 'Ettrick', 430347900, -813508500, 0),
(6697, 346, 40, 'Everett', 441834100, -799496600, 0),
(6698, 346, 40, 'Exeter', 433435300, -814793300, 0),
(6699, 346, 40, 'Farnham', 435233500, -801856000, 0),
(6700, 346, 40, 'Farrington', 487665600, -928335700, 0),
(6701, 346, 40, 'Fashion District', 436441800, -793987900, 0),
(6702, 346, 40, 'Fenella', 441509900, -780888500, 0),
(6703, 346, 40, 'Fenelon Falls', 445384350, -787378650, 0),
(6704, 346, 40, 'Fergus', 437001000, -803663800, 0),
(6705, 346, 40, 'Financial District', 436471300, -793809400, 0),
(6706, 346, 40, 'Five Corners', 443668200, -782328300, 0),
(6707, 346, 40, 'Flesherton', 442612000, -805497000, 0),
(6708, 346, 40, 'Floral Park', 447038600, -793861340, 0),
(6709, 346, 40, 'Fonthill', 430446800, -792850700, 0),
(6710, 346, 40, 'Forest', 431015410, -819905700, 0),
(6711, 346, 40, 'Forest Hill', 436971100, -794083900, 0),
(6712, 346, 40, 'Fort Erie', 429001200, -789328600, 0),
(6713, 346, 40, 'Fort Frances', 485998800, -934003000, 0),
(6714, 346, 40, 'Fort York', 436366700, -794000400, 0),
(6715, 346, 40, 'Foymount', 454343200, -773055700, 0),
(6716, 346, 40, 'Frankford', 442001200, -775994800, 0),
(6717, 346, 40, 'Fraxa Junction', 439118100, -801620900, 0),
(6718, 346, 40, 'Gananoque', 443334200, -761660700, 0),
(6719, 346, 40, 'Garafraxa Woods', 438886100, -801364200, 0),
(6720, 346, 40, 'Garden District', 436579400, -793756200, 0),
(6721, 346, 40, 'Garson', 465558800, -808641300, 0),
(6722, 346, 40, 'Georgetown', 436501100, -799163400, 0),
(6723, 346, 40, 'Geraldton', 497266700, -869484200, 0),
(6724, 346, 40, 'Glasgow', 438741400, -797617700, 0),
(6725, 346, 40, 'Glen Williams', 436677500, -799285400, 0),
(6726, 346, 40, 'Glencoe', 427500900, -817164800, 0),
(6727, 346, 40, 'Goderich', 437500800, -817164800, 0),
(6728, 346, 40, 'Gogama', 476752100, -817223200, 0),
(6729, 346, 40, 'Gore Bay', 459167700, -824665400, 0),
(6730, 346, 40, 'Grafton', 440001200, -780162100, 0),
(6731, 346, 40, 'Grand Bend', 433167800, -817497800, 0),
(6732, 346, 40, 'Grange Park', 436526100, -793924900, 0),
(6733, 346, 40, 'Gravenhurst', 449168100, -793663300, 0),
(6734, 346, 40, 'Greater Sudbury', 464900000, -809900100, 0),
(6735, 346, 40, 'Greektown', 436813400, -793415500, 0),
(6736, 346, 40, 'Greenwood Coxwell', 436803500, -793266100, 0),
(6737, 346, 40, 'Grimsby', 432001100, -795663100, 0),
(6738, 346, 40, 'Guelph', 435814420, -802651380, 0),
(6739, 346, 40, 'Guildwood Village', 437433800, -791965800, 0),
(6740, 346, 40, 'Hagerman''s Corners', 438425700, -793024100, 0),
(6741, 346, 40, 'Hagersville', 429668100, -800496500, 0),
(6742, 346, 40, 'Haileybury', 474490400, -796373200, 0),
(6743, 346, 40, 'Haliburton', 450458700, -785076100, 0),
(6744, 346, 40, 'Halton Hills', 436403000, -799314600, 0),
(6745, 346, 40, 'Hamilton', 432334100, -799496400, 0),
(6746, 346, 40, 'Hamilton Corner', 435135800, -801995100, 0),
(6747, 346, 40, 'Hanover', 441500900, -810330300, 0),
(6748, 346, 40, 'Harbord Village', 436618500, -794058300, 0),
(6749, 346, 40, 'Harbourfront', 436387800, -793830000, 0),
(6750, 346, 40, 'Harrow', 420506700, -829172700, 0),
(6751, 346, 40, 'Harvie Settlement', 445981500, -794509100, 0),
(6752, 346, 40, 'Havelock', 444334200, -778828100, 0),
(6753, 346, 40, 'Hawkesbury', 456000900, -746159500, 0),
(6754, 346, 40, 'Hawkestone', 445001100, -794663300, 0),
(6755, 346, 40, 'Hazeldean', 453001000, -758826600, 0),
(6756, 346, 40, 'Hearst', 496835100, -836665400, 0),
(6757, 346, 40, 'Hemstock Mills', 444250900, -809197300, 0),
(6758, 346, 40, 'Henry Farm', 437695200, -793524000, 0),
(6759, 346, 40, 'Hespeler', 434334000, -803163700, 0),
(6760, 346, 40, 'High Park North', 436562600, -794745400, 0),
(6761, 346, 40, 'Highland Creek', 437906800, -791755500, 0),
(6762, 346, 40, 'Hillcrest', 436764400, -794301200, 0),
(6763, 346, 40, 'Hillcrest Village', 438048600, -793544200, 0),
(6764, 346, 40, 'Hink''s Corners', 430234110, -806533800, 0),
(6765, 346, 40, 'Hogg''s Hollow', 437389800, -794000000, 0),
(6766, 346, 40, 'Hornby', 435669000, -798433100, 0),
(6767, 346, 40, 'Hornby Station', 435616100, -798161000, 0),
(6768, 346, 40, 'Hornepayne', 492137800, -847705100, 0),
(6769, 346, 40, 'Humber Valley Village', 436657100, -795265100, 0),
(6770, 346, 40, 'Humberwoods', 437258900, -796134600, 0),
(6771, 346, 40, 'Huntsville', 453334100, -792163200, 0),
(6772, 346, 40, 'Huron East', 436167900, -812997500, 0),
(6773, 346, 40, 'Ilderton', 430667900, -813997600, 0),
(6774, 346, 40, 'Ingersoll', 430333900, -808830200, 0),
(6775, 346, 40, 'Ingleside', 450001000, -749993000, 0),
(6776, 346, 40, 'Innisfil', 443001100, -796496400, 0),
(6777, 346, 40, 'Inwood', 427576820, -819820690, 0),
(6778, 346, 40, 'Iroquois', 448501000, -753160200, 0),
(6779, 346, 40, 'Iroquois Falls', 487651210, -806826570, 0),
(6780, 346, 40, 'Island View Beach', 443334200, -792663000, 0),
(6781, 346, 40, 'Jackson''s Point', 462717200, -813406300, 0),
(6782, 346, 40, 'Junction Triangle', 436603300, -794476300, 0),
(6783, 346, 40, 'Kaladar', 446501200, -771161400, 0),
(6784, 346, 40, 'Kanata', 453001000, -759160600, 0),
(6785, 346, 40, 'Kapuskasing', 494169400, -824330800, 0),
(6786, 346, 40, 'Kasabonika', 535309400, -886077700, 0),
(6787, 346, 40, 'Kawartha Lakes', 445834200, -788328800, 0),
(6788, 346, 40, 'Keene', 442501200, -781662200, 0),
(6789, 346, 40, 'Kemptville', 450168000, -756410400, 0),
(6790, 346, 40, 'Kennedy Park', 437226700, -792605200, 0),
(6791, 346, 40, 'Kennisis Lake', 452168200, -785995600, 0),
(6792, 346, 40, 'Kenora', 497667100, -944837400, 0),
(6793, 346, 40, 'Kensington Market', 436550800, -794027000, 0),
(6794, 346, 40, 'Keswick', 442501100, -794663200, 0),
(6795, 346, 40, 'Kettleby', 440279060, -795540500, 0),
(6796, 346, 40, 'Killaloe', 455505870, -774203130, 0),
(6797, 346, 40, 'Kimberley', 443834000, -805330000, 0),
(6798, 346, 40, 'Kincardine', 441634510, -816501870, 0),
(6799, 346, 40, 'King City', 439288920, -795152230, 0),
(6800, 346, 40, 'Kingston', 442297600, -764809800, 0),
(6801, 346, 40, 'Kingsview Village', 437004300, -795546600, 0),
(6802, 346, 40, 'Kingsville', 420375900, -827387200, 0),
(6803, 346, 40, 'Kinmount', 448434970, -788137410, 0),
(6804, 346, 40, 'Kirkland Lake', 481489670, -800338210, 0),
(6805, 346, 40, 'Kitchener', 434253700, -805112000, 0),
(6806, 346, 40, 'Kleinburg Station', 438467800, -796652100, 0),
(6807, 346, 40, 'Komoka', 429500900, -814330600, 0),
(6808, 346, 40, 'Kossuth', 434501000, -803663800, 0),
(6809, 346, 40, 'Lakefield', 444334200, -782662300, 0),
(6810, 346, 40, 'Lakeshore', 422333800, -826498200, 0),
(6811, 346, 40, 'Lakeview', 435849300, -795624700, 0),
(6812, 346, 40, 'Lambs Corners', 428327890, -799367780, 0),
(6813, 346, 40, 'Lambton Mills', 436562000, -795084900, 0),
(6814, 346, 40, 'Lancaster', 451417900, -745034600, 0),
(6815, 346, 40, 'Lansdowne', 443679990, -759901640, 0),
(6816, 346, 40, 'Lansing', 437612100, -794129000, 0),
(6817, 346, 40, 'Lasalle', 422167900, -830498500, 0),
(6818, 346, 40, 'Lawrence Park', 437239600, -793941600, 0),
(6819, 346, 40, 'Leamington', 420500900, -825998100, 0),
(6820, 346, 40, 'Lefroy', 442668100, -795663300, 0),
(6821, 346, 40, 'Leitrim', 454564360, -755846310, 0),
(6822, 346, 40, 'Leslieville', 436688300, -793267000, 0),
(6823, 346, 40, 'Letterbreen', 440500000, -807500000, 0),
(6824, 346, 40, 'Liberty Village', 436375000, -794235600, 0),
(6825, 346, 40, 'Limoges', 453334000, -752493100, 0),
(6826, 346, 40, 'Lindsay', 443501200, -787328600, 0),
(6827, 346, 40, 'Listowel', 437334000, -809497300, 0),
(6828, 346, 40, 'Little Current', 459848500, -819335730, 0),
(6829, 346, 40, 'Little India', 436854400, -792934800, 0),
(6830, 346, 40, 'Little Italy', 436569400, -794156600, 0),
(6831, 346, 40, 'Little Portugal', 436466300, -794295600, 0),
(6832, 346, 40, 'Lively', 464333800, -811497500, 0),
(6833, 346, 40, 'London', 429829240, -812494340, 0),
(6834, 346, 40, 'Lone Pine', 487644500, -916197100, 0),
(6835, 346, 40, 'Long Sault', 450334000, -748825900, 0),
(6836, 346, 40, 'Lyn', 446156500, -757376350, 0),
(6837, 346, 40, 'Lytton Park', 437147300, -794100400, 0),
(6838, 346, 40, 'Madoc', 445830000, -775170000, 0),
(6839, 346, 40, 'Main Square', 436880200, -793013100, 0),
(6840, 346, 40, 'Malton', 437206200, -796422100, 0),
(6841, 346, 40, 'Malvern', 438093800, -792234400, 0),
(6842, 346, 40, 'Mammamattawa', 504168900, -843665700, 0),
(6843, 346, 40, 'Maple', 438538900, -795130600, 0),
(6844, 346, 40, 'Marathon', 487500000, -863670000, 0),
(6845, 346, 40, 'Markdale', 443181850, -806484830, 0),
(6846, 346, 40, 'Markham', 438668200, -792663000, 0),
(6847, 346, 40, 'Markland Woods', 436334700, -795756900, 0),
(6848, 346, 40, 'Markstay', 464833800, -805330000, 0),
(6849, 346, 40, 'Marmora', 444834200, -776827900, 0),
(6850, 346, 40, 'Marvin Heights', 437168100, -796496200, 0),
(6851, 346, 40, 'Maryvale', 437626600, -793128800, 0),
(6852, 346, 40, 'Mattawa', 463168100, -786995700, 0),
(6853, 346, 40, 'McGregor', 421236600, -829955900, 0),
(6854, 346, 40, 'McMurchy Settlement', 444779000, -802807800, 0),
(6855, 346, 40, 'Meaford', 446001000, -805830000, 0),
(6856, 346, 40, 'Melancthon', 441075600, -802643100, 0),
(6857, 346, 40, 'Midhurst', 444438000, -797318200, 0),
(6858, 346, 40, 'Midland', 447501000, -798829600, 0),
(6859, 346, 40, 'Midtown Toronto', 437067200, -793983000, 0),
(6860, 346, 40, 'Millbrook', 441605840, -784058550, 0),
(6861, 346, 40, 'Milliken', 438249900, -792987200, 0),
(6862, 346, 40, 'Milton', 435083300, -798833330, 0),
(6863, 346, 40, 'Milverton', 435709610, -809181910, 0),
(6864, 346, 40, 'Mimico', 436161600, -795126900, 0),
(6865, 346, 40, 'Minett', 451668000, -796496400, 0),
(6866, 346, 40, 'Minto', 439170000, -808670000, 0),
(6867, 346, 40, 'Mississauga', 435789000, -796583000, 0),
(6868, 346, 40, 'Mississauga Valley', 435969900, -796138900, 0),
(6869, 346, 40, 'Moonbeam', 493502200, -821497800, 0),
(6870, 346, 40, 'Moore Park', 436477500, -799463900, 0),
(6871, 346, 40, 'Mooretown', 428899610, -824345500, 0),
(6872, 346, 40, 'Moose Creek', 452618610, -749699640, 0),
(6873, 346, 40, 'Moosonee', 512793100, -806345000, 0),
(6874, 346, 40, 'Morningside', 437872700, -792063600, 0),
(6875, 346, 40, 'Morningside Heights', 438251200, -792144300, 0),
(6876, 346, 40, 'Morrisburg', 449001000, -751826100, 0),
(6877, 346, 40, 'Moss Park', 436549800, -793715300, 0),
(6878, 346, 40, 'Mount Brydges', 429000900, -814830600, 0),
(6879, 346, 40, 'Mount Forest', 439794800, -807220500, 0),
(6880, 346, 40, 'Mountain View', 440830000, -773670000, 0),
(6881, 346, 40, 'Myrtle Station', 440168200, -789828800, 0),
(6882, 346, 40, 'Nanticoke', 428001100, -800663500, 0),
(6883, 346, 40, 'Napanee', 442501200, -769494400, 0),
(6884, 346, 40, 'Nayausheeng', 449472800, -810247300, 0),
(6885, 346, 40, 'Nestleton', 441501200, -787995700, 0),
(6886, 346, 40, 'New Hamburg', 433833900, -806997000, 0),
(6887, 346, 40, 'New Liskeard', 475081600, -796759400, 0),
(6888, 346, 40, 'New Toronto', 436001900, -795052700, 0),
(6889, 346, 40, 'Newboro', 446501200, -763160900, 0),
(6890, 346, 40, 'Newmarket', 440493360, -794791520, 0),
(6891, 346, 40, 'Niagara', 436445500, -794071200, 0),
(6892, 346, 40, 'Niagara Falls', 431001200, -790662700, 0),
(6893, 346, 40, 'Niagara-on-the-Lake', 432535100, -791268320, 0),
(6894, 346, 40, 'Nipigon', 490094700, -882830250, 0),
(6895, 346, 40, 'Nobleton', 439008600, -796519100, 0),
(6896, 346, 40, 'North Bay', 463168000, -794663300, 0),
(6897, 346, 40, 'North Perth', 437251000, -809672300, 0),
(6898, 346, 40, 'North York', 437605680, -793585980, 0),
(6899, 346, 40, 'Northfield', 431017180, -805297380, 0),
(6900, 346, 40, 'Norwich', 429785930, -805997760, 0),
(6901, 346, 40, 'Oakridge', 437077800, -792764000, 0),
(6902, 346, 40, 'Oakville', 434501100, -796829200, 0),
(6903, 346, 40, 'Ogden''s Beach', 447529000, -798485600, 0),
(6904, 346, 40, 'Ohsweken', 430754270, -801634080, 0),
(6905, 346, 40, 'Old Mill', 436509100, -794921100, 0),
(6906, 346, 40, 'Orangeville', 439168000, -800996700, 0),
(6907, 346, 40, 'Orillia', 446086800, -794206800, 0),
(6908, 346, 40, 'Orleans', 454670000, -755170000, 0),
(6909, 346, 40, 'Oshawa', 439001200, -788495700, 0),
(6910, 346, 40, 'Ottawa', 454108660, -756969540, 0),
(6911, 346, 40, 'Owen Sound', 445671700, -809434900, 0),
(6912, 346, 40, 'Palmerston', 438334000, -808497200, 0),
(6913, 346, 40, 'Pape Village', 436873900, -793479800, 0),
(6914, 346, 40, 'Paquette Corners', 421881100, -830001120, 0),
(6915, 346, 40, 'Paris', 432000000, -803833300, 0),
(6916, 346, 40, 'Parkdale', 436403900, -794361300, 0),
(6917, 346, 40, 'Parkhill', 431500900, -816830800, 0),
(6918, 346, 40, 'Parkview Hill', 437065100, -793189300, 0),
(6919, 346, 40, 'Parkway West', 437531800, -793389700, 0),
(6920, 346, 40, 'Parry Sound', 453501000, -800329600, 0),
(6921, 346, 40, 'Pefferlaw', 443168100, -791996000, 0),
(6922, 346, 40, 'Pembroke', 458168100, -771161600, 0),
(6923, 346, 40, 'Penetanguishene', 447834000, -799163700, 0),
(6924, 346, 40, 'Perth', 449001100, -762493900, 0),
(6925, 346, 40, 'Petawawa', 458945200, -772800700, 0),
(6926, 346, 40, 'Peterborough', 443001200, -783162300, 0),
(6927, 346, 40, 'Petrolia', 428667800, -821498100, 0),
(6928, 346, 40, 'Pickering', 439001200, -791328900, 0),
(6929, 346, 40, 'Pikangikum', 518167700, -939976400, 0),
(6930, 346, 40, 'Playter Estates', 436787000, -793554900, 0),
(6931, 346, 40, 'Pleasant View', 457680600, -772238900, 0),
(6932, 346, 40, 'Point Edward', 430000800, -823998300, 0),
(6933, 346, 40, 'Pond Mills', 429491400, -811953200, 0),
(6934, 346, 40, 'Pontypool', 441001200, -786328500, 0),
(6935, 346, 40, 'Port Colborne', 429001200, -792328800, 0),
(6936, 346, 40, 'Port Credit', 435501100, -795829100, 0),
(6937, 346, 40, 'Port Dalhousie', 432001100, -792662900, 0),
(6938, 346, 40, 'Port Darlington', 439222640, -785816610, 0),
(6939, 346, 40, 'Port Dover', 427834000, -801996600, 0),
(6940, 346, 40, 'Port Elgin', 444360500, -813898100, 0),
(6941, 346, 40, 'Port Hope', 439511700, -782929900, 0),
(6942, 346, 40, 'Port Perry', 441048350, -789436210, 0),
(6943, 346, 40, 'Port Stanley', 426667900, -812164400, 0),
(6944, 346, 40, 'Port Union', 437854100, -791270500, 0),
(6945, 346, 40, 'Port Weller', 431584980, -792463060, 0),
(6946, 346, 40, 'Portsmouth', 442168200, -765161000, 0),
(6947, 346, 40, 'Prescott', 447168100, -755160400, 0),
(6948, 346, 40, 'Preston', 433834000, -803496700, 0),
(6949, 346, 40, 'Princess Anne Manor', 436734600, -795459900, 0),
(6950, 346, 40, 'Princess Margaret Gardens', 436742000, -795553500, 0),
(6951, 346, 40, 'Priory Park', 435201100, -802450800, 0),
(6952, 346, 40, 'Purple Hill', 439271400, -800784000, 0),
(6953, 346, 40, 'Quarindale', 437324760, -807460870, 0),
(6954, 346, 40, 'Rainy River', 487166400, -945671100, 0),
(6955, 346, 40, 'Red Lake', 510167600, -938337400, 0),
(6956, 346, 40, 'Regent Park', 436604100, -793615000, 0),
(6957, 346, 40, 'Renfrew', 454668100, -766827200, 0),
(6958, 346, 40, 'Rexdale', 437208700, -795710600, 0),
(6959, 346, 40, 'Richmond', 451834000, -758326600, 0),
(6960, 346, 40, 'Richmond Hill', 438711100, -794372500, 0),
(6961, 346, 40, 'Ridgetown', 424333900, -818997800, 0),
(6962, 346, 40, 'Ridgeway', 428834200, -790495700, 0),
(6963, 346, 40, 'Ridgewood', 437110700, -796442700, 0),
(6964, 346, 40, 'Ripley', 440705320, -815786130, 0),
(6965, 346, 40, 'Riverdale', 436742200, -793443600, 0),
(6966, 346, 40, 'Riverside', 423333800, -829498400, 0),
(6967, 346, 40, 'Rockcliffe Park', 454342170, -756547800, 0),
(6968, 346, 40, 'Rockland', 455501000, -752910100, 0),
(6969, 346, 40, 'Rockwood', 436189900, -801444100, 0),
(6970, 346, 40, 'Roncesvalles', 436488700, -794501600, 0),
(6971, 346, 40, 'Rosedale', 436850700, -793895500, 0),
(6972, 346, 40, 'Rossport', 488372570, -875200670, 0),
(6973, 346, 40, 'Runnymede', 436609200, -794845800, 0),
(6974, 346, 40, 'Ryerson University', 436577400, -793801700, 0),
(6975, 346, 40, 'Salem', 439520200, -787176600, 0),
(6976, 346, 40, 'Sandhill', 438311200, -798135300, 0),
(6977, 346, 40, 'Sandwich', 422831800, -830592500, 0),
(6978, 346, 40, 'Sandy Lake', 530501400, -933336700, 0),
(6979, 346, 40, 'Sarnia', 429786600, -824040700, 0),
(6980, 346, 40, 'Sault Ste. Marie', 465000000, -843330000, 0),
(6981, 346, 40, 'Scarborough', 437722300, -792566600, 0),
(6982, 346, 40, 'Scarborough Bluffs Park', 437021300, -792431800, 0),
(6983, 346, 40, 'Schumacher', 484748600, -812948200, 0),
(6984, 346, 40, 'Scotland', 430168000, -803663700, 0),
(6985, 346, 40, 'Seaforth', 435500900, -813997600, 0),
(6986, 346, 40, 'Seaton Village', 436686500, -794166900, 0),
(6987, 346, 40, 'Shelburne', 440787000, -802040800, 0),
(6988, 346, 40, 'Sheldon''s Corners', 446501100, -760126700, 0),
(6989, 346, 40, 'Sheridan Park', 435168100, -796663200, 0),
(6990, 346, 40, 'Sherwood', 438334100, -795163100, 0),
(6991, 346, 40, 'Sherwood Forrest', 435375400, -796591200, 0),
(6992, 346, 40, 'Simcoe', 428334000, -802996700, 0),
(6993, 346, 40, 'Sioux Lookout', 500667600, -919835800, 0),
(6994, 346, 40, 'Six Points', 436429100, -795400700, 0),
(6995, 346, 40, 'Smiths Falls', 449001100, -760160700, 0),
(6996, 346, 40, 'Smithville', 431295380, -796352730, 0),
(6997, 346, 40, 'Smooth Rock Falls', 492834900, -816330700, 0),
(6998, 346, 40, 'Snowball', 439962700, -795090900, 0),
(6999, 346, 40, 'South Hill', 436820600, -794038200, 0),
(7000, 346, 40, 'South March', 453501000, -759326600, 0),
(7001, 346, 40, 'South Porcupine', 484668600, -812165100, 0),
(7002, 346, 40, 'South River', 458415090, -793773380, 0),
(7003, 346, 40, 'South Windsor', 422673400, -830251000, 0),
(7004, 346, 40, 'Spencerville', 448433050, -755463620, 0),
(7005, 346, 40, 'St. Catharines', 431668100, -792495800, 0),
(7006, 346, 40, 'St. James Town', 436694200, -793729200, 0),
(7007, 346, 40, 'St. Lawrence', 436500200, -793721400, 0),
(7008, 346, 40, 'St. Marys', 432500900, -811330400, 0),
(7009, 346, 40, 'St. Thomas', 427736100, -811803800, 0),
(7010, 346, 40, 'Stamford', 431334200, -790995700, 0),
(7011, 346, 40, 'Stayner', 444183300, -800959800, 0),
(7012, 346, 40, 'Steeles', 438120500, -793308200, 0),
(7013, 346, 40, 'Stella', 441668200, -766994200, 0),
(7014, 346, 40, 'Stirling', 443001200, -775494800, 0),
(7015, 346, 40, 'Stittsville', 452501000, -759160600, 0),
(7016, 346, 40, 'Stoney Creek', 432168100, -797663300, 0),
(7017, 346, 40, 'Stouffville', 439668200, -792496000, 0),
(7018, 346, 40, 'Stratford', 433667900, -809497200, 0),
(7019, 346, 40, 'Strathroy', 429551000, -816223200, 0),
(7020, 346, 40, 'Streetsville', 435750400, -797040900, 0),
(7021, 346, 40, 'Sturgeon Falls', 463667900, -799163600, 0),
(7022, 346, 40, 'Summerhill', 436330000, -815670000, 0),
(7023, 346, 40, 'Sunset Corners', 437672500, -796471900, 0),
(7024, 346, 40, 'Sutherland', 423000900, -830665500, 0),
(7025, 346, 40, 'Sutton', 443001100, -793663100, 0),
(7026, 346, 40, 'Sutton West', 442774520, -793083790, 0),
(7027, 346, 40, 'Swansea', 436334200, -794663000, 0),
(7028, 346, 40, 'Tam O''Shanter', 437797700, -792950200, 0),
(7029, 346, 40, 'Tamarac Estates', 439378300, -800059600, 0),
(7030, 346, 40, 'Tavistock', 433167900, -808330200, 0),
(7031, 346, 40, 'Tecumseh', 422500800, -829165400, 0),
(7032, 346, 40, 'Temperanceville', 439334200, -794829200, 0),
(7033, 346, 40, 'Terrace Bay', 487834100, -870999600, 0),
(7034, 346, 40, 'Teston', 438668100, -795329100, 0),
(7035, 346, 40, 'Thamesville', 425500800, -819830900, 0),
(7036, 346, 40, 'The Annex', 436709800, -794043700, 0),
(7037, 346, 40, 'The Beaches', 436737200, -792953900, 0),
(7038, 346, 40, 'The Elms', 437155300, -795534200, 0),
(7039, 346, 40, 'The Entertainment District', 436479100, -793908100, 0),
(7040, 346, 40, 'The Golden Mile', 437233500, -792831800, 0),
(7041, 346, 40, 'The Junction', 436632800, -794661700, 0),
(7042, 346, 40, 'The Kingsway', 436511400, -795152200, 0),
(7043, 346, 40, 'The Peanut', 437829300, -793509900, 0),
(7044, 346, 40, 'The Village', 436669200, -793815400, 0),
(7045, 346, 40, 'Thedford', 431796720, -818508500, 0),
(7046, 346, 40, 'Thornbury', 445576680, -804661990, 0),
(7047, 346, 40, 'Thorncliffe', 437030600, -793466500, 0),
(7048, 346, 40, 'Thorncrest Village', 436638700, -795384000, 0),
(7049, 346, 40, 'Thorndale', 431000900, -811330300, 0),
(7050, 346, 40, 'Thornhill', 438001100, -794163000, 0),
(7051, 346, 40, 'Thornton', 442668100, -797163400, 0),
(7052, 346, 40, 'Thorold', 431168200, -791995800, 0),
(7053, 346, 40, 'Three Bridges', 430077290, -810733490, 0),
(7054, 346, 40, 'Thunder Bay', 483822200, -892461100, 0),
(7055, 346, 40, 'Tilbury', 422667900, -824331100, 0),
(7056, 346, 40, 'Tillsonburg', 428598600, -807261700, 0),
(7057, 346, 40, 'Timmins', 484668600, -813331200, 0),
(7058, 346, 40, 'Tiverton', 442676380, -815433700, 0),
(7059, 346, 40, 'Topham Park', 437097000, -793066500, 0),
(7060, 346, 40, 'Toronto', 437001100, -794163000, 0),
(7061, 346, 40, 'Tottenham', 440168100, -798163400, 0),
(7062, 346, 40, 'Trefann Court', 436558900, -793642500, 0),
(7063, 346, 40, 'Trenton', 440991700, -775775500, 0),
(7064, 346, 40, 'Trinity Bellwoods Park', 436480600, -794142900, 0),
(7065, 346, 40, 'Trinity-Bellwoods', 436479100, -794084900, 0),
(7066, 346, 40, 'Trout Mills', 463334000, -793996200, 0),
(7067, 346, 40, 'Tweed', 444751200, -773161600, 0),
(7068, 346, 40, 'Ungava', 447610100, -766196080, 0),
(7069, 346, 40, 'Unionville', 438586140, -792882640, 0),
(7070, 346, 40, 'University of Guelph', 435310600, -802286900, 0),
(7071, 346, 40, 'Upper Beaches', 436803200, -793011000, 0),
(7072, 346, 40, 'Uxbridge', 441001200, -791162800, 0),
(7073, 346, 40, 'Vaughan', 438330000, -795000000, 0),
(7074, 346, 40, 'Verner', 464167900, -801163700, 0),
(7075, 346, 40, 'Victoria Harbour', 447357100, -797696500, 0),
(7076, 346, 40, 'Victoria Park Village', 437353200, -793097000, 0),
(7077, 346, 40, 'Vista Heights', 435745500, -797234100, 0),
(7078, 346, 40, 'Walkerton', 441302300, -811530900, 0),
(7079, 346, 40, 'Walkerville', 423167800, -829998400, 0),
(7080, 346, 40, 'Wallaceburg', 425930300, -823885300, 0),
(7081, 346, 40, 'Wanless Park', 437294800, -793916300, 0),
(7082, 346, 40, 'Wanup', 463814800, -808269200, 0),
(7083, 346, 40, 'Wasaga Beach', 445168000, -800163700, 0),
(7084, 346, 40, 'Waterdown', 433334100, -798829300, 0),
(7085, 346, 40, 'Waterford', 429334000, -802829600, 0),
(7086, 346, 40, 'Waterloo', 434668000, -805163900, 0),
(7087, 346, 40, 'Wawa', 479833800, -847831500, 0),
(7088, 346, 40, 'Welland', 429834200, -792495800, 0),
(7089, 346, 40, 'Wellington', 439501200, -773494700, 0),
(7090, 346, 40, 'West Hill', 437675600, -792082500, 0),
(7091, 346, 40, 'West Humber Estates', 437279400, -795874500, 0),
(7092, 346, 40, 'West Lorne', 426000900, -815997600, 0),
(7093, 346, 40, 'West Nipissing', 463715700, -799245100, 0),
(7094, 346, 40, 'Westmount', 454830000, -736000000, 0),
(7095, 346, 40, 'Wheatley', 421000900, -824498000, 0),
(7096, 346, 40, 'Whitby', 438834200, -789328700, 0),
(7097, 346, 40, 'Whitchurch-Stouffville', 440001200, -793163000, 0),
(7098, 346, 40, 'Whitney', 455527580, -786088360, 0),
(7099, 346, 40, 'Wilcox Lake', 439490810, -794359580, 0),
(7100, 346, 40, 'Wildwood', 436619100, -799343800, 0),
(7101, 346, 40, 'Winchester', 450834000, -753493300, 0),
(7102, 346, 40, 'Windsor', 423165750, -830153460, 0),
(7103, 346, 40, 'Wingham', 438879300, -813114500, 0),
(7104, 346, 40, 'Woburn', 437665700, -792277300, 0),
(7105, 346, 40, 'Woodbine Corridor', 436783600, -793157100, 0),
(7106, 346, 40, 'Woodbine Lumsden', 436921400, -793097000, 0),
(7107, 346, 40, 'Woodbine Racetrack', 437129600, -796032000, 0),
(7108, 346, 40, 'Woodbridge', 437834100, -795996200, 0),
(7109, 346, 40, 'Woodlawn', 455128030, -761850760, 0),
(7110, 346, 40, 'Woodstock', 431333900, -807497000, 0),
(7111, 346, 40, 'Wychwood Park', 436781100, -794197200, 0),
(7112, 346, 40, 'York Mills', 437403400, -793509900, 0),
(7113, 346, 40, 'Yorkville', 436706300, -793930000, 0),
(7114, 347, 40, 'Bayside', 465168400, -638987300, 0),
(7115, 347, 40, 'Bonshaw', 461991810, -633402800, 0),
(7116, 347, 40, 'Brackley Point', 463834200, -631819900, 0),
(7117, 347, 40, 'Bridgetown', 463001000, -625319400, 0),
(7118, 347, 40, 'Cape Traverse Landing', 462334300, -636487200, 0),
(7119, 347, 40, 'Charlottetown', 462352500, -631267100, 0),
(7120, 347, 40, 'Cornwall', 462265200, -632180900, 0),
(7121, 347, 40, 'East Royalty', 462779200, -631022800, 0),
(7122, 347, 40, 'Fredericton', 463668300, -634320000, 0),
(7123, 347, 40, 'Hamilton', 465001300, -636987200, 0),
(7124, 347, 40, 'Kensington', 464334300, -636487100, 0),
(7125, 347, 40, 'Kingston', 462668200, -632820000, 0),
(7126, 347, 40, 'Lewis Point', 462520200, -631605900, 0),
(7127, 347, 40, 'Montague', 461668100, -626486600, 0),
(7128, 347, 40, 'Mount Hope', 463668000, -624986400, 0),
(7129, 347, 40, 'North Wiltshire', 463001200, -633154000, 0),
(7130, 347, 40, 'O''Leary', 467168500, -642320400, 0),
(7131, 347, 40, 'Parkdale', 462520200, -631180900, 0),
(7132, 347, 40, 'Portage', 466668400, -640654300, 0),
(7133, 347, 40, 'Sherwood', 462682200, -631283900, 0),
(7134, 347, 40, 'Spring Park', 462668200, -631486900, 0),
(7135, 347, 40, 'St-Hubert', 465001400, -640320400, 0),
(7136, 347, 40, 'Summerside', 463959300, -637876200, 0),
(7137, 347, 40, 'Surrey', 460668100, -628153700, 0),
(7138, 347, 40, 'Toronto', 464501200, -633820000, 0),
(7139, 347, 40, 'Victoria', 462168300, -634820100, 0),
(7140, 348, 40, 'Acton Vale', 456500700, -725658200, 0),
(7141, 348, 40, 'Alma', 485500900, -716491000, 0),
(7142, 348, 40, 'Amos', 485723070, -781161170, 0),
(7143, 348, 40, 'Amqui', 484638200, -674313400, 0),
(7144, 348, 40, 'Arvida', 484298600, -711787000, 0),
(7145, 348, 40, 'Asbestos', 457667800, -719324000, 0),
(7146, 348, 40, 'Audet', 456500800, -707323300, 0),
(7147, 348, 40, 'Ayer''s Cliff', 451667900, -720490800, 0),
(7148, 348, 40, 'Aylmer', 453973000, -758396600, 0),
(7149, 348, 40, 'Baie-Comeau', 492167900, -681489400, 0),
(7150, 348, 40, 'Baie-D''Urfe', 454139700, -739158600, 0),
(7151, 348, 40, 'Baie-James', 520002000, -759994100, 0),
(7152, 348, 40, 'Baie-Saint-Paul', 474410900, -704985800, 0),
(7153, 348, 40, 'Baie-Trinite', 494167900, -672988700, 0),
(7154, 348, 40, 'Barraute', 484334900, -776327900, 0),
(7155, 348, 40, 'Beaconsfield', 454334100, -738658600, 0),
(7156, 348, 40, 'Beauceville', 462178500, -707787300, 0),
(7157, 348, 40, 'Beauharnois', 453167800, -738659000, 0),
(7158, 348, 40, 'Beauport', 468588400, -711920100, 0),
(7159, 348, 40, 'Beaupre', 470442800, -708952900, 0),
(7160, 348, 40, 'Becancour', 463333600, -724324100, 0),
(7161, 348, 40, 'Bedford', 451167800, -729824400, 0),
(7162, 348, 40, 'Beloeil', 455667800, -731991500, 0),
(7163, 348, 40, 'Berthierville', 460833600, -731824500, 0),
(7164, 348, 40, 'Blainville', 456667800, -738824900, 0),
(7165, 348, 40, 'Bois-des-Filion', 456667800, -737491800, 0),
(7166, 348, 40, 'Boisbriand', 456167800, -738324900, 0),
(7167, 348, 40, 'Boischatel', 468943400, -711448000, 0),
(7168, 348, 40, 'Bonaventure', 480457300, -654925900, 0),
(7169, 348, 40, 'Bordeaux', 455422800, -736930800, 0),
(7170, 348, 40, 'Boucherville', 455910400, -734360500, 0),
(7171, 348, 40, 'Bourlamaque', 481001800, -777661900, 0),
(7172, 348, 40, 'Breakeyville', 466803700, -712232700, 0),
(7173, 348, 40, 'Brome', 452000800, -725658200, 0),
(7174, 348, 40, 'Brossard', 454500800, -734658300, 0),
(7175, 348, 40, 'Brownsburg-Chatham', 456834200, -744159000, 0),
(7176, 348, 40, 'Buckingham', 455856300, -754208000, 0),
(7177, 348, 40, 'Cabano', 476441350, -689214620, 0),
(7178, 348, 40, 'Cacouna', 479165700, -695005400, 0),
(7179, 348, 40, 'Candiac', 453833800, -735158700, 0),
(7180, 348, 40, 'Cap-Chat', 490836290, -667408610, 0),
(7181, 348, 40, 'Cap-Saint-Ignace', 470353000, -704600000, 0),
(7182, 348, 40, 'Cap-aux-Meules', 473843440, -618586490, 0),
(7183, 348, 40, 'Carignan', 454500800, -732991600, 0),
(7184, 348, 40, 'Cartierville', 455311800, -737035800, 0),
(7185, 348, 40, 'Chambly', 454500800, -732824600, 0),
(7186, 348, 40, 'Chandler', 483493500, -646792600, 0),
(7187, 348, 40, 'Chapeau', 459112100, -770730500, 0),
(7188, 348, 40, 'Charlemagne', 457167800, -734824700, 0),
(7189, 348, 40, 'Charlesbourg', 468503500, -713104900, 0),
(7190, 348, 40, 'Chateauguay', 453833800, -737491900, 0),
(7191, 348, 40, 'Chateauguay-Centre', 453500800, -737491900, 0),
(7192, 348, 40, 'Chelsea', 455001000, -757826500, 0),
(7193, 348, 40, 'Chertsey', 460710900, -738909500, 0),
(7194, 348, 40, 'Chibougamau', 499135830, -743683750, 0),
(7195, 348, 40, 'Chicoutimi', 484196300, -710636900, 0),
(7196, 348, 40, 'Chisasibi', 537736090, -788934670, 0),
(7197, 348, 40, 'Chute-aux-Outardes', 491167900, -683989600, 0),
(7198, 348, 40, 'Coaticook', 451354260, -718025390, 0),
(7199, 348, 40, 'Contrecoeur', 458500800, -732324500, 0),
(7200, 348, 40, 'Cookshire-Eaton', 454167500, -716324000, 0),
(7201, 348, 40, 'Cote-Saint-Luc', 454653600, -736658500, 0),
(7202, 348, 40, 'Coteau-du-Lac', 453000800, -741825300, 0),
(7203, 348, 40, 'Cowansville', 452000800, -727491300, 0),
(7204, 348, 40, 'Delson', 453667800, -735491700, 0),
(7205, 348, 40, 'Deschenes', 453832000, -758057500, 0),
(7206, 348, 40, 'Deux-Montagnes', 455345500, -739016800, 0),
(7207, 348, 40, 'Disraeli', 459000700, -713490700, 0),
(7208, 348, 40, 'Dolbeau', 488764600, -722262700, 0),
(7209, 348, 40, 'Dolbeau-Mistassini', 488763400, -722120200, 0),
(7210, 348, 40, 'Dollard-Des Ormeaux', 454945200, -738241900, 0),
(7211, 348, 40, 'Donnacona', 466804200, -717239000, 0),
(7212, 348, 40, 'Dorval', 454473000, -737533500, 0),
(7213, 348, 40, 'Drummondville', 458833600, -724824100, 0),
(7214, 348, 40, 'East Angus', 454889400, -716391600, 0),
(7215, 348, 40, 'East Farnham', 452351660, -727757750, 0),
(7216, 348, 40, 'Estcourt', 474609100, -692235200, 0),
(7217, 348, 40, 'Farnham', 452833800, -729824400, 0),
(7218, 348, 40, 'Ferme-Neuve', 467001100, -754492900, 0),
(7219, 348, 40, 'Fermont', 527834500, -670820400, 0),
(7220, 348, 40, 'Gaspe', 488334100, -644819400, 0),
(7221, 348, 40, 'Gatineau', 454772300, -757016400, 0),
(7222, 348, 40, 'Granby', 453833800, -727324300, 0),
(7223, 348, 40, 'Grande-Riviere', 484002600, -645010800, 0),
(7224, 348, 40, 'Grande-Vallee', 492168000, -651320100, 0),
(7225, 348, 40, 'Greenfield Park', 454864900, -734622300, 0),
(7226, 348, 40, 'Grenville', 456333900, -745992500, 0),
(7227, 348, 40, 'Grenville-sur-la-Rouge', 456500900, -746325800, 0),
(7228, 348, 40, 'Hampstead', 454806400, -736630700, 0),
(7229, 348, 40, 'Havre-Saint-Pierre', 502334400, -635986200, 0),
(7230, 348, 40, 'Hope Town', 480768060, -651120680, 0),
(7231, 348, 40, 'Hudson', 454500800, -741492200, 0),
(7232, 348, 40, 'Hull', 454276100, -757105600, 0),
(7233, 348, 40, 'Huntingdon', 450833900, -741659300, 0),
(7234, 348, 40, 'Ivujivik', 624173700, -779159200, 0),
(7235, 348, 40, 'Joliette', 460167700, -734491500, 0),
(7236, 348, 40, 'Jonquiere', 484164800, -712488400, 0),
(7237, 348, 40, 'Kamouraska', 475659300, -698663100, 0),
(7238, 348, 40, 'Kazabazua', 459501100, -760160600, 0),
(7239, 348, 40, 'Kirkland', 454500800, -738658600, 0),
(7240, 348, 40, 'Kuujjuaq', 581003100, -683984900, 0),
(7241, 348, 40, 'L''Ancienne-Lorette', 467939200, -713519100, 0),
(7242, 348, 40, 'L''Ange-Gardien', 455834000, -754493300, 0),
(7243, 348, 40, 'L''Ascension-de-Notre-Seigneur', 487000900, -716824000, 0),
(7244, 348, 40, 'L''Assomption', 458231800, -734294000, 0),
(7245, 348, 40, 'L''Epiphanie', 458500800, -734824600, 0),
(7246, 348, 40, 'L''Ile-Perrot', 453833800, -739492000, 0),
(7247, 348, 40, 'La Baie', 483385490, -708803430, 0),
(7248, 348, 40, 'La Grande IV', 537560200, -736798100, 0),
(7249, 348, 40, 'La Guadeloupe', 460600420, -709539740, 0),
(7250, 348, 40, 'La Malbaie', 476575300, -701559400, 0),
(7251, 348, 40, 'La Peche', 456834100, -759826600, 0),
(7252, 348, 40, 'La Pocatiere', 473483600, -700618600, 0),
(7253, 348, 40, 'La Prairie', 454167800, -734991700, 0),
(7254, 348, 40, 'La Providence', 456167800, -729491400, 0),
(7255, 348, 40, 'La Sarre', 488001900, -791996400, 0),
(7256, 348, 40, 'La Trappe', 454947800, -740242100, 0),
(7257, 348, 40, 'La Tuque', 474333700, -727824000, 0),
(7258, 348, 40, 'Labelle', 462151680, -748504560, 0),
(7259, 348, 40, 'Lac Delage', 469696500, -714057300, 0),
(7260, 348, 40, 'Lac-Brome', 452167800, -725158100, 0),
(7261, 348, 40, 'Lac-Etchemin', 463995100, -705068200, 0),
(7262, 348, 40, 'Lac-Megantic', 455833800, -708823400, 0),
(7263, 348, 40, 'Lachenaie', 456986300, -735782700, 0),
(7264, 348, 40, 'Lachine', 454317700, -736689900, 0),
(7265, 348, 40, 'Lachute', 456500800, -743325300, 0),
(7266, 348, 40, 'Lacolle', 450833800, -733658500, 0),
(7267, 348, 40, 'Lafleche', 455000800, -734658700, 0),
(7268, 348, 40, 'Lanoraie', 459694040, -732453760, 0),
(7269, 348, 40, 'Lasalle', 454303800, -736351800, 0),
(7270, 348, 40, 'Laval', 455699500, -736920000, 0),
(7271, 348, 40, 'Laval-Ouest', 455500800, -738658900, 0),
(7272, 348, 40, 'Laval-des-Rapides', 455500800, -736991800, 0),
(7273, 348, 40, 'Lavaltrie', 458833800, -732824500, 0),
(7274, 348, 40, 'Laverlochere', 474334500, -792996500, 0),
(7275, 348, 40, 'Le Moyne', 455000800, -734936100, 0),
(7276, 348, 40, 'Lebel-Sur-Quevillion', 490535100, -769813700, 0),
(7277, 348, 40, 'Lery', 453500800, -737991900, 0),
(7278, 348, 40, 'Les Cedres', 453000800, -740492200, 0),
(7279, 348, 40, 'Les Eboulements', 476075860, -703864690, 0),
(7280, 348, 40, 'Les Escoumins', 481111000, -690236000, 0),
(7281, 348, 40, 'Les Iles-de-la-Madeleine', 474030210, -619044680, 0),
(7282, 348, 40, 'Les Mechins', 490000900, -669821400, 0),
(7283, 348, 40, 'Levis', 468032600, -711779300, 0),
(7284, 348, 40, 'Longueuil', 455312100, -735180600, 0),
(7285, 348, 40, 'Loretteville', 468505700, -713608400, 0),
(7286, 348, 40, 'Lorraine', 456833800, -737824900, 0),
(7287, 348, 40, 'Louiseville', 462556190, -729460170, 0),
(7288, 348, 40, 'Low', 458168100, -759493600, 0),
(7289, 348, 40, 'Magog', 452667800, -721490900, 0),
(7290, 348, 40, 'Maniwaki', 463799160, -759700060, 0),
(7291, 348, 40, 'Manouane', 472121100, -743939200, 0),
(7292, 348, 40, 'Marieville', 454333800, -731658500, 0),
(7293, 348, 40, 'Mascouche', 457496500, -735995600, 0),
(7294, 348, 40, 'Massueville', 459167600, -729324400, 0),
(7295, 348, 40, 'Matane', 488285700, -675219700, 0),
(7296, 348, 40, 'Mercier', 453167800, -737491900, 0),
(7297, 348, 40, 'Metabetchouan-Lac-a-la-Croix', 484100000, -717800000, 0),
(7298, 348, 40, 'Mirabel', 456500800, -740825100, 0),
(7299, 348, 40, 'Mont-Joli', 485838800, -681921400, 0),
(7300, 348, 40, 'Mont-Laurier', 465501100, -754993000, 0),
(7301, 348, 40, 'Mont-Royal', 455085450, -736616250, 0),
(7302, 348, 40, 'Mont-Saint-Hilaire', 455667800, -731991500, 0),
(7303, 348, 40, 'Mont-Tremblant', 461949200, -746264400, 0),
(7304, 348, 40, 'Montcalm', 459224390, -744890510, 0),
(7305, 348, 40, 'Montmagny', 469804300, -705549300, 0),
(7306, 348, 40, 'Montreal', 455088400, -735878100, 0),
(7307, 348, 40, 'Montreal-Est', 456320200, -735075000, 0),
(7308, 348, 40, 'Montreal-Ouest', 454528600, -736491800, 0),
(7309, 348, 40, 'Morin-Heights', 459000900, -742492200, 0),
(7310, 348, 40, 'Napierville', 451864800, -734046800, 0),
(7311, 348, 40, 'Neuville', 466982300, -715827500, 0),
(7312, 348, 40, 'New Carlisle', 480095600, -653362100, 0),
(7313, 348, 40, 'New-Richmond', 481605900, -658582300, 0),
(7314, 348, 40, 'Nicolet', 462167600, -726158200, 0),
(7315, 348, 40, 'North Hatley', 452833800, -719657800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(7316, 348, 40, 'Notre-Dame-de-Lourdes', 461000700, -734324500, 0),
(7317, 348, 40, 'Notre-Dame-de-l''Ile-Perrot', 453667800, -739325000, 0),
(7318, 348, 40, 'Notre-Dame-de-la-Paix', 458168000, -749659800, 0),
(7319, 348, 40, 'Notre-Dame-de-la-Salette', 457668000, -755826300, 0),
(7320, 348, 40, 'Notre-Dame-des-Prairies', 460500700, -734324500, 0),
(7321, 348, 40, 'Notre-Dame-du-Laus', 460834000, -756160200, 0),
(7322, 348, 40, 'Omerville', 452945300, -721102000, 0),
(7323, 348, 40, 'Pierreville', 460703400, -728112500, 0),
(7324, 348, 40, 'Pincourt', 453634600, -739927070, 0),
(7325, 348, 40, 'Plessisville', 462185600, -717620100, 0),
(7326, 348, 40, 'Pointe-Calumet', 455000800, -739659000, 0),
(7327, 348, 40, 'Pointe-Claire', 454485360, -738031550, 0),
(7328, 348, 40, 'Pointe-Gatineau', 454654000, -756979400, 0),
(7329, 348, 40, 'Pointe-Lebel', 491667900, -681989400, 0),
(7330, 348, 40, 'Pointe-aux-Trembles', 456500800, -734991700, 0),
(7331, 348, 40, 'Pont-Rouge', 467546800, -716956600, 0),
(7332, 348, 40, 'Pontiac', 455834100, -761326700, 0),
(7333, 348, 40, 'Port-Cartier', 500333900, -668654500, 0),
(7334, 348, 40, 'Prevost', 458667800, -740825100, 0),
(7335, 348, 40, 'Quebec', 468122800, -712145400, 0),
(7336, 348, 40, 'Rawdon', 460500700, -737158700, 0),
(7337, 348, 40, 'Repentigny', 457422200, -734500800, 0),
(7338, 348, 40, 'Richelieu', 454433600, -732460200, 0),
(7339, 348, 40, 'Richmond', 456667700, -721491000, 0),
(7340, 348, 40, 'Rigaud', 454792700, -743023800, 0),
(7341, 348, 40, 'Rimouski', 484487900, -685239600, 0),
(7342, 348, 40, 'Riviere-Rouge', 463995490, -748665500, 0),
(7343, 348, 40, 'Riviere-du-Loup', 478298770, -695522200, 0),
(7344, 348, 40, 'Roberval', 485168000, -722324400, 0),
(7345, 348, 40, 'Rosemere', 456333800, -737991900, 0),
(7346, 348, 40, 'Rougemont', 454333800, -730491400, 0),
(7347, 348, 40, 'Rouyn-Noranda', 482398500, -790287800, 0),
(7348, 348, 40, 'Roxboro', 454863720, -738085450, 0),
(7349, 348, 40, 'Sacre-Coeur', 482279820, -697999790, 0),
(7350, 348, 40, 'Saguenay', 484167500, -710657300, 0),
(7351, 348, 40, 'Saint-Adolphe-d''Howard', 459667900, -743325300, 0),
(7352, 348, 40, 'Saint-Ambroise-de-Kildare', 460833700, -735491600, 0),
(7353, 348, 40, 'Saint-Anselme', 466292200, -709734000, 0),
(7354, 348, 40, 'Saint-Antoine-de-Tilly', 466634600, -715733500, 0),
(7355, 348, 40, 'Saint-Antoine-des-Laurentides', 457603800, -739886000, 0),
(7356, 348, 40, 'Saint-Augustin-de-Desmaures', 467406400, -714513100, 0),
(7357, 348, 40, 'Saint-Basile-le-Grand', 455333800, -732824600, 0),
(7358, 348, 40, 'Saint-Bruno', 484667900, -716491000, 0),
(7359, 348, 40, 'Saint-Bruno-de-Montarville', 455334100, -733491600, 0),
(7360, 348, 40, 'Saint-Calixte', 459500800, -738491900, 0),
(7361, 348, 40, 'Saint-Casimir', 466500500, -721324000, 0),
(7362, 348, 40, 'Saint-Cesaire', 454094800, -730010400, 0),
(7363, 348, 40, 'Saint-Charles-Borromee', 460500700, -734658600, 0),
(7364, 348, 40, 'Saint-Charles-de-Drummond', 459000600, -724658100, 0),
(7365, 348, 40, 'Saint-Claude', 456667800, -719823900, 0),
(7366, 348, 40, 'Saint-Colomban', 457333800, -741325100, 0),
(7367, 348, 40, 'Saint-Constant', 453667800, -735658800, 0),
(7368, 348, 40, 'Saint-Denis', 457828800, -731597500, 0),
(7369, 348, 40, 'Saint-Elzear', 456033800, -737269800, 0),
(7370, 348, 40, 'Saint-Etienne-des-Gres', 464333500, -727658300, 0),
(7371, 348, 40, 'Saint-Eustache', 455650000, -739055400, 0),
(7372, 348, 40, 'Saint-Faustin--Lac-Carre', 461167900, -744825300, 0),
(7373, 348, 40, 'Saint-Felicien', 486500700, -724490600, 0),
(7374, 348, 40, 'Saint-Felix-de-Kingsey', 457947810, -721906290, 0),
(7375, 348, 40, 'Saint-Felix-de-Valois', 461667700, -734324500, 0),
(7376, 348, 40, 'Saint-Ferreol-les-Neiges', 471154700, -708673100, 0),
(7377, 348, 40, 'Saint-Gabriel-de-Valcartier', 469333400, -714657800, 0),
(7378, 348, 40, 'Saint-Georges', 466247500, -726577200, 0),
(7379, 348, 40, 'Saint-Georges-de-Beauce', 461135300, -706652600, 0),
(7380, 348, 40, 'Saint-Germain-de-Grantham', 458333700, -725658200, 0),
(7381, 348, 40, 'Saint-Henri', 466931400, -710692700, 0),
(7382, 348, 40, 'Saint-Hilaire', 455583800, -731974500, 0),
(7383, 348, 40, 'Saint-Hyacinthe', 456167800, -729491400, 0),
(7384, 348, 40, 'Saint-Jacques', 459486700, -735702600, 0),
(7385, 348, 40, 'Saint-Jean-de-Matha', 462314700, -735341600, 0),
(7386, 348, 40, 'Saint-Jean-sur-Richelieu', 453167800, -732658600, 0),
(7387, 348, 40, 'Saint-Jerome', 457803600, -740036500, 0),
(7388, 348, 40, 'Saint-Joseph-de-Sorel', 460333600, -731158500, 0),
(7389, 348, 40, 'Saint-Joseph-du-Lac', 455333800, -739992000, 0),
(7390, 348, 40, 'Saint-Jovite', 461186400, -745965700, 0),
(7391, 348, 40, 'Saint-Lambert', 455000800, -735102800, 0),
(7392, 348, 40, 'Saint-Lambert-de-Lauzon', 465862400, -712089200, 0),
(7393, 348, 40, 'Saint-Laurent', 454930760, -737006700, 0),
(7394, 348, 40, 'Saint-Lazare', 454000800, -741325600, 0),
(7395, 348, 40, 'Saint-Lazare-de-Bellechasse', 466530600, -708070100, 0),
(7396, 348, 40, 'Saint-Leonard-d''Aston', 461000600, -723658000, 0),
(7397, 348, 40, 'Saint-Leonard-de-Portneuf', 468833500, -719157900, 0),
(7398, 348, 40, 'Saint-Liboire', 456500700, -727658300, 0),
(7399, 348, 40, 'Saint-Liguori', 460167700, -735658600, 0),
(7400, 348, 40, 'Saint-Lin', 458531800, -737558800, 0),
(7401, 348, 40, 'Saint-Lin-Laurentides', 458500800, -737658800, 0),
(7402, 348, 40, 'Saint-Louis', 458500700, -729824400, 0),
(7403, 348, 40, 'Saint-Louis-de-Blandford', 462500600, -719990900, 0),
(7404, 348, 40, 'Saint-Majorique-de-Grantham', 459333600, -725824200, 0),
(7405, 348, 40, 'Saint-Marc-de-Figuery', 484668800, -780495300, 0),
(7406, 348, 40, 'Saint-Marc-des-Carrieres', 466833500, -720491000, 0),
(7407, 348, 40, 'Saint-Martin', 459670000, -706500000, 0),
(7408, 348, 40, 'Saint-Mathias-sur-Richelieu', 454667800, -732658600, 0),
(7409, 348, 40, 'Saint-Mathieu', 453167800, -735158700, 0),
(7410, 348, 40, 'Saint-Mathieu-du-Parc', 465667600, -729158400, 0),
(7411, 348, 40, 'Saint-Maurice', 464667500, -725324200, 0),
(7412, 348, 40, 'Saint-Michel-des-Saints', 467394990, -738465130, 0),
(7413, 348, 40, 'Saint-Modeste', 478333400, -693989700, 0),
(7414, 348, 40, 'Saint-Nicephore', 458333600, -724158100, 0),
(7415, 348, 40, 'Saint-Ours', 458833700, -731491500, 0),
(7416, 348, 40, 'Saint-Pamphile', 469578000, -697806000, 0),
(7417, 348, 40, 'Saint-Philippe', 453500000, -734670000, 0),
(7418, 348, 40, 'Saint-Pierre', 460170000, -734670000, 0),
(7419, 348, 40, 'Saint-Raymond', 454669800, -736094800, 0),
(7420, 348, 40, 'Saint-Remi', 452473640, -736172620, 0),
(7421, 348, 40, 'Saint-Robert', 459667600, -729991400, 0),
(7422, 348, 40, 'Saint-Roch', 480107600, -789413200, 0),
(7423, 348, 40, 'Saint-Roch-de-Richelieu', 458833700, -731658500, 0),
(7424, 348, 40, 'Saint-Roch-de-l''Achigan', 458500800, -735991700, 0),
(7425, 348, 40, 'Saint-Sauveur', 458868600, -741794300, 0),
(7426, 348, 40, 'Saint-Sauveur-des-Monts', 459000800, -741659100, 0),
(7427, 348, 40, 'Saint-Timothee', 452917500, -740395000, 0),
(7428, 348, 40, 'Saint-Vincent-de-Paul', 456167800, -736491800, 0),
(7429, 348, 40, 'Saint-Wenceslas', 461667600, -723324000, 0),
(7430, 348, 40, 'Saint-Zephirin-de-Courval', 460667600, -726324200, 0),
(7431, 348, 40, 'Saint-Zotique', 452500900, -742492400, 0),
(7432, 348, 40, 'Sainte Catherine de la Jacques Cartier', 468524400, -716205600, 0),
(7433, 348, 40, 'Sainte-Adele', 459500800, -741325100, 0),
(7434, 348, 40, 'Sainte-Angele-de-Laval', 463342600, -725088200, 0),
(7435, 348, 40, 'Sainte-Anne-de-Bellevue', 454061800, -739456000, 0),
(7436, 348, 40, 'Sainte-Anne-de-Sorel', 460471400, -730773600, 0),
(7437, 348, 40, 'Sainte-Anne-des-Lacs', 458500800, -741325100, 0),
(7438, 348, 40, 'Sainte-Anne-des-Plaines', 457646800, -738115600, 0),
(7439, 348, 40, 'Sainte-Barbe', 451667900, -741992400, 0),
(7440, 348, 40, 'Sainte-Catherine', 454000800, -735824800, 0),
(7441, 348, 40, 'Sainte-Christine-d''Auvergne', 468167500, -719657900, 0),
(7442, 348, 40, 'Sainte-Clotilde-de-Chateauguay', 451667000, -736827780, 0),
(7443, 348, 40, 'Sainte-Dorothee', 455333800, -738158900, 0),
(7444, 348, 40, 'Sainte-Foy', 467561500, -712954300, 0),
(7445, 348, 40, 'Sainte-Genevieve-de-Berthier', 460833600, -732158500, 0),
(7446, 348, 40, 'Sainte-Helene-de-Bagot', 457333700, -727324300, 0),
(7447, 348, 40, 'Sainte-Helene-de-Breakeyville', 466654600, -712338100, 0),
(7448, 348, 40, 'Sainte-Julie', 455833800, -733324600, 0),
(7449, 348, 40, 'Sainte-Julienne', 459667700, -737158700, 0),
(7450, 348, 40, 'Sainte-Marguerite', 460333800, -740659000, 0),
(7451, 348, 40, 'Sainte-Marguerite--Esterel', 460334100, -740658700, 0),
(7452, 348, 40, 'Sainte-Marie', 464340100, -710116800, 0),
(7453, 348, 40, 'Sainte-Marie-De-Beauce', 463900000, -709842000, 0),
(7454, 348, 40, 'Sainte-Marie-Salome', 459333700, -734991600, 0),
(7455, 348, 40, 'Sainte-Marthe-sur-le-Lac', 455333800, -739325000, 0),
(7456, 348, 40, 'Sainte-Martine', 452461800, -738055900, 0),
(7457, 348, 40, 'Sainte-Rosalie', 456461700, -728983300, 0),
(7458, 348, 40, 'Sainte-Rose', 456167800, -737824900, 0),
(7459, 348, 40, 'Sainte-Scholastique', 456525800, -740920100, 0),
(7460, 348, 40, 'Sainte-Sophie', 458167800, -738991900, 0),
(7461, 348, 40, 'Sainte-Therese', 456392200, -738275700, 0),
(7462, 348, 40, 'Salaberry-de-Valleyfield', 452500800, -741325300, 0),
(7463, 348, 40, 'Senneterre', 483834900, -772327500, 0),
(7464, 348, 40, 'Sept-Iles', 502001100, -663820800, 0),
(7465, 348, 40, 'Shannon', 468802600, -715146400, 0),
(7466, 348, 40, 'Shawbridge', 458714800, -740784100, 0),
(7467, 348, 40, 'Shawinigan', 465667500, -727491300, 0),
(7468, 348, 40, 'Shawinigan-Sud', 465222800, -727463500, 0),
(7469, 348, 40, 'Shefford', 453500800, -725658200, 0),
(7470, 348, 40, 'Sherbrooke', 454089660, -718871990, 0),
(7471, 348, 40, 'Sorel', 460417800, -731135800, 0),
(7472, 348, 40, 'Sorel-Tracy', 460458760, -731141060, 0),
(7473, 348, 40, 'Ste-Anne-Des-Monts', 491221400, -664923000, 0),
(7474, 348, 40, 'Stoneham', 469833000, -713667000, 0),
(7475, 348, 40, 'Tadoussac', 481500000, -697166700, 0),
(7476, 348, 40, 'Temiscaming', 467212200, -790971200, 0),
(7477, 348, 40, 'Templeton', 454929000, -756043400, 0),
(7478, 348, 40, 'Terrasse-Vaudreuil', 453885560, -739936790, 0),
(7479, 348, 40, 'Terrebonne', 457000400, -736473200, 0),
(7480, 348, 40, 'Thetford-Mines', 460937100, -713053900, 0),
(7481, 348, 40, 'Thurso', 456001000, -752493100, 0),
(7482, 348, 40, 'Trois Pistoles', 481166700, -691666700, 0),
(7483, 348, 40, 'Trois-Rivieres', 463500600, -725491200, 0),
(7484, 348, 40, 'Val-David', 460333800, -742159200, 0),
(7485, 348, 40, 'Val-Morin', 460000800, -741825100, 0),
(7486, 348, 40, 'Val-d''Or', 480976610, -778153800, 0),
(7487, 348, 40, 'Val-des-Lacs', 460658950, -744528630, 0),
(7488, 348, 40, 'Val-des-Monts', 456501000, -756660400, 0),
(7489, 348, 40, 'Valcourt', 454952500, -723152200, 0),
(7490, 348, 40, 'Valleyfield', 452552800, -741316700, 0),
(7491, 348, 40, 'Varennes', 456833800, -734324600, 0),
(7492, 348, 40, 'Vaudreuil-Dorion', 454000800, -740325100, 0),
(7493, 348, 40, 'Vaudreuil-sur-le-Lac', 454167800, -740325100, 0),
(7494, 348, 40, 'Vercheres', 457833800, -733491600, 0),
(7495, 348, 40, 'Verdun', 454671450, -735382440, 0),
(7496, 348, 40, 'Victoriaville', 460500700, -719657900, 0),
(7497, 348, 40, 'Ville-Marie', 473334500, -794329700, 0),
(7498, 348, 40, 'Wakefield', 456668000, -758326500, 0),
(7499, 348, 40, 'Warwick', 459500700, -719824000, 0),
(7500, 348, 40, 'Waterloo', 453500800, -725158200, 0),
(7501, 348, 40, 'Wemindji', 529169300, -787829400, 0),
(7502, 348, 40, 'Westmount', 454834100, -735991800, 0),
(7503, 348, 40, 'Windsor', 455667800, -719990900, 0),
(7504, 349, 40, 'Air Ronge', 550834300, -1053176300, 0),
(7505, 349, 40, 'Albatross', 505334100, -1046678300, 0),
(7506, 349, 40, 'Amsterdam', 517499800, -1024676500, 0),
(7507, 349, 40, 'Asquith', 521167900, -1072179700, 0),
(7508, 349, 40, 'Battleford', 527334300, -1083180600, 0),
(7509, 349, 40, 'Bergheim', 522000800, -1064179000, 0),
(7510, 349, 40, 'Bethune', 507167700, -1052178300, 0),
(7511, 349, 40, 'Bushell Park', 503333500, -1055511500, 0),
(7512, 349, 40, 'Canora', 516332800, -1024342500, 0),
(7513, 349, 40, 'Caronport', 504500600, -1058178700, 0),
(7514, 349, 40, 'Cedar Villa Estates', 520944800, -1067734300, 0),
(7515, 349, 40, 'Chamberlain', 508500700, -1055678600, 0),
(7516, 349, 40, 'Clair', 520167100, -1040843400, 0),
(7517, 349, 40, 'Colonsay', 519809290, -1058714010, 0),
(7518, 349, 40, 'Craik', 510520850, -1058223800, 0),
(7519, 349, 40, 'Denare Beach', 546668300, -1020840800, 0),
(7520, 349, 40, 'Esterhazy', 506542000, -1020787100, 0),
(7521, 349, 40, 'Estevan', 491333700, -1029842200, 0),
(7522, 349, 40, 'Fleming', 500667000, -1015176600, 0),
(7523, 349, 40, 'Fort Qu''Appelle', 507667700, -1038010300, 0),
(7524, 349, 40, 'Furdale', 520833900, -1066845300, 0),
(7525, 349, 40, 'Goodwater', 494000600, -1037010300, 0),
(7526, 349, 40, 'Gravelbourg', 498833600, -1065512200, 0),
(7527, 349, 40, 'Hafford', 527168200, -1073512400, 0),
(7528, 349, 40, 'Humboldt', 522000500, -1051255000, 0),
(7529, 349, 40, 'Indian Head', 505333600, -1036677500, 0),
(7530, 349, 40, 'Kerrobert', 519168200, -1091347900, 0),
(7531, 349, 40, 'Kindersley', 514668100, -1091681800, 0),
(7532, 349, 40, 'Kipling', 501000300, -1026343000, 0),
(7533, 349, 40, 'Lampard', 519333400, -1045510800, 0),
(7534, 349, 40, 'Lampman', 493774740, -1027615610, 0),
(7535, 349, 40, 'Lashburn', 531334600, -1096015100, 0),
(7536, 349, 40, 'Lloydminster', 532834600, -1100015700, 0),
(7537, 349, 40, 'Loreburn', 512167700, -1066012500, 0),
(7538, 349, 40, 'Lumsden', 506500900, -1048678300, 0),
(7539, 349, 40, 'MacNab Park', 521667900, -1066845200, 0),
(7540, 349, 40, 'Maple Creek', 499167800, -1094848100, 0),
(7541, 349, 40, 'Martensville', 522833900, -1066679200, 0),
(7542, 349, 40, 'Meadow Lake', 541334800, -1084347100, 0),
(7543, 349, 40, 'Melfort', 528667300, -1046176800, 0),
(7544, 349, 40, 'Melville', 509167100, -1028009900, 0),
(7545, 349, 40, 'Moose Jaw', 504000500, -1055344500, 0),
(7546, 349, 40, 'Moosomin', 501333200, -1016676600, 0),
(7547, 349, 40, 'Nipawin', 533615360, -1040159230, 0),
(7548, 349, 40, 'Norquay', 518832800, -1020842300, 0),
(7549, 349, 40, 'North Battleford', 527834400, -1082846500, 0),
(7550, 349, 40, 'Onion Lake', 536589360, -1099200550, 0),
(7551, 349, 40, 'Osler', 523667900, -1065512000, 0),
(7552, 349, 40, 'Outlook', 515000800, -1070512800, 0),
(7553, 349, 40, 'Penzance', 510667700, -1054344500, 0),
(7554, 349, 40, 'Pilger', 524167500, -1052677900, 0),
(7555, 349, 40, 'Pinehouse', 555195400, -1065747100, 0),
(7556, 349, 40, 'Preeceville', 519499800, -1026676600, 0),
(7557, 349, 40, 'Prince Albert', 532000800, -1057677200, 0),
(7558, 349, 40, 'Qu''Appelle', 505500700, -1038843600, 0),
(7559, 349, 40, 'Red Deer Hill', 530167800, -1058010600, 0),
(7560, 349, 40, 'Regina', 504436390, -1045725180, 0),
(7561, 349, 40, 'Regina Beach', 507833800, -1050011200, 0),
(7562, 349, 40, 'Rouleau', 501833700, -1049344100, 0),
(7563, 349, 40, 'Saskatoon', 521167900, -1066345200, 0),
(7564, 349, 40, 'Stony Rapids', 592603500, -1058350900, 0),
(7565, 349, 40, 'Sutherland', 521389900, -1066040200, 0),
(7566, 349, 40, 'Swift Current', 502833700, -1078013500, 0),
(7567, 349, 40, 'Tisdale', 528500200, -1040509600, 0),
(7568, 349, 40, 'Turtleford', 533879450, -1089583550, 0),
(7569, 349, 40, 'Warman', 523167900, -1065679100, 0),
(7570, 349, 40, 'Watrous', 516667700, -1054678800, 0),
(7571, 349, 40, 'Weyburn', 496667500, -1038510900, 0),
(7572, 349, 40, 'White City', 504333800, -1043677800, 0),
(7573, 349, 40, 'Wilcox', 501000700, -1047344100, 0),
(7574, 349, 40, 'Yorkton', 512167000, -1024676600, 0),
(7575, 350, 40, 'Dawson', 640432100, -1394166800, 0),
(7576, 350, 40, 'Watson Lake', 600634900, -1287089300, 0),
(7577, 350, 40, 'Whitehorse', 607161100, -1350537500, 0),
(7578, 351, 41, 'Bodden Town', 192833300, -812500000, 0),
(7579, 351, 41, 'East End', 193000000, -811166700, 0),
(7580, 351, 41, 'George Town', 192869200, -813670600, 0),
(7581, 351, 41, 'West Bay', 193666700, -814166700, 0),
(7582, 352, 42, 'Bangui', 43612200, 185549600, 0),
(7583, 353, 43, 'N''Djamena', 121067200, 150444000, 0),
(7584, 354, 44, 'Chile Chico', -465500000, -717333300, 0),
(7585, 354, 44, 'Coihaique', -455752400, -720661900, 0),
(7586, 354, 44, 'Puerto Chacabuco', -454666700, -728166700, 0),
(7587, 355, 44, 'Antofagasta', -236500000, -704000000, 0),
(7588, 355, 44, 'Calama', -224666700, -689333300, 0),
(7589, 355, 44, 'Taltal', -254000000, -704833300, 0),
(7590, 355, 44, 'Tocopilla', -220919800, -701979200, 0),
(7591, 356, 44, 'Angol', -378000000, -727166700, 0),
(7592, 356, 44, 'Loncoche', -393666700, -726333300, 0),
(7593, 356, 44, 'Nueva Imperial', -387333300, -729500000, 0),
(7594, 356, 44, 'Pucon', -392822300, -719542700, 0),
(7595, 356, 44, 'Temuco', -387333300, -726000000, 0),
(7596, 356, 44, 'Villarrica', -392856900, -722279000, 0),
(7597, 357, 44, 'Arica', -184750000, -703041700, 0),
(7598, 358, 44, 'Copiapo', -273666700, -703333300, 0),
(7599, 358, 44, 'Vallenar', -285708300, -707580600, 0),
(7600, 359, 44, 'Cabrero', -370333300, -724000000, 0),
(7601, 359, 44, 'Chiguayante', -369166700, -730166700, 0),
(7602, 359, 44, 'Chillan', -366066400, -721034400, 0),
(7603, 359, 44, 'Concepcion', -368269900, -730497700, 0),
(7604, 359, 44, 'Coronel', -370166700, -731333300, 0),
(7605, 359, 44, 'Curanilahue', -374666700, -733500000, 0),
(7606, 359, 44, 'La Laja', -372666700, -727000000, 0),
(7607, 359, 44, 'Los Angeles', -374666700, -723500000, 0),
(7608, 359, 44, 'Lota', -370833300, -731666700, 0),
(7609, 359, 44, 'Mulchen', -377166700, -722333300, 0),
(7610, 359, 44, 'Penco', -367333300, -729833300, 0),
(7611, 359, 44, 'San Carlos', -364247700, -719580000, 0),
(7612, 359, 44, 'Talcahuano', -367166700, -731166700, 0),
(7613, 360, 44, 'Coquimbo', -299533300, -713436100, 0),
(7614, 360, 44, 'Illapel', -316308300, -711652800, 0),
(7615, 360, 44, 'La Serena', -299077800, -712541700, 0),
(7616, 360, 44, 'Monte Patria', -306919400, -709466700, 0),
(7617, 360, 44, 'Ovalle', -305983300, -712002800, 0),
(7618, 361, 44, 'Chimbarongo', -347000000, -710500000, 0),
(7619, 361, 44, 'Graneros', -340666700, -707333300, 0),
(7620, 361, 44, 'Machali', -341833300, -706666700, 0),
(7621, 361, 44, 'Rancagua', -341708300, -707444400, 0),
(7622, 361, 44, 'Rengo', -344166700, -708666700, 0),
(7623, 361, 44, 'San Vicente', -344333300, -710833300, 0),
(7624, 361, 44, 'Santa Cruz', -346333300, -713666700, 0),
(7625, 362, 44, 'Ancud', -418697200, -738202800, 0),
(7626, 362, 44, 'Calbuco', -417680100, -731273000, 0),
(7627, 362, 44, 'Castro', -424721000, -737731900, 0),
(7628, 362, 44, 'Chonchi', -426127800, -738091700, 0),
(7629, 362, 44, 'Corral', -398897200, -734274700, 0),
(7630, 362, 44, 'Frutillar', -411267600, -730437200, 0),
(7631, 362, 44, 'Las Animas', -398086700, -732182100, 0),
(7632, 362, 44, 'Las Gaviotas', -398665300, -731883400, 0),
(7633, 362, 44, 'Osorno', -405666700, -731500000, 0),
(7634, 362, 44, 'Puerto Montt', -414698500, -729447400, 0),
(7635, 362, 44, 'Puerto Varas', -413194600, -729853800, 0),
(7636, 362, 44, 'Purranque', -409166700, -731666700, 0),
(7637, 363, 44, 'Rio Bueno', -403166700, -729666700, 0),
(7638, 363, 44, 'Valdivia', -398142200, -732458900, 0),
(7639, 364, 44, 'Puerto Natales', -517236300, -724874500, 0),
(7640, 364, 44, 'Punta Arenas', -531500000, -709166700, 0),
(7641, 365, 44, 'Cauquenes', -359666700, -723500000, 0),
(7642, 365, 44, 'Constitucion', -353333300, -724166700, 0),
(7643, 365, 44, 'Curico', -349833300, -712333300, 0),
(7644, 365, 44, 'Linares', -358500000, -716000000, 0),
(7645, 365, 44, 'Molina', -351166700, -712833300, 0),
(7646, 365, 44, 'Talca', -354333300, -716666700, 0),
(7647, 365, 44, 'Teno', -348666700, -711833300, 0),
(7648, 366, 44, 'Buin', -337333300, -707500000, 0),
(7649, 366, 44, 'El Monte', -336833300, -710166700, 0),
(7650, 366, 44, 'La Pintana', -335833100, -706341900, 0),
(7651, 366, 44, 'Lampa', -332833300, -709000000, 0),
(7652, 366, 44, 'Lo Prado', -334443000, -707255200, 0),
(7653, 366, 44, 'Melipilla', -337000000, -712166700, 0),
(7654, 366, 44, 'Paine', -338166700, -707500000, 0),
(7655, 366, 44, 'Penaflor', -336166700, -709166700, 0),
(7656, 366, 44, 'Providencia', -334333330, -706083330, 0),
(7657, 366, 44, 'Puente Alto', -336166700, -705833300, 0),
(7658, 366, 44, 'San Bernardo', -336000000, -707166700, 0),
(7659, 366, 44, 'Santiago', -334262800, -705665600, 0),
(7660, 366, 44, 'Talagante', -336666700, -709333300, 0),
(7661, 367, 44, 'Iquique', -202208300, -701430600, 0),
(7662, 368, 44, 'Hacienda La Calera', -327833300, -712166700, 0),
(7663, 368, 44, 'La Ligua', -324524200, -712310600, 0),
(7664, 368, 44, 'Limache', -330166700, -712666700, 0),
(7665, 368, 44, 'Llaillay', -328500000, -709666700, 0),
(7666, 368, 44, 'Los Andes', -328336900, -705982700, 0),
(7667, 368, 44, 'Quillota', -328833300, -712666700, 0),
(7668, 368, 44, 'Quilpue', -330450000, -714494400, 0),
(7669, 368, 44, 'San Antonio', -335933300, -716216700, 0),
(7670, 368, 44, 'San Felipe', -327500000, -707333300, 0),
(7671, 368, 44, 'Valparaiso', -330393200, -716272500, 0),
(7672, 368, 44, 'Villa Alemana', -330422200, -713733300, 0),
(7673, 368, 44, 'Vina del Mar', -330245700, -715518300, 0),
(7674, 369, 45, 'Aimin', 306474800, 1186172400, 0),
(7675, 369, 45, 'Anqing', 305091700, 1170505600, 0),
(7676, 369, 45, 'Bengbu', 329408300, 1173608300, 0),
(7677, 369, 45, 'Bozhou', 338772200, 1157702800, 0),
(7678, 369, 45, 'Chaohu', 316000000, 1178666700, 0),
(7679, 369, 45, 'Chizhou', 306577800, 1174830600, 0),
(7680, 369, 45, 'Chuzhou', 323219400, 1182977800, 0),
(7681, 369, 45, 'Danyang', 316263800, 1187155600, 0),
(7682, 369, 45, 'Datong', 326208200, 1170631800, 0),
(7683, 369, 45, 'Donglinxi', 296759400, 1182916900, 0),
(7684, 369, 45, 'Dongting', 308722200, 1195196600, 0),
(7685, 369, 45, 'Fuling', 301386100, 1187277800, 0),
(7686, 369, 45, 'Fuyang', 329000000, 1158166700, 0),
(7687, 369, 45, 'Hefei', 318638900, 1172808300, 0),
(7688, 369, 45, 'Huaibei', 339744400, 1167916700, 0),
(7689, 369, 45, 'Huainan', 326263900, 1169969400, 0),
(7690, 369, 45, 'Huangshan', 297113900, 1183125000, 0),
(7691, 369, 45, 'Huaqiao', 311866800, 1186933600, 0),
(7692, 369, 45, 'Huashan', 317037500, 1185014600, 0),
(7693, 369, 45, 'Jinghu', 313475800, 1183682900, 0),
(7694, 369, 45, 'Jingshan', 313134200, 1184469800, 0),
(7695, 369, 45, 'Jingzhou', 301928100, 1188624200, 0),
(7696, 369, 45, 'Jinjiazhuang', 317202600, 1184881100, 0),
(7697, 369, 45, 'Jishan', 309214900, 1183301700, 0),
(7698, 369, 45, 'Jiujiang', 313699400, 1183772400, 0),
(7699, 369, 45, 'Liu''an', 316500000, 1185250000, 0),
(7700, 369, 45, 'Longjiang', 299635000, 1179523600, 0),
(7701, 369, 45, 'Lucheng', 312335700, 1172805700, 0),
(7702, 369, 45, 'Ma''anshan', 316956800, 1184982500, 0),
(7703, 369, 45, 'Meishan', 316847200, 1158763900, 0),
(7704, 369, 45, 'Rongcheng', 306339800, 1178517000, 0),
(7705, 369, 45, 'Sanlidian', 308833300, 1194000000, 0),
(7706, 369, 45, 'Shangpai', 317219400, 1171594400, 0),
(7707, 369, 45, 'Shipu', 309152000, 1183835400, 0),
(7708, 369, 45, 'Suixi', 338906700, 1167747200, 0),
(7709, 369, 45, 'Suzhou', 336361100, 1169788900, 0),
(7710, 369, 45, 'Taiyuan', 307109300, 1184004800, 0),
(7711, 369, 45, 'Tongzha', 314845000, 1181327000, 0),
(7712, 369, 45, 'Wanjia', 304041700, 1191333300, 0),
(7713, 369, 45, 'Wanli', 313971600, 1183890900, 0),
(7714, 369, 45, 'Wenchang', 309040300, 1184886900, 0),
(7715, 369, 45, 'Wuhu', 311463000, 1185646500, 0),
(7716, 369, 45, 'Wusong', 309500000, 1177833300, 0),
(7717, 369, 45, 'Wuxi', 313097000, 1186554700, 0),
(7718, 369, 45, 'Xinglong', 303569100, 1183412300, 0),
(7719, 369, 45, 'Xinhua', 304482300, 1180393000, 0),
(7720, 369, 45, 'Yanjiao', 298200000, 1180411100, 0),
(7721, 369, 45, 'Yijiang', 313154600, 1183605300, 0),
(7722, 369, 45, 'Yiqi', 297266900, 1182569200, 0),
(7723, 369, 45, 'Yushan', 316786700, 1184945800, 0),
(7724, 369, 45, 'Zhongshan', 225205800, 1133823200, 0),
(7725, 370, 45, 'Beijing', 399075000, 1163972300, 0),
(7726, 370, 45, 'Changping', 402186100, 1162197200, 0),
(7727, 370, 45, 'Daxing', 397213900, 1163291700, 0),
(7728, 370, 45, 'Fangshan', 396983300, 1159925000, 0),
(7729, 370, 45, 'Liangxiang', 397319400, 1161400000, 0),
(7730, 370, 45, 'Mentougou', 399391700, 1160916700, 0),
(7731, 370, 45, 'Shunyi', 401250000, 1166452800, 0),
(7732, 370, 45, 'Tongzhou', 399052800, 1165994400, 0),
(7733, 371, 45, 'Beibei', 298255600, 1064338900, 0),
(7734, 371, 45, 'Chongqing', 295627800, 1065527800, 0),
(7735, 371, 45, 'Dongxi', 287613900, 1066611100, 0),
(7736, 371, 45, 'Fuling', 297022200, 1073919400, 0),
(7737, 371, 45, 'Jiangjin', 292905600, 1062541700, 0),
(7738, 371, 45, 'Wanxian', 308038900, 1083897200, 0),
(7739, 371, 45, 'Xinglong', 292584100, 1090371400, 0),
(7740, 371, 45, 'Yongchuan', 293513900, 1058947200, 0),
(7741, 371, 45, 'Yudong', 293850000, 1065194400, 0),
(7742, 372, 45, 'Ansha', 260314300, 1171241100, 0),
(7743, 372, 45, 'Anyuan', 265769000, 1166758600, 0),
(7744, 372, 45, 'Baiqi', 248824400, 1187086900, 0),
(7745, 372, 45, 'Baisha', 251293000, 1165992500, 0),
(7746, 372, 45, 'Baiyun', 260352800, 1189063900, 0),
(7747, 372, 45, 'Changchun', 267285700, 1200401400, 0),
(7748, 372, 45, 'Chengdong', 262456300, 1176190300, 0),
(7749, 372, 45, 'Chengmen', 260058300, 1193491700, 0),
(7750, 372, 45, 'Danyang', 263522200, 1194813900, 0),
(7751, 372, 45, 'Dinghai', 262847200, 1197936100, 0),
(7752, 372, 45, 'Donghu', 262330600, 1195136100, 0),
(7753, 372, 45, 'Dongyingcun', 236885200, 1173856000, 0),
(7754, 372, 45, 'Fengshan', 264855600, 1195491700, 0),
(7755, 372, 45, 'Fengzhou', 249576200, 1185336500, 0),
(7756, 372, 45, 'Fu''an', 270891700, 1196452800, 0),
(7757, 372, 45, 'Fuding', 273273400, 1202140000, 0),
(7758, 372, 45, 'Fuqing', 257250000, 1193794400, 0),
(7759, 372, 45, 'Fuzhou', 260613900, 1193061100, 0),
(7760, 372, 45, 'Guangming', 267947800, 1173899300, 0),
(7761, 372, 45, 'Hedong', 268353700, 1168479000, 0),
(7762, 372, 45, 'Hongtang', 260705600, 1192308300, 0),
(7763, 372, 45, 'Jinjiang', 248197800, 1185741400, 0),
(7764, 372, 45, 'Jixiang', 266727500, 1189121900, 0),
(7765, 372, 45, 'Litian', 260151700, 1166996400, 0),
(7766, 372, 45, 'Liuwudian', 245555200, 1181955800, 0),
(7767, 372, 45, 'Lixin', 268312700, 1166705100, 0),
(7768, 372, 45, 'Longyan', 251072200, 1170225000, 0),
(7769, 372, 45, 'Luoyang', 249622200, 1186811100, 0),
(7770, 372, 45, 'Maping', 246872200, 1185527800, 0),
(7771, 372, 45, 'Min''an', 260552800, 1194975000, 0),
(7772, 372, 45, 'Nanping', 266450000, 1181736100, 0),
(7773, 372, 45, 'Nanshan', 266198600, 1183247000, 0),
(7774, 372, 45, 'Nanyang', 250265400, 1169525200, 0),
(7775, 372, 45, 'Ningde', 266616700, 1195227800, 0),
(7776, 372, 45, 'Pucheng', 279233300, 1185333300, 0),
(7777, 372, 45, 'Putian', 254394400, 1190102800, 0),
(7778, 372, 45, 'Quanzhou', 249138900, 1185858300, 0),
(7779, 372, 45, 'Sanming', 262486100, 1176186100, 0),
(7780, 372, 45, 'Shaowu', 273408900, 1174831000, 0),
(7781, 372, 45, 'Shijing', 246195600, 1184243700, 0),
(7782, 372, 45, 'Songyuan', 275273000, 1187765700, 0),
(7783, 372, 45, 'Tantou', 260313900, 1195986100, 0),
(7784, 372, 45, 'Taocheng', 253123000, 1183005600, 0),
(7785, 372, 45, 'Tongfang', 258036700, 1165506200, 0),
(7786, 372, 45, 'Xiamen', 244797900, 1180818700, 0),
(7787, 372, 45, 'Xiaoqiao', 269538400, 1184660700, 0),
(7788, 372, 45, 'Xibu', 236990600, 1174251100, 0),
(7789, 372, 45, 'Xicheng', 261630200, 1181419300, 0),
(7790, 372, 45, 'Xuancheng', 254095000, 1163841000, 0),
(7791, 372, 45, 'Yongning', 246800000, 1186900000, 0),
(7792, 372, 45, 'Zhangzhou', 245133300, 1176555600, 0),
(7793, 372, 45, 'Zhenhai', 242582300, 1180904900, 0),
(7794, 373, 45, 'Baiyin', 365583300, 1042080600, 0),
(7795, 373, 45, 'Beidao', 345686100, 1058933300, 0),
(7796, 373, 45, 'Dayu', 338312500, 1040395700, 0),
(7797, 373, 45, 'Dianzi', 332204100, 1055012700, 0),
(7798, 373, 45, 'Dongdong', 395000000, 986666700, 0),
(7799, 373, 45, 'Fengxiang', 329019400, 1053113000, 0),
(7800, 373, 45, 'Guazhou', 404000000, 957666700, 0),
(7801, 373, 45, 'Hanban', 338727000, 1041842400, 0),
(7802, 373, 45, 'Heping', 363342600, 1071155100, 0),
(7803, 373, 45, 'Hezuo', 349855600, 1029094400, 0),
(7804, 373, 45, 'Huai''an', 365835400, 1078184300, 0),
(7805, 373, 45, 'Huayuan', 339660700, 1037676600, 0),
(7806, 373, 45, 'Huishi', 356919600, 1050485800, 0),
(7807, 373, 45, 'Jiahe', 340918700, 1043797400, 0),
(7808, 373, 45, 'Jiangxi', 339993400, 1051999400, 0),
(7809, 373, 45, 'Jiayuguan', 398166700, 983000000, 0),
(7810, 373, 45, 'Jinchang', 336168100, 1048963300, 0),
(7811, 373, 45, 'Jiujia', 351901100, 1025346100, 0),
(7812, 373, 45, 'Lanzhou', 360563900, 1037922200, 0),
(7813, 373, 45, 'Lianhua', 350616000, 1057910800, 0),
(7814, 373, 45, 'Lidian', 352268200, 1056875500, 0),
(7815, 373, 45, 'Linxia', 356002800, 1032063900, 0),
(7816, 373, 45, 'Liulin', 338743700, 1061696000, 0),
(7817, 373, 45, 'Longyuan', 346544600, 1037761600, 0),
(7818, 373, 45, 'Ni''ao', 339608300, 1035505200, 0),
(7819, 373, 45, 'Pingliang', 355391700, 1066861100, 0),
(7820, 373, 45, 'Pingxiang', 352079000, 1052505800, 0),
(7821, 373, 45, 'Santai Zhen', 349493100, 1047258400, 0),
(7822, 373, 45, 'Shawan', 336273600, 1045637000, 0),
(7823, 373, 45, 'Suzhou', 397431800, 985173600, 0),
(7824, 373, 45, 'Taijing', 345633300, 1055488900, 0),
(7825, 373, 45, 'Taishan', 337729700, 1064576100, 0),
(7826, 373, 45, 'Taiyang', 340788200, 1062948900, 0),
(7827, 373, 45, 'Tianshuijun', 345438900, 1056897200, 0),
(7828, 373, 45, 'Tongchuan', 360157600, 1075179700, 0),
(7829, 373, 45, 'Wangba', 337428800, 1050103200, 0),
(7830, 373, 45, 'Wangyin', 348338900, 1057616700, 0),
(7831, 373, 45, 'Xijiang', 345659000, 1040034000, 0),
(7832, 373, 45, 'Xincheng', 346743100, 1035868000, 0),
(7833, 373, 45, 'Xinghua', 338615100, 1063617600, 0),
(7834, 373, 45, 'Yuanquan', 405000000, 958000000, 0),
(7835, 373, 45, 'Yulong', 335100300, 1051812000, 0),
(7836, 373, 45, 'Zhangye', 389341700, 1004516700, 0),
(7837, 374, 45, 'Aipi', 232282000, 1146384400, 0),
(7838, 374, 45, 'Anbu', 234489500, 1166809200, 0),
(7839, 374, 45, 'Baisha', 222527200, 1125887700, 0),
(7840, 374, 45, 'Baishi', 254596300, 1132526900, 0),
(7841, 374, 45, 'Bao''an', 249137200, 1123884800, 0),
(7842, 374, 45, 'Beixiang', 251854700, 1133471900, 0),
(7843, 374, 45, 'Buji', 226024000, 1141133000, 0),
(7844, 374, 45, 'Changjiang', 253318300, 1139198900, 0),
(7845, 374, 45, 'Changping', 229769200, 1139902400, 0),
(7846, 374, 45, 'Changsha', 223826500, 1126835300, 0),
(7847, 374, 45, 'Chaozhou', 236651300, 1166378600, 0),
(7848, 374, 45, 'Chashan', 230695600, 1138690000, 0),
(7849, 374, 45, 'Chengdong', 229496000, 1156505500, 0),
(7850, 374, 45, 'Chenghua', 234613200, 1167700700, 0),
(7851, 374, 45, 'Chengzhong', 233410400, 1126857800, 0),
(7852, 374, 45, 'Chifeng', 238179200, 1165343400, 0),
(7853, 374, 45, 'Dahu', 228350400, 1155617100, 0),
(7854, 374, 45, 'Dalang', 229474100, 1139318800, 0),
(7855, 374, 45, 'Daliang', 228504200, 1132470100, 0),
(7856, 374, 45, 'Daling', 230037100, 1147015200, 0),
(7857, 374, 45, 'Danshui', 227984000, 1144671600, 0),
(7858, 374, 45, 'Daojiao', 230000000, 1136594400, 0),
(7859, 374, 45, 'Daping', 246494400, 1121686100, 0),
(7860, 374, 45, 'Dasha', 231099800, 1134443700, 0),
(7861, 374, 45, 'Dengyun', 240673500, 1153918800, 0),
(7862, 374, 45, 'Dongbei', 249974500, 1122959200, 0),
(7863, 374, 45, 'Dongcheng', 237121300, 1130373800, 0),
(7864, 374, 45, 'Donggang', 229680600, 1159538000, 0),
(7865, 374, 45, 'Dongguan', 230488900, 1137447200, 0),
(7866, 374, 45, 'Dongli', 235656400, 1168194300, 0),
(7867, 374, 45, 'Dongshan', 239077600, 1169316400, 0),
(7868, 374, 45, 'Dongyuan', 235019500, 1161254100, 0),
(7869, 374, 45, 'Fengyang', 250490400, 1122752100, 0),
(7870, 374, 45, 'Foshan', 230267700, 1131314800, 0),
(7871, 374, 45, 'Fucheng', 236393400, 1151661700, 0),
(7872, 374, 45, 'Fushan', 238576200, 1168882800, 0),
(7873, 374, 45, 'Futian', 232160800, 1139642500, 0),
(7874, 374, 45, 'Fuxi', 252219100, 1138546300, 0),
(7875, 374, 45, 'Fuyang', 235786300, 1165950700, 0),
(7876, 374, 45, 'Gangkou', 225747800, 1148975300, 0),
(7877, 374, 45, 'Guangzhou', 231166700, 1132500000, 0),
(7878, 374, 45, 'Guanlan', 227211000, 1140524400, 0),
(7879, 374, 45, 'Haicheng', 229753300, 1153317900, 0),
(7880, 374, 45, 'Haikuotiankong', 225288100, 1139399000, 0),
(7881, 374, 45, 'Hedong', 229795600, 1156486600, 0),
(7882, 374, 45, 'Henan''an', 230799300, 1144178700, 0),
(7883, 374, 45, 'Henggang', 226515500, 1142024300, 0),
(7884, 374, 45, 'Hetian', 233057700, 1156502900, 0),
(7885, 374, 45, 'Hexi', 216865100, 1106341700, 0),
(7886, 374, 45, 'Heyuan', 237333300, 1146833300, 0),
(7887, 374, 45, 'Houjie', 229426600, 1136561500, 0),
(7888, 374, 45, 'Huanggang', 241333300, 1134988700, 0),
(7889, 374, 45, 'Huangjiang', 229168700, 1139953500, 0),
(7890, 374, 45, 'Huangshi', 243282100, 1152575700, 0),
(7891, 374, 45, 'Huicheng', 230384500, 1162898800, 0),
(7892, 374, 45, 'Huizhou', 230833300, 1144000000, 0),
(7893, 374, 45, 'Humen', 228189800, 1136730600, 0),
(7894, 374, 45, 'Jiangmen', 225833300, 1130833300, 0),
(7895, 374, 45, 'Jiangwei', 244376100, 1141194800, 0),
(7896, 374, 45, 'Jiaocheng', 246774100, 1161388900, 0),
(7897, 374, 45, 'Jieyang', 235288600, 1163641600, 0),
(7898, 374, 45, 'Jing''an', 222073900, 1132849000, 0),
(7899, 374, 45, 'Jingdu', 231858000, 1165465500, 0),
(7900, 374, 45, 'Jingzhou', 236237600, 1169331600, 0),
(7901, 374, 45, 'Jingzi', 236294400, 1154074200, 0),
(7902, 374, 45, 'Jinshi', 235303600, 1166165300, 0),
(7903, 374, 45, 'Jinxiang', 228628200, 1157019600, 0),
(7904, 374, 45, 'Kaiping', 223666670, 1126833330, 0),
(7905, 374, 45, 'Lantian', 238657600, 1142258800, 0),
(7906, 374, 45, 'Lecheng', 251238300, 1133254200, 0),
(7907, 374, 45, 'Leicheng', 209376900, 1100702100, 0),
(7908, 374, 45, 'Lianhua', 235759400, 1168006000, 0),
(7909, 374, 45, 'Lianjiang', 216467300, 1102817200, 0),
(7910, 374, 45, 'Lianrao', 237272500, 1169822800, 0),
(7911, 374, 45, 'Liaobu', 229931200, 1138806800, 0),
(7912, 374, 45, 'Licheng', 232955400, 1138283600, 0),
(7913, 374, 45, 'Lishi', 242274800, 1149960000, 0),
(7914, 374, 45, 'Longhua', 226552500, 1139984000, 0),
(7915, 374, 45, 'Longxian', 243534900, 1141284300, 0),
(7916, 374, 45, 'Luohu', 240483700, 1148740300, 0),
(7917, 374, 45, 'Luoyang', 231624400, 1142734200, 0),
(7918, 374, 45, 'Luzhou', 233693400, 1145221300, 0),
(7919, 374, 45, 'Maoming', 216500000, 1109000000, 0),
(7920, 374, 45, 'Meisha', 225975300, 1142999700, 0),
(7921, 374, 45, 'Meizhou', 242976900, 1161072400, 0),
(7922, 374, 45, 'Nan''an', 230216600, 1124487000, 0),
(7923, 374, 45, 'Nancheng', 230448100, 1137422600, 0),
(7924, 374, 45, 'Nanjing', 233488400, 1162914300, 0),
(7925, 374, 45, 'Nanling', 233255200, 1154187700, 0),
(7926, 374, 45, 'Pingdi', 227717000, 1143017800, 0),
(7927, 374, 45, 'Pingshan', 226933600, 1143378300, 0),
(7928, 374, 45, 'Potou', 212684100, 1104354500, 0),
(7929, 374, 45, 'Qingxi', 235375400, 1149540200, 0),
(7930, 374, 45, 'Qingyuan', 237000000, 1130333300, 0),
(7931, 374, 45, 'Qingyun', 253966400, 1131765500, 0),
(7932, 374, 45, 'Raoyang', 241010700, 1168755400, 0),
(7933, 374, 45, 'Sandong', 229877700, 1144416200, 0),
(7934, 374, 45, 'Sanhe', 232871700, 1166557400, 0),
(7935, 374, 45, 'Sanshui', 251184600, 1122199100, 0),
(7936, 374, 45, 'Shangcheng', 237403400, 1146981600, 0),
(7937, 374, 45, 'Shangrao', 241484000, 1169048700, 0),
(7938, 374, 45, 'Shantou', 233681400, 1167147900, 0),
(7939, 374, 45, 'Shanwei', 227819900, 1153475000, 0),
(7940, 374, 45, 'Shaoguan', 248000000, 1135833300, 0),
(7941, 374, 45, 'Shenjing', 219830300, 1125009700, 0),
(7942, 374, 45, 'Shenzhen', 225455400, 1140683000, 0),
(7943, 374, 45, 'Shijie', 230930500, 1137958200, 0),
(7944, 374, 45, 'Shiqi', 225168200, 1133852100, 0),
(7945, 374, 45, 'Shiqiao', 229373600, 1133606300, 0),
(7946, 374, 45, 'Shuikou', 231541200, 1145213900, 0),
(7947, 374, 45, 'Shuitou', 238809400, 1136414500, 0),
(7948, 374, 45, 'Shuizhai', 239296100, 1157649900, 0),
(7949, 374, 45, 'Shunde', 228008700, 1132920800, 0),
(7950, 374, 45, 'Shuntian', 241066700, 1147640900, 0),
(7951, 374, 45, 'Suicheng', 214142200, 1102365000, 0),
(7952, 374, 45, 'Taicheng', 222513500, 1127799000, 0),
(7953, 374, 45, 'Taihe', 237320900, 1130112700, 0),
(7954, 374, 45, 'Tangxia', 228097100, 1140924600, 0),
(7955, 374, 45, 'Tianyuan', 241881300, 1144188100, 0),
(7956, 374, 45, 'Tongyu', 232845800, 1164254900, 0),
(7957, 374, 45, 'Tuopu', 234132700, 1166455500, 0),
(7958, 374, 45, 'Wanjiangqu', 230581500, 1137227800, 0),
(7959, 374, 45, 'Wuchuan', 214571300, 1107659100, 0),
(7960, 374, 45, 'Xi''an', 249205600, 1122869500, 0),
(7961, 374, 45, 'Xi''ao', 246913500, 1152571600, 0),
(7962, 374, 45, 'Xiashan', 232498100, 1164271200, 0),
(7963, 374, 45, 'Xichang', 239295000, 1144526700, 0),
(7964, 374, 45, 'Xijiang', 247588200, 1125937100, 0),
(7965, 374, 45, 'Xilu', 233811400, 1165045400, 0),
(7966, 374, 45, 'Xin''an', 231208600, 1151909000, 0),
(7967, 374, 45, 'Xinan', 231544600, 1128934400, 0),
(7968, 374, 45, 'Xinhui', 224560000, 1130482000, 0),
(7969, 374, 45, 'Xinwan', 227866200, 1136680000, 0),
(7970, 374, 45, 'Xinxi', 234012800, 1167669200, 0),
(7971, 374, 45, 'Xinyi', 223730300, 1109474600, 0),
(7972, 374, 45, 'Xishan', 242696300, 1144208400, 0),
(7973, 374, 45, 'Xucheng', 203500000, 1101288400, 0),
(7974, 374, 45, 'Yanbei', 242739200, 1128224700, 0),
(7975, 374, 45, 'Yangjiang', 218500000, 1119666700, 0),
(7976, 374, 45, 'Yantian', 225842200, 1142672200, 0),
(7977, 374, 45, 'Yanzhou', 227257200, 1149386600, 0),
(7978, 374, 45, 'Yirong', 235211000, 1148283000, 0),
(7979, 374, 45, 'Yonghe', 231815900, 1135847200, 0),
(7980, 374, 45, 'Yonghu', 229468500, 1144948500, 0),
(7981, 374, 45, 'Yuannan', 237150900, 1146852500, 0),
(7982, 374, 45, 'Yunfu', 229305600, 1120373000, 0),
(7983, 374, 45, 'Yunluo', 232525900, 1160748600, 0),
(7984, 374, 45, 'Zhanjiang', 212814500, 1103427100, 0),
(7985, 374, 45, 'Zhaoqing', 230511600, 1124597200, 0),
(7986, 374, 45, 'Zhongshan', 213225600, 1105829100, 0),
(7987, 374, 45, 'Zhongxin', 232895400, 1136135600, 0),
(7988, 374, 45, 'Zhouxin', 236807800, 1130849400, 0),
(7989, 374, 45, 'Zhuhai', 222769400, 1135677800, 0),
(7990, 375, 45, 'Anyang', 239472000, 1080861000, 0),
(7991, 375, 45, 'Baicheng', 238997200, 1066133300, 0),
(7992, 375, 45, 'Baise', 239000000, 1066166670, 0),
(7993, 375, 45, 'Baishan', 237310000, 1081578900, 0),
(7994, 375, 45, 'Beihai', 214833300, 1091000000, 0),
(7995, 375, 45, 'Dongmen', 247919800, 1089000000, 0),
(7996, 375, 45, 'Gongcheng', 248333300, 1108166700, 0),
(7997, 375, 45, 'Guigang', 230963900, 1096091700, 0),
(7998, 375, 45, 'Guilin', 252819400, 1102863900, 0),
(7999, 375, 45, 'Guiping', 233925000, 1100813900, 0),
(8000, 375, 45, 'Hengzhou', 227072700, 1092574900, 0),
(8001, 375, 45, 'Laibin', 237000000, 1092666700, 0),
(8002, 375, 45, 'Lingcheng', 224442100, 1092946300, 0),
(8003, 375, 45, 'Lingchuan', 254095100, 1103227800, 0),
(8004, 375, 45, 'Lingui', 252450000, 1102044400, 0),
(8005, 375, 45, 'Liuzhou', 243125800, 1093891600, 0),
(8006, 375, 45, 'Longzhou', 223996700, 1067896700, 0),
(8007, 375, 45, 'Nandu', 228525000, 1108233300, 0),
(8008, 375, 45, 'Nanning', 228166700, 1083166700, 0),
(8009, 375, 45, 'Qinzhou', 219500000, 1086166700, 0),
(8010, 375, 45, 'Quanzhou', 259446000, 1110364000, 0),
(8011, 375, 45, 'Wuzhou', 234833300, 1113166700, 0),
(8012, 375, 45, 'Xinning', 226708000, 1078891200, 0),
(8013, 375, 45, 'Xinzhou', 248723400, 1053511700, 0),
(8014, 375, 45, 'Yangshuo', 247808100, 1104896700, 0),
(8015, 375, 45, 'Yizhou', 244666670, 1085833330, 0),
(8016, 376, 45, 'Anshun', 262500000, 1059333300, 0),
(8017, 376, 45, 'Bijie', 273125000, 1052941700, 0),
(8018, 376, 45, 'Duyun', 262666700, 1075166700, 0),
(8019, 376, 45, 'Guiyang', 265833300, 1067166700, 0),
(8020, 376, 45, 'Tongren', 277172200, 1091852800, 0),
(8021, 376, 45, 'Weining', 268500000, 1042333300, 0),
(8022, 376, 45, 'Wenshui', 284505600, 1065266700, 0),
(8023, 376, 45, 'Zunyi', 276866700, 1069072200, 0),
(8024, 377, 45, 'Baimajing', 197119500, 1092180100, 0),
(8025, 377, 45, 'Baisha', 191914200, 1094478700, 0),
(8026, 377, 45, 'Bo''ao', 191599300, 1105812800, 0),
(8027, 377, 45, 'Changfeng', 188019700, 1103206700, 0),
(8028, 377, 45, 'Chongshan', 187827500, 1094993000, 0),
(8029, 377, 45, 'Dacheng', 195092700, 1093927500, 0),
(8030, 377, 45, 'Damao', 188492000, 1103924400, 0),
(8031, 377, 45, 'Dongcheng', 197086800, 1094561000, 0),
(8032, 377, 45, 'Donglu', 197386900, 1106779700, 0),
(8033, 377, 45, 'Dongying', 200527800, 1104134700, 0),
(8034, 377, 45, 'Fushan', 198361100, 1099262500, 0),
(8035, 377, 45, 'Haikou', 200458300, 1103416700, 0),
(8036, 377, 45, 'Haitangwan', 184033700, 1097500400, 0),
(8037, 377, 45, 'Haitou', 195056300, 1089505400, 0),
(8038, 377, 45, 'Haixiu', 200109600, 1102760700, 0),
(8039, 377, 45, 'Hongmao', 190255900, 1096654900, 0),
(8040, 377, 45, 'Jinjiang', 197291700, 1100063900, 0),
(8041, 377, 45, 'Jinshan', 199980400, 1106895600, 0),
(8042, 377, 45, 'Li''an', 184332400, 1100669200, 0),
(8043, 377, 45, 'Longhu', 195774800, 1103944800, 0),
(8044, 377, 45, 'Nankai', 190800000, 1094086000, 0),
(8045, 377, 45, 'Nanlu', 192501100, 1100754500, 0),
(8046, 377, 45, 'Qionghai', 192430560, 1104641670, 0),
(8047, 377, 45, 'Qiongshan', 200058300, 1103541700, 0),
(8048, 377, 45, 'Qunying', 185847300, 1098708400, 0),
(8049, 377, 45, 'Sanya', 182430600, 1095050000, 0),
(8050, 377, 45, 'Tiandu', 182846000, 1095823200, 0),
(8051, 377, 45, 'Tianya', 183083500, 1093267600, 0),
(8052, 377, 45, 'Wanning', 188002800, 1103966700, 0),
(8053, 377, 45, 'Xinzhou', 197144600, 1093114600, 0),
(8054, 377, 45, 'Xinzhu', 196215800, 1102065000, 0),
(8055, 377, 45, 'Yangjiang', 191008900, 1103431200, 0),
(8056, 377, 45, 'Yaxing', 194477800, 1092627300, 0),
(8057, 377, 45, 'Yongxing', 198938400, 1102629400, 0),
(8058, 377, 45, 'Zhongxing', 195685600, 1098524800, 0),
(8059, 377, 45, 'Zhongyuan', 191478700, 1104675900, 0),
(8060, 377, 45, 'Zuntan', 198144300, 1102991100, 0),
(8061, 378, 45, 'Baoding', 388511100, 1154902800, 0),
(8062, 378, 45, 'Botou', 380666700, 1165666700, 0),
(8063, 378, 45, 'Cangzhou', 383166700, 1168666700, 0),
(8064, 378, 45, 'Chengde', 409725000, 1179361100, 0),
(8065, 378, 45, 'Dingzhou', 385130600, 1149955600, 0),
(8066, 378, 45, 'Handan', 366005600, 1144677800, 0),
(8067, 378, 45, 'Hengshui', 377322200, 1157011100, 0),
(8068, 378, 45, 'Langfang', 395097200, 1166947200, 0),
(8069, 378, 45, 'Linshui', 364247200, 1142047200, 0),
(8070, 378, 45, 'Pengcheng', 364311100, 1141700000, 0),
(8071, 378, 45, 'Qinhuangdao', 399316700, 1195883300, 0),
(8072, 378, 45, 'Renqiu', 386988900, 1160936100, 0),
(8073, 378, 45, 'Shijiazhuang', 380413900, 1144786100, 0),
(8074, 378, 45, 'Tangshan', 396333300, 1181833300, 0),
(8075, 378, 45, 'Xingtai', 370630600, 1144941700, 0),
(8076, 378, 45, 'Xinji', 379027800, 1152036100, 0),
(8077, 378, 45, 'Zhangjiakou', 408100000, 1148794400, 0),
(8078, 378, 45, 'Zhaogezhuang', 397666700, 1184000000, 0),
(8079, 379, 45, 'Anda', 464000000, 1253166700, 0),
(8080, 379, 45, 'Ashihe', 455358000, 1269737000, 0),
(8081, 379, 45, 'Binzhou', 457528100, 1274798600, 0),
(8082, 379, 45, 'Chang''an', 457635200, 1278380000, 0),
(8083, 379, 45, 'Daqing', 465833300, 1250000000, 0),
(8084, 379, 45, 'Dongning', 440621900, 1311207500, 0),
(8085, 379, 45, 'Fujin', 472600000, 1320322200, 0),
(8086, 379, 45, 'Gannan', 479147200, 1235030600, 0),
(8087, 379, 45, 'Hailin', 445833300, 1294166700, 0),
(8088, 379, 45, 'Harbin', 457500000, 1266500000, 0),
(8089, 379, 45, 'Hegang', 474000000, 1303666700, 0),
(8090, 379, 45, 'Heihe', 502666700, 1274666700, 0),
(8091, 379, 45, 'Hengshan', 452000000, 1309166700, 0),
(8092, 379, 45, 'Honggang', 464666700, 1248666700, 0),
(8093, 379, 45, 'Hulan', 459833300, 1266000000, 0),
(8094, 379, 45, 'Jiamusi', 468333300, 1303500000, 0),
(8095, 379, 45, 'Jianguo', 459928600, 1280670500, 0),
(8096, 379, 45, 'Jixi', 453000000, 1309666700, 0),
(8097, 379, 45, 'Juren', 457607500, 1272797600, 0),
(8098, 379, 45, 'Juyuan', 459418200, 1269714600, 0),
(8099, 379, 45, 'Longfeng', 465500000, 1251166700, 0),
(8100, 379, 45, 'Mao''ershan', 452755500, 1275028500, 0),
(8101, 379, 45, 'Mishan', 455500000, 1318833300, 0),
(8102, 379, 45, 'Mudanjiang', 445833300, 1296000000, 0),
(8103, 379, 45, 'Nenjiang', 491833300, 1252166700, 0),
(8104, 379, 45, 'Qiqihar', 473408300, 1239672200, 0),
(8105, 379, 45, 'Qitaihe', 458000000, 1308500000, 0),
(8106, 379, 45, 'Shuangcheng', 453500000, 1262833300, 0),
(8107, 379, 45, 'Shuangyashan', 466361100, 1311538900, 0),
(8108, 379, 45, 'Suifenhe', 444000000, 1311666700, 0),
(8109, 379, 45, 'Suihua', 466405600, 1269969400, 0),
(8110, 379, 45, 'Tahe', 523333300, 1247333300, 0),
(8111, 379, 45, 'Tailai', 463833300, 1234000000, 0),
(8112, 379, 45, 'Wuchang', 449142800, 1271500100, 0),
(8113, 379, 45, 'Xinqing', 482333300, 1295000000, 0),
(8114, 379, 45, 'Yichun', 477000000, 1289000000, 0),
(8115, 379, 45, 'Youhao', 478666700, 1288333300, 0),
(8116, 380, 45, 'Anyang', 360994400, 1143288900, 0),
(8117, 380, 45, 'Dengfeng', 344552800, 1130280600, 0),
(8118, 380, 45, 'Gongyi', 347600000, 1129713900, 0),
(8119, 380, 45, 'Guoji', 329781200, 1131221700, 0),
(8120, 380, 45, 'Hebi', 358991700, 1141925000, 0),
(8121, 380, 45, 'Hexing', 332229200, 1139793300, 0),
(8122, 380, 45, 'Huancheng', 330145300, 1125394700, 0),
(8123, 380, 45, 'Huangchuan', 321272200, 1150394400, 0),
(8124, 380, 45, 'Huangdao', 340678700, 1131590700, 0),
(8125, 380, 45, 'Jiaozuo', 352397200, 1132330600, 0),
(8126, 380, 45, 'Jishui', 337333300, 1154000000, 0),
(8127, 380, 45, 'Kaifeng', 347911100, 1143483300, 0),
(8128, 380, 45, 'Kuangshan', 333787400, 1134957300, 0),
(8129, 380, 45, 'Liuquan', 330475800, 1123351000, 0),
(8130, 380, 45, 'Luohe', 335716700, 1140352800, 0),
(8131, 380, 45, 'Luoyang', 346836100, 1124536100, 0),
(8132, 380, 45, 'Nanyang', 329947200, 1125327800, 0),
(8133, 380, 45, 'Pingdingshan', 337384700, 1133011900, 0),
(8134, 380, 45, 'Puyang', 357027800, 1150052800, 0),
(8135, 380, 45, 'Shangqiu', 344500000, 1156500000, 0),
(8136, 380, 45, 'Wangluo', 339676900, 1134797000, 0),
(8137, 380, 45, 'Xianghe', 331089100, 1134249200, 0),
(8138, 380, 45, 'Xihua', 337833300, 1145166700, 0),
(8139, 380, 45, 'Xinxiang', 353088900, 1138672200, 0),
(8140, 380, 45, 'Xinyang', 321227800, 1140655600, 0),
(8141, 380, 45, 'Xuchang', 340166700, 1138166700, 0),
(8142, 380, 45, 'Yaoshan', 337526300, 1123837300, 0),
(8143, 380, 45, 'Yigou', 358113900, 1143166700, 0),
(8144, 380, 45, 'Yima', 347380600, 1118838900, 0),
(8145, 380, 45, 'Yunyang', 334474300, 1127142200, 0),
(8146, 380, 45, 'Yuzhou', 341627800, 1134638900, 0),
(8147, 380, 45, 'Zhengzhou', 347577800, 1136486100, 0),
(8148, 380, 45, 'Zhenping Chengguanzhen', 330331400, 1122332100, 0),
(8149, 380, 45, 'Zhoukou', 336333300, 1146333300, 0),
(8150, 380, 45, 'Zhumadian', 329794400, 1140294400, 0),
(8151, 381, 45, 'Caohe', 302297000, 1154334600, 0),
(8152, 381, 45, 'Changfeng', 306070400, 1142074900, 0),
(8153, 381, 45, 'Changqing', 306144700, 1141171600, 0),
(8154, 381, 45, 'Chengnan', 303483500, 1121764900, 0),
(8155, 381, 45, 'Daji', 305088700, 1140428100, 0),
(8156, 381, 45, 'Danjiangkou', 325427800, 1115086100, 0),
(8157, 381, 45, 'Dongcheng', 303510400, 1121882400, 0),
(8158, 381, 45, 'E''zhou', 303960700, 1148865500, 0),
(8159, 381, 45, 'Enshi', 303000000, 1094833300, 0),
(8160, 381, 45, 'Ezhou', 304000000, 1148333300, 0),
(8161, 381, 45, 'Fengle', 314662200, 1124730000, 0),
(8162, 381, 45, 'Guanshan', 305065800, 1144033900, 0),
(8163, 381, 45, 'Heping', 306290700, 1143884200, 0),
(8164, 381, 45, 'Huangshi', 302041700, 1150776100, 0),
(8165, 381, 45, 'Huangzhou', 304500000, 1148000000, 0),
(8166, 381, 45, 'Huashan', 305427800, 1145141100, 0),
(8167, 381, 45, 'Jiang''an', 306089000, 1143068300, 0),
(8168, 381, 45, 'Jiangchang', 306092800, 1129336600, 0),
(8169, 381, 45, 'Jinan', 304473800, 1122003100, 0),
(8170, 381, 45, 'Jingling', 306500000, 1131000000, 0),
(8171, 381, 45, 'Jingmen', 310336100, 1122047200, 0),
(8172, 381, 45, 'Jingzhou', 303502800, 1121902800, 0),
(8173, 381, 45, 'Jishan', 305393200, 1121769900, 0),
(8174, 381, 45, 'Lanxi', 303469400, 1151420500, 0),
(8175, 381, 45, 'Liufang', 304452300, 1144486000, 0),
(8176, 381, 45, 'Longgang', 296255800, 1149502800, 0),
(8177, 381, 45, 'Mugang', 297233900, 1152462100, 0),
(8178, 381, 45, 'Nanhai', 301281900, 1117783700, 0),
(8179, 381, 45, 'Pinghu', 309090300, 1153581400, 0),
(8180, 381, 45, 'Qingminghe', 310353700, 1136891700, 0),
(8181, 381, 45, 'Shashi', 303072200, 1122447200, 0),
(8182, 381, 45, 'Shiyan', 325666700, 1107833300, 0),
(8183, 381, 45, 'Shizishan', 304857300, 1143292000, 0),
(8184, 381, 45, 'Shuangliu', 305922000, 1146417900, 0),
(8185, 381, 45, 'Suizhou', 317111100, 1133630600, 0),
(8186, 381, 45, 'Tiancheng', 295402200, 1140415500, 0),
(8187, 381, 45, 'Tiandian', 310294500, 1134484100, 0),
(8188, 381, 45, 'Tianhe', 308039000, 1142142800, 0),
(8189, 381, 45, 'Tianzhen', 298672000, 1154717400, 0),
(8190, 381, 45, 'Tuanchengshan', 302019200, 1150286800, 0),
(8191, 381, 45, 'Wen''an', 305243400, 1118227300, 0),
(8192, 381, 45, 'Wu''an', 316836100, 1120044400, 0),
(8193, 381, 45, 'Wuhan', 305833300, 1142666700, 0),
(8194, 381, 45, 'Xiangyang', 320422000, 1121447900, 0),
(8195, 381, 45, 'Xianju', 314001500, 1120337900, 0),
(8196, 381, 45, 'Xianning', 298833300, 1142166700, 0),
(8197, 381, 45, 'Xiantao', 303833300, 1134000000, 0),
(8198, 381, 45, 'Xiaogan', 309166700, 1139000000, 0),
(8199, 381, 45, 'Xiaoluojiazui', 305367500, 1141593400, 0),
(8200, 381, 45, 'Xiaoxita', 307713500, 1113214600, 0),
(8201, 381, 45, 'Xingguo', 298337500, 1152086600, 0),
(8202, 381, 45, 'Yangshi', 303697800, 1128999800, 0),
(8203, 381, 45, 'Yichang', 307144400, 1112847200, 0),
(8204, 381, 45, 'Yicheng', 317047200, 1122561100, 0),
(8205, 381, 45, 'Yuanlin', 304151300, 1128859500, 0),
(8206, 381, 45, 'Zhangjiawan', 304786400, 1142716000, 0),
(8207, 381, 45, 'Zhangwan', 321000000, 1121666700, 0),
(8208, 381, 45, 'Zhicheng', 302955600, 1115047200, 0),
(8209, 381, 45, 'Zhifang', 303500000, 1143166700, 0),
(8210, 381, 45, 'Zhongxiang', 311661100, 1125830600, 0),
(8211, 382, 45, 'Anping', 278663900, 1101161100, 0),
(8212, 382, 45, 'Bozhou', 273788900, 1092777800, 0),
(8213, 382, 45, 'Changde', 290322200, 1116780600, 0),
(8214, 382, 45, 'Changsha', 282000000, 1129666700, 0),
(8215, 382, 45, 'Chenzhou', 258000000, 1130333300, 0),
(8216, 382, 45, 'Dongping', 283801700, 1112058600, 0),
(8217, 382, 45, 'Gangdong', 279169400, 1108341700, 0),
(8218, 382, 45, 'Gaoyi', 269594400, 1100155600, 0),
(8219, 382, 45, 'Hengyang', 268880600, 1126150000, 0),
(8220, 382, 45, 'Huaihua', 275494400, 1099591700, 0),
(8221, 382, 45, 'Jiangshi', 271233300, 1097377800, 0),
(8222, 382, 45, 'Jianxin', 291431500, 1105502300, 0),
(8223, 382, 45, 'Jishou', 283166700, 1097166700, 0),
(8224, 382, 45, 'Jiuyi', 253647200, 1119891700, 0),
(8225, 382, 45, 'Leiyang', 264023800, 1128590800, 0),
(8226, 382, 45, 'Lengshuijiang', 276880600, 1114294400, 0),
(8227, 382, 45, 'Lengshuitan', 264111000, 1115955900, 0),
(8228, 382, 45, 'Lianyuan', 276883300, 1116641700, 0),
(8229, 382, 45, 'Liling', 276666700, 1135000000, 0),
(8230, 382, 45, 'Lincheng', 268693200, 1096633600, 0),
(8231, 382, 45, 'Linkou', 262480600, 1098636100, 0),
(8232, 382, 45, 'Loudi', 277344400, 1119944400, 0),
(8233, 382, 45, 'Rucheng Chengguanzhen', 255325700, 1137201400, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(8234, 382, 45, 'Sanguansi', 294306800, 1106523600, 0),
(8235, 382, 45, 'Shaoyang', 272500000, 1114666670, 0),
(8236, 382, 45, 'Shuangjiang', 261546700, 1097138000, 0),
(8237, 382, 45, 'Wujiang', 251355600, 1116825000, 0),
(8238, 382, 45, 'Wulingyuan', 293493600, 1105440700, 0),
(8239, 382, 45, 'Wuxi', 265730700, 1118418400, 0),
(8240, 382, 45, 'Xiangtan', 278500000, 1129000000, 0),
(8241, 382, 45, 'Xidu', 269562900, 1123682800, 0),
(8242, 382, 45, 'Xinchang', 292581000, 1097304500, 0),
(8243, 382, 45, 'Xingsha', 282397200, 1130877800, 0),
(8244, 382, 45, 'Yiyang', 263889300, 1123792500, 0),
(8245, 382, 45, 'Youxian Chengguanzhen', 269839900, 1133623100, 0),
(8246, 382, 45, 'Yueyang', 293333300, 1130919400, 0),
(8247, 382, 45, 'Yunji', 266932000, 1126674800, 0),
(8248, 382, 45, 'Zanguoping', 290262300, 1093487700, 0),
(8249, 382, 45, 'Zhangjiajie', 291294400, 1104783300, 0),
(8250, 382, 45, 'Zhangjiang', 288994400, 1114822200, 0),
(8251, 382, 45, 'Zhijiang', 274581400, 1096592000, 0),
(8252, 382, 45, 'Zhuzhou', 278333300, 1131500000, 0),
(8253, 383, 45, 'Baguazhou', 321723800, 1188222500, 0),
(8254, 383, 45, 'Baizhang', 319225400, 1199705500, 0),
(8255, 383, 45, 'Baochang', 320580600, 1214166100, 0),
(8256, 383, 45, 'Chahe', 323516700, 1209205600, 0),
(8257, 383, 45, 'Changle', 319342400, 1212475400, 0),
(8258, 383, 45, 'Changshu City', 316461500, 1207422100, 0),
(8259, 383, 45, 'Changzhou', 317833300, 1199666700, 0),
(8260, 383, 45, 'Chaoyang', 346818400, 1192979700, 0),
(8261, 383, 45, 'Chengjiang', 319282500, 1203125700, 0),
(8262, 383, 45, 'Chuangang', 319288700, 1210561400, 0),
(8263, 383, 45, 'Dayou', 342205600, 1198811100, 0),
(8264, 383, 45, 'Dong''an', 324461700, 1205047900, 0),
(8265, 383, 45, 'Dongfang Sizu', 321268200, 1213802400, 0),
(8266, 383, 45, 'Dongshan', 310832700, 1204036100, 0),
(8267, 383, 45, 'Dongxing', 319817600, 1201606000, 0),
(8268, 383, 45, 'Erjia', 320234500, 1211907400, 0),
(8269, 383, 45, 'Fengqiao', 313136200, 1205500100, 0),
(8270, 383, 45, 'Fengxian', 347038800, 1165871700, 0),
(8271, 383, 45, 'Gaoming', 322555600, 1203777800, 0),
(8272, 383, 45, 'Guangling', 321044100, 1202362700, 0),
(8273, 383, 45, 'Guanyinshan', 320123500, 1209254600, 0),
(8274, 383, 45, 'Guli', 318833300, 1186833300, 0),
(8275, 383, 45, 'Haifu', 319866700, 1216875000, 0),
(8276, 383, 45, 'Haiyan', 321440500, 1213418000, 0),
(8277, 383, 45, 'Hekou', 324903800, 1208215000, 0),
(8278, 383, 45, 'Hengxi', 317166700, 1187666700, 0),
(8279, 383, 45, 'Hongguang', 320638900, 1201000000, 0),
(8280, 383, 45, 'Huaiyin', 335886100, 1190191700, 0),
(8281, 383, 45, 'Jiangdu', 324366700, 1195508300, 0),
(8282, 383, 45, 'Jiangyan', 325061100, 1201427800, 0),
(8283, 383, 45, 'Jincheng', 317494900, 1196057100, 0),
(8284, 383, 45, 'Jingcheng', 320141700, 1202625000, 0),
(8285, 383, 45, 'Jinhai', 319175000, 1217788500, 0),
(8286, 383, 45, 'Jiuli', 342934100, 1171371000, 0),
(8287, 383, 45, 'Juegang', 323173700, 1211855200, 0),
(8288, 383, 45, 'Lianyun', 347319400, 1194425000, 0),
(8289, 383, 45, 'Licheng', 314308000, 1195239900, 0),
(8290, 383, 45, 'Lujia', 313125000, 1210447200, 0),
(8291, 383, 45, 'Lukou', 317708200, 1188681700, 0),
(8292, 383, 45, 'Luzhi', 312738900, 1208688900, 0),
(8293, 383, 45, 'Madian', 322413900, 1199563900, 0),
(8294, 383, 45, 'Mudu', 312519600, 1205117900, 0),
(8295, 383, 45, 'Nanjing', 320616700, 1187777800, 0),
(8296, 383, 45, 'Nantong', 320302800, 1208747200, 0),
(8297, 383, 45, 'Pingwang', 309766700, 1206361100, 0),
(8298, 383, 45, 'Pizhou', 343113900, 1179502800, 0),
(8299, 383, 45, 'Qi''an', 321758200, 1210446700, 0),
(8300, 383, 45, 'Qinggou', 337040200, 1193988500, 0),
(8301, 383, 45, 'Qingyang', 317659500, 1202470600, 0),
(8302, 383, 45, 'Songling', 311933000, 1207175800, 0),
(8303, 383, 45, 'Suicheng', 338963000, 1179330700, 0),
(8304, 383, 45, 'Suzhou', 313113900, 1206180600, 0),
(8305, 383, 45, 'Taizhou', 324933300, 1199106300, 0),
(8306, 383, 45, 'Tong''an', 313727800, 1204519500, 0),
(8307, 383, 45, 'Tongli', 311594000, 1207126400, 0),
(8308, 383, 45, 'Tongshan', 341804500, 1171570700, 0),
(8309, 383, 45, 'Wuji', 342011100, 1190433300, 0),
(8310, 383, 45, 'Wujiang', 318771800, 1184892500, 0),
(8311, 383, 45, 'Wujie', 320930600, 1206888900, 0),
(8312, 383, 45, 'Wuxi', 315688700, 1202885700, 0),
(8313, 383, 45, 'Xiaohai', 319551800, 1209643400, 0),
(8314, 383, 45, 'Xiaolingwei', 320333300, 1188500000, 0),
(8315, 383, 45, 'Xindu', 333416700, 1201333300, 0),
(8316, 383, 45, 'Xinghua', 329391700, 1198341700, 0),
(8317, 383, 45, 'Xushuguan', 313802800, 1204972200, 0),
(8318, 383, 45, 'Xuzhou', 342666670, 1171666670, 0),
(8319, 383, 45, 'Yancheng', 333855600, 1201252800, 0),
(8320, 383, 45, 'Yangzhou', 323972200, 1194358300, 0),
(8321, 383, 45, 'Yinyang', 317148300, 1218618700, 0),
(8322, 383, 45, 'Yongxing', 317760700, 1214544000, 0),
(8323, 383, 45, 'Yudai', 322214100, 1189111100, 0),
(8324, 383, 45, 'Yunshan', 347000000, 1193666700, 0),
(8325, 383, 45, 'Yuxi', 325820000, 1199978000, 0),
(8326, 383, 45, 'Zhangjiagang', 318650000, 1205388900, 0),
(8327, 383, 45, 'Zhangpu', 312874600, 1209395500, 0),
(8328, 383, 45, 'Zhenjiang', 322091700, 1194341700, 0),
(8329, 383, 45, 'Zhenze', 309157100, 1205000500, 0),
(8330, 383, 45, 'Zhoushi', 314636100, 1209863900, 0),
(8331, 383, 45, 'Zhouzhuang', 311161400, 1208451000, 0),
(8332, 383, 45, 'Zhuhang', 319013900, 1209825000, 0),
(8333, 383, 45, 'Zhujiang', 320630800, 1186210200, 0),
(8334, 384, 45, 'Baoshan', 263484800, 1150067800, 0),
(8335, 384, 45, 'Binjiang', 282952600, 1171844400, 0),
(8336, 384, 45, 'Changyi', 290244300, 1160606000, 0),
(8337, 384, 45, 'Chengfeng', 289385900, 1157087600, 0),
(8338, 384, 45, 'Chi''an', 286921800, 1153691200, 0),
(8339, 384, 45, 'Dagang', 295466100, 1164823500, 0),
(8340, 384, 45, 'Datang', 287796000, 1165184400, 0),
(8341, 384, 45, 'Dongsheng', 298304100, 1166955200, 0),
(8342, 384, 45, 'Dongxin', 285893200, 1158277700, 0),
(8343, 384, 45, 'Fengchuan', 287000000, 1153833300, 0),
(8344, 384, 45, 'Fengzhou', 290764300, 1175545000, 0),
(8345, 384, 45, 'Fenyi', 278111700, 1146680500, 0),
(8346, 384, 45, 'Ganzhou', 258500000, 1149333300, 0),
(8347, 384, 45, 'Gaolan', 280246000, 1147061000, 0),
(8348, 384, 45, 'Gaoping', 279271400, 1161548700, 0),
(8349, 384, 45, 'Heshan', 285981700, 1165522500, 0),
(8350, 384, 45, 'Hongyi', 296235800, 1151987900, 0),
(8351, 384, 45, 'Hongyuan', 293217500, 1171502600, 0),
(8352, 384, 45, 'Huayun', 275760600, 1141350200, 0),
(8353, 384, 45, 'Hushan', 250671400, 1151093600, 0),
(8354, 384, 45, 'Ji''an', 271171600, 1149792700, 0),
(8355, 384, 45, 'Jiangbei', 263011700, 1154825700, 0),
(8356, 384, 45, 'Jiangwan', 293719400, 1180469400, 0),
(8357, 384, 45, 'Jianzhu', 282641300, 1173257900, 0),
(8358, 384, 45, 'Jiaoqiao', 287455200, 1158587800, 0),
(8359, 384, 45, 'Jingdezhen', 292947000, 1172078900, 0),
(8360, 384, 45, 'Jinhu', 292898400, 1158146300, 0),
(8361, 384, 45, 'Jinlong', 247505300, 1145330400, 0),
(8362, 384, 45, 'Jiujiang', 297333300, 1159833300, 0),
(8363, 384, 45, 'Kangle', 280955700, 1144500700, 0),
(8364, 384, 45, 'Leshan', 295928200, 1154737700, 0),
(8365, 384, 45, 'Longnan', 249000000, 1147833300, 0),
(8366, 384, 45, 'Luoting', 288901200, 1157870700, 0),
(8367, 384, 45, 'Meijiang', 264758300, 1160150000, 0),
(8368, 384, 45, 'Meiling', 287922400, 1157450200, 0),
(8369, 384, 45, 'Meixi', 287720100, 1163947900, 0),
(8370, 384, 45, 'Nanchang', 286833300, 1158833300, 0),
(8371, 384, 45, 'Nanyuan', 274884900, 1164078800, 0),
(8372, 384, 45, 'Pingxiang', 276166700, 1138500000, 0),
(8373, 384, 45, 'Shangrao', 284532200, 1179686000, 0),
(8374, 384, 45, 'Shangxi', 269086800, 1157635000, 0),
(8375, 384, 45, 'Shanshi', 272904000, 1140571700, 0),
(8376, 384, 45, 'Shanzhuang', 275161000, 1145971100, 0),
(8377, 384, 45, 'Shazhou', 277290000, 1168257800, 0),
(8378, 384, 45, 'Shishi', 282591400, 1147713400, 0),
(8379, 384, 45, 'Tacheng', 285067300, 1160937300, 0),
(8380, 384, 45, 'Taohua', 286533800, 1158730600, 0),
(8381, 384, 45, 'Tiantai', 278297600, 1140194800, 0),
(8382, 384, 45, 'Tianyu', 271408000, 1150533700, 0),
(8383, 384, 45, 'Wangcheng', 286733500, 1157813800, 0),
(8384, 384, 45, 'Wanli', 284536400, 1173731400, 0),
(8385, 384, 45, 'Wuyang', 285187800, 1160104500, 0),
(8386, 384, 45, 'Xiangfu', 284747000, 1154303700, 0),
(8387, 384, 45, 'Xiangshan', 275570800, 1160301100, 0),
(8388, 384, 45, 'Xiaomi', 258765900, 1157064000, 0),
(8389, 384, 45, 'Xidajie', 279966200, 1163529000, 0),
(8390, 384, 45, 'Xingjiang', 264909500, 1157717700, 0),
(8391, 384, 45, 'Xinyu', 278042900, 1149333500, 0),
(8392, 384, 45, 'Xiyuan', 292160800, 1164230100, 0),
(8393, 384, 45, 'Xujiang', 268394400, 1163201100, 0),
(8394, 384, 45, 'Yangzizhou', 287221900, 1159059400, 0),
(8395, 384, 45, 'Yichun', 278333300, 1144000000, 0),
(8396, 384, 45, 'Yinhe', 276998800, 1141177700, 0),
(8397, 384, 45, 'Yining', 290361400, 1145636200, 0),
(8398, 384, 45, 'Yuanzhou', 277984600, 1143760800, 0),
(8399, 384, 45, 'Yujia', 281753800, 1170241200, 0),
(8400, 384, 45, 'Zhanping', 280297400, 1162405800, 0),
(8401, 384, 45, 'Zhaoxian', 287061800, 1157361700, 0),
(8402, 384, 45, 'Zhongling', 279562700, 1163828200, 0),
(8403, 384, 45, 'Ziyang', 292497200, 1178547200, 0),
(8404, 385, 45, 'Baicheng', 456166700, 1228166700, 0),
(8405, 385, 45, 'Baoshan', 416186900, 1272911100, 0),
(8406, 385, 45, 'Changchun', 438800000, 1253227800, 0),
(8407, 385, 45, 'Dongguang', 432912300, 1298074000, 0),
(8408, 385, 45, 'Huadian', 429633300, 1267477800, 0),
(8409, 385, 45, 'Hulutao', 417933100, 1259397600, 0),
(8410, 385, 45, 'Ji''an', 411234800, 1261763100, 0),
(8411, 385, 45, 'Jilin', 438508300, 1265602800, 0),
(8412, 385, 45, 'Jingyu', 423726700, 1268011500, 0),
(8413, 385, 45, 'Jinhua', 414277800, 1280275000, 0),
(8414, 385, 45, 'Jishu', 443166700, 1268000000, 0),
(8415, 385, 45, 'Liaoyuan', 429036100, 1251358300, 0),
(8416, 385, 45, 'Meihekou', 425272200, 1256752800, 0),
(8417, 385, 45, 'Panshi', 429422200, 1260561100, 0),
(8418, 385, 45, 'Pucheng', 427437000, 1293247900, 0),
(8419, 385, 45, 'Siping', 431633300, 1243686100, 0),
(8420, 385, 45, 'Xiaoying', 429120600, 1295206600, 0),
(8421, 385, 45, 'Yanji', 429075000, 1295077800, 0),
(8422, 385, 45, 'Yitong', 433262800, 1252972600, 0),
(8423, 386, 45, 'Anshan', 411236100, 1229900000, 0),
(8424, 386, 45, 'Beipiao', 417919400, 1207791700, 0),
(8425, 386, 45, 'Benxi', 412886100, 1237650000, 0),
(8426, 386, 45, 'Changtu', 427788400, 1240954500, 0),
(8427, 386, 45, 'Dalian', 410695900, 1225985100, 0),
(8428, 386, 45, 'Dalianwan', 390286100, 1216950000, 0),
(8429, 386, 45, 'Dandong', 401291700, 1243947200, 0),
(8430, 386, 45, 'Dashiqiao', 406373200, 1225025100, 0),
(8431, 386, 45, 'Fu''an', 410750000, 1228305600, 0),
(8432, 386, 45, 'Fushun', 418558300, 1239233300, 0),
(8433, 386, 45, 'Fuxin', 420155600, 1216588900, 0),
(8434, 386, 45, 'Huludao', 407524200, 1208355200, 0),
(8435, 386, 45, 'Hushitai', 419322200, 1235113900, 0),
(8436, 386, 45, 'Huzhuang', 407163900, 1225402800, 0),
(8437, 386, 45, 'Jianfeng', 406693900, 1222388000, 0),
(8438, 386, 45, 'Jinjiao', 407447800, 1208465200, 0),
(8439, 386, 45, 'Jinzhou', 411077800, 1211416700, 0),
(8440, 386, 45, 'Langtou', 400261100, 1243286100, 0),
(8441, 386, 45, 'Liaoyang', 412719400, 1231730600, 0),
(8442, 386, 45, 'Linghai', 411652800, 1213666700, 0),
(8443, 386, 45, 'Longgang', 407214600, 1209255800, 0),
(8444, 386, 45, 'Lushun', 388000000, 1212666700, 0),
(8445, 386, 45, 'Panjin', 411166670, 1220500000, 0),
(8446, 386, 45, 'Panshan', 411880600, 1220494400, 0),
(8447, 386, 45, 'Pingdingshan', 414129600, 1247622700, 0),
(8448, 386, 45, 'Pulandian', 393952800, 1219669400, 0),
(8449, 386, 45, 'Rongxing', 407783800, 1220845100, 0),
(8450, 386, 45, 'Shanxi', 409378900, 1205429200, 0),
(8451, 386, 45, 'Shengli', 406740600, 1222183200, 0),
(8452, 386, 45, 'Shenyang', 417922200, 1234327800, 0),
(8453, 386, 45, 'Shuiyuan', 408058700, 1221480900, 0),
(8454, 386, 45, 'Sujiatun', 416591700, 1233391700, 0),
(8455, 386, 45, 'Tieling', 422930600, 1238413900, 0),
(8456, 386, 45, 'Xingcheng', 406166700, 1207166700, 0),
(8457, 386, 45, 'Xinghai', 408615900, 1227280900, 0),
(8458, 386, 45, 'Xinjian', 408502900, 1223591200, 0),
(8459, 386, 45, 'Xinmin', 419908300, 1228252800, 0),
(8460, 386, 45, 'Yingkou', 406648200, 1222283300, 0),
(8461, 386, 45, 'Yushu', 416436000, 1248164400, 0),
(8462, 386, 45, 'Zhangdian', 418172000, 1240413500, 0),
(8463, 386, 45, 'Zhenjiang', 407571200, 1254278600, 0),
(8464, 386, 45, 'cheng jiao', 403346800, 1203402900, 0),
(8465, 387, 45, 'Aletengxire', 395799300, 1097582100, 0),
(8466, 387, 45, 'Baotou', 406522200, 1098222200, 0),
(8467, 387, 45, 'Bayan Hot', 388386100, 1056686100, 0),
(8468, 387, 45, 'Bayinsai', 395002200, 1067202000, 0),
(8469, 387, 45, 'Chifeng', 422683300, 1189636100, 0),
(8470, 387, 45, 'Hailar', 492000000, 1197000000, 0),
(8471, 387, 45, 'Hohhot', 408105600, 1116522200, 0),
(8472, 387, 45, 'Jagdaqi', 504166700, 1241166700, 0),
(8473, 387, 45, 'Jining', 410275000, 1131058300, 0),
(8474, 387, 45, 'Tianjiao', 398255300, 1099995300, 0),
(8475, 387, 45, 'Tianyi', 415666700, 1193333300, 0),
(8476, 387, 45, 'Tongliao', 436125000, 1222652800, 0),
(8477, 387, 45, 'Wuhai', 396647200, 1068122200, 0),
(8478, 387, 45, 'Xilin Hot', 439666700, 1160333300, 0),
(8479, 387, 45, 'Xinghua', 480144900, 1226983900, 0),
(8480, 388, 45, 'Chengjiao', 360080700, 1062961600, 0),
(8481, 388, 45, 'Dawukou', 390419400, 1063958300, 0),
(8482, 388, 45, 'Guanting', 361631400, 1064146900, 0),
(8483, 388, 45, 'Honghe', 357666700, 1067000000, 0),
(8484, 388, 45, 'Shanhe', 355166700, 1061500000, 0),
(8485, 388, 45, 'Shizuishan', 392333300, 1067694400, 0),
(8486, 388, 45, 'Yinchuan', 384680600, 1062730600, 0),
(8487, 389, 45, 'Dongke', 363349000, 996667600, 0),
(8488, 389, 45, 'Hongtu', 379682000, 1009332000, 0),
(8489, 389, 45, 'Nianduhu', 355332800, 1020212600, 0),
(8490, 389, 45, 'Xining', 366166700, 1017666700, 0),
(8491, 390, 45, 'Ankang', 326800000, 1090172200, 0),
(8492, 390, 45, 'Baoji', 343536110, 1073752780, 0),
(8493, 390, 45, 'Baoli', 341709500, 1091365100, 0),
(8494, 390, 45, 'Beilin', 342284600, 1089156600, 0),
(8495, 390, 45, 'Changxing', 342707600, 1078357400, 0),
(8496, 390, 45, 'Changyanbao', 341935200, 1089498900, 0),
(8497, 390, 45, 'Chongwen', 344943000, 1089331700, 0),
(8498, 390, 45, 'Dajing', 340583400, 1098642500, 0),
(8499, 390, 45, 'Dali', 347958600, 1099389500, 0),
(8500, 390, 45, 'Dianzicheng', 341917200, 1089041300, 0),
(8501, 390, 45, 'Dongchen', 350008600, 1098068200, 0),
(8502, 390, 45, 'Dongda', 340440700, 1087681800, 0),
(8503, 390, 45, 'Dongyang', 349275200, 1096299300, 0),
(8504, 390, 45, 'Fengyuan', 344456600, 1095636000, 0),
(8505, 390, 45, 'Ganhe', 341577800, 1085144400, 0),
(8506, 390, 45, 'Gudu', 343456000, 1086931300, 0),
(8507, 390, 45, 'Guodian', 344563600, 1074254300, 0),
(8508, 390, 45, 'Guodu', 341553700, 1088643100, 0),
(8509, 390, 45, 'Hanfeng', 346193100, 1072974300, 0),
(8510, 390, 45, 'Hanzhong', 330727800, 1070302800, 0),
(8511, 390, 45, 'Hengshui', 344688100, 1075241900, 0),
(8512, 390, 45, 'Jiaokou', 345501600, 1092968000, 0),
(8513, 390, 45, 'Jinquan', 331460700, 1068444400, 0),
(8514, 390, 45, 'Liangshan', 330862600, 1069426200, 0),
(8515, 390, 45, 'Lianhu', 342584800, 1089242000, 0),
(8516, 390, 45, 'Linping', 344644400, 1080966700, 0),
(8517, 390, 45, 'Lintong', 343780300, 1092089200, 0),
(8518, 390, 45, 'Liulin', 345494300, 1073094000, 0),
(8519, 390, 45, 'Luqiao', 346850000, 1089177800, 0),
(8520, 390, 45, 'Mawang', 342041700, 1087125000, 0),
(8521, 390, 45, 'Meiyuan', 349449800, 1093528800, 0),
(8522, 390, 45, 'Mianyang', 331570300, 1066944500, 0),
(8523, 390, 45, 'Mingdu', 341305200, 1091026400, 0),
(8524, 390, 45, 'Nanping', 330149900, 1063902300, 0),
(8525, 390, 45, 'Pingyao', 348277900, 1079747200, 0),
(8526, 390, 45, 'Qili', 330792600, 1070562300, 0),
(8527, 390, 45, 'Qinhe', 349202800, 1085927800, 0),
(8528, 390, 45, 'Shigu', 343515300, 1071431800, 0),
(8529, 390, 45, 'Shijia', 348177100, 1093832100, 0),
(8530, 390, 45, 'Tianqiao', 340519400, 1085625000, 0),
(8531, 390, 45, 'Tianshi', 346221200, 1094281400, 0),
(8532, 390, 45, 'Tongyuan', 345535300, 1090403900, 0),
(8533, 390, 45, 'Weinan', 345035500, 1095089100, 0),
(8534, 390, 45, 'Wuhou', 331502900, 1066146300, 0),
(8535, 390, 45, 'Wutai', 340340100, 1089712100, 0),
(8536, 390, 45, 'Xi''an', 342583300, 1089286100, 0),
(8537, 390, 45, 'Xiantaiba', 333934000, 1063685000, 0),
(8538, 390, 45, 'Xianyang', 343377800, 1087026100, 0),
(8539, 390, 45, 'Xiaoyi', 346177800, 1097030100, 0),
(8540, 390, 45, 'Xincheng', 342632100, 1089495400, 0),
(8541, 390, 45, 'Xinfeng', 344266400, 1092636400, 0),
(8542, 390, 45, 'Xinglin', 344937100, 1097607000, 0),
(8543, 390, 45, 'Xinji', 330080600, 1068211100, 0),
(8544, 390, 45, 'Xinjiamiao', 343055000, 1089883200, 0),
(8545, 390, 45, 'Xinyang', 344829400, 1081405200, 0),
(8546, 390, 45, 'Xiwang', 342876800, 1090567700, 0),
(8547, 390, 45, 'Xiyang', 346603300, 1090085300, 0),
(8548, 390, 45, 'Yan''an', 365833330, 1094833330, 0),
(8549, 390, 45, 'Yangling', 342717300, 1080789100, 0),
(8550, 390, 45, 'Yijing', 345722200, 1081050000, 0),
(8551, 390, 45, 'Yongfeng', 349991700, 1098592600, 0),
(8552, 390, 45, 'Yulin', 382905600, 1097494400, 0),
(8553, 390, 45, 'Yunyang', 346372200, 1088086100, 0),
(8554, 390, 45, 'Yushan', 342056300, 1095015800, 0),
(8555, 390, 45, 'Zhangbagou', 342129100, 1088802800, 0),
(8556, 390, 45, 'Zhangjiabao', 343291300, 1089370300, 0),
(8557, 390, 45, 'Zhongnan', 341467700, 1083601700, 0),
(8558, 391, 45, 'Anqiu', 364341700, 1191925000, 0),
(8559, 391, 45, 'Binzhou', 373666700, 1180166700, 0),
(8560, 391, 45, 'Boshan', 364833300, 1178333300, 0),
(8561, 391, 45, 'Changqing', 365575000, 1167272200, 0),
(8562, 391, 45, 'Dengying', 361388900, 1205741700, 0),
(8563, 391, 45, 'Dezhou', 374486100, 1162925000, 0),
(8564, 391, 45, 'Dingtao', 350683300, 1155625000, 0),
(8565, 391, 45, 'Dongdu', 358500000, 1177000000, 0),
(8566, 391, 45, 'Dongying', 374563900, 1184855600, 0),
(8567, 391, 45, 'Feicheng', 352605600, 1179675000, 0),
(8568, 391, 45, 'Fushan', 374958300, 1212580600, 0),
(8569, 391, 45, 'Gaomi', 363833300, 1197527800, 0),
(8570, 391, 45, 'Hanting', 367708300, 1192108300, 0),
(8571, 391, 45, 'Heze', 352430600, 1154411100, 0),
(8572, 391, 45, 'Jiaonan', 358786100, 1199752800, 0),
(8573, 391, 45, 'Jiaozhou', 362838900, 1200033300, 0),
(8574, 391, 45, 'Jimo', 363897200, 1204622200, 0),
(8575, 391, 45, 'Jinan', 366683300, 1169972200, 0),
(8576, 391, 45, 'Jining', 354050000, 1165813900, 0),
(8577, 391, 45, 'Juye', 353947200, 1160883300, 0),
(8578, 391, 45, 'Kutao', 361450000, 1204877800, 0),
(8579, 391, 45, 'Laiwu', 361927800, 1176569400, 0),
(8580, 391, 45, 'Laiyang', 369758300, 1207136100, 0),
(8581, 391, 45, 'Liaocheng', 364438900, 1159647200, 0),
(8582, 391, 45, 'Linqing', 368455600, 1157116700, 0),
(8583, 391, 45, 'Linyi', 350630600, 1183427800, 0),
(8584, 391, 45, 'Longkou', 376508300, 1203286100, 0),
(8585, 391, 45, 'Mengyin', 357069400, 1179263900, 0),
(8586, 391, 45, 'Mingshui', 367166700, 1175000000, 0),
(8587, 391, 45, 'Ninghai', 373833300, 1215833300, 0),
(8588, 391, 45, 'Ningyang', 357641700, 1167913900, 0),
(8589, 391, 45, 'Pingyi', 355005600, 1176308300, 0),
(8590, 391, 45, 'Pingyin', 362830600, 1164452800, 0),
(8591, 391, 45, 'Qingdao', 360986100, 1203719400, 0),
(8592, 391, 45, 'Qingzhou', 366966700, 1184797200, 0),
(8593, 391, 45, 'Qufu', 355966700, 1169911100, 0),
(8594, 391, 45, 'Rizhao', 354275000, 1194552800, 0),
(8595, 391, 45, 'Shancheng', 347952800, 1160816700, 0),
(8596, 391, 45, 'Shazikou', 361150000, 1205372200, 0),
(8597, 391, 45, 'Sishui', 356488900, 1172758300, 0),
(8598, 391, 45, 'Tai''an', 361852800, 1171200000, 0),
(8599, 391, 45, 'Tengzhou', 350770600, 1171517600, 0),
(8600, 391, 45, 'Weichanglu', 371716700, 1199213900, 0),
(8601, 391, 45, 'Weifang', 367100000, 1191019400, 0),
(8602, 391, 45, 'Weihai', 375016700, 1221136100, 0),
(8603, 391, 45, 'Wendeng', 371936100, 1220511100, 0),
(8604, 391, 45, 'Wenshang', 357275000, 1164961100, 0),
(8605, 391, 45, 'Xiliguantun', 370783300, 1159413900, 0),
(8606, 391, 45, 'Xindian', 367975000, 1182944400, 0),
(8607, 391, 45, 'Xintai', 359005600, 1177519400, 0),
(8608, 391, 45, 'Yanggu', 361105600, 1157752800, 0),
(8609, 391, 45, 'Yantai', 375333300, 1214000000, 0),
(8610, 391, 45, 'Yishui', 357847200, 1186280600, 0),
(8611, 391, 45, 'Yucheng', 349288900, 1164652800, 0),
(8612, 391, 45, 'Zaozhuang', 348647200, 1175541700, 0),
(8613, 391, 45, 'Zhoucun', 368166700, 1178166700, 0),
(8614, 391, 45, 'Zhucheng', 359947200, 1193975000, 0),
(8615, 391, 45, 'Zibo', 367905600, 1180633300, 0),
(8616, 391, 45, 'Zoucheng', 354005600, 1169655600, 0),
(8617, 392, 45, 'Anting', 312989000, 1211576000, 0),
(8618, 392, 45, 'Baihe', 312561600, 1211365300, 0),
(8619, 392, 45, 'Baoshan', 314163900, 1214800000, 0),
(8620, 392, 45, 'Changning', 312173900, 1214210500, 0),
(8621, 392, 45, 'Changqiao', 311419400, 1214340000, 0),
(8622, 392, 45, 'Changzheng', 312391200, 1213677900, 0),
(8623, 392, 45, 'Fengjing', 308901900, 1210119500, 0),
(8624, 392, 45, 'Hongkou', 312500000, 1214891700, 0),
(8625, 392, 45, 'Huamu', 312109000, 1215439300, 0),
(8626, 392, 45, 'Jiading', 313880600, 1212397200, 0),
(8627, 392, 45, 'Jiangchuanlu', 310139200, 1214074200, 0),
(8628, 392, 45, 'Jiangqiao', 312389600, 1213248400, 0),
(8629, 392, 45, 'Jinhui', 309897300, 1214925100, 0),
(8630, 392, 45, 'Jiuting', 311305500, 1213162800, 0),
(8631, 392, 45, 'Kangqiao', 311293100, 1215685600, 0),
(8632, 392, 45, 'Laogang', 310291700, 1218430600, 0),
(8633, 392, 45, 'Luojing', 314782000, 1213390700, 0),
(8634, 392, 45, 'Luwan', 312090800, 1214633500, 0),
(8635, 392, 45, 'Luxiang', 308298500, 1211701000, 0),
(8636, 392, 45, 'Minhang', 311088000, 1213747200, 0),
(8637, 392, 45, 'Nanxiang', 312997900, 1213118000, 0),
(8638, 392, 45, 'Pingan', 308997300, 1217259500, 0),
(8639, 392, 45, 'Pudong', 312351300, 1215275900, 0),
(8640, 392, 45, 'Pujiang', 310935700, 1214958100, 0),
(8641, 392, 45, 'Qingpu', 311539400, 1211140800, 0),
(8642, 392, 45, 'Shanghai', 312222200, 1214580600, 0),
(8643, 392, 45, 'Shaochang Zhen', 309084000, 1217529400, 0),
(8644, 392, 45, 'Shuyuan', 309312700, 1218601000, 0),
(8645, 392, 45, 'Songjiang', 310359500, 1212146000, 0),
(8646, 392, 45, 'Wanxiang', 309695500, 1218150300, 0),
(8647, 392, 45, 'Xianghuaqiao', 311745100, 1211169200, 0),
(8648, 392, 45, 'Xuhui', 311959400, 1214470900, 0),
(8649, 392, 45, 'Xujing', 311761200, 1212712200, 0),
(8650, 392, 45, 'Yangpu', 312619300, 1215190400, 0),
(8651, 392, 45, 'Yingpu', 311552800, 1211057500, 0),
(8652, 392, 45, 'Yueyang', 310098300, 1212150000, 0),
(8653, 392, 45, 'Zhaoxiang', 311519400, 1211920300, 0),
(8654, 392, 45, 'Zhelin', 308325000, 1214691700, 0),
(8655, 392, 45, 'Zhenxin', 312461000, 1213540900, 0),
(8656, 392, 45, 'Zhujiajiao', 311075700, 1210569600, 0),
(8657, 393, 45, 'Chaicun', 379327800, 1124763900, 0),
(8658, 393, 45, 'Changzhi', 352088900, 1117386100, 0),
(8659, 393, 45, 'Chaoyang', 379080100, 1131504400, 0),
(8660, 393, 45, 'Datong', 400936100, 1132913900, 0),
(8661, 393, 45, 'Daxinzhuang', 362333300, 1130833300, 0),
(8662, 393, 45, 'Donghu', 390938700, 1121129200, 0),
(8663, 393, 45, 'Dongqu', 379202000, 1122001800, 0),
(8664, 393, 45, 'Gucheng', 394404000, 1129341400, 0),
(8665, 393, 45, 'Hubei', 389984200, 1120114400, 0),
(8666, 393, 45, 'Jiazhuang', 392421500, 1125326800, 0),
(8667, 393, 45, 'Jiexiu', 370244400, 1119125000, 0),
(8668, 393, 45, 'Jinchang', 384980800, 1129236000, 0),
(8669, 393, 45, 'Jincheng', 355022200, 1128327800, 0),
(8670, 393, 45, 'Jinyuan', 377269400, 1124708300, 0),
(8671, 393, 45, 'Julun', 379074000, 1125577400, 0),
(8672, 393, 45, 'Kouquan', 400025000, 1131263900, 0),
(8673, 393, 45, 'Liaoyang', 370797700, 1133398600, 0),
(8674, 393, 45, 'Limin', 393077700, 1121203500, 0),
(8675, 393, 45, 'Linfen', 360888900, 1115188900, 0),
(8676, 393, 45, 'Liulin', 374533300, 1109018900, 0),
(8677, 393, 45, 'Liuxiang', 378714300, 1125605400, 0),
(8678, 393, 45, 'Longgang', 356894100, 1121579800, 0),
(8679, 393, 45, 'Longquan', 403638000, 1136661600, 0),
(8680, 393, 45, 'Loufan', 380918000, 1118072100, 0),
(8681, 393, 45, 'Mingxing', 374263900, 1125441700, 0),
(8682, 393, 45, 'Qianfeng', 378494200, 1125208200, 0),
(8683, 393, 45, 'Qingshuihe', 397219800, 1131078400, 0),
(8684, 393, 45, 'Qingyang', 362071200, 1134172100, 0),
(8685, 393, 45, 'Shijiazhuang', 385753500, 1120159300, 0),
(8686, 393, 45, 'Shuitou', 369730600, 1112091000, 0),
(8687, 393, 45, 'Shuozhou', 393158300, 1124225000, 0),
(8688, 393, 45, 'Taipingzhuang', 390479400, 1121360100, 0),
(8689, 393, 45, 'Taiyuan', 378694400, 1125602800, 0),
(8690, 393, 45, 'Tongcheng', 353546800, 1112160800, 0),
(8691, 393, 45, 'Xiahan', 397246500, 1136143300, 0),
(8692, 393, 45, 'Xiaodian', 377363900, 1125563900, 0),
(8693, 393, 45, 'Xihanling', 400146900, 1132399700, 0),
(8694, 393, 45, 'Xingyuan', 391692700, 1132688400, 0),
(8695, 393, 45, 'Xinrong', 402666700, 1131500000, 0),
(8696, 393, 45, 'Yangquan', 378575000, 1135633300, 0),
(8697, 393, 45, 'Yixing', 373376000, 1135392600, 0),
(8698, 393, 45, 'Yong''an', 366576200, 1115664300, 0),
(8699, 393, 45, 'Yuanping', 387152800, 1127575000, 0),
(8700, 393, 45, 'Yuci', 376802800, 1127319400, 0),
(8701, 393, 45, 'Yueyang', 362896000, 1119145400, 0),
(8702, 393, 45, 'Yuling', 395558300, 1124294400, 0),
(8703, 393, 45, 'Yuncheng', 350230600, 1109927800, 0),
(8704, 393, 45, 'Zhihe', 367799600, 1106395600, 0),
(8705, 394, 45, 'Aba', 329021900, 1017066600, 0),
(8706, 394, 45, 'Anju', 303495600, 1054559400, 0),
(8707, 394, 45, 'Baixi', 286997000, 1045491700, 0),
(8708, 394, 45, 'Bazhou', 318537200, 1067586000, 0),
(8709, 394, 45, 'Changning', 285777200, 1049208700, 0),
(8710, 394, 45, 'Chengdu', 306666700, 1040666700, 0),
(8711, 394, 45, 'Dazhou', 312159200, 1075009200, 0),
(8712, 394, 45, 'Deyang', 311301900, 1043819800, 0),
(8713, 394, 45, 'Dezhou', 274080900, 1021800100, 0),
(8714, 394, 45, 'Dongsheng', 305738300, 1039212700, 0),
(8715, 394, 45, 'Fujia', 321171800, 1066899700, 0),
(8716, 394, 45, 'Gaoping', 307757600, 1061029400, 0),
(8717, 394, 45, 'Guang''an', 304741300, 1066369600, 0),
(8718, 394, 45, 'Guangming', 283102000, 1024118900, 0),
(8719, 394, 45, 'Guangyuan', 324420200, 1058230000, 0),
(8720, 394, 45, 'Guankou', 310024200, 1036222700, 0),
(8721, 394, 45, 'Gulin', 280422300, 1058103800, 0),
(8722, 394, 45, 'Hejiang', 288116100, 1058335900, 0),
(8723, 394, 45, 'Heping', 320462000, 1065570200, 0),
(8724, 394, 45, 'Huili Chengguanzhen', 266625600, 1022439200, 0),
(8725, 394, 45, 'Jiangyou', 317666700, 1047166700, 0),
(8726, 394, 45, 'Jin''an', 326394100, 1035968300, 0),
(8727, 394, 45, 'Jincheng', 282664800, 1035683800, 0),
(8728, 394, 45, 'Jinxi', 322872300, 1066579800, 0),
(8729, 394, 45, 'Jiulong', 305362200, 1064371300, 0),
(8730, 394, 45, 'Kangding', 300512700, 1019603300, 0),
(8731, 394, 45, 'Langzhong', 315503700, 1059938100, 0),
(8732, 394, 45, 'Leshan', 295622800, 1037638600, 0),
(8733, 394, 45, 'Linqiong', 304158700, 1034608800, 0),
(8734, 394, 45, 'Longquan', 305613000, 1042689300, 0),
(8735, 394, 45, 'Luzhou', 288723900, 1054404900, 0),
(8736, 394, 45, 'Mianyang', 314593400, 1047542400, 0),
(8737, 394, 45, 'Nanchong', 307950800, 1060847400, 0),
(8738, 394, 45, 'Nanlong', 313533300, 1060630900, 0),
(8739, 394, 45, 'Nanwai', 312047400, 1075036300, 0),
(8740, 394, 45, 'Neijiang', 295835400, 1050621600, 0),
(8741, 394, 45, 'Nuojiang', 319156200, 1072427300, 0),
(8742, 394, 45, 'Panzhihua', 265850900, 1017127600, 0),
(8743, 394, 45, 'Pitong', 308099300, 1038825300, 0),
(8744, 394, 45, 'Qianjin', 265425000, 1016974500, 0),
(8745, 394, 45, 'Rulong', 309417800, 1003095800, 0),
(8746, 394, 45, 'Shawan', 294111600, 1035432700, 0),
(8747, 394, 45, 'Suining', 305080200, 1055733200, 0),
(8748, 394, 45, 'Taoyuan', 326689600, 1067999800, 0),
(8749, 394, 45, 'Tianchi', 302811200, 1050234600, 0),
(8750, 394, 45, 'Tongchuan', 310940700, 1050873100, 0),
(8751, 394, 45, 'Wenchang', 316362600, 1051550200, 0),
(8752, 394, 45, 'Wenlin', 299981400, 1041399200, 0),
(8753, 394, 45, 'Wujin', 304113100, 1038130200, 0),
(8754, 394, 45, 'Xichang', 278964200, 1022634200, 0),
(8755, 394, 45, 'Xincheng', 280151200, 1028423300, 0),
(8756, 394, 45, 'Xindu', 308223600, 1041574200, 0),
(8757, 394, 45, 'Xiqu', 266056600, 1015982800, 0),
(8758, 394, 45, 'Ya''an', 299833330, 1030166670, 0),
(8759, 394, 45, 'Yancheng', 297435700, 1035667900, 0),
(8760, 394, 45, 'Yanjiang', 301210800, 1046481100, 0),
(8761, 394, 45, 'Yanjing', 274269900, 1015096800, 0),
(8762, 394, 45, 'Yibin', 287666700, 1046238300, 0),
(8763, 394, 45, 'Yongchang', 316657400, 1044372600, 0),
(8764, 394, 45, 'Youxian', 314669400, 1047605000, 0),
(8765, 394, 45, 'Yunxi', 312264000, 1053861400, 0),
(8766, 394, 45, 'Zhoukou', 310347200, 1064011300, 0),
(8767, 394, 45, 'Zigong', 293416200, 1047768900, 0),
(8768, 395, 45, 'Baijian', 399941700, 1172086100, 0),
(8769, 395, 45, 'Chitu', 392033300, 1174027800, 0),
(8770, 395, 45, 'Cuijiamatou', 390747200, 1173005600, 0),
(8771, 395, 45, 'Darenzhuang', 390388900, 1172519400, 0),
(8772, 395, 45, 'Fengtai', 395580600, 1177491700, 0),
(8773, 395, 45, 'Fuzhuang', 392661100, 1179344400, 0),
(8774, 395, 45, 'Nancang', 392005600, 1171369400, 0),
(8775, 395, 45, 'Tanggu', 390211100, 1176469400, 0),
(8776, 395, 45, 'Tianjin', 391422200, 1171766700, 0),
(8777, 395, 45, 'Xiawuqi', 396136100, 1170533300, 0),
(8778, 395, 45, 'Xinlicun', 390847200, 1173355600, 0),
(8779, 395, 45, 'Yangliuqing', 391375000, 1169997200, 0),
(8780, 395, 45, 'Yonghe', 390752800, 1174755600, 0),
(8781, 395, 45, 'Zhaoguli', 391783300, 1172436100, 0),
(8782, 396, 45, 'Aksu', 411230600, 802644400, 0),
(8783, 396, 45, 'Anningqu', 439833300, 875333300, 0),
(8784, 396, 45, 'Aral', 405155600, 812636100, 0),
(8785, 396, 45, 'Baijiantan', 456333300, 851833300, 0),
(8786, 396, 45, 'Changji', 440166700, 873166700, 0),
(8787, 396, 45, 'Dushanzi', 443333300, 848500000, 0),
(8788, 396, 45, 'Ergong', 438500000, 875666700, 0),
(8789, 396, 45, 'Hami', 428000000, 934500000, 0),
(8790, 396, 45, 'Hotan', 370997200, 799269400, 0),
(8791, 396, 45, 'Kashi', 394547200, 759797200, 0),
(8792, 396, 45, 'Korla', 417597200, 861469400, 0),
(8793, 396, 45, 'Kuqa', 417277800, 829363900, 0),
(8794, 396, 45, 'Layka', 370769400, 797316700, 0),
(8795, 396, 45, 'Shihezi', 443000000, 860333300, 0),
(8796, 396, 45, 'Tiechanggou', 439166700, 877833300, 0),
(8797, 396, 45, 'Turpan', 429333300, 891666700, 0),
(8798, 396, 45, 'Urumqi', 438009600, 876004600, 0),
(8799, 396, 45, 'Yanqi', 420586100, 865683300, 0),
(8800, 397, 45, 'Lhasa', 296500000, 911000000, 0),
(8801, 397, 45, 'Nagqu', 315000000, 920000000, 0),
(8802, 397, 45, 'Rikaze', 292500000, 888833300, 0),
(8803, 398, 45, 'Chuxiong', 250455560, 1015280560, 0),
(8804, 398, 45, 'Dajie', 242962300, 1027506400, 0),
(8805, 398, 45, 'Dali', 257000000, 1001833300, 0),
(8806, 398, 45, 'Daxing', 272636900, 1008638700, 0),
(8807, 398, 45, 'Gaocang', 243220000, 1025218800, 0),
(8808, 398, 45, 'Huangshan', 268263400, 1002190600, 0),
(8809, 398, 45, 'Jinghong', 219910200, 1007340900, 0),
(8810, 398, 45, 'Jinhua', 265380000, 999171500, 0),
(8811, 398, 45, 'Jinniu', 258006200, 1005743500, 0),
(8812, 398, 45, 'Jinzhong', 263759500, 1033063900, 0),
(8813, 398, 45, 'Kaihua', 233687000, 1042800000, 0),
(8814, 398, 45, 'Kunming', 250388900, 1027183300, 0),
(8815, 398, 45, 'Lijiang', 235711000, 1020041700, 0),
(8816, 398, 45, 'Lin''an', 236025500, 1028309200, 0),
(8817, 398, 45, 'Lincang', 238833330, 1000833330, 0),
(8818, 398, 45, 'Liujia', 249639900, 1027160900, 0),
(8819, 398, 45, 'Luzhang', 259730900, 988234500, 0),
(8820, 398, 45, 'Micheng', 253203700, 1004993100, 0),
(8821, 398, 45, 'Nansha', 231803700, 1028333000, 0),
(8822, 398, 45, 'Pingyuan', 247364200, 979135800, 0),
(8823, 398, 45, 'Qidian', 249603400, 1029467500, 0),
(8824, 398, 45, 'Qujing', 254833300, 1037833300, 0),
(8825, 398, 45, 'Simao', 227886300, 1009748100, 0),
(8826, 398, 45, 'Wenlan', 233600200, 1034368400, 0),
(8827, 398, 45, 'Wujiaying', 248750200, 1028452200, 0),
(8828, 398, 45, 'Xiaobanqiao', 249794400, 1027738000, 0),
(8829, 398, 45, 'Xicheng', 233060200, 1031635100, 0),
(8830, 398, 45, 'Xinhua', 236431000, 1056531700, 0),
(8831, 398, 45, 'Xiyang', 244639900, 1022907300, 0),
(8832, 398, 45, 'Yangguang', 241372200, 1027938900, 0),
(8833, 398, 45, 'Yiliu', 249452100, 1027882700, 0),
(8834, 398, 45, 'Yilong', 236913700, 1024870100, 0),
(8835, 398, 45, 'Yongding', 251986000, 1024618900, 0),
(8836, 398, 45, 'Yuanma', 256819700, 1018720000, 0),
(8837, 398, 45, 'Yunhe', 265530800, 1001938200, 0),
(8838, 398, 45, 'Yuxi', 243550000, 1025422200, 0),
(8839, 398, 45, 'Zhaotong', 273166700, 1037166700, 0),
(8840, 399, 45, 'Beijiang', 292739000, 1203753100, 0),
(8841, 399, 45, 'Beilun', 299191700, 1218377800, 0),
(8842, 399, 45, 'Cangqian', 302909300, 1199909300, 0),
(8843, 399, 45, 'Caoqiao', 306723400, 1209687000, 0),
(8844, 399, 45, 'Changhe', 301725400, 1201866700, 0),
(8845, 399, 45, 'Changjie', 292500000, 1217050000, 0),
(8846, 399, 45, 'Choujiang', 292833900, 1200275600, 0),
(8847, 399, 45, 'Danxi', 294747200, 1218655600, 0),
(8848, 399, 45, 'Deqing', 305448500, 1199599000, 0),
(8849, 399, 45, 'Dingqiao', 303517500, 1202228000, 0),
(8850, 399, 45, 'Dongjiao', 298752000, 1215866200, 0),
(8851, 399, 45, 'Dongqianhu', 297914700, 1216321600, 0),
(8852, 399, 45, 'Dongyang', 292677800, 1202252800, 0),
(8853, 399, 45, 'Fangcun', 290542600, 1186130400, 0),
(8854, 399, 45, 'Fangjun', 290713900, 1202450000, 0),
(8855, 399, 45, 'Fuming', 298731600, 1216018600, 0),
(8856, 399, 45, 'Goushan', 299805000, 1222421400, 0),
(8857, 399, 45, 'Gudang', 302784000, 1201184200, 0),
(8858, 399, 45, 'Hangzhou', 302936500, 1201614200, 0),
(8859, 399, 45, 'Huangyan', 286477800, 1212594400, 0),
(8860, 399, 45, 'Huanshan', 299306800, 1199247800, 0),
(8861, 399, 45, 'Huimin', 308390900, 1209698900, 0),
(8862, 399, 45, 'Huzhou', 308703000, 1200933000, 0),
(8863, 399, 45, 'Jiabei', 307795900, 1207117700, 0),
(8864, 399, 45, 'Jiangcun', 302856700, 1200647100, 0),
(8865, 399, 45, 'Jiangzao', 298414200, 1203157900, 0),
(8866, 399, 45, 'Jiaojiang', 286802800, 1214427800, 0),
(8867, 399, 45, 'Jiashan', 308491800, 1209258300, 0),
(8868, 399, 45, 'Jiaxing', 307522000, 1207500000, 0),
(8869, 399, 45, 'Jiefang', 307781700, 1207632800, 0),
(8870, 399, 45, 'Jingjiang', 302334400, 1204623600, 0),
(8871, 399, 45, 'Jinhua', 300134700, 1202886600, 0),
(8872, 399, 45, 'Jinxiangzhen', 274326500, 1206062500, 0),
(8873, 399, 45, 'Keqiao', 300726500, 1204864400, 0),
(8874, 399, 45, 'Kunyang', 276658300, 1205658300, 0),
(8875, 399, 45, 'Lanxi', 292194600, 1194769500, 0),
(8876, 399, 45, 'Li''ao', 297983300, 1219888900, 0),
(8877, 399, 45, 'Lingzhi', 300285000, 1205741900, 0),
(8878, 399, 45, 'Linhai', 288500000, 1211166700, 0),
(8879, 399, 45, 'Lishui', 284604200, 1199102900, 0),
(8880, 399, 45, 'Liuxia', 302454600, 1200528700, 0),
(8881, 399, 45, 'Menlou''ao', 274336300, 1198748200, 0),
(8882, 399, 45, 'Ningbo', 298781900, 1215494500, 0),
(8883, 399, 45, 'Pan''an', 290536800, 1204375800, 0),
(8884, 399, 45, 'Qianxiang', 290426000, 1203135800, 0),
(8885, 399, 45, 'Qixian', 301224800, 1205370600, 0),
(8886, 399, 45, 'Quzhou', 289594400, 1188686100, 0),
(8887, 399, 45, 'Sandun', 303247000, 1200776300, 0),
(8888, 399, 45, 'Sanlian', 290418300, 1203454600, 0),
(8889, 399, 45, 'Shangyu', 300155600, 1208711100, 0),
(8890, 399, 45, 'Shaoxing', 300110200, 1205715300, 0),
(8891, 399, 45, 'Sijiqing', 302494400, 1201849300, 0),
(8892, 399, 45, 'Tianshengjie', 308778300, 1201123000, 0),
(8893, 399, 45, 'Tongfu', 305763700, 1204648300, 0),
(8894, 399, 45, 'Weishan', 293299900, 1204348200, 0),
(8895, 399, 45, 'Wenling', 283669400, 1213600000, 0),
(8896, 399, 45, 'Wenyan', 301273500, 1201705100, 0),
(8897, 399, 45, 'Wenzhou', 279994200, 1206668200, 0),
(8898, 399, 45, 'Wutong', 306328800, 1205608000, 0),
(8899, 399, 45, 'Wuyuan', 305153900, 1209485600, 0),
(8900, 399, 45, 'Wuzhen', 307453600, 1204851000, 0),
(8901, 399, 45, 'Xiangfu', 303297600, 1200992200, 0),
(8902, 399, 45, 'Xianlin', 302258300, 1199813900, 0),
(8903, 399, 45, 'Xiaogang', 299503300, 1217429300, 0),
(8904, 399, 45, 'Xiaoshan', 301674600, 1202588300, 0),
(8905, 399, 45, 'Xiasha', 303102300, 1203171800, 0),
(8906, 399, 45, 'Xidian', 294905100, 1214330300, 0),
(8907, 399, 45, 'Xindong', 303064600, 1201727200, 0),
(8908, 399, 45, 'Xintang', 301507000, 1203043400, 0),
(8909, 399, 45, 'Xintong', 299066400, 1198147400, 0),
(8910, 399, 45, 'Xixing', 301891100, 1202266900, 0),
(8911, 399, 45, 'Xizhou', 294788900, 1216727800, 0),
(8912, 399, 45, 'Xushan', 301764000, 1212457000, 0),
(8913, 399, 45, 'Yiwu', 293150600, 1200767600, 0),
(8914, 399, 45, 'Yuhang', 302752800, 1199325000, 0),
(8915, 399, 45, 'Yuyao', 300500000, 1211494400, 0),
(8916, 399, 45, 'Zhangzhen', 298093100, 1208683700, 0),
(8917, 399, 45, 'Zhaobaoshan', 299695000, 1216875300, 0),
(8918, 399, 45, 'Zhonggongmiao', 298261100, 1215375000, 0),
(8919, 399, 45, 'Zhoushan Shi', 300107500, 1222046500, 0),
(8920, 399, 45, 'Zhouxiang', 301744300, 1211276900, 0),
(8921, 399, 45, 'Zhuangshi', 299330600, 1216096200, 0),
(8922, 399, 45, 'Zhuantang', 301635000, 1200761300, 0),
(8923, 399, 45, 'Zhuji', 297187600, 1202423300, 0),
(8924, 400, 46, 'Flying Fish Cove', -104217200, 1056791200, 0),
(8925, 401, 47, 'Abejorral', 57892800, -754272500, 0),
(8926, 401, 47, 'Amaga', 60400100, -757031500, 0),
(8927, 401, 47, 'Amalfi', 69101600, -750776400, 0),
(8928, 401, 47, 'Angostura', 68850800, -753346700, 0),
(8929, 401, 47, 'Antioquia', 65568700, -758280600, 0),
(8930, 401, 47, 'Apartado', 78829900, -766258700, 0),
(8931, 401, 47, 'Barbosa', 64380900, -753313600, 0),
(8932, 401, 47, 'Bello', 63373200, -755579500, 0),
(8933, 401, 47, 'Caldas', 60910600, -756356900, 0),
(8934, 401, 47, 'Carepa', 77584900, -766525400, 0),
(8935, 401, 47, 'Concordia', 60463900, -759070600, 0),
(8936, 401, 47, 'Copacabana', 63463300, -755088800, 0),
(8937, 401, 47, 'El Bagre', 75927200, -748085800, 0),
(8938, 401, 47, 'Envigado', 61706400, -755853100, 0),
(8939, 401, 47, 'Guarne', 62804600, -754435400, 0),
(8940, 401, 47, 'Itagui', 61719400, -756113900, 0),
(8941, 401, 47, 'La Ceja', 60308200, -754315000, 0),
(8942, 401, 47, 'La Estrella', 61576900, -756431700, 0),
(8943, 401, 47, 'La Union', 59743100, -753619500, 0),
(8944, 401, 47, 'Los Andes', 56561000, -758787700, 0),
(8945, 401, 47, 'Medellin', 62518400, -755635900, 0),
(8946, 401, 47, 'Puerto Berrio', 64915600, -744032600, 0),
(8947, 401, 47, 'Puerto Triunfo', 58726200, -746402900, 0),
(8948, 401, 47, 'Retiro', 60586100, -755030600, 0),
(8949, 401, 47, 'Rionegro', 61551500, -753737100, 0),
(8950, 401, 47, 'Sabaneta', 61500000, -756000000, 0),
(8951, 401, 47, 'San Carlos', 61878900, -749931500, 0),
(8952, 401, 47, 'San Pedro', 64622100, -755565600, 0),
(8953, 401, 47, 'Santa Rosa de Osos', 66473800, -754603000, 0),
(8954, 401, 47, 'Segovia', 70799300, -746989000, 0),
(8955, 401, 47, 'Turbo', 80936800, -767269100, 0),
(8956, 401, 47, 'Venecia', 59627800, -757380600, 0),
(8957, 401, 47, 'Yarumal', 69632100, -754173800, 0),
(8958, 401, 47, 'Zaragoza', 74897100, -748691900, 0),
(8959, 402, 47, 'Arauca', 70847100, -707590800, 0),
(8960, 402, 47, 'Municipio de Fortul', 67927700, -717717000, 0),
(8961, 403, 47, 'Baranoa', 107940800, -749164000, 0),
(8962, 403, 47, 'Barranquilla', 109638900, -747963900, 0),
(8963, 403, 47, 'Galapa', 108968600, -748860000, 0),
(8964, 403, 47, 'Malambo', 108595300, -747738600, 0),
(8965, 403, 47, 'Puerto Colombia', 109877800, -749547200, 0),
(8966, 403, 47, 'Sabanagrande', 107911500, -747605900, 0),
(8967, 403, 47, 'Sabanalarga', 106296200, -749206300, 0),
(8968, 403, 47, 'Soledad', 109184300, -747645900, 0),
(8969, 404, 47, 'Arenal', 84592800, -739433100, 0),
(8970, 404, 47, 'Arjona', 102544400, -753438900, 0),
(8971, 404, 47, 'Cartagena', 103997200, -755144400, 0),
(8972, 404, 47, 'Mompos', 92419400, -744266700, 0),
(8973, 404, 47, 'Santa Rosa', 104447200, -753697200, 0),
(8974, 404, 47, 'Turbaco', 103294400, -754113700, 0),
(8975, 405, 47, 'Duitama', 58245000, -730340800, 0),
(8976, 405, 47, 'Firavitoba', 56688500, -729928900, 0),
(8977, 405, 47, 'Garagoa', 50823600, -733633400, 0),
(8978, 405, 47, 'Jenesano', 53854100, -733636400, 0),
(8979, 405, 47, 'Moniquira', 58763800, -735728400, 0),
(8980, 405, 47, 'Puerto Boyaca', 59758400, -745884600, 0),
(8981, 405, 47, 'Santa Rosa de Viterbo', 58740100, -729821700, 0),
(8982, 405, 47, 'Sogamoso', 57143400, -729339100, 0),
(8983, 405, 47, 'Tibasosa', 57500000, -730000000, 0),
(8984, 405, 47, 'Tunja', 55352800, -733677800, 0),
(8985, 405, 47, 'Villa de Leiva', 56450000, -735666700, 0),
(8986, 406, 47, 'La Dorada', 54478300, -746631100, 0),
(8987, 406, 47, 'Manizales', 50688900, -755173800, 0),
(8988, 406, 47, 'Marquetalia', 52965900, -750549600, 0),
(8989, 406, 47, 'Risaralda', 51664700, -757659500, 0),
(8990, 406, 47, 'San Jose', 50858300, -757883300, 0),
(8991, 406, 47, 'Villamaria', 50449200, -755146000, 0),
(8992, 407, 47, 'Cartagena del Chaira', 13348800, -748428900, 0),
(8993, 407, 47, 'Florencia', 16143800, -756062300, 0),
(8994, 408, 47, 'Pore', 57272200, -719947200, 0),
(8995, 408, 47, 'Tauramena', 50183100, -727491900, 0),
(8996, 408, 47, 'Yopal', 53377500, -723958600, 0),
(8997, 409, 47, 'Balboa', 20395600, -772168400, 0),
(8998, 409, 47, 'Cajibio', 26227100, -765703900, 0),
(8999, 409, 47, 'Florencia', 16831800, -770733000, 0),
(9000, 409, 47, 'La Sierra', 21783500, -767626500, 0),
(9001, 409, 47, 'Miranda', 32499100, -762281400, 0),
(9002, 409, 47, 'Paispamba', 22546200, -766108600, 0),
(9003, 409, 47, 'Popayan', 24382300, -766131600, 0),
(9004, 409, 47, 'Santander de Quilichao', 30094500, -764849400, 0),
(9005, 410, 47, 'Aguachica', 83084400, -736166000, 0),
(9006, 410, 47, 'Astrea', 94982800, -739759100, 0),
(9007, 410, 47, 'El Copey', 101503100, -739614000, 0),
(9008, 410, 47, 'La Jagua de Ibirico', 95622800, -733340500, 0),
(9009, 410, 47, 'San Alberto', 77610700, -733922000, 0),
(9010, 410, 47, 'Valledupar', 104631400, -732532200, 0),
(9011, 411, 47, 'Condoto', 50935100, -766497300, 0),
(9012, 411, 47, 'Istmina', 51605400, -766839700, 0),
(9013, 411, 47, 'Lloro', 54960500, -765494500, 0),
(9014, 411, 47, 'Pie de Pato', 55160400, -769744900, 0),
(9015, 411, 47, 'Quibdo', 56947200, -766611100, 0),
(9016, 411, 47, 'Tado', 52659800, -765648700, 0),
(9017, 412, 47, 'Cerete', 88847900, -757905200, 0),
(9018, 412, 47, 'Lorica', 92364800, -758135000, 0),
(9019, 412, 47, 'Montelibano', 79828800, -754229300, 0),
(9020, 412, 47, 'Monteria', 87479800, -758814300, 0),
(9021, 412, 47, 'Planeta Rica', 84147200, -755883300, 0),
(9022, 412, 47, 'Tierralta', 81736100, -760591700, 0),
(9023, 413, 47, 'Agua de Dios', 43764800, -746699500, 0),
(9024, 413, 47, 'Anapoima', 45202800, -745394400, 0),
(9025, 413, 47, 'Arbelaez', 42725400, -744151300, 0),
(9026, 413, 47, 'Bojaca', 47317600, -743412900, 0),
(9027, 413, 47, 'Cabrera', 39859800, -744828300, 0),
(9028, 413, 47, 'Cajica', 49185700, -740279900, 0),
(9029, 413, 47, 'Carmen de Carupa', 53486200, -739016800, 0),
(9030, 413, 47, 'Chia', 48587600, -740586600, 0),
(9031, 413, 47, 'Chipaque', 44425000, -740441700, 0),
(9032, 413, 47, 'Cogua', 50605200, -739792500, 0),
(9033, 413, 47, 'Cota', 48093800, -740980000, 0),
(9034, 413, 47, 'Facatativa', 48136700, -743545300, 0),
(9035, 413, 47, 'Funza', 47163800, -742119500, 0),
(9036, 413, 47, 'Fusagasuga', 43364600, -743637800, 0),
(9037, 413, 47, 'Girardot', 42986600, -748046800, 0),
(9038, 413, 47, 'Guaduas', 50669200, -745949900, 0),
(9039, 413, 47, 'Guasca', 48660100, -738774800, 0),
(9040, 413, 47, 'Guatavita', 49365800, -738331400, 0),
(9041, 413, 47, 'La Calera', 47206900, -739692600, 0),
(9042, 413, 47, 'Madrid', 47324400, -742641900, 0),
(9043, 413, 47, 'Mosquera', 47059200, -742302100, 0),
(9044, 413, 47, 'Puerto Salgar', 54630400, -746543600, 0),
(9045, 413, 47, 'San Antonio del Tequendama', 46188900, -743538900, 0),
(9046, 413, 47, 'Sibate', 44842500, -742449900, 0),
(9047, 413, 47, 'Soacha', 45793700, -742168200, 0),
(9048, 413, 47, 'Sopo', 49075000, -739384000, 0),
(9049, 413, 47, 'Subachoque', 49261400, -741729900, 0),
(9050, 413, 47, 'Suesca', 51028900, -737984500, 0),
(9051, 413, 47, 'Tenjo', 48727000, -741443500, 0),
(9052, 413, 47, 'Tocaima', 44582000, -746343400, 0),
(9053, 413, 47, 'Ubate', 53093300, -738157400, 0),
(9054, 413, 47, 'Venecia', 40880800, -744774600, 0),
(9055, 413, 47, 'Zipaquira', 50220800, -740048100, 0),
(9056, 414, 47, 'Bogota', 46097100, -740817500, 0),
(9057, 415, 47, 'Calamar', 19597200, -726538900, 0),
(9058, 416, 47, 'Garzon', 21959300, -756277700, 0),
(9059, 416, 47, 'La Plata', 23934100, -758923200, 0),
(9060, 416, 47, 'Neiva', 29273000, -752818800, 0),
(9061, 416, 47, 'Pitalito', 18496600, -760478500, 0),
(9062, 416, 47, 'Rivera', 27771700, -752564200, 0),
(9063, 417, 47, 'Albania', 111609900, -725923800, 0),
(9064, 417, 47, 'Distraccion', 108969300, -728861000, 0),
(9065, 417, 47, 'Maicao', 113832100, -722432100, 0),
(9066, 417, 47, 'Riohacha', 115444400, -729072200, 0),
(9067, 417, 47, 'San Juan del Cesar', 107710800, -730031400, 0),
(9068, 418, 47, 'Aracataca', 105918100, -741898300, 0),
(9069, 418, 47, 'Cienaga', 110070300, -742476500, 0),
(9070, 418, 47, 'Fundacion', 105206600, -741850400, 0),
(9071, 418, 47, 'Pivijay', 104616800, -746162100, 0),
(9072, 418, 47, 'Santa Marta', 112407900, -741990400, 0),
(9073, 419, 47, 'Acacias', 39869500, -737579700, 0),
(9074, 419, 47, 'Castilla La Nueva', 38284500, -736798700, 0),
(9075, 419, 47, 'Puerto Gaitan', 43132800, -720815700, 0),
(9076, 419, 47, 'San Luis de Cubarral', 37935200, -738406300, 0),
(9077, 419, 47, 'Villavicencio', 41420000, -736266400, 0),
(9078, 420, 47, 'El Rosario', 17417300, -773352000, 0),
(9079, 420, 47, 'Ipiales', 8301800, -776495900, 0),
(9080, 420, 47, 'Pasto', 12136100, -772811100, 0),
(9081, 420, 47, 'Puerres', 11937400, -772666100, 0),
(9082, 420, 47, 'Tumaco', 17986100, -788155600, 0),
(9083, 421, 47, 'Chinacota', 76073100, -726010800, 0),
(9084, 421, 47, 'Cucuta', 78833300, -725052800, 0),
(9085, 421, 47, 'La Playa', 82163900, -732413900, 0),
(9086, 421, 47, 'Los Patios', 78379300, -725037000, 0),
(9087, 421, 47, 'Ocana', 82377300, -733560400, 0),
(9088, 421, 47, 'Pamplona', 73756500, -726479500, 0),
(9089, 421, 47, 'Villa del Rosario', 78338900, -724741700, 0),
(9090, 422, 47, 'Orito', 6765600, -768771200, 0),
(9091, 422, 47, 'Puerto Guzman', 9702800, -765858300, 0),
(9092, 423, 47, 'Armenia', 45338900, -756811100, 0),
(9093, 423, 47, 'Calarca', 45294900, -756409100, 0),
(9094, 423, 47, 'Quimbaya', 46230600, -757627800, 0),
(9095, 424, 47, 'Dos Quebradas', 48391600, -756672600, 0),
(9096, 424, 47, 'Guatica', 53156900, -757982600, 0),
(9097, 424, 47, 'La Virginia', 48997200, -758825000, 0),
(9098, 424, 47, 'Pereira', 48133300, -756961100, 0),
(9099, 424, 47, 'Pueblo Rico', 52383300, -760363900, 0),
(9100, 424, 47, 'Santa Rosa de Cabal', 48680600, -756213900, 0),
(9101, 425, 47, 'San Andres', 125847200, -817005600, 0),
(9102, 426, 47, 'Barbosa', 59316800, -736150600, 0),
(9103, 426, 47, 'Barrancabermeja', 70652800, -738547200, 0),
(9104, 426, 47, 'Bucaramanga', 71253900, -731198000, 0),
(9105, 426, 47, 'Floridablanca', 70617800, -730843100, 0),
(9106, 426, 47, 'Giron', 70682000, -731698100, 0),
(9107, 426, 47, 'Lebrija', 71131700, -732178000, 0),
(9108, 426, 47, 'Piedecuesta', 69878900, -730495300, 0),
(9109, 426, 47, 'San Andres', 68114800, -728492900, 0),
(9110, 426, 47, 'San Gil', 65557300, -731330900, 0),
(9111, 426, 47, 'Sucre', 59183300, -737910900, 0),
(9112, 427, 47, 'Sincelejo', 93047200, -753977800, 0),
(9113, 427, 47, 'Tolu', 95239200, -755813900, 0),
(9114, 428, 47, 'Alvarado', 45661200, -749622900, 0),
(9115, 428, 47, 'Chaparral', 37231500, -754831600, 0),
(9116, 428, 47, 'Espinal', 41492400, -748842900, 0),
(9117, 428, 47, 'Flandes', 42941300, -748190100, 0),
(9118, 428, 47, 'Guayabal', 50310300, -748868200, 0),
(9119, 428, 47, 'Honda', 52085600, -747358400, 0),
(9120, 428, 47, 'Ibague', 44388900, -752322200, 0),
(9121, 428, 47, 'Lerida', 48624200, -749097700, 0),
(9122, 428, 47, 'Mariquita', 51988900, -748929500, 0),
(9123, 428, 47, 'Melgar', 42047500, -746407500, 0),
(9124, 428, 47, 'San Luis', 41325800, -750949900, 0),
(9125, 429, 47, 'Buenaventura', 35833300, -770000000, 0),
(9126, 429, 47, 'Buga', 39008900, -762978300, 0),
(9127, 429, 47, 'Cali', 34372200, -765225000, 0),
(9128, 429, 47, 'Candelaria', 34067100, -763481900, 0),
(9129, 429, 47, 'Cartago', 47463900, -759116700, 0),
(9130, 429, 47, 'Dagua', 36568500, -766885900, 0),
(9131, 429, 47, 'El Cerrito', 36854900, -763137200, 0),
(9132, 429, 47, 'Jamundi', 32607400, -765349900, 0),
(9133, 429, 47, 'La Union', 45328200, -761031800, 0),
(9134, 429, 47, 'La Victoria', 45227100, -760373800, 0),
(9135, 429, 47, 'Palmira', 35394400, -763036100, 0),
(9136, 429, 47, 'Sevilla', 42642500, -759308500, 0),
(9137, 429, 47, 'Tulua', 40846600, -761953600, 0),
(9138, 429, 47, 'Yotoco', 38604800, -763836400, 0),
(9139, 429, 47, 'Yumbo', 35823400, -764914600, 0),
(9140, 430, 48, 'Bimbini', -121883300, 442355600, 0),
(9141, 431, 48, 'Mavingouni', -117163900, 432525000, 0),
(9142, 431, 48, 'Moroni', -117021600, 432550600, 0),
(9143, 431, 48, 'Selea', -117844400, 432608300, 0),
(9144, 432, 50, 'Matadi', -58166700, 134500000, 0),
(9145, 433, 50, 'Lubumbashi', -116608900, 274793800, 0),
(9146, 434, 50, 'Kinshasa', -43245900, 153214600, 0),
(9147, 434, 50, 'Masina', -43836100, 153913900, 0),
(9148, 435, 50, 'Goma', -16791700, 292227800, 0),
(9149, 436, 50, 'Uvira', -34066700, 291458300, 0),
(9150, 437, 49, 'Brazzaville', -42658300, 152831800, 0),
(9151, 438, 49, 'Ewo', -8725000, 148205600, 0),
(9152, 439, 49, 'Pointe-Noire', -47760900, 118635200, 0),
(9153, 440, 49, 'Ouesso', 16136100, 160516700, 0),
(9154, 441, 51, 'Avarua', -212077800, -1597750000, 0),
(9155, 442, 52, 'Alajuela', 100166700, -842166700, 0),
(9156, 442, 52, 'Atenas', 99780600, -843803200, 0),
(9157, 442, 52, 'Carrillos', 100291800, -842740400, 0),
(9158, 442, 52, 'Esquipulas', 100567600, -844233700, 0),
(9159, 442, 52, 'Fortuna', 104708900, -846453500, 0),
(9160, 442, 52, 'Naranjo', 100986600, -843782400, 0),
(9161, 442, 52, 'Pital', 104505600, -842740600, 0),
(9162, 442, 52, 'Quesada', 103238100, -844271400, 0),
(9163, 442, 52, 'Sabanilla', 100740400, -842155100, 0),
(9164, 442, 52, 'San Juan', 101024800, -843169400, 0),
(9165, 442, 52, 'San Rafael', 99745400, -842097400, 0),
(9166, 442, 52, 'San Ramon', 100880200, -844702200, 0),
(9167, 442, 52, 'Santiago', 100227500, -844442000, 0),
(9168, 443, 52, 'Cartago', 98666700, -839166700, 0),
(9169, 443, 52, 'La Suiza', 98523800, -836133100, 0),
(9170, 443, 52, 'Pacayas', 98070900, -840476400, 0),
(9171, 443, 52, 'Paraiso', 98383200, -838655600, 0),
(9172, 443, 52, 'Pejibaye', 98113500, -837033600, 0),
(9173, 443, 52, 'San Diego', 98989800, -840028700, 0),
(9174, 443, 52, 'Tobosi', 98383700, -839839100, 0),
(9175, 443, 52, 'Tres Rios', 99064400, -839876000, 0),
(9176, 443, 52, 'Tucurrique', 98533600, -837227300, 0),
(9177, 443, 52, 'Turrialba', 99046700, -836835200, 0),
(9178, 444, 52, 'Canas', 104294000, -850931100, 0),
(9179, 444, 52, 'Hojancha', 100579000, -854180300, 0),
(9180, 444, 52, 'Liberia', 106350400, -854377200, 0),
(9181, 444, 52, 'Nandayure', 100333300, -852000000, 0),
(9182, 444, 52, 'Nicoya', 101482800, -854520100, 0),
(9183, 444, 52, 'Santa Cruz', 102605300, -855851000, 0),
(9184, 444, 52, 'Sardinal', 105167400, -856474800, 0),
(9185, 444, 52, 'Tilaran', 104702900, -849670900, 0),
(9186, 445, 52, 'Angeles', 99959000, -840512600, 0),
(9187, 445, 52, 'Colon', 99149100, -842417000, 0),
(9188, 445, 52, 'Heredia', 100000000, -841166700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(9189, 445, 52, 'La Asuncion', 99796100, -841728100, 0),
(9190, 445, 52, 'Llorente', 99984400, -841544800, 0),
(9191, 445, 52, 'Mercedes', 100069600, -841339600, 0),
(9192, 445, 52, 'San Antonio', 99833300, -841833300, 0),
(9193, 445, 52, 'San Francisco', 99929900, -841293400, 0),
(9194, 445, 52, 'San Josecito', 100166700, -841000000, 0),
(9195, 445, 52, 'San Pablo', 99955900, -840965600, 0),
(9196, 445, 52, 'San Rafael', 100132000, -841001600, 0),
(9197, 446, 52, 'Guapiles', 102158800, -837866100, 0),
(9198, 446, 52, 'Pocora', 101718500, -836043900, 0),
(9199, 446, 52, 'Puerto Limon', 100000000, -830333300, 0),
(9200, 447, 52, 'Buenos Aires', 91718900, -833341700, 0),
(9201, 447, 52, 'Canoas', 85330500, -828384400, 0),
(9202, 447, 52, 'Chacarita', 99828900, -847723200, 0),
(9203, 447, 52, 'Esparza', 99944700, -846646600, 0),
(9204, 447, 52, 'Jaco', 96149700, -846297500, 0),
(9205, 447, 52, 'Paquera', 98200500, -849351300, 0),
(9206, 447, 52, 'Puntarenas', 99762500, -848383600, 0),
(9207, 447, 52, 'Quepos', 94235700, -841652200, 0),
(9208, 448, 52, 'Alajuelita', 99016300, -841004200, 0),
(9209, 448, 52, 'Calle Blancos', 99500000, -840666700, 0),
(9210, 448, 52, 'Colima', 99509100, -840850300, 0),
(9211, 448, 52, 'Curridabat', 99117800, -840340700, 0),
(9212, 448, 52, 'Daniel Flores', 93355400, -836694000, 0),
(9213, 448, 52, 'Escazu', 99188700, -841399000, 0),
(9214, 448, 52, 'Granadilla', 99349100, -840168800, 0),
(9215, 448, 52, 'Guadalupe', 99461100, -840527900, 0),
(9216, 448, 52, 'Ipis', 99674600, -840132600, 0),
(9217, 448, 52, 'Purral', 99580800, -840305000, 0),
(9218, 448, 52, 'Sabanilla', 99452200, -840392600, 0),
(9219, 448, 52, 'San Felipe', 99048800, -841055100, 0),
(9220, 448, 52, 'San Isidro', 93721000, -837039900, 0),
(9221, 448, 52, 'San Jose', 99333300, -840833300, 0),
(9222, 448, 52, 'San Juan', 99597400, -840816500, 0),
(9223, 448, 52, 'San Marcos', 96601000, -840202600, 0),
(9224, 448, 52, 'San Miguel', 98712100, -840608400, 0),
(9225, 448, 52, 'San Pedro', 99282900, -840507400, 0),
(9226, 448, 52, 'San Rafael', 99278700, -841372200, 0),
(9227, 448, 52, 'San Rafael Abajo', 98310000, -842900800, 0),
(9228, 448, 52, 'San Rafael Arriba', 98755600, -840766100, 0),
(9229, 448, 52, 'San Vicente', 99601600, -840476200, 0),
(9230, 448, 52, 'San Vicente de Moravia', 99616400, -840488000, 0),
(9231, 448, 52, 'Santa Ana', 99326000, -841825400, 0),
(9232, 448, 52, 'Santiago', 98463600, -843142800, 0),
(9233, 448, 52, 'Tejar', 97462200, -842336800, 0),
(9234, 449, 53, 'Tabou', 44229500, -73528000, 0),
(9235, 450, 53, 'Bangolo', 70069400, -74750000, 0),
(9236, 451, 53, 'Yamoussoukro', 68205500, -52767400, 0),
(9237, 452, 53, 'Abidjan', 53094300, -40197200, 0),
(9238, 452, 53, 'Abobo', 54086100, -40160100, 0),
(9239, 452, 53, 'Bingerville', 53583800, -38868700, 0),
(9240, 452, 53, 'Grand-Bassam', 52118000, -37388400, 0),
(9241, 453, 53, 'Katiola', 81333300, -51000000, 0),
(9242, 454, 54, 'Bjelovar', 458986100, 168488900, 0),
(9243, 454, 54, 'Garesnica', 455744400, 169413900, 0),
(9244, 454, 54, 'Hercegovac', 456586100, 170136100, 0),
(9245, 454, 54, 'Rovisce', 459447200, 167350000, 0),
(9246, 455, 54, 'Krusevica', 450775000, 184827800, 0),
(9247, 455, 54, 'Nova Gradiska', 452550000, 173830600, 0),
(9248, 455, 54, 'Slavonski Brod', 451602800, 180155600, 0),
(9249, 455, 54, 'Vrbova', 452186100, 175777800, 0),
(9250, 456, 54, 'Cavtat', 425811100, 182180600, 0),
(9251, 456, 54, 'Cibaca', 426288900, 181711100, 0),
(9252, 456, 54, 'Dubrovnik', 426480700, 180921600, 0),
(9253, 456, 54, 'Komin', 430408300, 175369400, 0),
(9254, 456, 54, 'Korcula', 429622200, 171369400, 0),
(9255, 456, 54, 'Lumbarda', 429227800, 171672200, 0),
(9256, 456, 54, 'Metkovic', 430541700, 176483300, 0),
(9257, 456, 54, 'Mokosica', 426755600, 180902800, 0),
(9258, 457, 54, 'Dubrava', 458336100, 160636100, 0),
(9259, 457, 54, 'Horvati', 457000000, 158166700, 0),
(9260, 457, 54, 'Jezdovec', 457833300, 158500000, 0),
(9261, 457, 54, 'Kasina', 459166700, 160000000, 0),
(9262, 457, 54, 'Lucko', 457611100, 158702800, 0),
(9263, 457, 54, 'Malarm', 457575800, 159771600, 0),
(9264, 457, 54, 'Odra', 457333300, 160000000, 0),
(9265, 457, 54, 'Sesvete', 458311100, 161163900, 0),
(9266, 457, 54, 'Zadvorsko', 457333300, 159166700, 0),
(9267, 457, 54, 'Zagreb', 458144400, 159779800, 0),
(9268, 457, 54, 'Zagreb - Centar', 458131300, 159775300, 0),
(9269, 458, 54, 'Buje', 454100000, 136619400, 0),
(9270, 458, 54, 'Buzet', 454094400, 139666700, 0),
(9271, 458, 54, 'Fazana', 449275000, 138036100, 0),
(9272, 458, 54, 'Labin', 450950000, 141197200, 0),
(9273, 458, 54, 'Marcana', 449552800, 139538900, 0),
(9274, 458, 54, 'Porec', 452258300, 135938900, 0),
(9275, 458, 54, 'Pula', 448683300, 138480600, 0),
(9276, 458, 54, 'Rovinj', 450800000, 136400000, 0),
(9277, 458, 54, 'Umag', 454313900, 135238900, 0),
(9278, 458, 54, 'Vinez', 450980600, 141069400, 0),
(9279, 459, 54, 'Karlovac', 454872200, 155477800, 0),
(9280, 459, 54, 'Ogulin', 452661100, 152286100, 0),
(9281, 459, 54, 'Plaski', 450763900, 153680600, 0),
(9282, 459, 54, 'Slunj', 451108300, 155894400, 0),
(9283, 460, 54, 'Kalinovac', 460294400, 171155600, 0),
(9284, 460, 54, 'Koprivnica', 461627800, 168275000, 0),
(9285, 460, 54, 'Krizevci', 460219400, 165425000, 0),
(9286, 460, 54, 'Molve', 461091700, 170316700, 0),
(9287, 461, 54, 'Krapina', 461608300, 158788900, 0),
(9288, 461, 54, 'Oroslavje', 460027800, 159113900, 0),
(9289, 461, 54, 'Pregrada', 461641700, 157508300, 0),
(9290, 461, 54, 'Selnica', 460233300, 160391700, 0),
(9291, 461, 54, 'Zabok', 460294400, 159150000, 0),
(9292, 461, 54, 'Zlatar', 460941700, 160708300, 0),
(9293, 462, 54, 'Brinje', 450025000, 151338900, 0),
(9294, 462, 54, 'Novalja', 445577800, 148866700, 0),
(9295, 462, 54, 'Otocac', 448694400, 152375000, 0),
(9296, 463, 54, 'Belica', 464041700, 165183300, 0),
(9297, 463, 54, 'Brezje', 464186100, 163888900, 0),
(9298, 463, 54, 'Cakovec', 463844400, 164338900, 0),
(9299, 463, 54, 'Ivanovec', 463683300, 164766700, 0),
(9300, 463, 54, 'Kursanec', 463302800, 164016700, 0),
(9301, 463, 54, 'Nedelisce', 463758300, 163875000, 0),
(9302, 463, 54, 'Vratisinec', 464780600, 164577800, 0),
(9303, 464, 54, 'Belisce', 456802800, 184058300, 0),
(9304, 464, 54, 'Dalj', 454900000, 189847200, 0),
(9305, 464, 54, 'Darda', 456280600, 186997200, 0),
(9306, 464, 54, 'Nasice', 454886100, 180877800, 0),
(9307, 464, 54, 'Osijek', 455511100, 186938900, 0),
(9308, 464, 54, 'Semeljci', 453605600, 185436100, 0),
(9309, 464, 54, 'Valpovo', 456608300, 184186100, 0),
(9310, 464, 54, 'Viljevo', 457513900, 180630600, 0),
(9311, 464, 54, 'Visnjevac', 455686100, 186138900, 0),
(9312, 465, 54, 'Lipik', 454113900, 171522200, 0),
(9313, 465, 54, 'Pozega', 453402800, 176852800, 0),
(9314, 465, 54, 'Velika', 454544400, 176613900, 0),
(9315, 466, 54, 'Bakar', 453086100, 145302800, 0),
(9316, 466, 54, 'Banjol', 447500000, 147833300, 0),
(9317, 466, 54, 'Cavle', 453519400, 144838900, 0),
(9318, 466, 54, 'Cernik', 453436100, 145022200, 0),
(9319, 466, 54, 'Delnice', 454008300, 147997200, 0),
(9320, 466, 54, 'Kastav', 453752800, 143486100, 0),
(9321, 466, 54, 'Kraljevica', 452697200, 145708300, 0),
(9322, 466, 54, 'Krk', 450258300, 145730600, 0),
(9323, 466, 54, 'Mali Losinj', 445305600, 144686100, 0),
(9324, 466, 54, 'Marinici', 453650000, 143938900, 0),
(9325, 466, 54, 'Njivice', 451580600, 145386100, 0),
(9326, 466, 54, 'Opatija', 453391700, 143083300, 0),
(9327, 466, 54, 'Rijeka', 453430600, 144091700, 0),
(9328, 466, 54, 'Rubesi', 453669400, 143480600, 0),
(9329, 466, 54, 'Vrbovsko', 453686100, 150783300, 0),
(9330, 467, 54, 'Brodarica', 436800000, 159197200, 0),
(9331, 467, 54, 'Drnis', 438625000, 161555600, 0),
(9332, 467, 54, 'Knin', 440438900, 162000000, 0),
(9333, 467, 54, 'Primosten', 435869400, 159272200, 0),
(9334, 467, 54, 'Rogoznica', 435247200, 159700000, 0),
(9335, 467, 54, 'Sibenik', 437272200, 159058300, 0),
(9336, 467, 54, 'Zaton', 437894400, 158252800, 0),
(9337, 468, 54, 'Budasevo', 454747200, 164366700, 0),
(9338, 468, 54, 'Kutina', 454750000, 167819400, 0),
(9339, 468, 54, 'Petrinja', 454375000, 162900000, 0),
(9340, 468, 54, 'Sisak', 454661100, 163783300, 0),
(9341, 469, 54, 'Gala', 437150000, 167269400, 0),
(9342, 469, 54, 'Hrvace', 437633300, 166150000, 0),
(9343, 469, 54, 'Hvar', 431725000, 164427800, 0),
(9344, 469, 54, 'Kamen', 435141700, 165147200, 0),
(9345, 469, 54, 'Marina', 433500000, 164500000, 0),
(9346, 469, 54, 'Mravince', 435333300, 165219400, 0),
(9347, 469, 54, 'Podstrana', 434833300, 165833300, 0),
(9348, 469, 54, 'Postire', 433763900, 166322200, 0),
(9349, 469, 54, 'Sinj', 437036100, 166394400, 0),
(9350, 469, 54, 'Solin', 435500000, 165000000, 0),
(9351, 469, 54, 'Split', 435089100, 164391500, 0),
(9352, 469, 54, 'Starigrad', 431847200, 165952800, 0),
(9353, 469, 54, 'Stobrec', 435025000, 165222200, 0),
(9354, 469, 54, 'Trilj', 436183300, 167241700, 0),
(9355, 469, 54, 'Trogir', 435125000, 162516700, 0),
(9356, 469, 54, 'Vranjic', 435333300, 164666700, 0),
(9357, 469, 54, 'Vrgorac', 432058300, 173711100, 0),
(9358, 470, 54, 'Beletinec', 462166700, 163166700, 0),
(9359, 470, 54, 'Ivanec', 462230600, 161200000, 0),
(9360, 470, 54, 'Ludbreg', 462519400, 166147200, 0),
(9361, 470, 54, 'Varazdin', 463044400, 163377800, 0),
(9362, 470, 54, 'Vinica', 463361100, 161494400, 0),
(9363, 471, 54, 'Pitomaca', 459505600, 172294400, 0),
(9364, 471, 54, 'Slatina', 457033300, 177027800, 0),
(9365, 471, 54, 'Virovitica', 458319400, 173838900, 0),
(9366, 472, 54, 'Borovo', 453763900, 189669400, 0),
(9367, 472, 54, 'Nustar', 453325000, 188413900, 0),
(9368, 472, 54, 'Otok', 451466700, 188838900, 0),
(9369, 472, 54, 'Vinkovci', 452883300, 188047200, 0),
(9370, 472, 54, 'Vukovar', 453433300, 189997200, 0),
(9371, 473, 54, 'Starigrad', 442930600, 154430600, 0),
(9372, 473, 54, 'Ugljan', 441308300, 151030600, 0),
(9373, 473, 54, 'Zadar', 441197200, 152422200, 0),
(9374, 474, 54, 'Bestovje', 458083300, 158166700, 0),
(9375, 474, 54, 'Brckovljani', 458333300, 163000000, 0),
(9376, 474, 54, 'Brdovec', 458677800, 157833300, 0),
(9377, 474, 54, 'Bregana', 458455600, 156852800, 0),
(9378, 474, 54, 'Jablanovec', 458758300, 158536100, 0),
(9379, 474, 54, 'Jastrebarsko', 456683300, 156486100, 0),
(9380, 474, 54, 'Kerestinec', 457666700, 158000000, 0),
(9381, 474, 54, 'Kriz', 456650000, 165233300, 0),
(9382, 474, 54, 'Lupoglav', 457963900, 163463900, 0),
(9383, 474, 54, 'Novoselec', 456525000, 165363900, 0),
(9384, 474, 54, 'Rakitje', 457938900, 158222200, 0),
(9385, 474, 54, 'Samobor', 458030600, 157180600, 0),
(9386, 474, 54, 'Turopolje', 456494400, 161436100, 0),
(9387, 474, 54, 'Velika Gorica', 457125000, 160755600, 0),
(9388, 474, 54, 'Vrbovec', 458833300, 164216700, 0),
(9389, 474, 54, 'Zapresic', 458563900, 158077800, 0),
(9390, 475, 55, 'Ciego de Avila', 218400000, -787619400, 0),
(9391, 476, 55, 'Havana', 231330200, -823830400, 0),
(9392, 477, 55, 'Matanzas', 230411100, -815775000, 0),
(9393, 478, 55, 'Santiago de Cuba', 200247200, -758219400, 0),
(9398, 480, 57, 'Ayia Napa', 349821300, 340018300, 0),
(9399, 480, 57, 'Dherinia', 350666700, 339583300, 0),
(9400, 480, 57, 'Famagusta', 351250000, 339500000, 0),
(9401, 480, 57, 'Lefkoniko', 352583300, 337333300, 0),
(9402, 480, 57, 'Paralimni', 350375000, 339833300, 0),
(9403, 480, 57, 'Protaras', 350125000, 340583300, 0),
(9404, 481, 57, 'Kyrenia', 353416700, 333166700, 0),
(9405, 481, 57, 'Lapithos', 353375000, 331791700, 0),
(9406, 482, 57, 'Aradhippou', 349500000, 335916700, 0),
(9407, 482, 57, 'Ayios Tykhonas', 347250000, 331416700, 0),
(9408, 482, 57, 'Dhromolaxia', 348755100, 335868400, 0),
(9409, 482, 57, 'Larnaca', 349166700, 336291700, 0),
(9410, 482, 57, 'Livadhia', 349541700, 336291700, 0),
(9411, 482, 57, 'Parekklisha', 347458300, 331583300, 0),
(9412, 482, 57, 'Pyrgos', 347416700, 331833300, 0),
(9413, 482, 57, 'Voroklini', 349833300, 336583300, 0),
(9414, 482, 57, 'Xylotymbou', 350191000, 337405700, 0),
(9415, 483, 57, 'Erimi', 346791700, 329166700, 0),
(9416, 483, 57, 'Kolossi', 346708300, 329291700, 0),
(9417, 483, 57, 'Kyperounda', 349375000, 329750000, 0),
(9418, 483, 57, 'Limassol', 346750000, 330333300, 0),
(9419, 483, 57, 'Moutayiaka', 347208300, 331000000, 0),
(9420, 483, 57, 'Pano Polemidhia', 347000000, 330000000, 0),
(9421, 483, 57, 'Pissouri', 346708300, 327083300, 0),
(9422, 483, 57, 'Ypsonas', 346884400, 329574300, 0),
(9423, 484, 57, 'Dhali', 350250000, 334208300, 0),
(9424, 484, 57, 'Kato Dheftera', 350875000, 332791700, 0),
(9425, 484, 57, 'Klirou', 350208300, 331791700, 0),
(9426, 484, 57, 'Kokkini Trimithia', 351541700, 332000000, 0),
(9427, 484, 57, 'Lymbia', 350000000, 334625000, 0),
(9428, 484, 57, 'Lythrodhondas', 349500000, 332958300, 0),
(9429, 484, 57, 'Meniko', 351083300, 331416700, 0),
(9430, 484, 57, 'Nicosia', 351666700, 333666700, 0),
(9431, 484, 57, 'Pano Dheftera', 350791700, 332625000, 0),
(9432, 484, 57, 'Xeri', 350750000, 333208300, 0),
(9433, 484, 57, 'Yeri', 351000000, 334166700, 0),
(9434, 485, 57, 'Emba', 348083300, 324250000, 0),
(9435, 485, 57, 'Khlorakas', 348041700, 324083300, 0),
(9436, 485, 57, 'Kissonerga', 348250000, 324000000, 0),
(9437, 485, 57, 'Mesoyi', 348166700, 324583300, 0),
(9438, 485, 57, 'Paphos', 347666700, 324166700, 0),
(9439, 485, 57, 'Peyia', 348833300, 323833300, 0),
(9440, 485, 57, 'Polis', 350366700, 324263900, 0),
(9441, 485, 57, 'Tala', 348375000, 324333300, 0),
(9442, 486, 58, 'Branik', 500359700, 144123500, 0),
(9443, 486, 58, 'Cerny Most', 501047500, 145797400, 0),
(9444, 486, 58, 'Dolni Pocernice', 500876000, 145719900, 0),
(9445, 486, 58, 'Hodkovicky', 500280900, 144174100, 0),
(9446, 486, 58, 'Horni Pocernice', 501121000, 146103600, 0),
(9447, 486, 58, 'Hostavice', 500928300, 145582200, 0),
(9448, 486, 58, 'Karlin', 500927200, 144471100, 0),
(9449, 486, 58, 'Kbely', 501333300, 145500000, 0),
(9450, 486, 58, 'Letnany', 501333300, 145166700, 0),
(9451, 486, 58, 'Liben', 501081900, 144745700, 0),
(9452, 486, 58, 'Mala Strana', 500877400, 144044900, 0),
(9453, 486, 58, 'Modrany', 500111600, 144096000, 0),
(9454, 486, 58, 'Prague', 500880400, 144207600, 0),
(9455, 486, 58, 'Prosek', 501166700, 145000000, 0),
(9456, 486, 58, 'Satalice', 501240500, 145670100, 0),
(9457, 486, 58, 'Stare Mesto', 500870000, 144202400, 0),
(9458, 486, 58, 'Strizkov', 501267400, 144936300, 0),
(9459, 486, 58, 'Vysocany', 501166700, 145166700, 0),
(9460, 487, 58, 'Bechyne', 492952300, 144681000, 0),
(9461, 487, 58, 'Blatna', 494248900, 138817600, 0),
(9462, 487, 58, 'Borovany', 488986000, 146422700, 0),
(9463, 487, 58, 'Ceske Budejovice', 489744700, 144743400, 0),
(9464, 487, 58, 'Cesky Krumlov', 488109100, 143152100, 0),
(9465, 487, 58, 'Chotoviny', 494780300, 146769500, 0),
(9466, 487, 58, 'Dacice', 490815400, 154372700, 0),
(9467, 487, 58, 'Dubne', 489761900, 143603800, 0),
(9468, 487, 58, 'Hluboka nad Vltavou', 490522500, 144342700, 0),
(9469, 487, 58, 'Jindrichuv Hradec', 491440400, 150030100, 0),
(9470, 487, 58, 'Kajov', 488108200, 142585900, 0),
(9471, 487, 58, 'Kaplice', 487384900, 144962800, 0),
(9472, 487, 58, 'Kovarov', 495176000, 142780900, 0),
(9473, 487, 58, 'Kremze', 489049700, 143056800, 0),
(9474, 487, 58, 'Lhenice', 489947900, 141498000, 0),
(9475, 487, 58, 'Litvinovice', 489620700, 144514600, 0),
(9476, 487, 58, 'Lomnice nad Luznici', 490846800, 147172700, 0),
(9477, 487, 58, 'Loucovice', 486209000, 142497600, 0),
(9478, 487, 58, 'Milevsko', 494508900, 143600000, 0),
(9479, 487, 58, 'Mlada Vozice', 495331300, 148085700, 0),
(9480, 487, 58, 'Pisek', 493088000, 141475000, 0),
(9481, 487, 58, 'Prachatice', 490129200, 139975200, 0),
(9482, 487, 58, 'Protivin', 491994900, 142171700, 0),
(9483, 487, 58, 'Rudolfov', 489933900, 145417900, 0),
(9484, 487, 58, 'Sevetin', 491000500, 145722000, 0),
(9485, 487, 58, 'Sezimovo Usti', 493851900, 146848000, 0),
(9486, 487, 58, 'Slavonice', 489975300, 153515400, 0),
(9487, 487, 58, 'Sobeslav', 492599300, 147186100, 0),
(9488, 487, 58, 'Srubec', 489480600, 145413100, 0),
(9489, 487, 58, 'Stachy', 491017900, 136665900, 0),
(9490, 487, 58, 'Strakonice', 492614100, 139023700, 0),
(9491, 487, 58, 'Tabor', 494144100, 146578000, 0),
(9492, 487, 58, 'Trhove Sviny', 488423100, 146392400, 0),
(9493, 487, 58, 'Tyn nad Vltavou', 492234000, 144205700, 0),
(9494, 487, 58, 'Vacov', 491368600, 137291100, 0),
(9495, 487, 58, 'Velesin', 488294900, 144625200, 0),
(9496, 487, 58, 'Veseli nad Luznici', 491843000, 146973400, 0),
(9497, 487, 58, 'Vimperk', 490585700, 137828600, 0),
(9498, 487, 58, 'Volary', 489088100, 138865700, 0),
(9499, 487, 58, 'Volyne', 491657800, 138862400, 0),
(9500, 487, 58, 'Zliv', 490660800, 143661300, 0),
(9501, 488, 58, 'Adamov', 493016200, 166525300, 0),
(9502, 488, 58, 'Bilovice nad Svitavou', 492470800, 166724700, 0),
(9503, 488, 58, 'Blansko', 493630400, 166444600, 0),
(9504, 488, 58, 'Blazovice', 491656900, 167861100, 0),
(9505, 488, 58, 'Blucina', 490549700, 166445000, 0),
(9506, 488, 58, 'Boretice', 489130200, 168530600, 0),
(9507, 488, 58, 'Boskovice', 494875100, 166599700, 0),
(9508, 488, 58, 'Bozice', 488368700, 162887500, 0),
(9509, 488, 58, 'Breclav', 487589700, 168820300, 0),
(9510, 488, 58, 'Brno', 491952200, 166079600, 0),
(9511, 488, 58, 'Bucovice', 491489600, 170019100, 0),
(9512, 488, 58, 'Bzenec', 489733600, 172668500, 0),
(9513, 488, 58, 'Cejkovice', 489059200, 169423000, 0),
(9514, 488, 58, 'Cerna Hora', 494136100, 165814000, 0),
(9515, 488, 58, 'Dobsice', 488483400, 160821800, 0),
(9516, 488, 58, 'Dolni Bojanovice', 488586100, 170285900, 0),
(9517, 488, 58, 'Dolni Kounice', 490701100, 164649200, 0),
(9518, 488, 58, 'Domanin', 490016700, 172847600, 0),
(9519, 488, 58, 'Dubnany', 489169400, 170900400, 0),
(9520, 488, 58, 'Hodonin', 488489300, 171324400, 0),
(9521, 488, 58, 'Hosteradice', 489500600, 162593100, 0),
(9522, 488, 58, 'Hovorany', 489549300, 169934600, 0),
(9523, 488, 58, 'Hrusky', 487927200, 169740400, 0),
(9524, 488, 58, 'Hrusovany nad Jevisovkou', 488299100, 164027100, 0),
(9525, 488, 58, 'Hrusovany u Brna', 490386300, 165942900, 0),
(9526, 488, 58, 'Hustopece', 489408500, 167376200, 0),
(9527, 488, 58, 'Ivancice', 491014400, 163775200, 0),
(9528, 488, 58, 'Jedovnice', 493445300, 167559500, 0),
(9529, 488, 58, 'Kunstat', 495064500, 165172200, 0),
(9530, 488, 58, 'Kurim', 492985200, 165314400, 0),
(9531, 488, 58, 'Kyjov', 490101800, 171225300, 0),
(9532, 488, 58, 'Lanzhot', 487244300, 169669500, 0),
(9533, 488, 58, 'Lednice', 487999200, 168033900, 0),
(9534, 488, 58, 'Lelekovice', 492914400, 165787400, 0),
(9535, 488, 58, 'Letovice', 495470900, 165735700, 0),
(9536, 488, 58, 'Lipov', 489049500, 174617100, 0),
(9537, 488, 58, 'Lipuvka', 493393300, 165531300, 0),
(9538, 488, 58, 'Luzice', 488409800, 170710400, 0),
(9539, 488, 58, 'Mikulcice', 488164300, 170510700, 0),
(9540, 488, 58, 'Mikulov', 488055600, 166378000, 0),
(9541, 488, 58, 'Milotice', 489552800, 171424100, 0),
(9542, 488, 58, 'Miroslav', 489476700, 163125200, 0),
(9543, 488, 58, 'Modrice', 491192800, 166044600, 0),
(9544, 488, 58, 'Mokra Hora', 492617600, 165910700, 0),
(9545, 488, 58, 'Moravany', 491478000, 165802600, 0),
(9546, 488, 58, 'Moravska Nova Ves', 488030400, 170137100, 0),
(9547, 488, 58, 'Moravsky Krumlov', 490489300, 163116900, 0),
(9548, 488, 58, 'Moravsky Pisek', 489901600, 173326900, 0),
(9549, 488, 58, 'Moravsky Zizkov', 488328500, 169314000, 0),
(9550, 488, 58, 'Mutenice', 489041300, 170291700, 0),
(9551, 488, 58, 'Nesovice', 491511100, 170809500, 0),
(9552, 488, 58, 'Novosedly', 488370400, 164927300, 0),
(9553, 488, 58, 'Olbramovice', 489848000, 164023900, 0),
(9554, 488, 58, 'Oslavany', 491233500, 163365300, 0),
(9555, 488, 58, 'Ostopovice', 491610000, 165454800, 0),
(9556, 488, 58, 'Otnice', 490864200, 168144300, 0),
(9557, 488, 58, 'Podivin', 488255400, 168482200, 0),
(9558, 488, 58, 'Podoli', 491904200, 167208400, 0),
(9559, 488, 58, 'Pohorelice', 489811900, 165244500, 0),
(9560, 488, 58, 'Pozorice', 492097600, 167907400, 0),
(9561, 488, 58, 'Rajecko', 493939300, 166449700, 0),
(9562, 488, 58, 'Ratiskovice', 489200200, 171656100, 0),
(9563, 488, 58, 'Rohatec', 488804000, 171833000, 0),
(9564, 488, 58, 'Rousinov', 492012800, 168821500, 0),
(9565, 488, 58, 'Sanov', 488008900, 163785800, 0),
(9566, 488, 58, 'Slapanice', 491686300, 167273100, 0),
(9567, 488, 58, 'Slavkov u Brna', 491532500, 168764900, 0),
(9568, 488, 58, 'Sokolnice', 491139200, 167215600, 0),
(9569, 488, 58, 'Straznice', 489010200, 173168000, 0),
(9570, 488, 58, 'Svitavka', 495017800, 165979300, 0),
(9571, 488, 58, 'Tisnov', 493487200, 164243800, 0),
(9572, 488, 58, 'Troubsko', 491695100, 165107800, 0),
(9573, 488, 58, 'Tvarozna', 491917700, 167714600, 0),
(9574, 488, 58, 'Vacenovice', 489451000, 171740400, 0),
(9575, 488, 58, 'Velka nad Velickou', 488825700, 175206000, 0),
(9576, 488, 58, 'Velke Bilovice', 488492900, 168922700, 0),
(9577, 488, 58, 'Velke Nemcice', 489916800, 166720800, 0),
(9578, 488, 58, 'Velke Pavlovice', 489046900, 168160500, 0),
(9579, 488, 58, 'Veseli nad Moravou', 489536300, 173764800, 0),
(9580, 488, 58, 'Veverska Bityska', 492759100, 164368600, 0),
(9581, 488, 58, 'Vinicne Sumice', 492135800, 168254100, 0),
(9582, 488, 58, 'Vnorovy', 489309600, 173505000, 0),
(9583, 488, 58, 'Vracov', 489752300, 172110000, 0),
(9584, 488, 58, 'Vranovice', 489660000, 166066000, 0),
(9585, 488, 58, 'Vrbovec', 487997800, 161006100, 0),
(9586, 488, 58, 'Vyskov', 492774700, 169989700, 0),
(9587, 488, 58, 'Zabcice', 490116000, 166025700, 0),
(9588, 488, 58, 'Zbraslav', 492215500, 162941500, 0),
(9589, 488, 58, 'Zidlochovice', 490395200, 166188100, 0),
(9590, 488, 58, 'Znojmo', 488555000, 160488000, 0),
(9591, 489, 58, 'As', 502238700, 121949900, 0),
(9592, 489, 58, 'Brezova', 501455700, 126499600, 0),
(9593, 489, 58, 'Cheb', 500796300, 123739200, 0),
(9594, 489, 58, 'Chodov', 502401800, 127455100, 0),
(9595, 489, 58, 'Dolni Rychnov', 501646200, 126450700, 0),
(9596, 489, 58, 'Frantiskovy Lazne', 501203300, 123517400, 0),
(9597, 489, 58, 'Horni Slavkov', 501386300, 128075800, 0),
(9598, 489, 58, 'Karlovy Vary', 502327100, 128711700, 0),
(9599, 489, 58, 'Kraslice', 503237200, 125174700, 0),
(9600, 489, 58, 'Kynsperk nad Ohri', 501189300, 125302700, 0),
(9601, 489, 58, 'Loket', 501860000, 127540500, 0),
(9602, 489, 58, 'Lomnice', 502117400, 126326700, 0),
(9603, 489, 58, 'Marianske Lazne', 499645900, 127011800, 0),
(9604, 489, 58, 'Mesto', 499799700, 128643200, 0),
(9605, 489, 58, 'Nova Role', 502709200, 127842200, 0),
(9606, 489, 58, 'Nove Sedlo', 502064700, 127380000, 0),
(9607, 489, 58, 'Ostrov', 503059200, 129390700, 0),
(9608, 489, 58, 'Skalna', 501703000, 123614400, 0),
(9609, 489, 58, 'Sokolov', 501813000, 126401000, 0),
(9610, 489, 58, 'Svatava', 501922300, 126252400, 0),
(9611, 489, 58, 'Zlutice', 500919200, 131629700, 0),
(9612, 490, 58, 'Bila Tremesna', 504446500, 157410100, 0),
(9613, 490, 58, 'Borohradek', 500977700, 160932600, 0),
(9614, 490, 58, 'Broumov', 505856600, 163318100, 0),
(9615, 490, 58, 'Castolovice', 501291000, 161812800, 0),
(9616, 490, 58, 'Cernilov', 502626500, 159225400, 0),
(9617, 490, 58, 'Cerveny Kostelec', 504762600, 160928900, 0),
(9618, 490, 58, 'Ceska Skalice', 503946700, 160427600, 0),
(9619, 490, 58, 'Chlumec nad Cidlinou', 501544000, 154602600, 0),
(9620, 490, 58, 'Dobruska', 502920100, 161600100, 0),
(9621, 490, 58, 'Dvur Kralove nad Labem', 504317200, 158140200, 0),
(9622, 490, 58, 'Horice', 503660900, 156318300, 0),
(9623, 490, 58, 'Hostinne', 505406600, 157233400, 0),
(9624, 490, 58, 'Hradec Kralove', 502092300, 158327700, 0),
(9625, 490, 58, 'Hronov', 504796800, 161823000, 0),
(9626, 490, 58, 'Jaromer', 503562000, 159213600, 0),
(9627, 490, 58, 'Jicin', 504372300, 153516200, 0),
(9628, 490, 58, 'Kostelec nad Orlici', 501226700, 162131900, 0),
(9629, 490, 58, 'Liban', 503754200, 152168400, 0),
(9630, 490, 58, 'Male Svatonovice', 505339500, 160497800, 0),
(9631, 490, 58, 'Mlade Buky', 506064300, 158334800, 0),
(9632, 490, 58, 'Nachod', 504167000, 161628900, 0),
(9633, 490, 58, 'Nova Paka', 504944900, 155150300, 0),
(9634, 490, 58, 'Nove Mesto nad Metuji', 503445600, 161514700, 0),
(9635, 490, 58, 'Novy Bydzov', 502415000, 154908200, 0),
(9636, 490, 58, 'Opocno', 502674200, 161148000, 0),
(9637, 490, 58, 'Police nad Metuji', 505368700, 162335000, 0),
(9638, 490, 58, 'Predmerice nad Labem', 502563300, 158155600, 0),
(9639, 490, 58, 'Radvanice', 505674500, 160617200, 0),
(9640, 490, 58, 'Rychnov nad Kneznou', 501628400, 162748800, 0),
(9641, 490, 58, 'Sobotka', 504674100, 151761900, 0),
(9642, 490, 58, 'Svoboda nad Upou', 506259600, 158164800, 0),
(9643, 490, 58, 'Trebechovice pod Orebem', 502009700, 159922300, 0),
(9644, 490, 58, 'Trutnov', 505610100, 159127000, 0),
(9645, 490, 58, 'Tyniste nad Orlici', 501513600, 160777000, 0),
(9646, 490, 58, 'Upice', 505123700, 160160700, 0),
(9647, 490, 58, 'Valdice', 504550100, 153848800, 0),
(9648, 490, 58, 'Vamberk', 501175600, 162906700, 0),
(9649, 490, 58, 'Vrchlabi', 506269700, 156093700, 0),
(9650, 490, 58, 'Zacler', 506632900, 159106300, 0),
(9651, 491, 58, 'Ceska Lipa', 506855100, 145376400, 0),
(9652, 491, 58, 'Chrastava', 508169300, 149688400, 0),
(9653, 491, 58, 'Cvikov', 507766800, 146329800, 0),
(9654, 491, 58, 'Doksy', 505647100, 146555300, 0),
(9655, 491, 58, 'Frydlant', 509213900, 150797400, 0),
(9656, 491, 58, 'Hejnice', 508772000, 151816800, 0),
(9657, 491, 58, 'Hodkovice nad Mohelkou', 506658600, 150898500, 0),
(9658, 491, 58, 'Hradek nad Nisou', 508527900, 148445500, 0),
(9659, 491, 58, 'Jablonec nad Jizerou', 507034700, 154295900, 0),
(9660, 491, 58, 'Jablonec nad Nisou', 507243100, 151710800, 0),
(9661, 491, 58, 'Jablonne v Podjestedi', 507652800, 147605200, 0),
(9662, 491, 58, 'Janov nad Nisou', 507720400, 151691300, 0),
(9663, 491, 58, 'Jilemnice', 506089000, 155065300, 0),
(9664, 491, 58, 'Kamenicky Senov', 507735900, 144728700, 0),
(9665, 491, 58, 'Kost''alov', 505716500, 154040300, 0),
(9666, 491, 58, 'Liberec', 507671100, 150561900, 0),
(9667, 491, 58, 'Mimon', 506586900, 147247400, 0),
(9668, 491, 58, 'Nove Mesto pod Smrkem', 509249100, 152294300, 0),
(9669, 491, 58, 'Novy Bor', 507576100, 145555500, 0),
(9670, 491, 58, 'Plavy', 507032400, 153173600, 0),
(9671, 491, 58, 'Prisovice', 505781300, 150839000, 0),
(9672, 491, 58, 'Semily', 506019100, 153355200, 0),
(9673, 491, 58, 'Straz nad Nisou', 507909900, 150268300, 0),
(9674, 491, 58, 'Straz pod Ralskem', 507028000, 148010200, 0),
(9675, 491, 58, 'Tanvald', 507373500, 153058500, 0),
(9676, 491, 58, 'Turnov', 505835600, 151518600, 0),
(9677, 491, 58, 'Valdice', 505835000, 154124800, 0),
(9678, 491, 58, 'Zelezny Brod', 506427400, 152540800, 0),
(9679, 492, 58, 'Albrechtice', 497864500, 185244400, 0),
(9680, 492, 58, 'Baska', 496458400, 183723300, 0),
(9681, 492, 58, 'Bilovec', 497563900, 180158100, 0),
(9682, 492, 58, 'Bohumin', 499041100, 183575500, 0),
(9683, 492, 58, 'Bridlicna', 499116700, 173710700, 0),
(9684, 492, 58, 'Brumovice', 500153000, 177495800, 0),
(9685, 492, 58, 'Bruntal', 499884400, 174647000, 0),
(9686, 492, 58, 'Brusperk', 497001000, 182221000, 0),
(9687, 492, 58, 'Bystrice', 496365700, 187203800, 0),
(9688, 492, 58, 'Cesky Tesin', 497461300, 186261300, 0),
(9689, 492, 58, 'Detmarovice', 498941200, 184607900, 0),
(9690, 492, 58, 'Dobra', 496738300, 184139300, 0),
(9691, 492, 58, 'Dobratice', 496603900, 184922600, 0),
(9692, 492, 58, 'Dolni Benesov', 499210100, 181083500, 0),
(9693, 492, 58, 'Frenstat pod Radhostem', 495483500, 182107800, 0),
(9694, 492, 58, 'Frycovice', 496667700, 182232100, 0),
(9695, 492, 58, 'Frydek-Mistek', 496833300, 183500000, 0),
(9696, 492, 58, 'Frydlant nad Ostravici', 495928000, 183596700, 0),
(9697, 492, 58, 'Fulnek', 497123800, 179031900, 0),
(9698, 492, 58, 'Hat''', 499464400, 182393100, 0),
(9699, 492, 58, 'Havirov', 497798400, 184368800, 0),
(9700, 492, 58, 'Hlucin', 498979500, 181919600, 0),
(9701, 492, 58, 'Horni Bludovice', 497496500, 184367700, 0),
(9702, 492, 58, 'Hrabyne', 498824900, 180548300, 0),
(9703, 492, 58, 'Hradec', 498704200, 178784200, 0),
(9704, 492, 58, 'Hukvaldy', 496238100, 182218900, 0),
(9705, 492, 58, 'Jablunkov', 495767200, 187645800, 0),
(9706, 492, 58, 'Jistebnik', 497540000, 181306300, 0),
(9707, 492, 58, 'Karvina', 498540000, 185416900, 0),
(9708, 492, 58, 'Koberice', 499854800, 180521200, 0),
(9709, 492, 58, 'Komorni Lhotka', 496581100, 185277700, 0),
(9710, 492, 58, 'Koprivnice', 495994700, 181448000, 0),
(9711, 492, 58, 'Kozlovice', 495904000, 182565600, 0),
(9712, 492, 58, 'Kozmice', 499128000, 181558400, 0),
(9713, 492, 58, 'Kravare', 499320300, 180047200, 0),
(9714, 492, 58, 'Krmelin', 497291400, 182354100, 0),
(9715, 492, 58, 'Krnov', 500896700, 177038500, 0),
(9716, 492, 58, 'Lichnov', 500078600, 176264000, 0),
(9717, 492, 58, 'Milikov', 495856500, 187194300, 0),
(9718, 492, 58, 'Moravka', 495960700, 185247100, 0),
(9719, 492, 58, 'Navsi u Jablunkova', 495872000, 187590700, 0),
(9720, 492, 58, 'Novy Jicin', 495943800, 180102800, 0),
(9721, 492, 58, 'Odry', 496625500, 178308400, 0),
(9722, 492, 58, 'Opava', 499386600, 179025700, 0),
(9723, 492, 58, 'Orlova', 498452700, 184301100, 0),
(9724, 492, 58, 'Ostrava', 498346500, 182820400, 0),
(9725, 492, 58, 'Paskov', 497317900, 182903700, 0),
(9726, 492, 58, 'Pribor', 496409400, 181449900, 0),
(9727, 492, 58, 'Repiste', 497333800, 183170700, 0),
(9728, 492, 58, 'Ropice', 497053600, 186134500, 0),
(9729, 492, 58, 'Rychvald', 498662500, 183762600, 0),
(9730, 492, 58, 'Sedlnice', 496577000, 180869000, 0),
(9731, 492, 58, 'Senov', 497931500, 183760700, 0),
(9732, 492, 58, 'Slavkov', 499218000, 178364100, 0),
(9733, 492, 58, 'Stare Mesto', 496699200, 183634900, 0),
(9734, 492, 58, 'Steborice', 499370800, 178054700, 0),
(9735, 492, 58, 'Stepankovice', 499573800, 180374100, 0),
(9736, 492, 58, 'Stramberk', 495918100, 181174100, 0),
(9737, 492, 58, 'Studenka', 497234200, 180785300, 0),
(9738, 492, 58, 'Sviadnov', 496892600, 183276200, 0),
(9739, 492, 58, 'Trinec', 496776300, 186707800, 0),
(9740, 492, 58, 'Trojanovice', 495203900, 182380000, 0),
(9741, 492, 58, 'Vaclavovice', 497553100, 183722000, 0),
(9742, 492, 58, 'Verovice', 495391600, 181142500, 0),
(9743, 492, 58, 'Vitkov', 497744500, 177494100, 0),
(9744, 492, 58, 'Vratimov', 497699500, 183101500, 0),
(9745, 492, 58, 'Vresina', 498241800, 181256900, 0),
(9746, 493, 58, 'Bohunovice', 496630100, 172869300, 0),
(9747, 493, 58, 'Cervenka', 497206800, 170777300, 0),
(9748, 493, 58, 'Hnevotin', 495720500, 171795400, 0),
(9749, 493, 58, 'Hranice', 495479600, 177346900, 0),
(9750, 493, 58, 'Javornik', 503907700, 170027200, 0),
(9751, 493, 58, 'Jesenik', 502293700, 172046400, 0),
(9752, 493, 58, 'Kokory', 494948200, 173754400, 0),
(9753, 493, 58, 'Konice', 495903000, 168891100, 0),
(9754, 493, 58, 'Kostelec na Hane', 495139800, 170582400, 0),
(9755, 493, 58, 'Kralice na Hane', 494629600, 171804800, 0),
(9756, 493, 58, 'Lipnik nad Becvou', 495272100, 175859400, 0),
(9757, 493, 58, 'Litovel', 497012100, 170761500, 0),
(9758, 493, 58, 'Lostice', 497447000, 169289200, 0),
(9759, 493, 58, 'Lutin', 495584500, 171357200, 0),
(9760, 493, 58, 'Mohelnice', 497769800, 169194600, 0),
(9761, 493, 58, 'Moravsky Beroun', 497937400, 174421200, 0),
(9762, 493, 58, 'Naklo', 496546200, 171296900, 0),
(9763, 493, 58, 'Nemcice nad Hanou', 493418100, 172059600, 0),
(9764, 493, 58, 'Nezamyslice', 493254300, 171732600, 0),
(9765, 493, 58, 'Olomouc', 495955200, 172517500, 0),
(9766, 493, 58, 'Olsany', 499650900, 168589400, 0),
(9767, 493, 58, 'Plumlov', 494661400, 170150200, 0),
(9768, 493, 58, 'Prerov', 494551100, 174509000, 0),
(9769, 493, 58, 'Prostejov', 494718800, 171118400, 0),
(9770, 493, 58, 'Protivanov', 494835100, 168359400, 0),
(9771, 493, 58, 'Ruda nad Moravou', 499810000, 168778200, 0),
(9772, 493, 58, 'Samotisky', 496304200, 173280700, 0),
(9773, 493, 58, 'Stepanov', 496840400, 172204100, 0),
(9774, 493, 58, 'Sternberk', 497304400, 172988900, 0),
(9775, 493, 58, 'Strazna', 498310400, 171327500, 0),
(9776, 493, 58, 'Sumperk', 499652800, 169706100, 0),
(9777, 493, 58, 'Troubky', 494321500, 173491400, 0),
(9778, 493, 58, 'Unicov', 497709200, 171214400, 0),
(9779, 493, 58, 'Urcice', 494304500, 170729100, 0),
(9780, 493, 58, 'Velka Bystrice', 495948000, 173654400, 0),
(9781, 493, 58, 'Velke Losiny', 500319700, 170405800, 0),
(9782, 493, 58, 'Velky Tynec', 495499400, 173335900, 0),
(9783, 493, 58, 'Zabreh', 498826000, 168722300, 0),
(9784, 493, 58, 'Zlate Hory', 502638000, 173960200, 0),
(9785, 494, 58, 'Byst''', 501324300, 159111600, 0),
(9786, 494, 58, 'Bystrec', 500116800, 166190000, 0),
(9787, 494, 58, 'Cervena Voda', 500402900, 167426800, 0),
(9788, 494, 58, 'Ceska Trebova', 499043600, 164441300, 0),
(9789, 494, 58, 'Chocen', 500016100, 162230300, 0),
(9790, 494, 58, 'Chrast', 499020500, 159339600, 0),
(9791, 494, 58, 'Chrudim', 499510900, 157955800, 0),
(9792, 494, 58, 'Dolni Sloupnice', 499272100, 162940100, 0),
(9793, 494, 58, 'Hermanuv Mestec', 499470700, 156649200, 0),
(9794, 494, 58, 'Hlinsko', 497621300, 159075600, 0),
(9795, 494, 58, 'Hrochuv Tynec', 499594600, 159105400, 0),
(9796, 494, 58, 'Jablonne nad Orlici', 500296400, 166005900, 0),
(9797, 494, 58, 'Jevicko', 496322000, 167112500, 0),
(9798, 494, 58, 'Kraliky', 500838400, 167605400, 0),
(9799, 494, 58, 'Kuncina', 497945500, 166276300, 0),
(9800, 494, 58, 'Lanskroun', 499121700, 166119000, 0),
(9801, 494, 58, 'Lazne Bohdanec', 500756000, 156797800, 0),
(9802, 494, 58, 'Letohrad', 500358000, 164987900, 0),
(9803, 494, 58, 'Litomysl', 498680900, 163129800, 0),
(9804, 494, 58, 'Luze', 498934100, 160285000, 0),
(9805, 494, 58, 'Moravska Trebova', 497579300, 166642600, 0),
(9806, 494, 58, 'Nasavrky', 498445000, 158046100, 0),
(9807, 494, 58, 'Opatov', 498250000, 165045800, 0),
(9808, 494, 58, 'Opatovice nad Labem', 501454100, 157904500, 0),
(9809, 494, 58, 'Pardubice', 500407500, 157765900, 0),
(9810, 494, 58, 'Policka', 497146500, 162654300, 0),
(9811, 494, 58, 'Prachovice', 498937900, 156287200, 0),
(9812, 494, 58, 'Prelouc', 500398500, 155603100, 0),
(9813, 494, 58, 'Prosec', 498059000, 161162100, 0),
(9814, 494, 58, 'Radimer', 496985000, 164407000, 0),
(9815, 494, 58, 'Ronov nad Doubravou', 498882500, 155314400, 0),
(9816, 494, 58, 'Rosice', 499222600, 159512700, 0),
(9817, 494, 58, 'Sezemice', 500665100, 158527000, 0),
(9818, 494, 58, 'Skutec', 498434700, 159965500, 0),
(9819, 494, 58, 'Svitavy', 497559400, 164682900, 0),
(9820, 494, 58, 'Usti nad Orlici', 499738700, 163936100, 0),
(9821, 494, 58, 'Vysoke Myto', 499532000, 161616900, 0),
(9822, 494, 58, 'Zamberk', 500860100, 164673800, 0),
(9823, 495, 58, 'Bezdruzice', 499072400, 129711000, 0),
(9824, 495, 58, 'Blovice', 495822000, 135400900, 0),
(9825, 495, 58, 'Bor', 497115900, 127751600, 0),
(9826, 495, 58, 'Brasy', 498370000, 135783300, 0),
(9827, 495, 58, 'Chodova Plana', 498932100, 127301400, 0),
(9828, 495, 58, 'Chrast', 497932000, 134935800, 0),
(9829, 495, 58, 'Dobriv', 497156600, 136868100, 0),
(9830, 495, 58, 'Domazlice', 494404900, 129297600, 0),
(9831, 495, 58, 'Dysina', 497773500, 134915000, 0),
(9832, 495, 58, 'Hartmanice', 491694800, 134545500, 0),
(9833, 495, 58, 'Holysov', 495936100, 131012900, 0),
(9834, 495, 58, 'Horazd''ovice', 493206900, 137010000, 0),
(9835, 495, 58, 'Hradek', 492612700, 134985000, 0),
(9836, 495, 58, 'Janovice nad Uhlavou', 493451500, 132181300, 0),
(9837, 495, 58, 'Kdyne', 493907700, 130396800, 0),
(9838, 495, 58, 'Klatovy', 493955200, 132950500, 0),
(9839, 495, 58, 'Line', 496947200, 132569300, 0),
(9840, 495, 58, 'Manetin', 499917700, 132331900, 0),
(9841, 495, 58, 'Merklin', 495604300, 131979000, 0),
(9842, 495, 58, 'Mesto Touskov', 497758700, 132510800, 0),
(9843, 495, 58, 'Nepomuk', 494861600, 135822500, 0),
(9844, 495, 58, 'Nezvestice', 496404300, 135196200, 0),
(9845, 495, 58, 'Nyrany', 497114500, 132118500, 0),
(9846, 495, 58, 'Plana', 498681600, 127437800, 0),
(9847, 495, 58, 'Plzen', 497474700, 133775900, 0),
(9848, 495, 58, 'Pobezovice', 495102900, 128026100, 0),
(9849, 495, 58, 'Prestice', 495729800, 133335000, 0),
(9850, 495, 58, 'Primda', 496748800, 126736600, 0),
(9851, 495, 58, 'Radnice', 498567700, 136057000, 0),
(9852, 495, 58, 'Rokycany', 497427000, 135945900, 0),
(9853, 495, 58, 'St''ahlavy', 496755500, 135039400, 0),
(9854, 495, 58, 'Stary Plzenec', 496976800, 134735000, 0),
(9855, 495, 58, 'Stenovice', 496705100, 133996300, 0),
(9856, 495, 58, 'Stod', 496390900, 131647400, 0),
(9857, 495, 58, 'Stribro', 497529400, 130040900, 0),
(9858, 495, 58, 'Susice', 492310600, 135201800, 0),
(9859, 495, 58, 'Tachov', 497952800, 126336500, 0),
(9860, 495, 58, 'Tremosna', 498158400, 133949900, 0),
(9861, 495, 58, 'Vejprnice', 497298800, 132762800, 0),
(9862, 495, 58, 'Vseruby', 498416700, 132294300, 0),
(9863, 495, 58, 'Zelezna Ruda', 491374300, 132352000, 0),
(9864, 495, 58, 'Zihle', 500449100, 133750200, 0),
(9865, 496, 58, 'Bakov nad Jizerou', 504823000, 149414900, 0),
(9866, 496, 58, 'Benatky nad Jizerou', 502908500, 148234300, 0),
(9867, 496, 58, 'Benesov', 497816200, 146869700, 0),
(9868, 496, 58, 'Beroun', 499638200, 140720000, 0),
(9869, 496, 58, 'Brandys nad Labem-Stara Boleslav', 501870900, 146632600, 0),
(9870, 496, 58, 'Caslav', 499109900, 153897200, 0),
(9871, 496, 58, 'Cechtice', 496240300, 150482400, 0),
(9872, 496, 58, 'Celakovice', 501603800, 147500500, 0),
(9873, 496, 58, 'Cercany', 498529300, 147029900, 0),
(9874, 496, 58, 'Cernosice', 499600800, 143197900, 0),
(9875, 496, 58, 'Cernozice', 503186300, 158740300, 0),
(9876, 496, 58, 'Cesky Brod', 500742000, 148608100, 0),
(9877, 496, 58, 'Chynava', 500273600, 140739800, 0),
(9878, 496, 58, 'Davle', 498921800, 144003700, 0),
(9879, 496, 58, 'Dobrichovice', 499274900, 142746900, 0),
(9880, 496, 58, 'Dobris', 497811300, 141671700, 0),
(9881, 496, 58, 'Doksy', 501190000, 140478200, 0),
(9882, 496, 58, 'Dolni Brezany', 499632100, 144585000, 0),
(9883, 496, 58, 'Horomerice', 501317300, 143387900, 0),
(9884, 496, 58, 'Horovice', 498359700, 139026800, 0),
(9885, 496, 58, 'Hostivice', 500815800, 142585600, 0),
(9886, 496, 58, 'Hrebec', 501359500, 141644600, 0),
(9887, 496, 58, 'Jesenice', 499681400, 145135000, 0),
(9888, 496, 58, 'Jilove u Prahy', 498954500, 144933300, 0),
(9889, 496, 58, 'Kamenice', 499015100, 145824200, 0),
(9890, 496, 58, 'Kladno', 501473400, 141028500, 0),
(9891, 496, 58, 'Klecany', 501759900, 144114800, 0),
(9892, 496, 58, 'Kolin', 500281400, 152005700, 0),
(9893, 496, 58, 'Kosmonosy', 504385000, 149300000, 0),
(9894, 496, 58, 'Kostelec nad Cernymi Lesy', 499940300, 148592200, 0),
(9895, 496, 58, 'Kostelec nad Labem', 502265300, 145855200, 0),
(9896, 496, 58, 'Kourim', 500030600, 149770300, 0),
(9897, 496, 58, 'Kralupy nad Vltavou', 502410700, 143114900, 0),
(9898, 496, 58, 'Kraluv Dvur', 499498100, 140344500, 0),
(9899, 496, 58, 'Kutna Hora', 499483900, 152681600, 0),
(9900, 496, 58, 'Libcice nad Vltavou', 501977800, 143638500, 0),
(9901, 496, 58, 'Libeznice', 501919800, 144935700, 0),
(9902, 496, 58, 'Loucen', 502853700, 150204900, 0),
(9903, 496, 58, 'Luzna', 501237700, 137700400, 0),
(9904, 496, 58, 'Lysa nad Labem', 502014300, 148328100, 0),
(9905, 496, 58, 'Melnik', 503505000, 144741100, 0),
(9906, 496, 58, 'Mesice', 501979900, 145199200, 0),
(9907, 496, 58, 'Mestec Kralove', 502071800, 152975800, 0),
(9908, 496, 58, 'Milovice', 502259600, 148886300, 0),
(9909, 496, 58, 'Mlada Boleslav', 504113500, 149031800, 0),
(9910, 496, 58, 'Mnichovice', 499360100, 147090700, 0),
(9911, 496, 58, 'Mnichovo Hradiste', 505272000, 149713400, 0),
(9912, 496, 58, 'Mnisek pod Brdy', 498665000, 142617600, 0),
(9913, 496, 58, 'Mseno', 504380900, 146325000, 0),
(9914, 496, 58, 'Mukarov', 499911500, 147415500, 0),
(9915, 496, 58, 'Nehvizdy', 501305600, 147299300, 0),
(9916, 496, 58, 'Nelahozeves', 502614800, 142988100, 0),
(9917, 496, 58, 'Neratovice', 502592600, 145175900, 0),
(9918, 496, 58, 'Nizbor', 499999500, 140023700, 0),
(9919, 496, 58, 'Nove Straseci', 501527200, 139004300, 0),
(9920, 496, 58, 'Novy Knin', 497880000, 142935500, 0),
(9921, 496, 58, 'Nymburk', 501860500, 150416700, 0),
(9922, 496, 58, 'Obecnice', 497161500, 139473100, 0),
(9923, 496, 58, 'Odolena Voda', 502334100, 144107800, 0),
(9924, 496, 58, 'Pecky', 500904300, 150301700, 0),
(9925, 496, 58, 'Podebrady', 501424200, 151188100, 0),
(9926, 496, 58, 'Porici nad Sazavou', 498389500, 146744600, 0),
(9927, 496, 58, 'Prerov nad Labem', 501602700, 148250200, 0),
(9928, 496, 58, 'Pribram', 496898800, 140104300, 0),
(9929, 496, 58, 'Pruhonice', 499996200, 145501700, 0),
(9930, 496, 58, 'Psary', 499362200, 145127600, 0),
(9931, 496, 58, 'Rakovnik', 501037000, 137334000, 0),
(9932, 496, 58, 'Revnice', 499139500, 142358900, 0),
(9933, 496, 58, 'Rez', 501773400, 143573300, 0),
(9934, 496, 58, 'Ricany', 499916800, 146542700, 0),
(9935, 496, 58, 'Rudna', 500350200, 142343500, 0),
(9936, 496, 58, 'Sazava', 498716400, 148967400, 0),
(9937, 496, 58, 'Sedlcany', 496605700, 144266400, 0),
(9938, 496, 58, 'Sestajovice', 501084500, 146801300, 0),
(9939, 496, 58, 'Slany', 502304600, 140869300, 0),
(9940, 496, 58, 'Stechovice', 498510900, 144054300, 0),
(9941, 496, 58, 'Stochov', 501463100, 139634500, 0),
(9942, 496, 58, 'Strancice', 499481100, 146774500, 0),
(9943, 496, 58, 'Suchdol', 499524700, 151665100, 0),
(9944, 496, 58, 'Tisice', 502698000, 145541100, 0),
(9945, 496, 58, 'Trhovy Stepanov', 497114700, 150135600, 0),
(9946, 496, 58, 'Tuchlovice', 501380300, 139911500, 0),
(9947, 496, 58, 'Tuchomerice', 501354300, 142821800, 0),
(9948, 496, 58, 'Tynec nad Labem', 500420200, 153583600, 0),
(9949, 496, 58, 'Tynec nad Sazavou', 498334800, 145898300, 0),
(9950, 496, 58, 'Uhlirske Janovice', 498801900, 150648100, 0),
(9951, 496, 58, 'Unhost''', 500853500, 141300700, 0),
(9952, 496, 58, 'Uvaly', 500739400, 147308000, 0),
(9953, 496, 58, 'Velka Dobra', 501096400, 140698000, 0),
(9954, 496, 58, 'Velke Popovice', 499225200, 146393400, 0),
(9955, 496, 58, 'Velke Prilepy', 501605000, 143144700, 0),
(9956, 496, 58, 'Veltrusy', 502704600, 143285700, 0),
(9957, 496, 58, 'Vestec', 499805000, 145048700, 0),
(9958, 496, 58, 'Vlasim', 497063200, 148988100, 0),
(9959, 496, 58, 'Votice', 496401300, 146380900, 0),
(9960, 496, 58, 'Vrane nad Vltavou', 499358500, 143770600, 0),
(9961, 496, 58, 'Vsenory', 499288300, 143039200, 0),
(9962, 496, 58, 'Vsestary', 502566000, 157598300, 0),
(9963, 496, 58, 'Zasmuky', 499547000, 150305800, 0),
(9964, 496, 58, 'Zbraslavice', 498117900, 151831900, 0),
(9965, 496, 58, 'Zd''ar', 505436600, 150803400, 0),
(9966, 496, 58, 'Zdiby', 501679900, 144511800, 0),
(9967, 496, 58, 'Zdice', 499120700, 139774700, 0),
(9968, 496, 58, 'Zelenec', 501336200, 146607000, 0),
(9969, 496, 58, 'Zlonice', 502875000, 140921400, 0),
(9970, 497, 58, 'Bilina', 505485400, 137753500, 0),
(9971, 497, 58, 'Bystrany', 506286700, 138641900, 0),
(9972, 497, 58, 'Chlumec', 506997200, 139396400, 0),
(9973, 497, 58, 'Chomutov', 504604800, 134177900, 0),
(9974, 497, 58, 'Decin', 507821500, 142147800, 0),
(9975, 497, 58, 'Dolni Podluzi', 508798800, 145950300, 0),
(9976, 497, 58, 'Dubi', 506855800, 137856100, 0),
(9977, 497, 58, 'Jirkov', 504997900, 134476900, 0),
(9978, 497, 58, 'Kadan', 503759800, 132713100, 0),
(9979, 497, 58, 'Klasterec nad Ohri', 503844500, 131712800, 0),
(9980, 497, 58, 'Krasna Lipa', 504837800, 133575000, 0),
(9981, 497, 58, 'Kresice', 505225900, 142145000, 0),
(9982, 497, 58, 'Krupka', 506844900, 138581500, 0),
(9983, 497, 58, 'Libouchec', 507585400, 140407100, 0),
(9984, 497, 58, 'Litomerice', 505334800, 141318000, 0),
(9985, 497, 58, 'Litvinov', 506042000, 136181200, 0),
(9986, 497, 58, 'Louny', 503569900, 137966700, 0),
(9987, 497, 58, 'Lovosice', 505150400, 140510300, 0),
(9988, 497, 58, 'Lubenec', 501320700, 133131900, 0),
(9989, 497, 58, 'Mezibori', 506211500, 135987000, 0),
(9990, 497, 58, 'Most', 505030100, 136361700, 0),
(9991, 497, 58, 'Novosedlice', 506563300, 138230400, 0),
(9992, 497, 58, 'Osek', 506211500, 136927400, 0),
(9993, 497, 58, 'Podborany', 502293700, 134119200, 0),
(9994, 497, 58, 'Postoloprty', 503597900, 137029100, 0),
(9995, 497, 58, 'Probostov', 506677300, 138360100, 0),
(9996, 497, 58, 'Roudnice nad Labem', 504252800, 142617500, 0),
(9997, 497, 58, 'Rumburk', 509515100, 145569900, 0),
(9998, 497, 58, 'Steti', 504529800, 143742100, 0),
(9999, 497, 58, 'Teplice', 506404000, 138245100, 0),
(10000, 497, 58, 'Terezin', 505110000, 141505500, 0),
(10001, 497, 58, 'Trebenice', 504763200, 139900500, 0),
(10002, 497, 58, 'Trmice', 506428600, 139944900, 0),
(10003, 497, 58, 'Udlice', 504406000, 134573800, 0),
(10004, 497, 58, 'Usti nad Labem', 506607000, 140322700, 0),
(10005, 497, 58, 'Varnsdorf', 509115400, 146182400, 0),
(10006, 497, 58, 'Velke Brezno', 506627000, 141417400, 0),
(10007, 497, 58, 'Zatec', 503271700, 135457700, 0),
(10008, 497, 58, 'Zitenice', 505552800, 141566500, 0),
(10009, 498, 58, 'Brtnice', 493069500, 156764200, 0),
(10010, 498, 58, 'Bystrice nad Pernstejnem', 495229500, 162614700, 0),
(10011, 498, 58, 'Cernovice', 493726500, 149608900, 0),
(10012, 498, 58, 'Chotebor', 497207200, 156701800, 0),
(10013, 498, 58, 'Dolni Loucky', 493609900, 163587100, 0),
(10014, 498, 58, 'Golcuv Jenikov', 498162600, 154768600, 0),
(10015, 498, 58, 'Habry', 497560300, 154848600, 0),
(10016, 498, 58, 'Havlickuv Brod', 496078500, 155806900, 0),
(10017, 498, 58, 'Heralec', 495308300, 154570800, 0),
(10018, 498, 58, 'Humpolec', 495415200, 153593200, 0),
(10019, 498, 58, 'Jaromerice nad Rokytnou', 490940800, 158933100, 0),
(10020, 498, 58, 'Jemnice', 490189800, 155699400, 0),
(10021, 498, 58, 'Jihlava', 493961000, 155912400, 0),
(10022, 498, 58, 'Kamenice nad Lipou', 493030300, 150751900, 0),
(10023, 498, 58, 'Knezice', 492707800, 156721600, 0),
(10024, 498, 58, 'Krizanov', 493885800, 161096000, 0),
(10025, 498, 58, 'Krizova', 496884100, 158520700, 0),
(10026, 498, 58, 'Ledec nad Sazavou', 496951700, 152777200, 0),
(10027, 498, 58, 'Luka nad Jihlavou', 493740300, 157019400, 0),
(10028, 498, 58, 'Merin', 493932100, 158838100, 0),
(10029, 498, 58, 'Moravske Budejovice', 490520900, 158086400, 0),
(10030, 498, 58, 'Nedvedice', 494570200, 163340600, 0),
(10031, 498, 58, 'Nove Mesto na Morave', 495614400, 160741800, 0),
(10032, 498, 58, 'Nove Veseli', 495197600, 159085300, 0),
(10033, 498, 58, 'Pacov', 494707600, 150016800, 0),
(10034, 498, 58, 'Pelhrimov', 494313400, 152233600, 0),
(10035, 498, 58, 'Polna', 494870000, 157188100, 0),
(10036, 498, 58, 'Pribyslav', 495768400, 157385500, 0),
(10037, 498, 58, 'Svetla nad Sazavou', 496680100, 154039300, 0),
(10038, 498, 58, 'Telc', 491841800, 154527500, 0),
(10039, 498, 58, 'Trebic', 492149200, 158816600, 0),
(10040, 498, 58, 'Trest''', 492909200, 154821100, 0),
(10041, 498, 58, 'Velke Mezirici', 493552200, 160122400, 0),
(10042, 498, 58, 'Vladislav', 492101700, 159883000, 0),
(10043, 498, 58, 'Zd''ar nad Sazavou', 495626300, 159392400, 0),
(10044, 498, 58, 'Zd''ar nad Sazavou Druhy', 495872600, 159321600, 0),
(10045, 498, 58, 'Zirovnice', 492531800, 151882400, 0),
(10046, 499, 58, 'Borsice', 490625400, 173508400, 0),
(10047, 499, 58, 'Breznice', 491864300, 176627700, 0),
(10048, 499, 58, 'Brezolupy', 491213800, 175803400, 0),
(10049, 499, 58, 'Brezova', 489254300, 177398600, 0),
(10050, 499, 58, 'Bystrice pod Hostynem', 493992400, 176740100, 0),
(10051, 499, 58, 'Chropyne', 493564400, 173645100, 0),
(10052, 499, 58, 'Dolni Nemci', 489683700, 175858500, 0),
(10053, 499, 58, 'Hluk', 489881200, 175266800, 0),
(10054, 499, 58, 'Holesov', 493333100, 175783200, 0),
(10055, 499, 58, 'Horni Becva', 494321600, 182885900, 0),
(10056, 499, 58, 'Hovezi', 493036500, 180606200, 0),
(10057, 499, 58, 'Hulin', 493168900, 174637400, 0),
(10058, 499, 58, 'Jablunka', 493835500, 179502100, 0),
(10059, 499, 58, 'Jalubi', 491162600, 174278800, 0),
(10060, 499, 58, 'Kromeriz', 492978500, 173931200, 0),
(10061, 499, 58, 'Kunovice', 490449900, 174701100, 0),
(10062, 499, 58, 'Luhacovice', 490998200, 177574700, 0),
(10063, 499, 58, 'Lukov', 492902700, 177295900, 0),
(10064, 499, 58, 'Napajedla', 491715600, 175119400, 0),
(10065, 499, 58, 'Nivnice', 489746500, 176475700, 0),
(10066, 499, 58, 'Ostrozska Lhota', 489755900, 174675100, 0),
(10067, 499, 58, 'Ostrozska Nova Ves', 490043400, 174363200, 0),
(10068, 499, 58, 'Otrokovice', 492093400, 175394400, 0),
(10069, 499, 58, 'Popovice', 490525500, 175271200, 0),
(10070, 499, 58, 'Pozlovice', 491292100, 177692500, 0),
(10071, 499, 58, 'Rataje', 492713000, 173355500, 0),
(10072, 499, 58, 'Roznov pod Radhostem', 494585300, 181430200, 0),
(10073, 499, 58, 'Slavicin', 490879900, 178734900, 0),
(10074, 499, 58, 'Spytihnev', 491411500, 174980800, 0),
(10075, 499, 58, 'Stare Mesto', 490751500, 174333800, 0),
(10076, 499, 58, 'Stitna nad Vlari', 490688100, 179827400, 0),
(10077, 499, 58, 'Tecovice', 492210700, 175873300, 0),
(10078, 499, 58, 'Topolna', 491218700, 175443400, 0),
(10079, 499, 58, 'Uherske Hradiste', 490697500, 174596900, 0),
(10080, 499, 58, 'Uhersky Brod', 490251300, 176471500, 0),
(10081, 499, 58, 'Valasske Klobouky', 491406400, 180076000, 0),
(10082, 499, 58, 'Valasske Mezirici', 494718100, 179711300, 0),
(10083, 499, 58, 'Velehrad', 491054300, 173942600, 0),
(10084, 499, 58, 'Vlachovice', 491237700, 179400100, 0),
(10085, 499, 58, 'Vlcnov', 490099000, 175818300, 0),
(10086, 499, 58, 'Vsemina', 492810000, 178768200, 0),
(10087, 499, 58, 'Vsetin', 493387100, 179961900, 0),
(10088, 499, 58, 'Zasova', 494741000, 180443600, 0),
(10089, 499, 58, 'Zlin', 492166700, 176666700, 0),
(10090, 499, 58, 'Zlutava', 491997600, 174903700, 0),
(10091, 499, 58, 'Zubri', 494660300, 180924900, 0),
(10092, 500, 59, 'Akirkeby', 550708000, 149197800, 0),
(10093, 500, 59, 'Albertslund', 556569100, 123638100, 0),
(10094, 500, 59, 'Ballerup', 557316500, 123632800, 0),
(10095, 500, 59, 'Birkerod', 558475900, 124279100, 0),
(10096, 500, 59, 'Brondbyvester', 556502900, 124099600, 0),
(10097, 500, 59, 'Buddinge', 557576900, 124889900, 0),
(10098, 500, 59, 'Charlottenlund', 557536700, 125918100, 0),
(10099, 500, 59, 'Copenhagen', 556759400, 125655300, 0),
(10100, 500, 59, 'Dragor', 555945500, 126663800, 0),
(10101, 500, 59, 'Espergaerde', 560000000, 125666700, 0),
(10102, 500, 59, 'Farum', 558085800, 123606600, 0),
(10103, 500, 59, 'Flong', 556621200, 121869800, 0),
(10104, 500, 59, 'Fredensborg', 559755800, 124031400, 0),
(10105, 500, 59, 'Frederiksberg', 556793800, 125346300, 0),
(10106, 500, 59, 'Frederikssund', 558395600, 120689600, 0),
(10107, 500, 59, 'Frederiksvaerk', 559707300, 120225000, 0),
(10108, 500, 59, 'Ganlose', 557912400, 122642100, 0),
(10109, 500, 59, 'Gilleleje', 561219600, 123105600, 0),
(10110, 500, 59, 'Glostrup', 556666700, 124000000, 0),
(10111, 500, 59, 'Graested', 560655800, 122851200, 0),
(10112, 500, 59, 'Hellebaek', 560682300, 125578200, 0),
(10113, 500, 59, 'Helsinge', 560228300, 121975200, 0),
(10114, 500, 59, 'Helsingor', 560360600, 126136000, 0),
(10115, 500, 59, 'Herlev', 557236600, 124399800, 0),
(10116, 500, 59, 'Hillerod', 559266700, 123109100, 0),
(10117, 500, 59, 'Hornbaek', 560854100, 124504800, 0),
(10118, 500, 59, 'Horsholm', 558833300, 125000000, 0),
(10119, 500, 59, 'Humlebaek', 559618000, 125341000, 0),
(10120, 500, 59, 'Hundested', 559666700, 118666700, 0),
(10121, 500, 59, 'Hvidovre', 556571900, 124736400, 0),
(10122, 500, 59, 'Ishoj', 556154300, 123518200, 0),
(10123, 500, 59, 'Jaegerspris', 558554400, 119678600, 0),
(10124, 500, 59, 'Kokkedal', 559117900, 124995200, 0),
(10125, 500, 59, 'Kongens Lyngby', 557704400, 125037800, 0),
(10126, 500, 59, 'Lillerod', 558749600, 123457900, 0),
(10127, 500, 59, 'Liseleje', 560053100, 119482700, 0),
(10128, 500, 59, 'Lynge', 558394100, 122772500, 0),
(10129, 500, 59, 'Malov', 557552800, 123232700, 0),
(10130, 500, 59, 'Niva', 559340500, 125048500, 0),
(10131, 500, 59, 'Nodebo', 559787700, 123468500, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(10132, 500, 59, 'Olstykke', 557956700, 121550900, 0),
(10133, 500, 59, 'Rodovre', 556806200, 124537300, 0),
(10134, 500, 59, 'Ronne', 551009100, 147066400, 0),
(10135, 500, 59, 'Skibby', 557512200, 119608300, 0),
(10136, 500, 59, 'Slangerup', 558500000, 121833300, 0),
(10137, 500, 59, 'Smorumnedre', 557423200, 123027600, 0),
(10138, 500, 59, 'Stavnsholt', 558147900, 124054500, 0),
(10139, 500, 59, 'Stenlose', 557682800, 121972300, 0),
(10140, 500, 59, 'Taastrup', 556517300, 122921600, 0),
(10141, 500, 59, 'Tarnby', 556303000, 126003500, 0),
(10142, 500, 59, 'Trorod', 558394600, 125443200, 0),
(10143, 500, 59, 'Vaerlose', 557825100, 123685600, 0),
(10144, 500, 59, 'Vallensbaek', 556333300, 123666700, 0),
(10145, 500, 59, 'Vedbaek', 558530000, 125650000, 0),
(10146, 500, 59, 'Vekso', 557547300, 122383700, 0),
(10147, 500, 59, 'Virum', 558000000, 124666670, 0),
(10148, 501, 59, 'Allingabro', 564649500, 103340900, 0),
(10149, 501, 59, 'Arhus', 561567400, 102107600, 0),
(10150, 501, 59, 'Assentoft', 564421000, 101517000, 0),
(10151, 501, 59, 'Auning', 564307900, 103781800, 0),
(10152, 501, 59, 'Avlum', 562653900, 87925600, 0),
(10153, 501, 59, 'Beder', 560602500, 102117900, 0),
(10154, 501, 59, 'Bjerringbro', 563779700, 96606500, 0),
(10155, 501, 59, 'Braedstrup', 559707900, 96085500, 0),
(10156, 501, 59, 'Brande', 559381400, 91217800, 0),
(10157, 501, 59, 'Ebeltoft', 561944200, 106821000, 0),
(10158, 501, 59, 'Framlev', 561566400, 100131800, 0),
(10159, 501, 59, 'Galten', 561590200, 99169100, 0),
(10160, 501, 59, 'Gjellerup Kirkeby', 561434100, 90498800, 0),
(10161, 501, 59, 'Grenaa', 564157800, 108782500, 0),
(10162, 501, 59, 'Hadsten', 563281900, 100493100, 0),
(10163, 501, 59, 'Hammel', 562576200, 98631600, 0),
(10164, 501, 59, 'Hammerum', 561336100, 90612100, 0),
(10165, 501, 59, 'Harboore', 566175200, 81806900, 0),
(10166, 501, 59, 'Hedensted', 557704300, 97011000, 0),
(10167, 501, 59, 'Herning', 561393200, 89737800, 0),
(10168, 501, 59, 'Hinnerup', 562660800, 100629900, 0),
(10169, 501, 59, 'Hjortshoj', 562481100, 102653200, 0),
(10170, 501, 59, 'Hojslev', 565856500, 91363700, 0),
(10171, 501, 59, 'Holstebro', 563600900, 86160700, 0),
(10172, 501, 59, 'Horning', 560870100, 100371600, 0),
(10173, 501, 59, 'Hornslet', 563155000, 103204100, 0),
(10174, 501, 59, 'Horsens', 558606600, 98503400, 0),
(10175, 501, 59, 'Hvide Sande', 560045200, 81293700, 0),
(10176, 501, 59, 'Ikast', 561388300, 91576800, 0),
(10177, 501, 59, 'Juelsminde', 557087600, 100166800, 0),
(10178, 501, 59, 'Karup', 563067300, 91683500, 0),
(10179, 501, 59, 'Kibaek', 560317000, 88569700, 0),
(10180, 501, 59, 'Kjellerup', 562858100, 94352800, 0),
(10181, 501, 59, 'Kolt', 561084500, 100698600, 0),
(10182, 501, 59, 'Langa', 563902600, 98948600, 0),
(10183, 501, 59, 'Lemvig', 565485600, 83101900, 0),
(10184, 501, 59, 'Lind', 561000000, 89833300, 0),
(10185, 501, 59, 'Logten', 562745900, 103118100, 0),
(10186, 501, 59, 'Lystrup', 562375000, 102377800, 0),
(10187, 501, 59, 'Malling', 560363200, 101963200, 0),
(10188, 501, 59, 'Marslet', 560636000, 101623000, 0),
(10189, 501, 59, 'Odder', 559731300, 101530000, 0),
(10190, 501, 59, 'Randers', 564666700, 100500000, 0),
(10191, 501, 59, 'Ringkobing', 560900600, 82440200, 0),
(10192, 501, 59, 'Ronde', 563014500, 104750600, 0),
(10193, 501, 59, 'Ry', 560903800, 97650500, 0),
(10194, 501, 59, 'Ryomgard', 563843000, 105029500, 0),
(10195, 501, 59, 'Sabro', 562133300, 100344100, 0),
(10196, 501, 59, 'Silkeborg', 561697000, 95450800, 0),
(10197, 501, 59, 'Skanderborg', 560399100, 99272000, 0),
(10198, 501, 59, 'Skive', 565666700, 90333300, 0),
(10199, 501, 59, 'Skjern', 559500000, 85000000, 0),
(10200, 501, 59, 'Skovby', 561534000, 99569500, 0),
(10201, 501, 59, 'Soften', 562380100, 100851000, 0),
(10202, 501, 59, 'Solbjerg', 560427100, 100863100, 0),
(10203, 501, 59, 'Spentrup', 565370300, 100379200, 0),
(10204, 501, 59, 'Stavtrup', 561312400, 101198700, 0),
(10205, 501, 59, 'Stilling', 560622400, 99882200, 0),
(10206, 501, 59, 'Struer', 564912200, 85837600, 0),
(10207, 501, 59, 'Sunds', 562041700, 90126600, 0),
(10208, 501, 59, 'Svejbaek', 561325500, 96328900, 0),
(10209, 501, 59, 'Tarm', 559086200, 85304100, 0),
(10210, 501, 59, 'Thyboron', 566984600, 82123800, 0),
(10211, 501, 59, 'Torring', 558500000, 94833300, 0),
(10212, 501, 59, 'Tranbjerg', 560901000, 101193700, 0),
(10213, 501, 59, 'Trige', 562529100, 101484000, 0),
(10214, 501, 59, 'Ulfborg', 562672500, 83216700, 0),
(10215, 501, 59, 'Ulstrup', 563899400, 97935400, 0),
(10216, 501, 59, 'Viborg', 564531900, 94020100, 0),
(10217, 501, 59, 'Videbaek', 560876000, 86285200, 0),
(10218, 501, 59, 'Vildbjerg', 562000000, 87666700, 0),
(10219, 501, 59, 'Vinderup', 564751500, 87908100, 0),
(10220, 501, 59, 'Virklund', 561321800, 95558200, 0),
(10221, 502, 59, 'Aalborg', 570480000, 99187000, 0),
(10222, 502, 59, 'Aars', 568039900, 95144100, 0),
(10223, 502, 59, 'Abybro', 571583600, 97367200, 0),
(10224, 502, 59, 'Alestrup', 566947000, 94933600, 0),
(10225, 502, 59, 'Arden', 567689900, 98618400, 0),
(10226, 502, 59, 'Bronderslev', 572702100, 99410200, 0),
(10227, 502, 59, 'Brovst', 570956200, 95280100, 0),
(10228, 502, 59, 'Dronninglund', 571603500, 102928700, 0),
(10229, 502, 59, 'Farso', 567727600, 93392600, 0),
(10230, 502, 59, 'Fjerritslev', 570813400, 92664300, 0),
(10231, 502, 59, 'Frederikshavn', 574407300, 105366100, 0),
(10232, 502, 59, 'Frejlev', 570062300, 98171100, 0),
(10233, 502, 59, 'Gistrup', 569943000, 99908500, 0),
(10234, 502, 59, 'Hadsund', 567148200, 101168200, 0),
(10235, 502, 59, 'Hanstholm', 571166700, 86166700, 0),
(10236, 502, 59, 'Hirtshals', 575881200, 99592200, 0),
(10237, 502, 59, 'Hjallerup', 571646600, 101457100, 0),
(10238, 502, 59, 'Hjorring', 574641700, 99822900, 0),
(10239, 502, 59, 'Hobro', 566430600, 97902900, 0),
(10240, 502, 59, 'Hurup', 567494400, 84195200, 0),
(10241, 502, 59, 'Klarup', 570119400, 100561700, 0),
(10242, 502, 59, 'Logstor', 569624500, 92583000, 0),
(10243, 502, 59, 'Nykobing Mors', 567933400, 88528200, 0),
(10244, 502, 59, 'Pandrup', 572214700, 96756900, 0),
(10245, 502, 59, 'Saeby', 573318800, 105225100, 0),
(10246, 502, 59, 'Sindal', 574711700, 102031200, 0),
(10247, 502, 59, 'Skagen', 577209300, 105839400, 0),
(10248, 502, 59, 'Skorping', 568362600, 98925500, 0),
(10249, 502, 59, 'Storvorde', 570039200, 101012500, 0),
(10250, 502, 59, 'Stovring', 568853600, 98383900, 0),
(10251, 502, 59, 'Strandby', 574915000, 104960800, 0),
(10252, 502, 59, 'Svenstrup', 569723000, 98480600, 0),
(10253, 502, 59, 'Thisted', 569552300, 86949100, 0),
(10254, 502, 59, 'Vadum', 571179000, 98570000, 0),
(10255, 502, 59, 'Vestbjerg', 571316600, 99594200, 0),
(10256, 502, 59, 'Vodskov', 571085400, 100221500, 0),
(10257, 502, 59, 'Vra', 573476300, 99515400, 0),
(10258, 503, 59, 'Asnaes', 558122900, 115012900, 0),
(10259, 503, 59, 'Bjaeverskov', 554575600, 120365100, 0),
(10260, 503, 59, 'Borup', 554947200, 119758400, 0),
(10261, 503, 59, 'Dianalund', 555313300, 114925000, 0),
(10262, 503, 59, 'Ejby', 554858000, 120817100, 0),
(10263, 503, 59, 'Fakse', 552468600, 121176400, 0),
(10264, 503, 59, 'Fakse Ladeplads', 552198000, 121701300, 0),
(10265, 503, 59, 'Fensmark', 552791900, 118038200, 0),
(10266, 503, 59, 'Frederiksberg', 554161800, 115693400, 0),
(10267, 503, 59, 'Fuglebjerg', 553060400, 115476600, 0),
(10268, 503, 59, 'Gorlev', 555392600, 112270800, 0),
(10269, 503, 59, 'Greve', 555833300, 123000000, 0),
(10270, 503, 59, 'Gundsomagle', 557356500, 121515800, 0),
(10271, 503, 59, 'Harlev', 553493600, 122338200, 0),
(10272, 503, 59, 'Haslev', 553234600, 119638900, 0),
(10273, 503, 59, 'Havdrup', 555448100, 121239200, 0),
(10274, 503, 59, 'Holbaek', 557166700, 117166700, 0),
(10275, 503, 59, 'Holeby', 547114800, 114641600, 0),
(10276, 503, 59, 'Hong', 555116500, 112903200, 0),
(10277, 503, 59, 'Jyderup', 556639900, 114202900, 0),
(10278, 503, 59, 'Jyllinge', 557584300, 121122700, 0),
(10279, 503, 59, 'Kalundborg', 556795400, 110886400, 0),
(10280, 503, 59, 'Kirke Hvalso', 555917000, 118625300, 0),
(10281, 503, 59, 'Koge', 554580200, 121821400, 0),
(10282, 503, 59, 'Korsor', 553299300, 111385700, 0),
(10283, 503, 59, 'Maribo', 547766200, 115001700, 0),
(10284, 503, 59, 'Naestved', 552299200, 117609200, 0),
(10285, 503, 59, 'Nakskov', 548373400, 111283900, 0),
(10286, 503, 59, 'Neder Vindinge', 550321100, 118835600, 0),
(10287, 503, 59, 'Norre Alslev', 548978400, 118841400, 0),
(10288, 503, 59, 'Norre Hvalso', 556049300, 118573300, 0),
(10289, 503, 59, 'Nykobing Falster', 547690600, 118742500, 0),
(10290, 503, 59, 'Nykobing Sjaelland', 559249100, 116710900, 0),
(10291, 503, 59, 'Nyrad', 550051100, 119606000, 0),
(10292, 503, 59, 'Orslev', 550435600, 119679200, 0),
(10293, 503, 59, 'Osted', 555622800, 119578600, 0),
(10294, 503, 59, 'Praesto', 551177700, 120572700, 0),
(10295, 503, 59, 'Ringsted', 554426000, 117901100, 0),
(10296, 503, 59, 'Rodby', 546949500, 113888500, 0),
(10297, 503, 59, 'Rodbyhavn', 546544200, 113520300, 0),
(10298, 503, 59, 'Roskilde', 556415200, 120803500, 0),
(10299, 503, 59, 'Sakskobing', 547997000, 116259900, 0),
(10300, 503, 59, 'Skaelskor', 552505800, 112935200, 0),
(10301, 503, 59, 'Slagelse', 554027600, 113545900, 0),
(10302, 503, 59, 'Solrod', 555362800, 121827000, 0),
(10303, 503, 59, 'Solrod Strand', 555328500, 122222700, 0),
(10304, 503, 59, 'Soro', 554318400, 115554700, 0),
(10305, 503, 59, 'Stege', 549870400, 122846100, 0),
(10306, 503, 59, 'Stenlille', 555402200, 115914600, 0),
(10307, 503, 59, 'Store Heddinge', 553096500, 123888500, 0),
(10308, 503, 59, 'Stroby Egede', 554138200, 122450200, 0),
(10309, 503, 59, 'Svebolle', 556518300, 112865800, 0),
(10310, 503, 59, 'Svinninge', 557211100, 114654700, 0),
(10311, 503, 59, 'Svogerslev', 556342300, 120146500, 0),
(10312, 503, 59, 'Tollose', 556125000, 117703400, 0),
(10313, 503, 59, 'Tune', 555952800, 121831900, 0),
(10314, 503, 59, 'Viby', 555487200, 120239100, 0),
(10315, 503, 59, 'Vindinge', 556229800, 121387000, 0),
(10316, 503, 59, 'Vipperod', 556676800, 117396700, 0),
(10317, 503, 59, 'Vordingborg', 550080100, 119105700, 0),
(10318, 504, 59, 'Aabenraa', 550443400, 94174100, 0),
(10319, 504, 59, 'Arslev', 553035300, 104642800, 0),
(10320, 504, 59, 'Arup', 553731500, 100413100, 0),
(10321, 504, 59, 'Assens', 552702300, 99008100, 0),
(10322, 504, 59, 'Augustenborg', 549520100, 98721600, 0),
(10323, 504, 59, 'Bellinge', 553353500, 103204500, 0),
(10324, 504, 59, 'Billund', 557334900, 91078500, 0),
(10325, 504, 59, 'Bogense', 555669100, 100886300, 0),
(10326, 504, 59, 'Borkop', 556379400, 96482200, 0),
(10327, 504, 59, 'Bramming', 554694600, 87000700, 0),
(10328, 504, 59, 'Brejning', 556613000, 96770300, 0),
(10329, 504, 59, 'Brorup', 554819400, 90175600, 0),
(10330, 504, 59, 'Bullerup', 554268600, 104713700, 0),
(10331, 504, 59, 'Christiansfeld', 553581700, 94870100, 0),
(10332, 504, 59, 'Dybbol', 549107900, 97360100, 0),
(10333, 504, 59, 'Egtved', 556179600, 93010200, 0),
(10334, 504, 59, 'Ejby', 554301000, 99297300, 0),
(10335, 504, 59, 'Esbjerg', 554666700, 84500000, 0),
(10336, 504, 59, 'Faaborg', 550951000, 102422600, 0),
(10337, 504, 59, 'Fredericia', 555656800, 97525700, 0),
(10338, 504, 59, 'Give', 558397700, 92499800, 0),
(10339, 504, 59, 'Glamsbjerg', 552723700, 101048300, 0),
(10340, 504, 59, 'Gram', 552894800, 90491300, 0),
(10341, 504, 59, 'Grasten', 549191800, 95952300, 0),
(10342, 504, 59, 'Grindsted', 557540000, 89123100, 0),
(10343, 504, 59, 'Guderup', 549897800, 98717400, 0),
(10344, 504, 59, 'Haderslev', 552537700, 94898200, 0),
(10345, 504, 59, 'Harby', 552150200, 101226200, 0),
(10346, 504, 59, 'Hojby', 553421800, 104368400, 0),
(10347, 504, 59, 'Holsted', 555108600, 89187200, 0),
(10348, 504, 59, 'Horuphav', 549101700, 98987200, 0),
(10349, 504, 59, 'Jelling', 557558800, 94258000, 0),
(10350, 504, 59, 'Kerteminde', 554490300, 106576900, 0),
(10351, 504, 59, 'Kolding', 554904000, 94721600, 0),
(10352, 504, 59, 'Krusa', 548509700, 94012900, 0),
(10353, 504, 59, 'Langeskov', 553565500, 105844700, 0),
(10354, 504, 59, 'Logumkloster', 550594100, 89550800, 0),
(10355, 504, 59, 'Lunderskov', 554837500, 92991700, 0),
(10356, 504, 59, 'Middelfart', 555059100, 97305400, 0),
(10357, 504, 59, 'Munkebo', 554618400, 105557700, 0),
(10358, 504, 59, 'Neder Holluf', 553645100, 104482400, 0),
(10359, 504, 59, 'Nordborg', 550573200, 97408000, 0),
(10360, 504, 59, 'Nordby', 554460300, 83978600, 0),
(10361, 504, 59, 'Norre Aby', 554610700, 98794000, 0),
(10362, 504, 59, 'Nyborg', 553127400, 107896400, 0),
(10363, 504, 59, 'Odense', 553959400, 103883100, 0),
(10364, 504, 59, 'Oksbol', 556268000, 82875700, 0),
(10365, 504, 59, 'Olgod', 558068200, 86285900, 0),
(10366, 504, 59, 'Otterup', 555152700, 103975600, 0),
(10367, 504, 59, 'Padborg', 548265700, 93624700, 0),
(10368, 504, 59, 'Ribe', 553305100, 87696600, 0),
(10369, 504, 59, 'Ringe', 552450600, 104706500, 0),
(10370, 504, 59, 'Rodding', 553656900, 90631600, 0),
(10371, 504, 59, 'Rodekro', 550701600, 93164100, 0),
(10372, 504, 59, 'Rudkobing', 549363900, 107101900, 0),
(10373, 504, 59, 'Seden', 554264800, 104426500, 0),
(10374, 504, 59, 'Sherrebek', 551573500, 87690100, 0),
(10375, 504, 59, 'Snoghoj', 555225300, 97212500, 0),
(10376, 504, 59, 'Sonderborg', 549092600, 98073700, 0),
(10377, 504, 59, 'Sonderso', 554852600, 102554000, 0),
(10378, 504, 59, 'Starup', 552409700, 95350300, 0),
(10379, 504, 59, 'Stige', 554394100, 104094000, 0),
(10380, 504, 59, 'Strib', 555402100, 97674800, 0),
(10381, 504, 59, 'Svendborg', 550598200, 106067700, 0),
(10382, 504, 59, 'Taulov', 555458200, 96155300, 0),
(10383, 504, 59, 'Thuro By', 550474000, 106638500, 0),
(10384, 504, 59, 'Tinglev', 549309900, 92524300, 0),
(10385, 504, 59, 'Tjaereborg', 554645700, 85796800, 0),
(10386, 504, 59, 'Toftlund', 551885800, 90692500, 0),
(10387, 504, 59, 'Tommerup', 553195200, 102065900, 0),
(10388, 504, 59, 'Tonder', 549330600, 88667400, 0),
(10389, 504, 59, 'Ullerslev', 553617200, 106519000, 0),
(10390, 504, 59, 'Vamdrup', 554276400, 92843500, 0),
(10391, 504, 59, 'Varde', 556211200, 84806900, 0),
(10392, 504, 59, 'Vejen', 554833300, 91500000, 0),
(10393, 504, 59, 'Vejle', 557092700, 95357000, 0),
(10394, 504, 59, 'Vindeby', 550448900, 106130900, 0),
(10395, 504, 59, 'Vissenbjerg', 553848200, 101378400, 0),
(10396, 504, 59, 'Vojens', 552463900, 93060400, 0),
(10397, 505, 60, '''Arta', 115222200, 428419400, 0),
(10398, 506, 60, 'Djibouti', 115876700, 431446800, 0),
(10399, 507, 61, 'Castle Bruce', 154333300, -612666700, 0),
(10400, 508, 61, 'Roseau', 153017400, -613880800, 0),
(10401, 509, 61, 'Mahaut', 153500000, -614000000, 0),
(10402, 510, 62, 'Azua de Compostela', 184531900, -707349000, 0),
(10403, 511, 62, 'Neiba', 184813800, -714196500, 0),
(10404, 511, 62, 'Tamayo', 183947000, -712029000, 0),
(10405, 512, 62, 'Santa Cruz de Barahona', 182085400, -711007700, 0),
(10406, 513, 62, 'Santo Domingo', 185001200, -699885700, 0),
(10407, 514, 62, 'San Francisco de Macoris', 192951800, -702554300, 0),
(10408, 515, 62, 'Juan Lopez Abajo', 194333300, -705000000, 0),
(10409, 515, 62, 'Moca', 193935200, -705259800, 0),
(10410, 516, 62, 'Hato Mayor del Rey', 187627800, -692568100, 0),
(10411, 517, 62, 'Otra Banda', 186501600, -686628100, 0),
(10412, 517, 62, 'Salvaleon de Higuey', 186150100, -687079800, 0),
(10413, 518, 62, 'La Romana', 184273400, -689728500, 0),
(10414, 519, 62, 'Concepcion de La Vega', 192220700, -705295600, 0),
(10415, 519, 62, 'Jarabacoa', 191217800, -706421800, 0),
(10416, 520, 62, 'Cabrera', 196426000, -699049000, 0),
(10417, 521, 62, 'Bonao', 189368700, -704092300, 0),
(10418, 521, 62, 'Piedra Blanca', 188443100, -703168800, 0),
(10419, 522, 62, 'Los Botados', 187322600, -699953600, 0),
(10420, 522, 62, 'Sabana Grande de Boya', 189449800, -697933100, 0),
(10421, 523, 62, 'Bani', 182833300, -703333300, 0),
(10422, 523, 62, 'Paya', 182500000, -703000000, 0),
(10423, 524, 62, 'Cabarete', 197498200, -704082900, 0),
(10424, 524, 62, 'Puerto Plata', 197934400, -706884000, 0),
(10425, 524, 62, 'Sosua', 197666700, -705166700, 0),
(10426, 525, 62, 'Las Terrenas', 193110200, -695428000, 0),
(10427, 525, 62, 'Santa Barbara de Samana', 192056100, -693368500, 0),
(10428, 526, 62, 'Bajos de Haina', 184153800, -700331700, 0),
(10429, 526, 62, 'El Carril', 184490500, -700278500, 0),
(10430, 526, 62, 'San Cristobal', 184166700, -701000000, 0),
(10431, 526, 62, 'San Gregorio de Nigua', 183833300, -700833300, 0),
(10432, 526, 62, 'Yaguate', 183353000, -701811300, 0),
(10433, 527, 62, 'Punta Cana', 185818200, -684043100, 0),
(10434, 527, 62, 'San Juan de la Maguana', 188058800, -712299100, 0),
(10435, 528, 62, 'Los Llanos', 186203500, -694958100, 0),
(10436, 528, 62, 'San Pedro de Macoris', 184615600, -692971800, 0),
(10437, 529, 62, 'Cotui', 190527200, -701493900, 0),
(10438, 531, 62, 'Sabaneta', 194779300, -713412500, 0),
(10439, 530, 62, 'La Canela', 194734100, -708162900, 0),
(10440, 530, 62, 'Santiago de los Caballeros', 194500000, -707000000, 0),
(10441, 530, 62, 'Tamboril', 194853800, -706110400, 0),
(10442, 530, 62, 'Villa Gonzalez', 195405700, -707885300, 0),
(10443, 532, 62, 'Laguna Salada', 196482700, -710944600, 0),
(10444, 532, 62, 'Maizal', 196365500, -710273400, 0),
(10445, 532, 62, 'Mao', 195518600, -710781300, 0),
(10446, 533, 63, 'Cuenca', -28833300, -789833300, 0),
(10447, 534, 63, 'Guaranda', -16000000, -790000000, 0),
(10448, 534, 63, 'San Miguel', -17000000, -790333300, 0),
(10449, 535, 63, 'Azogues', -27333300, -788333300, 0),
(10450, 535, 63, 'La Troncal', -24000000, -793333300, 0),
(10451, 536, 63, 'Tulcan', 8116670, -777186110, 0),
(10452, 537, 63, 'Riobamba', -16666700, -786333300, 0),
(10453, 538, 63, 'Latacunga', -9333300, -786166700, 0),
(10454, 539, 63, 'Huaquillas', -34833300, -802333300, 0),
(10455, 539, 63, 'Machala', -32666700, -799666700, 0),
(10456, 539, 63, 'Pinas', -36666700, -796500000, 0),
(10457, 539, 63, 'Santa Rosa', -34500000, -799666700, 0),
(10458, 540, 63, 'Muisne', 6000000, -800333300, 0),
(10459, 540, 63, 'Propicia', 9333300, -796833300, 0),
(10460, 540, 63, 'Rosa Zarate', 3333300, -794666700, 0),
(10461, 541, 63, 'Puerto Ayora', -7393100, -903517600, 0),
(10462, 542, 63, 'Alfredo Baquerizo Moreno', -19166700, -795166700, 0),
(10463, 542, 63, 'Duran', -22000000, -798333300, 0),
(10464, 542, 63, 'Guayaquil', -21666700, -799000000, 0),
(10465, 542, 63, 'Naranjito', -22166700, -794833300, 0),
(10466, 542, 63, 'Salinas', -22166700, -809666700, 0),
(10467, 542, 63, 'Samborondon', -19500000, -797333300, 0),
(10468, 542, 63, 'Santa Lucia', -21833300, -800000000, 0),
(10469, 542, 63, 'Yaguachi', -21166700, -796833300, 0),
(10470, 543, 63, 'Atuntaqui', 3333300, -782166700, 0),
(10471, 543, 63, 'Ibarra', 3500000, -781166700, 0),
(10472, 543, 63, 'Otavalo', 2333300, -782666700, 0),
(10473, 544, 63, 'Cariamanga', -43333300, -795500000, 0),
(10474, 544, 63, 'Celica', -41166700, -799500000, 0),
(10475, 544, 63, 'Loja', -39931300, -792042200, 0),
(10476, 544, 63, 'Macara', -43833300, -799500000, 0),
(10477, 545, 63, 'Babahoyo', -18166700, -795166700, 0),
(10478, 545, 63, 'Quevedo', -10333300, -794500000, 0),
(10479, 545, 63, 'Vinces', -15500000, -797333300, 0),
(10480, 546, 63, 'Calceta', -8500000, -801666700, 0),
(10481, 546, 63, 'Chone', -6833300, -801000000, 0),
(10482, 546, 63, 'Jipijapa', -13333300, -805833300, 0),
(10483, 546, 63, 'Manta', -9500000, -807333300, 0),
(10484, 546, 63, 'Pedernales', 833300, -800500000, 0),
(10485, 546, 63, 'Portoviejo', -10500000, -804500000, 0),
(10486, 546, 63, 'Rocafuerte', -9166700, -804333300, 0),
(10487, 546, 63, 'Santa Ana', -12166700, -803833300, 0),
(10488, 546, 63, 'Sucre', -12666700, -804333300, 0),
(10489, 546, 63, 'Tosagua', -7833300, -802500000, 0),
(10490, 547, 63, 'Sucua', -24666700, -781666700, 0),
(10491, 548, 63, 'Archidona', -9166700, -778000000, 0),
(10492, 549, 63, 'Quito', -2298500, -785249500, 0),
(10493, 549, 63, 'Sangolqui', -3340500, -784521700, 0),
(10494, 549, 63, 'Santo Domingo de los Colorados', -2500000, -791500000, 0),
(10495, 550, 63, 'Nueva Loja', 847200, -768827800, 0),
(10496, 551, 63, 'Ambato', -12490800, -786167500, 0),
(10497, 551, 63, 'Banos', -14000000, -784166700, 0),
(10498, 551, 63, 'Pelileo', -13166700, -785333300, 0),
(10499, 552, 64, '''Izbat al Burj', 315084000, 318410600, 0),
(10500, 552, 64, 'Aja', 309415400, 312915100, 0),
(10501, 552, 64, 'Al Jamaliyah', 311808600, 318651800, 0),
(10502, 552, 64, 'Al Mansurah', 310363700, 313806900, 0),
(10503, 552, 64, 'Al Manzilah', 311581500, 319370000, 0),
(10504, 552, 64, 'Al Matariyah', 311828700, 320310800, 0),
(10505, 552, 64, 'Bilqas Qism Awwal', 312145200, 313579800, 0),
(10506, 552, 64, 'Dikirnis', 310887100, 315942700, 0),
(10507, 552, 64, 'Minyat an Nasr', 311229400, 316399000, 0),
(10508, 552, 64, 'Shirbin', 311954400, 315212700, 0),
(10509, 552, 64, 'Talkha', 310539000, 313778700, 0),
(10510, 553, 64, 'Al Ghardaqah', 272573800, 338129100, 0),
(10511, 553, 64, 'Bur Safajah', 267291800, 339365100, 0),
(10512, 553, 64, 'El Gouna', 273941700, 336782500, 0),
(10513, 553, 64, 'Makadi Bay', 272209800, 338378000, 0),
(10514, 554, 64, 'Abu al Matamir', 309101800, 301743800, 0),
(10515, 554, 64, 'Ad Dilinjat', 308279100, 305363300, 0),
(10516, 554, 64, 'Beheira', 305147800, 303435500, 0),
(10517, 554, 64, 'Damanhur', 310391700, 304691400, 0),
(10518, 554, 64, 'Kafr ad Dawwar', 311338500, 301284300, 0),
(10519, 554, 64, 'Kawm Hamadah', 307609600, 306973300, 0),
(10520, 554, 64, 'Rosetta', 314044400, 304163900, 0),
(10521, 555, 64, 'Al Fayyum', 293099500, 308418000, 0),
(10522, 555, 64, 'Al Wasitah', 293377800, 312055600, 0),
(10523, 555, 64, 'Itsa', 292376000, 307894400, 0),
(10524, 556, 64, 'Al Mahallah al Kubra', 309745000, 311649900, 0),
(10525, 556, 64, 'Basyun', 309397600, 308133800, 0),
(10526, 556, 64, 'Kafr az Zayyat', 308248000, 308180500, 0),
(10527, 556, 64, 'Samannud', 309603300, 312433200, 0),
(10528, 556, 64, 'Tanta', 307884700, 310019200, 0),
(10529, 556, 64, 'Zifta', 307142000, 312442500, 0),
(10530, 557, 64, 'Alexandria', 312000000, 299000000, 0),
(10531, 558, 64, 'At Tall al Kabir', 305444800, 317852500, 0),
(10532, 558, 64, 'Ismailia', 306042700, 322722500, 0),
(10533, 559, 64, 'Al ''Ayyat', 296197200, 312575000, 0),
(10534, 559, 64, 'Al Bawiti', 283500000, 288666700, 0),
(10535, 559, 64, 'Al Hawamidiyah', 299000000, 312500000, 0),
(10536, 559, 64, 'Al Jizah', 300080800, 312109300, 0),
(10537, 559, 64, 'As Saff', 295647200, 312811100, 0),
(10538, 559, 64, 'Awsim', 301230300, 311357100, 0),
(10539, 559, 64, 'Madinat Sittah Uktubar', 298166700, 310500000, 0),
(10540, 560, 64, 'Ash Shuhada''', 305961800, 308987500, 0),
(10541, 560, 64, 'Ashmun', 302985700, 309763500, 0),
(10542, 560, 64, 'Minuf', 304657900, 309316400, 0),
(10543, 560, 64, 'Shibin al Kawm', 305525800, 310090400, 0),
(10544, 561, 64, 'Abu Qurqas', 279312000, 308384100, 0),
(10545, 561, 64, 'Al Minya', 281098800, 307503000, 0),
(10546, 561, 64, 'Bani Mazar', 285036000, 308004000, 0),
(10547, 562, 64, 'Cairo', 300626300, 312496700, 0),
(10548, 562, 64, 'Halwan', 298414400, 313008400, 0),
(10549, 563, 64, 'Al Khankah', 302103500, 313681200, 0),
(10550, 563, 64, 'Al Qanatir al Khayriyah', 301974000, 311352400, 0),
(10551, 563, 64, 'Banha', 305000000, 312000000, 0),
(10552, 563, 64, 'Qalyub', 301792200, 312056000, 0),
(10553, 563, 64, 'Shibin al Qanatir', 303126900, 313201800, 0),
(10554, 563, 64, 'Shubra El-Kheima', 301286110, 312422220, 0),
(10555, 563, 64, 'Toukh', 303483300, 311580600, 0),
(10556, 564, 64, 'Al Kharijah', 254514000, 305463500, 0),
(10557, 565, 64, 'Ain Sukhna', 296001800, 323167100, 0),
(10558, 565, 64, 'Suez', 299737100, 325262700, 0),
(10559, 566, 64, 'Abu Kabir', 307250800, 316714800, 0),
(10560, 566, 64, 'Al Ibrahimiyah', 307187700, 315629900, 0),
(10561, 566, 64, 'Al Qanayat', 306188000, 314609900, 0),
(10562, 566, 64, 'Al Qurayn', 306161800, 317351400, 0),
(10563, 566, 64, 'Az Zaqaziq', 305876800, 315020000, 0),
(10564, 566, 64, 'Bilbays', 304203900, 315622300, 0),
(10565, 566, 64, 'Diyarb Najm', 307542200, 314392500, 0),
(10566, 566, 64, 'Faqus', 307300600, 318018200, 0),
(10567, 566, 64, 'Mashtul as Suq', 303605600, 313776000, 0),
(10568, 567, 64, 'Abu Sunbul', 223457000, 316162400, 0),
(10569, 567, 64, 'Aswan', 240934300, 329070400, 0),
(10570, 568, 64, 'Abu Tij', 270441100, 313189700, 0),
(10571, 568, 64, 'Al Qusiyah', 274402000, 308184100, 0),
(10572, 568, 64, 'Asyut', 271809600, 311836800, 0),
(10573, 568, 64, 'Dayrut', 275560200, 308076400, 0),
(10574, 568, 64, 'Manfalut', 273104000, 309700400, 0),
(10575, 569, 64, 'Al Fashn', 288243100, 308994800, 0),
(10576, 569, 64, 'Bani Suwayf', 290744100, 310978500, 0),
(10577, 569, 64, 'Bush', 291481600, 311273300, 0),
(10578, 569, 64, 'Sumusta as Sultani', 289166700, 308500000, 0),
(10579, 570, 64, 'Port Said', 312565400, 322841200, 0),
(10580, 571, 64, 'Az Zarqa', 312082900, 316355400, 0),
(10581, 571, 64, 'Damietta', 314000000, 318000000, 0),
(10582, 571, 64, 'Faraskur', 313297700, 317150700, 0),
(10583, 572, 64, 'Dhahab', 285009800, 345133800, 0),
(10584, 572, 64, 'Nuwaybi''a', 290468100, 346634000, 0),
(10585, 572, 64, 'Sharm ash Shaykh', 278518300, 343049900, 0),
(10586, 572, 64, 'Tor', 282363800, 336254000, 0),
(10587, 573, 64, 'Al Hamul', 313114600, 311476600, 0),
(10588, 573, 64, 'Disuq', 311330500, 306464900, 0),
(10589, 573, 64, 'Fuwah', 312029100, 305501800, 0),
(10590, 573, 64, 'Kafr ash Shaykh', 311143000, 309401200, 0),
(10591, 573, 64, 'Sidi Salim', 312710500, 307866500, 0),
(10592, 574, 64, 'Marsa Matruh', 313525400, 272452800, 0),
(10593, 574, 64, 'Siwah', 292040900, 255195200, 0),
(10594, 575, 64, 'Luxor', 256989300, 326421000, 0),
(10595, 576, 64, 'Isna', 252933600, 325540200, 0),
(10596, 576, 64, 'Kousa', 259140700, 327636200, 0),
(10597, 576, 64, 'Naj'' Hammadi', 260494900, 322414200, 0),
(10598, 576, 64, 'Qina', 261641800, 327267100, 0),
(10599, 577, 64, 'Al ''Arish', 311315900, 337984400, 0),
(10600, 578, 64, 'Akhmim', 265621700, 317450300, 0),
(10601, 578, 64, 'Al Balyana', 262356800, 320034700, 0),
(10602, 578, 64, 'Jirja', 263382600, 318916100, 0),
(10603, 578, 64, 'Juhaynah', 266731900, 314976000, 0),
(10604, 578, 64, 'Suhaj', 265569500, 316947800, 0),
(10605, 578, 64, 'Tahta', 267693000, 315021400, 0),
(10606, 579, 65, 'Sensuntepeque', 138666700, -886333300, 0),
(10607, 580, 65, 'Cojutepeque', 137166700, -889333300, 0),
(10608, 581, 65, 'Antiguo Cuscatlan', 136730600, -892408300, 0),
(10609, 581, 65, 'La Libertad', 134883300, -893222200, 0),
(10610, 581, 65, 'Nueva San Salvador', 136769400, -892797200, 0),
(10611, 581, 65, 'Nuevo Cuscatlan', 136486100, -892652800, 0),
(10612, 581, 65, 'Quezaltepeque', 138350000, -892744400, 0),
(10613, 581, 65, 'San Juan Opico', 138761100, -893597200, 0),
(10614, 582, 65, 'Santa Rosa de Lima', 136247200, -878936100, 0),
(10615, 583, 65, 'Jocoro', 136166700, -880166700, 0),
(10616, 584, 65, 'San Miquel', 134833300, -881833300, 0),
(10617, 585, 65, 'Apopa', 138072200, -891791700, 0),
(10618, 585, 65, 'Ayutuxtepeque', 137455600, -892063900, 0),
(10619, 585, 65, 'Cuscatancingo', 137361100, -891813900, 0),
(10620, 585, 65, 'Delgado', 137241700, -891702800, 0),
(10621, 585, 65, 'Ilopango', 137016700, -891094400, 0),
(10622, 585, 65, 'Mejicanos', 137402800, -892130600, 0),
(10623, 585, 65, 'San Marcos', 136588900, -891830600, 0),
(10624, 585, 65, 'San Salvador', 136893500, -891871800, 0),
(10625, 585, 65, 'Santo Tomas', 136408300, -891333300, 0),
(10626, 585, 65, 'Soyapango', 137347200, -891513900, 0),
(10627, 586, 65, 'Apastepeque', 136666700, -887833300, 0),
(10628, 587, 65, 'Chalchuapa', 139866700, -896811100, 0),
(10629, 587, 65, 'Santa Ana', 139941700, -895597200, 0),
(10630, 588, 65, 'Sonsonate', 137188900, -897241700, 0),
(10631, 589, 65, 'Berlin', 135000000, -885333300, 0),
(10632, 589, 65, 'Jucuapa', 135166700, -883833300, 0),
(10633, 589, 65, 'Usulutan', 133500000, -884500000, 0),
(10634, 590, 66, 'Malabo', 37500000, 87833300, 0),
(10635, 591, 66, 'Bata', 18639100, 97658200, 0),
(10636, 591, 66, 'Mbini', 15740200, 96134100, 0),
(10637, 592, 67, 'Asmara', 153333300, 389333300, 0),
(10638, 593, 68, 'Arukula', 593644400, 250772200, 0),
(10639, 593, 68, 'Haabneeme', 595113900, 248211100, 0),
(10640, 593, 68, 'Keila', 593036100, 244130600, 0),
(10641, 593, 68, 'Kose', 594580600, 248783300, 0),
(10642, 593, 68, 'Kuusalu', 594438900, 254413900, 0),
(10643, 593, 68, 'Laagri', 593508300, 246141800, 0),
(10644, 593, 68, 'Loksa', 595763900, 257213900, 0),
(10645, 593, 68, 'Loo', 594363900, 249483300, 0),
(10646, 593, 68, 'Maardu', 594766700, 250250000, 0),
(10647, 593, 68, 'Paldiski', 593566700, 240530600, 0),
(10648, 593, 68, 'Riisipere', 591141700, 243105600, 0),
(10649, 593, 68, 'Rummu', 595352800, 247997200, 0),
(10650, 593, 68, 'Saku', 593022200, 246577800, 0),
(10651, 593, 68, 'Saue', 593202800, 245525000, 0),
(10652, 593, 68, 'Tabasalu', 594302800, 245330600, 0),
(10653, 593, 68, 'Tallinn', 594369600, 247535300, 0),
(10654, 593, 68, 'Vaida', 592905600, 249658300, 0),
(10655, 593, 68, 'Viimsi', 594966700, 248422200, 0),
(10656, 593, 68, 'Yuri', 593541700, 248941700, 0),
(10657, 594, 68, 'Kardla', 589977800, 227491700, 0),
(10658, 595, 68, 'Johvi', 593591700, 274211100, 0),
(10659, 595, 68, 'Kivioli', 593530600, 269711100, 0),
(10660, 595, 68, 'Kohtla-Jarve', 593986100, 272730600, 0),
(10661, 595, 68, 'Narva', 593772200, 281902800, 0),
(10662, 595, 68, 'Pussi', 593600000, 270497200, 0),
(10663, 595, 68, 'Sillamae', 593997200, 277547200, 0),
(10664, 595, 68, 'Toila', 594236100, 275025000, 0),
(10665, 596, 68, 'Koeru', 589630600, 260308300, 0),
(10666, 596, 68, 'Paide', 588855600, 255572200, 0),
(10667, 596, 68, 'Tyuri', 588086100, 254325000, 0),
(10668, 597, 68, 'Jogeva', 587466700, 263938900, 0),
(10669, 597, 68, 'Tabivere', 585541700, 265955600, 0),
(10670, 598, 68, 'Haljala', 594336100, 262613900, 0),
(10671, 598, 68, 'Kadrina', 593347200, 261450000, 0),
(10672, 598, 68, 'Kunda', 594841700, 265611100, 0),
(10673, 598, 68, 'Rakke', 589816700, 262544400, 0),
(10674, 598, 68, 'Rakvere', 593463900, 263558300, 0),
(10675, 598, 68, 'Someru', 593611100, 264375000, 0),
(10676, 598, 68, 'Tamsalu', 591586100, 261152800, 0),
(10677, 598, 68, 'Vaike-Maarja', 591263900, 262500000, 0),
(10678, 598, 68, 'Vinni', 592958300, 264322200, 0),
(10679, 599, 68, 'Haapsalu', 589430600, 235413900, 0),
(10680, 599, 68, 'Lihula', 586813900, 238452800, 0),
(10681, 599, 68, 'Uuemoisa', 589394400, 235894400, 0),
(10682, 600, 68, 'Paikuse', 583791700, 246344400, 0),
(10683, 600, 68, 'Parnu', 583858800, 244971100, 0),
(10684, 600, 68, 'Parnu-Jaagupi', 586105200, 245068900, 0),
(10685, 600, 68, 'Tootsi', 585780600, 247925000, 0),
(10686, 601, 68, 'Polva', 580602800, 270694400, 0),
(10687, 601, 68, 'Rapina', 580980600, 274636100, 0),
(10688, 602, 68, 'Kohila', 591680600, 247575000, 0),
(10689, 602, 68, 'Marjamaa', 589038900, 244305600, 0),
(10690, 602, 68, 'Rapla', 590072200, 247927800, 0),
(10691, 603, 68, 'Kuressaare', 582480600, 225038900, 0),
(10692, 604, 68, 'Elva', 582225000, 264211100, 0),
(10693, 604, 68, 'Tartu', 583806200, 267250900, 0),
(10694, 605, 68, 'Shloss', 580583300, 264966700, 0),
(10695, 605, 68, 'Torva', 580027800, 259350000, 0),
(10696, 605, 68, 'Valga', 577778100, 260473000, 0),
(10697, 606, 68, 'Suure-Jaani', 585361100, 254705600, 0),
(10698, 606, 68, 'Viiratsi', 583600000, 256372200, 0),
(10699, 606, 68, 'Viljandi', 583638900, 255900000, 0),
(10700, 606, 68, 'Vohma', 586283300, 255483300, 0),
(10701, 607, 68, 'Vana-Antsla', 578661100, 265322200, 0),
(10702, 607, 68, 'Voru', 578338900, 270194400, 0),
(10703, 608, 69, 'Addis Ababa', 90249700, 387468900, 0),
(10704, 609, 69, 'Bahir Dar', 115936400, 373907700, 0),
(10705, 609, 69, 'Dese', 111333300, 396333300, 0),
(10706, 609, 69, 'Gonder', 126000000, 374666700, 0),
(10707, 610, 69, 'Dire Dawa', 95930600, 418661100, 0),
(10708, 611, 69, 'Giyon', 85333300, 379833300, 0),
(10709, 611, 69, 'Nazret', 85500000, 392666700, 0),
(10710, 612, 69, 'Butajira', 81166700, 383666700, 0),
(10711, 613, 70, 'Stanley', -517000000, -578500000, 0),
(10712, 614, 71, 'Eystur', 622090700, -67524700, 0),
(10713, 615, 71, 'Argir', 619959500, -67715400, 0),
(10714, 615, 71, 'Hoyvik', 620340700, -67812700, 0),
(10715, 615, 71, 'Torshavn', 620097300, -67716400, 0),
(10716, 615, 71, 'Vestmanna', 621563900, -71663900, 0),
(10717, 616, 71, 'Sorvagur', 620972600, -73577000, 0),
(10718, 617, 72, 'Suva', -181416100, 1784414900, 0),
(10719, 618, 72, 'Lambasa', -164166700, 1793833300, 0),
(10720, 619, 72, 'Nadi', -178000000, 1774166700, 0),
(10721, 620, 73, 'Aanekoski', 626000000, 257333300, 0),
(10722, 620, 73, 'Jamsankoski', 619190000, 251701100, 0),
(10723, 620, 73, 'Joutsa', 617333300, 261166700, 0),
(10724, 620, 73, 'Jyvaskyla', 622414700, 257208800, 0),
(10725, 620, 73, 'Kannonkoski', 629666700, 252500000, 0),
(10726, 620, 73, 'Karstula', 628666700, 247833300, 0),
(10727, 620, 73, 'Keuruu', 622666700, 247000000, 0),
(10728, 620, 73, 'Konnevesi', 626166700, 263166700, 0),
(10729, 620, 73, 'Kyyjarvi', 630333300, 245666700, 0),
(10730, 620, 73, 'Laukaa', 624140700, 259519400, 0),
(10731, 620, 73, 'Multia', 624166700, 247833300, 0),
(10732, 620, 73, 'Petajavesi', 622500000, 252000000, 0),
(10733, 620, 73, 'Pihtipudas', 633833300, 255666700, 0),
(10734, 620, 73, 'Pylkonmaki', 626666700, 248000000, 0),
(10735, 620, 73, 'Saynatsalo', 621402500, 257694800, 0),
(10736, 620, 73, 'Sumiainen', 626573600, 260464200, 0),
(10737, 620, 73, 'Suolahti', 625642100, 258536300, 0),
(10738, 620, 73, 'Uurainen', 625000000, 254500000, 0),
(10739, 620, 73, 'Viitasaari', 630666700, 258666700, 0),
(10740, 621, 73, 'Kalvia', 638606700, 234528900, 0),
(10741, 621, 73, 'Kannus', 639000000, 239000000, 0),
(10742, 621, 73, 'Kaustinen', 635487800, 236884500, 0),
(10743, 621, 73, 'Kokkola', 638366670, 231333330, 0),
(10744, 621, 73, 'Kotka', 638000000, 233666700, 0),
(10745, 621, 73, 'Lestijarvi', 635333300, 246500000, 0),
(10746, 621, 73, 'Toholampi', 637666700, 242500000, 0),
(10747, 622, 73, 'Alastaro', 609500000, 228500000, 0),
(10748, 622, 73, 'Askainen', 605666700, 218666700, 0),
(10749, 622, 73, 'Aura', 606471000, 225875500, 0),
(10750, 622, 73, 'Dragsfjard', 600666700, 224833300, 0),
(10751, 622, 73, 'Houtskar', 602228400, 213721800, 0),
(10752, 622, 73, 'Kaarina', 604072400, 223690400, 0),
(10753, 622, 73, 'Kimito', 601604700, 227290000, 0),
(10754, 622, 73, 'Lansi-Turunmaa', 602997200, 223004000, 0),
(10755, 622, 73, 'Lieto', 605103200, 224617600, 0),
(10756, 622, 73, 'Loimaa', 608497200, 230561000, 0),
(10757, 622, 73, 'Masku', 605708200, 220988300, 0),
(10758, 622, 73, 'Merimasku', 604833300, 218666700, 0),
(10759, 622, 73, 'Naantali', 604674400, 220242800, 0),
(10760, 622, 73, 'Nousiainen', 606041600, 220792600, 0),
(10761, 622, 73, 'Paimio', 604567100, 226869400, 0),
(10762, 622, 73, 'Raisio', 604859200, 221689500, 0),
(10763, 622, 73, 'Tarvasjoki', 605833300, 227333300, 0),
(10764, 622, 73, 'Turku', 604514800, 222686900, 0),
(10765, 622, 73, 'Uusikaupunki', 608004300, 214084100, 0),
(10766, 623, 73, 'Alajarvi', 649853200, 288056500, 0),
(10767, 623, 73, 'Hyrynsalmi', 646666700, 285333300, 0),
(10768, 623, 73, 'Joensuu', 646666700, 271333300, 0),
(10769, 623, 73, 'Kajaani', 642272800, 277284600, 0),
(10770, 623, 73, 'Kankaanpaa', 641666700, 285833300, 0),
(10771, 623, 73, 'Karhula', 645166700, 281000000, 0),
(10772, 623, 73, 'Kuhmo', 641333300, 295166700, 0),
(10773, 623, 73, 'Laitila', 641666700, 294666700, 0),
(10774, 623, 73, 'Lohtaja', 642206200, 276754200, 0),
(10775, 623, 73, 'Puolanka', 649000000, 275000000, 0),
(10776, 623, 73, 'Pyhanta', 644566200, 283355700, 0),
(10777, 623, 73, 'Riihimaki', 641000000, 295333300, 0),
(10778, 623, 73, 'Ristijarvi', 645000000, 282166700, 0),
(10779, 623, 73, 'Ruokolahti', 641166700, 287666700, 0),
(10780, 623, 73, 'Salo', 652000000, 292833300, 0),
(10781, 623, 73, 'Sotkamo', 641333300, 284166700, 0),
(10782, 623, 73, 'Suomussalmi', 648868500, 289077800, 0),
(10783, 623, 73, 'Vaala', 645666700, 268333300, 0),
(10784, 623, 73, 'Vimpeli', 641500000, 271666700, 0),
(10785, 623, 73, 'Vuolijoki', 641853800, 269954700, 0),
(10786, 624, 73, 'Anjala', 606833300, 268333300, 0),
(10787, 624, 73, 'Elimaki', 607166700, 264666700, 0),
(10788, 624, 73, 'Hamina', 605697400, 271979400, 0),
(10789, 624, 73, 'Iitti', 608948800, 263386900, 0),
(10790, 624, 73, 'Kuusankoski', 609070000, 266243700, 0),
(10791, 624, 73, 'Miehikkala', 606666700, 277000000, 0),
(10792, 624, 73, 'Valkeala', 609400600, 267979000, 0),
(10793, 625, 73, 'Enontekio', 683857300, 236321500, 0),
(10794, 625, 73, 'Inari', 689059600, 270288100, 0),
(10795, 625, 73, 'Ivalo', 686598600, 275389100, 0),
(10796, 625, 73, 'Kemi', 657364100, 245637100, 0),
(10797, 625, 73, 'Kemijarvi', 666666700, 274166700, 0),
(10798, 625, 73, 'Keminmaa', 658015800, 245448300, 0),
(10799, 625, 73, 'Kittila', 676666700, 249000000, 0),
(10800, 625, 73, 'Kolari', 673304700, 237778500, 0),
(10801, 625, 73, 'Posio', 661085600, 281718600, 0),
(10802, 625, 73, 'Pyhajarvi', 670701000, 272176300, 0),
(10803, 625, 73, 'Ranua', 659166700, 265333300, 0),
(10804, 625, 73, 'Rovaniemi', 665000000, 257166700, 0),
(10805, 625, 73, 'Savukoski', 672925000, 281580600, 0),
(10806, 625, 73, 'Simo', 656666700, 250500000, 0),
(10807, 625, 73, 'Sodankyla', 674166700, 266000000, 0),
(10808, 625, 73, 'Toivakka', 660162000, 268444800, 0),
(10809, 625, 73, 'Tornio', 658481100, 241466200, 0),
(10810, 625, 73, 'Utsjoki', 699086400, 270284300, 0),
(10811, 625, 73, 'Ylitornio', 663089300, 236773400, 0),
(10812, 626, 73, 'Asikkala', 625666700, 291833300, 0),
(10813, 626, 73, 'Ilomantsi', 626716200, 309327600, 0),
(10814, 626, 73, 'Juuka', 632333300, 292500000, 0),
(10815, 626, 73, 'Kesalahti', 618975200, 298349400, 0),
(10816, 626, 73, 'Kitee', 621000000, 301500000, 0),
(10817, 626, 73, 'Kontiolahti', 627602300, 298471100, 0),
(10818, 626, 73, 'Korpilahti', 636055200, 290435500, 0),
(10819, 626, 73, 'Lieksa', 633166700, 300166700, 0),
(10820, 626, 73, 'Liperi', 625333300, 293666700, 0),
(10821, 626, 73, 'Nurmes', 635420500, 291396500, 0),
(10822, 626, 73, 'Nurmijarvi', 635266600, 299903100, 0),
(10823, 626, 73, 'Outokumpu', 627268500, 290159200, 0),
(10824, 626, 73, 'Tohmajarvi', 621833300, 303833300, 0),
(10825, 626, 73, 'Tuupovaara', 624837200, 306273100, 0),
(10826, 627, 73, 'Alavieska', 641666700, 243000000, 0),
(10827, 627, 73, 'Haapajarvi', 640833300, 253000000, 0),
(10828, 627, 73, 'Haapavesi', 641333300, 253666700, 0),
(10829, 627, 73, 'Haukipudas', 651765400, 253523300, 0),
(10830, 627, 73, 'Himanka', 640621800, 236544700, 0),
(10831, 627, 73, 'Jamsa', 659666700, 299666700, 0),
(10832, 627, 73, 'Jarvenpaa', 656333300, 274166700, 0),
(10833, 627, 73, 'Jurva', 649333300, 271000000, 0),
(10834, 627, 73, 'Kalajoki', 642500000, 239500000, 0),
(10835, 627, 73, 'Karsamaki', 639666700, 257666700, 0),
(10836, 627, 73, 'Kempele', 649131400, 255033900, 0),
(10837, 627, 73, 'Kestila', 644000000, 263333300, 0),
(10838, 627, 73, 'Kiiminki', 651313900, 257974400, 0),
(10839, 627, 73, 'Kinnula', 651500000, 277166700, 0),
(10840, 627, 73, 'Kuivaniemi', 655784700, 251881400, 0),
(10841, 627, 73, 'Kuru', 641277600, 237959200, 0),
(10842, 627, 73, 'Kuusamo', 659666700, 291833300, 0),
(10843, 627, 73, 'Liminka', 648098500, 254154500, 0),
(10844, 627, 73, 'Lumijoki', 648374400, 251860700, 0),
(10845, 627, 73, 'Marttila', 653000000, 271666700, 0),
(10846, 627, 73, 'Muhos', 648079800, 259931400, 0),
(10847, 627, 73, 'Nivala', 639166700, 249666700, 0),
(10848, 627, 73, 'Oulainen', 642666700, 248000000, 0),
(10849, 627, 73, 'Oulu', 650123600, 254681600, 0),
(10850, 627, 73, 'Oulunsalo', 649345600, 254112100, 0),
(10851, 627, 73, 'Piippola', 641666700, 259666700, 0),
(10852, 627, 73, 'Pudasjarvi', 653833300, 269166700, 0),
(10853, 627, 73, 'Raahe', 646833300, 244833300, 0),
(10854, 627, 73, 'Reisjarvi', 636166700, 249000000, 0),
(10855, 627, 73, 'Rusko', 650482800, 255381500, 0),
(10856, 627, 73, 'Ruukki', 646666700, 251000000, 0),
(10857, 627, 73, 'Saari', 653333300, 257500000, 0),
(10858, 627, 73, 'Taivalkoski', 655666700, 282500000, 0),
(10859, 627, 73, 'Vihanti', 659000000, 294000000, 0),
(10860, 627, 73, 'Ylivieska', 640833300, 245500000, 0),
(10861, 628, 73, 'Iisalmi', 635591500, 271906700, 0),
(10862, 628, 73, 'Juankoski', 630666700, 283500000, 0),
(10863, 628, 73, 'Kaavi', 629833300, 285000000, 0),
(10864, 628, 73, 'Kangaslampi', 622956300, 282528900, 0),
(10865, 628, 73, 'Karttula', 628963000, 269704500, 0),
(10866, 628, 73, 'Kiuruvesi', 636500000, 266166700, 0),
(10867, 628, 73, 'Kuopio', 628923800, 276770300, 0),
(10868, 628, 73, 'Leppavirta', 624900900, 277826200, 0),
(10869, 628, 73, 'Nilsia', 632074600, 280822200, 0),
(10870, 628, 73, 'Rautalampi', 626333300, 268333300, 0),
(10871, 628, 73, 'Siilinjarvi', 630833300, 276666700, 0),
(10872, 628, 73, 'Sonkajarvi', 636666700, 275166700, 0),
(10873, 628, 73, 'Sulkava', 635000000, 266833300, 0),
(10874, 628, 73, 'Suonenjoki', 626166700, 271333300, 0),
(10875, 628, 73, 'Tuusniemi', 628166700, 285000000, 0),
(10876, 628, 73, 'Varkaus', 623153300, 278730000, 0),
(10877, 628, 73, 'Vesanto', 629333300, 264166700, 0),
(10878, 628, 73, 'Vierema', 637500000, 270166700, 0),
(10879, 629, 73, 'Isokyro', 630117200, 223333200, 0),
(10880, 629, 73, 'Jakobstad', 636748600, 227025600, 0),
(10881, 629, 73, 'Kivijarvi', 636382900, 233116300, 0),
(10882, 629, 73, 'Korsholm', 631141800, 216821600, 0),
(10883, 629, 73, 'Kristinestad', 622742900, 213759600, 0),
(10884, 629, 73, 'Kronoby', 637285900, 230338700, 0),
(10885, 629, 73, 'Laihia', 629760900, 220114300, 0),
(10886, 629, 73, 'Larsmo', 637538800, 227472800, 0),
(10887, 629, 73, 'Malax', 629422500, 215731100, 0),
(10888, 629, 73, 'Nykarleby', 635227700, 225307300, 0),
(10889, 629, 73, 'Pedersore', 636500000, 226833300, 0),
(10890, 629, 73, 'Ristinummi', 631000000, 217166700, 0),
(10891, 629, 73, 'Teeriniemi', 630970500, 216959000, 0),
(10892, 629, 73, 'Vaasa', 630960000, 216157700, 0),
(10893, 629, 73, 'Vahakyro', 630563500, 221058400, 0),
(10894, 629, 73, 'Vora', 631360700, 222522300, 0),
(10895, 630, 73, 'Artjarvi', 607454400, 260708400, 0),
(10896, 630, 73, 'Hameenkoski', 610222200, 251541700, 0),
(10897, 630, 73, 'Hartola', 615833300, 260166700, 0),
(10898, 630, 73, 'Heinola', 612056400, 260381100, 0),
(10899, 630, 73, 'Hollola', 610500000, 254333300, 0),
(10900, 630, 73, 'Karkola', 609166700, 252500000, 0),
(10901, 630, 73, 'Nastola', 609500000, 259333300, 0),
(10902, 630, 73, 'Orimattila', 608048700, 257296400, 0),
(10903, 630, 73, 'Padasjoki', 613500000, 252833300, 0),
(10904, 630, 73, 'Sysma', 615000000, 256833300, 0),
(10905, 631, 73, 'Aetsa', 612833300, 226833300, 0),
(10906, 631, 73, 'Akaa', 611666700, 238666700, 0),
(10907, 631, 73, 'Hameenkyro', 616391300, 231953100, 0),
(10908, 631, 73, 'Ikaalinen', 617695100, 230658000, 0),
(10909, 631, 73, 'Kangasala', 614638300, 240760200, 0),
(10910, 631, 73, 'Kouvola', 610405600, 229951700, 0),
(10911, 631, 73, 'Kylmakoski', 611540000, 236885800, 0),
(10912, 631, 73, 'Lempaala', 613166700, 237500000, 0),
(10913, 631, 73, 'Luopioinen', 613629300, 246678100, 0),
(10914, 631, 73, 'Mantta', 620301400, 246279100, 0),
(10915, 631, 73, 'Nokia', 614666700, 235000000, 0),
(10916, 631, 73, 'Orivesi', 616776600, 243572000, 0),
(10917, 631, 73, 'Parkano', 620166700, 230166700, 0),
(10918, 631, 73, 'Pirkkala', 614612500, 236322800, 0),
(10919, 631, 73, 'Ruovesi', 619857500, 240571400, 0),
(10920, 631, 73, 'Sahalahti', 614746000, 243265200, 0),
(10921, 631, 73, 'Tampere', 614991100, 237871200, 0),
(10922, 631, 73, 'Toijala', 611691100, 238656500, 0),
(10923, 631, 73, 'Urjala', 610833300, 235333300, 0),
(10924, 631, 73, 'Valkeakoski', 612642100, 240312200, 0),
(10925, 631, 73, 'Vammala', 613333300, 229000000, 0),
(10926, 631, 73, 'Viiala', 612102300, 237673800, 0),
(10927, 631, 73, 'Virrat', 622475900, 237800400, 0),
(10928, 631, 73, 'Ylojarvi', 615563200, 235960600, 0),
(10929, 632, 73, 'Eura', 611333300, 221333300, 0),
(10930, 632, 73, 'Eurajoki', 612000000, 217333300, 0),
(10931, 632, 73, 'Harjavalta', 613166700, 221333300, 0),
(10932, 632, 73, 'Huittinen', 611833300, 227000000, 0),
(10933, 632, 73, 'Karvia', 622000000, 226500000, 0),
(10934, 632, 73, 'Kiukainen', 612166700, 220833300, 0),
(10935, 632, 73, 'Kokemaki', 612564700, 223564300, 0),
(10936, 632, 73, 'Kullaa', 614699800, 221614500, 0),
(10937, 632, 73, 'Lavia', 616000000, 226000000, 0),
(10938, 632, 73, 'Merikarvia', 618583900, 215003500, 0),
(10939, 632, 73, 'Nakkila', 613666700, 220000000, 0),
(10940, 632, 73, 'Pori', 614833300, 217833300, 0),
(10941, 632, 73, 'Rauma', 611272400, 215112700, 0),
(10942, 632, 73, 'Sakyla', 610333300, 223333300, 0),
(10943, 632, 73, 'Ulvila', 614284400, 218710300, 0),
(10944, 632, 73, 'Vampula', 610166700, 227000000, 0),
(10945, 633, 73, 'Imatra', 611718500, 287524200, 0),
(10946, 633, 73, 'Joutseno', 611179600, 285076300, 0),
(10947, 633, 73, 'Lappeenranta', 610587100, 281887100, 0),
(10948, 633, 73, 'Lemi', 610624400, 278057100, 0),
(10949, 633, 73, 'Luumaki', 609261800, 275813500, 0),
(10950, 633, 73, 'Parikkala', 615500000, 295000000, 0),
(10951, 633, 73, 'Rautjarvi', 614333300, 293500000, 0),
(10952, 633, 73, 'Savitaipale', 612000000, 277000000, 0),
(10953, 633, 73, 'Taipalsaari', 611500000, 280500000, 0),
(10954, 633, 73, 'Ylamaa', 608000000, 280000000, 0),
(10955, 634, 73, 'Ahtari', 625540300, 240618600, 0),
(10956, 634, 73, 'Alaharma', 632333300, 228500000, 0),
(10957, 634, 73, 'Ilmajoki', 627333300, 225666700, 0),
(10958, 634, 73, 'Isojoki', 621131900, 219588400, 0),
(10959, 634, 73, 'Jalasjarvi', 625000000, 227500000, 0),
(10960, 634, 73, 'Karijoki', 623085100, 217085600, 0),
(10961, 634, 73, 'Kauhajoki', 624333300, 221833300, 0),
(10962, 634, 73, 'Kauhava', 631029900, 230712900, 0),
(10963, 634, 73, 'Kortesjarvi', 633000000, 231666700, 0),
(10964, 634, 73, 'Koski', 632743700, 230343300, 0),
(10965, 634, 73, 'Kuortane', 628000000, 235000000, 0),
(10966, 634, 73, 'Kurikka', 626166700, 224166700, 0),
(10967, 634, 73, 'Lahti', 632166700, 228500000, 0),
(10968, 634, 73, 'Lammi', 632836400, 236146900, 0),
(10969, 634, 73, 'Lappajarvi', 632000000, 236333300, 0),
(10970, 634, 73, 'Lapua', 629692700, 230088000, 0),
(10971, 634, 73, 'Nurmo', 628287000, 229099000, 0),
(10972, 634, 73, 'Saarijarvi', 633471200, 231652600, 0),
(10973, 634, 73, 'Sammatti', 623685900, 232288900, 0),
(10974, 634, 73, 'Seinajoki', 627944600, 228282200, 0),
(10975, 634, 73, 'Tammela', 628166700, 225500000, 0),
(10976, 634, 73, 'Teuva', 624819000, 217415600, 0),
(10977, 634, 73, 'Toysa', 626280300, 238182800, 0),
(10978, 634, 73, 'Yliharma', 631500000, 227833300, 0),
(10979, 635, 73, 'Heinavesi', 624333300, 286000000, 0),
(10980, 635, 73, 'Joroinen', 621782300, 278316500, 0),
(10981, 635, 73, 'Juva', 619000000, 278500000, 0),
(10982, 635, 73, 'Kangasniemi', 619935700, 266478500, 0),
(10983, 635, 73, 'Kerimaki', 619106900, 292822800, 0),
(10984, 635, 73, 'Mantyharju', 614166700, 268833300, 0),
(10985, 635, 73, 'Mikkeli', 616885700, 272722700, 0),
(10986, 635, 73, 'Pieksamaki', 623000000, 271333300, 0),
(10987, 635, 73, 'Pukkila', 613666700, 270333300, 0),
(10988, 635, 73, 'Punkaharju', 617588300, 293884300, 0),
(10989, 635, 73, 'Rantasalmi', 620666700, 283000000, 0),
(10990, 635, 73, 'Ristiina', 615057900, 272464300, 0),
(10991, 635, 73, 'Savonlinna', 618699000, 288799900, 0),
(10992, 635, 73, 'Savonranta', 621833300, 292000000, 0),
(10993, 636, 73, 'Forssa', 608146200, 236214600, 0),
(10994, 636, 73, 'Hameenlinna', 609959600, 244643400, 0),
(10995, 636, 73, 'Hausjarvi', 607833300, 249333300, 0),
(10996, 636, 73, 'Janakkala', 609000000, 246000000, 0),
(10997, 636, 73, 'Jokioinen', 608016200, 234800400, 0),
(10998, 636, 73, 'Tervakoski', 608141200, 246259400, 0),
(10999, 636, 73, 'Tuulos', 611500000, 248000000, 0),
(11000, 636, 73, 'Vantaa', 607192900, 248587800, 0),
(11001, 636, 73, 'Ypaja', 608000000, 232833300, 0),
(11002, 637, 73, 'Ekenas', 599735900, 234338900, 0),
(11003, 637, 73, 'Espoo', 602052000, 246522000, 0),
(11004, 637, 73, 'Hanko', 598333300, 229500000, 0),
(11005, 637, 73, 'Helsinki', 601695200, 249354500, 0),
(11006, 637, 73, 'Hyvinkaa', 606319500, 248606000, 0),
(11007, 637, 73, 'Inga', 600458700, 240045900, 0),
(11008, 637, 73, 'Karis', 600717800, 236616300, 0),
(11009, 637, 73, 'Karkkila', 605341800, 242097700, 0),
(11010, 637, 73, 'Karleby', 603592600, 255437600, 0),
(11011, 637, 73, 'Kauniainen', 602120900, 247275600, 0),
(11012, 637, 73, 'Kerava', 604033800, 251050000, 0),
(11013, 637, 73, 'Kilo', 602174600, 247815100, 0),
(11014, 637, 73, 'Kirkkonummi', 601238100, 244385300, 0),
(11015, 637, 73, 'Lapinjarvi', 606244300, 261972000, 0),
(11016, 637, 73, 'Lohja', 602485900, 240653400, 0),
(11017, 637, 73, 'Lovisa', 604565900, 262250500, 0),
(11018, 637, 73, 'Mantsala', 606333300, 253166700, 0),
(11019, 637, 73, 'Otaniemi', 601839500, 248278600, 0),
(11020, 637, 73, 'Pornainen', 604758100, 253749000, 0),
(11021, 637, 73, 'Porvoo', 603923300, 256650700, 0),
(11022, 637, 73, 'Sibbo', 603775200, 252690600, 0),
(11023, 637, 73, 'Siuntio', 601386200, 242271500, 0),
(11024, 637, 73, 'Teekkarikyla', 601895900, 248350200, 0),
(11025, 637, 73, 'Tuusula', 604036800, 250263800, 0),
(11026, 637, 73, 'Vihti', 604169900, 243196500, 0),
(11027, 638, 74, 'Achenheim', 485807000, 76280300, 0),
(11028, 638, 74, 'Altkirch', 476166700, 72500000, 0),
(11029, 638, 74, 'Altorf', 485216600, 75278700, 0),
(11030, 638, 74, 'Ammerschwihr', 481254800, 72828200, 0),
(11031, 638, 74, 'Andolsheim', 480617900, 74163700, 0),
(11032, 638, 74, 'Aspach', 476417300, 72332400, 0),
(11033, 638, 74, 'Baldersheim', 478015800, 73802000, 0),
(11034, 638, 74, 'Bantzenheim', 478256100, 75149800, 0),
(11035, 638, 74, 'Barr', 484075500, 74487300, 0),
(11036, 638, 74, 'Benfeld', 483706200, 75937000, 0),
(11037, 638, 74, 'Bennwihr', 481445600, 73244500, 0),
(11038, 638, 74, 'Bergholtz', 479159500, 72461200, 0),
(11039, 638, 74, 'Betschdorf', 489000000, 79000000, 0),
(11040, 638, 74, 'Bischheim', 486161200, 77534300, 0),
(11041, 638, 74, 'Bischwiller', 487658800, 78583100, 0),
(11042, 638, 74, 'Blotzheim', 476020500, 74963000, 0),
(11043, 638, 74, 'Boersch', 484765600, 74399800, 0),
(11044, 638, 74, 'Bollwiller', 478583200, 72617900, 0),
(11045, 638, 74, 'Bouxwiller', 488249500, 74811700, 0),
(11046, 638, 74, 'Buhl', 479280600, 71871900, 0),
(11047, 638, 74, 'Burnhaupt-le-Bas', 477172100, 71614900, 0),
(11048, 638, 74, 'Burnhaupt-le-Haut', 477294500, 71461000, 0),
(11049, 638, 74, 'Chalampe', 478194100, 75409800, 0),
(11050, 638, 74, 'Colmar', 480833300, 73666700, 0),
(11051, 638, 74, 'Dambach-la-Ville', 483237900, 74254700, 0),
(11052, 638, 74, 'Dettwiller', 487541500, 74663300, 0),
(11053, 638, 74, 'Didenheim', 477173700, 73022000, 0),
(11054, 638, 74, 'Dossenheim-sur-Zinsel', 488059000, 74027300, 0),
(11055, 638, 74, 'Duppigheim', 485286600, 75942100, 0),
(11056, 638, 74, 'Duttlenheim', 485255300, 75657200, 0),
(11057, 638, 74, 'Ebersheim', 483043800, 74990300, 0),
(11058, 638, 74, 'Eckbolsheim', 485807500, 76876800, 0),
(11059, 638, 74, 'Entzheim', 485322400, 76332900, 0),
(11060, 638, 74, 'Epfig', 483593300, 74642700, 0),
(11061, 638, 74, 'Erstein', 484237300, 76626200, 0),
(11062, 638, 74, 'Ferrette', 474919600, 73193700, 0),
(11063, 638, 74, 'Gambsheim', 486920900, 78828600, 0),
(11064, 638, 74, 'Geispolsheim', 485165800, 76466700, 0),
(11065, 638, 74, 'Gerstheim', 483814200, 77030800, 0),
(11066, 638, 74, 'Gries', 487537000, 78140300, 0),
(11067, 638, 74, 'Guebwiller', 479166700, 72000000, 0),
(11068, 638, 74, 'Guemar', 481886900, 73970600, 0),
(11069, 638, 74, 'Habsheim', 477308700, 74185500, 0),
(11070, 638, 74, 'Haguenau', 488155700, 77905100, 0),
(11071, 638, 74, 'Hirtzbach', 475961800, 72204300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(11072, 638, 74, 'Hochfelden', 487573800, 75676900, 0),
(11073, 638, 74, 'Hoenheim', 486222400, 77554900, 0),
(11074, 638, 74, 'Hoerdt', 487000000, 77833300, 0),
(11075, 638, 74, 'Holtzheim', 485582000, 76443400, 0),
(11076, 638, 74, 'Houssen', 481258100, 73784100, 0),
(11077, 638, 74, 'Illfurth', 476729000, 72653900, 0),
(11078, 638, 74, 'Illkirch-Graffenstaden', 485289400, 77152300, 0),
(11079, 638, 74, 'Illzach', 477808800, 73466200, 0),
(11080, 638, 74, 'Ingersheim', 480980300, 73030800, 0),
(11081, 638, 74, 'Ingwiller', 488728400, 74798000, 0),
(11082, 638, 74, 'Irmstett', 485885600, 74774700, 0),
(11083, 638, 74, 'Ittenheim', 486044700, 75947100, 0),
(11084, 638, 74, 'Jebsheim', 481234600, 74754900, 0),
(11085, 638, 74, 'Kaltenhouse', 487910200, 78332900, 0),
(11086, 638, 74, 'Kaysersberg', 481380300, 72638500, 0),
(11087, 638, 74, 'Kertzfeld', 483793400, 75708200, 0),
(11088, 638, 74, 'Kingersheim', 477925900, 73349100, 0),
(11089, 638, 74, 'Kunheim', 480768100, 75343000, 0),
(11090, 638, 74, 'Liepvre', 482703600, 72841400, 0),
(11091, 638, 74, 'Lingolsheim', 485575200, 76825300, 0),
(11092, 638, 74, 'Lutzelhouse', 485196300, 72860900, 0),
(11093, 638, 74, 'Magstatt-le-Bas', 476394000, 74097000, 0),
(11094, 638, 74, 'Mertzwiller', 488684600, 76831000, 0),
(11095, 638, 74, 'Merxheim', 479112800, 72949200, 0),
(11096, 638, 74, 'Mittelhausbergen', 486143600, 76900900, 0),
(11097, 638, 74, 'Mommenheim', 487575800, 76429000, 0),
(11098, 638, 74, 'Moosch', 478596800, 70500700, 0),
(11099, 638, 74, 'Morschwiller-le-Bas', 477360900, 72668700, 0),
(11100, 638, 74, 'Mulhouse', 477500000, 73333300, 0),
(11101, 638, 74, 'Mundolsheim', 486421500, 77137800, 0),
(11102, 638, 74, 'Mussig', 482299300, 75196300, 0),
(11103, 638, 74, 'Mutzig', 485397400, 74559400, 0),
(11104, 638, 74, 'Niederbronn-les-Bains', 489516500, 76427100, 0),
(11105, 638, 74, 'Niederhausbergen', 486240000, 77021000, 0),
(11106, 638, 74, 'Niedernai', 484513400, 75148700, 0),
(11107, 638, 74, 'Obenheim', 483592100, 76895200, 0),
(11108, 638, 74, 'Oberhaslach', 485503900, 73321300, 0),
(11109, 638, 74, 'Oberhergheim', 479684900, 73960900, 0),
(11110, 638, 74, 'Obernai', 484631300, 74810000, 0),
(11111, 638, 74, 'Offenheim', 486307400, 76175200, 0),
(11112, 638, 74, 'Ohlungen', 488112000, 77007500, 0),
(11113, 638, 74, 'Orbey', 481265100, 71645500, 0),
(11114, 638, 74, 'Ostwald', 485436900, 77109900, 0),
(11115, 638, 74, 'Ottmarsheim', 477865500, 75093500, 0),
(11116, 638, 74, 'Pfastatt', 477704400, 73010300, 0),
(11117, 638, 74, 'Plobsheim', 484697900, 77244200, 0),
(11118, 638, 74, 'Reichshoffen', 489328700, 76656100, 0),
(11119, 638, 74, 'Reichstett', 486485600, 77545500, 0),
(11120, 638, 74, 'Richwiller', 477794800, 72822500, 0),
(11121, 638, 74, 'Riquewihr', 481667200, 72970700, 0),
(11122, 638, 74, 'Rixheim', 477514000, 74009100, 0),
(11123, 638, 74, 'Rosenau', 476347100, 75409900, 0),
(11124, 638, 74, 'Rouffach', 479578600, 73001600, 0),
(11125, 638, 74, 'Saint-Louis', 475883600, 75624700, 0),
(11126, 638, 74, 'Sainte-Marie-aux-Mines', 482468000, 71852800, 0),
(11127, 638, 74, 'Sausheim', 477897600, 73713400, 0),
(11128, 638, 74, 'Saverne', 487416400, 73622100, 0),
(11129, 638, 74, 'Schiltigheim', 486074900, 77493100, 0),
(11130, 638, 74, 'Schirmeck', 484794200, 72151000, 0),
(11131, 638, 74, 'Schnersheim', 486574100, 75670100, 0),
(11132, 638, 74, 'Schweighouse-sur-Moder', 488166700, 77333300, 0),
(11133, 638, 74, 'Selestat', 482666700, 74500000, 0),
(11134, 638, 74, 'Sentheim', 477556000, 70530500, 0),
(11135, 638, 74, 'Sigolsheim', 481347400, 73013700, 0),
(11136, 638, 74, 'Souffelweyersheim', 486354000, 77414100, 0),
(11137, 638, 74, 'Soufflenheim', 488302600, 79626800, 0),
(11138, 638, 74, 'Soultz-Haut-Rhin', 478874000, 72304200, 0),
(11139, 638, 74, 'Soultz-sous-Forets', 489358600, 78830700, 0),
(11140, 638, 74, 'Staffelfelden', 478264700, 72523500, 0),
(11141, 638, 74, 'Steinbach', 478214000, 71527900, 0),
(11142, 638, 74, 'Steinbourg', 487702800, 74135400, 0),
(11143, 638, 74, 'Still', 485498200, 74044400, 0),
(11144, 638, 74, 'Strasbourg', 485834200, 77429600, 0),
(11145, 638, 74, 'Surbourg', 489100900, 78471600, 0),
(11146, 638, 74, 'Thann', 478166700, 70833300, 0),
(11147, 638, 74, 'Truchtersheim', 486631300, 76075200, 0),
(11148, 638, 74, 'Valff', 484204500, 75195400, 0),
(11149, 638, 74, 'Vendenheim', 486694800, 77098300, 0),
(11150, 638, 74, 'Village-Neuf', 475901600, 75701900, 0),
(11151, 638, 74, 'Ville', 483426600, 73057400, 0),
(11152, 638, 74, 'Walbourg', 488862800, 77882800, 0),
(11153, 638, 74, 'Wasselonne', 486372300, 74473100, 0),
(11154, 638, 74, 'Weitbruch', 487545500, 77793500, 0),
(11155, 638, 74, 'Wettolsheim', 480575500, 72984400, 0),
(11156, 638, 74, 'Wihr-au-Val', 480531200, 72048900, 0),
(11157, 638, 74, 'Wimmenau', 489115500, 74209300, 0),
(11158, 638, 74, 'Wissembourg', 490370800, 79454800, 0),
(11159, 638, 74, 'Wittenheim', 478078000, 73370200, 0),
(11160, 638, 74, 'Wolfisheim', 485872300, 76670800, 0),
(11161, 638, 74, 'Zimmersheim', 477202100, 73882000, 0),
(11162, 639, 74, 'Abzac', 450166700, -1333300, 0),
(11163, 639, 74, 'Agen', 442000000, 6333300, 0),
(11164, 639, 74, 'Agonac', 452924800, 7502400, 0),
(11165, 639, 74, 'Ahetze', 434043200, -15719200, 0),
(11166, 639, 74, 'Aiguillon', 442989300, 3402000, 0),
(11167, 639, 74, 'Anglet', 434766400, -15134600, 0),
(11168, 639, 74, 'Arbonne', 434324800, -15511800, 0),
(11169, 639, 74, 'Arbus', 433333300, -5000000, 0),
(11170, 639, 74, 'Arcachon', 446500000, -11666700, 0),
(11171, 639, 74, 'Ares', 447666700, -11333300, 0),
(11172, 639, 74, 'Arette', 431000000, -7166700, 0),
(11173, 639, 74, 'Arsac', 449968800, -6897600, 0),
(11174, 639, 74, 'Arthez-de-Bearn', 434666700, -6000000, 0),
(11175, 639, 74, 'Artiguelouve', 433166700, -4666700, 0),
(11176, 639, 74, 'Artix', 434000000, -5500000, 0),
(11177, 639, 74, 'Arudy', 431166700, -4333300, 0),
(11178, 639, 74, 'Ascain', 433452100, -16207300, 0),
(11179, 639, 74, 'Atur', 451408600, 7470200, 0),
(11180, 639, 74, 'Aubie-et-Espessas', 450186900, -4029700, 0),
(11181, 639, 74, 'Audenge', 446868600, -10134500, 0),
(11182, 639, 74, 'Avensan', 450344400, -7556800, 0),
(11183, 639, 74, 'Barbaste', 441690500, 2865900, 0),
(11184, 639, 74, 'Barsac', 446074500, -3152700, 0),
(11185, 639, 74, 'Bassens', 449022600, -5163100, 0),
(11186, 639, 74, 'Bayonne', 434833300, -14833300, 0),
(11187, 639, 74, 'Bazas', 444320200, -2132700, 0),
(11188, 639, 74, 'Beautiran', 447039300, -4520200, 0),
(11189, 639, 74, 'Begles', 448084500, -5480900, 0),
(11190, 639, 74, 'Belves', 447763200, 10058800, 0),
(11191, 639, 74, 'Bergerac', 448500000, 4833300, 0),
(11192, 639, 74, 'Berson', 451067900, -5877400, 0),
(11193, 639, 74, 'Biarritz', 434801200, -15555800, 0),
(11194, 639, 74, 'Bias', 444165500, 6697700, 0),
(11195, 639, 74, 'Bidart', 434376000, -15912700, 0),
(11196, 639, 74, 'Biganos', 446450400, -9736700, 0),
(11197, 639, 74, 'Biscarrosse', 443945400, -11672100, 0),
(11198, 639, 74, 'Blaye', 451333300, -6666700, 0),
(11199, 639, 74, 'Boe', 441600600, 6290500, 0),
(11200, 639, 74, 'Bordeaux', 448404400, -5805000, 0),
(11201, 639, 74, 'Bordes', 432333300, -2833300, 0),
(11202, 639, 74, 'Boucau', 435277000, -14655600, 0),
(11203, 639, 74, 'Boulazac', 451166700, 7500000, 0),
(11204, 639, 74, 'Bourg', 450500000, -5666700, 0),
(11205, 639, 74, 'Bruges', 448798100, -6121900, 0),
(11206, 639, 74, 'Buros', 433500000, -3000000, 0),
(11207, 639, 74, 'Cadaujac', 447543700, -5312800, 0),
(11208, 639, 74, 'Cadillac', 446363100, -3170200, 0),
(11209, 639, 74, 'Canejan', 447666700, -6333300, 0),
(11210, 639, 74, 'Capbreton', 436421600, -14281600, 0),
(11211, 639, 74, 'Carbon-Blanc', 448964200, -5010700, 0),
(11212, 639, 74, 'Carcans', 450786900, -10442900, 0),
(11213, 639, 74, 'Cars', 451291700, -6195200, 0),
(11214, 639, 74, 'Casseneuil', 444431000, 6209500, 0),
(11215, 639, 74, 'Castelculier', 441748600, 6914200, 0),
(11216, 639, 74, 'Cenac', 447800300, -4599900, 0),
(11217, 639, 74, 'Cenac-et-Saint-Julien', 447996800, 12053600, 0),
(11218, 639, 74, 'Cenon', 448559000, -5183900, 0),
(11219, 639, 74, 'Cestas', 447434500, -6790500, 0),
(11220, 639, 74, 'Ciboure', 433828600, -16760000, 0),
(11221, 639, 74, 'Coulounieix-Chamiers', 451528900, 6885200, 0),
(11222, 639, 74, 'Cours-de-Pile', 448360800, 5465600, 0),
(11223, 639, 74, 'Dax', 437103200, -10536600, 0),
(11224, 639, 74, 'Domme', 448021800, 12145900, 0),
(11225, 639, 74, 'Duras', 446761800, 1824700, 0),
(11226, 639, 74, 'Espelette', 433401500, -14473700, 0),
(11227, 639, 74, 'Estillac', 441576600, 5638300, 0),
(11228, 639, 74, 'Etauliers', 452258200, -5724300, 0),
(11229, 639, 74, 'Excideuil', 453363600, 10475400, 0),
(11230, 639, 74, 'Foulayronnes', 442402900, 6451600, 0),
(11231, 639, 74, 'Fronsac', 449166700, -2666700, 0),
(11232, 639, 74, 'Galgon', 449833300, -2666700, 0),
(11233, 639, 74, 'Gan', 432333300, -3833300, 0),
(11234, 639, 74, 'Garlin', 435592700, -2732100, 0),
(11235, 639, 74, 'Gelos', 432833300, -3666700, 0),
(11236, 639, 74, 'Ger', 432500000, -500000, 0),
(11237, 639, 74, 'Gontaud-de-Nogaret', 444500000, 3000000, 0),
(11238, 639, 74, 'Gradignan', 447726200, -6139300, 0),
(11239, 639, 74, 'Guethary', 434228500, -16107300, 0),
(11240, 639, 74, 'Gujan-Mestras', 446333300, -10666700, 0),
(11241, 639, 74, 'Hasparren', 433837700, -13049900, 0),
(11242, 639, 74, 'Hautefort', 452595300, 11487900, 0),
(11243, 639, 74, 'Hinx', 437019000, -9259100, 0),
(11244, 639, 74, 'Hourtin', 451857000, -10571900, 0),
(11245, 639, 74, 'Illats', 445971400, -3723800, 0),
(11246, 639, 74, 'Itxassou', 433289300, -14061700, 0),
(11247, 639, 74, 'Jumilhac-le-Grand', 454943200, 10633900, 0),
(11248, 639, 74, 'La Coquille', 455420200, 9767500, 0),
(11249, 639, 74, 'La Sauve', 447666700, -3166700, 0),
(11250, 639, 74, 'La Teste-de-Buch', 446287500, -11405900, 0),
(11251, 639, 74, 'Labenne', 435946400, -14255900, 0),
(11252, 639, 74, 'Lacanau', 449777900, -10762000, 0),
(11253, 639, 74, 'Lagor', 433833300, -6500000, 0),
(11254, 639, 74, 'Lagorce', 450666700, -1333300, 0),
(11255, 639, 74, 'Lalinde', 448362100, 7307500, 0),
(11256, 639, 74, 'Langon', 445500000, -2500000, 0),
(11257, 639, 74, 'Lanouaille', 453951700, 11396800, 0),
(11258, 639, 74, 'Lanton', 447047800, -10356200, 0),
(11259, 639, 74, 'Laplume', 441129200, 5297500, 0),
(11260, 639, 74, 'Le Barp', 446083300, -7694800, 0),
(11261, 639, 74, 'Le Bouscat', 448660000, -5941100, 0),
(11262, 639, 74, 'Le Passage', 442014300, 6027500, 0),
(11263, 639, 74, 'Le Porge', 448727600, -10889000, 0),
(11264, 639, 74, 'Le Teich', 446317700, -10215500, 0),
(11265, 639, 74, 'Leon', 438767600, -13005700, 0),
(11266, 639, 74, 'Lescar', 433333300, -4166700, 0),
(11267, 639, 74, 'Lesparre-Medoc', 453000000, -9333300, 0),
(11268, 639, 74, 'Libourne', 449166700, -2333300, 0),
(11269, 639, 74, 'Linxe', 439198400, -12461900, 0),
(11270, 639, 74, 'Listrac-Medoc', 450741000, -7913200, 0),
(11271, 639, 74, 'Lormont', 448749500, -5178200, 0),
(11272, 639, 74, 'Lugon-et-l''Ile-du-Carnay', 449555600, -3361100, 0),
(11273, 639, 74, 'Lussac', 449500000, -1000000, 0),
(11274, 639, 74, 'Macau', 450067900, -6182100, 0),
(11275, 639, 74, 'Marcamps', 450410800, -4929700, 0),
(11276, 639, 74, 'Mareuil', 454500000, 4500000, 0),
(11277, 639, 74, 'Margaux', 450401200, -6789200, 0),
(11278, 639, 74, 'Marmande', 445000000, 1666700, 0),
(11279, 639, 74, 'Martignas-sur-Jalle', 448452800, -7806000, 0),
(11280, 639, 74, 'Mees', 437045200, -11095200, 0),
(11281, 639, 74, 'Meilhan', 438643600, -7058700, 0),
(11282, 639, 74, 'Meilhan-sur-Garonne', 445213100, 347200, 0),
(11283, 639, 74, 'Merignac', 448324800, -6338100, 0),
(11284, 639, 74, 'Mimbaste', 436488700, -9738300, 0),
(11285, 639, 74, 'Mimizan', 442005700, -12288600, 0),
(11286, 639, 74, 'Mios', 446048900, -9332900, 0),
(11287, 639, 74, 'Monein', 433333300, -5833300, 0),
(11288, 639, 74, 'Monsempron-Libos', 444900400, 9409000, 0),
(11289, 639, 74, 'Mont', 434333300, -6500000, 0),
(11290, 639, 74, 'Mont-de-Marsan', 438902200, -4971300, 0),
(11291, 639, 74, 'Montcaret', 448500000, 666700, 0),
(11292, 639, 74, 'Morcenx', 440353600, -9137500, 0),
(11293, 639, 74, 'Morlaas', 433500000, -2666700, 0),
(11294, 639, 74, 'Mouguerre', 434679500, -14182400, 0),
(11295, 639, 74, 'Mugron', 437495200, -7517800, 0),
(11296, 639, 74, 'Navarrenx', 433213500, -7592700, 0),
(11297, 639, 74, 'Nay', 431833300, -2666700, 0),
(11298, 639, 74, 'Nerac', 441333300, 3500000, 0),
(11299, 639, 74, 'Noaillan', 444805700, -3664000, 0),
(11300, 639, 74, 'Oeyreluy', 436687600, -10827600, 0),
(11301, 639, 74, 'Oloron-Sainte-Marie', 431944100, -6106900, 0),
(11302, 639, 74, 'Orthez', 434883800, -7724400, 0),
(11303, 639, 74, 'Parempuyre', 449503800, -6045300, 0),
(11304, 639, 74, 'Parentis-en-Born', 443527400, -10709500, 0),
(11305, 639, 74, 'Pau', 433000000, -3666700, 0),
(11306, 639, 74, 'Perigueux', 451833300, 7166700, 0),
(11307, 639, 74, 'Pessac', 448101100, -6412900, 0),
(11308, 639, 74, 'Peujard', 450361900, -4409600, 0),
(11309, 639, 74, 'Pissos', 443083300, -7796400, 0),
(11310, 639, 74, 'Port-Sainte-Marie', 442515800, 3913400, 0),
(11311, 639, 74, 'Pugnac', 450819000, -4961800, 0),
(11312, 639, 74, 'Pujols', 443942400, 6881000, 0),
(11313, 639, 74, 'Puyoo', 435250200, -9128300, 0),
(11314, 639, 74, 'Riberac', 452500000, 3333300, 0),
(11315, 639, 74, 'Riviere-Saas-et-Gourby', 436799000, -11498600, 0),
(11316, 639, 74, 'Sablons', 450333300, -1833300, 0),
(11317, 639, 74, 'Sadirac', 447817900, -4133400, 0),
(11318, 639, 74, 'Saint-Antoine-de-Breuilh', 448333300, 1666700, 0),
(11319, 639, 74, 'Saint-Denis-de-Pile', 450000000, -2000000, 0),
(11320, 639, 74, 'Saint-Jean-d''Illac', 448106000, -7825000, 0),
(11321, 639, 74, 'Saint-Jean-de-Luz', 433890800, -16581000, 0),
(11322, 639, 74, 'Saint-Loubes', 449153600, -4270300, 0),
(11323, 639, 74, 'Saint-Macaire', 445652700, -2243100, 0),
(11324, 639, 74, 'Saint-Martin-de-Seignanx', 435428300, -13894600, 0),
(11325, 639, 74, 'Saint-Medard-de-Mussidan', 450333300, 3500000, 0),
(11326, 639, 74, 'Saint-Medard-en-Jalles', 448969200, -7213600, 0),
(11327, 639, 74, 'Saint-Morillon', 446506000, -5032200, 0),
(11328, 639, 74, 'Saint-Pardoux-Isaac', 446119000, 3734400, 0),
(11329, 639, 74, 'Saint-Paul-les-Dax', 437271500, -10516200, 0),
(11330, 639, 74, 'Saint-Perdon', 438656000, -5906900, 0),
(11331, 639, 74, 'Saint-Quentin-de-Baron', 448180200, -2863600, 0),
(11332, 639, 74, 'Saint-Sylvestre-sur-Lot', 443966700, 8044100, 0),
(11333, 639, 74, 'Sainte-Livrade-sur-Lot', 443992900, 5912000, 0),
(11334, 639, 74, 'Salies-de-Bearn', 434742200, -9244800, 0),
(11335, 639, 74, 'Salignac', 450160700, -3796400, 0),
(11336, 639, 74, 'Salleboeuf', 448333300, -4000000, 0),
(11337, 639, 74, 'Samadet', 436376100, -4878500, 0),
(11338, 639, 74, 'Sarbazan', 440202900, -3129400, 0),
(11339, 639, 74, 'Sare', 433126000, -15801200, 0),
(11340, 639, 74, 'Sarlat-la-Caneda', 448890200, 12165600, 0),
(11341, 639, 74, 'Saucats', 446540500, -5964300, 0),
(11342, 639, 74, 'Sauveterre-de-Guyenne', 446930000, -854900, 0),
(11343, 639, 74, 'Serres-Castet', 433833300, -3500000, 0),
(11344, 639, 74, 'Soorts-Hossegor', 436649000, -13971700, 0),
(11345, 639, 74, 'Soulac-sur-Mer', 455106800, -11252400, 0),
(11346, 639, 74, 'Sourzac', 450497800, 3959800, 0),
(11347, 639, 74, 'Tabanac', 447205900, -4051300, 0),
(11348, 639, 74, 'Talence', 448047700, -5954300, 0),
(11349, 639, 74, 'Targon', 447349500, -2635100, 0),
(11350, 639, 74, 'Tarnos', 435417000, -14628100, 0),
(11351, 639, 74, 'Tauriac', 450491500, -5004800, 0),
(11352, 639, 74, 'Terrasson-Lavilledieu', 451301100, 13013600, 0),
(11353, 639, 74, 'Tosse', 436891600, -13326200, 0),
(11354, 639, 74, 'Tresses', 448478100, -4629600, 0),
(11355, 639, 74, 'Ustaritz', 433965000, -14560400, 0),
(11356, 639, 74, 'Uzein', 434000000, -4333300, 0),
(11357, 639, 74, 'Vayres', 449000000, -3166700, 0),
(11358, 639, 74, 'Vergt', 450269500, 7182000, 0),
(11359, 639, 74, 'Villenave-d''Ornon', 447732700, -5442000, 0),
(11360, 639, 74, 'Villeneuve-sur-Lot', 444000000, 7166700, 0),
(11361, 639, 74, 'Ychoux', 443286900, -9518000, 0),
(11362, 639, 74, 'Yvrac', 448778600, -4587000, 0),
(11363, 640, 74, 'Abrest', 460990700, 34480000, 0),
(11364, 640, 74, 'Ainay-le-Chateau', 467114200, 26924500, 0),
(11365, 640, 74, 'Ambert', 455500000, 37500000, 0),
(11366, 640, 74, 'Arlanc', 454138900, 37252800, 0),
(11367, 640, 74, 'Arpajon-sur-Cere', 449026200, 24580900, 0),
(11368, 640, 74, 'Aubiere', 457515700, 31125100, 0),
(11369, 640, 74, 'Aulnat', 457960400, 31649800, 0),
(11370, 640, 74, 'Aurillac', 449166700, 24500000, 0),
(11371, 640, 74, 'Auzat-la-Combelle', 454500000, 33166700, 0),
(11372, 640, 74, 'Aydat', 456613600, 29739100, 0),
(11373, 640, 74, 'Bains', 450096300, 37746500, 0),
(11374, 640, 74, 'Brives-Charensac', 450478000, 39287800, 0),
(11375, 640, 74, 'Cebazat', 458340500, 31004800, 0),
(11376, 640, 74, 'Ceyrat', 457317600, 30633500, 0),
(11377, 640, 74, 'Chadrac', 450618100, 39026100, 0),
(11378, 640, 74, 'Chamalieres', 457755900, 30631000, 0),
(11379, 640, 74, 'Chantelle', 462359200, 31520800, 0),
(11380, 640, 74, 'Chapdes-Beaufort', 458922500, 28638000, 0),
(11381, 640, 74, 'Chappes', 458683100, 32224100, 0),
(11382, 640, 74, 'Clermont-Ferrand', 457796600, 30862800, 0),
(11383, 640, 74, 'Combronde', 459813800, 30876800, 0),
(11384, 640, 74, 'Condat', 453409300, 27579100, 0),
(11385, 640, 74, 'Coubon', 449973100, 39178300, 0),
(11386, 640, 74, 'Craponne-sur-Arzon', 453313500, 38480200, 0),
(11387, 640, 74, 'Creuzier-le-Vieux', 461625300, 34331100, 0),
(11388, 640, 74, 'Culhat', 458625400, 33356600, 0),
(11389, 640, 74, 'Cusset', 461300200, 34596300, 0),
(11390, 640, 74, 'Diou', 465333300, 37500000, 0),
(11391, 640, 74, 'Dompierre-sur-Besbre', 465196200, 36990500, 0),
(11392, 640, 74, 'Doyet', 463347600, 27970700, 0),
(11393, 640, 74, 'Ennezat', 458976800, 32221700, 0),
(11394, 640, 74, 'Enval', 458988300, 30497000, 0),
(11395, 640, 74, 'Estivareilles', 464253300, 26182800, 0),
(11396, 640, 74, 'Gannat', 461001500, 31988600, 0),
(11397, 640, 74, 'Gerzat', 458243200, 31440400, 0),
(11398, 640, 74, 'Hauterive', 460900500, 34459300, 0),
(11399, 640, 74, 'Huriel', 463736800, 24779300, 0),
(11400, 640, 74, 'Issoire', 455500000, 32500000, 0),
(11401, 640, 74, 'La Roche-Blanche', 457006400, 31264800, 0),
(11402, 640, 74, 'Langeac', 451033100, 34932000, 0),
(11403, 640, 74, 'Lapte', 451856200, 42170500, 0),
(11404, 640, 74, 'Laroquebrou', 449672800, 21939300, 0),
(11405, 640, 74, 'Le Cendre', 457211800, 31883900, 0),
(11406, 640, 74, 'Le Puy-en-Velay', 450436600, 38852300, 0),
(11407, 640, 74, 'Lezoux', 458268900, 33792400, 0),
(11408, 640, 74, 'Marsat', 458765500, 30828800, 0),
(11409, 640, 74, 'Maurs', 447111700, 21983200, 0),
(11410, 640, 74, 'Menetrol', 458718400, 31274100, 0),
(11411, 640, 74, 'Mirefleurs', 456934600, 32244100, 0),
(11412, 640, 74, 'Mont-Dore', 455666700, 28166700, 0),
(11413, 640, 74, 'Montaigut', 456126700, 34477600, 0),
(11414, 640, 74, 'Montlucon', 463333300, 26000000, 0),
(11415, 640, 74, 'Moulins', 465666700, 33333300, 0),
(11416, 640, 74, 'Murat', 451079700, 28666500, 0),
(11417, 640, 74, 'Neussargues-Moissac', 451326000, 29798500, 0),
(11418, 640, 74, 'Neuvy', 465603700, 32899000, 0),
(11419, 640, 74, 'Orcet', 457035100, 31680700, 0),
(11420, 640, 74, 'Paulhaguet', 452078200, 35141600, 0),
(11421, 640, 74, 'Pont-du-Chateau', 458007800, 32500800, 0),
(11422, 640, 74, 'Riom', 459000000, 31166700, 0),
(11423, 640, 74, 'Royat', 457637900, 30495400, 0),
(11424, 640, 74, 'Saint-Flour', 450333300, 30833300, 0),
(11425, 640, 74, 'Saint-Germain-Lembron', 454579800, 32395000, 0),
(11426, 640, 74, 'Saint-Ours', 458500300, 28932100, 0),
(11427, 640, 74, 'Saint-Pal-de-Mons', 452462800, 42741200, 0),
(11428, 640, 74, 'Saint-Yorre', 460605700, 34681200, 0),
(11429, 640, 74, 'Saugues', 449603900, 35478400, 0),
(11430, 640, 74, 'Thiers', 458500000, 35666700, 0),
(11431, 640, 74, 'Trevol', 466288600, 33045700, 0),
(11432, 640, 74, 'Vendat', 461601500, 33545100, 0),
(11433, 640, 74, 'Veyre-Monton', 456686600, 31714400, 0),
(11434, 640, 74, 'Vichy', 461166700, 34166700, 0),
(11435, 640, 74, 'Vorey', 451835700, 39099200, 0),
(11436, 640, 74, 'Yssingeaux', 451333300, 41166700, 0),
(11437, 640, 74, 'Yzeure', 465643800, 33549500, 0),
(11438, 641, 74, 'Ablon', 493921400, 2958400, 0),
(11439, 641, 74, 'Alencon', 484333300, 833300, 0),
(11440, 641, 74, 'Amfreville', 492500000, -2333300, 0),
(11441, 641, 74, 'Argentan', 487500000, -166700, 0),
(11442, 641, 74, 'Avranches', 486833300, -13666700, 0),
(11443, 641, 74, 'Bayeux', 492773200, -7039000, 0),
(11444, 641, 74, 'Beaumont-Hague', 496638700, -18382200, 0),
(11445, 641, 74, 'Belleme', 483732900, 5700500, 0),
(11446, 641, 74, 'Briouze', 486984800, -3680600, 0),
(11447, 641, 74, 'Caen', 491858500, -3591200, 0),
(11448, 641, 74, 'Cairon', 492401700, -4504600, 0),
(11449, 641, 74, 'Canon', 490738000, -921900, 0),
(11450, 641, 74, 'Carentan', 493031200, -12480600, 0),
(11451, 641, 74, 'Carpiquet', 491852200, -4462300, 0),
(11452, 641, 74, 'Ceton', 482263200, 7496800, 0),
(11453, 641, 74, 'Chanu', 487291400, -6760300, 0),
(11454, 641, 74, 'Cherbourg-Octeville', 496398400, -16163600, 0),
(11455, 641, 74, 'Cheux', 491661100, -5254400, 0),
(11456, 641, 74, 'Conde-sur-Sarthe', 484319700, 339800, 0),
(11457, 641, 74, 'Cormelles-le-Royal', 491539800, -3306200, 0),
(11458, 641, 74, 'Creully', 492847800, -5397600, 0),
(11459, 641, 74, 'Damigny', 484500000, 666700, 0),
(11460, 641, 74, 'Deauville', 493570000, 699500, 0),
(11461, 641, 74, 'Ecouche', 487175200, -1240900, 0),
(11462, 641, 74, 'Epron', 492217400, -3708500, 0),
(11463, 641, 74, 'Evrecy', 490990400, -5042100, 0),
(11464, 641, 74, 'Falaise', 488921700, -1952700, 0),
(11465, 641, 74, 'Flamanville', 495327400, -18656000, 0),
(11466, 641, 74, 'Flers', 487372200, -5746600, 0),
(11467, 641, 74, 'Gace', 487934400, 2962400, 0),
(11468, 641, 74, 'Gavray', 489110800, -13506000, 0),
(11469, 641, 74, 'Giberville', 491815800, -2838600, 0),
(11470, 641, 74, 'Grandcamp-Maisy', 493833300, -10333300, 0),
(11471, 641, 74, 'Granville', 488379200, -15971400, 0),
(11472, 641, 74, 'Hambye', 489479800, -12641700, 0),
(11473, 641, 74, 'Hermanville-sur-Mer', 492846400, -3154400, 0),
(11474, 641, 74, 'Herouville-Saint-Clair', 492108800, -3065300, 0),
(11475, 641, 74, 'Honfleur', 494198500, 2329400, 0),
(11476, 641, 74, 'Ifs', 491400000, -3489900, 0),
(11477, 641, 74, 'Juvigny-sous-Andaine', 485519400, -5087800, 0),
(11478, 641, 74, 'La Haye-Pesnel', 487956100, -13965500, 0),
(11479, 641, 74, 'La Vespiere', 490197400, 4125000, 0),
(11480, 641, 74, 'Lisieux', 491466000, 2292500, 0),
(11481, 641, 74, 'Mathieu', 492544800, -3718800, 0),
(11482, 641, 74, 'Messei', 487115700, -5373900, 0),
(11483, 641, 74, 'Mondeville', 491749700, -3223800, 0),
(11484, 641, 74, 'Montebourg', 494877400, -13803600, 0),
(11485, 641, 74, 'Moult', 491149400, -1647200, 0),
(11486, 641, 74, 'Moyaux', 491951100, 3560300, 0),
(11487, 641, 74, 'Orbec', 490166700, 4166700, 0),
(11488, 641, 74, 'Ouistreham', 492756600, -2591000, 0),
(11489, 641, 74, 'Percy', 489171400, -11891600, 0),
(11490, 641, 74, 'Pirou', 491808900, -15738400, 0),
(11491, 641, 74, 'Pontorson', 485531600, -15075400, 0),
(11492, 641, 74, 'Portbail', 493357100, -16956000, 0),
(11493, 641, 74, 'Querqueville', 496625100, -16911900, 0),
(11494, 641, 74, 'Quettehou', 495930800, -13035200, 0),
(11495, 641, 74, 'Radon', 485024600, 1027800, 0),
(11496, 641, 74, 'Rai', 487500000, 5833300, 0),
(11497, 641, 74, 'Rots', 492123500, -4731900, 0),
(11498, 641, 74, 'Saint-Amand', 490433800, -9649100, 0),
(11499, 641, 74, 'Saint-Gatien-des-Bois', 493500000, 1833300, 0),
(11500, 641, 74, 'Saint-James', 485218000, -13262900, 0),
(11501, 641, 74, 'Saint-Lo', 491162400, -10903100, 0),
(11502, 641, 74, 'Saint-Sauveur-Lendelin', 491298800, -14140500, 0),
(11503, 641, 74, 'Saint-Sauveur-le-Vicomte', 493854700, -15331000, 0),
(11504, 641, 74, 'Sees', 486040300, 1724400, 0),
(11505, 641, 74, 'Sourdeval', 487231200, -9222300, 0),
(11506, 641, 74, 'Thaon', 492579600, -4560500, 0),
(11507, 641, 74, 'Tilly-sur-Seulles', 491759800, -6260500, 0),
(11508, 641, 74, 'Tinchebray', 487643700, -7333300, 0),
(11509, 641, 74, 'Touques', 493444300, 1021800, 0),
(11510, 641, 74, 'Tourlaville', 496382800, -15663900, 0),
(11511, 641, 74, 'Tourville-sur-Odon', 491415400, -5012800, 0),
(11512, 641, 74, 'Trouville-sur-Mer', 493657000, 804100, 0),
(11513, 641, 74, 'Trun', 488426800, 326800, 0),
(11514, 641, 74, 'Valognes', 495088100, -14704700, 0),
(11515, 641, 74, 'Vassy', 488538100, -6748500, 0),
(11516, 641, 74, 'Vaudry', 488413000, -8530900, 0),
(11517, 641, 74, 'Ver-sur-Mer', 493298700, -5311800, 0),
(11518, 641, 74, 'Verson', 491543200, -4562800, 0),
(11519, 641, 74, 'Vimoutiers', 489277200, 1983500, 0),
(11520, 641, 74, 'Vire', 488333300, -8833300, 0),
(11521, 642, 74, 'Ahuy', 473694400, 50208900, 0),
(11522, 642, 74, 'Aillant-sur-Tholon', 478742600, 33504900, 0),
(11523, 642, 74, 'Arc-sur-Tille', 473434800, 51866600, 0),
(11524, 642, 74, 'Arnay-le-Duc', 471320200, 44859500, 0),
(11525, 642, 74, 'Augy', 477664000, 36105100, 0),
(11526, 642, 74, 'Autun', 469500000, 43000000, 0),
(11527, 642, 74, 'Auxerre', 478000000, 35666700, 0),
(11528, 642, 74, 'Auxy', 469494000, 44044000, 0),
(11529, 642, 74, 'Avallon', 474833300, 39000000, 0),
(11530, 642, 74, 'Beaune', 470333300, 48333300, 0),
(11531, 642, 74, 'Blanzy', 467001200, 43883300, 0),
(11532, 642, 74, 'Bleneau', 477000000, 29500000, 0),
(11533, 642, 74, 'Bligny-les-Beaune', 469863100, 48262000, 0),
(11534, 642, 74, 'Cezy', 479926600, 33406700, 0),
(11535, 642, 74, 'Chablis', 478138600, 37983500, 0),
(11536, 642, 74, 'Chalon-sur-Saone', 467833300, 48500000, 0),
(11537, 642, 74, 'Chatenoy-le-Royal', 467979700, 48119000, 0),
(11538, 642, 74, 'Chatillon-en-Bazois', 470546400, 36589300, 0),
(11539, 642, 74, 'Chatillon-sur-Seine', 478585100, 45737500, 0),
(11540, 642, 74, 'Chenove', 472932300, 50045700, 0),
(11541, 642, 74, 'Chevigny-Saint-Sauveur', 472990800, 51336700, 0),
(11542, 642, 74, 'Cluny', 464331800, 46584500, 0),
(11543, 642, 74, 'Courlon-sur-Yonne', 483392700, 31666000, 0),
(11544, 642, 74, 'Creches-sur-Saone', 462447500, 47867800, 0),
(11545, 642, 74, 'Curgy', 469871400, 43845200, 0),
(11546, 642, 74, 'Decize', 468285200, 34619200, 0),
(11547, 642, 74, 'Diges', 477286200, 33978600, 0),
(11548, 642, 74, 'Dijon', 473166700, 50166700, 0),
(11549, 642, 74, 'Dornes', 467160000, 33534300, 0),
(11550, 642, 74, 'Fenay', 472318500, 50621100, 0),
(11551, 642, 74, 'Fleurey-sur-Ouche', 473118200, 48591100, 0),
(11552, 642, 74, 'Fontaine-les-Dijon', 473423800, 50200700, 0),
(11553, 642, 74, 'Fontaines', 468490500, 47703600, 0),
(11554, 642, 74, 'Garchizy', 470478600, 30962500, 0),
(11555, 642, 74, 'Genlis', 472420300, 52241500, 0),
(11556, 642, 74, 'Givry', 467820200, 47426200, 0),
(11557, 642, 74, 'Gron', 481596700, 32634500, 0),
(11558, 642, 74, 'Gurgy', 478671200, 35634100, 0),
(11559, 642, 74, 'Hauteville-les-Dijon', 473660200, 49937500, 0),
(11560, 642, 74, 'Is-sur-Tille', 475267000, 51065000, 0),
(11561, 642, 74, 'Joigny', 479828800, 34009600, 0),
(11562, 642, 74, 'Joux-la-Ville', 476224100, 38621700, 0),
(11563, 642, 74, 'La Chapelle-de-Guinchay', 462084100, 47624500, 0),
(11564, 642, 74, 'Ligny-le-Chatel', 479002200, 37576000, 0),
(11565, 642, 74, 'Longchamp', 472597300, 52869400, 0),
(11566, 642, 74, 'Longvic', 472875400, 50634100, 0),
(11567, 642, 74, 'Lormes', 472896400, 38171400, 0),
(11568, 642, 74, 'Losne', 470985000, 52621600, 0),
(11569, 642, 74, 'Luzy', 467901100, 39703600, 0),
(11570, 642, 74, 'Macon', 463000000, 48333300, 0),
(11571, 642, 74, 'Malay-le-Grand', 481758900, 33418900, 0),
(11572, 642, 74, 'Marcigny', 462762700, 40395700, 0),
(11573, 642, 74, 'Marzy', 469812400, 30935200, 0),
(11574, 642, 74, 'Matour', 463065400, 44817800, 0),
(11575, 642, 74, 'Mervans', 467992300, 51843000, 0),
(11576, 642, 74, 'Migennes', 479654800, 35178700, 0),
(11577, 642, 74, 'Montbard', 476166700, 43333300, 0),
(11578, 642, 74, 'Montceau-les-Mines', 466666700, 43666700, 0),
(11579, 642, 74, 'Nevers', 469895600, 31590000, 0),
(11580, 642, 74, 'Nolay', 469520200, 46340500, 0),
(11581, 642, 74, 'Nuits-Saint-Georges', 471368300, 49490000, 0),
(11582, 642, 74, 'Ouges', 472616400, 50739500, 0),
(11583, 642, 74, 'Paray-le-Monial', 464545700, 41158400, 0),
(11584, 642, 74, 'Paron', 481788800, 32507600, 0),
(11585, 642, 74, 'Pouilly-en-Auxois', 472623800, 45558300, 0),
(11586, 642, 74, 'Quetigny', 473166700, 51166700, 0),
(11587, 642, 74, 'Ruffey-les-Echirey', 473666700, 50833300, 0),
(11588, 642, 74, 'Rully', 468750000, 47432200, 0),
(11589, 642, 74, 'Saint-Apollinaire', 473333300, 50833300, 0),
(11590, 642, 74, 'Saint-Florentin', 480005700, 37248900, 0),
(11591, 642, 74, 'Saint-Germain-du-Bois', 467528700, 52453000, 0),
(11592, 642, 74, 'Saint-Marcel', 467737100, 48920500, 0),
(11593, 642, 74, 'Saint-Martin-Belle-Roche', 463831200, 48553900, 0),
(11594, 642, 74, 'Saint-Martin-du-Tertre', 482165900, 32615000, 0),
(11595, 642, 74, 'Saint-Usage', 471100900, 52604400, 0),
(11596, 642, 74, 'Sance', 463392600, 48304900, 0),
(11597, 642, 74, 'Sanvignes-les-Mines', 466644400, 42918800, 0),
(11598, 642, 74, 'Savigny-les-Beaune', 470635700, 48182100, 0),
(11599, 642, 74, 'Seignelay', 479054200, 36013600, 0),
(11600, 642, 74, 'Selongey', 475884600, 51848300, 0),
(11601, 642, 74, 'Sennecey-le-Grand', 466413700, 48670700, 0),
(11602, 642, 74, 'Sennecey-les-Dijon', 472898400, 51048500, 0),
(11603, 642, 74, 'Sens', 482000000, 32833300, 0),
(11604, 642, 74, 'Sergines', 483420300, 32621300, 0),
(11605, 642, 74, 'Sevrey', 467382500, 48403000, 0),
(11606, 642, 74, 'Simandre', 466236400, 49877700, 0),
(11607, 642, 74, 'Soucy', 482495600, 33238500, 0),
(11608, 642, 74, 'Talant', 473369400, 50088800, 0),
(11609, 642, 74, 'Tonnerre', 478562800, 39736900, 0),
(11610, 642, 74, 'Tournus', 465675800, 49057400, 0),
(11611, 642, 74, 'Varois-et-Chaignot', 473505800, 51283800, 0),
(11612, 642, 74, 'Venarey-les-Laumes', 475420200, 44602200, 0),
(11613, 642, 74, 'Venoy', 478051800, 36369500, 0),
(11614, 642, 74, 'Verdun-sur-le-Doubs', 468969200, 50212700, 0),
(11615, 642, 74, 'Veron', 481285300, 33077300, 0),
(11616, 642, 74, 'Villeblevin', 483244600, 30803800, 0),
(11617, 643, 74, 'Acigne', 481333300, -15370400, 0),
(11618, 643, 74, 'Ambon', 475536700, -25551200, 0),
(11619, 643, 74, 'Antrain', 484603100, -14835400, 0),
(11620, 643, 74, 'Arzon', 475485200, -28898800, 0),
(11621, 643, 74, 'Augan', 479194300, -22790500, 0),
(11622, 643, 74, 'Auray', 476702500, -29918300, 0),
(11623, 643, 74, 'Baden', 476173400, -29198700, 0),
(11624, 643, 74, 'Baguer-Pican', 485525300, -16983700, 0),
(11625, 643, 74, 'Bain-de-Bretagne', 478441800, -16848600, 0),
(11626, 643, 74, 'Bannalec', 479322900, -36975900, 0),
(11627, 643, 74, 'Baud', 478747400, -30176000, 0),
(11628, 643, 74, 'Bedee', 481795300, -19447600, 0),
(11629, 643, 74, 'Belz', 476750600, -31680000, 0),
(11630, 643, 74, 'Benodet', 478753100, -41058000, 0),
(11631, 643, 74, 'Berne', 479947000, -33942100, 0),
(11632, 643, 74, 'Betton', 481804800, -16382900, 0),
(11633, 643, 74, 'Bignan', 478793500, -27715300, 0),
(11634, 643, 74, 'Binic', 486041600, -28269200, 0),
(11635, 643, 74, 'Bohars', 484298400, -45129200, 0),
(11636, 643, 74, 'Bonnemain', 484665200, -17677400, 0),
(11637, 643, 74, 'Bourgbarre', 479951500, -16141900, 0),
(11638, 643, 74, 'Brasparts', 483016700, -39551600, 0),
(11639, 643, 74, 'Breal-sous-Montfort', 480487600, -18643800, 0),
(11640, 643, 74, 'Brech', 477213400, -29986200, 0),
(11641, 643, 74, 'Brest', 484000000, -44833300, 0),
(11642, 643, 74, 'Briec', 481016700, -39983300, 0),
(11643, 643, 74, 'Bruz', 480242000, -17459100, 0),
(11644, 643, 74, 'Bubry', 479633600, -31710800, 0),
(11645, 643, 74, 'Caden', 476312400, -22870400, 0),
(11646, 643, 74, 'Callac', 484029200, -34280000, 0),
(11647, 643, 74, 'Cancale', 486760100, -18523100, 0),
(11648, 643, 74, 'Carnac', 475835100, -30788400, 0),
(11649, 643, 74, 'Caro', 478642900, -23192400, 0),
(11650, 643, 74, 'Caudan', 478087700, -33425000, 0),
(11651, 643, 74, 'Caulnes', 482880400, -21551800, 0),
(11652, 643, 74, 'Cavan', 486724200, -33460600, 0),
(11653, 643, 74, 'Cesson-Sevigne', 481212000, -16030000, 0),
(11654, 643, 74, 'Chantepie', 480888500, -16152400, 0),
(11655, 643, 74, 'Chateaubourg', 481111900, -14001900, 0),
(11656, 643, 74, 'Chateaugiron', 480462900, -15043800, 0),
(11657, 643, 74, 'Chateaulin', 482000000, -40833300, 0),
(11658, 643, 74, 'Chateauneuf-du-Faou', 481875500, -38178900, 0),
(11659, 643, 74, 'Chatillon-sur-Seiche', 480344800, -16711400, 0),
(11660, 643, 74, 'Cintre', 481050400, -18716200, 0),
(11661, 643, 74, 'Cleder', 486630000, -41020000, 0),
(11662, 643, 74, 'Cleguer', 478540700, -33821900, 0),
(11663, 643, 74, 'Coetmieux', 484911700, -26006700, 0),
(11664, 643, 74, 'Colpo', 478177800, -28100200, 0),
(11665, 643, 74, 'Concarneau', 478750200, -39224500, 0),
(11666, 643, 74, 'Coray', 480593400, -38305600, 0),
(11667, 643, 74, 'Crach', 476170000, -30017000, 0),
(11668, 643, 74, 'Crozon', 482464300, -44899300, 0),
(11669, 643, 74, 'Damgan', 475179900, -25769800, 0),
(11670, 643, 74, 'Dinan', 484500000, -20333300, 0),
(11671, 643, 74, 'Dinard', 486314300, -20614400, 0),
(11672, 643, 74, 'Dol-de-Bretagne', 485476500, -17501800, 0),
(11673, 643, 74, 'Edern', 481000000, -39833300, 0),
(11674, 643, 74, 'Elliant', 479941700, -38896600, 0),
(11675, 643, 74, 'Erdeven', 476421000, -31570600, 0),
(11676, 643, 74, 'Erquy', 486318600, -24628000, 0),
(11677, 643, 74, 'Ferel', 474820200, -23422700, 0),
(11678, 643, 74, 'Fougeres', 483500000, -12000000, 0),
(11679, 643, 74, 'Gael', 481320900, -22226700, 0),
(11680, 643, 74, 'Geveze', 482193300, -17895200, 0),
(11681, 643, 74, 'Glomel', 482230000, -33969600, 0),
(11682, 643, 74, 'Gosne', 482467400, -14655800, 0),
(11683, 643, 74, 'Gouezec', 481691100, -39727700, 0),
(11684, 643, 74, 'Gourin', 481386600, -36075500, 0),
(11685, 643, 74, 'Goven', 480063800, -18462900, 0),
(11686, 643, 74, 'Grand-Champ', 477580400, -28463600, 0),
(11687, 643, 74, 'Guer', 479061900, -21231400, 0),
(11688, 643, 74, 'Guerlesquin', 485175800, -35858300, 0),
(11689, 643, 74, 'Guichen', 479676200, -17953400, 0),
(11690, 643, 74, 'Guidel-Plage', 477676800, -35218000, 0),
(11691, 643, 74, 'Guilers', 484254500, -45580100, 0),
(11692, 643, 74, 'Guillac', 479109600, -24657200, 0),
(11693, 643, 74, 'Guingamp', 485500000, -31500000, 0),
(11694, 643, 74, 'Guipavas', 484352200, -43972200, 0),
(11695, 643, 74, 'Hede-Bazouges', 483000000, -18000000, 0),
(11696, 643, 74, 'Hennebont', 478051200, -32733700, 0),
(11697, 643, 74, 'Henon', 483843300, -26833400, 0),
(11698, 643, 74, 'Hirel', 486050200, -18022400, 0),
(11699, 643, 74, 'Huelgoat', 483611200, -37457800, 0),
(11700, 643, 74, 'Iffendic', 481298100, -20348600, 0),
(11701, 643, 74, 'Irodouer', 482493200, -19495900, 0),
(11702, 643, 74, 'Janze', 479591500, -14982900, 0),
(11703, 643, 74, 'Josselin', 479572000, -25471300, 0),
(11704, 643, 74, 'Kerlouan', 486450000, -43655600, 0),
(11705, 643, 74, 'La Bouexiere', 481833300, -14333300, 0),
(11706, 643, 74, 'La Richardais', 486064100, -20363800, 0),
(11707, 643, 74, 'La Trinite-sur-Mer', 475868000, -30299400, 0),
(11708, 643, 74, 'La Vraie-Croix', 476895400, -25427400, 0),
(11709, 643, 74, 'Landerneau', 484525200, -42525200, 0),
(11710, 643, 74, 'Landunvez', 485346600, -47254500, 0),
(11711, 643, 74, 'Lanester', 477613200, -33396500, 0),
(11712, 643, 74, 'Langon', 477205700, -18501000, 0),
(11713, 643, 74, 'Langueux', 484950000, -27185000, 0),
(11714, 643, 74, 'Lannilis', 485709100, -45223300, 0),
(11715, 643, 74, 'Lannion', 487333300, -34666700, 0),
(11716, 643, 74, 'Lantic', 486064100, -28820000, 0),
(11717, 643, 74, 'Larmor-Baden', 475834100, -28944000, 0),
(11718, 643, 74, 'Le Bono', 476412900, -29490200, 0),
(11719, 643, 74, 'Le Faou', 482945600, -41792700, 0),
(11720, 643, 74, 'Le Relecq-Kerhuon', 484069100, -43935900, 0),
(11721, 643, 74, 'Le Rheu', 481022800, -17973400, 0),
(11722, 643, 74, 'Lehon', 484443200, -20457800, 0),
(11723, 643, 74, 'Liffre', 482132400, -15083800, 0),
(11724, 643, 74, 'Locquemeau', 487247400, -35627500, 0),
(11725, 643, 74, 'Locquirec', 486924300, -36455400, 0),
(11726, 643, 74, 'Loctudy', 478333300, -41666700, 0),
(11727, 643, 74, 'Lorient', 477500000, -33666700, 0),
(11728, 643, 74, 'Loudeac', 481782600, -27543300, 0),
(11729, 643, 74, 'Loyat', 479893300, -23834400, 0),
(11730, 643, 74, 'Malestroit', 478093400, -23845700, 0),
(11731, 643, 74, 'Martigne-Ferchaud', 478293400, -13191100, 0),
(11732, 643, 74, 'Medreac', 482670300, -20661800, 0),
(11733, 643, 74, 'Melgven', 479062600, -38351800, 0),
(11734, 643, 74, 'Melrand', 479800200, -31094100, 0),
(11735, 643, 74, 'Merdrignac', 481937200, -24153300, 0),
(11736, 643, 74, 'Meucon', 477164800, -27617000, 0),
(11737, 643, 74, 'Molac', 477301100, -24348400, 0),
(11738, 643, 74, 'Montgermont', 481559200, -17146400, 0),
(11739, 643, 74, 'Morlaix', 485833300, -38333300, 0),
(11740, 643, 74, 'Naizin', 479899300, -28328700, 0),
(11741, 643, 74, 'Nostang', 477487000, -31863800, 0),
(11742, 643, 74, 'Noyal-Muzillac', 475916900, -24555700, 0),
(11743, 643, 74, 'Orgeres', 479988600, -16678100, 0),
(11744, 643, 74, 'Pace', 481484800, -17732700, 0),
(11745, 643, 74, 'Paimpol', 487784100, -30437500, 0),
(11746, 643, 74, 'Pance', 478818100, -16595300, 0),
(11747, 643, 74, 'Peaule', 475797200, -23560100, 0),
(11748, 643, 74, 'Pencran', 484333300, -42333300, 0),
(11749, 643, 74, 'Perros-Guirec', 488145400, -34396300, 0),
(11750, 643, 74, 'Pipriac', 478095300, -19463800, 0),
(11751, 643, 74, 'Pledran', 484460000, -27466700, 0),
(11752, 643, 74, 'Plelo', 485553400, -29463400, 0),
(11753, 643, 74, 'Plemy', 483364400, -26824400, 0),
(11754, 643, 74, 'Plenee-Jugon', 483646200, -24003600, 0),
(11755, 643, 74, 'Pleneuf-Val-Andre', 485930000, -25467500, 0),
(11756, 643, 74, 'Plescop', 476972600, -28056000, 0),
(11757, 643, 74, 'Pleumeleuc', 481843800, -19196200, 0),
(11758, 643, 74, 'Pleurtuit', 485785800, -20580600, 0),
(11759, 643, 74, 'Pleuven', 479000000, -40333300, 0),
(11760, 643, 74, 'Pleyben', 482333300, -39666700, 0),
(11761, 643, 74, 'Pleyber-Christ', 485000000, -38666700, 0),
(11762, 643, 74, 'Ploemeur', 477333300, -34333300, 0),
(11763, 643, 74, 'Ploermel', 479317200, -23978100, 0),
(11764, 643, 74, 'Ploeuc-sur-Lie', 483500000, -27500000, 0),
(11765, 643, 74, 'Plomelin', 479333300, -41500000, 0),
(11766, 643, 74, 'Plonevez-Porzay', 481000000, -42166700, 0),
(11767, 643, 74, 'Plouagat', 485361100, -29995600, 0),
(11768, 643, 74, 'Plouaret', 486166700, -34666700, 0),
(11769, 643, 74, 'Plouarzel', 484333300, -47333300, 0),
(11770, 643, 74, 'Plouay', 479144400, -33338400, 0),
(11771, 643, 74, 'Plouer-sur-Rance', 485266900, -20029800, 0),
(11772, 643, 74, 'Plougastel-Daoulas', 483666700, -43666700, 0),
(11773, 643, 74, 'Plouha', 486765000, -29284200, 0),
(11774, 643, 74, 'Plouhinec', 480166700, -44833300, 0),
(11775, 643, 74, 'Plouneventer', 485166700, -42166700, 0),
(11776, 643, 74, 'Plounevezel', 483000000, -36000000, 0),
(11777, 643, 74, 'Plourivo', 487455000, -30707500, 0),
(11778, 643, 74, 'Plouzane', 483833300, -46166700, 0),
(11779, 643, 74, 'Pluguffan', 479833300, -41833300, 0),
(11780, 643, 74, 'Pluherlin', 476963200, -23634900, 0),
(11781, 643, 74, 'Plumaugat', 482547900, -22384300, 0),
(11782, 643, 74, 'Pontivy', 480666700, -29833300, 0),
(11783, 643, 74, 'Pordic', 485705100, -28178300, 0),
(11784, 643, 74, 'Pouldreuzic', 479500000, -43666700, 0),
(11785, 643, 74, 'Prat', 486767700, -32970700, 0),
(11786, 643, 74, 'Quebriac', 483444400, -18272300, 0),
(11787, 643, 74, 'Quemper-Guezennec', 487037800, -31052200, 0),
(11788, 643, 74, 'Questembert', 476629600, -24522000, 0),
(11789, 643, 74, 'Queven', 477833300, -34166700, 0),
(11790, 643, 74, 'Quimper', 480000000, -41000000, 0),
(11791, 643, 74, 'Quimperle', 478666700, -35500000, 0),
(11792, 643, 74, 'Quintin', 484034200, -29105000, 0),
(11793, 643, 74, 'Redon', 476500000, -20833300, 0),
(11794, 643, 74, 'Reguiny', 479764900, -27447800, 0),
(11795, 643, 74, 'Rennes', 481119800, -16742900, 0),
(11796, 643, 74, 'Retiers', 479139200, -13796700, 0),
(11797, 643, 74, 'Rohan', 480683300, -27512000, 0),
(11798, 643, 74, 'Romille', 482161900, -18922900, 0),
(11799, 643, 74, 'Roscoff', 487238100, -39870900, 0),
(11800, 643, 74, 'Rostrenen', 482369600, -33144200, 0),
(11801, 643, 74, 'Ruffiac', 478186600, -22823800, 0),
(11802, 643, 74, 'Saint-Aubin-du-Cormier', 482584300, -14025200, 0),
(11803, 643, 74, 'Saint-Ave', 476908500, -27464800, 0),
(11804, 643, 74, 'Saint-Brice-en-Cogles', 484115700, -13701900, 0),
(11805, 643, 74, 'Saint-Brieuc', 485166700, -27833300, 0),
(11806, 643, 74, 'Saint-Caradec', 481942900, -28438600, 0),
(11807, 643, 74, 'Saint-Didier', 480950600, -13727600, 0),
(11808, 643, 74, 'Saint-Donan', 484695800, -28844200, 0),
(11809, 643, 74, 'Saint-Erblon', 480189500, -16516200, 0),
(11810, 643, 74, 'Saint-Evarzec', 479333300, -40166700, 0),
(11811, 643, 74, 'Saint-Gilles', 481538100, -18247700, 0),
(11812, 643, 74, 'Saint-Gregoire', 481508500, -16870600, 0),
(11813, 643, 74, 'Saint-Helen', 484700200, -19589400, 0),
(11814, 643, 74, 'Saint-Jean-Brevelay', 478449700, -27223100, 0),
(11815, 643, 74, 'Saint-Jouan-des-Guerets', 485993200, -19737200, 0),
(11816, 643, 74, 'Saint-Julien', 484514200, -28125000, 0),
(11817, 643, 74, 'Saint-Malo', 486500000, -20166700, 0),
(11818, 643, 74, 'Saint-Medard-sur-Ille', 482720200, -16596800, 0),
(11819, 643, 74, 'Saint-Pabu', 485666700, -46000000, 0),
(11820, 643, 74, 'Saint-Pere', 485872600, -19241300, 0),
(11821, 643, 74, 'Saint-Thuriau', 480166700, -29500000, 0),
(11822, 643, 74, 'Santec', 487000000, -40333300, 0),
(11823, 643, 74, 'Scaer', 480333300, -37000000, 0),
(11824, 643, 74, 'Sene', 476190000, -27370000, 0),
(11825, 643, 74, 'Serent', 478233300, -25057100, 0),
(11826, 643, 74, 'Sevignac', 483329700, -23391500, 0),
(11827, 643, 74, 'Sizun', 484000000, -40833300, 0),
(11828, 643, 74, 'Surzur', 475785000, -26289200, 0),
(11829, 643, 74, 'Taden', 484753000, -20194600, 0),
(11830, 643, 74, 'Taule', 486000000, -39000000, 0),
(11831, 643, 74, 'Theix', 476291600, -26518600, 0),
(11832, 643, 74, 'Torce', 480612000, -12670800, 0),
(11833, 643, 74, 'Treffiagat', 478166700, -42666700, 0),
(11834, 643, 74, 'Tregastel', 488166700, -35000000, 0),
(11835, 643, 74, 'Tregunc', 478500000, -38500000, 0),
(11836, 643, 74, 'Tremeven', 479000000, -35333300, 0),
(11837, 643, 74, 'Vannes', 476666700, -27500000, 0),
(11838, 643, 74, 'Vern-sur-Seiche', 480451400, -16005700, 0),
(11839, 643, 74, 'Vezin-le-Coquet', 481185700, -17546600, 0),
(11840, 643, 74, 'Vitre', 481177600, -12057700, 0),
(11841, 643, 74, 'Yffiniac', 484842800, -26764700, 0),
(11842, 643, 74, 'Yvignac-la-Tour', 483500000, -21833300, 0),
(11843, 644, 74, 'Abilly', 469333300, 7333300, 0),
(11844, 644, 74, 'Amilly', 479728100, 27718600, 0),
(11845, 644, 74, 'Argenton-sur-Creuse', 465899700, 15198100, 0),
(11846, 644, 74, 'Artenay', 480824600, 18809800, 0),
(11847, 644, 74, 'Arthon', 466936100, 16985700, 0),
(11848, 644, 74, 'Aubigny-sur-Nere', 474881900, 24389500, 0),
(11849, 644, 74, 'Auzouer-en-Touraine', 475423000, 9206700, 0),
(11850, 644, 74, 'Avord', 470351400, 26529500, 0),
(11851, 644, 74, 'Bailleau-le-Pin', 483669800, 13294800, 0),
(11852, 644, 74, 'Ballan-Mire', 473405700, 6146600, 0),
(11853, 644, 74, 'Baugy', 470818100, 27284800, 0),
(11854, 644, 74, 'Baule', 478108400, 16725900, 0),
(11855, 644, 74, 'Beaugency', 477801900, 16270500, 0),
(11856, 644, 74, 'Belabre', 465512000, 11579100, 0),
(11857, 644, 74, 'Blere', 473273800, 9918600, 0),
(11858, 644, 74, 'Blois', 475833300, 13333300, 0),
(11859, 644, 74, 'Boigny-sur-Bionne', 479333300, 20166700, 0),
(11860, 644, 74, 'Boiscommun', 480357600, 23833300, 0),
(11861, 644, 74, 'Bourges', 470833300, 24000000, 0),
(11862, 644, 74, 'Bouzy-la-Foret', 478512000, 23777300, 0),
(11863, 644, 74, 'Briare', 476334300, 27438000, 0),
(11864, 644, 74, 'Bu', 487970500, 14970200, 0),
(11865, 644, 74, 'Buzancais', 468887700, 14195000, 0),
(11866, 644, 74, 'Cangey', 474671800, 10605100, 0),
(11867, 644, 74, 'Cepoy', 480479500, 27378200, 0),
(11868, 644, 74, 'Chailles', 475416000, 13122000, 0),
(11869, 644, 74, 'Chalette-sur-Loing', 480133700, 27358700, 0),
(11870, 644, 74, 'Chambray-les-Tours', 473353700, 7028600, 0),
(11871, 644, 74, 'Charost', 469939000, 21163900, 0),
(11872, 644, 74, 'Chartres', 484468500, 14892500, 0),
(11873, 644, 74, 'Chateau-Renault', 475918800, 9114300, 0),
(11874, 644, 74, 'Chateaudun', 480833300, 13333300, 0),
(11875, 644, 74, 'Chateauneuf-sur-Loire', 478657500, 22190400, 0),
(11876, 644, 74, 'Chateauroux', 468166700, 17000000, 0),
(11877, 644, 74, 'Chatillon-sur-Cher', 472757100, 14942400, 0),
(11878, 644, 74, 'Chaudon', 486627600, 14967000, 0),
(11879, 644, 74, 'Checy', 478940200, 20230400, 0),
(11880, 644, 74, 'Chevilly', 480297300, 18740200, 0),
(11881, 644, 74, 'Chinon', 471666700, 2500000, 0),
(11882, 644, 74, 'Cinq-Mars-la-Pile', 473463800, 4587300, 0),
(11883, 644, 74, 'Clion', 469408500, 12321400, 0),
(11884, 644, 74, 'Cluis', 465448600, 17493300, 0),
(11885, 644, 74, 'Contres', 474175400, 14284900, 0),
(11886, 644, 74, 'Corbeilles', 480720100, 25503000, 0),
(11887, 644, 74, 'Coullons', 476210400, 24925800, 0),
(11888, 644, 74, 'Courtenay', 480390100, 30585100, 0),
(11889, 644, 74, 'Dammarie', 483431400, 14944400, 0),
(11890, 644, 74, 'Darvoy', 478583900, 21003300, 0),
(11891, 644, 74, 'Deols', 468293400, 17042800, 0),
(11892, 644, 74, 'Descartes', 469666700, 7000000, 0),
(11893, 644, 74, 'Donnery', 479148600, 21029900, 0),
(11894, 644, 74, 'Dreux', 487333300, 13666700, 0),
(11895, 644, 74, 'Ecueille', 470846200, 13466800, 0),
(11896, 644, 74, 'Epernon', 486103200, 16721800, 0),
(11897, 644, 74, 'Epieds-en-Beauce', 479506600, 16173200, 0),
(11898, 644, 74, 'Faverolles-sur-Cher', 473173200, 11904500, 0),
(11899, 644, 74, 'Ferolles', 478347500, 21111300, 0),
(11900, 644, 74, 'Fleury-les-Aubrais', 479332800, 19181100, 0),
(11901, 644, 74, 'Foecy', 471761800, 21625700, 0),
(11902, 644, 74, 'Fondettes', 474035000, 5968600, 0),
(11903, 644, 74, 'Fontaine-la-Guyon', 484727000, 13141700, 0),
(11904, 644, 74, 'Gasville-Oiseme', 484697300, 15384300, 0),
(11905, 644, 74, 'Gidy', 479853900, 18381600, 0),
(11906, 644, 74, 'Gien', 476933200, 26309400, 0),
(11907, 644, 74, 'Gievres', 472784700, 16694300, 0),
(11908, 644, 74, 'Hanches', 486011500, 16513700, 0),
(11909, 644, 74, 'Huisseau-sur-Mauves', 478931800, 17027400, 0),
(11910, 644, 74, 'Ingre', 479199500, 18277800, 0),
(11911, 644, 74, 'Issoudun', 469500000, 20000000, 0),
(11912, 644, 74, 'Jargeau', 478631600, 21264800, 0),
(11913, 644, 74, 'Joue-les-Tours', 473522300, 6690600, 0),
(11914, 644, 74, 'Jouet-sur-l''Aubois', 470456200, 29872500, 0),
(11915, 644, 74, 'Jouy', 485100500, 15450100, 0),
(11916, 644, 74, 'La Celle-Saint-Avant', 470220000, 6048800, 0),
(11917, 644, 74, 'La Chatre', 465833300, 19833300, 0),
(11918, 644, 74, 'La Chaussee-Saint-Victor', 476162000, 13676500, 0),
(11919, 644, 74, 'La Ferte-Saint-Aubin', 477169500, 19390400, 0),
(11920, 644, 74, 'La Loupe', 484732000, 10158400, 0),
(11921, 644, 74, 'La Riche', 473899600, 6707200, 0),
(11922, 644, 74, 'Ladon', 480025900, 25372400, 0),
(11923, 644, 74, 'Le Blanc', 466333300, 10666700, 0),
(11924, 644, 74, 'Le Coudray', 484211500, 15005700, 0),
(11925, 644, 74, 'Lere', 474686700, 28698100, 0),
(11926, 644, 74, 'Lorris', 478895000, 25147800, 0),
(11927, 644, 74, 'Loury', 479994400, 20847400, 0),
(11928, 644, 74, 'Luant', 467330000, 15579300, 0),
(11929, 644, 74, 'Luce', 484369000, 14635900, 0),
(11930, 644, 74, 'Luynes', 473844100, 5547000, 0),
(11931, 644, 74, 'Mainvilliers', 484500400, 14560700, 0),
(11932, 644, 74, 'Malesherbes', 482956600, 24093500, 0),
(11933, 644, 74, 'Marboue', 481137600, 13321000, 0),
(11934, 644, 74, 'Marcilly-en-Villette', 477650500, 20226600, 0),
(11935, 644, 74, 'Mardie', 478861700, 20574500, 0),
(11936, 644, 74, 'Mareuil-sur-Cher', 472931400, 13289700, 0),
(11937, 644, 74, 'Margon', 483356800, 8345400, 0),
(11938, 644, 74, 'Marmagne', 471000000, 22833300, 0),
(11939, 644, 74, 'Mer', 477055500, 15062100, 0),
(11940, 644, 74, 'Mettray', 474525100, 6493900, 0),
(11941, 644, 74, 'Meung-sur-Loire', 478312400, 16958200, 0),
(11942, 644, 74, 'Mezieres-en-Brenne', 468198000, 12112300, 0),
(11943, 644, 74, 'Monnaie', 475016200, 7887200, 0),
(11944, 644, 74, 'Montargis', 480000000, 27500000, 0),
(11945, 644, 74, 'Montlouis-sur-Loire', 473884500, 8320800, 0),
(11946, 644, 74, 'Monts', 472772300, 6247300, 0),
(11947, 644, 74, 'Moree', 479039700, 12342100, 0),
(11948, 644, 74, 'Naveil', 477957600, 10322200, 0),
(11949, 644, 74, 'Neuvy-sur-Barangeon', 473149500, 22534300, 0),
(11950, 644, 74, 'Nevoy', 477159100, 25779100, 0),
(11951, 644, 74, 'Nogent-le-Roi', 486478500, 15293300, 0),
(11952, 644, 74, 'Nogent-sur-Vernisson', 478460300, 27426600, 0),
(11953, 644, 74, 'Nouan-le-Fuzelier', 475360000, 20364700, 0),
(11954, 644, 74, 'Olivet', 478621900, 18991000, 0),
(11955, 644, 74, 'Onzain', 474995600, 11770100, 0),
(11956, 644, 74, 'Orleans', 479028900, 19038900, 0),
(11957, 644, 74, 'Ormes', 479415200, 18182300, 0),
(11958, 644, 74, 'Oulins', 488645100, 14703800, 0),
(11959, 644, 74, 'Ouzouer-le-Marche', 479105500, 15260700, 0),
(11960, 644, 74, 'Ouzouer-sur-Loire', 477663800, 24803800, 0),
(11961, 644, 74, 'Parcay-Meslay', 474419500, 7484700, 0),
(11962, 644, 74, 'Patay', 480483300, 16950000, 0),
(11963, 644, 74, 'Perrusson', 470987300, 10143800, 0),
(11964, 644, 74, 'Pierres', 485920900, 15644400, 0),
(11965, 644, 74, 'Pithiviers', 481666700, 22500000, 0),
(11966, 644, 74, 'Pontlevoy', 473900200, 12546500, 0),
(11967, 644, 74, 'Richelieu', 470138900, 3240600, 0),
(11968, 644, 74, 'Rochecorbon', 474165800, 7552100, 0),
(11969, 644, 74, 'Romorantin-Lanthenay', 473666700, 17500000, 0),
(11970, 644, 74, 'Sache', 472470700, 5445500, 0),
(11971, 644, 74, 'Saint-Aignan', 472689200, 13761400, 0),
(11972, 644, 74, 'Saint-Amand-Longpre', 476833300, 10166700, 0),
(11973, 644, 74, 'Saint-Avertin', 473635700, 7399300, 0),
(11974, 644, 74, 'Saint-Cyr-en-Val', 478318200, 19667200, 0),
(11975, 644, 74, 'Saint-Cyr-sur-Loire', 474000000, 6666700, 0),
(11976, 644, 74, 'Saint-Doulchard', 471037100, 23520000, 0),
(11977, 644, 74, 'Saint-Florent-sur-Cher', 469955200, 22507600, 0),
(11978, 644, 74, 'Saint-Germain-du-Puy', 471000000, 24833300, 0),
(11979, 644, 74, 'Saint-Gervais-la-Foret', 475670500, 13549300, 0),
(11980, 644, 74, 'Saint-Jean-de-Braye', 479130300, 19770500, 0),
(11981, 644, 74, 'Saint-Jean-de-la-Ruelle', 479112700, 18648300, 0),
(11982, 644, 74, 'Saint-Jean-le-Blanc', 478932700, 19154000, 0),
(11983, 644, 74, 'Saint-Lubin-des-Joncherets', 487666700, 12166700, 0),
(11984, 644, 74, 'Saint-Maur', 468065700, 16390400, 0),
(11985, 644, 74, 'Saint-Pierre-des-Corps', 473862300, 7484900, 0),
(11986, 644, 74, 'Saint-Pryve-Saint-Mesmin', 478817700, 18695000, 0),
(11987, 644, 74, 'Saint-Sulpice-de-Pommeray', 476000000, 12666700, 0),
(11988, 644, 74, 'Sandillon', 478451000, 20315500, 0),
(11989, 644, 74, 'Saran', 479501300, 18760100, 0),
(11990, 644, 74, 'Savigne-sur-Lathan', 474448300, 3209300, 0),
(11991, 644, 74, 'Seigy', 472568800, 13996400, 0),
(11992, 644, 74, 'Semoy', 479333300, 19500000, 0),
(11993, 644, 74, 'Sorigny', 472432900, 6952000, 0),
(11994, 644, 74, 'Sours', 484104300, 15988900, 0),
(11995, 644, 74, 'Sully-sur-Loire', 477637200, 23723800, 0),
(11996, 644, 74, 'Tavers', 477592100, 16126700, 0),
(11997, 644, 74, 'Tigy', 477936500, 21976600, 0),
(11998, 644, 74, 'Tours', 473833300, 6833300, 0),
(11999, 644, 74, 'Treon', 486770900, 13266800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(12000, 644, 74, 'Truyes', 472729900, 8517900, 0),
(12001, 644, 74, 'Unverre', 481982900, 10920700, 0),
(12002, 644, 74, 'Vendome', 478000000, 10666700, 0),
(12003, 644, 74, 'Vernouillet', 487209000, 13695100, 0),
(12004, 644, 74, 'Vienne-en-Val', 478003600, 21346000, 0),
(12005, 644, 74, 'Vierzon', 472166700, 20833300, 0),
(12006, 644, 74, 'Vignoux-sur-Barangeon', 472006800, 21725800, 0),
(12007, 644, 74, 'Villandry', 473401900, 5105000, 0),
(12008, 644, 74, 'Villemandeur', 479870100, 27180200, 0),
(12009, 644, 74, 'Villemeux-sur-Eure', 486725900, 14647000, 0),
(12010, 644, 74, 'Vouvray', 474108800, 7989200, 0),
(12011, 644, 74, 'Voves', 482713800, 16258300, 0),
(12012, 645, 74, 'Aiglemont', 497803100, 47648300, 0),
(12013, 645, 74, 'Avize', 489735200, 40143800, 0),
(12014, 645, 74, 'Ay', 490545700, 40034300, 0),
(12015, 645, 74, 'Balan', 496888200, 49647800, 0),
(12016, 645, 74, 'Bar-sur-Aube', 482333300, 47166700, 0),
(12017, 645, 74, 'Betheny', 492849800, 40549500, 0),
(12018, 645, 74, 'Bettancourt-la-Ferree', 486489800, 49697100, 0),
(12019, 645, 74, 'Bezannes', 492233900, 39889200, 0),
(12020, 645, 74, 'Blagny', 496216700, 51919400, 0),
(12021, 645, 74, 'Bouilly', 481967400, 40001100, 0),
(12022, 645, 74, 'Bourgogne', 493496200, 40711100, 0),
(12023, 645, 74, 'Chalindrey', 478030800, 54279700, 0),
(12024, 645, 74, 'Chalons-en-Champagne', 489539300, 43672400, 0),
(12025, 645, 74, 'Chamarandes-Choignes', 480833300, 51500000, 0),
(12026, 645, 74, 'Charleville-Mezieres', 497666700, 47166700, 0),
(12027, 645, 74, 'Chatillon-sur-Marne', 491004800, 37602300, 0),
(12028, 645, 74, 'Chaumont', 481166700, 51333300, 0),
(12029, 645, 74, 'Chevillon', 485286900, 51308600, 0),
(12030, 645, 74, 'Cormicy', 493707100, 38959600, 0),
(12031, 645, 74, 'Cormontreuil', 492166700, 40500000, 0),
(12032, 645, 74, 'Courcy', 493236200, 40025700, 0),
(12033, 645, 74, 'Damery', 490723800, 38803600, 0),
(12034, 645, 74, 'Dom-le-Mesnil', 496901200, 48036300, 0),
(12035, 645, 74, 'Epernay', 490500000, 39500000, 0),
(12036, 645, 74, 'Fere-Champenoise', 487543200, 39906900, 0),
(12037, 645, 74, 'Fismes', 493077300, 36860700, 0),
(12038, 645, 74, 'Flize', 496987500, 47717100, 0),
(12039, 645, 74, 'Floing', 497221600, 49294700, 0),
(12040, 645, 74, 'Frignicourt', 486996600, 45915300, 0),
(12041, 645, 74, 'Froncles', 482975600, 51458600, 0),
(12042, 645, 74, 'Fumay', 499913200, 47077100, 0),
(12043, 645, 74, 'Givet', 501379600, 48254500, 0),
(12044, 645, 74, 'Gueux', 492504800, 39102400, 0),
(12045, 645, 74, 'Joinville', 484436300, 51414400, 0),
(12046, 645, 74, 'La Chapelle-Saint-Luc', 483173400, 40398800, 0),
(12047, 645, 74, 'Langres', 478666700, 53333300, 0),
(12048, 645, 74, 'Les Noes-pres-Troyes', 483035800, 40455200, 0),
(12049, 645, 74, 'Lumes', 497346100, 47861600, 0),
(12050, 645, 74, 'Lusigny-sur-Barse', 482545100, 42689000, 0),
(12051, 645, 74, 'Magenta', 490489800, 39688200, 0),
(12052, 645, 74, 'Maizieres-la-Grande-Paroisse', 485101200, 37857300, 0),
(12053, 645, 74, 'Montier-en-Der', 484782300, 47707300, 0),
(12054, 645, 74, 'Mourmelon-le-Grand', 491325600, 43642000, 0),
(12055, 645, 74, 'Mouzon', 496070600, 50756900, 0),
(12056, 645, 74, 'Nogent-le-Bas', 480197400, 53332300, 0),
(12057, 645, 74, 'Payns', 483825500, 39775500, 0),
(12058, 645, 74, 'Pierry', 490202400, 39407100, 0),
(12059, 645, 74, 'Pont-Sainte-Marie', 483184800, 40944700, 0),
(12060, 645, 74, 'Reims', 492500000, 40333300, 0),
(12061, 645, 74, 'Renwez', 498383900, 46033400, 0),
(12062, 645, 74, 'Revin', 499403900, 46350300, 0),
(12063, 645, 74, 'Romilly-sur-Seine', 485108500, 37263400, 0),
(12064, 645, 74, 'Rosieres-pres-Troyes', 482618200, 40739600, 0),
(12065, 645, 74, 'Saint-Andre-les-Vergers', 482852700, 40521000, 0),
(12066, 645, 74, 'Saint-Dizier', 486333300, 49500000, 0),
(12067, 645, 74, 'Saint-Julien-les-Villas', 482712700, 40990100, 0),
(12068, 645, 74, 'Saint-Memmie', 489524700, 43840900, 0),
(12069, 645, 74, 'Saint-Menges', 497387300, 49262800, 0),
(12070, 645, 74, 'Saint-Quentin-le-Petit', 495844000, 40797000, 0),
(12071, 645, 74, 'Sainte-Menehould', 490833300, 49000000, 0),
(12072, 645, 74, 'Sainte-Savine', 482963700, 40464200, 0),
(12073, 645, 74, 'Sedan', 497000000, 49500000, 0),
(12074, 645, 74, 'Sermaize-les-Bains', 487850700, 49116900, 0),
(12075, 645, 74, 'Sezanne', 487204700, 37233900, 0),
(12076, 645, 74, 'Signy-le-Petit', 499027700, 42799000, 0),
(12077, 645, 74, 'Suippes', 491288600, 45344600, 0),
(12078, 645, 74, 'Taissy', 492150900, 40940600, 0),
(12079, 645, 74, 'Tinqueux', 492500000, 39833300, 0),
(12080, 645, 74, 'Tours-sur-Marne', 490487300, 41206000, 0),
(12081, 645, 74, 'Troyes', 483000000, 40833300, 0),
(12082, 645, 74, 'Vendeuvre-sur-Barse', 482378600, 44690500, 0),
(12083, 645, 74, 'Vertus', 489060900, 40021600, 0),
(12084, 645, 74, 'Verzy', 491457600, 41640800, 0),
(12085, 645, 74, 'Vouziers', 494000000, 47000000, 0),
(12086, 645, 74, 'Wassy', 484981100, 49477500, 0),
(12087, 645, 74, 'Witry-les-Reims', 492916200, 41192000, 0),
(12088, 646, 74, 'Afa', 419836200, 87946900, 0),
(12089, 646, 74, 'Ajaccio', 419272300, 87346200, 0),
(12090, 646, 74, 'Alata', 419774900, 87423200, 0),
(12091, 646, 74, 'Aleria', 421024000, 95157500, 0),
(12092, 646, 74, 'Bastia', 427027800, 94500000, 0),
(12093, 646, 74, 'Bonifacio', 413874000, 91594200, 0),
(12094, 646, 74, 'Borgo', 425548800, 94263600, 0),
(12095, 646, 74, 'Calvi', 425660400, 87571300, 0),
(12096, 646, 74, 'Cargese', 421362900, 85958600, 0),
(12097, 646, 74, 'Corte', 423000000, 91500000, 0),
(12098, 646, 74, 'Furiani', 426581400, 94146900, 0),
(12099, 646, 74, 'Lucciana', 425458900, 94185900, 0),
(12100, 646, 74, 'Oletta', 426323700, 93560000, 0),
(12101, 646, 74, 'Olmeto', 417188600, 89202300, 0),
(12102, 646, 74, 'Peri', 420039400, 89209600, 0),
(12103, 646, 74, 'Porto-Vecchio', 415910100, 92794700, 0),
(12104, 646, 74, 'Ventiseri', 419416900, 93317200, 0),
(12105, 647, 74, 'Andelnans', 476022300, 68672000, 0),
(12106, 647, 74, 'Arbois', 469031100, 57745400, 0),
(12107, 647, 74, 'Arbouans', 474994400, 67950500, 0),
(12108, 647, 74, 'Arcey', 475225800, 66622200, 0),
(12109, 647, 74, 'Arinthod', 463933900, 55661600, 0),
(12110, 647, 74, 'Audincourt', 474832700, 68534100, 0),
(12111, 647, 74, 'Bart', 474886100, 67709000, 0),
(12112, 647, 74, 'Bavans', 474852800, 67332400, 0),
(12113, 647, 74, 'Belfort', 476333300, 68666700, 0),
(12114, 647, 74, 'Besancon', 472487800, 60181500, 0),
(12115, 647, 74, 'Beure', 472069000, 60054800, 0),
(12116, 647, 74, 'Blamont', 473851300, 68480000, 0),
(12117, 647, 74, 'Boussieres', 471586600, 59031400, 0),
(12118, 647, 74, 'Champagney', 477050400, 66817300, 0),
(12119, 647, 74, 'Champagnole', 467445200, 59135400, 0),
(12120, 647, 74, 'Charquemont', 472141700, 68198000, 0),
(12121, 647, 74, 'Chatenois-les-Forges', 475598000, 68489400, 0),
(12122, 647, 74, 'Chatillon-le-Duc', 473048600, 60079200, 0),
(12123, 647, 74, 'Choisey', 470638900, 54591100, 0),
(12124, 647, 74, 'Clerval', 473916700, 64992500, 0),
(12125, 647, 74, 'Dampierre-les-Bois', 475063800, 69127900, 0),
(12126, 647, 74, 'Danjoutin', 476156000, 68663800, 0),
(12127, 647, 74, 'Dannemarie-sur-Crete', 472048800, 58701800, 0),
(12128, 647, 74, 'Dasle', 474784300, 68972800, 0),
(12129, 647, 74, 'Delle', 475104800, 69996300, 0),
(12130, 647, 74, 'Dole', 471000000, 55000000, 0),
(12131, 647, 74, 'Essert', 476325400, 68153900, 0),
(12132, 647, 74, 'Etupes', 475052500, 68707500, 0),
(12133, 647, 74, 'Faverney', 477671300, 61042800, 0),
(12134, 647, 74, 'Foucherans', 470809400, 54550300, 0),
(12135, 647, 74, 'Fraisans', 471485700, 57605100, 0),
(12136, 647, 74, 'Franois', 472305500, 59286900, 0),
(12137, 647, 74, 'Frasne', 468564100, 61594000, 0),
(12138, 647, 74, 'Gilley', 470474000, 64825700, 0),
(12139, 647, 74, 'Gray', 474457500, 55921500, 0),
(12140, 647, 74, 'Gy', 474058800, 58122600, 0),
(12141, 647, 74, 'Hericourt', 475730500, 67613900, 0),
(12142, 647, 74, 'Herimoncourt', 474428400, 68824200, 0),
(12143, 647, 74, 'Jougne', 467629100, 63883800, 0),
(12144, 647, 74, 'Lepuix', 477599600, 68165000, 0),
(12145, 647, 74, 'Les Rousses', 464841200, 60633000, 0),
(12146, 647, 74, 'Levier', 469530200, 61205900, 0),
(12147, 647, 74, 'Lons-le-Saunier', 466666700, 55500000, 0),
(12148, 647, 74, 'Lure', 476833300, 65000000, 0),
(12149, 647, 74, 'Maiche', 472516000, 68030800, 0),
(12150, 647, 74, 'Mandeure', 474492100, 68076200, 0),
(12151, 647, 74, 'Mathay', 474390400, 67848700, 0),
(12152, 647, 74, 'Miserey-Salines', 472863800, 59738700, 0),
(12153, 647, 74, 'Mont-sous-Vaudrey', 469787400, 56029500, 0),
(12154, 647, 74, 'Montbeliard', 475166700, 68000000, 0),
(12155, 647, 74, 'Montfaucon', 472356200, 60816200, 0),
(12156, 647, 74, 'Montmorot', 466754100, 55228400, 0),
(12157, 647, 74, 'Montreux-Chateau', 476085700, 70042300, 0),
(12158, 647, 74, 'Morez', 465254000, 60258900, 0),
(12159, 647, 74, 'Morteau', 470578400, 66071600, 0),
(12160, 647, 74, 'Morvillars', 475487400, 69343900, 0),
(12161, 647, 74, 'Nancray', 472453600, 61828300, 0),
(12162, 647, 74, 'Orchamps', 471475200, 56587300, 0),
(12163, 647, 74, 'Ornans', 471074900, 61430600, 0),
(12164, 647, 74, 'Pirey', 472613600, 59646600, 0),
(12165, 647, 74, 'Poligny', 468371200, 57050400, 0),
(12166, 647, 74, 'Pont-de-Roide', 473873800, 67684000, 0),
(12167, 647, 74, 'Pontarlier', 469034700, 63554200, 0),
(12168, 647, 74, 'Pusey', 476524300, 61261500, 0),
(12169, 647, 74, 'Rioz', 474252100, 60659800, 0),
(12170, 647, 74, 'Ronchamp', 477006300, 66359000, 0),
(12171, 647, 74, 'Saint-Aubin', 470333600, 53266600, 0),
(12172, 647, 74, 'Saint-Claude', 463916400, 58643000, 0),
(12173, 647, 74, 'Saint-Germain', 477249600, 65311700, 0),
(12174, 647, 74, 'Saint-Hippolyte', 473188000, 68161700, 0),
(12175, 647, 74, 'Saint-Vit', 471833300, 58166700, 0),
(12176, 647, 74, 'Salbert', 476723600, 68220900, 0),
(12177, 647, 74, 'Saone', 472231100, 61168200, 0),
(12178, 647, 74, 'Sochaux', 475080800, 68274800, 0),
(12179, 647, 74, 'Tavaux', 470337600, 54050000, 0),
(12180, 647, 74, 'Vaivre-et-Montoille', 476302100, 61036200, 0),
(12181, 647, 74, 'Valdoie', 476679900, 68444600, 0),
(12182, 647, 74, 'Valentigney', 474638800, 68316800, 0),
(12183, 647, 74, 'Vesoul', 476333300, 61666700, 0),
(12184, 647, 74, 'Villers-le-Lac', 470631900, 66669900, 0),
(12185, 647, 74, 'Villersexel', 475507000, 64327300, 0),
(12186, 648, 74, 'Alizay', 493215800, 11785400, 0),
(12187, 648, 74, 'Ande', 492316300, 12408800, 0),
(12188, 648, 74, 'Arnieres-sur-Iton', 489967800, 11038400, 0),
(12189, 648, 74, 'Arques-la-Bataille', 498812200, 11287500, 0),
(12190, 648, 74, 'Aubevoye', 491709700, 13353700, 0),
(12191, 648, 74, 'Auzebosc', 495956500, 7285000, 0),
(12192, 648, 74, 'Bernay', 490888800, 5985800, 0),
(12193, 648, 74, 'Bihorel', 494546800, 11223000, 0),
(12194, 648, 74, 'Bois-Guillaume', 494602000, 11221900, 0),
(12195, 648, 74, 'Bolbec', 495732100, 4733900, 0),
(12196, 648, 74, 'Bourth', 487684600, 8091100, 0),
(12197, 648, 74, 'Brionne', 491955300, 7151000, 0),
(12198, 648, 74, 'Broglie', 490091100, 5291500, 0),
(12199, 648, 74, 'Bueil', 489319000, 14425700, 0),
(12200, 648, 74, 'Canteleu', 494406500, 10245900, 0),
(12201, 648, 74, 'Cany-Barville', 497888500, 6370400, 0),
(12202, 648, 74, 'Caudebec-en-Caux', 495257700, 7256100, 0),
(12203, 648, 74, 'Caudebec-les-Elbeuf', 492808200, 10219500, 0),
(12204, 648, 74, 'Cayenne', 495585800, 16280300, 0),
(12205, 648, 74, 'Claville', 490484400, 10195400, 0),
(12206, 648, 74, 'Cleon', 493123500, 10295000, 0),
(12207, 648, 74, 'Conches-en-Ouche', 489576800, 9405200, 0),
(12208, 648, 74, 'Cormeilles', 492480300, 3765400, 0),
(12209, 648, 74, 'Corneville-sur-Risle', 493412800, 5862800, 0),
(12210, 648, 74, 'Croth', 488455700, 13786100, 0),
(12211, 648, 74, 'Darnetal', 494453300, 11514400, 0),
(12212, 648, 74, 'Deville-les-Rouen', 494694200, 10521400, 0),
(12213, 648, 74, 'Dieppe', 499333300, 10833300, 0),
(12214, 648, 74, 'Doudeville', 497226800, 7847900, 0),
(12215, 648, 74, 'Elbeuf', 492866900, 10028800, 0),
(12216, 648, 74, 'Epaignes', 492794500, 4398000, 0),
(12217, 648, 74, 'Epouville', 495634900, 2237200, 0),
(12218, 648, 74, 'Etrepagny', 493062300, 16114000, 0),
(12219, 648, 74, 'Etretat', 497066900, 2052300, 0),
(12220, 648, 74, 'Eu', 500460600, 14207900, 0),
(12221, 648, 74, 'Evreux', 490241400, 11508200, 0),
(12222, 648, 74, 'Ezy-sur-Eure', 488666700, 14166700, 0),
(12223, 648, 74, 'Fecamp', 497578700, 3745700, 0),
(12224, 648, 74, 'Fontaine-la-Mallet', 495360000, 1462500, 0),
(12225, 648, 74, 'Fontenay', 495599300, 1839000, 0),
(12226, 648, 74, 'Gaillon', 491610400, 13401600, 0),
(12227, 648, 74, 'Gasny', 490918400, 16033600, 0),
(12228, 648, 74, 'Gisors', 492817800, 17801000, 0),
(12229, 648, 74, 'Goderville', 496456600, 3659300, 0),
(12230, 648, 74, 'Gonneville-la-Mallet', 496395000, 2224500, 0),
(12231, 648, 74, 'Gournay-en-Bray', 494828500, 17247100, 0),
(12232, 648, 74, 'Gruchet-le-Valasse', 495546600, 4868400, 0),
(12233, 648, 74, 'Hauville', 493964500, 7723200, 0),
(12234, 648, 74, 'Incheville', 500123900, 14943800, 0),
(12235, 648, 74, 'Isneauville', 494983200, 11543100, 0),
(12236, 648, 74, 'La Haye-Malherbe', 492255300, 10677400, 0),
(12237, 648, 74, 'La Madeleine-de-Nonancourt', 487729800, 12025200, 0),
(12238, 648, 74, 'Le Grand-Quevilly', 494007600, 10458200, 0),
(12239, 648, 74, 'Le Havre', 494938000, 1076700, 0),
(12240, 648, 74, 'Le Houlme', 495097200, 10353700, 0),
(12241, 648, 74, 'Le Mesnil-Esnard', 494131900, 11452100, 0),
(12242, 648, 74, 'Le Neubourg', 491504800, 9102000, 0),
(12243, 648, 74, 'Le Petit-Quevilly', 494133800, 10615500, 0),
(12244, 648, 74, 'Lieurey', 492301900, 4987900, 0),
(12245, 648, 74, 'Lillebonne', 495203000, 5361700, 0),
(12246, 648, 74, 'Louviers', 492166700, 11666700, 0),
(12247, 648, 74, 'Menilles', 490333300, 13666700, 0),
(12248, 648, 74, 'Menneval', 491000000, 6166700, 0),
(12249, 648, 74, 'Mesnieres-en-Bray', 497617200, 13818700, 0),
(12250, 648, 74, 'Mont-Saint-Aignan', 494630700, 10936400, 0),
(12251, 648, 74, 'Montivilliers', 495451800, 1876900, 0),
(12252, 648, 74, 'Neufchatel-en-Bray', 497331600, 14395600, 0),
(12253, 648, 74, 'Nointot', 495982200, 4767400, 0),
(12254, 648, 74, 'Nonancourt', 487708600, 11979900, 0),
(12255, 648, 74, 'Notre-Dame-de-Bondeville', 494833300, 10500000, 0),
(12256, 648, 74, 'Notre-Dame-de-Gravenchon', 494894000, 5718800, 0),
(12257, 648, 74, 'Octeville-sur-Mer', 495549600, 1166000, 0),
(12258, 648, 74, 'Offranville', 498720800, 10481700, 0),
(12259, 648, 74, 'Oissel', 493330900, 10941300, 0),
(12260, 648, 74, 'Orival', 497242900, 12051200, 0),
(12261, 648, 74, 'Pacy-sur-Eure', 490166700, 13833300, 0),
(12262, 648, 74, 'Pavilly', 495670300, 9544500, 0),
(12263, 648, 74, 'Pont-Audemer', 493500000, 5166700, 0),
(12264, 648, 74, 'Pont-Saint-Pierre', 493356100, 12760100, 0),
(12265, 648, 74, 'Rogerville', 495029600, 2651600, 0),
(12266, 648, 74, 'Rouen', 494431300, 10993200, 0),
(12267, 648, 74, 'Rouxmesnil-Bouteilles', 499063300, 10797600, 0),
(12268, 648, 74, 'Sahurs', 493586300, 9425600, 0),
(12269, 648, 74, 'Saint-Arnoult', 495267600, 6711700, 0),
(12270, 648, 74, 'Saint-Aubin-sur-Gaillon', 491470000, 13291400, 0),
(12271, 648, 74, 'Saint-Etienne-du-Rouvray', 493779400, 11046700, 0),
(12272, 648, 74, 'Saint-Romain-de-Colbosc', 495309300, 3571900, 0),
(12273, 648, 74, 'Saint-Sebastien-de-Morsent', 490109600, 10873000, 0),
(12274, 648, 74, 'Sainte-Adresse', 495089000, 844600, 0),
(12275, 648, 74, 'Serquigny', 491094300, 7101600, 0),
(12276, 648, 74, 'Sotteville-les-Rouen', 494097200, 10900600, 0),
(12277, 648, 74, 'Val-de-Reuil', 492738500, 12102100, 0),
(12278, 648, 74, 'Valliquerville', 496138500, 6870300, 0),
(12279, 648, 74, 'Verneuil-sur-Avre', 487394900, 9273100, 0),
(12280, 648, 74, 'Vernon', 490929200, 14633200, 0),
(12281, 648, 74, 'Villers-Ecalles', 495413600, 9194200, 0),
(12282, 648, 74, 'Yebleron', 496333300, 5374600, 0),
(12283, 648, 74, 'Yerville', 496672000, 8959400, 0),
(12284, 648, 74, 'Ymare', 493506000, 11793800, 0),
(12285, 648, 74, 'Yvetot', 496174400, 7581400, 0),
(12286, 649, 74, 'Ableiges', 490893200, 19815400, 0),
(12287, 649, 74, 'Ablis', 485172000, 18362400, 0),
(12288, 649, 74, 'Ablon-sur-Seine', 487273200, 24268600, 0),
(12289, 649, 74, 'Acheres', 489611600, 20688200, 0),
(12290, 649, 74, 'Alfortville', 488057500, 24204000, 0),
(12291, 649, 74, 'Andresy', 489823400, 20568700, 0),
(12292, 649, 74, 'Angerville', 483135400, 19993500, 0),
(12293, 649, 74, 'Annet-sur-Marne', 489266900, 27195900, 0),
(12294, 649, 74, 'Antony', 487500000, 23000000, 0),
(12295, 649, 74, 'Arcueil', 487999300, 23325600, 0),
(12296, 649, 74, 'Argenteuil', 489500000, 22500000, 0),
(12297, 649, 74, 'Arnouville', 489833300, 24166700, 0),
(12298, 649, 74, 'Arpajon', 485887500, 22467200, 0),
(12299, 649, 74, 'Asnieres-sur-Seine', 489166700, 22833300, 0),
(12300, 649, 74, 'Athis-Mons', 487052200, 23914700, 0),
(12301, 649, 74, 'Aubergenville', 489599600, 18546700, 0),
(12302, 649, 74, 'Aubervilliers', 489166700, 23833300, 0),
(12303, 649, 74, 'Auffargis', 487004900, 18869600, 0),
(12304, 649, 74, 'Aulnay-sous-Bois', 489381400, 24940200, 0),
(12305, 649, 74, 'Aulnay-sur-Mauldre', 489295000, 18411300, 0),
(12306, 649, 74, 'Auvers-sur-Oise', 490715800, 21697800, 0),
(12307, 649, 74, 'Avon', 484022000, 27202200, 0),
(12308, 649, 74, 'Bagneux', 487956400, 23079600, 0),
(12309, 649, 74, 'Bagnolet', 488666700, 24166700, 0),
(12310, 649, 74, 'Baillet-en-France', 490618700, 22988000, 0),
(12311, 649, 74, 'Ballainvilliers', 486748100, 23005700, 0),
(12312, 649, 74, 'Ballancourt-sur-Essonne', 485252500, 23860400, 0),
(12313, 649, 74, 'Barbizon', 484434600, 26031300, 0),
(12314, 649, 74, 'Beauchamp', 490166700, 22000000, 0),
(12315, 649, 74, 'Beaumont-sur-Oise', 491423200, 22870500, 0),
(12316, 649, 74, 'Bennecourt', 490414800, 15546800, 0),
(12317, 649, 74, 'Beynes', 488562600, 18726100, 0),
(12318, 649, 74, 'Bezons', 489242600, 22128000, 0),
(12319, 649, 74, 'Bobigny', 489000000, 24500000, 0),
(12320, 649, 74, 'Bois-Colombes', 489193600, 22748400, 0),
(12321, 649, 74, 'Bois-d''Arcy', 487996600, 20232500, 0),
(12322, 649, 74, 'Bois-le-Roi', 484734800, 27046400, 0),
(12323, 649, 74, 'Boissy-Saint-Leger', 487515000, 25116300, 0),
(12324, 649, 74, 'Bondoufle', 486129400, 23777500, 0),
(12325, 649, 74, 'Bondy', 489018000, 24893100, 0),
(12326, 649, 74, 'Bonnelles', 486181600, 20292200, 0),
(12327, 649, 74, 'Bonneuil-sur-Marne', 487695000, 24793000, 0),
(12328, 649, 74, 'Bouafle', 489646300, 19012000, 0),
(12329, 649, 74, 'Bouffemont', 490437700, 22979600, 0),
(12330, 649, 74, 'Bougival', 488622300, 21414800, 0),
(12331, 649, 74, 'Boulogne-Billancourt', 488333300, 22500000, 0),
(12332, 649, 74, 'Bouray-sur-Juine', 485198100, 23000100, 0),
(12333, 649, 74, 'Bourg-la-Reine', 487788800, 23178100, 0),
(12334, 649, 74, 'Bourron-Marlotte', 483405100, 27004100, 0),
(12335, 649, 74, 'Boussy-Saint-Antoine', 486910100, 25306000, 0),
(12336, 649, 74, 'Bretigny-sur-Orge', 486113500, 23059300, 0),
(12337, 649, 74, 'Breval', 489454500, 15330900, 0),
(12338, 649, 74, 'Brie-Comte-Robert', 486833300, 26166700, 0),
(12339, 649, 74, 'Brou-sur-Chantereine', 488833300, 26333300, 0),
(12340, 649, 74, 'Brunoy', 486942000, 24922300, 0),
(12341, 649, 74, 'Bruyeres-le-Chatel', 485886800, 21899100, 0),
(12342, 649, 74, 'Bry-sur-Marne', 488381100, 25248800, 0),
(12343, 649, 74, 'Buc', 487762700, 21257700, 0),
(12344, 649, 74, 'Buchelay', 489792600, 16702600, 0),
(12345, 649, 74, 'Bures-sur-Yvette', 486998100, 21706400, 0),
(12346, 649, 74, 'Bussy-Saint-Georges', 488409900, 27016500, 0),
(12347, 649, 74, 'Cachan', 487963200, 23366100, 0),
(12348, 649, 74, 'Carrieres-sous-Poissy', 489495200, 20406800, 0),
(12349, 649, 74, 'Cely', 484595900, 25324500, 0),
(12350, 649, 74, 'Cergy', 490364500, 20761300, 0),
(12351, 649, 74, 'Cergy-Pontoise', 490361110, 20630560, 0),
(12352, 649, 74, 'Cerny', 484779600, 23281400, 0),
(12353, 649, 74, 'Cesson', 485620400, 26081600, 0),
(12354, 649, 74, 'Chalifert', 488899300, 27733900, 0),
(12355, 649, 74, 'Chamarande', 485171500, 22171000, 0),
(12356, 649, 74, 'Chambourcy', 489065500, 20410000, 0),
(12357, 649, 74, 'Champigny-sur-Marne', 488164200, 24936600, 0),
(12358, 649, 74, 'Champlan', 487082300, 22797500, 0),
(12359, 649, 74, 'Champs-sur-Marne', 488500000, 26000000, 0),
(12360, 649, 74, 'Chanteloup-en-Brie', 488547800, 27392900, 0),
(12361, 649, 74, 'Chapet', 489666700, 19333300, 0),
(12362, 649, 74, 'Charenton-le-Pont', 488220900, 24121700, 0),
(12363, 649, 74, 'Charny', 489709800, 27612100, 0),
(12364, 649, 74, 'Chars', 491603200, 19366900, 0),
(12365, 649, 74, 'Chartrettes', 484880800, 27008300, 0),
(12366, 649, 74, 'Chatenay-Malabry', 487650700, 22665500, 0),
(12367, 649, 74, 'Chatillon', 488024000, 22934600, 0),
(12368, 649, 74, 'Chatou', 488898000, 21586300, 0),
(12369, 649, 74, 'Chavenay', 488543700, 19916300, 0),
(12370, 649, 74, 'Chaville', 488056500, 21886400, 0),
(12371, 649, 74, 'Chelles', 488810900, 25929500, 0),
(12372, 649, 74, 'Chennevieres-sur-Marne', 487970200, 25404600, 0),
(12373, 649, 74, 'Chevannes', 485325900, 24438800, 0),
(12374, 649, 74, 'Chevilly-Larue', 487647600, 23503000, 0),
(12375, 649, 74, 'Chilly-Mazarin', 487148900, 23163800, 0),
(12376, 649, 74, 'Choisy-en-Brie', 487586700, 32170500, 0),
(12377, 649, 74, 'Choisy-le-Roi', 487684600, 24187400, 0),
(12378, 649, 74, 'Clamart', 488029900, 22669200, 0),
(12379, 649, 74, 'Claye-Souilly', 489449200, 26856600, 0),
(12380, 649, 74, 'Clichy', 489001800, 23095200, 0),
(12381, 649, 74, 'Clichy-sous-Bois', 489102000, 25532400, 0),
(12382, 649, 74, 'Collegien', 488357100, 26736500, 0),
(12383, 649, 74, 'Colombes', 489188200, 22540400, 0),
(12384, 649, 74, 'Combs-la-Ville', 486649700, 25695700, 0),
(12385, 649, 74, 'Conflans-Sainte-Honorine', 490015800, 20969400, 0),
(12386, 649, 74, 'Corbeil-Essonnes', 486060300, 24875700, 0),
(12387, 649, 74, 'Cormeilles-en-Parisis', 489711100, 22049100, 0),
(12388, 649, 74, 'Coulommiers', 488145100, 30849800, 0),
(12389, 649, 74, 'Coupvray', 488928900, 27967000, 0),
(12390, 649, 74, 'Courbevoie', 488967200, 22566600, 0),
(12391, 649, 74, 'Courcouronnes', 486142900, 24076200, 0),
(12392, 649, 74, 'Courdimanche', 490351300, 20009600, 0),
(12393, 649, 74, 'Courpalay', 486494700, 29611600, 0),
(12394, 649, 74, 'Creteil', 487833300, 24666700, 0),
(12395, 649, 74, 'Croissy-sur-Seine', 488792500, 21383600, 0),
(12396, 649, 74, 'Crosne', 487192200, 24572800, 0),
(12397, 649, 74, 'Dammartin-en-Goele', 490542300, 26777700, 0),
(12398, 649, 74, 'Deuil-la-Barre', 489767400, 23272200, 0),
(12399, 649, 74, 'Domont', 490278200, 23263800, 0),
(12400, 649, 74, 'Doue', 488664100, 31626900, 0),
(12401, 649, 74, 'Dourdan', 485277200, 20111300, 0),
(12402, 649, 74, 'Drancy', 489257800, 24453300, 0),
(12403, 649, 74, 'Draveil', 486846600, 24141800, 0),
(12404, 649, 74, 'Eaubonne', 489971200, 22824900, 0),
(12405, 649, 74, 'Ecouen', 490206200, 23830900, 0),
(12406, 649, 74, 'Ecquevilly', 489519200, 19233800, 0),
(12407, 649, 74, 'Egreville', 481760600, 28727800, 0),
(12408, 649, 74, 'Elancourt', 487842000, 19552000, 0),
(12409, 649, 74, 'Emerainville', 488127600, 26213900, 0),
(12410, 649, 74, 'Enghien-les-Bains', 489666700, 23166700, 0),
(12411, 649, 74, 'Epinay-sur-Orge', 486733800, 23107400, 0),
(12412, 649, 74, 'Epinay-sur-Seine', 489535000, 23151400, 0),
(12413, 649, 74, 'Eragny', 490166700, 21000000, 0),
(12414, 649, 74, 'Ermont', 489900400, 22580400, 0),
(12415, 649, 74, 'Esbly', 489052000, 28123500, 0),
(12416, 649, 74, 'Etampes', 484333300, 21500000, 0),
(12417, 649, 74, 'Etrechy', 484946500, 21948900, 0),
(12418, 649, 74, 'Evry', 486333300, 24500000, 0),
(12419, 649, 74, 'Ezanville', 490279400, 23678600, 0),
(12420, 649, 74, 'Ferrieres-en-Brie', 488235200, 27066400, 0),
(12421, 649, 74, 'Fleury-Merogis', 486373000, 23637800, 0),
(12422, 649, 74, 'Fontainebleau', 484000000, 27000000, 0),
(12423, 649, 74, 'Fontenay-aux-Roses', 487932500, 22927500, 0),
(12424, 649, 74, 'Fontenay-en-Parisis', 490537100, 24515600, 0),
(12425, 649, 74, 'Fontenay-le-Fleury', 488125300, 20486300, 0),
(12426, 649, 74, 'Fontenay-sous-Bois', 488544200, 24826800, 0),
(12427, 649, 74, 'Forges-les-Bains', 486294200, 21026400, 0),
(12428, 649, 74, 'Fosses', 490980800, 25095700, 0),
(12429, 649, 74, 'Franconville', 489833300, 22333300, 0),
(12430, 649, 74, 'Fresnes', 487556800, 23224100, 0),
(12431, 649, 74, 'Fublaines', 489381600, 29365500, 0),
(12432, 649, 74, 'Gagny', 488833300, 25333300, 0),
(12433, 649, 74, 'Gambais', 487735100, 16719600, 0),
(12434, 649, 74, 'Garches', 488422600, 21823200, 0),
(12435, 649, 74, 'Gargenville', 489880200, 18117600, 0),
(12436, 649, 74, 'Garges-les-Gonesse', 489679100, 23978100, 0),
(12437, 649, 74, 'Gazeran', 486326400, 17714900, 0),
(12438, 649, 74, 'Gennevilliers', 489333300, 23000000, 0),
(12439, 649, 74, 'Gentilly', 488129400, 23417000, 0),
(12440, 649, 74, 'Gif-sur-Yvette', 486833300, 21333300, 0),
(12441, 649, 74, 'Gonesse', 489869300, 24489200, 0),
(12442, 649, 74, 'Gouaix', 484853900, 32933600, 0),
(12443, 649, 74, 'Gournay-sur-Marne', 488622300, 25845200, 0),
(12444, 649, 74, 'Goussainville', 490136700, 24659500, 0),
(12445, 649, 74, 'Grisy-Suisnes', 486853800, 26678100, 0),
(12446, 649, 74, 'Guerard', 488208600, 29596900, 0),
(12447, 649, 74, 'Guignes', 486333300, 28000000, 0),
(12448, 649, 74, 'Guyancourt', 487733400, 20739300, 0),
(12449, 649, 74, 'Houdan', 487904400, 16000700, 0),
(12450, 649, 74, 'Houilles', 489216100, 21926300, 0),
(12451, 649, 74, 'Igny', 487443700, 22242800, 0),
(12452, 649, 74, 'Issy-les-Moulineaux', 488210400, 22771800, 0),
(12453, 649, 74, 'Ivry-sur-Seine', 488156800, 23848700, 0),
(12454, 649, 74, 'Joinville-le-Pont', 488253800, 24745800, 0),
(12455, 649, 74, 'Jouarre', 489266100, 31316800, 0),
(12456, 649, 74, 'Jouy-en-Josas', 487590900, 21696600, 0),
(12457, 649, 74, 'Jouy-le-Moutier', 490106800, 20402800, 0),
(12458, 649, 74, 'Juilly', 490137500, 27056300, 0),
(12459, 649, 74, 'Juvisy-sur-Orge', 486833300, 23833300, 0),
(12460, 649, 74, 'Juziers', 489913700, 18476000, 0),
(12461, 649, 74, 'L''Hay-les-Roses', 487833300, 23333300, 0),
(12462, 649, 74, 'La Celle-Saint-Cloud', 488502900, 21452300, 0),
(12463, 649, 74, 'La Chapelle-la-Reine', 483181400, 25715200, 0),
(12464, 649, 74, 'La Courneuve', 489280500, 23962700, 0),
(12465, 649, 74, 'La Frette-sur-Seine', 489805700, 21786600, 0),
(12466, 649, 74, 'La Garenne-Colombes', 489047200, 22469000, 0),
(12467, 649, 74, 'La Houssaye-en-Brie', 487538100, 28655200, 0),
(12468, 649, 74, 'La Queue-en-Brie', 487852000, 25811200, 0),
(12469, 649, 74, 'La Verriere', 487520000, 19464900, 0),
(12470, 649, 74, 'Lagny-sur-Marne', 488666700, 27166700, 0),
(12471, 649, 74, 'Le Blanc-Mesnil', 489387200, 24613800, 0),
(12472, 649, 74, 'Le Bourget', 489340500, 24358400, 0),
(12473, 649, 74, 'Le Chesnay', 488222000, 21221300, 0),
(12474, 649, 74, 'Le Coudray-Montceaux', 485637600, 25001200, 0),
(12475, 649, 74, 'Le Kremlin-Bicetre', 488147100, 23607300, 0),
(12476, 649, 74, 'Le Pecq', 488931700, 21037100, 0),
(12477, 649, 74, 'Le Perray-en-Yvelines', 486944100, 18564300, 0),
(12478, 649, 74, 'Le Perreux-sur-Marne', 488500000, 25000000, 0),
(12479, 649, 74, 'Le Plessis-Bouchard', 490000000, 22333300, 0),
(12480, 649, 74, 'Le Plessis-Pate', 486107800, 23231800, 0),
(12481, 649, 74, 'Le Plessis-Robinson', 487888900, 22707800, 0),
(12482, 649, 74, 'Le Plessis-Trevise', 488107400, 25736300, 0),
(12483, 649, 74, 'Le Port-Marly', 488901600, 21114000, 0),
(12484, 649, 74, 'Le Pre-Saint-Gervais', 488854900, 24042200, 0),
(12485, 649, 74, 'Le Raincy', 489000000, 25166700, 0),
(12486, 649, 74, 'Le Tremblay-sur-Mauldre', 487783000, 18792000, 0),
(12487, 649, 74, 'Le Vesinet', 488928100, 21330800, 0),
(12488, 649, 74, 'Les Clayes-sous-Bois', 488220600, 19867700, 0),
(12489, 649, 74, 'Les Essarts-le-Roi', 487167300, 19008900, 0),
(12490, 649, 74, 'Les Lilas', 488799200, 24205700, 0),
(12491, 649, 74, 'Les Mureaux', 489917300, 19097200, 0),
(12492, 649, 74, 'Les Pavillons-sous-Bois', 489068300, 25064800, 0),
(12493, 649, 74, 'Les Ulis', 486816700, 21694400, 0),
(12494, 649, 74, 'Lesigny', 487437400, 26151800, 0),
(12495, 649, 74, 'Levallois-Perret', 488938900, 22886400, 0),
(12496, 649, 74, 'Levis-Saint-Nom', 487166700, 19500000, 0),
(12497, 649, 74, 'Lieusaint', 486347600, 25480600, 0),
(12498, 649, 74, 'Limeil-Brevannes', 487448000, 24870500, 0),
(12499, 649, 74, 'Limours', 486462500, 20768800, 0),
(12500, 649, 74, 'Linas', 486304100, 22626600, 0),
(12501, 649, 74, 'Lisses', 486022200, 24224600, 0),
(12502, 649, 74, 'Livry-Gargan', 489193000, 25430500, 0),
(12503, 649, 74, 'Lognes', 488354100, 26299800, 0),
(12504, 649, 74, 'Longjumeau', 486950300, 23073600, 0),
(12505, 649, 74, 'Longnes', 489200200, 15870500, 0),
(12506, 649, 74, 'Longperrier', 490484400, 26657100, 0),
(12507, 649, 74, 'Longueville', 485150300, 32467700, 0),
(12508, 649, 74, 'Louveciennes', 488611600, 21146300, 0),
(12509, 649, 74, 'Louvres', 490446000, 25047900, 0),
(12510, 649, 74, 'Luzarches', 491131900, 24223000, 0),
(12511, 649, 74, 'Maffliers', 490775800, 23076800, 0),
(12512, 649, 74, 'Magny-en-Vexin', 491551500, 17866900, 0),
(12513, 649, 74, 'Magny-le-Hongre', 488632500, 28154600, 0),
(12514, 649, 74, 'Magny-les-Hameaux', 487434500, 20615400, 0),
(12515, 649, 74, 'Maisons-Alfort', 488117100, 24394500, 0),
(12516, 649, 74, 'Maisons-Laffitte', 489526400, 21452100, 0),
(12517, 649, 74, 'Malakoff', 488199900, 22999800, 0),
(12518, 649, 74, 'Mantes-la-Jolie', 489833300, 17166700, 0),
(12519, 649, 74, 'Mantes-la-Ville', 489737400, 17025300, 0),
(12520, 649, 74, 'Marcoussis', 486402600, 22385800, 0),
(12521, 649, 74, 'Mareil-sur-Mauldre', 488952100, 18687000, 0),
(12522, 649, 74, 'Marly-le-Roi', 488666700, 20833300, 0),
(12523, 649, 74, 'Marnes-la-Coquette', 488273200, 21715100, 0),
(12524, 649, 74, 'Massy', 487269200, 22830100, 0),
(12525, 649, 74, 'Maule', 489105600, 18526400, 0),
(12526, 649, 74, 'Maurecourt', 489961400, 20615400, 0),
(12527, 649, 74, 'Maurepas', 487648600, 19292300, 0),
(12528, 649, 74, 'Meaux', 489500000, 28666700, 0),
(12529, 649, 74, 'Medan', 489553900, 19949400, 0),
(12530, 649, 74, 'Melun', 485333300, 26666700, 0),
(12531, 649, 74, 'Mere', 487844500, 18124700, 0),
(12532, 649, 74, 'Meriel', 490761400, 22105400, 0),
(12533, 649, 74, 'Meudon', 488138100, 22350000, 0),
(12534, 649, 74, 'Meulan-en-Yvelines', 490076800, 19060200, 0),
(12535, 649, 74, 'Milly-la-Foret', 484040000, 24701500, 0),
(12536, 649, 74, 'Mitry-Mory', 489833300, 26166700, 0),
(12537, 649, 74, 'Moissy-Cramayel', 486260500, 26012500, 0),
(12538, 649, 74, 'Montereau-Fault-Yonne', 483833300, 29500000, 0),
(12539, 649, 74, 'Montesson', 489092400, 21375400, 0),
(12540, 649, 74, 'Montevrain', 488741500, 27511400, 0),
(12541, 649, 74, 'Montfermeil', 488982000, 25791300, 0),
(12542, 649, 74, 'Montgeron', 487054300, 24503900, 0),
(12543, 649, 74, 'Montigny-le-Bretonneux', 487663600, 20340500, 0),
(12544, 649, 74, 'Montigny-les-Cormeilles', 489820200, 22003500, 0),
(12545, 649, 74, 'Montlhery', 486400400, 22746500, 0),
(12546, 649, 74, 'Montmorency', 489882600, 23434000, 0),
(12547, 649, 74, 'Montreuil', 488641500, 24432200, 0),
(12548, 649, 74, 'Montrouge', 488162000, 23139400, 0),
(12549, 649, 74, 'Montsoult', 490694200, 23196600, 0),
(12550, 649, 74, 'Morangis', 487038300, 23390800, 0),
(12551, 649, 74, 'Morigny-Champigny', 484468500, 21835200, 0),
(12552, 649, 74, 'Morsang-sur-Orge', 486618000, 23533800, 0),
(12553, 649, 74, 'Mouroux', 488226300, 30387900, 0),
(12554, 649, 74, 'Mours', 491307700, 22676100, 0),
(12555, 649, 74, 'Moussy-le-Vieux', 490471200, 26249300, 0),
(12556, 649, 74, 'Nandy', 485830100, 25629200, 0),
(12557, 649, 74, 'Nangis', 485553500, 30130600, 0),
(12558, 649, 74, 'Nanterre', 488919800, 22067500, 0),
(12559, 649, 74, 'Nanteuil-les-Meaux', 489294000, 28959400, 0),
(12560, 649, 74, 'Neuilly-Plaisance', 488634200, 25060000, 0),
(12561, 649, 74, 'Neuilly-sur-Marne', 488537300, 25490300, 0),
(12562, 649, 74, 'Neuilly-sur-Seine', 488833300, 22666700, 0),
(12563, 649, 74, 'Nogent-sur-Marne', 488333300, 24833300, 0),
(12564, 649, 74, 'Noiseau', 487758900, 25489200, 0),
(12565, 649, 74, 'Noisiel', 488486800, 26243500, 0),
(12566, 649, 74, 'Noisy-le-Grand', 488497900, 25626600, 0),
(12567, 649, 74, 'Noisy-le-Roi', 488444500, 20634500, 0),
(12568, 649, 74, 'Noisy-le-Sec', 488914800, 24645100, 0),
(12569, 649, 74, 'Nozay', 486592000, 22415100, 0),
(12570, 649, 74, 'Orgerus', 488385100, 17013200, 0),
(12571, 649, 74, 'Orgeval', 489216200, 19779000, 0),
(12572, 649, 74, 'Orly', 487479200, 23925200, 0),
(12573, 649, 74, 'Ormesson-sur-Marne', 487863000, 25447100, 0),
(12574, 649, 74, 'Orsay', 486957200, 21872700, 0),
(12575, 649, 74, 'Osny', 490593700, 20618300, 0),
(12576, 649, 74, 'Othis', 490738700, 26750200, 0),
(12577, 649, 74, 'Ozoir-la-Ferriere', 487669900, 26687100, 0),
(12578, 649, 74, 'Palaiseau', 487166700, 22500000, 0),
(12579, 649, 74, 'Pantin', 488943700, 24093500, 0),
(12580, 649, 74, 'Paray-Vieille-Poste', 487140200, 23628300, 0),
(12581, 649, 74, 'Paris', 488534100, 23488000, 0),
(12582, 649, 74, 'Parmain', 491124700, 22148700, 0),
(12583, 649, 74, 'Perigny', 486965600, 25553700, 0),
(12584, 649, 74, 'Persan', 491533600, 22721800, 0),
(12585, 649, 74, 'Perthes', 484782100, 25550900, 0),
(12586, 649, 74, 'Pierrefitte-sur-Seine', 489669100, 23610400, 0),
(12587, 649, 74, 'Pierrelaye', 490211000, 21548000, 0),
(12588, 649, 74, 'Plaisir', 488231900, 19541000, 0),
(12589, 649, 74, 'Poissy', 489290200, 20495200, 0),
(12590, 649, 74, 'Pommeuse', 488166700, 30166700, 0),
(12591, 649, 74, 'Pontoise', 490500000, 21000000, 0),
(12592, 649, 74, 'Provins', 485500000, 33000000, 0),
(12593, 649, 74, 'Puteaux', 488834100, 22389400, 0),
(12594, 649, 74, 'Quincy-sous-Senart', 486729400, 25341900, 0),
(12595, 649, 74, 'Rambouillet', 486500000, 18333300, 0),
(12596, 649, 74, 'Rebais', 488472100, 32323200, 0),
(12597, 649, 74, 'Ris-Orangis', 486511000, 24140600, 0),
(12598, 649, 74, 'Roissy-en-France', 490044300, 25170300, 0),
(12599, 649, 74, 'Romainville', 488854000, 24348200, 0),
(12600, 649, 74, 'Rosny-sous-Bois', 488701700, 24991000, 0),
(12601, 649, 74, 'Rubelles', 485532700, 26759300, 0),
(12602, 649, 74, 'Rueil-Malmaison', 488765000, 21896700, 0),
(12603, 649, 74, 'Rungis', 487460700, 23527400, 0),
(12604, 649, 74, 'Saclas', 483584500, 21234900, 0),
(12605, 649, 74, 'Saclay', 487326000, 21692300, 0),
(12606, 649, 74, 'Sagy', 490498800, 19521600, 0),
(12607, 649, 74, 'Saint-Arnoult-en-Yvelines', 485711100, 19395000, 0),
(12608, 649, 74, 'Saint-Augustin', 487833300, 30301600, 0),
(12609, 649, 74, 'Saint-Cloud', 488459800, 22028900, 0),
(12610, 649, 74, 'Saint-Cyr-l''Ecole', 487986500, 20681400, 0),
(12611, 649, 74, 'Saint-Denis', 489333300, 23666700, 0),
(12612, 649, 74, 'Saint-Fargeau-Ponthierry', 485571300, 25284000, 0),
(12613, 649, 74, 'Saint-Germain-en-Laye', 489000000, 20833300, 0),
(12614, 649, 74, 'Saint-Germain-les-Arpajon', 485973300, 22648100, 0),
(12615, 649, 74, 'Saint-Germain-les-Corbeil', 486221100, 24877500, 0),
(12616, 649, 74, 'Saint-Gratien', 489735000, 22872900, 0),
(12617, 649, 74, 'Saint-Leu-la-Foret', 490166700, 22500000, 0),
(12618, 649, 74, 'Saint-Mande', 488386400, 24157900, 0),
(12619, 649, 74, 'Saint-Maur-des-Fosses', 487939400, 24932300, 0),
(12620, 649, 74, 'Saint-Maurice', 488218200, 24271600, 0),
(12621, 649, 74, 'Saint-Maurice-Montcouronne', 485828800, 21250400, 0),
(12622, 649, 74, 'Saint-Michel-sur-Orge', 486347900, 23083100, 0),
(12623, 649, 74, 'Saint-Ouen', 489000000, 23333300, 0),
(12624, 649, 74, 'Saint-Ouen-l''Aumone', 490435300, 21213400, 0),
(12625, 649, 74, 'Saint-Pathus', 490713600, 27988600, 0),
(12626, 649, 74, 'Saint-Pierre-du-Perray', 486106400, 24942900, 0),
(12627, 649, 74, 'Saint-Remy-les-Chevreuse', 487070800, 20769200, 0),
(12628, 649, 74, 'Sainte-Genevieve-des-Bois', 486468200, 23196500, 0),
(12629, 649, 74, 'Saints', 487606600, 30464500, 0),
(12630, 649, 74, 'Salins', 484215600, 30213000, 0),
(12631, 649, 74, 'Sammeron', 489472100, 30833300, 0),
(12632, 649, 74, 'Sannois', 489666700, 22500000, 0),
(12633, 649, 74, 'Santeny', 487273000, 25734600, 0),
(12634, 649, 74, 'Sarcelles', 490000000, 23833300, 0),
(12635, 649, 74, 'Sartrouville', 489482000, 21916900, 0),
(12636, 649, 74, 'Saulx-les-Chartreux', 486906200, 22672700, 0),
(12637, 649, 74, 'Savigny-le-Temple', 485740900, 25828700, 0),
(12638, 649, 74, 'Savigny-sur-Orge', 486767800, 23483500, 0),
(12639, 649, 74, 'Sceaux', 487764400, 22902600, 0),
(12640, 649, 74, 'Septeuil', 488924500, 16835700, 0),
(12641, 649, 74, 'Serris', 488439100, 27870100, 0),
(12642, 649, 74, 'Servon', 487166200, 25873700, 0),
(12643, 649, 74, 'Seugy', 491218200, 23937700, 0),
(12644, 649, 74, 'Sevran', 489447200, 25274600, 0),
(12645, 649, 74, 'Sevres', 488229200, 22175700, 0),
(12646, 649, 74, 'Soisy-sous-Montmorency', 489881300, 23015600, 0),
(12647, 649, 74, 'Soisy-sur-Ecole', 484763700, 24930100, 0),
(12648, 649, 74, 'Sonchamp', 485759000, 18775300, 0),
(12649, 649, 74, 'Stains', 489500000, 23833300, 0),
(12650, 649, 74, 'Sucy-en-Brie', 487687200, 25347400, 0),
(12651, 649, 74, 'Suresnes', 488714300, 22292900, 0),
(12652, 649, 74, 'Taverny', 490254200, 22169100, 0),
(12653, 649, 74, 'Thiais', 487649600, 23961000, 0),
(12654, 649, 74, 'Thoiry', 488671500, 17976000, 0),
(12655, 649, 74, 'Thomery', 484072300, 27885200, 0),
(12656, 649, 74, 'Tigery', 486425700, 25077900, 0),
(12657, 649, 74, 'Torcy', 488500000, 26500000, 0),
(12658, 649, 74, 'Trappes', 487741300, 20178100, 0),
(12659, 649, 74, 'Tremblay-en-France', 489495600, 25684000, 0),
(12660, 649, 74, 'Triel-sur-Seine', 489781800, 20074300, 0),
(12661, 649, 74, 'Vaires-sur-Marne', 488764900, 26398200, 0),
(12662, 649, 74, 'Valenton', 487452700, 24646700, 0),
(12663, 649, 74, 'Vanves', 488234500, 22902500, 0),
(12664, 649, 74, 'Varennes-Jarcy', 486791400, 25615200, 0),
(12665, 649, 74, 'Varreddes', 490030500, 29278800, 0),
(12666, 649, 74, 'Vaugrigneuse', 486026400, 21221800, 0),
(12667, 649, 74, 'Vauhallan', 487335400, 22027700, 0),
(12668, 649, 74, 'Vaureal', 490333300, 20333300, 0),
(12669, 649, 74, 'Vaux-sur-Seine', 490127100, 19694200, 0),
(12670, 649, 74, 'Velizy-Villacoublay', 487819800, 21939500, 0),
(12671, 649, 74, 'Vemars', 490694200, 25664300, 0),
(12672, 649, 74, 'Veneux-les-Sablons', 483787200, 27949900, 0),
(12673, 649, 74, 'Verneuil-sur-Seine', 489738800, 19648000, 0),
(12674, 649, 74, 'Vernou-la-Celle-sur-Seine', 483878900, 28471800, 0),
(12675, 649, 74, 'Verrieres-le-Buisson', 487456500, 22679600, 0),
(12676, 649, 74, 'Versailles', 488000000, 21333300, 0),
(12677, 649, 74, 'Vert-Saint-Denis', 485681800, 26200800, 0),
(12678, 649, 74, 'Vigneux-sur-Seine', 487029100, 24135700, 0),
(12679, 649, 74, 'Villabe', 485894900, 24509600, 0),
(12680, 649, 74, 'Ville-d''Avray', 488235800, 21931100, 0),
(12681, 649, 74, 'Villebon-sur-Yvette', 487059400, 22401900, 0),
(12682, 649, 74, 'Villecresnes', 487200200, 25394000, 0),
(12683, 649, 74, 'Villejuif', 487939000, 23599200, 0),
(12684, 649, 74, 'Villejust', 486830400, 22361000, 0),
(12685, 649, 74, 'Villemoisson-sur-Orge', 486663200, 23365700, 0),
(12686, 649, 74, 'Villemomble', 488833300, 25000000, 0),
(12687, 649, 74, 'Villeneuve-Saint-Georges', 487321900, 24492500, 0),
(12688, 649, 74, 'Villeneuve-la-Garenne', 489393500, 23147800, 0),
(12689, 649, 74, 'Villeneuve-le-Roi', 487368400, 24008100, 0),
(12690, 649, 74, 'Villeparisis', 489420800, 26146300, 0),
(12691, 649, 74, 'Villepinte', 489620300, 25325300, 0),
(12692, 649, 74, 'Villepreux', 488281500, 19976000, 0),
(12693, 649, 74, 'Villetaneuse', 489583300, 23416700, 0),
(12694, 649, 74, 'Villiers-le-Bacle', 487281900, 21192600, 0),
(12695, 649, 74, 'Villiers-le-Bel', 490087500, 23981900, 0),
(12696, 649, 74, 'Villiers-sur-Marne', 488310000, 25484400, 0),
(12697, 649, 74, 'Villiers-sur-Morin', 488609900, 28777300, 0),
(12698, 649, 74, 'Villiers-sur-Orge', 486595300, 23000200, 0),
(12699, 649, 74, 'Vincennes', 488486000, 24376900, 0),
(12700, 649, 74, 'Viroflay', 488007800, 21618100, 0),
(12701, 649, 74, 'Viry-Chatillon', 486721200, 23931800, 0),
(12702, 649, 74, 'Vitry-sur-Seine', 487871600, 24033200, 0),
(12703, 649, 74, 'Voisins-le-Bretonneux', 487579300, 20513700, 0),
(12704, 649, 74, 'Voulx', 482820400, 29674700, 0),
(12705, 649, 74, 'Wissous', 487335200, 23233800, 0),
(12706, 649, 74, 'Yerres', 487178500, 24933800, 0),
(12707, 650, 74, 'Abeilhan', 434492500, 32952900, 0),
(12708, 650, 74, 'Agde', 433108300, 34758300, 0),
(12709, 650, 74, 'Aigues-Vives', 437379000, 41806600, 0),
(12710, 650, 74, 'Aimargues', 436844800, 42099900, 0),
(12711, 650, 74, 'Ales', 441333300, 40833300, 0),
(12712, 650, 74, 'Alignan-du-Vent', 434694500, 33416500, 0),
(12713, 650, 74, 'Aniane', 436844800, 35874700, 0),
(12714, 650, 74, 'Argelers', 425471400, 30225300, 0),
(12715, 650, 74, 'Argeliers', 433121700, 29104600, 0),
(12716, 650, 74, 'Arles', 424565400, 26345700, 0),
(12717, 650, 74, 'Aveze', 439711600, 36009700, 0),
(12718, 650, 74, 'Bagard', 440712600, 40522500, 0),
(12719, 650, 74, 'Bages', 426058800, 28935000, 0),
(12720, 650, 74, 'Bagnols-sur-Ceze', 441599000, 46177600, 0),
(12721, 650, 74, 'Baho', 427000000, 28220400, 0),
(12722, 650, 74, 'Baillargues', 436626700, 40168100, 0),
(12723, 650, 74, 'Banyuls de la Marenda', 424837500, 31289700, 0),
(12724, 650, 74, 'Barjac', 443074300, 43514600, 0),
(12725, 650, 74, 'Beaucaire', 438080600, 46441700, 0),
(12726, 650, 74, 'Besseges', 442923000, 40966000, 0),
(12727, 650, 74, 'Beziers', 433476200, 32189900, 0),
(12728, 650, 74, 'Bompas', 427333300, 29333300, 0),
(12729, 650, 74, 'Boujan-sur-Libron', 433699600, 32475900, 0),
(12730, 650, 74, 'Bram', 432437600, 21134100, 0),
(12731, 650, 74, 'Branoux-les-Taillades', 442194200, 39964700, 0),
(12732, 650, 74, 'Cabestany', 426813200, 29412200, 0),
(12733, 650, 74, 'Caissargues', 437950900, 43795500, 0),
(12734, 650, 74, 'Canet', 432274400, 28480000, 0),
(12735, 650, 74, 'Canohes', 426546100, 28363300, 0),
(12736, 650, 74, 'Capestang', 433279100, 30444700, 0),
(12737, 650, 74, 'Carcassonne', 432166700, 23500000, 0),
(12738, 650, 74, 'Castelnau-le-Lez', 436333300, 39000000, 0),
(12739, 650, 74, 'Castelnaudary', 433182900, 19544900, 0),
(12740, 650, 74, 'Castillon-du-Gard', 439645600, 45533700, 0),
(12741, 650, 74, 'Caux', 435062100, 33671000, 0),
(12742, 650, 74, 'Cazilhac', 431820500, 23608500, 0),
(12743, 650, 74, 'Cazouls-les-Beziers', 433921800, 31010000, 0),
(12744, 650, 74, 'Cers', 433235200, 33045000, 0),
(12745, 650, 74, 'Chalabre', 429824800, 20053800, 0),
(12746, 650, 74, 'Claira', 427603600, 29557200, 0),
(12747, 650, 74, 'Clapiers', 436583300, 38891700, 0),
(12748, 650, 74, 'Claret', 438624400, 39052200, 0),
(12749, 650, 74, 'Comps', 438530400, 46056700, 0),
(12750, 650, 74, 'Congenies', 437666700, 41666700, 0),
(12751, 650, 74, 'Corneilla-la-Riviere', 426967500, 27296200, 0),
(12752, 650, 74, 'Coursan', 432337000, 30571200, 0),
(12753, 650, 74, 'Cuxac-Cabardes', 433708700, 22836900, 0),
(12754, 650, 74, 'Elne', 426003100, 29714600, 0),
(12755, 650, 74, 'Fabregues', 435505700, 37763800, 0),
(12756, 650, 74, 'Fabrezan', 431358100, 26981400, 0),
(12757, 650, 74, 'Florac', 443166700, 36000000, 0),
(12758, 650, 74, 'Florensac', 433830100, 34663800, 0),
(12759, 650, 74, 'Frontignan', 434484800, 37540000, 0),
(12760, 650, 74, 'Ganges', 439338000, 37078400, 0),
(12761, 650, 74, 'Gigean', 435002800, 37116700, 0),
(12762, 650, 74, 'Goudargues', 442137600, 44665200, 0),
(12763, 650, 74, 'Grabels', 436479700, 37986400, 0),
(12764, 650, 74, 'Juvignac', 436138900, 38105600, 0),
(12765, 650, 74, 'La Canourgue', 444313300, 32158400, 0),
(12766, 650, 74, 'La Grande-Motte', 435666700, 40833300, 0),
(12767, 650, 74, 'La Tour-sur-Orb', 436518600, 31507100, 0),
(12768, 650, 74, 'Langogne', 447272600, 38553900, 0),
(12769, 650, 74, 'Lansargues', 436515700, 40749500, 0),
(12770, 650, 74, 'Lattes', 435675200, 39046000, 0),
(12771, 650, 74, 'Laverune', 435863900, 38061100, 0),
(12772, 650, 74, 'Le Barcares', 427880500, 30356500, 0),
(12773, 650, 74, 'Le Cap d''Agde', 432779600, 35135700, 0),
(12774, 650, 74, 'Le Cres', 436480700, 39397600, 0),
(12775, 650, 74, 'Ledignan', 439869000, 41064400, 0),
(12776, 650, 74, 'Les Angles', 439580600, 47634200, 0),
(12777, 650, 74, 'Les Salles-du-Gardon', 442079000, 40368900, 0),
(12778, 650, 74, 'Lespignan', 432736600, 31722400, 0),
(12779, 650, 74, 'Lezan', 440166700, 40500000, 0),
(12780, 650, 74, 'Lignan-sur-Orb', 433846200, 31689100, 0),
(12781, 650, 74, 'Limoux', 430548700, 22217300, 0),
(12782, 650, 74, 'Llupia', 426207400, 27692400, 0),
(12783, 650, 74, 'Lodeve', 437166700, 33166700, 0),
(12784, 650, 74, 'Loupian', 434488600, 36138100, 0),
(12785, 650, 74, 'Lunel', 436777800, 41361100, 0),
(12786, 650, 74, 'Magalas', 434709500, 32233800, 0),
(12787, 650, 74, 'Manduel', 438185500, 44724700, 0),
(12788, 650, 74, 'Maraussan', 433689500, 31564200, 0),
(12789, 650, 74, 'Marguerittes', 438596000, 44451700, 0),
(12790, 650, 74, 'Marseillan', 433561800, 35279500, 0),
(12791, 650, 74, 'Marsillargues', 436642400, 41744800, 0),
(12792, 650, 74, 'Marvejols', 445537800, 32913700, 0),
(12793, 650, 74, 'Mauguio', 436181000, 40073900, 0),
(12794, 650, 74, 'Maureilhan', 433500000, 31166700, 0),
(12795, 650, 74, 'Mende', 445166700, 35000000, 0),
(12796, 650, 74, 'Meynes', 438797400, 45595800, 0),
(12797, 650, 74, 'Meze', 434250400, 36059000, 0),
(12798, 650, 74, 'Milhaud', 437897800, 43103500, 0),
(12799, 650, 74, 'Mireval', 435086000, 38017000, 0),
(12800, 650, 74, 'Montady', 433359000, 31278000, 0),
(12801, 650, 74, 'Montagnac', 434808700, 34831200, 0),
(12802, 650, 74, 'Montaren-et-Saint-Mediers', 440286900, 43803000, 0),
(12803, 650, 74, 'Montbazin', 435166700, 36966700, 0),
(12804, 650, 74, 'Montesquiu d''Albera', 425179800, 28824300, 0),
(12805, 650, 74, 'Montferrier-sur-Lez', 436674200, 38543900, 0),
(12806, 650, 74, 'Montfrin', 438759600, 45996000, 0),
(12807, 650, 74, 'Montpellier', 436109200, 38772300, 0),
(12808, 650, 74, 'Montreal', 431998000, 21412200, 0),
(12809, 650, 74, 'Moussac', 439811900, 42264800, 0),
(12810, 650, 74, 'Murviel-les-Montpellier', 436052800, 37375000, 0),
(12811, 650, 74, 'Mus', 437391900, 42025700, 0),
(12812, 650, 74, 'Narbonne', 431833300, 30000000, 0),
(12813, 650, 74, 'Nimes', 438333300, 43500000, 0),
(12814, 650, 74, 'Olonzac', 432829400, 27309800, 0),
(12815, 650, 74, 'Orsan', 441310600, 46652000, 0),
(12816, 650, 74, 'Ortaffa', 425797800, 29265300, 0),
(12817, 650, 74, 'Palaja', 431736300, 23846200, 0),
(12818, 650, 74, 'Palavas-les-Flots', 435280500, 39270500, 0),
(12819, 650, 74, 'Paulhan', 435394400, 34576000, 0),
(12820, 650, 74, 'Perols', 435631300, 39520300, 0),
(12821, 650, 74, 'Perpignan', 426976400, 28954100, 0),
(12822, 650, 74, 'Peyriac-Minervois', 432906800, 25661300, 0),
(12823, 650, 74, 'Pezenas', 434595300, 34238400, 0),
(12824, 650, 74, 'Pezens', 432544600, 22686800, 0),
(12825, 650, 74, 'Pignan', 435836500, 37598100, 0),
(12826, 650, 74, 'Pinet', 434055600, 35100000, 0),
(12827, 650, 74, 'Pollestres', 426420000, 28711600, 0),
(12828, 650, 74, 'Pont-Saint-Esprit', 442549400, 46473600, 0),
(12829, 650, 74, 'Portiragnes', 433046000, 33336500, 0),
(12830, 650, 74, 'Portvendres', 425179200, 31055300, 0),
(12831, 650, 74, 'Poulx', 439079800, 44162900, 0),
(12832, 650, 74, 'Poussan', 434894400, 36708300, 0),
(12833, 650, 74, 'Prades', 426166700, 24333300, 0),
(12834, 650, 74, 'Prades-le-Lez', 436975400, 38646300, 0),
(12835, 650, 74, 'Prats de Mollo', 424040400, 24792800, 0),
(12836, 650, 74, 'Puissalicon', 434582800, 32369000, 0),
(12837, 650, 74, 'Pujaut', 440040400, 47757500, 0),
(12838, 650, 74, 'Remoulins', 439394900, 45679800, 0),
(12839, 650, 74, 'Rivesaltes', 427694500, 28723900, 0),
(12840, 650, 74, 'Rochefort-du-Gard', 439765200, 46902300, 0),
(12841, 650, 74, 'Roujan', 435048900, 33107100, 0),
(12842, 650, 74, 'Sabran', 441504000, 45482000, 0),
(12843, 650, 74, 'Saint-Ambroix', 442589300, 41983300, 0),
(12844, 650, 74, 'Saint-Andre-de-Sangonis', 436475300, 35020900, 0),
(12845, 650, 74, 'Saint-Christol', 437280500, 40799100, 0),
(12846, 650, 74, 'Saint-Clement-de-Riviere', 436833300, 38333300, 0),
(12847, 650, 74, 'Saint-Cyprien-Plage', 426322900, 30333300, 0),
(12848, 650, 74, 'Saint-Esteve', 427117600, 28449000, 0),
(12849, 650, 74, 'Saint-Gely-du-Fesc', 436927200, 38049200, 0),
(12850, 650, 74, 'Saint-Gervasy', 438768600, 44658800, 0),
(12851, 650, 74, 'Saint-Gilles', 436765600, 44302400, 0),
(12852, 650, 74, 'Saint-Hilaire-de-Brethmas', 440800300, 41247800, 0),
(12853, 650, 74, 'Saint-Jean-de-Vedas', 435775900, 38260300, 0),
(12854, 650, 74, 'Saint-Jean-du-Gard', 441052300, 38856600, 0),
(12855, 650, 74, 'Saint-Just', 436580600, 41147200, 0),
(12856, 650, 74, 'Saint-Mamert-du-Gard', 438883500, 41872500, 0),
(12857, 650, 74, 'Saint-Marcel-sur-Aude', 432500000, 29333300, 0),
(12858, 650, 74, 'Saint-Quentin-la-Poterie', 440439200, 44443200, 0),
(12859, 650, 74, 'Saint-Victor-la-Coste', 440629500, 46423800, 0),
(12860, 650, 74, 'Saleilles', 426541800, 29530900, 0),
(12861, 650, 74, 'Salles-d''Aude', 432392000, 31206000, 0),
(12862, 650, 74, 'Saussan', 435722000, 37750000, 0),
(12863, 650, 74, 'Sauve', 439415000, 39490300, 0),
(12864, 650, 74, 'Serignan', 432787300, 32771200, 0),
(12865, 650, 74, 'Servian', 434271600, 33003200, 0),
(12866, 650, 74, 'Sete', 434017600, 36966000, 0),
(12867, 650, 74, 'Sigean', 430277600, 29791600, 0),
(12868, 650, 74, 'Sommieres', 437853400, 40897300, 0),
(12869, 650, 74, 'Sureda', 425306900, 29570800, 0),
(12870, 650, 74, 'Tavel', 440127000, 46983500, 0),
(12871, 650, 74, 'Teyran', 436852800, 39288900, 0),
(12872, 650, 74, 'Thuir', 426329000, 27547100, 0),
(12873, 650, 74, 'Torreilles', 427543300, 29929200, 0),
(12874, 650, 74, 'Tourbes', 434461500, 33785200, 0),
(12875, 650, 74, 'Uchaud', 437585700, 42684300, 0),
(12876, 650, 74, 'Uzes', 440136200, 44152900, 0),
(12877, 650, 74, 'Vailhauques', 436715900, 37204200, 0),
(12878, 650, 74, 'Valras-Plage', 432480800, 32903200, 0),
(12879, 650, 74, 'Valros', 434195600, 33650600, 0),
(12880, 650, 74, 'Vauvert', 436952900, 42770500, 0),
(12881, 650, 74, 'Vendargues', 436583300, 39700000, 0),
(12882, 650, 74, 'Vendres', 432697700, 32234100, 0),
(12883, 650, 74, 'Vergeze', 437440400, 42210900, 0),
(12884, 650, 74, 'Vezenobres', 440513000, 41377500, 0),
(12885, 650, 74, 'Vias', 433115600, 34177400, 0),
(12886, 650, 74, 'Vic-la-Gardiole', 434908000, 37975000, 0),
(12887, 650, 74, 'Villeneuve-de-la-Raho', 426359600, 29165100, 0),
(12888, 650, 74, 'Villeneuve-les-Avignon', 439684000, 47963000, 0),
(12889, 650, 74, 'Villepinte', 432821300, 20876000, 0),
(12890, 650, 74, 'Villevieille', 437879500, 40975600, 0),
(12891, 650, 74, 'Vinassan', 432044300, 30746300, 0),
(12892, 650, 74, 'el Volo', 425242400, 28333600, 0),
(12893, 650, 74, 'la Guingueta d''Ix', 424341600, 19439100, 0),
(12894, 651, 74, 'Ahun', 460859400, 20447900, 0),
(12895, 651, 74, 'Aixe-sur-Vienne', 457986200, 11388400, 0),
(12896, 651, 74, 'Argentat', 450963400, 19398700, 0),
(12897, 651, 74, 'Arnac-Pompadour', 454097500, 13699300, 0),
(12898, 651, 74, 'Aubusson', 459500000, 21666700, 0),
(12899, 651, 74, 'Banize', 458747900, 20616800, 0),
(12900, 651, 74, 'Brive-la-Gaillarde', 451500000, 15333300, 0),
(12901, 651, 74, 'Chalus', 456544000, 9801100, 0),
(12902, 651, 74, 'Cognac-la-Foret', 458333300, 10000000, 0),
(12903, 651, 74, 'Cosnac', 451351600, 15857500, 0),
(12904, 651, 74, 'Couzeix', 458704700, 12382800, 0),
(12905, 651, 74, 'Cublac', 451448800, 13060900, 0),
(12906, 651, 74, 'Egletons', 454033600, 20507300, 0),
(12907, 651, 74, 'Eymoutiers', 457379000, 17418900, 0),
(12908, 651, 74, 'Felletin', 458833300, 21743100, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(12909, 651, 74, 'Gouzon', 461928600, 22387600, 0),
(12910, 651, 74, 'Gueret', 461666700, 18666700, 0),
(12911, 651, 74, 'Isle', 458027200, 12121300, 0),
(12912, 651, 74, 'Larche', 451229100, 14141800, 0),
(12913, 651, 74, 'Limoges', 458315300, 12578000, 0),
(12914, 651, 74, 'Malemort-sur-Correze', 451700900, 15619300, 0),
(12915, 651, 74, 'Naves', 453139500, 17670800, 0),
(12916, 651, 74, 'Neuvic', 453833300, 22833300, 0),
(12917, 651, 74, 'Neuvic-Entier', 457220600, 16130300, 0),
(12918, 651, 74, 'Nexon', 456796200, 11855500, 0),
(12919, 651, 74, 'Nieul', 459266800, 11749400, 0),
(12920, 651, 74, 'Panazol', 458346500, 13275900, 0),
(12921, 651, 74, 'Peyrilhac', 459504200, 11350300, 0),
(12922, 651, 74, 'Razes', 460321900, 13367600, 0),
(12923, 651, 74, 'Saint-Agnant-de-Versillat', 462780000, 15096200, 0),
(12924, 651, 74, 'Saint-Germain-les-Belles', 456135600, 14949000, 0),
(12925, 651, 74, 'Saint-Jouvent', 459568000, 12050000, 0),
(12926, 651, 74, 'Saint-Mexant', 452833300, 16500000, 0),
(12927, 651, 74, 'Saint-Paul', 457511400, 14323800, 0),
(12928, 651, 74, 'Saint-Priest-Taurion', 458868600, 14001600, 0),
(12929, 651, 74, 'Seilhac', 453666700, 17166700, 0),
(12930, 651, 74, 'Tulle', 452666700, 17666700, 0),
(12931, 651, 74, 'Ussel', 455500000, 23166700, 0),
(12932, 652, 74, 'Algrange', 493586300, 60474800, 0),
(12933, 652, 74, 'Amneville', 492575000, 61420300, 0),
(12934, 652, 74, 'Arches', 481185600, 65280600, 0),
(12935, 652, 74, 'Ars-sur-Moselle', 490783100, 60727500, 0),
(12936, 652, 74, 'Auboue', 492130900, 59780000, 0),
(12937, 652, 74, 'Ay-sur-Moselle', 492413900, 62068000, 0),
(12938, 652, 74, 'Baccarat', 484508600, 67393500, 0),
(12939, 652, 74, 'Bar-le-Duc', 487833300, 51666700, 0),
(12940, 652, 74, 'Batilly', 491737200, 59688900, 0),
(12941, 652, 74, 'Behren-les-Forbach', 491664000, 69433600, 0),
(12942, 652, 74, 'Bening-les-Saint-Avold', 491371600, 68297500, 0),
(12943, 652, 74, 'Bertrange', 493076900, 61789300, 0),
(12944, 652, 74, 'Bining', 490364700, 72522000, 0),
(12945, 652, 74, 'Bitche', 490500900, 74267200, 0),
(12946, 652, 74, 'Bliesbruck', 491151700, 71835600, 0),
(12947, 652, 74, 'Boulay-Moselle', 491833300, 65000000, 0),
(12948, 652, 74, 'Bouxieres-aux-Chenes', 487711500, 62603000, 0),
(12949, 652, 74, 'Bouzonville', 492918800, 65338600, 0),
(12950, 652, 74, 'Briey', 492500000, 59333300, 0),
(12951, 652, 74, 'Bruyeres', 482070900, 67184500, 0),
(12952, 652, 74, 'Carling', 491676100, 67159600, 0),
(12953, 652, 74, 'Cattenom', 494075500, 62442600, 0),
(12954, 652, 74, 'Champigneulles', 487342000, 61641700, 0),
(12955, 652, 74, 'Chantraine', 481715800, 64353800, 0),
(12956, 652, 74, 'Charmes', 483722000, 62911700, 0),
(12957, 652, 74, 'Chatel-Saint-Germain', 491229000, 60800100, 0),
(12958, 652, 74, 'Chatel-sur-Moselle', 483143000, 63940300, 0),
(12959, 652, 74, 'Chatenois', 483028600, 58312500, 0),
(12960, 652, 74, 'Chenimenil', 481388000, 66034600, 0),
(12961, 652, 74, 'Colombey-les-Belles', 485276600, 58969300, 0),
(12962, 652, 74, 'Conflans-en-Jarnisy', 491676800, 58486300, 0),
(12963, 652, 74, 'Contrexeville', 481842400, 58957200, 0),
(12964, 652, 74, 'Cornimont', 479599800, 68303800, 0),
(12965, 652, 74, 'Courcelles-Chaussy', 491086200, 64039100, 0),
(12966, 652, 74, 'Crehange', 490495200, 65801200, 0),
(12967, 652, 74, 'Creutzwald', 492000000, 66833300, 0),
(12968, 652, 74, 'Diebling', 491091800, 69403400, 0),
(12969, 652, 74, 'Dieulouard', 488414000, 60680800, 0),
(12970, 652, 74, 'Dombasle-sur-Meurthe', 486252000, 63496700, 0),
(12971, 652, 74, 'Domgermain', 486429200, 58258200, 0),
(12972, 652, 74, 'Dommartin-les-Remiremont', 479990200, 66404800, 0),
(12973, 652, 74, 'Dommartin-les-Toul', 486698100, 59099800, 0),
(12974, 652, 74, 'Ecrouves', 486793700, 58443300, 0),
(12975, 652, 74, 'Eloyes', 480979300, 66065300, 0),
(12976, 652, 74, 'Ennery', 492262100, 62180500, 0),
(12977, 652, 74, 'Entrange', 494159000, 61062000, 0),
(12978, 652, 74, 'Epinal', 481833300, 64500000, 0),
(12979, 652, 74, 'Essey-les-Nancy', 487017900, 62242500, 0),
(12980, 652, 74, 'Etain', 492125900, 56402200, 0),
(12981, 652, 74, 'Etival-Clairefontaine', 483651900, 68611800, 0),
(12982, 652, 74, 'Eulmont', 487517400, 62259300, 0),
(12983, 652, 74, 'Euville', 487503000, 56260300, 0),
(12984, 652, 74, 'Falck', 492313400, 66349700, 0),
(12985, 652, 74, 'Fameck', 493033500, 61086000, 0),
(12986, 652, 74, 'Farebersviller', 491199600, 68720100, 0),
(12987, 652, 74, 'Faulquemont', 490471100, 66031400, 0),
(12988, 652, 74, 'Faulx', 487939600, 61944800, 0),
(12989, 652, 74, 'Flavigny-sur-Moselle', 485641200, 61911300, 0),
(12990, 652, 74, 'Fleville-devant-Nancy', 486249300, 62049900, 0),
(12991, 652, 74, 'Florange', 493237300, 61212000, 0),
(12992, 652, 74, 'Forbach', 491833300, 69000000, 0),
(12993, 652, 74, 'Foug', 486837500, 57869100, 0),
(12994, 652, 74, 'Fraize', 481866000, 69978600, 0),
(12995, 652, 74, 'Freyming-Merlebach', 491500000, 67833300, 0),
(12996, 652, 74, 'Frouard', 487599800, 61316300, 0),
(12997, 652, 74, 'Gerardmer', 480734600, 68778700, 0),
(12998, 652, 74, 'Gerbeviller', 484946200, 65100600, 0),
(12999, 652, 74, 'Golbey', 481976400, 64396600, 0),
(13000, 652, 74, 'Gondrecourt-le-Chateau', 485136600, 55105800, 0),
(13001, 652, 74, 'Gorcy', 495333300, 57000000, 0),
(13002, 652, 74, 'Guenange', 492994600, 62075200, 0),
(13003, 652, 74, 'Hadol', 480898300, 64766200, 0),
(13004, 652, 74, 'Hambach', 490626300, 70424600, 0),
(13005, 652, 74, 'Heillecourt', 486585400, 62071100, 0),
(13006, 652, 74, 'Herserange', 495175800, 57816300, 0),
(13007, 652, 74, 'Hombourg-Haut', 491235900, 67739700, 0),
(13008, 652, 74, 'Homecourt', 492211100, 59844500, 0),
(13009, 652, 74, 'Houdemont', 486500000, 61833300, 0),
(13010, 652, 74, 'Hundling', 491081400, 69780900, 0),
(13011, 652, 74, 'Igney', 482735800, 63966400, 0),
(13012, 652, 74, 'Jarny', 491573600, 58787700, 0),
(13013, 652, 74, 'Joeuf', 492333300, 60166700, 0),
(13014, 652, 74, 'Kerbach', 491662700, 69674400, 0),
(13015, 652, 74, 'Koenigsmacker', 494000000, 62833300, 0),
(13016, 652, 74, 'Labry', 491712600, 58800300, 0),
(13017, 652, 74, 'Laneuveville-devant-Nancy', 486562800, 62317000, 0),
(13018, 652, 74, 'Laxou', 486831500, 61480000, 0),
(13019, 652, 74, 'Le Ban Saint-Martin', 491225000, 61511100, 0),
(13020, 652, 74, 'Le Thillot', 478794100, 67628000, 0),
(13021, 652, 74, 'Longeville-les-Saint-Avold', 491181100, 66416500, 0),
(13022, 652, 74, 'Longuyon', 494454800, 56014500, 0),
(13023, 652, 74, 'Longwy', 495193600, 57688200, 0),
(13024, 652, 74, 'Ludres', 486218100, 61618300, 0),
(13025, 652, 74, 'Luneville', 486000000, 65000000, 0),
(13026, 652, 74, 'Maizieres-les-Metz', 492075400, 61605200, 0),
(13027, 652, 74, 'Malzeville', 487118100, 61817600, 0),
(13028, 652, 74, 'Manom', 493698500, 61855600, 0),
(13029, 652, 74, 'Marange-Silvange', 492074800, 61022800, 0),
(13030, 652, 74, 'Maxeville', 487081600, 61696000, 0),
(13031, 652, 74, 'Mecleuves', 490424000, 62716800, 0),
(13032, 652, 74, 'Metz', 491191100, 61726900, 0),
(13033, 652, 74, 'Metzervisse', 493150100, 62855200, 0),
(13034, 652, 74, 'Mexy', 495015000, 57807000, 0),
(13035, 652, 74, 'Mirecourt', 483008900, 61328200, 0),
(13036, 652, 74, 'Mont-Saint-Martin', 495467000, 57937500, 0),
(13037, 652, 74, 'Montigny-les-Metz', 490943500, 61516700, 0),
(13038, 652, 74, 'Morhange', 489229900, 66417900, 0),
(13039, 652, 74, 'Morsbach', 491708600, 68795800, 0),
(13040, 652, 74, 'Moyenmoutier', 483773000, 69004700, 0),
(13041, 652, 74, 'Moyeuvre-Grande', 492516500, 60475400, 0),
(13042, 652, 74, 'Nancy', 486833300, 62000000, 0),
(13043, 652, 74, 'Neufchateau', 483500000, 57000000, 0),
(13044, 652, 74, 'Neufchef', 493151400, 60234100, 0),
(13045, 652, 74, 'Niderviller', 487129400, 71062700, 0),
(13046, 652, 74, 'Nilvange', 493399500, 60548300, 0),
(13047, 652, 74, 'Noveant-sur-Moselle', 490215400, 60455800, 0),
(13048, 652, 74, 'OEting', 491666700, 69166700, 0),
(13049, 652, 74, 'Pagny-sur-Moselle', 489834900, 60208400, 0),
(13050, 652, 74, 'Peltre', 490747000, 62269200, 0),
(13051, 652, 74, 'Petite-Rosselle', 492117700, 68560700, 0),
(13052, 652, 74, 'Phalsbourg', 487675200, 72569500, 0),
(13053, 652, 74, 'Plappeville', 491304100, 61237600, 0),
(13054, 652, 74, 'Pompey', 487665300, 61216200, 0),
(13055, 652, 74, 'Pont-a-Mousson', 489078600, 60589000, 0),
(13056, 652, 74, 'Rambervillers', 483424000, 66358000, 0),
(13057, 652, 74, 'Ramonchamp', 478943000, 67417100, 0),
(13058, 652, 74, 'Reding', 487517700, 71074700, 0),
(13059, 652, 74, 'Remelfing', 490883800, 70885300, 0),
(13060, 652, 74, 'Retonfey', 491348700, 63074900, 0),
(13061, 652, 74, 'Revigny-sur-Ornain', 488301600, 49855800, 0),
(13062, 652, 74, 'Rombas', 492491100, 60940500, 0),
(13063, 652, 74, 'Rosieres-aux-Salines', 485929000, 63320800, 0),
(13064, 652, 74, 'Saint-Avold', 491027000, 67006400, 0),
(13065, 652, 74, 'Saint-Die-des-Vosges', 482833300, 69500000, 0),
(13066, 652, 74, 'Saint-Julien-les-Metz', 491328800, 62024000, 0),
(13067, 652, 74, 'Saint-Max', 487042900, 62099900, 0),
(13068, 652, 74, 'Saint-Mihiel', 488874600, 55509900, 0),
(13069, 652, 74, 'Sarrebourg', 487333300, 70500000, 0),
(13070, 652, 74, 'Sarreguemines', 491099500, 70674700, 0),
(13071, 652, 74, 'Saulxures-les-Nancy', 486890700, 62458700, 0),
(13072, 652, 74, 'Seichamps', 487111400, 62618600, 0),
(13073, 652, 74, 'Spicheren', 491926600, 69672700, 0),
(13074, 652, 74, 'Stenay', 494948900, 51860600, 0),
(13075, 652, 74, 'Stiring-Wendel', 492000000, 69333300, 0),
(13076, 652, 74, 'Terville', 493471400, 61380200, 0),
(13077, 652, 74, 'Thaon-les-Vosges', 482500000, 64166700, 0),
(13078, 652, 74, 'Thionville', 493666700, 61666700, 0),
(13079, 652, 74, 'Tomblaine', 486833300, 62131200, 0),
(13080, 652, 74, 'Toul', 486833300, 59000000, 0),
(13081, 652, 74, 'Tremery', 492446000, 62235700, 0),
(13082, 652, 74, 'Tronville-en-Barrois', 487197600, 52780800, 0),
(13083, 652, 74, 'Tucquegnieux', 493014000, 58824700, 0),
(13084, 652, 74, 'Uckange', 493030400, 61492000, 0),
(13085, 652, 74, 'Uzemain', 480857200, 63444300, 0),
(13086, 652, 74, 'Vacon', 486686500, 56002400, 0),
(13087, 652, 74, 'Vagney', 480062900, 67174000, 0),
(13088, 652, 74, 'Valmont', 490838300, 66994200, 0),
(13089, 652, 74, 'Vandoeuvre-les-Nancy', 486500000, 61833300, 0),
(13090, 652, 74, 'Verdun', 491666700, 53833300, 0),
(13091, 652, 74, 'Verny', 490072800, 62052800, 0),
(13092, 652, 74, 'Vigy', 492035600, 62988300, 0),
(13093, 652, 74, 'Villers-les-Nancy', 486710300, 61508300, 0),
(13094, 652, 74, 'Villerupt', 494673700, 59328500, 0),
(13095, 652, 74, 'Walscheid', 486524500, 71485600, 0),
(13096, 652, 74, 'Wiesviller', 490791600, 71646600, 0),
(13097, 652, 74, 'Willerwald', 490248100, 70372600, 0),
(13098, 652, 74, 'Woippy', 491494600, 61490900, 0),
(13099, 652, 74, 'Xertigny', 480439400, 64083600, 0),
(13100, 652, 74, 'Xonrupt-Longemer', 480822400, 69294400, 0),
(13101, 652, 74, 'Yutz', 493557100, 61926000, 0),
(13102, 653, 74, 'Albi', 439298000, 21480000, 0),
(13103, 653, 74, 'Argeles-Gazost', 430166700, -1000000, 0),
(13104, 653, 74, 'Aspet', 430145700, 8029400, 0),
(13105, 653, 74, 'Aubin', 445280900, 22443900, 0),
(13106, 653, 74, 'Aucamville', 436702000, 14280800, 0),
(13107, 653, 74, 'Auch', 436500000, 5833300, 0),
(13108, 653, 74, 'Aurignac', 432169500, 8817600, 0),
(13109, 653, 74, 'Aussillon', 435029300, 23679200, 0),
(13110, 653, 74, 'Aussonne', 436816200, 13188600, 0),
(13111, 653, 74, 'Auterive', 433510300, 14779700, 0),
(13112, 653, 74, 'Avignonet-Lauragais', 433666700, 18000000, 0),
(13113, 653, 74, 'Ax-les-Thermes', 427196800, 18384500, 0),
(13114, 653, 74, 'Ayguesvives', 434363600, 15950500, 0),
(13115, 653, 74, 'Bagneres-de-Luchon', 427907900, 5931500, 0),
(13116, 653, 74, 'Balma', 436111100, 14994400, 0),
(13117, 653, 74, 'Barbazan-Debat', 431958000, 1206000, 0),
(13118, 653, 74, 'Baziege', 434545400, 16139900, 0),
(13119, 653, 74, 'Beaupuy', 436471300, 15551700, 0),
(13120, 653, 74, 'Beauzelle', 436671300, 13751800, 0),
(13121, 653, 74, 'Belesta', 429022800, 19332500, 0),
(13122, 653, 74, 'Berat', 433785700, 11757200, 0),
(13123, 653, 74, 'Blagnac', 436327600, 13939900, 0),
(13124, 653, 74, 'Boulogne-sur-Gesse', 433000000, 6500000, 0),
(13125, 653, 74, 'Brax', 436179300, 12395700, 0),
(13126, 653, 74, 'Bressols', 439679600, 13383900, 0),
(13127, 653, 74, 'Bretenoux', 449146800, 18400800, 0),
(13128, 653, 74, 'Briatexte', 437523700, 19087900, 0),
(13129, 653, 74, 'Bruguieres', 437272000, 14076200, 0),
(13130, 653, 74, 'Cagnac-les-Mines', 439844500, 21422700, 0),
(13131, 653, 74, 'Cahors', 444491000, 14366300, 0),
(13132, 653, 74, 'Campan', 430158700, 1784600, 0),
(13133, 653, 74, 'Carbonne', 432985700, 12252000, 0),
(13134, 653, 74, 'Carmaux', 440509900, 21579500, 0),
(13135, 653, 74, 'Castanet-Tolosan', 435159100, 14986400, 0),
(13136, 653, 74, 'Castelginest', 436938200, 14344000, 0),
(13137, 653, 74, 'Castelmaurou', 436777800, 15322200, 0),
(13138, 653, 74, 'Castelsarrasin', 440333300, 11000000, 0),
(13139, 653, 74, 'Castres', 436000000, 22500000, 0),
(13140, 653, 74, 'Caussade', 441608000, 15391300, 0),
(13141, 653, 74, 'Caylus', 442360700, 17716800, 0),
(13142, 653, 74, 'Cazaubon', 439343100, -681400, 0),
(13143, 653, 74, 'Cazeres', 432071000, 10863300, 0),
(13144, 653, 74, 'Cazes-Mondenard', 442268900, 12029900, 0),
(13145, 653, 74, 'Cepet', 437488500, 14316800, 0),
(13146, 653, 74, 'Colomiers', 436124700, 13327800, 0),
(13147, 653, 74, 'Condom', 439581600, 3719900, 0),
(13148, 653, 74, 'Cransac', 445241100, 22837000, 0),
(13149, 653, 74, 'Cugnaux', 435363500, 13442800, 0),
(13150, 653, 74, 'Cunac', 439301000, 22187800, 0),
(13151, 653, 74, 'Daux', 436950600, 12689200, 0),
(13152, 653, 74, 'Decazeville', 445604500, 22509100, 0),
(13153, 653, 74, 'Escalquens', 435174400, 15589300, 0),
(13154, 653, 74, 'Espalion', 445223700, 27626500, 0),
(13155, 653, 74, 'Figeac', 446000000, 20333300, 0),
(13156, 653, 74, 'Firmi', 445410600, 23076400, 0),
(13157, 653, 74, 'Flavin', 442889000, 26051300, 0),
(13158, 653, 74, 'Foix', 429666700, 16000000, 0),
(13159, 653, 74, 'Fonbeauzard', 436783000, 14344000, 0),
(13160, 653, 74, 'Fonsorbes', 435352400, 12293700, 0),
(13161, 653, 74, 'Frouzins', 435148200, 13252300, 0),
(13162, 653, 74, 'Gaillac', 439016000, 18968600, 0),
(13163, 653, 74, 'Gerde', 430556700, 1668800, 0),
(13164, 653, 74, 'Gimont', 436262700, 8765500, 0),
(13165, 653, 74, 'Giroussens', 437619900, 17760800, 0),
(13166, 653, 74, 'Gondrin', 438846600, 2373700, 0),
(13167, 653, 74, 'Gramat', 447807500, 17195700, 0),
(13168, 653, 74, 'Graulhet', 437668800, 19893800, 0),
(13169, 653, 74, 'Horgues', 431886500, 873300, 0),
(13170, 653, 74, 'Ibos', 432333300, 0, 0),
(13171, 653, 74, 'Jegun', 437666700, 4666700, 0),
(13172, 653, 74, 'L''Union', 436604200, 14826400, 0),
(13173, 653, 74, 'Labastide-Beauvoir', 434814800, 16654300, 0),
(13174, 653, 74, 'Labastidette', 434595200, 12452500, 0),
(13175, 653, 74, 'Labege', 435303900, 15359600, 0),
(13176, 653, 74, 'Lacroix-Falgarde', 434996800, 14098500, 0),
(13177, 653, 74, 'Laissac', 443808500, 28215400, 0),
(13178, 653, 74, 'Lalbenque', 443392900, 15450100, 0),
(13179, 653, 74, 'Laloubere', 432043000, 729600, 0),
(13180, 653, 74, 'Lanta', 435666700, 16666700, 0),
(13181, 653, 74, 'Launaguet', 436781800, 14560300, 0),
(13182, 653, 74, 'Lavaur', 436984700, 18185800, 0),
(13183, 653, 74, 'Lavelanet', 429312700, 18465600, 0),
(13184, 653, 74, 'Lavit', 439567400, 9201000, 0),
(13185, 653, 74, 'Le Fauga', 433961900, 12957100, 0),
(13186, 653, 74, 'Lherm', 434312700, 12223900, 0),
(13187, 653, 74, 'Lourdes', 431000000, -500000, 0),
(13188, 653, 74, 'Luzech', 444781800, 12870400, 0),
(13189, 653, 74, 'Marciac', 435232100, 1609100, 0),
(13190, 653, 74, 'Marquefave', 433176600, 12466100, 0),
(13191, 653, 74, 'Maubourguet', 434682400, 357800, 0),
(13192, 653, 74, 'Mazeres', 432505500, 16772800, 0),
(13193, 653, 74, 'Mercus-Garrabet', 428779000, 16290000, 0),
(13194, 653, 74, 'Merville', 437235400, 12965600, 0),
(13195, 653, 74, 'Millau', 441000000, 30833300, 0),
(13196, 653, 74, 'Monclar-de-Quercy', 439655400, 15858700, 0),
(13197, 653, 74, 'Mons', 436124000, 15720700, 0),
(13198, 653, 74, 'Montastruc-la-Conseillere', 437198200, 15901900, 0),
(13199, 653, 74, 'Montauban', 440166700, 13500000, 0),
(13200, 653, 74, 'Montbazens', 444780700, 22298000, 0),
(13201, 653, 74, 'Montcuq', 443383800, 12085000, 0),
(13202, 653, 74, 'Montech', 439581600, 12320400, 0),
(13203, 653, 74, 'Montjoire', 437689900, 15336200, 0),
(13204, 653, 74, 'Montreal', 439501600, 2035800, 0),
(13205, 653, 74, 'Montricoux', 440758900, 16194600, 0),
(13206, 653, 74, 'Muret', 434666700, 13500000, 0),
(13207, 653, 74, 'Nailloux', 433571800, 16230200, 0),
(13208, 653, 74, 'Negrepelisse', 440743600, 15197800, 0),
(13209, 653, 74, 'Noe', 433581400, 12770900, 0),
(13210, 653, 74, 'Nogaro', 437585600, -329300, 0),
(13211, 653, 74, 'Nohic', 438897000, 14374100, 0),
(13212, 653, 74, 'Odos', 431962200, 569400, 0),
(13213, 653, 74, 'Ondes', 437825000, 13082300, 0),
(13214, 653, 74, 'Pamiers', 431166700, 16000000, 0),
(13215, 653, 74, 'Paulhac', 437563900, 15566700, 0),
(13216, 653, 74, 'Pavie', 436096900, 5914300, 0),
(13217, 653, 74, 'Pibrac', 436204200, 12854000, 0),
(13218, 653, 74, 'Pinsaguel', 435104000, 13883100, 0),
(13219, 653, 74, 'Plaisance', 436043600, 461500, 0),
(13220, 653, 74, 'Plaisance-du-Touch', 435656600, 12974900, 0),
(13221, 653, 74, 'Pompertuzat', 434927700, 15153100, 0),
(13222, 653, 74, 'Portet-sur-Garonne', 435233300, 14065200, 0),
(13223, 653, 74, 'Pouzac', 430860600, 1352200, 0),
(13224, 653, 74, 'Prayssac', 445044000, 11886200, 0),
(13225, 653, 74, 'Pujaudran', 435895400, 11497700, 0),
(13226, 653, 74, 'Puygouzon', 439000000, 21666700, 0),
(13227, 653, 74, 'Rabastens', 438251200, 17238200, 0),
(13228, 653, 74, 'Rabastens-de-Bigorre', 433876900, 1512200, 0),
(13229, 653, 74, 'Ramonville-Saint-Agne', 435461800, 14749100, 0),
(13230, 653, 74, 'Realmont', 437775400, 21888500, 0),
(13231, 653, 74, 'Rieux-Volvestre', 432500000, 12000000, 0),
(13232, 653, 74, 'Riscle', 436563300, -860700, 0),
(13233, 653, 74, 'Rodez', 443525800, 25733800, 0),
(13234, 653, 74, 'Roquecourbe', 436644200, 22926400, 0),
(13235, 653, 74, 'Saint-Felix-Lauragais', 434486300, 18881400, 0),
(13236, 653, 74, 'Saint-Gaudens', 431166700, 7333300, 0),
(13237, 653, 74, 'Saint-Girons', 429833300, 11500000, 0),
(13238, 653, 74, 'Saint-Orens-de-Gameville', 435540200, 15341100, 0),
(13239, 653, 74, 'Saint-Pe-de-Bigorre', 431166700, -1500000, 0),
(13240, 653, 74, 'Saint-Sulpice', 437750000, 16851100, 0),
(13241, 653, 74, 'Sainte-Foy-de-Peyrolieres', 434926200, 11447600, 0),
(13242, 653, 74, 'Saix', 435833300, 21833300, 0),
(13243, 653, 74, 'Salviac', 446808000, 12650600, 0),
(13244, 653, 74, 'Seilh', 436946900, 13550900, 0),
(13245, 653, 74, 'Semalens', 435922500, 21120800, 0),
(13246, 653, 74, 'Semeac', 432291500, 1060200, 0),
(13247, 653, 74, 'Septfonds', 441781300, 16180600, 0),
(13248, 653, 74, 'Soreze', 434524100, 20679900, 0),
(13249, 653, 74, 'Soual', 435553000, 21167900, 0),
(13250, 653, 74, 'Soues', 432073600, 987400, 0),
(13251, 653, 74, 'Tarbes', 432333300, 833300, 0),
(13252, 653, 74, 'Toulouse', 436042600, 14436700, 0),
(13253, 653, 74, 'Tournefeuille', 435887200, 13192200, 0),
(13254, 653, 74, 'Valady', 444563300, 24274600, 0),
(13255, 653, 74, 'Valence', 441082300, 8910100, 0),
(13256, 653, 74, 'Varilhes', 430451400, 16280500, 0),
(13257, 653, 74, 'Vayrac', 449533700, 17035800, 0),
(13258, 653, 74, 'Verdun-sur-Garonne', 438544600, 12342500, 0),
(13259, 653, 74, 'Verfeil', 436578100, 16634000, 0),
(13260, 653, 74, 'Verniolle', 430816200, 16490400, 0),
(13261, 653, 74, 'Vic-Fezensac', 437718300, 3136800, 0),
(13262, 653, 74, 'Villefranche-de-Lauragais', 434000000, 17169400, 0),
(13263, 653, 74, 'Villefranche-de-Rouergue', 443500000, 20500000, 0),
(13264, 653, 74, 'Viviers-les-Montagnes', 435547400, 21767200, 0),
(13265, 654, 74, 'Ablain-Saint-Nazaire', 503932000, 27088000, 0),
(13266, 654, 74, 'Abscon', 503333300, 33000000, 0),
(13267, 654, 74, 'Agny', 502591400, 27600200, 0),
(13268, 654, 74, 'Aire-sur-la-Lys', 506387100, 23987600, 0),
(13269, 654, 74, 'Allennes-les-Marais', 505375400, 29536100, 0),
(13270, 654, 74, 'Allouagne', 505316700, 25119400, 0),
(13271, 654, 74, 'Angres', 504057200, 27605400, 0),
(13272, 654, 74, 'Aniche', 503299600, 32534600, 0),
(13273, 654, 74, 'Annay', 504630300, 28812200, 0),
(13274, 654, 74, 'Anor', 499899900, 41004900, 0),
(13275, 654, 74, 'Anzin', 503720100, 35038700, 0),
(13276, 654, 74, 'Arleux', 502803700, 31044800, 0),
(13277, 654, 74, 'Armentieres', 506856800, 28821400, 0),
(13278, 654, 74, 'Arques', 507337500, 23023700, 0),
(13279, 654, 74, 'Arras', 502930100, 27818600, 0),
(13280, 654, 74, 'Auberchicourt', 503333300, 32333300, 0),
(13281, 654, 74, 'Auby', 504145700, 30539600, 0),
(13282, 654, 74, 'Auchel', 505034500, 24734600, 0),
(13283, 654, 74, 'Auchy-les-Hesdin', 504011400, 21014500, 0),
(13284, 654, 74, 'Audruicq', 508779500, 20797500, 0),
(13285, 654, 74, 'Auxi-le-Chateau', 502310100, 21159300, 0),
(13286, 654, 74, 'Avesnelles', 501178200, 39467400, 0),
(13287, 654, 74, 'Bachy', 505507900, 32597600, 0),
(13288, 654, 74, 'Bailleul', 507359200, 27359400, 0),
(13289, 654, 74, 'Bailleul-Sir-Berthoult', 503375200, 28512900, 0),
(13290, 654, 74, 'Barlin', 504523800, 26195500, 0),
(13291, 654, 74, 'Bavay', 502982800, 37937200, 0),
(13292, 654, 74, 'Berck', 504000000, 16000000, 0),
(13293, 654, 74, 'Berck-Plage', 504070400, 15644600, 0),
(13294, 654, 74, 'Bertry', 500871800, 34429800, 0),
(13295, 654, 74, 'Bethune', 505333300, 26333300, 0),
(13296, 654, 74, 'Beuvrages', 503841400, 34942000, 0),
(13297, 654, 74, 'Billy-Montigny', 504171100, 29028600, 0),
(13298, 654, 74, 'Bondues', 507019600, 30949700, 0),
(13299, 654, 74, 'Boulogne-sur-Mer', 507166700, 16166700, 0),
(13300, 654, 74, 'Bourbourg', 509478300, 21957600, 0),
(13301, 654, 74, 'Bourghelles', 505650100, 32444800, 0),
(13302, 654, 74, 'Bouvignies', 504362700, 32436100, 0),
(13303, 654, 74, 'Bremes', 508548300, 19768800, 0),
(13304, 654, 74, 'Bruay-la-Buissiere', 504833300, 25500000, 0),
(13305, 654, 74, 'Bruay-sur-l''Escaut', 503991800, 35438000, 0),
(13306, 654, 74, 'Bucquoy', 501397300, 27103600, 0),
(13307, 654, 74, 'Caestre', 507583800, 26027400, 0),
(13308, 654, 74, 'Calais', 509581000, 18520500, 0),
(13309, 654, 74, 'Calonne-Ricouart', 504850400, 24733500, 0),
(13310, 654, 74, 'Cambrai', 501666700, 32333300, 0),
(13311, 654, 74, 'Cantin', 503088500, 31276600, 0),
(13312, 654, 74, 'Cappelle-en-Pevele', 505101100, 31713300, 0),
(13313, 654, 74, 'Carvin', 504923500, 29581500, 0),
(13314, 654, 74, 'Cassel', 508010900, 24852700, 0),
(13315, 654, 74, 'Caudry', 501249000, 34118600, 0),
(13316, 654, 74, 'Chocques', 505408400, 25719400, 0),
(13317, 654, 74, 'Comines', 507615000, 30106300, 0),
(13318, 654, 74, 'Conde-sur-l''Escaut', 504543600, 35888400, 0),
(13319, 654, 74, 'Condette', 506581700, 16338600, 0),
(13320, 654, 74, 'Coudekerque-Branche', 510228800, 23935900, 0),
(13321, 654, 74, 'Coulogne', 509246300, 18813700, 0),
(13322, 654, 74, 'Courrieres', 504570100, 29472400, 0),
(13323, 654, 74, 'Croisilles', 501997800, 28793500, 0),
(13324, 654, 74, 'Croix', 506784600, 31493000, 0),
(13325, 654, 74, 'Cucq', 504773300, 16201800, 0),
(13326, 654, 74, 'Cuincy', 503793300, 30530100, 0),
(13327, 654, 74, 'Dechy', 503500000, 31166700, 0),
(13328, 654, 74, 'Denain', 503293000, 33943000, 0),
(13329, 654, 74, 'Deulemont', 507333300, 29500000, 0),
(13330, 654, 74, 'Divion', 504716900, 25054600, 0),
(13331, 654, 74, 'Don', 505491200, 29181700, 0),
(13332, 654, 74, 'Douai', 503666700, 30666700, 0),
(13333, 654, 74, 'Douchy-les-Mines', 503008000, 33927000, 0),
(13334, 654, 74, 'Douvrin', 505091600, 28305300, 0),
(13335, 654, 74, 'Dunkerque', 510500000, 23666700, 0),
(13336, 654, 74, 'Ecques', 506699800, 22863300, 0),
(13337, 654, 74, 'Emmerin', 505947500, 30012400, 0),
(13338, 654, 74, 'Eperlecques', 508056600, 21520700, 0),
(13339, 654, 74, 'Esquerdes', 507041400, 21885100, 0),
(13340, 654, 74, 'Estaires', 506457400, 27278200, 0),
(13341, 654, 74, 'Etaples', 505219400, 16331900, 0),
(13342, 654, 74, 'Evin-Malmaison', 504392300, 30313800, 0),
(13343, 654, 74, 'Faches-Thumesnil', 505833300, 30666700, 0),
(13344, 654, 74, 'Famars', 503174300, 35194500, 0),
(13345, 654, 74, 'Feignies', 502980600, 39153400, 0),
(13346, 654, 74, 'Fenain', 503666700, 33000000, 0),
(13347, 654, 74, 'Ferin', 503273200, 30741500, 0),
(13348, 654, 74, 'Festubert', 505425000, 27359300, 0),
(13349, 654, 74, 'Flers-en-Escrebieux', 503888600, 30684200, 0),
(13350, 654, 74, 'Fort-Mardyck', 510289900, 23072400, 0),
(13351, 654, 74, 'Fouquieres-les-Lens', 504284200, 29132000, 0),
(13352, 654, 74, 'Fourmies', 500153200, 40478400, 0),
(13353, 654, 74, 'Fresnes-sur-Escaut', 504338200, 35775200, 0),
(13354, 654, 74, 'Frevent', 502760800, 22872500, 0),
(13355, 654, 74, 'Fruges', 505150100, 21329200, 0),
(13356, 654, 74, 'Genech', 505312200, 32165100, 0),
(13357, 654, 74, 'Ghyvelde', 510527500, 25264200, 0),
(13358, 654, 74, 'Grand-Fort-Philippe', 509996100, 21078400, 0),
(13359, 654, 74, 'Grande-Synthe', 510154000, 22997500, 0),
(13360, 654, 74, 'Haillicourt', 504751900, 25745800, 0),
(13361, 654, 74, 'Haisnes', 505077600, 27941600, 0),
(13362, 654, 74, 'Halluin', 507862800, 31261100, 0),
(13363, 654, 74, 'Hames-Boucres', 508817800, 18433800, 0),
(13364, 654, 74, 'Hardinghen', 508041400, 18212200, 0),
(13365, 654, 74, 'Harnes', 504464300, 29048100, 0),
(13366, 654, 74, 'Haubourdin', 506082600, 29914300, 0),
(13367, 654, 74, 'Haulchin', 503172000, 34359900, 0),
(13368, 654, 74, 'Haussy', 502183000, 34768300, 0),
(13369, 654, 74, 'Hautmont', 502507700, 39214300, 0),
(13370, 654, 74, 'Haveluy', 503528900, 34038900, 0),
(13371, 654, 74, 'Hazebrouck', 507237400, 25372900, 0),
(13372, 654, 74, 'Helfaut', 506978300, 22423400, 0),
(13373, 654, 74, 'Hem', 506525600, 31868100, 0),
(13374, 654, 74, 'Henin-Beaumont', 504135900, 29648500, 0),
(13375, 654, 74, 'Hersin-Coupigny', 504479600, 26494000, 0),
(13376, 654, 74, 'Hesdin', 503735000, 20382000, 0),
(13377, 654, 74, 'Hinges', 505667400, 26216000, 0),
(13378, 654, 74, 'Houplines', 506949900, 29151800, 0),
(13379, 654, 74, 'Hulluch', 504896100, 28123200, 0),
(13380, 654, 74, 'Jeumont', 502965800, 41010800, 0),
(13381, 654, 74, 'Killem', 509577900, 25606800, 0),
(13382, 654, 74, 'La Longueville', 502893900, 38567200, 0),
(13383, 654, 74, 'La Madeleine', 506460300, 30758500, 0),
(13384, 654, 74, 'La Sentinelle', 503511500, 34842500, 0),
(13385, 654, 74, 'Lallaing', 503901200, 31694900, 0),
(13386, 654, 74, 'Lambersart', 506500000, 30333300, 0),
(13387, 654, 74, 'Lambres-lez-Douai', 503500000, 30666700, 0),
(13388, 654, 74, 'Lannoy', 506667400, 32101200, 0),
(13389, 654, 74, 'Le Touquet-Paris-Plage', 505243200, 15857100, 0),
(13390, 654, 74, 'Lecluse', 502767100, 30404500, 0),
(13391, 654, 74, 'Leforest', 504386600, 30648000, 0),
(13392, 654, 74, 'Lens', 504330200, 28279100, 0),
(13393, 654, 74, 'Lesquin', 505823200, 31190000, 0),
(13394, 654, 74, 'Lestrem', 506198700, 26864600, 0),
(13395, 654, 74, 'Leval', 501810600, 38309300, 0),
(13396, 654, 74, 'Lezennes', 506155300, 31135400, 0),
(13397, 654, 74, 'Libercourt', 504832200, 30158400, 0),
(13398, 654, 74, 'Lievin', 504198000, 27806800, 0),
(13399, 654, 74, 'Lille', 506329700, 30585800, 0),
(13400, 654, 74, 'Lillers', 505634500, 24804200, 0),
(13401, 654, 74, 'Linselles', 507370800, 30787800, 0),
(13402, 654, 74, 'Locon', 505702900, 26662900, 0),
(13403, 654, 74, 'Lomme', 506435800, 29871500, 0),
(13404, 654, 74, 'Loos', 506098200, 30187400, 0),
(13405, 654, 74, 'Lourches', 503135400, 33525800, 0),
(13406, 654, 74, 'Louvroil', 502642700, 39627200, 0),
(13407, 654, 74, 'Lumbres', 507069300, 21208200, 0),
(13408, 654, 74, 'Lys-lez-Lannoy', 506666700, 32166700, 0),
(13409, 654, 74, 'Maing', 503079100, 34844600, 0),
(13410, 654, 74, 'Mametz', 506348500, 23247800, 0),
(13411, 654, 74, 'Marck', 509489600, 19432800, 0),
(13412, 654, 74, 'Marconne', 503714300, 20466900, 0),
(13413, 654, 74, 'Marcq-en-Baroeul', 506666700, 30833300, 0),
(13414, 654, 74, 'Marly', 503455600, 35495900, 0),
(13415, 654, 74, 'Marpent', 502925200, 40793600, 0),
(13416, 654, 74, 'Marquette-lez-Lille', 506762800, 30661300, 0),
(13417, 654, 74, 'Marquion', 502112600, 30871900, 0),
(13418, 654, 74, 'Masnieres', 501148900, 32088900, 0),
(13419, 654, 74, 'Masny', 503479700, 32016500, 0),
(13420, 654, 74, 'Maubeuge', 502787500, 39726700, 0),
(13421, 654, 74, 'Merignies', 505060900, 31104300, 0),
(13422, 654, 74, 'Mons-en-Baroeul', 506333300, 31166700, 0),
(13423, 654, 74, 'Montigny-en-Gohelle', 504254000, 29390200, 0),
(13424, 654, 74, 'Montigny-en-Ostrevent', 503666700, 31833300, 0),
(13425, 654, 74, 'Montreuil', 504666700, 17666700, 0),
(13426, 654, 74, 'Mouvaux', 506994400, 31342900, 0),
(13427, 654, 74, 'Neuf-Berquin', 506606500, 26721300, 0),
(13428, 654, 74, 'Neufchatel-Hardelot', 506201800, 16422300, 0),
(13429, 654, 74, 'Neuville-Saint-Remy', 501861800, 32240400, 0),
(13430, 654, 74, 'Norrent-Fontes', 505833300, 24000000, 0),
(13431, 654, 74, 'Noyelles-les-Vermelles', 504900100, 27262800, 0),
(13432, 654, 74, 'Noyelles-sous-Lens', 504308400, 28722100, 0),
(13433, 654, 74, 'Oignies', 504633100, 29937600, 0),
(13434, 654, 74, 'Orchies', 504666700, 32333300, 0),
(13435, 654, 74, 'Ostricourt', 504514500, 30341700, 0),
(13436, 654, 74, 'Outreau', 507053500, 15897000, 0),
(13437, 654, 74, 'Perenchies', 506701300, 29702400, 0),
(13438, 654, 74, 'Pernes', 504843700, 24125300, 0),
(13439, 654, 74, 'Poix-du-Nord', 501892700, 36095600, 0),
(13440, 654, 74, 'Premesques', 506557200, 29516200, 0),
(13441, 654, 74, 'Prouvy', 503179300, 34509600, 0),
(13442, 654, 74, 'Provin', 505143000, 29079400, 0),
(13443, 654, 74, 'Quaedypre', 509352700, 24544500, 0),
(13444, 654, 74, 'Quesnoy-sur-Deule', 507135900, 29999600, 0),
(13445, 654, 74, 'Quievy', 501680400, 34283400, 0),
(13446, 654, 74, 'Raimbeaucourt', 504346600, 30933300, 0),
(13447, 654, 74, 'Raismes', 503833300, 34833300, 0),
(13448, 654, 74, 'Rang-du-Fliers', 504170800, 16443100, 0),
(13449, 654, 74, 'Renescure', 507275400, 23680100, 0),
(13450, 654, 74, 'Rety', 508000000, 17666700, 0),
(13451, 654, 74, 'Rexpoede', 509392600, 25391400, 0),
(13452, 654, 74, 'Rieulay', 503785600, 32528400, 0),
(13453, 654, 74, 'Robecq', 505960800, 25626200, 0),
(13454, 654, 74, 'Roeux', 502952600, 29007300, 0),
(13455, 654, 74, 'Ronchin', 505988300, 30905600, 0),
(13456, 654, 74, 'Roncq', 507533000, 31213100, 0),
(13457, 654, 74, 'Roubaix', 506942100, 31745600, 0),
(13458, 654, 74, 'Rousies', 502734600, 40038200, 0),
(13459, 654, 74, 'Rouvroy', 503924700, 29039600, 0),
(13460, 654, 74, 'Sailly-Labourse', 505012000, 26970800, 0),
(13461, 654, 74, 'Sainghin-en-Melantois', 505883600, 31661900, 0),
(13462, 654, 74, 'Saint-Amand-les-Eaux', 504471800, 34307600, 0),
(13463, 654, 74, 'Saint-Andre-lez-Lille', 506666700, 30500000, 0),
(13464, 654, 74, 'Saint-Laurent-Blangy', 502944600, 28069800, 0),
(13465, 654, 74, 'Saint-Martin-Boulogne', 507269100, 16186400, 0),
(13466, 654, 74, 'Saint-Martin-au-Laert', 507517900, 22405100, 0),
(13467, 654, 74, 'Saint-Nicolas', 503041300, 27793900, 0),
(13468, 654, 74, 'Saint-Pol-sur-Mer', 510311600, 23398400, 0),
(13469, 654, 74, 'Saint-Pol-sur-Ternoise', 503811300, 23340700, 0),
(13470, 654, 74, 'Saint-Saulve', 503714100, 35561200, 0),
(13471, 654, 74, 'Saint-Venant', 506195600, 25394600, 0),
(13472, 654, 74, 'Salome', 505335200, 28470900, 0),
(13473, 654, 74, 'Sameon', 504713500, 33354400, 0),
(13474, 654, 74, 'Samer', 506384000, 17462800, 0),
(13475, 654, 74, 'Santes', 505931600, 29628900, 0),
(13476, 654, 74, 'Sebourg', 503424900, 36435200, 0),
(13477, 654, 74, 'Seclin', 505487300, 30273100, 0),
(13478, 654, 74, 'Socx', 509357100, 24242200, 0),
(13479, 654, 74, 'Somain', 503596100, 32810800, 0),
(13480, 654, 74, 'Souchez', 503929100, 27398400, 0),
(13481, 654, 74, 'Spycker', 509691500, 23218400, 0),
(13482, 654, 74, 'Tatinghem', 507431700, 22072400, 0),
(13483, 654, 74, 'Templemars', 505738700, 30543600, 0),
(13484, 654, 74, 'Thiant', 503048000, 34479600, 0),
(13485, 654, 74, 'Toufflers', 506603900, 32335800, 0),
(13486, 654, 74, 'Tourcoing', 507239100, 31611700, 0),
(13487, 654, 74, 'Trelon', 500580500, 41020000, 0),
(13488, 654, 74, 'Tressin', 506175000, 31935400, 0),
(13489, 654, 74, 'Trith-Saint-Leger', 503166700, 34833300, 0),
(13490, 654, 74, 'Valenciennes', 503500000, 35333300, 0),
(13491, 654, 74, 'Vendeville', 505769300, 30787000, 0),
(13492, 654, 74, 'Vendin-le-Vieil', 504738500, 28667400, 0),
(13493, 654, 74, 'Vendin-les-Bethune', 505401200, 26004300, 0),
(13494, 654, 74, 'Verton', 504023400, 16476600, 0),
(13495, 654, 74, 'Vicq', 504073800, 36034800, 0),
(13496, 654, 74, 'Vieux-Conde', 504594400, 35673800, 0),
(13497, 654, 74, 'Villeneuve-d''Ascq', 506166900, 31666400, 0),
(13498, 654, 74, 'Villers-Pol', 502846000, 36144900, 0),
(13499, 654, 74, 'Vimy', 503724300, 28103400, 0),
(13500, 654, 74, 'Vred', 503945500, 32303000, 0),
(13501, 654, 74, 'Wailly', 505228700, 20679200, 0),
(13502, 654, 74, 'Wallers', 503743200, 33918800, 0),
(13503, 654, 74, 'Wambrechies', 506827600, 30478400, 0),
(13504, 654, 74, 'Wandignies-Hamage', 503960900, 33145000, 0),
(13505, 654, 74, 'Warhem', 509759200, 24930300, 0),
(13506, 654, 74, 'Wasquehal', 506704300, 31338200, 0),
(13507, 654, 74, 'Watten', 508368500, 22134600, 0),
(13508, 654, 74, 'Wattignies', 505863900, 30439400, 0),
(13509, 654, 74, 'Wattrelos', 507011800, 32181200, 0),
(13510, 654, 74, 'Wervicq-Sud', 507745000, 30420700, 0),
(13511, 654, 74, 'Wimereux', 507696300, 16113900, 0),
(13512, 654, 74, 'Wingles', 504938200, 28550000, 0),
(13513, 654, 74, 'Wissant', 508853000, 16626300, 0),
(13514, 654, 74, 'Wizernes', 507117000, 22431600, 0),
(13515, 654, 74, 'Wormhout', 508812900, 24690100, 0),
(13516, 654, 74, 'Zegerscappel', 508833300, 24000000, 0),
(13517, 655, 74, 'Abbaretz', 475531400, -15320000, 0),
(13518, 655, 74, 'Aigne', 480647100, 1190800, 0),
(13519, 655, 74, 'Aigrefeuille-sur-Maine', 470788800, -14025400, 0),
(13520, 655, 74, 'Ancenis', 473666700, -11666700, 0),
(13521, 655, 74, 'Angers', 474666700, -5500000, 0),
(13522, 655, 74, 'Angles', 464083900, -14038900, 0),
(13523, 655, 74, 'Antigny', 466209500, -7698800, 0),
(13524, 655, 74, 'Argentre', 480836200, -6415000, 0),
(13525, 655, 74, 'Arnage', 479261600, 1878200, 0),
(13526, 655, 74, 'Avrille', 464684000, -14804900, 0),
(13527, 655, 74, 'Bais', 482528000, -3649300, 0),
(13528, 655, 74, 'Barbatre', 469411600, -21775200, 0),
(13529, 655, 74, 'Basse-Goulaine', 472116700, -14674800, 0),
(13530, 655, 74, 'Beaucouze', 474744400, -6301600, 0),
(13531, 655, 74, 'Beaufort-en-Vallee', 474396500, -2189000, 0),
(13532, 655, 74, 'Beaumont-sur-Sarthe', 482277200, 1318600, 0),
(13533, 655, 74, 'Beaupreau', 472046400, -9870300, 0),
(13534, 655, 74, 'Besne', 474000000, -20897600, 0),
(13535, 655, 74, 'Bonnetable', 481790800, 4257000, 0),
(13536, 655, 74, 'Bouchemaine', 474223400, -6088800, 0),
(13537, 655, 74, 'Bouin', 469731400, -19983000, 0),
(13538, 655, 74, 'Boussay', 470447600, -11847600, 0),
(13539, 655, 74, 'Bouvron', 474172600, -18467900, 0),
(13540, 655, 74, 'Campbon', 474131000, -19685700, 0),
(13541, 655, 74, 'Cande', 475615800, -10361900, 0),
(13542, 655, 74, 'Cantenay-Epinard', 475350300, -5689900, 0),
(13543, 655, 74, 'Carquefou', 472982200, -14902400, 0),
(13544, 655, 74, 'Chace', 472143500, -717900, 0),
(13545, 655, 74, 'Challans', 468436300, -18749000, 0),
(13546, 655, 74, 'Champagne', 480218500, 3309600, 0),
(13547, 655, 74, 'Champtoce-sur-Loire', 474123800, -8645200, 0),
(13548, 655, 74, 'Chateau-Gontier', 478333300, -7000000, 0),
(13549, 655, 74, 'Chateau-du-Loir', 476949200, 4185100, 0),
(13550, 655, 74, 'Chateaubriant', 477166700, -13833300, 0),
(13551, 655, 74, 'Chauve', 471517400, -19848900, 0),
(13552, 655, 74, 'Chemaze', 477869000, -7752300, 0),
(13553, 655, 74, 'Chemille', 472147600, -7248800, 0),
(13554, 655, 74, 'Cholet', 470666700, -8833300, 0),
(13555, 655, 74, 'Clisson', 470871400, -12828600, 0),
(13556, 655, 74, 'Coex', 466980800, -17595600, 0),
(13557, 655, 74, 'Congrier', 478098900, -11170000, 0),
(13558, 655, 74, 'Conlie', 481233400, -173900, 0),
(13559, 655, 74, 'Connerre', 480569800, 4934400, 0),
(13560, 655, 74, 'Cordemais', 472910700, -18786900, 0),
(13561, 655, 74, 'Corsept', 472770300, -20590400, 0),
(13562, 655, 74, 'Corze', 475595600, -3906200, 0),
(13563, 655, 74, 'Coueron', 472150800, -17217100, 0),
(13564, 655, 74, 'Couffe', 473912000, -12932100, 0),
(13565, 655, 74, 'Coulaines', 480240900, 2041100, 0),
(13566, 655, 74, 'Cugand', 470631800, -12527000, 0),
(13567, 655, 74, 'Daumeray', 477007000, -3611900, 0),
(13568, 655, 74, 'Derval', 476672400, -16699000, 0),
(13569, 655, 74, 'Distre', 472228100, -1107100, 0),
(13570, 655, 74, 'Drain', 473365600, -12077300, 0),
(13571, 655, 74, 'Dreffeac', 474746400, -20577400, 0),
(13572, 655, 74, 'Durtal', 476724700, -2339300, 0),
(13573, 655, 74, 'Ecouflant', 475310100, -5278000, 0),
(13574, 655, 74, 'Fegreac', 475847600, -20441000, 0),
(13575, 655, 74, 'Feneu', 475721100, -5942200, 0),
(13576, 655, 74, 'Fille', 479001100, 1254300, 0),
(13577, 655, 74, 'Freigne', 475485800, -11227400, 0),
(13578, 655, 74, 'Gennes', 473401000, -2314900, 0),
(13579, 655, 74, 'Getigne', 470765000, -12481000, 0),
(13580, 655, 74, 'Givrand', 466708300, -18861200, 0),
(13581, 655, 74, 'Gorron', 484109500, -8126700, 0),
(13582, 655, 74, 'Heric', 474141700, -16530900, 0),
(13583, 655, 74, 'Indre', 472000000, -16666700, 0),
(13584, 655, 74, 'Jans', 476202800, -16143800, 0),
(13585, 655, 74, 'Juigne', 477187800, -3940500, 0),
(13586, 655, 74, 'Jumelles', 474351000, -1037000, 0),
(13587, 655, 74, 'Juvigne', 482289100, -10340800, 0),
(13588, 655, 74, 'La Baule-Escoublac', 472922100, -23639500, 0),
(13589, 655, 74, 'La Bazoge', 480968900, 1553400, 0),
(13590, 655, 74, 'La Boissiere-de-Montaigu', 469501200, -11904700, 0),
(13591, 655, 74, 'La Chapelle-Saint-Aubin', 480359500, 1562400, 0),
(13592, 655, 74, 'La Chapelle-sur-Erdre', 472958400, -15530900, 0),
(13593, 655, 74, 'La Chataigneraie', 466478600, -7391600, 0),
(13594, 655, 74, 'La Chevroliere', 470912400, -16097300, 0),
(13595, 655, 74, 'La Fleche', 476981500, -755300, 0),
(13596, 655, 74, 'La Meignanne', 475170000, -6686100, 0),
(13597, 655, 74, 'La Montagne', 471865200, -16827200, 0),
(13598, 655, 74, 'La Roche-sur-Yon', 466666700, -14333300, 0),
(13599, 655, 74, 'La Seguiniere', 470635700, -9385700, 0),
(13600, 655, 74, 'Larchamp', 483613100, -9990000, 0),
(13601, 655, 74, 'Laval', 480666700, -7666700, 0),
(13602, 655, 74, 'Le Bignon', 470972200, -14916700, 0),
(13603, 655, 74, 'Le Breil-sur-Merize', 480075500, 4780800, 0),
(13604, 655, 74, 'Le Luart', 480705300, 5856400, 0),
(13605, 655, 74, 'Le Mans', 480000000, 2000000, 0),
(13606, 655, 74, 'Le Perrier', 468193200, -19930600, 0),
(13607, 655, 74, 'Le Poire-sur-Vie', 467692100, -15093800, 0),
(13608, 655, 74, 'Le Pouliguen', 472697300, -24278000, 0),
(13609, 655, 74, 'Lege', 468848400, -16012700, 0),
(13610, 655, 74, 'Les Herbiers', 468666700, -10166700, 0),
(13611, 655, 74, 'Les Ponts-de-Ce', 474231500, -5247700, 0),
(13612, 655, 74, 'Ligne', 474109600, -13772600, 0),
(13613, 655, 74, 'Lire', 473432200, -11653600, 0),
(13614, 655, 74, 'Loiron', 480666700, -9333300, 0),
(13615, 655, 74, 'Loue', 479957500, -1545000, 0),
(13616, 655, 74, 'Louverne', 481217800, -7172100, 0),
(13617, 655, 74, 'Mache', 467540500, -16869200, 0),
(13618, 655, 74, 'Mayenne', 483000000, -6166700, 0),
(13619, 655, 74, 'Maze', 474563200, -2710600, 0),
(13620, 655, 74, 'Mesanger', 474313100, -12279800, 0),
(13621, 655, 74, 'Mesquer', 473991900, -24598600, 0),
(13622, 655, 74, 'Mire', 477575900, -4915800, 0),
(13623, 655, 74, 'Monnieres', 471330100, -13531700, 0),
(13624, 655, 74, 'Montaigu', 469766700, -13084600, 0),
(13625, 655, 74, 'Montbert', 470561300, -14889000, 0),
(13626, 655, 74, 'Montoir-de-Bretagne', 473301200, -21510700, 0),
(13627, 655, 74, 'Mouchamps', 467813100, -10617900, 0),
(13628, 655, 74, 'Moutiers-les-Mauxfaits', 464833300, -14166700, 0),
(13629, 655, 74, 'Mulsanne', 479117200, 2493800, 0),
(13630, 655, 74, 'Nalliers', 464707100, -10277400, 0),
(13631, 655, 74, 'Nantes', 472172500, -15533600, 0),
(13632, 655, 74, 'Nesmy', 465907800, -14007400, 0),
(13633, 655, 74, 'Neuville-sur-Sarthe', 480761500, 1926400, 0),
(13634, 655, 74, 'Noyant', 475104800, 1177100, 0),
(13635, 655, 74, 'Nozay', 475649500, -16262900, 0),
(13636, 655, 74, 'Nyoiseau', 477166700, -9166700, 0),
(13637, 655, 74, 'Olonne-sur-Mer', 465352400, -17729300, 0),
(13638, 655, 74, 'Orvault', 472709500, -16219000, 0),
(13639, 655, 74, 'Oudon', 473477400, -12850000, 0),
(13640, 655, 74, 'Paimboeuf', 472865400, -20304800, 0),
(13641, 655, 74, 'Paulx', 469618100, -17552000, 0),
(13642, 655, 74, 'Plesse', 475418000, -18860900, 0),
(13643, 655, 74, 'Pornic', 471120500, -20888800, 0),
(13644, 655, 74, 'Pornichet', 472668200, -23379400, 0),
(13645, 655, 74, 'Pouzauges', 467794100, -8361900, 0),
(13646, 655, 74, 'Requeil', 477837100, 1610500, 0),
(13647, 655, 74, 'Reze', 471814400, -15496500, 0),
(13648, 655, 74, 'Sable-sur-Sarthe', 478376500, -3329400, 0),
(13649, 655, 74, 'Saffre', 475014300, -15785600, 0),
(13650, 655, 74, 'Saint-Andre-des-Eaux', 473146100, -23110500, 0),
(13651, 655, 74, 'Saint-Berthevin', 480666700, -8333300, 0),
(13652, 655, 74, 'Saint-Brevin-les-Pins', 472500000, -21666700, 0),
(13653, 655, 74, 'Saint-Calais', 479221000, 7458700, 0),
(13654, 655, 74, 'Saint-Etienne-de-Montluc', 472769000, -17807200, 0),
(13655, 655, 74, 'Saint-Florent-le-Vieil', 473606900, -10151500, 0),
(13656, 655, 74, 'Saint-Fulgent', 468522600, -11779800, 0),
(13657, 655, 74, 'Saint-Georges-du-Bois', 479724200, 1011300, 0),
(13658, 655, 74, 'Saint-Georges-sur-Loire', 474079200, -7619400, 0),
(13659, 655, 74, 'Saint-Herblain', 472176500, -16484100, 0),
(13660, 655, 74, 'Saint-Hilaire-de-Talmont', 464700200, -16035800, 0),
(13661, 655, 74, 'Saint-Jean', 472455300, -3841300, 0),
(13662, 655, 74, 'Saint-Jean-sur-Mayenne', 481352200, -7561300, 0),
(13663, 655, 74, 'Saint-Laurent-de-la-Plaine', 473173800, -8033300, 0),
(13664, 655, 74, 'Saint-Laurent-sur-Sevre', 469580900, -8939200, 0),
(13665, 655, 74, 'Saint-Mars-la-Jaille', 475256600, -11848300, 0),
(13666, 655, 74, 'Saint-Molf', 473916700, -24235700, 0),
(13667, 655, 74, 'Saint-Nazaire', 472833300, -22000000, 0),
(13668, 655, 74, 'Saint-Pere-en-Retz', 472055900, -20409500, 0),
(13669, 655, 74, 'Saint-Pierre-la-Cour', 481125800, -10249600, 0),
(13670, 655, 74, 'Saint-Sebastien-sur-Loire', 472076800, -15033200, 0),
(13671, 655, 74, 'Sainte-Cecile', 467428600, -11142900, 0),
(13672, 655, 74, 'Sainte-Gemmes-sur-Loire', 474229000, -5568400, 0),
(13673, 655, 74, 'Sainte-Hermine', 465561900, -10547600, 0),
(13674, 655, 74, 'Sainte-Luce-sur-Loire', 472538100, -14843000, 0),
(13675, 655, 74, 'Sallertaine', 468601700, -19552200, 0),
(13676, 655, 74, 'Sarge-les-le-Mans', 480333300, 2333300, 0),
(13677, 655, 74, 'Saumur', 472666700, -833300, 0),
(13678, 655, 74, 'Seiches-sur-le-Loir', 475735100, -3562800, 0),
(13679, 655, 74, 'Soudan', 477377800, -13056600, 0),
(13680, 655, 74, 'Soulaines-sur-Aubance', 473638100, -5226500, 0),
(13681, 655, 74, 'Spay', 479238400, 1525800, 0),
(13682, 655, 74, 'Touvois', 469020800, -16833300, 0),
(13683, 655, 74, 'Trange', 480270600, 1105400, 0),
(13684, 655, 74, 'Trelaze', 474456500, -4654000, 0),
(13685, 655, 74, 'Trignac', 473180900, -21889500, 0),
(13686, 655, 74, 'Tuffe', 481131900, 5155100, 0),
(13687, 655, 74, 'Vaire', 466010400, -17553800, 0),
(13688, 655, 74, 'Vallet', 471622700, -12660700, 0),
(13689, 655, 74, 'Varades', 473845800, -10284200, 0),
(13690, 655, 74, 'Vaudelnay', 471381200, -2067700, 0),
(13691, 655, 74, 'Vay', 475546600, -17009500, 0),
(13692, 655, 74, 'Vezins', 471201500, -7097100, 0),
(13693, 655, 74, 'Vibraye', 480560700, 7417100, 0),
(13694, 655, 74, 'Vieillevigne', 469721400, -14340500, 0),
(13695, 655, 74, 'Villaines-la-Juhel', 483441600, -2773400, 0),
(13696, 655, 74, 'Villeveque', 475609500, -4238300, 0),
(13697, 655, 74, 'Vion', 478192200, -2391600, 0),
(13698, 655, 74, 'Vivy', 473264800, -553100, 0),
(13699, 656, 74, 'Abbeville', 501000000, 18333300, 0),
(13700, 656, 74, 'Agnetz', 493811800, 23862100, 0),
(13701, 656, 74, 'Albert', 500009100, 26509600, 0),
(13702, 656, 74, 'Allonne', 494086300, 21142700, 0),
(13703, 656, 74, 'Amblainville', 492044300, 21224200, 0),
(13704, 656, 74, 'Amiens', 499000000, 23000000, 0),
(13705, 656, 74, 'Angy', 493297500, 23285400, 0),
(13706, 656, 74, 'Ault', 501040400, 14500000, 0),
(13707, 656, 74, 'Beauquesne', 500852600, 23927600, 0),
(13708, 656, 74, 'Beauvais', 494333300, 20833300, 0),
(13709, 656, 74, 'Beauval', 501078900, 23326900, 0),
(13710, 656, 74, 'Betz', 491555800, 29558400, 0),
(13711, 656, 74, 'Bornel', 491982000, 22091200, 0),
(13712, 656, 74, 'Boue', 500114100, 36960800, 0),
(13713, 656, 74, 'Boves', 498464500, 23960500, 0),
(13714, 656, 74, 'Breteuil', 496335700, 22950900, 0),
(13715, 656, 74, 'Breuil-le-Vert', 493617600, 24363300, 0),
(13716, 656, 74, 'Buironfosse', 499665800, 38358700, 0),
(13717, 656, 74, 'Bury', 493130700, 23440100, 0),
(13718, 656, 74, 'Cagny', 498621700, 23426600, 0),
(13719, 656, 74, 'Cambronne-les-Ribecourt', 495071100, 28979700, 0),
(13720, 656, 74, 'Camon', 498876400, 23448600, 0),
(13721, 656, 74, 'Cayeux-sur-Mer', 501820000, 14940000, 0),
(13722, 656, 74, 'Chamant', 492199000, 26117600, 0),
(13723, 656, 74, 'Chambly', 491666700, 22500000, 0),
(13724, 656, 74, 'Chantilly', 491946100, 24712400, 0),
(13725, 656, 74, 'Charly-sur-Marne', 489774900, 32846400, 0),
(13726, 656, 74, 'Chateau-Thierry', 490500000, 34000000, 0),
(13727, 656, 74, 'Chaumont-en-Vexin', 492659500, 18859700, 0),
(13728, 656, 74, 'Chauny', 496151400, 32185700, 0),
(13729, 656, 74, 'Chepy', 500636100, 16469400, 0),
(13730, 656, 74, 'Clermont', 493833300, 24000000, 0),
(13731, 656, 74, 'Compiegne', 494179400, 28260600, 0),
(13732, 656, 74, 'Conty', 497410000, 21512000, 0),
(13733, 656, 74, 'Couvron-et-Aumencourt', 496447600, 35185700, 0),
(13734, 656, 74, 'Coye-la-Foret', 491423300, 24703800, 0),
(13735, 656, 74, 'Crecy-sur-Serre', 496959400, 36245400, 0),
(13736, 656, 74, 'Creil', 492567200, 24847700, 0),
(13737, 656, 74, 'Crepy', 496000000, 35166700, 0),
(13738, 656, 74, 'Crepy-en-Valois', 492335900, 28880700, 0),
(13739, 656, 74, 'Crezancy', 490483300, 35104700, 0),
(13740, 656, 74, 'Epehy', 500000000, 31333300, 0),
(13741, 656, 74, 'Ercuis', 492346500, 23040700, 0),
(13742, 656, 74, 'Esches', 492208600, 21659500, 0),
(13743, 656, 74, 'Etreux', 499833300, 36500000, 0),
(13744, 656, 74, 'Feuquieres-en-Vimeu', 500598200, 16046500, 0),
(13745, 656, 74, 'Formerie', 496492800, 17310600, 0),
(13746, 656, 74, 'Friville-Escarbotin', 500860200, 15456000, 0),
(13747, 656, 74, 'Gamaches', 499861400, 15562400, 0),
(13748, 656, 74, 'Gauchy', 498276500, 32737100, 0),
(13749, 656, 74, 'Gouvieux', 491870500, 24143900, 0),
(13750, 656, 74, 'Guise', 499005500, 36280100, 0),
(13751, 656, 74, 'Ham', 497472100, 30730100, 0),
(13752, 656, 74, 'Harly', 498376600, 33100100, 0),
(13753, 656, 74, 'Hermes', 493603200, 22446100, 0),
(13754, 656, 74, 'Hombleux', 497394200, 29857400, 0),
(13755, 656, 74, 'Jaux', 493912000, 27780900, 0),
(13756, 656, 74, 'Jussy', 497198400, 32327000, 0),
(13757, 656, 74, 'La Capelle', 499666700, 39166700, 0),
(13758, 656, 74, 'La Fere', 496628600, 33663100, 0),
(13759, 656, 74, 'La Ferte-Milon', 491745400, 31288500, 0),
(13760, 656, 74, 'Lamorlaye', 491624600, 24468700, 0),
(13761, 656, 74, 'Laon', 495666700, 36166700, 0),
(13762, 656, 74, 'Lassigny', 495882800, 28428900, 0),
(13763, 656, 74, 'Le Meux', 493671800, 27437400, 0),
(13764, 656, 74, 'Longueil-Annel', 494690800, 28646400, 0),
(13765, 656, 74, 'Margny-les-Compiegne', 494255900, 28180600, 0),
(13766, 656, 74, 'Marle', 497400600, 37706000, 0),
(13767, 656, 74, 'Meru', 492333300, 21333300, 0),
(13768, 656, 74, 'Montataire', 492590000, 24377700, 0),
(13769, 656, 74, 'Montescourt-Lizerolles', 497382800, 32573600, 0),
(13770, 656, 74, 'Montmacq', 494818100, 29025700, 0),
(13771, 656, 74, 'Morienval', 492977000, 29207800, 0),
(13772, 656, 74, 'Mouy', 493153500, 23195400, 0),
(13773, 656, 74, 'Naours', 500368200, 22769100, 0),
(13774, 656, 74, 'Nesle', 497588800, 29113300, 0),
(13775, 656, 74, 'Nesles-la-Montagne', 490196400, 34260700, 0),
(13776, 656, 74, 'Neuilly-Saint-Front', 491701200, 32639300, 0),
(13777, 656, 74, 'Nogent-sur-Oise', 492715800, 24707400, 0),
(13778, 656, 74, 'Noyon', 495833300, 30000000, 0),
(13779, 656, 74, 'Ons-en-Bray', 494163100, 19230200, 0),
(13780, 656, 74, 'Pasly', 494016700, 32963100, 0),
(13781, 656, 74, 'Pende', 501605500, 15854100, 0),
(13782, 656, 74, 'Peronne', 499333300, 29333300, 0),
(13783, 656, 74, 'Picquigny', 499441300, 21437600, 0),
(13784, 656, 74, 'Pinon', 494891600, 34470300, 0),
(13785, 656, 74, 'Poix-de-Picardie', 497833300, 19833300, 0),
(13786, 656, 74, 'Ponchon', 493465200, 21967600, 0),
(13787, 656, 74, 'Pont-Remy', 500500000, 19166700, 0),
(13788, 656, 74, 'Pont-Sainte-Maxence', 493016800, 26046700, 0),
(13789, 656, 74, 'Poulainville', 499474600, 23137300, 0),
(13790, 656, 74, 'Quend', 503158400, 16360900, 0),
(13791, 656, 74, 'Ravenel', 495152300, 25019200, 0),
(13792, 656, 74, 'Remy', 494333300, 27166700, 0),
(13793, 656, 74, 'Ribemont', 497954000, 34589300, 0),
(13794, 656, 74, 'Rieux', 493000000, 25166700, 0),
(13795, 656, 74, 'Rosieres-en-Santerre', 498143400, 27009500, 0),
(13796, 656, 74, 'Roye', 497003800, 27895900, 0),
(13797, 656, 74, 'Rue', 502715000, 16716300, 0),
(13798, 656, 74, 'Sacy-le-Grand', 493547900, 25446100, 0),
(13799, 656, 74, 'Saint-Crepin-Ibouvillers', 492628300, 20779300, 0),
(13800, 656, 74, 'Saint-Gobain', 495957200, 33775000, 0),
(13801, 656, 74, 'Saint-Maximin', 492218200, 24536000, 0),
(13802, 656, 74, 'Saint-Omer-en-Chaussee', 495314200, 20033600, 0),
(13803, 656, 74, 'Saint-Ouen', 500381900, 21208800, 0),
(13804, 656, 74, 'Saint-Paul', 494296200, 20075500, 0),
(13805, 656, 74, 'Saint-Quentin', 498488900, 32875700, 0),
(13806, 656, 74, 'Saint-Sulpice', 493504900, 21231400, 0),
(13807, 656, 74, 'Saleux', 498563000, 22369800, 0),
(13808, 656, 74, 'Salouel', 498698800, 22434000, 0),
(13809, 656, 74, 'Senlis', 492000000, 25833300, 0),
(13810, 656, 74, 'Sissonne', 495710700, 38936900, 0),
(13811, 656, 74, 'Soissons', 493816700, 33236100, 0),
(13812, 656, 74, 'Tergnier', 496560700, 33010700, 0),
(13813, 656, 74, 'Thiverny', 492518000, 24360900, 0),
(13814, 656, 74, 'Tille', 494641500, 21103800, 0),
(13815, 656, 74, 'Tracy-le-Mont', 494722500, 30093900, 0),
(13816, 656, 74, 'Tricot', 495608000, 25878900, 0),
(13817, 656, 74, 'Trosly-Breuil', 494000000, 29666700, 0),
(13818, 656, 74, 'Ully-Saint-Georges', 492791400, 22809400, 0),
(13819, 656, 74, 'University of Technology of Compiegne', 494148000, 28168300, 0),
(13820, 656, 74, 'Venette', 494170500, 28031700, 0),
(13821, 656, 74, 'Verberie', 493111500, 27321000, 0),
(13822, 656, 74, 'Verneuil-en-Halatte', 492791400, 25241000, 0),
(13823, 656, 74, 'Vervins', 498333300, 39000000, 0),
(13824, 656, 74, 'Villers-Bocage', 499981000, 23168300, 0),
(13825, 656, 74, 'Villers-Bretonneux', 498684400, 25168800, 0),
(13826, 656, 74, 'Vineuil-Saint-Firmin', 492002400, 24956700, 0),
(13827, 656, 74, 'Viry-Noureuil', 496321400, 32432200, 0),
(13828, 656, 74, 'Warluis', 493887400, 21422000, 0),
(13829, 656, 74, 'Woincourt', 500663000, 15367600, 0),
(13830, 657, 74, 'Aiffres', 462944900, -4210100, 0),
(13831, 657, 74, 'Aigre', 458937700, 96300, 0),
(13832, 657, 74, 'Angouleme', 456500000, 1500000, 0),
(13833, 657, 74, 'Ardin', 464751200, -5541600, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(13834, 657, 74, 'Ars-en-Re', 462055400, -15272000, 0),
(13835, 657, 74, 'Arvert', 457448600, -11257300, 0),
(13836, 657, 74, 'Aytre', 461357000, -11145200, 0),
(13837, 657, 74, 'Balzac', 457000000, 1166700, 0),
(13838, 657, 74, 'Beauvoir-sur-Niort', 461801700, -4717800, 0),
(13839, 657, 74, 'Biard', 465788900, 3081200, 0),
(13840, 657, 74, 'Boisme', 467739300, -4347600, 0),
(13841, 657, 74, 'Bords', 458972200, -7952800, 0),
(13842, 657, 74, 'Bourcefranc-le-Chapus', 458500000, -11500000, 0),
(13843, 657, 74, 'Bourgneuf', 461676600, -10214100, 0),
(13844, 657, 74, 'Boyard-Ville', 459671700, -12428900, 0),
(13845, 657, 74, 'Bressuire', 468500000, -4833300, 0),
(13846, 657, 74, 'Brie', 457380400, 2410600, 0),
(13847, 657, 74, 'Buxerolles', 466166700, 4833300, 0),
(13848, 657, 74, 'Cercoux', 451333300, -2000000, 0),
(13849, 657, 74, 'Cerizay', 468215400, -6672600, 0),
(13850, 657, 74, 'Champniers', 457166700, 2000000, 0),
(13851, 657, 74, 'Chasseneuil-du-Poitou', 466511200, 3733000, 0),
(13852, 657, 74, 'Chatelaillon-Plage', 460719000, -10892600, 0),
(13853, 657, 74, 'Chatellerault', 468000000, 5333300, 0),
(13854, 657, 74, 'Chauray', 463599700, -3785900, 0),
(13855, 657, 74, 'Chauvigny', 465674700, 6492800, 0),
(13856, 657, 74, 'Cherac', 457045600, -4385900, 0),
(13857, 657, 74, 'Cherveux', 464154300, -3570600, 0),
(13858, 657, 74, 'Chiche', 467964300, -3556000, 0),
(13859, 657, 74, 'Cisse', 466458300, 2287000, 0),
(13860, 657, 74, 'Cognac', 457000000, -3333300, 0),
(13861, 657, 74, 'Combrand', 468640500, -6886900, 0),
(13862, 657, 74, 'Confolens', 460166700, 6666700, 0),
(13863, 657, 74, 'Couhe', 462991100, 1817400, 0),
(13864, 657, 74, 'Dolus-d''Oleron', 459166700, -12666700, 0),
(13865, 657, 74, 'Dompierre-sur-Mer', 461881700, -10635100, 0),
(13866, 657, 74, 'Echire', 463874800, -4151100, 0),
(13867, 657, 74, 'Ecoyeux', 458223000, -5053900, 0),
(13868, 657, 74, 'Fleac', 456666700, 1000000, 0),
(13869, 657, 74, 'Fors', 462357000, -4090400, 0),
(13870, 657, 74, 'Fouras', 459873600, -10927500, 0),
(13871, 657, 74, 'Garat', 456333300, 2666700, 0),
(13872, 657, 74, 'Gemozac', 455689600, -6757400, 0),
(13873, 657, 74, 'Jaunay-Clan', 466845200, 3712800, 0),
(13874, 657, 74, 'La Couarde-sur-Mer', 461941100, -14252200, 0),
(13875, 657, 74, 'La Couronne', 456112800, 994800, 0),
(13876, 657, 74, 'La Flotte', 461877000, -13281500, 0),
(13877, 657, 74, 'La Foret-sur-Sevre', 467690500, -6496400, 0),
(13878, 657, 74, 'La Rochelle', 461666700, -11500000, 0),
(13879, 657, 74, 'Lagord', 461882200, -11535500, 0),
(13880, 657, 74, 'Lencloitre', 468162200, 3282700, 0),
(13881, 657, 74, 'Liguge', 465203500, 3261700, 0),
(13882, 657, 74, 'Linars', 456500000, 833300, 0),
(13883, 657, 74, 'Loudun', 470078800, 829600, 0),
(13884, 657, 74, 'Lusignan', 464359800, 1262000, 0),
(13885, 657, 74, 'Lussac-les-Chateaux', 464032700, 7252400, 0),
(13886, 657, 74, 'Mansle', 458752600, 1791400, 0),
(13887, 657, 74, 'Marans', 463081100, -9945000, 0),
(13888, 657, 74, 'Marsilly', 462302700, -11384000, 0),
(13889, 657, 74, 'Matha', 458682300, -3184900, 0),
(13890, 657, 74, 'Medis', 456433700, -9629800, 0),
(13891, 657, 74, 'Migne-Auxances', 466274500, 3145800, 0),
(13892, 657, 74, 'Montlieu-la-Garde', 452500000, -2500000, 0),
(13893, 657, 74, 'Montmorillon', 464333300, 8666700, 0),
(13894, 657, 74, 'Mougon', 462956100, -2866000, 0),
(13895, 657, 74, 'Nanteuil-en-Vallee', 460008900, 3220600, 0),
(13896, 657, 74, 'Nersac', 456333300, 500000, 0),
(13897, 657, 74, 'Neuville-de-Poitou', 466833300, 2500000, 0),
(13898, 657, 74, 'Niort', 463231300, -4587700, 0),
(13899, 657, 74, 'Parthenay', 466500000, -2500000, 0),
(13900, 657, 74, 'Perigny', 461551900, -10982200, 0),
(13901, 657, 74, 'Pleumartin', 467378600, 7690000, 0),
(13902, 657, 74, 'Poitiers', 465833300, 3333300, 0),
(13903, 657, 74, 'Pons', 455798800, -5478300, 0),
(13904, 657, 74, 'Port-des-Barques', 459476300, -10779500, 0),
(13905, 657, 74, 'Prahecq', 462589700, -3442600, 0),
(13906, 657, 74, 'Puilboreau', 461862000, -11179800, 0),
(13907, 657, 74, 'Rivedoux-Plage', 461585400, -12709300, 0),
(13908, 657, 74, 'Rochefort', 459333300, -9833300, 0),
(13909, 657, 74, 'Rouillac', 457758200, -638000, 0),
(13910, 657, 74, 'Royan', 456284600, -10281000, 0),
(13911, 657, 74, 'Saint-Agnant', 458735400, -9611900, 0),
(13912, 657, 74, 'Saint-Benoit', 465531500, 3419000, 0),
(13913, 657, 74, 'Saint-Denis-d''Oleron', 460349600, -13786700, 0),
(13914, 657, 74, 'Saint-Hilaire-la-Palud', 462667600, -7138000, 0),
(13915, 657, 74, 'Saint-Hippolyte', 459188400, -8918300, 0),
(13916, 657, 74, 'Saint-Jean-d''Angely', 459500000, -5166700, 0),
(13917, 657, 74, 'Saint-Martin-de-Re', 462031100, -13672600, 0),
(13918, 657, 74, 'Saint-Michel', 456500000, 1000000, 0),
(13919, 657, 74, 'Saint-Saturnin', 456666700, 500000, 0),
(13920, 657, 74, 'Saint-Savin', 465652800, 8670900, 0),
(13921, 657, 74, 'Saint-Sulpice-de-Royan', 456703500, -10125200, 0),
(13922, 657, 74, 'Saintes', 457500000, -6333300, 0),
(13923, 657, 74, 'Saivres', 464326200, -2367700, 0),
(13924, 657, 74, 'Saujon', 456730900, -9262000, 0),
(13925, 657, 74, 'Saulge', 463775800, 8757700, 0),
(13926, 657, 74, 'Semussac', 456000000, -9166700, 0),
(13927, 657, 74, 'Soubise', 459239500, -10093800, 0),
(13928, 657, 74, 'Surgeres', 461082000, -7514800, 0),
(13929, 657, 74, 'Terce', 465166700, 5638600, 0),
(13930, 657, 74, 'Thenezay', 467187900, -288300, 0),
(13931, 657, 74, 'Trizay', 458827600, -8969800, 0),
(13932, 657, 74, 'Vars', 457625600, 1247800, 0),
(13933, 657, 74, 'Vouille', 463155000, -3684400, 0),
(13934, 657, 74, 'Yves', 460192200, -10483300, 0),
(13935, 658, 74, 'Aix-en-Provence', 435283000, 54497300, 0),
(13936, 658, 74, 'Allauch', 433357300, 54820100, 0),
(13937, 658, 74, 'Alleins', 437038700, 51620300, 0),
(13938, 658, 74, 'Antibes', 435624100, 71277700, 0),
(13939, 658, 74, 'Apt', 438833300, 54000000, 0),
(13940, 658, 74, 'Arles', 436768100, 46303100, 0),
(13941, 658, 74, 'Aubagne', 432927600, 55706700, 0),
(13942, 658, 74, 'Auribeau-sur-Siagne', 436044100, 69077900, 0),
(13943, 658, 74, 'Auriol', 433716100, 56341000, 0),
(13944, 658, 74, 'Avignon', 439483400, 48089200, 0),
(13945, 658, 74, 'Bandol', 431370900, 57316000, 0),
(13946, 658, 74, 'Barcelonnette', 443833300, 66500000, 0),
(13947, 658, 74, 'Barjols', 435578200, 60078300, 0),
(13948, 658, 74, 'Beaulieu-sur-Mer', 437075800, 73328900, 0),
(13949, 658, 74, 'Beaumes-de-Venise', 441193400, 50242600, 0),
(13950, 658, 74, 'Bedoin', 441243200, 51804000, 0),
(13951, 658, 74, 'Belgentier', 432459400, 60009500, 0),
(13952, 658, 74, 'Berre-l''Etang', 434780900, 51704400, 0),
(13953, 658, 74, 'Biot', 436272300, 70964500, 0),
(13954, 658, 74, 'Bollene', 442847600, 47530300, 0),
(13955, 658, 74, 'Bormes-les-Mimosas', 431407300, 63386300, 0),
(13956, 658, 74, 'Bouc-Bel-Air', 434521700, 54130000, 0),
(13957, 658, 74, 'Bras', 434718300, 59567200, 0),
(13958, 658, 74, 'Breil-sur-Roya', 439434100, 75147400, 0),
(13959, 658, 74, 'Brignoles', 434000000, 60666700, 0),
(13960, 658, 74, 'Cabries', 434412700, 53788400, 0),
(13961, 658, 74, 'Cabris', 436531700, 68717200, 0),
(13962, 658, 74, 'Caderousse', 441025200, 47567900, 0),
(13963, 658, 74, 'Cadolive', 433969400, 55452600, 0),
(13964, 658, 74, 'Cagnes-sur-Mer', 436646000, 71533900, 0),
(13965, 658, 74, 'Camaret-sur-Aigues', 441640500, 48742400, 0),
(13966, 658, 74, 'Camps-la-Source', 433864100, 60866100, 0),
(13967, 658, 74, 'Cannes', 435513500, 70127500, 0),
(13968, 658, 74, 'Cantaron', 437586500, 73187600, 0),
(13969, 658, 74, 'Carces', 434763200, 61830800, 0),
(13970, 658, 74, 'Caromb', 441107600, 51058000, 0),
(13971, 658, 74, 'Carpentras', 440500000, 50500000, 0),
(13972, 658, 74, 'Carqueiranne', 430953100, 60729700, 0),
(13973, 658, 74, 'Carros', 437894100, 71839500, 0),
(13974, 658, 74, 'Cassis', 432124100, 55451000, 0),
(13975, 658, 74, 'Castellane', 438500000, 65166700, 0),
(13976, 658, 74, 'Caumont-sur-Durance', 438935600, 49474500, 0),
(13977, 658, 74, 'Cavaillon', 438312500, 50358600, 0),
(13978, 658, 74, 'Ceyreste', 432133000, 56311100, 0),
(13979, 658, 74, 'Chateauneuf-les-Martigues', 433833300, 51666700, 0),
(13980, 658, 74, 'Chateaurenard', 438816900, 48549300, 0),
(13981, 658, 74, 'Cogolin', 432522100, 65300200, 0),
(13982, 658, 74, 'Contes', 438127800, 73144400, 0),
(13983, 658, 74, 'Cotignac', 435284100, 61500000, 0),
(13984, 658, 74, 'Coudoux', 435580000, 52488900, 0),
(13985, 658, 74, 'Courthezon', 440873100, 48838200, 0),
(13986, 658, 74, 'Cucuron', 437732100, 54390000, 0),
(13987, 658, 74, 'Cuers', 432373100, 60710700, 0),
(13988, 658, 74, 'Digne-les-Bains', 440925200, 62319900, 0),
(13989, 658, 74, 'Draguignan', 435333300, 64666700, 0),
(13990, 658, 74, 'Drap', 437561400, 73206000, 0),
(13991, 658, 74, 'Eguilles', 435686700, 53557500, 0),
(13992, 658, 74, 'Embrun', 445638700, 64952600, 0),
(13993, 658, 74, 'Ensues-la-Redonne', 433546400, 52035700, 0),
(13994, 658, 74, 'Eyragues', 438410300, 48423100, 0),
(13995, 658, 74, 'Fayence', 436257000, 66953100, 0),
(13996, 658, 74, 'Flayosc', 435325300, 63940100, 0),
(13997, 658, 74, 'Forcalquier', 439666700, 57833300, 0),
(13998, 658, 74, 'Fos-sur-Mer', 434377400, 49445700, 0),
(13999, 658, 74, 'Frejus', 434328600, 67352400, 0),
(14000, 658, 74, 'Fuveau', 434557800, 55614900, 0),
(14001, 658, 74, 'Gap', 445666700, 60833300, 0),
(14002, 658, 74, 'Gardanne', 434549100, 54691300, 0),
(14003, 658, 74, 'Gattieres', 437603700, 71779900, 0),
(14004, 658, 74, 'Gemenos', 432975100, 56284300, 0),
(14005, 658, 74, 'Gignac-la-Nerthe', 433914500, 52334800, 0),
(14006, 658, 74, 'Ginasservis', 436711300, 58492500, 0),
(14007, 658, 74, 'Gonfaron', 433206700, 62880600, 0),
(14008, 658, 74, 'Gorbio', 437868100, 74426000, 0),
(14009, 658, 74, 'Gordes', 439123700, 52008900, 0),
(14010, 658, 74, 'Goult', 438608000, 52424700, 0),
(14011, 658, 74, 'Grasse', 436666700, 69166700, 0),
(14012, 658, 74, 'Graveson', 438513400, 47718900, 0),
(14013, 658, 74, 'Grimaud', 432704900, 65249100, 0),
(14014, 658, 74, 'Guillestre', 446595000, 66494800, 0),
(14015, 658, 74, 'Hyeres', 431195400, 61389700, 0),
(14016, 658, 74, 'Istres', 435166700, 49833300, 0),
(14017, 658, 74, 'La Bouilladisse', 433961900, 55930700, 0),
(14018, 658, 74, 'La Celle', 433939100, 60348400, 0),
(14019, 658, 74, 'La Ciotat', 431747600, 56044900, 0),
(14020, 658, 74, 'La Crau', 431498100, 60742500, 0),
(14021, 658, 74, 'La Fare-les-Oliviers', 435510400, 51943000, 0),
(14022, 658, 74, 'La Farlede', 431677000, 60426600, 0),
(14023, 658, 74, 'La Garde', 431227700, 60074500, 0),
(14024, 658, 74, 'La Garde-Freinet', 433170900, 64688100, 0),
(14025, 658, 74, 'La Gaude', 437223500, 71508300, 0),
(14026, 658, 74, 'La Motte', 434914200, 65368900, 0),
(14027, 658, 74, 'La Penne-sur-Huveaune', 432820800, 55164200, 0),
(14028, 658, 74, 'La Roquette-sur-Siagne', 435994800, 69570500, 0),
(14029, 658, 74, 'La Seyne-sur-Mer', 430981800, 58847200, 0),
(14030, 658, 74, 'La Turbie', 437451400, 74010100, 0),
(14031, 658, 74, 'La Valette-du-Var', 431374100, 59831400, 0),
(14032, 658, 74, 'Lagnes', 438932400, 51134600, 0),
(14033, 658, 74, 'Lambesc', 436531100, 52628200, 0),
(14034, 658, 74, 'Lancon-Provence', 435923700, 51316700, 0),
(14035, 658, 74, 'Lauris', 437479900, 53151800, 0),
(14036, 658, 74, 'Le Beausset', 431985300, 58015600, 0),
(14037, 658, 74, 'Le Broc', 438084300, 71692800, 0),
(14038, 658, 74, 'Le Brusquet', 441614300, 63114300, 0),
(14039, 658, 74, 'Le Cannet', 435766200, 70191200, 0),
(14040, 658, 74, 'Le Lavandou', 431370000, 63660000, 0),
(14041, 658, 74, 'Le Luc', 433931800, 63147400, 0),
(14042, 658, 74, 'Le Muy', 434738100, 65645200, 0),
(14043, 658, 74, 'Le Plan-de-la-Tour', 433333300, 65500000, 0),
(14044, 658, 74, 'Le Pontet', 439611900, 48600800, 0),
(14045, 658, 74, 'Le Pradet', 431066100, 60171800, 0),
(14046, 658, 74, 'Le Puy-Sainte-Reparade', 436631900, 54343400, 0),
(14047, 658, 74, 'Le Revest-les-Eaux', 431833300, 59333300, 0),
(14048, 658, 74, 'Le Rouret', 436787300, 70152100, 0),
(14049, 658, 74, 'Le Rove', 433698700, 52511200, 0),
(14050, 658, 74, 'Le Tholonet', 435217600, 55111500, 0),
(14051, 658, 74, 'Le Thor', 439294300, 49954300, 0),
(14052, 658, 74, 'Le Val', 434386500, 60729500, 0),
(14053, 658, 74, 'Les Arcs', 434570200, 64790500, 0),
(14054, 658, 74, 'Les Mees', 440307100, 59768100, 0),
(14055, 658, 74, 'Les Pennes-Mirabeau', 434102800, 53130600, 0),
(14056, 658, 74, 'Levens', 438604300, 72265300, 0),
(14057, 658, 74, 'Lorgues', 434936100, 63611000, 0),
(14058, 658, 74, 'Luceram', 438831200, 73599600, 0),
(14059, 658, 74, 'Malijai', 440460600, 60319500, 0),
(14060, 658, 74, 'Mallemoisson', 440481300, 61245900, 0),
(14061, 658, 74, 'Mandelieu-la-Napoule', 435500000, 69333300, 0),
(14062, 658, 74, 'Mane', 439374700, 57667700, 0),
(14063, 658, 74, 'Marignane', 434160400, 52145300, 0),
(14064, 658, 74, 'Marseille', 432969500, 53810700, 0),
(14065, 658, 74, 'Martigues', 434073500, 50552600, 0),
(14066, 658, 74, 'Menton', 437764900, 75043500, 0),
(14067, 658, 74, 'Meyrargues', 436380600, 55261100, 0),
(14068, 658, 74, 'Meyreuil', 434878000, 54957400, 0),
(14069, 658, 74, 'Mimet', 434139300, 55049500, 0),
(14070, 658, 74, 'Miramas', 435866600, 50046400, 0),
(14071, 658, 74, 'Molleges', 438070300, 49493400, 0),
(14072, 658, 74, 'Montauroux', 436190500, 67750000, 0),
(14073, 658, 74, 'Monteux', 440348000, 49971900, 0),
(14074, 658, 74, 'Montfavet', 439333500, 48734200, 0),
(14075, 658, 74, 'Morieres-les-Avignon', 439403000, 49011000, 0),
(14076, 658, 74, 'Mougins', 435987300, 70043400, 0),
(14077, 658, 74, 'Mouries', 436899700, 48708900, 0),
(14078, 658, 74, 'Nans-les-Pins', 433703500, 57834000, 0),
(14079, 658, 74, 'Neoules', 433103400, 60129800, 0),
(14080, 658, 74, 'Nice', 437031300, 72660800, 0),
(14081, 658, 74, 'Noves', 438773600, 49024800, 0),
(14082, 658, 74, 'Ollioules', 431351700, 58480000, 0),
(14083, 658, 74, 'Opio', 436675900, 69856600, 0),
(14084, 658, 74, 'Oraison', 439160900, 59175600, 0),
(14085, 658, 74, 'Orange', 441392000, 48079100, 0),
(14086, 658, 74, 'Orgon', 437910800, 50386900, 0),
(14087, 658, 74, 'Pegomas', 435985000, 69303200, 0),
(14088, 658, 74, 'Peille', 438058700, 74042900, 0),
(14089, 658, 74, 'Peipin', 441377800, 59572200, 0),
(14090, 658, 74, 'Pelissanne', 436351200, 51513100, 0),
(14091, 658, 74, 'Pertuis', 436925200, 55028500, 0),
(14092, 658, 74, 'Peynier', 434483700, 56413900, 0),
(14093, 658, 74, 'Peypin', 433850300, 55778800, 0),
(14094, 658, 74, 'Peyrolles-en-Provence', 436453200, 55834700, 0),
(14095, 658, 74, 'Pierrevert', 438163400, 57463800, 0),
(14096, 658, 74, 'Plan-de-Cuques', 433475300, 54639800, 0),
(14097, 658, 74, 'Port-de-Bouc', 434065700, 49809000, 0),
(14098, 658, 74, 'Pourrieres', 435061100, 57345200, 0),
(14099, 658, 74, 'Puget-Theniers', 439546400, 68911500, 0),
(14100, 658, 74, 'Puget-sur-Argens', 434500000, 66833300, 0),
(14101, 658, 74, 'Rians', 436065900, 57558900, 0),
(14102, 658, 74, 'Riez', 438179300, 60929500, 0),
(14103, 658, 74, 'Robion', 438470700, 51097500, 0),
(14104, 658, 74, 'Rocbaron', 433044900, 60905900, 0),
(14105, 658, 74, 'Rognac', 434876100, 52338700, 0),
(14106, 658, 74, 'Roquebrune-Cap-Martin', 437640800, 74820600, 0),
(14107, 658, 74, 'Roquebrune-sur-Argens', 434333300, 66333300, 0),
(14108, 658, 74, 'Roquevaire', 433502100, 56041400, 0),
(14109, 658, 74, 'Rougiers', 433923300, 58514400, 0),
(14110, 658, 74, 'Sablet', 441905600, 50061300, 0),
(14111, 658, 74, 'Saignon', 438618200, 54278200, 0),
(14112, 658, 74, 'Saint-Andiol', 438348400, 49445300, 0),
(14113, 658, 74, 'Saint-Andre-de-la-Roche', 437333300, 72833300, 0),
(14114, 658, 74, 'Saint-Bonnet-en-Champsaur', 446833300, 60833300, 0),
(14115, 658, 74, 'Saint-Cannat', 436208900, 52969000, 0),
(14116, 658, 74, 'Saint-Chamas', 435494600, 50332400, 0),
(14117, 658, 74, 'Saint-Cyr-sur-Mer', 431835200, 57091400, 0),
(14118, 658, 74, 'Saint-Didier', 440042400, 51105300, 0),
(14119, 658, 74, 'Saint-Etienne-du-Gres', 437811200, 47216300, 0),
(14120, 658, 74, 'Saint-Julien', 436947800, 59158200, 0),
(14121, 658, 74, 'Saint-Laurent-du-Var', 436709700, 71760600, 0),
(14122, 658, 74, 'Saint-Martin-Vesubie', 440700400, 72554700, 0),
(14123, 658, 74, 'Saint-Martin-de-Crau', 436395500, 48127000, 0),
(14124, 658, 74, 'Saint-Martin-du-Var', 438181200, 71903000, 0),
(14125, 658, 74, 'Saint-Maximin-la-Sainte-Baume', 434521400, 58621900, 0),
(14126, 658, 74, 'Saint-Mitre-les-Remparts', 434548800, 50170200, 0),
(14127, 658, 74, 'Saint-Raphael', 434233200, 67735000, 0),
(14128, 658, 74, 'Saint-Remy-de-Provence', 437884800, 48316700, 0),
(14129, 658, 74, 'Saint-Tropez', 432693200, 66398100, 0),
(14130, 658, 74, 'Saint-Vallier-de-Thiey', 436953900, 68443000, 0),
(14131, 658, 74, 'Saint-Victoret', 434195700, 52339600, 0),
(14132, 658, 74, 'Sainte-Agnes', 437994300, 74659500, 0),
(14133, 658, 74, 'Sainte-Anastasie-sur-Issole', 433421100, 61235900, 0),
(14134, 658, 74, 'Sainte-Maxime', 433090700, 66384900, 0),
(14135, 658, 74, 'Sainte-Tulle', 437884600, 57673600, 0),
(14136, 658, 74, 'Saintes-Maries-de-la-Mer', 434521400, 44291300, 0),
(14137, 658, 74, 'Salon-de-Provence', 436407400, 50954500, 0),
(14138, 658, 74, 'Sanary-sur-Mer', 431178400, 58000600, 0),
(14139, 658, 74, 'Sault', 440833300, 54166700, 0),
(14140, 658, 74, 'Sausset-les-Pins', 433313600, 51043100, 0),
(14141, 658, 74, 'Senas', 437437500, 50780000, 0),
(14142, 658, 74, 'Septemes-les-Vallons', 433983400, 53659600, 0),
(14143, 658, 74, 'Serignan-du-Comtat', 441885000, 48440300, 0),
(14144, 658, 74, 'Seyne', 443504200, 63563400, 0),
(14145, 658, 74, 'Six-Fours-les-Plages', 431000000, 58500000, 0),
(14146, 658, 74, 'Sollies-Pont', 431897800, 60432000, 0),
(14147, 658, 74, 'Sophia Antipolis', 436222220, 70500000, 0),
(14148, 658, 74, 'Sorgues', 440102300, 48738100, 0),
(14149, 658, 74, 'Sospel', 438784700, 74484000, 0),
(14150, 658, 74, 'Taillades', 438359200, 50921600, 0),
(14151, 658, 74, 'Tallard', 444612800, 60550400, 0),
(14152, 658, 74, 'Taradeau', 434542800, 64277600, 0),
(14153, 658, 74, 'Tarascon', 438058300, 46602800, 0),
(14154, 658, 74, 'Theoule-sur-Mer', 435078000, 69408000, 0),
(14155, 658, 74, 'Toulon', 431166700, 59333300, 0),
(14156, 658, 74, 'Tourrette-Levens', 437874600, 72736400, 0),
(14157, 658, 74, 'Valbonne', 436329200, 69991100, 0),
(14158, 658, 74, 'Vallauris', 435780300, 70545100, 0),
(14159, 658, 74, 'Vedene', 439774400, 49042800, 0),
(14160, 658, 74, 'Velaux', 435283900, 52566100, 0),
(14161, 658, 74, 'Vence', 437216200, 71123200, 0),
(14162, 658, 74, 'Venelles', 435983900, 54853000, 0),
(14163, 658, 74, 'Ventabren', 435384700, 52954100, 0),
(14164, 658, 74, 'Vidauban', 434278000, 64329000, 0),
(14165, 658, 74, 'Villefranche-sur-Mer', 437047000, 73077600, 0),
(14166, 658, 74, 'Villeneuve', 438943100, 58618400, 0),
(14167, 658, 74, 'Villeneuve-Loubet', 436666300, 71204000, 0),
(14168, 658, 74, 'Villes-sur-Auzon', 440566900, 52343000, 0),
(14169, 658, 74, 'Vinon-sur-Verdon', 437245100, 58108100, 0),
(14170, 658, 74, 'Vitrolles', 434600000, 52486100, 0),
(14171, 658, 74, 'Volx', 438738300, 58413000, 0),
(14172, 659, 74, 'Aigueblanche', 455031300, 65080600, 0),
(14173, 659, 74, 'Aime', 455555900, 66504200, 0),
(14174, 659, 74, 'Aiton', 455604800, 62605300, 0),
(14175, 659, 74, 'Aix-les-Bains', 456833800, 59224100, 0),
(14176, 659, 74, 'Alba-la-Romaine', 445553700, 45984600, 0),
(14177, 659, 74, 'Albens', 457846300, 59487500, 0),
(14178, 659, 74, 'Albertville', 456745200, 63906100, 0),
(14179, 659, 74, 'Allex', 447645400, 49175700, 0),
(14180, 659, 74, 'Amancy', 460744900, 63297300, 0),
(14181, 659, 74, 'Amberieu-en-Bugey', 459588500, 53432000, 0),
(14182, 659, 74, 'Ampuis', 454890600, 48087900, 0),
(14183, 659, 74, 'Andancette', 452424200, 48060600, 0),
(14184, 659, 74, 'Andrezieux-Boutheon', 455262500, 42602100, 0),
(14185, 659, 74, 'Annecy', 459000000, 61166700, 0),
(14186, 659, 74, 'Annecy-le-Vieux', 459197200, 61439300, 0),
(14187, 659, 74, 'Annemasse', 461943900, 62377500, 0),
(14188, 659, 74, 'Annonay', 452397000, 46707500, 0),
(14189, 659, 74, 'Anse', 459302300, 47157600, 0),
(14190, 659, 74, 'Anthy-sur-Leman', 463553400, 64273500, 0),
(14191, 659, 74, 'Aoste', 455867900, 56101400, 0),
(14192, 659, 74, 'Apprieu', 453992200, 54962800, 0),
(14193, 659, 74, 'Archamps', 461365100, 61328700, 0),
(14194, 659, 74, 'Arenthon', 461046600, 63314900, 0),
(14195, 659, 74, 'Armoy', 463489300, 65200000, 0),
(14196, 659, 74, 'Arnas', 460239000, 47063800, 0),
(14197, 659, 74, 'Artas', 455355500, 51650500, 0),
(14198, 659, 74, 'Artemare', 458744100, 56936600, 0),
(14199, 659, 74, 'Aubenas', 446200600, 43899400, 0),
(14200, 659, 74, 'Auberives-sur-Vareze', 454333300, 48333300, 0),
(14201, 659, 74, 'Ayse', 460833300, 64333300, 0),
(14202, 659, 74, 'Balan', 458343000, 50983400, 0),
(14203, 659, 74, 'Barby', 455708300, 59827300, 0),
(14204, 659, 74, 'Bassens', 455850300, 59434900, 0),
(14205, 659, 74, 'Beaufort', 457177600, 65739100, 0),
(14206, 659, 74, 'Beaujeu', 461517600, 45924300, 0),
(14207, 659, 74, 'Beauvoir-de-Marc', 455113200, 50824900, 0),
(14208, 659, 74, 'Beligneux', 458682200, 51268300, 0),
(14209, 659, 74, 'Bellegarde-en-Forez', 456466200, 42990800, 0),
(14210, 659, 74, 'Bellegarde-sur-Valserine', 461078700, 58242100, 0),
(14211, 659, 74, 'Belleville', 461000000, 47500000, 0),
(14212, 659, 74, 'Belley', 457666700, 56833300, 0),
(14213, 659, 74, 'Bellignat', 462423700, 56284300, 0),
(14214, 659, 74, 'Bilieu', 454445200, 55462400, 0),
(14215, 659, 74, 'Biviers', 452333300, 58000000, 0),
(14216, 659, 74, 'Blace', 460318500, 46449900, 0),
(14217, 659, 74, 'Boege', 462095400, 64038300, 0),
(14218, 659, 74, 'Boen', 457461800, 40095900, 0),
(14219, 659, 74, 'Bonneville', 460802000, 64072600, 0),
(14220, 659, 74, 'Bons-en-Chablais', 462666700, 63833300, 0),
(14221, 659, 74, 'Bourg-Saint-Andeol', 443756600, 46427300, 0),
(14222, 659, 74, 'Bourg-Saint-Maurice', 456171600, 67690200, 0),
(14223, 659, 74, 'Bourg-en-Bresse', 462057400, 52258000, 0),
(14224, 659, 74, 'Bourg-les-Valence', 449560100, 49102300, 0),
(14225, 659, 74, 'Bourgoin-Jallieu', 455861100, 52736100, 0),
(14226, 659, 74, 'Bouvesse-Quirieu', 457950300, 54157400, 0),
(14227, 659, 74, 'Bozel', 454428800, 66489600, 0),
(14228, 659, 74, 'Brignais', 456735800, 47548400, 0),
(14229, 659, 74, 'Brison-Saint-Innocent', 457218600, 58901100, 0),
(14230, 659, 74, 'Bron', 457333300, 49166700, 0),
(14231, 659, 74, 'Buellas', 462111000, 51322000, 0),
(14232, 659, 74, 'Buis-les-Baronnies', 442737300, 52722000, 0),
(14233, 659, 74, 'Bully', 458520500, 45819500, 0),
(14234, 659, 74, 'Caluire-et-Cuire', 457904100, 48411200, 0),
(14235, 659, 74, 'Cellieu', 455225000, 45407600, 0),
(14236, 659, 74, 'Cessy', 463166200, 60691500, 0),
(14237, 659, 74, 'Ceyzeriat', 461801000, 53197200, 0),
(14238, 659, 74, 'Chaleins', 460305800, 48041700, 0),
(14239, 659, 74, 'Chambery', 455666700, 59333300, 0),
(14240, 659, 74, 'Chamonix-Mont-Blanc', 459237500, 68693300, 0),
(14241, 659, 74, 'Charmes-sur-Rhone', 448639300, 48403900, 0),
(14242, 659, 74, 'Charpey', 449392000, 50936000, 0),
(14243, 659, 74, 'Chasselay', 458752400, 47734000, 0),
(14244, 659, 74, 'Chateauneuf-de-Galaure', 452309600, 49568000, 0),
(14245, 659, 74, 'Chateauneuf-sur-Isere', 450166700, 49333300, 0),
(14246, 659, 74, 'Chatillon', 458009100, 58435200, 0),
(14247, 659, 74, 'Chatillon-la-Palud', 459747300, 52479900, 0),
(14248, 659, 74, 'Chatillon-sur-Chalaronne', 461201900, 49581700, 0),
(14249, 659, 74, 'Chatte', 451431000, 52844100, 0),
(14250, 659, 74, 'Chatuzange-le-Goubet', 450013800, 50870000, 0),
(14251, 659, 74, 'Chens-sur-Leman', 463290600, 62626700, 0),
(14252, 659, 74, 'Chessy', 458870700, 46236600, 0),
(14253, 659, 74, 'Chevry', 462785500, 60400800, 0),
(14254, 659, 74, 'Chimilin', 455775400, 55981900, 0),
(14255, 659, 74, 'Chindrieux', 458213200, 58512200, 0),
(14256, 659, 74, 'Civens', 457798700, 42517000, 0),
(14257, 659, 74, 'Claix', 451225400, 56748100, 0),
(14258, 659, 74, 'Cognin', 455637700, 58943500, 0),
(14259, 659, 74, 'Cogny', 459873200, 46250100, 0),
(14260, 659, 74, 'Collonges', 461389400, 59033400, 0),
(14261, 659, 74, 'Collonges-sous-Saleve', 461416000, 61537200, 0),
(14262, 659, 74, 'Combloux', 458966900, 66344400, 0),
(14263, 659, 74, 'Commelle-Vernay', 459943900, 40663500, 0),
(14264, 659, 74, 'Condrieu', 454634400, 47684800, 0),
(14265, 659, 74, 'Corbas', 456679000, 48962700, 0),
(14266, 659, 74, 'Corenc', 452142100, 57715200, 0),
(14267, 659, 74, 'Coublevie', 453562400, 56175900, 0),
(14268, 659, 74, 'Courchevel', 454153800, 66364300, 0),
(14269, 659, 74, 'Courzieu', 457431000, 45703400, 0),
(14270, 659, 74, 'Coux', 447348400, 46205700, 0),
(14271, 659, 74, 'Cran-Gevrier', 459000000, 61000000, 0),
(14272, 659, 74, 'Cranves-Sales', 461874600, 62910800, 0),
(14273, 659, 74, 'Craponne', 457468400, 47266100, 0),
(14274, 659, 74, 'Crest', 447283600, 50272200, 0),
(14275, 659, 74, 'Creys-Mepieu', 457333300, 54833300, 0),
(14276, 659, 74, 'Cruseilles', 460333300, 61166700, 0),
(14277, 659, 74, 'Culoz', 458496400, 57808100, 0),
(14278, 659, 74, 'Cusy', 457663300, 60269500, 0),
(14279, 659, 74, 'Cuzieu', 456084000, 42585800, 0),
(14280, 659, 74, 'Dardilly', 458050600, 47534200, 0),
(14281, 659, 74, 'Die', 447500000, 53666700, 0),
(14282, 659, 74, 'Diemoz', 455865100, 50939700, 0),
(14283, 659, 74, 'Dieulefit', 445234100, 50642500, 0),
(14284, 659, 74, 'Domancy', 459141800, 66474000, 0),
(14285, 659, 74, 'Dompierre-sur-Veyle', 460717900, 52057400, 0),
(14286, 659, 74, 'Doussard', 457755600, 62194100, 0),
(14287, 659, 74, 'Douvaine', 463054400, 63037500, 0),
(14288, 659, 74, 'Echirolles', 451439000, 57288300, 0),
(14289, 659, 74, 'Ecully', 457772600, 47748100, 0),
(14290, 659, 74, 'Epagny', 459380600, 60909500, 0),
(14291, 659, 74, 'Estrablin', 455173200, 49662600, 0),
(14292, 659, 74, 'Eurre', 447608800, 49909900, 0),
(14293, 659, 74, 'Evian-les-Bains', 464011100, 65879300, 0),
(14294, 659, 74, 'Evires', 460378300, 62245300, 0),
(14295, 659, 74, 'Eybens', 451486700, 57492600, 0),
(14296, 659, 74, 'Faverges', 457475200, 62929700, 0),
(14297, 659, 74, 'Ferney-Voltaire', 462585800, 61106300, 0),
(14298, 659, 74, 'Feternes', 463525900, 65639000, 0),
(14299, 659, 74, 'Feurs', 457398800, 42270600, 0),
(14300, 659, 74, 'Feyzin', 456672800, 48597100, 0),
(14301, 659, 74, 'Firminy', 453873200, 42907400, 0),
(14302, 659, 74, 'Fleurie', 461920800, 46973300, 0),
(14303, 659, 74, 'Fontaine', 451983900, 56826500, 0),
(14304, 659, 74, 'Francheville', 457387900, 47721800, 0),
(14305, 659, 74, 'Frangy', 460187000, 59331300, 0),
(14306, 659, 74, 'Froges', 452735900, 59215900, 0),
(14307, 659, 74, 'Gaillard', 461853000, 62069300, 0),
(14308, 659, 74, 'Genas', 457321500, 49994300, 0),
(14309, 659, 74, 'Genay', 458976400, 48372900, 0),
(14310, 659, 74, 'Gex', 463333300, 60666700, 0),
(14311, 659, 74, 'Gieres', 451827300, 57917900, 0),
(14312, 659, 74, 'Givors', 455841500, 47725600, 0),
(14313, 659, 74, 'Grenay', 456631700, 50798700, 0),
(14314, 659, 74, 'Grenoble', 451666700, 57166700, 0),
(14315, 659, 74, 'Gresy-sur-Aix', 457230100, 59341200, 0),
(14316, 659, 74, 'Grigny', 456112800, 47958900, 0),
(14317, 659, 74, 'Gruffy', 457871600, 60550400, 0),
(14318, 659, 74, 'Guilherand-Granges', 449327800, 48737200, 0),
(14319, 659, 74, 'Hauterives', 452562000, 50257200, 0),
(14320, 659, 74, 'Hauteville-Lompnes', 459779400, 56011400, 0),
(14321, 659, 74, 'Hieres-sur-Amby', 457978300, 52946700, 0),
(14322, 659, 74, 'Irigny', 456736200, 48175300, 0),
(14323, 659, 74, 'Izeaux', 453351500, 54251000, 0),
(14324, 659, 74, 'Izernore', 462168600, 55536600, 0),
(14325, 659, 74, 'Jardin', 454961700, 49064100, 0),
(14326, 659, 74, 'Jaujac', 446354000, 42573000, 0),
(14327, 659, 74, 'Jons', 458079700, 50803200, 0),
(14328, 659, 74, 'Joyeuse', 444797200, 42378100, 0),
(14329, 659, 74, 'L''Isle-d''Abeau', 456181300, 52354600, 0),
(14330, 659, 74, 'La Bridoire', 455250400, 57407300, 0),
(14331, 659, 74, 'La Clusaz', 459052000, 64237600, 0),
(14332, 659, 74, 'La Fouillouse', 455020000, 43121300, 0),
(14333, 659, 74, 'La Grand-Croix', 455000000, 45500000, 0),
(14334, 659, 74, 'La Mure', 449025600, 57865900, 0),
(14335, 659, 74, 'La Ravoire', 455597800, 59687100, 0),
(14336, 659, 74, 'La Ricamarie', 454168400, 43119900, 0),
(14337, 659, 74, 'La Roche-sur-Foron', 460666000, 63122400, 0),
(14338, 659, 74, 'La Rochette', 454602500, 61206500, 0),
(14339, 659, 74, 'La Tour', 461344800, 64293300, 0),
(14340, 659, 74, 'La Tour-de-Salvagny', 458123300, 47162600, 0),
(14341, 659, 74, 'La Tronche', 452042900, 57364500, 0),
(14342, 659, 74, 'La Verpilliere', 456364700, 51415100, 0),
(14343, 659, 74, 'La Voulte-sur-Rhone', 448007200, 47716000, 0),
(14344, 659, 74, 'Lagnieu', 459003800, 53466000, 0),
(14345, 659, 74, 'Laiz', 462475800, 48920200, 0),
(14346, 659, 74, 'Le Bourget-du-Lac', 456475600, 58608500, 0),
(14347, 659, 74, 'Le Cheylard', 449062300, 44240600, 0),
(14348, 659, 74, 'Le Grand-Bornand', 459434600, 64411100, 0),
(14349, 659, 74, 'Le Gua', 450166700, 56166700, 0),
(14350, 659, 74, 'Le Peage-de-Roussillon', 453718000, 47979100, 0),
(14351, 659, 74, 'Le Pin', 454558200, 55049700, 0),
(14352, 659, 74, 'Le Pont-de-Claix', 451244300, 57064000, 0),
(14353, 659, 74, 'Le Teil', 445467900, 46816500, 0),
(14354, 659, 74, 'Les Abrets', 455370600, 55853500, 0),
(14355, 659, 74, 'Les Echelles', 454348100, 57513300, 0),
(14356, 659, 74, 'Les Gets', 461552200, 66649200, 0),
(14357, 659, 74, 'Les Houches', 458901100, 67961300, 0),
(14358, 659, 74, 'Les Roches-de-Condrieu', 454510700, 47673800, 0),
(14359, 659, 74, 'Les Vans', 444061900, 41347100, 0),
(14360, 659, 74, 'Limas', 459789600, 47029200, 0),
(14361, 659, 74, 'Limonest', 458374400, 47718000, 0),
(14362, 659, 74, 'Livron-sur-Drome', 447731000, 48470500, 0),
(14363, 659, 74, 'Loire-sur-Rhone', 455500000, 48000000, 0),
(14364, 659, 74, 'Luzinay', 455889500, 49582900, 0),
(14365, 659, 74, 'Lyaud', 463366200, 65286800, 0),
(14366, 659, 74, 'Lyon', 457484600, 48467100, 0),
(14367, 659, 74, 'Mably', 460862300, 40660700, 0),
(14368, 659, 74, 'Maclas', 453652900, 46891200, 0),
(14369, 659, 74, 'Malissard', 449020100, 49591500, 0),
(14370, 659, 74, 'Marboz', 463433700, 52597800, 0),
(14371, 659, 74, 'Marignier', 460901400, 65000400, 0),
(14372, 659, 74, 'Marin', 463747200, 65302200, 0),
(14373, 659, 74, 'Marthod', 457284000, 64129800, 0),
(14374, 659, 74, 'Massongy', 463160100, 63350300, 0),
(14375, 659, 74, 'Mauves', 450352500, 48300000, 0),
(14376, 659, 74, 'Megeve', 458523300, 66128600, 0),
(14377, 659, 74, 'Mens', 448175300, 57513700, 0),
(14378, 659, 74, 'Mercurol', 450743700, 48927900, 0),
(14379, 659, 74, 'Mercury', 456745200, 63368800, 0),
(14380, 659, 74, 'Mery', 456432500, 59378200, 0),
(14381, 659, 74, 'Metz-Tessy', 459340600, 61082600, 0),
(14382, 659, 74, 'Meximieux', 459084100, 51952700, 0),
(14383, 659, 74, 'Meylan', 452198800, 57900700, 0),
(14384, 659, 74, 'Meythet', 459183600, 60942200, 0),
(14385, 659, 74, 'Meyzieu', 457666700, 50000000, 0),
(14386, 659, 74, 'Mezeriat', 462343100, 50480600, 0),
(14387, 659, 74, 'Mions', 456643200, 49499400, 0),
(14388, 659, 74, 'Miribel', 458258000, 49544000, 0),
(14389, 659, 74, 'Miserieux', 459730900, 48123000, 0),
(14390, 659, 74, 'Modane', 452000000, 66666700, 0),
(14391, 659, 74, 'Montagnat', 461704800, 52905200, 0),
(14392, 659, 74, 'Montagny', 456269900, 47578200, 0),
(14393, 659, 74, 'Montanay', 458781800, 48630200, 0),
(14394, 659, 74, 'Montbonnot-Saint-Martin', 452223600, 58035300, 0),
(14395, 659, 74, 'Montbrison', 456000000, 40500000, 0),
(14396, 659, 74, 'Montelimar', 445583800, 47509400, 0),
(14397, 659, 74, 'Montmerle-sur-Saone', 460833300, 47666700, 0),
(14398, 659, 74, 'Montmeyran', 448332000, 49747300, 0),
(14399, 659, 74, 'Montreal-la-Cluse', 461833300, 55833300, 0),
(14400, 659, 74, 'Mornant', 456189800, 46737000, 0),
(14401, 659, 74, 'Morzine', 461814900, 67066400, 0),
(14402, 659, 74, 'Mours-Saint-Eusebe', 450683000, 50575200, 0),
(14403, 659, 74, 'Mouxy', 456839900, 59353800, 0),
(14404, 659, 74, 'Moye', 458791200, 59143500, 0),
(14405, 659, 74, 'Nantua', 461500000, 56166700, 0),
(14406, 659, 74, 'Neydens', 461216200, 61043600, 0),
(14407, 659, 74, 'Nievroz', 458333300, 50666700, 0),
(14408, 659, 74, 'Noyarey', 452476000, 56283700, 0),
(14409, 659, 74, 'Nyons', 443666700, 51333300, 0),
(14410, 659, 74, 'Orlienas', 456585800, 47170700, 0),
(14411, 659, 74, 'Ornex', 462727000, 60998200, 0),
(14412, 659, 74, 'Ouches', 460165700, 39882400, 0),
(14413, 659, 74, 'Oullins', 457177400, 48038200, 0),
(14414, 659, 74, 'Oyonnax', 462591700, 56572700, 0),
(14415, 659, 74, 'Passy', 459202800, 66876500, 0),
(14416, 659, 74, 'Peaugres', 452877000, 47291000, 0),
(14417, 659, 74, 'Perigneux', 454400100, 41565500, 0),
(14418, 659, 74, 'Perrignier', 463064000, 64446500, 0),
(14419, 659, 74, 'Pers-Jussy', 461062500, 62674900, 0),
(14420, 659, 74, 'Pierre-Benite', 457009000, 48251100, 0),
(14421, 659, 74, 'Pierrelatte', 443775600, 47019800, 0),
(14422, 659, 74, 'Poisat', 451586300, 57618800, 0),
(14423, 659, 74, 'Poisy', 459230600, 60643500, 0),
(14424, 659, 74, 'Pont-Eveque', 455269100, 49143200, 0),
(14425, 659, 74, 'Pont-de-Cheruy', 457516600, 51848800, 0),
(14426, 659, 74, 'Portes-les-Valence', 448737000, 48810000, 0),
(14427, 659, 74, 'Privas', 447333300, 46000000, 0),
(14428, 659, 74, 'Publier', 463877300, 65435600, 0),
(14429, 659, 74, 'Pusignan', 457581400, 50672400, 0),
(14430, 659, 74, 'Regny', 459833300, 42166700, 0),
(14431, 659, 74, 'Revel', 451864600, 58685200, 0),
(14432, 659, 74, 'Reventin-Vaugris', 454638000, 48376900, 0),
(14433, 659, 74, 'Reyrieux', 459330600, 48239400, 0),
(14434, 659, 74, 'Rillieux-la-Pape', 458166700, 49000000, 0),
(14435, 659, 74, 'Rives', 453550500, 54992600, 0),
(14436, 659, 74, 'Roanne', 460333300, 40666700, 0),
(14437, 659, 74, 'Roche', 455870900, 51596500, 0),
(14438, 659, 74, 'Rochetaillee-sur-Saone', 458500000, 48500000, 0),
(14439, 659, 74, 'Romans-sur-Isere', 450463900, 50562000, 0),
(14440, 659, 74, 'Roussillon', 453730200, 48072500, 0),
(14441, 659, 74, 'Ruoms', 444535100, 43426500, 0),
(14442, 659, 74, 'Sablons', 453207300, 47750100, 0),
(14443, 659, 74, 'Saint-Alban-de-Roche', 455952600, 52230400, 0),
(14444, 659, 74, 'Saint-Baldoph', 455312000, 59521700, 0),
(14445, 659, 74, 'Saint-Bonnet-de-Mure', 456995800, 50202600, 0),
(14446, 659, 74, 'Saint-Chamond', 454736500, 45254100, 0),
(14447, 659, 74, 'Saint-Clair-de-la-Tour', 455734300, 54833200, 0),
(14448, 659, 74, 'Saint-Cyr', 452524300, 47307400, 0),
(14449, 659, 74, 'Saint-Etienne', 454333300, 44000000, 0),
(14450, 659, 74, 'Saint-Etienne-de-Crossey', 453791400, 56452700, 0),
(14451, 659, 74, 'Saint-Etienne-de-Saint-Geoirs', 453393100, 53449000, 0),
(14452, 659, 74, 'Saint-Etienne-du-Bois', 462876600, 52948100, 0),
(14453, 659, 74, 'Saint-Felix', 458023000, 59710600, 0),
(14454, 659, 74, 'Saint-Fons', 457088000, 48605700, 0),
(14455, 659, 74, 'Saint-Galmier', 455919900, 43174300, 0),
(14456, 659, 74, 'Saint-Genest-Lerpt', 454452900, 43362200, 0),
(14457, 659, 74, 'Saint-Genis-Laval', 456955800, 47934000, 0),
(14458, 659, 74, 'Saint-Genis-les-Ollieres', 457571900, 47289200, 0),
(14459, 659, 74, 'Saint-Germain-Laval', 458313800, 40144500, 0),
(14460, 659, 74, 'Saint-Germain-sur-l''Arbresle', 458524200, 46118200, 0),
(14461, 659, 74, 'Saint-Gervais-les-Bains', 458929000, 67138100, 0),
(14462, 659, 74, 'Saint-Heand', 455281700, 43737700, 0),
(14463, 659, 74, 'Saint-Jean-Bonnefonds', 454529400, 44505700, 0),
(14464, 659, 74, 'Saint-Jean-de-Maurienne', 452833300, 63500000, 0),
(14465, 659, 74, 'Saint-Jean-de-Soudain', 455708700, 54302700, 0),
(14466, 659, 74, 'Saint-Jorioz', 458329600, 61650300, 0),
(14467, 659, 74, 'Saint-Julien-en-Genevois', 461443400, 60825600, 0),
(14468, 659, 74, 'Saint-Just-de-Claix', 450739100, 52878300, 0),
(14469, 659, 74, 'Saint-Lattier', 450876800, 51926100, 0),
(14470, 659, 74, 'Saint-Marcel-les-Valence', 449724600, 49601100, 0),
(14471, 659, 74, 'Saint-Marcellin', 451519200, 53238800, 0),
(14472, 659, 74, 'Saint-Martin-d''Heres', 451652800, 57633700, 0),
(14473, 659, 74, 'Saint-Martin-de-Valamas', 449364800, 43655700, 0),
(14474, 659, 74, 'Saint-Martin-le-Vinoux', 452030000, 57166700, 0),
(14475, 659, 74, 'Saint-Maurice-sur-Dargoire', 455811700, 46311300, 0),
(14476, 659, 74, 'Saint-Michel-de-Maurienne', 452184200, 64725800, 0),
(14477, 659, 74, 'Saint-Nazaire-les-Eymes', 452492100, 58525400, 0),
(14478, 659, 74, 'Saint-Paul-Trois-Chateaux', 443490900, 47657400, 0),
(14479, 659, 74, 'Saint-Pierre-de-Chandieu', 456455800, 50112800, 0),
(14480, 659, 74, 'Saint-Priest', 447176700, 45462000, 0),
(14481, 659, 74, 'Saint-Privat', 446300200, 44165600, 0),
(14482, 659, 74, 'Saint-Quentin-Fallavier', 456305000, 51092400, 0),
(14483, 659, 74, 'Saint-Rambert-en-Bugey', 459442600, 54390400, 0),
(14484, 659, 74, 'Saint-Remy-de-Maurienne', 454000000, 62666700, 0),
(14485, 659, 74, 'Saint-Restitut', 443350700, 47915500, 0),
(14486, 659, 74, 'Saint-Romain-en-Gal', 455315900, 48607400, 0),
(14487, 659, 74, 'Saint-Savin', 456277000, 53072200, 0),
(14488, 659, 74, 'Saint-Symphorien-sur-Coise', 456320000, 44581100, 0),
(14489, 659, 74, 'Saint-Trivier-sur-Moignans', 460723300, 48975500, 0),
(14490, 659, 74, 'Sainte-Colombe', 455247400, 48613600, 0),
(14491, 659, 74, 'Sainte-Consorce', 457770600, 46973500, 0),
(14492, 659, 74, 'Sainte-Foy-les-Lyon', 457369200, 47968800, 0),
(14493, 659, 74, 'Sales', 458757600, 59599800, 0),
(14494, 659, 74, 'Sallanches', 459442300, 66316200, 0),
(14495, 659, 74, 'Sassenage', 452053100, 56651500, 0),
(14496, 659, 74, 'Sciez', 463290900, 63794700, 0),
(14497, 659, 74, 'Scionzier', 460544700, 65575700, 0),
(14498, 659, 74, 'Seez', 456220900, 67995700, 0),
(14499, 659, 74, 'Segny', 462960100, 60753600, 0),
(14500, 659, 74, 'Septeme', 455531500, 50034500, 0),
(14501, 659, 74, 'Serezin-du-Rhone', 456290200, 48246700, 0),
(14502, 659, 74, 'Sergy', 462525700, 60005800, 0),
(14503, 659, 74, 'Serpaize', 455570800, 49206200, 0),
(14504, 659, 74, 'Servas', 461329000, 51653800, 0),
(14505, 659, 74, 'Sevrier', 458641500, 61402600, 0),
(14506, 659, 74, 'Seynod', 458854900, 60883100, 0),
(14507, 659, 74, 'Seyssinet-Pariset', 451767600, 56938700, 0),
(14508, 659, 74, 'Seyssins', 451551300, 56792100, 0),
(14509, 659, 74, 'Sillingy', 459454200, 60339200, 0),
(14510, 659, 74, 'Solaize', 456333300, 48500000, 0),
(14511, 659, 74, 'Sonnaz', 456216000, 59184000, 0),
(14512, 659, 74, 'Sorbiers', 454881400, 44493300, 0),
(14513, 659, 74, 'Soucieu-en-Jarrest', 456801700, 47033400, 0),
(14514, 659, 74, 'Sourcieux-les-Mines', 458056600, 46235800, 0),
(14515, 659, 74, 'Taninges', 461088300, 65923100, 0),
(14516, 659, 74, 'Tarare', 458976100, 44327200, 0),
(14517, 659, 74, 'Tassin-la-Demi-Lune', 457549900, 47881200, 0),
(14518, 659, 74, 'Tenay', 459190000, 55104100, 0),
(14519, 659, 74, 'Tencin', 453095300, 59581800, 0),
(14520, 659, 74, 'Thil', 458141600, 50219000, 0),
(14521, 659, 74, 'Thoiry', 462376200, 59811100, 0),
(14522, 659, 74, 'Thoissey', 461740500, 48033100, 0),
(14523, 659, 74, 'Thones', 458812300, 63257200, 0),
(14524, 659, 74, 'Thonon-les-Bains', 463666700, 64833300, 0),
(14525, 659, 74, 'Thyez', 460824900, 65377700, 0),
(14526, 659, 74, 'Tignes', 454960400, 69246300, 0),
(14527, 659, 74, 'Toulaud', 449000900, 48172100, 0),
(14528, 659, 74, 'Tournon-sur-Rhone', 450666700, 48333300, 0),
(14529, 659, 74, 'Trept', 456856100, 53161700, 0),
(14530, 659, 74, 'Tresserve', 456778500, 59015300, 0),
(14531, 659, 74, 'Trevoux', 459411100, 47672700, 0),
(14532, 659, 74, 'Ugine', 457508400, 64161100, 0),
(14533, 659, 74, 'Unieux', 454004000, 42781200, 0),
(14534, 659, 74, 'Val Thorens', 452977700, 65837700, 0),
(14535, 659, 74, 'Val-d''Isere', 454497200, 69781000, 0),
(14536, 659, 74, 'Valence', 449333300, 49000000, 0),
(14537, 659, 74, 'Vaugneray', 457371700, 46587300, 0),
(14538, 659, 74, 'Vaulnaveys-le-Haut', 451169600, 58125700, 0),
(14539, 659, 74, 'Vaulx-Milieu', 456122600, 51810000, 0),
(14540, 659, 74, 'Vaulx-en-Velin', 457818000, 49208500, 0),
(14541, 659, 74, 'Veauche', 455629400, 42903100, 0),
(14542, 659, 74, 'Veigy-Foncenex', 462704400, 62541900, 0),
(14543, 659, 74, 'Venissieux', 457025400, 48714700, 0),
(14544, 659, 74, 'Vernoux-en-Vivarais', 448956300, 46464300, 0),
(14545, 659, 74, 'Vesseaux', 446513600, 44425900, 0),
(14546, 659, 74, 'Vetraz-Monthoux', 461743000, 62585200, 0),
(14547, 659, 74, 'Vienne', 455166700, 48666700, 0),
(14548, 659, 74, 'Vif', 450543600, 56775700, 0),
(14549, 659, 74, 'Villard-Bonnot', 452400000, 58901500, 0),
(14550, 659, 74, 'Villargondran', 452711300, 63695000, 0),
(14551, 659, 74, 'Villaz', 459506900, 61871700, 0),
(14552, 659, 74, 'Ville-la-Grand', 462030000, 62501000, 0),
(14553, 659, 74, 'Villefontaine', 456125000, 51455800, 0),
(14554, 659, 74, 'Villefranche-sur-Saone', 459833300, 47166700, 0),
(14555, 659, 74, 'Villemoirieu', 457161700, 52277100, 0),
(14556, 659, 74, 'Villeneuve', 460214200, 48361100, 0),
(14557, 659, 74, 'Villeurbanne', 457666700, 48833300, 0),
(14558, 659, 74, 'Villie-Morgon', 461622900, 46805600, 0),
(14559, 659, 74, 'Viviers-du-Lac', 456500000, 59000000, 0),
(14560, 659, 74, 'Vizille', 450781900, 57707400, 0),
(14561, 659, 74, 'Voiron', 453639500, 55920900, 0),
(14562, 659, 74, 'Vonnas', 462186700, 49916100, 0),
(14563, 659, 74, 'Vougy', 460667600, 64941900, 0),
(14564, 659, 74, 'Yenne', 457042000, 57579500, 0),
(14565, 660, 75, 'Cayenne', 49333300, -523333300, 0),
(14566, 660, 75, 'Kourou', 51551800, -526477900, 0),
(14567, 660, 75, 'Macouria', 49166700, -523666700, 0),
(14568, 661, 76, 'Fitii', -167333300, -1510333300, 0),
(14569, 662, 76, 'Faaa', -175500000, -1496000000, 0),
(14570, 662, 76, 'Mahina', -175064800, -1494889900, 0),
(14571, 662, 76, 'Paea', -176833300, -1495833300, 0),
(14572, 662, 76, 'Paopao', -175000000, -1498166700, 0),
(14573, 662, 76, 'Papeete', -175333300, -1495666700, 0),
(14574, 662, 76, 'Papetoai', -174961300, -1498729100, 0),
(14575, 662, 76, 'Pirae', -175166700, -1495333300, 0),
(14576, 662, 76, 'Pueu', -177333300, -1492166700, 0),
(14577, 662, 76, 'Taunoa', -177500000, -1493500000, 0),
(14578, 663, 77, 'Port-aux-Francais', -493500000, 702166700, 0),
(14579, 664, 78, 'Libreville', 3925000, 94536500, 0),
(14580, 665, 78, 'Port-Gentil', -7193300, 87815100, 0),
(14581, 666, 79, 'Bakau', 134780600, -166819400, 0),
(14582, 666, 79, 'Banjul', 134527400, -165780300, 0),
(14583, 667, 79, 'Abuko', 134041700, -166558300, 0),
(14584, 667, 79, 'Sukuta', 134103300, -167081500, 0),
(14585, 668, 80, 'Tsqnet''i', 416947200, 446986100, 0),
(14586, 669, 80, 'Bat''umi', 416415900, 416359300, 0),
(14587, 670, 80, 'Akhalk''alak''i', 414051400, 434862900, 0),
(14588, 671, 80, 'Bakurianis Andeziti', 417337100, 434724200, 0),
(14589, 672, 80, 'Ts''khinvali', 422276400, 439686100, 0),
(14590, 673, 80, 'Naruja', 419069400, 419541700, 0),
(14591, 674, 80, 'K''ut''aisi', 422496100, 426997400, 0),
(14592, 674, 80, 'Khoni', 423226000, 424206100, 0),
(14593, 674, 80, 'Samtredia', 421537000, 423351700, 0),
(14594, 674, 80, 'Zestap''oni', 421100000, 430525000, 0),
(14595, 675, 80, 'Agara', 420376100, 438238200, 0),
(14596, 676, 80, 'Gurjaani', 417429200, 458011100, 0),
(14597, 676, 80, 'Lagodekhi', 418268100, 462766700, 0),
(14598, 676, 80, 'Sagarejo', 417339700, 453314800, 0),
(14599, 676, 80, 'T''elavi', 419197800, 454731500, 0),
(14600, 677, 80, 'Surami', 420243100, 435555600, 0),
(14601, 678, 80, 'Didi Lilo', 417361100, 449647200, 0),
(14602, 678, 80, 'Rust''avi', 415494900, 449932300, 0),
(14603, 678, 80, 'T''et''ri Tsqaro', 415444800, 444615300, 0),
(14604, 679, 80, 'Mts''khet''a', 418451400, 447187500, 0),
(14605, 679, 80, 'Zahesi', 418245800, 447536100, 0),
(14606, 679, 80, 'Zhinvali', 421318100, 447726400, 0),
(14607, 680, 80, 'Ambrolauri', 425211100, 431622200, 0),
(14608, 681, 80, 'Abasha', 422095900, 422211100, 0),
(14609, 681, 80, 'P''ot''i', 421461600, 416719700, 0),
(14610, 681, 80, 'Zugdidi', 425088000, 418708800, 0),
(14611, 682, 80, 'Akhalts''ikhe', 416390100, 429826200, 0),
(14612, 682, 80, 'Borjomi', 418527200, 434128400, 0),
(14613, 683, 80, 'Gori', 419842200, 441157800, 0),
(14614, 683, 80, 'Khashuri', 419941400, 435999400, 0),
(14615, 683, 80, 'Tskhinvali', 422300000, 439700000, 0),
(14616, 684, 80, 'Meria', 416927800, 448015400, 0),
(14617, 684, 80, 'Tbilisi', 416941100, 448336800, 0),
(14618, 685, 81, 'Aach', 478424000, 88538400, 0),
(14619, 685, 81, 'Aalen', 488377700, 100933000, 0),
(14620, 685, 81, 'Absenreute', 478259300, 95184800, 0),
(14621, 685, 81, 'Achdorf', 478368900, 85013800, 0),
(14622, 685, 81, 'Achen', 477068100, 100551000, 0),
(14623, 685, 81, 'Achern', 486311500, 80760700, 0),
(14624, 685, 81, 'Affaltrach', 491370600, 93821700, 0),
(14625, 685, 81, 'Aichelbach', 489778200, 94595700, 0),
(14626, 685, 81, 'Aichhalden', 482666700, 84166700, 0),
(14627, 685, 81, 'Aidlingen', 486784900, 88952400, 0),
(14628, 685, 81, 'Albbruck', 475907700, 81295400, 0),
(14629, 685, 81, 'Alber', 484166700, 100000000, 0),
(14630, 685, 81, 'Albershausen', 486913600, 95649300, 0),
(14631, 685, 81, 'Albert', 475873600, 81065300, 0),
(14632, 685, 81, 'Alberweiler', 481567700, 97668400, 0),
(14633, 685, 81, 'Albstadt', 482164400, 90259600, 0),
(14634, 685, 81, 'Aldingen', 481000000, 87000000, 0),
(14635, 685, 81, 'Alfdorf', 488438500, 97185700, 0),
(14636, 685, 81, 'Allmersbach im Tal', 489065900, 94681500, 0),
(14637, 685, 81, 'Alpirsbach', 483450700, 84019700, 0),
(14638, 685, 81, 'Altdorf', 480957300, 78787300, 0),
(14639, 685, 81, 'Alter Gobricherweg', 489166700, 87166700, 0),
(14640, 685, 81, 'Althengstett', 487232500, 87943400, 0),
(14641, 685, 81, 'Altingen', 485567300, 89057100, 0),
(14642, 685, 81, 'Altlussheim', 493016700, 84991700, 0),
(14643, 685, 81, 'Amberg', 479300000, 96489000, 0),
(14644, 685, 81, 'Amstetten', 485787600, 98738800, 0),
(14645, 685, 81, 'Arnegg', 484152200, 98812600, 0),
(14646, 685, 81, 'Asperg', 489052500, 91350200, 0),
(14647, 685, 81, 'Assamstadt', 494280600, 96861100, 0),
(14648, 685, 81, 'Aue', 489899100, 84594700, 0),
(14649, 685, 81, 'Auerbach', 489143800, 85305100, 0),
(14650, 685, 81, 'Auggen', 477833300, 76000000, 0),
(14651, 685, 81, 'Bach', 476333300, 79666700, 0),
(14652, 685, 81, 'Backnang', 489474400, 94371800, 0),
(14653, 685, 81, 'Bad Bellingen', 477314700, 75575600, 0),
(14654, 685, 81, 'Bad Buchau', 480623100, 96124400, 0),
(14655, 685, 81, 'Bad Cannstatt', 488048000, 92145000, 0),
(14656, 685, 81, 'Bad Mergentheim', 494925000, 97736100, 0),
(14657, 685, 81, 'Bad Rappenau', 492384800, 91018000, 0),
(14658, 685, 81, 'Bad Sackingen', 475537100, 79461200, 0),
(14659, 685, 81, 'Bad Urach', 484910700, 94000900, 0),
(14660, 685, 81, 'Bad Waldsee', 479202700, 97549000, 0),
(14661, 685, 81, 'Bad Wildbad im Schwarzwald', 487507100, 85504000, 0),
(14662, 685, 81, 'Bad Wimpfen', 492297100, 91564800, 0),
(14663, 685, 81, 'Bad Wurzach', 479079900, 98968600, 0),
(14664, 685, 81, 'Baden-Baden', 487606000, 82397500, 0),
(14665, 685, 81, 'Baienfurt', 478166700, 96500000, 0),
(14666, 685, 81, 'Baiersbronn', 485000000, 83833300, 0),
(14667, 685, 81, 'Balingen', 482752500, 88546400, 0),
(14668, 685, 81, 'Baltmannsweiler', 487421500, 94494000, 0),
(14669, 685, 81, 'Beimerstetten', 484833300, 99833300, 0),
(14670, 685, 81, 'Beinberg', 487649200, 87156900, 0),
(14671, 685, 81, 'Beinstein', 488223800, 93456100, 0),
(14672, 685, 81, 'Bempflingen', 485717800, 92683400, 0),
(14673, 685, 81, 'Berenberg', 479007800, 90246200, 0),
(14674, 685, 81, 'Berghausen', 490061400, 85299800, 0),
(14675, 685, 81, 'Berkach', 482980700, 97238900, 0),
(14676, 685, 81, 'Besigheim', 489979700, 91426800, 0),
(14677, 685, 81, 'Betra', 484112600, 86633600, 0),
(14678, 685, 81, 'Betzenhausen', 480165700, 78229500, 0),
(14679, 685, 81, 'Betzingen', 485000000, 91759900, 0),
(14680, 685, 81, 'Biberach', 483333300, 80333300, 0),
(14681, 685, 81, 'Biberach an der Riss', 480934500, 97905300, 0),
(14682, 685, 81, 'Bietigheim-Bissingen', 489440700, 91175500, 0),
(14683, 685, 81, 'Billigheim', 493486100, 92538900, 0),
(14684, 685, 81, 'Bingen', 481112700, 92723800, 0),
(14685, 685, 81, 'Birkenhard', 481241400, 97672900, 0),
(14686, 685, 81, 'Bisingen', 483101200, 89173800, 0),
(14687, 685, 81, 'Bittenfeld', 488907500, 93171600, 0),
(14688, 685, 81, 'Blankenloch', 490665000, 84709700, 0),
(14689, 685, 81, 'Blaubeuren', 484121500, 97842700, 0),
(14690, 685, 81, 'Boblingen', 486849500, 90295500, 0),
(14691, 685, 81, 'Bockingen', 491368200, 91934900, 0),
(14692, 685, 81, 'Bodelshausen', 483888600, 89770300, 0),
(14693, 685, 81, 'Bofingen', 484287700, 100133100, 0),
(14694, 685, 81, 'Bohlsbach', 484976900, 79470000, 0),
(14695, 685, 81, 'Bohmenkirch', 486833300, 99333300, 0),
(14696, 685, 81, 'Bohringen', 477536200, 89329600, 0),
(14697, 685, 81, 'Bonnigheim', 490401800, 90938600, 0),
(14698, 685, 81, 'Botnang', 487799100, 91280500, 0),
(14699, 685, 81, 'Bottenreute', 477166700, 96166700, 0),
(14700, 685, 81, 'Brackenheim', 490778700, 90660100, 0),
(14701, 685, 81, 'Braunlingen', 479295800, 84480600, 0),
(14702, 685, 81, 'Breg', 480440900, 81931900, 0),
(14703, 685, 81, 'Breisach am Rhein', 480327900, 75829400, 0),
(14704, 685, 81, 'Breitenfurst', 488564700, 96255300, 0),
(14705, 685, 81, 'Bremen', 477333300, 99333300, 0),
(14706, 685, 81, 'Bretten', 490368500, 87074500, 0),
(14707, 685, 81, 'Bruchhausen', 489256600, 83684900, 0),
(14708, 685, 81, 'Bruchsal', 491242600, 85980400, 0),
(14709, 685, 81, 'Bruhl', 487500000, 92666700, 0),
(14710, 685, 81, 'Buggingen', 478475000, 76379900, 0),
(14711, 685, 81, 'Buhlertal', 486833300, 81833300, 0),
(14712, 685, 81, 'Burgfelden', 482413400, 89332800, 0),
(14713, 685, 81, 'Burladingen', 482911100, 91128600, 0),
(14714, 685, 81, 'Bursten', 477000000, 98000000, 0),
(14715, 685, 81, 'Busnau', 487505700, 90827300, 0),
(14716, 685, 81, 'Calw', 487141900, 87403100, 0),
(14717, 685, 81, 'Canstatter Wasen', 487960800, 92186700, 0),
(14718, 685, 81, 'Crailsheim', 491344400, 100719300, 0),
(14719, 685, 81, 'Dachswald', 487452400, 91184400, 0),
(14720, 685, 81, 'Dagersheim', 486918000, 89523000, 0),
(14721, 685, 81, 'Dangstetten', 475966700, 83240600, 0),
(14722, 685, 81, 'Deggingen', 485971000, 97189100, 0),
(14723, 685, 81, 'Deisslingen', 481123000, 86073600, 0),
(14724, 685, 81, 'Dettingen', 477336700, 91164700, 0),
(14725, 685, 81, 'Dettingen an der Erms', 485307700, 93445800, 0),
(14726, 685, 81, 'Diessen', 484287700, 85928100, 0),
(14727, 685, 81, 'Dietenheim', 482107200, 100716300, 0),
(14728, 685, 81, 'Dietingen', 482048000, 86486400, 0),
(14729, 685, 81, 'Dittigheim', 496108900, 96746000, 0),
(14730, 685, 81, 'Ditzingen', 488267200, 90670300, 0),
(14731, 685, 81, 'Donaueschingen', 479551400, 84970700, 0),
(14732, 685, 81, 'Donautal', 483672000, 99536100, 0),
(14733, 685, 81, 'Donzdorf', 486854400, 98105300, 0),
(14734, 685, 81, 'Dornstadt', 484669700, 99443400, 0),
(14735, 685, 81, 'Dossenheim', 494502800, 86747200, 0),
(14736, 685, 81, 'Durbach', 484935200, 80173600, 0),
(14737, 685, 81, 'Durmersheim', 489333300, 82666700, 0),
(14738, 685, 81, 'Durrlewang', 487183800, 91179200, 0),
(14739, 685, 81, 'Eberhardsweiler', 488808700, 96498200, 0),
(14740, 685, 81, 'Ebersbach an der Fils', 487160000, 95236000, 0),
(14741, 685, 81, 'Ebersbach-Musbach', 479666700, 95833300, 0),
(14742, 685, 81, 'Ebersteinburg', 487783700, 82701300, 0),
(14743, 685, 81, 'Ebingen', 482114000, 90194300, 0),
(14744, 685, 81, 'Echterdingen', 486884400, 91677500, 0),
(14745, 685, 81, 'Eckartsweier', 485293400, 78564700, 0),
(14746, 685, 81, 'Eckenweiher', 489500000, 88666700, 0),
(14747, 685, 81, 'Edingen', 494461100, 86083300, 0),
(14748, 685, 81, 'Edingerhof', 494500000, 86000000, 0),
(14749, 685, 81, 'Efringen', 476666700, 75666700, 0),
(14750, 685, 81, 'Efringen-Kirchen', 476500000, 75666700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(14751, 685, 81, 'Egenhausen', 485666700, 86166700, 0),
(14752, 685, 81, 'Eglosheim', 489051800, 91753400, 0),
(14753, 685, 81, 'Ehingen', 482825900, 97274900, 0),
(14754, 685, 81, 'Ehningen', 486588200, 89412400, 0),
(14755, 685, 81, 'Ehrenstein', 484121100, 99201400, 0),
(14756, 685, 81, 'Eigeltingen', 478666700, 89000000, 0),
(14757, 685, 81, 'Eimeldingen', 476333300, 76000000, 0),
(14758, 685, 81, 'Eisenharz', 476886600, 99577200, 0),
(14759, 685, 81, 'Eislingen', 486951500, 97067600, 0),
(14760, 685, 81, 'Ellmendingen', 489011800, 85758600, 0),
(14761, 685, 81, 'Ellwangen', 479759900, 99410500, 0),
(14762, 685, 81, 'Eltingen', 487875800, 90094300, 0),
(14763, 685, 81, 'Emmendingen', 481209600, 78535900, 0),
(14764, 685, 81, 'Engen', 478553400, 87734200, 0),
(14765, 685, 81, 'Eningen unter Achalm', 484868600, 92594600, 0),
(14766, 685, 81, 'Ennabeuren', 484414400, 96502000, 0),
(14767, 685, 81, 'Eppelheim', 494019000, 86364400, 0),
(14768, 685, 81, 'Eppingen', 491364400, 89122900, 0),
(14769, 685, 81, 'Erligheim', 490225000, 90972200, 0),
(14770, 685, 81, 'Eschenbach', 486526400, 96703700, 0),
(14771, 685, 81, 'Espasingen', 478212100, 90134200, 0),
(14772, 685, 81, 'Essingen', 488085900, 100277300, 0),
(14773, 685, 81, 'Esslingen', 479917800, 87194500, 0),
(14774, 685, 81, 'Ettenheim', 482569600, 78124700, 0),
(14775, 685, 81, 'Ettlingen', 489409400, 84076300, 0),
(14776, 685, 81, 'Etzenrot', 489121200, 84664200, 0),
(14777, 685, 81, 'Fahl', 478519900, 79956400, 0),
(14778, 685, 81, 'Fautenbach', 486240000, 80513500, 0),
(14779, 685, 81, 'Feldkirch', 479357100, 76476700, 0),
(14780, 685, 81, 'Fellbach', 488091200, 92769700, 0),
(14781, 685, 81, 'Fenken', 477737600, 96534800, 0),
(14782, 685, 81, 'Filderstadt', 486569800, 92204900, 0),
(14783, 685, 81, 'Fischbach', 476702800, 94074900, 0),
(14784, 685, 81, 'Forchtenberg', 492886700, 95602600, 0),
(14785, 685, 81, 'Forst', 477833300, 98000000, 0),
(14786, 685, 81, 'Freiburg', 479959000, 78522200, 0),
(14787, 685, 81, 'Fremersberg', 487536700, 82172600, 0),
(14788, 685, 81, 'Freudenstadt', 484669500, 84137100, 0),
(14789, 685, 81, 'Friedlingen', 475938200, 75983700, 0),
(14790, 685, 81, 'Friedrichshafen', 476568900, 94755400, 0),
(14791, 685, 81, 'Friedrichshof', 491169300, 94141900, 0),
(14792, 685, 81, 'Friolzheim', 488333300, 88333300, 0),
(14793, 685, 81, 'Frischnau', 482020300, 80841800, 0),
(14794, 685, 81, 'Furstenberg', 476833300, 91666700, 0),
(14795, 685, 81, 'Furtwangen im Schwarzwald', 480515600, 82071400, 0),
(14796, 685, 81, 'Gablenberg', 487666700, 92000000, 0),
(14797, 685, 81, 'Gaggenau', 488000000, 83333300, 0),
(14798, 685, 81, 'Gaildorf', 490002700, 97695300, 0),
(14799, 685, 81, 'Gaisburg', 487831200, 92183000, 0),
(14800, 685, 81, 'Gammelshausen', 486402300, 96507200, 0),
(14801, 685, 81, 'Geislingen', 482876800, 88124100, 0),
(14802, 685, 81, 'Geislingen an der Steige', 486242300, 98273600, 0),
(14803, 685, 81, 'Gemmingen', 491563900, 89819400, 0),
(14804, 685, 81, 'Gemmrigheim', 490283300, 91555600, 0),
(14805, 685, 81, 'Gengenbach', 484047600, 80143300, 0),
(14806, 685, 81, 'Gerlachsheim', 495797900, 97156100, 0),
(14807, 685, 81, 'Gerlingen', 487995400, 90631600, 0),
(14808, 685, 81, 'Gernsbach', 487703400, 83430600, 0),
(14809, 685, 81, 'Giengen an der Brenz', 486221900, 102431200, 0),
(14810, 685, 81, 'Gingen an der Fils', 486597900, 97809200, 0),
(14811, 685, 81, 'Glasbach', 480500000, 83000000, 0),
(14812, 685, 81, 'Gmindersdorf', 485000000, 92000000, 0),
(14813, 685, 81, 'Gniebel', 485763800, 91817800, 0),
(14814, 685, 81, 'Gobrichen', 489580200, 87078700, 0),
(14815, 685, 81, 'Goldscheuer', 485097400, 78223400, 0),
(14816, 685, 81, 'Golshausen', 490456300, 87218600, 0),
(14817, 685, 81, 'Gomaringen', 484534900, 90958200, 0),
(14818, 685, 81, 'Goppingen', 487028000, 96548800, 0),
(14819, 685, 81, 'Graben', 479316700, 98375600, 0),
(14820, 685, 81, 'Grenzach-Wyhlen', 475500000, 76833300, 0),
(14821, 685, 81, 'Griesheim', 485093800, 79257600, 0),
(14822, 685, 81, 'Griessen', 476251400, 84131200, 0),
(14823, 685, 81, 'Grossbettlingen', 485905200, 93078200, 0),
(14824, 685, 81, 'Grosssussen', 486833300, 97500000, 0),
(14825, 685, 81, 'Grunbuhl', 488796500, 92156800, 0),
(14826, 685, 81, 'Guglingen', 490664200, 90017500, 0),
(14827, 685, 81, 'Gutenbach', 480500000, 81500000, 0),
(14828, 685, 81, 'Gypsweiler', 489645400, 101324000, 0),
(14829, 685, 81, 'Haagen', 476375800, 76782000, 0),
(14830, 685, 81, 'Hagen', 484694200, 99924900, 0),
(14831, 685, 81, 'Hagsfeld', 490302200, 84592200, 0),
(14832, 685, 81, 'Haisterkirch', 479205900, 97995500, 0),
(14833, 685, 81, 'Hamberg', 488198200, 87744900, 0),
(14834, 685, 81, 'Handschuhsheim', 494270500, 86846800, 0),
(14835, 685, 81, 'Hardheim', 496119400, 94719400, 0),
(14836, 685, 81, 'Hartheim', 479333300, 76333300, 0),
(14837, 685, 81, 'Hausach', 482842600, 81760200, 0),
(14838, 685, 81, 'Hausen', 476812800, 78398600, 0),
(14839, 685, 81, 'Hayingen', 482753100, 94776000, 0),
(14840, 685, 81, 'Hechingen', 483514900, 89631700, 0),
(14841, 685, 81, 'Heddesheim', 495055600, 86036100, 0),
(14842, 685, 81, 'Hegne', 477097000, 91009700, 0),
(14843, 685, 81, 'Heidelberg', 483166700, 89166700, 0),
(14844, 685, 81, 'Heidenheim an der Brenz', 486779800, 101516200, 0),
(14845, 685, 81, 'Heilbronn', 491399500, 92205400, 0),
(14846, 685, 81, 'Heiligkreuzsteinach', 494833300, 87950000, 0),
(14847, 685, 81, 'Heiningen', 486617700, 96497700, 0),
(14848, 685, 81, 'Heisenberg', 488678500, 100818900, 0),
(14849, 685, 81, 'Herbrechtingen', 486217300, 101760000, 0),
(14850, 685, 81, 'Herdern', 475755700, 84580900, 0),
(14851, 685, 81, 'Hermaringen', 485954400, 102606500, 0),
(14852, 685, 81, 'Herrenberg', 485952300, 88664800, 0),
(14853, 685, 81, 'Heslach', 487568400, 91458200, 0),
(14854, 685, 81, 'Hessental', 491077000, 97739300, 0),
(14855, 685, 81, 'Heubach', 487926700, 99337000, 0),
(14856, 685, 81, 'Hindelwangen', 478583100, 90148700, 0),
(14857, 685, 81, 'Hinter-Storchen', 477833300, 95833300, 0),
(14858, 685, 81, 'Hockenheim', 493233400, 85519400, 0),
(14859, 685, 81, 'Hoffeld', 487333300, 91666700, 0),
(14860, 685, 81, 'Hohberg', 483227000, 78997200, 0),
(14861, 685, 81, 'Hoheneck', 489102400, 92056700, 0),
(14862, 685, 81, 'Hohentengen', 480294600, 93773900, 0),
(14863, 685, 81, 'Hohentengen am Hochrhein', 475700400, 84325000, 0),
(14864, 685, 81, 'Hohenwart', 488325800, 87315000, 0),
(14865, 685, 81, 'Hohenwettersbach', 489694300, 84782600, 0),
(14866, 685, 81, 'Holzgerlingen', 486396900, 90114900, 0),
(14867, 685, 81, 'Hopfingen', 496025000, 94286100, 0),
(14868, 685, 81, 'Horb am Neckar', 484442300, 86913000, 0),
(14869, 685, 81, 'Horrheim', 489776900, 89883600, 0),
(14870, 685, 81, 'Hufingen', 479254300, 84883100, 0),
(14871, 685, 81, 'Hugstetten', 480550000, 77821800, 0),
(14872, 685, 81, 'Igersheim', 494944400, 98169400, 0),
(14873, 685, 81, 'Ilshofen', 491701500, 99182500, 0),
(14874, 685, 81, 'Ilvesheim', 494740400, 85674000, 0),
(14875, 685, 81, 'Immenstaad am Bodensee', 476666700, 93666700, 0),
(14876, 685, 81, 'Ingelfingen', 493010300, 96512300, 0),
(14877, 685, 81, 'Isny im Allgau', 476926000, 100385700, 0),
(14878, 685, 81, 'Ispringen', 489166700, 86666700, 0),
(14879, 685, 81, 'Kandern', 477139300, 76623700, 0),
(14880, 685, 81, 'Kappelrodeck', 485918200, 81169200, 0),
(14881, 685, 81, 'Kappelwindeck', 486963100, 81538300, 0),
(14882, 685, 81, 'Karlsruhe', 490047200, 83858300, 0),
(14883, 685, 81, 'Kau', 476688200, 95523000, 0),
(14884, 685, 81, 'Kehl', 485729700, 78152300, 0),
(14885, 685, 81, 'Kehlen', 476850500, 95550400, 0),
(14886, 685, 81, 'Kennenburg', 487500000, 93166700, 0),
(14887, 685, 81, 'Kenzingen', 481963000, 77697400, 0),
(14888, 685, 81, 'Kepplershof', 487833300, 84500000, 0),
(14889, 685, 81, 'Kernershof', 488198300, 94290600, 0),
(14890, 685, 81, 'Kilchberg', 484895300, 90175400, 0),
(14891, 685, 81, 'Kippenhausen', 476717300, 93500400, 0),
(14892, 685, 81, 'Kippenheimweiler', 483164400, 78072200, 0),
(14893, 685, 81, 'Kirchardt', 492050000, 89916700, 0),
(14894, 685, 81, 'Kirchentellinsfurt', 485331500, 91473200, 0),
(14895, 685, 81, 'Kirchheim', 493785700, 86813200, 0),
(14896, 685, 81, 'Kirchheim am Neckar', 490450000, 91422200, 0),
(14897, 685, 81, 'Kirchheim unter Teck', 486468300, 94537800, 0),
(14898, 685, 81, 'Kirrlach', 492442100, 85466400, 0),
(14899, 685, 81, 'Kleincomburg', 490981600, 97500700, 0),
(14900, 685, 81, 'Kleingemund', 493991400, 88032600, 0),
(14901, 685, 81, 'Kleinsteinbach', 489666400, 85538900, 0),
(14902, 685, 81, 'Knielingen', 490320200, 83425700, 0),
(14903, 685, 81, 'Kochendorf', 492232900, 92202200, 0),
(14904, 685, 81, 'Kondringen', 481394000, 78061300, 0),
(14905, 685, 81, 'Konigsbronn', 487431700, 101119300, 0),
(14906, 685, 81, 'Konstanz', 476603300, 91758200, 0),
(14907, 685, 81, 'Kork', 485677300, 78703900, 0),
(14908, 685, 81, 'Korntal', 488321800, 91214000, 0),
(14909, 685, 81, 'Kornwestheim', 488615800, 91856900, 0),
(14910, 685, 81, 'Kressbronn am Bodensee', 475976000, 95970700, 0),
(14911, 685, 81, 'Kuhbach', 483382400, 79085200, 0),
(14912, 685, 81, 'Kunzelsau', 492818000, 96835200, 0),
(14913, 685, 81, 'Kupfer', 491770700, 96971500, 0),
(14914, 685, 81, 'Ladenburg', 494730700, 86089600, 0),
(14915, 685, 81, 'Lahr', 483404200, 78688600, 0),
(14916, 685, 81, 'Langenbrucken', 492012200, 86417800, 0),
(14917, 685, 81, 'Langenenslingen', 481485100, 93776500, 0),
(14918, 685, 81, 'Langenschiltach', 481635900, 83109200, 0),
(14919, 685, 81, 'Langensteinbach', 489167500, 85059100, 0),
(14920, 685, 81, 'Lauchringen', 476269900, 83144200, 0),
(14921, 685, 81, 'Lauffen am Neckar', 490734000, 91456700, 0),
(14922, 685, 81, 'Lauffenmuhle', 476304700, 82913100, 0),
(14923, 685, 81, 'Laupheim', 482278600, 98787400, 0),
(14924, 685, 81, 'Lehr', 484323900, 99690600, 0),
(14925, 685, 81, 'Leimen', 493473700, 86873300, 0),
(14926, 685, 81, 'Leinfelden-Echterdingen', 486940600, 91680900, 0),
(14927, 685, 81, 'Leingarten', 491463900, 91169400, 0),
(14928, 685, 81, 'Lenzkirch', 478683200, 82021100, 0),
(14929, 685, 81, 'Leonberg', 488000000, 90166700, 0),
(14930, 685, 81, 'Lerchenberg', 487308600, 96832900, 0),
(14931, 685, 81, 'Leutenbach', 488879100, 93926700, 0),
(14932, 685, 81, 'Lichtenau', 487260700, 80048600, 0),
(14933, 685, 81, 'Lichtental', 487466800, 82601700, 0),
(14934, 685, 81, 'Lienheim', 475736900, 83765100, 0),
(14935, 685, 81, 'Lindach', 488319300, 98173100, 0),
(14936, 685, 81, 'Lingental', 493544500, 87243100, 0),
(14937, 685, 81, 'Linkenheim', 491254500, 84100300, 0),
(14938, 685, 81, 'Linkenheim-Hochstetten', 491319700, 84124400, 0),
(14939, 685, 81, 'Linx', 486234000, 78932200, 0),
(14940, 685, 81, 'Loch', 475712400, 80604100, 0),
(14941, 685, 81, 'Loffenau', 487721400, 83846300, 0),
(14942, 685, 81, 'Lonsee', 485434000, 99199900, 0),
(14943, 685, 81, 'Lorch', 480965300, 79016200, 0),
(14944, 685, 81, 'Lorrach', 476149700, 76645700, 0),
(14945, 685, 81, 'Lossburg', 484000000, 84500000, 0),
(14946, 685, 81, 'Ludwigsburg', 488973100, 91916100, 0),
(14947, 685, 81, 'Ludwigshafen', 478166400, 90613800, 0),
(14948, 685, 81, 'Luft', 478460100, 95024800, 0),
(14949, 685, 81, 'Maisenbuhl', 485286000, 80444800, 0),
(14950, 685, 81, 'Malsch', 488833300, 83333300, 0),
(14951, 685, 81, 'Malterdingen', 481666700, 78000000, 0),
(14952, 685, 81, 'Mannheim', 494967100, 84795500, 0),
(14953, 685, 81, 'Mantelhof', 488197200, 100637100, 0),
(14954, 685, 81, 'Marbach', 480331800, 84713400, 0),
(14955, 685, 81, 'Markdorf', 477191600, 93902800, 0),
(14956, 685, 81, 'Markgroningen', 489049300, 90805900, 0),
(14957, 685, 81, 'Marlen', 485227700, 78249800, 0),
(14958, 685, 81, 'Maulbronn', 489995800, 88033700, 0),
(14959, 685, 81, 'Maulburg', 476463100, 77821000, 0),
(14960, 685, 81, 'Meckesheim', 493216700, 88194400, 0),
(14961, 685, 81, 'Meersburg', 476941900, 92711300, 0),
(14962, 685, 81, 'Meissenheim', 484103500, 77726600, 0),
(14963, 685, 81, 'Merzhausen', 479666700, 78333300, 0),
(14964, 685, 81, 'Messstetten', 481831700, 89656500, 0),
(14965, 685, 81, 'Metzingen Kreis Reutlingen', 485363600, 92855100, 0),
(14966, 685, 81, 'Michelbach an der Bilz', 490702800, 97625000, 0),
(14967, 685, 81, 'Moglingen', 488874100, 91269400, 0),
(14968, 685, 81, 'Mohrig', 492010000, 95047200, 0),
(14969, 685, 81, 'Mohringen', 479586500, 87636600, 0),
(14970, 685, 81, 'Mosbach', 485968800, 80663700, 0),
(14971, 685, 81, 'Muggensturm', 488666700, 82833300, 0),
(14972, 685, 81, 'Muhlburg', 490128200, 83592200, 0),
(14973, 685, 81, 'Muhlheim am Bach', 483786300, 86973500, 0),
(14974, 685, 81, 'Mulfingen', 488493800, 98899500, 0),
(14975, 685, 81, 'Mullheim', 478082000, 76303500, 0),
(14976, 685, 81, 'Munsingen', 484112600, 94970400, 0),
(14977, 685, 81, 'Munster', 478571400, 77932400, 0),
(14978, 685, 81, 'Murg', 475549200, 80218200, 0),
(14979, 685, 81, 'Murrhardt', 489819100, 95704700, 0),
(14980, 685, 81, 'Musberg', 486934500, 91180500, 0),
(14981, 685, 81, 'Mutlangen', 488258800, 97971400, 0),
(14982, 685, 81, 'Nabern', 486153000, 94858200, 0),
(14983, 685, 81, 'Nageleshof', 488333300, 100500000, 0),
(14984, 685, 81, 'Nagold', 485498000, 87236600, 0),
(14985, 685, 81, 'Nebringen', 485629200, 88486300, 0),
(14986, 685, 81, 'Neckarau', 494579200, 84836200, 0),
(14987, 685, 81, 'Neckarbischofsheim', 492962500, 89638000, 0),
(14988, 685, 81, 'Neckargartach', 491684300, 92011500, 0),
(14989, 685, 81, 'Neckarhauserhof', 494174000, 88837500, 0),
(14990, 685, 81, 'Neckarstadt', 495000000, 84666700, 0),
(14991, 685, 81, 'Neckarsulm', 491891200, 92252800, 0),
(14992, 685, 81, 'Neckartailfingen', 486117200, 92637100, 0),
(14993, 685, 81, 'Neckartenzlingen', 485898100, 92347800, 0),
(14994, 685, 81, 'Neckarweihingen', 489128600, 92216500, 0),
(14995, 685, 81, 'Nellingen auf den Fildern', 487141900, 92997600, 0),
(14996, 685, 81, 'Neresheim', 487551100, 103304100, 0),
(14997, 685, 81, 'Neuenburg am Rhein', 478143100, 75600500, 0),
(14998, 685, 81, 'Neuenheim', 494152500, 86866000, 0),
(14999, 685, 81, 'Neuenstadt am Kocher', 492349800, 93321500, 0),
(15000, 685, 81, 'Neuffen', 485546000, 93755000, 0),
(15001, 685, 81, 'Neulussheim', 492980600, 85183300, 0),
(15002, 685, 81, 'Neuostheim', 494775000, 85144400, 0),
(15003, 685, 81, 'Neureut', 490487400, 83781500, 0),
(15004, 685, 81, 'Niederbollen', 477926300, 78492200, 0),
(15005, 685, 81, 'Niederbuhl', 488419600, 82190200, 0),
(15006, 685, 81, 'Niedereschach', 481333300, 85333300, 0),
(15007, 685, 81, 'Niederschopfheim', 484130300, 78964600, 0),
(15008, 685, 81, 'Niefern', 489166700, 87833300, 0),
(15009, 685, 81, 'Nollingen', 475721000, 77743100, 0),
(15010, 685, 81, 'Nordheim', 491086100, 91277800, 0),
(15011, 685, 81, 'Nordstadt', 490250400, 83892600, 0),
(15012, 685, 81, 'Nottingen', 489301500, 85692300, 0),
(15013, 685, 81, 'Nurtingen', 486256500, 93420300, 0),
(15014, 685, 81, 'Nussloch', 493238900, 86955600, 0),
(15015, 685, 81, 'Oberachern', 486160100, 80839600, 0),
(15016, 685, 81, 'Oberboihingen', 486500000, 93666700, 0),
(15017, 685, 81, 'Oberbruden', 489545500, 95057900, 0),
(15018, 685, 81, 'Obere Hofe', 481000000, 78666700, 0),
(15019, 685, 81, 'Oberensingen', 486369400, 93256300, 0),
(15020, 685, 81, 'Oberessendorf', 479848900, 97768100, 0),
(15021, 685, 81, 'Oberesslingen', 487301200, 93327100, 0),
(15022, 685, 81, 'Oberhaugstett', 486537200, 86809200, 0),
(15023, 685, 81, 'Oberkirch', 485324100, 80786400, 0),
(15024, 685, 81, 'Oberkirneck', 487838800, 96950500, 0),
(15025, 685, 81, 'Oberkochen', 487837900, 101051900, 0),
(15026, 685, 81, 'Oberlenningen', 485495100, 94717200, 0),
(15027, 685, 81, 'Oberschaffhausen', 480715300, 77176000, 0),
(15028, 685, 81, 'Oberuhldingen', 477333300, 92500000, 0),
(15029, 685, 81, 'Oberwolfach', 483166700, 82166700, 0),
(15030, 685, 81, 'Ochsenhausen', 480702900, 99503000, 0),
(15031, 685, 81, 'Offenburg', 484737700, 79449500, 0),
(15032, 685, 81, 'Oftersheim', 493652800, 85830600, 0),
(15033, 685, 81, 'Oggelsbeuren', 481685900, 96856200, 0),
(15034, 685, 81, 'Ohringen', 491988400, 95072000, 0),
(15035, 685, 81, 'Oosscheuern', 487718400, 82222400, 0),
(15036, 685, 81, 'Oppenweiler', 489827000, 94585000, 0),
(15037, 685, 81, 'Ortenberg', 484515800, 79717800, 0),
(15038, 685, 81, 'Osterburken', 494299800, 94225200, 0),
(15039, 685, 81, 'Ostfildern', 487270400, 92495400, 0),
(15040, 685, 81, 'Ostrach', 479500000, 93833300, 0),
(15041, 685, 81, 'Oststadt', 490095600, 84245400, 0),
(15042, 685, 81, 'Otigheim', 488908500, 82344200, 0),
(15043, 685, 81, 'Otterbach', 475825900, 76071000, 0),
(15044, 685, 81, 'Ottersdorf', 488599500, 81553000, 0),
(15045, 685, 81, 'Ottersweier', 486702200, 81132300, 0),
(15046, 685, 81, 'Owen', 485874200, 94497800, 0),
(15047, 685, 81, 'Pfalzgrafenweiler', 485166700, 85666700, 0),
(15048, 685, 81, 'Pfedelbach', 491780600, 95050000, 0),
(15049, 685, 81, 'Pforzheim', 488843600, 86989200, 0),
(15050, 685, 81, 'Pfullendorf', 479261000, 92578000, 0),
(15051, 685, 81, 'Pfullingen', 484645800, 92279600, 0),
(15052, 685, 81, 'Pinache', 489074500, 88492000, 0),
(15053, 685, 81, 'Plankstadt', 493944400, 85961100, 0),
(15054, 685, 81, 'Pleidelsheim', 489666700, 92000000, 0),
(15055, 685, 81, 'Pliezhausen', 485593400, 92074900, 0),
(15056, 685, 81, 'Plochingen', 487106700, 94194900, 0),
(15057, 685, 81, 'Pluderhausen', 487987500, 95958700, 0),
(15058, 685, 81, 'Radolfzell am Bodensee', 477419400, 89709800, 0),
(15059, 685, 81, 'Raidwangen', 486038900, 93045200, 0),
(15060, 685, 81, 'Rain', 476704800, 100862700, 0),
(15061, 685, 81, 'Rastatt', 488585100, 82096400, 0),
(15062, 685, 81, 'Rauenberg', 492694300, 87034400, 0),
(15063, 685, 81, 'Ravensburg', 477819800, 96106200, 0),
(15064, 685, 81, 'Rebberg', 480370000, 78778000, 0),
(15065, 685, 81, 'Rechberg', 476508400, 84006800, 0),
(15066, 685, 81, 'Rehhutte', 490333300, 87166700, 0),
(15067, 685, 81, 'Remishof', 477780400, 88363500, 0),
(15068, 685, 81, 'Renningen', 487697400, 89387100, 0),
(15069, 685, 81, 'Reutlingen', 484914400, 92042700, 0),
(15070, 685, 81, 'Rheinau', 486660200, 79365900, 0),
(15071, 685, 81, 'Rheinsheim', 492330000, 84128800, 0),
(15072, 685, 81, 'Rheinstetten', 489685000, 83070400, 0),
(15073, 685, 81, 'Riedetsweiler', 477041600, 92919600, 0),
(15074, 685, 81, 'Rieter', 477666700, 94833300, 0),
(15075, 685, 81, 'Rietheim', 480308600, 84533400, 0),
(15076, 685, 81, 'Rintheim', 490121500, 84393000, 0),
(15077, 685, 81, 'Rittersbach', 486804800, 81375800, 0),
(15078, 685, 81, 'Robern', 494527800, 91617900, 0),
(15079, 685, 81, 'Rohrhof', 494097700, 85216600, 0),
(15080, 685, 81, 'Rot', 479227800, 91048500, 0),
(15081, 685, 81, 'Rottenburg', 484762900, 89352800, 0),
(15082, 685, 81, 'Rottlerweiler', 476323700, 76593600, 0),
(15083, 685, 81, 'Rottweil', 481678300, 86271900, 0),
(15084, 685, 81, 'Rummingen', 476500000, 76500000, 0),
(15085, 685, 81, 'Rumpfen', 495345800, 92439100, 0),
(15086, 685, 81, 'Rust', 482666700, 77333300, 0),
(15087, 685, 81, 'Rutesheim', 488080800, 89453600, 0),
(15088, 685, 81, 'Salach', 486919800, 97371500, 0),
(15089, 685, 81, 'Sandhausen', 493427800, 86591700, 0),
(15090, 685, 81, 'Sandhofen', 495430600, 84497200, 0),
(15091, 685, 81, 'Sankt Georgen im Schwarzwald', 481271600, 83351300, 0),
(15092, 685, 81, 'Sankt Leon', 492675000, 85997200, 0),
(15093, 685, 81, 'Sankt Leon-Rot', 492659300, 86180300, 0),
(15094, 685, 81, 'Sasbach', 481383700, 76157600, 0),
(15095, 685, 81, 'Sasbachwalden', 486166700, 81333300, 0),
(15096, 685, 81, 'Scharnhausen', 487073900, 92629300, 0),
(15097, 685, 81, 'Scheer', 480729200, 92948600, 0),
(15098, 685, 81, 'Schelmenholz', 488652800, 93838700, 0),
(15099, 685, 81, 'Scherzheim', 487166700, 80000000, 0),
(15100, 685, 81, 'Schlatthof', 487761000, 98216500, 0),
(15101, 685, 81, 'Schleifhausle', 489457300, 101212400, 0),
(15102, 685, 81, 'Schomburg', 476820500, 97571400, 0),
(15103, 685, 81, 'Schonaich', 486500000, 90666700, 0),
(15104, 685, 81, 'Schonau', 489948900, 101142900, 0),
(15105, 685, 81, 'Schopfheim', 476510500, 78208900, 0),
(15106, 685, 81, 'Schorndorf', 488053700, 95272100, 0),
(15107, 685, 81, 'Schramberg', 482239900, 83858300, 0),
(15108, 685, 81, 'Schwabbach', 491832900, 94039400, 0),
(15109, 685, 81, 'Schwabisch Gmund', 487994700, 97980900, 0),
(15110, 685, 81, 'Schwabisch Hall', 491112700, 97390800, 0),
(15111, 685, 81, 'Schwenningen am Neckar', 480666700, 85333300, 0),
(15112, 685, 81, 'Schwetzingen', 493821700, 85823000, 0),
(15113, 685, 81, 'Schwieberdingen', 488764400, 90743900, 0),
(15114, 685, 81, 'Schworstadt', 475931400, 78784000, 0),
(15115, 685, 81, 'Seedorf', 482490800, 84899300, 0),
(15116, 685, 81, 'Sehningen', 486388400, 96157000, 0),
(15117, 685, 81, 'Sersheim', 489666700, 90166700, 0),
(15118, 685, 81, 'Sielmingen', 486715100, 92387300, 0),
(15119, 685, 81, 'Sigmaringen', 480882900, 92303300, 0),
(15120, 685, 81, 'Sillenbuch', 487450700, 92121200, 0),
(15121, 685, 81, 'Sindelfingen', 487000000, 90166700, 0),
(15122, 685, 81, 'Singen', 477593500, 88403000, 0),
(15123, 685, 81, 'Sinsheim', 492529000, 88786700, 0),
(15124, 685, 81, 'Sipplingen', 477967800, 90973700, 0),
(15125, 685, 81, 'Soflingen', 483904000, 99494100, 0),
(15126, 685, 81, 'Sommerrain', 488170200, 92452500, 0),
(15127, 685, 81, 'Sondelfingen', 485194800, 92283900, 0),
(15128, 685, 81, 'Sontheim an der Brenz', 485523500, 102909700, 0),
(15129, 685, 81, 'Spaichingen', 480747700, 87350800, 0),
(15130, 685, 81, 'Spaltenstein', 476833300, 94166700, 0),
(15131, 685, 81, 'Spechtshof', 488466400, 94412000, 0),
(15132, 685, 81, 'Spraitbach', 488806500, 97621700, 0),
(15133, 685, 81, 'Staad', 476809100, 92079400, 0),
(15134, 685, 81, 'Staffort', 490913000, 85088800, 0),
(15135, 685, 81, 'Staufen im Breisgau', 478822700, 77282000, 0),
(15136, 685, 81, 'Stein', 482406400, 81147000, 0),
(15137, 685, 81, 'Steinsfurt', 492393500, 89064600, 0),
(15138, 685, 81, 'Steinwenden', 479833300, 78000000, 0),
(15139, 685, 81, 'Steisslingen', 478000000, 89333300, 0),
(15140, 685, 81, 'Sternenfels', 490513900, 88508300, 0),
(15141, 685, 81, 'Stetten im Remstal', 487919200, 93407000, 0),
(15142, 685, 81, 'Stettfeld', 491818500, 86455700, 0),
(15143, 685, 81, 'Stimpfach', 490613500, 100927400, 0),
(15144, 685, 81, 'Stock', 485015200, 83689000, 0),
(15145, 685, 81, 'Strietweg', 488833300, 87333300, 0),
(15146, 685, 81, 'Stuhlingen', 477458000, 84481300, 0),
(15147, 685, 81, 'Stuttgart', 487823200, 91770200, 0),
(15148, 685, 81, 'Stuttgart Feuerbach', 488086700, 91571900, 0),
(15149, 685, 81, 'Stuttgart Muehlhausen', 488423200, 92302800, 0),
(15150, 685, 81, 'Stuttgart-Ost', 487836300, 92103200, 0),
(15151, 685, 81, 'Suedstadt', 490010600, 84103800, 0),
(15152, 685, 81, 'Sulgen', 482233000, 84167300, 0),
(15153, 685, 81, 'Sulzfeld', 491047200, 88558300, 0),
(15154, 685, 81, 'Sulzgries', 487560200, 92980400, 0),
(15155, 685, 81, 'Sundheim', 483833300, 78333300, 0),
(15156, 685, 81, 'Sussen', 486793400, 97553400, 0),
(15157, 685, 81, 'Tailfingen', 482486100, 90247400, 0),
(15158, 685, 81, 'Tamm', 489198800, 91155600, 0),
(15159, 685, 81, 'Tannenberg', 486666700, 90333300, 0),
(15160, 685, 81, 'Tauberbischofsheim', 496247200, 96627800, 0),
(15161, 685, 81, 'Taxis', 486907700, 103721200, 0),
(15162, 685, 81, 'Teningen', 481295200, 78120500, 0),
(15163, 685, 81, 'Tettnang', 476685700, 95913200, 0),
(15164, 685, 81, 'Todtmoos', 477333300, 80000000, 0),
(15165, 685, 81, 'Todtnau', 478294100, 79438000, 0),
(15166, 685, 81, 'Trossingen', 480766700, 86440900, 0),
(15167, 685, 81, 'Truchtelfingen', 482382200, 90276000, 0),
(15168, 685, 81, 'Tuebingen', 485226600, 90522200, 0),
(15169, 685, 81, 'Tumringen', 476263800, 76559300, 0),
(15170, 685, 81, 'Tuttlingen', 479846400, 88177000, 0),
(15171, 685, 81, 'Uberlingen', 477697700, 91713600, 0),
(15172, 685, 81, 'Ubstadt-Weiher', 491708300, 86188900, 0),
(15173, 685, 81, 'Uffhausen', 479809600, 78064900, 0),
(15174, 685, 81, 'Uhingen', 487047500, 95857000, 0),
(15175, 685, 81, 'Uhlbach', 487751400, 92789000, 0),
(15176, 685, 81, 'Uhldingen-Muhlhofen', 477333300, 92500000, 0),
(15177, 685, 81, 'Ulm', 483984100, 99915500, 0),
(15178, 685, 81, 'Umkirch', 480333300, 77666700, 0),
(15179, 685, 81, 'Unteraichen', 487034000, 91420800, 0),
(15180, 685, 81, 'Unterberg', 485808600, 80999300, 0),
(15181, 685, 81, 'Unterderdingen', 490666700, 88166700, 0),
(15182, 685, 81, 'Untereisesheim', 492111100, 92019400, 0),
(15183, 685, 81, 'Unterensingen', 486545200, 93579900, 0),
(15184, 685, 81, 'Unterheimbach', 491395800, 94645700, 0),
(15185, 685, 81, 'Unterinzlingen', 475890300, 76841100, 0),
(15186, 685, 81, 'Unterkirnach', 480794600, 83657500, 0),
(15187, 685, 81, 'Unterkochen', 488163500, 101268600, 0),
(15188, 685, 81, 'Unterlenningen', 485622900, 94621500, 0),
(15189, 685, 81, 'Unterrombach', 488403700, 100607700, 0),
(15190, 685, 81, 'Unterstadion', 482030500, 96884000, 0),
(15191, 685, 81, 'Unterturkheim', 487823200, 92551700, 0),
(15192, 685, 81, 'Unteruhldingen', 477166700, 92333300, 0),
(15193, 685, 81, 'Urbach', 488168000, 95769000, 0),
(15194, 685, 81, 'Urloffen', 485618000, 79686800, 0),
(15195, 685, 81, 'Utzenfeld', 478000000, 79166700, 0),
(15196, 685, 81, 'Vaihingen an der Enz', 489356300, 89604500, 0),
(15197, 685, 81, 'Vellberg', 490843000, 98791400, 0),
(15198, 685, 81, 'Veringenstadt', 481851500, 92107900, 0),
(15199, 685, 81, 'Vesperweiler', 484960300, 85679200, 0),
(15200, 685, 81, 'Villingen im Schwarzwald', 480599300, 84567200, 0),
(15201, 685, 81, 'Villingen-Schwenningen', 480622600, 84935800, 0),
(15202, 685, 81, 'Vogt', 477666700, 97666700, 0),
(15203, 685, 81, 'Waghausel', 492499100, 85125700, 0),
(15204, 685, 81, 'Waiblingen', 488324100, 93164100, 0),
(15205, 685, 81, 'Waibstadt', 492950500, 89177100, 0),
(15206, 685, 81, 'Waldenbuch', 486383000, 91325600, 0),
(15207, 685, 81, 'Waldenburg', 491846800, 96399400, 0),
(15208, 685, 81, 'Waldhof', 495266700, 84986200, 0),
(15209, 685, 81, 'Waldshut-Tiengen', 476232300, 82171700, 0),
(15210, 685, 81, 'Walldorf', 493063700, 86423600, 0),
(15211, 685, 81, 'Wallstadt', 494969400, 85452800, 0),
(15212, 685, 81, 'Waltersweier', 484844700, 79166700, 0),
(15213, 685, 81, 'Wannweil', 485166700, 91500000, 0),
(15214, 685, 81, 'Warmbronn', 487628200, 89890900, 0),
(15215, 685, 81, 'Wasen', 478545400, 77797300, 0),
(15216, 685, 81, 'Wasenweiler', 480496700, 76829200, 0),
(15217, 685, 81, 'Weg', 477546300, 79897200, 0),
(15218, 685, 81, 'Wehr', 476298300, 79042300, 0),
(15219, 685, 81, 'Weidenfeld', 488540600, 100860100, 0),
(15220, 685, 81, 'Weil', 478197300, 87034000, 0),
(15221, 685, 81, 'Weil am Rhein', 475933100, 76208200, 0),
(15222, 685, 81, 'Weil der Stadt', 487495300, 88717600, 0),
(15223, 685, 81, 'Weil im Schonbuch', 486227000, 90635500, 0),
(15224, 685, 81, 'Weilimdorf', 488136700, 91117400, 0),
(15225, 685, 81, 'Weingarten', 478100900, 96386300, 0),
(15226, 685, 81, 'Weinheim', 495488700, 86669700, 0),
(15227, 685, 81, 'Weinstadt-Endersbach', 488131100, 93638700, 0),
(15228, 685, 81, 'Weissach', 488468700, 89282800, 0),
(15229, 685, 81, 'Weissenbach', 477666700, 96000000, 0),
(15230, 685, 81, 'Weitingen', 484597200, 87922400, 0),
(15231, 685, 81, 'Weizen', 477788600, 84636300, 0),
(15232, 685, 81, 'Welzheim', 488767500, 96343400, 0),
(15233, 685, 81, 'Wendlingen', 477480500, 93885800, 0),
(15234, 685, 81, 'Wendlingen am Neckar', 486712400, 93763200, 0),
(15235, 685, 81, 'Wernau', 483436100, 99023700, 0),
(15236, 685, 81, 'Wertheim', 497590000, 95085200, 0),
(15237, 685, 81, 'Westerstetten', 485191600, 99549400, 0),
(15238, 685, 81, 'Westfilderstadt', 486833300, 91500000, 0),
(15239, 685, 81, 'Weststadt', 490141200, 83788800, 0),
(15240, 685, 81, 'Wettenberg', 480391600, 98273000, 0),
(15241, 685, 81, 'Wettingen', 485190800, 101192700, 0),
(15242, 685, 81, 'Widdern', 493182500, 94220900, 0),
(15243, 685, 81, 'Widderstall', 485304500, 97114800, 0),
(15244, 685, 81, 'Wieblingen', 494253200, 86423600, 0),
(15245, 685, 81, 'Wieslet', 476880400, 77979800, 0),
(15246, 685, 81, 'Wiesloch', 492950400, 86984600, 0),
(15247, 685, 81, 'Wilhelmshohe', 488500000, 85833300, 0),
(15248, 685, 81, 'Willstatt', 485333300, 78833300, 0),
(15249, 685, 81, 'Winden', 487667100, 81838600, 0),
(15250, 685, 81, 'Winnenden', 479840900, 95920400, 0),
(15251, 685, 81, 'Wolfach', 482931800, 82158000, 0),
(15252, 685, 81, 'Wolfbusch', 488061900, 91052600, 0),
(15253, 685, 81, 'Wolfegg', 478203000, 97949100, 0),
(15254, 685, 81, 'Wollbach', 476713600, 76545100, 0),
(15255, 685, 81, 'Wollmatingen', 476922600, 91459500, 0),
(15256, 685, 81, 'Wopplinsberg', 481357400, 78541900, 0),
(15257, 685, 81, 'Woschbach', 490027000, 85646500, 0),
(15258, 685, 81, 'Zahringen', 480232900, 78645800, 0),
(15259, 685, 81, 'Zeutern', 491761500, 86747000, 0),
(15260, 685, 81, 'Ziegelweiler', 484416100, 100070000, 0),
(15261, 685, 81, 'Zuffenhausen', 488322400, 91702400, 0),
(15262, 685, 81, 'Zunsweier', 484238500, 79468900, 0),
(15263, 685, 81, 'Zuzenhausen', 492963600, 88225400, 0),
(15264, 686, 81, 'Abensberg', 488168400, 118498000, 0),
(15265, 686, 81, 'Absberg', 491443800, 108810100, 0),
(15266, 686, 81, 'Achrain', 476657400, 112284700, 0),
(15267, 686, 81, 'Achslach', 489717100, 129351100, 0),
(15268, 686, 81, 'Adelberg', 476000000, 98166700, 0),
(15269, 686, 81, 'Adelshofen', 481833300, 111166700, 0),
(15270, 686, 81, 'Adelsried', 484166700, 107166700, 0),
(15271, 686, 81, 'Affalterbach', 485641400, 115307400, 0),
(15272, 686, 81, 'Affalterthal', 497083100, 112774100, 0),
(15273, 686, 81, 'Affecking', 489045600, 118944600, 0),
(15274, 686, 81, 'Affing', 484666700, 109833300, 0),
(15275, 686, 81, 'Agawang', 483598600, 106861100, 0),
(15276, 686, 81, 'Ahorn', 502333300, 109500000, 0),
(15277, 686, 81, 'Aichach', 484575500, 111341300, 0),
(15278, 686, 81, 'Ailsbach', 497157400, 107299000, 0),
(15279, 686, 81, 'Aindling', 485136000, 109531500, 0),
(15280, 686, 81, 'Aindorf', 479859000, 123588900, 0),
(15281, 686, 81, 'Aisch', 497217600, 108884800, 0),
(15282, 686, 81, 'Albstadt', 501180200, 91138900, 0),
(15283, 686, 81, 'Allach', 481927900, 114695200, 0),
(15284, 686, 81, 'Allersberg', 492513200, 112365900, 0),
(15285, 686, 81, 'Allershausen', 484333300, 116000000, 0),
(15286, 686, 81, 'Alsenberg', 503018200, 119285600, 0),
(15287, 686, 81, 'Altbach', 487671600, 120456200, 0),
(15288, 686, 81, 'Altenbuch', 481898200, 127009500, 0),
(15289, 686, 81, 'Altenmarkt', 477796000, 121356000, 0),
(15290, 686, 81, 'Alterlangen', 496037700, 109827100, 0),
(15291, 686, 81, 'Altotting', 482253300, 126766500, 0),
(15292, 686, 81, 'Altstadt', 481370000, 115752100, 0),
(15293, 686, 81, 'Alzenau in Unterfranken', 500888000, 90645500, 0),
(15294, 686, 81, 'Am See', 477378800, 117376000, 0),
(15295, 686, 81, 'Amberg', 480666700, 106833300, 0),
(15296, 686, 81, 'Amerang', 479913900, 123079500, 0),
(15297, 686, 81, 'Amlingstadt', 498554700, 109986900, 0),
(15298, 686, 81, 'Ampfing', 482540000, 124151500, 0),
(15299, 686, 81, 'Ansbach', 493000000, 105833300, 0),
(15300, 686, 81, 'Aretsried', 483098300, 106535200, 0),
(15301, 686, 81, 'Arnstein', 494034000, 127230700, 0),
(15302, 686, 81, 'Arnstorf', 485584000, 128167400, 0),
(15303, 686, 81, 'Aschaffenburg', 499770400, 91521400, 0),
(15304, 686, 81, 'Aschbach', 479195600, 118139100, 0),
(15305, 686, 81, 'Aschbuch', 489804000, 114914700, 0),
(15306, 686, 81, 'Aschheim', 481711200, 117167500, 0),
(15307, 686, 81, 'Attel', 480239200, 121762800, 0),
(15308, 686, 81, 'Attenkirchen', 485000000, 117666700, 0),
(15309, 686, 81, 'Atzenhof', 495054300, 109540600, 0),
(15310, 686, 81, 'Au in der Hallertau', 485583800, 117413800, 0),
(15311, 686, 81, 'Auburg', 490066800, 123142800, 0),
(15312, 686, 81, 'Augsburg', 483666700, 108833300, 0),
(15313, 686, 81, 'Augsburg-Lechviertel', 483647200, 109011400, 0),
(15314, 686, 81, 'Auretsdobl', 483481500, 132044500, 0),
(15315, 686, 81, 'Baad', 496208600, 111331200, 0),
(15316, 686, 81, 'Baar', 486721500, 114664600, 0),
(15317, 686, 81, 'Bad', 476333300, 98333300, 0),
(15318, 686, 81, 'Bad Abbach', 489375400, 120449400, 0),
(15319, 686, 81, 'Bad Aibling', 478638000, 120105500, 0),
(15320, 686, 81, 'Bad Feilnbach', 477733100, 120097300, 0),
(15321, 686, 81, 'Bad Kissingen', 502022800, 100778400, 0),
(15322, 686, 81, 'Bad Koetzting', 491719400, 128567500, 0),
(15323, 686, 81, 'Bad Neustadt an der Saale', 503217400, 102067300, 0),
(15324, 686, 81, 'Bad Reichenhall', 477294700, 128781900, 0),
(15325, 686, 81, 'Bad Schachen', 475603100, 96669400, 0),
(15326, 686, 81, 'Bad Staffelstein', 501019900, 110012800, 0),
(15327, 686, 81, 'Bad Steben', 503664800, 116443800, 0),
(15328, 686, 81, 'Baierbrunn', 480203000, 114868900, 0),
(15329, 686, 81, 'Baiersdorf', 489639800, 117450300, 0),
(15330, 686, 81, 'Bamberg', 498987300, 109006700, 0),
(15331, 686, 81, 'Banderbach', 494489900, 109248700, 0),
(15332, 686, 81, 'Batzenhofen', 484302600, 108157500, 0),
(15333, 686, 81, 'Bayerisch Gmain', 477166700, 129000000, 0),
(15334, 686, 81, 'Bayern', 477950000, 125338100, 0),
(15335, 686, 81, 'Bayreuth', 499480600, 115783300, 0),
(15336, 686, 81, 'Beilngries', 490341000, 114739300, 0),
(15337, 686, 81, 'Belmbrach', 492287500, 111001400, 0),
(15338, 686, 81, 'Berching', 491069400, 114413800, 0),
(15339, 686, 81, 'Berchtesgaden', 476323600, 130018600, 0),
(15340, 686, 81, 'Berg am Laim', 481255400, 116304000, 0),
(15341, 686, 81, 'Berg im Gau', 486333300, 112500000, 0),
(15342, 686, 81, 'Berglern', 483833300, 119333300, 0),
(15343, 686, 81, 'Betzenstein', 496817400, 114176500, 0),
(15344, 686, 81, 'Biberach', 482885600, 102178000, 0),
(15345, 686, 81, 'Biessenhofen', 478333300, 106333300, 0),
(15346, 686, 81, 'Binastorf', 484027800, 123859600, 0),
(15347, 686, 81, 'Binswangen', 475103400, 102995300, 0),
(15348, 686, 81, 'Birkenlach', 493000000, 111333300, 0),
(15349, 686, 81, 'Bislohe', 495071100, 110079400, 0),
(15350, 686, 81, 'Blachendorf', 491070300, 130258400, 0),
(15351, 686, 81, 'Bocksleiten', 477500000, 115666700, 0),
(15352, 686, 81, 'Bodenkirchen', 483833300, 123833300, 0),
(15353, 686, 81, 'Bodenmais', 490666700, 131000000, 0),
(15354, 686, 81, 'Bogen', 489112200, 126895500, 0),
(15355, 686, 81, 'Bogenhausen', 481522100, 116158500, 0),
(15356, 686, 81, 'Brandl', 477666700, 114500000, 0),
(15357, 686, 81, 'Brannenburg', 477399600, 120916600, 0),
(15358, 686, 81, 'Breitenbrunn', 481333300, 104000000, 0),
(15359, 686, 81, 'Brunnen', 475947800, 107391700, 0),
(15360, 686, 81, 'Brunnthal', 480065200, 116840500, 0),
(15361, 686, 81, 'Bubenreuth', 496333300, 110166700, 0),
(15362, 686, 81, 'Bubesheim', 484333300, 102500000, 0),
(15363, 686, 81, 'Buchbrunn', 497666700, 101333300, 0),
(15364, 686, 81, 'Buchenbach', 492677800, 110588900, 0),
(15365, 686, 81, 'Bucher', 493500000, 127666700, 0),
(15366, 686, 81, 'Buchloe', 480371900, 107254800, 0),
(15367, 686, 81, 'Buckenhof', 495932400, 110504400, 0),
(15368, 686, 81, 'Buckenhofen', 497286500, 110450700, 0),
(15369, 686, 81, 'Bughof', 498696900, 109109600, 0),
(15370, 686, 81, 'Burggrumbach', 498734400, 100286700, 0),
(15371, 686, 81, 'Burghaslach', 497331300, 106007000, 0),
(15372, 686, 81, 'Burghausen', 481692500, 128313900, 0),
(15373, 686, 81, 'Burgkirchen an der Alz', 481675300, 127325000, 0),
(15374, 686, 81, 'Burgkunstadt', 501409300, 112520500, 0),
(15375, 686, 81, 'Burglengenfeld', 492037900, 120445200, 0),
(15376, 686, 81, 'Burgsinn', 501496800, 96511900, 0),
(15377, 686, 81, 'Burtenbach', 483405100, 104528000, 0),
(15378, 686, 81, 'Buttenwiesen', 486000000, 107166700, 0),
(15379, 686, 81, 'Cadolzburg', 494573000, 108532900, 0),
(15380, 686, 81, 'Castell', 497500000, 103500000, 0),
(15381, 686, 81, 'Cham', 492256500, 126550100, 0),
(15382, 686, 81, 'Coburg', 502593700, 109638400, 0),
(15383, 686, 81, 'Dachau', 482600000, 114340200, 0),
(15384, 686, 81, 'Daglfing', 481493600, 116561300, 0),
(15385, 686, 81, 'Damm', 499892600, 91449300, 0),
(15386, 686, 81, 'Dasing', 483848200, 110466700, 0),
(15387, 686, 81, 'Deggendorf', 488408600, 129606800, 0),
(15388, 686, 81, 'Denkendorf', 489333300, 114500000, 0),
(15389, 686, 81, 'Deutenbach', 494000000, 110000000, 0),
(15390, 686, 81, 'Diespeck', 496000000, 106333300, 0),
(15391, 686, 81, 'Dillingen an der Donau', 485815300, 104952800, 0),
(15392, 686, 81, 'Dingolfing', 486295800, 124976100, 0),
(15393, 686, 81, 'Dinkelsbuhl', 490694200, 103198500, 0),
(15394, 686, 81, 'Dinkelscherben', 483482600, 105889300, 0),
(15395, 686, 81, 'Dittelbrunn', 500833300, 102166700, 0),
(15396, 686, 81, 'Donnersdorf', 499666700, 104166700, 0),
(15397, 686, 81, 'Doos', 494667000, 110152600, 0),
(15398, 686, 81, 'Dorfen', 477738900, 121907000, 0),
(15399, 686, 81, 'Dormitz', 495978600, 111176500, 0),
(15400, 686, 81, 'Dornstetten', 479810400, 108700900, 0),
(15401, 686, 81, 'Draht', 488484000, 128061400, 0),
(15402, 686, 81, 'Duniwang', 485676400, 122174500, 0),
(15403, 686, 81, 'Durach', 477000000, 103500000, 0),
(15404, 686, 81, 'Ebelsbach', 499857200, 106744200, 0),
(15405, 686, 81, 'Ebensfeld', 500664000, 109583500, 0),
(15406, 686, 81, 'Ebermannstadt', 497768000, 111904600, 0),
(15407, 686, 81, 'Ebersberg', 480771000, 119706300, 0),
(15408, 686, 81, 'Ebersroith', 490689100, 124849400, 0),
(15409, 686, 81, 'Eching', 480799100, 111133600, 0),
(15410, 686, 81, 'Egenhofen', 482833300, 111666700, 0),
(15411, 686, 81, 'Egerer', 479078300, 125366000, 0),
(15412, 686, 81, 'Egling', 477014000, 112115600, 0),
(15413, 686, 81, 'Eibelstadt', 497239200, 99996200, 0),
(15414, 686, 81, 'Eichenau', 481666700, 113166700, 0),
(15415, 686, 81, 'Eichet', 485758700, 133766800, 0),
(15416, 686, 81, 'Eichstatt', 486375100, 121069400, 0),
(15417, 686, 81, 'Eisolzried', 482584800, 113396900, 0),
(15418, 686, 81, 'Elbach', 477414900, 119523500, 0),
(15419, 686, 81, 'Ellgau', 486000000, 108666700, 0),
(15420, 686, 81, 'Ellhofen', 476008800, 99581600, 0),
(15421, 686, 81, 'Elsenfeld', 498428800, 91635500, 0),
(15422, 686, 81, 'Eltersdorf', 495516100, 109897600, 0),
(15423, 686, 81, 'Eltmann', 499714800, 106671200, 0),
(15424, 686, 81, 'Emmerichshofen', 500945400, 90075400, 0),
(15425, 686, 81, 'Emmering', 479021300, 128760400, 0),
(15426, 686, 81, 'Emming', 487446800, 131747300, 0),
(15427, 686, 81, 'Emskirchen', 495528200, 107127800, 0),
(15428, 686, 81, 'Englschalking', 481576100, 116484300, 0),
(15429, 686, 81, 'Erding', 483060300, 119068600, 0),
(15430, 686, 81, 'Erdmannsdorf', 483975300, 123932300, 0),
(15431, 686, 81, 'Ergolding', 485765400, 121710200, 0),
(15432, 686, 81, 'Ergoldsbach', 486926300, 122044200, 0),
(15433, 686, 81, 'Erlachhof', 487846900, 115116600, 0),
(15434, 686, 81, 'Erlangen', 495956100, 109949700, 0),
(15435, 686, 81, 'Erlenstegen', 494748700, 111378600, 0),
(15436, 686, 81, 'Ernstkirchen', 500821600, 92463700, 0),
(15437, 686, 81, 'Eschenlohe', 476000000, 111833300, 0),
(15438, 686, 81, 'Essenbach', 483161400, 112265500, 0),
(15439, 686, 81, 'Estenfeld', 498289600, 100058800, 0),
(15440, 686, 81, 'Etwashausen', 497305900, 101852800, 0),
(15441, 686, 81, 'Eyb', 492966700, 106018800, 0),
(15442, 686, 81, 'Faistenhaar', 479868200, 117144300, 0),
(15443, 686, 81, 'Feilersdorf', 497799600, 118977100, 0),
(15444, 686, 81, 'Feldkirchen-Westerham', 479074800, 118426600, 0),
(15445, 686, 81, 'Feucht', 493759700, 112143300, 0),
(15446, 686, 81, 'Feuchtwangen', 491628700, 103385000, 0),
(15447, 686, 81, 'Fichtelberg', 500028800, 118542500, 0),
(15448, 686, 81, 'Fichtenhof', 494551800, 117773400, 0),
(15449, 686, 81, 'Floss', 497239500, 122759300, 0),
(15450, 686, 81, 'Forstenried', 480843400, 114946500, 0),
(15451, 686, 81, 'Frankengut', 499333300, 116000000, 0),
(15452, 686, 81, 'Franzheim', 483369400, 117939100, 0),
(15453, 686, 81, 'Frauenricht', 496703300, 121292000, 0),
(15454, 686, 81, 'Freilassing', 478408500, 129811400, 0),
(15455, 686, 81, 'Freising', 484035100, 117487600, 0),
(15456, 686, 81, 'Freyung', 488095200, 135476800, 0),
(15457, 686, 81, 'Frickenfelden', 491175000, 108016700, 0),
(15458, 686, 81, 'Friedberg', 483569300, 109846100, 0),
(15459, 686, 81, 'Fuerstenfeldbruck', 481790400, 112547000, 0),
(15460, 686, 81, 'Fuerstenried', 480880000, 114811800, 0),
(15461, 686, 81, 'Furstenstein', 487166700, 133333300, 0),
(15462, 686, 81, 'Furstenzell', 485216300, 133174900, 0),
(15463, 686, 81, 'Furth', 480290800, 115965200, 0),
(15464, 686, 81, 'Gaimersheim', 488070500, 113680100, 0),
(15465, 686, 81, 'Gaisbach', 486975500, 135200600, 0),
(15466, 686, 81, 'Gaismannshof', 494500000, 110166700, 0),
(15467, 686, 81, 'Gaissach', 477500000, 115833300, 0),
(15468, 686, 81, 'Gallersberg', 484882500, 117860600, 0),
(15469, 686, 81, 'Garbershof', 494398800, 118418300, 0),
(15470, 686, 81, 'Garching bei Munchen', 482489600, 116510100, 0),
(15471, 686, 81, 'Garmisch-Partenkirchen', 474920900, 110957600, 0),
(15472, 686, 81, 'Gars', 481538600, 122776700, 0),
(15473, 686, 81, 'Gartenberg', 478752500, 114687000, 0),
(15474, 686, 81, 'Gaustadt', 499048500, 108574800, 0),
(15475, 686, 81, 'Geiselgasteig', 480612200, 115450000, 0),
(15476, 686, 81, 'Gelbenholzen', 481630200, 112525300, 0),
(15477, 686, 81, 'Geldersheim', 500428600, 101560900, 0),
(15478, 686, 81, 'Gemunden', 500560200, 96904300, 0),
(15479, 686, 81, 'Gerasmuhle', 493939500, 110246400, 0),
(15480, 686, 81, 'Geratshofen', 485464900, 106840500, 0),
(15481, 686, 81, 'Geretsried', 478577500, 114805400, 0),
(15482, 686, 81, 'Gerling', 483210200, 123779800, 0),
(15483, 686, 81, 'Germering', 479067900, 121183500, 0),
(15484, 686, 81, 'Gern', 481643900, 115273000, 0),
(15485, 686, 81, 'Gernlinden', 482127500, 112933000, 0),
(15486, 686, 81, 'Geroldsreuth', 503330100, 116103000, 0),
(15487, 686, 81, 'Gerspoint', 478757100, 129648100, 0),
(15488, 686, 81, 'Gerstetten', 486225900, 112905000, 0),
(15489, 686, 81, 'Gersthofen', 484243200, 108727300, 0),
(15490, 686, 81, 'Geschwand', 497126100, 113092100, 0),
(15491, 686, 81, 'Gessertshausen', 483290400, 107327800, 0),
(15492, 686, 81, 'Giesing', 481067400, 115888600, 0),
(15493, 686, 81, 'Gilching', 481075500, 112936000, 0),
(15494, 686, 81, 'Goldach', 483107600, 117492800, 0),
(15495, 686, 81, 'Gossen', 503776700, 119646800, 0),
(15496, 686, 81, 'Gottholbing', 483874700, 125969900, 0),
(15497, 686, 81, 'Grafenau', 488576800, 133974000, 0),
(15498, 686, 81, 'Grafenwohr', 497172800, 119064500, 0),
(15499, 686, 81, 'Grasbrunn', 480790500, 117436100, 0),
(15500, 686, 81, 'Grobenzell', 482000000, 113666700, 0),
(15501, 686, 81, 'Gronsdorf', 481211600, 117086400, 0),
(15502, 686, 81, 'Gross', 475007200, 103269500, 0),
(15503, 686, 81, 'Grossenseebach', 496325100, 108748300, 0),
(15504, 686, 81, 'Grosshadern', 481160300, 114780500, 0),
(15505, 686, 81, 'Grosshesselohe', 480716000, 115321700, 0),
(15506, 686, 81, 'Grossmehring', 487666700, 115333300, 0),
(15507, 686, 81, 'Grossostheim', 499198600, 90759600, 0),
(15508, 686, 81, 'Gschwend', 474641300, 100908800, 0),
(15509, 686, 81, 'Guntersleben', 498697200, 99050000, 0),
(15510, 686, 81, 'Gunzburg', 484559900, 102769500, 0),
(15511, 686, 81, 'Gunzenhausen', 483233300, 116012200, 0),
(15512, 686, 81, 'Haardorf', 487270400, 130047200, 0),
(15513, 686, 81, 'Haibach', 485364600, 129868500, 0),
(15514, 686, 81, 'Haidenhof', 485649200, 134310600, 0),
(15515, 686, 81, 'Haidhausen', 481322600, 115977200, 0),
(15516, 686, 81, 'Haidmuhle', 488333300, 137666700, 0),
(15517, 686, 81, 'Halblech', 476242200, 108139800, 0),
(15518, 686, 81, 'Haldenwang', 478000000, 103500000, 0),
(15519, 686, 81, 'Hallbergmoos', 483274700, 117514200, 0),
(15520, 686, 81, 'Hallstadt', 499290100, 108753900, 0),
(15521, 686, 81, 'Hammel', 484056200, 108078400, 0),
(15522, 686, 81, 'Hammelburg', 501163200, 98914300, 0),
(15523, 686, 81, 'Hammermuhle', 475911800, 99304400, 0),
(15524, 686, 81, 'Hammertiefenbach', 494362700, 125983300, 0),
(15525, 686, 81, 'Hanse', 475194200, 99845400, 0),
(15526, 686, 81, 'Happurg', 494937200, 114711900, 0),
(15527, 686, 81, 'Hard', 488197600, 111264400, 0),
(15528, 686, 81, 'Harlaching', 480897800, 115634500, 0),
(15529, 686, 81, 'Harthaus', 481301800, 113830100, 0),
(15530, 686, 81, 'Harting', 482458400, 123687800, 0),
(15531, 686, 81, 'Hartkirchen', 484037400, 133897600, 0),
(15532, 686, 81, 'Hartmannshofen', 481833300, 115000000, 0),
(15533, 686, 81, 'Haslach', 475468300, 98491100, 0),
(15534, 686, 81, 'Hassfurt', 500352100, 105156000, 0),
(15535, 686, 81, 'Haunwohr', 487412600, 114098200, 0),
(15536, 686, 81, 'Haus', 475921100, 98592000, 0),
(15537, 686, 81, 'Hauser', 475468800, 102688400, 0),
(15538, 686, 81, 'Hausham', 477466000, 118406900, 0),
(15539, 686, 81, 'Hauzenberg', 486350000, 133426000, 0),
(15540, 686, 81, 'Hebertsfelden', 484059600, 128225900, 0),
(15541, 686, 81, 'Heidelsbuch', 476052200, 106939300, 0),
(15542, 686, 81, 'Heidenheim', 490171900, 107434700, 0),
(15543, 686, 81, 'Heidingsfeld', 497610900, 99422000, 0),
(15544, 686, 81, 'Heilbronn', 491675000, 103625000, 0),
(15545, 686, 81, 'Heilig Kreuz', 481500000, 128166700, 0),
(15546, 686, 81, 'Heilstatten-Siedlung', 494652200, 109414400, 0),
(15547, 686, 81, 'Heimatshausen', 483651500, 110193700, 0),
(15548, 686, 81, 'Heimbuchenthal', 498891700, 92955600, 0),
(15549, 686, 81, 'Heimstetten', 481593300, 117554600, 0),
(15550, 686, 81, 'Heinz', 477666900, 113908000, 0),
(15551, 686, 81, 'Hemau', 490539900, 117819500, 0),
(15552, 686, 81, 'Hemhofen', 496833300, 109333300, 0),
(15553, 686, 81, 'Hemsbach', 500666700, 91166700, 0),
(15554, 686, 81, 'Hepberg', 488166700, 114666700, 0),
(15555, 686, 81, 'Hermes', 501471200, 116059800, 0),
(15556, 686, 81, 'Heroldsberg', 495324700, 111555100, 0),
(15557, 686, 81, 'Herrgottsruhe', 483666700, 109833300, 0),
(15558, 686, 81, 'Herrnberg', 478500000, 123500000, 0),
(15559, 686, 81, 'Herrngiersdorf', 488000000, 120666700, 0),
(15560, 686, 81, 'Herrsching am Ammersee', 479988800, 111767900, 0),
(15561, 686, 81, 'Hersbruck', 495108300, 114315100, 0),
(15562, 686, 81, 'Herzogenaurach', 495679800, 108856500, 0),
(15563, 686, 81, 'Hettstadt', 497994400, 98150000, 0),
(15564, 686, 81, 'Heuchling', 495188000, 112900000, 0),
(15565, 686, 81, 'Heustreu', 503500000, 102500000, 0),
(15566, 686, 81, 'Hilpoltstein', 491904700, 111906000, 0),
(15567, 686, 81, 'Hinterhof', 494000000, 110666700, 0),
(15568, 686, 81, 'Hirschaid', 498178900, 109891800, 0),
(15569, 686, 81, 'Hirschau', 478566800, 125367500, 0),
(15570, 686, 81, 'Hochbruck', 482523200, 116047600, 0),
(15571, 686, 81, 'Hochstadt an der Aisch', 497061700, 108132900, 0),
(15572, 686, 81, 'Hochstrasse', 489673800, 129876600, 0),
(15573, 686, 81, 'Hof', 475833200, 106316400, 0),
(15574, 686, 81, 'Hofau', 478649800, 121382200, 0),
(15575, 686, 81, 'Hofeck', 503309000, 118925800, 0),
(15576, 686, 81, 'Hofolding', 479850100, 117012200, 0),
(15577, 686, 81, 'Hohenbrunn', 480478500, 117022400, 0),
(15578, 686, 81, 'Hohenkirchen', 480199000, 117100100, 0),
(15579, 686, 81, 'Hohenthann', 479776300, 119569000, 0),
(15580, 686, 81, 'Hohenwart', 481926400, 127803200, 0),
(15581, 686, 81, 'Holdereggen', 475500000, 96833300, 0),
(15582, 686, 81, 'Hollern', 482900800, 115944600, 0),
(15583, 686, 81, 'Hollriegelskreuth', 480420000, 115068100, 0),
(15584, 686, 81, 'Holzkirchen', 478766300, 117018100, 0),
(15585, 686, 81, 'Holzmann', 477557700, 122063300, 0),
(15586, 686, 81, 'Holzmannshausen', 486491000, 117454900, 0),
(15587, 686, 81, 'Horgau', 483950700, 106828300, 0),
(15588, 686, 81, 'Huglfing', 477666700, 111666700, 0),
(15589, 686, 81, 'Illertissen', 482233600, 101034700, 0),
(15590, 686, 81, 'Ingolstadt', 487650800, 114237200, 0),
(15591, 686, 81, 'Inningen', 483124800, 108608400, 0),
(15592, 686, 81, 'Inzell', 477666700, 127500000, 0),
(15593, 686, 81, 'Iphofen', 497023900, 102603700, 0),
(15594, 686, 81, 'Irfersdorf', 489944300, 114616900, 0),
(15595, 686, 81, 'Irschenberg', 478333300, 119166700, 0),
(15596, 686, 81, 'Isarvorstadt', 481300100, 115755600, 0),
(15597, 686, 81, 'Ismaning', 482333300, 116833300, 0),
(15598, 686, 81, 'Issigau', 503752500, 117207000, 0),
(15599, 686, 81, 'Itsching', 481227200, 126689100, 0),
(15600, 686, 81, 'Itzling', 482817100, 118794000, 0),
(15601, 686, 81, 'Jarzt', 483620700, 115631100, 0),
(15602, 686, 81, 'Jengen', 479993400, 107257500, 0),
(15603, 686, 81, 'Jettingen', 483884100, 104342700, 0),
(15604, 686, 81, 'Jettingen-Scheppach', 483896000, 104381000, 0),
(15605, 686, 81, 'Johannisberg', 477430400, 113610600, 0),
(15606, 686, 81, 'Kahl am Main', 500698100, 90055300, 0),
(15607, 686, 81, 'Kaltenwiesen', 478413300, 121287300, 0),
(15608, 686, 81, 'Kalvarienberg', 476833300, 115833300, 0),
(15609, 686, 81, 'Kammer', 479241800, 126522200, 0),
(15610, 686, 81, 'Karlsfeld', 482166700, 114666700, 0),
(15611, 686, 81, 'Karlshuld', 486833300, 113000000, 0),
(15612, 686, 81, 'Karlstadt', 499603400, 97723900, 0),
(15613, 686, 81, 'Karthaus', 489983100, 120882900, 0),
(15614, 686, 81, 'Kasten', 477555200, 118317800, 0),
(15615, 686, 81, 'Katterbach', 493142000, 106382100, 0),
(15616, 686, 81, 'Katzwang', 493517400, 110595400, 0),
(15617, 686, 81, 'Kaufbeuren', 478823800, 106219200, 0),
(15618, 686, 81, 'Keferloh', 480950500, 117274800, 0),
(15619, 686, 81, 'Kehl', 490300000, 110130600, 0),
(15620, 686, 81, 'Kelheim', 489217600, 118454600, 0),
(15621, 686, 81, 'Kemnath', 492998900, 113400400, 0),
(15622, 686, 81, 'Kiefer', 476081200, 121900800, 0),
(15623, 686, 81, 'Kiefersfelden', 476140900, 121909600, 0),
(15624, 686, 81, 'Kirchanschoring', 479530300, 128343500, 0),
(15625, 686, 81, 'Kirchheim bei Muenchen', 481765600, 117556300, 0),
(15626, 686, 81, 'Kirchtrudering', 481333300, 116666700, 0),
(15627, 686, 81, 'Kissing', 483037500, 109708800, 0),
(15628, 686, 81, 'Kittenberg', 496401700, 117884300, 0),
(15629, 686, 81, 'Kitzingen', 497397300, 101507200, 0),
(15630, 686, 81, 'Klaus', 482072000, 121441400, 0),
(15631, 686, 81, 'Kleinhadern', 481202700, 114893000, 0),
(15632, 686, 81, 'Kleinreuth hinter der Veste', 494775000, 110757500, 0),
(15633, 686, 81, 'Kling', 480717600, 123243900, 0),
(15634, 686, 81, 'Koblberg', 480696900, 122071800, 0),
(15635, 686, 81, 'Kolbermoor', 478496500, 120669600, 0),
(15636, 686, 81, 'Kollberg', 482455200, 128969000, 0),
(15637, 686, 81, 'Kolonie Baldham', 480990100, 117868700, 0),
(15638, 686, 81, 'Kolonie Lerchenau', 482000000, 115500000, 0),
(15639, 686, 81, 'Konigsbrunn', 482750600, 108917800, 0),
(15640, 686, 81, 'Koslau', 500622800, 106714600, 0),
(15641, 686, 81, 'Kothau', 487485500, 114492900, 0),
(15642, 686, 81, 'Kottern', 476983100, 103265800, 0),
(15643, 686, 81, 'Kotzting', 491764900, 128551500, 0),
(15644, 686, 81, 'Kraft', 494370200, 106071500, 0),
(15645, 686, 81, 'Krailling', 481000000, 114000000, 0),
(15646, 686, 81, 'Kranzberg', 484061300, 116124600, 0),
(15647, 686, 81, 'Kreutles', 494271700, 109697600, 0),
(15648, 686, 81, 'Kreuzhof', 481003500, 115017400, 0),
(15649, 686, 81, 'Kriegshaber', 483771100, 108536900, 0),
(15650, 686, 81, 'Krun', 475000000, 112833300, 0),
(15651, 686, 81, 'Kulmbach', 501006800, 114503200, 0),
(15652, 686, 81, 'Kumhausen', 485000000, 121666700, 0),
(15653, 686, 81, 'Kummersbruck', 494191700, 118883300, 0),
(15654, 686, 81, 'Kurz', 476158300, 121597200, 0),
(15655, 686, 81, 'Kutzenhausen', 483333300, 107000000, 0),
(15656, 686, 81, 'Lahm', 499512200, 114441500, 0),
(15657, 686, 81, 'Laim', 481347000, 115020000, 0),
(15658, 686, 81, 'Landsberg am Lech', 480481900, 108828200, 0),
(15659, 686, 81, 'Landshut', 485333300, 121500000, 0),
(15660, 686, 81, 'Langenbach', 484333300, 118500000, 0),
(15661, 686, 81, 'Langenzenn', 494946300, 107923000, 0),
(15662, 686, 81, 'Langquaid', 488231800, 120513400, 0),
(15663, 686, 81, 'Langwasser', 494125600, 111321500, 0),
(15664, 686, 81, 'Lappersdorf', 486385700, 127968900, 0),
(15665, 686, 81, 'Lauf', 491864200, 119127000, 0),
(15666, 686, 81, 'Lauf an der Pegnitz', 495138600, 112824700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(15667, 686, 81, 'Laufen', 479356800, 129285600, 0),
(15668, 686, 81, 'Lechbruck', 477016200, 107949300, 0),
(15669, 686, 81, 'Leerstetten', 493235600, 111246000, 0),
(15670, 686, 81, 'Lehel', 481396300, 115876600, 0),
(15671, 686, 81, 'Leichendorf', 494339000, 109342400, 0),
(15672, 686, 81, 'Leider', 499756900, 91209300, 0),
(15673, 686, 81, 'Leidersbach', 499013900, 92216700, 0),
(15674, 686, 81, 'Lenggries', 476833300, 115666700, 0),
(15675, 686, 81, 'Lenting', 488000000, 114666700, 0),
(15676, 686, 81, 'Leonberg', 491830600, 121163700, 0),
(15677, 686, 81, 'Leoni', 479570000, 113448400, 0),
(15678, 686, 81, 'Leutenbach', 492208500, 115143600, 0),
(15679, 686, 81, 'Leyh', 494576900, 110157000, 0),
(15680, 686, 81, 'Lichtenfels', 501456700, 110592800, 0),
(15681, 686, 81, 'Limburg', 480313800, 121822100, 0),
(15682, 686, 81, 'Lindau', 475461200, 96843100, 0),
(15683, 686, 81, 'Lochhausen', 481792500, 114067300, 0),
(15684, 686, 81, 'Lochschwab', 480045700, 111532700, 0),
(15685, 686, 81, 'Lohermoos', 494832300, 111021200, 0),
(15686, 686, 81, 'Lohr', 493285400, 101687800, 0),
(15687, 686, 81, 'Ludwigsberg', 480666700, 106333300, 0),
(15688, 686, 81, 'Ludwigsfeld', 482000000, 115000000, 0),
(15689, 686, 81, 'Ludwigsvorstadt', 481359100, 115557300, 0),
(15690, 686, 81, 'Machendorf', 482501900, 129853100, 0),
(15691, 686, 81, 'Mainaschaff', 499816700, 90900000, 0),
(15692, 686, 81, 'Mainburg', 486418200, 117809300, 0),
(15693, 686, 81, 'Mainleus', 500998700, 113766400, 0),
(15694, 686, 81, 'Mainz', 478389700, 119578500, 0),
(15695, 686, 81, 'Maisach', 482166700, 112666700, 0),
(15696, 686, 81, 'Maitenbeth', 481500000, 121000000, 0),
(15697, 686, 81, 'Mallersdorf-Pfaffenberg', 487663700, 122309600, 0),
(15698, 686, 81, 'March', 489765600, 130683200, 0),
(15699, 686, 81, 'Marchetsreut', 487771400, 134700400, 0),
(15700, 686, 81, 'Markt', 485345900, 108033300, 0),
(15701, 686, 81, 'Markt Indersdorf', 483605800, 113778900, 0),
(15702, 686, 81, 'Markt Rettenbach', 479473300, 103960800, 0),
(15703, 686, 81, 'Markt Schwaben', 481894900, 118691000, 0),
(15704, 686, 81, 'Markt Wald', 481368000, 105819800, 0),
(15705, 686, 81, 'Marktheidenfeld', 498454000, 96035900, 0),
(15706, 686, 81, 'Marktredwitz', 500044300, 120859300, 0),
(15707, 686, 81, 'Marschall', 478689200, 117117700, 0),
(15708, 686, 81, 'Martinsried', 481073200, 114519600, 0),
(15709, 686, 81, 'Marzling', 484090400, 117938200, 0),
(15710, 686, 81, 'Massing', 479922400, 125082400, 0),
(15711, 686, 81, 'Mausgesees', 495900800, 112398100, 0),
(15712, 686, 81, 'Maximilian', 481806200, 124123200, 0),
(15713, 686, 81, 'Maxvorstadt', 481470200, 115690300, 0),
(15714, 686, 81, 'Maxweiler', 487202300, 112860400, 0),
(15715, 686, 81, 'Meeder', 503166700, 109166700, 0),
(15716, 686, 81, 'Mehlmeisel', 499666700, 118500000, 0),
(15717, 686, 81, 'Meitingen', 485458600, 108517900, 0),
(15718, 686, 81, 'Memmingen', 479837200, 101852700, 0),
(15719, 686, 81, 'Memmingerberg', 479857300, 101770300, 0),
(15720, 686, 81, 'Michelbach', 501036900, 91047400, 0),
(15721, 686, 81, 'Miesbach', 477890300, 118338200, 0),
(15722, 686, 81, 'Milbertshofen', 481819400, 115688900, 0),
(15723, 686, 81, 'Miltenberg', 497045200, 92672500, 0),
(15724, 686, 81, 'Mindelheim', 480457800, 104922200, 0),
(15725, 686, 81, 'Mittenheim', 482633800, 115578400, 0),
(15726, 686, 81, 'Mittersendling', 481077200, 115323800, 0),
(15727, 686, 81, 'Mitterteich', 499514100, 122420600, 0),
(15728, 686, 81, 'Mitterweg', 478494000, 123220400, 0),
(15729, 686, 81, 'Monheim', 488438900, 108583400, 0),
(15730, 686, 81, 'Moniberg', 485388700, 121777600, 0),
(15731, 686, 81, 'Moorenbrunn', 493984100, 111740400, 0),
(15732, 686, 81, 'Moorenweis', 481556100, 110785100, 0),
(15733, 686, 81, 'Moos', 475736000, 106478900, 0),
(15734, 686, 81, 'Moosburg', 484708900, 119381100, 0),
(15735, 686, 81, 'Moosinning', 482770800, 118444600, 0),
(15736, 686, 81, 'Morgen', 476144400, 103629600, 0),
(15737, 686, 81, 'Motten', 503956100, 97725100, 0),
(15738, 686, 81, 'Muenchen', 481374300, 115754900, 0),
(15739, 686, 81, 'Muggenhof', 494644500, 110250700, 0),
(15740, 686, 81, 'Munchen', 486966800, 134631400, 0),
(15741, 686, 81, 'Munchs', 496760900, 113684400, 0),
(15742, 686, 81, 'Munchsmunster', 487666700, 116833300, 0),
(15743, 686, 81, 'Munichham', 480224200, 127269400, 0),
(15744, 686, 81, 'Murnau am Staffelsee', 476808500, 112012500, 0),
(15745, 686, 81, 'Mussen', 501709000, 117824000, 0),
(15746, 686, 81, 'Naila', 503303400, 117046300, 0),
(15747, 686, 81, 'Nainhof', 492259800, 118315500, 0),
(15748, 686, 81, 'Nandlstadt', 485364400, 118073000, 0),
(15749, 686, 81, 'Nattenhausen', 482328800, 103181700, 0),
(15750, 686, 81, 'Neidenstein', 499516500, 112705400, 0),
(15751, 686, 81, 'Nemmersdorf', 499935800, 116858600, 0),
(15752, 686, 81, 'Nersingen', 484282900, 101235600, 0),
(15753, 686, 81, 'Nesslbach', 486944400, 131213900, 0),
(15754, 686, 81, 'Netzaberg', 497331800, 118631100, 0),
(15755, 686, 81, 'Neu Socking', 479892200, 113202500, 0),
(15756, 686, 81, 'Neu-Ulm', 483927900, 100111200, 0),
(15757, 686, 81, 'Neualbenreuth', 499803700, 124437300, 0),
(15758, 686, 81, 'Neuaubing', 481491100, 114176600, 0),
(15759, 686, 81, 'Neubiberg', 480771000, 116581200, 0),
(15760, 686, 81, 'Neubrunn', 497308800, 96716100, 0),
(15761, 686, 81, 'Neuburg', 477705600, 103556300, 0),
(15762, 686, 81, 'Neuburg an der Donau', 487321800, 111870900, 0),
(15763, 686, 81, 'Neuendettelsau', 492833300, 107833300, 0),
(15764, 686, 81, 'Neuenmarkt', 501000000, 116000000, 0),
(15765, 686, 81, 'Neufahrn', 479151300, 114808000, 0),
(15766, 686, 81, 'Neufahrn bei Freising', 483158800, 116631600, 0),
(15767, 686, 81, 'Neufinsing', 482208400, 118010300, 0),
(15768, 686, 81, 'Neugruenwald', 480503200, 115333300, 0),
(15769, 686, 81, 'Neuherberg', 482166700, 115833300, 0),
(15770, 686, 81, 'Neukeferloh', 480971100, 117650700, 0),
(15771, 686, 81, 'Neukirchen-Balbini', 492910100, 124364300, 0),
(15772, 686, 81, 'Neukirnberg', 477666700, 113833300, 0),
(15773, 686, 81, 'Neumarkt in der Oberpfalz', 492802800, 114627800, 0),
(15774, 686, 81, 'Neumarkt-Sankt Veit', 483605000, 125072300, 0),
(15775, 686, 81, 'Neunburg vorm Wald', 493478200, 123862100, 0),
(15776, 686, 81, 'Neunkirchen', 496117300, 111299600, 0),
(15777, 686, 81, 'Neureichenau', 487486100, 137469900, 0),
(15778, 686, 81, 'Neuried', 477782000, 112763600, 0),
(15779, 686, 81, 'Neustadt', 495991000, 110059000, 0),
(15780, 686, 81, 'Neustadt an der Donau', 488070500, 117695200, 0),
(15781, 686, 81, 'Neustadt an der Waldnaab', 497328700, 121777300, 0),
(15782, 686, 81, 'Neustadt bei Coburg', 503297500, 111205800, 0),
(15783, 686, 81, 'Neutraubling', 489873700, 122010000, 0),
(15784, 686, 81, 'Niederhofen', 476325900, 105109400, 0),
(15785, 686, 81, 'Niedernberg', 499122200, 91369400, 0),
(15786, 686, 81, 'Niedernfels', 477641100, 124428400, 0),
(15787, 686, 81, 'Niederpocking', 479731300, 113268000, 0),
(15788, 686, 81, 'Niederviehbach', 486166700, 123833300, 0),
(15789, 686, 81, 'Niederwerrn', 500614900, 101827000, 0),
(15790, 686, 81, 'Nirschlkofen', 485424700, 122632900, 0),
(15791, 686, 81, 'Nittendorf', 490245900, 119612600, 0),
(15792, 686, 81, 'Nonn', 477387200, 128571200, 0),
(15793, 686, 81, 'Nonnenhorn', 475738600, 96103800, 0),
(15794, 686, 81, 'Nordheim', 487019700, 107969500, 0),
(15795, 686, 81, 'Nordstetten', 490756800, 107073500, 0),
(15796, 686, 81, 'Nudlingen', 502333300, 101000000, 0),
(15797, 686, 81, 'Nuernberg Schweinau', 494333300, 110333300, 0),
(15798, 686, 81, 'Nunsting', 492249700, 126677300, 0),
(15799, 686, 81, 'Nuremberg', 494477800, 110683300, 0),
(15800, 686, 81, 'Nussdorf am Inn', 477423200, 121561100, 0),
(15801, 686, 81, 'Oberaham', 482500000, 125333300, 0),
(15802, 686, 81, 'Oberbeuren', 478717000, 105983800, 0),
(15803, 686, 81, 'Oberelsbach', 504411800, 101169200, 0),
(15804, 686, 81, 'Oberferrieden', 493268600, 113271600, 0),
(15805, 686, 81, 'Oberfohring', 481725100, 116286300, 0),
(15806, 686, 81, 'Oberhaching', 480245500, 115974400, 0),
(15807, 686, 81, 'Oberhausmehring', 482636000, 121554000, 0),
(15808, 686, 81, 'Oberisling', 489831600, 121075600, 0),
(15809, 686, 81, 'Obermenzing', 481600500, 114692300, 0),
(15810, 686, 81, 'Oberpolln', 484546200, 119754700, 0),
(15811, 686, 81, 'Oberschleissheim', 482500000, 115666700, 0),
(15812, 686, 81, 'Oberschneiding', 487957300, 126420000, 0),
(15813, 686, 81, 'Obersendling', 480901200, 115275800, 0),
(15814, 686, 81, 'Oberstdorf', 474072400, 102793900, 0),
(15815, 686, 81, 'Oberthulba', 501990400, 99588200, 0),
(15816, 686, 81, 'Ochenbruck', 493599600, 112555800, 0),
(15817, 686, 81, 'Ochsenfurt', 496642900, 100622700, 0),
(15818, 686, 81, 'Odelsham', 480733800, 122304400, 0),
(15819, 686, 81, 'Oder', 492847900, 121544700, 0),
(15820, 686, 81, 'Oeslau', 502976700, 110356400, 0),
(15821, 686, 81, 'Offenhausen', 484016300, 100225800, 0),
(15822, 686, 81, 'Olching', 482000000, 113333300, 0),
(15823, 686, 81, 'Osterhofen', 476684100, 101909700, 0),
(15824, 686, 81, 'Ottenhofen', 482166700, 118833300, 0),
(15825, 686, 81, 'Ottersberg', 481818800, 118082400, 0),
(15826, 686, 81, 'Ottershausen', 483065300, 115376200, 0),
(15827, 686, 81, 'Ottobrunn', 480648900, 116632700, 0),
(15828, 686, 81, 'Pang', 478240800, 120923000, 0),
(15829, 686, 81, 'Pappenheim', 489338300, 109743100, 0),
(15830, 686, 81, 'Parkstadt Solln', 480807700, 115037600, 0),
(15831, 686, 81, 'Parkstetten', 489166700, 126000000, 0),
(15832, 686, 81, 'Parsberg', 477844400, 118645000, 0),
(15833, 686, 81, 'Parsdorf', 481421500, 117879900, 0),
(15834, 686, 81, 'Partenkirchen', 474948200, 111077800, 0),
(15835, 686, 81, 'Pasing', 481414600, 114559900, 0),
(15836, 686, 81, 'Passau', 485711600, 134489800, 0),
(15837, 686, 81, 'Patersdorf', 479128000, 122579500, 0),
(15838, 686, 81, 'Pegnitz', 497521600, 115418700, 0),
(15839, 686, 81, 'Peilstein', 495290000, 116437900, 0),
(15840, 686, 81, 'Penzberg', 477529300, 113770000, 0),
(15841, 686, 81, 'Penzendorf', 493262400, 110632300, 0),
(15842, 686, 81, 'Perlach', 480995200, 116278300, 0),
(15843, 686, 81, 'Petersaurach', 493000000, 107500000, 0),
(15844, 686, 81, 'Pfaffenberg', 482786900, 127545000, 0),
(15845, 686, 81, 'Pfaffenhofen', 478226200, 103544400, 0),
(15846, 686, 81, 'Pfaffenhofen an der Roth', 483545400, 101618400, 0),
(15847, 686, 81, 'Pfarrkirchen', 484320500, 129381200, 0),
(15848, 686, 81, 'Pfersee', 483625500, 108692100, 0),
(15849, 686, 81, 'Pfuhl', 484068700, 100377300, 0),
(15850, 686, 81, 'Pielweichs', 487685700, 128617500, 0),
(15851, 686, 81, 'Piflas', 485567600, 121667700, 0),
(15852, 686, 81, 'Pipping', 481500000, 114500000, 0),
(15853, 686, 81, 'Planegg', 481000000, 114166700, 0),
(15854, 686, 81, 'Plassenburg', 501084100, 114652600, 0),
(15855, 686, 81, 'Plattling', 487786600, 128750900, 0),
(15856, 686, 81, 'Pleinfeld', 491047300, 109819400, 0),
(15857, 686, 81, 'Pobenhausen', 486625800, 113803300, 0),
(15858, 686, 81, 'Pocking', 479666700, 113000000, 0),
(15859, 686, 81, 'Poikam', 489293800, 120150300, 0),
(15860, 686, 81, 'Poing', 481700400, 118186300, 0),
(15861, 686, 81, 'Point', 476000000, 114500000, 0),
(15862, 686, 81, 'Pommersfelden', 497666700, 108166700, 0),
(15863, 686, 81, 'Posing', 492333300, 125500000, 0),
(15864, 686, 81, 'Prackenfels', 493731500, 113468200, 0),
(15865, 686, 81, 'Prappach', 500532800, 105616000, 0),
(15866, 686, 81, 'Prem', 476833300, 108000000, 0),
(15867, 686, 81, 'Priesendorf', 499000000, 107166700, 0),
(15868, 686, 81, 'Prosdorf', 493648900, 127011700, 0),
(15869, 686, 81, 'Prutting', 478932100, 122023800, 0),
(15870, 686, 81, 'Puchheim', 481500000, 113500000, 0),
(15871, 686, 81, 'Pullach', 478484200, 120145800, 0),
(15872, 686, 81, 'Pullach im Isartal', 480612200, 115214800, 0),
(15873, 686, 81, 'Rain', 486906200, 109210680, 0),
(15874, 686, 81, 'Raisting', 479166700, 111000000, 0),
(15875, 686, 81, 'Ramersdorf', 481093800, 116173600, 0),
(15876, 686, 81, 'Rast', 484404200, 118578400, 0),
(15877, 686, 81, 'Raubershof', 493540300, 110186300, 0),
(15878, 686, 81, 'Raubling', 477905000, 121108800, 0),
(15879, 686, 81, 'Regen', 489719000, 131282400, 0),
(15880, 686, 81, 'Regensburg', 490150000, 120955600, 0),
(15881, 686, 81, 'Regensburg-Kumpfmuehl', 490014200, 120819100, 0),
(15882, 686, 81, 'Regensburg-Pruefening', 490154700, 120525200, 0),
(15883, 686, 81, 'Regenstauf', 491201400, 121302700, 0),
(15884, 686, 81, 'Rehau', 488836200, 108477800, 0),
(15885, 686, 81, 'Reichertshausen', 478988200, 115584300, 0),
(15886, 686, 81, 'Reisen', 483414200, 118702900, 0),
(15887, 686, 81, 'Reissing', 487563600, 126386500, 0),
(15888, 686, 81, 'Rentweinsdorf', 500634200, 107992200, 0),
(15889, 686, 81, 'Renzenhof', 494718600, 112687100, 0),
(15890, 686, 81, 'Retzstadt', 499125000, 98819400, 0),
(15891, 686, 81, 'Rickenbach', 475553000, 97281300, 0),
(15892, 686, 81, 'Riedlingen', 487156400, 107488400, 0),
(15893, 686, 81, 'Rieglkopf', 490305000, 128813000, 0),
(15894, 686, 81, 'Riem', 481333300, 116833300, 0),
(15895, 686, 81, 'Riemerling', 480602400, 116824200, 0),
(15896, 686, 81, 'Riess', 474803200, 110817700, 0),
(15897, 686, 81, 'Rigl', 483448600, 128206200, 0),
(15898, 686, 81, 'Rimpar', 498569200, 99570500, 0),
(15899, 686, 81, 'Ringsee', 487397800, 114455200, 0),
(15900, 686, 81, 'Rodach', 503402000, 107786900, 0),
(15901, 686, 81, 'Rodental', 502951600, 110412200, 0),
(15902, 686, 81, 'Roding', 491931200, 120679100, 0),
(15903, 686, 81, 'Roggenstein', 481830600, 113228600, 0),
(15904, 686, 81, 'Rohrdorf', 477971300, 121701000, 0),
(15905, 686, 81, 'Rosenheim', 478563700, 121224700, 0),
(15906, 686, 81, 'Roth', 479390800, 128129800, 0),
(15907, 686, 81, 'Rothschwaige', 482378200, 114560800, 0),
(15908, 686, 81, 'Rottenbauer', 497204200, 99662900, 0),
(15909, 686, 81, 'Rotthalmunster', 483582500, 132016200, 0),
(15910, 686, 81, 'Rudersberg', 482837700, 127399100, 0),
(15911, 686, 81, 'Ruhpolding', 477666700, 126500000, 0),
(15912, 686, 81, 'Ruhstorf', 484361700, 133357000, 0),
(15913, 686, 81, 'Saas', 499178500, 115620800, 0),
(15914, 686, 81, 'Sachsen', 492899900, 106597100, 0),
(15915, 686, 81, 'Sachsenheim', 495931300, 99642300, 0),
(15916, 686, 81, 'Sailauf', 500166700, 92500000, 0),
(15917, 686, 81, 'Salching', 488166700, 125666700, 0),
(15918, 686, 81, 'Sallern', 490395300, 121023800, 0),
(15919, 686, 81, 'Salmdorf', 481306400, 117171800, 0),
(15920, 686, 81, 'Sankt Gilgen', 480988400, 112765200, 0),
(15921, 686, 81, 'Sankt Johannisrain', 477500000, 113833300, 0),
(15922, 686, 81, 'Sankt Paul', 483124300, 119135600, 0),
(15923, 686, 81, 'Sankt Wolfgang', 480107700, 124953400, 0),
(15924, 686, 81, 'Sauerlach', 479717100, 116538300, 0),
(15925, 686, 81, 'Schallershof', 495790200, 109751300, 0),
(15926, 686, 81, 'Schauberg', 486678500, 137098400, 0),
(15927, 686, 81, 'Schellenbergerhof', 487218500, 107905800, 0),
(15928, 686, 81, 'Scherer', 480380500, 123514900, 0),
(15929, 686, 81, 'Schesslitz', 499756800, 110329900, 0),
(15930, 686, 81, 'Scheyern', 485000000, 114666700, 0),
(15931, 686, 81, 'Schiessstatte', 493166700, 128333300, 0),
(15932, 686, 81, 'Schillhofen', 483239500, 114443500, 0),
(15933, 686, 81, 'Schiltberg', 484629300, 112487600, 0),
(15934, 686, 81, 'Schlag', 478100400, 110569100, 0),
(15935, 686, 81, 'Schlegel', 502000000, 117997100, 0),
(15936, 686, 81, 'Schleissbach', 486500000, 117833300, 0),
(15937, 686, 81, 'Schlungenhof', 491286100, 107508300, 0),
(15938, 686, 81, 'Schlusselfeld', 497562100, 106187300, 0),
(15939, 686, 81, 'Schneizlreuth', 476833300, 128000000, 0),
(15940, 686, 81, 'Schollnach', 487541200, 131778100, 0),
(15941, 686, 81, 'Schopfloch', 491191700, 103077400, 0),
(15942, 686, 81, 'Schorndorf', 491666700, 126000000, 0),
(15943, 686, 81, 'Schottlehof', 487431700, 107741800, 0),
(15944, 686, 81, 'Schwabach', 493304700, 110234600, 0),
(15945, 686, 81, 'Schwabbruck', 478333300, 108333300, 0),
(15946, 686, 81, 'Schwabelweis', 490230900, 121510800, 0),
(15947, 686, 81, 'Schwabing', 481658800, 115789100, 0),
(15948, 686, 81, 'Schwabmunchen', 481792800, 107567500, 0),
(15949, 686, 81, 'Schwaig', 476891900, 109376400, 0),
(15950, 686, 81, 'Schwandorf in Bayern', 493253400, 121098000, 0),
(15951, 686, 81, 'Schwantalerhoehe', 481393400, 115431100, 0),
(15952, 686, 81, 'Schwarzenbach am Wald', 502846400, 116249400, 0),
(15953, 686, 81, 'Schwarzenbach an der Saale', 502227900, 119350400, 0),
(15954, 686, 81, 'Schwarzenfeld', 493877400, 121348400, 0),
(15955, 686, 81, 'Schweinfurt', 500493700, 102217500, 0),
(15956, 686, 81, 'Schweitenkirchen', 485000000, 116166700, 0),
(15957, 686, 81, 'Schweizerhof', 497000000, 124166700, 0),
(15958, 686, 81, 'Schwenningen', 486500000, 106500000, 0),
(15959, 686, 81, 'Selb', 501705800, 121305400, 0),
(15960, 686, 81, 'Sennfeld', 500389500, 102598600, 0),
(15961, 686, 81, 'Sesslach', 501896900, 108419700, 0),
(15962, 686, 81, 'Siebenbrunn', 483228000, 109266400, 0),
(15963, 686, 81, 'Siedlung Barenkeller', 483932100, 108574900, 0),
(15964, 686, 81, 'Siedlung Hammerschmiede', 483999500, 109118400, 0),
(15965, 686, 81, 'Siegertsbrunn', 480201300, 117289400, 0),
(15966, 686, 81, 'Sieglitzhof', 496004600, 110399600, 0),
(15967, 686, 81, 'Siegsdorf', 478227800, 126427700, 0),
(15968, 686, 81, 'Sigmarszell', 475833300, 97666700, 0),
(15969, 686, 81, 'Simbach', 485660600, 127388800, 0),
(15970, 686, 81, 'Simbach am Inn', 482654800, 130230900, 0),
(15971, 686, 81, 'Simmerberg', 475870200, 99438700, 0),
(15972, 686, 81, 'Socking', 480025400, 113376800, 0),
(15973, 686, 81, 'Soden', 499263600, 92167200, 0),
(15974, 686, 81, 'Solar', 491831600, 112140400, 0),
(15975, 686, 81, 'Sommerhausen', 497036100, 100260500, 0),
(15976, 686, 81, 'Sommerkahl', 500666700, 92666700, 0),
(15977, 686, 81, 'Sonnen', 476591100, 110432200, 0),
(15978, 686, 81, 'Sonthofen', 475182100, 102826200, 0),
(15979, 686, 81, 'Speichersdorf', 498833300, 117833300, 0),
(15980, 686, 81, 'Spiegel', 477666700, 115000000, 0),
(15981, 686, 81, 'Spitalhof', 487275000, 114118800, 0),
(15982, 686, 81, 'Spotting', 480500000, 108666700, 0),
(15983, 686, 81, 'St. Mang', 477126500, 103262900, 0),
(15984, 686, 81, 'Stadtamhof', 490250100, 120964200, 0),
(15985, 686, 81, 'Stadtbergen', 483664100, 108463600, 0),
(15986, 686, 81, 'Stamsried', 492675500, 125305100, 0),
(15987, 686, 81, 'Starnberg', 480019300, 113441600, 0),
(15988, 686, 81, 'Staufen', 486591400, 102795000, 0),
(15989, 686, 81, 'Steinach', 475683000, 105639600, 0),
(15990, 686, 81, 'Stephanskirchen', 478538900, 121856000, 0),
(15991, 686, 81, 'Stock', 478613500, 123657200, 0),
(15992, 686, 81, 'Stockdorf', 480919500, 114073700, 0),
(15993, 686, 81, 'Stockstadt am Main', 499700500, 90715300, 0),
(15994, 686, 81, 'Strassberg', 482115000, 121363400, 0),
(15995, 686, 81, 'Strasstrudering', 481203300, 116786800, 0),
(15996, 686, 81, 'Straubing', 488812600, 125738500, 0),
(15997, 686, 81, 'Sulzbach-Rosenberg', 495012600, 117459800, 0),
(15998, 686, 81, 'Sulzfeld am Main', 497069400, 101324800, 0),
(15999, 686, 81, 'Sulzthal', 501323000, 100347000, 0),
(16000, 686, 81, 'Tacherting', 480782500, 125700800, 0),
(16001, 686, 81, 'Tauberfeld', 488241000, 112757700, 0),
(16002, 686, 81, 'Taufkirchen', 480432000, 116190700, 0),
(16003, 686, 81, 'Tegernbach', 482702100, 110742700, 0),
(16004, 686, 81, 'Tegernheim', 490166700, 121833300, 0),
(16005, 686, 81, 'Teising', 482333300, 126166700, 0),
(16006, 686, 81, 'Tettau', 504697900, 112588800, 0),
(16007, 686, 81, 'Thierach', 502807800, 110747300, 0),
(16008, 686, 81, 'Thierhaupten', 485653100, 109086200, 0),
(16009, 686, 81, 'Thon', 494798200, 110575900, 0),
(16010, 686, 81, 'Thulba', 501792000, 99194200, 0),
(16011, 686, 81, 'Thyrnau', 486166700, 135333300, 0),
(16012, 686, 81, 'Tiefenbach', 475093300, 103203600, 0),
(16013, 686, 81, 'Tirschenreuth', 498826300, 123311200, 0),
(16014, 686, 81, 'Tittling', 487261900, 133822100, 0),
(16015, 686, 81, 'Tittmoning', 480616400, 127676000, 0),
(16016, 686, 81, 'Trach', 477158400, 119354100, 0),
(16017, 686, 81, 'Trainmeusel', 497949000, 112486300, 0),
(16018, 686, 81, 'Traunstein', 478682500, 126433500, 0),
(16019, 686, 81, 'Trautersdorf', 478512900, 123406500, 0),
(16020, 686, 81, 'Trautmuhle', 482288400, 125334100, 0),
(16021, 686, 81, 'Triesdorf', 492030700, 106506300, 0),
(16022, 686, 81, 'Trunstadt', 499287000, 107503800, 0),
(16023, 686, 81, 'Tuchenbach', 495279400, 108597300, 0),
(16024, 686, 81, 'Tuerkenfeld', 481166700, 110833300, 0),
(16025, 686, 81, 'Turk', 477564400, 129284000, 0),
(16026, 686, 81, 'Turkheim', 480640100, 106415600, 0),
(16027, 686, 81, 'Ubersee', 478166700, 124833300, 0),
(16028, 686, 81, 'Uehlfeld', 496708500, 107201700, 0),
(16029, 686, 81, 'Unterafferbach', 500189800, 91758700, 0),
(16030, 686, 81, 'Unterammersricht', 494718200, 118594700, 0),
(16031, 686, 81, 'Unterbaar', 485923900, 109598900, 0),
(16032, 686, 81, 'Unterdornbach', 486865100, 121947500, 0),
(16033, 686, 81, 'Untereuerheim', 500130000, 103557900, 0),
(16034, 686, 81, 'Unterfarrnbach', 494909900, 109518200, 0),
(16035, 686, 81, 'Unterfohring', 481925300, 116429300, 0),
(16036, 686, 81, 'Unterfurberg', 494713600, 109586000, 0),
(16037, 686, 81, 'Unterhaching', 480604700, 116187300, 0),
(16038, 686, 81, 'Unterhaunstadt', 487864100, 114516000, 0),
(16039, 686, 81, 'Unterleinach', 498646000, 97986900, 0),
(16040, 686, 81, 'Unterparkstetten', 489158800, 126066700, 0),
(16041, 686, 81, 'Unterpfaffenhofen', 481248700, 113585400, 0),
(16042, 686, 81, 'Unterpleichfeld', 498688600, 100439900, 0),
(16043, 686, 81, 'Unterreit', 479146200, 118273000, 0),
(16044, 686, 81, 'Unterschleissheim', 482803800, 115768400, 0),
(16045, 686, 81, 'Untersolden', 485822300, 134797500, 0),
(16046, 686, 81, 'Unterumbach', 483140200, 111651900, 0),
(16047, 686, 81, 'Unterwallenstadt', 501547400, 110762800, 0),
(16048, 686, 81, 'Unterwang', 477430200, 103046600, 0),
(16049, 686, 81, 'Uttenhofen', 483027200, 105539100, 0),
(16050, 686, 81, 'Uttenreuth', 495967500, 110721600, 0),
(16051, 686, 81, 'Vachendorf', 478281500, 123204100, 0),
(16052, 686, 81, 'Valley', 478931000, 117791500, 0),
(16053, 686, 81, 'Vaterstetten', 481053700, 117682500, 0),
(16054, 686, 81, 'Veitshochheim', 498327800, 98816700, 0),
(16055, 686, 81, 'Velden', 483663200, 122559600, 0),
(16056, 686, 81, 'Viechtach', 490800100, 128856600, 0),
(16057, 686, 81, 'Viereth-Trunstadt', 499232700, 107619700, 0),
(16058, 686, 81, 'Vilsbiburg', 484529600, 123560400, 0),
(16059, 686, 81, 'Vilshofen', 486269500, 131922200, 0),
(16060, 686, 81, 'Vohringen', 482783900, 100823600, 0),
(16061, 686, 81, 'Volkach', 498635200, 102281300, 0),
(16062, 686, 81, 'Waakirchen', 477725000, 116731500, 0),
(16063, 686, 81, 'Waal', 479967900, 107778600, 0),
(16064, 686, 81, 'Wackersdorf', 493166700, 121833300, 0),
(16065, 686, 81, 'Wald an der Alz', 481293300, 125971000, 0),
(16066, 686, 81, 'Waldbuttelbrunn', 497883300, 98466700, 0),
(16067, 686, 81, 'Waldershof', 499814400, 120629100, 0),
(16068, 686, 81, 'Waldkirch', 484772500, 104818200, 0),
(16069, 686, 81, 'Waldkirchen', 487327000, 136008200, 0),
(16070, 686, 81, 'Waldkraiburg', 482085400, 123989300, 0),
(16071, 686, 81, 'Waldram', 479003000, 114456500, 0),
(16072, 686, 81, 'Waldthurn', 496722100, 123291900, 0),
(16073, 686, 81, 'Walhallastrasse', 490333300, 121333300, 0),
(16074, 686, 81, 'Wallerfing', 486833300, 128833300, 0),
(16075, 686, 81, 'Walsdorf', 498666700, 107833300, 0),
(16076, 686, 81, 'Waltenhofen', 475869000, 107314700, 0),
(16077, 686, 81, 'Wang', 478969800, 126054000, 0),
(16078, 686, 81, 'Wartaweil', 479691700, 111509000, 0),
(16079, 686, 81, 'Wasserberg', 481861000, 104037000, 0),
(16080, 686, 81, 'Wasserburg', 475722400, 96321500, 0),
(16081, 686, 81, 'Wasserburg am Inn', 480525000, 122234100, 0),
(16082, 686, 81, 'Wegscheid', 476660700, 115843800, 0),
(16083, 686, 81, 'Weichs', 476452900, 112180800, 0),
(16084, 686, 81, 'Weiden', 485529000, 109481700, 0),
(16085, 686, 81, 'Weidenbach', 482545700, 123414200, 0),
(16086, 686, 81, 'Weidenberg', 499416100, 117220500, 0),
(16087, 686, 81, 'Weigelshof', 494649000, 111095900, 0),
(16088, 686, 81, 'Weihenstephan', 483929400, 117375800, 0),
(16089, 686, 81, 'Weiherhammer', 496333300, 120666700, 0),
(16090, 686, 81, 'Weilheim', 486534600, 105872000, 0),
(16091, 686, 81, 'Weisendorf', 496228300, 108253100, 0),
(16092, 686, 81, 'Weissach', 475444400, 100194500, 0),
(16093, 686, 81, 'Weissenburg in Bayern', 490309500, 109722100, 0),
(16094, 686, 81, 'Weissenhorn', 483050100, 101604700, 0),
(16095, 686, 81, 'Weissenstadt', 501021700, 118884900, 0),
(16096, 686, 81, 'Welluck', 496819400, 116392800, 0),
(16097, 686, 81, 'Wendelstein', 493523000, 111506900, 0),
(16098, 686, 81, 'Wenzenbach', 490756100, 121995400, 0),
(16099, 686, 81, 'Wertach', 476030000, 104096600, 0),
(16100, 686, 81, 'Wertingen', 485631400, 106814900, 0),
(16101, 686, 81, 'Westerndorf-Sankt Peter', 478775900, 121122600, 0),
(16102, 686, 81, 'Wiesenfelden', 490333300, 125333300, 0),
(16103, 686, 81, 'Wiesenhofen', 490431600, 114129900, 0),
(16104, 686, 81, 'Wiesent', 490166700, 123833300, 0),
(16105, 686, 81, 'Wiesentheid', 497945100, 103450900, 0),
(16106, 686, 81, 'Wiesthal', 500333300, 94333300, 0),
(16107, 686, 81, 'Wiggensbach', 477478100, 102298700, 0),
(16108, 686, 81, 'Wildenheid', 503448900, 111296500, 0),
(16109, 686, 81, 'Wilhelm', 485326900, 130329600, 0),
(16110, 686, 81, 'Wind', 481939000, 119007700, 0),
(16111, 686, 81, 'Windischeschenbach', 498010800, 121571000, 0),
(16112, 686, 81, 'Winzer', 482006800, 104199200, 0),
(16113, 686, 81, 'Wirmsthal', 501511400, 100656000, 0),
(16114, 686, 81, 'Wittelshofen', 490612100, 104812100, 0),
(16115, 686, 81, 'Wohnsiedlung Alte Allee', 481623400, 114431400, 0),
(16116, 686, 81, 'Wolfertschwenden', 478935000, 102671500, 0),
(16117, 686, 81, 'Wolfertshausen', 484728100, 113478500, 0),
(16118, 686, 81, 'Wolframs-Eschenbach', 492267500, 107276900, 0),
(16119, 686, 81, 'Wolfratshausen', 479128900, 114216600, 0),
(16120, 686, 81, 'Wollriederhof', 497909200, 100034900, 0),
(16121, 686, 81, 'Wolnzach', 486038000, 116256800, 0),
(16122, 686, 81, 'Wonfurt', 500166700, 104666700, 0),
(16123, 686, 81, 'Wuerzburg', 497877800, 99361100, 0),
(16124, 686, 81, 'Wunsiedel', 500392300, 120034200, 0),
(16125, 686, 81, 'Wurding', 483539100, 133495000, 0),
(16126, 686, 81, 'Wutzlhofen', 490482500, 121256600, 0),
(16127, 686, 81, 'Zachenberg', 489666700, 130000000, 0),
(16128, 686, 81, 'Zapfendorf', 500178300, 109324300, 0),
(16129, 686, 81, 'Zauppenberg', 498202300, 113794200, 0),
(16130, 686, 81, 'Zedtwitz', 503607000, 119045400, 0),
(16131, 686, 81, 'Zeitlofs', 502618900, 96724300, 0),
(16132, 686, 81, 'Zerzabelshof', 494485300, 111254200, 0),
(16133, 686, 81, 'Ziegelstein', 494867500, 111025400, 0),
(16134, 686, 81, 'Ziegetsdorf', 489955400, 120726400, 0),
(16135, 686, 81, 'Zirndorf', 489804100, 106696000, 0),
(16136, 686, 81, 'Zorneding', 480843300, 118244600, 0),
(16137, 686, 81, 'Zoschingen', 486666700, 103166700, 0),
(16138, 686, 81, 'Zwiesel', 490169300, 132376500, 0),
(16139, 687, 81, 'Adlershof', 524354800, 135482500, 0),
(16140, 687, 81, 'Albrechtshof', 525435500, 131354700, 0),
(16141, 687, 81, 'Alt-Hohenschoenhausen', 525460800, 135013000, 0),
(16142, 687, 81, 'Alt-Koelln', 525148600, 134028500, 0),
(16143, 687, 81, 'Amalienhof', 525192800, 131602800, 0),
(16144, 687, 81, 'Baumschulenweg', 524658200, 134852400, 0),
(16145, 687, 81, 'Bergmannstrasse', 524890300, 133992000, 0),
(16146, 687, 81, 'Berlin', 525243700, 134105300, 0),
(16147, 687, 81, 'Berlin Koepenick', 524425400, 135822800, 0),
(16148, 687, 81, 'Berlin Lichtenberg', 525139500, 134997500, 0),
(16149, 687, 81, 'Berlin Mitte', 525200300, 134048900, 0),
(16150, 687, 81, 'Berlin Pankow', 525692600, 134018600, 0),
(16151, 687, 81, 'Berlin Reinickendorf', 525666700, 133333300, 0),
(16152, 687, 81, 'Berlin Schoeneberg', 524838800, 133477000, 0),
(16153, 687, 81, 'Berlin Spandau', 525511000, 131992100, 0),
(16154, 687, 81, 'Berlin Steglitz Zehlendorf', 524348500, 132418300, 0),
(16155, 687, 81, 'Berlin Tempelhof', 524769300, 134102700, 0),
(16156, 687, 81, 'Berlin Treptow', 524937600, 134446900, 0),
(16157, 687, 81, 'Berlin Wilmersdorf', 525009700, 132909700, 0),
(16158, 687, 81, 'Berlin-Neukoeln', 524808000, 134250000, 0),
(16159, 687, 81, 'Bezirk Kreuzberg', 524997300, 134033800, 0),
(16160, 687, 81, 'Biesdorf', 525090600, 135534000, 0),
(16161, 687, 81, 'Blankenburg', 525929300, 134551600, 0),
(16162, 687, 81, 'Borsigwalde', 525852200, 133078800, 0),
(16163, 687, 81, 'Boxhagen', 525104800, 134618600, 0),
(16164, 687, 81, 'Britz', 524429300, 134338800, 0),
(16165, 687, 81, 'Buch', 526347000, 134967900, 0),
(16166, 687, 81, 'Buchholz', 526024200, 134301900, 0),
(16167, 687, 81, 'Buckow', 524320000, 134601800, 0),
(16168, 687, 81, 'Carl-Herz-Ufer', 524961300, 134034500, 0),
(16169, 687, 81, 'Charlottenburg', 525111300, 133016100, 0),
(16170, 687, 81, 'Charlottenburg Bezirk', 525166700, 132833300, 0),
(16171, 687, 81, 'Charlottenburg-Nord', 525304800, 132937100, 0),
(16172, 687, 81, 'Dahlem', 524581000, 132870200, 0),
(16173, 687, 81, 'Dorotheenstadt', 525180900, 133846100, 0),
(16174, 687, 81, 'Duppel', 524292100, 132293800, 0),
(16175, 687, 81, 'Fennpfuhl', 525292100, 134726700, 0),
(16176, 687, 81, 'Friedenau', 524713300, 133281300, 0),
(16177, 687, 81, 'Friedrichsberg', 525166700, 134666700, 0),
(16178, 687, 81, 'Friedrichsfelde', 525057500, 135081200, 0),
(16179, 687, 81, 'Friedrichshagen', 524505200, 136246300, 0),
(16180, 687, 81, 'Friedrichshain', 525127700, 134452100, 0),
(16181, 687, 81, 'Friedrichshain Bezirk', 525333300, 134333300, 0),
(16182, 687, 81, 'Friedrichstadt', 525125600, 133895400, 0),
(16183, 687, 81, 'Friedrichswerder', 525156500, 133977000, 0),
(16184, 687, 81, 'Frohnau', 526333600, 132902400, 0),
(16185, 687, 81, 'Gesundbrunnen', 525503500, 133913900, 0),
(16186, 687, 81, 'Goerlitzer Park', 524965500, 134379500, 0),
(16187, 687, 81, 'Grunau', 524164200, 135803900, 0),
(16188, 687, 81, 'Grunewald', 524833800, 132658600, 0),
(16189, 687, 81, 'Halensee', 524900500, 132960200, 0),
(16190, 687, 81, 'Hallesches Tor', 524976200, 133898900, 0),
(16191, 687, 81, 'Hansaviertel', 525185300, 133417800, 0),
(16192, 687, 81, 'Haselhorst', 525440900, 132374300, 0),
(16193, 687, 81, 'Heerstrasse', 525064800, 132402200, 0),
(16194, 687, 81, 'Heinersdorf', 525717300, 134375700, 0),
(16195, 687, 81, 'Hellersdorf', 525331900, 136088000, 0),
(16196, 687, 81, 'Hellersdorf Bezirk', 525166700, 135666700, 0),
(16197, 687, 81, 'Hermannplatz', 524865700, 134250800, 0),
(16198, 687, 81, 'Hermsdorf', 526113100, 133178300, 0),
(16199, 687, 81, 'Johannisthal', 524465300, 135066000, 0),
(16200, 687, 81, 'Karlshorst', 524841900, 135318500, 0),
(16201, 687, 81, 'Karow', 526090400, 134811700, 0),
(16202, 687, 81, 'Kaulsdorf', 525173200, 135887100, 0),
(16203, 687, 81, 'Klosterfelde', 525328800, 131903600, 0),
(16204, 687, 81, 'Kohlhasenbruck', 523982500, 131407400, 0),
(16205, 687, 81, 'Kopenick Bezirk', 524455000, 135745500, 0),
(16206, 687, 81, 'Kottbusser Tor', 524997900, 134198400, 0),
(16207, 687, 81, 'Kreuzberg', 524890600, 133873600, 0),
(16208, 687, 81, 'Lichtenrade', 523984400, 134063700, 0),
(16209, 687, 81, 'Lichterfelde', 524333000, 133076200, 0),
(16210, 687, 81, 'Lubars', 526159100, 133535000, 0),
(16211, 687, 81, 'Mariendorf', 524378000, 133810900, 0),
(16212, 687, 81, 'Marienfelde', 524186800, 133672300, 0),
(16213, 687, 81, 'Marienthal', 524666700, 134833300, 0),
(16214, 687, 81, 'Markisches Viertel', 525666700, 133666700, 0),
(16215, 687, 81, 'Marzahn', 525452500, 135698300, 0),
(16216, 687, 81, 'Marzahn Bezirk', 525500000, 135500000, 0),
(16217, 687, 81, 'Maybachufer', 524941200, 134257200, 0),
(16218, 687, 81, 'Mehringdamm', 524939900, 133895000, 0),
(16219, 687, 81, 'Mitte', 525213100, 133978400, 0),
(16220, 687, 81, 'Moabit', 525263500, 133390300, 0),
(16221, 687, 81, 'Muggelheim', 524113700, 136640300, 0),
(16222, 687, 81, 'Neu-Hohenschoenhausen', 525668100, 135125500, 0),
(16223, 687, 81, 'Neueiche', 525500000, 135833300, 0),
(16224, 687, 81, 'Neuhohenschonhausen', 525500000, 135000000, 0),
(16225, 687, 81, 'Neukolln', 524771900, 134312600, 0),
(16226, 687, 81, 'Neustadt', 525499000, 131902400, 0),
(16227, 687, 81, 'Niederschoneweide', 524467400, 135081200, 0),
(16228, 687, 81, 'Niederschonhausen', 525848300, 134027200, 0),
(16229, 687, 81, 'Nikolaiviertel', 525174800, 134074500, 0),
(16230, 687, 81, 'Nikolassee', 524344000, 132009500, 0),
(16231, 687, 81, 'Oberschoneweide', 524610600, 135210800, 0),
(16232, 687, 81, 'Pankow', 525671500, 134145500, 0),
(16233, 687, 81, 'Paul-Lincke-Ufer', 524937300, 134298000, 0),
(16234, 687, 81, 'Pichelsberg', 525106300, 132232100, 0),
(16235, 687, 81, 'Plaenterwald', 524810600, 134727600, 0),
(16236, 687, 81, 'Plotzensee', 525416200, 133089200, 0),
(16237, 687, 81, 'Potsdamer Platz', 525088800, 133785200, 0),
(16238, 687, 81, 'Prenzlauer Berg', 525512800, 134234300, 0),
(16239, 687, 81, 'Prenzlauer Berg Bezirk', 525333300, 134000000, 0),
(16240, 687, 81, 'Qwerty', 524024200, 135351600, 0),
(16241, 687, 81, 'Reinickendorf', 525717100, 133452500, 0),
(16242, 687, 81, 'Rosenthal', 525997600, 133777400, 0),
(16243, 687, 81, 'Rudow', 524240700, 134852900, 0),
(16244, 687, 81, 'Rummelsburg', 525014600, 134934000, 0),
(16245, 687, 81, 'Schildow', 526333300, 133833300, 0),
(16246, 687, 81, 'Schmargendorf', 524751700, 132907100, 0),
(16247, 687, 81, 'Schoenholz', 525776000, 133763700, 0),
(16248, 687, 81, 'Siemensstadt', 525405300, 132629400, 0),
(16249, 687, 81, 'Spandau', 525360300, 132020100, 0),
(16250, 687, 81, 'Spindlersfeld', 524499400, 135631600, 0),
(16251, 687, 81, 'Staaken', 525366100, 131505600, 0),
(16252, 687, 81, 'Steglitz', 524529800, 133313900, 0),
(16253, 687, 81, 'Steglitz Bezirk', 524666700, 133333300, 0),
(16254, 687, 81, 'Steinstucken', 523887000, 131308900, 0),
(16255, 687, 81, 'Stralau', 524955800, 134709100, 0),
(16256, 687, 81, 'Sudende', 524500000, 133666700, 0),
(16257, 687, 81, 'Tegel', 525760100, 132938900, 0),
(16258, 687, 81, 'Tiefwerder', 525199100, 132097700, 0),
(16259, 687, 81, 'Tiergarten', 525282300, 133255800, 0),
(16260, 687, 81, 'Tiergarten Bezirk', 525166700, 133666700, 0),
(16261, 687, 81, 'Treptow Bezirk', 524666700, 134666700, 0),
(16262, 687, 81, 'Uhlenhorst', 524666700, 135833300, 0),
(16263, 687, 81, 'Unter den Linden', 525178400, 133873600, 0),
(16264, 687, 81, 'Waidmannlust', 526078700, 133240100, 0),
(16265, 687, 81, 'Wedding', 525464300, 133592500, 0),
(16266, 687, 81, 'Wedding Bezirk', 525500000, 133666700, 0),
(16267, 687, 81, 'Weisse Taube', 525333300, 135166700, 0),
(16268, 687, 81, 'Weissensee', 525563200, 134664900, 0),
(16269, 687, 81, 'Wendenschloss', 524210800, 135903000, 0),
(16270, 687, 81, 'Westend', 524500000, 136000000, 0),
(16271, 687, 81, 'Wilhelmshagen', 524336700, 137151100, 0),
(16272, 687, 81, 'Wilhelmsruh', 525871000, 133685500, 0),
(16273, 687, 81, 'Wilmersdorf Bezirk', 524833300, 133166700, 0),
(16274, 687, 81, 'Wuhlheide', 524625400, 135509000, 0),
(16275, 687, 81, 'Zehlendorf Bezirk', 524333300, 132500000, 0),
(16276, 688, 81, 'Abbendorf', 528990400, 119132500, 0),
(16277, 688, 81, 'Ahrensfelde', 525765600, 135797000, 0),
(16278, 688, 81, 'Altstadt', 524166700, 125333300, 0),
(16279, 688, 81, 'Alttornow', 527822600, 140382100, 0),
(16280, 688, 81, 'Babelsberg', 523932200, 130955000, 0),
(16281, 688, 81, 'Bad Freienwalde', 527873000, 140304000, 0),
(16282, 688, 81, 'Bad Saarow', 522833300, 140666700, 0),
(16283, 688, 81, 'Baek', 531633200, 119164200, 0),
(16284, 688, 81, 'Beelitz', 522381200, 129714000, 0),
(16285, 688, 81, 'Beeskow', 521729100, 142459700, 0),
(16286, 688, 81, 'Belzig', 521418400, 125927200, 0),
(16287, 688, 81, 'Beresinchen', 523333300, 145166700, 0),
(16288, 688, 81, 'Berghof', 524666700, 137666700, 0),
(16289, 688, 81, 'Bergholz-Rehbrucke', 523471900, 131053200, 0),
(16290, 688, 81, 'Bernau bei Berlin', 526798200, 135870800, 0),
(16291, 688, 81, 'Bernowe', 528151400, 133353500, 0),
(16292, 688, 81, 'Bestensee', 522500000, 136500000, 0),
(16293, 688, 81, 'Biesenthal', 527661600, 136441600, 0),
(16294, 688, 81, 'Birkenhain', 523826200, 133113900, 0),
(16295, 688, 81, 'Birkenwerder', 526833300, 132833300, 0),
(16296, 688, 81, 'Bliesdorf', 526929800, 141594900, 0),
(16297, 688, 81, 'Borgsdorf', 527129300, 132767000, 0),
(16298, 688, 81, 'Borken', 517364000, 132055300, 0),
(16299, 688, 81, 'Bornstedt', 524160300, 130242900, 0),
(16300, 688, 81, 'Brandenburg an der Havel', 524166700, 125500000, 0),
(16301, 688, 81, 'Brieselang', 525833300, 130000000, 0),
(16302, 688, 81, 'Brieske', 515062000, 139691200, 0),
(16303, 688, 81, 'Brunschwig', 517672200, 143318000, 0),
(16304, 688, 81, 'Bucknitz', 522825600, 123292200, 0),
(16305, 688, 81, 'Burgfischerei', 523496600, 131223900, 0),
(16306, 688, 81, 'Cecilienhohe', 523840100, 130553800, 0),
(16307, 688, 81, 'Cottbus', 517576900, 143288800, 0),
(16308, 688, 81, 'Dabendorf', 522415800, 134378300, 0),
(16309, 688, 81, 'Dahlwitz-Hoppegarten', 525166700, 136666700, 0),
(16310, 688, 81, 'Dallgow-Doeberitz', 525426900, 130583700, 0),
(16311, 688, 81, 'Damm', 519936400, 130587100, 0),
(16312, 688, 81, 'Dissen', 518259400, 142902100, 0),
(16313, 688, 81, 'Doberlug-Kirchhain', 516257800, 135623200, 0),
(16314, 688, 81, 'Drebkau', 516541200, 142231600, 0),
(16315, 688, 81, 'Dreilinden', 524045300, 131740000, 0),
(16316, 688, 81, 'Dubrow', 522745800, 143866100, 0),
(16317, 688, 81, 'Eberswalde', 528349200, 138195100, 0),
(16318, 688, 81, 'Eichenfelde', 532133300, 124698300, 0),
(16319, 688, 81, 'Eisenhuettenstadt', 521500000, 146500000, 0),
(16320, 688, 81, 'Elsterwerda', 514604300, 135200100, 0),
(16321, 688, 81, 'Falkenhagen West', 525665600, 130907000, 0),
(16322, 688, 81, 'Falkensee', 525601400, 130927000, 0),
(16323, 688, 81, 'Finowfurt', 528492400, 136825900, 0),
(16324, 688, 81, 'Finsterwalde', 516338800, 137066200, 0),
(16325, 688, 81, 'Forst', 517354400, 146397100, 0),
(16326, 688, 81, 'Friedrichslust', 525559500, 137237600, 0),
(16327, 688, 81, 'Furstenwalde', 523606700, 140618500, 0),
(16328, 688, 81, 'Glucksburg', 525500000, 136333300, 0),
(16329, 688, 81, 'Golm', 524061900, 129670400, 0),
(16330, 688, 81, 'Golssen', 519720400, 136011500, 0),
(16331, 688, 81, 'Graben', 522333300, 124333300, 0),
(16332, 688, 81, 'Gratzwalde', 524660400, 137171700, 0),
(16333, 688, 81, 'Gross Glienicke', 524674700, 131079400, 0),
(16334, 688, 81, 'Gross Schonebeck', 529067800, 135310400, 0),
(16335, 688, 81, 'Grossbeeren', 523666700, 133333300, 0),
(16336, 688, 81, 'Guldendorf', 523131800, 145451000, 0),
(16337, 688, 81, 'Hankelsablage', 523500000, 136333300, 0),
(16338, 688, 81, 'Heinersbruck', 518198600, 145074000, 0),
(16339, 688, 81, 'Hennigsdorf', 526359800, 132041900, 0),
(16340, 688, 81, 'Honow', 525466600, 136376400, 0),
(16341, 688, 81, 'Hoppegarten', 524867200, 140180500, 0),
(16342, 688, 81, 'Hoppenrade', 525354400, 129297000, 0),
(16343, 688, 81, 'Karlsruhe', 529142900, 121880000, 0),
(16344, 688, 81, 'Keller', 529814600, 130348500, 0),
(16345, 688, 81, 'Ketschendorf', 523500000, 140833300, 0),
(16346, 688, 81, 'Keune', 517178900, 146631700, 0),
(16347, 688, 81, 'Kienbaum', 524554400, 139569800, 0),
(16348, 688, 81, 'Klein Glienicke', 524107600, 131089700, 0),
(16349, 688, 81, 'Kleinbeeren', 523614900, 133329600, 0),
(16350, 688, 81, 'Kleinbesten', 522333300, 136333300, 0),
(16351, 688, 81, 'Kleinmachnow', 524078600, 132251400, 0),
(16352, 688, 81, 'Kolkwitz', 517500000, 142500000, 0),
(16353, 688, 81, 'Kolonie Bergstucken', 523829100, 131426600, 0),
(16354, 688, 81, 'Kolonie Britz', 528737400, 138210600, 0),
(16355, 688, 81, 'Konigs Wusterhausen', 523014100, 136330000, 0),
(16356, 688, 81, 'Koppel', 531486900, 122323100, 0),
(16357, 688, 81, 'Kranzliner Siedlung', 529166700, 127833300, 0),
(16358, 688, 81, 'Kremmen', 527621600, 130251500, 0),
(16359, 688, 81, 'Kriegerheimstatten', 524166700, 125166700, 0),
(16360, 688, 81, 'Landwehr', 519605300, 135884100, 0),
(16361, 688, 81, 'Langen', 528399000, 128066300, 0),
(16362, 688, 81, 'Lauchhammer', 514881300, 137662300, 0),
(16363, 688, 81, 'Lebuser Vorstadt', 523500000, 145333300, 0),
(16364, 688, 81, 'Lippe', 521833300, 138500000, 0),
(16365, 688, 81, 'Lubben', 519381400, 138882600, 0),
(16366, 688, 81, 'Lubbenau', 518621700, 139516800, 0),
(16367, 688, 81, 'Luckenwalde', 520902900, 131677200, 0),
(16368, 688, 81, 'Mahlow', 523601700, 134095400, 0),
(16369, 688, 81, 'Malchow', 534186700, 139301600, 0),
(16370, 688, 81, 'Marquardt', 524590200, 129663000, 0),
(16371, 688, 81, 'Meyenburg', 530452400, 142369100, 0),
(16372, 688, 81, 'Michendorf West', 523119400, 130167400, 0),
(16373, 688, 81, 'Muhlenbeck', 526646600, 133768800, 0),
(16374, 688, 81, 'Mullrose', 522473600, 144179400, 0),
(16375, 688, 81, 'Muncheberg', 525070400, 141371600, 0),
(16376, 688, 81, 'Nauen', 526070100, 128737400, 0),
(16377, 688, 81, 'Nennhausen', 526000000, 125000000, 0),
(16378, 688, 81, 'Neu Buchhorst', 524150500, 137561200, 0),
(16379, 688, 81, 'Neu Schwante', 527235100, 130725300, 0),
(16380, 688, 81, 'Neuenhagen', 525298500, 136891400, 0),
(16381, 688, 81, 'Neupetershain', 516000000, 141666700, 0),
(16382, 688, 81, 'Neuruppin', 529281500, 128031100, 0),
(16383, 688, 81, 'Nibelungen', 526745100, 136130900, 0),
(16384, 688, 81, 'Niederlehme', 523171300, 136503600, 0),
(16385, 688, 81, 'Oranienburg', 527557700, 132419700, 0),
(16386, 688, 81, 'Oranienburg Sud', 527316500, 132424400, 0),
(16387, 688, 81, 'Osdorf', 524000000, 133166700, 0),
(16388, 688, 81, 'Ossendorf', 520643800, 145704400, 0),
(16389, 688, 81, 'Philippsthal', 523335900, 131413200, 0),
(16390, 688, 81, 'Potsdam', 523965500, 130579400, 0),
(16391, 688, 81, 'Prenzlau', 533162500, 138626100, 0),
(16392, 688, 81, 'Prosenkolonie', 514166700, 134666700, 0),
(16393, 688, 81, 'Rangsdorf', 522912600, 134194600, 0),
(16394, 688, 81, 'Rathenow', 526065900, 123369600, 0),
(16395, 688, 81, 'Rehbrucke', 523510300, 131113300, 0),
(16396, 688, 81, 'Reinsdorf', 519067900, 132216000, 0),
(16397, 688, 81, 'Rheinsberg', 530997200, 128988500, 0),
(16398, 688, 81, 'Sacro', 517801600, 146473500, 0),
(16399, 688, 81, 'Sandhausen', 527666700, 132500000, 0),
(16400, 688, 81, 'Sandow', 517610200, 143508600, 0),
(16401, 688, 81, 'Saritz', 517456400, 139196100, 0),
(16402, 688, 81, 'Schipkau', 515166700, 138833300, 0),
(16403, 688, 81, 'Schmiedeberg', 531429600, 139521200, 0),
(16404, 688, 81, 'Schonefeld', 519784300, 128305600, 0),
(16405, 688, 81, 'Schoneiche', 522223700, 135141400, 0),
(16406, 688, 81, 'Schulen', 520577300, 141103300, 0),
(16407, 688, 81, 'Schwarzheide', 514767100, 138556000, 0),
(16408, 688, 81, 'Schwedt - Monplaisir', 530711300, 142674600, 0),
(16409, 688, 81, 'Seebad Rudersdorf', 524566800, 137747500, 0),
(16410, 688, 81, 'Seegefeld', 525640000, 130824000, 0),
(16411, 688, 81, 'Senftenberg', 515251700, 140016400, 0),
(16412, 688, 81, 'Sprucke', 519479700, 146760200, 0),
(16413, 688, 81, 'Stahnsdorf', 523833300, 132166700, 0),
(16414, 688, 81, 'Steinfurt', 523732700, 137865700, 0),
(16415, 688, 81, 'Stolzenhagen', 527780500, 134384300, 0),
(16416, 688, 81, 'Strausberg', 525785900, 138874100, 0),
(16417, 688, 81, 'Strausberg-Vorstadt', 525362800, 138420900, 0),
(16418, 688, 81, 'Strobitz', 517574300, 143038400, 0),
(16419, 688, 81, 'Teltow', 524031000, 132601400, 0),
(16420, 688, 81, 'Teltower Vorstadt', 523886400, 130772500, 0),
(16421, 688, 81, 'Thamm', 515333300, 140000000, 0),
(16422, 688, 81, 'Trebus', 524038700, 140434000, 0),
(16423, 688, 81, 'Treplin', 524000000, 144000000, 0),
(16424, 688, 81, 'Trobitz', 516000000, 134333300, 0),
(16425, 688, 81, 'Velten', 526914900, 131753300, 0),
(16426, 688, 81, 'Vierruthenberg', 526833300, 131666700, 0),
(16427, 688, 81, 'Vogelsdorf', 525018200, 137363400, 0),
(16428, 688, 81, 'Wandlitz', 527419600, 134579900, 0),
(16429, 688, 81, 'Wandlitzsee', 527539100, 134723300, 0),
(16430, 688, 81, 'Wendisch Rietz', 522000000, 140166700, 0),
(16431, 688, 81, 'Werder', 520099300, 131281600, 0),
(16432, 688, 81, 'Werneuchen', 526327500, 137343700, 0),
(16433, 688, 81, 'Wesendorf', 529830200, 133799700, 0),
(16434, 688, 81, 'Wiesengrund', 525371600, 137221000, 0),
(16435, 688, 81, 'Wildau', 519000000, 135500000, 0),
(16436, 688, 81, 'Wittenberge', 530054300, 117503200, 0),
(16437, 688, 81, 'Woltersdorf', 521126800, 132063500, 0),
(16438, 688, 81, 'Woltersdorfer Schleuse', 524333300, 137666700, 0),
(16439, 688, 81, 'Wunsdorf', 521642800, 134722200, 0),
(16440, 688, 81, 'Zehdenick', 529785200, 133316500, 0),
(16441, 688, 81, 'Zehnruthenplan', 524000000, 132833300, 0),
(16442, 688, 81, 'Zeuthen', 523666700, 136166700, 0),
(16443, 689, 81, 'Alte Neustadt', 530729600, 87988500, 0),
(16444, 689, 81, 'Altstadt', 530773200, 88058900, 0),
(16445, 689, 81, 'Aumund', 531753800, 86261100, 0),
(16446, 689, 81, 'Bahnhofsvorstadt', 530826100, 88120700, 0),
(16447, 689, 81, 'Blumenthal', 531880400, 85582800, 0),
(16448, 689, 81, 'Bremen', 530751600, 88077700, 0),
(16449, 689, 81, 'Bremen-Vegesack', 531666700, 86166700, 0),
(16450, 689, 81, 'Bremerhaven', 535502100, 85767400, 0),
(16451, 689, 81, 'Burg-Grambke', 531523500, 87144400, 0),
(16452, 689, 81, 'Ellener Feld', 530631400, 89272900, 0),
(16453, 689, 81, 'Farge', 532016400, 85305900, 0),
(16454, 689, 81, 'Findorff-Buergerweide', 530872200, 88142100, 0),
(16455, 689, 81, 'Gartenstadt Sued', 530602800, 87985700, 0),
(16456, 689, 81, 'Geestemunde', 535329400, 85944600, 0),
(16457, 689, 81, 'Gropelingen', 531329300, 87414000, 0),
(16458, 689, 81, 'Habenhausen', 530451300, 88535200, 0),
(16459, 689, 81, 'Handelshaefen', 530983500, 87645100, 0),
(16460, 689, 81, 'Horn', 530962100, 88800900, 0),
(16461, 689, 81, 'Horn-Lehe', 531066200, 88558000, 0),
(16462, 689, 81, 'Huchting', 530576200, 87359300, 0),
(16463, 689, 81, 'Kattenturm', 530381200, 88200500, 0),
(16464, 689, 81, 'Lehe', 535672000, 85902100, 0),
(16465, 689, 81, 'Lehsterdeich', 531149400, 88917200, 0),
(16466, 689, 81, 'Lussum', 531993900, 85659200, 0),
(16467, 689, 81, 'Neue Vahr Suedost', 530808500, 88935200, 0),
(16468, 689, 81, 'Neuenland', 530500000, 87833300, 0),
(16469, 689, 81, 'OEstliche Vorstadt', 530723700, 88361000, 0),
(16470, 689, 81, 'Ostertorvorstadt', 530666700, 88500000, 0),
(16471, 689, 81, 'Regensburger Strasse', 530961900, 88031400, 0),
(16472, 689, 81, 'Sankt Magnus', 531659300, 86621400, 0),
(16473, 689, 81, 'Sebaldsbruck', 530658200, 88985000, 0),
(16474, 689, 81, 'Speckenbuettel', 535833300, 85833300, 0),
(16475, 689, 81, 'Steffensweg', 530919900, 87832300, 0),
(16476, 689, 81, 'Strom', 530836600, 86998000, 0),
(16477, 689, 81, 'Utbremen', 530889200, 87939100, 0),
(16478, 689, 81, 'Vahr', 530742300, 88700900, 0),
(16479, 689, 81, 'Walle', 531049400, 87866700, 0),
(16480, 690, 81, 'Alsterdorf', 536108300, 100130600, 0),
(16481, 690, 81, 'Altengamme', 534316700, 102748500, 0),
(16482, 690, 81, 'Altenwerder', 535166700, 99166700, 0),
(16483, 690, 81, 'Altona', 535500000, 99333300, 0),
(16484, 690, 81, 'Altstadt', 535500000, 100000000, 0),
(16485, 690, 81, 'Appelbuttel', 534333300, 99333300, 0),
(16486, 690, 81, 'Bahrenfeld', 535736500, 99000500, 0),
(16487, 690, 81, 'Barmbek', 535774000, 100423500, 0),
(16488, 690, 81, 'Barmbek-Nord', 536052000, 100398800, 0),
(16489, 690, 81, 'Barmbek-Sued', 535800700, 100406700, 0),
(16490, 690, 81, 'Bergedorf', 534846200, 102290400, 0),
(16491, 690, 81, 'Bergstedt', 536711100, 101269400, 0),
(16492, 690, 81, 'Billwerder', 535166700, 101166700, 0),
(16493, 690, 81, 'Boberg', 535166700, 101500000, 0),
(16494, 690, 81, 'Borgfelde', 535547500, 100344700, 0),
(16495, 690, 81, 'Bramfeld', 536086100, 100725000, 0),
(16496, 690, 81, 'Curslack', 534492400, 102289400, 0),
(16497, 690, 81, 'Eidelstedt', 536069700, 99053800, 0),
(16498, 690, 81, 'Eilbek', 535666700, 100500000, 0),
(16499, 690, 81, 'Eimsbuettel', 535666700, 99833300, 0),
(16500, 690, 81, 'Einlage', 534833300, 100500000, 0),
(16501, 690, 81, 'Eppendorf', 535833300, 99666700, 0),
(16502, 690, 81, 'Falkenstein', 535692400, 97714500, 0),
(16503, 690, 81, 'Farmsen', 536000000, 101166700, 0),
(16504, 690, 81, 'Farmsen-Berne', 536063900, 101197200, 0),
(16505, 690, 81, 'Fischbek', 534666700, 98333300, 0),
(16506, 690, 81, 'Francop', 535078600, 98477400, 0),
(16507, 690, 81, 'Fuhlsbuettel', 536345900, 100160800, 0),
(16508, 690, 81, 'HafenCity', 535415600, 99932800, 0),
(16509, 690, 81, 'Hamburg', 535753200, 100153400, 0),
(16510, 690, 81, 'Hamburg-Mitte', 535500000, 100166700, 0),
(16511, 690, 81, 'Hamburg-Nord', 535893500, 99840000, 0),
(16512, 690, 81, 'Hamm', 535548700, 100574200, 0),
(16513, 690, 81, 'Hammerbrook', 535452700, 100304200, 0),
(16514, 690, 81, 'Harburg', 534605700, 99838800, 0),
(16515, 690, 81, 'Harvestehude', 535833300, 99833300, 0),
(16516, 690, 81, 'Hausbruch', 534666700, 99000000, 0),
(16517, 690, 81, 'Heckkaten', 535000000, 102000000, 0),
(16518, 690, 81, 'Heimfeld', 534666700, 99500000, 0),
(16519, 690, 81, 'Hellbrook', 536000000, 100666700, 0),
(16520, 690, 81, 'Hinschenfelde', 535833300, 100833300, 0),
(16521, 690, 81, 'Hinterm Horn', 534720000, 101589600, 0),
(16522, 690, 81, 'Hohenbuchen', 536666700, 101000000, 0),
(16523, 690, 81, 'Hohenfelde', 535616700, 100208300, 0),
(16524, 690, 81, 'Horn', 535540600, 100898900, 0),
(16525, 690, 81, 'Hummelsbuettel', 536477300, 100414900, 0),
(16526, 690, 81, 'Jenerseite', 535000000, 100166700, 0),
(16527, 690, 81, 'Jenfeld', 535722200, 101361100, 0),
(16528, 690, 81, 'Kirchsteinbek', 535333300, 101333300, 0),
(16529, 690, 81, 'Klein Borstel', 536333500, 100547900, 0),
(16530, 690, 81, 'Kleiner Grasbrook', 535311100, 99936100, 0),
(16531, 690, 81, 'Langenbek', 534333300, 99833300, 0),
(16532, 690, 81, 'Langenfelde', 535833300, 99333300, 0),
(16533, 690, 81, 'Langenhorn', 536655600, 100013700, 0),
(16534, 690, 81, 'Lemsahl-Mellingstedt', 536899800, 100964800, 0),
(16535, 690, 81, 'Lohbrugge', 535000000, 102166700, 0),
(16536, 690, 81, 'Lokstedt', 536030600, 99563900, 0),
(16537, 690, 81, 'Marienhohe', 535666700, 98000000, 0),
(16538, 690, 81, 'Marienthal', 535666700, 100833300, 0),
(16539, 690, 81, 'Meiendorf', 536310600, 101646600, 0),
(16540, 690, 81, 'Nettelnburg', 534833300, 102000000, 0),
(16541, 690, 81, 'Neuengamme', 534424200, 102358100, 0),
(16542, 690, 81, 'Neumuhlen', 535442300, 99153300, 0),
(16543, 690, 81, 'Neustadt', 535519600, 99855800, 0),
(16544, 690, 81, 'Ochsenzoll', 536833300, 100000000, 0),
(16545, 690, 81, 'Ohlsdorf', 536259400, 100314500, 0),
(16546, 690, 81, 'Osdorf', 535798200, 98582600, 0),
(16547, 690, 81, 'Ottensen', 535500000, 99166700, 0),
(16548, 690, 81, 'Rahlstedt', 536019400, 101566700, 0),
(16549, 690, 81, 'Rissen', 535845300, 97659400, 0),
(16550, 690, 81, 'Ronneburg', 534333300, 100166700, 0),
(16551, 690, 81, 'Rotehaus', 535166700, 99833300, 0),
(16552, 690, 81, 'Rothenburgsort', 535350000, 100408200, 0),
(16553, 690, 81, 'Rotherbaum', 535699900, 99944900, 0),
(16554, 690, 81, 'Sasel', 536538500, 101118400, 0),
(16555, 690, 81, 'Scheideholz', 534666700, 98500000, 0),
(16556, 690, 81, 'Schnelsen', 536374000, 99182900, 0),
(16557, 690, 81, 'St. Georg', 535551300, 100123100, 0),
(16558, 690, 81, 'St. Pauli', 535570000, 99640000, 0),
(16559, 690, 81, 'Steilshoop', 536102800, 100591700, 0),
(16560, 690, 81, 'Tonndorf Lohe', 535833300, 101500000, 0),
(16561, 690, 81, 'Treudelberg', 536666700, 100833300, 0),
(16562, 690, 81, 'Uhlenhorst', 535725000, 100186100, 0),
(16563, 690, 81, 'Wandsbek', 535666700, 101000000, 0),
(16564, 690, 81, 'Wilstorf', 534500000, 99833300, 0),
(16565, 690, 81, 'Winterhude', 536000000, 100000000, 0),
(16566, 691, 81, 'Achenbach', 508623300, 83921700, 0),
(16567, 691, 81, 'Adolphseck', 501618100, 80783800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(16568, 691, 81, 'Ahausen', 504997800, 82727100, 0),
(16569, 691, 81, 'Ahrenberg', 512825000, 99498800, 0),
(16570, 691, 81, 'Alheim', 510333300, 96666700, 0),
(16571, 691, 81, 'Allertshofen', 497414000, 87074500, 0),
(16572, 691, 81, 'Alsbach-Hahnlein', 497386100, 85958300, 0),
(16573, 691, 81, 'Alsfeld', 507518500, 92708200, 0),
(16574, 691, 81, 'Altenbauna', 512577800, 94163600, 0),
(16575, 691, 81, 'Altenhasslau', 501898300, 91973600, 0),
(16576, 691, 81, 'Altenstadt', 502833300, 89500000, 0),
(16577, 691, 81, 'Altstadt', 501102900, 86825500, 0),
(16578, 691, 81, 'An den Eichen', 499961000, 85892000, 0),
(16579, 691, 81, 'Anberg', 504115800, 97349200, 0),
(16580, 691, 81, 'Anspach', 503010700, 85102000, 0),
(16581, 691, 81, 'Anzefahr', 508447200, 88666400, 0),
(16582, 691, 81, 'Arheilgen', 499128000, 86569500, 0),
(16583, 691, 81, 'Aschbach', 495755600, 88482200, 0),
(16584, 691, 81, 'Asslar', 505916300, 84627300, 0),
(16585, 691, 81, 'Bad Arolsen', 513798200, 90144500, 0),
(16586, 691, 81, 'Bad Camberg', 502969500, 82689600, 0),
(16587, 691, 81, 'Bad Hersfeld', 508719700, 97089100, 0),
(16588, 691, 81, 'Bad Homburg vor der Hohe', 502266700, 86196300, 0),
(16589, 691, 81, 'Bad Nauheim', 503646300, 87385900, 0),
(16590, 691, 81, 'Bad Orb', 502278800, 93478200, 0),
(16591, 691, 81, 'Bad Schwalbach', 501419600, 80696400, 0),
(16592, 691, 81, 'Bad Soden am Taunus', 501408000, 85044900, 0),
(16593, 691, 81, 'Bad Vilbel', 501786600, 87375600, 0),
(16594, 691, 81, 'Bad Weilbach', 500342400, 84286600, 0),
(16595, 691, 81, 'Bad Wildungen', 511196300, 91247500, 0),
(16596, 691, 81, 'Bahnhofsviertel', 501074800, 86656400, 0),
(16597, 691, 81, 'Baunatal', 512518200, 94074700, 0),
(16598, 691, 81, 'Bauschheim', 499629700, 83814800, 0),
(16599, 691, 81, 'Beltershain', 506188400, 89362200, 0),
(16600, 691, 81, 'Bensheim', 496836900, 86183900, 0),
(16601, 691, 81, 'Bergen-Enkheim', 501500000, 87500000, 0),
(16602, 691, 81, 'Bernbach', 501544700, 91450900, 0),
(16603, 691, 81, 'Bessungen', 498578400, 86512800, 0),
(16604, 691, 81, 'Biblis', 496916700, 84586100, 0),
(16605, 691, 81, 'Bieber', 500895700, 88041700, 0),
(16606, 691, 81, 'Biebesheim', 497808800, 84669600, 0),
(16607, 691, 81, 'Biebrich', 500415000, 82487800, 0),
(16608, 691, 81, 'Bierstadt', 500829500, 82856900, 0),
(16609, 691, 81, 'Bischofsheim', 499938900, 83672200, 0),
(16610, 691, 81, 'Bockenheim', 501249800, 86453800, 0),
(16611, 691, 81, 'Bodenhausen', 513365600, 93016400, 0),
(16612, 691, 81, 'Bonames', 501833300, 86666700, 0),
(16613, 691, 81, 'Bonstadt', 502871700, 88447400, 0),
(16614, 691, 81, 'Bornheim', 501313500, 87125100, 0),
(16615, 691, 81, 'Bruchkobel', 501785300, 89231600, 0),
(16616, 691, 81, 'Buchschlag', 500246700, 86680500, 0),
(16617, 691, 81, 'Budesheim', 502174500, 88336400, 0),
(16618, 691, 81, 'Budingen', 502901300, 91114000, 0),
(16619, 691, 81, 'Burgel', 501182700, 87847300, 0),
(16620, 691, 81, 'Buttelborn', 499033300, 85233300, 0),
(16621, 691, 81, 'Butzbach', 504339500, 86712200, 0),
(16622, 691, 81, 'Cappel', 507783600, 87714300, 0),
(16623, 691, 81, 'Darmstadt', 498705600, 86494400, 0),
(16624, 691, 81, 'Dennhausen', 512508600, 94905000, 0),
(16625, 691, 81, 'Dieburg', 498973800, 88461300, 0),
(16626, 691, 81, 'Diedenbergen', 500611000, 84192900, 0),
(16627, 691, 81, 'Dietkirchen', 504030500, 80918700, 0),
(16628, 691, 81, 'Dietzenbach', 500097600, 87778400, 0),
(16629, 691, 81, 'Dillenburg', 507411400, 82869900, 0),
(16630, 691, 81, 'Dorf Erbach', 496645200, 90088400, 0),
(16631, 691, 81, 'Dornheim', 498777800, 84838900, 0),
(16632, 691, 81, 'Dornholzhausen', 502392300, 85973900, 0),
(16633, 691, 81, 'Dotzheim', 500746000, 82102100, 0),
(16634, 691, 81, 'Dreieich', 500199700, 86961100, 0),
(16635, 691, 81, 'Dreieichenhain', 500015900, 87163200, 0),
(16636, 691, 81, 'Driedorf', 506333300, 81833300, 0),
(16637, 691, 81, 'Dudenhofen', 500097200, 88889700, 0),
(16638, 691, 81, 'Eckelshausen', 508851700, 85455600, 0),
(16639, 691, 81, 'Eckenheim', 501502400, 86841600, 0),
(16640, 691, 81, 'Edelzell', 505264100, 97029900, 0),
(16641, 691, 81, 'Egelsbach', 499711100, 86702800, 0),
(16642, 691, 81, 'Ehlen', 513232100, 93086000, 0),
(16643, 691, 81, 'Eich', 498033300, 85608400, 0),
(16644, 691, 81, 'Eichenzell', 504953600, 96967200, 0),
(16645, 691, 81, 'Eichwaldchen', 502212400, 85622100, 0),
(16646, 691, 81, 'Eiterfeld', 507666700, 98000000, 0),
(16647, 691, 81, 'Eltville', 500285800, 81175400, 0),
(16648, 691, 81, 'Elz', 504166700, 80333300, 0),
(16649, 691, 81, 'Enkheim', 501469200, 87579200, 0),
(16650, 691, 81, 'Ennerich', 503937000, 81276200, 0),
(16651, 691, 81, 'Erbach', 496385300, 86697500, 0),
(16652, 691, 81, 'Erbenheim', 500561700, 83028300, 0),
(16653, 691, 81, 'Erlensee', 501630400, 89782300, 0),
(16654, 691, 81, 'Erzhausen', 499552800, 86475000, 0),
(16655, 691, 81, 'Eschbach', 503588200, 85389500, 0),
(16656, 691, 81, 'Eschborn', 501432800, 85711100, 0),
(16657, 691, 81, 'Eschwege', 511838600, 100532900, 0),
(16658, 691, 81, 'Espenscheid', 501117900, 79040500, 0),
(16659, 691, 81, 'Fechenheim', 501260800, 87619400, 0),
(16660, 691, 81, 'Flieden', 504238900, 95666000, 0),
(16661, 691, 81, 'Florsheim', 500131200, 84277900, 0),
(16662, 691, 81, 'Florstadt', 503166700, 88666700, 0),
(16663, 691, 81, 'Frankenberg', 510589000, 88007700, 0),
(16664, 691, 81, 'Frankfurt Main Flughafen', 500287000, 85336300, 0),
(16665, 691, 81, 'Frankfurt am Main', 501155200, 86841700, 0),
(16666, 691, 81, 'Frankfurter-Berg', 501668900, 86776500, 0),
(16667, 691, 81, 'Frauenstein', 500641800, 81531200, 0),
(16668, 691, 81, 'Friedberg', 503373900, 87559100, 0),
(16669, 691, 81, 'Friedrichsdorf', 502496200, 86428100, 0),
(16670, 691, 81, 'Frielendorf', 509833300, 93333300, 0),
(16671, 691, 81, 'Fritzlar', 511318100, 92755700, 0),
(16672, 691, 81, 'Fulda', 505516200, 96751800, 0),
(16673, 691, 81, 'Gallus', 501003800, 86295000, 0),
(16674, 691, 81, 'Geinsheim', 498824700, 83964200, 0),
(16675, 691, 81, 'Geisenheim', 499847000, 79683500, 0),
(16676, 691, 81, 'Geislitz', 501725000, 92162300, 0),
(16677, 691, 81, 'Geiss-Nidda', 504038800, 89693900, 0),
(16678, 691, 81, 'Gelnhausen', 502016400, 91874200, 0),
(16679, 691, 81, 'Gernsheim', 497530500, 84885900, 0),
(16680, 691, 81, 'Giessen', 505833300, 86500000, 0),
(16681, 691, 81, 'Ginnheim', 501437400, 86503600, 0),
(16682, 691, 81, 'Ginsheim-Gustavsburg', 499858300, 83425000, 0),
(16683, 691, 81, 'Gladenbach', 507684700, 85808500, 0),
(16684, 691, 81, 'Gleiberg', 506145500, 86362500, 0),
(16685, 691, 81, 'Goldstein', 500832900, 86047300, 0),
(16686, 691, 81, 'Gondsroth', 501530700, 91035700, 0),
(16687, 691, 81, 'Gravenbruch', 500602500, 87519600, 0),
(16688, 691, 81, 'Gravenwiesbach', 503902400, 84569000, 0),
(16689, 691, 81, 'Grebenhain', 504892400, 93385500, 0),
(16690, 691, 81, 'Griesheim', 498608500, 85725000, 0),
(16691, 691, 81, 'Gross Felda', 506507100, 91704100, 0),
(16692, 691, 81, 'Gross-Bieberau', 498006400, 88243000, 0),
(16693, 691, 81, 'Gross-Gerau', 499213900, 84825500, 0),
(16694, 691, 81, 'Gross-Rohrheim', 497211100, 84827800, 0),
(16695, 691, 81, 'Gross-Umstadt', 498689900, 89321000, 0),
(16696, 691, 81, 'Gross-Zimmern', 498758300, 88344400, 0),
(16697, 691, 81, 'Grossenluder', 505925000, 95423100, 0),
(16698, 691, 81, 'Grosskrotzenburg', 500833300, 89833300, 0),
(16699, 691, 81, 'Gudensberg', 511770600, 93674800, 0),
(16700, 691, 81, 'Gustavsburg', 499975600, 83170200, 0),
(16701, 691, 81, 'Gutleutviertel', 501018600, 86534500, 0),
(16702, 691, 81, 'Haiger', 507416200, 82077800, 0),
(16703, 691, 81, 'Hailer', 501871300, 91575400, 0),
(16704, 691, 81, 'Hanau am Main', 501342300, 89141800, 0),
(16705, 691, 81, 'Harheim', 501838200, 86915600, 0),
(16706, 691, 81, 'Harleshausen', 513327600, 94477300, 0),
(16707, 691, 81, 'Hassenhausen', 507068000, 87392000, 0),
(16708, 691, 81, 'Hattersheim', 500785400, 84755200, 0),
(16709, 691, 81, 'Hausen', 500818100, 88648200, 0),
(16710, 691, 81, 'Hebel', 510674100, 93806500, 0),
(16711, 691, 81, 'Heddernheim', 501603000, 86507000, 0),
(16712, 691, 81, 'Heilsberg', 501666700, 87333300, 0),
(16713, 691, 81, 'Heisebeck', 515860300, 96563000, 0),
(16714, 691, 81, 'Herbelhausen', 510041500, 89782600, 0),
(16715, 691, 81, 'Herborn', 506813500, 83036900, 0),
(16716, 691, 81, 'Heusenstamm', 500555300, 88007600, 0),
(16717, 691, 81, 'Himbach', 502595000, 89991100, 0),
(16718, 691, 81, 'Hochelheim', 505088400, 86241000, 0),
(16719, 691, 81, 'Hochheim am Main', 500143600, 83521800, 0),
(16720, 691, 81, 'Hochst', 500958100, 85386100, 0),
(16721, 691, 81, 'Hochst im Odenwald', 497997200, 89994400, 0),
(16722, 691, 81, 'Hofbieber', 505862900, 98353400, 0),
(16723, 691, 81, 'Hofgeismar', 514960700, 93850000, 0),
(16724, 691, 81, 'Hofheim', 496575000, 84138400, 0),
(16725, 691, 81, 'Hofheim am Taunus', 500901900, 84493000, 0),
(16726, 691, 81, 'Hoof', 512830200, 93405200, 0),
(16727, 691, 81, 'Hungen', 504736800, 88932600, 0),
(16728, 691, 81, 'Idstein', 502177400, 82667900, 0),
(16729, 691, 81, 'Kalbach', 501870100, 86471000, 0),
(16730, 691, 81, 'Karben', 502301900, 87715500, 0),
(16731, 691, 81, 'Kassel', 502067900, 92776100, 0),
(16732, 691, 81, 'Kastel', 500099400, 82829100, 0),
(16733, 691, 81, 'Kelsterbach', 500613500, 85291600, 0),
(16734, 691, 81, 'Kesselbach', 502188000, 82037900, 0),
(16735, 691, 81, 'Kilianstadten', 502007600, 88519100, 0),
(16736, 691, 81, 'Klein Altenstadten', 505820400, 84625600, 0),
(16737, 691, 81, 'Klein Linden', 505568500, 86471200, 0),
(16738, 691, 81, 'Klein Steinheim', 501166700, 89166700, 0),
(16739, 691, 81, 'Klein-Zimmern', 498685900, 88505400, 0),
(16740, 691, 81, 'Kohlheck', 500821200, 81947600, 0),
(16741, 691, 81, 'Konigstadten', 499627800, 84497200, 0),
(16742, 691, 81, 'Konigstein im Taunus', 501836700, 84639500, 0),
(16743, 691, 81, 'Korbach', 512756100, 88730000, 0),
(16744, 691, 81, 'Kranichstein', 499047400, 86808400, 0),
(16745, 691, 81, 'Kriftel', 500833300, 84833300, 0),
(16746, 691, 81, 'Kronberg', 501774500, 85125200, 0),
(16747, 691, 81, 'Kunzell', 505442000, 97179200, 0),
(16748, 691, 81, 'Laisa', 509948400, 86318500, 0),
(16749, 691, 81, 'Lampertheim', 495978600, 84725000, 0),
(16750, 691, 81, 'Landau', 513420900, 90850100, 0),
(16751, 691, 81, 'Langen', 499895500, 86685200, 0),
(16752, 691, 81, 'Langendiebach', 501717700, 89790300, 0),
(16753, 691, 81, 'Langenselbold', 501765700, 90400300, 0),
(16754, 691, 81, 'Lanzingen', 501798700, 92795000, 0),
(16755, 691, 81, 'Laubach', 503632000, 84297800, 0),
(16756, 691, 81, 'Lauterbach', 506355800, 93977700, 0),
(16757, 691, 81, 'Leihgestern', 505278300, 86768000, 0),
(16758, 691, 81, 'Leun', 505512900, 83583600, 0),
(16759, 691, 81, 'Limbach', 502450600, 81732200, 0),
(16760, 691, 81, 'Limburg an der Lahn', 503836000, 80503000, 0),
(16761, 691, 81, 'Lindenfels', 496836900, 87815100, 0),
(16762, 691, 81, 'Lollar', 506465200, 87049500, 0),
(16763, 691, 81, 'Lorsbach', 501161400, 84198300, 0),
(16764, 691, 81, 'Maintal', 501500000, 88333300, 0),
(16765, 691, 81, 'Marburg an der Lahn', 508090400, 87706900, 0),
(16766, 691, 81, 'Marxheim', 500774800, 84383300, 0),
(16767, 691, 81, 'Mechtildshausen', 500418700, 83252400, 0),
(16768, 691, 81, 'Melsungen', 511302900, 95523600, 0),
(16769, 691, 81, 'Messel', 499383300, 87405600, 0),
(16770, 691, 81, 'Michelstadt', 496756900, 90037300, 0),
(16771, 691, 81, 'Morfelden', 499761200, 85650000, 0),
(16772, 691, 81, 'Morfelden-Walldorf', 499947200, 85836100, 0),
(16773, 691, 81, 'Muehlheim am Main', 501166700, 88333300, 0),
(16774, 691, 81, 'Muhldorf', 503990600, 95012800, 0),
(16775, 691, 81, 'Munchholzhausen', 505508600, 85766200, 0),
(16776, 691, 81, 'Neu Isenburg', 500483200, 86940600, 0),
(16777, 691, 81, 'Neu-Anspach', 503166700, 85000000, 0),
(16778, 691, 81, 'Neuenhasslau', 501620500, 90910100, 0),
(16779, 691, 81, 'Neulsenburg', 500500000, 86833300, 0),
(16780, 691, 81, 'Neuwiedermuss', 502302300, 90590500, 0),
(16781, 691, 81, 'Nidderau', 502380500, 88670400, 0),
(16782, 691, 81, 'Nied', 501000000, 85666700, 0),
(16783, 691, 81, 'Nieder Eschbach', 502000000, 86666700, 0),
(16784, 691, 81, 'Nieder-Morlen', 503808300, 87250300, 0),
(16785, 691, 81, 'Nieder-Ramstadt', 498247400, 87008400, 0),
(16786, 691, 81, 'Nieder-Roden', 500000000, 88666700, 0),
(16787, 691, 81, 'Niederbrechen', 503646800, 81651200, 0),
(16788, 691, 81, 'Niederdorfelden', 501941500, 88000500, 0),
(16789, 691, 81, 'Niederjosbach', 501545200, 83524900, 0),
(16790, 691, 81, 'Niedernhausen', 497742700, 88207800, 0),
(16791, 691, 81, 'Niederrad', 500830900, 86285200, 0),
(16792, 691, 81, 'Niederursel', 501648000, 86187700, 0),
(16793, 691, 81, 'Niedervellmar', 513510900, 94786300, 0),
(16794, 691, 81, 'Niederwollstadt', 502802400, 87708300, 0),
(16795, 691, 81, 'Nordend-Ost', 501259700, 86966200, 0),
(16796, 691, 81, 'Nordend-West', 501298800, 86794600, 0),
(16797, 691, 81, 'Nurnberger Hof', 500614500, 81640700, 0),
(16798, 691, 81, 'Nust', 506587700, 97612700, 0),
(16799, 691, 81, 'Ober-Erlenbach', 502264500, 86792000, 0),
(16800, 691, 81, 'Ober-Laudenbach', 496150400, 86741500, 0),
(16801, 691, 81, 'Ober-Ramstadt', 498307800, 87488700, 0),
(16802, 691, 81, 'Oberdorfelden', 501961300, 88233900, 0),
(16803, 691, 81, 'Obernburg', 512327000, 89061600, 0),
(16804, 691, 81, 'Oberrad', 501008200, 87264500, 0),
(16805, 691, 81, 'Oberselters', 503223100, 82411400, 0),
(16806, 691, 81, 'Obertshausen', 500713900, 88512300, 0),
(16807, 691, 81, 'Oberursel', 502073100, 85774700, 0),
(16808, 691, 81, 'Ockershausen', 508004900, 87503200, 0),
(16809, 691, 81, 'Offenbach', 501006000, 87664700, 0),
(16810, 691, 81, 'Okriftel', 500536400, 84957500, 0),
(16811, 691, 81, 'Orlen', 501816300, 81868000, 0),
(16812, 691, 81, 'Ortenberg', 503558400, 90560200, 0),
(16813, 691, 81, 'Panrod', 502557700, 81320000, 0),
(16814, 691, 81, 'Petersberg', 505618700, 97131200, 0),
(16815, 691, 81, 'Petersburg', 507525300, 85476100, 0),
(16816, 691, 81, 'Pfaffenwiesbach', 503290300, 86079600, 0),
(16817, 691, 81, 'Pfungstadt', 498055700, 86030600, 0),
(16818, 691, 81, 'Philippshospital', 498197300, 85022200, 0),
(16819, 691, 81, 'Praunheim', 501436900, 86146500, 0),
(16820, 691, 81, 'Preungesheim', 501545800, 86919000, 0),
(16821, 691, 81, 'Raunheim', 500132000, 84525300, 0),
(16822, 691, 81, 'Reichelsheim', 497121100, 88389600, 0),
(16823, 691, 81, 'Reisen', 495776400, 87203000, 0),
(16824, 691, 81, 'Reiskirchen', 505040400, 85104600, 0),
(16825, 691, 81, 'Reuters', 506745000, 93515000, 0),
(16826, 691, 81, 'Rhadern', 511700000, 87956100, 0),
(16827, 691, 81, 'Riedstadt', 498341100, 84962100, 0),
(16828, 691, 81, 'Rimbach', 496250000, 87630600, 0),
(16829, 691, 81, 'Rodelheim', 501254200, 86089000, 0),
(16830, 691, 81, 'Rodgau', 500262700, 88858800, 0),
(16831, 691, 81, 'Romerstadt', 501547000, 86330600, 0),
(16832, 691, 81, 'Rosbach vor der Hohe', 503033200, 86897600, 0),
(16833, 691, 81, 'Rossdorf', 498597200, 87616700, 0),
(16834, 691, 81, 'Rotenburg an der Fulda', 509955600, 97283800, 0),
(16835, 691, 81, 'Rothenditmold', 513256200, 94740800, 0),
(16836, 691, 81, 'Rothwesten', 513852300, 95226600, 0),
(16837, 691, 81, 'Ruckingen', 501578800, 89870400, 0),
(16838, 691, 81, 'Rudesheim am Rhein', 499784100, 79218300, 0),
(16839, 691, 81, 'Runkel', 504057400, 81545700, 0),
(16840, 691, 81, 'Russelsheim', 499895500, 84225100, 0),
(16841, 691, 81, 'Sachsenhausen', 501008000, 86855600, 0),
(16842, 691, 81, 'Sankt Georgen', 505107500, 83927500, 0),
(16843, 691, 81, 'Schaafheim', 499241700, 90094400, 0),
(16844, 691, 81, 'Schellnhausen', 506671400, 91499400, 0),
(16845, 691, 81, 'Schierstein', 500445700, 81978800, 0),
(16846, 691, 81, 'Schlitz', 506741600, 95610200, 0),
(16847, 691, 81, 'Schlossborn', 502000000, 83833300, 0),
(16848, 691, 81, 'Schotten', 505034600, 91251600, 0),
(16849, 691, 81, 'Schwalbach', 504967200, 84694300, 0),
(16850, 691, 81, 'Schwalbach am Taunus', 501500000, 85333300, 0),
(16851, 691, 81, 'Schwalheim', 503548000, 87629200, 0),
(16852, 691, 81, 'Schwarzenborn', 506209300, 99636600, 0),
(16853, 691, 81, 'Seckbach', 501453400, 87258900, 0),
(16854, 691, 81, 'Seeheim-Jugenheim', 497650000, 86519400, 0),
(16855, 691, 81, 'Siedlung Bublingshausen', 505430400, 85325000, 0),
(16856, 691, 81, 'Silhoferau', 505500000, 84833300, 0),
(16857, 691, 81, 'Sindlingen', 500846800, 85162900, 0),
(16858, 691, 81, 'Sinn', 506500000, 83333300, 0),
(16859, 691, 81, 'Sontra', 510717100, 99355800, 0),
(16860, 691, 81, 'Sossenheim', 501166700, 85666700, 0),
(16861, 691, 81, 'Spangenberg', 511164400, 96627000, 0),
(16862, 691, 81, 'Sprendlingen', 500249500, 86994400, 0),
(16863, 691, 81, 'Stadtallendorf', 508226100, 90129400, 0),
(16864, 691, 81, 'Staufenberg', 506619700, 87315800, 0),
(16865, 691, 81, 'Steinau an der Strasse', 503140100, 94633500, 0),
(16866, 691, 81, 'Steinbach am Taunus', 501677400, 85727800, 0),
(16867, 691, 81, 'Steinfischbach', 502757200, 83438400, 0),
(16868, 691, 81, 'Sterzhausen', 508624200, 87039200, 0),
(16869, 691, 81, 'Stierstadt', 501827300, 85836100, 0),
(16870, 691, 81, 'Sulzbach', 501339600, 85279600, 0),
(16871, 691, 81, 'Taunusstein', 501499300, 81520600, 0),
(16872, 691, 81, 'Trebur', 499311100, 84161100, 0),
(16873, 691, 81, 'Trendelburg', 515740800, 94209500, 0),
(16874, 691, 81, 'Ueberau', 498223100, 88471800, 0),
(16875, 691, 81, 'Ulm', 505818200, 82993200, 0),
(16876, 691, 81, 'Unterliederbach', 501074800, 85331200, 0),
(16877, 691, 81, 'Unterreichenbach', 503691300, 93243900, 0),
(16878, 691, 81, 'Usingen', 503355400, 85368800, 0),
(16879, 691, 81, 'Vellmar', 513580600, 94797400, 0),
(16880, 691, 81, 'Viernheim', 495403300, 85782000, 0),
(16881, 691, 81, 'Villingen', 505044700, 89360900, 0),
(16882, 691, 81, 'Villmar', 503833300, 82000000, 0),
(16883, 691, 81, 'Wahlershausen', 513169300, 94285900, 0),
(16884, 691, 81, 'Wald-Michelbach', 495700000, 88316700, 0),
(16885, 691, 81, 'Waldacker', 500012800, 88176400, 0),
(16886, 691, 81, 'Waldau', 512919400, 95149600, 0),
(16887, 691, 81, 'Waldbrunn', 505187500, 81081200, 0),
(16888, 691, 81, 'Waldems', 502500000, 83333300, 0),
(16889, 691, 81, 'Waldmannshausen', 505135900, 80553300, 0),
(16890, 691, 81, 'Walldorf', 500069000, 85783400, 0),
(16891, 691, 81, 'Walluf', 500500000, 81500000, 0),
(16892, 691, 81, 'Wambach', 501102400, 80979900, 0),
(16893, 691, 81, 'Waschenbach', 498037000, 87080400, 0),
(16894, 691, 81, 'Wehen', 501523200, 81837100, 0),
(16895, 691, 81, 'Wehlheiden', 513092100, 94686700, 0),
(16896, 691, 81, 'Wehneberg', 508876100, 97083500, 0),
(16897, 691, 81, 'Wehrheim', 503000000, 85666700, 0),
(16898, 691, 81, 'Weidenau', 504515500, 94421500, 0),
(16899, 691, 81, 'Weilburg', 504843800, 82624900, 0),
(16900, 691, 81, 'Weisskirchen', 501830200, 86002800, 0),
(16901, 691, 81, 'Weiterstadt', 499039000, 85887400, 0),
(16902, 691, 81, 'Werdorf', 505998000, 84167300, 0),
(16903, 691, 81, 'Westend-Sued', 501165100, 86637500, 0),
(16904, 691, 81, 'Wetzlar', 505610900, 85049500, 0),
(16905, 691, 81, 'Weyhers', 504878200, 98003200, 0),
(16906, 691, 81, 'Wiesbaden', 500825800, 82493200, 0),
(16907, 691, 81, 'Wieseck', 506052800, 87023800, 0),
(16908, 691, 81, 'Wiesenbach', 509007200, 84257000, 0),
(16909, 691, 81, 'Wilhelm Leuschner Siedlung', 496333300, 86333300, 0),
(16910, 691, 81, 'Wilhelmshohe', 513106600, 94311600, 0),
(16911, 691, 81, 'Willingen', 512941800, 86091000, 0),
(16912, 691, 81, 'Wirbelau', 504451300, 82232900, 0),
(16913, 691, 81, 'Wirmighausen', 513468800, 88267900, 0),
(16914, 691, 81, 'Wixhausen', 499308500, 86497200, 0),
(16915, 691, 81, 'Wohra', 509333700, 89474800, 0),
(16916, 691, 81, 'Wolfgang', 501207300, 89686900, 0),
(16917, 691, 81, 'Wolfsanger', 513380100, 95466900, 0),
(16918, 691, 81, 'Worfelden', 499283400, 85519400, 0),
(16919, 691, 81, 'Zeppelinheim', 500353800, 86133300, 0),
(16920, 691, 81, 'Zierenberg', 513694800, 93016400, 0),
(16921, 691, 81, 'Zorn', 501606000, 79172900, 0),
(16922, 691, 81, 'Zuschen', 511727100, 92275200, 0),
(16923, 691, 81, 'icke', 512560900, 94533200, 0),
(16924, 692, 81, 'Abtshagen', 541909700, 130206000, 0),
(16925, 692, 81, 'Adamshoffnung', 534465600, 123628800, 0),
(16926, 692, 81, 'Allershagen', 540926100, 119949400, 0),
(16927, 692, 81, 'Altstadt', 536280500, 114158200, 0),
(16928, 692, 81, 'Ankershagen', 534798700, 129669600, 0),
(16929, 692, 81, 'Ave', 535125500, 130189700, 0),
(16930, 692, 81, 'Bad Doberan', 541071200, 119005100, 0),
(16931, 692, 81, 'Barnstorf', 540860400, 120845100, 0),
(16932, 692, 81, 'Barth', 543634600, 127249100, 0),
(16933, 692, 81, 'Basthorst', 536365200, 116242200, 0),
(16934, 692, 81, 'Bauer', 539821200, 137965600, 0),
(16935, 692, 81, 'Below', 532594600, 124638200, 0),
(16936, 692, 81, 'Benz', 532462100, 111154200, 0),
(16937, 692, 81, 'Bergen auf Ruegen', 544182300, 134334900, 0),
(16938, 692, 81, 'Besitz', 533429700, 108591300, 0),
(16939, 692, 81, 'Biestow', 540605300, 121033600, 0),
(16940, 692, 81, 'Boizenburg', 533815300, 107237500, 0),
(16941, 692, 81, 'Borken', 535773200, 141658400, 0),
(16942, 692, 81, 'Carlsdorf', 537033100, 124698300, 0),
(16943, 692, 81, 'Crivitz', 535731600, 116519400, 0),
(16944, 692, 81, 'Damm', 534333300, 117500000, 0),
(16945, 692, 81, 'Darsband', 543571800, 134704800, 0),
(16946, 692, 81, 'Darz', 533664200, 121024700, 0),
(16947, 692, 81, 'Dassow', 539109600, 109755100, 0),
(16948, 692, 81, 'Dummerstorf', 540166700, 122333300, 0),
(16949, 692, 81, 'Elmenhorst', 539930400, 111238300, 0),
(16950, 692, 81, 'Elmenhorst Anteil', 541500000, 120166700, 0),
(16951, 692, 81, 'Evershagen', 541196000, 120564200, 0),
(16952, 692, 81, 'Fahrenkamp', 543814100, 127808800, 0),
(16953, 692, 81, 'Franken Vorstadt', 543000000, 131000000, 0),
(16954, 692, 81, 'Freudenberg', 542252500, 124946300, 0),
(16955, 692, 81, 'Friedberg', 535227600, 140211300, 0),
(16956, 692, 81, 'Gadebusch', 537013700, 111167600, 0),
(16957, 692, 81, 'Gehlsdorf', 540999700, 121227300, 0),
(16958, 692, 81, 'Golm', 535640500, 135630400, 0),
(16959, 692, 81, 'Greifswald', 540931100, 133878600, 0),
(16960, 692, 81, 'Grenzhausen', 538795100, 111457700, 0),
(16961, 692, 81, 'Greven', 534833300, 108000000, 0),
(16962, 692, 81, 'Grevenstein', 539289200, 110767300, 0),
(16963, 692, 81, 'Grunhufe', 543096100, 130412900, 0),
(16964, 692, 81, 'Guest', 540492300, 134471900, 0),
(16965, 692, 81, 'Haidhof', 544477200, 132631700, 0),
(16966, 692, 81, 'Heide', 534167100, 107352200, 0),
(16967, 692, 81, 'Heidhof', 531734300, 112294000, 0),
(16968, 692, 81, 'Heringsdorf', 539500000, 141666700, 0),
(16969, 692, 81, 'Herren Steinfeld', 536757400, 113119000, 0),
(16970, 692, 81, 'Herzberg', 535307200, 119280600, 0),
(16971, 692, 81, 'Hilgendorf', 538526300, 112626500, 0),
(16972, 692, 81, 'Hohendorf', 540166700, 137333300, 0),
(16973, 692, 81, 'Hohenstein', 536268400, 135892900, 0),
(16974, 692, 81, 'Holm', 539019700, 110165700, 0),
(16975, 692, 81, 'Horst', 532802800, 117555200, 0),
(16976, 692, 81, 'Immenstadt', 538768800, 137924100, 0),
(16977, 692, 81, 'Insel Riems', 541836400, 133623800, 0),
(16978, 692, 81, 'Kamp', 538420300, 138483800, 0),
(16979, 692, 81, 'Karlsruhe', 536532300, 128022100, 0),
(16980, 692, 81, 'Karstadt', 532833300, 114833300, 0),
(16981, 692, 81, 'Kastorf', 532001900, 115178400, 0),
(16982, 692, 81, 'Kiez', 533816200, 115793700, 0),
(16983, 692, 81, 'Kirchdorf', 539941700, 114369300, 0),
(16984, 692, 81, 'Klein Gelm', 545658700, 134526200, 0),
(16985, 692, 81, 'Koitenhagen', 540775600, 134241900, 0),
(16986, 692, 81, 'Koserow', 540500000, 140000000, 0),
(16987, 692, 81, 'Krakow', 541237200, 127827600, 0),
(16988, 692, 81, 'Kussow', 535574200, 133276800, 0),
(16989, 692, 81, 'Langenhagen', 535781900, 120290900, 0),
(16990, 692, 81, 'Lebbin', 534771100, 125141400, 0),
(16991, 692, 81, 'Lewenberg', 536459100, 114076700, 0),
(16992, 692, 81, 'Lichtenhagen', 541513300, 120627600, 0),
(16993, 692, 81, 'Lubmin', 541350900, 136168700, 0),
(16994, 692, 81, 'Ludwigslust', 533291600, 114971400, 0),
(16995, 692, 81, 'Marlow', 541543900, 125726100, 0),
(16996, 692, 81, 'Mecklenburg', 538427000, 114633000, 0),
(16997, 692, 81, 'Muhlen-Vorstadt', 540833300, 134000000, 0),
(16998, 692, 81, 'Neu Bartelstorf', 541112300, 121841400, 0),
(16999, 692, 81, 'Neubrandenburg', 535641400, 132753200, 0),
(17000, 692, 81, 'Neuburg', 534067700, 119174200, 0),
(17001, 692, 81, 'Neuenhagen', 537464400, 131106600, 0),
(17002, 692, 81, 'Neustadt-Glewe', 533784600, 115926400, 0),
(17003, 692, 81, 'Neustrelitz', 533613000, 130729200, 0),
(17004, 692, 81, 'Nossentiner Hutte', 535343400, 124241600, 0),
(17005, 692, 81, 'Oldenburg', 539550800, 135566100, 0),
(17006, 692, 81, 'Ostseebad Binz', 543999500, 136105200, 0),
(17007, 692, 81, 'Ostseebad Kuhlungsborn', 541503500, 117599400, 0),
(17008, 692, 81, 'Ostseebad Sellin', 543784600, 136939400, 0),
(17009, 692, 81, 'Ostseebad Zinnowitz', 540766800, 139112700, 0),
(17010, 692, 81, 'Parchim', 534263100, 118487500, 0),
(17011, 692, 81, 'Paulsstadt', 536328300, 114037200, 0),
(17012, 692, 81, 'Preetz', 543501700, 129893600, 0),
(17013, 692, 81, 'Raben Steinfeld', 536000000, 115000000, 0),
(17014, 692, 81, 'Roga', 536424400, 134566000, 0),
(17015, 692, 81, 'Rostock', 540887000, 121404900, 0),
(17016, 692, 81, 'Sagard', 545255600, 135538700, 0),
(17017, 692, 81, 'Salem', 537909100, 128066700, 0),
(17018, 692, 81, 'Sankt Georg', 535500000, 132500000, 0),
(17019, 692, 81, 'Sassnitz', 545157000, 136445100, 0),
(17020, 692, 81, 'Schelfstadt', 536338200, 114171100, 0),
(17021, 692, 81, 'Schlagbrugge', 537223100, 108440200, 0),
(17022, 692, 81, 'Schwerin', 536293700, 114117100, 0),
(17023, 692, 81, 'Seebad Ahlbeck', 539407400, 141892900, 0),
(17024, 692, 81, 'Seeland', 538511300, 126916700, 0),
(17025, 692, 81, 'Sehlen', 543797100, 133890700, 0),
(17026, 692, 81, 'Selmsdorf', 538833300, 108666700, 0),
(17027, 692, 81, 'Severin', 535034700, 117718500, 0),
(17028, 692, 81, 'Steinbecker Vorstadt', 541010300, 133792200, 0),
(17029, 692, 81, 'Steinhagen', 536666700, 124666700, 0),
(17030, 692, 81, 'Storkow', 533078700, 142787400, 0),
(17031, 692, 81, 'Stralsund', 543091100, 130818000, 0),
(17032, 692, 81, 'Treptow', 536833300, 132500000, 0),
(17033, 692, 81, 'Tribseer Vorstadt', 543007700, 130664800, 0),
(17034, 692, 81, 'Vellahn', 534000000, 109666700, 0),
(17035, 692, 81, 'Vier', 533736200, 106888000, 0),
(17036, 692, 81, 'Wall', 545500000, 134666700, 0),
(17037, 692, 81, 'Waren', 535204000, 126798500, 0),
(17038, 692, 81, 'Warnemuende', 541767000, 120840200, 0),
(17039, 692, 81, 'Warnow', 537833300, 118833300, 0),
(17040, 692, 81, 'Weststadt', 536347200, 113956500, 0),
(17041, 692, 81, 'Wismar', 538931400, 114528600, 0),
(17042, 692, 81, 'Wittenforden', 536291700, 113298200, 0),
(17043, 692, 81, 'Woldegk', 534605800, 135835600, 0),
(17044, 692, 81, 'Wolgast', 540527500, 137720100, 0),
(17045, 692, 81, 'Zempin', 540666700, 139666700, 0),
(17046, 692, 81, 'Zierke', 533753400, 130477300, 0),
(17047, 693, 81, 'Abbehausergroden', 534723500, 83905600, 0),
(17048, 693, 81, 'Abbehauserwisch', 535144400, 84223900, 0),
(17049, 693, 81, 'Achelriede', 522407600, 81683500, 0),
(17050, 693, 81, 'Achim', 520593000, 106107300, 0),
(17051, 693, 81, 'Achterdeich', 533784800, 101272500, 0),
(17052, 693, 81, 'Adolfshausen', 529151700, 90922400, 0),
(17053, 693, 81, 'Aerzen', 520495300, 92585600, 0),
(17054, 693, 81, 'Ahlerstedt', 534000000, 94500000, 0),
(17055, 693, 81, 'Ahsen-Oetzen', 529586800, 90793300, 0),
(17056, 693, 81, 'Aldenburg', 535364500, 80757600, 0),
(17057, 693, 81, 'Alfeld', 519838200, 98198900, 0),
(17058, 693, 81, 'Alt Wolfsburg', 524419900, 108000800, 0),
(17059, 693, 81, 'Alt-Laatzen', 523143000, 97875300, 0),
(17060, 693, 81, 'Altendorf', 518234200, 94703900, 0),
(17061, 693, 81, 'Altpetritor', 522666700, 105000000, 0),
(17062, 693, 81, 'Altstadt', 522624800, 105165300, 0),
(17063, 693, 81, 'Altwarmbuchen', 524343900, 98561000, 0),
(17064, 693, 81, 'Alvesrode', 522016100, 96015400, 0),
(17065, 693, 81, 'Ambostel', 523666600, 101388800, 0),
(17066, 693, 81, 'Artlenburg', 533718200, 104879300, 0),
(17067, 693, 81, 'Aschendorf-Moor-Siedlung', 530431900, 73994700, 0),
(17068, 693, 81, 'Assel', 536906500, 94341100, 0),
(17069, 693, 81, 'Atenseraltensiel', 535000000, 84833300, 0),
(17070, 693, 81, 'Atter', 522931600, 79515700, 0),
(17071, 693, 81, 'Augustenthal', 517162700, 102726700, 0),
(17072, 693, 81, 'Augustfehn', 532251700, 77628700, 0),
(17073, 693, 81, 'Aurich', 534691900, 74823200, 0),
(17074, 693, 81, 'Bad Bevensen', 530805900, 105821100, 0),
(17075, 693, 81, 'Bad Essen', 523166700, 83333300, 0),
(17076, 693, 81, 'Bad Gandersheim', 518716700, 100253700, 0),
(17077, 693, 81, 'Bad Grund', 518102100, 102369400, 0),
(17078, 693, 81, 'Bad Harzburg', 518826800, 105615700, 0),
(17079, 693, 81, 'Bad Munder am Deister', 521955100, 94642100, 0),
(17080, 693, 81, 'Bad Nenndorf', 523370300, 93790400, 0),
(17081, 693, 81, 'Bad Pyrmont', 519859000, 92524600, 0),
(17082, 693, 81, 'Bad Sachsa', 515949900, 105554600, 0),
(17083, 693, 81, 'Bad Zwischenahn', 531833300, 80000000, 0),
(17084, 693, 81, 'Baden', 530027200, 90859300, 0),
(17085, 693, 81, 'Badenstedt', 523580900, 96707200, 0),
(17086, 693, 81, 'Bakum', 522138700, 83270400, 0),
(17087, 693, 81, 'Ballast', 527356700, 83612800, 0),
(17088, 693, 81, 'Baltrum', 537333300, 73666700, 0),
(17089, 693, 81, 'Barbis', 516137400, 104231800, 0),
(17090, 693, 81, 'Bargstedt', 534666700, 94500000, 0),
(17091, 693, 81, 'Barsinghausen', 523000000, 94500000, 0),
(17092, 693, 81, 'Barum', 521213200, 104223300, 0),
(17093, 693, 81, 'Bei Sillenstede', 535666700, 79833300, 0),
(17094, 693, 81, 'Beim Burgerbusch', 531666700, 82000000, 0),
(17095, 693, 81, 'Belm', 523000000, 81333300, 0),
(17096, 693, 81, 'Benefeld', 529040000, 96315700, 0),
(17097, 693, 81, 'Benstrup', 527787500, 77946600, 0),
(17098, 693, 81, 'Bentheim', 523007800, 71603100, 0),
(17099, 693, 81, 'Berne', 531814000, 84822200, 0),
(17100, 693, 81, 'Bersenbruck', 525516000, 79483600, 0),
(17101, 693, 81, 'Bevensen', 526128500, 94829200, 0),
(17102, 693, 81, 'Bingum', 532220300, 74135100, 0),
(17103, 693, 81, 'Bissendorf', 522333300, 81666700, 0),
(17104, 693, 81, 'Blanke', 524166700, 70666700, 0),
(17105, 693, 81, 'Bleckede', 532897200, 107337200, 0),
(17106, 693, 81, 'Blume', 514166700, 96666700, 0),
(17107, 693, 81, 'Bodensee', 516000000, 101333300, 0),
(17108, 693, 81, 'Bomlitz', 529000000, 96500000, 0),
(17109, 693, 81, 'Bommelsen', 529455300, 96902800, 0),
(17110, 693, 81, 'Bornberg', 536548600, 92044300, 0),
(17111, 693, 81, 'Bothfeld', 524173200, 97961200, 0),
(17112, 693, 81, 'Bramsche', 524088100, 79728800, 0),
(17113, 693, 81, 'Braunschweig', 522659400, 105267300, 0),
(17114, 693, 81, 'Bremervorde', 534845800, 91430600, 0),
(17115, 693, 81, 'Brockhoff', 531846400, 79950400, 0),
(17116, 693, 81, 'Broitzem', 522346300, 104771800, 0),
(17117, 693, 81, 'Bruchhausen-Vilsen', 528293100, 89906600, 0),
(17118, 693, 81, 'Bruchmuhlen', 522005300, 84560000, 0),
(17119, 693, 81, 'Buchholz in der Nordheide', 533264100, 98681200, 0),
(17120, 693, 81, 'Buckeburg', 522606500, 90493900, 0),
(17121, 693, 81, 'Bult', 523651200, 97716500, 0),
(17122, 693, 81, 'Bulten', 522780300, 101980600, 0),
(17123, 693, 81, 'Burgdorf', 520666700, 105500000, 0),
(17124, 693, 81, 'Buxtehude', 534671600, 96863600, 0),
(17125, 693, 81, 'Celle', 526226400, 100804700, 0),
(17126, 693, 81, 'Clausthal', 518000000, 103333300, 0),
(17127, 693, 81, 'Clausthal-Zellerfeld', 518094900, 103382100, 0),
(17128, 693, 81, 'Cloppenburg', 528475400, 80450000, 0),
(17129, 693, 81, 'Cuxhaven', 538717600, 86908700, 0),
(17130, 693, 81, 'Darchau', 532397200, 108951400, 0),
(17131, 693, 81, 'Davenstedt', 523664600, 96718400, 0),
(17132, 693, 81, 'Deichhorst', 530500000, 86166700, 0),
(17133, 693, 81, 'Delmenhorst', 530511000, 86309100, 0),
(17134, 693, 81, 'Detmerode', 523901600, 107448000, 0),
(17135, 693, 81, 'Diepholz', 526078300, 83700500, 0),
(17136, 693, 81, 'Dietrichsfeld', 531759200, 82004500, 0),
(17137, 693, 81, 'Dissen', 521159100, 81995600, 0),
(17138, 693, 81, 'Dohle', 531630100, 100390300, 0),
(17139, 693, 81, 'Dohren', 523379000, 97626500, 0),
(17140, 693, 81, 'Donnerburgsiedlung', 522833300, 105166700, 0),
(17141, 693, 81, 'Donnerschwee', 531500000, 82500000, 0),
(17142, 693, 81, 'Duderstadt', 515131200, 102595100, 0),
(17143, 693, 81, 'Eberholzen', 520500000, 98500000, 0),
(17144, 693, 81, 'Ebstorf', 530278500, 104183900, 0),
(17145, 693, 81, 'Eckel', 533677900, 99170600, 0),
(17146, 693, 81, 'Edewecht', 531166700, 79666700, 0),
(17147, 693, 81, 'Ehmen', 523978600, 106985800, 0),
(17148, 693, 81, 'Eilendorf', 534544500, 97045100, 0),
(17149, 693, 81, 'Eime', 520744900, 97211800, 0),
(17150, 693, 81, 'Einbeck', 518201800, 98696100, 0),
(17151, 693, 81, 'Elbe', 520833300, 102833300, 0),
(17152, 693, 81, 'Elfenecke', 518798600, 105371300, 0),
(17153, 693, 81, 'Elkershausen', 514237500, 98904100, 0),
(17154, 693, 81, 'Elze', 521226300, 97359500, 0),
(17155, 693, 81, 'Emden', 533674500, 72077800, 0),
(17156, 693, 81, 'Emlichheim', 526166700, 68500000, 0),
(17157, 693, 81, 'Emmerke', 521666400, 98689800, 0),
(17158, 693, 81, 'Empelde', 523425800, 96647100, 0),
(17159, 693, 81, 'Emsburen', 524000000, 73000000, 0),
(17160, 693, 81, 'Emstek', 528333300, 81500000, 0),
(17161, 693, 81, 'Erbsen', 515843300, 98064700, 0),
(17162, 693, 81, 'Erichshagen', 526650400, 92367600, 0),
(17163, 693, 81, 'Eschede', 527349400, 102354000, 0),
(17164, 693, 81, 'Esens', 536486600, 76126700, 0),
(17165, 693, 81, 'Essen', 527225800, 79371000, 0),
(17166, 693, 81, 'Fahne', 534356400, 74355600, 0),
(17167, 693, 81, 'Fahrhof', 530877900, 92362200, 0),
(17168, 693, 81, 'Fallersleben', 524185400, 107163100, 0),
(17169, 693, 81, 'Fallingbostel', 528664100, 96955800, 0),
(17170, 693, 81, 'Fassberg', 529000000, 101666700, 0),
(17171, 693, 81, 'Forth', 529729000, 92155700, 0),
(17172, 693, 81, 'Freiburg', 538252900, 92880300, 0),
(17173, 693, 81, 'Friedeburg', 534500000, 78333300, 0),
(17174, 693, 81, 'Friesoythe', 530226000, 78576400, 0),
(17175, 693, 81, 'Fuchtenfeld', 525611200, 71188000, 0),
(17176, 693, 81, 'Furstenau', 522998700, 103326400, 0),
(17177, 693, 81, 'Ganderkesee', 530333300, 85333300, 0),
(17178, 693, 81, 'Garbsen', 524137100, 95899000, 0),
(17179, 693, 81, 'Garlstedt', 532810000, 86986000, 0),
(17180, 693, 81, 'Gartenstadt', 524083700, 80055700, 0),
(17181, 693, 81, 'Geestdorf', 533833300, 90000000, 0),
(17182, 693, 81, 'Geismar', 515159100, 99611600, 0),
(17183, 693, 81, 'Georgsmarienhutte', 522029600, 80448000, 0),
(17184, 693, 81, 'Giesen', 521971600, 98989000, 0),
(17185, 693, 81, 'Gifhorn', 524777400, 105511000, 0),
(17186, 693, 81, 'Glane', 521468400, 80540600, 0),
(17187, 693, 81, 'Goslar', 519042500, 104276600, 0),
(17188, 693, 81, 'Gottingen', 515393300, 99340600, 0),
(17189, 693, 81, 'Grashorn', 530362700, 83983300, 0),
(17190, 693, 81, 'Gronau', 520846000, 97767800, 0),
(17191, 693, 81, 'Grone', 515319500, 98976100, 0),
(17192, 693, 81, 'Gross Buchholz', 523952500, 98052800, 0),
(17193, 693, 81, 'Gross Hesepe', 526255400, 72332100, 0),
(17194, 693, 81, 'Gross Nenndorf', 523333300, 93833300, 0),
(17195, 693, 81, 'Grossburgwedel', 524927100, 98575700, 0),
(17196, 693, 81, 'Guderhandviertel', 535491900, 96096000, 0),
(17197, 693, 81, 'Haar', 523591600, 70775700, 0),
(17198, 693, 81, 'Haenigsen', 524842600, 100912900, 0),
(17199, 693, 81, 'Hagenburg', 524336700, 93247300, 0),
(17200, 693, 81, 'Hainholz', 524037800, 97114000, 0),
(17201, 693, 81, 'Halchter', 521430200, 105454800, 0),
(17202, 693, 81, 'Halle', 519912200, 95653200, 0),
(17203, 693, 81, 'Halsbek', 533149900, 79203400, 0),
(17204, 693, 81, 'Halstrup', 532618500, 79136000, 0),
(17205, 693, 81, 'Hambuhren', 526333300, 99833300, 0),
(17206, 693, 81, 'Hameln', 521039700, 93562300, 0),
(17207, 693, 81, 'Hannover', 523705200, 97332200, 0),
(17208, 693, 81, 'Hannoversch Munden', 514150500, 96504600, 0),
(17209, 693, 81, 'Harenberg', 523786200, 96194800, 0),
(17210, 693, 81, 'Harlesiel', 537063600, 78074600, 0),
(17211, 693, 81, 'Harsefeld', 534539900, 95029700, 0),
(17212, 693, 81, 'Harsum', 522104500, 99648600, 0),
(17213, 693, 81, 'Hasbergen', 522333300, 79333300, 0),
(17214, 693, 81, 'Haselunne', 526741200, 74846000, 0),
(17215, 693, 81, 'Hasenburg', 532333300, 104000000, 0),
(17216, 693, 81, 'Haste', 523071700, 80448700, 0),
(17217, 693, 81, 'Havelse', 524094700, 96101800, 0),
(17218, 693, 81, 'Hedemunden', 513899400, 97629600, 0),
(17219, 693, 81, 'Heese', 527019700, 103205600, 0),
(17220, 693, 81, 'Heiligendorf', 523500200, 107765600, 0),
(17221, 693, 81, 'Heilshorn', 532285000, 87109200, 0),
(17222, 693, 81, 'Heinde', 521017800, 100360200, 0),
(17223, 693, 81, 'Heitlingen', 524691500, 96155500, 0),
(17224, 693, 81, 'Hellern', 522594200, 79900000, 0),
(17225, 693, 81, 'Helmstedt', 522279000, 110098500, 0),
(17226, 693, 81, 'Hemmelskamp', 530856300, 86379600, 0),
(17227, 693, 81, 'Herzberg am Harz', 516554600, 103393800, 0),
(17228, 693, 81, 'Hessisch Oldendorf', 521726900, 92491300, 0),
(17229, 693, 81, 'Hettlage', 523000000, 79500000, 0),
(17230, 693, 81, 'Hildesheim', 521507700, 99511200, 0),
(17231, 693, 81, 'Hilter', 521357300, 81471500, 0),
(17232, 693, 81, 'Himmelpforten', 536141300, 93051600, 0),
(17233, 693, 81, 'Hinrichsfehn', 533802100, 77493400, 0),
(17234, 693, 81, 'Hipstedt', 534833300, 89666700, 0),
(17235, 693, 81, 'Hofer', 526833300, 102500000, 0),
(17236, 693, 81, 'Hohenrieth', 528500000, 102833300, 0),
(17237, 693, 81, 'Hoiersdorf', 521275900, 109454700, 0),
(17238, 693, 81, 'Hollen', 527096800, 86035000, 0),
(17239, 693, 81, 'Holtensen', 515616900, 98905500, 0),
(17240, 693, 81, 'Holtensen bei Weetzen', 522659400, 96344600, 0),
(17241, 693, 81, 'Holtgast', 536333300, 75666700, 0),
(17242, 693, 81, 'Holthausen', 525618100, 72880800, 0),
(17243, 693, 81, 'Holzminden', 518279800, 94455000, 0),
(17244, 693, 81, 'Howiek', 531965800, 78960200, 0),
(17245, 693, 81, 'Huderbeck', 531833300, 87500000, 0),
(17246, 693, 81, 'Hulptingsen', 524465900, 100311200, 0),
(17247, 693, 81, 'Hundsmuhlerhohe', 531333300, 82000000, 0),
(17248, 693, 81, 'Iber', 517406900, 98814700, 0),
(17249, 693, 81, 'Idensen', 523990700, 93554600, 0),
(17250, 693, 81, 'Isernhagen Hohenhorster Bauerschaft', 524747400, 97989900, 0),
(17251, 693, 81, 'Jembke', 525000000, 107666700, 0),
(17252, 693, 81, 'Jork', 535333300, 96833300, 0),
(17253, 693, 81, 'Jungfernbusch', 535333300, 79500000, 0),
(17254, 693, 81, 'Kiefeld', 533079400, 75788900, 0),
(17255, 693, 81, 'Kirchhoff', 524819600, 72400800, 0),
(17256, 693, 81, 'Kirchohsen', 520471100, 93964000, 0),
(17257, 693, 81, 'Kleefeld', 523742900, 97907100, 0),
(17258, 693, 81, 'Klein Berkel', 520774000, 93428400, 0),
(17259, 693, 81, 'Klein Buchholz', 524108300, 98097100, 0),
(17260, 693, 81, 'Kleinburgwedel', 525087000, 98782500, 0),
(17261, 693, 81, 'Kloster Osede', 522040700, 81120400, 0),
(17262, 693, 81, 'Knatensen', 522500000, 90500000, 0),
(17263, 693, 81, 'Konigslutter am Elm', 522511600, 108168300, 0),
(17264, 693, 81, 'Kortingsdorf', 523666700, 96833300, 0),
(17265, 693, 81, 'Krahenwinkel', 524626800, 97432000, 0),
(17266, 693, 81, 'Kranenpohl', 525303300, 76680500, 0),
(17267, 693, 81, 'Krapendorf', 528333300, 80333300, 0),
(17268, 693, 81, 'Kreienmoor', 532185400, 86131200, 0),
(17269, 693, 81, 'Kuhrstedt', 535774700, 88009100, 0),
(17270, 693, 81, 'Lahn', 528166700, 76166700, 0),
(17271, 693, 81, 'Landwehr', 523457700, 101764300, 0),
(17272, 693, 81, 'Langelsheim', 519378800, 103326400, 0),
(17273, 693, 81, 'Langendamm', 526150300, 92630000, 0),
(17274, 693, 81, 'Langenforth', 524500000, 97333300, 0),
(17275, 693, 81, 'Langenhagen', 515400100, 103218000, 0),
(17276, 693, 81, 'Langeoog', 537500000, 74833300, 0),
(17277, 693, 81, 'Langewerth', 535371700, 80464600, 0),
(17278, 693, 81, 'Larrelt', 533646800, 71536100, 0),
(17279, 693, 81, 'Leer', 532315700, 74610000, 0),
(17280, 693, 81, 'Lehe', 530000000, 73333300, 0),
(17281, 693, 81, 'Lehrte', 523753900, 99715500, 0),
(17282, 693, 81, 'Leiferde', 522044500, 105084200, 0),
(17283, 693, 81, 'Lengerich', 525538100, 75316400, 0),
(17284, 693, 81, 'Letter', 523977100, 96403300, 0),
(17285, 693, 81, 'Leuchtenburg', 531911100, 86498300, 0),
(17286, 693, 81, 'Lingen', 525214300, 73184500, 0),
(17287, 693, 81, 'List', 523961300, 97450400, 0),
(17288, 693, 81, 'Lodingsen', 515962000, 97839100, 0),
(17289, 693, 81, 'Lowensen', 519844600, 92882500, 0),
(17290, 693, 81, 'Loxstedt', 534666700, 86500000, 0),
(17291, 693, 81, 'Lune', 532579000, 104231600, 0),
(17292, 693, 81, 'Luneburg', 532509000, 104140900, 0),
(17293, 693, 81, 'Lunestedt', 534333300, 87500000, 0),
(17294, 693, 81, 'Lutetsburg', 536000000, 72500000, 0),
(17295, 693, 81, 'Lutjewolde', 531582500, 74498400, 0),
(17296, 693, 81, 'Luttringhausen', 522238600, 94436100, 0),
(17297, 693, 81, 'Mardorf', 524902100, 92898500, 0),
(17298, 693, 81, 'Markendorf', 522507800, 84323300, 0),
(17299, 693, 81, 'Martensdorf', 536000000, 71833300, 0),
(17300, 693, 81, 'Marx', 534335900, 78566200, 0),
(17301, 693, 81, 'Marxen', 533166700, 100166700, 0),
(17302, 693, 81, 'Maschen', 533934900, 100413200, 0),
(17303, 693, 81, 'Maspe', 524967600, 97615700, 0),
(17304, 693, 81, 'Mehrum', 523050100, 100935200, 0),
(17305, 693, 81, 'Melle', 522019700, 83382600, 0),
(17306, 693, 81, 'Mellendorf', 525469200, 97340600, 0),
(17307, 693, 81, 'Meppen', 526906400, 72909700, 0),
(17308, 693, 81, 'Mesmerode', 524123500, 93547200, 0),
(17309, 693, 81, 'Metzingen', 526761600, 103743200, 0),
(17310, 693, 81, 'Misburg', 523900600, 98519900, 0),
(17311, 693, 81, 'Nackenberg', 523727700, 98054700, 0),
(17312, 693, 81, 'Narberhausen', 525117800, 80782400, 0),
(17313, 693, 81, 'Neetze', 532652100, 106213400, 0),
(17314, 693, 81, 'Netze', 519809500, 99730200, 0),
(17315, 693, 81, 'Neu Hacklingen', 532090800, 104043200, 0),
(17316, 693, 81, 'Neu Wulmstorf', 529220900, 90695500, 0),
(17317, 693, 81, 'Neuenkirchen', 520225000, 104696300, 0),
(17318, 693, 81, 'Neuhagen', 532429700, 104529000, 0),
(17319, 693, 81, 'Neustadt', 522679900, 105200100, 0),
(17320, 693, 81, 'Nienburg', 526461000, 92208600, 0),
(17321, 693, 81, 'Nienhaus', 528405400, 87191200, 0),
(17322, 693, 81, 'Nodecke-Hoften', 526833300, 73000000, 0),
(17323, 693, 81, 'Norden', 535955200, 72063900, 0),
(17324, 693, 81, 'Norderney', 537082800, 71581900, 0),
(17325, 693, 81, 'Nordstemmen', 521619600, 97835000, 0),
(17326, 693, 81, 'Northeim', 517066200, 99999800, 0),
(17327, 693, 81, 'Obernkirchen', 522721000, 91291200, 0),
(17328, 693, 81, 'Ocholt', 531376900, 84459400, 0),
(17329, 693, 81, 'Ochtersum', 521343800, 99422800, 0),
(17330, 693, 81, 'Oelheim', 523826700, 102305900, 0),
(17331, 693, 81, 'Oerbke', 528519400, 97251700, 0),
(17332, 693, 81, 'Oerel', 534833300, 90500000, 0),
(17333, 693, 81, 'Ohlenbuttel', 533965400, 97782000, 0),
(17334, 693, 81, 'Ohne', 522666700, 72833300, 0),
(17335, 693, 81, 'Oldenburg', 531411800, 82146700, 0),
(17336, 693, 81, 'Ollsen', 532204400, 100107400, 0),
(17337, 693, 81, 'Osnabruck', 522726400, 80498000, 0),
(17338, 693, 81, 'Osterberg', 522118900, 80547400, 0),
(17339, 693, 81, 'Osterbrock', 526171300, 73139600, 0),
(17340, 693, 81, 'Ostercappeln', 523500000, 82333300, 0),
(17341, 693, 81, 'Osterdamme', 525166700, 82166700, 0),
(17342, 693, 81, 'Osterholz-Scharmbeck', 532269800, 87952800, 0),
(17343, 693, 81, 'Ostrhauderfehn', 531333300, 76166700, 0),
(17344, 693, 81, 'Ottbergen', 521515100, 100819700, 0),
(17345, 693, 81, 'Ottersberg', 531099000, 91440800, 0),
(17346, 693, 81, 'Ottos Hof', 523333300, 102500000, 0),
(17347, 693, 81, 'Oyten', 530500000, 90166700, 0),
(17348, 693, 81, 'Papenburg', 530773800, 74044400, 0),
(17349, 693, 81, 'Papenburg-Obenede', 530666700, 74500000, 0),
(17350, 693, 81, 'Peine', 523192800, 102352000, 0),
(17351, 693, 81, 'Petersmoor', 534666700, 96833300, 0),
(17352, 693, 81, 'Quakenbruck', 526750200, 79498300, 0),
(17353, 693, 81, 'Radbruch', 533166700, 102833300, 0),
(17354, 693, 81, 'Rahmstorf', 534019600, 96595700, 0),
(17355, 693, 81, 'Rastede', 532500000, 82000000, 0),
(17356, 693, 81, 'Rhede', 530602000, 72712700, 0),
(17357, 693, 81, 'Riemsloh', 521810800, 84203100, 0),
(17358, 693, 81, 'Riensforde', 535753700, 94701100, 0),
(17359, 693, 81, 'Rinteln', 521860400, 90791700, 0),
(17360, 693, 81, 'Ritterhude', 531828900, 87355000, 0),
(17361, 693, 81, 'Ritzebuttel', 538587100, 86877700, 0),
(17362, 693, 81, 'Roddensen', 524173100, 99796200, 0),
(17363, 693, 81, 'Ronnenberg', 523193900, 96554400, 0),
(17364, 693, 81, 'Rosdorf', 515000000, 99000000, 0),
(17365, 693, 81, 'Rossfelde', 534166700, 79833300, 0),
(17366, 693, 81, 'Rotenburg', 531112500, 94108200, 0),
(17367, 693, 81, 'Roydorf', 533419700, 101914200, 0),
(17368, 693, 81, 'Sachsenhagen', 523973400, 92679100, 0),
(17369, 693, 81, 'Sack', 519998100, 98697600, 0),
(17370, 693, 81, 'Salzgitter', 521525600, 103314400, 0),
(17371, 693, 81, 'Sandbeckerbruch', 532333300, 87833300, 0),
(17372, 693, 81, 'Sande', 535048900, 80141800, 0),
(17373, 693, 81, 'Sandkamp', 524276500, 107523500, 0),
(17374, 693, 81, 'Sandstedt', 533666700, 85333300, 0),
(17375, 693, 81, 'Sandwisch', 524006600, 79886000, 0),
(17376, 693, 81, 'Sarstedt', 522349500, 98541100, 0),
(17377, 693, 81, 'Sassenburg', 525166700, 106333300, 0),
(17378, 693, 81, 'Sassendorf', 533546800, 105784100, 0),
(17379, 693, 81, 'Saterland', 530320800, 77438200, 0),
(17380, 693, 81, 'Schatzendorf', 532095300, 100316900, 0),
(17381, 693, 81, 'Schinkel', 522791400, 80868000, 0),
(17382, 693, 81, 'Schnee', 536252800, 94865500, 0),
(17383, 693, 81, 'Schneverdingen', 531168500, 97952400, 0),
(17384, 693, 81, 'Scholen', 527333300, 87666700, 0),
(17385, 693, 81, 'Schoningen', 516310200, 96590400, 0),
(17386, 693, 81, 'Schoppenstedt', 521430800, 107745000, 0),
(17387, 693, 81, 'Schortens', 535333300, 79500000, 0),
(17388, 693, 81, 'Schwarzenberg', 536000000, 94500000, 0),
(17389, 693, 81, 'Schwitschen', 529998500, 96019800, 0),
(17390, 693, 81, 'Seckenhausen', 529861800, 87610200, 0),
(17391, 693, 81, 'Seeburg', 515666700, 101500000, 0),
(17392, 693, 81, 'Seehausen', 532012600, 89898300, 0),
(17393, 693, 81, 'Seelze', 523963500, 95972700, 0),
(17394, 693, 81, 'Seesen', 518909600, 101784700, 0),
(17395, 693, 81, 'Seevetal', 534000000, 99666700, 0),
(17396, 693, 81, 'Sehnde', 523139400, 99682000, 0),
(17397, 693, 81, 'Siedlung Krusenbusch', 531000000, 82500000, 0),
(17398, 693, 81, 'Sieringhoek', 522827500, 71361100, 0),
(17399, 693, 81, 'Sievern', 536484800, 86013400, 0),
(17400, 693, 81, 'Sittensen', 532761500, 95042900, 0),
(17401, 693, 81, 'Soltau', 529863800, 98433800, 0),
(17402, 693, 81, 'Spelle', 523666700, 74666700, 0),
(17403, 693, 81, 'Springe', 522084500, 95541600, 0),
(17404, 693, 81, 'Stade', 535933700, 94762900, 0),
(17405, 693, 81, 'Stadt', 526981300, 87679500, 0),
(17406, 693, 81, 'Stadthagen', 523233300, 92031100, 0),
(17407, 693, 81, 'Steenfelderfeld', 531243900, 74444800, 0),
(17408, 693, 81, 'Stelle', 524440900, 99139900, 0),
(17409, 693, 81, 'Steuerwald', 521634800, 99448200, 0),
(17410, 693, 81, 'Stickgras', 530457100, 86709400, 0),
(17411, 693, 81, 'Stroh', 528581600, 89350100, 0),
(17412, 693, 81, 'Stuhr', 530333300, 87500000, 0),
(17413, 693, 81, 'Suderburg', 529000000, 104666700, 0),
(17414, 693, 81, 'Suedstadt', 523596700, 97508000, 0),
(17415, 693, 81, 'Sulingen', 526837300, 88094900, 0),
(17416, 693, 81, 'Sundern', 522727800, 92766700, 0),
(17417, 693, 81, 'Sutthausen', 522372400, 80275300, 0),
(17418, 693, 81, 'Syke', 529134500, 88220900, 0),
(17419, 693, 81, 'Tespe', 533964000, 104108400, 0),
(17420, 693, 81, 'Thedinghausen', 529666700, 90166700, 0),
(17421, 693, 81, 'Tostedt', 532833300, 97166700, 0),
(17422, 693, 81, 'Treuenhagen', 515166700, 99333300, 0),
(17423, 693, 81, 'Tweehorn', 533833300, 81500000, 0),
(17424, 693, 81, 'Tweel', 529421200, 80637800, 0),
(17425, 693, 81, 'Twist', 526333300, 70500000, 0),
(17426, 693, 81, 'Uelzen', 529657200, 105611100, 0),
(17427, 693, 81, 'Uesen', 530021700, 90500300, 0),
(17428, 693, 81, 'Uetze', 524651100, 102046700, 0),
(17429, 693, 81, 'Unsen', 521472900, 93989800, 0),
(17430, 693, 81, 'Unterstedt', 530783400, 93588400, 0),
(17431, 693, 81, 'Uslar', 516569000, 96350100, 0),
(17432, 693, 81, 'Vahrenwald', 524090200, 97431600, 0),
(17433, 693, 81, 'Varel', 531884800, 95007000, 0),
(17434, 693, 81, 'Vechelde', 522603800, 103649100, 0),
(17435, 693, 81, 'Vechta', 527263200, 82859800, 0),
(17436, 693, 81, 'Velpke', 524079700, 109363700, 0),
(17437, 693, 81, 'Verden', 529234200, 92349100, 0),
(17438, 693, 81, 'Versen', 527160000, 72351100, 0),
(17439, 693, 81, 'Vierhofen', 532666700, 102166700, 0),
(17440, 693, 81, 'Vinte', 524077800, 78485400, 0),
(17441, 693, 81, 'Visselhovede', 529854600, 95826500, 0),
(17442, 693, 81, 'Vorsfelde', 524393700, 108412700, 0),
(17443, 693, 81, 'Vosseberg', 530666700, 74166700, 0),
(17444, 693, 81, 'Vreschen-Bokel', 532188000, 77563000, 0),
(17445, 693, 81, 'Waake', 515563700, 100571300, 0),
(17446, 693, 81, 'Wagenfeld', 525500000, 85833300, 0),
(17447, 693, 81, 'Wahnbek', 532059500, 82352600, 0),
(17448, 693, 81, 'Wallenhorst', 523500000, 80166700, 0),
(17449, 693, 81, 'Walsrode', 528614700, 95926000, 0),
(17450, 693, 81, 'Wardenburg', 530666700, 82000000, 0),
(17451, 693, 81, 'Warmsen', 524569500, 88494900, 0),
(17452, 693, 81, 'Warsingsfehn', 533110800, 74875600, 0),
(17453, 693, 81, 'Wedtlenstedt', 522724600, 104085200, 0),
(17454, 693, 81, 'Weende', 515655500, 99346500, 0),
(17455, 693, 81, 'Weener', 531633200, 73505200, 0),
(17456, 693, 81, 'Wendeburg', 523295700, 103925500, 0),
(17457, 693, 81, 'Wendezelle', 523229600, 103946100, 0),
(17458, 693, 81, 'Werlte', 528500000, 76833300, 0),
(17459, 693, 81, 'Westerlohmuhlen', 527195800, 74527800, 0),
(17460, 693, 81, 'Westerstede', 532568200, 79273700, 0),
(17461, 693, 81, 'Wettbergen', 523299800, 96949200, 0),
(17462, 693, 81, 'Wetter', 522164000, 84040500, 0),
(17463, 693, 81, 'Weyhe', 529666700, 86666700, 0),
(17464, 693, 81, 'Wichte', 536074000, 73182800, 0),
(17465, 693, 81, 'Wiefelstede', 532500000, 81166700, 0),
(17466, 693, 81, 'Wiesmoor', 534166700, 77333300, 0),
(17467, 693, 81, 'Wietmarschen', 525333300, 71333300, 0),
(17468, 693, 81, 'Wietzenbruch', 526033700, 100155100, 0),
(17469, 693, 81, 'Wildeshausen', 528944600, 84337500, 0),
(17470, 693, 81, 'Wilhelmshaven', 535299800, 81125300, 0),
(17471, 693, 81, 'Willighausen', 528615600, 100857900, 0),
(17472, 693, 81, 'Wingst', 537357200, 90805400, 0),
(17473, 693, 81, 'Wittmund', 535767400, 77783900, 0),
(17474, 693, 81, 'Wolfenbuttel', 521644200, 105409500, 0),
(17475, 693, 81, 'Wolfsburg', 524245200, 107815000, 0),
(17476, 693, 81, 'Woltorf', 523051200, 103098100, 0),
(17477, 693, 81, 'Wrestedt', 529043500, 105749400, 0),
(17478, 693, 81, 'Wulferode', 523285400, 98498500, 0),
(17479, 693, 81, 'Wulmstorfer Moor', 534666700, 97833300, 0),
(17480, 693, 81, 'Wulsdorf', 535049000, 86029700, 0),
(17481, 693, 81, 'Wunstorf', 524237600, 94358500, 0),
(17482, 693, 81, 'Zeven', 532965600, 92768500, 0),
(17483, 694, 81, 'Aabauerschaft', 520668000, 73847200, 0),
(17484, 694, 81, 'Aachen', 507766400, 60834200, 0),
(17485, 694, 81, 'Achenbacher Furt', 508666700, 79833300, 0),
(17486, 694, 81, 'Aengenesch', 515321600, 63655800, 0),
(17487, 694, 81, 'Aggerdeich', 508033200, 71749200, 0),
(17488, 694, 81, 'Ahaus', 520793600, 70134400, 0),
(17489, 694, 81, 'Ahden', 516022400, 86234100, 0),
(17490, 694, 81, 'Ahlen', 517633800, 78887000, 0),
(17491, 694, 81, 'Ahsen', 516999400, 73088400, 0),
(17492, 694, 81, 'Albachten', 519210900, 75283100, 0),
(17493, 694, 81, 'Aldenhoven', 509000000, 62833300, 0),
(17494, 694, 81, 'Alexander', 513000000, 83666700, 0),
(17495, 694, 81, 'Alfen', 516527000, 86999300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(17496, 694, 81, 'Alfter', 507333300, 70166700, 0),
(17497, 694, 81, 'Allerheilgen', 511398300, 67450900, 0),
(17498, 694, 81, 'Alsdorf', 508767200, 61639900, 0),
(17499, 694, 81, 'Alstaden', 514652900, 68329800, 0),
(17500, 694, 81, 'Altena', 512947200, 76733600, 0),
(17501, 694, 81, 'Altenbeken', 517645500, 89420100, 0),
(17502, 694, 81, 'Altenderne-Oberbecker', 515666700, 75333300, 0),
(17503, 694, 81, 'Altenessen', 514869600, 70105200, 0),
(17504, 694, 81, 'Altenhagen', 513697200, 74736300, 0),
(17505, 694, 81, 'Altenrheine', 522894300, 74680200, 0),
(17506, 694, 81, 'Altstadt Nord', 509389300, 69575200, 0),
(17507, 694, 81, 'Altstadt Sud', 509333100, 69595400, 0),
(17508, 694, 81, 'Altvolberg', 509167300, 71751000, 0),
(17509, 694, 81, 'Am Bruch', 515773900, 61712300, 0),
(17510, 694, 81, 'Am Krahnocken', 513500000, 74833300, 0),
(17511, 694, 81, 'Amelunxen', 517119300, 93438700, 0),
(17512, 694, 81, 'Angelsdorf', 509408000, 65544600, 0),
(17513, 694, 81, 'Annen', 514457200, 73697700, 0),
(17514, 694, 81, 'Anrochte', 515666700, 83333300, 0),
(17515, 694, 81, 'Aplerbeckermark', 514810300, 75598200, 0),
(17516, 694, 81, 'Arnsberg', 511229600, 73320600, 0),
(17517, 694, 81, 'Asberg', 514408000, 66610000, 0),
(17518, 694, 81, 'Ascheberg', 517833300, 76166700, 0),
(17519, 694, 81, 'Attendorn', 511264500, 79033300, 0),
(17520, 694, 81, 'Auchen', 505500000, 62500000, 0),
(17521, 694, 81, 'Auerberg', 507500000, 70666700, 0),
(17522, 694, 81, 'Auf dem Sand', 511666700, 69166700, 0),
(17523, 694, 81, 'Auf der Aue', 513000000, 68666700, 0),
(17524, 694, 81, 'Auf der Geist', 516611400, 77922700, 0),
(17525, 694, 81, 'Auf der Heide', 515833300, 71500000, 0),
(17526, 694, 81, 'Baak', 514126000, 71694600, 0),
(17527, 694, 81, 'Babenhausen', 520598800, 84910600, 0),
(17528, 694, 81, 'Bad Berleburg', 510522400, 83922800, 0),
(17529, 694, 81, 'Bad Driburg', 517329700, 90196900, 0),
(17530, 694, 81, 'Bad Godesberg', 506845700, 71539300, 0),
(17531, 694, 81, 'Bad Hamm', 516919300, 78443200, 0),
(17532, 694, 81, 'Bad Honnef', 506433600, 72278000, 0),
(17533, 694, 81, 'Bad Lippspringe', 517833300, 88168300, 0),
(17534, 694, 81, 'Bad Munstereifel', 505566600, 67642400, 0),
(17535, 694, 81, 'Bad Oeynhausen', 522069900, 88036500, 0),
(17536, 694, 81, 'Bad Salzuflen', 520862000, 87443400, 0),
(17537, 694, 81, 'Baesweiler', 509096400, 61887400, 0),
(17538, 694, 81, 'Baldeney', 514166700, 70166700, 0),
(17539, 694, 81, 'Bank', 508294000, 60697200, 0),
(17540, 694, 81, 'Barkenberg', 517307200, 70423300, 0),
(17541, 694, 81, 'Barkhoferheide', 515166700, 70166700, 0),
(17542, 694, 81, 'Barlo', 518852800, 66633600, 0),
(17543, 694, 81, 'Basel', 517558900, 82204900, 0),
(17544, 694, 81, 'Batenbrock', 515226400, 69428500, 0),
(17545, 694, 81, 'Bayenthal', 509121800, 69679900, 0),
(17546, 694, 81, 'Beck', 517446200, 70314500, 0),
(17547, 694, 81, 'Beckhausen', 515548500, 70442000, 0),
(17548, 694, 81, 'Beckum', 513551600, 78944200, 0),
(17549, 694, 81, 'Bedburg', 509925800, 65712800, 0),
(17550, 694, 81, 'Bedingrade', 514684400, 69217600, 0),
(17551, 694, 81, 'Beeckerwerth', 514759900, 67005600, 0),
(17552, 694, 81, 'Behringhausen', 515539400, 72977600, 0),
(17553, 694, 81, 'Bellenberg', 518731000, 90053600, 0),
(17554, 694, 81, 'Bellinghausen', 507044500, 72550100, 0),
(17555, 694, 81, 'Beltinghoven', 511991400, 63876700, 0),
(17556, 694, 81, 'Bennert', 507000000, 72333300, 0),
(17557, 694, 81, 'Benninghofen', 514752400, 75177800, 0),
(17558, 694, 81, 'Bensberg', 509648600, 71633400, 0),
(17559, 694, 81, 'Benzelrath', 509044800, 67903600, 0),
(17560, 694, 81, 'Berberheide', 516138600, 62840900, 0),
(17561, 694, 81, 'Berendonk', 515452900, 62685500, 0),
(17562, 694, 81, 'Berger', 517295800, 75125000, 0),
(17563, 694, 81, 'Bergheim', 505686700, 66494400, 0),
(17564, 694, 81, 'Berghof', 511282200, 74026600, 0),
(17565, 694, 81, 'Bergisch Gladbach', 509856000, 71329800, 0),
(17566, 694, 81, 'Bergisch Neukirchen', 510766100, 70229700, 0),
(17567, 694, 81, 'Bergkamen', 516163300, 76445100, 0),
(17568, 694, 81, 'Bergkirchen', 522679600, 87734800, 0),
(17569, 694, 81, 'Bergneustadt', 510249600, 76559900, 0),
(17570, 694, 81, 'Bestwig', 513666700, 84000000, 0),
(17571, 694, 81, 'Bevergern', 522759300, 75840900, 0),
(17572, 694, 81, 'Beverungen', 516680100, 93741700, 0),
(17573, 694, 81, 'Bickendorf', 509579400, 68970400, 0),
(17574, 694, 81, 'Bielefeld', 520333300, 85333300, 0),
(17575, 694, 81, 'Bildchen', 507302600, 60403300, 0),
(17576, 694, 81, 'Bilderstoeckchen', 509698300, 69299700, 0),
(17577, 694, 81, 'Billerbeck', 518797800, 90395200, 0),
(17578, 694, 81, 'Binsfeldhammer', 507565900, 62386900, 0),
(17579, 694, 81, 'Birkesdorf', 508219000, 64669100, 0),
(17580, 694, 81, 'Birlinghoven', 507480500, 72241000, 0),
(17581, 694, 81, 'Bismarck', 515296800, 71153400, 0),
(17582, 694, 81, 'Bladenhorst', 515706700, 73008800, 0),
(17583, 694, 81, 'Blaffert', 511666700, 64666700, 0),
(17584, 694, 81, 'Blatzheim', 508528900, 66345000, 0),
(17585, 694, 81, 'Blens', 506598300, 64807100, 0),
(17586, 694, 81, 'Blomberg', 511106500, 77186600, 0),
(17587, 694, 81, 'Bocholt', 518387900, 66153100, 0),
(17588, 694, 81, 'Bochum', 514816500, 72164800, 0),
(17589, 694, 81, 'Bochum-Werne', 514879600, 73121700, 0),
(17590, 694, 81, 'Bonn', 507343800, 70954800, 0),
(17591, 694, 81, 'Bonn Graurheindorf', 507604800, 70847200, 0),
(17592, 694, 81, 'Bonnenbroich', 511823600, 64605600, 0),
(17593, 694, 81, 'Borbeck', 514925000, 69124600, 0),
(17594, 694, 81, 'Bordinghausen', 511269000, 76112700, 0),
(17595, 694, 81, 'Borgholzhausen', 521034300, 83021100, 0),
(17596, 694, 81, 'Borghorst', 521226400, 73943000, 0),
(17597, 694, 81, 'Bork', 516666700, 75000000, 0),
(17598, 694, 81, 'Borken', 518438200, 68577400, 0),
(17599, 694, 81, 'Bornheim', 507631300, 69908900, 0),
(17600, 694, 81, 'Bornholte', 518666700, 85000000, 0),
(17601, 694, 81, 'Bottrop', 515239200, 69285000, 0),
(17602, 694, 81, 'Botzdorf', 507586200, 69920900, 0),
(17603, 694, 81, 'Brackwede', 519895200, 85033500, 0),
(17604, 694, 81, 'Brakel', 517175000, 91859600, 0),
(17605, 694, 81, 'Braksiek', 520500000, 85500000, 0),
(17606, 694, 81, 'Brandenburg', 506971600, 61446600, 0),
(17607, 694, 81, 'Brandroster', 509666700, 71000000, 0),
(17608, 694, 81, 'Braunsfeld', 509363600, 68982100, 0),
(17609, 694, 81, 'Brauweiler', 509595400, 67832000, 0),
(17610, 694, 81, 'Brechinerholz', 518935500, 86742200, 0),
(17611, 694, 81, 'Breite', 509885600, 71764300, 0),
(17612, 694, 81, 'Brenig', 507549200, 69721300, 0),
(17613, 694, 81, 'Bresserberg', 517833300, 61000000, 0),
(17614, 694, 81, 'Brilon', 513946200, 85714600, 0),
(17615, 694, 81, 'Brochterbeck', 522248700, 77461700, 0),
(17616, 694, 81, 'Brockenscheidt', 516257800, 74194600, 0),
(17617, 694, 81, 'Broich', 508410200, 61774700, 0),
(17618, 694, 81, 'Bruck', 509441500, 70786400, 0),
(17619, 694, 81, 'Bruggen', 508468500, 67764300, 0),
(17620, 694, 81, 'Bruhl', 508292800, 69049900, 0),
(17621, 694, 81, 'Brunohl', 509895300, 75084500, 0),
(17622, 694, 81, 'Buchheim', 509515200, 70209300, 0),
(17623, 694, 81, 'Buende', 521983700, 85864400, 0),
(17624, 694, 81, 'Buer', 516000000, 70500000, 0),
(17625, 694, 81, 'Bulmke', 515220900, 71127800, 0),
(17626, 694, 81, 'Bunkenberg', 511509700, 70818600, 0),
(17627, 694, 81, 'Burgau', 505535800, 62354300, 0),
(17628, 694, 81, 'Burrigerheide', 510500000, 69833300, 0),
(17629, 694, 81, 'Burtscheid', 507637400, 60933400, 0),
(17630, 694, 81, 'Buschen', 509133600, 78913800, 0),
(17631, 694, 81, 'Buscherhofen', 511000000, 70166700, 0),
(17632, 694, 81, 'Buttgen', 511973100, 66070700, 0),
(17633, 694, 81, 'Calle', 513350100, 82136200, 0),
(17634, 694, 81, 'Castrop-Rauxel', 515565700, 73115500, 0),
(17635, 694, 81, 'Castroperholz', 515629500, 73058600, 0),
(17636, 694, 81, 'Coesfeld', 519434900, 71680900, 0),
(17637, 694, 81, 'Dalmer', 517228900, 80395800, 0),
(17638, 694, 81, 'Datteln', 516666700, 73833300, 0),
(17639, 694, 81, 'Daubenrath', 508945400, 64171300, 0),
(17640, 694, 81, 'Delle', 512763500, 74398700, 0),
(17641, 694, 81, 'Dellinghaus', 512500000, 68333300, 0),
(17642, 694, 81, 'Denklingen', 509153800, 76567800, 0),
(17643, 694, 81, 'Derendorf', 512446700, 68042900, 0),
(17644, 694, 81, 'Derichsweiler', 507965900, 64272300, 0),
(17645, 694, 81, 'Detmold', 519385500, 88731800, 0),
(17646, 694, 81, 'Deutz', 509346300, 69749500, 0),
(17647, 694, 81, 'Diepeschrath', 509940600, 70774700, 0),
(17648, 694, 81, 'Diessem', 513235900, 65805900, 0),
(17649, 694, 81, 'Diezenkausen', 508879700, 76241300, 0),
(17650, 694, 81, 'Dilldorf', 513833300, 70833300, 0),
(17651, 694, 81, 'Dinslaken', 515622700, 67434000, 0),
(17652, 694, 81, 'Distelrath', 508134200, 65173200, 0),
(17653, 694, 81, 'Dobach', 508154700, 61439000, 0),
(17654, 694, 81, 'Dohren', 521455800, 85503600, 0),
(17655, 694, 81, 'Donberg', 512972400, 71614000, 0),
(17656, 694, 81, 'Dong', 514714000, 65766300, 0),
(17657, 694, 81, 'Dordel', 513786300, 76872700, 0),
(17658, 694, 81, 'Dorfbauer', 521352300, 79896700, 0),
(17659, 694, 81, 'Dormagen', 510968300, 68316700, 0),
(17660, 694, 81, 'Dorn', 509901300, 76204500, 0),
(17661, 694, 81, 'Dornap', 512542700, 70604700, 0),
(17662, 694, 81, 'Dornholthausen', 512846600, 79897700, 0),
(17663, 694, 81, 'Dorp', 511487900, 62830800, 0),
(17664, 694, 81, 'Dorsten', 516616600, 69651400, 0),
(17665, 694, 81, 'Dortmund', 515149400, 74660000, 0),
(17666, 694, 81, 'Doverack', 510485400, 62175600, 0),
(17667, 694, 81, 'Dransdorf', 507383400, 70486100, 0),
(17668, 694, 81, 'Drewer Nord', 516550800, 71167200, 0),
(17669, 694, 81, 'Dreyen', 521543900, 85146400, 0),
(17670, 694, 81, 'Drolshagen', 510235800, 77735500, 0),
(17671, 694, 81, 'Duisburg', 514324700, 67651600, 0),
(17672, 694, 81, 'Duisdorf', 507138800, 70560800, 0),
(17673, 694, 81, 'Duissern', 514363400, 67897700, 0),
(17674, 694, 81, 'Dulken', 512537300, 63356700, 0),
(17675, 694, 81, 'Dulmen', 510500000, 71000000, 0),
(17676, 694, 81, 'Dunkelschlag', 515286800, 68359400, 0),
(17677, 694, 81, 'Duren', 508043400, 64929900, 0),
(17678, 694, 81, 'Dussel', 512628000, 70521300, 0),
(17679, 694, 81, 'Dusseldorf', 512217200, 67761600, 0),
(17680, 694, 81, 'Dutum', 522680100, 74187400, 0),
(17681, 694, 81, 'Eckesey', 513807800, 74526800, 0),
(17682, 694, 81, 'Efferen', 508978400, 68959800, 0),
(17683, 694, 81, 'Ehingen', 513600900, 66908800, 0),
(17684, 694, 81, 'Eickel', 515177100, 71760900, 0),
(17685, 694, 81, 'Eickelerbruch', 515166700, 71666700, 0),
(17686, 694, 81, 'Eicken', 512113500, 64426200, 0),
(17687, 694, 81, 'Eikerend', 512043600, 65601300, 0),
(17688, 694, 81, 'Eilendorf', 507781700, 61522700, 0),
(17689, 694, 81, 'Einbrungen', 513137000, 67519800, 0),
(17690, 694, 81, 'Eiserfeld', 508421000, 79877400, 0),
(17691, 694, 81, 'Eisern', 508286900, 80371500, 0),
(17692, 694, 81, 'Eitorf', 507666700, 74500000, 0),
(17693, 694, 81, 'Elberfeld', 512562700, 71481600, 0),
(17694, 694, 81, 'Eller', 512000000, 68500000, 0),
(17695, 694, 81, 'Elsdorf', 508724000, 70806900, 0),
(17696, 694, 81, 'Elser Heide', 517416000, 86748800, 0),
(17697, 694, 81, 'Elve', 520563000, 80529400, 0),
(17698, 694, 81, 'Emmerich', 518393300, 62479200, 0),
(17699, 694, 81, 'Emsdetten', 521734000, 75278100, 0),
(17700, 694, 81, 'Endenich', 507237700, 70727800, 0),
(17701, 694, 81, 'Engelskirchen', 509833300, 74000000, 0),
(17702, 694, 81, 'Enger', 521406300, 85577200, 0),
(17703, 694, 81, 'England', 522166700, 70333300, 0),
(17704, 694, 81, 'Ennepetal', 512984800, 73629000, 0),
(17705, 694, 81, 'Ennigerloh', 518384300, 80309300, 0),
(17706, 694, 81, 'Entenpfuhl', 505964200, 62560800, 0),
(17707, 694, 81, 'Erftstadt', 508148100, 67938600, 0),
(17708, 694, 81, 'Ergste', 514141300, 75686100, 0),
(17709, 694, 81, 'Erkelenz', 510794700, 63153100, 0),
(17710, 694, 81, 'Erkenschwick', 516374900, 72569300, 0),
(17711, 694, 81, 'Erkrath', 512223500, 69083000, 0),
(17712, 694, 81, 'Erwitte', 516127000, 83384000, 0),
(17713, 694, 81, 'Eschweiler', 505724400, 67412900, 0),
(17714, 694, 81, 'Espelkamp', 523825000, 86212700, 0),
(17715, 694, 81, 'Esseite', 522000000, 70333300, 0),
(17716, 694, 81, 'Essen', 514565700, 70122800, 0),
(17717, 694, 81, 'Essenberg', 514395800, 67049600, 0),
(17718, 694, 81, 'Euskirchen', 506605700, 67872200, 0),
(17719, 694, 81, 'Everswinkel', 519333300, 78500000, 0),
(17720, 694, 81, 'Externberg', 515500000, 74666700, 0),
(17721, 694, 81, 'Feldmark', 517890300, 84310300, 0),
(17722, 694, 81, 'Fixheide', 510511500, 70171100, 0),
(17723, 694, 81, 'Flaesheim', 517186500, 72286600, 0),
(17724, 694, 81, 'Flasskamp', 512473300, 75300000, 0),
(17725, 694, 81, 'Flehe', 511928700, 67703000, 0),
(17726, 694, 81, 'Fley', 513891200, 74991800, 0),
(17727, 694, 81, 'Flinsbach', 514666700, 74666700, 0),
(17728, 694, 81, 'Forsten', 510544500, 73031600, 0),
(17729, 694, 81, 'Frankenberger Viertel', 507680300, 61067200, 0),
(17730, 694, 81, 'Frechen', 509148500, 68118000, 0),
(17731, 694, 81, 'Freiberg', 515000000, 76166700, 0),
(17732, 694, 81, 'Freienohl', 513744300, 81747700, 0),
(17733, 694, 81, 'Freiheit', 513888500, 73972400, 0),
(17734, 694, 81, 'Frentrop', 516451300, 70667900, 0),
(17735, 694, 81, 'Freudenberg', 508974100, 78741400, 0),
(17736, 694, 81, 'Friedenstal', 521045900, 87010700, 0),
(17737, 694, 81, 'Friedrich-Wilhelmshutte', 508011000, 71496800, 0),
(17738, 694, 81, 'Frixheim', 510566600, 67164200, 0),
(17739, 694, 81, 'Fromern', 515018000, 77397100, 0),
(17740, 694, 81, 'Fuhlenbrock', 515309400, 68964200, 0),
(17741, 694, 81, 'Fulerum', 514341800, 69561000, 0),
(17742, 694, 81, 'Fusternberg', 516552400, 66338400, 0),
(17743, 694, 81, 'Gahlen', 516666100, 68754700, 0),
(17744, 694, 81, 'Gantweg', 519868600, 72803800, 0),
(17745, 694, 81, 'Garath', 511401800, 69053400, 0),
(17746, 694, 81, 'Garenfeld', 513999700, 75177800, 0),
(17747, 694, 81, 'Geilenkirchen', 509674500, 61176300, 0),
(17748, 694, 81, 'Geistenbeck', 511495200, 64394500, 0),
(17749, 694, 81, 'Geldern', 515190800, 63236300, 0),
(17750, 694, 81, 'Gellershagen', 520507300, 85166900, 0),
(17751, 694, 81, 'Gelsenkirchen', 515075000, 71228300, 0),
(17752, 694, 81, 'Gendorf', 510708100, 61814300, 0),
(17753, 694, 81, 'Gerdingseite', 521619300, 70577400, 0),
(17754, 694, 81, 'Geseke', 516409100, 85109000, 0),
(17755, 694, 81, 'Gevelsberg', 513197100, 73392000, 0),
(17756, 694, 81, 'Gevenich', 509879600, 63090000, 0),
(17757, 694, 81, 'Geyen', 509829300, 67854200, 0),
(17758, 694, 81, 'Gievenbecker Reihe', 519698200, 75746100, 0),
(17759, 694, 81, 'Girbelsrath', 508118500, 65516300, 0),
(17760, 694, 81, 'Gladbeck', 515762600, 69907500, 0),
(17761, 694, 81, 'Glessen', 509674200, 67493400, 0),
(17762, 694, 81, 'Goch', 516787300, 61589500, 0),
(17763, 694, 81, 'Gohfeld', 521967700, 87550700, 0),
(17764, 694, 81, 'Gonrath', 511749700, 70547600, 0),
(17765, 694, 81, 'Grafenberg', 512398900, 68335700, 0),
(17766, 694, 81, 'Grafschaft', 511461900, 83262600, 0),
(17767, 694, 81, 'Grefrath', 509045500, 67571100, 0),
(17768, 694, 81, 'Gremmendorf', 519289200, 76742100, 0),
(17769, 694, 81, 'Greuel', 511500000, 70166700, 0),
(17770, 694, 81, 'Greven', 520936400, 75939600, 0),
(17771, 694, 81, 'Grevenbroich', 510910200, 65827000, 0),
(17772, 694, 81, 'Griesberg', 510876600, 71244800, 0),
(17773, 694, 81, 'Grimlinghausen', 511774400, 67437600, 0),
(17774, 694, 81, 'Grimlinghauserbrucke', 511833300, 67166700, 0),
(17775, 694, 81, 'Gronau', 509827500, 71062200, 0),
(17776, 694, 81, 'Gronauerwald', 509790700, 71378500, 0),
(17777, 694, 81, 'Gross Schwarzenmoor', 521363400, 87157400, 0),
(17778, 694, 81, 'Grossbarop', 514891300, 74222400, 0),
(17779, 694, 81, 'Grossenbaum', 513666600, 67818600, 0),
(17780, 694, 81, 'Grossenbernberg', 510166700, 75833300, 0),
(17781, 694, 81, 'Grotenbeck', 512333300, 70666700, 0),
(17782, 694, 81, 'Grumme', 514992700, 72286400, 0),
(17783, 694, 81, 'Gudderath', 511288500, 64426200, 0),
(17784, 694, 81, 'Gummersbach', 510260800, 75647300, 0),
(17785, 694, 81, 'Gunnigfeld', 514957700, 71450000, 0),
(17786, 694, 81, 'Gustorf', 510708400, 65669800, 0),
(17787, 694, 81, 'Gutersloh', 519069300, 83785400, 0),
(17788, 694, 81, 'Haan', 511938200, 70133000, 0),
(17789, 694, 81, 'Haaren', 507983900, 61266800, 0),
(17790, 694, 81, 'Hagen', 510279000, 74466000, 0),
(17791, 694, 81, 'Hagener Heide', 513666700, 74833300, 0),
(17792, 694, 81, 'Hager', 520204700, 75606500, 0),
(17793, 694, 81, 'Haidchen', 514000000, 72000000, 0),
(17794, 694, 81, 'Halbach', 512047000, 72133300, 0),
(17795, 694, 81, 'Halberg', 508477600, 72435800, 0),
(17796, 694, 81, 'Halle', 508935500, 77502800, 0),
(17797, 694, 81, 'Halstenbach', 509782200, 75465200, 0),
(17798, 694, 81, 'Haltern', 517429700, 71816300, 0),
(17799, 694, 81, 'Hamm', 507666700, 62166700, 0),
(17800, 694, 81, 'Hamme', 514928900, 71917200, 0),
(17801, 694, 81, 'Hammerstein', 512333300, 70833300, 0),
(17802, 694, 81, 'Hamminkeln', 517326200, 65903100, 0),
(17803, 694, 81, 'Hand', 508057900, 60536100, 0),
(17804, 694, 81, 'Hangelar', 507590200, 71649200, 0),
(17805, 694, 81, 'Hardterbroich', 511855300, 64561000, 0),
(17806, 694, 81, 'Harsewinkel', 519622400, 82276600, 0),
(17807, 694, 81, 'Hassels', 511812700, 68697600, 0),
(17808, 694, 81, 'Hasslinghausen', 513327300, 72830300, 0),
(17809, 694, 81, 'Hattingen', 513989400, 71855700, 0),
(17810, 694, 81, 'Haupt', 517960000, 86134000, 0),
(17811, 694, 81, 'Hausingen', 510832600, 69673000, 0),
(17812, 694, 81, 'Haverstadt', 522581200, 88704300, 0),
(17813, 694, 81, 'Havixbeck', 519833300, 74166700, 0),
(17814, 694, 81, 'Haxterhohe', 517001700, 87765300, 0),
(17815, 694, 81, 'Heddinghoven', 508075200, 67645200, 0),
(17816, 694, 81, 'Heeperholz', 520215000, 85950600, 0),
(17817, 694, 81, 'Heerdt', 512307500, 67232900, 0),
(17818, 694, 81, 'Hees', 516122600, 61719100, 0),
(17819, 694, 81, 'Heessen', 517070900, 78315400, 0),
(17820, 694, 81, 'Hegemannshof', 515000000, 70333300, 0),
(17821, 694, 81, 'Heiligenhaus', 509382500, 72562900, 0),
(17822, 694, 81, 'Heiligenhauschen', 513000000, 68500000, 0),
(17823, 694, 81, 'Heinsberg', 510385900, 81503300, 0),
(17824, 694, 81, 'Heissen', 514378600, 69327400, 0),
(17825, 694, 81, 'Helenabrunn', 512289100, 64201900, 0),
(17826, 694, 81, 'Helfe', 513932100, 74847400, 0),
(17827, 694, 81, 'Heller', 519126300, 74154100, 0),
(17828, 694, 81, 'Hellerhausen', 521120400, 87862300, 0),
(17829, 694, 81, 'Hellweg', 515381500, 77416000, 0),
(17830, 694, 81, 'Hemer', 513870700, 77701900, 0),
(17831, 694, 81, 'Hengeler', 520006400, 69120900, 0),
(17832, 694, 81, 'Hengstey', 514038100, 74593700, 0),
(17833, 694, 81, 'Henkhausen', 513685800, 75602700, 0),
(17834, 694, 81, 'Hennef', 507755500, 72830800, 0),
(17835, 694, 81, 'Hennen', 514424500, 76512900, 0),
(17836, 694, 81, 'Herbede', 514215200, 72792500, 0),
(17837, 694, 81, 'Herberg', 511833300, 70666700, 0),
(17838, 694, 81, 'Herdecke', 513999900, 74358400, 0),
(17839, 694, 81, 'Herford', 521145700, 86734300, 0),
(17840, 694, 81, 'Hermulheim', 508864900, 68910600, 0),
(17841, 694, 81, 'Herne', 515388000, 72257200, 0),
(17842, 694, 81, 'Herrenburg', 518833300, 76333300, 0),
(17843, 694, 81, 'Herten', 515963800, 71438700, 0),
(17844, 694, 81, 'Herweg', 509672400, 72047100, 0),
(17845, 694, 81, 'Herzebrock', 518814100, 82389400, 0),
(17846, 694, 81, 'Herzogenrath', 508706700, 61013600, 0),
(17847, 694, 81, 'Hessler', 515209500, 70574200, 0),
(17848, 694, 81, 'Hiddenhausen', 521666700, 86166700, 0),
(17849, 694, 81, 'Hiddesen', 519234100, 88426200, 0),
(17850, 694, 81, 'Hilchenbach', 509968700, 81106200, 0),
(17851, 694, 81, 'Hilden', 511681800, 69309300, 0),
(17852, 694, 81, 'Hiltrup', 519062900, 76412600, 0),
(17853, 694, 81, 'Hitdorf', 510626600, 69204500, 0),
(17854, 694, 81, 'Hochdahl', 512174000, 69443000, 0),
(17855, 694, 81, 'Hochemmerich', 514093600, 67180000, 0),
(17856, 694, 81, 'Hochhalen', 514679800, 66903800, 0),
(17857, 694, 81, 'Hochlar', 516057200, 71735700, 0),
(17858, 694, 81, 'Hochstrass', 514525200, 66475500, 0),
(17859, 694, 81, 'Hochwald', 515396800, 64630500, 0),
(17860, 694, 81, 'Hoern', 507823500, 60571400, 0),
(17861, 694, 81, 'Hoexter', 517750100, 93815500, 0),
(17862, 694, 81, 'Hoffnungsthal', 509142100, 71975500, 0),
(17863, 694, 81, 'Hofstede', 515023700, 71899600, 0),
(17864, 694, 81, 'Hohenberg', 509332300, 70413800, 0),
(17865, 694, 81, 'Hohenhaus', 509903100, 70346800, 0),
(17866, 694, 81, 'Hohenhausen', 521072400, 89435600, 0),
(17867, 694, 81, 'Hoholz', 507402200, 72002300, 0),
(17868, 694, 81, 'Holland', 521134000, 82937700, 0),
(17869, 694, 81, 'Hollingen', 521483700, 75287600, 0),
(17870, 694, 81, 'Holteyberg', 514166700, 71000000, 0),
(17871, 694, 81, 'Holweide', 509696800, 70423100, 0),
(17872, 694, 81, 'Holzbuttgen', 512174200, 66194300, 0),
(17873, 694, 81, 'Holzweiler', 510480900, 64056900, 0),
(17874, 694, 81, 'Holzwickede', 515000000, 76333300, 0),
(17875, 694, 81, 'Hombruch', 513934200, 76830500, 0),
(17876, 694, 81, 'Hontrop', 514563900, 71495400, 0),
(17877, 694, 81, 'Hoppersheide', 510160000, 70757000, 0),
(17878, 694, 81, 'Horde', 514837100, 75003000, 0),
(17879, 694, 81, 'Horn-Bad Meinberg', 518855000, 89624400, 0),
(17880, 694, 81, 'Horneburg', 516300200, 72929600, 0),
(17881, 694, 81, 'Horsthausen', 515562900, 72299700, 0),
(17882, 694, 81, 'Horstmar', 515997900, 75539600, 0),
(17883, 694, 81, 'Hosel', 513313200, 69053500, 0),
(17884, 694, 81, 'Hoser', 512446600, 63797600, 0),
(17885, 694, 81, 'Hossenhaus', 511500000, 70500000, 0),
(17886, 694, 81, 'Host', 516552900, 61931400, 0),
(17887, 694, 81, 'Hovel', 506674500, 72958400, 0),
(17888, 694, 81, 'Hovelhof', 518166700, 86500000, 0),
(17889, 694, 81, 'Huckarde', 515321300, 74150800, 0),
(17890, 694, 81, 'Huckelhoven', 510555000, 62265800, 0),
(17891, 694, 81, 'Huckeswagen', 511498000, 73447100, 0),
(17892, 694, 81, 'Huellhorst', 522833300, 86666700, 0),
(17893, 694, 81, 'Humboldtkolonie', 509318200, 69946900, 0),
(17894, 694, 81, 'Hunxe', 516500000, 67833300, 0),
(17895, 694, 81, 'Hurth', 508707900, 68676100, 0),
(17896, 694, 81, 'Husen', 515591200, 75961000, 0),
(17897, 694, 81, 'Huttenau', 514166700, 72166700, 0),
(17898, 694, 81, 'Huttrop', 514453300, 70440700, 0),
(17899, 694, 81, 'Huttrup', 521236200, 76803900, 0),
(17900, 694, 81, 'Ibbenburen', 522796400, 77145700, 0),
(17901, 694, 81, 'Ilverich', 512898700, 66974900, 0),
(17902, 694, 81, 'Immigrath', 511093100, 69592300, 0),
(17903, 694, 81, 'In der Meer', 512500000, 66833300, 0),
(17904, 694, 81, 'In der Sellerbeck', 514500000, 69000000, 0),
(17905, 694, 81, 'Inrath', 513529000, 65373800, 0),
(17906, 694, 81, 'Intrup', 521786700, 78581800, 0),
(17907, 694, 81, 'Iserlohn', 513754700, 77028100, 0),
(17908, 694, 81, 'Issum', 515333300, 64333300, 0),
(17909, 694, 81, 'Juchen', 511000000, 65000000, 0),
(17910, 694, 81, 'Julich', 509227000, 63639500, 0),
(17911, 694, 81, 'Junkersdorf', 509328200, 68594800, 0),
(17912, 694, 81, 'Kaarst', 512292900, 66188200, 0),
(17913, 694, 81, 'Kabel', 514023600, 74801400, 0),
(17914, 694, 81, 'Kachtenhausen', 519776400, 87432300, 0),
(17915, 694, 81, 'Kaldenhausen', 513923700, 66510500, 0),
(17916, 694, 81, 'Kallenbeck', 521390100, 71189500, 0),
(17917, 694, 81, 'Kalscheuren', 508819800, 68984900, 0),
(17918, 694, 81, 'Kamen', 515923100, 76638000, 0),
(17919, 694, 81, 'Kammerrathsheide', 520350100, 85721000, 0),
(17920, 694, 81, 'Kamp-Lintfort', 515046700, 65458800, 0),
(17921, 694, 81, 'Kasslerfeld', 514388500, 67503700, 0),
(17922, 694, 81, 'Katernberg', 512716400, 71136200, 0),
(17923, 694, 81, 'Kattenstroth', 518862600, 83545500, 0),
(17924, 694, 81, 'Kaule', 509597000, 71541200, 0),
(17925, 694, 81, 'Kellersberg', 508663800, 61644200, 0),
(17926, 694, 81, 'Kempen', 510935600, 60996100, 0),
(17927, 694, 81, 'Kemper', 519810700, 76461400, 0),
(17928, 694, 81, 'Kenten', 509496700, 66523100, 0),
(17929, 694, 81, 'Kern', 509062000, 72891300, 0),
(17930, 694, 81, 'Kerpen', 508699100, 66969100, 0),
(17931, 694, 81, 'Kesseler', 516644500, 81101800, 0),
(17932, 694, 81, 'Kettwig', 513690800, 69441600, 0),
(17933, 694, 81, 'Kevelaer', 515824300, 62460300, 0),
(17934, 694, 81, 'Kierspe', 511340200, 75907500, 0),
(17935, 694, 81, 'Killwinkel', 516940500, 77936000, 0),
(17936, 694, 81, 'Kinderhaus', 519948200, 76003100, 0),
(17937, 694, 81, 'Kirchderne', 515533400, 75091900, 0),
(17938, 694, 81, 'Kirchhellen', 516046800, 69232200, 0),
(17939, 694, 81, 'Kirchhorde', 514545200, 74628900, 0),
(17940, 694, 81, 'Kirchlengern', 522000000, 86333300, 0),
(17941, 694, 81, 'Kirchlinde', 515264700, 73666900, 0),
(17942, 694, 81, 'Kleinbarop', 514882600, 74252200, 0),
(17943, 694, 81, 'Kleinendrescheid', 512742300, 76593100, 0),
(17944, 694, 81, 'Kleingladbach', 510763200, 62235300, 0),
(17945, 694, 81, 'Kleinumstand', 513500000, 70333300, 0),
(17946, 694, 81, 'Kleve', 517882600, 61386500, 0),
(17947, 694, 81, 'Klophaus', 511500000, 69500000, 0),
(17948, 694, 81, 'Knapp', 513388400, 73777600, 0),
(17949, 694, 81, 'Koch', 511694700, 63375700, 0),
(17950, 694, 81, 'Koeln', 509333300, 69500000, 0),
(17951, 694, 81, 'Koeln Rodenkirchen', 508774800, 69692800, 0),
(17952, 694, 81, 'Koeln-Chorweiler', 510287000, 68947500, 0),
(17953, 694, 81, 'Koeln-Ehrenfeld', 509456000, 69205900, 0),
(17954, 694, 81, 'Koeln-Innenstadt', 509367000, 69602800, 0),
(17955, 694, 81, 'Koeln-Kalk', 509426000, 70067800, 0),
(17956, 694, 81, 'Koeln-Lindenthal', 509263000, 69101200, 0),
(17957, 694, 81, 'Koeln-Muelheim', 509631000, 70048800, 0),
(17958, 694, 81, 'Koeln-Nippes', 509630000, 69541000, 0),
(17959, 694, 81, 'Kohl', 517111100, 70056600, 0),
(17960, 694, 81, 'Kohlbusch', 507773600, 62086700, 0),
(17961, 694, 81, 'Kohlscheid', 508348900, 60878800, 0),
(17962, 694, 81, 'Kolonie Bartlinge', 523622700, 88726800, 0),
(17963, 694, 81, 'Kolonie Engelbert', 515166700, 69333300, 0),
(17964, 694, 81, 'Kolonie Neu Asseln', 515166700, 75666700, 0),
(17965, 694, 81, 'Kolonie Strahn', 522503300, 89644800, 0),
(17966, 694, 81, 'Kolonie Welheim', 515292000, 69829700, 0),
(17967, 694, 81, 'Kolonie Zeche Ewald', 516500000, 72500000, 0),
(17968, 694, 81, 'Konigsborn', 515607000, 76892100, 0),
(17969, 694, 81, 'Konigsdorf', 509387400, 67727600, 0),
(17970, 694, 81, 'Konigshof', 513091100, 65876200, 0),
(17971, 694, 81, 'Konigswinter', 506837600, 71867500, 0),
(17972, 694, 81, 'Korne', 515084600, 75099000, 0),
(17973, 694, 81, 'Kornharpen', 514895700, 72648200, 0),
(17974, 694, 81, 'Korschenbroich', 511913900, 65135200, 0),
(17975, 694, 81, 'Korthausen', 516517700, 71597900, 0),
(17976, 694, 81, 'Kottingen', 508272400, 68080400, 0),
(17977, 694, 81, 'Krafeld', 511101100, 61271000, 0),
(17978, 694, 81, 'Kranenburg', 517833300, 60166700, 0),
(17979, 694, 81, 'Kray', 514610600, 70770300, 0),
(17980, 694, 81, 'Kredenbach', 509638500, 80441000, 0),
(17981, 694, 81, 'Krefeld', 513392100, 65861500, 0),
(17982, 694, 81, 'Kreggenfeld', 516166700, 79500000, 0),
(17983, 694, 81, 'Kreuzau', 507500000, 64833300, 0),
(17984, 694, 81, 'Kreuztal', 509677500, 79884800, 0),
(17985, 694, 81, 'Kriel', 509166700, 69000000, 0),
(17986, 694, 81, 'Kudinghoven', 507285400, 71482200, 0),
(17987, 694, 81, 'Kuhlenkamp', 523132800, 88925600, 0),
(17988, 694, 81, 'Kuhlerkamp', 513603400, 74457000, 0),
(17989, 694, 81, 'Kulf', 511833300, 70833300, 0),
(17990, 694, 81, 'Kurten', 510500000, 72666700, 0),
(17991, 694, 81, 'Kussel', 519349500, 87801400, 0),
(17992, 694, 81, 'Ladbergen', 521333300, 77500000, 0),
(17993, 694, 81, 'Laer', 513484100, 82567900, 0),
(17994, 694, 81, 'Lage', 519922300, 87930100, 0),
(17995, 694, 81, 'Lahrbach', 514333300, 77833300, 0),
(17996, 694, 81, 'Langenacker', 523674400, 77409900, 0),
(17997, 694, 81, 'Langenbochum', 516147300, 71171400, 0),
(17998, 694, 81, 'Langenfeld', 511082100, 69483100, 0),
(17999, 694, 81, 'Langenich', 508631600, 66727800, 0),
(18000, 694, 81, 'Langerfeld', 512755100, 72447200, 0),
(18001, 694, 81, 'Langerwehe', 508166700, 63500000, 0),
(18002, 694, 81, 'Langwaden', 511174200, 66487900, 0),
(18003, 694, 81, 'Lank-Latum', 513073100, 66799100, 0),
(18004, 694, 81, 'Lechenich', 507995600, 67697900, 0),
(18005, 694, 81, 'Leegmeer', 518333300, 62500000, 0),
(18006, 694, 81, 'Leer', 521139900, 72949200, 0),
(18007, 694, 81, 'Legden', 520333300, 71000000, 0),
(18008, 694, 81, 'Lehen', 522518700, 77294100, 0),
(18009, 694, 81, 'Lehmbrock', 520313400, 78157200, 0),
(18010, 694, 81, 'Lehmkuhle', 515139300, 69334900, 0),
(18011, 694, 81, 'Leiberg', 515196500, 86564000, 0),
(18012, 694, 81, 'Leichlingen', 511062800, 70187300, 0),
(18013, 694, 81, 'Lemgo', 520278600, 88990100, 0),
(18014, 694, 81, 'Lengerich', 521866100, 78604300, 0),
(18015, 694, 81, 'Lennep', 511924900, 72600000, 0),
(18016, 694, 81, 'Lennestadt', 511172100, 80670700, 0),
(18017, 694, 81, 'Lette', 518825800, 81604300, 0),
(18018, 694, 81, 'Leverkusen', 510303000, 69843200, 0),
(18019, 694, 81, 'Leversbach', 507172200, 64685300, 0),
(18020, 694, 81, 'Lich', 509333300, 64833300, 0),
(18021, 694, 81, 'Lieck', 510655100, 60808500, 0),
(18022, 694, 81, 'Lienen', 521500000, 79833300, 0),
(18023, 694, 81, 'Lierenfeld', 512092000, 68275000, 0),
(18024, 694, 81, 'Limperich', 507295200, 71266900, 0),
(18025, 694, 81, 'Linderhausen', 513052400, 72958400, 0),
(18026, 694, 81, 'Lindlar', 510195900, 73775800, 0),
(18027, 694, 81, 'Linn', 513374300, 66424100, 0),
(18028, 694, 81, 'Lintfort', 514962200, 65567100, 0),
(18029, 694, 81, 'Lipperbruch', 517081300, 83695200, 0),
(18030, 694, 81, 'Lipperreihe', 519390500, 86435400, 0),
(18031, 694, 81, 'Lippstadt', 516736900, 83448200, 0),
(18032, 694, 81, 'Littfeld', 510045700, 79801900, 0),
(18033, 694, 81, 'Loherhof', 509596100, 61424300, 0),
(18034, 694, 81, 'Lohheide', 515059300, 66674600, 0),
(18035, 694, 81, 'Lohmar', 508386800, 72139900, 0),
(18036, 694, 81, 'Lohne', 515881100, 81876700, 0),
(18037, 694, 81, 'Lohnerheide', 521766800, 86908600, 0),
(18038, 694, 81, 'Longerich', 509960900, 69138300, 0),
(18039, 694, 81, 'Lotte', 522833300, 79166700, 0),
(18040, 694, 81, 'Loveling', 511684200, 66596000, 0),
(18041, 694, 81, 'Loverich', 509293300, 61899400, 0),
(18042, 694, 81, 'Lowick', 518432900, 65971400, 0),
(18043, 694, 81, 'Lubbecke', 523069900, 86142300, 0),
(18044, 694, 81, 'Luchem', 508322200, 63690500, 0),
(18045, 694, 81, 'Ludenscheid', 512197700, 76273000, 0),
(18046, 694, 81, 'Ludinghausen', 517683000, 74437900, 0),
(18047, 694, 81, 'Lune', 516833300, 69666700, 0),
(18048, 694, 81, 'Lunen', 516163400, 75287200, 0),
(18049, 694, 81, 'Lurrip', 512047300, 64705200, 0),
(18050, 694, 81, 'Lutgendortmund', 514988500, 73480600, 0),
(18051, 694, 81, 'Lutzenkirchen', 510633800, 70549100, 0),
(18052, 694, 81, 'Mahnen', 522000000, 87166700, 0),
(18053, 694, 81, 'Manfort', 510298300, 70014600, 0),
(18054, 694, 81, 'Margaretenhohe', 514306700, 69761000, 0),
(18055, 694, 81, 'Marienfeld', 508868400, 74410400, 0),
(18056, 694, 81, 'Marl', 516567100, 70903800, 0),
(18057, 694, 81, 'Mars', 516770800, 65279800, 0),
(18058, 694, 81, 'Marxloh', 515054800, 67592600, 0),
(18059, 694, 81, 'Masch', 521666700, 86166700, 0),
(18060, 694, 81, 'Mastbruch', 517553700, 87327500, 0),
(18061, 694, 81, 'Mastholte', 517505700, 83808400, 0),
(18062, 694, 81, 'Materborn', 517766600, 61147800, 0),
(18063, 694, 81, 'Maubach', 508621800, 60868000, 0),
(18064, 694, 81, 'Mauenheim', 509734000, 69464500, 0),
(18065, 694, 81, 'Meckenheim', 506238800, 70294200, 0),
(18066, 694, 81, 'Mecklenbeck', 519296500, 75824400, 0),
(18067, 694, 81, 'Medebach', 511971300, 87063500, 0),
(18068, 694, 81, 'Meer', 521000000, 74833300, 0),
(18069, 694, 81, 'Meerbeck', 514611500, 66520700, 0),
(18070, 694, 81, 'Meerbusch', 512611800, 66717000, 0),
(18071, 694, 81, 'Mehr', 516037200, 66332300, 0),
(18072, 694, 81, 'Mehrhoog', 517382600, 65116400, 0),
(18073, 694, 81, 'Meiderich', 514666700, 67666700, 0),
(18074, 694, 81, 'Meinerzhagen', 511074000, 76483800, 0),
(18075, 694, 81, 'Menden', 507897600, 71628700, 0),
(18076, 694, 81, 'Mengenich', 509785000, 68673700, 0),
(18077, 694, 81, 'Menne', 515217600, 91196000, 0),
(18078, 694, 81, 'Merken', 508458100, 64237200, 0),
(18079, 694, 81, 'Merkenich', 510253500, 69563000, 0),
(18080, 694, 81, 'Merode', 507972400, 63901500, 0),
(18081, 694, 81, 'Mersch', 509605400, 63780300, 0),
(18082, 694, 81, 'Merschhoven', 516818700, 77409000, 0),
(18083, 694, 81, 'Merzenhausen', 509343100, 62932800, 0),
(18084, 694, 81, 'Meschede', 513502000, 82833200, 0),
(18085, 694, 81, 'Mesum', 522257700, 74858700, 0),
(18086, 694, 81, 'Mettmann', 512504000, 69753600, 0),
(18087, 694, 81, 'Millingen', 515605300, 65445500, 0),
(18088, 694, 81, 'Minden', 522895300, 89145500, 0),
(18089, 694, 81, 'Mittel', 508289200, 76160300, 0),
(18090, 694, 81, 'Mitwick', 518510400, 72993700, 0),
(18091, 694, 81, 'Moers', 514534200, 66326000, 0),
(18092, 694, 81, 'Monchengladbach', 511853900, 64417200, 0),
(18093, 694, 81, 'Monheim', 510916200, 68921800, 0),
(18094, 694, 81, 'Monschau', 505546200, 62400100, 0),
(18095, 694, 81, 'Much', 509166700, 74000000, 0),
(18096, 694, 81, 'Muenster', 519623600, 76257100, 0),
(18097, 694, 81, 'Muffendorf', 506717100, 71589100, 0),
(18098, 694, 81, 'Muhlendorf', 513500000, 75666700, 0),
(18099, 694, 81, 'Mulfort', 511513600, 64593600, 0),
(18100, 694, 81, 'Munchheide', 512701700, 65328400, 0),
(18101, 694, 81, 'Mussum', 518149600, 65593500, 0),
(18102, 694, 81, 'Myhl', 510973200, 61925100, 0),
(18103, 694, 81, 'Neandertal', 512271200, 69509100, 0),
(18104, 694, 81, 'Neheim', 514504700, 79702600, 0),
(18105, 694, 81, 'Nettersheim', 504937200, 66289600, 0),
(18106, 694, 81, 'Nettetal', 513166700, 62833300, 0),
(18107, 694, 81, 'Neubeckum', 517982400, 80285900, 0),
(18108, 694, 81, 'Neuehrenfeld', 509575300, 69361100, 0),
(18109, 694, 81, 'Neuenhagen', 521846800, 87800700, 0),
(18110, 694, 81, 'Neukircherfeld', 514500000, 65666700, 0),
(18111, 694, 81, 'Neukleff', 509563600, 75322900, 0),
(18112, 694, 81, 'Neumarkt', 509370700, 69483800, 0),
(18113, 694, 81, 'Neumuhl', 514919000, 67915300, 0),
(18114, 694, 81, 'Neunkirchen', 508000000, 80000000, 0),
(18115, 694, 81, 'Neuss', 511980700, 66850400, 0),
(18116, 694, 81, 'Neusserfurth', 512225300, 66560200, 0),
(18117, 694, 81, 'Neuwerk', 512252700, 64729200, 0),
(18118, 694, 81, 'Neviges', 513092900, 70905100, 0),
(18119, 694, 81, 'Niederbierenbach', 509314300, 75537100, 0),
(18120, 694, 81, 'Niederdollendorf', 506932900, 71816200, 0),
(18121, 694, 81, 'Niederdonk', 512431200, 66923800, 0),
(18122, 694, 81, 'Niedergelpe', 510346900, 74818300, 0),
(18123, 694, 81, 'Niederkassel', 508150300, 70377700, 0),
(18124, 694, 81, 'Niederkruchten', 512000000, 62166700, 0),
(18125, 694, 81, 'Niedermassen', 515392400, 76548000, 0),
(18126, 694, 81, 'Niedermerz', 508815100, 62665100, 0),
(18127, 694, 81, 'Niederndorf', 508637600, 79097000, 0),
(18128, 694, 81, 'Niedersfeld', 512597400, 85311800, 0),
(18129, 694, 81, 'Niederstuter', 513609800, 72173000, 0),
(18130, 694, 81, 'Niederzier', 508833300, 64666700, 0),
(18131, 694, 81, 'Niehl', 509922600, 69586400, 0),
(18132, 694, 81, 'Niehorst', 519493600, 83485800, 0),
(18133, 694, 81, 'Nippes', 509654500, 69531400, 0),
(18134, 694, 81, 'Nollenwalze', 512333300, 76166700, 0),
(18135, 694, 81, 'Nordhorn', 519296100, 84178400, 0),
(18136, 694, 81, 'Nordkirchen', 517333300, 75333300, 0),
(18137, 694, 81, 'Nordlunen', 516309900, 75165100, 0),
(18138, 694, 81, 'Nordwalde', 520833300, 74833300, 0),
(18139, 694, 81, 'Norvenich', 508000000, 66500000, 0),
(18140, 694, 81, 'Nottuln', 519333300, 73500000, 0),
(18141, 694, 81, 'Nutzenberg', 512530100, 71146700, 0),
(18142, 694, 81, 'Ober Hipkendahl', 512333300, 71500000, 0),
(18143, 694, 81, 'Oberaden', 516108400, 75919100, 0),
(18144, 694, 81, 'Oberbeberich', 512360600, 63961300, 0),
(18145, 694, 81, 'Oberberg', 510907700, 72530000, 0),
(18146, 694, 81, 'Obereimer', 514114400, 80479400, 0),
(18147, 694, 81, 'Oberhausen', 505063900, 64656100, 0),
(18148, 694, 81, 'Oberkassel', 507137900, 71663800, 0),
(18149, 694, 81, 'Oberlar', 508134100, 71368000, 0),
(18150, 694, 81, 'Oberlorick', 512450100, 67248900, 0),
(18151, 694, 81, 'Oberlughausen', 509016500, 72015400, 0),
(18152, 694, 81, 'Obermarxloh', 514981100, 67802500, 0),
(18153, 694, 81, 'Odendorf', 506470800, 68798100, 0),
(18154, 694, 81, 'Odenkirchen', 511319200, 64504300, 0),
(18155, 694, 81, 'Odenthal', 510333300, 71166700, 0),
(18156, 694, 81, 'Oelde', 518289000, 81472400, 0),
(18157, 694, 81, 'Oer-Erkenschwick', 516419800, 72645100, 0),
(18158, 694, 81, 'Oerlinghausen', 519545300, 86622000, 0),
(18159, 694, 81, 'Oestrich', 513725100, 76347000, 0),
(18160, 694, 81, 'Offermannsheide', 509972600, 72642800, 0),
(18161, 694, 81, 'Ohde', 512641400, 72375100, 0),
(18162, 694, 81, 'Ohler', 511766700, 64190200, 0),
(18163, 694, 81, 'Oldentrup', 520130500, 86054600, 0),
(18164, 694, 81, 'Olfen', 517078700, 73789300, 0),
(18165, 694, 81, 'Olpe', 510289900, 78513900, 0),
(18166, 694, 81, 'Olsberg', 513561300, 84889900, 0),
(18167, 694, 81, 'Opladen', 510552100, 70193100, 0),
(18168, 694, 81, 'Ossendorf', 509705900, 69062800, 0),
(18169, 694, 81, 'Ostburen', 515156300, 77719200, 0),
(18170, 694, 81, 'Osterfeld', 515058400, 68860200, 0),
(18171, 694, 81, 'Ostheim', 509311700, 70441200, 0),
(18172, 694, 81, 'Osthofen', 515802000, 81191200, 0),
(18173, 694, 81, 'Ottbergen', 517089600, 93047600, 0),
(18174, 694, 81, 'Ottfingen', 509497700, 78487900, 0),
(18175, 694, 81, 'Overath', 509327500, 72838900, 0),
(18176, 694, 81, 'Overberge', 514675700, 76116200, 0),
(18177, 694, 81, 'Overbruch', 515455200, 67203900, 0),
(18178, 694, 81, 'Overhagen', 515999300, 69359000, 0),
(18179, 694, 81, 'Overrath', 517422200, 72567300, 0),
(18180, 694, 81, 'Oxen', 522333300, 88000000, 0),
(18181, 694, 81, 'Paderborn', 517190500, 87543900, 0),
(18182, 694, 81, 'Paffrath', 510015100, 70950500, 0),
(18183, 694, 81, 'Pannesheide', 508468400, 60695200, 0),
(18184, 694, 81, 'Papenberg', 511663800, 71986100, 0),
(18185, 694, 81, 'Pivitsheide Vogtei Heiden', 519543200, 88135200, 0),
(18186, 694, 81, 'Pivitsheide Vogtei Lage', 519500000, 87833300, 0),
(18187, 694, 81, 'Pixel', 518954500, 82779300, 0),
(18188, 694, 81, 'Plettenberg', 512094900, 78726000, 0),
(18189, 694, 81, 'Pongs', 511604000, 64161900, 0),
(18190, 694, 81, 'Poppelsdorf', 507225100, 70997400, 0),
(18191, 694, 81, 'Porta Westfalica', 522377900, 89190100, 0),
(18192, 694, 81, 'Porz am Rhein', 508863700, 70583000, 0),
(18193, 694, 81, 'Preussisch Oldendorf', 523058800, 84934100, 0),
(18194, 694, 81, 'Pulheim', 509996500, 68063200, 0),
(18195, 694, 81, 'Putz', 509968400, 65138400, 0),
(18196, 694, 81, 'Quadrath-Ichendorf', 509335500, 66794300, 0),
(18197, 694, 81, 'Quelle', 520019400, 84920900, 0),
(18198, 694, 81, 'Querenburg', 514521800, 72662800, 0),
(18199, 694, 81, 'Raderberg', 509073100, 69582100, 0),
(18200, 694, 81, 'Raderthal', 509012500, 69540900, 0),
(18201, 694, 81, 'Radevormwald', 512021800, 73602700, 0),
(18202, 694, 81, 'Radewiger Feldmark', 521214100, 86571600, 0),
(18203, 694, 81, 'Raesfeld', 517666700, 68500000, 0),
(18204, 694, 81, 'Ratingen', 512972400, 68492900, 0),
(18205, 694, 81, 'Ratzenburg', 523922200, 86004500, 0),
(18206, 694, 81, 'Rauental', 512663400, 72408300, 0),
(18207, 694, 81, 'Rauxel', 515559300, 73209400, 0),
(18208, 694, 81, 'Reckenfeld', 521262100, 75537500, 0),
(18209, 694, 81, 'Recklinghausen', 510333300, 76166700, 0),
(18210, 694, 81, 'Recklinghausen Ost', 516166700, 72166700, 0),
(18211, 694, 81, 'Recklinghausen Sud', 515666700, 72166700, 0),
(18212, 694, 81, 'Rees', 517626300, 63977800, 0),
(18213, 694, 81, 'Reininghausen', 510313400, 75776600, 0),
(18214, 694, 81, 'Remscheid', 511798300, 71925000, 0),
(18215, 694, 81, 'Remse', 519578000, 82670500, 0),
(18216, 694, 81, 'Renninghausen', 514791000, 74505400, 0),
(18217, 694, 81, 'Repsloh', 511757900, 72791500, 0),
(18218, 694, 81, 'Resse', 515796400, 71133500, 0),
(18219, 694, 81, 'Reuschenberg', 511679300, 66806300, 0),
(18220, 694, 81, 'Rheda-Wiedenbruck', 518496700, 83001700, 0),
(18221, 694, 81, 'Rheidt', 507898500, 70489000, 0),
(18222, 694, 81, 'Rhein', 508545700, 77075800, 0),
(18223, 694, 81, 'Rheinbach', 506256200, 69491100, 0),
(18224, 694, 81, 'Rheinberg', 515464900, 65952400, 0),
(18225, 694, 81, 'Rheinberger Heide', 515500000, 65666700, 0),
(18226, 694, 81, 'Rheindorf', 510534400, 69502100, 0),
(18227, 694, 81, 'Rheine', 522850900, 74405500, 0),
(18228, 694, 81, 'Rheinfeld', 511000000, 68500000, 0),
(18229, 694, 81, 'Rheydt', 511636300, 64502200, 0),
(18230, 694, 81, 'Rhode', 510502600, 78627500, 0),
(18231, 694, 81, 'Rhondorf', 506544500, 72194100, 0),
(18232, 694, 81, 'Riege', 517593000, 85213300, 0),
(18233, 694, 81, 'Riehl', 509668600, 69757200, 0),
(18234, 694, 81, 'Rietberg', 517833300, 84333300, 0),
(18235, 694, 81, 'Rindern', 518105800, 61248800, 0),
(18236, 694, 81, 'Rinkerode', 518442600, 76871200, 0),
(18237, 694, 81, 'Rinsdorf', 508217000, 80599000, 0),
(18238, 694, 81, 'Rischenau', 518796200, 92831000, 0),
(18239, 694, 81, 'Ritzhutte', 513166700, 65833300, 0),
(18240, 694, 81, 'Rockinghausen', 518166700, 83166700, 0),
(18241, 694, 81, 'Roetgen', 506500000, 62000000, 0),
(18242, 694, 81, 'Roethgen b. Eschweiler', 508146700, 62614300, 0),
(18243, 694, 81, 'Rohe', 508237600, 62379700, 0),
(18244, 694, 81, 'Rohre', 513133600, 80165700, 0),
(18245, 694, 81, 'Roland', 517811600, 80125100, 0),
(18246, 694, 81, 'Rollinghausen', 515906200, 72398200, 0),
(18247, 694, 81, 'Rolsdorf', 507856500, 64655000, 0),
(18248, 694, 81, 'Rommerskirchen', 510333300, 66833300, 0),
(18249, 694, 81, 'Rosbach', 508000500, 76104200, 0),
(18250, 694, 81, 'Rosen', 514333300, 75333300, 0),
(18251, 694, 81, 'Rosrath', 508955900, 71817500, 0),
(18252, 694, 81, 'Rothe Erde', 507771900, 61407000, 0),
(18253, 694, 81, 'Rottbruch', 515333300, 72000000, 0),
(18254, 694, 81, 'Roxel', 519522900, 75367700, 0),
(18255, 694, 81, 'Ruhrfeld', 511333300, 64500000, 0),
(18256, 694, 81, 'Ruhrort', 514530600, 67354200, 0),
(18257, 694, 81, 'Rumbeck', 513868900, 81061500, 0),
(18258, 694, 81, 'Rumeln', 513953300, 66744900, 0),
(18259, 694, 81, 'Ruppichteroth', 508436700, 74840900, 0),
(18260, 694, 81, 'Rurberg', 506137200, 63816800, 0),
(18261, 694, 81, 'Russheide', 520166700, 85666700, 0),
(18262, 694, 81, 'Ruttenscheid', 514360700, 70056900, 0),
(18263, 694, 81, 'Saalhoff', 515313200, 65249000, 0),
(18264, 694, 81, 'Saarn', 514034300, 68745900, 0),
(18265, 694, 81, 'Saat', 513666700, 76666700, 0),
(18266, 694, 81, 'Saerbeck', 521737200, 76339500, 0),
(18267, 694, 81, 'Salchendorf', 507974700, 80149800, 0),
(18268, 694, 81, 'Salzkotten', 516717000, 86009200, 0),
(18269, 694, 81, 'Sankt Augustin', 507753800, 71970000, 0),
(18270, 694, 81, 'Sankt Mauritz', 519551600, 76779000, 0),
(18271, 694, 81, 'Sankt Tonis', 513254600, 64954600, 0),
(18272, 694, 81, 'Sankt Vit', 518243200, 82778500, 0),
(18273, 694, 81, 'Sassenberg', 506907900, 73513900, 0),
(18274, 694, 81, 'Schafhausen', 510547100, 61182500, 0),
(18275, 694, 81, 'Schalke', 515197800, 70968100, 0),
(18276, 694, 81, 'Schaufenberg', 508762700, 61796600, 0),
(18277, 694, 81, 'Schauteshutte', 513801400, 64368900, 0),
(18278, 694, 81, 'Schermbeck', 516833300, 68666700, 0),
(18279, 694, 81, 'Scherpenberg', 514513500, 66679000, 0),
(18280, 694, 81, 'Schieder', 519140400, 91531600, 0),
(18281, 694, 81, 'Schieder-Schwalenberg', 518771300, 91953800, 0),
(18282, 694, 81, 'Schierenbrink', 521666700, 88500000, 0),
(18283, 694, 81, 'Schillingsrott', 508833300, 69833300, 0),
(18284, 694, 81, 'Schlebusch', 510328900, 70250200, 0),
(18285, 694, 81, 'Schlebuschrath', 510418100, 70226900, 0),
(18286, 694, 81, 'Schleiden', 505294700, 64769600, 0),
(18287, 694, 81, 'Schlicherum', 511432800, 67224300, 0),
(18288, 694, 81, 'Schmainghook', 521194200, 69217200, 0),
(18289, 694, 81, 'Schmallenberg', 511547300, 82850500, 0),
(18290, 694, 81, 'Schmelendorf', 513485800, 64623800, 0),
(18291, 694, 81, 'Schmidt', 506619200, 64089200, 0),
(18292, 694, 81, 'Schmiedestrasse', 513130100, 72505500, 0),
(18293, 694, 81, 'Schnittert', 511666700, 70000000, 0),
(18294, 694, 81, 'Schonebeck', 514579200, 69369900, 0),
(18295, 694, 81, 'Schoneflieth', 520833300, 76166700, 0),
(18296, 694, 81, 'Schoning', 517868500, 84937100, 0),
(18297, 694, 81, 'Schotthock', 522941000, 74466700, 0),
(18298, 694, 81, 'Schrick', 514295000, 72450500, 0),
(18299, 694, 81, 'Schwabhausen', 512083300, 71196400, 0),
(18300, 694, 81, 'Schwalmtal', 512166700, 62666700, 0),
(18301, 694, 81, 'Schwaney', 517156100, 89340100, 0),
(18302, 694, 81, 'Schwelm', 512863500, 72938800, 0),
(18303, 694, 81, 'Schwerte', 514438700, 75675000, 0),
(18304, 694, 81, 'Schwitterberg', 514500000, 78166700, 0),
(18305, 694, 81, 'Selm', 516968900, 74680900, 0),
(18306, 694, 81, 'Senden', 518500000, 75000000, 0),
(18307, 694, 81, 'Sendenhorst', 518430300, 78299600, 0),
(18308, 694, 81, 'Sennelager', 517716600, 87113000, 0),
(18309, 694, 81, 'Sennestadt', 519522300, 85922700, 0),
(18310, 694, 81, 'Sepp', 520776100, 86845200, 0),
(18311, 694, 81, 'Seppenrade', 517631500, 73931100, 0),
(18312, 694, 81, 'Sevinghausen', 514605200, 71239100, 0),
(18313, 694, 81, 'Siegburg', 508001900, 72076900, 0),
(18314, 694, 81, 'Siegen', 508748200, 80243100, 0),
(18315, 694, 81, 'Sieglar', 507993900, 71215600, 0),
(18316, 694, 81, 'Sieker', 520115600, 85635400, 0),
(18317, 694, 81, 'Silverbeek', 511908000, 62375000, 0),
(18318, 694, 81, 'Sindorf', 509050600, 66761800, 0),
(18319, 694, 81, 'Sinzenich', 506603000, 66487100, 0),
(18320, 694, 81, 'Soest', 515755800, 81061900, 0),
(18321, 694, 81, 'Solingen', 511734300, 70845000, 0),
(18322, 694, 81, 'Sommerberg', 514569000, 75319400, 0),
(18323, 694, 81, 'Sondern', 510731300, 78399000, 0),
(18324, 694, 81, 'Sonnenschein', 514500000, 73333300, 0),
(18325, 694, 81, 'Sonsbeck', 516166700, 63666700, 0),
(18326, 694, 81, 'Spechtholzhock', 522166700, 70000000, 0),
(18327, 694, 81, 'Speldorf', 514297700, 68285900, 0),
(18328, 694, 81, 'Spenge', 521402100, 84847500, 0),
(18329, 694, 81, 'Spradowerbach', 522081600, 85919600, 0),
(18330, 694, 81, 'Stade', 510584200, 78431000, 0),
(18331, 694, 81, 'Stadtbezirk 01', 512250000, 67766700, 0),
(18332, 694, 81, 'Stadtbezirk 02', 512493000, 68018300, 0),
(18333, 694, 81, 'Stadtbezirk 03', 512081000, 67766700, 0),
(18334, 694, 81, 'Stadtbezirk 04', 512303000, 67547200, 0),
(18335, 694, 81, 'Stadtbezirk 06', 512661000, 68141700, 0),
(18336, 694, 81, 'Stadtbezirk 09', 511642000, 68691700, 0),
(18337, 694, 81, 'Stadtgarten', 509398300, 69305300, 0),
(18338, 694, 81, 'Stadtlohn', 519939900, 69191800, 0),
(18339, 694, 81, 'Stalleicken', 514557600, 71293200, 0),
(18340, 694, 81, 'Stammheim', 509869800, 69952100, 0),
(18341, 694, 81, 'Steele', 514529700, 70790700, 0),
(18342, 694, 81, 'Steinbeck', 512500000, 71333300, 0),
(18343, 694, 81, 'Steinbrundorf', 521141000, 88467400, 0),
(18344, 694, 81, 'Steinbuchel', 510560900, 70689600, 0),
(18345, 694, 81, 'Steinfurt', 521504500, 73366400, 0),
(18346, 694, 81, 'Steinheim', 518706600, 90913600, 0),
(18347, 694, 81, 'Steinkenrath', 512118500, 61853500, 0),
(18348, 694, 81, 'Steinkuhl', 514583900, 72470500, 0),
(18349, 694, 81, 'Steinweg', 519666700, 87500000, 0),
(18350, 694, 81, 'Stemmer', 523370100, 88738000, 0),
(18351, 694, 81, 'Steppenberg', 507678400, 60406800, 0),
(18352, 694, 81, 'Sterkrade', 515175400, 68580000, 0),
(18353, 694, 81, 'Stieldorf', 507287200, 72200000, 0),
(18354, 694, 81, 'Stiftberg', 521166700, 86833300, 0),
(18355, 694, 81, 'Stockum', 512584800, 67449200, 0),
(18356, 694, 81, 'Stolberg', 507736800, 62259500, 0),
(18357, 694, 81, 'Stoppenberg', 514814700, 70363000, 0),
(18358, 694, 81, 'Straelen', 514419000, 62663900, 0),
(18359, 694, 81, 'Strang', 519687000, 87533600, 0),
(18360, 694, 81, 'Strasse', 508707200, 74950200, 0),
(18361, 694, 81, 'Strickherdicke', 514902000, 77086700, 0),
(18362, 694, 81, 'Strombach', 510228900, 75308200, 0),
(18363, 694, 81, 'Stubbecken', 513780200, 76047200, 0),
(18364, 694, 81, 'Styrum', 514512600, 68641800, 0),
(18365, 694, 81, 'Sudkamen', 515753100, 76543600, 0),
(18366, 694, 81, 'Sudkirchen', 517086200, 75467600, 0),
(18367, 694, 81, 'Sudlohn', 519333300, 68666700, 0),
(18368, 694, 81, 'Sudrandweg', 514844600, 81373600, 0),
(18369, 694, 81, 'Sulz', 509181900, 69215600, 0),
(18370, 694, 81, 'Sundern', 513281000, 80036900, 0),
(18371, 694, 81, 'Surenheide', 518902800, 84675300, 0),
(18372, 694, 81, 'Suttrop', 514567500, 83775100, 0),
(18373, 694, 81, 'Tannenbaum', 516666700, 83666700, 0),
(18374, 694, 81, 'Telgte', 519799500, 77829300, 0),
(18375, 694, 81, 'Tesche', 512382700, 70707200, 0),
(18376, 694, 81, 'Thielosen', 522252600, 89522200, 0),
(18377, 694, 81, 'Tiefenbroich', 513097000, 68287300, 0),
(18378, 694, 81, 'Till', 517629900, 62573000, 0),
(18379, 694, 81, 'Tippbruch', 517333300, 86833300, 0),
(18380, 694, 81, 'Titz', 510061900, 64247700, 0),
(18381, 694, 81, 'Tockhausen', 516000000, 74500000, 0),
(18382, 694, 81, 'Trienendorf', 514039000, 73262300, 0),
(18383, 694, 81, 'Trockenbruck', 511467400, 80307800, 0),
(18384, 694, 81, 'Troisdorf', 508090100, 71496800, 0),
(18385, 694, 81, 'Tuschen', 513537200, 69866600, 0),
(18386, 694, 81, 'Ubbedissen', 519863800, 86298400, 0),
(18387, 694, 81, 'Uckerath', 507301500, 73692100, 0),
(18388, 694, 81, 'Uckesdorf', 506923900, 70669200, 0),
(18389, 694, 81, 'Uedding', 512156500, 64791900, 0),
(18390, 694, 81, 'Uentrop', 514033800, 80913000, 0),
(18391, 694, 81, 'Uerdingen', 513547800, 66391800, 0),
(18392, 694, 81, 'Ummer', 512379800, 64228300, 0),
(18393, 694, 81, 'Unna', 515379400, 76896900, 0),
(18394, 694, 81, 'Unterbach', 512030300, 68946300, 0),
(18395, 694, 81, 'Unterrath', 512751200, 67922600, 0),
(18396, 694, 81, 'Uppenberg', 519813600, 76159900, 0),
(18397, 694, 81, 'Usdorf', 509333300, 68333300, 0),
(18398, 694, 81, 'Utterlingsen', 512549200, 77482600, 0),
(18399, 694, 81, 'Velbert', 513353600, 70434800, 0),
(18400, 694, 81, 'Velen', 519000000, 69833300, 0),
(18401, 694, 81, 'Vennberg', 512315300, 61926600, 0),
(18402, 694, 81, 'Vennhausen', 512112000, 68621300, 0),
(18403, 694, 81, 'Verl', 518833300, 85166700, 0),
(18404, 694, 81, 'Verlautenheide', 507975200, 61540300, 0),
(18405, 694, 81, 'Vetteerde', 512000000, 68833300, 0),
(18406, 694, 81, 'Vettweiss', 507333300, 66000000, 0),
(18407, 694, 81, 'Vierkotten', 509083400, 71853200, 0),
(18408, 694, 81, 'Viersen', 512543500, 63944100, 0),
(18409, 694, 81, 'Vilich Rheindorf', 507454400, 71228800, 0),
(18410, 694, 81, 'Visbeck', 513320600, 81308200, 0),
(18411, 694, 81, 'Voerde', 515970300, 66863000, 0),
(18412, 694, 81, 'Vogelbrink', 523654900, 90076800, 0),
(18413, 694, 81, 'Vogelheim', 514895600, 69809300, 0),
(18414, 694, 81, 'Volmarstein', 513666700, 73833300, 0),
(18415, 694, 81, 'Vorhelm', 518057500, 79433700, 0),
(18416, 694, 81, 'Vossheide', 516737000, 61765000, 0),
(18417, 694, 81, 'Vreden', 520379200, 68280000, 0),
(18418, 694, 81, 'Wachtberg', 506333300, 71000000, 0),
(18419, 694, 81, 'Wadersloh', 517333300, 82500000, 0),
(18420, 694, 81, 'Wald', 505371700, 68799700, 0),
(18421, 694, 81, 'Waldbrol', 508757600, 76168800, 0),
(18422, 694, 81, 'Waldfeucht', 510661000, 59881500, 0),
(18423, 694, 81, 'Wallefeld', 510152400, 74705700, 0),
(18424, 694, 81, 'Walsum', 515342400, 67056000, 0),
(18425, 694, 81, 'Waltrop', 516212500, 74023800, 0),
(18426, 694, 81, 'Wandhofen', 514296700, 75575000, 0),
(18427, 694, 81, 'Wanne-Eickel', 515333300, 71666700, 0),
(18428, 694, 81, 'Warburg', 514901100, 91464100, 0),
(18429, 694, 81, 'Warendorf', 519510900, 79875600, 0),
(18430, 694, 81, 'Wassenberg', 511000900, 61548400, 0),
(18431, 694, 81, 'Wasser', 509304100, 72974800, 0),
(18432, 694, 81, 'Wasserfuhr', 510337900, 75441500, 0),
(18433, 694, 81, 'Wattenscheid', 514805700, 71425100, 0),
(18434, 694, 81, 'Weckhoven', 511601800, 66921300, 0),
(18435, 694, 81, 'Weddinghofen', 516055600, 76213900, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(18436, 694, 81, 'Weeze', 516267800, 61979200, 0),
(18437, 694, 81, 'Wegberg', 511422100, 62843600, 0),
(18438, 694, 81, 'Weilerswist', 507666700, 68333300, 0),
(18439, 694, 81, 'Weiss', 508672900, 70384600, 0),
(18440, 694, 81, 'Weissenberg', 512145400, 66734500, 0),
(18441, 694, 81, 'Weldergoven', 507779100, 73133300, 0),
(18442, 694, 81, 'Well', 511268500, 72526000, 0),
(18443, 694, 81, 'Wellbach', 520500000, 86000000, 0),
(18444, 694, 81, 'Welschen-Ennest', 510425900, 80011300, 0),
(18445, 694, 81, 'Welver', 516166700, 79666700, 0),
(18446, 694, 81, 'Wenden', 509666700, 78666700, 0),
(18447, 694, 81, 'Wentrup', 521131400, 76231200, 0),
(18448, 694, 81, 'Werdohl', 512601100, 77660800, 0),
(18449, 694, 81, 'Werfen', 507722400, 75313700, 0),
(18450, 694, 81, 'Werl', 515549300, 79140300, 0),
(18451, 694, 81, 'Wermelskirchen', 511397000, 72158300, 0),
(18452, 694, 81, 'Werne', 516644600, 76342100, 0),
(18453, 694, 81, 'Wersbach', 511078000, 71130600, 0),
(18454, 694, 81, 'Werste', 522185000, 87784500, 0),
(18455, 694, 81, 'Wersten', 511845900, 68124900, 0),
(18456, 694, 81, 'Wertheim', 516500000, 90000000, 0),
(18457, 694, 81, 'Werthenbach', 508695100, 82156800, 0),
(18458, 694, 81, 'Werther', 520777100, 84179300, 0),
(18459, 694, 81, 'Werthhoven', 506089500, 71389900, 0),
(18460, 694, 81, 'Wesel', 516669000, 66203700, 0),
(18461, 694, 81, 'Wesseling', 508270900, 69747000, 0),
(18462, 694, 81, 'Westerberg', 514666700, 73000000, 0),
(18463, 694, 81, 'Westerholt', 516026000, 70944600, 0),
(18464, 694, 81, 'Westerkappeln', 523166700, 78833300, 0),
(18465, 694, 81, 'Westervinnen', 520666300, 86587700, 0),
(18466, 694, 81, 'Westick', 514732000, 77877700, 0),
(18467, 694, 81, 'Westtunnen', 516540000, 78570300, 0),
(18468, 694, 81, 'Westum', 521744600, 75210000, 0),
(18469, 694, 81, 'Wettringen', 522093900, 73189500, 0),
(18470, 694, 81, 'Wevelinghoven', 511058300, 66223600, 0),
(18471, 694, 81, 'Wickede', 514964000, 78658700, 0),
(18472, 694, 81, 'Wiedenbruck', 518351800, 83105500, 0),
(18473, 694, 81, 'Wiefeldick', 511484400, 70133300, 0),
(18474, 694, 81, 'Wiehl', 509495000, 75506200, 0),
(18475, 694, 81, 'Wiemelhausen', 514531800, 72334500, 0),
(18476, 694, 81, 'Wieske', 520310100, 73577000, 0),
(18477, 694, 81, 'Willich', 512637100, 65473400, 0),
(18478, 694, 81, 'Wilnsdorf', 508166700, 81000000, 0),
(18479, 694, 81, 'Windhovel', 512988400, 72511800, 0),
(18480, 694, 81, 'Winterberg', 511924800, 85346800, 0),
(18481, 694, 81, 'Wipperfurth', 511161000, 73986500, 0),
(18482, 694, 81, 'Wissel', 517702800, 62904000, 0),
(18483, 694, 81, 'Witten', 514436200, 73525800, 0),
(18484, 694, 81, 'Wittenstein', 512693900, 73568500, 0),
(18485, 694, 81, 'Wolperath', 508313600, 73243600, 0),
(18486, 694, 81, 'Wolsdorf', 507974100, 72246900, 0),
(18487, 694, 81, 'Worringen', 510650000, 68593600, 0),
(18488, 694, 81, 'Worth', 512166700, 76500000, 0),
(18489, 694, 81, 'Wulfen', 517173400, 70161000, 0),
(18490, 694, 81, 'Wulferhook', 518883000, 71878000, 0),
(18491, 694, 81, 'Wulfeshohl', 512707800, 72588900, 0),
(18492, 694, 81, 'Wulfrath', 512819500, 70382100, 0),
(18493, 694, 81, 'Wuppertal', 512702700, 71675500, 0),
(18494, 694, 81, 'Zaunswinkel', 510789400, 68864600, 0),
(18495, 694, 81, 'Zeisigweg', 512697500, 67613100, 0),
(18496, 694, 81, 'Zieverich', 509510700, 66244600, 0),
(18497, 694, 81, 'Zollstock', 509113100, 69413000, 0),
(18498, 694, 81, 'Zundorf', 508678100, 70471400, 0),
(18499, 695, 81, 'Albersweiler', 492191700, 80300000, 0),
(18500, 695, 81, 'Alf', 500500000, 71166700, 0),
(18501, 695, 81, 'Alpenrod', 506333300, 78666700, 0),
(18502, 695, 81, 'Alsbach', 504666700, 76666700, 0),
(18503, 695, 81, 'Alsdorf', 498883300, 64682000, 0),
(18504, 695, 81, 'Alsenborn', 494833300, 79166700, 0),
(18505, 695, 81, 'Altenkirchen', 494431300, 73208400, 0),
(18506, 695, 81, 'Altleiningen', 495075000, 80733300, 0),
(18507, 695, 81, 'Altrip', 494355600, 84947200, 0),
(18508, 695, 81, 'Altstrimmig', 501000000, 73000000, 0),
(18509, 695, 81, 'Alzey', 497465700, 81151300, 0),
(18510, 695, 81, 'Andernach', 504310900, 74042500, 0),
(18511, 695, 81, 'Anhausen', 505000000, 75500000, 0),
(18512, 695, 81, 'Auel', 501666700, 77666700, 0),
(18513, 695, 81, 'Ayl', 496333300, 65500000, 0),
(18514, 695, 81, 'Bad Durkheim', 494618000, 81723600, 0),
(18515, 695, 81, 'Bad Ems', 503327400, 77175500, 0),
(18516, 695, 81, 'Bad Kreuznach', 498414000, 78671300, 0),
(18517, 695, 81, 'Bad Marienberg', 506494700, 79495800, 0),
(18518, 695, 81, 'Bad Munster am Stein-Ebernburg', 498115900, 78452300, 0),
(18519, 695, 81, 'Bad Neuenahr-Ahrweiler', 505432200, 71113000, 0),
(18520, 695, 81, 'Bad Sobernheim', 497863600, 76514600, 0),
(18521, 695, 81, 'Bell', 500613900, 74151500, 0),
(18522, 695, 81, 'Beller', 505767600, 71035400, 0),
(18523, 695, 81, 'Bellingen', 506000000, 79000000, 0),
(18524, 695, 81, 'Betzdorf', 507909400, 78718900, 0),
(18525, 695, 81, 'Bickenbach', 501166700, 75333300, 0),
(18526, 695, 81, 'Biewer', 497789400, 66627800, 0),
(18527, 695, 81, 'Bingen am Rhein', 499667500, 78992000, 0),
(18528, 695, 81, 'Bitburg', 499679400, 65273400, 0),
(18529, 695, 81, 'Bobenheim am Berg', 495241700, 81511100, 0),
(18530, 695, 81, 'Bobenheim-Roxheim', 495875000, 83577800, 0),
(18531, 695, 81, 'Bodenheim', 499352800, 83200000, 0),
(18532, 695, 81, 'Boppard', 500875400, 77009000, 0),
(18533, 695, 81, 'Borler', 503166700, 68333300, 0),
(18534, 695, 81, 'Bornheim', 492225000, 81633300, 0),
(18535, 695, 81, 'Bruche', 507904800, 78610200, 0),
(18536, 695, 81, 'Buchel', 501666700, 70833300, 0),
(18537, 695, 81, 'Budenheim', 500166700, 81666700, 0),
(18538, 695, 81, 'Burscheid', 500373700, 63525200, 0),
(18539, 695, 81, 'Carlsberg', 495038900, 80416700, 0),
(18540, 695, 81, 'Daaden', 507333300, 79666700, 0),
(18541, 695, 81, 'Dahlheim', 502000000, 77000000, 0),
(18542, 695, 81, 'Daun', 501971600, 68294200, 0),
(18543, 695, 81, 'Dausfeld', 502185400, 64467100, 0),
(18544, 695, 81, 'Deidesheim', 494078200, 81844500, 0),
(18545, 695, 81, 'Dellfeld', 492333300, 74833300, 0),
(18546, 695, 81, 'Diedelkopf', 495465500, 73866800, 0),
(18547, 695, 81, 'Dierdorf', 505464700, 76527100, 0),
(18548, 695, 81, 'Diez', 503741900, 80073500, 0),
(18549, 695, 81, 'Dirmstein', 495633300, 82447200, 0),
(18550, 695, 81, 'Dolgesheim', 497944400, 82569400, 0),
(18551, 695, 81, 'Dorn-Durkheim', 497686100, 82697200, 0),
(18552, 695, 81, 'Dromersheim', 499239500, 79643000, 0),
(18553, 695, 81, 'Dudenhofen', 493186100, 83886100, 0),
(18554, 695, 81, 'Eckenroth', 499166700, 77833300, 0),
(18555, 695, 81, 'Edenkoben', 492839300, 81271400, 0),
(18556, 695, 81, 'Edigheim', 495289600, 83889800, 0),
(18557, 695, 81, 'Ehrlich', 507102000, 77570900, 0),
(18558, 695, 81, 'Einollen', 496166700, 76333300, 0),
(18559, 695, 81, 'Eitelborn', 503666700, 77166700, 0),
(18560, 695, 81, 'Emmelshausen', 501500000, 75666700, 0),
(18561, 695, 81, 'Engelshof', 494500000, 77500000, 0),
(18562, 695, 81, 'Erbach', 500333300, 76833300, 0),
(18563, 695, 81, 'Erlenbach', 491107300, 81871500, 0),
(18564, 695, 81, 'Ernst', 501500000, 72333300, 0),
(18565, 695, 81, 'Eschbach', 491744400, 80191700, 0),
(18566, 695, 81, 'Essingen', 492358300, 81747200, 0),
(18567, 695, 81, 'Esslingen', 499156400, 65274200, 0),
(18568, 695, 81, 'Feilbingert', 497666700, 78000000, 0),
(18569, 695, 81, 'Feldkirchen', 504524400, 74256200, 0),
(18570, 695, 81, 'Feyen', 497239800, 66287900, 0),
(18571, 695, 81, 'Filsen', 502333300, 75833300, 0),
(18572, 695, 81, 'Franken', 505012400, 72346000, 0),
(18573, 695, 81, 'Frankenthal', 495341400, 83535700, 0),
(18574, 695, 81, 'Frankweiler', 492277800, 80580600, 0),
(18575, 695, 81, 'Freckenfeld', 490650000, 81138900, 0),
(18576, 695, 81, 'Freiendiez', 503700400, 80275400, 0),
(18577, 695, 81, 'Freimersheim', 492699600, 82235900, 0),
(18578, 695, 81, 'Freinsheim', 495064900, 82118600, 0),
(18579, 695, 81, 'Freisbach', 492716700, 82719400, 0),
(18580, 695, 81, 'Frettenheim', 497597200, 82447200, 0),
(18581, 695, 81, 'Friedelsheim', 494469400, 82230600, 0),
(18582, 695, 81, 'Friesenheim', 494932400, 84159800, 0),
(18583, 695, 81, 'Furfeld', 497833300, 79000000, 0),
(18584, 695, 81, 'Gau-Algesheim', 499566900, 80156900, 0),
(18585, 695, 81, 'Gau-Heppenheim', 497422200, 81733300, 0),
(18586, 695, 81, 'Gees', 502207100, 66980700, 0),
(18587, 695, 81, 'Gefell', 502333300, 69166700, 0),
(18588, 695, 81, 'Gehlert', 506500000, 78333300, 0),
(18589, 695, 81, 'Gensingen', 499000000, 79333300, 0),
(18590, 695, 81, 'Gerbach', 496666700, 78666700, 0),
(18591, 695, 81, 'Germersheim', 492230600, 83638900, 0),
(18592, 695, 81, 'Gerolstein', 502222400, 66598400, 0),
(18593, 695, 81, 'Gondershausen', 501500000, 75000000, 0),
(18594, 695, 81, 'Gossersweiler-Stein', 491500000, 79333300, 0),
(18595, 695, 81, 'Grafenhausen', 492237800, 79658800, 0),
(18596, 695, 81, 'Green', 505500000, 71833300, 0),
(18597, 695, 81, 'Gries', 494166700, 74000000, 0),
(18598, 695, 81, 'Grolsheim', 499000000, 79166700, 0),
(18599, 695, 81, 'Grunstadt', 495630200, 81628000, 0),
(18600, 695, 81, 'Guls', 503449600, 75489000, 0),
(18601, 695, 81, 'Guntersblum', 497975000, 83455600, 0),
(18602, 695, 81, 'Hachenburg', 506599800, 78227600, 0),
(18603, 695, 81, 'Hackenheim', 498166700, 79000000, 0),
(18604, 695, 81, 'Hagenbach', 490261100, 82375000, 0),
(18605, 695, 81, 'Hahnstatten', 503000000, 80666700, 0),
(18606, 695, 81, 'Hamm', 495652000, 66026500, 0),
(18607, 695, 81, 'Hardt', 500907000, 64469400, 0),
(18608, 695, 81, 'Harscheid', 504598000, 68920300, 0),
(18609, 695, 81, 'Hassloch', 493627800, 82580600, 0),
(18610, 695, 81, 'Hausen', 494578900, 81384500, 0),
(18611, 695, 81, 'Heddesdorf', 504422500, 74719700, 0),
(18612, 695, 81, 'Heddesheim', 498892100, 78471600, 0),
(18613, 695, 81, 'Heeg', 505657800, 73819500, 0),
(18614, 695, 81, 'Heiligkreuz', 497416200, 66451800, 0),
(18615, 695, 81, 'Heinzenthal', 495248300, 79077100, 0),
(18616, 695, 81, 'Helvetia', 498658400, 70370600, 0),
(18617, 695, 81, 'Herborn', 497666700, 73000000, 0),
(18618, 695, 81, 'Herforst', 499500000, 67000000, 0),
(18619, 695, 81, 'Herrnsheim', 496535200, 83319900, 0),
(18620, 695, 81, 'Herschberg', 493000000, 75500000, 0),
(18621, 695, 81, 'Herscheid', 502212400, 63610100, 0),
(18622, 695, 81, 'Hessheim', 495458300, 83077800, 0),
(18623, 695, 81, 'Hettenleidelheim', 495355600, 80736100, 0),
(18624, 695, 81, 'Heuchelheim', 491458300, 80547200, 0),
(18625, 695, 81, 'Hillscheid', 504000000, 77000000, 0),
(18626, 695, 81, 'Hohenecken', 494191800, 76991900, 0),
(18627, 695, 81, 'Hohr-Grenzhausen', 504347400, 76690300, 0),
(18628, 695, 81, 'Holsthum', 498935300, 64127500, 0),
(18629, 695, 81, 'Holzheim', 503500000, 80500000, 0),
(18630, 695, 81, 'Hornbach', 491877800, 73688200, 0),
(18631, 695, 81, 'Hummel', 504666700, 67833300, 0),
(18632, 695, 81, 'Hutschenhausen', 494166700, 74833300, 0),
(18633, 695, 81, 'Idar', 497166700, 73000000, 0),
(18634, 695, 81, 'Idar-Oberstein', 497144300, 73077600, 0),
(18635, 695, 81, 'Ingelheim am Rhein', 499707800, 80588300, 0),
(18636, 695, 81, 'Insul', 504333300, 69166700, 0),
(18637, 695, 81, 'Irlich', 504460500, 74424600, 0),
(18638, 695, 81, 'Jagerthal', 494500000, 80666700, 0),
(18639, 695, 81, 'Jahrsfeld', 505402300, 75163900, 0),
(18640, 695, 81, 'Kaimt', 500239100, 71773400, 0),
(18641, 695, 81, 'Kaiserslautern', 494430000, 77716100, 0),
(18642, 695, 81, 'Kaisersmuhle', 494666700, 77333300, 0),
(18643, 695, 81, 'Kaltenbach', 492000000, 77500000, 0),
(18644, 695, 81, 'Kapellen Stolzenfels', 503000000, 76000000, 0),
(18645, 695, 81, 'Kapsweyer', 490438900, 80216700, 0),
(18646, 695, 81, 'Karbach', 501500000, 76166700, 0),
(18647, 695, 81, 'Karl', 500500000, 68000000, 0),
(18648, 695, 81, 'Kastellaun', 500692200, 74415400, 0),
(18649, 695, 81, 'Kautenbach', 499141400, 71253500, 0),
(18650, 695, 81, 'Kempenich', 504166700, 71333300, 0),
(18651, 695, 81, 'Kempten', 499672900, 79370200, 0),
(18652, 695, 81, 'Kerpen', 503096700, 67297800, 0),
(18653, 695, 81, 'Kescheid', 506666700, 74833300, 0),
(18654, 695, 81, 'Kettig', 504000000, 74666700, 0),
(18655, 695, 81, 'Kirchberg', 499439500, 74070000, 0),
(18656, 695, 81, 'Kirchheimbolanden', 496624900, 80151300, 0),
(18657, 695, 81, 'Koblenz', 503535700, 75788400, 0),
(18658, 695, 81, 'Konz', 497004500, 65765200, 0),
(18659, 695, 81, 'Kottweiler-Schwanden', 494833300, 75333300, 0),
(18660, 695, 81, 'Krastel', 500507500, 73901800, 0),
(18661, 695, 81, 'Kubelberg', 494000000, 73666700, 0),
(18662, 695, 81, 'Kurenz', 497607000, 66625200, 0),
(18663, 695, 81, 'Kusel', 495377200, 74047200, 0),
(18664, 695, 81, 'Lahnstein', 503000000, 76166700, 0),
(18665, 695, 81, 'Lahr', 499333300, 62833300, 0),
(18666, 695, 81, 'Landau in der Pfalz', 491984400, 81169200, 0),
(18667, 695, 81, 'Landscheid', 499833300, 67666700, 0),
(18668, 695, 81, 'Landstuhl', 494130600, 75702100, 0),
(18669, 695, 81, 'Langenlonsheim', 499000000, 79000000, 0),
(18670, 695, 81, 'Lascheiderhof', 496668500, 69052300, 0),
(18671, 695, 81, 'Laudert', 500833300, 76000000, 0),
(18672, 695, 81, 'Lauterecken', 496499300, 75926600, 0),
(18673, 695, 81, 'Leimen', 492833300, 77666700, 0),
(18674, 695, 81, 'Leinsweiler', 491833300, 80191700, 0),
(18675, 695, 81, 'Leutesdorf', 504500000, 73833300, 0),
(18676, 695, 81, 'Liebenscheid', 507000000, 81000000, 0),
(18677, 695, 81, 'Limburgerhof', 494244400, 83919400, 0),
(18678, 695, 81, 'Lingenfeld', 492538900, 83386100, 0),
(18679, 695, 81, 'Linz am Rhein', 505688400, 72844500, 0),
(18680, 695, 81, 'Lohrheim', 503166700, 80500000, 0),
(18681, 695, 81, 'Lorsch', 498007700, 68007000, 0),
(18682, 695, 81, 'Ludwigshafen am Rhein', 494812100, 84464100, 0),
(18683, 695, 81, 'Lutz', 501666700, 73500000, 0),
(18684, 695, 81, 'Lutzel', 503696600, 76005600, 0),
(18685, 695, 81, 'Mackenbach', 494666700, 75833300, 0),
(18686, 695, 81, 'Mainz', 499841900, 82791000, 0),
(18687, 695, 81, 'Mainz-Bretzenheim', 499823600, 82439700, 0),
(18688, 695, 81, 'Mainz-GE', 499903000, 82514200, 0),
(18689, 695, 81, 'Mainz-Gonsenheim', 500000000, 82166700, 0),
(18690, 695, 81, 'Mainz-Hechtsheim', 499655600, 82730600, 0),
(18691, 695, 81, 'Mainz-Lerchenberg', 499602800, 81913900, 0),
(18692, 695, 81, 'Mainz-Marienborn', 499616700, 82277800, 0),
(18693, 695, 81, 'Mainz-Mombach', 500195700, 82214200, 0),
(18694, 695, 81, 'Mainz-Oberstadt', 499862500, 82644700, 0),
(18695, 695, 81, 'Mainz-Weisenau', 499780600, 82977800, 0),
(18696, 695, 81, 'Maria Laach', 504018300, 72527100, 0),
(18697, 695, 81, 'Mayen', 503279700, 72227700, 0),
(18698, 695, 81, 'Meckel', 498897700, 65171200, 0),
(18699, 695, 81, 'Meckenheim', 494044400, 82391700, 0),
(18700, 695, 81, 'Mehlbach', 495166700, 77166700, 0),
(18701, 695, 81, 'Mehring', 498000000, 68333300, 0),
(18702, 695, 81, 'Mendig', 503666700, 72833300, 0),
(18703, 695, 81, 'Minden', 498333300, 64666700, 0),
(18704, 695, 81, 'Minderslachen', 490954300, 81866500, 0),
(18705, 695, 81, 'Mombach', 500188800, 82317600, 0),
(18706, 695, 81, 'Mommenheim', 498802800, 82650000, 0),
(18707, 695, 81, 'Montabaur', 504358800, 78232000, 0),
(18708, 695, 81, 'Montforterhof', 497661100, 77644900, 0),
(18709, 695, 81, 'Mudersbach', 508166700, 79500000, 0),
(18710, 695, 81, 'Mulheim', 499125200, 70194800, 0),
(18711, 695, 81, 'Mulheim-Karlich', 503851000, 74989000, 0),
(18712, 695, 81, 'Mulhofen', 504259100, 75675000, 0),
(18713, 695, 81, 'Munchhof', 494401000, 79023100, 0),
(18714, 695, 81, 'Mundenheim', 494584700, 84300000, 0),
(18715, 695, 81, 'Mussbach an der Weinstrasse', 493669800, 81736100, 0),
(18716, 695, 81, 'Mutterstadt', 494413900, 83561100, 0),
(18717, 695, 81, 'Nackenheim', 499152800, 83388900, 0),
(18718, 695, 81, 'Nauheim', 500570600, 77565800, 0),
(18719, 695, 81, 'Nerdlen', 502333300, 68666700, 0),
(18720, 695, 81, 'Neroth', 501960200, 67468900, 0),
(18721, 695, 81, 'Netzbach', 503166700, 81000000, 0),
(18722, 695, 81, 'Neuenstein', 503063200, 64473000, 0),
(18723, 695, 81, 'Neuhausen', 496458400, 83466700, 0),
(18724, 695, 81, 'Neuheilenbach', 501166700, 65666700, 0),
(18725, 695, 81, 'Neuhemsbach', 495166700, 79166700, 0),
(18726, 695, 81, 'Neustadt an der Weinstrasse', 493500900, 81388600, 0),
(18727, 695, 81, 'Neuwied', 504336000, 74705700, 0),
(18728, 695, 81, 'Nickenich', 504142100, 73272800, 0),
(18729, 695, 81, 'Nieder-Olm', 499116600, 82053300, 0),
(18730, 695, 81, 'Niederbreisig', 505124500, 72944500, 0),
(18731, 695, 81, 'Niederbreitbach', 505333300, 74166700, 0),
(18732, 695, 81, 'Niederwambach', 506333300, 76000000, 0),
(18733, 695, 81, 'Nierstein', 498752800, 83466700, 0),
(18734, 695, 81, 'Norken', 506833300, 79000000, 0),
(18735, 695, 81, 'Ober-Olm', 499372200, 81888900, 0),
(18736, 695, 81, 'Oberbieber', 504725600, 75008600, 0),
(18737, 695, 81, 'Oberehe-Stroheich', 502833300, 67666700, 0),
(18738, 695, 81, 'Oberetscheid', 506371800, 74013900, 0),
(18739, 695, 81, 'Oberhausen', 490969400, 80583300, 0),
(18740, 695, 81, 'Oberwillscheid', 506207800, 73213900, 0),
(18741, 695, 81, 'Oestrich-Winkel', 499998700, 80060400, 0),
(18742, 695, 81, 'Oppenheim', 498547000, 83597400, 0),
(18743, 695, 81, 'Orbis', 497000000, 80000000, 0),
(18744, 695, 81, 'Osterspai', 502500000, 76166700, 0),
(18745, 695, 81, 'Osthofen', 497038200, 83241900, 0),
(18746, 695, 81, 'Ottersheim', 491912900, 82317600, 0),
(18747, 695, 81, 'Over', 505552300, 74048600, 0),
(18748, 695, 81, 'Pallien', 497656300, 66275900, 0),
(18749, 695, 81, 'Palzem', 495666700, 63666700, 0),
(18750, 695, 81, 'Pfaffendorf', 503419700, 76116500, 0),
(18751, 695, 81, 'Pirmasens', 492014500, 76052900, 0),
(18752, 695, 81, 'Polch', 502997300, 73131500, 0),
(18753, 695, 81, 'Punderich', 500333300, 71166700, 0),
(18754, 695, 81, 'Queidersbach', 493666700, 76333300, 0),
(18755, 695, 81, 'Quirnbach', 494749700, 74202300, 0),
(18756, 695, 81, 'Ramstein', 494500000, 75333300, 0),
(18757, 695, 81, 'Ramstein-Miesenbach', 494445200, 75553300, 0),
(18758, 695, 81, 'Ransbach-Baumbach', 504649600, 77283000, 0),
(18759, 695, 81, 'Rasselstein', 504500000, 74666700, 0),
(18760, 695, 81, 'Raubach', 505833300, 76166700, 0),
(18761, 695, 81, 'Reiff', 501000000, 62000000, 0),
(18762, 695, 81, 'Remagen', 505787900, 72270300, 0),
(18763, 695, 81, 'Rengsdorf', 505000000, 75000000, 0),
(18764, 695, 81, 'Rennerod', 506082000, 80669700, 0),
(18765, 695, 81, 'Rheinbollen', 500112700, 76724900, 0),
(18766, 695, 81, 'Rheinbreitbach', 506166700, 72333300, 0),
(18767, 695, 81, 'Rheingonheim', 494451400, 84194400, 0),
(18768, 695, 81, 'Rinkenbergerhof', 493500000, 84166700, 0),
(18769, 695, 81, 'Rockenhausen', 496297400, 78213400, 0),
(18770, 695, 81, 'Rodalben', 492394000, 76396200, 0),
(18771, 695, 81, 'Rodenbach', 494666700, 76500000, 0),
(18772, 695, 81, 'Rolandseck', 506293200, 72078000, 0),
(18773, 695, 81, 'Ronnenberg', 496212500, 73969700, 0),
(18774, 695, 81, 'Rosenheim', 507123900, 78511400, 0),
(18775, 695, 81, 'Roxheim', 495811100, 83627800, 0),
(18776, 695, 81, 'Rubenach', 503703100, 75211300, 0),
(18777, 695, 81, 'Saarburg', 496064100, 65436500, 0),
(18778, 695, 81, 'Sankt Goar', 501487800, 77072000, 0),
(18779, 695, 81, 'Sankt Johann', 498675000, 80144400, 0),
(18780, 695, 81, 'Schaidt', 490599400, 80820600, 0),
(18781, 695, 81, 'Schaumburg', 503391500, 79790800, 0),
(18782, 695, 81, 'Scheid', 503500000, 64166700, 0),
(18783, 695, 81, 'Schifferstadt', 493841700, 83775000, 0),
(18784, 695, 81, 'Schmitt', 501666700, 70166700, 0),
(18785, 695, 81, 'Schonborn', 496333300, 77666700, 0),
(18786, 695, 81, 'Schornsheim', 498458300, 81750000, 0),
(18787, 695, 81, 'Schuller', 503333300, 65833300, 0),
(18788, 695, 81, 'Schwegenheim', 492700000, 83286100, 0),
(18789, 695, 81, 'Schweich', 498221500, 67525600, 0),
(18790, 695, 81, 'Segendorf', 504672800, 74598300, 0),
(18791, 695, 81, 'Selchenbach', 495000000, 73000000, 0),
(18792, 695, 81, 'Selters', 505325300, 77557700, 0),
(18793, 695, 81, 'Sensweiler', 497753900, 71969000, 0),
(18794, 695, 81, 'Serrig', 495751900, 65745400, 0),
(18795, 695, 81, 'Sessenhausen', 505333300, 77166700, 0),
(18796, 695, 81, 'Siershahn', 504833300, 78000000, 0),
(18797, 695, 81, 'Simmern', 499819800, 75235100, 0),
(18798, 695, 81, 'Sinzig', 505438400, 72463900, 0),
(18799, 695, 81, 'Spangdahlem', 499833300, 66833300, 0),
(18800, 695, 81, 'Speicher', 499333300, 66333300, 0),
(18801, 695, 81, 'Spessart', 504500000, 71166700, 0),
(18802, 695, 81, 'Speyer', 493208300, 84311100, 0),
(18803, 695, 81, 'Sponsheim', 499211100, 79213800, 0),
(18804, 695, 81, 'Sprendlingen', 498666700, 79833300, 0),
(18805, 695, 81, 'Stahl', 499680400, 64975400, 0),
(18806, 695, 81, 'Stein-Bockenheim', 497666700, 79666700, 0),
(18807, 695, 81, 'Steinalben', 493166700, 76500000, 0),
(18808, 695, 81, 'Stetten', 496694400, 80919400, 0),
(18809, 695, 81, 'Thalfang', 497500000, 70000000, 0),
(18810, 695, 81, 'Trier', 497556500, 66393500, 0),
(18811, 695, 81, 'Trierweiler', 497623100, 65598700, 0),
(18812, 695, 81, 'Udert', 506298500, 76319400, 0),
(18813, 695, 81, 'Unkelbach', 506006200, 71870300, 0),
(18814, 695, 81, 'Urbach-Kirchdorf', 505630100, 75863900, 0),
(18815, 695, 81, 'Vollmersbach', 497333300, 73166700, 0),
(18816, 695, 81, 'Wachenheim', 496366700, 81666700, 0),
(18817, 695, 81, 'Wackernheim', 499744400, 81166700, 0),
(18818, 695, 81, 'Wahl', 506857900, 73997300, 0),
(18819, 695, 81, 'Waldesch', 502833300, 75500000, 0),
(18820, 695, 81, 'Wasserliesch', 497166700, 65500000, 0),
(18821, 695, 81, 'Weinheim', 497376300, 80661100, 0),
(18822, 695, 81, 'Weinsheim', 496054200, 83271300, 0),
(18823, 695, 81, 'Weisenheim am Berg', 495130600, 81538900, 0),
(18824, 695, 81, 'Weissenthurm', 504171900, 74507200, 0),
(18825, 695, 81, 'Welgesheim', 498833300, 79666700, 0),
(18826, 695, 81, 'Wellen', 496666700, 64333300, 0),
(18827, 695, 81, 'Wernersberg', 491833300, 79333300, 0),
(18828, 695, 81, 'Wimbach', 503666700, 69166700, 0),
(18829, 695, 81, 'Wincheringen', 496166700, 64333300, 0),
(18830, 695, 81, 'Winnen', 505833300, 80166700, 0),
(18831, 695, 81, 'Winnweiler', 495666700, 78500000, 0),
(18832, 695, 81, 'Wintrich', 498833300, 69500000, 0),
(18833, 695, 81, 'Winzeln', 491893100, 75676000, 0),
(18834, 695, 81, 'Wissen', 507791500, 77346600, 0),
(18835, 695, 81, 'Wittlich', 499859600, 68930800, 0),
(18836, 695, 81, 'Worms', 496327800, 83591600, 0),
(18837, 695, 81, 'Worth am Rhein', 490488800, 82595900, 0),
(18838, 695, 81, 'Zeiskam', 492327800, 82472200, 0),
(18839, 695, 81, 'Zeltingen', 499500000, 70166700, 0),
(18840, 695, 81, 'Zweibrucken', 492468600, 73697700, 0),
(18841, 696, 81, 'Alsweiler', 494721700, 70698300, 0),
(18842, 696, 81, 'Altheim', 491718900, 73125900, 0),
(18843, 696, 81, 'Besch', 495025800, 63719000, 0),
(18844, 696, 81, 'Bexbach', 493461500, 72552700, 0),
(18845, 696, 81, 'Bierbach', 492637700, 72850700, 0),
(18846, 696, 81, 'Brotdorf', 494736200, 66780000, 0),
(18847, 696, 81, 'Dillingen', 493555700, 67278100, 0),
(18848, 696, 81, 'Dilsburg', 493300200, 69396300, 0),
(18849, 696, 81, 'Dorf', 494858400, 69180900, 0),
(18850, 696, 81, 'Dorsdorf', 494730700, 69636500, 0),
(18851, 696, 81, 'Dreisbach', 494850900, 65649600, 0),
(18852, 696, 81, 'Dudweiler', 492787600, 70367700, 0),
(18853, 696, 81, 'Ebern', 500954500, 107983100, 0),
(18854, 696, 81, 'Ellerhof', 494578800, 66630700, 0),
(18855, 696, 81, 'Elm', 492998100, 68425100, 0),
(18856, 696, 81, 'Fitten', 494436800, 65952400, 0),
(18857, 696, 81, 'Goldbach', 494473600, 68593500, 0),
(18858, 696, 81, 'Gudingen', 492024100, 70357400, 0),
(18859, 696, 81, 'Hahn', 494196700, 69003700, 0),
(18860, 696, 81, 'Harlingen', 494205700, 66495900, 0),
(18861, 696, 81, 'Herrensohr', 492748100, 70136000, 0),
(18862, 696, 81, 'Heusweiler', 493500000, 69333300, 0),
(18863, 696, 81, 'Hilbringen', 494402600, 66153100, 0),
(18864, 696, 81, 'Holz', 493292200, 69907500, 0),
(18865, 696, 81, 'Homburg', 493263700, 73386700, 0),
(18866, 696, 81, 'Hostenbach', 492637600, 68143900, 0),
(18867, 696, 81, 'Jabach', 494044700, 69000600, 0),
(18868, 696, 81, 'Kastel', 495717200, 69666200, 0),
(18869, 696, 81, 'Kirkel', 492833300, 72333300, 0),
(18870, 696, 81, 'Kramershauschen', 492500000, 70000000, 0),
(18871, 696, 81, 'Lebach', 494112200, 69098800, 0),
(18872, 696, 81, 'Linslerhof', 492520100, 67307600, 0),
(18873, 696, 81, 'Losheim', 495099000, 67454900, 0),
(18874, 696, 81, 'Malstatt-Burbach', 492480100, 69598400, 0),
(18875, 696, 81, 'Merzig', 494433100, 66387400, 0),
(18876, 696, 81, 'Mettlach', 494935500, 65968600, 0),
(18877, 696, 81, 'Mittelbexbach', 493483900, 72559500, 0),
(18878, 696, 81, 'Neunkirchen', 493444900, 71804500, 0),
(18879, 696, 81, 'Niederneunkirchen', 493466500, 71688800, 0),
(18880, 696, 81, 'Nohfelden', 495869300, 71428300, 0),
(18881, 696, 81, 'Obervolklingen', 492557100, 68815600, 0),
(18882, 696, 81, 'Ottweiler', 494013300, 71642400, 0),
(18883, 696, 81, 'Reiskirchen', 493517400, 73254800, 0),
(18884, 696, 81, 'Riegelsberg', 493000000, 69333300, 0),
(18885, 696, 81, 'Saarbrucken', 492354000, 69816500, 0),
(18886, 696, 81, 'Saarlouis', 493136600, 67515400, 0),
(18887, 696, 81, 'Saarwellingen', 493543000, 68048700, 0),
(18888, 696, 81, 'Sankt Arnual', 492187700, 70128000, 0),
(18889, 696, 81, 'Sankt Ingbert', 492769700, 71167200, 0),
(18890, 696, 81, 'Sankt Johann', 492288600, 70112600, 0),
(18891, 696, 81, 'Sankt Wendel', 494663300, 71681400, 0),
(18892, 696, 81, 'Schiffweiler', 493666700, 71333300, 0),
(18893, 696, 81, 'Schwalbach', 493000000, 68166700, 0),
(18894, 696, 81, 'Schwarzenbach', 492916600, 73198100, 0),
(18895, 696, 81, 'Sitzerath', 496052300, 69164900, 0),
(18896, 696, 81, 'Spiesen', 493155400, 71603800, 0),
(18897, 696, 81, 'Steinberg-Deckenhardt', 495384400, 71167200, 0),
(18898, 696, 81, 'Volklingen', 492516200, 68587300, 0),
(18899, 696, 81, 'Wadern', 495412200, 68877400, 0),
(18900, 696, 81, 'Wadgassen', 492666700, 67833300, 0),
(18901, 696, 81, 'Weiskirchen', 495500000, 68166700, 0),
(18902, 698, 81, 'Adendorf', 516168200, 117037400, 0),
(18903, 698, 81, 'Allstedt', 514037900, 113868900, 0),
(18904, 698, 81, 'Alten', 518212800, 121959400, 0),
(18905, 698, 81, 'Alter Markt', 519420400, 114300000, 0),
(18906, 698, 81, 'Altstadt', 521269800, 116319500, 0),
(18907, 698, 81, 'Ammendorf', 514289600, 119801500, 0),
(18908, 698, 81, 'Amsdorf', 514645700, 117270500, 0),
(18909, 698, 81, 'Annaburg', 517325700, 130458600, 0),
(18910, 698, 81, 'Aschersleben', 517574200, 114608400, 0),
(18911, 698, 81, 'Bad Kosen', 511343100, 117220300, 0),
(18912, 698, 81, 'Balditz', 512888000, 120807900, 0),
(18913, 698, 81, 'Barleben', 522019300, 116177000, 0),
(18914, 698, 81, 'Beelitz', 526883500, 119536400, 0),
(18915, 698, 81, 'Beesen', 514377700, 119671100, 0),
(18916, 698, 81, 'Benneckenstein', 516682300, 107171600, 0),
(18917, 698, 81, 'Benzingerode', 518324700, 108635200, 0),
(18918, 698, 81, 'Bergen', 521109600, 113647700, 0),
(18919, 698, 81, 'Bernburg', 517946400, 117401000, 0),
(18920, 698, 81, 'Bismark', 526619500, 115563800, 0),
(18921, 698, 81, 'Blankenburg', 517902500, 109550900, 0),
(18922, 698, 81, 'Bone', 519667400, 121396800, 0),
(18923, 698, 81, 'Born', 523756600, 114706900, 0),
(18924, 698, 81, 'Brehna', 515579000, 122127600, 0),
(18925, 698, 81, 'Bulzig', 518940300, 127555100, 0),
(18926, 698, 81, 'Burg', 514228500, 119933300, 0),
(18927, 698, 81, 'Burgstall', 524084900, 116966600, 0),
(18928, 698, 81, 'Buschdorf', 514766300, 120323000, 0),
(18929, 698, 81, 'Coswig', 518861800, 124501000, 0),
(18930, 698, 81, 'Demker', 525076500, 118515000, 0),
(18931, 698, 81, 'Dessau', 518386400, 122455500, 0),
(18932, 698, 81, 'Deutsch', 529651500, 115862500, 0),
(18933, 698, 81, 'Diemitz', 514854800, 120037900, 0),
(18934, 698, 81, 'Dingelstedt', 519766300, 109780900, 0),
(18935, 698, 81, 'Dollnitz', 514077700, 120283100, 0),
(18936, 698, 81, 'Eilenstedt', 519826600, 110435200, 0),
(18937, 698, 81, 'Elbeu', 522388400, 116186100, 0),
(18938, 698, 81, 'Elster', 518301100, 128242400, 0),
(18939, 698, 81, 'Emden', 522399900, 112809000, 0),
(18940, 698, 81, 'Felgeleben', 520062500, 117494800, 0),
(18941, 698, 81, 'Friedeburg', 516211800, 117426000, 0),
(18942, 698, 81, 'Gadegast', 518833300, 129000000, 0),
(18943, 698, 81, 'Gardelegen', 525252000, 113952300, 0),
(18944, 698, 81, 'Gatersleben', 518221500, 112866100, 0),
(18945, 698, 81, 'Gersdorf', 521937200, 115133300, 0),
(18946, 698, 81, 'Gimritz', 514833300, 119500000, 0),
(18947, 698, 81, 'Glinde', 520091800, 118508100, 0),
(18948, 698, 81, 'Glindenberg', 522385600, 116836100, 0),
(18949, 698, 81, 'Grana', 510545000, 121053900, 0),
(18950, 698, 81, 'Grimme', 520351600, 122891000, 0),
(18951, 698, 81, 'Groningen', 528500000, 108666700, 0),
(18952, 698, 81, 'Grosskugel', 514172800, 121464100, 0),
(18953, 698, 81, 'Gunthersdorf', 513457000, 121717600, 0),
(18954, 698, 81, 'Hagen', 524046300, 121010200, 0),
(18955, 698, 81, 'Halberstadt', 518956200, 110562200, 0),
(18956, 698, 81, 'Haldensleben', 522890600, 114098200, 0),
(18957, 698, 81, 'Halle Neustadt', 514792400, 119160500, 0),
(18958, 698, 81, 'Hassel', 510404600, 120097500, 0),
(18959, 698, 81, 'Helmstal', 514970800, 112975800, 0),
(18960, 698, 81, 'Herrenkrug', 521526600, 116800100, 0),
(18961, 698, 81, 'Hessen', 520166700, 107833300, 0),
(18962, 698, 81, 'Hettstedt', 516503000, 115114600, 0),
(18963, 698, 81, 'Heudeber', 519024500, 108432100, 0),
(18964, 698, 81, 'Hillersleben', 522748800, 114872400, 0),
(18965, 698, 81, 'Holleben', 514404700, 118991500, 0),
(18966, 698, 81, 'Hoppenstedt', 519939000, 106584000, 0),
(18967, 698, 81, 'Jerichow', 525004900, 120238200, 0),
(18968, 698, 81, 'Karlsfeld', 515481100, 121761400, 0),
(18969, 698, 81, 'Keuschberg', 513000000, 120666700, 0),
(18970, 698, 81, 'Klotze', 526272400, 111642400, 0),
(18971, 698, 81, 'Kolonie Eichenweiler', 521691200, 116463900, 0),
(18972, 698, 81, 'Kothen', 517518600, 119709300, 0),
(18973, 698, 81, 'Kupferberg', 516500000, 115166700, 0),
(18974, 698, 81, 'Langeln', 519118800, 107943600, 0),
(18975, 698, 81, 'Letzlingen', 524333300, 115000000, 0),
(18976, 698, 81, 'Leuna', 513178300, 120158900, 0),
(18977, 698, 81, 'Lohne', 527839200, 114792800, 0),
(18978, 698, 81, 'Magdeburg', 521277300, 116291600, 0),
(18979, 698, 81, 'Merseburg', 513547800, 119892300, 0),
(18980, 698, 81, 'Mockern', 521409900, 119520300, 0),
(18981, 698, 81, 'Moritzsch', 513570400, 121853800, 0),
(18982, 698, 81, 'Moser', 522139700, 117927900, 0),
(18983, 698, 81, 'Naumburg', 511498700, 118097900, 0),
(18984, 698, 81, 'Neue Neustadt', 521500000, 116333300, 0),
(18985, 698, 81, 'Neumarkt', 513568600, 120063700, 0),
(18986, 698, 81, 'Niemegk', 516166700, 123666700, 0),
(18987, 698, 81, 'Nienburg', 518374700, 117697900, 0),
(18988, 698, 81, 'Nietleben', 514780600, 119063200, 0),
(18989, 698, 81, 'Oebisfelde', 524342100, 109878600, 0),
(18990, 698, 81, 'Ohrenfeld', 518452900, 107207600, 0),
(18991, 698, 81, 'Oschersleben', 520304000, 112289800, 0),
(18992, 698, 81, 'Passendorf', 514666700, 119333300, 0),
(18993, 698, 81, 'Piesteritz', 518695600, 125983500, 0),
(18994, 698, 81, 'Platz', 527384700, 118866900, 0),
(18995, 698, 81, 'Plotzky', 520520700, 118020200, 0),
(18996, 698, 81, 'Pouch', 516232400, 124013300, 0),
(18997, 698, 81, 'Quedlinburg', 517884300, 111500600, 0),
(18998, 698, 81, 'Querfurt', 513812400, 116004800, 0),
(18999, 698, 81, 'Reform', 520948000, 116156400, 0),
(19000, 698, 81, 'Roden', 510102400, 121386400, 0),
(19001, 698, 81, 'Rodgen', 511746400, 119088900, 0),
(19002, 698, 81, 'Rodleben', 518960700, 122006100, 0),
(19003, 698, 81, 'Rossau', 527907200, 116403600, 0),
(19004, 698, 81, 'Rothemark', 518814500, 126177000, 0),
(19005, 698, 81, 'Rothenburg', 516500000, 117500000, 0),
(19006, 698, 81, 'Roxe', 525909000, 118390800, 0),
(19007, 698, 81, 'Salzfurtkapelle', 516944000, 121787800, 0),
(19008, 698, 81, 'Salzwedel', 528543500, 111525000, 0),
(19009, 698, 81, 'Sangerhausen', 514722100, 112953300, 0),
(19010, 698, 81, 'Schkopau', 514000000, 119833300, 0),
(19011, 698, 81, 'Schlaitz', 516587100, 124283900, 0),
(19012, 698, 81, 'Schonebeck', 520168200, 117307000, 0),
(19013, 698, 81, 'Schwarz', 518906800, 117936800, 0),
(19014, 698, 81, 'Selbitz', 518146200, 125321200, 0),
(19015, 698, 81, 'Stadt Frankfurt', 520349400, 113927000, 0),
(19016, 698, 81, 'Stassfurt', 518518600, 115850800, 0),
(19017, 698, 81, 'Stendal', 526069000, 118586700, 0),
(19018, 698, 81, 'Stobnitz', 513220600, 118054000, 0),
(19019, 698, 81, 'Stockheim', 527093100, 109947800, 0),
(19020, 698, 81, 'Stolberg', 515742600, 109558200, 0),
(19021, 698, 81, 'Sudenburg', 521102500, 116043900, 0),
(19022, 698, 81, 'Thale', 517525700, 110398800, 0),
(19023, 698, 81, 'Theissen', 510874800, 121065900, 0),
(19024, 698, 81, 'Ummendorf', 521564500, 111815100, 0),
(19025, 698, 81, 'Veckenstedt', 519011400, 107320300, 0),
(19026, 698, 81, 'Vorwerk', 521951900, 112113800, 0),
(19027, 698, 81, 'Wallwitzhafen', 518333300, 122500000, 0),
(19028, 698, 81, 'Wangen', 512695000, 115459300, 0),
(19029, 698, 81, 'Wanzleben', 520608700, 114408000, 0),
(19030, 698, 81, 'Wartenberg', 526384100, 115131600, 0),
(19031, 698, 81, 'Weissenfels', 512014800, 119684300, 0),
(19032, 698, 81, 'Welle', 514866000, 117701000, 0),
(19033, 698, 81, 'Wendelstein', 512783100, 114687200, 0),
(19034, 698, 81, 'Werder', 521339100, 116558100, 0),
(19035, 698, 81, 'Wernigerode', 518365200, 107821600, 0),
(19036, 698, 81, 'Westewitz', 515752400, 119436700, 0),
(19037, 698, 81, 'Wettin', 515860400, 118063000, 0),
(19038, 698, 81, 'Wilhelmstadt', 521333300, 115833300, 0),
(19039, 698, 81, 'Winkel', 514044000, 114636300, 0),
(19040, 698, 81, 'Wismar', 526648000, 109586300, 0),
(19041, 698, 81, 'Wittenberg', 518661000, 126497300, 0),
(19042, 698, 81, 'Wohlenberg', 528136400, 116094000, 0),
(19043, 698, 81, 'Wolfen', 516612200, 122687300, 0),
(19044, 698, 81, 'Wolmirstedt', 522485600, 116294500, 0),
(19045, 698, 81, 'Zeitz', 510496200, 121369000, 0),
(19046, 698, 81, 'Zerbst', 519662000, 120851700, 0),
(19047, 698, 81, 'Ziegelei', 527833300, 113666700, 0),
(19048, 698, 81, 'Zschiesewitz', 517532000, 124182800, 0),
(19049, 697, 81, 'AEussere Neustadt', 510685900, 137559100, 0),
(19050, 697, 81, 'Abend', 511307200, 132557500, 0),
(19051, 697, 81, 'Altchemnitz', 508115400, 129128300, 0),
(19052, 697, 81, 'Altdorf', 510546600, 126831200, 0),
(19053, 697, 81, 'Amerika', 507000000, 125166700, 0),
(19054, 697, 81, 'Annaberg-Buchholz', 505795300, 130062700, 0),
(19055, 697, 81, 'Aue', 505903400, 127065700, 0),
(19056, 697, 81, 'Auer', 511618000, 136302600, 0),
(19057, 697, 81, 'Auerbach', 505115500, 124008300, 0),
(19058, 697, 81, 'Bach', 513168800, 127360700, 0),
(19059, 697, 81, 'Bautzen', 511803500, 144349400, 0),
(19060, 697, 81, 'Beierfeld', 505652900, 127904900, 0),
(19061, 697, 81, 'Beilrode', 515666700, 130666700, 0),
(19062, 697, 81, 'Berg', 515435500, 147124400, 0),
(19063, 697, 81, 'Birkenhain', 510584200, 134903700, 0),
(19064, 697, 81, 'Bischofswerda', 511277100, 141797400, 0),
(19065, 697, 81, 'Bitterfeld', 516235500, 123239600, 0),
(19066, 697, 81, 'Blumberg', 515188200, 131852600, 0),
(19067, 697, 81, 'Boden', 506183900, 130925600, 0),
(19068, 697, 81, 'Borna', 508565800, 128798600, 0),
(19069, 697, 81, 'Brand', 504655400, 121622500, 0),
(19070, 697, 81, 'Brand-Erbisdorf', 508682600, 133228200, 0),
(19071, 697, 81, 'Brandis', 513359700, 126102400, 0),
(19072, 697, 81, 'Briesnitz', 510643300, 136703300, 0),
(19073, 697, 81, 'Brothen', 514281800, 141834400, 0),
(19074, 697, 81, 'Bubendorf', 510780400, 125394400, 0),
(19075, 697, 81, 'Burghausen', 513566100, 122643500, 0),
(19076, 697, 81, 'Burgsberg', 512454700, 127311900, 0),
(19077, 697, 81, 'Burkhardtsgrun', 503596600, 120668800, 0),
(19078, 697, 81, 'Chemnitz', 508333300, 129166700, 0),
(19079, 697, 81, 'Colditz', 511282100, 128029500, 0),
(19080, 697, 81, 'Connewitz', 513078500, 123761000, 0),
(19081, 697, 81, 'Cotta', 510553700, 136843200, 0),
(19082, 697, 81, 'Crimmitschau', 508164400, 123904500, 0),
(19083, 697, 81, 'Cunnersdorf', 508757200, 137817700, 0),
(19084, 697, 81, 'Delitzsch', 515254600, 123428400, 0),
(19085, 697, 81, 'Deuben', 509919100, 136496200, 0),
(19086, 697, 81, 'Dobeln', 511221000, 131102700, 0),
(19087, 697, 81, 'Doberschau', 511518500, 143955300, 0),
(19088, 697, 81, 'Dobritz', 510170500, 138122200, 0),
(19089, 697, 81, 'Dorfchemnitz', 506636300, 128365100, 0),
(19090, 697, 81, 'Dresden', 510508900, 137383200, 0),
(19091, 697, 81, 'Ebersbach', 503668200, 121788600, 0),
(19092, 697, 81, 'Eckartsberg', 509151000, 148079100, 0),
(19093, 697, 81, 'Eckersbach', 507240000, 125222900, 0),
(19094, 697, 81, 'Eibenberg', 507533700, 129527900, 0),
(19095, 697, 81, 'Eilenburg', 514598400, 126333800, 0),
(19096, 697, 81, 'Elstertrebnitz', 511500000, 122333300, 0),
(19097, 697, 81, 'Eppendorf', 508000000, 132333300, 0),
(19098, 697, 81, 'Erlabrunn', 504725500, 127073000, 0),
(19099, 697, 81, 'Eselsberg', 513841200, 146165700, 0),
(19100, 697, 81, 'Eutritzsch', 513667500, 123872200, 0),
(19101, 697, 81, 'Falkenstein', 504778800, 123712900, 0),
(19102, 697, 81, 'Forchheim', 507218600, 132736800, 0),
(19103, 697, 81, 'Frankenberg', 509129700, 130401100, 0),
(19104, 697, 81, 'Fraureuth', 507000000, 123500000, 0),
(19105, 697, 81, 'Freiberg', 509108900, 133388100, 0),
(19106, 697, 81, 'Freital', 510016600, 136488000, 0),
(19107, 697, 81, 'Friedrichstadt', 510591500, 137150600, 0),
(19108, 697, 81, 'Frohburg', 510571900, 125574600, 0),
(19109, 697, 81, 'Furth', 508655700, 129313600, 0),
(19110, 697, 81, 'Gallen', 514323000, 125488000, 0),
(19111, 697, 81, 'Gasse', 505979000, 132911700, 0),
(19112, 697, 81, 'Gentha', 508500000, 129000000, 0),
(19113, 697, 81, 'Gersdorf', 507500000, 127166700, 0),
(19114, 697, 81, 'Geyer', 506263200, 129207400, 0),
(19115, 697, 81, 'Glauchau', 508198700, 125449300, 0),
(19116, 697, 81, 'Gnaschwitz', 511486600, 143695200, 0),
(19117, 697, 81, 'Gobschelwitz', 514208300, 124217600, 0),
(19118, 697, 81, 'Goes', 509292200, 139450800, 0),
(19119, 697, 81, 'Gommern', 509814500, 138431200, 0),
(19120, 697, 81, 'Gorlitz', 511551800, 149885300, 0),
(19121, 697, 81, 'Gornau', 507590100, 130373100, 0),
(19122, 697, 81, 'Grimma', 512336700, 127195900, 0),
(19123, 697, 81, 'Grossdubrau', 512500000, 144666700, 0),
(19124, 697, 81, 'Grosszschocher', 513014700, 123232200, 0),
(19125, 697, 81, 'Haag', 514333300, 142500000, 0),
(19126, 697, 81, 'Hahnefeld', 512553600, 132056500, 0),
(19127, 697, 81, 'Heidelberg', 506431000, 134739000, 0),
(19128, 697, 81, 'Heidenau', 509722100, 138674100, 0),
(19129, 697, 81, 'Hempel', 510103700, 145619500, 0),
(19130, 697, 81, 'Hilbersdorf', 508547100, 129625600, 0),
(19131, 697, 81, 'Hohenstein-Ernstthal', 508006400, 127128700, 0),
(19132, 697, 81, 'Horn', 509666700, 142666700, 0),
(19133, 697, 81, 'Hoyerswerda', 514378700, 142354900, 0),
(19134, 697, 81, 'Kaltwasser', 512674800, 149538400, 0),
(19135, 697, 81, 'Kamenz', 512679800, 140937400, 0),
(19136, 697, 81, 'Kappel', 508213300, 128879100, 0),
(19137, 697, 81, 'Kesselsdorf', 510316300, 135923200, 0),
(19138, 697, 81, 'Kirchberg', 506219000, 125244900, 0),
(19139, 697, 81, 'Kleindittmannsdorf', 511754900, 139344800, 0),
(19140, 697, 81, 'Kleinpolen', 506333300, 123000000, 0),
(19141, 697, 81, 'Klinge', 510821700, 131793400, 0),
(19142, 697, 81, 'Klingenberg', 509191000, 135334800, 0),
(19143, 697, 81, 'Klipphausen', 510833300, 135333300, 0),
(19144, 697, 81, 'Krumbach', 509405700, 129939700, 0),
(19145, 697, 81, 'Langburkersdorf', 510234500, 142368900, 0),
(19146, 697, 81, 'Langebruck', 511260400, 138419700, 0),
(19147, 697, 81, 'Lauer', 512786100, 123384900, 0),
(19148, 697, 81, 'Lausen', 513048900, 122590600, 0),
(19149, 697, 81, 'Lawalde', 510833300, 146000000, 0),
(19150, 697, 81, 'Leipzig', 513396200, 123712900, 0),
(19151, 697, 81, 'Leisnig', 511574400, 129279000, 0),
(19152, 697, 81, 'Lenz', 512510700, 135484000, 0),
(19153, 697, 81, 'Leuben', 510112200, 138202900, 0),
(19154, 697, 81, 'Leubnitz-Neuostra', 510166700, 137666700, 0),
(19155, 697, 81, 'Leutewitz', 510500000, 136833300, 0),
(19156, 697, 81, 'Lichtenstein', 507565900, 126302500, 0),
(19157, 697, 81, 'Linz', 513425200, 137342000, 0),
(19158, 697, 81, 'Lobau', 510995400, 146673800, 0),
(19159, 697, 81, 'Lobtau', 510435800, 136944400, 0),
(19160, 697, 81, 'Lockwitz', 509874000, 138067900, 0),
(19161, 697, 81, 'Ludwigsburg', 505381300, 124008900, 0),
(19162, 697, 81, 'Machern', 513666700, 126333300, 0),
(19163, 697, 81, 'Marienberg', 506505100, 131612200, 0),
(19164, 697, 81, 'Markersdorf', 507874800, 129101900, 0),
(19165, 697, 81, 'Markkleeberg', 512766500, 123966000, 0),
(19166, 697, 81, 'Markkleeberg West', 512833300, 123666700, 0),
(19167, 697, 81, 'Mehren', 511537800, 134057600, 0),
(19168, 697, 81, 'Meissen', 511615800, 134737000, 0),
(19169, 697, 81, 'Merkur', 516410000, 142410000, 0),
(19170, 697, 81, 'Mickten', 510827100, 137087100, 0),
(19171, 697, 81, 'Mittelbach', 507975000, 127927100, 0),
(19172, 697, 81, 'Mittweida', 505360400, 128578800, 0),
(19173, 697, 81, 'Mockau', 513763700, 124087600, 0),
(19174, 697, 81, 'Mockern', 513699800, 123482700, 0),
(19175, 697, 81, 'Neudeck', 506000000, 130000000, 0),
(19176, 697, 81, 'Neugersdorf', 509772900, 146088100, 0),
(19177, 697, 81, 'Neuweissig', 510666700, 138833300, 0),
(19178, 697, 81, 'Neuwiese', 506976900, 127223900, 0),
(19179, 697, 81, 'Niederdorf', 507333300, 127833300, 0),
(19180, 697, 81, 'Niedergorbitz', 510500000, 136666700, 0),
(19181, 697, 81, 'Niederpesterwitz', 510166100, 136600500, 0),
(19182, 697, 81, 'Niederwiesa', 508666700, 130166700, 0),
(19183, 697, 81, 'Oberau', 506333300, 130666700, 0),
(19184, 697, 81, 'Obergurig', 511329400, 144048800, 0),
(19185, 697, 81, 'Oberlungwitz', 507823000, 127078900, 0),
(19186, 697, 81, 'Oberreichenbach', 506328700, 123346400, 0),
(19187, 697, 81, 'Oberschona', 509000000, 132666700, 0),
(19188, 697, 81, 'Oschatz', 513000100, 131098400, 0),
(19189, 697, 81, 'Ottendorf-Okrilla', 511833300, 138333300, 0),
(19190, 697, 81, 'Pausitz', 512899600, 132891400, 0),
(19191, 697, 81, 'Pegau', 511671500, 122514400, 0),
(19192, 697, 81, 'Pieschen', 510748400, 137258700, 0),
(19193, 697, 81, 'Pirna', 509584300, 139370200, 0),
(19194, 697, 81, 'Plagwitz', 513193800, 123270200, 0),
(19195, 697, 81, 'Plan', 509380700, 141275600, 0),
(19196, 697, 81, 'Plauen', 504973000, 121378200, 0),
(19197, 697, 81, 'Plossen', 511500000, 134666700, 0),
(19198, 697, 81, 'Pobershau', 506500000, 132166700, 0),
(19199, 697, 81, 'Pohl', 503931100, 123290800, 0),
(19200, 697, 81, 'Pommlitz', 511362100, 131290300, 0),
(19201, 697, 81, 'Ponickau', 513415500, 137711900, 0),
(19202, 697, 81, 'Posta', 509674000, 139533200, 0),
(19203, 697, 81, 'Pressen', 514668200, 125350400, 0),
(19204, 697, 81, 'Prohlis', 510000000, 138000000, 0),
(19205, 697, 81, 'Questenberg', 511564700, 134560600, 0),
(19206, 697, 81, 'Rabenstein', 508244200, 128439900, 0),
(19207, 697, 81, 'Radeberg', 511111200, 139119900, 0),
(19208, 697, 81, 'Radeberger Vorstadt', 510677200, 137776700, 0),
(19209, 697, 81, 'Radebeul', 511065400, 136604700, 0),
(19210, 697, 81, 'Raecknitz', 510242300, 137423500, 0),
(19211, 697, 81, 'Rammenau', 511500000, 141333300, 0),
(19212, 697, 81, 'Raum', 506587600, 127032000, 0),
(19213, 697, 81, 'Reichenau', 508031100, 135657100, 0),
(19214, 697, 81, 'Reichenbach', 508361900, 126581400, 0),
(19215, 697, 81, 'Reick', 510167200, 137903300, 0),
(19216, 697, 81, 'Riesa', 513077600, 132916800, 0),
(19217, 697, 81, 'Rochlitz', 510500700, 127975400, 0),
(19218, 697, 81, 'Rosswein', 510658900, 131830800, 0),
(19219, 697, 81, 'Sankt Egidien', 507861700, 126239500, 0),
(19220, 697, 81, 'Schedewitz', 507033500, 124835000, 0),
(19221, 697, 81, 'Schiedel', 507936500, 123831400, 0),
(19222, 697, 81, 'Schkeuditz', 513967800, 122214100, 0),
(19223, 697, 81, 'Schleussig', 513234200, 123438700, 0),
(19224, 697, 81, 'Schoneck', 503905200, 123273100, 0),
(19225, 697, 81, 'Schonefeld', 513547900, 124161000, 0),
(19226, 697, 81, 'Schops', 511537700, 147526400, 0),
(19227, 697, 81, 'Schwaben', 508933500, 125820600, 0),
(19228, 697, 81, 'Schwarzenberg', 505379100, 127852200, 0),
(19229, 697, 81, 'Seehausen', 514046100, 124134500, 0),
(19230, 697, 81, 'Siegfried', 509301300, 132012400, 0),
(19231, 697, 81, 'Sonnenberg', 504905300, 128018100, 0),
(19232, 697, 81, 'Sornewitz', 511371900, 135209500, 0),
(19233, 697, 81, 'Spree', 513492900, 148817600, 0),
(19234, 697, 81, 'Stein', 506503100, 126617200, 0),
(19235, 697, 81, 'Steinpleis', 507142000, 123998900, 0),
(19236, 697, 81, 'Stollberg', 507099900, 127803400, 0),
(19237, 697, 81, 'Stotteritz', 513190300, 124264800, 0),
(19238, 697, 81, 'Strahwalde', 510289600, 147238900, 0),
(19239, 697, 81, 'Strehlen', 510273100, 137678400, 0),
(19240, 697, 81, 'Striesen', 510480900, 137897300, 0),
(19241, 697, 81, 'Stunz', 513426900, 124304400, 0),
(19242, 697, 81, 'Taubenheim', 510436800, 144802000, 0),
(19243, 697, 81, 'Taucha', 513833300, 124833300, 0),
(19244, 697, 81, 'Thalheim', 507007700, 128499600, 0),
(19245, 697, 81, 'Theeschutz', 511074400, 132092900, 0),
(19246, 697, 81, 'Thierfeld', 506756600, 126876700, 0),
(19247, 697, 81, 'Tolkewitz', 510322200, 138176300, 0),
(19248, 697, 81, 'Trachau', 510892900, 137124800, 0),
(19249, 697, 81, 'Trebsen', 512889800, 127549600, 0),
(19250, 697, 81, 'Tuttendorf', 509384100, 133577000, 0),
(19251, 697, 81, 'Ullersdorf', 507103700, 134004600, 0),
(19252, 697, 81, 'Waldenburg', 508765300, 125992000, 0),
(19253, 697, 81, 'Wehrsdorf', 510548300, 143874500, 0),
(19254, 697, 81, 'Weida', 513025600, 132550300, 0),
(19255, 697, 81, 'Weideroda', 511795600, 122664600, 0),
(19256, 697, 81, 'Weinbohla', 511666700, 135666700, 0),
(19257, 697, 81, 'Weixdorf', 511480700, 137983200, 0),
(19258, 697, 81, 'Werdau', 507360400, 123753400, 0),
(19259, 697, 81, 'Wessel', 513149500, 144550100, 0),
(19260, 697, 81, 'Wiese', 510333400, 144074000, 0),
(19261, 697, 81, 'Wildberg', 511036300, 135821900, 0),
(19262, 697, 81, 'Wilsdruff', 510519900, 135365700, 0),
(19263, 697, 81, 'Zerna', 512813300, 142375100, 0),
(19264, 697, 81, 'Zetta', 511156000, 133366700, 0),
(19265, 697, 81, 'Zittau', 508977200, 148076400, 0),
(19266, 697, 81, 'Zwickau', 507272400, 124883900, 0),
(19267, 697, 81, 'Zwonitz', 506302600, 128099900, 0),
(19268, 699, 81, 'Achtrup', 547833300, 90333300, 0),
(19269, 699, 81, 'Adelby', 547833300, 94666700, 0),
(19270, 699, 81, 'Ahrensbok', 540086200, 105743400, 0),
(19271, 699, 81, 'Ahrensburg', 536751500, 102259300, 0),
(19272, 699, 81, 'Allee', 537500000, 102166700, 0),
(19273, 699, 81, 'Alt Fresenburg', 538255200, 103774700, 0),
(19274, 699, 81, 'Ansiedlung Mettenhof', 543191600, 100631400, 0),
(19275, 699, 81, 'Appen', 536500000, 97333300, 0),
(19276, 699, 81, 'Audorf', 543143700, 97211800, 0),
(19277, 699, 81, 'Augsburg', 545038200, 91025600, 0),
(19278, 699, 81, 'Bad Bramstedt', 539183000, 98842400, 0),
(19279, 699, 81, 'Bad Oldesloe', 538116700, 103741700, 0),
(19280, 699, 81, 'Bad Schwartau', 539188700, 106969100, 0),
(19281, 699, 81, 'Bad Segeberg', 539431300, 103021500, 0),
(19282, 699, 81, 'Bargteheide', 537285600, 102669500, 0),
(19283, 699, 81, 'Barkhorst', 537417200, 103727800, 0),
(19284, 699, 81, 'Barmstedt', 537920900, 97673900, 0),
(19285, 699, 81, 'Berkenthin', 537333300, 106500000, 0),
(19286, 699, 81, 'Berlin', 540357300, 104498700, 0),
(19287, 699, 81, 'Bielenberg', 537496400, 94382100, 0),
(19288, 699, 81, 'Bischof', 539155500, 93951900, 0),
(19289, 699, 81, 'Boge', 535000000, 102333300, 0),
(19290, 699, 81, 'Bordesholm', 541833300, 100166700, 0),
(19291, 699, 81, 'Bosau', 541166700, 104333300, 0),
(19292, 699, 81, 'Braak', 536166700, 102500000, 0),
(19293, 699, 81, 'Brachenfeld', 540757800, 100045200, 0),
(19294, 699, 81, 'Brande', 536178200, 98201700, 0),
(19295, 699, 81, 'Brebel', 546333300, 97500000, 0),
(19296, 699, 81, 'Bredstedt', 546188400, 89629400, 0),
(19297, 699, 81, 'Breitenburg', 539057200, 95704100, 0),
(19298, 699, 81, 'Breitenfelde', 536000000, 106333300, 0),
(19299, 699, 81, 'Brook', 538166700, 99333300, 0),
(19300, 699, 81, 'Brunsbutelkoog', 538938600, 91570000, 0),
(19301, 699, 81, 'Buchen', 534800800, 106176000, 0),
(19302, 699, 81, 'Budelsdorf', 543184400, 96729400, 0),
(19303, 699, 81, 'Burgwedel', 536509100, 99065200, 0),
(19304, 699, 81, 'Christiansfelde', 539333300, 103333300, 0),
(19305, 699, 81, 'Dahme', 542166700, 110833300, 0),
(19306, 699, 81, 'Deezbull', 547780700, 88211600, 0),
(19307, 699, 81, 'Dietrichsdorf', 543360000, 101839900, 0),
(19308, 699, 81, 'Dransau', 543261800, 104870600, 0),
(19309, 699, 81, 'Drift', 545333300, 90333300, 0),
(19310, 699, 81, 'Duneberg', 534500000, 103333300, 0),
(19311, 699, 81, 'Dusternbrook', 543340400, 101506800, 0),
(19312, 699, 81, 'Eckernforde', 544685400, 98382400, 0),
(19313, 699, 81, 'Ellerau', 537500000, 99166700, 0),
(19314, 699, 81, 'Ellerbek', 536500000, 98666700, 0),
(19315, 699, 81, 'Elmshorn', 537539600, 96533900, 0),
(19316, 699, 81, 'Enge', 547268900, 89802100, 0),
(19317, 699, 81, 'England', 544833300, 88833300, 0),
(19318, 699, 81, 'Esch', 536857800, 95634700, 0),
(19319, 699, 81, 'Eutin', 541405400, 106075100, 0),
(19320, 699, 81, 'Fahrenkrug', 539500000, 102500000, 0),
(19321, 699, 81, 'Fitzbek', 540000000, 97666700, 0),
(19322, 699, 81, 'Flensburg', 547843100, 94396100, 0),
(19323, 699, 81, 'Flintbek', 542500000, 100666700, 0),
(19324, 699, 81, 'Friedrichsgabe', 537295300, 99956900, 0),
(19325, 699, 81, 'Friedrichstal', 547875000, 97272300, 0),
(19326, 699, 81, 'Friesischer Berg', 547833300, 94333300, 0),
(19327, 699, 81, 'Gaarden', 543118200, 101446700, 0),
(19328, 699, 81, 'Garding', 543305600, 87805600, 0),
(19329, 699, 81, 'Geesthacht', 534357500, 103779000, 0),
(19330, 699, 81, 'Gelting', 547500000, 99000000, 0),
(19331, 699, 81, 'Gettorf', 544000000, 99833300, 0),
(19332, 699, 81, 'Giekau', 543166700, 105166700, 0),
(19333, 699, 81, 'Glasmoor', 537020000, 100283600, 0),
(19334, 699, 81, 'Gluckstadt', 537889300, 94257600, 0),
(19335, 699, 81, 'Gold', 544245700, 110972200, 0),
(19336, 699, 81, 'Grande', 535833300, 103833300, 0),
(19337, 699, 81, 'Grellkamp', 543114600, 97617900, 0),
(19338, 699, 81, 'Gronau', 537468800, 99117400, 0),
(19339, 699, 81, 'Grosshansdorf', 536666700, 102833300, 0),
(19340, 699, 81, 'Grove', 535333300, 104833300, 0),
(19341, 699, 81, 'Hainholz', 537435200, 96765400, 0),
(19342, 699, 81, 'Hall', 536430800, 98466800, 0),
(19343, 699, 81, 'Halstenbek', 536333300, 98500000, 0),
(19344, 699, 81, 'Hamberge', 538333300, 105833300, 0),
(19345, 699, 81, 'Hamburgerdeich', 545000000, 88833300, 0),
(19346, 699, 81, 'Handewitt', 547666700, 93333300, 0),
(19347, 699, 81, 'Hansaland', 540666700, 107666700, 0),
(19348, 699, 81, 'Harksheide', 537126000, 100059800, 0),
(19349, 699, 81, 'Harrislee', 548000000, 93833300, 0),
(19350, 699, 81, 'Hassee', 543028700, 101086800, 0),
(19351, 699, 81, 'Hasselberg', 547166700, 99833300, 0),
(19352, 699, 81, 'Heidberg', 537174600, 99867200, 0),
(19353, 699, 81, 'Heiligenhafen', 543696400, 109802200, 0),
(19354, 699, 81, 'Heist', 536500000, 96500000, 0),
(19355, 699, 81, 'Henstedt-Ulzburg', 537913200, 99797900, 0),
(19356, 699, 81, 'Hoffnung', 537839800, 98742800, 0),
(19357, 699, 81, 'Hohwacht', 543207800, 106702100, 0),
(19358, 699, 81, 'Hoisdorf', 536500000, 103166700, 0),
(19359, 699, 81, 'Holtsee', 544000000, 98500000, 0),
(19360, 699, 81, 'Horup', 547333300, 91000000, 0),
(19361, 699, 81, 'Husum', 544858000, 90523900, 0),
(19362, 699, 81, 'Idstedt', 545833300, 95166700, 0),
(19363, 699, 81, 'Itzehoe', 539209900, 95152900, 0),
(19364, 699, 81, 'Jarplund', 547406600, 94362500, 0),
(19365, 699, 81, 'Jarplund-Weding', 547371400, 94181300, 0),
(19366, 699, 81, 'Jordan', 547166700, 97666700, 0),
(19367, 699, 81, 'Jurgensby', 547925000, 94466700, 0),
(19368, 699, 81, 'Kaltenkirchen', 538329200, 99581000, 0),
(19369, 699, 81, 'Kappeln', 546612200, 99313000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(19370, 699, 81, 'Karlshof', 538917900, 107228900, 0),
(19371, 699, 81, 'Kellinghusen', 539520200, 97195900, 0),
(19372, 699, 81, 'Kiel', 543213300, 101348900, 0),
(19373, 699, 81, 'Kirchweg', 538666700, 95833300, 0),
(19374, 699, 81, 'Kitzeberg', 543561200, 101851700, 0),
(19375, 699, 81, 'Klausdorf', 543089900, 102137200, 0),
(19376, 699, 81, 'Klein Wesenberg', 538166700, 105500000, 0),
(19377, 699, 81, 'Klempau', 537666700, 106666700, 0),
(19378, 699, 81, 'Kleve', 539666700, 94000000, 0),
(19379, 699, 81, 'Klintumfeld', 547666700, 89666700, 0),
(19380, 699, 81, 'Kolln', 537565800, 97125100, 0),
(19381, 699, 81, 'Kopperpahl', 543500000, 101000000, 0),
(19382, 699, 81, 'Kosel', 545000000, 97666700, 0),
(19383, 699, 81, 'Krempelsdorf', 538706700, 106511600, 0),
(19384, 699, 81, 'Kreuz', 542166700, 103500000, 0),
(19385, 699, 81, 'Kronshagen', 543333300, 100833300, 0),
(19386, 699, 81, 'Krummesse', 537833300, 106500000, 0),
(19387, 699, 81, 'Kukels', 539000000, 102333300, 0),
(19388, 699, 81, 'Labenz', 537000000, 105166700, 0),
(19389, 699, 81, 'Lauenburg', 533719900, 105565400, 0),
(19390, 699, 81, 'Leck', 547666700, 89833300, 0),
(19391, 699, 81, 'Lentfohrden', 538666700, 98833300, 0),
(19392, 699, 81, 'Lilienthal', 542928800, 103019100, 0),
(19393, 699, 81, 'List', 550191700, 84313200, 0),
(19394, 699, 81, 'Luebeck', 538689300, 106872900, 0),
(19395, 699, 81, 'Malente', 541833300, 105666700, 0),
(19396, 699, 81, 'Meimersdorf', 542752900, 101089800, 0),
(19397, 699, 81, 'Melsdorf', 543166700, 100333300, 0),
(19398, 699, 81, 'Mildstedt', 544666700, 91000000, 0),
(19399, 699, 81, 'Mohr', 543500000, 97166700, 0),
(19400, 699, 81, 'Moisling', 538450800, 106295900, 0),
(19401, 699, 81, 'Molln', 536170200, 106874200, 0),
(19402, 699, 81, 'Monkeberg', 543500000, 101833300, 0),
(19403, 699, 81, 'Morgenstern', 544676300, 93999100, 0),
(19404, 699, 81, 'Mori', 538833300, 106333300, 0),
(19405, 699, 81, 'Munsterdorf', 539023200, 95412300, 0),
(19406, 699, 81, 'Neumunster', 540747700, 99819500, 0),
(19407, 699, 81, 'Neustadt in Holstein', 541070700, 108145000, 0),
(19408, 699, 81, 'Nienborstel', 541333300, 96166700, 0),
(19409, 699, 81, 'Norden', 545061300, 88279000, 0),
(19410, 699, 81, 'Norderstapel', 543500000, 92500000, 0),
(19411, 699, 81, 'Norderstedt', 536859000, 99804100, 0),
(19412, 699, 81, 'Nordstadt', 548000000, 94166700, 0),
(19413, 699, 81, 'Nortorf', 541673800, 98543700, 0),
(19414, 699, 81, 'Nusse', 536666700, 105833300, 0),
(19415, 699, 81, 'Oeversee', 547000000, 94333300, 0),
(19416, 699, 81, 'Oldenburg in Holstein', 542957600, 109015600, 0),
(19417, 699, 81, 'Osterhusum', 544833300, 90666700, 0),
(19418, 699, 81, 'Oststeinbek', 535500000, 101666700, 0),
(19419, 699, 81, 'Oxbull', 548037200, 95367800, 0),
(19420, 699, 81, 'Padelugge', 538540700, 106241300, 0),
(19421, 699, 81, 'Pinneberg', 536673200, 97893600, 0),
(19422, 699, 81, 'Pinnebergerdorf', 536735700, 97968000, 0),
(19423, 699, 81, 'Prasdorf', 543833300, 103000000, 0),
(19424, 699, 81, 'Preetz', 542354000, 102779500, 0),
(19425, 699, 81, 'Putlos', 543096000, 108567300, 0),
(19426, 699, 81, 'Quellental', 536494400, 97971200, 0),
(19427, 699, 81, 'Quickborn', 537283100, 99093400, 0),
(19428, 699, 81, 'Raisdorf', 542812700, 102491500, 0),
(19429, 699, 81, 'Rantum', 548456800, 82933000, 0),
(19430, 699, 81, 'Ratzeburg', 536947000, 107908400, 0),
(19431, 699, 81, 'Ravensbusch', 538913000, 106314600, 0),
(19432, 699, 81, 'Rehhorst', 538833300, 104666700, 0),
(19433, 699, 81, 'Reinbek', 535170300, 102488000, 0),
(19434, 699, 81, 'Reinfeld', 538318400, 104912600, 0),
(19435, 699, 81, 'Rellingen', 536500000, 98166700, 0),
(19436, 699, 81, 'Remmels', 541166700, 96500000, 0),
(19437, 699, 81, 'Rendsburg', 543066300, 96631300, 0),
(19438, 699, 81, 'Rodemisfeld', 544666700, 90833300, 0),
(19439, 699, 81, 'Rost', 541333300, 92500000, 0),
(19440, 699, 81, 'Sande', 547368200, 89501100, 0),
(19441, 699, 81, 'Sandesneben', 536833300, 105000000, 0),
(19442, 699, 81, 'Sandweg', 537166700, 96500000, 0),
(19443, 699, 81, 'Sankt Jurgen', 538463300, 106977000, 0),
(19444, 699, 81, 'Sankt Lorenz Sud', 538588000, 106697800, 0),
(19445, 699, 81, 'Schenefeld', 536000000, 98500000, 0),
(19446, 699, 81, 'Schiphorst', 537000000, 104666700, 0),
(19447, 699, 81, 'Schleswig', 545215600, 95586000, 0),
(19448, 699, 81, 'Schwarzenbek', 535030300, 104805500, 0),
(19449, 699, 81, 'Schwesing', 544948200, 91350400, 0),
(19450, 699, 81, 'Seemuhlen', 543116700, 96091700, 0),
(19451, 699, 81, 'Selent', 543000000, 104333300, 0),
(19452, 699, 81, 'Siebeneichen', 535109200, 106181100, 0),
(19453, 699, 81, 'Siek', 536333300, 103000000, 0),
(19454, 699, 81, 'Sievershutten', 538500000, 101000000, 0),
(19455, 699, 81, 'Sipsdorf', 542534800, 108766300, 0),
(19456, 699, 81, 'Sophienhohe', 543000000, 101666700, 0),
(19457, 699, 81, 'Stapelfeld', 536000000, 102166700, 0),
(19458, 699, 81, 'Stawedder', 536500000, 98333300, 0),
(19459, 699, 81, 'Stockelsdorf', 538922000, 106471300, 0),
(19460, 699, 81, 'Strecknitz', 538333300, 107000000, 0),
(19461, 699, 81, 'Suchsdorf', 543593700, 100794700, 0),
(19462, 699, 81, 'Sunderup', 547734600, 94614500, 0),
(19463, 699, 81, 'Tangstedt', 536666700, 98500000, 0),
(19464, 699, 81, 'Timmendorfer Strand', 540000000, 107833300, 0),
(19465, 699, 81, 'Tornesch', 537000000, 97166700, 0),
(19466, 699, 81, 'Travemuende', 539630400, 108709000, 0),
(19467, 699, 81, 'Tremsbuttel', 537438400, 103102400, 0),
(19468, 699, 81, 'Tungendorf', 540987800, 99966000, 0),
(19469, 699, 81, 'Uetersen', 536876900, 96639400, 0),
(19470, 699, 81, 'Ulsby', 546333300, 96000000, 0),
(19471, 699, 81, 'Ulzburg Sud', 537705100, 99755100, 0),
(19472, 699, 81, 'Vierbergen', 536666700, 102500000, 0),
(19473, 699, 81, 'Vormstegen', 537500000, 96500000, 0),
(19474, 699, 81, 'Vorstadt Steindamm', 544833300, 98333300, 0),
(19475, 699, 81, 'Wacken', 540207800, 93759700, 0),
(19476, 699, 81, 'Wahlstedt', 539516100, 102062600, 0),
(19477, 699, 81, 'Weddelbrookerdamm', 539202000, 98469000, 0),
(19478, 699, 81, 'Wedel', 535837400, 96983500, 0),
(19479, 699, 81, 'Wellingdorf', 543222800, 101752300, 0),
(19480, 699, 81, 'Wentorf', 536752300, 104738900, 0),
(19481, 699, 81, 'Wentorf bei Hamburg', 535000000, 102500000, 0),
(19482, 699, 81, 'Westensee', 542833300, 99000000, 0),
(19483, 699, 81, 'Wik', 543555500, 101299300, 0),
(19484, 699, 81, 'Willinghusen', 535593100, 102065900, 0),
(19485, 699, 81, 'Winsen', 538333300, 100166700, 0),
(19486, 699, 81, 'Wolfenbuttel', 540360400, 90789700, 0),
(19487, 699, 81, 'Worth', 534666700, 104166700, 0),
(19488, 700, 81, 'Allendorf', 506546800, 111579900, 0),
(19489, 700, 81, 'Altenburg', 509876300, 124368400, 0),
(19490, 700, 81, 'Am Darrweg', 514833300, 107666700, 0),
(19491, 700, 81, 'Ammerbach', 509048300, 115563900, 0),
(19492, 700, 81, 'Apfelstadt', 509015700, 108897700, 0),
(19493, 700, 81, 'Apolda', 510262400, 115163800, 0),
(19494, 700, 81, 'Arenshausen', 513833300, 99666700, 0),
(19495, 700, 81, 'Arnstadt', 508404800, 109519800, 0),
(19496, 700, 81, 'Asbach', 507260000, 104886900, 0),
(19497, 700, 81, 'Aschau', 506548100, 111314300, 0),
(19498, 700, 81, 'Aspach', 509500000, 106000000, 0),
(19499, 700, 81, 'Bad Frankenhausen', 513560900, 110997700, 0),
(19500, 700, 81, 'Bad Klosterlausnitz', 509166700, 118666700, 0),
(19501, 700, 81, 'Bad Kostritz', 509303200, 120100500, 0),
(19502, 700, 81, 'Bad Langensalza', 511077100, 106460000, 0),
(19503, 700, 81, 'Badra', 514000000, 109666700, 0),
(19504, 700, 81, 'Bebra', 513500000, 108333300, 0),
(19505, 700, 81, 'Behringen', 507728300, 110140300, 0),
(19506, 700, 81, 'Beiersdorf', 509564700, 121792300, 0),
(19507, 700, 81, 'Bellevue', 504772200, 116580400, 0),
(19508, 700, 81, 'Berga', 507518400, 121644500, 0),
(19509, 700, 81, 'Bethenhausen', 509333300, 122000000, 0),
(19510, 700, 81, 'Birkenfeld', 504142600, 107452300, 0),
(19511, 700, 81, 'Blankenhain', 508599300, 113439000, 0),
(19512, 700, 81, 'Blechhammer', 503979200, 112026100, 0),
(19513, 700, 81, 'Bleicherode', 514402600, 105720200, 0),
(19514, 700, 81, 'Bonndorf', 506788500, 103635800, 0),
(19515, 700, 81, 'Breitenbach', 505384600, 107773700, 0),
(19516, 700, 81, 'Bremen', 507237000, 100036600, 0),
(19517, 700, 81, 'Buchbach', 505069200, 112874400, 0),
(19518, 700, 81, 'Buchwald', 507524000, 121374600, 0),
(19519, 700, 81, 'Bugau', 508967100, 115920600, 0),
(19520, 700, 81, 'Burkersdorf', 506345000, 112290100, 0),
(19521, 700, 81, 'Debschwitz', 508562200, 120722800, 0),
(19522, 700, 81, 'Dermbach', 507166700, 101333300, 0),
(19523, 700, 81, 'Diedorf', 506617000, 101247200, 0),
(19524, 700, 81, 'Dietendorf', 509166700, 109166700, 0),
(19525, 700, 81, 'Dittelstedt', 509642900, 110754600, 0),
(19526, 700, 81, 'Dobareuth', 504264600, 118565300, 0),
(19527, 700, 81, 'Dobitschen', 509500000, 122833300, 0),
(19528, 700, 81, 'Eberstadt', 510048300, 106076900, 0),
(19529, 700, 81, 'Eisenach', 509807000, 103152200, 0),
(19530, 700, 81, 'Elende', 514316800, 106315600, 0),
(19531, 700, 81, 'Erfurt', 509787000, 110328300, 0),
(19532, 700, 81, 'Erlau', 505415500, 107519000, 0),
(19533, 700, 81, 'Frankenthal', 508778000, 120129200, 0),
(19534, 700, 81, 'Frauenberg', 514973200, 107975900, 0),
(19535, 700, 81, 'Freiberg', 503313000, 122373500, 0),
(19536, 700, 81, 'Friedbergsiedlung', 505974400, 107145800, 0),
(19537, 700, 81, 'Friedersdorf', 506049200, 110357700, 0),
(19538, 700, 81, 'Friedrichsanfang', 507776300, 107716600, 0),
(19539, 700, 81, 'Friedrichsdorf', 510242700, 109130300, 0),
(19540, 700, 81, 'Gartenberg', 511672300, 111359100, 0),
(19541, 700, 81, 'Gehren', 506485200, 110047100, 0),
(19542, 700, 81, 'Gera', 508802900, 120818700, 0),
(19543, 700, 81, 'Gerstenberg', 510333300, 124333300, 0),
(19544, 700, 81, 'Gierstadt', 510500000, 108333300, 0),
(19545, 700, 81, 'Gispersleben', 510173400, 109934600, 0),
(19546, 700, 81, 'Gniebsdorf', 509378400, 117425800, 0),
(19547, 700, 81, 'Goldbach', 510000000, 106500000, 0),
(19548, 700, 81, 'Gormar', 512118400, 104903200, 0),
(19549, 700, 81, 'Gorndorf', 506548200, 113939100, 0),
(19550, 700, 81, 'Gosswitz', 506353600, 114773700, 0),
(19551, 700, 81, 'Gotha', 509482300, 107019300, 0),
(19552, 700, 81, 'Greifenstein', 512266300, 101162800, 0),
(19553, 700, 81, 'Greiz', 506577800, 121991800, 0),
(19554, 700, 81, 'Griesheim', 507533700, 110412200, 0),
(19555, 700, 81, 'Harras', 504106900, 108586700, 0),
(19556, 700, 81, 'Hartmannsdorf', 509000000, 120000000, 0),
(19557, 700, 81, 'Haselbach', 504529100, 111930800, 0),
(19558, 700, 81, 'Hassleben', 511166700, 110000000, 0),
(19559, 700, 81, 'Hausen', 508078600, 110120100, 0),
(19560, 700, 81, 'Heilbad Heiligenstadt', 513781900, 101374400, 0),
(19561, 700, 81, 'Heiligen', 507710600, 114610100, 0),
(19562, 700, 81, 'Heinrichs', 506001200, 106554900, 0),
(19563, 700, 81, 'Heringen', 514470500, 108761200, 0),
(19564, 700, 81, 'Hochheim', 509591700, 109987100, 0),
(19565, 700, 81, 'Hohndorf', 506122800, 121354100, 0),
(19566, 700, 81, 'Hucheroda', 509166700, 104166700, 0),
(19567, 700, 81, 'Ichtershausen', 508760200, 109702800, 0),
(19568, 700, 81, 'Ifta', 510666700, 101833300, 0),
(19569, 700, 81, 'Ilmenau', 506832200, 109185800, 0),
(19570, 700, 81, 'Jena', 509287800, 115899000, 0),
(19571, 700, 81, 'Jerusalem', 505889500, 104013300, 0),
(19572, 700, 81, 'Kallmerode', 513500000, 103000000, 0),
(19573, 700, 81, 'Kaltennordheim', 506264900, 101591500, 0),
(19574, 700, 81, 'Kirchheim', 508833300, 110166700, 0),
(19575, 700, 81, 'Kleinbreitenbach', 507697200, 109159500, 0),
(19576, 700, 81, 'Kleinkamsdorf', 506451100, 114387600, 0),
(19577, 700, 81, 'Kleinroda', 510000000, 113166700, 0),
(19578, 700, 81, 'Kleinwolschendorf', 506490600, 119480700, 0),
(19579, 700, 81, 'Kloster Allendorf', 508175500, 102566200, 0),
(19580, 700, 81, 'Koblenz', 508928800, 124733400, 0),
(19581, 700, 81, 'Kolkwitz', 507226100, 114163400, 0),
(19582, 700, 81, 'Kraja', 514500000, 105166700, 0),
(19583, 700, 81, 'Kronach', 502396300, 113330800, 0),
(19584, 700, 81, 'Langenbach', 505140000, 108484200, 0),
(19585, 700, 81, 'Langenfeld', 507907600, 102101800, 0),
(19586, 700, 81, 'Laucha', 509333300, 105333300, 0),
(19587, 700, 81, 'Lindau', 510200400, 119149700, 0),
(19588, 700, 81, 'Linden', 503445700, 106038400, 0),
(19589, 700, 81, 'Lindenberg', 502969600, 112383700, 0),
(19590, 700, 81, 'Lobeda', 508956200, 116019100, 0),
(19591, 700, 81, 'Lobschutz', 508000200, 115924400, 0),
(19592, 700, 81, 'Marbach', 509926200, 109836400, 0),
(19593, 700, 81, 'Marien', 506424000, 119996500, 0),
(19594, 700, 81, 'Marienhohe', 509666700, 103333300, 0),
(19595, 700, 81, 'Markersdorf', 507480700, 121770600, 0),
(19596, 700, 81, 'Martinroda', 507166700, 108833300, 0),
(19597, 700, 81, 'Meiningen', 505678700, 104152100, 0),
(19598, 700, 81, 'Melchendorf', 509520400, 110733500, 0),
(19599, 700, 81, 'Mellingen', 509333300, 114000000, 0),
(19600, 700, 81, 'Meuselwitz', 510431600, 122993500, 0),
(19601, 700, 81, 'Mohlsdorf', 506666700, 122666700, 0),
(19602, 700, 81, 'Mosbach', 509344600, 103568000, 0),
(19603, 700, 81, 'Muhlhausen', 512089600, 104527500, 0),
(19604, 700, 81, 'Naherstille', 507135400, 104729600, 0),
(19605, 700, 81, 'Nazza', 511000000, 103333300, 0),
(19606, 700, 81, 'Neuhaus', 506833300, 109333300, 0),
(19607, 700, 81, 'Neukirchen', 510221600, 103370600, 0),
(19608, 700, 81, 'Niederdorla', 511500000, 104500000, 0),
(19609, 700, 81, 'Niederorschel', 513666700, 104333300, 0),
(19610, 700, 81, 'Nordhausen', 515018000, 107957000, 0),
(19611, 700, 81, 'Oberndorf', 508214200, 109751200, 0),
(19612, 700, 81, 'Oberweimar', 509654600, 113482200, 0),
(19613, 700, 81, 'Opitz', 506907500, 115700600, 0),
(19614, 700, 81, 'Osterode', 515656400, 108169500, 0),
(19615, 700, 81, 'Petersberg', 509833300, 118333300, 0),
(19616, 700, 81, 'Pferdingsleben', 509666700, 108166700, 0),
(19617, 700, 81, 'Pfullendorf', 510080600, 107205600, 0),
(19618, 700, 81, 'Pirk', 504303800, 117515300, 0),
(19619, 700, 81, 'Probstzella', 505333300, 113833300, 0),
(19620, 700, 81, 'Rauenstein', 504181800, 110520400, 0),
(19621, 700, 81, 'Reichenbach', 505662200, 113760600, 0),
(19622, 700, 81, 'Reiser', 512521800, 104695800, 0),
(19623, 700, 81, 'Rohnstedt', 512256800, 108424000, 0),
(19624, 700, 81, 'Rohr', 505833300, 105000000, 0),
(19625, 700, 81, 'Rohrbach', 506000000, 112166700, 0),
(19626, 700, 81, 'Rohrigshof', 500166700, 102166700, 0),
(19627, 700, 81, 'Rosa', 507166700, 102500000, 0),
(19628, 700, 81, 'Rossdorf', 507000000, 102166700, 0),
(19629, 700, 81, 'Rossleben', 512988600, 114343500, 0),
(19630, 700, 81, 'Roth', 503690600, 110253900, 0),
(19631, 700, 81, 'Rottenbach', 504000000, 112666700, 0),
(19632, 700, 81, 'Rudolstadt', 507204300, 113404600, 0),
(19633, 700, 81, 'Rutha', 508746400, 116207900, 0),
(19634, 700, 81, 'Saalfeld', 506482600, 113653600, 0),
(19635, 700, 81, 'Sachsenhausen', 510500000, 113666700, 0),
(19636, 700, 81, 'Schalkau', 503953600, 110073200, 0),
(19637, 700, 81, 'Schkolen', 510416600, 118214000, 0),
(19638, 700, 81, 'Schleiz', 505786600, 118102400, 0),
(19639, 700, 81, 'Schleusingen', 505107600, 107565800, 0),
(19640, 700, 81, 'Schloben', 508940500, 116890200, 0),
(19641, 700, 81, 'Schmalkalden', 507213600, 104438600, 0),
(19642, 700, 81, 'Schweinitz', 507209200, 116115200, 0),
(19643, 700, 81, 'Seligenstadt', 509468600, 120990800, 0),
(19644, 700, 81, 'Siegelbach', 508023600, 109332300, 0),
(19645, 700, 81, 'Singen', 507253900, 110562800, 0),
(19646, 700, 81, 'Sonneberg', 503592000, 111746300, 0),
(19647, 700, 81, 'Stadtwald', 508666700, 120500000, 0),
(19648, 700, 81, 'Steinach', 504313000, 111590900, 0),
(19649, 700, 81, 'Steinbach', 505240700, 108453400, 0),
(19650, 700, 81, 'Struth-Helmershof', 507453500, 105075300, 0),
(19651, 700, 81, 'Suhl', 506091100, 106940100, 0),
(19652, 700, 81, 'Suhler Neundorf', 505991400, 106898800, 0),
(19653, 700, 81, 'Sulzbach', 510032800, 114868900, 0),
(19654, 700, 81, 'Sulzfeld', 505333300, 103666700, 0),
(19655, 700, 81, 'Sunna', 507964000, 99996700, 0),
(19656, 700, 81, 'Triebes', 506848900, 120204200, 0),
(19657, 700, 81, 'Trusetal', 507833300, 104166700, 0),
(19658, 700, 81, 'Tumpling', 510630900, 117039800, 0),
(19659, 700, 81, 'Unteralba', 507251800, 101094100, 0),
(19660, 700, 81, 'Unterhain', 506357200, 111287700, 0),
(19661, 700, 81, 'Vieselbach', 509988600, 111452300, 0),
(19662, 700, 81, 'Waldau', 505007800, 108210200, 0),
(19663, 700, 81, 'Waldstedt', 510987900, 105764000, 0),
(19664, 700, 81, 'Walldorf', 506166700, 103833300, 0),
(19665, 700, 81, 'Waltersdorf', 506404400, 122498200, 0),
(19666, 700, 81, 'Waltershausen', 508982700, 105579100, 0),
(19667, 700, 81, 'Weiden', 510721000, 113583200, 0),
(19668, 700, 81, 'Weimar', 509803000, 113290300, 0),
(19669, 700, 81, 'Weingarten', 509833300, 105333300, 0),
(19670, 700, 81, 'Weissenborn', 509333300, 118833300, 0),
(19671, 700, 81, 'Weissenburg', 507305400, 114473700, 0),
(19672, 700, 81, 'Weissensee', 511998900, 110691400, 0),
(19673, 700, 81, 'Weissig', 508381600, 120274700, 0),
(19674, 700, 81, 'Wiesenfeld', 507038000, 99267500, 0),
(19675, 700, 81, 'Winzerla', 508925700, 115843700, 0),
(19676, 700, 81, 'Wipperoda', 508722100, 106615000, 0),
(19677, 700, 81, 'Wolfsburg', 509304900, 102642500, 0),
(19678, 700, 81, 'Wumbach', 506923000, 109846500, 0),
(19679, 700, 81, 'Zeulenroda', 506527800, 119837700, 0),
(19680, 700, 81, 'Ziegenhain', 509196100, 116249500, 0),
(19681, 700, 81, 'Zossen', 508012000, 120717400, 0),
(19682, 700, 81, 'Zottelstedt', 510551900, 114942700, 0),
(19683, 701, 82, 'Kumasi', 66884800, -16244300, 0),
(19684, 702, 82, 'Duayaw Nkwanta', 71724200, -21028000, 0),
(19685, 702, 82, 'Kintampo', 80562700, -17305800, 0),
(19686, 703, 82, 'Cape Coast', 51053500, -12466000, 0),
(19687, 703, 82, 'Swedru', 55371100, -6998400, 0),
(19688, 703, 82, 'Winneba', 53511300, -6231300, 0),
(19689, 704, 82, 'Koforidua', 60940800, -2591300, 0),
(19690, 704, 82, 'Suhum', 60408900, -4500400, 0),
(19691, 705, 82, 'Accra', 55560200, -1969000, 0),
(19692, 705, 82, 'Dom', 56500300, -2361000, 0),
(19693, 705, 82, 'Gbawe', 55771400, -3103500, 0),
(19694, 705, 82, 'Madina', 56823400, -1641300, 0),
(19695, 705, 82, 'Nungua', 56010600, -771300, 0),
(19696, 705, 82, 'Tema', 56669800, -165700, 0),
(19697, 705, 82, 'Teshi', 55836500, -1072200, 0),
(19698, 706, 82, 'Tamale', 94007800, -8393000, 0),
(19699, 707, 82, 'Wa', 100606900, -25019200, 0),
(19700, 708, 82, 'Aboso', 53617000, -19473200, 0),
(19701, 708, 82, 'Sekondi', 49340000, -17137000, 0),
(19702, 708, 82, 'Takoradi', 48844700, -17553600, 0),
(19703, 709, 83, 'Gibraltar', 361447400, -53525700, 0),
(19704, 710, 84, 'Agrinion', 386213900, 214077800, 0),
(19705, 710, 84, 'Amfilochia', 388594400, 211663900, 0),
(19706, 710, 84, 'Nafpaktos', 383916700, 218275000, 0),
(19707, 710, 84, 'Neochorion', 384166700, 212833300, 0),
(19708, 710, 84, 'Paravola', 386166700, 215166700, 0),
(19709, 710, 84, 'Stratos', 386666700, 213166700, 0),
(19710, 710, 84, 'Vonitsa', 389163900, 208863900, 0),
(19711, 711, 84, 'Aigion', 382486100, 220819400, 0),
(19712, 711, 84, 'Kato Achaia', 381500000, 215500000, 0),
(19713, 711, 84, 'Ovria', 381833300, 217166700, 0),
(19714, 711, 84, 'Patrai', 382444400, 217344400, 0),
(19715, 711, 84, 'Rion', 383000000, 217833300, 0),
(19716, 711, 84, 'Royitika', 381833300, 216833300, 0),
(19717, 712, 84, 'Argos', 376333300, 227333300, 0),
(19718, 712, 84, 'Nafplio', 375682800, 228052800, 0),
(19719, 712, 84, 'Nea Kios', 375910200, 227414400, 0),
(19720, 713, 84, 'Astros', 374031700, 227303000, 0),
(19721, 713, 84, 'Leonidi', 371667900, 228577300, 0),
(19722, 713, 84, 'Tripolis', 375088900, 223794400, 0),
(19723, 714, 84, 'Arta', 391605600, 209852800, 0),
(19724, 714, 84, 'Petas', 391666700, 210347200, 0),
(19725, 715, 84, 'Acharnes', 380833300, 237333300, 0),
(19726, 715, 84, 'Aianteion', 379227800, 234661300, 0),
(19727, 715, 84, 'Aigaleo', 379833300, 236833300, 0),
(19728, 715, 84, 'Aigina', 377466700, 234275000, 0),
(19729, 715, 84, 'Alimos', 379166700, 237166700, 0),
(19730, 715, 84, 'Amarousion', 380500000, 238000000, 0),
(19731, 715, 84, 'Anavyssos', 377333300, 239500000, 0),
(19732, 715, 84, 'Ano Liosia', 380833300, 237000000, 0),
(19733, 715, 84, 'Anoixi', 381333300, 238500000, 0),
(19734, 715, 84, 'Aspropirgos', 380666700, 235833300, 0),
(19735, 715, 84, 'Athens', 379794500, 237162200, 0),
(19736, 715, 84, 'Ayia Paraskevi', 404833300, 230500000, 0),
(19737, 715, 84, 'Ekali', 381166700, 238333300, 0),
(19738, 715, 84, 'Elefsina', 380413500, 235429500, 0),
(19739, 715, 84, 'Ellinikon', 378833300, 237333300, 0),
(19740, 715, 84, 'Fili', 381000000, 236666700, 0),
(19741, 715, 84, 'Galatsion', 380166700, 237500000, 0),
(19742, 715, 84, 'Kaisariani', 379666700, 238000000, 0),
(19743, 715, 84, 'Kalamaki', 379103300, 237236100, 0),
(19744, 715, 84, 'Kallithea', 402763900, 225783300, 0),
(19745, 715, 84, 'Kalyvia Thorikou', 378406600, 239276600, 0),
(19746, 715, 84, 'Kapandrition', 382166700, 238833300, 0),
(19747, 715, 84, 'Keratea', 378073300, 239769200, 0),
(19748, 715, 84, 'Keratsinion', 379625000, 236197200, 0),
(19749, 715, 84, 'Khalandrion', 380305800, 237979300, 0),
(19750, 715, 84, 'Kholargos', 380000000, 238000000, 0),
(19751, 715, 84, 'Kifisia', 380743800, 238110600, 0),
(19752, 715, 84, 'Kipseli', 380027200, 237410700, 0),
(19753, 715, 84, 'Koropi', 378988600, 238718100, 0),
(19754, 715, 84, 'Kouvaras', 378333300, 239666700, 0),
(19755, 715, 84, 'Lavrion', 377144500, 240564800, 0),
(19756, 715, 84, 'Likovrisi', 380666700, 237833300, 0),
(19757, 715, 84, 'Magoula', 394555600, 218027800, 0),
(19758, 715, 84, 'Mandra', 380666700, 235000000, 0),
(19759, 715, 84, 'Markopoulo', 378833300, 239333300, 0),
(19760, 715, 84, 'Markopoulon Oropou', 382833300, 238333300, 0),
(19761, 715, 84, 'Marousi', 380540400, 238060000, 0),
(19762, 715, 84, 'Megara', 380000000, 233455600, 0),
(19763, 715, 84, 'Melissia', 380500000, 238333300, 0),
(19764, 715, 84, 'Milesion', 382833300, 238000000, 0),
(19765, 715, 84, 'Moskhaton', 379500000, 236666700, 0),
(19766, 715, 84, 'Nea Erithraia', 381000000, 238166700, 0),
(19767, 715, 84, 'Nea Filadhelfia', 380333300, 237333300, 0),
(19768, 715, 84, 'Nea Ionia', 406888900, 228569400, 0),
(19769, 715, 84, 'Nea Liosia', 380333300, 237000000, 0),
(19770, 715, 84, 'Nea Makri', 380833300, 239833300, 0),
(19771, 715, 84, 'Nea Smirni', 379500000, 237166700, 0),
(19772, 715, 84, 'Nikaia', 379666700, 236500000, 0),
(19773, 715, 84, 'Oikismos Papagou', 379833300, 238166700, 0),
(19774, 715, 84, 'Paiania', 379552700, 238544300, 0),
(19775, 715, 84, 'Palaio Faliro', 379206600, 237091600, 0),
(19776, 715, 84, 'Pallini', 379970200, 238772300, 0),
(19777, 715, 84, 'Perama', 379677500, 235721000, 0),
(19778, 715, 84, 'Peristerion', 380166700, 237000000, 0),
(19779, 715, 84, 'Petroupolis', 380418700, 236849400, 0),
(19780, 715, 84, 'Pikermion', 380000000, 239500000, 0),
(19781, 715, 84, 'Piraeus', 379474500, 236370800, 0),
(19782, 715, 84, 'Rafina', 380181200, 240059900, 0),
(19783, 715, 84, 'Salamis', 379642700, 234964900, 0),
(19784, 715, 84, 'Spata', 379616300, 239151400, 0),
(19785, 715, 84, 'Spetses', 372619100, 231594300, 0),
(19786, 715, 84, 'Stamata', 381333300, 238833300, 0),
(19787, 715, 84, 'Vari', 374000000, 249500000, 0),
(19788, 715, 84, 'Viron', 379666700, 237500000, 0),
(19789, 715, 84, 'Voula', 378422100, 237765100, 0),
(19790, 715, 84, 'Vouliagmeni', 378166700, 237833300, 0),
(19791, 715, 84, 'Vrilissia', 380338100, 238296200, 0),
(19792, 715, 84, 'Ymittos', 379534200, 237489700, 0),
(19793, 716, 84, 'Afantou', 362935400, 281622500, 0),
(19794, 716, 84, 'Agia Marina', 371500000, 268666700, 0),
(19795, 716, 84, 'Embonas', 362166700, 278666700, 0),
(19796, 716, 84, 'Faliraki', 363398100, 281994200, 0),
(19797, 716, 84, 'Kalymnos', 369500000, 269833300, 0),
(19798, 716, 84, 'Karpathos', 355070100, 272132200, 0),
(19799, 716, 84, 'Kos', 368933300, 272888900, 0),
(19800, 716, 84, 'Kremasti', 364000000, 281166700, 0),
(19801, 716, 84, 'Pylion', 368477800, 271613900, 0),
(19802, 716, 84, 'Rodos', 364408300, 282225000, 0),
(19803, 716, 84, 'Trianta', 364000000, 281666700, 0),
(19804, 717, 84, 'Drama', 411544400, 241394400, 0),
(19805, 717, 84, 'Kallifitos', 411666700, 242166700, 0),
(19806, 718, 84, 'Karpenision', 389166700, 217833300, 0),
(19807, 719, 84, 'Alexandroupolis', 408475000, 258744400, 0),
(19808, 719, 84, 'Didymoteichon', 413480600, 264961100, 0),
(19809, 719, 84, 'Kamariotissa', 404833300, 254666700, 0),
(19810, 719, 84, 'Lagos', 414500000, 264666700, 0),
(19811, 719, 84, 'Orestias', 415030600, 265297200, 0),
(19812, 720, 84, 'Chalkida', 384636100, 235994400, 0),
(19813, 720, 84, 'Kimi', 386333300, 241000000, 0),
(19814, 720, 84, 'Oreoi', 389500000, 231000000, 0),
(19815, 720, 84, 'Psakhna', 385833300, 236333300, 0),
(19816, 721, 84, 'Florina', 407819700, 214098100, 0),
(19817, 722, 84, 'Amfissa', 385250000, 223730600, 0),
(19818, 722, 84, 'Kirra', 384333300, 224500000, 0),
(19819, 723, 84, 'Lamia', 389000000, 224333300, 0),
(19820, 723, 84, 'Makrakomi', 389333300, 221166700, 0),
(19821, 723, 84, 'Pelasyia', 389500000, 228333300, 0),
(19822, 724, 84, 'Deskati', 399225000, 218027800, 0),
(19823, 724, 84, 'Grevena', 400845200, 214274400, 0),
(19824, 725, 84, 'Pyrgos', 376751300, 214410200, 0),
(19825, 726, 84, 'Alexandreia', 406266700, 224441700, 0),
(19826, 726, 84, 'Eirinoupoli', 406780600, 221927800, 0),
(19827, 726, 84, 'Kleidion', 405657300, 225899800, 0),
(19828, 726, 84, 'Naousa', 406294400, 220680600, 0),
(19829, 726, 84, 'Platy', 406402800, 225338900, 0),
(19830, 726, 84, 'Veroia', 405233300, 222036100, 0),
(19831, 727, 84, 'Agios Georgis', 397236300, 196996900, 0),
(19832, 727, 84, 'Ioannina', 396675000, 208508300, 0),
(19833, 727, 84, 'Katsikas', 396225000, 208875000, 0),
(19834, 727, 84, 'Perama', 396952800, 208486100, 0),
(19835, 728, 84, 'Arkalochorion', 351500000, 252666700, 0),
(19836, 728, 84, 'Gazion', 353333300, 250666700, 0),
(19837, 728, 84, 'Irakleion', 353278700, 251434100, 0),
(19838, 728, 84, 'Iraklion', 380666700, 237666700, 0),
(19839, 728, 84, 'Limin Khersonisou', 353162100, 253927900, 0),
(19840, 728, 84, 'Moirai', 350500000, 248666700, 0),
(19841, 728, 84, 'Nea Alikarnassos', 353333300, 251666700, 0),
(19842, 728, 84, 'Skalanion', 352833300, 251833300, 0),
(19843, 729, 84, 'Kastoria', 405166700, 212666700, 0),
(19844, 729, 84, 'Maniakoi', 405000000, 212500000, 0),
(19845, 730, 84, 'Amisiana', 409333300, 243500000, 0),
(19846, 730, 84, 'Chrysoupolis', 409855600, 246938900, 0),
(19847, 730, 84, 'Kavala', 409397200, 244019400, 0),
(19848, 730, 84, 'Limenaria', 406260700, 245785600, 0),
(19849, 730, 84, 'Potamia', 407163300, 247285900, 0),
(19850, 730, 84, 'Zigos', 410166700, 243833300, 0),
(19851, 731, 84, 'Argostolion', 381810900, 204890300, 0),
(19852, 731, 84, 'Ithaki', 383642100, 207184800, 0),
(19853, 731, 84, 'Lixourion', 382019400, 204313900, 0),
(19854, 731, 84, 'Sami', 382541700, 206513900, 0),
(19855, 732, 84, 'Kanalion', 396055600, 198925000, 0),
(19856, 732, 84, 'Kerkyra', 396200000, 199197200, 0),
(19857, 732, 84, 'Lefkimmi', 394233300, 200688900, 0),
(19858, 732, 84, 'Potamos', 396250000, 198755600, 0),
(19859, 732, 84, 'Viros', 395838900, 198819400, 0),
(19860, 733, 84, 'Ayios Mamas', 402666700, 233333300, 0),
(19861, 733, 84, 'Nea Fokaia', 401333300, 234000000, 0),
(19862, 733, 84, 'Nea Kallikratia', 403166700, 230666700, 0),
(19863, 733, 84, 'Nea Potidhaia', 402000000, 233333300, 0),
(19864, 733, 84, 'Neos Marmaras', 401000000, 237833300, 0),
(19865, 733, 84, 'Ouranopolis', 403333300, 239833300, 0),
(19866, 733, 84, 'Polygyros', 403744400, 234383300, 0),
(19867, 733, 84, 'Portaria', 402833300, 233000000, 0),
(19868, 733, 84, 'Sarti', 401000000, 239833300, 0),
(19869, 734, 84, 'Ayia Marina', 355166700, 239333300, 0),
(19870, 734, 84, 'Chania', 355122200, 240155600, 0),
(19871, 734, 84, 'Kalivai', 354511600, 241735300, 0),
(19872, 734, 84, 'Nerokouros', 354833300, 240333300, 0),
(19873, 734, 84, 'Palaiochora', 352333300, 236833300, 0),
(19874, 734, 84, 'Pitharion', 355166700, 240833300, 0),
(19875, 734, 84, 'Souda', 354844400, 240744400, 0),
(19876, 735, 84, 'Chios', 383677800, 261358300, 0),
(19877, 735, 84, 'Thymiana', 383150000, 261336100, 0),
(19878, 736, 84, 'Adamas', 367333300, 244333300, 0),
(19879, 736, 84, 'Ano Mera', 374500000, 254000000, 0),
(19880, 736, 84, 'Ano Siros', 374500000, 249333300, 0),
(19881, 736, 84, 'Emporeio', 363581300, 254439300, 0),
(19882, 736, 84, 'Ermoupolis', 374422700, 249424800, 0),
(19883, 736, 84, 'Mykonos', 374452900, 253287200, 0),
(19884, 736, 84, 'Naxos', 371055600, 253763900, 0),
(19885, 736, 84, 'Paros', 370833300, 251500000, 0),
(19886, 736, 84, 'Thira', 364217100, 254282400, 0),
(19887, 736, 84, 'Young Inn', 371228200, 252390300, 0),
(19888, 737, 84, 'Kilkis', 409919400, 228708300, 0),
(19889, 737, 84, 'Polykastron', 409936100, 225658300, 0),
(19890, 738, 84, 'Arkhaia Korinthos', 379166700, 228833300, 0),
(19891, 738, 84, 'Corinth', 379406800, 229573400, 0),
(19892, 738, 84, 'Kiaton', 380166700, 227500000, 0),
(19893, 738, 84, 'Kokkonion', 379666700, 227833300, 0),
(19894, 738, 84, 'Lekhaion', 379333300, 228500000, 0),
(19895, 738, 84, 'Loutrakion', 379783000, 229778100, 0),
(19896, 738, 84, 'Nemea', 378166700, 226666700, 0),
(19897, 738, 84, 'Xylokastron', 380776200, 226316600, 0),
(19898, 739, 84, 'Kozani', 403011100, 217863900, 0),
(19899, 739, 84, 'Krokos', 402666700, 218166700, 0),
(19900, 739, 84, 'Ptolemais', 405147200, 216786100, 0),
(19901, 739, 84, 'Siatista', 402619400, 215441700, 0),
(19902, 740, 84, 'Gefyra', 366869000, 230364200, 0),
(19903, 740, 84, 'Gytheion', 367550000, 225641700, 0),
(19904, 740, 84, 'Sparta', 370733300, 224297200, 0),
(19905, 740, 84, 'Yerakion', 370000000, 227000000, 0),
(19906, 741, 84, 'Agia', 397177800, 227636100, 0),
(19907, 741, 84, 'Khalki', 395666700, 225333300, 0),
(19908, 741, 84, 'Larisa', 396372200, 224202800, 0),
(19909, 741, 84, 'Melivoia', 397500000, 228000000, 0),
(19910, 742, 84, 'Agios Nikolaos', 351913900, 257133300, 0),
(19911, 742, 84, 'Gra Liyia', 350166700, 256833300, 0),
(19912, 742, 84, 'Ierapetra', 350100000, 257352800, 0),
(19913, 742, 84, 'Kato Khorion', 350500000, 257833300, 0),
(19914, 742, 84, 'Siteia', 352000000, 260986100, 0),
(19915, 743, 84, 'Eresos', 391666700, 259333300, 0),
(19916, 743, 84, 'Myrina', 398797200, 250741700, 0),
(19917, 743, 84, 'Mytilini', 391100000, 265547200, 0),
(19918, 744, 84, 'Lefkada', 388275000, 207019400, 0),
(19919, 745, 84, 'Alli Meria', 393666700, 229833300, 0),
(19920, 745, 84, 'Nea Ankhialos', 392833300, 228166700, 0),
(19921, 745, 84, 'Volos', 393666700, 229458300, 0),
(19922, 746, 84, 'Kalamata', 370388900, 221141700, 0),
(19923, 746, 84, 'Koroni', 368000000, 219500000, 0),
(19924, 746, 84, 'Messini', 370511100, 220077800, 0),
(19925, 746, 84, 'Pylos', 369134400, 216963900, 0),
(19926, 747, 84, 'Edessa', 408005600, 220472200, 0),
(19927, 747, 84, 'Galatades', 407544400, 222716700, 0),
(19928, 747, 84, 'Giannitsa', 407919400, 224075000, 0),
(19929, 747, 84, 'Pella', 407600000, 225191700, 0),
(19930, 747, 84, 'Pentaplatanon', 408166700, 224086100, 0),
(19931, 748, 84, 'Katerini', 402719400, 225025000, 0),
(19932, 748, 84, 'Leptokarya', 400583300, 225613900, 0),
(19933, 748, 84, 'Makrygialos', 404163900, 226027800, 0),
(19934, 748, 84, 'Peristasis', 402741700, 225411100, 0),
(19935, 748, 84, 'Svoronos', 402644400, 224600000, 0),
(19936, 749, 84, 'Filippias', 392047200, 208822200, 0),
(19937, 749, 84, 'Kanallakion', 392336100, 206000000, 0),
(19938, 749, 84, 'Neos Oropos', 391513900, 207366700, 0),
(19939, 749, 84, 'Preveza', 389500000, 207500000, 0),
(19940, 750, 84, 'Atsipopoulon', 353500000, 244333300, 0),
(19941, 750, 84, 'Perama', 353697200, 246972200, 0),
(19942, 750, 84, 'Rethymnon', 353647200, 244713900, 0),
(19943, 751, 84, 'Arriana', 410833300, 257000000, 0),
(19944, 751, 84, 'Komotini', 411227800, 253963900, 0),
(19945, 751, 84, 'Xilagani', 409833300, 254166700, 0),
(19946, 752, 84, 'Neon Karlovasion', 377902800, 267044400, 0),
(19947, 752, 84, 'Samos', 377572200, 269769400, 0),
(19948, 753, 84, 'Serres', 410855600, 235497200, 0),
(19949, 754, 84, 'Igoumenitsa', 395038900, 202655600, 0),
(19950, 755, 84, 'Agios Athanasios', 407172200, 227280600, 0),
(19951, 755, 84, 'Agios Pavlos', 406405600, 229594400, 0),
(19952, 755, 84, 'Chortiatis', 406104800, 230996300, 0),
(19953, 755, 84, 'Drymos', 407813900, 229547200, 0),
(19954, 755, 84, 'Epanomi', 404272200, 229283300, 0),
(19955, 755, 84, 'Kalamaria', 405825000, 229502800, 0),
(19956, 755, 84, 'Kalochorion', 406413900, 228566700, 0),
(19957, 755, 84, 'Koufalia', 407777800, 225719400, 0),
(19958, 755, 84, 'Lagkadas', 407500000, 230666700, 0),
(19959, 755, 84, 'Menemeni', 406569400, 229000000, 0),
(19960, 755, 84, 'Oraiokastron', 407308300, 229172200, 0),
(19961, 755, 84, 'Panorama', 405877900, 230315000, 0),
(19962, 755, 84, 'Pefka', 406572200, 229902800, 0),
(19963, 755, 84, 'Peraia', 405002800, 229250000, 0),
(19964, 755, 84, 'Plagiarion', 404741700, 229572200, 0),
(19965, 755, 84, 'Polichni', 406667100, 229488100, 0),
(19966, 755, 84, 'Pylaia', 406005600, 229875000, 0),
(19967, 755, 84, 'Sindos', 406697200, 228047200, 0),
(19968, 755, 84, 'Sykeai', 406494400, 229508300, 0),
(19969, 755, 84, 'Thermi', 405471200, 230196700, 0),
(19970, 755, 84, 'Thessaloniki', 406402800, 229438900, 0),
(19971, 755, 84, 'Triandria', 406227800, 229711100, 0),
(19972, 755, 84, 'Trilofon', 404672200, 229694400, 0),
(19973, 755, 84, 'Vasilika', 404796600, 231369500, 0),
(19974, 756, 84, 'Kalampaka', 397044400, 216269400, 0),
(19975, 756, 84, 'Mytikas', 384437300, 236536500, 0),
(19976, 756, 84, 'Pyrgetos', 395519400, 217480600, 0),
(19977, 756, 84, 'Trikala', 395552800, 217675000, 0),
(19978, 757, 84, 'Levadeia', 384350000, 228738900, 0),
(19979, 757, 84, 'Oinofita', 383166700, 236333300, 0),
(19980, 757, 84, 'Skhimatarion', 383500000, 235833300, 0),
(19981, 757, 84, 'Thespiai', 383000000, 231500000, 0),
(19982, 757, 84, 'Thivai', 383250000, 233188900, 0),
(19983, 758, 84, 'Petinos', 411000000, 249000000, 0),
(19984, 758, 84, 'Seleron', 411333300, 250000000, 0),
(19985, 758, 84, 'Xanthi', 411413900, 248836100, 0),
(19986, 759, 84, 'Zakynthos', 377913900, 208952800, 0),
(19987, 760, 85, 'Ilulissat', 692166700, -511000000, 0),
(19988, 761, 85, 'Nuuk', 641834700, -517215700, 0),
(19989, 762, 86, 'Saint George''s', 120564400, -617484900, 0),
(19990, 763, 86, 'Gouyave', 121646200, -617296500, 0),
(19991, 764, 86, 'Sauteurs', 122166700, -616333300, 0),
(19992, 765, 87, 'Baie-Mahault', 162673800, -615854300, 0),
(19993, 765, 87, 'Basse-Terre', 159985400, -617254800, 0),
(19994, 765, 87, 'Lamentin', 162710500, -616312400, 0),
(19995, 765, 87, 'Le Gosier', 162068500, -614932900, 0),
(19996, 765, 87, 'Les Abymes', 162709500, -615045100, 0),
(19997, 765, 87, 'Petit-Bourg', 161913500, -615915900, 0),
(19998, 765, 87, 'Pointe-a-Pitre', 162422000, -615343000, 0),
(19999, 765, 87, 'Saint-Claude', 160240900, -617021500, 0),
(20000, 765, 87, 'Saint-Francois', 162526400, -612741400, 0),
(20001, 765, 87, 'Sainte-Rose', 163323800, -616979300, 0),
(20002, 766, 88, 'Agana Heights Mayor''s Office', 134649400, 1447475800, 0),
(20003, 767, 88, 'Agat Village', 133885500, 1446585200, 0),
(20004, 768, 88, 'Asan-Maina Village', 134721500, 1447165400, 0),
(20005, 769, 88, 'Chalan Pago-Ordot Mayor''s Office', 134468200, 1447589800, 0),
(20006, 770, 88, 'Dededo Mayor''s Office', 135174400, 1448391200, 0),
(20007, 770, 88, 'Dededo Village', 135177700, 1448391000, 0),
(20008, 771, 88, 'Guam Government House', 134719100, 1447497800, 0),
(20009, 771, 88, 'Hagatna', 134756700, 1447488600, 0),
(20010, 772, 88, 'Mangilao Mayor''s Office', 134468900, 1448014400, 0),
(20011, 772, 88, 'Mangilao Village', 134476100, 1448010900, 0),
(20012, 773, 88, 'Mongmong-Toto-Maite Village', 134685700, 1447821400, 0),
(20013, 774, 88, 'Santa Rita Village', 133860800, 1446722600, 0),
(20014, 775, 88, 'Tamuning-Tumon-Harmon Mayor''s Office', 134871500, 1447807700, 0),
(20015, 775, 88, 'Tamuning-Tumon-Harmon Village', 134877300, 1447813800, 0),
(20016, 776, 88, 'Yigo Mayor''s Office', 135356500, 1448930900, 0),
(20017, 776, 88, 'Yigo Village', 135360500, 1448885500, 0),
(20018, 777, 89, 'Coban', 154833300, -903666700, 0),
(20019, 777, 89, 'San Pedro Carcha', 154833300, -902666700, 0),
(20020, 778, 89, 'Chimaltenango', 146686100, -908166700, 0),
(20021, 778, 89, 'El Tejar', 146477800, -907927800, 0),
(20022, 778, 89, 'Tecpan Guatemala', 147669400, -909941700, 0),
(20023, 779, 89, 'Chiquimula', 148000000, -895500000, 0),
(20024, 779, 89, 'Ipala', 146166700, -896166700, 0),
(20025, 780, 89, 'Sanarate', 147950000, -901922200, 0),
(20026, 781, 89, 'Escuintla', 143050000, -907850000, 0),
(20027, 781, 89, 'Palin', 144055600, -906983300, 0),
(20028, 782, 89, 'Amatitlan', 144875000, -906152800, 0),
(20029, 782, 89, 'Chinautla', 147083300, -904994400, 0),
(20030, 782, 89, 'Fraijanes', 144652800, -904408300, 0),
(20031, 782, 89, 'Guatemala City', 146407200, -905132700, 0),
(20032, 782, 89, 'Mixco', 146333300, -906063900, 0),
(20033, 782, 89, 'Palencia', 146647200, -903586100, 0),
(20034, 782, 89, 'Petapa', 145027800, -905516700, 0),
(20035, 782, 89, 'San Jose Pinula', 145461100, -904113900, 0),
(20036, 782, 89, 'Santa Catarina Pinula', 145688900, -904952800, 0),
(20037, 782, 89, 'Villa Nueva', 145269400, -905875000, 0),
(20038, 783, 89, 'Huehuetenango', 153197200, -914708300, 0),
(20039, 784, 89, 'Livingston', 158282600, -887503900, 0),
(20040, 784, 89, 'Morales', 154833300, -888166700, 0),
(20041, 784, 89, 'Puerto Barrios', 157166700, -886000000, 0),
(20042, 785, 89, 'Jalapa', 146333300, -899833300, 0),
(20043, 786, 89, 'Asuncion Mita', 143308300, -897108300, 0),
(20044, 786, 89, 'Jutiapa', 142833300, -899000000, 0),
(20045, 787, 89, 'San Benito', 169166700, -899000000, 0),
(20046, 787, 89, 'Sayaxche', 165166700, -901666700, 0),
(20047, 788, 89, 'Coatepeque', 147000000, -918666700, 0),
(20048, 788, 89, 'Quetzaltenango', 148333300, -915166700, 0),
(20049, 788, 89, 'Samayac', 145808400, -914613500, 0),
(20050, 789, 89, 'Santa Cruz del Quiche', 150305600, -911488900, 0),
(20051, 790, 89, 'Antigua Guatemala', 145611100, -907344400, 0),
(20052, 790, 89, 'Jocotenango', 145819400, -907436100, 0),
(20053, 790, 89, 'Sumpango', 146463900, -907338900, 0),
(20054, 791, 89, 'Ciudad Tecun Uman', 146666700, -921500000, 0),
(20055, 792, 89, 'Barberena', 143094400, -903611100, 0),
(20056, 793, 89, 'Mazatenango', 145333300, -915000000, 0),
(20057, 794, 89, 'Cabanas', 149333300, -898000000, 0),
(20058, 794, 89, 'Rio Hondo', 150666700, -895833300, 0),
(20059, 794, 89, 'Zacapa', 149666700, -895333300, 0),
(20060, 795, 90, 'Saint Peter Port', 494598100, -25352700, 0),
(20061, 796, 92, 'Bissau', 118635700, -155976700, 0),
(20062, 797, 91, 'Camayenne', 95350000, -136877800, 0),
(20063, 797, 91, 'Conakry', 95379500, -136772900, 0),
(20064, 798, 91, 'Kouroussa', 106500000, -98833300, 0),
(20065, 799, 93, 'Georgetown', 68044800, -581552700, 0),
(20066, 799, 93, 'Vreed en Hoop', 68075000, -581869400, 0),
(20067, 800, 93, 'New Amsterdam', 62500000, -575166700, 0),
(20068, 800, 93, 'Skeldon', 58833300, -571333300, 0),
(20069, 801, 93, 'Parika', 68371200, -584294100, 0),
(20070, 802, 94, 'Gonaives', 194500000, -726833300, 0),
(20071, 803, 94, 'Hinche', 191500000, -720166700, 0),
(20072, 803, 94, 'Mirebalais', 188333300, -721052800, 0),
(20073, 804, 94, 'Cap-Haitien', 197577800, -722041700, 0),
(20074, 805, 94, 'Carrefour', 185411400, -723992200, 0),
(20075, 805, 94, 'Croix des Bouquets', 185750000, -722250000, 0),
(20076, 805, 94, 'Delmas 73', 185447200, -723027800, 0),
(20077, 805, 94, 'Petionville', 185125000, -722852800, 0),
(20078, 805, 94, 'Port-au-Prince', 185391700, -723350000, 0),
(20079, 806, 94, 'Jacmel', 182341700, -725347200, 0),
(20080, 807, 95, 'Vatican City', 419023600, 124533200, 0),
(20081, 808, 96, 'La Ceiba', 157597100, -867822100, 0),
(20082, 808, 96, 'Tela', 157833300, -874500000, 0),
(20083, 809, 96, 'Ciudad Choluteca', 133002800, -871908300, 0),
(20084, 810, 96, 'Trujillo', 159166700, -860000000, 0),
(20085, 811, 96, 'Comayagua', 144500000, -876333300, 0),
(20086, 811, 96, 'Siguatepeque', 146000000, -878333300, 0),
(20087, 812, 96, 'Santa Rosa de Copan', 147666700, -887833300, 0),
(20088, 813, 96, 'Canaveral', 149833300, -880166700, 0),
(20089, 813, 96, 'Choloma', 156144400, -879530200, 0),
(20090, 813, 96, 'Chotepe', 154166700, -879833300, 0),
(20091, 813, 96, 'El Porvenir', 158333300, -879333300, 0),
(20092, 813, 96, 'La Lima', 154333300, -879166700, 0),
(20093, 813, 96, 'Pena Blanca', 155333300, -880500000, 0),
(20094, 813, 96, 'San Antonio de Cortes', 151166700, -880333300, 0),
(20095, 813, 96, 'San Pedro Sula', 155000000, -880333300, 0),
(20096, 814, 96, 'Danli', 140333300, -865833300, 0),
(20097, 815, 96, 'El Tablon', 140333300, -871666700, 0),
(20098, 815, 96, 'Tegucigalpa', 140818000, -872068100, 0),
(20099, 815, 96, 'Villa Nueva', 140333300, -871333300, 0),
(20100, 815, 96, 'Yaguacire', 140166700, -872166700, 0),
(20101, 816, 96, 'La Esperanza', 143000000, -881833300, 0),
(20102, 817, 96, 'Roatan', 163243700, -865365600, 0),
(20103, 818, 96, 'Marcala', 141500000, -880333300, 0),
(20104, 818, 96, 'Yarumela', 143333300, -876333300, 0),
(20105, 819, 96, 'Nueva Ocotepeque', 144333300, -891833300, 0),
(20106, 820, 96, 'La Guata', 150833300, -863833300, 0),
(20107, 821, 96, 'Santa Barbara', 149166700, -882333300, 0),
(20108, 822, 96, 'El Progreso', 154000000, -878000000, 0),
(20109, 822, 96, 'Olanchito', 155000000, -865666700, 0),
(20110, 823, 97, 'A Kung Tin', 224500000, 1141000000, 0),
(20111, 823, 97, 'A Kung Wan', 223333300, 1142666700, 0),
(20112, 823, 97, 'A Ma Wat', 225166700, 1142500000, 0),
(20113, 823, 97, 'A Po Long', 222833300, 1140000000, 0),
(20114, 823, 97, 'A Shan', 224666700, 1142000000, 0),
(20115, 823, 97, 'A Shan Tseng Tau', 224666700, 1142000000, 0),
(20116, 823, 97, 'Aberdeen', 222500000, 1141500000, 0),
(20117, 823, 97, 'Au Pui Wan', 224000000, 1141666700, 0),
(20118, 823, 97, 'Au Tau', 223333300, 1142500000, 0),
(20119, 823, 97, 'Beas Stables', 225000000, 1141000000, 0),
(20120, 823, 97, 'Castle Peak New Town', 224000000, 1139666700, 0),
(20121, 823, 97, 'Chai Wan', 222700000, 1142400000, 0),
(20122, 823, 97, 'Chap Wai Kon', 223833300, 1142000000, 0),
(20123, 823, 97, 'Che Ha', 224333300, 1142666700, 0),
(20124, 823, 97, 'Che Keng Tuk', 223666700, 1142666700, 0),
(20125, 823, 97, 'Che Kung Miu', 223666700, 1141833300, 0),
(20126, 823, 97, 'Chek Nai Ping', 224166700, 1142000000, 0),
(20127, 823, 97, 'Cheung Chau', 222108500, 1140278700, 0),
(20128, 823, 97, 'Cheung Kang', 224333300, 1142333300, 0),
(20129, 823, 97, 'Cheung Kong', 224500000, 1140666700, 0),
(20130, 823, 97, 'Cheung Muk Tau', 224333300, 1142500000, 0),
(20131, 823, 97, 'Cheung Sha Lan', 223000000, 1140166700, 0),
(20132, 823, 97, 'Cheung Sha Wan', 222333300, 1140000000, 0),
(20133, 823, 97, 'Cheung Shue Tan', 224333300, 1142000000, 0),
(20134, 823, 97, 'Cheung Shue Tau', 223666700, 1141000000, 0),
(20135, 823, 97, 'Cheung Ting', 222500000, 1138833300, 0),
(20136, 823, 97, 'Chuen Lung', 224000000, 1141000000, 0),
(20137, 823, 97, 'Chuk Kok', 223500000, 1142500000, 0),
(20138, 823, 97, 'Chuk Yuen', 223500000, 1142333300, 0),
(20139, 823, 97, 'Chung Sam Wai', 224500000, 1140166700, 0),
(20140, 823, 97, 'Fa Sam Hang', 223833300, 1142166700, 0),
(20141, 823, 97, 'Fan Leng Lau', 225000000, 1141333300, 0),
(20142, 823, 97, 'Fan Tin Tsuen', 225000000, 1140666700, 0),
(20143, 823, 97, 'Fanling', 224948700, 1141394900, 0),
(20144, 823, 97, 'Fo Tan', 224000000, 1142000000, 0),
(20145, 823, 97, 'Fortress Hill', 222885800, 1141941700, 0),
(20146, 823, 97, 'Fu Heng Estate', 224587100, 1141712700, 0),
(20147, 823, 97, 'Fu Tei Kok', 223500000, 1141000000, 0),
(20148, 823, 97, 'Fu Tei Wan', 223000000, 1139333300, 0),
(20149, 823, 97, 'Fu Yung Shan', 223833300, 1141166700, 0),
(20150, 823, 97, 'Fui Sha Wai', 224333300, 1140000000, 0),
(20151, 823, 97, 'Fui Yiu', 223500000, 1141333300, 0),
(20152, 823, 97, 'Fui Yiu Ha', 223833300, 1142666700, 0),
(20153, 823, 97, 'Fuk Hing Lei', 224666700, 1140500000, 0),
(20154, 823, 97, 'Fuk Tak Kung', 225333300, 1141000000, 0),
(20155, 823, 97, 'Ha Che', 224500000, 1140833300, 0),
(20156, 823, 97, 'Ha Ling Pei', 222833300, 1139333300, 0),
(20157, 823, 97, 'Ha Mei San Tsuen', 224500000, 1140000000, 0),
(20158, 823, 97, 'Ha Wan Tsuen', 225149800, 1140739000, 0),
(20159, 823, 97, 'Ha Wong Yi Au', 224333300, 1141666700, 0),
(20160, 823, 97, 'Ha Yau Tin', 224333300, 1140333300, 0),
(20161, 823, 97, 'Ha Yeung', 223045400, 1142866100, 0),
(20162, 823, 97, 'Hang Hau Town', 223166700, 1142666700, 0),
(20163, 823, 97, 'Hing Lung Tsuen', 224500000, 1141666700, 0),
(20164, 823, 97, 'Hong Kong', 222855200, 1141576900, 0),
(20165, 823, 97, 'Hung Shing Ye', 222166700, 1141166700, 0),
(20166, 823, 97, 'Hung Tin', 224500000, 1140333300, 0),
(20167, 823, 97, 'Kau Liu Ha', 224666700, 1141500000, 0),
(20168, 823, 97, 'Kei Lun Wai', 224166700, 1139666700, 0),
(20169, 823, 97, 'Kong Ha', 225500000, 1142166700, 0),
(20170, 823, 97, 'Kong Pui Tsuen', 223666700, 1142166700, 0),
(20171, 823, 97, 'Kowloon', 223166700, 1141833300, 0),
(20172, 823, 97, 'Kwai Chung', 223666700, 1141333300, 0),
(20173, 823, 97, 'Kwun Tong', 225000000, 1141000000, 0),
(20174, 823, 97, 'Lai Chi Chong', 224500000, 1143000000, 0),
(20175, 823, 97, 'Lai Chi Yuen', 223833300, 1141833300, 0),
(20176, 823, 97, 'Lam Hau', 224333300, 1140166700, 0),
(20177, 823, 97, 'Lam Tei', 224188000, 1139858300, 0),
(20178, 823, 97, 'Lam Tin', 223500000, 1141000000, 0),
(20179, 823, 97, 'Lo Uk', 223500000, 1141000000, 0),
(20180, 823, 97, 'Lo Wu', 225333300, 1141166700, 0),
(20181, 823, 97, 'Lung Wo Tsuen', 223333300, 1142333300, 0),
(20182, 823, 97, 'Lung Yeuk Tau', 225000000, 1141500000, 0),
(20183, 823, 97, 'Ma Liu Shui', 224166700, 1142166700, 0),
(20184, 823, 97, 'Ma On Shan Tsuen', 224000000, 1142333300, 0),
(20185, 823, 97, 'Ma Wan Chung', 222863000, 1139367200, 0),
(20186, 823, 97, 'Ma Yau Tong', 223166700, 1142333300, 0),
(20187, 823, 97, 'Man Kok', 222666700, 1140166700, 0),
(20188, 823, 97, 'Mang Tong', 222666700, 1140000000, 0),
(20189, 823, 97, 'Mongkok', 223213800, 1141726000, 0),
(20190, 823, 97, 'Muk Wu', 225500000, 1141333300, 0),
(20191, 823, 97, 'Muk Wu Chuen Yiu', 225500000, 1141333300, 0),
(20192, 823, 97, 'Nai Wai', 224166700, 1139833300, 0),
(20193, 823, 97, 'New Territories', 224166700, 1140833300, 0),
(20194, 823, 97, 'On Lok Tsuen', 225000000, 1141333300, 0),
(20195, 823, 97, 'Pak Sha Tsuen', 224166700, 1140166700, 0),
(20196, 823, 97, 'Pan Long Wan', 223126400, 1142841400, 0),
(20197, 823, 97, 'Peng Chau', 222833300, 1140333300, 0),
(20198, 823, 97, 'Pun Shan Tsuen', 223833300, 1141000000, 0),
(20199, 823, 97, 'Repulse Bay', 222333300, 1142000000, 0),
(20200, 823, 97, 'Sai Keng', 224185600, 1142672700, 0),
(20201, 823, 97, 'Sai Shan', 223500000, 1141166700, 0),
(20202, 823, 97, 'Sai Wan', 224000000, 1143666700, 0),
(20203, 823, 97, 'Sam Shing Hui', 223833300, 1139833300, 0),
(20204, 823, 97, 'Sam Tsuen', 223666700, 1141166700, 0),
(20205, 823, 97, 'Sam Tung Uk', 223666700, 1141166700, 0),
(20206, 823, 97, 'Sha Tin', 223833300, 1141833300, 0),
(20207, 823, 97, 'Sha Tin Wai', 223833300, 1142000000, 0),
(20208, 823, 97, 'Sham Tseng', 223666700, 1140500000, 0),
(20209, 823, 97, 'Sham Wan Tsuen', 223166700, 1139333300, 0),
(20210, 823, 97, 'Shek Pai Wan Resettlement Estate', 222500000, 1141666700, 0),
(20211, 823, 97, 'Sheung Shui', 225166700, 1141166700, 0),
(20212, 823, 97, 'Sheung Shui Wa Shan', 225166700, 1141333300, 0),
(20213, 823, 97, 'Shouson Hill', 222500000, 1141833300, 0),
(20214, 823, 97, 'Shuen Wan', 224666700, 1142000000, 0),
(20215, 823, 97, 'Siu Chik Sha', 223000000, 1142666700, 0),
(20216, 823, 97, 'Siu Lek Yuen', 223833300, 1142166700, 0),
(20217, 823, 97, 'Sze Pak', 223166700, 1140333300, 0),
(20218, 823, 97, 'Tai Hang', 224666700, 1141500000, 0),
(20219, 823, 97, 'Tai Lin Pai', 223666700, 1141333300, 0),
(20220, 823, 97, 'Tai Peng', 222666700, 1142500000, 0),
(20221, 823, 97, 'Tai Po', 222900500, 1139219300, 0),
(20222, 823, 97, 'Tai Tam', 222166700, 1142166700, 0),
(20223, 823, 97, 'Tai Wai', 223728600, 1141789700, 0),
(20224, 823, 97, 'Tai Wan', 221666700, 1142500000, 0),
(20225, 823, 97, 'Tai Wo', 224515100, 1141611500, 0),
(20226, 823, 97, 'Tai Yuen Estate', 224557400, 1141697100, 0),
(20227, 823, 97, 'Tam Mi Camp', 224833300, 1140666700, 0),
(20228, 823, 97, 'Tam Wat', 224000000, 1143000000, 0),
(20229, 823, 97, 'Tan Shan Tsuen', 223333300, 1142333300, 0),
(20230, 823, 97, 'Tin Shui Wai', 224651000, 1139992700, 0),
(20231, 823, 97, 'Tiu Keng Leng', 223000000, 1142500000, 0),
(20232, 823, 97, 'To Fung Shan', 223833300, 1141833300, 0),
(20233, 823, 97, 'Tong Fong Tsuen', 224500000, 1140000000, 0),
(20234, 823, 97, 'Tseng Lan Shue', 223333300, 1142333300, 0),
(20235, 823, 97, 'Tseng Tau Wai', 224000000, 1139833300, 0),
(20236, 823, 97, 'Tseung Kwan O', 223333300, 1142500000, 0),
(20237, 823, 97, 'Tsim Sha Tsui', 223000000, 1141666700, 0),
(20238, 823, 97, 'Tsing Leng Tsui', 223500000, 1141166700, 0),
(20239, 823, 97, 'Tsing Lung Tau', 223600000, 1140444400, 0),
(20240, 823, 97, 'Tsing Yi Town', 223500000, 1141000000, 0),
(20241, 823, 97, 'Tsiu Lam', 224666700, 1142000000, 0),
(20242, 823, 97, 'Tsuen Wan', 223666700, 1141000000, 0),
(20243, 823, 97, 'Tuen Mun', 223917500, 1139715700, 0),
(20244, 823, 97, 'Tuen Mun Kau Hui', 223833300, 1139666700, 0),
(20245, 823, 97, 'Tung Lo Wan', 223833300, 1141833300, 0),
(20246, 823, 97, 'Wah Fu', 222500000, 1141333300, 0),
(20247, 823, 97, 'Wai Tsai', 224833300, 1140500000, 0),
(20248, 823, 97, 'Wan Tau Tong', 224421700, 1141672400, 0),
(20249, 823, 97, 'Wan Tsai', 221666700, 1142500000, 0),
(20250, 823, 97, 'Wo Hop Shek', 224834900, 1141435700, 0),
(20251, 823, 97, 'Wo Liu Hang', 224000000, 1142000000, 0),
(20252, 823, 97, 'Wo Tong Kong', 223166700, 1142666700, 0),
(20253, 823, 97, 'Wong Chuk Hang', 223833300, 1143500000, 0),
(20254, 823, 97, 'Ying Pun', 224666700, 1141166700, 0),
(20255, 823, 97, 'Ying Pun Ha', 224666700, 1141500000, 0),
(20256, 823, 97, 'Yuen Kong San Tsuen', 224166700, 1140833300, 0),
(20257, 823, 97, 'Yuen Leng', 224833300, 1141500000, 0),
(20258, 823, 97, 'Yuen Long', 224500000, 1140333300, 0),
(20259, 823, 97, 'Yung Shue Wan', 222333300, 1141166700, 0),
(20260, 824, 98, 'Apostag', 468820800, 189621000, 0),
(20261, 824, 98, 'Bacsalmas', 461264800, 193326000, 0),
(20262, 824, 98, 'Baja', 461749600, 189563900, 0),
(20263, 824, 98, 'Balloszog', 468621600, 195709200, 0),
(20264, 824, 98, 'Bugac', 466870400, 196807400, 0),
(20265, 824, 98, 'Csaszartoltes', 464219400, 191836100, 0),
(20266, 824, 98, 'Dunapataj', 466440000, 189963200, 0),
(20267, 824, 98, 'Felsoszentivan', 461971300, 191868600, 0),
(20268, 824, 98, 'Harta', 466984600, 190305300, 0),
(20269, 824, 98, 'Janoshalma', 462986100, 193258300, 0),
(20270, 824, 98, 'Kalocsa', 465263900, 189858300, 0),
(20271, 824, 98, 'Kecel', 465252800, 192519400, 0),
(20272, 824, 98, 'Kecskemet', 469061800, 196912800, 0),
(20273, 824, 98, 'Kiskoros', 466213900, 192852800, 0),
(20274, 824, 98, 'Kiskunfelegyhaza', 467121300, 198445800, 0),
(20275, 824, 98, 'Kiskunhalas', 464340200, 194848000, 0),
(20276, 824, 98, 'Kiskunmajsa', 464902800, 197400000, 0),
(20277, 824, 98, 'Kunszentmiklos', 470270000, 191257500, 0),
(20278, 824, 98, 'Lajosmizse', 470213300, 195617100, 0),
(20279, 824, 98, 'Soltvadkert', 465788900, 193938900, 0),
(20280, 824, 98, 'Szabadszallas', 468757500, 192232400, 0),
(20281, 824, 98, 'Szalkszentmarton', 469756500, 190117800, 0),
(20282, 824, 98, 'Tass', 470209500, 190298800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(20283, 824, 98, 'Tompa', 462060500, 195391000, 0),
(20284, 825, 98, 'Beremend', 457910800, 184326300, 0),
(20285, 825, 98, 'Boly', 459672200, 185183300, 0),
(20286, 825, 98, 'Harkany', 458500200, 182366800, 0),
(20287, 825, 98, 'Hidas', 462568000, 184954000, 0),
(20288, 825, 98, 'Komlo', 461927800, 182649400, 0),
(20289, 825, 98, 'Kozarmisleny', 460296700, 182921000, 0),
(20290, 825, 98, 'Mohacs', 459930600, 186830600, 0),
(20291, 825, 98, 'Pecs', 460833300, 182333300, 0),
(20292, 825, 98, 'Pellerd', 460343800, 181540300, 0),
(20293, 825, 98, 'Siklos', 458549900, 182975200, 0),
(20294, 825, 98, 'Szaszvar', 462767300, 183756600, 0),
(20295, 825, 98, 'Szigetvar', 460486500, 178055400, 0),
(20296, 826, 98, 'Battonya', 462833300, 210166700, 0),
(20297, 826, 98, 'Bekes', 467666700, 211333300, 0),
(20298, 826, 98, 'Bekescsaba', 466833300, 211000000, 0),
(20299, 826, 98, 'Csanadapaca', 465500000, 208833300, 0),
(20300, 826, 98, 'Csorvas', 466333300, 208333300, 0),
(20301, 826, 98, 'Devavanya', 470333300, 209666700, 0),
(20302, 826, 98, 'Doboz', 467333300, 212500000, 0),
(20303, 826, 98, 'Fuzesgyarmat', 471000000, 212166700, 0),
(20304, 826, 98, 'Gadoros', 466666700, 206000000, 0),
(20305, 826, 98, 'Gyula', 466500000, 212833300, 0),
(20306, 826, 98, 'Korosladany', 469666700, 210833300, 0),
(20307, 826, 98, 'Medgyesegyhaza', 465000000, 210333300, 0),
(20308, 826, 98, 'Mezobereny', 468166700, 210333300, 0),
(20309, 826, 98, 'Nagyszenas', 466833300, 206666700, 0),
(20310, 826, 98, 'Oroshaza', 465666700, 206666700, 0),
(20311, 826, 98, 'Sarkad', 467500000, 213833300, 0),
(20312, 826, 98, 'Szabadkigyos', 466166700, 211000000, 0),
(20313, 826, 98, 'Szarvas', 468666700, 205500000, 0),
(20314, 826, 98, 'Szeghalom', 470333300, 211666700, 0),
(20315, 826, 98, 'Totkomlos', 464166700, 207333300, 0),
(20316, 827, 98, 'Abaujszanto', 482833300, 212000000, 0),
(20317, 827, 98, 'Edeleny', 483000000, 207333300, 0),
(20318, 827, 98, 'Emod', 479333300, 208166700, 0),
(20319, 827, 98, 'Encs', 483333300, 211333300, 0),
(20320, 827, 98, 'Felsozsolca', 481000000, 208666700, 0),
(20321, 827, 98, 'Gonc', 484666700, 212833300, 0),
(20322, 827, 98, 'Harsany', 479666700, 207500000, 0),
(20323, 827, 98, 'Hejobaba', 479000000, 209500000, 0),
(20324, 827, 98, 'Izsofalva', 483000000, 206666700, 0),
(20325, 827, 98, 'Kazincbarcika', 482500000, 206333300, 0),
(20326, 827, 98, 'Malyi', 480166700, 208333300, 0),
(20327, 827, 98, 'Mezocsat', 478166700, 209166700, 0),
(20328, 827, 98, 'Mezokeresztes', 478333300, 207000000, 0),
(20329, 827, 98, 'Mezokovesd', 478166700, 205833300, 0),
(20330, 827, 98, 'Miskolc', 481000000, 207833300, 0),
(20331, 827, 98, 'Nyekladhaza', 479833300, 208333300, 0),
(20332, 827, 98, 'Ozd', 482166700, 203000000, 0),
(20333, 827, 98, 'Rudabanya', 483833300, 206333300, 0),
(20334, 827, 98, 'Sajobabony', 481666700, 207333300, 0),
(20335, 827, 98, 'Sajokaza', 482833300, 205833300, 0),
(20336, 827, 98, 'Sarospatak', 483166700, 215833300, 0),
(20337, 827, 98, 'Satoraljaujhely', 484000000, 216666700, 0),
(20338, 827, 98, 'Szerencs', 481666700, 212000000, 0),
(20339, 827, 98, 'Szikszo', 482000000, 209333300, 0),
(20340, 827, 98, 'Tarcal', 481333300, 213500000, 0),
(20341, 827, 98, 'Tiszaujvaros', 479333300, 210833300, 0),
(20342, 827, 98, 'Tokaj', 481166700, 214166700, 0),
(20343, 827, 98, 'Tolcsva', 482833300, 214500000, 0),
(20344, 828, 98, 'Budapest', 474980100, 190399100, 0),
(20345, 828, 98, 'Budapest I. keruelet', 474970500, 190396100, 0),
(20346, 828, 98, 'Budapest II. keruelet', 475129100, 190318400, 0),
(20347, 828, 98, 'Budapest III. keruelet', 475415700, 190450100, 0),
(20348, 828, 98, 'Budapest IV. keruelet', 475618200, 190890900, 0),
(20349, 828, 98, 'Budapest IX. keruelet', 474829900, 190659100, 0),
(20350, 828, 98, 'Budapest VI. keruelet', 475036900, 190658300, 0),
(20351, 828, 98, 'Budapest VII. keruelet', 475004500, 190687500, 0),
(20352, 828, 98, 'Budapest VIII. keruelet', 474891900, 190701200, 0),
(20353, 828, 98, 'Budapest X. keruelet', 474791000, 191583500, 0),
(20354, 828, 98, 'Budapest XI. keruelet', 474760300, 190360500, 0),
(20355, 828, 98, 'Budapest XII. keruelet', 474919200, 190149300, 0),
(20356, 828, 98, 'Budapest XIII. keruelet', 475297800, 190806800, 0),
(20357, 828, 98, 'Budapest XIV. keruelet', 475183000, 191078900, 0),
(20358, 828, 98, 'Budapest XIX. keruelet', 474529300, 191494300, 0),
(20359, 828, 98, 'Budapest XV. keruelet', 475626300, 191168100, 0),
(20360, 828, 98, 'Budapest XVI. keruelet', 475148200, 191702800, 0),
(20361, 828, 98, 'Budapest XVII. keruelet', 474799700, 192538800, 0),
(20362, 828, 98, 'Budapest XVIII. keruelet', 474441700, 191759500, 0),
(20363, 828, 98, 'Budapest XX. keruelet', 474367400, 191009300, 0),
(20364, 828, 98, 'Budapest XXI. keruelet', 474304700, 190709800, 0),
(20365, 828, 98, 'Budapest XXII. keruelet', 474269800, 190401600, 0),
(20366, 828, 98, 'Budapest XXIII. keruelet', 473978800, 191149200, 0),
(20367, 829, 98, 'Csanadpalota', 462500000, 207333300, 0),
(20368, 829, 98, 'Csengele', 465423400, 198635800, 0),
(20369, 829, 98, 'Csongrad', 467133200, 201424200, 0),
(20370, 829, 98, 'Domaszek', 462491700, 200111100, 0),
(20371, 829, 98, 'Forraskut', 463652800, 199097300, 0),
(20372, 829, 98, 'Hodmezovasarhely', 464166700, 203333300, 0),
(20373, 829, 98, 'Kistelek', 464725000, 199797200, 0),
(20374, 829, 98, 'Mako', 462166700, 204833300, 0),
(20375, 829, 98, 'Morahalom', 462180600, 198851000, 0),
(20376, 829, 98, 'Roszke', 461879600, 200337200, 0),
(20377, 829, 98, 'Sandorfalva', 463608700, 200988900, 0),
(20378, 829, 98, 'Szatymaz', 463430600, 200402000, 0),
(20379, 829, 98, 'Szeged', 462530000, 201482400, 0),
(20380, 829, 98, 'Szekkutas', 465000000, 205333300, 0),
(20381, 829, 98, 'Szentes', 466500000, 202666700, 0),
(20382, 829, 98, 'Ulles', 463361100, 198445400, 0),
(20383, 829, 98, 'Zakanyszek', 462745300, 198897500, 0),
(20384, 830, 98, 'Aba', 470290700, 185217200, 0),
(20385, 830, 98, 'Bicske', 474841900, 186440400, 0),
(20386, 830, 98, 'Bodajk', 473235200, 182331200, 0),
(20387, 830, 98, 'Csakvar', 473918400, 184650100, 0),
(20388, 830, 98, 'Etyek', 474479400, 187532800, 0),
(20389, 830, 98, 'Gardony', 472094200, 186360700, 0),
(20390, 830, 98, 'Ivancsa', 471567000, 188203000, 0),
(20391, 830, 98, 'Kaloz', 469546400, 184825900, 0),
(20392, 830, 98, 'Kincsesbanya', 472644400, 182779000, 0),
(20393, 830, 98, 'Lajoskomarom', 468420000, 183376300, 0),
(20394, 830, 98, 'Lepseny', 469903600, 182435800, 0),
(20395, 830, 98, 'Many', 475335200, 186562700, 0),
(20396, 830, 98, 'Martonvasar', 473160100, 187904500, 0),
(20397, 830, 98, 'Mezoszilas', 468110900, 184778900, 0),
(20398, 830, 98, 'Mor', 473778700, 182035300, 0),
(20399, 830, 98, 'Pazmand', 472875500, 186535600, 0),
(20400, 830, 98, 'Pusztaszabolcs', 471371800, 187670400, 0),
(20401, 830, 98, 'Racalmas', 470226300, 189405600, 0),
(20402, 830, 98, 'Sarbogard', 468869200, 186204100, 0),
(20403, 830, 98, 'Sarosd', 470427300, 186435700, 0),
(20404, 830, 98, 'Sarszentmihaly', 471532100, 183387900, 0),
(20405, 830, 98, 'Seregelyes', 471105000, 185650000, 0),
(20406, 830, 98, 'Szabadbattyan', 471190200, 183682400, 0),
(20407, 830, 98, 'Szekesfehervar', 471899500, 184103400, 0),
(20408, 830, 98, 'Velence', 472385500, 186548400, 0),
(20409, 830, 98, 'dunaujvaros', 469673700, 189328800, 0),
(20410, 831, 98, 'Abda', 476946400, 175448800, 0),
(20411, 831, 98, 'Asvanyraro', 478273300, 174941800, 0),
(20412, 831, 98, 'Bakonyszentlaszlo', 473890100, 178032100, 0),
(20413, 831, 98, 'Bosarkany', 476882000, 172500000, 0),
(20414, 831, 98, 'Csorna', 476115500, 172501200, 0),
(20415, 831, 98, 'Farad', 476063300, 172002400, 0),
(20416, 831, 98, 'Fertoszentmiklos', 475899600, 168751700, 0),
(20417, 831, 98, 'Gyor', 476833300, 176351200, 0),
(20418, 831, 98, 'Gyorszemere', 475525600, 175635600, 0),
(20419, 831, 98, 'Gyorujbarat', 476064200, 176487500, 0),
(20420, 831, 98, 'Kapuvar', 475922400, 170288600, 0),
(20421, 831, 98, 'Kimle', 478172600, 173664200, 0),
(20422, 831, 98, 'Mosonmagyarovar', 478678800, 172699400, 0),
(20423, 831, 98, 'Pannonhalma', 475494600, 177553500, 0),
(20424, 831, 98, 'Rabapatona', 476322400, 174800400, 0),
(20425, 831, 98, 'Rajka', 479964300, 171982100, 0),
(20426, 831, 98, 'Sopron', 476850100, 165904900, 0),
(20427, 831, 98, 'Toltestava', 476260900, 177337600, 0),
(20428, 832, 98, 'Balmazujvaros', 476166700, 213500000, 0),
(20429, 832, 98, 'Berettyoujfalu', 472166700, 215500000, 0),
(20430, 832, 98, 'Biharkeresztes', 471333300, 217166700, 0),
(20431, 832, 98, 'Csokmo', 470333300, 213000000, 0),
(20432, 832, 98, 'Debrecen', 475333300, 216333300, 0),
(20433, 832, 98, 'Derecske', 473500000, 215666700, 0),
(20434, 832, 98, 'Ebes', 474666700, 215000000, 0),
(20435, 832, 98, 'Foldes', 473000000, 213666700, 0),
(20436, 832, 98, 'Gorbehaza', 478333300, 212333300, 0),
(20437, 832, 98, 'Hajduboszormeny', 476666700, 215166700, 0),
(20438, 832, 98, 'Hajdudorog', 478166700, 215000000, 0),
(20439, 832, 98, 'Hajdunanas', 478500000, 214333300, 0),
(20440, 832, 98, 'Hajdusamson', 476000000, 217666700, 0),
(20441, 832, 98, 'Hajduszoboszlo', 474500000, 214000000, 0),
(20442, 832, 98, 'Hosszupalyi', 473930300, 217328000, 0),
(20443, 832, 98, 'Kaba', 473500000, 212833300, 0),
(20444, 832, 98, 'Komadi', 470000000, 215000000, 0),
(20445, 832, 98, 'Letavertes', 473833300, 219000000, 0),
(20446, 832, 98, 'Nadudvar', 474166700, 211666700, 0),
(20447, 832, 98, 'Polgar', 478666700, 211166700, 0),
(20448, 832, 98, 'Puspokladany', 473166700, 211166700, 0),
(20449, 832, 98, 'Teglas', 477166700, 216833300, 0),
(20450, 832, 98, 'Vamospercs', 475333300, 219000000, 0),
(20451, 833, 98, 'Belapatfalva', 480500000, 203666700, 0),
(20452, 833, 98, 'Boldog', 476028600, 196883900, 0),
(20453, 833, 98, 'Eger', 479026500, 203732900, 0),
(20454, 833, 98, 'Egerszalok', 478666700, 203333300, 0),
(20455, 833, 98, 'Felsotarkany', 479666700, 204166700, 0),
(20456, 833, 98, 'Fuzesabony', 477500000, 204166700, 0),
(20457, 833, 98, 'Gyongyos', 477825700, 199280000, 0),
(20458, 833, 98, 'Hatvan', 476666700, 196833300, 0),
(20459, 833, 98, 'Hered', 477063800, 196331400, 0),
(20460, 833, 98, 'Heves', 476000000, 202833300, 0),
(20461, 833, 98, 'Hort', 476908100, 197893000, 0),
(20462, 833, 98, 'Kompolt', 477333300, 202500000, 0),
(20463, 833, 98, 'Lorinci', 477329500, 196786700, 0),
(20464, 833, 98, 'Matraderecske', 479500000, 200833300, 0),
(20465, 833, 98, 'Nagyrede', 477654300, 198481900, 0),
(20466, 833, 98, 'Ostoros', 478666700, 204333300, 0),
(20467, 833, 98, 'Petofibanya', 477794200, 197055000, 0),
(20468, 833, 98, 'Poroszlo', 476500000, 206666700, 0),
(20469, 833, 98, 'Rozsaszentmarton', 477820000, 197421000, 0),
(20470, 833, 98, 'Sirok', 479333300, 202000000, 0),
(20471, 833, 98, 'Zagyvaszanto', 477770300, 196709200, 0),
(20472, 834, 98, 'Cibakhaza', 469597600, 201975300, 0),
(20473, 834, 98, 'Jaszalsoszentgyorgy', 473666700, 201000000, 0),
(20474, 834, 98, 'Jaszapati', 475166700, 201500000, 0),
(20475, 834, 98, 'Jaszbereny', 475000000, 199166700, 0),
(20476, 834, 98, 'Jaszdozsa', 475661000, 200153400, 0),
(20477, 834, 98, 'Jaszladany', 473666700, 201666700, 0),
(20478, 834, 98, 'Jaszszentandras', 475833300, 201833300, 0),
(20479, 834, 98, 'Karcag', 473166700, 209333300, 0),
(20480, 834, 98, 'Kisujszallas', 472166700, 207666700, 0),
(20481, 834, 98, 'Kunhegyes', 473666700, 206333300, 0),
(20482, 834, 98, 'Mezotur', 470000000, 206333300, 0),
(20483, 834, 98, 'Szajol', 471833300, 203000000, 0),
(20484, 834, 98, 'Szolnok', 471833300, 202000000, 0),
(20485, 834, 98, 'Tiszafured', 476166700, 207666700, 0),
(20486, 834, 98, 'Torokszentmiklos', 471833300, 204166700, 0),
(20487, 834, 98, 'Toszeg', 471000000, 201500000, 0),
(20488, 834, 98, 'Turkeve', 471000000, 207500000, 0),
(20489, 835, 98, 'Acs', 477123100, 180113100, 0),
(20490, 835, 98, 'Baj', 476459300, 183641000, 0),
(20491, 835, 98, 'Bajna', 476540000, 185972000, 0),
(20492, 835, 98, 'Bokod', 474918600, 182474300, 0),
(20493, 835, 98, 'Csaszar', 474980000, 181427200, 0),
(20494, 835, 98, 'Csolnok', 476911600, 187161100, 0),
(20495, 835, 98, 'Dorog', 477209500, 187364000, 0),
(20496, 835, 98, 'Esztergom', 477928000, 187414800, 0),
(20497, 835, 98, 'Kisber', 475028900, 180366500, 0),
(20498, 835, 98, 'Kocs', 476075000, 182151700, 0),
(20499, 835, 98, 'Komarom', 477431800, 181191300, 0),
(20500, 835, 98, 'Kornye', 475466800, 183208000, 0),
(20501, 835, 98, 'Labatlan', 477473500, 184962300, 0),
(20502, 835, 98, 'Nyergesujfalu', 477602700, 185569400, 0),
(20503, 835, 98, 'Oroszlany', 474867100, 183122500, 0),
(20504, 835, 98, 'Sarisap', 476770000, 186793300, 0),
(20505, 835, 98, 'Tata', 476528900, 183183800, 0),
(20506, 835, 98, 'Tatabanya', 475849400, 183932500, 0),
(20507, 835, 98, 'Tokod', 477227700, 186588900, 0),
(20508, 836, 98, 'Balassagyarmat', 480729600, 192961400, 0),
(20509, 836, 98, 'Batonyterenye', 479696200, 198407600, 0),
(20510, 836, 98, 'Bercel', 478705700, 194071500, 0),
(20511, 836, 98, 'Ersekvadkert', 479961900, 192023100, 0),
(20512, 836, 98, 'Karancslapujto', 481500000, 197333300, 0),
(20513, 836, 98, 'Matraterenye', 480326700, 199476200, 0),
(20514, 836, 98, 'Paszto', 479201900, 196982900, 0),
(20515, 836, 98, 'Retsag', 479281600, 191372000, 0),
(20516, 836, 98, 'Salgotarjan', 480987200, 198030300, 0),
(20517, 836, 98, 'Somoskoujfalu', 481637400, 198230300, 0),
(20518, 836, 98, 'Szecseny', 480805700, 195201900, 0),
(20519, 837, 98, 'Abony', 471899000, 200047600, 0),
(20520, 837, 98, 'Albertirsa', 472431500, 196168600, 0),
(20521, 837, 98, 'Aszod', 476517400, 194785000, 0),
(20522, 837, 98, 'Bag', 476333300, 194833300, 0),
(20523, 837, 98, 'Biatorbagy', 474706000, 188189200, 0),
(20524, 837, 98, 'Budakalasz', 476166700, 190500000, 0),
(20525, 837, 98, 'Budakeszi', 475108300, 189271700, 0),
(20526, 837, 98, 'Budaors', 474618100, 189584500, 0),
(20527, 837, 98, 'Cegled', 471726600, 197995200, 0),
(20528, 837, 98, 'Csemo', 471179900, 196909200, 0),
(20529, 837, 98, 'Csomor', 475500000, 192333300, 0),
(20530, 837, 98, 'Dabas', 471859400, 193109100, 0),
(20531, 837, 98, 'Dany', 475200000, 195440000, 0),
(20532, 837, 98, 'Diosd', 474095000, 189489800, 0),
(20533, 837, 98, 'Dunaharaszti', 473545000, 190982200, 0),
(20534, 837, 98, 'Dunakeszi', 476364000, 191386400, 0),
(20535, 837, 98, 'Ecser', 474438900, 193245000, 0),
(20536, 837, 98, 'Erd', 473948900, 189136000, 0),
(20537, 837, 98, 'Fot', 476177000, 191887000, 0),
(20538, 837, 98, 'God', 476832400, 191341700, 0),
(20539, 837, 98, 'Godollo', 475965700, 193551500, 0),
(20540, 837, 98, 'Gyal', 473844900, 192214000, 0),
(20541, 837, 98, 'Gyomro', 474273300, 194013300, 0),
(20542, 837, 98, 'Halasztelek', 473617300, 189811900, 0),
(20543, 837, 98, 'Hernad', 471623800, 194329500, 0),
(20544, 837, 98, 'Hevizgyoerk', 476333300, 195166700, 0),
(20545, 837, 98, 'Inarcs', 472620000, 193270000, 0),
(20546, 837, 98, 'Isaszeg', 475301100, 194020500, 0),
(20547, 837, 98, 'Kakucs', 472420000, 193646700, 0),
(20548, 837, 98, 'Kartal', 476713300, 195420000, 0),
(20549, 837, 98, 'Kerepes', 475600800, 192828900, 0),
(20550, 837, 98, 'Kiskunlachaza', 471883900, 190093000, 0),
(20551, 837, 98, 'Kismaros', 478374200, 190046300, 0),
(20552, 837, 98, 'Kistarcsa', 475475700, 192624700, 0),
(20553, 837, 98, 'Kocser', 470016500, 199206700, 0),
(20554, 837, 98, 'Kosd', 478079100, 191782100, 0),
(20555, 837, 98, 'Leanyfalu', 477177800, 190858500, 0),
(20556, 837, 98, 'Maglod', 474425800, 193643800, 0),
(20557, 837, 98, 'Mogyorod', 475974800, 192407000, 0),
(20558, 837, 98, 'Monor', 473513300, 194473400, 0),
(20559, 837, 98, 'Nagykata', 474151400, 197441000, 0),
(20560, 837, 98, 'Nagykoros', 470341900, 197785700, 0),
(20561, 837, 98, 'Nagykovacsi', 476500000, 190166700, 0),
(20562, 837, 98, 'Nagymaros', 477928000, 189598400, 0),
(20563, 837, 98, 'Nagytarcsa', 475312800, 192834300, 0),
(20564, 837, 98, 'Ocsa', 472998600, 192305700, 0),
(20565, 837, 98, 'Orbottyan', 476871100, 192823900, 0),
(20566, 837, 98, 'Paty', 475170900, 188285100, 0),
(20567, 837, 98, 'Pecel', 474896200, 193416200, 0),
(20568, 837, 98, 'Perbal', 475895700, 187609900, 0),
(20569, 837, 98, 'Peteri', 473910400, 194098100, 0),
(20570, 837, 98, 'Pilisborosjeno', 476074400, 189932200, 0),
(20571, 837, 98, 'Piliscsaba', 476341700, 188288600, 0),
(20572, 837, 98, 'Pilisvorosvar', 476138600, 189089300, 0),
(20573, 837, 98, 'Pomaz', 476422700, 190278400, 0),
(20574, 837, 98, 'Rackeve', 471609500, 189447800, 0),
(20575, 837, 98, 'Solymar', 475924600, 189321200, 0),
(20576, 837, 98, 'Soskut', 474066500, 188224700, 0),
(20577, 837, 98, 'Szada', 476333300, 193166700, 0),
(20578, 837, 98, 'Szazhalombatta', 473257900, 189214200, 0),
(20579, 837, 98, 'Szentendre', 476694300, 190756100, 0),
(20580, 837, 98, 'Szigetcsep', 472649200, 189704800, 0),
(20581, 837, 98, 'Szigethalom', 473222800, 190026200, 0),
(20582, 837, 98, 'Szigetszentmiklos', 473438200, 190433500, 0),
(20583, 837, 98, 'Szod', 477243900, 191704600, 0),
(20584, 837, 98, 'Taksony', 473296800, 190669400, 0),
(20585, 837, 98, 'Tapioszele', 473360900, 198772400, 0),
(20586, 837, 98, 'Tapioszolos', 473024800, 198513300, 0),
(20587, 837, 98, 'Tarnok', 473732700, 188457900, 0),
(20588, 837, 98, 'Telki', 475479000, 188281600, 0),
(20589, 837, 98, 'Toekoel', 473217800, 189624900, 0),
(20590, 837, 98, 'Toeroekbalint', 474293100, 189135600, 0),
(20591, 837, 98, 'Tura', 476092400, 196027900, 0),
(20592, 837, 98, 'Ujhartyan', 472198100, 193863800, 0),
(20593, 837, 98, 'Ullo', 473877100, 193553300, 0),
(20594, 837, 98, 'Urom', 475967400, 190158300, 0),
(20595, 837, 98, 'Vac', 477759100, 191361200, 0),
(20596, 837, 98, 'Vacszentlaszlo', 475740000, 195377100, 0),
(20597, 837, 98, 'Valko', 475639100, 195126700, 0),
(20598, 837, 98, 'Vecses', 474070500, 192864800, 0),
(20599, 837, 98, 'Veresegyhaz', 476459000, 192953600, 0),
(20600, 837, 98, 'Zsambek', 475481400, 187201100, 0),
(20601, 838, 98, 'Adand', 468593100, 181644200, 0),
(20602, 838, 98, 'Balatonbereny', 467070200, 173201300, 0),
(20603, 838, 98, 'Balatonboglar', 467752500, 176441400, 0),
(20604, 838, 98, 'Balatonfoldvar', 468525500, 178812300, 0),
(20605, 838, 98, 'Balatonlelle', 467831800, 176949800, 0),
(20606, 838, 98, 'Barcs', 459600000, 174586100, 0),
(20607, 838, 98, 'Fonyod', 467555200, 175794500, 0),
(20608, 838, 98, 'Kaposmero', 463616700, 177040000, 0),
(20609, 838, 98, 'Kaposvar', 463666700, 178000000, 0),
(20610, 838, 98, 'Marcali', 465849800, 174119600, 0),
(20611, 838, 98, 'Nagyatad', 462296100, 173578800, 0),
(20612, 838, 98, 'Nagybajom', 463923200, 175114700, 0),
(20613, 838, 98, 'Siofok', 469041200, 180580000, 0),
(20614, 838, 98, 'Tab', 467313500, 180320100, 0),
(20615, 838, 98, 'Taszar', 463746700, 179059400, 0),
(20616, 839, 98, 'Balkany', 477706600, 218631400, 0),
(20617, 839, 98, 'Csenger', 478358200, 226809600, 0),
(20618, 839, 98, 'Dombrad', 482333300, 219333300, 0),
(20619, 839, 98, 'Fehergyarmat', 479833300, 225166700, 0),
(20620, 839, 98, 'Fenyeslitke', 482713300, 221000900, 0),
(20621, 839, 98, 'Ibrany', 481333300, 217166700, 0),
(20622, 839, 98, 'Kisvarda', 482166700, 220833300, 0),
(20623, 839, 98, 'Kotaj', 480500000, 217166700, 0),
(20624, 839, 98, 'Mariapocs', 478830200, 220250200, 0),
(20625, 839, 98, 'Mateszalka', 479552800, 223234800, 0),
(20626, 839, 98, 'Nyirbator', 478333300, 221333300, 0),
(20627, 839, 98, 'Nyirbogdany', 480572300, 218824200, 0),
(20628, 839, 98, 'Nyiregyhaza', 479553900, 217167100, 0),
(20629, 839, 98, 'Nyirpazony', 479833300, 218000000, 0),
(20630, 839, 98, 'Nyirtelek', 480166700, 216333300, 0),
(20631, 839, 98, 'Ofeherto', 479333300, 220500000, 0),
(20632, 839, 98, 'Okoritofulpos', 479186200, 225081000, 0),
(20633, 839, 98, 'Patroha', 481666700, 220000000, 0),
(20634, 839, 98, 'Petnehaza', 480608400, 220748500, 0),
(20635, 839, 98, 'Tiszabercel', 481500000, 216500000, 0),
(20636, 839, 98, 'Tiszavasvari', 479666700, 213500000, 0),
(20637, 839, 98, 'Tuzser', 483440700, 221176200, 0),
(20638, 839, 98, 'Ujfeherto', 478000000, 216833300, 0),
(20639, 839, 98, 'Vaja', 480057400, 221676100, 0),
(20640, 839, 98, 'Vasarosnameny', 481333300, 223166700, 0),
(20641, 839, 98, 'Zahony', 484090600, 221761400, 0),
(20642, 840, 98, 'Bonyhad', 462992100, 185302400, 0),
(20643, 840, 98, 'Decs', 462842800, 187600000, 0),
(20644, 840, 98, 'Dombovar', 463765700, 181369600, 0),
(20645, 840, 98, 'Paks', 466264800, 188596200, 0),
(20646, 840, 98, 'Simontornya', 467546200, 185549000, 0),
(20647, 840, 98, 'Szekszard', 463501400, 187090500, 0),
(20648, 840, 98, 'Tamasi', 466333300, 182833300, 0),
(20649, 840, 98, 'Tolna', 464267600, 187824800, 0),
(20650, 840, 98, 'Zomba', 464108400, 185657700, 0),
(20651, 841, 98, 'Celldomolk', 472571200, 171502700, 0),
(20652, 841, 98, 'Gencsapati', 472849600, 165957500, 0),
(20653, 841, 98, 'Kormend', 470109600, 166059600, 0),
(20654, 841, 98, 'Koszeg', 473892200, 165410000, 0),
(20655, 841, 98, 'Repcelak', 474210500, 170179500, 0),
(20656, 841, 98, 'Sarvar', 472539500, 169352500, 0),
(20657, 841, 98, 'Szentgotthard', 469526100, 162735800, 0),
(20658, 841, 98, 'Szombathely', 472308800, 166215500, 0),
(20659, 841, 98, 'Taplanszentkereszt', 471949600, 166961300, 0),
(20660, 842, 98, 'Ajka', 471019600, 175589200, 0),
(20661, 842, 98, 'Badacsonytomaj', 468071100, 175138500, 0),
(20662, 842, 98, 'Balatonalmadi', 470352600, 180207600, 0),
(20663, 842, 98, 'Balatonfured', 469618800, 178718700, 0),
(20664, 842, 98, 'Balatonkenese', 470401900, 181067100, 0),
(20665, 842, 98, 'Csabrendek', 470135600, 172910800, 0),
(20666, 842, 98, 'Cseteny', 473180600, 179920800, 0),
(20667, 842, 98, 'Devecser', 471031600, 174380200, 0),
(20668, 842, 98, 'Hajmasker', 471451300, 180196400, 0),
(20669, 842, 98, 'Liter', 471010400, 180045400, 0),
(20670, 842, 98, 'Nagygyimot', 473399200, 175501700, 0),
(20671, 842, 98, 'Nemesvamos', 470551400, 178747700, 0),
(20672, 842, 98, 'Papa', 473300400, 174674000, 0),
(20673, 842, 98, 'Tapolca', 468815200, 174411700, 0),
(20674, 842, 98, 'Tihany', 469136900, 178891800, 0),
(20675, 842, 98, 'Varpalota', 471993600, 181395400, 0),
(20676, 842, 98, 'Veszprem', 470932700, 179114900, 0),
(20677, 842, 98, 'Zanka', 468806100, 176742600, 0),
(20678, 842, 98, 'Zirc', 472636200, 178737300, 0),
(20679, 843, 98, 'Becsehely', 464475500, 167771000, 0),
(20680, 843, 98, 'Heviz', 467903100, 171840800, 0),
(20681, 843, 98, 'Keszthely', 467681200, 172431700, 0),
(20682, 843, 98, 'Lenti', 466240300, 165386300, 0),
(20683, 843, 98, 'Letenye', 464330100, 167258300, 0),
(20684, 843, 98, 'Nagykanizsa', 464534700, 169910400, 0),
(20685, 843, 98, 'Sarmellek', 467122100, 171686500, 0),
(20686, 843, 98, 'Vonyarcvashegy', 467574200, 173117200, 0),
(20687, 843, 98, 'Zalaegerszeg', 468400000, 168438900, 0),
(20688, 843, 98, 'Zalalovo', 468480200, 165875000, 0),
(20689, 843, 98, 'Zalaszentgrot', 469447400, 170792500, 0),
(20690, 844, 99, 'Egilsstadir', 652653300, -143948400, 0),
(20691, 844, 99, 'Hofn', 642538700, -152082000, 0),
(20692, 845, 99, 'Gardabar', 640886500, -219229800, 0),
(20693, 845, 99, 'Hafnarfjordur', 640671000, -219377400, 0),
(20694, 845, 99, 'Kopavogur', 641123400, -219129800, 0),
(20695, 845, 99, 'Mosfellsbaer', 641666700, -217000000, 0),
(20696, 845, 99, 'Reykjavik', 641354800, -218954100, 0),
(20697, 845, 99, 'Seltjarnarnes', 641500000, -220000000, 0),
(20698, 846, 99, 'Akureyri', 656835300, -180878000, 0),
(20699, 847, 99, 'Saudarkrokur', 657461100, -196394400, 0),
(20700, 848, 99, 'Hveragerdi', 640005700, -211887400, 0),
(20701, 848, 99, 'Selfoss', 639331100, -209971200, 0),
(20702, 848, 99, 'Vestmannaeyjar', 634427300, -202733900, 0),
(20703, 849, 99, 'Alftanes', 641000000, -220166700, 0),
(20704, 849, 99, 'Keflavik', 640049200, -225624200, 0),
(20705, 850, 99, 'Isafjoerdur', 660754900, -231240000, 0),
(20706, 851, 99, 'Akranes', 643217900, -220749000, 0),
(20707, 851, 99, 'Borgarnes', 645383400, -219206400, 0),
(20708, 852, 100, 'Bamboo Flat', 117000000, 927166700, 0),
(20709, 852, 100, 'Port Blair', 116666700, 927500000, 0),
(20710, 853, 100, 'Addanki', 158166700, 799833300, 0),
(20711, 853, 100, 'Adoni', 156333300, 772833300, 0),
(20712, 853, 100, 'Akividu', 166000000, 813833300, 0),
(20713, 853, 100, 'Akkarampalle', 136500000, 794200000, 0),
(20714, 853, 100, 'Amalapuram', 165833300, 820166700, 0),
(20715, 853, 100, 'Anantapur', 146833300, 776000000, 0),
(20716, 853, 100, 'Badvel', 147500000, 790500000, 0),
(20717, 853, 100, 'Banganapalle', 153166700, 782333300, 0),
(20718, 853, 100, 'Bapatla', 159000000, 804666700, 0),
(20719, 853, 100, 'Betamcherla', 154666700, 781666700, 0),
(20720, 853, 100, 'Bhattiprolu', 161000000, 807833300, 0),
(20721, 853, 100, 'Bhimavaram', 165333300, 815333300, 0),
(20722, 853, 100, 'Bhimunipatnam', 178833300, 834333300, 0),
(20723, 853, 100, 'Bobbili', 185666700, 833666700, 0),
(20724, 853, 100, 'Challapalle', 161166700, 809333300, 0),
(20725, 853, 100, 'Cuddapah', 144666700, 788166700, 0),
(20726, 853, 100, 'Dharmavaram', 144333300, 777166700, 0),
(20727, 853, 100, 'Dhone', 154166700, 778833300, 0),
(20728, 853, 100, 'Eluru', 167000000, 811000000, 0),
(20729, 853, 100, 'Emmiganuru', 157333300, 774833300, 0),
(20730, 853, 100, 'Gajuwaka', 177000000, 832166700, 0),
(20731, 853, 100, 'Gannavaram', 165333300, 808000000, 0),
(20732, 853, 100, 'Gudivada', 164500000, 809833300, 0),
(20733, 853, 100, 'Guntur', 163000000, 804500000, 0),
(20734, 853, 100, 'Hindupur', 138288900, 774933300, 0),
(20735, 853, 100, 'Ichchapuram', 191166700, 847000000, 0),
(20736, 853, 100, 'Kaikalur', 165666700, 812000000, 0),
(20737, 853, 100, 'Kakinada', 169333300, 822166700, 0),
(20738, 853, 100, 'Kanigiri', 154000000, 795166700, 0),
(20739, 853, 100, 'Kavali', 149166700, 799833300, 0),
(20740, 853, 100, 'Kovur', 144833300, 799833300, 0),
(20741, 853, 100, 'Kovvur', 170166700, 817333300, 0),
(20742, 853, 100, 'Kuppam', 127500000, 783666700, 0),
(20743, 853, 100, 'Macherla', 164833300, 794333300, 0),
(20744, 853, 100, 'Machilipatnam', 161666700, 811333300, 0),
(20745, 853, 100, 'Madanapalle', 135500000, 785000000, 0),
(20746, 853, 100, 'Madugula', 179166700, 828000000, 0),
(20747, 853, 100, 'Mandapeta', 168666700, 819333300, 0),
(20748, 853, 100, 'Mangalagiri', 164333300, 805500000, 0),
(20749, 853, 100, 'Nagari', 133333300, 795833300, 0),
(20750, 853, 100, 'Nandigama', 167833300, 803000000, 0),
(20751, 853, 100, 'Nandyal', 154833300, 784833300, 0),
(20752, 853, 100, 'Narasannapeta', 184166700, 840500000, 0),
(20753, 853, 100, 'Narasaraopet', 162500000, 800666700, 0),
(20754, 853, 100, 'Nellore', 144333300, 799666700, 0),
(20755, 853, 100, 'Ongole', 155000000, 800500000, 0),
(20756, 853, 100, 'Pakala', 134666700, 791166700, 0),
(20757, 853, 100, 'Palakollu', 165333300, 817333300, 0),
(20758, 853, 100, 'Parlakimidi', 187666700, 840833300, 0),
(20759, 853, 100, 'Penukonda', 140833300, 775833300, 0),
(20760, 853, 100, 'Phirangipuram', 163000000, 802666700, 0),
(20761, 853, 100, 'Pithapuram', 171166700, 822666700, 0),
(20762, 853, 100, 'Ponnur', 160711400, 805494400, 0),
(20763, 853, 100, 'Proddatur', 147333300, 785500000, 0),
(20764, 853, 100, 'Puttur', 134500000, 795500000, 0),
(20765, 853, 100, 'Rajahmundry', 169833300, 817833300, 0),
(20766, 853, 100, 'Ramachandrapuram', 168500000, 820166700, 0),
(20767, 853, 100, 'Ramanayyapeta', 169451600, 822385000, 0),
(20768, 853, 100, 'Ramapuram', 131166700, 792000000, 0),
(20769, 853, 100, 'Rayadrug', 147000000, 768666700, 0),
(20770, 853, 100, 'Razole', 164833300, 818333300, 0),
(20771, 853, 100, 'Renigunta', 136500000, 795166700, 0),
(20772, 853, 100, 'Repalle', 160166700, 808500000, 0),
(20773, 853, 100, 'Salur', 185333300, 832166700, 0),
(20774, 853, 100, 'Sattenapalle', 164000000, 801833300, 0),
(20775, 853, 100, 'Singarayakonda', 152500000, 800333300, 0),
(20776, 853, 100, 'Sompeta', 189333300, 846000000, 0),
(20777, 853, 100, 'Srikakulam', 183000000, 839000000, 0),
(20778, 853, 100, 'Suluru', 137000000, 800166700, 0),
(20779, 853, 100, 'Tadepallegudem', 168333300, 815000000, 0),
(20780, 853, 100, 'Tirumala', 136833300, 793500000, 0),
(20781, 853, 100, 'Tirupati', 136500000, 794166700, 0),
(20782, 853, 100, 'Uravakonda', 149500000, 772666700, 0),
(20783, 853, 100, 'Venkatagiri', 139666700, 795833300, 0),
(20784, 853, 100, 'Vepagunta', 177784400, 832157700, 0),
(20785, 853, 100, 'Vijayawada', 165166700, 806166700, 0),
(20786, 853, 100, 'Vinukonda', 160500000, 797500000, 0),
(20787, 853, 100, 'Vishakhapatnam', 176900400, 832092500, 0),
(20788, 853, 100, 'Vizianagaram', 181166700, 834166700, 0),
(20789, 853, 100, 'Yanam', 167333300, 822166700, 0),
(20790, 853, 100, 'Yanamalakuduru', 164853100, 806674600, 0),
(20791, 853, 100, 'Yarada', 176500000, 832666700, 0),
(20792, 854, 100, 'Bomdila', 272500000, 924000000, 0),
(20793, 854, 100, 'Khonsa', 270166700, 955666700, 0),
(20794, 854, 100, 'Naharlagun', 271046700, 936951800, 0),
(20795, 854, 100, 'Tezu', 279166700, 961666700, 0),
(20796, 855, 100, 'Amguri', 268000000, 945333300, 0),
(20797, 855, 100, 'Barpeta', 263166700, 910000000, 0),
(20798, 855, 100, 'Barpeta Road', 265028400, 909693700, 0),
(20799, 855, 100, 'Bijni', 264958800, 907029800, 0),
(20800, 855, 100, 'Chabua', 274833300, 951833300, 0),
(20801, 855, 100, 'Dhuburi', 260333300, 899666700, 0),
(20802, 855, 100, 'Dibrugarh', 274833300, 949000000, 0),
(20803, 855, 100, 'Digboi', 273833300, 956333300, 0),
(20804, 855, 100, 'Dimapur', 259000000, 937333300, 0),
(20805, 855, 100, 'Dispur', 261425000, 917888900, 0),
(20806, 855, 100, 'Dum Duma', 275666700, 955666700, 0),
(20807, 855, 100, 'Guwahati', 261861700, 917509500, 0),
(20808, 855, 100, 'Haflong', 251833300, 930333300, 0),
(20809, 855, 100, 'Hailakandi', 246833300, 925666700, 0),
(20810, 855, 100, 'Hojai', 260000000, 928666700, 0),
(20811, 855, 100, 'Howli', 264333300, 909666700, 0),
(20812, 855, 100, 'Jorhat', 267500000, 942166700, 0),
(20813, 855, 100, 'Lakhipur', 248000000, 930166700, 0),
(20814, 855, 100, 'Mariani', 266666700, 943333300, 0),
(20815, 855, 100, 'Marigaon', 263795700, 923414600, 0),
(20816, 855, 100, 'North Guwahati', 262013900, 917236100, 0),
(20817, 855, 100, 'Sarupathar', 261984200, 938094200, 0),
(20818, 855, 100, 'Silchar', 248166700, 928000000, 0),
(20819, 855, 100, 'Tezpur', 266333300, 928000000, 0),
(20820, 855, 100, 'Tinsukia', 275000000, 953666700, 0),
(20821, 855, 100, 'Titabar', 266000000, 942000000, 0),
(20822, 856, 100, 'Amarpur', 250333300, 869000000, 0),
(20823, 856, 100, 'Araria', 261500000, 875166700, 0),
(20824, 856, 100, 'Aurangabad', 247500000, 843666700, 0),
(20825, 856, 100, 'Banka', 248833300, 869166700, 0),
(20826, 856, 100, 'Bansdih', 258833300, 842166700, 0),
(20827, 856, 100, 'Bar Bigha', 252166700, 857333300, 0),
(20828, 856, 100, 'Begusarai', 254166700, 861333300, 0),
(20829, 856, 100, 'Bettiah', 268000000, 845000000, 0),
(20830, 856, 100, 'Bhagalpur', 252500000, 870000000, 0),
(20831, 856, 100, 'Bodh Gaya', 247000000, 849833300, 0),
(20832, 856, 100, 'Chakia', 264166700, 850500000, 0),
(20833, 856, 100, 'Colgong', 252666700, 872166700, 0),
(20834, 856, 100, 'Danapur', 256333300, 850500000, 0),
(20835, 856, 100, 'Darbhanga', 261666700, 859000000, 0),
(20836, 856, 100, 'Dehri', 248666700, 841833300, 0),
(20837, 856, 100, 'Dhaka', 266833300, 851666700, 0),
(20838, 856, 100, 'Dumra', 265666700, 855166700, 0),
(20839, 856, 100, 'Fatwa', 255166700, 853166700, 0),
(20840, 856, 100, 'Forbesganj', 263000000, 872500000, 0),
(20841, 856, 100, 'Gaya', 247833300, 850000000, 0),
(20842, 856, 100, 'Gopalganj', 264666700, 844333300, 0),
(20843, 856, 100, 'Hajipur', 256833300, 852166700, 0),
(20844, 856, 100, 'Hilsa', 253166700, 852833300, 0),
(20845, 856, 100, 'Islampur', 251500000, 852000000, 0),
(20846, 856, 100, 'Jahanabad', 252166700, 849833300, 0),
(20847, 856, 100, 'Jamui', 249166700, 862166700, 0),
(20848, 856, 100, 'Katihar', 255333300, 875833300, 0),
(20849, 856, 100, 'Khagaul', 255833300, 850500000, 0),
(20850, 856, 100, 'Kharagpur', 251166700, 865500000, 0),
(20851, 856, 100, 'Koelwar', 255833300, 848000000, 0),
(20852, 856, 100, 'Madhipura', 259166700, 867833300, 0),
(20853, 856, 100, 'Maharajganj', 261166700, 844833300, 0),
(20854, 856, 100, 'Mokama', 254000000, 859166700, 0),
(20855, 856, 100, 'Motihari', 266500000, 849166700, 0),
(20856, 856, 100, 'Munger', 253833300, 864666700, 0),
(20857, 856, 100, 'Muzaffarpur', 261166700, 854000000, 0),
(20858, 856, 100, 'Naugachhia', 254000000, 871000000, 0),
(20859, 856, 100, 'Nawada', 248833300, 855333300, 0),
(20860, 856, 100, 'Patna', 256000000, 851166700, 0),
(20861, 856, 100, 'Purnia', 257833300, 874666700, 0),
(20862, 856, 100, 'Ramnagar', 271666700, 843166700, 0),
(20863, 856, 100, 'Sagauli', 267833300, 847333300, 0),
(20864, 856, 100, 'Saharsa', 258833300, 866000000, 0),
(20865, 856, 100, 'Samastipur', 258500000, 857833300, 0),
(20866, 856, 100, 'Sherghati', 245666700, 847833300, 0),
(20867, 856, 100, 'Silao', 250833300, 854166700, 0),
(20868, 856, 100, 'Siwan', 262166700, 843666700, 0),
(20869, 856, 100, 'Thakurganj', 264500000, 881333300, 0),
(20870, 857, 100, 'Chandigarh', 307343000, 767933000, 0),
(20871, 858, 100, 'Ambikapur', 231166700, 832000000, 0),
(20872, 858, 100, 'Baikunthpur', 232500000, 825500000, 0),
(20873, 858, 100, 'Bhatapara', 217333300, 819333300, 0),
(20874, 858, 100, 'Bhatgaon', 211500000, 817000000, 0),
(20875, 858, 100, 'Bhilai', 212166700, 814333300, 0),
(20876, 858, 100, 'Bilaspur', 220833300, 821500000, 0),
(20877, 858, 100, 'Champa', 220500000, 826500000, 0),
(20878, 858, 100, 'Dhamtari', 207072200, 815497200, 0),
(20879, 858, 100, 'Durg', 211833300, 812833300, 0),
(20880, 858, 100, 'Gharghoda', 221666700, 833500000, 0),
(20881, 858, 100, 'Gumla', 230500000, 845500000, 0),
(20882, 858, 100, 'Jagdalpur', 190666700, 820333300, 0),
(20883, 858, 100, 'Kanker', 202719400, 814930600, 0),
(20884, 858, 100, 'Kawardha', 220166700, 812500000, 0),
(20885, 858, 100, 'Korba', 223500000, 826833300, 0),
(20886, 858, 100, 'Kota', 223000000, 820333300, 0),
(20887, 858, 100, 'Kurud', 208322200, 817213900, 0),
(20888, 858, 100, 'Pasan', 228500000, 822000000, 0),
(20889, 858, 100, 'Raigarh', 219000000, 834000000, 0),
(20890, 858, 100, 'Raipur', 212333300, 816333300, 0),
(20891, 858, 100, 'Raj Nandgaon', 211000000, 810333300, 0),
(20892, 858, 100, 'Simga', 216333300, 817000000, 0),
(20893, 859, 100, 'Amli', 202833300, 730166700, 0),
(20894, 859, 100, 'Silvassa', 202666700, 730166700, 0),
(20895, 860, 100, 'Daman', 204166700, 728500000, 0),
(20896, 861, 100, 'Alipur', 288000000, 771500000, 0),
(20897, 861, 100, 'Bawana', 288000000, 770333300, 0),
(20898, 861, 100, 'Delhi', 286666700, 772166700, 0),
(20899, 861, 100, 'Nangloi Jat', 286833300, 770666700, 0),
(20900, 861, 100, 'New Delhi', 286357600, 772244500, 0),
(20901, 861, 100, 'Pitampura', 286896400, 771312600, 0),
(20902, 862, 100, 'Bambolim', 154500000, 738500000, 0),
(20903, 862, 100, 'Bandora', 154000000, 739666700, 0),
(20904, 862, 100, 'Calangute', 155439000, 737553000, 0),
(20905, 862, 100, 'Candolim', 155180700, 737625900, 0),
(20906, 862, 100, 'Chicalim', 154000000, 738333300, 0),
(20907, 862, 100, 'Cortalim', 153833300, 738833300, 0),
(20908, 862, 100, 'Dicholi', 156000000, 739500000, 0),
(20909, 862, 100, 'Goa Velha', 154333300, 738666700, 0),
(20910, 862, 100, 'Kankon', 150166700, 740166700, 0),
(20911, 862, 100, 'Madgaon', 153000000, 739500000, 0),
(20912, 862, 100, 'Mapuca', 155915400, 738089800, 0),
(20913, 862, 100, 'Marmagao', 154000000, 738000000, 0),
(20914, 862, 100, 'Navelim', 155333300, 739833300, 0),
(20915, 862, 100, 'Panaji', 154833300, 738333300, 0),
(20916, 862, 100, 'Ponda', 154000000, 740166700, 0),
(20917, 862, 100, 'Raia', 153000000, 739666700, 0),
(20918, 862, 100, 'Sancoale', 153666700, 739000000, 0),
(20919, 862, 100, 'Sanguem', 152333300, 741666700, 0),
(20920, 862, 100, 'Sanvordem', 152666700, 741166700, 0),
(20921, 862, 100, 'Serula', 155333300, 738333300, 0),
(20922, 862, 100, 'Solim', 156166700, 737666700, 0),
(20923, 862, 100, 'Vagator', 155976600, 737449600, 0),
(20924, 862, 100, 'Vasco Da Gama', 153958500, 738156800, 0),
(20925, 863, 100, 'Adalaj', 231666700, 725833300, 0),
(20926, 863, 100, 'Ahmedabad', 230333300, 726166700, 0),
(20927, 863, 100, 'Ahwa', 207500000, 736833300, 0),
(20928, 863, 100, 'Amreli', 216166700, 712333300, 0),
(20929, 863, 100, 'Amroli', 213000000, 728500000, 0),
(20930, 863, 100, 'Anand', 225666700, 729333300, 0),
(20931, 863, 100, 'Anjar', 231333300, 700166700, 0),
(20932, 863, 100, 'Ankleshwar', 216000000, 730000000, 0),
(20933, 863, 100, 'Bardoli', 211166700, 731166700, 0),
(20934, 863, 100, 'Bedi', 225000000, 700500000, 0),
(20935, 863, 100, 'Bhachau', 232833300, 703500000, 0),
(20936, 863, 100, 'Bhanvad', 219263900, 697736100, 0),
(20937, 863, 100, 'Bharuch', 217000000, 729666700, 0),
(20938, 863, 100, 'Bhavnagar', 217666700, 721500000, 0),
(20939, 863, 100, 'Bhuj', 232666700, 696666700, 0),
(20940, 863, 100, 'Borsad', 224166700, 729000000, 0),
(20941, 863, 100, 'Botad', 221666700, 716666700, 0),
(20942, 863, 100, 'Chikhli', 207500000, 730666700, 0),
(20943, 863, 100, 'Chotila', 224166700, 711833300, 0),
(20944, 863, 100, 'Dahod', 228333300, 742666700, 0),
(20945, 863, 100, 'Dhola', 218833300, 717833300, 0),
(20946, 863, 100, 'Dhrangadhra', 229833300, 714666700, 0),
(20947, 863, 100, 'Dhrol', 225666700, 704166700, 0),
(20948, 863, 100, 'Disa', 242500000, 721666700, 0),
(20949, 863, 100, 'Dwarka', 222394400, 689677800, 0),
(20950, 863, 100, 'Gadhada', 219666700, 715666700, 0),
(20951, 863, 100, 'Gandevi', 208166700, 729833300, 0),
(20952, 863, 100, 'Gandhinagar', 232166700, 726833300, 0),
(20953, 863, 100, 'Godhra', 227500000, 736333300, 0),
(20954, 863, 100, 'Gondal', 219666700, 708000000, 0),
(20955, 863, 100, 'Halol', 225000000, 734666700, 0),
(20956, 863, 100, 'Hansot', 215833300, 728000000, 0),
(20957, 863, 100, 'Harij', 237000000, 719000000, 0),
(20958, 863, 100, 'Himatnagar', 236000000, 729500000, 0),
(20959, 863, 100, 'Jalalpur', 209666700, 729000000, 0),
(20960, 863, 100, 'Jambusar', 220500000, 728000000, 0),
(20961, 863, 100, 'Jamnagar', 224666700, 700666700, 0),
(20962, 863, 100, 'Jetpur', 217333300, 706166700, 0),
(20963, 863, 100, 'Jhulasan', 233286000, 724731400, 0),
(20964, 863, 100, 'Jodiya Bandar', 227166700, 702833300, 0),
(20965, 863, 100, 'Junagadh', 215166700, 704666700, 0),
(20966, 863, 100, 'Kadi', 233000000, 723333300, 0),
(20967, 863, 100, 'Kalol', 226000000, 734500000, 0),
(20968, 863, 100, 'Kandla', 230333300, 702166700, 0),
(20969, 863, 100, 'Kanodar', 241000000, 723833300, 0),
(20970, 863, 100, 'Karamsad', 225500000, 729000000, 0),
(20971, 863, 100, 'Kathor', 213000000, 729333300, 0),
(20972, 863, 100, 'Keshod', 213000000, 702500000, 0),
(20973, 863, 100, 'Khambhaliya', 222072200, 696683300, 0),
(20974, 863, 100, 'Khambhat', 223000000, 726166700, 0),
(20975, 863, 100, 'Khed Brahma', 240333300, 730500000, 0),
(20976, 863, 100, 'Kheda', 227500000, 726833300, 0),
(20977, 863, 100, 'Kheralu', 238833300, 726166700, 0),
(20978, 863, 100, 'Kosamba', 214833300, 729500000, 0),
(20979, 863, 100, 'Lalpur', 222000000, 699666700, 0),
(20980, 863, 100, 'Lathi', 217166700, 713833300, 0),
(20981, 863, 100, 'Limbdi', 225666700, 718000000, 0),
(20982, 863, 100, 'Lunavada', 231333300, 736166700, 0),
(20983, 863, 100, 'Manavadar', 215000000, 701333300, 0),
(20984, 863, 100, 'Mandal', 233000000, 719166700, 0),
(20985, 863, 100, 'Mansa', 234333300, 726666700, 0),
(20986, 863, 100, 'Mendarda', 213166700, 704333300, 0),
(20987, 863, 100, 'Modasa', 234666700, 733000000, 0),
(20988, 863, 100, 'Morbi', 228166700, 708333300, 0),
(20989, 863, 100, 'Mundra', 228500000, 697333300, 0),
(20990, 863, 100, 'Nadiad', 227000000, 728666700, 0),
(20991, 863, 100, 'Naliya', 232666700, 688333300, 0),
(20992, 863, 100, 'Naroda', 230833300, 726666700, 0),
(20993, 863, 100, 'Okha', 224694400, 690605600, 0),
(20994, 863, 100, 'Olpad', 213333300, 727500000, 0),
(20995, 863, 100, 'Padra', 222333300, 730833300, 0),
(20996, 863, 100, 'Palanpur', 241666700, 724333300, 0),
(20997, 863, 100, 'Patan', 238333300, 721166700, 0),
(20998, 863, 100, 'Porbandar', 216421900, 696092900, 0),
(20999, 863, 100, 'Radhanpur', 238333300, 716000000, 0),
(21000, 863, 100, 'Rajkot', 223000000, 707833300, 0),
(21001, 863, 100, 'Rajula', 210500000, 714333300, 0),
(21002, 863, 100, 'Sachin', 210833300, 728833300, 0),
(21003, 863, 100, 'Sanand', 229833300, 723833300, 0),
(21004, 863, 100, 'Sarkhej', 229833300, 725000000, 0),
(21005, 863, 100, 'Shahpur', 221500000, 707666700, 0),
(21006, 863, 100, 'Siddhapur', 239166700, 723833300, 0),
(21007, 863, 100, 'Sihor', 217000000, 719666700, 0),
(21008, 863, 100, 'Sikka', 224333300, 698333300, 0),
(21009, 863, 100, 'Surat', 211666700, 728333300, 0),
(21010, 863, 100, 'Surendranagar', 227000000, 716833300, 0),
(21011, 863, 100, 'Than', 225666700, 711833300, 0),
(21012, 863, 100, 'Tharad', 243961100, 716266700, 0),
(21013, 863, 100, 'Thasra', 228000000, 732166700, 0),
(21014, 863, 100, 'Umreth', 227000000, 731166700, 0),
(21015, 863, 100, 'Unjha', 238000000, 724000000, 0),
(21016, 863, 100, 'Utran', 212333300, 728666700, 0),
(21017, 863, 100, 'Vadodara', 223000000, 732000000, 0),
(21018, 863, 100, 'Vallabh Vidyanagar', 225333300, 729000000, 0),
(21019, 863, 100, 'Valsad', 206333300, 729333300, 0),
(21020, 863, 100, 'Vapi', 203717500, 729049300, 0),
(21021, 863, 100, 'Veraval', 209000000, 703666700, 0),
(21022, 863, 100, 'Vijapur', 235666700, 727500000, 0),
(21023, 863, 100, 'Visnagar', 237000000, 725500000, 0),
(21024, 863, 100, 'Vyara', 211166700, 734000000, 0),
(21025, 863, 100, 'Wankaner', 226166700, 709333300, 0),
(21026, 864, 100, 'Ambala', 303783300, 767808300, 0),
(21027, 864, 100, 'Asandh', 295166700, 766000000, 0),
(21028, 864, 100, 'Ateli', 281000000, 762833300, 0),
(21029, 864, 100, 'Bahadurgarh', 286833300, 769166700, 0),
(21030, 864, 100, 'Barwala', 293833300, 759166700, 0),
(21031, 864, 100, 'Bawal', 280833300, 765833300, 0),
(21032, 864, 100, 'Bhiwani', 287833300, 761333300, 0),
(21033, 864, 100, 'Bilaspur', 303166700, 773166700, 0),
(21034, 864, 100, 'Chandigarh', 307500000, 767800000, 0),
(21035, 864, 100, 'Charkhi Dadri', 286000000, 762666700, 0),
(21036, 864, 100, 'Dabwali', 299500000, 747333300, 0),
(21037, 864, 100, 'Dharuhera', 282166700, 767833300, 0),
(21038, 864, 100, 'Ellenabad', 294500000, 746500000, 0),
(21039, 864, 100, 'Faridabad', 284333300, 773166700, 0),
(21040, 864, 100, 'Fatehabad', 295166700, 754500000, 0),
(21041, 864, 100, 'Gharaunda', 295375000, 769716700, 0),
(21042, 864, 100, 'Gohana', 291333300, 767000000, 0),
(21043, 864, 100, 'Gurgaon', 284666700, 770333300, 0),
(21044, 864, 100, 'Hansi', 291000000, 759666700, 0),
(21045, 864, 100, 'Hisar', 291666700, 757166700, 0),
(21046, 864, 100, 'Jakhal', 298000000, 758333300, 0),
(21047, 864, 100, 'Jhajjar', 286063000, 766565000, 0),
(21048, 864, 100, 'Jind', 293166700, 763166700, 0),
(21049, 864, 100, 'Kaithal', 298000000, 763833300, 0),
(21050, 864, 100, 'Kalanaur', 288333300, 764000000, 0),
(21051, 864, 100, 'Kalina Khas', 283333300, 763166700, 0),
(21052, 864, 100, 'Karnal', 296833300, 769833300, 0),
(21053, 864, 100, 'Kharkhauda', 288833300, 768500000, 0),
(21054, 864, 100, 'Kheri Sampla', 287777800, 767752800, 0),
(21055, 864, 100, 'Loharu', 284500000, 758166700, 0),
(21056, 864, 100, 'Mahendragarh', 282833300, 761500000, 0),
(21057, 864, 100, 'Narayangarh', 304833300, 771333300, 0),
(21058, 864, 100, 'Narnaul', 280444400, 761083300, 0),
(21059, 864, 100, 'Narwana', 296166700, 761166700, 0),
(21060, 864, 100, 'Nuh', 281166700, 770166700, 0),
(21061, 864, 100, 'Palwal', 281500000, 773333300, 0),
(21062, 864, 100, 'Panipat', 293888900, 769680600, 0),
(21063, 864, 100, 'Pataudi', 283166700, 767833300, 0),
(21064, 864, 100, 'Pehowa', 299833300, 765833300, 0),
(21065, 864, 100, 'Rewari', 281833300, 766166700, 0),
(21066, 864, 100, 'Rohtak', 289000000, 765666700, 0),
(21067, 864, 100, 'Safidon', 294166700, 766666700, 0),
(21068, 864, 100, 'Samalkha', 292333300, 770166700, 0),
(21069, 864, 100, 'Shahabad', 301681000, 768715000, 0),
(21070, 864, 100, 'Sirsa', 295333300, 750166700, 0),
(21071, 864, 100, 'Sohna', 282500000, 770666700, 0),
(21072, 864, 100, 'Sonipat', 289833300, 770166700, 0),
(21073, 864, 100, 'Taoru', 282166700, 769500000, 0),
(21074, 864, 100, 'Thanesar', 299833300, 768166700, 0),
(21075, 864, 100, 'Uchana', 294666700, 761666700, 0),
(21076, 864, 100, 'Yamunanagar', 301000000, 772833300, 0),
(21077, 865, 100, 'Baddi', 309578300, 767913600, 0),
(21078, 865, 100, 'Bilaspur', 313333300, 767500000, 0),
(21079, 865, 100, 'Chamba', 325666700, 761333300, 0),
(21080, 865, 100, 'Dalhousie', 325333300, 759833300, 0),
(21081, 865, 100, 'Dharmsala', 322419400, 763213300, 0),
(21082, 865, 100, 'Gagret', 316666700, 760666700, 0),
(21083, 865, 100, 'Hamirpur', 316833300, 765166700, 0),
(21084, 865, 100, 'Jawala Mukhi', 318833300, 763166700, 0),
(21085, 865, 100, 'Jutogh', 311000000, 771166700, 0),
(21086, 865, 100, 'Kangra', 321000000, 762666700, 0),
(21087, 865, 100, 'Mandi', 317166700, 769166700, 0),
(21088, 865, 100, 'Nalagarh', 310500000, 767166700, 0),
(21089, 865, 100, 'Palampur', 321166700, 765333300, 0),
(21090, 865, 100, 'Paonta Sahib', 304500000, 776166700, 0),
(21091, 865, 100, 'Parwanoo', 308371600, 769614200, 0),
(21092, 865, 100, 'Rampur', 314500000, 776333300, 0),
(21093, 865, 100, 'Rohru', 312166700, 777500000, 0),
(21094, 865, 100, 'Sabathu', 309719400, 769933300, 0),
(21095, 865, 100, 'Santokhgarh', 313666700, 763166700, 0),
(21096, 865, 100, 'Sarka Ghat', 317000000, 767333300, 0),
(21097, 865, 100, 'Shimla', 311000000, 771666700, 0),
(21098, 865, 100, 'Solan', 309166700, 771166700, 0),
(21099, 865, 100, 'Sundarnagar', 315333300, 768833300, 0),
(21100, 865, 100, 'Theog', 311166700, 773500000, 0),
(21101, 865, 100, 'Una', 314833300, 762833300, 0),
(21102, 866, 100, 'Akhnur', 328666700, 747333300, 0),
(21103, 866, 100, 'Awantipur', 339166700, 750166700, 0),
(21104, 866, 100, 'Banihal', 334166700, 752000000, 0),
(21105, 866, 100, 'Baramula', 342000000, 743500000, 0),
(21106, 866, 100, 'Bishnah', 326166700, 748666700, 0),
(21107, 866, 100, 'Gandarbal', 342333300, 747833300, 0),
(21108, 866, 100, 'Gho Manhasan', 325555600, 749486100, 0),
(21109, 866, 100, 'Jammu', 327333300, 748666700, 0),
(21110, 866, 100, 'Jaurian', 328319400, 745763900, 0),
(21111, 866, 100, 'Katra', 329833300, 749500000, 0),
(21112, 866, 100, 'Khaur', 326000000, 748000000, 0),
(21113, 866, 100, 'Kishtwar', 333166700, 757666700, 0),
(21114, 866, 100, 'Kud', 330833300, 752833300, 0),
(21115, 866, 100, 'Kulgam', 336500000, 750166700, 0),
(21116, 866, 100, 'Kupwara', 340305600, 742641700, 0),
(21117, 866, 100, 'Leh', 341666700, 775833300, 0),
(21118, 866, 100, 'Pulwama', 338740500, 748995500, 0),
(21119, 866, 100, 'Punch', 337678800, 740897400, 0),
(21120, 866, 100, 'Ramgarh', 334000000, 742000000, 0),
(21121, 866, 100, 'Samba', 325666700, 751166700, 0),
(21122, 866, 100, 'Sopur', 343000000, 744666700, 0),
(21123, 866, 100, 'Soyibug', 340791700, 747111100, 0),
(21124, 866, 100, 'Srinagar', 340833300, 748166700, 0),
(21125, 866, 100, 'Sumbal', 342333300, 746333300, 0),
(21126, 866, 100, 'Tsrar Sharif', 338666700, 747666700, 0),
(21127, 866, 100, 'Udhampur', 329333300, 751333300, 0),
(21128, 867, 100, 'Barka Kana', 236166700, 854833300, 0),
(21129, 867, 100, 'Bhojudih', 236333300, 864500000, 0),
(21130, 867, 100, 'Bokaro', 237833300, 859666700, 0),
(21131, 867, 100, 'Chas', 236333300, 861666700, 0),
(21132, 867, 100, 'Chiria', 223000000, 852666700, 0),
(21133, 867, 100, 'Daltenganj', 240333300, 840666700, 0),
(21134, 867, 100, 'Dhanbad', 238000000, 864500000, 0),
(21135, 867, 100, 'Dugda', 237500000, 861666700, 0),
(21136, 867, 100, 'Dumka', 242666700, 872500000, 0),
(21137, 867, 100, 'Giridih', 241833300, 863000000, 0),
(21138, 867, 100, 'Godda', 248333300, 872166700, 0),
(21139, 867, 100, 'Gua', 222000000, 853833300, 0),
(21140, 867, 100, 'Hazaribag', 239833300, 853500000, 0),
(21141, 867, 100, 'Husainabad', 245333300, 840166700, 0),
(21142, 867, 100, 'Jamadoba', 237166700, 864000000, 0),
(21143, 867, 100, 'Jamshedpur', 228000000, 861833300, 0),
(21144, 867, 100, 'Jamtara', 239500000, 868000000, 0),
(21145, 867, 100, 'Jasidih', 245166700, 866500000, 0),
(21146, 867, 100, 'Jharia', 237500000, 864000000, 0),
(21147, 867, 100, 'Jugsalai', 227666700, 861833300, 0),
(21148, 867, 100, 'Jumri Tilaiya', 244333300, 855166700, 0),
(21149, 867, 100, 'Kanke', 234333300, 853166700, 0),
(21150, 867, 100, 'Kenduadih', 237833300, 863833300, 0),
(21151, 867, 100, 'Kodarma', 244666700, 856000000, 0),
(21152, 867, 100, 'Lohardaga', 234333300, 846833300, 0),
(21153, 867, 100, 'Mugma', 237666700, 867333300, 0),
(21154, 867, 100, 'Ranchi', 233500000, 853333300, 0),
(21155, 867, 100, 'Sahibganj', 252500000, 876500000, 0),
(21156, 867, 100, 'Sarubera', 238166700, 860000000, 0),
(21157, 868, 100, 'Ajjampur', 137280600, 760094400, 0),
(21158, 868, 100, 'Aland', 175666700, 765666700, 0),
(21159, 868, 100, 'Anekal', 127000000, 777000000, 0),
(21160, 868, 100, 'Ankola', 146666700, 743000000, 0),
(21161, 868, 100, 'Athni', 167333300, 750666700, 0),
(21162, 868, 100, 'Aurad', 182500000, 774333300, 0),
(21163, 868, 100, 'Badami', 159149500, 756768300, 0),
(21164, 868, 100, 'Bagalkot', 161833300, 757000000, 0),
(21165, 868, 100, 'Bagepalli', 137847200, 777930600, 0),
(21166, 868, 100, 'Bail Hongal', 158166700, 748666700, 0),
(21167, 868, 100, 'Bangalore', 129762300, 776032900, 0),
(21168, 868, 100, 'Bangarapet', 129666700, 782000000, 0),
(21169, 868, 100, 'Bannur', 123308300, 768630600, 0),
(21170, 868, 100, 'Belgaum', 158666700, 745000000, 0),
(21171, 868, 100, 'Bellary', 151500000, 769333300, 0),
(21172, 868, 100, 'Belluru', 129911100, 767444400, 0),
(21173, 868, 100, 'Bidar', 179000000, 775500000, 0),
(21174, 868, 100, 'Bijapur', 168333300, 757000000, 0),
(21175, 868, 100, 'Chik Ballapur', 134341700, 777241700, 0),
(21176, 868, 100, 'Chikmagalur', 133166700, 757833300, 0),
(21177, 868, 100, 'Chikodi', 164333300, 746000000, 0),
(21178, 868, 100, 'Chincholi', 174666700, 774333300, 0),
(21179, 868, 100, 'Chintamani', 134000000, 780666700, 0),
(21180, 868, 100, 'Chitradurga', 142333300, 764000000, 0),
(21181, 868, 100, 'Coondapoor', 136333300, 747000000, 0),
(21182, 868, 100, 'Dandeli', 152666700, 746166700, 0),
(21183, 868, 100, 'Dharwad', 154500000, 750000000, 0),
(21184, 868, 100, 'Dod Ballapur', 132919400, 775430600, 0),
(21185, 868, 100, 'Gadag', 154166700, 756166700, 0),
(21186, 868, 100, 'Gangawati', 154333300, 765333300, 0),
(21187, 868, 100, 'Gulbarga', 173333300, 768333300, 0),
(21188, 868, 100, 'Gundlupet', 118000000, 766833300, 0),
(21189, 868, 100, 'Hampi', 153333300, 764666700, 0),
(21190, 868, 100, 'Hangal', 147666700, 751333300, 0),
(21191, 868, 100, 'Harihar', 145166700, 758000000, 0),
(21192, 868, 100, 'Hassan', 130005600, 760994400, 0),
(21193, 868, 100, 'Haveri', 148000000, 754000000, 0),
(21194, 868, 100, 'Hosakote', 142833300, 771833300, 0),
(21195, 868, 100, 'Hoskote', 130669400, 777983300, 0),
(21196, 868, 100, 'Hospet', 152666700, 764000000, 0),
(21197, 868, 100, 'Hubli', 153500000, 751666700, 0),
(21198, 868, 100, 'Hunsur', 123075000, 762877800, 0),
(21199, 868, 100, 'Indi', 171666700, 759666700, 0),
(21200, 868, 100, 'Jevargi', 170166700, 767666700, 0),
(21201, 868, 100, 'Kanakapura', 125500000, 774166700, 0),
(21202, 868, 100, 'Kerur', 160166700, 755666700, 0),
(21203, 868, 100, 'Khanapur', 156333300, 745166700, 0),
(21204, 868, 100, 'Kodlipet', 128000000, 758833300, 0),
(21205, 868, 100, 'Koppa', 135500000, 753500000, 0),
(21206, 868, 100, 'Koratagere', 135227800, 772330600, 0),
(21207, 868, 100, 'Kotturu', 148166700, 762166700, 0),
(21208, 868, 100, 'Kushalnagar', 124579500, 759590400, 0),
(21209, 868, 100, 'Kushtagi', 157666700, 762000000, 0),
(21210, 868, 100, 'Londa', 154666700, 745166700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(21211, 868, 100, 'Maddur', 126000000, 770666700, 0),
(21212, 868, 100, 'Madikeri', 124166700, 757333300, 0),
(21213, 868, 100, 'Malur', 130075000, 779377800, 0),
(21214, 868, 100, 'Mandya', 125241700, 768958300, 0),
(21215, 868, 100, 'Mangalore', 128666700, 748833300, 0),
(21216, 868, 100, 'Mudgal', 160166700, 764333300, 0),
(21217, 868, 100, 'Mulki', 131000000, 748000000, 0),
(21218, 868, 100, 'Mundargi', 152166700, 759000000, 0),
(21219, 868, 100, 'Murudeshwara', 140943000, 744845000, 0),
(21220, 868, 100, 'Mysore', 123072200, 766497200, 0),
(21221, 868, 100, 'Nanjangud', 121197200, 766827800, 0),
(21222, 868, 100, 'Nelamangala', 131022200, 773900000, 0),
(21223, 868, 100, 'Puttur', 127666700, 752166700, 0),
(21224, 868, 100, 'Raichur', 162000000, 773666700, 0),
(21225, 868, 100, 'Ramanagaram', 127166700, 773000000, 0),
(21226, 868, 100, 'Sandur', 151000000, 765500000, 0),
(21227, 868, 100, 'Shimoga', 139166700, 755666700, 0),
(21228, 868, 100, 'Shorapur', 165166700, 767500000, 0),
(21229, 868, 100, 'Siddapur', 143333300, 748833300, 0),
(21230, 868, 100, 'Sindgi', 169166700, 762333300, 0),
(21231, 868, 100, 'Sindhnur', 157833300, 767666700, 0),
(21232, 868, 100, 'Sirsi', 146166700, 748500000, 0),
(21233, 868, 100, 'Sringeri', 134166700, 752500000, 0),
(21234, 868, 100, 'Tumkur', 133422200, 771016700, 0),
(21235, 868, 100, 'Udipi', 133500000, 747500000, 0),
(21236, 868, 100, 'Vijayapura', 132936100, 778016700, 0),
(21237, 868, 100, 'Wadi', 170666700, 769833300, 0),
(21238, 868, 100, 'Yelahanka', 131075000, 776002800, 0),
(21239, 869, 100, 'Alleppey', 94900400, 763264000, 0),
(21240, 869, 100, 'Aluva', 101076400, 763515800, 0),
(21241, 869, 100, 'Alwaye', 101166700, 763500000, 0),
(21242, 869, 100, 'Angamali', 102000000, 764000000, 0),
(21243, 869, 100, 'Arukutti', 98666700, 763500000, 0),
(21244, 869, 100, 'Attingal', 86833300, 768333300, 0),
(21245, 869, 100, 'Avanoor', 106082600, 761762000, 0),
(21246, 869, 100, 'Badagara', 116000000, 755833300, 0),
(21247, 869, 100, 'Calicut', 112500000, 757666700, 0),
(21248, 869, 100, 'Cannanore', 118675200, 753576300, 0),
(21249, 869, 100, 'Changanacheri', 94666700, 765500000, 0),
(21250, 869, 100, 'Chelakara', 107000000, 763500000, 0),
(21251, 869, 100, 'Chengannur', 93333300, 766333300, 0),
(21252, 869, 100, 'Cochin', 99398800, 762602200, 0),
(21253, 869, 100, 'Edakkulam', 106102000, 761835200, 0),
(21254, 869, 100, 'Elur', 100666700, 762833300, 0),
(21255, 869, 100, 'Ernakulam', 99800000, 762800000, 0),
(21256, 869, 100, 'Ferokh', 111833300, 758500000, 0),
(21257, 869, 100, 'Guruvayur', 106000000, 760500000, 0),
(21258, 869, 100, 'Idukki', 98500000, 769666700, 0),
(21259, 869, 100, 'Irinjalakuda', 103333300, 762333300, 0),
(21260, 869, 100, 'Kalpetta', 116105600, 760822200, 0),
(21261, 869, 100, 'Kannangad', 123081400, 751063200, 0),
(21262, 869, 100, 'Kasaragod', 125000000, 750000000, 0),
(21263, 869, 100, 'Kayankulam', 91833300, 765000000, 0),
(21264, 869, 100, 'Kizhake Chalakudi', 103000000, 763500000, 0),
(21265, 869, 100, 'Kotamangalam', 100666700, 766333300, 0),
(21266, 869, 100, 'Kottayam', 95833300, 765166700, 0),
(21267, 869, 100, 'Kunnamangalam', 113045900, 758777200, 0),
(21268, 869, 100, 'Malappuram', 110666700, 760666700, 0),
(21269, 869, 100, 'Manjeri', 111166700, 761166700, 0),
(21270, 869, 100, 'Mavelikara', 92666700, 765500000, 0),
(21271, 869, 100, 'Mulappilangad', 118000000, 754500000, 0),
(21272, 869, 100, 'Munnar', 101000000, 770666700, 0),
(21273, 869, 100, 'Muvattupula', 99666700, 765833300, 0),
(21274, 869, 100, 'Muvattupuzha', 99798500, 765738100, 0),
(21275, 869, 100, 'Nedumangad', 86000000, 770000000, 0),
(21276, 869, 100, 'Neyyattinkara', 84000000, 770833300, 0),
(21277, 869, 100, 'Nileshwar', 122500000, 751000000, 0),
(21278, 869, 100, 'Ottappalam', 107666700, 763833300, 0),
(21279, 869, 100, 'Palghat', 107833300, 766500000, 0),
(21280, 869, 100, 'Pathanamthitta', 92666700, 767833300, 0),
(21281, 869, 100, 'Payyannur', 121000000, 752000000, 0),
(21282, 869, 100, 'Perumbavoor', 101069500, 764736600, 0),
(21283, 869, 100, 'Perumpavur', 101333300, 764833300, 0),
(21284, 869, 100, 'Ponnani', 107669500, 759252300, 0),
(21285, 869, 100, 'Punalur', 90000000, 769333300, 0),
(21286, 869, 100, 'Quilon', 88833300, 766000000, 0),
(21287, 869, 100, 'Shoranur', 107666700, 762833300, 0),
(21288, 869, 100, 'Technopark', 85583600, 768812700, 0),
(21289, 869, 100, 'Tellicherry', 117500000, 755333300, 0),
(21290, 869, 100, 'Thiruvananthapuram', 84833300, 769166700, 0),
(21291, 869, 100, 'Tirur', 109000000, 759166700, 0),
(21292, 869, 100, 'Tiruvalla', 93833300, 765666700, 0),
(21293, 869, 100, 'Trichur', 105166700, 762166700, 0),
(21294, 869, 100, 'Vaikam', 97666700, 764000000, 0),
(21295, 869, 100, 'Valapattanam', 119000000, 753666700, 0),
(21296, 870, 100, 'Kavaratti', 105668800, 726420300, 0),
(21297, 871, 100, 'Anjad', 220333300, 750500000, 0),
(21298, 871, 100, 'Anuppur', 231000000, 816833300, 0),
(21299, 871, 100, 'Ashoknagar', 245666700, 777166700, 0),
(21300, 871, 100, 'Babai', 227000000, 779333300, 0),
(21301, 871, 100, 'Bagh', 223666700, 747666700, 0),
(21302, 871, 100, 'Balaghat', 218000000, 801833300, 0),
(21303, 871, 100, 'Barghat', 220333300, 797166700, 0),
(21304, 871, 100, 'Barwani', 220333300, 749000000, 0),
(21305, 871, 100, 'Berasia', 236333300, 774333300, 0),
(21306, 871, 100, 'Betul', 219152800, 778961100, 0),
(21307, 871, 100, 'Bhind', 265641700, 787883300, 0),
(21308, 871, 100, 'Bhopal', 232666700, 774000000, 0),
(21309, 871, 100, 'Burhanpur', 213000000, 762333300, 0),
(21310, 871, 100, 'Burhar', 232166700, 815333300, 0),
(21311, 871, 100, 'Chandia', 236500000, 807000000, 0),
(21312, 871, 100, 'Chhatarpur', 249000000, 796000000, 0),
(21313, 871, 100, 'Chhindwara', 220666700, 789333300, 0),
(21314, 871, 100, 'Dabra', 259000000, 783333300, 0),
(21315, 871, 100, 'Damoh', 238333300, 794500000, 0),
(21316, 871, 100, 'Dewas', 229666700, 760666700, 0),
(21317, 871, 100, 'Dhar', 226000000, 753000000, 0),
(21318, 871, 100, 'Dindori', 229500000, 810833300, 0),
(21319, 871, 100, 'Gadarwara', 229166700, 787833300, 0),
(21320, 871, 100, 'Ghansor', 226500000, 799500000, 0),
(21321, 871, 100, 'Govindgarh', 243833300, 813000000, 0),
(21322, 871, 100, 'Gwalior', 262236100, 781791700, 0),
(21323, 871, 100, 'Harda', 223333300, 771000000, 0),
(21324, 871, 100, 'Hoshangabad', 227500000, 777166700, 0),
(21325, 871, 100, 'Indore', 227179200, 758333000, 0),
(21326, 871, 100, 'Jabalpur', 231669700, 799500600, 0),
(21327, 871, 100, 'Jaora', 236333300, 751333300, 0),
(21328, 871, 100, 'Jawad', 246000000, 748500000, 0),
(21329, 871, 100, 'Jhabua', 227666700, 746000000, 0),
(21330, 871, 100, 'Jora', 263333300, 778166700, 0),
(21331, 871, 100, 'Kareli', 229166700, 790666700, 0),
(21332, 871, 100, 'Kasrawad', 221333300, 756000000, 0),
(21333, 871, 100, 'Khategaon', 226000000, 769166700, 0),
(21334, 871, 100, 'Kotma', 232000000, 819666700, 0),
(21335, 871, 100, 'Maihar', 242666700, 807500000, 0),
(21336, 871, 100, 'Manasa', 244837100, 752687100, 0),
(21337, 871, 100, 'Mandla', 226000000, 803833300, 0),
(21338, 871, 100, 'Mandsaur', 240666700, 750666700, 0),
(21339, 871, 100, 'Mau', 262669400, 786730600, 0),
(21340, 871, 100, 'Mauganj', 246833300, 818833300, 0),
(21341, 871, 100, 'Morar', 262261100, 782261100, 0),
(21342, 871, 100, 'Morena', 264969400, 780000000, 0),
(21343, 871, 100, 'Mundi', 220666700, 765000000, 0),
(21344, 871, 100, 'Narsimhapur', 229500000, 792000000, 0),
(21345, 871, 100, 'Panna', 247166700, 802000000, 0),
(21346, 871, 100, 'Pansemal', 216500000, 747000000, 0),
(21347, 871, 100, 'Pithampur', 226019700, 756964900, 0),
(21348, 871, 100, 'Raisen', 233333300, 778000000, 0),
(21349, 871, 100, 'Ratlam', 233166700, 750666700, 0),
(21350, 871, 100, 'Rewa', 245333300, 813000000, 0),
(21351, 871, 100, 'Sabalgarh', 262500000, 774000000, 0),
(21352, 871, 100, 'Sagar', 238333300, 787166700, 0),
(21353, 871, 100, 'Satna', 245833300, 808333300, 0),
(21354, 871, 100, 'Sausar', 216500000, 787833300, 0),
(21355, 871, 100, 'Sehore', 232000000, 770833300, 0),
(21356, 871, 100, 'Sendhwa', 216833300, 751000000, 0),
(21357, 871, 100, 'Shajapur', 234333300, 762666700, 0),
(21358, 871, 100, 'Shivpuri', 254333300, 776500000, 0),
(21359, 871, 100, 'Sidhi', 244166700, 818833300, 0),
(21360, 871, 100, 'Singrauli', 241997300, 826753500, 0),
(21361, 871, 100, 'Talbahat', 250500000, 784333300, 0),
(21362, 871, 100, 'Tarana', 233333300, 760333300, 0),
(21363, 871, 100, 'Ujjain', 231833300, 757666700, 0),
(21364, 871, 100, 'Vidisha', 235333300, 778166700, 0),
(21365, 872, 100, 'Achalpur', 212572200, 775086100, 0),
(21366, 872, 100, 'Ahmadnagar', 190833300, 747333300, 0),
(21367, 872, 100, 'Airoli', 191509600, 729962500, 0),
(21368, 872, 100, 'Akalkot', 175333300, 762166700, 0),
(21369, 872, 100, 'Akola', 207333300, 770000000, 0),
(21370, 872, 100, 'Alandi', 186666700, 739000000, 0),
(21371, 872, 100, 'Alibag', 186411100, 728791700, 0),
(21372, 872, 100, 'Allapalli', 194166700, 800666700, 0),
(21373, 872, 100, 'Amarnath', 192000000, 731666700, 0),
(21374, 872, 100, 'Ambad', 196166700, 758000000, 0),
(21375, 872, 100, 'Amravati', 209333300, 777500000, 0),
(21376, 872, 100, 'Ashta', 169500000, 744000000, 0),
(21377, 872, 100, 'Aurangabad', 198833300, 753333300, 0),
(21378, 872, 100, 'Badlapur', 191500000, 732666700, 0),
(21379, 872, 100, 'Baramati', 181500000, 745833300, 0),
(21380, 872, 100, 'Barsi', 182333300, 757000000, 0),
(21381, 872, 100, 'Bhandara', 211666700, 796500000, 0),
(21382, 872, 100, 'Bhiwandi', 193000000, 730666700, 0),
(21383, 872, 100, 'Bhusawal', 210500000, 757666700, 0),
(21384, 872, 100, 'Boisar', 198000000, 727500000, 0),
(21385, 872, 100, 'Borivli', 192333300, 728500000, 0),
(21386, 872, 100, 'Buldana', 205333300, 761833300, 0),
(21387, 872, 100, 'Chakan', 187500000, 738500000, 0),
(21388, 872, 100, 'Chalisgaon', 204666700, 750166700, 0),
(21389, 872, 100, 'Chandrapur', 199500000, 793000000, 0),
(21390, 872, 100, 'Chikhli', 203500000, 762500000, 0),
(21391, 872, 100, 'Chiplun', 175333300, 735166700, 0),
(21392, 872, 100, 'Chopda', 212500000, 753000000, 0),
(21393, 872, 100, 'Dehu', 187166700, 737666700, 0),
(21394, 872, 100, 'Deolali', 199500000, 738333300, 0),
(21395, 872, 100, 'Dharangaon', 210166700, 752666700, 0),
(21396, 872, 100, 'Dharmabad', 189000000, 778500000, 0),
(21397, 872, 100, 'Dharur', 188166700, 761166700, 0),
(21398, 872, 100, 'Dhule', 209000000, 747833300, 0),
(21399, 872, 100, 'Dombivli', 192166700, 730833300, 0),
(21400, 872, 100, 'Dudhani', 173666700, 763666700, 0),
(21401, 872, 100, 'Erandol', 209166700, 753333300, 0),
(21402, 872, 100, 'Gadhinglaj', 162333300, 743500000, 0),
(21403, 872, 100, 'Gevrai', 192666700, 757500000, 0),
(21404, 872, 100, 'Ghugus', 199333300, 791333300, 0),
(21405, 872, 100, 'Gondia', 214500000, 802000000, 0),
(21406, 872, 100, 'Goregaon', 181666700, 733000000, 0),
(21407, 872, 100, 'Hadgaon', 195000000, 776666700, 0),
(21408, 872, 100, 'Hinganghat', 205666700, 788333300, 0),
(21409, 872, 100, 'Hingoli', 197166700, 771500000, 0),
(21410, 872, 100, 'Ichalkaranji', 167000000, 744666700, 0),
(21411, 872, 100, 'Jaisingpur', 168000000, 745666700, 0),
(21412, 872, 100, 'Jalgaon', 177500000, 731833300, 0),
(21413, 872, 100, 'Jalna', 198333300, 758833300, 0),
(21414, 872, 100, 'Jejuri', 182833300, 741666700, 0),
(21415, 872, 100, 'Junnar', 192000000, 738833300, 0),
(21416, 872, 100, 'Kagal', 165833300, 743166700, 0),
(21417, 872, 100, 'Kalas', 181666700, 748000000, 0),
(21418, 872, 100, 'Kalmeshwar', 212333300, 789000000, 0),
(21419, 872, 100, 'Kalundri', 189833300, 731333300, 0),
(21420, 872, 100, 'Kalyan', 192500000, 731500000, 0),
(21421, 872, 100, 'Kankauli', 162666700, 737000000, 0),
(21422, 872, 100, 'Karad', 172833300, 742000000, 0),
(21423, 872, 100, 'Khadki', 185666700, 738666700, 0),
(21424, 872, 100, 'Kharakvasla', 184333300, 737666700, 0),
(21425, 872, 100, 'Khopoli', 187833300, 733333300, 0),
(21426, 872, 100, 'Kodoli', 168833300, 742000000, 0),
(21427, 872, 100, 'Kolhapur', 167000000, 742166700, 0),
(21428, 872, 100, 'Kopargaon', 198833300, 744833300, 0),
(21429, 872, 100, 'Koradih', 212500000, 791000000, 0),
(21430, 872, 100, 'Koregaon', 186500000, 740833300, 0),
(21431, 872, 100, 'Kurduvadi', 180833300, 754333300, 0),
(21432, 872, 100, 'Latur', 184000000, 765833300, 0),
(21433, 872, 100, 'Lohogaon', 186000000, 739166700, 0),
(21434, 872, 100, 'Lonavale', 187500000, 734166700, 0),
(21435, 872, 100, 'Malegaon', 205500000, 745333300, 0),
(21436, 872, 100, 'Malkapur', 169333300, 739166700, 0),
(21437, 872, 100, 'Malvan', 160666700, 734666700, 0),
(21438, 872, 100, 'Manjlegaon', 191500000, 762333300, 0),
(21439, 872, 100, 'Manor', 197500000, 729166700, 0),
(21440, 872, 100, 'Mohpa', 213166700, 788166700, 0),
(21441, 872, 100, 'Mudkhed', 191666700, 775166700, 0),
(21442, 872, 100, 'Mul', 200666700, 796666700, 0),
(21443, 872, 100, 'Mumbai', 190144100, 728479400, 0),
(21444, 872, 100, 'Murud', 183258300, 729650000, 0),
(21445, 872, 100, 'Nagpur', 211500000, 791000000, 0),
(21446, 872, 100, 'Nanded', 191500000, 773000000, 0),
(21447, 872, 100, 'Nandura', 208333300, 764500000, 0),
(21448, 872, 100, 'Nashik', 200000000, 737800000, 0),
(21449, 872, 100, 'Nasik', 199833300, 738000000, 0),
(21450, 872, 100, 'Ojhar', 201000000, 739333300, 0),
(21451, 872, 100, 'Paithan', 194833300, 753833300, 0),
(21452, 872, 100, 'Palghar', 196833300, 727500000, 0),
(21453, 872, 100, 'Panchgani', 179166700, 738166700, 0),
(21454, 872, 100, 'Pandharpur', 176666700, 753333300, 0),
(21455, 872, 100, 'Panvel', 189833300, 731000000, 0),
(21456, 872, 100, 'Parbhani', 192666700, 767833300, 0),
(21457, 872, 100, 'Parli Vaijnath', 188500000, 765333300, 0),
(21458, 872, 100, 'Partur', 196000000, 762166700, 0),
(21459, 872, 100, 'Pauni', 207833300, 796333300, 0),
(21460, 872, 100, 'Pen', 187500000, 730833300, 0),
(21461, 872, 100, 'Phaltan', 179833300, 744333300, 0),
(21462, 872, 100, 'Pimpri', 186166700, 738000000, 0),
(21463, 872, 100, 'Pipri', 198000000, 755333300, 0),
(21464, 872, 100, 'Powai', 191164000, 729047100, 0),
(21465, 872, 100, 'Pune', 185195700, 738553500, 0),
(21466, 872, 100, 'Purna', 191833300, 770500000, 0),
(21467, 872, 100, 'Rahimatpur', 176000000, 742000000, 0),
(21468, 872, 100, 'Raigarh Fort', 182500000, 734333300, 0),
(21469, 872, 100, 'Rajgurunagar', 188666700, 739000000, 0),
(21470, 872, 100, 'Rajura', 197833300, 793666700, 0),
(21471, 872, 100, 'Ratnagiri', 169833300, 733000000, 0),
(21472, 872, 100, 'Revadanda', 185502800, 729277800, 0),
(21473, 872, 100, 'Roha', 184333300, 731166700, 0),
(21474, 872, 100, 'Sailu', 194666700, 764666700, 0),
(21475, 872, 100, 'Sangamner', 195666700, 742166700, 0),
(21476, 872, 100, 'Sangli', 168543800, 745641700, 0),
(21477, 872, 100, 'Sangola', 174333300, 752000000, 0),
(21478, 872, 100, 'Satana', 205833300, 742000000, 0),
(21479, 872, 100, 'Satara', 176833300, 739833300, 0),
(21480, 872, 100, 'Shahada', 215500000, 744666700, 0),
(21481, 872, 100, 'Shahapur', 194500000, 733333300, 0),
(21482, 872, 100, 'Shirdi', 197666700, 744833300, 0),
(21483, 872, 100, 'Shirpur', 213500000, 748833300, 0),
(21484, 872, 100, 'Shirwal', 181333300, 739833300, 0),
(21485, 872, 100, 'Shivaji Nagar', 185301700, 738526300, 0),
(21486, 872, 100, 'Sinnar', 198500000, 740000000, 0),
(21487, 872, 100, 'Sirur', 188333300, 743833300, 0),
(21488, 872, 100, 'Solapur', 176833300, 759166700, 0),
(21489, 872, 100, 'Talegaon Dabhade', 187166700, 736833300, 0),
(21490, 872, 100, 'Thane', 192000000, 729666700, 0),
(21491, 872, 100, 'Udgir', 183833300, 771166700, 0),
(21492, 872, 100, 'Ulhasnagar', 192166700, 731500000, 0),
(21493, 872, 100, 'Uran', 188769400, 729397200, 0),
(21494, 872, 100, 'Vasai-Virar', 194700000, 728000000, 0),
(21495, 872, 100, 'Wai', 179333300, 739000000, 0),
(21496, 872, 100, 'Wardha', 207500000, 786166700, 0),
(21497, 872, 100, 'Washim', 201000000, 771500000, 0),
(21498, 872, 100, 'Yavatmal', 204000000, 781333300, 0),
(21499, 873, 100, 'Imphal', 248166700, 939500000, 0),
(21500, 873, 100, 'Moirang', 245000000, 937666700, 0),
(21501, 874, 100, 'Shillong', 255689200, 918831300, 0),
(21502, 874, 100, 'Tura', 255198300, 902200700, 0),
(21503, 875, 100, 'Aizawl', 237333300, 927166700, 0),
(21504, 875, 100, 'Saiha', 224833300, 929666700, 0),
(21505, 876, 100, 'Kohima', 256666700, 941166700, 0),
(21506, 877, 100, 'Angul', 208500000, 851000000, 0),
(21507, 877, 100, 'Balangir', 207166700, 834833300, 0),
(21508, 877, 100, 'Balasore', 214941700, 869316700, 0),
(21509, 877, 100, 'Banposh', 222500000, 848000000, 0),
(21510, 877, 100, 'Bargarh', 213333300, 836166700, 0),
(21511, 877, 100, 'Barpali', 212000000, 835833300, 0),
(21512, 877, 100, 'Bhadrakh', 210527800, 865200000, 0),
(21513, 877, 100, 'Bhuban', 208833300, 858333300, 0),
(21514, 877, 100, 'Bhubaneshwar', 202333300, 858333300, 0),
(21515, 877, 100, 'Birmitrapur', 224000000, 847666700, 0),
(21516, 877, 100, 'Brahmapur', 193166700, 847833300, 0),
(21517, 877, 100, 'Burla', 215000000, 838666700, 0),
(21518, 877, 100, 'Champua', 220833300, 856666700, 0),
(21519, 877, 100, 'Cuttack', 204649700, 858792700, 0),
(21520, 877, 100, 'Dhenkanal', 206666700, 856000000, 0),
(21521, 877, 100, 'Gopalpur', 192666700, 849166700, 0),
(21522, 877, 100, 'Gunupur', 190833300, 838166700, 0),
(21523, 877, 100, 'Hirakud', 215166700, 838666700, 0),
(21524, 877, 100, 'Jajpur', 208500000, 863333300, 0),
(21525, 877, 100, 'Jaleshwar', 218166700, 872166700, 0),
(21526, 877, 100, 'Jatani', 201666700, 857000000, 0),
(21527, 877, 100, 'Jharsuguda', 218500000, 840333300, 0),
(21528, 877, 100, 'Khallikot', 196166700, 850833300, 0),
(21529, 877, 100, 'Puri', 198000000, 858500000, 0),
(21530, 877, 100, 'Remuna', 215261100, 868722200, 0),
(21531, 877, 100, 'Sambalpur', 214500000, 839666700, 0),
(21532, 877, 100, 'Sonepur', 208333300, 839166700, 0),
(21533, 877, 100, 'Sundargarh', 221166700, 840333300, 0),
(21534, 878, 100, 'Pondicherry', 119300000, 798300000, 0),
(21535, 878, 100, 'karaikal', 109166700, 798333300, 0),
(21536, 879, 100, 'Abohar', 301500000, 741833300, 0),
(21537, 879, 100, 'Akalgarh', 298166700, 758833300, 0),
(21538, 879, 100, 'Amritsar', 316330600, 748655600, 0),
(21539, 879, 100, 'Anandpur Sahib', 312500000, 765000000, 0),
(21540, 879, 100, 'Badhni Kalan', 306833300, 752833300, 0),
(21541, 879, 100, 'Bagha Purana', 306833300, 751000000, 0),
(21542, 879, 100, 'Banga', 311869400, 759922200, 0),
(21543, 879, 100, 'Banur', 305555600, 767183300, 0),
(21544, 879, 100, 'Barnala', 303833300, 755500000, 0),
(21545, 879, 100, 'Basi', 305888000, 768456000, 0),
(21546, 879, 100, 'Batala', 318186100, 752027800, 0),
(21547, 879, 100, 'Begowal', 316166700, 755166700, 0),
(21548, 879, 100, 'Bhatinda', 302000000, 749500000, 0),
(21549, 879, 100, 'Dasua', 318183300, 756597200, 0),
(21550, 879, 100, 'Dhariwal', 319541700, 753191700, 0),
(21551, 879, 100, 'Dhilwan', 315169400, 753500000, 0),
(21552, 879, 100, 'Dhuri', 303666700, 758666700, 0),
(21553, 879, 100, 'Dinanagar', 321500000, 754666700, 0),
(21554, 879, 100, 'Doraha', 308166700, 760166700, 0),
(21555, 879, 100, 'Faridkot', 306666700, 747500000, 0),
(21556, 879, 100, 'Firozpur', 309166700, 746000000, 0),
(21557, 879, 100, 'Garhdiwala', 317325000, 757505600, 0),
(21558, 879, 100, 'Guru Har Sahai', 307166700, 744166700, 0),
(21559, 879, 100, 'Hajipur', 319755600, 757577800, 0),
(21560, 879, 100, 'Hariana', 316377800, 758408300, 0),
(21561, 879, 100, 'Hoshiarpur', 315322200, 759172200, 0),
(21562, 879, 100, 'Jagraon', 307833300, 754833300, 0),
(21563, 879, 100, 'Jaito', 304666700, 748833300, 0),
(21564, 879, 100, 'Jalalabad', 306166700, 742500000, 0),
(21565, 879, 100, 'Jalandhar', 313255600, 755791700, 0),
(21566, 879, 100, 'Kalanaur', 320166700, 751500000, 0),
(21567, 879, 100, 'Kapurthala', 313794400, 753847200, 0),
(21568, 879, 100, 'Kartarpur', 314400000, 754997200, 0),
(21569, 879, 100, 'Khanna', 307044400, 762230600, 0),
(21570, 879, 100, 'Kharar', 307444400, 766477800, 0),
(21571, 879, 100, 'Khem Karan', 311427800, 745666700, 0),
(21572, 879, 100, 'Kot Isa Khan', 309500000, 751333300, 0),
(21573, 879, 100, 'Kotkapura', 305819000, 748329800, 0),
(21574, 879, 100, 'Ludhiana', 309000000, 758500000, 0),
(21575, 879, 100, 'Machhiwara', 309147200, 761983300, 0),
(21576, 879, 100, 'Malaut', 302166700, 744833300, 0),
(21577, 879, 100, 'Mansa', 299833300, 753833300, 0),
(21578, 879, 100, 'Moga', 308000000, 751666700, 0),
(21579, 879, 100, 'Mohali', 306799500, 767221100, 0),
(21580, 879, 100, 'Morinda', 307919400, 764963900, 0),
(21581, 879, 100, 'Muktsar', 304833300, 745166700, 0),
(21582, 879, 100, 'Nabha', 303747200, 761486100, 0),
(21583, 879, 100, 'Nakodar', 311258300, 754733300, 0),
(21584, 879, 100, 'Nangal', 313666700, 763833300, 0),
(21585, 879, 100, 'Nawashahr', 311166700, 761333300, 0),
(21586, 879, 100, 'Nurmahal', 310963900, 755966700, 0),
(21587, 879, 100, 'Pathankot', 322833300, 756500000, 0),
(21588, 879, 100, 'Patiala', 303266700, 764002800, 0),
(21589, 879, 100, 'Patti', 312808300, 748572200, 0),
(21590, 879, 100, 'Phagwara', 312177800, 757694400, 0),
(21591, 879, 100, 'Qadian', 318177800, 753919400, 0),
(21592, 879, 100, 'Raikot', 306500000, 756000000, 0),
(21593, 879, 100, 'Raja Sansi', 317191700, 747977800, 0),
(21594, 879, 100, 'Rajpura', 304830600, 765950000, 0),
(21595, 879, 100, 'Rampura', 302500000, 752333300, 0),
(21596, 879, 100, 'Rupnagar', 309663900, 765330600, 0),
(21597, 879, 100, 'Samrala', 308366700, 761897200, 0),
(21598, 879, 100, 'Sanaur', 303025000, 764552800, 0),
(21599, 879, 100, 'Sangrur', 302333300, 758333300, 0),
(21600, 879, 100, 'Shahkot', 310775000, 753372200, 0),
(21601, 879, 100, 'Sirhind', 306455600, 763825000, 0),
(21602, 879, 100, 'Sultanpur', 312152800, 751997200, 0),
(21603, 879, 100, 'Sunam', 301333300, 758000000, 0),
(21604, 879, 100, 'Talwandi Bhai', 308500000, 749333300, 0),
(21605, 879, 100, 'Tarn Taran', 314500000, 749252800, 0),
(21606, 879, 100, 'Zira', 309685300, 749910600, 0),
(21607, 880, 100, 'Abu Road', 244833300, 727833300, 0),
(21608, 880, 100, 'Ajmer', 264500000, 746333300, 0),
(21609, 880, 100, 'Alwar', 275666700, 766000000, 0),
(21610, 880, 100, 'Asind', 257333300, 743333300, 0),
(21611, 880, 100, 'Bali', 251833300, 732833300, 0),
(21612, 880, 100, 'Balotra', 258333300, 722333300, 0),
(21613, 880, 100, 'Bandikui', 270500000, 765666700, 0),
(21614, 880, 100, 'Banswara', 235500000, 744500000, 0),
(21615, 880, 100, 'Baran', 251000000, 765166700, 0),
(21616, 880, 100, 'Bari Sadri', 244166700, 744666700, 0),
(21617, 880, 100, 'Barmer', 257500000, 713833300, 0),
(21618, 880, 100, 'Basi', 268333300, 760333300, 0),
(21619, 880, 100, 'Basni', 271666700, 736500000, 0),
(21620, 880, 100, 'Beawar', 261000000, 743166700, 0),
(21621, 880, 100, 'Behror', 278833300, 762833300, 0),
(21622, 880, 100, 'Bhadra', 291166700, 751666700, 0),
(21623, 880, 100, 'Bharatpur', 272166700, 774833300, 0),
(21624, 880, 100, 'Bhilwara', 253500000, 746333300, 0),
(21625, 880, 100, 'Bhindar', 245000000, 741833300, 0),
(21626, 880, 100, 'Bhinmal', 250000000, 722500000, 0),
(21627, 880, 100, 'Bhiwadi', 282102400, 768605600, 0),
(21628, 880, 100, 'Bikaner', 280166700, 733000000, 0),
(21629, 880, 100, 'Bundi', 254416700, 756416700, 0),
(21630, 880, 100, 'Chhabra', 246666700, 768333300, 0),
(21631, 880, 100, 'Chhapar', 278166700, 744000000, 0),
(21632, 880, 100, 'Chirawa', 282401000, 756456000, 0),
(21633, 880, 100, 'Chittaurgarh', 248833300, 746333300, 0),
(21634, 880, 100, 'Churu', 283000000, 749500000, 0),
(21635, 880, 100, 'Dausa', 268833300, 763333300, 0),
(21636, 880, 100, 'Devli', 257500000, 753833300, 0),
(21637, 880, 100, 'Dhaulpur', 267000000, 779000000, 0),
(21638, 880, 100, 'Fatehpur', 279833300, 749500000, 0),
(21639, 880, 100, 'Ganganagar', 299166700, 738833300, 0),
(21640, 880, 100, 'Hanumangarh', 295833300, 743166700, 0),
(21641, 880, 100, 'Jaipur', 269166700, 758166700, 0),
(21642, 880, 100, 'Jaisalmer', 269146800, 709180800, 0),
(21643, 880, 100, 'Jhalawar', 246000000, 761500000, 0),
(21644, 880, 100, 'Jhalrapatan', 245500000, 761666700, 0),
(21645, 880, 100, 'Jhunjhunun', 281307000, 754014000, 0),
(21646, 880, 100, 'Jodhpur', 262866700, 730300000, 0),
(21647, 880, 100, 'Karauli', 265000000, 770166700, 0),
(21648, 880, 100, 'Keshorai Patan', 253000000, 759333300, 0),
(21649, 880, 100, 'Khandela', 276000000, 755000000, 0),
(21650, 880, 100, 'Khetri', 279833300, 758000000, 0),
(21651, 880, 100, 'Kishangarh', 265666700, 748666700, 0),
(21652, 880, 100, 'Kota', 251833300, 758333300, 0),
(21653, 880, 100, 'Kotputli', 277014800, 761991700, 0),
(21654, 880, 100, 'Kuchaman', 271500000, 748500000, 0),
(21655, 880, 100, 'Kuchera', 269838900, 739719400, 0),
(21656, 880, 100, 'Lachhmangarh Sikar', 278166700, 750333300, 0),
(21657, 880, 100, 'Losal', 274000000, 749166700, 0),
(21658, 880, 100, 'Mandal', 254500000, 745666700, 0),
(21659, 880, 100, 'Mangrol', 253333300, 765166700, 0),
(21660, 880, 100, 'Manoharpur', 273000000, 759500000, 0),
(21661, 880, 100, 'Merta', 266500000, 740333300, 0),
(21662, 880, 100, 'Nagar', 274333300, 771000000, 0),
(21663, 880, 100, 'Nagaur', 272000000, 737333300, 0),
(21664, 880, 100, 'Naraina', 267833300, 752000000, 0),
(21665, 880, 100, 'Nathdwara', 249333300, 738166700, 0),
(21666, 880, 100, 'Nawai', 263500000, 759166700, 0),
(21667, 880, 100, 'Nawalgarh', 278500000, 752666700, 0),
(21668, 880, 100, 'Nimbahera', 246166700, 746833300, 0),
(21669, 880, 100, 'Pilani', 283684000, 756041000, 0),
(21670, 880, 100, 'Pilibangan', 294500000, 740833300, 0),
(21671, 880, 100, 'Pushkar', 265000000, 745500000, 0),
(21672, 880, 100, 'Rajaldesar', 280333300, 744666700, 0),
(21673, 880, 100, 'Rajgarh', 272333300, 766333300, 0),
(21674, 880, 100, 'Rajsamand', 250666700, 738833300, 0),
(21675, 880, 100, 'Rani', 253666700, 733000000, 0),
(21676, 880, 100, 'Rawatsar', 292833300, 743833300, 0),
(21677, 880, 100, 'Ringas', 273500000, 755666700, 0),
(21678, 880, 100, 'Sadri', 251833300, 734333300, 0),
(21679, 880, 100, 'Salumbar', 241333300, 740500000, 0),
(21680, 880, 100, 'Sardarshahr', 284333300, 744833300, 0),
(21681, 880, 100, 'Sawai Madhopur', 259833300, 763666700, 0),
(21682, 880, 100, 'Sheoganj', 251500000, 730666700, 0),
(21683, 880, 100, 'Sikar', 276166700, 751500000, 0),
(21684, 880, 100, 'Sirohi', 248833300, 728666700, 0),
(21685, 880, 100, 'Sri Karanpur', 298419400, 734541700, 0),
(21686, 880, 100, 'Surajgarh', 283124000, 757347000, 0),
(21687, 880, 100, 'Tonk', 261666700, 757833300, 0),
(21688, 880, 100, 'Udaipur', 245711700, 736918300, 0),
(21689, 880, 100, 'Udpura', 247166700, 759666700, 0),
(21690, 881, 100, 'Gangtok', 273333300, 886166700, 0),
(21691, 881, 100, 'Namchi', 271666700, 883500000, 0),
(21692, 881, 100, 'Rangpo', 271833300, 885333300, 0),
(21693, 881, 100, 'Singtam', 272333300, 885000000, 0),
(21694, 882, 100, 'Abiramam', 94666700, 784500000, 0),
(21695, 882, 100, 'Alagapuram', 118833300, 789166700, 0),
(21696, 882, 100, 'Alandur', 130025000, 802061100, 0),
(21697, 882, 100, 'Alappakkam', 116000000, 797333300, 0),
(21698, 882, 100, 'Ambasamudram', 87000000, 774666700, 0),
(21699, 882, 100, 'Ambattur', 130983300, 801622200, 0),
(21700, 882, 100, 'Ambur', 127833300, 787000000, 0),
(21701, 882, 100, 'Anaimalai', 105833300, 769333300, 0),
(21702, 882, 100, 'Annur', 112333300, 771333300, 0),
(21703, 882, 100, 'Arakkonam', 131000000, 796666700, 0),
(21704, 882, 100, 'Arantangi', 101666700, 789833300, 0),
(21705, 882, 100, 'Aravankadu', 113666700, 767666700, 0),
(21706, 882, 100, 'Ariyalur', 111333300, 790833300, 0),
(21707, 882, 100, 'Arumuganeri', 85666700, 781166700, 0),
(21708, 882, 100, 'Aruppukkottai', 95166700, 781000000, 0),
(21709, 882, 100, 'Atirampattinam', 103500000, 794000000, 0),
(21710, 882, 100, 'Attur', 116000000, 786166700, 0),
(21711, 882, 100, 'Auroville', 120054900, 798088500, 0),
(21712, 882, 100, 'Avadi', 131155600, 801016700, 0),
(21713, 882, 100, 'Avanashi', 112000000, 772833300, 0),
(21714, 882, 100, 'Belur', 117000000, 784166700, 0),
(21715, 882, 100, 'Bhavani', 114500000, 776833300, 0),
(21716, 882, 100, 'Bhuvanagiri', 114666700, 796333300, 0),
(21717, 882, 100, 'Chengalpattu', 127000000, 799833300, 0),
(21718, 882, 100, 'Chengam', 123000000, 788000000, 0),
(21719, 882, 100, 'Chennai', 130878400, 802784700, 0),
(21720, 882, 100, 'Chennimalai', 111666700, 776166700, 0),
(21721, 882, 100, 'Chetput', 130700000, 802408300, 0),
(21722, 882, 100, 'Chidambaram', 114000000, 797000000, 0),
(21723, 882, 100, 'Chinna Salem', 116500000, 789000000, 0),
(21724, 882, 100, 'Coimbatore', 110000000, 769666700, 0),
(21725, 882, 100, 'Cuddalore', 117500000, 797500000, 0),
(21726, 882, 100, 'Devakottai', 99500000, 788166700, 0),
(21727, 882, 100, 'Dharapuram', 107333300, 775166700, 0),
(21728, 882, 100, 'Dharmapuri', 121333300, 781666700, 0),
(21729, 882, 100, 'Dindigul', 103500000, 779500000, 0),
(21730, 882, 100, 'Eral', 86333300, 780166700, 0),
(21731, 882, 100, 'Erode', 113500000, 777333300, 0),
(21732, 882, 100, 'Gandhi Nagar', 130063900, 802541700, 0),
(21733, 882, 100, 'Gingee', 122500000, 794166700, 0),
(21734, 882, 100, 'Gudalur', 96833300, 772666700, 0),
(21735, 882, 100, 'Guduvancheri', 128425000, 800638900, 0),
(21736, 882, 100, 'Gummidipoondi', 134066500, 801238000, 0),
(21737, 882, 100, 'Hosur', 127166700, 778166700, 0),
(21738, 882, 100, 'Idappadi', 115833300, 778500000, 0),
(21739, 882, 100, 'Irugur', 110166700, 770666700, 0),
(21740, 882, 100, 'Jalakandapuram', 117000000, 778833300, 0),
(21741, 882, 100, 'Jayamkondacholapuram', 112166700, 793666700, 0),
(21742, 882, 100, 'Kanchipuram', 128333300, 797166700, 0),
(21743, 882, 100, 'Kanniyakumari', 80833300, 775666700, 0),
(21744, 882, 100, 'Karaikkudi', 100666700, 787833300, 0),
(21745, 882, 100, 'Karamadai', 112405800, 769600900, 0),
(21746, 882, 100, 'Karumbakkam', 126991700, 800933300, 0),
(21747, 882, 100, 'Karur', 109500000, 780833300, 0),
(21748, 882, 100, 'Katpadi', 129833300, 791333300, 0),
(21749, 882, 100, 'Kelamangalam', 126000000, 778500000, 0),
(21750, 882, 100, 'Kodaikanal', 102333300, 774833300, 0),
(21751, 882, 100, 'Kodumudi', 110833300, 778833300, 0),
(21752, 882, 100, 'Koradachcheri', 107666700, 794833300, 0),
(21753, 882, 100, 'Korampallam', 87666700, 781000000, 0),
(21754, 882, 100, 'Kottaiyur', 101166700, 788166700, 0),
(21755, 882, 100, 'Kovilpatti', 91666700, 778666700, 0),
(21756, 882, 100, 'Krishnagiri', 125333300, 782333300, 0),
(21757, 882, 100, 'Kulattur', 90166700, 782000000, 0),
(21758, 882, 100, 'Kumbakonam', 109666700, 793833300, 0),
(21759, 882, 100, 'Kunnattur', 123500000, 785166700, 0),
(21760, 882, 100, 'Kuttalam', 89166700, 772833300, 0),
(21761, 882, 100, 'Kuzhittura', 83166700, 771833300, 0),
(21762, 882, 100, 'Lalgudi', 108666700, 788333300, 0),
(21763, 882, 100, 'Madambakkam', 128525000, 800466700, 0),
(21764, 882, 100, 'Madipakkam', 129725000, 802091700, 0),
(21765, 882, 100, 'Madukkarai', 109000000, 769666700, 0),
(21766, 882, 100, 'Madurai', 99333300, 781166700, 0),
(21767, 882, 100, 'Madurantakam', 125166700, 799000000, 0),
(21768, 882, 100, 'Mamallapuram', 126263900, 801722200, 0),
(21769, 882, 100, 'Manalurpettai', 120166700, 791000000, 0),
(21770, 882, 100, 'Manappakkam', 130108300, 801686100, 0),
(21771, 882, 100, 'Manapparai', 106000000, 784166700, 0),
(21772, 882, 100, 'Mannargudi', 106666700, 794333300, 0),
(21773, 882, 100, 'Mayuram', 111000000, 796666700, 0),
(21774, 882, 100, 'Melur', 100500000, 783333300, 0),
(21775, 882, 100, 'Minjur', 132666700, 802666700, 0),
(21776, 882, 100, 'Muttupet', 104000000, 794833300, 0),
(21777, 882, 100, 'Nagappattinam', 107666700, 798333300, 0),
(21778, 882, 100, 'Nagercoil', 81666700, 774333300, 0),
(21779, 882, 100, 'Namagiripettai', 114666700, 782666700, 0),
(21780, 882, 100, 'Namakkal', 112212600, 781652400, 0),
(21781, 882, 100, 'Nandambakkam', 129794400, 800675000, 0),
(21782, 882, 100, 'Naravarikuppam', 131955600, 801741700, 0),
(21783, 882, 100, 'Omalur', 117333300, 780666700, 0),
(21784, 882, 100, 'Palamedu', 101166700, 781166700, 0),
(21785, 882, 100, 'Palladam', 109833300, 773000000, 0),
(21786, 882, 100, 'Pallavaram', 129761100, 801836100, 0),
(21787, 882, 100, 'Palni', 104666700, 775333300, 0),
(21788, 882, 100, 'Perambalur', 112333300, 788833300, 0),
(21789, 882, 100, 'Periyakulam', 101166700, 775500000, 0),
(21790, 882, 100, 'Periyanayakkanpalaiyam', 111500000, 769333300, 0),
(21791, 882, 100, 'Perundurai', 112666700, 775833300, 0),
(21792, 882, 100, 'Perungudi', 129713900, 802472200, 0),
(21793, 882, 100, 'Perur', 109666700, 769000000, 0),
(21794, 882, 100, 'Pollachi', 106666700, 770166700, 0),
(21795, 882, 100, 'Poonamallee', 130483300, 801075000, 0),
(21796, 882, 100, 'Porur', 130319400, 801575000, 0),
(21797, 882, 100, 'Puliyangudi', 91666700, 774166700, 0),
(21798, 882, 100, 'Punjai Puliyampatti', 113500000, 772000000, 0),
(21799, 882, 100, 'Rameswaram', 92833300, 793000000, 0),
(21800, 882, 100, 'Rasipuram', 114666700, 781666700, 0),
(21801, 882, 100, 'Saint Thomas Mount', 129963900, 802030600, 0),
(21802, 882, 100, 'Salem', 116500000, 781666700, 0),
(21803, 882, 100, 'Sholinghur', 131166700, 794166700, 0),
(21804, 882, 100, 'Singanallur', 110000000, 770166700, 0),
(21805, 882, 100, 'Singapperumalkovil', 127611100, 800100000, 0),
(21806, 882, 100, 'Sivakasi', 94500000, 778166700, 0),
(21807, 882, 100, 'Sriperumbudur', 129688900, 799488900, 0),
(21808, 882, 100, 'Srivaikuntam', 86166700, 779333300, 0),
(21809, 882, 100, 'Srivilliputtur', 95166700, 776333300, 0),
(21810, 882, 100, 'Sulur', 110333300, 771333300, 0),
(21811, 882, 100, 'Teni', 100000000, 774833300, 0),
(21812, 882, 100, 'Tenkasi', 89666700, 773000000, 0),
(21813, 882, 100, 'Thanjavur', 108000000, 791500000, 0),
(21814, 882, 100, 'Thiruvarur', 107666700, 796500000, 0),
(21815, 882, 100, 'Tindivanam', 122500000, 796500000, 0),
(21816, 882, 100, 'Tiruchchendur', 84833300, 781166700, 0),
(21817, 882, 100, 'Tiruchchirappalli', 108166700, 786833300, 0),
(21818, 882, 100, 'Tiruchengodu', 113833300, 779333300, 0),
(21819, 882, 100, 'Tirunelveli', 87333300, 777000000, 0),
(21820, 882, 100, 'Tirupparangunram', 98666700, 780666700, 0),
(21821, 882, 100, 'Tiruppur', 111000000, 773500000, 0),
(21822, 882, 100, 'Tiruttangal', 94833300, 778333300, 0),
(21823, 882, 100, 'Tiruvallur', 131500000, 799166700, 0),
(21824, 882, 100, 'Tiruvannamalai', 122166700, 790666700, 0),
(21825, 882, 100, 'Tisaiyanvilai', 83333300, 778833300, 0),
(21826, 882, 100, 'Turaiyur', 111666700, 786166700, 0),
(21827, 882, 100, 'Udagamandalam', 114000000, 767000000, 0),
(21828, 882, 100, 'Udumalaippettai', 105833300, 772500000, 0),
(21829, 882, 100, 'Vadippatti', 100833300, 779500000, 0),
(21830, 882, 100, 'Vallam', 107166700, 790833300, 0),
(21831, 882, 100, 'Vandalur', 128927800, 800808300, 0),
(21832, 882, 100, 'Vandavasi', 125000000, 796166700, 0),
(21833, 882, 100, 'Vaniyambadi', 126833300, 786166700, 0),
(21834, 882, 100, 'Vedaranniyam', 103666700, 798500000, 0),
(21835, 882, 100, 'Vellanur', 131544400, 800991700, 0),
(21836, 882, 100, 'Vellore', 129333300, 791333300, 0),
(21837, 882, 100, 'Vengavasal', 128997200, 801677800, 0),
(21838, 882, 100, 'Vijayapuri', 112333300, 775000000, 0),
(21839, 882, 100, 'Villupuram', 119333300, 794833300, 0),
(21840, 882, 100, 'Virudunagar', 96000000, 779666700, 0),
(21841, 882, 100, 'Walajapet', 129333300, 793833300, 0),
(21842, 883, 100, 'Adilabad', 196666700, 785333300, 0),
(21843, 883, 100, 'Alampur', 158833300, 781500000, 0),
(21844, 883, 100, 'Balapur', 173108300, 784800000, 0),
(21845, 883, 100, 'Bellampalli', 190557700, 794930000, 0),
(21846, 883, 100, 'Bhongir', 175108300, 788888900, 0),
(21847, 883, 100, 'Farrukhnagar', 170777800, 782011100, 0),
(21848, 883, 100, 'Gaddi Annaram', 173668700, 785242000, 0),
(21849, 883, 100, 'Ghatkesar', 174494400, 786852800, 0),
(21850, 883, 100, 'Gudur', 141333300, 798500000, 0),
(21851, 883, 100, 'Hyderabad', 173752800, 784744400, 0),
(21852, 883, 100, 'Jagtial', 188000000, 789333300, 0),
(21853, 883, 100, 'Jangaon', 177166700, 791833300, 0),
(21854, 883, 100, 'Kamareddi', 183166700, 783500000, 0),
(21855, 883, 100, 'Kandukur', 152166700, 799166700, 0),
(21856, 883, 100, 'Karimnagar', 184333300, 791500000, 0),
(21857, 883, 100, 'Khammam', 172500000, 801500000, 0),
(21858, 883, 100, 'Koratla', 188166700, 787166700, 0),
(21859, 883, 100, 'Kottagudem', 175500000, 806333300, 0),
(21860, 883, 100, 'Kottapalli', 184833300, 791000000, 0),
(21861, 883, 100, 'Kukatpalli', 174833300, 784166700, 0),
(21862, 883, 100, 'Kyathampalle', 196678100, 785289000, 0),
(21863, 883, 100, 'Lakshettipet', 188666700, 792166700, 0),
(21864, 883, 100, 'Lal Bahadur Nagar', 173476900, 785575700, 0),
(21865, 883, 100, 'Mahbubnagar', 167333300, 779833300, 0),
(21866, 883, 100, 'Malkajgiri', 174478100, 785263300, 0),
(21867, 883, 100, 'Mancheral', 188666700, 794333300, 0),
(21868, 883, 100, 'Medak', 180333300, 782666700, 0),
(21869, 883, 100, 'Mirialguda', 168666700, 795833300, 0),
(21870, 883, 100, 'Nalgonda', 170500000, 792666700, 0),
(21871, 883, 100, 'Narsingi', 180333300, 784333300, 0),
(21872, 883, 100, 'Naspur', 188333300, 794500000, 0),
(21873, 883, 100, 'Nirmal', 191000000, 783500000, 0),
(21874, 883, 100, 'Nizamabad', 186666700, 781166700, 0),
(21875, 883, 100, 'Palwancha', 175815200, 806765100, 0),
(21876, 883, 100, 'Patancheru', 175313900, 782650000, 0),
(21877, 883, 100, 'Peddapalli', 186166700, 793666700, 0),
(21878, 883, 100, 'Quthbullapur', 175010700, 784581800, 0),
(21879, 883, 100, 'Rajampet', 141833300, 791666700, 0),
(21880, 883, 100, 'Sangareddi', 176294400, 780916700, 0),
(21881, 883, 100, 'Secunderabad', 174500000, 785000000, 0),
(21882, 883, 100, 'Serilingampalle', 174931300, 783019600, 0),
(21883, 883, 100, 'Siddipet', 181000000, 788500000, 0),
(21884, 883, 100, 'Singapur', 174697200, 781275000, 0),
(21885, 883, 100, 'Sirpur', 194833300, 796000000, 0),
(21886, 883, 100, 'Sirsilla', 183833300, 788333300, 0),
(21887, 883, 100, 'Sriramnagar', 172665200, 782554400, 0),
(21888, 883, 100, 'Tandur', 172333300, 775833300, 0),
(21889, 883, 100, 'Uppal Kalan', 174057700, 785591100, 0),
(21890, 883, 100, 'Warangal', 180000000, 795833300, 0),
(21891, 883, 100, 'Zahirabad', 176833300, 776166700, 0),
(21892, 884, 100, 'Agartala', 238363900, 912750000, 0),
(21893, 884, 100, 'Dharmanagar', 243666700, 921666700, 0),
(21894, 884, 100, 'Kailashahar', 243333300, 920166700, 0),
(21895, 884, 100, 'Khowai', 241000000, 916333300, 0),
(21896, 884, 100, 'Udaipur', 235333300, 914833300, 0),
(21897, 885, 100, 'Agra', 271833300, 780166700, 0),
(21898, 885, 100, 'Aligarh', 278833300, 780833300, 0),
(21899, 885, 100, 'Allahabad', 254500000, 818500000, 0),
(21900, 885, 100, 'Amroha', 289166700, 784666700, 0),
(21901, 885, 100, 'Anandnagar', 271000000, 832833300, 0),
(21902, 885, 100, 'Antu', 260500000, 819166700, 0),
(21903, 885, 100, 'Atraulia', 263333300, 829500000, 0),
(21904, 885, 100, 'Auraiya', 264666700, 795166700, 0),
(21905, 885, 100, 'Azamgarh', 260600000, 831861100, 0),
(21906, 885, 100, 'Bachhrawan', 264833300, 811166700, 0),
(21907, 885, 100, 'Baghpat', 289500000, 772166700, 0),
(21908, 885, 100, 'Banda', 254833300, 803333300, 0),
(21909, 885, 100, 'Bansgaon', 265586100, 833480600, 0),
(21910, 885, 100, 'Bansi', 271833300, 829333300, 0),
(21911, 885, 100, 'Baraut', 291000000, 772666700, 0),
(21912, 885, 100, 'Bareilly', 283500000, 794166700, 0),
(21913, 885, 100, 'Barsana', 276500000, 773833300, 0),
(21914, 885, 100, 'Basti', 268000000, 827166700, 0),
(21915, 885, 100, 'Belthara', 261230600, 838688900, 0),
(21916, 885, 100, 'Benares', 253333300, 830000000, 0),
(21917, 885, 100, 'Bhadohi', 254166700, 825666700, 0),
(21918, 885, 100, 'Bijnor', 293666700, 781333300, 0),
(21919, 885, 100, 'Bilaspur', 284000000, 776166700, 0),
(21920, 885, 100, 'Bisalpur', 283000000, 798000000, 0),
(21921, 885, 100, 'Bithur', 266333300, 802833300, 0),
(21922, 885, 100, 'Budaun', 280500000, 791166700, 0),
(21923, 885, 100, 'Budhana', 292833300, 774666700, 0),
(21924, 885, 100, 'Bulandshahr', 284000000, 778500000, 0),
(21925, 885, 100, 'Chail', 254333300, 816333300, 0),
(21926, 885, 100, 'Chandauli', 252666700, 832666700, 0),
(21927, 885, 100, 'Chandpur', 291500000, 782666700, 0),
(21928, 885, 100, 'Dadri', 285666700, 775500000, 0),
(21929, 885, 100, 'Dankaur', 283500000, 775500000, 0),
(21930, 885, 100, 'Dasna', 286833300, 775333300, 0),
(21931, 885, 100, 'Daurala', 291166700, 776833300, 0),
(21932, 885, 100, 'Dayal Bagh', 272166700, 780166700, 0),
(21933, 885, 100, 'Deoria', 265047200, 837872200, 0),
(21934, 885, 100, 'Dhampur', 293166700, 785166700, 0),
(21935, 885, 100, 'Dhaurahra', 280000000, 810833300, 0),
(21936, 885, 100, 'Dibai', 282166700, 782500000, 0),
(21937, 885, 100, 'Dohrighat', 262644400, 835163900, 0),
(21938, 885, 100, 'Etawah', 267769000, 790239000, 0),
(21939, 885, 100, 'Faizabad', 267833300, 821333300, 0),
(21940, 885, 100, 'Farah', 273333300, 777666700, 0),
(21941, 885, 100, 'Farrukhabad', 274000000, 795666700, 0),
(21942, 885, 100, 'Fatehabad', 270166700, 783166700, 0),
(21943, 885, 100, 'Fatehganj West', 284666700, 793000000, 0),
(21944, 885, 100, 'Fatehgarh', 273666700, 796333300, 0),
(21945, 885, 100, 'Fatehpur', 259333300, 808000000, 0),
(21946, 885, 100, 'Firozabad', 271500000, 784166700, 0),
(21947, 885, 100, 'Gajraula', 288500000, 782333300, 0),
(21948, 885, 100, 'Gangoh', 297666700, 772500000, 0),
(21949, 885, 100, 'Ghaziabad', 286666700, 774333300, 0),
(21950, 885, 100, 'Ghazipur', 255833300, 835666700, 0),
(21951, 885, 100, 'Gonda', 271333300, 819333300, 0),
(21952, 885, 100, 'Gorakhpur', 267550000, 833738900, 0),
(21953, 885, 100, 'Goshainganj', 267666700, 811166700, 0),
(21954, 885, 100, 'Hamirpur', 259500000, 801500000, 0),
(21955, 885, 100, 'Hapur', 287166700, 777833300, 0),
(21956, 885, 100, 'Hardoi', 274166700, 801166700, 0),
(21957, 885, 100, 'Harduaganj', 279500000, 781666700, 0),
(21958, 885, 100, 'Hasanpur', 287166700, 782833300, 0),
(21959, 885, 100, 'Hathras', 276000000, 780500000, 0),
(21960, 885, 100, 'Jainpur', 261533300, 833347200, 0),
(21961, 885, 100, 'Jasrana', 272500000, 786833300, 0),
(21962, 885, 100, 'Jaunpur', 257333300, 826833300, 0),
(21963, 885, 100, 'Jewar', 281333300, 775500000, 0),
(21964, 885, 100, 'Jhansi', 254333300, 785833300, 0),
(21965, 885, 100, 'Kabrai', 254166700, 800166700, 0),
(21966, 885, 100, 'Kachhwa', 252166700, 827166700, 0),
(21967, 885, 100, 'Kakori', 268833300, 808000000, 0),
(21968, 885, 100, 'Kannauj', 270546000, 799220000, 0),
(21969, 885, 100, 'Kanpur', 264666700, 803500000, 0),
(21970, 885, 100, 'Kant', 278000000, 798000000, 0),
(21971, 885, 100, 'Kasganj', 278166700, 786500000, 0),
(21972, 885, 100, 'Khalilabad', 267750000, 830736100, 0),
(21973, 885, 100, 'Kharela', 255500000, 798166700, 0),
(21974, 885, 100, 'Kharkhauda', 288333300, 777500000, 0),
(21975, 885, 100, 'Khatauli', 292833300, 777166700, 0),
(21976, 885, 100, 'Khekra', 288666700, 772833300, 0),
(21977, 885, 100, 'Kheri', 279000000, 808000000, 0),
(21978, 885, 100, 'Khurja', 282500000, 778500000, 0),
(21979, 885, 100, 'Kiratpur', 295166700, 782000000, 0),
(21980, 885, 100, 'Kosi', 278000000, 774333300, 0),
(21981, 885, 100, 'Kunda', 257166700, 815166700, 0),
(21982, 885, 100, 'Laharpur', 277166700, 809000000, 0),
(21983, 885, 100, 'Lakhimpur', 279500000, 807666700, 0),
(21984, 885, 100, 'Lalitpur', 246833300, 784166700, 0),
(21985, 885, 100, 'Lar', 262038900, 839716700, 0),
(21986, 885, 100, 'Loni', 287500000, 772833300, 0),
(21987, 885, 100, 'Lucknow', 268500000, 809166700, 0),
(21988, 885, 100, 'Mainpuri', 272333300, 790166700, 0),
(21989, 885, 100, 'Mariahu', 256166700, 826166700, 0),
(21990, 885, 100, 'Mathura', 275000000, 776833300, 0),
(21991, 885, 100, 'Mau', 259500000, 835500000, 0),
(21992, 885, 100, 'Meerut', 289833300, 777000000, 0),
(21993, 885, 100, 'Mirzapur', 251500000, 825833300, 0),
(21994, 885, 100, 'Moradabad', 288333300, 787833300, 0),
(21995, 885, 100, 'Mubarakpur', 260900000, 832922200, 0),
(21996, 885, 100, 'Mughal Sarai', 253000000, 831166700, 0),
(21997, 885, 100, 'Muhammadabad', 256333300, 837500000, 0),
(21998, 885, 100, 'Muradnagar', 287833300, 775000000, 0),
(21999, 885, 100, 'Muzaffarnagar', 294666700, 776833300, 0),
(22000, 885, 100, 'Nawabganj', 268666700, 821333300, 0),
(22001, 885, 100, 'Niwari', 288833300, 775333300, 0),
(22002, 885, 100, 'Noida', 285800000, 773300000, 0),
(22003, 885, 100, 'Obra', 244166700, 829833300, 0),
(22004, 885, 100, 'Padrauna', 269025000, 839819400, 0),
(22005, 885, 100, 'Pawayan', 280666700, 801000000, 0),
(22006, 885, 100, 'Pihani', 276333300, 802000000, 0),
(22007, 885, 100, 'Pilibhit', 286333300, 798000000, 0),
(22008, 885, 100, 'Pipraich', 268263900, 835300000, 0),
(22009, 885, 100, 'Pratapgarh', 259000000, 819500000, 0),
(22010, 885, 100, 'Rae Bareli', 262166700, 812333300, 0),
(22011, 885, 100, 'Ramnagar', 252833300, 830333300, 0),
(22012, 885, 100, 'Rampur', 288166700, 790333300, 0),
(22013, 885, 100, 'Rudarpur', 264394400, 836144400, 0),
(22014, 885, 100, 'Saharanpur', 299666700, 775500000, 0),
(22015, 885, 100, 'Sambhal', 285833300, 785500000, 0),
(22016, 885, 100, 'Satrikh', 268666700, 812000000, 0),
(22017, 885, 100, 'Shahi', 285500000, 793166700, 0),
(22018, 885, 100, 'Shahjahanpur', 278833300, 799166700, 0),
(22019, 885, 100, 'Shamli', 294500000, 773166700, 0),
(22020, 885, 100, 'Sikandra', 263666700, 796500000, 0),
(22021, 885, 100, 'Sirathu', 256500000, 813166700, 0),
(22022, 885, 100, 'Sirsi', 286500000, 786500000, 0),
(22023, 885, 100, 'Sitapur', 275666700, 806833300, 0),
(22024, 885, 100, 'Sultanpur', 262666700, 820666700, 0),
(22025, 885, 100, 'Titron', 296680600, 773225000, 0),
(22026, 885, 100, 'Unnao', 265333300, 805000000, 0),
(22027, 885, 100, 'Vrindavan', 275833300, 777000000, 0),
(22028, 885, 100, 'Zamania', 254333300, 835666700, 0),
(22029, 886, 100, 'Almora', 296166700, 796666700, 0),
(22030, 886, 100, 'Clement Town', 302666700, 780666700, 0),
(22031, 886, 100, 'Dehra Dun', 303166700, 780333300, 0),
(22032, 886, 100, 'Devaprayag', 301500000, 786166700, 0),
(22033, 886, 100, 'Haldwani', 292166700, 795166700, 0),
(22034, 886, 100, 'Haridwar', 299666700, 781666700, 0),
(22035, 886, 100, 'Kaladhungi', 292833300, 793500000, 0),
(22036, 886, 100, 'Khatima', 289166700, 799666700, 0),
(22037, 886, 100, 'Kichha', 289166700, 795000000, 0),
(22038, 886, 100, 'Kotdwara', 297500000, 785333300, 0),
(22039, 886, 100, 'Mussoorie', 304500000, 780833300, 0),
(22040, 886, 100, 'Naini Tal', 293974300, 794468600, 0),
(22041, 886, 100, 'Pipalkoti', 304333300, 794500000, 0),
(22042, 886, 100, 'Pithoragarh', 295833300, 802166700, 0),
(22043, 886, 100, 'Raipur', 303166700, 781000000, 0),
(22044, 886, 100, 'Rishikesh', 301166700, 783166700, 0),
(22045, 886, 100, 'Roorkee', 298666700, 778833300, 0),
(22046, 886, 100, 'Rudraprayag', 302833300, 789833300, 0),
(22047, 886, 100, 'Sitarganj', 289333300, 797000000, 0),
(22048, 886, 100, 'Srinagar', 302166700, 787833300, 0),
(22049, 886, 100, 'Sultanpur', 297500000, 781166700, 0),
(22050, 886, 100, 'Vikasnagar', 304683300, 777750000, 0),
(22051, 887, 100, 'Aistala', 231800000, 885800000, 0),
(22052, 887, 100, 'Amtala', 223713900, 882944400, 0),
(22053, 887, 100, 'Arambagh', 228833300, 877833300, 0),
(22054, 887, 100, 'Asansol', 236833300, 869833300, 0),
(22055, 887, 100, 'Ashoknagar Kalyangarh', 228641600, 886370100, 0),
(22056, 887, 100, 'Baduria', 227416700, 887858300, 0),
(22057, 887, 100, 'Baghdogra', 267000000, 883166700, 0),
(22058, 887, 100, 'Bagnan', 229241700, 881400000, 0),
(22059, 887, 100, 'Bagula', 233166700, 886500000, 0),
(22060, 887, 100, 'Baharampur', 241000000, 882500000, 0),
(22061, 887, 100, 'Bahula', 236517600, 871647500, 0),
(22062, 887, 100, 'Baidyabati', 227850000, 883247200, 0),
(22063, 887, 100, 'Baj Baj', 224747200, 881702800, 0),
(22064, 887, 100, 'Bakreswar', 238833300, 873666700, 0),
(22065, 887, 100, 'Bali', 226461100, 883402800, 0),
(22066, 887, 100, 'Balurghat', 252166700, 887666700, 0),
(22067, 887, 100, 'Bangaon', 230666700, 888166700, 0),
(22068, 887, 100, 'Bankra', 226275000, 882980600, 0),
(22069, 887, 100, 'Bankura', 232500000, 870666700, 0),
(22070, 887, 100, 'Bara Bazar', 225666700, 883500000, 0),
(22071, 887, 100, 'Barakpur', 227613900, 883719400, 0),
(22072, 887, 100, 'Baranagar', 226433300, 883652800, 0),
(22073, 887, 100, 'Barasat', 227166700, 885166700, 0),
(22074, 887, 100, 'Barddhaman', 232500000, 878500000, 0),
(22075, 887, 100, 'Barjora', 234333300, 872833300, 0),
(22076, 887, 100, 'Baruipur', 223497200, 884391700, 0),
(22077, 887, 100, 'Bhadreswar', 228244400, 883505600, 0),
(22078, 887, 100, 'Bhandardaha', 226169400, 882144400, 0),
(22079, 887, 100, 'Bhatpara', 228713900, 884088900, 0),
(22080, 887, 100, 'Bishnupur', 223833300, 882666700, 0),
(22081, 887, 100, 'Bolpur', 236666700, 877166700, 0),
(22082, 887, 100, 'Canning', 223188900, 886713900, 0),
(22083, 887, 100, 'Chakapara', 226322200, 883486100, 0),
(22084, 887, 100, 'Champahati', 223958300, 884847200, 0),
(22085, 887, 100, 'Chandannagar', 228691700, 883772200, 0),
(22086, 887, 100, 'Chandrakona', 227333300, 875166700, 0),
(22087, 887, 100, 'Contai', 217786100, 877536100, 0),
(22088, 887, 100, 'Dam Dam', 226222200, 884169400, 0),
(22089, 887, 100, 'Darjiling', 270333300, 882666700, 0),
(22090, 887, 100, 'Durgapur', 234833300, 873166700, 0),
(22091, 887, 100, 'Falakata', 265208400, 892054500, 0),
(22092, 887, 100, 'Garui', 226333300, 884000000, 0),
(22093, 887, 100, 'Gobindapur', 225930600, 880913900, 0),
(22094, 887, 100, 'Goyerkata', 266998400, 890256500, 0),
(22095, 887, 100, 'Guskhara', 235000000, 877500000, 0),
(22096, 887, 100, 'Habra', 228344400, 886275000, 0),
(22097, 887, 100, 'Haldia', 220604600, 881097500, 0),
(22098, 887, 100, 'Halisahar', 229497200, 884194400, 0),
(22099, 887, 100, 'Haora', 225891700, 883102800, 0),
(22100, 887, 100, 'Haringhata', 229500000, 885666700, 0),
(22101, 887, 100, 'Hugli', 228955600, 884025000, 0),
(22102, 887, 100, 'Ingraj Bazar', 250000000, 881500000, 0),
(22103, 887, 100, 'Jaigaon', 268476600, 893755800, 0),
(22104, 887, 100, 'Jalpaiguri', 265166700, 887333300, 0),
(22105, 887, 100, 'Jangipur', 244666700, 880666700, 0),
(22106, 887, 100, 'Kalaikunda', 223500000, 872500000, 0),
(22107, 887, 100, 'Kalimpang', 270666700, 884833300, 0),
(22108, 887, 100, 'Kaliyaganj', 256333300, 883166700, 0),
(22109, 887, 100, 'Kalna', 232166700, 883666700, 0),
(22110, 887, 100, 'Kalyani', 229833300, 884833300, 0),
(22111, 887, 100, 'Kamarhati', 226711100, 883747200, 0),
(22112, 887, 100, 'Kanchrapara', 229700000, 884319400, 0),
(22113, 887, 100, 'Karimpur', 239666700, 886166700, 0),
(22114, 887, 100, 'Katoya', 236500000, 881333300, 0),
(22115, 887, 100, 'Kesabpur', 229683300, 882627800, 0),
(22116, 887, 100, 'Kharagpur', 223333300, 873333300, 0),
(22117, 887, 100, 'Kharar', 227000000, 876833300, 0),
(22118, 887, 100, 'Kishanganj', 261166700, 879333300, 0),
(22119, 887, 100, 'Koch Bihar', 263166700, 894333300, 0),
(22120, 887, 100, 'Kolkata', 225697200, 883697200, 0),
(22121, 887, 100, 'Konnagar', 227000000, 883475000, 0),
(22122, 887, 100, 'Krishnanagar', 234000000, 885000000, 0),
(22123, 887, 100, 'Lalgola', 244166700, 882500000, 0),
(22124, 887, 100, 'Madanpur', 230166700, 884833300, 0),
(22125, 887, 100, 'Madhyamgram', 227000000, 884500000, 0),
(22126, 887, 100, 'Mahiari', 225922200, 882377800, 0),
(22127, 887, 100, 'Medinipur', 224333300, 873333300, 0),
(22128, 887, 100, 'Memari', 232000000, 881166700, 0),
(22129, 887, 100, 'Muragacha', 235333300, 884000000, 0),
(22130, 887, 100, 'Murshidabad', 241833300, 882666700, 0),
(22131, 887, 100, 'Nalhati', 243000000, 878166700, 0),
(22132, 887, 100, 'Pandua', 230833300, 882833300, 0),
(22133, 887, 100, 'Puruliya', 233333300, 863666700, 0),
(22134, 887, 100, 'Raghunathpur', 235500000, 866666700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(22135, 887, 100, 'Raiganj', 256166700, 881166700, 0),
(22136, 887, 100, 'Rajmahal', 250500000, 878333300, 0),
(22137, 887, 100, 'Ranaghat', 231833300, 885833300, 0),
(22138, 887, 100, 'Rishra', 227141700, 883477800, 0),
(22139, 887, 100, 'Sainthia', 239500000, 876666700, 0),
(22140, 887, 100, 'Santoshpur', 225252800, 882650000, 0),
(22141, 887, 100, 'Shantipur', 232500000, 884666700, 0),
(22142, 887, 100, 'Shiliguri', 267000000, 884333300, 0),
(22143, 887, 100, 'Shrirampur', 227527800, 883422200, 0),
(22144, 887, 100, 'Singur', 228091700, 882294400, 0),
(22145, 887, 100, 'Siuri', 239166700, 875333300, 0),
(22146, 887, 100, 'Sodpur', 227088900, 883872200, 0),
(22147, 887, 100, 'Srirampur', 229488900, 880188900, 0),
(22148, 887, 100, 'Tamluk', 223000000, 879166700, 0),
(22149, 887, 100, 'Tufanganj', 263166700, 896666700, 0),
(22150, 888, 101, 'Banda Aceh', 55577000, 953222000, 0),
(22151, 888, 101, 'Bireun', 52030000, 967009000, 0),
(22152, 888, 101, 'Langsa', 44683000, 979683000, 0),
(22153, 888, 101, 'Lhokseumawe', 51801000, 971507000, 0),
(22154, 888, 101, 'Meulaboh', 41363000, 961285000, 0),
(22155, 888, 101, 'Sabang', 58933300, 953213900, 0),
(22156, 888, 101, 'Sigli', 53848000, 959609000, 0),
(22157, 888, 101, 'Sinabang', 24803000, 963801000, 0),
(22158, 889, 101, 'Badung', -84355000, 1152437000, 0),
(22159, 889, 101, 'Bangli', -84542000, 1153545000, 0),
(22160, 889, 101, 'Banjar Batanbuah', -86026000, 1151053000, 0),
(22161, 889, 101, 'Banjar Bunutpanggang', -81655600, 1150194300, 0),
(22162, 889, 101, 'Banjar Gunungpande', -86160000, 1151448000, 0),
(22163, 889, 101, 'Banjar Kaliuntu Satu', -81118000, 1150820000, 0),
(22164, 889, 101, 'Banjar Kayangan', -86227000, 1152295000, 0),
(22165, 889, 101, 'Banjar Kerobokan', -86185000, 1151276000, 0),
(22166, 889, 101, 'Banjar Kertajiwa', -86402000, 1152618000, 0),
(22167, 889, 101, 'Banjar Paangkelod', -86240000, 1152414000, 0),
(22168, 889, 101, 'Banjar Sidayu', -81027000, 1151200000, 0),
(22169, 889, 101, 'Banjar Taman', -86818000, 1152564000, 0),
(22170, 889, 101, 'Banjar Tegalmengkeb Kaja', -85328000, 1150338000, 0),
(22171, 889, 101, 'Banjar Tegalsari', -81256000, 1150926000, 0),
(22172, 889, 101, 'Banjar Teguan', -85067000, 1152298000, 0),
(22173, 889, 101, 'Banjar Tengah', -84749000, 1155375000, 0),
(22174, 889, 101, 'Bualu', -87960000, 1152172000, 0),
(22175, 889, 101, 'Dajan Tangluk', -86458000, 1152389000, 0),
(22176, 889, 101, 'Dajanrurung', -82015000, 1148899000, 0),
(22177, 889, 101, 'Dawan', -85408000, 1154425000, 0),
(22178, 889, 101, 'Denpasar', -86500000, 1152166700, 0),
(22179, 889, 101, 'Jabajero', -87276700, 1151750200, 0),
(22180, 889, 101, 'Jimbaran', -87909300, 1151600600, 0),
(22181, 889, 101, 'Karyadharma', -87037000, 1152187000, 0),
(22182, 889, 101, 'Kelanabian', -87519000, 1151769000, 0),
(22183, 889, 101, 'Klungkung', -85333300, 1154000000, 0),
(22184, 889, 101, 'Kuta', -87233200, 1151723400, 0),
(22185, 889, 101, 'Ubud', -85098000, 1152654000, 0),
(22186, 889, 101, 'Umbanyar', -81947000, 1149181000, 0),
(22187, 890, 101, 'Babakan', -68936500, 1062118900, 0),
(22188, 890, 101, 'Barusatu', -63207000, 1059460000, 0),
(22189, 890, 101, 'Bogor', -63314000, 1058684000, 0),
(22190, 890, 101, 'Bojonegara', -59700000, 1060955000, 0),
(22191, 890, 101, 'Bojong', -61618000, 1060899000, 0),
(22192, 890, 101, 'Cibodas', -65935000, 1058584000, 0),
(22193, 890, 101, 'Cikarang', -67165000, 1059201000, 0),
(22194, 890, 101, 'Dahu', -62163000, 1058740000, 0),
(22195, 890, 101, 'Gajahmada', -63786000, 1060123000, 0),
(22196, 890, 101, 'Jati', -65153000, 1061958000, 0),
(22197, 890, 101, 'Karangtengah', -64586000, 1058868000, 0),
(22198, 890, 101, 'Kebon', -64730000, 1058782000, 0),
(22199, 890, 101, 'Pakuncen', -59543000, 1060711000, 0),
(22200, 890, 101, 'Pandeglang', -63084000, 1061067000, 0),
(22201, 890, 101, 'Pangarengan', -59571400, 1060726600, 0),
(22202, 890, 101, 'Parigi', -63818000, 1058756000, 0),
(22203, 890, 101, 'Perdana', -65280000, 1058403000, 0),
(22204, 890, 101, 'Rangkasbitung', -63591000, 1062494000, 0),
(22205, 890, 101, 'Serang', -61149000, 1061502000, 0),
(22206, 890, 101, 'Sukamulya', -68121000, 1058874000, 0),
(22207, 890, 101, 'Tangerang', -61783060, 1066318890, 0),
(22208, 890, 101, 'Tegal', -64046000, 1058972000, 0),
(22209, 891, 101, 'Bengkulu', -38004400, 1022655400, 0),
(22210, 891, 101, 'Curup', -34666700, 1025333300, 0),
(22211, 892, 101, 'Bilungala', 3815000, 1232135000, 0),
(22212, 892, 101, 'Gorontalo', 5412000, 1230595000, 0),
(22213, 892, 101, 'Molobulahe', 6326000, 1225748000, 0),
(22214, 893, 101, 'Manokwari', -8666700, 1340833300, 0),
(22215, 893, 101, 'Sorong', -8833300, 1312500000, 0),
(22216, 894, 101, 'Jakarta', -62146200, 1068451300, 0),
(22217, 895, 101, 'Jambi', -16000000, 1036166700, 0),
(22218, 895, 101, 'Kualatungkal', -8166700, 1034666700, 0),
(22219, 895, 101, 'Sungaipenuh', -20833300, 1013833300, 0),
(22220, 896, 101, 'Arjawinangun', -66452800, 1084102800, 0),
(22221, 896, 101, 'Awipari Tengah', -73511000, 1082719000, 0),
(22222, 896, 101, 'Babakan Nyampay', -70465000, 1080870000, 0),
(22223, 896, 101, 'Bandrek', -70553000, 1080097000, 0),
(22224, 896, 101, 'Bandung', -73993000, 1082607000, 0),
(22225, 896, 101, 'Banjar', -71955000, 1074313000, 0),
(22226, 896, 101, 'Banjaran', -70452800, 1075877800, 0),
(22227, 896, 101, 'Bekasi', -62349000, 1069896000, 0),
(22228, 896, 101, 'Bogor', -65944400, 1067891700, 0),
(22229, 896, 101, 'Bojong', -71164000, 1084367000, 0),
(22230, 896, 101, 'Caringin', -67061100, 1068213900, 0),
(22231, 896, 101, 'Ciamis', -73257000, 1083534000, 0),
(22232, 896, 101, 'Ciampea', -65547200, 1067008300, 0),
(22233, 896, 101, 'Cibeureum', -73707000, 1085087000, 0),
(22234, 896, 101, 'Cibinong', -72037000, 1065251000, 0),
(22235, 896, 101, 'Cibinong Satu', -73228000, 1071275000, 0),
(22236, 896, 101, 'Cibitung', -73335000, 1083629000, 0),
(22237, 896, 101, 'Cibogor', -73141000, 1082299000, 0),
(22238, 896, 101, 'Cikalang', -73390000, 1082306000, 0),
(22239, 896, 101, 'Cikampek', -64197200, 1074558300, 0),
(22240, 896, 101, 'Cileungsi', -63947200, 1069591700, 0),
(22241, 896, 101, 'Cileunyi', -69388900, 1077527800, 0),
(22242, 896, 101, 'Cilolongokan', -70378000, 1079712000, 0),
(22243, 896, 101, 'Cimahi', -68722200, 1075425000, 0),
(22244, 896, 101, 'Cinyawar', -73325000, 1079241000, 0),
(22245, 896, 101, 'Cipeuyeum', -70664000, 1080889000, 0),
(22246, 896, 101, 'Ciputat', -62375000, 1066955600, 0),
(22247, 896, 101, 'Ciranjang-hilir', -68200000, 1072572200, 0),
(22248, 896, 101, 'Cirebon', -67063000, 1085570000, 0),
(22249, 896, 101, 'Cireundang', -72002100, 1078781900, 0),
(22250, 896, 101, 'Dangdeur', -72525000, 1078294000, 0),
(22251, 896, 101, 'Depok', -64000000, 1068186100, 0),
(22252, 896, 101, 'Garisul', -65055000, 1064959000, 0),
(22253, 896, 101, 'Garut', -72024000, 1078878000, 0),
(22254, 896, 101, 'Gunungkalong', -69961100, 1067983300, 0),
(22255, 896, 101, 'Indramayu', -63263900, 1083200000, 0),
(22256, 896, 101, 'Jatibarang', -64747200, 1083152800, 0),
(22257, 896, 101, 'Jatinagara', -71735000, 1084028000, 0),
(22258, 896, 101, 'Jatisari', -71534000, 1085488000, 0),
(22259, 896, 101, 'Karangpawitan', -74276000, 1073834000, 0),
(22260, 896, 101, 'Karangsembung', -68487000, 1086422000, 0),
(22261, 896, 101, 'Karawang', -63125000, 1072950000, 0),
(22262, 896, 101, 'Kiarapayung', -72127000, 1084656000, 0),
(22263, 896, 101, 'Kompa Satu', -65822200, 1065061100, 0),
(22264, 896, 101, 'Kresek', -61313900, 1063797200, 0),
(22265, 896, 101, 'Kuningan', -69758300, 1084830600, 0),
(22266, 896, 101, 'Lembang', -68116700, 1076175000, 0),
(22267, 896, 101, 'Majalengka', -68361100, 1082277800, 0),
(22268, 896, 101, 'Margahayukencana', -69708300, 1075675000, 0),
(22269, 896, 101, 'Ngawi', -74038000, 1114461000, 0),
(22270, 896, 101, 'Padaherang', -75499000, 1086956000, 0),
(22271, 896, 101, 'Padalarang', -68377800, 1074727800, 0),
(22272, 896, 101, 'Pamanukan', -62841700, 1078105600, 0),
(22273, 896, 101, 'Pameungpeuk', -70183300, 1076038900, 0),
(22274, 896, 101, 'Pamulang', -63427800, 1067383300, 0),
(22275, 896, 101, 'Pasarkemis', -61702800, 1065302800, 0),
(22276, 896, 101, 'Purwakarta', -65569400, 1074433300, 0),
(22277, 896, 101, 'Rengasdengklok', -61591700, 1072980600, 0),
(22278, 896, 101, 'Sagaranten', -72184000, 1068851000, 0),
(22279, 896, 101, 'Sawangan', -64027800, 1067744400, 0),
(22280, 896, 101, 'Serpong', -63169400, 1066641700, 0),
(22281, 896, 101, 'Soreang', -70330600, 1075183300, 0),
(22282, 896, 101, 'Subang', -71277000, 1085283000, 0),
(22283, 896, 101, 'Sukabumi', -69180600, 1069266700, 0),
(22284, 896, 101, 'Sukawangsa', -72589000, 1078011000, 0),
(22285, 896, 101, 'Sumedang Utara', -68500000, 1079166700, 0),
(22286, 896, 101, 'Surabaya', -70259000, 1080209000, 0),
(22287, 896, 101, 'Suryabakti', -70127000, 1068411000, 0),
(22288, 896, 101, 'Tangerang', -61780600, 1066300000, 0),
(22289, 896, 101, 'Tasikmalaya', -73274000, 1082207000, 0),
(22290, 896, 101, 'Tawangsari', -73227000, 1082206000, 0),
(22291, 896, 101, 'Teluknaga', -60988900, 1066380600, 0),
(22292, 896, 101, 'Yudanagara', -73307000, 1082164000, 0),
(22293, 897, 101, 'Ambarawa', -72633300, 1103975000, 0),
(22294, 897, 101, 'Babadan', -67219000, 1112948000, 0),
(22295, 897, 101, 'Banyumas', -75141700, 1092941700, 0),
(22296, 897, 101, 'Batang', -64846000, 1107083000, 0),
(22297, 897, 101, 'Blora', -69698000, 1114186000, 0),
(22298, 897, 101, 'Boyolali', -75330600, 1105958300, 0),
(22299, 897, 101, 'Brebes', -68750000, 1090527780, 0),
(22300, 897, 101, 'Comal', -69053000, 1095347000, 0),
(22301, 897, 101, 'Culeng', -66491000, 1115473000, 0),
(22302, 897, 101, 'Demak', -68909000, 1106396000, 0),
(22303, 897, 101, 'Gemiring', -67531000, 1110155000, 0),
(22304, 897, 101, 'Grogol', -76011100, 1108186100, 0),
(22305, 897, 101, 'Growong Lor', -67115000, 1111413000, 0),
(22306, 897, 101, 'Jaten', -75772200, 1108975000, 0),
(22307, 897, 101, 'Kadengan', -71840000, 1113876000, 0),
(22308, 897, 101, 'Karanganyar', -67041000, 1116312000, 0),
(22309, 897, 101, 'Karangbadar Kidul', -77055600, 1090308300, 0),
(22310, 897, 101, 'Kartasura', -75519400, 1107377800, 0),
(22311, 897, 101, 'Kedungwuni', -69703800, 1096479400, 0),
(22312, 897, 101, 'Kendal', -69189970, 1102048140, 0),
(22313, 897, 101, 'Ketapang', -65589000, 1110379000, 0),
(22314, 897, 101, 'Klaten', -77058300, 1106063900, 0),
(22315, 897, 101, 'Krajan Sale', -68617000, 1116067000, 0),
(22316, 897, 101, 'Kudus', -68048000, 1108405000, 0),
(22317, 897, 101, 'Magelang', -74705600, 1102177800, 0),
(22318, 897, 101, 'Mertoyudan', -75200000, 1102263900, 0),
(22319, 897, 101, 'Mranggen', -70268000, 1105158000, 0),
(22320, 897, 101, 'Ngemplak', -75497200, 1107163900, 0),
(22321, 897, 101, 'Parenggan', -67469000, 1110430000, 0),
(22322, 897, 101, 'Pati', -67559000, 1110380000, 0),
(22323, 897, 101, 'Pekalongan', -68886000, 1096753000, 0),
(22324, 897, 101, 'Pemalang', -69000000, 1093666700, 0),
(22325, 897, 101, 'Purbalingga', -73880600, 1093638900, 0),
(22326, 897, 101, 'Purwodadi', -76020000, 1087610000, 0),
(22327, 897, 101, 'Purwokerto', -74213900, 1092344400, 0),
(22328, 897, 101, 'Rembang', -67070000, 1113498000, 0),
(22329, 897, 101, 'Salatiga', -73319400, 1104927800, 0),
(22330, 897, 101, 'Semarang', -69932000, 1104203000, 0),
(22331, 897, 101, 'Sragen', -74263900, 1110222200, 0),
(22332, 897, 101, 'Surakarta', -75561100, 1108316700, 0),
(22333, 897, 101, 'Tegal', -68694000, 1091402000, 0),
(22334, 897, 101, 'Temanjang', -70931000, 1113929000, 0),
(22335, 897, 101, 'Tengah', -75552800, 1091130600, 0),
(22336, 897, 101, 'Ungaran', -71397200, 1104050000, 0),
(22337, 897, 101, 'Wedarijaksa', -66815500, 1110716000, 0),
(22338, 897, 101, 'Weleri', -69713000, 1100666000, 0),
(22339, 897, 101, 'Winong', -67445000, 1110305000, 0),
(22340, 897, 101, 'Wonosari', -69516000, 1114335000, 0),
(22341, 897, 101, 'Wonosobo', -73600000, 1099025000, 0),
(22342, 898, 101, 'Ardirejo', -81245000, 1125734000, 0),
(22343, 898, 101, 'Baban Tengah', -83357000, 1138510000, 0),
(22344, 898, 101, 'Babat', -71128200, 1121635400, 0),
(22345, 898, 101, 'Bagorejo', -83960000, 1143045000, 0),
(22346, 898, 101, 'Bandung', -81586000, 1124618000, 0),
(22347, 898, 101, 'Bangil', -75993900, 1128186000, 0),
(22348, 898, 101, 'Bangkalan', -70455000, 1127351000, 0),
(22349, 898, 101, 'Banyuwangi', -82215000, 1143646000, 0),
(22350, 898, 101, 'Batu', -78700000, 1125283300, 0),
(22351, 898, 101, 'Blitar', -80983000, 1121681000, 0),
(22352, 898, 101, 'Bojonegoro', -71502000, 1118817000, 0),
(22353, 898, 101, 'Bondowoso', -79134600, 1138214500, 0),
(22354, 898, 101, 'Buduran', -74281000, 1127234000, 0),
(22355, 898, 101, 'Cungking', -82170000, 1143543000, 0),
(22356, 898, 101, 'Deket Kulon', -71184000, 1124395000, 0),
(22357, 898, 101, 'Diwek', -75789700, 1122310900, 0),
(22358, 898, 101, 'Driyorejo', -73659000, 1126219000, 0),
(22359, 898, 101, 'Duren', -81213000, 1122828000, 0),
(22360, 898, 101, 'Gadang', -80123000, 1126283000, 0),
(22361, 898, 101, 'Gayasan Kulon', -82657000, 1136634000, 0),
(22362, 898, 101, 'Gondanglegi Wetan', -81796600, 1126407600, 0),
(22363, 898, 101, 'Gresik', -71538900, 1126561100, 0),
(22364, 898, 101, 'Gubengairlangga', -72729000, 1127573000, 0),
(22365, 898, 101, 'Gununganyar', -73409000, 1127821000, 0),
(22366, 898, 101, 'Jabalan', -80822000, 1119666000, 0),
(22367, 898, 101, 'Jagirsidosermo', -73067800, 1127545300, 0),
(22368, 898, 101, 'Jatiroto', -78833300, 1111166700, 0),
(22369, 898, 101, 'Jember', -81660400, 1137031700, 0),
(22370, 898, 101, 'Jombang', -82329000, 1133026000, 0),
(22371, 898, 101, 'Jumerto', -81379000, 1136881000, 0),
(22372, 898, 101, 'Kalimat', -70086000, 1124997000, 0),
(22373, 898, 101, 'Kaliwates', -81821000, 1136712000, 0),
(22374, 898, 101, 'Kambingan Satu', -80120000, 1127103000, 0),
(22375, 898, 101, 'Kandangan', -80667000, 1130902000, 0),
(22376, 898, 101, 'Karangwaru', -80703000, 1118984000, 0),
(22377, 898, 101, 'Kebomas', -71666700, 1126333000, 0),
(22378, 898, 101, 'Kediri', -78166700, 1120166700, 0),
(22379, 898, 101, 'Kedungasem', -73216000, 1127787000, 0),
(22380, 898, 101, 'Kemiri', -82267000, 1119113000, 0),
(22381, 898, 101, 'Kencong', -82833300, 1133666700, 0),
(22382, 898, 101, 'Kertosono', -75833300, 1121000000, 0),
(22383, 898, 101, 'Klatakan', -81762000, 1143834000, 0),
(22384, 898, 101, 'Kraksaan', -77584500, 1133962400, 0),
(22385, 898, 101, 'Kromot', -80430000, 1133029000, 0),
(22386, 898, 101, 'Labansari', -72596900, 1127913100, 0),
(22387, 898, 101, 'Lamongan', -71166700, 1124166700, 0),
(22388, 898, 101, 'Lawang', -78353000, 1126947000, 0),
(22389, 898, 101, 'Lodoyo', -81613000, 1122173000, 0),
(22390, 898, 101, 'Lumajang', -81335000, 1132248000, 0),
(22391, 898, 101, 'Madiun', -76298000, 1115239000, 0),
(22392, 898, 101, 'Maduran', -70042000, 1122807000, 0),
(22393, 898, 101, 'Malang', -79797000, 1126304000, 0),
(22394, 898, 101, 'Mojoagung', -75666700, 1123500000, 0),
(22395, 898, 101, 'Mojokerto', -74664000, 1124338000, 0),
(22396, 898, 101, 'Mondokan', -68852000, 1120253000, 0),
(22397, 898, 101, 'Mulyorejo', -72628700, 1127839200, 0),
(22398, 898, 101, 'Nganjuk', -76051000, 1119035000, 0),
(22399, 898, 101, 'Ngipik', -81036000, 1118766000, 0),
(22400, 898, 101, 'Ngoro', -76838600, 1122580400, 0),
(22401, 898, 101, 'Ngunut', -81058000, 1120159100, 0),
(22402, 898, 101, 'Pacarkeling', -72580000, 1127581000, 0),
(22403, 898, 101, 'Pagerwojo', -71196000, 1124021000, 0),
(22404, 898, 101, 'Pamekasan', -71568000, 1134746000, 0),
(22405, 898, 101, 'Pandakan', -76526800, 1126875000, 0),
(22406, 898, 101, 'Panji', -77252800, 1140995400, 0),
(22407, 898, 101, 'Panti', -81677000, 1136259000, 0),
(22408, 898, 101, 'Pare', -77679000, 1121980000, 0),
(22409, 898, 101, 'Pasuruan', -76453000, 1129075000, 0),
(22410, 898, 101, 'Ploso', -72522200, 1127633300, 0),
(22411, 898, 101, 'Ponorogo', -78685000, 1114620000, 0),
(22412, 898, 101, 'Prapen', -73145300, 1127566700, 0),
(22413, 898, 101, 'Prigen', -76833300, 1126166700, 0),
(22414, 898, 101, 'Probolinggo', -77543000, 1132159000, 0),
(22415, 898, 101, 'Ringinagung', -80608000, 1119323000, 0),
(22416, 898, 101, 'Ruser', -82042000, 1120232000, 0),
(22417, 898, 101, 'Sampang', -71872000, 1132394000, 0),
(22418, 898, 101, 'Sawahan', -82124500, 1126670400, 0),
(22419, 898, 101, 'Sedatiagung', -73819400, 1127580600, 0),
(22420, 898, 101, 'Semampir', -73082000, 1127802000, 0),
(22421, 898, 101, 'Sembung', -80610000, 1118957000, 0),
(22422, 898, 101, 'Siderejo', -84910000, 1142577000, 0),
(22423, 898, 101, 'Sidoarjo', -74478000, 1127183000, 0),
(22424, 898, 101, 'Singosari', -78924000, 1126658000, 0),
(22425, 898, 101, 'Situbondo', -77062300, 1140097600, 0),
(22426, 898, 101, 'Sukolilo', -68960000, 1120772000, 0),
(22427, 898, 101, 'Sumbersari Wetan', -81739900, 1137182600, 0),
(22428, 898, 101, 'Surabaya', -72491700, 1127508300, 0),
(22429, 898, 101, 'Taman', -69776000, 1123149000, 0),
(22430, 898, 101, 'Tambahrejo Krajan', -81487000, 1130674000, 0),
(22431, 898, 101, 'Tegalgede Kulon', -81545400, 1137224900, 0),
(22432, 898, 101, 'Trenggalek', -80500000, 1117166700, 0),
(22433, 898, 101, 'Tuban', -68976000, 1120649000, 0),
(22434, 898, 101, 'Tulangan Utara', -74737000, 1126505000, 0),
(22435, 898, 101, 'Tulungagung', -80657000, 1119025000, 0),
(22436, 898, 101, 'Wedoro', -73511100, 1127513900, 0),
(22437, 898, 101, 'Wringinanom Satu', -84889000, 1142880000, 0),
(22438, 898, 101, 'Wringinputih', -84765000, 1143343000, 0),
(22439, 899, 101, 'Pemangkat', 11666700, 1089666700, 0),
(22440, 899, 101, 'Pontianak', -333300, 1093333300, 0),
(22441, 899, 101, 'Singkawang', 9000000, 1090000000, 0),
(22442, 900, 101, 'Amuntai', -24177300, 1152494100, 0),
(22443, 900, 101, 'Banjarmasin', -33244200, 1145910000, 0),
(22444, 900, 101, 'Barabai', -25833300, 1153833300, 0),
(22445, 900, 101, 'Martapura', -34166700, 1148500000, 0),
(22446, 901, 101, 'Palangkaraya', -22000000, 1138333300, 0),
(22447, 901, 101, 'Pangkalanbuun', -26833300, 1116166700, 0),
(22448, 901, 101, 'Sampit', -25333300, 1129500000, 0),
(22449, 902, 101, 'Balikpapan', -12675300, 1168288700, 0),
(22450, 902, 101, 'Bontang', 1333300, 1175000000, 0),
(22451, 902, 101, 'Samarinda', -5000000, 1171500000, 0),
(22452, 902, 101, 'Sembakung', 38166700, 1172500000, 0),
(22453, 902, 101, 'Tarakan', 33000000, 1176333300, 0),
(22454, 903, 101, 'Pangkalpinang', -21333300, 1061333300, 0),
(22455, 903, 101, 'Sungailiat', -18500000, 1061333300, 0),
(22456, 903, 101, 'Tanjungpandan', -27500000, 1076500000, 0),
(22457, 904, 101, 'Tanjungpinang', 9166700, 1044500000, 0),
(22458, 905, 101, 'Bandaragung', -52922900, 1056925500, 0),
(22459, 905, 101, 'Bandarlampung', -54254400, 1052580300, 0),
(22460, 905, 101, 'Kedaton', -53835400, 1052596000, 0),
(22461, 905, 101, 'Kedondong', -54628400, 1050009000, 0),
(22462, 905, 101, 'Kotabumi', -48333300, 1049000000, 0),
(22463, 905, 101, 'Liwa', -50355400, 1040759500, 0),
(22464, 905, 101, 'Metro', -51130600, 1053066700, 0),
(22465, 905, 101, 'Pasuruan', -57463000, 1056770700, 0),
(22466, 905, 101, 'Penengahan', -57706000, 1056969000, 0),
(22467, 905, 101, 'Pringsewu', -53582200, 1049744100, 0),
(22468, 905, 101, 'Pulaupanggung', -53181200, 1047415200, 0),
(22469, 905, 101, 'Sukadana', -50644600, 1055486900, 0),
(22470, 907, 101, 'Bobong', -19469700, 1243828500, 0),
(22471, 907, 101, 'Ternate', 8000000, 1274000000, 0),
(22472, 906, 101, 'Amahai', -33333300, 1289166700, 0),
(22473, 906, 101, 'Ambon', -36954300, 1281814000, 0),
(22474, 906, 101, 'Kota Ternate', 7833300, 1273666700, 0),
(22475, 908, 101, 'Balai', -85992000, 1189826000, 0),
(22476, 908, 101, 'Karangkecicang', -85954700, 1161312800, 0),
(22477, 908, 101, 'Kediri', -86343000, 1161515000, 0),
(22478, 908, 101, 'Kuta', -85858000, 1187811000, 0),
(22479, 908, 101, 'Luar', -85190000, 1169933000, 0),
(22480, 908, 101, 'Mambalan', -85495000, 1161281000, 0),
(22481, 908, 101, 'Mataram', -85833300, 1161166700, 0),
(22482, 908, 101, 'Muhajirin', -86455000, 1165205000, 0),
(22483, 908, 101, 'Nusajaya', -84817000, 1183064000, 0),
(22484, 908, 101, 'Pemenang', -84007000, 1161056000, 0),
(22485, 908, 101, 'Praya', -87053600, 1162703600, 0),
(22486, 908, 101, 'Sumbawa Besar', -85000000, 1174333300, 0),
(22487, 908, 101, 'Taliwang', -87449000, 1168532000, 0),
(22488, 908, 101, 'Tanjung', -83560000, 1161565000, 0),
(22489, 909, 101, 'Atambua', -91061100, 1248925000, 0),
(22490, 909, 101, 'Baru', -83072000, 1204911000, 0),
(22491, 909, 101, 'Ende', -88432000, 1216623000, 0),
(22492, 909, 101, 'Kupang', -101666700, 1235833300, 0),
(22493, 909, 101, 'Maumere', -86199000, 1222111000, 0),
(22494, 909, 101, 'Ruteng', -86136000, 1204721000, 0),
(22495, 909, 101, 'Soe', -98607100, 1242839500, 0),
(22496, 910, 101, 'Abepura', -26333300, 1405833300, 0),
(22497, 910, 101, 'Jayapura', -25333300, 1407000000, 0),
(22498, 910, 101, 'Timika', -45500000, 1368900000, 0),
(22499, 911, 101, 'Balaipungut', 10500000, 1012833300, 0),
(22500, 911, 101, 'Batam', 10833330, 1040333330, 0),
(22501, 911, 101, 'Dumai', 16833300, 1014500000, 0),
(22502, 911, 101, 'Pekanbaru', 5333300, 1014500000, 0),
(22503, 912, 101, 'Mamuju', -26748000, 1188885000, 0),
(22504, 912, 101, 'Polewali', -34324000, 1193435000, 0),
(22505, 913, 101, 'Belopa', -33849000, 1203676000, 0),
(22506, 913, 101, 'Bonebone', -26005000, 1205195000, 0),
(22507, 913, 101, 'Harapankarya', -39893000, 1196438000, 0),
(22508, 913, 101, 'Kotabaru', -42137000, 1200096000, 0),
(22509, 913, 101, 'Makassar', -51400000, 1194221000, 0),
(22510, 913, 101, 'Malili', -26351000, 1210948000, 0),
(22511, 913, 101, 'Mangkutana', -24894000, 1208120000, 0),
(22512, 913, 101, 'Maroanging', -41961000, 1200984000, 0),
(22513, 913, 101, 'Masamba', -25537000, 1203279000, 0),
(22514, 913, 101, 'Palattae', -49711000, 1201127000, 0),
(22515, 913, 101, 'Pangkajene', -48372000, 1195472000, 0),
(22516, 913, 101, 'Pinrang', -37861100, 1196522200, 0),
(22517, 913, 101, 'Rantepao', -29701000, 1198978000, 0),
(22518, 913, 101, 'Sengkang', -41279000, 1200297000, 0),
(22519, 913, 101, 'Sidenreng', -39275300, 1197993000, 0),
(22520, 913, 101, 'Sinjai', -51241000, 1202530000, 0),
(22521, 913, 101, 'Tancung', -40525000, 1200288000, 0),
(22522, 913, 101, 'Teppo', -37065000, 1196700000, 0),
(22523, 913, 101, 'Watampone', -45386000, 1203279000, 0),
(22524, 914, 101, 'Kali', 11627000, 1214278000, 0),
(22525, 914, 101, 'Luwuk', -9516000, 1227875000, 0),
(22526, 914, 101, 'Palu', -8917000, 1198707000, 0),
(22527, 914, 101, 'Poso', -13959000, 1207524000, 0),
(22528, 914, 101, 'Tolitoli', 10392000, 1208169000, 0),
(22529, 915, 101, 'Katabu', -49333000, 1225167000, 0),
(22530, 915, 101, 'Kendari', -39450000, 1224988900, 0),
(22531, 915, 101, 'Unaaha', -38539000, 1220420000, 0),
(22532, 916, 101, 'Bitung', 14451000, 1251824000, 0),
(22533, 916, 101, 'Lolak', 8755000, 1240098000, 0),
(22534, 916, 101, 'Manado', 14870000, 1248455000, 0),
(22535, 916, 101, 'Tondano', 13038000, 1249112000, 0),
(22536, 917, 101, 'Bukittinggi', -3090700, 1003705500, 0),
(22537, 917, 101, 'Lubukalung', -6862400, 1002861300, 0),
(22538, 917, 101, 'Lubukbergalung', -9607600, 1004001100, 0),
(22539, 917, 101, 'Padang', -9492400, 1003542700, 0),
(22540, 917, 101, 'Padangpanjang', -4672100, 1004022600, 0),
(22541, 917, 101, 'Payakumbuh', -2201900, 1006307800, 0),
(22542, 917, 101, 'Sijunjung', -6876200, 1009536500, 0),
(22543, 917, 101, 'Solok', -7918300, 1006593200, 0),
(22544, 917, 101, 'Tabing', -8720300, 1003427900, 0),
(22545, 918, 101, 'Baturaja', -41333300, 1041666700, 0),
(22546, 918, 101, 'Lahat', -38000000, 1035333300, 0),
(22547, 918, 101, 'Pagaralam', -40166700, 1032666700, 0),
(22548, 918, 101, 'Palembang', -29167300, 1047458000, 0),
(22549, 918, 101, 'Perabumulih', -34500000, 1042500000, 0),
(22550, 918, 101, 'Tanjungagung', -39333300, 1038000000, 0),
(22551, 919, 101, 'Ambarita', 26814000, 988311000, 0),
(22552, 919, 101, 'Belawan', 37755000, 986832000, 0),
(22553, 919, 101, 'Binjai', 36001000, 984854000, 0),
(22554, 919, 101, 'Deli Tua', 35078000, 986839000, 0),
(22555, 919, 101, 'Kabanjahe', 31001000, 984908000, 0),
(22556, 919, 101, 'Kisaran', 29845000, 996158000, 0),
(22557, 919, 101, 'Medan', 35833300, 986666700, 0),
(22558, 919, 101, 'Onan Ganjang', 21581000, 986296000, 0),
(22559, 919, 101, 'Padangsidempuan', 13666700, 992666700, 0),
(22560, 919, 101, 'Pematangsiantar', 29595000, 990687000, 0),
(22561, 919, 101, 'Perbaungan', 35679000, 989560000, 0),
(22562, 919, 101, 'Percut', 36253000, 988640000, 0),
(22563, 919, 101, 'Rantauprapat', 21000000, 998333300, 0),
(22564, 919, 101, 'Saribudolok', 29392000, 986107000, 0),
(22565, 919, 101, 'Sibolga', 17427000, 987792000, 0),
(22566, 919, 101, 'Stabat', 37610000, 984513000, 0),
(22567, 919, 101, 'Sunggal', 35765000, 986151000, 0),
(22568, 919, 101, 'Tanjungbalai', 29666700, 998000000, 0),
(22569, 919, 101, 'Tebingtinggi', 33285000, 991625000, 0),
(22570, 920, 101, 'Bantul', -78880600, 1103288900, 0),
(22571, 920, 101, 'Depok', -77625000, 1104316700, 0),
(22572, 920, 101, 'Gamping Lor', -77955600, 1103263900, 0),
(22573, 920, 101, 'Kasihan', -78269400, 1103291700, 0),
(22574, 920, 101, 'Pundong', -79522200, 1103486100, 0),
(22575, 920, 101, 'Sleman', -77155600, 1103555600, 0),
(22576, 920, 101, 'Yogyakarta', -77827800, 1103608300, 0),
(22577, 921, 102, 'Karaj', 358355000, 510103000, 0),
(22578, 921, 102, 'Nazarabad', 359521000, 506075000, 0),
(22579, 922, 102, 'Ardabil', 382498000, 482933000, 0),
(22580, 922, 102, 'Herowabad', 376189000, 485258000, 0),
(22581, 922, 102, 'Parsabad', 396482000, 479174000, 0),
(22582, 923, 102, '''Ajab Shir', 374776000, 458943000, 0),
(22583, 923, 102, 'Ahar', 384774000, 470699000, 0),
(22584, 923, 102, 'Bonab', 373404000, 460561000, 0),
(22585, 923, 102, 'Hashtrud', 374779000, 470508000, 0),
(22586, 923, 102, 'Marand', 384329000, 457749000, 0),
(22587, 923, 102, 'Tabriz', 380800000, 462919000, 0),
(22588, 924, 102, 'Harsin', 342721000, 475861000, 0),
(22589, 924, 102, 'Javanrud', 347961100, 465172200, 0),
(22590, 924, 102, 'Kahriz', 343838000, 470553000, 0),
(22591, 924, 102, 'Kangavar', 345043000, 479653000, 0),
(22592, 924, 102, 'Kermanshah', 343141700, 470650000, 0),
(22593, 924, 102, 'Sarpol-e Zahab', 344610900, 458626400, 0),
(22594, 925, 102, 'Bandar Bushehr', 289684000, 508385000, 0),
(22595, 925, 102, 'Bandar-e Ganaveh', 295791000, 505170000, 0),
(22596, 925, 102, 'Borazjan', 292666000, 512159000, 0),
(22597, 926, 102, 'Borujen', 319652300, 512873000, 0),
(22598, 926, 102, 'Farrokh Shahr', 322717400, 509800800, 0),
(22599, 926, 102, 'Shahr-e Kord', 323255600, 508644400, 0),
(22600, 927, 102, 'Ardestan', 333761000, 523694000, 0),
(22601, 927, 102, 'Dorcheh Piaz', 326152800, 515555600, 0),
(22602, 927, 102, 'Dowlatabad', 327997800, 516955300, 0),
(22603, 927, 102, 'Esfahan', 326572200, 516776100, 0),
(22604, 927, 102, 'Fereydunshahr', 329409800, 501210000, 0),
(22605, 927, 102, 'Golpayegan', 334537000, 502883600, 0),
(22606, 927, 102, 'Kashan', 339830800, 514364400, 0),
(22607, 927, 102, 'Kelishad', 325560300, 515263000, 0),
(22608, 927, 102, 'Khomeyni Shahr', 327001800, 515211300, 0),
(22609, 927, 102, 'Khvansar', 332205200, 503149700, 0),
(22610, 927, 102, 'Mollavarjan', 325553000, 515097400, 0),
(22611, 927, 102, 'Najafabad', 326344000, 513668000, 0),
(22612, 927, 102, 'Qahderijan', 325767000, 514550000, 0),
(22613, 927, 102, 'Rehnan', 326846200, 516012900, 0),
(22614, 927, 102, 'Semirom', 314166700, 515666700, 0),
(22615, 927, 102, 'Shahreza', 320338900, 518794400, 0),
(22616, 928, 102, 'Abadeh', 311608000, 526506000, 0),
(22617, 928, 102, 'Akbarabad', 292464000, 527793000, 0),
(22618, 928, 102, 'Darab', 287519400, 545444400, 0),
(22619, 928, 102, 'Fasa', 289383000, 536482000, 0),
(22620, 928, 102, 'Firuzabad', 288438000, 525707000, 0),
(22621, 928, 102, 'Gerash', 276652000, 541371000, 0),
(22622, 928, 102, 'Kazerun', 296194900, 516541500, 0),
(22623, 928, 102, 'Neyriz', 291988000, 543278000, 0),
(22624, 928, 102, 'Nurabad', 301140500, 515217400, 0),
(22625, 928, 102, 'Shiraz', 296036000, 525388000, 0),
(22626, 929, 102, 'Astaneh-ye Ashrafiyeh', 372596200, 499444400, 0),
(22627, 929, 102, 'Astara', 384291000, 488720000, 0),
(22628, 929, 102, 'Bandar-e Anzali', 374727000, 494622000, 0),
(22629, 929, 102, 'Hashtpar', 378008000, 489037000, 0),
(22630, 929, 102, 'Langerud', 371970100, 501535100, 0),
(22631, 929, 102, 'Rasht', 372807700, 495831900, 0),
(22632, 929, 102, 'Rudsar', 371376100, 502880000, 0),
(22633, 930, 102, 'Gonbad-e Qabus', 372500400, 551672100, 0),
(22634, 930, 102, 'Gorgan', 368386600, 544347500, 0),
(22635, 930, 102, 'Kalaleh', 373807100, 554916400, 0),
(22636, 930, 102, 'Shah Pasand', 370870100, 551739700, 0),
(22637, 931, 102, 'Asadabad', 347824100, 481185300, 0),
(22638, 931, 102, 'Azadshahr', 347908800, 485707300, 0),
(22639, 931, 102, 'Bahar', 349072000, 484414000, 0),
(22640, 931, 102, 'Famast', 340389700, 484626000, 0),
(22641, 931, 102, 'Hamadan', 347992200, 485145600, 0),
(22642, 931, 102, 'Malayer', 342969000, 488235000, 0),
(22643, 931, 102, 'Nahavand', 341885000, 483770000, 0),
(22644, 932, 102, 'Bandar ''Abbas', 271865000, 562808000, 0),
(22645, 932, 102, 'Bandar-e Lengeh', 265579200, 548806700, 0),
(22646, 932, 102, 'Kish', 265577800, 540194400, 0),
(22647, 932, 102, 'Minab', 271467000, 570801000, 0),
(22648, 932, 102, 'Qeshm', 269581000, 562719000, 0),
(22649, 933, 102, 'Abdanan', 329926000, 474198000, 0),
(22650, 933, 102, 'Dehloran', 326941000, 472679000, 0),
(22651, 933, 102, 'Ilam', 336374000, 464227000, 0),
(22652, 933, 102, 'Mehran', 331222000, 461646000, 0),
(22653, 934, 102, 'Bam', 291060000, 583570000, 0),
(22654, 934, 102, 'Bardsir', 299275000, 565722000, 0),
(22655, 934, 102, 'Kerman', 302832100, 570787900, 0),
(22656, 934, 102, 'Rafsanjan', 304067000, 559939000, 0),
(22657, 934, 102, 'Ravar', 312656200, 568054500, 0),
(22658, 934, 102, 'Shahr-e Babak', 301165000, 551186000, 0),
(22659, 934, 102, 'Sirjan', 294520000, 556814000, 0),
(22660, 934, 102, 'Zarand', 308127100, 565639900, 0),
(22661, 935, 102, 'Birjand', 328662800, 592211400, 0),
(22662, 936, 102, 'Chenaran', 366454600, 591212300, 0),
(22663, 936, 102, 'Gonabad', 343528600, 586836500, 0),
(22664, 936, 102, 'Kashmar', 352383100, 584655800, 0),
(22665, 936, 102, 'Mashhad', 362970000, 596062000, 0),
(22666, 936, 102, 'Neyshabur', 362132900, 587957600, 0),
(22667, 936, 102, 'Qayen', 337265400, 591843900, 0),
(22668, 936, 102, 'Quchan', 371060000, 585095500, 0),
(22669, 936, 102, 'Sabzevar', 362126000, 576819100, 0),
(22670, 936, 102, 'Sarakhs', 365449000, 611577000, 0),
(22671, 936, 102, 'Taybad', 347400000, 607756000, 0),
(22672, 936, 102, 'Torbat-e Heydariyeh', 352740100, 592194900, 0),
(22673, 937, 102, 'Bojnurd', 374747300, 573290300, 0),
(22674, 937, 102, 'Esfarayen', 370764500, 575100900, 0),
(22675, 938, 102, 'Abadan', 303392000, 483043000, 0),
(22676, 938, 102, 'Aghajari', 307006000, 498315000, 0),
(22677, 938, 102, 'Ahvaz', 313203000, 486693000, 0),
(22678, 938, 102, 'Bandar Emam Khomeyni', 304298300, 490762800, 0),
(22679, 938, 102, 'Behbahan', 305959000, 502417000, 0),
(22680, 938, 102, 'Khorramshahr', 304397000, 481664000, 0),
(22681, 938, 102, 'Masjed Soleyman', 319364000, 493039000, 0),
(22682, 938, 102, 'Omidiyeh', 307597200, 497050000, 0),
(22683, 938, 102, 'Ramhormoz', 312799700, 496035100, 0),
(22684, 938, 102, 'Ramshir', 308946000, 494092000, 0),
(22685, 938, 102, 'Shadegan', 306497200, 486647200, 0),
(22686, 938, 102, 'Shush', 321942000, 482436000, 0),
(22687, 938, 102, 'Shushtar', 320455000, 488567000, 0),
(22688, 938, 102, 'Susangerd', 315608000, 481831000, 0),
(22689, 939, 102, 'Dehdasht', 307949000, 505645800, 0),
(22690, 939, 102, 'Do Gonbadan', 303586000, 507981000, 0),
(22691, 939, 102, 'Yasuj', 306682400, 515879600, 0),
(22692, 940, 102, 'Baneh', 359975000, 458853000, 0),
(22693, 940, 102, 'Bijar', 358668000, 476050600, 0),
(22694, 940, 102, 'Kamyaran', 347956000, 469355000, 0),
(22695, 940, 102, 'Qorveh', 351664000, 478045000, 0),
(22696, 940, 102, 'Sanandaj', 353144000, 469923000, 0),
(22697, 940, 102, 'Saqqez', 362499200, 462735000, 0),
(22698, 941, 102, 'Aleshtar', 338633000, 482619000, 0),
(22699, 941, 102, 'Aligudarz', 334006300, 496949000, 0),
(22700, 941, 102, 'Azna', 336095000, 489307000, 0),
(22701, 941, 102, 'Borujerd', 338973000, 487516000, 0),
(22702, 941, 102, 'Khorramabad', 334877800, 483558300, 0),
(22703, 941, 102, 'Kuhdasht', 335350000, 476061000, 0),
(22704, 941, 102, 'Nurabad', 340734000, 479725000, 0),
(22705, 942, 102, 'Abyek', 360666700, 505500000, 0),
(22706, 942, 102, 'Arak', 340917400, 496891600, 0),
(22707, 942, 102, 'Delijan', 339905000, 506838000, 0),
(22708, 942, 102, 'Khomeyn', 336422600, 500789000, 0),
(22709, 942, 102, 'Saveh', 350213000, 503566000, 0),
(22710, 942, 102, 'Tafresh', 346920000, 500130000, 0),
(22711, 943, 102, 'Amol', 364696100, 523507200, 0),
(22712, 943, 102, 'Babol', 365513200, 526789500, 0),
(22713, 943, 102, 'Babolsar', 367025100, 526576000, 0),
(22714, 943, 102, 'Behshahr', 366923500, 535526200, 0),
(22715, 943, 102, 'Chalus', 366550000, 514204000, 0),
(22716, 943, 102, 'Fereydun Kenar', 366864200, 525225500, 0),
(22717, 943, 102, 'Juybar', 366411500, 529124400, 0),
(22718, 943, 102, 'Neka''', 366507900, 532990500, 0),
(22719, 943, 102, 'Shari-i-Tajan', 365633200, 530600900, 0),
(22720, 943, 102, 'Tonekabon', 368162600, 508737600, 0),
(22721, 944, 102, 'Bukan', 365210000, 462089000, 0),
(22722, 944, 102, 'Khvoy', 385503000, 449521000, 0),
(22723, 944, 102, 'Mahabad', 367631000, 457222000, 0),
(22724, 944, 102, 'Miandowab', 369694000, 461027000, 0),
(22725, 944, 102, 'Orumiyeh', 375527400, 450760500, 0),
(22726, 944, 102, 'Salmas', 381973000, 447653000, 0),
(22727, 945, 102, 'Qazvin', 362797000, 500049000, 0),
(22728, 945, 102, 'Takestan', 360696000, 496959000, 0),
(22729, 946, 102, 'Qom', 346401000, 508764000, 0),
(22730, 947, 102, 'Damghan', 361683000, 543480000, 0),
(22731, 947, 102, 'Istgah-e Garmsar', 352345500, 523094200, 0),
(22732, 947, 102, 'Semnan', 355729100, 533971400, 0),
(22733, 947, 102, 'Shahrud', 364181900, 549762800, 0),
(22734, 948, 102, 'Chah Bahar', 252919000, 606430000, 0),
(22735, 948, 102, 'Iranshahr', 272024500, 606847600, 0),
(22736, 948, 102, 'Khash', 282210700, 612158200, 0),
(22737, 948, 102, 'Zabol', 310287000, 615012000, 0),
(22738, 948, 102, 'Zahedan', 294963000, 608629000, 0),
(22739, 949, 102, 'Damavand', 357177800, 520650000, 0),
(22740, 949, 102, 'Eqbaliyeh', 353022000, 515358000, 0),
(22741, 949, 102, 'Malard', 356659000, 509767000, 0),
(22742, 949, 102, 'Pishva', 353080000, 517267000, 0),
(22743, 949, 102, 'Qarchak', 354394400, 515688900, 0),
(22744, 949, 102, 'Robat Karim', 354846000, 510829000, 0),
(22745, 949, 102, 'Shahriar', 356596000, 510593000, 0),
(22746, 949, 102, 'Tehran', 356943900, 514215100, 0),
(22747, 949, 102, 'Varamin', 353242000, 516457000, 0),
(22748, 950, 102, 'Ardakan', 323100100, 540174700, 0),
(22749, 950, 102, 'Bafq', 316128300, 554106700, 0),
(22750, 950, 102, 'Khavas Kuh', 323061100, 536744400, 0),
(22751, 950, 102, 'Mehriz', 315916800, 544317800, 0),
(22752, 950, 102, 'Meybod', 322501400, 540165800, 0),
(22753, 950, 102, 'Tabas', 335958600, 569243700, 0),
(22754, 950, 102, 'Taft', 317471000, 542088200, 0),
(22755, 950, 102, 'Yazd', 318972200, 543675000, 0),
(22756, 951, 102, 'Abhar', 361468000, 492180000, 0),
(22757, 951, 102, 'Alvand', 363187000, 491678000, 0),
(22758, 951, 102, 'Khorram Darreh', 362130000, 491960000, 0),
(22759, 951, 102, 'Zanjan', 366736000, 484787000, 0),
(22760, 952, 103, '''Anat al Qadimah', 344658900, 419331000, 0),
(22761, 952, 103, 'Ar Ramadi', 334225700, 433058400, 0),
(22762, 952, 103, 'Ar Rutbah', 330380700, 402848200, 0),
(22763, 952, 103, 'Hadithah', 341397200, 423780600, 0),
(22764, 952, 103, 'Hit', 336415900, 428250900, 0),
(22765, 953, 103, 'Al Basrah', 305348800, 477888500, 0),
(22766, 953, 103, 'Al Basrat al Qadimah', 304972100, 478149100, 0),
(22767, 953, 103, 'Al Harithah', 307186100, 477208300, 0),
(22768, 953, 103, 'Az Zubayr', 303944700, 477011400, 0),
(22769, 953, 103, 'Nahiyat ''Atbah', 304829300, 480143800, 0),
(22770, 953, 103, 'Umm Qasr', 300405400, 479167700, 0),
(22771, 954, 103, 'As Samawah', 313319800, 452944000, 0),
(22772, 955, 103, 'Ad Diwaniyah', 319905100, 449306300, 0),
(22773, 955, 103, 'Ash Shamiyah', 319636200, 445990400, 0),
(22774, 956, 103, 'An Najaf al Ashraf', 319985400, 443397600, 0),
(22775, 957, 103, 'Erbil', 361925700, 440106200, 0),
(22776, 957, 103, 'Kuysanjaq', 360861600, 446294100, 0),
(22777, 957, 103, 'Nahiyat Hiran', 362789900, 444881500, 0),
(22778, 957, 103, 'Rawanduz', 366163100, 445311100, 0),
(22779, 958, 103, 'As Sulaymaniyah', 355611300, 454374900, 0),
(22780, 958, 103, 'Chamchamal', 355365300, 448316700, 0),
(22781, 958, 103, 'Halabjah', 351777800, 459861100, 0),
(22782, 958, 103, 'Paynjuwayn', 356183000, 459541000, 0),
(22783, 959, 103, 'Kirkuk', 354680600, 443922200, 0),
(22784, 960, 103, 'Al Hillah', 324801400, 444352600, 0),
(22785, 960, 103, 'Al Musayyib', 327833200, 442825100, 0),
(22786, 960, 103, 'Al Qasim', 322979900, 446828100, 0),
(22787, 960, 103, 'Saddat al Hindiyah', 327147200, 442802800, 0),
(22788, 961, 103, 'Abu Ghurayb', 333083300, 441850000, 0),
(22789, 961, 103, 'Baghdad', 333405800, 444008800, 0),
(22790, 962, 103, 'Dahuk', 368695000, 429939800, 0),
(22791, 962, 103, 'Sinah', 368090200, 430388600, 0),
(22792, 962, 103, 'Zakhu', 371481700, 427000800, 0),
(22793, 963, 103, 'An Nasiriyah', 310520500, 462610200, 0),
(22794, 963, 103, 'Ash Shatrah', 314117100, 461741800, 0),
(22795, 963, 103, 'Nahiyat al Fuhud', 309697200, 467227800, 0),
(22796, 964, 103, 'Al Miqdadiyah', 339786100, 449369400, 0),
(22797, 964, 103, 'Ba''qubah', 337484600, 446554500, 0),
(22798, 964, 103, 'Khalis', 338199600, 445263700, 0),
(22799, 964, 103, 'Kifri', 346958700, 449661000, 0),
(22800, 964, 103, 'Mandali', 337498600, 455541000, 0),
(22801, 965, 103, 'Al Hindiyah', 325433300, 442225000, 0),
(22802, 965, 103, 'Karbala', 326160300, 440248800, 0),
(22803, 966, 103, 'Al ''Amarah', 318406400, 471396000, 0),
(22804, 966, 103, 'Al Majar al Kabir', 315723200, 471752900, 0),
(22805, 967, 103, 'Al Mawsil al Jadidah', 363346400, 430977700, 0),
(22806, 967, 103, 'Mosul', 363350000, 431188900, 0),
(22807, 967, 103, 'Qada'' al Hamdaniyah', 362714600, 433737300, 0),
(22808, 967, 103, 'Sinjar', 363209200, 418754200, 0),
(22809, 968, 103, 'Ad Dujayl', 338466700, 442344400, 0),
(22810, 968, 103, 'Balad', 340163800, 441453100, 0),
(22811, 968, 103, 'Bayji', 349311400, 434870000, 0),
(22812, 968, 103, 'Samarra''', 342009600, 438756200, 0),
(22813, 968, 103, 'Tikrit', 346071200, 436782200, 0),
(22814, 968, 103, 'Tozkhurmato', 348904600, 446299400, 0),
(22815, 969, 103, 'Al ''Aziziyah', 329058300, 450616300, 0),
(22816, 969, 103, 'Al Hayy', 321734900, 460433000, 0),
(22817, 969, 103, 'Al Kut', 325147000, 458190200, 0),
(22818, 969, 103, 'As Suwayrah', 329255600, 447758300, 0),
(22819, 970, 104, 'Bagenalstown', 527003100, -69618100, 0),
(22820, 970, 104, 'Carlow', 528408300, -69261100, 0),
(22821, 971, 104, 'An Cabhan', 539908300, -73605600, 0),
(22822, 971, 104, 'Bailieborough', 539166700, -69666700, 0),
(22823, 971, 104, 'Belturbet', 541000000, -74500000, 0),
(22824, 971, 104, 'Cootehill', 540725000, -70819400, 0),
(22825, 972, 104, 'Ennis', 528436100, -89863900, 0),
(22826, 972, 104, 'Shannon', 527038900, -88641700, 0),
(22827, 973, 104, 'Bandon', 517469400, -87425000, 0),
(22828, 973, 104, 'Blarney', 519333300, -85666700, 0),
(22829, 973, 104, 'Carrigaline', 518116700, -83986100, 0),
(22830, 973, 104, 'Clonakilty', 516230600, -88705600, 0),
(22831, 973, 104, 'Cobh', 518572200, -82991700, 0),
(22832, 973, 104, 'Cork', 518979700, -84706100, 0),
(22833, 973, 104, 'Dunmanway', 517166700, -91166700, 0),
(22834, 973, 104, 'Eochaill', 519500000, -78505600, 0),
(22835, 973, 104, 'Fermoy', 521358300, -82758300, 0),
(22836, 973, 104, 'Kanturk', 521666700, -89000000, 0),
(22837, 973, 104, 'Kinsale', 517075000, -85305600, 0),
(22838, 973, 104, 'Macroom', 519000000, -89500000, 0),
(22839, 973, 104, 'Mallow', 521333300, -86333300, 0),
(22840, 973, 104, 'Midleton', 519152600, -81805200, 0),
(22841, 973, 104, 'Passage West', 518738900, -83444400, 0),
(22842, 973, 104, 'Skibbereen', 515500000, -92666700, 0),
(22843, 973, 104, 'Tower', 519166700, -86000000, 0),
(22844, 974, 104, 'Ballybofey', 548000000, -77833300, 0),
(22845, 974, 104, 'Bundoran', 544778200, -82809400, 0),
(22846, 974, 104, 'Donegal', 546500000, -81166700, 0),
(22847, 974, 104, 'Dunlewy', 550166700, -81000000, 0),
(22848, 974, 104, 'Gweedore', 550502800, -82319400, 0),
(22849, 974, 104, 'Letterkenny', 549500000, -77333300, 0),
(22850, 976, 104, 'Dublin', 533439900, -62671900, 0),
(22851, 975, 104, 'An Ros', 535223000, -60930800, 0),
(22852, 975, 104, 'Balbriggan', 536127800, -61819400, 0),
(22853, 975, 104, 'Blackrock', 533015000, -61778000, 0),
(22854, 975, 104, 'Donabate', 534872200, -61519400, 0),
(22855, 975, 104, 'Donnybrook', 533137500, -62227400, 0),
(22856, 975, 104, 'Dun Laoghaire', 532939500, -61358600, 0),
(22857, 975, 104, 'Lusk', 535274300, -61642300, 0),
(22858, 975, 104, 'Malahide', 534508300, -61544400, 0),
(22859, 975, 104, 'Portmarnock', 534230600, -61375000, 0),
(22860, 975, 104, 'Sandyford', 532747000, -62253000, 0),
(22861, 975, 104, 'Tallaght', 532859000, -63734400, 0),
(22862, 977, 104, 'Skerries', 535827800, -61083300, 0),
(22863, 977, 104, 'Swords', 534597200, -62180600, 0),
(22864, 978, 104, 'Ballinasloe', 533275000, -82194400, 0),
(22865, 978, 104, 'Clifden', 534833300, -100166700, 0),
(22866, 978, 104, 'Galway', 532719400, -90488900, 0),
(22867, 978, 104, 'Loughrea', 531969400, -85669400, 0),
(22868, 978, 104, 'Moycullen', 533378300, -91800200, 0),
(22869, 978, 104, 'Oranmore', 532683300, -89200000, 0),
(22870, 978, 104, 'Tuam', 535166700, -88500000, 0),
(22871, 979, 104, 'Ballybunnion', 525097200, -96716700, 0),
(22872, 979, 104, 'Castleisland', 522333300, -94666700, 0),
(22873, 979, 104, 'Dingle', 521408300, -102688900, 0),
(22874, 979, 104, 'Kenmare', 518833300, -95833300, 0),
(22875, 979, 104, 'Killorglin', 521000000, -97833300, 0),
(22876, 979, 104, 'Listowel', 524463900, -94850000, 0),
(22877, 979, 104, 'Tralee', 522704200, -97026400, 0),
(22878, 980, 104, 'Athy', 529913900, -69802800, 0),
(22879, 980, 104, 'Celbridge', 533386100, -65436100, 0),
(22880, 980, 104, 'Cherryville', 531569400, -69666700, 0),
(22881, 980, 104, 'Clane', 532913900, -66891700, 0),
(22882, 980, 104, 'Droichead Nua', 531819400, -67966700, 0),
(22883, 980, 104, 'Kilcock', 534022200, -66708300, 0),
(22884, 980, 104, 'Leixlip', 533658300, -64955600, 0),
(22885, 980, 104, 'Maynooth', 533850000, -65936100, 0),
(22886, 980, 104, 'Monasterevin', 531405600, -70663900, 0),
(22887, 980, 104, 'Naas', 532158300, -66669400, 0),
(22888, 980, 104, 'Prosperous', 532902800, -67538900, 0),
(22889, 980, 104, 'Rathangan', 532213900, -69950000, 0),
(22890, 980, 104, 'Sallins', 532488900, -66661100, 0),
(22891, 981, 104, 'Kilkenny', 526541700, -72522200, 0),
(22892, 981, 104, 'Thomastown', 525266700, -71372200, 0),
(22893, 982, 104, 'Mountmellick', 531136100, -73200000, 0),
(22894, 982, 104, 'Mountrath', 529988900, -74727800, 0),
(22895, 982, 104, 'Portarlington', 531622200, -71911100, 0),
(22896, 982, 104, 'Portlaoise', 530344100, -72997900, 0),
(22897, 983, 104, 'Carrick-on-Shannon', 539469400, -80900000, 0),
(22898, 984, 104, 'Kilmallock', 524000000, -85772200, 0),
(22899, 984, 104, 'Limerick', 526647200, -86230600, 0),
(22900, 984, 104, 'Moyross', 526819800, -86395500, 0),
(22901, 984, 104, 'Newcastle West', 524491700, -90611100, 0),
(22902, 984, 104, 'Rathkeale', 525244400, -89380600, 0),
(22903, 985, 104, 'An Longfort', 537333300, -78000000, 0),
(22904, 985, 104, 'Granard', 537666700, -75000000, 0),
(22905, 986, 104, 'Ardee', 538597200, -65405600, 0),
(22906, 986, 104, 'Drogheda', 537188900, -63477800, 0),
(22907, 986, 104, 'Dundalk', 540000000, -64166700, 0),
(22908, 987, 104, 'Ballinrobe', 536333300, -92333300, 0),
(22909, 987, 104, 'Ballyhaunis', 537666700, -87666700, 0),
(22910, 987, 104, 'Beal An Atha', 541166700, -91666700, 0),
(22911, 987, 104, 'Castlebar', 538500000, -93000000, 0),
(22912, 987, 104, 'Claremorris', 537166700, -90000000, 0),
(22913, 987, 104, 'Swinford', 539500000, -89500000, 0),
(22914, 987, 104, 'Westport', 538000000, -95166700, 0),
(22915, 988, 104, 'Ashbourne', 535108300, -64272200, 0),
(22916, 988, 104, 'Athboy', 536186100, -69205600, 0),
(22917, 988, 104, 'Duleek', 536566700, -64191700, 0),
(22918, 988, 104, 'Dunboyne', 534000000, -64666700, 0),
(22919, 988, 104, 'Dunshaughlin', 535125000, -65400000, 0),
(22920, 988, 104, 'Kells', 537263900, -68791700, 0),
(22921, 988, 104, 'Laytown', 536819400, -62391700, 0),
(22922, 988, 104, 'Navan', 536527800, -66813900, 0),
(22923, 988, 104, 'Ratoath', 535080600, -64625000, 0),
(22924, 988, 104, 'Trim', 535550000, -67916700, 0),
(22925, 989, 104, 'Carrickmacross', 539727800, -67188900, 0),
(22926, 989, 104, 'Castleblayney', 541166700, -67333300, 0),
(22927, 989, 104, 'Monaghan', 542500000, -69666700, 0),
(22928, 990, 104, 'Birr', 530913900, -79133300, 0),
(22929, 990, 104, 'Clara', 533425000, -76138900, 0),
(22930, 990, 104, 'Edenderry', 533452800, -70497200, 0),
(22931, 990, 104, 'Kilcormac', 531741700, -77255600, 0),
(22932, 991, 104, 'Ballaghaderreen', 539000000, -85833300, 0),
(22933, 991, 104, 'Castlerea', 537666700, -85000000, 0),
(22934, 991, 104, 'Roscommon', 536333300, -81833300, 0),
(22935, 992, 104, 'Sligo', 542696900, -84694300, 0),
(22936, 993, 104, 'Rathcoole', 532827800, -64727800, 0),
(22937, 995, 104, 'Nenagh', 528619400, -81966700, 0),
(22938, 994, 104, 'Cahir', 523769400, -79216700, 0),
(22939, 994, 104, 'Carrick-on-Suir', 523491700, -74130600, 0),
(22940, 994, 104, 'Cashel', 525158300, -78855600, 0),
(22941, 994, 104, 'Clonmel', 523550000, -77038900, 0),
(22942, 994, 104, 'Thurles', 526819400, -78022200, 0),
(22943, 994, 104, 'Tipperary', 524733300, -81558300, 0),
(22944, 996, 104, 'Dungarvan', 520880600, -76252800, 0),
(22945, 996, 104, 'Dunmore East', 521513900, -69861100, 0),
(22946, 996, 104, 'Tra Mhor', 521623500, -71524400, 0),
(22947, 996, 104, 'Waterford', 522583300, -71119400, 0),
(22948, 997, 104, 'An Muileann gCearr', 535333300, -73500000, 0),
(22949, 997, 104, 'Baile Atha Luain', 534333300, -79500000, 0),
(22950, 997, 104, 'Moate', 535500000, -77166700, 0),
(22951, 998, 104, 'Enniscorthy', 525008300, -65577800, 0),
(22952, 998, 104, 'Gorey', 526747200, -62925000, 0),
(22953, 998, 104, 'Loch Garman', 523341700, -64575000, 0),
(22954, 998, 104, 'New Ross', 523966700, -69366700, 0),
(22955, 998, 104, 'Rosslare', 522758300, -63844400, 0),
(22956, 999, 104, 'Arklow', 527930600, -61413900, 0),
(22957, 999, 104, 'Blessington', 531700000, -65325000, 0),
(22958, 999, 104, 'Bray', 532027800, -60983300, 0),
(22959, 999, 104, 'Charlesland', 531277100, -60634700, 0),
(22960, 999, 104, 'Enniskerry', 531925000, -61691700, 0),
(22961, 999, 104, 'Greystones', 531408300, -60630600, 0),
(22962, 999, 104, 'Rathdrum', 529263900, -62355600, 0),
(22963, 999, 104, 'Wicklow', 529750000, -60494400, 0),
(22964, 1000, 105, 'Castletown', 540741670, -46538890, 0),
(22965, 1000, 105, 'Douglas', 541500000, -44833300, 0),
(22966, 1001, 106, '''En Boqeq', 312013900, 353638900, 0),
(22967, 1001, 106, 'Ashdod', 318166700, 346500000, 0),
(22968, 1001, 106, 'Ashqelon', 316692600, 345714900, 0),
(22969, 1001, 106, 'Beersheba', 312518100, 347913000, 0),
(22970, 1001, 106, 'Dimona', 310666700, 350333300, 0),
(22971, 1001, 106, 'Eilat', 295580500, 349482100, 0),
(22972, 1001, 106, 'Lehavim', 313728400, 348161900, 0),
(22973, 1001, 106, 'Netivot', 314166700, 345833300, 0),
(22974, 1001, 106, 'Ofaqim', 312833300, 346166700, 0),
(22975, 1001, 106, 'Qiryat Gat', 316099800, 347642200, 0),
(22976, 1001, 106, 'Sederot', 315250000, 345969300, 0),
(22977, 1001, 106, 'Yeroham', 309872200, 349313900, 0),
(22978, 1002, 106, 'Bene ''Ayish', 317833300, 347500000, 0),
(22979, 1002, 106, 'Bet Dagan', 320013900, 348302800, 0),
(22980, 1002, 106, 'Bet Yizhaq', 323166700, 348833300, 0),
(22981, 1002, 106, 'Elyakhin', 324000000, 349166700, 0),
(22982, 1002, 106, 'Et Taiyiba', 322647200, 350080600, 0),
(22983, 1002, 106, 'Even Yehuda', 322666700, 348833300, 0),
(22984, 1002, 106, 'Gan Yavne', 317873700, 347065900, 0),
(22985, 1002, 106, 'Ganne Tiqwa', 320602800, 348747200, 0),
(22986, 1002, 106, 'Gedera', 318145600, 347799800, 0),
(22987, 1002, 106, 'Hod HaSharon', 321508300, 348883300, 0),
(22988, 1002, 106, 'Jaljulya', 321558300, 349527800, 0),
(22989, 1002, 106, 'Kafr Qasim', 321141700, 349738900, 0),
(22990, 1002, 106, 'Kefar Habad', 319866700, 348511100, 0),
(22991, 1002, 106, 'Kefar Yona', 323166700, 349333300, 0),
(22992, 1002, 106, 'Kfar Saba', 321750000, 349069400, 0),
(22993, 1002, 106, 'Lod', 319513900, 348952800, 0),
(22994, 1002, 106, 'Mazkeret Batya', 318538900, 348386100, 0),
(22995, 1002, 106, 'Modi''in-Maccabim-Re''ut', 319076530, 350076140, 0),
(22996, 1002, 106, 'Nehalim', 320619400, 349138900, 0),
(22997, 1002, 106, 'Ness Ziona', 319293300, 347986800, 0),
(22998, 1002, 106, 'Netanya', 323336100, 348577800, 0),
(22999, 1002, 106, 'Nordiyya', 323166700, 349000000, 0),
(23000, 1002, 106, 'Pardesiyya', 323000000, 349166700, 0),
(23001, 1002, 106, 'Petah Tikva', 320917400, 348850300, 0),
(23002, 1002, 106, 'Qalansuwa', 322847200, 349797200, 0),
(23003, 1002, 106, 'Ra''anana', 321833330, 348666670, 0),
(23004, 1002, 106, 'Ramla', 319252800, 348669400, 0),
(23005, 1002, 106, 'Rehovot', 318979640, 348081220, 0),
(23006, 1002, 106, 'Rishon LeZiyyon', 319641700, 348044400, 0),
(23007, 1002, 106, 'Savyon', 320530600, 348777800, 0),
(23008, 1002, 106, 'Tel Mond', 322500000, 349333300, 0),
(23009, 1002, 106, 'Tirah', 322327800, 349502800, 0),
(23010, 1002, 106, 'Yavne', 318763900, 347400000, 0),
(23011, 1003, 106, '''Akko', 329236100, 350727800, 0),
(23012, 1003, 106, '''Eilabun', 328347200, 353966700, 0),
(23013, 1003, 106, 'Basmat Tab''un', 327344400, 351458300, 0),
(23014, 1003, 106, 'Bet She''an', 325000000, 355000000, 0),
(23015, 1003, 106, 'Bir el Maksur', 327500000, 352333300, 0),
(23016, 1003, 106, 'Bu''eina', 328052800, 353636100, 0),
(23017, 1003, 106, 'Dabburiya', 326958300, 353722200, 0),
(23018, 1003, 106, 'Deir Hanna', 328625000, 353666700, 0),
(23019, 1003, 106, 'El Mazra''a', 329833800, 350983700, 0),
(23020, 1003, 106, 'Er Reina', 327236100, 353125000, 0),
(23021, 1003, 106, 'Hurfeish', 330150000, 353494400, 0),
(23022, 1003, 106, 'Iksal', 326786100, 353222200, 0),
(23023, 1003, 106, 'Kabul', 328666700, 352130600, 0),
(23024, 1003, 106, 'Kafr Kama', 327166700, 354416700, 0),
(23025, 1003, 106, 'Kafr Kanna', 327500000, 353416700, 0),
(23026, 1003, 106, 'Kafr Manda', 328072200, 352602800, 0),
(23027, 1003, 106, 'Kafr Yasif', 329545100, 351623000, 0),
(23028, 1003, 106, 'Karmi''el', 329172200, 353041700, 0),
(23029, 1003, 106, 'Kefar Weradim', 329938500, 352779300, 0),
(23030, 1003, 106, 'Metulla', 332861100, 355747200, 0),
(23031, 1003, 106, 'Mi''ilya', 330278100, 352565800, 0),
(23032, 1003, 106, 'Migdal Ha''Emeq', 326713900, 352405600, 0),
(23033, 1003, 106, 'Nahariyya', 330058600, 350940900, 0),
(23034, 1003, 106, 'Nahf', 329333300, 353166700, 0),
(23035, 1003, 106, 'Nazareth', 327036100, 352955600, 0),
(23036, 1003, 106, 'Qiryat Shemona', 332080600, 355686100, 0),
(23037, 1003, 106, 'Ramat Yishay', 327005600, 351797200, 0),
(23038, 1003, 106, 'Rosh Pinna', 329666700, 355333300, 0),
(23039, 1003, 106, 'Sajur', 329458300, 353430600, 0),
(23040, 1003, 106, 'Sakhnin', 328622200, 352933300, 0),
(23041, 1003, 106, 'Sulam', 326083300, 353333300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(23042, 1003, 106, 'Tamra', 328486100, 352047200, 0),
(23043, 1003, 106, 'Tiberias', 327955600, 355286100, 0),
(23044, 1003, 106, 'Yavne''el', 327125000, 355000000, 0),
(23045, 1003, 106, 'Zefat', 329666700, 354944400, 0),
(23046, 1003, 106, 'maalot Tarshiha', 330166700, 352666700, 0),
(23047, 1004, 106, '''Atlit', 326833300, 349333300, 0),
(23048, 1004, 106, 'Daliyat el Karmil', 326936100, 350408300, 0),
(23049, 1004, 106, 'El Fureidis', 326000000, 349500000, 0),
(23050, 1004, 106, 'Hadera', 324352800, 349175000, 0),
(23051, 1004, 106, 'Haifa', 328155600, 349891700, 0),
(23052, 1004, 106, 'Ibtin', 327616700, 351008300, 0),
(23053, 1004, 106, 'Nesher', 327650000, 350500000, 0),
(23054, 1004, 106, 'Qesarya', 325188800, 349045900, 0),
(23055, 1004, 106, 'Qiryat Ata', 328005600, 351063900, 0),
(23056, 1004, 106, 'Qiryat Bialik', 328275000, 350858300, 0),
(23057, 1004, 106, 'Qiryat Motzkin', 328363900, 350752800, 0),
(23058, 1004, 106, 'Qiryat Yam', 328508300, 350702800, 0),
(23059, 1004, 106, 'Tirat Karmel', 327616700, 349719400, 0),
(23060, 1004, 106, 'Umm el Fahm', 325158300, 351525000, 0),
(23061, 1005, 106, 'Azor', 320191700, 348105600, 0),
(23062, 1005, 106, 'Bat Yam', 320230600, 347502800, 0),
(23063, 1005, 106, 'Bene Beraq', 320902800, 348397200, 0),
(23064, 1005, 106, 'Giv''at Shemu''el', 320752800, 348466700, 0),
(23065, 1005, 106, 'Giv''atayim', 320697200, 348116700, 0),
(23066, 1005, 106, 'Herzliyya', 321658300, 348366700, 0),
(23067, 1005, 106, 'Holon', 320113900, 347722200, 0),
(23068, 1005, 106, 'Kefar Shemaryahu', 321855600, 348219400, 0),
(23069, 1005, 106, 'Kiryat Ono', 320636110, 348552780, 0),
(23070, 1005, 106, 'Or Yehuda', 320311100, 348458300, 0),
(23071, 1005, 106, 'Ramat Gan', 320805600, 348141700, 0),
(23072, 1005, 106, 'Ramat HaSharon', 321472200, 348416700, 0),
(23073, 1005, 106, 'Tel Aviv', 320808800, 347805700, 0),
(23074, 1005, 106, 'Yafo', 320504300, 347522400, 0),
(23075, 1006, 106, 'Abu Ghaush', 318000000, 351000000, 0),
(23076, 1006, 106, 'Bet Shemesh', 317500000, 350000000, 0),
(23077, 1006, 106, 'Har Adar', 318275400, 351309300, 0),
(23078, 1006, 106, 'Jerusalem', 317790200, 352253000, 0),
(23079, 1006, 106, 'Old City', 317766700, 352341700, 0),
(23080, 1006, 106, 'West Jerusalem', 317819900, 352196100, 0),
(23081, 1007, 107, 'Aielli', 420808300, 135906000, 0),
(23082, 1007, 107, 'Alba Adriatica', 428317600, 139259000, 0),
(23083, 1007, 107, 'Atri', 425778400, 139848000, 0),
(23084, 1007, 107, 'Avezzano', 420402300, 134388000, 0),
(23085, 1007, 107, 'Balsorano', 418098200, 135598000, 0),
(23086, 1007, 107, 'Barisciano', 423244400, 135924000, 0),
(23087, 1007, 107, 'Carsoli', 420989300, 130848900, 0),
(23088, 1007, 107, 'Casalincontrada', 422974400, 141351100, 0),
(23089, 1007, 107, 'Casoli', 421146400, 142902100, 0),
(23090, 1007, 107, 'Castel di Sangro', 417737300, 141035200, 0),
(23091, 1007, 107, 'Castellalto', 426780400, 138216000, 0),
(23092, 1007, 107, 'Castelvecchio Subequo', 421302300, 137278000, 0),
(23093, 1007, 107, 'Celano', 420855300, 135398000, 0),
(23094, 1007, 107, 'Chieti', 423609400, 141380100, 0),
(23095, 1007, 107, 'Citta Sant''Angelo', 425181400, 140592000, 0),
(23096, 1007, 107, 'Civita d''Antino', 418857200, 134715000, 0),
(23097, 1007, 107, 'Civitaquana', 423259400, 139034000, 0),
(23098, 1007, 107, 'Civitella del Tronto', 427738600, 136658300, 0),
(23099, 1007, 107, 'Colonnella', 428731500, 138682900, 0),
(23100, 1007, 107, 'Controguerra', 428545500, 138175900, 0),
(23101, 1007, 107, 'Corropoli', 428294500, 138319900, 0),
(23102, 1007, 107, 'Cupello', 420681400, 146692200, 0),
(23103, 1007, 107, 'Francavilla al Mare', 424206400, 142870100, 0),
(23104, 1007, 107, 'Frisa', 422612400, 143694100, 0),
(23105, 1007, 107, 'Furci', 420094400, 145876200, 0),
(23106, 1007, 107, 'Giulianova', 427611500, 139537000, 0),
(23107, 1007, 107, 'Guardiagrele', 421954400, 142198100, 0),
(23108, 1007, 107, 'L''Aquila', 423505500, 133995400, 0),
(23109, 1007, 107, 'Lanciano', 422167400, 143882200, 0),
(23110, 1007, 107, 'Loreto Aprutino', 424292400, 139809000, 0),
(23111, 1007, 107, 'Martinsicuro', 428810500, 139145000, 0),
(23112, 1007, 107, 'Miglianico', 423583400, 142916100, 0),
(23113, 1007, 107, 'Montazzoli', 419483300, 144291200, 0),
(23114, 1007, 107, 'Montesilvano', 425039400, 141380000, 0),
(23115, 1007, 107, 'Morino', 418644200, 134570000, 0),
(23116, 1007, 107, 'Mosciano Sant''Angelo', 427468500, 138883000, 0),
(23117, 1007, 107, 'Nereto', 428190500, 138159900, 0),
(23118, 1007, 107, 'Notaresco', 426541400, 138947000, 0),
(23119, 1007, 107, 'Ortona', 423496400, 144039100, 0),
(23120, 1007, 107, 'Penne', 424538400, 139299000, 0),
(23121, 1007, 107, 'Pescara', 424602400, 142102100, 0),
(23122, 1007, 107, 'Pescasseroli', 418040300, 137889100, 0),
(23123, 1007, 107, 'Pianella', 424003400, 140499000, 0),
(23124, 1007, 107, 'Pineto', 426097500, 140660000, 0),
(23125, 1007, 107, 'Pizzoli', 424321400, 133116900, 0),
(23126, 1007, 107, 'Pratola Peligna', 420983300, 138739000, 0),
(23127, 1007, 107, 'Ripa Teatina', 423586400, 142341100, 0),
(23128, 1007, 107, 'Roseto degli Abruzzi', 426663500, 140227000, 0),
(23129, 1007, 107, 'San Giovanni Teatino', 424091400, 142010100, 0),
(23130, 1007, 107, 'San Salvo', 420433400, 147272200, 0),
(23131, 1007, 107, 'San Vito Chietino', 422960400, 144445200, 0),
(23132, 1007, 107, 'Sant''Eusanio del Sangro', 421689400, 143271100, 0),
(23133, 1007, 107, 'Sant''Omero', 427912500, 137866900, 0),
(23134, 1007, 107, 'Scanno', 419010300, 138836100, 0),
(23135, 1007, 107, 'Scoppito', 423730300, 132548900, 0),
(23136, 1007, 107, 'Scurcola Marsicana', 420631300, 133391900, 0),
(23137, 1007, 107, 'Silvi Paese', 425456400, 141220000, 0),
(23138, 1007, 107, 'Spoltore', 424534400, 141410100, 0),
(23139, 1007, 107, 'Sulmona', 420479300, 139291100, 0),
(23140, 1007, 107, 'Teramo', 426612300, 136990100, 0),
(23141, 1007, 107, 'Tollo', 423479400, 143181100, 0),
(23142, 1007, 107, 'Torre de'' Passeri', 422432400, 139333000, 0),
(23143, 1007, 107, 'Torrevecchia Teatina', 423827400, 142133100, 0),
(23144, 1007, 107, 'Trasacco', 419569300, 135345000, 0),
(23145, 1007, 107, 'Vasto', 421243400, 147059200, 0),
(23146, 1007, 107, 'Villamagna', 423289400, 142361100, 0),
(23147, 1007, 107, 'Vittorito', 421270300, 138167000, 0),
(23148, 1008, 107, 'Abriola', 405080100, 158135700, 0),
(23149, 1008, 107, 'Accettura', 404910200, 161579800, 0),
(23150, 1008, 107, 'Balvano', 406503200, 155141600, 0),
(23151, 1008, 107, 'Bernalda', 404128200, 166919900, 0),
(23152, 1008, 107, 'Brienza', 404775100, 156292600, 0),
(23153, 1008, 107, 'Cancellara', 407302200, 159257700, 0),
(23154, 1008, 107, 'Castelluccio Inferiore', 400039000, 159808800, 0),
(23155, 1008, 107, 'Episcopia', 400748100, 160981800, 0),
(23156, 1008, 107, 'Filiano', 408107200, 157061600, 0),
(23157, 1008, 107, 'Francavilla in Sinni', 400791100, 162032800, 0),
(23158, 1008, 107, 'Garaguso', 405484200, 162271800, 0),
(23159, 1008, 107, 'Grassano', 406345700, 162779200, 0),
(23160, 1008, 107, 'Lagonegro', 401283100, 157614700, 0),
(23161, 1008, 107, 'Latronico', 400898100, 160117800, 0),
(23162, 1008, 107, 'Maratea', 399967000, 157223700, 0),
(23163, 1008, 107, 'Marsico Vetere', 403782100, 158252700, 0),
(23164, 1008, 107, 'Matera', 406685200, 166015800, 0),
(23165, 1008, 107, 'Melfi', 409965200, 156513600, 0),
(23166, 1008, 107, 'Metaponto', 403732900, 168076200, 0),
(23167, 1008, 107, 'Montescaglioso', 405522200, 166668900, 0),
(23168, 1008, 107, 'Nova Siri', 401482100, 165388900, 0),
(23169, 1008, 107, 'Pietragalla', 407468200, 158793700, 0),
(23170, 1008, 107, 'Pisticci', 403906200, 165567900, 0),
(23171, 1008, 107, 'Policoro', 402115100, 166725900, 0),
(23172, 1008, 107, 'Potenza', 406443200, 158085700, 0),
(23173, 1008, 107, 'Rionero in Vulture', 409257200, 156699600, 0),
(23174, 1008, 107, 'Rotonda', 399527000, 160390800, 0),
(23175, 1008, 107, 'Sant''Arcangelo', 402473100, 162711800, 0),
(23176, 1008, 107, 'Scanzano', 402498200, 166983900, 0),
(23177, 1008, 107, 'Stigliano', 404009200, 162310800, 0),
(23178, 1008, 107, 'Tito', 405836200, 156754600, 0),
(23179, 1008, 107, 'Tolve', 406942200, 160162700, 0),
(23180, 1008, 107, 'Tursi', 402452100, 164696900, 0),
(23181, 1008, 107, 'Viggiano', 403407100, 159007700, 0),
(23182, 1009, 107, 'Acri', 394929000, 163837900, 0),
(23183, 1009, 107, 'Amantea', 391331900, 160745900, 0),
(23184, 1009, 107, 'Anoia', 384361800, 160794000, 0),
(23185, 1009, 107, 'Ardore', 381913700, 161680000, 0),
(23186, 1009, 107, 'Arena', 385627800, 162099000, 0),
(23187, 1009, 107, 'Bagaladi', 380266700, 158214000, 0),
(23188, 1009, 107, 'Bagnara Calabra', 382884700, 158078000, 0),
(23189, 1009, 107, 'Belvedere Marittimo', 396179000, 158616800, 0),
(23190, 1009, 107, 'Belvedere di Spinello', 392099000, 168882100, 0),
(23191, 1009, 107, 'Bianchi', 391008900, 164101000, 0),
(23192, 1009, 107, 'Botricello', 389319900, 168583100, 0),
(23193, 1009, 107, 'Campo Calabro', 382160700, 156591900, 0),
(23194, 1009, 107, 'Capocasale', 392374900, 162530900, 0),
(23195, 1009, 107, 'Caraffa di Catanzaro', 388812900, 164856000, 0),
(23196, 1009, 107, 'Cardinale', 386494800, 163854000, 0),
(23197, 1009, 107, 'Cariati', 394922000, 169594100, 0),
(23198, 1009, 107, 'Carlopoli', 390566900, 164549000, 0),
(23199, 1009, 107, 'Casole Bruzio', 392843900, 163365000, 0),
(23200, 1009, 107, 'Castiglione Cosentino', 393520000, 162893900, 0),
(23201, 1009, 107, 'Castrolibero', 393080900, 161943900, 0),
(23202, 1009, 107, 'Castrovillari', 398203000, 162122900, 0),
(23203, 1009, 107, 'Catanzaro', 388907900, 165987000, 0),
(23204, 1009, 107, 'Celico', 393100900, 163399000, 0),
(23205, 1009, 107, 'Cerchiara di Calabria', 398604000, 163827900, 0),
(23206, 1009, 107, 'Cerisano', 392760900, 161753900, 0),
(23207, 1009, 107, 'Cetraro', 395166000, 159415800, 0),
(23208, 1009, 107, 'Cinquefrondi', 384161800, 160842000, 0),
(23209, 1009, 107, 'Civita', 398288000, 163124900, 0),
(23210, 1009, 107, 'Corigliano Calabro', 395950000, 165177000, 0),
(23211, 1009, 107, 'Cosenza', 393099900, 162501900, 0),
(23212, 1009, 107, 'Crichi', 389549900, 166411000, 0),
(23213, 1009, 107, 'Crotone', 390851000, 171178100, 0),
(23214, 1009, 107, 'Curinga', 388261800, 163134000, 0),
(23215, 1009, 107, 'Davoli', 386473800, 164862000, 0),
(23216, 1009, 107, 'Diamante', 396760000, 158248800, 0),
(23217, 1009, 107, 'Filandari', 386150800, 160314000, 0),
(23218, 1009, 107, 'Firmo', 397214000, 161701900, 0),
(23219, 1009, 107, 'Francavilla Angitola', 387801800, 162717000, 0),
(23220, 1009, 107, 'Francavilla Marittima', 398161000, 163949900, 0),
(23221, 1009, 107, 'Frascineto', 398364000, 162619900, 0),
(23222, 1009, 107, 'Galatro', 384603800, 161106000, 0),
(23223, 1009, 107, 'Gioia Tauro', 384239700, 158990000, 0),
(23224, 1009, 107, 'Gioiosa Ionica', 383221800, 163026000, 0),
(23225, 1009, 107, 'Grimaldi', 391419900, 162356900, 0),
(23226, 1009, 107, 'Isola Capo Rizzuto', 389599900, 170933200, 0),
(23227, 1009, 107, 'Lago', 391693900, 161505900, 0),
(23228, 1009, 107, 'Lamezia Terme', 389658900, 163092000, 0),
(23229, 1009, 107, 'Lattarico', 394499000, 161290900, 0),
(23230, 1009, 107, 'Locri', 382413700, 162623000, 0),
(23231, 1009, 107, 'Luzzi', 394461000, 162882900, 0),
(23232, 1009, 107, 'Mammola', 383635800, 162394000, 0),
(23233, 1009, 107, 'Mangone', 392055900, 163320000, 0),
(23234, 1009, 107, 'Marano Marchesato', 393159900, 161737900, 0),
(23235, 1009, 107, 'Marano Principato', 392995900, 161750900, 0),
(23236, 1009, 107, 'Marina di Gioiosa Ionica', 383072800, 163206100, 0),
(23237, 1009, 107, 'Marzi', 391707900, 163064000, 0),
(23238, 1009, 107, 'Melito di Porto Salvo', 379221600, 157714000, 0),
(23239, 1009, 107, 'Mendicino', 392635900, 161959900, 0),
(23240, 1009, 107, 'Mesoraca', 390767900, 167889100, 0),
(23241, 1009, 107, 'Mileto', 386095800, 160696000, 0),
(23242, 1009, 107, 'Montalto Uffugo', 394048000, 161579900, 0),
(23243, 1009, 107, 'Montepaone', 387225800, 164972000, 0),
(23244, 1009, 107, 'Mormanno', 398883000, 159867800, 0),
(23245, 1009, 107, 'Nicotera', 385545800, 159367000, 0),
(23246, 1009, 107, 'Palmi', 383586200, 158491500, 0),
(23247, 1009, 107, 'Paola', 393598900, 160395900, 0),
(23248, 1009, 107, 'Parghelia', 386808800, 159224900, 0),
(23249, 1009, 107, 'Paterno Calabro', 392284900, 162648900, 0),
(23250, 1009, 107, 'Petilia Policastro', 391138900, 167855100, 0),
(23251, 1009, 107, 'Pizzo', 387383800, 161658000, 0),
(23252, 1009, 107, 'Polistena', 384059800, 160800000, 0),
(23253, 1009, 107, 'Praia a Mare', 399009000, 157792800, 0),
(23254, 1009, 107, 'Reggio di Calabria', 381104700, 156612900, 0),
(23255, 1009, 107, 'Rende', 393319900, 161843900, 0),
(23256, 1009, 107, 'Rizziconi', 384107800, 159582000, 0),
(23257, 1009, 107, 'Roggiano Gravina', 396182000, 161596900, 0),
(23258, 1009, 107, 'Roghudi', 379275600, 157660000, 0),
(23259, 1009, 107, 'Rosarno', 384840800, 159790000, 0),
(23260, 1009, 107, 'Rose', 393985000, 162871900, 0),
(23261, 1009, 107, 'Rossano', 395751000, 166349000, 0),
(23262, 1009, 107, 'Rota Greca', 394685000, 161125900, 0),
(23263, 1009, 107, 'San Giovanni in Fiore', 392633000, 166996000, 0),
(23264, 1009, 107, 'San Gregorio d''Ippona', 386445800, 161070000, 0),
(23265, 1009, 107, 'San Marco Argentano', 395583000, 161200900, 0),
(23266, 1009, 107, 'San Martino di Finita', 394906000, 161097900, 0),
(23267, 1009, 107, 'San Pietro in Guarano', 393421900, 163114900, 0),
(23268, 1009, 107, 'San Sostene', 386378800, 164871100, 0),
(23269, 1009, 107, 'Sangineto', 396048000, 159148800, 0),
(23270, 1009, 107, 'Sant''Andrea Apostolo dello Ionio', 386225800, 165283100, 0),
(23271, 1009, 107, 'Sant''Onofrio', 386949800, 161441000, 0),
(23272, 1009, 107, 'Santa Maria del Cedro', 397462000, 158363800, 0),
(23273, 1009, 107, 'Santo Stefano di Rogliano', 391924900, 163182000, 0),
(23274, 1009, 107, 'Scalea', 398130000, 157955800, 0),
(23275, 1009, 107, 'Scilla', 382506700, 157189900, 0),
(23276, 1009, 107, 'Serra San Bruno', 385753800, 163244000, 0),
(23277, 1009, 107, 'Serrastretta', 390131900, 164163000, 0),
(23278, 1009, 107, 'Sersale', 390108900, 167269100, 0),
(23279, 1009, 107, 'Settingiano', 389113900, 165139000, 0),
(23280, 1009, 107, 'Siderno Marina', 382778800, 163020000, 0),
(23281, 1009, 107, 'Sinopoli', 382637700, 158785000, 0),
(23282, 1009, 107, 'Soverato Marina', 386849800, 165499100, 0),
(23283, 1009, 107, 'Soverato Superiore', 386833300, 165333300, 0),
(23284, 1009, 107, 'Soveria Mannelli', 390828900, 163719000, 0),
(23285, 1009, 107, 'Staletti', 387654800, 165376000, 0),
(23286, 1009, 107, 'Stilo', 384770800, 164684100, 0),
(23287, 1009, 107, 'Taurianova', 383562700, 160109000, 0),
(23288, 1009, 107, 'Taverna', 390217900, 165818000, 0),
(23289, 1009, 107, 'Torano Castello', 395063000, 161455900, 0),
(23290, 1009, 107, 'Trenta', 392850900, 163214000, 0),
(23291, 1009, 107, 'Tropea', 386753800, 158947900, 0),
(23292, 1009, 107, 'Vibo Valentia', 386742800, 160951000, 0),
(23293, 1009, 107, 'Villa San Giovanni', 382275700, 156385900, 0),
(23294, 1009, 107, 'Villapiana', 398465000, 164551900, 0),
(23295, 1010, 107, 'Acerno - Borbone', 407377100, 150569500, 0),
(23296, 1010, 107, 'Acerra', 409507100, 143762300, 0),
(23297, 1010, 107, 'Afragola', 409260100, 143108300, 0),
(23298, 1010, 107, 'Agerola', 406377100, 145388400, 0),
(23299, 1010, 107, 'Agropoli', 403469000, 149965500, 0),
(23300, 1010, 107, 'Ailano', 413904200, 142050200, 0),
(23301, 1010, 107, 'Airola', 410610200, 145584300, 0),
(23302, 1010, 107, 'Albanella', 404789100, 151162500, 0),
(23303, 1010, 107, 'Alfano', 401775000, 154251600, 0),
(23304, 1010, 107, 'Altavilla Irpina', 410070200, 147813400, 0),
(23305, 1010, 107, 'Altavilla Silentina', 405313100, 151309500, 0),
(23306, 1010, 107, 'Amalfi', 406349000, 146023800, 0),
(23307, 1010, 107, 'Anacapri', 405558000, 142136300, 0),
(23308, 1010, 107, 'Andretta', 409374200, 153248500, 0),
(23309, 1010, 107, 'Angri', 407427100, 145714400, 0),
(23310, 1010, 107, 'Apice', 411201200, 149310400, 0),
(23311, 1010, 107, 'Aquara', 404439100, 152538600, 0),
(23312, 1010, 107, 'Ariano Irpino', 411489200, 150833400, 0),
(23313, 1010, 107, 'Arnone', 410741100, 140274200, 0),
(23314, 1010, 107, 'Arzano', 409144100, 142671300, 0),
(23315, 1010, 107, 'Ascea', 401416000, 151857600, 0),
(23316, 1010, 107, 'Atena Lucana', 404551100, 155572600, 0),
(23317, 1010, 107, 'Atripalda', 409158200, 148246400, 0),
(23318, 1010, 107, 'Avellino', 409144200, 147887400, 0),
(23319, 1010, 107, 'Aversa', 409732100, 142049300, 0),
(23320, 1010, 107, 'Bacoli', 407992600, 140784600, 0),
(23321, 1010, 107, 'Bagnoli', 408132200, 141680700, 0),
(23322, 1010, 107, 'Baiano', 409525100, 146167400, 0),
(23323, 1010, 107, 'Baronissi', 407477100, 147708400, 0),
(23324, 1010, 107, 'Battipaglia', 406109100, 149851500, 0),
(23325, 1010, 107, 'Bellizzi', 406198100, 149468500, 0),
(23326, 1010, 107, 'Benevento', 411295200, 147861400, 0),
(23327, 1010, 107, 'Boscoreale', 407756100, 144994400, 0),
(23328, 1010, 107, 'Boscotrecase', 407743100, 144620400, 0),
(23329, 1010, 107, 'Brusciano', 409232100, 144239300, 0),
(23330, 1010, 107, 'Buonabitacolo', 402713100, 156199700, 0),
(23331, 1010, 107, 'Caggiano', 405678100, 154933600, 0),
(23332, 1010, 107, 'Caianello', 413040200, 140817200, 0),
(23333, 1010, 107, 'Caivano', 409571100, 143102300, 0),
(23334, 1010, 107, 'Calvanico', 407752100, 148279400, 0),
(23335, 1010, 107, 'Calvi', 410716200, 148652400, 0),
(23336, 1010, 107, 'Calvi Risorta', 412172200, 141308200, 0),
(23337, 1010, 107, 'Calvizzano', 409055100, 141854300, 0),
(23338, 1010, 107, 'Camerota', 400325000, 153727600, 0),
(23339, 1010, 107, 'Campagna', 406653100, 151058500, 0),
(23340, 1010, 107, 'Cancello', 410666700, 140500000, 0),
(23341, 1010, 107, 'Capaccio', 404244100, 150808500, 0),
(23342, 1010, 107, 'Capodrise', 410443100, 143035300, 0),
(23343, 1010, 107, 'Capri', 405507300, 142426300, 0),
(23344, 1010, 107, 'Capriglia', 409603200, 147772400, 0),
(23345, 1010, 107, 'Capua', 410997100, 142201300, 0),
(23346, 1010, 107, 'Cardito', 409420100, 142994300, 0),
(23347, 1010, 107, 'Carinaro', 409829100, 142196300, 0),
(23348, 1010, 107, 'Casagiove', 410747200, 143077300, 0),
(23349, 1010, 107, 'Casal di Principe', 410114100, 141248200, 0),
(23350, 1010, 107, 'Casalnuovo di Napoli', 409092100, 143457300, 0),
(23351, 1010, 107, 'Casamarciano', 409319100, 145532400, 0),
(23352, 1010, 107, 'Casamicciola Terme', 407466000, 139120200, 0),
(23353, 1010, 107, 'Casandrino', 409286100, 142496300, 0),
(23354, 1010, 107, 'Casapulla', 410753100, 142897300, 0),
(23355, 1010, 107, 'Casavatore', 408992100, 142766300, 0),
(23356, 1010, 107, 'Caserta', 410832200, 143349300, 0),
(23357, 1010, 107, 'Casola di Napoli', 406969100, 145276400, 0),
(23358, 1010, 107, 'Casoria', 409066400, 142958700, 0),
(23359, 1010, 107, 'Castel San Giorgio', 407837100, 146988400, 0),
(23360, 1010, 107, 'Castel Volturno', 410335300, 139421700, 0),
(23361, 1010, 107, 'Castellabate', 402817000, 149564500, 0),
(23362, 1010, 107, 'Castellammare di Stabia', 407155100, 144891400, 0),
(23363, 1010, 107, 'Castello di Cisterna', 409151100, 144062300, 0),
(23364, 1010, 107, 'Castelpoto', 411399200, 147003400, 0),
(23365, 1010, 107, 'Cava de'' Tirreni', 407009100, 147056400, 0),
(23366, 1010, 107, 'Centola', 400665000, 153119600, 0),
(23367, 1010, 107, 'Cercola', 408566100, 143577300, 0),
(23368, 1010, 107, 'Cerreto Sannita', 412820200, 145551300, 0),
(23369, 1010, 107, 'Cervinara', 410204200, 146144400, 0),
(23370, 1010, 107, 'Cervino', 410400200, 144240300, 0),
(23371, 1010, 107, 'Cesa', 409644100, 142301300, 0),
(23372, 1010, 107, 'Cetara', 406475600, 147009100, 0),
(23373, 1010, 107, 'Cicciano', 409647100, 145389400, 0),
(23374, 1010, 107, 'Contrada', 408659100, 147789400, 0),
(23375, 1010, 107, 'Contursi', 406495100, 152393600, 0),
(23376, 1010, 107, 'Corbara', 407212100, 145945400, 0),
(23377, 1010, 107, 'Crispano', 409525100, 142899300, 0),
(23378, 1010, 107, 'Cusano Mutri', 413377200, 145088300, 0),
(23379, 1010, 107, 'Eboli', 406142100, 150578500, 0),
(23380, 1010, 107, 'Ercolano', 408063100, 143609300, 0),
(23381, 1010, 107, 'Fisciano', 407728100, 147994400, 0),
(23382, 1010, 107, 'Forino', 408626100, 147360400, 0),
(23383, 1010, 107, 'Forio', 407342000, 138646200, 0),
(23384, 1010, 107, 'Frattamaggiore', 409393100, 142740300, 0),
(23385, 1010, 107, 'Frattaminore', 409555100, 142727300, 0),
(23386, 1010, 107, 'Frigento', 410113200, 150997500, 0),
(23387, 1010, 107, 'Giugliano in Campania', 409274100, 141910300, 0),
(23388, 1010, 107, 'Gragnano', 406956100, 145123400, 0),
(23389, 1010, 107, 'Gricignano d''Aversa', 409802100, 142310300, 0),
(23390, 1010, 107, 'Grumo Nevano', 409359100, 142598300, 0),
(23391, 1010, 107, 'Ischia', 407352300, 139481300, 0),
(23392, 1010, 107, 'Ischia Porto', 407333300, 139500000, 0),
(23393, 1010, 107, 'Laureana Cilento', 403011000, 150387600, 0),
(23394, 1010, 107, 'Liberi', 412278200, 142900300, 0),
(23395, 1010, 107, 'Lusciano', 409700100, 141904300, 0),
(23396, 1010, 107, 'Maddaloni', 410400100, 143768300, 0),
(23397, 1010, 107, 'Maiori', 406484800, 146407000, 0),
(23398, 1010, 107, 'Manocalzati', 409416200, 148497400, 0),
(23399, 1010, 107, 'Marano di Napoli', 408976100, 141905300, 0),
(23400, 1010, 107, 'Marcianise', 410322100, 143009300, 0),
(23401, 1010, 107, 'Marigliano', 409263100, 144581300, 0),
(23402, 1010, 107, 'Marzano', 413177200, 140450200, 0),
(23403, 1010, 107, 'Massa di Somma', 408455100, 143751300, 0),
(23404, 1010, 107, 'Massalubrense', 406053000, 143667400, 0),
(23405, 1010, 107, 'Melito di Napoli', 409205100, 142300300, 0),
(23406, 1010, 107, 'Mercato San Severino', 407812100, 147569400, 0),
(23407, 1010, 107, 'Meta', 406392100, 144182400, 0),
(23408, 1010, 107, 'Mondragone', 411141100, 138935200, 0),
(23409, 1010, 107, 'Monte di Procida', 407980900, 140502300, 0),
(23410, 1010, 107, 'Montecorvino Pugliano', 406792100, 149447500, 0),
(23411, 1010, 107, 'Montecorvino Rovella', 406918100, 149779500, 0),
(23412, 1010, 107, 'Monteforte Irpino', 408918100, 147185400, 0),
(23413, 1010, 107, 'Montella', 408437200, 150178500, 0),
(23414, 1010, 107, 'Montemiletto', 410117200, 149073400, 0),
(23415, 1010, 107, 'Montesarchio', 410654200, 146402400, 0),
(23416, 1010, 107, 'Montoro Inferiore', 408232100, 147606400, 0),
(23417, 1010, 107, 'Mugnano del Cardinale', 409430100, 146356400, 0),
(23418, 1010, 107, 'Mugnano di Napoli', 409113100, 142051300, 0),
(23419, 1010, 107, 'Napoli', 408333300, 142500000, 0),
(23420, 1010, 107, 'Nocera Inferiore', 407522100, 146401400, 0),
(23421, 1010, 107, 'Nocera Superiore', 407421100, 146729400, 0),
(23422, 1010, 107, 'Nola', 409220100, 145329400, 0),
(23423, 1010, 107, 'Novi Velia', 402251000, 152883600, 0),
(23424, 1010, 107, 'Olevano sul Tusciano', 406572100, 150230500, 0),
(23425, 1010, 107, 'Oliveto Citra', 406903100, 152299500, 0),
(23426, 1010, 107, 'Omignano', 402482000, 150851600, 0),
(23427, 1010, 107, 'Orta di Atella', 409665100, 142680300, 0),
(23428, 1010, 107, 'Ottaviano', 408498100, 144901400, 0),
(23429, 1010, 107, 'Padula', 403369100, 156550700, 0),
(23430, 1010, 107, 'Paduli', 411661200, 148850400, 0),
(23431, 1010, 107, 'Pagani', 407515100, 146133400, 0),
(23432, 1010, 107, 'Palma Campania', 408649100, 145487400, 0),
(23433, 1010, 107, 'Palomonte', 406625100, 152918600, 0),
(23434, 1010, 107, 'Parete', 409589100, 141619300, 0),
(23435, 1010, 107, 'Pastorano', 411808200, 141982200, 0),
(23436, 1010, 107, 'Pellezzano', 407252100, 147574400, 0),
(23437, 1010, 107, 'Piana di Monte Verna', 411671200, 143337300, 0),
(23438, 1010, 107, 'Piano di Sorrento', 406310100, 144160400, 0),
(23439, 1010, 107, 'Piedimonte Matese', 413508200, 143680300, 0),
(23440, 1010, 107, 'Pietravairano', 413252200, 141659200, 0),
(23441, 1010, 107, 'Pignataro Maggiore', 411908200, 141723200, 0),
(23442, 1010, 107, 'Poggiomarino', 408031100, 145390400, 0),
(23443, 1010, 107, 'Pomigliano d''Arco', 409079100, 143862300, 0),
(23444, 1010, 107, 'Pompei', 407461100, 144973400, 0),
(23445, 1010, 107, 'Ponte', 412151200, 146989400, 0),
(23446, 1010, 107, 'Pontecagnano', 406425100, 148734500, 0),
(23447, 1010, 107, 'Pontelandolfo', 412932200, 146890300, 0),
(23448, 1010, 107, 'Portici', 408156300, 143371600, 0),
(23449, 1010, 107, 'Portico di Caserta', 410565100, 142794300, 0),
(23450, 1010, 107, 'Positano', 406282900, 144842700, 0),
(23451, 1010, 107, 'Pozzuoli', 408319600, 141100100, 0),
(23452, 1010, 107, 'Procida', 407569100, 140144300, 0),
(23453, 1010, 107, 'Qualiano', 409226100, 141501300, 0),
(23454, 1010, 107, 'Quarto', 408768100, 141394300, 0),
(23455, 1010, 107, 'Roccabascerana', 410184200, 147168400, 0),
(23456, 1010, 107, 'Roccamonfina', 412882200, 139831200, 0),
(23457, 1010, 107, 'Roccapiemonte', 407607100, 146926400, 0),
(23458, 1010, 107, 'Roccaromana', 412741200, 142213200, 0),
(23459, 1010, 107, 'Rofrano', 402114000, 154278600, 0),
(23460, 1010, 107, 'Salento', 402486000, 151900600, 0),
(23461, 1010, 107, 'Salerno', 406779700, 147659900, 0),
(23462, 1010, 107, 'San Bartolomeo in Galdo', 414164300, 150174400, 0),
(23463, 1010, 107, 'San Cipriano Picentino', 407208100, 148705500, 0),
(23464, 1010, 107, 'San Felice a Cancello', 410058100, 144558300, 0),
(23465, 1010, 107, 'San Gennaro Vesuviano', 408589100, 145250400, 0),
(23466, 1010, 107, 'San Giorgio a Cremano', 408307100, 143376300, 0),
(23467, 1010, 107, 'San Giorgio del Sannio', 410696200, 148522400, 0),
(23468, 1010, 107, 'San Giuseppe Vesuviano', 408298100, 145044400, 0),
(23469, 1010, 107, 'San Mango Piemonte', 407019100, 148337400, 0),
(23470, 1010, 107, 'San Marcellino', 409900100, 141758300, 0),
(23471, 1010, 107, 'San Marco Evangelista', 410386100, 143418300, 0),
(23472, 1010, 107, 'San Marzano sul Sarno', 407749100, 145817400, 0),
(23473, 1010, 107, 'San Nicola Manfredi', 410741200, 148249400, 0),
(23474, 1010, 107, 'San Nicola la Strada', 410518100, 143313300, 0),
(23475, 1010, 107, 'San Paolo Bel Sito', 409148100, 145467400, 0),
(23476, 1010, 107, 'San Potito Sannitico', 413385200, 143921300, 0),
(23477, 1010, 107, 'San Potito Ultra', 409276200, 148703400, 0),
(23478, 1010, 107, 'San Prisco', 410871200, 142782300, 0),
(23479, 1010, 107, 'San Rufo', 404345100, 154636600, 0),
(23480, 1010, 107, 'San Sebastiano al Vesuvio', 408445100, 143676300, 0),
(23481, 1010, 107, 'San Vitaliano', 409272100, 144801300, 0),
(23482, 1010, 107, 'Sant''Agata de'' Goti', 410893200, 144974300, 0),
(23483, 1010, 107, 'Sant''Agnello', 406300100, 143971400, 0),
(23484, 1010, 107, 'Sant''Angelo a Cupolo', 410691200, 148037400, 0),
(23485, 1010, 107, 'Sant''Antimo', 409457100, 142314300, 0),
(23486, 1010, 107, 'Sant''Arpino', 409595100, 142489300, 0),
(23487, 1010, 107, 'Sant''Egidio del Monte Albino', 407387100, 145945400, 0),
(23488, 1010, 107, 'Santa Maria Capua Vetere', 410802100, 142565300, 0),
(23489, 1010, 107, 'Santa Maria a Vico', 410255200, 144654300, 0),
(23490, 1010, 107, 'Santa Marina', 401043000, 155404700, 0),
(23491, 1010, 107, 'Sapri', 400751000, 156295700, 0),
(23492, 1010, 107, 'Sarno', 408108100, 146198400, 0),
(23493, 1010, 107, 'Saviano', 409056100, 145050400, 0),
(23494, 1010, 107, 'Scafati', 407528100, 145338400, 0),
(23495, 1010, 107, 'Scala', 406566500, 146076100, 0),
(23496, 1010, 107, 'Scisciano', 409160100, 144857400, 0),
(23497, 1010, 107, 'Serre', 405825100, 151855500, 0),
(23498, 1010, 107, 'Sessa Aurunca', 412408200, 139328200, 0),
(23499, 1010, 107, 'Sicignano degli Alburni', 405603100, 153039600, 0),
(23500, 1010, 107, 'Sirignano', 409500100, 146301400, 0),
(23501, 1010, 107, 'Solopaca', 411946200, 145530300, 0),
(23502, 1010, 107, 'Somma Vesuviana', 408716100, 144361300, 0),
(23503, 1010, 107, 'Sorrento', 406260100, 143744100, 0),
(23504, 1010, 107, 'Succivo', 409680100, 142556300, 0),
(23505, 1010, 107, 'Teggiano', 403792100, 155404600, 0),
(23506, 1010, 107, 'Terzigno', 408122100, 144964400, 0),
(23507, 1010, 107, 'Teverola', 409956100, 142076300, 0),
(23508, 1010, 107, 'Torre Annunziata', 407497100, 144646400, 0),
(23509, 1010, 107, 'Torre del Greco', 407839200, 143708000, 0),
(23510, 1010, 107, 'Torrecuso', 411894200, 146793400, 0),
(23511, 1010, 107, 'Trecase', 407694100, 144377400, 0),
(23512, 1010, 107, 'Vairano Patenora', 413370200, 141311200, 0),
(23513, 1010, 107, 'Valle di Maddaloni', 410795200, 144156300, 0),
(23514, 1010, 107, 'Vallo della Lucania', 402297000, 152657600, 0),
(23515, 1010, 107, 'Venticano', 410472200, 149119400, 0),
(23516, 1010, 107, 'Vietri sul Mare', 406687100, 147253400, 0),
(23517, 1010, 107, 'Villa Literno', 410099100, 140805200, 0),
(23518, 1010, 107, 'Villa di Briano', 410000100, 141607300, 0),
(23519, 1010, 107, 'Villamaina', 409694200, 150900500, 0),
(23520, 1010, 107, 'Villanova del Battista', 411208200, 151587500, 0),
(23521, 1010, 107, 'Villaricca', 409216100, 141898300, 0),
(23522, 1010, 107, 'Vitulano', 411752200, 146413400, 0),
(23523, 1010, 107, 'Vitulazio', 411641200, 142169200, 0),
(23524, 1010, 107, 'Volla', 408784100, 143429300, 0),
(23525, 1011, 107, 'Agazzano', 449456600, 95185600, 0),
(23526, 1011, 107, 'Albinea', 446244600, 106063900, 0),
(23527, 1011, 107, 'Alfonsine', 445061100, 120563900, 0),
(23528, 1011, 107, 'Anzola dell''Emilia', 445463700, 111946100, 0),
(23529, 1011, 107, 'Argelato', 446415700, 113478100, 0),
(23530, 1011, 107, 'Argenta', 446123700, 118356200, 0),
(23531, 1011, 107, 'Bagnacavallo', 444124700, 119771300, 0),
(23532, 1011, 107, 'Bagno di Romagna', 438354600, 119601600, 0),
(23533, 1011, 107, 'Bagnolo in Piano', 447629700, 106732900, 0),
(23534, 1011, 107, 'Bedonia', 444980500, 96327700, 0),
(23535, 1011, 107, 'Bentivoglio', 446345700, 114180100, 0),
(23536, 1011, 107, 'Bologna', 444938100, 113387500, 0),
(23537, 1011, 107, 'Bomporto', 447297700, 110384000, 0),
(23538, 1011, 107, 'Bondeno', 448861800, 114108100, 0),
(23539, 1011, 107, 'Boretto', 449018700, 105542900, 0),
(23540, 1011, 107, 'Borghi', 440319400, 123605600, 0),
(23541, 1011, 107, 'Borgo Val di Taro', 444870500, 97657800, 0),
(23542, 1011, 107, 'Brisighella', 442216600, 117748300, 0),
(23543, 1011, 107, 'Budrio', 445370700, 115336200, 0),
(23544, 1011, 107, 'Busseto', 449805700, 100420800, 0),
(23545, 1011, 107, 'Cadelbosco di Sopra', 447621700, 105958900, 0),
(23546, 1011, 107, 'Calderara di Reno', 445630700, 112711100, 0),
(23547, 1011, 107, 'Calendasco', 450872600, 95960600, 0),
(23548, 1011, 107, 'Calerno', 447487500, 104860300, 0),
(23549, 1011, 107, 'Calestano', 446031600, 101229800, 0),
(23550, 1011, 107, 'Campogalliano', 446915700, 108420000, 0),
(23551, 1011, 107, 'Camugnano', 441704600, 110888100, 0),
(23552, 1011, 107, 'Canossa', 445754600, 104553900, 0),
(23553, 1011, 107, 'Carpaneto Piacentino', 449152600, 97892700, 0),
(23554, 1011, 107, 'Carpi', 447823700, 108777000, 0),
(23555, 1011, 107, 'Casal Fiumanese', 442968600, 116240200, 0),
(23556, 1011, 107, 'Casalecchio di Reno', 444755700, 112759100, 0),
(23557, 1011, 107, 'Casalgrande', 445846600, 107355000, 0),
(23558, 1011, 107, 'Castel Maggiore', 445770700, 113607100, 0),
(23559, 1011, 107, 'Castel San Giovanni', 450582600, 94334600, 0),
(23560, 1011, 107, 'Castel di Casio', 441629600, 110358100, 0),
(23561, 1011, 107, 'Castelfranco Emilia', 445957700, 110520000, 0),
(23562, 1011, 107, 'Castellarano', 445130600, 107329000, 0),
(23563, 1011, 107, 'Castello d''Argile', 446790700, 112959100, 0),
(23564, 1011, 107, 'Castello di Serravalle', 444380600, 110316100, 0),
(23565, 1011, 107, 'Castelnovo ne'' Monti', 444355600, 104032900, 0),
(23566, 1011, 107, 'Castelnuovo Rangone', 445512600, 109350000, 0),
(23567, 1011, 107, 'Castelvetro Piacentino', 450992700, 99895700, 0),
(23568, 1011, 107, 'Castenaso', 445088700, 114698200, 0),
(23569, 1011, 107, 'Cattolica', 439574700, 127375500, 0),
(23570, 1011, 107, 'Cavezzo', 448363700, 110286000, 0),
(23571, 1011, 107, 'Cavriago', 446936600, 105274900, 0),
(23572, 1011, 107, 'Cento', 447259700, 112882100, 0),
(23573, 1011, 107, 'Cervia', 442620400, 123481200, 0),
(23574, 1011, 107, 'Cesena', 441391000, 122431500, 0),
(23575, 1011, 107, 'Cesenatico', 441998700, 123991000, 0),
(23576, 1011, 107, 'Codigoro', 448311100, 121141700, 0),
(23577, 1011, 107, 'Collagna', 443475500, 102753900, 0),
(23578, 1011, 107, 'Collecchio', 447539600, 102183800, 0),
(23579, 1011, 107, 'Comacchio', 446975000, 121858300, 0),
(23580, 1011, 107, 'Concordia sulla Secchia', 449131700, 109833000, 0),
(23581, 1011, 107, 'Conselice', 445118700, 118312200, 0),
(23582, 1011, 107, 'Coriano', 439690600, 126005500, 0),
(23583, 1011, 107, 'Correggio', 447697700, 107823000, 0),
(23584, 1011, 107, 'Crespellano', 445104600, 111305100, 0),
(23585, 1011, 107, 'Fabbrico', 448694700, 108115900, 0),
(23586, 1011, 107, 'Faenza', 442857000, 118833400, 0),
(23587, 1011, 107, 'Felino', 446957600, 102410800, 0),
(23588, 1011, 107, 'Ferrara', 448267800, 116207100, 0),
(23589, 1011, 107, 'Ferriere', 446438500, 94965700, 0),
(23590, 1011, 107, 'Fidenza', 448639600, 100666800, 0),
(23591, 1011, 107, 'Finale Emilia', 448345700, 112939000, 0),
(23592, 1011, 107, 'Fiorano Modenese', 445359600, 108218000, 0),
(23593, 1011, 107, 'Fiorenzuola d''Arda', 449220600, 99089700, 0),
(23594, 1011, 107, 'Fiumalbo', 441792500, 106472000, 0),
(23595, 1011, 107, 'Fontanellato', 448816700, 101721800, 0),
(23596, 1011, 107, 'Forli', 442236100, 120527800, 0),
(23597, 1011, 107, 'Forlimpopoli', 441910700, 121287300, 0),
(23598, 1011, 107, 'Formigine', 445729600, 108470000, 0),
(23599, 1011, 107, 'Formignana', 448434800, 118600200, 0),
(23600, 1011, 107, 'Fusignano', 444650700, 119571300, 0),
(23601, 1011, 107, 'Gaggio Montano', 441969600, 109329100, 0),
(23602, 1011, 107, 'Gatteo', 441119400, 123913900, 0),
(23603, 1011, 107, 'Gemmano', 439039600, 125815500, 0),
(23604, 1011, 107, 'Goro', 448522200, 123041700, 0),
(23605, 1011, 107, 'Gossolengo', 450022600, 96164600, 0),
(23606, 1011, 107, 'Gragnano Trebbiense', 450131600, 95689600, 0),
(23607, 1011, 107, 'Granarolo del l''Emilia', 445532700, 114429100, 0),
(23608, 1011, 107, 'Gropparello', 448339600, 97276700, 0),
(23609, 1011, 107, 'Guastalla', 449131700, 106608900, 0),
(23610, 1011, 107, 'Guiglia', 444240600, 109621000, 0),
(23611, 1011, 107, 'Imola', 443522700, 117158200, 0),
(23612, 1011, 107, 'Lesignano de'' Bagni', 446434600, 103003900, 0),
(23613, 1011, 107, 'Lizzano in Belvedere', 441618600, 108940100, 0),
(23614, 1011, 107, 'Longiano', 440730600, 123277800, 0),
(23615, 1011, 107, 'Lugo', 444270700, 119076300, 0),
(23616, 1011, 107, 'Maranello', 445247600, 108655000, 0),
(23617, 1011, 107, 'Marano sul Panaro', 444564600, 109711000, 0),
(23618, 1011, 107, 'Marzabotto', 443408600, 112047100, 0),
(23619, 1011, 107, 'Massa Lombarda', 444468700, 118260200, 0),
(23620, 1011, 107, 'Medesano', 447575600, 101397800, 0),
(23621, 1011, 107, 'Medicina', 444786700, 116381200, 0),
(23622, 1011, 107, 'Medolla', 448466700, 110676000, 0),
(23623, 1011, 107, 'Mesola', 449233300, 122455600, 0),
(23624, 1011, 107, 'Minerbio', 446167700, 114707100, 0),
(23625, 1011, 107, 'Mirabello', 448257800, 114618100, 0),
(23626, 1011, 107, 'Mirandola', 448867700, 110662000, 0),
(23627, 1011, 107, 'Misano Adriatico', 439793700, 126937500, 0),
(23628, 1011, 107, 'Modena', 446478300, 109253900, 0),
(23629, 1011, 107, 'Molinella', 446212700, 116686200, 0),
(23630, 1011, 107, 'Montecchio Emilia', 447013600, 104470900, 0),
(23631, 1011, 107, 'Montechiarugolo', 446932600, 104221900, 0),
(23632, 1011, 107, 'Montefiore Conca', 438891600, 126114500, 0),
(23633, 1011, 107, 'Monterenzio', 443263600, 114056200, 0),
(23634, 1011, 107, 'Montescudo', 439194600, 125429500, 0),
(23635, 1011, 107, 'Monteveglio', 444707600, 111013100, 0),
(23636, 1011, 107, 'Monticelli d''Ongina', 450899700, 99365700, 0),
(23637, 1011, 107, 'Monzuno', 442792600, 112664100, 0),
(23638, 1011, 107, 'Morciano di Romagna', 439140600, 126505500, 0),
(23639, 1011, 107, 'Noceto', 448113600, 101712800, 0),
(23640, 1011, 107, 'Nonantola', 446760700, 110321000, 0),
(23641, 1011, 107, 'Novafeltria', 438948600, 122889400, 0),
(23642, 1011, 107, 'Novellara', 448429700, 107274900, 0),
(23643, 1011, 107, 'Novi di Modena', 448904700, 109014000, 0),
(23644, 1011, 107, 'Ozzano dell''Emilia', 444442700, 114755200, 0),
(23645, 1011, 107, 'Parma', 448026600, 103289800, 0),
(23646, 1011, 107, 'Pavullo nel Frignano', 443314600, 108350000, 0),
(23647, 1011, 107, 'Piacenza', 450467600, 96993700, 0),
(23648, 1011, 107, 'Pianoro', 443929600, 113423100, 0),
(23649, 1011, 107, 'Pieve di Cento', 447122700, 113076100, 0),
(23650, 1011, 107, 'Podenzano', 449563600, 96849700, 0),
(23651, 1011, 107, 'Poggio Berni', 440263900, 124094400, 0),
(23652, 1011, 107, 'Poggio Renatico', 447659700, 114901100, 0),
(23653, 1011, 107, 'Ponte dell''Olio', 448673600, 96422700, 0),
(23654, 1011, 107, 'Pontenure', 449991600, 97885700, 0),
(23655, 1011, 107, 'Porretta Terme', 441591600, 109723100, 0),
(23656, 1011, 107, 'Portomaggiore', 446984800, 118068200, 0),
(23657, 1011, 107, 'Poviglio', 448441700, 105341900, 0),
(23658, 1011, 107, 'Predappio', 441031600, 119841300, 0),
(23659, 1011, 107, 'Quattro Castella', 446349600, 104742900, 0),
(23660, 1011, 107, 'Ramiseto', 444121600, 102771900, 0),
(23661, 1011, 107, 'Ravenna', 444175000, 122011100, 0),
(23662, 1011, 107, 'Reggio nell''Emilia', 446982500, 106312500, 0),
(23663, 1011, 107, 'Reggiolo', 449184700, 108107900, 0),
(23664, 1011, 107, 'Riccione Marina', 439994200, 126568900, 0),
(23665, 1011, 107, 'Rimini', 440633300, 125808300, 0),
(23666, 1011, 107, 'Rottofreno', 450574600, 95477600, 0),
(23667, 1011, 107, 'Rubiera', 446540700, 107787000, 0),
(23668, 1011, 107, 'Russi', 443725000, 120322200, 0),
(23669, 1011, 107, 'Sala Baganza', 447202600, 102317800, 0),
(23670, 1011, 107, 'Sala Bolognese', 446154700, 112570100, 0),
(23671, 1011, 107, 'Salsomaggiore Terme', 448147600, 99795800, 0),
(23672, 1011, 107, 'Saludecio', 438751600, 126670500, 0),
(23673, 1011, 107, 'San Benedetto Val di Sambro', 442152600, 112329100, 0),
(23674, 1011, 107, 'San Cesario sul Panaro', 445610700, 110332000, 0),
(23675, 1011, 107, 'San Felice sul Panaro', 448331700, 111426000, 0),
(23676, 1011, 107, 'San Giorgio di Piano', 446496700, 113756100, 0),
(23677, 1011, 107, 'San Giovanni in Persiceto', 446399700, 111841100, 0),
(23678, 1011, 107, 'San Lazzaro di Savena', 444677700, 114140100, 0),
(23679, 1011, 107, 'San Martino in Rio', 447319700, 107821000, 0),
(23680, 1011, 107, 'San Mauro Pascoli', 441097200, 124227800, 0),
(23681, 1011, 107, 'San Pietro in Casale', 446995700, 114022100, 0),
(23682, 1011, 107, 'San Polo d''Enza in Caviano', 446271600, 104239900, 0),
(23683, 1011, 107, 'San Prospero', 447896700, 110221000, 0),
(23684, 1011, 107, 'Sant''Arcangelo di Romagna', 440632600, 124465700, 0),
(23685, 1011, 107, 'Sant''Ilario d''Enza', 447624600, 104480900, 0),
(23686, 1011, 107, 'Sasso Marconi', 443994600, 112495100, 0),
(23687, 1011, 107, 'Sassuolo', 445508600, 107847000, 0),
(23688, 1011, 107, 'Savignano sul Rubicone', 440952800, 124086100, 0),
(23689, 1011, 107, 'Scandiano', 445964600, 106907000, 0),
(23690, 1011, 107, 'Serramazzoni', 444250600, 107865000, 0),
(23691, 1011, 107, 'Sestola', 442304600, 107714000, 0),
(23692, 1011, 107, 'Sissa', 449592700, 102605800, 0),
(23693, 1011, 107, 'Sogliano al Rubicone', 440075000, 123044400, 0),
(23694, 1011, 107, 'Solarolo', 443603700, 118445200, 0),
(23695, 1011, 107, 'Soliera', 447379700, 109263000, 0),
(23696, 1011, 107, 'Solignano Nuovo', 445333300, 109166700, 0),
(23697, 1011, 107, 'Soragna', 449262700, 101241800, 0),
(23698, 1011, 107, 'Sorbolo', 448481700, 104476900, 0),
(23699, 1011, 107, 'Spilamberto', 445342600, 110195000, 0),
(23700, 1011, 107, 'Talamello', 439056600, 122848400, 0),
(23701, 1011, 107, 'Tizzano Val Parma', 445205600, 101997900, 0),
(23702, 1011, 107, 'Torriana', 439859600, 123850400, 0),
(23703, 1011, 107, 'Traversetolo', 446421600, 103771900, 0),
(23704, 1011, 107, 'Vernasca', 447993600, 98305700, 0),
(23705, 1011, 107, 'Vetto', 444841600, 103374900, 0),
(23706, 1011, 107, 'Vezzano sul Crostolo', 446021600, 105489900, 0),
(23707, 1011, 107, 'Viano', 445458600, 106212000, 0),
(23708, 1011, 107, 'Vigarano Mainarda', 448400800, 114947100, 0),
(23709, 1011, 107, 'Vignola', 444829600, 110048000, 0),
(23710, 1011, 107, 'Villanova sull''Arda', 450264700, 99984700, 0),
(23711, 1011, 107, 'Voghiera', 447555800, 117518200, 0),
(23712, 1011, 107, 'Ziano Piacentino', 450014600, 94015600, 0),
(23713, 1011, 107, 'Zocca', 443472600, 109904100, 0),
(23714, 1011, 107, 'Zola Predosa', 444896600, 112183100, 0),
(23715, 1012, 107, 'Aiello del Friuli', 458716700, 133655600, 0),
(23716, 1012, 107, 'Artegna', 462325000, 131127800, 0),
(23717, 1012, 107, 'Aviano', 460705600, 125947200, 0),
(23718, 1012, 107, 'Azzano Decimo', 458830600, 127130600, 0),
(23719, 1012, 107, 'Basiliano', 460141700, 130700000, 0),
(23720, 1012, 107, 'Brugnera', 459044400, 125263900, 0),
(23721, 1012, 107, 'Budoia', 460472200, 125322200, 0),
(23722, 1012, 107, 'Buttrio', 460119400, 133383300, 0),
(23723, 1012, 107, 'Campoformido', 460208300, 131625000, 0),
(23724, 1012, 107, 'Caneva', 459688900, 124497200, 0),
(23725, 1012, 107, 'Casarsa della Delizia', 459480600, 128375000, 0),
(23726, 1012, 107, 'Castions di Strada', 459094400, 131852800, 0),
(23727, 1012, 107, 'Cervignano del Friuli', 458211100, 133380600, 0),
(23728, 1012, 107, 'Cividale del Friuli', 460930600, 134275000, 0),
(23729, 1012, 107, 'Codroipo', 459600000, 129791700, 0),
(23730, 1012, 107, 'Cordenons', 459897200, 127019400, 0),
(23731, 1012, 107, 'Cormons', 459605600, 134722200, 0),
(23732, 1012, 107, 'Dignano', 460844400, 129388900, 0),
(23733, 1012, 107, 'Duino', 457734200, 136043600, 0),
(23734, 1012, 107, 'Fiume Veneto', 459327800, 127308300, 0),
(23735, 1012, 107, 'Fogliano Redipuglia', 458655600, 134822200, 0),
(23736, 1012, 107, 'Fontanafredda', 459755600, 125683300, 0),
(23737, 1012, 107, 'Gemona del Friuli', 462794400, 131430600, 0),
(23738, 1012, 107, 'Gonars', 458969400, 132336100, 0),
(23739, 1012, 107, 'Gorizia', 459408800, 136216700, 0),
(23740, 1012, 107, 'Grado', 456786100, 133869400, 0),
(23741, 1012, 107, 'Latisana', 457791700, 130000000, 0),
(23742, 1012, 107, 'Lignano Sabbiadoro', 456922200, 131480600, 0),
(23743, 1012, 107, 'Majano', 461875200, 130616200, 0),
(23744, 1012, 107, 'Maniago', 461705600, 127077800, 0),
(23745, 1012, 107, 'Mariano del Friuli', 459152800, 134605600, 0),
(23746, 1012, 107, 'Martignacco', 460963900, 131377800, 0),
(23747, 1012, 107, 'Moimacco', 460925000, 133713900, 0),
(23748, 1012, 107, 'Monfalcone', 458072200, 135341700, 0),
(23749, 1012, 107, 'Morsano al Tagliamento', 458619400, 129258300, 0),
(23750, 1012, 107, 'Muggia', 456041900, 137675400, 0),
(23751, 1012, 107, 'Nimis', 462075000, 132633300, 0),
(23752, 1012, 107, 'Osoppo', 462586100, 130813900, 0),
(23753, 1012, 107, 'Pagnacco', 461216700, 131902800, 0),
(23754, 1012, 107, 'Palmanova', 459063900, 133119400, 0),
(23755, 1012, 107, 'Pasian di Prato', 460486100, 131875000, 0),
(23756, 1012, 107, 'Paularo', 465327800, 131172200, 0),
(23757, 1012, 107, 'Pavia di Udine', 459980600, 133047200, 0),
(23758, 1012, 107, 'Pinzano al Tagliamento', 461858300, 129438900, 0),
(23759, 1012, 107, 'Pocenia', 458372200, 131002800, 0),
(23760, 1012, 107, 'Polcenigo', 460308300, 124958300, 0),
(23761, 1012, 107, 'Porcia', 459600000, 126072200, 0),
(23762, 1012, 107, 'Pordenone', 459638900, 126575000, 0),
(23763, 1012, 107, 'Povoletto', 461197200, 133000000, 0),
(23764, 1012, 107, 'Pradamano', 460336100, 133058300, 0),
(23765, 1012, 107, 'Prata di Pordenone', 459069400, 125950000, 0),
(23766, 1012, 107, 'Premariacco', 460588900, 133869400, 0),
(23767, 1012, 107, 'Reana del Rojale', 461432200, 132465300, 0),
(23768, 1012, 107, 'Remanzacco', 460866700, 133244400, 0),
(23769, 1012, 107, 'Rivignano', 458775000, 130405600, 0),
(23770, 1012, 107, 'Ronchi dei Legionari', 458236100, 135097200, 0),
(23771, 1012, 107, 'Roveredo in Piano', 460038900, 126177800, 0),
(23772, 1012, 107, 'Sacile', 459541200, 125027400, 0),
(23773, 1012, 107, 'Sagrado', 458744400, 134841700, 0),
(23774, 1012, 107, 'San Daniele del Friuli', 461613900, 130141700, 0),
(23775, 1012, 107, 'San Dorligo della Valle', 456008000, 138592900, 0),
(23776, 1012, 107, 'San Giorgio della Richinvelda', 460483300, 128713900, 0),
(23777, 1012, 107, 'San Giorgio di Nogaro', 458336100, 132158300, 0),
(23778, 1012, 107, 'San Leonardo', 461202800, 135355600, 0),
(23779, 1012, 107, 'San Martino al Tagliamento', 460197200, 128252800, 0),
(23780, 1012, 107, 'San Vito al Tagliamento', 459144400, 128500000, 0),
(23781, 1012, 107, 'Santa Maria la Longa', 459344400, 132925000, 0),
(23782, 1012, 107, 'Spilimbergo', 461125000, 128969400, 0),
(23783, 1012, 107, 'Staranzano', 458072200, 135033300, 0),
(23784, 1012, 107, 'Tarcento', 462122200, 132258300, 0),
(23785, 1012, 107, 'Tavagnacco', 461338900, 131763900, 0),
(23786, 1012, 107, 'Tolmezzo', 464075000, 130175000, 0),
(23787, 1012, 107, 'Torviscosa', 458211100, 132811100, 0),
(23788, 1012, 107, 'Tricesimo', 461672200, 132013900, 0),
(23789, 1012, 107, 'Trieste', 456486100, 137800000, 0),
(23790, 1012, 107, 'Udine', 460619400, 132422200, 0),
(23791, 1013, 107, 'Affile', 418841200, 130953900, 0),
(23792, 1013, 107, 'Alatri', 417306200, 133402000, 0),
(23793, 1013, 107, 'Albano Laziale', 417287300, 126608000, 0),
(23794, 1013, 107, 'Anagni', 417447200, 131526900, 0),
(23795, 1013, 107, 'Anguillara Sabazia', 420875200, 122766700, 0),
(23796, 1013, 107, 'Antrodoco', 424161300, 130786800, 0),
(23797, 1013, 107, 'Anzio', 414474900, 126270700, 0),
(23798, 1013, 107, 'Aprilia', 415895100, 126500900, 0),
(23799, 1013, 107, 'Ardea', 416123000, 125143300, 0),
(23800, 1013, 107, 'Ariccia', 417201200, 126758800, 0),
(23801, 1013, 107, 'Arpino', 416474200, 136088100, 0),
(23802, 1013, 107, 'Arsoli', 420405200, 130183900, 0),
(23803, 1013, 107, 'Artena', 417404500, 129136600, 0),
(23804, 1013, 107, 'Atina', 416206200, 137997100, 0),
(23805, 1013, 107, 'Bellegra', 418834200, 130267900, 0),
(23806, 1013, 107, 'Blera', 422725200, 120316600, 0),
(23807, 1013, 107, 'Bracciano', 421030600, 121754300, 0),
(23808, 1013, 107, 'Broccostella', 416997200, 136353000, 0),
(23809, 1013, 107, 'Campagnano di Roma', 421388200, 123707700, 0),
(23810, 1013, 107, 'Campoli Appennino', 417357200, 136837100, 0),
(23811, 1013, 107, 'Canale Monterano', 421340200, 121021700, 0),
(23812, 1013, 107, 'Capena', 421416200, 125407800, 0),
(23813, 1013, 107, 'Capranica', 422587200, 121720700, 0),
(23814, 1013, 107, 'Cassino', 414876200, 138315100, 0),
(23815, 1013, 107, 'Castel Gandolfo', 417425200, 126488800, 0),
(23816, 1013, 107, 'Castel Madama', 419735200, 128684800, 0),
(23817, 1013, 107, 'Castel Sant''Elia', 422506200, 123740700, 0),
(23818, 1013, 107, 'Castelforte', 412990200, 138240200, 0),
(23819, 1013, 107, 'Castelnuovo di Porto', 421258200, 125011800, 0),
(23820, 1013, 107, 'Castro dei Volsci', 415082200, 134063000, 0),
(23821, 1013, 107, 'Ceccano', 415677200, 133333000, 0),
(23822, 1013, 107, 'Celleno', 425600300, 121364600, 0),
(23823, 1013, 107, 'Cerveteri', 419926200, 120923700, 0),
(23824, 1013, 107, 'Ciampino', 418016200, 126065800, 0),
(23825, 1013, 107, 'Cisterna di Latina', 415908000, 128280800, 0),
(23826, 1013, 107, 'Cittaducale', 423871300, 129569800, 0),
(23827, 1013, 107, 'Civita Castellana', 422952300, 124091700, 0),
(23828, 1013, 107, 'Civitavecchia', 420932500, 117967400, 0),
(23829, 1013, 107, 'Colleferro', 417262200, 130035900, 0),
(23830, 1013, 107, 'Colonna', 418337200, 127531800, 0),
(23831, 1013, 107, 'Esperia', 413829200, 136869100, 0),
(23832, 1013, 107, 'Faleria', 422265200, 124453700, 0),
(23833, 1013, 107, 'Ferentino', 416953200, 132564000, 0),
(23834, 1013, 107, 'Fiano Romano', 421595200, 125941800, 0),
(23835, 1013, 107, 'Fiumicino', 417674700, 122290700, 0),
(23836, 1013, 107, 'Fondi', 413541100, 134313100, 0),
(23837, 1013, 107, 'Fontana Liri', 416100200, 135503000, 0),
(23838, 1013, 107, 'Fonte Nuova', 420016700, 126219400, 0),
(23839, 1013, 107, 'Formello', 420801300, 123997900, 0),
(23840, 1013, 107, 'Formia', 412562600, 136058800, 0),
(23841, 1013, 107, 'Frascati', 418163200, 126686800, 0),
(23842, 1013, 107, 'Frosinone', 416400200, 133401000, 0),
(23843, 1013, 107, 'Gavignano', 416991200, 130517900, 0),
(23844, 1013, 107, 'Genzano di Roma', 417013200, 126917800, 0),
(23845, 1013, 107, 'Grottaferrata', 417836200, 126756800, 0),
(23846, 1013, 107, 'Grotte di Castro', 426745300, 118722500, 0),
(23847, 1013, 107, 'Guidonia', 420166700, 127500000, 0),
(23848, 1013, 107, 'Guidonia Montecelio', 419936200, 127223800, 0),
(23849, 1013, 107, 'Isola del Liri', 416862200, 135823000, 0),
(23850, 1013, 107, 'Itri', 412892100, 135264100, 0),
(23851, 1013, 107, 'Labico', 417895200, 128808900, 0),
(23852, 1013, 107, 'Ladispoli', 419537200, 120734700, 0),
(23853, 1013, 107, 'Lanuvio', 416728200, 126975800, 0),
(23854, 1013, 107, 'Lariano', 417191200, 128210900, 0),
(23855, 1013, 107, 'Latina', 414661400, 129043000, 0),
(23856, 1013, 107, 'Lavinio', 415011200, 125803800, 0),
(23857, 1013, 107, 'Lenola', 414061200, 134594100, 0),
(23858, 1013, 107, 'Lido di Roma', 417321200, 122765400, 0),
(23859, 1013, 107, 'Manziana', 421321200, 121263700, 0),
(23860, 1013, 107, 'Marcellina', 420251200, 128057800, 0),
(23861, 1013, 107, 'Marino', 417624200, 126443800, 0),
(23862, 1013, 107, 'Mentana', 420349200, 126423800, 0),
(23863, 1013, 107, 'Minturno', 412576100, 137237100, 0),
(23864, 1013, 107, 'Monte Compatri', 418089200, 127377800, 0),
(23865, 1013, 107, 'Monte Flavio', 421080200, 128303800, 0),
(23866, 1013, 107, 'Montefiascone', 425393300, 120361600, 0),
(23867, 1013, 107, 'Montelibretti', 421355200, 127386800, 0),
(23868, 1013, 107, 'Monterotondo', 420525200, 126186800, 0),
(23869, 1013, 107, 'Morlupo', 421461200, 124973700, 0),
(23870, 1013, 107, 'Nazzano', 422311300, 125962800, 0),
(23871, 1013, 107, 'Nemi', 417211200, 127173800, 0),
(23872, 1013, 107, 'Nepi', 422428200, 123455700, 0),
(23873, 1013, 107, 'Nettuno', 414590700, 126603700, 0),
(23874, 1013, 107, 'Norma', 415864300, 129707300, 0),
(23875, 1013, 107, 'Oriolo Romano', 421581200, 121379700, 0),
(23876, 1013, 107, 'Palestrina', 418355200, 128889900, 0),
(23877, 1013, 107, 'Paliano', 418056200, 130575900, 0),
(23878, 1013, 107, 'Palombara Sabina', 420667200, 127679800, 0),
(23879, 1013, 107, 'Pescosolido', 417481200, 136566000, 0),
(23880, 1013, 107, 'Pico', 414508200, 135596100, 0),
(23881, 1013, 107, 'Piedimonte San Germano', 414983200, 137523100, 0),
(23882, 1013, 107, 'Pofi', 415654200, 134146000, 0),
(23883, 1013, 107, 'Poggio Catino', 422954300, 126921800, 0),
(23884, 1013, 107, 'Poggio Mirteto', 422661300, 126877800, 0),
(23885, 1013, 107, 'Pomezia', 416670100, 125051800, 0),
(23886, 1013, 107, 'Pontecorvo', 414616200, 136667100, 0),
(23887, 1013, 107, 'Ponzano Romano', 422569300, 125704700, 0),
(23888, 1013, 107, 'Priverno', 414691100, 131856000, 0),
(23889, 1013, 107, 'Riano', 421001200, 125056800, 0),
(23890, 1013, 107, 'Rieti', 424072300, 128591800, 0),
(23891, 1013, 107, 'Rignano Flaminio', 422063200, 124793700, 0),
(23892, 1013, 107, 'Rivodutri', 425164300, 128549800, 0),
(23893, 1013, 107, 'Rocca di Papa', 417696200, 127020800, 0),
(23894, 1013, 107, 'Roccagorga', 415251200, 131551000, 0),
(23895, 1013, 107, 'Roccasecca', 415513200, 136671100, 0),
(23897, 1013, 107, 'Ronciglione', 422904200, 122132700, 0),
(23898, 1013, 107, 'San Cesareo', 418209200, 128155900, 0),
(23899, 1013, 107, 'San Giorgio a Liri', 414041200, 137613100, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(23900, 1013, 107, 'San Lorenzo Nuovo', 426867300, 119066500, 0),
(23901, 1013, 107, 'San Vittore del Lazio', 414621200, 139336700, 0),
(23902, 1013, 107, 'Sant''Elia Fiumerapido', 415285200, 138524100, 0),
(23903, 1013, 107, 'Santa Marinella', 420345000, 118535600, 0),
(23904, 1013, 107, 'Santi Cosma e Damiano', 412986200, 138141200, 0),
(23905, 1013, 107, 'Santo Padre', 416025200, 136349100, 0),
(23906, 1013, 107, 'Scandriglia', 421600300, 128415800, 0),
(23907, 1013, 107, 'Segni', 416872200, 130151900, 0),
(23908, 1013, 107, 'Sermoneta', 415491900, 129848100, 0),
(23909, 1013, 107, 'Sgurgola', 416709200, 131490000, 0),
(23910, 1013, 107, 'Sonnino', 414135100, 132448000, 0),
(23911, 1013, 107, 'Sora', 417157200, 136141000, 0),
(23912, 1013, 107, 'Sperlonga', 412589700, 134330200, 0),
(23913, 1013, 107, 'Spigno Saturnia', 413053400, 137342800, 0),
(23914, 1013, 107, 'Subiaco', 419254200, 130940900, 0),
(23915, 1013, 107, 'Tarquinia', 422541900, 117565700, 0),
(23916, 1013, 107, 'Terracina', 412896700, 132412700, 0),
(23917, 1013, 107, 'Tivoli', 419609200, 127988800, 0),
(23918, 1013, 107, 'Trevignano Romano', 421574200, 122407700, 0),
(23919, 1013, 107, 'Valmontone', 417788200, 129174900, 0),
(23920, 1013, 107, 'Velletri', 416692200, 127792900, 0),
(23921, 1013, 107, 'Veroli', 416824000, 134177400, 0),
(23922, 1013, 107, 'Vetralla', 423098200, 120783600, 0),
(23923, 1013, 107, 'Villa San Giovanni in Tuscia', 422788200, 120534600, 0),
(23924, 1013, 107, 'Viterbo', 424178300, 121085600, 0),
(23925, 1013, 107, 'Zagarolo', 418431200, 128104800, 0),
(23926, 1014, 107, 'Alassio', 440039300, 81671300, 0),
(23927, 1014, 107, 'Albenga', 440499700, 82182900, 0),
(23928, 1014, 107, 'Albisola Superiore', 443388900, 85104600, 0),
(23929, 1014, 107, 'Arcola', 441185400, 99126900, 0),
(23930, 1014, 107, 'Arenzano', 444052100, 86831500, 0),
(23931, 1014, 107, 'Bogliasco', 443790400, 90679600, 0),
(23932, 1014, 107, 'Boissano', 441358300, 82215500, 0),
(23933, 1014, 107, 'Bolano', 441884500, 98964800, 0),
(23934, 1014, 107, 'Bordighera', 437806400, 76645100, 0),
(23935, 1014, 107, 'Borghetto Santo Spirito', 441118700, 82412900, 0),
(23936, 1014, 107, 'Borghetto di Vara', 442236800, 97211800, 0),
(23937, 1014, 107, 'Cairo Montenotte', 444031400, 82745500, 0),
(23938, 1014, 107, 'Camogli', 443494500, 91548700, 0),
(23939, 1014, 107, 'Campomorone', 445095400, 88850200, 0),
(23940, 1014, 107, 'Camporosso', 438131000, 76282900, 0),
(23941, 1014, 107, 'Carcare', 443541400, 82920500, 0),
(23942, 1014, 107, 'Castellaro', 438652200, 78687500, 0),
(23943, 1014, 107, 'Castelnuovo di Magra', 441003500, 100163900, 0),
(23944, 1014, 107, 'Celle Ligure', 443450900, 85468500, 0),
(23945, 1014, 107, 'Cengio', 443894000, 82116000, 0),
(23946, 1014, 107, 'Ceriana', 438804200, 77749500, 0),
(23947, 1014, 107, 'Cervo', 439257200, 81152900, 0),
(23948, 1014, 107, 'Chiavari', 443177100, 93224100, 0),
(23949, 1014, 107, 'Cisano sul Neva', 440854300, 81493500, 0),
(23950, 1014, 107, 'Diano Marina', 439103200, 80792500, 0),
(23951, 1014, 107, 'Dolceacqua', 438517200, 76226400, 0),
(23952, 1014, 107, 'Dolcedo', 439051200, 79501500, 0),
(23953, 1014, 107, 'Finale Ligure', 441695200, 83436000, 0),
(23954, 1014, 107, 'Genova', 444063200, 89338600, 0),
(23955, 1014, 107, 'Imperia', 438875000, 80308300, 0),
(23956, 1014, 107, 'La Spezia', 441105400, 98433900, 0),
(23957, 1014, 107, 'Laigueglia', 439788300, 81573500, 0),
(23958, 1014, 107, 'Lavagna', 443079400, 93421700, 0),
(23959, 1014, 107, 'Lerici', 440758700, 99112100, 0),
(23960, 1014, 107, 'Levanto', 441701400, 96122800, 0),
(23961, 1014, 107, 'Loano', 441277700, 82574300, 0),
(23962, 1014, 107, 'Mele', 444457300, 87488900, 0),
(23963, 1014, 107, 'Ortonovo', 440848700, 100428800, 0),
(23964, 1014, 107, 'Ospedaletti', 438011200, 77146500, 0),
(23965, 1014, 107, 'Pietra Ligure', 441492000, 82820600, 0),
(23966, 1014, 107, 'Portovenere', 440508300, 98343100, 0),
(23967, 1014, 107, 'Quiliano', 442925400, 84126500, 0),
(23968, 1014, 107, 'Rapallo', 443496000, 92279600, 0),
(23969, 1014, 107, 'Recco', 443622700, 91435400, 0),
(23970, 1014, 107, 'Riomaggiore', 440997900, 97386900, 0),
(23971, 1014, 107, 'Riva Ligure', 438379200, 78796500, 0),
(23972, 1014, 107, 'Ronco Scrivia', 446135700, 89504200, 0),
(23973, 1014, 107, 'Rossiglione', 445639400, 86681500, 0),
(23974, 1014, 107, 'San Remo', 438172500, 77772000, 0),
(23975, 1014, 107, 'Sant''Olcese', 444828400, 89646600, 0),
(23976, 1014, 107, 'Santa Margherita Ligure', 443345600, 92120400, 0),
(23977, 1014, 107, 'Santo Stefano d''Aveto', 445454500, 94481700, 0),
(23978, 1014, 107, 'Santo Stefano di Magra', 441513500, 99240900, 0),
(23979, 1014, 107, 'Sarzana', 441114500, 99585900, 0),
(23980, 1014, 107, 'Sasso di Bordighera', 438049900, 76700000, 0),
(23981, 1014, 107, 'Savona', 443090500, 84771500, 0),
(23982, 1014, 107, 'Sestri Levante', 442731700, 93968300, 0),
(23983, 1014, 107, 'Spotorno', 442263800, 84164700, 0),
(23984, 1014, 107, 'Varazze', 443595400, 85740500, 0),
(23985, 1014, 107, 'Ventimiglia', 437895600, 76087200, 0),
(23986, 1015, 107, 'Abbadia Lariana', 459004800, 93341400, 0),
(23987, 1015, 107, 'Abbiategrasso', 453982100, 89167800, 0),
(23988, 1015, 107, 'Adrara San Martino', 457022800, 99489600, 0),
(23989, 1015, 107, 'Adro', 456178800, 99626600, 0),
(23990, 1015, 107, 'Agnadello', 454443700, 95570600, 0),
(23991, 1015, 107, 'Agrate Brianza', 455777800, 93514500, 0),
(23992, 1015, 107, 'Albano Sant''Alessandro', 456864800, 97706600, 0),
(23993, 1015, 107, 'Albavilla', 458003800, 91850400, 0),
(23994, 1015, 107, 'Albese con Cassano', 457948800, 91636400, 0),
(23995, 1015, 107, 'Albiate', 456570800, 92561400, 0),
(23996, 1015, 107, 'Albino', 457637800, 97963600, 0),
(23997, 1015, 107, 'Albizzate', 457291700, 88016300, 0),
(23998, 1015, 107, 'Albuzzano', 451876600, 92727500, 0),
(23999, 1015, 107, 'Alfianello', 452669800, 101481700, 0),
(24000, 1015, 107, 'Alzano Lombardo', 457333800, 97286500, 0),
(24001, 1015, 107, 'Annone di Brianza', 458028800, 93304400, 0),
(24002, 1015, 107, 'Anzano del Parco', 457684800, 91954400, 0),
(24003, 1015, 107, 'Arcene', 455755800, 96140500, 0),
(24004, 1015, 107, 'Arcisate', 458557800, 88682300, 0),
(24005, 1015, 107, 'Arconate', 455419700, 88485400, 0),
(24006, 1015, 107, 'Arcore', 456266800, 93255500, 0),
(24007, 1015, 107, 'Arese', 455522700, 90765400, 0),
(24008, 1015, 107, 'Arluno', 455050700, 89415400, 0),
(24009, 1015, 107, 'Arosio', 457169800, 92080400, 0),
(24010, 1015, 107, 'Arzago d''Adda', 454813800, 95641600, 0),
(24011, 1015, 107, 'Asola', 452210800, 104135800, 0),
(24012, 1015, 107, 'Assago', 454088700, 91256500, 0),
(24013, 1015, 107, 'Azzano San Paolo', 456579800, 96730500, 0),
(24014, 1015, 107, 'Bagnatica', 456608800, 97810600, 0),
(24015, 1015, 107, 'Bagnolo Cremasco', 453611700, 96129600, 0),
(24016, 1015, 107, 'Bagnolo San Vito', 450896800, 108753900, 0),
(24017, 1015, 107, 'Ballabio', 458981800, 94234400, 0),
(24018, 1015, 107, 'Baranzate', 455271700, 91172400, 0),
(24019, 1015, 107, 'Bareggio', 454750600, 89978000, 0),
(24020, 1015, 107, 'Barlassina', 456542800, 91297400, 0),
(24021, 1015, 107, 'Basiglio', 453591700, 91585500, 0),
(24022, 1015, 107, 'Bedizzole', 455103800, 104232700, 0),
(24023, 1015, 107, 'Belgioioso', 451585600, 93137600, 0),
(24024, 1015, 107, 'Bellagio', 459877200, 92618200, 0),
(24025, 1015, 107, 'Beregazzo con Figliaro', 457806800, 89441400, 0),
(24026, 1015, 107, 'Bergamo', 456979800, 96689500, 0),
(24027, 1015, 107, 'Bernate Ticino', 454773700, 88176400, 0),
(24028, 1015, 107, 'Berzo San Fermo', 457193800, 99031600, 0),
(24029, 1015, 107, 'Besana in Brianza', 457037800, 92859400, 0),
(24030, 1015, 107, 'Biassono', 456298800, 92704500, 0),
(24031, 1015, 107, 'Bienno', 459357900, 102933600, 0),
(24032, 1015, 107, 'Binago', 457821800, 89223400, 0),
(24033, 1015, 107, 'Binasco', 453318700, 90990500, 0),
(24034, 1015, 107, 'Bione', 456727900, 103388700, 0),
(24035, 1015, 107, 'Bisuschio', 458714800, 88684300, 0),
(24036, 1015, 107, 'Bizzarone', 458342800, 89427400, 0),
(24037, 1015, 107, 'Blevio', 458421800, 91051400, 0),
(24038, 1015, 107, 'Bolgare', 456350800, 98128600, 0),
(24039, 1015, 107, 'Bollate', 455464700, 91205400, 0),
(24040, 1015, 107, 'Bonate Sotto', 456681800, 95586500, 0),
(24041, 1015, 107, 'Bonate di Sopra', 456833800, 95597500, 0),
(24042, 1015, 107, 'Borgarello', 452406600, 91405500, 0),
(24043, 1015, 107, 'Borgo Priolo', 449663200, 91483500, 0),
(24044, 1015, 107, 'Borgo San Siro', 452350600, 89133400, 0),
(24045, 1015, 107, 'Bormio', 464684100, 103720600, 0),
(24046, 1015, 107, 'Bosisio Parini', 458022800, 92907400, 0),
(24047, 1015, 107, 'Bottanuco', 456398800, 95064500, 0),
(24048, 1015, 107, 'Botticino Sera', 455359800, 103018700, 0),
(24049, 1015, 107, 'Bovegno', 457932900, 102738600, 0),
(24050, 1015, 107, 'Bovezzo', 455914800, 102412700, 0),
(24051, 1015, 107, 'Bovisio Masciago', 456099700, 91556400, 0),
(24052, 1015, 107, 'Bozzolo', 451024700, 104839800, 0),
(24053, 1015, 107, 'Brebbia', 458272800, 86462300, 0),
(24054, 1015, 107, 'Brembate', 456047800, 95565500, 0),
(24055, 1015, 107, 'Brenna', 457429800, 91871400, 0),
(24056, 1015, 107, 'Breno', 459577900, 103047600, 0),
(24057, 1015, 107, 'Brescia', 455247800, 102272700, 0),
(24058, 1015, 107, 'Bressana Bottarone', 450788600, 91326500, 0),
(24059, 1015, 107, 'Bresso', 455379200, 91892100, 0),
(24060, 1015, 107, 'Briosco', 457100800, 92406400, 0),
(24061, 1015, 107, 'Brivio', 457391800, 94268500, 0),
(24062, 1015, 107, 'Broni', 450654600, 92622600, 0),
(24063, 1015, 107, 'Brugherio', 455530100, 92990700, 0),
(24064, 1015, 107, 'Brunate', 458209800, 90943400, 0),
(24065, 1015, 107, 'Brusaporto', 456714000, 97604100, 0),
(24066, 1015, 107, 'Bubbiano', 453272700, 90145500, 0),
(24067, 1015, 107, 'Buccinasco', 454161700, 91078400, 0),
(24068, 1015, 107, 'Buguggiate', 457822800, 88106300, 0),
(24069, 1015, 107, 'Buscate', 455459700, 88120400, 0),
(24070, 1015, 107, 'Busnago', 456164800, 94637500, 0),
(24071, 1015, 107, 'Bussero', 455340700, 93720500, 0),
(24072, 1015, 107, 'Busto Arsizio', 456112800, 88491400, 0),
(24073, 1015, 107, 'Busto Garolfo', 455476700, 88856400, 0),
(24074, 1015, 107, 'Calcinato', 454571800, 104135700, 0),
(24075, 1015, 107, 'Calcio', 455094800, 98512600, 0),
(24076, 1015, 107, 'Calolziocorte', 457953800, 94376500, 0),
(24077, 1015, 107, 'Calusco d''Adda', 456913800, 94726500, 0),
(24078, 1015, 107, 'Calvagese della Riviera', 455333800, 104416700, 0),
(24079, 1015, 107, 'Calvenzano', 454967800, 96013600, 0),
(24080, 1015, 107, 'Cambiago', 455720800, 94242500, 0),
(24081, 1015, 107, 'Camparada', 456559800, 93196500, 0),
(24082, 1015, 107, 'Canneto Pavese', 450504600, 92787600, 0),
(24083, 1015, 107, 'Canonica d''Adda', 455756800, 95416500, 0),
(24084, 1015, 107, 'Cantello', 458224800, 88959300, 0),
(24085, 1015, 107, 'Cantu', 457293800, 91405400, 0),
(24086, 1015, 107, 'Canzo', 458494800, 92772400, 0),
(24087, 1015, 107, 'Capiago Intimiano', 457689800, 91276400, 0),
(24088, 1015, 107, 'Capo di Ponte', 460310000, 103458600, 0),
(24089, 1015, 107, 'Capriate San Gervasio', 456128100, 95297400, 0),
(24090, 1015, 107, 'Capriolo', 456352800, 99323600, 0),
(24091, 1015, 107, 'Carate Brianza', 456736800, 92359400, 0),
(24092, 1015, 107, 'Caravaggio', 454988800, 96404600, 0),
(24093, 1015, 107, 'Cardano al Campo', 456488700, 87693400, 0),
(24094, 1015, 107, 'Carlazzo', 460480800, 91595400, 0),
(24095, 1015, 107, 'Carnago', 457220700, 88342400, 0),
(24096, 1015, 107, 'Carnate', 456515800, 93769500, 0),
(24097, 1015, 107, 'Caronno Pertusella', 455977700, 90463400, 0),
(24098, 1015, 107, 'Caronno Varesino', 457357700, 88317300, 0),
(24099, 1015, 107, 'Carpenedolo', 453644800, 104312800, 0),
(24100, 1015, 107, 'Carpiano', 453408700, 92727500, 0),
(24101, 1015, 107, 'Carugate', 455497700, 93437500, 0),
(24102, 1015, 107, 'Carvico', 457037800, 94822500, 0),
(24103, 1015, 107, 'Casale Cremasco-Vidolasco', 454318800, 97141600, 0),
(24104, 1015, 107, 'Casalmaggiore', 449938700, 104188800, 0),
(24105, 1015, 107, 'Casalmorano', 452863700, 98996700, 0),
(24106, 1015, 107, 'Casaloldo', 452547800, 104743800, 0),
(24107, 1015, 107, 'Casalpusterlengo', 451768700, 96490600, 0),
(24108, 1015, 107, 'Casatenovo', 456963800, 93116500, 0),
(24109, 1015, 107, 'Casazza', 457491800, 99072600, 0),
(24110, 1015, 107, 'Casciago', 458324800, 87833300, 0),
(24111, 1015, 107, 'Casei Gerola', 450075600, 89267500, 0),
(24112, 1015, 107, 'Caselle Landi', 451025700, 97955700, 0),
(24113, 1015, 107, 'Casorate Sempione', 456709700, 87434300, 0),
(24114, 1015, 107, 'Casorezzo', 455243700, 89015400, 0),
(24115, 1015, 107, 'Cassano Magnago', 456697200, 88199600, 0),
(24116, 1015, 107, 'Cassano d''Adda', 455235800, 95139500, 0),
(24117, 1015, 107, 'Cassina de'' Pecchi', 455163700, 93597500, 0),
(24118, 1015, 107, 'Cassinetta di Lugagnano', 454224700, 89060400, 0),
(24119, 1015, 107, 'Cassolnovo', 453611600, 88086400, 0),
(24120, 1015, 107, 'Castano Primo', 455535700, 87754400, 0),
(24121, 1015, 107, 'Casteggio', 450100600, 91223500, 0),
(24122, 1015, 107, 'Castegnato', 455601800, 101139700, 0),
(24123, 1015, 107, 'Castel Goffredo', 452985800, 104753800, 0),
(24124, 1015, 107, 'Castel Mella', 455073800, 101466700, 0),
(24125, 1015, 107, 'Castellanza', 456123700, 89011400, 0),
(24126, 1015, 107, 'Castelleone', 452938700, 97616600, 0),
(24127, 1015, 107, 'Castelletto di Branduzzo', 450693600, 90984500, 0),
(24128, 1015, 107, 'Castelli Calepio', 456335800, 99028600, 0),
(24129, 1015, 107, 'Castello', 460283200, 90546200, 0),
(24130, 1015, 107, 'Castellucchio', 451472800, 106484800, 0),
(24131, 1015, 107, 'Castelnuovo Bocca d''Adda', 451108700, 98636700, 0),
(24132, 1015, 107, 'Castelverde', 451887700, 99955700, 0),
(24133, 1015, 107, 'Castenedolo', 454694800, 102956700, 0),
(24134, 1015, 107, 'Castiglione delle Stiviere', 453905800, 104852800, 0),
(24135, 1015, 107, 'Castiraga Vidardo', 452572700, 94045600, 0),
(24136, 1015, 107, 'Castrezzato', 455112800, 99808600, 0),
(24137, 1015, 107, 'Castronno', 457456700, 88128300, 0),
(24138, 1015, 107, 'Cavaria', 456933700, 88014300, 0),
(24139, 1015, 107, 'Cavriana', 453470800, 105979800, 0),
(24140, 1015, 107, 'Cazzago San Martino', 455937800, 100418600, 0),
(24141, 1015, 107, 'Cellatica', 455819800, 101801700, 0),
(24142, 1015, 107, 'Cenate Sotto', 456989800, 98263600, 0),
(24143, 1015, 107, 'Cene', 457832800, 98254600, 0),
(24144, 1015, 107, 'Ceresara', 452622800, 105695800, 0),
(24145, 1015, 107, 'Cerese', 451194800, 107904900, 0),
(24146, 1015, 107, 'Cerete', 458672900, 99946600, 0),
(24147, 1015, 107, 'Ceriano Laghetto', 456303700, 90783400, 0),
(24148, 1015, 107, 'Cermenate', 457028800, 90858400, 0),
(24149, 1015, 107, 'Cernobbio', 458410800, 90670400, 0),
(24150, 1015, 107, 'Cernusco sul Naviglio', 455271600, 93334000, 0),
(24151, 1015, 107, 'Cerro Maggiore', 455952700, 89502400, 0),
(24152, 1015, 107, 'Cerro al Lambro', 453299700, 93390500, 0),
(24153, 1015, 107, 'Cervignano d''Adda', 453738700, 94240500, 0),
(24154, 1015, 107, 'Cesana Brianza', 458167800, 92995400, 0),
(24155, 1015, 107, 'Cesano Boscone', 454420700, 90944500, 0),
(24156, 1015, 107, 'Cesano Maderno', 456303800, 91522400, 0),
(24157, 1015, 107, 'Cesate', 455958700, 90757400, 0),
(24158, 1015, 107, 'Chiari', 455358800, 99303600, 0),
(24159, 1015, 107, 'Chiesa in Valmalenco', 462651000, 98486500, 0),
(24160, 1015, 107, 'Chignolo d''Isola', 456675800, 95276500, 0),
(24161, 1015, 107, 'Chiuduno', 456506800, 98494600, 0),
(24162, 1015, 107, 'Chiuro', 461650000, 99809500, 0),
(24163, 1015, 107, 'Cilavegna', 453100600, 87447400, 0),
(24164, 1015, 107, 'Cinisello Balsamo', 455570700, 92218500, 0),
(24165, 1015, 107, 'Cislago', 456587700, 89719400, 0),
(24166, 1015, 107, 'Cittiglio', 458969800, 86601300, 0),
(24167, 1015, 107, 'Civate', 458280800, 93429400, 0),
(24168, 1015, 107, 'Clusone', 458870900, 99496600, 0),
(24169, 1015, 107, 'Coccaglio', 455645800, 99742600, 0),
(24170, 1015, 107, 'Codogno', 451618700, 97021600, 0),
(24171, 1015, 107, 'Cogliate', 456459700, 90788400, 0),
(24172, 1015, 107, 'Collebeato', 455811800, 102101700, 0),
(24173, 1015, 107, 'Cologne', 455813800, 99413600, 0),
(24174, 1015, 107, 'Cologno Monzese', 455300400, 92779500, 0),
(24175, 1015, 107, 'Colzate', 458171900, 98561600, 0),
(24176, 1015, 107, 'Comazzo', 454409700, 94646500, 0),
(24177, 1015, 107, 'Comerio', 458432800, 87436300, 0),
(24178, 1015, 107, 'Como', 458099800, 90874400, 0),
(24179, 1015, 107, 'Comun Nuovo', 456226800, 96597600, 0),
(24180, 1015, 107, 'Concesio', 456051800, 102169700, 0),
(24181, 1015, 107, 'Concorezzo', 455896800, 93359500, 0),
(24182, 1015, 107, 'Corbetta', 454672300, 89186700, 0),
(24183, 1015, 107, 'Cormano', 455395700, 91709400, 0),
(24184, 1015, 107, 'Cornaredo', 454969700, 90261400, 0),
(24185, 1015, 107, 'Correzzana', 456665800, 93075500, 0),
(24186, 1015, 107, 'Corsico', 454309900, 91109300, 0),
(24187, 1015, 107, 'Costa Masnaga', 457669800, 92777400, 0),
(24188, 1015, 107, 'Costa Volpino', 458298900, 100981600, 0),
(24189, 1015, 107, 'Credaro', 456605800, 99310600, 0),
(24190, 1015, 107, 'Crema', 453587700, 96682600, 0),
(24191, 1015, 107, 'Cremona', 451361700, 100279700, 0),
(24192, 1015, 107, 'Cucciago', 457392800, 90929400, 0),
(24193, 1015, 107, 'Cuggiono', 455068300, 88155000, 0),
(24194, 1015, 107, 'Cunardo', 459342800, 88077300, 0),
(24195, 1015, 107, 'Curno', 456889800, 96070500, 0),
(24196, 1015, 107, 'Curtatone', 451527800, 107146900, 0),
(24197, 1015, 107, 'Cusago', 454499700, 90374400, 0),
(24198, 1015, 107, 'Cusano Milanino', 455530700, 91834400, 0),
(24199, 1015, 107, 'Dalmine', 456492800, 96039500, 0),
(24200, 1015, 107, 'Darfo', 458937900, 101856600, 0),
(24201, 1015, 107, 'Dello', 454202800, 100774700, 0),
(24202, 1015, 107, 'Desenzano del Garda', 454679800, 105339800, 0),
(24203, 1015, 107, 'Desio', 456201800, 92042400, 0),
(24204, 1015, 107, 'Dolzago', 457669800, 93393400, 0),
(24205, 1015, 107, 'Dorno', 451559600, 89527500, 0),
(24206, 1015, 107, 'Dovera', 453652700, 95413600, 0),
(24207, 1015, 107, 'Dresano', 453729700, 93578500, 0),
(24208, 1015, 107, 'Dubino', 461717900, 94301400, 0),
(24209, 1015, 107, 'Edolo', 461782000, 103291600, 0),
(24210, 1015, 107, 'Endine Gaiano', 457924900, 99690600, 0),
(24211, 1015, 107, 'Erba', 458095800, 92312400, 0),
(24212, 1015, 107, 'Erbusco', 455986800, 99718600, 0),
(24213, 1015, 107, 'Esine', 459256900, 102508600, 0),
(24214, 1015, 107, 'Faggeto Lario', 458587800, 91589400, 0),
(24215, 1015, 107, 'Fara Gera d''Adda', 455556800, 95378500, 0),
(24216, 1015, 107, 'Fenegro', 457015800, 89996400, 0),
(24217, 1015, 107, 'Ferno', 456161700, 87545400, 0),
(24218, 1015, 107, 'Filago', 456375800, 95563500, 0),
(24219, 1015, 107, 'Fino Mornasco', 457428800, 90476400, 0),
(24220, 1015, 107, 'Fiorano al Serio', 458001800, 98427600, 0),
(24221, 1015, 107, 'Fontanella', 454698800, 98019600, 0),
(24222, 1015, 107, 'Fornovo San Giovanni', 454977800, 96785600, 0),
(24223, 1015, 107, 'Gaggiano', 454048400, 90348800, 0),
(24224, 1015, 107, 'Galbiate', 458161800, 93780400, 0),
(24225, 1015, 107, 'Gallarate', 456601900, 87916400, 0),
(24226, 1015, 107, 'Gambara', 452552800, 102934800, 0),
(24227, 1015, 107, 'Gambolo', 452641600, 88572400, 0),
(24228, 1015, 107, 'Gandino', 458078900, 98964600, 0),
(24229, 1015, 107, 'Garbagnate Milanese', 455764700, 90717400, 0),
(24230, 1015, 107, 'Garbagnate Monastero', 457733800, 93014400, 0),
(24231, 1015, 107, 'Gardone Val Trompia', 456941900, 101869600, 0),
(24232, 1015, 107, 'Garlasco', 451973600, 89237500, 0),
(24233, 1015, 107, 'Garlate', 458120800, 93996400, 0),
(24234, 1015, 107, 'Gavardo', 455893800, 104425700, 0),
(24235, 1015, 107, 'Gazoldo degli Ippoliti', 452002800, 105793800, 0),
(24236, 1015, 107, 'Gemonio', 458769800, 86770300, 0),
(24237, 1015, 107, 'Gerenzano', 456396700, 90010400, 0),
(24238, 1015, 107, 'Gessate', 455483800, 94377500, 0),
(24239, 1015, 107, 'Ghedi', 454010800, 102792700, 0),
(24240, 1015, 107, 'Gironico', 458013800, 90031400, 0),
(24241, 1015, 107, 'Giussano', 456940800, 92112400, 0),
(24242, 1015, 107, 'Gonzaga', 449497700, 108208900, 0),
(24243, 1015, 107, 'Gordona', 462922900, 93653400, 0),
(24244, 1015, 107, 'Gorgonzola', 455315700, 94046500, 0),
(24245, 1015, 107, 'Gorla Maggiore', 456658700, 88920400, 0),
(24246, 1015, 107, 'Gorlago', 456740800, 98229600, 0),
(24247, 1015, 107, 'Gorle', 457001800, 97127500, 0),
(24248, 1015, 107, 'Gottolengo', 452918800, 102723700, 0),
(24249, 1015, 107, 'Grandate', 457751800, 90578400, 0),
(24250, 1015, 107, 'Grantola', 459491800, 87743300, 0),
(24251, 1015, 107, 'Grassobbio', 456568800, 97256600, 0),
(24252, 1015, 107, 'Gromo', 459639900, 99270500, 0),
(24253, 1015, 107, 'Grosio', 462979000, 102742600, 0),
(24254, 1015, 107, 'Grumello del Monte', 456371800, 98767600, 0),
(24255, 1015, 107, 'Guanzate', 457275800, 90198400, 0),
(24256, 1015, 107, 'Guidizzolo', 453206800, 105804800, 0),
(24257, 1015, 107, 'Gussago', 455835800, 101571700, 0),
(24258, 1015, 107, 'Gussola', 450130700, 103463800, 0),
(24259, 1015, 107, 'Induno Olona', 458479800, 88366300, 0),
(24260, 1015, 107, 'Introbio', 459739900, 94516400, 0),
(24261, 1015, 107, 'Inverigo', 457371800, 92177400, 0),
(24262, 1015, 107, 'Inzago', 455404800, 94820500, 0),
(24263, 1015, 107, 'Iseo', 456567800, 100527600, 0),
(24264, 1015, 107, 'Isola Dovarese', 451742700, 103110800, 0),
(24265, 1015, 107, 'Ispra', 458148000, 86129400, 0),
(24266, 1015, 107, 'Izano', 453559700, 97501600, 0),
(24267, 1015, 107, 'Lacchiarella', 453242700, 91390500, 0),
(24268, 1015, 107, 'Lainate', 455717600, 90268100, 0),
(24269, 1015, 107, 'Lallio', 456663800, 96300500, 0),
(24270, 1015, 107, 'Lambrugo', 457587800, 92395400, 0),
(24271, 1015, 107, 'Landriano', 453119700, 92600500, 0),
(24272, 1015, 107, 'Lecco', 458531700, 93900500, 0),
(24273, 1015, 107, 'Leffe', 458006900, 98854600, 0),
(24274, 1015, 107, 'Legnano', 455959700, 89078400, 0),
(24275, 1015, 107, 'Lenno', 459729800, 91908400, 0),
(24276, 1015, 107, 'Leno', 453724800, 102165700, 0),
(24277, 1015, 107, 'Lentate sul Seveso', 456806800, 91173400, 0),
(24278, 1015, 107, 'Lesmo', 456485800, 93073500, 0),
(24279, 1015, 107, 'Levate', 456251800, 96241500, 0),
(24280, 1015, 107, 'Limbiate', 455967700, 91290400, 0),
(24281, 1015, 107, 'Limone sul Garda', 458145000, 107927800, 0),
(24282, 1015, 107, 'Lipomo', 457928800, 91202400, 0),
(24283, 1015, 107, 'Liscate', 454804700, 94125500, 0),
(24284, 1015, 107, 'Lissone', 456123600, 92398500, 0),
(24285, 1015, 107, 'Livigno', 465347100, 101337500, 0),
(24286, 1015, 107, 'Locate di Triulzi', 453581700, 92265500, 0),
(24287, 1015, 107, 'Lodi', 453135700, 95028600, 0),
(24288, 1015, 107, 'Lomazzo', 456991800, 90343400, 0),
(24289, 1015, 107, 'Lonate Ceppino', 457047700, 88787400, 0),
(24290, 1015, 107, 'Lonate Pozzolo', 455967700, 87547400, 0),
(24291, 1015, 107, 'Lonato', 454647800, 104738800, 0),
(24292, 1015, 107, 'Lovere', 458116900, 100689600, 0),
(24293, 1015, 107, 'Luino', 460018500, 87451200, 0),
(24294, 1015, 107, 'Lumezzane', 456478800, 102648700, 0),
(24295, 1015, 107, 'Lurago d''Erba', 457517800, 92197400, 0),
(24296, 1015, 107, 'Lurate Caccivio', 457706800, 89978400, 0),
(24297, 1015, 107, 'Luvinate', 458395800, 87719300, 0),
(24298, 1015, 107, 'Macherio', 456335800, 92548400, 0),
(24299, 1015, 107, 'Maclodio', 454777800, 100421700, 0),
(24300, 1015, 107, 'Madone', 456502800, 95501500, 0),
(24301, 1015, 107, 'Magenta', 454645700, 88826400, 0),
(24302, 1015, 107, 'Magnago', 455792000, 88024500, 0),
(24303, 1015, 107, 'Malgrate', 458476800, 93770400, 0),
(24304, 1015, 107, 'Malnate', 457907800, 88819300, 0),
(24305, 1015, 107, 'Mandello del Lario', 459191800, 93193400, 0),
(24306, 1015, 107, 'Manerba del Garda', 455470800, 105577800, 0),
(24307, 1015, 107, 'Manerbio', 453557800, 101351700, 0),
(24308, 1015, 107, 'Mantova', 451603100, 107978400, 0),
(24309, 1015, 107, 'Marcallo con Casone', 454832700, 88719400, 0),
(24310, 1015, 107, 'Marcheno', 457042900, 102124600, 0),
(24311, 1015, 107, 'Marcignago', 452530600, 90793500, 0),
(24312, 1015, 107, 'Mariano Comense', 456920800, 91797400, 0),
(24313, 1015, 107, 'Marmirolo', 452192800, 107560900, 0),
(24314, 1015, 107, 'Marnate', 456257700, 89101400, 0),
(24315, 1015, 107, 'Marone', 457360900, 100937600, 0),
(24316, 1015, 107, 'Massalengo', 452649700, 94901600, 0),
(24317, 1015, 107, 'Meda', 456581800, 91597400, 0),
(24318, 1015, 107, 'Mediglia', 453953700, 93316500, 0),
(24319, 1015, 107, 'Melegnano', 453587700, 93239500, 0),
(24320, 1015, 107, 'Melzo', 455012700, 94252500, 0),
(24321, 1015, 107, 'Menaggio', 460207500, 92390700, 0),
(24322, 1015, 107, 'Merate', 456986800, 94116500, 0),
(24323, 1015, 107, 'Mesenzana', 459515800, 87645300, 0),
(24324, 1015, 107, 'Mesero', 455022700, 88554400, 0),
(24325, 1015, 107, 'Milano', 454642700, 91895100, 0),
(24326, 1015, 107, 'Milzano', 452735800, 101992700, 0),
(24327, 1015, 107, 'Misinto', 456623800, 90839400, 0),
(24328, 1015, 107, 'Montagna in Valtellina', 461785000, 99029500, 0),
(24329, 1015, 107, 'Monte Isola', 457161800, 100798600, 0),
(24330, 1015, 107, 'Monte Marenzo', 457707800, 94546500, 0),
(24331, 1015, 107, 'Montevecchia', 457054800, 93808500, 0),
(24332, 1015, 107, 'Monticelli Brusati', 456347800, 101002600, 0),
(24333, 1015, 107, 'Montichiari', 454151800, 103906800, 0),
(24334, 1015, 107, 'Montirone', 454463800, 102287700, 0),
(24335, 1015, 107, 'Montodine', 452851700, 97072600, 0),
(24336, 1015, 107, 'Montorfano', 457863800, 91437400, 0),
(24337, 1015, 107, 'Monvalle', 458581000, 86308800, 0),
(24338, 1015, 107, 'Monza', 455824800, 92748500, 0),
(24339, 1015, 107, 'Morbegno', 461382900, 95700400, 0),
(24340, 1015, 107, 'Morengo', 455314800, 97058600, 0),
(24341, 1015, 107, 'Mornico al Serio', 455913800, 98092600, 0),
(24342, 1015, 107, 'Mortara', 452472600, 87355400, 0),
(24343, 1015, 107, 'Motta Visconti', 452890600, 89944500, 0),
(24344, 1015, 107, 'Motteggiana', 450330800, 107626900, 0),
(24345, 1015, 107, 'Mozzanica', 454760800, 96892600, 0),
(24346, 1015, 107, 'Mozzate', 456721700, 89552400, 0),
(24347, 1015, 107, 'Muggio', 455883700, 92262500, 0),
(24348, 1015, 107, 'Mulazzano', 453723700, 93976500, 0),
(24349, 1015, 107, 'Nave', 455874800, 102899700, 0),
(24350, 1015, 107, 'Nerviano', 455566700, 89777400, 0),
(24351, 1015, 107, 'Nibionno', 457464800, 92689400, 0),
(24352, 1015, 107, 'Nova Milanese', 455903700, 91995400, 0),
(24353, 1015, 107, 'Novate Milanese', 455309700, 91347400, 0),
(24354, 1015, 107, 'Novedrate', 456980800, 91207400, 0),
(24355, 1015, 107, 'Nuvolento', 455457800, 103867700, 0),
(24356, 1015, 107, 'Nuvolera', 455321800, 103691700, 0),
(24357, 1015, 107, 'Offlaga', 453861800, 101154700, 0),
(24358, 1015, 107, 'Oggiono', 457918800, 93467400, 0),
(24359, 1015, 107, 'Olgiate Comasco', 457853800, 89676400, 0),
(24360, 1015, 107, 'Olgiate Olona', 456370600, 88814700, 0),
(24361, 1015, 107, 'Olginate', 457926800, 94155500, 0),
(24362, 1015, 107, 'Ome', 456272800, 101213600, 0),
(24363, 1015, 107, 'Opera', 453730700, 92111500, 0),
(24364, 1015, 107, 'Orio Litta', 451598700, 95545600, 0),
(24365, 1015, 107, 'Orio al Serio', 456760800, 96926500, 0),
(24366, 1015, 107, 'Orsenigo', 457773800, 91817400, 0),
(24367, 1015, 107, 'Osio Sopra', 456290800, 95846500, 0),
(24368, 1015, 107, 'Osio Sotto', 456160800, 95890500, 0),
(24369, 1015, 107, 'Osnago', 456756800, 93911500, 0),
(24370, 1015, 107, 'Ospitaletto', 451333300, 106000000, 0),
(24371, 1015, 107, 'Ostiano', 452207800, 102520800, 0),
(24372, 1015, 107, 'Ostiglia', 450711800, 111374000, 0),
(24373, 1015, 107, 'Padenghe sul Garda', 455095800, 105063800, 0),
(24374, 1015, 107, 'Paderno Dugnano', 455689900, 91648300, 0),
(24375, 1015, 107, 'Paderno Franciacorta', 455878800, 100800600, 0),
(24376, 1015, 107, 'Paderno d''Adda', 456798800, 94451500, 0),
(24377, 1015, 107, 'Pagazzano', 455342800, 96711600, 0),
(24378, 1015, 107, 'Pallazzolo sull''Oglio', 456036800, 98971600, 0),
(24379, 1015, 107, 'Palosco', 455892800, 98364600, 0),
(24380, 1015, 107, 'Pandino', 454070700, 95534600, 0),
(24381, 1015, 107, 'Pantigliate', 454352600, 93522000, 0),
(24382, 1015, 107, 'Parabiago', 455549700, 89456400, 0),
(24383, 1015, 107, 'Paullo', 454186700, 93976500, 0),
(24384, 1015, 107, 'Pavia', 451844600, 91614500, 0),
(24385, 1015, 107, 'Pedrengo', 456959800, 97349600, 0),
(24386, 1015, 107, 'Peia', 457994900, 98992600, 0),
(24387, 1015, 107, 'Perego', 457375800, 93629500, 0),
(24388, 1015, 107, 'Pero', 455101700, 90870400, 0),
(24389, 1015, 107, 'Peschiera', 454308000, 93087000, 0),
(24390, 1015, 107, 'Pian Camuno', 458438900, 101510600, 0),
(24391, 1015, 107, 'Piazza Brembana', 459466900, 96740500, 0),
(24392, 1015, 107, 'Pieve Emanuele', 453505200, 92026800, 0),
(24393, 1015, 107, 'Pieve del Cairo', 450499600, 88041500, 0),
(24394, 1015, 107, 'Pinarolo Po', 450698600, 91672500, 0),
(24395, 1015, 107, 'Pioltello', 455050200, 93315100, 0),
(24396, 1015, 107, 'Piubega', 452277800, 105342800, 0),
(24397, 1015, 107, 'Poggiridenti', 461748000, 99260500, 0),
(24398, 1015, 107, 'Pogliano Milanese', 455378600, 89940300, 0),
(24399, 1015, 107, 'Pognano', 455863800, 96399600, 0),
(24400, 1015, 107, 'Ponte San Pietro', 456962800, 95848500, 0),
(24401, 1015, 107, 'Ponteranica', 457324800, 96517500, 0),
(24402, 1015, 107, 'Pontevico', 452743700, 100924700, 0),
(24403, 1015, 107, 'Ponti sul Mincio', 454120800, 106850800, 0),
(24404, 1015, 107, 'Pontida', 457323800, 94986500, 0),
(24405, 1015, 107, 'Pontirolo Nuovo', 455691800, 95693500, 0),
(24406, 1015, 107, 'Porlezza', 460371400, 91292100, 0),
(24407, 1015, 107, 'Portalbera', 450975600, 93188600, 0),
(24408, 1015, 107, 'Porto Mantovano', 451956800, 107927900, 0),
(24409, 1015, 107, 'Pozzaglio ed Uniti', 452002700, 100505700, 0),
(24410, 1015, 107, 'Pozzuolo Martesana', 455139800, 94562500, 0),
(24411, 1015, 107, 'Pregnana Milanese', 455159700, 90070400, 0),
(24412, 1015, 107, 'Provaglio d''Iseo', 456353800, 100446600, 0),
(24413, 1015, 107, 'Pumenengo', 454792800, 98695600, 0),
(24414, 1015, 107, 'Quinzano d''Oglio', 453108800, 100085700, 0),
(24415, 1015, 107, 'Quistello', 450055800, 109823000, 0),
(24416, 1015, 107, 'Ranica', 457232800, 97133500, 0),
(24417, 1015, 107, 'Renate', 457243800, 92799400, 0),
(24418, 1015, 107, 'Rescaldina', 456164700, 89538400, 0),
(24419, 1015, 107, 'Retorbido', 449494600, 90361500, 0),
(24420, 1015, 107, 'Rho', 455308700, 90401400, 0),
(24421, 1015, 107, 'Robbiate', 456914800, 94368500, 0),
(24422, 1015, 107, 'Robbio', 452905600, 85911400, 0),
(24423, 1015, 107, 'Robecchetto con Induno', 455292700, 87669400, 0),
(24424, 1015, 107, 'Roccafranca', 454643800, 99144600, 0),
(24425, 1015, 107, 'Rodano', 454760700, 93531500, 0),
(24426, 1015, 107, 'Romano di Lombardia', 455245800, 97483600, 0),
(24427, 1015, 107, 'Roncadelle', 455271800, 101540700, 0),
(24428, 1015, 107, 'Roncello', 456023800, 94549500, 0),
(24429, 1015, 107, 'Rovagnate', 457385800, 93695500, 0),
(24430, 1015, 107, 'Rovato', 455657800, 100000600, 0),
(24431, 1015, 107, 'Rovellasca', 456644700, 90511400, 0),
(24432, 1015, 107, 'Rovello Porro', 456550700, 90404400, 0),
(24433, 1015, 107, 'Roverbella', 452680800, 107687900, 0),
(24434, 1015, 107, 'Rovetta', 458929900, 99834600, 0),
(24435, 1015, 107, 'Rozzano', 453818700, 91605500, 0),
(24436, 1015, 107, 'Rudiano', 454885800, 98870600, 0),
(24437, 1015, 107, 'Sabbio Chiese', 456585900, 104205700, 0),
(24438, 1015, 107, 'Salo', 456085900, 105309700, 0),
(24439, 1015, 107, 'Samarate', 456253700, 87834400, 0),
(24440, 1015, 107, 'San Daniele Po', 450637700, 101822800, 0),
(24441, 1015, 107, 'San Donato Milanese', 454199000, 92662800, 0),
(24442, 1015, 107, 'San Fermo della Battaglia', 458086800, 90474400, 0),
(24443, 1015, 107, 'San Fiorano', 451363700, 97221600, 0),
(24444, 1015, 107, 'San Giorgio di Mantova', 451519800, 108725900, 0),
(24445, 1015, 107, 'San Giorgio su Legnano', 455737700, 89137400, 0),
(24446, 1015, 107, 'San Giovanni Bianco', 458738800, 96534500, 0),
(24447, 1015, 107, 'San Giuliano Milanese', 453957400, 92875700, 0),
(24448, 1015, 107, 'San Martino Siccomario', 451634000, 91406200, 0),
(24449, 1015, 107, 'San Martino dall'' Argine', 450974700, 105188800, 0),
(24450, 1015, 107, 'San Paolo', 453705800, 100267700, 0),
(24451, 1015, 107, 'San Paolo d''Argon', 456883800, 98022600, 0),
(24452, 1015, 107, 'San Pellegrino Terme', 458383800, 96645500, 0),
(24453, 1015, 107, 'San Vittore Olona', 455857700, 89413400, 0),
(24454, 1015, 107, 'Sant''Angelo Lodigiano', 452380700, 94086600, 0),
(24455, 1015, 107, 'Santa Cristina e Bissone', 451575600, 93997600, 0),
(24456, 1015, 107, 'Santa Maria della Versa', 449875700, 92997600, 0),
(24457, 1015, 107, 'Santo Stefano Lodigiano', 451185700, 97352700, 0),
(24458, 1015, 107, 'Santo Stefano Ticino', 454870700, 89181400, 0),
(24459, 1015, 107, 'Sarnico', 456733800, 99624600, 0),
(24460, 1015, 107, 'Saronno', 456278700, 90346400, 0),
(24461, 1015, 107, 'Scanzorosciate', 457107800, 97350600, 0),
(24462, 1015, 107, 'Schianno', 457788800, 88289300, 0),
(24463, 1015, 107, 'Sedriano', 454914700, 89687400, 0),
(24464, 1015, 107, 'Segrate', 454962400, 92932300, 0),
(24465, 1015, 107, 'Senago', 455762700, 91245400, 0),
(24466, 1015, 107, 'Senna Comasco', 457629800, 91110400, 0),
(24467, 1015, 107, 'Seregno', 456523800, 92003400, 0),
(24468, 1015, 107, 'Seriate', 456833800, 97228600, 0),
(24469, 1015, 107, 'Serina', 458715900, 97312500, 0),
(24470, 1015, 107, 'Sesto Calende', 457260800, 86339700, 0),
(24471, 1015, 107, 'Sesto San Giovanni', 455344900, 92340100, 0),
(24472, 1015, 107, 'Sesto ed Uniti', 451764700, 99140700, 0),
(24473, 1015, 107, 'Settala', 454535700, 93871500, 0),
(24474, 1015, 107, 'Settimo Milanese', 454777100, 90557400, 0),
(24475, 1015, 107, 'Seveso', 456601300, 91602800, 0),
(24476, 1015, 107, 'Sirmione', 454685800, 106051800, 0),
(24477, 1015, 107, 'Soiano del Lago', 455277800, 105126800, 0),
(24478, 1015, 107, 'Solbiate Arno', 457219700, 88143300, 0),
(24479, 1015, 107, 'Somma Lombardo', 456829700, 87087300, 0),
(24480, 1015, 107, 'Sommo', 451331600, 90865500, 0),
(24481, 1015, 107, 'Soncino', 454000800, 98697600, 0),
(24482, 1015, 107, 'Sondalo', 463301000, 103247600, 0),
(24483, 1015, 107, 'Sondrio', 461690000, 98691500, 0),
(24484, 1015, 107, 'Sordio', 453421700, 93638500, 0),
(24485, 1015, 107, 'Soresina', 452864700, 98569600, 0),
(24486, 1015, 107, 'Sovico', 456459800, 92627400, 0),
(24487, 1015, 107, 'Spinadesco', 451491700, 99263700, 0),
(24488, 1015, 107, 'Spino d''Adda', 453988700, 94922600, 0),
(24489, 1015, 107, 'Stezzano', 456506800, 96492500, 0),
(24490, 1015, 107, 'Stradella', 450730600, 93007600, 0),
(24491, 1015, 107, 'Sumirago', 457376700, 87816300, 0),
(24492, 1015, 107, 'Talamona', 461384900, 96129400, 0),
(24493, 1015, 107, 'Tavernerio', 458006800, 91405400, 0),
(24494, 1015, 107, 'Teglio', 461728000, 100647500, 0),
(24495, 1015, 107, 'Telgate', 456288800, 98516600, 0),
(24496, 1015, 107, 'Terno d''Isola', 456854800, 95309500, 0),
(24497, 1015, 107, 'Tirano', 462154000, 101678600, 0),
(24498, 1015, 107, 'Torbole', 455125800, 101154700, 0),
(24499, 1015, 107, 'Torre Boldone', 457141800, 97101500, 0),
(24500, 1015, 107, 'Torrevecchia Pia', 452819700, 92963500, 0),
(24501, 1015, 107, 'Tradate', 457109700, 89076400, 0),
(24502, 1015, 107, 'Travagliato', 455190800, 100804700, 0),
(24503, 1015, 107, 'Travedona', 458042700, 86714300, 0),
(24504, 1015, 107, 'Tremezzo', 459834800, 92185400, 0),
(24505, 1015, 107, 'Trescore Balneario', 456964800, 98425600, 0),
(24506, 1015, 107, 'Trescore Cremasco', 454015700, 96249600, 0),
(24507, 1015, 107, 'Treviglio', 455237800, 95894600, 0),
(24508, 1015, 107, 'Treviolo', 456736800, 96119500, 0),
(24509, 1015, 107, 'Trezzano sul Naviglio', 454230700, 90664400, 0),
(24510, 1015, 107, 'Trezzo sull''Adda', 456029800, 95199500, 0),
(24511, 1015, 107, 'Tribiano', 454133700, 93789500, 0),
(24512, 1015, 107, 'Triuggio', 456626800, 92693400, 0),
(24513, 1015, 107, 'Truccazzano', 454838700, 94685500, 0),
(24514, 1015, 107, 'Turbigo', 455307600, 87367100, 0),
(24515, 1015, 107, 'Uboldo', 456152700, 90039400, 0),
(24516, 1015, 107, 'Uggiate', 458233800, 89596400, 0),
(24517, 1015, 107, 'Urgnano', 456005800, 96937600, 0),
(24518, 1015, 107, 'Usmate Velate', 456479800, 93624500, 0),
(24519, 1015, 107, 'Valbrembo', 457185800, 96090500, 0),
(24520, 1015, 107, 'Valera Fratta', 452571700, 93361500, 0),
(24521, 1015, 107, 'Valganna', 459022800, 88233300, 0),
(24522, 1015, 107, 'Valle Salimbene', 451719600, 92344500, 0),
(24523, 1015, 107, 'Valmorea', 458151800, 89306400, 0),
(24524, 1015, 107, 'Vanzaghello', 455791700, 87810400, 0),
(24525, 1015, 107, 'Vanzago', 455269700, 89940400, 0),
(24526, 1015, 107, 'Vaprio d''Adda', 455777800, 95247500, 0),
(24527, 1015, 107, 'Varedo', 455979700, 91567400, 0),
(24528, 1015, 107, 'Varese', 458290800, 88219300, 0),
(24529, 1015, 107, 'Vedano Olona', 457759800, 88858400, 0),
(24530, 1015, 107, 'Vedano al Lambro', 456087800, 92678500, 0),
(24531, 1015, 107, 'Venegono Inferiore', 457368800, 88969400, 0),
(24532, 1015, 107, 'Venegono Superiore', 457541800, 88967400, 0),
(24533, 1015, 107, 'Verano Brianza', 456886800, 92245400, 0),
(24534, 1015, 107, 'Vercurago', 458104800, 94241500, 0),
(24535, 1015, 107, 'Verdellino', 456010800, 96080500, 0),
(24536, 1015, 107, 'Verdello', 456047800, 96289500, 0),
(24537, 1015, 107, 'Verderio Inferiore', 456655800, 94334500, 0),
(24538, 1015, 107, 'Vergiate', 457221700, 86961300, 0),
(24539, 1015, 107, 'Vertemate', 457243800, 90729400, 0),
(24540, 1015, 107, 'Vertova', 458103900, 98532600, 0),
(24541, 1015, 107, 'Vescovato', 451750700, 101645700, 0),
(24542, 1015, 107, 'Vestone', 457088900, 103998700, 0),
(24543, 1015, 107, 'Viadana', 449294700, 105185900, 0),
(24544, 1015, 107, 'Vidigulfo', 452922700, 92366500, 0),
(24545, 1015, 107, 'Vigevano', 453116600, 88611400, 0),
(24546, 1015, 107, 'Vignate', 454965700, 93766500, 0),
(24547, 1015, 107, 'Villa', 456293800, 101964700, 0),
(24548, 1015, 107, 'Villa Cortese', 455678700, 88877400, 0),
(24549, 1015, 107, 'Villa d''Adda', 457139800, 94616500, 0),
(24550, 1015, 107, 'Villa d''Ogna', 459046900, 99308600, 0),
(24551, 1015, 107, 'Villanterio', 452194700, 93643600, 0),
(24552, 1015, 107, 'Villanuova sul clisi', 456001900, 104527700, 0),
(24553, 1015, 107, 'Villasanta', 456079800, 93103500, 0),
(24554, 1015, 107, 'Villavesco', 453272700, 94063500, 0),
(24555, 1015, 107, 'Villimpenta', 451471800, 110316900, 0),
(24556, 1015, 107, 'Vilminore di Scalve', 459981900, 100937600, 0),
(24557, 1015, 107, 'Vimercate', 456118800, 93670500, 0),
(24558, 1015, 107, 'Vimodrone', 455153700, 92856500, 0),
(24559, 1015, 107, 'Vittuone', 454879700, 89524400, 0),
(24560, 1015, 107, 'Vobarno', 456400900, 105034700, 0),
(24561, 1015, 107, 'Voghera', 449946700, 90086200, 0),
(24562, 1015, 107, 'Volta Mantovana', 453186800, 106584800, 0),
(24563, 1015, 107, 'Zandobbio', 456878800, 98533600, 0),
(24564, 1015, 107, 'Zeccone', 452578700, 92011500, 0),
(24565, 1015, 107, 'Zeme', 451972600, 86683400, 0),
(24566, 1015, 107, 'Zibido San Giacomo', 453604100, 91111900, 0),
(24567, 1015, 107, 'Zinasco', 451283600, 90297500, 0),
(24568, 1015, 107, 'Zogno', 457918800, 96561500, 0),
(24569, 1015, 107, 'Zone', 457633900, 101158600, 0),
(24570, 1016, 107, 'Acquasanta Terme', 427699400, 134101800, 0),
(24571, 1016, 107, 'Agugliano', 435435600, 133894700, 0),
(24572, 1016, 107, 'Amandola', 429788500, 133545800, 0),
(24573, 1016, 107, 'Ancona', 435981600, 135100800, 0),
(24574, 1016, 107, 'Apiro', 433899600, 131314700, 0),
(24575, 1016, 107, 'Appignano del Tronto', 428995500, 136618900, 0),
(24576, 1016, 107, 'Arcevia', 435001600, 129412600, 0),
(24577, 1016, 107, 'Ascoli Piceno', 428548300, 135749000, 0),
(24578, 1016, 107, 'Auditore', 438215600, 125703500, 0),
(24579, 1016, 107, 'Belvedere Ostrense', 435821600, 131686700, 0),
(24580, 1016, 107, 'Cagli', 435456600, 126526600, 0),
(24581, 1016, 107, 'Caldarola', 431404500, 132244800, 0),
(24582, 1016, 107, 'Camerano', 435312600, 135515800, 0),
(24583, 1016, 107, 'Camerata Picena', 435781600, 133509700, 0),
(24584, 1016, 107, 'Camerino', 431398500, 130691700, 0),
(24585, 1016, 107, 'Carpegna', 437820600, 123366500, 0),
(24586, 1016, 107, 'Castel di Lama', 428643500, 137192900, 0),
(24587, 1016, 107, 'Castelfidardo', 434631600, 135451800, 0),
(24588, 1016, 107, 'Castignano', 429393500, 136239900, 0),
(24589, 1016, 107, 'Cerreto d''Esi', 433129500, 129875700, 0),
(24590, 1016, 107, 'Chiaravalle', 436026600, 133245700, 0),
(24591, 1016, 107, 'Civitanova Marche', 433069600, 137205800, 0),
(24592, 1016, 107, 'Colli del Tronto', 428767500, 137493900, 0),
(24593, 1016, 107, 'Corinaldo', 436498600, 130481600, 0),
(24594, 1016, 107, 'Corridonia', 432510600, 135087800, 0),
(24595, 1016, 107, 'Fabriano', 433406500, 129072600, 0),
(24596, 1016, 107, 'Falconara Marittima', 436232600, 134030700, 0),
(24597, 1016, 107, 'Falerone', 431070500, 134716800, 0),
(24598, 1016, 107, 'Fano', 438203600, 130120600, 0),
(24599, 1016, 107, 'Fermo', 431646600, 137232900, 0),
(24600, 1016, 107, 'Folignano', 428202500, 136342900, 0),
(24601, 1016, 107, 'Force', 429609500, 134876800, 0),
(24602, 1016, 107, 'Fossombrone', 436907600, 128126600, 0),
(24603, 1016, 107, 'Gabicce', 439647100, 127564100, 0),
(24604, 1016, 107, 'Grottammare', 429887500, 138648900, 0),
(24605, 1016, 107, 'Grottazzolina', 431170500, 136051800, 0),
(24606, 1016, 107, 'Jesi', 435214200, 132436800, 0),
(24607, 1016, 107, 'Loreto', 434353600, 136097800, 0),
(24608, 1016, 107, 'Macerata', 432981600, 134410800, 0),
(24609, 1016, 107, 'Matelica', 432540500, 130105700, 0),
(24610, 1016, 107, 'Mogliano', 431827500, 134730800, 0),
(24611, 1016, 107, 'Mondavio', 436729600, 129686600, 0),
(24612, 1016, 107, 'Mondolfo', 437493600, 130978600, 0),
(24613, 1016, 107, 'Monsampolo del Tronto', 428969500, 137938900, 0),
(24614, 1016, 107, 'Monsano', 435625600, 132500700, 0),
(24615, 1016, 107, 'Montappone', 431364500, 134684800, 0),
(24616, 1016, 107, 'Monte San Vito', 436005600, 132681700, 0),
(24617, 1016, 107, 'Monte Urano', 432026600, 136728800, 0),
(24618, 1016, 107, 'Montecalvo in Foglia', 438115600, 126310500, 0),
(24619, 1016, 107, 'Montecosaro', 433184600, 136367800, 0),
(24620, 1016, 107, 'Montegranaro', 432354600, 136309800, 0),
(24621, 1016, 107, 'Montelabbate', 438488600, 127879600, 0),
(24622, 1016, 107, 'Montemarciano', 436388600, 133074700, 0),
(24623, 1016, 107, 'Monterado', 436968600, 130905600, 0),
(24624, 1016, 107, 'Morrovalle', 433164600, 135884800, 0),
(24625, 1016, 107, 'Numana', 435102600, 136204800, 0),
(24626, 1016, 107, 'Osimo', 434827600, 134874800, 0),
(24627, 1016, 107, 'Ostra', 436138600, 131581700, 0),
(24628, 1016, 107, 'Pedaso', 430991600, 138407900, 0),
(24629, 1016, 107, 'Pergola', 435565600, 128348600, 0),
(24630, 1016, 107, 'Pesaro', 439035700, 128902600, 0),
(24631, 1016, 107, 'Pinocchio di Ancona', 435833300, 135000000, 0),
(24632, 1016, 107, 'Pollenza', 432659600, 133478800, 0),
(24633, 1016, 107, 'Polverigi', 435255600, 133920700, 0),
(24634, 1016, 107, 'Porto San Giorgio', 431826600, 137933900, 0),
(24635, 1016, 107, 'Porto Sant''Elpidio', 432582600, 137582900, 0),
(24636, 1016, 107, 'Potenza Picena', 433683600, 136222800, 0),
(24637, 1016, 107, 'Recanati', 434038600, 135597800, 0),
(24638, 1016, 107, 'Ripatransone', 430001500, 137620300, 0),
(24639, 1016, 107, 'Rosora', 434832600, 130688700, 0),
(24640, 1016, 107, 'Saltara', 437536600, 128972600, 0),
(24641, 1016, 107, 'San Benedetto del Tronto', 429456200, 138815700, 0),
(24642, 1016, 107, 'San Ginesio', 431066500, 133254800, 0),
(24643, 1016, 107, 'San Marcello', 435760600, 132060700, 0),
(24644, 1016, 107, 'San Severino Marche', 432281500, 131801700, 0),
(24645, 1016, 107, 'Sant''Elpidio a Mare', 432298600, 136860800, 0),
(24646, 1016, 107, 'Senigallia', 437092600, 132166700, 0),
(24647, 1016, 107, 'Serrungarina', 437466600, 128748600, 0),
(24648, 1016, 107, 'Sirolo', 435218600, 136137800, 0),
(24649, 1016, 107, 'Tolentino', 432125500, 132900800, 0),
(24650, 1016, 107, 'Treia', 433105600, 133114800, 0),
(24651, 1016, 107, 'Urbino', 437262100, 126363300, 0),
(24652, 1017, 107, 'Agnone', 418094300, 143776200, 0),
(24653, 1017, 107, 'Boiano', 414857200, 144729300, 0),
(24654, 1017, 107, 'Campobasso', 415600300, 146675300, 0),
(24655, 1017, 107, 'Campodipietra', 415570300, 147460300, 0),
(24656, 1017, 107, 'Campomarino', 419559400, 150337300, 0),
(24657, 1017, 107, 'Cercemaggiore', 414613300, 147231300, 0),
(24658, 1017, 107, 'Colletorto', 416636300, 149688400, 0),
(24659, 1017, 107, 'Colli al Volturno', 415987200, 141049200, 0),
(24660, 1017, 107, 'Ferrazzano', 415303300, 146722300, 0),
(24661, 1017, 107, 'Frosolone', 416006300, 144465200, 0),
(24662, 1017, 107, 'Isernia', 416002200, 142382200, 0),
(24663, 1017, 107, 'Matrice', 416139300, 147101300, 0),
(24664, 1017, 107, 'Petacciato', 420114400, 148609300, 0),
(24665, 1017, 107, 'Pozzilli', 415114200, 140625200, 0),
(24666, 1017, 107, 'Rotello', 417483300, 150062400, 0),
(24667, 1017, 107, 'San Giacomo degli Schiavoni', 419632400, 149464300, 0),
(24668, 1017, 107, 'Termoli', 419888400, 149895300, 0),
(24669, 1017, 107, 'Toro', 415724300, 147649300, 0),
(24670, 1017, 107, 'Trivento', 417811300, 145514200, 0),
(24671, 1017, 107, 'Ururi', 418165400, 150161300, 0),
(24672, 1017, 107, 'Venafro', 414834200, 140451200, 0),
(24673, 1018, 107, 'Acqui Terme', 446751400, 84675500, 0),
(24674, 1018, 107, 'Agliano Terme', 447902500, 82504400, 0),
(24675, 1018, 107, 'Airasca', 449170400, 74843200, 0),
(24676, 1018, 107, 'Alba', 446999000, 80347000, 0),
(24677, 1018, 107, 'Albiano d''Ivrea', 454329600, 79506200, 0),
(24678, 1018, 107, 'Alessandria', 449124500, 86189400, 0),
(24679, 1018, 107, 'Almese', 451191500, 74011200, 0),
(24680, 1018, 107, 'Alpignano', 451019500, 75266200, 0),
(24681, 1018, 107, 'Arborio', 454949600, 83853300, 0),
(24682, 1018, 107, 'Armeno', 458207800, 84455700, 0),
(24683, 1018, 107, 'Arona', 457589000, 85571500, 0),
(24684, 1018, 107, 'Arquata Scrivia', 446883000, 88868200, 0),
(24685, 1018, 107, 'Asti', 448979500, 82068400, 0),
(24686, 1018, 107, 'Avigliana', 450771400, 73986200, 0),
(24687, 1018, 107, 'Bagnasco', 443013300, 80431400, 0),
(24688, 1018, 107, 'Bagnolo Piemonte', 447603400, 73139200, 0),
(24689, 1018, 107, 'Baldissero Torinese', 450679500, 78116200, 0),
(24690, 1018, 107, 'Banchette', 454535600, 78563200, 0),
(24691, 1018, 107, 'Basaluzzo', 447688500, 87048500, 0),
(24692, 1018, 107, 'Baveno', 459083800, 84996200, 0),
(24693, 1018, 107, 'Beinasco', 450231400, 75839200, 0),
(24694, 1018, 107, 'Bellinzago Novarese', 455687700, 86432300, 0),
(24695, 1018, 107, 'Bernezzo', 443853300, 74363300, 0),
(24696, 1018, 107, 'Bianze', 453084600, 81225300, 0),
(24697, 1018, 107, 'Biella', 455598600, 80500200, 0),
(24698, 1018, 107, 'Bioglio', 456151600, 81360200, 0),
(24699, 1018, 107, 'Bistagno', 446601400, 83703400, 0),
(24700, 1018, 107, 'Bollengo', 454708600, 79420200, 0),
(24701, 1018, 107, 'Borgaro Torinese', 451482500, 76567200, 0),
(24702, 1018, 107, 'Borghetto di Borbera', 447294500, 89434600, 0),
(24703, 1018, 107, 'Borgo Lavezzaro', 453196600, 86995400, 0),
(24704, 1018, 107, 'Borgo San Dalmazzo', 443330300, 74858300, 0),
(24705, 1018, 107, 'Borgomanero', 457023700, 84581300, 0),
(24706, 1018, 107, 'Borgone Susa', 451228400, 72397100, 0),
(24707, 1018, 107, 'Borgosesia', 457144700, 82799200, 0),
(24708, 1018, 107, 'Bosconero', 452669500, 77629200, 0),
(24709, 1018, 107, 'Bosio', 446497500, 87928500, 0),
(24710, 1018, 107, 'Boves', 443320300, 75514300, 0),
(24711, 1018, 107, 'Bra', 447030400, 78556300, 0),
(24712, 1018, 107, 'Brandizzo', 451772500, 78377200, 0),
(24713, 1018, 107, 'Bruino', 450099400, 74842200, 0),
(24714, 1018, 107, 'Brusnengo', 455938600, 82519200, 0),
(24715, 1018, 107, 'Bruzolo', 451396400, 71984100, 0),
(24716, 1018, 107, 'Bussoleno', 451403400, 71464100, 0),
(24717, 1018, 107, 'Buttigliera Alta', 450698400, 74284200, 0),
(24718, 1018, 107, 'Calamandrana', 447371500, 83387400, 0),
(24719, 1018, 107, 'Caltignaga', 455186700, 85885300, 0),
(24720, 1018, 107, 'Caluso', 453049600, 78957200, 0),
(24721, 1018, 107, 'Cambiasca', 459623800, 85446200, 0),
(24722, 1018, 107, 'Cameri', 455032700, 86628400, 0),
(24723, 1018, 107, 'Canale', 447985400, 79973300, 0),
(24724, 1018, 107, 'Canelli', 447215400, 82924400, 0),
(24725, 1018, 107, 'Cannero Riviera', 460220000, 86793300, 0),
(24726, 1018, 107, 'Carmagnola', 448470400, 77180300, 0),
(24727, 1018, 107, 'Carpignano Sesia', 455342600, 84184300, 0),
(24728, 1018, 107, 'Casalborgone', 451304500, 79404300, 0),
(24729, 1018, 107, 'Casale Monferrato', 451333600, 84571400, 0),
(24730, 1018, 107, 'Cascinette', 454801600, 79056200, 0),
(24731, 1018, 107, 'Caselle Torinese', 451778500, 76426200, 0),
(24732, 1018, 107, 'Castell''Alfero', 449812500, 82105400, 0),
(24733, 1018, 107, 'Castelletto Monferrato', 449811500, 85645400, 0),
(24734, 1018, 107, 'Castelletto sopra Ticino', 457200200, 86336200, 0),
(24735, 1018, 107, 'Castelnuovo Scrivia', 449804600, 88812500, 0),
(24736, 1018, 107, 'Cavaglio d''Agogna', 456131700, 84861300, 0),
(24737, 1018, 107, 'Cavagnolo', 451517500, 80490300, 0),
(24738, 1018, 107, 'Cavallermaggiore', 447098400, 76863300, 0),
(24739, 1018, 107, 'Cavour', 447889400, 73761200, 0),
(24740, 1018, 107, 'Centallo', 445015300, 75878300, 0),
(24741, 1018, 107, 'Cerano', 454109700, 87800400, 0),
(24742, 1018, 107, 'Cercenasco', 448620400, 74982200, 0),
(24743, 1018, 107, 'Ceresole Alba', 447997400, 78224300, 0),
(24744, 1018, 107, 'Cherasco', 446477400, 78584300, 0),
(24745, 1018, 107, 'Chieri', 450139500, 78223300, 0),
(24746, 1018, 107, 'Chiomonte', 451195400, 69853100, 0),
(24747, 1018, 107, 'Chiusa di San Michele', 451042400, 73271100, 0),
(24748, 1018, 107, 'Chivasso', 451893500, 78872200, 0),
(24749, 1018, 107, 'Cigliano', 453083600, 80210200, 0),
(24750, 1018, 107, 'Cirie', 452350500, 75988200, 0),
(24751, 1018, 107, 'Coassolo Torinese', 452977500, 74604100, 0),
(24752, 1018, 107, 'Coazze', 450545400, 73069100, 0),
(24753, 1018, 107, 'Collegno', 450775500, 75724200, 0),
(24754, 1018, 107, 'Cossato', 455738600, 81817200, 0),
(24755, 1018, 107, 'Costigliole d''Asti', 447839400, 81809400, 0),
(24756, 1018, 107, 'Crescentino', 451904500, 80999300, 0),
(24757, 1018, 107, 'Crevacuore', 456868700, 82467200, 0),
(24758, 1018, 107, 'Crodo', 462107800, 83206100, 0),
(24759, 1018, 107, 'Cumiana', 449797400, 73767200, 0),
(24760, 1018, 107, 'Cuneo', 443973300, 75445300, 0),
(24761, 1018, 107, 'Cuorgne', 453894600, 76499200, 0),
(24762, 1018, 107, 'Domodossola', 461165000, 82931300, 0),
(24763, 1018, 107, 'Dormelletto', 457362700, 85666300, 0),
(24764, 1018, 107, 'Druento', 451347500, 75766200, 0),
(24765, 1018, 107, 'Favria', 453311500, 76906200, 0),
(24766, 1018, 107, 'Fiano', 452168500, 75227200, 0),
(24767, 1018, 107, 'Forno Canavese', 453453500, 75910200, 0),
(24768, 1018, 107, 'Fossano', 445489400, 77201300, 0),
(24769, 1018, 107, 'Gaglianico', 455378600, 80750200, 0),
(24770, 1018, 107, 'Galliate', 454815700, 86967400, 0),
(24771, 1018, 107, 'Gargallo', 457287700, 84253200, 0),
(24772, 1018, 107, 'Gattico', 457071700, 85200300, 0),
(24773, 1018, 107, 'Genola', 445889400, 76645300, 0),
(24774, 1018, 107, 'Ghemme', 455995700, 84215300, 0),
(24775, 1018, 107, 'Giaveno', 450470400, 73492200, 0),
(24776, 1018, 107, 'Givoletto', 451622500, 74964200, 0),
(24777, 1018, 107, 'Granozzo con Monticello', 453601600, 85733400, 0),
(24778, 1018, 107, 'Gravellona Toce', 459285900, 84320900, 0),
(24779, 1018, 107, 'Grugliasco', 450680500, 75776200, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(24780, 1018, 107, 'Ivrea', 454580600, 78719200, 0),
(24781, 1018, 107, 'La Cassa', 451803500, 75163200, 0),
(24782, 1018, 107, 'La Loggia', 449577400, 76673200, 0),
(24783, 1018, 107, 'Lanzo Torinese', 452734500, 74796100, 0),
(24784, 1018, 107, 'Leini', 451827500, 77142200, 0),
(24785, 1018, 107, 'Lessolo', 454782600, 78147200, 0),
(24786, 1018, 107, 'Livorno Ferraris', 452840600, 80774300, 0),
(24787, 1018, 107, 'Locana', 454176500, 74589100, 0),
(24788, 1018, 107, 'Lu', 450014500, 84846400, 0),
(24789, 1018, 107, 'Luserna San Giovanni', 448154400, 72513200, 0),
(24790, 1018, 107, 'Marano Ticino', 456298700, 86316300, 0),
(24791, 1018, 107, 'Massino Visconti', 458241700, 85413300, 0),
(24792, 1018, 107, 'Mathi', 452551500, 75420200, 0),
(24793, 1018, 107, 'Mazze', 453002600, 79327200, 0),
(24794, 1018, 107, 'Monasterolo di Savigliano', 446863400, 76195300, 0),
(24795, 1018, 107, 'Moncalieri', 449962500, 76903200, 0),
(24796, 1018, 107, 'Moncalvo', 450502500, 82652400, 0),
(24797, 1018, 107, 'Mondovi', 443960300, 78176400, 0),
(24798, 1018, 107, 'Monforte d''Alba', 445824400, 79696400, 0),
(24799, 1018, 107, 'Montanaro', 452335500, 78533200, 0),
(24800, 1018, 107, 'Moretta', 447638400, 75371200, 0),
(24801, 1018, 107, 'Mottalciata', 455050600, 82067200, 0),
(24802, 1018, 107, 'Murisengo', 450818500, 81349300, 0),
(24803, 1018, 107, 'Nebbiuno', 458035700, 85271300, 0),
(24804, 1018, 107, 'Netro', 455380600, 79453200, 0),
(24805, 1018, 107, 'Nichelino', 449940400, 76418200, 0),
(24806, 1018, 107, 'Nizza Monferrato', 447738500, 83539400, 0),
(24807, 1018, 107, 'Novara', 454405600, 86168400, 0),
(24808, 1018, 107, 'Novi Ligure', 447608500, 87895500, 0),
(24809, 1018, 107, 'Occhieppo Inferiore', 455500600, 80210200, 0),
(24810, 1018, 107, 'Oleggio', 456014700, 86434300, 0),
(24811, 1018, 107, 'Omegna', 458797700, 84080200, 0),
(24812, 1018, 107, 'Orbassano', 450038400, 75399200, 0),
(24813, 1018, 107, 'Ovada', 446383500, 86452500, 0),
(24814, 1018, 107, 'Ozzano Monferrato', 451082600, 83720400, 0),
(24815, 1018, 107, 'Pancalieri', 448334400, 75859200, 0),
(24816, 1018, 107, 'Pasturana', 447508500, 87492500, 0),
(24817, 1018, 107, 'Pecetto di Valenza', 449897600, 86709400, 0),
(24818, 1018, 107, 'Pella', 457983700, 83849200, 0),
(24819, 1018, 107, 'Pianezza', 451058500, 75434200, 0),
(24820, 1018, 107, 'Pianfei', 443720300, 77114400, 0),
(24821, 1018, 107, 'Piasco', 445630300, 74538300, 0),
(24822, 1018, 107, 'Pieve Vergonte', 460129800, 82608200, 0),
(24823, 1018, 107, 'Pinerolo', 448833300, 73500000, 0),
(24824, 1018, 107, 'Pino Torinese', 450395500, 77771200, 0),
(24825, 1018, 107, 'Piossasco', 449905400, 74637200, 0),
(24826, 1018, 107, 'Pocapaglia', 447152400, 78829300, 0),
(24827, 1018, 107, 'Pogno', 457555700, 83846200, 0),
(24828, 1018, 107, 'Pomaretto', 449561400, 71836100, 0),
(24829, 1018, 107, 'Pombia', 456529700, 86336300, 0),
(24830, 1018, 107, 'Pont Canavese', 454228600, 75962100, 0),
(24831, 1018, 107, 'Pontestura', 451424600, 83332400, 0),
(24832, 1018, 107, 'Ponzone', 445881400, 84593500, 0),
(24833, 1018, 107, 'Pozzolo Formigaro', 447951500, 87848500, 0),
(24834, 1018, 107, 'Quaregna', 455811600, 81637200, 0),
(24835, 1018, 107, 'Quarona', 457578700, 82657200, 0),
(24836, 1018, 107, 'Racconigi', 447698400, 76789300, 0),
(24837, 1018, 107, 'Riva presso Chieri', 449849500, 78723300, 0),
(24838, 1018, 107, 'Rivalta Bormida', 447097500, 85517500, 0),
(24839, 1018, 107, 'Rivalta di Torino', 450340400, 75184200, 0),
(24840, 1018, 107, 'Rivarolo Canavese', 453311500, 77170200, 0),
(24841, 1018, 107, 'Rivoli', 450715500, 75262200, 0),
(24842, 1018, 107, 'Romentino', 454639700, 87190400, 0),
(24843, 1018, 107, 'Rondissone', 452468500, 79631200, 0),
(24844, 1018, 107, 'Saluggia', 452375500, 80110300, 0),
(24845, 1018, 107, 'Saluzzo', 446464400, 74862300, 0),
(24846, 1018, 107, 'San Francesco al Campo', 452291500, 76537200, 0),
(24847, 1018, 107, 'San Germano Vercellese', 453503600, 82478300, 0),
(24848, 1018, 107, 'San Giorgio Monferrato', 451073600, 84161400, 0),
(24849, 1018, 107, 'San Maurizio Canavese', 452170500, 76305200, 0),
(24850, 1018, 107, 'San Mauro Torinese', 451058500, 77545200, 0),
(24851, 1018, 107, 'San Michele Mondovi', 443770300, 79110400, 0),
(24852, 1018, 107, 'San Pietro Mosezzo', 454535600, 85455300, 0),
(24853, 1018, 107, 'San Pietro Val Lemina', 449065400, 73109200, 0),
(24854, 1018, 107, 'San Secondo di Pinerolo', 448664400, 72984200, 0),
(24855, 1018, 107, 'Sanfront', 446470300, 73210200, 0),
(24856, 1018, 107, 'Sant''Antonio di Susa', 451070400, 72736100, 0),
(24857, 1018, 107, 'Santena', 449462400, 77730300, 0),
(24858, 1018, 107, 'Santhia', 453662600, 81726300, 0),
(24859, 1018, 107, 'Sarezzano', 448679500, 89132500, 0),
(24860, 1018, 107, 'Savigliano', 446440400, 76559300, 0),
(24861, 1018, 107, 'Scarnafigi', 446787400, 75659300, 0),
(24862, 1018, 107, 'Serravalle Scrivia', 447227700, 88563500, 0),
(24863, 1018, 107, 'Serravalle Sesia', 456855700, 83109200, 0),
(24864, 1018, 107, 'Settimo Torinese', 451402500, 77680200, 0),
(24865, 1018, 107, 'Settimo Vittone', 455497600, 78322200, 0),
(24866, 1018, 107, 'Solero', 449183500, 85075400, 0),
(24867, 1018, 107, 'Stresa', 458834800, 85318200, 0),
(24868, 1018, 107, 'Strevi', 446981500, 85218500, 0),
(24869, 1018, 107, 'Suno', 456333700, 85428300, 0),
(24870, 1018, 107, 'Susa', 451375400, 70546100, 0),
(24871, 1018, 107, 'Tarantasca', 444935300, 75435300, 0),
(24872, 1018, 107, 'Tollegno', 455874600, 80513200, 0),
(24873, 1018, 107, 'Torino', 450704900, 76868200, 0),
(24874, 1018, 107, 'Tortona', 448978400, 88637400, 0),
(24875, 1018, 107, 'Trecate', 454347700, 87368400, 0),
(24876, 1018, 107, 'Trino', 451920600, 82961300, 0),
(24877, 1018, 107, 'Trofarello', 449836500, 77452200, 0),
(24878, 1018, 107, 'Val della Torre', 451551500, 74450200, 0),
(24879, 1018, 107, 'Valdengo', 455670600, 81383200, 0),
(24880, 1018, 107, 'Valenza', 450140600, 86414400, 0),
(24881, 1018, 107, 'Valle Mosso', 456298600, 81502200, 0),
(24882, 1018, 107, 'Venaria Reale', 451238500, 76354200, 0),
(24883, 1018, 107, 'Verbania', 459213600, 85518300, 0),
(24884, 1018, 107, 'Vercelli', 453230600, 84153300, 0),
(24885, 1018, 107, 'Verzuolo', 445950300, 74835300, 0),
(24886, 1018, 107, 'Viarigi', 449805500, 83571400, 0),
(24887, 1018, 107, 'Vicoforte', 443639300, 78626400, 0),
(24888, 1018, 107, 'Vigliano Biellese', 455644600, 81045200, 0),
(24889, 1018, 107, 'Villafranca Piemonte', 447789400, 75004200, 0),
(24890, 1018, 107, 'Villanova d''Asti', 449418500, 79371300, 0),
(24891, 1018, 107, 'Vinovo', 449467400, 76325200, 0),
(24892, 1018, 107, 'Volpiano', 452014500, 77782200, 0),
(24893, 1019, 107, 'Accadia', 411588200, 153314500, 0),
(24894, 1019, 107, 'Acquarica del Capo', 399111200, 182454300, 0),
(24895, 1019, 107, 'Acquaviva delle Fonti', 408978300, 168424900, 0),
(24896, 1019, 107, 'Adelfia', 410042300, 168716900, 0),
(24897, 1019, 107, 'Alberobello', 407859300, 172372000, 0),
(24898, 1019, 107, 'Alessano', 398886200, 183310300, 0),
(24899, 1019, 107, 'Alezio', 400613200, 180582200, 0),
(24900, 1019, 107, 'Alliste', 399486200, 180888300, 0),
(24901, 1019, 107, 'Altamura', 408292300, 165536800, 0),
(24902, 1019, 107, 'Andria', 412306300, 162908700, 0),
(24903, 1019, 107, 'Aradeo', 401309200, 181296200, 0),
(24904, 1019, 107, 'Ascoli Satriano', 412061300, 155614600, 0),
(24905, 1019, 107, 'Avetrana', 403529200, 177349100, 0),
(24906, 1019, 107, 'Bari', 411177300, 168511800, 0),
(24907, 1019, 107, 'Barletta', 413118300, 162907700, 0),
(24908, 1019, 107, 'Bisceglie', 412420300, 165043800, 0),
(24909, 1019, 107, 'Bitonto', 411108300, 166893800, 0),
(24910, 1019, 107, 'Bitritto', 410445300, 168251800, 0),
(24911, 1019, 107, 'Botrugno', 400647200, 183244300, 0),
(24912, 1019, 107, 'Brindisi', 406277300, 179368200, 0),
(24913, 1019, 107, 'Calimera', 402503300, 182779300, 0),
(24914, 1019, 107, 'Candela', 411379200, 155146500, 0),
(24915, 1019, 107, 'Canosa di Puglia', 412196300, 160674700, 0),
(24916, 1019, 107, 'Capurso', 410469300, 169215900, 0),
(24917, 1019, 107, 'Carmiano', 403448300, 180430200, 0),
(24918, 1019, 107, 'Carosino', 404658200, 173976000, 0),
(24919, 1019, 107, 'Carpignano Salentino', 401969200, 183383300, 0),
(24920, 1019, 107, 'Carpino', 418442400, 158561500, 0),
(24921, 1019, 107, 'Casalvecchio di Puglia', 415938300, 151105400, 0),
(24922, 1019, 107, 'Casamassima', 409571300, 169203900, 0),
(24923, 1019, 107, 'Casarano', 400150200, 181630300, 0),
(24924, 1019, 107, 'Cassano delle Murge', 408928300, 167677800, 0),
(24925, 1019, 107, 'Castellana Grotte', 408864300, 171655000, 0),
(24926, 1019, 107, 'Castellaneta', 406272200, 169368900, 0),
(24927, 1019, 107, 'Ceglie Messapico', 406439300, 175155000, 0),
(24928, 1019, 107, 'Cellamare', 410193300, 169282900, 0),
(24929, 1019, 107, 'Cerignola', 412640300, 159004600, 0),
(24930, 1019, 107, 'Chieuti', 418446400, 151659400, 0),
(24931, 1019, 107, 'Cisternino', 407445300, 174243000, 0),
(24932, 1019, 107, 'Collepasso', 400715200, 181640300, 0),
(24933, 1019, 107, 'Conversano', 409662300, 171147900, 0),
(24934, 1019, 107, 'Copertino', 402715200, 180565200, 0),
(24935, 1019, 107, 'Corato', 411455300, 164138700, 0),
(24936, 1019, 107, 'Corigliano d''Otranto', 401596200, 182594300, 0),
(24937, 1019, 107, 'Corsano', 398892200, 183693300, 0),
(24938, 1019, 107, 'Fasano', 408344300, 173584000, 0),
(24939, 1019, 107, 'Foggia', 414609300, 155492500, 0),
(24940, 1019, 107, 'Francavilla Fontana', 405306300, 175852100, 0),
(24941, 1019, 107, 'Galatina', 401740200, 181682200, 0),
(24942, 1019, 107, 'Galatone', 401429200, 180704200, 0),
(24943, 1019, 107, 'Gallipoli', 400555600, 179763900, 0),
(24944, 1019, 107, 'Ginosa', 405801200, 167560900, 0),
(24945, 1019, 107, 'Gioia del Colle', 407967300, 169235900, 0),
(24946, 1019, 107, 'Giovinazzo', 411864300, 166673800, 0),
(24947, 1019, 107, 'Giurdignano', 401215200, 184327300, 0),
(24948, 1019, 107, 'Gravina in Puglia', 408197200, 164227800, 0),
(24949, 1019, 107, 'Grottaglie', 405392300, 174337000, 0),
(24950, 1019, 107, 'Grumo Appula', 410135300, 167084800, 0),
(24951, 1019, 107, 'Laterza', 406295200, 167996900, 0),
(24952, 1019, 107, 'Latiano', 405529300, 177205100, 0),
(24953, 1019, 107, 'Lecce', 403570300, 181720200, 0),
(24954, 1019, 107, 'Leporano', 403839200, 173349000, 0),
(24955, 1019, 107, 'Lequile', 403058300, 181402200, 0),
(24956, 1019, 107, 'Leverano', 402890200, 180000200, 0),
(24957, 1019, 107, 'Lizzano', 403910200, 174476100, 0),
(24958, 1019, 107, 'Locorotondo', 407552300, 173265000, 0),
(24959, 1019, 107, 'Lucera', 415082300, 153350500, 0),
(24960, 1019, 107, 'Maglie', 401184200, 182989300, 0),
(24961, 1019, 107, 'Manduria', 404018200, 176335100, 0),
(24962, 1019, 107, 'Manfredonia', 416259400, 159093600, 0),
(24963, 1019, 107, 'Margherita di Savoia', 413742400, 161501700, 0),
(24964, 1019, 107, 'Martina Franca', 407031300, 173339000, 0),
(24965, 1019, 107, 'Massafra', 405919400, 171152800, 0),
(24966, 1019, 107, 'Matino', 400322200, 181318300, 0),
(24967, 1019, 107, 'Mattinata', 417101400, 160515600, 0),
(24968, 1019, 107, 'Melissano', 399740200, 181214300, 0),
(24969, 1019, 107, 'Melpignano', 401579200, 182922300, 0),
(24970, 1019, 107, 'Mesagne', 405588300, 178083100, 0),
(24971, 1019, 107, 'Modugno', 410974300, 167779800, 0),
(24972, 1019, 107, 'Molfetta', 412002300, 165974800, 0),
(24973, 1019, 107, 'Monopoli', 409559300, 172896000, 0),
(24974, 1019, 107, 'Monteroni di Lecce', 403246300, 180971200, 0),
(24975, 1019, 107, 'Mottola', 406352800, 170352800, 0),
(24976, 1019, 107, 'Nardo', 401751200, 180297200, 0),
(24977, 1019, 107, 'Neviano', 401077200, 181140200, 0),
(24978, 1019, 107, 'Noci', 407907300, 171317000, 0),
(24979, 1019, 107, 'Noicattaro', 410338300, 169895900, 0),
(24980, 1019, 107, 'Novoli', 403785300, 180492200, 0),
(24981, 1019, 107, 'Ordona', 413155300, 156273600, 0),
(24982, 1019, 107, 'Oria', 404973300, 176413100, 0),
(24983, 1019, 107, 'Orta Nova', 413299300, 157106600, 0),
(24984, 1019, 107, 'Ostuni', 407276300, 175764100, 0),
(24985, 1019, 107, 'Otranto', 401478200, 184859300, 0),
(24986, 1019, 107, 'Palo del Colle', 410575300, 167007800, 0),
(24987, 1019, 107, 'Polignano a Mare', 409959300, 172158900, 0),
(24988, 1019, 107, 'Porto Cesareo', 402628200, 178984200, 0),
(24989, 1019, 107, 'Putignano', 408518300, 171212900, 0),
(24990, 1019, 107, 'Racale', 399631200, 180938300, 0),
(24991, 1019, 107, 'Rodi Garganico', 419287400, 158810500, 0),
(24992, 1019, 107, 'Rutigliano', 410111300, 170054900, 0),
(24993, 1019, 107, 'Ruvo di Puglia', 411136300, 164877800, 0),
(24994, 1019, 107, 'San Cassiano', 400573200, 183355300, 0),
(24995, 1019, 107, 'San Cesario di Lecce', 403029300, 181599200, 0),
(24996, 1019, 107, 'San Ferdinando di Puglia', 413026300, 160704600, 0),
(24997, 1019, 107, 'San Giorgio Ionico', 404566200, 173787000, 0),
(24998, 1019, 107, 'San Giovanni Rotondo', 417049400, 157190500, 0),
(24999, 1019, 107, 'San Marco in Lamis', 417131400, 156398500, 0),
(25000, 1019, 107, 'San Pietro Vernotico', 404852800, 179997200, 0),
(25001, 1019, 107, 'San Severo', 416897400, 153760400, 0),
(25002, 1019, 107, 'San Vito dei Normanni', 406573300, 177072100, 0),
(25003, 1019, 107, 'Sannicandro Garganico', 418384400, 155653500, 0),
(25004, 1019, 107, 'Sannicandro di Bari', 410015300, 167961800, 0),
(25005, 1019, 107, 'Sannicola', 400919200, 180661200, 0),
(25006, 1019, 107, 'Santa Cesarea Terme', 400363200, 184568300, 0),
(25007, 1019, 107, 'Santeramo in Colle', 407930300, 167552900, 0),
(25008, 1019, 107, 'Sava', 404034200, 175584100, 0),
(25009, 1019, 107, 'Scorrano', 400916200, 182996300, 0),
(25010, 1019, 107, 'Sogliano Cavour', 401488200, 181952300, 0),
(25011, 1019, 107, 'Specchia', 399371200, 182976300, 0),
(25012, 1019, 107, 'Spinazzola', 409671300, 160915700, 0),
(25013, 1019, 107, 'Squinzano', 404365300, 180418200, 0),
(25014, 1019, 107, 'Statte', 405641700, 172086100, 0),
(25015, 1019, 107, 'Stornarella', 412572300, 157313600, 0),
(25016, 1019, 107, 'Supersano', 400177200, 182432300, 0),
(25017, 1019, 107, 'Surbo', 403994400, 181330600, 0),
(25018, 1019, 107, 'Taranto', 404761100, 172297200, 0),
(25019, 1019, 107, 'Taurisano', 399566200, 182141300, 0),
(25020, 1019, 107, 'Taviano', 399835200, 180868300, 0),
(25021, 1019, 107, 'Terlizzi', 411311300, 165452800, 0),
(25022, 1019, 107, 'Tiggiano', 399058200, 183644300, 0),
(25023, 1019, 107, 'Torre Maggiore', 416907400, 152963400, 0),
(25024, 1019, 107, 'Torre Santa Susanna', 404656300, 177356100, 0),
(25025, 1019, 107, 'Torricella', 403566200, 174997100, 0),
(25026, 1019, 107, 'Trani', 412727300, 164153700, 0),
(25027, 1019, 107, 'Triggiano', 410667300, 169259900, 0),
(25028, 1019, 107, 'Trinitapoli', 413572300, 160873600, 0),
(25029, 1019, 107, 'Tuglie', 400738200, 180981200, 0),
(25030, 1019, 107, 'Turi', 409173300, 170211900, 0),
(25031, 1019, 107, 'Uggiano la Chiesa', 401017200, 184493300, 0),
(25032, 1019, 107, 'Valenzano', 410453300, 168850900, 0),
(25033, 1019, 107, 'Veglie', 403351300, 179652200, 0),
(25034, 1019, 107, 'Vernole', 402895300, 183035300, 0),
(25035, 1019, 107, 'Vieste', 418824500, 161749600, 0),
(25036, 1019, 107, 'Villa Castelli', 405845300, 174746000, 0),
(25037, 1019, 107, 'Zollino', 402065200, 182487300, 0),
(25038, 1020, 107, 'Abbasanta', 401267500, 88180300, 0),
(25039, 1020, 107, 'Ales', 397708300, 88150000, 0),
(25040, 1020, 107, 'Alghero', 405588900, 83180600, 0),
(25041, 1020, 107, 'Arborea', 397744400, 85819400, 0),
(25042, 1020, 107, 'Assemini', 392905600, 89969400, 0),
(25043, 1020, 107, 'Baunei', 400319600, 96628400, 0),
(25044, 1020, 107, 'Borore', 402168500, 88037200, 0),
(25045, 1020, 107, 'Bosa', 402992700, 84982700, 0),
(25046, 1020, 107, 'Cabras', 399300000, 85313900, 0),
(25047, 1020, 107, 'Cagliari', 392073800, 91346200, 0),
(25048, 1020, 107, 'Calasetta', 391077800, 83686100, 0),
(25049, 1020, 107, 'Carbonia', 391672200, 85222200, 0),
(25050, 1020, 107, 'Castelsardo', 409152800, 87102800, 0),
(25051, 1020, 107, 'Castiadas', 392355600, 95005600, 0),
(25052, 1020, 107, 'Cuglieri', 401879500, 85664200, 0),
(25053, 1020, 107, 'Domusnovas', 393219400, 86486100, 0),
(25054, 1020, 107, 'Elmas', 392669400, 90516700, 0),
(25055, 1020, 107, 'Escalaplano', 396244400, 93522200, 0),
(25056, 1020, 107, 'Fonni', 401206600, 92508400, 0),
(25057, 1020, 107, 'Gonnosfanadiga', 394936100, 86600000, 0),
(25058, 1020, 107, 'Guspini', 395405600, 86294400, 0),
(25059, 1020, 107, 'Iglesias', 393113900, 85350000, 0),
(25060, 1020, 107, 'Ittiri', 405928600, 85684200, 0),
(25061, 1020, 107, 'La Maddalena', 412142400, 94083300, 0),
(25062, 1020, 107, 'Loiri', 408439700, 94976300, 0),
(25063, 1020, 107, 'Luogo Santo', 410494700, 92060200, 0),
(25064, 1020, 107, 'Macomer', 402619500, 87699200, 0),
(25065, 1020, 107, 'Masullas', 397019400, 87850000, 0),
(25066, 1020, 107, 'Monserrato', 392561100, 91397200, 0),
(25067, 1020, 107, 'Nuoro', 403210600, 93297300, 0),
(25068, 1020, 107, 'Olbia', 409213700, 94856300, 0),
(25069, 1020, 107, 'Olmedo', 406515600, 83802100, 0),
(25070, 1020, 107, 'Oristano', 399030600, 85919400, 0),
(25071, 1020, 107, 'Orosei', 403797600, 96929400, 0),
(25072, 1020, 107, 'Palau', 411793600, 93819000, 0),
(25073, 1020, 107, 'Pattada', 405817600, 91129300, 0),
(25074, 1020, 107, 'Porto Torres', 408350000, 83972200, 0),
(25075, 1020, 107, 'Portoscuso', 392047200, 83788900, 0),
(25076, 1020, 107, 'Posada', 406319700, 97164400, 0),
(25077, 1020, 107, 'Pozzomaggiore', 403987600, 86602200, 0),
(25078, 1020, 107, 'Pula', 390100000, 90016700, 0),
(25079, 1020, 107, 'Quartu Sant''Elena', 392419400, 91838900, 0),
(25080, 1020, 107, 'Quartucciu', 392519400, 91794400, 0),
(25081, 1020, 107, 'Samassi', 394816700, 89091700, 0),
(25082, 1020, 107, 'Sanluri', 395611100, 88994400, 0),
(25083, 1020, 107, 'Sant''Antioco', 390663900, 84522200, 0),
(25084, 1020, 107, 'Santa Giusta', 398800000, 86069400, 0),
(25085, 1020, 107, 'Santa Maria', 409042700, 88686200, 0),
(25086, 1020, 107, 'Sassari', 407272200, 85602800, 0),
(25087, 1020, 107, 'Selargius', 392566700, 91675000, 0),
(25088, 1020, 107, 'Seneghe', 400822500, 86157200, 0),
(25089, 1020, 107, 'Senorbi', 395336100, 91325000, 0),
(25090, 1020, 107, 'Serramanna', 394244400, 89244400, 0),
(25091, 1020, 107, 'Sestu', 393005600, 90908300, 0),
(25092, 1020, 107, 'Settimo San Pietro', 392897200, 91855600, 0),
(25093, 1020, 107, 'Siniscola', 405718700, 96922400, 0),
(25094, 1020, 107, 'Sinnai', 393022200, 92030600, 0),
(25095, 1020, 107, 'Tortoli', 399255600, 96572200, 0),
(25096, 1020, 107, 'Trinita d''Agultu', 409837700, 89156200, 0),
(25097, 1020, 107, 'Tuili', 397147200, 89619400, 0),
(25098, 1020, 107, 'Tula', 407324600, 89839200, 0),
(25099, 1020, 107, 'Ussana', 393919400, 90775000, 0),
(25100, 1020, 107, 'Valledoria', 409286700, 88232200, 0),
(25101, 1020, 107, 'Vallermosa', 393638900, 87955600, 0),
(25102, 1020, 107, 'Villacidro', 394577800, 87405600, 0),
(25103, 1020, 107, 'Villaputzu', 394400000, 95725000, 0),
(25104, 1021, 107, 'Acate', 370250400, 144929800, 0),
(25105, 1021, 107, 'Aci Bonaccorsi', 375976500, 151078900, 0),
(25106, 1021, 107, 'Aci Castello', 375582500, 151345900, 0),
(25107, 1021, 107, 'Aci Catena', 375959600, 151401900, 0),
(25108, 1021, 107, 'Aci Sant''Antonio', 376061600, 151201900, 0),
(25109, 1021, 107, 'Acireale', 376066600, 151627900, 0),
(25110, 1021, 107, 'Acque Dolci', 380560600, 145820700, 0),
(25111, 1021, 107, 'Adrano', 376617500, 148347800, 0),
(25112, 1021, 107, 'Agrigento', 373208400, 135887600, 0),
(25113, 1021, 107, 'Alcamo', 379983500, 129565400, 0),
(25114, 1021, 107, 'Altavilla Milicia', 380378500, 135483500, 0),
(25115, 1021, 107, 'Aragona', 374008400, 136175600, 0),
(25116, 1021, 107, 'Augusta', 372365500, 152196900, 0),
(25117, 1021, 107, 'Avola', 369113400, 151395000, 0),
(25118, 1021, 107, 'Bagheria', 380793500, 135093500, 0),
(25119, 1021, 107, 'Balestrate', 380512500, 130072400, 0),
(25120, 1021, 107, 'Barcellona-Pozzo di Gotto', 381475600, 152104800, 0),
(25121, 1021, 107, 'Belmonte Mezzagno', 380456500, 133946500, 0),
(25122, 1021, 107, 'Belpasso', 375946500, 149833800, 0),
(25123, 1021, 107, 'Biancavilla', 376451500, 148670800, 0),
(25124, 1021, 107, 'Brolo', 381553600, 148295800, 0),
(25125, 1021, 107, 'Bronte', 377894600, 148341800, 0),
(25126, 1021, 107, 'Buseto Palizzolo', 380259400, 127174300, 0),
(25127, 1021, 107, 'Caccamo', 379326500, 136649500, 0),
(25128, 1021, 107, 'Caltabellotta', 375773400, 132165500, 0),
(25129, 1021, 107, 'Caltagirone', 372368200, 145132000, 0),
(25130, 1021, 107, 'Caltanissetta', 374877400, 140449700, 0),
(25131, 1021, 107, 'Camastra', 372526400, 137947600, 0),
(25132, 1021, 107, 'Campobello di Licata', 372584400, 139182700, 0),
(25133, 1021, 107, 'Campobello di Mazara', 376358400, 127443400, 0),
(25134, 1021, 107, 'Campofelice di Roccella', 379901500, 138853600, 0),
(25135, 1021, 107, 'Campofiorito', 377537400, 132687500, 0),
(25136, 1021, 107, 'Canicatti', 373589400, 138503600, 0),
(25137, 1021, 107, 'Canicattini Bagni', 370329400, 150633900, 0),
(25138, 1021, 107, 'Capo d''Orlando', 381434600, 147304700, 0),
(25139, 1021, 107, 'Carini', 381566500, 131776400, 0),
(25140, 1021, 107, 'Carlentini', 372695500, 150125900, 0),
(25141, 1021, 107, 'Caronia', 380243600, 144405700, 0),
(25142, 1021, 107, 'Castelbuono', 379319500, 140885600, 0),
(25143, 1021, 107, 'Casteldaccia', 380525500, 135286500, 0),
(25144, 1021, 107, 'Castellammare del Golfo', 380188500, 128858400, 0),
(25145, 1021, 107, 'Castellana Sicula', 377848500, 140393600, 0),
(25146, 1021, 107, 'Castelvetrano', 376826400, 127916400, 0),
(25147, 1021, 107, 'Castiglione di Sicilia', 378820600, 151213800, 0),
(25148, 1021, 107, 'Catania', 375021300, 150871900, 0),
(25149, 1021, 107, 'Cefalu', 380385600, 140228500, 0),
(25150, 1021, 107, 'Cerda', 379059500, 138143600, 0),
(25151, 1021, 107, 'Chiaramonte Gulfi', 370313400, 147012800, 0),
(25152, 1021, 107, 'Ciminna', 378982500, 135594500, 0),
(25153, 1021, 107, 'Cinisi', 381561500, 131073400, 0),
(25154, 1021, 107, 'Comiso', 369513400, 146101800, 0),
(25155, 1021, 107, 'Corleone', 378133800, 133017000, 0),
(25156, 1021, 107, 'Custonaci', 380730400, 126875300, 0),
(25157, 1021, 107, 'Enna', 375588500, 142891700, 0),
(25158, 1021, 107, 'Erice', 380370400, 125865300, 0),
(25159, 1021, 107, 'Favara', 373175400, 136622600, 0),
(25160, 1021, 107, 'Ficarazzi', 380897500, 134680500, 0),
(25161, 1021, 107, 'Fiumefreddo di Sicilia', 377914600, 152091900, 0),
(25162, 1021, 107, 'Floridia', 370869500, 151518900, 0),
(25163, 1021, 107, 'Francavilla di Sicilia', 379018600, 151374800, 0),
(25164, 1021, 107, 'Francofonte', 372264500, 148805900, 0),
(25165, 1021, 107, 'Furci Siculo', 379603600, 153793900, 0),
(25166, 1021, 107, 'Gangi', 377956500, 142043700, 0),
(25167, 1021, 107, 'Gela', 370803400, 142306800, 0),
(25168, 1021, 107, 'Giardini Naxos', 378275500, 152671300, 0),
(25169, 1021, 107, 'Giarre', 377268600, 151876900, 0),
(25170, 1021, 107, 'Grammichele', 372123400, 146396800, 0),
(25171, 1021, 107, 'Gravina di Catania', 375555500, 150629900, 0),
(25172, 1021, 107, 'Grotte', 374046400, 137001600, 0),
(25173, 1021, 107, 'Ioppolo Giancaxio', 373870400, 135552600, 0),
(25174, 1021, 107, 'Isola delle Femmine', 381934500, 132488400, 0),
(25175, 1021, 107, 'Ispica', 367844400, 149062900, 0),
(25176, 1021, 107, 'Lentini', 372854500, 149995900, 0),
(25177, 1021, 107, 'Leonforte', 376443500, 144006700, 0),
(25178, 1021, 107, 'Licata', 371071400, 139460700, 0),
(25179, 1021, 107, 'Lipari', 384674300, 149539800, 0),
(25180, 1021, 107, 'Maletto', 378299600, 148624800, 0),
(25181, 1021, 107, 'Marina di Ragusa', 367833300, 145500000, 0),
(25182, 1021, 107, 'Marsala', 377966400, 124351800, 0),
(25183, 1021, 107, 'Mascali', 377557600, 151958900, 0),
(25184, 1021, 107, 'Mascalucia', 375921500, 150298900, 0),
(25185, 1021, 107, 'Mazara del Vallo', 376641400, 125880400, 0),
(25186, 1021, 107, 'Mazzarino', 373043400, 142140700, 0),
(25187, 1021, 107, 'Melilli', 371796500, 151254900, 0),
(25188, 1021, 107, 'Menfi', 376066400, 129678400, 0),
(25189, 1021, 107, 'Messina', 381932700, 155496900, 0),
(25190, 1021, 107, 'Milazzo', 382211700, 152382800, 0),
(25191, 1021, 107, 'Militello Rosmatino', 380461600, 146764700, 0),
(25192, 1021, 107, 'Militello in Val di Catania', 372748500, 147933800, 0),
(25193, 1021, 107, 'Mirabella Imbaccari', 373275400, 144462800, 0),
(25194, 1021, 107, 'Misilmeri', 380338500, 134517500, 0),
(25195, 1021, 107, 'Misterbianco', 375181500, 150308900, 0),
(25196, 1021, 107, 'Mistretta', 379270600, 143574700, 0),
(25197, 1021, 107, 'Modica', 368459400, 147739900, 0),
(25198, 1021, 107, 'Monreale', 380800500, 132885400, 0),
(25199, 1021, 107, 'Montelepre', 380904500, 131743400, 0),
(25200, 1021, 107, 'Motta Sant''Anastasia', 375131500, 149658800, 0),
(25201, 1021, 107, 'Mussomeli', 375778400, 137512600, 0),
(25202, 1021, 107, 'Naso', 381230600, 147868800, 0),
(25203, 1021, 107, 'Nicolosi', 376159500, 150254900, 0),
(25204, 1021, 107, 'Nicosia', 377474500, 143972700, 0),
(25205, 1021, 107, 'Noto', 368901400, 150692900, 0),
(25206, 1021, 107, 'Oliveri', 381257600, 150627800, 0),
(25207, 1021, 107, 'Pace del Mela', 381799700, 153062800, 0),
(25208, 1021, 107, 'Paceco', 379787400, 125566300, 0),
(25209, 1021, 107, 'Pachino', 367186400, 150907000, 0),
(25210, 1021, 107, 'Palagonia', 373282500, 147447800, 0),
(25211, 1021, 107, 'Palermo', 381158200, 133597600, 0),
(25212, 1021, 107, 'Palma di Montechiaro', 371926400, 137649600, 0),
(25213, 1021, 107, 'Pantelleria', 368333300, 119500000, 0),
(25214, 1021, 107, 'Partanna', 377278400, 128885400, 0),
(25215, 1021, 107, 'Partinico', 380439500, 131200400, 0),
(25216, 1021, 107, 'Paterno', 375709500, 149026800, 0),
(25217, 1021, 107, 'Patti', 381467600, 149695800, 0),
(25218, 1021, 107, 'Pedara', 376168500, 150566900, 0),
(25219, 1021, 107, 'Petralia Soprana', 378005500, 141075600, 0),
(25220, 1021, 107, 'Petrosino', 377077400, 124999300, 0),
(25221, 1021, 107, 'Piazza Armerina', 373859500, 143671700, 0),
(25222, 1021, 107, 'Piedimonte Etneo', 378068600, 151765900, 0),
(25223, 1021, 107, 'Pietraperzia', 374199400, 141370700, 0),
(25224, 1021, 107, 'Piraino', 381606600, 148625800, 0),
(25225, 1021, 107, 'Porto Empedocle', 372934400, 135263600, 0),
(25226, 1021, 107, 'Pozzallo', 367305400, 148498900, 0),
(25227, 1021, 107, 'Priolo Gargallo', 371572500, 151801900, 0),
(25228, 1021, 107, 'Raffadali', 374036400, 135330600, 0),
(25229, 1021, 107, 'Ragusa', 369282400, 147171900, 0),
(25230, 1021, 107, 'Ramacca', 373880500, 146926800, 0),
(25231, 1021, 107, 'Randazzo', 378773600, 149501200, 0),
(25232, 1021, 107, 'Ravanusa', 372667400, 139689700, 0),
(25233, 1021, 107, 'Ribera', 374984400, 132641500, 0),
(25234, 1021, 107, 'Riesi', 372819400, 140822700, 0),
(25235, 1021, 107, 'Riposto', 377305600, 152008900, 0),
(25236, 1021, 107, 'Rometta', 381700700, 154142900, 0),
(25237, 1021, 107, 'Rosolini', 368242400, 149477900, 0),
(25238, 1021, 107, 'San Cataldo', 374841200, 139854200, 0),
(25239, 1021, 107, 'San Filippo della Mela', 381700700, 152733800, 0),
(25240, 1021, 107, 'San Giovanni Gemini', 376281400, 136407600, 0),
(25241, 1021, 107, 'San Giovanni la Punta', 375760500, 150980900, 0),
(25242, 1021, 107, 'San Gregorio di Catania', 375652500, 151117900, 0),
(25243, 1021, 107, 'San Piero Patti', 380528600, 149701800, 0),
(25244, 1021, 107, 'San Pietro', 371000000, 145000000, 0),
(25245, 1021, 107, 'San Teodoro', 378486600, 146982800, 0),
(25246, 1021, 107, 'Sant''Agata di Militello', 380678600, 146326700, 0),
(25247, 1021, 107, 'Sant''Agata li Battiati', 375574500, 150799900, 0),
(25248, 1021, 107, 'Santa Caterina Villarmosa', 375911500, 140362600, 0),
(25249, 1021, 107, 'Santa Croce Camerina', 368289400, 145267800, 0),
(25250, 1021, 107, 'Santa Domenica Vittoria', 379172600, 149619800, 0),
(25251, 1021, 107, 'Santa Flavia', 380850500, 135350500, 0),
(25252, 1021, 107, 'Santa Lucia del Mela', 381427600, 152822800, 0),
(25253, 1021, 107, 'Santa Maria di Licodia', 376147500, 148905800, 0),
(25254, 1021, 107, 'Santa Teresa di Riva', 379469600, 153676900, 0),
(25255, 1021, 107, 'Santa Venerina', 376873600, 151382900, 0),
(25256, 1021, 107, 'Santo Stefano Quisquina', 376255400, 134912500, 0),
(25257, 1021, 107, 'Scaletta Zanclea', 380479600, 154676900, 0),
(25258, 1021, 107, 'Sciacca', 375069300, 130839900, 0),
(25259, 1021, 107, 'Scicli', 367902400, 147013900, 0),
(25260, 1021, 107, 'Siracusa', 370851500, 152730000, 0),
(25261, 1021, 107, 'Spadafora', 382237700, 153792900, 0),
(25262, 1021, 107, 'Taormina', 378535800, 152885100, 0),
(25263, 1021, 107, 'Terme Vigliatore', 381358600, 151565800, 0),
(25264, 1021, 107, 'Termini Imerese', 379836500, 136955500, 0),
(25265, 1021, 107, 'Terrasini Favarotta', 381459500, 130844400, 0),
(25266, 1021, 107, 'Torretta', 381303500, 132317400, 0),
(25267, 1021, 107, 'Tortorici', 380299600, 148234800, 0),
(25268, 1021, 107, 'Trabia', 380064500, 136335500, 0),
(25269, 1021, 107, 'Trapani', 380158400, 125107700, 0),
(25270, 1021, 107, 'Trecastagni', 376185600, 150779900, 0),
(25271, 1021, 107, 'Tremestieri Etneo', 375812500, 150708900, 0),
(25272, 1021, 107, 'Troina', 377853500, 145984800, 0),
(25273, 1021, 107, 'Ucria', 380457600, 148802800, 0),
(25274, 1021, 107, 'Valderice', 380400500, 126150500, 0),
(25275, 1021, 107, 'Valguarnera Caropepe', 374955500, 143887700, 0),
(25276, 1021, 107, 'Valverde', 375769500, 151241900, 0),
(25277, 1021, 107, 'Venetico', 381930700, 153811900, 0),
(25278, 1021, 107, 'Viagrande', 376077500, 150965900, 0),
(25279, 1021, 107, 'Villabate', 380762500, 134448500, 0),
(25280, 1021, 107, 'Villafranca Sicula', 375881400, 132892500, 0),
(25281, 1021, 107, 'Villafrati', 379069500, 134847500, 0),
(25282, 1021, 107, 'Villarosa', 375887500, 141659700, 0),
(25283, 1021, 107, 'Vita', 378705400, 128250400, 0),
(25284, 1021, 107, 'Vittoria', 369537400, 145331800, 0),
(25285, 1021, 107, 'Vizzini', 371609400, 147496800, 0),
(25286, 1021, 107, 'Zafferana Etnea', 376821600, 151079900, 0),
(25287, 1022, 107, 'Altopascio', 438157400, 106739100, 0),
(25288, 1022, 107, 'Anghiari', 435408500, 120595400, 0),
(25289, 1022, 107, 'Arezzo', 434613900, 118769100, 0),
(25290, 1022, 107, 'Asciano', 432351400, 115763400, 0),
(25291, 1022, 107, 'Aulla', 442145500, 99677900, 0),
(25292, 1022, 107, 'Bagno a Ripoli', 437511500, 113225200, 0),
(25293, 1022, 107, 'Barberino di Mugello', 440026500, 112371200, 0),
(25294, 1022, 107, 'Barga', 440742500, 104808000, 0),
(25295, 1022, 107, 'Bibbiena', 436965500, 118135400, 0),
(25296, 1022, 107, 'Bibbona', 432687300, 105936200, 0),
(25297, 1022, 107, 'Bientina', 437063400, 106197100, 0),
(25298, 1022, 107, 'Borgo San Lorenzo', 439553500, 113835200, 0),
(25299, 1022, 107, 'Bucine', 434764400, 116148400, 0),
(25300, 1022, 107, 'Buonconvento', 431336400, 114834400, 0),
(25301, 1022, 107, 'Calci', 437236400, 105183100, 0),
(25302, 1022, 107, 'Calcinaia', 436835400, 106182100, 0),
(25303, 1022, 107, 'Calenzano', 438559500, 111627200, 0),
(25304, 1022, 107, 'Camaiore', 439097400, 102419000, 0),
(25305, 1022, 107, 'Campi Bisenzio', 438245500, 111324200, 0),
(25306, 1022, 107, 'Campiglia Marittima', 430602300, 106152200, 0),
(25307, 1022, 107, 'Capalbio', 424534200, 114217500, 0),
(25308, 1022, 107, 'Capannoli', 435891400, 106689100, 0),
(25309, 1022, 107, 'Capannori', 438747400, 105728000, 0),
(25310, 1022, 107, 'Capoliveri', 427456900, 103775300, 0),
(25311, 1022, 107, 'Capolona', 435668500, 118637400, 0),
(25312, 1022, 107, 'Capraia e Limite', 437453500, 109834200, 0),
(25313, 1022, 107, 'Carmignano', 438113500, 110155200, 0),
(25314, 1022, 107, 'Carrara', 440629400, 100606900, 0),
(25315, 1022, 107, 'Cascina', 436791400, 104994100, 0),
(25316, 1022, 107, 'Casole d''Elsa', 433401400, 110475200, 0),
(25317, 1022, 107, 'Castagneto Carducci', 431607300, 106109200, 0),
(25318, 1022, 107, 'Castel del Piano', 428922800, 115390300, 0),
(25319, 1022, 107, 'Castelfiorentino', 436100400, 109692200, 0),
(25320, 1022, 107, 'Castelfranco di Sopra', 436226500, 115572300, 0),
(25321, 1022, 107, 'Castellina in Chianti', 434682400, 112877300, 0),
(25322, 1022, 107, 'Castelnuovo di Val di Cecina', 432109300, 109018200, 0),
(25323, 1022, 107, 'Castiglion Fiorentino', 433428400, 119180400, 0),
(25324, 1022, 107, 'Castiglione della Pescaia', 427634600, 108809300, 0),
(25325, 1022, 107, 'Cecina', 433128300, 105240100, 0),
(25326, 1022, 107, 'Cerreto Guidi', 437607400, 108761100, 0),
(25327, 1022, 107, 'Certaldo', 435470400, 110402200, 0),
(25328, 1022, 107, 'Chianni', 434812400, 106418100, 0),
(25329, 1022, 107, 'Chiesina Uzzanese', 438389500, 107221100, 0),
(25330, 1022, 107, 'Chiusi', 430160400, 119474500, 0),
(25331, 1022, 107, 'Colle Salvetti', 435888400, 104748100, 0),
(25332, 1022, 107, 'Colle di Val d''Elsa', 434151400, 111314200, 0),
(25333, 1022, 107, 'Cortona', 432746700, 119853300, 0),
(25334, 1022, 107, 'Empoli', 437175400, 109414200, 0),
(25335, 1022, 107, 'Fiesole', 438048500, 112941200, 0),
(25336, 1022, 107, 'Figline Valdarno', 436195500, 114693300, 0),
(25337, 1022, 107, 'Fivizzano', 442383500, 101259900, 0),
(25338, 1022, 107, 'Florence', 437666700, 112500000, 0),
(25339, 1022, 107, 'Foiano della Chiana', 432556400, 118153400, 0),
(25340, 1022, 107, 'Follonica', 429263300, 107616200, 0),
(25341, 1022, 107, 'Forte dei Marmi', 439648400, 101724000, 0),
(25342, 1022, 107, 'Fucecchio', 437278400, 108101100, 0),
(25343, 1022, 107, 'Grosseto', 427714200, 111079400, 0),
(25344, 1022, 107, 'Impruneta', 436869500, 112548200, 0),
(25345, 1022, 107, 'Lamporecchio', 438087500, 108886100, 0),
(25346, 1022, 107, 'Lastra a Signa', 437713500, 111028200, 0),
(25347, 1022, 107, 'Laterina', 435083500, 117181400, 0),
(25348, 1022, 107, 'Livorno', 435426400, 103160000, 0),
(25349, 1022, 107, 'Lucca', 438435700, 105058500, 0),
(25350, 1022, 107, 'Manciano', 425879200, 115162500, 0),
(25351, 1022, 107, 'Marciana', 427930100, 101687000, 0),
(25352, 1022, 107, 'Marciano', 433049400, 117864400, 0),
(25353, 1022, 107, 'Marina di Carrara', 440383700, 100414200, 0),
(25354, 1022, 107, 'Massa', 440220400, 101140900, 0),
(25355, 1022, 107, 'Massa Marittima', 430490300, 108928300, 0),
(25356, 1022, 107, 'Massa e Cozzile', 439092500, 107444100, 0),
(25357, 1022, 107, 'Massarosa', 438676400, 103397000, 0),
(25358, 1022, 107, 'Minucciano', 441704500, 102075900, 0),
(25359, 1022, 107, 'Monsummano', 438703500, 108123100, 0),
(25360, 1022, 107, 'Montaione', 435525400, 109107200, 0),
(25361, 1022, 107, 'Montalcino', 430582400, 114896400, 0),
(25362, 1022, 107, 'Montale', 439355500, 110171100, 0),
(25363, 1022, 107, 'Monte Argentario', 424345200, 111195400, 0),
(25364, 1022, 107, 'Monte San Savino', 433292400, 117297400, 0),
(25365, 1022, 107, 'Montecatini Terme', 438835500, 107736100, 0),
(25366, 1022, 107, 'Montelupo Fiorentino', 437307500, 110196200, 0),
(25367, 1022, 107, 'Montemurlo', 439216500, 110311200, 0),
(25368, 1022, 107, 'Montepulciano', 431017400, 117868400, 0),
(25369, 1022, 107, 'Monteriggioni', 433899400, 112232300, 0),
(25370, 1022, 107, 'Monteroni d''Arbia', 432293400, 114209300, 0),
(25371, 1022, 107, 'Monterotondo', 431455600, 108559100, 0),
(25372, 1022, 107, 'Montevarchi', 435276500, 115689300, 0),
(25373, 1022, 107, 'Montignoso', 440240400, 101725900, 0),
(25374, 1022, 107, 'Murlo', 431611400, 113879400, 0),
(25375, 1022, 107, 'Orbetello', 424408100, 112196200, 0),
(25376, 1022, 107, 'Pelago', 437730500, 115039300, 0),
(25377, 1022, 107, 'Pian di Sco', 436419500, 115452300, 0),
(25378, 1022, 107, 'Piancastagnaio', 428506700, 116901400, 0),
(25379, 1022, 107, 'Pietrasanta', 439522400, 102248000, 0),
(25380, 1022, 107, 'Pieve a Nievole', 438717500, 108015100, 0),
(25381, 1022, 107, 'Piombino', 429348200, 105221200, 0),
(25382, 1022, 107, 'Pisa', 437155300, 103965900, 0),
(25383, 1022, 107, 'Pistoia', 439212500, 109236100, 0),
(25384, 1022, 107, 'Pitigliano', 426348300, 116735500, 0),
(25385, 1022, 107, 'Poggibonsi', 434724400, 111456200, 0),
(25386, 1022, 107, 'Ponsacco', 436238400, 106291100, 0),
(25387, 1022, 107, 'Pontassieve', 437736500, 114282300, 0),
(25388, 1022, 107, 'Ponte Buggianese', 438428500, 107476100, 0),
(25389, 1022, 107, 'Pontedera', 436616400, 106317100, 0),
(25390, 1022, 107, 'Porcari', 438441400, 106164100, 0),
(25391, 1022, 107, 'Porto Azzurro', 427669200, 103957200, 0),
(25392, 1022, 107, 'Portoferraio', 428115200, 103146200, 0),
(25393, 1022, 107, 'Prato', 438842500, 110909200, 0),
(25394, 1022, 107, 'Quarrata', 438498500, 109807200, 0),
(25395, 1022, 107, 'Reggello', 436801500, 115293300, 0),
(25396, 1022, 107, 'Rignano sull''Arno', 437210500, 114514300, 0),
(25397, 1022, 107, 'Rio Marina', 428134200, 104262200, 0),
(25398, 1022, 107, 'Riparbella', 433647300, 105993100, 0),
(25399, 1022, 107, 'Rosignano Marittimo', 434079300, 104729100, 0),
(25400, 1022, 107, 'Rufina', 438242500, 114850300, 0),
(25401, 1022, 107, 'Sambuca Pistoiese', 441043600, 109996100, 0),
(25402, 1022, 107, 'San Casciano in Val di Pesa', 436590500, 111895200, 0),
(25403, 1022, 107, 'San Gimignano', 434692400, 110427200, 0),
(25404, 1022, 107, 'San Giovanni Valdarno', 435666700, 115333300, 0),
(25405, 1022, 107, 'San Marcello Pistoiese', 440564500, 107919100, 0),
(25406, 1022, 107, 'San Miniato', 436899400, 108174100, 0),
(25407, 1022, 107, 'San Vincenzo', 430928300, 105408200, 0),
(25408, 1022, 107, 'Sansepolcro', 435746500, 121430400, 0),
(25409, 1022, 107, 'Santa Croce sull'' Arno', 437192400, 107717100, 0),
(25410, 1022, 107, 'Santa Maria a Monte', 436999400, 106890100, 0),
(25411, 1022, 107, 'Scandicci', 437542300, 111879400, 0),
(25412, 1022, 107, 'Scarperia', 439919600, 113538200, 0),
(25413, 1022, 107, 'Seravezza', 439950400, 102287000, 0),
(25414, 1022, 107, 'Sesto Fiorentino', 438345500, 111952200, 0),
(25415, 1022, 107, 'Siena', 433200400, 113328300, 0),
(25416, 1022, 107, 'Signa', 437923500, 110979200, 0),
(25417, 1022, 107, 'Sinalunga', 432152400, 117495400, 0),
(25418, 1022, 107, 'Stazzema', 439934500, 103109000, 0),
(25419, 1022, 107, 'Stia', 438029500, 117084300, 0),
(25420, 1022, 107, 'Subbiano', 435791500, 118711400, 0),
(25421, 1022, 107, 'Suvereto', 430772300, 106781200, 0),
(25422, 1022, 107, 'Terranuova Bracciolini', 435521500, 115884300, 0),
(25423, 1022, 107, 'Tirrenia', 436271900, 102920400, 0),
(25424, 1022, 107, 'Trequanda', 431877400, 116675400, 0),
(25425, 1022, 107, 'Vaglia', 439103500, 112791200, 0),
(25426, 1022, 107, 'Vaiano', 439489500, 111232200, 0),
(25427, 1022, 107, 'Vecchiano', 437833400, 103844000, 0),
(25428, 1022, 107, 'Viareggio', 438735400, 102558000, 0),
(25429, 1022, 107, 'Vicopisano', 436872400, 105811100, 0),
(25430, 1022, 107, 'Villafranca in Lunigiana', 442948500, 99489800, 0),
(25431, 1022, 107, 'Vinci', 437788500, 109224200, 0),
(25432, 1022, 107, 'Volterra', 434003400, 108600200, 0),
(25433, 1023, 107, 'Ala', 457590000, 110001800, 0),
(25434, 1023, 107, 'Andalo', 461651000, 110040800, 0),
(25435, 1023, 107, 'Appiano', 464547200, 112617800, 0),
(25436, 1023, 107, 'Arco', 459177200, 108867200, 0),
(25437, 1023, 107, 'Avio', 457337900, 109371800, 0),
(25438, 1023, 107, 'Badia', 466101200, 118934900, 0),
(25439, 1023, 107, 'Baselga di Pine', 461325000, 112464800, 0),
(25440, 1023, 107, 'Bolzano - Bozen', 464927200, 113335800, 0),
(25441, 1023, 107, 'Borgo', 460514100, 114543900, 0),
(25442, 1023, 107, 'Brentonico', 458191000, 109550800, 0),
(25443, 1023, 107, 'Bressanone', 467150300, 116559800, 0),
(25444, 1023, 107, 'Bronzolo', 464023100, 113194800, 0),
(25445, 1023, 107, 'Brunico', 467958300, 119363800, 0),
(25446, 1023, 107, 'Calavino', 460467000, 109850800, 0),
(25447, 1023, 107, 'Calceranica al Lago', 460046000, 112436800, 0),
(25448, 1023, 107, 'Caldaro', 464132600, 112461600, 0),
(25449, 1023, 107, 'Campo Tures', 469203300, 119544800, 0),
(25450, 1023, 107, 'Canazei', 464759200, 117714900, 0),
(25451, 1023, 107, 'Cavalese', 462915100, 114593800, 0),
(25452, 1023, 107, 'Chiesa', 459368000, 112747800, 0),
(25453, 1023, 107, 'Cles', 463666700, 110333300, 0),
(25454, 1023, 107, 'Cornedo all''Isarco - Karneid', 464935200, 113921800, 0),
(25455, 1023, 107, 'Corvara in Badia', 465516200, 118701900, 0),
(25456, 1023, 107, 'Curon Venosta', 468083200, 105426500, 0),
(25457, 1023, 107, 'Dimaro', 463262100, 108707700, 0),
(25458, 1023, 107, 'Dobbiaco', 467425000, 122313900, 0),
(25459, 1023, 107, 'Fondo', 464382100, 111374700, 0),
(25460, 1023, 107, 'Gargazzone', 465848200, 112035700, 0),
(25461, 1023, 107, 'Laives - Leifers', 464267900, 113384100, 0),
(25462, 1023, 107, 'Lasa', 466166100, 107001600, 0),
(25463, 1023, 107, 'Magre sulla strada del vino - Margreid an der Weinstrasse', 462879100, 112106800, 0),
(25464, 1023, 107, 'Malles Venosta', 466879100, 105465500, 0),
(25465, 1023, 107, 'Marlengo', 466526200, 111454600, 0),
(25466, 1023, 107, 'Meltina', 465880200, 112547700, 0),
(25467, 1023, 107, 'Merano', 466681700, 111595300, 0),
(25468, 1023, 107, 'Mezzolombardo', 462090100, 110967800, 0),
(25469, 1023, 107, 'Moena', 463773200, 116610900, 0),
(25470, 1023, 107, 'Monguelfo', 467586100, 121108300, 0),
(25471, 1023, 107, 'Mori', 458504000, 109806800, 0),
(25472, 1023, 107, 'Naturno', 466487200, 110050700, 0),
(25473, 1023, 107, 'Nogaredo', 459130000, 110238800, 0),
(25474, 1023, 107, 'Ortisei', 465743200, 116674800, 0),
(25475, 1023, 107, 'Parcines', 466842200, 110733700, 0),
(25476, 1023, 107, 'Peio', 463629100, 106729600, 0),
(25477, 1023, 107, 'Perca', 467934300, 119833900, 0),
(25478, 1023, 107, 'Pergine Valsugana', 460650000, 112379800, 0),
(25479, 1023, 107, 'Pieve di Bono', 459422000, 106402700, 0),
(25480, 1023, 107, 'Pinzolo', 461580000, 107630700, 0),
(25481, 1023, 107, 'Pomarolo', 459281000, 110430800, 0),
(25482, 1023, 107, 'Postal', 466114200, 111934700, 0),
(25483, 1023, 107, 'Riva del Garda', 458857700, 108411700, 0),
(25484, 1023, 107, 'Roncegno', 460498100, 114082900, 0),
(25485, 1023, 107, 'Roncone', 459827000, 106681700, 0),
(25486, 1023, 107, 'Rovereto', 458896000, 110386800, 0),
(25487, 1023, 107, 'Salorno', 462392100, 112120800, 0),
(25488, 1023, 107, 'San Candido', 467405600, 122797200, 0),
(25489, 1023, 107, 'San Martino', 467839200, 112272700, 0),
(25490, 1023, 107, 'San Michele all''Adige', 461929100, 111335800, 0),
(25491, 1023, 107, 'Sarentino', 466435200, 113557700, 0),
(25492, 1023, 107, 'Selva', 465547200, 117603800, 0),
(25493, 1023, 107, 'Sesto', 467019400, 123586100, 0),
(25494, 1023, 107, 'Storo', 458492500, 105802200, 0),
(25495, 1023, 107, 'Tenno', 459188000, 108327800, 0),
(25496, 1023, 107, 'Terento', 468305300, 117799800, 0),
(25497, 1023, 107, 'Terlano', 465324200, 112453700, 0),
(25498, 1023, 107, 'Tesimo', 465654200, 111693700, 0),
(25499, 1023, 107, 'Trento', 460678700, 111210800, 0),
(25500, 1023, 107, 'Vandoies - Vintl', 468151300, 117206800, 0),
(25501, 1023, 107, 'Vermiglio', 462969000, 106913600, 0),
(25502, 1023, 107, 'Vezzano', 460791000, 109994800, 0),
(25503, 1023, 107, 'Vigolo Vattaro', 460056000, 111986800, 0),
(25504, 1024, 107, 'Acquasparta', 426901400, 125400700, 0),
(25505, 1024, 107, 'Arrone', 425826400, 127764700, 0),
(25506, 1024, 107, 'Assisi', 430691400, 126164600, 0),
(25507, 1024, 107, 'Bastia', 430679400, 125455600, 0),
(25508, 1024, 107, 'Bevagna', 429337400, 126083600, 0),
(25509, 1024, 107, 'Calvi dell'' Umbria', 424031300, 125677700, 0),
(25510, 1024, 107, 'Campello sul Clitunno', 428251400, 127737700, 0),
(25511, 1024, 107, 'Cannara', 429947400, 125793600, 0),
(25512, 1024, 107, 'Cascia', 427186400, 130173800, 0),
(25513, 1024, 107, 'Castel Giorgio', 427055300, 119763600, 0),
(25514, 1024, 107, 'Castel Ritaldi', 428215400, 126749700, 0),
(25515, 1024, 107, 'Castiglione del Lago', 431271400, 120452500, 0),
(25516, 1024, 107, 'Citta della Pieve', 429539400, 120048500, 0),
(25517, 1024, 107, 'Citta di Castello', 434690500, 122304500, 0),
(25518, 1024, 107, 'Collazzone', 429002400, 124352600, 0),
(25519, 1024, 107, 'Corciano', 431290400, 122873600, 0),
(25520, 1024, 107, 'Deruta', 429804400, 124150600, 0),
(25521, 1024, 107, 'Foligno', 429440400, 127010700, 0),
(25522, 1024, 107, 'Fossato di Vico', 432980500, 127606600, 0),
(25523, 1024, 107, 'Gualdo Tadino', 432316500, 127809600, 0),
(25524, 1024, 107, 'Gubbio', 433544500, 125724600, 0),
(25525, 1024, 107, 'Magione', 431439400, 122068500, 0),
(25526, 1024, 107, 'Marsciano', 429059400, 123358600, 0),
(25527, 1024, 107, 'Massa Martana', 427731400, 125249700, 0),
(25528, 1024, 107, 'Montefalco', 428908400, 126482700, 0),
(25529, 1024, 107, 'Narni', 425171300, 125230700, 0),
(25530, 1024, 107, 'Orvieto', 427195300, 121115600, 0),
(25531, 1024, 107, 'Panicale', 430295400, 120993500, 0),
(25532, 1024, 107, 'Passignano sul Trasimeno', 431941400, 121292500, 0),
(25533, 1024, 107, 'Perugia', 431122000, 123887800, 0),
(25534, 1024, 107, 'Pietralunga', 434367500, 124311500, 0),
(25535, 1024, 107, 'San Venanzo', 428693400, 122698600, 0),
(25536, 1024, 107, 'Spello', 429942400, 126654600, 0),
(25537, 1024, 107, 'Spoleto', 427448400, 127373700, 0),
(25538, 1024, 107, 'Terni', 425671300, 126498700, 0),
(25539, 1024, 107, 'Todi', 427799400, 124045600, 0),
(25540, 1024, 107, 'Trevi', 428757400, 127441700, 0),
(25541, 1024, 107, 'Tuoro sul Trasimeno', 432065400, 120746500, 0),
(25542, 1024, 107, 'Umbertide', 433055500, 123365500, 0),
(25543, 1025, 107, 'Aosta', 457373600, 73166000, 0),
(25544, 1025, 107, 'Ayas', 458150600, 76891100, 0),
(25545, 1025, 107, 'Chatillon', 457516600, 76175100, 0),
(25546, 1025, 107, 'Courmayeur', 457938600, 69713900, 0),
(25547, 1025, 107, 'Fenis', 457334600, 74977000, 0),
(25548, 1025, 107, 'Montjovet', 457079600, 76741100, 0),
(25549, 1025, 107, 'Pont-Saint-Martin', 455953600, 77945100, 0),
(25550, 1025, 107, 'Quart', 457409600, 74152000, 0),
(25551, 1025, 107, 'Saint-Vincent', 457512600, 76486100, 0),
(25552, 1025, 107, 'Valtournenche', 458760700, 76243000, 0),
(25553, 1025, 107, 'Villeneuve', 457017600, 72079000, 0),
(25554, 1026, 107, 'Abano Terme', 453609900, 117914100, 0),
(25555, 1026, 107, 'Adria', 450563900, 120577800, 0),
(25556, 1026, 107, 'Affi', 455543900, 107773800, 0),
(25557, 1026, 107, 'Albignasego', 453474900, 118672100, 0),
(25558, 1026, 107, 'Alleghe', 464102800, 120213900, 0),
(25559, 1026, 107, 'Altavilla Vicentina', 455154900, 114587000, 0),
(25560, 1026, 107, 'Angiari', 452231800, 112768000, 0),
(25561, 1026, 107, 'Annone Veneto', 457983300, 126838900, 0),
(25562, 1026, 107, 'Arcole', 453567900, 112845000, 0),
(25563, 1026, 107, 'Arcugnano', 454957900, 115477000, 0),
(25564, 1026, 107, 'Arzignano', 455192900, 113385900, 0),
(25565, 1026, 107, 'Asiago', 458751000, 115075900, 0),
(25566, 1026, 107, 'Asolo', 457923000, 119117000, 0),
(25567, 1026, 107, 'Auronzo di Cadore', 465555600, 124380600, 0),
(25568, 1026, 107, 'Badia Polesine', 450971800, 114916000, 0),
(25569, 1026, 107, 'Bardolino', 455433900, 107258800, 0),
(25570, 1026, 107, 'Baruchella', 450671800, 114504000, 0),
(25571, 1026, 107, 'Bassano del Grappa', 457676000, 117357000, 0),
(25572, 1026, 107, 'Belluno', 461450000, 122213900, 0),
(25573, 1026, 107, 'Bibione', 456358300, 130538900, 0),
(25574, 1026, 107, 'Boara Pisani', 451080800, 117827100, 0),
(25575, 1026, 107, 'Borgoricco', 455352000, 119411100, 0),
(25576, 1026, 107, 'Bosco Chiesanuova', 456192900, 110321800, 0),
(25577, 1026, 107, 'Bovolenta', 452710900, 119360100, 0),
(25578, 1026, 107, 'Bovolone', 452547800, 111262900, 0),
(25579, 1026, 107, 'Breda di Piave', 457225000, 123308300, 0),
(25580, 1026, 107, 'Breganze', 457057000, 115668000, 0),
(25581, 1026, 107, 'Brendola', 454748900, 114423000, 0),
(25582, 1026, 107, 'Bussolengo', 454691900, 108505800, 0),
(25583, 1026, 107, 'Cadoneghe', 454423000, 119277100, 0),
(25584, 1026, 107, 'Caldiero', 454143900, 111773900, 0),
(25585, 1026, 107, 'Caldogno', 456078000, 115028000, 0),
(25586, 1026, 107, 'Campagna Lupia', 453508300, 121005600, 0),
(25587, 1026, 107, 'Campo San Martino', 455444000, 118104000, 0),
(25588, 1026, 107, 'Campodarsego', 455061000, 119209100, 0),
(25589, 1026, 107, 'Campolongo Maggiore', 453211100, 120466700, 0),
(25590, 1026, 107, 'Camponogara', 453850000, 120722200, 0),
(25591, 1026, 107, 'Camposampiero', 455684000, 119354100, 0),
(25592, 1026, 107, 'Canaro', 449371800, 116761100, 0),
(25593, 1026, 107, 'Caorle', 455965600, 128758000, 0),
(25594, 1026, 107, 'Carbonera', 456805600, 122883300, 0),
(25595, 1026, 107, 'Carceri', 451960900, 116193100, 0),
(25596, 1026, 107, 'Cartigliano', 457130000, 116956000, 0),
(25597, 1026, 107, 'Casale di Scodosia', 451859800, 114683000, 0),
(25598, 1026, 107, 'Casale sul Sile', 455930600, 123255600, 0),
(25599, 1026, 107, 'Casier', 456438900, 122944400, 0),
(25600, 1026, 107, 'Cassola', 457336000, 117994000, 0),
(25601, 1026, 107, 'Castel d''Azzano', 453558800, 109529900, 0),
(25602, 1026, 107, 'Castelfranco Veneto', 456761000, 119260000, 0),
(25603, 1026, 107, 'Castelgomberto', 455848900, 113956900, 0),
(25604, 1026, 107, 'Castello di Godego', 456934000, 118769000, 0),
(25605, 1026, 107, 'Castelnuovo del Garda', 454387800, 107597800, 0),
(25606, 1026, 107, 'Cavaion Veronese', 455400900, 107704800, 0),
(25607, 1026, 107, 'Cavallino', 454539900, 124578100, 0),
(25608, 1026, 107, 'Cavarzere', 451355600, 120816700, 0),
(25609, 1026, 107, 'Cencenighe', 463431200, 119733900, 0),
(25610, 1026, 107, 'Cesiomaggiore', 460881100, 119866000, 0),
(25611, 1026, 107, 'Chiampo', 455458900, 112795900, 0),
(25612, 1026, 107, 'Chioggia', 452255600, 122888900, 0),
(25613, 1026, 107, 'Cison di Valmarino', 459713900, 121391700, 0),
(25614, 1026, 107, 'Cittadella', 456500000, 117842000, 0),
(25615, 1026, 107, 'Codevigo', 452686100, 121011100, 0),
(25616, 1026, 107, 'Colognola ai Colli', 454336900, 111842900, 0),
(25617, 1026, 107, 'Cona', 451852800, 120191700, 0),
(25618, 1026, 107, 'Conegliano', 458905600, 122925000, 0),
(25619, 1026, 107, 'Conselve', 452308900, 118738100, 0),
(25620, 1026, 107, 'Corbola', 450041700, 120808300, 0),
(25621, 1026, 107, 'Cornedo Vicentino', 456130900, 113405900, 0),
(25622, 1026, 107, 'Cornuda', 458230600, 120163900, 0),
(25623, 1026, 107, 'Correzzola', 452336100, 120616700, 0),
(25624, 1026, 107, 'Cortina d''Ampezzo', 465369000, 121390300, 0),
(25625, 1026, 107, 'Costa di Rovigo', 450490800, 116946100, 0),
(25626, 1026, 107, 'Costabissara', 455835900, 114872000, 0),
(25627, 1026, 107, 'Creazzo', 455319900, 114785000, 0),
(25628, 1026, 107, 'Crespadoro', 456201900, 112258900, 0),
(25629, 1026, 107, 'Crocetta del Montello', 458366700, 120336100, 0),
(25630, 1026, 107, 'Dolo', 454283300, 120725000, 0),
(25631, 1026, 107, 'Due Carrare', 452925900, 118184100, 0),
(25632, 1026, 107, 'Dueville', 456337000, 115502000, 0),
(25633, 1026, 107, 'Eraclea', 455805600, 126755600, 0),
(25634, 1026, 107, 'Este', 452228900, 116587100, 0),
(25635, 1026, 107, 'Falcade', 463542100, 118659200, 0),
(25636, 1026, 107, 'Farra di Soligo', 459052800, 121244400, 0),
(25637, 1026, 107, 'Feltre', 460235100, 119070000, 0),
(25638, 1026, 107, 'Fiesso d''Artico', 454213900, 120294400, 0),
(25639, 1026, 107, 'Fontaniva', 456340000, 117486000, 0),
(25640, 1026, 107, 'Fonte', 457839000, 118746000, 0),
(25641, 1026, 107, 'Fossalta di Piave', 456441700, 125130600, 0),
(25642, 1026, 107, 'Fossalta di Portogruaro', 457875000, 128938900, 0),
(25643, 1026, 107, 'Fosso', 453844400, 120450000, 0),
(25644, 1026, 107, 'Fregona', 459975000, 123380600, 0),
(25645, 1026, 107, 'Galliera Veneta', 456635000, 118309000, 0),
(25646, 1026, 107, 'Gallio', 458862000, 115367900, 0),
(25647, 1026, 107, 'Galzignano', 453063900, 117342100, 0),
(25648, 1026, 107, 'Gambellara', 454597900, 113401000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(25649, 1026, 107, 'Garda', 455777900, 107123800, 0),
(25650, 1026, 107, 'Gazzo Veronese', 451401800, 110769000, 0),
(25651, 1026, 107, 'Giavera del Montello', 458013900, 121708300, 0),
(25652, 1026, 107, 'Gorgo al Monticano', 457913900, 125500000, 0),
(25653, 1026, 107, 'Grezzana', 455202900, 110176900, 0),
(25654, 1026, 107, 'Grisignano di Zocco', 454749900, 116983000, 0),
(25655, 1026, 107, 'Grumolo delle Abbadesse', 455194900, 116583000, 0),
(25656, 1026, 107, 'Illasi', 454671900, 111823900, 0),
(25657, 1026, 107, 'Isola Vicentina', 456309000, 114467000, 0),
(25658, 1026, 107, 'Istrana', 456783300, 120997200, 0),
(25659, 1026, 107, 'Jesolo', 455331100, 126447500, 0),
(25660, 1026, 107, 'La Valle', 462802800, 120722200, 0),
(25661, 1026, 107, 'Lamon', 460469100, 117522900, 0),
(25662, 1026, 107, 'Lavagno', 454386900, 111340900, 0),
(25663, 1026, 107, 'Lazise', 454999900, 107407800, 0),
(25664, 1026, 107, 'Legnago', 451831800, 113091000, 0),
(25665, 1026, 107, 'Legnaro', 453397900, 119657100, 0),
(25666, 1026, 107, 'Limana', 460919400, 121433300, 0),
(25667, 1026, 107, 'Limena', 454723000, 118437100, 0),
(25668, 1026, 107, 'Livinallongo del Col di Lana', 464816200, 119539900, 0),
(25669, 1026, 107, 'Lonigo', 453874900, 113890000, 0),
(25670, 1026, 107, 'Loreggia', 455941000, 119451100, 0),
(25671, 1026, 107, 'Loria', 457300000, 118654000, 0),
(25672, 1026, 107, 'Lozzo Atestino', 452850900, 116157000, 0),
(25673, 1026, 107, 'Malo', 456603000, 114074900, 0),
(25674, 1026, 107, 'Mansue', 458247200, 125341700, 0),
(25675, 1026, 107, 'Marano Vicentino', 456931000, 114272900, 0),
(25676, 1026, 107, 'Marcon', 455644400, 122988900, 0),
(25677, 1026, 107, 'Marostica', 457468000, 116579000, 0),
(25678, 1026, 107, 'Martellago', 455475000, 121500000, 0),
(25679, 1026, 107, 'Maser', 458074000, 119750000, 0),
(25680, 1026, 107, 'Masera di Padova', 453190900, 118672100, 0),
(25681, 1026, 107, 'Maserada sul Piave', 457563900, 123136100, 0),
(25682, 1026, 107, 'Megliadino San Fidenzio', 452173900, 115160000, 0),
(25683, 1026, 107, 'Mel', 460647200, 120822200, 0),
(25684, 1026, 107, 'Melara', 450637800, 111982000, 0),
(25685, 1026, 107, 'Mestre', 454902800, 122425000, 0),
(25686, 1026, 107, 'Mestrino', 454408900, 117605000, 0),
(25687, 1026, 107, 'Miane', 459447100, 120954000, 0),
(25688, 1026, 107, 'Mira', 454300000, 121197200, 0),
(25689, 1026, 107, 'Mirano', 454944400, 121047200, 0),
(25690, 1026, 107, 'Mogliano Veneto', 455650000, 122350000, 0),
(25691, 1026, 107, 'Molvena', 457446000, 116166000, 0),
(25692, 1026, 107, 'Monselice', 452423900, 117490100, 0),
(25693, 1026, 107, 'Montebello Vicentino', 454564900, 113835000, 0),
(25694, 1026, 107, 'Montebelluna', 457752800, 120388900, 0),
(25695, 1026, 107, 'Montecchio Maggiore', 455036900, 114120000, 0),
(25696, 1026, 107, 'Monteforte d''Alpone', 454172900, 112837000, 0),
(25697, 1026, 107, 'Montegrotto Terme', 453314900, 117912100, 0),
(25698, 1026, 107, 'Monticello Conte Otto', 455987000, 115727000, 0),
(25699, 1026, 107, 'Montorso Vicentino', 454908900, 113602000, 0),
(25700, 1026, 107, 'Moriago della Battaglia', 458669400, 121091700, 0),
(25701, 1026, 107, 'Motta di Livenza', 457780600, 126027800, 0),
(25702, 1026, 107, 'Musile di Piave', 456169000, 125640200, 0),
(25703, 1026, 107, 'Mussolente', 457792000, 118062000, 0),
(25704, 1026, 107, 'Nanto', 454342900, 115776000, 0),
(25705, 1026, 107, 'Negrar', 455287900, 109379800, 0),
(25706, 1026, 107, 'Noale', 455533300, 120719400, 0),
(25707, 1026, 107, 'Nogara', 451730800, 110657900, 0),
(25708, 1026, 107, 'Noventa Padovana', 454142900, 119510100, 0),
(25709, 1026, 107, 'Noventa Vicentina', 452956900, 115469000, 0),
(25710, 1026, 107, 'Noventa di Piave', 456616700, 125297200, 0),
(25711, 1026, 107, 'Occhiobello', 449206800, 115802100, 0),
(25712, 1026, 107, 'Oderzo', 457800000, 124880600, 0),
(25713, 1026, 107, 'Oppeano', 453045800, 111795900, 0),
(25714, 1026, 107, 'Orsago', 459322200, 124208300, 0),
(25715, 1026, 107, 'Padova', 454151900, 118818100, 0),
(25716, 1026, 107, 'Paese', 456741700, 121638900, 0),
(25717, 1026, 107, 'Palu', 453254800, 111552900, 0),
(25718, 1026, 107, 'Pastrengo', 454930900, 107997800, 0),
(25719, 1026, 107, 'Pedavena', 460395100, 118831000, 0),
(25720, 1026, 107, 'Pederobba', 458763100, 119523000, 0),
(25721, 1026, 107, 'Pescantina', 454836900, 108684800, 0),
(25722, 1026, 107, 'Peschiera del Garda', 454377800, 106890800, 0),
(25723, 1026, 107, 'Pianiga', 454575000, 120280600, 0),
(25724, 1026, 107, 'Piazzola sul Brenta', 455415000, 117844000, 0),
(25725, 1026, 107, 'Pieve di Cadore', 464330600, 123836100, 0),
(25726, 1026, 107, 'Pieve di Soligo', 459025000, 121772200, 0),
(25727, 1026, 107, 'Pincara', 449913800, 116088100, 0),
(25728, 1026, 107, 'Piombino Dese', 456080600, 120016700, 0),
(25729, 1026, 107, 'Piove di Sacco', 452975000, 120427800, 0),
(25730, 1026, 107, 'Polesella', 449623800, 117528100, 0),
(25731, 1026, 107, 'Ponso', 451906900, 115876100, 0),
(25732, 1026, 107, 'Ponte San Nicolo', 453704900, 119211100, 0),
(25733, 1026, 107, 'Ponte di Piave', 457158300, 124644400, 0),
(25734, 1026, 107, 'Ponzano', 457072200, 122241700, 0),
(25735, 1026, 107, 'Porto Tolle', 449496900, 123245300, 0),
(25736, 1026, 107, 'Portogruaro', 457752800, 128386100, 0),
(25737, 1026, 107, 'Pove del Grappa', 457982000, 117299000, 0),
(25738, 1026, 107, 'Povegliano Veronese', 453494800, 108810900, 0),
(25739, 1026, 107, 'Preganziol', 456013900, 122372200, 0),
(25740, 1026, 107, 'Quinto Vicentino', 455741000, 116330000, 0),
(25741, 1026, 107, 'Quinto di Treviso', 456480600, 121666700, 0),
(25742, 1026, 107, 'Resana', 456352000, 119586100, 0),
(25743, 1026, 107, 'Riese', 457290000, 119190000, 0),
(25744, 1026, 107, 'Rivoli Veronese', 455724900, 108117800, 0),
(25745, 1026, 107, 'Roana', 458824000, 114623900, 0),
(25746, 1026, 107, 'Romano d''Ezzelino', 457964000, 117563000, 0),
(25747, 1026, 107, 'Roncade', 456300000, 123741700, 0),
(25748, 1026, 107, 'Rosa', 457196000, 117634000, 0),
(25749, 1026, 107, 'Rosolina', 450730600, 122486100, 0),
(25750, 1026, 107, 'Rossano Veneto', 457058000, 118060000, 0),
(25751, 1026, 107, 'Rovigo', 450799800, 117930100, 0),
(25752, 1026, 107, 'Rovolon', 453666900, 116638000, 0),
(25753, 1026, 107, 'Rubano', 454208900, 118072100, 0),
(25754, 1026, 107, 'Salgareda', 457050000, 124883300, 0),
(25755, 1026, 107, 'Salizzole', 452443800, 110885900, 0),
(25756, 1026, 107, 'Salzano', 455219400, 121083300, 0),
(25757, 1026, 107, 'San Biagio di Callalta', 456836100, 123772200, 0),
(25758, 1026, 107, 'San Bonifacio', 453968900, 112844000, 0),
(25759, 1026, 107, 'San Dona di Piave', 456316700, 125694400, 0),
(25760, 1026, 107, 'San Fior di Sopra', 459208300, 123583300, 0),
(25761, 1026, 107, 'San Giorgio delle Pertiche', 455410000, 118940100, 0),
(25762, 1026, 107, 'San Giorgio in Bosco', 455897000, 118064000, 0),
(25763, 1026, 107, 'San Giovanni Lupatoto', 453878900, 110379900, 0),
(25764, 1026, 107, 'San Martino Buon Albergo', 454216900, 110968900, 0),
(25765, 1026, 107, 'San Martino di Lupari', 456548000, 118584000, 0),
(25766, 1026, 107, 'San Pietro Viminario', 452433900, 118163100, 0),
(25767, 1026, 107, 'San Pietro in Cariano', 455202900, 108829800, 0),
(25768, 1026, 107, 'San Vendemiano', 458938900, 123655600, 0),
(25769, 1026, 107, 'Sandrigo', 456561000, 115920000, 0),
(25770, 1026, 107, 'Sant''Ambrogio di Valpolicella', 455208900, 108361800, 0),
(25771, 1026, 107, 'Sant''Angelo di Piove di Sacco', 453480600, 120025000, 0),
(25772, 1026, 107, 'Sant''Anna d''Alfaedo', 456271900, 109516800, 0),
(25773, 1026, 107, 'Sant''Elena', 451861900, 117118100, 0),
(25774, 1026, 107, 'Santa Giustina', 460875000, 120427800, 0),
(25775, 1026, 107, 'Santa Giustina in Colle', 455637000, 119064100, 0),
(25776, 1026, 107, 'Santa Maria di Sala', 455069400, 120297200, 0),
(25777, 1026, 107, 'Santo Stino di Livenza', 457350000, 126808300, 0),
(25778, 1026, 107, 'Santorso', 457351000, 113917900, 0),
(25779, 1026, 107, 'Saonara', 453652900, 119848100, 0),
(25780, 1026, 107, 'Sappada', 465666300, 126842100, 0),
(25781, 1026, 107, 'Sarcedo', 457002000, 115296000, 0),
(25782, 1026, 107, 'Schio', 457124000, 113573900, 0),
(25783, 1026, 107, 'Scorze', 455736100, 121061100, 0),
(25784, 1026, 107, 'Sedico', 461111100, 121002800, 0),
(25785, 1026, 107, 'Segusino', 459170100, 119556000, 0),
(25786, 1026, 107, 'Selvazzano Dentro', 453913900, 118005100, 0),
(25787, 1026, 107, 'Sernaglia della Battaglia', 458766700, 121322200, 0),
(25788, 1026, 107, 'Silea', 456561100, 123002800, 0),
(25789, 1026, 107, 'Solesino', 451777900, 117449100, 0),
(25790, 1026, 107, 'Sommacampagna', 454065800, 108436800, 0),
(25791, 1026, 107, 'Sona', 454387800, 108254800, 0),
(25792, 1026, 107, 'Sovizzo', 455266900, 114461000, 0),
(25793, 1026, 107, 'Sovramonte', 460586100, 117866000, 0),
(25794, 1026, 107, 'Spinea', 454930600, 121605600, 0),
(25795, 1026, 107, 'Stra', 454133300, 120055600, 0),
(25796, 1026, 107, 'Susegana', 458513900, 122483300, 0),
(25797, 1026, 107, 'Taglio di Po', 450047200, 122041700, 0),
(25798, 1026, 107, 'Tarzo', 459730600, 122322200, 0),
(25799, 1026, 107, 'Tezze sul Brenta', 456866000, 117036000, 0),
(25800, 1026, 107, 'Thiene', 457088000, 114795900, 0),
(25801, 1026, 107, 'Tombolo', 456395000, 118254000, 0),
(25802, 1026, 107, 'Torre di Mosto', 456938900, 127136100, 0),
(25803, 1026, 107, 'Torrebelvicino', 457168000, 113194900, 0),
(25804, 1026, 107, 'Torreglia', 453360900, 117384100, 0),
(25805, 1026, 107, 'Torri di Quartesolo', 455249900, 116123000, 0),
(25806, 1026, 107, 'Trebaseleghe', 455927800, 120505600, 0),
(25807, 1026, 107, 'Tregnago', 455104900, 111680900, 0),
(25808, 1026, 107, 'Trevenzuolo', 452693800, 109343900, 0),
(25809, 1026, 107, 'Treviso', 456666700, 122450000, 0),
(25810, 1026, 107, 'Tribano', 452136900, 118322100, 0),
(25811, 1026, 107, 'Trichiana', 460719400, 121341700, 0),
(25812, 1026, 107, 'Trissino', 455611900, 113716900, 0),
(25813, 1026, 107, 'Valdagno', 456483000, 113063900, 0),
(25814, 1026, 107, 'Valeggio sul Mincio', 453522800, 107366800, 0),
(25815, 1026, 107, 'Vazzola', 458391700, 123808300, 0),
(25816, 1026, 107, 'Vedelago', 456872200, 120163900, 0),
(25817, 1026, 107, 'Veggiano', 454471900, 117128000, 0),
(25818, 1026, 107, 'Venice', 454386100, 123266700, 0),
(25819, 1026, 107, 'Verona', 454341900, 109977900, 0),
(25820, 1026, 107, 'Vicenza', 455572900, 115409000, 0),
(25821, 1026, 107, 'Vidor', 458622200, 120400000, 0),
(25822, 1026, 107, 'Vigasio', 453156800, 109400900, 0),
(25823, 1026, 107, 'Vigodarzere', 454580000, 118843100, 0),
(25824, 1026, 107, 'Vigonza', 454276000, 119594100, 0),
(25825, 1026, 107, 'Villafranca Padovana', 454919000, 117935000, 0),
(25826, 1026, 107, 'Villafranca di Verona', 453523800, 108401900, 0),
(25827, 1026, 107, 'Villanova del Ghebbo', 450591800, 116390100, 0),
(25828, 1026, 107, 'Villorba', 457383300, 122336100, 0),
(25829, 1026, 107, 'Vittorio Veneto', 459766700, 123033300, 0),
(25830, 1026, 107, 'Volpago del Montello', 457773000, 121144100, 0),
(25831, 1026, 107, 'Zermeghedo', 454749900, 113695000, 0),
(25832, 1026, 107, 'Zevio', 453720900, 111292900, 0),
(25833, 1026, 107, 'Zoldo Alto', 463738900, 121277800, 0),
(25834, 1026, 107, 'Zugliano', 457298000, 115240000, 0),
(25835, 1027, 108, 'May Pen', 179645400, -772451500, 0),
(25836, 1028, 108, 'Lucea', 184509500, -781735600, 0),
(25837, 1029, 108, 'Kingston', 179970200, -767935800, 0),
(25838, 1030, 108, 'Mandeville', 180416800, -775071400, 0),
(25839, 1031, 108, 'Buff Bay', 182328800, -766611800, 0),
(25840, 1031, 108, 'Moore Town', 180776700, -764257700, 0),
(25841, 1032, 108, 'Constant Spring', 180507800, -767937200, 0),
(25842, 1032, 108, 'Half Way Tree', 180124800, -767992800, 0),
(25843, 1032, 108, 'Mona Heights', 180137500, -767518600, 0),
(25844, 1032, 108, 'New Kingston', 180074700, -767831900, 0),
(25845, 1032, 108, 'Stony Hill', 180753700, -767910900, 0),
(25846, 1033, 108, 'Discovery Bay', 184598600, -773924500, 0),
(25847, 1033, 108, 'Ocho Rios', 184025000, -771048000, 0),
(25848, 1033, 108, 'Runaway Bay', 184596200, -773357000, 0),
(25849, 1034, 108, 'Bog Walk', 181020500, -770054100, 0),
(25850, 1034, 108, 'Linstead', 181368300, -770317100, 0),
(25851, 1034, 108, 'Old Harbour', 179414400, -771089800, 0),
(25852, 1034, 108, 'Old Harbour Bay', 179091800, -770971800, 0),
(25853, 1034, 108, 'Portmore', 179702400, -768672200, 0),
(25854, 1034, 108, 'Spanish Town', 179910700, -769574200, 0),
(25855, 1035, 108, 'Black River', 180263600, -778487300, 0),
(25856, 1035, 108, 'Santa Cruz', 180533600, -776983600, 0),
(25857, 1036, 108, 'Montego Bay', 184711600, -779188300, 0),
(25858, 1037, 108, 'Wakefield', 184121100, -777218300, 0),
(25859, 1038, 108, 'Negril', 182781800, -783518000, 0),
(25860, 1038, 108, 'Petersfield', 182615800, -780711700, 0),
(25861, 1039, 109, 'Aisai', 351500000, 1367330000, 0),
(25862, 1039, 109, 'Anjo', 349670000, 1370830000, 0),
(25863, 1039, 109, 'Chita', 350000000, 1368670000, 0),
(25864, 1039, 109, 'Handa', 349000000, 1369330000, 0),
(25865, 1039, 109, 'Hekinan', 348830000, 1370000000, 0),
(25866, 1039, 109, 'Ichinomiya', 353500000, 1367670000, 0),
(25867, 1039, 109, 'Inazawa', 352500000, 1367830000, 0),
(25868, 1039, 109, 'Ishiki', 348000000, 1370166700, 0),
(25869, 1039, 109, 'Iwakura', 352830000, 1368670000, 0),
(25870, 1039, 109, 'Kanie', 351330000, 1367830000, 0),
(25871, 1039, 109, 'Kariya', 349830000, 1370000000, 0),
(25872, 1039, 109, 'Kasugai', 352477800, 1369722200, 0),
(25873, 1039, 109, 'Kitanagoya', 352500000, 1368670000, 0),
(25874, 1039, 109, 'Komaki', 352830000, 1369170000, 0),
(25875, 1039, 109, 'Konan', 353330000, 1368670000, 0),
(25876, 1039, 109, 'Kozakai-cho', 348000000, 1373588900, 0),
(25877, 1039, 109, 'Miyoshi', 350830000, 1370670000, 0),
(25878, 1039, 109, 'Nagakute', 351830000, 1370500000, 0),
(25879, 1039, 109, 'Nagoya', 351814560, 1369063860, 0),
(25880, 1039, 109, 'Nishio', 348625000, 1370625000, 0),
(25881, 1039, 109, 'Nisshin', 351288900, 1370425000, 0),
(25882, 1039, 109, 'Obu', 350170000, 1369670000, 0),
(25883, 1039, 109, 'Okazaki', 349500000, 1371670000, 0),
(25884, 1039, 109, 'Owariasahi', 352133300, 1370386100, 0),
(25885, 1039, 109, 'Seto', 352170000, 1370830000, 0),
(25886, 1039, 109, 'Shinshiro', 349000000, 1375000000, 0),
(25887, 1039, 109, 'Tahara', 346670000, 1372670000, 0),
(25888, 1039, 109, 'Takahama', 348830000, 1369830000, 0),
(25889, 1039, 109, 'Tokai', 350170000, 1369000000, 0),
(25890, 1039, 109, 'Tokoname', 348830000, 1368330000, 0),
(25891, 1039, 109, 'Toyoake', 350505560, 1370158330, 0),
(25892, 1039, 109, 'Toyohashi', 347670000, 1373830000, 0),
(25893, 1039, 109, 'Toyokawa', 348330000, 1373830000, 0),
(25894, 1039, 109, 'Toyota', 350830000, 1371500000, 0),
(25895, 1039, 109, 'Tsushima', 351830000, 1367330000, 0),
(25896, 1040, 109, 'Akita', 397200280, 1401025830, 0),
(25897, 1040, 109, 'Daisen', 394500000, 1404830000, 0),
(25898, 1040, 109, 'Kakudate', 395833300, 1405666700, 0),
(25899, 1040, 109, 'Kazuno', 402158060, 1407883610, 0),
(25900, 1040, 109, 'Nikaho', 393830000, 1400830000, 0),
(25901, 1040, 109, 'Noshiro', 402121390, 1400266110, 0),
(25902, 1040, 109, 'Odate', 402713900, 1405641700, 0),
(25903, 1040, 109, 'Oga', 398868330, 1398475830, 0),
(25904, 1040, 109, 'Takanosu', 402219400, 1403694400, 0),
(25905, 1040, 109, 'Yokote', 393113330, 1405532780, 0),
(25906, 1040, 109, 'Yurihonjo', 393830000, 1400830000, 0),
(25907, 1040, 109, 'Yuzawa', 391640830, 1404948330, 0),
(25908, 1041, 109, 'Aomori', 408170000, 1407500000, 0),
(25909, 1041, 109, 'Hachinohe', 405000000, 1414830000, 0),
(25910, 1041, 109, 'Hirosaki', 406000000, 1404670000, 0),
(25911, 1041, 109, 'Kuroishi', 406330000, 1406000000, 0),
(25912, 1041, 109, 'Misawa', 406830000, 1413670000, 0),
(25913, 1041, 109, 'Mutsu', 412830000, 1412170000, 0),
(25914, 1042, 109, 'Abiko', 358670000, 1400330000, 0),
(25915, 1042, 109, 'Asahi', 357170000, 1406500000, 0),
(25916, 1042, 109, 'Chiba', 356000000, 1401000000, 0),
(25917, 1042, 109, 'Choshi', 357330000, 1408330000, 0),
(25918, 1042, 109, 'Funabashi', 357000000, 1399830000, 0),
(25919, 1042, 109, 'Futtsu', 353041700, 1398571110, 0),
(25920, 1042, 109, 'Hasaki', 357333300, 1408333300, 0),
(25921, 1042, 109, 'Ichihara', 355000000, 1401170000, 0),
(25922, 1042, 109, 'Ichikawa', 357170000, 1399330000, 0),
(25923, 1042, 109, 'Kamagaya', 357766700, 1400008300, 0),
(25924, 1042, 109, 'Kashiwa', 358670000, 1399830000, 0),
(25925, 1042, 109, 'Katori', 356830000, 1400330000, 0),
(25926, 1042, 109, 'Kimitsu', 353304500, 1399026780, 0),
(25927, 1042, 109, 'Kisarazu', 353759750, 1399168310, 0),
(25928, 1042, 109, 'Matsudo', 357830000, 1399000000, 0),
(25929, 1042, 109, 'Mobara', 354285280, 1402880830, 0),
(25930, 1042, 109, 'Nagareyama', 358563060, 1399028610, 0),
(25931, 1042, 109, 'Narashino', 356830000, 1400330000, 0),
(25932, 1042, 109, 'Narita', 357830000, 1403170000, 0),
(25933, 1042, 109, 'Noda', 359500000, 1398670000, 0),
(25934, 1042, 109, 'Oamishirasato', 355170000, 1403170000, 0),
(25935, 1042, 109, 'Sakura', 357170000, 1402170000, 0),
(25936, 1042, 109, 'Sammu', 356000000, 1404170000, 0),
(25937, 1042, 109, 'Shiroi', 357830000, 1400500000, 0),
(25938, 1042, 109, 'Shisui', 357170000, 1402670000, 0),
(25939, 1042, 109, 'Sosa', 357075000, 1405641700, 0),
(25940, 1042, 109, 'Togane', 355670000, 1403670000, 0),
(25941, 1042, 109, 'Yachimata', 356670000, 1403170000, 0),
(25942, 1042, 109, 'Yachiyo', 357170000, 1401000000, 0),
(25943, 1042, 109, 'Yotsukaido', 356670000, 1401670000, 0),
(25944, 1043, 109, 'Imabari', 340670000, 1330000000, 0),
(25945, 1043, 109, 'Iyo', 337500000, 1327000000, 0),
(25946, 1043, 109, 'Masaki-cho', 337875700, 1327112400, 0),
(25947, 1043, 109, 'Matsuyama', 338330000, 1327670000, 0),
(25948, 1043, 109, 'Niihama', 339670000, 1332830000, 0),
(25949, 1043, 109, 'Saijo', 339170000, 1331830000, 0),
(25950, 1043, 109, 'Toon', 337830000, 1328670000, 0),
(25951, 1043, 109, 'Uwajima', 332170000, 1325670000, 0),
(25952, 1044, 109, 'Fukui', 360670000, 1362170000, 0),
(25953, 1044, 109, 'Obama', 355000000, 1357500000, 0),
(25954, 1044, 109, 'Sabae', 359533300, 1361869400, 0),
(25955, 1044, 109, 'Sakai', 361670000, 1362330000, 0),
(25956, 1044, 109, 'Tsuruga', 356500000, 1360500000, 0),
(25957, 1045, 109, 'Asakura', 334170000, 1306670000, 0),
(25958, 1045, 109, 'Chikushino', 335000000, 1305170000, 0),
(25959, 1045, 109, 'Fukuoka', 335830000, 1304000000, 0),
(25960, 1045, 109, 'Iizuka', 336500000, 1306830000, 0),
(25961, 1045, 109, 'Kanda', 337830000, 1309830000, 0),
(25962, 1045, 109, 'Kasuga', 335330000, 1304670000, 0),
(25963, 1045, 109, 'Kitakyushu', 338333300, 1308333300, 0),
(25964, 1045, 109, 'Kurume', 333170000, 1305170000, 0),
(25965, 1045, 109, 'Miyada', 337166700, 1306666700, 0),
(25966, 1045, 109, 'Nakama', 338167220, 1307089720, 0),
(25967, 1045, 109, 'Nakatsu', 336013900, 1311841700, 0),
(25968, 1045, 109, 'Nogata', 337416700, 1307322200, 0),
(25969, 1045, 109, 'Ogori', 334000000, 1305500000, 0),
(25970, 1045, 109, 'Omuta', 330330000, 1304500000, 0),
(25971, 1045, 109, 'Sasaguri', 336170000, 1305330000, 0),
(25972, 1045, 109, 'Shingu', 337170000, 1304500000, 0),
(25973, 1045, 109, 'Tagawa', 336388900, 1308061100, 0),
(25974, 1045, 109, 'Umi', 335670000, 1305170000, 0),
(25975, 1045, 109, 'Yukuhashi', 337330000, 1309830000, 0),
(25976, 1046, 109, 'Date', 378170000, 1405000000, 0),
(25977, 1046, 109, 'Fukushima', 377670000, 1404670000, 0),
(25978, 1046, 109, 'Inawashiro', 375670000, 1401170000, 0),
(25979, 1046, 109, 'Ishikawa', 371500000, 1404500000, 0),
(25980, 1046, 109, 'Iwaki', 370330000, 1408830000, 0),
(25981, 1046, 109, 'Kitakata', 376500000, 1398670000, 0),
(25982, 1046, 109, 'Koriyama', 374000000, 1403830000, 0),
(25983, 1046, 109, 'Motomiya', 375170000, 1404000000, 0),
(25984, 1046, 109, 'Nihommatsu', 375833300, 1404333300, 0),
(25985, 1046, 109, 'Shirakawa', 371170000, 1402000000, 0),
(25986, 1046, 109, 'Sukagawa', 372830000, 1403830000, 0),
(25987, 1047, 109, 'Ena', 354500000, 1374170000, 0),
(25988, 1047, 109, 'Gero', 358000000, 1372500000, 0),
(25989, 1047, 109, 'Gifu', 354170000, 1367670000, 0),
(25990, 1047, 109, 'Gujo', 357500000, 1369670000, 0),
(25991, 1047, 109, 'Hashima', 353170000, 1367000000, 0),
(25992, 1047, 109, 'Inuyama', 353799500, 1369429500, 0),
(25993, 1047, 109, 'Kakamigahara', 354000000, 1368500000, 0),
(25994, 1047, 109, 'Kani', 354330000, 1370670000, 0),
(25995, 1047, 109, 'Kasamatsucho', 353666700, 1367666700, 0),
(25996, 1047, 109, 'Minokamo', 354330000, 1370170000, 0),
(25997, 1047, 109, 'Mizuho', 354000000, 1366830000, 0),
(25998, 1047, 109, 'Mizunami', 353670000, 1372500000, 0),
(25999, 1047, 109, 'Nakatsugawa', 354830000, 1375000000, 0),
(26000, 1047, 109, 'Ogaki', 353670000, 1366170000, 0),
(26001, 1047, 109, 'Tajimi', 353330000, 1371330000, 0),
(26002, 1047, 109, 'Tarui', 353670000, 1365330000, 0),
(26003, 1048, 109, 'Isesaki', 363166700, 1392000000, 0),
(26004, 1048, 109, 'Kiryu', 364000000, 1393330000, 0),
(26005, 1048, 109, 'Maebashi', 363830000, 1390670000, 0),
(26006, 1048, 109, 'Midori', 364000000, 1392833330, 0),
(26007, 1048, 109, 'Numata', 366333300, 1390500000, 0),
(26008, 1048, 109, 'Ota', 363000000, 1393666700, 0),
(26009, 1048, 109, 'Takasaki', 363333300, 1390166700, 0),
(26010, 1048, 109, 'Tamamura', 363000000, 1391166700, 0),
(26011, 1048, 109, 'Tatebayashi', 362500000, 1395333300, 0),
(26012, 1048, 109, 'Tomioka', 362500000, 1389000000, 0),
(26013, 1049, 109, 'Akitakata', 346630600, 1327063900, 0),
(26014, 1049, 109, 'Fuchu', 345650000, 1332419400, 0),
(26015, 1049, 109, 'Fukuyama', 344830000, 1333670000, 0),
(26016, 1049, 109, 'Hatsukaichi', 343500000, 1323330000, 0),
(26017, 1049, 109, 'Higashihiroshima', 344170000, 1327330000, 0),
(26018, 1049, 109, 'Hiroshima', 343852800, 1324552800, 0),
(26019, 1049, 109, 'Kaita', 343670000, 1325330000, 0),
(26020, 1049, 109, 'Kannabe', 345333300, 1333833300, 0),
(26021, 1049, 109, 'Kure', 342500000, 1325670000, 0),
(26022, 1049, 109, 'Mihara', 344000000, 1330830000, 0),
(26023, 1049, 109, 'Miyoshi', 348000000, 1328500000, 0),
(26024, 1049, 109, 'Onomichi', 344170000, 1332000000, 0),
(26025, 1049, 109, 'Otake', 342330000, 1322170000, 0),
(26026, 1049, 109, 'Takehara', 343330000, 1329170000, 0),
(26027, 1050, 109, 'Akabira', 435500000, 1420500000, 0),
(26028, 1050, 109, 'Asahikawa', 437670000, 1423670000, 0),
(26029, 1050, 109, 'Bihoro', 438170000, 1441000000, 0),
(26030, 1050, 109, 'Chitose', 428170000, 1416500000, 0),
(26031, 1050, 109, 'Date', 424670000, 1408670000, 0),
(26032, 1050, 109, 'Ebetsu', 431000000, 1415330000, 0),
(26033, 1050, 109, 'Eniwa', 428830000, 1415830000, 0),
(26034, 1050, 109, 'Fukagawa', 437177800, 1420402800, 0),
(26035, 1050, 109, 'Hakodate', 417670000, 1407330000, 0),
(26036, 1050, 109, 'Ishikari', 431670000, 1413170000, 0),
(26037, 1050, 109, 'Iwamizawa', 432000000, 1417830000, 0),
(26038, 1050, 109, 'Kamiiso', 418166700, 1406500000, 0),
(26039, 1050, 109, 'Kitami', 438000000, 1439000000, 0),
(26040, 1050, 109, 'Kushiro', 429830000, 1443830000, 0),
(26041, 1050, 109, 'Muroran', 423170000, 1409670000, 0),
(26042, 1050, 109, 'Nayoro', 443558300, 1424633300, 0),
(26043, 1050, 109, 'Nemuro', 433330000, 1455830000, 0),
(26044, 1050, 109, 'Niseko Town', 427787100, 1406690300, 0),
(26045, 1050, 109, 'Noboribetsu', 424170000, 1411000000, 0),
(26046, 1050, 109, 'Obihiro', 429170000, 1432000000, 0),
(26047, 1050, 109, 'Otaru', 431830000, 1410000000, 0),
(26048, 1050, 109, 'Otofuke', 430000000, 1432000000, 0),
(26049, 1050, 109, 'Sapporo', 430670000, 1413500000, 0),
(26050, 1050, 109, 'Shimo-furano', 433500000, 1423833300, 0),
(26051, 1050, 109, 'Sunagawa', 435000000, 1419000000, 0),
(26052, 1050, 109, 'Tobetsu', 432170000, 1415170000, 0),
(26053, 1050, 109, 'Tomakomai', 426330000, 1416000000, 0),
(26054, 1050, 109, 'Wakkanai', 454156670, 1416730600, 0),
(26055, 1050, 109, 'Yoichi', 432000000, 1407830000, 0),
(26056, 1050, 109, 'Yubari', 430500000, 1419670000, 0),
(26057, 1051, 109, 'Aioi', 348000000, 1344670000, 0),
(26058, 1051, 109, 'Akashi', 346500000, 1350000000, 0),
(26059, 1051, 109, 'Ako', 347516700, 1343930600, 0),
(26060, 1051, 109, 'Amagasaki', 347330000, 1354000000, 0),
(26061, 1051, 109, 'Ashiya', 347330000, 1353000000, 0),
(26062, 1051, 109, 'Himeji', 348166700, 1347000000, 0),
(26063, 1051, 109, 'Itami', 347830000, 1354000000, 0),
(26064, 1051, 109, 'Kakogawa', 347500000, 1348330000, 0),
(26065, 1051, 109, 'Kato', 349170000, 1349670000, 0),
(26066, 1051, 109, 'Kawanishi', 348330000, 1354170000, 0),
(26067, 1051, 109, 'Kobe', 346900000, 1351955600, 0),
(26068, 1051, 109, 'Miki', 347936100, 1349930600, 0),
(26069, 1051, 109, 'Nishinomiya', 347375970, 1353415640, 0),
(26070, 1051, 109, 'Nishiwaki', 349902800, 1349722200, 0),
(26071, 1051, 109, 'Ono', 348497200, 1349341700, 0),
(26072, 1051, 109, 'Sanda', 348830000, 1352330000, 0),
(26073, 1051, 109, 'Shirahama', 347833300, 1347166700, 0),
(26074, 1051, 109, 'Sumoto', 343500000, 1349000000, 0),
(26075, 1051, 109, 'Takarazuka', 348000000, 1353670000, 0),
(26076, 1051, 109, 'Takasago', 347670000, 1347830000, 0),
(26077, 1051, 109, 'Toyooka', 355500000, 1348170000, 0),
(26078, 1052, 109, 'Ami', 360330000, 1402170000, 0),
(26079, 1052, 109, 'Bando', 360500000, 1398830000, 0),
(26080, 1052, 109, 'Chikusei', 363000000, 1399830000, 0),
(26081, 1052, 109, 'Funaishikawa', 364666700, 1405666700, 0),
(26082, 1052, 109, 'Hitachi', 366000000, 1406500000, 0),
(26083, 1052, 109, 'Hitachinaka', 364000000, 1405330000, 0),
(26084, 1052, 109, 'Hitachiomiya', 365500000, 1404170000, 0),
(26085, 1052, 109, 'Inashiki', 359670000, 1403170000, 0),
(26086, 1052, 109, 'Joso', 360170000, 1400000000, 0),
(26087, 1052, 109, 'Kamisu', 358830000, 1406670000, 0),
(26088, 1052, 109, 'Kasama', 363830000, 1402330000, 0),
(26089, 1052, 109, 'Kashima', 359670000, 1406500000, 0),
(26090, 1052, 109, 'Koga', 361830000, 1397000000, 0),
(26091, 1052, 109, 'Makabe', 362670000, 1401000000, 0),
(26092, 1052, 109, 'Mito', 363670000, 1404670000, 0),
(26093, 1052, 109, 'Moriya', 359480600, 1399788900, 0),
(26094, 1052, 109, 'Naka', 364500000, 1404830000, 0),
(26095, 1052, 109, 'Namegata', 359869400, 1404922200, 0),
(26096, 1052, 109, 'Oarai', 363170000, 1405670000, 0),
(26097, 1052, 109, 'Ryugasaki', 359170000, 1401830000, 0),
(26098, 1052, 109, 'Sakai', 361170000, 1398000000, 0),
(26099, 1052, 109, 'Takahagi', 367170000, 1407170000, 0),
(26100, 1052, 109, 'Toride', 359170000, 1400500000, 0),
(26101, 1052, 109, 'Tsuchiura', 360670000, 1402000000, 0),
(26102, 1052, 109, 'Tsukuba', 360330000, 1400670000, 0),
(26103, 1052, 109, 'Tsukubamirai', 359670000, 1400330000, 0),
(26104, 1052, 109, 'Ushiku', 359830000, 1401500000, 0),
(26105, 1052, 109, 'Yuki', 363022200, 1398800000, 0),
(26106, 1053, 109, 'Hakui', 368900000, 1367816700, 0),
(26107, 1053, 109, 'Hakusan', 365170000, 1365670000, 0),
(26108, 1053, 109, 'Kaga', 363000000, 1363170000, 0),
(26109, 1053, 109, 'Kanazawa', 365670000, 1366500000, 0),
(26110, 1053, 109, 'Komatsu', 364170000, 1364500000, 0),
(26111, 1053, 109, 'Matsuto', 365166700, 1365666700, 0),
(26112, 1053, 109, 'Nomi', 364360000, 1365420000, 0),
(26113, 1053, 109, 'Nonoichi', 365170000, 1366170000, 0),
(26114, 1053, 109, 'Tsubata', 366670000, 1367330000, 0),
(26115, 1053, 109, 'Wajima', 373830000, 1369000000, 0),
(26116, 1054, 109, 'Hanamaki', 393830000, 1411170000, 0),
(26117, 1054, 109, 'Ichinohe', 402000000, 1413000000, 0),
(26118, 1054, 109, 'Ichinoseki', 389170000, 1411330000, 0),
(26119, 1054, 109, 'Kitakami', 392830000, 1411170000, 0),
(26120, 1054, 109, 'Miyako', 396330000, 1419500000, 0),
(26121, 1054, 109, 'Morioka', 396830000, 1411500000, 0),
(26122, 1054, 109, 'Ofunato', 390670000, 1417170000, 0),
(26123, 1054, 109, 'Oshu', 391330000, 1411330000, 0),
(26124, 1054, 109, 'Otsuchi', 393597200, 1419063900, 0),
(26125, 1054, 109, 'Shizukuishi', 396830000, 1409830000, 0),
(26126, 1054, 109, 'Yamada', 394670000, 1419500000, 0),
(26127, 1055, 109, 'Higashikagawa', 342500000, 1343670000, 0),
(26128, 1055, 109, 'Marugame', 342830000, 1338000000, 0),
(26129, 1055, 109, 'Sakaide', 343170000, 1338670000, 0),
(26130, 1055, 109, 'Tadotsu', 342670000, 1337500000, 0),
(26131, 1055, 109, 'Takamatsu', 343500000, 1340500000, 0),
(26132, 1055, 109, 'Zentsuji', 342170000, 1337830000, 0),
(26133, 1056, 109, 'Aira', 317500000, 1307670000, 0),
(26134, 1056, 109, 'Amami', 283170000, 1294500000, 0),
(26135, 1056, 109, 'Hioki', 316116700, 1303730600, 0),
(26136, 1056, 109, 'Ibusuki', 312527800, 1306330600, 0),
(26137, 1056, 109, 'Ichikikushikino', 317170000, 1302670000, 0),
(26138, 1056, 109, 'Kagoshima', 316000000, 1305500000, 0),
(26139, 1056, 109, 'Kanoya', 314170000, 1308830000, 0),
(26140, 1056, 109, 'Kirishima', 318170000, 1307670000, 0),
(26141, 1056, 109, 'Makurazaki', 312830000, 1303170000, 0),
(26142, 1056, 109, 'Minamikyushu', 313777800, 1304419400, 0),
(26143, 1056, 109, 'Minamisatsuma', 314022200, 1303030600, 0),
(26144, 1056, 109, 'Soo', 316363900, 1309611100, 0),
(26145, 1057, 109, 'Atsugi', 354333300, 1393666700, 0),
(26146, 1057, 109, 'Ayase', 354330000, 1394330000, 0),
(26147, 1057, 109, 'Chigasaki', 353330000, 1394000000, 0),
(26148, 1057, 109, 'Ebina', 354463900, 1393908300, 0),
(26149, 1057, 109, 'Fujisawa', 353500000, 1394670000, 0),
(26150, 1057, 109, 'Hadano', 353670000, 1392170000, 0),
(26151, 1057, 109, 'Hakone', 351830000, 1390330000, 0),
(26152, 1057, 109, 'Hayama', 352725000, 1395861100, 0),
(26153, 1057, 109, 'Hiratsuka', 353170000, 1393500000, 0),
(26154, 1057, 109, 'Isehara', 353830000, 1393000000, 0),
(26155, 1057, 109, 'Kamakura', 353170000, 1395500000, 0),
(26156, 1057, 109, 'Kawasaki', 355170000, 1397000000, 0),
(26157, 1057, 109, 'Minami-rinkan', 354833300, 1394500000, 0),
(26158, 1057, 109, 'Miura', 351500000, 1396170000, 0),
(26159, 1057, 109, 'Ninomiya', 353830000, 1393000000, 0),
(26160, 1057, 109, 'Odawara', 352500000, 1391500000, 0),
(26161, 1057, 109, 'Oiso', 353086100, 1393127800, 0),
(26162, 1057, 109, 'Sagamihara', 355670000, 1393670000, 0),
(26163, 1057, 109, 'Yamato', 354830000, 1394500000, 0),
(26164, 1057, 109, 'Yokohama', 354441700, 1396380600, 0),
(26165, 1057, 109, 'Yokosuka', 352500000, 1396670000, 0),
(26166, 1057, 109, 'Yugawara', 351500000, 1390670000, 0),
(26167, 1057, 109, 'Zama', 354830000, 1394000000, 0),
(26168, 1057, 109, 'Zushi', 352830000, 1395830000, 0),
(26169, 1058, 109, 'Kochi', 335670000, 1335330000, 0),
(26170, 1058, 109, 'Shimanto', 330000000, 1329333330, 0),
(26171, 1058, 109, 'Tosashimizu', 327830000, 1329500000, 0),
(26172, 1059, 109, 'Amakusa', 324670000, 1302000000, 0),
(26173, 1059, 109, 'Hitoyoshi', 322170000, 1307500000, 0),
(26174, 1059, 109, 'Kikuchi', 329830000, 1308170000, 0),
(26175, 1059, 109, 'Kumamoto', 327830000, 1307330000, 0),
(26176, 1059, 109, 'Tamana', 329170000, 1305670000, 0),
(26177, 1059, 109, 'Uki', 326450000, 1306863900, 0),
(26178, 1059, 109, 'Uto', 326827800, 1306669400, 0),
(26179, 1059, 109, 'Yamaga', 330169400, 1306827800, 0),
(26180, 1059, 109, 'Yatsushiro', 325000000, 1306000000, 0),
(26181, 1060, 109, 'Fukuchiyama', 353000000, 1351330000, 0),
(26182, 1060, 109, 'Kameoka', 350170000, 1355670000, 0),
(26183, 1060, 109, 'Kamigyo-ku', 350297200, 1357566700, 0),
(26184, 1060, 109, 'Kizugawa', 347330000, 1358170000, 0),
(26185, 1060, 109, 'Kyotanabe', 348170000, 1357670000, 0),
(26186, 1060, 109, 'Kyoto', 350116700, 1357683300, 0),
(26187, 1060, 109, 'Maizuru', 354670000, 1353830000, 0),
(26188, 1060, 109, 'Muko', 349500000, 1357000000, 0),
(26189, 1060, 109, 'Nagaokakyo', 349330000, 1357000000, 0),
(26190, 1060, 109, 'Uji', 348844400, 1357997200, 0),
(26191, 1060, 109, 'Yawata', 348670000, 1357000000, 0),
(26192, 1061, 109, 'Inabe', 351170000, 1365670000, 0),
(26193, 1061, 109, 'Ise', 344830000, 1367170000, 0),
(26194, 1061, 109, 'Komono', 350170000, 1365000000, 0),
(26195, 1061, 109, 'Kumano', 338830000, 1361000000, 0),
(26196, 1061, 109, 'Kuwana', 350670000, 1366830000, 0),
(26197, 1061, 109, 'Matsusaka', 345830000, 1365330000, 0),
(26198, 1061, 109, 'Nabari', 346330000, 1361000000, 0),
(26199, 1061, 109, 'Shima', 343330000, 1368330000, 0),
(26200, 1061, 109, 'Suzuka', 348830000, 1365830000, 0),
(26201, 1061, 109, 'Toba', 344830000, 1368500000, 0),
(26202, 1061, 109, 'Tsu', 347170000, 1365000000, 0),
(26203, 1061, 109, 'Yokkaichi', 349666700, 1366166700, 0),
(26204, 1062, 109, 'Iwanuma', 381000000, 1408670000, 0),
(26205, 1062, 109, 'Matsushima', 383830000, 1410670000, 0),
(26206, 1062, 109, 'Natori', 381670000, 1408830000, 0),
(26207, 1062, 109, 'Okawara', 380500000, 1407336100, 0),
(26208, 1062, 109, 'Osaki', 385670000, 1409500000, 0),
(26209, 1062, 109, 'Rifu', 383170000, 1409670000, 0),
(26210, 1062, 109, 'Sendai', 382670000, 1408670000, 0),
(26211, 1062, 109, 'Shiogama', 383147200, 1410222200, 0),
(26212, 1062, 109, 'Shiroishi', 380000000, 1406170000, 0),
(26213, 1062, 109, 'Tagajo', 382941700, 1410044400, 0),
(26214, 1062, 109, 'Tomiya', 384000000, 1408830000, 0),
(26215, 1062, 109, 'Watari', 380350000, 1408511100, 0),
(26216, 1062, 109, 'Yamoto', 384170000, 1412000000, 0),
(26217, 1063, 109, 'Kobayashi', 319944400, 1309516700, 0),
(26218, 1063, 109, 'Miyakonojo', 317170000, 1310670000, 0),
(26219, 1063, 109, 'Miyazaki', 319170000, 1314170000, 0),
(26220, 1063, 109, 'Nobeoka', 325830000, 1316670000, 0),
(26221, 1064, 109, 'Azumino', 362830000, 1379170000, 0),
(26222, 1064, 109, 'Chikuma', 365330000, 1381170000, 0),
(26223, 1064, 109, 'Iida', 355170000, 1378170000, 0),
(26224, 1064, 109, 'Iiyama', 368500000, 1383670000, 0),
(26225, 1064, 109, 'Ina', 358330000, 1379500000, 0),
(26226, 1064, 109, 'Komoro', 363238900, 1384291700, 0),
(26227, 1064, 109, 'Matsumoto', 362330000, 1379670000, 0),
(26228, 1064, 109, 'Nagano', 366330000, 1381830000, 0),
(26229, 1064, 109, 'Nakano', 367500000, 1383670000, 0),
(26230, 1064, 109, 'Okaya', 360638900, 1380525000, 0),
(26231, 1064, 109, 'Omachi', 365000000, 1378500000, 0),
(26232, 1064, 109, 'Saku', 362500000, 1384830000, 0),
(26233, 1064, 109, 'Shiojiri', 361170000, 1379500000, 0),
(26234, 1064, 109, 'Suwa', 360330000, 1381170000, 0),
(26235, 1064, 109, 'Suzaka', 366500000, 1383166700, 0),
(26236, 1064, 109, 'Tatsuno', 359830000, 1379830000, 0),
(26237, 1064, 109, 'Tomi', 363670000, 1383330000, 0),
(26238, 1064, 109, 'Ueda', 364000000, 1382500000, 0),
(26239, 1065, 109, 'Goto', 327000000, 1288330000, 0),
(26240, 1065, 109, 'Hirado', 333670000, 1295500000, 0),
(26241, 1065, 109, 'Isahaya', 328500000, 1300670000, 0),
(26242, 1065, 109, 'Nagasaki', 327830000, 1298670000, 0),
(26243, 1065, 109, 'Obita', 328166700, 1298833300, 0),
(26244, 1065, 109, 'Sasebo', 331830000, 1297170000, 0),
(26245, 1065, 109, 'Tsushima', 342000000, 1292830000, 0),
(26246, 1065, 109, 'Wakamatsu-jima', 328666670, 1290166670, 0),
(26247, 1066, 109, 'Gose', 344670000, 1357330000, 0),
(26248, 1066, 109, 'Haibara', 345333300, 1359500000, 0),
(26249, 1066, 109, 'Ikoma', 347000000, 1357000000, 0),
(26250, 1066, 109, 'Kashiba', 345330000, 1357000000, 0),
(26251, 1066, 109, 'Kashihara', 345170000, 1358000000, 0),
(26252, 1066, 109, 'Nara', 346830000, 1358000000, 0),
(26253, 1066, 109, 'Sakurai', 345170000, 1358500000, 0),
(26254, 1066, 109, 'Tenri', 346000000, 1358330000, 0),
(26255, 1066, 109, 'Yamatokoriyama', 346500000, 1357830000, 0),
(26256, 1066, 109, 'Yoshino-cho', 343961100, 1358576800, 0),
(26257, 1067, 109, 'Agano', 378313900, 1392291700, 0),
(26258, 1067, 109, 'Itoigawa', 370330000, 1378670000, 0),
(26259, 1067, 109, 'Joetsu', 371500000, 1382330000, 0),
(26260, 1067, 109, 'Kameda', 378666700, 1391166700, 0),
(26261, 1067, 109, 'Kamo', 376670000, 1390330000, 0),
(26262, 1067, 109, 'Kashiwazaki', 373670000, 1385670000, 0),
(26263, 1067, 109, 'Maki', 377500000, 1388833300, 0),
(26264, 1067, 109, 'Minami-Uonuma', 370670000, 1388830000, 0),
(26265, 1067, 109, 'Mitsuke', 375330000, 1389170000, 0),
(26266, 1067, 109, 'Murakami', 382170000, 1394830000, 0),
(26267, 1067, 109, 'Myoko', 370330000, 1382500000, 0),
(26268, 1067, 109, 'Nagaoka', 374330000, 1388330000, 0),
(26269, 1067, 109, 'Niigata', 379161100, 1390363900, 0),
(26270, 1067, 109, 'Niitsu', 378000000, 1391166700, 0),
(26271, 1067, 109, 'Ojiya', 373170000, 1388000000, 0),
(26272, 1067, 109, 'Sado', 380170000, 1383670000, 0),
(26273, 1067, 109, 'Sanjo', 376330000, 1389670000, 0),
(26274, 1067, 109, 'Shibata', 379508610, 1393278890, 0),
(26275, 1067, 109, 'Shirone', 377666700, 1390166700, 0),
(26276, 1067, 109, 'Tokamachi', 371244400, 1387588900, 0),
(26277, 1067, 109, 'Tsubame', 376670000, 1389330000, 0),
(26278, 1068, 109, 'Beppu', 332795280, 1315000280, 0),
(26279, 1068, 109, 'Hita', 333170000, 1309330000, 0),
(26280, 1068, 109, 'Kitsuki', 334170000, 1316170000, 0),
(26281, 1068, 109, 'Oita', 332333300, 1316066700, 0),
(26282, 1068, 109, 'Saiki', 329670000, 1319000000, 0),
(26283, 1068, 109, 'Takedamachi', 329666700, 1314000000, 0),
(26284, 1068, 109, 'Tsukawaki', 332666700, 1311500000, 0),
(26285, 1068, 109, 'Tsukumi', 330670000, 1318670000, 0),
(26286, 1069, 109, 'Akaiwa', 347500000, 1340170000, 0),
(26287, 1069, 109, 'Asakuchi', 345247200, 1335875000, 0),
(26288, 1069, 109, 'Ibara', 346000000, 1334670000, 0),
(26289, 1069, 109, 'Kurashiki', 345830000, 1337670000, 0),
(26290, 1069, 109, 'Niimi', 349738900, 1334730600, 0),
(26291, 1069, 109, 'Okayama', 346500000, 1339170000, 0),
(26292, 1069, 109, 'Setochi', 346670000, 1341000000, 0),
(26293, 1069, 109, 'Soja', 346591700, 1337661100, 0),
(26294, 1069, 109, 'Takahashi', 347913900, 1336163900, 0),
(26295, 1069, 109, 'Tamano', 344886100, 1339486100, 0),
(26296, 1069, 109, 'Tsuyama', 350694400, 1340044400, 0),
(26297, 1070, 109, 'Chatan', 263200000, 1277638900, 0),
(26298, 1070, 109, 'Ginowan', 262816700, 1277783300, 0),
(26299, 1070, 109, 'Haebaru', 261911100, 1277286100, 0),
(26300, 1070, 109, 'Kadena', 263616700, 1277552800, 0),
(26301, 1070, 109, 'Miyakojima', 248055600, 1252811100, 0),
(26302, 1070, 109, 'Nago', 265916700, 1279775000, 0),
(26303, 1070, 109, 'Naha', 262122200, 1276791700, 0),
(26304, 1070, 109, 'Okinawa', 263341700, 1278055600, 0),
(26305, 1070, 109, 'Urasoe', 262458300, 1277219400, 0),
(26306, 1070, 109, 'Uruma', 263791700, 1278575000, 0),
(26307, 1071, 109, 'Daito', 347170000, 1356170000, 0),
(26308, 1071, 109, 'Habikino', 345500000, 1356000000, 0),
(26309, 1071, 109, 'Higashiosaka', 346794400, 1356008300, 0),
(26310, 1071, 109, 'Hirakata', 348170000, 1356500000, 0),
(26311, 1071, 109, 'Ibaraki', 348163900, 1355686100, 0),
(26312, 1071, 109, 'Ikeda', 348170000, 1354330000, 0),
(26313, 1071, 109, 'Izumi', 344830000, 1354170000, 0),
(26314, 1071, 109, 'Izumiotsu', 345000000, 1354000000, 0),
(26315, 1071, 109, 'Izumisano', 344000000, 1353330000, 0),
(26316, 1071, 109, 'Kadoma', 347330000, 1355830000, 0),
(26317, 1071, 109, 'Kaizuka', 344330000, 1353670000, 0),
(26318, 1071, 109, 'Kashihara', 345833300, 1356166700, 0),
(26319, 1071, 109, 'Kashiwara', 345830000, 1356330000, 0),
(26320, 1071, 109, 'Katano', 347830000, 1356830000, 0),
(26321, 1071, 109, 'Kishiwada', 344670000, 1353670000, 0),
(26322, 1071, 109, 'Matsubara', 345830000, 1355500000, 0),
(26323, 1071, 109, 'Mino', 348330000, 1354670000, 0),
(26324, 1071, 109, 'Moriguchi', 347375000, 1355641700, 0),
(26325, 1071, 109, 'Neyagawa', 347670000, 1356330000, 0),
(26326, 1071, 109, 'Osaka', 346938900, 1355022200, 0),
(26327, 1071, 109, 'Osakasayama', 345000000, 1355500000, 0),
(26328, 1071, 109, 'Sakai', 345733300, 1354830600, 0),
(26329, 1071, 109, 'Sennan', 343627800, 1352761100, 0),
(26330, 1071, 109, 'Settsu', 347772200, 1355622200, 0),
(26331, 1071, 109, 'Shijonawate', 347400000, 1356394400, 0),
(26332, 1071, 109, 'Suita', 347594400, 1355169400, 0),
(26333, 1071, 109, 'Takaishi', 345170000, 1354500000, 0),
(26334, 1071, 109, 'Takatsuki', 348500000, 1356170000, 0),
(26335, 1071, 109, 'Tondabayashi', 345000000, 1356000000, 0),
(26336, 1071, 109, 'Toyonaka', 347830000, 1354670000, 0),
(26337, 1071, 109, 'Yao', 346268690, 1356009860, 0),
(26338, 1072, 109, 'Imari', 332670000, 1298830000, 0),
(26339, 1072, 109, 'Kanzaki', 333170000, 1303670000, 0),
(26340, 1072, 109, 'Karatsu', 334500000, 1299670000, 0),
(26341, 1072, 109, 'Kashima', 331036100, 1300988900, 0),
(26342, 1072, 109, 'Saga', 332670000, 1303000000, 0),
(26343, 1072, 109, 'Takeo', 332000000, 1300170000, 0),
(26344, 1072, 109, 'Taku', 332830000, 1301170000, 0),
(26345, 1072, 109, 'Tosu', 333830000, 1305000000, 0),
(26346, 1072, 109, 'Ureshino', 331330000, 1300670000, 0),
(26347, 1073, 109, 'Ageo', 359830000, 1396000000, 0),
(26348, 1073, 109, 'Asaka', 358000000, 1396000000, 0),
(26349, 1073, 109, 'Chichibu', 360000000, 1390830000, 0),
(26350, 1073, 109, 'Fujimi', 358500000, 1395500000, 0),
(26351, 1073, 109, 'Fujimino', 358830000, 1395170000, 0),
(26352, 1073, 109, 'Fukaya', 362000000, 1392830000, 0),
(26353, 1073, 109, 'Gyoda', 361330000, 1394500000, 0),
(26354, 1073, 109, 'Hanno', 358500000, 1393170000, 0),
(26355, 1073, 109, 'Hasuda', 360000000, 1396670000, 0),
(26356, 1073, 109, 'Higashimatsuyama', 360500000, 1394000000, 0),
(26357, 1073, 109, 'Honjo', 362433300, 1391902800, 0),
(26358, 1073, 109, 'Iruma', 358330000, 1393830000, 0),
(26359, 1073, 109, 'Kasukabe', 359830000, 1397500000, 0),
(26360, 1073, 109, 'Kawagoe', 359330000, 1394830000, 0),
(26361, 1073, 109, 'Kawaguchi', 358000000, 1397170000, 0),
(26362, 1073, 109, 'Kazo', 361283300, 1396050000, 0),
(26363, 1073, 109, 'Kitamoto', 360238900, 1395336100, 0),
(26364, 1073, 109, 'Kodama', 361830000, 1391330000, 0),
(26365, 1073, 109, 'Konosu', 360670000, 1395170000, 0),
(26366, 1073, 109, 'Koshigaya', 358830000, 1397830000, 0),
(26367, 1073, 109, 'Kuki', 360670000, 1396670000, 0),
(26368, 1073, 109, 'Kumagaya', 361500000, 1393830000, 0),
(26369, 1073, 109, 'Morohongo', 359355600, 1393044400, 0),
(26370, 1073, 109, 'Niza', 358000000, 1395670000, 0),
(26371, 1073, 109, 'Okegawa', 360000000, 1395500000, 0),
(26372, 1073, 109, 'Saitama', 358670000, 1396500000, 0),
(26373, 1073, 109, 'Sakado', 359500000, 1394000000, 0),
(26374, 1073, 109, 'Satte', 360750000, 1397291700, 0),
(26375, 1073, 109, 'Sayama', 358500000, 1394170000, 0),
(26376, 1073, 109, 'Shiki', 358330000, 1395830000, 0),
(26377, 1073, 109, 'Shiraoka', 360170000, 1396830000, 0),
(26378, 1073, 109, 'Soka', 358330000, 1398000000, 0),
(26379, 1073, 109, 'Toda', 358170000, 1396830000, 0),
(26380, 1073, 109, 'Tokorozawa', 358000000, 1394670000, 0),
(26381, 1073, 109, 'Tsurugashima', 359330000, 1395500000, 0),
(26382, 1073, 109, 'Wako', 357830000, 1396000000, 0),
(26383, 1073, 109, 'Warabi', 358330000, 1396830000, 0),
(26384, 1073, 109, 'Yashio', 358197200, 1398422200, 0),
(26385, 1073, 109, 'Yoshikawa', 358877800, 1398444400, 0),
(26386, 1074, 109, 'Higashiomi', 351170000, 1362000000, 0),
(26387, 1074, 109, 'Hikone', 352670000, 1362670000, 0),
(26388, 1074, 109, 'Koka', 349670000, 1361670000, 0),
(26389, 1074, 109, 'Konan', 350000000, 1360830000, 0),
(26390, 1074, 109, 'Kusatsu', 350170000, 1359670000, 0),
(26391, 1074, 109, 'Moriyama', 350586100, 1359941700, 0),
(26392, 1074, 109, 'Nagahama', 353830000, 1362830000, 0),
(26393, 1074, 109, 'Otsu', 350170000, 1358500000, 0),
(26394, 1074, 109, 'Ritto', 350170000, 1360000000, 0),
(26395, 1075, 109, 'Gotsu', 350170000, 1322170000, 0),
(26396, 1075, 109, 'Hamada', 349000000, 1320830000, 0),
(26397, 1075, 109, 'Izumo', 353670000, 1327670000, 0),
(26398, 1075, 109, 'Masuda', 346670000, 1318500000, 0),
(26399, 1075, 109, 'Matsue', 354670000, 1330500000, 0),
(26400, 1075, 109, 'Yasugi', 354283300, 1332536100, 0),
(26401, 1076, 109, 'Atami', 351000000, 1390670000, 0),
(26402, 1076, 109, 'Fuji', 351670000, 1386830000, 0),
(26403, 1076, 109, 'Fujieda', 348670000, 1382500000, 0),
(26404, 1076, 109, 'Fujinomiya', 352170000, 1386170000, 0),
(26405, 1076, 109, 'Fukuroi', 347500000, 1379170000, 0),
(26406, 1076, 109, 'Gotemba', 353170000, 1389330000, 0),
(26407, 1076, 109, 'Hamamatsu', 347108300, 1377261100, 0),
(26408, 1076, 109, 'Ito', 349670000, 1391000000, 0),
(26409, 1076, 109, 'Iwata', 347170000, 1378500000, 0),
(26410, 1076, 109, 'Izunokuni', 350330000, 1389330000, 0),
(26411, 1076, 109, 'Kakegawa', 347670000, 1380000000, 0),
(26412, 1076, 109, 'Kikugawa', 347500000, 1380830000, 0),
(26413, 1076, 109, 'Kosai', 347244400, 1375197200, 0),
(26414, 1076, 109, 'Mishima', 351170000, 1389170000, 0),
(26415, 1076, 109, 'Mori', 348330000, 1379330000, 0),
(26416, 1076, 109, 'Numazu', 351000000, 1388670000, 0),
(26417, 1076, 109, 'Shimoda', 346830000, 1389500000, 0),
(26418, 1076, 109, 'Shizuoka', 349830000, 1383830000, 0),
(26419, 1076, 109, 'Susono', 351670000, 1389000000, 0),
(26420, 1076, 109, 'Yaizu', 348670000, 1383170000, 0),
(26421, 1077, 109, 'Ashikaga', 363330000, 1394500000, 0),
(26422, 1077, 109, 'Kaminokawa', 364330000, 1399170000, 0),
(26423, 1077, 109, 'Kanuma', 365670000, 1397500000, 0),
(26424, 1077, 109, 'Mashiko', 364670000, 1401000000, 0),
(26425, 1077, 109, 'Mibu', 364330000, 1398000000, 0),
(26426, 1077, 109, 'Moka', 364330000, 1400170000, 0),
(26427, 1077, 109, 'Nasushiobara', 369670000, 1400500000, 0),
(26428, 1077, 109, 'Nikko', 367500000, 1396000000, 0),
(26429, 1077, 109, 'Otawara', 368670000, 1400170000, 0),
(26430, 1077, 109, 'Oyama', 363170000, 1398000000, 0),
(26431, 1077, 109, 'Sano', 363170000, 1395830000, 0),
(26432, 1077, 109, 'Shimotsuke', 363838900, 1398452800, 0),
(26433, 1077, 109, 'Tochigi', 363811100, 1397302800, 0),
(26434, 1077, 109, 'Utsunomiya', 365500000, 1398830000, 0),
(26435, 1078, 109, 'Ikeda', 340166700, 1338000000, 0),
(26436, 1078, 109, 'Ishii', 340670000, 1344330000, 0),
(26437, 1078, 109, 'Komatsushima', 340002800, 1345844400, 0),
(26438, 1078, 109, 'Naruto', 341670000, 1346170000, 0),
(26439, 1078, 109, 'Tokushima', 340670000, 1345500000, 0),
(26440, 1079, 109, 'Akiruno', 357288900, 1392941700, 0),
(26441, 1079, 109, 'Akishima', 357000000, 1393500000, 0),
(26442, 1079, 109, 'Chofu', 356506140, 1395406940, 0),
(26443, 1079, 109, 'Fuchu', 356689720, 1394776610, 0),
(26444, 1079, 109, 'Fussa', 357330000, 1393330000, 0),
(26445, 1079, 109, 'Hachioji', 356663390, 1393158060, 0),
(26446, 1079, 109, 'Higashikurume', 357500000, 1395330000, 0),
(26447, 1079, 109, 'Higashimurayama', 357500000, 1394670000, 0),
(26448, 1079, 109, 'Higashiyamato', 357452800, 1394266700, 0),
(26449, 1079, 109, 'Hino', 356670000, 1394000000, 0),
(26450, 1079, 109, 'Inagi', 353047200, 1395047200, 0),
(26451, 1079, 109, 'Kami-renjaku', 356833300, 1395500000, 0),
(26452, 1079, 109, 'Kiyose', 357830000, 1395170000, 0),
(26453, 1079, 109, 'Kodaira', 357170000, 1394670000, 0),
(26454, 1079, 109, 'Koganei', 357000000, 1395000000, 0),
(26455, 1079, 109, 'Kokubunji', 357170000, 1394670000, 0),
(26456, 1079, 109, 'Komae', 356330000, 1395830000, 0),
(26457, 1079, 109, 'Kunitachi', 356830000, 1394330000, 0),
(26458, 1079, 109, 'Machida', 355486690, 1394466390, 0),
(26459, 1079, 109, 'Meguro-ku', 356330000, 1396830000, 0),
(26460, 1079, 109, 'Mitaka', 356830000, 1395670000, 0),
(26461, 1079, 109, 'Musashimurayama', 357547200, 1393875000, 0),
(26462, 1079, 109, 'Musashino', 357170000, 1395670000, 0),
(26463, 1079, 109, 'Nerima', 357356220, 1396516580, 0),
(26464, 1079, 109, 'Nishitokyo', 357330000, 1395330000, 0),
(26465, 1079, 109, 'Ome', 357830000, 1392830000, 0),
(26466, 1079, 109, 'Shibuya-ku', 356640360, 1396982110, 0),
(26467, 1079, 109, 'Shinagawa-ku', 356000000, 1397330000, 0),
(26468, 1079, 109, 'Tachikawa', 356830000, 1394170000, 0),
(26469, 1079, 109, 'Tama', 356370030, 1394463060, 0),
(26470, 1079, 109, 'Tokyo', 356895060, 1396917000, 0),
(26471, 1079, 109, 'Urayasu', 356705600, 1398886100, 0),
(26472, 1080, 109, 'Kurayoshi', 354330000, 1338170000, 0),
(26473, 1080, 109, 'Sakaiminato', 355330000, 1332330000, 0),
(26474, 1080, 109, 'Tottori', 355000000, 1342330000, 0),
(26475, 1080, 109, 'Yonago', 354330000, 1333330000, 0),
(26476, 1081, 109, 'Imizu', 367170000, 1371000000, 0),
(26477, 1081, 109, 'Kamiichi', 367000000, 1373670000, 0),
(26478, 1081, 109, 'Nyuzen', 369330000, 1375000000, 0),
(26479, 1081, 109, 'Takaoka', 367500000, 1370330000, 0),
(26480, 1081, 109, 'Tonami', 366475000, 1369622200, 0),
(26481, 1081, 109, 'Toyama', 367000000, 1372170000, 0),
(26482, 1081, 109, 'Uozu', 368122200, 1374013900, 0),
(26483, 1082, 109, 'Arida', 340830000, 1351330000, 0),
(26484, 1082, 109, 'Hashimoto', 343170000, 1356000000, 0),
(26485, 1082, 109, 'Iwade', 342500000, 1353170000, 0),
(26486, 1082, 109, 'Kainan', 341500000, 1352170000, 0),
(26487, 1082, 109, 'Shimminatocho', 341833300, 1352000000, 0),
(26488, 1082, 109, 'Shingu', 337170000, 1360000000, 0),
(26489, 1082, 109, 'Tanabe', 337330000, 1353830000, 0),
(26490, 1082, 109, 'Wakayama', 342330000, 1351670000, 0),
(26491, 1083, 109, 'Murayama', 384830000, 1403830000, 0),
(26492, 1083, 109, 'Nagai', 381000000, 1400330000, 0),
(26493, 1083, 109, 'Sagae', 383670000, 1402670000, 0),
(26494, 1083, 109, 'Sakata', 389170000, 1398330000, 0),
(26495, 1083, 109, 'Shinjo', 387670000, 1403000000, 0),
(26496, 1083, 109, 'Takahata', 380000000, 1401830000, 0),
(26497, 1083, 109, 'Tendo', 383500000, 1403670000, 0),
(26498, 1083, 109, 'Tsuruoka', 387170000, 1398170000, 0),
(26499, 1083, 109, 'Yamagata', 382500000, 1403330000, 0),
(26500, 1083, 109, 'Yonezawa', 379170000, 1401170000, 0),
(26501, 1084, 109, 'Hagi', 344000000, 1314000000, 0),
(26502, 1084, 109, 'Hofu', 340500000, 1315670000, 0),
(26503, 1084, 109, 'Iwakuni', 341500000, 1321830000, 0),
(26504, 1084, 109, 'Nagato', 343722200, 1311833300, 0),
(26505, 1084, 109, 'Otake', 342000000, 1322166700, 0),
(26506, 1084, 109, 'Sanyo-Onoda', 340000000, 1311830000, 0),
(26507, 1084, 109, 'Shimonoseki', 339500000, 1309330000, 0),
(26508, 1084, 109, 'Shunan', 340500000, 1318000000, 0),
(26509, 1084, 109, 'Suo-Oshima-cho', 339166670, 1322333330, 0),
(26510, 1084, 109, 'Ube', 339500000, 1312500000, 0),
(26511, 1084, 109, 'Yamaguchi', 341830000, 1314670000, 0),
(26512, 1085, 109, 'Chuo', 356000000, 1386830000, 0),
(26513, 1085, 109, 'Fuefuki', 356508300, 1386391700, 0),
(26514, 1085, 109, 'Kai', 356670000, 1385170000, 0),
(26515, 1085, 109, 'Kofu', 356670000, 1385670000, 0),
(26516, 1085, 109, 'Koshu', 357000000, 1387330000, 0),
(26517, 1085, 109, 'Nirasaki', 357058300, 1384491700, 0),
(26518, 1085, 109, 'Otsuki', 356170000, 1389330000, 0),
(26519, 1085, 109, 'Uenohara', 356330000, 1391170000, 0),
(26520, 1085, 109, 'Yamanashi', 356891700, 1386902800, 0),
(26521, 1086, 110, 'Saint Helier', 491833300, -21000000, 0),
(26522, 1087, 111, 'Al Bunayyat ash Shamaliyah', 318929900, 358931400, 0),
(26523, 1087, 111, 'Al Jizah', 316996800, 359572100, 0),
(26524, 1087, 111, 'Al Jubayhah', 320258100, 358645800, 0),
(26525, 1087, 111, 'Al Quwaysimah', 319167000, 359500000, 0),
(26526, 1087, 111, 'Amman', 319552200, 359450300, 0),
(26527, 1087, 111, 'Jawa', 318524700, 359392800, 0),
(26528, 1087, 111, 'Sahab', 318720700, 360050100, 0),
(26529, 1087, 111, 'Umm as Summaq', 318854200, 358543000, 0),
(26530, 1087, 111, 'Wadi as Sir', 319512600, 358197900, 0),
(26531, 1088, 111, 'Aqaba', 295266700, 350077800, 0),
(26532, 1089, 111, 'Al Karamah', 319522200, 355791700, 0),
(26533, 1089, 111, 'As Salt', 320391700, 357272200, 0),
(26534, 1090, 111, 'Al Mazar', 310655600, 356961100, 0),
(26535, 1090, 111, 'Karak City', 311636800, 357620400, 0),
(26536, 1091, 111, 'Al Mafraq', 323428900, 362080400, 0),
(26537, 1092, 111, 'Az Zarqa''', 320727500, 360879600, 0),
(26538, 1092, 111, 'Russeifa', 320177800, 360463900, 0),
(26539, 1093, 111, '''Anjarah', 323063000, 357565300, 0),
(26540, 1093, 111, 'Ar Ramtha', 325591700, 360069400, 0),
(26541, 1093, 111, 'Aydun', 325072200, 358575000, 0),
(26542, 1093, 111, 'Hakama', 325944500, 358841100, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(26543, 1093, 111, 'Irbid', 325555600, 358500000, 0),
(26544, 1093, 111, 'Jarash', 322808200, 358992900, 0),
(26545, 1093, 111, 'Sakib', 322833000, 358094600, 0),
(26546, 1093, 111, 'Tibnah', 324755500, 357284400, 0),
(26547, 1093, 111, 'Zahar', 325666700, 357775000, 0),
(26548, 1094, 111, 'Al Jafr', 302945600, 362121500, 0),
(26549, 1095, 111, 'Madaba', 317166700, 358000000, 0),
(26550, 1097, 112, 'Almaty', 432500000, 769500000, 0),
(26551, 1096, 112, 'Balpyk Bi', 448947200, 782083300, 0),
(26552, 1096, 112, 'Burunday', 433602800, 768577800, 0),
(26553, 1096, 112, 'Energeticheskiy', 434277800, 770222200, 0),
(26554, 1096, 112, 'Esik', 433552000, 774524500, 0),
(26555, 1096, 112, 'Pervomayskiy', 433736100, 769400000, 0),
(26556, 1096, 112, 'Qapshaghay', 438833300, 770833300, 0),
(26557, 1096, 112, 'Saryozek', 443583300, 779752800, 0),
(26558, 1096, 112, 'Taldyqorghan', 450000000, 779166700, 0),
(26559, 1096, 112, 'Talghar', 433044400, 772327800, 0),
(26560, 1098, 112, 'Akkol', 532925000, 696011100, 0),
(26561, 1098, 112, 'Stepnogorsk', 523544400, 718869400, 0),
(26562, 1099, 112, 'Aqtobe', 502796900, 572071800, 0),
(26563, 1100, 112, 'Astana', 511801000, 714459800, 0),
(26564, 1101, 112, 'Atyrau', 471166700, 518833300, 0),
(26565, 1101, 112, 'Maqat', 476500000, 533166700, 0),
(26566, 1101, 112, 'Qaraton', 464352800, 534863900, 0),
(26567, 1102, 112, 'Ridder', 503550000, 835133300, 0),
(26568, 1102, 112, 'Semey', 504111100, 802275000, 0),
(26569, 1102, 112, 'Tughyl', 477500000, 841833300, 0),
(26570, 1102, 112, 'Ust''-Kamenogorsk', 499788900, 826102800, 0),
(26571, 1103, 112, 'Aktau', 480333300, 728333300, 0),
(26572, 1103, 112, 'Bautino', 445451200, 502499000, 0),
(26573, 1103, 112, 'Munayshy', 434911100, 521086100, 0),
(26574, 1103, 112, 'Omirzaq', 435963900, 512550000, 0),
(26575, 1104, 112, 'Kokshetau', 532775000, 693883300, 0),
(26576, 1104, 112, 'Petropavlovsk', 548752800, 691627800, 0),
(26577, 1105, 112, 'Aqsu', 520333300, 769166700, 0),
(26578, 1105, 112, 'Ekibastuz', 516666700, 753666700, 0),
(26579, 1105, 112, 'Koktobe', 515297200, 774713900, 0),
(26580, 1105, 112, 'Kurchatov', 507566700, 785400000, 0),
(26581, 1105, 112, 'Leninskiy', 522502800, 767805600, 0),
(26582, 1105, 112, 'Pavlodar', 523000000, 769500000, 0),
(26583, 1106, 112, 'Aqtas', 497788900, 729608300, 0),
(26584, 1106, 112, 'Aqtau', 502366700, 730627800, 0),
(26585, 1106, 112, 'Karagandy', 500666700, 548666700, 0),
(26586, 1106, 112, 'Kievka', 502619400, 715513900, 0),
(26587, 1106, 112, 'Qaraghandy', 497988900, 730994400, 0),
(26588, 1106, 112, 'Temirtau', 500544400, 729483300, 0),
(26589, 1106, 112, 'Zhambyl', 472069400, 713969400, 0),
(26590, 1106, 112, 'Zhezqazghan', 477833300, 677666700, 0),
(26591, 1107, 112, 'Arkalyk', 502486100, 669113900, 0),
(26592, 1107, 112, 'Lisakovsk', 525369400, 624936100, 0),
(26593, 1107, 112, 'Qostanay', 531666700, 635833300, 0),
(26594, 1107, 112, 'Rudnyy', 529594400, 631205600, 0),
(26595, 1108, 112, 'Ayteke Bi', 458536100, 621561100, 0),
(26596, 1108, 112, 'Qyzylorda', 448527800, 655091700, 0),
(26597, 1108, 112, 'Shieli', 441666700, 667500000, 0),
(26598, 1109, 112, 'Arys', 424252300, 687949900, 0),
(26599, 1109, 112, 'Sholaqqkorghan', 437650000, 691813900, 0),
(26600, 1109, 112, 'Shymkent', 423000000, 696000000, 0),
(26601, 1110, 112, 'Aqsay', 511677800, 529950000, 0),
(26602, 1110, 112, 'Oral', 512333300, 513666700, 0),
(26603, 1110, 112, 'Zhanibek', 494166700, 468500000, 0),
(26604, 1111, 112, 'Georgievka', 430369400, 747113900, 0),
(26605, 1111, 112, 'Kulan', 429094300, 727177900, 0),
(26606, 1111, 112, 'Shu', 435983300, 737613900, 0),
(26607, 1111, 112, 'Taraz', 429000000, 713666700, 0),
(26608, 1112, 113, 'Keruguya', -4988600, 372803100, 0),
(26609, 1112, 113, 'Kiambu', -11666700, 368333300, 0),
(26610, 1112, 113, 'Kikuyu', -12457600, 366632800, 0),
(26611, 1112, 113, 'Maragua', -7833300, 371333300, 0),
(26612, 1112, 113, 'Nyeri', -4201300, 369475900, 0),
(26613, 1112, 113, 'Thika', -10332600, 370693300, 0),
(26614, 1113, 113, 'Kilifi', -36304500, 398499200, 0),
(26615, 1113, 113, 'Kwale', -41737500, 394520600, 0),
(26616, 1113, 113, 'Malindi', -32174800, 401191000, 0),
(26617, 1113, 113, 'Mombasa', -40546600, 396635900, 0),
(26618, 1113, 113, 'Voi', -33945200, 385630400, 0),
(26619, 1113, 113, 'Witu', -23888600, 404382100, 0),
(26620, 1114, 113, 'Athi River', -14507100, 369824500, 0),
(26621, 1114, 113, 'Embu', -5311200, 374506000, 0),
(26622, 1114, 113, 'Isiolo', 3546200, 375821800, 0),
(26623, 1114, 113, 'Machakos', -15166700, 372666700, 0),
(26624, 1114, 113, 'Marsabit', 23283900, 379898600, 0),
(26625, 1114, 113, 'Maua', 2320600, 379405200, 0),
(26626, 1114, 113, 'Meru', 462600, 376558700, 0),
(26627, 1115, 113, 'Nairobi', -12833300, 368166700, 0),
(26628, 1116, 113, 'Garissa', -4535500, 396401100, 0),
(26629, 1117, 113, 'Kisumu', -1022100, 347617100, 0),
(26630, 1117, 113, 'Ogembo', -7984000, 347253100, 0),
(26631, 1118, 113, 'Eldoret', 5203600, 352699200, 0),
(26632, 1118, 113, 'Kapsabet', 2038700, 351050000, 0),
(26633, 1118, 113, 'Kericho', -3677400, 352831400, 0),
(26634, 1118, 113, 'Kitale', 10157200, 350062200, 0),
(26635, 1118, 113, 'Naivasha', -7166700, 364359100, 0),
(26636, 1118, 113, 'Nakuru', -2833300, 360666700, 0),
(26637, 1118, 113, 'Nanyuki', 166700, 370728300, 0),
(26638, 1118, 113, 'Ngong', -13617500, 366566000, 0),
(26639, 1119, 113, 'Bungoma', 5635000, 345605500, 0),
(26640, 1119, 113, 'Kakamega', 2842200, 347522800, 0),
(26641, 1119, 113, 'Nambale', 4459400, 342519400, 0),
(26642, 1119, 113, 'Yala', 990600, 345375700, 0),
(26643, 1120, 114, 'Tarawa', 13278000, 1729769600, 0),
(26644, 1121, 115, 'Pyongyang', 390338500, 1257543200, 0),
(26645, 1122, 116, 'Chinch''on', 368566700, 1274433300, 0),
(26646, 1122, 116, 'Chungju', 369666670, 1279500000, 0),
(26647, 1122, 116, 'Koesan', 368108300, 1277947200, 0),
(26648, 1122, 116, 'Tyundyu', 366372200, 1274897200, 0),
(26649, 1122, 116, 'Yong-dong', 361750000, 1277763900, 0),
(26650, 1122, 116, 'ogcheongun', 363012000, 1275680000, 0),
(26651, 1123, 116, 'Asan', 367836100, 1270041700, 0),
(26652, 1123, 116, 'Ch''onan', 368166670, 1271666670, 0),
(26653, 1123, 116, 'Fuyo', 362819400, 1269125000, 0),
(26654, 1123, 116, 'Hongsung', 366009000, 1266650000, 0),
(26655, 1123, 116, 'Kinzan', 361030600, 1274888900, 0),
(26656, 1123, 116, 'Kongju', 364555600, 1271247200, 0),
(26657, 1123, 116, 'Nonsan', 362038900, 1270847200, 0),
(26658, 1123, 116, 'Songwon', 369155600, 1271313900, 0),
(26659, 1123, 116, 'Suisan', 367816700, 1264522200, 0),
(26660, 1123, 116, 'Taejon', 364499020, 1271333010, 0),
(26661, 1123, 116, 'Taesal-li', 369714000, 1264542000, 0),
(26662, 1123, 116, 'Taisen-ri', 363493100, 1265977200, 0),
(26663, 1123, 116, 'Tangjin', 368944400, 1266297200, 0),
(26664, 1123, 116, 'Tenan', 368065000, 1271522000, 0),
(26665, 1123, 116, 'Yesan', 366775600, 1268427200, 0),
(26666, 1123, 116, 'Yonmu', 361294400, 1271000000, 0),
(26667, 1124, 116, 'Cheju', 335097200, 1265219400, 0),
(26668, 1124, 116, 'Gaigeturi', 334644400, 1263183300, 0),
(26669, 1125, 116, 'Changsu', 356484200, 1275152300, 0),
(26670, 1125, 116, 'Iksan', 359438900, 1269544400, 0),
(26671, 1125, 116, 'Imsil', 356130600, 1272794400, 0),
(26672, 1125, 116, 'Jeonju', 358166670, 1271500000, 0),
(26673, 1125, 116, 'Kimje', 358016700, 1268888900, 0),
(26674, 1125, 116, 'Koch''ang', 354333300, 1267000000, 0),
(26675, 1125, 116, 'Kunsan', 359786100, 1267113900, 0),
(26676, 1125, 116, 'Nangen', 354100000, 1273858300, 0),
(26677, 1125, 116, 'Puan', 357280600, 1267319400, 0),
(26678, 1125, 116, 'Tsiuentcheou', 358219400, 1271488900, 0),
(26679, 1125, 116, 'Wanju', 358450900, 1271475200, 0),
(26680, 1125, 116, 'jin-angun', 357916700, 1274252800, 0),
(26681, 1126, 116, 'Beolgyo', 348449400, 1273429300, 0),
(26682, 1126, 116, 'Haenam', 345711100, 1265988900, 0),
(26683, 1126, 116, 'Hwasun', 350594400, 1269850000, 0),
(26684, 1126, 116, 'Kurye', 352094400, 1274644400, 0),
(26685, 1126, 116, 'Kwangyang', 349752800, 1275891700, 0),
(26686, 1126, 116, 'Moppo', 347936100, 1263886100, 0),
(26687, 1126, 116, 'Naju', 350283300, 1267175000, 0),
(26688, 1126, 116, 'Reiko', 352750000, 1265094400, 0),
(26689, 1126, 116, 'Reisui', 347441700, 1277377800, 0),
(26690, 1126, 116, 'Sinan', 348262000, 1261086300, 0),
(26691, 1126, 116, 'Sunchun', 349480800, 1274894700, 0),
(26692, 1127, 116, 'Kanghwa', 377472200, 1264855600, 0),
(26693, 1127, 116, 'Seo-myeon', 372225000, 1261191700, 0),
(26694, 1127, 116, 'Tsche-mul-p-ho', 374536100, 1267316700, 0),
(26695, 1128, 116, 'Hongch''on', 376918000, 1278857000, 0),
(26696, 1128, 116, 'Hwacheon', 381061100, 1277066700, 0),
(26697, 1128, 116, 'Kang-neung', 377555600, 1288961100, 0),
(26698, 1128, 116, 'Kosong', 383788100, 1284676000, 0),
(26699, 1128, 116, 'Neietsu', 371844700, 1284682100, 0),
(26700, 1128, 116, 'Santyoku', 374405600, 1291708300, 0),
(26701, 1128, 116, 'Sogcho', 382083300, 1285911100, 0),
(26702, 1128, 116, 'Syunsen', 378747200, 1277341700, 0),
(26703, 1128, 116, 'T''aebaek', 371759000, 1289889000, 0),
(26704, 1128, 116, 'Tonghae', 375438900, 1291069400, 0),
(26705, 1128, 116, 'Wonju', 373513900, 1279452800, 0),
(26706, 1128, 116, 'Yanggu', 381058300, 1279894400, 0),
(26707, 1129, 116, 'Kwangju', 351547200, 1269155600, 0),
(26708, 1130, 116, 'Ansan', 373236100, 1268219400, 0),
(26709, 1130, 116, 'Anseong', 370108300, 1272702800, 0),
(26710, 1130, 116, 'Anyang', 373925000, 1269269400, 0),
(26711, 1130, 116, 'Bucheon', 374988900, 1267830600, 0),
(26712, 1130, 116, 'Gapyeong', 378310100, 1275105900, 0),
(26713, 1130, 116, 'Goyang', 376563900, 1268350000, 0),
(26714, 1130, 116, 'Gunpo', 373500000, 1269500000, 0),
(26715, 1130, 116, 'Hanam', 375400000, 1272055600, 0),
(26716, 1130, 116, 'Hwado', 376525000, 1273075000, 0),
(26717, 1130, 116, 'Hwaseong', 372068200, 1268169000, 0),
(26718, 1130, 116, 'Incheon', 372791700, 1274425000, 0),
(26719, 1130, 116, 'Kuri', 375986000, 1271394000, 0),
(26720, 1130, 116, 'Kwangju', 374100000, 1272572200, 0),
(26721, 1130, 116, 'Kwangmyong', 374772200, 1268663900, 0),
(26722, 1130, 116, 'Munsan', 378594400, 1267850000, 0),
(26723, 1130, 116, 'Osan', 371522200, 1270705600, 0),
(26724, 1130, 116, 'Pubal', 372916700, 1275077800, 0),
(26725, 1130, 116, 'Pyeongtaek', 370833330, 1267666670, 0),
(26726, 1130, 116, 'Seongnam', 374386100, 1271377800, 0),
(26727, 1130, 116, 'Suigen', 372911100, 1270088900, 0),
(26728, 1130, 116, 'Suwon', 372666670, 1270166670, 0),
(26729, 1130, 116, 'Tongduch''on', 379166670, 1270666670, 0),
(26730, 1130, 116, 'Vijongbu', 377415000, 1270474000, 0),
(26731, 1130, 116, 'Wabu', 375897200, 1272202800, 0),
(26732, 1130, 116, 'Yanggok', 376366700, 1272141700, 0),
(26733, 1130, 116, 'Yangju', 378331100, 1270616900, 0),
(26734, 1130, 116, 'Yangp''yong', 374897200, 1274905600, 0),
(26735, 1130, 116, 'Yeoju', 372958300, 1276338900, 0),
(26736, 1130, 116, 'Yeoncheon-gun', 380940400, 1270757700, 0),
(26737, 1131, 116, 'Andong', 365655600, 1287250000, 0),
(26738, 1131, 116, 'Cheongsong gun', 364335100, 1290570000, 0),
(26739, 1131, 116, 'Eisen', 359675000, 1289308300, 0),
(26740, 1131, 116, 'Enjitsu', 359941700, 1293450000, 0),
(26741, 1131, 116, 'Gimcheon', 361217600, 1281198100, 0),
(26742, 1131, 116, 'Hayang', 359133300, 1288200000, 0),
(26743, 1131, 116, 'Heung-hai', 361125000, 1293522200, 0),
(26744, 1131, 116, 'Hoko', 360322200, 1293650000, 0),
(26745, 1131, 116, 'Jenzan', 362408300, 1282975000, 0),
(26746, 1131, 116, 'Keizan', 358233300, 1287377800, 0),
(26747, 1131, 116, 'Kumi', 361136000, 1283360000, 0),
(26748, 1131, 116, 'Kunwi', 362347200, 1285727800, 0),
(26749, 1131, 116, 'Kyongsan', 358166670, 1287333330, 0),
(26750, 1131, 116, 'Kyonju', 358427800, 1292116700, 0),
(26751, 1131, 116, 'Mungyeong', 365945800, 1281994600, 0),
(26752, 1131, 116, 'Pohang', 360322220, 1293650000, 0),
(26753, 1131, 116, 'Sangju', 364152800, 1281605600, 0),
(26754, 1131, 116, 'Waegwan', 359917500, 1283973200, 0),
(26755, 1132, 116, 'Changnyeong', 355414500, 1284950600, 0),
(26756, 1132, 116, 'Chinhae', 351494400, 1286597200, 0),
(26757, 1132, 116, 'Chinju', 351927800, 1280847200, 0),
(26758, 1132, 116, 'Goseong', 349763100, 1283236100, 0),
(26759, 1132, 116, 'Kimhae', 352341700, 1288811100, 0),
(26760, 1132, 116, 'Kyosai', 348502800, 1285886100, 0),
(26761, 1132, 116, 'Masan', 352080600, 1285725000, 0),
(26762, 1132, 116, 'Miryang', 354933300, 1287488900, 0),
(26763, 1132, 116, 'Naeso', 352497200, 1285200000, 0),
(26764, 1132, 116, 'Sangwon', 352280600, 1286811100, 0),
(26765, 1132, 116, 'Sinhyeon', 348825000, 1286266700, 0),
(26766, 1132, 116, 'Ungsang', 354061100, 1291686100, 0),
(26767, 1132, 116, 'Yangsan', 353386100, 1290386100, 0),
(26768, 1133, 116, 'Kijang', 352441700, 1292138900, 0),
(26769, 1133, 116, 'Pusan', 351027800, 1290402800, 0),
(26770, 1134, 116, 'Seoul', 375682600, 1269778300, 0),
(26771, 1135, 116, 'Hwawon', 358016700, 1285008300, 0),
(26772, 1135, 116, 'Taegu', 358702800, 1285911100, 0),
(26773, 1136, 116, 'Taiden', 363213900, 1274197200, 0),
(26774, 1137, 116, 'Ulsan', 355372200, 1293166700, 0),
(26775, 1138, 117, 'Al Ahmadi', 290833330, 480833330, 0),
(26776, 1138, 117, 'Al Fintas', 291738900, 481211100, 0),
(26777, 1138, 117, 'Al Manqaf', 290961100, 481327800, 0),
(26778, 1138, 117, 'Al Wafrah', 286391700, 479305600, 0),
(26779, 1138, 117, 'Ar Riqqah', 291458300, 480947200, 0),
(26780, 1139, 117, 'Ad Dasmah', 293650000, 480013900, 0),
(26781, 1139, 117, 'Al Fahahil', 290825000, 481302800, 0),
(26782, 1139, 117, 'Al Funaytis', 292252800, 481016700, 0),
(26783, 1139, 117, 'Al Mahbulah', 291450000, 481302800, 0),
(26784, 1139, 117, 'As Salimiyah', 293338900, 480761100, 0),
(26785, 1139, 117, 'Ash Shamiyah', 293472200, 479616700, 0),
(26786, 1139, 117, 'Az Zawr', 294425000, 482747200, 0),
(26787, 1139, 117, 'Janub as Surrah', 292691700, 479780600, 0),
(26788, 1139, 117, 'Kuwait', 293697200, 479783300, 0),
(26789, 1140, 117, 'Al Farwaniyah', 292775000, 479586100, 0),
(26790, 1140, 117, 'Ar Rabiyah', 292950000, 479330600, 0),
(26791, 1141, 117, 'Al Jahra''', 293375000, 476580600, 0),
(26792, 1142, 117, 'Bayan', 293032000, 480488100, 0),
(26793, 1142, 117, 'Salwa', 292958300, 480786100, 0),
(26794, 1143, 117, 'Sabah as Salim', 292572200, 480572200, 0),
(26795, 1144, 118, 'Batken', 400625900, 708193900, 0),
(26796, 1145, 118, 'Bishkek', 428700000, 745900000, 0),
(26797, 1146, 118, 'Kant', 428910600, 748507700, 0),
(26798, 1146, 118, 'Lebedinovka', 428845400, 746781900, 0),
(26799, 1146, 118, 'Sokuluk', 428540100, 743025700, 0),
(26800, 1146, 118, 'Tokmok', 428417200, 753015800, 0),
(26801, 1147, 118, 'Baetov', 412666800, 749569800, 0),
(26802, 1147, 118, 'Naryn', 414286600, 759911100, 0),
(26803, 1148, 118, 'Kara-Su', 407065900, 728799700, 0),
(26804, 1148, 118, 'Osh', 405294400, 727900000, 0),
(26805, 1149, 118, 'Talas', 423547300, 726567800, 0),
(26806, 1150, 118, 'Balykchy', 424556800, 761861300, 0),
(26807, 1150, 118, 'Karakol', 424906800, 783936200, 0),
(26808, 1151, 119, 'Muang Pakxan', 183777800, 1036600700, 0),
(26809, 1152, 119, 'Khong', 141166700, 1058500000, 0),
(26810, 1152, 119, 'Pakxe', 151166700, 1057833300, 0),
(26811, 1153, 119, 'Vientiane', 179666700, 1026000000, 0),
(26812, 1154, 119, 'Phongsali', 216833300, 1021058300, 0),
(26813, 1155, 119, 'Savannakhet', 165659800, 1047510000, 0),
(26814, 1156, 119, 'Muang Vangviang', 189333300, 1024500000, 0),
(26815, 1157, 119, 'Louangphrabang', 198855600, 1021347200, 0),
(26816, 1158, 119, 'Muang Xai', 207000000, 1019833300, 0),
(26817, 1159, 119, 'Ban Phonsavan', 194590700, 1031799900, 0),
(26818, 1160, 120, 'Adazi', 570758300, 243213900, 0),
(26819, 1161, 120, 'Aglona', 561333300, 270166700, 0),
(26820, 1162, 120, 'Aizkraukle', 566047700, 252553400, 0),
(26821, 1162, 120, 'Plavinas', 566178000, 257255200, 0),
(26822, 1163, 120, 'Aloja', 577669400, 248825000, 0),
(26823, 1164, 120, 'Pinki', 569419400, 239108300, 0),
(26824, 1165, 120, 'Balvi', 571313000, 272658300, 0),
(26825, 1166, 120, 'Bauska', 564075000, 241905600, 0),
(26826, 1167, 120, 'Murmuiza', 574833300, 254833300, 0),
(26827, 1168, 120, 'Carnikava', 571294400, 242744400, 0),
(26828, 1169, 120, 'Cesis', 573118800, 252745600, 0),
(26829, 1169, 120, 'Ligatne', 572342900, 250405900, 0),
(26830, 1170, 120, 'Daugavpils', 558833300, 265333300, 0),
(26831, 1170, 120, 'Ilukste', 559775400, 262965500, 0),
(26832, 1171, 120, 'Dobele', 566250000, 232786100, 0),
(26833, 1172, 120, 'Dundaga', 575166700, 223500000, 0),
(26834, 1173, 120, 'Gulbene', 571776700, 267529100, 0),
(26835, 1174, 120, 'Jaunpils', 567325000, 230136100, 0),
(26836, 1175, 120, 'Akniste', 561615200, 257478300, 0),
(26837, 1175, 120, 'Jekabpils', 564990300, 258573500, 0),
(26838, 1175, 120, 'Viesite', 563475100, 255551400, 0),
(26839, 1176, 120, 'Tireli', 568399100, 235890200, 0),
(26840, 1177, 120, 'Jelgava', 566500000, 237127800, 0),
(26841, 1178, 120, 'Jurmala', 569680000, 237703800, 0),
(26842, 1179, 120, 'Balozi', 568761100, 241186100, 0),
(26843, 1180, 120, 'Koknese', 566500000, 254333300, 0),
(26844, 1181, 120, 'Dagda', 560951200, 275372300, 0),
(26845, 1181, 120, 'Kraslava', 558951400, 271679900, 0),
(26846, 1182, 120, 'Kuldiga', 569739900, 219572100, 0),
(26847, 1183, 120, 'Grobina', 565352100, 211678200, 0),
(26848, 1183, 120, 'Liepaja', 565166700, 210166700, 0),
(26849, 1183, 120, 'Vec-Liepaja', 565333300, 210166700, 0),
(26850, 1184, 120, 'Pavilosta', 568879100, 211859300, 0),
(26851, 1185, 120, 'Limbazi', 575128700, 247194100, 0),
(26852, 1186, 120, 'Lubana', 569000000, 267166700, 0),
(26853, 1187, 120, 'Karsava', 567840500, 276882900, 0),
(26854, 1187, 120, 'Ludza', 565500000, 277166700, 0),
(26855, 1187, 120, 'Zilupe', 563861600, 281216500, 0),
(26856, 1188, 120, 'Madona', 568532900, 262169800, 0),
(26857, 1189, 120, 'Malpils', 570111100, 249630600, 0),
(26858, 1190, 120, 'Ikskile', 568333300, 245000000, 0),
(26859, 1190, 120, 'Kegums', 567451000, 247243900, 0),
(26860, 1190, 120, 'Lielvarde', 567206600, 248074300, 0),
(26861, 1190, 120, 'Ogre', 568162000, 246140100, 0),
(26862, 1191, 120, 'Olaine', 567852800, 239380600, 0),
(26863, 1192, 120, 'Ozolnieki', 566863900, 237877800, 0),
(26864, 1193, 120, 'Livani', 563543100, 261757900, 0),
(26865, 1193, 120, 'Preili', 562944400, 267245900, 0),
(26866, 1194, 120, 'Rezekne', 565000000, 273166700, 0),
(26867, 1194, 120, 'Vilani', 565525300, 269244900, 0),
(26868, 1195, 120, 'Bolderaja', 570313200, 240557100, 0),
(26869, 1195, 120, 'Jaunciems', 570391000, 241741300, 0),
(26870, 1195, 120, 'Riga', 569460000, 241058900, 0),
(26871, 1196, 120, 'Kekava', 568266200, 242300000, 0),
(26872, 1196, 120, 'Salaspils', 568601400, 243654400, 0),
(26873, 1196, 120, 'Vangazi', 570936100, 245486100, 0),
(26874, 1197, 120, 'Ropazi', 569738900, 246336100, 0),
(26875, 1198, 120, 'Saldus', 566636300, 224880700, 0),
(26876, 1199, 120, 'Sigulda', 571519400, 248647200, 0),
(26877, 1200, 120, 'Ulbroka', 569411100, 242897200, 0),
(26878, 1201, 120, 'Mersrags', 573353500, 231245500, 0),
(26879, 1201, 120, 'Sabile', 570457700, 225726100, 0),
(26880, 1201, 120, 'Talsi', 572456200, 225813700, 0),
(26881, 1202, 120, 'Tukums', 569669400, 231552800, 0),
(26882, 1203, 120, 'Strenci', 576257400, 256853500, 0),
(26883, 1203, 120, 'Valka', 577752000, 260101300, 0),
(26884, 1204, 120, 'Valmiera', 575410800, 254275100, 0),
(26885, 1205, 120, 'Vecumnieki', 566063900, 245222200, 0),
(26886, 1206, 120, 'Piltene', 572242600, 216743900, 0),
(26887, 1206, 120, 'Ventspils', 573894400, 215605600, 0),
(26888, 1207, 121, 'Halba', 345427800, 360797200, 0),
(26889, 1208, 121, 'Baalbek', 340058300, 362180600, 0),
(26890, 1209, 121, 'Joubb Jannine', 336269400, 357841700, 0),
(26891, 1209, 121, 'Rachaiya el Ouadi', 334980600, 358397200, 0),
(26892, 1209, 121, 'Zahle', 338497200, 359041700, 0),
(26893, 1210, 121, 'Beirut', 338889400, 354944200, 0),
(26894, 1210, 121, 'Ra''s Bayrut', 339000000, 354833300, 0),
(26895, 1211, 121, 'Amioun', 343000000, 358088900, 0),
(26896, 1211, 121, 'Bcharre', 342508300, 360105600, 0),
(26897, 1211, 121, 'Sir ed Danniye', 343852800, 360311100, 0),
(26898, 1211, 121, 'Tripoli', 344366700, 358497200, 0),
(26899, 1211, 121, 'Zgharta', 343997200, 358936100, 0),
(26900, 1212, 121, 'Sidon', 335630600, 353688900, 0),
(26901, 1212, 121, 'Tyre', 332733300, 351938900, 0),
(26902, 1213, 121, 'Aaley', 338052800, 356000000, 0),
(26903, 1213, 121, 'Baabda', 338338900, 355441700, 0),
(26904, 1213, 121, 'Beit ed Dine', 336941700, 355808300, 0),
(26905, 1213, 121, 'Djounie', 339808300, 356177800, 0),
(26906, 1213, 121, 'Jbail', 341211100, 356480600, 0),
(26907, 1213, 121, 'Jdaidet el Matn', 338905600, 355663900, 0),
(26908, 1214, 121, 'Nabatiye et Tahta', 333788900, 354838900, 0),
(26909, 1215, 122, 'Butha-Buthe', -287665900, 282493600, 0),
(26910, 1216, 122, 'Maseru', -293166700, 274833300, 0),
(26911, 1217, 123, 'Monrovia', 63005400, -107969000, 0),
(26912, 1218, 124, 'Tobruk', 320836100, 239763900, 0),
(26913, 1219, 124, 'Az Zintan', 319223100, 122519500, 0),
(26914, 1220, 124, 'Al ''Aziziyah', 325319400, 130175000, 0),
(26915, 1221, 124, 'Hun', 291268400, 159477200, 0),
(26916, 1222, 124, 'Suluq', 316681800, 202520500, 0),
(26917, 1223, 124, 'Al Khums', 326486100, 142619100, 0),
(26918, 1224, 124, 'Al Burayqah', 304062400, 195738600, 0),
(26919, 1224, 124, 'Az Zuwaytinah', 309522000, 201202200, 0),
(26920, 1224, 124, 'Gialo', 290333300, 215500000, 0),
(26921, 1225, 124, 'Zuwarah', 329312000, 120819900, 0),
(26922, 1226, 124, 'Az Zawiyah', 327571000, 127276400, 0),
(26923, 1226, 124, 'Zawiya', 327522200, 127277800, 0),
(26924, 1227, 124, 'Benghazi', 321166700, 200666700, 0),
(26925, 1228, 124, 'Darnah', 327670400, 226366900, 0),
(26926, 1229, 124, 'Misratah', 323753500, 150925400, 0),
(26927, 1230, 124, 'Murzuq', 259155200, 139183900, 0),
(26928, 1231, 124, 'Al Jadid', 270500000, 144000000, 0),
(26929, 1232, 124, 'Tagiura', 328816700, 133505600, 0),
(26930, 1232, 124, 'Tripoli', 328751900, 131874600, 0),
(26931, 1233, 125, 'Balzers', 470666700, 95000000, 0),
(26932, 1234, 125, 'Eschen', 472107100, 95222300, 0),
(26933, 1235, 125, 'Mauren', 472180500, 95442000, 0),
(26934, 1236, 125, 'Ruggell', 472333300, 95166700, 0),
(26935, 1237, 125, 'Schaan', 471649800, 95086700, 0),
(26936, 1238, 125, 'Triesen', 471000000, 95333300, 0),
(26937, 1239, 125, 'Triesenberg', 471181500, 95419700, 0),
(26938, 1240, 125, 'Vaduz', 471415100, 95215400, 0),
(26939, 1241, 126, 'Alytus', 544000000, 240500000, 0),
(26940, 1241, 126, 'Varena', 542166700, 245666700, 0),
(26941, 1242, 126, 'Ariogala', 552666700, 234666700, 0),
(26942, 1242, 126, 'Birstonas', 546166700, 240333300, 0),
(26943, 1242, 126, 'Ezerelis', 548833300, 236166700, 0),
(26944, 1242, 126, 'Garliava', 548166700, 238666700, 0),
(26945, 1242, 126, 'Jonava', 550833300, 242833300, 0),
(26946, 1242, 126, 'Kaisiadorys', 548666700, 244500000, 0),
(26947, 1242, 126, 'Kaunas', 549000000, 239000000, 0),
(26948, 1242, 126, 'Kedainiai', 552883300, 239747200, 0),
(26949, 1242, 126, 'Prienai', 546333300, 239500000, 0),
(26950, 1242, 126, 'Raseiniai', 553736100, 231216700, 0),
(26951, 1242, 126, 'Ziezmariai', 548000000, 244500000, 0),
(26952, 1243, 126, 'Gargzdai', 557127800, 214033300, 0),
(26953, 1243, 126, 'Klaipeda', 557172200, 211175000, 0),
(26954, 1243, 126, 'Kretinga', 558758300, 212508300, 0),
(26955, 1243, 126, 'Neringa', 553719400, 210647200, 0),
(26956, 1243, 126, 'Nida', 553080600, 210066700, 0),
(26957, 1243, 126, 'Pagegiai', 551380600, 219088900, 0),
(26958, 1243, 126, 'Palanga', 559175000, 210686100, 0),
(26959, 1243, 126, 'Salantai', 560666700, 215666700, 0),
(26960, 1243, 126, 'Silute', 553488900, 214830600, 0),
(26961, 1243, 126, 'Zemaiciu Naumiestis', 553591700, 217022200, 0),
(26962, 1244, 126, 'Gelgaudiskis', 550791700, 229758300, 0),
(26963, 1244, 126, 'Kalvarija', 544000000, 232333300, 0),
(26964, 1244, 126, 'Kazlu Ruda', 547666700, 235000000, 0),
(26965, 1244, 126, 'Marijampole', 545666700, 233500000, 0),
(26966, 1244, 126, 'Sakiai', 549547200, 230358300, 0),
(26967, 1244, 126, 'Vilkaviskis', 546516700, 230322200, 0),
(26968, 1245, 126, 'Birzai', 562000000, 247500000, 0),
(26969, 1245, 126, 'Kupiskis', 558333300, 249666700, 0),
(26970, 1245, 126, 'Panevezys', 557333300, 243500000, 0),
(26971, 1245, 126, 'Pasvalys', 560594400, 244036100, 0),
(26972, 1245, 126, 'Ramygala', 555166700, 243000000, 0),
(26973, 1245, 126, 'Rokiskis', 559666700, 255833300, 0),
(26974, 1245, 126, 'Vabalninkas', 559666700, 247500000, 0),
(26975, 1246, 126, 'Joniskis', 562402800, 236152800, 0),
(26976, 1246, 126, 'Kelme', 556338900, 229341700, 0),
(26977, 1246, 126, 'Kursenai', 559850000, 229188900, 0),
(26978, 1246, 126, 'Naujoji Akmene', 563166700, 229000000, 0),
(26979, 1246, 126, 'Pakruojis', 559666700, 238666700, 0),
(26980, 1246, 126, 'Radviliskis', 558166700, 235333300, 0),
(26981, 1246, 126, 'Seduva', 557666700, 237666700, 0),
(26982, 1246, 126, 'Siauliai', 559333300, 233166700, 0),
(26983, 1246, 126, 'Tytuveneliai', 556166700, 231833300, 0),
(26984, 1246, 126, 'Venta', 562000000, 227000000, 0),
(26985, 1247, 126, 'Jurbarkas', 550777800, 227663900, 0),
(26986, 1247, 126, 'Silale', 554905600, 221813900, 0),
(26987, 1247, 126, 'Skaudvile', 554166700, 226166700, 0),
(26988, 1247, 126, 'Taurage', 552522200, 222897200, 0),
(26989, 1248, 126, 'Mazeikiai', 563166700, 223333300, 0),
(26990, 1248, 126, 'Plunge', 559113900, 218441700, 0),
(26991, 1248, 126, 'Rietavas', 557194400, 219311100, 0),
(26992, 1248, 126, 'Telsiai', 559813900, 222472200, 0),
(26993, 1248, 126, 'Varniai', 557405600, 223644400, 0),
(26994, 1249, 126, 'Anyksciai', 555255700, 251026400, 0),
(26995, 1249, 126, 'Dukstas', 555333300, 263333300, 0),
(26996, 1249, 126, 'Moletai', 552333300, 254166700, 0),
(26997, 1249, 126, 'Utena', 555000000, 256000000, 0),
(26998, 1249, 126, 'Visaginas', 556000000, 264166700, 0),
(26999, 1250, 126, 'Baltoji Voke', 546000000, 252000000, 0),
(27000, 1250, 126, 'Elektrenai', 547666700, 246333300, 0),
(27001, 1250, 126, 'Grigiskes', 546833300, 250833300, 0),
(27002, 1250, 126, 'Lentvaris', 546500000, 250500000, 0),
(27003, 1250, 126, 'Nemencine', 548500000, 254833300, 0),
(27004, 1250, 126, 'Rudiskes', 545166700, 248333300, 0),
(27005, 1250, 126, 'Salcininkai', 543000000, 253833300, 0),
(27006, 1250, 126, 'Sirvintos', 550500000, 249500000, 0),
(27007, 1250, 126, 'Svencionys', 551500000, 261666700, 0),
(27008, 1250, 126, 'Ukmerge', 552500000, 247500000, 0),
(27009, 1250, 126, 'Vievis', 547666700, 248000000, 0),
(27010, 1250, 126, 'Vilnius', 546891600, 252798000, 0),
(27011, 1251, 127, 'Clervaux', 500547200, 60313900, 0),
(27012, 1251, 127, 'Diekirch', 498677800, 61558300, 0),
(27013, 1251, 127, 'Ettelbruck', 498475000, 61041700, 0),
(27014, 1251, 127, 'Redange-sur-Attert', 497655600, 58908300, 0),
(27015, 1251, 127, 'Schieren', 498305600, 60986100, 0),
(27016, 1251, 127, 'Troisvierges', 501211100, 60002800, 0),
(27017, 1251, 127, 'Wiltz', 499688900, 59319400, 0),
(27018, 1252, 127, 'Dalheim', 495408300, 62597200, 0),
(27019, 1252, 127, 'Grevenmacher', 496747200, 64419400, 0),
(27020, 1252, 127, 'Remich', 495450000, 63669400, 0),
(27021, 1252, 127, 'Wasserbillig', 497100000, 65002800, 0),
(27022, 1253, 127, 'Belvaux', 495127800, 59294400, 0),
(27023, 1253, 127, 'Bereldange', 496569400, 61275000, 0),
(27024, 1253, 127, 'Bertrange', 496111100, 60500000, 0),
(27025, 1253, 127, 'Bettembourg', 495186100, 61027800, 0),
(27026, 1253, 127, 'Capellen', 496450000, 59908300, 0),
(27027, 1253, 127, 'Contern', 495819400, 62266700, 0),
(27028, 1253, 127, 'Dudelange', 494805600, 60875000, 0),
(27029, 1253, 127, 'Esch-sur-Alzette', 494958300, 59805600, 0),
(27030, 1253, 127, 'Frisange', 495150000, 61916700, 0),
(27031, 1253, 127, 'Helmsange', 496527800, 61413900, 0),
(27032, 1253, 127, 'Hesperange', 495680600, 61513900, 0),
(27033, 1253, 127, 'Itzig', 495841700, 61736100, 0),
(27034, 1253, 127, 'Kayl', 494891700, 60397200, 0),
(27035, 1253, 127, 'Kehlen', 496683300, 60358300, 0),
(27036, 1253, 127, 'Larochette', 497769400, 62211100, 0),
(27037, 1253, 127, 'Leudelange', 495683300, 60652800, 0),
(27038, 1253, 127, 'Luxembourg', 496116700, 61300000, 0),
(27039, 1253, 127, 'Mamer', 496275000, 60233300, 0),
(27040, 1253, 127, 'Mersch', 497488900, 61061100, 0),
(27041, 1253, 127, 'Mondercange', 495330600, 59883300, 0),
(27042, 1253, 127, 'Olm', 496572200, 60002800, 0),
(27043, 1253, 127, 'Petange', 495583300, 58805600, 0),
(27044, 1253, 127, 'Rollingen', 497416700, 61144400, 0),
(27045, 1253, 127, 'Sandweiler', 496133300, 62188900, 0),
(27046, 1253, 127, 'Sanem', 495480600, 59288900, 0),
(27047, 1253, 127, 'Schifflange', 495063900, 60127800, 0),
(27048, 1253, 127, 'Steinfort', 496613900, 59191700, 0),
(27049, 1253, 127, 'Steinsel', 496769400, 61238900, 0),
(27050, 1253, 127, 'Strassen', 496205600, 60733300, 0),
(27051, 1254, 128, 'Macau', 222005600, 1135461100, 0),
(27052, 1255, 129, 'Arachinovo', 420263900, 215619400, 0),
(27053, 1256, 129, 'Berovo', 417030600, 228577800, 0),
(27054, 1257, 129, 'Bitola', 410311100, 213402800, 0),
(27055, 1258, 129, 'Blatec', 418377800, 225780600, 0),
(27056, 1259, 129, 'Stojakovo', 411555600, 225775000, 0),
(27057, 1260, 129, 'Bogovinje', 419236100, 209136100, 0),
(27058, 1260, 129, 'Dolno Palciste', 419680600, 209261100, 0),
(27059, 1261, 129, 'Brvenica', 419672200, 209808300, 0),
(27060, 1262, 129, 'Radishani', 420611100, 214477800, 0),
(27061, 1263, 129, 'Debar', 415250000, 205275000, 0),
(27062, 1264, 129, 'Delchevo', 419672200, 227694400, 0),
(27063, 1265, 129, 'Demir Hisar', 412216700, 212030600, 0),
(27064, 1266, 129, 'Dolna Banjica', 417861100, 209061100, 0),
(27065, 1267, 129, 'Bulachani', 420705600, 215027800, 0),
(27066, 1267, 129, 'Creshevo', 420508300, 215097200, 0),
(27067, 1267, 129, 'Jurumleri', 419672200, 215569400, 0),
(27068, 1268, 129, 'Gevgelija', 411391700, 225025000, 0),
(27069, 1269, 129, 'Gostivar', 417972200, 209083300, 0),
(27070, 1270, 129, 'Kadino', 419688900, 216013900, 0),
(27071, 1271, 129, 'Kamenjane', 419444400, 209266700, 0),
(27072, 1272, 129, 'Skopje', 420000000, 214333300, 0),
(27073, 1273, 129, 'Kavadarci', 414330600, 220119400, 0),
(27074, 1274, 129, 'Kicevo', 415144400, 209633300, 0),
(27075, 1275, 129, 'Usje', 419561100, 214563900, 0),
(27076, 1276, 129, 'Kochani', 419163900, 224127800, 0),
(27077, 1277, 129, 'Kondovo', 420116700, 213136100, 0),
(27078, 1278, 129, 'Kratovo', 420791700, 221813900, 0),
(27079, 1279, 129, 'Kriva Palanka', 422019400, 223319400, 0),
(27080, 1280, 129, 'Krushevo', 413688900, 212488900, 0),
(27081, 1281, 129, 'Bedinje', 421416700, 216963900, 0),
(27082, 1281, 129, 'Kumanovo', 421322200, 217144400, 0),
(27083, 1282, 129, 'Lukovo', 413494400, 206047200, 0),
(27084, 1283, 129, 'Makedonski Brod', 415136100, 212152800, 0),
(27085, 1284, 129, 'Miravci', 413077800, 224350000, 0),
(27086, 1286, 129, 'Negotino', 418786100, 208838900, 0),
(27087, 1285, 129, 'Negotino', 414838900, 220891700, 0),
(27088, 1287, 129, 'Novo Selo', 414138900, 228811100, 0),
(27089, 1288, 129, 'Ohrid', 411172200, 208019400, 0),
(27090, 1289, 129, 'Prilep', 413463900, 215544400, 0),
(27091, 1289, 129, 'Varos', 413572200, 215325000, 0),
(27092, 1290, 129, 'Probishtip', 420030600, 221786100, 0),
(27093, 1291, 129, 'Radovish', 416383300, 224647200, 0),
(27094, 1292, 129, 'Grncari', 410172200, 210533300, 0),
(27095, 1292, 129, 'Resen', 410888900, 210122200, 0),
(27096, 1293, 129, 'Rostusha', 416100000, 206000000, 0),
(27097, 1294, 129, 'Grchec', 419880600, 213302800, 0),
(27098, 1294, 129, 'Krushopek', 419783300, 213544400, 0),
(27099, 1294, 129, 'Saraj', 420000000, 213277800, 0),
(27100, 1295, 129, 'Dobri Dol', 418658300, 208875000, 0),
(27101, 1295, 129, 'Sopishte', 419547200, 214275000, 0),
(27102, 1296, 129, 'Shtip', 417458300, 221958300, 0),
(27103, 1297, 129, 'Struga', 411780600, 206761100, 0),
(27104, 1298, 129, 'Strumica', 414375000, 226433300, 0),
(27105, 1299, 129, 'Batinci', 419197200, 214819400, 0),
(27106, 1299, 129, 'Studenichani', 419158300, 215305600, 0),
(27107, 1300, 129, 'Gorno Orizari', 410511100, 213469400, 0),
(27108, 1300, 129, 'Shuto Orizari', 420400000, 214250000, 0),
(27109, 1301, 129, 'Gorobinci', 418747200, 218769400, 0),
(27110, 1301, 129, 'Sveti Nikole', 418695600, 219527400, 0),
(27111, 1302, 129, 'Dobroste', 421033300, 210777800, 0),
(27112, 1302, 129, 'Slatino', 420677800, 210375000, 0),
(27113, 1303, 129, 'Golema Recica', 419902800, 209458300, 0),
(27114, 1303, 129, 'Tetovo', 420105600, 209713900, 0),
(27115, 1304, 129, 'Vasilevo', 414761100, 226416700, 0),
(27116, 1305, 129, 'Veles', 417155600, 217755600, 0),
(27117, 1306, 129, 'Velesta', 412408300, 206438900, 0),
(27118, 1307, 129, 'Vinica', 418827800, 225091700, 0),
(27119, 1308, 129, 'Gradec', 418480600, 225094400, 0),
(27120, 1308, 129, 'Vrapciste', 418338900, 208852800, 0),
(27121, 1309, 129, 'Vratnica', 421433300, 211169400, 0),
(27122, 1310, 129, 'Zajas', 416072200, 209383300, 0),
(27123, 1311, 129, 'Zhelino', 419802800, 210641700, 0),
(27124, 1312, 130, 'Antananarivo', -189136800, 475361300, 0),
(27125, 1312, 130, 'Betafo', -198333300, 468500000, 0),
(27126, 1313, 130, 'Antsiranana', -122787000, 492917100, 0),
(27127, 1314, 130, 'Fianarantsoa', -214333300, 470833300, 0),
(27128, 1315, 130, 'Mahajanga', -157166700, 463166700, 0),
(27129, 1316, 130, 'Toamasina', -181666700, 493833300, 0),
(27130, 1317, 130, 'Toliara', -233500000, 436666700, 0),
(27131, 1318, 131, 'Balaka', -149792800, 349557500, 0),
(27132, 1319, 131, 'Blantyre', -157849900, 350085400, 0),
(27133, 1320, 131, 'Lilongwe', -139669200, 337872500, 0),
(27134, 1321, 131, 'Machinga', -151684900, 353000200, 0),
(27135, 1321, 131, 'Makata', -157872000, 350304600, 0),
(27136, 1322, 131, 'Mzuzu', -114655600, 340207100, 0),
(27137, 1323, 131, 'Ntchisi', -135277500, 339149000, 0),
(27138, 1324, 131, 'Salima', -137804000, 344587000, 0),
(27139, 1325, 131, 'Zomba', -153859600, 353188000, 0),
(27140, 1326, 132, 'Bakri', 20441000, 1026527000, 0),
(27141, 1326, 132, 'Batu Pahat', 18548000, 1029325000, 0),
(27142, 1326, 132, 'Chaah', 22490000, 1030480000, 0),
(27143, 1326, 132, 'Johor Bahru', 14655000, 1037578000, 0),
(27144, 1326, 132, 'Kluang', 20251000, 1033328000, 0),
(27145, 1326, 132, 'Kota Tinggi', 17381000, 1038999000, 0),
(27146, 1326, 132, 'Kulai', 16561000, 1036032000, 0),
(27147, 1326, 132, 'Labis', 23850000, 1030210000, 0),
(27148, 1326, 132, 'Muar', 20442000, 1025689000, 0),
(27149, 1326, 132, 'Nusajaya', 14441790, 1036487160, 0),
(27150, 1326, 132, 'Parit Raja', 18681000, 1031124000, 0),
(27151, 1326, 132, 'Pasir Gudang Baru', 14726000, 1038780000, 0),
(27152, 1326, 132, 'Pekan Nenas', 15100000, 1035141000, 0),
(27153, 1326, 132, 'Pontian Kechil', 14866000, 1033896000, 0),
(27154, 1326, 132, 'Segamat', 25148000, 1028158000, 0),
(27155, 1326, 132, 'Sekudai', 15333300, 1036666700, 0),
(27156, 1326, 132, 'Simpang Renggam', 18278000, 1033000000, 0),
(27157, 1326, 132, 'Taman Senai', 16006000, 1036419000, 0),
(27158, 1326, 132, 'Tangkak', 22673000, 1025453000, 0),
(27159, 1326, 132, 'Ulu Tiram', 16000000, 1038166700, 0),
(27160, 1326, 132, 'Yong Peng', 20136000, 1030659000, 0),
(27161, 1327, 132, 'Alor Setar', 61210400, 1003601400, 0),
(27162, 1327, 132, 'Bedong', 57274400, 1005087600, 0),
(27163, 1327, 132, 'Jitra', 62681200, 1004216700, 0),
(27164, 1327, 132, 'Kuah', 63264900, 998432000, 0),
(27165, 1327, 132, 'Kuala Kedah', 61000000, 1003000000, 0),
(27166, 1327, 132, 'Kulim', 53649900, 1005617700, 0),
(27167, 1327, 132, 'Sungai Petani', 56470000, 1004877200, 0),
(27168, 1328, 132, 'Gua Musang', 48823000, 1019644000, 0),
(27169, 1328, 132, 'Kampung Lemal', 60302100, 1021412600, 0),
(27170, 1328, 132, 'Kota Bharu', 61332800, 1022386000, 0),
(27171, 1328, 132, 'Pasir Mas', 60493400, 1021398700, 0),
(27172, 1328, 132, 'Peringat', 60333300, 1022833300, 0),
(27173, 1328, 132, 'Tanah Merah', 58000000, 1021500000, 0),
(27174, 1328, 132, 'Tumpat', 61977600, 1021709800, 0),
(27175, 1329, 132, 'Ampang', 31588000, 1017574460, 0),
(27176, 1329, 132, 'Cheras', 31469210, 1016961400, 0),
(27177, 1329, 132, 'Kuala Lumpur', 31412000, 1016865300, 0),
(27178, 1329, 132, 'Sentul', 31986200, 1016868640, 0),
(27179, 1330, 132, 'Victoria', 52766700, 1152416700, 0),
(27180, 1331, 132, 'Ayer Keroh', 22654000, 1022801000, 0),
(27181, 1331, 132, 'Ayer Molek', 22139000, 1023278000, 0),
(27182, 1331, 132, 'Batu Berendam', 22487000, 1022460000, 0),
(27183, 1331, 132, 'Bukit Baru', 22152000, 1022851000, 0),
(27184, 1331, 132, 'Jasin', 23105560, 1024311110, 0),
(27185, 1331, 132, 'Klebang Besar', 22186000, 1021995000, 0),
(27186, 1331, 132, 'Masjid Tanah', 23500000, 1021166700, 0),
(27187, 1331, 132, 'Melaka', 22056920, 1022561360, 0),
(27188, 1331, 132, 'Sungai Udang', 22690000, 1021427000, 0),
(27189, 1332, 132, 'Bahau', 28079000, 1024049000, 0),
(27190, 1332, 132, 'Kuala Pilah', 27389000, 1022487000, 0),
(27191, 1332, 132, 'Nilai', 28033000, 1017972000, 0),
(27192, 1332, 132, 'Port Dickson', 25228000, 1017959000, 0),
(27193, 1332, 132, 'Seremban', 27297000, 1019381000, 0),
(27194, 1332, 132, 'Tampin', 24701000, 1022302000, 0),
(27195, 1333, 132, 'Bentong Town', 35166700, 1019000000, 0),
(27196, 1333, 132, 'Bukit Tinggi', 33500000, 1018166700, 0),
(27197, 1333, 132, 'Jerantut', 39360000, 1023626000, 0),
(27198, 1333, 132, 'Kuala Lipis', 41842000, 1020468000, 0),
(27199, 1333, 132, 'Kuantan', 38077000, 1033260000, 0),
(27200, 1333, 132, 'Mentakab', 34854000, 1023484000, 0),
(27201, 1333, 132, 'Pekan', 34836000, 1033996000, 0),
(27202, 1333, 132, 'Raub', 37899000, 1018570000, 0),
(27203, 1333, 132, 'Temerloh', 34506000, 1024176000, 0),
(27204, 1334, 132, 'Bagan Serai', 50108000, 1005410100, 0),
(27205, 1334, 132, 'Batu Gajah', 44691600, 1010410700, 0),
(27206, 1334, 132, 'Ipoh', 45841000, 1010829000, 0),
(27207, 1334, 132, 'Kampar', 43000000, 1011500000, 0),
(27208, 1334, 132, 'Kuala Kangsar', 47666700, 1009333300, 0),
(27209, 1334, 132, 'Lumut', 42323000, 1006298000, 0),
(27210, 1334, 132, 'Pantai Remis', 44557000, 1006288000, 0),
(27211, 1334, 132, 'Parit Buntar', 51267100, 1004931600, 0),
(27212, 1334, 132, 'Simpang Empat', 49500000, 1006333300, 0),
(27213, 1334, 132, 'Sitiawan', 42166670, 1007000000, 0),
(27214, 1334, 132, 'Taiping', 48500000, 1007333300, 0),
(27215, 1334, 132, 'Tanjung Malim', 36833330, 1015166670, 0),
(27216, 1334, 132, 'Tapah Road', 41666700, 1012000000, 0),
(27217, 1334, 132, 'Teluk Intan', 40259000, 1010213000, 0),
(27218, 1335, 132, 'Arau', 64333330, 1002666670, 0),
(27219, 1335, 132, 'Kangar', 64414000, 1001986200, 0),
(27220, 1335, 132, 'Kuala Perlis', 64000000, 1001333300, 0),
(27221, 1336, 132, 'Bayan Lepas', 52833330, 1002666670, 0),
(27222, 1336, 132, 'Bukit Mertajam', 53630100, 1004667000, 0),
(27223, 1336, 132, 'Butterworth', 53991000, 1003638200, 0),
(27224, 1336, 132, 'George Town', 54112300, 1003354300, 0),
(27225, 1336, 132, 'Juru', 53120100, 1004422900, 0),
(27226, 1336, 132, 'Kepala Batas', 55170700, 1004265000, 0),
(27227, 1336, 132, 'Nibong Tebal', 51658600, 1004779300, 0),
(27228, 1336, 132, 'Perai', 53833300, 1003833300, 0),
(27229, 1336, 132, 'Permatang Kuching', 54633900, 1003814400, 0),
(27230, 1336, 132, 'Sungai Ara', 53269900, 1002734800, 0),
(27231, 1336, 132, 'Tanjung Tokong', 54606100, 1003074200, 0),
(27232, 1336, 132, 'Tasek Glugor', 54803200, 1004984900, 0),
(27233, 1337, 132, 'Putrajaya', 29352700, 1016911200, 0),
(27234, 1338, 132, 'Bandar Labuan', 52802720, 1152473120, 0),
(27235, 1338, 132, 'Beaufort', 53473000, 1157455000, 0),
(27236, 1338, 132, 'Donggongon', 59070200, 1161014600, 0),
(27237, 1338, 132, 'Keningau', 53378000, 1161602000, 0),
(27238, 1338, 132, 'Kota Kinabalu', 59749000, 1160724000, 0),
(27239, 1338, 132, 'Kudat', 68837000, 1168477000, 0),
(27240, 1338, 132, 'Lahad Datu', 50268000, 1183270000, 0),
(27241, 1338, 132, 'Papar', 57333300, 1159333300, 0),
(27242, 1338, 132, 'Putatan', 59258000, 1160609400, 0),
(27243, 1338, 132, 'Ranau', 59538000, 1166641000, 0),
(27244, 1338, 132, 'Sandakan', 58402000, 1181179000, 0),
(27245, 1338, 132, 'Tawau', 42498000, 1178871000, 0),
(27246, 1339, 132, 'Bintulu', 31666700, 1130333300, 0),
(27247, 1339, 132, 'Kapit', 20166700, 1129333300, 0),
(27248, 1339, 132, 'Kuching', 15500000, 1103333300, 0),
(27249, 1339, 132, 'Limbang', 47500000, 1150000000, 0),
(27250, 1339, 132, 'Miri', 44148000, 1140089000, 0),
(27251, 1339, 132, 'Sarikei', 21166700, 1115166700, 0),
(27252, 1339, 132, 'Sibu', 23000000, 1118166700, 0),
(27253, 1339, 132, 'Sri Aman', 12500000, 1114500000, 0),
(27254, 1340, 132, 'Balakong', 30333300, 1017500000, 0),
(27255, 1340, 132, 'Bangi', 29000000, 1017833330, 0),
(27256, 1340, 132, 'Banting', 28166700, 1015000000, 0),
(27257, 1340, 132, 'Batang Berjuntai', 33833300, 1014166700, 0),
(27258, 1340, 132, 'Batu Arang', 33166700, 1014666700, 0),
(27259, 1340, 132, 'Beranang', 28733000, 1018697000, 0),
(27260, 1340, 132, 'Cyberjaya', 29225000, 1016550000, 0),
(27261, 1340, 132, 'Jenjarum', 28833300, 1015000000, 0),
(27262, 1340, 132, 'Kajang', 29977330, 1017863640, 0),
(27263, 1340, 132, 'Klang', 30333300, 1014500000, 0),
(27264, 1340, 132, 'Kuala Selangor', 33500000, 1012500000, 0),
(27265, 1340, 132, 'Kuang', 32594000, 1015541000, 0),
(27266, 1340, 132, 'Kundang', 32856000, 1015190000, 0),
(27267, 1340, 132, 'Petaling Jaya', 31072600, 1016067100, 0),
(27268, 1340, 132, 'Puchong', 30130860, 1016138040, 0),
(27269, 1340, 132, 'Rawang', 33213000, 1015767000, 0),
(27270, 1340, 132, 'Sabak Bernam', 37698000, 1009879000, 0),
(27271, 1340, 132, 'Selayang', 32390260, 1016508690, 0),
(27272, 1340, 132, 'Semenyih', 29516000, 1018430000, 0),
(27273, 1340, 132, 'Sepang', 28166670, 1017333330, 0),
(27274, 1340, 132, 'Serendah', 33646000, 1016041000, 0),
(27275, 1340, 132, 'Seri Kembangan', 30333330, 1017166670, 0),
(27276, 1340, 132, 'Shah Alam', 30850700, 1015328100, 0),
(27277, 1340, 132, 'Subang', 31500000, 1015333300, 0),
(27278, 1340, 132, 'Subang Jaya', 30439010, 1015806500, 0),
(27279, 1340, 132, 'Sungai Besar', 36746000, 1009867000, 0),
(27280, 1340, 132, 'Sungai Pelek', 26500000, 1017000000, 0),
(27281, 1340, 132, 'Tanjung Karang', 34242000, 1011849000, 0),
(27282, 1341, 132, 'Cukai', 42500000, 1034166700, 0),
(27283, 1341, 132, 'Kertih', 45141000, 1034483000, 0),
(27284, 1341, 132, 'Kuala Dungun', 47833330, 1034333330, 0),
(27285, 1341, 132, 'Kuala Terengganu', 53302000, 1031408000, 0),
(27286, 1341, 132, 'Marang', 52056000, 1032059000, 0),
(27287, 1342, 133, 'Mahibadhoo', 37833300, 729666700, 0),
(27288, 1343, 133, 'Eydhafushi', 51032700, 730707800, 0),
(27289, 1344, 133, 'Kulhudhuffushi', 66220700, 730699800, 0),
(27290, 1345, 133, 'Naifaru', 54443800, 733657100, 0),
(27291, 1346, 133, 'Hithadhoo', -6000000, 730833300, 0),
(27292, 1347, 133, 'Male', 41748000, 735088800, 0),
(27293, 1348, 133, 'Manadhoo', 57666700, 733833300, 0),
(27294, 1349, 133, 'Meedhoo', -5833300, 732333300, 0),
(27295, 1350, 134, 'Bamako', 126500000, -80000000, 0),
(27296, 1351, 134, 'Kayes', 144417000, -114341000, 0),
(27297, 1352, 134, 'Koutiala', 123917300, -54642100, 0),
(27298, 1352, 134, 'Sikasso', 113135000, -56697000, 0),
(27299, 1353, 135, 'Attard', 358897200, 144425000, 0),
(27300, 1353, 135, 'Balzan', 359002800, 144550000, 0),
(27301, 1353, 135, 'Birkirkara', 358972200, 144611100, 0),
(27302, 1353, 135, 'Birzebbuga', 358258300, 145269400, 0),
(27303, 1353, 135, 'Cospicua', 358855600, 145275000, 0),
(27304, 1353, 135, 'Dingli', 358613900, 143822200, 0),
(27305, 1353, 135, 'Fgura', 358702800, 145133300, 0),
(27306, 1353, 135, 'Gharghur', 359241700, 144519400, 0),
(27307, 1353, 135, 'Ghaxaq', 358488900, 145166700, 0),
(27308, 1353, 135, 'Gudja', 358491700, 145030600, 0),
(27309, 1353, 135, 'Hamrun', 358847200, 144844400, 0),
(27310, 1353, 135, 'Il-Furjana', 358958300, 145083300, 0),
(27311, 1353, 135, 'Il-Gzira', 359058300, 144880600, 0),
(27312, 1353, 135, 'Is-Swieqi', 359225000, 144800000, 0),
(27313, 1353, 135, 'Kalkara', 358891700, 145327800, 0),
(27314, 1353, 135, 'Kercem', 360419400, 142266700, 0),
(27315, 1353, 135, 'Kirkop', 358422200, 144852800, 0),
(27316, 1353, 135, 'L-Iklin', 359041400, 144541500, 0),
(27317, 1353, 135, 'Lija', 359005600, 144463900, 0),
(27318, 1353, 135, 'Luqa', 358588900, 144886100, 0),
(27319, 1353, 135, 'Marsa', 358791700, 144952800, 0),
(27320, 1353, 135, 'Marsaxlokk', 358419400, 145430600, 0),
(27321, 1353, 135, 'Mellieha', 359563900, 143622200, 0),
(27322, 1353, 135, 'Mgarr', 359205600, 143663900, 0),
(27323, 1353, 135, 'Mosta', 359091700, 144255600, 0),
(27324, 1353, 135, 'Msida', 358925000, 144827800, 0),
(27325, 1353, 135, 'Nadur', 360377800, 142941700, 0),
(27326, 1353, 135, 'Naxxar', 359136100, 144436100, 0),
(27327, 1353, 135, 'Paola', 358730600, 144988900, 0),
(27328, 1353, 135, 'Qormi', 358760100, 144720000, 0),
(27329, 1353, 135, 'Rabat', 358741700, 143941500, 0),
(27330, 1353, 135, 'San Giljan', 359183900, 144897700, 0),
(27331, 1353, 135, 'San Gwann', 359055600, 144761100, 0),
(27332, 1353, 135, 'San Pawl il-Bahar', 359506400, 144156100, 0),
(27333, 1353, 135, 'Santa Lucija', 358627800, 145075000, 0),
(27334, 1353, 135, 'Santa Vennera', 358908300, 144741700, 0),
(27335, 1353, 135, 'Senglea', 358875000, 145169400, 0),
(27336, 1353, 135, 'Siggiewi', 358555600, 144363900, 0),
(27337, 1353, 135, 'Sliema', 359125000, 145019400, 0),
(27338, 1353, 135, 'Ta'' Xbiex', 358991700, 144944400, 0),
(27339, 1353, 135, 'Tarxien', 358658300, 145150000, 0),
(27340, 1353, 135, 'Valletta', 358997200, 145147200, 0),
(27341, 1353, 135, 'Victoria', 360444400, 142397200, 0),
(27342, 1353, 135, 'Xaghra', 360500000, 142644400, 0),
(27343, 1353, 135, 'Xewkija', 360327800, 142580600, 0),
(27344, 1353, 135, 'Zabbar', 358761100, 145350000, 0),
(27345, 1353, 135, 'Zebbug', 358719400, 144411100, 0),
(27346, 1353, 135, 'Zejtun', 358558300, 145330600, 0),
(27347, 1353, 135, 'Zurrieq', 358311100, 144741700, 0),
(27348, 1354, 136, 'Ebaye', 87747900, 1677391900, 0),
(27349, 1355, 136, 'Majuro', 70897100, 1713802700, 0),
(27350, 1356, 137, 'Ducos', 145752900, -609745300, 0),
(27351, 1356, 137, 'Fort-de-France', 146089200, -610733400, 0),
(27352, 1356, 137, 'Le Francois', 146155700, -609030800, 0),
(27353, 1356, 137, 'Le Gros-Morne', 147000000, -610000000, 0),
(27354, 1356, 137, 'Le Lamentin', 146080000, -610093300, 0),
(27355, 1356, 137, 'Le Marin', 144721200, -608697300, 0),
(27356, 1356, 137, 'Le Robert', 146775100, -609422800, 0),
(27357, 1356, 137, 'Saint-Pierre', 147438300, -611753300, 0),
(27358, 1356, 137, 'Sainte-Luce', 144673300, -609270800, 0),
(27359, 1357, 138, 'Nouadhibou', 209309800, -170346500, 0),
(27360, 1358, 138, 'Nouakchott', 180858100, -159785000, 0),
(27361, 1359, 139, 'Cascavelle', -202869400, 574072200, 0),
(27362, 1359, 139, 'Flic en Flac', -202741700, 573630600, 0),
(27363, 1359, 139, 'Grande Riviere Noire', -203602800, 573661100, 0),
(27364, 1359, 139, 'Gros Cailloux', -202072200, 574300000, 0),
(27365, 1359, 139, 'Petite Riviere', -201894400, 574452800, 0),
(27366, 1360, 139, 'Camp Ithier', -202158300, 577455600, 0),
(27367, 1360, 139, 'Centre de Flacq', -201897200, 577144400, 0),
(27368, 1360, 139, 'Lalmatie', -201897200, 576611100, 0),
(27369, 1361, 139, 'Beau Vallon', -204188900, 576952800, 0),
(27370, 1361, 139, 'Mahebourg', -204080600, 577000000, 0),
(27371, 1361, 139, 'New Grove', -204086100, 576136100, 0),
(27372, 1361, 139, 'Nouvelle France', -203705600, 575611100, 0),
(27373, 1361, 139, 'Plaine Magnien', -204286100, 576530600, 0),
(27374, 1362, 139, 'Montagne Blanche', -202827800, 576544400, 0),
(27375, 1363, 139, 'La Dagotiere', -202444400, 575541700, 0),
(27376, 1363, 139, 'Moka', -202188900, 574958300, 0),
(27377, 1363, 139, 'Pailles', -201927100, 574882600, 0),
(27378, 1363, 139, 'Saint Pierre', -202175000, 575208300, 0),
(27379, 1364, 139, 'Arsenal', -201055600, 575352800, 0),
(27380, 1364, 139, 'Congomah', -201488900, 575908300, 0),
(27381, 1364, 139, 'Le Hochet', -201350000, 575211100, 0),
(27382, 1364, 139, 'Morcellemont Saint Andre', -200730600, 575580600, 0),
(27383, 1364, 139, 'Pamplemousses', -201038900, 575702800, 0),
(27384, 1364, 139, 'Plaine des Papayes', -200650000, 575725000, 0),
(27385, 1364, 139, 'Terre Rouge', -201261100, 575244400, 0),
(27386, 1364, 139, 'Triolet', -200547200, 575452800, 0),
(27387, 1365, 139, 'Curepipe', -203147200, 575202800, 0),
(27388, 1365, 139, 'Quatre Bornes', -202644400, 574719400, 0),
(27389, 1365, 139, 'Vacoas', -202980600, 574783300, 0),
(27390, 1366, 139, 'Port Louis', -201619400, 574988900, 0),
(27391, 1367, 139, 'Esperance Trebuchet', -200697200, 576419400, 0),
(27392, 1367, 139, 'Goodlands', -200350000, 576430600, 0),
(27393, 1367, 139, 'Grand Baie', -200181600, 575801500, 0),
(27394, 1367, 139, 'Piton', -200902800, 576302800, 0),
(27395, 1367, 139, 'Riviere du Rempart', -201030600, 576847200, 0),
(27396, 1368, 140, 'Mamoudzou', -127794400, 452272200, 0),
(27397, 1369, 141, 'Aguascalientes', 218833300, -1023000000, 0),
(27398, 1369, 141, 'Asientos', 222333300, -1021000000, 0),
(27399, 1369, 141, 'Calvillo', 218500000, -1027166700, 0),
(27400, 1369, 141, 'Margaritas', 220000000, -1023000000, 0),
(27401, 1369, 141, 'Pabellon de Arteaga', 221666700, -1023500000, 0),
(27402, 1369, 141, 'Palo Alto', 219166700, -1019666700, 0),
(27403, 1369, 141, 'Rincon de Romos', 222333300, -1023000000, 0),
(27404, 1369, 141, 'Villa Juarez', 221166700, -1020666700, 0),
(27405, 1371, 141, 'Cabo San Lucas', 228908800, -1099123800, 0),
(27406, 1371, 141, 'Ciudad Constitucion', 250369400, -1116644400, 0),
(27407, 1371, 141, 'La Paz', 241666700, -1103000000, 0),
(27408, 1371, 141, 'Loreto', 260166700, -1113500000, 0),
(27409, 1371, 141, 'San Jose del Cabo', 230588800, -1096977100, 0),
(27410, 1371, 141, 'Todos Santos', 234500000, -1102166700, 0),
(27411, 1370, 141, 'Camalu', 308500000, -1160666700, 0),
(27412, 1370, 141, 'El Sauzal', 319000000, -1166833300, 0),
(27413, 1370, 141, 'Ensenada', 318666700, -1166166700, 0),
(27414, 1370, 141, 'Hermosillo', 325102800, -1149233300, 0),
(27415, 1370, 141, 'Maneadero', 317166700, -1165666700, 0),
(27416, 1370, 141, 'Mexicali', 326519400, -1154683300, 0),
(27417, 1370, 141, 'Progreso', 325800000, -1155838900, 0),
(27418, 1370, 141, 'Puebla', 325644400, -1153533300, 0),
(27419, 1370, 141, 'Rosarito', 323333300, -1170333300, 0),
(27420, 1370, 141, 'San Luis', 284333300, -1137500000, 0),
(27421, 1370, 141, 'San Quintin', 304833300, -1159500000, 0),
(27422, 1370, 141, 'Tecate', 325666700, -1166333300, 0),
(27423, 1370, 141, 'Tecolots', 325666700, -1149833300, 0),
(27424, 1370, 141, 'Tijuana', 325333300, -1170166700, 0),
(27425, 1372, 141, 'Campeche', 198500000, -905333300, 0),
(27426, 1372, 141, 'China', 197666700, -905000000, 0),
(27427, 1372, 141, 'Ciudad del Carmen', 186333300, -918333300, 0),
(27428, 1372, 141, 'Dzitbalche', 203166700, -900500000, 0),
(27429, 1372, 141, 'Escarcega', 186089100, -907454400, 0),
(27430, 1372, 141, 'Seybaplaya', 196500000, -906666700, 0),
(27431, 1373, 141, 'Arriaga', 162333300, -939000000, 0),
(27432, 1373, 141, 'Cacahoatan', 149833300, -921666700, 0),
(27433, 1373, 141, 'Comitan de Dominguez', 162500000, -921333300, 0),
(27434, 1373, 141, 'Copoya', 167166700, -930833300, 0),
(27435, 1373, 141, 'Frontera Comalapa', 156500000, -921333300, 0),
(27436, 1373, 141, 'Ocozocuautla', 167666700, -933666700, 0),
(27437, 1373, 141, 'Pueblo Juarez', 176500000, -931500000, 0),
(27438, 1373, 141, 'Puerto Madero', 147207600, -924214600, 0),
(27439, 1373, 141, 'San Cristobal de Las Casas', 167500000, -926333300, 0),
(27440, 1373, 141, 'San Fernando', 168666700, -932166700, 0),
(27441, 1373, 141, 'Tapachula', 149000000, -922833300, 0),
(27442, 1373, 141, 'Tuxtla Gutierrez', 167500000, -931166700, 0),
(27443, 1373, 141, 'Villa Corzo', 161666700, -932500000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(27444, 1374, 141, 'Chihuahua', 286333300, -1060833300, 0),
(27445, 1374, 141, 'Ciudad Delicias', 281901300, -1054701200, 0),
(27446, 1374, 141, 'Ciudad Juarez', 317333300, -1064833300, 0),
(27447, 1374, 141, 'Cuauhtemoc', 284166700, -1068666700, 0),
(27448, 1374, 141, 'Hidalgo del Parral', 269333300, -1056666700, 0),
(27449, 1374, 141, 'Meoqui', 282833300, -1054833300, 0),
(27450, 1374, 141, 'Rosales', 282000000, -1055500000, 0),
(27451, 1375, 141, 'Castanos', 267833300, -1014166700, 0),
(27452, 1375, 141, 'El Coyote', 257000000, -1032666700, 0),
(27453, 1375, 141, 'Matamoros', 255333300, -1032500000, 0),
(27454, 1375, 141, 'Monclova', 269000000, -1014166700, 0),
(27455, 1375, 141, 'Nava', 284166700, -1007666700, 0),
(27456, 1375, 141, 'Nueva Rosita', 279500000, -1012166700, 0),
(27457, 1375, 141, 'Piedras Negras', 287000000, -1005166700, 0),
(27458, 1375, 141, 'Ramos Arizpe', 255500000, -1009666700, 0),
(27459, 1375, 141, 'Sabinas', 278500000, -1011166700, 0),
(27460, 1375, 141, 'Saltillo', 254166700, -1010000000, 0),
(27461, 1375, 141, 'San Pedro', 254333300, -1032166700, 0),
(27462, 1375, 141, 'Torreon', 255500000, -1034333300, 0),
(27463, 1375, 141, 'Villa Frontera', 269333300, -1014500000, 0),
(27464, 1376, 141, 'Colima', 192333300, -1037166700, 0),
(27465, 1376, 141, 'Comala', 193166700, -1037500000, 0),
(27466, 1376, 141, 'Cuauhtemoc', 193333300, -1036000000, 0),
(27467, 1376, 141, 'Madrid', 190833300, -1038666700, 0),
(27468, 1376, 141, 'Manzanillo', 190501100, -1043187900, 0),
(27469, 1376, 141, 'Villa de Alvarez', 192500000, -1037333300, 0),
(27470, 1377, 141, 'Alvaro Obregon', 193733300, -992250000, 0),
(27471, 1377, 141, 'Azcapotzalco', 194888900, -991836100, 0),
(27472, 1377, 141, 'Benito Juarez', 193850000, -991650000, 0),
(27473, 1377, 141, 'Col. Bosques de las Lomas', 193789300, -992658700, 0),
(27474, 1377, 141, 'Colonia Nativitas', 193811900, -991368500, 0),
(27475, 1377, 141, 'Colonia del Valle', 193861100, -991620400, 0),
(27476, 1377, 141, 'Coyoacan', 193288900, -991602800, 0),
(27477, 1377, 141, 'Cuajimalpa', 193558300, -993011100, 0),
(27478, 1377, 141, 'Cuauhtemoc', 194172200, -991569400, 0),
(27479, 1377, 141, 'Gustavo A. Madero', 194786100, -990958300, 0),
(27480, 1377, 141, 'Iztacalco', 193966700, -990847200, 0),
(27481, 1377, 141, 'Iztapalapa', 193511100, -990519400, 0),
(27482, 1377, 141, 'Magdalena Contreras', 192833300, -992333300, 0),
(27483, 1377, 141, 'Mexico City', 194284700, -991276600, 0),
(27484, 1377, 141, 'Miguel Hidalgo', 194225000, -992027800, 0),
(27485, 1377, 141, 'Milpa Alta', 191919400, -990236100, 0),
(27486, 1377, 141, 'Polanco', 194166700, -992000000, 0),
(27487, 1377, 141, 'Tlahuac', 192816700, -990033300, 0),
(27488, 1377, 141, 'Tlalpan', 192833300, -991666700, 0),
(27489, 1377, 141, 'Venustiano Carranza', 194300000, -990991700, 0),
(27490, 1377, 141, 'Xochimilco', 192622200, -991075000, 0),
(27491, 1378, 141, 'Ciudad Lerdo', 255333300, -1035333300, 0),
(27492, 1378, 141, 'Durango', 240333300, -1046666700, 0),
(27493, 1378, 141, 'Gomez Palacio', 255666700, -1035000000, 0),
(27494, 1378, 141, 'Juarez', 248205600, -1040275000, 0),
(27495, 1378, 141, 'Poanas', 257666700, -1036166700, 0),
(27496, 1378, 141, 'Santa Maria del Oro', 259333300, -1053666700, 0),
(27497, 1379, 141, 'Acambaro', 200333300, -1007333300, 0),
(27498, 1379, 141, 'Apaseo el Alto', 204500000, -1006166700, 0),
(27499, 1379, 141, 'Celaya', 205166700, -1008166700, 0),
(27500, 1379, 141, 'Ciudad Manuel Doblado', 207333300, -1019333300, 0),
(27501, 1379, 141, 'Cortazar', 204833300, -1009333300, 0),
(27502, 1379, 141, 'Dolores Hidalgo', 211561100, -1009308300, 0),
(27503, 1379, 141, 'Guanajuato', 210166700, -1012500000, 0),
(27504, 1379, 141, 'Irapuato', 206833300, -1013500000, 0),
(27505, 1379, 141, 'Jaral del Progreso', 203666700, -1010666700, 0),
(27506, 1379, 141, 'Juventino Rosas', 206500000, -1010000000, 0),
(27507, 1379, 141, 'La Calera', 207833300, -1013166700, 0),
(27508, 1379, 141, 'Leon', 211166700, -1016666700, 0),
(27509, 1379, 141, 'Marfil', 210000000, -1012833300, 0),
(27510, 1379, 141, 'Medina', 211500000, -1016166700, 0),
(27511, 1379, 141, 'Moroleon', 201333300, -1012000000, 0),
(27512, 1379, 141, 'Nuevo Mexico', 209830600, -1014841700, 0),
(27513, 1379, 141, 'Ocampo', 216500000, -1015000000, 0),
(27514, 1379, 141, 'Paracuaro', 201500000, -1007666700, 0),
(27515, 1379, 141, 'Penjamo', 204333300, -1017333300, 0),
(27516, 1379, 141, 'Pueblo Nuevo', 205166700, -1013666700, 0),
(27517, 1379, 141, 'Romita', 208666700, -1015166700, 0),
(27518, 1379, 141, 'Salamanca', 205666700, -1012000000, 0),
(27519, 1379, 141, 'San Francisco del Rincon', 210166700, -1018500000, 0),
(27520, 1379, 141, 'San Luis de la Paz', 213000000, -1005166700, 0),
(27521, 1379, 141, 'San Miguel de Allende', 209166700, -1007500000, 0),
(27522, 1379, 141, 'Silao', 209333300, -1014333300, 0),
(27523, 1379, 141, 'Tarandacuao', 200000000, -1005333300, 0),
(27524, 1379, 141, 'Teneria', 205833300, -1007666700, 0),
(27525, 1380, 141, 'Acapulco de Juarez', 168633600, -998901000, 0),
(27526, 1380, 141, 'Ayutla de los Libres', 169000000, -992166700, 0),
(27527, 1380, 141, 'Bajos del Ejido', 169500000, -999666700, 0),
(27528, 1380, 141, 'Chilpancingo de los Bravos', 175500000, -995000000, 0),
(27529, 1380, 141, 'Coyuca de Benitez', 170333300, -1000666700, 0),
(27530, 1380, 141, 'Huamuxtitlan', 178166700, -985666700, 0),
(27531, 1380, 141, 'Iguala de la Independencia', 183500000, -995333300, 0),
(27532, 1380, 141, 'Ixtapa', 176678200, -1016416500, 0),
(27533, 1380, 141, 'Ometepec', 166833300, -984166700, 0),
(27534, 1380, 141, 'Petatlan', 175166700, -1012666700, 0),
(27535, 1380, 141, 'Taxco de Alarcon', 185500000, -996000000, 0),
(27536, 1380, 141, 'Tecpan de Galeana', 172500000, -1006833300, 0),
(27537, 1380, 141, 'Tlapa de Comonfort', 175500000, -985500000, 0),
(27538, 1380, 141, 'Tlapehuala', 182166700, -1005166700, 0),
(27539, 1380, 141, 'Zihuatanejo', 176333300, -1015500000, 0),
(27540, 1381, 141, 'Acaxochitlan', 201666700, -982000000, 0),
(27541, 1381, 141, 'Acayuca', 200333300, -988333300, 0),
(27542, 1381, 141, 'Actopan', 202666700, -989333300, 0),
(27543, 1381, 141, 'Apan', 197166700, -984166700, 0),
(27544, 1381, 141, 'Atitalaquia', 200666700, -992166700, 0),
(27545, 1381, 141, 'Atotonilco el Grande', 202833300, -986666700, 0),
(27546, 1381, 141, 'Huautla', 210333300, -982833300, 0),
(27547, 1381, 141, 'Ixmiquilpan', 204833300, -992333300, 0),
(27548, 1381, 141, 'Orizatlan', 211833300, -986166700, 0),
(27549, 1381, 141, 'Pachuca de Soto', 201169700, -987332900, 0),
(27550, 1381, 141, 'Pachuquilla', 200666700, -987000000, 0),
(27551, 1381, 141, 'San Marcos', 200666700, -993333300, 0),
(27552, 1381, 141, 'San Miguel Vindho', 199969400, -993233300, 0),
(27553, 1381, 141, 'Tecozautla', 205333300, -996333300, 0),
(27554, 1381, 141, 'Tepeji de Ocampo', 199052800, -993438900, 0),
(27555, 1381, 141, 'Tizayuca', 198333300, -989833300, 0),
(27556, 1381, 141, 'Tolcayuca', 199500000, -989166700, 0),
(27557, 1381, 141, 'Tula de Allende', 200500000, -993500000, 0),
(27558, 1381, 141, 'Tulancingo', 200833300, -983666700, 0),
(27559, 1381, 141, 'Zacualtipan', 206500000, -986000000, 0),
(27560, 1381, 141, 'Zempoala', 199166700, -986666700, 0),
(27561, 1382, 141, 'Ajijic', 203000000, -1032833300, 0),
(27562, 1382, 141, 'Ameca', 205500000, -1040333300, 0),
(27563, 1382, 141, 'Arandas', 207000000, -1023500000, 0),
(27564, 1382, 141, 'Atotonilco el Alto', 205500000, -1025166700, 0),
(27565, 1382, 141, 'Atotonilquillo', 204000000, -1031333300, 0),
(27566, 1382, 141, 'Autlan de Navarro', 197666700, -1043666700, 0),
(27567, 1382, 141, 'Bellavista', 204333300, -1036500000, 0),
(27568, 1382, 141, 'Capilla de Guadalupe', 208333300, -1025833300, 0),
(27569, 1382, 141, 'Chapala', 203000000, -1032000000, 0),
(27570, 1382, 141, 'Ciudad Guzman', 196833300, -1034833300, 0),
(27571, 1382, 141, 'Cocula', 203651700, -1038221500, 0),
(27572, 1382, 141, 'Coyula', 206333300, -1032000000, 0),
(27573, 1382, 141, 'Etzatlan', 207666700, -1040833300, 0),
(27574, 1382, 141, 'Guadalajara', 206666700, -1033333300, 0),
(27575, 1382, 141, 'Ixtapa', 207000000, -1052000000, 0),
(27576, 1382, 141, 'Jalostotitlan', 212000000, -1024666700, 0),
(27577, 1382, 141, 'Jocotepec', 203000000, -1034333300, 0),
(27578, 1382, 141, 'La Barca', 202833300, -1025666700, 0),
(27579, 1382, 141, 'La Venta del Astillero', 207166700, -1035333300, 0),
(27580, 1382, 141, 'Lagos de Moreno', 213500000, -1019166700, 0),
(27581, 1382, 141, 'Las Pintas de Arriba', 205666700, -1033166700, 0),
(27582, 1382, 141, 'Mazamitla', 199166700, -1030333300, 0),
(27583, 1382, 141, 'Nuevo Mexico', 207500000, -1034333300, 0),
(27584, 1382, 141, 'Ocotlan', 203500000, -1027666700, 0),
(27585, 1382, 141, 'Poncitlan', 203666700, -1029166700, 0),
(27586, 1382, 141, 'Puerto Vallarta', 206204100, -1052306600, 0),
(27587, 1382, 141, 'San Agustin', 205333300, -1034666700, 0),
(27588, 1382, 141, 'San Diego de Alejandria', 209833300, -1019833300, 0),
(27589, 1382, 141, 'San Jose del Castillo', 205333300, -1032333300, 0),
(27590, 1382, 141, 'San Juan de los Lagos', 212500000, -1023000000, 0),
(27591, 1382, 141, 'San Miguel el Alto', 210166700, -1023500000, 0),
(27592, 1382, 141, 'San Patricio', 192166700, -1047000000, 0),
(27593, 1382, 141, 'San Sebastian el Grande', 205166700, -1034166700, 0),
(27594, 1382, 141, 'Santa Anita', 205500000, -1034666700, 0),
(27595, 1382, 141, 'Santa Cruz de las Flores', 204833300, -1035000000, 0),
(27596, 1382, 141, 'Santa Cruz del Valle', 205333300, -1034333300, 0),
(27597, 1382, 141, 'Sayula', 198666700, -1036166700, 0),
(27598, 1382, 141, 'Tamazula de Gordiano', 196333300, -1032500000, 0),
(27599, 1382, 141, 'Tepatitlan de Morelos', 208166700, -1027333300, 0),
(27600, 1382, 141, 'Tequila', 208833300, -1038333300, 0),
(27601, 1382, 141, 'Tesistan', 207833300, -1034833300, 0),
(27602, 1382, 141, 'Tlajomulco de Zuniga', 204666700, -1034500000, 0),
(27603, 1382, 141, 'Tlaquepaque', 206500000, -1033166700, 0),
(27604, 1382, 141, 'Tomatlan', 199333300, -1052500000, 0),
(27605, 1382, 141, 'Tonala', 206166700, -1032333300, 0),
(27606, 1382, 141, 'Union de San Antonio', 211000000, -1019666700, 0),
(27607, 1382, 141, 'Union de Tula', 199666700, -1042666700, 0),
(27608, 1382, 141, 'Usmajac', 198666700, -1035666700, 0),
(27609, 1382, 141, 'Valle de Juarez', 199333300, -1029333300, 0),
(27610, 1382, 141, 'Zapopan', 207166700, -1034000000, 0),
(27611, 1382, 141, 'Zapopan2', 207167000, -1034000000, 0),
(27612, 1383, 141, 'Acolman', 196250000, -989166700, 0),
(27613, 1383, 141, 'Almoloya del Rio', 191580600, -994897200, 0),
(27614, 1383, 141, 'Apaxco de Ocampo', 199738900, -991738900, 0),
(27615, 1383, 141, 'Atizapan', 192500000, -995500000, 0),
(27616, 1383, 141, 'Atlacomulco', 197988900, -998744400, 0),
(27617, 1383, 141, 'Bocanegra', 198500000, -991000000, 0),
(27618, 1383, 141, 'Calimaya de Diaz Gonzalez', 191600000, -996208300, 0),
(27619, 1383, 141, 'Chalco de Diaz Covarrubias', 192666700, -989000000, 0),
(27620, 1383, 141, 'Chapultepec', 191994400, -995650000, 0),
(27621, 1383, 141, 'Chicoloapan de Juarez', 194166700, -989000000, 0),
(27622, 1383, 141, 'Cholula', 192666700, -994833300, 0),
(27623, 1383, 141, 'Ciudad Lopez Mateos', 195583300, -992613900, 0),
(27624, 1383, 141, 'Ciudad Nezahualcoyotl', 194136100, -990330600, 0),
(27625, 1383, 141, 'Coacalco', 196316700, -991102800, 0),
(27626, 1383, 141, 'Coatepec Harinas', 188949200, -997215300, 0),
(27627, 1383, 141, 'Colonia Lindavista', 194915600, -991247500, 0),
(27628, 1383, 141, 'Cuautitlan', 196711100, -991827800, 0),
(27629, 1383, 141, 'Cuautitlan Izcalli', 196469400, -992466700, 0),
(27630, 1383, 141, 'Ecatepec', 196011100, -990525000, 0),
(27631, 1383, 141, 'Huehuetoca', 198488900, -992041700, 0),
(27632, 1383, 141, 'Huilango', 196869400, -992500000, 0),
(27633, 1383, 141, 'Huixquilucan', 193602800, -993513900, 0),
(27634, 1383, 141, 'Ixtapaluca', 193166700, -988833300, 0),
(27635, 1383, 141, 'Ixtapan de la Sal', 188333300, -996833300, 0),
(27636, 1383, 141, 'Jilotepec de Abasolo', 199527800, -995347200, 0),
(27637, 1383, 141, 'Jocotitlan', 197058300, -997877800, 0),
(27638, 1383, 141, 'La Concepcion', 196819400, -998569400, 0),
(27639, 1383, 141, 'Lerma de Villada', 192850000, -995155600, 0),
(27640, 1383, 141, 'Los Reyes', 193500000, -989666700, 0),
(27641, 1383, 141, 'Malinalco', 189500000, -995000000, 0),
(27642, 1383, 141, 'Melchor Ocampo', 196997200, -991475000, 0),
(27643, 1383, 141, 'Metepec', 192536100, -996077800, 0),
(27644, 1383, 141, 'Mexicaltzingo', 192097200, -995888900, 0),
(27645, 1383, 141, 'Montecillo', 194500000, -989000000, 0),
(27646, 1383, 141, 'Naucalpan de Juarez', 194785100, -992396300, 0),
(27647, 1383, 141, 'Nextlalpan', 197441700, -990733300, 0),
(27648, 1383, 141, 'Nicolas Romero', 196219400, -993130600, 0),
(27649, 1383, 141, 'Ozumba de Alzate', 190500000, -988000000, 0),
(27650, 1383, 141, 'Papalotla', 195666700, -988500000, 0),
(27651, 1383, 141, 'San Antonio Buenavista', 192602800, -997130600, 0),
(27652, 1383, 141, 'San Antonio La Isla', 191611100, -995708300, 0),
(27653, 1383, 141, 'San Bartolome Coatepec', 193947200, -993130600, 0),
(27654, 1383, 141, 'San Bartolome Tlaltelulco', 192261100, -996344400, 0),
(27655, 1383, 141, 'San Francisco Acuautla', 193333300, -988500000, 0),
(27656, 1383, 141, 'San Juan Teotihuacan', 196833300, -988666700, 0),
(27657, 1383, 141, 'San Juan Tilapa', 192194400, -996622200, 0),
(27658, 1383, 141, 'San Juan de las Huertas', 192463900, -997605600, 0),
(27659, 1383, 141, 'San Maria Totoltepec', 193050000, -995925000, 0),
(27660, 1383, 141, 'San Mateo Atenco', 192616700, -995352800, 0),
(27661, 1383, 141, 'San Mateo Ixtacalco', 196997200, -991783300, 0),
(27662, 1383, 141, 'San Mateo Otzacatipan', 193272200, -996066700, 0),
(27663, 1383, 141, 'San Miguel Coatlinchan', 194500000, -988666700, 0),
(27664, 1383, 141, 'San Pablo Atlazalpan', 192166700, -989000000, 0),
(27665, 1383, 141, 'San Pablo Tecalco', 196666700, -989500000, 0),
(27666, 1383, 141, 'San Pablo de las Salinas', 196658300, -990963900, 0),
(27667, 1383, 141, 'San Pedro Xalpa', 198238900, -991883300, 0),
(27668, 1383, 141, 'Santa Catarina Ayotzingo', 192000000, -989333300, 0),
(27669, 1383, 141, 'Santa Cruz Cuauhtenco', 192505600, -997336100, 0),
(27670, 1383, 141, 'Santa Cruz Tecamac', 197333300, -989666700, 0),
(27671, 1383, 141, 'Santa Cruz Tepexpan', 195680600, -997041700, 0),
(27672, 1383, 141, 'Santa Maria Ajoloapan', 199786100, -990472200, 0),
(27673, 1383, 141, 'Santa Maria Nativitas', 195788900, -996108300, 0),
(27674, 1383, 141, 'Santa Maria Tonatitla', 196858300, -990566700, 0),
(27675, 1383, 141, 'Santiago Teyahualco', 196588900, -991269400, 0),
(27676, 1383, 141, 'Santiago Tlacotepec', 192238900, -996744400, 0),
(27677, 1383, 141, 'Santo Tomas Chiconautla', 196405600, -990083300, 0),
(27678, 1383, 141, 'Tejupilco de Hidalgo', 189000000, -1001500000, 0),
(27679, 1383, 141, 'Tenancingo de Degollado', 189666700, -996000000, 0),
(27680, 1383, 141, 'Tenango del Aire', 191662900, -988512800, 0),
(27681, 1383, 141, 'Teoloyucan', 197455600, -991833300, 0),
(27682, 1383, 141, 'Tepetlaoxtoc de Hidalgo', 195833300, -988166700, 0),
(27683, 1383, 141, 'Tepotzotlan', 197138900, -992244400, 0),
(27684, 1383, 141, 'Texcoco de Mora', 195166700, -988833300, 0),
(27685, 1383, 141, 'Tezoyuca', 195916700, -989166700, 0),
(27686, 1383, 141, 'Tianguistenco', 191797200, -994705600, 0),
(27687, 1383, 141, 'Tlalmanalco de Velazquez', 192166700, -988000000, 0),
(27688, 1383, 141, 'Tlalnepantla', 195269400, -992216700, 0),
(27689, 1383, 141, 'Toluca', 192883300, -996672200, 0),
(27690, 1383, 141, 'Tultepec', 196847200, -991291700, 0),
(27691, 1383, 141, 'Tultitlan', 196472200, -991708300, 0),
(27692, 1383, 141, 'Villa Cuauhtemoc', 194152800, -995616700, 0),
(27693, 1383, 141, 'Vista Hermosa', 195166700, -992166700, 0),
(27694, 1383, 141, 'Xico', 192666700, -989333300, 0),
(27695, 1383, 141, 'Zacamulpa', 193563900, -993333300, 0),
(27696, 1383, 141, 'Zumpango de Ocampo', 197977800, -991016700, 0),
(27697, 1384, 141, 'Alvaro Obregon', 198333300, -1010833300, 0),
(27698, 1384, 141, 'Apatzingan de la Constitucion', 190833300, -1023500000, 0),
(27699, 1384, 141, 'Arteaga', 184666700, -1024166700, 0),
(27700, 1384, 141, 'Ciudad Hidalgo', 196833300, -1005666700, 0),
(27701, 1384, 141, 'Coalcoman de Matamoros', 187833300, -1031500000, 0),
(27702, 1384, 141, 'Coeneo', 198166700, -1015833300, 0),
(27703, 1384, 141, 'Cotija de la Paz', 198166700, -1026833300, 0),
(27704, 1384, 141, 'Heroica Zitacuaro', 194000000, -1003666700, 0),
(27705, 1384, 141, 'Jacona', 199555560, -1023027780, 0),
(27706, 1384, 141, 'Jiquilpan de Juarez', 199833300, -1027166700, 0),
(27707, 1384, 141, 'La Orilla', 179833300, -1022333300, 0),
(27708, 1384, 141, 'Lazaro Cardenas', 179583300, -1022000000, 0),
(27709, 1384, 141, 'Los Reyes', 197333300, -1002666700, 0),
(27710, 1384, 141, 'Morelia', 197007800, -1011844300, 0),
(27711, 1384, 141, 'Nueva Italia de Ruiz', 190166700, -1021000000, 0),
(27712, 1384, 141, 'Panindicuaro de la Reforma', 199666700, -1017666700, 0),
(27713, 1384, 141, 'Patzcuaro', 195166700, -1016000000, 0),
(27714, 1384, 141, 'Sahuayo de Jose Maria Morelos', 200666700, -1027166700, 0),
(27715, 1384, 141, 'Tacambaro de Codallos', 192333300, -1014666700, 0),
(27716, 1384, 141, 'Tarimbaro', 197833300, -1011333300, 0),
(27717, 1384, 141, 'Tinguindin', 197500000, -1024833300, 0),
(27718, 1384, 141, 'Tlalpujahua de Rayon', 198000000, -1001666700, 0),
(27719, 1384, 141, 'Tuxpan', 195666700, -1004666700, 0),
(27720, 1384, 141, 'Uruapan del Progreso', 194166700, -1020666700, 0),
(27721, 1384, 141, 'Zacapu', 198333300, -1017166700, 0),
(27722, 1384, 141, 'Zamora de Hidalgo', 199833300, -1022666700, 0),
(27723, 1385, 141, 'Alpuyeca', 187333300, -992666700, 0),
(27724, 1385, 141, 'Cocoyoc', 188666700, -989833300, 0),
(27725, 1385, 141, 'Cuautla Morelos', 188000000, -989500000, 0),
(27726, 1385, 141, 'Cuernavaca', 189166700, -992500000, 0),
(27727, 1385, 141, 'Emiliano Zapata', 188333300, -991833300, 0),
(27728, 1385, 141, 'Huitzilac', 190291700, -992683300, 0),
(27729, 1385, 141, 'Jiutepec', 188666700, -991833300, 0),
(27730, 1385, 141, 'Jojutla de Juarez', 186166700, -991833300, 0),
(27731, 1385, 141, 'Santa Catarina', 189666700, -991333300, 0),
(27732, 1385, 141, 'Temoac', 187666700, -987833300, 0),
(27733, 1385, 141, 'Tepoztlan', 189833300, -991000000, 0),
(27734, 1385, 141, 'Tlalnepantla', 190000000, -989833300, 0),
(27735, 1385, 141, 'Tlaltizapan', 186833300, -991166700, 0),
(27736, 1385, 141, 'Tlaquiltenango', 186333300, -991666700, 0),
(27737, 1385, 141, 'Xochitepec', 187833300, -992333300, 0),
(27738, 1385, 141, 'Yautepec', 188818800, -990671500, 0),
(27739, 1385, 141, 'Yecapixtla', 188833300, -988666700, 0),
(27740, 1385, 141, 'Zacatepec', 186500000, -992000000, 0),
(27741, 1386, 141, 'Bucerias', 207500000, -1053333300, 0),
(27742, 1386, 141, 'Compostela', 212333300, -1049166700, 0),
(27743, 1386, 141, 'Jala', 210833300, -1044333300, 0),
(27744, 1386, 141, 'Las Varas', 211666700, -1051666700, 0),
(27745, 1386, 141, 'Rosamorada', 221222200, -1052058300, 0),
(27746, 1386, 141, 'San Vicente', 219500000, -1053000000, 0),
(27747, 1386, 141, 'Tepic', 215000000, -1049000000, 0),
(27748, 1386, 141, 'Valle de Banderas', 208000000, -1052333300, 0),
(27749, 1387, 141, 'Allende', 252833300, -1000166700, 0),
(27750, 1387, 141, 'Apodaca', 257666700, -1002000000, 0),
(27751, 1387, 141, 'Cadereyta', 255833300, -999833300, 0),
(27752, 1387, 141, 'Garza Garcia', 256666700, -1004000000, 0),
(27753, 1387, 141, 'General Bravo', 258000000, -991666700, 0),
(27754, 1387, 141, 'General Escobedo', 258166700, -1003333300, 0),
(27755, 1387, 141, 'Guadalupe', 256833300, -1002500000, 0),
(27756, 1387, 141, 'Hidalgo', 258425000, -996161100, 0),
(27757, 1387, 141, 'Juarez', 256500000, -1000833300, 0),
(27758, 1387, 141, 'Linares', 248577800, -995677800, 0),
(27759, 1387, 141, 'Montemorelos', 252000000, -998166700, 0),
(27760, 1387, 141, 'Monterrey', 256666700, -1003166700, 0),
(27761, 1387, 141, 'Pesqueria', 257833300, -1000500000, 0),
(27762, 1387, 141, 'Sabinas Hidalgo', 265000000, -1001666700, 0),
(27763, 1387, 141, 'San Nicolas de los Garza', 257500000, -1003000000, 0),
(27764, 1387, 141, 'Santa Catarina', 256732500, -1004581300, 0),
(27765, 1387, 141, 'Santiago', 254166700, -1001500000, 0),
(27766, 1387, 141, 'Villa de Garcia', 258166700, -1005833300, 0),
(27767, 1388, 141, 'Asuncion Nochixtlan', 174666700, -972333300, 0),
(27768, 1388, 141, 'Cuilapan de Guerrero', 170000000, -967666700, 0),
(27769, 1388, 141, 'Ejutla de Crespo', 165666700, -967333300, 0),
(27770, 1388, 141, 'Huajuapan de Leon', 178000000, -977666700, 0),
(27771, 1388, 141, 'Huatulco', 158436100, -963266700, 0),
(27772, 1388, 141, 'Juchitan de Zaragoza', 164333300, -950166700, 0),
(27773, 1388, 141, 'Miahuatlan de Porfirio Diaz', 163333300, -966000000, 0),
(27774, 1388, 141, 'Oaxaca de Juarez', 170500000, -967166700, 0),
(27775, 1388, 141, 'Puerto Escondido', 158500000, -970666700, 0),
(27776, 1388, 141, 'Salina Cruz', 161666700, -952000000, 0),
(27777, 1388, 141, 'San Antonio de la Cal', 170308300, -966975000, 0),
(27778, 1388, 141, 'San Juan Bautista Tuxtepec', 181000000, -961166700, 0),
(27779, 1388, 141, 'San Miguel Panixtlahuaca', 162484400, -973842700, 0),
(27780, 1388, 141, 'San Pedro Pochutla', 157333300, -964666700, 0),
(27781, 1388, 141, 'San Pedro y San Pablo Etla', 172000000, -968000000, 0),
(27782, 1388, 141, 'Santa Cruz Xoxocotlan', 170166700, -967333300, 0),
(27783, 1388, 141, 'Santa Maria Asuncion Tlaxiaco', 172666700, -976833300, 0),
(27784, 1388, 141, 'Santa Maria Xadani', 159333300, -960666700, 0),
(27785, 1388, 141, 'Santo Domingo Zanatepec', 164830700, -943475400, 0),
(27786, 1388, 141, 'Tlalixtac de Cabrera', 170666700, -966500000, 0),
(27787, 1389, 141, 'Atlixco', 189081500, -984361300, 0),
(27788, 1389, 141, 'Cholula', 190640600, -983035200, 0),
(27789, 1389, 141, 'Coxcatlan', 182666700, -971500000, 0),
(27790, 1389, 141, 'Cuanala', 191000000, -983166700, 0),
(27791, 1389, 141, 'Cuautlancingo', 190833300, -982666700, 0),
(27792, 1389, 141, 'Cuetzalan del Progreso', 200333300, -975166700, 0),
(27793, 1389, 141, 'Domingo Arenas', 191500000, -984333300, 0),
(27794, 1389, 141, 'Guadalupe Victoria', 192916700, -973458300, 0),
(27795, 1389, 141, 'Huauchinango', 201833300, -980500000, 0),
(27796, 1389, 141, 'Izucar de Matamoros', 186000000, -984666700, 0),
(27797, 1389, 141, 'Magdalena Cuayucatepec', 185000000, -974833300, 0),
(27798, 1389, 141, 'Momoxpan', 190666700, -982333300, 0),
(27799, 1389, 141, 'Ocotlan', 191500000, -982666700, 0),
(27800, 1389, 141, 'Puebla de Zaragoza', 190500000, -982000000, 0),
(27801, 1389, 141, 'San Aparicio', 191000000, -981500000, 0),
(27802, 1389, 141, 'San Gabriel Chilac', 183166700, -973500000, 0),
(27803, 1389, 141, 'San Gregorio Atzompa', 190333300, -983333300, 0),
(27804, 1389, 141, 'San Jose Chiapa', 192500000, -977666700, 0),
(27805, 1389, 141, 'San Lorenzo Almecatla', 191333300, -982333300, 0),
(27806, 1389, 141, 'San Martin Texmelucan de Labastida', 192833300, -984333300, 0),
(27807, 1389, 141, 'San Miguel Zozutla', 187500000, -976500000, 0),
(27808, 1389, 141, 'Sanctorum', 191000000, -982500000, 0),
(27809, 1389, 141, 'Santa Clara Ocoyucan', 189666700, -982833300, 0),
(27810, 1389, 141, 'Santa Maria Coronanco', 191166700, -983000000, 0),
(27811, 1389, 141, 'Santo Tomas Chautla', 189500000, -981500000, 0),
(27812, 1389, 141, 'Tecali de Herrera', 189000000, -979666700, 0),
(27813, 1389, 141, 'Tecamachalco', 188833300, -977333300, 0),
(27814, 1389, 141, 'Tehuacan', 184500000, -973833300, 0),
(27815, 1389, 141, 'Teziutlan', 198166700, -973500000, 0),
(27816, 1389, 141, 'Tlancualpican', 184333300, -987000000, 0),
(27817, 1389, 141, 'Tlatlauquitepec', 198500000, -974833300, 0),
(27818, 1389, 141, 'Tlaxcalancingo', 190333300, -982666700, 0),
(27819, 1389, 141, 'Xalmimilulco', 192166700, -983833300, 0),
(27820, 1389, 141, 'Xicotepec de Juarez', 203000000, -979666700, 0),
(27821, 1389, 141, 'Zacatlan', 199333300, -979666700, 0),
(27822, 1389, 141, 'Zaragoza', 197666700, -975500000, 0),
(27823, 1390, 141, 'El Colorado', 205666700, -1002500000, 0),
(27824, 1390, 141, 'El Pueblito', 205333300, -1004500000, 0),
(27825, 1390, 141, 'Ezequiel Montes', 206666700, -998833300, 0),
(27826, 1390, 141, 'La Canada', 206166700, -1003166700, 0),
(27827, 1390, 141, 'Pedro Escobedo', 205000000, -1001333300, 0),
(27828, 1390, 141, 'Queretaro', 206000000, -1003833300, 0),
(27829, 1390, 141, 'San Jose el Alto', 206500000, -1003666700, 0),
(27830, 1390, 141, 'San Juan del Rio', 203833300, -1000000000, 0),
(27831, 1390, 141, 'Santa Rosa de Jauregui', 207333300, -1004500000, 0),
(27832, 1390, 141, 'Tequisquiapan', 205166700, -998666700, 0),
(27833, 1390, 141, 'Tlacote el Bajo', 206500000, -1005000000, 0),
(27834, 1391, 141, 'Alfredo V. Bonfil', 210833300, -868500000, 0),
(27835, 1391, 141, 'Calderitas', 185500000, -882500000, 0),
(27836, 1391, 141, 'Cancun', 211742900, -868465600, 0),
(27837, 1391, 141, 'Chetumal', 185000000, -883000000, 0),
(27838, 1391, 141, 'Isla Mujeres', 212311400, -867310500, 0),
(27839, 1391, 141, 'Playa del Carmen', 206274000, -870798700, 0),
(27840, 1391, 141, 'San Miguel de Cozumel', 205083300, -869458300, 0),
(27841, 1391, 141, 'Tulum', 202166700, -874666700, 0),
(27842, 1392, 141, 'Ahualulco', 224000000, -1011666700, 0),
(27843, 1392, 141, 'Alfredo M. Terrazas', 214666700, -988500000, 0),
(27844, 1392, 141, 'Ciudad Fernandez', 219500000, -1000000000, 0),
(27845, 1392, 141, 'Ciudad Valles', 219833300, -990166700, 0),
(27846, 1392, 141, 'Escalerillas', 221333300, -1010666700, 0),
(27847, 1392, 141, 'La Pila', 220500000, -1008666700, 0),
(27848, 1392, 141, 'Los Zacatones', 229500000, -1020500000, 0),
(27849, 1392, 141, 'Matehuala', 236500000, -1006500000, 0),
(27850, 1392, 141, 'Rio Verde', 219333300, -999833300, 0),
(27851, 1392, 141, 'San Luis Potosi', 221500000, -1009833300, 0),
(27852, 1392, 141, 'Soledad Diez Gutierrez', 222000000, -1009500000, 0),
(27853, 1392, 141, 'Tamazunchale', 212666700, -987833300, 0),
(27854, 1392, 141, 'Xilitla', 213333300, -989666700, 0),
(27855, 1393, 141, 'Ahome', 259166700, -1091833300, 0),
(27856, 1393, 141, 'Cosala', 244125000, -1066908300, 0),
(27857, 1393, 141, 'Culiacan', 247994400, -1073897200, 0),
(27858, 1393, 141, 'Culiacancito', 248247200, -1075330600, 0),
(27859, 1393, 141, 'Guasave', 255666700, -1084500000, 0),
(27860, 1393, 141, 'Los Mochis', 257666700, -1089666700, 0),
(27861, 1393, 141, 'Mazatlan', 232166700, -1064166700, 0),
(27862, 1393, 141, 'Mocorito', 254833300, -1079166700, 0),
(27863, 1393, 141, 'Navolato', 247672200, -1076944400, 0),
(27864, 1393, 141, 'Topolobampo', 256000000, -1090500000, 0),
(27865, 1393, 141, 'Villa Union', 232000000, -1062333300, 0),
(27866, 1394, 141, 'Agua Prieta', 313000000, -1095666700, 0),
(27867, 1394, 141, 'Alamos', 270166700, -1089333300, 0),
(27868, 1394, 141, 'Bahia Kino', 288333300, -1119333300, 0),
(27869, 1394, 141, 'Cananea', 309500000, -1103000000, 0),
(27870, 1394, 141, 'Ciudad Obregon', 274833300, -1099333300, 0),
(27871, 1394, 141, 'Cumpas', 299833300, -1097833300, 0),
(27872, 1394, 141, 'Empalme', 279666700, -1108166700, 0),
(27873, 1394, 141, 'Etchojoa', 269166700, -1096333300, 0),
(27874, 1394, 141, 'Guaymas', 279333300, -1109000000, 0),
(27875, 1394, 141, 'Hermosillo', 290666700, -1109666700, 0),
(27876, 1394, 141, 'Heroica Caborca', 307166700, -1121500000, 0),
(27877, 1394, 141, 'Heroica Nogales', 313333300, -1109333300, 0),
(27878, 1394, 141, 'Huatabampo', 268333300, -1096333300, 0),
(27879, 1394, 141, 'Magdalena de Kino', 306333300, -1109500000, 0),
(27880, 1394, 141, 'Nacozari Viejo', 304000000, -1096500000, 0),
(27881, 1394, 141, 'Navojoa', 270813000, -1094461000, 0),
(27882, 1394, 141, 'Providencia', 287166700, -1115833300, 0),
(27883, 1394, 141, 'Pueblo Yaqui', 273500000, -1100333300, 0),
(27884, 1394, 141, 'Puerto Penasco', 313166700, -1135333300, 0),
(27885, 1394, 141, 'San Luis Rio Colorado', 324630600, -1147766700, 0),
(27886, 1394, 141, 'Ures', 294333300, -1104000000, 0),
(27887, 1395, 141, 'Balancan de Dominguez', 178000000, -915333300, 0),
(27888, 1395, 141, 'Cardenas', 179833300, -933666700, 0),
(27889, 1395, 141, 'Comalcalco', 182666700, -932166700, 0),
(27890, 1395, 141, 'Cunduacan', 180666700, -931666700, 0),
(27891, 1395, 141, 'Emiliano Zapata', 177500000, -917666700, 0),
(27892, 1395, 141, 'Jalapa', 177250000, -928083300, 0),
(27893, 1395, 141, 'Jalpa de Mendez', 181333300, -930833300, 0),
(27894, 1395, 141, 'Luis Gil Perez', 178666700, -930500000, 0),
(27895, 1395, 141, 'Macultepec', 181666700, -928333300, 0),
(27896, 1395, 141, 'Macuspana', 177666700, -926000000, 0),
(27897, 1395, 141, 'Miguel Hidalgo', 172666700, -911500000, 0),
(27898, 1395, 141, 'Tecolutilla', 182833300, -933166700, 0),
(27899, 1395, 141, 'Tenosique de Pino Suarez', 174833300, -914333300, 0),
(27900, 1395, 141, 'Villahermosa', 179833300, -929166700, 0),
(27901, 1396, 141, 'Altamira', 224000000, -979166700, 0),
(27902, 1396, 141, 'Ciudad Madero', 222666700, -978333300, 0),
(27903, 1396, 141, 'Ciudad Victoria', 237333300, -991333300, 0),
(27904, 1396, 141, 'Cuauhtemoc', 225333300, -981500000, 0),
(27905, 1396, 141, 'El Mante', 227333300, -989666700, 0),
(27906, 1396, 141, 'Heroica Matamoros', 258833300, -975000000, 0),
(27907, 1396, 141, 'Hidalgo', 260500000, -982000000, 0),
(27908, 1396, 141, 'Miramar', 223333300, -978666700, 0),
(27909, 1396, 141, 'Nuevo Laredo', 275000000, -995166700, 0),
(27910, 1396, 141, 'Reynosa', 260833300, -982833300, 0),
(27911, 1396, 141, 'Rio Bravo', 259833300, -981000000, 0),
(27912, 1396, 141, 'San Fernando', 248500000, -981500000, 0),
(27913, 1396, 141, 'Tampico', 222166700, -978500000, 0),
(27914, 1396, 141, 'Tula', 230000000, -997166700, 0),
(27915, 1397, 141, 'Apizaco', 194166700, -981500000, 0),
(27916, 1397, 141, 'Calpulalpan', 195833300, -985833300, 0),
(27917, 1397, 141, 'Panotla', 193166700, -982666700, 0),
(27918, 1397, 141, 'San Pablo Apetatitlan', 193333300, -981833300, 0),
(27919, 1397, 141, 'Santa Ana Chiautempan', 193166700, -981833300, 0),
(27920, 1397, 141, 'Santiago Tetla', 194333300, -981000000, 0),
(27921, 1397, 141, 'Tepetitla', 192833300, -983833300, 0),
(27922, 1397, 141, 'Tepeyanco', 192458300, -982333300, 0),
(27923, 1397, 141, 'Tlaxcala', 193138900, -982416700, 0),
(27924, 1397, 141, 'Vicente Guerrero', 191194400, -981708300, 0),
(27925, 1398, 141, 'Acayucan', 179500000, -949166700, 0),
(27926, 1398, 141, 'Alamo', 209166700, -976833300, 0),
(27927, 1398, 141, 'Altotonga', 197666700, -972333300, 0),
(27928, 1398, 141, 'Alvarado', 187666700, -957666700, 0),
(27929, 1398, 141, 'Angel R. Cabada', 185833300, -954333300, 0),
(27930, 1398, 141, 'Banderilla', 195833300, -969333300, 0),
(27931, 1398, 141, 'Benito Juarez', 209000000, -982000000, 0),
(27932, 1398, 141, 'Boca del Rio', 191000000, -961000000, 0),
(27933, 1398, 141, 'Ciudad Mendoza', 188000000, -971833300, 0),
(27934, 1398, 141, 'Coatepec', 194500000, -969666700, 0),
(27935, 1398, 141, 'Coatzacoalcos', 181500000, -944166700, 0),
(27936, 1398, 141, 'Cordoba', 188833300, -969333300, 0),
(27937, 1398, 141, 'Cosoleacaque', 180000000, -946166700, 0),
(27938, 1398, 141, 'Coyutla', 202500000, -976500000, 0),
(27939, 1398, 141, 'Cuautlapan', 188666700, -970333300, 0),
(27940, 1398, 141, 'El Castillo', 195333300, -968500000, 0),
(27941, 1398, 141, 'Emilio Carranza', 199666700, -966000000, 0),
(27942, 1398, 141, 'Estero', 201833300, -969166700, 0),
(27943, 1398, 141, 'Fortin de las Flores', 189000000, -970000000, 0),
(27944, 1398, 141, 'Gutierrez Zamora', 204500000, -970833300, 0),
(27945, 1398, 141, 'Ixtaczoquitlan', 188500000, -970666700, 0),
(27946, 1398, 141, 'Jalapa Enriquez', 195333300, -969166700, 0),
(27947, 1398, 141, 'Juan Rodriguez Clara', 179833300, -954083300, 0),
(27948, 1398, 141, 'Martinez de La Torre', 200666700, -970500000, 0),
(27949, 1398, 141, 'Minatitlan', 179833300, -945166700, 0),
(27950, 1398, 141, 'Misantla', 199333300, -968333300, 0),
(27951, 1398, 141, 'Moralillo', 222166700, -979000000, 0),
(27952, 1398, 141, 'Nanchital', 180666700, -944000000, 0),
(27953, 1398, 141, 'Naolinco', 196500000, -968500000, 0),
(27954, 1398, 141, 'Naranjos', 213500000, -976833300, 0),
(27955, 1398, 141, 'Nogales', 188166700, -971666700, 0),
(27956, 1398, 141, 'Orizaba', 188500000, -971000000, 0),
(27957, 1398, 141, 'Otatitlan', 182000000, -960333300, 0),
(27958, 1398, 141, 'Oteapan', 180000000, -946500000, 0),
(27959, 1398, 141, 'Papantla de Olarte', 204500000, -973166700, 0),
(27960, 1398, 141, 'Paraje Nuevo', 188708300, -968666700, 0),
(27961, 1398, 141, 'Perote', 195666700, -972333300, 0),
(27962, 1398, 141, 'Piedras Negras', 187666700, -961833300, 0),
(27963, 1398, 141, 'Potrero del Llano', 210500000, -976833300, 0),
(27964, 1398, 141, 'Poza Rica de Hidalgo', 205331500, -974594600, 0),
(27965, 1398, 141, 'Rio Blanco', 188333300, -971500000, 0),
(27966, 1398, 141, 'San Andres Tuxtla', 184500000, -952166700, 0),
(27967, 1398, 141, 'Santiago de la Pena', 209500000, -974000000, 0),
(27968, 1398, 141, 'Sayula de Aleman', 178666700, -949500000, 0),
(27969, 1398, 141, 'Tecolutla', 204833300, -970166700, 0),
(27970, 1398, 141, 'Tihuatlan', 207166700, -975333300, 0),
(27971, 1398, 141, 'Totutla', 192166700, -969333300, 0),
(27972, 1398, 141, 'Tuxpan de Rodriguez Cano', 209500000, -974000000, 0),
(27973, 1398, 141, 'Ursulo Galvan', 194000000, -963500000, 0),
(27974, 1398, 141, 'Veracruz', 192000000, -961333300, 0),
(27975, 1398, 141, 'Zempoala', 194500000, -964166700, 0),
(27976, 1398, 141, 'Zongolica', 186666700, -969833300, 0),
(27977, 1399, 141, 'Caucel', 210166700, -897166700, 0),
(27978, 1399, 141, 'Conkal', 210666700, -895333300, 0),
(27979, 1399, 141, 'Idzincab', 209166700, -897000000, 0),
(27980, 1399, 141, 'Kanasin', 209333300, -895666700, 0),
(27981, 1399, 141, 'Merida', 209666700, -896166700, 0),
(27982, 1399, 141, 'Progreso', 212833300, -896666700, 0),
(27983, 1399, 141, 'Tekax de Alvaro Obregon', 202000000, -892833300, 0),
(27984, 1399, 141, 'Tixpehual', 209833300, -895166700, 0),
(27985, 1399, 141, 'Tizimin', 211500000, -881500000, 0),
(27986, 1399, 141, 'Uman', 208833300, -897500000, 0),
(27987, 1399, 141, 'Valladolid', 206881200, -881993600, 0),
(27988, 1400, 141, 'Concepcion del Oro', 246333300, -1014166700, 0),
(27989, 1400, 141, 'Fresnillo de Gonzalez Echeverria', 231666700, -1028833300, 0),
(27990, 1400, 141, 'Guadalupe', 227500000, -1025166700, 0),
(27991, 1400, 141, 'Jerez de Garcia Salinas', 226500000, -1030000000, 0),
(27992, 1400, 141, 'Loreto', 222666700, -1019666700, 0),
(27993, 1400, 141, 'Morelos', 228833300, -1026166700, 0),
(27994, 1400, 141, 'Plateros', 232166700, -1028500000, 0),
(27995, 1400, 141, 'Sombrerete', 236333300, -1036500000, 0),
(27996, 1400, 141, 'Valparaiso', 227666700, -1035666700, 0),
(27997, 1400, 141, 'Villa Gonzalez Ortega', 225000000, -1019166700, 0),
(27998, 1400, 141, 'Villa Hidalgo', 223500000, -1017000000, 0),
(27999, 1400, 141, 'Villanueva', 223500000, -1028833300, 0),
(28000, 1400, 141, 'Zacatecas', 227755900, -1025721800, 0),
(28001, 1401, 142, 'Kolonia', 69640000, 1582064000, 0),
(28002, 1401, 142, 'Kolonia Town', 69640000, 1582060000, 0),
(28003, 1401, 142, 'Palikir - National Government Center', 69247700, 1581610900, 0),
(28004, 1402, 142, 'Colonia', 95163800, 1381216700, 0),
(28005, 1403, 143, 'Anenii Noi', 468788900, 292247200, 0),
(28006, 1403, 143, 'Varnita', 468660600, 294663600, 0),
(28007, 1404, 143, 'Balti', 477616700, 279288900, 0),
(28008, 1405, 143, 'Bender', 468305600, 294711100, 0),
(28009, 1406, 143, 'Briceni', 483627800, 270850000, 0),
(28010, 1407, 143, 'Cahul', 459075000, 281944400, 0),
(28011, 1407, 143, 'Giurgiulesti', 454816700, 281972200, 0),
(28012, 1408, 143, 'Calarasi', 472544400, 283080600, 0),
(28013, 1409, 143, 'Visniovca', 463333300, 284494400, 0),
(28014, 1410, 143, 'Chisinau', 470055600, 288575000, 0),
(28015, 1410, 143, 'Cricova', 471388900, 288619400, 0),
(28016, 1410, 143, 'Singera', 469130600, 289775000, 0),
(28017, 1410, 143, 'Stauceni', 470875000, 288702800, 0),
(28018, 1410, 143, 'Vatra', 470738900, 287350000, 0),
(28019, 1411, 143, 'Cimislia', 465200000, 287841700, 0),
(28020, 1412, 143, 'Criuleni', 472144400, 291613900, 0),
(28021, 1412, 143, 'Tiraspolul Nou', 468319400, 295766700, 0),
(28022, 1413, 143, 'Donduseni', 482426800, 276101000, 0),
(28023, 1414, 143, 'Drochia', 480350000, 278161100, 0),
(28024, 1415, 143, 'Edinet', 481680600, 273050000, 0),
(28025, 1416, 143, 'Falesti', 475736100, 277091700, 0),
(28026, 1417, 143, 'Marculesti', 478686100, 282475000, 0),
(28027, 1418, 143, 'Ceadir-Lunga', 460550000, 288302800, 0),
(28028, 1418, 143, 'Comrat', 463002800, 286572200, 0),
(28029, 1418, 143, 'Vulcanesti', 456841700, 284027800, 0),
(28030, 1419, 143, 'Hincesti', 468258300, 285936100, 0),
(28031, 1420, 143, 'Ialoveni', 469430600, 287777800, 0),
(28032, 1421, 143, 'Iargara', 464275000, 284366700, 0),
(28033, 1422, 143, 'Nisporeni', 470813900, 281783300, 0),
(28034, 1423, 143, 'Ocnita', 483852800, 274391700, 0),
(28035, 1424, 143, 'Orhei', 473830600, 288230600, 0),
(28036, 1425, 143, 'Riscani', 479572200, 275538900, 0),
(28037, 1426, 143, 'Singerei', 476405600, 281419400, 0),
(28038, 1427, 143, 'Soroca', 481558300, 282975000, 0),
(28039, 1428, 143, 'Stefan Voda', 465152800, 296630600, 0),
(28040, 1429, 143, 'Ribnita', 477663900, 290011100, 0),
(28041, 1429, 143, 'Tiraspol', 468402800, 296433300, 0),
(28042, 1430, 143, 'Straseni', 471413900, 286102800, 0),
(28043, 1431, 143, 'Telenesti', 474997200, 283655600, 0),
(28044, 1432, 143, 'Ungheni', 472041700, 277958300, 0),
(28045, 1433, 144, 'Fontvieille', 437268700, 74176600, 0),
(28046, 1433, 144, 'La Condamine', 437344000, 74202400, 0),
(28047, 1433, 144, 'Monaco', 437333300, 74166700, 0),
(28048, 1433, 144, 'Moneghetti', 437367900, 74164700, 0),
(28049, 1433, 144, 'Monte-Carlo', 437496500, 74370100, 0),
(28050, 1433, 144, 'Saint-Roman', 437489000, 74342300, 0),
(28051, 1434, 145, 'Darhan', 494866700, 1059227800, 0),
(28052, 1435, 145, 'Bayangol', 455565500, 943644900, 0),
(28053, 1435, 145, 'Tseel', 455666700, 958666700, 0),
(28054, 1436, 145, 'Murun-kuren', 496341700, 1001625000, 0),
(28055, 1437, 145, 'Erdenetsogt', 429723800, 1061186600, 0),
(28056, 1438, 145, 'Erdenet', 490333300, 1040833300, 0),
(28057, 1439, 145, 'Ulaanbaatar', 479077100, 1068832400, 0),
(28058, 1440, 146, 'Bar', 420930600, 191002800, 0),
(28059, 1440, 146, 'Stari Bar', 420900000, 191330600, 0),
(28060, 1440, 146, 'Sutomore', 421427800, 190466700, 0),
(28061, 1441, 146, 'Budva', 422863900, 188400000, 0),
(28062, 1442, 146, 'Cetinje', 423906300, 189141700, 0),
(28063, 1443, 146, 'Herceg-Novi', 424530600, 185375000, 0),
(28064, 1444, 146, 'Dobrota', 424541700, 187683300, 0),
(28065, 1444, 146, 'Kotor', 424206700, 187682500, 0),
(28066, 1445, 146, 'Mojkovac', 429604400, 195833000, 0),
(28067, 1446, 146, 'Niksic', 427731000, 189444600, 0),
(28068, 1447, 146, 'Podgorica', 424411100, 192636100, 0),
(28069, 1448, 146, 'Tivat', 424363900, 186961100, 0),
(28070, 1449, 146, 'Ulcinj', 419293600, 192243600, 0),
(28071, 1450, 147, 'Plymouth', 167055500, -622129200, 0),
(28072, 1451, 147, 'Brades', 167918300, -622105800, 0),
(28073, 1452, 148, 'Berrechid', 332655300, -75875400, 0),
(28074, 1452, 148, 'Boujniba', 329004600, -67746400, 0),
(28075, 1452, 148, 'Bouznika', 337894200, -71596800, 0),
(28076, 1452, 148, 'Khouribga', 328810800, -69063000, 0),
(28077, 1452, 148, 'Mellila', 333800000, -71400000, 0),
(28078, 1452, 148, 'Nouaseur', 333802000, -76210500, 0),
(28079, 1452, 148, 'Settat', 330007000, -76203500, 0),
(28080, 1453, 148, 'Azemmour', 332895200, -83425000, 0),
(28081, 1453, 148, 'Boulaouane', 328599500, -80555500, 0),
(28082, 1453, 148, 'El Jadida', 332549200, -85060200, 0),
(28083, 1453, 148, 'Moulay Abdallah', 331966400, -85881100, 0),
(28084, 1453, 148, 'Safi', 322993900, -92371800, 0),
(28085, 1453, 148, 'Sidi Bennour', 326523600, -84276900, 0),
(28086, 1454, 148, 'Bhalil', 338519400, -48722800, 0),
(28087, 1454, 148, 'Boulemane', 333637600, -47289600, 0),
(28088, 1454, 148, 'Fes', 340371500, -49998000, 0),
(28089, 1454, 148, 'Oulad Tayeb', 339463300, -49950900, 0),
(28090, 1454, 148, 'Sefrou', 338318600, -48280000, 0),
(28091, 1455, 148, 'Kenitra', 342610100, -65802000, 0),
(28092, 1455, 148, 'Mechra Belqsiri', 345739600, -59537200, 0),
(28093, 1455, 148, 'Ouazzane', 347971100, -55822400, 0),
(28094, 1455, 148, 'Sidi Slimane', 342647800, -59259800, 0),
(28095, 1455, 148, 'Souq Larb''a al Gharb', 346866400, -60027200, 0),
(28096, 1456, 148, 'Bouskoura', 334497600, -76523900, 0),
(28097, 1456, 148, 'Casablanca', 335927800, -76191600, 0),
(28098, 1456, 148, 'Dar Bouazza', 335153500, -78167700, 0),
(28099, 1456, 148, 'Mediouna', 334700000, -75300000, 0),
(28100, 1456, 148, 'Mohammedia', 337065900, -73944200, 0),
(28101, 1456, 148, 'Tit Mellil', 335580800, -74864700, 0),
(28102, 1457, 148, 'Guelmim', 289869600, -100573800, 0),
(28103, 1457, 148, 'Tan-Tan', 284379900, -111032100, 0),
(28104, 1458, 148, 'Amizmiz', 312167300, -82318400, 0),
(28105, 1458, 148, 'Chichaoua', 315435100, -87627400, 0),
(28106, 1458, 148, 'Essaouira', 315125000, -97700000, 0),
(28107, 1458, 148, 'Marrakech', 316314800, -80082800, 0),
(28108, 1458, 148, 'Moulay Brahim', 312878500, -79683000, 0),
(28109, 1458, 148, 'Sidi Abdallah', 325354400, -78324300, 0),
(28110, 1458, 148, 'Sidi Bou Othmane', 319022600, -79416900, 0),
(28111, 1458, 148, 'Sidi Moussa', 322720900, -72009500, 0),
(28112, 1458, 148, 'Taouloukoult', 312221800, -90794300, 0),
(28113, 1459, 148, 'Assoul', 319528600, -52081200, 0),
(28114, 1459, 148, 'Azrou', 334344300, -52212600, 0),
(28115, 1459, 148, 'Boumia', 327236000, -51025000, 0),
(28116, 1459, 148, 'Errachidia', 319275400, -44285200, 0),
(28117, 1459, 148, 'Ifrane', 335266600, -51101900, 0),
(28118, 1459, 148, 'Imilchil', 321530900, -56245300, 0),
(28119, 1459, 148, 'Jorf', 314944200, -44059800, 0),
(28120, 1459, 148, 'Kerrouchen', 327963900, -53188000, 0),
(28121, 1459, 148, 'Khenifra', 329391000, -56686000, 0),
(28122, 1459, 148, 'Meknes', 338935200, -55472700, 0),
(28123, 1459, 148, 'Midelt', 326852000, -47451200, 0),
(28124, 1460, 148, 'Ahfir', 349536800, -21002700, 0),
(28125, 1460, 148, 'Berkane', 349200000, -23200000, 0),
(28126, 1460, 148, 'Bouarfa', 325300000, -19500000, 0),
(28127, 1460, 148, 'Midar', 349402500, -35331100, 0),
(28128, 1460, 148, 'Nador', 351740400, -29286600, 0),
(28129, 1460, 148, 'Oujda', 346805200, -19076400, 0),
(28130, 1460, 148, 'Selouane', 350731300, -29423000, 0),
(28131, 1460, 148, 'Taouima', 351299000, -29279000, 0),
(28132, 1460, 148, 'Taourirt', 344073000, -28973200, 0),
(28133, 1460, 148, 'Zaio', 349428200, -27329000, 0),
(28134, 1461, 148, 'Ezzhiliga', 333000000, -65300000, 0),
(28135, 1461, 148, 'Khemisset', 338240400, -60662700, 0),
(28136, 1461, 148, 'Rabat', 340132500, -68325500, 0),
(28137, 1461, 148, 'Sale', 340389200, -68166000, 0),
(28138, 1461, 148, 'Skhirat', 338498400, -70403700, 0),
(28139, 1461, 148, 'Temara', 339286600, -69065600, 0),
(28140, 1461, 148, 'Tiflet', 338946900, -63065000, 0),
(28141, 1462, 148, 'Adar', 301411100, -83722100, 0),
(28142, 1462, 148, 'Agadir', 304201800, -95981500, 0),
(28143, 1462, 148, 'Agadir Melloul', 302249200, -77960100, 0),
(28144, 1462, 148, 'Amalou', 301915300, -87487300, 0),
(28145, 1462, 148, 'Inezgane', 303553500, -95363900, 0),
(28146, 1462, 148, 'Ouarzazat', 309189400, -68934100, 0),
(28147, 1462, 148, 'Oulad Teima', 303946700, -92089700, 0),
(28148, 1462, 148, 'Sidi Ifni', 293797500, -101729900, 0),
(28149, 1462, 148, 'Taghazout', 305425900, -97111500, 0),
(28150, 1462, 148, 'Taroudant', 304702800, -88769500, 0),
(28151, 1462, 148, 'Tiznit', 296974200, -97316200, 0),
(28152, 1462, 148, 'Zagora', 303324100, -58384000, 0),
(28153, 1463, 148, 'Azilal', 319615600, -65710900, 0),
(28154, 1463, 148, 'Beni Mellal', 323372500, -63498400, 0),
(28155, 1463, 148, 'Bzou', 320917100, -70478600, 0),
(28156, 1463, 148, 'Demnate', 317344300, -70050500, 0),
(28157, 1463, 148, 'El Ksiba', 325728600, -60194700, 0),
(28158, 1463, 148, 'Fkih Ben Salah', 325009300, -66906200, 0),
(28159, 1463, 148, 'Kasba Tadla', 325977000, -62684400, 0),
(28160, 1463, 148, 'Timoulilt', 322036800, -64666000, 0),
(28161, 1464, 148, 'Asilah', 354650200, -60348000, 0),
(28162, 1464, 148, 'Bab Taza', 350616600, -51982800, 0),
(28163, 1464, 148, 'Boukhalef', 357328000, -58995400, 0),
(28164, 1464, 148, 'Dar Chaoui', 355377000, -57174200, 0),
(28165, 1464, 148, 'Derdara', 351104100, -52901500, 0),
(28166, 1464, 148, 'Ksar el Kebir', 350017400, -59053400, 0),
(28167, 1464, 148, 'Larache', 351932100, -61557200, 0),
(28168, 1464, 148, 'Martil', 356166200, -52752200, 0),
(28169, 1464, 148, 'Tangier', 357805800, -58136500, 0),
(28170, 1464, 148, 'Tetouan', 355710900, -53724200, 0),
(28171, 1464, 148, 'Zoumi', 348032100, -53445800, 0),
(28172, 1465, 148, 'Al Hoceima', 352433300, -39309200, 0),
(28173, 1465, 148, 'Bouarouss', 343600000, -48100000, 0),
(28174, 1465, 148, 'Guercif', 342256800, -33536100, 0),
(28175, 1465, 148, 'Rouadi', 351411900, -41363100, 0),
(28176, 1465, 148, 'Senada', 350745200, -42158300, 0),
(28177, 1465, 148, 'Taounate', 345382200, -46414300, 0),
(28178, 1465, 148, 'Taza', 342100000, -40100000, 0),
(28179, 1466, 149, 'Pemba', -129739500, 405177500, 0),
(28180, 1467, 149, 'Xai-Xai', -250519400, 336441700, 0),
(28181, 1468, 149, 'Maputo', -259652800, 325891700, 0),
(28182, 1468, 149, 'Matola', -259622200, 324588900, 0),
(28183, 1469, 149, 'Cidade de Nacala', -145427800, 406727800, 0),
(28184, 1469, 149, 'Nampula', -151164600, 392666000, 0),
(28185, 1470, 149, 'Beira', -198436100, 348388900, 0),
(28186, 1471, 149, 'Tete', -161563900, 335866700, 0),
(28187, 1472, 150, 'Hpa-an', 168905600, 976333300, 0),
(28188, 1473, 150, 'Pakokku', 213333300, 951000000, 0),
(28189, 1474, 150, 'Mandalay', 219747300, 960835900, 0),
(28190, 1474, 150, 'Nay Pyi Taw', 197450000, 961297200, 0),
(28191, 1474, 150, 'Pyinmana', 197333300, 962166700, 0),
(28192, 1475, 150, 'Thaton', 169205600, 973713900, 0),
(28193, 1476, 150, 'Shwebo', 225666700, 957000000, 0),
(28194, 1477, 150, 'Lashio', 229333300, 977500000, 0),
(28195, 1478, 150, 'Rangoon', 168052800, 961561100, 0),
(28196, 1479, 151, 'Swakopmund', -226833300, 145333300, 0),
(28197, 1479, 151, 'Walvis Bay', -229575000, 145052800, 0),
(28198, 1480, 151, 'Keetmanshoop', -265833300, 181333300, 0),
(28199, 1480, 151, 'Oranjemund', -285500000, 164333300, 0),
(28200, 1481, 151, 'Rundu', -179333300, 197666700, 0),
(28201, 1482, 151, 'Gobabis', -224500000, 189666700, 0),
(28202, 1483, 151, 'Ondangwa', -179166700, 159500000, 0),
(28203, 1483, 151, 'Ongwediva', -177833300, 157666700, 0),
(28204, 1483, 151, 'Oshakati', -177833300, 156833300, 0),
(28205, 1484, 151, 'Tsumeb', -192333300, 177166700, 0),
(28206, 1485, 151, 'Okahandja', -219833300, 169166700, 0),
(28207, 1486, 151, 'Windhoek', -225594100, 170832300, 0),
(28208, 1487, 152, 'Yaren', -5477000, 1669208670, 0),
(28209, 1488, 153, 'Banepa', 276297900, 855213800, 0),
(28210, 1488, 153, 'Bhaktapur', 276729800, 854300500, 0),
(28211, 1488, 153, 'Jawalakhel', 276666670, 853166670, 0),
(28212, 1488, 153, 'Kathmandu', 277016900, 853206000, 0),
(28213, 1488, 153, 'Kirtipur', 276798800, 852754400, 0),
(28214, 1488, 153, 'Patan', 276765800, 853141700, 0),
(28215, 1489, 153, 'Birendranagar', 286019400, 816338900, 0),
(28216, 1489, 153, 'Nepalgunj', 280500000, 816166700, 0),
(28217, 1489, 153, 'Surkhet', 285174600, 817787000, 0),
(28218, 1490, 153, 'Baglung', 282718900, 835897600, 0),
(28219, 1490, 153, 'Jomsom', 287843600, 837351300, 0),
(28220, 1491, 153, 'Chame', 285536900, 842509700, 0),
(28221, 1491, 153, 'Pokhara', 282668900, 839685100, 0),
(28222, 1491, 153, 'Waling', 279833300, 837666700, 0),
(28223, 1492, 153, 'Janakpur', 267182800, 859064600, 0),
(28224, 1493, 153, 'Biratnagar', 264831000, 872833700, 0),
(28225, 1493, 153, 'Dharan Bazar', 268124800, 872835500, 0),
(28226, 1493, 153, 'Ithari', 266666700, 872833300, 0),
(28227, 1494, 153, 'Butwal', 277005500, 834483600, 0),
(28228, 1494, 153, 'Tansen', 278673100, 835467000, 0),
(28229, 1495, 153, 'Bhadrapur', 265440400, 880943600, 0),
(28230, 1495, 153, 'Ilam', 269094300, 879282400, 0),
(28231, 1496, 153, 'Bharatpur', 276833300, 844333300, 0),
(28232, 1497, 153, 'Namche Bazar', 278054100, 867136300, 0),
(28233, 1498, 153, 'Dhangarhi', 287079200, 805961100, 0),
(28234, 1499, 154, 'Anloo', 530441700, 67013900, 0),
(28235, 1499, 154, 'Assen', 529966700, 65625000, 0),
(28236, 1499, 154, 'Borger', 529233300, 67930600, 0),
(28237, 1499, 154, 'Coevorden', 526610300, 67404600, 0),
(28238, 1499, 154, 'Dwingeloo', 528341700, 63694400, 0),
(28239, 1499, 154, 'Emmen', 527791700, 69069400, 0),
(28240, 1499, 154, 'Emmer-Compascuum', 528116700, 70472200, 0),
(28241, 1499, 154, 'Hoogeveen', 527225000, 64763900, 0),
(28242, 1499, 154, 'Klazienaveen', 527241700, 69902800, 0),
(28243, 1499, 154, 'Meppel', 526958300, 61944400, 0),
(28244, 1499, 154, 'Ruinen', 527625000, 63541700, 0),
(28245, 1499, 154, 'Sleen', 527716700, 68027800, 0),
(28246, 1499, 154, 'Tynaarlo', 530775000, 66166700, 0),
(28247, 1499, 154, 'Vries', 530741700, 65777800, 0),
(28248, 1499, 154, 'Zuidlaren', 530941700, 66819400, 0),
(28249, 1500, 154, 'Almere Stad', 523702500, 52141300, 0),
(28250, 1500, 154, 'Biddinghuizen', 524550000, 56930600, 0),
(28251, 1500, 154, 'Dronten', 525250000, 57180600, 0),
(28252, 1500, 154, 'Emmeloord', 527108300, 57486100, 0),
(28253, 1500, 154, 'Ens', 526366700, 58277800, 0),
(28254, 1500, 154, 'Lelystad', 525083300, 54750000, 0),
(28255, 1500, 154, 'Urk', 526625000, 56013900, 0),
(28256, 1500, 154, 'Zeewolde', 523300000, 55416700, 0),
(28257, 1501, 154, 'Akkrum', 530502400, 58308700, 0),
(28258, 1501, 154, 'Anjum', 533747500, 61269800, 0),
(28259, 1501, 154, 'Augustinusga', 532178500, 61617000, 0),
(28260, 1501, 154, 'Balk', 528975600, 55796400, 0),
(28261, 1501, 154, 'Berltsum', 532437000, 56510100, 0),
(28262, 1501, 154, 'Bilgaard', 532155000, 57957400, 0),
(28263, 1501, 154, 'Bolsward', 530655400, 55317600, 0),
(28264, 1501, 154, 'Boornbergum', 530828400, 60457800, 0),
(28265, 1501, 154, 'Britsum', 532542800, 57857600, 0),
(28266, 1501, 154, 'Buitenpost', 532516600, 61448300, 0),
(28267, 1501, 154, 'Burgum', 531924300, 59900900, 0),
(28268, 1501, 154, 'Camminghaburen', 532097300, 58431800, 0),
(28269, 1501, 154, 'Damwald', 532904600, 59978500, 0),
(28270, 1501, 154, 'Dokkum', 533222400, 59969800, 0),
(28271, 1501, 154, 'Drachten', 531125400, 60989000, 0),
(28272, 1501, 154, 'Drachtstercompagnie', 531346200, 61415300, 0),
(28273, 1501, 154, 'Dronryp', 532000000, 56500000, 0),
(28274, 1501, 154, 'Franeker', 531854600, 55412300, 0),
(28275, 1501, 154, 'Garyp', 531666700, 59666700, 0),
(28276, 1501, 154, 'Gorredijk', 530065900, 60640200, 0),
(28277, 1501, 154, 'Goutum', 531773400, 58037000, 0),
(28278, 1501, 154, 'Grou', 531000000, 58333300, 0),
(28279, 1501, 154, 'Gytsjerk', 532429300, 58950200, 0),
(28280, 1501, 154, 'Hallum', 533065700, 57837900, 0),
(28281, 1501, 154, 'Harkema', 531833300, 61333300, 0),
(28282, 1501, 154, 'Harlingen', 531747700, 54224400, 0),
(28283, 1501, 154, 'Heerenveen', 529592900, 59185400, 0),
(28284, 1501, 154, 'Holwerd', 533681500, 59007300, 0),
(28285, 1501, 154, 'Huizum', 531917000, 58111900, 0),
(28286, 1501, 154, 'Hurdegaryp', 532133300, 59413700, 0),
(28287, 1501, 154, 'IJlst', 530100900, 56231200, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(28288, 1501, 154, 'Joure', 529657000, 58030100, 0),
(28289, 1501, 154, 'Jubbega', 530039600, 61218300, 0),
(28290, 1501, 154, 'Kollum', 532769500, 61529300, 0),
(28291, 1501, 154, 'Kollumerzwaag', 532622400, 60754400, 0),
(28292, 1501, 154, 'Koudum', 529155100, 54483400, 0),
(28293, 1501, 154, 'Leeuwarden', 532013900, 58085900, 0),
(28294, 1501, 154, 'Lemmer', 528461800, 57091200, 0),
(28295, 1501, 154, 'Makkum', 530545800, 54023100, 0),
(28296, 1501, 154, 'Marrum', 533227700, 58019800, 0),
(28297, 1501, 154, 'Marsum', 532105000, 57263700, 0),
(28298, 1501, 154, 'Menaam', 532179700, 56612400, 0),
(28299, 1501, 154, 'Nes', 530520700, 58522300, 0),
(28300, 1501, 154, 'Noardburgum', 532213500, 60052300, 0),
(28301, 1501, 154, 'Noordwolde', 528896400, 61415300, 0),
(28302, 1501, 154, 'Opeinde', 531341000, 60565600, 0),
(28303, 1501, 154, 'Oppenhuizen', 530119400, 56949500, 0),
(28304, 1501, 154, 'Oranjewoud', 529457900, 59503800, 0),
(28305, 1501, 154, 'Oudemirdum', 528501900, 55354400, 0),
(28306, 1501, 154, 'Oudeschoot', 529334300, 59557900, 0),
(28307, 1501, 154, 'Rottevalle', 531452300, 61041100, 0),
(28308, 1501, 154, 'Scharnegoutum', 530605100, 56782200, 0),
(28309, 1501, 154, 'Sint Nicolaasga', 529229300, 57424200, 0),
(28310, 1501, 154, 'Sneek', 530329700, 56589000, 0),
(28311, 1501, 154, 'Stiens', 532623400, 57576900, 0),
(28312, 1501, 154, 'Surhuisterveen', 531847700, 61703100, 0),
(28313, 1501, 154, 'Tijnje', 530305800, 59919300, 0),
(28314, 1501, 154, 'Twijzel', 532315200, 60895200, 0),
(28315, 1501, 154, 'Tzummarum', 532373300, 55461200, 0),
(28316, 1501, 154, 'West-Terschelling', 533591100, 52148200, 0),
(28317, 1501, 154, 'Wolvega', 528754500, 59969100, 0),
(28318, 1501, 154, 'Wommels', 531088300, 55874900, 0),
(28319, 1501, 154, 'Workum', 529796900, 54471000, 0),
(28320, 1502, 154, 'Aalten', 519250000, 65805600, 0),
(28321, 1502, 154, 'Andelst', 519083300, 57291700, 0),
(28322, 1502, 154, 'Apeldoorn', 522100000, 59694400, 0),
(28323, 1502, 154, 'Arnhem', 519800000, 59111100, 0),
(28324, 1502, 154, 'Baak', 520775000, 62277800, 0),
(28325, 1502, 154, 'Barchem', 521241700, 64430600, 0),
(28326, 1502, 154, 'Barneveld', 521400000, 55847200, 0),
(28327, 1502, 154, 'Beekbergen', 521600000, 59638900, 0),
(28328, 1502, 154, 'Bennekom', 519983300, 56763900, 0),
(28329, 1502, 154, 'Berg en Dal', 518216700, 59166700, 0),
(28330, 1502, 154, 'Bergharen', 518508300, 56694400, 0),
(28331, 1502, 154, 'Beuningen', 518608300, 57666700, 0),
(28332, 1502, 154, 'Borculo', 521158300, 65222200, 0),
(28333, 1502, 154, 'Bredeweg', 517601900, 59418900, 0),
(28334, 1502, 154, 'Brummen', 520900000, 61555600, 0),
(28335, 1502, 154, 'Burgemeesterswijk', 519894300, 58959700, 0),
(28336, 1502, 154, 'Culemborg', 519550000, 52277800, 0),
(28337, 1502, 154, 'De Steeg', 520200000, 60611100, 0),
(28338, 1502, 154, 'Dieren', 520525000, 61000000, 0),
(28339, 1502, 154, 'Doesburg', 520125000, 61388900, 0),
(28340, 1502, 154, 'Doetinchem', 519650000, 62888900, 0),
(28341, 1502, 154, 'Doorwerth', 519791700, 57972200, 0),
(28342, 1502, 154, 'Driel', 519591700, 58138900, 0),
(28343, 1502, 154, 'Druten', 518883300, 56055600, 0),
(28344, 1502, 154, 'Duiven', 519466700, 60138900, 0),
(28345, 1502, 154, 'Ede', 520333300, 56583300, 0),
(28346, 1502, 154, 'Ederveen', 520633300, 55777800, 0),
(28347, 1502, 154, 'Eerbeek', 521050000, 60583300, 0),
(28348, 1502, 154, 'Eibergen', 521000000, 66486100, 0),
(28349, 1502, 154, 'Elburg', 524475000, 58430600, 0),
(28350, 1502, 154, 'Elst', 519191700, 58416700, 0),
(28351, 1502, 154, 'Epe', 523475000, 59833300, 0),
(28352, 1502, 154, 'Epse', 522250000, 62000000, 0),
(28353, 1502, 154, 'Ermelo', 522983300, 56222200, 0),
(28354, 1502, 154, 'Garderen', 522308300, 57138900, 0),
(28355, 1502, 154, 'Geldermalsen', 518808300, 52888900, 0),
(28356, 1502, 154, 'Gendringen', 518733300, 63763900, 0),
(28357, 1502, 154, 'Gorssel', 522016700, 62013900, 0),
(28358, 1502, 154, 'Groesbeek', 517766700, 59361100, 0),
(28359, 1502, 154, 'Gulden Bodem', 519942800, 58908000, 0),
(28360, 1502, 154, 'Harderwijk', 523416700, 56208300, 0),
(28361, 1502, 154, 'Hattem', 524750000, 60638900, 0),
(28362, 1502, 154, 'Hedel', 517480200, 52613400, 0),
(28363, 1502, 154, 'Heelsum', 519841700, 57583300, 0),
(28364, 1502, 154, 'Heerde', 523872300, 60401600, 0),
(28365, 1502, 154, 'Heerewaarden', 518176900, 53930000, 0),
(28366, 1502, 154, 'Herveld', 519058300, 57541700, 0),
(28367, 1502, 154, 'Heteren', 519566700, 57555600, 0),
(28368, 1502, 154, 'Hoogkamp', 519963000, 58802600, 0),
(28369, 1502, 154, 'Horst', 523083300, 55819400, 0),
(28370, 1502, 154, 'Kootwijkerbroek', 521508300, 56694400, 0),
(28371, 1502, 154, 'Laren', 521941700, 63652800, 0),
(28372, 1502, 154, 'Leesten', 521279000, 62321700, 0),
(28373, 1502, 154, 'Lichtenvoorde', 519866700, 65666700, 0),
(28374, 1502, 154, 'Lienden', 519483300, 55180600, 0),
(28375, 1502, 154, 'Lindenholt', 518327000, 57934000, 0),
(28376, 1502, 154, 'Lochem', 521591700, 64111100, 0),
(28377, 1502, 154, 'Lunteren', 520850000, 56222200, 0),
(28378, 1502, 154, 'Nederhemert-Noord', 517632200, 51730500, 0),
(28379, 1502, 154, 'Neede', 521341700, 66138900, 0),
(28380, 1502, 154, 'Nijkerk', 522200000, 54861100, 0),
(28381, 1502, 154, 'Nijmegen', 518425000, 58527800, 0),
(28382, 1502, 154, 'Nunspeet', 523791700, 57861100, 0),
(28383, 1502, 154, 'Oldebroek', 524450000, 59013900, 0),
(28384, 1502, 154, 'Oosterbeek', 519858300, 58458300, 0),
(28385, 1502, 154, 'Oosterhout', 518800000, 58263900, 0),
(28386, 1502, 154, 'Otterlo', 521000000, 57722200, 0),
(28387, 1502, 154, 'Putten', 522591700, 56069400, 0),
(28388, 1502, 154, 'Renkum', 519766700, 57333300, 0),
(28389, 1502, 154, 'Rheden', 520050000, 60291700, 0),
(28390, 1502, 154, 'Rozendaal', 520058300, 59625000, 0),
(28391, 1502, 154, 'Spankeren', 520583300, 61125000, 0),
(28392, 1502, 154, 'Sterrenberg', 519935000, 58838700, 0),
(28393, 1502, 154, 'Stroe', 521858300, 56916700, 0),
(28394, 1502, 154, 'Terschuur', 521650000, 55166700, 0),
(28395, 1502, 154, 'Tiel', 518866700, 54291700, 0),
(28396, 1502, 154, 'Twello', 522366700, 61027800, 0),
(28397, 1502, 154, 'Uddel', 522591700, 57805600, 0),
(28398, 1502, 154, 'Vaassen', 522858300, 59666700, 0),
(28399, 1502, 154, 'Varsseveld', 519433300, 64583300, 0),
(28400, 1502, 154, 'Velp', 519950000, 59736100, 0),
(28401, 1502, 154, 'Voorst', 521700000, 61416700, 0),
(28402, 1502, 154, 'Voorthuizen', 521866700, 56055600, 0),
(28403, 1502, 154, 'Wageningen', 519700000, 56666700, 0),
(28404, 1502, 154, 'Warnsveld', 521375000, 62305600, 0),
(28405, 1502, 154, 'Westervoort', 519558300, 59722200, 0),
(28406, 1502, 154, 'Wijchen', 518091700, 57250000, 0),
(28407, 1502, 154, 'Wilp', 522183300, 61500000, 0),
(28408, 1502, 154, 'Winterswijk', 519725000, 67194400, 0),
(28409, 1502, 154, 'Wisch', 519264800, 64170500, 0),
(28410, 1502, 154, 'Zaltbommel', 518100000, 52444400, 0),
(28411, 1502, 154, 'Zelhem', 520066700, 63486100, 0),
(28412, 1502, 154, 'Zetten', 519283300, 57138900, 0),
(28413, 1502, 154, 'Zevenaar', 519300000, 60708300, 0),
(28414, 1502, 154, 'Zutphen', 521383300, 62013900, 0),
(28415, 1502, 154, 'Zwartebroek', 521791700, 55041700, 0),
(28416, 1502, 154, 's-Heerenberg', 518767000, 62587700, 0),
(28417, 1503, 154, 'Aduard', 532566700, 64597200, 0),
(28418, 1503, 154, 'Appingedam', 533216700, 68583300, 0),
(28419, 1503, 154, 'Bedum', 533008300, 66027800, 0),
(28420, 1503, 154, 'Delfzijl', 533300000, 69180600, 0),
(28421, 1503, 154, 'Groningen', 532191700, 65666700, 0),
(28422, 1503, 154, 'Grootegast', 532125000, 62736100, 0),
(28423, 1503, 154, 'Haren', 531766700, 66303700, 0),
(28424, 1503, 154, 'Hoogezand', 531616700, 67611100, 0),
(28425, 1503, 154, 'Korrewegwijk', 532323500, 65680400, 0),
(28426, 1503, 154, 'Leek', 531625000, 63763900, 0),
(28427, 1503, 154, 'Noordhorn', 532616700, 63958300, 0),
(28428, 1503, 154, 'Oldehove', 533033300, 63958300, 0),
(28429, 1503, 154, 'Oosterpark', 532237000, 65853000, 0),
(28430, 1503, 154, 'Oude Pekela', 531041700, 70097200, 0),
(28431, 1503, 154, 'Sappemeer', 531641700, 67902800, 0),
(28432, 1503, 154, 'Slochteren', 532207800, 68054700, 0),
(28433, 1503, 154, 'Stadskanaal', 529894700, 69504000, 0),
(28434, 1503, 154, 'Ulrum', 533591700, 63333300, 0),
(28435, 1503, 154, 'Veendam', 531066700, 68791700, 0),
(28436, 1503, 154, 'Vlagtwedde', 530275000, 71083300, 0),
(28437, 1503, 154, 'Winschoten', 531441700, 70347200, 0),
(28438, 1503, 154, 'Winsum', 533300000, 65208300, 0),
(28439, 1503, 154, 'Zuidhorn', 532466700, 64027800, 0),
(28440, 1504, 154, 'Amstenrade', 509391700, 59236100, 0),
(28441, 1504, 154, 'Arcen', 514766700, 61805600, 0),
(28442, 1504, 154, 'Beek', 509408300, 57972200, 0),
(28443, 1504, 154, 'Beesel', 512683300, 60388900, 0),
(28444, 1504, 154, 'Berg', 508616700, 57833300, 0),
(28445, 1504, 154, 'Born', 510316700, 58097200, 0),
(28446, 1504, 154, 'Broekhem', 508711900, 58206900, 0),
(28447, 1504, 154, 'Brunssum', 509466700, 59708300, 0),
(28448, 1504, 154, 'Eijsden', 507800000, 57177000, 0),
(28449, 1504, 154, 'Elsloo', 509491700, 57708300, 0),
(28450, 1504, 154, 'Gennep', 516983300, 59736100, 0),
(28451, 1504, 154, 'Haelen', 512358300, 59569400, 0),
(28452, 1504, 154, 'Heer', 508383600, 57298900, 0),
(28453, 1504, 154, 'Heerlen', 508836500, 59815400, 0),
(28454, 1504, 154, 'Herkenbosch', 511533300, 60638900, 0),
(28455, 1504, 154, 'Heythuysen', 512500000, 58986100, 0),
(28456, 1504, 154, 'Hoensbroek', 509238700, 59252800, 0),
(28457, 1504, 154, 'Kelpen-Oler', 512181700, 58260200, 0),
(28458, 1504, 154, 'Kerkrade', 508658300, 60625000, 0),
(28459, 1504, 154, 'Klimmen', 508758300, 58805600, 0),
(28460, 1504, 154, 'Kunrade', 508776900, 59310700, 0),
(28461, 1504, 154, 'Leeuwen', 512103200, 59986200, 0),
(28462, 1504, 154, 'Limbricht', 510116700, 58375000, 0),
(28463, 1504, 154, 'Maasbracht', 511392900, 58862700, 0),
(28464, 1504, 154, 'Maasbree', 513575000, 60486100, 0),
(28465, 1504, 154, 'Maastricht', 508483300, 56888900, 0),
(28466, 1504, 154, 'Margraten', 508208300, 58208300, 0),
(28467, 1504, 154, 'Mariarade', 509290600, 59273800, 0),
(28468, 1504, 154, 'Meerssen', 508875000, 57500000, 0),
(28469, 1504, 154, 'Melick', 511591700, 60166700, 0),
(28470, 1504, 154, 'Merkelbeek', 509538900, 59406900, 0),
(28471, 1504, 154, 'Montfort', 511258300, 59486100, 0),
(28472, 1504, 154, 'Nederweert', 512858300, 57486100, 0),
(28473, 1504, 154, 'Nieuw-Lotbroek', 509128300, 59279800, 0),
(28474, 1504, 154, 'Nuth', 509175000, 58861100, 0),
(28475, 1504, 154, 'Offenbeek', 512822500, 60950000, 0),
(28476, 1504, 154, 'Posterholt', 511233300, 60347200, 0),
(28477, 1504, 154, 'Puth', 509541700, 58736100, 0),
(28478, 1504, 154, 'Reuver', 512841700, 60777800, 0),
(28479, 1504, 154, 'Roermond', 511941700, 59875000, 0),
(28480, 1504, 154, 'Schin op Geul', 508541700, 58694400, 0),
(28481, 1504, 154, 'Schinnen', 509433300, 58888900, 0),
(28482, 1504, 154, 'Schinveld', 509691700, 59791700, 0),
(28483, 1504, 154, 'Sibbe', 508441700, 58263900, 0),
(28484, 1504, 154, 'Simpelveld', 508341700, 59819400, 0),
(28485, 1504, 154, 'Sint Odilienberg', 511433300, 60000000, 0),
(28486, 1504, 154, 'Sittard', 509983300, 58694400, 0),
(28487, 1504, 154, 'Stein', 509691700, 57666700, 0),
(28488, 1504, 154, 'Tegelen', 513441700, 61361100, 0),
(28489, 1504, 154, 'Urmond', 509908300, 57722200, 0),
(28490, 1504, 154, 'Vaals', 507708300, 60180600, 0),
(28491, 1504, 154, 'Valkenburg', 508641700, 58305600, 0),
(28492, 1504, 154, 'Venlo', 513700000, 61680600, 0),
(28493, 1504, 154, 'Venray', 515250000, 59750000, 0),
(28494, 1504, 154, 'Vlodrop', 511333300, 60763900, 0),
(28495, 1504, 154, 'Voerendaal', 508832700, 59297800, 0),
(28496, 1504, 154, 'Weert', 512516700, 57069400, 0),
(28497, 1504, 154, 'Wellerlooi', 515341700, 61361100, 0),
(28498, 1505, 154, '''s-Hertogenbosch', 516991700, 53041700, 0),
(28499, 1505, 154, '''t Hofke', 514494300, 55192600, 0),
(28500, 1505, 154, 'Aalburg', 517548200, 51315600, 0),
(28501, 1505, 154, 'Aarle-Rixtel', 515097600, 56383900, 0),
(28502, 1505, 154, 'Almkerk', 517708300, 49597200, 0),
(28503, 1505, 154, 'Asten', 514041700, 57486100, 0),
(28504, 1505, 154, 'Bergen op Zoom', 514950000, 42916700, 0),
(28505, 1505, 154, 'Bergeyk', 513191700, 53583300, 0),
(28506, 1505, 154, 'Berghem', 517699100, 55682700, 0),
(28507, 1505, 154, 'Best', 515075000, 53902800, 0),
(28508, 1505, 154, 'Bladel', 513683300, 52208300, 0),
(28509, 1505, 154, 'Boekel', 516033300, 56750000, 0),
(28510, 1505, 154, 'Boxmeer', 516466700, 59472200, 0),
(28511, 1505, 154, 'Boxtel', 515908300, 53291700, 0),
(28512, 1505, 154, 'Breda', 515865600, 47759600, 0),
(28513, 1505, 154, 'Breugel', 515175000, 55111100, 0),
(28514, 1505, 154, 'Cranendonck', 513041700, 55888900, 0),
(28515, 1505, 154, 'Cuijk', 517308300, 58791700, 0),
(28516, 1505, 154, 'De Doornakkers', 514384400, 55088700, 0),
(28517, 1505, 154, 'Dinteloord', 516350000, 43694400, 0),
(28518, 1505, 154, 'Dongen', 516266700, 49388900, 0),
(28519, 1505, 154, 'Drimmelen', 517066700, 48041700, 0),
(28520, 1505, 154, 'Eerde', 516041700, 54986100, 0),
(28521, 1505, 154, 'Eersel', 513575000, 53180600, 0),
(28522, 1505, 154, 'Eindhoven', 514408300, 54777800, 0),
(28523, 1505, 154, 'Geertruidenberg', 517016700, 48569400, 0),
(28524, 1505, 154, 'Geffen', 517400000, 54638900, 0),
(28525, 1505, 154, 'Geldrop', 514216700, 55597200, 0),
(28526, 1505, 154, 'Gilze', 515417270, 49409640, 0),
(28527, 1505, 154, 'Goirle', 515208300, 50666700, 0),
(28528, 1505, 154, 'Grave', 517590200, 57388200, 0),
(28529, 1505, 154, 'Haaren', 516025000, 52222200, 0),
(28530, 1505, 154, 'Halsteren', 515283400, 42678500, 0),
(28531, 1505, 154, 'Heesch', 517336200, 55267200, 0),
(28532, 1505, 154, 'Heeze', 513828000, 55714500, 0),
(28533, 1505, 154, 'Helmond', 514816700, 56611100, 0),
(28534, 1505, 154, 'Hilvarenbeek', 514858300, 51375000, 0),
(28535, 1505, 154, 'Keldonk', 515866700, 55847200, 0),
(28536, 1505, 154, 'Klundert', 516629700, 45346100, 0),
(28537, 1505, 154, 'Kruisland', 515691700, 44097200, 0),
(28538, 1505, 154, 'Lakerlopen', 514379100, 55010600, 0),
(28539, 1505, 154, 'Loon op Zand', 516275000, 50750000, 0),
(28540, 1505, 154, 'Loosbroek', 516783300, 55069400, 0),
(28541, 1505, 154, 'Mariaheide', 516333300, 55805600, 0),
(28542, 1505, 154, 'Meerhoven', 514426700, 54110200, 0),
(28543, 1505, 154, 'Middelbeers', 514666700, 52500000, 0),
(28544, 1505, 154, 'Mierlo', 514400000, 56194400, 0),
(28545, 1505, 154, 'Muschberg en Geestenberg', 514438400, 55232900, 0),
(28546, 1505, 154, 'Nuenen', 514700000, 55527800, 0),
(28547, 1505, 154, 'Odiliapeel', 516433300, 57055600, 0),
(28548, 1505, 154, 'Oerle', 514225500, 53716300, 0),
(28549, 1505, 154, 'Oirschot', 515050000, 53138900, 0),
(28550, 1505, 154, 'Oisterwijk', 515791700, 51888900, 0),
(28551, 1505, 154, 'Oostelbeers', 514717100, 52689700, 0),
(28552, 1505, 154, 'Oosterhout', 516450000, 48597200, 0),
(28553, 1505, 154, 'Oss', 517650000, 55180600, 0),
(28554, 1505, 154, 'Roosendaal', 515308300, 44652800, 0),
(28555, 1505, 154, 'Rosmalen', 517166670, 53666670, 0),
(28556, 1505, 154, 'Rucphen', 515316700, 45583300, 0),
(28557, 1505, 154, 'Schaijk', 517458300, 56319400, 0),
(28558, 1505, 154, 'Schijndel', 516225000, 54319400, 0),
(28559, 1505, 154, 'Sint Anthonis', 516266700, 58819400, 0),
(28560, 1505, 154, 'Sint-Michielsgestel', 516416700, 53527800, 0),
(28561, 1505, 154, 'Sint-Oedenrode', 515675000, 54597200, 0),
(28562, 1505, 154, 'Someren', 513850000, 57111100, 0),
(28563, 1505, 154, 'Son', 515113600, 54928200, 0),
(28564, 1505, 154, 'Steenbergen', 515841700, 43194400, 0),
(28565, 1505, 154, 'Tilburg', 515555100, 50913000, 0),
(28566, 1505, 154, 'Uden', 516608300, 56194400, 0),
(28567, 1505, 154, 'Valkenswaard', 513508300, 54597200, 0),
(28568, 1505, 154, 'Veghel', 516166700, 55486100, 0),
(28569, 1505, 154, 'Veldhoven', 514183300, 54027800, 0),
(28570, 1505, 154, 'Villapark', 514414400, 54938500, 0),
(28571, 1505, 154, 'Volkel', 516425000, 56541700, 0),
(28572, 1505, 154, 'Vught', 516533300, 52875000, 0),
(28573, 1505, 154, 'Waalre', 513866700, 54444400, 0),
(28574, 1505, 154, 'Waalwijk', 516825000, 50708300, 0),
(28575, 1505, 154, 'Waspik', 516866700, 49444400, 0),
(28576, 1505, 154, 'Werkendam', 518100000, 48944400, 0),
(28577, 1505, 154, 'Willemstad', 516916700, 44388900, 0),
(28578, 1505, 154, 'Woensdrecht', 514289700, 43035500, 0),
(28579, 1505, 154, 'Woudrichem', 518150000, 50013900, 0),
(28580, 1505, 154, 'Zeeland', 516975000, 56763900, 0),
(28581, 1505, 154, 'Zundert', 514716700, 46555600, 0),
(28582, 1506, 154, 'Aalsmeer', 522591700, 47597200, 0),
(28583, 1506, 154, 'Alkmaar', 526316700, 47486100, 0),
(28584, 1506, 154, 'Amstelveen', 523008300, 48638900, 0),
(28585, 1506, 154, 'Amsterdam', 523740300, 48896900, 0),
(28586, 1506, 154, 'Amsterdam-Zuidoost', 523075000, 49722200, 0),
(28587, 1506, 154, 'Bennebroek', 523208300, 45986100, 0),
(28588, 1506, 154, 'Beverwijk', 524833300, 46569400, 0),
(28589, 1506, 154, 'Blaricum', 522725000, 52416700, 0),
(28590, 1506, 154, 'Bloemendaal', 524025000, 46222200, 0),
(28591, 1506, 154, 'Broek in Waterland', 524341700, 49958300, 0),
(28592, 1506, 154, 'Broek op Langedijk', 526741700, 48055600, 0),
(28593, 1506, 154, 'Bussum', 522733300, 51611100, 0),
(28594, 1506, 154, 'Castricum', 525483300, 46694400, 0),
(28595, 1506, 154, 'Den Burg', 530541700, 47972200, 0),
(28596, 1506, 154, 'Den Helder', 529598800, 47593300, 0),
(28597, 1506, 154, 'Den Oever', 529335300, 50307900, 0),
(28598, 1506, 154, 'Diemen', 523396400, 49625600, 0),
(28599, 1506, 154, 'Driemond', 523058300, 50166700, 0),
(28600, 1506, 154, 'Duivendrecht', 523294100, 49396400, 0),
(28601, 1506, 154, 'Edam', 525121500, 50480500, 0),
(28602, 1506, 154, 'Egmond aan Zee', 526204000, 46270500, 0),
(28603, 1506, 154, 'Enkhuizen', 527033300, 52916700, 0),
(28604, 1506, 154, 'Haarlem', 523808400, 46368300, 0),
(28605, 1506, 154, 'Harenkarspel', 527341600, 47768200, 0),
(28606, 1506, 154, 'Heemskerk', 525110800, 46716500, 0),
(28607, 1506, 154, 'Heemstede', 523499200, 46230100, 0),
(28608, 1506, 154, 'Heerhugowaard', 526714400, 48486200, 0),
(28609, 1506, 154, 'Heiloo', 526025200, 46881500, 0),
(28610, 1506, 154, 'Hilversum', 522233300, 51763900, 0),
(28611, 1506, 154, 'Hoofddorp', 523025000, 46888900, 0),
(28612, 1506, 154, 'Hoorn', 526425000, 50597200, 0),
(28613, 1506, 154, 'Huizen', 522991700, 52416700, 0),
(28614, 1506, 154, 'Kortenhoef', 522391700, 51069400, 0),
(28615, 1506, 154, 'Landsmeer', 524308300, 49152800, 0),
(28616, 1506, 154, 'Laren', 522566700, 52277800, 0),
(28617, 1506, 154, 'Marken', 524583300, 51027800, 0),
(28618, 1506, 154, 'Monnickendam', 524583300, 50375000, 0),
(28619, 1506, 154, 'Naarden', 522958300, 51625000, 0),
(28620, 1506, 154, 'Nieuw-Loosdrecht', 521991700, 51388900, 0),
(28621, 1506, 154, 'Opmeer', 527066700, 49444400, 0),
(28622, 1506, 154, 'Opperdoes', 527591500, 50753400, 0),
(28623, 1506, 154, 'Oud-Loosdrecht', 522066700, 50805600, 0),
(28624, 1506, 154, 'Ouderkerk aan de Amstel', 522950400, 49074600, 0),
(28625, 1506, 154, 'Purmerend', 525050000, 49597200, 0),
(28626, 1506, 154, 'Schagen', 527875000, 47986100, 0),
(28627, 1506, 154, 'Uitgeest', 525291700, 47097200, 0),
(28628, 1506, 154, 'Uithoorn', 522375000, 48263900, 0),
(28629, 1506, 154, 'Velsen-Zuid', 524600000, 46500000, 0),
(28630, 1506, 154, 'Volendam', 524950000, 50708300, 0),
(28631, 1506, 154, 'Weesp', 523075000, 50416700, 0),
(28632, 1506, 154, 'Zaandam', 524385400, 48264300, 0),
(28633, 1506, 154, 'Zaanstad', 524531300, 48135600, 0),
(28634, 1506, 154, 'Zandvoort', 523748700, 45340900, 0),
(28635, 1507, 154, 'Almelo', 523566700, 66625000, 0),
(28636, 1507, 154, 'Blokzijl', 527266700, 59611100, 0),
(28637, 1507, 154, 'Borne', 523013600, 67482000, 0),
(28638, 1507, 154, 'Boskamp', 523308300, 61277800, 0),
(28639, 1507, 154, 'Dalfsen', 525116700, 62569400, 0),
(28640, 1507, 154, 'Delden', 522600000, 67111100, 0),
(28641, 1507, 154, 'Den Ham', 524658300, 64958300, 0),
(28642, 1507, 154, 'Deventer', 522550000, 61638900, 0),
(28643, 1507, 154, 'Enschede', 522183300, 68958300, 0),
(28644, 1507, 154, 'Genemuiden', 526333330, 60500000, 0),
(28645, 1507, 154, 'Goor', 522333300, 65861100, 0),
(28646, 1507, 154, 'Haaksbergen', 521566700, 67388900, 0),
(28647, 1507, 154, 'Hardenberg', 525758300, 66194400, 0),
(28648, 1507, 154, 'Hasselt', 525926700, 60952700, 0),
(28649, 1507, 154, 'Hengelo', 522658300, 67930600, 0),
(28650, 1507, 154, 'Kampen', 525550000, 59111100, 0),
(28651, 1507, 154, 'Losser', 522608300, 70041700, 0),
(28652, 1507, 154, 'Markelo', 522350000, 64986100, 0),
(28653, 1507, 154, 'Marknesse', 527088890, 58622220, 0),
(28654, 1507, 154, 'Oldenzaal', 523133300, 69291700, 0),
(28655, 1507, 154, 'Olst', 523375000, 61097200, 0),
(28656, 1507, 154, 'Raalte', 523858300, 62750000, 0),
(28657, 1507, 154, 'Schalkhaar', 522683300, 61944400, 0),
(28658, 1507, 154, 'Staphorst', 526450000, 62111100, 0),
(28659, 1507, 154, 'Steenwijk', 527875000, 61208300, 0),
(28660, 1507, 154, 'Steenwijkerwold', 528041700, 60638900, 0),
(28661, 1507, 154, 'Tubbergen', 524075000, 67847200, 0),
(28662, 1507, 154, 'Tuk', 527966700, 60944400, 0),
(28663, 1507, 154, 'Vollenhove', 526808300, 59541700, 0),
(28664, 1507, 154, 'Vriezenveen', 524083300, 66222200, 0),
(28665, 1507, 154, 'Vroomshoop', 524608300, 65652800, 0),
(28666, 1507, 154, 'Wanneperveen', 527050000, 61222200, 0),
(28667, 1507, 154, 'Westerhaar-Vriezenveensewijk', 524558300, 66236100, 0),
(28668, 1507, 154, 'Wierden', 523591700, 65930600, 0),
(28669, 1507, 154, 'Wijhe', 523866700, 61347200, 0),
(28670, 1507, 154, 'Zwolle', 525125000, 60944400, 0),
(28671, 1508, 154, 'Amerongen', 520025000, 54597200, 0),
(28672, 1508, 154, 'Amersfoort', 521550000, 53875000, 0),
(28673, 1508, 154, 'Baarn', 522116700, 52875000, 0),
(28674, 1508, 154, 'Bilthoven', 521283330, 51986110, 0),
(28675, 1508, 154, 'Breukelen', 521741700, 50013900, 0),
(28676, 1508, 154, 'Bunnik', 520666700, 51986100, 0),
(28677, 1508, 154, 'Bunschoten', 522430400, 53788400, 0),
(28678, 1508, 154, 'De Bilt', 521100000, 51805600, 0),
(28679, 1508, 154, 'Doorn', 520334300, 53457100, 0),
(28680, 1508, 154, 'Driebergen-Rijsenburg', 520533300, 52805600, 0),
(28681, 1508, 154, 'Hoogland', 521825000, 53736100, 0),
(28682, 1508, 154, 'Houten', 520283300, 51680600, 0),
(28683, 1508, 154, 'IJsselstein', 520200000, 50430600, 0),
(28684, 1508, 154, 'Leersum', 520116700, 54277800, 0),
(28685, 1508, 154, 'Leusden', 521325000, 54319400, 0),
(28686, 1508, 154, 'Lopik', 519725000, 49486100, 0),
(28687, 1508, 154, 'Lunetten', 520617800, 51347400, 0),
(28688, 1508, 154, 'Maarn', 520641700, 53708300, 0),
(28689, 1508, 154, 'Maarssen', 521391700, 50416700, 0),
(28690, 1508, 154, 'Mijdrecht', 522066700, 48625000, 0),
(28691, 1508, 154, 'Montfoort', 520458300, 49527800, 0),
(28692, 1508, 154, 'Nieuwegein', 520291700, 50805600, 0),
(28693, 1508, 154, 'Oudewater', 520250000, 48680600, 0),
(28694, 1508, 154, 'Overberg', 520400000, 54944400, 0),
(28695, 1508, 154, 'Randenbroek', 521486300, 54012000, 0),
(28696, 1508, 154, 'Rhenen', 519591700, 55680600, 0),
(28697, 1508, 154, 'Soest', 521733300, 52916700, 0),
(28698, 1508, 154, 'Spakenburg', 522500000, 53666700, 0),
(28699, 1508, 154, 'Utrecht', 520908300, 51222200, 0),
(28700, 1508, 154, 'Veenendaal', 520286300, 55589100, 0),
(28701, 1508, 154, 'Vianen', 519925000, 50916700, 0),
(28702, 1508, 154, 'Vreeland', 522300000, 50319400, 0),
(28703, 1508, 154, 'Wijk bij Duurstede', 519741700, 53416700, 0),
(28704, 1508, 154, 'Woerden', 520850000, 48833300, 0),
(28705, 1508, 154, 'Woudenberg', 520808300, 54166700, 0),
(28706, 1508, 154, 'Zeist', 520900000, 52333300, 0),
(28707, 1509, 154, 'Axel', 512666700, 39083300, 0),
(28708, 1509, 154, 'Borssele', 514233300, 37347200, 0),
(28709, 1509, 154, 'Bruinisse', 516616700, 40944400, 0),
(28710, 1509, 154, 'Goes', 515041700, 38888900, 0),
(28711, 1509, 154, 'Hulst', 512800000, 40527800, 0),
(28712, 1509, 154, 'Middelburg', 515000000, 36138900, 0),
(28713, 1509, 154, 'Renesse', 517325000, 37750000, 0),
(28714, 1509, 154, 'Sas van Gent', 512275000, 37986100, 0),
(28715, 1509, 154, 'Sluiskil', 512783300, 38361100, 0),
(28716, 1509, 154, 'Terneuzen', 513358300, 38277800, 0),
(28717, 1509, 154, 'Tholen', 515316700, 42208300, 0),
(28718, 1509, 154, 'Veere', 515483300, 36666700, 0),
(28719, 1509, 154, 'Vlissingen', 514425000, 35736100, 0),
(28720, 1509, 154, 'Westdorpe', 512325000, 38263900, 0),
(28721, 1509, 154, 'Yerseke', 514925000, 40500000, 0),
(28722, 1509, 154, 'Zaamslag', 513125000, 39125000, 0),
(28723, 1509, 154, 'Zierikzee', 516497220, 39163890, 0),
(28724, 1510, 154, '''s-Gravenzande', 520016700, 41652800, 0),
(28725, 1510, 154, 'Alblasserdam', 518658300, 46611100, 0),
(28726, 1510, 154, 'Alphen aan den Rijn', 521291700, 46554600, 0),
(28727, 1510, 154, 'Barendrecht', 518566700, 45347200, 0),
(28728, 1510, 154, 'Benthuizen', 520775000, 45444400, 0),
(28729, 1510, 154, 'Bergschenhoek', 519900000, 44986100, 0),
(28730, 1510, 154, 'Berkel en Rodenrijs', 519931300, 44786500, 0),
(28731, 1510, 154, 'Bleiswijk', 520108300, 45319400, 0),
(28732, 1510, 154, 'Bloemendaal', 520287800, 46944000, 0),
(28733, 1510, 154, 'Bodegraven', 520825000, 47500000, 0),
(28734, 1510, 154, 'Boskoop', 520750000, 46555600, 0),
(28735, 1510, 154, 'Boven-Hardinxveld', 518233300, 48819400, 0),
(28736, 1510, 154, 'Brielle', 519016700, 41625000, 0),
(28737, 1510, 154, 'Capelle aan den IJssel', 519291700, 45777800, 0),
(28738, 1510, 154, 'Capelle-West', 519166700, 45666700, 0),
(28739, 1510, 154, 'De Lier', 519750000, 42486100, 0),
(28740, 1510, 154, 'Delfshaven', 519048800, 44531500, 0),
(28741, 1510, 154, 'Delft', 520066700, 43555600, 0),
(28742, 1510, 154, 'Den Haag', 520766700, 42986100, 0),
(28743, 1510, 154, 'Dirksland', 517491700, 41000000, 0),
(28744, 1510, 154, 'Dordrecht', 518100000, 46736100, 0),
(28745, 1510, 154, 'Giessenburg', 518508300, 48902800, 0),
(28746, 1510, 154, 'Goedereede', 518175000, 39805600, 0),
(28747, 1510, 154, 'Gorinchem', 518365200, 49724300, 0),
(28748, 1510, 154, 'Gouda', 520166700, 47083300, 0),
(28749, 1510, 154, 'Groenswaard', 520515400, 46454100, 0),
(28750, 1510, 154, 'Haastrecht', 520007400, 47763900, 0),
(28751, 1510, 154, 'Heerjansdam', 518358300, 45638900, 0),
(28752, 1510, 154, 'Heinenoord', 518260200, 44765900, 0),
(28753, 1510, 154, 'Hellevoetsluis', 518333300, 41333300, 0),
(28754, 1510, 154, 'Hendrik-Ido-Ambacht', 518441700, 46388900, 0),
(28755, 1510, 154, 'Hillegom', 522908300, 45833300, 0),
(28756, 1510, 154, 'Hoek van Holland', 519775000, 41333300, 0),
(28757, 1510, 154, 'Honselersdijk', 520066500, 42244100, 0),
(28758, 1510, 154, 'Katwijk aan Zee', 522033300, 43986100, 0),
(28759, 1510, 154, 'Katwijk aan den Rijn', 521941700, 44222200, 0),
(28760, 1510, 154, 'Krimpen aan den IJssel', 519166700, 46027800, 0),
(28761, 1510, 154, 'Kwintsheul', 520133300, 42555600, 0),
(28762, 1510, 154, 'Leerdam', 518933300, 50916700, 0),
(28763, 1510, 154, 'Leiden', 521583300, 44930600, 0),
(28764, 1510, 154, 'Leiderdorp', 521583300, 45291700, 0),
(28765, 1510, 154, 'Leidschendam', 520833330, 44000000, 0),
(28766, 1510, 154, 'Leimuiden', 522241700, 46694400, 0),
(28767, 1510, 154, 'Liesveld', 519325000, 48319400, 0),
(28768, 1510, 154, 'Lisse', 522600000, 45569400, 0),
(28769, 1510, 154, 'Maasdijk', 519591700, 42138900, 0),
(28770, 1510, 154, 'Maassluis', 519233300, 42500000, 0),
(28771, 1510, 154, 'Middelharnis', 517575000, 41652800, 0),
(28772, 1510, 154, 'Mijnsheerenland', 517966700, 44875000, 0),
(28773, 1510, 154, 'Monster', 520258300, 41750000, 0),
(28774, 1510, 154, 'Naaldwijk', 519941700, 42097200, 0),
(28775, 1510, 154, 'Nieuw-Helvoet', 518384300, 41289700, 0),
(28776, 1510, 154, 'Nieuw-Lekkerland', 518891500, 46865300, 0),
(28777, 1510, 154, 'Nieuwkoop', 521508300, 47763900, 0),
(28778, 1510, 154, 'Noordwijk-Binnen', 522358300, 44472200, 0),
(28779, 1510, 154, 'Noordwijkerhout', 522616700, 44930600, 0),
(28780, 1510, 154, 'Oegstgeest', 521800000, 44694400, 0),
(28781, 1510, 154, 'Oranjewijk', 520492200, 46537400, 0),
(28782, 1510, 154, 'Oud-Beijerland', 518241700, 44125000, 0),
(28783, 1510, 154, 'Ouddorp', 518116700, 39347200, 0),
(28784, 1510, 154, 'Oude Wetering', 522141700, 46444400, 0),
(28785, 1510, 154, 'Papendrecht', 518316700, 46875000, 0),
(28786, 1510, 154, 'Pijnacker', 520195400, 44294600, 0),
(28787, 1510, 154, 'Poeldijk', 520241700, 42194400, 0),
(28788, 1510, 154, 'Reeuwijk', 520466700, 47250000, 0),
(28789, 1510, 154, 'Rhoon', 518575000, 44222200, 0),
(28790, 1510, 154, 'Ridderkerk', 518725000, 46027800, 0),
(28791, 1510, 154, 'Rijnsburg', 521900000, 44416700, 0),
(28792, 1510, 154, 'Rijswijk', 520363400, 43250100, 0),
(28793, 1510, 154, 'Rotterdam', 519225000, 44791700, 0),
(28794, 1510, 154, 'Sassenheim', 522250000, 45222200, 0),
(28795, 1510, 154, 'Scheveningen', 521046100, 42755700, 0),
(28796, 1510, 154, 'Schiedam', 519191700, 43888900, 0),
(28797, 1510, 154, 'Schoonhoven', 519475000, 48486100, 0),
(28798, 1510, 154, 'Sliedrecht', 518208300, 47763900, 0),
(28799, 1510, 154, 'Spijkenisse', 518450000, 43291700, 0),
(28800, 1510, 154, 'Strijen', 517452100, 45508300, 0),
(28801, 1510, 154, 'Vlaardingen', 519125000, 43416700, 0),
(28802, 1510, 154, 'Vlist', 519800000, 48194400, 0),
(28803, 1510, 154, 'Vondelwijk', 520549700, 46531400, 0),
(28804, 1510, 154, 'Voorburg', 520741700, 43597200, 0),
(28805, 1510, 154, 'Voorhout', 522216700, 44847200, 0),
(28806, 1510, 154, 'Voorschoten', 521275000, 44486100, 0),
(28807, 1510, 154, 'Waddinxveen', 520450000, 46513900, 0),
(28808, 1510, 154, 'Wassenaar', 521458300, 44027800, 0),
(28809, 1510, 154, 'Ypenburg', 520409800, 43698100, 0),
(28810, 1510, 154, 'Zoetermeer', 520575000, 44930600, 0),
(28811, 1510, 154, 'Zwijndrecht', 518175000, 46333300, 0),
(28812, 1511, 155, 'Voh', -209666700, 1647000000, 0),
(28813, 1512, 155, 'Bourail', -215666700, 1654833300, 0),
(28814, 1512, 155, 'Mont-Dore', -222833300, 1665833300, 0),
(28815, 1512, 155, 'Noumea', -222763100, 1664572000, 0),
(28816, 1512, 155, 'Paita', -221333300, 1663666700, 0),
(28817, 1512, 155, 'Vao', -226666700, 1674833300, 0),
(28818, 1512, 155, 'Yate-Barrage', -221500000, 1668833300, 0),
(28819, 1513, 156, 'Albany', -367166670, 1747000000, 0),
(28820, 1513, 156, 'Auckland', -368666700, 1747666700, 0),
(28821, 1513, 156, 'Mangere', -369680700, 1747987500, 0),
(28822, 1513, 156, 'Manukau City', -369928200, 1748798600, 0),
(28823, 1513, 156, 'Matamata', -378106000, 1757623700, 0),
(28824, 1513, 156, 'Muriwai Beach', -368166700, 1744500000, 0),
(28825, 1513, 156, 'Ngaruawahia', -376673800, 1751555400, 0),
(28826, 1513, 156, 'North Shore', -368000000, 1747500000, 0),
(28827, 1513, 156, 'Pakuranga', -368833300, 1749166700, 0),
(28828, 1513, 156, 'Papakura', -370657200, 1749439300, 0),
(28829, 1513, 156, 'Parakai', -366500000, 1744333300, 0),
(28830, 1513, 156, 'Pukekohe East', -372000000, 1749500000, 0),
(28831, 1513, 156, 'Red Hill', -370582000, 1749701900, 0),
(28832, 1513, 156, 'Takanini', -370482000, 1749001900, 0),
(28833, 1513, 156, 'Tamaki', -368882000, 1748601900, 0),
(28834, 1513, 156, 'Titirangi', -369375400, 1746558400, 0),
(28835, 1513, 156, 'Waitakere', -369175400, 1746577300, 0),
(28836, 1513, 156, 'Warkworth', -364000000, 1746666700, 0),
(28837, 1513, 156, 'Wellsford', -362833300, 1745166700, 0),
(28838, 1513, 156, 'Wiri', -369982000, 1748601900, 0),
(28839, 1514, 156, 'Katikati', -375500000, 1759166700, 0),
(28840, 1514, 156, 'Maketu', -377666700, 1764500000, 0),
(28841, 1514, 156, 'Opotiki', -380833300, 1772833300, 0),
(28842, 1514, 156, 'Rotorua', -381387400, 1762451600, 0),
(28843, 1514, 156, 'Tauranga', -376861100, 1761666700, 0),
(28844, 1514, 156, 'Waihi Beach', -374000000, 1759333300, 0),
(28845, 1514, 156, 'Whakatane', -379585500, 1769854500, 0),
(28846, 1515, 156, 'Amberley', -431666700, 1727333300, 0),
(28847, 1515, 156, 'Christchurch', -435333300, 1726333300, 0),
(28848, 1515, 156, 'Darfield', -434833300, 1721166700, 0),
(28849, 1515, 156, 'Kaiapoi', -433783200, 1726401300, 0),
(28850, 1515, 156, 'Kaikoura', -424074900, 1736813200, 0),
(28851, 1515, 156, 'Lincoln', -436500000, 1724833300, 0),
(28852, 1515, 156, 'Oxford', -433000000, 1721833300, 0),
(28853, 1515, 156, 'Pleasant Point', -442666700, 1711333300, 0),
(28854, 1515, 156, 'Rakaia', -437500000, 1720166700, 0),
(28855, 1515, 156, 'Rolleston', -435833300, 1723833300, 0),
(28856, 1515, 156, 'Timaru', -444000000, 1712500000, 0),
(28857, 1515, 156, 'Woodend', -433166700, 1726666700, 0),
(28858, 1516, 156, 'Gisborne', -386533300, 1780041700, 0),
(28859, 1517, 156, 'Hastings', -396381000, 1768491800, 0),
(28860, 1517, 156, 'Napier', -394833300, 1769166700, 0),
(28861, 1517, 156, 'Taradale', -395333300, 1768500000, 0),
(28862, 1517, 156, 'Wairoa', -390333300, 1773666700, 0),
(28863, 1518, 156, 'Bulls', -401666700, 1753833300, 0),
(28864, 1518, 156, 'Levin', -406333300, 1752750000, 0),
(28865, 1518, 156, 'Palmerston North', -403500000, 1756166700, 0),
(28866, 1518, 156, 'Wanganui', -399333300, 1750500000, 0),
(28867, 1519, 156, 'Blenheim', -415160300, 1739528000, 0),
(28868, 1519, 156, 'Picton', -412882700, 1740101800, 0),
(28869, 1520, 156, 'Nelson', -412833300, 1732833300, 0),
(28870, 1521, 156, 'Kawakawa', -353833300, 1740666700, 0),
(28871, 1521, 156, 'Kerikeri', -352267600, 1739473900, 0),
(28872, 1521, 156, 'Paihia', -352822000, 1740911600, 0),
(28873, 1521, 156, 'Whangarei', -357316700, 1743239100, 0),
(28874, 1522, 156, 'Arrowtown', -449383700, 1688100700, 0),
(28875, 1522, 156, 'Balclutha', -462338900, 1697500000, 0),
(28876, 1522, 156, 'Dunedin', -458741600, 1705036100, 0),
(28877, 1522, 156, 'Oamaru', -450783600, 1709800900, 0),
(28878, 1522, 156, 'Queenstown', -450302300, 1686627100, 0),
(28879, 1522, 156, 'Wanaka', -447000000, 1691500000, 0),
(28880, 1523, 156, 'Bluff', -466000000, 1683333300, 0),
(28881, 1523, 156, 'Gore', -461028200, 1689435700, 0),
(28882, 1523, 156, 'Invercargill', -464000000, 1683500000, 0),
(28883, 1523, 156, 'Winton', -461500000, 1683333300, 0),
(28884, 1524, 156, 'Hawera', -395916700, 1742833300, 0),
(28885, 1524, 156, 'New Plymouth', -390666700, 1740833300, 0),
(28886, 1524, 156, 'Waitara', -389250000, 1742500000, 0),
(28887, 1525, 156, 'Motueka', -411333300, 1730166700, 0),
(28888, 1525, 156, 'Richmond', -413333300, 1731833300, 0),
(28889, 1525, 156, 'Takaka', -408500000, 1728000000, 0),
(28890, 1525, 156, 'Wakefield', -414000000, 1730500000, 0),
(28891, 1526, 156, 'Cambridge', -378782200, 1754402000, 0),
(28892, 1526, 156, 'Hamilton', -377833300, 1752833300, 0),
(28893, 1526, 156, 'Ngatea', -372833300, 1755000000, 0),
(28894, 1526, 156, 'Paeroa', -373666700, 1756666700, 0),
(28895, 1526, 156, 'Tairua', -370166700, 1758500000, 0),
(28896, 1526, 156, 'Taupo', -386833300, 1760833300, 0),
(28897, 1526, 156, 'Te Kauwhata', -374000000, 1751500000, 0),
(28898, 1526, 156, 'Thames', -371333300, 1755333300, 0),
(28899, 1526, 156, 'Tokoroa', -382333300, 1758666700, 0),
(28900, 1526, 156, 'Waiuku', -372500000, 1747500000, 0),
(28901, 1526, 156, 'Whitianga', -368333300, 1757000000, 0),
(28902, 1527, 156, 'Brooklyn', -413166700, 1747500000, 0),
(28903, 1527, 156, 'Kelburn', -412833300, 1747666700, 0),
(28904, 1527, 156, 'Lower Hutt', -412166700, 1749166700, 0),
(28905, 1527, 156, 'Masterton', -409597200, 1756575000, 0),
(28906, 1527, 156, 'Otaki', -407583300, 1751500000, 0),
(28907, 1527, 156, 'Paraparaumu', -409166700, 1750166700, 0),
(28908, 1527, 156, 'Petone', -412282700, 1748701900, 0),
(28909, 1527, 156, 'Porirua', -411333300, 1748500000, 0),
(28910, 1527, 156, 'Upper Hutt', -411382700, 1750502000, 0),
(28911, 1527, 156, 'Wellington', -412866400, 1747755700, 0),
(28912, 1528, 156, 'Greymouth', -424666700, 1712000000, 0),
(28913, 1528, 156, 'Westport', -417526200, 1716037000, 0),
(28914, 1529, 157, 'Siuna', 137332100, -847772500, 0),
(28915, 1530, 157, 'Boaco', 124722400, -856586000, 0),
(28916, 1531, 157, 'San Marcos', 119094900, -862035100, 0),
(28917, 1532, 157, 'Chinandega', 126293700, -871310500, 0),
(28918, 1532, 157, 'Corinto', 124819900, -871733600, 0),
(28919, 1533, 157, 'Juigalpa', 121062900, -853645200, 0),
(28920, 1534, 157, 'Esteli', 130918500, -863538400, 0),
(28921, 1535, 157, 'Granada', 119298800, -859560200, 0),
(28922, 1536, 157, 'Jinotega', 130917100, -860017700, 0),
(28923, 1537, 157, 'Leon', 124378700, -868780400, 0),
(28924, 1538, 157, 'Ciudad Sandino', 121588900, -863441700, 0),
(28925, 1538, 157, 'Managua', 121328200, -862504000, 0),
(28926, 1538, 157, 'Tipitapa', 121973200, -860970600, 0),
(28927, 1539, 157, 'Masatepe', 119184000, -861446700, 0),
(28928, 1539, 157, 'Masaya', 119744400, -860941700, 0),
(28929, 1539, 157, 'Ticuantepe', 120226300, -862049300, 0),
(28930, 1540, 157, 'Matagalpa', 129255900, -859174700, 0),
(28931, 1541, 157, 'Ocotal', 136320800, -864751600, 0),
(28932, 1541, 157, 'Quilali', 135669500, -860260000, 0),
(28933, 1542, 157, 'Bluefields', 120136600, -837635300, 0),
(28934, 1543, 157, 'Rivas', 114371600, -858263200, 0),
(28935, 1543, 157, 'San Juan del Sur', 112529200, -858704900, 0),
(28936, 1544, 158, 'Alaghsas', 170187000, 80168000, 0),
(28937, 1545, 158, 'Niamey', 135136600, 21098000, 0),
(28938, 1546, 158, 'Zinder', 138071600, 89881000, 0),
(28939, 1547, 159, 'Aba', 51065800, 73666700, 0),
(28940, 1548, 159, 'Jimeta', 92833300, 124666700, 0),
(28941, 1548, 159, 'Yola', 92000000, 124833300, 0),
(28942, 1549, 159, 'Uyo', 50333300, 79265700, 0),
(28943, 1550, 159, 'Awka', 62100900, 70741100, 0),
(28944, 1551, 159, 'Yenagoa', 49247200, 62641700, 0),
(28945, 1552, 159, 'Makurdi', 77411000, 85121000, 0),
(28946, 1553, 159, 'Calabar', 49517000, 83220000, 0),
(28947, 1554, 159, 'Asaba', 62006400, 67338400, 0),
(28948, 1554, 159, 'Warri', 55166700, 57500000, 0),
(28949, 1555, 159, 'Auchi', 70666700, 62666700, 0),
(28950, 1555, 159, 'Benin City', 63350400, 56274900, 0),
(28951, 1556, 159, 'Ifaki', 77894200, 52485200, 0),
(28952, 1557, 159, 'Enugu', 64402000, 74943000, 0),
(28953, 1557, 159, 'Nsukka', 68561000, 73927000, 0),
(28954, 1558, 159, 'Abuja', 90573500, 74897600, 0),
(28955, 1558, 159, 'Madala', 91044400, 72133300, 0),
(28956, 1559, 159, 'Owerri', 54833300, 70304100, 0),
(28957, 1560, 159, 'Dutse', 117594000, 93392100, 0),
(28958, 1561, 159, 'Kachia', 98666700, 79500000, 0),
(28959, 1561, 159, 'Kaduna', 105222400, 74382800, 0),
(28960, 1561, 159, 'Zaria', 111112800, 77227000, 0),
(28961, 1562, 159, 'Kano', 120001200, 85167200, 0),
(28962, 1563, 159, 'Kankara', 119301600, 74126700, 0),
(28963, 1564, 159, 'Alapa', 86166700, 43833300, 0),
(28964, 1564, 159, 'Ilorin', 85000000, 45500000, 0),
(28965, 1565, 159, 'Badagry', 64166700, 28833300, 0),
(28966, 1565, 159, 'Ebute Ikorodu', 66008600, 34881800, 0),
(28967, 1565, 159, 'Epe', 65841200, 39833600, 0),
(28968, 1565, 159, 'Ikeja', 65942200, 33374800, 0),
(28969, 1565, 159, 'Lagos', 64530600, 33958300, 0),
(28970, 1566, 159, 'Abeokuta', 71500000, 33500000, 0),
(28971, 1566, 159, 'Ifo', 68143700, 31957500, 0),
(28972, 1566, 159, 'Ilaro', 68865300, 30205000, 0),
(28973, 1567, 159, 'Akure', 72525600, 51931200, 0),
(28974, 1567, 159, 'Ilare', 73506700, 51133300, 0),
(28975, 1568, 159, 'Ife', 74666670, 45666670, 0),
(28976, 1568, 159, 'Osogbo', 77666700, 45666700, 0),
(28977, 1569, 159, 'Ibadan', 73877800, 38963900, 0),
(28978, 1570, 159, 'Jos', 99166700, 89000000, 0),
(28979, 1571, 159, 'Okrika', 47415900, 70848800, 0),
(28980, 1571, 159, 'Omoku', 53435000, 66532100, 0),
(28981, 1571, 159, 'Port Harcourt', 47774200, 70134000, 0),
(28982, 1572, 160, 'Alofi', -190595200, -1699186700, 0),
(28983, 1573, 161, 'Kingston', -290545900, 1679662800, 0),
(28984, 1574, 162, 'CNMI Governor''s Office', 152121700, 1457537200, 0),
(28985, 1574, 162, 'JP Tinian Town pre-WW2', 149687400, 1456243700, 0),
(28986, 1574, 162, 'Northern Islands Municipality - Mayor''s Office', 152083300, 1457166400, 0),
(28987, 1574, 162, 'Saipan', 152123300, 1457545000, 0),
(28988, 1575, 163, 'Aneby', 600833300, 108666700, 0),
(28989, 1575, 163, 'Arnes', 601210500, 114663400, 0),
(28990, 1575, 163, 'As', 596647200, 107946500, 0),
(28991, 1575, 163, 'Ask', 600716600, 110345200, 0),
(28992, 1575, 163, 'Asker', 598333300, 104372100, 0),
(28993, 1575, 163, 'Auli', 600345000, 113604600, 0),
(28994, 1575, 163, 'Aurskog', 599166700, 114333300, 0),
(28995, 1575, 163, 'Bjorkelangen', 598847800, 115694200, 0),
(28996, 1575, 163, 'Blakstad', 598191000, 104645000, 0),
(28997, 1575, 163, 'Drobak', 596633300, 106297500, 0),
(28998, 1575, 163, 'Eidsvoll', 603304600, 112616100, 0),
(28999, 1575, 163, 'Fetsund', 599289800, 111624700, 0),
(29000, 1575, 163, 'Fjellfoten', 600896700, 114722200, 0),
(29001, 1575, 163, 'Fjerdingby', 599262600, 110652700, 0),
(29002, 1575, 163, 'Flateby', 598333300, 111666700, 0),
(29003, 1575, 163, 'Frogner', 600166700, 111000000, 0),
(29004, 1575, 163, 'Gardermoen', 602166670, 111000000, 0),
(29005, 1575, 163, 'Gjerdrum', 600833300, 111000000, 0),
(29006, 1575, 163, 'Hurdal', 604351800, 110670700, 0),
(29007, 1575, 163, 'Jessheim', 601415100, 111751500, 0),
(29008, 1575, 163, 'Kirkebygda', 597645200, 111449200, 0),
(29009, 1575, 163, 'Kjenn', 599309800, 109537300, 0),
(29010, 1575, 163, 'Klofta', 600666700, 111500000, 0),
(29011, 1575, 163, 'Kolbotn', 598105600, 108038900, 0),
(29012, 1575, 163, 'Leirsund', 600000000, 111000000, 0),
(29013, 1575, 163, 'Lillestrom', 599559700, 110491800, 0),
(29014, 1575, 163, 'Nesoddtangen', 598655300, 106594000, 0),
(29015, 1575, 163, 'Raholt', 602666700, 111833300, 0),
(29016, 1575, 163, 'Rotnes', 600570700, 108613500, 0),
(29017, 1575, 163, 'Sandvika', 598907300, 105277400, 0),
(29018, 1575, 163, 'Ski', 597194900, 108357600, 0),
(29019, 1575, 163, 'Skui', 599274600, 104475000, 0),
(29020, 1575, 163, 'Sorumsand', 599850900, 112398100, 0),
(29021, 1575, 163, 'Vestby', 596023700, 107466800, 0),
(29022, 1576, 163, 'Arendal', 584615100, 87725300, 0),
(29023, 1576, 163, 'Birketveit', 584590900, 79169200, 0),
(29024, 1576, 163, 'Bygland', 588285000, 77961600, 0),
(29025, 1576, 163, 'Evje', 585852100, 78086100, 0),
(29026, 1576, 163, 'Fevik', 583793800, 86765800, 0),
(29027, 1576, 163, 'Gjerstad', 588808300, 90186100, 0),
(29028, 1576, 163, 'Grimstad', 583405000, 85934300, 0),
(29029, 1576, 163, 'Lillesand', 582487900, 83778000, 0),
(29030, 1576, 163, 'Risor', 587205700, 92342200, 0),
(29031, 1576, 163, 'Tvedestrand', 586220300, 89314700, 0),
(29032, 1577, 163, 'Al', 606282100, 85627900, 0),
(29033, 1577, 163, 'Drammen', 597438900, 102044900, 0),
(29034, 1577, 163, 'Geilo', 605333100, 82076500, 0),
(29035, 1577, 163, 'Gol', 607014000, 89457200, 0),
(29036, 1577, 163, 'Hemsedal', 608629300, 85533700, 0),
(29037, 1577, 163, 'Hokksund', 597707700, 99098700, 0),
(29038, 1577, 163, 'Honefoss', 601680400, 102564700, 0),
(29039, 1577, 163, 'Hvittingfoss', 594833300, 100166700, 0),
(29040, 1577, 163, 'Kongsberg', 596685800, 96501700, 0),
(29041, 1577, 163, 'Lampeland', 598348600, 95791200, 0),
(29042, 1577, 163, 'Lierbyen', 597873000, 102456100, 0),
(29043, 1577, 163, 'Mjondalen', 597463100, 100189100, 0),
(29044, 1577, 163, 'Nesbyen', 605680900, 91027400, 0),
(29045, 1577, 163, 'Rodberg', 602672200, 89472100, 0),
(29046, 1577, 163, 'Rollag', 599843100, 92964400, 0),
(29047, 1577, 163, 'Royken', 597475000, 103936100, 0),
(29048, 1577, 163, 'Saetre', 596816700, 105247200, 0),
(29049, 1577, 163, 'Slemmestad', 597803600, 104988300, 0),
(29050, 1577, 163, 'Tranby', 598166700, 102500000, 0),
(29051, 1577, 163, 'Vik', 600773400, 102811600, 0),
(29052, 1577, 163, 'Vikersund', 599659200, 99950100, 0),
(29053, 1578, 163, 'Alta', 699688700, 232716500, 0),
(29054, 1578, 163, 'Batsfjord', 706344500, 297184800, 0),
(29055, 1578, 163, 'Bjornevatn', 696672200, 299847200, 0),
(29056, 1578, 163, 'Hammerfest', 706633600, 236820900, 0),
(29057, 1578, 163, 'Honningsvag', 709820900, 259703700, 0),
(29058, 1578, 163, 'Karasjok', 694718700, 255112200, 0),
(29059, 1578, 163, 'Kautokeino', 690124700, 230411600, 0),
(29060, 1578, 163, 'Kirkenes', 697270600, 300457800, 0),
(29061, 1578, 163, 'Kjollefjord', 709457400, 273465000, 0),
(29062, 1578, 163, 'Kvalsund', 705027100, 239797400, 0),
(29063, 1578, 163, 'Lakselv', 700513300, 249718200, 0),
(29064, 1578, 163, 'Mehamn', 710357000, 278491700, 0),
(29065, 1578, 163, 'Oksfjord', 702395700, 223478600, 0),
(29066, 1578, 163, 'Rypefjord', 706333300, 236666700, 0),
(29067, 1578, 163, 'Vadso', 700743600, 297487200, 0),
(29068, 1578, 163, 'Varangerbotn', 701727800, 285559800, 0),
(29069, 1579, 163, 'Alvdal', 621076600, 106307300, 0),
(29070, 1579, 163, 'Brumunddal', 608809500, 109394800, 0),
(29071, 1579, 163, 'Elverum', 608819100, 115623100, 0),
(29072, 1579, 163, 'Engerdal', 617583200, 119598500, 0),
(29073, 1579, 163, 'Flisa', 606092200, 120154300, 0),
(29074, 1579, 163, 'Folldal', 621324600, 99968000, 0),
(29075, 1579, 163, 'Hamar', 607945000, 110679800, 0),
(29076, 1579, 163, 'Innbygda', 613148400, 122637400, 0),
(29077, 1579, 163, 'Kirkenaer', 604564300, 120582100, 0),
(29078, 1579, 163, 'Kongsvinger', 601904900, 119977200, 0),
(29079, 1579, 163, 'Koppang', 615706500, 110554800, 0),
(29080, 1579, 163, 'Loten', 608171200, 113375600, 0),
(29081, 1579, 163, 'Moelv', 609333300, 107000000, 0),
(29082, 1579, 163, 'Os', 624964700, 112232600, 0),
(29083, 1579, 163, 'Rena', 611348400, 113640900, 0),
(29084, 1579, 163, 'Skarnes', 602528400, 116797400, 0),
(29085, 1579, 163, 'Stange', 607180300, 111941700, 0),
(29086, 1579, 163, 'Tolga', 624089800, 109988300, 0),
(29087, 1579, 163, 'Tynset', 622759400, 107824100, 0),
(29088, 1580, 163, 'Agotnes', 604061100, 50188900, 0),
(29089, 1580, 163, 'Askoy', 604000000, 51833300, 0),
(29090, 1580, 163, 'Bergen', 603929900, 53241500, 0),
(29091, 1580, 163, 'Dale', 605863900, 58188600, 0),
(29092, 1580, 163, 'Eidfjord', 604675000, 70719300, 0),
(29093, 1580, 163, 'Eikelandsosen', 602430200, 57460200, 0),
(29094, 1580, 163, 'Espeland', 603833300, 54666700, 0),
(29095, 1580, 163, 'Fitjar', 599184500, 53192000, 0),
(29096, 1580, 163, 'Frekhaug', 605139200, 52435100, 0),
(29097, 1580, 163, 'Granvin', 605240800, 67194000, 0),
(29098, 1580, 163, 'Hagavik', 601833300, 54333300, 0),
(29099, 1580, 163, 'Hylkje', 605102800, 53544400, 0),
(29100, 1580, 163, 'Indre Arna', 604247200, 54763900, 0),
(29101, 1580, 163, 'Isdalssto', 605551900, 52694200, 0),
(29102, 1580, 163, 'Kleppesto', 604084400, 52276000, 0),
(29103, 1580, 163, 'Knappskog', 603819400, 50558300, 0),
(29104, 1580, 163, 'Leirvik', 597797700, 55005100, 0),
(29105, 1580, 163, 'Lindas', 607380600, 51600000, 0),
(29106, 1580, 163, 'Manger', 606414500, 50413600, 0),
(29107, 1580, 163, 'Mo', 608162500, 58057500, 0),
(29108, 1580, 163, 'Mosterhamn', 597000000, 53833300, 0),
(29109, 1580, 163, 'Odda', 600691200, 65456500, 0),
(29110, 1580, 163, 'Osoyro', 601838500, 54638000, 0),
(29111, 1580, 163, 'Oystese', 603882500, 61925100, 0),
(29112, 1580, 163, 'Rosendal', 599866900, 60134800, 0),
(29113, 1580, 163, 'Sagvag', 597786100, 53961100, 0),
(29114, 1580, 163, 'Sandsli', 603032300, 52855400, 0),
(29115, 1580, 163, 'Skogsvagen', 602551200, 51016100, 0),
(29116, 1580, 163, 'Storebo', 600948500, 52270500, 0),
(29117, 1580, 163, 'Straume', 603571000, 51241500, 0),
(29118, 1580, 163, 'Svortland', 597942900, 51853000, 0),
(29119, 1580, 163, 'Tysse', 603740400, 57595200, 0),
(29120, 1580, 163, 'Uggdal', 600040200, 55287600, 0),
(29121, 1580, 163, 'Vossevangen', 606229600, 64228600, 0),
(29122, 1580, 163, 'Ytre Arna', 604666700, 54333300, 0),
(29123, 1580, 163, 'Ytrebygda', 603050400, 52823600, 0),
(29124, 1581, 163, 'Alesund', 624722500, 61549200, 0),
(29125, 1581, 163, 'Andalsnes', 625674900, 76870900, 0),
(29126, 1581, 163, 'Brattvag', 626001500, 64433900, 0),
(29127, 1581, 163, 'Bruhagen', 630517200, 76320400, 0),
(29128, 1581, 163, 'Eide', 629173500, 74466900, 0),
(29129, 1581, 163, 'Eidsvag', 627767000, 80668100, 0),
(29130, 1581, 163, 'Elnesvagen', 628544100, 71406400, 0),
(29131, 1581, 163, 'Fosnavag', 623419400, 56339600, 0),
(29132, 1581, 163, 'Kristiansund', 631104500, 77279500, 0),
(29133, 1581, 163, 'Langevag', 624374500, 61891500, 0),
(29134, 1581, 163, 'Larsnes', 622028200, 55772900, 0),
(29135, 1581, 163, 'Molde', 627375200, 71591200, 0),
(29136, 1581, 163, 'Orsta', 622029000, 61272200, 0),
(29137, 1581, 163, 'Reinsvik', 631000000, 78166700, 0),
(29138, 1581, 163, 'Sjoholt', 624837100, 68106200, 0),
(29139, 1581, 163, 'Stordal', 623820300, 69862900, 0),
(29140, 1581, 163, 'Stranda', 623096400, 69358200, 0),
(29141, 1581, 163, 'Sunndalsora', 626754500, 85515300, 0),
(29142, 1581, 163, 'Surnadal', 629739700, 87247200, 0),
(29143, 1581, 163, 'Sykkylven', 623959400, 65875000, 0),
(29144, 1581, 163, 'Ulsteinvik', 623431700, 58486900, 0),
(29145, 1581, 163, 'Valderoy', 625007000, 61347200, 0),
(29146, 1581, 163, 'Vestnes', 626264400, 70883800, 0),
(29147, 1581, 163, 'Volda', 621476200, 60740800, 0),
(29148, 1582, 163, 'Frosta', 635891000, 107423000, 0),
(29149, 1582, 163, 'Grong', 644654300, 123149100, 0),
(29150, 1582, 163, 'Kolvereid', 648654900, 116046500, 0),
(29151, 1582, 163, 'Lauvsnes', 645006100, 108939600, 0),
(29152, 1582, 163, 'Leka', 650924400, 117051300, 0),
(29153, 1582, 163, 'Levanger', 637464400, 112996300, 0),
(29154, 1582, 163, 'Malm', 640721400, 112171600, 0),
(29155, 1582, 163, 'Meraker', 634140600, 117429800, 0),
(29156, 1582, 163, 'Mosvik', 638177000, 110058100, 0),
(29157, 1582, 163, 'Namsos', 644662400, 114957200, 0),
(29158, 1582, 163, 'Namsskogan', 649288600, 131595400, 0),
(29159, 1582, 163, 'Nordli', 644641300, 135924900, 0),
(29160, 1582, 163, 'Rorvik', 648620800, 112373400, 0),
(29161, 1582, 163, 'Skogn', 637000000, 112000000, 0),
(29162, 1582, 163, 'Snasa', 642457000, 123777900, 0),
(29163, 1582, 163, 'Steinkjer', 640148700, 114953700, 0),
(29164, 1582, 163, 'Stjordal', 634680300, 109177600, 0),
(29165, 1582, 163, 'Stjordalshalsen', 634681000, 109261800, 0),
(29166, 1582, 163, 'Verdal', 637933200, 114817000, 0),
(29167, 1583, 163, 'Bjorkvang', 685597200, 175188900, 0),
(29168, 1583, 163, 'Bodo', 672800000, 144050100, 0),
(29169, 1583, 163, 'Bronnoysund', 654625000, 121997300, 0),
(29170, 1583, 163, 'Evjen', 682666700, 137333300, 0),
(29171, 1583, 163, 'Fauske', 672588300, 153918100, 0),
(29172, 1583, 163, 'Gravdal', 681213900, 135030600, 0),
(29173, 1583, 163, 'Husoya', 665015900, 120964500, 0),
(29174, 1583, 163, 'Kabelvag', 682113900, 144816700, 0),
(29175, 1583, 163, 'Leknes', 681474600, 136115100, 0),
(29176, 1583, 163, 'Loding', 673000000, 147500000, 0),
(29177, 1583, 163, 'Lopsmarka', 673134300, 144493400, 0),
(29178, 1583, 163, 'Luroy', 664188700, 128424800, 0),
(29179, 1583, 163, 'Melbu', 685044400, 148297200, 0),
(29180, 1583, 163, 'Mo i Rana', 663127800, 141427800, 0),
(29181, 1583, 163, 'Mosjoen', 658359900, 131907600, 0),
(29182, 1583, 163, 'Myre', 689152100, 150716100, 0),
(29183, 1583, 163, 'Narvik', 684383800, 174272000, 0),
(29184, 1583, 163, 'Nesna', 661967200, 130213300, 0),
(29185, 1583, 163, 'Ornes', 668689000, 137078000, 0),
(29186, 1583, 163, 'Sandnessjoen', 660216600, 126315800, 0),
(29187, 1583, 163, 'Silvalen', 659842700, 122891600, 0),
(29188, 1583, 163, 'Solfjellsjyen', 661079900, 124904600, 0),
(29189, 1583, 163, 'Sortland', 686949400, 154161800, 0),
(29190, 1583, 163, 'Stokmarknes', 685646200, 149107500, 0),
(29191, 1583, 163, 'Straume', 686888000, 144720500, 0),
(29192, 1583, 163, 'Straumen', 673476900, 156049300, 0),
(29193, 1583, 163, 'Svolvaer', 682341700, 145683400, 0),
(29194, 1583, 163, 'Terrak', 650870000, 123714800, 0),
(29195, 1584, 163, 'Dokka', 608400100, 100618000, 0),
(29196, 1584, 163, 'Dombas', 620696500, 91234600, 0),
(29197, 1584, 163, 'Fagernes', 609858400, 92323600, 0),
(29198, 1584, 163, 'Gjovik', 607957400, 106915500, 0),
(29199, 1584, 163, 'Hov', 606987000, 103519300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(29200, 1584, 163, 'Jaren', 603927300, 105615500, 0),
(29201, 1584, 163, 'Jevnaker', 602414300, 103850300, 0),
(29202, 1584, 163, 'Lena', 606746700, 108132500, 0),
(29203, 1584, 163, 'Lesja', 621183700, 88642400, 0),
(29204, 1584, 163, 'Lillehammer', 611151400, 104662800, 0),
(29205, 1584, 163, 'Reinsvoll', 606833300, 106166700, 0),
(29206, 1584, 163, 'Segalstad bru', 612281900, 102225500, 0),
(29207, 1584, 163, 'Slidre', 610880200, 89814100, 0),
(29208, 1584, 163, 'Tretten', 613142300, 103006600, 0),
(29209, 1584, 163, 'Vagamo', 618750500, 90967100, 0),
(29210, 1584, 163, 'Valebrua', 615296500, 101388900, 0),
(29211, 1584, 163, 'Vang', 611252900, 85729000, 0),
(29212, 1584, 163, 'Vinstra', 615951500, 97523200, 0),
(29213, 1585, 163, 'Oslo', 599127300, 107460900, 0),
(29214, 1585, 163, 'Sjolyststranda', 599210500, 106801700, 0),
(29215, 1586, 163, 'Askim', 595832600, 111628600, 0),
(29216, 1586, 163, 'Fredrikstad', 592181000, 109298000, 0),
(29217, 1586, 163, 'Halden', 591247800, 113875400, 0),
(29218, 1586, 163, 'Karlshus', 593519500, 108722600, 0),
(29219, 1586, 163, 'Kirkebygda', 594909900, 108742300, 0),
(29220, 1586, 163, 'Larkollen', 593338900, 106655600, 0),
(29221, 1586, 163, 'Lervik', 592666700, 107500000, 0),
(29222, 1586, 163, 'Moss', 594340300, 106577100, 0),
(29223, 1586, 163, 'Mysen', 595535400, 113257800, 0),
(29224, 1586, 163, 'Orje', 594802300, 116601600, 0),
(29225, 1586, 163, 'Rakkestad', 594251300, 113453500, 0),
(29226, 1586, 163, 'Rygge', 593817300, 107514200, 0),
(29227, 1586, 163, 'Sarpsborg', 592839100, 111096200, 0),
(29228, 1586, 163, 'Skjaerhalden', 590252600, 110368500, 0),
(29229, 1586, 163, 'Skjeberg', 592333300, 112000000, 0),
(29230, 1586, 163, 'Skjonhaug', 596406900, 113159100, 0),
(29231, 1586, 163, 'Spydeberg', 596170900, 110855900, 0),
(29232, 1586, 163, 'Tomter', 596500000, 110000000, 0),
(29233, 1587, 163, 'Akrehamn', 592666700, 51833300, 0),
(29234, 1587, 163, 'Aksdal', 594240800, 54455300, 0),
(29235, 1587, 163, 'Algard', 587641700, 58525300, 0),
(29236, 1587, 163, 'Bryne', 587353600, 56476600, 0),
(29237, 1587, 163, 'Egersund', 584513300, 59997000, 0),
(29238, 1587, 163, 'Eike', 593983300, 53638900, 0),
(29239, 1587, 163, 'Forsand', 589033000, 61048000, 0),
(29240, 1587, 163, 'Hauge', 583436100, 62812100, 0),
(29241, 1587, 163, 'Haugesund', 594137800, 52680000, 0),
(29242, 1587, 163, 'Hommersak', 589316700, 58511100, 0),
(29243, 1587, 163, 'Jorpeland', 590225100, 60407800, 0),
(29244, 1587, 163, 'Kleppe', 587730300, 56332900, 0),
(29245, 1587, 163, 'Kopervik', 592835400, 53066900, 0),
(29246, 1587, 163, 'Moi', 584567400, 65518400, 0),
(29247, 1587, 163, 'Naerbo', 586666700, 56500000, 0),
(29248, 1587, 163, 'Olen', 596043700, 58079900, 0),
(29249, 1587, 163, 'Randaberg', 589995500, 56187100, 0),
(29250, 1587, 163, 'Sandnes', 588524400, 57352100, 0),
(29251, 1587, 163, 'Sola', 588885400, 56528500, 0),
(29252, 1587, 163, 'Stavanger', 589700500, 57333200, 0),
(29253, 1587, 163, 'Tananger', 589333300, 56000000, 0),
(29254, 1587, 163, 'Tau', 590666700, 59000000, 0),
(29255, 1587, 163, 'Tysvaer', 593333300, 55000000, 0),
(29256, 1587, 163, 'Varhaug', 586147100, 56457100, 0),
(29257, 1587, 163, 'Vedavagen', 592916700, 52333300, 0),
(29258, 1587, 163, 'Vikesa', 586375900, 60913300, 0),
(29259, 1587, 163, 'Vormedal', 593550000, 53188900, 0),
(29260, 1588, 163, 'Askvoll', 613463000, 50704000, 0),
(29261, 1588, 163, 'Floro', 615995700, 50328000, 0),
(29262, 1588, 163, 'Forde', 614521700, 58571700, 0),
(29263, 1588, 163, 'Gaupne', 614083100, 72855900, 0),
(29264, 1588, 163, 'Hermansverk', 611846100, 68501600, 0),
(29265, 1588, 163, 'Hornindal', 619692500, 65224900, 0),
(29266, 1588, 163, 'Hoyanger', 612203600, 60749400, 0),
(29267, 1588, 163, 'Maloy', 619353500, 51136200, 0),
(29268, 1588, 163, 'Ovre Ardal', 613166700, 78000000, 0),
(29269, 1588, 163, 'Sandane', 617727700, 62149600, 0),
(29270, 1588, 163, 'Sande', 613251100, 57977300, 0),
(29271, 1588, 163, 'Skei', 615719400, 64816400, 0),
(29272, 1588, 163, 'Sogndal', 612282900, 71002600, 0),
(29273, 1588, 163, 'Sogndalsfjora', 612257500, 71017800, 0),
(29274, 1588, 163, 'Stryn', 619044800, 67226400, 0),
(29275, 1588, 163, 'Svelgen', 617685200, 52954800, 0),
(29276, 1588, 163, 'Vik', 610571200, 65780600, 0),
(29277, 1588, 163, 'Vikoyri', 610879400, 65797000, 0),
(29278, 1589, 163, 'Berkak', 628249600, 100117700, 0),
(29279, 1589, 163, 'Borsa', 633267200, 100692000, 0),
(29280, 1589, 163, 'Botngard', 637653200, 98111300, 0),
(29281, 1589, 163, 'Brekstad', 636869700, 96654100, 0),
(29282, 1589, 163, 'Hommelvik', 634108300, 107942400, 0),
(29283, 1589, 163, 'Klaebu', 632976200, 104826100, 0),
(29284, 1589, 163, 'Kyrksaeterora', 632905700, 90890900, 0),
(29285, 1589, 163, 'Lundamo', 631333300, 103000000, 0),
(29286, 1589, 163, 'Malvik', 634333300, 106833300, 0),
(29287, 1589, 163, 'Mebonden', 632290700, 110312800, 0),
(29288, 1589, 163, 'Meldal', 630472100, 97133700, 0),
(29289, 1589, 163, 'Melhus', 632855500, 102780600, 0),
(29290, 1589, 163, 'Oppdal', 625943100, 96912000, 0),
(29291, 1589, 163, 'Orkanger', 633122300, 98535200, 0),
(29292, 1589, 163, 'Rissa', 635836800, 99598900, 0),
(29293, 1589, 163, 'Roros', 625746800, 113842000, 0),
(29294, 1589, 163, 'Sistranda', 637255500, 88340200, 0),
(29295, 1589, 163, 'Skaun', 632500000, 100666700, 0),
(29296, 1589, 163, 'Storen', 630391000, 102850100, 0),
(29297, 1589, 163, 'Stugudalen', 629079900, 118928100, 0),
(29298, 1589, 163, 'Trondheim', 634304900, 103950600, 0),
(29299, 1590, 163, 'Amot', 595713600, 79877400, 0),
(29300, 1590, 163, 'Herre', 591000000, 95666700, 0),
(29301, 1590, 163, 'Kragero', 588693000, 94149400, 0),
(29302, 1590, 163, 'Kviteseid', 594022300, 84926700, 0),
(29303, 1590, 163, 'Langesund', 590007100, 97487600, 0),
(29304, 1590, 163, 'Lunde', 593166700, 91333300, 0),
(29305, 1590, 163, 'Notodden', 595593600, 92585300, 0),
(29306, 1590, 163, 'Porsgrunn', 591405400, 96561000, 0),
(29307, 1590, 163, 'Rjukan', 598789100, 85941100, 0),
(29308, 1590, 163, 'Siljan', 592884300, 97100000, 0),
(29309, 1590, 163, 'Skien', 592096200, 96089700, 0),
(29310, 1591, 163, 'Burfjord', 699380400, 220520500, 0),
(29311, 1591, 163, 'Finnsnes', 692295900, 179811400, 0),
(29312, 1591, 163, 'Hamnvik', 687783100, 171745700, 0),
(29313, 1591, 163, 'Hansnes', 699623700, 196186200, 0),
(29314, 1591, 163, 'Harstad', 687983300, 165416500, 0),
(29315, 1591, 163, 'Hatteng', 692707200, 199594400, 0),
(29316, 1591, 163, 'Lyngseidet', 695762900, 202188700, 0),
(29317, 1591, 163, 'Olderdalen', 696040700, 205327200, 0),
(29318, 1591, 163, 'Setermoen', 688609900, 183485700, 0),
(29319, 1591, 163, 'Skjervoy', 700311400, 209714100, 0),
(29320, 1591, 163, 'Sorreisa', 691452700, 181529200, 0),
(29321, 1591, 163, 'Storslett', 697678300, 210246600, 0),
(29322, 1591, 163, 'Storsteinnes', 692408100, 192343700, 0),
(29323, 1591, 163, 'Tromso', 696489000, 189550800, 0),
(29324, 1592, 163, 'Farsund', 580947900, 68046800, 0),
(29325, 1592, 163, 'Flekkefjord', 582970500, 66606900, 0),
(29326, 1592, 163, 'Justvik', 582000000, 80333300, 0),
(29327, 1592, 163, 'Kristiansand', 581467100, 79956000, 0),
(29328, 1592, 163, 'Liknes', 583191900, 69583700, 0),
(29329, 1592, 163, 'Lyngdal', 581376000, 70700200, 0),
(29330, 1592, 163, 'Mandal', 580274000, 74534200, 0),
(29331, 1592, 163, 'Nodeland', 581551700, 78357600, 0),
(29332, 1592, 163, 'Sogne', 580833300, 78166700, 0),
(29333, 1592, 163, 'Tonstad', 586626300, 67169400, 0),
(29334, 1592, 163, 'Tveit', 582336600, 81219900, 0),
(29335, 1592, 163, 'Vanse', 581166700, 67000000, 0),
(29336, 1592, 163, 'Vennesla', 582693600, 79741300, 0),
(29337, 1592, 163, 'Vigeland', 580843700, 73049700, 0),
(29338, 1592, 163, 'Ytre Skalevik', 580833300, 80166700, 0),
(29339, 1593, 163, 'Aroysund', 591805600, 104550000, 0),
(29340, 1593, 163, 'Asgardstrand', 593488900, 104675000, 0),
(29341, 1593, 163, 'Barkaker', 593166700, 103833300, 0),
(29342, 1593, 163, 'Berger', 595450000, 103713900, 0),
(29343, 1593, 163, 'Borgheim', 592271600, 104078500, 0),
(29344, 1593, 163, 'Gullhaug', 595000000, 102500000, 0),
(29345, 1593, 163, 'Holmestrand', 594876100, 103176100, 0),
(29346, 1593, 163, 'Horten', 594172100, 104834300, 0),
(29347, 1593, 163, 'Larvik', 590532800, 100351700, 0),
(29348, 1593, 163, 'Revetal', 593724000, 102630800, 0),
(29349, 1593, 163, 'Sande', 595867900, 102080900, 0),
(29350, 1593, 163, 'Sandefjord', 591311800, 102166500, 0),
(29351, 1593, 163, 'Sem', 592833300, 103333300, 0),
(29352, 1593, 163, 'Skoppum', 593833300, 104166700, 0),
(29353, 1593, 163, 'Stavern', 590000000, 100333300, 0),
(29354, 1593, 163, 'Stokke', 592235800, 103003300, 0),
(29355, 1593, 163, 'Svelvik', 596137000, 104087200, 0),
(29356, 1593, 163, 'Tjome', 591109000, 103933000, 0),
(29357, 1593, 163, 'Tonsberg', 592675400, 104076200, 0),
(29358, 1594, 164, 'Adam', 223756000, 575233400, 0),
(29359, 1594, 164, 'Bahla''', 229733900, 572995800, 0),
(29360, 1594, 164, 'Nizwa', 229333300, 575333300, 0),
(29361, 1594, 164, 'Sufalat Sama''il', 233166700, 580166700, 0),
(29362, 1595, 164, '''Ibri', 232257300, 565157200, 0),
(29363, 1596, 164, 'Al Khaburah', 239886400, 570983800, 0),
(29364, 1596, 164, 'Al Liwa''', 245361100, 565655600, 0),
(29365, 1596, 164, 'Al Sohar', 243643000, 567468100, 0),
(29366, 1596, 164, 'Ar Rustaq', 233908300, 574244400, 0),
(29367, 1596, 164, 'As Suwayq', 238494400, 574386100, 0),
(29368, 1596, 164, 'Barka''', 237073900, 578890800, 0),
(29369, 1596, 164, 'Saham', 241722200, 568886100, 0),
(29370, 1596, 164, 'Shinas', 247433300, 564658300, 0),
(29371, 1597, 164, 'Al Buraymi', 242508800, 557931200, 0),
(29372, 1598, 164, 'Hayma''', 199333300, 563166700, 0),
(29373, 1599, 164, 'Ibra''', 226905700, 585333700, 0),
(29374, 1599, 164, 'Sur', 225666700, 595288900, 0),
(29375, 1600, 164, 'Yanqul', 235905100, 565500800, 0),
(29376, 1601, 164, 'As Sib', 236837900, 581823600, 0),
(29377, 1601, 164, 'Bawshar', 235582700, 584106300, 0),
(29378, 1601, 164, 'Muscat', 236133300, 585933300, 0),
(29379, 1602, 164, 'Khasab', 261799300, 562477400, 0),
(29380, 1603, 164, 'Salalah', 170150500, 540923700, 0),
(29381, 1604, 165, 'Athmuqam', 345717300, 738972400, 0),
(29382, 1604, 165, 'Bagh', 339811100, 737760800, 0),
(29383, 1604, 165, 'Bhimbar', 329756800, 740792600, 0),
(29384, 1604, 165, 'Kotli', 335166700, 739166700, 0),
(29385, 1604, 165, 'Muzaffarabad', 343700000, 734711100, 0),
(29386, 1604, 165, 'New Mirpur', 331417600, 737673600, 0),
(29387, 1605, 165, 'Barkhan', 298977000, 695255500, 0),
(29388, 1605, 165, 'Chaman', 309236000, 664511600, 0),
(29389, 1605, 165, 'Khuzdar', 277383800, 666433600, 0),
(29390, 1605, 165, 'Kohlu', 298961500, 692519900, 0),
(29391, 1605, 165, 'Kot Malik', 301943800, 669929900, 0),
(29392, 1605, 165, 'Panjgur', 269644600, 640902800, 0),
(29393, 1605, 165, 'Quetta', 301990000, 670097100, 0),
(29394, 1605, 165, 'Turbat', 260022800, 630439900, 0),
(29395, 1605, 165, 'Uthal', 258072200, 666219400, 0),
(29396, 1606, 165, 'Alizai', 335383300, 703461600, 0),
(29397, 1607, 165, 'Islamabad', 337214800, 730432900, 0),
(29398, 1608, 165, 'Abbottabad', 341468500, 732144900, 0),
(29399, 1608, 165, 'Akora', 340036100, 721261100, 0),
(29400, 1608, 165, 'Amangarh', 340058300, 719300000, 0),
(29401, 1608, 165, 'Bannu', 329854100, 706027000, 0),
(29402, 1608, 165, 'Charsadda', 341434500, 717317300, 0),
(29403, 1608, 165, 'Chitral', 358462300, 717858000, 0),
(29404, 1608, 165, 'Daggar', 345102800, 724843200, 0),
(29405, 1608, 165, 'Dera Ismail Khan', 318326900, 709024000, 0),
(29406, 1608, 165, 'Hangu', 335310800, 710593400, 0),
(29407, 1608, 165, 'Haripur', 339999700, 729340900, 0),
(29408, 1608, 165, 'Kohat', 335819600, 714492900, 0),
(29409, 1608, 165, 'Kulachi', 319286100, 704591700, 0),
(29410, 1608, 165, 'Malakand', 345656100, 719304300, 0),
(29411, 1608, 165, 'Mansehra', 343333300, 732000000, 0),
(29412, 1608, 165, 'Mardan', 342019500, 720525400, 0),
(29413, 1608, 165, 'Mingaora', 347758400, 723624900, 0),
(29414, 1608, 165, 'Nowshera', 340058200, 719977300, 0),
(29415, 1608, 165, 'Nowshera Cantonment', 339966700, 720130600, 0),
(29416, 1608, 165, 'Pabbi', 340105600, 717988900, 0),
(29417, 1608, 165, 'Peshawar', 340080000, 715784900, 0),
(29418, 1608, 165, 'Risalpur', 340618600, 719916600, 0),
(29419, 1608, 165, 'Saidu Sharif', 347447000, 723546000, 0),
(29420, 1608, 165, 'Timurgara', 348263600, 718414900, 0),
(29421, 1609, 165, 'Idgah', 353447000, 748561000, 0),
(29422, 1609, 165, 'Khapalu', 351526800, 763440400, 0),
(29423, 1610, 165, 'Ahmadpur East', 291430900, 712597600, 0),
(29424, 1610, 165, 'Arifwala', 302939900, 730735400, 0),
(29425, 1610, 165, 'Attock City', 337731100, 723741000, 0),
(29426, 1610, 165, 'Bahawalnagar', 305508300, 733908300, 0),
(29427, 1610, 165, 'Bahawalpur', 294000000, 716833300, 0),
(29428, 1610, 165, 'Basirpur', 305831800, 738290000, 0),
(29429, 1610, 165, 'Bhakkar', 316252500, 710657400, 0),
(29430, 1610, 165, 'Bhalwal', 322720400, 729042500, 0),
(29431, 1610, 165, 'Bhawana', 315691800, 726489900, 0),
(29432, 1610, 165, 'Burewala', 301666700, 726500000, 0),
(29433, 1610, 165, 'Chak Azam Saffo', 307500000, 730333300, 0),
(29434, 1610, 165, 'Chak Two Hundred Forty-Nine TDA', 311795900, 712094600, 0),
(29435, 1610, 165, 'Chakwal', 329333800, 728585300, 0),
(29436, 1610, 165, 'Chichawatni', 305333300, 727000000, 0),
(29437, 1610, 165, 'Chiniot', 317200000, 729788900, 0),
(29438, 1610, 165, 'Chishtian Mandi', 298000000, 728666700, 0),
(29439, 1610, 165, 'Dajal', 295576700, 703761500, 0),
(29440, 1610, 165, 'Daska', 323242600, 743497400, 0),
(29441, 1610, 165, 'Daultala', 331925300, 731412800, 0),
(29442, 1610, 165, 'Dera Ghazi Khan', 300561400, 706347700, 0),
(29443, 1610, 165, 'Dhaunkal', 324062300, 741368700, 0),
(29444, 1610, 165, 'Dinga', 326397600, 737220200, 0),
(29445, 1610, 165, 'Dipalpur', 306709100, 736529200, 0),
(29446, 1610, 165, 'Dunga Bunga', 297493100, 732432400, 0),
(29447, 1610, 165, 'Eminabad', 320421900, 742594400, 0),
(29448, 1610, 165, 'Faisalabad', 314166700, 730833300, 0),
(29449, 1610, 165, 'Faruka', 318872200, 724144000, 0),
(29450, 1610, 165, 'Fort Abbas', 291925000, 728536100, 0),
(29451, 1610, 165, 'Gojra', 311487400, 726865600, 0),
(29452, 1610, 165, 'Gujar Khan', 332557900, 733025500, 0),
(29453, 1610, 165, 'Gujranwala', 321616700, 741883100, 0),
(29454, 1610, 165, 'Gujrat', 325728400, 740789700, 0),
(29455, 1610, 165, 'Hafizabad', 320678600, 736854500, 0),
(29456, 1610, 165, 'Hasilpur', 297122200, 725552800, 0),
(29457, 1610, 165, 'Hazro', 339091400, 724921200, 0),
(29458, 1610, 165, 'Jahanian Shah', 318055200, 722771100, 0),
(29459, 1610, 165, 'Jalalpur', 326374400, 742182900, 0),
(29460, 1610, 165, 'Jalalpur Pirwala', 295068700, 712191700, 0),
(29461, 1610, 165, 'Jhang City', 313067700, 723281400, 0),
(29462, 1610, 165, 'Jhang Sadr', 312715400, 723284200, 0),
(29463, 1610, 165, 'Jhawarian', 323613900, 726227800, 0),
(29464, 1610, 165, 'Jhelum', 329331300, 737263700, 0),
(29465, 1610, 165, 'Kahna', 313691700, 743652800, 0),
(29466, 1610, 165, 'Kahuta', 335913000, 733867600, 0),
(29467, 1610, 165, 'Kamalia', 307333300, 726500000, 0),
(29468, 1610, 165, 'Kamar Mushani', 328438900, 713669400, 0),
(29469, 1610, 165, 'Kamoke', 319744400, 742244400, 0),
(29470, 1610, 165, 'Kasur', 311155600, 744466700, 0),
(29471, 1610, 165, 'Khanewal', 303000000, 719333300, 0),
(29472, 1610, 165, 'Khangah Dogran', 318316700, 736230600, 0),
(29473, 1610, 165, 'Khanpur', 286453400, 706567000, 0),
(29474, 1610, 165, 'Kharian', 328149300, 738635900, 0),
(29475, 1610, 165, 'Khushab', 322966700, 723525000, 0),
(29476, 1610, 165, 'Kotli Loharan', 325883000, 744932100, 0),
(29477, 1610, 165, 'Ladhewala Waraich', 321565600, 741170100, 0),
(29478, 1610, 165, 'Lahore', 315497200, 743436100, 0),
(29479, 1610, 165, 'Lala Musa', 327023500, 739600000, 0),
(29480, 1610, 165, 'Lalian', 318241400, 727997100, 0),
(29481, 1610, 165, 'Lodhran', 295405100, 716335700, 0),
(29482, 1610, 165, 'Malakwal', 325536200, 732123400, 0),
(29483, 1610, 165, 'Mananwala', 315841700, 736877800, 0),
(29484, 1610, 165, 'Mandi Bahauddin', 325833900, 734843200, 0),
(29485, 1610, 165, 'Mehmand Chak', 327851800, 738230600, 0),
(29486, 1610, 165, 'Mian Channun', 304400400, 723543100, 0),
(29487, 1610, 165, 'Mianwali', 325741000, 715263900, 0),
(29488, 1610, 165, 'Montgomery', 306666700, 731000000, 0),
(29489, 1610, 165, 'Multan', 301955600, 714752800, 0),
(29490, 1610, 165, 'Muridke', 318025000, 742616700, 0),
(29491, 1610, 165, 'Mustafabad', 308922200, 734988900, 0),
(29492, 1610, 165, 'Muzaffargarh', 300753700, 711921300, 0),
(29493, 1610, 165, 'Nankana Sahib', 314475000, 736972200, 0),
(29494, 1610, 165, 'Narowal', 321000000, 748833300, 0),
(29495, 1610, 165, 'Nazir Town', 333061400, 734833000, 0),
(29496, 1610, 165, 'Okara', 308080600, 734458300, 0),
(29497, 1610, 165, 'Pakpattan', 303410400, 733866400, 0),
(29498, 1610, 165, 'Pattoki', 310166700, 738500000, 0),
(29499, 1610, 165, 'Phalia', 324297300, 735774500, 0),
(29500, 1610, 165, 'Pindi Bhattian', 318978100, 732730200, 0),
(29501, 1610, 165, 'Pindi Gheb', 332402400, 722660900, 0),
(29502, 1610, 165, 'Rahim Yar Khan', 284200000, 703000000, 0),
(29503, 1610, 165, 'Rawalpindi', 336007000, 730679000, 0),
(29504, 1610, 165, 'Sadiqabad', 283062300, 701306500, 0),
(29505, 1610, 165, 'Sahiwal', 319744600, 723308700, 0),
(29506, 1610, 165, 'Sambrial', 324745500, 743520900, 0),
(29507, 1610, 165, 'Sangla', 317166700, 733833300, 0),
(29508, 1610, 165, 'Sarai Sidhu', 305948900, 719697700, 0),
(29509, 1610, 165, 'Sargodha', 320836100, 726711100, 0),
(29510, 1610, 165, 'Shahpur', 322676000, 724720400, 0),
(29511, 1610, 165, 'Sharqpur', 314633300, 741000000, 0),
(29512, 1610, 165, 'Sheikhupura', 317130600, 739783300, 0),
(29513, 1610, 165, 'Sialkot', 325101000, 745431300, 0),
(29514, 1610, 165, 'Sillanwali', 318261100, 725398400, 0),
(29515, 1610, 165, 'Talamba', 305270800, 722401100, 0),
(29516, 1610, 165, 'Tandlianwala', 310333300, 731333300, 0),
(29517, 1610, 165, 'Taunsa', 307048400, 706505100, 0),
(29518, 1610, 165, 'Toba Tek Singh', 309743300, 724826900, 0),
(29519, 1610, 165, 'Vihari', 300333300, 723500000, 0),
(29520, 1610, 165, 'Wazirabad', 324458300, 741159400, 0),
(29521, 1610, 165, 'Zahir Pir', 288123900, 705240500, 0),
(29522, 1611, 165, 'Gharo', 247424100, 675856500, 0),
(29523, 1611, 165, 'Ghotki', 280060400, 693160800, 0),
(29524, 1611, 165, 'Hyderabad', 253924200, 683736600, 0),
(29525, 1611, 165, 'Jacobabad', 282810000, 684387600, 0),
(29526, 1611, 165, 'Jamshoro', 254393900, 682902700, 0),
(29527, 1611, 165, 'Kadhan', 244810200, 689859000, 0),
(29528, 1611, 165, 'Kandhkot', 282439600, 691823500, 0),
(29529, 1611, 165, 'Kandiaro', 270601100, 682090900, 0),
(29530, 1611, 165, 'Karachi', 249056000, 670822000, 0),
(29531, 1611, 165, 'Kario', 248081700, 686044800, 0),
(29532, 1611, 165, 'Khairpur', 280652600, 697007600, 0),
(29533, 1611, 165, 'Kotri', 253660000, 683121600, 0),
(29534, 1611, 165, 'Larkana', 275550800, 682141400, 0),
(29535, 1611, 165, 'Madeji', 277544300, 684525600, 0),
(29536, 1611, 165, 'Matli', 250431200, 686556800, 0),
(29537, 1611, 165, 'Mirpur Khas', 255251000, 690159000, 0),
(29538, 1611, 165, 'Nawabshah', 262483300, 684095500, 0),
(29539, 1611, 165, 'New Badah', 273416700, 680319400, 0),
(29540, 1611, 165, 'Shahdadpur', 259240600, 686199900, 0),
(29541, 1611, 165, 'Sukkur', 277051600, 688573800, 0),
(29542, 1611, 165, 'Thatta', 247474500, 679235300, 0),
(29543, 1612, 166, 'Melekeok - Palau State Capital', 75004300, 1346235500, 0),
(29544, 1613, 167, 'Al Burayj', 314394400, 344030600, 0),
(29545, 1613, 167, 'Al Mughraqah', 314658700, 344120800, 0),
(29546, 1613, 167, 'Al Musaddar', 314105200, 343780200, 0),
(29547, 1613, 167, 'An Nasr', 312813700, 343025300, 0),
(29548, 1613, 167, 'An Nusayrat', 314486100, 343925000, 0),
(29549, 1613, 167, 'As Surrah', 314709800, 349989700, 0),
(29550, 1613, 167, 'Az Zuwaydah', 314395400, 343805300, 0),
(29551, 1613, 167, 'Bani Suhayla', 313433700, 343233700, 0),
(29552, 1613, 167, 'Bayt Hanun', 315353000, 345357900, 0),
(29553, 1613, 167, 'Bayt La''iya', 315464000, 344951400, 0),
(29554, 1613, 167, 'Bayt Maqdum', 315353700, 349719200, 0),
(29555, 1613, 167, 'Dayr al Balah', 314165500, 343452500, 0),
(29556, 1613, 167, 'Gaza', 315000000, 344666700, 0),
(29557, 1613, 167, 'Jabalya', 315272200, 344863400, 0),
(29558, 1613, 167, 'Khan Yunis', 313401800, 343062700, 0),
(29559, 1613, 167, 'Rafah', 312870000, 342595200, 0),
(29560, 1613, 167, 'Shukat as Sufi', 312599700, 342826000, 0),
(29561, 1613, 167, 'Umm an Nasr', 315608400, 345186300, 0),
(29562, 1614, 167, '''Ajjah', 323607400, 351959000, 0),
(29563, 1614, 167, '''Ajjul', 320223200, 351796900, 0),
(29564, 1614, 167, '''Anzah', 323591600, 352201100, 0),
(29565, 1614, 167, '''Arab ar Rashaydah', 315711200, 352322700, 0),
(29566, 1614, 167, '''Arrabah', 324051700, 352018900, 0),
(29567, 1614, 167, '''Arranah', 324972000, 353227100, 0),
(29568, 1614, 167, '''Asirah ash Shamaliyah', 322512400, 352671600, 0),
(29569, 1614, 167, '''Azmut', 322229700, 353098900, 0),
(29570, 1614, 167, '''Urif', 321594900, 352222800, 0),
(29571, 1614, 167, 'Abu Dis', 317610500, 352679300, 0),
(29572, 1614, 167, 'Al ''Ayzariyah', 317707800, 352691600, 0),
(29573, 1614, 167, 'Al Badhan', 322585700, 353324700, 0),
(29574, 1614, 167, 'Al Birah', 319072100, 352206100, 0),
(29575, 1614, 167, 'Al Khadir', 316940500, 351668500, 0),
(29576, 1614, 167, 'Al Mazra''ah ash Sharqiyah', 320001800, 352815200, 0),
(29577, 1614, 167, 'Al Midyah', 319359200, 350050000, 0),
(29578, 1614, 167, 'Al Mughayyir', 320195000, 353473800, 0),
(29579, 1614, 167, 'Ar Ram', 318553900, 352340200, 0),
(29580, 1614, 167, 'Ash Shuhada''', 324294900, 352711200, 0),
(29581, 1614, 167, 'Ash Shuyukh', 315779100, 351494700, 0),
(29582, 1614, 167, 'At Taybah', 319538800, 352998000, 0),
(29583, 1614, 167, 'Az Zababidah', 323864700, 353251200, 0),
(29584, 1614, 167, 'Az Zahiriyah', 314096700, 349732900, 0),
(29585, 1614, 167, 'Balatah', 322120700, 352856100, 0),
(29586, 1614, 167, 'Bani Na''im', 315159100, 351641600, 0),
(29587, 1614, 167, 'Bani Zayd', 320392400, 351031600, 0),
(29588, 1614, 167, 'Battir', 317274700, 351369400, 0),
(29589, 1614, 167, 'Bayt Duqqu', 318591100, 351312400, 0),
(29590, 1614, 167, 'Bayt Immar', 316166700, 351000000, 0),
(29591, 1614, 167, 'Bayt Kahil', 315701100, 350650200, 0),
(29592, 1614, 167, 'Bayt Sahur', 317054800, 351999200, 0),
(29593, 1614, 167, 'Bayt Ta''mar', 316792700, 352398600, 0),
(29594, 1614, 167, 'Bayt Wazan', 322310500, 352157600, 0),
(29595, 1614, 167, 'Bayta al Fawqa', 321426000, 352877400, 0),
(29596, 1614, 167, 'Baytillu', 319757800, 351153300, 0),
(29597, 1614, 167, 'Baytuniya', 318903800, 351683400, 0),
(29598, 1614, 167, 'Bethlehem', 317061900, 352003200, 0),
(29599, 1614, 167, 'Biddiya', 321146000, 350802800, 0),
(29600, 1614, 167, 'Bir Nabala', 318508000, 352036000, 0),
(29601, 1614, 167, 'Burqin', 324546100, 352607600, 0),
(29602, 1614, 167, 'Dayr Ballut', 320644300, 350255600, 0),
(29603, 1614, 167, 'Dayr Jarir', 319646300, 352940000, 0),
(29604, 1614, 167, 'Dayr al Ghusun', 323524400, 350768900, 0),
(29605, 1614, 167, 'Dhannabah', 323134100, 350414400, 0),
(29606, 1614, 167, 'Dura', 315070000, 350265200, 0),
(29607, 1614, 167, 'Dura al Qar''', 319586200, 352271400, 0),
(29608, 1614, 167, 'Farkhah', 320687800, 351528600, 0),
(29609, 1614, 167, 'Halhul', 315785800, 351054400, 0),
(29610, 1614, 167, 'Hebron', 315333300, 351000000, 0),
(29611, 1614, 167, 'Hizma', 318333300, 352666700, 0),
(29612, 1614, 167, 'Husan', 317093100, 351347500, 0),
(29613, 1614, 167, 'Huwarah', 321522400, 352567300, 0),
(29614, 1614, 167, 'Idhna', 315587400, 349743600, 0),
(29615, 1614, 167, 'Jaba''', 318572700, 352586800, 0),
(29616, 1614, 167, 'Jamma''in', 321316400, 352040400, 0),
(29617, 1614, 167, 'Janin', 324588400, 352951000, 0),
(29618, 1614, 167, 'Jannatah', 316695800, 352196100, 0),
(29619, 1614, 167, 'Jericho', 318666700, 354500000, 0),
(29620, 1614, 167, 'Jifna', 319619200, 352133800, 0),
(29621, 1614, 167, 'Khallat ad Dar', 314973700, 351136200, 0),
(29622, 1614, 167, 'Khallat an Nu''man', 317174900, 352422600, 0),
(29623, 1614, 167, 'Kharbatha al Misbah', 318854600, 350718500, 0),
(29624, 1614, 167, 'Madama', 321858800, 352311400, 0),
(29625, 1614, 167, 'Mashah', 321082800, 350509600, 0),
(29626, 1614, 167, 'Mirkah', 323958300, 352380700, 0),
(29627, 1614, 167, 'Nablus', 322211100, 352544400, 0),
(29628, 1614, 167, 'Qabatiyah', 324125500, 352882300, 0),
(29629, 1614, 167, 'Qalqas', 314921200, 350953500, 0),
(29630, 1614, 167, 'Qalqilyah', 321892400, 349703400, 0),
(29631, 1614, 167, 'Qusrah', 320854300, 353300500, 0),
(29632, 1614, 167, 'Rafat', 318709600, 351918200, 0),
(29633, 1614, 167, 'Ramallah', 318950200, 351845900, 0),
(29634, 1614, 167, 'Rammun', 319301100, 353003200, 0),
(29635, 1614, 167, 'Sa''ir', 315785500, 351401700, 0),
(29636, 1614, 167, 'Salfit', 320830100, 351880000, 0),
(29637, 1614, 167, 'Salim', 322090000, 353328900, 0),
(29638, 1614, 167, 'Sartah', 321039400, 350927900, 0),
(29639, 1614, 167, 'Silat al Harithiyah', 325090900, 352235800, 0),
(29640, 1614, 167, 'Silwad', 319762500, 352613000, 0),
(29641, 1614, 167, 'Surda', 319370900, 352032100, 0),
(29642, 1614, 167, 'Surif', 316514900, 350654500, 0),
(29643, 1614, 167, 'Taffuh', 315385500, 350496600, 0),
(29644, 1614, 167, 'Tall', 322006800, 352129300, 0),
(29645, 1614, 167, 'Tammun', 322825000, 353836100, 0),
(29646, 1614, 167, 'Tubas', 323209100, 353698900, 0),
(29647, 1614, 167, 'Tulkarm', 323103700, 350286300, 0),
(29648, 1614, 167, 'Yattah', 314500000, 350833300, 0),
(29649, 1614, 167, 'Zawata', 322461000, 352265000, 0),
(29650, 1615, 168, 'Almirante', 93000000, -824000000, 0),
(29651, 1615, 168, 'Bocas del Toro', 93333300, -822500000, 0),
(29652, 1615, 168, 'Changuinola', 94333300, -825166700, 0),
(29653, 1616, 168, 'Boquete', 87833300, -824333300, 0),
(29654, 1616, 168, 'Chiriqui', 84000000, -823166700, 0),
(29655, 1616, 168, 'David', 84272900, -824308500, 0),
(29656, 1616, 168, 'Dolega', 85666700, -824166700, 0),
(29657, 1616, 168, 'La Concepcion', 85166700, -826166700, 0),
(29658, 1616, 168, 'Mata del Nance', 84500000, -824000000, 0),
(29659, 1616, 168, 'Pedregal', 83666700, -824333300, 0),
(29660, 1617, 168, 'Aguadulce', 82500000, -805500000, 0),
(29661, 1617, 168, 'Cocle', 84500000, -804333300, 0),
(29662, 1618, 168, 'Colon', 93591700, -799013900, 0),
(29663, 1618, 168, 'Sabanitas', 93422200, -798011100, 0),
(29664, 1619, 168, 'Chitre', 79666700, -804333300, 0),
(29665, 1619, 168, 'Las Minas', 78000000, -807500000, 0),
(29666, 1620, 168, 'Ancon', 89666700, -795500000, 0),
(29667, 1620, 168, 'Arraijan', 89500000, -796500000, 0),
(29668, 1620, 168, 'Capira', 87500000, -798833300, 0),
(29669, 1620, 168, 'Cerro Cama', 90300000, -799050000, 0),
(29670, 1620, 168, 'Chepo', 91666700, -791000000, 0),
(29671, 1620, 168, 'Chilibre', 91500000, -796166700, 0),
(29672, 1620, 168, 'La Chorrera', 88802800, -797833300, 0),
(29673, 1620, 168, 'Nuevo Arraijan', 89166700, -797166700, 0),
(29674, 1620, 168, 'Panama', 89936000, -795197300, 0),
(29675, 1620, 168, 'Paraiso', 90333300, -796333300, 0),
(29676, 1620, 168, 'Puerto Caimito', 88666700, -797166700, 0),
(29677, 1620, 168, 'San Miguelito', 90333300, -795000000, 0),
(29678, 1620, 168, 'Tocumen', 90833300, -793833300, 0),
(29679, 1620, 168, 'Veracruz', 88833300, -796333300, 0),
(29680, 1620, 168, 'Vista Alegre', 89333300, -797000000, 0),
(29681, 1621, 168, 'Tubuala', 95166700, -790333300, 0),
(29682, 1622, 168, 'Santiago de Veraguas', 81000000, -809833300, 0),
(29683, 1623, 169, 'Kokopo', -43520200, 1522632700, 0),
(29684, 1624, 169, 'Madang', -52246500, 1457965600, 0),
(29685, 1625, 169, 'Lae', -67220800, 1469846900, 0),
(29686, 1626, 169, 'Port Moresby', -94431400, 1471797200, 0),
(29687, 1627, 170, 'Ciudad del Este', -255166670, -546166670, 0),
(29688, 1627, 170, 'Colonia Minga Pora', -248666700, -549000000, 0),
(29689, 1627, 170, 'Presidente Franco', -255333300, -546166700, 0),
(29690, 1627, 170, 'Santa Rita', -257833300, -550666700, 0),
(29691, 1628, 170, 'Asuncion', -253006600, -576359100, 0),
(29692, 1629, 170, 'Colonia Menno', -223666700, -598166700, 0),
(29693, 1629, 170, 'Colonia Neuland', -226666700, -601166700, 0),
(29694, 1630, 170, 'Caaguazu', -254500000, -560166700, 0),
(29695, 1631, 170, 'San Juan Nepomuceno', -261000000, -559666700, 0),
(29696, 1632, 170, 'Aregua', -253000000, -574166700, 0),
(29697, 1632, 170, 'Capiata', -253500000, -574166700, 0),
(29698, 1632, 170, 'Fernando de la Mora', -253166700, -576000000, 0),
(29699, 1632, 170, 'Guarambare', -254833300, -574666700, 0),
(29700, 1632, 170, 'Lambare', -253500000, -576500000, 0),
(29701, 1632, 170, 'Limpio', -251833300, -575333300, 0),
(29702, 1632, 170, 'Nemby', -253666700, -576000000, 0),
(29703, 1632, 170, 'San Lorenzo', -253333300, -575333300, 0),
(29704, 1632, 170, 'Villa Elisa', -253666700, -576166700, 0),
(29705, 1633, 170, 'Independencia', -257166700, -562500000, 0),
(29706, 1633, 170, 'Iturbe', -260500000, -564833300, 0),
(29707, 1633, 170, 'Villarrica', -257500000, -564333300, 0),
(29708, 1634, 170, 'Encarnacion', -273333300, -559000000, 0),
(29709, 1634, 170, 'Hohenau', -270833300, -557500000, 0),
(29710, 1635, 170, 'San Miguel', -265000000, -570500000, 0),
(29711, 1635, 170, 'Santa Rosa', -268666700, -568500000, 0),
(29712, 1636, 170, 'Pilar', -268687900, -582934600, 0),
(29713, 1637, 170, 'Nanawa', -252666700, -576666700, 0),
(29714, 1638, 171, 'Caras', -90466700, -778113900, 0),
(29715, 1638, 171, 'Chimbote', -90852800, -785783300, 0),
(29716, 1638, 171, 'Coishco', -90230600, -786155600, 0),
(29717, 1638, 171, 'Huaraz', -95333300, -775333300, 0),
(29718, 1638, 171, 'Yungay', -91383300, -777436100, 0),
(29719, 1639, 171, 'Abancay', -136338900, -728813900, 0),
(29720, 1640, 171, 'Arequipa', -163988900, -715350000, 0),
(29721, 1640, 171, 'Lluta', -160147200, -720141700, 0),
(29722, 1641, 171, 'Ayacucho', -131583300, -742238900, 0),
(29723, 1641, 171, 'San Miguel', -130125000, -739808300, 0),
(29724, 1642, 171, 'Cajamarca', -71637800, -785002700, 0),
(29725, 1643, 171, 'Callao', -120666700, -771500000, 0),
(29726, 1644, 171, 'Calca', -133333300, -719500000, 0),
(29727, 1644, 171, 'Cusco', -135183300, -719780600, 0),
(29728, 1644, 171, 'Ollantaytambo', -132572200, -722630600, 0),
(29729, 1644, 171, 'Santa Ana', -128666700, -727166700, 0),
(29730, 1645, 171, 'Ambo', -101308300, -762047200, 0),
(29731, 1645, 171, 'Huanuco', -99329000, -762415300, 0),
(29732, 1645, 171, 'Tingo Maria', -92895100, -760087600, 0),
(29733, 1645, 171, 'Yanacancha', -102411100, -766455600, 0),
(29734, 1646, 171, 'Chincha Alta', -134098500, -761323500, 0),
(29735, 1646, 171, 'Ica', -140652800, -757308300, 0),
(29736, 1646, 171, 'Paracas', -138666700, -762666700, 0),
(29737, 1646, 171, 'Pisco', -137000000, -762166700, 0),
(29738, 1646, 171, 'Santiago', -141886100, -757141700, 0),
(29739, 1646, 171, 'Subtanjalla', -140188900, -757580600, 0),
(29740, 1647, 171, 'Huancayo', -120666700, -752333300, 0),
(29741, 1647, 171, 'Huayucachi', -121333300, -752333300, 0),
(29742, 1647, 171, 'San Agustin', -119921900, -752452800, 0),
(29743, 1648, 171, 'Chepen', -72166700, -794500000, 0),
(29744, 1648, 171, 'Pacasmayo', -74005600, -795713900, 0),
(29745, 1648, 171, 'Salaverry', -82333300, -789666700, 0),
(29746, 1648, 171, 'Trujillo', -81159900, -790299800, 0),
(29747, 1648, 171, 'Viru', -84166700, -787500000, 0),
(29748, 1649, 171, 'Chiclayo', -67736100, -798416700, 0),
(29749, 1649, 171, 'Monsefu', -68780600, -798722200, 0),
(29750, 1650, 171, 'Barranca', -107500000, -777666700, 0),
(29751, 1650, 171, 'Chosica', -119430600, -767094400, 0),
(29752, 1650, 171, 'Huacho', -111066700, -776050000, 0),
(29753, 1650, 171, 'Huaral', -114950000, -772077800, 0),
(29754, 1650, 171, 'Independencia', -119900000, -770458300, 0),
(29755, 1650, 171, 'Lima', -120433330, -770283330, 0),
(29756, 1650, 171, 'Mala', -126580600, -766308300, 0),
(29757, 1650, 171, 'Pativilca', -107000000, -777833300, 0),
(29758, 1650, 171, 'San Bartolo', -123833300, -767833300, 0),
(29759, 1650, 171, 'San Isidro', -121166700, -770500000, 0),
(29760, 1650, 171, 'San Luis', -120666700, -770000000, 0),
(29761, 1650, 171, 'Santa Maria', -120000000, -769000000, 0),
(29762, 1651, 171, 'Iquitos', -37480600, -732472200, 0),
(29763, 1652, 171, 'Puerto Maldonado', -126000000, -691833300, 0),
(29764, 1653, 171, 'Paita', -50891700, -811144400, 0),
(29765, 1653, 171, 'Piura', -52000000, -806333300, 0),
(29766, 1653, 171, 'Talara', -45772200, -812719400, 0),
(29767, 1653, 171, 'Tambo Grande', -49269400, -803447200, 0),
(29768, 1654, 171, 'Lima', -120431800, -770282400, 0),
(29769, 1655, 171, 'Azangaro', -149166700, -702166700, 0),
(29770, 1655, 171, 'Juliaca', -155000000, -701333300, 0),
(29771, 1655, 171, 'Puno', -158333300, -700333300, 0),
(29772, 1656, 171, 'Bellavista', -70561400, -765911000, 0),
(29773, 1656, 171, 'Lamas', -64166700, -765333300, 0),
(29774, 1656, 171, 'Moyobamba', -60500000, -769666700, 0),
(29775, 1657, 171, 'Tacna', -180055600, -702483300, 0),
(29776, 1658, 171, 'Tumbes', -35666700, -804413900, 0),
(29777, 1659, 171, 'Campoverde', -84752800, -748058300, 0),
(29778, 1659, 171, 'Pucallpa', -83791500, -745538700, 0),
(29779, 1660, 172, 'Bangued', 175982000, 1206155000, 0),
(29780, 1661, 172, 'Balabag', 119700000, 1219191700, 0),
(29781, 1661, 172, 'Banga', 116387000, 1223341000, 0),
(29782, 1661, 172, 'Caticlan', 119333700, 1219598100, 0),
(29783, 1661, 172, 'Kalibo', 117061100, 1223644400, 0),
(29784, 1662, 172, 'Bagumbayan', 134500000, 1236666700, 0),
(29785, 1662, 172, 'Mariroc', 133400000, 1236947200, 0),
(29786, 1662, 172, 'Rapu-Rapu', 131866000, 1241256000, 0),
(29787, 1662, 172, 'San Jose', 132462900, 1233713600, 0),
(29788, 1662, 172, 'Tabaco', 133586100, 1237336100, 0),
(29789, 1662, 172, 'Tiwi', 134585000, 1236805000, 0),
(29790, 1663, 172, 'Pandan', 117195000, 1220949000, 0),
(29791, 1664, 172, 'Baler', 157589000, 1215607000, 0),
(29792, 1665, 172, 'Mansilingan', 106311100, 1229788900, 0),
(29793, 1666, 172, 'Baguio', 164163900, 1205930600, 0),
(29794, 1667, 172, 'Cabcaben', 144540000, 1205914000, 0),
(29795, 1667, 172, 'Limay', 145619400, 1205983300, 0),
(29796, 1667, 172, 'Mariveles', 144361000, 1204857000, 0),
(29797, 1667, 172, 'Pilar', 146600000, 1205652800, 0),
(29798, 1667, 172, 'San Benito', 148508300, 1204275000, 0),
(29799, 1669, 172, 'Batangas', 137594400, 1210600000, 0),
(29800, 1668, 172, 'Banilad', 92769400, 1232958300, 0),
(29801, 1668, 172, 'Bauan', 137917000, 1210085000, 0),
(29802, 1668, 172, 'Bilog-Bilog', 141136100, 1210886100, 0),
(29803, 1668, 172, 'Bukal', 138500000, 1210833300, 0),
(29804, 1668, 172, 'Laiya', 136750000, 1213902800, 0),
(29805, 1668, 172, 'Laurel', 140554200, 1209193200, 0),
(29806, 1668, 172, 'Mabini', 137532400, 1209404900, 0),
(29807, 1668, 172, 'Pantay Na Matanda', 141175000, 1211211100, 0),
(29808, 1668, 172, 'Santa Clara', 137536100, 1210605600, 0),
(29809, 1668, 172, 'Santa Teresita', 138663900, 1209813900, 0),
(29810, 1668, 172, 'Wawa', 137391700, 1210519400, 0),
(29811, 1670, 172, 'La Trinidad', 164550000, 1205875000, 0),
(29812, 1670, 172, 'Loacan', 165500000, 1206666700, 0),
(29813, 1670, 172, 'Nangalisan', 164000000, 1205500000, 0),
(29814, 1670, 172, 'Tuba', 163897200, 1205608300, 0),
(29815, 1670, 172, 'Tuding', 164102800, 1206441700, 0),
(29816, 1671, 172, 'Buenavista', 98405600, 1242225000, 0),
(29817, 1671, 172, 'Panglao', 95780600, 1237458300, 0),
(29818, 1672, 172, 'Casisang', 81380600, 1251250000, 0),
(29819, 1672, 172, 'Dancagan', 76091700, 1250041700, 0),
(29820, 1672, 172, 'Malaybalay', 81500000, 1250833300, 0),
(29821, 1672, 172, 'Quezon', 77302800, 1250988900, 0),
(29822, 1672, 172, 'Sumpong', 81633300, 1251183300, 0),
(29823, 1672, 172, 'Valencia', 79063900, 1250941700, 0),
(29824, 1673, 172, 'Baliuag', 149547200, 1208969400, 0),
(29825, 1673, 172, 'Calumpit', 149163900, 1207658300, 0),
(29826, 1673, 172, 'Dampol', 148844400, 1208119400, 0),
(29827, 1673, 172, 'Diliman', 150250000, 1209502000, 0),
(29828, 1673, 172, 'Hagunoy', 148321000, 1207336000, 0),
(29829, 1673, 172, 'Loma de Gato', 147833300, 1210000000, 0),
(29830, 1673, 172, 'Malolos', 148419400, 1208116700, 0),
(29831, 1673, 172, 'Marilao', 147577800, 1209483300, 0),
(29832, 1673, 172, 'Obando', 147098000, 1209362000, 0),
(29833, 1673, 172, 'Pulilan', 149016700, 1208491700, 0),
(29834, 1673, 172, 'San Jose del Monte', 148138900, 1210452800, 0),
(29835, 1673, 172, 'Sibul', 151690000, 1210616000, 0),
(29836, 1674, 172, 'Butuan', 89491700, 1255436100, 0),
(29837, 1675, 172, 'Cabanatuan', 154869400, 1209675000, 0),
(29838, 1677, 172, 'Bugo', 85083300, 1247594400, 0),
(29839, 1677, 172, 'Cagayan de Oro', 84822200, 1246472200, 0),
(29840, 1676, 172, 'Ballesteros', 184126000, 1215152000, 0),
(29841, 1676, 172, 'Dagupan', 177061000, 1215047000, 0),
(29842, 1676, 172, 'Santa Ana', 184698600, 1221477500, 0),
(29843, 1676, 172, 'Tuguegarao City', 176130600, 1217269400, 0),
(29844, 1676, 172, 'Ugac', 176072200, 1217150000, 0),
(29845, 1678, 172, 'Calbayog', 120672200, 1246041700, 0),
(29846, 1678, 172, 'San Policarpo', 120675000, 1245625000, 0),
(29847, 1679, 172, 'Niugan', 146644400, 1209552800, 0),
(29848, 1679, 172, 'Tanza', 108348400, 1230110000, 0),
(29849, 1680, 172, 'Daet', 141122000, 1229553000, 0),
(29850, 1681, 172, 'Bato', 70430600, 1254730600, 0),
(29851, 1681, 172, 'Camaligan', 136224000, 1231667000, 0),
(29852, 1681, 172, 'Magarao', 136604000, 1231869000, 0),
(29853, 1681, 172, 'Nabua', 134075000, 1233724000, 0),
(29854, 1681, 172, 'Palestina', 136117000, 1232490000, 0),
(29855, 1682, 172, 'Mambajao', 92504000, 1247156000, 0),
(29856, 1683, 172, 'Lonoy', 115122200, 1225533300, 0),
(29857, 1684, 172, 'Pandan', 140453000, 1241694000, 0),
(29858, 1684, 172, 'Virac', 135848000, 1242374000, 0),
(29859, 1686, 172, 'Cavite', 144825000, 1209169400, 0),
(29860, 1685, 172, 'Alfonso', 141408300, 1208538900, 0),
(29861, 1685, 172, 'Bacoor', 144590300, 1209290300, 0),
(29862, 1685, 172, 'Carmona', 143132000, 1210576000, 0),
(29863, 1685, 172, 'Dasmarinas', 143294400, 1209366700, 0),
(29864, 1685, 172, 'General Trias', 143869400, 1208816700, 0),
(29865, 1685, 172, 'Imus', 144297200, 1209366700, 0),
(29866, 1685, 172, 'Indang', 141952800, 1208769400, 0),
(29867, 1685, 172, 'Kanluran', 144166700, 1208500000, 0),
(29868, 1685, 172, 'Kawit', 144442600, 1209016400, 0),
(29869, 1685, 172, 'Manggahan', 142941000, 1209068700, 0),
(29870, 1685, 172, 'Naic', 143181200, 1207660900, 0),
(29871, 1685, 172, 'Noveleta', 144292200, 1208798900, 0),
(29872, 1685, 172, 'Pasong Kawayan I', 143474500, 1208705100, 0),
(29873, 1687, 172, 'Baugo', 103166700, 1239166700, 0),
(29874, 1687, 172, 'Calero', 103000000, 1238833300, 0),
(29875, 1687, 172, 'Cebu City', 103167200, 1238907100, 0),
(29876, 1687, 172, 'Consolacion', 103766000, 1239573000, 0),
(29877, 1687, 172, 'Inayagan', 102347800, 1237690000, 0),
(29878, 1687, 172, 'Kotkot', 104250000, 1240005000, 0),
(29879, 1687, 172, 'Liloan', 101613900, 1251302800, 0),
(29880, 1687, 172, 'Medellin', 111286000, 1239622000, 0),
(29881, 1687, 172, 'Minglanilla', 102449800, 1237964000, 0),
(29882, 1687, 172, 'Naga', 77702800, 1227508300, 0),
(29883, 1687, 172, 'Talisay', 67197300, 1260999800, 0),
(29884, 1687, 172, 'Tangke', 102511100, 1238605600, 0),
(29885, 1688, 172, 'Cotabato', 72236100, 1242463900, 0),
(29886, 1690, 172, 'Davao', 70730600, 1256127800, 0),
(29887, 1691, 172, 'La Union', 67041300, 1260879800, 0),
(29888, 1691, 172, 'Mati', 69550800, 1262165500, 0),
(29889, 1691, 172, 'Mayo', 70021000, 1263319800, 0),
(29890, 1692, 172, 'Bulacan', 65675000, 1254211100, 0),
(29891, 1692, 172, 'Digos', 67497200, 1253572200, 0),
(29892, 1692, 172, 'Malita', 64150000, 1256116700, 0),
(29893, 1692, 172, 'Padada', 66411100, 1253450000, 0),
(29894, 1689, 172, 'Del Pilar', 75630600, 1258266700, 0),
(29895, 1689, 172, 'Kaputian', 69658300, 1257261100, 0),
(29896, 1689, 172, 'Lacson', 72119400, 1254422200, 0),
(29897, 1689, 172, 'Lasang', 72669400, 1256650000, 0),
(29898, 1689, 172, 'Limao', 70791700, 1256736100, 0),
(29899, 1689, 172, 'Maco', 73619400, 1258552800, 0),
(29900, 1689, 172, 'Malagos', 71850000, 1254222200, 0),
(29901, 1689, 172, 'Palma Gil', 76422200, 1256291700, 0),
(29902, 1689, 172, 'Samal', 70744400, 1257083300, 0),
(29903, 1689, 172, 'Tagum', 74477800, 1258077800, 0),
(29904, 1693, 172, 'Dipolog', 85894400, 1233413900, 0),
(29905, 1694, 172, 'Dumaguete', 93102800, 1233080600, 0),
(29906, 1695, 172, 'Taft', 119011100, 1254188900, 0),
(29907, 1696, 172, 'Katangawan', 61722200, 1252213900, 0),
(29908, 1697, 172, 'Mariano', 88333300, 1251166700, 0),
(29909, 1698, 172, 'Mantampay', 81666700, 1242166700, 0),
(29910, 1698, 172, 'Maria Cristina', 81613900, 1241916700, 0),
(29911, 1699, 172, 'Nagbacalan', 181159000, 1205235000, 0),
(29912, 1699, 172, 'Sarrat', 181574000, 1206470000, 0),
(29913, 1700, 172, 'Vigan', 175747200, 1203869400, 0),
(29914, 1702, 172, 'Iloilo', 106969400, 1225644400, 0),
(29915, 1701, 172, 'Balabag', 107633300, 1224930600, 0),
(29916, 1701, 172, 'Guimbal', 106633000, 1223228000, 0),
(29917, 1701, 172, 'Maasin', 108925000, 1224347200, 0),
(29918, 1701, 172, 'Miagao', 106442000, 1222352000, 0),
(29919, 1701, 172, 'San Miguel', 105960600, 1225899000, 0),
(29920, 1701, 172, 'Santa Barbara', 108230600, 1225344400, 0),
(29921, 1701, 172, 'Tigbauan', 106746600, 1223776000, 0),
(29922, 1701, 172, 'Ungca', 107500000, 1225500000, 0),
(29923, 1703, 172, 'Banguero', 170230500, 1217783400, 0),
(29924, 1703, 172, 'Cabatuan', 169565500, 1216685400, 0),
(29925, 1703, 172, 'Quirino', 171333300, 1217000000, 0),
(29926, 1703, 172, 'San Manuel', 170237500, 1216357400, 0),
(29927, 1704, 172, 'Agoo', 163228000, 1203666000, 0),
(29928, 1704, 172, 'Bacnotan', 167222200, 1203525000, 0),
(29929, 1704, 172, 'San Fernando', 166159100, 1203166300, 0),
(29930, 1705, 172, 'Alaminos', 140639100, 1212464900, 0),
(29931, 1705, 172, 'Aplaya', 143211100, 1211194400, 0),
(29932, 1705, 172, 'Binan', 142637300, 1210526400, 0),
(29933, 1705, 172, 'Cabuyao', 142726000, 1211262000, 0),
(29934, 1705, 172, 'Calamba', 142116700, 1211652800, 0),
(29935, 1705, 172, 'Halayhayin', 141891000, 1214075000, 0),
(29936, 1705, 172, 'Los Banos', 141798000, 1212234000, 0),
(29937, 1705, 172, 'Magsaysay', 143388000, 1210341000, 0),
(29938, 1705, 172, 'Mamatid', 142341700, 1211580600, 0),
(29939, 1705, 172, 'Maulawin', 142666700, 1214333300, 0),
(29940, 1705, 172, 'Paete', 143647000, 1214829000, 0),
(29941, 1705, 172, 'Pakil', 143835000, 1214786000, 0),
(29942, 1705, 172, 'Prinza', 142000000, 1211333300, 0),
(29943, 1705, 172, 'San Pedro', 143595000, 1210473000, 0),
(29944, 1705, 172, 'San Rafael', 141284000, 1214147000, 0),
(29945, 1705, 172, 'Santa Cruz', 142791700, 1210852800, 0),
(29946, 1705, 172, 'Santa Rosa', 135500000, 1223666700, 0),
(29947, 1705, 172, 'Victoria', 142277000, 1213292000, 0),
(29948, 1706, 172, 'Digkilaan', 82511100, 1243172200, 0),
(29949, 1706, 172, 'Iligan City', 82500000, 1244000000, 0),
(29950, 1706, 172, 'Maranding', 79248000, 1237715000, 0),
(29951, 1707, 172, 'Tamparan', 78791700, 1243330600, 0),
(29952, 1708, 172, 'Laoag', 181988900, 1205936100, 0),
(29953, 1709, 172, 'Buagsong', 103166700, 1239500000, 0),
(29954, 1709, 172, 'Dapitan', 102705600, 1239469400, 0),
(29955, 1709, 172, 'Lapu-Lapu City', 103102800, 1239494400, 0),
(29956, 1710, 172, 'Legaspi', 131372200, 1237344400, 0),
(29957, 1710, 172, 'Sagpon', 131500000, 1237333300, 0),
(29958, 1711, 172, 'Baybay', 106785000, 1248006000, 0),
(29959, 1711, 172, 'Biliran', 114666700, 1244752800, 0),
(29960, 1711, 172, 'Catmon', 115238000, 1244230000, 0),
(29961, 1711, 172, 'Gabas', 107297000, 1247961000, 0),
(29962, 1711, 172, 'Jaro', 111883300, 1247825000, 0),
(29963, 1711, 172, 'Leyte', 113697000, 1244873000, 0),
(29964, 1711, 172, 'Naval', 115605600, 1243975000, 0),
(29965, 1711, 172, 'Tanauan', 111094400, 1250155600, 0),
(29966, 1712, 172, 'Bulacanin', 139858300, 1211411100, 0),
(29967, 1712, 172, 'Kinalaglagan', 140000000, 1211000000, 0),
(29968, 1712, 172, 'Lipa', 139394400, 1211738900, 0),
(29969, 1713, 172, 'Lucena', 139313900, 1216172200, 0),
(29970, 1714, 172, 'South Upi', 68333300, 1241500000, 0),
(29971, 1715, 172, 'Mandaue City', 103236100, 1239222200, 0),
(29972, 1716, 172, 'Caloocan', 146500000, 1209666670, 0),
(29973, 1716, 172, 'Makati', 145502700, 1210326900, 0),
(29974, 1716, 172, 'Mandaluyong City', 145832000, 1210409000, 0),
(29975, 1716, 172, 'Manila', 146042000, 1209822000, 0),
(29976, 1716, 172, 'Marikina', 146400000, 1210972220, 0),
(29977, 1716, 172, 'Muntinlupa', 143833330, 1210500000, 0),
(29978, 1716, 172, 'Paranaque', 144666670, 1210166670, 0),
(29979, 1716, 172, 'Pasay', 145500000, 1210000000, 0),
(29980, 1716, 172, 'Pasig', 145869900, 1210649600, 0),
(29981, 1716, 172, 'Port Area', 145833000, 1209667000, 0),
(29982, 1716, 172, 'Quezon City', 146627000, 1210328000, 0),
(29983, 1717, 172, 'Marawi', 79986100, 1242927800, 0),
(29984, 1718, 172, 'Masbate', 123666700, 1236166700, 0),
(29985, 1718, 172, 'Mayngaran', 123413900, 1236347200, 0),
(29986, 1719, 172, 'Barahan', 130121000, 1207620000, 0),
(29987, 1720, 172, 'Bonifacio', 80525000, 1236142000, 0),
(29988, 1720, 172, 'Clarin', 82023000, 1238582000, 0),
(29989, 1720, 172, 'Tudela', 82472000, 1238424000, 0),
(29990, 1721, 172, 'Barra', 85102800, 1246044400, 0),
(29991, 1721, 172, 'Cagayan de Oro', 84833330, 1246500000, 0),
(29992, 1721, 172, 'San Martin', 85611100, 1247713900, 0),
(29993, 1722, 172, 'Capucnasan', 136000000, 1232166700, 0),
(29994, 1723, 172, 'Asia', 95506000, 1225164000, 0),
(29995, 1723, 172, 'Bacolod City', 106666700, 1229500000, 0),
(29996, 1723, 172, 'Bagumbayan', 104460000, 1228348000, 0),
(29997, 1723, 172, 'Hinigaran', 102706000, 1228507000, 0),
(29998, 1723, 172, 'Isabela', 102048000, 1229888000, 0),
(29999, 1723, 172, 'Luna', 125492000, 1237336000, 0),
(30000, 1723, 172, 'Sagay', 109447200, 1234241700, 0),
(30001, 1723, 172, 'San Miguel', 104150000, 1230247200, 0),
(30002, 1723, 172, 'Sipalay', 97519400, 1224041700, 0),
(30003, 1723, 172, 'Vito', 109033300, 1235113900, 0),
(30004, 1724, 172, 'Bais', 95911100, 1231227800, 0),
(30005, 1724, 172, 'Basay', 94087000, 1226400000, 0),
(30006, 1724, 172, 'Bayawan', 93636100, 1228011100, 0),
(30007, 1724, 172, 'Calamba', 101755000, 1232826000, 0),
(30008, 1724, 172, 'McKinley', 100844000, 1232592000, 0),
(30009, 1725, 172, 'Marbel', 71158300, 1249125000, 0),
(30010, 1725, 172, 'Pikit', 70544400, 1246719400, 0),
(30011, 1726, 172, 'Victoria', 124472200, 1243111100, 0),
(30012, 1727, 172, 'Gapan', 153072000, 1209464000, 0),
(30013, 1727, 172, 'Munoz', 157161100, 1209030600, 0),
(30014, 1727, 172, 'Penaranda', 153511600, 1210039300, 0),
(30015, 1727, 172, 'Pulo', 152460000, 1209285000, 0),
(30016, 1727, 172, 'Rizal', 89291700, 1253986100, 0),
(30017, 1727, 172, 'San Antonio', 71200000, 1257397200, 0),
(30018, 1727, 172, 'San Casimiro', 155530600, 1207808300, 0),
(30019, 1727, 172, 'Santo Tomas', 157538900, 1209508300, 0),
(30020, 1727, 172, 'Sibul', 158000000, 1210000000, 0),
(30021, 1728, 172, 'Bambang', 163865000, 1211066000, 0),
(30022, 1728, 172, 'Bayombong', 164812000, 1211497000, 0),
(30023, 1728, 172, 'Salinas', 163695000, 1210188000, 0),
(30024, 1729, 172, 'Olongapo', 148291700, 1202827800, 0),
(30025, 1730, 172, 'Ormoc', 110063900, 1246075000, 0),
(30026, 1731, 172, 'Ozamis', 81458300, 1238444400, 0),
(30027, 1732, 172, 'Balabac', 79868000, 1170645000, 0),
(30028, 1732, 172, 'Cagayan', 69747000, 1185144000, 0),
(30029, 1732, 172, 'Roxas', 103215000, 1193451000, 0),
(30030, 1733, 172, 'Angeles City', 151500000, 1205833300, 0),
(30031, 1733, 172, 'Apalit', 149533300, 1207700000, 0),
(30032, 1733, 172, 'Balibago', 151624000, 1205954000, 0),
(30033, 1733, 172, 'Calibutbut', 151114000, 1206053000, 0),
(30034, 1733, 172, 'Candaba', 150956000, 1208267000, 0),
(30035, 1733, 172, 'Del Pilar', 150333300, 1207000000, 0),
(30036, 1733, 172, 'Guagua', 149653000, 1206325000, 0),
(30037, 1733, 172, 'Mabalacat', 152216000, 1205736000, 0),
(30038, 1733, 172, 'Magalang', 152151000, 1206596000, 0),
(30039, 1733, 172, 'Magliman', 150337000, 1206651000, 0),
(30040, 1733, 172, 'Masantol', 148960000, 1207092000, 0),
(30041, 1733, 172, 'Porac', 150711000, 1205423000, 0),
(30042, 1733, 172, 'San Carlos', 150389000, 1207627000, 0),
(30043, 1733, 172, 'San Fernando', 150286000, 1206898000, 0),
(30044, 1733, 172, 'Santa Rita', 149789000, 1206968000, 0),
(30045, 1733, 172, 'Santo Tomas', 149923000, 1207057000, 0),
(30046, 1733, 172, 'Telabastagan', 151166700, 1206166700, 0),
(30047, 1734, 172, 'Agno', 161161000, 1197993000, 0),
(30048, 1734, 172, 'Alaminos', 161561100, 1199811100, 0),
(30049, 1734, 172, 'Banog Sur', 161672000, 1198941000, 0),
(30050, 1734, 172, 'Binmaley', 160307000, 1202712000, 0),
(30051, 1734, 172, 'Bugallon', 159528000, 1202155000, 0),
(30052, 1734, 172, 'Buluyot', 158017000, 1204621000, 0),
(30053, 1734, 172, 'Calasiao', 160111000, 1203600000, 0),
(30054, 1734, 172, 'Dagupan', 160500000, 1203333330, 0),
(30055, 1734, 172, 'Lingayen', 160218200, 1202319400, 0),
(30056, 1734, 172, 'Mangaldan', 160700000, 1204025000, 0),
(30057, 1734, 172, 'Panganiban', 160075000, 1207752000, 0),
(30058, 1734, 172, 'Pozorrubio', 161110000, 1205440000, 0),
(30059, 1734, 172, 'Rosales', 158944400, 1206327800, 0),
(30060, 1734, 172, 'San Jacinto', 160726000, 1204383000, 0),
(30061, 1734, 172, 'Santa Barbara', 160009000, 1204023000, 0),
(30062, 1735, 172, 'Puerto Princesa', 97391700, 1187352800, 0),
(30063, 1736, 172, 'Abuyon', 136202800, 1225205600, 0),
(30064, 1736, 172, 'Atimonan', 139958300, 1219050000, 0),
(30065, 1736, 172, 'Bukal Sur', 139380600, 1213855600, 0),
(30066, 1736, 172, 'Bungoy', 139944400, 1213661100, 0),
(30067, 1736, 172, 'Guinayangan', 139005600, 1224519400, 0),
(30068, 1736, 172, 'Gumaca', 139197200, 1221002800, 0),
(30069, 1736, 172, 'Isabang', 139569400, 1215708300, 0),
(30070, 1736, 172, 'Pagbilao', 139750000, 1216919400, 0),
(30071, 1736, 172, 'Quiapo', 146000000, 1209833000, 0),
(30072, 1736, 172, 'Sariaya', 139644400, 1215300000, 0),
(30073, 1737, 172, 'Angono', 145266000, 1211536000, 0),
(30074, 1737, 172, 'Antipolo', 145863900, 1211752800, 0),
(30075, 1737, 172, 'Baras', 145234000, 1212651000, 0),
(30076, 1737, 172, 'Binangonan', 144646000, 1211929000, 0),
(30077, 1737, 172, 'Cainta', 145786000, 1211222000, 0),
(30078, 1737, 172, 'Las Pinas', 144505600, 1209827800, 0),
(30079, 1737, 172, 'Malabon', 146733300, 1209397200, 0),
(30080, 1737, 172, 'Morong', 145115000, 1212393000, 0),
(30081, 1737, 172, 'Pateros', 145391000, 1210726000, 0),
(30082, 1737, 172, 'Rodriguez', 147314000, 1211417000, 0),
(30083, 1737, 172, 'Sampaloc', 140877600, 1209709800, 0),
(30084, 1737, 172, 'San Mateo', 146982000, 1211236000, 0),
(30085, 1737, 172, 'Taguig', 145243000, 1210792000, 0),
(30086, 1737, 172, 'Taytay', 145678000, 1211394000, 0),
(30087, 1737, 172, 'Teresa', 145612000, 1212195000, 0),
(30088, 1737, 172, 'Valenzuela', 147000000, 1209667000, 0),
(30089, 1738, 172, 'Corcuera', 127833100, 1220485200, 0),
(30090, 1738, 172, 'Looc', 122605000, 1219926000, 0),
(30091, 1739, 172, 'Roxas City', 115852800, 1227511100, 0),
(30092, 1740, 172, 'San Pablo', 140669400, 1213258300, 0),
(30093, 1741, 172, 'Kamanga', 58577800, 1250561100, 0),
(30094, 1741, 172, 'Kiamba', 59894400, 1246241700, 0),
(30095, 1741, 172, 'Liberty', 64552800, 1249819400, 0),
(30096, 1741, 172, 'Panay', 64977800, 1246383300, 0),
(30097, 1741, 172, 'Silway 7', 61771100, 1251206800, 0),
(30098, 1741, 172, 'Surallah', 63666700, 1247333300, 0),
(30099, 1742, 172, 'Kalamansig', 65518700, 1240511100, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(30100, 1742, 172, 'Tacurong', 66925000, 1246763900, 0),
(30101, 1744, 172, 'Dinagat', 99561100, 1255933300, 0),
(30102, 1745, 172, 'Bislig', 82152800, 1263163900, 0),
(30103, 1745, 172, 'Carmen', 92263900, 1260172200, 0),
(30104, 1745, 172, 'Marihatag', 87936100, 1262969400, 0),
(30105, 1745, 172, 'Parang', 92814900, 1259420800, 0),
(30106, 1745, 172, 'Tandag', 90783300, 1261986100, 0),
(30107, 1743, 172, 'Surigao', 97838900, 1254888900, 0),
(30108, 1746, 172, 'Panalanoy', 112511100, 1250063900, 0),
(30109, 1747, 172, 'Tagbilaran', 96475000, 1238555600, 0),
(30110, 1748, 172, 'Amacalan', 155815000, 1206112000, 0),
(30111, 1748, 172, 'Bamban', 156747000, 1203315000, 0),
(30112, 1748, 172, 'Bundoc', 154857500, 1207174300, 0),
(30113, 1748, 172, 'Cafe', 153368600, 1207062300, 0),
(30114, 1748, 172, 'Camiling', 156866000, 1204128000, 0),
(30115, 1748, 172, 'Capas', 153293600, 1205912300, 0),
(30116, 1748, 172, 'Concepcion', 153254600, 1206572300, 0),
(30117, 1748, 172, 'Paniqui', 156689000, 1205806000, 0),
(30118, 1748, 172, 'Salcedo', 158572200, 1206000000, 0),
(30119, 1748, 172, 'San Miguel', 154219400, 1206005600, 0),
(30120, 1748, 172, 'Talaga', 153850600, 1205857300, 0),
(30121, 1748, 172, 'Tarlac', 154888900, 1205986100, 0),
(30122, 1748, 172, 'Vargas', 155928000, 1204867000, 0),
(30123, 1749, 172, 'Aliang', 142833300, 1208833300, 0),
(30124, 1750, 172, 'San Felipe', 150622200, 1200700000, 0),
(30125, 1750, 172, 'San Juan', 91603000, 1234926000, 0),
(30126, 1750, 172, 'San Lorenzo', 154862000, 1199622000, 0),
(30127, 1750, 172, 'Subic', 148799900, 1202343300, 0),
(30128, 1752, 172, 'Alicia', 75138900, 1229300000, 0),
(30129, 1752, 172, 'Aurora', 79506000, 1235826000, 0),
(30130, 1752, 172, 'Del Monte', 77258300, 1230080600, 0),
(30131, 1752, 172, 'Molave', 80844000, 1234910000, 0),
(30132, 1752, 172, 'Panubigan', 74281000, 1233466000, 0),
(30133, 1752, 172, 'San Pablo', 76563900, 1234608300, 0),
(30134, 1751, 172, 'Zamboanga', 69102800, 1220738900, 0),
(30135, 1753, 173, 'Bardo', 505058900, 167398600, 0),
(30136, 1753, 173, 'Bielany Wroclawskie', 510361000, 169677000, 0),
(30137, 1753, 173, 'Bielawa', 506907500, 166230000, 0),
(30138, 1753, 173, 'Bierutow', 511244300, 175460700, 0),
(30139, 1753, 173, 'Bogatynia', 509074700, 149563400, 0),
(30140, 1753, 173, 'Boleslawiec', 512641800, 155697000, 0),
(30141, 1753, 173, 'Bolkow', 509220300, 161011100, 0),
(30142, 1753, 173, 'Brzeg Dolny', 512729900, 167081500, 0),
(30143, 1753, 173, 'Bystrzyca Klodzka', 503017900, 166423100, 0),
(30144, 1753, 173, 'Chocianow', 514186700, 159017200, 0),
(30145, 1753, 173, 'Chojnow', 512737300, 159366100, 0),
(30146, 1753, 173, 'Cieplice Slaskie Zdroj', 508654500, 156836700, 0),
(30147, 1753, 173, 'Czernica', 510460900, 172451000, 0),
(30148, 1753, 173, 'Duszniki-Zdroj', 504032700, 163909100, 0),
(30149, 1753, 173, 'Dzierzoniow', 507282000, 166514100, 0),
(30150, 1753, 173, 'Glogow', 516636100, 160845000, 0),
(30151, 1753, 173, 'Gluszyca', 506874300, 163717300, 0),
(30152, 1753, 173, 'Gora', 516663800, 165349400, 0),
(30153, 1753, 173, 'Gromadka', 513606300, 157645200, 0),
(30154, 1753, 173, 'Gryfow Slaski', 510308100, 154201700, 0),
(30155, 1753, 173, 'Jawor', 510513200, 161934700, 0),
(30156, 1753, 173, 'Jaworzyna Slaska', 509134000, 164324100, 0),
(30157, 1753, 173, 'Jedlina-Zdroj', 507200500, 163464500, 0),
(30158, 1753, 173, 'Jelcz Laskowice', 510213400, 173164900, 0),
(30159, 1753, 173, 'Jelenia Gora', 508997300, 157289900, 0),
(30160, 1753, 173, 'Jemielno', 515243400, 165432600, 0),
(30161, 1753, 173, 'Jezow Sudecki', 509350700, 157430600, 0),
(30162, 1753, 173, 'Jugow', 506275800, 165181200, 0),
(30163, 1753, 173, 'Kamieniec Wroclawski', 510718200, 171819300, 0),
(30164, 1753, 173, 'Kamieniec Zabkowicki', 505254100, 168792100, 0),
(30165, 1753, 173, 'Kamienna Gora', 507831400, 160303700, 0),
(30166, 1753, 173, 'Karpacz', 507766900, 157559400, 0),
(30167, 1753, 173, 'Katy Wroclawskie', 510309800, 167676700, 0),
(30168, 1753, 173, 'Klodzko', 504348800, 166614500, 0),
(30169, 1753, 173, 'Kowary', 507931300, 158355900, 0),
(30170, 1753, 173, 'Kudowa-Zdroj', 504429700, 162439700, 0),
(30171, 1753, 173, 'Legnica', 512100600, 161619000, 0),
(30172, 1753, 173, 'Luban', 511201400, 152876800, 0),
(30173, 1753, 173, 'Lubawka', 507045600, 160002600, 0),
(30174, 1753, 173, 'Lubin', 514008900, 162014900, 0),
(30175, 1753, 173, 'Lwowek Slaski', 511107400, 155858200, 0),
(30176, 1753, 173, 'Malczyce', 512203800, 164936500, 0),
(30177, 1753, 173, 'Miedzylesie', 501477800, 166671200, 0),
(30178, 1753, 173, 'Milicz', 515277000, 172713700, 0),
(30179, 1753, 173, 'Mirkow', 511610500, 171702600, 0),
(30180, 1753, 173, 'Mirsk', 509705400, 153856700, 0),
(30181, 1753, 173, 'Mrozow', 511881700, 167883100, 0),
(30182, 1753, 173, 'Myslakowice', 508412300, 157789400, 0),
(30183, 1753, 173, 'Niemcza', 507200700, 168357300, 0),
(30184, 1753, 173, 'Nowa Ruda', 505800800, 165016400, 0),
(30185, 1753, 173, 'Nowogrodziec', 511954300, 153985400, 0),
(30186, 1753, 173, 'Oborniki Slaskie', 513013700, 169146500, 0),
(30187, 1753, 173, 'Olawa', 509466000, 172926000, 0),
(30188, 1753, 173, 'Olesnica', 512133800, 173898600, 0),
(30189, 1753, 173, 'Piechowice', 508496300, 155988700, 0),
(30190, 1753, 173, 'Piensk', 512490000, 150468500, 0),
(30191, 1753, 173, 'Pieszyce', 507128700, 165823200, 0),
(30192, 1753, 173, 'Pilawa Gorna', 506835700, 167435900, 0),
(30193, 1753, 173, 'Polanica-Zdroj', 504037300, 165127100, 0),
(30194, 1753, 173, 'Polkowice', 515039100, 160726100, 0),
(30195, 1753, 173, 'Prusice', 513711600, 169602500, 0),
(30196, 1753, 173, 'Psary', 511871200, 170317300, 0),
(30197, 1753, 173, 'Radwanice', 510541300, 171093200, 0),
(30198, 1753, 173, 'Ratowice', 510330800, 172720500, 0),
(30199, 1753, 173, 'Scinawa', 514162600, 164251000, 0),
(30200, 1753, 173, 'Siechnice', 510338400, 171474300, 0),
(30201, 1753, 173, 'Smolec', 510732200, 168822100, 0),
(30202, 1753, 173, 'Sobotka', 508999200, 167444100, 0),
(30203, 1753, 173, 'Sroda Slaska', 511640600, 165950800, 0),
(30204, 1753, 173, 'Stara Kamienica', 509160200, 155728600, 0),
(30205, 1753, 173, 'Stronie Slaskie', 502955400, 168739700, 0),
(30206, 1753, 173, 'Strzegom', 509626400, 163500600, 0),
(30207, 1753, 173, 'Strzelin', 507815700, 170647700, 0),
(30208, 1753, 173, 'Swidnica', 508437800, 164885900, 0),
(30209, 1753, 173, 'Swiebodzice', 508597600, 163282000, 0),
(30210, 1753, 173, 'Swieradow-Zdroj', 509092000, 153430900, 0),
(30211, 1753, 173, 'Swierzawa', 510137500, 158951600, 0),
(30212, 1753, 173, 'Swieta Katarzyna', 510259600, 171146400, 0),
(30213, 1753, 173, 'Sycow', 513081400, 177197900, 0),
(30214, 1753, 173, 'Szczawno-Zdroj', 508035200, 162565500, 0),
(30215, 1753, 173, 'Szklarska Poreba', 508256700, 155227400, 0),
(30216, 1753, 173, 'Trzebnica', 513107600, 170633100, 0),
(30217, 1753, 173, 'Walbrzych', 507714100, 162843200, 0),
(30218, 1753, 173, 'Walim', 506974900, 164448200, 0),
(30219, 1753, 173, 'Wegliniec', 512875300, 152289400, 0),
(30220, 1753, 173, 'Wilczyce', 511294400, 171547200, 0),
(30221, 1753, 173, 'Wolow', 513365600, 166442900, 0),
(30222, 1753, 173, 'Wroclaw', 511000000, 170333300, 0),
(30223, 1753, 173, 'Zabkowice Slaskie', 505896900, 168123900, 0),
(30224, 1753, 173, 'Zerniki Wroclawskie', 510330800, 170566200, 0),
(30225, 1753, 173, 'Zgorzelec', 511494200, 150083500, 0),
(30226, 1753, 173, 'Ziebice', 506012200, 170406500, 0),
(30227, 1753, 173, 'Zlotoryja', 511263700, 159197900, 0),
(30228, 1753, 173, 'Zloty Stok', 504447200, 168758600, 0),
(30229, 1753, 173, 'Zorawina', 509808000, 170367100, 0),
(30230, 1754, 173, 'Aleksandrow Kujawski', 528765900, 186934500, 0),
(30231, 1754, 173, 'Barcin', 528660700, 179462500, 0),
(30232, 1754, 173, 'Biale Blota', 530951600, 179162100, 0),
(30233, 1754, 173, 'Boniewo', 524653200, 188911600, 0),
(30234, 1754, 173, 'Brodnica', 532596700, 193965300, 0),
(30235, 1754, 173, 'Brzesc Kujawski', 526053200, 189017300, 0),
(30236, 1754, 173, 'Brzozie', 533255400, 196048500, 0),
(30237, 1754, 173, 'Bydgoszcz', 531235000, 180076200, 0),
(30238, 1754, 173, 'Chelmno', 533485500, 184251000, 0),
(30239, 1754, 173, 'Chelmza', 531846300, 186046600, 0),
(30240, 1754, 173, 'Chodecz', 524051300, 190275900, 0),
(30241, 1754, 173, 'Ciechocinek', 528790800, 187950500, 0),
(30242, 1754, 173, 'Czernikowo', 529468800, 189380300, 0),
(30243, 1754, 173, 'Dabrowa', 527466800, 179434200, 0),
(30244, 1754, 173, 'Dobre', 526839800, 185776200, 0),
(30245, 1754, 173, 'Fabianki', 527192900, 191094300, 0),
(30246, 1754, 173, 'Fordon', 531482100, 181703600, 0),
(30247, 1754, 173, 'Gasawa', 527675700, 177557900, 0),
(30248, 1754, 173, 'Gniewkowo', 528946100, 184078500, 0),
(30249, 1754, 173, 'Golub-Dobrzyn', 531108700, 190538100, 0),
(30250, 1754, 173, 'Gostycyn', 534901400, 178097800, 0),
(30251, 1754, 173, 'Grudziadz', 534841100, 187536600, 0),
(30252, 1754, 173, 'Inowroclaw', 527988600, 182638800, 0),
(30253, 1754, 173, 'Izbica Kujawska', 524207300, 187627000, 0),
(30254, 1754, 173, 'Jablonowo Pomorskie', 533913700, 191550900, 0),
(30255, 1754, 173, 'Janikowo', 527532800, 181132800, 0),
(30256, 1754, 173, 'Janowiec Wielkopolski', 527558300, 174898100, 0),
(30257, 1754, 173, 'Jezewo', 535106100, 184943700, 0),
(30258, 1754, 173, 'Jeziora Wielkie', 525304300, 182680300, 0),
(30259, 1754, 173, 'Kamien Krajenski', 535335200, 175201900, 0),
(30260, 1754, 173, 'Kcynia', 529919200, 174883000, 0),
(30261, 1754, 173, 'Koronowo', 533137000, 179369800, 0),
(30262, 1754, 173, 'Kowalewo Pomorskie', 531543200, 188986800, 0),
(30263, 1754, 173, 'Kruszwica', 526756200, 183313100, 0),
(30264, 1754, 173, 'Labiszyn', 529521000, 179197100, 0),
(30265, 1754, 173, 'Lubianka', 531386400, 184811500, 0),
(30266, 1754, 173, 'Lubicz Dolny', 530315100, 187455900, 0),
(30267, 1754, 173, 'Lubicz Gorny', 530268600, 187710000, 0),
(30268, 1754, 173, 'Lubien Kujawski', 524057400, 191644000, 0),
(30269, 1754, 173, 'Lubraniec', 525417800, 188325400, 0),
(30270, 1754, 173, 'Lysomice', 530862900, 186200200, 0),
(30271, 1754, 173, 'Mogilno', 526580600, 179557800, 0),
(30272, 1754, 173, 'Mrocza', 532431300, 176040500, 0),
(30273, 1754, 173, 'Naklo nad Notecia', 531421400, 176018100, 0),
(30274, 1754, 173, 'Nieszawa', 528345200, 188992100, 0),
(30275, 1754, 173, 'Nowa Wies Wielka', 529715900, 180903600, 0),
(30276, 1754, 173, 'Nowe', 536490600, 187271600, 0),
(30277, 1754, 173, 'Osieciny', 526292600, 187220800, 0),
(30278, 1754, 173, 'Osiek', 529262900, 188076500, 0),
(30279, 1754, 173, 'Osielsko', 531850500, 180841800, 0),
(30280, 1754, 173, 'Piotrkow Kujawski', 525511100, 184990500, 0),
(30281, 1754, 173, 'Pruszcz', 533302100, 181989400, 0),
(30282, 1754, 173, 'Radomin', 530867000, 191941500, 0),
(30283, 1754, 173, 'Radziejow', 526248100, 185277100, 0),
(30284, 1754, 173, 'Rypin', 530660300, 194094100, 0),
(30285, 1754, 173, 'Sadki', 531603600, 174491200, 0),
(30286, 1754, 173, 'Sepolno Krajenskie', 534519800, 175316900, 0),
(30287, 1754, 173, 'Sicienko', 532038700, 178005100, 0),
(30288, 1754, 173, 'Solec Kujawski', 530837100, 182257200, 0),
(30289, 1754, 173, 'Strzelno', 526278900, 181724600, 0),
(30290, 1754, 173, 'Swiecie', 534095300, 184474200, 0),
(30291, 1754, 173, 'Szubin', 530096700, 177400000, 0),
(30292, 1754, 173, 'Torun', 530137500, 185981400, 0),
(30293, 1754, 173, 'Tuchola', 535879200, 178590500, 0),
(30294, 1754, 173, 'Unislaw', 532124100, 183862200, 0),
(30295, 1754, 173, 'Wabrzezno', 532798900, 189477300, 0),
(30296, 1754, 173, 'Wiecbork', 533538400, 174906400, 0),
(30297, 1754, 173, 'Wielgie', 527407600, 192635000, 0),
(30298, 1754, 173, 'Wielka Nieszawka', 529961900, 185097300, 0),
(30299, 1754, 173, 'Wloclawek', 526481700, 190678000, 0),
(30300, 1754, 173, 'Zlawies Wielka', 530956200, 183289700, 0),
(30301, 1754, 173, 'Zlotniki Kujawskie', 528994300, 181456400, 0),
(30302, 1754, 173, 'Znin', 528495800, 177199200, 0),
(30303, 1755, 173, 'Aleksandrow Lodzki', 518196500, 193038400, 0),
(30304, 1755, 173, 'Andrespol', 517278300, 196417500, 0),
(30305, 1755, 173, 'Belchatow', 513688300, 193567100, 0),
(30306, 1755, 173, 'Bielawy', 520753900, 196555700, 0),
(30307, 1755, 173, 'Blaszki', 516516300, 184347200, 0),
(30308, 1755, 173, 'Bobrowniki', 520644200, 200194900, 0),
(30309, 1755, 173, 'Boleslawiec', 511986600, 181914700, 0),
(30310, 1755, 173, 'Bolimow', 520767100, 201635200, 0),
(30311, 1755, 173, 'Brzeziny', 518002300, 197514400, 0),
(30312, 1755, 173, 'Buczek', 515022800, 191641900, 0),
(30313, 1755, 173, 'Czarnozyly', 512853300, 185610600, 0),
(30314, 1755, 173, 'Dalikow', 518847600, 191190400, 0),
(30315, 1755, 173, 'Dobron', 516388500, 192453900, 0),
(30316, 1755, 173, 'Druzbice', 514636900, 193940400, 0),
(30317, 1755, 173, 'Drzewica', 514508500, 204770100, 0),
(30318, 1755, 173, 'Dzialoszyn', 511169900, 188652400, 0),
(30319, 1755, 173, 'Glowno', 519646300, 197156500, 0),
(30320, 1755, 173, 'Grabow', 521271700, 190025700, 0),
(30321, 1755, 173, 'Kamiensk', 512024200, 194966100, 0),
(30322, 1755, 173, 'Kaweczyn Nowy', 518859700, 202470300, 0),
(30323, 1755, 173, 'Kleszczow', 512235500, 193041800, 0),
(30324, 1755, 173, 'Klonowa', 514192800, 184181500, 0),
(30325, 1755, 173, 'Koluszki', 517387200, 198199400, 0),
(30326, 1755, 173, 'Konstantynow Lodzki', 517477600, 193256400, 0),
(30327, 1755, 173, 'Kutno', 522306400, 193640900, 0),
(30328, 1755, 173, 'Lask', 515905600, 191327800, 0),
(30329, 1755, 173, 'Leczyca', 520595900, 191997200, 0),
(30330, 1755, 173, 'Lodz', 517500000, 194666700, 0),
(30331, 1755, 173, 'Lowicz', 521071400, 199452500, 0),
(30332, 1755, 173, 'Lyszkowice', 519855100, 199065400, 0),
(30333, 1755, 173, 'Opoczno', 513756900, 202782700, 0),
(30334, 1755, 173, 'Oporow', 522644800, 195641600, 0),
(30335, 1755, 173, 'Ozorkow', 519633600, 192913900, 0),
(30336, 1755, 173, 'Pabianice', 516644600, 193547300, 0),
(30337, 1755, 173, 'Pajeczno', 511444900, 189961200, 0),
(30338, 1755, 173, 'Paradyz', 513060400, 201137400, 0),
(30339, 1755, 173, 'Patnow', 511440300, 186165900, 0),
(30340, 1755, 173, 'Piatek', 520689000, 194797000, 0),
(30341, 1755, 173, 'Piotrkow Trybunalski', 514054700, 197032100, 0),
(30342, 1755, 173, 'Poddebice', 518934400, 189573000, 0),
(30343, 1755, 173, 'Poswietne', 515320300, 203645300, 0),
(30344, 1755, 173, 'Przedborz', 510878900, 198738400, 0),
(30345, 1755, 173, 'Radomsko', 510671300, 194447700, 0),
(30346, 1755, 173, 'Rawa Mazowiecka', 517643700, 202549300, 0),
(30347, 1755, 173, 'Rozprza', 513026600, 196457000, 0),
(30348, 1755, 173, 'Rusiec', 513244400, 189850600, 0),
(30349, 1755, 173, 'Rzgow', 516634500, 194918100, 0),
(30350, 1755, 173, 'Sieradz', 515958400, 187302300, 0),
(30351, 1755, 173, 'Skierniewice', 519548500, 201583700, 0),
(30352, 1755, 173, 'Starowa Gora', 516913400, 194837400, 0),
(30353, 1755, 173, 'Strykow', 519022400, 196053600, 0),
(30354, 1755, 173, 'Strzelce Wielkie', 511394000, 191453900, 0),
(30355, 1755, 173, 'Szczercow', 513331900, 191097700, 0),
(30356, 1755, 173, 'Tomaszow Mazowiecki', 515313100, 200085500, 0),
(30357, 1755, 173, 'Tuszyn', 516094900, 195300900, 0),
(30358, 1755, 173, 'Uniejow', 519742800, 187930800, 0),
(30359, 1755, 173, 'Warta', 517104900, 186248300, 0),
(30360, 1755, 173, 'Widawa', 514385500, 189442100, 0),
(30361, 1755, 173, 'Wielun', 512209700, 185696400, 0),
(30362, 1755, 173, 'Wieruszow', 512948800, 181554700, 0),
(30363, 1755, 173, 'Witonia', 521465500, 193004900, 0),
(30364, 1755, 173, 'Wola Krzysztoporska', 513441800, 195809000, 0),
(30365, 1755, 173, 'Zabia Wola', 520316900, 206911200, 0),
(30366, 1755, 173, 'Zapolice', 515431900, 188833500, 0),
(30367, 1755, 173, 'Zdunska Wola', 515991500, 189397400, 0),
(30368, 1755, 173, 'Zelow', 514645200, 192197200, 0),
(30369, 1755, 173, 'Zgierz', 518556100, 194062300, 0),
(30370, 1755, 173, 'Zychlin', 522440400, 196261300, 0),
(30371, 1756, 173, 'Adamow', 517433500, 222641400, 0),
(30372, 1756, 173, 'Belzyce', 511741500, 222802700, 0),
(30373, 1756, 173, 'Biala Podlaska', 520323800, 231165200, 0),
(30374, 1756, 173, 'Bilgoraj', 505411400, 227220400, 0),
(30375, 1756, 173, 'Biszcza', 504014600, 226506300, 0),
(30376, 1756, 173, 'Bychawa', 510160800, 225329600, 0),
(30377, 1756, 173, 'Chelm', 511431200, 234716000, 0),
(30378, 1756, 173, 'Chodel', 511117700, 221326900, 0),
(30379, 1756, 173, 'Cycow', 512992800, 231412400, 0),
(30380, 1756, 173, 'Deblin', 515591200, 218482900, 0),
(30381, 1756, 173, 'Dorohusk', 511547500, 238032500, 0),
(30382, 1756, 173, 'Dzwola', 506965700, 225672900, 0),
(30383, 1756, 173, 'Gorzkow', 509477800, 230126700, 0),
(30384, 1756, 173, 'Hrubieszow', 508050200, 238925100, 0),
(30385, 1756, 173, 'Jakubowice Murowane', 512699200, 226341500, 0),
(30386, 1756, 173, 'Janow Lubelski', 507069500, 224103900, 0),
(30387, 1756, 173, 'Jastkow', 513041100, 224354600, 0),
(30388, 1756, 173, 'Kamionka', 514716500, 224627500, 0),
(30389, 1756, 173, 'Konskowola', 514092200, 220517500, 0),
(30390, 1756, 173, 'Kozubszczyzna', 512232300, 224274700, 0),
(30391, 1756, 173, 'Krasnik', 509236000, 222270600, 0),
(30392, 1756, 173, 'Krasnystaw', 509846400, 231742000, 0),
(30393, 1756, 173, 'Krzywda', 517951900, 221999400, 0),
(30394, 1756, 173, 'Ksiezpol', 504232300, 227352600, 0),
(30395, 1756, 173, 'Kurow', 513894100, 221863700, 0),
(30396, 1756, 173, 'Labunie', 506551700, 233662000, 0),
(30397, 1756, 173, 'Leczna', 513012100, 228813500, 0),
(30398, 1756, 173, 'Lubartow', 514602600, 226095200, 0),
(30399, 1756, 173, 'Lublin', 512500000, 225666700, 0),
(30400, 1756, 173, 'Lubycza Krolewska', 503410200, 235194100, 0),
(30401, 1756, 173, 'Ludwin', 513460500, 229058100, 0),
(30402, 1756, 173, 'Lukow', 519290000, 223795600, 0),
(30403, 1756, 173, 'Miedzyrzec Podlaski', 519864000, 227824800, 0),
(30404, 1756, 173, 'Mircze', 506516400, 238960400, 0),
(30405, 1756, 173, 'Modliborzyce', 507541600, 223294500, 0),
(30406, 1756, 173, 'Naleczow', 512858100, 222153900, 0),
(30407, 1756, 173, 'Niedrzwica Duza', 511146200, 223891100, 0),
(30408, 1756, 173, 'Nielisz', 508006700, 230445100, 0),
(30409, 1756, 173, 'Niemce', 513615500, 226393900, 0),
(30410, 1756, 173, 'Opole Lubelskie', 511477500, 219689700, 0),
(30411, 1756, 173, 'Parczew', 516402100, 229005700, 0),
(30412, 1756, 173, 'Poniatowa', 511798300, 221309300, 0),
(30413, 1756, 173, 'Potok Gorny', 503847700, 225618800, 0),
(30414, 1756, 173, 'Potok Wielki', 507915000, 222164200, 0),
(30415, 1756, 173, 'Pulawy', 514165500, 219693900, 0),
(30416, 1756, 173, 'Radzyn Podlaski', 517833300, 226166700, 0),
(30417, 1756, 173, 'Ruda-Huta', 512366600, 235948600, 0),
(30418, 1756, 173, 'Ryki', 516257400, 219327400, 0),
(30419, 1756, 173, 'Sawin', 512744300, 234337500, 0),
(30420, 1756, 173, 'Skierbieszow', 508515800, 233591700, 0),
(30421, 1756, 173, 'Susiec', 504197300, 231962600, 0),
(30422, 1756, 173, 'Swidnik', 512189800, 226962100, 0),
(30423, 1756, 173, 'Tarnogrod', 503609000, 227417400, 0),
(30424, 1756, 173, 'Terespol', 520755000, 236161400, 0),
(30425, 1756, 173, 'Tomaszow Lubelski', 504476700, 234161600, 0),
(30426, 1756, 173, 'Trawniki', 511363300, 229981600, 0),
(30427, 1756, 173, 'Trzebieszow', 519900600, 225550200, 0),
(30428, 1756, 173, 'Urzedow', 509932300, 221426000, 0),
(30429, 1756, 173, 'Wisznice', 517892400, 232083600, 0),
(30430, 1756, 173, 'Wlodawa', 515500000, 235500000, 0),
(30431, 1756, 173, 'Wojciechow', 512354300, 222455100, 0),
(30432, 1756, 173, 'Wysokie', 509109300, 226660000, 0),
(30433, 1756, 173, 'Zalesie', 520374300, 233636000, 0),
(30434, 1756, 173, 'Zamosc', 507231400, 232519600, 0),
(30435, 1756, 173, 'Zwierzyniec', 506140000, 229751200, 0),
(30436, 1757, 173, 'Babimost', 521648800, 158276900, 0),
(30437, 1757, 173, 'Bogdaniec', 526889700, 150712700, 0),
(30438, 1757, 173, 'Bytom Odrzanski', 517306200, 158236200, 0),
(30439, 1757, 173, 'Cybinka', 521944600, 147956700, 0),
(30440, 1757, 173, 'Czerwiensk', 520128900, 154231700, 0),
(30441, 1757, 173, 'Deszczno', 526698800, 153197500, 0),
(30442, 1757, 173, 'Dobiegniew', 529694700, 157536200, 0),
(30443, 1757, 173, 'Drezdenko', 528383100, 158307800, 0),
(30444, 1757, 173, 'Gorzow Wielkopolski', 527367900, 152287800, 0),
(30445, 1757, 173, 'Gozdnica', 514363000, 150985600, 0),
(30446, 1757, 173, 'Gubin', 519495600, 147283700, 0),
(30447, 1757, 173, 'Ilowa', 515006000, 151998000, 0),
(30448, 1757, 173, 'Jenin', 526964700, 150979600, 0),
(30449, 1757, 173, 'Kargowa', 520714000, 158613800, 0),
(30450, 1757, 173, 'Klodawa', 527859500, 152145200, 0),
(30451, 1757, 173, 'Kostrzyn nad Odra', 525871300, 146495300, 0),
(30452, 1757, 173, 'Kozuchow', 517455800, 155949200, 0),
(30453, 1757, 173, 'Krosno Odrzanskie', 520549200, 150988200, 0),
(30454, 1757, 173, 'Krzeszyce', 525832900, 150070700, 0),
(30455, 1757, 173, 'Leknica', 515414800, 147358400, 0),
(30456, 1757, 173, 'Lubsko', 517846700, 149719600, 0),
(30457, 1757, 173, 'Malomice', 515559700, 154500400, 0),
(30458, 1757, 173, 'Miedzyrzecz', 524446100, 155780100, 0),
(30459, 1757, 173, 'Nowa Sol', 518033300, 157170200, 0),
(30460, 1757, 173, 'Nowe Miasteczko', 516909700, 157317400, 0),
(30461, 1757, 173, 'Ochla', 518790300, 154713200, 0),
(30462, 1757, 173, 'Pszczew', 524772400, 157816000, 0),
(30463, 1757, 173, 'Rzepin', 523464000, 148322700, 0),
(30464, 1757, 173, 'Santok', 527378500, 154102100, 0),
(30465, 1757, 173, 'Skwierzyna', 525991400, 155065200, 0),
(30466, 1757, 173, 'Slawa', 518762300, 160720500, 0),
(30467, 1757, 173, 'Slonsk', 525634500, 148052600, 0),
(30468, 1757, 173, 'Slubice', 523508800, 145606500, 0),
(30469, 1757, 173, 'Strzelce Krajenskie', 528772600, 155297800, 0),
(30470, 1757, 173, 'Sulechow', 520836200, 156251300, 0),
(30471, 1757, 173, 'Swidnica', 518883600, 153901300, 0),
(30472, 1757, 173, 'Swiebodzin', 522475100, 155335500, 0),
(30473, 1757, 173, 'Szprotawa', 515656300, 155366400, 0),
(30474, 1757, 173, 'Trzebiel', 516349600, 148160900, 0),
(30475, 1757, 173, 'Witnica', 526731800, 148976500, 0),
(30476, 1757, 173, 'Wschowa', 518070500, 163166300, 0),
(30477, 1757, 173, 'Wymiarki', 515110900, 150820800, 0),
(30478, 1757, 173, 'Zagan', 516175900, 153148600, 0),
(30479, 1757, 173, 'Zary', 516420500, 151372700, 0),
(30480, 1757, 173, 'Zbaszynek', 522431500, 158165400, 0),
(30481, 1757, 173, 'Zielona Gora', 519354800, 155064300, 0),
(30482, 1758, 173, 'Alwernia', 500605600, 195395300, 0),
(30483, 1758, 173, 'Andrychow', 498549700, 193383400, 0),
(30484, 1758, 173, 'Babice', 500556500, 191995500, 0),
(30485, 1758, 173, 'Balice', 500879900, 197946200, 0),
(30486, 1758, 173, 'Barwald Sredni', 498663200, 195936000, 0),
(30487, 1758, 173, 'Beblo', 501805300, 197874100, 0),
(30488, 1758, 173, 'Bialka Tatrzanska', 493897500, 201050700, 0),
(30489, 1758, 173, 'Bialy Dunajec', 493738000, 200089800, 0),
(30490, 1758, 173, 'Biecz', 497359600, 212630100, 0),
(30491, 1758, 173, 'Bienkowka', 497760000, 197717900, 0),
(30492, 1758, 173, 'Bobowa', 497086600, 209476700, 0),
(30493, 1758, 173, 'Bochnia', 499690500, 204302800, 0),
(30494, 1758, 173, 'Bolechowice', 501483100, 197927300, 0),
(30495, 1758, 173, 'Bolecin', 501175000, 194811600, 0),
(30496, 1758, 173, 'Borzecin', 500654000, 207110300, 0),
(30497, 1758, 173, 'Brzesko', 499691100, 206060600, 0),
(30498, 1758, 173, 'Brzeszcze', 499820300, 191515700, 0),
(30499, 1758, 173, 'Brzeznica', 499649700, 196195200, 0),
(30500, 1758, 173, 'Bukowno', 502647400, 194596200, 0),
(30501, 1758, 173, 'Chelmek', 501016300, 192480100, 0),
(30502, 1758, 173, 'Chelmiec', 496305100, 206642500, 0),
(30503, 1758, 173, 'Chocznia', 498741700, 194543800, 0),
(30504, 1758, 173, 'Chrzanow', 501354600, 194020300, 0),
(30505, 1758, 173, 'Czarnochowice', 500047100, 200679000, 0),
(30506, 1758, 173, 'Czarny Dunajec', 494366300, 198516100, 0),
(30507, 1758, 173, 'Czchow', 498372600, 206805600, 0),
(30508, 1758, 173, 'Dabrowa Tarnowska', 501746200, 209863300, 0),
(30509, 1758, 173, 'Debno', 499670100, 207197900, 0),
(30510, 1758, 173, 'Dobczyce', 498810900, 200893600, 0),
(30511, 1758, 173, 'Dobra', 497179300, 202534700, 0),
(30512, 1758, 173, 'Glogoczow', 498945200, 198741000, 0),
(30513, 1758, 173, 'Gnojnik', 498939700, 206086300, 0),
(30514, 1758, 173, 'Gorlice', 496556300, 211603500, 0),
(30515, 1758, 173, 'Gromnik', 498384300, 209612300, 0),
(30516, 1758, 173, 'Grybow', 496243900, 209479700, 0),
(30517, 1758, 173, 'Harbutowice', 498123500, 197804500, 0),
(30518, 1758, 173, 'Izdebnik', 498721800, 197680100, 0),
(30519, 1758, 173, 'Janowice', 498915400, 208608100, 0),
(30520, 1758, 173, 'Kalwaria Zebrzydowska', 498675900, 196772000, 0),
(30521, 1758, 173, 'Kamien', 500121500, 195853600, 0),
(30522, 1758, 173, 'Kety', 498821400, 192233300, 0),
(30523, 1758, 173, 'Klaj', 499924600, 202990400, 0),
(30524, 1758, 173, 'Klecza Dolna', 498829100, 195376400, 0),
(30525, 1758, 173, 'Klucze', 503356500, 195623600, 0),
(30526, 1758, 173, 'Kobylanka', 496689100, 212229300, 0),
(30527, 1758, 173, 'Kokotow', 500125400, 200782900, 0),
(30528, 1758, 173, 'Korzenna', 496863500, 208435500, 0),
(30529, 1758, 173, 'Koszyce Wielkie', 499807600, 209455200, 0),
(30530, 1758, 173, 'Krakow', 500833300, 199166700, 0),
(30531, 1758, 173, 'Krynica-Zdroj', 494222500, 209594200, 0),
(30532, 1758, 173, 'Kryspinow', 500438000, 197982200, 0),
(30533, 1758, 173, 'Krzecin', 499431600, 197415700, 0),
(30534, 1758, 173, 'Krzeszowice', 501424800, 196322300, 0),
(30535, 1758, 173, 'Krzywaczka', 498935300, 198322100, 0),
(30536, 1758, 173, 'Lacko', 495575700, 204358600, 0),
(30537, 1758, 173, 'Lanckorona', 498449600, 197157800, 0),
(30538, 1758, 173, 'Lesnica', 494009200, 200600100, 0),
(30539, 1758, 173, 'Letownia', 496974500, 198710900, 0),
(30540, 1758, 173, 'Libertow', 499724200, 198946100, 0),
(30541, 1758, 173, 'Libiaz', 501039600, 193156800, 0),
(30542, 1758, 173, 'Limanowa', 497059400, 204220400, 0),
(30543, 1758, 173, 'Lukowica', 496111000, 204828900, 0),
(30544, 1758, 173, 'Luszowice', 501741500, 194042600, 0),
(30545, 1758, 173, 'Makow Podhalanski', 497300800, 196771100, 0),
(30546, 1758, 173, 'Maniowy', 494597600, 202645400, 0),
(30547, 1758, 173, 'Medrzechow', 502822100, 209474900, 0),
(30548, 1758, 173, 'Michalowice', 501589800, 199804400, 0),
(30549, 1758, 173, 'Miechow', 503564800, 200278800, 0),
(30550, 1758, 173, 'Miekinia', 501555700, 196087100, 0),
(30551, 1758, 173, 'Modlnica', 501295800, 198646100, 0),
(30552, 1758, 173, 'Mogilany', 499389000, 198897200, 0),
(30553, 1758, 173, 'Moszczenica', 497366800, 210923800, 0),
(30554, 1758, 173, 'Muszyna', 493566100, 208971800, 0),
(30555, 1758, 173, 'Myslenice', 498338300, 199383000, 0),
(30556, 1758, 173, 'Naprawa', 496465700, 198791600, 0),
(30557, 1758, 173, 'Niedzica', 494100800, 203027300, 0),
(30558, 1758, 173, 'Niepolomice', 500406600, 202225700, 0),
(30559, 1758, 173, 'Nowy Sacz', 496217700, 206970500, 0),
(30560, 1758, 173, 'Nowy Targ', 494778300, 200322800, 0),
(30561, 1758, 173, 'Nowy Wisnicz', 499146500, 204610900, 0),
(30562, 1758, 173, 'Olkusz', 502813000, 195650300, 0),
(30563, 1758, 173, 'Osieczany', 498425200, 199820700, 0),
(30564, 1758, 173, 'Oswiecim', 500343700, 192103700, 0),
(30565, 1758, 173, 'Pcim', 497516600, 199710800, 0),
(30566, 1758, 173, 'Piekary', 500249500, 197961600, 0),
(30567, 1758, 173, 'Piwniczna-Zdroj', 494405600, 207142300, 0),
(30568, 1758, 173, 'Podegrodzie', 495768800, 205885500, 0),
(30569, 1758, 173, 'Podleze', 500145800, 201678100, 0),
(30570, 1758, 173, 'Pogorska Wola', 500185500, 211579500, 0),
(30571, 1758, 173, 'Poronin', 493378100, 200029100, 0),
(30572, 1758, 173, 'Proszowice', 501927500, 202890900, 0),
(30573, 1758, 173, 'Przeciszow', 500064700, 193757600, 0),
(30574, 1758, 173, 'Przyborow', 500303500, 206627900, 0),
(30575, 1758, 173, 'Rabka-Zdroj', 496088900, 199665400, 0),
(30576, 1758, 173, 'Radlow', 500841900, 208496700, 0),
(30577, 1758, 173, 'Radocza', 499177400, 194749800, 0),
(30578, 1758, 173, 'Radziszow', 499353100, 198152200, 0),
(30579, 1758, 173, 'Ryglice', 498788700, 211374800, 0),
(30580, 1758, 173, 'Rytro', 494890400, 206663100, 0),
(30581, 1758, 173, 'Rzaska', 500971300, 198450900, 0),
(30582, 1758, 173, 'Rzozow', 499539800, 197966800, 0),
(30583, 1758, 173, 'Skala', 502305200, 198536300, 0),
(30584, 1758, 173, 'Skawina', 499752400, 198286900, 0),
(30585, 1758, 173, 'Stary Sacz', 495636400, 206349600, 0),
(30586, 1758, 173, 'Stryszawa', 497132700, 195218500, 0),
(30587, 1758, 173, 'Sucha Beskidzka', 497418800, 195942900, 0),
(30588, 1758, 173, 'Sulecin', 524442900, 151167600, 0),
(30589, 1758, 173, 'Swiatniki Gorne', 499342900, 199536400, 0),
(30590, 1758, 173, 'Szczucin', 503095700, 210744400, 0),
(30591, 1758, 173, 'Tarnow', 500138100, 209869800, 0),
(30592, 1758, 173, 'Tarnowiec', 499816400, 209865500, 0),
(30593, 1758, 173, 'Tomaszkowice', 499791800, 200996600, 0),
(30594, 1758, 173, 'Trzebinia', 501593100, 194696600, 0),
(30595, 1758, 173, 'Trzemesnia', 498275200, 200220700, 0),
(30596, 1758, 173, 'Tuchow', 498948500, 210540700, 0),
(30597, 1758, 173, 'Tymbark', 497285900, 203253900, 0),
(30598, 1758, 173, 'Wadowice', 498833500, 194929200, 0),
(30599, 1758, 173, 'Wieliczka', 499873800, 200647300, 0),
(30600, 1758, 173, 'Wierzchoslawice', 500247800, 208567700, 0),
(30601, 1758, 173, 'Witanowice', 499179600, 195257900, 0),
(30602, 1758, 173, 'Witkowice', 499074600, 192796300, 0),
(30603, 1758, 173, 'Wojnicz', 499580000, 208378500, 0),
(30604, 1758, 173, 'Wola Batorska', 500526200, 202661700, 0),
(30605, 1758, 173, 'Wolbrom', 503795700, 197583100, 0),
(30606, 1758, 173, 'Wrzasowice', 499586200, 199465400, 0),
(30607, 1758, 173, 'Zabierzow', 501142500, 197978800, 0),
(30608, 1758, 173, 'Zaborze', 500217500, 192406700, 0),
(30609, 1758, 173, 'Zakliczyn', 498558900, 208093500, 0),
(30610, 1758, 173, 'Zakopane', 492989900, 199488500, 0),
(30611, 1758, 173, 'Zator', 499960400, 194379900, 0),
(30612, 1758, 173, 'Zembrzyce', 497751700, 196012000, 0),
(30613, 1758, 173, 'Zielonki', 501209100, 199215600, 0),
(30614, 1758, 173, 'Zlota', 498805900, 206932600, 0),
(30615, 1759, 173, 'Belsk Duzy', 518256100, 208084700, 0),
(30616, 1759, 173, 'Blonie', 521984900, 206170900, 0),
(30617, 1759, 173, 'Brwinow', 521426900, 207169700, 0),
(30618, 1759, 173, 'Chynow', 519042500, 210820800, 0),
(30619, 1759, 173, 'Ciechanow', 528814100, 206199600, 0),
(30620, 1759, 173, 'Czarnia', 533561400, 211952000, 0),
(30621, 1759, 173, 'Czernice Borowe', 530319700, 207194400, 0),
(30622, 1759, 173, 'Dabrowka', 524838800, 212979400, 0),
(30623, 1759, 173, 'Debe Wielkie', 521996100, 214433400, 0),
(30624, 1759, 173, 'Dlugosiodlo', 527599800, 215918300, 0),
(30625, 1759, 173, 'Garwolin', 518974700, 216146600, 0),
(30626, 1759, 173, 'Gora Kalwaria', 519765300, 212153700, 0),
(30627, 1759, 173, 'Gorzno', 518468100, 217093300, 0),
(30628, 1759, 173, 'Gostynin', 524293800, 194619400, 0),
(30629, 1759, 173, 'Granica', 521335900, 208031300, 0),
(30630, 1759, 173, 'Grebkow', 522693100, 219097400, 0),
(30631, 1759, 173, 'Grodzisk Mazowiecki', 521038700, 206337000, 0),
(30632, 1759, 173, 'Grojec', 518625200, 208675700, 0),
(30633, 1759, 173, 'Gzy', 527404500, 209437200, 0),
(30634, 1759, 173, 'Halinow', 522288000, 213551000, 0),
(30635, 1759, 173, 'Hornowek', 522863800, 208079300, 0),
(30636, 1759, 173, 'Ilza', 511631300, 212397900, 0),
(30637, 1759, 173, 'Jablonna', 523788500, 209174500, 0),
(30638, 1759, 173, 'Jasieniec', 518210400, 209409900, 0),
(30639, 1759, 173, 'Jedlinsk', 515140000, 211157700, 0),
(30640, 1759, 173, 'Jedlnia-Letnisko', 514307400, 213353600, 0),
(30641, 1759, 173, 'Jozefoslaw', 521005000, 210462900, 0),
(30642, 1759, 173, 'Jozefow', 521370700, 212358900, 0),
(30643, 1759, 173, 'Kabaty', 521301200, 210814800, 0),
(30644, 1759, 173, 'Kampinos', 522683700, 204630700, 0),
(30645, 1759, 173, 'Kielpin', 523579600, 208621400, 0),
(30646, 1759, 173, 'Klembow', 524065000, 213317600, 0),
(30647, 1759, 173, 'Kobylka', 523395300, 211958900, 0),
(30648, 1759, 173, 'Kolbiel', 520643100, 214815300, 0),
(30649, 1759, 173, 'Komorow', 521456000, 208156600, 0),
(30650, 1759, 173, 'Konstancin-Jeziorna', 520938000, 211176100, 0),
(30651, 1759, 173, 'Kosow Lacki', 525954100, 221470700, 0),
(30652, 1759, 173, 'Kotun', 521764300, 220681900, 0),
(30653, 1759, 173, 'Kozienice', 515829400, 215477900, 0),
(30654, 1759, 173, 'Lack', 524662100, 196113700, 0),
(30655, 1759, 173, 'Legionowo', 524014900, 209266400, 0),
(30656, 1759, 173, 'Lesznowola', 520909500, 209347900, 0),
(30657, 1759, 173, 'Lipsko', 511595400, 216493300, 0),
(30658, 1759, 173, 'Lochow', 525307600, 216815800, 0),
(30659, 1759, 173, 'Lomianki', 523341300, 208860200, 0),
(30660, 1759, 173, 'Losice', 522112900, 227180100, 0),
(30661, 1759, 173, 'Lubowidz', 531186500, 198459400, 0),
(30662, 1759, 173, 'Makow Mazowiecki', 528649300, 211005300, 0),
(30663, 1759, 173, 'Malkinia Gorna', 526922000, 220283600, 0),
(30664, 1759, 173, 'Marki', 523206500, 211047400, 0),
(30665, 1759, 173, 'Maszewo Duze', 525802600, 196290500, 0),
(30666, 1759, 173, 'Michalow-Reginow', 524171100, 209659500, 0),
(30667, 1759, 173, 'Michalowice', 521743500, 208808900, 0),
(30668, 1759, 173, 'Mietne', 519213500, 215745700, 0),
(30669, 1759, 173, 'Milanowek', 521187900, 206715500, 0),
(30670, 1759, 173, 'Minsk Mazowiecki', 521793500, 215725100, 0),
(30671, 1759, 173, 'Mlawa', 531127800, 203841000, 0),
(30672, 1759, 173, 'Mszczonow', 519741500, 205208300, 0),
(30673, 1759, 173, 'Mysiadlo', 521021600, 210185600, 0),
(30674, 1759, 173, 'Nadarzyn', 520943800, 208077600, 0),
(30675, 1759, 173, 'Nasielsk', 525888700, 208055300, 0),
(30676, 1759, 173, 'Nieporet', 524315200, 210321200, 0),
(30677, 1759, 173, 'Nowe Miasto', 526569100, 206283800, 0),
(30678, 1759, 173, 'Nowy Dwor Mazowiecki', 524302200, 207165200, 0),
(30679, 1759, 173, 'Ojrzen', 527657000, 205431500, 0),
(30680, 1759, 173, 'Ostroleka', 530862100, 215756600, 0),
(30681, 1759, 173, 'Ostrow Mazowiecka', 528024500, 218950700, 0),
(30682, 1759, 173, 'Otrebusy', 521284300, 207607300, 0),
(30683, 1759, 173, 'Otwock', 521057700, 212612900, 0),
(30684, 1759, 173, 'Owczarnia', 521111400, 207046800, 0),
(30685, 1759, 173, 'Ozarow Mazowiecki', 522103900, 207971600, 0),
(30686, 1759, 173, 'Piaseczno', 520814000, 210239700, 0),
(30687, 1759, 173, 'Piastow', 521843500, 208395200, 0),
(30688, 1759, 173, 'Pilawa', 519594500, 215308900, 0),
(30689, 1759, 173, 'Pionki', 514760400, 214499500, 0),
(30690, 1759, 173, 'Plock', 525468200, 197063800, 0),
(30691, 1759, 173, 'Ploniawy-Bramura', 529778000, 210717800, 0),
(30692, 1759, 173, 'Plonsk', 526234800, 203755200, 0),
(30693, 1759, 173, 'Promna', 516800600, 209591700, 0),
(30694, 1759, 173, 'Pruszkow', 521707200, 208121400, 0),
(30695, 1759, 173, 'Przasnysz', 530190700, 208802900, 0),
(30696, 1759, 173, 'Przysucha', 513585800, 206288900, 0),
(30697, 1759, 173, 'Pultusk', 527025000, 210827600, 0),
(30698, 1759, 173, 'Puszcza Marianska', 519790100, 203503700, 0),
(30699, 1759, 173, 'Raciaz', 527815200, 201177000, 0),
(30700, 1759, 173, 'Radom', 514025300, 211471400, 0),
(30701, 1759, 173, 'Radzymin', 524159200, 211841400, 0),
(30702, 1759, 173, 'Raszyn', 521560300, 209226000, 0),
(30703, 1759, 173, 'Rozan', 528875700, 213910500, 0),
(30704, 1759, 173, 'Rybie', 521522900, 209365500, 0),
(30705, 1759, 173, 'Siedlce', 521677200, 222900600, 0),
(30706, 1759, 173, 'Sierpc', 528568000, 196691300, 0),
(30707, 1759, 173, 'Skaryszew', 513107500, 212523300, 0),
(30708, 1759, 173, 'Slubice', 523694200, 199388100, 0),
(30709, 1759, 173, 'Sobienie Jeziory', 519327300, 213033500, 0),
(30710, 1759, 173, 'Sobolew', 517366000, 216634900, 0),
(30711, 1759, 173, 'Sochaczew', 522294400, 202383800, 0),
(30712, 1759, 173, 'Sochocin', 526871500, 204725900, 0),
(30713, 1759, 173, 'Sokolow Podlaski', 524067700, 222530700, 0),
(30714, 1759, 173, 'Stanislawow Pierwszy', 523748500, 210518400, 0),
(30715, 1759, 173, 'Stara Kornica', 521818300, 229375200, 0),
(30716, 1759, 173, 'Stare Babice', 522602800, 208340300, 0),
(30717, 1759, 173, 'Sulejowek', 522522100, 212690200, 0),
(30718, 1759, 173, 'Sulkowice', 519231000, 210892900, 0),
(30719, 1759, 173, 'Swiercze', 526705500, 207639000, 0),
(30720, 1759, 173, 'Szydlowiec', 512282300, 208610600, 0),
(30721, 1759, 173, 'Tarczyn', 519819700, 208339400, 0),
(30722, 1759, 173, 'Tluszcz', 524305800, 214356100, 0),
(30723, 1759, 173, 'Trablice', 513524900, 211287700, 0),
(30724, 1759, 173, 'Truskaw', 523012400, 207824400, 0),
(30725, 1759, 173, 'Warka', 517843000, 211909100, 0),
(30726, 1759, 173, 'Warsaw', 522297700, 210117800, 0),
(30727, 1759, 173, 'Wegrow', 523995400, 220163400, 0),
(30728, 1759, 173, 'Wolomin', 523400600, 212420700, 0),
(30729, 1759, 173, 'Wyszkow', 525927800, 214584000, 0),
(30730, 1759, 173, 'Zabki', 522927100, 211053900, 0),
(30731, 1759, 173, 'Zakroczym', 524335100, 206120700, 0),
(30732, 1759, 173, 'Zalesie Gorne', 520276800, 210365900, 0),
(30733, 1759, 173, 'Zatory', 525992900, 211825800, 0),
(30734, 1759, 173, 'Zelechow', 518105100, 218972100, 0),
(30735, 1759, 173, 'Zielonka', 523037600, 211601800, 0),
(30736, 1759, 173, 'Zwolen', 513554200, 215876800, 0),
(30737, 1759, 173, 'Zyrardow', 520488000, 204459900, 0),
(30738, 1760, 173, 'Biala', 503858700, 176603500, 0),
(30739, 1760, 173, 'Brzeg', 508607900, 174674000, 0),
(30740, 1760, 173, 'Byczyna', 511138700, 182141300, 0),
(30741, 1760, 173, 'Chrzastowice', 506662200, 180729400, 0),
(30742, 1760, 173, 'Czarnowasy', 507285800, 178981900, 0),
(30743, 1760, 173, 'Dabrowa', 506835200, 177495700, 0),
(30744, 1760, 173, 'Dalachow', 510773200, 185784000, 0),
(30745, 1760, 173, 'Dobrodzien', 507287400, 184450100, 0),
(30746, 1760, 173, 'Dobrzen Wielki', 507684400, 178465200, 0),
(30747, 1760, 173, 'Glogowek', 503535500, 178640500, 0),
(30748, 1760, 173, 'Glubczyce', 502008600, 178285800, 0),
(30749, 1760, 173, 'Glucholazy', 503150500, 173835500, 0),
(30750, 1760, 173, 'Gorzow Slaski', 510287100, 184230400, 0),
(30751, 1760, 173, 'Grodkow', 506983600, 173844900, 0),
(30752, 1760, 173, 'Januszkowice', 503918900, 181368000, 0),
(30753, 1760, 173, 'Kedzierzyn-Kozle', 503498400, 182260600, 0),
(30754, 1760, 173, 'Kietrz', 500804200, 180043200, 0),
(30755, 1760, 173, 'Kluczbork', 509728100, 182181600, 0),
(30756, 1760, 173, 'Kozle', 503356000, 181433200, 0),
(30757, 1760, 173, 'Krapkowice', 504751500, 179653900, 0),
(30758, 1760, 173, 'Lambinowice', 505386900, 175609600, 0),
(30759, 1760, 173, 'Lewin Brzeski', 507487000, 176168800, 0),
(30760, 1760, 173, 'Namyslow', 510759200, 177228400, 0),
(30761, 1760, 173, 'Niemodlin', 506420000, 176193200, 0),
(30762, 1760, 173, 'Nysa', 504737900, 173343700, 0),
(30763, 1760, 173, 'Nysa Zamlynie', 504575000, 173130800, 0),
(30764, 1760, 173, 'Olesno', 508769800, 184209400, 0),
(30765, 1760, 173, 'Opole', 506666700, 179500000, 0),
(30766, 1760, 173, 'Ozimek', 506794400, 182137000, 0),
(30767, 1760, 173, 'Paczkow', 504639500, 170065800, 0),
(30768, 1760, 173, 'Pokoj', 509026500, 178375100, 0),
(30769, 1760, 173, 'Praszka', 510537500, 184531700, 0),
(30770, 1760, 173, 'Proszkow', 505767000, 178714300, 0),
(30771, 1760, 173, 'Prudnik', 503212400, 175746100, 0),
(30772, 1760, 173, 'Skarbimierz Osiedle', 508458400, 174186500, 0),
(30773, 1760, 173, 'Skorogoszcz', 507591600, 176819800, 0),
(30774, 1760, 173, 'Slawiecice', 503720700, 183217600, 0),
(30775, 1760, 173, 'Strzelce Opolskie', 505107000, 183005600, 0),
(30776, 1760, 173, 'Tulowice', 505957700, 176532300, 0),
(30777, 1760, 173, 'Wawelno', 506566670, 177616670, 0),
(30778, 1760, 173, 'Wolczyn', 510184500, 180499400, 0),
(30779, 1760, 173, 'Zawadzkie', 506050300, 184846700, 0),
(30780, 1760, 173, 'Zdzieszowice', 504248200, 181234900, 0),
(30781, 1760, 173, 'Zebowice', 507629000, 183443400, 0),
(30782, 1761, 173, 'Albigowa', 500142500, 222241400, 0),
(30783, 1761, 173, 'Babica', 499347600, 218703500, 0),
(30784, 1761, 173, 'Baligrod', 493309000, 222856600, 0),
(30785, 1761, 173, 'Baranow Sandomierski', 504991200, 215420400, 0),
(30786, 1761, 173, 'Boguchwala', 499847300, 219452800, 0),
(30787, 1761, 173, 'Borowa', 503854800, 213515000, 0),
(30788, 1761, 173, 'Brzeznica', 501006500, 214802500, 0),
(30789, 1761, 173, 'Brzozow', 496950100, 220192600, 0),
(30790, 1761, 173, 'Chmielnik', 499738600, 221453500, 0),
(30791, 1761, 173, 'Chorkowka', 496466800, 216715600, 0),
(30792, 1761, 173, 'Cieszanow', 502456400, 231316300, 0),
(30793, 1761, 173, 'Cmolas', 502952600, 217441700, 0),
(30794, 1761, 173, 'Czudec', 499448700, 218413400, 0),
(30795, 1761, 173, 'Debica', 500514600, 214114100, 0),
(30796, 1761, 173, 'Debow', 500449000, 224361400, 0),
(30797, 1761, 173, 'Dlugie', 495786600, 220433800, 0),
(30798, 1761, 173, 'Dukla', 495555400, 216831700, 0),
(30799, 1761, 173, 'Dydnia', 496864000, 221719600, 0),
(30800, 1761, 173, 'Dynow', 498150600, 222338800, 0),
(30801, 1761, 173, 'Frysztak', 498416400, 216094200, 0),
(30802, 1761, 173, 'Glogow Malopolski', 501512200, 219628700, 0),
(30803, 1761, 173, 'Gorki', 496438500, 220430400, 0),
(30804, 1761, 173, 'Gorzyce', 501284100, 225792600, 0),
(30805, 1761, 173, 'Grodzisko Gorne', 501869000, 224378600, 0),
(30806, 1761, 173, 'Hyzne', 499176900, 221813100, 0),
(30807, 1761, 173, 'Iwierzyce', 500295800, 217539600, 0),
(30808, 1761, 173, 'Jablonka', 496941700, 221156500, 0),
(30809, 1761, 173, 'Jagiella', 500946000, 225726100, 0),
(30810, 1761, 173, 'Jaroslaw', 500162300, 226777600, 0),
(30811, 1761, 173, 'Jaslo', 497450600, 214725200, 0),
(30812, 1761, 173, 'Jedlicze', 497174900, 216488600, 0),
(30813, 1761, 173, 'Jezowe', 503748600, 221274900, 0),
(30814, 1761, 173, 'Kamien', 503406400, 221353900, 0),
(30815, 1761, 173, 'Kanczuga', 499834600, 224116800, 0),
(30816, 1761, 173, 'Kolbuszowa', 502441000, 217761000, 0),
(30817, 1761, 173, 'Korczyna', 497155500, 218094100, 0),
(30818, 1761, 173, 'Krasne', 500562600, 220863800, 0),
(30819, 1761, 173, 'Krosno', 496886600, 217705800, 0),
(30820, 1761, 173, 'Lancut', 500687100, 222291200, 0),
(30821, 1761, 173, 'Leki Gorne', 499738600, 211742600, 0),
(30822, 1761, 173, 'Lesko', 494701000, 223304200, 0),
(30823, 1761, 173, 'Lezajsk', 502625700, 224193200, 0),
(30824, 1761, 173, 'Lubaczow', 501570000, 231233900, 0),
(30825, 1761, 173, 'Lubenia', 499307800, 219266500, 0),
(30826, 1761, 173, 'Lutoryz', 499671200, 219124000, 0),
(30827, 1761, 173, 'Majdan Krolewski', 503793500, 217461500, 0),
(30828, 1761, 173, 'Medyka', 498052600, 229222900, 0),
(30829, 1761, 173, 'Miejsce Piastowe', 496344000, 217873500, 0),
(30830, 1761, 173, 'Mielec', 502870900, 214239000, 0),
(30831, 1761, 173, 'Niechobrz', 499947200, 218782400, 0),
(30832, 1761, 173, 'Nisko', 505198700, 221396800, 0),
(30833, 1761, 173, 'Nowa Deba', 504297400, 217507800, 0),
(30834, 1761, 173, 'Nowa Sarzyna', 503208600, 223445600, 0),
(30835, 1761, 173, 'Nowy Zmigrod', 496035300, 215237600, 0),
(30836, 1761, 173, 'Oleszyce', 501675000, 230348100, 0),
(30837, 1761, 173, 'Ostrow', 499681200, 227871000, 0),
(30838, 1761, 173, 'Przemysl', 497849800, 227672800, 0),
(30839, 1761, 173, 'Przeworsk', 500591200, 224940800, 0),
(30840, 1761, 173, 'Przybyszowka', 500478800, 219257900, 0),
(30841, 1761, 173, 'Radomysl', 506810100, 219436500, 0),
(30842, 1761, 173, 'Radymno', 499472000, 228237500, 0),
(30843, 1761, 173, 'Rogozno', 500736700, 223748600, 0),
(30844, 1761, 173, 'Ropczyce', 500522900, 216089100, 0),
(30845, 1761, 173, 'Rudna Mala', 500988900, 219602100, 0),
(30846, 1761, 173, 'Rymanow', 495764900, 218681100, 0),
(30847, 1761, 173, 'Rzepedz', 493699700, 221117400, 0),
(30848, 1761, 173, 'Rzeszow', 500413200, 219990100, 0),
(30849, 1761, 173, 'Sanok', 495557300, 222056000, 0),
(30850, 1761, 173, 'Sedziszow Malopolski', 500706900, 217006200, 0),
(30851, 1761, 173, 'Stalowa Wola', 505828600, 220533400, 0),
(30852, 1761, 173, 'Stara Wies', 497150500, 220044100, 0),
(30853, 1761, 173, 'Strzyzow', 498707400, 217941300, 0),
(30854, 1761, 173, 'Tarnobrzeg', 505730400, 216793700, 0),
(30855, 1761, 173, 'Tryncza', 501608700, 225500800, 0),
(30856, 1761, 173, 'Trzciana', 500719000, 218385000, 0),
(30857, 1761, 173, 'Trzebownisko', 500782900, 220371200, 0),
(30858, 1761, 173, 'Turze Pole', 496632900, 220047600, 0),
(30859, 1761, 173, 'Tyczyn', 499638400, 220339800, 0),
(30860, 1761, 173, 'Uherce Mineralne', 494645500, 223982900, 0),
(30861, 1761, 173, 'Ulanow', 504903100, 222636200, 0),
(30862, 1761, 173, 'Ustrzyki Dolne', 494304000, 225938100, 0),
(30863, 1761, 173, 'Wesola', 497997700, 221002900, 0),
(30864, 1761, 173, 'Wisniowa', 498689700, 216550800, 0),
(30865, 1761, 173, 'Wolka Niedzwiedzka', 502422600, 221882600, 0),
(30866, 1761, 173, 'Zagorz', 495145700, 222670600, 0),
(30867, 1761, 173, 'Zurawica', 498234800, 227892500, 0),
(30868, 1762, 173, 'Augustow', 538432100, 229797900, 0),
(30869, 1762, 173, 'Bialystok', 531333300, 231500000, 0),
(30870, 1762, 173, 'Bielsk Podlaski', 527651200, 231864700, 0),
(30871, 1762, 173, 'Bocki', 526515500, 230448500, 0),
(30872, 1762, 173, 'Bransk', 527444000, 228377400, 0),
(30873, 1762, 173, 'Choroszcz', 531433200, 229888900, 0),
(30874, 1762, 173, 'Ciechanowiec', 526782800, 224981500, 0),
(30875, 1762, 173, 'Czarna Bialostocka', 533050900, 232814600, 0),
(30876, 1762, 173, 'Czyzew', 527976800, 223123700, 0),
(30877, 1762, 173, 'Dabrowa Bialostocka', 536536400, 233479200, 0),
(30878, 1762, 173, 'Dobrzyniewo Duze', 532002200, 230112900, 0),
(30879, 1762, 173, 'Grajewo', 536472800, 224553700, 0),
(30880, 1762, 173, 'Hajnowka', 527432800, 235812200, 0),
(30881, 1762, 173, 'Janow', 534674700, 232305200, 0),
(30882, 1762, 173, 'Kolno', 534114800, 219290500, 0),
(30883, 1762, 173, 'Lapy', 529911000, 228842200, 0),
(30884, 1762, 173, 'Lomza', 531780600, 220593500, 0),
(30885, 1762, 173, 'Michalowo', 530349200, 236099600, 0),
(30886, 1762, 173, 'Orla', 527054600, 233321300, 0),
(30887, 1762, 173, 'Piatnica', 531965700, 220959100, 0),
(30888, 1762, 173, 'Raczki', 539874900, 227848700, 0),
(30889, 1762, 173, 'Radzilow', 534099400, 224098800, 0),
(30890, 1762, 173, 'Sejny', 541080200, 233469800, 0),
(30891, 1762, 173, 'Siemiatycze', 524271900, 228623100, 0),
(30892, 1762, 173, 'Sokolka', 534071500, 235022800, 0),
(30893, 1762, 173, 'Suchowola', 535775300, 231059600, 0),
(30894, 1762, 173, 'Suprasl', 532052600, 233393400, 0),
(30895, 1762, 173, 'Suraz', 529490800, 229565300, 0),
(30896, 1762, 173, 'Suwalki', 541117500, 229308700, 0),
(30897, 1762, 173, 'Szczuczyn', 535633000, 222853400, 0),
(30898, 1762, 173, 'Szepietowo', 528703200, 225439200, 0),
(30899, 1762, 173, 'Turosn Koscielna', 530146300, 230553200, 0),
(30900, 1762, 173, 'Wasilkow', 531990900, 232077600, 0),
(30901, 1762, 173, 'Wysokie Mazowieckie', 529166100, 225171200, 0),
(30902, 1762, 173, 'Wyszki', 528412900, 229811900, 0),
(30903, 1762, 173, 'Zambrow', 529855000, 222431900, 0),
(30904, 1763, 173, 'Banino', 543921500, 184062200, 0),
(30905, 1763, 173, 'Bojano', 544712300, 183840800, 0),
(30906, 1763, 173, 'Bolszewo', 546180100, 181758500, 0),
(30907, 1763, 173, 'Brusy', 538844600, 177178600, 0),
(30908, 1763, 173, 'Bytow', 541705700, 174918700, 0),
(30909, 1763, 173, 'Cewice', 544355100, 177348500, 0),
(30910, 1763, 173, 'Chlapowo', 548036500, 183735200, 0),
(30911, 1763, 173, 'Chojnice', 536955400, 175570100, 0),
(30912, 1763, 173, 'Chwaszczyno', 544437900, 184187500, 0),
(30913, 1763, 173, 'Czarne', 536842000, 169383400, 0),
(30914, 1763, 173, 'Czersk', 537958900, 179764700, 0),
(30915, 1763, 173, 'Czluchow', 536672200, 173588300, 0),
(30916, 1763, 173, 'Debrzno', 535381700, 172364300, 0),
(30917, 1763, 173, 'Dzierzgon', 539219600, 193470500, 0),
(30918, 1763, 173, 'Gdansk', 543520500, 186463700, 0),
(30919, 1763, 173, 'Gdynia', 545188900, 185318800, 0),
(30920, 1763, 173, 'Glowczyce', 546193500, 173723000, 0),
(30921, 1763, 173, 'Gniew', 538360200, 188231000, 0),
(30922, 1763, 173, 'Hel', 546081400, 188013000, 0),
(30923, 1763, 173, 'Kaliska', 539053500, 182188500, 0),
(30924, 1763, 173, 'Kartuzy', 543342400, 181973500, 0),
(30925, 1763, 173, 'Kobylnica', 544397500, 169978200, 0),
(30926, 1763, 173, 'Kolbudy', 542698900, 184663900, 0),
(30927, 1763, 173, 'Koleczkowo', 544862900, 183437300, 0),
(30928, 1763, 173, 'Kosakowo', 545892700, 184848400, 0),
(30929, 1763, 173, 'Koscierzyna', 541222600, 179811900, 0),
(30930, 1763, 173, 'Kowale', 543097600, 185614900, 0),
(30931, 1763, 173, 'Krokowa', 547792100, 181616000, 0),
(30932, 1763, 173, 'Kwidzyn', 537249500, 189311400, 0),
(30933, 1763, 173, 'Lebork', 545392100, 177501200, 0),
(30934, 1763, 173, 'Legowo', 542264100, 186427700, 0),
(30935, 1763, 173, 'Lisewo Malborskie', 540966500, 188292800, 0),
(30936, 1763, 173, 'Lublewo Gdanskie', 542845700, 185038900, 0),
(30937, 1763, 173, 'Luzino', 545660400, 181090700, 0),
(30938, 1763, 173, 'Malbork', 540359100, 190266000, 0),
(30939, 1763, 173, 'Miastko', 540028300, 169826300, 0),
(30940, 1763, 173, 'Nowy Dwor Gdanski', 542130500, 191177100, 0),
(30941, 1763, 173, 'Pelplin', 539283400, 186977000, 0),
(30942, 1763, 173, 'Pogorze', 545644000, 184820900, 0),
(30943, 1763, 173, 'Potegowo', 544828500, 174862000, 0),
(30944, 1763, 173, 'Prabuty', 537550000, 192054700, 0),
(30945, 1763, 173, 'Pruszcz Gdanski', 542621700, 186362500, 0),
(30946, 1763, 173, 'Przechlewo', 537984700, 172520500, 0),
(30947, 1763, 173, 'Przywidz', 541952400, 183211600, 0),
(30948, 1763, 173, 'Pszczolki', 541730400, 186978700, 0),
(30949, 1763, 173, 'Puck', 547179000, 184084100, 0),
(30950, 1763, 173, 'Reda', 546052800, 183471700, 0),
(30951, 1763, 173, 'Rotmanka', 542742500, 186038000, 0),
(30952, 1763, 173, 'Rumia', 545709200, 183880200, 0),
(30953, 1763, 173, 'Skarszewy', 540691100, 184441600, 0),
(30954, 1763, 173, 'Slupsk', 544640500, 170287200, 0),
(30955, 1763, 173, 'Smetowo Graniczne', 537463800, 186858600, 0),
(30956, 1763, 173, 'Somonino', 542755500, 181988500, 0),
(30957, 1763, 173, 'Sopot', 544418000, 185600300, 0),
(30958, 1763, 173, 'Starogard Gdanski', 539639600, 185263800, 0),
(30959, 1763, 173, 'Straszyn', 542721400, 185811400, 0),
(30960, 1763, 173, 'Sztum', 539207700, 190307200, 0),
(30961, 1763, 173, 'Tczew', 540924200, 187778700, 0),
(30962, 1763, 173, 'Ustka', 545804800, 168619400, 0),
(30963, 1763, 173, 'Wejherowo', 546056800, 182355900, 0),
(30964, 1763, 173, 'Wielki Kack', 544675400, 184881000, 0),
(30965, 1763, 173, 'Wladyslawowo', 547908600, 184009000, 0),
(30966, 1763, 173, 'Zelistrzewo', 546777000, 184173800, 0),
(30967, 1763, 173, 'Zukowo', 543422000, 183647600, 0),
(30968, 1764, 173, 'Bazanowice', 497379100, 187034500, 0),
(30969, 1764, 173, 'Bedzin', 503260700, 191256500, 0),
(30970, 1764, 173, 'Belk', 501304800, 187166700, 0),
(30971, 1764, 173, 'Belsznica', 499781100, 183631300, 0),
(30972, 1764, 173, 'Bestwinka', 499327200, 190669400, 0),
(30973, 1764, 173, 'Bielsko-Biala', 498224500, 190468600, 0),
(30974, 1764, 173, 'Bierun', 500900000, 190929100, 0),
(30975, 1764, 173, 'Blachownia', 507801500, 189638900, 0),
(30976, 1764, 173, 'Bobrowniki', 503798500, 189866100, 0),
(30977, 1764, 173, 'Bojszowy', 500578000, 191014500, 0),
(30978, 1764, 173, 'Boronow', 506746000, 189067800, 0),
(30979, 1764, 173, 'Borowno', 509324700, 192738000, 0),
(30980, 1764, 173, 'Brenna', 497257600, 189024900, 0),
(30981, 1764, 173, 'Brzeziny Slaskie', 503543900, 189812900, 0),
(30982, 1764, 173, 'Bujakow', 498518200, 191943200, 0),
(30983, 1764, 173, 'Bystra', 497604200, 190597300, 0),
(30984, 1764, 173, 'Bytom', 503480200, 189328200, 0),
(30985, 1764, 173, 'Chelm Slaski', 501082500, 191955200, 0),
(30986, 1764, 173, 'Chorzow', 503058200, 189742000, 0),
(30987, 1764, 173, 'Chruszczobrod', 504147000, 193271800, 0),
(30988, 1764, 173, 'Chybie', 499024900, 188275600, 0),
(30989, 1764, 173, 'Ciasna', 507542700, 186083500, 0),
(30990, 1764, 173, 'Cielmice', 500882600, 190189600, 0),
(30991, 1764, 173, 'Cieszyn', 497513300, 186321300, 0),
(30992, 1764, 173, 'Czarkow', 500183300, 189067800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(30993, 1764, 173, 'Czechowice-Dziedzice', 499134200, 190047900, 0),
(30994, 1764, 173, 'Czeladz', 503154200, 190782400, 0),
(30995, 1764, 173, 'Czernica', 500839100, 184006800, 0),
(30996, 1764, 173, 'Czerwionka-Leszczyny', 501500700, 186776200, 0),
(30997, 1764, 173, 'Czestochowa', 507964600, 191240900, 0),
(30998, 1764, 173, 'Dabrowa Gornicza', 503181800, 192374000, 0),
(30999, 1764, 173, 'Debowiec', 498140600, 187206200, 0),
(31000, 1764, 173, 'Drogomysl', 498696400, 187572700, 0),
(31001, 1764, 173, 'Gardawice', 501166700, 188000000, 0),
(31002, 1764, 173, 'Gieraltowice', 502248600, 187338400, 0),
(31003, 1764, 173, 'Gilowice', 497127700, 193104500, 0),
(31004, 1764, 173, 'Gliwice', 502976100, 186765800, 0),
(31005, 1764, 173, 'Godow', 499248100, 184783000, 0),
(31006, 1764, 173, 'Golkowice', 499141800, 185141900, 0),
(31007, 1764, 173, 'Gora', 499797100, 191047100, 0),
(31008, 1764, 173, 'Gorzyce', 499594500, 183988400, 0),
(31009, 1764, 173, 'Gostyn', 501052800, 188824100, 0),
(31010, 1764, 173, 'Imielin', 501453400, 191859900, 0),
(31011, 1764, 173, 'Jankowice', 500009000, 189890100, 0),
(31012, 1764, 173, 'Jankowice Rybnickie', 500447900, 185470700, 0),
(31013, 1764, 173, 'Jasienica', 498131200, 189215500, 0),
(31014, 1764, 173, 'Jastrzebie Zdroj', 499554200, 185747900, 0),
(31015, 1764, 173, 'Jaworze', 497935100, 189479000, 0),
(31016, 1764, 173, 'Jaworzno', 502052800, 192749800, 0),
(31017, 1764, 173, 'Kalety', 505627000, 188926000, 0),
(31018, 1764, 173, 'Kamienica Polska', 506709000, 191226500, 0),
(31019, 1764, 173, 'Katowice', 502584200, 190275400, 0),
(31020, 1764, 173, 'Klobuck', 509008100, 189367400, 0),
(31021, 1764, 173, 'Knurow', 502197100, 186506700, 0),
(31022, 1764, 173, 'Konczyce Wielkie', 498351000, 186447400, 0),
(31023, 1764, 173, 'Koniecpol', 507746800, 196889600, 0),
(31024, 1764, 173, 'Konopiska', 507269500, 190078100, 0),
(31025, 1764, 173, 'Koszecin', 506341100, 188413000, 0),
(31026, 1764, 173, 'Kozieglowy', 506003500, 191629900, 0),
(31027, 1764, 173, 'Kozy', 498475600, 191489100, 0),
(31028, 1764, 173, 'Krzepice', 509705900, 187288600, 0),
(31029, 1764, 173, 'Ksiazenice', 501552400, 185992500, 0),
(31030, 1764, 173, 'Kuznia Raciborska', 502005800, 183114600, 0),
(31031, 1764, 173, 'Laziska', 499357000, 184470700, 0),
(31032, 1764, 173, 'Laziska Gorne', 501495200, 188421500, 0),
(31033, 1764, 173, 'Lazy', 503500000, 194166700, 0),
(31034, 1764, 173, 'Lelow', 506833500, 196256200, 0),
(31035, 1764, 173, 'Lesna', 496704100, 191276300, 0),
(31036, 1764, 173, 'Lipowa', 496757400, 190939800, 0),
(31037, 1764, 173, 'Lodygowice', 497299200, 191393900, 0),
(31038, 1764, 173, 'Lubliniec', 506689700, 186844000, 0),
(31039, 1764, 173, 'Lyski', 501199200, 183914600, 0),
(31040, 1764, 173, 'Marklowice', 500169500, 185209800, 0),
(31041, 1764, 173, 'Miasteczko Slaskie', 505026200, 189394900, 0),
(31042, 1764, 173, 'Miedzno', 509699400, 189811100, 0),
(31043, 1764, 173, 'Miedzybrodzie Bialskie', 497874700, 191974100, 0),
(31044, 1764, 173, 'Mierzecice', 504450400, 191293400, 0),
(31045, 1764, 173, 'Mikolow', 501710300, 189041000, 0),
(31046, 1764, 173, 'Mnich', 498894400, 188072200, 0),
(31047, 1764, 173, 'Murcki', 502003600, 190435100, 0),
(31048, 1764, 173, 'Mykanow', 509236000, 192005000, 0),
(31049, 1764, 173, 'Myslowice', 502074500, 191666800, 0),
(31050, 1764, 173, 'Myszkow', 505752000, 193246100, 0),
(31051, 1764, 173, 'Naklo', 504369000, 189105600, 0),
(31052, 1764, 173, 'Nedza', 501611200, 183110300, 0),
(31053, 1764, 173, 'Olsztyn', 507518500, 192673700, 0),
(31054, 1764, 173, 'Ornontowice', 501937700, 187543500, 0),
(31055, 1764, 173, 'Orzech', 504274400, 189227500, 0),
(31056, 1764, 173, 'Orzesze', 501559500, 187792400, 0),
(31057, 1764, 173, 'Paniowki', 502313900, 187810400, 0),
(31058, 1764, 173, 'Panki', 508833300, 187516000, 0),
(31059, 1764, 173, 'Pawlowice', 499612700, 187177800, 0),
(31060, 1764, 173, 'Piasek', 500105500, 189480700, 0),
(31061, 1764, 173, 'Piekary Slaskie', 503801700, 189265300, 0),
(31062, 1764, 173, 'Pielgrzymowice', 499054700, 186488600, 0),
(31063, 1764, 173, 'Pietrzykowice', 496963400, 191599000, 0),
(31064, 1764, 173, 'Pilchowice', 502166800, 185613200, 0),
(31065, 1764, 173, 'Pilica', 504679900, 196572900, 0),
(31066, 1764, 173, 'Pogrzebien', 500672200, 182987600, 0),
(31067, 1764, 173, 'Popow', 510402900, 189311600, 0),
(31068, 1764, 173, 'Poraj', 506779700, 192150900, 0),
(31069, 1764, 173, 'Poreba', 504883100, 193390300, 0),
(31070, 1764, 173, 'Potok Zloty', 507067600, 194309100, 0),
(31071, 1764, 173, 'Pruchna', 498652700, 186819100, 0),
(31072, 1764, 173, 'Przyrow', 508005100, 195279400, 0),
(31073, 1764, 173, 'Przyszowice', 502484100, 187459400, 0),
(31074, 1764, 173, 'Pszczyna', 499803700, 189538200, 0),
(31075, 1764, 173, 'Pszow', 500399400, 183947200, 0),
(31076, 1764, 173, 'Pyskowice', 504000000, 186333300, 0),
(31077, 1764, 173, 'Raciborz', 500919500, 182192800, 0),
(31078, 1764, 173, 'Radlin', 500502000, 184762600, 0),
(31079, 1764, 173, 'Radostowice', 500031100, 188810300, 0),
(31080, 1764, 173, 'Radziechowy', 496465100, 191311500, 0),
(31081, 1764, 173, 'Radzionkow', 504002600, 189023200, 0),
(31082, 1764, 173, 'Redziny', 508592200, 192162000, 0),
(31083, 1764, 173, 'Rogoznik', 503910600, 190377600, 0),
(31084, 1764, 173, 'Ruda Slaska', 502584000, 188563200, 0),
(31085, 1764, 173, 'Rudy', 501900300, 184533400, 0),
(31086, 1764, 173, 'Rudziczka', 500360800, 187622500, 0),
(31087, 1764, 173, 'Rudziniec', 503532400, 184091400, 0),
(31088, 1764, 173, 'Rybnik', 500971300, 185417900, 0),
(31089, 1764, 173, 'Rydultowy', 500585700, 184170300, 0),
(31090, 1764, 173, 'Sarnow', 503738000, 191506100, 0),
(31091, 1764, 173, 'Siemianowice Slaskie', 503273800, 190290100, 0),
(31092, 1764, 173, 'Sierakow Slaski', 508029000, 185754800, 0),
(31093, 1764, 173, 'Skoczow', 498008900, 187877000, 0),
(31094, 1764, 173, 'Skrzyszow', 499487300, 184887900, 0),
(31095, 1764, 173, 'Sosnicowice', 502721400, 185298200, 0),
(31096, 1764, 173, 'Sosnowiec', 502868200, 191038500, 0),
(31097, 1764, 173, 'Strumien', 499210300, 187663700, 0),
(31098, 1764, 173, 'Studzionka', 499623200, 187728000, 0),
(31099, 1764, 173, 'Swierklaniec', 504423700, 189373400, 0),
(31100, 1764, 173, 'Swierklany Gorne', 500276500, 185905000, 0),
(31101, 1764, 173, 'Swietochlowice', 502963600, 189172600, 0),
(31102, 1764, 173, 'Swinna', 496580200, 192540600, 0),
(31103, 1764, 173, 'Szczekociny', 506266900, 198250000, 0),
(31104, 1764, 173, 'Szczerbice', 500941600, 184489600, 0),
(31105, 1764, 173, 'Szczyrk', 497172400, 190318300, 0),
(31106, 1764, 173, 'Tarnowskie Gory', 504454800, 188614700, 0),
(31107, 1764, 173, 'Toszek', 504544200, 185220900, 0),
(31108, 1764, 173, 'Truskolasy', 508669200, 188270500, 0),
(31109, 1764, 173, 'Trzebinia', 496502400, 192226400, 0),
(31110, 1764, 173, 'Turza Slaska', 499723100, 184378100, 0),
(31111, 1764, 173, 'Tychy', 501371700, 189664100, 0),
(31112, 1764, 173, 'Ustron', 497215300, 188019800, 0),
(31113, 1764, 173, 'Wegierska Gorka', 496077600, 191163800, 0),
(31114, 1764, 173, 'Wieprz', 496474600, 191800700, 0),
(31115, 1764, 173, 'Wieszowa', 503844400, 187592400, 0),
(31116, 1764, 173, 'Wisla', 496562900, 188591000, 0),
(31117, 1764, 173, 'Wodzislaw Slaski', 500037700, 184720500, 0),
(31118, 1764, 173, 'Wojkowice', 503650900, 190365200, 0),
(31119, 1764, 173, 'Wola', 500174500, 191233300, 0),
(31120, 1764, 173, 'Wozniki', 505893400, 190599100, 0),
(31121, 1764, 173, 'Wreczyca Wielka', 508458900, 189208600, 0),
(31122, 1764, 173, 'Wyry', 501329600, 189005200, 0),
(31123, 1764, 173, 'Zabrze', 503249200, 187857600, 0),
(31124, 1764, 173, 'Zabrzeg', 499161900, 189429200, 0),
(31125, 1764, 173, 'Zarki', 506251800, 193635700, 0),
(31126, 1764, 173, 'Zarki-Letnisko', 506229500, 192750800, 0),
(31127, 1764, 173, 'Zawidow', 510254600, 150621300, 0),
(31128, 1764, 173, 'Zawiercie', 504876600, 194167900, 0),
(31129, 1764, 173, 'Zbroslawice', 504161200, 187544300, 0),
(31130, 1764, 173, 'Zebrzydowice', 498779300, 186112700, 0),
(31131, 1764, 173, 'Zernica', 502477000, 186154700, 0),
(31132, 1764, 173, 'Zory', 500452300, 187006200, 0),
(31133, 1764, 173, 'Zywiec', 496852900, 191924300, 0),
(31134, 1765, 173, 'Bodzentyn', 509411500, 209571900, 0),
(31135, 1765, 173, 'Brody', 510246600, 212214700, 0),
(31136, 1765, 173, 'Brzeziny', 507727300, 205731900, 0),
(31137, 1765, 173, 'Busko-Zdroj', 504707800, 207188400, 0),
(31138, 1765, 173, 'Checiny', 508002100, 204622900, 0),
(31139, 1765, 173, 'Chmielnik', 506144000, 207520600, 0),
(31140, 1765, 173, 'Daleszyce', 508022900, 208079100, 0),
(31141, 1765, 173, 'Domaszowice', 508748800, 206828800, 0),
(31142, 1765, 173, 'Gorno', 508477400, 208250100, 0),
(31143, 1765, 173, 'Jedrzejow', 506394500, 203045400, 0),
(31144, 1765, 173, 'Kazimierza Wielka', 502656400, 204935800, 0),
(31145, 1765, 173, 'Kielce', 508703300, 206275200, 0),
(31146, 1765, 173, 'Konskie', 511916600, 204060700, 0),
(31147, 1765, 173, 'Krasocin', 508887400, 201186300, 0),
(31148, 1765, 173, 'Malogoszcz', 508121400, 202640700, 0),
(31149, 1765, 173, 'Maslow', 509006500, 207232200, 0),
(31150, 1765, 173, 'Miedziana Gora', 509368000, 205509600, 0),
(31151, 1765, 173, 'Morawica', 507467800, 206175600, 0),
(31152, 1765, 173, 'Nowa Slupia', 508643200, 210904900, 0),
(31153, 1765, 173, 'Obrazow', 506927600, 216504500, 0),
(31154, 1765, 173, 'Olesnica', 504535700, 210645700, 0),
(31155, 1765, 173, 'Osiedle-Nowiny', 508177000, 205411700, 0),
(31156, 1765, 173, 'Ostrowiec Swietokrzyski', 509293600, 213852500, 0),
(31157, 1765, 173, 'Ozarow', 508879800, 216665800, 0),
(31158, 1765, 173, 'Piekoszow', 508803500, 204641800, 0),
(31159, 1765, 173, 'Pinczow', 505205200, 205264900, 0),
(31160, 1765, 173, 'Polaniec', 504332400, 212812000, 0),
(31161, 1765, 173, 'Rakow', 506742700, 210451700, 0),
(31162, 1765, 173, 'Sandomierz', 506826500, 217489800, 0),
(31163, 1765, 173, 'Sedziszow', 505659000, 200556300, 0),
(31164, 1765, 173, 'Skalbmierz', 503199300, 203992900, 0),
(31165, 1765, 173, 'Skarzysko-Kamienna', 511131100, 208716200, 0),
(31166, 1765, 173, 'Sobkow', 506999900, 204506200, 0),
(31167, 1765, 173, 'Staporkow', 511376200, 205717300, 0),
(31168, 1765, 173, 'Starachowice', 510374000, 210712600, 0),
(31169, 1765, 173, 'Staszow', 505630700, 211659300, 0),
(31170, 1765, 173, 'Stopnica', 504401800, 209378000, 0),
(31171, 1765, 173, 'Suchedniow', 510477600, 208292200, 0),
(31172, 1765, 173, 'Tuczepy', 505167600, 209918700, 0),
(31173, 1765, 173, 'Wachock', 510739100, 210124300, 0),
(31174, 1765, 173, 'Wilczyce', 507469400, 216578300, 0),
(31175, 1765, 173, 'Wloszczowa', 508525600, 199659300, 0),
(31176, 1765, 173, 'Zlota', 503816000, 205936100, 0),
(31177, 1766, 173, 'Banie Mazurskie', 542466200, 220361700, 0),
(31178, 1766, 173, 'Barczewo', 538305500, 206911200, 0),
(31179, 1766, 173, 'Bartoszyce', 542535400, 208081900, 0),
(31180, 1766, 173, 'Biala Piska', 536119100, 220632100, 0),
(31181, 1766, 173, 'Biskupiec', 535005600, 193505600, 0),
(31182, 1766, 173, 'Bisztynek', 540863300, 209019200, 0),
(31183, 1766, 173, 'Braniewo', 543797100, 198195900, 0),
(31184, 1766, 173, 'Dabrowno', 534340800, 200352900, 0),
(31185, 1766, 173, 'Dobre Miasto', 539866800, 203974900, 0),
(31186, 1766, 173, 'Dywity', 538375900, 204781700, 0),
(31187, 1766, 173, 'Dzialdowo', 532395800, 201700400, 0),
(31188, 1766, 173, 'Elblag', 541522000, 194088400, 0),
(31189, 1766, 173, 'Elk', 538282400, 223646900, 0),
(31190, 1766, 173, 'Gierloz', 540813400, 214955100, 0),
(31191, 1766, 173, 'Gizycko', 540381100, 217644100, 0),
(31192, 1766, 173, 'Ilawa', 535960100, 195684900, 0),
(31193, 1766, 173, 'Jeziorany', 539757800, 207463900, 0),
(31194, 1766, 173, 'Jonkowo', 538281700, 203105400, 0),
(31195, 1766, 173, 'Ketrzyn', 540767600, 213752700, 0),
(31196, 1766, 173, 'Kisielice', 536085500, 192635000, 0),
(31197, 1766, 173, 'Korsze', 541700200, 211391500, 0),
(31198, 1766, 173, 'Lelkowo', 543245800, 202248000, 0),
(31199, 1766, 173, 'Lidzbark', 532628300, 198266300, 0),
(31200, 1766, 173, 'Lidzbark Warminski', 541258800, 205795400, 0),
(31201, 1766, 173, 'Lubawa', 535042800, 197496600, 0),
(31202, 1766, 173, 'Maldyty', 539198100, 197439800, 0),
(31203, 1766, 173, 'Morag', 539171100, 199260200, 0),
(31204, 1766, 173, 'Mragowo', 538643700, 213050700, 0),
(31205, 1766, 173, 'Nidzica', 533605200, 204274900, 0),
(31206, 1766, 173, 'Nowe Miasto Lubawskie', 534207900, 195951500, 0),
(31207, 1766, 173, 'Olecko', 540337400, 225070400, 0),
(31208, 1766, 173, 'Olsztyn', 537799500, 204941600, 0),
(31209, 1766, 173, 'Olsztynek', 535837400, 202847100, 0),
(31210, 1766, 173, 'Orzysz', 538096700, 219481100, 0),
(31211, 1766, 173, 'Ostroda', 536967100, 199648600, 0),
(31212, 1766, 173, 'Paslek', 540616000, 196593200, 0),
(31213, 1766, 173, 'Piecki', 537575900, 213391400, 0),
(31214, 1766, 173, 'Pisz', 536274400, 218125300, 0),
(31215, 1766, 173, 'Reszel', 540504200, 211458500, 0),
(31216, 1766, 173, 'Rozogi', 534854900, 213622300, 0),
(31217, 1766, 173, 'Rybno', 533834800, 199322900, 0),
(31218, 1766, 173, 'Ryn', 539377000, 215464200, 0),
(31219, 1766, 173, 'Sepopol', 542690300, 210145300, 0),
(31220, 1766, 173, 'Stawiguda', 536572000, 204004100, 0),
(31221, 1766, 173, 'Susz', 537174300, 193364500, 0),
(31222, 1766, 173, 'Szczytno', 535625900, 209874700, 0),
(31223, 1766, 173, 'Tolkmicko', 543203800, 195269500, 0),
(31224, 1766, 173, 'Wegorzewo', 542156700, 217372000, 0),
(31225, 1766, 173, 'Wydminy', 539819400, 220323900, 0),
(31226, 1766, 173, 'Zalewo', 538453400, 196051900, 0),
(31227, 1767, 173, 'Baranowo', 524352500, 167863100, 0),
(31228, 1767, 173, 'Blizanow', 519037200, 180100300, 0),
(31229, 1767, 173, 'Bojanowo Stare', 519930200, 165836900, 0),
(31230, 1767, 173, 'Borek Wielkopolski', 519167400, 172413300, 0),
(31231, 1767, 173, 'Brodnica', 521412300, 168909600, 0),
(31232, 1767, 173, 'Budzyn', 528895400, 169881200, 0),
(31233, 1767, 173, 'Buk', 523553200, 165195800, 0),
(31234, 1767, 173, 'Chodziez', 529950500, 169198000, 0),
(31235, 1767, 173, 'Czapury', 523171900, 169126800, 0),
(31236, 1767, 173, 'Czarnkow', 529021400, 165641300, 0),
(31237, 1767, 173, 'Czempin', 521440400, 167640800, 0),
(31238, 1767, 173, 'Czerwonak', 524645900, 169816900, 0),
(31239, 1767, 173, 'Daszewice', 523000200, 169572300, 0),
(31240, 1767, 173, 'Dobra', 519166400, 186155600, 0),
(31241, 1767, 173, 'Dobrzyca', 518666300, 176033600, 0),
(31242, 1767, 173, 'Dominowo', 522915800, 173575400, 0),
(31243, 1767, 173, 'Dopiewo', 523572600, 166756200, 0),
(31244, 1767, 173, 'Gizalki', 520426700, 177693600, 0),
(31245, 1767, 173, 'Gniezno', 525348100, 175825900, 0),
(31246, 1767, 173, 'Golancz', 529432600, 172999500, 0),
(31247, 1767, 173, 'Goluchow', 518503600, 179314000, 0),
(31248, 1767, 173, 'Gorzyce Wielkie', 516372500, 177295300, 0),
(31249, 1767, 173, 'Gostyn', 518824700, 170122600, 0),
(31250, 1767, 173, 'Grabow nad Prosna', 515059600, 181192900, 0),
(31251, 1767, 173, 'Grodziec', 520385500, 180597200, 0),
(31252, 1767, 173, 'Grodzisk Wielkopolski', 522276200, 163653400, 0),
(31253, 1767, 173, 'Grzegorzew', 522017700, 187340900, 0),
(31254, 1767, 173, 'Jankow Przygodzki', 515980800, 177882400, 0),
(31255, 1767, 173, 'Jarocin', 519726600, 175025600, 0),
(31256, 1767, 173, 'Jutrosin', 516500900, 171695700, 0),
(31257, 1767, 173, 'Kalisz', 517610900, 180910200, 0),
(31258, 1767, 173, 'Kazimierz Biskupi', 523110000, 181658100, 0),
(31259, 1767, 173, 'Kazmierz', 525130900, 165840300, 0),
(31260, 1767, 173, 'Kepno', 512784000, 179890800, 0),
(31261, 1767, 173, 'Klecko', 526318100, 174307500, 0),
(31262, 1767, 173, 'Kleszczewo', 523337700, 171716300, 0),
(31263, 1767, 173, 'Kobylin', 517164500, 172268200, 0),
(31264, 1767, 173, 'Kobylnica', 524459700, 170764400, 0),
(31265, 1767, 173, 'Kolaczkowo', 522173900, 176241300, 0),
(31266, 1767, 173, 'Kolo', 522002400, 186386500, 0),
(31267, 1767, 173, 'Komorniki', 523387000, 168106300, 0),
(31268, 1767, 173, 'Konin', 522233800, 182512100, 0),
(31269, 1767, 173, 'Kornik', 522477200, 170894900, 0),
(31270, 1767, 173, 'Koscian', 520882900, 166486600, 0),
(31271, 1767, 173, 'Koscielec', 521742500, 185706700, 0),
(31272, 1767, 173, 'Kostrzyn', 523984700, 172281100, 0),
(31273, 1767, 173, 'Kozmin Wielkopolski', 518271200, 174539100, 0),
(31274, 1767, 173, 'Krajenka', 532975900, 169907900, 0),
(31275, 1767, 173, 'Krosno', 522235700, 168325100, 0),
(31276, 1767, 173, 'Krotoszyn', 516986800, 174373800, 0),
(31277, 1767, 173, 'Krzyz Wielkopolski', 528809700, 160111600, 0),
(31278, 1767, 173, 'Ksiaz Wielkopolski', 520616700, 172395200, 0),
(31279, 1767, 173, 'Leszno', 518403400, 165749400, 0),
(31280, 1767, 173, 'Lipka', 534960100, 172508500, 0),
(31281, 1767, 173, 'Lipno', 519172200, 165670800, 0),
(31282, 1767, 173, 'Lubon', 523470500, 168926700, 0),
(31283, 1767, 173, 'Lwowek', 524479800, 161810600, 0),
(31284, 1767, 173, 'Malanow', 519535800, 183912800, 0),
(31285, 1767, 173, 'Margonin', 529733500, 170946400, 0),
(31286, 1767, 173, 'Miedzychod', 525988200, 158969600, 0),
(31287, 1767, 173, 'Miejska Gorka', 516557300, 169582600, 0),
(31288, 1767, 173, 'Miescisko', 527435700, 173321300, 0),
(31289, 1767, 173, 'Mikstat', 515323600, 179737800, 0),
(31290, 1767, 173, 'Miloslaw', 522031800, 174895500, 0),
(31291, 1767, 173, 'Mosina', 522454300, 168470900, 0),
(31292, 1767, 173, 'Murowana Goslina', 525746300, 170093300, 0),
(31293, 1767, 173, 'Nekla', 523649600, 174132900, 0),
(31294, 1767, 173, 'Nowe Miasto nad Warta', 520900700, 174111400, 0),
(31295, 1767, 173, 'Nowe Skalmierzyce', 517103800, 179933700, 0),
(31296, 1767, 173, 'Nowy Tomysl', 523195000, 161284400, 0),
(31297, 1767, 173, 'Oborniki', 526473900, 168140600, 0),
(31298, 1767, 173, 'Odolanow', 515741900, 176743400, 0),
(31299, 1767, 173, 'Opalenica', 523088700, 164127800, 0),
(31300, 1767, 173, 'Opatow', 512146300, 181461500, 0),
(31301, 1767, 173, 'Opatowek', 517398900, 182165300, 0),
(31302, 1767, 173, 'Osieczna', 519042000, 166786200, 0),
(31303, 1767, 173, 'Osiek nad Notecia', 531203000, 172910200, 0),
(31304, 1767, 173, 'Ostrorog', 526265000, 164498800, 0),
(31305, 1767, 173, 'Ostrow Wielkopolski', 516550100, 178068600, 0),
(31306, 1767, 173, 'Ostrzeszow', 514264000, 179335500, 0),
(31307, 1767, 173, 'Perzow', 512762500, 178097000, 0),
(31308, 1767, 173, 'Piaski', 518849700, 170729300, 0),
(31309, 1767, 173, 'Pila', 531514500, 167378200, 0),
(31310, 1767, 173, 'Pleszew', 518963600, 177854900, 0),
(31311, 1767, 173, 'Plewiska', 523670600, 168098500, 0),
(31312, 1767, 173, 'Pniewy', 525094300, 162566800, 0),
(31313, 1767, 173, 'Pobiedziska', 524775300, 172876700, 0),
(31314, 1767, 173, 'Polajewo', 527992300, 167334700, 0),
(31315, 1767, 173, 'Powidz', 524136200, 179192600, 0),
(31316, 1767, 173, 'Poznan', 524069200, 169299300, 0),
(31317, 1767, 173, 'Przedecz', 523344000, 188991500, 0),
(31318, 1767, 173, 'Przemet', 520080800, 163011400, 0),
(31319, 1767, 173, 'Puszczykowo', 522857000, 168492500, 0),
(31320, 1767, 173, 'Rakoniewice', 521390600, 162734600, 0),
(31321, 1767, 173, 'Rawicz', 516094600, 168585200, 0),
(31322, 1767, 173, 'Rogozno', 527522600, 169904900, 0),
(31323, 1767, 173, 'Rokietnica', 525124500, 167457000, 0),
(31324, 1767, 173, 'Rydzyna', 517865100, 166676100, 0),
(31325, 1767, 173, 'Siedlec', 521378100, 160027900, 0),
(31326, 1767, 173, 'Sieroszewice', 516334700, 179720000, 0),
(31327, 1767, 173, 'Skalmierzyce', 517009700, 179633300, 0),
(31328, 1767, 173, 'Slesin', 523703900, 183064400, 0),
(31329, 1767, 173, 'Slupca', 522873300, 178719200, 0),
(31330, 1767, 173, 'Smigiel', 520133900, 165270400, 0),
(31331, 1767, 173, 'Smilowo', 531364700, 169207500, 0),
(31332, 1767, 173, 'Sosnie', 514731500, 176338300, 0),
(31333, 1767, 173, 'Srem', 520886800, 170150800, 0),
(31334, 1767, 173, 'Sroda Wielkopolska', 522284300, 172761700, 0),
(31335, 1767, 173, 'Stare Miasto', 521797200, 182149900, 0),
(31336, 1767, 173, 'Stawiszyn', 519178600, 181117100, 0),
(31337, 1767, 173, 'Steszew', 522837000, 167008500, 0),
(31338, 1767, 173, 'Strzalkowo', 523070100, 178181100, 0),
(31339, 1767, 173, 'Suchy Las', 524730800, 168774500, 0),
(31340, 1767, 173, 'Swarzedz', 524128900, 170850300, 0),
(31341, 1767, 173, 'Swieciechowa', 518550300, 164980500, 0),
(31342, 1767, 173, 'Sypniewo', 534682300, 166058300, 0),
(31343, 1767, 173, 'Szamotuly', 526120100, 165779400, 0),
(31344, 1767, 173, 'Tarnowo Podgorne', 524664200, 166632600, 0),
(31345, 1767, 173, 'Trzcianka', 530406300, 164562800, 0),
(31346, 1767, 173, 'Trzcinica', 511670700, 180045300, 0),
(31347, 1767, 173, 'Trzemeszno', 525613900, 178231100, 0),
(31348, 1767, 173, 'Tuliszkow', 520765800, 182954900, 0),
(31349, 1767, 173, 'Turek', 520154800, 185005500, 0),
(31350, 1767, 173, 'Ujscie', 530533900, 167320100, 0),
(31351, 1767, 173, 'Wagrowiec', 528084200, 171996100, 0),
(31352, 1767, 173, 'Wapno', 529080400, 174750400, 0),
(31353, 1767, 173, 'Witkowo', 524396400, 177726400, 0),
(31354, 1767, 173, 'Wloszakowice', 519275400, 163645600, 0),
(31355, 1767, 173, 'Wolsztyn', 521155200, 161171200, 0),
(31356, 1767, 173, 'Wronki', 527105100, 163804400, 0),
(31357, 1767, 173, 'Wrzesnia', 523251200, 175651900, 0),
(31358, 1767, 173, 'Wyrzysk', 531530000, 172680200, 0),
(31359, 1767, 173, 'Wysoka', 531809100, 170835300, 0),
(31360, 1767, 173, 'Zaniemysl', 521556100, 171622800, 0),
(31361, 1767, 173, 'Zbaszyn', 522509000, 159252000, 0),
(31362, 1767, 173, 'Zduny', 516458000, 173769400, 0),
(31363, 1767, 173, 'Zelazkow', 518541800, 181743000, 0),
(31364, 1767, 173, 'Zerkow', 520687700, 175634900, 0),
(31365, 1767, 173, 'Zlotow', 533634600, 170408200, 0),
(31366, 1768, 173, 'Banie', 531003100, 146622800, 0),
(31367, 1768, 173, 'Barlinek', 529946400, 152186400, 0),
(31368, 1768, 173, 'Bialogard', 540069600, 159875100, 0),
(31369, 1768, 173, 'Bialy Bor', 538967000, 168354300, 0),
(31370, 1768, 173, 'Bielice', 532002200, 147276000, 0),
(31371, 1768, 173, 'Borne Sulinowo', 535766100, 165339500, 0),
(31372, 1768, 173, 'Brojce', 539570500, 153597500, 0),
(31373, 1768, 173, 'Chojna', 529638900, 144279700, 0),
(31374, 1768, 173, 'Choszczno', 531690500, 154205400, 0),
(31375, 1768, 173, 'Czaplinek', 535577500, 162333300, 0),
(31376, 1768, 173, 'Czlopa', 530885600, 161209800, 0),
(31377, 1768, 173, 'Darlowo', 544209500, 164107000, 0),
(31378, 1768, 173, 'Debno', 527390100, 146980000, 0),
(31379, 1768, 173, 'Dobra', 534883500, 143861700, 0),
(31380, 1768, 173, 'Drawno', 532198600, 157594600, 0),
(31381, 1768, 173, 'Dygowo', 541303100, 157199300, 0),
(31382, 1768, 173, 'Dziwnow', 540281900, 147669100, 0),
(31383, 1768, 173, 'Goleniow', 535639200, 148285400, 0),
(31384, 1768, 173, 'Goscino', 540512300, 156525600, 0),
(31385, 1768, 173, 'Gryfice', 539165000, 152002700, 0),
(31386, 1768, 173, 'Gryfino', 532524300, 144883100, 0),
(31387, 1768, 173, 'Grzybowo', 541589200, 154855700, 0),
(31388, 1768, 173, 'Kamien Pomorski', 539684900, 147726200, 0),
(31389, 1768, 173, 'Karlino', 540351500, 158773900, 0),
(31390, 1768, 173, 'Kobylanka', 533449200, 148714300, 0),
(31391, 1768, 173, 'Kolbaskowo', 533364100, 144383500, 0),
(31392, 1768, 173, 'Kolobrzeg', 541756500, 155834200, 0),
(31393, 1768, 173, 'Koszalin', 541943800, 161722200, 0),
(31394, 1768, 173, 'Lipiany', 530033600, 149691900, 0),
(31395, 1768, 173, 'Lobez', 536391800, 156212900, 0),
(31396, 1768, 173, 'Maszewo', 534961500, 150616600, 0),
(31397, 1768, 173, 'Miedzyzdroje', 539292100, 144509700, 0),
(31398, 1768, 173, 'Mielno', 542608600, 160621000, 0),
(31399, 1768, 173, 'Mieszkowice', 527873000, 144934600, 0),
(31400, 1768, 173, 'Miroslawiec', 533407100, 160879300, 0),
(31401, 1768, 173, 'Mosty', 535479600, 149563400, 0),
(31402, 1768, 173, 'Mysliborz', 529238200, 148678500, 0),
(31403, 1768, 173, 'Nowogard', 536743700, 151163000, 0),
(31404, 1768, 173, 'Pelczyce', 530435400, 153044700, 0),
(31405, 1768, 173, 'Ploty', 538018200, 152667000, 0),
(31406, 1768, 173, 'Polczyn-Zdroj', 537642400, 160957400, 0),
(31407, 1768, 173, 'Police', 535521400, 145718200, 0),
(31408, 1768, 173, 'Przeclaw', 533744700, 144725100, 0),
(31409, 1768, 173, 'Pyrzyce', 531462000, 148925700, 0),
(31410, 1768, 173, 'Rabino', 538663000, 159448500, 0),
(31411, 1768, 173, 'Sianow', 542264600, 162912700, 0),
(31412, 1768, 173, 'Slawno', 543627600, 166788800, 0),
(31413, 1768, 173, 'Slawoborze', 538899200, 157066700, 0),
(31414, 1768, 173, 'Stare Czarnowo', 532786100, 147790600, 0),
(31415, 1768, 173, 'Stargard Szczecinski', 533367200, 150499000, 0),
(31416, 1768, 173, 'Stepnica', 536518700, 146255500, 0),
(31417, 1768, 173, 'Swidwin', 537746400, 157767100, 0),
(31418, 1768, 173, 'Swinoujscie', 539105300, 142471200, 0),
(31419, 1768, 173, 'Szczecin', 534289400, 145530200, 0),
(31420, 1768, 173, 'Szczecinek', 537079100, 166993700, 0),
(31421, 1768, 173, 'Trzebiatow', 540614700, 152647500, 0),
(31422, 1768, 173, 'Tuczno', 531937400, 161536800, 0),
(31423, 1768, 173, 'Ustronie Morskie', 542151700, 157556800, 0),
(31424, 1768, 173, 'Walcz', 532778700, 164712200, 0),
(31425, 1768, 173, 'Wegorzyno', 535410100, 155596400, 0),
(31426, 1768, 173, 'Widuchowa', 531269300, 143907400, 0),
(31427, 1768, 173, 'Wierzchowo', 534601300, 160996100, 0),
(31428, 1768, 173, 'Wolin', 538421400, 146146500, 0),
(31429, 1768, 173, 'Zlocieniec', 535328600, 160113200, 0),
(31430, 1769, 174, 'Aguada de Cima', 405229100, -84270000, 0),
(31431, 1769, 174, 'Agueda', 405772000, -84444200, 0),
(31432, 1769, 174, 'Albergaria-a-Velha', 406931800, -84799400, 0),
(31433, 1769, 174, 'Aradas', 406208400, -86419500, 0),
(31434, 1769, 174, 'Arcos', 404477900, -84417100, 0),
(31435, 1769, 174, 'Arrifana', 409156500, -84965700, 0),
(31436, 1769, 174, 'Aveiro', 406442700, -86455400, 0),
(31437, 1769, 174, 'Cortegaca', 409488300, -86213000, 0),
(31438, 1769, 174, 'Eixo', 406275800, -85692200, 0),
(31439, 1769, 174, 'Espinho', 410076300, -86412500, 0),
(31440, 1769, 174, 'Feira', 409253500, -85427700, 0),
(31441, 1769, 174, 'Fiaes', 409944600, -85253700, 0),
(31442, 1769, 174, 'Gafanha da Encarnacao', 406180600, -87330300, 0),
(31443, 1769, 174, 'Ilhavo', 405999000, -86673200, 0),
(31444, 1769, 174, 'Lamas', 409859700, -85692300, 0),
(31445, 1769, 174, 'Lourosa', 409842000, -85514200, 0),
(31446, 1769, 174, 'Nogueira da Regedoura', 410053000, -85919500, 0),
(31447, 1769, 174, 'Oliveira de Azemeis', 408410100, -84755500, 0),
(31448, 1769, 174, 'Ovar', 408586200, -86251300, 0),
(31449, 1769, 174, 'Pacos de Brandao', 409754100, -85835000, 0),
(31450, 1769, 174, 'Rio Meao', 409577500, -85781800, 0),
(31451, 1769, 174, 'Sao Joao', 408680200, -86067200, 0),
(31452, 1769, 174, 'Sao Joao da Madeira', 409022900, -84896900, 0),
(31453, 1769, 174, 'Sao Joao de Ver', 409552700, -85511700, 0),
(31454, 1769, 174, 'Sao Roque', 408721600, -84714900, 0),
(31455, 1769, 174, 'Vagos', 405560000, -86817500, 0),
(31456, 1769, 174, 'Vale de Cambra', 408497000, -83938900, 0),
(31457, 1769, 174, 'Valongo', 406166700, -84500000, 0),
(31458, 1770, 174, 'Angra do Heroismo', 386500000, -272166700, 0),
(31459, 1770, 174, 'Arrifes', 377666700, -257000000, 0),
(31460, 1770, 174, 'Faja de Baixo', 377500000, -256500000, 0),
(31461, 1770, 174, 'Horta', 385333300, -286333300, 0),
(31462, 1770, 174, 'Ponta Delgada', 377333300, -256666700, 0),
(31463, 1770, 174, 'Praia da Vitoria', 387333300, -270666700, 0),
(31464, 1770, 174, 'Rabo de Peixe', 378000000, -255833300, 0),
(31465, 1770, 174, 'Ribeira Grande', 385166700, -287000000, 0),
(31466, 1770, 174, 'Sao Roque do Pico', 385166700, -283166700, 0),
(31467, 1770, 174, 'Vila Franca do Campo', 377166700, -254333300, 0),
(31468, 1771, 174, 'Aljustrel', 378775900, -81651600, 0),
(31469, 1771, 174, 'Beja', 380150600, -78632300, 0),
(31470, 1771, 174, 'Castro Verde', 376982800, -80858100, 0),
(31471, 1771, 174, 'Odemira', 375979800, -86397200, 0),
(31472, 1771, 174, 'Serpa', 379458100, -75975400, 0),
(31473, 1772, 174, 'Adaufe', 415873200, -83981700, 0),
(31474, 1772, 174, 'Apulia', 414851200, -87641300, 0),
(31475, 1772, 174, 'Aroes', 414555300, -82141900, 0),
(31476, 1772, 174, 'Barcelos', 415387600, -86150500, 0),
(31477, 1772, 174, 'Braga', 415503200, -84200500, 0),
(31478, 1772, 174, 'Caldas de Vizela', 413821200, -83089000, 0),
(31479, 1772, 174, 'Calendario', 414036100, -85296700, 0),
(31480, 1772, 174, 'Esposende', 415333300, -87833300, 0),
(31481, 1772, 174, 'Fafe', 414542300, -81680000, 0),
(31482, 1772, 174, 'Guimaraes', 414444400, -82961900, 0),
(31483, 1772, 174, 'Joane', 414390600, -84084600, 0),
(31484, 1772, 174, 'Moreira de Conegos', 413868000, -83394000, 0),
(31485, 1772, 174, 'Oliveira', 414781900, -84696500, 0),
(31486, 1772, 174, 'Povoa de Lanhoso', 415787300, -82819700, 0),
(31487, 1772, 174, 'Prado', 416015300, -84713700, 0),
(31488, 1772, 174, 'Refojos de Basto', 415131800, -79951700, 0),
(31489, 1772, 174, 'Ribeirao', 413608100, -85677400, 0),
(31490, 1772, 174, 'Serzedelo', 414012800, -83688800, 0),
(31491, 1772, 174, 'Urgeses', 414272000, -82979600, 0),
(31492, 1772, 174, 'Vila Frescainha', 415384600, -86397100, 0),
(31493, 1772, 174, 'Vila Nova de Famalicao', 414079700, -85197800, 0),
(31494, 1772, 174, 'Vila Verde', 416472900, -84371500, 0),
(31495, 1773, 174, 'Braganca', 418058200, -67571900, 0),
(31496, 1773, 174, 'Macedo de Cavaleiros', 415381600, -69611000, 0),
(31497, 1773, 174, 'Mirandela', 414873800, -71869500, 0),
(31498, 1774, 174, 'Castelo Branco', 398221900, -74908700, 0),
(31499, 1774, 174, 'Covilha', 402860100, -75039600, 0),
(31500, 1774, 174, 'Fundao', 401402500, -75013500, 0),
(31501, 1774, 174, 'Teixoso', 403144800, -74575900, 0),
(31502, 1775, 174, 'Arazede', 402862700, -86499900, 0),
(31503, 1775, 174, 'Cantanhede', 403467100, -85942000, 0),
(31504, 1775, 174, 'Coimbra', 402056400, -84195500, 0),
(31505, 1775, 174, 'Figueira da Foz', 401508500, -88617900, 0),
(31506, 1775, 174, 'Lousa', 401167300, -82492100, 0),
(31507, 1775, 174, 'Mira', 404289200, -87374600, 0),
(31508, 1775, 174, 'Oliveira do Hospital', 403618000, -78601400, 0),
(31509, 1775, 174, 'Tavarede', 401707900, -88456600, 0),
(31510, 1776, 174, 'Borba', 388055300, -74546500, 0),
(31511, 1776, 174, 'Evora', 385666700, -79000000, 0),
(31512, 1776, 174, 'Redondo', 386487200, -75470800, 0),
(31513, 1776, 174, 'Vendas Novas', 386770600, -84579200, 0),
(31514, 1777, 174, 'Albufeira', 370881900, -82503000, 0),
(31515, 1777, 174, 'Aljezur', 373191500, -88033000, 0),
(31516, 1777, 174, 'Almancil', 370868600, -80307400, 0),
(31517, 1777, 174, 'Alvor', 371299400, -85917400, 0),
(31518, 1777, 174, 'Armacao de Pera', 371025600, -83569500, 0),
(31519, 1777, 174, 'Boliqueime', 371371800, -81582000, 0),
(31520, 1777, 174, 'Carvoeiro', 371014700, -84697900, 0),
(31521, 1777, 174, 'Faro', 370193700, -79322300, 0),
(31522, 1777, 174, 'Ferreiras', 371292600, -82375900, 0),
(31523, 1777, 174, 'Lagoa', 371353500, -84531900, 0),
(31524, 1777, 174, 'Lagos', 371020200, -86742200, 0),
(31525, 1777, 174, 'Laranjeiro', 370683100, -77937000, 0),
(31526, 1777, 174, 'Loule', 371377200, -80196800, 0),
(31527, 1777, 174, 'Monte Gordo', 371819200, -74522500, 0),
(31528, 1777, 174, 'Olhao', 370286000, -78411000, 0),
(31529, 1777, 174, 'Portimao', 371385600, -85377500, 0),
(31530, 1777, 174, 'Quarteira', 370694600, -81006400, 0),
(31531, 1777, 174, 'Sagres', 370086400, -89431100, 0),
(31532, 1777, 174, 'Sao Bras de Alportel', 371531000, -78875200, 0),
(31533, 1777, 174, 'Silves', 371892100, -84382200, 0),
(31534, 1777, 174, 'Tavira', 371273400, -76486100, 0),
(31535, 1777, 174, 'Vila Real de Santo Antonio', 371950000, -74176600, 0),
(31536, 1777, 174, 'Vilamoura', 370810000, -81108300, 0),
(31537, 1778, 174, 'Custoias', 411053000, -73209700, 0),
(31538, 1778, 174, 'Guarda', 405373300, -72657500, 0),
(31539, 1778, 174, 'Seia', 404151000, -77085900, 0),
(31540, 1778, 174, 'Sequeira', 405536400, -72259400, 0),
(31541, 1779, 174, 'Alcobaca', 395522300, -89775000, 0),
(31542, 1779, 174, 'Atouguia da Baleia', 393381400, -93263000, 0),
(31543, 1779, 174, 'Batalha', 396602500, -88247500, 0),
(31544, 1779, 174, 'Benedita', 394247000, -89699600, 0),
(31545, 1779, 174, 'Caldas da Rainha', 394032600, -91383900, 0),
(31546, 1779, 174, 'Castanheira de Pera', 400071700, -82104800, 0),
(31547, 1779, 174, 'Leiria', 397436200, -88070500, 0),
(31548, 1779, 174, 'Lourical', 400039000, -87373600, 0),
(31549, 1779, 174, 'Maceira', 396885300, -88942300, 0),
(31550, 1779, 174, 'Marinha Grande', 397476900, -89322800, 0),
(31551, 1779, 174, 'Monte Redondo', 398993000, -88317100, 0),
(31552, 1779, 174, 'Nazare', 396028900, -90683600, 0),
(31553, 1779, 174, 'Obidos', 393605500, -91567000, 0),
(31554, 1779, 174, 'Peniche', 393558000, -93811200, 0),
(31555, 1779, 174, 'Pombal', 399167400, -86284700, 0),
(31556, 1779, 174, 'Porto de Mos', 396019100, -88183900, 0),
(31557, 1779, 174, 'Souto da Carpalhosa', 398456900, -88233200, 0),
(31558, 1780, 174, 'Alcabideche', 387336600, -94092800, 0),
(31559, 1780, 174, 'Alenquer', 390531500, -90092800, 0),
(31560, 1780, 174, 'Alges', 387024500, -92293600, 0),
(31561, 1780, 174, 'Alhandra', 389273200, -90086400, 0),
(31562, 1780, 174, 'Amadora', 387538200, -92308300, 0),
(31563, 1780, 174, 'Arruda dos Vinhos', 389841100, -90774600, 0),
(31564, 1780, 174, 'Azambuja', 390702900, -88682200, 0),
(31565, 1780, 174, 'Barcarena', 387324500, -92800000, 0),
(31566, 1780, 174, 'Belas', 387772100, -92607800, 0),
(31567, 1780, 174, 'Bobadela', 388077400, -90992500, 0),
(31568, 1780, 174, 'Cacem', 387669800, -92979300, 0),
(31569, 1780, 174, 'Camarate', 388035800, -91280800, 0),
(31570, 1780, 174, 'Canecas', 388132100, -92267900, 0),
(31571, 1780, 174, 'Carcavelos', 386910500, -93221500, 0),
(31572, 1780, 174, 'Carnaxide', 387270600, -92467100, 0),
(31573, 1780, 174, 'Carregado', 390236200, -89769200, 0),
(31574, 1780, 174, 'Cascais', 386979000, -94214600, 0),
(31575, 1780, 174, 'Castanheira do Ribatejo', 389929800, -89734600, 0),
(31576, 1780, 174, 'Ericeira', 389627500, -94156300, 0),
(31577, 1780, 174, 'Estoril', 387057100, -93977300, 0),
(31578, 1780, 174, 'Famoes', 387880400, -92103300, 0),
(31579, 1780, 174, 'Linda-a-Velha', 387144600, -92422000, 0),
(31580, 1780, 174, 'Lisbon', 387166700, -91333300, 0),
(31581, 1780, 174, 'Loures', 388309100, -91684500, 0),
(31582, 1780, 174, 'Lourinha', 392333300, -93166700, 0),
(31583, 1780, 174, 'Mafra', 389379300, -93275600, 0),
(31584, 1780, 174, 'Malveira', 389321300, -92577800, 0),
(31585, 1780, 174, 'Monte Estoril', 387027900, -94160600, 0),
(31586, 1780, 174, 'Moscavide', 387792900, -91022200, 0),
(31587, 1780, 174, 'Odivelas', 387926900, -91838000, 0),
(31588, 1780, 174, 'Oeiras', 386833330, -93166670, 0),
(31589, 1780, 174, 'Olival do Basto', 387907900, -91662100, 0),
(31590, 1780, 174, 'Paco de Arcos', 386956900, -92914300, 0),
(31591, 1780, 174, 'Parede', 386928200, -93541200, 0),
(31592, 1780, 174, 'Pontinha', 387677100, -91993500, 0),
(31593, 1780, 174, 'Porto Salvo', 387174500, -92983300, 0),
(31594, 1780, 174, 'Povoa de Santa Iria', 388610100, -90645300, 0),
(31595, 1780, 174, 'Povoa de Santo Adriao', 388000000, -91666700, 0),
(31596, 1780, 174, 'Quejas', 387223600, -92659300, 0),
(31597, 1780, 174, 'Queluz', 387565700, -92545100, 0),
(31598, 1780, 174, 'Ramada', 388023500, -91921600, 0),
(31599, 1780, 174, 'Rio de Mouro', 387745700, -93276000, 0),
(31600, 1780, 174, 'Sacavem', 387920200, -91080100, 0),
(31601, 1780, 174, 'Santa Iria da Azoia', 388462900, -90874800, 0),
(31602, 1780, 174, 'Sao Domingos de Rana', 387012300, -93276000, 0),
(31603, 1780, 174, 'Sao Joao das Lampas', 388737600, -93984200, 0),
(31604, 1780, 174, 'Silveira', 391112000, -93643000, 0),
(31605, 1780, 174, 'Sintra', 388009700, -93782600, 0),
(31606, 1780, 174, 'Sobralinho', 389170300, -90265600, 0),
(31607, 1780, 174, 'Terrugem', 387064700, -92869300, 0),
(31608, 1780, 174, 'Torres Vedras', 390910900, -92586000, 0),
(31609, 1780, 174, 'Venda do Pinheiro', 389236500, -92317800, 0),
(31610, 1780, 174, 'Ventosa', 391269600, -90842400, 0),
(31611, 1780, 174, 'Vialonga', 388709400, -90682300, 0),
(31612, 1780, 174, 'Vila Franca de Xira', 389552500, -89896600, 0),
(31613, 1781, 174, 'Camacha', 326791900, -168446200, 0),
(31614, 1781, 174, 'Camara de Lobos', 326333300, -169666700, 0),
(31615, 1781, 174, 'Canical', 327383400, -167383600, 0),
(31616, 1781, 174, 'Canico', 326333300, -168500000, 0),
(31617, 1781, 174, 'Funchal', 326333300, -169000000, 0),
(31618, 1781, 174, 'Machico', 327000000, -167666700, 0),
(31619, 1781, 174, 'Nossa Senhora do Monte', 326666700, -169000000, 0),
(31620, 1781, 174, 'Ponta do Sol', 326666700, -171000000, 0),
(31621, 1781, 174, 'Santa Cruz', 326833300, -168000000, 0),
(31622, 1781, 174, 'Sao Vicente', 327967300, -170432300, 0),
(31623, 1782, 174, 'Alter do Chao', 391974100, -76589300, 0),
(31624, 1782, 174, 'Elvas', 388815000, -71628200, 0),
(31625, 1782, 174, 'Portalegre', 392937900, -74312200, 0),
(31626, 1782, 174, 'Santo Andre', 390553200, -82441400, 0),
(31627, 1783, 174, 'Aguas Santas', 412106100, -85866000, 0),
(31628, 1783, 174, 'Alfena', 412367100, -85245400, 0),
(31629, 1783, 174, 'Amarante', 412727100, -80824600, 0),
(31630, 1783, 174, 'Anta', 412663400, -86284400, 0),
(31631, 1783, 174, 'Arcozelo', 410532800, -86432600, 0),
(31632, 1783, 174, 'Aver-o-Mar', 414077800, -87811800, 0),
(31633, 1783, 174, 'Aves', 413703400, -84101000, 0),
(31634, 1783, 174, 'Avintes', 411174700, -85498600, 0),
(31635, 1783, 174, 'Azenha', 410765100, -86246800, 0),
(31636, 1783, 174, 'Baguim do Monte', 411939200, -85413300, 0),
(31637, 1783, 174, 'Bougado', 413397900, -85518000, 0),
(31638, 1783, 174, 'Campo', 411851600, -84649300, 0),
(31639, 1783, 174, 'Canidelo', 411240200, -86510400, 0),
(31640, 1783, 174, 'Casteloes de Cepeda', 412026500, -83351600, 0),
(31641, 1783, 174, 'Ermezinde', 412217600, -85546200, 0),
(31642, 1783, 174, 'Fanzeres', 411708700, -85257000, 0),
(31643, 1783, 174, 'Figueiro', 412992200, -81677900, 0),
(31644, 1783, 174, 'Foz do Sousa', 410966800, -85018400, 0),
(31645, 1783, 174, 'Freamunde', 412883500, -83353300, 0),
(31646, 1783, 174, 'Gemunde', 412676600, -86451500, 0),
(31647, 1783, 174, 'Gondomar', 411445400, -85322300, 0),
(31648, 1783, 174, 'Grijo', 410283600, -85801700, 0),
(31649, 1783, 174, 'Guifoes', 412003900, -86671900, 0),
(31650, 1783, 174, 'Gulpilhares', 410829200, -86267900, 0),
(31651, 1783, 174, 'Lavra', 412593600, -87184900, 0),
(31652, 1783, 174, 'Leca da Palmeira', 411910000, -87002700, 0),
(31653, 1783, 174, 'Leca do Bailio', 412145700, -86134800, 0),
(31654, 1783, 174, 'Lordelo', 412345100, -84029700, 0),
(31655, 1783, 174, 'Madalena', 412161600, -83345100, 0),
(31656, 1783, 174, 'Maia', 412357400, -86199000, 0),
(31657, 1783, 174, 'Margaride', 413682900, -82007200, 0),
(31658, 1783, 174, 'Matosinhos', 411820700, -86890800, 0),
(31659, 1783, 174, 'Meinedo', 412482700, -82580700, 0),
(31660, 1783, 174, 'Milheiros', 412147800, -85883700, 0),
(31661, 1783, 174, 'Moreira', 410560000, -83893900, 0),
(31662, 1783, 174, 'Negrelos', 413494600, -84014500, 0),
(31663, 1783, 174, 'Nogueira', 412424600, -85868500, 0),
(31664, 1783, 174, 'Olival', 410502400, -85441600, 0),
(31665, 1783, 174, 'Oliveira do Douro', 411246600, -85846300, 0),
(31666, 1783, 174, 'Pacos de Ferreira', 412765700, -83761700, 0),
(31667, 1783, 174, 'Pedroucos', 411931500, -85816700, 0),
(31668, 1783, 174, 'Penafiel', 412083500, -82828500, 0),
(31669, 1783, 174, 'Perafita', 411825200, -82545000, 0),
(31670, 1783, 174, 'Porto', 411496100, -86109900, 0),
(31671, 1783, 174, 'Povoa de Varzim', 413834400, -87636400, 0),
(31672, 1783, 174, 'Rebordosa', 412240500, -84066900, 0),
(31673, 1783, 174, 'Recarei', 411535600, -84117800, 0),
(31674, 1783, 174, 'Rio Tinto', 411825900, -85581100, 0),
(31675, 1783, 174, 'Santa Cruz do Bispo', 412255000, -86836000, 0),
(31676, 1783, 174, 'Santo Tirso', 413425700, -84774600, 0),
(31677, 1783, 174, 'Sao Felix da Marinha', 410355500, -86225800, 0),
(31678, 1783, 174, 'Sao Mamede de Infesta', 412004200, -86025100, 0),
(31679, 1783, 174, 'Sao Pedro da Cova', 411550800, -85041200, 0),
(31680, 1783, 174, 'Sao Romao do Coronado', 412854400, -85632000, 0),
(31681, 1783, 174, 'Senhora da Hora', 411864000, -86517200, 0),
(31682, 1783, 174, 'Teloes', 413105400, -81110100, 0),
(31683, 1783, 174, 'Valadares', 411473700, -79812000, 0),
(31684, 1783, 174, 'Valbom', 411324700, -85641400, 0),
(31685, 1783, 174, 'Valongo', 411950100, -85102700, 0),
(31686, 1783, 174, 'Vila Nova da Telha', 410717000, -86414600, 0),
(31687, 1783, 174, 'Vila Nova de Gaia', 411336300, -86174200, 0),
(31688, 1783, 174, 'Vila do Conde', 413548100, -87434000, 0),
(31689, 1783, 174, 'Vilar de Andorinho', 411075100, -85963200, 0),
(31690, 1783, 174, 'Vilar do Paraiso', 410897400, -86211000, 0),
(31691, 1784, 174, 'Abrantes', 394666700, -82000000, 0),
(31692, 1784, 174, 'Alcanena', 394590000, -86689200, 0),
(31693, 1784, 174, 'Alferrarede', 394833300, -81666700, 0),
(31694, 1784, 174, 'Almeirim', 392090300, -86164300, 0),
(31695, 1784, 174, 'Alpiarca', 392571200, -85818700, 0),
(31696, 1784, 174, 'Benavente', 389791900, -88075900, 0),
(31697, 1784, 174, 'Cartaxo', 391602200, -87874100, 0),
(31698, 1784, 174, 'Entroncamento', 394666700, -84666700, 0),
(31699, 1784, 174, 'Fatima', 396207100, -86523700, 0),
(31700, 1784, 174, 'Marinhais', 390473000, -87023600, 0),
(31701, 1784, 174, 'Ourem', 396416800, -85919000, 0),
(31702, 1784, 174, 'Poceirao', 388309500, -87936500, 0),
(31703, 1784, 174, 'Pontevel', 391494500, -88388000, 0),
(31704, 1784, 174, 'Rio Maior', 393373200, -89390600, 0),
(31705, 1784, 174, 'Samora Correia', 389370900, -88717800, 0),
(31706, 1784, 174, 'Santarem', 392333300, -86833300, 0),
(31707, 1784, 174, 'Tomar', 396019900, -84092400, 0),
(31708, 1784, 174, 'Torres Novas', 394811400, -85394900, 0),
(31709, 1784, 174, 'Tramagal', 394500000, -82500000, 0),
(31710, 1785, 174, 'Alcacer do Sal', 383732600, -85144400, 0),
(31711, 1785, 174, 'Alcochete', 387553400, -89608600, 0),
(31712, 1785, 174, 'Aldeia de Paio Pires', 386166700, -90833300, 0),
(31713, 1785, 174, 'Alhos Vedros', 386548600, -90236800, 0),
(31714, 1785, 174, 'Almada', 386790200, -91569000, 0),
(31715, 1785, 174, 'Amora', 386296100, -91155700, 0),
(31716, 1785, 174, 'Arrentela', 386166700, -91000000, 0),
(31717, 1785, 174, 'Barreiro', 386631400, -90724000, 0),
(31718, 1785, 174, 'Cacilhas', 386877300, -91466300, 0),
(31719, 1785, 174, 'Caparica', 386666700, -92000000, 0),
(31720, 1785, 174, 'Charneca', 386205900, -91914900, 0),
(31721, 1785, 174, 'Corroios', 386450200, -91484300, 0),
(31722, 1785, 174, 'Costa de Caparica', 386445800, -92355600, 0),
(31723, 1785, 174, 'Moita', 386507800, -89903800, 0),
(31724, 1785, 174, 'Montijo', 387067500, -89738800, 0),
(31725, 1785, 174, 'Palmela', 385690200, -89012600, 0),
(31726, 1785, 174, 'Piedade', 386666700, -91500000, 0),
(31727, 1785, 174, 'Pinhal Novo', 386310600, -89137600, 0),
(31728, 1785, 174, 'Pragal', 386745900, -91698100, 0),
(31729, 1785, 174, 'Santo Andre', 380544400, -87521200, 0),
(31730, 1785, 174, 'Sesimbra', 384445100, -91014900, 0),
(31731, 1785, 174, 'Setubal', 385244000, -88882000, 0),
(31732, 1785, 174, 'Sines', 379562200, -88697900, 0),
(31733, 1785, 174, 'Sobreda', 386496100, -91897700, 0),
(31734, 1786, 174, 'Darque', 416833300, -87666700, 0),
(31735, 1786, 174, 'Moncao', 420789200, -84807600, 0),
(31736, 1786, 174, 'Valenza', 420241800, -86347400, 0),
(31737, 1786, 174, 'Viana do Castelo', 416932300, -88328700, 0),
(31738, 1786, 174, 'Vila Praia de Ancora', 418109800, -88525500, 0),
(31739, 1787, 174, 'Chaves', 417401900, -74687900, 0),
(31740, 1787, 174, 'Peso da Regua', 411649100, -77870300, 0),
(31741, 1787, 174, 'Valpacos', 416074600, -73108800, 0),
(31742, 1787, 174, 'Vila Real', 413006200, -77441300, 0),
(31743, 1787, 174, 'Vilela', 412251100, -76033800, 0),
(31744, 1788, 174, 'Abraveses', 406813700, -79210200, 0),
(31745, 1788, 174, 'Lamego', 410974100, -78099100, 0),
(31746, 1788, 174, 'Mangualde', 406042500, -77611500, 0),
(31747, 1788, 174, 'Rio de Loba', 406659600, -78778100, 0),
(31748, 1788, 174, 'Sao Pedro do Sul', 407553700, -80726500, 0),
(31749, 1788, 174, 'Satao', 407417800, -77328600, 0),
(31750, 1788, 174, 'Tondela', 405166700, -80833300, 0),
(31751, 1788, 174, 'Viseu', 406610100, -79097100, 0),
(31752, 1789, 175, 'Aguada', 183793900, -671882400, 0),
(31753, 1789, 175, 'Luyando', 183643900, -671574000, 0),
(31754, 1790, 175, 'Aguadilla', 184274500, -671540700, 0),
(31755, 1790, 175, 'San Antonio', 184921700, -670985100, 0),
(31756, 1791, 175, 'Aguas Buenas', 182569000, -661029400, 0),
(31757, 1791, 175, 'Santa Clara', 182185700, -661287800, 0),
(31758, 1792, 175, 'Aibonito', 181399600, -662660000, 0),
(31759, 1793, 175, 'Anasco', 182827300, -671396200, 0),
(31760, 1793, 175, 'Espino', 182763400, -671193500, 0),
(31761, 1793, 175, 'La Playa', 182874500, -671868500, 0),
(31762, 1793, 175, 'Las Marias', 182932800, -671462900, 0),
(31763, 1794, 175, 'Arecibo', 184724400, -667157300, 0),
(31764, 1794, 175, 'Bajadero', 184266100, -666832300, 0),
(31765, 1795, 175, 'Arroyo', 179658000, -660612800, 0),
(31766, 1795, 175, 'Palmas', 179871900, -660254400, 0),
(31767, 1796, 175, 'Barranquitas', 181866200, -663062800, 0),
(31768, 1797, 175, 'Bayamon', 183985600, -661557200, 0),
(31769, 1798, 175, 'Cabo Rojo', 180866300, -671457300, 0),
(31770, 1798, 175, 'Puerto Real', 180749600, -671871200, 0),
(31771, 1799, 175, 'Bairoa', 182591200, -660404400, 0),
(31772, 1799, 175, 'Caguas', 182341200, -660485000, 0),
(31773, 1800, 175, 'Camuy', 184838300, -668449000, 0),
(31774, 1800, 175, 'Piedra Gorda', 184341100, -668876800, 0),
(31775, 1801, 175, 'Canovanas', 183777300, -659062800, 0),
(31776, 1802, 175, 'Carolina', 183807800, -659573900, 0),
(31777, 1803, 175, 'Catano', 184413400, -661182200, 0),
(31778, 1804, 175, 'Cayey', 181119100, -661660000, 0),
(31779, 1805, 175, 'Ceiba', 182641200, -656485000, 0),
(31780, 1806, 175, 'Ciales', 183360600, -664687800, 0),
(31781, 1807, 175, 'Bayamon', 181777400, -661132200, 0),
(31782, 1807, 175, 'Cidra', 181757900, -661612800, 0),
(31783, 1807, 175, 'Parcelas Nuevas', 181402400, -661723900, 0),
(31784, 1808, 175, 'Coamo', 180799600, -663579500, 0),
(31785, 1809, 175, 'Comerio', 182180100, -662260000, 0),
(31786, 1810, 175, 'Corozal', 183410600, -663168400, 0),
(31787, 1811, 175, 'Dorado', 184588300, -662676700, 0),
(31788, 1811, 175, 'Rio Lajas', 183946700, -662676700, 0),
(31789, 1812, 175, 'Fajardo', 183257900, -656523800, 0),
(31790, 1813, 175, 'Guanica', 179716300, -669079500, 0),
(31791, 1814, 175, 'Guayama', 179841300, -661137800, 0),
(31792, 1815, 175, 'Guaynabo', 183574500, -661110000, 0),
(31793, 1816, 175, 'Celada', 182716200, -659660000, 0),
(31794, 1816, 175, 'Gurabo', 182544000, -659729400, 0),
(31795, 1817, 175, 'Corcovado', 184585600, -667762900, 0),
(31796, 1817, 175, 'Hatillo', 184863300, -668254500, 0),
(31797, 1818, 175, 'Hormigueros', 181396800, -671274000, 0),
(31798, 1819, 175, 'Candelero Arriba', 181019100, -658368300, 0),
(31799, 1819, 175, 'Humacao', 181496800, -658273800, 0),
(31800, 1820, 175, 'Isabela', 185007800, -670243500, 0),
(31801, 1820, 175, 'Mora', 184630000, -670326800, 0),
(31802, 1821, 175, 'Juana Diaz', 180524600, -665065600, 0),
(31803, 1821, 175, 'Luis Llorens Torres', 180569100, -665268400, 0),
(31804, 1821, 175, 'Rio Canas Abajo', 180383000, -664676700, 0),
(31805, 1822, 175, 'La Parguera', 179749700, -670465700, 0),
(31806, 1822, 175, 'Lajas', 180499600, -670593400, 0),
(31807, 1823, 175, 'Lares', 182946700, -668771200, 0),
(31808, 1824, 175, 'Las Piedras', 181830100, -658662700, 0),
(31809, 1825, 175, 'Vieques', 184249500, -658329400, 0),
(31810, 1826, 175, 'Luquillo', 183724500, -657165500, 0),
(31811, 1826, 175, 'Playa Fortuna', 183796700, -657451600, 0),
(31812, 1826, 175, 'Ramos', 183396700, -657126600, 0),
(31813, 1827, 175, 'Manati', 184274500, -664921200, 0),
(31814, 1827, 175, 'Tierras Nuevas Poniente', 184618900, -664885000, 0),
(31815, 1828, 175, 'Maunabo', 180071900, -658993300, 0),
(31816, 1828, 175, 'Palo Seco', 180074700, -659368300, 0),
(31817, 1829, 175, 'Mayaguez', 182010700, -671396200, 0),
(31818, 1830, 175, 'Moca', 183946700, -671132400, 0),
(31819, 1831, 175, 'Morovis', 183257800, -664065600, 0),
(31820, 1832, 175, 'Jayuya', 182185700, -665915600, 0),
(31821, 1833, 175, 'Naguabo', 182116200, -657348800, 0),
(31822, 1834, 175, 'Naranjito', 183007900, -662448900, 0),
(31823, 1835, 175, 'Lamboglia', 179813600, -659857200, 0),
(31824, 1836, 175, 'Penuelas', 180563500, -667215600, 0),
(31825, 1837, 175, 'Coto Laurel', 180496900, -665512800, 0),
(31826, 1837, 175, 'Ponce', 180110800, -666140600, 0),
(31827, 1838, 175, 'Stella', 183218900, -672468500, 0),
(31828, 1839, 175, 'Bartolo', 183613400, -658385000, 0),
(31829, 1839, 175, 'Rio Grande', 183802300, -658312700, 0),
(31830, 1840, 175, 'Coqui', 179741300, -662271100, 0),
(31831, 1841, 175, 'Sabana Eneas', 180860700, -670810100, 0),
(31832, 1841, 175, 'San German', 180816300, -670449000, 0),
(31833, 1842, 175, 'San Juan', 184663300, -661057200, 0),
(31834, 1843, 175, 'San Lorenzo', 181894000, -659610000, 0),
(31835, 1844, 175, 'San Sebastian', 183366200, -669901800, 0),
(31836, 1845, 175, 'Galateo', 183624500, -662587800, 0),
(31837, 1845, 175, 'Mucarabones', 183907800, -662160000, 0),
(31838, 1845, 175, 'Pajaros', 183685600, -662168300, 0),
(31839, 1845, 175, 'Toa Alta', 183882800, -662482200, 0),
(31840, 1846, 175, 'Campanilla', 184213400, -662368300, 0),
(31841, 1846, 175, 'Candelaria', 184041100, -662087800, 0),
(31842, 1846, 175, 'Candelaria Arenas', 184171700, -662173900, 0),
(31843, 1846, 175, 'Ingenio', 184421700, -662260000, 0),
(31844, 1846, 175, 'Levittown', 184499500, -661815600, 0),
(31845, 1846, 175, 'Sabana Seca', 184268900, -661846100, 0),
(31846, 1846, 175, 'Toa Baja', 184438400, -662596100, 0),
(31847, 1847, 175, 'Trujillo Alto', 183546700, -660073900, 0),
(31848, 1848, 175, 'Cayuco', 182910600, -667393400, 0),
(31849, 1848, 175, 'Utuado', 182655100, -667004500, 0),
(31850, 1849, 175, 'Vega Alta', 184121700, -663312800, 0),
(31851, 1850, 175, 'Coto Norte', 184307800, -664398900, 0),
(31852, 1850, 175, 'Vega Baja', 184443900, -663876700, 0),
(31853, 1851, 175, 'Esperanza', 180971900, -654707100, 0),
(31854, 1852, 175, 'Villalba', 181271800, -664921200, 0),
(31855, 1853, 175, 'Palomas', 180135800, -668732300, 0),
(31856, 1853, 175, 'Yauco', 180349600, -668499000, 0),
(31857, 1854, 176, 'Doha', 252793200, 515224500, 0),
(31858, 1855, 176, 'Al Ghuwayriyah', 258297200, 512452800, 0),
(31859, 1855, 176, 'Al Khawr', 256838900, 515058300, 0),
(31860, 1856, 176, 'Al Wakrah', 251715100, 516033700, 0),
(31861, 1856, 176, 'Al Wukayr', 251508300, 515377800, 0),
(31862, 1857, 176, 'Ar Rayyan', 252919400, 514244400, 0),
(31863, 1857, 176, 'Ash Shahaniyah', 253686100, 512263900, 0),
(31864, 1857, 176, 'Dukhan', 254297200, 507858300, 0),
(31865, 1858, 176, 'Az Za''ayin', 255774400, 514830600, 0),
(31866, 1859, 176, 'Umm Salal ''Ali', 254697200, 513975000, 0),
(31867, 1859, 176, 'Umm Salal Muhammad', 254169400, 514038900, 0),
(31868, 1860, 177, 'L''Entre-Deux', -212333300, 554666700, 0),
(31869, 1860, 177, 'Le Port', -209373000, 552918900, 0),
(31870, 1860, 177, 'Le Tampon', -212830900, 555180200, 0),
(31871, 1860, 177, 'Saint-Andre', -209633300, 556503100, 0),
(31872, 1860, 177, 'Saint-Benoit', -210380100, 557193700, 0),
(31873, 1860, 177, 'Saint-Denis', -208823100, 554504000, 0),
(31874, 1860, 177, 'Saint-Joseph', -213783800, 556191800, 0),
(31875, 1860, 177, 'Saint-Louis', -212858500, 554112400, 0),
(31876, 1860, 177, 'Saint-Paul', -210096300, 552707100, 0),
(31877, 1860, 177, 'Saint-Pierre', -213393000, 554781100, 0),
(31878, 1860, 177, 'Sainte-Marie', -208968400, 555496000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(31879, 1861, 178, 'Abrud', 462666700, 230666700, 0),
(31880, 1861, 178, 'Aiud', 463000000, 237166700, 0),
(31881, 1861, 178, 'Alba Iulia', 460666700, 235833300, 0),
(31882, 1861, 178, 'Albac', 464500000, 229666700, 0),
(31883, 1861, 178, 'Bistra', 463833300, 231000000, 0),
(31884, 1861, 178, 'Blaj', 461833300, 239166700, 0),
(31885, 1861, 178, 'Bucium', 462333300, 232166700, 0),
(31886, 1861, 178, 'Cimpeni', 463666700, 230500000, 0),
(31887, 1861, 178, 'Cugir', 458333300, 233666700, 0),
(31888, 1861, 178, 'Ighiu', 461500000, 235166700, 0),
(31889, 1861, 178, 'Jidveiu', 462166700, 241000000, 0),
(31890, 1861, 178, 'Ocna Mures', 463833300, 238500000, 0),
(31891, 1861, 178, 'Sasciori', 458666700, 235833300, 0),
(31892, 1861, 178, 'Sebes', 459666700, 235666700, 0),
(31893, 1861, 178, 'Unirea', 441500000, 231833300, 0),
(31894, 1861, 178, 'Zlatna', 461166700, 232166700, 0),
(31895, 1862, 178, 'Almas', 462833300, 222333300, 0),
(31896, 1862, 178, 'Arad', 461833300, 213166700, 0),
(31897, 1862, 178, 'Gurahont', 462666700, 223500000, 0),
(31898, 1862, 178, 'Lipova', 460833300, 217000000, 0),
(31899, 1862, 178, 'Macea', 463833300, 213000000, 0),
(31900, 1862, 178, 'Pancota', 463333300, 217000000, 0),
(31901, 1862, 178, 'Paulis', 461166700, 215833300, 0),
(31902, 1862, 178, 'Pecica', 461666700, 210666700, 0),
(31903, 1862, 178, 'Traian', 437666700, 250000000, 0),
(31904, 1862, 178, 'Tudor Vladimirescu', 452166700, 278000000, 0),
(31905, 1862, 178, 'Vladimirescu', 461500000, 214000000, 0),
(31906, 1862, 178, 'Zimandu Nou', 462833300, 214000000, 0),
(31907, 1863, 178, 'Arefu', 453333300, 246000000, 0),
(31908, 1863, 178, 'Baiculesti', 450666700, 247000000, 0),
(31909, 1863, 178, 'Bascov', 449000000, 248166700, 0),
(31910, 1863, 178, 'Bughea de Jos', 452666700, 250000000, 0),
(31911, 1863, 178, 'Costesti', 446666700, 248833300, 0),
(31912, 1863, 178, 'Curtea de Arges', 451333300, 246833300, 0),
(31913, 1863, 178, 'Malureni', 451000000, 248000000, 0),
(31914, 1863, 178, 'Micesti', 449500000, 248666700, 0),
(31915, 1863, 178, 'Pitesti', 448500000, 248666700, 0),
(31916, 1863, 178, 'Salatrucu', 453333300, 245166700, 0),
(31917, 1863, 178, 'Stefanesti', 446166700, 242500000, 0),
(31918, 1863, 178, 'Topoloveni', 448166700, 250833300, 0),
(31919, 1863, 178, 'Valea Danului', 451833300, 246500000, 0),
(31920, 1863, 178, 'Valea Iasului', 451833300, 247166700, 0),
(31921, 1864, 178, 'Agas', 464833300, 262166700, 0),
(31922, 1864, 178, 'Bacau', 465666700, 269000000, 0),
(31923, 1864, 178, 'Buhusi', 467166700, 267000000, 0),
(31924, 1864, 178, 'Comanesti', 464166700, 264333300, 0),
(31925, 1864, 178, 'Corbasca', 462833300, 271666700, 0),
(31926, 1864, 178, 'Cotofanesti', 461500000, 269833300, 0),
(31927, 1864, 178, 'Filipesti', 467500000, 268833300, 0),
(31928, 1864, 178, 'Girleni', 466666700, 268000000, 0),
(31929, 1864, 178, 'Gura Vaii', 463333300, 267333300, 0),
(31930, 1864, 178, 'Joseni', 467000000, 255000000, 0),
(31931, 1864, 178, 'Letea Veche', 465500000, 269500000, 0),
(31932, 1864, 178, 'Margineni-Munteni', 466000000, 269000000, 0),
(31933, 1864, 178, 'Moinesti', 464666700, 264833300, 0),
(31934, 1864, 178, 'Nicolae Balcescu', 443833300, 283833300, 0),
(31935, 1864, 178, 'Oituz', 462000000, 266166700, 0),
(31936, 1864, 178, 'Onesti', 462586110, 267691670, 0),
(31937, 1864, 178, 'Plopana', 466833300, 272166700, 0),
(31938, 1864, 178, 'Sascut', 462000000, 271000000, 0),
(31939, 1864, 178, 'Stefan cel Mare', 438166700, 242166700, 0),
(31940, 1864, 178, 'Strugari', 465333300, 267166700, 0),
(31941, 1865, 178, 'Alesd', 470666700, 224166700, 0),
(31942, 1865, 178, 'Auseu', 470333300, 225000000, 0),
(31943, 1865, 178, 'Beius', 466666700, 223500000, 0),
(31944, 1865, 178, 'Biharea', 471500000, 219166700, 0),
(31945, 1865, 178, 'Borod', 469833300, 226333300, 0),
(31946, 1865, 178, 'Buduslau', 474000000, 222666700, 0),
(31947, 1865, 178, 'Lugasu de Jos', 470666700, 223500000, 0),
(31948, 1865, 178, 'Margita', 473500000, 223333300, 0),
(31949, 1865, 178, 'Nojorid', 469833300, 218833300, 0),
(31950, 1865, 178, 'Oradea', 470666700, 219333300, 0),
(31951, 1865, 178, 'Osorheiu', 470333300, 220500000, 0),
(31952, 1865, 178, 'Salacea', 474666700, 223166700, 0),
(31953, 1865, 178, 'Salonta', 468000000, 216500000, 0),
(31954, 1865, 178, 'Sintandrei', 470661500, 218535200, 0),
(31955, 1865, 178, 'Vadu Crisului', 469833300, 225166700, 0),
(31956, 1866, 178, 'Bistrita', 471331600, 245001100, 0),
(31957, 1866, 178, 'Chiuza', 472333300, 242500000, 0),
(31958, 1866, 178, 'Cosbuc', 473666700, 244000000, 0),
(31959, 1866, 178, 'Matei', 469833300, 242666700, 0),
(31960, 1866, 178, 'Nasaud', 472833300, 244000000, 0),
(31961, 1866, 178, 'Telciu', 474333300, 244000000, 0),
(31962, 1867, 178, 'Avrameni', 480166700, 269500000, 0),
(31963, 1867, 178, 'Botosani', 477500000, 266666700, 0),
(31964, 1867, 178, 'Corlateni', 479333300, 265500000, 0),
(31965, 1867, 178, 'Curtesti', 477166700, 266500000, 0),
(31966, 1867, 178, 'Darabani', 481833300, 265833300, 0),
(31967, 1867, 178, 'Dorohoi', 479500000, 264000000, 0),
(31968, 1867, 178, 'George Enescu', 480333300, 264833300, 0),
(31969, 1867, 178, 'Hudesti', 481500000, 265000000, 0),
(31970, 1867, 178, 'Mihail Eminescu', 477833300, 269166700, 0),
(31971, 1867, 178, 'Mitoc', 481000000, 270333300, 0),
(31972, 1867, 178, 'Saveni', 446000000, 276500000, 0),
(31973, 1867, 178, 'Trusesti', 477666700, 270166700, 0),
(31974, 1868, 178, 'Bordei Verde', 450833300, 275666700, 0),
(31975, 1868, 178, 'Braila', 452666700, 279833300, 0),
(31976, 1868, 178, 'Insuratei', 449166700, 276000000, 0),
(31977, 1868, 178, 'Rosiori', 448000000, 273833300, 0),
(31978, 1868, 178, 'Sutesti', 452166700, 274333300, 0),
(31979, 1868, 178, 'Victoria', 448166700, 276166700, 0),
(31980, 1869, 178, 'Bod', 457666700, 256500000, 0),
(31981, 1869, 178, 'Brasov', 456486100, 256061300, 0),
(31982, 1869, 178, 'Budila', 456666700, 258000000, 0),
(31983, 1869, 178, 'Codlea', 457000000, 254500000, 0),
(31984, 1869, 178, 'Cristian', 456166700, 254666700, 0),
(31985, 1869, 178, 'Dumbravita', 457666700, 254333300, 0),
(31986, 1869, 178, 'Fogarasch', 458500000, 249666700, 0),
(31987, 1869, 178, 'Halchiu', 457666700, 255500000, 0),
(31988, 1869, 178, 'Harman', 457166700, 256833300, 0),
(31989, 1869, 178, 'Jibert', 460000000, 250666700, 0),
(31990, 1869, 178, 'Poiana Marului', 456000000, 253000000, 0),
(31991, 1869, 178, 'Predeal', 455000000, 255666700, 0),
(31992, 1869, 178, 'Risnov', 455833300, 254500000, 0),
(31993, 1869, 178, 'Rupea', 460333300, 252166700, 0),
(31994, 1869, 178, 'Soars', 459333300, 249166700, 0),
(31995, 1869, 178, 'Tarlungeni', 456333300, 257500000, 0),
(31996, 1870, 178, 'Bucharest', 444322500, 261062600, 0),
(31997, 1870, 178, 'Peris', 446847200, 260138900, 0),
(31998, 1871, 178, 'Buzau', 451500000, 268333300, 0),
(31999, 1871, 178, 'Gura Teghii', 454833300, 264166700, 0),
(32000, 1871, 178, 'Maracineni', 449000000, 248833300, 0),
(32001, 1871, 178, 'Nehoiu', 454166700, 263000000, 0),
(32002, 1871, 178, 'Pogoanele', 449166700, 270000000, 0),
(32003, 1871, 178, 'Rimnicu Sarat', 453833300, 270500000, 0),
(32004, 1871, 178, 'Vernesti', 452166700, 267333300, 0),
(32005, 1871, 178, 'Vintila Voda', 454666700, 267166700, 0),
(32006, 1872, 178, 'Budesti', 442347200, 264658300, 0),
(32007, 1872, 178, 'Calarasi', 442166700, 273000000, 0),
(32008, 1872, 178, 'Curcani', 442000000, 265833300, 0),
(32009, 1872, 178, 'Cuza Voda', 442666700, 272666700, 0),
(32010, 1872, 178, 'Dragalina', 444333300, 273166700, 0),
(32011, 1872, 178, 'Fundeni', 443833300, 263500000, 0),
(32012, 1872, 178, 'Fundulea', 444666700, 265166700, 0),
(32013, 1872, 178, 'Ileana', 445166700, 266666700, 0),
(32014, 1872, 178, 'Lehliu-Gara', 444333300, 268500000, 0),
(32015, 1872, 178, 'Mitreni', 441666700, 266000000, 0),
(32016, 1872, 178, 'Modelu', 442000000, 273833300, 0),
(32017, 1872, 178, 'Oltenita', 440833300, 266333300, 0),
(32018, 1872, 178, 'Soldanu', 442166700, 265166700, 0),
(32019, 1872, 178, 'Vlad Tepes', 443500000, 270833300, 0),
(32020, 1873, 178, 'Anina', 450794400, 218569400, 0),
(32021, 1873, 178, 'Baile Herculane', 448797200, 224125000, 0),
(32022, 1873, 178, 'Bocsa', 453733300, 217091700, 0),
(32023, 1873, 178, 'Caransebes', 454166700, 222166700, 0),
(32024, 1873, 178, 'Carasova', 451986100, 218700000, 0),
(32025, 1873, 178, 'Ciclova-Romana', 450136100, 217191700, 0),
(32026, 1873, 178, 'Lapusnicu Mare', 449130600, 219441700, 0),
(32027, 1873, 178, 'Mehadia', 449008300, 223669400, 0),
(32028, 1873, 178, 'Moldova Noua', 447375000, 216669400, 0),
(32029, 1873, 178, 'Muntele Mic', 453833300, 223333300, 0),
(32030, 1873, 178, 'Oravita', 450325000, 216894400, 0),
(32031, 1873, 178, 'Otelu Rosu', 455333300, 223666700, 0),
(32032, 1873, 178, 'Resita', 453008300, 218891700, 0),
(32033, 1873, 178, 'Sichevita', 447350000, 218486100, 0),
(32034, 1873, 178, 'Zavoi', 455166700, 224166700, 0),
(32035, 1874, 178, 'Apahida', 468166700, 237500000, 0),
(32036, 1874, 178, 'Baciu', 468000000, 235166700, 0),
(32037, 1874, 178, 'Cimpia Turzii', 465500000, 238833300, 0),
(32038, 1874, 178, 'Ciurila', 466500000, 235500000, 0),
(32039, 1874, 178, 'Cluj-Napoca', 467666700, 236000000, 0),
(32040, 1874, 178, 'Dej', 471500000, 238666700, 0),
(32041, 1874, 178, 'Feleacu', 467166700, 236166700, 0),
(32042, 1874, 178, 'Frata', 467000000, 240500000, 0),
(32043, 1874, 178, 'Gherla', 470333300, 239166700, 0),
(32044, 1874, 178, 'Huedin', 468666700, 230500000, 0),
(32045, 1874, 178, 'Izvoru Crisului', 468333300, 231000000, 0),
(32046, 1874, 178, 'Jucu Herghelia', 468500000, 238000000, 0),
(32047, 1874, 178, 'Mihai Viteazu', 446333300, 286833300, 0),
(32048, 1874, 178, 'Savadisla', 466833300, 234500000, 0),
(32049, 1874, 178, 'Sic', 469333300, 238833300, 0),
(32050, 1874, 178, 'Turda', 465666700, 237833300, 0),
(32051, 1875, 178, 'Agigea', 440833300, 286166700, 0),
(32052, 1875, 178, 'Aliman', 441833300, 278500000, 0),
(32053, 1875, 178, 'Baneasa', 440461100, 260641700, 0),
(32054, 1875, 178, 'Cernavoda', 443666700, 280166700, 0),
(32055, 1875, 178, 'Ciobanu', 447333300, 279666700, 0),
(32056, 1875, 178, 'Constanta', 441833300, 286500000, 0),
(32057, 1875, 178, 'Cumpana', 441166700, 285666700, 0),
(32058, 1875, 178, 'Eforie Sud', 440229400, 286494300, 0),
(32059, 1875, 178, 'Hirsova', 446833300, 279333300, 0),
(32060, 1875, 178, 'Lipnita', 441000000, 276000000, 0),
(32061, 1875, 178, 'Lumina', 442833300, 285666700, 0),
(32062, 1875, 178, 'Mangalia', 438000000, 285833300, 0),
(32063, 1875, 178, 'Medgidia', 442500000, 282833300, 0),
(32064, 1875, 178, 'Mihail Kogalniceanu', 443666700, 284500000, 0),
(32065, 1875, 178, 'Mircea Voda', 442833300, 281666700, 0),
(32066, 1875, 178, 'Navodari', 443166700, 286000000, 0),
(32067, 1875, 178, 'Negru Voda', 438166700, 282000000, 0),
(32068, 1875, 178, 'Ovidiu', 442666700, 285666700, 0),
(32069, 1875, 178, 'Techirghiol', 440500000, 286000000, 0),
(32070, 1875, 178, 'Tirgusor', 444500000, 284166700, 0),
(32071, 1875, 178, 'Tuzla', 440000000, 286333300, 0),
(32072, 1875, 178, 'Valu lui Traian', 441666700, 284666700, 0),
(32073, 1876, 178, 'Aita Mare', 459666700, 255500000, 0),
(32074, 1876, 178, 'Baraolt', 460751400, 256002900, 0),
(32075, 1876, 178, 'Covasna', 458500000, 261833300, 0),
(32076, 1876, 178, 'Ozun', 458000000, 258500000, 0),
(32077, 1876, 178, 'Poian', 460666700, 261500000, 0),
(32078, 1876, 178, 'Sfantu-Gheorghe', 458666700, 257833300, 0),
(32079, 1876, 178, 'Sfintu Gheorghe', 446500000, 268333300, 0),
(32080, 1876, 178, 'Tirgu Ocna', 462833300, 266166700, 0),
(32081, 1876, 178, 'Tirgu Secuiesc', 460000000, 261333300, 0),
(32082, 1877, 178, 'Aninoasa', 447500000, 234833300, 0),
(32083, 1877, 178, 'Baleni', 458166700, 278333300, 0),
(32084, 1877, 178, 'Barbuletu', 451333300, 253000000, 0),
(32085, 1877, 178, 'Bilciuresti', 447333300, 258000000, 0),
(32086, 1877, 178, 'Branesti', 444500000, 263333300, 0),
(32087, 1877, 178, 'Comisani', 448833300, 255833300, 0),
(32088, 1877, 178, 'Corbii Mari', 445500000, 255000000, 0),
(32089, 1877, 178, 'Crevedia', 446000000, 259333300, 0),
(32090, 1877, 178, 'Doicesti', 449833300, 254000000, 0),
(32091, 1877, 178, 'Gaesti', 447166700, 253166700, 0),
(32092, 1877, 178, 'Glodeni', 450166700, 254666700, 0),
(32093, 1877, 178, 'Gura Foii', 447500000, 252833300, 0),
(32094, 1877, 178, 'Ion Luca Caragiale', 449166700, 257000000, 0),
(32095, 1877, 178, 'Moreni', 449833300, 256500000, 0),
(32096, 1877, 178, 'Ocnita', 449833300, 255500000, 0),
(32097, 1877, 178, 'Petresti', 446500000, 253333300, 0),
(32098, 1877, 178, 'Pucioasa', 450833300, 254166700, 0),
(32099, 1877, 178, 'Targoviste', 449214200, 254557500, 0),
(32100, 1877, 178, 'Tartasesti', 445772200, 258127800, 0),
(32101, 1877, 178, 'Titu', 446500000, 255333300, 0),
(32102, 1877, 178, 'Visina', 438666700, 244500000, 0),
(32103, 1878, 178, 'Bailesti', 440166700, 233500000, 0),
(32104, 1878, 178, 'Bucovat', 443000000, 237500000, 0),
(32105, 1878, 178, 'Calafat', 439911100, 229327800, 0),
(32106, 1878, 178, 'Craiova', 443166700, 238000000, 0),
(32107, 1878, 178, 'Filiasi', 445500000, 235166700, 0),
(32108, 1878, 178, 'Motatei', 440833300, 232000000, 0),
(32109, 1878, 178, 'Pielesti', 443333300, 239500000, 0),
(32110, 1878, 178, 'Poiana Mare', 439166700, 230666700, 0),
(32111, 1879, 178, 'Costache Negri', 457000000, 277166700, 0),
(32112, 1879, 178, 'Draganesti', 448166700, 263000000, 0),
(32113, 1879, 178, 'Frumusita', 456666700, 280666700, 0),
(32114, 1879, 178, 'Galati', 454500000, 280500000, 0),
(32115, 1879, 178, 'Gohor', 460666700, 274000000, 0),
(32116, 1879, 178, 'Liesti', 456166700, 275166700, 0),
(32117, 1879, 178, 'Nicoresti', 459322300, 273086600, 0),
(32118, 1879, 178, 'Oancea', 459166700, 281000000, 0),
(32119, 1879, 178, 'Sendreni', 454000000, 279166700, 0),
(32120, 1879, 178, 'Smirdan', 454833300, 279333300, 0),
(32121, 1879, 178, 'Tecuci', 458497300, 274344100, 0),
(32122, 1880, 178, 'Bolintin Deal', 444591700, 258211100, 0),
(32123, 1880, 178, 'Bolintin Vale', 444488900, 257577800, 0),
(32124, 1880, 178, 'Colibasi', 442022200, 261947200, 0),
(32125, 1880, 178, 'Daia', 440000000, 259833300, 0),
(32126, 1880, 178, 'Gaiseni', 445150000, 256452800, 0),
(32127, 1880, 178, 'Giurgiu', 438833300, 259666700, 0),
(32128, 1880, 178, 'Joita', 444941700, 258538900, 0),
(32129, 1880, 178, 'Mihai Bravu', 441405600, 260627800, 0),
(32130, 1880, 178, 'Mihailesti', 443266700, 259083300, 0),
(32131, 1880, 178, 'Rasuceni', 440916700, 256638900, 0),
(32132, 1881, 178, 'Baia de Fier', 451666700, 237666700, 0),
(32133, 1881, 178, 'Bengestii de Mijloc', 450666700, 236000000, 0),
(32134, 1881, 178, 'Bumbesti-Jiu', 451666700, 234000000, 0),
(32135, 1881, 178, 'Carbunesti', 452333300, 262000000, 0),
(32136, 1881, 178, 'Dragutesti', 449666700, 232333300, 0),
(32137, 1881, 178, 'Motru', 448033300, 229719400, 0),
(32138, 1881, 178, 'Polovragi', 451833300, 238000000, 0),
(32139, 1881, 178, 'Rovinari', 449166700, 231833300, 0),
(32140, 1881, 178, 'Targu Jiu', 450500000, 232833300, 0),
(32141, 1881, 178, 'Turburea', 447166700, 235166700, 0),
(32142, 1882, 178, 'Balan', 466505000, 258083400, 0),
(32143, 1882, 178, 'Beclean', 458333300, 249166700, 0),
(32144, 1882, 178, 'Borsec', 469500000, 255666700, 0),
(32145, 1882, 178, 'Ciumani', 466833300, 255166700, 0),
(32146, 1882, 178, 'Corund', 464666700, 251833300, 0),
(32147, 1882, 178, 'Cristuru Secuiesc', 462833300, 250333300, 0),
(32148, 1882, 178, 'Dealu', 464000000, 253000000, 0),
(32149, 1882, 178, 'Dirjiu', 462000000, 252000000, 0),
(32150, 1882, 178, 'Ditrau', 468166700, 255166700, 0),
(32151, 1882, 178, 'Galautas', 469166700, 254333300, 0),
(32152, 1882, 178, 'Gheorgheni', 467166700, 256166700, 0),
(32153, 1882, 178, 'Lunca de Sus', 465333300, 259666700, 0),
(32154, 1882, 178, 'Miercurea Ciuc', 463579500, 258040500, 0),
(32155, 1882, 178, 'Miercurea-Ciuc', 463500000, 258000000, 0),
(32156, 1882, 178, 'Odorheiu Secuiesc', 463000000, 253000000, 0),
(32157, 1882, 178, 'Tulghes', 469500000, 257666700, 0),
(32158, 1882, 178, 'Zetea', 463833300, 253666700, 0),
(32159, 1883, 178, 'Bacia', 458000000, 230166700, 0),
(32160, 1883, 178, 'Brad', 461333300, 227833300, 0),
(32161, 1883, 178, 'Deva', 458833300, 229000000, 0),
(32162, 1883, 178, 'Geoagiu', 459166700, 232000000, 0),
(32163, 1883, 178, 'Hateg', 456166700, 229500000, 0),
(32164, 1883, 178, 'Hunedoara', 457500000, 229000000, 0),
(32165, 1883, 178, 'Lupeni', 453602900, 232383200, 0),
(32166, 1883, 178, 'Orastie', 458333300, 232000000, 0),
(32167, 1883, 178, 'Petrila', 454500000, 234166700, 0),
(32168, 1883, 178, 'Petrosani', 454166700, 233666700, 0),
(32169, 1883, 178, 'Simeria', 458500000, 230166700, 0),
(32170, 1883, 178, 'Vulcan', 453833300, 232666700, 0),
(32171, 1884, 178, 'Amara', 446166700, 273166700, 0),
(32172, 1884, 178, 'Bucu', 446053200, 274933700, 0),
(32173, 1884, 178, 'Ciulnita', 445333300, 273500000, 0),
(32174, 1884, 178, 'Cosereni', 446833300, 265666700, 0),
(32175, 1884, 178, 'Fetesti', 443833300, 278333300, 0),
(32176, 1884, 178, 'Grivita', 447333300, 272833300, 0),
(32177, 1884, 178, 'Slobozia', 438500000, 259000000, 0),
(32178, 1884, 178, 'Tandarei', 446500000, 276666700, 0),
(32179, 1884, 178, 'Urziceni', 447166700, 266333300, 0),
(32180, 1885, 178, 'Aroneanu', 472000000, 276000000, 0),
(32181, 1885, 178, 'Buruenesti', 453166700, 263500000, 0),
(32182, 1885, 178, 'Coarnele Caprei', 473833300, 271000000, 0),
(32183, 1885, 178, 'Erbiceni', 472666700, 272333300, 0),
(32184, 1885, 178, 'Hirlau', 474333300, 269000000, 0),
(32185, 1885, 178, 'Holboca', 471500000, 277000000, 0),
(32186, 1885, 178, 'Iasi', 471666700, 276000000, 0),
(32187, 1885, 178, 'Letcani', 471833300, 274166700, 0),
(32188, 1885, 178, 'Miroslava', 471500000, 275166700, 0),
(32189, 1885, 178, 'Pascani', 472469000, 267229100, 0),
(32190, 1885, 178, 'Podu Iloaiei', 472166700, 272666700, 0),
(32191, 1885, 178, 'Siretel', 474000000, 267333300, 0),
(32192, 1885, 178, 'Tirgu Frumos', 472000000, 270000000, 0),
(32193, 1885, 178, 'Tutora', 471333300, 277833300, 0),
(32194, 1886, 178, 'Afumati', 440000000, 234666700, 0),
(32195, 1886, 178, 'Balotesti', 446166700, 261166700, 0),
(32196, 1886, 178, 'Bragadiru', 437666700, 255166700, 0),
(32197, 1886, 178, 'Buftea', 445613900, 259488900, 0),
(32198, 1886, 178, 'Cernica', 444166700, 262833300, 0),
(32199, 1886, 178, 'Chiajna', 444600000, 259733300, 0),
(32200, 1886, 178, 'Chitila', 445080600, 259822200, 0),
(32201, 1886, 178, 'Ciorogarla', 444425000, 258833300, 0),
(32202, 1886, 178, 'Clinceni', 443733300, 259547200, 0),
(32203, 1886, 178, 'Corbeanca', 446000000, 260500000, 0),
(32204, 1886, 178, 'Cornetu', 443416700, 259408300, 0),
(32205, 1886, 178, 'Dascalu', 446000000, 262333300, 0),
(32206, 1886, 178, 'Dobroesti', 444500000, 261833300, 0),
(32207, 1886, 178, 'Domnesti', 452000000, 248333300, 0),
(32208, 1886, 178, 'Glina', 443833300, 262500000, 0),
(32209, 1886, 178, 'Gruiu', 447333300, 262333300, 0),
(32210, 1886, 178, 'Jilava', 443333300, 260780600, 0),
(32211, 1886, 178, 'Magurele', 443500000, 260333300, 0),
(32212, 1886, 178, 'Mogosoaia', 445291700, 260000000, 0),
(32213, 1886, 178, 'Nuci', 447166700, 263000000, 0),
(32214, 1886, 178, 'Otopeni', 445500000, 260666700, 0),
(32215, 1886, 178, 'Pantelimon', 444500000, 262000000, 0),
(32216, 1886, 178, 'Popesti-Leordeni', 443833300, 261666700, 0),
(32217, 1886, 178, 'Prim Decembrie', 442908300, 260580600, 0),
(32218, 1886, 178, 'Snagov', 447000000, 261833300, 0),
(32219, 1886, 178, 'Stefanestii de Jos', 445333300, 262000000, 0),
(32220, 1886, 178, 'Tunari', 445500000, 261500000, 0),
(32221, 1886, 178, 'Vidra', 459166700, 269000000, 0),
(32222, 1886, 178, 'Voluntari', 444666700, 261333300, 0),
(32223, 1887, 178, 'Baia Mare', 476572900, 235680800, 0),
(32224, 1887, 178, 'Baia Sprie', 476618900, 236921500, 0),
(32225, 1887, 178, 'Baiut', 476166700, 240000000, 0),
(32226, 1887, 178, 'Bogdan Voda', 476919700, 242660500, 0),
(32227, 1887, 178, 'Salistea de Sus', 476500000, 243500000, 0),
(32228, 1887, 178, 'Sighetu Marmatiei', 479333300, 238833300, 0),
(32229, 1887, 178, 'Tautii Magherus', 476500000, 234833300, 0),
(32230, 1887, 178, 'Ulmeni', 441500000, 267166700, 0),
(32231, 1887, 178, 'Viseu de Jos', 477255800, 243661300, 0),
(32232, 1887, 178, 'Viseu de Sus', 477166700, 244333300, 0),
(32233, 1888, 178, 'Balvanesti', 447975000, 226802800, 0),
(32234, 1888, 178, 'Baru Mic', 454666700, 231500000, 0),
(32235, 1888, 178, 'Cujmir', 442066700, 229266700, 0),
(32236, 1888, 178, 'Drobeta-Turnu Severin', 446319400, 226561100, 0),
(32237, 1888, 178, 'Eselnita', 446991700, 223622200, 0),
(32238, 1888, 178, 'Orsova', 447252800, 223961100, 0),
(32239, 1888, 178, 'Salcia', 439500000, 249166700, 0),
(32240, 1888, 178, 'Strehaia', 446166700, 232000000, 0),
(32241, 1889, 178, 'Atintis', 464333300, 241000000, 0),
(32242, 1889, 178, 'Balauseri', 464000000, 246833300, 0),
(32243, 1889, 178, 'Ciurgau', 466833300, 241500000, 0),
(32244, 1889, 178, 'Craciunesti', 464793000, 245823400, 0),
(32245, 1889, 178, 'Cristesti', 465000000, 244833300, 0),
(32246, 1889, 178, 'Danes', 462166700, 247000000, 0),
(32247, 1889, 178, 'Ganesti', 463333300, 243500000, 0),
(32248, 1889, 178, 'Ideciu de Jos', 468000000, 247500000, 0),
(32249, 1889, 178, 'Iernut', 464500000, 242500000, 0),
(32250, 1889, 178, 'Livezeni', 465500000, 246333300, 0),
(32251, 1889, 178, 'Ludus', 464833300, 241000000, 0),
(32252, 1889, 178, 'Miercurea Nirajului', 465333300, 248000000, 0),
(32253, 1889, 178, 'Reghin-Sat', 467833300, 247166700, 0),
(32254, 1889, 178, 'Rusii Munti', 469166700, 248500000, 0),
(32255, 1889, 178, 'Saschiz', 461833300, 249666700, 0),
(32256, 1889, 178, 'Sincraiu de Mures', 465511900, 245266300, 0),
(32257, 1889, 178, 'Sintana', 463500000, 215000000, 0),
(32258, 1889, 178, 'Sovata', 465833300, 250666700, 0),
(32259, 1889, 178, 'Stinceni', 469833300, 252333300, 0),
(32260, 1889, 178, 'Targu-Mures', 465424500, 245574700, 0),
(32261, 1890, 178, 'Bicaz', 469166700, 260666700, 0),
(32262, 1890, 178, 'Borca', 471833300, 257666700, 0),
(32263, 1890, 178, 'Dumbrava Rosie', 468833300, 264333300, 0),
(32264, 1890, 178, 'Gheorghe Doja', 464666700, 245000000, 0),
(32265, 1890, 178, 'Piatra Neamt', 469166700, 263333300, 0),
(32266, 1890, 178, 'Roman', 469166700, 269166700, 0),
(32267, 1890, 178, 'Tazlau', 467166700, 264666700, 0),
(32268, 1890, 178, 'Tibucani', 471000000, 265333300, 0),
(32269, 1891, 178, 'Baldovinesti', 443833300, 240500000, 0),
(32270, 1891, 178, 'Bals', 443500000, 241000000, 0),
(32271, 1891, 178, 'Caracal', 441166700, 243500000, 0),
(32272, 1891, 178, 'Corabia', 437833300, 245000000, 0),
(32273, 1891, 178, 'Dobrosloveni', 441833300, 243666700, 0),
(32274, 1891, 178, 'Draganesti-Olt', 441666700, 245333300, 0),
(32275, 1891, 178, 'Falcoiu', 442333300, 243666700, 0),
(32276, 1891, 178, 'Grojdibodu', 437500000, 242666700, 0),
(32277, 1891, 178, 'Iancu Jianu', 445000000, 240333300, 0),
(32278, 1891, 178, 'Izbiceni', 438333300, 246500000, 0),
(32279, 1891, 178, 'Maruntei', 442000000, 244666700, 0),
(32280, 1891, 178, 'Nicolae Titulescu', 443000000, 248000000, 0),
(32281, 1891, 178, 'Scornicesti', 445666700, 245500000, 0),
(32282, 1891, 178, 'Slatina', 444333300, 243666700, 0),
(32283, 1891, 178, 'Strejesti', 445333300, 242666700, 0),
(32284, 1892, 178, 'Aricestii-Rahtivani', 449500000, 258333300, 0),
(32285, 1892, 178, 'Baicoi', 450333300, 258500000, 0),
(32286, 1892, 178, 'Banesti', 451000000, 257666700, 0),
(32287, 1892, 178, 'Boldesti', 448666700, 265333300, 0),
(32288, 1892, 178, 'Boldesti-Scaeni', 450333300, 260333300, 0),
(32289, 1892, 178, 'Brazii de Sus', 448666700, 260166700, 0),
(32290, 1892, 178, 'Breaza', 451000000, 265333300, 0),
(32291, 1892, 178, 'Brebu', 454202800, 219925000, 0),
(32292, 1892, 178, 'Bucov', 449666700, 260833300, 0),
(32293, 1892, 178, 'Busteni', 454000000, 255333300, 0),
(32294, 1892, 178, 'Chiojdeanca', 451666700, 262666700, 0),
(32295, 1892, 178, 'Cornu de Sus', 451666700, 257000000, 0),
(32296, 1892, 178, 'Dumbrava', 448833300, 261833300, 0),
(32297, 1892, 178, 'Floresti', 447630600, 229477800, 0),
(32298, 1892, 178, 'Lipanesti', 450500000, 260166700, 0),
(32299, 1892, 178, 'Magureni', 450666700, 257333300, 0),
(32300, 1892, 178, 'Maneciu', 453166700, 259833300, 0),
(32301, 1892, 178, 'Mizil', 450166700, 264500000, 0),
(32302, 1892, 178, 'Paulesti', 450000000, 259833300, 0),
(32303, 1892, 178, 'Piatra', 438166700, 251666700, 0),
(32304, 1892, 178, 'Ploiesti', 449500000, 260166700, 0),
(32305, 1892, 178, 'Plopeni', 450666700, 259833300, 0),
(32306, 1892, 178, 'Poiana Campina', 451333300, 256833300, 0),
(32307, 1892, 178, 'Pucheni', 451833300, 252833300, 0),
(32308, 1892, 178, 'Sinaia', 453500000, 255500000, 0),
(32309, 1892, 178, 'Telega', 451333300, 257833300, 0),
(32310, 1892, 178, 'Urlati', 449833300, 262333300, 0),
(32311, 1892, 178, 'Valea Calugareasca', 449666700, 261500000, 0),
(32312, 1892, 178, 'Valeni', 465927800, 280625000, 0),
(32313, 1892, 178, 'Valenii de Munte', 451833300, 260333300, 0),
(32314, 1893, 178, 'Benesat', 474166700, 233000000, 0),
(32315, 1893, 178, 'Gilgau Almasului', 472000000, 233333300, 0),
(32316, 1893, 178, 'Jibou', 472666700, 232500000, 0),
(32317, 1893, 178, 'Simleu Silvaniei', 472333300, 228000000, 0),
(32318, 1893, 178, 'Zalau', 472000000, 230500000, 0),
(32319, 1894, 178, 'Baia Mare', 476533100, 235794900, 0),
(32320, 1894, 178, 'Carei', 476833300, 224666700, 0),
(32321, 1894, 178, 'Doba', 477333300, 227166700, 0),
(32322, 1894, 178, 'Lazuri', 478500000, 228666700, 0),
(32323, 1894, 178, 'Negresti-Oas', 478666700, 234333300, 0),
(32324, 1894, 178, 'Satu Mare', 478000000, 228833300, 0),
(32325, 1894, 178, 'Turulung', 479333300, 230833300, 0),
(32326, 1895, 178, 'Avrig', 457166700, 243833300, 0),
(32327, 1895, 178, 'Brateiu', 461666700, 244166700, 0),
(32328, 1895, 178, 'Cisnadie', 457166700, 241500000, 0),
(32329, 1895, 178, 'Copsa Mica', 461166700, 242500000, 0),
(32330, 1895, 178, 'Dobra', 459166700, 225666700, 0),
(32331, 1895, 178, 'Dumbraveni', 455333300, 271166700, 0),
(32332, 1895, 178, 'Hoghilag', 462333300, 246166700, 0),
(32333, 1895, 178, 'Marsa', 456983200, 243784200, 0),
(32334, 1895, 178, 'Medias', 461666700, 243500000, 0),
(32335, 1895, 178, 'Orlat', 457500000, 239666700, 0),
(32336, 1895, 178, 'Rosia', 458166700, 243166700, 0),
(32337, 1895, 178, 'Saliste', 457963300, 238867700, 0),
(32338, 1895, 178, 'Selimbar', 457666700, 242000000, 0),
(32339, 1895, 178, 'Sibiu', 458000000, 241500000, 0),
(32340, 1895, 178, 'Turnu Rosu', 456333300, 243000000, 0),
(32341, 1896, 178, 'Campulung Moldovenesc', 475333300, 255666700, 0),
(32342, 1896, 178, 'Dorna', 473500000, 254333300, 0),
(32343, 1896, 178, 'Falticeni', 474500000, 263000000, 0),
(32344, 1896, 178, 'Gura Humorului', 475500000, 259000000, 0),
(32345, 1896, 178, 'Ipotesti', 476166700, 262833300, 0),
(32346, 1896, 178, 'Mitocu Dragomirnei', 477333300, 262500000, 0),
(32347, 1896, 178, 'Moara Carp', 475666700, 262333300, 0),
(32348, 1896, 178, 'Radauti', 482333300, 268000000, 0),
(32349, 1896, 178, 'Radowce', 478500000, 259166700, 0),
(32350, 1896, 178, 'Salcea', 476500000, 263666700, 0),
(32351, 1896, 178, 'Siret', 479500000, 260666700, 0),
(32352, 1896, 178, 'Stulpicani', 474666700, 257666700, 0),
(32353, 1896, 178, 'Suceava', 476333300, 262500000, 0),
(32354, 1896, 178, 'Valea Moldovei', 474666700, 260333300, 0),
(32355, 1896, 178, 'Vatra Dornei', 473500000, 253666700, 0),
(32356, 1897, 178, 'Alexandria', 439833300, 253333300, 0),
(32357, 1897, 178, 'Bogdana', 439333300, 250833300, 0),
(32358, 1897, 178, 'Ceretul', 442166700, 248833300, 0),
(32359, 1897, 178, 'Draganesti-Vlasca', 441013900, 255980600, 0),
(32360, 1897, 178, 'Maldaeni', 441166700, 249333300, 0),
(32361, 1897, 178, 'Poroschia', 439333300, 253666700, 0),
(32362, 1897, 178, 'Rosiori de Vede', 441166700, 249833300, 0),
(32363, 1897, 178, 'Slobozia-Mindra', 439166700, 247000000, 0),
(32364, 1897, 178, 'Storobaneasa', 438833300, 254500000, 0),
(32365, 1897, 178, 'Turnu Magurele', 437500000, 248666700, 0),
(32366, 1897, 178, 'Videle', 442780600, 255244400, 0),
(32367, 1897, 178, 'Zimnicea', 436666700, 253666700, 0),
(32368, 1898, 178, 'Becicherecu Mic', 458291700, 210513900, 0),
(32369, 1898, 178, 'Biled', 458863900, 209588900, 0),
(32370, 1898, 178, 'Buzias', 456491700, 216036100, 0),
(32371, 1898, 178, 'Criciova', 456333300, 220666700, 0),
(32372, 1898, 178, 'Deta', 453888900, 212244400, 0),
(32373, 1898, 178, 'Faget', 458500000, 221833300, 0),
(32374, 1898, 178, 'Gataia', 454311100, 214300000, 0),
(32375, 1898, 178, 'Gavojdia', 456166700, 220166700, 0),
(32376, 1898, 178, 'Ghiroda', 457638900, 213002800, 0),
(32377, 1898, 178, 'Giarmata', 458383300, 213108300, 0),
(32378, 1898, 178, 'Giera', 454072200, 209922200, 0),
(32379, 1898, 178, 'Giroc', 456941700, 212358300, 0),
(32380, 1898, 178, 'Jebel', 455555600, 212136100, 0),
(32381, 1898, 178, 'Jimbolia', 457913900, 207172200, 0),
(32382, 1898, 178, 'Lugoj', 456886100, 219030600, 0),
(32383, 1898, 178, 'Mosnita Noua', 457172200, 213252800, 0),
(32384, 1898, 178, 'Racovita', 453000000, 274500000, 0),
(32385, 1898, 178, 'Recas', 457988900, 215008300, 0),
(32386, 1898, 178, 'Sacalaz', 457583300, 211122200, 0),
(32387, 1898, 178, 'Sanandrei', 458530600, 211680600, 0),
(32388, 1898, 178, 'Sanmihaiu Roman', 457044400, 210888900, 0),
(32389, 1898, 178, 'Timisoara', 457494400, 212272200, 0),
(32390, 1898, 178, 'Victor Vlad Delamarina', 456405600, 218927800, 0),
(32391, 1899, 178, 'Babadag', 449000000, 287166700, 0),
(32392, 1899, 178, 'Greci', 445500000, 231166700, 0),
(32393, 1899, 178, 'Isaccea', 452666700, 284666700, 0),
(32394, 1899, 178, 'Luncavita', 450833300, 222666700, 0),
(32395, 1899, 178, 'Nufaru', 451500000, 289166700, 0),
(32396, 1899, 178, 'Sarichioi', 449500000, 288500000, 0),
(32397, 1899, 178, 'Tulcea', 451666700, 288000000, 0),
(32398, 1900, 178, 'Babeni', 449666700, 242333300, 0),
(32399, 1900, 178, 'Baile Olanesti', 452000000, 242333300, 0),
(32400, 1900, 178, 'Berbesti', 449833300, 238833300, 0),
(32401, 1900, 178, 'Calimanesti', 452333300, 243333300, 0),
(32402, 1900, 178, 'Cernisoara', 450333300, 239833300, 0),
(32403, 1900, 178, 'Copaceni', 450000000, 239833300, 0),
(32404, 1900, 178, 'Daesti', 449666700, 241333300, 0),
(32405, 1900, 178, 'Dragasani', 446500000, 242666700, 0),
(32406, 1900, 178, 'Horezu', 451500000, 240166700, 0),
(32407, 1900, 178, 'Malaia', 453500000, 240333300, 0),
(32408, 1900, 178, 'Prundeni', 447333300, 242666700, 0),
(32409, 1900, 178, 'Ramnicu Valcea', 451000000, 243666700, 0),
(32410, 1900, 178, 'Stroesti', 450833300, 239000000, 0),
(32411, 1900, 178, 'Tatarani', 450000000, 252666700, 0),
(32412, 1900, 178, 'Vaideeni', 451666700, 239333300, 0),
(32413, 1901, 178, 'Banca', 463000000, 278000000, 0),
(32414, 1901, 178, 'Berezeni', 463761100, 281477800, 0),
(32415, 1901, 178, 'Birlad', 462333300, 276666700, 0),
(32416, 1901, 178, 'Dimitrie Cantemir', 465077800, 280547200, 0),
(32417, 1901, 178, 'Husi', 466736100, 280594400, 0),
(32418, 1901, 178, 'Osesti', 467666700, 274666700, 0),
(32419, 1901, 178, 'Vaslui', 466333300, 277333300, 0),
(32420, 1902, 178, 'Adjud', 461000000, 271666700, 0),
(32421, 1902, 178, 'Bolotesti', 458333300, 270666700, 0),
(32422, 1902, 178, 'Bordesti', 455500000, 270500000, 0),
(32423, 1902, 178, 'Dragosloveni', 460000000, 266666700, 0),
(32424, 1902, 178, 'Focsani', 457000000, 271833300, 0),
(32425, 1902, 178, 'Golesti', 456666700, 271333300, 0),
(32426, 1902, 178, 'Gugesti', 455666700, 271333300, 0),
(32427, 1902, 178, 'Jaristea', 457833300, 270666700, 0),
(32428, 1902, 178, 'Odobesti', 446166700, 255666700, 0),
(32429, 1902, 178, 'Panciu', 459000000, 270833300, 0),
(32430, 1902, 178, 'Ruginesti', 460666700, 271166700, 0),
(32431, 1902, 178, 'Straoane', 459333300, 270500000, 0),
(32432, 1902, 178, 'Suraia', 456833300, 274000000, 0),
(32433, 1902, 178, 'Vintileasca', 456000000, 267333300, 0),
(32434, 1903, 179, 'Khanskaya', 446770200, 399616000, 0),
(32435, 1903, 179, 'Koshekhabl''', 448972200, 405119400, 0),
(32436, 1903, 179, 'Maykop', 446077800, 401058300, 0),
(32437, 1903, 179, 'Shovgenovskiy', 450102800, 402250000, 0),
(32438, 1903, 179, 'Tlyustenkhabl''', 449827800, 390963900, 0),
(32439, 1903, 179, 'Yablonovskiy', 449890100, 389432400, 0),
(32440, 1904, 179, 'Aleysk', 524926000, 827822000, 0),
(32441, 1904, 179, 'Barnaul', 533605600, 837636100, 0),
(32442, 1904, 179, 'Belokurikha', 519959000, 849896000, 0),
(32443, 1904, 179, 'Biysk', 525363900, 852072200, 0),
(32444, 1904, 179, 'Borovikha', 535072000, 838379000, 0),
(32445, 1904, 179, 'Kamen''-na-Obi', 537884000, 813423000, 0),
(32446, 1904, 179, 'Krasnoshchekovo', 516708300, 827288900, 0),
(32447, 1904, 179, 'Novoaltaysk', 533917000, 839363000, 0),
(32448, 1904, 179, 'Novosilikatnyy', 533097200, 836238900, 0),
(32449, 1904, 179, 'Romanovo', 526182000, 812271000, 0),
(32450, 1904, 179, 'Rubtsovsk', 515000000, 812500000, 0),
(32451, 1904, 179, 'Sibirskiy', 535777000, 837577000, 0),
(32452, 1904, 179, 'Slavgorod', 529978000, 786449000, 0),
(32453, 1904, 179, 'Sokolovo', 525318000, 847896000, 0),
(32454, 1904, 179, 'Sorokino', 537500000, 849166700, 0),
(32455, 1904, 179, 'Tselinnoye', 530833300, 856666700, 0),
(32456, 1904, 179, 'Vlasikha', 532972200, 835741700, 0),
(32457, 1904, 179, 'Yuzhnyy', 532541700, 836936100, 0),
(32458, 1904, 179, 'Zarinsk', 537074000, 849493000, 0),
(32459, 1905, 179, 'Belogorsk', 509158300, 1284611100, 0),
(32460, 1905, 179, 'Blagoveshchensk', 502666700, 1275333300, 0),
(32461, 1905, 179, 'Bureya', 498133000, 1298131000, 0),
(32462, 1905, 179, 'Novoraychikhinsk', 497798000, 1295940000, 0),
(32463, 1905, 179, 'Shimanovsk', 520000000, 1277000000, 0),
(32464, 1905, 179, 'Skovorodino', 539833300, 1239166700, 0),
(32465, 1905, 179, 'Tynda', 551666700, 1247166700, 0),
(32466, 1905, 179, 'Urusha', 540500000, 1229000000, 0),
(32467, 1906, 179, 'Arkhangel''sk', 645401000, 405433000, 0),
(32468, 1906, 179, 'Dvinskoy', 621535100, 451175100, 0),
(32469, 1906, 179, 'Koryazhma', 613143300, 471691400, 0),
(32470, 1906, 179, 'Kotlas', 612574500, 466496300, 0),
(32471, 1906, 179, 'Kuloy', 610304900, 424925200, 0),
(32472, 1906, 179, 'Mirnyy', 627640900, 403374600, 0),
(32473, 1906, 179, 'Novodvinsk', 644165000, 408122000, 0),
(32474, 1906, 179, 'Nyandoma', 616690300, 401990700, 0),
(32475, 1906, 179, 'Severodvinsk', 645635000, 398302000, 0),
(32476, 1906, 179, 'Vel''sk', 610700600, 420983000, 0),
(32477, 1907, 179, 'Akhtubinsk', 482795500, 461721700, 0),
(32478, 1907, 179, 'Astrakhan''', 463496800, 480407600, 0),
(32479, 1907, 179, 'Nachalovo', 463380000, 482012800, 0),
(32480, 1907, 179, 'Solyanka', 463889000, 480175500, 0),
(32481, 1907, 179, 'Starokucherganovka', 463247600, 479555000, 0),
(32482, 1907, 179, 'Yaksatovo', 462434200, 480151400, 0),
(32483, 1907, 179, 'Znamensk', 485842000, 457338000, 0),
(32484, 1908, 179, 'Avdon', 546666700, 557166700, 0),
(32485, 1908, 179, 'Belebey', 541166700, 541166700, 0),
(32486, 1908, 179, 'Beloretsk', 539630600, 583980600, 0),
(32487, 1908, 179, 'Birsk', 554211100, 555427800, 0),
(32488, 1908, 179, 'Blagoveshchensk', 550350000, 559780600, 0),
(32489, 1908, 179, 'Ishimbay', 534544600, 560414900, 0),
(32490, 1908, 179, 'Karmaskaly', 543709000, 561837000, 0),
(32491, 1908, 179, 'Kumertau', 527666700, 557833300, 0),
(32492, 1908, 179, 'Kushnarenkovo', 551050000, 553508300, 0),
(32493, 1908, 179, 'Meleuz', 529666700, 559166700, 0),
(32494, 1908, 179, 'Mesyagutovo', 555302800, 582527800, 0),
(32495, 1908, 179, 'Mikhaylovka', 548000000, 559000000, 0),
(32496, 1908, 179, 'Neftekamsk', 560919900, 542703200, 0),
(32497, 1908, 179, 'Oktyabr''skiy', 544814700, 534710300, 0),
(32498, 1908, 179, 'Priyutovo', 539000000, 539333300, 0),
(32499, 1908, 179, 'Salavat', 533836500, 559077300, 0),
(32500, 1908, 179, 'Sibay', 527180600, 586658300, 0),
(32501, 1908, 179, 'Sterlitamak', 536246200, 559501500, 0),
(32502, 1908, 179, 'Tuymazy', 546066600, 537097000, 0),
(32503, 1908, 179, 'Uchaly', 542996000, 594521000, 0),
(32504, 1908, 179, 'Ufa', 547851700, 560456200, 0),
(32505, 1908, 179, 'Yanaul', 562719000, 549308600, 0),
(32506, 1909, 179, 'Alekseyevka', 506309000, 386903000, 0),
(32507, 1909, 179, 'Belgorod', 506107400, 365801500, 0),
(32508, 1909, 179, 'Borisovka', 506236100, 359902800, 0),
(32509, 1909, 179, 'Gubkin', 512816700, 375458300, 0),
(32510, 1909, 179, 'Mayskiy', 505198800, 364587800, 0),
(32511, 1909, 179, 'Pyatnitskoye', 504233000, 378273000, 0),
(32512, 1909, 179, 'Rogovatoye', 512300000, 383818000, 0),
(32513, 1909, 179, 'Severnyy', 506770400, 365532400, 0),
(32514, 1909, 179, 'Shebekino', 504096700, 369136000, 0),
(32515, 1909, 179, 'Staryy Oskol', 512966700, 378416700, 0),
(32516, 1909, 179, 'Stroitel''', 507854300, 364831000, 0),
(32517, 1909, 179, 'Urazovo', 500836000, 380395000, 0),
(32518, 1910, 179, 'Bryansk', 532520900, 343716700, 0),
(32519, 1910, 179, 'Klintsy', 527601900, 322393400, 0),
(32520, 1910, 179, 'Navlya', 528254400, 344996000, 0),
(32521, 1910, 179, 'Raditsa-Krylovka', 533171200, 343574200, 0),
(32522, 1910, 179, 'Sevsk', 521491000, 344926000, 0),
(32523, 1910, 179, 'Star''', 536236200, 341518300, 0),
(32524, 1910, 179, 'Suponevo', 532049200, 342959700, 0),
(32525, 1910, 179, 'Sven''', 531822200, 345511100, 0),
(32526, 1910, 179, 'Trubchevsk', 525798000, 337644000, 0),
(32527, 1910, 179, 'Unecha', 528459100, 326739400, 0),
(32528, 1911, 179, 'Gusinoozersk', 512833300, 1065000000, 0),
(32529, 1911, 179, 'Nizhneangarsk', 557833300, 1095500000, 0),
(32530, 1911, 179, 'Severobaykal''sk', 556500000, 1093166700, 0),
(32531, 1911, 179, 'Taksimo', 563444400, 1148794400, 0),
(32532, 1911, 179, 'Tarbagatay', 514803200, 1073602000, 0),
(32533, 1911, 179, 'Ulan-Ude', 518260500, 1076097900, 0),
(32534, 1912, 179, 'Borzoy', 428414700, 456274600, 0),
(32535, 1912, 179, 'Gerzel''-Aul', 432472200, 464025000, 0),
(32536, 1912, 179, 'Groznyy', 433083300, 457002800, 0),
(32537, 1912, 179, 'Gudermes', 433569400, 461052800, 0),
(32538, 1912, 179, 'Pervomayskaya', 434033300, 455261100, 0),
(32539, 1913, 179, 'Bazhovo', 550604000, 616054000, 0),
(32540, 1913, 179, 'Chebarkul''', 549749000, 603633000, 0),
(32541, 1913, 179, 'Chelyabinsk', 551544400, 614297200, 0),
(32542, 1913, 179, 'Dolgoderevenskoye', 553444400, 613444400, 0),
(32543, 1913, 179, 'Kopeysk', 551310000, 616792000, 0),
(32544, 1913, 179, 'Korkino', 548913000, 613969000, 0),
(32545, 1913, 179, 'Kyshtym', 557140000, 605528000, 0),
(32546, 1913, 179, 'Magnitka', 553475000, 596961100, 0),
(32547, 1913, 179, 'Magnitogorsk', 534186100, 590472200, 0),
(32548, 1913, 179, 'Miass', 550450000, 601083300, 0),
(32549, 1913, 179, 'Nizhniy Ufaley', 559152800, 599841700, 0),
(32550, 1913, 179, 'Novosineglazovskiy', 550401000, 613792000, 0),
(32551, 1913, 179, 'Ozersk', 557555600, 607027800, 0),
(32552, 1913, 179, 'Plast', 543691400, 608136100, 0),
(32553, 1913, 179, 'Potanino', 551786000, 616222000, 0),
(32554, 1913, 179, 'Roshchino', 553093000, 612635000, 0),
(32555, 1913, 179, 'Satka', 550425000, 590400000, 0),
(32556, 1913, 179, 'Snezhinsk', 560850000, 607313900, 0),
(32557, 1913, 179, 'Trekhgornyy', 548150000, 584591700, 0),
(32558, 1913, 179, 'Troitsk', 540979000, 615773000, 0),
(32559, 1913, 179, 'Turgoyak', 551500000, 601183300, 0),
(32560, 1913, 179, 'Ust''-Katav', 549366000, 581757000, 0),
(32561, 1913, 179, 'Uvel''skiy', 544446000, 613574000, 0),
(32562, 1913, 179, 'Verkhniy Ufaley', 560566700, 602305600, 0),
(32563, 1913, 179, 'Yemanzhelinka', 548010000, 612989000, 0),
(32564, 1913, 179, 'Yuryuzan''', 548633300, 584219400, 0),
(32565, 1913, 179, 'Yuzhnoural''sk', 544418000, 612536000, 0),
(32566, 1913, 179, 'Zheleznodorozhnyy', 551024000, 614867000, 0),
(32567, 1913, 179, 'Zlatoust', 551711100, 596508300, 0),
(32568, 1914, 179, 'Anadyr''', 647500000, 1774833300, 0),
(32569, 1915, 179, 'Alatyr''', 548421000, 465813000, 0),
(32570, 1915, 179, 'Cheboksary', 561322200, 472519400, 0),
(32571, 1915, 179, 'Kanash', 555086100, 474955600, 0),
(32572, 1915, 179, 'Krasnyye Chetai', 556887100, 461386500, 0),
(32573, 1915, 179, 'Novocheboksarsk', 561109500, 474775500, 0),
(32574, 1915, 179, 'Novyye Lapsary', 560685000, 472142000, 0),
(32575, 1915, 179, 'Shumerlya', 555005000, 464128800, 0),
(32576, 1915, 179, 'Yadrin', 559405200, 462062200, 0),
(32577, 1916, 179, 'Babayurt', 436002000, 467788800, 0),
(32578, 1916, 179, 'Botashyurt', 433080100, 465099000, 0),
(32579, 1916, 179, 'Buynaksk', 428190000, 471192000, 0),
(32580, 1916, 179, 'Chirkey', 429613100, 469786600, 0),
(32581, 1916, 179, 'Derbent', 420678000, 482898700, 0),
(32582, 1916, 179, 'Izberbash', 425695500, 478644700, 0),
(32583, 1916, 179, 'Kaspiysk', 428816500, 476391900, 0),
(32584, 1916, 179, 'Khasavyurt', 432500000, 465880600, 0),
(32585, 1916, 179, 'Kizilyurt', 432069700, 468679000, 0),
(32586, 1916, 179, 'Kizlyar', 438469400, 467150000, 0),
(32587, 1916, 179, 'Komsomol''skiy', 439783300, 466985200, 0),
(32588, 1916, 179, 'Kyakhulay', 429683900, 474830100, 0),
(32589, 1916, 179, 'Makhachkala', 429763800, 475023600, 0),
(32590, 1916, 179, 'Shamil''kala', 426858100, 468639300, 0),
(32591, 1916, 179, 'Tarki', 429442300, 474952700, 0),
(32592, 1917, 179, 'Gorno-Altaysk', 519561100, 859550000, 0),
(32593, 1918, 179, 'Magas', 432225700, 447726100, 0),
(32594, 1918, 179, 'Nazran''', 432261100, 447650000, 0),
(32595, 1919, 179, 'Alekseyevskaya', 578500000, 1084000000, 0),
(32596, 1919, 179, 'Angarsk', 525366700, 1038863900, 0),
(32597, 1919, 179, 'Baykal''sk', 515151000, 1041402000, 0),
(32598, 1919, 179, 'Bratsk', 561325000, 1016141700, 0),
(32599, 1919, 179, 'Cheremkhovo', 531561100, 1030675000, 0),
(32600, 1919, 179, 'Chunskiy', 560815000, 996342000, 0),
(32601, 1919, 179, 'Irkutsk', 522977800, 1042963900, 0),
(32602, 1919, 179, 'Khrebtovaya', 567032000, 1042494000, 0),
(32603, 1919, 179, 'Listvyanka', 518535000, 1048693000, 0),
(32604, 1919, 179, 'Meget', 524150000, 1040494400, 0),
(32605, 1919, 179, 'Nizhneudinsk', 549076000, 990276000, 0),
(32606, 1919, 179, 'Shelekhov', 522138900, 1041000000, 0),
(32607, 1919, 179, 'Tayshet', 559342000, 980044000, 0),
(32608, 1919, 179, 'Tulun', 545559000, 1005905000, 0),
(32609, 1919, 179, 'Usol''ye-Sibirskoye', 527519400, 1036452800, 0),
(32610, 1919, 179, 'Ust''-Ilimsk', 580005600, 1026619400, 0),
(32611, 1919, 179, 'Ust''-Kut', 567938000, 1057672000, 0),
(32612, 1919, 179, 'Ust''-Ordynskiy', 528050000, 1047508300, 0),
(32613, 1919, 179, 'Vikhorevka', 561201000, 1011636000, 0),
(32614, 1919, 179, 'Zheleznogorsk-Ilimskiy', 565768000, 1041217000, 0),
(32615, 1919, 179, 'Zima', 539202000, 1020442000, 0),
(32616, 1920, 179, 'Bogorodskoye', 570469400, 410135400, 0),
(32617, 1920, 179, 'Furmanov', 572536300, 411084900, 0),
(32618, 1920, 179, 'Ivanovo', 569971900, 409713900, 0),
(32619, 1920, 179, 'Kineshma', 574391400, 421289400, 0),
(32620, 1920, 179, 'Kokhma', 569348600, 410915000, 0),
(32621, 1920, 179, 'Komsomol''sk', 570291300, 403726600, 0),
(32622, 1920, 179, 'Navoloki', 574657200, 419634400, 0),
(32623, 1920, 179, 'Privolzhsk', 573869800, 412866600, 0),
(32624, 1920, 179, 'Rodniki', 571051300, 417304800, 0),
(32625, 1920, 179, 'Shuya', 568486500, 413883300, 0),
(32626, 1920, 179, 'Vichuga', 572127600, 419301200, 0),
(32627, 1920, 179, 'Yur''yevets', 573200700, 431041000, 0),
(32628, 1921, 179, 'Nal''chik', 434980600, 436188900, 0),
(32629, 1922, 179, 'Bagrationovsk', 543871400, 206437200, 0),
(32630, 1922, 179, 'Baltiysk', 546538200, 199110400, 0),
(32631, 1922, 179, 'Chernyakhovsk', 546334500, 218155700, 0),
(32632, 1922, 179, 'Gur''yevsk', 547732300, 206052100, 0),
(32633, 1922, 179, 'Gusev', 545922200, 221997200, 0),
(32634, 1922, 179, 'Gvardeysk', 546477200, 210651300, 0),
(32635, 1922, 179, 'Kaliningrad', 547064900, 205109500, 0),
(32636, 1922, 179, 'Ozersk', 544105600, 220116700, 0),
(32637, 1922, 179, 'Pionerskiy', 549508300, 202274800, 0),
(32638, 1922, 179, 'Sovetsk', 550839200, 218785100, 0),
(32639, 1922, 179, 'Svetlogorsk', 549398700, 201547900, 0),
(32640, 1922, 179, 'Zelenogradsk', 549589300, 204766800, 0),
(32641, 1923, 179, 'Elista', 463077800, 442558300, 0),
(32642, 1924, 179, 'Balabanovo', 551816100, 366606000, 0),
(32643, 1924, 179, 'Belousovo', 550950000, 366732000, 0),
(32644, 1924, 179, 'Borovsk', 552063900, 364861100, 0),
(32645, 1924, 179, 'Kaluga', 545293000, 362754200, 0),
(32646, 1924, 179, 'Kondrovo', 548063900, 359277800, 0),
(32647, 1924, 179, 'Kremenki', 548850000, 371261100, 0),
(32648, 1924, 179, 'Kudinovo', 549993900, 362533100, 0),
(32649, 1924, 179, 'Maloyaroslavets', 550145700, 364718500, 0),
(32650, 1924, 179, 'Meshchovsk', 543244400, 352808300, 0),
(32651, 1924, 179, 'Obninsk', 550968100, 366100600, 0),
(32652, 1924, 179, 'Polotnyanyy Zavod', 547213900, 359661100, 0),
(32653, 1924, 179, 'Sukhinichi', 540998900, 353425400, 0),
(32654, 1924, 179, 'Tarusa', 547233300, 371766700, 0),
(32655, 1924, 179, 'Zhukovo', 550317800, 367440200, 0),
(32656, 1925, 179, 'Esso', 559333300, 1587000000, 0),
(32657, 1925, 179, 'Ossora', 592352800, 1630719400, 0),
(32658, 1925, 179, 'Palana', 591166700, 1599666700, 0),
(32659, 1925, 179, 'Petropavlovsk-Kamchatskiy', 530452000, 1586483000, 0),
(32660, 1925, 179, 'Tigil''', 578000000, 1586666700, 0),
(32661, 1925, 179, 'Tilichiki', 604666700, 1661000000, 0),
(32662, 1925, 179, 'Vilyuchinsk', 529305600, 1584027800, 0),
(32663, 1926, 179, 'Cherkessk', 442233300, 420577800, 0),
(32664, 1927, 179, 'Kondopoga', 622056500, 342613800, 0),
(32665, 1927, 179, 'Kostomuksha', 645710000, 305766700, 0),
(32666, 1927, 179, 'Medvezh''yegorsk', 629171300, 344568900, 0),
(32667, 1927, 179, 'Muyezerskiy', 639333300, 316500000, 0),
(32668, 1927, 179, 'Petrozavodsk', 617849100, 343469100, 0),
(32669, 1927, 179, 'Pitkyaranta', 615734000, 314791500, 0),
(32670, 1927, 179, 'Segezha', 637414700, 343221800, 0),
(32671, 1927, 179, 'Shuya', 619525100, 342327100, 0),
(32672, 1927, 179, 'Sortavala', 617053200, 306917800, 0),
(32673, 1927, 179, 'Suoyarvi', 620833300, 323500000, 0),
(32674, 1928, 179, 'Abagur', 537308000, 872526000, 0),
(32675, 1928, 179, 'Anzhero-Sudzhensk', 560810000, 860285000, 0),
(32676, 1928, 179, 'Belogorsk', 550177800, 884897200, 0),
(32677, 1928, 179, 'Belovo', 544165000, 862976000, 0),
(32678, 1928, 179, 'Berezovskiy', 556000000, 862000000, 0),
(32679, 1928, 179, 'Borovoy', 554333300, 860833300, 0),
(32680, 1928, 179, 'Kaltan', 535347000, 872457000, 0),
(32681, 1928, 179, 'Kemerovo', 553333300, 860833300, 0),
(32682, 1928, 179, 'Kiselevsk', 539900000, 866621000, 0),
(32683, 1928, 179, 'Krasnobrodskiy', 541581000, 864486000, 0),
(32684, 1928, 179, 'Leninsk-Kuznetskiy', 546567000, 861737000, 0),
(32685, 1928, 179, 'Mariinsk', 562138900, 877472200, 0),
(32686, 1928, 179, 'Mezhdurechensk', 536941700, 880602800, 0),
(32687, 1928, 179, 'Myski', 537090000, 878014000, 0),
(32688, 1928, 179, 'Novokuznetsk', 537557000, 871099000, 0),
(32689, 1928, 179, 'Osinniki', 536239000, 873598000, 0),
(32690, 1928, 179, 'Pioner', 553166000, 859508000, 0),
(32691, 1928, 179, 'Polysayevo', 546012000, 862459000, 0),
(32692, 1928, 179, 'Prokop''yevsk', 539059000, 867190000, 0),
(32693, 1928, 179, 'Promyshlennaya', 549159000, 856385000, 0),
(32694, 1928, 179, 'Spassk', 527470000, 877545000, 0),
(32695, 1928, 179, 'Tashtagol', 527657000, 878894000, 0),
(32696, 1928, 179, 'Tayga', 560600000, 856197200, 0),
(32697, 1928, 179, 'Topki', 552769000, 856163000, 0),
(32698, 1928, 179, 'Yashkino', 558736000, 854265000, 0),
(32699, 1928, 179, 'Yurga', 557230600, 848861100, 0),
(32700, 1929, 179, 'Amursk', 502261100, 1368994400, 0),
(32701, 1929, 179, 'Bikin', 468161100, 1342600000, 0),
(32702, 1929, 179, 'Chegdomyn', 511166700, 1330166700, 0),
(32703, 1929, 179, 'Khabarovsk', 484808300, 1350927800, 0),
(32704, 1929, 179, 'Khabarovsk Vtoroy', 484430600, 1351355600, 0),
(32705, 1929, 179, 'Komsomol''sk-na-Amure', 505519900, 1370152400, 0),
(32706, 1929, 179, 'Novyy Urgal', 510736100, 1325641700, 0),
(32707, 1929, 179, 'Okhotsk', 593833300, 1433000000, 0),
(32708, 1929, 179, 'Solnechnyy', 505833300, 1370333300, 0),
(32709, 1929, 179, 'Sovetskaya Gavan''', 489723000, 1402878400, 0),
(32710, 1929, 179, 'Vanino', 490868600, 1402543400, 0),
(32711, 1930, 179, 'Abakan', 537155600, 914291700, 0),
(32712, 1930, 179, 'Abaza', 526550000, 900927800, 0),
(32713, 1930, 179, 'Askiz', 531319400, 905263900, 0),
(32714, 1930, 179, 'Beya', 530533300, 909138900, 0),
(32715, 1930, 179, 'Chernogorsk', 538236100, 912841700, 0),
(32716, 1930, 179, 'Sayanogorsk', 530875000, 913997200, 0),
(32717, 1931, 179, 'Beloyarskiy', 637119400, 666722200, 0),
(32718, 1931, 179, 'Izluchinsk', 609794400, 769242100, 0),
(32719, 1931, 179, 'Khanty-Mansiysk', 610041700, 690019400, 0),
(32720, 1931, 179, 'Kogalym', 622653700, 744790600, 0),
(32721, 1931, 179, 'Kommunisticheskiy', 616788900, 644819400, 0),
(32722, 1931, 179, 'Langepas', 612543900, 752124000, 0),
(32723, 1931, 179, 'Lyantor', 616194500, 721554600, 0),
(32724, 1931, 179, 'Malinovskiy', 611952800, 628397200, 0),
(32725, 1931, 179, 'Megion', 610296000, 761136000, 0),
(32726, 1931, 179, 'Nefteyugansk', 610997900, 726034900, 0),
(32727, 1931, 179, 'Nizhnesortymskiy', 624396500, 717602900, 0),
(32728, 1931, 179, 'Nizhnevartovsk', 609344000, 765531000, 0),
(32729, 1931, 179, 'Novoagansk', 619449000, 766625000, 0),
(32730, 1931, 179, 'Nyagan''', 621405600, 653936100, 0),
(32731, 1931, 179, 'Pionerskiy', 611947200, 628688900, 0),
(32732, 1931, 179, 'Pokachi', 617198200, 753682700, 0),
(32733, 1931, 179, 'Poykovskiy', 612333300, 733333300, 0),
(32734, 1931, 179, 'Pyt-Yakh', 607498500, 728582400, 0),
(32735, 1931, 179, 'Salym', 600625000, 714788900, 0),
(32736, 1931, 179, 'Sovetskiy', 613613900, 635841700, 0),
(32737, 1931, 179, 'Surgut', 612500000, 734166700, 0),
(32738, 1931, 179, 'Uray', 601247200, 647758300, 0),
(32739, 1931, 179, 'Yugorsk', 613133300, 633319400, 0),
(32740, 1932, 179, 'Arbazh', 576804000, 483064700, 0),
(32741, 1932, 179, 'Darovskoy', 587699900, 479564200, 0),
(32742, 1932, 179, 'Dubrovka', 592286600, 511557800, 0),
(32743, 1932, 179, 'Kirov', 585966500, 496600700, 0),
(32744, 1932, 179, 'Kirovo-Chepetsk', 585538600, 500398600, 0),
(32745, 1932, 179, 'Kotel''nich', 583089000, 483480000, 0),
(32746, 1932, 179, 'Murashi', 593999000, 489615000, 0),
(32747, 1932, 179, 'Murygino', 587383100, 494582200, 0),
(32748, 1932, 179, 'Orlov', 585394600, 488917300, 0),
(32749, 1932, 179, 'Slobodskoy', 587322200, 501772200, 0),
(32750, 1932, 179, 'Sosnovka', 562549600, 512841900, 0),
(32751, 1932, 179, 'Sovetsk', 575847500, 489584400, 0),
(32752, 1932, 179, 'Vyatskiye Polyany', 562260200, 510655700, 0),
(32753, 1933, 179, 'Inta', 660316900, 601659400, 0),
(32754, 1933, 179, 'Kozhva', 651072700, 570459000, 0),
(32755, 1933, 179, 'Mikun''', 623547200, 500771400, 0),
(32756, 1933, 179, 'Parma', 660000000, 577000000, 0),
(32757, 1933, 179, 'Pechora', 651471600, 572243900, 0),
(32758, 1933, 179, 'Syktyvkar', 616764200, 508099400, 0),
(32759, 1933, 179, 'Ukhta', 635670500, 536834800, 0),
(32760, 1933, 179, 'Usinsk', 659938900, 575280600, 0),
(32761, 1933, 179, 'Vorkuta', 675000000, 640000000, 0),
(32762, 1933, 179, 'Vuktyl', 638566700, 573094400, 0),
(32763, 1934, 179, 'Galich', 583788400, 423463300, 0),
(32764, 1934, 179, 'Kostroma', 577664700, 409268600, 0),
(32765, 1934, 179, 'Oktyabr''skiy', 577445600, 410019300, 0),
(32766, 1934, 179, 'Shar''ya', 583690900, 455155800, 0),
(32767, 1935, 179, 'Abinsk', 448725800, 381611100, 0),
(32768, 1935, 179, 'Abrau-Dyurso', 446997300, 376009800, 0),
(32769, 1935, 179, 'Adler', 434289600, 399239100, 0),
(32770, 1935, 179, 'Agronom', 451387100, 391938600, 0),
(32771, 1935, 179, 'Akhtyrskiy', 448546000, 383031000, 0),
(32772, 1935, 179, 'Anapa', 448908400, 373239000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(32773, 1935, 179, 'Anapskaya', 448967100, 373860000, 0),
(32774, 1935, 179, 'Apsheronsk', 444647200, 397341700, 0),
(32775, 1935, 179, 'Armavir', 449892000, 411234000, 0),
(32776, 1935, 179, 'Belorechensk', 447673300, 398742400, 0),
(32777, 1935, 179, 'Bryukhovetskaya', 458060300, 389995900, 0),
(32778, 1935, 179, 'Dagomys', 436697400, 396686300, 0),
(32779, 1935, 179, 'Dinskaya', 452178200, 392283300, 0),
(32780, 1935, 179, 'Gayduk', 447848900, 377005000, 0),
(32781, 1935, 179, 'Gelendzhik', 445622000, 380848000, 0),
(32782, 1935, 179, 'Gornoye Loo', 437129400, 396049200, 0),
(32783, 1935, 179, 'Goryachiy Klyuch', 446308300, 391300000, 0),
(32784, 1935, 179, 'Gul''kevichi', 453538300, 406946500, 0),
(32785, 1935, 179, 'Il''skiy', 448422200, 385668600, 0),
(32786, 1935, 179, 'Kanevskaya', 460849000, 389596000, 0),
(32787, 1935, 179, 'Khosta', 435148400, 398682500, 0),
(32788, 1935, 179, 'Korenovsk', 454689900, 394513600, 0),
(32789, 1935, 179, 'Krasnaya Polyana', 436795200, 402040300, 0),
(32790, 1935, 179, 'Krasnoarmeyskaya', 453661400, 382117100, 0),
(32791, 1935, 179, 'Krasnodar', 450488000, 389725000, 0),
(32792, 1935, 179, 'Krymsk', 449293400, 379911700, 0),
(32793, 1935, 179, 'Kurganinsk', 448800000, 405986100, 0),
(32794, 1935, 179, 'Labinsk', 446341700, 407355600, 0),
(32795, 1935, 179, 'Ladozhskaya', 453090200, 399380300, 0),
(32796, 1935, 179, 'Lenina', 460666700, 397833300, 0),
(32797, 1935, 179, 'Leningradskaya', 463214000, 393877000, 0),
(32798, 1935, 179, 'Myskhako', 446713900, 377433300, 0),
(32799, 1935, 179, 'Nebug', 441717000, 390026000, 0),
(32800, 1935, 179, 'Nekrasovskaya', 451446800, 397486800, 0),
(32801, 1935, 179, 'Novokorsunskaya', 456408000, 391464100, 0),
(32802, 1935, 179, 'Novopokrovskaya', 459513900, 407005600, 0),
(32803, 1935, 179, 'Novorossiysk', 447243900, 377675200, 0),
(32804, 1935, 179, 'Novotitarovskaya', 452375600, 389805900, 0),
(32805, 1935, 179, 'Ol''ginka', 442075000, 388911100, 0),
(32806, 1935, 179, 'Orel-Izumrud', 434600500, 399237700, 0),
(32807, 1935, 179, 'Otradnaya', 443933300, 415205600, 0),
(32808, 1935, 179, 'Parkovyy', 458330600, 401455600, 0),
(32809, 1935, 179, 'Pashkovskiy', 450244000, 391067900, 0),
(32810, 1935, 179, 'Pavlovskaya', 461377000, 397832000, 0),
(32811, 1935, 179, 'Petrovskaya', 454313900, 379550000, 0),
(32812, 1935, 179, 'Platnirovskaya', 453953100, 393842000, 0),
(32813, 1935, 179, 'Primorsko-Akhtarsk', 460497000, 381747000, 0),
(32814, 1935, 179, 'Shirochanka', 466496800, 383978200, 0),
(32815, 1935, 179, 'Slavyansk-na-Kubani', 452558000, 381256000, 0),
(32816, 1935, 179, 'Smolenskaya', 447886700, 388018100, 0),
(32817, 1935, 179, 'Sochi', 435991700, 397256900, 0),
(32818, 1935, 179, 'Sovetskaya', 447769400, 411722200, 0),
(32819, 1935, 179, 'Staraya Stanitsa', 450098000, 411512000, 0),
(32820, 1935, 179, 'Starominskaya', 465300000, 390497200, 0),
(32821, 1935, 179, 'Staromyshastovskaya', 453432900, 390760800, 0),
(32822, 1935, 179, 'Staroshcherbinovskaya', 466311000, 386742000, 0),
(32823, 1935, 179, 'Temryuk', 452705500, 373871600, 0),
(32824, 1935, 179, 'Tikhoretsk', 458547200, 401252800, 0),
(32825, 1935, 179, 'Timashevsk', 456169400, 389452800, 0),
(32826, 1935, 179, 'Tsibanobalka', 449803400, 373438400, 0),
(32827, 1935, 179, 'Tuapse', 441053000, 390802000, 0),
(32828, 1935, 179, 'Ust''-Labinsk', 452143600, 396903300, 0),
(32829, 1935, 179, 'Varenikovskaya', 451208500, 376417100, 0),
(32830, 1935, 179, 'Vasyurinskaya', 451180900, 394239800, 0),
(32831, 1935, 179, 'Vityazevo', 450013000, 372821200, 0),
(32832, 1935, 179, 'Vladimirskaya', 445455000, 407933000, 0),
(32833, 1935, 179, 'Vyselki', 455812800, 396640900, 0),
(32834, 1935, 179, 'Vysokoye', 434630400, 399670100, 0),
(32835, 1935, 179, 'Yaroslavskaya', 446105600, 404641700, 0),
(32836, 1935, 179, 'Yeysk', 467055000, 382739000, 0),
(32837, 1936, 179, 'Achinsk', 562694000, 904993000, 0),
(32838, 1936, 179, 'Bogotol', 562077800, 895341700, 0),
(32839, 1936, 179, 'Borodino', 559105600, 948983300, 0),
(32840, 1936, 179, 'Dikson', 735069400, 805463900, 0),
(32841, 1936, 179, 'Divnogorsk', 559594400, 923619400, 0),
(32842, 1936, 179, 'Dudinka', 694058300, 861777800, 0),
(32843, 1936, 179, 'Kansk', 562016700, 957175000, 0),
(32844, 1936, 179, 'Kodinsk', 586880600, 991844400, 0),
(32845, 1936, 179, 'Krasnoyarsk', 560097200, 927916700, 0),
(32846, 1936, 179, 'Kuragino', 538975000, 926725000, 0),
(32847, 1936, 179, 'Lesosibirsk', 582358300, 924827800, 0),
(32848, 1936, 179, 'Minusinsk', 537102800, 916875000, 0),
(32849, 1936, 179, 'Nazarovo', 560063900, 903913900, 0),
(32850, 1936, 179, 'Noril''sk', 693535000, 882027000, 0),
(32851, 1936, 179, 'Sayansk', 541500000, 918850000, 0),
(32852, 1936, 179, 'Sharypovo', 555402800, 892008300, 0),
(32853, 1936, 179, 'Solnechnyy', 561158300, 929252800, 0),
(32854, 1936, 179, 'Sosnovoborsk', 561325000, 933588900, 0),
(32855, 1936, 179, 'Tura', 642833300, 1002500000, 0),
(32856, 1936, 179, 'Ural', 559077800, 947463900, 0),
(32857, 1936, 179, 'Uzhur', 553036100, 898338900, 0),
(32858, 1936, 179, 'Vanavara', 603400000, 1022797200, 0),
(32859, 1936, 179, 'Yemel''yanovo', 561680600, 926766700, 0),
(32860, 1936, 179, 'Zelenogorsk', 561147200, 945861100, 0),
(32861, 1936, 179, 'Zheleznogorsk', 562511100, 935319400, 0),
(32862, 1936, 179, 'Zykovo', 559519400, 931461100, 0),
(32863, 1937, 179, 'Dalmatovo', 562600000, 629362000, 0),
(32864, 1937, 179, 'Kurgan', 554500000, 653333300, 0),
(32865, 1937, 179, 'Kurtamysh', 549102800, 644319400, 0),
(32866, 1937, 179, 'Petukhovo', 550691700, 679019400, 0),
(32867, 1937, 179, 'Shadrinsk', 560852000, 636335000, 0),
(32868, 1937, 179, 'Yurgamysh', 553713900, 644655600, 0),
(32869, 1938, 179, 'Belaya', 510544400, 357161100, 0),
(32870, 1938, 179, 'Fatezh', 520891000, 358632000, 0),
(32871, 1938, 179, 'Korenevo', 514119000, 349080000, 0),
(32872, 1938, 179, 'Kurchatov', 516601000, 356521000, 0),
(32873, 1938, 179, 'Kursk', 517373300, 361873500, 0),
(32874, 1938, 179, 'Voroshnevo', 516527800, 360172200, 0),
(32875, 1938, 179, 'Zheleznogorsk', 523310000, 353711000, 0),
(32876, 1939, 179, 'Agalatovo', 602195000, 302738800, 0),
(32877, 1939, 179, 'Annino', 597705600, 300561100, 0),
(32878, 1939, 179, 'Bugry', 600712100, 303922500, 0),
(32879, 1939, 179, 'Gatchina', 595763900, 301283300, 0),
(32880, 1939, 179, 'Imeni Morozova', 599757200, 310376200, 0),
(32881, 1939, 179, 'Ivangorod', 593715500, 282162500, 0),
(32882, 1939, 179, 'Kingisepp', 593733100, 286134300, 0),
(32883, 1939, 179, 'Kirishi', 594471200, 320204900, 0),
(32884, 1939, 179, 'Koltushi', 599296900, 306446500, 0),
(32885, 1939, 179, 'Kommunar', 596205600, 303900000, 0),
(32886, 1939, 179, 'Krasnyy Bor', 596819400, 306680600, 0),
(32887, 1939, 179, 'Leskolovo', 602634100, 304546200, 0),
(32888, 1939, 179, 'Lodeynoye Pole', 607260000, 335530600, 0),
(32889, 1939, 179, 'Luga', 587372200, 298452800, 0),
(32890, 1939, 179, 'Murino', 600494400, 304458700, 0),
(32891, 1939, 179, 'Nurma', 595500000, 310166700, 0),
(32892, 1939, 179, 'Ol''gino', 598370200, 299226600, 0),
(32893, 1939, 179, 'Pikalevo', 595183300, 341663900, 0),
(32894, 1939, 179, 'Podporozh''ye', 609112400, 341706400, 0),
(32895, 1939, 179, 'Romanovka', 600443000, 307140000, 0),
(32896, 1939, 179, 'Sertolovo', 601444000, 302016500, 0),
(32897, 1939, 179, 'Slantsy', 591181700, 280913700, 0),
(32898, 1939, 179, 'Sosnovo', 605514500, 302144100, 0),
(32899, 1939, 179, 'Sosnovyy Bor', 599000000, 291166700, 0),
(32900, 1939, 179, 'Staraya', 599274900, 306276400, 0),
(32901, 1939, 179, 'Taytsy', 596644400, 301147200, 0),
(32902, 1939, 179, 'Tikhvin', 596451100, 335293700, 0),
(32903, 1939, 179, 'Toksovo', 601532300, 305164600, 0),
(32904, 1939, 179, 'Tosno', 595400000, 308775000, 0),
(32905, 1939, 179, 'Volkhov', 599258000, 323381900, 0),
(32906, 1939, 179, 'Volosovo', 594333300, 294833300, 0),
(32907, 1939, 179, 'Vsevolozhsk', 600204300, 306371600, 0),
(32908, 1939, 179, 'Vyborg', 607076300, 287528300, 0),
(32909, 1939, 179, 'Yakovlevo', 602940900, 294880000, 0),
(32910, 1939, 179, 'Yanino Vtoroye', 599355000, 306153400, 0),
(32911, 1940, 179, 'Gryazi', 524965700, 399359300, 0),
(32912, 1940, 179, 'Lipetsk', 526031100, 395707600, 0),
(32913, 1940, 179, 'Syrskoye', 525743600, 394966000, 0),
(32914, 1940, 179, 'Usman''', 520466200, 397288000, 0),
(32915, 1940, 179, 'Yelets', 526236600, 385016900, 0),
(32916, 1941, 179, 'Magadan', 595666700, 1508000000, 0),
(32917, 1941, 179, 'Palatka', 601000000, 1509000000, 0),
(32918, 1942, 179, 'Koz''modem''yansk', 563419000, 465635300, 0),
(32919, 1942, 179, 'Krasnogorskiy', 561525000, 483258300, 0),
(32920, 1942, 179, 'Medvedevo', 566338800, 478040500, 0),
(32921, 1942, 179, 'Sovetskiy', 567583300, 484761100, 0),
(32922, 1942, 179, 'Volzhsk', 558663800, 483594000, 0),
(32923, 1942, 179, 'Yoshkar-Ola', 566387700, 478907800, 0),
(32924, 1943, 179, 'Chamzinka', 544018800, 457838700, 0),
(32925, 1943, 179, 'Nikolayevka', 541451000, 451444000, 0),
(32926, 1943, 179, 'Ruzayevka', 540638700, 449509000, 0),
(32927, 1943, 179, 'Saransk', 541838000, 451749000, 0),
(32928, 1943, 179, 'Zykovo', 540685300, 450863300, 0),
(32929, 1944, 179, 'Khimki', 558970400, 374296900, 0),
(32930, 1944, 179, 'Moscow', 557522200, 376155600, 0),
(32931, 1944, 179, 'Nekrasovka', 556932800, 379114800, 0),
(32932, 1944, 179, 'Rublevo', 557851400, 373548100, 0),
(32933, 1944, 179, 'Tolstopal''tsevo', 556102600, 372183400, 0),
(32934, 1944, 179, 'Vnukovo', 556000000, 372166700, 0),
(32935, 1944, 179, 'Vostochnyy', 558166700, 378666700, 0),
(32936, 1944, 179, 'Zelenograd', 559825000, 371813900, 0),
(32937, 1945, 179, 'Alabushevo', 560166700, 371500000, 0),
(32938, 1945, 179, 'Andreyevka', 559802800, 371350000, 0),
(32939, 1945, 179, 'Aprelevka', 555519400, 370801000, 0),
(32940, 1945, 179, 'Arkhangel''skoye', 557879100, 372998400, 0),
(32941, 1945, 179, 'Ashitkovo', 554517300, 385951800, 0),
(32942, 1945, 179, 'Balashikha', 558094500, 379580600, 0),
(32943, 1945, 179, 'Barvikha', 557421200, 372792600, 0),
(32944, 1945, 179, 'Beloozerskiy', 554597800, 384435800, 0),
(32945, 1945, 179, 'Belyye Stolby', 553313600, 378540000, 0),
(32946, 1945, 179, 'Bol''shiye Vyazemy', 556205800, 369762000, 0),
(32947, 1945, 179, 'Bronnitsy', 554211200, 382618800, 0),
(32948, 1945, 179, 'Bykovo', 556361400, 380802700, 0),
(32949, 1945, 179, 'Chashnikovo', 560333300, 371666700, 0),
(32950, 1945, 179, 'Chekhov', 551477000, 374772800, 0),
(32951, 1945, 179, 'Chernaya', 557461100, 380688900, 0),
(32952, 1945, 179, 'Chernogolovka', 560000000, 383666700, 0),
(32953, 1945, 179, 'Davydovo', 556085900, 388610900, 0),
(32954, 1945, 179, 'Dedenevo', 562500000, 375166700, 0),
(32955, 1945, 179, 'Dedovsk', 558686100, 371222200, 0),
(32956, 1945, 179, 'Dmitrov', 563500000, 375166700, 0),
(32957, 1945, 179, 'Dolgoprudnyy', 559041100, 375606400, 0),
(32958, 1945, 179, 'Domodedovo', 554413000, 377536700, 0),
(32959, 1945, 179, 'Druzhba', 558860300, 377426700, 0),
(32960, 1945, 179, 'Dubna', 567333300, 371666700, 0),
(32961, 1945, 179, 'Dubrovitsy', 554396900, 374867000, 0),
(32962, 1945, 179, 'Dzerzhinskiy', 556294500, 378565400, 0),
(32963, 1945, 179, 'Elektrostal''', 557895900, 384467100, 0),
(32964, 1945, 179, 'Elektrougli', 557244500, 382090800, 0),
(32965, 1945, 179, 'Filimonki', 555579400, 373471900, 0),
(32966, 1945, 179, 'Firsanovka', 559536100, 372408300, 0),
(32967, 1945, 179, 'Fryazino', 559605600, 380455600, 0),
(32968, 1945, 179, 'Golitsyno', 556092800, 369821200, 0),
(32969, 1945, 179, 'Gorki-Leninskiye', 555085500, 377761800, 0),
(32970, 1945, 179, 'Gzhel''', 556100800, 383939900, 0),
(32971, 1945, 179, 'Iksha', 561666700, 375166700, 0),
(32972, 1945, 179, 'Il''inskiy', 556190200, 381181800, 0),
(32973, 1945, 179, 'Istra', 559199700, 368686700, 0),
(32974, 1945, 179, 'Ivanteyevka', 559711100, 379208300, 0),
(32975, 1945, 179, 'Kashira', 548444400, 381669400, 0),
(32976, 1945, 179, 'Khorlovo', 553327000, 388136500, 0),
(32977, 1945, 179, 'Khot''kovo', 562569900, 379954400, 0),
(32978, 1945, 179, 'Klimovsk', 553635200, 375298400, 0),
(32979, 1945, 179, 'Klin', 563333300, 367333300, 0),
(32980, 1945, 179, 'Kolomna', 550794400, 387783300, 0),
(32981, 1945, 179, 'Kommunarka', 555695200, 374893200, 0),
(32982, 1945, 179, 'Konobeyevo', 554077600, 386626100, 0),
(32983, 1945, 179, 'Korenevo', 556719400, 380077800, 0),
(32984, 1945, 179, 'Korolev', 559141700, 378255600, 0),
(32985, 1945, 179, 'Kotel''niki', 556354600, 378445000, 0),
(32986, 1945, 179, 'Kraskovo', 556497200, 379877800, 0),
(32987, 1945, 179, 'Krasnaya Poyma', 550013800, 390799700, 0),
(32988, 1945, 179, 'Krasnoarmeysk', 561000000, 381333300, 0),
(32989, 1945, 179, 'Krasnogorsk', 558203600, 373301700, 0),
(32990, 1945, 179, 'Krasnozavodsk', 564500000, 382166700, 0),
(32991, 1945, 179, 'Krasnoznamensk', 555994400, 370386100, 0),
(32992, 1945, 179, 'Kratovo', 555972800, 381774300, 0),
(32993, 1945, 179, 'Kubinka', 555795700, 367039200, 0),
(32994, 1945, 179, 'L''vovskiy', 553187200, 375233700, 0),
(32995, 1945, 179, 'Lesnoy', 560666700, 379166700, 0),
(32996, 1945, 179, 'Lesnoy Gorodok', 556389300, 372083000, 0),
(32997, 1945, 179, 'Likino-Dulevo', 557083000, 389542000, 0),
(32998, 1945, 179, 'Lobnya', 560097200, 374819400, 0),
(32999, 1945, 179, 'Losino-Petrovskiy', 558695900, 382006500, 0),
(33000, 1945, 179, 'Lugovaya', 560500000, 374833300, 0),
(33001, 1945, 179, 'Lukhovitsy', 549766100, 390444000, 0),
(33002, 1945, 179, 'Lytkarino', 555827100, 379051600, 0),
(33003, 1945, 179, 'Lyubertsy', 556771900, 378932200, 0),
(33004, 1945, 179, 'Malakhovka', 556477600, 380248600, 0),
(33005, 1945, 179, 'Malino', 551119500, 381738400, 0),
(33006, 1945, 179, 'Mamontovka', 559808300, 378197200, 0),
(33007, 1945, 179, 'Marfino', 557026700, 373832200, 0),
(33008, 1945, 179, 'Mendeleyevo', 560333300, 372166700, 0),
(33009, 1945, 179, 'Mikhnevo', 551339600, 379442500, 0),
(33010, 1945, 179, 'Mikulino', 564518800, 356068500, 0),
(33011, 1945, 179, 'Misheronskiy', 557192700, 397383500, 0),
(33012, 1945, 179, 'Monino', 558424400, 381936200, 0),
(33013, 1945, 179, 'Moskovskiy', 555991100, 373549500, 0),
(33014, 1945, 179, 'Mosrentgen', 556197000, 374640200, 0),
(33015, 1945, 179, 'Mozhaysk', 555019400, 360272200, 0),
(33016, 1945, 179, 'Mytishchi', 559116300, 377307600, 0),
(33017, 1945, 179, 'Nakhabino', 558485400, 371778800, 0),
(33018, 1945, 179, 'Naro-Fominsk', 553875200, 367330700, 0),
(33019, 1945, 179, 'Nemchinovka', 557228800, 373608600, 0),
(33020, 1945, 179, 'Noginsk', 558664700, 384438000, 0),
(33021, 1945, 179, 'Noginsk-9', 560668100, 385001300, 0),
(33022, 1945, 179, 'Novopetrovskoye', 559927800, 364719400, 0),
(33023, 1945, 179, 'Novopodrezkovo', 559397200, 373441700, 0),
(33024, 1945, 179, 'Obukhovo', 558327800, 382725000, 0),
(33025, 1945, 179, 'Odintsovo', 556779800, 372777300, 0),
(33026, 1945, 179, 'Oktyabr''skiy', 556080600, 379773800, 0),
(33027, 1945, 179, 'Opalikha', 558259300, 372527800, 0),
(33028, 1945, 179, 'Orekhovo-Zuyevo', 558067200, 389617800, 0),
(33029, 1945, 179, 'Pavlovskaya Sloboda', 558151700, 370824600, 0),
(33030, 1945, 179, 'Pavlovskiy Posad', 557807100, 386544800, 0),
(33031, 1945, 179, 'Pavshino', 558166700, 373500000, 0),
(33032, 1945, 179, 'Peresvet', 564230200, 381761200, 0),
(33033, 1945, 179, 'Peski', 552162600, 387626200, 0),
(33034, 1945, 179, 'Pirogovskiy', 559780600, 377336100, 0),
(33035, 1945, 179, 'Podol''sk', 554241800, 375547200, 0),
(33036, 1945, 179, 'Povarovo', 560666700, 370500000, 0),
(33037, 1945, 179, 'Proletarskiy', 550221900, 373901900, 0),
(33038, 1945, 179, 'Protvino', 548663900, 372177800, 0),
(33039, 1945, 179, 'Pushchino', 548338900, 376263900, 0),
(33040, 1945, 179, 'Pushkino', 560172200, 378666700, 0),
(33041, 1945, 179, 'Ramenskoye', 555669400, 382302800, 0),
(33042, 1945, 179, 'Razvilka', 555920900, 377408500, 0),
(33043, 1945, 179, 'Rechitsy', 555975400, 384713400, 0),
(33044, 1945, 179, 'Reutov', 557611100, 378575000, 0),
(33045, 1945, 179, 'Rodniki', 556520400, 380668500, 0),
(33046, 1945, 179, 'Roshal''', 556685300, 398748800, 0),
(33047, 1945, 179, 'Rumyantsevo', 559727800, 365341700, 0),
(33048, 1945, 179, 'Ruza', 556989800, 361952200, 0),
(33049, 1945, 179, 'Rzhavki', 560000000, 372500000, 0),
(33050, 1945, 179, 'Saltykovka', 557667900, 379353300, 0),
(33051, 1945, 179, 'Selyatino', 555151400, 369774600, 0),
(33052, 1945, 179, 'Sergiyev Posad', 563000000, 381333300, 0),
(33053, 1945, 179, 'Serpukhov', 549213900, 374108300, 0),
(33054, 1945, 179, 'Shakhovskaya', 560283300, 355097200, 0),
(33055, 1945, 179, 'Shatura', 555725300, 395368200, 0),
(33056, 1945, 179, 'Shchelkovo', 558930300, 380586000, 0),
(33057, 1945, 179, 'Shcherbinka', 554997200, 375597200, 0),
(33058, 1945, 179, 'Skhodnya', 559480600, 372977800, 0),
(33059, 1945, 179, 'Solnechnogorsk', 561833300, 369833300, 0),
(33060, 1945, 179, 'Staraya Kupavna', 558079900, 381805000, 0),
(33061, 1945, 179, 'Stolbovaya', 552502200, 374924900, 0),
(33062, 1945, 179, 'Stupino', 549008300, 380708300, 0),
(33063, 1945, 179, 'Sverdlovskiy', 559108300, 381536100, 0),
(33064, 1945, 179, 'Sychevo', 550619600, 387138400, 0),
(33065, 1945, 179, 'Taldom', 567333300, 375333300, 0),
(33066, 1945, 179, 'Tomilino', 556562000, 379471300, 0),
(33067, 1945, 179, 'Troitsk', 554849800, 373073600, 0),
(33068, 1945, 179, 'Troitskoye', 553000000, 385333300, 0),
(33069, 1945, 179, 'Tuchkovo', 556011100, 364680600, 0),
(33070, 1945, 179, 'Udel''naya', 556253600, 380028400, 0),
(33071, 1945, 179, 'Uzunovo', 545385800, 386173400, 0),
(33072, 1945, 179, 'Verbilki', 565333300, 376000000, 0),
(33073, 1945, 179, 'Vidnoye', 555523900, 377096600, 0),
(33074, 1945, 179, 'Vnukovo', 556119400, 372961100, 0),
(33075, 1945, 179, 'Volokolamsk', 560336100, 359694400, 0),
(33076, 1945, 179, 'Voskresensk', 553125000, 386636100, 0),
(33077, 1945, 179, 'Vostryakovo', 553993400, 378082900, 0),
(33078, 1945, 179, 'Yakovlevskoye', 554419400, 379480600, 0),
(33079, 1945, 179, 'Yamkino', 559208800, 384041700, 0),
(33080, 1945, 179, 'Yegor''yevsk', 553828300, 390323300, 0),
(33081, 1945, 179, 'Yubileyny', 559333300, 378333300, 0),
(33082, 1945, 179, 'Zagoryanskiy', 559325000, 379580600, 0),
(33083, 1945, 179, 'Zaprudnya', 565666700, 374333300, 0),
(33084, 1945, 179, 'Zaraysk', 547605000, 388784100, 0),
(33085, 1945, 179, 'Zarya', 557553300, 380957800, 0),
(33086, 1945, 179, 'Zelenogradskiy', 561000000, 379166700, 0),
(33087, 1945, 179, 'Zheleznodorozhnyy', 557440000, 380168400, 0),
(33088, 1945, 179, 'Zhukovka', 564833300, 375166700, 0),
(33089, 1945, 179, 'Zhukovskiy', 555952800, 381202800, 0),
(33090, 1945, 179, 'Zvenigorod', 557340200, 368591800, 0),
(33091, 1946, 179, 'Apatity', 675641400, 334031000, 0),
(33092, 1946, 179, 'Kandalaksha', 671620000, 324122900, 0),
(33093, 1946, 179, 'Kirovsk', 676147500, 336727400, 0),
(33094, 1946, 179, 'Kola', 688806200, 330184200, 0),
(33095, 1946, 179, 'Kovdor', 675661600, 304757600, 0),
(33096, 1946, 179, 'Monchegorsk', 679397200, 328738900, 0),
(33097, 1946, 179, 'Murmansk', 689791700, 330925100, 0),
(33098, 1946, 179, 'Nikel''', 694128500, 302219800, 0),
(33099, 1946, 179, 'Polyarnyy', 691988900, 334477800, 0),
(33100, 1946, 179, 'Polyarnyye Zori', 673661100, 324980600, 0),
(33101, 1946, 179, 'Severomorsk', 690688900, 334162200, 0),
(33102, 1946, 179, 'Snezhnogorsk', 691933300, 332531400, 0),
(33103, 1946, 179, 'Zaozersk', 694005200, 324476100, 0),
(33104, 1946, 179, 'Zapolyarnyy', 694154100, 308135500, 0),
(33105, 1947, 179, 'Iskateley', 676802600, 531511700, 0),
(33106, 1948, 179, 'Afonino', 562620100, 440950300, 0),
(33107, 1948, 179, 'Arzamas', 553948500, 438399200, 0),
(33108, 1948, 179, 'Balakhna', 564905600, 435919400, 0),
(33109, 1948, 179, 'Bogorodsk', 561033300, 435158300, 0),
(33110, 1948, 179, 'Bor', 563580800, 440747700, 0),
(33111, 1948, 179, 'Burevestnik', 561440300, 437883200, 0),
(33112, 1948, 179, 'Dzerzhinsk', 562388900, 434630600, 0),
(33113, 1948, 179, 'Gorbatovka', 562530600, 437475000, 0),
(33114, 1948, 179, 'Kstovo', 561473300, 441978700, 0),
(33115, 1948, 179, 'Lukoyanov', 550277200, 444786500, 0),
(33116, 1948, 179, 'Lyskovo', 560328200, 450422000, 0),
(33117, 1948, 179, 'Navashino', 555291700, 422002800, 0),
(33118, 1948, 179, 'Neklyudovo', 564142100, 439772100, 0),
(33119, 1948, 179, 'Nizhniy Novgorod', 563286700, 440020500, 0),
(33120, 1948, 179, 'Pavlovo', 559686000, 430912000, 0),
(33121, 1948, 179, 'Prudy', 575738000, 462717600, 0),
(33122, 1948, 179, 'Sarov', 549358300, 433235200, 0),
(33123, 1948, 179, 'Satis', 549229000, 432297700, 0),
(33124, 1948, 179, 'Savasleyka', 554606000, 423207000, 0),
(33125, 1948, 179, 'Sergach', 555307900, 454661100, 0),
(33126, 1948, 179, 'Shatki', 551887400, 441248600, 0),
(33127, 1948, 179, 'Taremskoye', 559288900, 430443300, 0),
(33128, 1948, 179, 'Volodarsk', 562261100, 431861100, 0),
(33129, 1948, 179, 'Vyksa', 553175000, 421744400, 0),
(33130, 1948, 179, 'Zavolzh''ye', 566405100, 433944600, 0),
(33131, 1949, 179, 'Alagir', 430422200, 442222200, 0),
(33132, 1949, 179, 'Arkhonskaya', 431100000, 445125000, 0),
(33133, 1949, 179, 'Kizlyar', 437037800, 445944000, 0),
(33134, 1949, 179, 'Mozdok', 437491700, 446880600, 0),
(33135, 1949, 179, 'Nogir', 430816200, 446365000, 0),
(33136, 1949, 179, 'Vladikavkaz', 430366700, 446677800, 0),
(33137, 1950, 179, 'Chudovo', 591166700, 316833300, 0),
(33138, 1950, 179, 'Malaya Vishera', 588453800, 322221800, 0),
(33139, 1950, 179, 'Moshenskoye', 585101600, 345910800, 0),
(33140, 1950, 179, 'Pankovka', 585000400, 311999000, 0),
(33141, 1950, 179, 'Staraya Russa', 579943900, 313608100, 0),
(33142, 1950, 179, 'Valday', 579747200, 332525000, 0),
(33143, 1950, 179, 'Velikiy Novgorod', 585166700, 312833300, 0),
(33144, 1950, 179, 'Volkhovskiy', 585800000, 313164100, 0),
(33145, 1951, 179, 'Akademgorodok', 548523000, 831060000, 0),
(33146, 1951, 179, 'Barabinsk', 553570900, 783569700, 0),
(33147, 1951, 179, 'Berdsk', 547551000, 830967000, 0),
(33148, 1951, 179, 'Iskitim', 546366000, 833045000, 0),
(33149, 1951, 179, 'Karasuk', 537377200, 780402600, 0),
(33150, 1951, 179, 'Kol''tsovo', 549376000, 831825000, 0),
(33151, 1951, 179, 'Krasnoobsk', 549198000, 829909000, 0),
(33152, 1951, 179, 'Krasnozerskoye', 539827700, 792373500, 0),
(33153, 1951, 179, 'Kudryashovskiy', 550974000, 827742000, 0),
(33154, 1951, 179, 'Linevo', 544589000, 833764000, 0),
(33155, 1951, 179, 'Mochishche', 551586000, 831229000, 0),
(33156, 1951, 179, 'Moshkovo', 553053000, 836104000, 0),
(33157, 1951, 179, 'Novolugovoye', 549792000, 831138000, 0),
(33158, 1951, 179, 'Novosibirsk', 550415000, 829346000, 0),
(33159, 1951, 179, 'Ob''', 549872000, 827166000, 0),
(33160, 1951, 179, 'Ordynskoye', 543656000, 818994000, 0),
(33161, 1951, 179, 'Tolmachevo', 549824000, 827363000, 0),
(33162, 1952, 179, 'Beregovoy', 551730100, 732198400, 0),
(33163, 1952, 179, 'Krutaya Gorka', 553649300, 732231000, 0),
(33164, 1952, 179, 'Novoomskiy', 548415200, 733017400, 0),
(33165, 1952, 179, 'Omsk', 550000000, 734000000, 0),
(33166, 1952, 179, 'Russkaya Polyana', 537794400, 738805600, 0),
(33167, 1952, 179, 'Tevriz', 575090000, 724042000, 0),
(33168, 1952, 179, 'Troitsk', 557012800, 722336900, 0),
(33169, 1952, 179, 'Vkhodnoy', 549518100, 731710800, 0),
(33170, 1953, 179, 'Dmitrovsk-Orlovskiy', 525050000, 351464000, 0),
(33171, 1953, 179, 'Krasnaya Zarya', 527825000, 376805600, 0),
(33172, 1953, 179, 'Livny', 524253400, 376068900, 0),
(33173, 1953, 179, 'Mtsensk', 532765700, 365733400, 0),
(33174, 1953, 179, 'Orel', 529650800, 360785000, 0),
(33175, 1954, 179, 'Buguruslan', 536554000, 524420000, 0),
(33176, 1954, 179, 'Buzuluk', 527807000, 522635000, 0),
(33177, 1954, 179, 'Krasnoyarskiy', 519650000, 598966700, 0),
(33178, 1954, 179, 'Kuvandyk', 514781000, 573552000, 0),
(33179, 1954, 179, 'Mednogorsk', 514128000, 575950000, 0),
(33180, 1954, 179, 'Nezhinka', 517676000, 553694000, 0),
(33181, 1954, 179, 'Novotroitsk', 512030100, 583266500, 0),
(33182, 1954, 179, 'Orenburg', 517727000, 550988000, 0),
(33183, 1954, 179, 'Orsk', 512048700, 585668500, 0),
(33184, 1954, 179, 'Yasnyy', 510333000, 598742000, 0),
(33185, 1955, 179, 'Bogoslovka', 532083700, 448013300, 0),
(33186, 1955, 179, 'Chemodanovka', 532316200, 452473800, 0),
(33187, 1955, 179, 'Kuznetsk', 531167500, 466003700, 0),
(33188, 1955, 179, 'Penza', 532006600, 450046400, 0),
(33189, 1955, 179, 'Sura', 538878600, 457419200, 0),
(33190, 1955, 179, 'Zarechnyy', 531333300, 465833300, 0),
(33191, 1955, 179, 'Zasechnoye', 531092000, 450793600, 0),
(33192, 1956, 179, 'Zyukayka', 582025000, 547002800, 0),
(33193, 1957, 179, 'Aleksandrovsk', 591580400, 575624100, 0),
(33194, 1957, 179, 'Berezniki', 594151900, 568123700, 0),
(33195, 1957, 179, 'Chastyye', 572887600, 549727800, 0),
(33196, 1957, 179, 'Chaykovskiy', 567686400, 541148400, 0),
(33197, 1957, 179, 'Chernushka', 565072200, 560766100, 0),
(33198, 1957, 179, 'Chusovoy', 583013000, 578131000, 0),
(33199, 1957, 179, 'Dobryanka', 584619500, 564164600, 0),
(33200, 1957, 179, 'Kondratovo', 579813900, 561083300, 0),
(33201, 1957, 179, 'Krasnokamsk', 580801600, 557541100, 0),
(33202, 1957, 179, 'Kudymkar', 590172900, 546560000, 0),
(33203, 1957, 179, 'Lobanovo', 578613000, 562897700, 0),
(33204, 1957, 179, 'Lys''va', 581086100, 578052800, 0),
(33205, 1957, 179, 'Osa', 572828800, 554566900, 0),
(33206, 1957, 179, 'Overyata', 580867900, 558709000, 0),
(33207, 1957, 179, 'Pavlovskiy', 578424000, 548435700, 0),
(33208, 1957, 179, 'Perm''', 580174100, 562855200, 0),
(33209, 1957, 179, 'Solikamsk', 596195600, 567728900, 0),
(33210, 1957, 179, 'Vereshchagino', 580789400, 546557000, 0),
(33211, 1957, 179, 'Yelovo', 570538100, 549207000, 0),
(33212, 1958, 179, 'Arsen''yev', 441630600, 1332733300, 0),
(33213, 1958, 179, 'Artem', 433675000, 1321986100, 0),
(33214, 1958, 179, 'Bol''shoy Kamen''', 431225000, 1323583300, 0),
(33215, 1958, 179, 'Chernigovka', 443388900, 1325727800, 0),
(33216, 1958, 179, 'Dal''negorsk', 445603900, 1355700900, 0),
(33217, 1958, 179, 'Dal''nerechensk', 459338900, 1337225000, 0),
(33218, 1958, 179, 'Fokino', 429836100, 1324047200, 0),
(33219, 1958, 179, 'Kamen''-Rybolov', 447480600, 1320402800, 0),
(33220, 1958, 179, 'Kavalerovo', 442661000, 1350572000, 0),
(33221, 1958, 179, 'Khorol''', 444261100, 1320725000, 0),
(33222, 1958, 179, 'Kirovskiy', 450916700, 1335136100, 0),
(33223, 1958, 179, 'Kraskino', 427113900, 1307794400, 0),
(33224, 1958, 179, 'Lazo', 433816700, 1339013900, 0),
(33225, 1958, 179, 'Lesozavodsk', 454794400, 1334244400, 0),
(33226, 1958, 179, 'Luchegorsk', 464763900, 1342569400, 0),
(33227, 1958, 179, 'Monastyrishche', 441930600, 1324972200, 0),
(33228, 1958, 179, 'Nakhodka', 428333300, 1328947200, 0),
(33229, 1958, 179, 'Ol''ga', 437444400, 1352891700, 0),
(33230, 1958, 179, 'Partizansk', 431258300, 1331338900, 0),
(33231, 1958, 179, 'Plastun', 447561100, 1362938900, 0),
(33232, 1958, 179, 'Pokrovka', 439500000, 1316500000, 0),
(33233, 1958, 179, 'Popova', 429602800, 1317227800, 0),
(33234, 1958, 179, 'Preobrazheniye', 429019400, 1339063900, 0),
(33235, 1958, 179, 'Primorskiy', 430983300, 1315875000, 0),
(33236, 1958, 179, 'Russkiy', 430147200, 1318641700, 0),
(33237, 1958, 179, 'Sergeyevka', 443350000, 1316561100, 0),
(33238, 1958, 179, 'Slavyanka', 428633300, 1313847200, 0),
(33239, 1958, 179, 'Spassk-Dal''niy', 445977800, 1328211100, 0),
(33240, 1958, 179, 'Svetlaya', 465388900, 1383297200, 0),
(33241, 1958, 179, 'Terney', 450502800, 1366091700, 0),
(33242, 1958, 179, 'Trudovoye', 433058300, 1320816700, 0),
(33243, 1958, 179, 'Uglekamensk', 432172200, 1332302800, 0),
(33244, 1958, 179, 'Uglovoye', 433450000, 1321083300, 0),
(33245, 1958, 179, 'Ussuriysk', 438025000, 1320094400, 0),
(33246, 1958, 179, 'Vladivostok', 431056200, 1318735300, 0),
(33247, 1958, 179, 'Vol''no-Nadezhdinskoye', 433833300, 1319916700, 0),
(33248, 1958, 179, 'Volchanets', 429130600, 1327469400, 0),
(33249, 1958, 179, 'Vozdvizhenka', 439000000, 1319500000, 0),
(33250, 1958, 179, 'Vrangel''', 427297200, 1330838900, 0),
(33251, 1958, 179, 'Yakovlevka', 444250000, 1334772200, 0),
(33252, 1958, 179, 'Yaroslavskiy', 441683300, 1322072200, 0),
(33253, 1959, 179, 'Dno', 578277200, 299636800, 0),
(33254, 1959, 179, 'Ostrov', 573439500, 283536800, 0),
(33255, 1959, 179, 'Pechory', 578164200, 276119000, 0),
(33256, 1959, 179, 'Pskov', 578136000, 283496000, 0),
(33257, 1959, 179, 'Seredka', 581583800, 281857600, 0),
(33258, 1959, 179, 'Velikiye Luki', 563400000, 305451700, 0),
(33259, 1959, 179, 'Vybor', 572271600, 291663000, 0),
(33260, 1960, 179, 'Aksay', 472605600, 398705600, 0),
(33261, 1960, 179, 'Azov', 471077900, 394164800, 0),
(33262, 1960, 179, 'Bagayevskaya', 473241100, 403879100, 0),
(33263, 1960, 179, 'Bataysk', 471397500, 397518100, 0),
(33264, 1960, 179, 'Belaya Kalitva', 481858500, 407742400, 0),
(33265, 1960, 179, 'Chaltyr''', 472871600, 394815000, 0),
(33266, 1960, 179, 'Donetsk', 483337200, 399477600, 0),
(33267, 1960, 179, 'Gornyy', 478159200, 402036300, 0),
(33268, 1960, 179, 'Imeni Chkalova', 472813900, 397488900, 0),
(33269, 1960, 179, 'Kagal''nitskaya', 468805600, 401465700, 0),
(33270, 1960, 179, 'Kalinin', 472435100, 395141700, 0),
(33271, 1960, 179, 'Kamenolomni', 476685200, 402051000, 0),
(33272, 1960, 179, 'Kamensk-Shakhtinskiy', 483177900, 402594800, 0),
(33273, 1960, 179, 'Kazanskaya', 497933300, 411466700, 0),
(33274, 1960, 179, 'Kirovskaya', 469748000, 400402000, 0),
(33275, 1960, 179, 'Krasnoyarskaya', 474955000, 421856000, 0),
(33276, 1960, 179, 'Krasyukovskaya', 475522200, 401088500, 0),
(33277, 1960, 179, 'Krym', 473026700, 395165500, 0),
(33278, 1960, 179, 'Kuleshovka', 470780200, 395579400, 0),
(33279, 1960, 179, 'Masalovka', 484037200, 402606400, 0),
(33280, 1960, 179, 'Matveyev Kurgan', 475645000, 388694700, 0),
(33281, 1960, 179, 'Mayskiy', 476960000, 401025900, 0),
(33282, 1960, 179, 'Millerovo', 489226500, 403967300, 0),
(33283, 1960, 179, 'Morozovsk', 483550200, 418262700, 0),
(33284, 1960, 179, 'Novobessergenovka', 471846500, 388462500, 0),
(33285, 1960, 179, 'Novocherkassk', 474177100, 400944700, 0),
(33286, 1960, 179, 'Novoshakhtinsk', 477603700, 399333500, 0),
(33287, 1960, 179, 'Ol''ginskaya', 471874800, 399529100, 0),
(33288, 1960, 179, 'Port-Katon', 468790000, 387560000, 0),
(33289, 1960, 179, 'Proletarsk', 467028900, 417271700, 0),
(33290, 1960, 179, 'Pushkin', 478222830, 401548610, 0),
(33291, 1960, 179, 'Rostov-na-Donu', 472356300, 397121900, 0),
(33292, 1960, 179, 'Samarskoye', 469370000, 396881000, 0),
(33293, 1960, 179, 'Severnyy', 472893600, 397124900, 0),
(33294, 1960, 179, 'Shakhty', 477091100, 402144300, 0),
(33295, 1960, 179, 'Taganrog', 472361700, 388968800, 0),
(33296, 1960, 179, 'Temernik', 472978600, 397449300, 0),
(33297, 1960, 179, 'Tsimlyansk', 476461100, 421019400, 0),
(33298, 1960, 179, 'Volgodonsk', 475136100, 421513900, 0),
(33299, 1960, 179, 'Zernograd', 468451800, 403083400, 0),
(33300, 1961, 179, 'Kasimov', 549411100, 413952800, 0),
(33301, 1961, 179, 'Miloslavskoye', 535815200, 394399200, 0),
(33302, 1961, 179, 'Novomichurinsk', 540384000, 397479000, 0),
(33303, 1961, 179, 'Polyany', 547180100, 398293200, 0),
(33304, 1961, 179, 'Putyatino', 541599800, 411169000, 0),
(33305, 1961, 179, 'Ryazan''', 546269000, 396916000, 0),
(33306, 1961, 179, 'Rybnoye', 547277400, 395173100, 0),
(33307, 1961, 179, 'Syntul', 550032700, 412971000, 0),
(33308, 1962, 179, 'Aleksandrovskaya', 597308300, 303322200, 0),
(33309, 1962, 179, 'Beloostrov', 601511800, 300015100, 0),
(33310, 1962, 179, 'Kolpino', 597506900, 305885600, 0),
(33311, 1962, 179, 'Krasnoye Selo', 597383300, 300894400, 0),
(33312, 1962, 179, 'Kronshtadt', 599936100, 297736100, 0),
(33313, 1962, 179, 'Levashovo', 601036900, 302068300, 0),
(33314, 1962, 179, 'Lisiy Nos', 600168600, 300200800, 0),
(33315, 1962, 179, 'Lomonosov', 599061200, 297725300, 0),
(33316, 1962, 179, 'Metallostroy', 598008300, 305477800, 0),
(33317, 1962, 179, 'Pargolovo', 600869100, 302717900, 0),
(33318, 1962, 179, 'Pavlovsk', 596833300, 304347200, 0),
(33319, 1962, 179, 'Pesochnyy', 601229500, 301640400, 0),
(33320, 1962, 179, 'Petro-Slavyanka', 598022200, 305069400, 0),
(33321, 1962, 179, 'Petrodvorets', 598850000, 298958300, 0),
(33322, 1962, 179, 'Pushkin', 596873300, 303404600, 0),
(33323, 1962, 179, 'Repino', 601721700, 298690800, 0),
(33324, 1962, 179, 'Saint Petersburg', 598944400, 302641700, 0),
(33325, 1962, 179, 'Sestroretsk', 600980200, 299637800, 0),
(33326, 1962, 179, 'Shushary', 598091700, 303816700, 0),
(33327, 1962, 179, 'Strel''na', 598518900, 300361100, 0),
(33328, 1962, 179, 'Tyarlevo', 597005600, 304563900, 0),
(33329, 1962, 179, 'Ust''-Izhora', 598119400, 305813900, 0),
(33330, 1962, 179, 'Zelenogorsk', 601996800, 297018300, 0),
(33331, 1963, 179, 'Aldan', 586030600, 1253894400, 0),
(33332, 1963, 179, 'Lensk', 607252800, 1149277800, 0),
(33333, 1963, 179, 'Mirnyy', 625352800, 1139611100, 0),
(33334, 1963, 179, 'Neryungri', 566709000, 1246491000, 0),
(33335, 1963, 179, 'Tiksi', 716872200, 1288694400, 0),
(33336, 1963, 179, 'Yakutsk', 620338900, 1297330600, 0),
(33337, 1963, 179, 'Zhatay', 621594400, 1298294400, 0),
(33338, 1964, 179, 'Aleksandrovsk-Sakhalinskiy', 508975000, 1421561100, 0),
(33339, 1964, 179, 'Aniva', 467144400, 1425293900, 0),
(33340, 1964, 179, 'Chekhov', 474427800, 1419788900, 0),
(33341, 1964, 179, 'Dolinsk', 473500000, 1428000000, 0),
(33342, 1964, 179, 'Kholmsk', 470511100, 1420569400, 0),
(33343, 1964, 179, 'Korsakov', 466327700, 1427813000, 0),
(33344, 1964, 179, 'Krasnogorsk', 484000000, 1421000000, 0),
(33345, 1964, 179, 'Kuril''sk', 452333300, 1478833300, 0),
(33346, 1964, 179, 'Makarov', 486333300, 1428000000, 0),
(33347, 1964, 179, 'Nevel''sk', 466733300, 1418633300, 0),
(33348, 1964, 179, 'Nogliki', 518333300, 1431666700, 0),
(33349, 1964, 179, 'Okha', 535738900, 1429477800, 0),
(33350, 1964, 179, 'Poronaysk', 492166700, 1431166700, 0),
(33351, 1964, 179, 'Pravda', 469395600, 1420090300, 0),
(33352, 1964, 179, 'Smirnykh', 497500000, 1428333300, 0),
(33353, 1964, 179, 'Tomari', 477658300, 1420683300, 0),
(33354, 1964, 179, 'Uglegorsk', 490833300, 1420333300, 0),
(33355, 1964, 179, 'Vostok', 489166700, 1489000000, 0),
(33356, 1964, 179, 'Yuzhno-Kuril''sk', 440305600, 1458555600, 0),
(33357, 1964, 179, 'Yuzhno-Sakhalinsk', 469581200, 1427336600, 0),
(33358, 1965, 179, 'Bogatyr''', 534298000, 499455000, 0),
(33359, 1965, 179, 'Chapayevsk', 529771000, 497086000, 0),
(33360, 1965, 179, 'Kinel''', 532333300, 506500000, 0),
(33361, 1965, 179, 'Mezhdurechensk', 532665000, 491116000, 0),
(33362, 1965, 179, 'Otradnyy', 533759600, 513452000, 0),
(33363, 1965, 179, 'Podstepki', 535151000, 491355000, 0),
(33364, 1965, 179, 'Pokhvistnevo', 536523700, 521273800, 0),
(33365, 1965, 179, 'Povolzhskiy', 535854000, 497629000, 0),
(33366, 1965, 179, 'Rozhdestveno', 532374500, 500597100, 0),
(33367, 1965, 179, 'Samara', 532000000, 501500000, 0),
(33368, 1965, 179, 'Shentala', 544500000, 514833300, 0),
(33369, 1965, 179, 'Smyshlyayevka', 532391300, 503907200, 0),
(33370, 1965, 179, 'Spiridonovka', 530924800, 506462100, 0),
(33371, 1965, 179, 'Surgut', 539249800, 512034800, 0),
(33372, 1965, 179, 'Syzran''', 531585000, 484681000, 0),
(33373, 1965, 179, 'Tolyatti', 535303000, 493461000, 0),
(33374, 1965, 179, 'Volzhskiy', 534333300, 501333300, 0),
(33375, 1965, 179, 'Zhigulevsk', 533997200, 494952800, 0),
(33376, 1966, 179, 'Atkarsk', 518718500, 450077500, 0),
(33377, 1966, 179, 'Balakovo', 520278200, 478007000, 0),
(33378, 1966, 179, 'Balashov', 515502000, 431667000, 0),
(33379, 1966, 179, 'Baltay', 524652500, 466308100, 0),
(33380, 1966, 179, 'Engel''s', 515000000, 461166700, 0),
(33381, 1966, 179, 'Ivanteyevka', 522667000, 491055000, 0),
(33382, 1966, 179, 'Krasnoarmeysk', 510238900, 456969400, 0),
(33383, 1966, 179, 'Krasnyy Kut', 509500000, 469666700, 0),
(33384, 1966, 179, 'Marks', 517111100, 467486100, 0),
(33385, 1966, 179, 'Novouzensk', 504591700, 481430600, 0),
(33386, 1966, 179, 'Pushkino', 512333300, 469833300, 0),
(33387, 1966, 179, 'Saratov', 515666700, 460333300, 0),
(33388, 1966, 179, 'Sennoy', 521509000, 469630900, 0),
(33389, 1966, 179, 'Shikhany', 521166700, 472166700, 0),
(33390, 1966, 179, 'Sokolovyy', 515685700, 458331200, 0),
(33391, 1966, 179, 'Vol''sk', 520333300, 473833300, 0),
(33392, 1967, 179, 'Desnogorsk', 541507700, 332815100, 0),
(33393, 1967, 179, 'Gagarin', 555529100, 349953700, 0),
(33394, 1967, 179, 'Safonovo', 551500000, 332166700, 0),
(33395, 1967, 179, 'Smolensk', 547818000, 320401000, 0),
(33396, 1967, 179, 'Ugra', 547777500, 343267400, 0),
(33397, 1967, 179, 'Verkhnedneprovskiy', 549813100, 333457300, 0),
(33398, 1967, 179, 'Vyaz''ma', 552103900, 342950800, 0),
(33399, 1967, 179, 'Yartsevo', 550666700, 326963900, 0),
(33400, 1968, 179, 'Aleksandrovskoye', 447141700, 430008300, 0),
(33401, 1968, 179, 'Blagodarnyy', 450977800, 434363900, 0),
(33402, 1968, 179, 'Budennovsk', 447838900, 441658300, 0),
(33403, 1968, 179, 'Georgiyevsk', 441519400, 434697200, 0),
(33404, 1968, 179, 'Goryachevodskiy', 440236100, 430922200, 0),
(33405, 1968, 179, 'Ipatovo', 457180600, 429036100, 0),
(33406, 1968, 179, 'Kislovodsk', 439133300, 427208300, 0),
(33407, 1968, 179, 'Kochubeyevskoye', 446441700, 418452800, 0),
(33408, 1968, 179, 'Kurskaya', 440500000, 444500000, 0),
(33409, 1968, 179, 'Lermontov', 441066700, 429733300, 0),
(33410, 1968, 179, 'Mikhaylovsk', 451283300, 420255600, 0),
(33411, 1968, 179, 'Moskovskoye', 452842000, 419103000, 0),
(33412, 1968, 179, 'Nevinnomyssk', 446333000, 419444000, 0),
(33413, 1968, 179, 'Nezhinskiy', 439283300, 426855600, 0),
(33414, 1968, 179, 'Nezlobnaya', 441180600, 434027800, 0),
(33415, 1968, 179, 'Novopavlovsk', 439622200, 436341700, 0),
(33416, 1968, 179, 'Novoselitskoye', 447508300, 434369400, 0),
(33417, 1968, 179, 'Novozavedennoye', 442627800, 436380600, 0),
(33418, 1968, 179, 'Pyatigorsk', 440486100, 430594400, 0),
(33419, 1968, 179, 'Sovetskaya', 440266700, 440500000, 0),
(33420, 1968, 179, 'Stavropol''', 450428000, 419734000, 0),
(33421, 1968, 179, 'Suvorovskaya', 441901000, 426595000, 0),
(33422, 1968, 179, 'Svetlograd', 453352800, 428547200, 0),
(33423, 1968, 179, 'Svobody', 440255600, 430502800, 0),
(33424, 1968, 179, 'Tatarka', 449589000, 419517100, 0),
(33425, 1968, 179, 'Tishchenskoye', 454605600, 416738200, 0),
(33426, 1968, 179, 'Yessentuki', 440444400, 428605600, 0),
(33427, 1968, 179, 'Yessentukskaya', 440328000, 428813000, 0),
(33428, 1968, 179, 'Zheleznovodsk', 441394400, 430197200, 0),
(33429, 1969, 179, 'Aramil''', 566977000, 608369000, 0),
(33430, 1969, 179, 'Artemovskiy', 573555000, 618686500, 0),
(33431, 1969, 179, 'Asbest', 570099300, 614577600, 0),
(33432, 1969, 179, 'Baranchinskiy', 581617000, 596991000, 0),
(33433, 1969, 179, 'Beloyarskiy', 567584000, 614143000, 0),
(33434, 1969, 179, 'Berezovskiy', 569083000, 608019000, 0),
(33435, 1969, 179, 'Bulanash', 572782500, 619965000, 0),
(33436, 1969, 179, 'Cheremukhovo', 603484200, 599850700, 0),
(33437, 1969, 179, 'Degtyarsk', 567040000, 600879000, 0),
(33438, 1969, 179, 'Irbit', 576705200, 630710000, 0),
(33439, 1969, 179, 'Istok', 567908600, 607788900, 0),
(33440, 1969, 179, 'Izumrud', 570788200, 613993200, 0),
(33441, 1969, 179, 'Kachkanar', 586999900, 594948200, 0),
(33442, 1969, 179, 'Kamensk-Ural''skiy', 564185000, 619329000, 0),
(33443, 1969, 179, 'Karpinsk', 597654000, 600085000, 0),
(33444, 1969, 179, 'Kedrovoye', 571576000, 605698000, 0),
(33445, 1969, 179, 'Kirovgrad', 574297200, 600597200, 0),
(33446, 1969, 179, 'Krasnogvardeyskiy', 573792800, 623195200, 0),
(33447, 1969, 179, 'Krasnotur''insk', 597666000, 602086000, 0),
(33448, 1969, 179, 'Krasnoufimsk', 566058500, 577668600, 0),
(33449, 1969, 179, 'Krasnoural''sk', 583638000, 600407000, 0),
(33450, 1969, 179, 'Kushva', 582905600, 597591700, 0),
(33451, 1969, 179, 'Lesnoy', 576198000, 630784000, 0),
(33452, 1969, 179, 'Malysheva', 571185100, 614034500, 0),
(33453, 1969, 179, 'Martyush', 564000000, 618819400, 0),
(33454, 1969, 179, 'Mikhaylovsk', 564358300, 591200000, 0),
(33455, 1969, 179, 'Neyvo-Rudyanka', 573444000, 601343000, 0),
(33456, 1969, 179, 'Nikolo-Pavlovskoye', 577830600, 600577800, 0),
(33457, 1969, 179, 'Nizhniy Tagil', 579194400, 599650000, 0),
(33458, 1969, 179, 'Nizhnyaya Salda', 580775600, 607202000, 0),
(33459, 1969, 179, 'Nizhnyaya Tura', 586293000, 598118000, 0),
(33460, 1969, 179, 'Novoural''sk', 572438900, 600838900, 0),
(33461, 1969, 179, 'Pervoural''sk', 569052800, 599436100, 0),
(33462, 1969, 179, 'Polevskoy', 564422200, 601877800, 0),
(33463, 1969, 179, 'Pyshma', 569522600, 632512900, 0),
(33464, 1969, 179, 'Revda', 568009700, 599302800, 0),
(33465, 1969, 179, 'Rezh', 573700500, 614042800, 0),
(33466, 1969, 179, 'Serov', 596033400, 605787000, 0),
(33467, 1969, 179, 'Severoural''sk', 601532800, 599520500, 0),
(33468, 1969, 179, 'Shchelkun', 563033800, 609483100, 0),
(33469, 1969, 179, 'Shirokaya Rechka', 567985800, 604852200, 0),
(33470, 1969, 179, 'Sos''va', 591766200, 618557900, 0),
(33471, 1969, 179, 'Sovkhoznyy', 567637400, 605493800, 0),
(33472, 1969, 179, 'Sukhoy Log', 569094000, 620296000, 0),
(33473, 1969, 179, 'Svobodnyy', 580397200, 603961100, 0),
(33474, 1969, 179, 'Sysert''', 564952800, 608191700, 0),
(33475, 1969, 179, 'Verkhneye Dubrovo', 567528000, 610468000, 0),
(33476, 1969, 179, 'Verkhniy Tagil', 573733000, 599556000, 0),
(33477, 1969, 179, 'Verkhnyaya Pyshma', 569666700, 605808300, 0),
(33478, 1969, 179, 'Verkhnyaya Salda', 580455600, 605533300, 0),
(33479, 1969, 179, 'Verkhotur''ye', 588627100, 608053600, 0),
(33480, 1969, 179, 'Volchansk', 599378000, 600810000, 0),
(33481, 1969, 179, 'Yekaterinburg', 568575000, 606125000, 0),
(33482, 1969, 179, 'Zarechnyy', 568110000, 613254000, 0),
(33483, 1969, 179, 'Zyuzel''skiy', 564856000, 601331000, 0),
(33484, 1970, 179, 'Donskoye', 527749500, 414775900, 0),
(33485, 1970, 179, 'Komsomolets', 527686000, 412868200, 0),
(33486, 1970, 179, 'Kotovsk', 525886100, 415094400, 0),
(33487, 1970, 179, 'Michurinsk', 528978000, 404907000, 0),
(33488, 1970, 179, 'Muchkapskiy', 518513300, 424717500, 0),
(33489, 1970, 179, 'Novopokrovka', 521331000, 408783000, 0),
(33490, 1970, 179, 'Pokrovo-Prigorodnoye', 526840500, 414175200, 0),
(33491, 1970, 179, 'Satinka', 523792300, 416819200, 0),
(33492, 1970, 179, 'Selezni', 528041500, 412396100, 0),
(33493, 1970, 179, 'Sosnovka', 532369400, 413705600, 0),
(33494, 1970, 179, 'Tambov', 527316700, 414338900, 0),
(33495, 1970, 179, 'Uvarovo', 519848600, 422614700, 0),
(33496, 1970, 179, 'Znamenka', 524167000, 414310800, 0),
(33497, 1971, 179, 'Aktanysh', 557215600, 540829200, 0),
(33498, 1971, 179, 'Al''met''yevsk', 549044200, 523154000, 0),
(33499, 1971, 179, 'Baltasi', 563462000, 502062000, 0),
(33500, 1971, 179, 'Bazarnyye Mataki', 548833300, 499333300, 0),
(33501, 1971, 179, 'Kazan', 557887400, 491221400, 0),
(33502, 1971, 179, 'Kukmor', 561855000, 508944000, 0),
(33503, 1971, 179, 'Laishevo', 554046400, 495503700, 0),
(33504, 1971, 179, 'Leninogorsk', 546025600, 524608700, 0),
(33505, 1971, 179, 'Mamadysh', 557152400, 514079700, 0),
(33506, 1971, 179, 'Naberezhnyye Chelny', 557254500, 524112200, 0),
(33507, 1971, 179, 'Nizhnekamsk', 556365700, 518244700, 0),
(33508, 1971, 179, 'Nurlat', 544276600, 508051100, 0),
(33509, 1971, 179, 'Osinovo', 558809000, 488810000, 0),
(33510, 1971, 179, 'Stolbishche', 556467900, 492159500, 0),
(33511, 1971, 179, 'Vasil''yevo', 558359600, 486582000, 0),
(33512, 1971, 179, 'Vysokaya Gora', 559127800, 493016700, 0),
(33513, 1971, 179, 'Yelabuga', 557612700, 520649300, 0),
(33514, 1971, 179, 'Zainsk', 553195000, 520694200, 0),
(33515, 1971, 179, 'Zelenodol''sk', 558437600, 485178400, 0),
(33516, 1972, 179, 'Asino', 569979000, 861452000, 0),
(33517, 1972, 179, 'Kolpashevo', 583130600, 829088900, 0),
(33518, 1972, 179, 'Seversk', 566005600, 848863900, 0),
(33519, 1972, 179, 'Strezhevoy', 607333000, 775889000, 0),
(33520, 1972, 179, 'Tomsk', 565000000, 849666700, 0),
(33521, 1973, 179, 'Aleksin', 545100000, 370800000, 0),
(33522, 1973, 179, 'Donskoy', 539710600, 383362700, 0),
(33523, 1973, 179, 'Dubna', 541541600, 369617300, 0),
(33524, 1973, 179, 'Dubovka', 539522300, 380627600, 0),
(33525, 1973, 179, 'Kimovsk', 539716400, 385318600, 0),
(33526, 1973, 179, 'Leninskiy', 542780600, 374558300, 0),
(33527, 1973, 179, 'Mendeleyevskiy', 541527800, 375822200, 0),
(33528, 1973, 179, 'Novomoskovsk', 540105000, 382846000, 0),
(33529, 1973, 179, 'Partizan', 539501700, 380980100, 0),
(33530, 1973, 179, 'Tula', 542044400, 376111100, 0),
(33531, 1973, 179, 'Uzlovaya', 539817900, 381711800, 0),
(33532, 1973, 179, 'Venev', 543553300, 382684300, 0),
(33533, 1973, 179, 'Yefremov', 531480600, 380992400, 0),
(33534, 1974, 179, 'Kyzyl', 517000000, 944500000, 0),
(33535, 1975, 179, 'Bezhetsk', 577850600, 366965100, 0),
(33536, 1975, 179, 'Emmaus', 567805500, 361150000, 0),
(33537, 1975, 179, 'Izoplit', 566255800, 362219800, 0),
(33538, 1975, 179, 'Kalyazin', 572402800, 378433300, 0),
(33539, 1975, 179, 'Kashin', 573591700, 376080600, 0),
(33540, 1975, 179, 'Kimry', 568666700, 373500000, 0),
(33541, 1975, 179, 'Konakovo', 567000000, 367666700, 0),
(33542, 1975, 179, 'Redkino', 566475400, 362967400, 0),
(33543, 1975, 179, 'Torzhok', 570436000, 349622100, 0),
(33544, 1975, 179, 'Tver''', 568619400, 358930600, 0),
(33545, 1975, 179, 'Udomlya', 578794400, 349925000, 0),
(33546, 1975, 179, 'Vypolzovo', 578766700, 336986100, 0),
(33547, 1975, 179, 'Vyshniy Volochek', 575912500, 345645300, 0),
(33548, 1976, 179, 'Abalak', 581286100, 685944400, 0),
(33549, 1976, 179, 'Abatskoye', 562874800, 704555300, 0),
(33550, 1976, 179, 'Antipino', 571067900, 657575500, 0),
(33551, 1976, 179, 'Borovskiy', 570409600, 657201800, 0),
(33552, 1976, 179, 'Golyshmanovo', 563979000, 683727900, 0),
(33553, 1976, 179, 'Ishim', 561128100, 694901500, 0),
(33554, 1976, 179, 'Melioratorov', 572106500, 656077400, 0),
(33555, 1976, 179, 'Moskovskiy', 571110800, 654229800, 0),
(33556, 1976, 179, 'Omutinskiy', 564745300, 676708700, 0),
(33557, 1976, 179, 'Tobol''sk', 582000000, 682666700, 0),
(33558, 1976, 179, 'Turtas', 589416700, 691325000, 0),
(33559, 1976, 179, 'Tyumen''', 571522200, 655272200, 0),
(33560, 1976, 179, 'Uporovo', 563109300, 662692600, 0),
(33561, 1976, 179, 'Uvat', 591433300, 688952800, 0),
(33562, 1976, 179, 'Yalutorovsk', 566535800, 663005800, 0),
(33563, 1976, 179, 'Zavodoukovsk', 565042000, 665515300, 0),
(33564, 1977, 179, 'Balezino', 579796300, 530105700, 0),
(33565, 1977, 179, 'Glazov', 581394100, 526584200, 0),
(33566, 1977, 179, 'Igra', 575558300, 530547200, 0),
(33567, 1977, 179, 'Izhevsk', 568500000, 532333300, 0),
(33568, 1977, 179, 'Kama', 563051200, 540936200, 0),
(33569, 1977, 179, 'Karakulino', 560120000, 537066900, 0),
(33570, 1977, 179, 'Khokhryaki', 569156100, 533221000, 0),
(33571, 1977, 179, 'Mozhga', 564446900, 522276300, 0),
(33572, 1977, 179, 'Pirogovo', 567795900, 531495400, 0),
(33573, 1977, 179, 'Sarapul', 564763300, 537978200, 0),
(33574, 1977, 179, 'Votkinsk', 570486500, 539871700, 0),
(33575, 1978, 179, 'Dimitrovgrad', 542138600, 496183800, 0),
(33576, 1978, 179, 'Mirnyy', 543660700, 487293900, 0),
(33577, 1978, 179, 'Nikolayevka', 531257000, 472041000, 0),
(33578, 1978, 179, 'Ul''yanovsk', 543333300, 484000000, 0),
(33579, 1979, 179, 'Aleksandrov', 563951600, 387121600, 0),
(33580, 1979, 179, 'Aleksandrow', 564000000, 387166700, 0),
(33581, 1979, 179, 'Bogolyubovo', 561905200, 405231300, 0),
(33582, 1979, 179, 'Gus''-Khrustal''nyy', 556111300, 406518600, 0),
(33583, 1979, 179, 'Karabanovo', 563166700, 387000000, 0),
(33584, 1979, 179, 'Kirzhach', 561527300, 388550900, 0),
(33585, 1979, 179, 'Kol''chugino', 562992900, 393830400, 0),
(33586, 1979, 179, 'Kommunar', 561122200, 404466600, 0),
(33587, 1979, 179, 'Kovrov', 563572200, 413191700, 0),
(33588, 1979, 179, 'Lakinsk', 560193100, 399484800, 0),
(33589, 1979, 179, 'Murom', 555655600, 420416700, 0),
(33590, 1979, 179, 'Pokrov', 559179700, 391724200, 0),
(33591, 1979, 179, 'Stavrovo', 561331100, 400129500, 0),
(33592, 1979, 179, 'Strunino', 563833300, 385666700, 0),
(33593, 1979, 179, 'Suzdal''', 564227400, 404466800, 0),
(33594, 1979, 179, 'Vladimir', 561365500, 403965800, 0),
(33595, 1979, 179, 'Vyazniki', 562500000, 421666700, 0),
(33596, 1979, 179, 'Yur''yev-Pol''skiy', 565033900, 396791100, 0),
(33597, 1979, 179, 'Zolotkovo', 555281000, 411053000, 0),
(33598, 1980, 179, 'Antipovka', 498299400, 453121600, 0),
(33599, 1980, 179, 'Bereslavka', 486254100, 440449100, 0),
(33600, 1980, 179, 'Gorodishche', 488045400, 444743900, 0),
(33601, 1980, 179, 'Gumrak', 487825500, 443824000, 0),
(33602, 1980, 179, 'Kamyshin', 500983300, 454160100, 0),
(33603, 1980, 179, 'Kotel''nikovo', 476300900, 431406800, 0),
(33604, 1980, 179, 'Krasnoslobodsk', 487070800, 445770200, 0),
(33605, 1980, 179, 'Leninsk', 487023300, 451979800, 0),
(33606, 1980, 179, 'Mikhaylovka', 500600000, 432379000, 0),
(33607, 1980, 179, 'Svetlyy Yar', 484748000, 447809600, 0),
(33608, 1980, 179, 'Uryupinsk', 508047000, 420138000, 0),
(33609, 1980, 179, 'Vodstroy', 488416500, 445579300, 0),
(33610, 1980, 179, 'Volgograd', 487193900, 445018400, 0),
(33611, 1980, 179, 'Volzhskiy', 487858300, 447797300, 0),
(33612, 1980, 179, 'Zhirnovsk', 509844800, 447734700, 0),
(33613, 1981, 179, 'Cherepovets', 591333300, 379000000, 0),
(33614, 1981, 179, 'Sokol', 594616700, 401205600, 0),
(33615, 1981, 179, 'Vologda', 592187000, 398886000, 0),
(33616, 1982, 179, 'Anna', 514842000, 404299000, 0),
(33617, 1982, 179, 'Bobrov', 510961100, 400333300, 0),
(33618, 1982, 179, 'Boguchar', 499357700, 405450000, 0),
(33619, 1982, 179, 'Borisoglebsk', 513671300, 420849400, 0),
(33620, 1982, 179, 'Kamenka', 513223000, 427678000, 0),
(33621, 1982, 179, 'Kolodeznyy', 513333300, 391833300, 0),
(33622, 1982, 179, 'Liski', 509840500, 395154500, 0),
(33623, 1982, 179, 'Maslovka', 515534600, 392357300, 0),
(33624, 1982, 179, 'Nizhnedevitsk', 515419000, 383657000, 0),
(33625, 1982, 179, 'Orlovo', 517539700, 395873100, 0),
(33626, 1982, 179, 'Ostrogozhsk', 508664000, 390756200, 0),
(33627, 1982, 179, 'Pavlovsk', 504577800, 401080600, 0),
(33628, 1982, 179, 'Pridonskoy', 516840600, 390727000, 0),
(33629, 1982, 179, 'Rossosh''', 501982800, 395672600, 0),
(33630, 1982, 179, 'Sloboda', 511421000, 403021000, 0),
(33631, 1982, 179, 'Somovo', 517409800, 393665500, 0),
(33632, 1982, 179, 'Ternovka', 516780300, 416375000, 0),
(33633, 1982, 179, 'Verkhnyaya Khava', 518404500, 399413400, 0),
(33634, 1982, 179, 'Voronezh', 516720400, 391843000, 0),
(33635, 1983, 179, 'Aksarka', 665605600, 677975000, 0),
(33636, 1983, 179, 'Gubkinskiy', 644340000, 765026100, 0),
(33637, 1983, 179, 'Labytnangi', 666572200, 664183300, 0),
(33638, 1983, 179, 'Muravlenko', 637897700, 745230100, 0),
(33639, 1983, 179, 'Nadym', 655333300, 725166700, 0),
(33640, 1983, 179, 'Novyy Urengoy', 660833300, 766333300, 0),
(33641, 1983, 179, 'Noyabr''sk', 631993600, 754506700, 0),
(33642, 1983, 179, 'Purpe', 644802800, 766897200, 0),
(33643, 1983, 179, 'Salekhard', 665300000, 666019400, 0),
(33644, 1983, 179, 'Staryy Nadym', 656118200, 726841700, 0),
(33645, 1983, 179, 'Tarko-Sale', 649225000, 777850000, 0),
(33646, 1983, 179, 'Urengoy', 659666700, 783666700, 0),
(33647, 1984, 179, 'Gavrilov-Yam', 573018500, 398533100, 0),
(33648, 1984, 179, 'Konstantinovskiy', 578300500, 395898900, 0),
(33649, 1984, 179, 'Pereslavl''-Zalesskiy', 567393400, 388562600, 0),
(33650, 1984, 179, 'Rostov', 571914000, 394139400, 0),
(33651, 1984, 179, 'Rybinsk', 580446000, 388425900, 0),
(33652, 1984, 179, 'Semibratovo', 573046100, 395368800, 0),
(33653, 1984, 179, 'Tutayev', 578852900, 395406000, 0),
(33654, 1984, 179, 'Uglich', 575275000, 383316700, 0),
(33655, 1984, 179, 'Volga', 579515700, 383878500, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(33656, 1984, 179, 'Yaroslavl''', 576298700, 398736800, 0),
(33657, 1985, 179, 'Birobidzhan', 488000000, 1329500000, 0),
(33658, 1985, 179, 'Priamurskiy', 485216700, 1349027800, 0),
(33659, 1985, 179, 'Smidovich', 486000000, 1338166700, 0),
(33660, 1986, 179, 'Aginskoye', 511000000, 1145300000, 0),
(33661, 1986, 179, 'Atamanovka', 519300000, 1136300000, 0),
(33662, 1986, 179, 'Borzya', 503833300, 1165166700, 0),
(33663, 1986, 179, 'Chara', 569063900, 1182630600, 0),
(33664, 1986, 179, 'Chernyshevsk', 525243000, 1170174000, 0),
(33665, 1986, 179, 'Chita', 520333300, 1135500000, 0),
(33666, 1986, 179, 'Gazimurskiy Zavod', 515461000, 1183266000, 0),
(33667, 1986, 179, 'Krasnokamensk', 500979000, 1180369000, 0),
(33668, 1986, 179, 'Kuanda', 563161100, 1160805600, 0),
(33669, 1986, 179, 'Mogocha', 537333300, 1197666700, 0),
(33670, 1986, 179, 'Priargunsk', 503691000, 1191012000, 0),
(33671, 1986, 179, 'Shilka', 518500000, 1160333300, 0),
(33672, 1986, 179, 'Smolenka', 521352300, 1134974000, 0),
(33673, 1987, 180, 'Rwamagana', -19487000, 304347000, 0),
(33674, 1988, 180, 'Kigali', -19499500, 300588500, 0),
(33675, 1989, 181, 'Gustavia', 178961800, -628497800, 0),
(33676, 1990, 182, 'Jamestown', -159387200, -57167500, 0),
(33677, 1991, 183, 'Basseterre', 172948400, -627261000, 0),
(33678, 1992, 183, 'Charlestown', 171333300, -626166700, 0),
(33679, 1993, 184, 'Bisee', 140166700, -609666700, 0),
(33680, 1993, 184, 'Castries', 139957000, -610061400, 0),
(33681, 1994, 184, 'Gros Islet', 140666700, -609500000, 0),
(33682, 1995, 184, 'Laborie', 137500000, -609833300, 0),
(33683, 1996, 184, 'Soufriere', 138561600, -610566000, 0),
(33684, 1997, 185, 'Marigot', 180666700, -630833300, 0),
(33685, 1998, 186, 'Miquelon', 470975000, -563813900, 0),
(33686, 1998, 186, 'Saint-Pierre', 467654400, -561694900, 0),
(33687, 1999, 187, 'Georgetown', 132879000, -611302000, 0),
(33688, 2000, 187, 'Kingstown', 131587200, -612247500, 0),
(33689, 2001, 188, 'Apia', -138333300, -1717666600, 0),
(33690, 2002, 189, 'Acquaviva', 439500000, 124166700, 0),
(33691, 2003, 189, 'San Marino', 439333300, 124500000, 0),
(33692, 2004, 189, 'Serravalle', 439500000, 125000000, 0),
(33693, 2005, 190, 'Sao Tome', 3365400, 67273200, 0),
(33694, 2006, 191, 'Al Bahah', 200128800, 414676700, 0),
(33695, 2007, 191, '''Ar''ar', 309753100, 410380800, 0),
(33696, 2007, 191, 'Turayf', 316725200, 386637400, 0),
(33697, 2008, 191, 'Al Qurayyat', 313317600, 373428200, 0),
(33698, 2008, 191, 'Sakaka', 299697400, 402064100, 0),
(33699, 2008, 191, 'Suwayr', 301171300, 403892500, 0),
(33700, 2008, 191, 'Tubarjal', 304998700, 382160300, 0),
(33701, 2009, 191, 'Badr Hunayn', 237829200, 387904700, 0),
(33702, 2009, 191, 'Medina', 244686100, 396141700, 0),
(33703, 2009, 191, 'Sultanah', 244925800, 395857200, 0),
(33704, 2009, 191, 'Yanbu'' al Bahr', 240891200, 380637400, 0),
(33705, 2010, 191, 'Al Bukayriyah', 261442200, 436593300, 0),
(33706, 2010, 191, 'Al Fuwayliq', 264432200, 432534000, 0),
(33707, 2010, 191, 'Ar Rass', 258694400, 434973000, 0),
(33708, 2010, 191, 'Buraydah', 263259900, 439749700, 0),
(33709, 2011, 191, '''Afif', 239065000, 429172400, 0),
(33710, 2011, 191, 'Ad Dawadimi', 245077200, 443923700, 0),
(33711, 2011, 191, 'Ad Dilam', 239914600, 471626600, 0),
(33712, 2011, 191, 'Al Artawiyah', 265052600, 453443700, 0),
(33713, 2011, 191, 'As Sulayyil', 204606700, 455779200, 0),
(33714, 2011, 191, 'Az Zulfi', 262994500, 448154200, 0),
(33715, 2011, 191, 'Hajrat al Khinbish', 277824800, 450367500, 0),
(33716, 2011, 191, 'Marat', 250700700, 454614700, 0),
(33717, 2011, 191, 'Riyadh', 246877300, 467218500, 0),
(33718, 2011, 191, 'Sajir', 251825100, 445996400, 0),
(33719, 2011, 191, 'Shokhaib', 244902300, 462687100, 0),
(33720, 2011, 191, 'Tumayr', 257039300, 458679600, 0),
(33721, 2012, 191, 'Abqaiq', 259371000, 496776100, 0),
(33722, 2012, 191, 'Ad Dammam', 264344200, 501032600, 0),
(33723, 2012, 191, 'Al Awjam', 265632400, 499433100, 0),
(33724, 2012, 191, 'Al Battaliyah', 254333300, 496333300, 0),
(33725, 2012, 191, 'Al Hufuf', 253645700, 495653200, 0),
(33726, 2012, 191, 'Al Jafr', 253769400, 497236100, 0),
(33727, 2012, 191, 'Al Jubayl', 254000000, 496500000, 0),
(33728, 2012, 191, 'Al Khafji', 284390500, 484913200, 0),
(33729, 2012, 191, 'Al Khubar', 262794400, 502083300, 0),
(33730, 2012, 191, 'Al Mubarraz', 254100000, 495808300, 0),
(33731, 2012, 191, 'Al Munayzilah', 253833300, 496666700, 0),
(33732, 2012, 191, 'Al Mutayrifi', 254787900, 495576300, 0),
(33733, 2012, 191, 'Al Qarah', 254166700, 496666700, 0),
(33734, 2012, 191, 'Al Qatif', 265208000, 500245200, 0),
(33735, 2012, 191, 'Al Qaysumah', 283111700, 461272900, 0),
(33736, 2012, 191, 'Al Qurayn', 254833300, 496000000, 0),
(33737, 2012, 191, 'As Saffaniyah', 279708300, 487300000, 0),
(33738, 2012, 191, 'At Taraf', 253627600, 497250400, 0),
(33739, 2012, 191, 'At Tubi', 265577800, 499916700, 0),
(33740, 2012, 191, 'Dhahran', 263032400, 501352800, 0),
(33741, 2012, 191, 'Hafar Al-Batin', 284341670, 459636110, 0),
(33742, 2012, 191, 'Julayjilah', 255000000, 496000000, 0),
(33743, 2012, 191, 'Mulayjah', 272710300, 484241900, 0),
(33744, 2012, 191, 'Rahimah', 267079100, 500619400, 0),
(33745, 2012, 191, 'Safwa', 266498600, 499522300, 0),
(33746, 2012, 191, 'Sayhat', 264852200, 500404600, 0),
(33747, 2012, 191, 'Tarut', 265733200, 500369400, 0),
(33748, 2012, 191, 'Umm as Sahik', 266536100, 499163900, 0),
(33749, 2013, 191, 'Abha', 182163900, 425052800, 0),
(33750, 2013, 191, 'Al Majaridah', 191236100, 419111100, 0),
(33751, 2013, 191, 'An Nimas', 191454700, 421201000, 0),
(33752, 2013, 191, 'Khamis Mushayt', 183063900, 427291700, 0),
(33753, 2013, 191, 'Qal''at Bishah', 200005400, 426052000, 0),
(33754, 2013, 191, 'Tabalah', 199500000, 424000000, 0),
(33755, 2014, 191, 'Hayil', 275218800, 416907300, 0),
(33756, 2015, 191, 'Abu ''Arish', 169688700, 428325100, 0),
(33757, 2015, 191, 'Ad Darb', 177228500, 422526100, 0),
(33758, 2015, 191, 'Al Jaradiyah', 165794600, 429124000, 0),
(33759, 2015, 191, 'Farasan', 167022200, 421183300, 0),
(33760, 2015, 191, 'Jizan', 168891700, 425511100, 0),
(33761, 2015, 191, 'Misliyah', 174598800, 425572000, 0),
(33762, 2015, 191, 'Mizhirah', 168261100, 427333300, 0),
(33763, 2015, 191, 'Sabya', 171495000, 426253700, 0),
(33764, 2015, 191, 'Samitah', 165960100, 429443500, 0),
(33765, 2016, 191, 'Al Hada', 213675300, 402869400, 0),
(33766, 2016, 191, 'Al Jumum', 216169400, 396980600, 0),
(33767, 2016, 191, 'Al Mindak', 201588000, 412833700, 0),
(33768, 2016, 191, 'Al Muwayh', 224333300, 417582900, 0),
(33769, 2016, 191, 'Jeddah', 215169400, 392191700, 0),
(33770, 2016, 191, 'Mecca', 214266700, 398261100, 0),
(33771, 2016, 191, 'Rabigh', 227985600, 390349300, 0),
(33772, 2016, 191, 'Ta''if', 212702800, 404158300, 0),
(33773, 2016, 191, 'Turabah', 212140600, 416331000, 0),
(33774, 2017, 191, 'Najran', 174924000, 441276600, 0),
(33775, 2018, 191, 'Al Wajh', 262455100, 364524800, 0),
(33776, 2018, 191, 'Tabuk', 283833300, 365833300, 0),
(33777, 2018, 191, 'Umm Lajj', 250212600, 372685000, 0),
(33778, 2018, 191, 'Zbe', 273513400, 356901400, 0),
(33779, 2019, 192, 'Dakar', 146937000, -174440600, 0),
(33780, 2019, 192, 'Grand Dakar', 147088900, -174552800, 0),
(33781, 2019, 192, 'Mermoz Boabab', 147064900, -174758100, 0),
(33782, 2019, 192, 'Pikine', 147500000, -174000000, 0),
(33783, 2020, 192, 'Fatick', 143580600, -165858300, 0),
(33784, 2021, 192, 'Kaolack', 141825000, -162533300, 0),
(33785, 2022, 192, 'Kolda', 128833300, -149500000, 0),
(33786, 2023, 192, 'Louga', 156186700, -162243600, 0),
(33787, 2024, 192, 'Matam', 156175000, -133302800, 0),
(33788, 2025, 192, 'Saint-Louis', 160179300, -164896200, 0),
(33789, 2026, 192, 'Tambacounda', 137538900, -137586100, 0),
(33790, 2027, 192, 'Joal-Fadiout', 141666700, -168333300, 0),
(33791, 2027, 192, 'Nguekokh', 145127800, -170050000, 0),
(33792, 2028, 192, 'Ziguinchor', 125833300, -162719400, 0),
(33793, 2029, 193, 'Arangelovac', 443069400, 205600000, 0),
(33794, 2029, 193, 'Badovinci', 447858300, 193713900, 0),
(33795, 2029, 193, 'Bajina Basta', 439708300, 195675000, 0),
(33796, 2029, 193, 'Banovo Polje', 449113900, 194469400, 0),
(33797, 2029, 193, 'Baric', 446522200, 202594400, 0),
(33798, 2029, 193, 'Belegis', 450216700, 203355600, 0),
(33799, 2029, 193, 'Belgrade', 448040100, 204651300, 0),
(33800, 2029, 193, 'Belotic', 448175000, 195477800, 0),
(33801, 2029, 193, 'Beska', 451297200, 200661100, 0),
(33802, 2029, 193, 'Biljaca', 423558300, 217494400, 0),
(33803, 2029, 193, 'Bogatic', 448375000, 194805600, 0),
(33804, 2029, 193, 'Bogosavac', 447188900, 195952800, 0),
(33805, 2029, 193, 'Bor', 440783300, 220952800, 0),
(33806, 2029, 193, 'Cacak', 438913900, 203497200, 0),
(33807, 2029, 193, 'Cuprija', 439275000, 213700000, 0),
(33808, 2029, 193, 'Debeljaca', 450711100, 206000000, 0),
(33809, 2029, 193, 'Drenovac', 448675000, 197094400, 0),
(33810, 2029, 193, 'Glogovac', 440397200, 213163900, 0),
(33811, 2029, 193, 'Gornji Milanovac', 440333300, 204500000, 0),
(33812, 2029, 193, 'Grabovac', 446013900, 201047200, 0),
(33813, 2029, 193, 'Jagodina', 439813900, 212622200, 0),
(33814, 2029, 193, 'Knjazevac', 435648400, 222502300, 0),
(33815, 2029, 193, 'Kragujevac', 440166700, 209166700, 0),
(33816, 2029, 193, 'Kraljevo', 437258300, 206894400, 0),
(33817, 2029, 193, 'Krivaja', 445552800, 196019400, 0),
(33818, 2029, 193, 'Krupanj', 443655600, 193619400, 0),
(33819, 2029, 193, 'Krusevac', 435800000, 213338900, 0),
(33820, 2029, 193, 'Lapovo', 441789400, 210965000, 0),
(33821, 2029, 193, 'Lazarevac', 443853400, 202557000, 0),
(33822, 2029, 193, 'Leskovac', 429980600, 219461100, 0),
(33823, 2029, 193, 'Lesnica', 446525000, 193100000, 0),
(33824, 2029, 193, 'Ljig', 442244400, 202402800, 0),
(33825, 2029, 193, 'Lok', 452158300, 202122200, 0),
(33826, 2029, 193, 'Maglic', 453622200, 195316700, 0),
(33827, 2029, 193, 'Majdanpek', 444277100, 219459600, 0),
(33828, 2029, 193, 'Mala Mostanica', 446461100, 203027800, 0),
(33829, 2029, 193, 'Negotin', 442263900, 225308300, 0),
(33830, 2029, 193, 'Nis', 433247200, 219033300, 0),
(33831, 2029, 193, 'Novi Banovci', 449547200, 202819400, 0),
(33832, 2029, 193, 'Novi Pazar', 431366700, 205122200, 0),
(33833, 2029, 193, 'Obrenovac', 446548600, 202001700, 0),
(33834, 2029, 193, 'Ostruznica', 447283300, 203191700, 0),
(33835, 2029, 193, 'Ovca', 448834900, 205333600, 0),
(33836, 2029, 193, 'Paracin', 438608300, 214077800, 0),
(33837, 2029, 193, 'Pirot', 431530600, 225861100, 0),
(33838, 2029, 193, 'Pozarevac', 446152800, 211825000, 0),
(33839, 2029, 193, 'Prokuplje', 432341700, 215880600, 0),
(33840, 2029, 193, 'Radovnica', 424155600, 222269400, 0),
(33841, 2029, 193, 'Rusanj', 446847700, 204499300, 0),
(33842, 2029, 193, 'Sabac', 447466700, 196900000, 0),
(33843, 2029, 193, 'Smederevo', 446627800, 209300000, 0),
(33844, 2029, 193, 'Smederevska Palanka', 443654800, 209588500, 0),
(33845, 2029, 193, 'Sremcica', 446765300, 203923200, 0),
(33846, 2029, 193, 'Stepojevac', 445127800, 202950000, 0),
(33847, 2029, 193, 'Surcin', 447930600, 202802800, 0),
(33848, 2029, 193, 'Trsic', 445080600, 192688900, 0),
(33849, 2029, 193, 'Trstenik', 436169400, 210025000, 0),
(33850, 2029, 193, 'Ugrinovci', 448783300, 201869400, 0),
(33851, 2029, 193, 'Umka', 446780600, 203047200, 0),
(33852, 2029, 193, 'Uzice', 438586100, 198487800, 0),
(33853, 2029, 193, 'Valjevo', 442751300, 198982100, 0),
(33854, 2029, 193, 'Velika Mostanica', 446633300, 203536100, 0),
(33855, 2029, 193, 'Vladimirci', 446147200, 197852800, 0),
(33856, 2029, 193, 'Vladimirovac', 450330600, 208638900, 0),
(33857, 2029, 193, 'Vranic', 446013900, 203261100, 0),
(33858, 2029, 193, 'Vranje', 425513900, 219002800, 0),
(33859, 2029, 193, 'Vrnjacka Banja', 436166700, 209000000, 0),
(33860, 2029, 193, 'Zajecar', 439035800, 222640500, 0),
(33861, 2029, 193, 'Zemun', 448430600, 204011100, 0),
(33862, 2029, 193, 'Zlatibor', 437168400, 197000300, 0),
(33863, 2029, 193, 'Zujince', 423152800, 217019400, 0),
(33864, 2029, 193, 'Zvecka', 446388900, 201647200, 0),
(33865, 2030, 193, 'Dragash', 420625000, 206533300, 0),
(33866, 2030, 193, 'Ferizaj', 423705600, 211552800, 0),
(33867, 2030, 193, 'Gjilan', 424604500, 214698600, 0),
(33868, 2030, 193, 'Kosovo Polje', 426394400, 210961100, 0),
(33869, 2030, 193, 'Leposavic', 431038900, 208027800, 0),
(33870, 2030, 193, 'Lloqan', 425244400, 202808300, 0),
(33871, 2030, 193, 'Malisevo', 424822200, 207458300, 0),
(33872, 2030, 193, 'Mitrovice', 428833300, 208666700, 0),
(33873, 2030, 193, 'Orahovac', 423994400, 206547200, 0),
(33874, 2030, 193, 'Podujeva', 429105600, 211930600, 0),
(33875, 2030, 193, 'Pristina', 426727200, 211668800, 0),
(33876, 2030, 193, 'Prizren', 422138900, 207397200, 0),
(33877, 2030, 193, 'Shtime', 424330600, 210397200, 0),
(33878, 2030, 193, 'Srbica', 427466700, 207886100, 0),
(33879, 2030, 193, 'Zvecan', 429075000, 208402800, 0),
(33880, 2031, 193, 'Apatin', 456711100, 189847200, 0),
(33881, 2031, 193, 'Backa Palanka', 452508300, 193919400, 0),
(33882, 2031, 193, 'Backa Topola', 458151600, 196318000, 0),
(33883, 2031, 193, 'Backi Petrovac', 453605600, 195916700, 0),
(33884, 2031, 193, 'Backo Gradiste', 455327800, 200283300, 0),
(33885, 2031, 193, 'Barice', 451833300, 210833300, 0),
(33886, 2031, 193, 'Becej', 456163200, 200333100, 0),
(33887, 2031, 193, 'Bela Crkva', 448975000, 214172200, 0),
(33888, 2031, 193, 'Coka', 459425000, 201433300, 0),
(33889, 2031, 193, 'Crna Bara', 448736100, 193947200, 0),
(33890, 2031, 193, 'Despotovo', 454577800, 195247200, 0),
(33891, 2031, 193, 'Ecka', 453186100, 204427800, 0),
(33892, 2031, 193, 'Ingija', 450491700, 200791700, 0),
(33893, 2031, 193, 'Kanjiza', 460666700, 200500000, 0),
(33894, 2031, 193, 'Kikinda', 458297200, 204652800, 0),
(33895, 2031, 193, 'Kisac', 453502800, 197286100, 0),
(33896, 2031, 193, 'Klek', 454219400, 204800000, 0),
(33897, 2031, 193, 'Kovacica', 451116700, 206213900, 0),
(33898, 2031, 193, 'Kovilj', 452277800, 200216700, 0),
(33899, 2031, 193, 'Kovin', 447475000, 209761100, 0),
(33900, 2031, 193, 'Lazarevo', 453883300, 205388900, 0),
(33901, 2031, 193, 'Mol', 457641700, 201311100, 0),
(33902, 2031, 193, 'Neuzina', 453441700, 207122200, 0),
(33903, 2031, 193, 'Novi Knezevac', 460500000, 201000000, 0),
(33904, 2031, 193, 'Novi Sad', 452516700, 198369400, 0),
(33905, 2031, 193, 'Novo Milosevo', 457216700, 203030600, 0),
(33906, 2031, 193, 'Novo Selo', 446705600, 193441700, 0),
(33907, 2031, 193, 'Padej', 458288900, 201661100, 0),
(33908, 2031, 193, 'Pancevo', 448708300, 206402800, 0),
(33909, 2031, 193, 'Petrovaradin', 452466700, 198794400, 0),
(33910, 2031, 193, 'Plandiste', 452272200, 211216700, 0),
(33911, 2031, 193, 'Prigrevica', 456786100, 190866700, 0),
(33912, 2031, 193, 'Ruma', 450080600, 198222200, 0),
(33913, 2031, 193, 'Sajan', 458444400, 202783300, 0),
(33914, 2031, 193, 'Senta', 459275000, 200772200, 0),
(33915, 2031, 193, 'Sombor', 457741700, 191122200, 0),
(33916, 2031, 193, 'Sonta', 455947200, 190980600, 0),
(33917, 2031, 193, 'Sremska Mitrovica', 449763900, 196122200, 0),
(33918, 2031, 193, 'Stara Pazova', 449850000, 201608300, 0),
(33919, 2031, 193, 'Subotica', 461000000, 196666700, 0),
(33920, 2031, 193, 'Titel', 452061100, 202944400, 0),
(33921, 2031, 193, 'Veternik', 452533300, 197594400, 0),
(33922, 2031, 193, 'Vojvoda Stepa', 456808300, 206541700, 0),
(33923, 2031, 193, 'Vrbas', 455713900, 196408300, 0),
(33924, 2031, 193, 'Vrsac', 451166700, 213036100, 0),
(33925, 2031, 193, 'Zabalj', 453722200, 200638900, 0),
(33926, 2031, 193, 'Zitiste', 454850000, 205497200, 0),
(33927, 2031, 193, 'Zrenjanin', 453836100, 203819400, 0),
(33928, 2032, 194, 'Victoria', -46166700, 554500000, 0),
(33929, 2033, 195, 'Daru', 79919400, -108405600, 0),
(33930, 2034, 195, 'Freetown', 84840000, -132299400, 0),
(33931, 2035, 196, 'Singapore', 12896700, 1038500700, 0),
(33934, 2037, 198, 'Banska Bystrica', 487394600, 191534900, 0),
(33935, 2037, 198, 'Banska Stiavnica', 484485800, 189100300, 0),
(33936, 2037, 198, 'Brezno', 488043100, 196363100, 0),
(33937, 2037, 198, 'Detva', 485608200, 194195400, 0),
(33938, 2037, 198, 'Hrinova', 485778700, 195257400, 0),
(33939, 2037, 198, 'Kremnica', 487051900, 189183400, 0),
(33940, 2037, 198, 'Krupina', 483554000, 190647400, 0),
(33941, 2037, 198, 'Lucenec', 483324900, 196670800, 0),
(33942, 2037, 198, 'Nova Bana', 484230500, 186403700, 0),
(33943, 2037, 198, 'Poltar', 484309400, 197940800, 0),
(33944, 2037, 198, 'Rimavska Sobota', 483828400, 200224000, 0),
(33945, 2037, 198, 'Tisovec', 486773800, 199436400, 0),
(33946, 2037, 198, 'Zarnovica', 484812400, 187156500, 0),
(33947, 2037, 198, 'Ziar nad Hronom', 485918400, 188495800, 0),
(33948, 2037, 198, 'Zvolen', 485744200, 191532400, 0),
(33949, 2038, 198, 'Bratislava', 481481600, 171067400, 0),
(33950, 2038, 198, 'Malacky', 484360400, 170218800, 0),
(33951, 2038, 198, 'Modra', 483339700, 173071100, 0),
(33952, 2038, 198, 'Pezinok', 482898600, 172666400, 0),
(33953, 2038, 198, 'Senec', 482195100, 174004300, 0),
(33954, 2038, 198, 'Stupava', 482747400, 170317300, 0),
(33955, 2038, 198, 'Svaty Jur', 482521600, 172153900, 0),
(33956, 2039, 198, 'Cierna nad Tisou', 484170400, 220886500, 0),
(33957, 2039, 198, 'Dobsina', 488207300, 203698800, 0),
(33958, 2039, 198, 'Gelnica', 488558400, 209371200, 0),
(33959, 2039, 198, 'Kosice', 487139500, 212580800, 0),
(33960, 2039, 198, 'Krompachy', 489144700, 208751400, 0),
(33961, 2039, 198, 'Michalovce', 487543400, 219195000, 0),
(33962, 2039, 198, 'Moldava nad Bodvou', 486142800, 209995700, 0),
(33963, 2039, 198, 'Roznava', 486600800, 205375800, 0),
(33964, 2039, 198, 'Secovce', 487007400, 216610400, 0),
(33965, 2039, 198, 'Sobrance', 487445500, 221813600, 0),
(33966, 2039, 198, 'Spisska Nova Ves', 489446400, 205615400, 0),
(33967, 2039, 198, 'Strazske', 488735000, 218366800, 0),
(33968, 2039, 198, 'Trebisov', 486285800, 217195400, 0),
(33969, 2039, 198, 'Vinne', 488096500, 219675700, 0),
(33970, 2040, 198, 'Banovce nad Bebravou', 487213000, 182575400, 0),
(33971, 2040, 198, 'Bojnice', 487851100, 185864000, 0),
(33972, 2040, 198, 'Cachtice', 487122600, 177870400, 0),
(33973, 2040, 198, 'Dubnica nad Vahom', 489598100, 181663400, 0),
(33974, 2040, 198, 'Handlova', 487276000, 187601200, 0),
(33975, 2040, 198, 'Hurbanovo', 478698400, 181923300, 0),
(33976, 2040, 198, 'Ilava', 489976900, 182353000, 0),
(33977, 2040, 198, 'Kolarovo', 479229400, 179846700, 0),
(33978, 2040, 198, 'Komarno', 477635600, 181226300, 0),
(33979, 2040, 198, 'Levice', 482156300, 186070500, 0),
(33980, 2040, 198, 'Nitra', 483076300, 180845300, 0),
(33981, 2040, 198, 'Novaky', 487110600, 185338900, 0),
(33982, 2040, 198, 'Nove Zamky', 479854400, 181619500, 0),
(33983, 2040, 198, 'Partizanske', 486286100, 183845600, 0),
(33984, 2040, 198, 'Povazska Bystrica', 491215300, 184216900, 0),
(33985, 2040, 198, 'Prievidza', 487744600, 186275000, 0),
(33986, 2040, 198, 'Puchov', 491249400, 183259600, 0),
(33987, 2040, 198, 'Sahy', 480740800, 189494600, 0),
(33988, 2040, 198, 'Sellye', 481512700, 178806200, 0),
(33989, 2040, 198, 'Sturovo', 477949500, 187175000, 0),
(33990, 2040, 198, 'Surany', 480861300, 181844700, 0),
(33991, 2040, 198, 'Tlmace', 482892600, 185315200, 0),
(33992, 2040, 198, 'Trencianske Teplice', 489106300, 181669100, 0),
(33993, 2040, 198, 'Vrable', 482437100, 183084600, 0),
(33994, 2040, 198, 'Zeliezovce', 480507500, 186542100, 0),
(33995, 2040, 198, 'Zlate Moravce', 483855300, 184006300, 0),
(33996, 2041, 198, 'Bardejov', 492917500, 212727100, 0),
(33997, 2041, 198, 'Chlmec', 488862800, 219393000, 0),
(33998, 2041, 198, 'Giraltovce', 491139800, 215173100, 0),
(33999, 2041, 198, 'Humenne', 489370700, 219162500, 0),
(34000, 2041, 198, 'Kezmarok', 491357000, 204335200, 0),
(34001, 2041, 198, 'Levoca', 490217300, 205921200, 0),
(34002, 2041, 198, 'Lipany', 491537600, 209638200, 0),
(34003, 2041, 198, 'Medzilaborce', 492719500, 219007300, 0),
(34004, 2041, 198, 'Poprad', 490614400, 202979800, 0),
(34005, 2041, 198, 'Presov', 489983900, 212339300, 0),
(34006, 2041, 198, 'Sabinov', 491030800, 210988000, 0),
(34007, 2041, 198, 'Snina', 489885700, 221509900, 0),
(34008, 2041, 198, 'Spisska Bela', 491872500, 204594800, 0),
(34009, 2041, 198, 'Stara lubovna', 492985900, 206862000, 0),
(34010, 2041, 198, 'Strba', 490591300, 200797500, 0),
(34011, 2041, 198, 'Stropkov', 492021100, 216521600, 0),
(34012, 2041, 198, 'Svidnik', 493081900, 215703000, 0),
(34013, 2041, 198, 'Vranov nad Topl''ou', 488883600, 216847900, 0),
(34014, 2041, 198, 'Vysoke Tatry', 491363700, 202438600, 0),
(34015, 2041, 198, 'Zdiar', 492710000, 202623900, 0),
(34016, 2042, 198, 'Myjava', 487587600, 175686600, 0),
(34017, 2042, 198, 'Nova Dubnica', 489347900, 181463200, 0),
(34018, 2042, 198, 'Nove Mesto nad Vahom', 487576300, 178309000, 0),
(34019, 2042, 198, 'Trencin', 488945200, 180443600, 0),
(34020, 2043, 198, 'Dunajska Streda', 479926800, 176121100, 0),
(34021, 2043, 198, 'Galanta', 481900100, 177274700, 0),
(34022, 2043, 198, 'Gbely', 487180000, 171162800, 0),
(34023, 2043, 198, 'Hlohovec', 484317400, 178031000, 0),
(34024, 2043, 198, 'Leopoldov', 484457500, 177645800, 0),
(34025, 2043, 198, 'Piestany', 485947900, 178259100, 0),
(34026, 2043, 198, 'Samorin', 480301500, 173097200, 0),
(34027, 2043, 198, 'Senica', 486792200, 173669700, 0),
(34028, 2043, 198, 'Skalica', 488449000, 172263500, 0),
(34029, 2043, 198, 'Sladkovicovo', 482013700, 176385200, 0),
(34030, 2043, 198, 'Trnava', 483774000, 175872300, 0),
(34031, 2043, 198, 'Vel''ky Meder', 478579800, 177688400, 0),
(34032, 2043, 198, 'Vrbove', 486197300, 177226000, 0),
(34033, 2044, 198, 'Bytca', 492240400, 185587800, 0),
(34034, 2044, 198, 'Cadca', 494350300, 187889500, 0),
(34035, 2044, 198, 'Dolny Kubin', 492098300, 193034100, 0),
(34036, 2044, 198, 'Kysucke Nove Mesto', 493000000, 187833300, 0),
(34037, 2044, 198, 'Liptovsky Hradok', 490396200, 197233500, 0),
(34038, 2044, 198, 'Liptovsky Mikulas', 490806100, 196221800, 0),
(34039, 2044, 198, 'Martin', 490665100, 189239900, 0),
(34040, 2044, 198, 'Namestovo', 494079000, 194803200, 0),
(34041, 2044, 198, 'Oravska Lesna', 493667200, 191809300, 0),
(34042, 2044, 198, 'Rajec', 490889800, 186400700, 0),
(34043, 2044, 198, 'Ruzomberok', 490748000, 193075100, 0),
(34044, 2044, 198, 'Trstena', 493610100, 196124900, 0),
(34045, 2044, 198, 'Turzovka', 494042900, 186225800, 0),
(34046, 2044, 198, 'Tvrdosin', 493370000, 195560000, 0),
(34047, 2044, 198, 'Vrutky', 491132800, 189171400, 0),
(34048, 2044, 198, 'Zilina', 492231500, 187394100, 0),
(34049, 2045, 199, 'Ajdovscina', 458860100, 139094600, 0),
(34050, 2045, 199, 'Beltinci', 466052800, 162405600, 0),
(34051, 2046, 199, 'Bled', 463691700, 141136100, 0),
(34052, 2046, 199, 'Podhom', 464000000, 141000000, 0),
(34053, 2047, 199, 'Bohinjska Bistrica', 462721600, 139535000, 0),
(34054, 2047, 199, 'Rence', 458900000, 136686100, 0),
(34055, 2048, 199, 'Borovnica', 459158300, 143630600, 0),
(34056, 2049, 199, 'Bovec', 463375000, 135527800, 0),
(34057, 2050, 199, 'Brezice', 459033300, 155911100, 0),
(34058, 2051, 199, 'Brezovica', 460333300, 144000000, 0),
(34059, 2052, 199, 'Celje', 462309200, 152604400, 0),
(34060, 2053, 199, 'Cerknica', 457930600, 143625000, 0),
(34061, 2054, 199, 'Crnomelj', 455711100, 151888900, 0),
(34062, 2055, 199, 'Crna na Koroskem', 464704500, 148500900, 0),
(34063, 2056, 199, 'Dob', 461519400, 146286100, 0),
(34064, 2056, 199, 'Domzale', 461377400, 145937100, 0),
(34065, 2056, 199, 'Radomlje', 461736100, 146122200, 0),
(34066, 2057, 199, 'Dravograd', 465880600, 150191700, 0),
(34067, 2058, 199, 'Gornja Radgona', 466733300, 159922200, 0),
(34068, 2059, 199, 'Grosuplje', 459555600, 146588900, 0),
(34069, 2060, 199, 'Radizel', 464744400, 156558300, 0),
(34070, 2061, 199, 'Horjul', 460236100, 142991700, 0),
(34071, 2062, 199, 'Hrastnik', 461461100, 150813900, 0),
(34072, 2063, 199, 'Idrija', 460027800, 140305600, 0),
(34073, 2063, 199, 'Spodnja Idrija', 460319400, 140272200, 0),
(34074, 2064, 199, 'Ig', 459602800, 145288900, 0),
(34075, 2065, 199, 'Ilirska Bistrica', 455697200, 142408300, 0),
(34076, 2066, 199, 'Vir pri Sticni', 459525000, 148177800, 0),
(34077, 2067, 199, 'Izola', 455369400, 136619400, 0),
(34078, 2067, 199, 'Jagodje', 455322200, 136550000, 0),
(34079, 2068, 199, 'Jesenice', 464305600, 140669400, 0),
(34080, 2068, 199, 'Koroska-Bela', 464302800, 141033300, 0),
(34081, 2069, 199, 'Kamnik', 462258700, 146120700, 0),
(34082, 2069, 199, 'Mekinje', 462333300, 146166700, 0),
(34083, 2069, 199, 'Smarca', 461933300, 145966700, 0),
(34084, 2070, 199, 'Kidricevo', 464036100, 157911100, 0),
(34085, 2071, 199, 'Kobarid', 462480600, 135772200, 0),
(34086, 2072, 199, 'Kocevje', 456433300, 148633300, 0),
(34087, 2073, 199, 'Ankaran', 455786100, 137361100, 0),
(34088, 2073, 199, 'Dekani', 455497200, 138136100, 0),
(34089, 2073, 199, 'Koper', 455469400, 137294400, 0),
(34090, 2074, 199, 'Britof', 462602400, 143903700, 0),
(34091, 2074, 199, 'Golnik', 463333300, 143333300, 0),
(34092, 2074, 199, 'Kokrica', 462702800, 143611100, 0),
(34093, 2074, 199, 'Kranj', 462388700, 143556100, 0),
(34094, 2075, 199, 'Kranjska Gora', 464838900, 137894400, 0),
(34095, 2075, 199, 'Mojstrana', 464611100, 139369400, 0),
(34096, 2076, 199, 'Krsko', 459591500, 154916700, 0),
(34097, 2076, 199, 'Senovo', 460236100, 154769400, 0),
(34098, 2077, 199, 'Lasko', 461546300, 152355500, 0),
(34099, 2078, 199, 'Lenart v Slovenskih Goricah', 465761100, 158313900, 0),
(34100, 2079, 199, 'Lendava', 465649400, 164509100, 0),
(34101, 2080, 199, 'Litija', 460586100, 148225000, 0),
(34102, 2081, 199, 'Ljubljana', 460510800, 145051300, 0),
(34103, 2082, 199, 'Ljutomer', 465208300, 161975000, 0),
(34104, 2083, 199, 'Logatec', 459144400, 142258300, 0),
(34105, 2084, 199, 'Lovrenc na Pohorju', 465405600, 153930600, 0),
(34106, 2085, 199, 'Brestrnica', 465697200, 155750000, 0),
(34107, 2085, 199, 'Kamnica', 465744400, 156141700, 0),
(34108, 2085, 199, 'Maribor', 465547200, 156466700, 0),
(34109, 2085, 199, 'Pekre', 465472200, 155955600, 0),
(34110, 2085, 199, 'Razvanje', 465144400, 156361100, 0),
(34111, 2086, 199, 'Medvode', 461333300, 144333300, 0),
(34112, 2087, 199, 'Menges', 461669400, 145750000, 0),
(34113, 2088, 199, 'Mezica', 465213900, 148544400, 0),
(34114, 2089, 199, 'Miklavz na Dravskem Polju', 465058300, 156972200, 0),
(34115, 2090, 199, 'Mislinja', 464411100, 151955600, 0),
(34116, 2091, 199, 'Mozirje', 463394400, 149633300, 0),
(34117, 2092, 199, 'Bakovci', 466188900, 161502800, 0),
(34118, 2092, 199, 'Murska Sobota', 466625000, 161663900, 0),
(34119, 2092, 199, 'Rakican', 466516700, 162041700, 0),
(34120, 2093, 199, 'Muta', 466113900, 151661100, 0),
(34121, 2094, 199, 'Kromberk', 459608300, 136655600, 0),
(34122, 2094, 199, 'Nova Gorica', 459560400, 136483700, 0),
(34123, 2094, 199, 'Sempas', 459302800, 137436100, 0),
(34124, 2094, 199, 'Solkan', 459713900, 136494400, 0),
(34125, 2095, 199, 'Novo Mesto', 458039700, 151688600, 0),
(34126, 2096, 199, 'Odranci', 465866700, 162802800, 0),
(34127, 2097, 199, 'Ormoz', 464113900, 161544400, 0),
(34128, 2098, 199, 'Lucija', 455052600, 136024000, 0),
(34129, 2098, 199, 'Piran', 455277800, 135705600, 0),
(34130, 2098, 199, 'Portoroz', 455142900, 135920600, 0),
(34131, 2099, 199, 'Poljcane', 463119400, 155791700, 0),
(34132, 2100, 199, 'Polzela', 462833300, 150666700, 0),
(34133, 2101, 199, 'Postojna', 457769400, 142166700, 0),
(34134, 2102, 199, 'Prevalje', 465469400, 149208300, 0),
(34135, 2103, 199, 'Ptuj', 464200500, 158701800, 0),
(34136, 2104, 199, 'Race', 464519400, 156813900, 0),
(34137, 2105, 199, 'Radece', 460680600, 151838900, 0),
(34138, 2106, 199, 'Radenci', 466420100, 160378100, 0),
(34139, 2107, 199, 'Radlje ob Dravi', 466141700, 152263900, 0),
(34140, 2108, 199, 'Radovljica', 463444400, 141744400, 0),
(34141, 2109, 199, 'Kotlje', 465213900, 149869400, 0),
(34142, 2110, 199, 'Ribnica', 457386100, 147275000, 0),
(34143, 2111, 199, 'Rogaska Slatina', 462375000, 156397200, 0),
(34144, 2112, 199, 'Ruse', 465394400, 155158300, 0),
(34145, 2113, 199, 'Sempeter pri Gorici', 459275000, 136411100, 0),
(34146, 2113, 199, 'Vrtojba', 459125000, 136341700, 0),
(34147, 2114, 199, 'Sencur', 462455600, 144197200, 0),
(34148, 2115, 199, 'Sentilj', 466816700, 156480600, 0),
(34149, 2116, 199, 'Sentjur', 462172200, 153975000, 0),
(34150, 2117, 199, 'Sevnica', 460077800, 153155600, 0),
(34151, 2118, 199, 'Sezana', 457092400, 138733300, 0),
(34152, 2119, 199, 'Skofja Loka', 461655100, 143062600, 0),
(34153, 2120, 199, 'Skofljica', 459833300, 145766700, 0),
(34154, 2121, 199, 'Slovenj Gradec', 465102800, 150805600, 0),
(34155, 2122, 199, 'Pragersko', 463966700, 156600000, 0),
(34156, 2122, 199, 'Slovenska Bistrica', 463927800, 155744400, 0),
(34157, 2123, 199, 'Slovenske Konjice', 463366700, 154258300, 0),
(34158, 2124, 199, 'Ravne', 463916700, 150422200, 0),
(34159, 2124, 199, 'Sostanj', 463800000, 150486100, 0),
(34160, 2125, 199, 'Store', 462208300, 153138900, 0),
(34161, 2126, 199, 'Straza', 457800000, 150727800, 0),
(34162, 2127, 199, 'Tolmin', 461830400, 137332100, 0),
(34163, 2128, 199, 'Trbovlje', 461550000, 150533300, 0),
(34164, 2129, 199, 'Mirna', 459552800, 150619400, 0),
(34165, 2129, 199, 'Ravne', 459625000, 150127800, 0),
(34166, 2129, 199, 'Trebnje', 459041700, 150216700, 0),
(34167, 2130, 199, 'Trzic', 463635700, 143104600, 0),
(34168, 2131, 199, 'Trzin', 461333300, 145666700, 0),
(34169, 2132, 199, 'Turnisce', 466277800, 163202800, 0),
(34170, 2133, 199, 'Velenje', 463591700, 151102800, 0),
(34171, 2134, 199, 'Vipava', 458466700, 139630600, 0),
(34172, 2135, 199, 'Vodice', 461898700, 144949200, 0),
(34173, 2136, 199, 'Vojnik', 462933300, 153033300, 0),
(34174, 2137, 199, 'Vrhnika', 459661100, 142955600, 0),
(34175, 2138, 199, 'Vuzenica', 465963900, 151672200, 0),
(34176, 2139, 199, 'Izlake', 461500000, 149500000, 0),
(34177, 2139, 199, 'Zagorje ob Savi', 461317900, 149969400, 0),
(34178, 2140, 199, 'Zalec', 462515100, 151648200, 0),
(34179, 2141, 199, 'Zelezniki', 462333300, 141666700, 0),
(34180, 2142, 199, 'Ziri', 460422200, 141072200, 0),
(34181, 2143, 199, 'Zrece', 463822200, 153791700, 0),
(34182, 2144, 200, 'Honiara', -94333300, 1599500000, 0),
(34183, 2145, 201, 'Mogadishu', 20371100, 453437500, 0),
(34184, 2146, 201, 'Boosaaso', 112842100, 491815800, 0),
(34185, 2146, 201, 'Iskushuban', 102837000, 502300000, 0),
(34186, 2147, 201, 'Burco', 95221200, 455336300, 0),
(34187, 2148, 201, 'Hargeysa', 95600000, 440650000, 0),
(34188, 2149, 202, 'Alice', -327874900, 268344000, 0),
(34189, 2149, 202, 'Bhisho', -328472100, 274421800, 0),
(34190, 2149, 202, 'Butterworth', -323308300, 281498100, 0),
(34191, 2149, 202, 'East London', -330152900, 279116200, 0),
(34192, 2149, 202, 'Graaff-Reinet', -322521500, 245307500, 0),
(34193, 2149, 202, 'Grahamstown', -333042200, 265327600, 0),
(34194, 2149, 202, 'Jeffrey''s Bay', -340506400, 249195000, 0),
(34195, 2149, 202, 'Middelburg', -314928500, 250063300, 0),
(34196, 2149, 202, 'Port Elizabeth', -339179900, 255700700, 0),
(34197, 2149, 202, 'Port Saint John''s', -316229100, 295447700, 0),
(34198, 2149, 202, 'Somerset East', -327217300, 255880400, 0),
(34199, 2149, 202, 'Uitenhage', -337575700, 253971000, 0),
(34200, 2149, 202, 'Umtata', -315889300, 287844300, 0),
(34201, 2150, 202, 'Allanridge', -277543100, 266438200, 0),
(34202, 2150, 202, 'Bloemfontein', -291210600, 262140000, 0),
(34203, 2150, 202, 'Harrismith', -282727600, 291294600, 0),
(34204, 2150, 202, 'Kroonstad', -276503600, 272348800, 0),
(34205, 2150, 202, 'Ladybrand', -291944800, 274573900, 0),
(34206, 2150, 202, 'Phuthaditjhaba', -285242300, 288158200, 0),
(34207, 2150, 202, 'Sasolburg', -268135800, 278169500, 0),
(34208, 2150, 202, 'Villiers', -270302600, 286006100, 0),
(34209, 2150, 202, 'Welkom', -279864400, 267066100, 0),
(34210, 2150, 202, 'Zastron', -303022500, 270839500, 0),
(34211, 2151, 202, 'Alberton', -262672220, 281219440, 0),
(34212, 2151, 202, 'Bedfordview', -261794440, 281361110, 0),
(34213, 2151, 202, 'Benoni', -261884800, 283207800, 0),
(34214, 2151, 202, 'Boksburg', -262119700, 282595800, 0),
(34215, 2151, 202, 'Brakpan', -262365600, 283693800, 0),
(34216, 2151, 202, 'Bronkhorstspruit', -258101500, 287424800, 0),
(34217, 2151, 202, 'Centurion', -258589100, 281857700, 0),
(34218, 2151, 202, 'Cullinan', -256708800, 285236400, 0),
(34219, 2151, 202, 'Germiston', -262177780, 281672220, 0),
(34220, 2151, 202, 'Heidelberg', -265047600, 283592100, 0),
(34221, 2151, 202, 'Johannesburg', -262022700, 280436300, 0),
(34222, 2151, 202, 'Kempton Park', -261000000, 282333330, 0),
(34223, 2151, 202, 'Krugersdorp', -260857700, 277751500, 0),
(34224, 2151, 202, 'Midrand', -259636100, 281377800, 0),
(34225, 2151, 202, 'Modderfontein', -260890900, 281653400, 0),
(34226, 2151, 202, 'Muldersdriseloop', -260367300, 278379800, 0),
(34227, 2151, 202, 'Pretoria', -257448600, 281878300, 0),
(34228, 2151, 202, 'Randburg', -260936110, 280063890, 0),
(34229, 2151, 202, 'Randfontein', -261844000, 277020300, 0),
(34230, 2151, 202, 'Rivonia', -260513890, 280630560, 0),
(34231, 2151, 202, 'Roodepoort', -261625000, 278725000, 0),
(34232, 2151, 202, 'Sandton', -260544700, 280589100, 0),
(34233, 2151, 202, 'Soweto', -262678100, 278584900, 0),
(34234, 2151, 202, 'Springs', -262500000, 284000000, 0),
(34235, 2151, 202, 'Tembisa', -259963600, 282268000, 0),
(34236, 2151, 202, 'Vanderbijlpark', -267117100, 278379500, 0),
(34237, 2151, 202, 'Vereeniging', -266731300, 279261500, 0),
(34238, 2151, 202, 'Westonaria', -263190600, 276486000, 0),
(34239, 2152, 202, 'Ballitoville', -295389700, 312143900, 0),
(34240, 2152, 202, 'Berea', -298518500, 309933700, 0),
(34241, 2152, 202, 'Dundee', -281667800, 302337100, 0),
(34242, 2152, 202, 'Durban', -298579000, 310292000, 0),
(34243, 2152, 202, 'Empangeni', -287619700, 318932900, 0),
(34244, 2152, 202, 'Eshowe', -288864800, 314699000, 0),
(34245, 2152, 202, 'Greytown', -290641600, 305927900, 0),
(34246, 2152, 202, 'Howick', -294779500, 302305700, 0),
(34247, 2152, 202, 'Margate', -308636000, 303705200, 0),
(34248, 2152, 202, 'Mooirivier', -292082400, 299946000, 0),
(34249, 2152, 202, 'Mpumalanga', -298129200, 306364600, 0),
(34250, 2152, 202, 'Newcastle', -277579600, 299318000, 0),
(34251, 2152, 202, 'Pietermaritzburg', -296167800, 303927800, 0),
(34252, 2152, 202, 'Port Shepstone', -307413700, 304549900, 0),
(34253, 2152, 202, 'Richards Bay', -287830100, 320376800, 0),
(34254, 2152, 202, 'Scottburgh', -302866600, 307531600, 0),
(34255, 2152, 202, 'Stanger', -293281600, 312895400, 0),
(34256, 2152, 202, 'Ulundi', -283352300, 314161700, 0),
(34257, 2152, 202, 'Vryheid', -277695200, 307916500, 0),
(34258, 2152, 202, 'eSikhawini', -288709700, 318996100, 0),
(34259, 2153, 202, 'Ellisras', -236649000, 277442600, 0),
(34260, 2153, 202, 'Lebowakgomo', -242000000, 295000000, 0),
(34261, 2153, 202, 'Louis Trichardt', -230438500, 299031900, 0),
(34262, 2153, 202, 'Modimolle', -247000000, 284000000, 0),
(34263, 2153, 202, 'Nkowakowa', -238878200, 302870800, 0),
(34264, 2153, 202, 'Phalaborwa', -239429900, 311410700, 0),
(34265, 2153, 202, 'Polokwane', -239044800, 294688500, 0),
(34266, 2153, 202, 'Thohoyandou', -229456400, 304849700, 0),
(34267, 2153, 202, 'Thulamahashi', -247245900, 311993900, 0),
(34268, 2153, 202, 'Tzaneen', -238332200, 301635100, 0),
(34269, 2153, 202, 'Warmbaths', -248833300, 282833300, 0),
(34270, 2154, 202, 'Bethal', -264579400, 294655300, 0),
(34271, 2154, 202, 'Ermelo', -265333300, 299833300, 0),
(34272, 2154, 202, 'Middelburg', -257750700, 294648200, 0),
(34273, 2154, 202, 'Nelspruit', -254744800, 309703300, 0),
(34274, 2154, 202, 'Piet Retief', -270070600, 308132300, 0),
(34275, 2154, 202, 'Secunda', -265500000, 291666700, 0),
(34276, 2154, 202, 'Volksrust', -273654200, 298817500, 0),
(34277, 2154, 202, 'White River', -253317700, 310116600, 0),
(34278, 2154, 202, 'Witbank', -258713300, 292332300, 0),
(34279, 2154, 202, 'eMbalenhle', -265333300, 290666700, 0),
(34280, 2155, 202, 'Brits', -256347300, 277802200, 0),
(34281, 2155, 202, 'Fochville', -264886200, 274938700, 0),
(34282, 2155, 202, 'Ga-Rankuwa', -256169200, 279947100, 0),
(34283, 2155, 202, 'Klerksdorp', -268521300, 266667200, 0),
(34284, 2155, 202, 'Lichtenburg', -261520000, 261596800, 0),
(34285, 2155, 202, 'Mmabatho', -258500000, 256333300, 0),
(34286, 2155, 202, 'Potchefstroom', -267166700, 271000000, 0),
(34287, 2155, 202, 'Rustenburg', -256675600, 272420800, 0),
(34288, 2156, 202, 'Carnarvon', -309682700, 221330300, 0),
(34289, 2156, 202, 'Danielskuil', -281887300, 235395100, 0),
(34290, 2156, 202, 'Kimberley', -287322600, 247623200, 0),
(34291, 2156, 202, 'Ritchie', -290380100, 246027800, 0),
(34292, 2156, 202, 'Upington', -284477600, 212561200, 0),
(34293, 2157, 202, 'Atlantis', -335666800, 184833500, 0),
(34294, 2157, 202, 'Beaufort West', -323567100, 225829500, 0),
(34295, 2157, 202, 'Cape Town', -339258400, 184232200, 0),
(34296, 2157, 202, 'Claremont', -339805600, 184652800, 0),
(34297, 2157, 202, 'Constantia', -340313900, 184183300, 0),
(34298, 2157, 202, 'George', -339630000, 224617300, 0),
(34299, 2157, 202, 'Grabouw', -341515200, 190150900, 0),
(34300, 2157, 202, 'Hermanus', -344187000, 192344600, 0),
(34301, 2157, 202, 'Knysna', -340362700, 230471300, 0),
(34302, 2157, 202, 'Malmesbury', -334608000, 187271400, 0),
(34303, 2157, 202, 'Noorder-Paarl', -337046800, 189655200, 0),
(34304, 2157, 202, 'Plettenberg Bay', -340527400, 233716000, 0),
(34305, 2157, 202, 'Rosebank', -339555600, 184741700, 0),
(34306, 2157, 202, 'Saldanha', -330116700, 179442000, 0),
(34307, 2157, 202, 'Stellenbosch', -339346200, 188667600, 0),
(34308, 2157, 202, 'Sunset Beach', -338539500, 184923100, 0),
(34309, 2157, 202, 'Worcester', -336465100, 194485200, 0),
(34311, 2159, 204, 'Abla', 371424500, -27780800, 0),
(34312, 2159, 204, 'Adamuz', 380267400, -45223100, 0),
(34313, 2159, 204, 'Adra', 367496100, -30205500, 0),
(34314, 2159, 204, 'Aguadulce', 368140900, -25723500, 0),
(34315, 2159, 204, 'Alameda', 372087000, -46586000, 0),
(34316, 2159, 204, 'Albolote', 372308800, -36551000, 0),
(34317, 2159, 204, 'Albox', 373885600, -21495000, 0),
(34318, 2159, 204, 'Alcala de Guadaira', 373379100, -58395100, 0),
(34319, 2159, 204, 'Alcala del Valle', 369044800, -51724000, 0),
(34320, 2159, 204, 'Alcala la Real', 374614000, -39230100, 0),
(34321, 2159, 204, 'Algeciras', 361332600, -54505100, 0),
(34322, 2159, 204, 'Algodonales', 368804400, -54053600, 0),
(34323, 2159, 204, 'Alhama de Granada', 370068900, -39896300, 0),
(34324, 2159, 204, 'Alhaurin de la Torre', 366640100, -45613900, 0),
(34325, 2159, 204, 'Alhaurin el Grande', 366430000, -46872800, 0),
(34326, 2159, 204, 'Alhendin', 371087900, -36455700, 0),
(34327, 2159, 204, 'Aljaraque', 372699000, -70231200, 0),
(34328, 2159, 204, 'Almensilla', 373109900, -61099800, 0),
(34329, 2159, 204, 'Almeria', 368381400, -24597400, 0),
(34330, 2159, 204, 'Almonte', 372647000, -65166700, 0),
(34331, 2159, 204, 'Almunecar', 367339300, -36907200, 0),
(34332, 2159, 204, 'Alora', 368235800, -47057500, 0),
(34333, 2159, 204, 'Andujar', 380392200, -40507800, 0),
(34334, 2159, 204, 'Aracena', 378939600, -65611600, 0),
(34335, 2159, 204, 'Arcos de la Frontera', 367507500, -58105600, 0),
(34336, 2159, 204, 'Arenas', 368162400, -40441200, 0),
(34337, 2159, 204, 'Armilla', 371410200, -36185400, 0),
(34338, 2159, 204, 'Atarfe', 372247900, -36868600, 0),
(34339, 2159, 204, 'Ayamonte', 372099400, -74026600, 0),
(34340, 2159, 204, 'Aznalcazar', 373042200, -62496300, 0),
(34341, 2159, 204, 'Aznalcollar', 375191400, -62698800, 0),
(34342, 2159, 204, 'Baena', 376167000, -43224500, 0),
(34343, 2159, 204, 'Baeza', 379938400, -34710300, 0),
(34344, 2159, 204, 'Baza', 374907300, -27725900, 0),
(34345, 2159, 204, 'Benacazon', 373528800, -61966200, 0),
(34346, 2159, 204, 'Benahavis', 365236100, -50463100, 0),
(34347, 2159, 204, 'Benalmadena', 365954800, -45693700, 0),
(34348, 2159, 204, 'Benamocarra', 367907400, -41614600, 0),
(34349, 2159, 204, 'Bollullos de la Mitacion', 373401400, -61371900, 0),
(34350, 2159, 204, 'Bollullos par del Condado', 373412700, -65397000, 0),
(34351, 2159, 204, 'Bormujos', 373735800, -60723200, 0),
(34352, 2159, 204, 'Brenes', 375494400, -58713900, 0),
(34353, 2159, 204, 'Cabra', 374724900, -44420600, 0),
(34354, 2159, 204, 'Cadiz', 365336100, -62994400, 0),
(34355, 2159, 204, 'Cajar', 371338200, -35727400, 0),
(34356, 2159, 204, 'Camas', 374020200, -60331400, 0),
(34357, 2159, 204, 'Canillas de Aceituno', 368730300, -40825400, 0),
(34358, 2159, 204, 'Cantoria', 373514600, -21920900, 0),
(34359, 2159, 204, 'Cardena', 382702200, -43235800, 0),
(34360, 2159, 204, 'Carmona', 374712500, -56460800, 0),
(34361, 2159, 204, 'Carrion de los Cespedes', 373700700, -63292300, 0),
(34362, 2159, 204, 'Cartama', 367106800, -46329700, 0),
(34363, 2159, 204, 'Cartaya', 372811400, -71507100, 0),
(34364, 2159, 204, 'Casares', 364468900, -52858000, 0),
(34365, 2159, 204, 'Casariche', 372938900, -47597200, 0),
(34366, 2159, 204, 'Castilleja de Guzman', 374095500, -60551500, 0),
(34367, 2159, 204, 'Castilleja de la Cuesta', 373859400, -60525800, 0),
(34368, 2159, 204, 'Castro del Rio', 376912500, -44805800, 0),
(34369, 2159, 204, 'Chiclana de la Frontera', 364191500, -61494100, 0),
(34370, 2159, 204, 'Chipiona', 367366300, -64370300, 0),
(34371, 2159, 204, 'Churriana de la Vega', 371449900, -36461700, 0),
(34372, 2159, 204, 'Coin', 366594700, -47563900, 0),
(34373, 2159, 204, 'Conil de la Frontera', 362771900, -60885000, 0),
(34374, 2159, 204, 'Cordoba', 378833300, -47666700, 0),
(34375, 2159, 204, 'Coria del Rio', 372876600, -60541000, 0),
(34376, 2159, 204, 'Cuevas del Almanzora', 372964600, -18846600, 0),
(34377, 2159, 204, 'Cuevas del Campo', 376075500, -29293800, 0),
(34378, 2159, 204, 'Cullar-Vega', 371536100, -36707200, 0),
(34379, 2159, 204, 'Dalias', 368217900, -28713800, 0),
(34380, 2159, 204, 'Dos Hermanas', 372828700, -59208800, 0),
(34381, 2159, 204, 'Dos Torres', 384500000, -49000000, 0),
(34382, 2159, 204, 'Ecija', 375422000, -50826000, 0),
(34383, 2159, 204, 'El Arahal', 372627300, -55453000, 0),
(34384, 2159, 204, 'El Ejido', 367762900, -28145600, 0),
(34385, 2159, 204, 'El Puerto de Santa Maria', 365938900, -62329800, 0),
(34386, 2159, 204, 'El Ronquillo', 377262800, -61762000, 0),
(34387, 2159, 204, 'El Saucejo', 370723700, -50981800, 0),
(34388, 2159, 204, 'El Viso del Alcor', 373910600, -57199300, 0),
(34389, 2159, 204, 'Espartinas', 373815400, -61257800, 0),
(34390, 2159, 204, 'Estacion de Cartama', 367333300, -46166700, 0),
(34391, 2159, 204, 'Estepa', 372926300, -48789600, 0),
(34392, 2159, 204, 'Estepona', 364276400, -51458900, 0),
(34393, 2159, 204, 'Frailes', 374861700, -38374300, 0),
(34394, 2159, 204, 'Frigiliana', 367874700, -38944100, 0),
(34395, 2159, 204, 'Fuengirola', 365399800, -46247300, 0),
(34396, 2159, 204, 'Fuente Palmera', 377049400, -50996500, 0),
(34397, 2159, 204, 'Fuente Vaqueros', 372201900, -37829400, 0),
(34398, 2159, 204, 'Gelves', 373348100, -60260100, 0),
(34399, 2159, 204, 'Gergal', 371188600, -25401200, 0),
(34400, 2159, 204, 'Gibraleon', 373762800, -69689500, 0),
(34401, 2159, 204, 'Gilena', 372515000, -49144200, 0),
(34402, 2159, 204, 'Granada', 371881700, -36066700, 0),
(34403, 2159, 204, 'Guadix', 372993200, -31392200, 0),
(34404, 2159, 204, 'Guarroman', 381828200, -36869700, 0),
(34405, 2159, 204, 'Herrera', 373639600, -48497900, 0),
(34406, 2159, 204, 'Higuera de Arjona', 379706400, -39906100, 0),
(34407, 2159, 204, 'Hinojos', 372917300, -63787200, 0),
(34408, 2159, 204, 'Hinojosa del Duque', 385005700, -51465000, 0),
(34409, 2159, 204, 'Huelva', 372583300, -69508300, 0),
(34410, 2159, 204, 'Huercal-Overa', 373889700, -19453600, 0),
(34411, 2159, 204, 'Huetor Vega', 371462200, -35701100, 0),
(34412, 2159, 204, 'Huetor-Tajar', 371983400, -40469200, 0),
(34413, 2159, 204, 'Humilladero', 371139000, -47029800, 0),
(34414, 2159, 204, 'Itrabo', 367999800, -36390000, 0),
(34415, 2159, 204, 'Jaen', 377666700, -37833300, 0),
(34416, 2159, 204, 'Jerez de la Frontera', 366864500, -61360600, 0),
(34417, 2159, 204, 'Jodar', 378406400, -33526200, 0),
(34418, 2159, 204, 'La Algaba', 374636700, -60129400, 0),
(34419, 2159, 204, 'La Linea de la Concepcion', 361680900, -53477700, 0),
(34420, 2159, 204, 'La Palma del Condado', 373860500, -65523100, 0),
(34421, 2159, 204, 'La Puebla de Cazalla', 372215500, -53115300, 0),
(34422, 2159, 204, 'La Rambla', 376076000, -47396200, 0),
(34423, 2159, 204, 'La Rinconada', 374873400, -59825800, 0),
(34424, 2159, 204, 'La Roda de Andalucia', 372038100, -47780200, 0),
(34425, 2159, 204, 'Las Cabezas de San Juan', 369838000, -59393300, 0),
(34426, 2159, 204, 'Lebrija', 369207700, -60752900, 0),
(34427, 2159, 204, 'Lepe', 372548200, -72043300, 0),
(34428, 2159, 204, 'Linares', 380951900, -36360200, 0),
(34429, 2159, 204, 'Loja', 371688700, -41512900, 0),
(34430, 2159, 204, 'Los Barrios', 361848200, -54921300, 0),
(34431, 2159, 204, 'Los Palacios y Villafranca', 371618100, -59243300, 0),
(34432, 2159, 204, 'Lucena', 374088100, -44852200, 0),
(34433, 2159, 204, 'Mairena del Alcor', 373730100, -57495200, 0),
(34434, 2159, 204, 'Mairena del Aljarafe', 373446100, -60639100, 0),
(34435, 2159, 204, 'Malaga', 367201600, -44203400, 0),
(34436, 2159, 204, 'Mancha Real', 377862700, -36122600, 0),
(34437, 2159, 204, 'Manilva', 363764500, -52502600, 0),
(34438, 2159, 204, 'Maracena', 372076400, -36349300, 0),
(34439, 2159, 204, 'Marbella', 365154300, -48858300, 0),
(34440, 2159, 204, 'Maria', 377102300, -21645400, 0),
(34441, 2159, 204, 'Marmolejo', 380454900, -41702900, 0),
(34442, 2159, 204, 'Martos', 377210700, -39726400, 0),
(34443, 2159, 204, 'Mijas', 365957500, -46372800, 0),
(34444, 2159, 204, 'Moguer', 372755900, -68385100, 0),
(34445, 2159, 204, 'Montalban de Cordoba', 375799600, -47493500, 0),
(34446, 2159, 204, 'Montilla', 375862700, -46380500, 0),
(34447, 2159, 204, 'Moron de la Frontera', 371208400, -54540300, 0),
(34448, 2159, 204, 'Motril', 367506600, -35179000, 0),
(34449, 2159, 204, 'Navas de San Juan', 381838200, -33159800, 0),
(34450, 2159, 204, 'Nerja', 367585500, -38872700, 0),
(34451, 2159, 204, 'Nijar', 369665500, -22059500, 0),
(34452, 2159, 204, 'Ojen', 365648600, -48556100, 0),
(34453, 2159, 204, 'Olivares', 374180200, -61560300, 0),
(34454, 2159, 204, 'Osuna', 372376500, -51074600, 0),
(34455, 2159, 204, 'Palomares del Rio', 373222400, -60586300, 0),
(34456, 2159, 204, 'Palos de la Frontera', 372345700, -68947100, 0),
(34457, 2159, 204, 'Peligros', 372323100, -36290100, 0),
(34458, 2159, 204, 'Periana', 369293100, -41916300, 0),
(34459, 2159, 204, 'Pilas', 373033700, -63009700, 0),
(34460, 2159, 204, 'Pinos Genil', 371634600, -35021500, 0),
(34461, 2159, 204, 'Pinos Puente', 372511000, -37496700, 0),
(34462, 2159, 204, 'Pozo Alcon', 377025600, -29336700, 0),
(34463, 2159, 204, 'Pozoblanco', 383790600, -48482700, 0),
(34464, 2159, 204, 'Puente-Genil', 373894300, -47668600, 0),
(34465, 2159, 204, 'Puerto Real', 365281900, -61901100, 0),
(34466, 2159, 204, 'Pulianas', 372230200, -36083200, 0),
(34467, 2159, 204, 'Pulpi', 374115400, -17449600, 0),
(34468, 2159, 204, 'Purchena', 373474400, -23608000, 0),
(34469, 2159, 204, 'Rincon de la Victoria', 367171500, -42758300, 0),
(34470, 2159, 204, 'Rioja', 369450800, -24630200, 0),
(34471, 2159, 204, 'Ronda', 367423100, -51670900, 0),
(34472, 2159, 204, 'Roquetas de Mar', 367641900, -26147500, 0),
(34473, 2159, 204, 'Rota', 366223600, -63585900, 0),
(34474, 2159, 204, 'Rute', 373269000, -43682700, 0),
(34475, 2159, 204, 'Salobrena', 367427700, -35871700, 0),
(34476, 2159, 204, 'San Fernando', 364759000, -61981700, 0),
(34477, 2159, 204, 'San Roque', 362106700, -53841500, 0),
(34478, 2159, 204, 'Sanlucar de Barrameda', 367788900, -63538900, 0),
(34479, 2159, 204, 'Sanlucar la Mayor', 373871400, -62010600, 0),
(34480, 2159, 204, 'Santa Eufemia', 386000000, -49000000, 0),
(34481, 2159, 204, 'Santiponce', 374355300, -60410600, 0),
(34482, 2159, 204, 'Sevilla', 373824100, -59761300, 0),
(34483, 2159, 204, 'Tarifa', 360139300, -56069500, 0),
(34484, 2159, 204, 'Tomares', 373728100, -60458900, 0),
(34485, 2159, 204, 'Torre del Campo', 377705100, -38973100, 0),
(34486, 2159, 204, 'Torremolinos', 366203500, -44997600, 0),
(34487, 2159, 204, 'Torres', 377853700, -35090200, 0),
(34488, 2159, 204, 'Torrox', 367579300, -39523300, 0),
(34489, 2159, 204, 'Trebujena', 368707500, -61758600, 0),
(34490, 2159, 204, 'Ubeda', 380132800, -33705000, 0),
(34491, 2159, 204, 'Utrera', 371851600, -57809300, 0),
(34492, 2159, 204, 'Valencina de la Concepcion', 374161800, -60742200, 0),
(34493, 2159, 204, 'Valenzuela', 377756000, -42203800, 0),
(34494, 2159, 204, 'Velez-Malaga', 367726200, -41004500, 0),
(34495, 2159, 204, 'Vera', 372434500, -18590500, 0),
(34496, 2159, 204, 'Vicar', 368315500, -26427300, 0),
(34497, 2159, 204, 'Villa del Rio', 379810800, -42900300, 0),
(34498, 2159, 204, 'Villablanca', 373023900, -73441300, 0),
(34499, 2159, 204, 'Villafranca de Cordoba', 379625700, -45454700, 0),
(34500, 2159, 204, 'Villamartin', 368597900, -56448500, 0),
(34501, 2159, 204, 'Villanueva de Algaidas', 371835000, -44503200, 0),
(34502, 2159, 204, 'Villanueva del Ariscal', 373962300, -61407700, 0),
(34503, 2159, 204, 'Villaviciosa de Cordoba', 380833300, -50166700, 0),
(34504, 2159, 204, 'Zahara de los Atunes', 361369000, -58459200, 0),
(34505, 2160, 204, 'Alcaniz', 410500000, -1333300, 0),
(34506, 2160, 204, 'Almozara', 416612400, -9016900, 0),
(34507, 2160, 204, 'Ballobar', 416210600, 1920000, 0),
(34508, 2160, 204, 'Barbastro', 420356500, 1268600, 0),
(34509, 2160, 204, 'Cadrete', 415557500, -9601300, 0),
(34510, 2160, 204, 'Calatayud', 413535300, -16431800, 0),
(34511, 2160, 204, 'Caspe', 412340200, -394500, 0),
(34512, 2160, 204, 'Cuarte de Huerva', 415946600, -9326800, 0),
(34513, 2160, 204, 'Daroca', 411147500, -14149200, 0),
(34514, 2160, 204, 'Delicias', 416492800, -9075700, 0),
(34515, 2160, 204, 'Ejea de los Caballeros', 421263200, -11371600, 0),
(34516, 2160, 204, 'Escatron', 412914900, -3230800, 0),
(34517, 2160, 204, 'Gallur', 418683000, -13157700, 0),
(34518, 2160, 204, 'Huesca', 421361500, -4087000, 0),
(34519, 2160, 204, 'Jaca', 425689800, -5498700, 0),
(34520, 2160, 204, 'Lledo', 409549800, 2774900, 0),
(34521, 2160, 204, 'Maella', 411225100, 1392600, 0),
(34522, 2160, 204, 'Maria de Huerva', 415388000, -9961500, 0),
(34523, 2160, 204, 'Montecanal', 416296500, -9387300, 0),
(34524, 2160, 204, 'Monzon', 419108400, 1940600, 0),
(34525, 2160, 204, 'Puebla de Alfinden', 416318800, -7515400, 0),
(34526, 2160, 204, 'Quinto', 414237800, -4959200, 0),
(34527, 2160, 204, 'Sabinanigo', 425192400, -3660700, 0),
(34528, 2160, 204, 'San Mateo de Gallego', 418304300, -7657800, 0),
(34529, 2160, 204, 'Sastago', 413216600, -3507500, 0),
(34530, 2160, 204, 'Teruel', 403456000, -11064600, 0),
(34531, 2160, 204, 'Utebo', 417139400, -9948700, 0),
(34532, 2160, 204, 'Valderrobres', 408720900, 1543100, 0),
(34533, 2160, 204, 'Zaragoza', 416560600, -8773400, 0),
(34534, 2161, 204, 'Arriba', 435161500, -55351100, 0),
(34535, 2161, 204, 'Aviles', 435547300, -59248300, 0),
(34536, 2161, 204, 'Cangas de Onis', 433514000, -51291600, 0),
(34537, 2161, 204, 'Castrillon', 435479300, -59938100, 0),
(34538, 2161, 204, 'Corvera de Asturias', 435106200, -58691000, 0),
(34539, 2161, 204, 'El entrego', 432875200, -56380000, 0),
(34540, 2161, 204, 'Gijon', 435357300, -56615200, 0),
(34541, 2161, 204, 'Grado', 433880100, -60743300, 0),
(34542, 2161, 204, 'Llanera', 434618900, -59311000, 0),
(34543, 2161, 204, 'Llanes', 434198200, -47548500, 0),
(34544, 2161, 204, 'Luanco', 436151700, -57934400, 0),
(34545, 2161, 204, 'Lugones', 434027200, -58121500, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(34546, 2161, 204, 'Mieres', 432500000, -57666700, 0),
(34547, 2161, 204, 'Navia', 435354400, -67193500, 0),
(34548, 2161, 204, 'Norena', 433936400, -57066200, 0),
(34549, 2161, 204, 'Oviedo', 433602900, -58447600, 0),
(34550, 2161, 204, 'Pola de Laviana', 432453800, -55629000, 0),
(34551, 2161, 204, 'Pola de Lena', 431608900, -58287800, 0),
(34552, 2161, 204, 'Pola de Siero', 433922800, -56633500, 0),
(34553, 2161, 204, 'Soto del Barco', 435328800, -60698400, 0),
(34554, 2161, 204, 'Villaviciosa', 434812600, -54357400, 0),
(34555, 2162, 204, 'Adeje', 281227100, -167260000, 0),
(34556, 2162, 204, 'Alajero', 280620500, -172407300, 0),
(34557, 2162, 204, 'Arona', 280996200, -166810200, 0),
(34558, 2162, 204, 'Arrecife', 289630200, -135476900, 0),
(34559, 2162, 204, 'Arucas', 281198300, -155232500, 0),
(34560, 2162, 204, 'Barlovento', 288270800, -178037700, 0),
(34561, 2162, 204, 'Candelaria', 283548000, -163726800, 0),
(34562, 2162, 204, 'Corralejo', 287424300, -138683900, 0),
(34563, 2162, 204, 'Cruce de Arinaga', 278765600, -154279800, 0),
(34564, 2162, 204, 'El Cotillo', 286827200, -140099300, 0),
(34565, 2162, 204, 'El Paso', 286500700, -178827400, 0),
(34566, 2162, 204, 'Galdar', 281470100, -156502000, 0),
(34567, 2162, 204, 'Granadilla de Abona', 281188200, -165759900, 0),
(34568, 2162, 204, 'Guia de Isora', 282115400, -167794700, 0),
(34569, 2162, 204, 'Guimar', 283039000, -164325400, 0),
(34570, 2162, 204, 'Haria', 291455300, -134998600, 0),
(34571, 2162, 204, 'Ingenio', 279208600, -154406000, 0),
(34572, 2162, 204, 'La Laguna', 284853000, -163201400, 0),
(34573, 2162, 204, 'La Oliva', 286105200, -139291200, 0),
(34574, 2162, 204, 'La Orotava', 283907600, -165230900, 0),
(34575, 2162, 204, 'Las Palmas de Gran Canaria', 280997300, -154134300, 0),
(34576, 2162, 204, 'Las Rosas', 280153900, -166537300, 0),
(34577, 2162, 204, 'Los Llanos de Aridane', 286585100, -179182100, 0),
(34578, 2162, 204, 'Los Realejos', 283673900, -165833500, 0),
(34579, 2162, 204, 'Mogan', 278838500, -157253800, 0),
(34580, 2162, 204, 'Moya', 281013600, -155891700, 0),
(34581, 2162, 204, 'Pajara', 283503900, -141076000, 0),
(34582, 2162, 204, 'Playa de las Americas', 280640300, -167301200, 0),
(34583, 2162, 204, 'Playa del Ingles', 277567000, -155787000, 0),
(34584, 2162, 204, 'Puerto Rico', 277894300, -157104500, 0),
(34585, 2162, 204, 'Puerto de la Cruz', 284139700, -165486700, 0),
(34586, 2162, 204, 'Puerto del Carmen', 289231300, -136657900, 0),
(34587, 2162, 204, 'Puerto del Rosario', 285003800, -138627200, 0),
(34588, 2162, 204, 'Puntallana', 287333300, -177333300, 0),
(34589, 2162, 204, 'Realejo Alto', 283764500, -165857500, 0),
(34590, 2162, 204, 'Santa Cruz de Tenerife', 284682400, -162546200, 0),
(34591, 2162, 204, 'Santa Cruz de la Palma', 286835100, -177642100, 0),
(34592, 2162, 204, 'Santa Ursula', 284261300, -164887600, 0),
(34593, 2162, 204, 'Santiago del Teide', 282940000, -168161800, 0),
(34594, 2162, 204, 'Sauzal', 284666700, -164166700, 0),
(34595, 2162, 204, 'Tacoronte', 284768800, -164101600, 0),
(34596, 2162, 204, 'Telde', 279924200, -154191500, 0),
(34597, 2162, 204, 'Valverde', 278062800, -179157800, 0),
(34598, 2162, 204, 'Yaiza', 289567800, -137653500, 0),
(34599, 2163, 204, 'Arenas de Iguna', 431829300, -40472900, 0),
(34600, 2163, 204, 'Bareyo', 434668600, -36008300, 0),
(34601, 2163, 204, 'Cabezon de la Sal', 433082400, -42357100, 0),
(34602, 2163, 204, 'Camargo', 434074400, -38849800, 0),
(34603, 2163, 204, 'Cartes', 433259600, -40689300, 0),
(34604, 2163, 204, 'Castro-Urdiales', 433828600, -32204300, 0),
(34605, 2163, 204, 'Colindres', 433966700, -34536100, 0),
(34606, 2163, 204, 'El Astillero', 434009400, -38205100, 0),
(34607, 2163, 204, 'Laredo', 434098000, -34161300, 0),
(34608, 2163, 204, 'Los Corrales de Buelna', 432635800, -40726200, 0),
(34609, 2163, 204, 'Puente Viesgo', 432981500, -39681700, 0),
(34610, 2163, 204, 'Reinosa', 429995800, -41380100, 0),
(34611, 2163, 204, 'Reocin', 433391500, -40940300, 0),
(34612, 2163, 204, 'Santa Cruz de Bezana', 434437000, -39032400, 0),
(34613, 2163, 204, 'Santander', 434647200, -38044400, 0),
(34614, 2163, 204, 'Santona', 434438600, -34575700, 0),
(34615, 2163, 204, 'Solorzano', 433823300, -35878600, 0),
(34616, 2163, 204, 'Suances', 434334000, -40433800, 0),
(34617, 2163, 204, 'Torrelavega', 433494400, -40478500, 0),
(34618, 2164, 204, 'Aldeamayor de San Martin', 415125600, -46395500, 0),
(34619, 2164, 204, 'Almazan', 414864800, -25308800, 0),
(34620, 2164, 204, 'Aranda de Duero', 416704100, -36892000, 0),
(34621, 2164, 204, 'Arenas de San Pedro', 402104200, -50869400, 0),
(34622, 2164, 204, 'Arevalo', 410625500, -47204200, 0),
(34623, 2164, 204, 'Arroyo', 416095600, -47969200, 0),
(34624, 2164, 204, 'Astudillo', 421933000, -42939400, 0),
(34625, 2164, 204, 'Avila de los Caballeros', 406500000, -47000000, 0),
(34626, 2164, 204, 'Baltanas', 419377500, -42465600, 0),
(34627, 2164, 204, 'Barraco', 404764700, -46434600, 0),
(34628, 2164, 204, 'Bejar', 403864100, -57634100, 0),
(34629, 2164, 204, 'Bembibre', 426177100, -64154500, 0),
(34630, 2164, 204, 'Benavente', 420024900, -56782600, 0),
(34631, 2164, 204, 'Boecillo', 415409000, -46994000, 0),
(34632, 2164, 204, 'Burgos', 423500000, -37000000, 0),
(34633, 2164, 204, 'Cabrerizos', 409780800, -56090800, 0),
(34634, 2164, 204, 'Cacabelos', 426002100, -67237300, 0),
(34635, 2164, 204, 'Campaspero', 414920800, -41960800, 0),
(34636, 2164, 204, 'Cigales', 417578000, -46984800, 0),
(34637, 2164, 204, 'Cisterniga', 416129400, -46869700, 0),
(34638, 2164, 204, 'Cistierna', 428034400, -51266400, 0),
(34639, 2164, 204, 'Ciudad Rodrigo', 406000000, -65333300, 0),
(34640, 2164, 204, 'Coreses', 415479400, -56225200, 0),
(34641, 2164, 204, 'Corrales', 413580000, -57247900, 0),
(34642, 2164, 204, 'Duenas', 418771700, -45471400, 0),
(34643, 2164, 204, 'El Burgo de Osma', 415861900, -30652200, 0),
(34644, 2164, 204, 'El Tiemblo', 404153300, -45015600, 0),
(34645, 2164, 204, 'Fuensaldana', 417061700, -47654700, 0),
(34646, 2164, 204, 'Guardo', 427896600, -48482300, 0),
(34647, 2164, 204, 'La Baneza', 423002600, -58977200, 0),
(34648, 2164, 204, 'Laguna de Duero', 415815100, -47233200, 0),
(34649, 2164, 204, 'Leon', 426000000, -55666700, 0),
(34650, 2164, 204, 'Mansilla de las Mulas', 424988600, -54173800, 0),
(34651, 2164, 204, 'Medina de Rioseco', 418832700, -50440500, 0),
(34652, 2164, 204, 'Miranda de Ebro', 426865000, -29469500, 0),
(34653, 2164, 204, 'Navalmanzano', 412159400, -42563100, 0),
(34654, 2164, 204, 'Palencia', 420166700, -45333300, 0),
(34655, 2164, 204, 'Paredes de Nava', 421536800, -46919300, 0),
(34656, 2164, 204, 'Ponferrada', 425466400, -65961900, 0),
(34657, 2164, 204, 'Salamanca', 409666700, -56500000, 0),
(34658, 2164, 204, 'San Andres del Rabanedo', 426117400, -56167100, 0),
(34659, 2164, 204, 'Santa Marta de Tormes', 409506500, -56272300, 0),
(34660, 2164, 204, 'Santibanez de Vidriales', 420736200, -60154900, 0),
(34661, 2164, 204, 'Santovenia de Pisuerga', 416945700, -46902800, 0),
(34662, 2164, 204, 'Segovia', 409500000, -41166700, 0),
(34663, 2164, 204, 'Soria', 417640100, -24688300, 0),
(34664, 2164, 204, 'Tordesillas', 415020200, -50014600, 0),
(34665, 2164, 204, 'Toro', 415241800, -53953400, 0),
(34666, 2164, 204, 'Torquemada', 420349000, -43184000, 0),
(34667, 2164, 204, 'Valencia de Don Juan', 422937400, -55172000, 0),
(34668, 2164, 204, 'Valladolid', 416551800, -47237200, 0),
(34669, 2164, 204, 'Viana de Cega', 415292700, -47524500, 0),
(34670, 2164, 204, 'Villablino', 429393200, -63194300, 0),
(34671, 2164, 204, 'Villafranca del Bierzo', 426060100, -68106900, 0),
(34672, 2164, 204, 'Villamayor', 409994000, -56957900, 0),
(34673, 2164, 204, 'Villanubla', 416987700, -48417300, 0),
(34674, 2164, 204, 'Villaquilambre', 426468500, -55583500, 0),
(34675, 2164, 204, 'Villares de la Reina', 410083200, -56488100, 0),
(34676, 2164, 204, 'Zamora', 415000000, -57500000, 0),
(34677, 2164, 204, 'Zaratan', 416597100, -47841700, 0),
(34678, 2165, 204, 'Albacete', 389833300, -18500000, 0),
(34679, 2165, 204, 'Alcazar de San Juan', 393901100, -32082700, 0),
(34680, 2165, 204, 'Alhambra', 388992500, -30533300, 0),
(34681, 2165, 204, 'Almansa', 388691700, -10971300, 0),
(34682, 2165, 204, 'Alovera', 405936800, -32452900, 0),
(34683, 2165, 204, 'Argamasilla de Alba', 391291700, -30924700, 0),
(34684, 2165, 204, 'Azuqueca de Henares', 405668800, -32599200, 0),
(34685, 2165, 204, 'Belmonte', 395574600, -27046100, 0),
(34686, 2165, 204, 'Burujon', 399011200, -42973000, 0),
(34687, 2165, 204, 'Cabanas de la Sagra', 400061000, -39456000, 0),
(34688, 2165, 204, 'Campo de Criptana', 394046300, -31249200, 0),
(34689, 2165, 204, 'Ciudad Real', 389833300, -39333300, 0),
(34690, 2165, 204, 'Consuegra', 394624600, -36080000, 0),
(34691, 2165, 204, 'Cuenca', 400666700, -21333300, 0),
(34692, 2165, 204, 'Daimiel', 390700400, -36149800, 0),
(34693, 2165, 204, 'El Casar de Escalona', 400464000, -45250700, 0),
(34694, 2165, 204, 'Elche de la Sierra', 384512300, -20476000, 0),
(34695, 2165, 204, 'Fuensalida', 400528800, -42071800, 0),
(34696, 2165, 204, 'Fuente el Fresno', 392284000, -37748700, 0),
(34697, 2165, 204, 'Fuentealbilla', 392666700, -15500000, 0),
(34698, 2165, 204, 'Guadalajara', 406333300, -31666700, 0),
(34699, 2165, 204, 'Hellin', 385106000, -17009600, 0),
(34700, 2165, 204, 'Illescas', 401221300, -38470400, 0),
(34701, 2165, 204, 'La Alberca de Zancara', 395145800, -24927200, 0),
(34702, 2165, 204, 'La Calzada de Calatrava', 387033900, -37756100, 0),
(34703, 2165, 204, 'La Roda', 392166700, -21500000, 0),
(34704, 2165, 204, 'La Solana', 389442200, -32381000, 0),
(34705, 2165, 204, 'Madridejos', 394682300, -35319600, 0),
(34706, 2165, 204, 'Madrigueras', 392333300, -18000000, 0),
(34707, 2165, 204, 'Magan', 399613800, -39316400, 0),
(34708, 2165, 204, 'Manzanares', 389991500, -33699100, 0),
(34709, 2165, 204, 'Miguelturra', 389644200, -38904700, 0),
(34710, 2165, 204, 'Mira', 397166700, -14333300, 0),
(34711, 2165, 204, 'Mora', 396849200, -37739400, 0),
(34712, 2165, 204, 'Nambroca', 397977100, -39443400, 0),
(34713, 2165, 204, 'Noves', 400474600, -42747100, 0),
(34714, 2165, 204, 'Ocana', 399578500, -34982000, 0),
(34715, 2165, 204, 'Olias del Rey', 399443600, -39868400, 0),
(34716, 2165, 204, 'Ontur', 386150900, -14972400, 0),
(34717, 2165, 204, 'Orgaz', 396482600, -38757700, 0),
(34718, 2165, 204, 'Pozohondo', 387209500, -19119200, 0),
(34719, 2165, 204, 'Pozuelo de Calatrava', 385833300, -38333300, 0),
(34720, 2165, 204, 'Puertollano', 386871200, -41073400, 0),
(34721, 2165, 204, 'Quintanar de la Orden', 395936800, -30416500, 0),
(34722, 2165, 204, 'Sacedon', 404807600, -27333700, 0),
(34723, 2165, 204, 'San Clemente', 394041000, -24281900, 0),
(34724, 2165, 204, 'San Pedro', 388249300, -21827600, 0),
(34725, 2165, 204, 'Sesena', 401047300, -36979300, 0),
(34726, 2165, 204, 'Socuellamos', 392858100, -27920600, 0),
(34727, 2165, 204, 'Talavera de la Reina', 399634800, -48307600, 0),
(34728, 2165, 204, 'Tarancon', 400085100, -30073100, 0),
(34729, 2165, 204, 'Tembleque', 396954100, -35042900, 0),
(34730, 2165, 204, 'Toledo', 398581000, -40226300, 0),
(34731, 2165, 204, 'Tomelloso', 391521800, -30243100, 0),
(34732, 2165, 204, 'Torrijos', 399819400, -42834900, 0),
(34733, 2165, 204, 'Valdepenas', 387621100, -33848300, 0),
(34734, 2165, 204, 'Valmojado', 402044400, -40914600, 0),
(34735, 2165, 204, 'Villanueva de la Torre', 405821600, -32976400, 0),
(34736, 2165, 204, 'Villarrobledo', 392699200, -26011800, 0),
(34737, 2165, 204, 'Yepes', 399019800, -36251700, 0),
(34738, 2165, 204, 'Yuncos', 400859000, -38710600, 0),
(34739, 2165, 204, 'Zafrilla', 402000000, -16166700, 0),
(34740, 2166, 204, 'Abrera', 415168200, 19010000, 0),
(34741, 2166, 204, 'Agramunt', 417868600, 10968300, 0),
(34742, 2166, 204, 'Alas i Cerc', 423500000, 15166700, 0),
(34743, 2166, 204, 'Alcoletge', 416476200, 6938200, 0),
(34744, 2166, 204, 'Alcover', 412626700, 11701000, 0),
(34745, 2166, 204, 'Alella', 414937900, 22945100, 0),
(34746, 2166, 204, 'Altafulla', 411428600, 13726900, 0),
(34747, 2166, 204, 'Anglesola', 416564900, 10828600, 0),
(34748, 2166, 204, 'Arenys de Mar', 415819000, 25493600, 0),
(34749, 2166, 204, 'Arenys de Munt', 416142400, 25397200, 0),
(34750, 2166, 204, 'Argentona', 415533600, 24011400, 0),
(34751, 2166, 204, 'Artes', 417980000, 19542800, 0),
(34752, 2166, 204, 'Artesa de Segre', 418946700, 10462500, 0),
(34753, 2166, 204, 'Badalona', 414500400, 22474100, 0),
(34754, 2166, 204, 'Baga', 422528900, 18609800, 0),
(34755, 2166, 204, 'Balaguer', 417911700, 8109400, 0),
(34756, 2166, 204, 'Banyoles', 421166700, 27666700, 0),
(34757, 2166, 204, 'Barbera del Valles', 415159000, 21245700, 0),
(34758, 2166, 204, 'Barcelona', 413887900, 21589900, 0),
(34759, 2166, 204, 'Begues', 413333300, 19333300, 0),
(34760, 2166, 204, 'Begur', 419500000, 32166700, 0),
(34761, 2166, 204, 'Bellpuig', 416259500, 10114400, 0),
(34762, 2166, 204, 'Berga', 421042900, 18462800, 0),
(34763, 2166, 204, 'Bescano', 419660200, 27392200, 0),
(34764, 2166, 204, 'Bigues i Riells', 416833300, 22333300, 0),
(34765, 2166, 204, 'Blanes', 416741900, 27903600, 0),
(34766, 2166, 204, 'Cabrera de Mar', 415166700, 24000000, 0),
(34767, 2166, 204, 'Cabrils', 415276000, 23699600, 0),
(34768, 2166, 204, 'Caldes de Montbui', 416333300, 21666700, 0),
(34769, 2166, 204, 'Calella', 416180200, 26678100, 0),
(34770, 2166, 204, 'Calonge', 418586900, 30792600, 0),
(34771, 2166, 204, 'Cambrils', 410747900, 10524400, 0),
(34772, 2166, 204, 'Canet de Mar', 415905400, 25811600, 0),
(34773, 2166, 204, 'Canovelles', 416166700, 22833300, 0),
(34774, 2166, 204, 'Cardedeu', 416397600, 23573900, 0),
(34775, 2166, 204, 'Cardona', 419137100, 16785500, 0),
(34776, 2166, 204, 'Castell-Platja d''Aro', 418175100, 30674200, 0),
(34777, 2166, 204, 'Castellar del Riu', 421229900, 17737800, 0),
(34778, 2166, 204, 'Castellar del Valles', 416166700, 20833300, 0),
(34779, 2166, 204, 'Castellbisbal', 414753400, 19817400, 0),
(34780, 2166, 204, 'Castelldefels', 412779400, 19703300, 0),
(34781, 2166, 204, 'Castellet', 412628100, 16336900, 0),
(34782, 2166, 204, 'Centelles', 417974600, 22190200, 0),
(34783, 2166, 204, 'Cerdanyola del Valles', 414910900, 21407900, 0),
(34784, 2166, 204, 'Cervello', 413958700, 19591700, 0),
(34785, 2166, 204, 'Ciutat Vella', 413802200, 21731900, 0),
(34786, 2166, 204, 'Constanti', 411539200, 12126200, 0),
(34787, 2166, 204, 'Corbins', 416833300, 7000000, 0),
(34788, 2166, 204, 'Cornella de Llobregat', 413500000, 20833300, 0),
(34789, 2166, 204, 'Cubelles', 412077200, 16726700, 0),
(34790, 2166, 204, 'Cunit', 411982900, 16364500, 0),
(34791, 2166, 204, 'Deltebre', 407194400, 7083500, 0),
(34792, 2166, 204, 'Dosrius', 415833300, 24166700, 0),
(34793, 2166, 204, 'Eixample', 413889600, 21617900, 0),
(34794, 2166, 204, 'El Masnou', 414797800, 23188000, 0),
(34795, 2166, 204, 'El Prat de Llobregat', 413278400, 20947200, 0),
(34796, 2166, 204, 'El Vendrell', 412166700, 15333300, 0),
(34797, 2166, 204, 'Empuriabrava', 422469100, 31205900, 0),
(34798, 2166, 204, 'Esparreguera', 415333300, 18666700, 0),
(34799, 2166, 204, 'Esplugues de Llobregat', 413773200, 20880900, 0),
(34800, 2166, 204, 'Falset', 411457600, 8197900, 0),
(34801, 2166, 204, 'Figueres', 422664500, 29616300, 0),
(34802, 2166, 204, 'Fornells de la Selva', 419315900, 28090700, 0),
(34803, 2166, 204, 'Gava', 413060500, 20012300, 0),
(34804, 2166, 204, 'Gelida', 414333300, 18666700, 0),
(34805, 2166, 204, 'Girona', 419831100, 28249300, 0),
(34806, 2166, 204, 'Gironella', 420343300, 18801900, 0),
(34807, 2166, 204, 'Granollers', 416079700, 22877300, 0),
(34808, 2166, 204, 'Hostalric', 417500000, 26333300, 0),
(34809, 2166, 204, 'Igualada', 415809800, 16172000, 0),
(34810, 2166, 204, 'Juneda', 415484700, 8245100, 0),
(34811, 2166, 204, 'L''Ametlla del Valles', 416666700, 22666700, 0),
(34812, 2166, 204, 'L''Ampolla', 408123500, 7100800, 0),
(34813, 2166, 204, 'L''Hospitalet de Llobregat', 413596700, 21002800, 0),
(34814, 2166, 204, 'La Pineda', 410762500, 11851500, 0),
(34815, 2166, 204, 'La Roca del Valles', 415833300, 23333300, 0),
(34816, 2166, 204, 'Llefia', 414380600, 22195000, 0),
(34817, 2166, 204, 'Lleida', 416166700, 6166700, 0),
(34818, 2166, 204, 'Llica d''Amunt', 416166700, 22333300, 0),
(34819, 2166, 204, 'Llica de Vall', 415905400, 22412100, 0),
(34820, 2166, 204, 'Lloret de Mar', 416999300, 28456500, 0),
(34821, 2166, 204, 'Malgrat de Mar', 416466200, 27413500, 0),
(34822, 2166, 204, 'Manlleu', 420022800, 22847600, 0),
(34823, 2166, 204, 'Manresa', 417249800, 18265600, 0),
(34824, 2166, 204, 'Martorell', 414740200, 19306200, 0),
(34825, 2166, 204, 'Matadepera', 415988600, 20264800, 0),
(34826, 2166, 204, 'Mataro', 415421100, 24445000, 0),
(34827, 2166, 204, 'Mediona', 414779800, 16122200, 0),
(34828, 2166, 204, 'Molins de Rei', 414166700, 20166700, 0),
(34829, 2166, 204, 'Mollerussa', 416333300, 9000000, 0),
(34830, 2166, 204, 'Mollet del Valles', 415402600, 22130600, 0),
(34831, 2166, 204, 'Monistrol de Montserrat', 416166700, 18500000, 0),
(34832, 2166, 204, 'Montblanc', 413763600, 11616300, 0),
(34833, 2166, 204, 'Montcada i Reixac', 414833300, 21833300, 0),
(34834, 2166, 204, 'Montgat', 414685900, 22800100, 0),
(34835, 2166, 204, 'Navarcles', 417517100, 19035700, 0),
(34836, 2166, 204, 'Navas', 418999800, 18776300, 0),
(34837, 2166, 204, 'Nou Barris', 414416300, 21772700, 0),
(34838, 2166, 204, 'Olesa de Montserrat', 415437200, 18940800, 0),
(34839, 2166, 204, 'Oliana', 420689500, 13135300, 0),
(34840, 2166, 204, 'Olivella', 413166700, 18166700, 0),
(34841, 2166, 204, 'Olost', 419854000, 20945800, 0),
(34842, 2166, 204, 'Olot', 421809600, 24901200, 0),
(34843, 2166, 204, 'Palafrugell', 419173800, 31631000, 0),
(34844, 2166, 204, 'Palamos', 418484300, 31291200, 0),
(34845, 2166, 204, 'Pals', 419710200, 31481400, 0),
(34846, 2166, 204, 'Porqueres', 421168200, 27414300, 0),
(34847, 2166, 204, 'Premia de Mar', 414920600, 23652400, 0),
(34848, 2166, 204, 'Puigcerda', 424316000, 19281900, 0),
(34849, 2166, 204, 'Reus', 411561200, 11068700, 0),
(34850, 2166, 204, 'Ribes de Freser', 423041700, 21675700, 0),
(34851, 2166, 204, 'Ripollet', 414968600, 21573900, 0),
(34852, 2166, 204, 'Riudellots de la Selva', 418932700, 28045200, 0),
(34853, 2166, 204, 'Riudoms', 411333300, 10500000, 0),
(34854, 2166, 204, 'Roses', 422619900, 31768900, 0),
(34855, 2166, 204, 'Rubi', 414922600, 20330500, 0),
(34856, 2166, 204, 'Sabadell', 415432900, 21094200, 0),
(34857, 2166, 204, 'Sallent', 418260200, 18955000, 0),
(34858, 2166, 204, 'Salou', 410766300, 11416300, 0),
(34859, 2166, 204, 'Salt', 419748900, 27928100, 0),
(34860, 2166, 204, 'Sant Adria de Besos', 414307300, 22185500, 0),
(34861, 2166, 204, 'Sant Andreu de la Barca', 414465900, 19718700, 0),
(34862, 2166, 204, 'Sant Boi de Llobregat', 413435700, 20365900, 0),
(34863, 2166, 204, 'Sant Carles de la Rapita', 406166700, 6000000, 0),
(34864, 2166, 204, 'Sant Celoni', 416833300, 24833300, 0),
(34865, 2166, 204, 'Sant Cugat del Valles', 414666700, 20833300, 0),
(34866, 2166, 204, 'Sant Feliu de Guixols', 417833300, 30333300, 0),
(34867, 2166, 204, 'Sant Feliu de Llobregat', 413833300, 20500000, 0),
(34868, 2166, 204, 'Sant Joan Despi', 413666700, 20666700, 0),
(34869, 2166, 204, 'Sant Just Desvern', 413860200, 20757300, 0),
(34870, 2166, 204, 'Sant Marti', 414181400, 21993300, 0),
(34871, 2166, 204, 'Sant Pere de Ribes', 412666700, 17666700, 0),
(34872, 2166, 204, 'Sant Quirze del Valles', 415333300, 20833300, 0),
(34873, 2166, 204, 'Sant Sadurni d''Anoia', 414166700, 17833300, 0),
(34874, 2166, 204, 'Sant Vicenc dels Horts', 413931700, 20068900, 0),
(34875, 2166, 204, 'Santa Barbara', 407154200, 4929200, 0),
(34876, 2166, 204, 'Santa Coloma de Farners', 418666700, 26666700, 0),
(34877, 2166, 204, 'Santa Coloma de Gramenet', 414515200, 22081000, 0),
(34878, 2166, 204, 'Santa Maria d''Olo', 418666700, 20333300, 0),
(34879, 2166, 204, 'Santa Maria de Palautordera', 417000000, 24500000, 0),
(34880, 2166, 204, 'Santa Susanna', 416333300, 27166700, 0),
(34881, 2166, 204, 'Santpedor', 417830900, 18467300, 0),
(34882, 2166, 204, 'Sarria de Ter', 420166700, 28333300, 0),
(34883, 2166, 204, 'Sentmenat', 416086200, 21353200, 0),
(34884, 2166, 204, 'Sils', 418084200, 27450800, 0),
(34885, 2166, 204, 'Sitges', 412350600, 18119300, 0),
(34886, 2166, 204, 'Sort', 424131900, 11304500, 0),
(34887, 2166, 204, 'Subirats', 414000000, 18333300, 0),
(34888, 2166, 204, 'Tarragona', 411166700, 12500000, 0),
(34889, 2166, 204, 'Teia', 414980400, 23220600, 0),
(34890, 2166, 204, 'Termens', 417166700, 7666700, 0),
(34891, 2166, 204, 'Terrassa', 415666700, 20166700, 0),
(34892, 2166, 204, 'Tiana', 414820200, 22670200, 0),
(34893, 2166, 204, 'Tordera', 416991400, 27188800, 0),
(34894, 2166, 204, 'Torroella de Montgri', 420425400, 31270300, 0),
(34895, 2166, 204, 'Tortosa', 408124900, 5216000, 0),
(34896, 2166, 204, 'Tremp', 421670300, 8948700, 0),
(34897, 2166, 204, 'Ullastrell', 415264300, 19553700, 0),
(34898, 2166, 204, 'Valls', 412861200, 12499300, 0),
(34899, 2166, 204, 'Verges', 420628300, 30457900, 0),
(34900, 2166, 204, 'Vic', 419301200, 22548600, 0),
(34901, 2166, 204, 'Vila-seca', 411166700, 11500000, 0),
(34902, 2166, 204, 'Vilablareix', 419574600, 27737700, 0),
(34903, 2166, 204, 'Viladecans', 413140500, 20142700, 0),
(34904, 2166, 204, 'Vilafranca del Penedes', 413500000, 17000000, 0),
(34905, 2166, 204, 'Vilanova del Cami', 415716500, 16375100, 0),
(34906, 2166, 204, 'Vilanova i la Geltru', 412239200, 17251100, 0),
(34907, 2166, 204, 'Vilassar de Mar', 415096100, 23936500, 0),
(34908, 2166, 204, 'la Garriga', 416833300, 22833300, 0),
(34909, 2166, 204, 'la Seu d''Urgell', 423587700, 14614400, 0),
(34910, 2167, 204, 'Ceuta', 358893300, -53197900, 0),
(34911, 2168, 204, 'Ademuz', 400613900, -12867700, 0),
(34912, 2168, 204, 'Agullent', 388227300, -5483300, 0),
(34913, 2168, 204, 'Aielo de Malferit', 388833300, -5833300, 0),
(34914, 2168, 204, 'Alaquas', 394556800, -4610000, 0),
(34915, 2168, 204, 'Albaida', 388379800, -5172100, 0),
(34916, 2168, 204, 'Albal', 394000000, -4166700, 0),
(34917, 2168, 204, 'Albalat dels Sorells', 395333300, -3500000, 0),
(34918, 2168, 204, 'Albatera', 381790200, -8705900, 0),
(34919, 2168, 204, 'Alberic', 391166700, -5166700, 0),
(34920, 2168, 204, 'Alboraya', 395000000, -3500000, 0),
(34921, 2168, 204, 'Albuixech', 395500000, -3166700, 0),
(34922, 2168, 204, 'Alcantera de Xuquer', 390666700, -5500000, 0),
(34923, 2168, 204, 'Alcoy', 387054500, -4743200, 0),
(34924, 2168, 204, 'Aldaia', 394656900, -4600500, 0),
(34925, 2168, 204, 'Alfafar', 394166700, -3833300, 0),
(34926, 2168, 204, 'Alfara del Patriarca', 395500000, -3833300, 0),
(34927, 2168, 204, 'Algemesi', 391833300, -4333300, 0),
(34928, 2168, 204, 'Alginet', 392666700, -4666700, 0),
(34929, 2168, 204, 'Alicante', 383451700, -4814900, 0),
(34930, 2168, 204, 'Almassora', 399500000, -500000, 0),
(34931, 2168, 204, 'Almenara', 397500000, -2166700, 0),
(34932, 2168, 204, 'Almoradi', 381087900, -7919700, 0),
(34933, 2168, 204, 'Almussafes', 392833300, -4166700, 0),
(34934, 2168, 204, 'Altea', 385988500, -513900, 0),
(34935, 2168, 204, 'Alzira', 391500000, -4333300, 0),
(34936, 2168, 204, 'Aspe', 383451100, -7672200, 0),
(34937, 2168, 204, 'Ayora', 390585200, -10563500, 0),
(34938, 2168, 204, 'Benaguasil', 396000000, -5833300, 0),
(34939, 2168, 204, 'Benetusser', 394166700, -4000000, 0),
(34940, 2168, 204, 'Beniarbeig', 388223200, -21000, 0),
(34941, 2168, 204, 'Benicarlo', 404165000, 4270900, 0),
(34942, 2168, 204, 'Benicassim', 400500000, 666700, 0),
(34943, 2168, 204, 'Benidorm', 385381600, -1309800, 0),
(34944, 2168, 204, 'Benijofar', 380778500, -7368000, 0),
(34945, 2168, 204, 'Benimodo', 392166700, -5333300, 0),
(34946, 2168, 204, 'Beniparrell', 393833300, -4166700, 0),
(34947, 2168, 204, 'Benirredra', 389666700, -1833300, 0),
(34948, 2168, 204, 'Benissa', 387149200, 484900, 0),
(34949, 2168, 204, 'Benitachell', 387327300, 1435400, 0),
(34950, 2168, 204, 'Betera', 395833300, -4500000, 0),
(34951, 2168, 204, 'Bocairent', 387666700, -6166700, 0),
(34952, 2168, 204, 'Bunol', 394166700, -7833300, 0),
(34953, 2168, 204, 'Burjassot', 395166700, -4166700, 0),
(34954, 2168, 204, 'Burriana', 398890100, -849900, 0),
(34955, 2168, 204, 'Cabanes', 401560000, 432500, 0),
(34956, 2168, 204, 'Callosa de Segura', 381249700, -8782200, 0),
(34957, 2168, 204, 'Calp', 386447000, 445000, 0),
(34958, 2168, 204, 'Canet d''En Berenguer', 396833300, -2166700, 0),
(34959, 2168, 204, 'Carcaixent', 391333300, -4500000, 0),
(34960, 2168, 204, 'Carlet', 392333300, -5166700, 0),
(34961, 2168, 204, 'Castello de Rugat', 388833300, -3666700, 0),
(34962, 2168, 204, 'Castello de la Plana', 399833300, -333300, 0),
(34963, 2168, 204, 'Catarroja', 394000000, -4000000, 0),
(34964, 2168, 204, 'Catral', 381606100, -8020900, 0),
(34965, 2168, 204, 'Cheste', 394833300, -6833300, 0),
(34966, 2168, 204, 'Chiva', 394666700, -7166700, 0),
(34967, 2168, 204, 'Cocentaina', 387397500, -4397600, 0),
(34968, 2168, 204, 'Corbera', 391500000, -3500000, 0),
(34969, 2168, 204, 'Crevillente', 382499400, -8097500, 0),
(34970, 2168, 204, 'Cullera', 391666700, -2500000, 0),
(34971, 2168, 204, 'Denia', 388407800, 1057400, 0),
(34972, 2168, 204, 'Elche', 382621800, -7010700, 0),
(34973, 2168, 204, 'Elda', 384778300, -7915700, 0),
(34974, 2168, 204, 'Finestrat', 385673700, -2123500, 0),
(34975, 2168, 204, 'Gandia', 389666700, -1833300, 0),
(34976, 2168, 204, 'Gata de Gorgos', 387744300, 853800, 0),
(34977, 2168, 204, 'Godella', 395333300, -4166700, 0),
(34978, 2168, 204, 'Guardamar del Segura', 380903100, -6555600, 0),
(34979, 2168, 204, 'Ibi', 386253300, -5722500, 0),
(34980, 2168, 204, 'Jalon', 387406300, -112900, 0),
(34981, 2168, 204, 'Javea', 387833300, 1666700, 0),
(34982, 2168, 204, 'Jerica', 399166700, -5666700, 0),
(34983, 2168, 204, 'Jijona', 385408600, -5026300, 0),
(34984, 2168, 204, 'L''Alcudia', 392000000, -5000000, 0),
(34985, 2168, 204, 'L''Alcudia de Crespins', 389666700, -5833300, 0),
(34986, 2168, 204, 'L''Alqueria de la Comtessa', 389333300, -1500000, 0),
(34987, 2168, 204, 'L''Eliana', 395666700, -5333300, 0),
(34988, 2168, 204, 'L''Olleria', 389166700, -5500000, 0),
(34989, 2168, 204, 'La Pobla de Vallbona', 396000000, -5500000, 0),
(34990, 2168, 204, 'La Romana', 383675300, -8986200, 0),
(34991, 2168, 204, 'Llanera de Ranes', 389950700, -5753400, 0),
(34992, 2168, 204, 'Lliria', 396333300, -6000000, 0),
(34993, 2168, 204, 'Llombai', 392833300, -5666700, 0),
(34994, 2168, 204, 'Los Montesinos', 380282200, -7450100, 0),
(34995, 2168, 204, 'Macastre', 393833300, -7833300, 0),
(34996, 2168, 204, 'Manises', 394913900, -4634900, 0),
(34997, 2168, 204, 'Manuel', 390505900, -4897800, 0),
(34998, 2168, 204, 'Massamagrell', 395666700, -3333300, 0),
(34999, 2168, 204, 'Mislata', 394752300, -4182500, 0),
(35000, 2168, 204, 'Moncada', 395455500, -3955100, 0),
(35001, 2168, 204, 'Moncofar', 398090700, -1470100, 0),
(35002, 2168, 204, 'Monforte del Cid', 383802700, -7285000, 0),
(35003, 2168, 204, 'Moraira', 386886600, 1348400, 0),
(35004, 2168, 204, 'Muchamiel', 384158000, -4452900, 0),
(35005, 2168, 204, 'Museros', 395666700, -3500000, 0),
(35006, 2168, 204, 'Novelda', 383847900, -7677300, 0),
(35007, 2168, 204, 'Onda', 399666700, -2500000, 0),
(35008, 2168, 204, 'Ontinyent', 388166700, -6166700, 0),
(35009, 2168, 204, 'Orihuela', 380848300, -9440100, 0),
(35010, 2168, 204, 'Paiporta', 394333300, -4166700, 0),
(35011, 2168, 204, 'Paterna', 395000000, -4333300, 0),
(35012, 2168, 204, 'Pedreguer', 387931200, 341100, 0),
(35013, 2168, 204, 'Picassent', 393666700, -4500000, 0),
(35014, 2168, 204, 'Pilar de la Horadada', 378659100, -7925600, 0),
(35015, 2168, 204, 'Polop', 386225800, -1309000, 0),
(35016, 2168, 204, 'Puig', 395886900, -3033300, 0),
(35017, 2168, 204, 'Rafelcofer', 389324800, -1677200, 0),
(35018, 2168, 204, 'Redovan', 381161900, -9098100, 0),
(35019, 2168, 204, 'Ribarroja', 395500000, -5666700, 0),
(35020, 2168, 204, 'Rocafort', 395333300, -4000000, 0),
(35021, 2168, 204, 'Rojales', 380879900, -7254400, 0),
(35022, 2168, 204, 'Sagunto', 396833300, -2666700, 0),
(35023, 2168, 204, 'San Juan de Alicante', 384014800, -4362300, 0),
(35024, 2168, 204, 'San Miguel de Salinas', 379797200, -7890400, 0),
(35025, 2168, 204, 'San Vicent del Raspeig', 383964000, -5255000, 0),
(35026, 2168, 204, 'Santa Pola', 381916500, -5658000, 0),
(35027, 2168, 204, 'Sax', 385372900, -8177900, 0),
(35028, 2168, 204, 'Sedavi', 394333300, -3833300, 0),
(35029, 2168, 204, 'Segorbe', 398500000, -4833300, 0),
(35030, 2168, 204, 'Silla', 393666700, -4166700, 0),
(35031, 2168, 204, 'Simat de la Valldigna', 390333300, -3166700, 0),
(35032, 2168, 204, 'Sollana', 392833300, -3666700, 0),
(35033, 2168, 204, 'Sueca', 392026000, -3111400, 0),
(35034, 2168, 204, 'Tavernes Blanques', 395000000, -3666700, 0),
(35035, 2168, 204, 'Tavernes de la Valldigna', 390666700, -2666700, 0),
(35036, 2168, 204, 'Teulada', 387294000, 1038300, 0),
(35037, 2168, 204, 'Torrent', 394370500, -4654600, 0),
(35038, 2168, 204, 'Torrevieja', 379787200, -6822200, 0),
(35039, 2168, 204, 'Traiguera', 405251100, 2902300, 0),
(35040, 2168, 204, 'Turis', 393833300, -7000000, 0),
(35041, 2168, 204, 'Valencia', 394697500, -3773900, 0),
(35042, 2168, 204, 'Venta del Moro', 394833300, -13500000, 0),
(35043, 2168, 204, 'Vila-real', 399333300, -1000000, 0),
(35044, 2168, 204, 'Villafames', 401166700, -500000, 0),
(35045, 2168, 204, 'Villajoyosa', 385075400, -2334600, 0),
(35046, 2168, 204, 'Villanueva de Castellon', 390774100, -5116700, 0),
(35047, 2168, 204, 'Villena', 386373000, -8656800, 0),
(35048, 2168, 204, 'Vinalesa', 395333300, -3666700, 0),
(35049, 2168, 204, 'Vinaros', 404703300, 4755900, 0),
(35050, 2168, 204, 'Xativa', 389833300, -5166700, 0),
(35051, 2168, 204, 'Xirivella', 394658800, -4258900, 0),
(35052, 2168, 204, 'el Campello', 384288500, -3977400, 0),
(35053, 2168, 204, 'l''Alcora', 400666700, -2000000, 0),
(35054, 2168, 204, 'l''Alfas del Pi', 385805500, -1032100, 0),
(35055, 2168, 204, 'la Nucia', 386137200, -1269000, 0),
(35056, 2169, 204, 'Alcantara', 397189500, -68837600, 0),
(35057, 2169, 204, 'Alconchel', 385164800, -70716100, 0),
(35058, 2169, 204, 'Almendralejo', 386831600, -64074700, 0),
(35059, 2169, 204, 'Badajoz', 388778900, -69706100, 0),
(35060, 2169, 204, 'Caceres', 394764900, -63722400, 0),
(35061, 2169, 204, 'Coria', 399878800, -65377200, 0),
(35062, 2169, 204, 'Don Benito', 389562700, -58616200, 0),
(35063, 2169, 204, 'Gata', 402375800, -65968400, 0),
(35064, 2169, 204, 'Herrera del Duque', 391684000, -50504900, 0),
(35065, 2169, 204, 'La Cumbre', 394046000, -59763600, 0),
(35066, 2169, 204, 'Llerena', 382333300, -60166700, 0),
(35067, 2169, 204, 'Merida', 389161100, -63436600, 0),
(35068, 2169, 204, 'Miajadas', 391512700, -59084100, 0),
(35069, 2169, 204, 'Monterrubio de la Serena', 385887600, -54456900, 0),
(35070, 2169, 204, 'Navalmoral de la Mata', 398915800, -55406400, 0),
(35071, 2169, 204, 'Plasencia', 400311600, -60884500, 0),
(35072, 2169, 204, 'Puebla de Sancho Perez', 384000000, -64000000, 0),
(35073, 2169, 204, 'Santa Amalia', 390111800, -60115800, 0),
(35074, 2169, 204, 'Tamurejo', 389833300, -49333300, 0),
(35075, 2169, 204, 'Trujillo', 394578600, -58820300, 0),
(35076, 2169, 204, 'Valle de la Serena', 387101000, -57984600, 0),
(35077, 2169, 204, 'Valverde de Leganes', 386705900, -69803600, 0),
(35078, 2169, 204, 'Villanueva de la Serena', 389765500, -57974000, 0),
(35079, 2169, 204, 'Zafra', 384166700, -64166700, 0),
(35080, 2169, 204, 'Zahinos', 383313500, -69553300, 0),
(35081, 2169, 204, 'Zalamea de la Serena', 386513100, -56606300, 0),
(35082, 2169, 204, 'Zarza de Alange', 388181400, -62175600, 0),
(35083, 2170, 204, 'A Coruna', 433713500, -83960000, 0),
(35084, 2170, 204, 'A Estrada', 426833300, -84833300, 0),
(35085, 2170, 204, 'Abegondo', 432166700, -82833300, 0),
(35086, 2170, 204, 'Allariz', 421904400, -78017500, 0),
(35087, 2170, 204, 'Ambia', 422057800, -77370600, 0),
(35088, 2170, 204, 'Ames', 429000000, -86333300, 0),
(35089, 2170, 204, 'Arteixo', 433048200, -85074900, 0),
(35090, 2170, 204, 'Baralla', 428920700, -72549200, 0),
(35091, 2170, 204, 'Bergondo', 433166700, -82333300, 0),
(35092, 2170, 204, 'Betanzos', 432804200, -82146700, 0),
(35093, 2170, 204, 'Boiro', 426500000, -89000000, 0),
(35094, 2170, 204, 'Bueu', 423245800, -87849700, 0),
(35095, 2170, 204, 'Camarinas', 431311500, -91817200, 0),
(35096, 2170, 204, 'Cambre', 432943800, -83473600, 0),
(35097, 2170, 204, 'Cangas', 422641300, -87846200, 0),
(35098, 2170, 204, 'Carballo', 432130000, -86910400, 0),
(35099, 2170, 204, 'Castro', 427666700, -75833300, 0),
(35100, 2170, 204, 'Celanova', 421530300, -79551300, 0),
(35101, 2170, 204, 'Chantada', 426087600, -77711500, 0),
(35102, 2170, 204, 'Combarro', 424318800, -87064900, 0),
(35103, 2170, 204, 'Culleredo', 432878800, -83885800, 0),
(35104, 2170, 204, 'Ferrol', 434832100, -82368900, 0),
(35105, 2170, 204, 'Lalin', 426608500, -81128500, 0),
(35106, 2170, 204, 'Lugo', 430000000, -75666700, 0),
(35107, 2170, 204, 'Marin', 423833300, -87000000, 0),
(35108, 2170, 204, 'Moana', 422833300, -87500000, 0),
(35109, 2170, 204, 'Monfero', 433333300, -80166700, 0),
(35110, 2170, 204, 'Monforte de Lemos', 425216500, -75142200, 0),
(35111, 2170, 204, 'Morana', 425500000, -85833300, 0),
(35112, 2170, 204, 'Mugardos', 434604000, -82550700, 0),
(35113, 2170, 204, 'Mugia', 431041400, -92179100, 0),
(35114, 2170, 204, 'Nigran', 421415300, -88065600, 0),
(35115, 2170, 204, 'O Barco de Valdeorras', 424164200, -69900500, 0),
(35116, 2170, 204, 'O Grove', 424944400, -88650200, 0),
(35117, 2170, 204, 'Oleiros', 433333300, -83166700, 0),
(35118, 2170, 204, 'Oroso', 429833300, -84333300, 0),
(35119, 2170, 204, 'Ourense', 423333300, -78500000, 0),
(35120, 2170, 204, 'Pereiro de Aguiar', 423452400, -78000800, 0),
(35121, 2170, 204, 'Ponteareas', 421833300, -85000000, 0),
(35122, 2170, 204, 'Pontevedra', 424310000, -86443500, 0),
(35123, 2170, 204, 'Puentes de Garcia Rodriguez', 434526600, -78517800, 0),
(35124, 2170, 204, 'Rianxo', 426497600, -88176300, 0),
(35125, 2170, 204, 'Sada', 433561900, -82579600, 0),
(35126, 2170, 204, 'Santiago de Compostela', 428805200, -85456900, 0),
(35127, 2170, 204, 'Sanxenxo', 423999600, -88069800, 0),
(35128, 2170, 204, 'Sarria', 427814800, -74143100, 0),
(35129, 2170, 204, 'Silleda', 426960500, -82465300, 0),
(35130, 2170, 204, 'Tomino', 419877200, -87550200, 0),
(35131, 2170, 204, 'Vigo', 422328200, -87226400, 0),
(35132, 2170, 204, 'Vilagarcia de Arousa', 425963100, -87642600, 0),
(35133, 2170, 204, 'Vilalba', 433000000, -76833300, 0),
(35134, 2170, 204, 'Viveiro', 436622800, -75934400, 0),
(35135, 2171, 204, 'Alcudia', 398531600, 31213800, 0),
(35136, 2171, 204, 'Algaida', 395589900, 28954100, 0),
(35137, 2171, 204, 'Andratx', 395755300, 24201700, 0),
(35138, 2171, 204, 'Arta', 396931500, 33497900, 0),
(35139, 2171, 204, 'Binissalem', 396874400, 28439600, 0),
(35140, 2171, 204, 'Bunyola', 396963400, 26995500, 0),
(35141, 2171, 204, 'Calvia', 395657000, 25062100, 0),
(35142, 2171, 204, 'Campanet', 397747000, 29650600, 0),
(35143, 2171, 204, 'Campos', 394309900, 30193500, 0),
(35144, 2171, 204, 'Ciutadella', 400011200, 38414400, 0),
(35145, 2171, 204, 'Consell', 396686100, 28126700, 0),
(35146, 2171, 204, 'Deia', 397480600, 26482300, 0),
(35147, 2171, 204, 'Esporles', 396697000, 25785300, 0),
(35148, 2171, 204, 'Felanitx', 394696000, 31483100, 0),
(35149, 2171, 204, 'Ibiza', 389088300, 14329600, 0),
(35150, 2171, 204, 'Inca', 397211000, 29109300, 0),
(35151, 2171, 204, 'Llucmajor', 394909300, 28910800, 0),
(35152, 2171, 204, 'Magaluf', 395111000, 25353000, 0),
(35153, 2171, 204, 'Manacor', 395696400, 32095500, 0),
(35154, 2171, 204, 'Mao', 398885300, 42658300, 0),
(35155, 2171, 204, 'Marratxi', 396420800, 27538800, 0),
(35156, 2171, 204, 'Montuiri', 395674200, 29818900, 0),
(35157, 2171, 204, 'Muro', 397366100, 30555900, 0),
(35158, 2171, 204, 'Palma', 395693900, 26502400, 0),
(35159, 2171, 204, 'Pollenca', 398767800, 30162600, 0),
(35160, 2171, 204, 'Port d''Alcudia', 398418200, 31329100, 0),
(35161, 2171, 204, 'Sant Antoni de Portmany', 389806800, 13036200, 0),
(35162, 2171, 204, 'Sant Josep de sa Talaia', 389166700, 12833300, 0),
(35163, 2171, 204, 'Sant Llorenc des Cardassar', 396100900, 32838000, 0),
(35164, 2171, 204, 'Santa Eugenia', 396236100, 28386400, 0),
(35165, 2171, 204, 'Santa Eularia des Riu', 389845700, 15340900, 0),
(35166, 2171, 204, 'Santa Margalida', 397014300, 31021500, 0),
(35167, 2171, 204, 'Santa Ponsa', 395086800, 24766000, 0),
(35168, 2171, 204, 'Santanyi', 393546100, 31290700, 0),
(35169, 2171, 204, 'Selva', 397550400, 29006900, 0),
(35170, 2171, 204, 'Ses Salines', 393383100, 30527400, 0),
(35171, 2171, 204, 'Soller', 397662300, 27152100, 0),
(35172, 2171, 204, 'Son Servera', 396207300, 33600800, 0),
(35173, 2171, 204, 's''Arenal', 395000000, 27500000, 0),
(35174, 2171, 204, 'sa Pobla', 397692000, 30239400, 0),
(35175, 2172, 204, 'Calahorra', 423050600, -19652100, 0),
(35176, 2172, 204, 'Logrono', 424666700, -24500000, 0),
(35177, 2172, 204, 'Najera', 424182200, -27286500, 0),
(35178, 2172, 204, 'Santo Domingo de la Calzada', 424401500, -29536500, 0),
(35179, 2172, 204, 'Villamediana de Iregua', 424265800, -24194300, 0),
(35180, 2173, 204, 'Alcala de Henares', 404820500, -33599600, 0),
(35181, 2173, 204, 'Alcobendas', 405474600, -36419700, 0),
(35182, 2173, 204, 'Alcorcon', 403458200, -38248700, 0),
(35183, 2173, 204, 'Algete', 405971100, -34974300, 0),
(35184, 2173, 204, 'Alpedrete', 406588900, -40251200, 0),
(35185, 2173, 204, 'Aranjuez', 400310800, -36024600, 0),
(35186, 2173, 204, 'Arganda', 403007600, -34372200, 0),
(35187, 2173, 204, 'Arroyomolinos', 402695100, -39194600, 0),
(35188, 2173, 204, 'Becerril de la Sierra', 407169900, -39885800, 0),
(35189, 2173, 204, 'Boadilla del Monte', 404050000, -38783500, 0),
(35190, 2173, 204, 'Brunete', 404053200, -39985000, 0),
(35191, 2173, 204, 'Bustarviejo', 408572000, -37076600, 0),
(35192, 2173, 204, 'Camarma de Esteruelas', 405503200, -33729500, 0),
(35193, 2173, 204, 'Campo Real', 403333300, -33833300, 0),
(35194, 2173, 204, 'Casarrubuelos', 401714600, -38310500, 0),
(35195, 2173, 204, 'Cercedilla', 407410100, -40564400, 0),
(35196, 2173, 204, 'Collado Mediano', 406932600, -40228000, 0),
(35197, 2173, 204, 'Collado-Villalba', 406350600, -40048600, 0),
(35198, 2173, 204, 'Colmenar Viejo', 406590900, -37676200, 0),
(35199, 2173, 204, 'Coslada', 404237800, -35612900, 0),
(35200, 2173, 204, 'Daganzo de Arriba', 405429300, -34545700, 0),
(35201, 2173, 204, 'Fuenlabrada', 402841900, -37941500, 0),
(35202, 2173, 204, 'Fuente el Saz', 406321600, -35114600, 0),
(35203, 2173, 204, 'Galapagar', 405783000, -40042600, 0),
(35204, 2173, 204, 'Getafe', 403057100, -37329500, 0),
(35205, 2173, 204, 'Grinon', 402124900, -38548200, 0),
(35206, 2173, 204, 'Guadarrama', 406727000, -40894900, 0),
(35207, 2173, 204, 'Hoyo de Manzanares', 406226500, -39073300, 0),
(35208, 2173, 204, 'Humanes de Madrid', 402503800, -38306200, 0),
(35209, 2173, 204, 'Las Matas', 405577900, -38917300, 0),
(35210, 2173, 204, 'Las Rozas de Madrid', 404929200, -38737100, 0),
(35211, 2173, 204, 'Las Tablas', 405064900, -36723500, 0),
(35212, 2173, 204, 'Leganes', 403271800, -37635000, 0),
(35213, 2173, 204, 'Loeches', 403833300, -34000000, 0),
(35214, 2173, 204, 'Los Molinos', 407157800, -40740200, 0),
(35215, 2173, 204, 'Los Santos de la Humosa', 404996800, -32533200, 0),
(35216, 2173, 204, 'Madrid', 404165000, -37025600, 0),
(35217, 2173, 204, 'Majadahonda', 404735300, -38718200, 0),
(35218, 2173, 204, 'Mejorada del Campo', 403928300, -34819400, 0),
(35219, 2173, 204, 'Moralzarzal', 406781600, -39707000, 0),
(35220, 2173, 204, 'Mostoles', 403223400, -38649600, 0),
(35221, 2173, 204, 'Navacerrada', 407290500, -40169600, 0),
(35222, 2173, 204, 'Navalcarnero', 402890800, -40119700, 0),
(35223, 2173, 204, 'Nuevo Baztan', 403673100, -32412500, 0),
(35224, 2173, 204, 'Parla', 402360400, -37675200, 0),
(35225, 2173, 204, 'Pedrezuela', 407427700, -35998000, 0),
(35226, 2173, 204, 'Pinar de Chamartin', 404790300, -36683600, 0),
(35227, 2173, 204, 'Pinto', 402414700, -36999900, 0),
(35228, 2173, 204, 'Pozuelo de Alarcon', 404329300, -38133800, 0),
(35229, 2173, 204, 'Ribatejada', 406642000, -33897600, 0),
(35230, 2173, 204, 'San Agustin de Guadalix', 406788200, -36163900, 0),
(35231, 2173, 204, 'San Fernando de Henares', 404238600, -35326100, 0),
(35232, 2173, 204, 'San Lorenzo de El Escorial', 405914400, -41473800, 0),
(35233, 2173, 204, 'San Sebastian de los Reyes', 405443300, -36158800, 0),
(35234, 2173, 204, 'Serranillos del Valle', 402021000, -38818700, 0),
(35235, 2173, 204, 'Torrejon de Ardoz', 404553500, -34697300, 0),
(35236, 2173, 204, 'Torrejon de la Calzada', 401988600, -37970000, 0),
(35237, 2173, 204, 'Torrelaguna', 408276400, -35368300, 0),
(35238, 2173, 204, 'Torrelodones', 405765400, -39265800, 0),
(35239, 2173, 204, 'Torres de la Alameda', 404026400, -33576700, 0),
(35240, 2173, 204, 'Tres Cantos', 406009200, -37080600, 0),
(35241, 2173, 204, 'Vaciamadrid', 403260500, -35108800, 0),
(35242, 2173, 204, 'Valdemorillo', 405006400, -40671000, 0),
(35243, 2173, 204, 'Valdemoro', 401908100, -36788700, 0),
(35244, 2173, 204, 'Velilla de San Antonio', 403651600, -34848400, 0),
(35245, 2173, 204, 'Villalbilla', 404304400, -32990400, 0),
(35246, 2173, 204, 'Villanueva de la Canada', 404469000, -40042800, 0),
(35247, 2173, 204, 'Villanueva del Pardillo', 404833300, -39666700, 0),
(35248, 2173, 204, 'Villarejo de Salvanes', 401666300, -32727700, 0),
(35249, 2173, 204, 'Villaviciosa de Odon', 403569200, -39001100, 0),
(35250, 2174, 204, 'Melilla', 352936900, -29383300, 0),
(35251, 2175, 204, 'Abaran', 382055100, -13990700, 0),
(35252, 2175, 204, 'Aguilas', 374063000, -15828900, 0),
(35253, 2175, 204, 'Alcantarilla', 379693900, -12171400, 0),
(35254, 2175, 204, 'Alhama de Murcia', 378510300, -14250700, 0),
(35255, 2175, 204, 'Archena', 381163100, -13004300, 0),
(35256, 2175, 204, 'Beniel', 380463600, -10023300, 0),
(35257, 2175, 204, 'Blanca', 381791000, -13747300, 0),
(35258, 2175, 204, 'Bullas', 380466700, -16722700, 0),
(35259, 2175, 204, 'Caravaca', 381055800, -18634200, 0),
(35260, 2175, 204, 'Cartagena', 376051200, -9862300, 0),
(35261, 2175, 204, 'Cehegin', 380924200, -17985000, 0),
(35262, 2175, 204, 'Ceuti', 380785900, -12746700, 0),
(35263, 2175, 204, 'Cieza', 382399800, -14198700, 0),
(35264, 2175, 204, 'Fortuna', 381814000, -11259000, 0),
(35265, 2175, 204, 'Jumilla', 384791700, -13250000, 0),
(35266, 2175, 204, 'La Union', 376191500, -8779900, 0),
(35267, 2175, 204, 'Las Torres de Cotillas', 380282200, -12418800, 0),
(35268, 2175, 204, 'Lorca', 376711900, -17017000, 0),
(35269, 2175, 204, 'Lorqui', 380826100, -12510300, 0),
(35270, 2175, 204, 'Los Alcazares', 377442500, -8504100, 0),
(35271, 2175, 204, 'Mazarron', 375992000, -13149300, 0),
(35272, 2175, 204, 'Molina de Segura', 380545600, -12076300, 0),
(35273, 2175, 204, 'Moratalla', 381892800, -18918300, 0),
(35274, 2175, 204, 'Mula', 380409400, -14901400, 0),
(35275, 2175, 204, 'Murcia', 379870400, -11300400, 0),
(35276, 2175, 204, 'Pliego', 379894600, -15044400, 0),
(35277, 2175, 204, 'Ricote', 381533800, -13655700, 0),
(35278, 2175, 204, 'San Javier', 378062600, -8373600, 0),
(35279, 2175, 204, 'San Pedro del Pinatar', 378356800, -7910200, 0),
(35280, 2175, 204, 'Santomera', 380614700, -10487700, 0),
(35281, 2175, 204, 'Torre-Pacheco', 377429300, -9539600, 0),
(35282, 2175, 204, 'Totana', 377688000, -15022900, 0),
(35283, 2175, 204, 'Yecla', 386136500, -11146800, 0),
(35284, 2176, 204, 'Altsasu', 428999900, -21651600, 0),
(35285, 2176, 204, 'Arroniz', 425882400, -20923700, 0),
(35286, 2176, 204, 'Baranain', 428056700, -16773100, 0),
(35287, 2176, 204, 'Bera', 432817700, -16863200, 0),
(35288, 2176, 204, 'Berriozar', 428306700, -16664800, 0),
(35289, 2176, 204, 'Burlata', 428256200, -16167100, 0),
(35290, 2176, 204, 'Cintruenigo', 420793700, -18045800, 0),
(35291, 2176, 204, 'Cizur Mayor', 427879500, -16906500, 0),
(35292, 2176, 204, 'Doneztebe', 431333300, -16666700, 0),
(35293, 2176, 204, 'Echarri-Aranaz', 429079100, -20647400, 0),
(35294, 2176, 204, 'Egues-Uharte', 428303500, -15908700, 0),
(35295, 2176, 204, 'Ermitagana', 428108400, -16640900, 0),
(35296, 2176, 204, 'Iturrama', 428084700, -16582500, 0),
(35297, 2176, 204, 'Los Arcos', 425707600, -21927500, 0),
(35298, 2176, 204, 'Milagro', 422416000, -17658800, 0),
(35299, 2176, 204, 'Murchante', 420318500, -16558200, 0),
(35300, 2176, 204, 'Pamplona', 428168700, -16432300, 0),
(35301, 2176, 204, 'Peralta', 423383400, -18003400, 0),
(35302, 2176, 204, 'Primer Ensanche', 428148300, -16489800, 0),
(35303, 2176, 204, 'Puente la Reina', 426729100, -18141200, 0),
(35304, 2176, 204, 'Segundo Ensanche', 428139000, -16429500, 0),
(35305, 2176, 204, 'Tudela', 420616600, -16045200, 0),
(35306, 2177, 204, 'Algorta', 433492700, -30094000, 0),
(35307, 2177, 204, 'Amorebieta-Etxano', 432166700, -27333300, 0),
(35308, 2177, 204, 'Amurrio', 430500000, -30000000, 0),
(35309, 2177, 204, 'Andoain', 432165800, -20253000, 0),
(35310, 2177, 204, 'Arrasate-Mondragon', 430644100, -24897700, 0),
(35311, 2177, 204, 'Arrigorriaga', 432100600, -28856200, 0),
(35312, 2177, 204, 'Barakaldo', 432956400, -29972900, 0),
(35313, 2177, 204, 'Basauri', 432397000, -28858000, 0),
(35314, 2177, 204, 'Berango', 433650000, -29960100, 0),
(35315, 2177, 204, 'Bergara', 431151000, -24175000, 0),
(35316, 2177, 204, 'Bermeo', 434208800, -27215200, 0),
(35317, 2177, 204, 'Berriz', 431666700, -25666700, 0),
(35318, 2177, 204, 'Bilbao', 432627100, -29252800, 0),
(35319, 2177, 204, 'Derio', 433054400, -28811600, 0),
(35320, 2177, 204, 'Durango', 431712400, -26338000, 0),
(35321, 2177, 204, 'Eibar', 431849300, -24715800, 0),
(35322, 2177, 204, 'Elgoibar', 432160100, -24133400, 0),
(35323, 2177, 204, 'Elorrio', 431292400, -25405600, 0),
(35324, 2177, 204, 'Erandio', 433078800, -29450200, 0),
(35325, 2177, 204, 'Ermua', 431833300, -25000000, 0),
(35326, 2177, 204, 'Errenteria', 433119500, -19023400, 0),
(35327, 2177, 204, 'Fuenterrabia', 433720200, -17944800, 0),
(35328, 2177, 204, 'Galdakao', 432333300, -28333300, 0),
(35329, 2177, 204, 'Getxo', 433568900, -30114600, 0),
(35330, 2177, 204, 'Hernani', 432661500, -19761500, 0),
(35331, 2177, 204, 'Irun', 433390400, -17893800, 0),
(35332, 2177, 204, 'Laguardia', 425546000, -25852800, 0),
(35333, 2177, 204, 'Landa', 433833300, -29500000, 0),
(35334, 2177, 204, 'Lasarte', 432677400, -20216900, 0),
(35335, 2177, 204, 'Leioa', 433333300, -29833300, 0),
(35336, 2177, 204, 'Llodio', 431432200, -29620400, 0),
(35337, 2177, 204, 'Onate', 430326200, -24099700, 0),
(35338, 2177, 204, 'Pasaia', 433253000, -19270700, 0),
(35339, 2177, 204, 'Portugalete', 433209900, -30206400, 0),
(35340, 2177, 204, 'San Sebastian', 433128300, -19749900, 0),
(35341, 2177, 204, 'Santurtzi', 433284200, -30324800, 0),
(35342, 2177, 204, 'Santutxu', 432534700, -29161000, 0),
(35343, 2177, 204, 'Segura', 430075300, -22540000, 0),
(35344, 2177, 204, 'Sestao', 433097500, -30071600, 0),
(35345, 2177, 204, 'Sopelana', 433789100, -29831300, 0),
(35346, 2177, 204, 'Tolosa', 431348400, -20780100, 0),
(35347, 2177, 204, 'Urnieta', 432472700, -19908400, 0),
(35348, 2177, 204, 'Urtuella', 433111300, -30561700, 0),
(35349, 2177, 204, 'Usurbil', 432716400, -20491200, 0),
(35350, 2177, 204, 'Vitoria-Gasteiz', 428500000, -26666700, 0),
(35351, 2177, 204, 'Zamudio', 432860000, -28700000, 0),
(35352, 2177, 204, 'Zumaia', 432946900, -22534100, 0),
(35353, 2177, 204, 'Zumarraga', 430885800, -23140800, 0),
(35354, 2178, 205, 'Dambulla', 78600000, 806516700, 0),
(35355, 2178, 205, 'Gampola', 71643000, 805696000, 0),
(35356, 2178, 205, 'Kadugannawa', 72547000, 805242000, 0),
(35357, 2178, 205, 'Kandy', 72955000, 806356000, 0),
(35358, 2178, 205, 'Nuwara Eliya', 69707800, 807828600, 0),
(35359, 2179, 205, 'Anuradhapura', 83564700, 804172600, 0),
(35360, 2179, 205, 'Polonnaruwa', 79333300, 810000000, 0),
(35361, 2180, 205, 'Chilaw', 75758300, 797952800, 0),
(35362, 2180, 205, 'Kurunegala', 74863000, 803623000, 0),
(35363, 2181, 205, 'Jaffna', 96684500, 800074200, 0),
(35364, 2181, 205, 'Kalmunai', 74166700, 818166700, 0),
(35365, 2181, 205, 'Trincomalee', 85711000, 812335000, 0),
(35366, 2181, 205, 'Vavuniya', 87514000, 804971000, 0),
(35367, 2182, 205, 'Ratnapura', 66827800, 803991700, 0),
(35368, 2183, 205, 'Bentota', 64254000, 799948000, 0),
(35369, 2183, 205, 'Galle', 60367000, 802170000, 0),
(35370, 2183, 205, 'Matara', 59485100, 805352800, 0),
(35371, 2183, 205, 'Tangalla', 60240000, 807911000, 0),
(35372, 2184, 205, 'Badulla', 69895000, 810557000, 0),
(35373, 2185, 205, 'Battaramulla South', 68964000, 799181000, 0),
(35374, 2185, 205, 'Beruwala', 64788000, 799828000, 0),
(35375, 2185, 205, 'Colombo', 69319400, 798477800, 0),
(35376, 2185, 205, 'Galkissa', 68293000, 798630000, 0),
(35377, 2185, 205, 'Gampaha', 70897000, 799925000, 0),
(35378, 2185, 205, 'Hanwella Ihala', 69012000, 800852000, 0),
(35379, 2185, 205, 'Hendala', 69909000, 798830000, 0),
(35380, 2185, 205, 'Homagama', 68440000, 800024000, 0),
(35381, 2185, 205, 'Horana South', 67159000, 800626000, 0),
(35382, 2185, 205, 'Kalutara', 65831000, 799593000, 0),
(35383, 2185, 205, 'Kandana', 70480000, 798937000, 0),
(35384, 2185, 205, 'Kelaniya', 69553000, 799220000, 0),
(35385, 2185, 205, 'Kolonnawa', 69329000, 798848000, 0),
(35386, 2185, 205, 'Kotikawatta', 69269000, 799095000, 0),
(35387, 2185, 205, 'Maharagama', 68480000, 799265000, 0),
(35388, 2185, 205, 'Minuwangoda', 71663000, 799533000, 0),
(35389, 2185, 205, 'Moratuwa', 67730000, 798816000, 0),
(35390, 2185, 205, 'Mulleriyawa', 69330000, 799297000, 0),
(35391, 2185, 205, 'Negombo', 72083000, 798358000, 0),
(35392, 2185, 205, 'Panadura', 67132000, 799026000, 0),
(35393, 2185, 205, 'Peliyagoda', 69685000, 798836000, 0),
(35394, 2185, 205, 'Pita Kotte', 68905000, 799015000, 0),
(35395, 2185, 205, 'Sri Jayewardenepura Kotte', 69027800, 799083300, 0),
(35396, 2185, 205, 'Wattala', 69779000, 798898000, 0),
(35397, 2186, 206, 'Gedaref', 140333300, 354000000, 0),
(35398, 2187, 206, 'Wad Medani', 144011800, 335198900, 0),
(35399, 2188, 206, 'Kassala', 154570000, 364001000, 0),
(35400, 2189, 206, 'Khartoum', 155517700, 325324100, 0),
(35401, 2189, 206, 'Omdurman', 156361100, 324372200, 0),
(35402, 2190, 206, 'Barah', 137000000, 303666700, 0),
(35403, 2190, 206, 'El Obeid', 131842100, 302166900, 0),
(35404, 2191, 206, 'Dongola', 191666700, 304833300, 0),
(35405, 2192, 206, 'Madent Atbara', 176925000, 339852000, 0),
(35406, 2193, 206, 'Nyala', 120500000, 248833300, 0),
(35407, 2194, 206, 'Rabaq', 131808700, 327399900, 0),
(35408, 2195, 207, 'Nieuw Nickerie', 59500000, -569833300, 0),
(35409, 2196, 207, 'Paramaribo', 58663800, -551668200, 0),
(35410, 2197, 207, 'Lelydorp', 57000000, -552333300, 0),
(35411, 2198, 208, 'Lobamba', -264666700, 312000000, 0),
(35412, 2198, 208, 'Mbabane', -263166700, 311333300, 0),
(35413, 2199, 208, 'Mhlume', -260333300, 318500000, 0),
(35414, 2200, 208, 'Kwaluseni', -264833300, 313333300, 0),
(35415, 2200, 208, 'Manzini', -264833300, 313666700, 0),
(35416, 2201, 209, 'Hasslo', 561166700, 154833300, 0),
(35417, 2201, 209, 'Jamshog', 562333300, 145166700, 0),
(35418, 2201, 209, 'Karlshamn', 561706000, 148618800, 0),
(35419, 2201, 209, 'Karlskrona', 561615600, 155866100, 0),
(35420, 2201, 209, 'Olofstroem', 562773000, 145340200, 0),
(35421, 2201, 209, 'Rodeby', 562500000, 156000000, 0),
(35422, 2201, 209, 'Ronneby', 562099900, 152760200, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(35423, 2201, 209, 'Soelvesborg', 560520500, 145752500, 0),
(35424, 2201, 209, 'Sturko', 560833300, 157000000, 0),
(35425, 2202, 209, 'Abborrberget', 601500000, 148000000, 0),
(35426, 2202, 209, 'Avesta', 601454500, 161678500, 0),
(35427, 2202, 209, 'Borlaenge', 604858000, 154371400, 0),
(35428, 2202, 209, 'Falun', 606035700, 156259700, 0),
(35429, 2202, 209, 'Grangesberg', 600833300, 149833300, 0),
(35430, 2202, 209, 'Hedemora', 602797300, 159885500, 0),
(35431, 2202, 209, 'Jarna', 605333300, 143666700, 0),
(35432, 2202, 209, 'Leksand', 607338700, 150031600, 0),
(35433, 2202, 209, 'Ludvika', 601495900, 151877600, 0),
(35434, 2202, 209, 'Malung', 606832900, 137154200, 0),
(35435, 2202, 209, 'Mora', 610070400, 145431600, 0),
(35436, 2202, 209, 'Orsa', 611203400, 146155000, 0),
(35437, 2202, 209, 'Saeter', 603477800, 157505100, 0),
(35438, 2202, 209, 'Smedjebacken', 601418100, 154141600, 0),
(35439, 2202, 209, 'Vansbro', 605089300, 142245800, 0),
(35440, 2203, 209, 'Alfta', 613467500, 160749900, 0),
(35441, 2203, 209, 'Arbra', 614666700, 163833300, 0),
(35442, 2203, 209, 'Bergsjoe', 619825300, 170636800, 0),
(35443, 2203, 209, 'Bollnas', 613481700, 163946400, 0),
(35444, 2203, 209, 'Edsbyn', 613769200, 158174700, 0),
(35445, 2203, 209, 'Farila', 618000000, 158500000, 0),
(35446, 2203, 209, 'Gavle', 606745200, 171417400, 0),
(35447, 2203, 209, 'Hedesunda', 604000000, 170000000, 0),
(35448, 2203, 209, 'Hofors', 605457300, 162866800, 0),
(35449, 2203, 209, 'Hudiksvall', 617289700, 171035800, 0),
(35450, 2203, 209, 'Iggesund', 616444400, 170830600, 0),
(35451, 2203, 209, 'Jarbo', 607166700, 166000000, 0),
(35452, 2203, 209, 'Ljusdal', 618288300, 160912600, 0),
(35453, 2203, 209, 'Ockelbo', 608912000, 167184600, 0),
(35454, 2203, 209, 'Sandviken', 606166700, 167666700, 0),
(35455, 2203, 209, 'Soderhamn', 613037300, 170592100, 0),
(35456, 2203, 209, 'Sorforsa', 617333300, 169833300, 0),
(35457, 2203, 209, 'Valbo', 606500000, 170333300, 0),
(35458, 2204, 209, 'Klintehamn', 573866700, 182037100, 0),
(35459, 2204, 209, 'Slite', 577046100, 188031000, 0),
(35460, 2204, 209, 'Vibble', 576000000, 182500000, 0),
(35461, 2204, 209, 'Visby', 576408900, 182960200, 0),
(35462, 2205, 209, 'Falkenberg', 569055200, 124911800, 0),
(35463, 2205, 209, 'Fjaeras kyrkby', 574591300, 121750800, 0),
(35464, 2205, 209, 'Frillesas', 573166700, 121666700, 0),
(35465, 2205, 209, 'Fyllinge', 566500000, 129166700, 0),
(35466, 2205, 209, 'Halmstad', 566744600, 128567600, 0),
(35467, 2205, 209, 'Hyltebruk', 569989200, 132395800, 0),
(35468, 2205, 209, 'Kungsbacka', 574871900, 120761200, 0),
(35469, 2205, 209, 'Laholm', 565120700, 130437100, 0),
(35470, 2205, 209, 'Mjallby', 566833300, 127666700, 0),
(35471, 2205, 209, 'Onsala', 574253100, 120290300, 0),
(35472, 2205, 209, 'Saro', 575057700, 119321000, 0),
(35473, 2205, 209, 'Traslovslage', 570658300, 122827800, 0),
(35474, 2205, 209, 'Troenninge', 566166700, 129333300, 0),
(35475, 2205, 209, 'Tvaaker', 570500000, 124000000, 0),
(35476, 2205, 209, 'Varberg', 571055700, 122507800, 0),
(35477, 2205, 209, 'Veddige', 572666700, 123166700, 0),
(35478, 2206, 209, 'Are', 633983500, 130801900, 0),
(35479, 2206, 209, 'Braecke', 627506700, 154219300, 0),
(35480, 2206, 209, 'Brunflo', 630758600, 148320300, 0),
(35481, 2206, 209, 'Froson', 631916670, 145416670, 0),
(35482, 2206, 209, 'Hoverberg', 628138100, 144473500, 0),
(35483, 2206, 209, 'Jarpen', 633500000, 134833300, 0),
(35484, 2206, 209, 'Krokom', 633258900, 144488300, 0),
(35485, 2206, 209, 'Lit', 633166700, 148166700, 0),
(35486, 2206, 209, 'Ostersund', 631792000, 146356600, 0),
(35487, 2206, 209, 'Stroemsund', 638520600, 155558300, 0),
(35488, 2206, 209, 'Sveg', 620340700, 143657700, 0),
(35489, 2207, 209, 'Bankeryd', 578500000, 141166700, 0),
(35490, 2207, 209, 'Bodafors', 575000000, 147000000, 0),
(35491, 2207, 209, 'Eksjoe', 576664300, 149720500, 0),
(35492, 2207, 209, 'Forsheda', 571500000, 138166700, 0),
(35493, 2207, 209, 'Gislaved', 573044000, 135407800, 0),
(35494, 2207, 209, 'Habo', 579118500, 140744400, 0),
(35495, 2207, 209, 'Hestra', 579166700, 145833300, 0),
(35496, 2207, 209, 'Huskvarna', 577859600, 143021400, 0),
(35497, 2207, 209, 'Jonkoping', 577814500, 141561800, 0),
(35498, 2207, 209, 'Kaxholmen', 578666700, 143000000, 0),
(35499, 2207, 209, 'Mullsjoe', 579171000, 138783100, 0),
(35500, 2207, 209, 'Nassjo', 576530700, 146967600, 0),
(35501, 2207, 209, 'Odensjo', 577166700, 141666700, 0),
(35502, 2207, 209, 'Reftele', 571833300, 135833300, 0),
(35503, 2207, 209, 'Rydaholm', 569833300, 143000000, 0),
(35504, 2207, 209, 'Saevsjoe', 574032700, 146624400, 0),
(35505, 2207, 209, 'Skillingaryd', 574333300, 140833300, 0),
(35506, 2207, 209, 'Taberg', 576833300, 140833300, 0),
(35507, 2207, 209, 'Tenhult', 577166700, 143166700, 0),
(35508, 2207, 209, 'Tranas', 580371700, 149782000, 0),
(35509, 2207, 209, 'Vaggeryd', 574980700, 141484200, 0),
(35510, 2207, 209, 'Varnamo', 571860400, 140400100, 0),
(35511, 2207, 209, 'Vetlanda', 574288700, 150776200, 0),
(35512, 2207, 209, 'Vrigstad', 573500000, 144666700, 0),
(35513, 2208, 209, 'Ankarsrum', 577000000, 163166700, 0),
(35514, 2208, 209, 'Borgholm', 568793000, 166563400, 0),
(35515, 2208, 209, 'Emmaboda', 566326800, 155364800, 0),
(35516, 2208, 209, 'Faerjestaden', 566500000, 164500000, 0),
(35517, 2208, 209, 'Forserum', 579500000, 164666700, 0),
(35518, 2208, 209, 'Gamleby', 579000000, 164000000, 0),
(35519, 2208, 209, 'Hultsfred', 574881500, 158435700, 0),
(35520, 2208, 209, 'Kalmar', 566615700, 163616300, 0),
(35521, 2208, 209, 'Lindsdal', 567333300, 163000000, 0),
(35522, 2208, 209, 'Malilla', 573877300, 158067500, 0),
(35523, 2208, 209, 'Moensteras', 570413400, 164446300, 0),
(35524, 2208, 209, 'Nybro', 567446100, 159071400, 0),
(35525, 2208, 209, 'Oskarshamn', 572645500, 164483700, 0),
(35526, 2208, 209, 'Overum', 579833300, 163166700, 0),
(35527, 2208, 209, 'Paskallavik', 571666700, 164500000, 0),
(35528, 2208, 209, 'Rinkabyholm', 566497200, 162666700, 0),
(35529, 2208, 209, 'Torsas', 564125100, 159984400, 0),
(35530, 2208, 209, 'Vaestervik', 577584000, 166373300, 0),
(35531, 2208, 209, 'Vimmerby', 576658800, 158551500, 0),
(35532, 2208, 209, 'Virserum', 573166700, 155833300, 0),
(35533, 2209, 209, 'AElmhult', 565514600, 141382700, 0),
(35534, 2209, 209, 'Alvesta', 568993500, 145555900, 0),
(35535, 2209, 209, 'Aseda', 571701000, 153443000, 0),
(35536, 2209, 209, 'Braas', 570666700, 150500000, 0),
(35537, 2209, 209, 'Gemla', 568666700, 146333300, 0),
(35538, 2209, 209, 'Hovmantorp', 567852700, 151265400, 0),
(35539, 2209, 209, 'Lagan', 569166700, 139833300, 0),
(35540, 2209, 209, 'Lenhovda', 570000000, 152833300, 0),
(35541, 2209, 209, 'Lessebo', 567518500, 152696900, 0),
(35542, 2209, 209, 'Ljungby', 568332400, 139408200, 0),
(35543, 2209, 209, 'Markaryd', 564613500, 135964400, 0),
(35544, 2209, 209, 'Moheda', 570000000, 145666700, 0),
(35545, 2209, 209, 'Stromsnasbruk', 565500000, 137166700, 0),
(35546, 2209, 209, 'Vaxjo', 568776700, 148090600, 0),
(35547, 2210, 209, 'AElvsbyn', 656762400, 210016200, 0),
(35548, 2210, 209, 'Arvidsjaur', 655903300, 191668200, 0),
(35549, 2210, 209, 'Bergnaset', 655779100, 221084400, 0),
(35550, 2210, 209, 'Boden', 658251800, 216886400, 0),
(35551, 2210, 209, 'Gaellivare', 671338700, 206527800, 0),
(35552, 2210, 209, 'Gammelstad', 656393100, 220114500, 0),
(35553, 2210, 209, 'Haparanda', 658354900, 241367600, 0),
(35554, 2210, 209, 'Hortlax', 652833300, 213833300, 0),
(35555, 2210, 209, 'Jokkmokk', 666066500, 198232400, 0),
(35556, 2210, 209, 'Kalix', 658529800, 231564500, 0),
(35557, 2210, 209, 'Kallax', 655250000, 220583330, 0),
(35558, 2210, 209, 'Kiruna', 678557200, 202251300, 0),
(35559, 2210, 209, 'Lulea', 655841500, 221546500, 0),
(35560, 2210, 209, 'Malmberget', 671752900, 206549500, 0),
(35561, 2210, 209, 'OEvertornea', 663877800, 236542500, 0),
(35562, 2210, 209, 'Pajala', 672128400, 233660700, 0),
(35563, 2210, 209, 'Pitea', 653171700, 214794400, 0),
(35564, 2210, 209, 'Ranea', 658548200, 222912600, 0),
(35565, 2210, 209, 'Roknas', 653500000, 212000000, 0),
(35566, 2210, 209, 'Rolfs', 658500000, 231166700, 0),
(35567, 2210, 209, 'Rosvik', 654333300, 217000000, 0),
(35568, 2210, 209, 'Saevast', 657700200, 217311300, 0),
(35569, 2211, 209, 'Asbro', 590000000, 150500000, 0),
(35570, 2211, 209, 'Degerfors', 592379700, 144307700, 0),
(35571, 2211, 209, 'Fellingsbro', 594333300, 155833300, 0),
(35572, 2211, 209, 'Frovi', 594666700, 153666700, 0),
(35573, 2211, 209, 'Hallabrottet', 591166700, 152000000, 0),
(35574, 2211, 209, 'Hallsberg', 590657000, 151117400, 0),
(35575, 2211, 209, 'Karlskoga', 593266700, 145238600, 0),
(35576, 2211, 209, 'Kopparberg', 598759700, 149943600, 0),
(35577, 2211, 209, 'Kumla', 591277000, 151434100, 0),
(35578, 2211, 209, 'Lindesberg', 595920200, 152304000, 0),
(35579, 2211, 209, 'Nora', 595192600, 150397900, 0),
(35580, 2211, 209, 'Odensbacken', 591666700, 155333300, 0),
(35581, 2211, 209, 'Orebro', 592741200, 152066000, 0),
(35582, 2211, 209, 'Stora', 597166700, 151333300, 0),
(35583, 2212, 209, 'Aby', 586666700, 161833300, 0),
(35584, 2212, 209, 'Atvidaberg', 582015200, 159977000, 0),
(35585, 2212, 209, 'Berg', 584883100, 155296900, 0),
(35586, 2212, 209, 'Borensberg', 585666700, 152833300, 0),
(35587, 2212, 209, 'Boxholm', 581971900, 150537600, 0),
(35588, 2212, 209, 'Ekangen', 584666700, 156333300, 0),
(35589, 2212, 209, 'Finspang', 587057800, 157673900, 0),
(35590, 2212, 209, 'Herrestad', 583833300, 148000000, 0),
(35591, 2212, 209, 'Linghem', 584333300, 157833300, 0),
(35592, 2212, 209, 'Linkoping', 584166700, 156166700, 0),
(35593, 2212, 209, 'Ljungsbro', 585166700, 155000000, 0),
(35594, 2212, 209, 'Malmslatt', 584110200, 155164700, 0),
(35595, 2212, 209, 'Mjolby', 583259500, 151236500, 0),
(35596, 2212, 209, 'Motala', 585370600, 150364900, 0),
(35597, 2212, 209, 'Norrkoping', 585941900, 161826000, 0),
(35598, 2212, 209, 'OEdeshoeg', 582294900, 146529400, 0),
(35599, 2212, 209, 'Ryd', 586666700, 150833300, 0),
(35600, 2212, 209, 'Soederkoeping', 584805700, 163222100, 0),
(35601, 2212, 209, 'Stenstorp', 584833300, 150666700, 0),
(35602, 2212, 209, 'Sturefors', 583333300, 157333300, 0),
(35603, 2212, 209, 'Svartinge', 586500000, 160000000, 0),
(35604, 2212, 209, 'Vadstena', 584486300, 148896900, 0),
(35605, 2212, 209, 'Vikingstad', 583830400, 154320100, 0),
(35606, 2213, 209, 'Ahus', 559166700, 142833300, 0),
(35607, 2213, 209, 'Anderslov', 554333300, 133333300, 0),
(35608, 2213, 209, 'Angelholm', 562428000, 128621900, 0),
(35609, 2213, 209, 'Arloev', 556324800, 130714100, 0),
(35610, 2213, 209, 'Astorp', 561356600, 129443000, 0),
(35611, 2213, 209, 'Barslov', 560000000, 128166700, 0),
(35612, 2213, 209, 'Bastad', 564268900, 128533900, 0),
(35613, 2213, 209, 'Billesholm', 560500000, 130000000, 0),
(35614, 2213, 209, 'Bjarred', 557166700, 130166700, 0),
(35615, 2213, 209, 'Bjuv', 560837200, 129191400, 0),
(35616, 2213, 209, 'Broby', 562552100, 140779700, 0),
(35617, 2213, 209, 'Bromoella', 560755100, 144695800, 0),
(35618, 2213, 209, 'Bunkeflostrand', 555333300, 129500000, 0),
(35619, 2213, 209, 'Degeberga', 558333300, 140833300, 0),
(35620, 2213, 209, 'Eslov', 558392800, 133039300, 0),
(35621, 2213, 209, 'Forslov', 563500000, 128166700, 0),
(35622, 2213, 209, 'Gantofta', 559833300, 128000000, 0),
(35623, 2213, 209, 'Genarp', 556000000, 133833300, 0),
(35624, 2213, 209, 'Gislovs Lage', 553500000, 132333330, 0),
(35625, 2213, 209, 'Glumslov', 559500000, 128166700, 0),
(35626, 2213, 209, 'Hanaskog', 561500000, 141166700, 0),
(35627, 2213, 209, 'Hassleholm', 561590500, 137663800, 0),
(35628, 2213, 209, 'Hastveda', 562666700, 139333300, 0),
(35629, 2213, 209, 'Helsingborg', 560467300, 126943700, 0),
(35630, 2213, 209, 'Hoeoer', 559344400, 135385000, 0),
(35631, 2213, 209, 'Hoerby', 558523800, 136609400, 0),
(35632, 2213, 209, 'Hofterup', 557833300, 129666700, 0),
(35633, 2213, 209, 'Hoganas', 561997100, 125579500, 0),
(35634, 2213, 209, 'Hollviken', 554166700, 129500000, 0),
(35635, 2213, 209, 'Kaevlinge', 557918800, 131102100, 0),
(35636, 2213, 209, 'Kivik', 556833300, 142500000, 0),
(35637, 2213, 209, 'Klagerup', 555941600, 132457400, 0),
(35638, 2213, 209, 'Klippan', 561355900, 131308600, 0),
(35639, 2213, 209, 'Knislinge', 561833300, 140833300, 0),
(35640, 2213, 209, 'Kopingebro', 554666700, 139333300, 0),
(35641, 2213, 209, 'Kristianstad', 560312900, 141524200, 0),
(35642, 2213, 209, 'Landskrona', 558708000, 128301600, 0),
(35643, 2213, 209, 'Ljungbyhed', 560666700, 132166700, 0),
(35644, 2213, 209, 'Ljunghusen', 554000000, 129166700, 0),
(35645, 2213, 209, 'Loberod', 557833300, 135000000, 0),
(35646, 2213, 209, 'Loddekopinge', 557666700, 130166700, 0),
(35647, 2213, 209, 'Lomma', 556724400, 130684900, 0),
(35648, 2213, 209, 'Lund', 557058400, 131932100, 0),
(35649, 2213, 209, 'Malmoe', 556058700, 130007300, 0),
(35650, 2213, 209, 'Morarp', 560666700, 128666700, 0),
(35651, 2213, 209, 'OErkelljunga', 562833800, 132777300, 0),
(35652, 2213, 209, 'Odakra', 561000000, 127333300, 0),
(35653, 2213, 209, 'Osby', 563816500, 139936400, 0),
(35654, 2213, 209, 'Oxie', 555333300, 131000000, 0),
(35655, 2213, 209, 'Perstorp', 561382900, 133947600, 0),
(35656, 2213, 209, 'Simrishamn', 555565300, 143503700, 0),
(35657, 2213, 209, 'Sjoebo', 556313500, 137062200, 0),
(35658, 2213, 209, 'Skanor med Falsterbo', 554000000, 128500000, 0),
(35659, 2213, 209, 'Skurup', 554783900, 135018600, 0),
(35660, 2213, 209, 'Smygehamn', 553333300, 133833300, 0),
(35661, 2213, 209, 'Staffanstorp', 556427700, 132063800, 0),
(35662, 2213, 209, 'Svedala', 555078800, 132351500, 0),
(35663, 2213, 209, 'Teckomatorp', 558666700, 130833300, 0),
(35664, 2213, 209, 'Tomelilla', 555429300, 139546000, 0),
(35665, 2213, 209, 'Tormestorp', 561166700, 137333300, 0),
(35666, 2213, 209, 'Trelleborg', 553751400, 131569100, 0),
(35667, 2213, 209, 'Tygelsjo', 555166700, 130000000, 0),
(35668, 2213, 209, 'Veberod', 556333300, 134833300, 0),
(35669, 2213, 209, 'Vejbystrand', 563177800, 127672200, 0),
(35670, 2213, 209, 'Vellinge', 554712400, 130197100, 0),
(35671, 2213, 209, 'Ystad', 554296600, 138204100, 0),
(35672, 2214, 209, 'Bara', 586833300, 170666700, 0),
(35673, 2214, 209, 'Eskilstuna', 593666100, 165077000, 0),
(35674, 2214, 209, 'Flen', 590583400, 165878100, 0),
(35675, 2214, 209, 'Gnesta', 590475100, 173119100, 0),
(35676, 2214, 209, 'Halleforsnas', 591666700, 165000000, 0),
(35677, 2214, 209, 'Katrineholm', 589958700, 162072100, 0),
(35678, 2214, 209, 'Mariefred', 592666700, 172166700, 0),
(35679, 2214, 209, 'Nykoping', 587530000, 170078800, 0),
(35680, 2214, 209, 'Oxelosund', 586705700, 171015200, 0),
(35681, 2214, 209, 'Stallarholmen', 593666700, 172000000, 0),
(35682, 2214, 209, 'Strangnas', 593774100, 170311900, 0),
(35683, 2214, 209, 'Svalsta', 587333300, 168666700, 0),
(35684, 2214, 209, 'Trosa', 588962100, 175481200, 0),
(35685, 2215, 209, 'Akersberga', 594794400, 182996700, 0),
(35686, 2215, 209, 'Alby', 592335000, 178538000, 0),
(35687, 2215, 209, 'Alta', 592666700, 181833300, 0),
(35688, 2215, 209, 'Arno', 601166700, 186333300, 0),
(35689, 2215, 209, 'Arsta', 592978000, 180514000, 0),
(35690, 2215, 209, 'Bergshamra', 593808300, 180342700, 0),
(35691, 2215, 209, 'Bollmora', 592419600, 182276200, 0),
(35692, 2215, 209, 'Boo', 593333300, 182833300, 0),
(35693, 2215, 209, 'Bro', 595166700, 176333300, 0),
(35694, 2215, 209, 'Bromma', 593400000, 179400000, 0),
(35695, 2215, 209, 'Dalaro', 591330600, 184063900, 0),
(35696, 2215, 209, 'Djursholm', 593992600, 180561900, 0),
(35697, 2215, 209, 'Ekeroe', 592910000, 178121200, 0),
(35698, 2215, 209, 'Eriksberg', 592424100, 178163100, 0),
(35699, 2215, 209, 'Fisksatra', 592833300, 182666700, 0),
(35700, 2215, 209, 'Fittja', 592486800, 178599100, 0),
(35701, 2215, 209, 'Gustavsberg', 593268400, 183897500, 0),
(35702, 2215, 209, 'Hallstavik', 600500000, 186000000, 0),
(35703, 2215, 209, 'Handen', 591680900, 181379600, 0),
(35704, 2215, 209, 'Haninge', 591677500, 181447800, 0),
(35705, 2215, 209, 'Holo', 592833300, 186666700, 0),
(35706, 2215, 209, 'Huddinge', 592370500, 179819200, 0),
(35707, 2215, 209, 'Jakobsberg', 594226800, 178350800, 0),
(35708, 2215, 209, 'Jordbro', 591497200, 181166700, 0),
(35709, 2215, 209, 'Kista', 594031600, 179447900, 0),
(35710, 2215, 209, 'Kummelnas', 593500000, 182833300, 0),
(35711, 2215, 209, 'Kungsaengen', 594785700, 177483400, 0),
(35712, 2215, 209, 'Lidingoe', 593666700, 181333300, 0),
(35713, 2215, 209, 'Marsta', 596215700, 178547600, 0),
(35714, 2215, 209, 'Molnbo', 590500000, 174166700, 0),
(35715, 2215, 209, 'Mortnas', 593166700, 184500000, 0),
(35716, 2215, 209, 'Nacka', 593105300, 181637200, 0),
(35717, 2215, 209, 'Norrtalje', 597579900, 187049600, 0),
(35718, 2215, 209, 'Nykvarn', 591833300, 174333300, 0),
(35719, 2215, 209, 'Nynashamn', 589033700, 179479300, 0),
(35720, 2215, 209, 'OEstermalm', 593387900, 180848700, 0),
(35721, 2215, 209, 'Osmo', 589833300, 179000000, 0),
(35722, 2215, 209, 'Pershagen', 591666700, 176500000, 0),
(35723, 2215, 209, 'Rimbo', 597500000, 183666700, 0),
(35724, 2215, 209, 'Rosersberg', 595833300, 178833300, 0),
(35725, 2215, 209, 'Salem', 592018600, 177664600, 0),
(35726, 2215, 209, 'Saltsjobaden', 592833300, 183000000, 0),
(35727, 2215, 209, 'Segeltorp', 592759700, 179307200, 0),
(35728, 2215, 209, 'Sigtuna', 596173100, 177236100, 0),
(35729, 2215, 209, 'Skanninge', 599333300, 184833300, 0),
(35730, 2215, 209, 'Skytteholm', 593576700, 179921300, 0),
(35731, 2215, 209, 'Soedertaelje', 591955400, 176252500, 0),
(35732, 2215, 209, 'Sollentuna', 594280400, 179509300, 0),
(35733, 2215, 209, 'Solna', 593600400, 180008600, 0),
(35734, 2215, 209, 'Stenhamra', 593333300, 176666700, 0),
(35735, 2215, 209, 'Stockholm', 593325800, 180649000, 0),
(35736, 2215, 209, 'Sundbyberg', 593612800, 179711400, 0),
(35737, 2215, 209, 'Taby', 594439000, 180687200, 0),
(35738, 2215, 209, 'Tullinge', 592000000, 179000000, 0),
(35739, 2215, 209, 'Tumba', 591985800, 178331700, 0),
(35740, 2215, 209, 'Tyreso', 592333330, 182166670, 0),
(35741, 2215, 209, 'Upplands Vaesby', 595183900, 179112800, 0),
(35742, 2215, 209, 'Vallentuna', 595343600, 180775800, 0),
(35743, 2215, 209, 'Varsta', 591652800, 177972200, 0),
(35744, 2215, 209, 'Vasterhaninge', 591166700, 181000000, 0),
(35745, 2215, 209, 'Vaxholm', 594022500, 183531700, 0),
(35746, 2216, 209, 'AElvkarleby', 605708100, 174489500, 0),
(35747, 2216, 209, 'Alsike', 597500000, 177500000, 0),
(35748, 2216, 209, 'Balsta', 595671000, 175278100, 0),
(35749, 2216, 209, 'Bjorklinge', 602500000, 184666700, 0),
(35750, 2216, 209, 'Enkoping', 596360700, 170776800, 0),
(35751, 2216, 209, 'Gimo', 601730400, 181850700, 0),
(35752, 2216, 209, 'Grillby', 596166700, 172500000, 0),
(35753, 2216, 209, 'Heby', 599381500, 168621700, 0),
(35754, 2216, 209, 'Hummelsta', 596166700, 169500000, 0),
(35755, 2216, 209, 'Knivsta', 597256400, 177875300, 0),
(35756, 2216, 209, 'Morgongava', 599333300, 169500000, 0),
(35757, 2216, 209, 'OEstervala', 601833300, 171833300, 0),
(35758, 2216, 209, 'Orsundsbro', 597333300, 173000000, 0),
(35759, 2216, 209, 'Saevja', 598208300, 176989900, 0),
(35760, 2216, 209, 'Storvreta', 599666700, 177000000, 0),
(35761, 2216, 209, 'Tarnsjo', 601500000, 169333300, 0),
(35762, 2216, 209, 'Tierp', 603426900, 175181200, 0),
(35763, 2216, 209, 'Uppsala', 598585000, 176454300, 0),
(35764, 2217, 209, 'Arjaeng', 593921700, 121333600, 0),
(35765, 2217, 209, 'Arvika', 596552800, 125851800, 0),
(35766, 2217, 209, 'Charlottenberg', 598842200, 123039800, 0),
(35767, 2217, 209, 'Edsvalla', 594333300, 131833300, 0),
(35768, 2217, 209, 'Filipstad', 597123600, 141683100, 0),
(35769, 2217, 209, 'Grums', 593466000, 131090600, 0),
(35770, 2217, 209, 'Hagfors', 600237800, 136721400, 0),
(35771, 2217, 209, 'Karlstad', 593793000, 135035700, 0),
(35772, 2217, 209, 'Kil', 595072200, 133139500, 0),
(35773, 2217, 209, 'Kristinehamn', 593097800, 141080800, 0),
(35774, 2217, 209, 'Lesjofors', 599833300, 141833300, 0),
(35775, 2217, 209, 'Molkom', 596000000, 137000000, 0),
(35776, 2217, 209, 'Munkfors', 598385600, 135436100, 0),
(35777, 2217, 209, 'Saeffle', 591322900, 129288800, 0),
(35778, 2217, 209, 'Skattkarr', 594166700, 136333300, 0),
(35779, 2217, 209, 'Skoghall', 593232400, 134655200, 0),
(35780, 2217, 209, 'Slottsbron', 593333300, 131000000, 0),
(35781, 2217, 209, 'Storfors', 595318300, 142720100, 0),
(35782, 2217, 209, 'Sunne', 598376400, 131430200, 0),
(35783, 2217, 209, 'Torsby', 601352700, 130082000, 0),
(35784, 2218, 209, 'Asele', 641666700, 173333300, 0),
(35785, 2218, 209, 'Backa', 649833300, 210666700, 0),
(35786, 2218, 209, 'Bjurholm', 639302700, 192136900, 0),
(35787, 2218, 209, 'Boliden', 648666700, 203833300, 0),
(35788, 2218, 209, 'Dorotea', 642618500, 164130600, 0),
(35789, 2218, 209, 'Ersmark', 638833300, 203166700, 0),
(35790, 2218, 209, 'Holmsund', 637060200, 203640900, 0),
(35791, 2218, 209, 'Insjon', 644000000, 174833300, 0),
(35792, 2218, 209, 'Kage', 648357100, 209845300, 0),
(35793, 2218, 209, 'Lycksele', 645953700, 186735100, 0),
(35794, 2218, 209, 'Mala', 651850100, 187424300, 0),
(35795, 2218, 209, 'Mullsjo', 637000000, 197000000, 0),
(35796, 2218, 209, 'Nordmaling', 635685200, 195024400, 0),
(35797, 2218, 209, 'Roback', 638115900, 201832600, 0),
(35798, 2218, 209, 'Robertsfors', 641932400, 208480600, 0),
(35799, 2218, 209, 'Saevar', 639038300, 205501400, 0),
(35800, 2218, 209, 'Sjoberg', 648333300, 162500000, 0),
(35801, 2218, 209, 'Skelleftea', 647506700, 209527900, 0),
(35802, 2218, 209, 'Skelleftehamn', 646833300, 212333300, 0),
(35803, 2218, 209, 'Sorsele', 655348400, 175370200, 0),
(35804, 2218, 209, 'Storuman', 650959000, 171173100, 0),
(35805, 2218, 209, 'Umea', 638284200, 202597200, 0),
(35806, 2218, 209, 'Ursviken', 647126100, 211658000, 0),
(35807, 2218, 209, 'Vaennaes', 639067600, 197571200, 0),
(35808, 2218, 209, 'Vannasby', 639333300, 198333300, 0),
(35809, 2218, 209, 'Viken', 647258700, 209154800, 0),
(35810, 2218, 209, 'Vilhelmina', 646268400, 166562800, 0),
(35811, 2218, 209, 'Vindeln', 642017500, 197194500, 0),
(35812, 2219, 209, 'Ange', 625249500, 156590400, 0),
(35813, 2219, 209, 'Bergeforsen', 625333300, 173833300, 0),
(35814, 2219, 209, 'Bjasta', 632000000, 185000000, 0),
(35815, 2219, 209, 'Harnosand', 626322800, 179379400, 0),
(35816, 2219, 209, 'Husum', 633333300, 191666700, 0),
(35817, 2219, 209, 'Kramfors', 629316100, 177764600, 0),
(35818, 2219, 209, 'Kvissleby', 622936100, 173750000, 0),
(35819, 2219, 209, 'Matfors', 623500000, 170333300, 0),
(35820, 2219, 209, 'Nordingra', 629333300, 183166700, 0),
(35821, 2219, 209, 'Ornskoldsvik', 632909100, 187152500, 0),
(35822, 2219, 209, 'Solleftea', 631666700, 172666700, 0),
(35823, 2219, 209, 'Soraker', 625050000, 175133300, 0),
(35824, 2219, 209, 'Sundsbruk', 624580600, 173488900, 0),
(35825, 2219, 209, 'Sundsvall', 623912900, 173063000, 0),
(35826, 2219, 209, 'Timra', 624870300, 173257000, 0),
(35827, 2220, 209, 'Arboga', 593938700, 158388200, 0),
(35828, 2220, 209, 'Fagersta', 600041800, 157931600, 0),
(35829, 2220, 209, 'Hallstahammar', 596139500, 162284600, 0),
(35830, 2220, 209, 'Hokasen', 596666700, 165833300, 0),
(35831, 2220, 209, 'Koping', 595140400, 159925500, 0),
(35832, 2220, 209, 'Kungsoer', 594224500, 160965600, 0),
(35833, 2220, 209, 'Sala', 599199300, 166065500, 0),
(35834, 2220, 209, 'Skultuna', 597166700, 164166700, 0),
(35835, 2220, 209, 'Tillberga', 596833300, 166166700, 0),
(35836, 2220, 209, 'Tyringe', 593333300, 159166700, 0),
(35837, 2220, 209, 'Vasteras', 596161700, 165527600, 0),
(35838, 2221, 209, 'Alafors', 579257900, 120783500, 0),
(35839, 2221, 209, 'Alingsas', 579303300, 125334500, 0),
(35840, 2221, 209, 'Alvangen', 579666700, 121166700, 0),
(35841, 2221, 209, 'Amal', 590510000, 127049200, 0),
(35842, 2221, 209, 'Axvall', 583833300, 135666700, 0),
(35843, 2221, 209, 'Bengtsfors', 590291200, 122320700, 0),
(35844, 2221, 209, 'Billdal', 575666700, 119333300, 0),
(35845, 2221, 209, 'Bollebygd', 576686600, 125727200, 0),
(35846, 2221, 209, 'Boras', 577210100, 129401000, 0),
(35847, 2221, 209, 'Dalsjofors', 577166700, 130833300, 0),
(35848, 2221, 209, 'Donso', 576000000, 117991700, 0),
(35849, 2221, 209, 'Ed', 589125000, 119253400, 0),
(35850, 2221, 209, 'Faergelanda', 585681600, 119923500, 0),
(35851, 2221, 209, 'Falkoeping', 581734700, 135506800, 0),
(35852, 2221, 209, 'Fritsla', 575500000, 127833300, 0),
(35853, 2221, 209, 'Ganghester', 577000000, 130166700, 0),
(35854, 2221, 209, 'Goeteborg', 577071600, 119667900, 0),
(35855, 2221, 209, 'Grabo', 578362500, 122995400, 0),
(35856, 2221, 209, 'Graestorp', 583321900, 126812200, 0),
(35857, 2221, 209, 'Grebbestad', 587024800, 112573800, 0),
(35858, 2221, 209, 'Gullspang', 589861500, 140964400, 0),
(35859, 2221, 209, 'Herrljunga', 580773900, 130266200, 0),
(35860, 2221, 209, 'Hindas', 577000000, 124500000, 0),
(35861, 2221, 209, 'Hjo', 583013300, 142878400, 0),
(35862, 2221, 209, 'Hono', 576897200, 116497200, 0),
(35863, 2221, 209, 'Horred', 573500000, 124666700, 0),
(35864, 2221, 209, 'Hova', 588666700, 141833300, 0),
(35865, 2221, 209, 'Hoviksnas', 580333300, 117666700, 0),
(35866, 2221, 209, 'Ingared', 578448900, 124706000, 0),
(35867, 2221, 209, 'Kallby', 585166700, 133166700, 0),
(35868, 2221, 209, 'Kallered', 576099200, 120510600, 0),
(35869, 2221, 209, 'Karlsborg', 585372400, 145047000, 0),
(35870, 2221, 209, 'Kinna', 575072800, 126946300, 0),
(35871, 2221, 209, 'Kode', 579333300, 118500000, 0),
(35872, 2221, 209, 'Kungalv', 578709600, 119805400, 0),
(35873, 2221, 209, 'Kungshamn', 583630500, 112593800, 0),
(35874, 2221, 209, 'Kvanum', 583000000, 131833300, 0),
(35875, 2221, 209, 'Landvetter', 576866500, 122116900, 0),
(35876, 2221, 209, 'Lerum', 577705100, 122690400, 0),
(35877, 2221, 209, 'Lidkoping', 585051700, 131576500, 0),
(35878, 2221, 209, 'Lilla Edet', 581333300, 121333300, 0),
(35879, 2221, 209, 'Limmared', 575333300, 133500000, 0),
(35880, 2221, 209, 'Lindome', 575666700, 120833300, 0),
(35881, 2221, 209, 'Ljungskile', 582166700, 119166700, 0),
(35882, 2221, 209, 'Lysekil', 582742900, 114357600, 0),
(35883, 2221, 209, 'Majorna', 576919500, 119160500, 0),
(35884, 2221, 209, 'Mariestad', 587097100, 138236700, 0),
(35885, 2221, 209, 'Marstrand', 578869900, 115821800, 0),
(35886, 2221, 209, 'Mellerud', 586997900, 124531200, 0),
(35887, 2221, 209, 'Moelndal', 576554000, 120137800, 0),
(35888, 2221, 209, 'Molltorp', 585000000, 144000000, 0),
(35889, 2221, 209, 'Molnlycke', 576589300, 121179200, 0),
(35890, 2221, 209, 'Munkedal', 584724400, 116685900, 0),
(35891, 2221, 209, 'Nodinge-Nol', 579125900, 120559100, 0),
(35892, 2221, 209, 'Nossebro', 581880800, 127159900, 0),
(35893, 2221, 209, 'OEckeroe', 577081400, 116558500, 0),
(35894, 2221, 209, 'Olstorp', 578227700, 122769600, 0),
(35895, 2221, 209, 'Partille', 577395000, 121064200, 0),
(35896, 2221, 209, 'Ravlanda', 576500000, 125000000, 0),
(35897, 2221, 209, 'Sandared', 577099200, 127923800, 0),
(35898, 2221, 209, 'Sjomarken', 577153300, 128349500, 0),
(35899, 2221, 209, 'Skaerhamn', 579866500, 115574200, 0),
(35900, 2221, 209, 'Skara', 583865900, 134383600, 0),
(35901, 2221, 209, 'Skoevde', 583911800, 138450600, 0),
(35902, 2221, 209, 'Skultorp', 583500000, 138333300, 0),
(35903, 2221, 209, 'Stenkullen', 578000000, 123166700, 0),
(35904, 2221, 209, 'Stenungsund', 580704600, 118181000, 0),
(35905, 2221, 209, 'Stopen', 584666700, 138666700, 0),
(35906, 2221, 209, 'Stora Hoga', 580166700, 118333300, 0),
(35907, 2221, 209, 'Stroemstad', 589394500, 111712000, 0),
(35908, 2221, 209, 'Styrso', 576163900, 117855600, 0),
(35909, 2221, 209, 'Surte', 578166700, 120166700, 0),
(35910, 2221, 209, 'Svenljunga', 574955100, 131107800, 0),
(35911, 2221, 209, 'Tanumshede', 587238500, 113258700, 0),
(35912, 2221, 209, 'Tibro', 584245300, 141616200, 0),
(35913, 2221, 209, 'Tidaholm', 581803500, 139582400, 0),
(35914, 2221, 209, 'Toereboda', 587073900, 141259700, 0),
(35915, 2221, 209, 'Torslanda', 577243200, 117701300, 0),
(35916, 2221, 209, 'Tranemo', 574833300, 133500000, 0),
(35917, 2221, 209, 'Trollhattan', 582836500, 122886400, 0),
(35918, 2221, 209, 'Uddevalla', 583478400, 119424000, 0),
(35919, 2221, 209, 'Ulricehamn', 577915900, 134142200, 0),
(35920, 2221, 209, 'Vanersborg', 583807500, 123234000, 0),
(35921, 2221, 209, 'Vara', 582623400, 129541300, 0),
(35922, 2221, 209, 'Vargarda', 580370600, 128090700, 0),
(35923, 2221, 209, 'Vargon', 583559900, 123906000, 0),
(35924, 2221, 209, 'Vinninga', 584500000, 132666700, 0),
(35925, 2221, 209, 'Viskafors', 576333300, 128333300, 0),
(35926, 2222, 210, 'Aarau', 473925400, 80442200, 0),
(35927, 2222, 210, 'Aarburg', 473206700, 78998600, 0),
(35928, 2222, 210, 'Bad Zurzach', 475876400, 82936500, 0),
(35929, 2222, 210, 'Baden', 474733300, 83059200, 0),
(35930, 2222, 210, 'Berikon', 473500000, 83833300, 0),
(35931, 2222, 210, 'Birmenstorf', 474615200, 82481600, 0),
(35932, 2222, 210, 'Birr', 474333300, 82000000, 0),
(35933, 2222, 210, 'Bremgarten', 473510900, 83421400, 0),
(35934, 2222, 210, 'Brugg', 474809600, 82086900, 0),
(35935, 2222, 210, 'Buchs', 473878900, 80737500, 0),
(35936, 2222, 210, 'Dottikon', 473833300, 82333300, 0),
(35937, 2222, 210, 'Durrenasch', 473181200, 81585000, 0),
(35938, 2222, 210, 'Egliswil', 473495400, 81880200, 0),
(35939, 2222, 210, 'Frick', 475000000, 80166700, 0),
(35940, 2222, 210, 'Gipf-Oberfrick', 475000000, 80000000, 0),
(35941, 2222, 210, 'Gontenschwil', 472666700, 81333300, 0),
(35942, 2222, 210, 'Granichen', 473593000, 81024300, 0),
(35943, 2222, 210, 'Hagglingen', 473885000, 82532300, 0),
(35944, 2222, 210, 'Hausen', 474639600, 82098800, 0),
(35945, 2222, 210, 'Jonen', 472974000, 83933700, 0),
(35946, 2222, 210, 'Kaiseraugst', 475396600, 77260500, 0),
(35947, 2222, 210, 'Klingnau', 475833300, 82500000, 0),
(35948, 2222, 210, 'Koblenz', 476097200, 82375000, 0),
(35949, 2222, 210, 'Kunten', 473889000, 83310500, 0),
(35950, 2222, 210, 'Kuttigen', 474166700, 80500000, 0),
(35951, 2222, 210, 'Laufenburg', 475598500, 80622500, 0),
(35952, 2222, 210, 'Leibstadt', 475879000, 81761100, 0),
(35953, 2222, 210, 'Lenzburg', 473885300, 81750300, 0),
(35954, 2222, 210, 'Mellingen', 474190300, 82733100, 0),
(35955, 2222, 210, 'Menziken', 472500000, 81833300, 0),
(35956, 2222, 210, 'Merenschwand', 472587000, 83753200, 0),
(35957, 2222, 210, 'Mohlin', 475591500, 78432900, 0),
(35958, 2222, 210, 'Mumpf', 475456300, 79212300, 0),
(35959, 2222, 210, 'Muri', 472742800, 83385400, 0),
(35960, 2222, 210, 'Neuenhof', 474500000, 83166700, 0),
(35961, 2222, 210, 'Niederrohrdorf', 474166700, 83000000, 0),
(35962, 2222, 210, 'Oberentfelden', 473563900, 80459400, 0),
(35963, 2222, 210, 'Oftringen', 473166700, 79166700, 0),
(35964, 2222, 210, 'Othmarsingen', 474014900, 82185200, 0),
(35965, 2222, 210, 'Reinach', 472666700, 81833300, 0),
(35966, 2222, 210, 'Rheinfelden', 475543700, 77940300, 0),
(35967, 2222, 210, 'Rothrist', 473050800, 78919600, 0),
(35968, 2222, 210, 'Rudolfstetten', 473710100, 83808300, 0),
(35969, 2222, 210, 'Safenwil', 473214000, 79812200, 0),
(35970, 2222, 210, 'Schafisheim', 473752900, 81407600, 0),
(35971, 2222, 210, 'Schoftland', 473057200, 80513800, 0),
(35972, 2222, 210, 'Schwaderloch', 475854100, 81445500, 0),
(35973, 2222, 210, 'Seengen', 473285200, 82050900, 0),
(35974, 2222, 210, 'Seon', 473449000, 81560700, 0),
(35975, 2222, 210, 'Sins', 471921600, 83957800, 0),
(35976, 2222, 210, 'Spreitenbach', 474201600, 83630100, 0),
(35977, 2222, 210, 'Staufen', 473837200, 81660600, 0),
(35978, 2222, 210, 'Stein', 475440300, 79525600, 0),
(35979, 2222, 210, 'Strengelbach', 472791700, 79289500, 0),
(35980, 2222, 210, 'Suhr', 473717200, 80796700, 0),
(35981, 2222, 210, 'Sulz', 475360200, 80962800, 0),
(35982, 2222, 210, 'Turgi', 474920100, 82541200, 0),
(35983, 2222, 210, 'Uerkheim', 473028900, 80237100, 0),
(35984, 2222, 210, 'Unterehrendingen', 475025000, 83472900, 0),
(35985, 2222, 210, 'Unterkulm', 473099800, 81137100, 0),
(35986, 2222, 210, 'Untersiggenthal', 475021300, 82555400, 0),
(35987, 2222, 210, 'Villigen', 475268200, 82148600, 0),
(35988, 2222, 210, 'Villmergen', 473491700, 82458300, 0),
(35989, 2222, 210, 'Wettingen', 474705000, 83163600, 0),
(35990, 2222, 210, 'Windisch', 474789900, 82184200, 0),
(35991, 2222, 210, 'Wittnau', 474813900, 79757700, 0),
(35992, 2222, 210, 'Wohlen', 473523600, 82787700, 0),
(35993, 2222, 210, 'Zofingen', 472877900, 79458600, 0),
(35994, 2223, 210, 'Buhler', 473734800, 94250700, 0),
(35995, 2223, 210, 'Heiden', 474425500, 95329300, 0),
(35996, 2223, 210, 'Herisau', 473861500, 92791600, 0),
(35997, 2223, 210, 'Teufen', 473908000, 93864400, 0),
(35998, 2223, 210, 'Urnasch', 473166900, 92825000, 0),
(35999, 2223, 210, 'Waldstatt', 473562700, 92834500, 0),
(36000, 2224, 210, 'Aesch', 474710400, 75973000, 0),
(36001, 2224, 210, 'Allschwil', 475507400, 75359900, 0),
(36002, 2224, 210, 'Arlesheim', 474941200, 76197900, 0),
(36003, 2224, 210, 'Binningen', 475402100, 75693200, 0),
(36004, 2224, 210, 'Birsfelden', 475529000, 76232200, 0),
(36005, 2224, 210, 'Bottmingen', 475234300, 75721100, 0),
(36006, 2224, 210, 'Buus', 475054200, 78647600, 0),
(36007, 2224, 210, 'Diegten', 474138000, 78108500, 0),
(36008, 2224, 210, 'Ettingen', 474826800, 75498200, 0),
(36009, 2224, 210, 'Frenkendorf', 475068600, 77164800, 0),
(36010, 2224, 210, 'Fullinsdorf', 475068800, 77312900, 0),
(36011, 2224, 210, 'Holstein', 474251200, 77713600, 0),
(36012, 2224, 210, 'Laufen', 474219300, 74994600, 0),
(36013, 2224, 210, 'Lausen', 474713900, 77603000, 0),
(36014, 2224, 210, 'Liestal', 474845500, 77344600, 0),
(36015, 2224, 210, 'Munchenstein', 475137800, 76243400, 0),
(36016, 2224, 210, 'Muttenz', 475227100, 76451100, 0),
(36017, 2224, 210, 'Oberdorf', 473930800, 77512200, 0),
(36018, 2224, 210, 'Oberwil', 475140700, 75578600, 0),
(36019, 2224, 210, 'Ormalingen', 474663600, 78610000, 0),
(36020, 2224, 210, 'Pratteln', 475207100, 76935600, 0),
(36021, 2224, 210, 'Schonenbuch', 475385300, 75057200, 0),
(36022, 2224, 210, 'Seltisberg', 474594700, 77172900, 0),
(36023, 2224, 210, 'Sissach', 474640800, 78088800, 0),
(36024, 2224, 210, 'Therwil', 475011700, 75528600, 0),
(36025, 2224, 210, 'Waldenburg', 473833300, 77500000, 0),
(36026, 2225, 210, 'Basel', 475584000, 75732700, 0),
(36027, 2225, 210, 'Bettingen', 475703900, 76642500, 0),
(36028, 2225, 210, 'Riehen', 475788400, 76468300, 0),
(36029, 2226, 210, 'Aarberg', 470443900, 72757800, 0),
(36030, 2226, 210, 'Aarwangen', 472384500, 77685400, 0),
(36031, 2226, 210, 'Aeschi', 466584800, 76965000, 0),
(36032, 2226, 210, 'Arch', 471653300, 74313900, 0),
(36033, 2226, 210, 'Batterkinden', 471336300, 75410400, 0),
(36034, 2226, 210, 'Beatenberg', 466989600, 77942800, 0),
(36035, 2226, 210, 'Bellmund', 471085200, 72460800, 0),
(36036, 2226, 210, 'Belp', 468912900, 74982500, 0),
(36037, 2226, 210, 'Bern', 469480900, 74474400, 0),
(36038, 2226, 210, 'Bevilard', 472371100, 72832500, 0),
(36039, 2226, 210, 'Biel', 471324000, 72441100, 0),
(36040, 2226, 210, 'Blumenstein', 467421000, 75213600, 0),
(36041, 2226, 210, 'Bolligen', 469751000, 74969700, 0),
(36042, 2226, 210, 'Bosingen', 468922900, 72277000, 0),
(36043, 2226, 210, 'Brugg', 471237000, 72788700, 0),
(36044, 2226, 210, 'Buchholterberg', 468135100, 76746300, 0),
(36045, 2226, 210, 'Burgdorf', 470590100, 76278600, 0),
(36046, 2226, 210, 'Corgemont', 471945700, 71451700, 0),
(36047, 2226, 210, 'Court', 472395600, 73365500, 0),
(36048, 2226, 210, 'Diemtigen', 466492800, 75647700, 0),
(36049, 2226, 210, 'Eriswil', 470781600, 78514900, 0),
(36050, 2226, 210, 'Erlach', 470429700, 70996000, 0),
(36051, 2226, 210, 'Ersigen', 470936800, 75950700, 0),
(36052, 2226, 210, 'Evilard', 471496900, 72375500, 0),
(36053, 2226, 210, 'Fraubrunnen', 470862000, 75272700, 0),
(36054, 2226, 210, 'Frutigen', 465878200, 76475100, 0),
(36055, 2226, 210, 'Grossaffoltern', 470659500, 73623200, 0),
(36056, 2226, 210, 'Gstaad', 464721500, 72868500, 0),
(36057, 2226, 210, 'Heimberg', 467948200, 76043300, 0),
(36058, 2226, 210, 'Herzogenbuchsee', 471879500, 77062000, 0),
(36059, 2226, 210, 'Hilterfingen', 467352100, 76618500, 0),
(36060, 2226, 210, 'Hindelbank', 470427000, 75414300, 0),
(36061, 2226, 210, 'Interlaken', 466838700, 78663800, 0),
(36062, 2226, 210, 'Jegenstorf', 470480200, 75078700, 0),
(36063, 2226, 210, 'Kehrsatz', 469103500, 74709600, 0),
(36064, 2226, 210, 'Kirchberg', 470853800, 75828800, 0),
(36065, 2226, 210, 'Kirchlindach', 469996500, 74173500, 0),
(36066, 2226, 210, 'Koniz', 469243600, 74145700, 0),
(36067, 2226, 210, 'Konolfingen', 468790900, 76201300, 0),
(36068, 2226, 210, 'Krauchthal', 470096400, 75664000, 0),
(36069, 2226, 210, 'La Neuveville', 470684000, 70995500, 0),
(36070, 2226, 210, 'Langenthal', 472152600, 77960700, 0),
(36071, 2226, 210, 'Langnau', 469393600, 77873800, 0),
(36072, 2226, 210, 'Laupen', 469021400, 72397300, 0),
(36073, 2226, 210, 'Lengnau', 471838200, 73737100, 0),
(36074, 2226, 210, 'Lyss', 470741000, 73065500, 0),
(36075, 2226, 210, 'Matten', 466783300, 78688900, 0),
(36076, 2226, 210, 'Meinisberg', 471596500, 73480100, 0),
(36077, 2226, 210, 'Moutier', 472781800, 73695100, 0),
(36078, 2226, 210, 'Muhleberg', 469546600, 72610200, 0),
(36079, 2226, 210, 'Munchenbuchsee', 470217500, 74503600, 0),
(36080, 2226, 210, 'Munsingen', 468729800, 75610000, 0),
(36081, 2226, 210, 'Muri', 469312200, 74865800, 0),
(36082, 2226, 210, 'Nidau', 471254500, 72403300, 0),
(36083, 2226, 210, 'Niederbipp', 472661300, 76946100, 0),
(36084, 2226, 210, 'Oberburg', 470377400, 76265200, 0),
(36085, 2226, 210, 'Orvin', 471606800, 72136800, 0),
(36086, 2226, 210, 'Pery', 471939800, 72491300, 0),
(36087, 2226, 210, 'Pieterlen', 471750100, 73379100, 0),
(36088, 2226, 210, 'Riggisberg', 468102800, 74801400, 0),
(36089, 2226, 210, 'Ringgenberg', 467011400, 78944500, 0),
(36090, 2226, 210, 'Ruderswil', 469841500, 77206100, 0),
(36091, 2226, 210, 'Saint-Imier', 471528400, 69969200, 0),
(36092, 2226, 210, 'Spiez', 466847300, 76911100, 0),
(36093, 2226, 210, 'Steffisburg', 467780700, 76324900, 0),
(36094, 2226, 210, 'Stettlen', 469583500, 75250800, 0),
(36095, 2226, 210, 'Sumiswald', 470274700, 77452600, 0),
(36096, 2226, 210, 'Thierachern', 467531900, 75744200, 0),
(36097, 2226, 210, 'Thun', 467511800, 76216600, 0),
(36098, 2226, 210, 'Tramelan', 472239300, 70995000, 0),
(36099, 2226, 210, 'Trubschachen', 469222800, 78452000, 0),
(36100, 2226, 210, 'Urtenen', 470266700, 75008100, 0),
(36101, 2226, 210, 'Wilderswil', 466636900, 78617500, 0),
(36102, 2226, 210, 'Wohlen', 469711800, 73568500, 0),
(36103, 2226, 210, 'Worb', 469298400, 75630600, 0),
(36104, 2226, 210, 'Zollikofen', 469990500, 74580900, 0),
(36105, 2227, 210, 'Avry', 467881500, 70700600, 0),
(36106, 2227, 210, 'Belfaux', 468217100, 71067400, 0),
(36107, 2227, 210, 'Bulle', 466195000, 70567400, 0),
(36108, 2227, 210, 'Chatel-Saint-Denis', 465269100, 69008300, 0),
(36109, 2227, 210, 'Corminboeuf', 468123700, 71049200, 0),
(36110, 2227, 210, 'Cugy', 468147900, 68888800, 0),
(36111, 2227, 210, 'Dudingen', 468491500, 71884800, 0),
(36112, 2227, 210, 'Ecublens', 466073500, 68089500, 0),
(36113, 2227, 210, 'Estavayer-le-Lac', 468487600, 68465000, 0),
(36114, 2227, 210, 'Flamatt', 468899400, 73220400, 0),
(36115, 2227, 210, 'Fribourg', 468023700, 71512800, 0),
(36116, 2227, 210, 'Gruyeres', 465836500, 70825300, 0),
(36117, 2227, 210, 'La Roche', 466972300, 71393000, 0),
(36118, 2227, 210, 'La Tour-de-Treme', 466106100, 70649600, 0),
(36119, 2227, 210, 'Marsens', 466564900, 70616700, 0),
(36120, 2227, 210, 'Murten', 469282700, 71171500, 0),
(36121, 2227, 210, 'Riaz', 466422400, 70618300, 0),
(36122, 2227, 210, 'Sales', 466376300, 69736300, 0),
(36123, 2227, 210, 'Schmitten', 468575000, 72503100, 0),
(36124, 2227, 210, 'Ueberstorf', 468658700, 73099800, 0),
(36125, 2227, 210, 'Villars-sur-Glane', 467905400, 71171700, 0),
(36126, 2227, 210, 'Villars-sur-Marly', 467748500, 71858100, 0),
(36127, 2227, 210, 'Vuadens', 466173100, 70205200, 0),
(36128, 2228, 210, 'Bellevue', 462573900, 61547500, 0),
(36129, 2228, 210, 'Bernex', 461765000, 60754400, 0),
(36130, 2228, 210, 'Carouge', 461809600, 61392100, 0),
(36131, 2228, 210, 'Chene-Bougeries', 461984300, 61864200, 0),
(36132, 2228, 210, 'Chene-Bourg', 461953400, 61940600, 0),
(36133, 2228, 210, 'Confignon', 461734100, 60843700, 0),
(36134, 2228, 210, 'Dardagny', 461956400, 59949700, 0),
(36135, 2228, 210, 'Geneve', 462022200, 61456900, 0),
(36136, 2228, 210, 'Lancy', 461898100, 61144100, 0),
(36137, 2228, 210, 'Le Grand-Saconnex', 462333300, 61333300, 0),
(36138, 2228, 210, 'Les Avanchets', 462216800, 61081400, 0),
(36139, 2228, 210, 'Meinier', 462470600, 62342300, 0),
(36140, 2228, 210, 'Meyrin', 462342400, 60802500, 0),
(36141, 2228, 210, 'Onex', 461833300, 61000000, 0),
(36142, 2228, 210, 'Plan-les-Ouates', 461666700, 61166700, 0),
(36143, 2228, 210, 'Satigny', 462146200, 60355300, 0),
(36144, 2228, 210, 'Thonex', 461881500, 61990400, 0),
(36145, 2228, 210, 'Troinex', 461631300, 61474500, 0),
(36146, 2228, 210, 'Vandoeuvres', 462217900, 62028500, 0),
(36147, 2228, 210, 'Vernier', 462170200, 60849700, 0),
(36148, 2228, 210, 'Versoix', 462833300, 61666700, 0),
(36149, 2228, 210, 'Veyrier', 461669900, 61843600, 0),
(36150, 2229, 210, 'Bilten', 471509900, 90282100, 0),
(36151, 2229, 210, 'Glarus', 470405700, 90680400, 0),
(36152, 2229, 210, 'Linthal', 469212700, 89979900, 0),
(36153, 2229, 210, 'Mollis', 470941800, 90754200, 0),
(36154, 2229, 210, 'Nafels', 470997500, 90641100, 0),
(36155, 2229, 210, 'Niederurnen', 471259800, 90542800, 0),
(36156, 2230, 210, 'Celerina', 465145200, 98583000, 0),
(36157, 2230, 210, 'Chur', 468498600, 95328700, 0),
(36158, 2230, 210, 'Churwalden', 467814300, 95437700, 0),
(36159, 2230, 210, 'Davos', 468042900, 98372300, 0),
(36160, 2230, 210, 'Disentis', 467034100, 88509000, 0),
(36161, 2230, 210, 'Domat', 468348300, 94507500, 0),
(36162, 2230, 210, 'Flims', 468370500, 92845800, 0),
(36163, 2230, 210, 'Hinterrhein', 465333300, 92000000, 0),
(36164, 2230, 210, 'Igis', 469453100, 95721800, 0),
(36165, 2230, 210, 'Ilanz', 467741300, 92046100, 0),
(36166, 2230, 210, 'Landquart', 469500000, 95666700, 0),
(36167, 2230, 210, 'Poschiavo', 463244000, 100572100, 0),
(36168, 2230, 210, 'Saint Moritz', 464984000, 98390900, 0),
(36169, 2230, 210, 'Schiers', 469697300, 96872000, 0),
(36170, 2230, 210, 'Scuol', 467967600, 103059500, 0),
(36171, 2230, 210, 'Untervaz', 469275000, 95342200, 0),
(36172, 2230, 210, 'Zizers', 469357500, 95649100, 0),
(36173, 2231, 210, 'Appenzell', 473310300, 94099600, 0),
(36174, 2231, 210, 'Balgach', 474054400, 96095000, 0),
(36175, 2232, 210, 'Alle', 474261800, 71291100, 0),
(36176, 2232, 210, 'Courfaivre', 473350400, 72820000, 0),
(36177, 2232, 210, 'Courgenay', 474036500, 71241600, 0),
(36178, 2232, 210, 'Courroux', 473606900, 73737100, 0),
(36179, 2232, 210, 'Delemont', 473649300, 73445300, 0),
(36180, 2232, 210, 'Glovelier', 473346600, 72054400, 0),
(36181, 2232, 210, 'Le Noirmont', 472256700, 69573000, 0),
(36182, 2232, 210, 'Porrentruy', 474153300, 70752200, 0),
(36183, 2233, 210, 'Adligenswil', 470652100, 83612400, 0),
(36184, 2233, 210, 'Altishofen', 471991600, 79696400, 0),
(36185, 2233, 210, 'Buchrain', 470860200, 83462100, 0),
(36186, 2233, 210, 'Dagmersellen', 472136600, 79846600, 0),
(36187, 2233, 210, 'Ebikon', 470793700, 83404100, 0),
(36188, 2233, 210, 'Emmen', 470811000, 83047700, 0),
(36189, 2233, 210, 'Entlebuch', 469833300, 80666700, 0),
(36190, 2233, 210, 'Escholzmatt', 469125900, 79341800, 0),
(36191, 2233, 210, 'Geuensee', 471997000, 81069000, 0),
(36192, 2233, 210, 'Hasle', 469778600, 80532600, 0),
(36193, 2233, 210, 'Hitzkirch', 472240300, 82642500, 0),
(36194, 2233, 210, 'Horw', 470169200, 83095600, 0),
(36195, 2233, 210, 'Kriens', 470353700, 82763100, 0),
(36196, 2233, 210, 'Littau', 470500000, 82627400, 0),
(36197, 2233, 210, 'Luzern', 470504800, 83063500, 0),
(36198, 2233, 210, 'Malters', 470362800, 81819300, 0),
(36199, 2233, 210, 'Meggen', 470469100, 83746700, 0),
(36200, 2233, 210, 'Meierskappel', 471242400, 84443600, 0),
(36201, 2233, 210, 'Menznau', 470836400, 80397100, 0),
(36202, 2233, 210, 'Neuenkirch', 470998900, 82041600, 0),
(36203, 2233, 210, 'Nottwil', 471356900, 81371200, 0),
(36204, 2233, 210, 'Pfaffnau', 472277200, 78971900, 0),
(36205, 2233, 210, 'Reiden', 472471900, 79713500, 0),
(36206, 2233, 210, 'Root', 471145800, 83902100, 0),
(36207, 2233, 210, 'Ruswil', 470842500, 81264500, 0),
(36208, 2233, 210, 'Schenkon', 471683000, 81438400, 0),
(36209, 2233, 210, 'Schotz', 471689600, 79887000, 0),
(36210, 2233, 210, 'Schupfheim', 469516100, 80172400, 0),
(36211, 2233, 210, 'Sempach', 471319400, 81939100, 0),
(36212, 2233, 210, 'Sursee', 471666700, 81000000, 0),
(36213, 2233, 210, 'Weggis', 470320800, 84321900, 0),
(36214, 2233, 210, 'Willisau', 471218300, 79941800, 0),
(36215, 2233, 210, 'Wolhusen', 470598300, 80738900, 0),
(36216, 2234, 210, 'Auvernier', 469754500, 68790300, 0),
(36217, 2234, 210, 'Bevaix', 469295800, 68147000, 0),
(36218, 2234, 210, 'Boudry', 469499100, 68375700, 0),
(36219, 2234, 210, 'Cernier', 470587800, 69004000, 0),
(36220, 2234, 210, 'Cortaillod', 469430600, 68444000, 0),
(36221, 2234, 210, 'Couvet', 469261300, 66341500, 0),
(36222, 2234, 210, 'Fleurier', 469022400, 65825300, 0),
(36223, 2234, 210, 'La Chaux-de-Fonds', 470999300, 68258600, 0),
(36224, 2234, 210, 'Le Landeron', 470562000, 70718400, 0),
(36225, 2234, 210, 'Le Locle', 470595300, 67522800, 0),
(36226, 2234, 210, 'Les Brenets', 470670800, 67072700, 0),
(36227, 2234, 210, 'Les Geneveys-sur-Coffrane', 470140000, 68525300, 0),
(36228, 2234, 210, 'Neuchatel', 469917900, 69310000, 0),
(36229, 2234, 210, 'Peseux', 469870400, 68890300, 0),
(36230, 2234, 210, 'Saint-Aubin-Sauges', 468941900, 67725100, 0),
(36231, 2234, 210, 'Saint-Blaise', 470132300, 69847200, 0),
(36232, 2235, 210, 'Beckenried', 469647600, 84739400, 0),
(36233, 2235, 210, 'Dallenwil', 469242000, 83878500, 0),
(36234, 2235, 210, 'Hergiswil', 469842900, 83094400, 0),
(36235, 2235, 210, 'Stans', 469584500, 83660000, 0),
(36236, 2235, 210, 'Stansstad', 469768000, 83355300, 0),
(36237, 2236, 210, 'Engelberg', 468210700, 84013300, 0),
(36238, 2236, 210, 'Kerns', 469008800, 82765200, 0),
(36239, 2236, 210, 'Sachseln', 468671800, 82334400, 0),
(36240, 2236, 210, 'Sarnen', 468985100, 82506800, 0),
(36241, 2237, 210, 'Altstatten', 473776600, 95474600, 0),
(36242, 2237, 210, 'Au', 474322100, 96338700, 0),
(36243, 2237, 210, 'Bronschhofen', 474783500, 90345400, 0),
(36244, 2237, 210, 'Buchs', 471674300, 94779400, 0),
(36245, 2237, 210, 'Degersheim', 473742900, 92001900, 0),
(36246, 2237, 210, 'Diepoldsau', 473860000, 96555800, 0),
(36247, 2237, 210, 'Flums', 470905800, 93430100, 0),
(36248, 2237, 210, 'Gams', 472042900, 94417200, 0),
(36249, 2237, 210, 'Goldach', 474751100, 94684600, 0),
(36250, 2237, 210, 'Gossau', 474169400, 92512500, 0),
(36251, 2237, 210, 'Grabs', 471824800, 94439500, 0),
(36252, 2237, 210, 'Horn', 474942500, 94624600, 0),
(36253, 2237, 210, 'Jona', 472298300, 88388400, 0),
(36254, 2237, 210, 'Kaltbrunn', 472136700, 90259000, 0),
(36255, 2237, 210, 'Kirchberg', 474115900, 90402000, 0),
(36256, 2237, 210, 'Krummenau', 472475500, 91705400, 0),
(36257, 2237, 210, 'Lichtensteig', 473238100, 90875800, 0),
(36258, 2237, 210, 'Lutisburg', 473945100, 90831200, 0),
(36259, 2237, 210, 'Morschwil', 474686700, 94217800, 0),
(36260, 2237, 210, 'Niederburen', 474654700, 92056800, 0),
(36261, 2237, 210, 'Oberriet', 473198800, 95660800, 0),
(36262, 2237, 210, 'Oberuzwil', 474307600, 91272400, 0),
(36263, 2237, 210, 'Rapperswil', 472255700, 88222800, 0),
(36264, 2237, 210, 'Rebstein', 473981200, 95850300, 0),
(36265, 2237, 210, 'Rheineck', 474663000, 95902800, 0),
(36266, 2237, 210, 'Rorschach', 474780000, 94903000, 0),
(36267, 2237, 210, 'Sankt Gallen', 474239100, 93747700, 0),
(36268, 2237, 210, 'Sankt Margrethen', 474525300, 96374100, 0),
(36269, 2237, 210, 'Schmerikon', 472253800, 89483600, 0),
(36270, 2237, 210, 'Sevelen', 471221300, 94860100, 0),
(36271, 2237, 210, 'Uznach', 472242100, 89826300, 0),
(36272, 2237, 210, 'Uzwil', 474381300, 91392200, 0),
(36273, 2237, 210, 'Waldkirch', 474685900, 92860500, 0),
(36274, 2237, 210, 'Weesen', 471344700, 90964400, 0),
(36275, 2237, 210, 'Wil', 474615200, 90455200, 0),
(36276, 2237, 210, 'Wittenbach', 474630800, 93776100, 0),
(36277, 2237, 210, 'Zuzwil', 474745200, 91119600, 0),
(36278, 2238, 210, 'Beringen', 476976300, 85743100, 0),
(36279, 2238, 210, 'Neuhausem', 476857900, 86147400, 0),
(36280, 2238, 210, 'Ramsen', 477079700, 88094900, 0),
(36281, 2238, 210, 'Schaffhausen', 476973200, 86349300, 0),
(36282, 2238, 210, 'Stein am Rhein', 476593300, 88596400, 0),
(36283, 2238, 210, 'Stetten', 477402500, 86629800, 0),
(36284, 2238, 210, 'Thayngen', 477471700, 87072400, 0),
(36285, 2239, 210, 'Altendorf', 471913700, 88294400, 0),
(36286, 2239, 210, 'Einsiedeln', 471166700, 87500000, 0),
(36287, 2239, 210, 'Freienbach', 472053400, 87584200, 0),
(36288, 2239, 210, 'Gersau', 469941900, 85250000, 0),
(36289, 2239, 210, 'Goldau', 470476100, 85461600, 0),
(36290, 2239, 210, 'Ibach', 470110500, 86453800, 0),
(36291, 2239, 210, 'Ingenbohl', 470046400, 86147700, 0),
(36292, 2239, 210, 'Kussnacht', 470855700, 84420600, 0),
(36293, 2239, 210, 'Lachen', 471915200, 88562000, 0),
(36294, 2239, 210, 'Reichenburg', 471674700, 89830400, 0),
(36295, 2239, 210, 'Rothenthurm', 471042000, 86758500, 0),
(36296, 2239, 210, 'Sattel', 470824600, 86356500, 0),
(36297, 2239, 210, 'Schindellegi', 471746000, 87134500, 0),
(36298, 2239, 210, 'Schwyz', 470278600, 86561100, 0),
(36299, 2239, 210, 'Wollerau', 471947800, 87190300, 0),
(36300, 2240, 210, 'Bettlach', 472006200, 74240500, 0),
(36301, 2240, 210, 'Deitingen', 472157900, 76198800, 0),
(36302, 2240, 210, 'Derendingen', 471985000, 75884400, 0),
(36303, 2240, 210, 'Dornach', 474803800, 76164400, 0),
(36304, 2240, 210, 'Egerkingen', 473195700, 77842400, 0),
(36305, 2240, 210, 'Gerlafingen', 471697800, 75750500, 0),
(36306, 2240, 210, 'Grenchen', 471921000, 73958600, 0),
(36307, 2240, 210, 'Hochwald', 474583000, 76418000, 0),
(36308, 2240, 210, 'Kriegstetten', 471744900, 75979900, 0),
(36309, 2240, 210, 'Langendorf', 472197400, 75146900, 0),
(36310, 2240, 210, 'Lostorf', 473844500, 79484900, 0),
(36311, 2240, 210, 'Luterbach', 472142600, 75846300, 0),
(36312, 2240, 210, 'Niedergosgen', 473721700, 79912200, 0),
(36313, 2240, 210, 'Oensingen', 472863900, 77230500, 0),
(36314, 2240, 210, 'Olten', 473499900, 79032900, 0),
(36315, 2240, 210, 'Rohr', 474000000, 79500000, 0),
(36316, 2240, 210, 'Schonenwerd', 473691000, 80016700, 0),
(36317, 2240, 210, 'Selzach', 472053100, 74552100, 0),
(36318, 2240, 210, 'Solothurn', 472079100, 75371400, 0),
(36319, 2240, 210, 'Trimbach', 473656000, 78868000, 0),
(36320, 2240, 210, 'Zuchwil', 472017300, 75664900, 0),
(36321, 2241, 210, 'Aadorf', 474920400, 89009900, 0),
(36322, 2241, 210, 'Amriswil', 475469900, 92983600, 0),
(36323, 2241, 210, 'Arbon', 475166700, 94333300, 0),
(36324, 2241, 210, 'Berg', 475797000, 91663500, 0),
(36325, 2241, 210, 'Bottighofen', 476364100, 92088400, 0),
(36326, 2241, 210, 'Egnach', 475426400, 93800000, 0),
(36327, 2241, 210, 'Erlen', 475483200, 92336600, 0),
(36328, 2241, 210, 'Eschlikon', 474636100, 89638100, 0),
(36329, 2241, 210, 'Frauenfeld', 475581600, 88985400, 0),
(36330, 2241, 210, 'Gachnang', 475389300, 88524500, 0),
(36331, 2241, 210, 'Gottlieben', 476641800, 91324500, 0),
(36332, 2241, 210, 'Homburg', 476346600, 90079000, 0),
(36333, 2241, 210, 'Kreuzlingen', 476500000, 91833300, 0),
(36334, 2241, 210, 'Roggwil', 474998100, 93958000, 0),
(36335, 2241, 210, 'Romanshorn', 475658600, 93786900, 0),
(36336, 2241, 210, 'Sirnach', 474622200, 89976300, 0),
(36337, 2241, 210, 'Steckborn', 476666700, 89833300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(36338, 2241, 210, 'Tagerwilen', 476559400, 91316700, 0),
(36339, 2241, 210, 'Wagenhausen', 476596900, 88479000, 0),
(36340, 2241, 210, 'Weinfelden', 475666700, 91000000, 0),
(36341, 2242, 210, 'Agno', 459833300, 88500000, 0),
(36342, 2242, 210, 'Arzo', 458760600, 89410300, 0),
(36343, 2242, 210, 'Ascona', 461545100, 87732700, 0),
(36344, 2242, 210, 'Balerna', 458488200, 90141600, 0),
(36345, 2242, 210, 'Bellinzona', 461927800, 90170300, 0),
(36346, 2242, 210, 'Biasca', 463597200, 89696500, 0),
(36347, 2242, 210, 'Bioggio', 460166700, 88833300, 0),
(36348, 2242, 210, 'Cadempino', 460367200, 89340300, 0),
(36349, 2242, 210, 'Cadenazzo', 461510800, 89419900, 0),
(36350, 2242, 210, 'Cadro', 460459500, 89872500, 0),
(36351, 2242, 210, 'Camorino', 461643500, 90036400, 0),
(36352, 2242, 210, 'Canobbio', 460342600, 89656600, 0),
(36353, 2242, 210, 'Caslano', 459715300, 88826100, 0),
(36354, 2242, 210, 'Castel San Pietro', 458606100, 90093200, 0),
(36355, 2242, 210, 'Chiasso', 458320300, 90311900, 0),
(36356, 2242, 210, 'Cugnasco', 461744400, 89179000, 0),
(36357, 2242, 210, 'Faido', 464770000, 88012500, 0),
(36358, 2242, 210, 'Giubiasco', 461724600, 90079300, 0),
(36359, 2242, 210, 'Gordola', 461825000, 88573000, 0),
(36360, 2242, 210, 'Gravesano', 460420800, 89183200, 0),
(36361, 2242, 210, 'Lavertezzo', 462577700, 88432900, 0),
(36362, 2242, 210, 'Locarno', 461708600, 87995300, 0),
(36363, 2242, 210, 'Losone', 461686600, 87592800, 0),
(36364, 2242, 210, 'Lugano', 460100800, 89600400, 0),
(36365, 2242, 210, 'Lumino', 462307200, 90663400, 0),
(36366, 2242, 210, 'Massagno', 460156200, 89453400, 0),
(36367, 2242, 210, 'Melano', 459221000, 89854400, 0),
(36368, 2242, 210, 'Mendrisio', 458674100, 89821000, 0),
(36369, 2242, 210, 'Minusio', 461776900, 88147300, 0),
(36370, 2242, 210, 'Montagnola', 459816700, 89177200, 0),
(36371, 2242, 210, 'Monte Carasso', 461864900, 89989200, 0),
(36372, 2242, 210, 'Morbio Inferiore', 458534100, 90164400, 0),
(36373, 2242, 210, 'Muralto', 461666670, 88000000, 0),
(36374, 2242, 210, 'Novazzano', 458407300, 89823600, 0),
(36375, 2242, 210, 'Pregassona', 460202100, 89742900, 0),
(36376, 2242, 210, 'Riva San Vitale', 459034100, 89710400, 0),
(36377, 2242, 210, 'Sorengo', 459985500, 89371300, 0),
(36378, 2242, 210, 'Stabio', 458509900, 89391800, 0),
(36379, 2242, 210, 'Tesserete', 460680800, 89658000, 0),
(36380, 2242, 210, 'Viganello', 460134200, 89687900, 0),
(36381, 2243, 210, 'Altdorf', 468804200, 86444100, 0),
(36382, 2243, 210, 'Andermatt', 466356500, 85938800, 0),
(36383, 2243, 210, 'Attinghausen', 468625500, 86303600, 0),
(36384, 2243, 210, 'Schattdorf', 468655000, 86546600, 0),
(36385, 2243, 210, 'Seedorf', 468819900, 86161100, 0),
(36386, 2243, 210, 'Silenen', 467891000, 86732500, 0),
(36387, 2244, 210, 'Ardon', 462106400, 72577600, 0),
(36388, 2244, 210, 'Bagnes', 460833300, 72166700, 0),
(36389, 2244, 210, 'Brig', 463166700, 79833300, 0),
(36390, 2244, 210, 'Chalais', 462670200, 75095800, 0),
(36391, 2244, 210, 'Charrat-les-Chenes', 461220200, 71345600, 0),
(36392, 2244, 210, 'Chermignon-d''en Haut', 462884400, 74748700, 0),
(36393, 2244, 210, 'Chippis', 462810300, 75428800, 0),
(36394, 2244, 210, 'Collombey', 462700800, 69483500, 0),
(36395, 2244, 210, 'Fiesch', 464003900, 81311000, 0),
(36396, 2244, 210, 'Lens', 462796500, 74459600, 0),
(36397, 2244, 210, 'Leuk', 463166700, 76333300, 0),
(36398, 2244, 210, 'Martigny-Combe', 460781700, 70509900, 0),
(36399, 2244, 210, 'Martigny-Ville', 461027600, 70724500, 0),
(36400, 2244, 210, 'Montana', 463126400, 74840800, 0),
(36401, 2244, 210, 'Monthey', 462554600, 69606600, 0),
(36402, 2244, 210, 'Naters', 463253600, 79891200, 0),
(36403, 2244, 210, 'Orsieres', 460290300, 71443700, 0),
(36404, 2244, 210, 'Port-Valais', 463715600, 68726300, 0),
(36405, 2244, 210, 'Saas-Grund', 461228100, 79365100, 0),
(36406, 2244, 210, 'Saillon', 461720800, 71848800, 0),
(36407, 2244, 210, 'Saint-Leonard', 462515200, 74171400, 0),
(36408, 2244, 210, 'Saviese', 462511500, 73455800, 0),
(36409, 2244, 210, 'Saxon', 461500500, 71807400, 0),
(36410, 2244, 210, 'Sierre', 462919200, 75355900, 0),
(36411, 2244, 210, 'Sion', 462290800, 73594200, 0),
(36412, 2244, 210, 'Troistorrents', 462289000, 69158900, 0),
(36413, 2244, 210, 'Verbier', 460987200, 72162100, 0),
(36414, 2244, 210, 'Vetroz', 462241400, 72890300, 0),
(36415, 2244, 210, 'Vex', 462000000, 74000000, 0),
(36416, 2244, 210, 'Visp', 462937000, 78814900, 0),
(36417, 2244, 210, 'Zermatt', 460212600, 77491200, 0),
(36418, 2245, 210, 'Aigle', 463181000, 69645700, 0),
(36419, 2245, 210, 'Apples', 465523700, 64288900, 0),
(36420, 2245, 210, 'Aubonne', 464951400, 63915500, 0),
(36421, 2245, 210, 'Avenches', 468800400, 70407100, 0),
(36422, 2245, 210, 'Begnins', 464415200, 62476200, 0),
(36423, 2245, 210, 'Belmont-sur-Lausanne', 465189100, 66763600, 0),
(36424, 2245, 210, 'Bex', 462521400, 70114100, 0),
(36425, 2245, 210, 'Blonay', 464677800, 68961500, 0),
(36426, 2245, 210, 'Bottens', 466159600, 66614900, 0),
(36427, 2245, 210, 'Bussigny', 465511000, 65559700, 0),
(36428, 2245, 210, 'Caux', 464324100, 69385500, 0),
(36429, 2245, 210, 'Chardonne', 464767600, 68268000, 0),
(36430, 2245, 210, 'Chateau-d''Oex', 464745500, 71315500, 0),
(36431, 2245, 210, 'Chavannes', 465300500, 65706800, 0),
(36432, 2245, 210, 'Chavornay', 467024400, 65694000, 0),
(36433, 2245, 210, 'Chexbres', 464820800, 67780500, 0),
(36434, 2245, 210, 'Colombier', 465570900, 64728400, 0),
(36435, 2245, 210, 'Coppet', 463168200, 61911400, 0),
(36436, 2245, 210, 'Crissier', 465516500, 65712500, 0),
(36437, 2245, 210, 'Cully', 464889200, 67294500, 0),
(36438, 2245, 210, 'Echallens', 466413000, 66331700, 0),
(36439, 2245, 210, 'Ecublens', 465289900, 65626100, 0),
(36440, 2245, 210, 'Epalinges', 465517800, 66682900, 0),
(36441, 2245, 210, 'Founex', 463327700, 61924300, 0),
(36442, 2245, 210, 'Froideville', 466001500, 66845700, 0),
(36443, 2245, 210, 'Gland', 464208200, 62701000, 0),
(36444, 2245, 210, 'Jongny', 464788300, 68411400, 0),
(36445, 2245, 210, 'L''Abbaye', 466496600, 63190700, 0),
(36446, 2245, 210, 'La Sarraz', 466586300, 65107700, 0),
(36447, 2245, 210, 'Lausanne', 465160000, 66328200, 0),
(36448, 2245, 210, 'Le Chatelard', 464452700, 68990800, 0),
(36449, 2245, 210, 'Le Chenit', 466068800, 62306200, 0),
(36450, 2245, 210, 'Le Mont-sur-Lausanne', 465581500, 66314500, 0),
(36451, 2245, 210, 'Le Vaud', 464775300, 62360300, 0),
(36452, 2245, 210, 'Leysin', 463418300, 70115100, 0),
(36453, 2245, 210, 'Lucens', 467085400, 68393100, 0),
(36454, 2245, 210, 'Lutry', 465024100, 66864700, 0),
(36455, 2245, 210, 'Montagny', 467928900, 66122200, 0),
(36456, 2245, 210, 'Montreux', 464330100, 69114300, 0),
(36457, 2245, 210, 'Morges', 465112700, 64985400, 0),
(36458, 2245, 210, 'Moudon', 466694800, 68012700, 0),
(36459, 2245, 210, 'Nyon', 463831800, 62395500, 0),
(36460, 2245, 210, 'Orbe', 467250400, 65306900, 0),
(36461, 2245, 210, 'Oron-la-ville', 465718100, 68273000, 0),
(36462, 2245, 210, 'Paudex', 465054800, 66681900, 0),
(36463, 2245, 210, 'Payerne', 468220100, 69360800, 0),
(36464, 2245, 210, 'Perroy', 464682100, 63662200, 0),
(36465, 2245, 210, 'Prangins', 463939600, 62494800, 0),
(36466, 2245, 210, 'Preverenges', 465185400, 65268200, 0),
(36467, 2245, 210, 'Prilly', 465393800, 65926600, 0),
(36468, 2245, 210, 'Puidoux', 465009300, 67824900, 0),
(36469, 2245, 210, 'Pully', 465102700, 66618300, 0),
(36470, 2245, 210, 'Renens', 465398900, 65881000, 0),
(36471, 2245, 210, 'Rolle', 464582000, 63349900, 0),
(36472, 2245, 210, 'Romanel', 465666700, 66045300, 0),
(36473, 2245, 210, 'Saint-Prex', 464796300, 64599200, 0),
(36474, 2245, 210, 'Sainte-Croix', 468220300, 65028300, 0),
(36475, 2245, 210, 'Savigny', 465384400, 67322200, 0),
(36476, 2245, 210, 'Signy-Avenex', 463833330, 62000000, 0),
(36477, 2245, 210, 'Trelex', 464153800, 62081300, 0),
(36478, 2245, 210, 'Vallorbe', 467125600, 63789400, 0),
(36479, 2245, 210, 'Vevey', 464611600, 68432800, 0),
(36480, 2245, 210, 'Villars-sur-Ollon', 462983200, 70563100, 0),
(36481, 2245, 210, 'Yverdon-les-Bains', 467785200, 66411500, 0),
(36482, 2245, 210, 'Yvonand', 468003400, 67424900, 0),
(36483, 2246, 210, 'Baar', 471962500, 85295400, 0),
(36484, 2246, 210, 'Cham', 471821300, 84635800, 0),
(36485, 2246, 210, 'Hunenberg', 471753600, 84249700, 0),
(36486, 2246, 210, 'Menzingen', 471776400, 85921500, 0),
(36487, 2246, 210, 'Steinhausen', 471951000, 84858100, 0),
(36488, 2246, 210, 'Unterageri', 471364400, 85853000, 0),
(36489, 2246, 210, 'Walchwil', 471016900, 85169300, 0),
(36490, 2246, 210, 'Zug', 471724200, 85174400, 0),
(36491, 2247, 210, 'Adliswil', 473099700, 85246200, 0),
(36492, 2247, 210, 'Aesch', 473297000, 86541000, 0),
(36493, 2247, 210, 'Affoltern', 472774300, 84512800, 0),
(36494, 2247, 210, 'Aussersihl', 473775200, 85212700, 0),
(36495, 2247, 210, 'Bachenbulach', 475031700, 85455600, 0),
(36496, 2247, 210, 'Baretswil', 473370900, 88564500, 0),
(36497, 2247, 210, 'Bassersdorf', 474434200, 86285100, 0),
(36498, 2247, 210, 'Bauma', 473674500, 88790500, 0),
(36499, 2247, 210, 'Benglen', 473607700, 86368700, 0),
(36500, 2247, 210, 'Binz', 473563500, 86265700, 0),
(36501, 2247, 210, 'Binzikon', 472794900, 87584200, 0),
(36502, 2247, 210, 'Birmensdorf', 473551500, 84425600, 0),
(36503, 2247, 210, 'Bonstetten', 473150500, 84683600, 0),
(36504, 2247, 210, 'Brutten', 474731800, 86756900, 0),
(36505, 2247, 210, 'Bruttisellen', 474217300, 86326300, 0),
(36506, 2247, 210, 'Bulach', 475219700, 85404900, 0),
(36507, 2247, 210, 'Dachsen', 476651500, 86179000, 0),
(36508, 2247, 210, 'Dielsdorf', 474814600, 84585000, 0),
(36509, 2247, 210, 'Dietikon', 474016500, 84001500, 0),
(36510, 2247, 210, 'Dubendorf', 473972400, 86187200, 0),
(36511, 2247, 210, 'Effretikon', 474257500, 86909400, 0),
(36512, 2247, 210, 'Egg', 472997600, 86903200, 0),
(36513, 2247, 210, 'Embrach', 475056100, 85940600, 0),
(36514, 2247, 210, 'Esslingen', 472832500, 87103800, 0),
(36515, 2247, 210, 'Fallanden', 473716900, 86386900, 0),
(36516, 2247, 210, 'Fehraltorf', 473877500, 87514900, 0),
(36517, 2247, 210, 'Feldmeilen', 472787300, 86216500, 0),
(36518, 2247, 210, 'Feuerthalen', 476905400, 86435700, 0),
(36519, 2247, 210, 'Freienstein', 475330700, 85845500, 0),
(36520, 2247, 210, 'Geroldswil', 474221300, 84108500, 0),
(36521, 2247, 210, 'Glattbrugg', 474313000, 85627200, 0),
(36522, 2247, 210, 'Glattfelden', 475587100, 85016700, 0),
(36523, 2247, 210, 'Gockhausen', 473809800, 85997800, 0),
(36524, 2247, 210, 'Gossau', 473051000, 87583100, 0),
(36525, 2247, 210, 'Greifensee', 473671700, 86811500, 0),
(36526, 2247, 210, 'Herrliberg', 472906400, 86146400, 0),
(36527, 2247, 210, 'Hinteregg', 473073600, 86833900, 0),
(36528, 2247, 210, 'Hinwil', 472942600, 88439300, 0),
(36529, 2247, 210, 'Hochfelden', 475226200, 85156400, 0),
(36530, 2247, 210, 'Hombrechtikon', 472529800, 87721200, 0),
(36531, 2247, 210, 'Horgen', 472557900, 86002700, 0),
(36532, 2247, 210, 'Kilchberg', 473243800, 85454800, 0),
(36533, 2247, 210, 'Kleinandelfingen', 476005800, 86836200, 0),
(36534, 2247, 210, 'Kloten', 474515200, 85849100, 0),
(36535, 2247, 210, 'Kollbrunn', 474579300, 87829500, 0),
(36536, 2247, 210, 'Kuesnacht', 473180500, 85840100, 0),
(36537, 2247, 210, 'Mannedorf', 472568600, 86989300, 0),
(36538, 2247, 210, 'Meilen', 472723200, 86461700, 0),
(36539, 2247, 210, 'Mettmenstetten', 472452900, 84634700, 0),
(36540, 2247, 210, 'Muehlehalde', 472830600, 85338600, 0),
(36541, 2247, 210, 'Oberrieden', 472744400, 85783800, 0),
(36542, 2247, 210, 'Oetwil am See', 472704900, 87202300, 0),
(36543, 2247, 210, 'Opfikon', 474316900, 85758800, 0),
(36544, 2247, 210, 'Otelfingen', 474605300, 83914100, 0),
(36545, 2247, 210, 'Ottenbach', 472822800, 84043200, 0),
(36546, 2247, 210, 'Pfaffikon', 473645300, 87920200, 0),
(36547, 2247, 210, 'Regensdorf', 474341000, 84687400, 0),
(36548, 2247, 210, 'Richterswil', 472062200, 86968600, 0),
(36549, 2247, 210, 'Rorbas', 475309200, 85755500, 0),
(36550, 2247, 210, 'Rueti', 472560300, 88555200, 0),
(36551, 2247, 210, 'Rumlang', 474504100, 85299300, 0),
(36552, 2247, 210, 'Ruschlikon', 473068800, 85513500, 0),
(36553, 2247, 210, 'Schachen', 473241900, 84725100, 0),
(36554, 2247, 210, 'Schlieren', 473966800, 84476300, 0),
(36555, 2247, 210, 'Schwerzenbach', 473821300, 86572700, 0),
(36556, 2247, 210, 'Seglingen', 475724400, 85209300, 0),
(36557, 2247, 210, 'Sellenbueren', 473436100, 84830100, 0),
(36558, 2247, 210, 'Seuzach Dorf', 475356000, 87320900, 0),
(36559, 2247, 210, 'Sonnhalde', 474532900, 84609100, 0),
(36560, 2247, 210, 'Stafa', 472425400, 87234200, 0),
(36561, 2247, 210, 'Steinmaur', 474971000, 84521600, 0),
(36562, 2247, 210, 'Sulz', 475395400, 87888700, 0),
(36563, 2247, 210, 'Tann', 472689800, 88502400, 0),
(36564, 2247, 210, 'Thalwil', 472974800, 85563400, 0),
(36565, 2247, 210, 'Turbenthal', 474363300, 88462900, 0),
(36566, 2247, 210, 'Uerikon', 472367200, 87573000, 0),
(36567, 2247, 210, 'Uetikon', 472644100, 86792500, 0),
(36568, 2247, 210, 'Uitikon', 473691100, 84569900, 0),
(36569, 2247, 210, 'Uster', 473471300, 87209100, 0),
(36570, 2247, 210, 'Wadenswil', 472268300, 86687000, 0),
(36571, 2247, 210, 'Wallisellen', 474149900, 85967200, 0),
(36572, 2247, 210, 'Wangen', 474118200, 86451600, 0),
(36573, 2247, 210, 'Weisslingen', 474306300, 87678700, 0),
(36574, 2247, 210, 'Wetzikon', 473264000, 87977900, 0),
(36575, 2247, 210, 'Wila', 474192800, 88452400, 0),
(36576, 2247, 210, 'Winterthur', 475000000, 87500000, 0),
(36577, 2247, 210, 'Wolfhausen', 472561900, 87991000, 0),
(36578, 2247, 210, 'Zollikerberg', 473451000, 86008800, 0),
(36579, 2247, 210, 'Zollikon', 473401900, 85740700, 0),
(36580, 2247, 210, 'Zurich', 473666700, 85500000, 0),
(36581, 2248, 211, 'Jablah', 353613700, 359256200, 0),
(36582, 2248, 211, 'Latakia', 355148400, 357768400, 0),
(36583, 2249, 211, 'As Suwayda''', 327089600, 365695100, 0),
(36584, 2250, 211, 'Dar''a', 326188900, 361021300, 0),
(36585, 2251, 211, 'Dayr az Zawr', 353358800, 401408400, 0),
(36586, 2252, 211, 'Damascus', 335102000, 362912800, 0),
(36587, 2253, 211, 'Aleppo', 362012400, 371611700, 0),
(36588, 2254, 211, '''Uqayribat', 350425000, 374644100, 0),
(36589, 2254, 211, 'Hamah', 351317900, 367578300, 0),
(36590, 2254, 211, 'Souran', 352913800, 367486500, 0),
(36591, 2255, 211, 'Hums', 347268200, 367233900, 0),
(36592, 2256, 211, 'Idlib', 359306200, 366339300, 0),
(36593, 2257, 211, '''Ayn al Fijah', 336151000, 361814000, 0),
(36594, 2257, 211, 'Al Ghizlaniyah', 333971000, 364561700, 0),
(36595, 2257, 211, 'At Tall', 336103300, 363107000, 0),
(36596, 2257, 211, 'Damir', 336434300, 366950400, 0),
(36597, 2257, 211, 'Daraya', 334589700, 362374200, 0),
(36598, 2257, 211, 'Dimas', 335874200, 360932400, 0),
(36599, 2257, 211, 'Hirista', 335589900, 363643200, 0),
(36600, 2257, 211, 'Qarah', 341527000, 367415200, 0),
(36601, 2257, 211, 'Qatana', 334354400, 360814800, 0),
(36602, 2257, 211, 'Yabrud', 339673600, 366574100, 0),
(36603, 2258, 211, 'As Sawda''', 349821200, 359440100, 0),
(36604, 2258, 211, 'Baniyas', 351818800, 359487100, 0),
(36605, 2258, 211, 'Mashta al Hulw', 348751700, 362531100, 0),
(36606, 2258, 211, 'Tartouss', 348890200, 358865900, 0),
(36607, 2259, 212, 'Jincheng', 244366700, 1183183300, 0),
(36608, 2259, 212, 'Nangan', 261503900, 1199328400, 0),
(36609, 2260, 212, 'Kaohsiung', 226162600, 1203133300, 0),
(36610, 2261, 212, 'Banqiao', 250142700, 1214671900, 0),
(36611, 2262, 212, 'Buli', 239663900, 1209695200, 0),
(36612, 2262, 212, 'Chang-hua', 240732700, 1205627600, 0),
(36613, 2262, 212, 'Daxi', 248837300, 1212904300, 0),
(36614, 2262, 212, 'Douliu', 237094400, 1205433300, 0),
(36615, 2262, 212, 'Fengshan', 226265900, 1203612600, 0),
(36616, 2262, 212, 'Fengyuan', 242500000, 1207169400, 0),
(36617, 2262, 212, 'Hengchun', 220041700, 1207438900, 0),
(36618, 2262, 212, 'Hsinchu', 248036100, 1209686100, 0),
(36619, 2262, 212, 'Hualian', 239769400, 1216044400, 0),
(36620, 2262, 212, 'Jiayi Shi', 234791700, 1204488900, 0),
(36621, 2262, 212, 'Keelung', 251282500, 1217419000, 0),
(36622, 2262, 212, 'Lugu', 237463900, 1207525000, 0),
(36623, 2262, 212, 'Ma-kung', 235654000, 1195862700, 0),
(36624, 2262, 212, 'Miaoli', 245642700, 1208236700, 0),
(36625, 2262, 212, 'Nantou', 239156600, 1206638700, 0),
(36626, 2262, 212, 'Pingtung', 226713500, 1204881400, 0),
(36627, 2262, 212, 'Taibao', 234594400, 1203322200, 0),
(36628, 2262, 212, 'Taichung', 241469000, 1206839000, 0),
(36629, 2262, 212, 'Tainan', 229908300, 1202133300, 0),
(36630, 2262, 212, 'Taipei', 250477600, 1215318500, 0),
(36631, 2262, 212, 'Taitung', 227599100, 1211445700, 0),
(36632, 2262, 212, 'Taitung City', 227583000, 1211444000, 0),
(36633, 2262, 212, 'Taoyuan', 249896000, 1213187000, 0),
(36634, 2262, 212, 'Taoyuan City', 249936800, 1212969600, 0),
(36635, 2262, 212, 'Xinying', 233069400, 1203105600, 0),
(36636, 2262, 212, 'Yilan', 247570000, 1217530000, 0),
(36637, 2262, 212, 'Yujing', 231249300, 1204613800, 0),
(36638, 2262, 212, 'Zhongxing New Village', 239590800, 1206851600, 0),
(36639, 2262, 212, 'Zhubei', 248383300, 1210077800, 0),
(36640, 2263, 213, 'Vose''', 378039600, 696441600, 0),
(36641, 2264, 213, 'Istaravshan', 399142000, 690032800, 0),
(36642, 2264, 213, 'Khujand', 402852700, 696279200, 0),
(36643, 2265, 213, 'Dushanbe', 385357500, 687790500, 0),
(36644, 2266, 214, 'Arusha', -33666700, 366833300, 0),
(36645, 2266, 214, 'Ngorongoro', -32500000, 355166700, 0),
(36646, 2267, 214, 'Dar es Salaam', -68234900, 392695100, 0),
(36647, 2267, 214, 'Magomeni', -68000000, 392500000, 0),
(36648, 2268, 214, 'Dodoma', -61722100, 357394700, 0),
(36649, 2269, 214, 'Iringa', -77666700, 357000000, 0),
(36650, 2270, 214, 'Bukoba', -13316700, 318122200, 0),
(36651, 2271, 214, 'Uvinza', -51036100, 303911100, 0),
(36652, 2272, 214, 'Moshi', -33500000, 373333300, 0),
(36653, 2273, 214, 'Musoma', -15000000, 338000000, 0),
(36654, 2274, 214, 'Mbeya', -89000000, 334500000, 0),
(36655, 2275, 214, 'Morogoro', -68166700, 376666700, 0),
(36656, 2276, 214, 'Mtwara', -102666700, 401833300, 0),
(36657, 2277, 214, 'Mwanza', -25166700, 329000000, 0),
(36658, 2278, 214, 'Shinyanga', -36666700, 334333300, 0),
(36659, 2279, 214, 'Kilimatinde', -58500000, 349500000, 0),
(36660, 2279, 214, 'Singida', -48166700, 347500000, 0),
(36661, 2280, 214, 'Tabora', -50166700, 328000000, 0),
(36662, 2281, 214, 'Tanga', -50666700, 391000000, 0),
(36663, 2282, 214, 'Gamba', -59000000, 393000000, 0),
(36664, 2282, 214, 'Nungwi', -57265100, 392987000, 0),
(36665, 2283, 214, 'Zanzibar', -61639400, 391979300, 0),
(36666, 2284, 215, 'Amnat Charoen', 158583300, 1046292000, 0),
(36667, 2284, 215, 'Phana', 156852900, 1048433400, 0),
(36668, 2285, 215, 'Ang Thong', 145883900, 1004528300, 0),
(36669, 2285, 215, 'Chaiyo', 146763900, 1004686100, 0),
(36670, 2286, 215, 'Ban Dan', 151083900, 1031755100, 0),
(36671, 2286, 215, 'Buriram', 149943300, 1031039200, 0),
(36672, 2286, 215, 'Chaloem Phra Kiat', 145583900, 1029247500, 0),
(36673, 2286, 215, 'Huai Rat', 149603900, 1031891100, 0),
(36674, 2286, 215, 'Khaen Dong', 153247600, 1031334300, 0),
(36675, 2286, 215, 'Nang Rong', 146377000, 1027913800, 0),
(36676, 2286, 215, 'Nong Hong', 148478200, 1026840100, 0),
(36677, 2286, 215, 'Phutthaisong', 155478300, 1030246700, 0),
(36678, 2287, 215, 'Ban Pho', 135986400, 1010795600, 0),
(36679, 2287, 215, 'Bang Pakong', 135429700, 1009933300, 0),
(36680, 2287, 215, 'Chachoengsao', 136882000, 1010715600, 0),
(36681, 2287, 215, 'Phanom Sarakham', 137478700, 1013553000, 0),
(36682, 2287, 215, 'Plaeng Yao', 135846700, 1012840300, 0),
(36683, 2287, 215, 'Ratchasan', 137821100, 1012813300, 0),
(36684, 2288, 215, 'Chai Nat', 151863600, 1001235300, 0),
(36685, 2288, 215, 'Hankha', 149812200, 1000147000, 0),
(36686, 2288, 215, 'Noen Kham', 149501000, 999389900, 0),
(36687, 2288, 215, 'Sankhaburi', 150473300, 1001617800, 0),
(36688, 2289, 215, 'Bamnet Narong', 154991700, 1016897200, 0),
(36689, 2289, 215, 'Ban Thaen', 164050600, 1023423900, 0),
(36690, 2289, 215, 'Chaiyaphum', 158104700, 1020288100, 0),
(36691, 2289, 215, 'Chatturat', 155654200, 1018454700, 0),
(36692, 2289, 215, 'Khon Sawan', 159319200, 1022810300, 0),
(36693, 2289, 215, 'Phu Khiao', 163765000, 1021285300, 0),
(36694, 2290, 215, 'Chanthaburi', 126096100, 1021044700, 0),
(36695, 2290, 215, 'Khlung', 124546700, 1022214200, 0),
(36696, 2290, 215, 'Laem Sing', 124816400, 1020737500, 0),
(36697, 2290, 215, 'Makham', 126729200, 1021957500, 0),
(36698, 2290, 215, 'Na Yai Am', 127815300, 1018225600, 0),
(36699, 2290, 215, 'Soi Dao', 131289400, 1022140200, 0),
(36700, 2290, 215, 'Tha Mai', 126213700, 1020048000, 0),
(36701, 2291, 215, 'Chiang Mai', 187903800, 989846800, 0),
(36702, 2291, 215, 'Chom Thong', 184174200, 986742800, 0),
(36703, 2291, 215, 'Doi Lo', 184609800, 987776700, 0),
(36704, 2291, 215, 'Fang', 199168900, 992145000, 0),
(36705, 2291, 215, 'Hang Dong', 186870300, 989193900, 0),
(36706, 2291, 215, 'Mae Ai', 200288300, 992983300, 0),
(36707, 2291, 215, 'Mae Chaem', 184992600, 983649400, 0),
(36708, 2291, 215, 'Mae Taeng', 191171200, 989417600, 0),
(36709, 2291, 215, 'Mae Wang', 186160400, 987729200, 0),
(36710, 2291, 215, 'Pai', 193616800, 984397300, 0),
(36711, 2291, 215, 'San Kamphaeng', 187448600, 991195300, 0),
(36712, 2291, 215, 'San Pa Tong', 186282800, 988957200, 0),
(36713, 2291, 215, 'San Sai', 188479200, 990450800, 0),
(36714, 2291, 215, 'Saraphi', 187141700, 990352800, 0),
(36715, 2292, 215, 'Chiang Rai', 199085800, 998325000, 0),
(36716, 2292, 215, 'Chiang Saen', 202751100, 1000868900, 0),
(36717, 2292, 215, 'Mae Chan', 201467500, 998525600, 0),
(36718, 2292, 215, 'Mae Fa Luang', 202662800, 997984600, 0),
(36719, 2292, 215, 'Mae Sai', 204335300, 998761700, 0),
(36720, 2292, 215, 'Mae Suai', 196563300, 995436700, 0),
(36721, 2292, 215, 'Phan', 195539500, 997404600, 0),
(36722, 2292, 215, 'Wiang Chiang Rung', 200132800, 1000563900, 0),
(36723, 2293, 215, 'Ban Bueng', 133110000, 1011121400, 0),
(36724, 2293, 215, 'Ban Talat Bueng', 130714700, 1010031400, 0),
(36725, 2293, 215, 'Bang Lamung', 130470400, 1009289100, 0),
(36726, 2293, 215, 'Bo Thong', 132782500, 1014402800, 0),
(36727, 2293, 215, 'Chon Buri', 133622000, 1009834500, 0),
(36728, 2293, 215, 'Ko Chan', 134165800, 1013345800, 0),
(36729, 2293, 215, 'Laem Chabang', 130833330, 1008833330, 0),
(36730, 2293, 215, 'Nong Yai', 131551500, 1013722600, 0),
(36731, 2293, 215, 'Phan Thong', 134680400, 1010953200, 0),
(36732, 2293, 215, 'Phanat Nikhom', 134458100, 1011844500, 0),
(36733, 2293, 215, 'Phatthaya', 129333300, 1008833300, 0),
(36734, 2293, 215, 'Sattahip', 126664400, 1009007300, 0),
(36735, 2293, 215, 'Si Racha', 131737200, 1009311100, 0),
(36736, 2294, 215, 'Chumphon', 105000000, 991666700, 0),
(36737, 2294, 215, 'Tha Sae', 106646100, 991728100, 0),
(36738, 2295, 215, 'Don Chan', 164571100, 1036955800, 0),
(36739, 2295, 215, 'Kalasin', 164328100, 1035065800, 0),
(36740, 2295, 215, 'Kamalasai', 163383900, 1035756400, 0),
(36741, 2295, 215, 'Kham Muang', 169290200, 1036351800, 0),
(36742, 2295, 215, 'Na Khu', 167638400, 1040262600, 0),
(36743, 2295, 215, 'Rong Kham', 162694300, 1037468900, 0),
(36744, 2295, 215, 'Yang Talat', 163998200, 1033678500, 0),
(36745, 2296, 215, 'Bueng Samakkhi', 161872800, 999752500, 0),
(36746, 2296, 215, 'Kamphaeng Phet', 164834400, 995215300, 0),
(36747, 2296, 215, 'Lan Krabue', 166000300, 998488900, 0),
(36748, 2296, 215, 'Pang Sila Thong', 160963100, 994890600, 0),
(36749, 2296, 215, 'Sai Ngam', 164686200, 998884300, 0),
(36750, 2296, 215, 'Thung Sai', 163148900, 998326700, 0),
(36751, 2297, 215, 'Huai Krachao', 143275000, 996676700, 0),
(36752, 2297, 215, 'Kanchanaburi', 140041200, 995483200, 0),
(36753, 2297, 215, 'Phanom Thuan', 141303100, 996985800, 0),
(36754, 2297, 215, 'Sai Yok', 141194000, 991420600, 0),
(36755, 2297, 215, 'Sangkhla Buri', 151555300, 984536100, 0),
(36756, 2297, 215, 'Tha Maka', 139208100, 997655300, 0),
(36757, 2298, 215, 'Ban Fang', 164533100, 1026389200, 0),
(36758, 2298, 215, 'Ban Haet', 161964800, 1027595900, 0),
(36759, 2298, 215, 'Ban Phai', 160599700, 1027309700, 0),
(36760, 2298, 215, 'Chum Phae', 165443000, 1020992400, 0),
(36761, 2298, 215, 'Khon Kaen', 164467100, 1028330000, 0),
(36762, 2298, 215, 'Nong Ruea', 164933300, 1024333900, 0),
(36763, 2298, 215, 'Phon', 158160000, 1025998100, 0),
(36764, 2298, 215, 'Waeng Noi', 158035000, 1024161400, 0),
(36765, 2299, 215, 'Khao Phanom', 82654900, 990512400, 0),
(36766, 2299, 215, 'Ko Lanta', 75336200, 990864700, 0),
(36767, 2299, 215, 'Krabi', 80725700, 989105200, 0),
(36768, 2299, 215, 'Nuea Khlong', 80714400, 989993300, 0),
(36769, 2299, 215, 'Saladan', 76134200, 990365100, 0),
(36770, 2300, 215, 'Bang Kapi', 137653000, 1006470000, 0),
(36771, 2300, 215, 'Bang Khae', 136919600, 1004069100, 0),
(36772, 2300, 215, 'Bang Khen', 138774100, 1006255000, 0),
(36773, 2300, 215, 'Bang Kho Laem', 136934700, 1005022000, 0),
(36774, 2300, 215, 'Bang Khun Thian', 136630200, 1004341600, 0),
(36775, 2300, 215, 'Bang Na', 136674400, 1006420600, 0),
(36776, 2300, 215, 'Bang Phlat', 137942500, 1005044700, 0),
(36777, 2300, 215, 'Bang Rak', 137305800, 1005238800, 0),
(36778, 2300, 215, 'Bang Sue', 138100300, 1005371400, 0),
(36779, 2300, 215, 'Bangkok', 137500000, 1005166700, 0),
(36780, 2300, 215, 'Bangkok Noi', 137626600, 1004779800, 0),
(36781, 2300, 215, 'Bangkok Yai', 137231900, 1004760000, 0),
(36782, 2300, 215, 'Bueng Kum', 137852800, 1006695800, 0),
(36783, 2300, 215, 'Chatuchak', 138289300, 1005598500, 0),
(36784, 2300, 215, 'Chom Thong', 136771700, 1004840700, 0),
(36785, 2300, 215, 'Don Mueang', 139139200, 1005899400, 0),
(36786, 2300, 215, 'Dusit', 137775000, 1005197700, 0),
(36787, 2300, 215, 'Huai Khwang', 137767800, 1005790000, 0),
(36788, 2300, 215, 'Khan Na Yao', 138260900, 1006793300, 0),
(36789, 2300, 215, 'Khlong Sam Wa', 138361600, 1007352400, 0),
(36790, 2300, 215, 'Khlong San', 137308600, 1005090300, 0),
(36791, 2300, 215, 'Khlong Toei', 137166800, 1005715900, 0),
(36792, 2300, 215, 'Lak Si', 138872400, 1005792000, 0),
(36793, 2300, 215, 'Lat Krabang', 137234100, 1007843600, 0),
(36794, 2300, 215, 'Lat Phrao', 138034900, 1006074900, 0),
(36795, 2300, 215, 'Min Buri', 138140700, 1007313500, 0),
(36796, 2300, 215, 'Nong Chok', 138558500, 1008621600, 0),
(36797, 2300, 215, 'Nong Khaem', 137052800, 1003492300, 0),
(36798, 2300, 215, 'Pathum Wan', 137364800, 1005239000, 0),
(36799, 2300, 215, 'Phasi Charoen', 137146600, 1004369100, 0),
(36800, 2300, 215, 'Phaya Thai', 137800500, 1005427500, 0),
(36801, 2300, 215, 'Phra Khanong', 137018500, 1006015700, 0),
(36802, 2300, 215, 'Pom Prap Sattru Phai', 137582200, 1005132500, 0),
(36803, 2300, 215, 'Prawet', 137173500, 1006945200, 0),
(36804, 2300, 215, 'Rat Burana', 136821900, 1005060300, 0),
(36805, 2300, 215, 'Ratchathewi', 137590000, 1005335800, 0),
(36806, 2300, 215, 'Sai Mai', 139206800, 1006455200, 0),
(36807, 2300, 215, 'Samphanthawong', 137314700, 1005141400, 0),
(36808, 2300, 215, 'Saphan Sung', 137701900, 1006853100, 0),
(36809, 2300, 215, 'Sathon', 137085000, 1005261900, 0),
(36810, 2300, 215, 'Suan Luang', 137302800, 1006513800, 0),
(36811, 2300, 215, 'Taling Chan', 137769800, 1004567000, 0),
(36812, 2300, 215, 'Thawi Watthana', 137885100, 1003333400, 0),
(36813, 2300, 215, 'Thon Buri', 137250000, 1004851200, 0),
(36814, 2300, 215, 'Thung Khru', 136287500, 1005096400, 0),
(36815, 2300, 215, 'Wang Thonglang', 137854600, 1006116500, 0),
(36816, 2300, 215, 'Watthana', 137297800, 1005853600, 0),
(36817, 2300, 215, 'Yan Nawa', 136963400, 1005421200, 0),
(36818, 2301, 215, 'Chae Hom', 187126700, 995575800, 0),
(36819, 2301, 215, 'Hang Chat', 183216400, 993156100, 0),
(36820, 2301, 215, 'Lampang', 182923200, 994927700, 0),
(36821, 2301, 215, 'Mae Mo', 182756100, 996504400, 0),
(36822, 2301, 215, 'Mae Tha', 181341100, 995138900, 0),
(36823, 2301, 215, 'Ngao', 187567800, 999781400, 0),
(36824, 2302, 215, 'Ban Hong', 183308600, 988192500, 0),
(36825, 2302, 215, 'Ban Thi', 186318600, 991166100, 0),
(36826, 2302, 215, 'Lamphun', 185805400, 990074500, 0),
(36827, 2302, 215, 'Pa Sang', 185261700, 989393600, 0),
(36828, 2303, 215, 'Dan Sai', 172801100, 1011468600, 0),
(36829, 2303, 215, 'Erawan', 173018100, 1019538200, 0),
(36830, 2303, 215, 'Loei', 174905200, 1017274900, 0),
(36831, 2303, 215, 'Nong Hin', 171235600, 1018578900, 0),
(36832, 2303, 215, 'Wang Saphung', 173009700, 1017685000, 0),
(36833, 2304, 215, 'Ban Mi', 150442800, 1005368100, 0),
(36834, 2304, 215, 'Chai Badan', 152061400, 1011368300, 0),
(36835, 2304, 215, 'Lop Buri', 147980800, 1006539700, 0),
(36836, 2304, 215, 'Phatthana Nikhom', 148564600, 1009845900, 0),
(36837, 2304, 215, 'Tha Luang', 150686400, 1011066400, 0),
(36838, 2305, 215, 'Ban Huai I Huak', 180786100, 980350000, 0),
(36839, 2305, 215, 'Khun Yuam', 188295800, 979334700, 0),
(36840, 2305, 215, 'Mae Hong Son', 193002900, 979685200, 0),
(36841, 2305, 215, 'Mae La Noi', 183939900, 979050400, 0),
(36842, 2306, 215, 'Borabue', 160384700, 1031190600, 0),
(36843, 2306, 215, 'Kut Rang', 160939800, 1030099800, 0),
(36844, 2306, 215, 'Maha Sarakham', 161848300, 1033006700, 0),
(36845, 2306, 215, 'Wapi Pathum', 158452300, 1033767800, 0),
(36846, 2307, 215, 'Khamcha-i', 165776400, 1044195600, 0),
(36847, 2307, 215, 'Mukdahan', 165453100, 1047235100, 0),
(36848, 2308, 215, 'Ban Na', 142623800, 1010711100, 0),
(36849, 2308, 215, 'Nakhon Nayok', 142046300, 1012129500, 0),
(36850, 2308, 215, 'Ongkharak', 141211700, 1010036400, 0),
(36851, 2308, 215, 'Pak Phli', 141630800, 1012688600, 0),
(36852, 2309, 215, 'Don Tum', 139609000, 1000788800, 0),
(36853, 2309, 215, 'Kamphaeng Saen', 139977000, 999921500, 0),
(36854, 2309, 215, 'Nakhon Chai Si', 138012600, 1001845100, 0),
(36855, 2309, 215, 'Nakhon Pathom', 138196000, 1000442700, 0),
(36856, 2309, 215, 'Salaya', 138020000, 1003211100, 0),
(36857, 2309, 215, 'Sam Phran', 137269800, 1002152600, 0),
(36858, 2310, 215, 'Nakhon Phanom', 174108100, 1047785600, 0),
(36859, 2310, 215, 'Si Songkhram', 176274500, 1042507000, 0),
(36860, 2310, 215, 'Tha Uthen', 175760500, 1045990600, 0),
(36861, 2310, 215, 'That Phanom', 169363600, 1047103900, 0),
(36862, 2311, 215, 'Amphoe Sikhiu', 148994400, 1017083300, 0),
(36863, 2311, 215, 'Bua Yai', 155855200, 1024258700, 0),
(36864, 2311, 215, 'Kham Sakae Saeng', 153322100, 1021727800, 0),
(36865, 2311, 215, 'Kham Thale So', 149608300, 1019478900, 0),
(36866, 2311, 215, 'Khon Buri', 145254100, 1022459100, 0),
(36867, 2311, 215, 'Nakhon Ratchasima', 149706600, 1021019600, 0),
(36868, 2311, 215, 'Non Sung', 151801400, 1022569400, 0),
(36869, 2311, 215, 'Pak Chong', 147080200, 1014161400, 0),
(36870, 2311, 215, 'Sikhio', 148922500, 1017231400, 0),
(36871, 2311, 215, 'Soeng Sang', 144264200, 1024605800, 0),
(36872, 2312, 215, 'Kao Liao', 158505300, 1000791400, 0),
(36873, 2312, 215, 'Mae Poen', 156578900, 994698100, 0),
(36874, 2312, 215, 'Nakhon Sawan', 157047200, 1001371700, 0),
(36875, 2312, 215, 'Nong Bua', 158645800, 1005858100, 0),
(36876, 2312, 215, 'Tak Fa', 153491700, 1004952200, 0),
(36877, 2312, 215, 'Takhli', 152633600, 1003437800, 0),
(36878, 2312, 215, 'Tha Tako', 156421800, 1004783900, 0),
(36879, 2313, 215, 'Cha-uat', 79677300, 999998500, 0),
(36880, 2313, 215, 'Chang Klang', 83709400, 995624900, 0),
(36881, 2313, 215, 'Hua Sai', 80440800, 1003058600, 0),
(36882, 2313, 215, 'Nakhon Si Thammarat', 84333300, 999666700, 0),
(36883, 2313, 215, 'Nopphitam', 87192800, 997527200, 0),
(36884, 2313, 215, 'Phrom Khiri', 85233300, 998227500, 0),
(36885, 2313, 215, 'Tha Sala', 86673300, 999307800, 0),
(36886, 2313, 215, 'Thung Song', 81645300, 996803900, 0),
(36887, 2314, 215, 'Bo Kluea', 191502900, 1011556000, 0),
(36888, 2314, 215, 'Nan', 187929200, 1007297200, 0),
(36889, 2315, 215, 'Narathiwat', 64263900, 1018230800, 0),
(36890, 2315, 215, 'Ra-ngae', 62967800, 1017284400, 0),
(36891, 2315, 215, 'Rueso', 63936400, 1015184700, 0),
(36892, 2315, 215, 'Tak Bai', 62594700, 1020546100, 0),
(36893, 2315, 215, 'Waeng', 59280000, 1018838200, 0),
(36894, 2315, 215, 'Yi-ngo', 64029600, 1017062600, 0),
(36895, 2316, 215, 'Nong Bua Lamphu', 172040600, 1024406800, 0),
(36896, 2317, 215, 'Bueng Khong Long', 179668100, 1040447800, 0),
(36897, 2317, 215, 'Fao Rai', 180179200, 1033038800, 0),
(36898, 2317, 215, 'Nong Khai', 178784700, 1027420000, 0),
(36899, 2317, 215, 'Sa Khrai', 176754400, 1027507000, 0),
(36900, 2317, 215, 'Tha Bo', 178500300, 1025813900, 0),
(36901, 2318, 215, 'Bang Bua Thong', 139102000, 1004258100, 0),
(36902, 2318, 215, 'Bang Kruai', 138050000, 1004728300, 0),
(36903, 2318, 215, 'Bang Yai', 138434100, 1003625100, 0),
(36904, 2318, 215, 'Mueang Nonthaburi', 138607500, 1005147700, 0),
(36905, 2318, 215, 'Pak Kret', 139130100, 1004988300, 0),
(36906, 2318, 215, 'Sai Noi', 139791500, 1003120900, 0),
(36907, 2319, 215, 'Ban Lam Luk Ka', 139773800, 1007777600, 0),
(36908, 2319, 215, 'Ban Rangsit', 140166700, 1007333300, 0),
(36909, 2319, 215, 'Khlong Luang', 140646700, 1006457800, 0),
(36910, 2319, 215, 'Lam Luk Ka', 139322600, 1007493700, 0),
(36911, 2319, 215, 'Lat Lum Kaeo', 140372800, 1004048600, 0),
(36912, 2319, 215, 'Pathum Thani', 140134600, 1005304900, 0),
(36913, 2319, 215, 'Sam Khok', 140655000, 1005226400, 0),
(36914, 2319, 215, 'Thanyaburi', 140211400, 1007343300, 0),
(36915, 2320, 215, 'Khok Pho', 67306400, 1010962000, 0),
(36916, 2320, 215, 'Nong Chik', 68435600, 1011780300, 0),
(36917, 2320, 215, 'Panare', 68619200, 1014910300, 0),
(36918, 2320, 215, 'Pattani', 68681400, 1012500900, 0),
(36919, 2320, 215, 'Thung Yang Daeng', 66182200, 1014265000, 0),
(36920, 2321, 215, 'Ban Ao Nang', 80458000, 988103500, 0),
(36921, 2321, 215, 'Kapong', 86969700, 984091400, 0),
(36922, 2321, 215, 'Khura Buri', 91939700, 984151400, 0),
(36923, 2321, 215, 'Phangnga', 84509000, 985298500, 0),
(36924, 2321, 215, 'Takua Pa', 88705000, 983438300, 0),
(36925, 2321, 215, 'Thai Mueang', 83991400, 982606100, 0),
(36926, 2322, 215, 'Bang Kaeo', 74294700, 1001780300, 0),
(36927, 2322, 215, 'Khuan Khanun', 77347000, 1000093100, 0),
(36928, 2322, 215, 'Phatthalung', 76178600, 1000779200, 0),
(36929, 2322, 215, 'Si Banphot', 77213600, 998843000, 0),
(36930, 2322, 215, 'Tamot', 73392200, 1001116700, 0),
(36931, 2323, 215, 'Chiang Kham', 195233100, 1003000000, 0),
(36932, 2323, 215, 'Dok Kham Tai', 191624200, 999934200, 0),
(36933, 2323, 215, 'Phayao', 191920300, 998788300, 0),
(36934, 2324, 215, 'Bueng Sam Phan', 157964700, 1010085300, 0),
(36935, 2324, 215, 'Lom Kao', 168861400, 1012289400, 0),
(36936, 2324, 215, 'Lom Sak', 167798300, 1012422500, 0),
(36937, 2324, 215, 'Phetchabun', 164190400, 1011605600, 0),
(36938, 2324, 215, 'Si Thep', 154521400, 1010666700, 0),
(36939, 2325, 215, 'Ban Laem', 132046800, 999795800, 0),
(36940, 2325, 215, 'Ban Lat', 130500300, 999190800, 0),
(36941, 2325, 215, 'Cha-am', 128000000, 999666700, 0),
(36942, 2325, 215, 'Khao Yoi', 132402500, 998242800, 0),
(36943, 2325, 215, 'Phetchaburi', 131118900, 999446700, 0),
(36944, 2325, 215, 'Tha Yang', 129577200, 999055500, 0),
(36945, 2326, 215, 'Phichit', 164418400, 1003487900, 0),
(36946, 2326, 215, 'Pho Thale', 160927000, 1002608900, 0),
(36947, 2326, 215, 'Taphan Hin', 162209400, 1004197800, 0),
(36948, 2326, 215, 'Wachira Barami', 165231400, 1001446400, 0),
(36949, 2326, 215, 'Wang Sai Phun', 163885000, 1005380100, 0),
(36950, 2327, 215, 'Bang Rakam', 167584700, 1001174200, 0),
(36951, 2327, 215, 'Nakhon Thai', 171005600, 1008373900, 0),
(36952, 2327, 215, 'Phitsanulok', 168248100, 1002585800, 0),
(36953, 2328, 215, 'Ban Bang Kadi Pathum Thani', 139990400, 1005496200, 0),
(36954, 2328, 215, 'Bang Pa-in', 142272800, 1005787900, 0),
(36955, 2328, 215, 'Lat Bua Luang', 141657200, 1003078900, 0),
(36956, 2328, 215, 'Maha Rat', 145336700, 1005267200, 0),
(36957, 2328, 215, 'Nakhon Luang', 144628100, 1006083200, 0),
(36958, 2328, 215, 'Phak Hai', 144573600, 1003698900, 0),
(36959, 2328, 215, 'Phra Nakhon Si Ayutthaya', 143516700, 1005773900, 0),
(36960, 2328, 215, 'Sena', 143270000, 1004043300, 0),
(36961, 2328, 215, 'Uthai', 143627800, 1006720300, 0),
(36962, 2329, 215, 'Den Chai', 179837200, 1000521700, 0),
(36963, 2329, 215, 'Phrae', 181458900, 1001410300, 0),
(36964, 2329, 215, 'Song', 184700600, 1001829400, 0),
(36965, 2330, 215, 'Ban Chalong', 78446800, 983389700, 0),
(36966, 2330, 215, 'Ban Karon', 78476900, 982985000, 0),
(36967, 2330, 215, 'Ban Ko Kaeo', 79359900, 983966400, 0),
(36968, 2330, 215, 'Ban Ratsada', 79096300, 984024800, 0),
(36969, 2330, 215, 'Ban Talat Nua', 78848900, 983855700, 0),
(36970, 2330, 215, 'Ban Talat Yai', 78848100, 984000800, 0),
(36971, 2330, 215, 'Kathu', 79090300, 983332000, 0),
(36972, 2330, 215, 'Mueang Phuket', 78633800, 983643700, 0),
(36973, 2330, 215, 'Nai Harn', 77785900, 983066100, 0),
(36974, 2330, 215, 'Patong Beach', 78960700, 982966100, 0),
(36975, 2330, 215, 'Phuket', 78905900, 983981000, 0),
(36976, 2330, 215, 'Rawai', 77796500, 983253200, 0),
(36977, 2330, 215, 'Thalang', 80317000, 983340800, 0),
(36978, 2330, 215, 'Wichit', 78894000, 983852300, 0),
(36979, 2331, 215, 'Kabin Buri', 139511400, 1017176900, 0),
(36980, 2331, 215, 'Na Di', 141151700, 1017818900, 0),
(36981, 2331, 215, 'Prachin Buri', 140499200, 1013686400, 0),
(36982, 2331, 215, 'Si Maha Phot', 139659700, 1015130300, 0),
(36983, 2332, 215, 'Bang Saphan', 112125900, 995116700, 0),
(36984, 2332, 215, 'Hua Hin', 125706500, 999587600, 0),
(36985, 2332, 215, 'Prachuap Khiri Khan', 118209800, 997841000, 0),
(36986, 2332, 215, 'Pran Buri', 123846600, 999098300, 0),
(36987, 2333, 215, 'Ranong', 99658300, 986347600, 0),
(36988, 2334, 215, 'Ban Kha', 134304700, 994096700, 0),
(36989, 2334, 215, 'Ban Pong', 138162900, 998773900, 0),
(36990, 2334, 215, 'Bang Phae', 136915700, 999298200, 0),
(36991, 2334, 215, 'Damnoen Saduak', 135182400, 999546900, 0),
(36992, 2334, 215, 'Pak Tho', 133726300, 998393800, 0),
(36993, 2334, 215, 'Photharam', 136923400, 998496900, 0),
(36994, 2334, 215, 'Ratchaburi', 135367100, 998171200, 0),
(36995, 2335, 215, 'Ban Chang', 127254300, 1010553000, 0),
(36996, 2335, 215, 'Klaeng', 127797200, 1016483100, 0),
(36997, 2335, 215, 'Nikhom Phattana', 128273600, 1012027300, 0),
(36998, 2335, 215, 'Pluak Daeng', 129712200, 1012146300, 0),
(36999, 2335, 215, 'Rayong', 126809500, 1012579800, 0),
(37000, 2336, 215, 'Ban Selaphum', 160166700, 1039500000, 0),
(37001, 2336, 215, 'Chiang Khwan', 161632800, 1037535900, 0),
(37002, 2336, 215, 'Pathum Rat', 156345000, 1033432500, 0),
(37003, 2336, 215, 'Roi Et', 160567000, 1036530900, 0),
(37004, 2336, 215, 'Selaphum', 160299200, 1039382600, 0),
(37005, 2336, 215, 'Suwannaphum', 156034800, 1038020700, 0),
(37006, 2337, 215, 'Aranyaprathet', 136927600, 1025012800, 0),
(37007, 2337, 215, 'Khao Chakan', 136535000, 1020882500, 0),
(37008, 2337, 215, 'Sa Kaeo', 138141100, 1020722200, 0),
(37009, 2337, 215, 'Ta Phraya', 140030800, 1028054100, 0),
(37010, 2337, 215, 'Wang Nam Yen', 135032500, 1021811500, 0),
(37011, 2337, 215, 'Watthana Nakhon', 137446200, 1023186300, 0),
(37012, 2338, 215, 'Akat Amnuai', 175963900, 1039816000, 0),
(37013, 2338, 215, 'Phang Khon', 173905000, 1037169200, 0),
(37014, 2338, 215, 'Sakon Nakhon', 171611600, 1041472500, 0),
(37015, 2338, 215, 'Sawang Daen Din', 174753100, 1034575300, 0),
(37016, 2338, 215, 'Wanon Niwat', 176339100, 1037524100, 0),
(37017, 2339, 215, 'Bang Bo', 135742800, 1008353300, 0),
(37018, 2339, 215, 'Bang Sao Thong', 135950000, 1008304200, 0),
(37019, 2339, 215, 'Phra Pradaeng', 136585400, 1005336200, 0),
(37020, 2339, 215, 'Samut Prakan', 135993400, 1005967500, 0),
(37021, 2340, 215, 'Ban Phaeo', 135907200, 1001074800, 0),
(37022, 2340, 215, 'Krathum Baen', 136533000, 1002597200, 0),
(37023, 2340, 215, 'Samut Sakhon', 135475300, 1002736200, 0),
(37024, 2341, 215, 'Amphawa', 134243600, 999568800, 0),
(37025, 2341, 215, 'Samut Songkhram', 134145600, 1000026400, 0),
(37026, 2342, 215, 'Ban Mo', 146154400, 1007273100, 0),
(37027, 2342, 215, 'Kaeng Khoi', 145861700, 1009975800, 0),
(37028, 2342, 215, 'Muak Lek', 146528700, 1012002200, 0),
(37029, 2342, 215, 'Nong Khae', 143406200, 1008673300, 0),
(37030, 2342, 215, 'Phra Phutthabat', 147252600, 1007953600, 0),
(37031, 2342, 215, 'Sao Hai', 145508300, 1008443600, 0),
(37032, 2342, 215, 'Saraburi', 145333300, 1009166700, 0),
(37033, 2342, 215, 'Wihan Daeng', 143458600, 1009894200, 0),
(37034, 2343, 215, 'La-ngu', 68849200, 997883600, 0),
(37035, 2343, 215, 'Satun', 66231400, 1000667600, 0),
(37036, 2344, 215, 'Bang Racham', 148920000, 1003172800, 0),
(37037, 2344, 215, 'Khai Bang Rachan', 147998300, 1003102200, 0),
(37038, 2344, 215, 'Phrom Buri', 147908600, 1004532500, 0),
(37039, 2344, 215, 'Sing Buri', 148878600, 1004046400, 0),
(37040, 2345, 215, 'Kantharalak', 146405600, 1046499200, 0),
(37041, 2345, 215, 'Prang Ku', 148567200, 1040398100, 0),
(37042, 2345, 215, 'Si Sa Ket', 151148100, 1043293800, 0),
(37043, 2346, 215, 'Ban Mai', 72041100, 1005450800, 0),
(37044, 2346, 215, 'Bang Klam', 70895300, 1004107500, 0),
(37045, 2346, 215, 'Hat Yai', 70083600, 1004766800, 0),
(37046, 2346, 215, 'Khlong Hoi Khong', 68986500, 1003888500, 0),
(37047, 2346, 215, 'Na Mom', 69585600, 1005568300, 0),
(37048, 2346, 215, 'Na Thawi', 67419200, 1006913900, 0),
(37049, 2346, 215, 'Rattaphum', 71347800, 1002564700, 0),
(37050, 2346, 215, 'Sadao', 66388300, 1004234200, 0),
(37051, 2346, 215, 'Songkhla', 71988200, 1005951000, 0),
(37052, 2346, 215, 'Thepha', 68293600, 1009643100, 0),
(37053, 2347, 215, 'Si Samrong', 171640000, 998622200, 0),
(37054, 2347, 215, 'Sukhothai', 170077800, 998230000, 0),
(37055, 2348, 215, 'Ban Sam Chuk', 147333300, 1001000000, 0),
(37056, 2348, 215, 'Nong Yasai', 147798800, 999107300, 0),
(37057, 2348, 215, 'Si Prachan', 146199200, 1001448300, 0),
(37058, 2348, 215, 'Song Phi Nong', 142240800, 1000209400, 0),
(37059, 2348, 215, 'Suphan Buri', 144741800, 1001221800, 0),
(37060, 2348, 215, 'U Thong', 143751400, 998922500, 0),
(37061, 2349, 215, 'Ban Takhun', 89036400, 988845000, 0),
(37062, 2349, 215, 'Chaiya', 93862400, 991986100, 0),
(37063, 2349, 215, 'Don Sak', 93167600, 996918400, 0),
(37064, 2349, 215, 'Ko Pha-Ngan', 97194500, 999951100, 0),
(37065, 2349, 215, 'Ko Samui', 95356700, 999356700, 0),
(37066, 2349, 215, 'Koh Tao', 100980800, 998380900, 0),
(37067, 2349, 215, 'Phrasaeng', 85678100, 992475600, 0),
(37068, 2349, 215, 'Phunphin', 91107200, 992320800, 0),
(37069, 2349, 215, 'Surat Thani', 91401100, 993331100, 0),
(37070, 2349, 215, 'Tha Chana', 95720300, 991658600, 0),
(37071, 2349, 215, 'Tha Chang', 92641800, 991921800, 0),
(37072, 2349, 215, 'Wiang Sa', 85756500, 993815600, 0),
(37073, 2350, 215, 'Bua Chet', 145281400, 1039456700, 0),
(37074, 2350, 215, 'Kap Choeng', 144748600, 1035943900, 0),
(37075, 2350, 215, 'Prasat', 146403900, 1034044700, 0),
(37076, 2350, 215, 'Rattanaburi', 153178800, 1038485900, 0),
(37077, 2350, 215, 'Sanom', 152036000, 1037605400, 0),
(37078, 2350, 215, 'Si Khoraphum', 149441800, 1037970400, 0),
(37079, 2350, 215, 'Surin', 148818100, 1034936400, 0),
(37080, 2351, 215, 'Mae Sot', 167166700, 985666700, 0),
(37081, 2351, 215, 'Phop Phra', 163846100, 986902800, 0),
(37082, 2351, 215, 'Sam Ngao', 172433100, 990225600, 0),
(37083, 2352, 215, 'Huai Yot', 77893300, 996347800, 0),
(37084, 2352, 215, 'Ratsada', 79746700, 996335300, 0),
(37085, 2352, 215, 'Trang', 75563300, 996114100, 0),
(37086, 2352, 215, 'Wang Wiset', 77363100, 993987000, 0),
(37087, 2353, 215, 'Khao Saming', 123535300, 1024355000, 0),
(37088, 2353, 215, 'Ko Chang Tai', 120017100, 1023726700, 0),
(37089, 2353, 215, 'Laem Ngop', 121717000, 1023948900, 0),
(37090, 2353, 215, 'Trat', 122436400, 1025151400, 0),
(37091, 2354, 215, 'Samrong', 150078100, 1047842000, 0),
(37092, 2354, 215, 'Ubon Ratchathani', 152248300, 1048528900, 0),
(37093, 2354, 215, 'Warin Chamrap', 151931900, 1048628000, 0),
(37094, 2355, 215, 'Kumphawapi', 171087500, 1030148700, 0),
(37095, 2355, 215, 'Kut Chap', 174257000, 1025669200, 0),
(37096, 2355, 215, 'Udon Thani', 174156700, 1027858900, 0),
(37097, 2356, 215, 'Ban Rai', 150841700, 995210800, 0),
(37098, 2356, 215, 'Lan Sak', 154528900, 995760600, 0),
(37099, 2356, 215, 'Nong Chang', 153914700, 998414700, 0),
(37100, 2356, 215, 'Thap Than', 154606300, 998916600, 0),
(37101, 2356, 215, 'Uthai Thani', 153793900, 1000245000, 0),
(37102, 2357, 215, 'Ban Khok', 180261400, 1010677200, 0),
(37103, 2357, 215, 'Tha Pla', 177928100, 1003774400, 0),
(37104, 2357, 215, 'Tron', 174818100, 1001128100, 0),
(37105, 2357, 215, 'Uttaradit', 176255700, 1000942100, 0),
(37106, 2358, 215, 'Betong', 57743400, 1010723100, 0),
(37107, 2358, 215, 'Raman', 64786200, 1014241400, 0),
(37108, 2358, 215, 'Yala', 65399500, 1012812800, 0),
(37109, 2359, 215, 'Kut Chum', 160328900, 1043393600, 0),
(37110, 2359, 215, 'Yasothon', 157940800, 1041451000, 0),
(37111, 2360, 216, 'Dili', -85586100, 1255736100, 0),
(37112, 2361, 217, 'Kara', 95511100, 11861100, 0),
(37113, 2362, 217, 'Lome', 61374800, 12122700, 0),
(37114, 2363, 218, 'Fale old settlement', -93851600, -1712467500, 0),
(37115, 2364, 219, 'Havelu', -211500000, -1752166700, 0),
(37116, 2364, 219, 'Nuku''alofa', -211333300, -1752000000, 0),
(37117, 2365, 220, 'Arima', 106333300, -612833300, 0),
(37118, 2366, 220, 'Rio Claro', 103000000, -611833300, 0),
(37119, 2367, 220, 'Port-of-Spain', 106661700, -615165700, 0),
(37120, 2368, 220, 'Mucurapo', 106666700, -615333300, 0),
(37121, 2369, 220, 'Arouca', 106333300, -613333300, 0),
(37122, 2369, 220, 'Paradise', 106347100, -613667100, 0),
(37123, 2370, 220, 'Marabella', 103061800, -614467100, 0),
(37124, 2370, 220, 'Mon Repos', 102830000, -614460500, 0),
(37125, 2370, 220, 'San Fernando', 102833300, -614666700, 0),
(37126, 2371, 220, 'Scarborough', 111833300, -607333300, 0),
(37127, 2372, 220, 'Chaguanas', 105166700, -614166700, 0),
(37128, 2372, 220, 'Couva', 104224800, -614674800, 0),
(37129, 2372, 220, 'Laventille', 106491700, -614988900, 0),
(37130, 2372, 220, 'Penal', 101666700, -614666700, 0),
(37131, 2372, 220, 'Petit Valley', 107000000, -615333300, 0),
(37132, 2372, 220, 'Point Fortin', 101833300, -616833300, 0),
(37133, 2372, 220, 'Princes Town', 102666700, -613833300, 0),
(37134, 2372, 220, 'San Juan', 106500000, -614500000, 0),
(37135, 2372, 220, 'Sangre Grande', 105833300, -611166700, 0),
(37136, 2372, 220, 'Siparia', 101333300, -615000000, 0),
(37137, 2372, 220, 'Tunapuna', 106333300, -613833300, 0),
(37138, 2373, 220, 'Debe', 102000000, -614500000, 0),
(37139, 2374, 221, 'Ariana', 368601200, 101933700, 0),
(37140, 2374, 221, 'Qal''at al Andalus', 370629000, 101182900, 0),
(37141, 2375, 221, 'Chebba', 352372200, 111150000, 0),
(37142, 2375, 221, 'El Jem', 353000000, 107166700, 0),
(37143, 2375, 221, 'Ksour Essaf', 354180800, 109947500, 0),
(37144, 2375, 221, 'Mahdia', 355047200, 110622200, 0),
(37145, 2375, 221, 'Mellouleche', 351661700, 110350400, 0),
(37146, 2375, 221, 'Zouila', 355005600, 110605600, 0),
(37147, 2376, 221, 'Al Baqalitah', 356173900, 109946600, 0),
(37148, 2376, 221, 'Al Masdur', 356820600, 107274600, 0),
(37149, 2376, 221, 'As Sayyadah', 356688700, 108924600, 0),
(37150, 2376, 221, 'Banbalah', 357000000, 108000000, 0),
(37151, 2376, 221, 'Bani Hassan', 355672000, 108086900, 0),
(37152, 2376, 221, 'Jammal', 356223100, 107569600, 0),
(37153, 2376, 221, 'Monastir', 357833300, 108333300, 0),
(37154, 2376, 221, 'Qasr Hallal', 356477300, 108904600, 0),
(37155, 2376, 221, 'Qusaybat al Madyuni', 356856200, 108425600, 0),
(37156, 2376, 221, 'Sahline', 357516600, 107110900, 0),
(37157, 2376, 221, 'Saqanis', 357833300, 108000000, 0),
(37158, 2377, 221, 'Beja', 367256400, 91816900, 0),
(37159, 2377, 221, 'Majaz al Bab', 366496400, 96123100, 0),
(37160, 2377, 221, 'Tabursuq', 364569200, 92475100, 0),
(37161, 2377, 221, 'Tastur', 365513000, 94430700, 0),
(37162, 2378, 221, 'Ben Arous', 367530600, 102188900, 0),
(37163, 2379, 221, 'Al ''Aliyah', 371691000, 100347800, 0),
(37164, 2379, 221, 'Bizerte', 372744200, 98739100, 0),
(37165, 2379, 221, 'Mateur', 370404500, 96655700, 0),
(37166, 2379, 221, 'Menzel Jemil', 372361800, 99144800, 0),
(37167, 2379, 221, 'Rafraf', 371904300, 101836500, 0),
(37168, 2380, 221, 'El Kef', 361742400, 87048600, 0),
(37169, 2380, 221, 'Sakiet Sidi Youssef', 362229200, 83554700, 0),
(37170, 2380, 221, 'Tajerouine', 358917400, 85527600, 0),
(37171, 2381, 221, 'El Hamma', 338915200, 97962900, 0),
(37172, 2381, 221, 'Gabes', 338814600, 100982000, 0),
(37173, 2381, 221, 'Matmata', 335444500, 99715700, 0),
(37174, 2382, 221, 'Al Metlaoui', 343208100, 84015800, 0),
(37175, 2382, 221, 'Ar Rudayyif', 343827000, 81554900, 0),
(37176, 2382, 221, 'As Sanad', 344628000, 92640400, 0),
(37177, 2382, 221, 'Gafsa', 344250000, 87841700, 0),
(37178, 2383, 221, 'Jendouba', 365011400, 87802400, 0),
(37179, 2383, 221, 'Tabarka', 369544200, 87580100, 0),
(37180, 2384, 221, 'Kairouan', 356781000, 100963300, 0),
(37181, 2385, 221, 'Kasserine', 351675800, 88365100, 0),
(37182, 2385, 221, 'Sbiba', 355433200, 90737000, 0),
(37183, 2386, 221, 'El Golaa', 334848500, 90067800, 0),
(37184, 2386, 221, 'Kebili', 337043900, 89690300, 0),
(37185, 2387, 221, 'Houmt Souk', 338757600, 108574500, 0),
(37186, 2387, 221, 'Medenine', 333549500, 105054800, 0),
(37187, 2387, 221, 'Midoun', 338081300, 109922800, 0),
(37188, 2388, 221, 'El Battan', 368036800, 98442400, 0),
(37189, 2388, 221, 'Manouba', 368080300, 100972000, 0),
(37190, 2389, 221, 'Al Hammamat', 364000000, 106166700, 0),
(37191, 2389, 221, 'Bani Khallad', 366503800, 105900400, 0),
(37192, 2389, 221, 'Dar Chabanne', 364679800, 107516700, 0),
(37193, 2389, 221, 'El Haouaria', 370500200, 110144200, 0),
(37194, 2389, 221, 'Korba', 365786100, 108586100, 0),
(37195, 2389, 221, 'Manzil Bu Zalafah', 366831200, 105843100, 0),
(37196, 2389, 221, 'Menzel Heurr', 367281800, 109575600, 0),
(37197, 2389, 221, 'Nabeul', 364560600, 107376300, 0),
(37198, 2389, 221, 'Qurbus', 368166800, 105686500, 0),
(37199, 2390, 221, 'Al Qarmadah', 347500000, 107833300, 0),
(37200, 2390, 221, 'Sfax', 347405600, 107602800, 0),
(37201, 2391, 221, 'Al Mazzunah', 345775800, 98419300, 0),
(37202, 2391, 221, 'Ar Riqab', 348593200, 97865400, 0),
(37203, 2391, 221, 'Bi''r al Hufayy', 349321200, 91932100, 0),
(37204, 2391, 221, 'Sidi Bouzid', 350382300, 94849400, 0),
(37205, 2392, 221, 'Al Karib', 363280200, 91361300, 0),
(37206, 2392, 221, 'Siliana', 360849700, 93708200, 0),
(37207, 2393, 221, 'Akouda', 358691000, 105653000, 0),
(37208, 2393, 221, 'Hammam Sousse', 358609000, 106031300, 0),
(37209, 2393, 221, 'Masakin', 357291700, 105808200, 0),
(37210, 2393, 221, 'Port el Kantaoui', 358923900, 105943400, 0),
(37211, 2393, 221, 'Sousse', 358253900, 106369900, 0),
(37212, 2394, 221, 'Tataouine', 329296700, 104517700, 0),
(37213, 2395, 221, 'Nefta', 338730900, 78776500, 0),
(37214, 2395, 221, 'Tozeur', 339196800, 81335200, 0),
(37215, 2396, 221, 'Al Marsa', 368781800, 103246600, 0),
(37216, 2396, 221, 'Carthage', 368610800, 103316100, 0),
(37217, 2396, 221, 'Hammam-Lif', 367286600, 103416300, 0),
(37218, 2396, 221, 'La Goulette', 368180600, 103050000, 0),
(37219, 2396, 221, 'La Mohammedia', 366744600, 101563300, 0),
(37220, 2396, 221, 'Oued Lill', 368340800, 100405700, 0),
(37221, 2396, 221, 'Rades', 367680600, 102752800, 0),
(37222, 2396, 221, 'Sidi Bou Said', 368687000, 103417400, 0),
(37223, 2396, 221, 'Tunis', 368189700, 101657900, 0),
(37224, 2397, 221, 'El Fahs', 363741900, 99065100, 0),
(37225, 2397, 221, 'Zaghouan', 364029100, 101429200, 0),
(37226, 2398, 222, 'Adana', 370016700, 353288900, 0),
(37227, 2398, 222, 'Bahce', 371972400, 365765800, 0),
(37228, 2398, 222, 'Ceyhan', 370247200, 358175000, 0),
(37229, 2398, 222, 'Kadirli', 373738900, 360961100, 0),
(37230, 2398, 222, 'Karaisali', 372566700, 350588900, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(37231, 2398, 222, 'Kozan', 374551700, 358157300, 0),
(37232, 2398, 222, 'Pozanti', 374277800, 348716700, 0),
(37233, 2398, 222, 'Seyhan', 369874700, 353059200, 0),
(37234, 2398, 222, 'Tufanbeyli', 382633300, 362205600, 0),
(37235, 2398, 222, 'Yuregir', 369743900, 353591600, 0),
(37236, 2399, 222, 'Adiyaman', 377644100, 382762900, 0),
(37237, 2399, 222, 'Besni', 376927800, 378611100, 0),
(37238, 2399, 222, 'Golbasi', 377836100, 376366700, 0),
(37239, 2399, 222, 'Kahta', 377855200, 386237000, 0),
(37240, 2400, 222, 'Afyonkarahisar', 387566700, 305433300, 0),
(37241, 2400, 222, 'Basmakci', 378972200, 300116700, 0),
(37242, 2400, 222, 'Bolvadin', 387111100, 310486100, 0),
(37243, 2400, 222, 'Cay', 385916700, 310286100, 0),
(37244, 2400, 222, 'Dazkiri', 379186100, 298605600, 0),
(37245, 2400, 222, 'Emirdag', 390197200, 311500000, 0),
(37246, 2400, 222, 'Ihsaniye', 390291600, 304163900, 0),
(37247, 2400, 222, 'Kiziloren', 382580600, 301516700, 0),
(37248, 2400, 222, 'Sandikli', 384647200, 302694600, 0),
(37249, 2400, 222, 'Suhut', 385311100, 305458300, 0),
(37250, 2400, 222, 'Sultandagi', 385311100, 312280600, 0),
(37251, 2401, 222, 'Agri', 397194400, 430513900, 0),
(37252, 2401, 222, 'Diyadin', 395405600, 436713500, 0),
(37253, 2401, 222, 'Dogubayazit', 395469400, 440841700, 0),
(37254, 2401, 222, 'Eleskirt', 398033300, 426736100, 0),
(37255, 2402, 222, 'Agacoren', 388748400, 339167400, 0),
(37256, 2402, 222, 'Aksaray', 383725500, 340253700, 0),
(37257, 2402, 222, 'Guzelyurt', 382772200, 343719400, 0),
(37258, 2402, 222, 'Ortakoy', 387372800, 340386600, 0),
(37259, 2402, 222, 'Sariyahsi', 389834900, 338413600, 0),
(37260, 2403, 222, 'Amasya', 406533300, 358330600, 0),
(37261, 2403, 222, 'Gumushacikoy', 408730600, 352147200, 0),
(37262, 2403, 222, 'Merzifon', 408733300, 354630600, 0),
(37263, 2403, 222, 'Suluova', 408312800, 356478800, 0),
(37264, 2403, 222, 'Tasova', 407597200, 363225000, 0),
(37265, 2404, 222, 'Akyurt', 401351200, 330861400, 0),
(37266, 2404, 222, 'Altpinar', 392041700, 327477800, 0),
(37267, 2404, 222, 'Ankara', 399198700, 328542700, 0),
(37268, 2404, 222, 'Ayas', 400193300, 323322100, 0),
(37269, 2404, 222, 'Batikent', 399683300, 327308300, 0),
(37270, 2404, 222, 'Beypazari', 401675000, 319211100, 0),
(37271, 2404, 222, 'Camlidere', 404895800, 324749900, 0),
(37272, 2404, 222, 'Cankaya', 399179000, 328626800, 0),
(37273, 2404, 222, 'Cubuk', 402386100, 330322200, 0),
(37274, 2404, 222, 'Elmadag', 399208300, 332308300, 0),
(37275, 2404, 222, 'Etimesgut', 399532800, 326328500, 0),
(37276, 2404, 222, 'Evren', 390240200, 338062600, 0),
(37277, 2404, 222, 'Golbasi', 397904300, 328090300, 0),
(37278, 2404, 222, 'Haymana', 394321200, 324973200, 0),
(37279, 2404, 222, 'Kalecik', 400972200, 334083300, 0),
(37280, 2404, 222, 'Kazan', 402316700, 326838900, 0),
(37281, 2404, 222, 'Kizilcahamam', 404697200, 326505600, 0),
(37282, 2404, 222, 'Mamak', 399404400, 329101200, 0),
(37283, 2404, 222, 'Polatli', 395771600, 321413200, 0),
(37284, 2404, 222, 'Sereflikochisar', 389392500, 335386000, 0),
(37285, 2405, 222, 'Alanya', 365437500, 319998200, 0),
(37286, 2405, 222, 'Antalya', 369081200, 306955600, 0),
(37287, 2405, 222, 'Avsallar', 366160100, 317806200, 0),
(37288, 2405, 222, 'Belek', 368627800, 310555600, 0),
(37289, 2405, 222, 'Beykonak', 363257300, 303030200, 0),
(37290, 2405, 222, 'Demre', 362537000, 299777000, 0),
(37291, 2405, 222, 'Eksere', 368133900, 319997100, 0),
(37292, 2405, 222, 'Elmali', 367358300, 299177500, 0),
(37293, 2405, 222, 'Finike', 362950000, 301405600, 0),
(37294, 2405, 222, 'Gazipasa', 362694200, 323179200, 0),
(37295, 2405, 222, 'Kalkan', 362651000, 294136900, 0),
(37296, 2405, 222, 'Kas', 362017600, 296376600, 0),
(37297, 2405, 222, 'Kemer', 365977800, 305605600, 0),
(37298, 2405, 222, 'Korkuteli', 370649800, 301956500, 0),
(37299, 2405, 222, 'Kumluca', 363702800, 302869400, 0),
(37300, 2405, 222, 'Manavgat', 367866700, 314430600, 0),
(37301, 2405, 222, 'Serik', 369169400, 310988900, 0),
(37302, 2405, 222, 'Side', 367667200, 313885200, 0),
(37303, 2406, 222, 'Ardahan', 411087100, 427022200, 0),
(37304, 2407, 222, 'Arhavi', 413491700, 413069400, 0),
(37305, 2407, 222, 'Artvin', 411822200, 418194400, 0),
(37306, 2407, 222, 'Borcka', 413631500, 416765200, 0),
(37307, 2407, 222, 'Hopa', 414059700, 414378700, 0),
(37308, 2407, 222, 'Murgul', 412744400, 415661100, 0),
(37309, 2407, 222, 'Savsat', 412402700, 423610900, 0),
(37310, 2408, 222, 'Aydin', 378450100, 278396300, 0),
(37311, 2408, 222, 'Bozdogan', 376713400, 283139500, 0),
(37312, 2408, 222, 'Didim', 373755600, 272677800, 0),
(37313, 2408, 222, 'Germencik', 378705600, 276028300, 0),
(37314, 2408, 222, 'Kosk', 378533300, 280516700, 0),
(37315, 2408, 222, 'Kusadasi', 378556200, 272566000, 0),
(37316, 2408, 222, 'Kuyucak', 379133000, 284591700, 0),
(37317, 2408, 222, 'Nazilli', 379163100, 283222500, 0),
(37318, 2408, 222, 'Soeke', 377482000, 274061400, 0),
(37319, 2408, 222, 'Sultanhisar', 378897200, 281575000, 0),
(37320, 2409, 222, 'Armutova', 393901600, 268412700, 0),
(37321, 2409, 222, 'Ayvalik', 393190500, 266954000, 0),
(37322, 2409, 222, 'Balikesir', 396491700, 278861100, 0),
(37323, 2409, 222, 'Bandirma', 403522200, 279766700, 0),
(37324, 2409, 222, 'Bigadic', 393925000, 281311100, 0),
(37325, 2409, 222, 'Burhaniye', 395004100, 269726900, 0),
(37326, 2409, 222, 'Dursunbey', 395859600, 286256800, 0),
(37327, 2409, 222, 'Edremit', 395961100, 270244400, 0),
(37328, 2409, 222, 'Erdek', 403996000, 277934800, 0),
(37329, 2409, 222, 'Gonen', 401049000, 276539900, 0),
(37330, 2409, 222, 'Havran', 395583300, 270983300, 0),
(37331, 2409, 222, 'Manyas', 400463900, 279700000, 0),
(37332, 2409, 222, 'Marmara', 405863300, 275554100, 0),
(37333, 2409, 222, 'Sindirgi', 392412800, 281784200, 0),
(37334, 2409, 222, 'Susurluk', 399136100, 281577800, 0),
(37335, 2410, 222, 'Amasra', 417463300, 323863300, 0),
(37336, 2410, 222, 'Bartin', 416358300, 323375000, 0),
(37337, 2410, 222, 'Kurucasile', 418378100, 327162100, 0),
(37338, 2410, 222, 'Ulus', 415841700, 326413900, 0),
(37339, 2411, 222, 'Aydinkonak', 378922200, 411625000, 0),
(37340, 2411, 222, 'Batman', 378873800, 411322100, 0),
(37341, 2411, 222, 'Bespinar', 378438900, 416044400, 0),
(37342, 2411, 222, 'Demiryol', 379177800, 411491700, 0),
(37343, 2411, 222, 'Erkoklu', 378615500, 411448400, 0),
(37344, 2412, 222, 'Bayburt', 402588900, 402277800, 0),
(37345, 2413, 222, 'Bilecik', 401419200, 299793200, 0),
(37346, 2413, 222, 'Bozuyuk', 399077800, 300366700, 0),
(37347, 2413, 222, 'Osmaneli', 403572200, 300141700, 0),
(37348, 2413, 222, 'Pazaryeri', 399939500, 299042400, 0),
(37349, 2414, 222, 'Bingol', 388847200, 404938900, 0),
(37350, 2414, 222, 'Genc', 387507100, 405603500, 0),
(37351, 2414, 222, 'Solhan', 389633800, 410293100, 0),
(37352, 2415, 222, 'Ahlat', 387517800, 424813500, 0),
(37353, 2415, 222, 'Bitlis', 384011500, 421078400, 0),
(37354, 2415, 222, 'Mutki', 384094400, 419186100, 0),
(37355, 2415, 222, 'Tatvan', 385066700, 422816700, 0),
(37356, 2416, 222, 'Akcakoca', 410828800, 311127400, 0),
(37357, 2416, 222, 'Bolu', 407358300, 316061100, 0),
(37358, 2416, 222, 'Gerede', 408008300, 321969400, 0),
(37359, 2417, 222, 'Bucak', 374591700, 305950000, 0),
(37360, 2417, 222, 'Burdur', 377202800, 302908300, 0),
(37361, 2417, 222, 'Golhisar', 371459000, 295087600, 0),
(37362, 2417, 222, 'Tefenni', 373096800, 297753800, 0),
(37363, 2417, 222, 'Yesilova', 375080600, 297547200, 0),
(37364, 2418, 222, 'Alanyurt', 401088100, 295187100, 0),
(37365, 2418, 222, 'Balarim', 403738100, 295902500, 0),
(37366, 2418, 222, 'Bursa', 401916700, 290611100, 0),
(37367, 2418, 222, 'Demirtas', 402719400, 290983300, 0),
(37368, 2418, 222, 'Gemlik', 404309400, 291596900, 0),
(37369, 2418, 222, 'Gursu', 402187600, 291948700, 0),
(37370, 2418, 222, 'Hamzabey', 401358300, 295263900, 0),
(37371, 2418, 222, 'Inegeul', 400780600, 295133300, 0),
(37372, 2418, 222, 'Iznik', 404286100, 297211100, 0),
(37373, 2418, 222, 'Karacabey', 402152500, 284037800, 0),
(37374, 2418, 222, 'Kestel', 401982800, 292123700, 0),
(37375, 2418, 222, 'Kucukkumla', 404773700, 291230600, 0),
(37376, 2418, 222, 'Mudanya', 403752800, 288822200, 0),
(37377, 2418, 222, 'Orhaneli', 399033300, 289905600, 0),
(37378, 2418, 222, 'Orhangazi', 404891700, 293088900, 0),
(37379, 2418, 222, 'Umurbey', 404147200, 291830600, 0),
(37380, 2418, 222, 'Yenisehir', 402644400, 296530600, 0),
(37381, 2419, 222, 'Ayvacik', 396011100, 264047200, 0),
(37382, 2419, 222, 'Biga', 402280600, 272422200, 0),
(37383, 2419, 222, 'Bozcaada', 398350000, 260697200, 0),
(37384, 2419, 222, 'Can', 400332800, 270523600, 0),
(37385, 2419, 222, 'Canakkale', 401455600, 264063900, 0),
(37386, 2419, 222, 'Eceabat', 401841600, 263574000, 0),
(37387, 2419, 222, 'Gelibolu', 404102800, 266708300, 0),
(37388, 2419, 222, 'Lapseki', 403441700, 266855600, 0),
(37389, 2419, 222, 'Yenice', 399308300, 272580600, 0),
(37390, 2420, 222, 'Atkaracalar', 408159300, 330755600, 0),
(37391, 2420, 222, 'Cerkes', 408116400, 328935800, 0),
(37392, 2420, 222, 'Eldivan', 405297500, 334990400, 0),
(37393, 2420, 222, 'Khanjarah', 405999500, 336153000, 0),
(37394, 2420, 222, 'Orta', 406242000, 331092800, 0),
(37395, 2421, 222, 'Bayat', 406458300, 342613900, 0),
(37396, 2421, 222, 'Corum', 405488900, 349533300, 0),
(37397, 2421, 222, 'Iskilip', 407352800, 344738900, 0),
(37398, 2421, 222, 'Lacin', 407701800, 348983800, 0),
(37399, 2421, 222, 'Mecitozu', 405200000, 352952800, 0),
(37400, 2421, 222, 'Osmancik', 409781800, 348047000, 0),
(37401, 2421, 222, 'Sungurlu', 401675000, 343738900, 0),
(37402, 2421, 222, 'Ugurludag', 404463200, 344525900, 0),
(37403, 2422, 222, 'Acipayam', 374238500, 293494100, 0),
(37404, 2422, 222, 'Akkoy', 379569400, 290781400, 0),
(37405, 2422, 222, 'Baklan', 379769400, 296086100, 0),
(37406, 2422, 222, 'Buldan', 380450000, 288305600, 0),
(37407, 2422, 222, 'Denizli', 377741700, 290875000, 0),
(37408, 2422, 222, 'Honaz', 377573000, 292699600, 0),
(37409, 2422, 222, 'Kale', 374391700, 288452800, 0),
(37410, 2422, 222, 'Konak', 374058300, 291344400, 0),
(37411, 2422, 222, 'Pamukkale', 379164400, 291172900, 0),
(37412, 2422, 222, 'Saraykoy', 379244800, 289251600, 0),
(37413, 2422, 222, 'Serinhisar', 375810400, 292663900, 0),
(37414, 2423, 222, 'Aralik', 378300000, 406763900, 0),
(37415, 2423, 222, 'Bismil', 378486100, 406658300, 0),
(37416, 2423, 222, 'Cermik', 381361300, 394492900, 0),
(37417, 2423, 222, 'Cinar', 377233300, 404161100, 0),
(37418, 2423, 222, 'Diyarbakir', 379158300, 402188900, 0),
(37419, 2423, 222, 'Ergani', 382653300, 397621200, 0),
(37420, 2423, 222, 'Hani', 384166700, 404000000, 0),
(37421, 2423, 222, 'Kocakoy', 382902800, 405025000, 0),
(37422, 2423, 222, 'Lice', 384591700, 406475000, 0),
(37423, 2423, 222, 'Silvan', 381419400, 410080600, 0),
(37424, 2424, 222, 'Duzce', 408388900, 311638900, 0),
(37425, 2425, 222, 'Edirne', 416771900, 265559700, 0),
(37426, 2425, 222, 'Enez', 407247200, 260825000, 0),
(37427, 2425, 222, 'Havsa', 415489800, 268220700, 0),
(37428, 2425, 222, 'Ipsala', 409211500, 263827300, 0),
(37429, 2425, 222, 'Kesan', 408558300, 266302800, 0),
(37430, 2425, 222, 'Meric', 411918300, 264209700, 0),
(37431, 2425, 222, 'Uzun Keupru', 412659800, 266885000, 0),
(37432, 2426, 222, 'Alacakaya', 384537200, 398493100, 0),
(37433, 2426, 222, 'Aricak', 385638900, 401347200, 0),
(37434, 2426, 222, 'Elazig', 386743100, 392232100, 0),
(37435, 2426, 222, 'Kovancilar', 387213900, 398680600, 0),
(37436, 2427, 222, 'Cimin', 397101100, 397021300, 0),
(37437, 2427, 222, 'Erzincan', 397522200, 394927800, 0),
(37438, 2428, 222, 'Cat', 396095400, 409802400, 0),
(37439, 2428, 222, 'Erzurum', 399086100, 412769400, 0),
(37440, 2428, 222, 'Horasan', 400458300, 421727800, 0),
(37441, 2428, 222, 'Ilica', 399462700, 411090600, 0),
(37442, 2428, 222, 'Ispir', 404828700, 409955700, 0),
(37443, 2428, 222, 'Oltu', 405498300, 420012600, 0),
(37444, 2428, 222, 'Pasinler', 399803100, 416763500, 0),
(37445, 2428, 222, 'Uzundere', 405301400, 415584400, 0),
(37446, 2429, 222, 'Cifteler', 393830600, 310391700, 0),
(37447, 2429, 222, 'Eskisehir', 397766700, 305205600, 0),
(37448, 2430, 222, 'Araban', 374266700, 376890000, 0),
(37449, 2430, 222, 'Gaziantep', 370594400, 373825000, 0),
(37450, 2430, 222, 'Nizip', 370097200, 377941700, 0),
(37451, 2430, 222, 'Nurdagi', 371773000, 367419400, 0),
(37452, 2430, 222, 'Sahinbey', 370483600, 373437100, 0),
(37453, 2430, 222, 'Sehitkamil', 370846000, 373567300, 0),
(37454, 2431, 222, 'Bulancak', 409371700, 382290700, 0),
(37455, 2431, 222, 'Camoluk', 401358300, 387355600, 0),
(37456, 2431, 222, 'Dereli', 407378000, 384493400, 0),
(37457, 2431, 222, 'Espiye', 409479400, 387114800, 0),
(37458, 2431, 222, 'Giresun', 409169800, 383874100, 0),
(37459, 2431, 222, 'Gorele', 410308300, 390030600, 0),
(37460, 2431, 222, 'Kesap', 409163900, 385144400, 0),
(37461, 2431, 222, 'Sebinkarahisar', 402883300, 384236100, 0),
(37462, 2432, 222, 'Evren', 402443200, 391753300, 0),
(37463, 2432, 222, 'Gumushkhane', 404602800, 394813900, 0),
(37464, 2432, 222, 'Siran', 401894400, 391266700, 0),
(37465, 2433, 222, 'Hakkari', 375744400, 437408300, 0),
(37466, 2433, 222, 'Yuksekova', 375736200, 442871600, 0),
(37467, 2434, 222, 'Anayazi', 363144400, 361991700, 0),
(37468, 2434, 222, 'Antioch', 362065500, 361572200, 0),
(37469, 2434, 222, 'Asagiokcular', 361839200, 361369600, 0),
(37470, 2434, 222, 'Belen', 364891100, 362233100, 0),
(37471, 2434, 222, 'Cirtiman', 365302600, 361835500, 0),
(37472, 2434, 222, 'Denizciler', 366495100, 362295600, 0),
(37473, 2434, 222, 'Dortyol', 368615800, 362288500, 0),
(37474, 2434, 222, 'Erzin', 369558900, 362000000, 0),
(37475, 2434, 222, 'Gumusgoze', 361548700, 361387000, 0),
(37476, 2434, 222, 'Gunyazi', 362350600, 361161500, 0),
(37477, 2434, 222, 'Hassa', 367994400, 365177800, 0),
(37478, 2434, 222, 'Iskenderun', 365871800, 361734700, 0),
(37479, 2434, 222, 'Kastal', 362459700, 362450800, 0),
(37480, 2434, 222, 'Kirikhan', 364993900, 363575500, 0),
(37481, 2434, 222, 'Kumlu', 363635300, 364550200, 0),
(37482, 2434, 222, 'Reyhanli', 362691700, 365672200, 0),
(37483, 2434, 222, 'Samandagi', 360841900, 359771400, 0),
(37484, 2434, 222, 'Samankaya', 361490700, 361361700, 0),
(37485, 2434, 222, 'Uzunbag', 361483200, 360247200, 0),
(37486, 2435, 222, 'Igdir', 399237100, 440450000, 0),
(37487, 2436, 222, 'Aksu', 377988900, 310711100, 0),
(37488, 2436, 222, 'Anamas', 377666700, 308000000, 0),
(37489, 2436, 222, 'Atabey', 379508300, 306386100, 0),
(37490, 2436, 222, 'Egirdir', 378746200, 308504200, 0),
(37491, 2436, 222, 'Gonen', 379563900, 305114000, 0),
(37492, 2436, 222, 'Isparta', 377644400, 305522200, 0),
(37493, 2436, 222, 'Keciborlu', 379425000, 303022200, 0),
(37494, 2436, 222, 'Senirkent', 381044400, 305486100, 0),
(37495, 2437, 222, 'Arikoey', 412304400, 290042500, 0),
(37496, 2437, 222, 'Atasehir', 409833000, 291167000, 0),
(37497, 2437, 222, 'Bagcilar', 410390300, 288567100, 0),
(37498, 2437, 222, 'Bahcelievler', 410023100, 288598000, 0),
(37499, 2437, 222, 'Basaksehir', 410930700, 288020300, 0),
(37500, 2437, 222, 'Beylikduezue', 409820000, 286399000, 0),
(37501, 2437, 222, 'Boyalik', 412633700, 286314200, 0),
(37502, 2437, 222, 'Bueyuekcekmece', 410207200, 285850200, 0),
(37503, 2437, 222, 'Buyukcavuslu', 412422700, 280646200, 0),
(37504, 2437, 222, 'Canta', 411181400, 280803400, 0),
(37505, 2437, 222, 'Catalca', 411432400, 284615400, 0),
(37506, 2437, 222, 'Celaliye', 410518800, 284186700, 0),
(37507, 2437, 222, 'Durusu', 413052800, 286766700, 0),
(37508, 2437, 222, 'Esenler', 410435000, 288761900, 0),
(37509, 2437, 222, 'Esenyurt', 410333300, 286752800, 0),
(37510, 2437, 222, 'Gurpinar', 409902800, 286152800, 0),
(37511, 2437, 222, 'Icmeler', 408463900, 293088900, 0),
(37512, 2437, 222, 'Istanbul', 410138400, 289496600, 0),
(37513, 2437, 222, 'Karacakoy', 414028600, 283833800, 0),
(37514, 2437, 222, 'Kavakli', 410925800, 283317200, 0),
(37515, 2437, 222, 'Kumburgaz', 410210700, 284771500, 0),
(37516, 2437, 222, 'Maltepe', 409356700, 291550700, 0),
(37517, 2437, 222, 'Mimarsinan', 410031500, 285376800, 0),
(37518, 2437, 222, 'Muratbey', 410963000, 284922700, 0),
(37519, 2437, 222, 'Ortakoy', 411015400, 283758800, 0),
(37520, 2437, 222, 'Sancaktepe', 410024400, 292318700, 0),
(37521, 2437, 222, 'Selimpasa', 410558400, 283789500, 0),
(37522, 2437, 222, 'Sile', 411754000, 296133300, 0),
(37523, 2437, 222, 'Silivri', 410802200, 282260500, 0),
(37524, 2437, 222, 'Sisli', 410604600, 289871700, 0),
(37525, 2437, 222, 'Sultanbeyli', 409607200, 292706700, 0),
(37526, 2437, 222, 'Sultangazi', 411065200, 288684700, 0),
(37527, 2437, 222, 'Tepecik', 410293100, 285497800, 0),
(37528, 2437, 222, 'Umraniye', 410164300, 291247600, 0),
(37529, 2437, 222, 'Yakuplu', 409889400, 286758200, 0),
(37530, 2437, 222, 'Zeytinburnu', 409944100, 289041700, 0),
(37531, 2437, 222, 'guengoeren merter', 410071100, 288879500, 0),
(37532, 2437, 222, 'merter keresteciler', 410129500, 288859300, 0),
(37533, 2438, 222, 'Alacati', 382824600, 263745900, 0),
(37534, 2438, 222, 'Aliaga', 387997500, 269720300, 0),
(37535, 2438, 222, 'Bayindir', 382174100, 276474400, 0),
(37536, 2438, 222, 'Bergama', 391207400, 271805200, 0),
(37537, 2438, 222, 'Candarli', 389350300, 269340000, 0),
(37538, 2438, 222, 'Cesme', 383227800, 263063900, 0),
(37539, 2438, 222, 'Cumaovasi', 382496300, 271342900, 0),
(37540, 2438, 222, 'Dikili', 390710000, 268901700, 0),
(37541, 2438, 222, 'Foca', 386703000, 267565600, 0),
(37542, 2438, 222, 'Hypaepa', 382278000, 279695500, 0),
(37543, 2438, 222, 'Izmir', 384127300, 271383800, 0),
(37544, 2438, 222, 'Karabaglar', 383739600, 271352000, 0),
(37545, 2438, 222, 'Kemalpasa', 384262100, 274173100, 0),
(37546, 2438, 222, 'Kinik', 390872200, 273833300, 0),
(37547, 2438, 222, 'Kiraz', 382305600, 282044400, 0),
(37548, 2438, 222, 'Menemen', 386075400, 270693800, 0),
(37549, 2438, 222, 'Seferihisar', 381968600, 268390200, 0),
(37550, 2438, 222, 'Selcuk', 379513700, 273684900, 0),
(37551, 2438, 222, 'Tire', 380887700, 277350800, 0),
(37552, 2438, 222, 'Torbali', 381519000, 273622300, 0),
(37553, 2438, 222, 'Urla', 383229200, 267640300, 0),
(37554, 2439, 222, 'Afsin', 382476900, 369139900, 0),
(37555, 2439, 222, 'Celeyke', 380597400, 371878600, 0),
(37556, 2439, 222, 'Elbistan', 382059100, 371983000, 0),
(37557, 2439, 222, 'Goksun', 380209600, 364973000, 0),
(37558, 2439, 222, 'Kahramanmaras', 375847000, 369264000, 0),
(37559, 2439, 222, 'Pazarcik', 374868500, 372996100, 0),
(37560, 2440, 222, 'Eflani', 414228900, 329576100, 0),
(37561, 2440, 222, 'Karabuk', 412048800, 326276800, 0),
(37562, 2440, 222, 'Safranbolu', 412508300, 326941700, 0),
(37563, 2440, 222, 'Yenice', 411996200, 323313300, 0),
(37564, 2441, 222, 'Ermenek', 366404300, 328917900, 0),
(37565, 2441, 222, 'Inonu', 373166700, 337666700, 0),
(37566, 2441, 222, 'Karaman', 371811100, 332150000, 0),
(37567, 2441, 222, 'Kazimkarabekir', 372302800, 329588900, 0),
(37568, 2442, 222, 'Akyaka', 407364500, 436266500, 0),
(37569, 2442, 222, 'Arpacay', 408487000, 433291100, 0),
(37570, 2442, 222, 'Kars', 406019900, 430949500, 0),
(37571, 2442, 222, 'Selim', 404632600, 427839500, 0),
(37572, 2443, 222, 'Abana', 419785800, 340110000, 0),
(37573, 2443, 222, 'Arac', 412422200, 333276700, 0),
(37574, 2443, 222, 'Bozkurt', 419576900, 340108600, 0),
(37575, 2443, 222, 'Cide', 418921100, 330043900, 0),
(37576, 2443, 222, 'Kastamonu', 413780500, 337752800, 0),
(37577, 2443, 222, 'Kure', 418057800, 337116100, 0),
(37578, 2443, 222, 'Seydiler', 416200500, 337181500, 0),
(37579, 2443, 222, 'Taskopru', 415098000, 342141400, 0),
(37580, 2443, 222, 'Tosya', 410154500, 340401300, 0),
(37581, 2444, 222, 'Bunyan', 388463000, 358603200, 0),
(37582, 2444, 222, 'Develi', 383905600, 354922200, 0),
(37583, 2444, 222, 'Incesu', 386224000, 351826100, 0),
(37584, 2444, 222, 'Kayseri', 387322200, 354852800, 0),
(37585, 2444, 222, 'Kocasinan', 387714700, 355725000, 0),
(37586, 2444, 222, 'Melikgazi', 387500000, 354500000, 0),
(37587, 2444, 222, 'Ozvatan', 391069000, 356999400, 0),
(37588, 2444, 222, 'Talas', 386908000, 355538000, 0),
(37589, 2444, 222, 'Tomarza', 384472200, 357991700, 0),
(37590, 2444, 222, 'Yahyali', 381022800, 353570400, 0),
(37591, 2444, 222, 'Yesilhisar', 383497200, 350866700, 0),
(37592, 2445, 222, 'Kilis', 367161100, 371150000, 0),
(37593, 2446, 222, 'Bahsili', 398001700, 334370100, 0),
(37594, 2446, 222, 'Celebi', 394641800, 335241000, 0),
(37595, 2446, 222, 'Delice', 399537100, 340258700, 0),
(37596, 2446, 222, 'Kirikkale', 398452800, 335063900, 0),
(37597, 2446, 222, 'Yahsihan', 398502800, 334529400, 0),
(37598, 2447, 222, 'Babaeski', 414325000, 270930600, 0),
(37599, 2447, 222, 'Kirklareli', 417350800, 272252100, 0),
(37600, 2447, 222, 'Luleburgaz', 414038500, 273591800, 0),
(37601, 2447, 222, 'Pinarhisar', 416241700, 275200000, 0),
(37602, 2447, 222, 'Vize', 415725000, 277658300, 0),
(37603, 2448, 222, 'Akpinar', 394500500, 339648400, 0),
(37604, 2448, 222, 'Kaman', 393575000, 337238900, 0),
(37605, 2448, 222, 'Kirsehir', 391458300, 341638900, 0),
(37606, 2448, 222, 'Mecidiye', 396069400, 344086100, 0),
(37607, 2449, 222, 'Bahcecik', 406672900, 299148800, 0),
(37608, 2449, 222, 'Balcik', 408725000, 294283300, 0),
(37609, 2449, 222, 'Dongel', 406936000, 299415400, 0),
(37610, 2449, 222, 'Gebze', 408027600, 294306800, 0),
(37611, 2449, 222, 'Geulzuk', 407166700, 298286100, 0),
(37612, 2449, 222, 'Halidere', 407160400, 297522300, 0),
(37613, 2449, 222, 'Ihsaniye', 406908700, 298347200, 0),
(37614, 2449, 222, 'Izmit', 407669400, 299169400, 0),
(37615, 2449, 222, 'Kandira', 410736000, 301746000, 0),
(37616, 2449, 222, 'Karamursel', 406914400, 296156800, 0),
(37617, 2449, 222, 'Korfez', 407766700, 297297200, 0),
(37618, 2449, 222, 'Kosekoy', 407533900, 300302000, 0),
(37619, 2449, 222, 'Kullar', 407257400, 299723000, 0),
(37620, 2449, 222, 'Tavsancil', 407708300, 295719400, 0),
(37621, 2449, 222, 'Yuvacik', 406881500, 299673800, 0),
(37622, 2450, 222, 'Aksehir', 383575000, 314163900, 0),
(37623, 2450, 222, 'Beysehir', 376773500, 317245800, 0),
(37624, 2450, 222, 'Cihanbeyli', 386607200, 329243700, 0),
(37625, 2450, 222, 'Cumra', 375732000, 327744600, 0),
(37626, 2450, 222, 'Derbent', 380142200, 320163900, 0),
(37627, 2450, 222, 'Doganhisar', 381463000, 316764800, 0),
(37628, 2450, 222, 'Emirgazi', 379022200, 338372200, 0),
(37629, 2450, 222, 'Eregli', 375133300, 340467200, 0),
(37630, 2450, 222, 'Ilgin', 382791700, 319138900, 0),
(37631, 2450, 222, 'Karapinar', 377159600, 335506400, 0),
(37632, 2450, 222, 'Konya', 378713500, 324846400, 0),
(37633, 2450, 222, 'Kulu', 390951400, 330798900, 0),
(37634, 2450, 222, 'Meram', 378298500, 324677700, 0),
(37635, 2450, 222, 'Ovakavagi', 377107900, 329348200, 0),
(37636, 2450, 222, 'Selcuklu', 378842000, 324922200, 0),
(37637, 2450, 222, 'Seydisehir', 374192600, 318452700, 0),
(37638, 2451, 222, 'Dumlupinar', 388666700, 300000000, 0),
(37639, 2451, 222, 'Emet', 393430000, 292584700, 0),
(37640, 2451, 222, 'Gediz', 390416700, 294100000, 0),
(37641, 2451, 222, 'Kutahya', 394241700, 299833300, 0),
(37642, 2451, 222, 'Simav', 390882000, 289776700, 0),
(37643, 2451, 222, 'Tavsanli', 395423700, 294986600, 0),
(37644, 2452, 222, 'Akcadag', 383452800, 379672200, 0),
(37645, 2452, 222, 'Darende', 385458300, 375058300, 0),
(37646, 2452, 222, 'Malatya', 383501800, 383166700, 0),
(37647, 2452, 222, 'Yazihan', 385947200, 381800000, 0),
(37648, 2452, 222, 'Yesilyurt', 382972200, 382497200, 0),
(37649, 2453, 222, 'Akhisar', 389185200, 278400600, 0),
(37650, 2453, 222, 'Alasehir', 383508300, 285171800, 0),
(37651, 2453, 222, 'Golmarmara', 387138900, 279141700, 0),
(37652, 2453, 222, 'Gordes', 389327800, 282894200, 0),
(37653, 2453, 222, 'Kirkagac', 391063800, 276692500, 0),
(37654, 2453, 222, 'Kula', 385472600, 286497600, 0),
(37655, 2453, 222, 'Manisa', 386120200, 274264600, 0),
(37656, 2453, 222, 'Salihli', 384825800, 281477400, 0),
(37657, 2453, 222, 'Sarigol', 382395300, 286966300, 0),
(37658, 2453, 222, 'Saruhanli', 387345500, 275681100, 0),
(37659, 2453, 222, 'Soma', 391855400, 276094500, 0),
(37660, 2453, 222, 'Turgutlu', 384953300, 276997000, 0),
(37661, 2454, 222, 'Kiziltepe', 371933300, 405850000, 0),
(37662, 2454, 222, 'Mardin', 373130900, 407435700, 0),
(37663, 2454, 222, 'Mazidagi', 374775000, 404880600, 0),
(37664, 2454, 222, 'Midyat', 374247000, 413393400, 0),
(37665, 2454, 222, 'Nusaybin', 370778000, 412178000, 0),
(37666, 2454, 222, 'Seri', 373586100, 412950000, 0),
(37667, 2455, 222, 'Anamur', 360750800, 328369100, 0),
(37668, 2455, 222, 'Aydincik', 361437000, 333201600, 0),
(37669, 2455, 222, 'Erdemli', 366049800, 343083600, 0),
(37670, 2455, 222, 'Gulnar', 363414800, 333992100, 0),
(37671, 2455, 222, 'Mercin', 367952600, 346179200, 0),
(37672, 2455, 222, 'Mut', 366438900, 334388500, 0),
(37673, 2455, 222, 'Silifke', 363777800, 339344400, 0),
(37674, 2455, 222, 'Tarsus', 369187600, 348784000, 0),
(37675, 2456, 222, 'Bodrum', 370383300, 274291700, 0),
(37676, 2456, 222, 'Dalaman', 367659100, 288028000, 0),
(37677, 2456, 222, 'Dalyan', 368342900, 286446000, 0),
(37678, 2456, 222, 'Datca', 367377800, 276841700, 0),
(37679, 2456, 222, 'Fethiye', 366216700, 291163900, 0),
(37680, 2456, 222, 'Kavaklidere', 374446300, 283627600, 0),
(37681, 2456, 222, 'Marmaris', 368550000, 282741700, 0),
(37682, 2456, 222, 'Milas', 373163900, 277838900, 0),
(37683, 2456, 222, 'Mugla', 372180700, 283665000, 0),
(37684, 2456, 222, 'OEluedeniz', 365667400, 291446700, 0),
(37685, 2456, 222, 'Ortaca', 368294400, 287708300, 0),
(37686, 2456, 222, 'Sarigerme', 367154900, 287043600, 0),
(37687, 2456, 222, 'Ula', 371049100, 284166700, 0),
(37688, 2456, 222, 'Yatagan', 373402600, 281427900, 0),
(37689, 2457, 222, 'Bulanik', 390929200, 422703100, 0),
(37690, 2457, 222, 'Malazgirt', 391426500, 425400800, 0),
(37691, 2457, 222, 'Mus', 387452500, 415069300, 0),
(37692, 2458, 222, 'Avanos', 387150000, 348466700, 0),
(37693, 2458, 222, 'Derinkuyu', 383751000, 347341900, 0),
(37694, 2458, 222, 'Dobada', 385502800, 345091700, 0),
(37695, 2458, 222, 'Gulsehir', 387459400, 346252400, 0),
(37696, 2458, 222, 'Kozakli', 392164300, 348490900, 0),
(37697, 2458, 222, 'Nevsehir', 386250000, 347122200, 0),
(37698, 2458, 222, 'Urgub', 386296000, 349119800, 0),
(37699, 2459, 222, 'Altinhisar', 379915900, 343733400, 0),
(37700, 2459, 222, 'Bor', 378905600, 345588900, 0),
(37701, 2459, 222, 'Ciftlik', 381758000, 344853500, 0),
(37702, 2459, 222, 'Nigde', 379658300, 346793500, 0),
(37703, 2460, 222, 'Akkus', 407930600, 370163900, 0),
(37704, 2460, 222, 'Caybasi', 410171100, 370979600, 0),
(37705, 2460, 222, 'Fatsa', 410277800, 375013900, 0),
(37706, 2460, 222, 'Golkoy', 406875000, 376177800, 0),
(37707, 2460, 222, 'Gulyali', 409664800, 380610100, 0),
(37708, 2460, 222, 'Korgan', 408247200, 373466700, 0),
(37709, 2460, 222, 'Kumru', 408744400, 372638900, 0),
(37710, 2460, 222, 'Ordu', 409847200, 378788900, 0),
(37711, 2460, 222, 'Unieh', 411313900, 372825000, 0),
(37712, 2461, 222, 'Haruniye', 372421600, 364548400, 0),
(37713, 2461, 222, 'Osmaniye', 370741700, 362477800, 0),
(37714, 2461, 222, 'Sumbas', 374513000, 360234900, 0),
(37715, 2462, 222, 'Ardesen', 411911100, 409875000, 0),
(37716, 2462, 222, 'Camlihemsin', 410302800, 410094400, 0),
(37717, 2462, 222, 'Cayeli', 410922800, 407292400, 0),
(37718, 2462, 222, 'Findikli', 412797300, 411519600, 0),
(37719, 2462, 222, 'Guneysu', 409776200, 406135900, 0),
(37720, 2462, 222, 'Ikizdere', 407791300, 405588800, 0),
(37721, 2462, 222, 'Pazar', 411791700, 408841700, 0),
(37722, 2462, 222, 'Rize', 410208300, 405219400, 0),
(37723, 2463, 222, 'Adapazari', 407805600, 304033300, 0),
(37724, 2463, 222, 'Akyazi', 406850000, 306222200, 0),
(37725, 2463, 222, 'Geyve', 405075000, 302925000, 0),
(37726, 2463, 222, 'Hendek', 407994400, 307480600, 0),
(37727, 2463, 222, 'Karasu', 410709600, 307854300, 0),
(37728, 2463, 222, 'Pamukova', 405081000, 301673200, 0),
(37729, 2463, 222, 'Sapanca', 406914100, 302673800, 0),
(37730, 2463, 222, 'Sogutlu', 409059000, 304744800, 0),
(37731, 2464, 222, 'Alacam', 416055600, 355980600, 0),
(37732, 2464, 222, 'Bafra', 415677800, 359069400, 0),
(37733, 2464, 222, 'Carsamba', 411988900, 367219400, 0),
(37734, 2464, 222, 'Havza', 409705600, 356622200, 0),
(37735, 2464, 222, 'Ondokuzmayis', 415011000, 360688700, 0),
(37736, 2464, 222, 'Salipazari', 410839800, 368304000, 0),
(37737, 2464, 222, 'Samsun', 412866700, 363300000, 0),
(37738, 2464, 222, 'Tekkekoy', 412116700, 364600000, 0),
(37739, 2464, 222, 'Terme', 412091700, 369738900, 0),
(37740, 2464, 222, 'Vezirkopru', 411436100, 354547200, 0),
(37741, 2464, 222, 'Yakakent', 416325000, 355288900, 0),
(37742, 2465, 222, 'Akcakale', 367111100, 389475000, 0),
(37743, 2465, 222, 'Birecik', 370294400, 379902800, 0),
(37744, 2465, 222, 'Ceylanpinar', 368472200, 400500000, 0),
(37745, 2465, 222, 'Han', 369508100, 401985500, 0),
(37746, 2465, 222, 'Hilvan', 375868600, 389550500, 0),
(37747, 2465, 222, 'Sanliurfa', 371670800, 387939200, 0),
(37748, 2465, 222, 'Siverek', 377550200, 393166700, 0),
(37749, 2465, 222, 'Suruc', 369761400, 384249500, 0),
(37750, 2465, 222, 'Viransehir', 372352800, 397630600, 0),
(37751, 2466, 222, 'Aydinlar', 379491100, 420121000, 0),
(37752, 2466, 222, 'Siirt', 379326200, 419402500, 0),
(37753, 2466, 222, 'Sirvan', 380624000, 420291800, 0),
(37754, 2467, 222, 'Ayancik', 419447200, 345861100, 0),
(37755, 2467, 222, 'Boyabat', 414688900, 347666700, 0),
(37756, 2467, 222, 'Dikmen', 416500000, 352666700, 0),
(37757, 2467, 222, 'Sinop', 420268300, 351625200, 0),
(37758, 2467, 222, 'Turkeli', 419476400, 343386100, 0),
(37759, 2468, 222, 'Basaran', 374814700, 431121100, 0),
(37760, 2468, 222, 'Cardakli', 372377800, 425702800, 0),
(37761, 2468, 222, 'Cizre', 373272200, 421902800, 0),
(37762, 2468, 222, 'Idil', 373411400, 418895000, 0),
(37763, 2468, 222, 'Kumcati', 374656600, 422836400, 0),
(37764, 2468, 222, 'Ortakoy', 373263900, 432888900, 0),
(37765, 2468, 222, 'Silopi', 372497200, 424694400, 0),
(37766, 2468, 222, 'Sirnak', 375227800, 424594400, 0),
(37767, 2469, 222, 'Akincilar', 400797200, 383480600, 0),
(37768, 2469, 222, 'Koyulhisar', 403025000, 378311100, 0),
(37769, 2469, 222, 'Sarkisla', 393518600, 364097600, 0),
(37770, 2469, 222, 'Sivas', 397483300, 370161100, 0),
(37771, 2469, 222, 'Yildizeli', 398663900, 365988900, 0),
(37772, 2470, 222, 'Cerkezkoy', 412850000, 280002800, 0),
(37773, 2470, 222, 'Corlu', 411591700, 278000000, 0),
(37774, 2470, 222, 'Hayrabolu', 412131100, 271068800, 0),
(37775, 2470, 222, 'Malkara', 408900000, 269011100, 0),
(37776, 2470, 222, 'Marmaraereglisi', 409700300, 279552800, 0),
(37777, 2470, 222, 'Tekirdag', 409780100, 275085200, 0),
(37778, 2471, 222, 'Artova', 401157800, 363001000, 0),
(37779, 2471, 222, 'Erbaa', 406688900, 365675000, 0),
(37780, 2471, 222, 'Niksar', 405916700, 369516700, 0),
(37781, 2471, 222, 'Pazar', 402765200, 362834700, 0),
(37782, 2471, 222, 'Resadiye', 403919400, 373375000, 0),
(37783, 2471, 222, 'Tokat', 403138900, 365544400, 0),
(37784, 2471, 222, 'Turhal', 403875000, 360811100, 0),
(37785, 2471, 222, 'Zile', 403030600, 358863900, 0),
(37786, 2472, 222, 'Akcaabat', 410212000, 395714600, 0),
(37787, 2472, 222, 'Besikduzu', 410519900, 392284400, 0),
(37788, 2472, 222, 'Caykara', 407548100, 402355200, 0),
(37789, 2472, 222, 'Duzkoy', 408728400, 394271600, 0),
(37790, 2472, 222, 'Macka', 408186100, 396136100, 0),
(37791, 2472, 222, 'Of', 409445800, 402674600, 0),
(37792, 2472, 222, 'Surmene', 409125800, 401167600, 0),
(37793, 2472, 222, 'Trabzon', 410050000, 397269400, 0),
(37794, 2472, 222, 'Yomra', 409541100, 398640500, 0),
(37795, 2473, 222, 'Mazgirt', 390200400, 396060400, 0),
(37796, 2473, 222, 'Tunceli', 391082900, 395471100, 0),
(37797, 2474, 222, 'Banaz', 387370700, 297519400, 0),
(37798, 2474, 222, 'Usak', 386735100, 294058000, 0),
(37799, 2475, 222, 'Bahcesaray', 381253400, 428067400, 0),
(37800, 2475, 222, 'Caldiran', 391431600, 439106800, 0),
(37801, 2475, 222, 'Catak', 380084500, 430650200, 0),
(37802, 2475, 222, 'Ercis', 390286900, 433586400, 0),
(37803, 2475, 222, 'Ozalp', 386547700, 439930100, 0),
(37804, 2475, 222, 'Saray', 386469400, 441716700, 0),
(37805, 2475, 222, 'Sarmansuyu', 384180300, 432364900, 0),
(37806, 2475, 222, 'Van', 384923900, 433831100, 0),
(37807, 2476, 222, 'Altinova', 406949500, 295098600, 0),
(37808, 2476, 222, 'Ciftlikkoy', 406602800, 293236100, 0),
(37809, 2476, 222, 'Cinarcik', 406412000, 291459800, 0),
(37810, 2476, 222, 'Kadikoy', 406201500, 292253600, 0),
(37811, 2476, 222, 'Kaytazdere', 406822500, 295323600, 0),
(37812, 2476, 222, 'Taskopru', 406736100, 293911100, 0),
(37813, 2476, 222, 'Yalova', 406550200, 292769300, 0),
(37814, 2477, 222, 'Akdagmadeni', 396602800, 358836100, 0),
(37815, 2477, 222, 'Bogazliyan', 391887800, 352453700, 0),
(37816, 2477, 222, 'Sarikaya', 394936100, 353769400, 0),
(37817, 2477, 222, 'Sefaatli', 395043000, 347563000, 0),
(37818, 2477, 222, 'Sorgun', 398101200, 351859600, 0),
(37819, 2477, 222, 'Yenifakili', 392114200, 350003600, 0),
(37820, 2477, 222, 'Yerkoy', 396380600, 344672200, 0),
(37821, 2477, 222, 'Yozgat', 398200000, 348044400, 0),
(37822, 2478, 222, 'Alapli', 411694000, 313791700, 0),
(37823, 2478, 222, 'Caycuma', 414263900, 320755600, 0),
(37824, 2478, 222, 'Devrek', 412191700, 319558300, 0),
(37825, 2478, 222, 'Eregli', 412826200, 314180600, 0),
(37826, 2478, 222, 'Gokcebey', 413058300, 321423400, 0),
(37827, 2478, 222, 'Zonguldak', 414513900, 317930500, 0),
(37828, 2479, 223, 'Ashgabat', 379500000, 583833300, 0),
(37829, 2480, 223, 'Dasoguz', 418362500, 599666200, 0),
(37830, 2481, 224, 'Cockburn Town', 214612200, -711418800, 0),
(37831, 2482, 225, 'Funafuti', -85242500, 1791941700, 0),
(37832, 2483, 226, 'Gulu', 27666700, 323055600, 0),
(37833, 2485, 226, 'Lugazi', 3772200, 329197200, 0),
(37834, 2484, 226, 'Kampala', 3162800, 325821900, 0),
(37835, 2486, 226, 'Tororo', 6929900, 341808500, 0),
(37836, 2487, 226, 'Entebbe', 644400, 324469400, 0),
(37837, 2487, 226, 'Kireka', 3475000, 326491700, 0),
(37838, 2488, 227, 'Babanka', 487097100, 304482700, 0),
(37839, 2488, 227, 'Cherkasy', 494285400, 320620700, 0),
(37840, 2488, 227, 'Chervonaya Sloboda', 493789000, 321464300, 0),
(37841, 2488, 227, 'Drabiv', 499630200, 321529100, 0),
(37842, 2488, 227, 'Kamianka', 490318000, 321039600, 0),
(37843, 2488, 227, 'Kaniv', 497518200, 314600400, 0),
(37844, 2488, 227, 'Russkaya Polyana', 494170000, 319200900, 0),
(37845, 2488, 227, 'Smila', 492224200, 318871400, 0),
(37846, 2488, 227, 'Uman''', 487483800, 302218400, 0),
(37847, 2488, 227, 'Vatutine', 490150200, 310621100, 0),
(37848, 2488, 227, 'Yerky', 489906200, 309881800, 0),
(37849, 2488, 227, 'Zolotonosha', 496688600, 320377300, 0),
(37850, 2489, 227, 'Bakhmach', 511807600, 327569400, 0),
(37851, 2489, 227, 'Bobrovytsya', 507469300, 313948000, 0),
(37852, 2489, 227, 'Chernihiv', 515055100, 312848800, 0),
(37853, 2489, 227, 'Horodnya', 518908500, 315974100, 0),
(37854, 2489, 227, 'Nizhyn', 510480100, 318868800, 0),
(37855, 2489, 227, 'Nosivka', 509315200, 315828200, 0),
(37856, 2489, 227, 'Pryluky', 505932400, 323876100, 0),
(37857, 2489, 227, 'Semenivka', 521782700, 325818300, 0),
(37858, 2489, 227, 'Varva', 504950300, 327196800, 0),
(37859, 2490, 227, 'Chernivtsi', 482914900, 259403400, 0),
(37860, 2490, 227, 'Ispas', 482973400, 252740600, 0),
(37861, 2490, 227, 'Novoselytsya', 482193100, 262653100, 0),
(37862, 2490, 227, 'Sokyryany', 484474700, 274167800, 0),
(37863, 2490, 227, 'Vashkivtsi', 483849200, 255102300, 0),
(37864, 2490, 227, 'Voloka', 481922500, 259307400, 0),
(37865, 2490, 227, 'Vyzhnytsya', 482480100, 251945200, 0),
(37866, 2490, 227, 'Zastavna', 485230700, 258436900, 0),
(37867, 2491, 227, 'Apostolove', 476600300, 337136900, 0),
(37868, 2491, 227, 'Auly', 485270800, 344949300, 0),
(37869, 2491, 227, 'Chortomlyk', 476231500, 341419800, 0),
(37870, 2491, 227, 'Dniprodzerzhyns''k', 485113400, 346021000, 0),
(37871, 2491, 227, 'Dnipropetrovsk', 484500000, 349833300, 0),
(37872, 2491, 227, 'Kaydaki', 483767800, 351239800, 0),
(37873, 2491, 227, 'Kryvyy Rih', 479096600, 333804400, 0),
(37874, 2491, 227, 'Lozuvatka', 480571000, 332858100, 0),
(37875, 2491, 227, 'Marhanets''', 476354300, 346276900, 0),
(37876, 2491, 227, 'Meliorativnoye', 486199500, 354018700, 0),
(37877, 2491, 227, 'Mezhova', 482531800, 367346800, 0),
(37878, 2491, 227, 'Nikopol''', 475711900, 343963700, 0),
(37879, 2491, 227, 'Novomoskovs''k', 486379800, 352454800, 0),
(37880, 2491, 227, 'Novonikolayevka', 485562500, 343739900, 0),
(37881, 2491, 227, 'Ordzhonikidze', 449654500, 353658300, 0),
(37882, 2491, 227, 'Pavlohrad', 485334100, 358705000, 0),
(37883, 2491, 227, 'Petropavlivka', 484564300, 364367000, 0),
(37884, 2491, 227, 'Pidhorodne', 485752800, 351068000, 0),
(37885, 2491, 227, 'Sholokhove', 476945300, 340311900, 0),
(37886, 2491, 227, 'Synel''nykove', 483204400, 355179200, 0),
(37887, 2491, 227, 'Zhovti Vody', 483473100, 335003400, 0),
(37888, 2492, 227, 'Artemivs''k', 485955900, 379998700, 0),
(37889, 2492, 227, 'Avdeyevka', 481398900, 377425500, 0),
(37890, 2492, 227, 'Belitskoye', 484064200, 371811100, 0),
(37891, 2492, 227, 'Blagodatnoye', 477001300, 374189800, 0),
(37892, 2492, 227, 'Debal''tsevo', 483407200, 384049000, 0),
(37893, 2492, 227, 'Dobropol''ye', 484614700, 370852400, 0),
(37894, 2492, 227, 'Donets''k', 480230000, 378022400, 0),
(37895, 2492, 227, 'Druzhkovka', 486301300, 375525900, 0),
(37896, 2492, 227, 'Dzerzhyns''k', 483986900, 378478700, 0),
(37897, 2492, 227, 'Horlivka', 483469800, 380541900, 0),
(37898, 2492, 227, 'Khartsyzsk', 480424300, 381472800, 0),
(37899, 2492, 227, 'Kostyantynivka', 485277000, 377069000, 0),
(37900, 2492, 227, 'Kramators''k', 487230500, 375562900, 0),
(37901, 2492, 227, 'Krasnoarmiys''k', 482819800, 371758500, 0),
(37902, 2492, 227, 'Krasnyy Liman', 489883600, 378022500, 0),
(37903, 2492, 227, 'Krinichnaya', 481289900, 380259700, 0),
(37904, 2492, 227, 'Kurakhovo', 479852200, 372821000, 0),
(37905, 2492, 227, 'Makiyivka', 480478200, 379257600, 0),
(37906, 2492, 227, 'Mariupol''', 470666700, 375000000, 0),
(37907, 2492, 227, 'Mospyne', 478908100, 380639500, 0),
(37908, 2492, 227, 'Nizhnyaya Krynka', 481135000, 381606400, 0),
(37909, 2492, 227, 'Primorskoye', 471743600, 376926600, 0),
(37910, 2492, 227, 'Rodinskoye', 483519900, 372060200, 0),
(37911, 2492, 227, 'Seversk', 488669900, 381000700, 0),
(37912, 2492, 227, 'Shakhtersk', 480625200, 385166500, 0),
(37913, 2492, 227, 'Sloviansk', 488666700, 376166700, 0),
(37914, 2492, 227, 'Snizhne', 480261200, 387722500, 0),
(37915, 2492, 227, 'Staryy Krym', 471614600, 374893400, 0),
(37916, 2492, 227, 'Torez', 480387600, 385968500, 0),
(37917, 2492, 227, 'Urzuf', 469156200, 370996100, 0),
(37918, 2492, 227, 'Volnovakha', 476010300, 374967400, 0),
(37919, 2492, 227, 'Yalta', 469627900, 372736500, 0),
(37920, 2492, 227, 'Yasinovataya', 481298000, 378594000, 0),
(37921, 2492, 227, 'Yenakiyeve', 482333100, 382113700, 0),
(37922, 2492, 227, 'Zuhres', 480114000, 382644400, 0),
(37923, 2493, 227, 'Bilshivtsi', 491833300, 247500000, 0),
(37924, 2493, 227, 'Bohorodchany', 488070000, 245383400, 0),
(37925, 2493, 227, 'Bolekhiv', 490660700, 238643500, 0),
(37926, 2493, 227, 'Burshtyn', 492586600, 246277600, 0),
(37927, 2493, 227, 'Cherniyiv', 488565800, 247138800, 0),
(37928, 2493, 227, 'Dilyatyn', 485235400, 246246600, 0),
(37929, 2493, 227, 'Dolyna', 489733000, 240094400, 0),
(37930, 2493, 227, 'Ivano-Frankivs''k', 489215000, 247097200, 0),
(37931, 2493, 227, 'Kalush', 490118700, 243730800, 0),
(37932, 2493, 227, 'Kolomyya', 485311500, 250364900, 0),
(37933, 2493, 227, 'Markova', 486757600, 244138200, 0),
(37934, 2493, 227, 'Nadvirna', 486348000, 245693600, 0),
(37935, 2493, 227, 'Rogatin', 494090000, 246092600, 0),
(37936, 2493, 227, 'Snyatyn', 484469200, 255693700, 0),
(37937, 2493, 227, 'Solotvyn', 487021200, 244221200, 0),
(37938, 2493, 227, 'Uhryniv', 489552000, 246929200, 0),
(37939, 2493, 227, 'Yaremcha', 484515700, 245543600, 0),
(37940, 2493, 227, 'Zabolotiv', 484705400, 252857100, 0),
(37941, 2493, 227, 'Zahvizdya', 489183600, 246527500, 0),
(37942, 2494, 227, 'Balakliya', 494627000, 368595100, 0),
(37943, 2494, 227, 'Bezlyudivka', 498718500, 362951600, 0),
(37944, 2494, 227, 'Bohodukhiv', 501646600, 355276500, 0),
(37945, 2494, 227, 'Budy', 498933700, 360224300, 0),
(37946, 2494, 227, 'Chapayeve', 493662500, 358748600, 0),
(37947, 2494, 227, 'Chuhuyiv', 498358800, 366880300, 0),
(37948, 2494, 227, 'Derhachy', 501065900, 361211200, 0),
(37949, 2494, 227, 'Izyum', 492087500, 372484800, 0),
(37950, 2494, 227, 'Kharkiv', 499808100, 362527200, 0),
(37951, 2494, 227, 'Kochetok', 498800500, 367372300, 0),
(37952, 2494, 227, 'Komsomol''s''ke', 495970100, 365261800, 0),
(37953, 2494, 227, 'Krasnohrad', 493814000, 354402100, 0),
(37954, 2494, 227, 'Kulynychi', 499822700, 363841800, 0),
(37955, 2494, 227, 'Lozova', 488893700, 363175500, 0),
(37956, 2494, 227, 'Mala Danylivka', 500635400, 361656400, 0),
(37957, 2494, 227, 'Merefa', 498230200, 360506900, 0),
(37958, 2494, 227, 'Pivdenne', 498855100, 360667500, 0),
(37959, 2494, 227, 'Pokotylivka', 499134300, 361751100, 0),
(37960, 2494, 227, 'Solonytsivka', 499968200, 360346400, 0),
(37961, 2494, 227, 'Staryy Saltov', 500826800, 367939300, 0),
(37962, 2494, 227, 'Vasyshcheve', 498285200, 363269100, 0),
(37963, 2494, 227, 'Vysokyy', 498892000, 361321000, 0),
(37964, 2495, 227, 'Chornobayivka', 466941200, 325537100, 0),
(37965, 2495, 227, 'Hornostayivka', 470077700, 337289900, 0),
(37966, 2495, 227, 'Kakhovka', 468137100, 334869800, 0),
(37967, 2495, 227, 'Kherson', 466558100, 326178000, 0),
(37968, 2495, 227, 'Komyshany', 466371600, 325071900, 0),
(37969, 2495, 227, 'Lazurne', 460840000, 325295500, 0),
(37970, 2495, 227, 'Lyubymivka', 468106300, 335686200, 0),
(37971, 2495, 227, 'Malokakhovka', 467814200, 334479000, 0),
(37972, 2495, 227, 'Nova Kakhovka', 467545100, 333486400, 0),
(37973, 2495, 227, 'Stanislav', 465690900, 321477700, 0),
(37974, 2495, 227, 'Tsyurupyns''k', 466184200, 327189000, 0),
(37975, 2496, 227, 'Derazhnya', 492692000, 274338200, 0),
(37976, 2496, 227, 'Dunaivtsi', 488890900, 268563600, 0),
(37977, 2496, 227, 'Horodok', 491637400, 265839400, 0),
(37978, 2496, 227, 'Izyaslav', 501194700, 268212500, 0),
(37979, 2496, 227, 'Kamieniec Podolski', 486845000, 265855900, 0),
(37980, 2496, 227, 'Khmel''nyts''kyy', 494216100, 269965300, 0),
(37981, 2496, 227, 'Netishyn', 503400400, 266417100, 0),
(37982, 2496, 227, 'Shepetivka', 501854500, 270636500, 0),
(37983, 2496, 227, 'Slavuta', 503015500, 268650600, 0),
(37984, 2496, 227, 'Starokostyantyniv', 497576400, 272034200, 0),
(37985, 2497, 227, 'Adzhamka', 485424400, 325354200, 0),
(37986, 2497, 227, 'Kirovohrad', 485132000, 322597000, 0),
(37987, 2497, 227, 'Lypnyazhka', 484469400, 310761100, 0),
(37988, 2497, 227, 'Novoarkhanhel''s''k', 486580300, 308182100, 0),
(37989, 2497, 227, 'Oleksandrivka', 489633600, 322349200, 0),
(37990, 2497, 227, 'Oleksandriya', 486696100, 331159300, 0),
(37991, 2497, 227, 'Rivne', 482474200, 317543200, 0),
(37992, 2497, 227, 'Svitlovods''k', 490489400, 332410600, 0),
(37993, 2497, 227, 'Yelyzavethradka', 488038100, 324046000, 0),
(37994, 2497, 227, 'Znomenka', 487127800, 326647200, 0),
(37995, 2498, 227, 'Alupka', 444188600, 340448000, 0),
(37996, 2498, 227, 'Alushta', 446763100, 344077800, 0),
(37997, 2498, 227, 'Armyans''k', 461091900, 336920600, 0),
(37998, 2498, 227, 'Bakhchysaray', 447552500, 338578200, 0),
(37999, 2498, 227, 'Berehove', 450947000, 354338500, 0),
(38000, 2498, 227, 'Chornomors''ke', 455065700, 326977600, 0),
(38001, 2498, 227, 'Dobre', 448663200, 342266100, 0),
(38002, 2498, 227, 'Dzhankoy', 457116800, 343927400, 0),
(38003, 2498, 227, 'Feodosiya', 450367700, 353778900, 0),
(38004, 2498, 227, 'Hurzuf', 445462400, 342784100, 0),
(38005, 2498, 227, 'Kerch', 453607000, 364706000, 0),
(38006, 2498, 227, 'Krasnoperekops''k', 459571600, 337965000, 0),
(38007, 2498, 227, 'Livadiya', 444748100, 341443700, 0),
(38008, 2498, 227, 'Morskoye', 448259300, 348031400, 0),
(38009, 2498, 227, 'Myrnyy', 453078800, 330350100, 0),
(38010, 2498, 227, 'Orikhove', 451294400, 336318000, 0),
(38011, 2498, 227, 'Rodnykove', 450429600, 339540700, 0),
(38012, 2498, 227, 'Scholkine', 454276100, 358247000, 0),
(38013, 2498, 227, 'Simferopol''', 449571900, 341107900, 0),
(38014, 2498, 227, 'Sudak', 448492400, 349747100, 0),
(38015, 2498, 227, 'Voskhod', 453392000, 364141000, 0),
(38016, 2498, 227, 'Yalta', 445001300, 341614800, 0),
(38017, 2498, 227, 'Yevpatoriya', 452009100, 333665500, 0),
(38018, 2499, 227, 'Kiev', 504546600, 305238000, 0),
(38019, 2499, 227, 'Kotsyubinskoye', 504883600, 303295700, 0),
(38020, 2500, 227, 'Baryshivka', 503609800, 313217300, 0),
(38021, 2500, 227, 'Bila Tserkva', 498093900, 301120900, 0),
(38022, 2500, 227, 'Bohuslav', 495493900, 308744000, 0),
(38023, 2500, 227, 'Borodyanka', 506448400, 299201000, 0),
(38024, 2500, 227, 'Borova', 501762500, 301042900, 0),
(38025, 2500, 227, 'Boryspil''', 503526900, 309550100, 0),
(38026, 2500, 227, 'Boyarka', 503191000, 302972800, 0),
(38027, 2500, 227, 'Brovary', 505180900, 308067100, 0),
(38028, 2500, 227, 'Dymer', 507864700, 303026000, 0),
(38029, 2500, 227, 'Fastiv', 500767000, 299177000, 0),
(38030, 2500, 227, 'Glevakha', 502742300, 303270600, 0),
(38031, 2500, 227, 'Gnedin', 503290000, 307105900, 0),
(38032, 2500, 227, 'Hostomel''', 505684100, 302651000, 0),
(38033, 2500, 227, 'Irpin''', 505217500, 302505500, 0),
(38034, 2500, 227, 'Karapyshi', 496423700, 307900200, 0),
(38035, 2500, 227, 'Khotov', 503306800, 304683600, 0),
(38036, 2500, 227, 'Knyazhichi', 504627500, 307836900, 0),
(38037, 2500, 227, 'Makariv', 504640800, 298112800, 0),
(38038, 2500, 227, 'Obukhiv', 501099700, 306227200, 0),
(38039, 2500, 227, 'Pereyaslav-Khmel''nyts''kyy', 500876800, 314795000, 0),
(38040, 2500, 227, 'Semypolky', 507262700, 309344100, 0),
(38041, 2500, 227, 'Slavutich', 515196400, 307343400, 0),
(38042, 2500, 227, 'Stavyshche', 504005100, 295279600, 0),
(38043, 2500, 227, 'Tarashcha', 495583200, 304925900, 0),
(38044, 2500, 227, 'Trebukhiv', 504843200, 309030400, 0),
(38045, 2500, 227, 'Ukrainka', 501431700, 307461200, 0),
(38046, 2500, 227, 'Vasyl''kiv', 501869200, 303134600, 0),
(38047, 2500, 227, 'Vorzel''', 505444000, 301530500, 0),
(38048, 2500, 227, 'Vyshhorod', 505847600, 304898000, 0),
(38049, 2500, 227, 'Vyshneve', 503891300, 303705000, 0),
(38050, 2500, 227, 'Yahotyn', 502797500, 317624600, 0),
(38051, 2501, 227, 'Boryslav', 492867200, 234323800, 0),
(38052, 2501, 227, 'Brody', 500879100, 251502700, 0),
(38053, 2501, 227, 'Bryukhovychi', 499046700, 239597000, 0),
(38054, 2501, 227, 'Chervonograd', 503910500, 242351400, 0),
(38055, 2501, 227, 'Drogobych', 493499100, 235056100, 0),
(38056, 2501, 227, 'Duliby', 492313400, 238153200, 0),
(38057, 2501, 227, 'Gorodok', 497846500, 236480600, 0),
(38058, 2501, 227, 'Khyriv', 495333200, 228523600, 0),
(38059, 2501, 227, 'L''viv', 498382600, 240232400, 0),
(38060, 2501, 227, 'Lopatin', 502202200, 248483100, 0),
(38061, 2501, 227, 'Morshin', 491565200, 238723200, 0),
(38062, 2501, 227, 'Pustomyty', 497153200, 239129500, 0),
(38063, 2501, 227, 'Rudne', 498333300, 239000000, 0),
(38064, 2501, 227, 'Sambir', 495183000, 231975200, 0),
(38065, 2501, 227, 'Selets', 502971200, 242046200, 0),
(38066, 2501, 227, 'Shklo', 499567500, 235440800, 0),
(38067, 2501, 227, 'Sokal''', 504743800, 242828800, 0),
(38068, 2501, 227, 'Solonka', 497562100, 240102800, 0),
(38069, 2501, 227, 'Staryy Dobrotvor', 502315400, 243770000, 0),
(38070, 2501, 227, 'Stebnik', 492941600, 235635700, 0),
(38071, 2501, 227, 'Stryy', 492622300, 238560900, 0),
(38072, 2501, 227, 'Truskavets', 492783700, 235061800, 0),
(38073, 2501, 227, 'Zolochiv', 498059700, 248943600, 0),
(38074, 2502, 227, 'Alchevs''k', 484689300, 388166900, 0),
(38075, 2502, 227, 'Antratsit', 481150300, 390912800, 0),
(38076, 2502, 227, 'Bryanka', 485110000, 386722200, 0),
(38077, 2502, 227, 'Frunze', 486686300, 387544400, 0),
(38078, 2502, 227, 'Gorskoye', 487346800, 384954100, 0),
(38079, 2502, 227, 'Kirovsk', 486375100, 386428000, 0),
(38080, 2502, 227, 'Krasnodon', 482922900, 397372900, 0),
(38081, 2502, 227, 'Krasnyy Luch', 481395400, 389371500, 0),
(38082, 2502, 227, 'Lenina', 484294400, 391455600, 0),
(38083, 2502, 227, 'Lisichansk', 489048500, 384420700, 0),
(38084, 2502, 227, 'Luhans''k', 485670500, 393170600, 0),
(38085, 2502, 227, 'Lutugino', 484050700, 392267500, 0),
(38086, 2502, 227, 'Pereval''sk', 484377900, 388438400, 0),
(38087, 2502, 227, 'Pervomaysk', 486298800, 385480600, 0),
(38088, 2502, 227, 'Pryvillya', 490150100, 383045800, 0),
(38089, 2502, 227, 'Roskoshnoye', 485074300, 393003600, 0),
(38090, 2502, 227, 'Roven''ki', 480833200, 393776400, 0),
(38091, 2502, 227, 'Rubizhne', 490122900, 383796700, 0),
(38092, 2502, 227, 'Stakhanov', 485681800, 386435200, 0),
(38093, 2502, 227, 'Starobil''s''k', 492783200, 389106900, 0),
(38094, 2502, 227, 'Sverdlovs''k', 480896400, 396524300, 0),
(38095, 2502, 227, 'Syeverodonets''k', 489483200, 384916600, 0),
(38096, 2503, 227, 'Mykolayiv', 469659100, 319974000, 0),
(38097, 2503, 227, 'Novyy Buh', 476930800, 325216000, 0),
(38098, 2503, 227, 'Ochakiv', 466128300, 315498200, 0),
(38099, 2503, 227, 'Pervomays''k', 480443300, 308507300, 0),
(38100, 2503, 227, 'Rybakivka', 466171200, 313499500, 0),
(38101, 2503, 227, 'Voznesensk', 475649400, 313307800, 0),
(38102, 2503, 227, 'Yuzhnoukrains''k', 478177700, 311826300, 0),
(38103, 2504, 227, 'Bilhorod-Dnistrovs''kyy', 461952000, 303493800, 0),
(38104, 2504, 227, 'Illichivs''k', 463049500, 306547800, 0),
(38105, 2504, 227, 'Izmayil', 453492900, 288407900, 0),
(38106, 2504, 227, 'Kodyma', 480987500, 291246300, 0),
(38107, 2504, 227, 'Kotovs''k', 477530500, 295320500, 0),
(38108, 2504, 227, 'Krasni Okny', 475404400, 294600100, 0),
(38109, 2504, 227, 'Krasnosilka', 466225800, 307742100, 0),
(38110, 2504, 227, 'Kryzhanivka', 465616700, 307948700, 0),
(38111, 2504, 227, 'Lymans''ke', 466557000, 299672200, 0),
(38112, 2504, 227, 'Odessa', 464774700, 307326200, 0),
(38113, 2504, 227, 'Oleksandrivka', 463289300, 306348100, 0),
(38114, 2504, 227, 'Ovidiopol''', 462499800, 304412700, 0),
(38115, 2504, 227, 'Rozdil''na', 468433400, 300791900, 0),
(38116, 2504, 227, 'Sarata', 460196600, 296656700, 0),
(38117, 2504, 227, 'Tayirove', 463631300, 306489100, 0),
(38118, 2504, 227, 'Teplodar', 465058500, 303252000, 0),
(38119, 2504, 227, 'Usatove', 465329600, 306596000, 0),
(38120, 2504, 227, 'Velyka Mykhaylivka', 470794400, 298513900, 0),
(38121, 2504, 227, 'Yuzhne', 466221100, 311013100, 0),
(38122, 2504, 227, 'Zarya', 459908000, 296967200, 0),
(38123, 2505, 227, 'Chornukhy', 502673200, 329419600, 0),
(38124, 2505, 227, 'Hadyach', 503711200, 339909900, 0),
(38125, 2505, 227, 'Hlobyne', 493878400, 332595900, 0),
(38126, 2505, 227, 'Hrebinka', 501171200, 324361000, 0),
(38127, 2505, 227, 'Kamennyye Potoki', 489797400, 335263800, 0),
(38128, 2505, 227, 'Karlivka', 494566800, 351294700, 0),
(38129, 2505, 227, 'Kobelyaky', 491489200, 341965300, 0),
(38130, 2505, 227, 'Komsomolsk', 490097300, 336454600, 0),
(38131, 2505, 227, 'Kremenchuk', 490972500, 334197200, 0),
(38132, 2505, 227, 'Lubny', 500162500, 329969400, 0),
(38133, 2505, 227, 'Myrhorod', 499685400, 336088600, 0),
(38134, 2505, 227, 'Oposhnya', 499565200, 346122600, 0),
(38135, 2505, 227, 'Poltava', 495937300, 345407300, 0),
(38136, 2505, 227, 'Reshetylivka', 495650100, 340781500, 0),
(38137, 2506, 227, 'Dubno', 504169400, 257343200, 0),
(38138, 2506, 227, 'Horodyshche', 506396500, 263657300, 0),
(38139, 2506, 227, 'Kolodenka', 505856100, 263160100, 0),
(38140, 2506, 227, 'Koloniya Zastav''ye', 508166700, 270333300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(38141, 2506, 227, 'Ostroh', 503294200, 265142500, 0),
(38142, 2506, 227, 'Rivne', 506230800, 262274300, 0),
(38143, 2506, 227, 'Rokytne', 512796000, 272140000, 0),
(38144, 2506, 227, 'Sarny', 513379500, 266019100, 0),
(38145, 2506, 227, 'Tynnoye', 506014500, 261848600, 0),
(38146, 2506, 227, 'Volodymerets''', 514213000, 261446900, 0),
(38147, 2506, 227, 'Zarichne', 518126000, 261290200, 0),
(38148, 2506, 227, 'Zdolbuniv', 505206000, 262425100, 0),
(38149, 2507, 227, 'Balaklava', 445142800, 336001300, 0),
(38150, 2507, 227, 'Inkerman', 446139000, 336098000, 0),
(38151, 2507, 227, 'Kacha', 447763500, 335438700, 0),
(38152, 2507, 227, 'Sevastopol''', 445888300, 335224000, 0),
(38153, 2508, 227, 'Druzhba', 520454500, 339451700, 0),
(38154, 2508, 227, 'Hlukhiv', 516782200, 339162000, 0),
(38155, 2508, 227, 'Konotop', 512403200, 332026300, 0),
(38156, 2508, 227, 'Lebedyn', 505851800, 344849000, 0),
(38157, 2508, 227, 'Okhtyrka', 503103600, 348987900, 0),
(38158, 2508, 227, 'Romny', 507510400, 334747100, 0),
(38159, 2508, 227, 'Shostka', 518629600, 334698000, 0),
(38160, 2508, 227, 'Sumy', 509216000, 348002900, 0),
(38161, 2509, 227, 'Belaya', 490290000, 257705900, 0),
(38162, 2509, 227, 'Berezhani', 494500000, 249333300, 0),
(38163, 2509, 227, 'Chortkiv', 490170900, 257980400, 0),
(38164, 2509, 227, 'Druzhba', 490425100, 254505500, 0),
(38165, 2509, 227, 'Husyatyn', 490726300, 262141000, 0),
(38166, 2509, 227, 'Kremenets''', 500969300, 257245900, 0),
(38167, 2509, 227, 'Lanivtsi', 498632800, 260908200, 0),
(38168, 2509, 227, 'Ozerna', 496289100, 253289500, 0),
(38169, 2509, 227, 'Petrikov', 495312200, 255790100, 0),
(38170, 2509, 227, 'Skalat', 494273200, 259786900, 0),
(38171, 2509, 227, 'Terebovlya', 493018700, 257099700, 0),
(38172, 2509, 227, 'Ternopil''', 495558900, 256055600, 0),
(38173, 2510, 227, 'Chernivtsi', 485422600, 281147300, 0),
(38174, 2510, 227, 'Haysyn', 488114300, 293897700, 0),
(38175, 2510, 227, 'Illintsi', 491047900, 292177300, 0),
(38176, 2510, 227, 'Kalynivka', 494538900, 285260800, 0),
(38177, 2510, 227, 'Khmil''nyk', 495597900, 279575400, 0),
(38178, 2510, 227, 'Kozyatyn', 497143100, 288338500, 0),
(38179, 2510, 227, 'Mohyliv-Podil''s''kyy', 484459800, 277982000, 0),
(38180, 2510, 227, 'Sutysky', 490424500, 284173200, 0),
(38181, 2510, 227, 'Tul''chyn', 486744800, 288464100, 0),
(38182, 2510, 227, 'Vinnytsya', 492327800, 284809700, 0),
(38183, 2510, 227, 'Zhmerynka', 490370500, 281120100, 0),
(38184, 2511, 227, 'Kamin''-Kashyrs''kyy', 516241200, 249586400, 0),
(38185, 2511, 227, 'Kovel''', 512152600, 247086700, 0),
(38186, 2511, 227, 'Luts''k', 507593200, 253424400, 0),
(38187, 2511, 227, 'Lyuboml''', 512260100, 240372700, 0),
(38188, 2511, 227, 'Novovolyns''k', 507257600, 241626500, 0),
(38189, 2511, 227, 'Rozhishche', 509154200, 252690600, 0),
(38190, 2511, 227, 'Volodymyr-Volyns''kyy', 508525300, 243236400, 0),
(38191, 2512, 227, 'Berehove', 482055500, 226441800, 0),
(38192, 2512, 227, 'Chynadiyovo', 484817900, 228217000, 0),
(38193, 2512, 227, 'Irshava', 483166700, 230384600, 0),
(38194, 2512, 227, 'Khust', 481793000, 232990900, 0),
(38195, 2512, 227, 'Korolevo', 481524700, 231365900, 0),
(38196, 2512, 227, 'Lypcha', 482610800, 233833600, 0),
(38197, 2512, 227, 'Minay', 485888000, 222750200, 0),
(38198, 2512, 227, 'Mukacheve', 484391900, 227177900, 0),
(38199, 2512, 227, 'Perechyn', 487333300, 224666700, 0),
(38200, 2512, 227, 'Podvinogradov', 481394700, 229719400, 0),
(38201, 2512, 227, 'Rakhiv', 480526000, 242008900, 0),
(38202, 2512, 227, 'Strabychovo', 483924700, 225430800, 0),
(38203, 2512, 227, 'Svalyava', 485485300, 229957800, 0),
(38204, 2512, 227, 'Tyachiv', 480118000, 235706100, 0),
(38205, 2512, 227, 'Uzhhorod', 486166700, 223000000, 0),
(38206, 2512, 227, 'Vynohradiv', 481500000, 227666700, 0),
(38207, 2513, 227, 'Berdyans''k', 467663000, 367988200, 0),
(38208, 2513, 227, 'Dniprorudne', 473816900, 349765200, 0),
(38209, 2513, 227, 'Energodar', 474986500, 346574000, 0),
(38210, 2513, 227, 'Kamysh-Zarya', 473275500, 366929800, 0),
(38211, 2513, 227, 'Kostyantynivka', 468167300, 354228700, 0),
(38212, 2513, 227, 'Melitopol''', 468489100, 353653300, 0),
(38213, 2513, 227, 'Osypenko', 469136000, 368253000, 0),
(38214, 2513, 227, 'Polohy', 474844400, 362536100, 0),
(38215, 2513, 227, 'Tokmak', 472552200, 357123800, 0),
(38216, 2513, 227, 'Vasylivka', 474369400, 352741700, 0),
(38217, 2513, 227, 'Vodyane', 474874600, 344923500, 0),
(38218, 2513, 227, 'Zaporizhzhya', 478228900, 351903100, 0),
(38219, 2514, 227, 'Andrushivka', 500228800, 290202300, 0),
(38220, 2514, 227, 'Berdychiv', 498992800, 286023500, 0),
(38221, 2514, 227, 'Chudniv', 500520400, 281174500, 0),
(38222, 2514, 227, 'Korosten''', 509593700, 286385500, 0),
(38223, 2514, 227, 'Lyubar', 499204500, 277591800, 0),
(38224, 2514, 227, 'Malyn', 507723300, 292383300, 0),
(38225, 2514, 227, 'Nova Borova', 506929600, 286344600, 0),
(38226, 2514, 227, 'Novohrad-Volyns''kyy', 505941200, 276165000, 0),
(38227, 2514, 227, 'Ovruch', 513246000, 288035100, 0),
(38228, 2514, 227, 'Zhytomyr', 502648700, 286766900, 0),
(38229, 2515, 228, 'Abu Dhabi', 244666700, 543666700, 0),
(38230, 2515, 228, 'Al ''Ayn', 241916700, 557605600, 0),
(38231, 2515, 228, 'Ar Ruways', 241102800, 527305600, 0),
(38232, 2515, 228, 'Muzayri''', 231435500, 537881000, 0),
(38233, 2516, 228, '''Ajman', 254111100, 554350400, 0),
(38234, 2517, 228, 'Dubai', 252581700, 553047200, 0),
(38235, 2518, 228, 'Al Fujayrah', 251164100, 563414100, 0),
(38236, 2519, 228, 'Ra''s al Khaymah', 257895300, 559432000, 0),
(38237, 2520, 228, 'Adh Dhayd', 252881200, 558815700, 0),
(38238, 2520, 228, 'Diba', 256195500, 562729100, 0),
(38239, 2520, 228, 'Khawr Fakkan', 253313200, 563419900, 0),
(38240, 2520, 228, 'Sharjah', 253573100, 554033000, 0),
(38241, 2521, 228, 'Umm al Qaywayn', 255647300, 555551700, 0),
(38242, 4093, 229, 'Ab Kettleby', 528004300, -9260800, 0),
(38243, 4172, 229, 'Abberley', 523079800, -23639800, 0),
(38244, 4172, 229, 'Abberton', 518343500, 9108400, 0),
(38245, 4083, 229, 'Abbey Dore', 519666700, -29000000, 0),
(38246, 4079, 229, 'Abbey Wood', 514868800, 1074600, 0),
(38247, 4084, 229, 'Abbots Langley', 517057300, -4175700, 0),
(38248, 4061, 229, 'Abbotsbury', 506666700, -26000000, 0),
(38249, 4081, 229, 'Abbotts Ann', 511898600, -15312600, 0),
(38250, 4039, 229, 'Aberford', 538260400, -13423100, 0),
(38251, 4121, 229, 'Abingdon', 516710900, -12827800, 0),
(38252, 4156, 229, 'Abinger', 511833300, -4000000, 0),
(38253, 4092, 229, 'Accrington', 537537900, -23586300, 0),
(38254, 4115, 229, 'Acklam', 540451300, -8053100, 0),
(38255, 4109, 229, 'Acle', 526368100, 15475700, 0),
(38256, 4038, 229, 'Acocks Green', 524500000, -18166700, 0),
(38257, 4117, 229, 'Acomb', 539500000, -11333300, 0),
(38258, 4138, 229, 'Acton', 515090100, -2762000, 0),
(38259, 4150, 229, 'Adbaston', 528463400, -23525500, 0),
(38260, 4121, 229, 'Adderbury', 520169000, -13119200, 0),
(38261, 4025, 229, 'Addingham', 539445200, -18842400, 0),
(38262, 4156, 229, 'Addlestone', 513713500, -4935300, 0),
(38263, 4039, 229, 'Adel', 538520300, -15797800, 0),
(38264, 4036, 229, 'Adlington', 533204200, -21365800, 0),
(38265, 4060, 229, 'Adwick le Street', 535707700, -11845400, 0),
(38266, 4041, 229, 'Agbrigg', 536656200, -14805400, 0),
(38267, 4095, 229, 'Aigburth', 533652600, -29178200, 0),
(38268, 4135, 229, 'Ainsdale', 536029400, -30337400, 0),
(38269, 4135, 229, 'Aintree', 534753800, -29520200, 0),
(38270, 4138, 229, 'Albrighton', 526333300, -22666700, 0),
(38271, 4164, 229, 'Alcester', 522166700, -18666700, 0),
(38272, 4084, 229, 'Aldbury', 518023400, -6022700, 0),
(38273, 4036, 229, 'Alderley Edge', 533039300, -22377300, 0),
(38275, 4081, 229, 'Aldershot', 512482700, -7638900, 0),
(38276, 4154, 229, 'Aldham', 520500000, 9833300, 0),
(38277, 4162, 229, 'Aldridge', 526054900, -19171500, 0),
(38278, 4132, 229, 'Aldwarke', 534472500, -13258800, 0),
(38279, 4165, 229, 'Aldworth', 515098100, -12011100, 0),
(38280, 4156, 229, 'Alfold', 510949000, -5177300, 0),
(38281, 4001, 229, 'Alford', 510883300, -25641700, 0),
(38282, 4057, 229, 'Alfreton', 530961000, -13883200, 0),
(38283, 4094, 229, 'Algarkirk', 528992200, -812800, 0),
(38284, 4089, 229, 'Alkham', 511351500, 12231700, 0),
(38285, 4052, 229, 'Allesley', 524260500, -15715700, 0),
(38286, 4056, 229, 'Allestree', 529447100, -14953300, 0),
(38287, 4098, 229, 'Allhallows', 514675000, 6413300, 0),
(38288, 4090, 229, 'Almondbury', 536363500, -17449800, 0),
(38289, 4144, 229, 'Almondsbury', 515540700, -25711400, 0),
(38290, 4117, 229, 'Alnwick', 554131800, -17056300, 0),
(38291, 4058, 229, 'Alphington', 506985300, -35316800, 0),
(38292, 4073, 229, 'Alresford', 518538900, 10020300, 0),
(38293, 4053, 229, 'Alston', 548090000, -24393100, 0),
(38294, 4092, 229, 'Altham', 537765400, -23732600, 0),
(38295, 4150, 229, 'Alton', 511493100, -9746900, 0),
(38296, 4160, 229, 'Altrincham', 533875200, -23484800, 0),
(38297, 4056, 229, 'Alvaston', 528917600, -14223900, 0),
(38298, 4138, 229, 'Alveley', 524570900, -23543400, 0),
(38299, 4081, 229, 'Alverstoke', 507884200, -11497100, 0),
(38300, 4121, 229, 'Alvescot', 517376900, -16061100, 0),
(38301, 4164, 229, 'Alveston', 515880600, -25313900, 0),
(38302, 4032, 229, 'Alwalton', 525484200, -3289100, 0),
(38303, 4053, 229, 'Ambleside', 544326100, -29616700, 0),
(38304, 4121, 229, 'Ambrosden', 518708700, -11212900, 0),
(38305, 4029, 229, 'Amersham', 516666700, -6166700, 0),
(38306, 4029, 229, 'Amersham on the Hill', 516746800, -6074200, 0),
(38307, 4169, 229, 'Amesbury', 511717200, -17789700, 0),
(38308, 4035, 229, 'Ampthill', 520269400, -4956700, 0),
(38309, 4037, 229, 'Anderton', 532666700, -25333300, 0),
(38310, 4081, 229, 'Andover', 512082800, -14824600, 0),
(38311, 4079, 229, 'Anerley', 514065400, -638900, 0),
(38312, 4168, 229, 'Angmering', 508293600, -4835700, 0),
(38313, 4043, 229, 'Anlaby', 537425200, -4052900, 0),
(38314, 4119, 229, 'Annesley', 530815700, -12437500, 0),
(38315, 4121, 229, 'Appleford', 516391700, -12407700, 0),
(38316, 4163, 229, 'Appleton', 517095100, -13613600, 0),
(38317, 4092, 229, 'Appley Bridge', 535778100, -27209000, 0),
(38318, 4084, 229, 'Apsley', 517364100, -4678000, 0),
(38319, 4170, 229, 'Arborfield', 514014300, -9200600, 0),
(38320, 4168, 229, 'Ardingly', 510486500, -771600, 0),
(38321, 4073, 229, 'Ardleigh', 519259800, 9854700, 0),
(38322, 4092, 229, 'Arkholme', 541432100, -26401400, 0),
(38323, 4060, 229, 'Arksey', 535539300, -11287100, 0),
(38324, 4078, 229, 'Arlington', 511500000, -39833300, 0),
(38325, 4109, 229, 'Arminghall', 525892700, 13244800, 0),
(38326, 4060, 229, 'Armthorpe', 535351800, -10534100, 0),
(38327, 4119, 229, 'Arnold', 530000000, -11333300, 0),
(38328, 4053, 229, 'Arnside', 542017900, -28337400, 0),
(38329, 4168, 229, 'Arun', 508234100, -5756900, 0),
(38330, 4133, 229, 'Ascot', 514108200, -6748000, 0),
(38331, 4138, 229, 'Ash', 512788300, 12797400, 0),
(38332, 4156, 229, 'Ash Vale', 512699700, -7211500, 0),
(38333, 4057, 229, 'Ashbourne', 530166700, -17333300, 0),
(38334, 4058, 229, 'Ashburton', 505155900, -37557200, 0),
(38335, 4094, 229, 'Ashby de la Launde', 530822300, -4280300, 0),
(38336, 4093, 229, 'Ashby de la Zouch', 527463200, -14732000, 0),
(38337, 4142, 229, 'Ashcott', 511292000, -28100800, 0),
(38338, 4073, 229, 'Ashen', 520517100, 5464800, 0),
(38339, 4154, 229, 'Ashfield', 522186800, 12347600, 0),
(38340, 4057, 229, 'Ashford', 511000000, -41000000, 0),
(38341, 4117, 229, 'Ashington', 509331200, -3908700, 0),
(38342, 4036, 229, 'Ashley', 510801500, -14603700, 0),
(38343, 4126, 229, 'Ashley Cross', 507237000, -19540200, 0),
(38344, 4057, 229, 'Ashover', 531657700, -14789800, 0),
(38345, 4156, 229, 'Ashtead', 513087300, -2997200, 0),
(38346, 4037, 229, 'Ashton', 506500000, -36166700, 0),
(38347, 4022, 229, 'Ashton in Makerfield', 534833300, -26500000, 0),
(38348, 4019, 229, 'Ashton-under-Lyne', 534887600, -20989000, 0),
(38349, 4168, 229, 'Ashurst', 509323600, -3237500, 0),
(38350, 4060, 229, 'Askern', 536163900, -11523700, 0),
(38351, 4053, 229, 'Askham', 532666700, -8833300, 0),
(38352, 4115, 229, 'Askrigg', 543148300, -20808200, 0),
(38353, 4053, 229, 'Aspatria', 547657400, -33278300, 0),
(38354, 4154, 229, 'Assington', 520084400, 8164800, 0),
(38355, 4022, 229, 'Astley', 523000000, -23166700, 0),
(38356, 4038, 229, 'Aston', 515512200, -8702800, 0),
(38357, 4084, 229, 'Aston End', 519019000, -1514000, 0),
(38358, 4172, 229, 'Astwood Bank', 522599300, -19375400, 0),
(38359, 4138, 229, 'Atcham', 526796400, -26797500, 0),
(38360, 4164, 229, 'Atherstone', 525753600, -15469300, 0),
(38361, 4022, 229, 'Atherton', 535237100, -24935400, 0),
(38362, 4136, 229, 'Attercliffe', 533923800, -14344400, 0),
(38363, 4109, 229, 'Attleborough', 525129300, -14548700, 0),
(38364, 4109, 229, 'Attlebridge', 527075200, 11514200, 0),
(38365, 4060, 229, 'Auckley', 535038600, -10217400, 0),
(38366, 4150, 229, 'Audley', 530500000, -23000000, 0),
(38367, 4069, 229, 'Aughton', 535333300, -29166700, 0),
(38368, 4020, 229, 'Aveley', 514998700, 2517400, 0),
(38369, 4142, 229, 'Axbridge', 512869400, -28169400, 0),
(38370, 4081, 229, 'Axford', 511865500, -11291900, 0),
(38371, 4058, 229, 'Axminster', 507825900, -29978700, 0),
(38372, 4029, 229, 'Aylesbury', 518166500, -8145800, 0),
(38373, 4089, 229, 'Aylesford', 513037400, 4793600, 0),
(38374, 4044, 229, 'Aylestone', 526042200, -11463100, 0),
(38375, 4109, 229, 'Aylsham', 527951200, 12517800, 0),
(38376, 4021, 229, 'Babbacombe', 504781900, -35176000, 0),
(38377, 4032, 229, 'Babraham', 521321200, 2096000, 0),
(38378, 4109, 229, 'Bacton', 519833300, -29166700, 0),
(38379, 4092, 229, 'Bacup', 537033600, -22007000, 0),
(38380, 4154, 229, 'Badingham', 522634600, 13780100, 0),
(38381, 4156, 229, 'Bagshot', 513606900, -6880200, 0),
(38382, 1030, 229, 'Baguley', 533946900, -22789600, 0),
(38383, 4025, 229, 'Baildon', 538471100, -17878500, 0),
(38384, 4115, 229, 'Bainbridge', 543072700, -21030900, 0),
(38385, 4079, 229, 'Baker Street', 515232200, -1577800, 0),
(38386, 4057, 229, 'Bakewell', 532133800, -16748100, 0),
(38387, 4168, 229, 'Balcombe', 510572600, -1345000, 0),
(38388, 4119, 229, 'Balderton', 530666700, -7833300, 0),
(38389, 4084, 229, 'Baldock', 519878100, -1883500, 0),
(38390, 4079, 229, 'Balham', 514469500, -1383600, 0),
(38391, 4138, 229, 'Ball', 528166700, -30333300, 0),
(38392, 4032, 229, 'Balsham', 521323800, 3158600, 0),
(38393, 4092, 229, 'Bamber Bridge', 537319900, -26596700, 0),
(38394, 4121, 229, 'Banbury', 520602000, -13402900, 0),
(38395, 4120, 229, 'Banks', 536833300, -29166700, 0),
(38396, 4156, 229, 'Banstead', 513250300, -1956900, 0),
(38397, 4114, 229, 'Banwell', 513289400, -28691400, 0),
(38398, 4066, 229, 'Bar Hill', 522489900, 288300, 0),
(38399, 4079, 229, 'Barbican', 515198800, -944600, 0),
(38400, 4116, 229, 'Barby', 523284400, -12051000, 0),
(38401, 4164, 229, 'Barcheston', 520569200, -16081200, 0),
(38402, 4094, 229, 'Bardney', 532100500, -3237100, 0),
(38403, 4164, 229, 'Barford', 522446700, -16069200, 0),
(38404, 4089, 229, 'Barham', 512057000, 11573400, 0),
(38405, 4170, 229, 'Barkham', 513980500, -8759000, 0),
(38406, 4154, 229, 'Barking', 515333300, 833300, 0),
(38407, 4079, 229, 'Barkingside', 515876800, 815200, 0),
(38408, 4084, 229, 'Barkway', 520020000, 154100, 0),
(38409, 4057, 229, 'Barlborough', 532879500, -12881500, 0),
(38410, 4115, 229, 'Barlby', 537996400, -10406100, 0),
(38411, 4084, 229, 'Barley', 520262000, 386200, 0),
(38412, 4115, 229, 'Barlow', 532666700, -14833300, 0),
(38413, 4049, 229, 'Barnard Castle', 545415000, -19190000, 0),
(38414, 4060, 229, 'Barnby Dun', 535774900, -10686300, 0),
(38415, 4079, 229, 'Barnes', 514735200, -2483900, 0),
(38416, 4079, 229, 'Barnet', 516500000, -2000000, 0),
(38417, 4113, 229, 'Barnetby le Wold', 535748000, -4060700, 0),
(38418, 4049, 229, 'Barningham', 523532700, 8891200, 0),
(38419, 4092, 229, 'Barnoldswick', 539171100, -21870500, 0),
(38420, 4079, 229, 'Barnsbury', 515406700, -1167500, 0),
(38421, 4005, 229, 'Barnsley', 517333300, -18833300, 0),
(38422, 4058, 229, 'Barnstaple', 510802200, -40580800, 0),
(38423, 4073, 229, 'Barnston', 518544400, 3847400, 0),
(38424, 4172, 229, 'Barnt Green', 523590200, -20071500, 0),
(38425, 4116, 229, 'Barnwell', 524500000, -4500000, 0),
(38426, 4078, 229, 'Barnwood', 518639300, -22008700, 0),
(38427, 4079, 229, 'Barons Court', 514910900, -2120400, 0),
(38428, 4154, 229, 'Barrow', 522413100, 5836500, 0),
(38429, 4053, 229, 'Barrow in Furness', 541166700, -32333300, 0),
(38430, 4093, 229, 'Barrow upon Soar', 527517800, -11460100, 0),
(38431, 4116, 229, 'Barrowden', 525903000, -6023600, 0),
(38432, 4092, 229, 'Barrowford', 538465000, -22183800, 0),
(38433, 4038, 229, 'Bartley Green', 524353200, -19970700, 0),
(38434, 4115, 229, 'Barton', 519166700, -18500000, 0),
(38435, 4154, 229, 'Barton Mills', 523354500, 5211500, 0),
(38436, 4081, 229, 'Barton on Sea', 507397700, -16750700, 0),
(38437, 4113, 229, 'Barton upon Humber', 536800400, -4376500, 0),
(38438, 4040, 229, 'Barton upon Irwell', 534833300, -23500000, 0),
(38439, 4093, 229, 'Barwell', 525682200, -13445400, 0),
(38440, 4119, 229, 'Basford', 529666700, -11833300, 0),
(38441, 4073, 229, 'Basildon', 515000000, -11166700, 0),
(38443, 4081, 229, 'Basingstoke', 512624900, -10870800, 0),
(38444, 4147, 229, 'Bassett', 509463300, -14055200, 0),
(38445, 4094, 229, 'Bassingham', 531288100, -6376500, 0),
(38446, 4094, 229, 'Baston', 527131100, -3517300, 0),
(38447, 4006, 229, 'Bath', 513779500, -23590700, 0),
(38448, 4006, 229, 'Bathampton', 513934400, -23241300, 0),
(38449, 4090, 229, 'Batley', 537029100, -16337000, 0),
(38450, 4090, 229, 'Batley Carr', 537015100, -16380400, 0),
(38451, 4079, 229, 'Battersea', 514747500, -1554700, 0),
(38452, 4070, 229, 'Battle', 509173200, 4841700, 0),
(38453, 4138, 229, 'Battlefield', 527532300, -27180400, 0),
(38454, 4154, 229, 'Bawdsey', 520090800, 14185200, 0),
(38455, 4060, 229, 'Bawtry', 534314600, -10187800, 0),
(38456, 4092, 229, 'Baxenden', 537357700, -23477000, 0),
(38457, 4138, 229, 'Bayston Hill', 526763800, -27721600, 0),
(38458, 4079, 229, 'Bayswater', 515111600, -1842600, 0),
(38459, 4029, 229, 'Beaconsfield', 516121900, -6473200, 0),
(38460, 4117, 229, 'Beal', 556720700, -19164300, 0),
(38461, 4061, 229, 'Beaminster', 508090000, -27391000, 0),
(38462, 4089, 229, 'Bearsted', 512708700, 5747900, 0),
(38463, 4053, 229, 'Beaumont', 549223100, -30209000, 0),
(38464, 4100, 229, 'Bebington', 533500000, -30166700, 0),
(38465, 4154, 229, 'Beccles', 524535000, 15640100, 0),
(38466, 4079, 229, 'Beckenham', 514087800, -252600, 0),
(38467, 4053, 229, 'Beckfoot', 543833300, -32833300, 0),
(38468, 4142, 229, 'Beckington', 512644400, -22872200, 0),
(38469, 4079, 229, 'Beckton', 515152800, 565900, 0),
(38470, 4079, 229, 'Becontree', 515529000, 1290000, 0),
(38471, 4079, 229, 'Becontree Heath', 515460900, 1389000, 0),
(38472, 4115, 229, 'Bedale', 542881100, -15918100, 0),
(38473, 4079, 229, 'Beddington Corner', 513839500, -1576900, 0),
(38474, 4007, 229, 'Bedford', 521345900, -4663200, 0),
(38475, 4117, 229, 'Bedlington', 551306100, -15931900, 0),
(38476, 4028, 229, 'Bedminster', 514383800, -26000700, 0),
(38477, 4150, 229, 'Bednall', 527581600, -20678500, 0),
(38478, 4164, 229, 'Bedworth', 524791000, -14690900, 0),
(38479, 4039, 229, 'Beecroft Hill', 538112000, -16408000, 0),
(38480, 4165, 229, 'Beenham', 514162400, -11477500, 0),
(38481, 4058, 229, 'Beer', 507000000, -31000000, 0),
(38482, 4039, 229, 'Beeston', 527000000, 8166700, 0),
(38483, 4039, 229, 'Beeston Hill', 537776700, -15554000, 0),
(38484, 4039, 229, 'Beeston Park', 537497800, -15574000, 0),
(38485, 4053, 229, 'Beetham', 542000000, -27666700, 0),
(38486, 4136, 229, 'Beighton', 533333300, -13333300, 0),
(38487, 4089, 229, 'Bekesbourne', 512558700, 11371300, 0),
(38488, 4172, 229, 'Belbroughton', 523917700, -21188400, 0),
(38489, 4093, 229, 'Belgrave', 526500000, -11166700, 0),
(38490, 4079, 229, 'Belgravia', 514911000, -1493400, 0),
(38491, 4039, 229, 'Belle Isle', 537647500, -15303600, 0),
(38492, 4053, 229, 'Belle Vue', 548833300, -29833300, 0),
(38493, 4117, 229, 'Bellingham', 551446400, -22538300, 0),
(38494, 4137, 229, 'Belmont', 520427200, -27416900, 0),
(38495, 4057, 229, 'Belper', 530233000, -14811900, 0),
(38496, 4079, 229, 'Belsize Park', 515476700, -1722800, 0),
(38497, 4089, 229, 'Beltinge', 513707400, 11568000, 0),
(38498, 4113, 229, 'Belton', 525679000, 16597900, 0),
(38499, 4079, 229, 'Belvedere', 514911400, 1513600, 0),
(38500, 4172, 229, 'Bengeworth', 520902800, -19345700, 0),
(38501, 4121, 229, 'Benson', 516207300, -11097900, 0),
(38502, 4069, 229, 'Bentley', 511920400, -8750400, 0),
(38503, 4107, 229, 'Benwell', 549729600, -16692600, 0),
(38504, 4172, 229, 'Beoley', 523238200, -18960800, 0),
(38505, 4078, 229, 'Berkeley', 516911100, -24591700, 0),
(38506, 4084, 229, 'Berkhamsted', 517604000, -5652800, 0),
(38507, 4142, 229, 'Berkley', 512437200, -22737900, 0),
(38508, 4141, 229, 'Berkswell', 524090200, -16422000, 0),
(38509, 4079, 229, 'Bermondsey', 514979400, -660700, 0),
(38510, 4084, 229, 'Bernards Heath', 517608700, -3336900, 0),
(38511, 4138, 229, 'Berrington', 523000000, -26333300, 0),
(38512, 4142, 229, 'Berrow', 512647200, -30086100, 0),
(38513, 4168, 229, 'Bersted', 507966000, -6888800, 0),
(38514, 4162, 229, 'Bescot', 525649300, -19925200, 0),
(38515, 4119, 229, 'Besthorpe', 525166700, 10333300, 0),
(38516, 4156, 229, 'Betchworth', 512337400, -2665500, 0),
(38517, 4079, 229, 'Bethnal Green', 515271800, -610900, 0),
(38518, 4027, 229, 'Bevendean', 508441000, -1113200, 0),
(38519, 4069, 229, 'Beverley', 538458700, -4233200, 0),
(38520, 4168, 229, 'Bewbush', 511032900, -2231200, 0),
(38521, 4172, 229, 'Bewdley', 523753900, -23171700, 0),
(38522, 4070, 229, 'Bexhill-on-Sea', 508502300, 4709500, 0),
(38523, 4079, 229, 'Bexley', 514416200, 1486600, 0),
(38524, 4079, 229, 'Bexleyheath', 514629100, 1394300, 0),
(38525, 4121, 229, 'Bicester', 518999800, -11535700, 0),
(38526, 4022, 229, 'Bickershaw', 535135800, -25693700, 0),
(38527, 4058, 229, 'Bickleigh', 504419800, -40827900, 0),
(38528, 4037, 229, 'Bickley', 514013500, 458300, 0),
(38529, 4138, 229, 'Bicton', 527333300, -28166700, 0),
(38530, 4150, 229, 'Biddulph', 531172400, -21758400, 0),
(38531, 4058, 229, 'Bideford', 510178700, -42045800, 0),
(38532, 4164, 229, 'Bidford-on-avon', 521672500, -18565200, 0),
(38533, 4100, 229, 'Bidston', 534009200, -30728600, 0),
(38534, 4025, 229, 'Bierley', 537666700, -17333300, 0),
(38535, 4029, 229, 'Bierton', 518305000, -7873700, 0),
(38536, 4058, 229, 'Bigbury on Sea', 502840200, -38939700, 0),
(38537, 4079, 229, 'Biggin Hill', 514162900, -1094700, 0),
(38538, 4035, 229, 'Biggleswade', 520865200, -2649300, 0),
(38539, 4073, 229, 'Billericay', 516286700, 4196300, 0),
(38540, 4149, 229, 'Billinge', 534979500, -27081000, 0),
(38541, 4152, 229, 'Billingham', 546082800, -12921400, 0),
(38542, 4168, 229, 'Billingshurst', 510192100, -4541300, 0),
(38543, 4035, 229, 'Billington', 518966200, -6344600, 0),
(38544, 4119, 229, 'Bilsthorpe', 531402400, -10339200, 0),
(38545, 4171, 229, 'Bilston', 525666700, -20666700, 0),
(38546, 4115, 229, 'Bilton', 523500000, -12833300, 0),
(38547, 4142, 229, 'Binegar', 512425000, -25394400, 0),
(38548, 4024, 229, 'Binfield', 514315900, -7881000, 0),
(38549, 4119, 229, 'Bingham', 529497800, -9590700, 0),
(38550, 4025, 229, 'Bingley', 538486100, -18385700, 0),
(38551, 4164, 229, 'Binton', 521833400, -17895300, 0),
(38552, 4109, 229, 'Bircham Newton', 528735800, 6600700, 0),
(38553, 4073, 229, 'Birchanger', 518837000, 1915700, 0),
(38554, 4162, 229, 'Birchills', 525933100, -19940700, 0),
(38555, 4089, 229, 'Birchington-on-Sea', 513757500, 13048000, 0),
(38556, 4119, 229, 'Bircotes', 534193300, -10490500, 0),
(38557, 4168, 229, 'Birdham', 507960600, -8306700, 0),
(38558, 4005, 229, 'Birdwell', 535139800, -14792900, 0),
(38559, 4100, 229, 'Birkenhead', 533933700, -30147900, 0),
(38560, 4038, 229, 'Birmingham', 524814200, -18998300, 0),
(38561, 4090, 229, 'Birstall', 526666700, -11166700, 0),
(38562, 4117, 229, 'Birtley', 548833300, -15666700, 0),
(38563, 4049, 229, 'Bishop Auckland', 546555400, -16770600, 0),
(38564, 4164, 229, 'Bishops Itchington', 522158100, -14330300, 0),
(38565, 4084, 229, 'Bishops Stortford', 518711300, 1586800, 0),
(38566, 4081, 229, 'Bishops Waltham', 509500000, -12166700, 0),
(38567, 4058, 229, 'Bishopsteignton', 505519300, -35385200, 0),
(38568, 4081, 229, 'Bishopstoke', 509664300, -13283200, 0),
(38569, 4018, 229, 'Bishopstone', 507899900, 885800, 0),
(38570, 4078, 229, 'Bisley', 513264300, -6392700, 0),
(38571, 4009, 229, 'Bispham', 538525100, -30363100, 0),
(38572, 4081, 229, 'Bitterne', 509146400, -13586600, 0),
(38573, 4093, 229, 'Bitteswell', 524680300, -12116600, 0),
(38574, 4049, 229, 'Black Hill', 548500000, -18500000, 0),
(38575, 4058, 229, 'Black Torrington', 508293400, -41812700, 0),
(38576, 4001, 229, 'Blackburn', 534333300, -13666700, 0),
(38577, 4081, 229, 'Blackbushe', 513166700, -8333300, 0),
(38578, 4049, 229, 'Blackhall Colliery', 547484100, -12946800, 0),
(38579, 4079, 229, 'Blackheath', 512055400, -5254600, 0),
(38580, 1030, 229, 'Blackley', 535176500, -22144300, 0),
(38581, 4009, 229, 'Blackpool', 538166700, -30500000, 0),
(38582, 4011, 229, 'Blackrod', 535922900, -25802600, 0),
(38583, 4079, 229, 'Blackwall', 515097100, -16000, 0),
(38584, 4081, 229, 'Blackwater', 506666700, -12833300, 0),
(38585, 4057, 229, 'Blackwell', 531166700, -13333300, 0),
(38586, 4037, 229, 'Blacon', 532083200, -29253000, 0),
(38587, 4121, 229, 'Bladon', 518292000, -13513200, 0),
(38588, 4114, 229, 'Blagdon', 513268800, -27173100, 0),
(38589, 4109, 229, 'Blakeney', 517666700, -24666700, 0),
(38590, 4061, 229, 'Blandford Forum', 508607300, -21617400, 0),
(38591, 4089, 229, 'Blean', 513067900, 10430100, 0),
(38592, 4121, 229, 'Bletchingdon', 518545500, -12721000, 0),
(38593, 4156, 229, 'Bletchingley', 512405900, -1003800, 0),
(38594, 4103, 229, 'Bletchley', 519933400, -7347100, 0),
(38595, 4116, 229, 'Blisworth', 521749800, -9413100, 0),
(38596, 4079, 229, 'Bloomsbury', 515222800, -1225200, 0),
(38597, 4121, 229, 'Bloxham', 520181200, -13752700, 0),
(38598, 4162, 229, 'Bloxwich', 526180600, -20043100, 0),
(38599, 4135, 229, 'Blundellsands', 534893000, -30464100, 0),
(38600, 4018, 229, 'Blunsdon Saint Andrew', 516000000, -18000000, 0),
(38601, 4117, 229, 'Blyth', 533786200, -10625000, 0),
(38602, 4073, 229, 'Bocking Churchstreet', 519000000, 5500000, 0),
(38603, 4070, 229, 'Bodiam', 510062500, 5380600, 0),
(38604, 4048, 229, 'Bodmin', 504715100, -47243000, 0),
(38605, 4168, 229, 'Bognor Regis', 507820600, -6797800, 0),
(38606, 4149, 229, 'Bold Heath', 533971500, -26981700, 0),
(38607, 4146, 229, 'Boldon Colliery', 549502700, -14689900, 0),
(38608, 4036, 229, 'Bollington', 532944600, -21096300, 0),
(38609, 4168, 229, 'Bolney', 509953400, -2030300, 0),
(38610, 4057, 229, 'Bolsover', 532284600, -12920400, 0),
(38611, 4067, 229, 'Bolton', 535833300, -24333300, 0),
(38612, 4129, 229, 'Boosbeck', 545426500, -9813900, 0),
(38613, 4053, 229, 'Bootle', 534666700, -30166700, 0),
(38614, 4038, 229, 'Bordesley', 524833300, -18500000, 0),
(38615, 4081, 229, 'Bordon', 511135700, -8624500, 0),
(38616, 4073, 229, 'Boreham', 511994400, -21655600, 0),
(38617, 4084, 229, 'Borehamwood', 516546800, -2776200, 0),
(38618, 4073, 229, 'Borley', 520542400, 6921500, 0),
(38619, 4115, 229, 'Boroughbridge', 540895000, -14011000, 0),
(38620, 4057, 229, 'Borrowash', 529067300, -13841100, 0),
(38621, 4098, 229, 'Borstal', 513739300, 4883200, 0),
(38622, 4092, 229, 'Borwick', 541513400, -27276900, 0),
(38623, 4169, 229, 'Boscombe', 507252100, -18419300, 0),
(38624, 4094, 229, 'Boston', 529763300, -266400, 0),
(38625, 4039, 229, 'Boston Spa', 539041900, -13452300, 0),
(38626, 4113, 229, 'Bottesford', 529500000, -8000000, 0),
(38627, 4119, 229, 'Boughton', 522833300, -9000000, 0),
(38628, 4089, 229, 'Boughton Monchelsea', 512292200, 5326700, 0),
(38629, 4032, 229, 'Bourn', 521924600, -640300, 0),
(38630, 4094, 229, 'Bourne', 527666700, -3833300, 0),
(38631, 4084, 229, 'Bourne End', 515762200, -7129100, 0),
(38632, 4023, 229, 'Bournemouth', 507204800, -18795000, 0),
(38633, 4038, 229, 'Bournville', 524166700, -19166700, 0),
(38634, 4029, 229, 'Boveney', 514922900, -6526600, 0),
(38635, 4058, 229, 'Bovey Tracey', 505925900, -36754300, 0),
(38636, 4079, 229, 'Bow', 508000000, -38166700, 0),
(38637, 4160, 229, 'Bowdon', 533764400, -23653200, 0),
(38638, 4073, 229, 'Bowers Gifford', 515662400, 5248500, 0),
(38639, 4049, 229, 'Bowes', 545164000, -20159900, 0),
(38640, 4109, 229, 'Bowthorpe', 526388400, 12188500, 0),
(38641, 4169, 229, 'Box', 514147200, -22455600, 0),
(38642, 4154, 229, 'Boxford', 514416200, -13840600, 0),
(38643, 4156, 229, 'Boxgrove Park', 512470900, -5485000, 0),
(38644, 4116, 229, 'Bozeat', 522227000, -6732600, 0),
(38645, 4094, 229, 'Bracebridge Heath', 531964700, -5342100, 0),
(38646, 4085, 229, 'Brackley', 520333300, -11500000, 0),
(38647, 4024, 229, 'Bracknell', 514136300, -7505400, 0),
(38648, 4025, 229, 'Bradford', 510000000, -31833300, 0),
(38649, 4061, 229, 'Bradford Abbas', 509264300, -25875100, 0),
(38650, 4169, 229, 'Bradford-on-Avon', 513477200, -22506500, 0),
(38651, 4115, 229, 'Bradley', 511713300, -10940800, 0),
(38652, 4012, 229, 'Bradley Fold', 535730100, -23669800, 0),
(38653, 4011, 229, 'Bradshaw', 536000000, -24000000, 0),
(38654, 4073, 229, 'Braintree', 518781900, 5529200, 0),
(38655, 4119, 229, 'Bramcote', 529333300, -12500000, 0),
(38656, 4154, 229, 'Bramford', 520763100, 10968700, 0),
(38657, 4017, 229, 'Bramhall', 533580100, -21653900, 0),
(38658, 4039, 229, 'Bramhope', 538848900, -16164100, 0),
(38659, 4039, 229, 'Bramley', 511945100, -5592700, 0),
(38660, 4053, 229, 'Brampton', 523203900, -2200700, 0),
(38661, 4109, 229, 'Brancaster', 529632700, 6403000, 0),
(38662, 4069, 229, 'Brandesburton', 539111000, -3012200, 0),
(38663, 4049, 229, 'Brandon', 523819900, -13995600, 0),
(38664, 4115, 229, 'Brandsby', 541434700, -11000800, 0),
(38665, 4126, 229, 'Branksome', 507321000, -19234400, 0),
(38666, 4093, 229, 'Braunstone', 526183500, -11790400, 0),
(38667, 4058, 229, 'Braunton', 511084700, -41613100, 0),
(38668, 4133, 229, 'Bray', 515034000, -6876800, 0),
(38669, 4115, 229, 'Brayton', 537651000, -10892100, 0),
(38670, 4057, 229, 'Breadsall', 529536100, -14507100, 0),
(38671, 4017, 229, 'Bredbury', 534166700, -21166700, 0),
(38672, 4089, 229, 'Bredhurst', 513309900, 5760500, 0),
(38673, 4172, 229, 'Bredon', 520304600, -21100000, 0),
(38674, 4079, 229, 'Brent', 515530600, -3023000, 0),
(38675, 4142, 229, 'Brent Knoll', 512521900, -29574400, 0),
(38676, 4079, 229, 'Brentford', 514861900, -3083000, 0),
(38677, 4073, 229, 'Brentwood', 516212700, 3055600, 0),
(38678, 4062, 229, 'Brettell Lane', 524833300, -21333300, 0),
(38679, 4041, 229, 'Bretton Country Park', 536128800, -15707900, 0),
(38680, 4150, 229, 'Brewood', 526771200, -21741400, 0),
(38681, 4079, 229, 'Brick Lane', 515219400, -716700, 0),
(38682, 4089, 229, 'Bridge', 512451300, 11264000, 0),
(38683, 4058, 229, 'Bridgerule', 507992300, -44527000, 0),
(38684, 4138, 229, 'Bridgnorth', 525366100, -24203300, 0),
(38685, 4142, 229, 'Bridgwater', 511283700, -30035600, 0),
(38686, 4069, 229, 'Bridlington', 540830600, -1919200, 0),
(38687, 4061, 229, 'Bridport', 507338000, -27583100, 0),
(38688, 4092, 229, 'Brierfield', 538246800, -22341500, 0),
(38689, 4062, 229, 'Brierley Hill', 524817300, -21213900, 0),
(38690, 4113, 229, 'Brigg', 535520100, -4921400, 0),
(38691, 4053, 229, 'Brigham', 539666700, -3500000, 0),
(38692, 4031, 229, 'Brighouse', 537032200, -17842800, 0),
(38693, 4073, 229, 'Brightlingsea', 518116400, 10233600, 0),
(38694, 4027, 229, 'Brighton', 508283800, -1394700, 0),
(38695, 4027, 229, 'Brighton Marina village', 508117100, -977600, 0),
(38696, 4165, 229, 'Brightwalton', 515107200, -13877100, 0),
(38697, 4111, 229, 'Brigsley', 535009000, -1102600, 0),
(38698, 4057, 229, 'Brimington', 532574100, -13933800, 0),
(38699, 4136, 229, 'Brincliffe', 533634700, -15045800, 0),
(38700, 4169, 229, 'Brinkworth', 515589300, -19822100, 0),
(38701, 4119, 229, 'Brinsley', 530346100, -13127400, 0),
(38702, 4028, 229, 'Brislington', 514335100, -25472100, 0),
(38703, 4028, 229, 'Bristol', 514552300, -25966500, 0),
(38704, 4079, 229, 'Brixton Hill', 514521300, -1230000, 0),
(38705, 4116, 229, 'Brixworth', 523291200, -9035000, 0),
(38706, 4018, 229, 'Broad Blunsdon', 516133900, -17787000, 0),
(38707, 4168, 229, 'Broadfield', 510971400, -2066400, 0),
(38708, 4160, 229, 'Broadheath', 534000000, -23500000, 0),
(38709, 4061, 229, 'Broadmayne', 506779600, -23835400, 0),
(38710, 4089, 229, 'Broadstairs', 513590800, 14393800, 0),
(38711, 4061, 229, 'Broadstone', 507500000, -19833300, 0),
(38712, 4168, 229, 'Broadwater', 508166700, -3666700, 0),
(38713, 4081, 229, 'Brockenhurst', 508193600, -15730300, 0),
(38714, 4090, 229, 'Brockholes', 535952700, -17730200, 0),
(38715, 4081, 229, 'Brockhurst', 508000000, -11500000, 0),
(38716, 4078, 229, 'Brockworth', 518456600, -21599700, 0),
(38717, 4100, 229, 'Bromborough', 533485000, -29793500, 0),
(38718, 4053, 229, 'Bromfield', 512436500, 6346300, 0),
(38719, 4079, 229, 'Bromley', 514060600, 151900, 0),
(38720, 4011, 229, 'Bromley Cross', 536138500, -24110300, 0),
(38721, 4115, 229, 'Brompton', 514000000, 5333300, 0),
(38722, 4078, 229, 'Bromsberrow', 520000000, -23833300, 0),
(38723, 4172, 229, 'Bromsgrove', 523357400, -20598300, 0),
(38724, 4089, 229, 'Brook', 506520200, -14502000, 0),
(38725, 4079, 229, 'Brook green', 515019400, -2183700, 0),
(38726, 4059, 229, 'Brooke', 525500000, 13833300, 0),
(38727, 4089, 229, 'Brookland', 509993900, 8379700, 0),
(38728, 4073, 229, 'Broomfield', 510825000, -31102800, 0),
(38729, 4117, 229, 'Broomhill', 552932400, -16016900, 0),
(38730, 4138, 229, 'Broseley', 526132100, -24826900, 0),
(38731, 4085, 229, 'Brough', 537000000, -5833300, 0),
(38732, 4092, 229, 'Brown Moss Side', 537500000, -29500000, 0),
(38733, 4162, 229, 'Brownhills', 526333300, -19333300, 0),
(38734, 4084, 229, 'Broxbourne', 517471200, -192300, 0),
(38735, 4113, 229, 'Brumby', 535666700, -6500000, 0),
(38736, 4142, 229, 'Bruton', 511125000, -24527800, 0),
(38737, 4022, 229, 'Bryn', 535000000, -26500000, 0),
(38738, 4073, 229, 'Buckhurst Hill', 516240900, 326200, 0),
(38739, 4029, 229, 'Buckingham', 519996800, -9877900, 0),
(38740, 4078, 229, 'Buckland', 508116300, -10750300, 0),
(38741, 4093, 229, 'Buckminster', 527951100, -6982400, 0),
(38742, 4094, 229, 'Bucknall', 530166700, -21333300, 0),
(38743, 4048, 229, 'Bude', 508243500, -45413000, 0),
(38744, 4169, 229, 'Bulford', 511893000, -17600900, 0),
(38745, 4115, 229, 'Bulmer', 520176900, 6928300, 0),
(38746, 4118, 229, 'Bulwell', 529989000, -11971100, 0),
(38747, 4154, 229, 'Bungay', 524543400, 14381800, 0),
(38748, 4084, 229, 'Buntingford', 519461200, -184100, 0),
(38749, 4109, 229, 'Bunwell', 525015800, 11155200, 0),
(38750, 4121, 229, 'Burford', 518091500, -16362800, 0),
(38751, 4168, 229, 'Burgess Hill', 509584300, -1328700, 0),
(38752, 4053, 229, 'Burgh by Sands', 549218100, -30567100, 0),
(38753, 4165, 229, 'Burghfield', 514113100, -10424100, 0),
(38754, 4115, 229, 'Burn', 537493500, -11012300, 0),
(38755, 1030, 229, 'Burnage', 534326500, -21996700, 0),
(38756, 4006, 229, 'Burnett', 513858900, -24833100, 0),
(38757, 4029, 229, 'Burnham', 515353400, -6657900, 0),
(38758, 4142, 229, 'Burnham-on-Sea', 512386200, -29978000, 0),
(38759, 4115, 229, 'Burniston', 543238500, -4481300, 0),
(38760, 4092, 229, 'Burnley', 538000000, -22333300, 0),
(38761, 4079, 229, 'Burnt Oak', 516021300, -2664200, 0),
(38762, 4150, 229, 'Burntwood', 526807500, -19275900, 0),
(38763, 4092, 229, 'Burscough', 535964000, -28397200, 0),
(38764, 4081, 229, 'Bursledon', 508865800, -13159600, 0),
(38765, 4168, 229, 'Burstow', 511563100, -1246300, 0),
(38766, 4069, 229, 'Burstwick', 537321100, -1395600, 0),
(38767, 4094, 229, 'Burton', 507507900, -17650200, 0),
(38768, 4116, 229, 'Burton Latimer', 523636800, -6785300, 0),
(38769, 4115, 229, 'Burton Leonard', 540691000, -15011600, 0),
(38770, 4115, 229, 'Burton Salmon', 537408400, -12568200, 0),
(38771, 4093, 229, 'Burton on the Wolds', 527857400, -11298800, 0),
(38772, 4150, 229, 'Burton upon Trent', 528072800, -16426300, 0),
(38773, 4163, 229, 'Burtonwood', 534294800, -26585200, 0),
(38774, 4070, 229, 'Burwash', 509975500, 3850400, 0),
(38775, 4012, 229, 'Bury', 509093900, -5632200, 0),
(38776, 4154, 229, 'Bury St Edmunds', 522463000, 7111100, 0),
(38777, 4171, 229, 'Bushbury', 526204100, -21145100, 0),
(38778, 4084, 229, 'Bushey', 516431600, -3605300, 0),
(38779, 4156, 229, 'Bushy Hill', 512499000, -5357400, 0),
(38780, 4025, 229, 'Buttershaw', 537612000, -17973600, 0),
(38781, 4070, 229, 'Buxted', 509900300, 1344100, 0),
(38782, 4057, 229, 'Buxton', 527525500, 12998200, 0),
(38783, 4049, 229, 'Byers Green', 546998100, -16534800, 0),
(38784, 4156, 229, 'Byfleet', 513388400, -4739600, 0),
(38785, 4083, 229, 'Byford', 520854200, -28876900, 0),
(38786, 4058, 229, 'Cadbury', 508333300, -35500000, 0),
(38787, 4035, 229, 'Caddington', 518662100, -4567900, 0),
(38788, 4081, 229, 'Cadnam', 509204700, -15797000, 0),
(38789, 4109, 229, 'Caister-on-Sea', 526480900, 17264800, 0),
(38790, 4165, 229, 'Calcot', 514405800, -10509100, 0),
(38791, 4164, 229, 'Caldecote', 516333300, -3333300, 0),
(38792, 4059, 229, 'Caldecott', 525166700, -7166700, 0),
(38793, 4031, 229, 'Calderdale', 537200000, -19700000, 0),
(38794, 4048, 229, 'Callington', 505014700, -43131400, 0),
(38795, 4169, 229, 'Calne', 514387900, -20057100, 0),
(38796, 4057, 229, 'Calow', 532353200, -13789600, 0),
(38797, 4081, 229, 'Calshot', 508097300, -13209300, 0),
(38798, 4053, 229, 'Calthwaite', 547534700, -28274800, 0),
(38799, 4078, 229, 'Cam', 516956800, -23570300, 0),
(38800, 4156, 229, 'Camberley', 513370500, -7426100, 0),
(38801, 4079, 229, 'Camberwell', 514739000, -938100, 0),
(38802, 4115, 229, 'Camblesforth', 537268000, -10199800, 0),
(38803, 4048, 229, 'Camborne', 502130600, -52973100, 0),
(38804, 4032, 229, 'Cambridge', 517333300, -23666700, 0),
(38805, 4079, 229, 'Camden Town', 515405700, -1433400, 0),
(38806, 4048, 229, 'Camelford', 506218500, -46796300, 0),
(38807, 4053, 229, 'Camerton', 513161100, -24561100, 0),
(38808, 4079, 229, 'Canary Wharf', 515051900, -208500, 0),
(38809, 4126, 229, 'Canford Heath', 507510000, -19686200, 0),
(38810, 4126, 229, 'Canford Magna', 507840900, -19555500, 0),
(38811, 4132, 229, 'Canklow', 534181200, -13608900, 0),
(38812, 4052, 229, 'Canley', 523916300, -15588600, 0),
(38813, 4150, 229, 'Cannock', 526904500, -20308500, 0),
(38814, 4079, 229, 'Canons Park', 516074600, -2954100, 0),
(38815, 4089, 229, 'Canterbury', 512790400, 10799200, 0),
(38816, 4073, 229, 'Canvey Island', 515219900, 5809000, 0),
(38817, 4154, 229, 'Capel Saint Mary', 520036900, 10448200, 0),
(38818, 4037, 229, 'Capenhurst', 532574000, -29511600, 0),
(38819, 4060, 229, 'Carcroft', 535828200, -11764800, 0),
(38820, 4101, 229, 'Cargo Fleet', 545741500, -11921900, 0),
(38821, 4087, 229, 'Carisbrooke', 506927600, -13175000, 0),
(38822, 4005, 229, 'Carlecotes', 535280300, -17339500, 0),
(38823, 4063, 229, 'Carleton', 536755100, -12924400, 0),
(38824, 4053, 229, 'Carlisle', 548951000, -29382000, 0),
(38825, 4152, 229, 'Carlton', 521880100, -6070400, 0),
(38826, 4154, 229, 'Carlton Colville', 524520900, 16937000, 0),
(38827, 4048, 229, 'Carlyon Bay', 503378700, -47386100, 0),
(38828, 4092, 229, 'Carnforth', 541166700, -27666700, 0),
(38829, 4079, 229, 'Carshalton', 513682900, -1675500, 0),
(38830, 4121, 229, 'Carterton', 517590500, -15943500, 0),
(38831, 4079, 229, 'Castelnau', 514856600, -2320900, 0),
(38832, 4053, 229, 'Casterton', 526714900, -5191000, 0),
(38833, 4141, 229, 'Castle Bromwich', 525018500, -17825900, 0),
(38834, 4032, 229, 'Castle Camps', 520633400, 3798900, 0),
(38835, 4142, 229, 'Castle Cary', 510900000, -25141700, 0),
(38836, 4093, 229, 'Castle Donington', 528429100, -13418800, 0),
(38837, 4049, 229, 'Castle Eden', 547318800, -13448000, 0),
(38838, 4115, 229, 'Castle Howard', 541216100, -9059400, 0),
(38839, 4041, 229, 'Castleford', 537258700, -13625600, 0),
(38840, 4085, 229, 'Castletown', 505666700, -24500000, 0),
(38841, 4132, 229, 'Catcliffe', 533931600, -13620700, 0),
(38842, 4156, 229, 'Caterham', 512823000, -788900, 0),
(38843, 4109, 229, 'Catfield', 527397200, 15348200, 0),
(38844, 4079, 229, 'Catford', 514449100, -204300, 0),
(38845, 4092, 229, 'Catterall', 538796500, -27647800, 0),
(38846, 4154, 229, 'Cavendish', 520872100, 6335200, 0),
(38847, 4128, 229, 'Caversham', 514682000, -9720500, 0),
(38848, 4150, 229, 'Caverswall', 529836900, -20744000, 0),
(38849, 4109, 229, 'Cawston', 527666700, 11666700, 0),
(38850, 4032, 229, 'Caxton', 522057500, -925500, 0),
(38851, 4115, 229, 'Cayton', 542353400, -3828000, 0),
(38852, 4056, 229, 'Chaddesden', 529295100, -14342200, 0),
(38853, 4164, 229, 'Chadshunt', 521729100, -14933300, 0),
(38854, 4079, 229, 'Chadwell Heath', 515712100, 1327100, 0),
(38855, 4020, 229, 'Chadwell St Mary', 515085300, -1257400, 0),
(38856, 4020, 229, 'Chafford Hundred', 514892000, 2944000, 0),
(38857, 4061, 229, 'Chalbury', 508617000, -19748000, 0),
(38858, 4029, 229, 'Chalfont Saint Peter', 516088500, -5561800, 0),
(38859, 4078, 229, 'Chalford', 517258300, -21513900, 0),
(38860, 4121, 229, 'Chalgrove', 516647600, -10764000, 0),
(38861, 4079, 229, 'Chalk Farm', 515431300, -1498700, 0),
(38862, 4148, 229, 'Chalkwell', 515436700, 6724000, 0),
(38863, 4081, 229, 'Chandler''s Ford', 509846100, -13990500, 0),
(38865, 4154, 229, 'Chantry', 520452100, 11247300, 0),
(38866, 4136, 229, 'Chapletown', 534650600, -14721700, 0),
(38867, 4142, 229, 'Chard', 508727000, -29659700, 0),
(38868, 4079, 229, 'Charing Cross', 515084800, -1249300, 0),
(38869, 4121, 229, 'Charlbury', 518727000, -14824700, 0),
(38870, 4164, 229, 'Charlecote', 522088700, -16150800, 0),
(38871, 4058, 229, 'Charles', 510803700, -38748100, 0),
(38872, 4057, 229, 'Charlesworth', 534328900, -19930200, 0),
(38873, 4172, 229, 'Charlton', 509094700, -7381400, 0),
(38874, 4078, 229, 'Charlton Kings', 518837400, -20423900, 0),
(38875, 4121, 229, 'Charlton on Otmoor', 518396500, -11837800, 0),
(38876, 4156, 229, 'Charlwood', 511564400, -2258600, 0),
(38877, 4061, 229, 'Charmouth', 507388900, -29005500, 0),
(38878, 4142, 229, 'Charterhouse', 512991500, -27159900, 0),
(38879, 4170, 229, 'Charvil', 514757300, -8859100, 0),
(38880, 4089, 229, 'Chatham', 513789100, 5278600, 0),
(38881, 4032, 229, 'Chatteris', 524540500, 500600, 0),
(38882, 4150, 229, 'Chatterley', 530666700, -22333300, 0),
(38883, 4017, 229, 'Cheadle', 529833300, -19833300, 0),
(38884, 4017, 229, 'Cheadle Heath', 534018600, -21908800, 0),
(38885, 4017, 229, 'Cheadle Hulme', 533761000, -21897000, 0),
(38886, 4079, 229, 'Cheam', 513578800, -2161900, 0),
(38887, 4154, 229, 'Chedburgh', 521897200, 6167800, 0),
(38888, 4142, 229, 'Cheddar', 512753700, -27766200, 0),
(38889, 4029, 229, 'Cheddington', 518478400, -6642900, 0),
(38890, 4150, 229, 'Cheddleton', 530691000, -20422800, 0),
(38891, 1030, 229, 'Cheetham Hill', 534986200, -22384600, 0),
(38892, 4073, 229, 'Chelmsford', 517357500, 4695800, 0),
(38893, 4141, 229, 'Chelmsley Wood', 524781000, -17381300, 0),
(38894, 4079, 229, 'Chelsea', 514875500, -1693600, 0),
(38895, 4079, 229, 'Chelsfield', 513580600, 1277200, 0),
(38896, 4078, 229, 'Cheltenham', 519000000, -20833300, 0),
(38897, 4006, 229, 'Chelwood', 513555400, -25267800, 0),
(38898, 4011, 229, 'Chequerbent', 535514900, -25013800, 0),
(38899, 4032, 229, 'Cherry Hinton', 521853000, 1720700, 0),
(38900, 4092, 229, 'Cherry Tree', 537333300, -25166700, 0),
(38901, 4156, 229, 'Chertsey', 513881200, -5078200, 0),
(38902, 4084, 229, 'Chesfield', 519342100, -1857400, 0),
(38903, 4029, 229, 'Chesham', 517000000, -6000000, 0),
(38904, 4084, 229, 'Cheshunt', 517079100, -373900, 0),
(38905, 4079, 229, 'Chessington', 513624000, -3042700, 0),
(38906, 4037, 229, 'Chester', 531905000, -28918900, 0),
(38907, 4049, 229, 'Chester-le-Street', 548586200, -15740800, 0),
(38908, 4057, 229, 'Chesterfield', 532500000, -14166700, 0),
(38909, 4089, 229, 'Chestfield', 513573500, 10655900, 0),
(38910, 4157, 229, 'Chetwynd', 527833300, -24000000, 0),
(38911, 4157, 229, 'Chetwynd Aston', 527549200, -23676500, 0),
(38912, 4089, 229, 'Chevening', 512928400, 1395200, 0),
(38913, 4103, 229, 'Chicheley', 521030300, -6864700, 0),
(38914, 4168, 229, 'Chichester', 508367300, -7800300, 0),
(38915, 4035, 229, 'Chicksands', 520458500, -3639000, 0),
(38916, 4073, 229, 'Chigwell', 516199900, 759600, 0),
(38917, 4142, 229, 'Chilcompton', 512639100, -25050200, 0),
(38918, 4037, 229, 'Childer Thornton', 532933900, -29742900, 0),
(38919, 4172, 229, 'Childswickham', 520471000, -18940900, 0),
(38920, 4095, 229, 'Childwall', 533971900, -28970000, 0),
(38921, 4029, 229, 'Chilton', 515678900, -12941600, 0),
(38922, 4119, 229, 'Chilwell', 529118000, -12363100, 0),
(38923, 4156, 229, 'Chilworth', 509644300, -14193400, 0),
(38924, 4079, 229, 'Chingford', 516303300, 5100, 0),
(38925, 4121, 229, 'Chinnor', 517017700, -9116100, 0),
(38926, 4032, 229, 'Chippenham', 514600000, -21247200, 0),
(38927, 4121, 229, 'Chipping Norton', 519410900, -15453000, 0),
(38928, 4079, 229, 'Chislehurst', 514170900, 685800, 0),
(38929, 4079, 229, 'Chiswick', 514927100, -2580100, 0),
(38930, 4058, 229, 'Chivenor', 510924000, -41347600, 0),
(38931, 4121, 229, 'Cholsey', 515728000, -11535600, 0),
(38932, 4117, 229, 'Choppington', 551500400, -16033200, 0),
(38933, 4092, 229, 'Chorley', 536500000, -26166700, 0),
(38934, 4084, 229, 'Chorleywood', 516500000, -4833300, 0),
(38935, 4036, 229, 'Chorlton', 530502900, -24054100, 0),
(38936, 1030, 229, 'Chorlton cum Hardy', 534350500, -22631000, 0),
(38937, 1030, 229, 'Chorlton upon Medlock', 534598500, -22210300, 0),
(38938, 4108, 229, 'Christchurch', 507330600, -17756700, 0),
(38939, 4037, 229, 'Christleton', 531850900, -28378900, 0),
(38940, 4058, 229, 'Chudleigh', 506049600, -36003100, 0),
(38941, 4058, 229, 'Chulmleigh', 509128900, -38693800, 0),
(38942, 4092, 229, 'Church', 537517700, -23912100, 0),
(38943, 4036, 229, 'Church Coppenhall', 531166700, -24500000, 0),
(38944, 4115, 229, 'Church Fenton', 538262600, -12189000, 0),
(38946, 4138, 229, 'Church Stretton', 525377800, -28014900, 0),
(38947, 4078, 229, 'Churchdown', 518871100, -21816300, 0),
(38948, 4135, 229, 'Churchtown', 536607100, -29821000, 0),
(38949, 4021, 229, 'Churston Ferrers', 503936900, -35459400, 0),
(38950, 4156, 229, 'Churt', 511360300, -7753400, 0),
(38951, 4039, 229, 'Churwell', 537591600, -15875200, 0),
(38952, 4078, 229, 'Cinderford', 518242100, -24987000, 0),
(38953, 4078, 229, 'Cirencester', 517170800, -19682500, 0),
(38954, 4079, 229, 'City of Westminster', 515000000, -1166700, 0),
(38955, 4169, 229, 'Clack', 515000000, -19833300, 0),
(38956, 4073, 229, 'Clacton-on-Sea', 517896700, 11559700, 0),
(38957, 4172, 229, 'Claines', 522277400, -22194200, 0),
(38958, 4121, 229, 'Clanfield', 509450200, -10000100, 0),
(38959, 4115, 229, 'Clapham', 508467100, -4487200, 0),
(38960, 4079, 229, 'Clapham Junction', 514635800, -1684000, 0),
(38961, 4079, 229, 'Clapham North', 514660500, -1304600, 0),
(38962, 4092, 229, 'Claremont', 513621900, -3716500, 0),
(38963, 4164, 229, 'Claverdon', 522791900, -17126700, 0),
(38964, 4156, 229, 'Claygate', 513602100, -3407500, 0),
(38965, 4090, 229, 'Clayton West', 535950100, -16110700, 0),
(38966, 4092, 229, 'Clayton le Moors', 537666700, -23833300, 0),
(38967, 4092, 229, 'Clayton-le-Woods', 536968900, -26681800, 0),
(38968, 4090, 229, 'Cleckheaton', 537240500, -17129400, 0),
(38969, 4111, 229, 'Cleethorpes', 535604700, -322500, 0),
(38970, 4172, 229, 'Cleeve Prior', 521428300, -18761900, 0),
(38971, 4138, 229, 'Cleobury Mortimer', 523785300, -24819600, 0),
(38972, 4079, 229, 'Clerkenwell', 515243800, -1102200, 0),
(38973, 4114, 229, 'Clevedon', 514405700, -28574500, 0),
(38974, 4092, 229, 'Cleveleys', 538775000, -30398700, 0),
(38975, 4081, 229, 'Cliddesden', 512381700, -10976000, 0),
(38976, 4098, 229, 'Cliffe', 514622400, 4983300, 0),
(38977, 4083, 229, 'Clifford', 521000000, -31000000, 0),
(38978, 4053, 229, 'Clifton', 514611100, -26200000, 0),
(38979, 4164, 229, 'Clifton upon Dunsmore', 523828000, -12213700, 0),
(38980, 4089, 229, 'Cliftonville', 513887100, 14050500, 0),
(38981, 4092, 229, 'Clitheroe', 538666700, -24000000, 0),
(38982, 4138, 229, 'Clive', 528000000, -27166700, 0),
(38983, 4149, 229, 'Clock Face', 534171800, -27109000, 0),
(38984, 4057, 229, 'Clowne', 532744900, -12640600, 0),
(38986, 4157, 229, 'Coalbrookdale', 526382100, -24917400, 0),
(38987, 4093, 229, 'Coalville', 527166700, -13666700, 0),
(38988, 4089, 229, 'Cobham', 513299700, -4113000, 0),
(38989, 4053, 229, 'Cockermouth', 546620900, -33608600, 0),
(38990, 4079, 229, 'Cockfosters', 516492600, -1482300, 0),
(38991, 4037, 229, 'Coddington', 530833300, -7500000, 0),
(38992, 4084, 229, 'Codicote', 518505200, -2367000, 0),
(38993, 4057, 229, 'Codnor', 530415600, -13750300, 0),
(38994, 4150, 229, 'Codsall', 526298900, -22014800, 0),
(38995, 4058, 229, 'Coffinswell', 505053800, -35642100, 0),
(38996, 4172, 229, 'Cofton Hackett', 523762800, -19952600, 0),
(38997, 4073, 229, 'Coggeshall', 518707700, 6853600, 0),
(38998, 4073, 229, 'Colchester', 518892100, 9042100, 0),
(38999, 4081, 229, 'Colden Common', 509948300, -13114300, 0),
(39000, 4078, 229, 'Coleford', 517953500, -26135400, 0),
(39001, 4164, 229, 'Coleshill', 516422600, -16587600, 0),
(39002, 4079, 229, 'Colindale', 515960500, -2480500, 0),
(39003, 4021, 229, 'Collaton St Mary', 515085300, -1257400, 0),
(39004, 4079, 229, 'Collier Row', 515989300, 1660000, 0),
(39005, 4079, 229, 'Colliers Wood', 514163400, -1761200, 0),
(39006, 4039, 229, 'Collingham', 539116700, -14117400, 0),
(39007, 4116, 229, 'Collingtree', 521929800, -9032000, 0),
(39008, 1030, 229, 'Collyhurst', 534988200, -22201900, 0),
(39009, 4140, 229, 'Colnbrook', 514838400, -5214200, 0),
(39010, 4092, 229, 'Colne', 523666700, 166700, 0),
(39011, 4109, 229, 'Colney', 526251700, 12223600, 0),
(39012, 4084, 229, 'Colney Heath', 517379400, -2538700, 0),
(39013, 4053, 229, 'Colton', 526333300, 11166700, 0),
(39014, 4083, 229, 'Colwall', 520787100, -23818200, 0),
(39015, 4058, 229, 'Colyford', 507267300, -30663900, 0),
(39016, 4058, 229, 'Colyton', 507400600, -30702100, 0),
(39017, 4165, 229, 'Combe', 513463200, -14676200, 0),
(39018, 4032, 229, 'Comberton', 521870900, 190500, 0),
(39019, 4165, 229, 'Compton', 509269500, -8964200, 0),
(39020, 4036, 229, 'Congleton', 531631400, -22125300, 0),
(39021, 4060, 229, 'Conisbrough', 534818800, -12321400, 0),
(39022, 4053, 229, 'Coniston', 543666700, -30666700, 0),
(39023, 4049, 229, 'Consett', 548540400, -18316000, 0),
(39024, 4154, 229, 'Copdock', 520315300, 10831000, 0),
(39025, 4049, 229, 'Copley', 546237700, -18697400, 0),
(39026, 4092, 229, 'Coppull', 536252700, -26585400, 0),
(39027, 4117, 229, 'Corbridge', 549736500, -20179800, 0),
(39028, 4116, 229, 'Corby', 524963700, -6893900, 0),
(39029, 4061, 229, 'Corfe Mullen', 507715900, -20157300, 0),
(39030, 4121, 229, 'Cornwell', 519414100, -16074600, 0),
(39031, 4094, 229, 'Corringham', 534000000, -6833300, 0),
(39032, 4169, 229, 'Corsham', 514343300, -21843700, 0),
(39033, 4169, 229, 'Corsley Heath', 512069400, -22577800, 0),
(39034, 4093, 229, 'Cosby', 525512700, -11939500, 0),
(39035, 4062, 229, 'Coseley', 525447800, -20855000, 0),
(39036, 4127, 229, 'Cosham', 508465400, -10634400, 0),
(39037, 4109, 229, 'Costessey', 526591400, 12097000, 0),
(39039, 4119, 229, 'Cotgrave', 529085900, -10375200, 0),
(39040, 4032, 229, 'Cottenham', 522874300, 1254000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(39041, 4069, 229, 'Cottingham', 524833300, -7500000, 0),
(39042, 4079, 229, 'Coulsdon', 513200200, -1408800, 0),
(39043, 4169, 229, 'Coulston', 512859300, -20715000, 0),
(39044, 4049, 229, 'Coundon', 524333300, -15333300, 0),
(39045, 4093, 229, 'Countesthorpe', 525537900, -11452600, 0),
(39046, 4085, 229, 'Cove', 512954700, -7907600, 0),
(39047, 4079, 229, 'Covent Garden', 515142400, -1247100, 0),
(39048, 4052, 229, 'Coventry', 524065600, -15121700, 0),
(39049, 4070, 229, 'Cowden', 511448100, 934700, 0),
(39050, 4087, 229, 'Cowes', 507630600, -12977200, 0),
(39051, 4078, 229, 'Cowley', 515312000, -4823700, 0),
(39052, 4117, 229, 'Cowpen', 551272800, -15403300, 0),
(39053, 4081, 229, 'Cowplain', 508941100, -10182400, 0),
(39054, 4155, 229, 'Cox Green', 548833300, -14833300, 0),
(39055, 4172, 229, 'Crabbs Cross', 522798900, -19407400, 0),
(39056, 4062, 229, 'Cradley', 524500000, -20833300, 0),
(39057, 4134, 229, 'Cradley Heath', 524721400, -20821200, 0),
(39058, 4115, 229, 'Crakehall', 543055700, -16289800, 0),
(39059, 4117, 229, 'Cramlington', 550865200, -15859800, 0),
(39060, 4089, 229, 'Cranbrook', 510966200, 5356700, 0),
(39061, 4035, 229, 'Cranfield', 520686900, -6088400, 0),
(39062, 4116, 229, 'Cranford', 514769500, -4134500, 0),
(39063, 4079, 229, 'Cranham', 515656500, 2659000, 0),
(39064, 4149, 229, 'Crank', 534916100, -27476800, 0),
(39065, 4156, 229, 'Cranleigh', 511420900, -4837400, 0),
(39066, 4142, 229, 'Cranmore', 511869400, -24750000, 0),
(39067, 4138, 229, 'Craven Arms', 524430800, -28356200, 0),
(39068, 4121, 229, 'Crawley', 511112000, -13943200, 0),
(39069, 4168, 229, 'Crawley Down', 511206100, -773000, 0),
(39070, 4089, 229, 'Crayford', 514518700, 1792100, 0),
(39071, 4083, 229, 'Credenhill', 520835100, -28080400, 0),
(39072, 4058, 229, 'Crediton', 507833300, -36500000, 0),
(39073, 4048, 229, 'Creed', 502887400, -48997500, 0),
(39074, 4138, 229, 'Cressage', 526335500, -26050200, 0),
(39075, 4057, 229, 'Creswell', 532500000, -12166700, 0),
(39076, 4036, 229, 'Crewe', 530978700, -24416100, 0),
(39077, 4142, 229, 'Crewkerne', 508829800, -27958800, 0),
(39078, 4057, 229, 'Crich', 530838100, -14794800, 0),
(39079, 4169, 229, 'Cricklade', 516406100, -18573800, 0),
(39080, 4079, 229, 'Cricklewood', 515567000, -2154900, 0),
(39081, 4041, 229, 'Crigglestone', 536424000, -15291600, 0),
(39082, 4109, 229, 'Cringleford', 526048200, 12433400, 0),
(39083, 4163, 229, 'Croft', 522833300, -28000000, 0),
(39084, 4109, 229, 'Cromer', 529312300, 12989200, 0),
(39085, 4057, 229, 'Cromford', 531084800, -15601400, 0),
(39086, 4119, 229, 'Cromwell', 531463100, -8076400, 0),
(39087, 4091, 229, 'Cronton', 533887600, -27624600, 0),
(39088, 4049, 229, 'Crook', 543333300, -28166700, 0),
(39089, 4081, 229, 'Crookhorn', 508628000, -10234500, 0),
(39090, 4121, 229, 'Cropredy', 521174500, -13176400, 0),
(39091, 4053, 229, 'Crosby', 534777800, -30333300, 0),
(39092, 4142, 229, 'Croscombe', 511966700, -25888900, 0),
(39093, 4039, 229, 'Cross Gates', 538089600, -14441900, 0),
(39094, 4115, 229, 'Cross Hills', 539060600, -19849200, 0),
(39095, 4135, 229, 'Crossens', 536701100, -29490000, 0),
(39096, 4079, 229, 'Crouch End', 515797100, -1237300, 0),
(39097, 4083, 229, 'Crow Hill', 519333300, -25166700, 0),
(39098, 4070, 229, 'Crowborough', 510604400, 1617100, 0),
(39099, 4094, 229, 'Crowland', 526757100, -1684900, 0),
(39101, 4024, 229, 'Crowthorne', 513702700, -7921900, 0),
(39102, 4084, 229, 'Croxley Green', 516333300, -4500000, 0),
(39103, 4058, 229, 'Croyde', 511300200, -42245400, 0),
(39104, 4079, 229, 'Croydon', 513833300, -1000000, 0),
(39105, 1030, 229, 'Crumpsall', 535182700, -22444700, 0),
(39106, 4079, 229, 'Crystal Palace', 514193400, -785400, 0),
(39107, 4079, 229, 'Cubitt Town', 514902900, -64700, 0),
(39108, 4005, 229, 'Cudworth', 535713100, -14159500, 0),
(39109, 4084, 229, 'Cuffley', 517079900, -1120900, 0),
(39110, 4163, 229, 'Culcheth', 534511000, -25210400, 0),
(39111, 4053, 229, 'Culgaith', 546574500, -26130300, 0),
(39112, 4121, 229, 'Culham', 516518400, -12660900, 0),
(39113, 4014, 229, 'Cullercoats', 550315600, -14309800, 0),
(39114, 4025, 229, 'Cullingworth', 538244400, -18973000, 0),
(39115, 4058, 229, 'Cullompton', 508553000, -33926800, 0),
(39116, 4089, 229, 'Culverstone Green', 513408500, 3468600, 0),
(39117, 4053, 229, 'Cummersdale', 548694800, -29515600, 0),
(39118, 4005, 229, 'Cundy Cross', 535538000, -14354500, 0),
(39119, 4142, 229, 'Curry Rivel', 510230600, -28675300, 0),
(39120, 4098, 229, 'Cuxton', 513743000, 4568800, 0),
(39121, 4079, 229, 'Dagenham', 515500000, 1666700, 0),
(39122, 4053, 229, 'Dalston', 515459900, -757900, 0),
(39123, 4063, 229, 'Dalton', 541833300, -13500000, 0),
(39124, 4053, 229, 'Dalton in Furness', 541500000, -31666700, 0),
(39125, 4049, 229, 'Dalton le Dale', 548166700, -13666700, 0),
(39126, 4058, 229, 'Dalwood', 507966100, -30712900, 0),
(39127, 4073, 229, 'Danbury', 517164500, 5824500, 0),
(39128, 4115, 229, 'Danby', 544660600, -9107300, 0),
(39129, 4011, 229, 'Darcy Lever', 535687800, -24015100, 0),
(39130, 4013, 229, 'Daresbury', 533418400, -26350000, 0),
(39131, 4005, 229, 'Darfield', 535339000, -13759500, 0),
(39132, 4162, 229, 'Darlaston', 525666700, -20333300, 0),
(39133, 4054, 229, 'Darlington', 545242900, -15503900, 0),
(39134, 4117, 229, 'Darras Hall', 550356000, -17642500, 0),
(39135, 4154, 229, 'Darsham', 522750600, 15428100, 0),
(39136, 4089, 229, 'Dartford', 514435200, 2196400, 0),
(39137, 4058, 229, 'Dartington', 504506700, -37084200, 0),
(39138, 4058, 229, 'Dartmouth', 503522000, -35794000, 0),
(39139, 4008, 229, 'Darwen', 536980300, -24649400, 0),
(39140, 4133, 229, 'Datchet', 514839000, -5789300, 0),
(39141, 4037, 229, 'Davenham', 532334100, -25103700, 0),
(39142, 4116, 229, 'Daventry', 522568800, -11606600, 0),
(39143, 4160, 229, 'Davyhulme', 534574600, -23578500, 0),
(39144, 4157, 229, 'Dawley', 526648600, -24673800, 0),
(39145, 4058, 229, 'Dawlish', 505811800, -34664400, 0),
(39146, 4089, 229, 'Deal', 512232200, 14043200, 0),
(39147, 4053, 229, 'Dean', 504666700, -37833300, 0),
(39148, 4121, 229, 'Deddington', 519806000, -13205500, 0),
(39149, 4116, 229, 'Deene', 525244100, -6035500, 0),
(39150, 4156, 229, 'Deepcut', 513043300, -7077600, 0),
(39151, 4172, 229, 'Defford', 520870000, -21216700, 0),
(39152, 4037, 229, 'Delamere', 532157900, -26581200, 0),
(39153, 4015, 229, 'Delph', 524666700, -21166700, 0),
(39154, 4057, 229, 'Denby', 530139400, -14100400, 0),
(39155, 4090, 229, 'Denby Dale', 535722800, -16589500, 0),
(39156, 4154, 229, 'Denham', 515666700, -5000000, 0),
(39157, 4081, 229, 'Denmead', 509039500, -10674400, 0),
(39158, 4053, 229, 'Dent', 542777500, -24547600, 0),
(39159, 4054, 229, 'Denton', 508018700, 602500, 0),
(39160, 4109, 229, 'Denver', 525881600, 3810700, 0),
(39161, 4079, 229, 'Deptford', 511500000, -19833300, 0),
(39162, 4056, 229, 'Derby', 529227700, -14766300, 0),
(39163, 4109, 229, 'Dersingham', 528454900, 5033900, 0),
(39164, 4057, 229, 'Derwent', 534001500, -17432500, 0),
(39165, 4116, 229, 'Desborough', 524418300, -8212600, 0),
(39166, 4093, 229, 'Desford', 526259800, -12939500, 0),
(39167, 4169, 229, 'Devizes', 513508400, -19942100, 0),
(39168, 4125, 229, 'Devonport', 503780700, -41753400, 0),
(39169, 4090, 229, 'Dewsbury', 536907600, -16290700, 0),
(39170, 4095, 229, 'Deysbrook', 534333300, -28833300, 0),
(39171, 4081, 229, 'Dibden', 508666400, -14392900, 0),
(39172, 4121, 229, 'Didcot', 516092800, -12421400, 0),
(39173, 4078, 229, 'Didmarton', 515847200, -22611100, 0),
(39174, 1030, 229, 'Didsbury', 534169800, -22314500, 0),
(39175, 4169, 229, 'Dilton Marsh', 512477600, -22183400, 0),
(39176, 4095, 229, 'Dingle', 533790800, -29602900, 0),
(39177, 4107, 229, 'Dinnington', 533666700, -12000000, 0),
(39178, 4093, 229, 'Diseworth', 528163500, -13310600, 0),
(39179, 4109, 229, 'Diss', 523767500, 11091000, 0),
(39180, 4053, 229, 'Distington', 545973300, -35388000, 0),
(39181, 4156, 229, 'Ditton Hill', 513862400, -3249500, 0),
(39182, 4005, 229, 'Dodworth', 535430600, -15277900, 0),
(39183, 4094, 229, 'Dogdyke', 530826200, -1938500, 0),
(39184, 4079, 229, 'Dollis Hill', 515649400, -2311800, 0),
(39185, 4060, 229, 'Doncaster', 535232700, -11369100, 0),
(39186, 4083, 229, 'Donnington', 508120100, -7882700, 0),
(39187, 4142, 229, 'Donyatt', 509215600, -29420600, 0),
(39188, 4121, 229, 'Dorchester', 507166700, -24333300, 0),
(39189, 4156, 229, 'Dorking', 512329000, -3294200, 0),
(39190, 4141, 229, 'Dorridge', 523725900, -17531800, 0),
(39191, 4029, 229, 'Dorton', 518227000, -10135300, 0),
(39192, 4048, 229, 'Doublebois', 504563400, -45380900, 0),
(39193, 4089, 229, 'Dover', 511333300, 13000000, 0),
(39194, 4073, 229, 'Dovercourt', 519364900, 12783100, 0),
(39195, 4079, 229, 'Downe', 513359200, 539000, 0),
(39196, 4109, 229, 'Downham Market', 526028900, 3789900, 0),
(39197, 4156, 229, 'Downside', 513117300, -4092400, 0),
(39198, 4094, 229, 'Drayton', 508449200, -10425000, 0),
(39199, 4150, 229, 'Drayton Bassett', 526000000, -17166700, 0),
(39200, 4069, 229, 'Driffield', 540048900, -4387200, 0),
(39201, 4053, 229, 'Drigg', 543776100, -34428200, 0),
(39202, 4039, 229, 'Drighlington', 537559200, -16644300, 0),
(39203, 4172, 229, 'Droitwich', 522666700, -21500000, 0),
(39204, 4172, 229, 'Droitwich Spa', 522687900, -21507500, 0),
(39205, 4057, 229, 'Dronfield', 533022100, -14750700, 0),
(39206, 4019, 229, 'Droylsden', 534800500, -21454300, 0),
(39207, 4078, 229, 'Drybrook', 518555000, -25168100, 0),
(39208, 4053, 229, 'Duddon', 531773700, -27305900, 0),
(39209, 4062, 229, 'Dudley', 525000000, -20833300, 0),
(39210, 4025, 229, 'Dudley Hill', 537748200, -17254300, 0),
(39211, 4084, 229, 'Dudswell', 517773500, -6011200, 0),
(39212, 4057, 229, 'Duffield', 529862700, -14886500, 0),
(39213, 4019, 229, 'Dukinfield', 534749700, -20880900, 0),
(39214, 4142, 229, 'Dulverton', 510400700, -35503500, 0),
(39215, 4079, 229, 'Dulwich', 514500000, -833300, 0),
(39216, 4081, 229, 'Dummer', 512090600, -11657100, 0),
(39217, 4114, 229, 'Dundry', 514002800, -26375000, 0),
(39218, 4156, 229, 'Dunsfold', 511170500, -5620200, 0),
(39219, 4058, 229, 'Dunsford', 506899400, -36819400, 0),
(39220, 4035, 229, 'Dunstable', 518860000, -5209900, 0),
(39221, 4060, 229, 'Dunsville', 535627800, -10235300, 0),
(39222, 4069, 229, 'Dunswell', 538010600, -3713900, 0),
(39223, 4049, 229, 'Durham', 547767600, -15756600, 0),
(39224, 4142, 229, 'Durleigh', 511186100, -30394400, 0),
(39225, 4169, 229, 'Durrington', 508359200, -4124200, 0),
(39226, 4078, 229, 'Dursley', 516813900, -23533300, 0),
(39227, 4061, 229, 'Durweston', 508774400, -22016400, 0),
(39228, 4089, 229, 'Dymchurch', 510254400, 9939200, 0),
(39229, 4094, 229, 'Eagle', 531947100, -6886400, 0),
(39230, 4152, 229, 'Eaglescliffe', 545252100, -13504300, 0),
(39231, 4079, 229, 'Ealing', 515121600, -3020400, 0),
(39232, 4092, 229, 'Earby', 539154600, -21428500, 0),
(39233, 4149, 229, 'Earlestown', 534524700, -26395700, 0),
(39234, 4170, 229, 'Earley', 514408500, -9238400, 0),
(39235, 4109, 229, 'Earlham', 526287900, 12483500, 0),
(39236, 4073, 229, 'Earls Colne', 519274400, 7010700, 0),
(39237, 4079, 229, 'Earls Court', 514915900, -1980100, 0),
(39238, 4079, 229, 'Earlsfield', 514439000, -1854000, 0),
(39239, 4156, 229, 'Earlswood', 512166700, -1666700, 0),
(39240, 4115, 229, 'Easby', 543988000, -17130100, 0),
(39241, 4049, 229, 'Easington', 536535900, 1150100, 0),
(39242, 4049, 229, 'Easington Colliery', 547879200, -13281900, 0),
(39243, 4115, 229, 'Easingwold', 541191000, -11922500, 0),
(39244, 4079, 229, 'East Acton', 515114300, -2513100, 0),
(39245, 4115, 229, 'East Ayton', 542548000, -4748300, 0),
(39246, 4079, 229, 'East Barnet', 516357200, -1560300, 0),
(39247, 4154, 229, 'East Bergholt', 519778500, 10176100, 0),
(39248, 4146, 229, 'East Boldon', 549445200, -14281500, 0),
(39249, 4119, 229, 'East Bridgford', 529795400, -9656300, 0),
(39250, 4087, 229, 'East Cowes', 507577400, -12881500, 0),
(39251, 4079, 229, 'East Croydon Railway Station', 513750000, -925000, 0),
(39252, 4109, 229, 'East Dereham', 526833300, 9333300, 0),
(39253, 4079, 229, 'East Dulwich', 514520800, -614500, 0),
(39254, 4089, 229, 'East Farleigh', 512520300, 4835700, 0),
(39255, 4094, 229, 'East Ferry', 534871700, -7732400, 0),
(39256, 4079, 229, 'East Finchley', 515895000, -1641100, 0),
(39257, 4168, 229, 'East Grinstead', 511238200, -61000, 0),
(39258, 4121, 229, 'East Hagbourne', 515911500, -12409400, 0),
(39259, 4079, 229, 'East Ham', 515333300, 500000, 0),
(39260, 4156, 229, 'East Horsley', 512735800, -4320700, 0),
(39261, 4014, 229, 'East Howdon', 549930600, -14797400, 0),
(39262, 4165, 229, 'East Ilsley', 515272800, -12908900, 0),
(39263, 4039, 229, 'East Keswick', 538943000, -14522100, 0),
(39264, 4119, 229, 'East Kirkby', 530833300, -12500000, 0),
(39265, 4119, 229, 'East Leake', 528301500, -11810300, 0),
(39266, 4079, 229, 'East London', 515233200, -388800, 0),
(39267, 4089, 229, 'East Malling', 512852200, 4394500, 0),
(39268, 4156, 229, 'East Molesey', 513987200, -3491600, 0),
(39269, 4061, 229, 'East Parley', 507734300, -18624400, 0),
(39270, 4089, 229, 'East Peckham', 512123400, 3862400, 0),
(39271, 4168, 229, 'East Preston', 508135300, -4906100, 0),
(39272, 4020, 229, 'East Tilbury', 514805300, 4171400, 0),
(39273, 4168, 229, 'East Wittering', 507696900, -8744400, 0),
(39274, 4081, 229, 'East Worldham', 511369200, -9314300, 0),
(39275, 4070, 229, 'Eastbourne', 507687100, 2845300, 0),
(39276, 4079, 229, 'Eastcote', 515764600, -3973700, 0),
(39277, 4049, 229, 'Eastgate', 547450400, -20765900, 0),
(39278, 4100, 229, 'Eastham', 533140600, -29707700, 0),
(39279, 4081, 229, 'Eastleigh', 509666700, -13500000, 0),
(39280, 4089, 229, 'Eastling', 512744300, 8124700, 0),
(39281, 4127, 229, 'Eastney', 507864900, -10392000, 0),
(39282, 4083, 229, 'Eastnor', 520327800, -23904900, 0),
(39283, 4113, 229, 'Eastoft', 536362400, -7849200, 0),
(39284, 4032, 229, 'Easton', 505333300, -24500000, 0),
(39285, 4036, 229, 'Eaton', 525000000, -27500000, 0),
(39286, 4049, 229, 'Ebchester', 548926100, -18418800, 0),
(39287, 4081, 229, 'Ecchinswell', 513335900, -12840300, 0),
(39288, 4136, 229, 'Ecclesfield', 534397500, -14652000, 0),
(39289, 4150, 229, 'Eccleshall', 528578900, -22497100, 0),
(39290, 4092, 229, 'Eccleston', 531500000, -28833300, 0),
(39291, 4089, 229, 'Edenbridge', 511917200, 672900, 0),
(39292, 4038, 229, 'Edgbaston', 524623000, -19211500, 0),
(39293, 4078, 229, 'Edge', 517888200, -22224400, 0),
(39294, 4157, 229, 'Edgmond', 527740000, -24096700, 0),
(39295, 4079, 229, 'Edgware', 516128000, -2753900, 0),
(39296, 4029, 229, 'Edlesborough', 518664800, -5853700, 0),
(39297, 4079, 229, 'Edmonton', 516256100, -579800, 0),
(39298, 4035, 229, 'Edworth', 520559700, -2171500, 0),
(39299, 4156, 229, 'Effingham', 512714700, -3977400, 0),
(39300, 4058, 229, 'Egg Buckland', 504000000, -41166700, 0),
(39301, 4156, 229, 'Egham', 514315800, -5523900, 0),
(39302, 4048, 229, 'Egloshayle', 505139600, -48247300, 0),
(39303, 4053, 229, 'Egremont', 544794100, -35275600, 0),
(39304, 4115, 229, 'Egton', 544376600, -7619200, 0),
(39305, 4125, 229, 'Elburton', 503589000, -40657000, 0),
(39306, 4079, 229, 'Elephant & Castle', 514951400, -1005700, 0),
(39307, 4081, 229, 'Eling', 509000000, -14833300, 0),
(39308, 4031, 229, 'Elland', 536851000, -18387800, 0),
(39309, 4053, 229, 'Ellenborough', 547075500, -34836800, 0),
(39310, 4138, 229, 'Ellesmere', 529166700, -28833300, 0),
(39311, 4037, 229, 'Ellesmere Port', 532787500, -29013400, 0),
(39312, 4117, 229, 'Ellingham', 508666700, -17833300, 0),
(39313, 4069, 229, 'Elloughton', 537377700, -5698700, 0),
(39314, 4079, 229, 'Elm Park', 515497000, 2013600, 0),
(39315, 4079, 229, 'Elmers End', 513980800, -472900, 0),
(39316, 4154, 229, 'Elmswell', 522361600, 9124700, 0),
(39317, 4117, 229, 'Elsdon', 552328800, -21024900, 0),
(39318, 4005, 229, 'Elsecar', 534989200, -14259100, 0),
(39319, 4073, 229, 'Elsenham', 519143100, 2293400, 0),
(39320, 4121, 229, 'Elsfield', 517866400, -12187100, 0),
(39321, 4007, 229, 'Elstow', 521072700, -4649000, 0),
(39322, 4084, 229, 'Elstree', 516403000, -2969300, 0),
(39323, 4079, 229, 'Eltham', 514506100, 522500, 0),
(39324, 4032, 229, 'Ely', 523985700, 2581100, 0),
(39325, 4081, 229, 'Emsworth', 508477900, -9369700, 0),
(39326, 4093, 229, 'Enderby', 525877800, -12061900, 0),
(39327, 4150, 229, 'Endon', 530768700, -21129700, 0),
(39328, 4079, 229, 'Enfield', 516514700, -849700, 0),
(39329, 4079, 229, 'Enfield Lock', 516708600, -274800, 0),
(39330, 4165, 229, 'Englefield', 514425100, -11016400, 0),
(39331, 4156, 229, 'Englefield Green', 514284500, -5755100, 0),
(39332, 4081, 229, 'Enham-Alamein', 512396500, -14747400, 0),
(39333, 4073, 229, 'Epping', 516981500, 1105500, 0),
(39334, 4156, 229, 'Epsom', 513305000, -2701100, 0),
(39335, 4113, 229, 'Epworth', 535260200, -8239900, 0),
(39336, 4038, 229, 'Erdington', 525333300, -18166700, 0),
(39337, 4079, 229, 'Erith', 514831500, 1748400, 0),
(39338, 4156, 229, 'Esher', 513692600, -3657200, 0),
(39339, 4084, 229, 'Essendon', 517632200, -1548000, 0),
(39340, 4150, 229, 'Essington', 526291000, -20577000, 0),
(39341, 4129, 229, 'Eston', 545593200, -11434000, 0),
(39342, 4070, 229, 'Etchingham', 510073800, 4329300, 0),
(39343, 4133, 229, 'Eton', 514883300, -6090500, 0),
(39344, 4133, 229, 'Eton Wick', 514972200, -6343700, 0),
(39345, 4153, 229, 'Etruria', 530227300, -21944500, 0),
(39346, 4057, 229, 'Etwall', 528835300, -16002300, 0),
(39347, 4154, 229, 'Euston', 515267700, -1332500, 0),
(39348, 4049, 229, 'Evenwood', 546221300, -17613300, 0),
(39349, 4032, 229, 'Eversden', 521611400, 900, 0),
(39350, 4081, 229, 'Eversley', 513538700, -8888800, 0),
(39351, 4119, 229, 'Everton', 521458100, -2461600, 0),
(39352, 4172, 229, 'Evesham', 520923700, -19488700, 0),
(39353, 4093, 229, 'Evington', 526000000, -10666700, 0),
(39354, 4156, 229, 'Ewell', 513494800, -2494000, 0),
(39355, 4156, 229, 'Ewhurst', 511539400, -4416000, 0),
(39356, 4058, 229, 'Exeter', 507236000, -35275100, 0),
(39357, 4164, 229, 'Exhall', 524646400, -14814400, 0),
(39358, 4058, 229, 'Exmouth', 506172300, -34023300, 0),
(39359, 4124, 229, 'Eye', 522666700, -27333300, 0),
(39360, 4121, 229, 'Eynsham', 517807700, -13745400, 0),
(39361, 4089, 229, 'Eythorne', 511971000, 12662000, 0),
(39362, 1030, 229, 'Failsworth', 535048400, -21656800, 0),
(39363, 4081, 229, 'Fair Oak', 509636400, -12968200, 0),
(39364, 4115, 229, 'Fairburn', 537444700, -12841100, 0),
(39365, 4057, 229, 'Fairfield', 532700900, -18964300, 0),
(39366, 4078, 229, 'Fairford', 517081600, -17812800, 0),
(39367, 4109, 229, 'Fakenham', 528299600, 8477000, 0),
(39368, 4171, 229, 'Fallings Park', 526026700, -21156100, 0),
(39369, 1030, 229, 'Fallowfield', 534398100, -22157200, 0),
(39370, 4070, 229, 'Falmer', 508652900, -773300, 0),
(39371, 4048, 229, 'Falmouth', 501544100, -50711300, 0),
(39372, 4035, 229, 'Fancott', 519392100, -5147700, 0),
(39373, 4032, 229, 'Farcet', 525362700, -2288200, 0),
(39374, 4081, 229, 'Fareham', 508516200, -11792900, 0),
(39375, 4121, 229, 'Faringdon', 516564400, -15867600, 0),
(39376, 4092, 229, 'Farington', 537047100, -26826500, 0),
(39377, 4156, 229, 'Farleigh', 513241500, -426600, 0),
(39378, 4115, 229, 'Farlington', 508448100, -10286800, 0),
(39379, 4006, 229, 'Farmborough', 513439000, -24877800, 0),
(39380, 4164, 229, 'Farnborough', 512942400, -7556500, 0),
(39381, 4154, 229, 'Farnham', 509372500, -20567600, 0),
(39382, 4029, 229, 'Farnham Common', 515547600, -6154400, 0),
(39383, 4029, 229, 'Farnham Royal', 515420800, -6158400, 0),
(39384, 4089, 229, 'Farningham', 513820100, 2189500, 0),
(39385, 4115, 229, 'Farnley', 537833300, -16000000, 0),
(39386, 4119, 229, 'Farnsfield', 531022300, -10332000, 0),
(39387, 4011, 229, 'Farnworth', 533833300, -27166700, 0),
(39388, 4079, 229, 'Farringdon', 515201200, -1047600, 0),
(39389, 4039, 229, 'Farsley', 538083000, -16716400, 0),
(39390, 4150, 229, 'Fauld', 528539400, -17320100, 0),
(39391, 4073, 229, 'Faulkbourne', 518166700, 6166700, 0),
(39392, 4089, 229, 'Faversham', 513148000, 8885600, 0),
(39393, 4089, 229, 'Fawkham', 513625600, 2797200, 0),
(39394, 4095, 229, 'Fazakerley', 534690800, -29319800, 0),
(39395, 4150, 229, 'Fazeley', 526144300, -16985000, 0),
(39396, 4041, 229, 'Featherstone', 526448300, -20931500, 0),
(39397, 4073, 229, 'Feering', 518495000, 7261500, 0),
(39398, 4156, 229, 'Felbridge', 511398900, -434300, 0),
(39399, 4084, 229, 'Felden', 517330400, -4941300, 0),
(39400, 4154, 229, 'Felixstowe', 519637500, 13511000, 0),
(39401, 4076, 229, 'Felling', 549529700, -15715200, 0),
(39402, 4168, 229, 'Felpham', 507942200, -6457900, 0),
(39403, 4073, 229, 'Felsted', 518565600, 4332700, 0),
(39404, 4079, 229, 'Feltham', 509666700, -31000000, 0),
(39405, 4109, 229, 'Feltwell', 524858100, 5194500, 0),
(39406, 4032, 229, 'Fenstanton', 522990300, -671200, 0),
(39407, 4094, 229, 'Fenton', 530000000, -21666700, 0),
(39408, 4061, 229, 'Ferndown', 508000000, -18666700, 0),
(39409, 4172, 229, 'Fernhill Heath', 522300200, -21965900, 0),
(39410, 4168, 229, 'Fernhurst', 510487300, -7178900, 0),
(39411, 4168, 229, 'Ferring', 508033300, -4381700, 0),
(39412, 4041, 229, 'Ferrybridge', 537105800, -12794800, 0),
(39413, 4156, 229, 'Fetcham', 512887900, -3558200, 0),
(39414, 4115, 229, 'Filey', 542100000, -2891700, 0),
(39415, 4144, 229, 'Filton', 515082400, -25761600, 0),
(39416, 4170, 229, 'Finchampstead', 513614900, -8572800, 0),
(39417, 4079, 229, 'Finchley', 516009600, -1951800, 0),
(39418, 4001, 229, 'Findon', 508681600, -4073500, 0),
(39419, 4116, 229, 'Finedon', 523391700, -6500800, 0),
(39420, 4073, 229, 'Fingringhoe', 518446900, 9442200, 0),
(39421, 4060, 229, 'Finningley', 534869600, -9908300, 0),
(39422, 4079, 229, 'Finsbury', 515279300, -1071900, 0),
(39423, 4079, 229, 'Finsbury Park', 515692900, -1069100, 0),
(39424, 4049, 229, 'Fir Tree', 547040600, -17818700, 0),
(39425, 4016, 229, 'Firgrove', 536157500, -21246900, 0),
(39426, 4168, 229, 'Fishbourne', 507330300, -12118400, 0),
(39427, 4028, 229, 'Fishponds', 514816700, -25236100, 0),
(39428, 4012, 229, 'Fishpool', 535844000, -22970900, 0),
(39429, 4079, 229, 'Fitzrovia', 515185900, -1347800, 0),
(39430, 4090, 229, 'Fixby', 536763000, -17869100, 0),
(39431, 4041, 229, 'Flanshaw', 536828400, -15269600, 0),
(39432, 4094, 229, 'Fleet', 512833300, -8333300, 0),
(39433, 4081, 229, 'Fleetland', 508333300, -11833300, 0),
(39434, 4084, 229, 'Fleetville', 517521300, -3122300, 0),
(39435, 4092, 229, 'Fleetwood', 539252700, -30108500, 0),
(39436, 4035, 229, 'Flitwick', 520033800, -4947200, 0),
(39437, 4160, 229, 'Flixton', 525000000, 17000000, 0),
(39438, 4109, 229, 'Flordon', 525289800, 12239300, 0),
(39439, 4048, 229, 'Flushing', 501648600, -50697600, 0),
(39440, 4020, 229, 'Fobbing', 515332600, 4726700, 0),
(39441, 4069, 229, 'Foggathorpe', 538293500, -8554400, 0),
(39442, 4052, 229, 'Foleshill', 524393000, -14830300, 0),
(39443, 4089, 229, 'Folkestone', 510833300, 11833300, 0),
(39444, 4115, 229, 'Folkton', 542001900, -3879200, 0),
(39445, 4079, 229, 'Foots Cray', 514187500, 1178500, 0),
(39446, 4004, 229, 'Ford', 508224200, -5812500, 0),
(39447, 4150, 229, 'Ford Green', 530500000, -21666700, 0),
(39448, 4081, 229, 'Fordingbridge', 509274700, -17902900, 0),
(39449, 4089, 229, 'Fordwich', 512952600, 11261000, 0),
(39450, 4079, 229, 'Forest Gate', 515508500, 236900, 0),
(39451, 4014, 229, 'Forest Hall', 550220200, -15708700, 0),
(39452, 4079, 229, 'Forest Hill', 514462000, -418900, 0),
(39453, 4070, 229, 'Forest Row', 510964100, 326200, 0),
(39454, 4135, 229, 'Formby', 535536400, -30681600, 0),
(39455, 4061, 229, 'Fortuneswell', 505603000, -24424300, 0),
(39456, 4116, 229, 'Fotheringhay', 525268000, -4393400, 0),
(39457, 4092, 229, 'Foulridge', 538757900, -21686400, 0),
(39458, 4150, 229, 'Four Ashes', 526833300, -21166700, 0),
(39459, 4081, 229, 'Four Marks', 511073500, -10494500, 0),
(39460, 4038, 229, 'Four Oaks', 525819800, -18324000, 0),
(39461, 4048, 229, 'Fowey', 503363400, -46386000, 0),
(39462, 4154, 229, 'Framlingham', 522211700, 13420500, 0),
(39463, 4100, 229, 'Frankby', 533725800, -31370300, 0),
(39464, 4172, 229, 'Frankley', 524166700, -20000000, 0),
(39465, 4070, 229, 'Frant', 510977000, 2719100, 0),
(39466, 4127, 229, 'Fratton', 508000800, -10771300, 0),
(39467, 4136, 229, 'Frecheville', 533491100, -14008400, 0),
(39468, 4092, 229, 'Freckleton', 537543300, -28648900, 0),
(39469, 4089, 229, 'Fremlin Walk', 512755400, 5212600, 0),
(39470, 4144, 229, 'Frenchay', 515008300, -25211100, 0),
(39471, 4087, 229, 'Freshwater', 506920000, -15078700, 0),
(39472, 4079, 229, 'Friern Barnet', 516132800, -1585300, 0),
(39473, 4156, 229, 'Frimley', 513028800, -7252700, 0),
(39474, 4073, 229, 'Frinton-on-Sea', 518387700, 12462500, 0),
(39475, 4121, 229, 'Fritwell', 519597400, -12329100, 0),
(39476, 4113, 229, 'Frodingham', 535948100, -6551300, 0),
(39477, 4037, 229, 'Frodsham', 532948500, -27274500, 0),
(39478, 4150, 229, 'Froghall', 530231000, -19635400, 0),
(39479, 4142, 229, 'Frome', 512283400, -23221100, 0),
(39480, 4169, 229, 'Froxfield', 510166700, -10000000, 0),
(39481, 4032, 229, 'Fulbourn', 521832500, 2221300, 0),
(39482, 4045, 229, 'Fulford', 529500000, -20666700, 0),
(39483, 4079, 229, 'Fulham', 514802600, -1993000, 0),
(39484, 4081, 229, 'Fullerton', 511524300, -14617000, 0),
(39485, 4136, 229, 'Fulwood', 533500000, -15500000, 0),
(39486, 4168, 229, 'Funtington', 508694100, -8633700, 0),
(39487, 4168, 229, 'Furnace Green', 511074200, -1688900, 0),
(39488, 4092, 229, 'Fylde', 538333300, -29166700, 0),
(39490, 4115, 229, 'Fylingdales', 543941000, -5679300, 0),
(39491, 4094, 229, 'Gainsborough', 520378200, 11830900, 0),
(39492, 4039, 229, 'Garforth', 537917300, -13806700, 0),
(39493, 4115, 229, 'Gargrave', 539835300, -21045900, 0),
(39494, 4089, 229, 'Garlinge', 513752100, 13550100, 0),
(39495, 4121, 229, 'Garsington', 517162300, -11612900, 0),
(39496, 4095, 229, 'Garston', 516833300, -3833300, 0),
(39497, 4149, 229, 'Garswood', 534887800, -26722400, 0),
(39498, 4115, 229, 'Gatenby', 542858800, -15022800, 0),
(39499, 4053, 229, 'Gatesgill', 548118600, -29536300, 0),
(39500, 4076, 229, 'Gateshead', 549620900, -16016800, 0),
(39501, 4156, 229, 'Gatwick', 511666700, -1833300, 0),
(39502, 4116, 229, 'Gayton', 521666700, -9666700, 0),
(39503, 4109, 229, 'Gaywood', 527572900, 4172400, 0),
(39504, 4109, 229, 'Geldeston', 524729300, 15145900, 0),
(39505, 4029, 229, 'George Green', 515217300, -5563100, 0),
(39506, 4029, 229, 'Gerrards Cross', 515861000, -5554300, 0),
(39507, 4079, 229, 'Gidea Park', 515863700, 2027200, 0),
(39508, 4039, 229, 'Gildersome', 537614000, -16314700, 0),
(39509, 4132, 229, 'Gildingwells', 533625800, -11633300, 0),
(39510, 4115, 229, 'Gillamoor', 543008000, -9533600, 0),
(39511, 4089, 229, 'Gillingham', 510383300, -22761100, 0),
(39512, 4154, 229, 'Gipping', 522272200, 10288100, 0),
(39513, 4154, 229, 'Gisleham', 524368100, 16974300, 0),
(39514, 4116, 229, 'Glaisdale', 524333300, -8000000, 0),
(39515, 4150, 229, 'Glascote', 526251200, -16746300, 0),
(39516, 4142, 229, 'Glastonbury', 511472900, -27179700, 0),
(39517, 4163, 229, 'Glazebury', 534666500, -24932900, 0),
(39518, 4093, 229, 'Glen Parva', 525852700, -11706200, 0),
(39519, 4093, 229, 'Glenfield', 526333300, -12000000, 0),
(39520, 4124, 229, 'Glinton', 526392100, -2962900, 0),
(39521, 4057, 229, 'Glossop', 534432500, -19490000, 0),
(39522, 4078, 229, 'Gloucester', 518656800, -22431000, 0),
(39523, 4150, 229, 'Gnosall', 527855800, -22548300, 0),
(39524, 4156, 229, 'Godalming', 511846200, -6172500, 0),
(39525, 4032, 229, 'Godmanchester', 523193900, -1750900, 0),
(39526, 4156, 229, 'Godstone', 512484300, -678100, 0),
(39527, 4022, 229, 'Golborne', 534769300, -25965100, 0),
(39528, 4090, 229, 'Golcar', 536399200, -18557000, 0),
(39529, 4083, 229, 'Golden Valley', 519000000, -21333300, 0),
(39530, 4079, 229, 'Golders Green', 515763100, -2003300, 0),
(39531, 4073, 229, 'Goldhanger', 517485000, 7523900, 0),
(39532, 4090, 229, 'Gomersal', 537309200, -16899600, 0),
(39533, 4079, 229, 'Goodmayes', 515628800, 1106800, 0),
(39534, 4083, 229, 'Goodrich', 518709600, -26189800, 0),
(39535, 4069, 229, 'Goole', 537166700, -8666700, 0),
(39536, 4092, 229, 'Goosnargh', 538220000, -26701700, 0),
(39537, 4121, 229, 'Goring', 515232200, -11334200, 0),
(39538, 4168, 229, 'Goring-by-Sea', 508123900, -4219400, 0),
(39539, 4109, 229, 'Gorleston-on-Sea', 525730100, 17306900, 0),
(39540, 4062, 229, 'Gornalwood', 525166700, -21333300, 0),
(39541, 1030, 229, 'Gorton', 534666700, -21666700, 0),
(39542, 4094, 229, 'Gosberton', 528691300, -1610200, 0),
(39543, 4073, 229, 'Gosfield', 519365700, 5919700, 0),
(39544, 4081, 229, 'Gosport', 507950900, -11290200, 0),
(39545, 4078, 229, 'Gotherington', 519647400, -20549600, 0),
(39546, 4089, 229, 'Goudhurst', 511130600, 4588900, 0),
(39547, 4169, 229, 'Grafton', 513435300, -16333200, 0),
(39548, 4098, 229, 'Grain', 514559100, 7112600, 0),
(39549, 4119, 229, 'Granby', 529000000, -8833300, 0),
(39550, 4073, 229, 'Grange Hill', 516118500, 861200, 0),
(39551, 4053, 229, 'Grange-over-Sands', 541964700, -29043300, 0),
(39552, 4129, 229, 'Grangetown', 545833300, -11500000, 0),
(39553, 4094, 229, 'Grantham', 529114900, -6418400, 0),
(39554, 4032, 229, 'Graveley', 519360600, -2105000, 0),
(39555, 4089, 229, 'Gravesend', 514413800, 3737100, 0),
(39556, 4020, 229, 'Grays', 514756600, 3252100, 0),
(39557, 4132, 229, 'Greasbrough', 534567400, -13738300, 0),
(39558, 4115, 229, 'Great Ayton', 544914800, -11362300, 0),
(39559, 4073, 229, 'Great Baddow', 517184100, 4994500, 0),
(39560, 4134, 229, 'Great Barr', 525458600, -19332600, 0),
(39561, 4073, 229, 'Great Bentley', 518533300, 10637900, 0),
(39562, 4116, 229, 'Great Billing', 522618800, -8138000, 0),
(39563, 4093, 229, 'Great Bowden', 524924000, -9047500, 0),
(39564, 4073, 229, 'Great Bromley', 518833300, 10333300, 0),
(39565, 4037, 229, 'Great Budworth', 532931100, -25062900, 0),
(39566, 4073, 229, 'Great Burstead', 516030400, 4447700, 0),
(39567, 4089, 229, 'Great Chart', 511416000, 8279200, 0),
(39568, 4073, 229, 'Great Chesterford', 520643100, 1972000, 0),
(39569, 4073, 229, 'Great Clacton', 518046000, 11546900, 0),
(39570, 4111, 229, 'Great Coates', 535707000, -1390500, 0),
(39571, 4154, 229, 'Great Cornard', 520306900, 7581400, 0),
(39572, 4135, 229, 'Great Crosby', 534905200, -30308300, 0),
(39573, 4057, 229, 'Great Cubley', 529403200, -17579400, 0),
(39574, 4073, 229, 'Great Dunmow', 518723000, 3625500, 0),
(39575, 4093, 229, 'Great Easton', 519044700, 3339000, 0),
(39576, 4109, 229, 'Great Ellingham', 525367900, 9740700, 0),
(39577, 4094, 229, 'Great Gonerby', 529350700, -6668500, 0),
(39578, 4029, 229, 'Great Hampden', 517116100, -7669800, 0),
(39579, 4073, 229, 'Great Holland', 518281700, 12096100, 0),
(39580, 4024, 229, 'Great Hollands', 513985600, -7712200, 0),
(39581, 4073, 229, 'Great Horkesley', 519382100, 8755100, 0),
(39582, 4005, 229, 'Great Houghton', 522242200, -8420000, 0),
(39583, 4073, 229, 'Great Leighs', 518276100, 5064000, 0),
(39584, 4103, 229, 'Great Linford', 520656100, -7591200, 0),
(39585, 4172, 229, 'Great Malvern', 521116100, -23251500, 0),
(39586, 4092, 229, 'Great Marton', 538118500, -30226100, 0),
(39587, 4029, 229, 'Great Missenden', 517041900, -7079700, 0),
(39588, 4092, 229, 'Great Mitton', 538460900, -24351200, 0),
(39589, 4089, 229, 'Great Mongeham', 512133600, 13577100, 0),
(39590, 4115, 229, 'Great Ouseburn', 540500000, -13166700, 0),
(39591, 4073, 229, 'Great Parndon', 517536000, 736400, 0),
(39592, 4032, 229, 'Great Paxton', 522605700, -2281800, 0),
(39593, 4109, 229, 'Great Plumstead', 526400200, 13992800, 0),
(39594, 4121, 229, 'Great Rollright', 519759500, -15286400, 0),
(39595, 4057, 229, 'Great Rowsley', 531833300, -16166700, 0),
(39596, 4163, 229, 'Great Sankey', 533923400, -26399400, 0),
(39597, 4032, 229, 'Great Shelford', 521503400, 1362100, 0),
(39598, 4089, 229, 'Great Stonar', 512867500, 13472500, 0),
(39599, 4073, 229, 'Great Warley Street', 515928600, 2842700, 0),
(39600, 4109, 229, 'Great Yarmouth', 526083100, 17305200, 0),
(39601, 4082, 229, 'Greatham', 510717100, -8920400, 0),
(39602, 4116, 229, 'Greatworth', 520766600, -11961800, 0),
(39603, 4085, 229, 'Greenfield', 520027800, -4660500, 0),
(39604, 4079, 229, 'Greenford', 515286600, -3550800, 0),
(39605, 4117, 229, 'Greenhead', 549666700, -25166700, 0),
(39606, 4136, 229, 'Greenhill', 513597200, 11083300, 0),
(39607, 4089, 229, 'Greenhithe', 514502600, 2853900, 0),
(39608, 4012, 229, 'Greenmount', 536254900, -23378300, 0),
(39609, 4079, 229, 'Greenwich', 514778500, -117600, 0),
(39610, 4031, 229, 'Greetland', 536870900, -18741600, 0),
(39611, 4142, 229, 'Greinton', 511233300, -28405600, 0),
(39612, 4029, 229, 'Grendon Underwood', 518832200, -10169200, 0),
(39613, 4136, 229, 'Grenoside', 534422500, -15027600, 0),
(39614, 4111, 229, 'Grimbsy', 535598900, -988800, 0),
(39615, 4005, 229, 'Grimethorpe', 535765000, -13768800, 0),
(39616, 4172, 229, 'Grimley', 522401900, -22423200, 0),
(39617, 4092, 229, 'Grimsargh', 538045200, -26307300, 0),
(39618, 4111, 229, 'Grimsby', 535653900, -755300, 0),
(39619, 4094, 229, 'Grimsthorpe', 527940900, -4459800, 0),
(39620, 4117, 229, 'Grindon', 530869600, -18706800, 0),
(39621, 4115, 229, 'Grosmont', 544358300, -7232500, 0),
(39622, 4119, 229, 'Grove', 505500000, -24250000, 0),
(39623, 4121, 229, 'Grove Wick', 516173200, -14204100, 0),
(39624, 4154, 229, 'Grundisburgh', 521122200, 12461800, 0),
(39625, 4019, 229, 'Guide Bridge', 534745400, -21139500, 0),
(39626, 4032, 229, 'Guilden Morden', 520808000, -1330400, 0),
(39627, 4037, 229, 'Guilden Sutton', 532080900, -28298400, 0),
(39628, 4156, 229, 'Guildford', 512353600, -5742700, 0),
(39629, 4129, 229, 'Guisborough', 545347800, -10560600, 0),
(39630, 4039, 229, 'Guiseley', 538756100, -17123200, 0),
(39631, 4093, 229, 'Gumley', 525027600, -9943000, 0),
(39632, 4048, 229, 'Gunnislake', 505244100, -42133300, 0),
(39633, 4154, 229, 'Gunton', 525000000, 17500000, 0),
(39634, 4048, 229, 'Gwinear', 501874900, -53665600, 0),
(39635, 4111, 229, 'Habrough', 536079600, -2664700, 0),
(39637, 4079, 229, 'Hackbridge', 513794400, -1603700, 0),
(39638, 4089, 229, 'Hackington', 513050800, 10722800, 0),
(39639, 4079, 229, 'Hackney', 515500000, -500000, 0),
(39640, 4032, 229, 'Haddenham', 517732600, -9262800, 0),
(39641, 4154, 229, 'Hadleigh', 515526900, 6098300, 0),
(39642, 4157, 229, 'Hadley', 527000000, -24833300, 0),
(39643, 4079, 229, 'Hadley Wood', 516666900, -1698100, 0),
(39644, 4070, 229, 'Hadlow Down', 509956100, 1844500, 0),
(39645, 4073, 229, 'Hadstock', 520803500, 2740600, 0),
(39646, 4172, 229, 'Hagley', 524262000, -21281900, 0),
(39647, 4121, 229, 'Hailey', 518085900, -14862400, 0),
(39648, 4070, 229, 'Hailsham', 508622000, 2577500, 0),
(39649, 4079, 229, 'Hainault', 516083600, 1071600, 0),
(39650, 4053, 229, 'Hale', 509500000, -17333300, 0),
(39651, 4062, 229, 'Halesowen', 524485900, -20493800, 0),
(39652, 4154, 229, 'Halesworth', 523464000, 15029000, 0),
(39653, 4091, 229, 'Halewood', 533596000, -28314800, 0),
(39654, 4031, 229, 'Halifax', 537166700, -18500000, 0),
(39655, 4144, 229, 'Hallen', 515169400, -26490500, 0),
(39656, 4119, 229, 'Halloughton', 530575800, -9734300, 0),
(39657, 4172, 229, 'Hallow', 522234400, -22546800, 0),
(39658, 4092, 229, 'Halsall', 535853300, -29532200, 0),
(39659, 4073, 229, 'Halstead', 513279600, 1326900, 0),
(39660, 4061, 229, 'Halstock', 508687200, -26553200, 0),
(39661, 4092, 229, 'Halton', 517827100, -7346700, 0),
(39662, 4117, 229, 'Haltwhistle', 549710100, -24568200, 0),
(39664, 4079, 229, 'Hammersmith', 514938400, -2288200, 0),
(39665, 4029, 229, 'Hampden Row', 517000000, -7666700, 0),
(39666, 4079, 229, 'Hampstead', 515574400, -1821300, 0),
(39667, 4138, 229, 'Hampton', 514133400, -3670100, 0),
(39668, 4079, 229, 'Hampton Court', 514036000, -3374900, 0),
(39669, 4079, 229, 'Hampton Hill', 514281900, -3579100, 0),
(39670, 4126, 229, 'Hamworthy', 507206000, -20110000, 0),
(39671, 4168, 229, 'Handcross', 510538300, -2007600, 0),
(39672, 4036, 229, 'Handforth', 533473200, -22151100, 0),
(39673, 4037, 229, 'Handley', 509500000, -20000000, 0),
(39674, 4136, 229, 'Handsworth', 533708400, -13762100, 0),
(39675, 4144, 229, 'Hanham', 514490300, -25161300, 0),
(39676, 4153, 229, 'Hanley', 530249200, -21739500, 0),
(39677, 4018, 229, 'Hannington', 512960600, -12278500, 0),
(39678, 4121, 229, 'Hanwell', 515180900, -3351700, 0),
(39679, 4079, 229, 'Hanworth', 514333300, -3833300, 0),
(39680, 4092, 229, 'Hapton', 537833300, -23166700, 0),
(39681, 4089, 229, 'Harbledown', 512832800, 10528300, 0),
(39682, 4038, 229, 'Harborne', 524585200, -19572800, 0),
(39683, 4116, 229, 'Hardingstone', 522135800, -8858200, 0),
(39684, 4109, 229, 'Hardwick', 518634500, -8318300, 0),
(39685, 4078, 229, 'Hardwicke', 518131800, -22870400, 0),
(39686, 4150, 229, 'Harecastle', 530666700, -22500000, 0),
(39687, 4079, 229, 'Harefield', 516000000, -4833300, 0),
(39688, 4039, 229, 'Harehills', 538126300, -15165300, 0),
(39689, 4079, 229, 'Haringey', 515833300, -833300, 0),
(39690, 4094, 229, 'Harlaxton', 528844600, -6880200, 0),
(39691, 4079, 229, 'Harlesden', 515381100, -2502000, 0),
(39692, 4109, 229, 'Harleston', 524012100, 12981500, 0),
(39693, 4138, 229, 'Harley', 526000000, -26000000, 0),
(39694, 4060, 229, 'Harlington', 514856600, -4336200, 0),
(39695, 4073, 229, 'Harlow', 517765500, 1115800, 0),
(39696, 4079, 229, 'Harmondsworth', 514883600, -4775700, 0),
(39697, 4079, 229, 'Harold Wood', 515946200, 2329400, 0),
(39698, 4084, 229, 'Harpenden', 518168400, -3570600, 0),
(39699, 4094, 229, 'Harpswell', 533981000, -5945200, 0),
(39700, 4053, 229, 'Harraby', 548788800, -29093800, 0),
(39701, 4115, 229, 'Harrogate', 539907800, -15373000, 0),
(39702, 4054, 229, 'Harrogate Hill', 545429200, -15455500, 0),
(39703, 4079, 229, 'Harrow', 515783500, -3320800, 0),
(39704, 4079, 229, 'Harrow Weald', 516106600, -3374000, 0),
(39705, 4079, 229, 'Harrow on the Hill', 515714200, -3337100, 0),
(39706, 4054, 229, 'Harrowgate Hill', 545500700, -15444800, 0),
(39707, 4082, 229, 'Hart', 547071200, -12733400, 0),
(39708, 4070, 229, 'Hartfield', 511039000, 1115800, 0),
(39709, 4037, 229, 'Hartford', 523380700, -1577600, 0),
(39710, 4172, 229, 'Hartlebury', 523333300, -22333300, 0),
(39711, 4082, 229, 'Hartlepool', 546861100, -12125000, 0),
(39712, 4117, 229, 'Hartley', 513867300, 3036700, 0),
(39713, 4081, 229, 'Hartley Wintney', 513037900, -9001900, 0),
(39714, 4146, 229, 'Harton', 549666700, -14000000, 0),
(39715, 4078, 229, 'Hartpury', 519241900, -22931400, 0),
(39716, 4164, 229, 'Hartshill', 525420300, -15200600, 0),
(39717, 4119, 229, 'Harwell', 515994700, -12917500, 0),
(39718, 4073, 229, 'Harwich', 519419400, 12843700, 0),
(39719, 4011, 229, 'Harwood', 535833300, -23833300, 0),
(39720, 4119, 229, 'Harworth', 534174600, -10755900, 0),
(39721, 4062, 229, 'Hasbury', 524461800, -20686900, 0),
(39722, 4156, 229, 'Haslemere', 510901500, -7078500, 0),
(39723, 4168, 229, 'Hassocks', 509281400, -1661700, 0),
(39724, 4070, 229, 'Hastings', 508551900, 5729200, 0),
(39725, 4073, 229, 'Hastingwood', 517476000, 1511500, 0),
(39726, 4049, 229, 'Haswell Plough', 547760300, -14185700, 0),
(39727, 4079, 229, 'Hatch End', 516078900, -3736700, 0),
(39728, 4060, 229, 'Hatfield', 517633800, -2241900, 0),
(39729, 4073, 229, 'Hatfield Heath', 518123300, 2124300, 0),
(39730, 4073, 229, 'Hatfield Peverel', 517759100, 5948900, 0),
(39731, 4093, 229, 'Hathern', 527954800, -12564400, 0),
(39732, 4057, 229, 'Hathersage', 533303000, -16539800, 0),
(39733, 4001, 229, 'Hatton', 523000000, -16500000, 0),
(39734, 4138, 229, 'Haughton', 527833300, -22000000, 0),
(39735, 4019, 229, 'Haughton Green', 534411800, -20982700, 0),
(39736, 4032, 229, 'Hauxton', 521489200, 1018000, 0),
(39737, 4081, 229, 'Havant', 508567000, -9855900, 0),
(39738, 4154, 229, 'Haverhill', 520822600, 4389100, 0),
(39739, 4079, 229, 'Havering atte Bower', 516155700, 1860800, 0),
(39740, 4103, 229, 'Haversham', 520784000, -7922200, 0),
(39741, 4115, 229, 'Hawes', 543038700, -21960500, 0),
(39742, 4144, 229, 'Hawkesbury', 515808400, -23365000, 0),
(39743, 4089, 229, 'Hawkhurst', 510479000, 5109500, 0),
(39744, 4089, 229, 'Hawkinge', 511127600, 11617600, 0),
(39745, 4073, 229, 'Hawkwell', 515919500, 6734700, 0),
(39746, 4081, 229, 'Hawley', 513178500, -7668100, 0),
(39747, 4029, 229, 'Hawridge', 517463500, -6281800, 0),
(39748, 4045, 229, 'Haxby', 540163500, -10768000, 0),
(39749, 4113, 229, 'Haxey', 534893700, -8402000, 0),
(39750, 4038, 229, 'Hay Mills', 524636000, -18351500, 0),
(39751, 4149, 229, 'Haydock', 534672300, -26816600, 0),
(39752, 4061, 229, 'Haydon', 509500000, -24666700, 0),
(39753, 4079, 229, 'Hayes', 513777800, 190500, 0),
(39754, 4048, 229, 'Hayle', 501839200, -54213700, 0),
(39755, 4081, 229, 'Hayling Island', 507838000, -9686900, 0),
(39756, 4168, 229, 'Haywards Heath', 509976900, -1031300, 0),
(39757, 4017, 229, 'Hazel Grove', 533833300, -21166700, 0),
(39758, 4057, 229, 'Hazelwood', 530105500, -15111400, 0),
(39759, 4107, 229, 'Hazlerigg', 550413500, -16391200, 0),
(39760, 4089, 229, 'Headcorn', 511696600, 6243300, 0),
(39761, 4039, 229, 'Headingley', 538220500, -15782000, 0),
(39762, 4121, 229, 'Headington', 517573700, -12197400, 0),
(39763, 4172, 229, 'Headless Cross', 522901400, -19433600, 0),
(39764, 4081, 229, 'Headley', 511197400, -8218300, 0),
(39765, 4057, 229, 'Heanor', 530137200, -13538300, 0),
(39766, 4092, 229, 'Heapey', 536792600, -26032600, 0),
(39767, 4057, 229, 'Heath', 532000000, -13333300, 0),
(39768, 4070, 229, 'Heathfield', 509671800, 2561200, 0),
(39769, 4079, 229, 'Heathrow', 514673000, -4529000, 0),
(39770, 4107, 229, 'Heaton', 540333300, -28500000, 0),
(39771, 4017, 229, 'Heaton Chapel', 534301500, -21753800, 0),
(39772, 4017, 229, 'Heaton Norris', 534165400, -21698900, 0),
(39773, 4058, 229, 'Heavitree', 507204400, -34964600, 0),
(39774, 4146, 229, 'Hebburn', 549730200, -15154600, 0),
(39775, 4031, 229, 'Hebden Bridge', 537409300, -20133700, 0),
(39776, 4094, 229, 'Heckington', 529818300, -2990300, 0),
(39777, 4090, 229, 'Heckmondwike', 537064600, -16774700, 0),
(39778, 4117, 229, 'Heddon on the Wall', 549969200, -17938600, 0),
(39779, 4081, 229, 'Hedge End', 509123400, -13007600, 0),
(39780, 4029, 229, 'Hedgerley', 515710000, -6041000, 0),
(39781, 4150, 229, 'Hednesford', 527107500, -19994100, 0),
(39782, 4069, 229, 'Hedon', 537396200, -1965500, 0),
(39783, 4136, 229, 'Heeley', 533613100, -14730800, 0),
(39784, 4054, 229, 'Heighington', 532124100, -4590200, 0),
(39785, 4048, 229, 'Helford', 500922000, -51343300, 0),
(39786, 4132, 229, 'Hellaby', 534225700, -12412500, 0),
(39787, 4109, 229, 'Hellesdon', 526627500, 12783600, 0),
(39788, 4070, 229, 'Hellingly', 508878700, 2468500, 0),
(39789, 4116, 229, 'Helmdon', 520903400, -11437800, 0),
(39790, 4092, 229, 'Helmshore', 536869200, -23362500, 0),
(39791, 4115, 229, 'Helmsley', 542457700, -10568300, 0),
(39792, 4048, 229, 'Helston', 501031900, -52704500, 0),
(39793, 4084, 229, 'Hemel Hempstead', 517536900, -4751700, 0),
(39794, 4032, 229, 'Hemingford Grey', 523175600, -1002900, 0),
(39795, 4109, 229, 'Hempstead', 518500000, -22666700, 0),
(39796, 4041, 229, 'Hemsworth', 536126700, -13542400, 0),
(39797, 4028, 229, 'Henbury', 515027800, -26216700, 0),
(39798, 4079, 229, 'Hendon', 516000000, -2166700, 0),
(39799, 4121, 229, 'Hendred', 515833300, -13333300, 0),
(39800, 4168, 229, 'Henfield', 509320400, -2732800, 0),
(39801, 4154, 229, 'Henley', 510166700, -7333300, 0),
(39802, 4164, 229, 'Henley in Arden', 522903200, -17780700, 0),
(39803, 4121, 229, 'Henley on Thames', 515333300, -9000000, 0),
(39804, 4035, 229, 'Henlow', 520302100, -2859900, 0),
(39805, 4083, 229, 'Hereford', 520568400, -27148200, 0),
(39806, 4089, 229, 'Herne Bay', 513730000, 11285700, 0),
(39807, 4079, 229, 'Herne Hill', 514542200, -982800, 0),
(39808, 4081, 229, 'Herriard', 512032800, -10437900, 0),
(39809, 4156, 229, 'Hersham', 513666700, -4000000, 0),
(39810, 4084, 229, 'Hertford', 517958800, -785400, 0),
(39811, 4092, 229, 'Hesketh Bank', 537029100, -28409300, 0),
(39812, 4045, 229, 'Heslington', 539463600, -10491900, 0),
(39813, 4069, 229, 'Hessle', 537245400, -4384200, 0),
(39814, 4079, 229, 'Heston', 514836300, -3757700, 0),
(39815, 4100, 229, 'Heswall', 533273300, -30964800, 0),
(39816, 4109, 229, 'Hethersett', 525976100, 11735900, 0),
(39818, 4045, 229, 'Heworth', 539795100, -10328000, 0),
(39819, 4117, 229, 'Hexham', 549698600, -21040000, 0),
(39820, 4084, 229, 'Hexton', 519605600, -3913700, 0),
(39821, 4073, 229, 'Heybridge', 517408500, 6845900, 0),
(39822, 4092, 229, 'Heysham', 540436700, -28932200, 0),
(39823, 4121, 229, 'Heythrop', 519472000, -14910500, 0),
(39824, 1030, 229, 'Heywood', 535924500, -22194100, 0),
(39825, 4079, 229, 'High Barnet', 516562100, -2076800, 0),
(39826, 4115, 229, 'High Bentham', 541182300, -25119900, 0),
(39827, 4049, 229, 'High Etherley', 546539100, -17436300, 0),
(39828, 4107, 229, 'High Heaton', 549991900, -15866300, 0),
(39829, 4036, 229, 'High Legh', 533513900, -24538000, 0),
(39830, 4152, 229, 'High Leven', 545053400, -13032500, 0),
(39831, 4150, 229, 'High Offley', 528327800, -23224800, 0),
(39832, 4073, 229, 'High Ongar', 517103800, 2637600, 0),
(39833, 4057, 229, 'High Peak', 533679700, -18453600, 0),
(39834, 4129, 229, 'High Throston', 547000000, -12500000, 0),
(39835, 4084, 229, 'High Welwyn', 518166700, -2000000, 0),
(39836, 4029, 229, 'High Wycombe', 516290700, -7493400, 0),
(39837, 4154, 229, 'Higham', 514154800, 4597100, 0),
(39838, 4116, 229, 'Higham Ferrers', 523059600, -5934200, 0),
(39839, 4142, 229, 'Highbridge', 512166700, -29833300, 0),
(39840, 4079, 229, 'Highbury', 515500000, -1000000, 0),
(39841, 4061, 229, 'Highcliffe', 507399300, -17080300, 0),
(39842, 1030, 229, 'Higher Broughton', 535054600, -22565700, 0),
(39843, 4138, 229, 'Higher heath', 529194600, -26463300, 0),
(39844, 4138, 229, 'Highley', 524486600, -23825100, 0),
(39845, 4169, 229, 'Highway', 514666700, -19333300, 0),
(39846, 4058, 229, 'Highweek', 505367500, -36272400, 0),
(39847, 4018, 229, 'Highworth', 516305100, -17110000, 0),
(39848, 4089, 229, 'Hildenborough', 512131700, 2499400, 0),
(39849, 4144, 229, 'Hill', 516513900, -25155600, 0),
(39850, 4081, 229, 'Hill Head', 508166700, -12333300, 0),
(39851, 4041, 229, 'Hill Top', 536353300, -15056800, 0),
(39852, 4079, 229, 'Hillingdon', 515329100, -4529300, 0),
(39853, 4164, 229, 'Hillmorton', 523624000, -12220100, 0),
(39854, 4169, 229, 'Hilperton', 513366800, -21948900, 0),
(39855, 4127, 229, 'Hilsea', 508309900, -10653300, 0),
(39856, 4049, 229, 'Hilton', 508333300, -23166700, 0),
(39857, 4093, 229, 'Hinckley', 525389000, -13761300, 0),
(39858, 4156, 229, 'Hindhead', 511138100, -7335100, 0),
(39859, 4022, 229, 'Hindley', 535333300, -25833300, 0),
(39860, 4172, 229, 'Hindlip', 522241100, -21820700, 0),
(39861, 4109, 229, 'Hingham', 525796900, 9842200, 0),
(39862, 4144, 229, 'Hinton', 507514500, -17145500, 0),
(39863, 4032, 229, 'Hinxton', 520852900, 1819800, 0),
(39864, 4084, 229, 'Hinxworth', 520481600, -1984400, 0),
(39865, 4031, 229, 'Hipperholme', 537255100, -18117300, 0),
(39866, 4117, 229, 'Hirst', 551666700, -15500000, 0),
(39867, 4032, 229, 'Histon', 522516600, 1064300, 0),
(39868, 4154, 229, 'Hitcham', 521239000, 8939700, 0),
(39869, 4084, 229, 'Hitchin', 519531400, -2651900, 0),
(39870, 4084, 229, 'Hockerill', 518669200, 1702100, 0),
(39871, 4038, 229, 'Hockley', 516012300, 6539400, 0),
(39872, 4084, 229, 'Hoddesdon', 517614800, -114400, 0),
(39873, 4094, 229, 'Holbeach', 528040100, 144200, 0),
(39874, 4119, 229, 'Holbeck', 532500000, -11833300, 0),
(39875, 4079, 229, 'Holborn', 515175300, -1204500, 0),
(39876, 4023, 229, 'Holdenhurst', 507567700, -18193500, 0),
(39877, 4154, 229, 'Hollesley', 520498500, 14305400, 0),
(39878, 4057, 229, 'Hollington', 508745500, 5476900, 0),
(39879, 4057, 229, 'Hollingwood', 532646200, -13795300, 0),
(39880, 4019, 229, 'Hollingworth', 536328800, -21108300, 0),
(39881, 1030, 229, 'Hollins', 535700800, -22857600, 0),
(39882, 4015, 229, 'Hollinwood', 535166700, -21333300, 0),
(39883, 4079, 229, 'Holloway', 515523700, -1249700, 0),
(39885, 4053, 229, 'Holme', 524758500, -2453500, 0),
(39886, 4036, 229, 'Holmes Chapel', 532014000, -23574200, 0),
(39887, 4057, 229, 'Holmesfield', 532954100, -15176100, 0),
(39888, 4057, 229, 'Holmewood', 531833300, -13500000, 0),
(39889, 4090, 229, 'Holmfirth', 535696800, -17877700, 0),
(39890, 4058, 229, 'Holsworthy', 508119600, -43538300, 0),
(39891, 4051, 229, 'Holywell', 523166700, -333300, 0),
(39892, 4058, 229, 'Honiton', 507996000, -31889900, 0),
(39893, 4090, 229, 'Honley', 536026400, -17939300, 0),
(39894, 4079, 229, 'Honor Oak Park', 514477200, -414300, 0),
(39895, 4098, 229, 'Hoo', 514175200, 5652000, 0),
(39896, 4069, 229, 'Hook', 512842500, -9596700, 0),
(39897, 4061, 229, 'Hooke', 507988400, -26603200, 0),
(39898, 4156, 229, 'Hookwood', 511693300, -1892100, 0),
(39899, 4037, 229, 'Hoole', 531998000, -28768900, 0),
(39900, 4057, 229, 'Hope Valley', 533481900, -17448500, 0),
(39901, 4172, 229, 'Hopwood', 523833300, -19500000, 0),
(39902, 4070, 229, 'Horam', 509352300, 2443600, 0),
(39903, 4041, 229, 'Horbury', 536605100, -15601400, 0),
(39904, 4081, 229, 'Hordle', 507601300, -16218600, 0),
(39905, 4121, 229, 'Horley', 511742300, -1591900, 0),
(39906, 4094, 229, 'Horncastle', 532077500, -1172000, 0),
(39907, 4079, 229, 'Hornchurch', 515568500, 2166400, 0),
(39908, 4158, 229, 'Horndean', 509107700, -10037000, 0),
(39909, 4150, 229, 'Horninglow', 528223800, -16422200, 0),
(39910, 4032, 229, 'Horningsea', 522399500, 1855200, 0),
(39911, 4069, 229, 'Hornsea', 539104100, -1680600, 0),
(39912, 4079, 229, 'Hornsey', 515875200, -1220400, 0),
(39913, 4156, 229, 'Horsell', 513259200, -5693000, 0),
(39915, 4039, 229, 'Horsforth', 538379700, -16403600, 0),
(39916, 4168, 229, 'Horsham', 510639500, -3271900, 0),
(39917, 4109, 229, 'Horstead', 527248900, 13511300, 0),
(39918, 4089, 229, 'Horton Kirby', 513948100, 2448300, 0),
(39919, 4011, 229, 'Horwich', 536012600, -25497500, 0),
(39920, 4109, 229, 'Houghton', 508944300, -5530500, 0),
(39921, 4035, 229, 'Houghton Conquest', 520617800, -4775600, 0),
(39922, 4035, 229, 'Houghton Regis', 519044100, -5212500, 0),
(39923, 4049, 229, 'Houghton-le-Spring', 548403400, -14642700, 0),
(39924, 4079, 229, 'Hounslow', 514683900, -3609200, 0),
(39925, 4079, 229, 'Hounslow East', 514733100, -3568000, 0),
(39926, 4079, 229, 'Hounslow West', 514725100, -3869200, 0),
(39927, 4027, 229, 'Hove', 508308800, -1672000, 0),
(39928, 4069, 229, 'Howden', 537420600, -8656900, 0),
(39929, 4014, 229, 'Howdon', 550010300, -14934900, 0),
(39930, 4079, 229, 'Hoxton', 515354400, -884100, 0),
(39931, 4100, 229, 'Hoylake', 533904600, -31806600, 0),
(39932, 4005, 229, 'Hoyland Nether', 535000000, -14500000, 0),
(39933, 4078, 229, 'Hucclecote', 518536200, -21878400, 0),
(39934, 4119, 229, 'Hucknall', 530333300, -12000000, 0),
(39935, 4119, 229, 'Hucknall under Huthwaite', 531333300, -13000000, 0),
(39936, 4090, 229, 'Huddersfield', 536490400, -17841600, 0),
(39937, 4029, 229, 'Hughenden', 516524800, -7525600, 0),
(39939, 1030, 229, 'Hulme', 534657200, -22488500, 0),
(39940, 4083, 229, 'Humber', 505666700, -35500000, 0),
(39941, 4111, 229, 'Humberston', 535303600, -246500, 0),
(39942, 4044, 229, 'Humberstone', 526473800, -10864700, 0),
(39943, 4165, 229, 'Hungerford', 514151300, -15155600, 0),
(39944, 4115, 229, 'Hunmanby', 541795700, -3200700, 0),
(39945, 4109, 229, 'Hunstanton', 529500000, 5000000, 0),
(39946, 4032, 229, 'Huntingdon', 523304900, -1865100, 0),
(39947, 4045, 229, 'Huntington', 527000000, -20333300, 0),
(39948, 4078, 229, 'Huntley', 518666700, -24000000, 0),
(39949, 4049, 229, 'Hunwick', 546879100, -17053900, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(39950, 4081, 229, 'Hursley', 510253600, -13906700, 0),
(39951, 4075, 229, 'Hurst', 514579100, -8519600, 0),
(39952, 4168, 229, 'Hurstpierpoint', 509338800, -1800700, 0),
(39953, 4054, 229, 'Hurworth', 544900800, -15329400, 0),
(39954, 4091, 229, 'Huyton', 534115000, -28393500, 0),
(39955, 4091, 229, 'Huyton Quarry', 534069300, -28258200, 0),
(39956, 4019, 229, 'Hyde', 534513100, -20794300, 0),
(39957, 4089, 229, 'Hythe', 508600400, -14016200, 0),
(39958, 4093, 229, 'Ibstock', 526855400, -13996500, 0),
(39959, 4079, 229, 'Ickenham', 515643300, -4437300, 0),
(39960, 4025, 229, 'Idle', 538361900, -17317200, 0),
(39961, 4121, 229, 'Iffley', 517300100, -12384500, 0),
(39962, 4168, 229, 'Ifield', 511164500, -2251300, 0),
(39963, 4070, 229, 'Iford', 507404200, -18067800, 0),
(39964, 4079, 229, 'Ilford', 515576500, 727800, 0),
(39965, 4058, 229, 'Ilfracombe', 512093000, -41134400, 0),
(39966, 4057, 229, 'Ilkeston', 529705500, -13095100, 0),
(39967, 4025, 229, 'Ilkley', 539244900, -18232600, 0),
(39968, 4142, 229, 'Ilminster', 509268400, -29100900, 0),
(39969, 4111, 229, 'Immingham', 536123900, -2221900, 0),
(39970, 4037, 229, 'Ince', 532833300, -28333300, 0),
(39971, 4022, 229, 'Ince-in-Makerfield', 535333300, -26166700, 0),
(39972, 4005, 229, 'Ingbirchworth', 535482700, -16610200, 0),
(39973, 4094, 229, 'Ingham', 523041800, 7199500, 0),
(39974, 4073, 229, 'Ingrave', 516041600, 3405800, 0),
(39975, 4172, 229, 'Inkberrow', 522128400, -19809300, 0),
(39976, 4165, 229, 'Inkpen', 513748100, -14667600, 0),
(39977, 4078, 229, 'Innsworth', 518871200, -22052400, 0),
(39978, 4058, 229, 'Ipplepen', 504891900, -36390000, 0),
(39979, 4154, 229, 'Ipswich', 520591700, 11554500, 0),
(39980, 4040, 229, 'Irlam', 534425300, -24232300, 0),
(39981, 4157, 229, 'Ironbridge', 526279500, -24846500, 0),
(39982, 4053, 229, 'Irthington', 549477000, -27827600, 0),
(39983, 4116, 229, 'Irthlingborough', 523267400, -6112900, 0),
(39984, 4079, 229, 'Isleworth', 514751800, -3424600, 0),
(39985, 4079, 229, 'Islington', 515362200, -1030400, 0),
(39986, 4147, 229, 'Itchen', 509045100, -13693600, 0),
(39987, 4168, 229, 'Itchenor', 508056100, -8668900, 0),
(39988, 4029, 229, 'Iver', 515000000, -5000000, 0),
(39989, 4029, 229, 'Iver Heath', 515364200, -5179000, 0),
(39990, 4058, 229, 'Ivybridge', 503903900, -39191400, 0),
(39991, 4061, 229, 'Iwerne Minster', 509283600, -21913300, 0),
(39992, 4156, 229, 'Jacob''s Well', 512673700, -5721900, 0),
(39993, 4058, 229, 'Jacobstowe', 507964600, -40063700, 0),
(39994, 4146, 229, 'Jarrow', 549803600, -14842300, 0),
(39995, 4107, 229, 'Jesmond', 549900700, -16007400, 0),
(39996, 4029, 229, 'Jordans', 516149500, -5919700, 0),
(39997, 4048, 229, 'Kea', 502433700, -50723800, 0),
(39998, 4011, 229, 'Kearsley', 535333300, -23833300, 0),
(39999, 4094, 229, 'Keddington', 533666700, 166700, 0),
(40000, 4154, 229, 'Kedington', 520928200, 4867500, 0),
(40001, 4150, 229, 'Keele', 530038200, -22874100, 0),
(40002, 4025, 229, 'Keighley', 538679100, -19066400, 0),
(40003, 4115, 229, 'Kellington', 537183600, -11655600, 0),
(40004, 4058, 229, 'Kelly', 506000000, -42666700, 0),
(40005, 4037, 229, 'Kelsall', 532077500, -27124200, 0),
(40006, 4073, 229, 'Kelvedon Hatch', 516673900, 2681400, 0),
(40007, 4007, 229, 'Kempston', 521159900, -5004400, 0),
(40008, 4053, 229, 'Kendal', 543268100, -27475700, 0),
(40009, 4164, 229, 'Kenilworth', 523428600, -15801500, 0),
(40010, 4138, 229, 'Kenley', 513264300, -1011100, 0),
(40011, 4114, 229, 'Kenn', 514166700, -28500000, 0),
(40012, 4089, 229, 'Kennington', 511674000, 8849100, 0),
(40013, 4079, 229, 'Kensal Green', 515306800, -2253000, 0),
(40014, 4079, 229, 'Kensington', 515009400, -1917500, 0),
(40015, 4089, 229, 'Kent', 512500000, 7500000, 0),
(40016, 4154, 229, 'Kentford', 522725700, 4993600, 0),
(40017, 4079, 229, 'Kentish Town', 515516800, -1412500, 0),
(40018, 4048, 229, 'Kenwyn', 502695900, -50591300, 0),
(40019, 4052, 229, 'Keresley', 524515600, -15331900, 0),
(40020, 4154, 229, 'Kesgrave', 520624100, 12365000, 0),
(40021, 4154, 229, 'Kessingland', 524198700, 17087800, 0),
(40022, 4079, 229, 'Keston', 513621900, 274700, 0),
(40023, 4053, 229, 'Keswick', 525833300, 12666700, 0),
(40024, 4116, 229, 'Kettering', 523983600, -7257100, 0),
(40025, 4093, 229, 'Ketteringham', 525666700, -11833300, 0),
(40026, 4115, 229, 'Kettlewell', 541468500, -20480900, 0),
(40027, 4079, 229, 'Kew', 514861400, -2872800, 0),
(40028, 4079, 229, 'Kew Green', 514833300, -2833300, 0),
(40029, 4114, 229, 'Kewstoke', 513653000, -29590100, 0),
(40030, 4005, 229, 'Kexbrough', 535814400, -15443100, 0),
(40031, 4069, 229, 'Keyingham', 537096100, -1132500, 0),
(40032, 4006, 229, 'Keynsham', 514138700, -24978000, 0),
(40033, 4007, 229, 'Keysoe', 522516100, -4247800, 0),
(40034, 4093, 229, 'Kibworth Harcourt', 525443900, -9949100, 0),
(40035, 4079, 229, 'Kidbrooke', 514672300, 270800, 0),
(40036, 4172, 229, 'Kidderminster', 523881900, -22500000, 0),
(40037, 4121, 229, 'Kidlington', 518216600, -12886000, 0),
(40038, 4150, 229, 'Kidsgrove', 530869100, -22377700, 0),
(40039, 4115, 229, 'Kilburn', 515529500, -1915700, 0),
(40040, 4057, 229, 'Killamarsh', 533239500, -13168800, 0),
(40041, 4039, 229, 'Killingbeck', 538049800, -14793100, 0),
(40042, 4014, 229, 'Killingworth', 550360100, -15643000, 0),
(40043, 4116, 229, 'Kilsby', 523337500, -11750500, 0),
(40044, 4119, 229, 'Kimberley', 525833300, 10500000, 0),
(40045, 4132, 229, 'Kimberworth', 534334100, -13930800, 0),
(40046, 4079, 229, 'King''s Cross', 515306700, -1230800, 0),
(40047, 4109, 229, 'King''s Lynn', 527517200, 3951600, 0),
(40048, 4121, 229, 'Kingham', 519152700, -16224600, 0),
(40049, 4079, 229, 'Kings Cross', 515429900, -1308100, 0),
(40050, 4089, 229, 'Kings Hill', 512743700, 4023700, 0),
(40051, 4084, 229, 'Kings Langley', 517139500, -4504400, 0),
(40052, 4038, 229, 'Kings Norton', 524000000, -19333300, 0),
(40053, 4058, 229, 'Kingsbridge', 502845100, -37763800, 0),
(40054, 4164, 229, 'Kingsbury', 515857100, -2769300, 0),
(40055, 4081, 229, 'Kingsclere', 513248700, -12433900, 0),
(40056, 4089, 229, 'Kingsgate', 513782900, 14315300, 0),
(40057, 4058, 229, 'Kingskerswell', 504991500, -35819500, 0),
(40058, 4098, 229, 'Kingsnorth', 511186100, 8584800, 0),
(40059, 4058, 229, 'Kingsteignton', 505500000, -35833300, 0),
(40060, 4116, 229, 'Kingsthorpe', 522619900, -9002900, 0),
(40061, 4105, 229, 'Kingston', 503166700, -39166700, 0),
(40062, 4121, 229, 'Kingston Bagpuize', 516815000, -14204100, 0),
(40063, 4079, 229, 'Kingston upon Thames', 514125900, -2974000, 0),
(40064, 4083, 229, 'Kingstone', 520166700, -28333300, 0),
(40065, 4058, 229, 'Kingswear', 503490900, -35729800, 0),
(40066, 4062, 229, 'Kingswinford', 524975500, -21688900, 0),
(40067, 4164, 229, 'Kingswood', 512932700, -2089100, 0),
(40068, 4083, 229, 'Kington', 522000000, -20166700, 0),
(40069, 4169, 229, 'Kington Saint Michael', 514961100, -21402800, 0),
(40070, 4023, 229, 'Kinson', 507655300, -19096300, 0),
(40071, 4039, 229, 'Kippax', 537668700, -13709900, 0),
(40072, 4057, 229, 'Kirk Ireton', 530478500, -16030600, 0),
(40073, 4060, 229, 'Kirk Sandall', 535621100, -10687600, 0),
(40074, 4090, 229, 'Kirkburton', 536104700, -17029200, 0),
(40075, 4091, 229, 'Kirkby', 534833300, -29000000, 0),
(40076, 4053, 229, 'Kirkby Lonsdale', 542025900, -25982700, 0),
(40077, 4119, 229, 'Kirkby in Ashfield', 530998200, -12437900, 0),
(40078, 4115, 229, 'Kirkham', 537824400, -28718900, 0),
(40079, 4117, 229, 'Kirkheaton', 536571500, -17286300, 0),
(40080, 4053, 229, 'Kirkland', 546857400, -25514000, 0),
(40081, 4129, 229, 'Kirkleatham', 545884800, -10818100, 0),
(40082, 4039, 229, 'Kirkstall', 538158100, -16021500, 0),
(40083, 4132, 229, 'Kiveton Park', 533412000, -12549800, 0),
(40084, 4094, 229, 'Knaith', 533532300, -7555500, 0),
(40085, 4156, 229, 'Knaphill', 513189200, -6154100, 0),
(40086, 4115, 229, 'Knaresborough', 540091000, -14685100, 0),
(40087, 4084, 229, 'Knebworth', 518667400, -1839400, 0),
(40088, 4079, 229, 'Knightsbridge', 515015300, -1618800, 0),
(40089, 4089, 229, 'Knockholt', 513108500, 1056100, 0),
(40090, 4041, 229, 'Knottingley', 537077800, -12563900, 0),
(40091, 4170, 229, 'Knowl Hill', 515071900, -8183100, 0),
(40092, 4141, 229, 'Knowle', 523833300, -17333300, 0),
(40093, 4089, 229, 'Knowlton', 512333300, 12666700, 0),
(40094, 4091, 229, 'Knowsley', 534540100, -28539600, 0),
(40095, 4036, 229, 'Knutsford', 533028900, -23748200, 0),
(40096, 4111, 229, 'Laceby', 535409200, -1683000, 0),
(40097, 4129, 229, 'Lackenby', 545666700, -11333300, 0),
(40098, 4164, 229, 'Ladbroke', 522253000, -13887800, 0),
(40099, 1030, 229, 'Ladybarn', 534354100, -22144700, 0),
(40100, 4073, 229, 'Laindon', 515763000, 4216900, 0),
(40101, 4154, 229, 'Lakenheath', 524175500, 5221100, 0),
(40102, 4156, 229, 'Laleham', 514095900, -4893600, 0),
(40103, 4079, 229, 'Lambeth', 514963500, -1115200, 0),
(40104, 4092, 229, 'Lancaster', 540666700, -28333300, 0),
(40105, 4049, 229, 'Lanchester', 548210800, -17425600, 0),
(40106, 4168, 229, 'Lancing', 508288200, -3224700, 0),
(40107, 4032, 229, 'Landbeach', 522644800, 1622600, 0),
(40108, 4169, 229, 'Landford', 509682700, -16354500, 0),
(40109, 4073, 229, 'Langdon Hills', 515616600, 4219000, 0),
(40110, 4109, 229, 'Langford', 517236300, -16434900, 0),
(40111, 4092, 229, 'Langho', 538021700, -24507600, 0),
(40112, 4117, 229, 'Langley', 508094100, -13691700, 0),
(40113, 4140, 229, 'Langley Marish', 515000000, -5500000, 0),
(40114, 4049, 229, 'Langley Park', 547997900, -16700500, 0),
(40115, 4142, 229, 'Langport', 510377800, -28280600, 0),
(40116, 4094, 229, 'Langtoft', 526983400, -3404000, 0),
(40117, 4058, 229, 'Langtree', 509166700, -42000000, 0),
(40118, 4169, 229, 'Lark Hill', 512000000, -18166700, 0),
(40119, 4089, 229, 'Larkfield', 512945600, 4261500, 0),
(40120, 4163, 229, 'Latchford', 533833300, -25666700, 0),
(40121, 4094, 229, 'Laughton', 508982200, 1342000, 0),
(40122, 4132, 229, 'Laughton en le Morthen', 533878300, -12225700, 0),
(40123, 4048, 229, 'Launceston', 506369900, -43600600, 0),
(40124, 4121, 229, 'Launton', 518975200, -11160600, 0),
(40125, 4048, 229, 'Lawhitton', 506176100, -43259100, 0),
(40126, 4157, 229, 'Lawley Bank', 526833300, -24833300, 0),
(40127, 4073, 229, 'Layer de la Haye', 518459300, 8574500, 0),
(40128, 4129, 229, 'Lazenby', 545705200, -11151100, 0),
(40129, 4094, 229, 'Lea', 515752800, -20630600, 0),
(40130, 4092, 229, 'Lea Town', 537740100, -27960400, 0),
(40131, 4096, 229, 'Leagrave', 519021900, -4599900, 0),
(40132, 4156, 229, 'Leatherhead', 512959300, -3259000, 0),
(40133, 4115, 229, 'Leathley', 539186300, -16474900, 0),
(40134, 4078, 229, 'Lechlade', 516940300, -16912800, 0),
(40135, 4078, 229, 'Leckhampton', 518827600, -20792800, 0),
(40136, 4069, 229, 'Leconfield', 538773000, -4572900, 0),
(40137, 4083, 229, 'Ledbury', 520363900, -24263500, 0),
(40138, 4081, 229, 'Lee-on-the-Solent', 508016900, -12017400, 0),
(40139, 4138, 229, 'Leebotwood', 525845700, -27751700, 0),
(40140, 4039, 229, 'Leeds', 512467700, 6068200, 0),
(40141, 4150, 229, 'Leek', 531043400, -20220700, 0),
(40142, 4015, 229, 'Lees', 535333300, -20666700, 0),
(40143, 4044, 229, 'Leicester', 526386000, -11316900, 0),
(40144, 4022, 229, 'Leigh', 508666700, -25500000, 0),
(40145, 4114, 229, 'Leigh Woods', 514497300, -26417700, 0),
(40146, 4148, 229, 'Leigh-on-Sea', 515429700, 6490500, 0),
(40147, 4035, 229, 'Leighton Buzzard', 519172200, -6580200, 0),
(40148, 4083, 229, 'Leintwardine', 523620200, -28763100, 0),
(40149, 4154, 229, 'Leiston', 522061100, 15775700, 0),
(40150, 4107, 229, 'Lemington', 549783600, -17093700, 0),
(40151, 4089, 229, 'Lenham', 512370500, 7189200, 0),
(40152, 4109, 229, 'Lenwade', 527222100, 11060100, 0),
(40153, 4083, 229, 'Leominster', 522265200, -27390700, 0),
(40154, 4117, 229, 'Lesbury', 553983200, -16283000, 0),
(40155, 4084, 229, 'Letchworth', 519794400, -2284000, 0),
(40156, 4084, 229, 'Letchworth Garden City', 519793800, -2266400, 0),
(40157, 4083, 229, 'Letton', 521110200, -29668500, 0),
(40158, 1030, 229, 'Levenshulme', 534442100, -21916300, 0),
(40159, 4094, 229, 'Leverington', 526821100, 1367300, 0),
(40160, 4084, 229, 'Leverstock Green', 517481800, -4326300, 0),
(40161, 4154, 229, 'Levington', 520059300, 12523300, 0),
(40162, 4070, 229, 'Lewes', 508736300, 113300, 0),
(40163, 4079, 229, 'Lewisham', 514643100, -119300, 0),
(40164, 4096, 229, 'Lewsey', 518943900, -4743500, 0),
(40165, 4073, 229, 'Lexden', 518897700, 8558500, 0),
(40166, 4115, 229, 'Leyburn', 543100400, -18304100, 0),
(40167, 4092, 229, 'Leyland', 536978600, -26875800, 0),
(40168, 4079, 229, 'Leyton', 515595600, -77700, 0),
(40169, 4079, 229, 'Leytonstone', 515685600, 76800, 0),
(40170, 4150, 229, 'Lichfield', 526815400, -18254900, 0),
(40171, 4172, 229, 'Lickey End', 523728700, -20144500, 0),
(40172, 4156, 229, 'Lightwater', 513484600, -6714700, 0),
(40173, 4029, 229, 'Lillingstone Dayrell', 520580800, -9604900, 0),
(40174, 4012, 229, 'Limefield', 536109400, -22926400, 0),
(40175, 4079, 229, 'Limehouse', 515141200, -328200, 0),
(40176, 4169, 229, 'Limpley Stoke', 513448700, -23140900, 0),
(40177, 4156, 229, 'Limpsfield', 512587500, 139900, 0),
(40178, 4094, 229, 'Lincoln', 532268300, -5379200, 0),
(40179, 4053, 229, 'Lindale', 542171600, -28960100, 0),
(40180, 4168, 229, 'Lindfield', 510116500, -807700, 0),
(40181, 4090, 229, 'Lindley', 536500000, -18166700, 0),
(40182, 4109, 229, 'Lingwood', 526210400, 14861600, 0),
(40183, 4035, 229, 'Linslade', 519209000, -6728200, 0),
(40184, 4090, 229, 'Linthwaite', 536241800, -18501700, 0),
(40185, 4158, 229, 'Linton', 512176900, 5112900, 0),
(40186, 4081, 229, 'Liphook', 510771600, -8032000, 0),
(40187, 4048, 229, 'Liskeard', 504545000, -44651700, 0),
(40188, 4081, 229, 'Liss', 510439600, -8939300, 0),
(40189, 4109, 229, 'Litcham', 527244100, 7912200, 0),
(40190, 4081, 229, 'Litchfield', 512821600, -13394300, 0),
(40191, 4135, 229, 'Litherland', 534699300, -29980900, 0),
(40192, 4073, 229, 'Little Bentley', 518900800, 10755000, 0),
(40193, 4156, 229, 'Little Bookham', 512829600, -3865700, 0),
(40194, 4029, 229, 'Little Chalfont', 516682900, -5703800, 0),
(40195, 4111, 229, 'Little Coates', 535609200, -1191100, 0),
(40196, 4093, 229, 'Little Dalby', 527194900, -8485100, 0),
(40197, 4109, 229, 'Little Dunham', 526806900, 7616500, 0),
(40198, 4092, 229, 'Little Eccleston', 538517300, -28924900, 0),
(40200, 4005, 229, 'Little Houghton', 535457600, -13599900, 0),
(40201, 4040, 229, 'Little Hulton', 535333300, -24166700, 0),
(40202, 4011, 229, 'Little Lever', 535634600, -23780300, 0),
(40203, 4032, 229, 'Little Paxton', 522504500, -2580100, 0),
(40204, 4109, 229, 'Little Plumstead', 526580600, 14200800, 0),
(40205, 4115, 229, 'Little Ribston', 539742400, -14130000, 0),
(40206, 4037, 229, 'Little Sutton', 532833300, -29500000, 0),
(40207, 4020, 229, 'Little Thurrock', 514763800, 3375400, 0),
(40208, 4073, 229, 'Little Walden', 520508900, 2533700, 0),
(40209, 4016, 229, 'Littleborough', 533333300, -7666700, 0),
(40210, 4089, 229, 'Littlebourne', 512744500, 11668700, 0),
(40211, 4168, 229, 'Littlehampton', 508069100, -5378200, 0),
(40212, 4121, 229, 'Littlemore', 517212300, -12240300, 0),
(40213, 4056, 229, 'Littleover', 529056500, -15067900, 0),
(40214, 4032, 229, 'Littleport', 524578400, 3060300, 0),
(40216, 4081, 229, 'Littleton', 510833300, -13500000, 0),
(40217, 4121, 229, 'Littleworth', 516720400, -15490100, 0),
(40218, 4095, 229, 'Liverpool', 534105800, -29779400, 0),
(40219, 4090, 229, 'Liversedge', 537051400, -16932700, 0),
(40220, 4081, 229, 'Locks Heath', 508631300, -12733000, 0),
(40221, 4109, 229, 'Loddon', 525327000, 14818300, 0),
(40222, 4061, 229, 'Loders', 507453100, -27168100, 0),
(40223, 4041, 229, 'Lofthouse Gate', 537167200, -14959000, 0),
(40224, 4129, 229, 'Loftus', 545554300, -8945900, 0),
(40225, 4069, 229, 'Londesborough', 538833300, -6833300, 0),
(40226, 4079, 229, 'London', 515085300, -1257400, 0),
(40227, 4084, 229, 'London Colney', 517245300, -2964600, 0),
(40228, 4164, 229, 'Long Compton', 519929800, -15822200, 0),
(40229, 4156, 229, 'Long Ditton', 513843200, -3204100, 0),
(40230, 4057, 229, 'Long Eaton', 528985500, -12713600, 0),
(40231, 4164, 229, 'Long Itchington', 522839600, -13924300, 0),
(40232, 4115, 229, 'Long Marston', 518316100, -6978500, 0),
(40233, 4154, 229, 'Long Melford', 520748100, 7163900, 0),
(40234, 4152, 229, 'Long Newton', 545333300, -14166700, 0),
(40235, 4094, 229, 'Long Sutton', 510244400, -27583300, 0),
(40236, 4038, 229, 'Longbridge', 524000000, -19833300, 0),
(40237, 4156, 229, 'Longcross', 513774600, -5892300, 0),
(40238, 4019, 229, 'Longdendale', 534666700, -20000000, 0),
(40239, 4058, 229, 'Longdown', 507000000, -36166700, 0),
(40240, 4089, 229, 'Longfield', 513969000, 3021200, 0),
(40241, 4057, 229, 'Longford', 524333300, -14833300, 0),
(40242, 4109, 229, 'Longham', 507863000, -19067300, 0),
(40243, 4136, 229, 'Longley', 534133700, -14581800, 0),
(40244, 4153, 229, 'Longport', 530446700, -22132700, 0),
(40245, 1030, 229, 'Longsight', 534580100, -22010400, 0),
(40246, 4124, 229, 'Longthorpe', 525670000, -2830000, 0),
(40247, 4092, 229, 'Longton', 529833300, -21333300, 0),
(40248, 4144, 229, 'Longwell Green', 514418100, -24916600, 0),
(40249, 4121, 229, 'Longworth', 516913900, -14375400, 0),
(40250, 4048, 229, 'Looe', 503577800, -44541800, 0),
(40251, 4089, 229, 'Loose', 512394800, 5171600, 0),
(40252, 4011, 229, 'Lostock', 535788500, -25026500, 0),
(40253, 4037, 229, 'Lostock Gralam', 532706300, -24643400, 0),
(40254, 4048, 229, 'Lostwithiel', 504078400, -46702300, 0),
(40255, 4029, 229, 'Loudwater', 516000000, -7000000, 0),
(40256, 4093, 229, 'Loughborough', 527666700, -12000000, 0),
(40257, 4138, 229, 'Loughton', 516460100, 538200, 0),
(40258, 4094, 229, 'Louth', 533666400, -43800, 0),
(40259, 4060, 229, 'Loversall', 534815000, -11364900, 0),
(40260, 4025, 229, 'Low Moor', 537543900, -17621900, 0),
(40261, 4020, 229, 'Low Street', 514730700, 3996900, 0),
(40262, 4076, 229, 'Low Team', 549500000, -16333300, 0),
(40263, 4129, 229, 'Low Throston', 547000000, -12333300, 0),
(40264, 4119, 229, 'Lowdham', 530120500, -10048300, 0),
(40265, 4121, 229, 'Lower Assendon', 515549800, -9276600, 0),
(40266, 4083, 229, 'Lower Bullingham', 520333300, -27000000, 0),
(40267, 4108, 229, 'Lower Clapton', 515526700, -529400, 0),
(40268, 4008, 229, 'Lower Darwen', 537214500, -24750500, 0),
(40269, 4170, 229, 'Lower Earley', 514270800, -9197900, 0),
(40270, 4079, 229, 'Lower Edmonton', 516304900, -656600, 0),
(40271, 4062, 229, 'Lower Gornal', 525210400, -21231100, 0),
(40272, 4089, 229, 'Lower Halstow', 513739500, 6681900, 0),
(40273, 4089, 229, 'Lower Hardres', 512363400, 10796600, 0),
(40274, 4079, 229, 'Lower Holloway', 515505800, -1177900, 0),
(40275, 4114, 229, 'Lower Langford', 513399600, -27814100, 0),
(40276, 4150, 229, 'Lower Penn', 525618700, -21936400, 0),
(40277, 4154, 229, 'Lowestoft', 524752000, 17515900, 0),
(40278, 4022, 229, 'Lowton', 534666700, -25833300, 0),
(40279, 4164, 229, 'Loxley', 521748300, -16231400, 0),
(40280, 4168, 229, 'Loxwood', 510778100, -5187200, 0),
(40281, 4169, 229, 'Luckington', 515544400, -22422200, 0),
(40282, 4089, 229, 'Luddenham', 513322200, 8593400, 0),
(40283, 4029, 229, 'Ludgershall', 512555800, -16222000, 0),
(40284, 4138, 229, 'Ludlow', 523743100, -27131100, 0),
(40285, 4069, 229, 'Lund', 539192000, -5221100, 0),
(40286, 4005, 229, 'Lundwood', 535611600, -14338100, 0),
(40287, 4053, 229, 'Lupton', 542246300, -26855100, 0),
(40288, 4096, 229, 'Luton', 505833300, -35500000, 0),
(40289, 4093, 229, 'Lutterworth', 524563400, -12021800, 0),
(40290, 4089, 229, 'Lydd', 509522600, 9074000, 0),
(40291, 4031, 229, 'Lydgate', 537166700, -21166700, 0),
(40292, 4169, 229, 'Lydiard Millicent', 515711700, -18634600, 0),
(40293, 4169, 229, 'Lydiard Tregoze', 515500000, -18500000, 0),
(40294, 4135, 229, 'Lydiate', 535304600, -29547600, 0),
(40295, 4078, 229, 'Lydney', 517259800, -25260500, 0),
(40296, 4061, 229, 'Lyme Regis', 507265400, -29347700, 0),
(40297, 4089, 229, 'Lyminge', 511295100, 10889600, 0),
(40298, 4081, 229, 'Lymington', 507576700, -15443000, 0),
(40299, 4163, 229, 'Lymm', 533810500, -24776300, 0),
(40300, 4089, 229, 'Lympne', 510777300, 10280800, 0),
(40301, 4081, 229, 'Lyndhurst', 508725900, -15766200, 0),
(40302, 4169, 229, 'Lyneham', 515166700, -19666700, 0),
(40303, 4117, 229, 'Lynemouth', 552130600, -15425000, 0),
(40304, 4109, 229, 'Lyng', 510572200, -29500000, 0),
(40305, 4083, 229, 'Lyonshall', 521980200, -29746700, 0),
(40306, 4061, 229, 'Lytchett Matravers', 507582600, -20780600, 0),
(40307, 4061, 229, 'Lytchett Minster', 507350200, -20573600, 0),
(40308, 4092, 229, 'Lytham', 537369500, -29629300, 0),
(40309, 4092, 229, 'Lytham St Annes', 515085300, -1257400, 0),
(40310, 4094, 229, 'Mablethorpe', 533409000, 2610200, 0),
(40311, 4036, 229, 'Macclesfield', 532602300, -21256400, 0),
(40312, 4150, 229, 'Madeley', 526333300, -24333300, 0),
(40313, 4032, 229, 'Madingley', 522279000, 427000, 0),
(40314, 4083, 229, 'Madley', 520443600, -28473800, 0),
(40315, 4135, 229, 'Maghull', 535161900, -29411700, 0),
(40316, 4079, 229, 'Maida Hill', 515274000, -1899000, 0),
(40317, 4079, 229, 'Maida Vale', 515303200, -1874500, 0),
(40318, 4168, 229, 'Maidenbower', 511078100, -1528600, 0),
(40319, 4154, 229, 'Maidenhall', 520444700, 11467000, 0),
(40320, 4133, 229, 'Maidenhead', 515227900, -7198600, 0),
(40321, 4089, 229, 'Maidstone', 512666700, 5166700, 0),
(40322, 4058, 229, 'Malborough', 502432000, -38114000, 0),
(40323, 4079, 229, 'Malden', 514000000, -2500000, 0),
(40324, 4073, 229, 'Maldon', 517311000, 6746300, 0),
(40325, 4157, 229, 'Malins Lee', 526726800, -24551900, 0),
(40326, 4169, 229, 'Malmesbury', 515817500, -20970800, 0),
(40327, 4037, 229, 'Malpas', 530166700, -27666700, 0),
(40328, 4132, 229, 'Maltby', 534166700, -12000000, 0),
(40329, 4115, 229, 'Malton', 541345400, -7966900, 0),
(40330, 4172, 229, 'Malvern', 521075100, -23243000, 0),
(40331, 4172, 229, 'Malvern Link', 521281800, -23140200, 0),
(40332, 4172, 229, 'Malvern Wells', 520784300, -23324000, 0),
(40333, 4125, 229, 'Manadon', 504041400, -41446200, 0),
(40334, 1030, 229, 'Manchester', 534809500, -22374300, 0),
(40335, 1030, 229, 'Manchester City Centre', 534818900, -22388900, 0),
(40336, 4144, 229, 'Mangotsfield', 514878000, -25040300, 0),
(40337, 4125, 229, 'Mannamead', 503891400, -41299000, 0),
(40338, 4073, 229, 'Manningtree', 519453800, 10611200, 0),
(40339, 4136, 229, 'Manor', 533680100, -14192700, 0),
(40340, 4119, 229, 'Mansfield', 531333300, -12000000, 0),
(40341, 4119, 229, 'Mansfield Woodhouse', 531649500, -11938400, 0),
(40342, 4113, 229, 'Manton', 514152100, -17561800, 0),
(40343, 4084, 229, 'Maple Cross', 516250000, -5080000, 0),
(40344, 4121, 229, 'Mapledurham', 514867600, -10349500, 0),
(40345, 4048, 229, 'Marazion', 501255600, -54750500, 0),
(40346, 4079, 229, 'Marble Arch', 515141400, -1582300, 0),
(40347, 4036, 229, 'Marbury', 530000000, -26500000, 0),
(40348, 4032, 229, 'March', 525513100, 882800, 0),
(40349, 4150, 229, 'Marchington', 528754500, -18024400, 0),
(40350, 4150, 229, 'Marchington Woodlands', 528545900, -18261500, 0),
(40351, 4081, 229, 'Marchwood', 508896600, -14544000, 0),
(40352, 4043, 229, 'Marfleet', 537495300, -2725800, 0),
(40353, 4073, 229, 'Margaret Roding', 517847100, 3157700, 0),
(40354, 4089, 229, 'Margate', 513813200, 13861700, 0),
(40355, 4124, 229, 'Marholm', 526046900, -3082400, 0),
(40356, 4063, 229, 'Mark', 512269900, -28901400, 0),
(40357, 4094, 229, 'Market Deeping', 526765400, -3162900, 0),
(40358, 4138, 229, 'Market Drayton', 529053800, -24901200, 0),
(40359, 4093, 229, 'Market Harborough', 524776000, -9205300, 0),
(40360, 4094, 229, 'Market Rasen', 533876400, -3378100, 0),
(40361, 4119, 229, 'Market Warsop', 532051600, -11525700, 0),
(40362, 4069, 229, 'Market Weighton', 538631000, -6650500, 0),
(40363, 4093, 229, 'Markfield', 526874700, -12747600, 0),
(40364, 4084, 229, 'Markyate', 518384600, -4634500, 0),
(40365, 4169, 229, 'Marlborough', 514206200, -17275100, 0),
(40366, 4058, 229, 'Marldon', 504551200, -35967800, 0),
(40367, 4029, 229, 'Marlow', 515693300, -7741500, 0),
(40368, 4017, 229, 'Marple', 533945200, -20629200, 0),
(40369, 4146, 229, 'Marsden', 536000000, -19166700, 0),
(40370, 4090, 229, 'Marsh', 536526800, -18116400, 0),
(40371, 4092, 229, 'Marshaw', 539750300, -26259700, 0),
(40372, 4037, 229, 'Marston', 513108300, -20497200, 0),
(40373, 4141, 229, 'Marston Green', 524684600, -17482000, 0),
(40374, 4036, 229, 'Marthall', 532779700, -23025700, 0),
(40375, 4109, 229, 'Martham', 527046400, 16363600, 0),
(40376, 4094, 229, 'Martin', 509666700, -19000000, 0),
(40377, 4154, 229, 'Martlesham', 520737600, 12820500, 0),
(40378, 4142, 229, 'Martock', 509736100, -27668400, 0),
(40379, 4115, 229, 'Marton', 523158200, -14041000, 0),
(40380, 4079, 229, 'Marylebone', 515254100, -1680600, 0),
(40381, 4053, 229, 'Maryport', 547143400, -34950900, 0),
(40382, 4057, 229, 'Matlock', 531383800, -15556000, 0),
(40383, 4057, 229, 'Matlock Bank', 531333300, -15500000, 0),
(40384, 4078, 229, 'Matson', 518377400, -22122600, 0),
(40385, 4109, 229, 'Mattishall', 526590500, 10325000, 0),
(40386, 4079, 229, 'Mawneys', 515897100, 1597300, 0),
(40387, 4079, 229, 'Mayfair', 515095400, -1490000, 0),
(40388, 4150, 229, 'Mayfield', 510201300, 2584400, 0),
(40389, 4073, 229, 'Mayland', 516803300, 7671500, 0),
(40390, 4118, 229, 'Meadows', 529417100, -11500000, 0),
(40391, 4039, 229, 'Meanwood', 538281100, -15664700, 0),
(40392, 4032, 229, 'Melbourn', 520812800, 151400, 0),
(40393, 4069, 229, 'Melbourne', 528219000, -14252200, 0),
(40394, 4061, 229, 'Melcombe Regis', 506205700, -24513600, 0),
(40395, 4032, 229, 'Meldreth', 520939600, 80700, 0),
(40396, 4169, 229, 'Melksham', 513728100, -21400200, 0),
(40397, 4142, 229, 'Mells', 512400000, -23913900, 0),
(40398, 4053, 229, 'Melmerby', 541833300, -14833300, 0),
(40399, 4154, 229, 'Melton', 521050000, 13298400, 0),
(40400, 4109, 229, 'Melton Constable', 528564400, 10374300, 0),
(40401, 4093, 229, 'Melton Mowbray', 527658800, -8869300, 0),
(40402, 4142, 229, 'Mendip', 512372000, -26266000, 0),
(40403, 4154, 229, 'Mendlesham', 522501400, 10813000, 0),
(40404, 4025, 229, 'Menston', 538904100, -17439500, 0),
(40405, 4138, 229, 'Meole Brace', 526871600, -27560700, 0),
(40406, 4081, 229, 'Meonstoke', 509775100, -11276000, 0),
(40407, 4089, 229, 'Meopham', 513684400, 3600700, 0),
(40408, 4035, 229, 'Meppershall', 520171300, -3399100, 0),
(40409, 4036, 229, 'Mere', 510888900, -22669400, 0),
(40410, 4141, 229, 'Meriden', 524377000, -16436600, 0),
(40411, 4142, 229, 'Merriott', 509127500, -27953800, 0),
(40412, 4171, 229, 'Merry Hill', 525709500, -21677400, 0),
(40413, 4156, 229, 'Merstham', 512648400, -1529500, 0),
(40414, 4109, 229, 'Merton', 508833300, -41000000, 0),
(40415, 4079, 229, 'Merton Park', 514076700, -2003300, 0),
(40416, 4060, 229, 'Mexborough', 534938900, -12924300, 0),
(40417, 4037, 229, 'Mickle Trafford', 532214600, -28322500, 0),
(40418, 4164, 229, 'Middle Tysoe', 520952000, -15056100, 0),
(40419, 4101, 229, 'Middlesbrough', 545762300, -12348300, 0),
(40420, 4004, 229, 'Middleton', 520225300, 7267700, 0),
(40421, 4168, 229, 'Middleton-on-Sea', 507935700, -6200400, 0),
(40422, 4036, 229, 'Middlewich', 531929600, -24440200, 0),
(40423, 4006, 229, 'Midford', 513458500, -23464600, 0),
(40424, 4168, 229, 'Midhurst', 509855900, -7400300, 0),
(40425, 4006, 229, 'Midsomer Norton', 512856700, -24859100, 0),
(40426, 4154, 229, 'Mildenhall', 514256000, -16998800, 0),
(40427, 4073, 229, 'Mile End', 515250100, -317600, 0),
(40428, 4150, 229, 'Milford', 509666700, -45166700, 0),
(40429, 4079, 229, 'Mill Hill', 516142900, -2482200, 0),
(40430, 4079, 229, 'Mill Hill East', 516044500, -2064200, 0),
(40431, 4147, 229, 'Millbrook', 503666700, -41833300, 0),
(40432, 4053, 229, 'Millom', 542107200, -32720000, 0),
(40433, 4079, 229, 'Millwall', 514905800, -237500, 0),
(40434, 4016, 229, 'Milnrow', 536111500, -21126600, 0),
(40435, 4053, 229, 'Milnthorpe', 542166700, -27666700, 0),
(40436, 4085, 229, 'Milton', 507333300, -16500000, 0),
(40437, 4061, 229, 'Milton Abbas', 508159600, -22746900, 0),
(40438, 4103, 229, 'Milton Keynes', 520417200, -7558300, 0),
(40439, 4089, 229, 'Milton Regis', 513530200, 7299700, 0),
(40440, 4078, 229, 'Minchinhampton', 517067500, -21850200, 0),
(40441, 4142, 229, 'Minehead', 512056500, -34787500, 0),
(40442, 4089, 229, 'Minster', 513333500, 13141500, 0),
(40443, 4090, 229, 'Mirfield', 536734300, -16963600, 0),
(40444, 4073, 229, 'Mistley', 519433100, 10825400, 0),
(40445, 4079, 229, 'Mitcham', 514047400, -1640400, 0),
(40446, 4078, 229, 'Mitcheldean', 518644000, -24895000, 0),
(40447, 4150, 229, 'Moddershall', 529282200, -21108000, 0),
(40448, 4093, 229, 'Moira', 527369800, -15349600, 0),
(40449, 4014, 229, 'Monkseaton', 550423400, -14659000, 0),
(40450, 4143, 229, 'Monkton', 508166700, -31500000, 0),
(40451, 4142, 229, 'Monkton Heathfield', 510359700, -30654600, 0),
(40452, 4155, 229, 'Monkwearmouth', 549145500, -13823000, 0),
(40453, 4171, 229, 'Monmore Green', 525772400, -21079300, 0),
(40454, 4078, 229, 'Montpellier', 518932000, -20832800, 0),
(40455, 4084, 229, 'Moor Park', 516295000, -4341200, 0),
(40456, 4053, 229, 'Moor Row', 545151500, -35372500, 0),
(40457, 4013, 229, 'Moore', 533538100, -26343900, 0),
(40458, 4015, 229, 'Moorside', 535666700, -20666700, 0),
(40459, 4079, 229, 'Morden', 507666700, -21166700, 0),
(40460, 4138, 229, 'More', 525175200, -29692400, 0),
(40461, 4092, 229, 'Morecambe', 540683500, -28610800, 0),
(40462, 4092, 229, 'Morecambe Bay', 540473500, -29026200, 0),
(40463, 4078, 229, 'Moreton in Marsh', 519896400, -17029700, 0),
(40464, 4083, 229, 'Moreton on Lugg', 521072300, -27222700, 0),
(40465, 4058, 229, 'Moretonhampstead', 506607700, -37649500, 0),
(40466, 4117, 229, 'Morpeth', 551676500, -16912000, 0),
(40467, 4081, 229, 'Mortimer Common', 513769200, -10629700, 0),
(40468, 4119, 229, 'Morton', 516116700, -25125000, 0),
(40469, 4136, 229, 'Mosbrough', 533166700, -13666700, 0),
(40470, 4038, 229, 'Moseley', 524468600, -18881900, 0),
(40471, 4060, 229, 'Moss', 536166700, -11000000, 0),
(40472, 4053, 229, 'Mossbay', 546333300, -35500000, 0),
(40473, 4019, 229, 'Mossley', 535145400, -20346200, 0),
(40474, 1030, 229, 'Moston', 535093400, -21818200, 0),
(40475, 4061, 229, 'Motcombe', 510292900, -22162700, 0),
(40476, 4079, 229, 'Mottingham', 514527200, 385400, 0),
(40477, 4103, 229, 'Moulsoe', 520688000, -6732600, 0),
(40478, 4115, 229, 'Moulton', 522524000, 4828800, 0),
(40479, 4079, 229, 'Mount Pleasant', 515236200, -1122500, 0),
(40480, 4073, 229, 'Mountnessing', 516549300, 3561100, 0),
(40481, 4093, 229, 'Mountsorrel', 527166700, -11500000, 0),
(40482, 4084, 229, 'Much Hadham', 518540700, 718800, 0),
(40483, 4092, 229, 'Much Hoole', 537012500, -28012000, 0),
(40484, 4138, 229, 'Much Wenlock', 525958200, -25574900, 0),
(40485, 4032, 229, 'Murrow', 526425700, 273800, 0),
(40486, 4089, 229, 'Murston', 513407500, 7525800, 0),
(40487, 4079, 229, 'Muswell Hill', 515905400, -1421200, 0),
(40488, 4157, 229, 'Muxton', 527254800, -24224900, 0),
(40489, 4156, 229, 'Mytchett', 512875800, -7256100, 0),
(40490, 4031, 229, 'Mytholmroyd', 537306500, -19825800, 0),
(40491, 4069, 229, 'Nafferton', 540191700, -3897600, 0),
(40492, 4114, 229, 'Nailsea', 514323900, -27584700, 0),
(40493, 4078, 229, 'Nailsworth', 516938200, -22199000, 0),
(40494, 4048, 229, 'Nancekuke', 502666700, -52666700, 0),
(40495, 4036, 229, 'Nantwich', 530687800, -25205100, 0),
(40496, 4084, 229, 'Napsbury Park', 517222400, -3132000, 0),
(40497, 4164, 229, 'Napton on the Hill', 522489800, -13184500, 0),
(40498, 4109, 229, 'Narborough', 525666700, -12000000, 0),
(40499, 4053, 229, 'Nateby', 544568700, -23486700, 0),
(40500, 4053, 229, 'Natland', 542965100, -27390100, 0),
(40501, 4154, 229, 'Nayland', 519724600, 8714400, 0),
(40502, 4073, 229, 'Nazeing', 517403200, 471200, 0),
(40503, 4079, 229, 'Neasden', 515500000, -2500000, 0),
(40504, 4109, 229, 'Neaton', 525666700, 8166700, 0),
(40505, 4154, 229, 'Needham Market', 521555000, 10516000, 0),
(40506, 4032, 229, 'Needingworth', 523305100, -311600, 0),
(40507, 4136, 229, 'Neepsend', 533954900, -14855200, 0),
(40508, 4037, 229, 'Neston', 514122200, -22005600, 0),
(40509, 4136, 229, 'Nether Edge', 533593400, -14875900, 0),
(40510, 4045, 229, 'Nether Poppleton', 539879300, -11506200, 0),
(40511, 4053, 229, 'Nether Staveley', 543718600, -28187700, 0),
(40512, 4062, 229, 'Netherton', 524833300, -20833300, 0),
(40513, 4142, 229, 'Nettlecombe', 511311100, -33455600, 0),
(40514, 4073, 229, 'Nevendon', 515951000, 5294000, 0),
(40515, 4079, 229, 'New Barnet', 516496900, -1752700, 0),
(40516, 4079, 229, 'New Bedfont', 514548600, -4317300, 0),
(40517, 4164, 229, 'New Bilton', 523666700, -12833300, 0),
(40518, 4149, 229, 'New Boston', 534711600, -26481000, 0),
(40519, 4049, 229, 'New Brancepeth', 547689200, -16528900, 0),
(40520, 4100, 229, 'New Brighton', 534333300, -30333300, 0),
(40521, 4079, 229, 'New Cross', 514753400, -383700, 0),
(40522, 4015, 229, 'New Delph', 535666700, -20166700, 0),
(40523, 4045, 229, 'New Earswick', 539908800, -10726400, 0),
(40524, 4079, 229, 'New Eltham', 514376400, 721000, 0),
(40525, 4100, 229, 'New Ferry', 533604600, -29937700, 0),
(40526, 4113, 229, 'New Holland', 537000400, -3605900, 0),
(40527, 4079, 229, 'New Malden', 513991500, -2556000, 0),
(40528, 4081, 229, 'New Milton', 507560100, -16658000, 0),
(40529, 4048, 229, 'New Polzeath', 505777900, -49131100, 0),
(40530, 4049, 229, 'New Shildon', 546258300, -16442000, 0),
(40531, 4155, 229, 'New Silksworth', 548752700, -14082400, 0),
(40532, 4079, 229, 'New Southgate', 516197400, -1296600, 0),
(40533, 4094, 229, 'New York', 530789700, -1400800, 0),
(40534, 4119, 229, 'Newark on Trent', 530666700, -8166700, 0),
(40535, 4057, 229, 'Newbold', 532500000, -14500000, 0),
(40536, 4164, 229, 'Newbold on Avon', 523912600, -12866000, 0),
(40537, 4002, 229, 'Newborough', 526389000, -2233300, 0),
(40538, 4071, 229, 'Newbridge', 506868900, -14193200, 0),
(40539, 4165, 229, 'Newbury', 514003300, -13205900, 0),
(40540, 4138, 229, 'Newcastle', 524333300, -31166700, 0),
(40541, 4150, 229, 'Newcastle under Lyme', 530000000, -22333300, 0),
(40542, 4107, 229, 'Newcastle upon Tyne', 549732800, -16139600, 0),
(40543, 4156, 229, 'Newdigate', 511662700, -2898500, 0),
(40544, 4078, 229, 'Newent', 519336500, -24081500, 0),
(40545, 4057, 229, 'Newhall', 527666700, -15666700, 0),
(40546, 4117, 229, 'Newham', 555333300, -17166700, 0),
(40547, 4070, 229, 'Newick', 509751800, 157900, 0),
(40548, 4117, 229, 'Newlands', 545830800, -31672900, 0),
(40549, 4048, 229, 'Newlyn East', 503666700, -50500000, 0),
(40550, 4055, 229, 'Newmarket', 522446700, 4041800, 0),
(40551, 4041, 229, 'Newmillerdam', 536382500, -14978600, 0),
(40552, 4172, 229, 'Newnham', 512844700, 8012300, 0),
(40553, 4069, 229, 'Newport', 507014600, -12912400, 0),
(40554, 4103, 229, 'Newport Pagnell', 520873100, -7221800, 0),
(40555, 4048, 229, 'Newquay', 504131700, -50818600, 0),
(40556, 4004, 229, 'Newton', 524333300, -7000000, 0),
(40557, 4058, 229, 'Newton Abbot', 505285800, -36118600, 0),
(40558, 4049, 229, 'Newton Aycliffe', 546184200, -15719000, 0),
(40559, 1030, 229, 'Newton Heath', 535009600, -21804900, 0),
(40560, 4029, 229, 'Newton Longville', 519760000, -7659500, 0),
(40561, 4019, 229, 'Newton Moor Industrial Estate', 534628600, -20690300, 0),
(40562, 4058, 229, 'Newton Poppleford', 507000000, -32958600, 0),
(40563, 4149, 229, 'Newton in Makerfield', 534500800, -26338800, 0),
(40564, 4149, 229, 'Newton-le-Willows', 534500000, -26000000, 0),
(40565, 4093, 229, 'Newtown Limford', 526666700, -12333300, 0),
(40566, 4079, 229, 'Nine Elms', 514811700, -1371600, 0),
(40567, 4009, 229, 'Norbreck', 538576800, -30471900, 0),
(40568, 4079, 229, 'Norbury', 514166700, -1166700, 0),
(40569, 4156, 229, 'Normandy', 512575100, -6747200, 0),
(40570, 4041, 229, 'Normanton', 528833300, -14833300, 0),
(40571, 4119, 229, 'Normanton on the Wolds', 528901600, -10756300, 0),
(40572, 4079, 229, 'North Acton', 515226300, -2584800, 0),
(40573, 4081, 229, 'North Baddesley', 509774500, -14454700, 0),
(40574, 4169, 229, 'North Bradley', 512950000, -22047200, 0),
(40575, 4081, 229, 'North Camp', 512738000, -7457800, 0),
(40576, 4119, 229, 'North Collingham', 531500000, -7500000, 0),
(40577, 4127, 229, 'North End', 508183000, -10719400, 0),
(40578, 4069, 229, 'North Ferriby', 537212400, -5052000, 0),
(40579, 4079, 229, 'North Finchley', 516077300, -1660000, 0),
(40580, 4121, 229, 'North Hinksey', 517501500, -12920100, 0),
(40581, 4079, 229, 'North Kensington', 514954400, -1780100, 0),
(40582, 4079, 229, 'North London', 515531700, -1225700, 0),
(40583, 4078, 229, 'North Nibley', 516605600, -23755600, 0),
(40584, 4079, 229, 'North Ockendon', 515419600, 3001500, 0),
(40585, 4142, 229, 'North Petherton', 510924300, -30154900, 0),
(40586, 4048, 229, 'North Petherwin', 506769500, -44335400, 0),
(40587, 4036, 229, 'North Rode', 531955700, -21674500, 0),
(40588, 4117, 229, 'North Seaton', 551739200, -15418400, 0),
(40589, 4014, 229, 'North Shields', 550164600, -14492500, 0),
(40590, 4020, 229, 'North Stifford', 514968800, 3033300, 0),
(40591, 4081, 229, 'North Stoneham', 509532100, -13704400, 0),
(40592, 4058, 229, 'North Tawton', 507996800, -38975900, 0),
(40593, 4109, 229, 'North Walsham', 528212100, 13874600, 0),
(40594, 4084, 229, 'North Watford', 516807200, -3944600, 0),
(40595, 4079, 229, 'North West London', 515585000, -2382700, 0),
(40596, 4079, 229, 'North Woolwich', 514998800, 631000, 0),
(40597, 4115, 229, 'North Yorkshire', 540736900, -9503200, 0),
(40598, 4115, 229, 'Northallerton', 543390100, -14324300, 0),
(40599, 4116, 229, 'Northampton', 522500000, -8833300, 0),
(40600, 4084, 229, 'Northaw', 517034400, -1479500, 0),
(40601, 4089, 229, 'Northbourne', 507690900, -18918800, 0),
(40602, 4084, 229, 'Northchurch', 517711300, -5851900, 0),
(40603, 1030, 229, 'Northenden', 534079900, -22578200, 0),
(40604, 4038, 229, 'Northfield', 524166700, -19666700, 0),
(40605, 4089, 229, 'Northfleet', 514463300, 3255100, 0),
(40606, 4168, 229, 'Northgate', 511209200, -1812700, 0),
(40607, 4070, 229, 'Northiam', 509943900, 6002600, 0),
(40608, 4079, 229, 'Northolt', 515485500, -3677800, 0),
(40609, 4037, 229, 'Northwich', 532613800, -25122500, 0),
(40610, 4109, 229, 'Northwold', 525444200, 5826200, 0),
(40611, 4079, 229, 'Northwood', 507410200, -13119200, 0),
(40612, 4150, 229, 'Norton Canes', 526714200, -19626200, 0),
(40613, 4142, 229, 'Norton Fitzwarren', 510266200, -31500900, 0),
(40614, 4109, 229, 'Norwich', 526278300, 12983400, 0),
(40615, 4079, 229, 'Norwood', 514192000, -840400, 0),
(40616, 4079, 229, 'Norwood Green', 514953900, -3762800, 0),
(40617, 4079, 229, 'Notting Hill', 515115000, -2058700, 0),
(40618, 4079, 229, 'Notting Hill Gate', 515095200, -1957600, 0),
(40619, 4118, 229, 'Nottingham', 529536000, -11504700, 0),
(40620, 4041, 229, 'Notton', 536000000, -14833300, 0),
(40621, 4121, 229, 'Nuffield', 515794700, -10347700, 0),
(40622, 4164, 229, 'Nuneaton', 525232300, -14652300, 0),
(40623, 4079, 229, 'Nunhead', 514663100, -510000, 0),
(40624, 4101, 229, 'Nunthorpe', 545288000, -11843800, 0),
(40625, 4081, 229, 'Nursling', 509448300, -14652600, 0),
(40626, 4156, 229, 'Nutfield', 512450500, -1429900, 0),
(40627, 4157, 229, 'Oakengates', 526950100, -24503600, 0),
(40628, 4058, 229, 'Oakford', 509833300, -35500000, 0),
(40629, 4059, 229, 'Oakham', 526666700, -7333300, 0),
(40630, 4032, 229, 'Oakington', 522604400, 684900, 0),
(40631, 4075, 229, 'Oakley', 512500400, -11884100, 0),
(40632, 4037, 229, 'Oakmere', 532199600, -26405400, 0),
(40633, 4169, 229, 'Oaksey', 516413300, -20169900, 0),
(40634, 4158, 229, 'Oakwood', 516476100, -1318400, 0),
(40635, 4169, 229, 'Oare', 513304200, 8778800, 0),
(40636, 4156, 229, 'Oatlands Park', 513666700, -4500000, 0),
(40637, 4134, 229, 'Ocker Hill', 525431500, -20406400, 0),
(40638, 4081, 229, 'Odiham', 512540700, -9393300, 0),
(40639, 4058, 229, 'Okehampton', 507384100, -40016000, 0),
(40640, 4079, 229, 'Old Bailey', 515158300, -1019100, 0),
(40641, 4094, 229, 'Old Bolingbroke', 531664800, 172500, 0),
(40642, 4149, 229, 'Old Boston', 534722900, -26438700, 0),
(40643, 4079, 229, 'Old Coulsdon', 513018000, -1143000, 0),
(40644, 4070, 229, 'Old Heathfield', 509595100, 2748300, 0),
(40645, 4079, 229, 'Old Kent Road', 514869300, -744600, 0),
(40646, 4115, 229, 'Old Malton', 541452400, -7750500, 0),
(40647, 4164, 229, 'Old Milverton', 523044900, -15610000, 0),
(40648, 4127, 229, 'Old Portsmouth', 507910700, -11020400, 0),
(40649, 4169, 229, 'Old Sarum', 510833300, -18000000, 0),
(40650, 4079, 229, 'Old Street', 515262300, -851000, 0),
(40651, 4095, 229, 'Old Swan', 534139200, -29088900, 0),
(40652, 4070, 229, 'Old Town', 507726200, 2628100, 0),
(40653, 4160, 229, 'Old Trafford', 534575600, -22881800, 0),
(40654, 4133, 229, 'Old Windsor', 514580700, -5867400, 0),
(40655, 4164, 229, 'Oldbury', 525000000, -20166700, 0),
(40656, 4015, 229, 'Oldham', 535405100, -21183000, 0),
(40657, 4172, 229, 'Olivers Mount', 542676000, -4039000, 0),
(40658, 4119, 229, 'Ollerton', 532166700, -10166700, 0),
(40659, 4103, 229, 'Olney', 521534500, -7020100, 0),
(40660, 4141, 229, 'Olton', 524383400, -18050600, 0),
(40661, 4144, 229, 'Olveston', 515803200, -25775000, 0),
(40662, 4156, 229, 'Onslow Village', 512336000, -5995800, 0),
(40663, 4119, 229, 'Ordsall', 533085300, -9490400, 0),
(40664, 4070, 229, 'Ore', 508722200, 6086700, 0),
(40665, 4129, 229, 'Ormesby', 545500000, -11833300, 0),
(40666, 4092, 229, 'Ormskirk', 535668500, -28817800, 0),
(40667, 4079, 229, 'Orpington', 513745700, 978500, 0),
(40668, 4020, 229, 'Orsett', 515123200, 3675300, 0),
(40669, 4124, 229, 'Orton Waterville', 525528900, -2934600, 0),
(40670, 4087, 229, 'Osborne', 507506900, -12750100, 0),
(40671, 4041, 229, 'Ossett', 536797800, -15800600, 0),
(40672, 4092, 229, 'Oswaldtwistle', 537419500, -23999300, 0),
(40673, 4138, 229, 'Oswestry', 528619500, -30549700, 0),
(40674, 4089, 229, 'Otford', 513128300, 1904600, 0),
(40675, 4142, 229, 'Othery', 510805600, -28811100, 0),
(40676, 4039, 229, 'Otley', 521513400, 12200000, 0),
(40677, 4081, 229, 'Otterbourne', 510075800, -13433800, 0),
(40678, 4156, 229, 'Ottershaw', 513626200, -5275200, 0),
(40680, 4053, 229, 'Oulton', 524833300, 17333300, 0),
(40681, 4116, 229, 'Oundle', 524809300, -4673200, 0),
(40682, 4039, 229, 'Ouzlewell Green', 537307400, -14883900, 0),
(40683, 4079, 229, 'Oval', 514823500, -1132100, 0),
(40684, 4031, 229, 'Ovenden', 537428500, -18812900, 0),
(40685, 4037, 229, 'Over', 523166700, 166700, 0),
(40686, 4061, 229, 'Over Compton', 509505300, -25869900, 0),
(40687, 4116, 229, 'Overstone', 522913700, -8152200, 0),
(40688, 4027, 229, 'Ovingdean', 508146700, -741600, 0),
(40689, 4092, 229, 'Oxcliffe', 540505700, -28404900, 0),
(40690, 4025, 229, 'Oxenhope', 538123300, -19519600, 0),
(40691, 4121, 229, 'Oxford', 517522200, -12559600, 0),
(40692, 4079, 229, 'Oxford Circus', 515153900, -1414500, 0),
(40693, 4079, 229, 'Oxford Street', 515147500, -1460800, 0),
(40694, 4156, 229, 'Oxshott', 513321700, -3562000, 0),
(40695, 4156, 229, 'Oxted', 512568700, -60100, 0),
(40696, 4158, 229, 'Oxton', 530552600, -10628000, 0),
(40697, 4079, 229, 'Paddington', 515155800, -1763000, 0),
(40698, 4089, 229, 'Paddock Wood', 511794200, 3854700, 0),
(40699, 4163, 229, 'Padgate', 534043600, -25617300, 0),
(40700, 4092, 229, 'Padiham', 538018700, -23151100, 0),
(40701, 4168, 229, 'Pagham', 507709900, -7446700, 0),
(40702, 4021, 229, 'Paignton', 504356500, -35678900, 0),
(40703, 4154, 229, 'Pakefield', 524541500, 17309900, 0),
(40704, 4155, 229, 'Pallion', 549114100, -14155200, 0),
(40705, 4079, 229, 'Palmers Green', 516179400, -1101200, 0),
(40706, 4061, 229, 'Pamphill', 508052300, -20142800, 0),
(40707, 4032, 229, 'Pampisford', 521108000, 1847900, 0),
(40708, 4115, 229, 'Pannal', 539603100, -15357300, 0),
(40709, 4084, 229, 'Panshanger', 517992300, -1783700, 0),
(40710, 4048, 229, 'Par', 503539200, -47108500, 0),
(40711, 4092, 229, 'Parbold', 535914500, -27702800, 0),
(40712, 4156, 229, 'Park Barn', 512466100, -6082800, 0),
(40713, 4132, 229, 'Park Gate', 534500000, -13500000, 0),
(40714, 4084, 229, 'Park Street', 517166700, -3333300, 0),
(40715, 4073, 229, 'Parkeston', 519425900, 12527000, 0),
(40716, 4037, 229, 'Parkgate', 532979800, -30842800, 0),
(40717, 4052, 229, 'Parkside', 524000000, -15000000, 0),
(40718, 4061, 229, 'Parkstone', 507299400, -19449200, 0),
(40719, 4058, 229, 'Parracombe', 511865800, -39095200, 0),
(40720, 4136, 229, 'Parson Cross', 534262100, -14665700, 0),
(40721, 4032, 229, 'Parson Drove', 526565000, 237800, 0),
(40722, 4160, 229, 'Partington', 534188400, -24281500, 0),
(40723, 4168, 229, 'Partridge Green', 509594000, -3079600, 0),
(40724, 4109, 229, 'Paston', 526000000, -2500000, 0),
(40725, 4070, 229, 'Patcham', 508639600, -1500300, 0),
(40726, 4144, 229, 'Patchway', 515354800, -25780900, 0),
(40727, 4150, 229, 'Pattingham', 525891000, -22653800, 0),
(40728, 4048, 229, 'Paul', 500902200, -55468300, 0),
(40729, 4127, 229, 'Paulsgrove', 508544300, -10992300, 0),
(40730, 4006, 229, 'Paulton', 513047200, -25002800, 0),
(40731, 4070, 229, 'Peacehaven', 507927000, -65200, 0),
(40732, 4041, 229, 'Peacock', 536845100, -15172300, 0),
(40733, 4006, 229, 'Peasedown Saint John', 513166700, -24241700, 0),
(40734, 4073, 229, 'Pebmarsh', 519687000, 6960900, 0),
(40735, 4079, 229, 'Peckham', 514740300, -696900, 0),
(40736, 4062, 229, 'Pedmore', 524385400, -21328600, 0),
(40737, 4162, 229, 'Pelsall', 526291000, -19673800, 0),
(40738, 4049, 229, 'Pelton', 548730500, -16095000, 0),
(40739, 4049, 229, 'Pelton Fell', 548582000, -16082000, 0),
(40740, 4022, 229, 'Pemberton', 535166700, -26666700, 0),
(40741, 4083, 229, 'Pembridge', 522183000, -28926100, 0),
(40742, 4089, 229, 'Pembury', 511429600, 3218700, 0),
(40743, 4040, 229, 'Pendlebury', 535113800, -23201800, 0),
(40744, 4079, 229, 'Penge', 514154300, -500400, 0),
(40745, 4005, 229, 'Penistone', 535257200, -16302700, 0),
(40746, 4150, 229, 'Penkridge', 527255600, -21156000, 0),
(40747, 4029, 229, 'Penn', 516312300, -6769000, 0),
(40748, 4053, 229, 'Penrith', 546657900, -27575700, 0),
(40749, 4048, 229, 'Penryn', 501681200, -51041600, 0),
(40750, 4089, 229, 'Penshurst', 511726700, 1828200, 0),
(40751, 4048, 229, 'Pensilva', 505030200, -44149100, 0),
(40752, 4092, 229, 'Penwortham', 537498200, -27291200, 0),
(40753, 4048, 229, 'Penzance', 501186100, -55371500, 0),
(40754, 4079, 229, 'Perivale', 515394900, -3106100, 0),
(40755, 4048, 229, 'Perranporth', 503437700, -51555800, 0),
(40756, 4038, 229, 'Perry Barr', 525158100, -19017100, 0),
(40757, 4172, 229, 'Pershore', 521116300, -20758600, 0),
(40758, 4124, 229, 'Peterborough', 525736400, -2477700, 0),
(40759, 4049, 229, 'Peterlee', 547603200, -13364900, 0),
(40760, 4081, 229, 'Petersfield', 510049500, -9337500, 0),
(40761, 4083, 229, 'Peterstow', 519176800, -26340200, 0),
(40762, 4089, 229, 'Petham', 512229900, 10459100, 0),
(40763, 4168, 229, 'Petworth', 509866900, -6100000, 0),
(40764, 4070, 229, 'Pevensey', 508196600, 3396300, 0),
(40765, 4070, 229, 'Pevensey Bay', 508128200, 3506200, 0),
(40766, 4169, 229, 'Pewsey', 513385500, -17654500, 0),
(40767, 4048, 229, 'Pillaton', 504500000, -43000000, 0),
(40768, 4057, 229, 'Pilsley', 531500000, -13666700, 0),
(40769, 4079, 229, 'Pimlico', 514889700, -1369900, 0),
(40770, 4061, 229, 'Pimperne', 508837400, -21362000, 0),
(40771, 4058, 229, 'Pinhoe', 507400900, -34670400, 0),
(40772, 4079, 229, 'Pinner', 515938400, -3821600, 0),
(40773, 4150, 229, 'Pipe Ridware', 527569000, -18596700, 0),
(40774, 4156, 229, 'Pirbright', 512934900, -6457900, 0),
(40775, 4073, 229, 'Pitsea', 515638700, 5085900, 0),
(40776, 4081, 229, 'Pitt', 510500700, -13588700, 0),
(40777, 4049, 229, 'Pittington', 548000000, -14833300, 0),
(40778, 4168, 229, 'Plaistow', 510692900, -5677700, 0),
(40779, 4089, 229, 'Pluckley', 511757400, 7535100, 0),
(40780, 4053, 229, 'Plumbland', 547399300, -33208400, 0),
(40781, 4109, 229, 'Plumstead', 514833300, 833300, 0),
(40782, 4125, 229, 'Plymouth', 503715300, -41430500, 0),
(40783, 4058, 229, 'Plympton', 503907400, -40602200, 0),
(40784, 4125, 229, 'Plymstock', 503599900, -40904900, 0),
(40785, 4069, 229, 'Pocklington', 539333500, -7810600, 0),
(40786, 4005, 229, 'Pogmoor', 535563400, -15019700, 0),
(40787, 4070, 229, 'Polegate', 508233800, 2447000, 0),
(40788, 4069, 229, 'Pollington', 536709300, -10723700, 0),
(40789, 4154, 229, 'Polstead', 520071700, 9023600, 0),
(40790, 4079, 229, 'Ponders End', 516445000, -465200, 0),
(40791, 4041, 229, 'Pontefract', 536910700, -13126900, 0),
(40792, 4117, 229, 'Ponteland', 550502400, -17453200, 0),
(40793, 4039, 229, 'Pool', 502166700, -52833300, 0),
(40794, 4126, 229, 'Poole', 507166700, -20000000, 0),
(40795, 4079, 229, 'Poplar', 515111300, -156500, 0),
(40796, 4081, 229, 'Popley', 512845700, -10843800, 0),
(40797, 4081, 229, 'Portchester', 508417200, -11204300, 0),
(40798, 4131, 229, 'Porth', 504234500, -50561600, 0),
(40799, 4048, 229, 'Porthleven', 500861800, -53150100, 0),
(40800, 4053, 229, 'Portinscale', 546010600, -31620900, 0),
(40801, 4114, 229, 'Portishead', 514819900, -27697300, 0),
(40802, 4061, 229, 'Portland', 505674800, -24447200, 0),
(40803, 4127, 229, 'Portsea', 507997100, -11025800, 0),
(40804, 4070, 229, 'Portslade', 508433500, -2154400, 0),
(40805, 4027, 229, 'Portslade-by-Sea', 508319400, -2121500, 0),
(40806, 4031, 229, 'Portsmouth', 507989900, -10912500, 0),
(40807, 4073, 229, 'Potter Street', 517595300, 1317200, 0),
(40808, 4169, 229, 'Potterne', 513291700, -20051900, 0),
(40809, 4039, 229, 'Potternewton', 538240800, -15400300, 0),
(40810, 4084, 229, 'Potters Bar', 516935300, -1783500, 0),
(40811, 4035, 229, 'Potton', 521291100, -2156100, 0),
(40812, 4078, 229, 'Poulton', 517000000, -18500000, 0),
(40814, 4168, 229, 'Pound Hill', 511166200, -1477100, 0),
(40815, 4172, 229, 'Powick', 521666700, -22500000, 0),
(40816, 4092, 229, 'Preesall', 539182000, -29663300, 0),
(40817, 4100, 229, 'Prenton', 533676200, -30547900, 0),
(40818, 4091, 229, 'Prescot', 534294800, -28003100, 0),
(40819, 4036, 229, 'Prestbury', 532833300, -21500000, 0),
(40820, 4117, 229, 'Preston', 506500000, -24166700, 0),
(40821, 4013, 229, 'Preston on the Hill', 533217800, -26453400, 0),
(40822, 4012, 229, 'Prestwich', 535333300, -22833300, 0),
(40823, 4146, 229, 'Primrose Hill', 515393400, -1610200, 0),
(40824, 4029, 229, 'Princes Risborough', 517254900, -8314400, 0),
(40825, 4164, 229, 'Princethorpe', 523330800, -14108000, 0),
(40826, 4148, 229, 'Prittlewell', 515507300, 7029900, 0),
(40827, 4048, 229, 'Probus', 502926700, -49540100, 0),
(40828, 4117, 229, 'Prudhoe', 549615400, -18516800, 0),
(40829, 4144, 229, 'Pucklechurch', 514858300, -24338900, 0),
(40830, 4079, 229, 'Puddle Dock', 515116200, -1018400, 0),
(40831, 4039, 229, 'Pudsey', 537953800, -16613400, 0),
(40832, 4168, 229, 'Pulborough', 509573500, -4990200, 0),
(40833, 4037, 229, 'Pulford', 531235000, -29339600, 0),
(40834, 4035, 229, 'Pulloxhill', 519948700, -4531600, 0),
(40835, 4081, 229, 'Purbrook', 508653500, -10341100, 0),
(40836, 4020, 229, 'Purfleet', 514839000, 2424700, 0),
(40837, 4079, 229, 'Purley', 513367800, -1120100, 0),
(40838, 4079, 229, 'Purley Way', 513616100, -1178400, 0),
(40839, 4041, 229, 'Purston Jaglin', 536759700, -13407600, 0),
(40840, 4079, 229, 'Putney', 514617600, -2168100, 0),
(40841, 4156, 229, 'Pyrford', 513124300, -5111200, 0),
(40842, 4049, 229, 'Quebec', 547884000, -17246500, 0),
(40843, 4078, 229, 'Quedgeley', 518261200, -22841300, 0),
(40844, 4089, 229, 'Queenborough', 514162000, 7476700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(40845, 4079, 229, 'Queens Park', 515343800, -2072400, 0),
(40846, 4025, 229, 'Queensbury', 537666700, -19166700, 0),
(40847, 4093, 229, 'Quorndon', 527446100, -11734800, 0),
(40848, 4012, 229, 'Radcliffe', 535617800, -23245500, 0),
(40849, 4061, 229, 'Radipole', 506333000, -24678300, 0),
(40850, 4084, 229, 'Radlett', 516859300, -3186800, 0),
(40851, 4121, 229, 'Radley', 516874600, -12402500, 0),
(40852, 4006, 229, 'Radstock', 512886200, -24600300, 0),
(40853, 4149, 229, 'Rainford', 535022300, -27883900, 0),
(40854, 4079, 229, 'Rainham', 513632300, 6089300, 0),
(40855, 4149, 229, 'Rainhill', 534036800, -27476300, 0),
(40856, 4119, 229, 'Rainworth', 531188300, -11185200, 0),
(40857, 4168, 229, 'Rake', 510440700, -8541900, 0),
(40858, 4012, 229, 'Ramsbottom', 536478900, -23168300, 0),
(40859, 4032, 229, 'Ramsey', 519286500, 12167400, 0),
(40860, 4032, 229, 'Ramsey Heights', 524520900, -1580100, 0),
(40861, 4032, 229, 'Ramsey Saint Marys', 524797000, -1517500, 0),
(40862, 4089, 229, 'Ramsgate', 513357600, 14155200, 0),
(40863, 4093, 229, 'Ratcliffe on the Wreake', 527166700, -10666700, 0),
(40864, 4154, 229, 'Rattlesden', 521935900, 8935800, 0),
(40865, 4070, 229, 'Ratton Village', 507833300, 2500000, 0),
(40866, 4053, 229, 'Raughton', 548198900, -29496100, 0),
(40867, 4116, 229, 'Raunds', 523442800, -5365700, 0),
(40868, 4132, 229, 'Rawmarsh', 534606200, -13443700, 0),
(40869, 4073, 229, 'Rawreth', 516099400, 5753700, 0),
(40870, 4092, 229, 'Rawtenstall', 537007600, -22844200, 0),
(40871, 4073, 229, 'Rayleigh', 515857100, 6045900, 0),
(40872, 4058, 229, 'Raymond''s Hill', 507624000, -29682000, 0),
(40873, 4073, 229, 'Rayne', 518666700, 5833300, 0),
(40874, 4079, 229, 'Raynes Park', 514019000, -2369000, 0),
(40875, 4128, 229, 'Reading', 514562500, -9711300, 0),
(40876, 4084, 229, 'Redbourn', 517989600, -3959400, 0),
(40877, 4081, 229, 'Redbridge', 509166700, -14666700, 0),
(40878, 4129, 229, 'Redcar', 546165700, -10599900, 0),
(40879, 4017, 229, 'Reddish', 534418000, -21609600, 0),
(40880, 4172, 229, 'Redditch', 523065000, -19456900, 0),
(40881, 4114, 229, 'Redhill', 512404800, -1704400, 0),
(40882, 4152, 229, 'Redmarshall', 545856800, -14009200, 0),
(40883, 4048, 229, 'Redruth', 502331500, -52243400, 0),
(40884, 4084, 229, 'Reed', 520082900, -190500, 0),
(40885, 4094, 229, 'Reepham', 527632000, 11109900, 0),
(40886, 4115, 229, 'Reeth', 543874600, -19447500, 0),
(40887, 4156, 229, 'Reigate', 512375800, -2078000, 0),
(40888, 4119, 229, 'Rempstone', 528143800, -11468700, 0),
(40889, 4057, 229, 'Repton', 528398300, -15506100, 0),
(40890, 4119, 229, 'Retford', 533221300, -9431500, 0),
(40891, 4115, 229, 'Richmond', 514600500, -3007500, 0),
(40892, 4039, 229, 'Richmond Hill', 537949900, -15229200, 0),
(40893, 4079, 229, 'Richmond upon Thames', 514568900, -3021200, 0),
(40894, 4155, 229, 'Rickleton', 548798300, -15479800, 0),
(40895, 4084, 229, 'Rickmansworth', 516392800, -4729500, 0),
(40896, 4084, 229, 'Ridge', 516891100, -2444500, 0),
(40897, 4083, 229, 'Ridge Hill', 519974000, -25396000, 0),
(40898, 4117, 229, 'Riding Mill', 549486600, -19731600, 0),
(40899, 4089, 229, 'Ridley', 513517900, 3211800, 0),
(40900, 4094, 229, 'Rigsby', 532561500, 1421900, 0),
(40901, 4011, 229, 'Ringley', 535423900, -23571500, 0),
(40902, 1030, 229, 'Ringway', 533500000, -22833300, 0),
(40903, 4081, 229, 'Ringwood', 508465000, -17921400, 0),
(40904, 4115, 229, 'Ripley', 507833300, -17666700, 0),
(40905, 4115, 229, 'Ripon', 541352100, -15212200, 0),
(40906, 4069, 229, 'Rise', 538630200, -2463100, 0),
(40907, 4094, 229, 'Riseholme', 532650200, -5320100, 0),
(40908, 4092, 229, 'Rishton', 537680600, -24144400, 0),
(40909, 4031, 229, 'Rishworth', 536607300, -19493000, 0),
(40910, 4163, 229, 'Risley', 529166700, -13166700, 0),
(40911, 4073, 229, 'Rivenhall', 518263400, 6524400, 0),
(40912, 4089, 229, 'River', 511421700, 12745000, 0),
(40913, 4116, 229, 'Roade', 521582400, -8974500, 0),
(40914, 4070, 229, 'Robertsbridge', 509856900, 4725300, 0),
(40915, 4090, 229, 'Roberttown', 536986400, -17032200, 0),
(40916, 4091, 229, 'Roby', 534090800, -28567100, 0),
(40917, 4016, 229, 'Rochdale', 536176600, -21552000, 0),
(40918, 4048, 229, 'Roche', 504080800, -48337300, 0),
(40919, 4117, 229, 'Rochester', 513876400, 5054600, 0),
(40920, 4073, 229, 'Rochford', 515819800, 7067300, 0),
(40921, 4117, 229, 'Rock', 505497800, -49046200, 0),
(40922, 4100, 229, 'Rock Ferry', 533692300, -30041800, 0),
(40923, 4058, 229, 'Rockbeare', 507457500, -33903900, 0),
(40924, 4116, 229, 'Rockingham', 525000000, -7166700, 0),
(40925, 4142, 229, 'Rode', 512839000, -22814100, 0),
(40926, 4036, 229, 'Rode Heath', 531166700, -22833300, 0),
(40927, 4061, 229, 'Rodwell', 506069100, -24591200, 0),
(40928, 4115, 229, 'Roecliffe', 540876400, -14257700, 0),
(40929, 4079, 229, 'Roehampton', 514516500, -2439300, 0),
(40930, 4168, 229, 'Roffey', 510779500, -2955000, 0),
(40931, 4119, 229, 'Rolleston', 528452400, -16459800, 0),
(40932, 4089, 229, 'Rolvenden', 510511100, 6306800, 0),
(40933, 4079, 229, 'Romford', 515751500, 1858200, 0),
(40934, 4017, 229, 'Romiley', 534138700, -20893100, 0),
(40935, 4081, 229, 'Romsey', 509890600, -14998900, 0),
(40936, 4081, 229, 'Ropley', 510829300, -10776900, 0),
(40937, 4083, 229, 'Ross on Wye', 519166700, -25666700, 0),
(40938, 4092, 229, 'Rossendale', 536845600, -22769000, 0),
(40939, 4060, 229, 'Rossington', 534793100, -10619000, 0),
(40940, 4036, 229, 'Rostherne', 533463300, -23860000, 0),
(40941, 4117, 229, 'Rothbury', 553105900, -19084500, 0),
(40942, 4070, 229, 'Rotherfield', 510462800, 2194300, 0),
(40943, 4121, 229, 'Rotherfield Peppard', 515306400, -9784700, 0),
(40944, 4132, 229, 'Rotherham', 534301200, -13567800, 0),
(40945, 4079, 229, 'Rotherhithe', 515000000, -500000, 0),
(40946, 4081, 229, 'Rotherwick', 513028200, -9706600, 0),
(40947, 4117, 229, 'Rothley', 527091600, -11373900, 0),
(40948, 4027, 229, 'Rottingdean', 508098400, -593900, 0),
(40949, 4150, 229, 'Rough Close', 529535700, -21136200, 0),
(40950, 4038, 229, 'Roughley', 525879400, -18128000, 0),
(40951, 4169, 229, 'Roundway', 513679500, -19808500, 0),
(40952, 4073, 229, 'Rowhedge', 518573800, 9453400, 0),
(40953, 4076, 229, 'Rowlands Gill', 549192200, -17448900, 0),
(40954, 4134, 229, 'Rowley Regis', 524829200, -20437600, 0),
(40955, 4164, 229, 'Royal Leamington Spa', 523000000, -15333300, 0),
(40956, 4089, 229, 'Royal Tunbridge Wells', 511324500, 2633300, 0),
(40957, 4169, 229, 'Royal Wootton Bassett', 515419000, -19045000, 0),
(40958, 4109, 229, 'Roydon', 517718000, 403000, 0),
(40959, 4005, 229, 'Royston', 520483200, -243800, 0),
(40960, 4015, 229, 'Royton', 535650700, -21226700, 0),
(40961, 4038, 229, 'Rubery', 524000000, -20166700, 0),
(40962, 4119, 229, 'Ruddington', 528925400, -11495300, 0),
(40963, 4169, 229, 'Rudloe', 514287900, -22237600, 0),
(40964, 4045, 229, 'Rufforth', 539545400, -11929200, 0),
(40965, 4164, 229, 'Rugby', 523709200, -12641700, 0),
(40966, 4150, 229, 'Rugeley', 527593000, -19369400, 0),
(40967, 4079, 229, 'Ruislip', 515734400, -4234100, 0),
(40968, 4013, 229, 'Runcorn', 533417400, -27312400, 0),
(40969, 4154, 229, 'Rushbrooke', 522200400, 7693800, 0),
(40970, 4116, 229, 'Rushden', 519666700, -1000000, 0),
(40971, 4154, 229, 'Rushmere', 524333300, 17000000, 0),
(40972, 4154, 229, 'Rushmere St Andrew', 515085300, -1257400, 0),
(40973, 1030, 229, 'Rusholme', 534541700, -22245900, 0),
(40974, 4049, 229, 'Rushyford', 546526800, -15650400, 0),
(40975, 4168, 229, 'Rustington', 508102700, -5067400, 0),
(40976, 4087, 229, 'Ryde', 507299900, -11621000, 0),
(40977, 4041, 229, 'Ryhill', 536220400, -14107100, 0),
(40978, 4115, 229, 'Ryton', 526166700, -23500000, 0),
(40979, 4092, 229, 'Sabden', 538335500, -23372800, 0),
(40980, 4015, 229, 'Saddleworth', 535484600, -20045500, 0),
(40981, 4073, 229, 'Saffron Walden', 520233700, 2423400, 0),
(40983, 4092, 229, 'Saint Annes on the Sea', 537500000, -30166700, 0),
(40985, 4058, 229, 'Saint Budeaux', 504000000, -41666700, 0),
(40986, 4048, 229, 'Saint Columb Major', 504333300, -49333300, 0),
(40988, 4154, 229, 'Saint Lawrence', 505856500, -12546700, 0),
(40989, 4070, 229, 'Saint Leonards-on-Sea', 508556500, 5452000, 0),
(40990, 4048, 229, 'Saint Mabyn', 505166700, -47666700, 0),
(40991, 4048, 229, 'Saint Merryn', 505166700, -49666700, 0),
(40992, 4048, 229, 'Saint Minver', 505500000, -48666700, 0),
(40993, 4032, 229, 'Saint Neots', 522166700, -2666700, 0),
(40994, 4073, 229, 'Saint Osyth', 518000000, 10833300, 0),
(40995, 4079, 229, 'Saint Pancras', 515333300, -1333300, 0),
(40996, 4084, 229, 'Saint Pauls Walden', 518858400, -2668200, 0),
(40997, 4107, 229, 'Saint Peters', 513666700, 14166700, 0),
(40998, 4058, 229, 'Salcombe', 502374300, -37687400, 0),
(40999, 4058, 229, 'Salcombe Regis', 506932200, -32071800, 0),
(41000, 4160, 229, 'Sale', 534251900, -23244300, 0),
(41001, 4040, 229, 'Salford', 519492900, -15819500, 0),
(41002, 4156, 229, 'Salfords', 512043400, -1674400, 0),
(41003, 4169, 229, 'Salisbury', 510693100, -17956900, 0),
(41004, 4150, 229, 'Salt', 528479300, -20679300, 0),
(41005, 4025, 229, 'Saltaire', 538333300, -17833300, 0),
(41006, 4048, 229, 'Saltash', 504095900, -42251400, 0),
(41007, 4027, 229, 'Saltdean', 508072300, -415100, 0),
(41008, 4038, 229, 'Saltley', 524916300, -18596000, 0),
(41009, 4092, 229, 'Samlesbury', 537657700, -26217300, 0),
(41010, 4058, 229, 'Sampford Peverell', 509194500, -33808100, 0),
(41011, 4048, 229, 'Sancreed', 501080400, -56100300, 0),
(41012, 4041, 229, 'Sandal', 536583800, -14828800, 0),
(41013, 4036, 229, 'Sandbach', 531451500, -23625100, 0),
(41014, 4079, 229, 'Sanderstead', 513359100, -777800, 0),
(41015, 4053, 229, 'Sandford', 507084700, -20970200, 0),
(41016, 4089, 229, 'Sandgate', 510746300, 11448100, 0),
(41017, 4078, 229, 'Sandhurst', 510266000, 5622800, 0),
(41018, 4057, 229, 'Sandiacre', 529233100, -12901300, 0),
(41019, 4087, 229, 'Sandown', 506515800, -11610300, 0),
(41020, 4029, 229, 'Sands', 516333300, -7833300, 0),
(41021, 4134, 229, 'Sandwell', 525000000, -19666700, 0),
(41022, 4089, 229, 'Sandwich', 512722300, 13377600, 0),
(41023, 4035, 229, 'Sandy', 521292700, -2892500, 0),
(41024, 4154, 229, 'Santon', 524500000, 6833300, 0),
(41025, 4093, 229, 'Sapcote', 525370700, -12790000, 0),
(41026, 4081, 229, 'Sarisbury', 508724800, -12876500, 0),
(41027, 4089, 229, 'Sarre', 513392700, 12390700, 0),
(41028, 4119, 229, 'Saundby', 533850400, -8227800, 0),
(41029, 4084, 229, 'Sawbridgeworth', 518166700, 1500000, 0),
(41030, 4092, 229, 'Sawley', 528824900, -12999900, 0),
(41031, 4154, 229, 'Saxmundham', 522149700, 14880500, 0),
(41032, 4115, 229, 'Scalby', 537666700, -7166700, 0),
(41033, 4094, 229, 'Scampton', 533018100, -5747800, 0),
(41034, 4115, 229, 'Scarborough', 542796600, -4044300, 0),
(41035, 4092, 229, 'Scarisbrick', 536124100, -29394100, 0),
(41036, 4111, 229, 'Scartho', 535367500, -910500, 0),
(41037, 4113, 229, 'Scawby', 535378700, -5408500, 0),
(41038, 4039, 229, 'Scholes', 538234600, -14280500, 0),
(41039, 4109, 229, 'Scole', 523670600, 11567400, 0),
(41040, 4092, 229, 'Scotforth', 540166700, -27833300, 0),
(41041, 4119, 229, 'Scrooby', 534097800, -10223200, 0),
(41042, 4057, 229, 'Scropton', 528689600, -17147600, 0),
(41043, 4113, 229, 'Scunthorpe', 535790500, -6543700, 0),
(41044, 4028, 229, 'Sea Mills', 514833300, -26500000, 0),
(41045, 4089, 229, 'Seabrook', 510720200, 11132900, 0),
(41046, 4100, 229, 'Seacombe', 534095700, -30178100, 0),
(41047, 4039, 229, 'Seacroft', 538181900, -14565500, 0),
(41048, 4070, 229, 'Seaford', 507714100, 1026800, 0),
(41049, 4049, 229, 'Seaham', 548390300, -13457500, 0),
(41050, 4089, 229, 'Seal', 512887600, 2214400, 0),
(41051, 4049, 229, 'Seaton', 507049400, -30699900, 0),
(41052, 4014, 229, 'Seaton Burn', 550612600, -16275200, 0),
(41053, 4082, 229, 'Seaton Carew', 546611900, -11875100, 0),
(41054, 4117, 229, 'Seaton Delaval', 550719600, -15260900, 0),
(41055, 4069, 229, 'Seaton Ross', 538612400, -8130200, 0),
(41056, 4070, 229, 'Sedlescombe', 509339300, 5337800, 0),
(41057, 4135, 229, 'Sefton', 535040700, -29719600, 0),
(41058, 4117, 229, 'Seghill', 550622500, -15502700, 0),
(41059, 4115, 229, 'Selby', 537833300, -10666700, 0),
(41060, 4038, 229, 'Selly Oak', 524392800, -19402500, 0),
(41061, 4168, 229, 'Selsey', 507350100, -7897900, 0),
(41062, 4119, 229, 'Selston', 530719300, -13017900, 0),
(41063, 4156, 229, 'Send', 512887500, -5266600, 0),
(41064, 4115, 229, 'Settle', 540686500, -22772000, 0),
(41065, 4079, 229, 'Seven Kings', 515640400, 963100, 0),
(41066, 4106, 229, 'Seven Sisters', 515842800, -729600, 0),
(41067, 4089, 229, 'Sevenoaks', 512699700, 1927800, 0),
(41068, 4039, 229, 'Shadwell', 515113500, -566300, 0),
(41069, 4061, 229, 'Shaftesbury', 510052800, -21933300, 0),
(41070, 4005, 229, 'Shafton', 535928600, -14092500, 0),
(41071, 4073, 229, 'Shalford', 512158100, -5658000, 0),
(41072, 4087, 229, 'Shanklin', 506261300, -11785000, 0),
(41073, 4150, 229, 'Shareshill', 526560200, -20814100, 0),
(41074, 4015, 229, 'Shaw', 514000000, -13000000, 0),
(41075, 4138, 229, 'Shawbury', 527833300, -26500000, 0),
(41076, 4081, 229, 'Shedfield', 509226500, -11995300, 0),
(41078, 4089, 229, 'Sheerness', 514394600, 7602900, 0),
(41079, 4136, 229, 'Sheffield', 533829700, -14659000, 0),
(41080, 4035, 229, 'Shefford', 520387000, -3339900, 0),
(41081, 4038, 229, 'Sheldon', 524559600, -17820200, 0),
(41082, 4109, 229, 'Shelfanger', 524124500, 10972600, 0),
(41083, 4090, 229, 'Shelley', 520074200, 9584300, 0),
(41084, 4119, 229, 'Shelton', 524666700, 12666700, 0),
(41085, 4138, 229, 'Shelve', 525848400, -29801100, 0),
(41086, 4073, 229, 'Shenfield', 516317100, 3319900, 0),
(41087, 4103, 229, 'Shenley Brook End', 520121200, -7841600, 0),
(41088, 4103, 229, 'Shenley Church End', 520252200, -7899400, 0),
(41089, 4150, 229, 'Shenstone', 526333300, -18333300, 0),
(41090, 4084, 229, 'Shephall', 518939100, -1734500, 0),
(41091, 4079, 229, 'Shepherds Bush', 515050000, -2211000, 0),
(41092, 4090, 229, 'Shepley', 535833300, -17166700, 0),
(41093, 4156, 229, 'Shepperton', 513954600, -4488900, 0),
(41094, 4032, 229, 'Shepreth', 521124100, 325300, 0),
(41095, 4093, 229, 'Shepshed', 527657000, -12902100, 0),
(41096, 4142, 229, 'Shepton Mallet', 511897200, -25472200, 0),
(41097, 4078, 229, 'Sherborne', 509500000, -25000000, 0),
(41098, 4164, 229, 'Sherbourne', 518166700, -17500000, 0),
(41099, 4049, 229, 'Sherburn Hill', 547727000, -14798500, 0),
(41100, 4156, 229, 'Shere', 512186000, -4631400, 0),
(41101, 4076, 229, 'Sheriff Hill', 549466400, -15857900, 0),
(41102, 4109, 229, 'Sheringham', 529407800, 12093100, 0),
(41103, 4168, 229, 'Shermanbury', 509600500, -2859900, 0),
(41104, 4022, 229, 'Shevington', 535723600, -26931600, 0),
(41105, 4087, 229, 'Shide', 506918400, -12917100, 0),
(41106, 4049, 229, 'Shield Row', 548666700, -17000000, 0),
(41107, 4117, 229, 'Shilbottle', 553709900, -16882000, 0),
(41108, 4049, 229, 'Shildon', 546299700, -16429500, 0),
(41109, 4155, 229, 'Shiney Row', 548643300, -14975700, 0),
(41110, 4170, 229, 'Shinfield', 514054200, -9453400, 0),
(41111, 4109, 229, 'Shipdham', 526277100, 8929400, 0),
(41112, 4025, 229, 'Shipley', 509852900, -3708700, 0),
(41113, 4164, 229, 'Shipston on Stour', 520605700, -16277800, 0),
(41114, 4057, 229, 'Shirebrook', 532033300, -12133600, 0),
(41115, 4119, 229, 'Shireoaks', 533260700, -11656200, 0),
(41116, 4092, 229, 'Shireshead', 539537600, -27614300, 0),
(41117, 4057, 229, 'Shirley', 513776200, -496100, 0),
(41118, 4148, 229, 'Shoeburyness', 515339500, 7808900, 0),
(41119, 4089, 229, 'Sholden', 512224100, 13729600, 0),
(41120, 4081, 229, 'Sholing', 509004300, -13538100, 0),
(41121, 4079, 229, 'Shooters Hill', 514692000, 669700, 0),
(41122, 4016, 229, 'Shore', 536494200, -21117600, 0),
(41123, 4079, 229, 'Shoreditch', 515250900, -769500, 0),
(41124, 4168, 229, 'Shoreham-by-Sea', 508341300, -2743100, 0),
(41125, 4089, 229, 'Shorncliffe Camp', 510833300, 11500000, 0),
(41126, 4049, 229, 'Shotley Bridge', 548713000, -18507500, 0),
(41127, 4154, 229, 'Shotley Gate', 519579100, 12687100, 0),
(41128, 4154, 229, 'Shottisham', 520515900, 13828200, 0),
(41129, 4049, 229, 'Shotton', 547833300, -13666700, 0),
(41130, 4138, 229, 'Shrewsbury', 527100900, -27520800, 0),
(41131, 4169, 229, 'Shrewton', 511919400, -19026400, 0),
(41132, 4121, 229, 'Shrivenham', 515985300, -16546100, 0),
(41133, 4078, 229, 'Shurdington', 518626400, -21206000, 0),
(41134, 4114, 229, 'Sidcot', 513124100, -28234200, 0),
(41135, 4079, 229, 'Sidcup', 514261900, 1036000, 0),
(41136, 4053, 229, 'Siddick', 546647700, -35509700, 0),
(41137, 4058, 229, 'Sidmouth', 506909400, -32397000, 0),
(41138, 4093, 229, 'Sileby', 527328600, -11077300, 0),
(41139, 4094, 229, 'Silk Willoughby', 529727800, -4284700, 0),
(41140, 4155, 229, 'Silksworth', 548702100, -14211000, 0),
(41141, 4025, 229, 'Silsden', 539144300, -19380200, 0),
(41142, 4035, 229, 'Silsoe', 520085400, -4248400, 0),
(41143, 4092, 229, 'Silverdale', 530166700, -22833300, 0),
(41144, 4116, 229, 'Silverstone', 520921600, -10260200, 0),
(41145, 4079, 229, 'Silvertown', 515022500, 253200, 0),
(41146, 4012, 229, 'Simister', 535489800, -22551300, 0),
(41147, 4103, 229, 'Simpson', 520166700, -7000000, 0),
(41148, 4170, 229, 'Sindlesham', 514213100, -8881100, 0),
(41149, 4089, 229, 'Singlewell', 514124300, 3769700, 0),
(41150, 4089, 229, 'Sittingbourne', 513412800, 7328200, 0),
(41151, 4119, 229, 'Skegby', 531333300, -12500000, 0),
(41152, 4094, 229, 'Skegness', 531436200, 3363000, 0),
(41153, 4094, 229, 'Skellingthorpe', 532353100, -6190500, 0),
(41154, 4060, 229, 'Skellow', 535874100, -12055800, 0),
(41155, 4092, 229, 'Skelmersdale', 535502400, -27734800, 0),
(41156, 4115, 229, 'Skipton', 539614400, -20167600, 0),
(41157, 4094, 229, 'Sleaford', 529982600, -4094100, 0),
(41158, 4069, 229, 'Sledmere', 540713500, -5766000, 0),
(41159, 4029, 229, 'Slough', 515094900, -5954100, 0),
(41160, 4038, 229, 'Small Heath', 524681400, -18543200, 0),
(41161, 4089, 229, 'Smarden', 511492000, 6874200, 0),
(41162, 4134, 229, 'Smethwick', 524969900, -19730500, 0),
(41163, 4079, 229, 'Snaresbrook', 515843200, 192300, 0),
(41164, 4118, 229, 'Sneinton', 529515900, -11315000, 0),
(41165, 4089, 229, 'Snodland', 513297100, 4430500, 0),
(41166, 4032, 229, 'Soham', 523317700, 3386900, 0),
(41167, 4079, 229, 'Soho', 515144000, -1353500, 0),
(41168, 4089, 229, 'Sole Street', 513855500, 3784300, 0),
(41169, 4141, 229, 'Solihull', 524142600, -17809400, 0),
(41170, 4094, 229, 'Somerby', 526874100, -8500700, 0),
(41171, 4078, 229, 'Somerford Keynes', 516549600, -19730700, 0),
(41172, 4121, 229, 'Somerton', 510547200, -27338900, 0),
(41173, 4029, 229, 'Soulbury', 519357700, -7180400, 0),
(41174, 4129, 229, 'South Bank', 515024900, -1157900, 0),
(41175, 4073, 229, 'South Benfleet', 515529500, 5596200, 0),
(41176, 4079, 229, 'South Bermondsey', 514881200, -582800, 0),
(41177, 4168, 229, 'South Bersted', 507965400, -6747000, 0),
(41178, 4058, 229, 'South Brent', 504265400, -38342600, 0),
(41179, 4078, 229, 'South Cerney', 516731900, -19309700, 0),
(41180, 4117, 229, 'South Charlton', 554758000, -17421100, 0),
(41181, 4119, 229, 'South Collingham', 531333300, -7666700, 0),
(41182, 4079, 229, 'South Croydon', 513621700, -942100, 0),
(41183, 4041, 229, 'South Elmsall', 535970900, -12803400, 0),
(41184, 4079, 229, 'South Hackney', 515404200, -461000, 0),
(41185, 4079, 229, 'South Hampstead', 515432700, -1838900, 0),
(41186, 4073, 229, 'South Hanningfield', 516501400, 5168700, 0),
(41187, 4081, 229, 'South Hayling', 507877300, -9769700, 0),
(41188, 4121, 229, 'South Hinksey', 517340500, -12636900, 0),
(41189, 4079, 229, 'South Kensington', 514943700, -1732100, 0),
(41190, 4094, 229, 'South Kyme', 530319200, -2513100, 0),
(41191, 4079, 229, 'South Lambeth', 514778500, -1235100, 0),
(41192, 4168, 229, 'South Lancing', 508240500, -3231500, 0),
(41193, 4172, 229, 'South Littleton', 521141600, -18901400, 0),
(41194, 4115, 229, 'South Milford', 537767200, -12460900, 0),
(41195, 4058, 229, 'South Molton', 510166700, -38333300, 0),
(41196, 4121, 229, 'South Moreton', 515889900, -11905600, 0),
(41197, 4079, 229, 'South Norwood', 513994400, -746900, 0),
(41198, 4020, 229, 'South Ockendon', 515079900, 2833300, 0),
(41199, 4142, 229, 'South Petherton', 509482900, -28070800, 0),
(41200, 4146, 229, 'South Shields', 549985900, -14323000, 0),
(41201, 4009, 229, 'South Shore', 537906100, -30584900, 0),
(41202, 4081, 229, 'South Stoneham', 509333300, -13666700, 0),
(41203, 4079, 229, 'South West London', 514566800, -2351800, 0),
(41204, 4093, 229, 'South Wigston', 525831200, -11345000, 0),
(41205, 4079, 229, 'South Wimbledon', 514195900, -1936500, 0),
(41206, 4057, 229, 'South Wingfield', 530959300, -14399800, 0),
(41207, 4037, 229, 'South Wirral', 532584000, -29271700, 0),
(41208, 4079, 229, 'South Woodford', 515923100, 225300, 0),
(41209, 4109, 229, 'South Wootton', 527740300, 4377500, 0),
(41210, 4079, 229, 'Southall', 515089600, -3713000, 0),
(41211, 4147, 229, 'Southampton', 509039500, -14042800, 0),
(41212, 4089, 229, 'Southborough', 511577900, 2597200, 0),
(41213, 4148, 229, 'Southchurch Village', 515404900, 7293500, 0),
(41214, 4148, 229, 'Southend-on-Sea', 515378200, 7143300, 0),
(41215, 4079, 229, 'Southfields', 514453100, -2041500, 0),
(41216, 4079, 229, 'Southgate', 511082100, -1916800, 0),
(41217, 4073, 229, 'Southminster', 516622800, 8296800, 0),
(41218, 4135, 229, 'Southport', 536477900, -30064800, 0),
(41219, 4078, 229, 'Southrop', 517299500, -17119600, 0),
(41220, 4127, 229, 'Southsea', 507920500, -10859300, 0),
(41221, 4109, 229, 'Southtown', 526000000, 17333300, 0),
(41222, 4079, 229, 'Southwark', 515000000, -833300, 0),
(41223, 4168, 229, 'Southwater', 510236900, -3517300, 0),
(41224, 4155, 229, 'Southwick', 508368400, -2384400, 0),
(41225, 4154, 229, 'Southwold', 523275200, 16797900, 0),
(41226, 4031, 229, 'Sowerby Bridge', 537090300, -19092900, 0),
(41227, 4094, 229, 'Spalding', 527870900, -1514100, 0),
(41228, 4165, 229, 'Speen', 514120600, -13438100, 0),
(41229, 4095, 229, 'Speke', 533407100, -28410000, 0),
(41230, 4089, 229, 'Speldhurst', 511507600, 2194700, 0),
(41231, 4049, 229, 'Spennymoor', 546988000, -16022900, 0),
(41232, 4172, 229, 'Spetchley', 521837900, -21536700, 0),
(41233, 4094, 229, 'Spilsby', 531736300, 937300, 0),
(41234, 4079, 229, 'Spitalfields', 515202000, -743600, 0),
(41235, 4109, 229, 'Spixworth', 526852900, 13202700, 0),
(41236, 4052, 229, 'Spon End', 524083400, -15269600, 0),
(41237, 4057, 229, 'Spondon', 529184300, -14038500, 0),
(41238, 4075, 229, 'Springfield', 517477600, 5112100, 0),
(41239, 4154, 229, 'Sproughton', 520623300, 10949900, 0),
(41240, 4109, 229, 'Sprowston', 526500000, -13333300, 0),
(41241, 4048, 229, 'St Ives', 502086100, -54875000, 0),
(41242, 4079, 229, 'St James''s', 515073000, -1398200, 0),
(41243, 4079, 229, 'St John''s Wood', 515299100, -1746700, 0),
(41244, 4079, 229, 'St Mary Cray', 513833300, 1166700, 0),
(41245, 4089, 229, 'St Mary''s Bay', 510100300, 9771000, 0),
(41246, 4048, 229, 'St Mewan', 503318000, -48180800, 0),
(41247, 4114, 229, 'St. Georges', 513622400, -28979900, 0),
(41248, 4058, 229, 'St. Loyes', 507188500, -34974300, 0),
(41249, 4058, 229, 'St. Thomas', 507162400, -35399200, 0),
(41250, 4150, 229, 'Stafford', 528052100, -21163600, 0),
(41251, 4115, 229, 'Stainburn', 539333300, -16166700, 0),
(41252, 4156, 229, 'Staines', 514309200, -5060600, 0),
(41253, 4109, 229, 'Stalham', 527707900, 15178300, 0),
(41254, 4019, 229, 'Stalybridge', 534841400, -20590800, 0),
(41255, 4094, 229, 'Stamford', 526500000, -4833300, 0),
(41256, 4127, 229, 'Stamshaw', 508183000, -10855000, 0),
(41257, 4035, 229, 'Stanbridge', 519086400, -5981500, 0),
(41258, 4022, 229, 'Standish', 517666700, -22833300, 0),
(41259, 4150, 229, 'Standon', 518855500, 188800, 0),
(41260, 4109, 229, 'Stanford', 511022800, 10398400, 0),
(41261, 4020, 229, 'Stanford-le-Hope', 515227400, 4342200, 0),
(41262, 4049, 229, 'Stanhope', 547500000, -20166700, 0),
(41263, 4116, 229, 'Stanion', 524748200, -6554900, 0),
(41264, 4070, 229, 'Stanmer', 508706500, -1026500, 0),
(41265, 4079, 229, 'Stanmore', 516166700, -3166700, 0),
(41266, 4039, 229, 'Stanningley', 538066800, -16670900, 0),
(41267, 4117, 229, 'Stannington', 533930500, -15452100, 0),
(41268, 4154, 229, 'Stanstead', 521110100, 6923500, 0),
(41269, 4089, 229, 'Stansted', 513358700, 3059000, 0),
(41270, 4073, 229, 'Stansted Mountfitchet', 519012000, 1989600, 0),
(41271, 4150, 229, 'Stanton', 520000000, -19000000, 0),
(41272, 4156, 229, 'Stanwell', 514541400, -4781200, 0),
(41273, 4116, 229, 'Stanwick', 523319800, -5634800, 0),
(41274, 4053, 229, 'Stanwix', 549056900, -29413400, 0),
(41275, 4144, 229, 'Staple Hill', 514830600, -25033300, 0),
(41276, 4073, 229, 'Stapleford Abbots', 516315000, 1750100, 0),
(41277, 4089, 229, 'Staplehurst', 511611000, 5524900, 0),
(41278, 4138, 229, 'Stapleton', 514766700, -25572200, 0),
(41279, 4058, 229, 'Starcross', 506273400, -34479700, 0),
(41280, 4093, 229, 'Stathern', 528720300, -8552200, 0),
(41281, 4053, 229, 'Staveley', 532666700, -13500000, 0),
(41282, 4038, 229, 'Stechford', 524846400, -18100000, 0),
(41283, 4073, 229, 'Steeple', 516927800, 8020000, 0),
(41284, 4121, 229, 'Steeple Aston', 519274900, -13110600, 0),
(41285, 4073, 229, 'Steeple Bumpstead', 520434600, 4480800, 0),
(41286, 4089, 229, 'Stelling', 511833300, 10666700, 0),
(41287, 4079, 229, 'Stepney', 515175000, -429200, 0),
(41288, 4084, 229, 'Stevenage', 519022400, -2025600, 0),
(41289, 4168, 229, 'Steyning', 508874400, -3278700, 0),
(41290, 4094, 229, 'Stickford', 531204100, 183700, 0),
(41291, 4020, 229, 'Stifford', 514833300, 3166700, 0),
(41292, 4032, 229, 'Stilton', 524878800, -2889400, 0),
(41293, 4052, 229, 'Stivichall', 523850300, -15132000, 0),
(41294, 4073, 229, 'Stock', 516635100, 4426300, 0),
(41295, 4081, 229, 'Stockbridge', 511139800, -14883900, 0),
(41296, 4164, 229, 'Stockingford', 525166700, -15000000, 0),
(41297, 4017, 229, 'Stockport', 534097900, -21576100, 0),
(41298, 4136, 229, 'Stocksbridge', 534824900, -15937300, 0),
(41299, 4109, 229, 'Stockton', 511452800, -20319400, 0),
(41300, 4163, 229, 'Stockton Heath', 533708400, -25740600, 0),
(41301, 4152, 229, 'Stockton-on-Tees', 545684800, -13187000, 0),
(41302, 4079, 229, 'Stockwell', 514739500, -1168200, 0),
(41303, 4037, 229, 'Stoke', 514481500, 6214100, 0),
(41304, 4144, 229, 'Stoke Gifford', 515168600, -25405300, 0),
(41305, 4103, 229, 'Stoke Goldington', 521313300, -7781400, 0),
(41306, 4029, 229, 'Stoke Mandeville', 517860600, -7915700, 0),
(41307, 4079, 229, 'Stoke Newington', 515624600, -740100, 0),
(41308, 4029, 229, 'Stoke Poges', 515444100, -5888000, 0),
(41309, 4154, 229, 'Stoke by Nayland', 519833300, 9000000, 0),
(41310, 4156, 229, 'Stoke d''Abernon', 513188100, -3839600, 0),
(41311, 4138, 229, 'Stoke upon Tern', 528500000, -25333300, 0),
(41312, 4153, 229, 'Stoke-on-Trent', 530041500, -21853800, 0),
(41313, 4058, 229, 'Stokeinteignhead', 505243000, -35304500, 0),
(41314, 4029, 229, 'Stokenchurch', 516583100, -8974000, 0),
(41315, 4115, 229, 'Stokesley', 544699800, -11933000, 0),
(41316, 4089, 229, 'Stone', 510000000, 7666700, 0),
(41317, 4164, 229, 'Stoneleigh', 513632100, -2468500, 0),
(41318, 4093, 229, 'Stoney Stanton', 525483900, -12793000, 0),
(41319, 4103, 229, 'Stony Stratford', 520568200, -8528100, 0),
(41320, 4096, 229, 'Stopsley', 518973600, -3892400, 0),
(41321, 4168, 229, 'Storrington', 509176500, -4547300, 0),
(41322, 4035, 229, 'Stotfold', 520163200, -2320900, 0),
(41323, 4062, 229, 'Stourbridge', 524560800, -21431700, 0),
(41324, 4172, 229, 'Stourport-on-Severn', 523500000, -22666700, 0),
(41325, 4150, 229, 'Stowe', 520312700, -10181500, 0),
(41326, 4142, 229, 'Stowell', 510005600, -24538900, 0),
(41327, 4154, 229, 'Stowmarket', 521889300, 9977400, 0),
(41328, 4079, 229, 'Stratford', 515333300, 0, 0),
(41329, 4164, 229, 'Stratford-upon-Avon', 521916600, -17073400, 0),
(41330, 4048, 229, 'Stratton', 507333300, -25000000, 0),
(41331, 4121, 229, 'Stratton Audley', 519305900, -11172200, 0),
(41332, 4018, 229, 'Stratton Saint Margaret', 515833300, -17500000, 0),
(41333, 4079, 229, 'Strawberry Hill', 514394600, -3392000, 0),
(41334, 4079, 229, 'Streatham', 514289700, -1318400, 0),
(41335, 4079, 229, 'Streatham Hill', 514436900, -1250600, 0),
(41336, 4142, 229, 'Street', 511247200, -27400000, 0),
(41337, 4041, 229, 'Streethouse', 536762000, -14013000, 0),
(41338, 4045, 229, 'Strensall', 540399900, -10351200, 0),
(41339, 4160, 229, 'Stretford', 522000000, -28166700, 0),
(41340, 4032, 229, 'Stretham', 523470900, 2185200, 0),
(41341, 4017, 229, 'Strines', 533770800, -20445700, 0),
(41342, 4089, 229, 'Strood', 513959400, 4936100, 0),
(41343, 4078, 229, 'Stroud', 517500000, -22000000, 0),
(41344, 4164, 229, 'Studley', 514422200, -20497200, 0),
(41345, 4061, 229, 'Sturminster Newton', 509268100, -23051500, 0),
(41346, 4089, 229, 'Sturry', 513013200, 11215500, 0),
(41347, 4057, 229, 'Sudbury', 515552500, -3235800, 0),
(41348, 4121, 229, 'Summertown', 517740300, -12636900, 0),
(41349, 4156, 229, 'Sunbury Common', 514221200, -4401400, 0),
(41350, 4156, 229, 'Sunbury-on-Thames', 514060600, -4137000, 0),
(41351, 4155, 229, 'Sunderland', 547000000, -32666700, 0),
(41352, 4096, 229, 'Sundon Park', 519181700, -4698500, 0),
(41353, 4133, 229, 'Sunningdale', 513987800, -6294400, 0),
(41354, 4133, 229, 'Sunninghill', 514013500, -6555700, 0),
(41355, 4079, 229, 'Surbiton', 513914800, -2982500, 0),
(41356, 4094, 229, 'Surfleet', 528370000, -1443700, 0),
(41357, 4079, 229, 'Surrey Quays', 514935300, -480200, 0),
(41358, 4094, 229, 'Sutterton', 529026900, -923500, 0),
(41359, 4115, 229, 'Sutton', 513500000, -2000000, 0),
(41360, 4119, 229, 'Sutton Bonington', 528214400, -12496900, 0),
(41361, 4094, 229, 'Sutton Bridge', 527699500, 1855000, 0),
(41362, 4093, 229, 'Sutton Cheney', 526007500, -13847600, 0),
(41363, 4038, 229, 'Sutton Coldfield', 525666700, -18166700, 0),
(41364, 4121, 229, 'Sutton Courtenay', 516413000, -12768200, 0),
(41365, 4089, 229, 'Sutton Valence', 512132300, 5910700, 0),
(41366, 4121, 229, 'Sutton Wick', 516375400, -12886600, 0),
(41367, 4119, 229, 'Sutton in Ashfield', 531254200, -12613500, 0),
(41368, 4043, 229, 'Sutton on Hull', 537798600, -3050400, 0),
(41369, 4057, 229, 'Swadlincote', 527740000, -15574400, 0),
(41370, 4109, 229, 'Swaffham', 526469200, 6887100, 0),
(41371, 4109, 229, 'Swainsthorpe', 525620600, 12727000, 0),
(41372, 4089, 229, 'Swalecliffe', 513611700, 10659300, 0),
(41373, 4170, 229, 'Swallowfield', 513787500, -9580400, 0),
(41374, 4132, 229, 'Swallownest', 533639700, -13145800, 0),
(41375, 4134, 229, 'Swan Village', 525333300, -20166700, 0),
(41376, 4061, 229, 'Swanage', 506092300, -19626000, 0),
(41377, 4089, 229, 'Swanley', 513971700, 1732100, 0),
(41378, 4093, 229, 'Swannington', 527288300, 11584600, 0),
(41379, 4089, 229, 'Swanscombe', 514471300, 3102800, 0),
(41380, 4109, 229, 'Swanton Abbot', 527833300, 13666700, 0),
(41381, 4057, 229, 'Swanwick', 530666700, -14000000, 0),
(41382, 4081, 229, 'Swaythling', 509366600, -13781400, 0),
(41383, 4078, 229, 'Swindon', 515579700, -17811600, 0),
(41384, 4094, 229, 'Swinstead', 527903100, -4911200, 0),
(41385, 4158, 229, 'Swinton', 534833300, -13166700, 0),
(41386, 4079, 229, 'Swiss Cottage', 515434800, -1750500, 0),
(41387, 4079, 229, 'Sydenham', 514262400, -545000, 0),
(41388, 4116, 229, 'Syresham', 520680900, -10821000, 0),
(41389, 4094, 229, 'Syston', 526833300, -10666700, 0),
(41390, 4116, 229, 'Sywell', 522985600, -7972800, 0),
(41391, 4121, 229, 'Tackley', 518807300, -13065600, 0),
(41392, 4115, 229, 'Tadcaster', 538832200, -12634400, 0),
(41393, 4081, 229, 'Tadley', 513504500, -11285000, 0),
(41394, 4156, 229, 'Tadworth', 512911200, -2358600, 0),
(41395, 4073, 229, 'Takeley', 518708900, 2658300, 0),
(41396, 4125, 229, 'Tamerton Foliot', 504285900, -41560300, 0),
(41397, 4150, 229, 'Tamworth', 526339900, -16958700, 0),
(41398, 4049, 229, 'Tanfield', 548928800, -17131600, 0),
(41399, 4005, 229, 'Tankersley', 534909600, -14869700, 0),
(41400, 4057, 229, 'Tansley', 531319700, -15188200, 0),
(41401, 4092, 229, 'Tarleton', 536800500, -28296800, 0),
(41402, 4037, 229, 'Tarporley', 531591800, -26686700, 0),
(41403, 4168, 229, 'Tarring', 508250200, -3943100, 0),
(41404, 4156, 229, 'Tatsfield', 512922000, 252300, 0),
(41405, 4142, 229, 'Taunton', 510149400, -31029300, 0),
(41406, 4109, 229, 'Taverham', 526809500, 12010000, 0),
(41407, 4058, 229, 'Tavistock', 505494400, -41441800, 0),
(41408, 4078, 229, 'Teddington', 514223300, -3305300, 0),
(41409, 4058, 229, 'Teignmouth', 505476800, -34963700, 0),
(41410, 4157, 229, 'Telford', 526765900, -24492600, 0),
(41411, 4006, 229, 'Temple Cloud', 513200700, -25419700, 0),
(41412, 4142, 229, 'Templecombe', 509990800, -24157800, 0),
(41413, 4172, 229, 'Tenbury Wells', 523000000, -25833300, 0),
(41414, 4121, 229, 'Tendring', 518833300, -11000000, 0),
(41415, 4089, 229, 'Tenterden', 510684500, 6877600, 0),
(41416, 4078, 229, 'Tetbury', 516394400, -21622200, 0),
(41417, 4171, 229, 'Tettenhall', 526020600, -21652500, 0),
(41418, 4119, 229, 'Teversal', 531500000, -12833300, 0),
(41419, 4032, 229, 'Teversham', 522031900, 1896900, 0),
(41420, 4084, 229, 'Tewin', 518166500, -1561300, 0),
(41421, 4078, 229, 'Tewkesbury', 519945300, -21568100, 0),
(41422, 4168, 229, 'Thakeham', 509443700, -4231500, 0),
(41423, 4121, 229, 'Thame', 517484000, -9762400, 0),
(41424, 4156, 229, 'Thames Ditton', 513896400, -3392800, 0),
(41425, 4089, 229, 'Thanington', 512691400, 10568100, 0),
(41426, 4165, 229, 'Thatcham', 514036600, -12604900, 0),
(41427, 4149, 229, 'Thatto Heath', 534357100, -27588300, 0),
(41428, 4146, 229, 'The Boldons', 549426000, -14534900, 0),
(41429, 4083, 229, 'The Camp', 517477300, -3080500, 0),
(41430, 4079, 229, 'The Hyde', 515863800, -2457900, 0),
(41431, 4079, 229, 'The Ridgeway', 516573300, -918400, 0),
(41432, 4165, 229, 'Theale', 512138900, -27691700, 0),
(41433, 4109, 229, 'Thetford', 524166700, 7500000, 0),
(41434, 4073, 229, 'Theydon Bois', 516742600, 978100, 0),
(41435, 4115, 229, 'Thirsk', 542329800, -13441100, 0),
(41436, 4109, 229, 'Thompson', 525338400, 8303800, 0),
(41437, 4035, 229, 'Thorn', 519120500, -5459000, 0),
(41438, 4152, 229, 'Thornaby-on-Tees', 545333300, -13000000, 0),
(41439, 4083, 229, 'Thornbury', 508500000, -42666700, 0),
(41440, 4060, 229, 'Thorne', 536112200, -9630800, 0),
(41441, 4119, 229, 'Thorney', 526214700, -1081500, 0),
(41442, 4069, 229, 'Thorngumbald', 537210000, -1717500, 0),
(41443, 4151, 229, 'Thornhill', 536666700, -16333300, 0),
(41444, 4079, 229, 'Thornton Heath', 513988400, -987200, 0),
(41445, 4100, 229, 'Thornton Hough', 533210300, -30442400, 0),
(41446, 4092, 229, 'Thornton-Cleveleys', 535089500, -29980200, 0),
(41447, 4057, 229, 'Thorpe', 514059500, -5356700, 0),
(41448, 4148, 229, 'Thorpe Bay', 515370700, 7616600, 0),
(41449, 4109, 229, 'Thorpe Hamlet', 526303200, 13133700, 0),
(41451, 4073, 229, 'Thorpe le Soken', 518560300, 11658000, 0),
(41452, 4116, 229, 'Thrapston', 523967500, -5392000, 0),
(41453, 4168, 229, 'Three Bridges', 511173700, -1733400, 0),
(41454, 4061, 229, 'Three Legged Cross', 508500000, -18833300, 0),
(41455, 4107, 229, 'Throckley', 549947500, -17554100, 0),
(41456, 4073, 229, 'Thundersley', 515639500, 5743800, 0),
(41457, 4164, 229, 'Thurlaston', 523352600, -13147500, 0),
(41458, 4093, 229, 'Thurnby', 526330700, -10441700, 0),
(41459, 4053, 229, 'Thursby', 548426000, -30509000, 0),
(41460, 4070, 229, 'Ticehurst', 510465200, 4086000, 0),
(41461, 4057, 229, 'Tideswell', 532780700, -17729200, 0),
(41462, 4169, 229, 'Tidworth', 512314200, -16632400, 0),
(41463, 4032, 229, 'Tilbrook', 523083500, -4178700, 0),
(41464, 4020, 229, 'Tilbury', 514624800, 3585600, 0),
(41465, 4164, 229, 'Tile Hill', 523833300, -15833300, 0),
(41466, 4165, 229, 'Tilehurst', 514564700, -10437000, 0),
(41467, 4138, 229, 'Tilley', 528333300, -27333300, 0),
(41468, 4073, 229, 'Tillingham', 516968200, 8820000, 0),
(41469, 4138, 229, 'Tilstock', 529355700, -26838300, 0),
(41470, 4094, 229, 'Timberland', 531120300, -3291200, 0),
(41471, 4160, 229, 'Timperley', 534000000, -23333300, 0),
(41472, 4029, 229, 'Tingewick', 519903100, -10480400, 0),
(41473, 4039, 229, 'Tingley', 537312500, -15737600, 0),
(41474, 4048, 229, 'Tintagel', 506631700, -47504700, 0),
(41475, 4059, 229, 'Tinwell', 526462900, -5149800, 0),
(41476, 4134, 229, 'Tipton', 525295600, -20677300, 0),
(41477, 4073, 229, 'Tiptree', 518125900, 7488700, 0),
(41478, 4169, 229, 'Tisbury', 510628300, -20805800, 0),
(41479, 4081, 229, 'Titchfield', 508511500, -12371600, 0),
(41480, 4037, 229, 'Tiverton', 509000000, -34833300, 0),
(41481, 4169, 229, 'Tockenham', 515124100, -19451500, 0),
(41482, 4078, 229, 'Toddington', 519492200, -5327700, 0),
(41483, 4031, 229, 'Todmorden', 537143400, -20970100, 0),
(41484, 4052, 229, 'Tollbar End', 523833300, -14666700, 0),
(41486, 4079, 229, 'Tolworth', 513804400, -2814100, 0),
(41487, 4089, 229, 'Tonbridge', 511924200, 2753200, 0),
(41488, 4156, 229, 'Tongham', 512339800, -7305900, 0),
(41489, 4121, 229, 'Toot Baldon', 517024100, -11807700, 0),
(41490, 4079, 229, 'Tooting', 514252400, -1639400, 0),
(41491, 4048, 229, 'Torpoint', 503750500, -41956600, 0),
(41492, 4021, 229, 'Torquay', 504638400, -35143400, 0),
(41493, 4092, 229, 'Torrisholme', 540663900, -28271800, 0),
(41494, 4087, 229, 'Totland', 506846600, -15368800, 0),
(41495, 4136, 229, 'Totley', 533140500, -15408500, 0),
(41496, 4058, 229, 'Totnes', 504310700, -36843000, 0),
(41497, 4119, 229, 'Toton', 529077900, -12584800, 0),
(41498, 4079, 229, 'Tottenham', 516037300, -679400, 0),
(41499, 4079, 229, 'Tottenham Court Road', 515165900, -1308300, 0),
(41500, 4079, 229, 'Totteridge', 516333300, -2000000, 0),
(41501, 4081, 229, 'Totton', 509187700, -14903700, 0),
(41502, 4116, 229, 'Towcester', 521335900, -9905700, 0),
(41503, 4092, 229, 'Town Green', 535500000, -29000000, 0),
(41504, 4107, 229, 'Town Moor', 549833300, -16166700, 0),
(41505, 4095, 229, 'Toxteth', 533906900, -29710300, 0),
(41506, 4160, 229, 'Trafford', 534698600, -23270400, 0),
(41507, 4160, 229, 'Trafford Centre', 534666000, -23525500, 0),
(41508, 4160, 229, 'Trafford Park', 534687900, -23119400, 0),
(41509, 4061, 229, 'Trent', 509647900, -25804700, 0),
(41510, 4153, 229, 'Trent Vale', 529877500, -22021900, 0),
(41511, 4153, 229, 'Trentham', 529684100, -21885000, 0),
(41512, 4049, 229, 'Trimdon Station', 547010700, -14090800, 0),
(41513, 4154, 229, 'Trimley Heath', 519833300, 13166700, 0),
(41514, 4084, 229, 'Tring', 517947100, -6582400, 0),
(41515, 4154, 229, 'Troston', 523147800, 7839800, 0),
(41516, 4169, 229, 'Trowbridge', 513188900, -22086100, 0),
(41517, 4032, 229, 'Trumpington', 521721400, 1126100, 0),
(41518, 4109, 229, 'Trunch', 528621400, 13966000, 0),
(41519, 4048, 229, 'Truro', 502652600, -50543600, 0),
(41520, 4048, 229, 'Tuckingmill', 502333300, -52833300, 0),
(41521, 4154, 229, 'Tuddenham', 523143600, 5463100, 0),
(41522, 4079, 229, 'Tufnell Park', 515571700, -1362700, 0),
(41523, 4115, 229, 'Tunstall', 513258900, 7213200, 0),
(41524, 4032, 229, 'Turves', 525532500, -241400, 0),
(41525, 4150, 229, 'Tutbury', 528560200, -16864900, 0),
(41526, 4119, 229, 'Tuxford', 532300400, -8932500, 0),
(41527, 4117, 229, 'Tweedmouth', 557662000, -20120900, 0),
(41528, 4006, 229, 'Twerton', 513791300, -23931500, 0),
(41529, 4079, 229, 'Twickenham', 514454000, -3296800, 0),
(41530, 4093, 229, 'Twyford', 510232800, -13128000, 0),
(41531, 4116, 229, 'Twywell', 523945300, -6039200, 0),
(41532, 4038, 229, 'Tyburn', 525194400, -18012700, 0),
(41533, 4022, 229, 'Tyldesley', 535139300, -24675400, 0),
(41534, 4014, 229, 'Tynemouth', 550178800, -14255900, 0),
(41535, 4038, 229, 'Tyseley', 524534900, -18387700, 0),
(41536, 4070, 229, 'Uckfield', 509694800, 958900, 0),
(41537, 4058, 229, 'Uffculme', 509060400, -33274600, 0),
(41538, 4113, 229, 'Ulceby', 532166700, 1333300, 0),
(41539, 4078, 229, 'Uley', 516841700, -23058300, 0),
(41540, 4083, 229, 'Ullingswick', 521403400, -26063000, 0),
(41541, 4053, 229, 'Ulverston', 541959400, -30962600, 0),
(41542, 4114, 229, 'Uphill', 513236500, -29807000, 0),
(41543, 4092, 229, 'Upholland', 535333300, -27166700, 0),
(41544, 4058, 229, 'Uplyme', 507359200, -29571000, 0),
(41545, 4079, 229, 'Upminster', 515559400, 2556000, 0),
(41546, 4168, 229, 'Upper Beeding', 508807300, -3007500, 0),
(41547, 4079, 229, 'Upper Clapton', 515640000, -580800, 0),
(41548, 4081, 229, 'Upper Clatford', 511895400, -14926800, 0),
(41549, 4079, 229, 'Upper Edmonton', 516090600, -586200, 0),
(41550, 4156, 229, 'Upper Hale', 512346800, -7987400, 0),
(41551, 4121, 229, 'Upper Heyford', 519303500, -12762200, 0),
(41552, 4079, 229, 'Upper Holloway', 515648900, -1350900, 0),
(41553, 4057, 229, 'Upper Langwith', 532166700, -12333300, 0),
(41554, 4079, 229, 'Upper Norwood', 514150500, -927000, 0),
(41555, 4045, 229, 'Upper Poppleton', 539790700, -11520400, 0),
(41556, 4018, 229, 'Upper Stratton', 515860900, -17667200, 0),
(41557, 4059, 229, 'Uppingham', 525880300, -7227200, 0),
(41558, 4041, 229, 'Upton', 505333300, -44333300, 0),
(41559, 4079, 229, 'Upton Park', 515308300, 414300, 0),
(41560, 4172, 229, 'Upton Warren', 523052100, -21049600, 0),
(41561, 4109, 229, 'Upwell', 526024900, 2219000, 0),
(41562, 4169, 229, 'Urchfont', 513121700, -19429200, 0),
(41563, 4160, 229, 'Urmston', 534485200, -23541900, 0),
(41564, 4049, 229, 'Ushaw Moor', 547780300, -16472000, 0),
(41565, 4155, 229, 'Usworth', 549195400, -15256800, 0),
(41566, 4025, 229, 'Utley', 538666700, -19166700, 0),
(41567, 4150, 229, 'Uttoxeter', 528983800, -18648800, 0),
(41568, 4079, 229, 'Uxbridge', 515461900, -4796100, 0),
(41569, 4073, 229, 'Vange', 515593800, 4828400, 0),
(41570, 4079, 229, 'Vauxhall', 514858200, -1220500, 0),
(41571, 4087, 229, 'Ventnor', 505947900, -12036900, 0),
(41572, 4061, 229, 'Verwood', 508757500, -18702300, 0),
(41573, 4053, 229, 'Vickerstown', 541048100, -32494800, 0),
(41574, 4010, 229, 'Victoria', 504208800, -48322700, 0),
(41575, 4079, 229, 'Victoria Park', 515383800, -366900, 0),
(41576, 4156, 229, 'Virginia Water', 514034300, -5665100, 0),
(41577, 4053, 229, 'Waberthwaite', 543292700, -33790000, 0),
(41578, 4029, 229, 'Waddesdon', 518467500, -9210500, 0),
(41579, 4092, 229, 'Waddington', 531666700, -5333300, 0),
(41580, 4048, 229, 'Wadebridge', 505173400, -48363300, 0),
(41581, 4070, 229, 'Wadhurst', 510623000, 3392900, 0),
(41582, 4136, 229, 'Wadsley', 534094500, -15211400, 0),
(41583, 4098, 229, 'Wainscott', 514124600, 5126700, 0),
(41584, 4041, 229, 'Wakefield', 536833100, -14976800, 0),
(41585, 4154, 229, 'Walberswick', 523132000, 16537900, 0),
(41586, 4168, 229, 'Walberton', 508447500, -6201300, 0),
(41587, 4089, 229, 'Walderslade', 513351200, 5201300, 0),
(41588, 4132, 229, 'Wales', 533406100, -12816200, 0),
(41589, 4138, 229, 'Walford', 518833300, -26000000, 0),
(41590, 4040, 229, 'Walkden', 535166700, -24000000, 0),
(41591, 4107, 229, 'Walker', 549666700, -15333300, 0),
(41592, 4107, 229, 'Walker Gate', 549833300, -15666700, 0),
(41593, 4136, 229, 'Walkley', 533945800, -15024000, 0),
(41594, 4117, 229, 'Wall', 550000000, -21333300, 0),
(41595, 4100, 229, 'Wallasey', 534232400, -30649700, 0),
(41596, 4037, 229, 'Wallerscote', 532500000, -25333300, 0),
(41597, 4121, 229, 'Wallingford', 515998200, -11248000, 0),
(41598, 4084, 229, 'Wallington', 508500000, -11666700, 0),
(41599, 4126, 229, 'Wallisdown', 507461100, -19089500, 0),
(41600, 4014, 229, 'Wallsend', 549911100, -15339700, 0),
(41601, 4089, 229, 'Walmer', 512029000, 13868500, 0),
(41602, 4109, 229, 'Walpole Saint Andrew', 527355100, 2220400, 0),
(41603, 4162, 229, 'Walsall', 525852800, -19839600, 0),
(41604, 4164, 229, 'Walsgrave on Sowe', 524166700, -14333300, 0),
(41605, 4109, 229, 'Walsoken', 526719700, 1883100, 0),
(41606, 4111, 229, 'Waltham', 509000000, -6666700, 0),
(41607, 4073, 229, 'Waltham Abbey', 516870000, -42100, 0),
(41608, 4084, 229, 'Waltham Cross', 516890500, -333000, 0),
(41609, 4079, 229, 'Walthamstow', 515966900, -329600, 0),
(41610, 4092, 229, 'Walton le Dale', 537333300, -26666700, 0),
(41611, 4156, 229, 'Walton-on-Thames', 513853300, -4206600, 0),
(41612, 4079, 229, 'Walworth', 514833300, -1000000, 0),
(41613, 4079, 229, 'Wandsworth', 514572200, -1927800, 0),
(41614, 4079, 229, 'Wanstead', 515768000, 246300, 0),
(41615, 4121, 229, 'Wantage', 515884600, -14256500, 0),
(41616, 4117, 229, 'Warden', 514074800, 9055600, 0),
(41617, 4084, 229, 'Ware', 518126500, -283200, 0),
(41618, 4061, 229, 'Wareham', 506888600, -21104000, 0),
(41619, 4024, 229, 'Warfield', 514421300, -7280200, 0),
(41620, 4170, 229, 'Wargrave', 515006800, -8657700, 0),
(41621, 4117, 229, 'Wark', 550862300, -22226700, 0),
(41622, 4117, 229, 'Warkworth', 520595900, -12898200, 0),
(41623, 4156, 229, 'Warlingham', 513094200, -560900, 0),
(41624, 4169, 229, 'Warminster', 512043400, -21787300, 0),
(41625, 4060, 229, 'Warmsworth', 534969600, -11821100, 0),
(41626, 4168, 229, 'Warnham', 510897800, -3495000, 0),
(41627, 4036, 229, 'Warren', 532333300, -21666700, 0),
(41628, 4163, 229, 'Warrington', 521844600, -6875900, 0),
(41629, 4119, 229, 'Warsop', 532140200, -11509100, 0),
(41630, 4093, 229, 'Wartnaby', 528022000, -9449200, 0),
(41631, 4092, 229, 'Warton', 537666700, -28833300, 0),
(41632, 4053, 229, 'Warwick', 522833300, -15833300, 0),
(41633, 4094, 229, 'Washingborough', 532242500, -4748500, 0),
(41634, 4155, 229, 'Washington', 509048700, -4064900, 0),
(41635, 4165, 229, 'Wasing', 513749100, -11755400, 0),
(41636, 4142, 229, 'Watchet', 511818900, -33307900, 0),
(41637, 4164, 229, 'Water Orton', 525157500, -17400500, 0),
(41638, 4032, 229, 'Waterbeach', 522655300, 1912300, 0),
(41639, 4156, 229, 'Watercolour', 512502000, -1520100, 0),
(41640, 4135, 229, 'Waterloo', 515047900, -1136400, 0),
(41641, 4081, 229, 'Waterlooville', 508806700, -10304000, 0),
(41642, 4116, 229, 'Watford', 516553100, -3960200, 0),
(41643, 4115, 229, 'Wath', 541000000, -17666700, 0),
(41644, 4132, 229, 'Wath upon Dearne', 535029100, -13458000, 0),
(41645, 4109, 229, 'Watlington', 516432700, -10044800, 0),
(41646, 4119, 229, 'Watnall Cantelupe', 530000000, -12333300, 0),
(41647, 4119, 229, 'Watnall Chaworth', 530000000, -12500000, 0),
(41649, 4103, 229, 'Wavendon', 520254100, -6741100, 0),
(41650, 4095, 229, 'Wavertree', 533981600, -29156700, 0),
(41651, 4069, 229, 'Wawne', 538170900, -3484300, 0),
(41652, 4089, 229, 'Weald', 512478400, 1878000, 0),
(41653, 4079, 229, 'Wealdstone', 515939800, -3336200, 0),
(41654, 4142, 229, 'Weare', 512705900, -28426700, 0),
(41655, 4040, 229, 'Weaste', 534846500, -23088300, 0),
(41656, 4037, 229, 'Weaverham', 532601800, -25729100, 0),
(41657, 4089, 229, 'Weavering', 512723600, 5479000, 0),
(41658, 4134, 229, 'Wednesbury', 525514000, -20235500, 0),
(41659, 4171, 229, 'Wednesfield', 526000000, -20833300, 0),
(41660, 4081, 229, 'Weeke', 510666700, -13333300, 0),
(41661, 4116, 229, 'Weekley', 524173900, -6975400, 0),
(41662, 4073, 229, 'Weeley', 518580600, 11163000, 0),
(41663, 4109, 229, 'Weeting', 524644000, 6148500, 0),
(41664, 4116, 229, 'Weldon', 524833300, -6333300, 0),
(41666, 4079, 229, 'Welling', 514624600, 1075900, 0),
(41667, 4116, 229, 'Wellingborough', 523027300, -6944600, 0),
(41668, 4094, 229, 'Wellingore', 531001600, -5313400, 0),
(41669, 4157, 229, 'Wellington', 509800500, -32306700, 0),
(41670, 4119, 229, 'Wellow', 513244400, -23741700, 0),
(41671, 4142, 229, 'Wells', 512079400, -26489600, 0),
(41672, 4053, 229, 'Welton', 522893500, -11497700, 0),
(41673, 4084, 229, 'Welwyn', 518331000, -2135900, 0),
(41674, 4084, 229, 'Welwyn Garden City', 518017400, -2069100, 0),
(41675, 4138, 229, 'Wem', 528583500, -27182600, 0),
(41676, 4142, 229, 'Wembdon', 511321900, -30242300, 0),
(41677, 4079, 229, 'Wembley', 515524200, -2968600, 0),
(41678, 4029, 229, 'Wendover', 517630100, -7414900, 0),
(41679, 4049, 229, 'West Auckland', 546308800, -17213100, 0),
(41680, 4156, 229, 'West Bedfont', 514501600, -4664000, 0),
(41681, 4073, 229, 'West Bergholt', 519122100, 8498600, 0),
(41682, 4027, 229, 'West Blatchington', 508450000, -1857000, 0),
(41683, 4146, 229, 'West Boldon', 549455600, -14504600, 0),
(41684, 4119, 229, 'West Bridgford', 529297900, -11253700, 0),
(41685, 4079, 229, 'West Brompton', 514869900, -1909900, 0),
(41686, 4134, 229, 'West Bromwich', 525186800, -19945000, 0),
(41687, 4115, 229, 'West Burton', 542833300, -19666700, 0),
(41688, 4156, 229, 'West Byfleet', 513394600, -4933800, 0),
(41689, 4142, 229, 'West Coker', 509191200, -26870700, 0),
(41690, 4049, 229, 'West Cornforth', 547028600, -15193800, 0),
(41691, 4095, 229, 'West Derby', 534327900, -29096300, 0),
(41692, 1030, 229, 'West Didsbury', 534249500, -22358800, 0),
(41693, 4119, 229, 'West Drayton', 515000000, -4666700, 0),
(41694, 4079, 229, 'West Dulwich', 514377900, -936500, 0),
(41695, 4079, 229, 'West Ealing', 515107500, -3196000, 0),
(41696, 4081, 229, 'West End', 509274100, -13328200, 0),
(41697, 4079, 229, 'West End of London', 515141400, -1551000, 0),
(41698, 1030, 229, 'West Gorton', 534682500, -22016500, 0),
(41699, 4079, 229, 'West Ham', 515333300, 166700, 0),
(41700, 4079, 229, 'West Hampstead', 515490400, -1914100, 0),
(41701, 4121, 229, 'West Hanney', 516338900, -14138000, 0),
(41702, 4079, 229, 'West Holland Park', 515015700, -2133100, 0),
(41703, 4156, 229, 'West Horsley', 512603300, -4556300, 0),
(41704, 4079, 229, 'West Kensington', 514908300, -2066800, 0),
(41705, 4100, 229, 'West Kirby', 533730200, -31841700, 0),
(41706, 4048, 229, 'West Looe', 504000000, -44166700, 0),
(41707, 4109, 229, 'West Lynn', 527506300, 3852100, 0),
(41708, 4089, 229, 'West Malling', 512927300, 4090700, 0),
(41709, 4156, 229, 'West Molesey', 513998500, -3799700, 0),
(41710, 4079, 229, 'West Norwood', 514316400, -1026500, 0),
(41711, 4061, 229, 'West Parley', 507712100, -18789200, 0),
(41712, 4089, 229, 'West Peckham', 512524600, 3361100, 0),
(41713, 4142, 229, 'West Quantoxhead', 511678700, -32731300, 0),
(41714, 4109, 229, 'West Raynham', 527926600, 7764100, 0),
(41715, 4154, 229, 'West Row', 523511700, 4612100, 0),
(41716, 4168, 229, 'West Stoke', 508666700, -8166700, 0),
(41717, 4020, 229, 'West Thurrock', 514782800, 2767200, 0),
(41718, 4032, 229, 'West Wickham', 513666700, -166700, 0),
(41719, 4079, 229, 'West Wimbledon', 514160700, -2397300, 0),
(41720, 4169, 229, 'West Winterslow', 510898400, -16704800, 0),
(41721, 4168, 229, 'West Worthing', 508099500, -3933600, 0),
(41722, 4168, 229, 'Westbourne', 507229800, -18996000, 0),
(41723, 4138, 229, 'Westbury', 512600000, -21875000, 0),
(41724, 4078, 229, 'Westbury on Severn', 518237400, -24119300, 0),
(41725, 4142, 229, 'Westbury-sub-Mendip', 512355600, -27172200, 0),
(41726, 4148, 229, 'Westcliff-on-Sea', 515442400, 6917900, 0),
(41727, 4154, 229, 'Westerfield', 520846200, 11715000, 0),
(41728, 4089, 229, 'Westerham', 512663200, 689200, 0),
(41729, 4144, 229, 'Westerleigh', 515160500, -24341600, 0),
(41730, 4049, 229, 'Westgate', 547387000, -21437100, 0),
(41731, 4168, 229, 'Westhampnett', 508481100, -7503300, 0),
(41732, 4011, 229, 'Westhoughton', 535489900, -25246400, 0),
(41733, 4058, 229, 'Westleigh', 510333300, -41833300, 0),
(41734, 4146, 229, 'Westoe', 549884600, -14179900, 0),
(41735, 4115, 229, 'Weston', 505402800, -24486100, 0),
(41736, 4013, 229, 'Weston Point', 533264200, -27564900, 0),
(41737, 4029, 229, 'Weston Turville', 517916800, -7576700, 0),
(41738, 4114, 229, 'Weston in Gordano', 514644400, -27966700, 0),
(41739, 4121, 229, 'Weston on the Green', 518642500, -12287500, 0),
(41740, 4083, 229, 'Weston under Penyard', 519077800, -25369100, 0),
(41741, 4114, 229, 'Weston-super-Mare', 513460300, -29766500, 0),
(41742, 4039, 229, 'Wetherby', 539283600, -13867200, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(41743, 4156, 229, 'Weybridge', 513721600, -4529700, 0),
(41744, 4061, 229, 'Weymouth', 506113600, -24533400, 0),
(41745, 4032, 229, 'Whaddon', 520004200, -8280100, 0),
(41746, 4092, 229, 'Whalley', 538220900, -24071200, 0),
(41747, 1030, 229, 'Whalley Range', 534470000, -22603800, 0),
(41748, 4037, 229, 'Wharton', 531949600, -25048300, 0),
(41749, 4070, 229, 'Whatlington', 509378200, 5052900, 0),
(41750, 4084, 229, 'Wheathampstead', 518114800, -2937100, 0),
(41751, 4121, 229, 'Wheatley', 517473100, -11393600, 0),
(41752, 4150, 229, 'Wheaton Aston', 527114500, -22206400, 0),
(41753, 4036, 229, 'Wheelock', 531287500, -23729200, 0),
(41754, 4045, 229, 'Wheldrake', 538962400, -9630300, 0),
(41755, 4093, 229, 'Whetstone', 516333300, -1666700, 0),
(41756, 4076, 229, 'Whickham', 549456100, -16763500, 0),
(41757, 4035, 229, 'Whipsnade', 518512800, -5344600, 0),
(41758, 4132, 229, 'Whiston', 522378400, -7571100, 0),
(41759, 4083, 229, 'Whitbourne', 522107000, -24057800, 0),
(41760, 4167, 229, 'Whitburn', 549533300, -13686100, 0),
(41761, 4115, 229, 'Whitby', 544877400, -6149800, 0),
(41762, 4138, 229, 'Whitchurch', 505333300, -41333300, 0),
(41763, 4079, 229, 'Whitechapel', 515138200, -658300, 0),
(41764, 4078, 229, 'Whitecroft', 517538300, -25519400, 0),
(41765, 4048, 229, 'Whitecross', 505120600, -48736400, 0),
(41766, 4012, 229, 'Whitefield', 535500000, -23000000, 0),
(41767, 4037, 229, 'Whitegate', 532166700, -25500000, 0),
(41768, 4053, 229, 'Whitehaven', 545489700, -35841200, 0),
(41769, 4081, 229, 'Whiteley', 508830800, -12437000, 0),
(41770, 4117, 229, 'Whitfield', 511612600, 12900400, 0),
(41771, 4039, 229, 'Whitkirk', 538001400, -14550000, 0),
(41772, 4014, 229, 'Whitley Bay', 550397300, -14471300, 0),
(41773, 4164, 229, 'Whitnash', 522704700, -15218600, 0),
(41774, 4089, 229, 'Whitstable', 513607000, 10257000, 0),
(41775, 4092, 229, 'Whittington', 518833300, -19666700, 0),
(41776, 4032, 229, 'Whittlesford', 521134500, 1496900, 0),
(41777, 4079, 229, 'Whitton', 514494100, -3568800, 0),
(41778, 4092, 229, 'Whitworth', 536560100, -21771000, 0),
(41779, 4079, 229, 'Whyteleafe', 513080800, -842900, 0),
(41780, 4025, 229, 'Wibsey', 537677800, -17811400, 0),
(41781, 4073, 229, 'Wicken Bonhunt', 519780900, 1822200, 0),
(41782, 4132, 229, 'Wickersley', 534212800, -12811500, 0),
(41783, 4073, 229, 'Wickford', 516110100, 5233100, 0),
(41784, 4154, 229, 'Wickhambrook', 521613200, 5602200, 0),
(41785, 4084, 229, 'Widford', 517000000, 4500000, 0),
(41786, 4013, 229, 'Widnes', 533618000, -27340600, 0),
(41787, 4022, 229, 'Wigan', 535333300, -26166700, 0),
(41788, 4045, 229, 'Wigginton', 517832900, -6387500, 0),
(41789, 4115, 229, 'Wigglesworth', 540095800, -22927100, 0),
(41790, 4083, 229, 'Wigmore', 523166700, -28500000, 0),
(41791, 4093, 229, 'Wigston Magna', 525812800, -10924800, 0),
(41792, 4032, 229, 'Wilburton', 523519100, 1767300, 0),
(41793, 4007, 229, 'Wilden', 521827200, -3964500, 0),
(41794, 4118, 229, 'Wilford', 529257300, -11600000, 0),
(41795, 4058, 229, 'Willand', 508833300, -33666700, 0),
(41796, 4162, 229, 'Willenhall', 526000000, -20333300, 0),
(41797, 4115, 229, 'Willerby', 537609900, -4418600, 0),
(41798, 4089, 229, 'Willesborough', 511417200, 9019100, 0),
(41799, 4079, 229, 'Willesden', 515333300, -2333300, 0),
(41800, 4079, 229, 'Willesden Green', 515471000, -2289900, 0),
(41801, 4070, 229, 'Willingdon', 508000800, 2550000, 0),
(41802, 4049, 229, 'Willington', 521340900, -3723500, 0),
(41803, 4142, 229, 'Williton', 511608300, -33208300, 0),
(41804, 4089, 229, 'Wilmington', 507936700, -31210200, 0),
(41805, 4036, 229, 'Wilmslow', 533280300, -22314800, 0),
(41806, 4150, 229, 'Wilnecote', 526064900, -16580800, 0),
(41807, 4092, 229, 'Wilpshire', 537867100, -24754800, 0),
(41808, 4025, 229, 'Wilsden', 538208400, -18595900, 0),
(41809, 4079, 229, 'Wimbledon', 514221200, -2080500, 0),
(41810, 4079, 229, 'Wimbledon Park', 514349500, -1988000, 0),
(41811, 4061, 229, 'Wimborne Minster', 507833300, -19833300, 0),
(41812, 4142, 229, 'Wincanton', 510567600, -24057400, 0),
(41813, 4078, 229, 'Winchcombe', 519536300, -19639800, 0),
(41814, 4081, 229, 'Winchester', 510651300, -13187000, 0),
(41815, 4081, 229, 'Winchfield', 512859200, -9102300, 0),
(41816, 4079, 229, 'Winchmore Hill', 516333300, -1000000, 0),
(41817, 4136, 229, 'Wincobank', 534206100, -14211100, 0),
(41818, 4053, 229, 'Windermere', 543808600, -29070900, 0),
(41819, 4156, 229, 'Windlesham', 513650900, -6547600, 0),
(41820, 4133, 229, 'Windsor', 514833300, -6000000, 0),
(41821, 4114, 229, 'Winford', 513833300, -26611100, 0),
(41822, 4059, 229, 'Wing', 518952400, -7195600, 0),
(41823, 4049, 229, 'Wingate', 547324200, -13789600, 0),
(41824, 4057, 229, 'Wingerworth', 532019400, -14397400, 0),
(41825, 4154, 229, 'Wingfield', 513088900, -22527800, 0),
(41826, 4058, 229, 'Winkleigh', 508558100, -39430000, 0),
(41827, 4076, 229, 'Winlaton', 549532200, -17192300, 0),
(41828, 4170, 229, 'Winnersh', 514274700, -8799400, 0),
(41829, 4037, 229, 'Winnington', 532666700, -25333300, 0),
(41830, 4114, 229, 'Winscombe', 513132100, -28317700, 0),
(41831, 4037, 229, 'Winsford', 511019400, -35652800, 0),
(41832, 4029, 229, 'Winslow', 519428400, -8813100, 0),
(41833, 4061, 229, 'Winterborne Monkton', 506920400, -24532200, 0),
(41834, 4094, 229, 'Winthorpe', 531000000, -7833300, 0),
(41835, 4053, 229, 'Winton', 507333300, -18666700, 0),
(41836, 4057, 229, 'Wirksworth', 530823200, -15739100, 0),
(41837, 4100, 229, 'Wirral', 533761600, -31050100, 0),
(41838, 4032, 229, 'Wisbech', 526662200, 1593800, 0),
(41839, 4115, 229, 'Wistow', 524120000, -1219700, 0),
(41840, 4073, 229, 'Witham', 518000700, 6403800, 0),
(41841, 4069, 229, 'Withernwick', 538488600, -1874200, 0),
(41842, 4154, 229, 'Withersfield', 521073500, 4187700, 0),
(41843, 4138, 229, 'Withington', 518333300, -19500000, 0),
(41844, 4092, 229, 'Withnell', 536933300, -25563600, 0),
(41845, 4156, 229, 'Witley', 511484500, -6469100, 0),
(41846, 4121, 229, 'Witney', 517836000, -14854000, 0),
(41847, 4124, 229, 'Wittering', 526097200, -4415100, 0),
(41848, 4089, 229, 'Wittersham', 510139400, 7078900, 0),
(41849, 4038, 229, 'Witton', 525166700, -18833300, 0),
(41850, 4142, 229, 'Wiveliscombe', 510413900, -33127800, 0),
(41851, 4073, 229, 'Wivenhoe', 518555300, 9579600, 0),
(41852, 4073, 229, 'Wix', 519123000, 11429600, 0),
(41853, 4035, 229, 'Woburn', 519886500, -6190300, 0),
(41854, 4103, 229, 'Woburn Sands', 520157900, -6498200, 0),
(41855, 4156, 229, 'Woking', 513190300, -5589300, 0),
(41856, 4170, 229, 'Wokingham', 514112000, -8356500, 0),
(41857, 4156, 229, 'Woldingham', 512852700, -337200, 0),
(41858, 4138, 229, 'Wollaston', 522579400, -6703800, 0),
(41859, 4150, 229, 'Wolstanton', 530300100, -22160800, 0),
(41860, 4164, 229, 'Wolston', 523771700, -13954400, 0),
(41861, 4171, 229, 'Wolverhampton', 525854700, -21229600, 0),
(41862, 4164, 229, 'Wolverton', 513237500, -12086700, 0),
(41863, 4150, 229, 'Wombourn', 525333300, -21833300, 0),
(41864, 4157, 229, 'Wombridge', 527007100, -24591900, 0),
(41865, 4005, 229, 'Wombwell', 535218900, -13969800, 0),
(41866, 4115, 229, 'Womersley', 536674300, -12015900, 0),
(41867, 4029, 229, 'Wooburn', 515788800, -6930000, 0),
(41868, 4079, 229, 'Wood Green', 516000000, -1166700, 0),
(41869, 4109, 229, 'Wood Norton', 528166700, 9833300, 0),
(41870, 4154, 229, 'Woodbridge', 520933200, 13204200, 0),
(41871, 4078, 229, 'Woodchester', 517215500, -22328600, 0),
(41872, 4017, 229, 'Woodford', 511166700, -18333300, 0),
(41873, 4079, 229, 'Woodford Green', 516093800, 232900, 0),
(41874, 4168, 229, 'Woodgate', 508325000, -6736800, 0),
(41875, 4094, 229, 'Woodhall Spa', 531521500, -2145300, 0),
(41876, 4073, 229, 'Woodham Ferrers', 516667000, 5979800, 0),
(41877, 4117, 229, 'Woodhorn', 551934800, -15332900, 0),
(41878, 4136, 229, 'Woodhouse', 527336900, -12028300, 0),
(41879, 4132, 229, 'Woodhouse Mill', 533640700, -13377600, 0),
(41880, 4032, 229, 'Woodhurst', 523666700, -666700, 0),
(41881, 4027, 229, 'Woodingdean', 508363800, -750900, 0),
(41882, 4039, 229, 'Woodlesford', 537561900, -14551300, 0),
(41883, 4017, 229, 'Woodley', 514500000, -8833300, 0),
(41884, 4092, 229, 'Woodplumpton', 538073000, -27591500, 0),
(41885, 4136, 229, 'Woodseats', 533340300, -14865400, 0),
(41886, 4061, 229, 'Woodsford', 507136400, -23374700, 0),
(41887, 4085, 229, 'Woodside', 525000000, -21166700, 0),
(41888, 4121, 229, 'Woodstock', 518485000, -13513200, 0),
(41889, 4119, 229, 'Woodthorpe', 529889900, -11286700, 0),
(41890, 4057, 229, 'Woodville', 527691800, -15344800, 0),
(41891, 4142, 229, 'Wookey', 512097200, -26922500, 0),
(41892, 4058, 229, 'Woolacombe', 511729600, -42068900, 0),
(41893, 4078, 229, 'Woolaston', 516910100, -25994600, 0),
(41894, 4117, 229, 'Wooler', 555475500, -20118600, 0),
(41895, 4061, 229, 'Woolland', 508618900, -23180800, 0),
(41896, 4041, 229, 'Woolley', 509259800, -44879200, 0),
(41897, 4081, 229, 'Woolston', 508930500, -13780100, 0),
(41898, 4095, 229, 'Woolton', 533740100, -28700000, 0),
(41899, 4079, 229, 'Woolwich', 514910000, 648000, 0),
(41900, 4113, 229, 'Wootton', 507284700, -12353600, 0),
(41901, 4172, 229, 'Worcester', 521893500, -22200100, 0),
(41902, 4079, 229, 'Worcester Park', 513799200, -2444500, 0),
(41903, 4062, 229, 'Wordsley', 524812100, -21650300, 0),
(41904, 4053, 229, 'Workington', 546425000, -35441300, 0),
(41905, 4119, 229, 'Worksop', 533018200, -11240400, 0),
(41906, 4114, 229, 'Worle', 513603300, -29259000, 0),
(41907, 4036, 229, 'Worleston', 531049500, -25122900, 0),
(41908, 4154, 229, 'Worlingham', 524505400, 15945600, 0),
(41909, 4154, 229, 'Worlington', 523350500, 4874800, 0),
(41910, 4029, 229, 'Worminghall', 517704300, -10736500, 0),
(41911, 4084, 229, 'Wormley', 517324000, -242000, 0),
(41912, 4005, 229, 'Worsbrough Bridge', 535296800, -14694000, 0),
(41913, 4040, 229, 'Worsley', 534990000, -23807900, 0),
(41914, 4092, 229, 'Worsthorne', 537875900, -21910500, 0),
(41915, 4089, 229, 'Worth', 511121200, -1468600, 0),
(41916, 4154, 229, 'Wortham', 523531100, 10576900, 0),
(41917, 4109, 229, 'Worthing', 508144800, -3712600, 0),
(41918, 4081, 229, 'Worting', 512644700, -11365600, 0),
(41919, 4169, 229, 'Worton', 513161100, -20411100, 0),
(41920, 4156, 229, 'Wotton', 512177400, -3879500, 0),
(41921, 4078, 229, 'Wotton-under-Edge', 516324200, -23451200, 0),
(41922, 4092, 229, 'Wray', 541027500, -26088800, 0),
(41923, 4133, 229, 'Wraysbury', 514586300, -5403000, 0),
(41924, 4092, 229, 'Wrea Green', 537765100, -29157300, 0),
(41925, 4156, 229, 'Wrecclesham', 511985900, -8128100, 0),
(41926, 4157, 229, 'Wrekin', 526798800, -25368500, 0),
(41927, 4154, 229, 'Wrentham', 523847700, 16700900, 0),
(41928, 4114, 229, 'Wrington', 513617300, -27631900, 0),
(41929, 4073, 229, 'Writtle', 517290600, 4293800, 0),
(41930, 4089, 229, 'Wrotham', 513085600, 3089900, 0),
(41931, 4018, 229, 'Wroughton', 515241100, -17955900, 0),
(41932, 4007, 229, 'Wyboston', 521942800, -2983300, 0),
(41933, 4036, 229, 'Wybunbury', 530454200, -24520700, 0),
(41934, 4070, 229, 'Wych Cross', 510682600, 247200, 0),
(41935, 4089, 229, 'Wye', 511824900, 9367800, 0),
(41936, 4025, 229, 'Wyke', 537333300, -17666700, 0),
(41937, 4061, 229, 'Wyke Regis', 505911200, -24732700, 0),
(41938, 4115, 229, 'Wykeham', 542333300, -5166700, 0),
(41939, 4052, 229, 'Wyken', 524166700, -14666700, 0),
(41940, 4127, 229, 'Wymering', 508504900, -10754700, 0),
(41941, 4093, 229, 'Wymondham', 525701200, 11162300, 0),
(41942, 4172, 229, 'Wythall', 523752300, -18756800, 0),
(41943, 4121, 229, 'Wytham', 517749600, -13125200, 0),
(41944, 1030, 229, 'Wythenshawe', 533802700, -22654000, 0),
(41945, 4154, 229, 'Wyverstone', 522705100, 9903300, 0),
(41946, 4089, 229, 'Yalding', 512260800, 4319400, 0),
(41947, 4168, 229, 'Yapton', 508209000, -6130000, 0),
(41948, 4038, 229, 'Yardley', 524666200, -18102800, 0),
(41949, 4152, 229, 'Yarm', 545036400, -13579300, 0),
(41950, 4144, 229, 'Yate', 515407400, -24183900, 0),
(41951, 4081, 229, 'Yateley', 513430500, -8298500, 0),
(41952, 4083, 229, 'Yatton', 513833300, -28166700, 0),
(41953, 4032, 229, 'Yaxley', 523228000, 11106500, 0),
(41954, 4079, 229, 'Yeading', 515277700, -3984100, 0),
(41955, 4039, 229, 'Yeadon', 538643700, -16874300, 0),
(41956, 4032, 229, 'Yelling', 522462000, -1532100, 0),
(41957, 4058, 229, 'Yeoford', 507760700, -37273000, 0),
(41958, 4142, 229, 'Yeovil', 509415900, -26321100, 0),
(41959, 4079, 229, 'Yiewsley', 515132600, -4729700, 0),
(41960, 4045, 229, 'York', 539576300, -10827100, 0),
(41961, 4138, 229, 'Acton', 543000000, -63666700, 0),
(41962, 2523, 229, 'Annalong', 541082300, -58996600, 0),
(41963, 2523, 229, 'Antrim', 547000000, -62000000, 0),
(41964, 2523, 229, 'Ardmore', 550166700, -68833300, 0),
(41965, 2523, 229, 'Armagh', 543500000, -66666700, 0),
(41966, 4154, 229, 'Ashfield', 544000000, -62000000, 0),
(41967, 2523, 229, 'Aughnacloy', 544166700, -69666700, 0),
(41968, 2523, 229, 'Ballinamallard', 544000000, -75833300, 0),
(41969, 2523, 229, 'Ballinderry Lower', 545333300, -62666700, 0),
(41970, 2523, 229, 'Ballycarry', 547666700, -57666700, 0),
(41971, 2523, 229, 'Ballycastle', 552044400, -62429800, 0),
(41972, 2523, 229, 'Ballyclare', 547666700, -60166700, 0),
(41973, 2523, 229, 'Ballyclog', 546000000, -66500000, 0),
(41974, 2523, 229, 'Ballydrain', 545166700, -56833300, 0),
(41975, 2523, 229, 'Ballyhackamore', 545949400, -58628400, 0),
(41976, 2523, 229, 'Ballymacarret', 545980700, -58997400, 0),
(41977, 2523, 229, 'Ballymena', 548635700, -62762800, 0),
(41978, 2523, 229, 'Ballymoney', 550708000, -65100900, 0),
(41979, 2523, 229, 'Ballynafeigh', 545666700, -59000000, 0),
(41980, 2523, 229, 'Ballynagard', 550333300, -72666700, 0),
(41981, 2523, 229, 'Ballynahinch', 544000000, -58833300, 0),
(41982, 4071, 229, 'Balmoral', 545500000, -59666700, 0),
(41983, 2523, 229, 'Balnamore', 550655900, -65624400, 0),
(41984, 2523, 229, 'Banbridge', 543500000, -62833300, 0),
(41985, 4080, 229, 'Bangor', 546533800, -56689500, 0),
(41986, 2523, 229, 'Belfast', 545833300, -59333300, 0),
(41987, 2523, 229, 'Belfast City Centre', 545963300, -59300400, 0),
(41988, 2523, 229, 'Belfast County Borough', 546000000, -59333300, 0),
(41989, 2523, 229, 'Bellaghy', 548087000, -65191800, 0),
(41990, 2523, 229, 'Belleek', 541666700, -64833300, 0),
(41991, 2523, 229, 'Bessbrook', 541941800, -63995400, 0),
(41992, 2523, 229, 'Boom Hall', 550166700, -73000000, 0),
(41993, 2523, 229, 'Bovevagh', 549500000, -69333300, 0),
(41994, 2523, 229, 'Broughshane', 548926000, -62089900, 0),
(41995, 2523, 229, 'Bushmills', 552049300, -65191800, 0),
(41996, 2523, 229, 'Carnmoney', 546833300, -59500000, 0),
(41997, 2523, 229, 'Carrickfergus', 547158000, -58058000, 0),
(41998, 2523, 229, 'Carrowdore', 545666700, -55500000, 0),
(41999, 2523, 229, 'Castledawson', 547772300, -65622700, 0),
(42000, 2523, 229, 'Castlederg', 547000000, -76000000, 0),
(42001, 2523, 229, 'Castlewellan', 542666700, -59333300, 0),
(42002, 4154, 229, 'Clare', 543333300, -64500000, 0),
(42003, 2523, 229, 'Claudy', 548694000, -65039100, 0),
(42004, 4089, 229, 'Cliftonville', 546166700, -59333300, 0),
(42005, 2523, 229, 'Clogher', 544166700, -72000000, 0),
(42006, 2523, 229, 'Cloghoge', 541500000, -63500000, 0),
(42007, 2523, 229, 'Clooney Park', 550000000, -73000000, 0),
(42008, 2523, 229, 'Clough', 542833300, -58333300, 0),
(42009, 2523, 229, 'Coalisland', 545418000, -67016600, 0),
(42010, 2523, 229, 'Coleraine', 551333300, -66666700, 0),
(42011, 2523, 229, 'Comber', 545493700, -57437900, 0),
(42012, 2523, 229, 'Conlig', 546166700, -56833300, 0),
(42013, 2523, 229, 'Cookstown', 546430500, -67459500, 0),
(42014, 2523, 229, 'Corranny', 542500000, -72666700, 0),
(42015, 2523, 229, 'Craigavon', 544470900, -63870000, 0),
(42016, 2523, 229, 'Crawfordsburn', 546581000, -57322900, 0),
(42017, 2523, 229, 'Creggan', 540833300, -65666700, 0),
(42018, 2523, 229, 'Crew', 547166700, -75166700, 0),
(42019, 4030, 229, 'Crumlin', 546243200, -62156000, 0),
(42020, 2523, 229, 'Derry', 549981000, -73093400, 0),
(42021, 2523, 229, 'Donaghadee', 546333300, -55333300, 0),
(42022, 2523, 229, 'Dooish', 545833300, -74833300, 0),
(42023, 2523, 229, 'Downpatrick', 543263300, -57034500, 0),
(42024, 2523, 229, 'Draperstown', 548000000, -67666700, 0),
(42025, 2523, 229, 'Drumahoe', 549666700, -72666700, 0),
(42026, 2523, 229, 'Drumaroad', 543166700, -59000000, 0),
(42027, 2523, 229, 'Drumbo', 545151000, -59552800, 0),
(42028, 2523, 229, 'Drumhirk', 546000000, -56666700, 0),
(42029, 2523, 229, 'Drummond', 544500000, -67333300, 0),
(42030, 2523, 229, 'Drumnasoo', 544000000, -64666700, 0),
(42031, 4143, 229, 'Dundonald', 545919600, -57980300, 0),
(42032, 2523, 229, 'Dundrum', 542575000, -58445500, 0),
(42033, 2523, 229, 'Dungannon', 545034400, -67672300, 0),
(42034, 2523, 229, 'Dunmurry', 545498700, -59963000, 0),
(42035, 2523, 229, 'Eden', 547249000, -57725000, 0),
(42036, 2523, 229, 'Eglinton', 550166700, -71833300, 0),
(42037, 2523, 229, 'Eglish', 544500000, -68000000, 0),
(42038, 2523, 229, 'Enniskillen', 543461500, -76413300, 0),
(42039, 4057, 229, 'Fairfield', 542000000, -75666700, 0),
(42040, 2523, 229, 'Finaghy', 545500000, -59833300, 0),
(42041, 2523, 229, 'Fintona', 545000000, -73166700, 0),
(42042, 2523, 229, 'Foyle Hill', 549833300, -73500000, 0),
(42043, 2523, 229, 'Gilford', 543725600, -63612600, 0),
(42044, 2523, 229, 'Gilnahirk', 545833300, -58333300, 0),
(42045, 2523, 229, 'Glastry', 544833300, -54833300, 0),
(42046, 2523, 229, 'Glenfern', 545666700, -73833300, 0),
(42047, 2523, 229, 'Glengormley', 546814700, -59678900, 0),
(42048, 2523, 229, 'Gracefield', 547333300, -65500000, 0),
(42049, 2523, 229, 'Greenisland', 547000000, -58666700, 0),
(42050, 2523, 229, 'Groomsport', 546666700, -56166700, 0),
(42051, 4136, 229, 'Hillsborough', 544634500, -60766400, 0),
(42052, 2523, 229, 'Hilltown', 542000000, -61333300, 0),
(42053, 4063, 229, 'Holywood', 546386300, -58247300, 0),
(42054, 4136, 229, 'Hyde Park', 546666700, -60000000, 0),
(42055, 2523, 229, 'Jordanstown', 546833300, -59000000, 0),
(42056, 2523, 229, 'Kells', 548000000, -62166700, 0),
(42057, 2523, 229, 'Kilrea', 549509100, -65569500, 0),
(42058, 4072, 229, 'Knock', 545833300, -58500000, 0),
(42059, 2523, 229, 'Knockmore', 545118100, -60702900, 0),
(42060, 2523, 229, 'Larne', 548500000, -58166700, 0),
(42061, 2523, 229, 'Legoniel', 546166700, -59833300, 0),
(42062, 2523, 229, 'Limavady', 550504500, -69507400, 0),
(42063, 2523, 229, 'Lisburn', 545233700, -60352700, 0),
(42064, 2523, 229, 'Lisnaskea', 542500000, -74500000, 0),
(42065, 2523, 229, 'Londonderry County Borough', 549972100, -73091700, 0),
(42066, 2523, 229, 'Loughbrickland', 543166700, -63000000, 0),
(42067, 2523, 229, 'Loughgall', 544166700, -66000000, 0),
(42068, 2523, 229, 'Lurgan', 544666700, -63333300, 0),
(42069, 2523, 229, 'Magherafelt', 547535600, -66065600, 0),
(42070, 2523, 229, 'Meigh', 541166700, -63833300, 0),
(42071, 2523, 229, 'Millisle', 546063800, -55297300, 0),
(42072, 4070, 229, 'Mountfield', 546500000, -71666700, 0),
(42073, 2523, 229, 'Mullans Town', 545333300, -70500000, 0),
(42074, 4138, 229, 'Newcastle', 542180400, -58897900, 0),
(42075, 2523, 229, 'Newry', 541784100, -63373900, 0),
(42076, 2523, 229, 'Newtownabbey', 546598300, -59085800, 0),
(42077, 2523, 229, 'Newtownards', 545923600, -56909200, 0),
(42078, 2523, 229, 'Newtownbreda', 545500000, -59000000, 0),
(42079, 2523, 229, 'Omagh', 546000000, -73000000, 0),
(42080, 2523, 229, 'Ormeau', 545833300, -58833300, 0),
(42081, 2523, 229, 'Portadown', 544134400, -64474300, 0),
(42082, 2523, 229, 'Portaferry', 543833300, -55500000, 0),
(42083, 2523, 229, 'Portrush', 551959200, -66493000, 0),
(42084, 2523, 229, 'Portstewart', 551813200, -67140200, 0),
(42085, 2523, 229, 'Randalstown', 547500000, -63000000, 0),
(42086, 2523, 229, 'Ranelly', 545500000, -72500000, 0),
(42087, 2523, 229, 'Rathfriland', 542500000, -61666700, 0),
(42088, 2523, 229, 'Seagoe', 544333300, -64166700, 0),
(42089, 2523, 229, 'Shankill', 546000000, -59333300, 0),
(42090, 4075, 229, 'Springfield', 546000000, -59666700, 0),
(42091, 2523, 229, 'Square', 542166700, -60333300, 0),
(42092, 2523, 229, 'Strabane', 548237300, -74691600, 0),
(42093, 2523, 229, 'Strangford', 543695600, -55571100, 0),
(42094, 2523, 229, 'Stranmillis', 545666700, -59166700, 0),
(42095, 4079, 229, 'Sydenham', 546044400, -58799200, 0),
(42096, 2523, 229, 'The Bawn', 544500000, -69166700, 0),
(42097, 2523, 229, 'Toome', 547519700, -64611600, 0),
(42098, 2523, 229, 'Waringstown', 544343100, -62992900, 0),
(42099, 2523, 229, 'Whiteabbey', 546666700, -59000000, 0),
(42101, 4133, 229, 'Windsor', 545666700, -59500000, 0),
(42102, 4158, 229, 'Abbotsford', 556000000, -27833300, 0),
(42103, 4000, 229, 'Aberdeen', 571436900, -20981400, 0),
(42104, 4075, 229, 'Aberdour', 560500000, -33000000, 0),
(42105, 4123, 229, 'Aberfeldy', 566200000, -38645300, 0),
(42106, 4167, 229, 'Addiewell', 558438200, -36054900, 0),
(42107, 4112, 229, 'Airdrie', 558660200, -39802500, 0),
(42108, 4166, 229, 'Alexandria', 559937900, -45864000, 0),
(42109, 4001, 229, 'Alford', 572325700, -27029800, 0),
(42110, 4085, 229, 'Allanfearn', 575000000, -41500000, 0),
(42111, 4046, 229, 'Alloa', 561158600, -37899700, 0),
(42112, 4143, 229, 'Alloway', 554320200, -46330100, 0),
(42113, 4123, 229, 'Almondbank', 564172900, -35173300, 0),
(42114, 4123, 229, 'Alyth', 566220900, -32300500, 0),
(42115, 4063, 229, 'Annan', 549883900, -32564700, 0),
(42116, 4077, 229, 'Anniesland', 558914000, -43214400, 0),
(42117, 4075, 229, 'Anstruther', 562231500, -27022900, 0),
(42119, 4003, 229, 'Arbroath', 565631700, -25873600, 0),
(42120, 4110, 229, 'Ardeer Square', 556333300, -47500000, 0),
(42121, 4123, 229, 'Ardler', 565500000, -32000000, 0),
(42122, 4110, 229, 'Ardrossan', 556501800, -48065900, 0),
(42123, 4085, 229, 'Armadale', 558833300, -37000000, 0),
(42124, 4004, 229, 'Arrochar', 561960900, -47455900, 0),
(42125, 4123, 229, 'Auchterarder', 562961200, -37069200, 0),
(42126, 4075, 229, 'Auchterderran', 561493200, -32659100, 0),
(42127, 4063, 229, 'Auldgirth', 551616500, -37077200, 0),
(42128, 4085, 229, 'Aviemore', 571955300, -38259000, 0),
(42129, 4074, 229, 'Avonbridge', 559344400, -37449300, 0),
(42130, 4143, 229, 'Ayr', 554627300, -46339300, 0),
(42131, 4071, 229, 'Baberton', 559104900, -32896500, 0),
(42132, 4072, 229, 'Back', 582666700, -63166700, 0),
(42134, 4071, 229, 'Balerno', 558843700, -33397500, 0),
(42135, 4085, 229, 'Ballachulish', 566757500, -51385100, 0),
(42136, 4075, 229, 'Ballingry', 561639200, -33284100, 0),
(42137, 4001, 229, 'Banchory', 570516800, -24882400, 0),
(42138, 4001, 229, 'Banff', 576647700, -25296400, 0),
(42139, 4123, 229, 'Bankfoot', 565000000, -35000000, 0),
(42140, 4000, 229, 'Bankhead', 548166700, -39333300, 0),
(42141, 4151, 229, 'Bannockburn', 560897800, -39109200, 0),
(42142, 4143, 229, 'Barassie', 555529600, -46568300, 0),
(42143, 4085, 229, 'Barr', 552000000, -47000000, 0),
(42144, 4167, 229, 'Bathgate', 559020400, -36439800, 0),
(42145, 4072, 229, 'Bayble', 582000000, -62166700, 0),
(42146, 4004, 229, 'Beach', 563333300, -61166700, 0),
(42147, 4066, 229, 'Bearsden', 559153600, -43327900, 0),
(42148, 4110, 229, 'Beith', 557492300, -46368000, 0),
(42149, 4112, 229, 'Bellshill', 558166700, -40166700, 0),
(42150, 4137, 229, 'Belmont', 606833300, -9666700, 0),
(42151, 4085, 229, 'Bernisdale', 574732900, -63387700, 0),
(42152, 4145, 229, 'Biggar', 556166700, -35166700, 0),
(42153, 4171, 229, 'Bilston', 558703000, -31781400, 0),
(42154, 4066, 229, 'Bishopbriggs', 559066900, -42186900, 0),
(42155, 4130, 229, 'Bishopton', 559096900, -45056000, 0),
(42156, 4001, 229, 'Blackburn', 558666700, -36333300, 0),
(42157, 4001, 229, 'Blackford', 559259300, -31866400, 0),
(42158, 4123, 229, 'Blairgowrie', 565915700, -33404500, 0),
(42159, 4071, 229, 'Blinkbonny', 558967100, -32983100, 0),
(42160, 4074, 229, 'Bo''ness', 560166700, -36166700, 0),
(42161, 4067, 229, 'Bolton', 559216500, -27889800, 0),
(42162, 4074, 229, 'Bonnybridge', 560015200, -38886000, 0),
(42163, 4102, 229, 'Bonnyrigg', 558732900, -31051000, 0),
(42164, 4145, 229, 'Bothwell', 558027200, -40683500, 0),
(42165, 4158, 229, 'Bowden', 555500000, -27166700, 0),
(42166, 4166, 229, 'Bowling', 559309700, -44859900, 0),
(42167, 4085, 229, 'Brackley', 575500000, -40166700, 0),
(42168, 4003, 229, 'Brechin', 567299300, -26572900, 0),
(42169, 4130, 229, 'Bridge of Weir', 558500000, -45833300, 0),
(42170, 4085, 229, 'Bridgend', 557815900, -62436700, 0),
(42171, 4158, 229, 'Briery Yards', 554333300, -27333300, 0),
(42172, 4085, 229, 'Broadford', 572417600, -59111400, 0),
(42173, 4085, 229, 'Brora', 580098900, -38518200, 0),
(42174, 4085, 229, 'Brough', 586500000, -33333300, 0),
(42175, 4064, 229, 'Broughty Ferry', 564731000, -28716700, 0),
(42176, 4167, 229, 'Broxburn', 559341500, -34713300, 0),
(42177, 4158, 229, 'Buccleuch', 554166700, -30666700, 0),
(42178, 4151, 229, 'Buchany', 562006400, -40800500, 0),
(42179, 4000, 229, 'Bucksburn', 571785100, -21867900, 0),
(42180, 4105, 229, 'Burghead', 577011300, -34899200, 0),
(42181, 4001, 229, 'Burnhaven', 574833300, -17833300, 0),
(42182, 4158, 229, 'Burnmouth', 558409400, -20764600, 0),
(42183, 4075, 229, 'Burntisland', 560624800, -32317600, 0),
(42184, 4145, 229, 'Cadzow', 557595800, -40466200, 0),
(42185, 4112, 229, 'Caldercruix', 558888600, -38866400, 0),
(42186, 4046, 229, 'Cambus', 561244000, -38442600, 0),
(42187, 4145, 229, 'Cambuslang', 558096600, -41609600, 0),
(42188, 4074, 229, 'Camelon', 560030200, -38207200, 0),
(42189, 4004, 229, 'Campbeltown', 554258300, -56076400, 0),
(42190, 4075, 229, 'Cardenden', 561431000, -32568700, 0),
(42191, 4077, 229, 'Cardonald', 558500300, -43464500, 0),
(42192, 4112, 229, 'Carfin', 558050200, -39607600, 0),
(42193, 4063, 229, 'Carleton', 547000000, -45000000, 0),
(42194, 4145, 229, 'Carluke', 557359500, -38301900, 0),
(42195, 4105, 229, 'Carron', 560166700, -37833300, 0),
(42196, 4112, 229, 'Castlecary', 559833300, -39500000, 0),
(42197, 4085, 229, 'Castletown', 585833300, -33833300, 0),
(42198, 4077, 229, 'Cathcart', 558183600, -42616900, 0),
(42199, 4151, 229, 'Causewayhead', 561333300, -39166700, 0),
(42200, 4075, 229, 'Ceres', 562938200, -29735700, 0),
(42201, 4001, 229, 'Clunie', 565778300, -34502200, 0),
(42202, 4166, 229, 'Clydebank', 559013700, -44057000, 0),
(42203, 4112, 229, 'Coatbridge', 558621600, -40246900, 0),
(42204, 4067, 229, 'Cockenzie', 559682300, -29656200, 0),
(42205, 4072, 229, 'Coll', 582666700, -63166700, 0),
(42206, 4001, 229, 'Cornhill', 576000000, -27000000, 0),
(42207, 4071, 229, 'Corstorphine', 559429400, -32850000, 0),
(42208, 4001, 229, 'Cothill', 572436300, -22546000, 0),
(42209, 4123, 229, 'Coupar Angus', 565455200, -32677400, 0),
(42210, 4085, 229, 'Cove', 560000000, -48500000, 0),
(42211, 4075, 229, 'Cowdenbeath', 561119400, -33442600, 0),
(42212, 4151, 229, 'Cowie', 560666700, -38666700, 0),
(42213, 4085, 229, 'Craig', 566500000, -32000000, 0),
(42214, 4001, 229, 'Craigearn', 572176200, -24609500, 0),
(42215, 4105, 229, 'Craigellachie', 574898900, -31883600, 0),
(42216, 4004, 229, 'Craignure', 564677500, -56992400, 0),
(42217, 4071, 229, 'Cramond Bridge', 559500000, -33000000, 0),
(42218, 4123, 229, 'Crieff', 563726800, -38389100, 0),
(42219, 4085, 229, 'Cromarty', 576809500, -40341000, 0),
(42220, 4072, 229, 'Cross', 584666700, -62833300, 0),
(42221, 4075, 229, 'Crossford', 557000000, -38666700, 0),
(42222, 4075, 229, 'Crossgates', 560666700, -33833300, 0),
(42223, 4085, 229, 'Croy', 575166700, -40333300, 0),
(42224, 4105, 229, 'Cullen', 576904500, -28181800, 0),
(42225, 4075, 229, 'Culross', 560554900, -36260900, 0),
(42226, 4000, 229, 'Cults', 571166700, -21666700, 0),
(42227, 4112, 229, 'Cumbernauld', 559468500, -39905100, 0),
(42228, 4065, 229, 'Cumnock', 554544500, -42664400, 0),
(42229, 4075, 229, 'Cupar', 563187600, -30120400, 0),
(42230, 4071, 229, 'Currie', 558964000, -33084500, 0),
(42231, 4102, 229, 'Dalkeith', 558934100, -30638100, 0),
(42232, 4105, 229, 'Dallas', 575527100, -34679800, 0),
(42233, 4077, 229, 'Dalmarnock', 558404400, -42139400, 0),
(42234, 4167, 229, 'Dalmeny', 559813900, -33742600, 0),
(42235, 4166, 229, 'Dalmuir', 559108900, -44291800, 0),
(42236, 4071, 229, 'Dalry', 551000000, -41666700, 0),
(42237, 4063, 229, 'Dalton', 550500000, -33833300, 0),
(42238, 4112, 229, 'Dalziel', 557833300, -39666700, 0),
(42239, 4071, 229, 'Davidsons Mains', 559656800, -32674000, 0),
(42240, 4123, 229, 'Deanshaugh', 565333300, -37500000, 0),
(42241, 4000, 229, 'Denmore', 571833300, -21000000, 0),
(42242, 4074, 229, 'Denny', 560235000, -39081200, 0),
(42243, 4046, 229, 'Dollar', 561624500, -36713500, 0),
(42244, 4063, 229, 'Dornock', 549833300, -32000000, 0),
(42245, 4145, 229, 'Douglas', 555500000, -38500000, 0),
(42246, 4120, 229, 'Dounby', 590684500, -32313500, 0),
(42247, 4003, 229, 'Dronley', 565000000, -30666700, 0),
(42248, 4077, 229, 'Drumchapel', 559101800, -43732900, 0),
(42249, 4071, 229, 'Duddingston', 559425200, -31293300, 0),
(42250, 4112, 229, 'Dullatur', 559679100, -40106400, 0),
(42251, 4166, 229, 'Dumbarton', 559443300, -45706100, 0),
(42252, 4063, 229, 'Dumfries', 550695900, -36113900, 0),
(42253, 4067, 229, 'Dunbar', 560006200, -25141800, 0),
(42254, 4151, 229, 'Dunblane', 561884300, -39641700, 0),
(42255, 4064, 229, 'Dundee', 565000000, -29666700, 0),
(42256, 4143, 229, 'Dundonald', 555666700, -45833300, 0),
(42257, 4075, 229, 'Dunfermline', 560715600, -34588700, 0),
(42258, 4004, 229, 'Dunoon', 559469800, -49230300, 0),
(42259, 4158, 229, 'Duns', 557770400, -23457500, 0),
(42260, 4166, 229, 'Duntocher', 559243700, -44154500, 0),
(42261, 4000, 229, 'Dyce', 572052200, -21767600, 0),
(42262, 4063, 229, 'Eaglesfield', 550500000, -32000000, 0),
(42263, 4068, 229, 'Eaglesham', 557411900, -42745900, 0),
(42264, 4158, 229, 'Earlston', 556385600, -26749500, 0),
(42265, 4167, 229, 'East Calder', 558918600, -34637200, 0),
(42266, 4145, 229, 'East Kilbride', 557666700, -41666700, 0),
(42267, 4071, 229, 'East Pilton', 559666700, -32333300, 0),
(42268, 4137, 229, 'Easter Quarff', 601017100, -12350700, 0),
(42269, 4071, 229, 'Edinburgh', 559520600, -31964800, 0),
(42270, 4130, 229, 'Elderslie', 558332700, -44859800, 0),
(42271, 4105, 229, 'Elgin', 576500000, -33333300, 0),
(42272, 4001, 229, 'Ellon', 573640500, -20731300, 0),
(42273, 4145, 229, 'Elvanfoot', 554372500, -36579500, 0),
(42274, 4123, 229, 'Errol', 563923400, -32127500, 0),
(42275, 4130, 229, 'Erskine', 559005000, -44502800, 0),
(42276, 4085, 229, 'Evanton', 576638500, -43400400, 0),
(42277, 4158, 229, 'Eyemouth', 558713000, -20901000, 0),
(42278, 4085, 229, 'Eyre', 574666700, -64000000, 0),
(42279, 4071, 229, 'Fairmilehead', 559052100, -32004900, 0),
(42280, 4074, 229, 'Falkirk', 559991700, -37871300, 0),
(42281, 4003, 229, 'Farnell', 566897300, -26121900, 0),
(42282, 4085, 229, 'Farr', 573500000, -42000000, 0),
(42283, 4167, 229, 'Fauldhouse', 558274900, -37074100, 0),
(42284, 4105, 229, 'Findhorn', 576571800, -36084600, 0),
(42285, 4077, 229, 'Finnieston', 558627700, -42858500, 0),
(42286, 4067, 229, 'Fisherrow', 559333300, -30666700, 0),
(42287, 4105, 229, 'Fochabers', 576136200, -30956500, 0),
(42288, 4004, 229, 'Ford', 561666700, -54333300, 0),
(42289, 4075, 229, 'Fordell', 560814300, -33588800, 0),
(42290, 4003, 229, 'Forfar', 566431300, -28902600, 0),
(42291, 4105, 229, 'Forres', 576112500, -36107800, 0),
(42292, 4000, 229, 'Forrit Brae', 571838600, -21978200, 0),
(42293, 4085, 229, 'Fort William', 568164800, -51120800, 0),
(42294, 4145, 229, 'Forth', 557650200, -36887400, 0),
(42295, 4085, 229, 'Fortrose', 575808700, -41326300, 0),
(42296, 4001, 229, 'Fraserburgh', 576874400, -20184400, 0),
(42297, 4085, 229, 'Gairloch', 577202900, -56792400, 0),
(42298, 4158, 229, 'Galashiels', 556145800, -28069500, 0),
(42299, 4065, 229, 'Galston', 556009300, -43817200, 0),
(42300, 4112, 229, 'Gartcosh', 558884100, -40817000, 0),
(42301, 4067, 229, 'Gifford', 559033000, -27459200, 0),
(42302, 4143, 229, 'Girvan', 552425500, -48555100, 0),
(42303, 4077, 229, 'Glasgow', 558651500, -42576300, 0),
(42304, 4145, 229, 'Glassford', 556997400, -40294900, 0),
(42305, 4001, 229, 'Glenbervie', 569169300, -23857900, 0),
(42306, 4085, 229, 'Glencoe', 566824500, -51019500, 0),
(42307, 4075, 229, 'Glenrothes', 561951400, -31731600, 0),
(42308, 4071, 229, 'Gogar', 559386300, -33283400, 0),
(42309, 4085, 229, 'Golspie', 579726600, -39779800, 0),
(42310, 4158, 229, 'Gordon', 556798200, -25646600, 0),
(42311, 4102, 229, 'Gorebridge', 558459400, -30456300, 0),
(42312, 4071, 229, 'Gorgie', 559351600, -32425100, 0),
(42313, 4086, 229, 'Gourock', 559615700, -48178900, 0),
(42314, 4077, 229, 'Govan', 558632600, -43124100, 0),
(42315, 4074, 229, 'Grahamston', 560000000, -37666700, 0),
(42317, 4072, 229, 'Gramisdale', 574833300, -73333300, 0),
(42318, 4167, 229, 'Grange', 559833300, -36000000, 0),
(42319, 4074, 229, 'Grangemouth', 560114100, -37218300, 0),
(42320, 4071, 229, 'Granton', 559779300, -32238000, 0),
(42321, 4071, 229, 'Grassmarket', 559475700, -31960000, 0),
(42322, 4086, 229, 'Greenock', 559483800, -47612100, 0),
(42323, 4003, 229, 'Guthrie', 566438600, -27066700, 0),
(42324, 4067, 229, 'Haddington', 559561200, -27833200, 0),
(42325, 4145, 229, 'Hamilton', 557666700, -40333300, 0),
(42326, 4137, 229, 'Haroldswick', 607875300, -8329900, 0),
(42327, 4001, 229, 'Hatton of Fintray', 572382400, -22631800, 0),
(42328, 4158, 229, 'Hawick', 554227300, -27866600, 0),
(42329, 4130, 229, 'Hawkhead', 558333300, -43833300, 0),
(42330, 4004, 229, 'Hayfield', 563500000, -51166700, 0),
(42331, 4004, 229, 'Helensburgh', 560061400, -47264800, 0),
(42332, 4158, 229, 'Heriot', 557799300, -29545000, 0),
(42333, 4145, 229, 'High Blantyre', 557843800, -41000700, 0),
(42334, 4077, 229, 'Hillington', 558500000, -43500000, 0),
(42335, 4003, 229, 'Hillside', 567333300, -24833300, 0),
(42336, 4112, 229, 'Holytown', 558201100, -39727000, 0),
(42337, 4063, 229, 'Holywood', 551014600, -36471500, 0),
(42338, 4130, 229, 'Houston', 558685900, -45520100, 0),
(42339, 4130, 229, 'Howwood', 558000000, -45500000, 0),
(42340, 4001, 229, 'Huntly', 574474100, -27860800, 0),
(42341, 4077, 229, 'Hurlet', 558166700, -43666700, 0),
(42342, 4065, 229, 'Hurlford', 556008600, -44536300, 0),
(42343, 4130, 229, 'Inchinnan', 558899500, -44384200, 0),
(42344, 4001, 229, 'Inchmarlo', 570581100, -25395500, 0),
(42345, 4001, 229, 'Insch', 573427300, -26132100, 0),
(42346, 4085, 229, 'Inshes', 574699400, -41900200, 0),
(42347, 4001, 229, 'Inverbervie', 568446300, -22799700, 0),
(42348, 4123, 229, 'Invergowrie', 564611100, -30615800, 0),
(42349, 4075, 229, 'Inverkeithing', 560329700, -33955500, 0),
(42350, 4086, 229, 'Inverkip', 559083100, -48705100, 0),
(42351, 4085, 229, 'Inverness', 574790800, -42239800, 0),
(42352, 4001, 229, 'Inverurie', 572844600, -23773600, 0),
(42353, 4110, 229, 'Irvine', 556194000, -46550800, 0),
(42354, 4004, 229, 'Isle Of Mull', 564468900, -57712600, 0),
(42355, 4004, 229, 'Isle of Islay', 557852600, -62388600, 0),
(42356, 4072, 229, 'Isle of Lewis', 582190100, -63880300, 0),
(42358, 4085, 229, 'Jamestown', 559833300, -45666700, 0),
(42359, 4158, 229, 'Jedburgh', 554799700, -25520000, 0),
(42360, 4130, 229, 'Johnstone', 558290600, -45160500, 0),
(42361, 4063, 229, 'Johnstonebridge', 552149100, -34160600, 0),
(42362, 4105, 229, 'Keith', 575363300, -29481100, 0),
(42363, 4001, 229, 'Keithan', 575000000, -23500000, 0),
(42364, 4158, 229, 'Kelso', 555981400, -24338200, 0),
(42365, 4001, 229, 'Kemnay', 572357300, -24439500, 0),
(42366, 4075, 229, 'Kennoway', 562108100, -30491700, 0),
(42367, 4086, 229, 'Kilmacolm', 558947000, -46264300, 0),
(42368, 4065, 229, 'Kilmarnock', 556117100, -44958100, 0),
(42369, 4065, 229, 'Kilmaurs', 556380100, -45273000, 0),
(42370, 4085, 229, 'Kilmote', 580833300, -37333300, 0),
(42371, 4123, 229, 'Kilspindie', 564170500, -32659000, 0),
(42372, 4112, 229, 'Kilsyth', 559759600, -40591600, 0),
(42373, 4110, 229, 'Kilwinning', 556533300, -47066600, 0),
(42374, 4077, 229, 'Kings Park', 558166700, -42500000, 0),
(42375, 4105, 229, 'Kingston', 576666700, -31000000, 0),
(42376, 4123, 229, 'Kinross', 562046600, -34213800, 0),
(42377, 4001, 229, 'Kintore', 572372100, -23454000, 0),
(42378, 4075, 229, 'Kirkcaldy', 561098200, -31614900, 0),
(42379, 4063, 229, 'Kirkcudbright', 548383000, -40490800, 0),
(42380, 4066, 229, 'Kirkintilloch', 559393300, -41526200, 0),
(42381, 4071, 229, 'Kirkliston', 559536400, -34028800, 0),
(42382, 4167, 229, 'Kirknewton', 558875400, -34189800, 0),
(42384, 4120, 229, 'Kirkwall', 589847900, -29587300, 0),
(42385, 4004, 229, 'Kirn', 559609200, -49117400, 0),
(42386, 4003, 229, 'Kirriemuir', 566739800, -30034300, 0),
(42387, 4063, 229, 'Kirtlebridge', 550438500, -31924800, 0),
(42388, 4145, 229, 'Lanark', 556737100, -37817000, 0),
(42389, 4130, 229, 'Langbank', 559236400, -45926100, 0),
(42390, 4063, 229, 'Langholm', 551510100, -29988900, 0),
(42391, 4074, 229, 'Larbert', 560224600, -38287200, 0),
(42392, 4110, 229, 'Largs', 557962900, -48633700, 0),
(42393, 4001, 229, 'Largue', 574628700, -26035600, 0),
(42394, 4089, 229, 'Larkfield', 559434300, -48185800, 0),
(42395, 4145, 229, 'Larkhall', 557333300, -39666700, 0),
(42396, 4158, 229, 'Lauder', 557190800, -27475500, 0),
(42397, 4001, 229, 'Laurencekirk', 568333800, -24654000, 0),
(42398, 4145, 229, 'Law', 557500000, -38833300, 0),
(42399, 4071, 229, 'Leith', 559713000, -31723000, 0),
(42400, 4137, 229, 'Lerwick', 601545300, -11494100, 0),
(42401, 4145, 229, 'Lesmahagow', 556366800, -38873600, 0),
(42402, 4075, 229, 'Leuchars', 563817400, -28825300, 0),
(42403, 4075, 229, 'Leven', 562000000, -30000000, 0),
(42404, 4072, 229, 'Leverburgh', 577711500, -70088500, 0),
(42405, 4071, 229, 'Liberton', 559129500, -31608900, 0),
(42406, 4158, 229, 'Lilliesleaf', 555182400, -27371900, 0),
(42407, 4167, 229, 'Linlithgow', 559763900, -36036400, 0),
(42408, 4077, 229, 'Linthouse', 558642100, -43305900, 0),
(42409, 4167, 229, 'Livingston', 559028800, -35226100, 0),
(42410, 4143, 229, 'Loans', 555504000, -46241000, 0),
(42411, 4075, 229, 'Lochgelly', 561282600, -33096400, 0),
(42412, 4004, 229, 'Lochgilphead', 560379600, -54320600, 0),
(42413, 4085, 229, 'Lochinver', 581486000, -52407500, 0),
(42414, 4130, 229, 'Lochwinnoch', 557952100, -46303400, 0),
(42415, 4063, 229, 'Lockerbie', 551230200, -33563500, 0),
(42416, 4123, 229, 'Longforgan', 564573200, -31143700, 0),
(42417, 4067, 229, 'Longniddry', 559754300, -28959300, 0),
(42418, 4105, 229, 'Lossiemouth', 577213600, -32834100, 0),
(42419, 4003, 229, 'Lucknow', 564910300, -27804000, 0),
(42420, 4004, 229, 'Luss', 561009100, -46382900, 0),
(42421, 4001, 229, 'Macduff', 576701200, -24968600, 0),
(42422, 4067, 229, 'Macmerry', 559404500, -29050300, 0),
(42423, 4077, 229, 'Mansewood', 558112400, -42996500, 0),
(42424, 4071, 229, 'Marchmont', 559382800, -31978800, 0),
(42425, 4063, 229, 'Mark', 549166700, -43333300, 0),
(42426, 4075, 229, 'Markinch', 562021400, -31351700, 0),
(42427, 4077, 229, 'Maryhill', 558906300, -42903700, 0),
(42428, 4001, 229, 'Maud', 575216500, -21257000, 0),
(42429, 4063, 229, 'Maxwelltown', 550666700, -36333300, 0),
(42430, 4143, 229, 'Maybole', 553550300, -46802600, 0),
(42431, 4158, 229, 'Melrose', 555996900, -27277000, 0),
(42432, 4046, 229, 'Menstrie', 561513800, -38546600, 0),
(42433, 4130, 229, 'Merksworth', 558666700, -44333300, 0),
(42434, 4075, 229, 'Methil', 561854300, -30215700, 0),
(42435, 4167, 229, 'Mid Calder', 558926100, -34800200, 0),
(42436, 4004, 229, 'Middleton', 564830700, -69613000, 0),
(42437, 4000, 229, 'Milltimber', 571042400, -22409900, 0),
(42438, 4066, 229, 'Milngavie', 559407100, -43231100, 0),
(42439, 4063, 229, 'Moffat', 553322700, -34454200, 0),
(42440, 4112, 229, 'Mollinburn', 559166700, -40333300, 0),
(42441, 4003, 229, 'Monifieth', 564822700, -28173200, 0),
(42442, 4003, 229, 'Montrose', 567000000, -24500000, 0),
(42443, 4112, 229, 'Motherwell', 557892400, -39918700, 0),
(42444, 4085, 229, 'Muir of Ord', 575197600, -44593900, 0),
(42445, 4003, 229, 'Murroes', 565000000, -28666700, 0),
(42446, 4067, 229, 'Musselburgh', 559417000, -30499100, 0),
(42447, 4085, 229, 'Nairn', 575809400, -38797300, 0),
(42448, 4071, 229, 'New Town', 559541000, -31975400, 0),
(42449, 4112, 229, 'Newarthill', 558151000, -39373300, 0),
(42450, 4102, 229, 'Newbattle', 558832100, -30696500, 0),
(42451, 4070, 229, 'Newhaven', 559796100, -31972800, 0),
(42452, 4089, 229, 'Newington', 559373800, -31784800, 0),
(42453, 4112, 229, 'Newmains', 557666700, -38833300, 0),
(42454, 4065, 229, 'Newmilns', 556075100, -43241600, 0),
(42455, 4075, 229, 'Newport-On-Tay', 564391100, -29367000, 0),
(42456, 4119, 229, 'Newstead', 555993000, -26983500, 0),
(42457, 4004, 229, 'Newton', 558166700, -41500000, 0),
(42458, 4057, 229, 'Newton Grange', 558666700, -30666700, 0),
(42459, 4068, 229, 'Newton Mearns', 557733400, -43333900, 0),
(42460, 4077, 229, 'Nitshill', 558140800, -43605700, 0),
(42461, 4067, 229, 'North Berwick', 560582500, -27229000, 0),
(42462, 4072, 229, 'North Tolsta', 583333300, -62166700, 0),
(42463, 4075, 229, 'Oakley', 560666700, -35500000, 0),
(42464, 4004, 229, 'Oban', 564126900, -54706200, 0),
(42465, 4000, 229, 'Old Aberdeen', 571653300, -21023300, 0),
(42466, 4166, 229, 'Old Kilpatrick', 559224100, -44556700, 0),
(42467, 4112, 229, 'Old Monkland', 558503200, -40378100, 0),
(42468, 4070, 229, 'Old Town', 559485400, -31946200, 0),
(42469, 4001, 229, 'Oldmeldrum', 573349200, -23199000, 0),
(42470, 4120, 229, 'Orkney', 589846500, -29595300, 0),
(42471, 4071, 229, 'Oxgangs', 559068600, -32225400, 0),
(42472, 4158, 229, 'Oxton', 557666700, -28000000, 0),
(42473, 4130, 229, 'Paisley', 558317300, -44325400, 0),
(42474, 4077, 229, 'Partick', 558707500, -43056600, 0),
(42475, 4075, 229, 'Pathhead', 558666700, -29666700, 0),
(42476, 4158, 229, 'Peebles', 556519000, -31888000, 0),
(42477, 4067, 229, 'Pencaitland', 559072700, -28949000, 0),
(42478, 4102, 229, 'Penicuik', 558316600, -32242300, 0),
(42479, 4123, 229, 'Perth', 563952200, -34313900, 0),
(42480, 4001, 229, 'Peterhead', 575058400, -17980600, 0),
(42481, 4167, 229, 'Philpstoun', 559768600, -35280800, 0),
(42482, 4001, 229, 'Pitcaple', 573198500, -24641100, 0),
(42483, 4123, 229, 'Pitlochry', 567051400, -37343200, 0),
(42484, 4077, 229, 'Pollok', 558235500, -43400700, 0),
(42485, 4077, 229, 'Pollokshaws', 558242000, -42962000, 0),
(42486, 4077, 229, 'Pollokshields', 558435900, -42829700, 0),
(42487, 4077, 229, 'Polmadie', 558369900, -42418100, 0),
(42488, 4074, 229, 'Polmont', 559905000, -37073700, 0),
(42489, 4071, 229, 'Port Edgar', 559924300, -34085100, 0),
(42490, 4004, 229, 'Port Ellen', 556333300, -61833300, 0),
(42491, 4001, 229, 'Port Erroll', 574166700, -18333300, 0),
(42492, 4086, 229, 'Port Glasgow', 559346400, -46895000, 0),
(42493, 4001, 229, 'Portlethen', 570547400, -21306600, 0),
(42494, 4085, 229, 'Portree', 574128800, -61941800, 0),
(42495, 4067, 229, 'Prestonpans', 559593900, -29803800, 0),
(42496, 4143, 229, 'Prestwick', 554833300, -46166700, 0),
(42497, 4077, 229, 'Provanmill', 558772500, -42014900, 0),
(42498, 4063, 229, 'Racks', 550500000, -35166700, 0),
(42499, 4123, 229, 'Rattray', 565907800, -33303200, 0),
(42500, 4071, 229, 'Ravelston', 559517500, -32458300, 0),
(42501, 4120, 229, 'Redland', 591000000, -30666700, 0),
(42502, 4000, 229, 'Redmoss', 571166700, -21000000, 0),
(42503, 4130, 229, 'Renfrew', 558719700, -43925300, 0),
(42504, 4166, 229, 'Renton', 559720000, -45839900, 0),
(42505, 4158, 229, 'Reston', 558500000, -21833300, 0),
(42506, 4063, 229, 'Rigg', 549916300, -31080900, 0),
(42507, 4063, 229, 'Ringford', 548976800, -40458600, 0),
(42508, 4075, 229, 'Rosyth', 560368900, -34380000, 0),
(42509, 4004, 229, 'Rothesay', 558364800, -50550800, 0),
(42510, 4143, 229, 'Rowantree', 551666700, -45833300, 0),
(42511, 4145, 229, 'Rutherglen', 558288500, -42137600, 0),
(42512, 4075, 229, 'Saint Andrews', 563387100, -27990200, 0),
(42513, 4110, 229, 'Saltcoats', 556361600, -47858800, 0),
(42514, 4063, 229, 'Sandhead', 548082000, -49618700, 0),
(42515, 4046, 229, 'Sauchie', 561286900, -37661100, 0),
(42516, 4123, 229, 'Scone', 564194200, -34050700, 0),
(42517, 4077, 229, 'Scotstoun', 558801100, -43529000, 0),
(42518, 4167, 229, 'Seafield', 559666700, -31500000, 0),
(42519, 4158, 229, 'Selkirk', 555473800, -28391100, 0),
(42520, 4085, 229, 'Shandwick', 577498700, -39199200, 0),
(42521, 4077, 229, 'Shawlands', 558291200, -42829200, 0),
(42523, 4085, 229, 'Shieldaig', 575219800, -56511500, 0),
(42524, 4077, 229, 'Shieldhall', 558676500, -43462400, 0),
(42525, 4112, 229, 'Shotts', 558195100, -37974900, 0),
(42526, 4071, 229, 'Sighthill', 559226300, -32853000, 0),
(42527, 4075, 229, 'Sinclairtown', 561261700, -31400100, 0),
(42528, 4071, 229, 'Slateford', 559280500, -32434600, 0),
(42529, 4085, 229, 'Smithton', 574795600, -41514100, 0),
(42530, 4004, 229, 'Southend', 553166700, -56333300, 0),
(42531, 4077, 229, 'Springburn', 558901500, -42332400, 0),
(42532, 4075, 229, 'Springfield', 562833300, -30666700, 0),
(42533, 4085, 229, 'Staffin', 576240800, -62065900, 0),
(42534, 4123, 229, 'Stanley', 564666700, -34500000, 0),
(42535, 4085, 229, 'Stein', 575166700, -65666700, 0),
(42536, 4112, 229, 'Stepps', 558889900, -41521000, 0),
(42537, 4065, 229, 'Stewarton', 556666700, -45000000, 0),
(42538, 4151, 229, 'Stirling', 561190300, -39368200, 0),
(42539, 4158, 229, 'Stobo', 556255500, -32974300, 0),
(42540, 4001, 229, 'Stonehaven', 569636500, -22117700, 0),
(42541, 4145, 229, 'Stonehouse', 556666700, -39833300, 0),
(42542, 4000, 229, 'Stoneywood', 571833300, -21666700, 0),
(42543, 4072, 229, 'Stornoway', 582092500, -63864900, 0),
(42544, 4063, 229, 'Stranraer', 549023400, -50273100, 0),
(42545, 4145, 229, 'Strathaven', 556771000, -40668000, 0),
(42546, 4004, 229, 'Strone', 559858500, -49062400, 0),
(42547, 4001, 229, 'Stuartfield', 575030300, -20463700, 0),
(42548, 4158, 229, 'Swinton', 557166700, -22666700, 0),
(42549, 4085, 229, 'Tain', 578090300, -40599100, 0),
(42550, 4004, 229, 'Taynuilt', 564288100, -52392800, 0),
(42551, 4075, 229, 'Tayport', 564469900, -28796600, 0),
(42552, 4102, 229, 'Temple', 558000000, -30833300, 0),
(42553, 4151, 229, 'Thornhill', 552333300, -37666700, 0),
(42554, 4135, 229, 'Thornton', 561666700, -31500000, 0),
(42555, 4085, 229, 'Thurso', 585927100, -35259400, 0),
(42556, 4046, 229, 'Tillicoultry', 561525100, -37401500, 0),
(42557, 4077, 229, 'Tollcross', 558500000, -41833300, 0),
(42558, 4105, 229, 'Tomintoul', 572515000, -33790700, 0),
(42559, 4001, 229, 'Torphins', 571056100, -26239800, 0),
(42560, 4000, 229, 'Torry', 571369600, -20867200, 0),
(42561, 4065, 229, 'Trabboch', 554650900, -44711800, 0),
(42562, 4077, 229, 'Tradeston', 558538700, -42631300, 0),
(42563, 4067, 229, 'Tranent', 559443900, -29541200, 0),
(42564, 4143, 229, 'Troon', 555435900, -46633500, 0),
(42565, 4001, 229, 'Turriff', 575384000, -24593200, 0),
(42566, 4145, 229, 'Uddingston', 558197100, -40836200, 0),
(42567, 4167, 229, 'Uphall', 559302500, -35110400, 0),
(42568, 4158, 229, 'Walkerburn', 556232800, -30146800, 0),
(42569, 4095, 229, 'Walton', 571926900, -22131000, 0),
(42570, 4063, 229, 'Wanlockhead', 553980000, -37779000, 0),
(42571, 4001, 229, 'Waterside', 553333300, -44833300, 0),
(42572, 4086, 229, 'Wemyss Bay', 558761400, -48895000, 0),
(42573, 4000, 229, 'West Cults', 571166700, -21833300, 0),
(42574, 4081, 229, 'West End', 559485000, -32143200, 0),
(42575, 4158, 229, 'West Linton', 557497200, -33560700, 0),
(42576, 4102, 229, 'West Pilton', 559666700, -32500000, 0),
(42577, 4001, 229, 'Westhill', 571526300, -22796600, 0),
(42578, 4003, 229, 'Westmuir', 566500000, -30333300, 0),
(42579, 4167, 229, 'Whitburn', 558666700, -36833300, 0),
(42580, 4120, 229, 'Whitehall', 591500000, -26166700, 0),
(42581, 4001, 229, 'Whitehouse', 557833300, -54833300, 0),
(42582, 4085, 229, 'Wick', 584333300, -30833300, 0),
(42583, 4158, 229, 'Wilton', 554333300, -27833300, 0),
(42584, 4112, 229, 'Wishaw', 557666700, -39166700, 0),
(42585, 4145, 229, 'Wiston', 555666700, -36333300, 0),
(42586, 4085, 229, 'Woodside', 565166700, -32833300, 0),
(42587, 4075, 229, 'Wormit', 564254100, -29777400, 0),
(42588, 4050, 229, 'Aberaeron', 522424700, -42587100, 0),
(42589, 4099, 229, 'Abercanaid', 517236100, -33661100, 0),
(42590, 4030, 229, 'Abercarn', 516473300, -31347600, 0),
(42591, 4131, 229, 'Abercynon', 516454800, -33272700, 0),
(42592, 4131, 229, 'Aberdare', 517143800, -34491800, 0),
(42593, 4080, 229, 'Aberdyfi', 525444300, -40454400, 0),
(42594, 4080, 229, 'Abererch', 529030400, -43851300, 0),
(42595, 4104, 229, 'Abergavenny', 518209800, -30174300, 0),
(42596, 4047, 229, 'Abergele', 532843600, -35822000, 0),
(42597, 4139, 229, 'Abermule', 525433900, -32372300, 0),
(42598, 4050, 229, 'Aberporth', 521324800, -45417300, 0),
(42599, 4159, 229, 'Abersychan', 517246800, -30634800, 0),
(42600, 4010, 229, 'Abertillery', 517298100, -31343200, 0),
(42601, 4050, 229, 'Aberystwyth', 524154800, -40829200, 0),
(42602, 4106, 229, 'Alltwen', 517141700, -38466300, 0),
(42603, 4002, 229, 'Amlwch', 534098600, -43471200, 0),
(42604, 4034, 229, 'Ammanford', 517927900, -39883300, 0),
(42605, 4106, 229, 'Baglan', 516204700, -38062800, 0),
(42606, 4080, 229, 'Bala', 529111100, -35972200, 0),
(42607, 4034, 229, 'Bancffosfelen', 517866700, -41930600, 0),
(42608, 4034, 229, 'Bancyfelin', 518349200, -44350800, 0),
(42609, 4080, 229, 'Bangor', 532264700, -41345900, 0),
(42610, 4030, 229, 'Bargoed', 516833300, -32333300, 0),
(42611, 4003, 229, 'Barry', 514066700, -32694400, 0),
(42612, 4108, 229, 'Bassaleg', 515773200, -30473900, 0),
(42613, 4010, 229, 'Beaufort', 517970500, -32041000, 0),
(42614, 4131, 229, 'Beddau', 515539800, -33581400, 0),
(42615, 4030, 229, 'Bedwas', 515918300, -31988600, 0),
(42616, 4030, 229, 'Bedwellty', 516962300, -32069200, 0),
(42617, 4108, 229, 'Bettws', 517833300, -39833300, 0),
(42618, 4033, 229, 'Birchgrove', 515119400, -32086100, 0),
(42619, 4104, 229, 'Blackrock', 518000000, -31500000, 0),
(42620, 4145, 229, 'Blackwood', 516677800, -32075000, 0),
(42621, 4159, 229, 'Blaenavon', 517740200, -30853700, 0),
(42622, 4010, 229, 'Blaina', 517598100, -31575900, 0),
(42623, 4055, 229, 'Bodelwyddan', 532686000, -35048100, 0),
(42624, 4002, 229, 'Bodorgan', 532043000, -44180000, 0),
(42625, 4139, 229, 'Brecon', 519461200, -33888700, 0),
(42626, 4085, 229, 'Bridgend', 515058300, -35772200, 0),
(42627, 4106, 229, 'Briton Ferry', 516310600, -38189800, 0),
(42628, 4172, 229, 'Broadway', 517647200, -44727800, 0),
(42629, 4089, 229, 'Brook', 517561100, -45136100, 0),
(42630, 4158, 229, 'Broughton', 531666700, -30000000, 0),
(42631, 4173, 229, 'Brymbo', 530666700, -30666700, 0),
(42632, 4010, 229, 'Brynmawr', 518000000, -31833300, 0),
(42633, 4051, 229, 'Buckley', 531666700, -30833300, 0),
(42634, 4139, 229, 'Builth Wells', 521494000, -34046900, 0),
(42635, 4034, 229, 'Burry Port', 516843500, -42468700, 0),
(42636, 4094, 229, 'Burton', 517155600, -49222200, 0),
(42637, 4033, 229, 'Butetown', 514633300, -31605600, 0),
(42638, 4161, 229, 'Cadoxton', 514172200, -32613900, 0),
(42639, 4108, 229, 'Caerleon', 516095200, -29537800, 0),
(42640, 4080, 229, 'Caernarfon', 531412600, -42701600, 0),
(42641, 4030, 229, 'Caerphilly', 515745200, -32180000, 0),
(42642, 4104, 229, 'Caldicot', 515866100, -27573600, 0),
(42643, 4033, 229, 'Cardiff', 514800000, -31800000, 0),
(42644, 4033, 229, 'Cardiff university Queens Buildings', 514836600, -31694200, 0),
(42645, 4050, 229, 'Cardigan', 520847300, -46590600, 0),
(42646, 4034, 229, 'Carmarthen', 518555200, -43053500, 0),
(42647, 4004, 229, 'Castleton', 515422200, -30758300, 0),
(42648, 4033, 229, 'Cathays', 515000000, -32000000, 0),
(42649, 4033, 229, 'Cathays Park', 514866000, -31839500, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(42650, 4051, 229, 'Cefn-y-bedd', 530993500, -30312500, 0),
(42651, 4104, 229, 'Chepstow', 516408700, -26768300, 0),
(42652, 4173, 229, 'Chirk', 529358600, -30573800, 0),
(42653, 4108, 229, 'Christchurch', 516000000, -29500000, 0),
(42654, 4104, 229, 'Clydach', 516833300, -39000000, 0),
(42655, 4139, 229, 'Clyro', 520852700, -31491800, 0),
(42656, 4131, 229, 'Coedely', 515618900, -34163000, 0),
(42657, 4161, 229, 'Cogan', 514377800, -31725000, 0),
(42658, 4047, 229, 'Colwyn Bay', 532948300, -37267400, 0),
(42659, 4051, 229, 'Connahs Quay', 532166700, -30666700, 0),
(42660, 4047, 229, 'Conwy', 532807700, -38303900, 0),
(42661, 4055, 229, 'Corwen', 529800500, -33773600, 0),
(42662, 4034, 229, 'Court Henry', 518875000, -41007700, 0),
(42663, 4161, 229, 'Cowbridge', 514602800, -34416700, 0),
(42664, 4026, 229, 'Coychurch', 515053200, -35334800, 0),
(42665, 4123, 229, 'Cray', 519000000, -36166700, 0),
(42666, 4116, 229, 'Crick', 516088900, -27402800, 0),
(42667, 4139, 229, 'Crickhowell', 518599200, -31377100, 0),
(42668, 4034, 229, 'Cross Hands', 517930600, -40875000, 0),
(42669, 4034, 229, 'Crosshands', 518747200, -46252800, 0),
(42670, 4030, 229, 'Crumlin', 516777800, -31352800, 0),
(42671, 4055, 229, 'Cwm', 517400000, -31802800, 0),
(42672, 4131, 229, 'Cwmaman', 516889400, -34397600, 0),
(42673, 4034, 229, 'Cwmann', 521026200, -40634100, 0),
(42674, 4034, 229, 'Cwmbach', 517055600, -34094400, 0),
(42675, 4159, 229, 'Cwmbran', 516544600, -30228100, 0),
(42676, 4042, 229, 'Cwmbwrla', 516371400, -39608500, 0),
(42677, 4030, 229, 'Cwmcarn', 516361600, -31303800, 0),
(42678, 4034, 229, 'Cwmffrwd', 518293300, -42879000, 0),
(42679, 4106, 229, 'Cymmer', 516486100, -36536100, 0),
(42680, 4051, 229, 'Deeside', 532005300, -30384100, 0),
(42681, 4047, 229, 'Deganwy', 533044600, -38273500, 0),
(42682, 4055, 229, 'Denbigh', 531833300, -34166700, 0),
(42683, 4080, 229, 'Dinas Mawddwy', 527194900, -36925200, 0),
(42684, 4161, 229, 'Dinas Powys', 514348600, -32139800, 0),
(42685, 4080, 229, 'Dolgellau', 527432000, -38850800, 0),
(42686, 4099, 229, 'Dowlais', 517608700, -33561500, 0),
(42687, 4034, 229, 'Drefach', 517963900, -41341700, 0),
(42688, 4106, 229, 'Duffryn', 514375000, -33044400, 0),
(42689, 4080, 229, 'Dyffryn', 527833300, -41000000, 0),
(42690, 4010, 229, 'Ebbw Vale', 517771400, -32079200, 0),
(42691, 4032, 229, 'Ely', 514850000, -32319400, 0),
(42692, 4051, 229, 'Ewloe', 531922600, -30548500, 0),
(42693, 4034, 229, 'Felinfoel', 517013900, -41408300, 0),
(42694, 4034, 229, 'Ffynnon-ddrain', 518702800, -43225000, 0),
(42695, 4051, 229, 'Flint', 532448800, -31323100, 0),
(42696, 4047, 229, 'Foryd', 533105700, -35199000, 0),
(42697, 4002, 229, 'Gaerwen', 532211200, -42736200, 0),
(42698, 4034, 229, 'Glanamman', 518000000, -39333300, 0),
(42699, 4106, 229, 'Glyn-neath', 517475000, -36183300, 0),
(42700, 4122, 229, 'Goodwick', 520049100, -49951100, 0),
(42701, 4042, 229, 'Gorseinon', 516693100, -40416300, 0),
(42702, 4085, 229, 'Greenfield', 532833300, -32166700, 0),
(42703, 4173, 229, 'Gresford', 530853900, -29706200, 0),
(42704, 4080, 229, 'Harlech', 528594100, -41083100, 0),
(42705, 4122, 229, 'Haverfordwest', 518016900, -49691400, 0),
(42706, 4030, 229, 'Hengoed', 516508300, -32316700, 0),
(42707, 4173, 229, 'Holt', 530666700, -28833300, 0),
(42708, 4002, 229, 'Holyhead', 533062100, -46321100, 0),
(42709, 4051, 229, 'Holywell', 532746600, -32289500, 0),
(42710, 4069, 229, 'Hook', 517650000, -49316700, 0),
(42711, 4057, 229, 'Hope', 531166700, -30333300, 0),
(42712, 4045, 229, 'Huntington', 521833300, -31000000, 0),
(42713, 4122, 229, 'Johnston', 517555600, -49966700, 0),
(42714, 4026, 229, 'Kenfig Hill', 515333300, -36766700, 0),
(42715, 4139, 229, 'Kerry', 525015600, -32586200, 0),
(42716, 4034, 229, 'Kidwelly', 517363900, -43033300, 0),
(42717, 4042, 229, 'Killay', 516195200, -40136800, 0),
(42718, 4139, 229, 'Knighton', 523500000, -30500000, 0),
(42719, 4026, 229, 'Laleston', 515059600, -36229100, 0),
(42720, 4050, 229, 'Lampeter', 521128500, -40803900, 0),
(42721, 4081, 229, 'Langstone', 516055400, -29120600, 0),
(42722, 4161, 229, 'Leckwith', 514616700, -32127800, 0),
(42723, 4139, 229, 'Leighton', 526500000, -31333300, 0),
(42724, 4033, 229, 'Lisvane', 515399300, -31754900, 0),
(42725, 4050, 229, 'Llanarth', 517833300, -29000000, 0),
(42726, 4080, 229, 'Llanbedrog', 528579600, -44865800, 0),
(42727, 4080, 229, 'Llanberis', 531192200, -41301700, 0),
(42728, 4030, 229, 'Llanbradach', 516063900, -32302800, 0),
(42729, 4033, 229, 'Llandaff', 514931400, -32198000, 0),
(42730, 4047, 229, 'Llanddoget', 531500000, -38000000, 0),
(42731, 4002, 229, 'Llandegfan', 532439600, -41500000, 0),
(42732, 4055, 229, 'Llandegla', 530590100, -31988200, 0),
(42733, 4055, 229, 'Llandrillo', 529227700, -34376000, 0),
(42734, 4047, 229, 'Llandrillo-yn-Rhos', 533000000, -37500000, 0),
(42735, 4139, 229, 'Llandrindod Wells', 522416400, -33786800, 0),
(42736, 4047, 229, 'Llandudno', 533249800, -38314800, 0),
(42737, 4047, 229, 'Llandudno Junction', 532837700, -38045600, 0),
(42738, 4050, 229, 'Llandysul', 520416600, -43090900, 0),
(42739, 4034, 229, 'Llanelli', 516819500, -41619100, 0),
(42740, 4047, 229, 'Llanfairfechan', 532577900, -39742300, 0),
(42741, 4002, 229, 'Llanfairpwllgwyngyll', 532214100, -42032900, 0),
(42742, 4034, 229, 'Llanfihangel-ar-Arth', 520310500, -42543000, 0),
(42743, 4139, 229, 'Llanfrynach', 519229100, -33473600, 0),
(42744, 4002, 229, 'Llangefni', 532556100, -43106300, 0),
(42745, 4034, 229, 'Llangeler', 520277100, -43716000, 0),
(42746, 4034, 229, 'Llangennech', 516961700, -40839400, 0),
(42747, 4131, 229, 'Llanharan', 515380500, -34390600, 0),
(42748, 4131, 229, 'Llanharry', 515142200, -34324000, 0),
(42749, 4122, 229, 'Llanhowell', 519022200, -51686100, 0),
(42750, 4139, 229, 'Llanidloes', 524497700, -35399700, 0),
(42751, 4104, 229, 'Llanishen', 515250000, -32016700, 0),
(42752, 4080, 229, 'Llanllyfni', 530412800, -42838200, 0),
(42753, 4050, 229, 'Llanrhystud', 523058900, -41447000, 0),
(42754, 4047, 229, 'Llanrwst', 531402100, -37952700, 0),
(42755, 4159, 229, 'Llantarnam', 516332300, -30031100, 0),
(42756, 4104, 229, 'Llantrisant', 515402800, -33738900, 0),
(42757, 4131, 229, 'Llantwit Fardre', 515546000, -33324100, 0),
(42758, 4161, 229, 'Llantwit Major', 514107000, -34863200, 0),
(42759, 4139, 229, 'Llanymynech', 527808600, -30887500, 0),
(42760, 4131, 229, 'Llwynypia', 516333300, -34500000, 0),
(42761, 4161, 229, 'Llysworney', 514565200, -34949300, 0),
(42762, 4030, 229, 'Machen', 515959900, -31419000, 0),
(42763, 4139, 229, 'Machynlleth', 525909700, -38505100, 0),
(42764, 4026, 229, 'Maesteg', 516092600, -36582300, 0),
(42765, 4104, 229, 'Magor', 515794400, -28313900, 0),
(42766, 4080, 229, 'Mallwyd', 526982800, -36847100, 0),
(42767, 4122, 229, 'Manorowen', 519867100, -50105000, 0),
(42768, 4173, 229, 'Marchwiel', 530239000, -29610600, 0),
(42769, 4108, 229, 'Marshfield', 515338900, -30730600, 0),
(42770, 4055, 229, 'Meliden', 533173300, -34083000, 0),
(42771, 4002, 229, 'Menai Bridge', 532277500, -41692600, 0),
(42772, 4099, 229, 'Merthyr Tydfil', 517479400, -33777900, 0),
(42773, 4122, 229, 'Milford Haven', 517127800, -50341000, 0),
(42774, 4085, 229, 'Milton', 516911100, -48363900, 0),
(42775, 4173, 229, 'Minera', 530584700, -30879800, 0),
(42776, 4051, 229, 'Mold', 531667400, -31414300, 0),
(42777, 4104, 229, 'Monmouth', 518126500, -27136300, 0),
(42778, 4139, 229, 'Montgomery', 525613300, -31461200, 0),
(42779, 4080, 229, 'Morfa Nefyn', 529328900, -45494300, 0),
(42780, 4042, 229, 'Morriston', 516699500, -39294100, 0),
(42781, 4051, 229, 'Mostyn', 533127100, -32676500, 0),
(42782, 4131, 229, 'Mountain Ash', 516836100, -33800800, 0),
(42783, 4122, 229, 'Mynachlogddu', 519411100, -47002800, 0),
(42784, 4010, 229, 'Nant-y-bwch', 517874700, -32603900, 0),
(42785, 4010, 229, 'Nantyglo', 517892700, -31738800, 0),
(42786, 4029, 229, 'Nash', 515488900, -29461100, 0),
(42787, 4106, 229, 'Neath', 516631700, -38044300, 0),
(42788, 4092, 229, 'Nelson', 516533300, -32844400, 0),
(42790, 4122, 229, 'New Hedges', 516925000, -47078100, 0),
(42791, 4030, 229, 'New Tredegar', 517205100, -32413000, 0),
(42792, 4071, 229, 'Newbridge', 516666700, -31333300, 0),
(42793, 4050, 229, 'Newcastle Emlyn', 520405600, -44667000, 0),
(42794, 4055, 229, 'Newmarket', 533000000, -33833300, 0),
(42795, 4069, 229, 'Newport', 515877400, -29983500, 0),
(42796, 4004, 229, 'Newton', 514841700, -36780600, 0),
(42797, 4150, 229, 'Newtown', 525166700, -33000000, 0),
(42798, 4026, 229, 'North Cornelly', 515228200, -37073400, 0),
(42799, 4051, 229, 'Northop', 532069200, -31327700, 0),
(42800, 4172, 229, 'Norton', 523000000, -30166700, 0),
(42801, 4026, 229, 'Nottage', 514903600, -37036100, 0),
(42802, 4047, 229, 'Old Colwyn', 532882600, -36929900, 0),
(42803, 4092, 229, 'Overton', 529666700, -29333300, 0),
(42804, 4042, 229, 'Oystermouth', 515750700, -40050800, 0),
(42805, 4051, 229, 'Padeswood', 531523400, -30858700, 0),
(42806, 4042, 229, 'Parkmill', 515820600, -40938600, 0),
(42807, 4122, 229, 'Pembroke', 516746400, -49128600, 0),
(42808, 4122, 229, 'Pembroke Dock', 516916100, -49403600, 0),
(42809, 4042, 229, 'Pen-clawdd', 516402800, -40991700, 0),
(42810, 4033, 229, 'Pen-y-lan', 514997200, -31555600, 0),
(42811, 4026, 229, 'Pencoed', 515237100, -35001600, 0),
(42812, 4131, 229, 'Penderyn', 517599200, -35221800, 0),
(42813, 4033, 229, 'Pengam', 514833300, -31333300, 0),
(42814, 4047, 229, 'Penmaenmawr', 532666700, -39333300, 0),
(42815, 4139, 229, 'Pennant', 522500000, -41833300, 0),
(42816, 4050, 229, 'Penparcau', 524033300, -40741700, 0),
(42817, 4080, 229, 'Penrhos', 518000000, -28333300, 0),
(42818, 4047, 229, 'Penrhyn Bay', 533173600, -37653100, 0),
(42819, 4002, 229, 'Pentraeth', 532837400, -42178400, 0),
(42820, 4002, 229, 'Penysarn', 533897800, -43169800, 0),
(42821, 4055, 229, 'Plas-Llanrhydd', 531000000, -32833300, 0),
(42822, 4033, 229, 'Plasnewyd', 515000000, -31833300, 0),
(42823, 4042, 229, 'Pontardulais', 517142300, -40385900, 0),
(42824, 4131, 229, 'Pontyclun', 515216200, -33914500, 0),
(42825, 4030, 229, 'Pontymister', 516028700, -30937600, 0),
(42826, 4159, 229, 'Pontypool', 517011100, -30444400, 0),
(42827, 4131, 229, 'Pontypridd', 516021000, -33421100, 0),
(42828, 4139, 229, 'Pool Quay', 526944300, -31022900, 0),
(42829, 4106, 229, 'Port Talbot', 515924100, -37801900, 0),
(42830, 4042, 229, 'Port Tennant', 516214400, -39151000, 0),
(42831, 4042, 229, 'Port-Eynon', 515469400, -42136100, 0),
(42832, 4131, 229, 'Porth', 516130600, -34036100, 0),
(42833, 4026, 229, 'Porthcawl', 514790300, -37036200, 0),
(42834, 4055, 229, 'Prestatyn', 533374800, -34077600, 0),
(42835, 4122, 229, 'Puncheston', 519302800, -48997800, 0),
(42836, 4080, 229, 'Pwllheli', 528899000, -44145100, 0),
(42837, 4099, 229, 'Quakers Yard', 516583300, -33108300, 0),
(42838, 4033, 229, 'Radyr', 515186400, -32582900, 0),
(42839, 4104, 229, 'Raglan', 517645100, -28509800, 0),
(42840, 4139, 229, 'Rhayader', 523015400, -35114600, 0),
(42841, 4131, 229, 'Rhondda', 516589600, -34488500, 0),
(42842, 4161, 229, 'Rhoose', 513881800, -33543000, 0),
(42843, 4173, 229, 'Rhosllanerchrugog', 530097400, -30581400, 0),
(42844, 4173, 229, 'Rhostyllen', 530293900, -30228500, 0),
(42845, 4051, 229, 'Rhydymwyn', 531926100, -31895700, 0),
(42846, 4055, 229, 'Rhyl', 533195500, -34886200, 0),
(42847, 4030, 229, 'Rhymney', 517599800, -32855300, 0),
(42848, 4030, 229, 'Risca', 516079900, -31008100, 0),
(42849, 4033, 229, 'Roath', 514871500, -31651900, 0),
(42850, 4122, 229, 'Roch', 518469400, -50866700, 0),
(42851, 4173, 229, 'Ruabon', 529878000, -30388300, 0),
(42852, 4122, 229, 'Rudbaxton', 518456900, -49610000, 0),
(42853, 4033, 229, 'Rumney', 515103300, -31237600, 0),
(42854, 4055, 229, 'Ruthin', 531136800, -33178200, 0),
(42855, 4055, 229, 'Saint Asaph', 532666700, -34500000, 0),
(42859, 4033, 229, 'Saint Mellons', 515166700, -31166700, 0),
(42860, 4034, 229, 'Salem', 519166700, -40011100, 0),
(42861, 4051, 229, 'Saltney', 531772900, -29306000, 0),
(42862, 4051, 229, 'Sandycroft', 531953700, -29996000, 0),
(42863, 4034, 229, 'Saron', 517919400, -40283300, 0),
(42864, 4010, 229, 'Sirhowy', 517837800, -32385700, 0),
(42865, 4106, 229, 'Skewen', 516603500, -38499400, 0),
(42866, 4122, 229, 'Star', 519863900, -45577800, 0),
(42867, 4161, 229, 'Sully', 514070000, -32208600, 0),
(42868, 4042, 229, 'Swansea', 516207900, -39432300, 0),
(42869, 4050, 229, 'Tal-gareg', 521333300, -43000000, 0),
(42870, 4122, 229, 'Tenby', 516726800, -47026300, 0),
(42871, 4042, 229, 'The Mumbles', 515750000, -40000000, 0),
(42872, 4131, 229, 'Tonypandy', 516220200, -34554400, 0),
(42873, 4131, 229, 'Tonyrefail', 515840200, -34304100, 0),
(42874, 4055, 229, 'Trefnant', 532166700, -34333300, 0),
(42875, 4131, 229, 'Treforest', 515935300, -33247400, 0),
(42877, 4080, 229, 'Tremadog', 529405400, -41417600, 0),
(42878, 4051, 229, 'Treuddyn', 531148000, -31200300, 0),
(42879, 4099, 229, 'Troedyrhiw', 517125200, -33466000, 0),
(42880, 4034, 229, 'Trostre', 516759800, -41366700, 0),
(42881, 4080, 229, 'Tywyn', 525857800, -40927600, 0),
(42882, 4139, 229, 'Upper Chapel', 520545000, -34490400, 0),
(42883, 4104, 229, 'Usk', 517034700, -29033200, 0),
(42884, 4002, 229, 'Valley', 532849000, -45664400, 0),
(42885, 4010, 229, 'Victoria', 517500000, -32000000, 0),
(42886, 4036, 229, 'Warren', 516377800, -49894400, 0),
(42887, 4042, 229, 'Waunarlwydd', 516411500, -40215800, 0),
(42888, 4139, 229, 'Welshpool', 526597300, -31471000, 0),
(42889, 4138, 229, 'Whitchurch', 515116700, -32208300, 0),
(42890, 4085, 229, 'Wick', 514394400, -35494400, 0),
(42891, 4173, 229, 'Wrexham', 530466400, -29913200, 0),
(42892, 4030, 229, 'Ystrad Mynach', 516427600, -32362000, 0),
(42893, 4139, 229, 'Ystradgynlais', 517666700, -37666700, 0),
(42894, 2526, 231, 'Palmyra Atoll', 58833330, -1620833330, 0),
(42895, 2527, 230, 'Abbeville', 315718400, -852504900, 0),
(42896, 2527, 230, 'Adamsville', 336009400, -869561100, 0),
(42897, 2527, 230, 'Adger', 333769400, -870936100, 0),
(42898, 2527, 230, 'Akron', 328763900, -877408300, 0),
(42899, 2527, 230, 'Alabaster', 332403860, -868240700, 0),
(42900, 2527, 230, 'Albertville', 342641210, -862056420, 0),
(42901, 2527, 230, 'Alexander City', 329133600, -859383600, 0),
(42902, 2527, 230, 'Alexandria', 337739900, -858855200, 0),
(42903, 2527, 230, 'Aliceville', 331295700, -881514200, 0),
(42904, 2527, 230, 'Alpine', 333486110, -862386110, 0),
(42905, 2527, 230, 'Alton', 335791670, -866375000, 0),
(42906, 2527, 230, 'Altoona', 340291700, -863205600, 0),
(42907, 2527, 230, 'Andalusia', 312370800, -865758000, 0),
(42908, 2527, 230, 'Anniston', 336598300, -858316300, 0),
(42909, 2527, 230, 'Arab', 343181500, -864958200, 0),
(42910, 2527, 230, 'Ardmore', 349616880, -867542490, 0),
(42911, 2527, 230, 'Arlington', 320441090, -875873760, 0),
(42912, 2527, 230, 'Ashford', 311829600, -852363200, 0),
(42913, 2527, 230, 'Ashland', 332737300, -858360700, 0),
(42914, 2527, 230, 'Ashville', 338370400, -862544200, 0),
(42915, 2527, 230, 'Athens', 348028700, -869716700, 0),
(42916, 2527, 230, 'Atmore', 310237900, -874938700, 0),
(42917, 2527, 230, 'Attalla', 340217600, -860885900, 0),
(42918, 2527, 230, 'Auburn', 326098600, -854807800, 0),
(42919, 2527, 230, 'Auburn University', 326015320, -855081320, 0),
(42920, 2527, 230, 'Axis', 309044200, -880480220, 0),
(42921, 2527, 230, 'Baileyton', 342638100, -868466420, 0),
(42922, 2527, 230, 'Banks', 318414360, -857929450, 0),
(42923, 2527, 230, 'Bay Minette', 308829600, -877730500, 0),
(42924, 2527, 230, 'Bayou La Batre', 304035200, -882485200, 0),
(42925, 2527, 230, 'Bear Creek', 342748200, -877005800, 0),
(42926, 2527, 230, 'Belle Mina', 347088800, -867423600, 0),
(42927, 2527, 230, 'Berry', 336598300, -876000100, 0),
(42928, 2527, 230, 'Bessemer', 333416900, -869620400, 0),
(42929, 2527, 230, 'Billingsley', 326602800, -867111100, 0),
(42930, 2527, 230, 'Birmingham', 335206600, -868024900, 0),
(42931, 2527, 230, 'Blountsville', 340814900, -865911000, 0),
(42932, 2527, 230, 'Blue Ridge', 324926400, -861905200, 0),
(42933, 2527, 230, 'Boaz', 342006500, -861663700, 0),
(42934, 2527, 230, 'Boligee', 327636100, -880258300, 0),
(42935, 2527, 230, 'Bon Air', 332613190, -863380520, 0),
(42936, 2527, 230, 'Bon Secour', 303150000, -877288900, 0),
(42937, 2527, 230, 'Booth', 325002780, -865719440, 0),
(42938, 2527, 230, 'Brantley', 315841700, -862563900, 0),
(42939, 2527, 230, 'Bremen', 339944400, -869700000, 0),
(42940, 2527, 230, 'Brent', 329373500, -871647200, 0),
(42941, 2527, 230, 'Brewton', 312094440, -872183330, 0),
(42942, 2527, 230, 'Brierfield', 330693600, -869291400, 0),
(42943, 2527, 230, 'Brilliant', 340225000, -877672200, 0),
(42944, 2527, 230, 'Brook Highland', 334356600, -866738800, 0),
(42945, 2527, 230, 'Brooklyn', 314944850, -869125180, 0),
(42946, 2527, 230, 'Brookwood', 333389570, -871229760, 0),
(42947, 2527, 230, 'Brownsboro', 347491700, -864430600, 0),
(42948, 2527, 230, 'Brundidge', 317201600, -858160600, 0),
(42949, 2527, 230, 'Bryant', 349436100, -856322200, 0),
(42950, 2527, 230, 'Buhl', 332721000, -877341600, 0),
(42951, 2527, 230, 'Butler', 320895900, -882219700, 0),
(42952, 2527, 230, 'Cahaba Heights', 334640000, -867319300, 0),
(42953, 2527, 230, 'Calera', 331549740, -867174730, 0),
(42954, 2527, 230, 'Calvert', 311552800, -880100000, 0),
(42955, 2527, 230, 'Camden', 319909800, -872905500, 0),
(42956, 2527, 230, 'Capshaw', 348056260, -867827780, 0),
(42957, 2527, 230, 'Carbon Hill', 338917700, -875261200, 0),
(42958, 2527, 230, 'Carrollton', 332617900, -880950300, 0),
(42959, 2527, 230, 'Castleberry', 313047290, -870256570, 0),
(42960, 2527, 230, 'Cecil', 322973400, -860184600, 0),
(42961, 2527, 230, 'Cedar Bluff', 342200900, -856077400, 0),
(42962, 2527, 230, 'Center Point', 336456600, -866836000, 0),
(42963, 2527, 230, 'Centre', 341517200, -856712940, 0),
(42964, 2527, 230, 'Centreville', 329445700, -871386100, 0),
(42965, 2527, 230, 'Chalkville', 336531600, -866477700, 0),
(42966, 2527, 230, 'Chatom', 314648430, -882340930, 0),
(42967, 2527, 230, 'Chelsea', 333401100, -866302600, 0),
(42968, 2527, 230, 'Cherokee', 347570300, -879728100, 0),
(42969, 2527, 230, 'Chickasaw', 307638000, -880747200, 0),
(42970, 2527, 230, 'Childersburg', 332792390, -863524870, 0),
(42971, 2527, 230, 'Choccolocco', 336592700, -857035700, 0),
(42972, 2527, 230, 'Chunchula', 309742200, -881268600, 0),
(42973, 2527, 230, 'Citronelle', 310907300, -882280600, 0),
(42974, 2527, 230, 'Clanton', 328417670, -866328890, 0),
(42975, 2527, 230, 'Clay', 337026000, -865997100, 0),
(42976, 2527, 230, 'Clayton', 318830930, -854494740, 0),
(42977, 2527, 230, 'Cleveland', 339909300, -865774900, 0),
(42978, 2527, 230, 'Cloverdale', 349386110, -877713890, 0),
(42979, 2527, 230, 'Coden', 303830600, -882383300, 0),
(42980, 2527, 230, 'Coker', 332871950, -876478450, 0),
(42981, 2527, 230, 'Collinsville', 342639800, -858605300, 0),
(42982, 2527, 230, 'Columbia', 313153800, -851236200, 0),
(42983, 2527, 230, 'Columbiana', 331781700, -866072100, 0),
(42984, 2527, 230, 'Coosada', 324979100, -863313600, 0),
(42985, 2527, 230, 'Cordova', 337598300, -871833300, 0),
(42986, 2527, 230, 'Cottondale', 331894400, -874516700, 0),
(42987, 2527, 230, 'Cottonwood', 310487900, -853049300, 0),
(42988, 2527, 230, 'Courtland', 346527250, -873002700, 0),
(42989, 2527, 230, 'Cowarts', 312001800, -853046500, 0),
(42990, 2527, 230, 'Cropwell', 335522200, -862691700, 0),
(42991, 2527, 230, 'Crossville', 342875900, -859941400, 0),
(42992, 2527, 230, 'Cuba', 324336100, -883716700, 0),
(42993, 2527, 230, 'Cullman', 341767130, -868446540, 0),
(42994, 2527, 230, 'Cusseta', 327595980, -852420320, 0),
(42995, 2527, 230, 'Dadeville', 328312400, -857635700, 0),
(42996, 2527, 230, 'Daleville', 313101700, -857129900, 0),
(42997, 2527, 230, 'Danville', 344145400, -870875100, 0),
(42998, 2527, 230, 'Daphne', 306199530, -878882360, 0),
(42999, 2527, 230, 'Dauphin Island', 302554800, -881097200, 0),
(43000, 2527, 230, 'Daviston', 330550000, -856388900, 0),
(43001, 2527, 230, 'Dawson', 343579510, -859277550, 0),
(43002, 2527, 230, 'Dearmanville', 336289660, -857419180, 0),
(43003, 2527, 230, 'Deatsville', 326081900, -863958100, 0),
(43004, 2527, 230, 'Decatur', 345460220, -869801320, 0),
(43005, 2527, 230, 'Delta', 334400000, -856905600, 0),
(43006, 2527, 230, 'Demopolis', 325176400, -878364000, 0),
(43007, 2527, 230, 'Dolomite', 334627800, -869613900, 0),
(43008, 2527, 230, 'Dora', 337287200, -870902800, 0),
(43009, 2527, 230, 'Dothan', 312232300, -853904900, 0),
(43010, 2527, 230, 'Double Springs', 341464900, -874022400, 0),
(43011, 2527, 230, 'Douglas', 341714710, -863212470, 0),
(43012, 2527, 230, 'Dozier', 314950000, -863663900, 0),
(43013, 2527, 230, 'Duncanville', 330932960, -874455810, 0),
(43014, 2527, 230, 'East Brewton', 310932300, -870627500, 0),
(43015, 2527, 230, 'East Florence', 348095300, -876494700, 0),
(43016, 2527, 230, 'Eastaboga', 336040740, -859773680, 0),
(43017, 2527, 230, 'Eclectic', 326354100, -860344100, 0),
(43018, 2527, 230, 'Eight Mile', 307757600, -881806500, 0),
(43019, 2527, 230, 'Elba', 314146100, -860677200, 0),
(43020, 2527, 230, 'Elberta', 304143600, -875977600, 0),
(43021, 2527, 230, 'Elkmont', 349078940, -870073010, 0),
(43022, 2527, 230, 'Elmore', 325387400, -863149700, 0),
(43023, 2527, 230, 'Empire', 338083300, -870105600, 0),
(43024, 2527, 230, 'Enterprise', 313151700, -858552200, 0),
(43025, 2527, 230, 'Equality', 327600000, -861000000, 0),
(43026, 2527, 230, 'Eufaula', 318868950, -851538760, 0),
(43027, 2527, 230, 'Eva', 343250000, -867475000, 0),
(43028, 2527, 230, 'Evergreen', 314335000, -869569200, 0),
(43029, 2527, 230, 'Fackler', 348277200, -859876200, 0),
(43030, 2527, 230, 'Fairfield', 334859400, -869119400, 0),
(43031, 2527, 230, 'Fairhope', 305229700, -879033300, 0),
(43032, 2527, 230, 'Falkville', 343684300, -869086200, 0),
(43033, 2527, 230, 'Faunsdale', 324591700, -875930600, 0),
(43034, 2527, 230, 'Fayette', 336845500, -878308500, 0),
(43035, 2527, 230, 'Fayetteville', 331456700, -864058100, 0),
(43036, 2527, 230, 'Flat Rock', 347700000, -857000000, 0),
(43037, 2527, 230, 'Flomaton', 310001800, -872608100, 0),
(43038, 2527, 230, 'Florence', 348185720, -876578410, 0),
(43039, 2527, 230, 'Foley', 304065900, -876836000, 0),
(43040, 2527, 230, 'Forestdale', 335701100, -868963800, 0),
(43041, 2527, 230, 'Fort Deposit', 319845900, -865785900, 0),
(43042, 2527, 230, 'Fort Mitchell', 323413890, -850216670, 0),
(43043, 2527, 230, 'Fort Payne', 344442500, -857196900, 0),
(43044, 2527, 230, 'Fort Rucker', 313428200, -857153800, 0),
(43045, 2527, 230, 'Frisco City', 314335000, -874013800, 0),
(43046, 2527, 230, 'Fultondale', 336048300, -867938800, 0),
(43047, 2527, 230, 'Gadsden', 339933000, -859059000, 0),
(43048, 2527, 230, 'Gallion', 324968100, -877161200, 0),
(43049, 2527, 230, 'Gantt', 314236940, -864166650, 0),
(43050, 2527, 230, 'Gardendale', 336601000, -868127700, 0),
(43051, 2527, 230, 'Gaylesville', 342677800, -855580600, 0),
(43052, 2527, 230, 'Geneva', 310329600, -858638200, 0),
(43053, 2527, 230, 'Georgiana', 316371000, -867419200, 0),
(43054, 2527, 230, 'Geraldine', 343592140, -860042580, 0),
(43055, 2527, 230, 'Gilbertown', 318766700, -883208300, 0),
(43056, 2527, 230, 'Glenwood', 316688350, -861675820, 0),
(43057, 2527, 230, 'Good Hope', 341159300, -868636100, 0),
(43058, 2527, 230, 'Goodwater', 330656800, -860533000, 0),
(43059, 2527, 230, 'Gordo', 333201200, -879028000, 0),
(43060, 2527, 230, 'Gordon', 311513970, -850748520, 0),
(43061, 2527, 230, 'Goshen', 317197150, -861258610, 0),
(43062, 2527, 230, 'Grand Bay', 304763100, -883422300, 0),
(43063, 2527, 230, 'Grant', 345027800, -862552800, 0),
(43064, 2527, 230, 'Graysville', 336206600, -869713800, 0),
(43065, 2527, 230, 'Greensboro', 327045800, -875958400, 0),
(43066, 2527, 230, 'Greenville', 318296000, -866177500, 0),
(43067, 2527, 230, 'Grove Hill', 317087700, -877772200, 0),
(43068, 2527, 230, 'Guin', 339656600, -879147500, 0),
(43069, 2527, 230, 'Gulf Shores', 302460400, -877008200, 0),
(43070, 2527, 230, 'Guntersville', 343581500, -862947000, 0),
(43071, 2527, 230, 'Gurley', 347000000, -863763900, 0),
(43072, 2527, 230, 'Hackleburg', 342773200, -878286400, 0),
(43073, 2527, 230, 'Haleyville', 342324790, -876166620, 0),
(43074, 2527, 230, 'Hamilton', 341423200, -879886400, 0),
(43075, 2527, 230, 'Hanceville', 340641870, -867599090, 0),
(43076, 2527, 230, 'Harpersville', 333440000, -864380400, 0),
(43077, 2527, 230, 'Hartford', 311024000, -856968800, 0),
(43078, 2527, 230, 'Hartselle', 344434300, -869352800, 0),
(43079, 2527, 230, 'Harvest', 348556400, -867508300, 0),
(43080, 2527, 230, 'Hayden', 338933300, -867569400, 0),
(43081, 2527, 230, 'Hayneville', 321840300, -865802500, 0),
(43082, 2527, 230, 'Hazel Green', 349323100, -865719400, 0),
(43083, 2527, 230, 'Headland', 313512800, -853421600, 0),
(43084, 2527, 230, 'Heflin', 336489900, -855874600, 0),
(43085, 2527, 230, 'Helena', 332962200, -868436000, 0),
(43086, 2527, 230, 'Henagar', 346350800, -857671900, 0),
(43087, 2527, 230, 'Higdon', 348455600, -856163900, 0),
(43088, 2527, 230, 'Hodges', 343478710, -879677410, 0),
(43089, 2527, 230, 'Hokes Bluff', 339981500, -858663600, 0),
(43090, 2527, 230, 'Holly Pond', 341844660, -866180380, 0),
(43091, 2527, 230, 'Holt', 332340100, -874844500, 0),
(43092, 2527, 230, 'Homewood', 334717700, -868008200, 0),
(43093, 2527, 230, 'Hoover', 334053900, -868113800, 0),
(43094, 2527, 230, 'Hope Hull', 322700000, -863572200, 0),
(43095, 2527, 230, 'Horton', 341843350, -863212590, 0),
(43096, 2527, 230, 'Houston', 342802780, -873194440, 0),
(43097, 2527, 230, 'Huguley', 328345700, -852296600, 0),
(43098, 2527, 230, 'Huntsville', 347303700, -865861000, 0),
(43099, 2527, 230, 'Ider', 347294360, -856365630, 0),
(43100, 2527, 230, 'Indian Springs Village', 333553900, -867544300, 0),
(43101, 2527, 230, 'Irondale', 335381600, -867072100, 0),
(43102, 2527, 230, 'Irvington', 305066700, -882338900, 0),
(43103, 2527, 230, 'Jackson', 315255970, -878902010, 0),
(43104, 2527, 230, 'Jacksons Gap', 328814950, -858262950, 0),
(43105, 2527, 230, 'Jacksonville', 338137100, -857613500, 0),
(43106, 2527, 230, 'Jasper', 338427000, -872737850, 0),
(43107, 2527, 230, 'Jefferson', 323856900, -879021900, 0),
(43108, 2527, 230, 'Jemison', 329598500, -867466500, 0),
(43109, 2527, 230, 'Joppa', 342733750, -865482760, 0),
(43110, 2527, 230, 'Kellerman', 333405560, -873047220, 0),
(43111, 2527, 230, 'Kellyton', 329674280, -859644860, 0),
(43112, 2527, 230, 'Killen', 349167870, -875035210, 0),
(43113, 2527, 230, 'Knoxville', 329718280, -878034640, 0),
(43114, 2527, 230, 'Laceys Spring', 344250360, -867370610, 0),
(43115, 2527, 230, 'Ladonia', 324682000, -850791000, 0),
(43116, 2527, 230, 'Lafayette', 328998500, -854010600, 0),
(43117, 2527, 230, 'Lake Purdy', 334301100, -866805400, 0),
(43118, 2527, 230, 'Lanett', 328687400, -851905000, 0),
(43119, 2527, 230, 'Lawley', 328594400, -869511100, 0),
(43120, 2527, 230, 'Leeds', 335481600, -865444300, 0),
(43121, 2527, 230, 'Leighton', 346997200, -875308300, 0),
(43122, 2527, 230, 'Lester', 349244000, -871351750, 0),
(43123, 2527, 230, 'Letohatchee', 320799200, -865554500, 0),
(43124, 2527, 230, 'Level Plains', 312996200, -857779900, 0),
(43125, 2527, 230, 'Lexington', 349539880, -873964860, 0),
(43126, 2527, 230, 'Lillian', 304130600, -874369400, 0),
(43127, 2527, 230, 'Lincoln', 336131600, -861183100, 0),
(43128, 2527, 230, 'Lineville', 333106700, -857544100, 0),
(43129, 2527, 230, 'Lisman', 321722200, -882894400, 0),
(43130, 2527, 230, 'Little River', 312174600, -877935900, 0),
(43131, 2527, 230, 'Littleville', 345906500, -876769700, 0),
(43132, 2527, 230, 'Livingston', 325843000, -881872500, 0),
(43133, 2527, 230, 'Locust Fork', 339076000, -866152700, 0),
(43134, 2527, 230, 'Logan', 341820170, -870402100, 0),
(43135, 2527, 230, 'Louisville', 317822370, -855550310, 0),
(43136, 2527, 230, 'Loxley', 306182500, -877530500, 0),
(43137, 2527, 230, 'Luverne', 317165500, -862638500, 0),
(43138, 2527, 230, 'Madison', 347711800, -867510700, 0),
(43139, 2527, 230, 'Magnolia Springs', 304025450, -877865090, 0),
(43140, 2527, 230, 'Maplesville', 327907800, -868716600, 0),
(43141, 2527, 230, 'Margaret', 336862100, -864749800, 0),
(43142, 2527, 230, 'Marion', 326323500, -873191700, 0),
(43143, 2527, 230, 'Mathews', 322647200, -860044400, 0),
(43144, 2527, 230, 'Maylene', 332415730, -868613310, 0),
(43145, 2527, 230, 'McCalla', 332675030, -871455600, 0),
(43146, 2527, 230, 'Meadowbrook', 334020500, -866966500, 0),
(43147, 2527, 230, 'Mentone', 345896450, -855775540, 0),
(43148, 2527, 230, 'Meridianville', 348514800, -865722200, 0),
(43149, 2527, 230, 'Midland City', 313190600, -854938200, 0),
(43150, 2527, 230, 'Millbrook', 324798600, -863619200, 0),
(43151, 2527, 230, 'Millport', 335634500, -880814200, 0),
(43152, 2527, 230, 'Millry', 316270810, -883537640, 0),
(43153, 2527, 230, 'Minor', 335373300, -869405500, 0),
(43154, 2527, 230, 'Mobile', 306943600, -880430500, 0),
(43155, 2527, 230, 'Monroeville', 315279400, -873247100, 0),
(43156, 2527, 230, 'Montevallo', 331006700, -868641600, 0),
(43157, 2527, 230, 'Montgomery', 323261330, -863131210, 0),
(43158, 2527, 230, 'Montrose', 305684310, -878987850, 0),
(43159, 2527, 230, 'Moody', 335909400, -864908200, 0),
(43160, 2527, 230, 'Moores Mill', 348439800, -865183200, 0),
(43161, 2527, 230, 'Mooresville', 347088800, -867423500, 0),
(43162, 2527, 230, 'Morris', 337481600, -868086000, 0),
(43163, 2527, 230, 'Moulton', 344812100, -872933500, 0),
(43164, 2527, 230, 'Moundville', 329976200, -876300100, 0),
(43165, 2527, 230, 'Mount Hope', 344598530, -874804780, 0),
(43166, 2527, 230, 'Mount Meigs', 323618100, -860634600, 0),
(43167, 2527, 230, 'Mount Olive', 336709400, -868561000, 0),
(43168, 2527, 230, 'Mountain Brook', 335009400, -867522100, 0),
(43169, 2527, 230, 'Mulga', 335380800, -870392400, 0),
(43170, 2527, 230, 'Munford', 335313000, -859756220, 0),
(43171, 2527, 230, 'Muscle Shoals', 347523090, -876436740, 0),
(43172, 2527, 230, 'Myrtlewood', 322472200, -879472200, 0),
(43173, 2527, 230, 'Natural Bridge', 340882900, -876045400, 0),
(43174, 2527, 230, 'Nauvoo', 339886100, -874877800, 0),
(43175, 2527, 230, 'Needham', 320122660, -883373050, 0),
(43176, 2527, 230, 'New Brockton', 313857200, -859293900, 0),
(43177, 2527, 230, 'New Castle', 336452710, -867726560, 0),
(43178, 2527, 230, 'New Hope', 345370300, -863944300, 0),
(43179, 2527, 230, 'New Market', 349100900, -864277700, 0),
(43180, 2527, 230, 'Newton', 313351700, -856052100, 0),
(43181, 2527, 230, 'Newville', 314219400, -853363900, 0),
(43182, 2527, 230, 'Normal', 347923800, -865717800, 0),
(43183, 2527, 230, 'Northport', 332290100, -875772300, 0),
(43184, 2527, 230, 'Notasulga', 325604790, -856631690, 0),
(43185, 2527, 230, 'Oakman', 337136100, -873861100, 0),
(43186, 2527, 230, 'Odenville', 336773200, -863966500, 0),
(43187, 2527, 230, 'Ohatchee', 337834300, -860024700, 0),
(43188, 2527, 230, 'Oneonta', 339468590, -864687400, 0),
(43189, 2527, 230, 'Opelika', 326454100, -853782800, 0),
(43190, 2527, 230, 'Opp', 312855000, -862647600, 0),
(43191, 2527, 230, 'Orange Beach', 302943700, -875735900, 0),
(43192, 2527, 230, 'Owens Cross Roads', 345881500, -864588800, 0),
(43193, 2527, 230, 'Oxford', 336090600, -858370200, 0),
(43194, 2527, 230, 'Ozark', 314590600, -856404900, 0),
(43195, 2527, 230, 'Parrish', 337070230, -872546400, 0),
(43196, 2527, 230, 'Pelham', 333018600, -867918000, 0),
(43197, 2527, 230, 'Pell City', 335732620, -862772950, 0),
(43198, 2527, 230, 'Perdue Hill', 315265900, -873240300, 0),
(43199, 2527, 230, 'Perote', 319906200, -857455200, 0),
(43200, 2527, 230, 'Phenix City', 324717460, -850192530, 0),
(43201, 2527, 230, 'Phil Campbell', 343509300, -877064200, 0),
(43202, 2527, 230, 'Piedmont', 339245500, -856113500, 0),
(43203, 2527, 230, 'Pike Road', 322843100, -861030200, 0),
(43204, 2527, 230, 'Pine Level', 325837400, -864655300, 0),
(43205, 2527, 230, 'Pinson', 336889900, -866833200, 0),
(43206, 2527, 230, 'Pisgah', 346850000, -858466700, 0),
(43207, 2527, 230, 'Pleasant Grove', 334909400, -869702700, 0),
(43208, 2527, 230, 'Point Clear', 304740800, -879191600, 0),
(43209, 2527, 230, 'Prattville', 324860510, -865085460, 0),
(43210, 2527, 230, 'Prichard', 307388000, -880788900, 0),
(43211, 2527, 230, 'Quinton', 335743800, -871668250, 0),
(43212, 2527, 230, 'Ragland', 337431600, -865161100, 0),
(43213, 2527, 230, 'Rainbow City', 339548200, -860419200, 0),
(43214, 2527, 230, 'Rainsville', 344992360, -858459740, 0),
(43215, 2527, 230, 'Ramer', 320949000, -862822200, 0),
(43216, 2527, 230, 'Ranburne', 335796000, -853908000, 0),
(43217, 2527, 230, 'Range', 313109660, -873077100, 0),
(43218, 2527, 230, 'Red Bay', 344398200, -881408700, 0),
(43219, 2527, 230, 'Red Level', 314077800, -866102800, 0),
(43220, 2527, 230, 'Redstone Arsenal', 346838700, -866476400, 0),
(43221, 2527, 230, 'Reform', 333784500, -880153000, 0),
(43222, 2527, 230, 'Remlap', 338211090, -866213440, 0),
(43223, 2527, 230, 'Repton', 314088900, -872394400, 0),
(43224, 2527, 230, 'River Falls', 313019470, -866219270, 0),
(43225, 2527, 230, 'Riverside', 336062100, -862044200, 0),
(43226, 2527, 230, 'Roanoke', 331512300, -853721700, 0),
(43227, 2527, 230, 'Robertsdale', 305538000, -877119300, 0),
(43228, 2527, 230, 'Rock Creek', 334770500, -870802700, 0),
(43229, 2527, 230, 'Rockford', 328895700, -862196900, 0),
(43230, 2527, 230, 'Rogersville', 348256400, -872947400, 0),
(43231, 2527, 230, 'Russellville', 345072240, -877380450, 0),
(43232, 2527, 230, 'Rutledge', 317685790, -863668410, 0),
(43233, 2527, 230, 'Saginaw', 332161110, -867919440, 0),
(43234, 2527, 230, 'Saks', 336987100, -858396900, 0),
(43235, 2527, 230, 'Salem', 325965810, -852384610, 0),
(43236, 2527, 230, 'Saraland', 308207400, -880705600, 0),
(43237, 2527, 230, 'Satsuma', 308532400, -880561100, 0),
(43238, 2527, 230, 'Sawyerville', 327516700, -877294400, 0),
(43239, 2527, 230, 'Sayre', 337118370, -869752780, 0),
(43240, 2527, 230, 'Scottsboro', 346723100, -860341500, 0),
(43241, 2527, 230, 'Seale', 322975000, -851688900, 0),
(43242, 2527, 230, 'Section', 345818130, -859902790, 0),
(43243, 2527, 230, 'Selma', 324158960, -870279730, 0),
(43244, 2527, 230, 'Seminole', 305097000, -874858800, 0),
(43245, 2527, 230, 'Semmes', 312855600, -884191700, 0),
(43246, 2527, 230, 'Sheffield', 347650900, -876986400, 0),
(43247, 2527, 230, 'Shelby', 331011560, -865015380, 0),
(43248, 2527, 230, 'Silas', 317652000, -883072200, 0),
(43249, 2527, 230, 'Silverhill', 305452800, -877505600, 0),
(43250, 2527, 230, 'Slocomb', 311082300, -855943800, 0),
(43251, 2527, 230, 'Smiths Station', 325381170, -850991140, 0),
(43252, 2527, 230, 'Spanish Fort', 306749100, -879152700, 0),
(43253, 2527, 230, 'Spring Garden', 339727800, -855538900, 0),
(43254, 2527, 230, 'Springville', 337751000, -864716500, 0),
(43255, 2527, 230, 'Spruce Pine', 343919400, -877263900, 0),
(43256, 2527, 230, 'Steele', 339398200, -862016400, 0),
(43257, 2527, 230, 'Sterrett', 334486100, -864800000, 0),
(43258, 2527, 230, 'Stevenson', 348686900, -858394200, 0),
(43259, 2527, 230, 'Stockton', 309938900, -878580600, 0),
(43260, 2527, 230, 'Sulligent', 339017700, -881344800, 0),
(43261, 2527, 230, 'Sumiton', 337556600, -870500000, 0),
(43262, 2527, 230, 'Summerdale', 304877800, -876997200, 0),
(43263, 2527, 230, 'Sweet Water', 320977800, -878652800, 0),
(43264, 2527, 230, 'Sylacauga', 331759580, -862613180, 0),
(43265, 2527, 230, 'Sylvan Springs', 335156600, -870149900, 0),
(43266, 2527, 230, 'Talladega', 334390060, -861009190, 0),
(43267, 2527, 230, 'Tallassee', 325359700, -858932900, 0),
(43268, 2527, 230, 'Tanner', 347313900, -869705600, 0),
(43269, 2527, 230, 'Tarrant', 335834400, -867727700, 0),
(43270, 2527, 230, 'Theodore', 305476900, -881752800, 0),
(43271, 2527, 230, 'Thomasville', 319134900, -877358400, 0),
(43272, 2527, 230, 'Thorsby', 329156800, -867158200, 0),
(43273, 2527, 230, 'Tillmans Corner', 305901900, -881708400, 0),
(43274, 2527, 230, 'Toney', 349000000, -867500000, 0),
(43275, 2527, 230, 'Town Creek', 346151860, -874162810, 0),
(43276, 2527, 230, 'Toxey', 319654260, -883577070, 0),
(43277, 2527, 230, 'Trinity', 345541480, -871559920, 0),
(43278, 2527, 230, 'Troy', 318003200, -859582300, 0),
(43279, 2527, 230, 'Trussville', 336198300, -866088800, 0),
(43280, 2527, 230, 'Tuscaloosa', 332143800, -875002800, 0),
(43281, 2527, 230, 'Tuscumbia', 347312000, -877025300, 0),
(43282, 2527, 230, 'Tuskegee', 324240300, -856916200, 0),
(43283, 2527, 230, 'Tuskegee Institute', 324148660, -857179320, 0),
(43284, 2527, 230, 'Tyler', 322702200, -868540800, 0),
(43285, 2527, 230, 'Union Grove', 344000000, -864461100, 0),
(43286, 2527, 230, 'Union Springs', 321443200, -857149500, 0),
(43287, 2527, 230, 'Valhermoso Springs', 345501570, -866942040, 0),
(43288, 2527, 230, 'Valley', 328187400, -851793900, 0),
(43289, 2527, 230, 'Valley Head', 345652800, -856163900, 0),
(43290, 2527, 230, 'Vernon', 337546080, -881190720, 0),
(43291, 2527, 230, 'Vestavia Hills', 334487200, -867877700, 0),
(43292, 2527, 230, 'Vina', 343750000, -880536100, 0),
(43293, 2527, 230, 'Vincent', 333845500, -864119200, 0),
(43294, 2527, 230, 'Vinemont', 342336100, -868627800, 0),
(43295, 2527, 230, 'Wadley', 331233300, -855663900, 0),
(43296, 2527, 230, 'Walnut Grove', 340645830, -862872870, 0),
(43297, 2527, 230, 'Warrior', 338026380, -868366530, 0),
(43298, 2527, 230, 'Weaver', 337520500, -858113500, 0),
(43299, 2527, 230, 'Webb', 312604500, -852732700, 0),
(43300, 2527, 230, 'Wedowee', 333090000, -854846800, 0),
(43301, 2527, 230, 'Wellington', 338657480, -858892890, 0),
(43302, 2527, 230, 'West Blocton', 331181700, -871250000, 0),
(43303, 2527, 230, 'Wetumpka', 325304970, -861961250, 0),
(43304, 2527, 230, 'Wilmer', 308230000, -883610000, 0),
(43305, 2527, 230, 'Wilsonville', 332342800, -864835900, 0),
(43306, 2527, 230, 'Winfield', 339246240, -878155140, 0),
(43307, 2527, 230, 'Woodstock', 331661480, -871701030, 0),
(43308, 2527, 230, 'Woodville', 346266700, -862747200, 0),
(43309, 2527, 230, 'York', 324862500, -882964200, 0),
(43310, 2528, 230, 'Adak', 518800000, -1766580560, 0),
(43311, 2528, 230, 'Akiachak', 608753460, -1614029810, 0),
(43312, 2528, 230, 'Anchor Point', 597766700, -1518313900, 0),
(43313, 2528, 230, 'Anchorage', 612157470, -1498689410, 0),
(43314, 2528, 230, 'Anderson', 642909580, -1491274600, 0),
(43315, 2528, 230, 'Angoon', 576852140, -1343816970, 0),
(43316, 2528, 230, 'Aniak', 615788900, -1595502800, 0),
(43317, 2528, 230, 'Auke Bay', 583019440, -1344197220, 0),
(43318, 2528, 230, 'Badger', 648000000, -1475333300, 0),
(43319, 2528, 230, 'Barrow', 712905800, -1567887200, 0),
(43320, 2528, 230, 'Bethel', 607922200, -1617558300, 0),
(43321, 2528, 230, 'Big Lake', 615213900, -1499544400, 0),
(43322, 2528, 230, 'Cantwell', 633880600, -1489002800, 0),
(43323, 2528, 230, 'Central', 653440420, -1451383440, 0),
(43324, 2528, 230, 'Chefornak', 601591700, -1642694400, 0),
(43325, 2528, 230, 'Chevak', 615277800, -1655786100, 0),
(43326, 2528, 230, 'Chignik Lagoon', 563075000, -1585350000, 0),
(43327, 2528, 230, 'Chugiak', 613888900, -1494819400, 0),
(43328, 2528, 230, 'Cold Bay', 552091700, -1627141700, 0),
(43329, 2528, 230, 'Cooper Landing', 604905600, -1497944400, 0),
(43330, 2528, 230, 'Copper Center', 619652800, -1453183300, 0),
(43331, 2528, 230, 'Cordova', 600743900, -1479924100, 0),
(43332, 2528, 230, 'Craig', 554763900, -1331483300, 0),
(43333, 2528, 230, 'Delta Junction', 640477800, -1457186100, 0),
(43334, 2528, 230, 'Denali National Park', 633333300, -1505000000, 0),
(43335, 2528, 230, 'Dillingham', 590397200, -1584575000, 0),
(43336, 2528, 230, 'Douglas', 582755600, -1343925000, 0),
(43337, 2528, 230, 'Dutch Harbor', 538898000, -1665422000, 0),
(43338, 2528, 230, 'Eagle River', 613213900, -1495677800, 0),
(43339, 2528, 230, 'Eielson Air Force Base', 646512300, -1470833200, 0),
(43340, 2528, 230, 'Elfin Cove', 581988900, -1363552800, 0),
(43341, 2528, 230, 'Emmonak', 627772200, -1645450000, 0),
(43342, 2528, 230, 'Fairbanks', 648566070, -1478773560, 0),
(43343, 2528, 230, 'Farm Loop', 616389100, -1491421500, 0),
(43344, 2528, 230, 'Fort Greely', 640074360, -1453528070, 0),
(43345, 2528, 230, 'Fort Wainwright', 648277870, -1476429150, 0),
(43346, 2528, 230, 'Fort Yukon', 664355890, -1458287390, 0),
(43347, 2528, 230, 'Gakona', 623047200, -1452733300, 0),
(43348, 2528, 230, 'Galena', 660941200, -1542532300, 0),
(43349, 2528, 230, 'Girdwood', 609425000, -1491663900, 0),
(43350, 2528, 230, 'Glennallen', 621097200, -1455572200, 0),
(43351, 2528, 230, 'Haines', 592285900, -1354441100, 0),
(43352, 2528, 230, 'Healy', 638569400, -1489661100, 0),
(43353, 2528, 230, 'Homer', 596425000, -1515483300, 0),
(43354, 2528, 230, 'Hoonah', 581094400, -1354363900, 0),
(43355, 2528, 230, 'Hope', 609161400, -1496360900, 0),
(43356, 2528, 230, 'Iliamna', 597650000, -1548402800, 0),
(43357, 2528, 230, 'Indian', 611168810, -1499020060, 0),
(43358, 2528, 230, 'Jber', 612320520, -1497892100, 0),
(43359, 2528, 230, 'Juneau', 583019400, -1344197200, 0),
(43360, 2528, 230, 'Kasilof', 603352800, -1512336100, 0),
(43361, 2528, 230, 'Kenai', 605544400, -1512583300, 0),
(43362, 2528, 230, 'Ketchikan', 553751710, -1316920900, 0),
(43363, 2528, 230, 'Kiana', 669716700, -1604302800, 0),
(43364, 2528, 230, 'King Cove', 550722200, -1623180600, 0),
(43365, 2528, 230, 'King Salmon', 586900000, -1566605600, 0),
(43366, 2528, 230, 'Klawock', 555550000, -1330852800, 0),
(43367, 2528, 230, 'Knik-Fairview', 615126200, -1496001200, 0),
(43368, 2528, 230, 'Kodiak', 577900000, -1524072200, 0),
(43369, 2528, 230, 'Kotzebue', 668983300, -1625966700, 0),
(43370, 2528, 230, 'Kwigillingok', 598714860, -1629977030, 0),
(43371, 2528, 230, 'Lakes', 616071200, -1493086100, 0),
(43372, 2528, 230, 'Larsen Bay', 574151290, -1535320400, 0),
(43373, 2528, 230, 'Metlakatla', 551291700, -1315722200, 0),
(43374, 2528, 230, 'Naknek', 587397200, -1569716700, 0),
(43375, 2528, 230, 'Nikiski', 606902800, -1512888900, 0),
(43376, 2528, 230, 'Nome', 645011100, -1654063900, 0),
(43377, 2528, 230, 'North Pole', 647511100, -1473494400, 0),
(43378, 2528, 230, 'Nulato', 647300000, -1581141700, 0),
(43379, 2528, 230, 'Nunapitchuk', 608963900, -1624544400, 0),
(43380, 2528, 230, 'Palmer', 615997200, -1491127800, 0),
(43381, 2528, 230, 'Perryville', 559283130, -1593334430, 0),
(43382, 2528, 230, 'Petersburg', 568125000, -1329555600, 0),
(43383, 2528, 230, 'Port Heiden', 569429700, -1586307700, 0),
(43384, 2528, 230, 'Prudhoe Bay', 702552800, -1483372200, 0),
(43385, 2528, 230, 'Ridgeway', 605319400, -1510852800, 0),
(43386, 2528, 230, 'Russian Mission', 617855600, -1613341700, 0),
(43387, 2528, 230, 'Salcha', 645239900, -1469021000, 0),
(43388, 2528, 230, 'Sand Point', 553365500, -1604988000, 0),
(43389, 2528, 230, 'Scammon Bay', 618425000, -1655816700, 0),
(43390, 2528, 230, 'Selawik', 665969400, -1600136100, 0),
(43391, 2528, 230, 'Seward', 601041700, -1494422200, 0),
(43392, 2528, 230, 'Shishmaref', 662555600, -1660722200, 0),
(43393, 2528, 230, 'Sitka', 570530600, -1353300000, 0),
(43394, 2528, 230, 'Skagway', 594686100, -1353058300, 0),
(43395, 2528, 230, 'Soldotna', 604877800, -1510583300, 0),
(43396, 2528, 230, 'South Naknek', 587107280, -1569089450, 0),
(43397, 2528, 230, 'Sterling', 605372200, -1507647200, 0),
(43398, 2528, 230, 'Tanaina', 616269400, -1494280600, 0),
(43399, 2528, 230, 'Thorne Bay', 556772200, -1325561100, 0),
(43400, 2528, 230, 'Togiak', 590591700, -1603830600, 0),
(43401, 2528, 230, 'Tok', 633366700, -1429855600, 0),
(43402, 2528, 230, 'Tuntutuliak', 603427800, -1626727800, 0),
(43403, 2528, 230, 'Tununak', 606031190, -1647601240, 0),
(43404, 2528, 230, 'Unalaska', 538736100, -1665366700, 0),
(43405, 2528, 230, 'Valdez', 611308300, -1463483300, 0),
(43406, 2528, 230, 'Wainwright', 705667730, -1594297390, 0),
(43407, 2528, 230, 'Ward Cove', 554119400, -1317227800, 0),
(43408, 2528, 230, 'Wasilla', 615813900, -1494394400, 0),
(43409, 2528, 230, 'Whittier', 607741700, -1486777800, 0),
(43410, 2528, 230, 'Willow', 617472200, -1500375000, 0),
(43411, 2528, 230, 'Wrangell', 564708300, -1323766700, 0),
(43412, 2528, 230, 'Yakutat', 598109930, -1395532130, 0),
(43413, 2529, 230, 'Aguila', 339427800, -1131741700, 0),
(43414, 2529, 230, 'Ajo', 323840810, -1128685380, 0),
(43415, 2529, 230, 'Alpine', 338182300, -1092015100, 0),
(43416, 2529, 230, 'Amado', 317050000, -1110655600, 0),
(43417, 2529, 230, 'Anthem', 338672600, -1121468200, 0),
(43418, 2529, 230, 'Apache Junction', 334150500, -1115495800, 0),
(43419, 2529, 230, 'Arivaca', 315786730, -1113306150, 0),
(43420, 2529, 230, 'Arizona City', 327558900, -1116709600, 0),
(43421, 2529, 230, 'Arlington', 333255600, -1127641700, 0),
(43422, 2529, 230, 'Ash Fork', 352211100, -1124872200, 0),
(43423, 2529, 230, 'Avondale', 334356000, -1123496000, 0),
(43424, 2529, 230, 'Bagdad', 345811300, -1132046400, 0),
(43425, 2529, 230, 'Bapchule', 331363890, -1118725000, 0),
(43426, 2529, 230, 'Bellemont', 351980560, -1116505560, 0),
(43427, 2529, 230, 'Benson', 319678600, -1102945200, 0),
(43428, 2529, 230, 'Bisbee', 314481500, -1099284100, 0),
(43429, 2529, 230, 'Black Canyon City', 340708700, -1121507100, 0),
(43430, 2529, 230, 'Blue', 336100550, -1091067400, 0),
(43431, 2529, 230, 'Bouse', 339325000, -1140050000, 0),
(43432, 2529, 230, 'Bowie', 323263900, -1094869400, 0),
(43433, 2529, 230, 'Buckeye', 333703200, -1125837800, 0),
(43434, 2529, 230, 'Bullhead City', 351477800, -1145683000, 0),
(43435, 2529, 230, 'Bylas', 331342800, -1101200400, 0),
(43436, 2529, 230, 'Cactus Flat', 327584000, -1097161900, 0),
(43437, 2529, 230, 'Camp Verde', 345636400, -1118543200, 0),
(43438, 2529, 230, 'Carefree', 338222600, -1119182000, 0),
(43439, 2529, 230, 'Casa Grande', 328795000, -1117573500, 0),
(43440, 2529, 230, 'Casas Adobes', 323234100, -1109951000, 0),
(43441, 2529, 230, 'Cashion', 334291480, -1123052450, 0),
(43442, 2529, 230, 'Catalina', 325055600, -1109211100, 0),
(43443, 2529, 230, 'Catalina Foothills', 322978500, -1109187000, 0),
(43444, 2529, 230, 'Cave Creek', 338333300, -1119508300, 0),
(43445, 2529, 230, 'Central Heights-Midland City', 334037200, -1108154100, 0),
(43446, 2529, 230, 'Chambers', 351886100, -1094330600, 0),
(43447, 2529, 230, 'Chandler', 333087710, -1119214030, 0),
(43448, 2529, 230, 'Chandler Heights', 332119200, -1116855000, 0),
(43449, 2529, 230, 'Chinle', 361544500, -1095526100, 0),
(43450, 2529, 230, 'Chino Valley', 347674350, -1124724020, 0),
(43451, 2529, 230, 'Chloride', 351957400, -1140312700, 0),
(43452, 2529, 230, 'Cibola', 333163900, -1146650000, 0),
(43453, 2529, 230, 'Cienega Springs', 341886300, -1142246700, 0),
(43454, 2529, 230, 'Citrus Park', 335486500, -1124443300, 0),
(43455, 2529, 230, 'Clarkdale', 347563260, -1121161870, 0),
(43456, 2529, 230, 'Claypool', 334111700, -1108426100, 0),
(43457, 2529, 230, 'Clifton', 330509000, -1092961800, 0),
(43458, 2529, 230, 'Cochise', 321136100, -1099216700, 0),
(43459, 2529, 230, 'Colorado City', 369885980, -1129784930, 0),
(43460, 2529, 230, 'Concho', 344752800, -1096058300, 0),
(43461, 2529, 230, 'Congress', 341625300, -1128507400, 0),
(43462, 2529, 230, 'Coolidge', 329778400, -1115176200, 0),
(43463, 2529, 230, 'Cornville', 347178000, -1119215400, 0),
(43464, 2529, 230, 'Corona de Tucson', 319653600, -1107756400, 0),
(43465, 2529, 230, 'Cortaro', 323561100, -1110883300, 0),
(43466, 2529, 230, 'Cottonwood', 347391900, -1120098800, 0),
(43467, 2529, 230, 'Crown King', 342055600, -1123386100, 0),
(43468, 2529, 230, 'Dewey', 345557910, -1122702920, 0),
(43469, 2529, 230, 'Dolan Springs', 355919400, -1142732900, 0),
(43470, 2529, 230, 'Douglas', 313445500, -1095453400, 0),
(43471, 2529, 230, 'Drexel Heights', 321411900, -1110284300, 0),
(43472, 2529, 230, 'Duncan', 327258300, -1090977800, 0),
(43473, 2529, 230, 'Eagar', 341111600, -1092914800, 0),
(43474, 2529, 230, 'Ehrenberg', 336041900, -1145252300, 0),
(43475, 2529, 230, 'El Mirage', 336088900, -1123247200, 0),
(43476, 2529, 230, 'Elgin', 316291700, -1105719400, 0),
(43477, 2529, 230, 'Eloy', 327559000, -1115548400, 0),
(43478, 2529, 230, 'Flagstaff', 352269680, -1115715210, 0),
(43479, 2529, 230, 'Florence', 330314500, -1113873400, 0),
(43480, 2529, 230, 'Flowing Wells', 322939600, -1110098200, 0),
(43481, 2529, 230, 'Fort Defiance', 357444600, -1090764800, 0),
(43482, 2529, 230, 'Fort Huachuca', 315564600, -1103505600, 0),
(43483, 2529, 230, 'Fort Mohave', 350153260, -1145827670, 0),
(43484, 2529, 230, 'Fort Thomas', 329949280, -1099766220, 0),
(43485, 2529, 230, 'Fortuna Foothills', 326578300, -1144118900, 0),
(43486, 2529, 230, 'Fountain Hills', 336117100, -1117173600, 0),
(43487, 2529, 230, 'Ganado', 357114000, -1095420500, 0),
(43488, 2529, 230, 'Gila Bend', 329848550, -1126820850, 0),
(43489, 2529, 230, 'Gilbert', 333528300, -1117890300, 0),
(43490, 2529, 230, 'Glendale', 335386500, -1121859900, 0),
(43491, 2529, 230, 'Glendale Luke Air Force Base', 335377930, -1123699580, 0),
(43492, 2529, 230, 'Globe', 333942200, -1107865000, 0),
(43493, 2529, 230, 'Gold Canyon', 333619400, -1114516700, 0),
(43494, 2529, 230, 'Golden Valley', 352233300, -1142230100, 0),
(43495, 2529, 230, 'Goodyear', 334353200, -1123582100, 0),
(43496, 2529, 230, 'Grand Canyon', 360544300, -1121393400, 0),
(43497, 2529, 230, 'Green Valley', 318542500, -1109937000, 0),
(43498, 2529, 230, 'Guadalupe', 333708800, -1119629200, 0),
(43499, 2529, 230, 'Hackberry', 353691670, -1137263890, 0),
(43500, 2529, 230, 'Hayden', 330013900, -1107855600, 0),
(43501, 2529, 230, 'Heber', 344294700, -1105421860, 0),
(43502, 2529, 230, 'Heber-Overgaard', 344141400, -1105695600, 0),
(43503, 2529, 230, 'Hereford', 314374170, -1102479190, 0),
(43504, 2529, 230, 'Higley', 333072200, -1117202800, 0),
(43505, 2529, 230, 'Holbrook', 349022500, -1101581800, 0),
(43506, 2529, 230, 'Hotevilla', 359214100, -1106734600, 0),
(43507, 2529, 230, 'Houck', 352830800, -1092070400, 0),
(43508, 2529, 230, 'Huachuca City', 316278700, -1103339700, 0),
(43509, 2529, 230, 'Humboldt', 345036370, -1122225290, 0),
(43510, 2529, 230, 'Indian Wells', 354055600, -1100847200, 0),
(43511, 2529, 230, 'Joseph City', 349558600, -1103340100, 0),
(43512, 2529, 230, 'Kayenta', 367277800, -1102545800, 0),
(43513, 2529, 230, 'Keams Canyon', 358127800, -1102041700, 0),
(43514, 2529, 230, 'Kearny', 330570100, -1109106700, 0),
(43515, 2529, 230, 'Kingman', 352445000, -1140164000, 0),
(43516, 2529, 230, 'Kykotsmovi Village', 356531560, -1104943610, 0),
(43517, 2529, 230, 'Lake Havasu City', 344839000, -1143224500, 0),
(43518, 2529, 230, 'Lake Montezuma', 346328180, -1117755680, 0),
(43519, 2529, 230, 'Lakeside', 341419400, -1099641700, 0),
(43520, 2529, 230, 'Laveen', 333775390, -1121682810, 0),
(43521, 2529, 230, 'Litchfield Park', 334933700, -1123579400, 0),
(43522, 2529, 230, 'Lukachukai', 364169500, -1092287100, 0),
(43523, 2529, 230, 'Mammoth', 327225700, -1106406500, 0),
(43524, 2529, 230, 'Many Farms', 363527800, -1096178900, 0),
(43525, 2529, 230, 'Marana', 324367400, -1112253800, 0),
(43526, 2529, 230, 'Maricopa', 330581100, -1120476400, 0),
(43527, 2529, 230, 'Mayer', 343978100, -1122362700, 0),
(43528, 2529, 230, 'McNeal', 315252360, -1096825530, 0),
(43529, 2529, 230, 'Meadview', 360022100, -1140682900, 0),
(43530, 2529, 230, 'Mesa', 334222700, -1118226400, 0),
(43531, 2529, 230, 'Mescal', 319900800, -1104353500, 0),
(43532, 2529, 230, 'Miami', 334088540, -1108681200, 0),
(43533, 2529, 230, 'Mohave Valley', 349071000, -1145411000, 0),
(43534, 2529, 230, 'Morenci', 330786700, -1093653500, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(43535, 2529, 230, 'Morristown', 338566700, -1126233300, 0),
(43536, 2529, 230, 'Munds Park', 349455000, -1116394200, 0),
(43537, 2529, 230, 'Naco', 313353800, -1099481300, 0),
(43538, 2529, 230, 'New Kingman-Butler', 352650400, -1140322600, 0),
(43539, 2529, 230, 'New River', 339158700, -1121359900, 0),
(43540, 2529, 230, 'Nogales', 313403800, -1109342500, 0),
(43541, 2529, 230, 'North Rim', 362132400, -1120579900, 0),
(43542, 2529, 230, 'Nutrioso', 339530560, -1092086110, 0),
(43543, 2529, 230, 'Oracle', 326109100, -1107709300, 0),
(43544, 2529, 230, 'Oro Valley', 323909100, -1109664900, 0),
(43545, 2529, 230, 'Overgaard', 344130600, -1105644400, 0),
(43546, 2529, 230, 'Page', 369147200, -1114558300, 0),
(43547, 2529, 230, 'Paradise Valley', 335311500, -1119426500, 0),
(43548, 2529, 230, 'Parker', 341572310, -1142627490, 0),
(43549, 2529, 230, 'Parks', 352605700, -1119487700, 0),
(43550, 2529, 230, 'Paulden', 348855800, -1124682300, 0),
(43551, 2529, 230, 'Payson', 342308700, -1113251400, 0),
(43552, 2529, 230, 'Peach Springs', 355743000, -1134921000, 0),
(43553, 2529, 230, 'Pearce', 319351870, -1098047250, 0),
(43554, 2529, 230, 'Peoria', 335806000, -1122373800, 0),
(43555, 2529, 230, 'Peridot', 333151900, -1104515400, 0),
(43556, 2529, 230, 'Phoenix', 334483800, -1120740400, 0),
(43557, 2529, 230, 'Picture Rocks', 323459100, -1112462100, 0),
(43558, 2529, 230, 'Pima', 328961800, -1098275800, 0),
(43559, 2529, 230, 'Pine', 343844700, -1114551400, 0),
(43560, 2529, 230, 'Pinetop', 341209280, -1099260440, 0),
(43561, 2529, 230, 'Pirtleville', 313570500, -1095617300, 0),
(43562, 2529, 230, 'Poston', 339591220, -1144152340, 0),
(43563, 2529, 230, 'Prescott', 345400200, -1124685000, 0),
(43564, 2529, 230, 'Prescott Valley', 345894100, -1123252500, 0),
(43565, 2529, 230, 'Quartzsite', 336639100, -1142299500, 0),
(43566, 2529, 230, 'Queen Creek', 332486600, -1116343000, 0),
(43567, 2529, 230, 'Red Rock', 325686930, -1113744350, 0),
(43568, 2529, 230, 'Rillito', 324219230, -1111038780, 0),
(43569, 2529, 230, 'Rimrock', 346402800, -1117833330, 0),
(43570, 2529, 230, 'Rio Rico', 314862600, -1110030000, 0),
(43571, 2529, 230, 'Rio Verde', 337225400, -1116756900, 0),
(43572, 2529, 230, 'Sacaton', 330767200, -1117393000, 0),
(43573, 2529, 230, 'Safford', 328339500, -1097075800, 0),
(43574, 2529, 230, 'Sahuarita', 319575800, -1109556500, 0),
(43575, 2529, 230, 'Saint David', 319195300, -1102345830, 0),
(43576, 2529, 230, 'Saint Johns', 345058700, -1093609300, 0),
(43577, 2529, 230, 'Saint Michaels', 356447400, -1090956500, 0),
(43578, 2529, 230, 'Salome', 337811400, -1136146500, 0),
(43579, 2529, 230, 'San Carlos', 333458800, -1118507000, 0),
(43580, 2529, 230, 'San Luis', 324870000, -1147821800, 0),
(43581, 2529, 230, 'San Manuel', 325997900, -1106309300, 0),
(43582, 2529, 230, 'San Tan Valley', 331911000, -1115280000, 0),
(43583, 2529, 230, 'Sanders', 352081500, -1093316100, 0),
(43584, 2529, 230, 'Scottsdale', 334939470, -1119223010, 0),
(43585, 2529, 230, 'Sedona', 348697400, -1117609900, 0),
(43586, 2529, 230, 'Seligman', 353283300, -1128741700, 0),
(43587, 2529, 230, 'Sells', 319100000, -1118800000, 0),
(43588, 2529, 230, 'Shonto', 365930820, -1106548300, 0),
(43589, 2529, 230, 'Show Low', 342542100, -1100298300, 0),
(43590, 2529, 230, 'Sierra Vista', 315289770, -1102587500, 0),
(43591, 2529, 230, 'Sierra Vista Southeast', 314538500, -1102163700, 0),
(43592, 2529, 230, 'Skull Valley', 345528660, -1127122040, 0),
(43593, 2529, 230, 'Snowflake', 345133700, -1100784500, 0),
(43594, 2529, 230, 'Solomon', 328154270, -1096280500, 0),
(43595, 2529, 230, 'Somerton', 325964400, -1147096800, 0),
(43596, 2529, 230, 'Sonoita', 316688900, -1106538900, 0),
(43597, 2529, 230, 'South Tucson', 321995200, -1109684200, 0),
(43598, 2529, 230, 'Springerville', 341333800, -1092859200, 0),
(43599, 2529, 230, 'Summit', 320670200, -1109514800, 0),
(43600, 2529, 230, 'Sun City', 335975400, -1122718200, 0),
(43601, 2529, 230, 'Sun City West', 336619800, -1123412700, 0),
(43602, 2529, 230, 'Sun Lakes', 332111600, -1118754200, 0),
(43603, 2529, 230, 'Sun Valley', 342542000, -1112612500, 0),
(43604, 2529, 230, 'Surprise', 336305900, -1123332200, 0),
(43605, 2529, 230, 'Tanque Verde', 322517400, -1107373100, 0),
(43606, 2529, 230, 'Taylor', 344650400, -1100912300, 0),
(43607, 2529, 230, 'Teec Nos Pos', 367517130, -1093647350, 0),
(43608, 2529, 230, 'Tempe', 334147700, -1119093100, 0),
(43609, 2529, 230, 'Tempe Junction', 334142100, -1119434800, 0),
(43610, 2529, 230, 'Thatcher', 328492300, -1097592500, 0),
(43611, 2529, 230, 'Three Points', 320767400, -1113137100, 0),
(43612, 2529, 230, 'Tolleson', 334500400, -1122593200, 0),
(43613, 2529, 230, 'Tombstone', 317128700, -1100675800, 0),
(43614, 2529, 230, 'Tonopah', 334936100, -1129372200, 0),
(43615, 2529, 230, 'Tonto Basin', 338317100, -1112945800, 0),
(43616, 2529, 230, 'Topock', 347183300, -1144872200, 0),
(43617, 2529, 230, 'Tortilla Flat', 337366200, -1115634000, 0),
(43618, 2529, 230, 'Tortolita', 324103500, -1110173200, 0),
(43619, 2529, 230, 'Tsaile', 363033000, -1092156600, 0),
(43620, 2529, 230, 'Tuba City', 361349900, -1112398600, 0),
(43621, 2529, 230, 'Tubac', 316125000, -1110451800, 0),
(43622, 2529, 230, 'Tucson', 322217400, -1109264800, 0),
(43623, 2529, 230, 'Tucson Estates', 321875800, -1110909300, 0),
(43624, 2529, 230, 'Vail', 320478600, -1107120300, 0),
(43625, 2529, 230, 'Valencia West', 321323800, -1111141400, 0),
(43626, 2529, 230, 'Verde Village', 347105000, -1120115200, 0),
(43627, 2529, 230, 'Vernon', 342542200, -1096936700, 0),
(43628, 2529, 230, 'Waddell', 336113900, -1124272200, 0),
(43629, 2529, 230, 'Wellton', 326728300, -1141468800, 0),
(43630, 2529, 230, 'West Sedona', 348672400, -1118054300, 0),
(43631, 2529, 230, 'Whiteriver', 338369900, -1099642700, 0),
(43632, 2529, 230, 'Wickenburg', 339646540, -1127475500, 0),
(43633, 2529, 230, 'Wikieup', 346550400, -1137579700, 0),
(43634, 2529, 230, 'Willcox', 322557850, -1098356540, 0),
(43635, 2529, 230, 'Williams', 352494600, -1121910000, 0),
(43636, 2529, 230, 'Williamson', 346900200, -1125410100, 0),
(43637, 2529, 230, 'Willow Valley', 349119500, -1146066300, 0),
(43638, 2529, 230, 'Window Rock', 356805700, -1090525900, 0),
(43639, 2529, 230, 'Winslow', 350241900, -1106973600, 0),
(43640, 2529, 230, 'Wittmann', 337763900, -1125286100, 0),
(43641, 2529, 230, 'Yarnell', 342225000, -1127497200, 0),
(43642, 2529, 230, 'Young', 340869280, -1111686330, 0),
(43643, 2529, 230, 'Youngtown', 335939300, -1123029400, 0),
(43644, 2529, 230, 'Yuma', 327253200, -1146244000, 0),
(43645, 2530, 230, 'Alexander', 346295400, -924412700, 0),
(43646, 2530, 230, 'Alix', 355063080, -938454100, 0),
(43647, 2530, 230, 'Alma', 354778700, -942218800, 0),
(43648, 2530, 230, 'Almyra', 342977300, -913452940, 0),
(43649, 2530, 230, 'Alpena', 362936100, -932961100, 0),
(43650, 2530, 230, 'Altheimer', 343219400, -918461100, 0),
(43651, 2530, 230, 'Amity', 342661100, -934641700, 0),
(43652, 2530, 230, 'Arkadelphia', 341209300, -930537800, 0),
(43653, 2530, 230, 'Arkansas City', 336087200, -912067800, 0),
(43654, 2530, 230, 'Armorel', 359200000, -897980600, 0),
(43655, 2530, 230, 'Ashdown', 336731030, -941256130, 0),
(43656, 2530, 230, 'Atkins', 352464700, -929365600, 0),
(43657, 2530, 230, 'Augusta', 352823100, -913654100, 0),
(43658, 2530, 230, 'Austin', 349984200, -919837600, 0),
(43659, 2530, 230, 'Bald Knob', 353098100, -915679100, 0),
(43660, 2530, 230, 'Barling', 353256500, -943016000, 0),
(43661, 2530, 230, 'Batesville', 357719680, -916374070, 0),
(43662, 2530, 230, 'Bauxite', 345591700, -925141700, 0),
(43663, 2530, 230, 'Bearden', 337261100, -926175000, 0),
(43664, 2530, 230, 'Bee Branch', 354508300, -923947200, 0),
(43665, 2530, 230, 'Beebe', 350706400, -918795900, 0),
(43666, 2530, 230, 'Bella Vista', 364814600, -942732600, 0),
(43667, 2530, 230, 'Belleville', 350916700, -934491700, 0),
(43668, 2530, 230, 'Benton', 345663570, -925848450, 0),
(43669, 2530, 230, 'Bentonville', 363740750, -942104530, 0),
(43670, 2530, 230, 'Bergman', 362615590, -931059340, 0),
(43671, 2530, 230, 'Berryville', 363670200, -935801400, 0),
(43672, 2530, 230, 'Bethel Heights', 362142400, -941293700, 0),
(43673, 2530, 230, 'Biscoe', 348371580, -915363860, 0),
(43674, 2530, 230, 'Bismarck', 343161100, -931708300, 0),
(43675, 2530, 230, 'Black Oak', 358363900, -903675000, 0),
(43676, 2530, 230, 'Black Rock', 361077800, -910988900, 0),
(43677, 2530, 230, 'Blevins', 338711100, -935766700, 0),
(43678, 2530, 230, 'Blytheville', 361867440, -941288140, 0),
(43679, 2530, 230, 'Bonnerdale', 343847200, -933819400, 0),
(43680, 2530, 230, 'Bono', 359086800, -908026200, 0),
(43681, 2530, 230, 'Booneville', 351400900, -939215900, 0),
(43682, 2530, 230, 'Boston', 358125000, -943875000, 0),
(43683, 2530, 230, 'Bradford', 355495810, -914376320, 0),
(43684, 2530, 230, 'Branch', 352869350, -939439570, 0),
(43685, 2530, 230, 'Brinkley', 348878700, -911945700, 0),
(43686, 2530, 230, 'Brookland', 359000700, -905820500, 0),
(43687, 2530, 230, 'Bryant', 345959300, -924890500, 0),
(43688, 2530, 230, 'Bull Shoals', 363839600, -925815500, 0),
(43689, 2530, 230, 'Cabot', 349745300, -920165300, 0),
(43690, 2530, 230, 'Caddo Gap', 344000000, -936194400, 0),
(43691, 2530, 230, 'Calico Rock', 361195100, -921359900, 0),
(43692, 2530, 230, 'Calion', 333261100, -925386100, 0),
(43693, 2530, 230, 'Camden', 335845600, -928343300, 0),
(43694, 2530, 230, 'Camp', 363921870, -917276470, 0),
(43695, 2530, 230, 'Canehill', 359086100, -943966700, 0),
(43696, 2530, 230, 'Carlisle', 347831500, -917465200, 0),
(43697, 2530, 230, 'Cave City', 358944760, -915063430, 0),
(43698, 2530, 230, 'Cave Springs', 362634100, -942318700, 0),
(43699, 2530, 230, 'Centerton', 363598000, -942852100, 0),
(43700, 2530, 230, 'Charleston', 352970400, -940363200, 0),
(43701, 2530, 230, 'Charlotte', 358041000, -914764800, 0),
(43702, 2530, 230, 'Cherokee Village', 362978400, -915159700, 0),
(43703, 2530, 230, 'Choctaw', 355212000, -924177000, 0),
(43704, 2530, 230, 'Clarendon', 346931500, -913137400, 0),
(43705, 2530, 230, 'Clarkedale', 352209920, -903241430, 0),
(43706, 2530, 230, 'Clarksville', 354714700, -934665700, 0),
(43707, 2530, 230, 'Clinton', 355914700, -924604400, 0),
(43708, 2530, 230, 'College Station', 347089800, -922246070, 0),
(43709, 2530, 230, 'Compton', 360842610, -933064610, 0),
(43710, 2530, 230, 'Concord', 356206240, -917816530, 0),
(43711, 2530, 230, 'Conway', 350886110, -924419440, 0),
(43712, 2530, 230, 'Corning', 364106600, -905886740, 0),
(43713, 2530, 230, 'Cotter', 362747200, -925283300, 0),
(43714, 2530, 230, 'Cove', 344363900, -944119400, 0),
(43715, 2530, 230, 'Crossett', 331281800, -919612400, 0),
(43716, 2530, 230, 'Damascus', 353669400, -924102800, 0),
(43717, 2530, 230, 'Danville', 350539800, -933935200, 0),
(43718, 2530, 230, 'Dardanelle', 352231400, -931579500, 0),
(43719, 2530, 230, 'De Queen', 340378900, -943413200, 0),
(43720, 2530, 230, 'De Witt', 342928800, -913379000, 0),
(43721, 2530, 230, 'Decatur', 363359100, -944607700, 0),
(43722, 2530, 230, 'Delaware', 352392890, -934427530, 0),
(43723, 2530, 230, 'Dennard', 357566700, -925247200, 0),
(43724, 2530, 230, 'Dermott', 335253900, -914359500, 0),
(43725, 2530, 230, 'Des Arc', 349770400, -914951300, 0),
(43726, 2530, 230, 'Desha', 357312730, -916833800, 0),
(43727, 2530, 230, 'Dierks', 341192800, -940165800, 0),
(43728, 2530, 230, 'Doddridge', 331156510, -939582700, 0),
(43729, 2530, 230, 'Donaldson', 342019200, -929352000, 0),
(43730, 2530, 230, 'Dover', 354014700, -931143400, 0),
(43731, 2530, 230, 'Drasco', 355123360, -920311740, 0),
(43732, 2530, 230, 'Dumas', 338870500, -914917900, 0),
(43733, 2530, 230, 'Edmondson', 351009390, -903085060, 0),
(43734, 2530, 230, 'El Dorado', 332076300, -926662700, 0),
(43735, 2530, 230, 'El Paso', 351061000, -920868340, 0),
(43736, 2530, 230, 'Elkins', 360014700, -940082500, 0),
(43737, 2530, 230, 'Elm Springs', 362061900, -942343700, 0),
(43738, 2530, 230, 'Emerson', 330963870, -931898630, 0),
(43739, 2530, 230, 'England', 345442600, -919690300, 0),
(43740, 2530, 230, 'Enola', 352185320, -922122750, 0),
(43741, 2530, 230, 'Eudora', 331095700, -912620600, 0),
(43742, 2530, 230, 'Eureka Springs', 364011800, -937379700, 0),
(43743, 2530, 230, 'Everton', 361538900, -929080600, 0),
(43744, 2530, 230, 'Fairfield Bay', 355942400, -922779300, 0),
(43745, 2530, 230, 'Farmington', 360420200, -942471500, 0),
(43746, 2530, 230, 'Fayetteville', 360625800, -941574300, 0),
(43747, 2530, 230, 'Fifty Six', 360121800, -922155000, 0),
(43748, 2530, 230, 'Flippin', 362789600, -925971100, 0),
(43749, 2530, 230, 'Fordyce', 338137200, -924129300, 0),
(43750, 2530, 230, 'Foreman', 337217800, -943968700, 0),
(43751, 2530, 230, 'Forrest City', 350090340, -907854090, 0),
(43752, 2530, 230, 'Fort Smith', 353691600, -944147350, 0),
(43753, 2530, 230, 'Fouke', 332608300, -938866700, 0),
(43754, 2530, 230, 'Fountain Hill', 333555600, -918511100, 0),
(43755, 2530, 230, 'Friendship', 342465280, -929834520, 0),
(43756, 2530, 230, 'Fulton', 336302090, -938138680, 0),
(43757, 2530, 230, 'Garfield', 363912410, -939113280, 0),
(43758, 2530, 230, 'Garland City', 333173220, -937596950, 0),
(43759, 2530, 230, 'Gassville', 363026400, -924844800, 0),
(43760, 2530, 230, 'Genoa', 333835800, -939094200, 0),
(43761, 2530, 230, 'Gentry', 362675800, -944846600, 0),
(43762, 2530, 230, 'Gibson', 348842600, -922357000, 0),
(43763, 2530, 230, 'Gilbert', 359911100, -927161100, 0),
(43764, 2530, 230, 'Gillett', 341191700, -913802800, 0),
(43765, 2530, 230, 'Gillham', 341475690, -943128260, 0),
(43766, 2530, 230, 'Glenwood', 343260750, -935481680, 0),
(43767, 2530, 230, 'Goshen', 361011900, -939913100, 0),
(43768, 2530, 230, 'Gosnell', 359597900, -899720300, 0),
(43769, 2530, 230, 'Grapevine', 341199630, -923077800, 0),
(43770, 2530, 230, 'Gravel Ridge', 348684200, -921907000, 0),
(43771, 2530, 230, 'Gravette', 364220200, -944535500, 0),
(43772, 2530, 230, 'Green Forest', 363353500, -934360200, 0),
(43773, 2530, 230, 'Greenbrier', 352339700, -923876600, 0),
(43774, 2530, 230, 'Greenland', 359942500, -941752000, 0),
(43775, 2530, 230, 'Greenwood', 352156500, -942557700, 0),
(43776, 2530, 230, 'Guy', 353177730, -923267700, 0),
(43777, 2530, 230, 'Hackett', 351875000, -944130600, 0),
(43778, 2530, 230, 'Hamburg', 332281800, -917976300, 0),
(43779, 2530, 230, 'Hampton', 335127200, -925591820, 0),
(43780, 2530, 230, 'Hardy', 363205600, -914805600, 0),
(43781, 2530, 230, 'Harriet', 359933300, -925205600, 0),
(43782, 2530, 230, 'Harrisburg', 355642500, -907167800, 0),
(43783, 2530, 230, 'Harrison', 362297900, -931076800, 0),
(43784, 2530, 230, 'Hartford', 350233300, -943783300, 0),
(43785, 2530, 230, 'Harvey', 348641610, -937627120, 0),
(43786, 2530, 230, 'Hatfield', 344877500, -943502040, 0),
(43787, 2530, 230, 'Hazen', 347809300, -915809700, 0),
(43788, 2530, 230, 'Heber Springs', 354914700, -920312600, 0),
(43789, 2530, 230, 'Hector', 355089510, -929741340, 0),
(43790, 2530, 230, 'Helena', 345295500, -905917700, 0),
(43791, 2530, 230, 'Henderson', 363805600, -922277800, 0),
(43792, 2530, 230, 'Hensley', 345044400, -922041700, 0),
(43793, 2530, 230, 'Hermitage', 333994200, -921237000, 0),
(43794, 2530, 230, 'Hickory Ridge', 354026210, -909953260, 0),
(43795, 2530, 230, 'Higden', 355700400, -921746400, 0),
(43796, 2530, 230, 'Hindsville', 361410730, -938685960, 0),
(43797, 2530, 230, 'Hope', 336670600, -935915700, 0),
(43798, 2530, 230, 'Horatio', 339384500, -943571500, 0),
(43799, 2530, 230, 'Horseshoe Bend', 362292300, -917643100, 0),
(43800, 2530, 230, 'Hot Springs', 345037000, -930551800, 0),
(43801, 2530, 230, 'Hot Springs National Park', 344246900, -930962900, 0),
(43802, 2530, 230, 'Hot Springs Village', 346654800, -930100000, 0),
(43803, 2530, 230, 'Hoxie', 360503500, -909751200, 0),
(43804, 2530, 230, 'Hughes', 349492600, -904714900, 0),
(43805, 2530, 230, 'Humphrey', 344227800, -917061100, 0),
(43806, 2530, 230, 'Huntsville', 360861900, -937413000, 0),
(43807, 2530, 230, 'Jacksonville', 348662000, -921101500, 0),
(43808, 2530, 230, 'Jasper', 360081300, -931865700, 0),
(43809, 2530, 230, 'Jersey', 333471720, -922859710, 0),
(43810, 2530, 230, 'Jerusalem', 353925490, -928076750, 0),
(43811, 2530, 230, 'Johnson', 361328600, -941654800, 0),
(43812, 2530, 230, 'Joiner', 355127010, -901468080, 0),
(43813, 2530, 230, 'Jones Mill', 344375000, -928875000, 0),
(43814, 2530, 230, 'Jonesboro', 358423000, -907042800, 0),
(43815, 2530, 230, 'Judsonia', 352700800, -916398600, 0),
(43816, 2530, 230, 'Keiser', 356744400, -900961100, 0),
(43817, 2530, 230, 'Kensett', 352317500, -916676400, 0),
(43818, 2530, 230, 'Kingston', 360389900, -934997700, 0),
(43819, 2530, 230, 'Kirby', 342502800, -936413900, 0),
(43820, 2530, 230, 'Lake Hamilton', 344245300, -930951800, 0),
(43821, 2530, 230, 'Lake Village', 333287300, -912817800, 0),
(43822, 2530, 230, 'Lakeview', 363772200, -925347200, 0),
(43823, 2530, 230, 'Lamar', 354406400, -933879600, 0),
(43824, 2530, 230, 'Landmark', 346112000, -923196000, 0),
(43825, 2530, 230, 'Lavaca', 353362000, -941732600, 0),
(43826, 2530, 230, 'Leachville', 359359100, -902578800, 0),
(43827, 2530, 230, 'Lead Hill', 364147200, -929069400, 0),
(43828, 2530, 230, 'Lewisville', 333600210, -935815090, 0),
(43829, 2530, 230, 'Light', 360700000, -907477800, 0),
(43830, 2530, 230, 'Lincoln', 359495300, -944235500, 0),
(43831, 2530, 230, 'Little Flock', 363859100, -941352000, 0),
(43832, 2530, 230, 'Little Rock', 347464800, -922895900, 0),
(43833, 2530, 230, 'Little Rock Air Force Base', 348914890, -921595480, 0),
(43834, 2530, 230, 'Locust Grove', 357228380, -917636720, 0),
(43835, 2530, 230, 'London', 353289700, -932529600, 0),
(43836, 2530, 230, 'Lonoke', 347839800, -918998600, 0),
(43837, 2530, 230, 'Lonsdale', 345658410, -928163060, 0),
(43838, 2530, 230, 'Louann', 334107430, -927785300, 0),
(43839, 2530, 230, 'Lowell', 362553500, -941307600, 0),
(43840, 2530, 230, 'Luxora', 357561900, -899281400, 0),
(43841, 2530, 230, 'Lynn', 359979170, -912461490, 0),
(43842, 2530, 230, 'Mabelvale', 345918290, -923814250, 0),
(43843, 2530, 230, 'Magazine', 351516700, -938077800, 0),
(43844, 2530, 230, 'Magnolia', 332640440, -932350070, 0),
(43845, 2530, 230, 'Malvern', 343623100, -928129500, 0),
(43846, 2530, 230, 'Mammoth Spring', 364985550, -915402730, 0),
(43847, 2530, 230, 'Manila', 358800700, -901670400, 0),
(43848, 2530, 230, 'Mansfield', 350595400, -942527100, 0),
(43849, 2530, 230, 'Marianna', 347723100, -907630330, 0),
(43850, 2530, 230, 'Marion', 352123300, -902007370, 0),
(43851, 2530, 230, 'Marked Tree', 355328600, -904206600, 0),
(43852, 2530, 230, 'Marmaduke', 361870100, -903831600, 0),
(43853, 2530, 230, 'Marshall', 359089600, -926312700, 0),
(43854, 2530, 230, 'Maumelle', 348523300, -924058100, 0),
(43855, 2530, 230, 'Mayflower', 349570300, -924273800, 0),
(43856, 2530, 230, 'Maysville', 363998660, -945743360, 0),
(43857, 2530, 230, 'McCrory', 352628040, -912012080, 0),
(43858, 2530, 230, 'McGehee', 336595520, -911940030, 0),
(43859, 2530, 230, 'McRae', 351155060, -918203280, 0),
(43860, 2530, 230, 'Melbourne', 360595100, -919084800, 0),
(43861, 2530, 230, 'Mena', 345862200, -942396600, 0),
(43862, 2530, 230, 'Midway', 363853400, -924618300, 0),
(43863, 2530, 230, 'Mineral Springs', 338751200, -939138000, 0),
(43864, 2530, 230, 'Monette', 358906300, -903442700, 0),
(43865, 2530, 230, 'Monticello', 359118550, -898777770, 0),
(43866, 2530, 230, 'Morrilton', 351509200, -927440500, 0),
(43867, 2530, 230, 'Mount Holly', 333146660, -929416610, 0),
(43868, 2530, 230, 'Mount Pleasant', 359644120, -918077720, 0),
(43869, 2530, 230, 'Mountain Home', 363353400, -923851600, 0),
(43870, 2530, 230, 'Mountain Pine', 345849600, -931569600, 0),
(43871, 2530, 230, 'Mountain View', 358684100, -921176500, 0),
(43872, 2530, 230, 'Mulberry', 355006400, -940515900, 0),
(43873, 2530, 230, 'Murfreesboro', 340623300, -936899000, 0),
(43874, 2530, 230, 'Nashville', 339437870, -938487340, 0),
(43875, 2530, 230, 'Natural Dam', 356486100, -943947200, 0),
(43876, 2530, 230, 'Newark', 357017400, -914415200, 0),
(43877, 2530, 230, 'Newport', 356048000, -912818000, 0),
(43878, 2530, 230, 'Norfork', 362083270, -922819960, 0),
(43879, 2530, 230, 'Norman', 344591620, -936568570, 0),
(43880, 2530, 230, 'North Crossett', 331656800, -919415200, 0),
(43881, 2530, 230, 'North Little Rock', 347695400, -922670900, 0),
(43882, 2530, 230, 'Oakland', 364493200, -925731870, 0),
(43883, 2530, 230, 'Oden', 345858330, -939100000, 0),
(43884, 2530, 230, 'Ola', 350323100, -932232300, 0),
(43885, 2530, 230, 'Omaha', 364525000, -931902800, 0),
(43886, 2530, 230, 'Onia', 359441710, -923318270, 0),
(43887, 2530, 230, 'Osceola', 357050800, -899695300, 0),
(43888, 2530, 230, 'Ozark', 354910320, -938371390, 0),
(43889, 2530, 230, 'Palestine', 349543420, -909042290, 0),
(43890, 2530, 230, 'Pangburn', 354258300, -918397200, 0),
(43891, 2530, 230, 'Paragould', 360572230, -905015110, 0),
(43892, 2530, 230, 'Paris', 352921060, -937258790, 0),
(43893, 2530, 230, 'Parkdale', 331216700, -915475000, 0),
(43894, 2530, 230, 'Paron', 348041860, -928503320, 0),
(43895, 2530, 230, 'Parthenon', 359388300, -932819950, 0),
(43896, 2530, 230, 'Pea Ridge', 364539600, -941152000, 0),
(43897, 2530, 230, 'Pearcy', 344286100, -932900000, 0),
(43898, 2530, 230, 'Perryville', 350048100, -928026700, 0),
(43899, 2530, 230, 'Piggott', 363828400, -901906500, 0),
(43900, 2530, 230, 'Pine Bluff', 341995500, -919299900, 0),
(43901, 2530, 230, 'Piney', 345031400, -931260200, 0),
(43902, 2530, 230, 'Pleasant Grove', 358443000, -919270170, 0),
(43903, 2530, 230, 'Pleasant Plains', 355633710, -916301190, 0),
(43904, 2530, 230, 'Pocahontas', 362614600, -909712300, 0),
(43905, 2530, 230, 'Portia', 360813260, -910641000, 0),
(43906, 2530, 230, 'Pottsville', 352481400, -930490600, 0),
(43907, 2530, 230, 'Poyen', 343233300, -926405600, 0),
(43908, 2530, 230, 'Prairie Creek', 363420200, -940618700, 0),
(43909, 2530, 230, 'Prairie Grove', 359759100, -943177100, 0),
(43910, 2530, 230, 'Prattsville', 343161100, -925458300, 0),
(43911, 2530, 230, 'Prescott', 338026100, -933810100, 0),
(43912, 2530, 230, 'Quitman', 353811100, -922180600, 0),
(43913, 2530, 230, 'Reydell', 341726040, -916275650, 0),
(43914, 2530, 230, 'Rison', 339584300, -921901500, 0),
(43915, 2530, 230, 'Rockwell', 344642600, -931337900, 0),
(43916, 2530, 230, 'Rogers', 363320200, -941185400, 0),
(43917, 2530, 230, 'Roland', 349005600, -924983300, 0),
(43918, 2530, 230, 'Romance', 352193450, -920690710, 0),
(43919, 2530, 230, 'Rose Bud', 353322200, -920791700, 0),
(43920, 2530, 230, 'Royal', 345221420, -932985260, 0),
(43921, 2530, 230, 'Rudy', 354640640, -943182500, 0),
(43922, 2530, 230, 'Russellville', 352784200, -931337900, 0),
(43923, 2530, 230, 'Salem', 346289800, -925582200, 0),
(43924, 2530, 230, 'Scott', 346941700, -920947200, 0),
(43925, 2530, 230, 'Scranton', 353302930, -935427650, 0),
(43926, 2530, 230, 'Searcy', 352522800, -918492600, 0),
(43927, 2530, 230, 'Shannon Hills', 346200900, -923954300, 0),
(43928, 2530, 230, 'Sheridan', 343070400, -924012700, 0),
(43929, 2530, 230, 'Sherwood', 348920700, -922291300, 0),
(43930, 2530, 230, 'Shirley', 355794000, -922915800, 0),
(43931, 2530, 230, 'Siloam Springs', 361881400, -945405000, 0),
(43932, 2530, 230, 'Sims', 346591700, -936911100, 0),
(43933, 2530, 230, 'Smackover', 333648500, -927248800, 0),
(43934, 2530, 230, 'Smithville', 360957770, -912747600, 0),
(43935, 2530, 230, 'Sparkman', 339172200, -928488900, 0),
(43936, 2530, 230, 'Springdale', 361770530, -941455120, 0),
(43937, 2530, 230, 'Stamps', 333654000, -934951800, 0),
(43938, 2530, 230, 'Star City', 339428800, -918434700, 0),
(43939, 2530, 230, 'State University', 358501370, -906789960, 0),
(43940, 2530, 230, 'Stephens', 334150000, -930683300, 0),
(43941, 2530, 230, 'Strawberry', 359728200, -913839000, 0),
(43942, 2530, 230, 'Strong', 331097200, -923583300, 0),
(43943, 2530, 230, 'Stuttgart', 345003700, -915526300, 0),
(43944, 2530, 230, 'Sulphur Springs', 341806500, -921234800, 0),
(43945, 2530, 230, 'Summers', 359811100, -944916700, 0),
(43946, 2530, 230, 'Swifton', 358241700, -911288900, 0),
(43947, 2530, 230, 'Taylor', 331119850, -934479240, 0),
(43948, 2530, 230, 'Texarkana', 334417900, -940376900, 0),
(43949, 2530, 230, 'Thida', 355711100, -914788900, 0),
(43950, 2530, 230, 'Thornton', 337542220, -924594670, 0),
(43951, 2530, 230, 'Tillar', 336564600, -914080200, 0),
(43952, 2530, 230, 'Tontitown', 361778600, -942335400, 0),
(43953, 2530, 230, 'Trumann', 356669400, -905391600, 0),
(43954, 2530, 230, 'Tuckerman', 357306300, -911984600, 0),
(43955, 2530, 230, 'Turrell', 353763900, -902644400, 0),
(43956, 2530, 230, 'Tyronza', 354866700, -903569400, 0),
(43957, 2530, 230, 'Urbana', 332075000, -926661110, 0),
(43958, 2530, 230, 'Van Buren', 354440750, -943427660, 0),
(43959, 2530, 230, 'Vandervoort', 343769660, -943596670, 0),
(43960, 2530, 230, 'Vanndale', 352565650, -908067070, 0),
(43961, 2530, 230, 'Vilonia', 350839800, -922079300, 0),
(43962, 2530, 230, 'Waldo', 333515100, -932957300, 0),
(43963, 2530, 230, 'Waldron', 348972880, -940907440, 0),
(43964, 2530, 230, 'Walnut Ridge', 360684000, -909559500, 0),
(43965, 2530, 230, 'Ward', 350303600, -919504200, 0),
(43966, 2530, 230, 'Warren', 336126100, -920645800, 0),
(43967, 2530, 230, 'Washington', 337507820, -936681470, 0),
(43968, 2530, 230, 'Watson', 337964210, -913032060, 0),
(43969, 2530, 230, 'Weiner', 356208300, -909011100, 0),
(43970, 2530, 230, 'West Fork', 359242500, -941885400, 0),
(43971, 2530, 230, 'West Helena', 345506600, -906417700, 0),
(43972, 2530, 230, 'West Memphis', 351471130, -901782300, 0),
(43973, 2530, 230, 'White Hall', 342608900, -921301400, 0),
(43974, 2530, 230, 'Wickes', 343013900, -943350000, 0),
(43975, 2530, 230, 'Williford', 362516700, -913591700, 0),
(43976, 2530, 230, 'Wilson', 355677800, -900436100, 0),
(43977, 2530, 230, 'Winslow', 357986100, -941313900, 0),
(43978, 2530, 230, 'Wynne', 352245300, -907867800, 0),
(43979, 2530, 230, 'Yellville', 362261800, -926848900, 0),
(43980, 2531, 230, 'Acampo', 381719400, -1212802800, 0),
(43981, 2531, 230, 'Acton', 344699900, -1181967400, 0),
(43982, 2531, 230, 'Adelanto', 345827700, -1174092200, 0),
(43983, 2531, 230, 'Adin', 412010770, -1209380120, 0),
(43984, 2531, 230, 'Agoura', 341430600, -1187378700, 0),
(43985, 2531, 230, 'Agoura Hills', 341363900, -1187745300, 0),
(43986, 2531, 230, 'Agua Dulce', 344963800, -1183256300, 0),
(43987, 2531, 230, 'Aguanga', 334428100, -1168650200, 0),
(43988, 2531, 230, 'Ahwahnee', 373655000, -1197262700, 0),
(43989, 2531, 230, 'Alameda', 377636070, -1222582020, 0),
(43990, 2531, 230, 'Alamo', 378502000, -1220321800, 0),
(43991, 2531, 230, 'Albany', 378868700, -1222977500, 0),
(43992, 2531, 230, 'Albion', 392110800, -1237058490, 0),
(43993, 2531, 230, 'Alderpoint', 401574470, -1235848050, 0),
(43994, 2531, 230, 'Alhambra', 340952900, -1181270100, 0),
(43995, 2531, 230, 'Aliso Viejo', 335761200, -1177363800, 0),
(43996, 2531, 230, 'Allendale', 384446300, -1219430200, 0),
(43997, 2531, 230, 'Alondra Park', 338894600, -1183309100, 0),
(43998, 2531, 230, 'Alpine', 328350500, -1167664100, 0),
(43999, 2531, 230, 'Alta', 392137750, -1207999410, 0),
(44000, 2531, 230, 'Alta Loma', 341222860, -1175972770, 0),
(44001, 2531, 230, 'Alta Sierra', 391415600, -1210538400, 0),
(44002, 2531, 230, 'Altadena', 341897300, -1181311800, 0),
(44003, 2531, 230, 'Altaville', 380838900, -1205619400, 0),
(44004, 2531, 230, 'Alturas', 414871100, -1205424600, 0),
(44005, 2531, 230, 'Alum Rock', 373660500, -1218271800, 0),
(44006, 2531, 230, 'Alviso', 374250000, -1219666670, 0),
(44007, 2531, 230, 'American Canyon', 381749200, -1222608000, 0),
(44008, 2531, 230, 'Anaheim', 338352900, -1179145000, 0),
(44009, 2531, 230, 'Anderson', 404482100, -1222977800, 0),
(44010, 2531, 230, 'Angels Camp', 380737290, -1206238150, 0),
(44011, 2531, 230, 'Angelus Oaks', 341458300, -1169825000, 0),
(44012, 2531, 230, 'Angwin', 385758730, -1224457560, 0),
(44013, 2531, 230, 'Antelope', 387082400, -1213299500, 0),
(44014, 2531, 230, 'Antioch', 380049200, -1218057900, 0),
(44015, 2531, 230, 'Anza', 335550300, -1166736300, 0),
(44016, 2531, 230, 'Apple Valley', 344592920, -1171927470, 0),
(44017, 2531, 230, 'Aptos', 369771700, -1218994000, 0),
(44018, 2531, 230, 'Aptos Hills-Larkin Valley', 369606400, -1218340400, 0),
(44019, 2531, 230, 'Arbuckle', 390301400, -1220170500, 0),
(44020, 2531, 230, 'Arcadia', 341275090, -1180494300, 0),
(44021, 2531, 230, 'Arcata', 409287600, -1240600800, 0),
(44022, 2531, 230, 'Arden-Arcade', 386025000, -1213785400, 0),
(44023, 2531, 230, 'Armona', 363157800, -1197084600, 0),
(44024, 2531, 230, 'Arnold', 382554700, -1203510300, 0),
(44025, 2531, 230, 'Aromas', 368885600, -1216430000, 0),
(44026, 2531, 230, 'Arroyo Grande', 351176670, -1205635840, 0),
(44027, 2531, 230, 'Artesia', 338658500, -1180831200, 0),
(44028, 2531, 230, 'Arvin', 352091300, -1188284300, 0),
(44029, 2531, 230, 'Ashland', 376946500, -1221138500, 0),
(44030, 2531, 230, 'Atascadero', 354808810, -1206710210, 0),
(44031, 2531, 230, 'Atherton', 374613300, -1221977400, 0),
(44032, 2531, 230, 'Atwater', 373477200, -1206090800, 0),
(44033, 2531, 230, 'Atwood', 338655560, -1178300000, 0),
(44034, 2531, 230, 'Auberry', 370807800, -1194854100, 0),
(44035, 2531, 230, 'Auburn', 389882000, -1211241000, 0),
(44036, 2531, 230, 'Auburn Lake Trails', 389143400, -1209524400, 0),
(44037, 2531, 230, 'August', 379788100, -1212621700, 0),
(44038, 2531, 230, 'Avalon', 333428100, -1183278500, 0),
(44039, 2531, 230, 'Avenal', 360041200, -1201290300, 0),
(44040, 2531, 230, 'Avery', 382119000, -1203681670, 0),
(44041, 2531, 230, 'Azusa', 341336200, -1179075600, 0),
(44042, 2531, 230, 'Bakersfield', 353732900, -1190187100, 0),
(44043, 2531, 230, 'Baldwin Park', 340892400, -1179637200, 0),
(44044, 2531, 230, 'Ballico', 374482970, -1206836790, 0),
(44045, 2531, 230, 'Banning', 339255700, -1168764100, 0),
(44046, 2531, 230, 'Bard', 327934530, -1145303130, 0),
(44047, 2531, 230, 'Barstow', 348985900, -1170228200, 0),
(44048, 2531, 230, 'Barstow Heights', 348697100, -1170561500, 0),
(44049, 2531, 230, 'Bass Lake', 373247200, -1195663900, 0),
(44050, 2531, 230, 'Bay Point', 380267600, -1219419400, 0),
(44051, 2531, 230, 'Bayside', 408423500, -1240636700, 0),
(44052, 2531, 230, 'Beale Air Force Base', 391105800, -1213579200, 0),
(44053, 2531, 230, 'Beaumont', 339294600, -1169772500, 0),
(44054, 2531, 230, 'Belden', 400063900, -1212525000, 0),
(44055, 2531, 230, 'Bell', 339775100, -1181870200, 0),
(44056, 2531, 230, 'Bell Gardens', 339652900, -1181514600, 0),
(44057, 2531, 230, 'Bella Vista', 406407100, -1222325000, 0),
(44058, 2531, 230, 'Bellflower', 338816800, -1181170100, 0),
(44059, 2531, 230, 'Belmont', 375202100, -1222758000, 0),
(44060, 2531, 230, 'Belvedere', 378727000, -1224644200, 0),
(44061, 2531, 230, 'Belvedere Tiburon', 378912600, -1224728400, 0),
(44062, 2531, 230, 'Ben Lomond', 370891100, -1220863500, 0),
(44063, 2531, 230, 'Benicia', 380687550, -1221624240, 0),
(44064, 2531, 230, 'Benton', 378191700, -1184763900, 0),
(44065, 2531, 230, 'Berkeley', 378715900, -1222727500, 0),
(44066, 2531, 230, 'Bermuda Dunes', 337428000, -1162891800, 0),
(44067, 2531, 230, 'Berry Creek', 396451600, -1214033000, 0),
(44068, 2531, 230, 'Bethel Island', 380149200, -1216405100, 0),
(44069, 2531, 230, 'Beverly Hills', 340612580, -1184012930, 0),
(44070, 2531, 230, 'Big Bear City', 342611200, -1168450300, 0),
(44071, 2531, 230, 'Big Bear Lake', 342439000, -1169114200, 0),
(44072, 2531, 230, 'Big Bend', 410197200, -1219077800, 0),
(44073, 2531, 230, 'Big Creek', 372050000, -1192458300, 0),
(44074, 2531, 230, 'Big Pine', 371649300, -1182895500, 0),
(44075, 2531, 230, 'Big Sur', 361371750, -1216565620, 0),
(44076, 2531, 230, 'Biggs', 394123900, -1217127500, 0),
(44077, 2531, 230, 'Bishop', 373635400, -1183951100, 0),
(44078, 2531, 230, 'Blackhawk', 378207600, -1219077400, 0),
(44079, 2531, 230, 'Blairsden-Graeagle', 397910400, -1206724200, 0),
(44080, 2531, 230, 'Bloomington', 340702900, -1173958800, 0),
(44081, 2531, 230, 'Blue Jay', 342461100, -1172088900, 0),
(44082, 2531, 230, 'Blythe', 336107640, -1146164440, 0),
(44083, 2531, 230, 'Bodega Bay', 383479820, -1230475680, 0),
(44084, 2531, 230, 'Bolinas', 377848000, -1227278000, 0),
(44085, 2531, 230, 'Bonadelle Ranchos-Madera Ranchos', 369846700, -1198746300, 0),
(44086, 2531, 230, 'Bonita', 326711740, -1170044970, 0),
(44087, 2531, 230, 'Bonny Doon', 370416200, -1221505200, 0),
(44088, 2531, 230, 'Bonsall', 332889200, -1172255900, 0),
(44089, 2531, 230, 'Boron', 349994200, -1176497800, 0),
(44090, 2531, 230, 'Boronda', 366988500, -1216749500, 0),
(44091, 2531, 230, 'Borrego Springs', 332558700, -1163750100, 0),
(44092, 2531, 230, 'Bostonia', 328075500, -1169364200, 0),
(44093, 2531, 230, 'Boulder Creek', 371260600, -1221221900, 0),
(44094, 2531, 230, 'Boulevard', 327264570, -1163011360, 0),
(44095, 2531, 230, 'Boyes Hot Springs', 383138000, -1224819300, 0),
(44096, 2531, 230, 'Bradbury', 341469500, -1179709000, 0),
(44097, 2531, 230, 'Bradley', 358633300, -1208008300, 0),
(44098, 2531, 230, 'Brandeis', 342835160, -1186895170, 0),
(44099, 2531, 230, 'Branscomb', 396536100, -1236255600, 0),
(44100, 2531, 230, 'Brawley', 329786600, -1155302700, 0),
(44101, 2531, 230, 'Brea', 339302200, -1178884200, 0),
(44102, 2531, 230, 'Brentwood', 379353310, -1216935300, 0),
(44103, 2531, 230, 'Bridgeport', 382557500, -1192312700, 0),
(44104, 2531, 230, 'Brisbane', 376889000, -1224051000, 0),
(44105, 2531, 230, 'Broadmoor', 376866000, -1224827500, 0),
(44106, 2531, 230, 'Brookdale', 371063400, -1221060800, 0),
(44107, 2531, 230, 'Brooks', 387380930, -1221490910, 0),
(44108, 2531, 230, 'Brooktrails', 394437700, -1233852900, 0),
(44109, 2531, 230, 'Browns Valley', 392422200, -1214091700, 0),
(44110, 2531, 230, 'Brownsville', 394489430, -1212682010, 0),
(44111, 2531, 230, 'Bryn Mawr', 340475760, -1172317450, 0),
(44112, 2531, 230, 'Buellton', 346136000, -1201926500, 0),
(44113, 2531, 230, 'Buena Park', 338430370, -1180072960, 0),
(44114, 2531, 230, 'Buena Vista', 373213300, -1219166200, 0),
(44115, 2531, 230, 'Burbank', 341762320, -1183076820, 0),
(44116, 2531, 230, 'Burlingame', 375670200, -1223656800, 0),
(44117, 2531, 230, 'Burney', 408823800, -1216608200, 0),
(44118, 2531, 230, 'Burnt Ranch', 408105600, -1234794400, 0),
(44119, 2531, 230, 'Burrel', 364883330, -1199841670, 0),
(44120, 2531, 230, 'Byron', 378671500, -1216380100, 0),
(44121, 2531, 230, 'Bystrom', 376207600, -1209857700, 0),
(44122, 2531, 230, 'Cabazon', 339136980, -1167807800, 0),
(44123, 2531, 230, 'Calabasas', 341347410, -1186567230, 0),
(44124, 2531, 230, 'Calexico', 326908560, -1155062020, 0),
(44125, 2531, 230, 'California City', 351334300, -1179567590, 0),
(44126, 2531, 230, 'Calimesa', 339882100, -1170529700, 0),
(44127, 2531, 230, 'Calipatria', 331256000, -1155141500, 0),
(44128, 2531, 230, 'Calistoga', 385788000, -1225797100, 0),
(44129, 2531, 230, 'Callender', 350530300, -1205962800, 0),
(44130, 2531, 230, 'Calpella', 392336100, -1232038900, 0),
(44131, 2531, 230, 'Camarillo', 342163900, -1190376000, 0),
(44132, 2531, 230, 'Cambria', 355641400, -1210807500, 0),
(44133, 2531, 230, 'Cambrian Park', 372568900, -1219307900, 0),
(44134, 2531, 230, 'Cameron Park', 386687900, -1209871600, 0),
(44135, 2531, 230, 'Camino', 387382400, -1206749300, 0),
(44136, 2531, 230, 'Camp Meeker', 384250750, -1229593660, 0),
(44137, 2531, 230, 'Camp Nelson', 361427800, -1186091700, 0),
(44138, 2531, 230, 'Camp Pendleton', 332933640, -1173000630, 0),
(44139, 2531, 230, 'Camp Pendleton South', 332284400, -1173792900, 0),
(44140, 2531, 230, 'Campbell', 372800000, -1219559220, 0),
(44141, 2531, 230, 'Campo', 326064500, -1164689100, 0),
(44142, 2531, 230, 'Campo Seco', 382272200, -1208533300, 0),
(44143, 2531, 230, 'Camptonville', 394373050, -1210750700, 0),
(44144, 2531, 230, 'Canoga Park', 342182280, -1186275030, 0),
(44145, 2531, 230, 'Canyon', 378316200, -1221865800, 0),
(44146, 2531, 230, 'Canyon Country', 344164800, -1184558600, 0),
(44147, 2531, 230, 'Canyon Lake', 336850200, -1172730900, 0),
(44148, 2531, 230, 'Capistrano Beach', 334636110, -1176783330, 0),
(44149, 2531, 230, 'Capitola', 369765550, -1219521070, 0),
(44150, 2531, 230, 'Cardiff By The Sea', 330208300, -1172791700, 0),
(44151, 2531, 230, 'Carlsbad', 331580900, -1173505900, 0),
(44152, 2531, 230, 'Carmel', 363597600, -1217962800, 0),
(44153, 2531, 230, 'Carmel Valley', 363936600, -1216750200, 0),
(44154, 2531, 230, 'Carmel-by-the-Sea', 365552400, -1219232900, 0),
(44155, 2531, 230, 'Carmichael', 386171300, -1213282800, 0),
(44156, 2531, 230, 'Carnelian Bay', 392269200, -1200808200, 0),
(44157, 2531, 230, 'Carpinteria', 344006600, -1195169540, 0),
(44158, 2531, 230, 'Carson', 338596110, -1182551710, 0),
(44159, 2531, 230, 'Caruthers', 365369420, -1198444760, 0),
(44160, 2531, 230, 'Casa Conejo', 341836200, -1189434300, 0),
(44161, 2531, 230, 'Casa de Oro-Mount Helix', 327639700, -1169687700, 0),
(44162, 2531, 230, 'Cassel', 409205600, -1215513900, 0),
(44163, 2531, 230, 'Castaic', 344649260, -1186411720, 0),
(44164, 2531, 230, 'Castro Valley', 376941000, -1220863500, 0),
(44165, 2531, 230, 'Castroville', 367657900, -1217580000, 0),
(44166, 2531, 230, 'Cathedral City', 337797400, -1164652900, 0),
(44167, 2531, 230, 'Catheys Valley', 374325000, -1200980600, 0),
(44168, 2531, 230, 'Cayucos', 354427500, -1208921300, 0),
(44169, 2531, 230, 'Cazadero', 385322630, -1231362830, 0),
(44170, 2531, 230, 'Cedar Glen', 342563690, -1171691210, 0),
(44171, 2531, 230, 'Cedarpines Park', 342552040, -1173244470, 0),
(44172, 2531, 230, 'Ceres', 375865940, -1209542390, 0),
(44173, 2531, 230, 'Cerritos', 338666350, -1180484580, 0),
(44174, 2531, 230, 'Channel Islands Beach', 341580600, -1192231600, 0),
(44175, 2531, 230, 'Charter Oak', 341030600, -1178458900, 0),
(44176, 2531, 230, 'Chatsworth', 342551020, -1185975530, 0),
(44177, 2531, 230, 'Cherry Valley', 339725200, -1169772500, 0),
(44178, 2531, 230, 'Cherryland', 376793800, -1221033000, 0),
(44179, 2531, 230, 'Chester', 403062700, -1212319100, 0),
(44180, 2531, 230, 'Chicago Park', 391625090, -1209576670, 0),
(44181, 2531, 230, 'Chico', 397914600, -1218476400, 0),
(44182, 2531, 230, 'China Lake Acres', 356405100, -1177639600, 0),
(44183, 2531, 230, 'Chino', 340122300, -1176889400, 0),
(44184, 2531, 230, 'Chino Hills', 339938000, -1177588800, 0),
(44185, 2531, 230, 'Chowchilla', 371230000, -1202601800, 0),
(44186, 2531, 230, 'Chualar', 365705200, -1215185500, 0),
(44187, 2531, 230, 'Chula Vista', 326550670, -1169519210, 0),
(44188, 2531, 230, 'Citrus', 341150100, -1178917300, 0),
(44189, 2531, 230, 'Citrus Heights', 387071200, -1212810600, 0),
(44190, 2531, 230, 'City Of Industry', 340158300, -1179508300, 0),
(44191, 2531, 230, 'Claremont', 341130600, -1177172410, 0),
(44192, 2531, 230, 'Clarksburg', 384144220, -1215297710, 0),
(44193, 2531, 230, 'Clayton', 379410300, -1219357900, 0),
(44194, 2531, 230, 'Clearlake', 389582300, -1226263700, 0),
(44195, 2531, 230, 'Clearlake Oaks', 390262800, -1226719300, 0),
(44196, 2531, 230, 'Cloverdale', 388054600, -1230172200, 0),
(44197, 2531, 230, 'Clovis', 368663400, -1196206900, 0),
(44198, 2531, 230, 'Coachella', 337529000, -1160556000, 0),
(44199, 2531, 230, 'Coalinga', 361396800, -1203601500, 0),
(44200, 2531, 230, 'Coarsegold', 372621700, -1197009800, 0),
(44201, 2531, 230, 'Cobb', 388221300, -1227230500, 0),
(44202, 2531, 230, 'Coleville', 385663900, -1195072200, 0),
(44203, 2531, 230, 'Colfax', 391007300, -1209532800, 0),
(44204, 2531, 230, 'Colma', 376768800, -1224597000, 0),
(44205, 2531, 230, 'Coloma', 388025000, -1208947200, 0),
(44206, 2531, 230, 'Colton', 340324200, -1172823000, 0),
(44207, 2531, 230, 'Columbia', 380363100, -1204013100, 0),
(44208, 2531, 230, 'Colusa', 392143300, -1220094200, 0),
(44209, 2531, 230, 'Commerce', 340005700, -1181597900, 0),
(44210, 2531, 230, 'Comptche', 392650000, -1235911100, 0),
(44211, 2531, 230, 'Compton', 338906940, -1182391350, 0),
(44212, 2531, 230, 'Concord', 379833510, -1220365870, 0),
(44213, 2531, 230, 'Cool', 388872200, -1210147200, 0),
(44214, 2531, 230, 'Copperopolis', 379810400, -1206418700, 0),
(44215, 2531, 230, 'Corcoran', 360980100, -1195604000, 0),
(44216, 2531, 230, 'Corning', 399260580, -1221889620, 0),
(44217, 2531, 230, 'Corona', 338801000, -1175348900, 0),
(44218, 2531, 230, 'Corona Del Mar', 335886340, -1178789460, 0),
(44219, 2531, 230, 'Coronado', 326858900, -1171830900, 0),
(44220, 2531, 230, 'Corralitos', 369885600, -1218063400, 0),
(44221, 2531, 230, 'Corte Madera', 379228810, -1225172810, 0),
(44222, 2531, 230, 'Costa Mesa', 336411300, -1179186700, 0),
(44223, 2531, 230, 'Cotati', 383268600, -1227072100, 0),
(44224, 2531, 230, 'Coto De Caza', 336041900, -1175869900, 0),
(44225, 2531, 230, 'Cottonwood', 403857100, -1222808400, 0),
(44226, 2531, 230, 'Coulterville', 377280500, -1201978000, 0),
(44227, 2531, 230, 'Country Club', 379688100, -1213407800, 0),
(44228, 2531, 230, 'Covelo', 397929300, -1232480700, 0),
(44229, 2531, 230, 'Covina', 340900100, -1178903400, 0),
(44230, 2531, 230, 'Coyote', 372005380, -1217251590, 0),
(44231, 2531, 230, 'Crescent City', 417559500, -1242017500, 0),
(44232, 2531, 230, 'Crest', 328072700, -1168680800, 0),
(44233, 2531, 230, 'Crestline', 342419500, -1172856000, 0),
(44234, 2531, 230, 'Creston', 355187000, -1205238000, 0),
(44235, 2531, 230, 'Crockett', 380524200, -1222130200, 0),
(44236, 2531, 230, 'Cudahy', 339605700, -1181853500, 0),
(44237, 2531, 230, 'Culver City', 340171860, -1183928270, 0),
(44238, 2531, 230, 'Cupertino', 373230000, -1220321800, 0),
(44239, 2531, 230, 'Cutler', 365232800, -1192867800, 0),
(44240, 2531, 230, 'Cypress', 338154280, -1180370030, 0),
(44241, 2531, 230, 'Daggett', 348633300, -1168880600, 0),
(44242, 2531, 230, 'Daly City', 376765000, -1224818000, 0),
(44243, 2531, 230, 'Dana Point', 334669700, -1176981100, 0),
(44244, 2531, 230, 'Danville', 378215900, -1219999600, 0),
(44245, 2531, 230, 'Darwin', 362680600, -1175916700, 0),
(44246, 2531, 230, 'Davenport', 370180600, -1221972200, 0),
(44247, 2531, 230, 'Davis', 385546430, -1217450010, 0),
(44248, 2531, 230, 'Davis Creek', 417333330, -1203719400, 0),
(44249, 2531, 230, 'Day Valley', 370357800, -1218624600, 0),
(44250, 2531, 230, 'Death Valley', 362419400, -1168258300, 0),
(44251, 2531, 230, 'Deer Park', 385300630, -1224666420, 0),
(44252, 2531, 230, 'Del Aire', 339161300, -1183695200, 0),
(44253, 2531, 230, 'Del Mar', 329618700, -1172326650, 0),
(44254, 2531, 230, 'Del Rey', 366592570, -1195847010, 0),
(44255, 2531, 230, 'Del Rey Oaks', 365932900, -1218349500, 0),
(44256, 2531, 230, 'Del Rio', 377435400, -1210118800, 0),
(44257, 2531, 230, 'Delano', 357714010, -1192450660, 0),
(44258, 2531, 230, 'Delhi', 374321600, -1207785400, 0),
(44259, 2531, 230, 'Denair', 375263200, -1207968700, 0),
(44260, 2531, 230, 'Descanso', 328528300, -1166158500, 0),
(44261, 2531, 230, 'Desert Edge', 339241700, -1164413900, 0),
(44262, 2531, 230, 'Desert Hot Springs', 339611200, -1165016800, 0),
(44263, 2531, 230, 'Desert View Highlands', 345908200, -1181525700, 0),
(44264, 2531, 230, 'Diablo', 378349300, -1219580100, 0),
(44265, 2531, 230, 'Diamond Bar', 340286200, -1178103400, 0),
(44266, 2531, 230, 'Dillon Beach', 382525990, -1229635590, 0),
(44267, 2531, 230, 'Dinuba', 365432800, -1193870700, 0),
(44268, 2531, 230, 'Discovery Bay', 379085400, -1216002300, 0),
(44269, 2531, 230, 'Dixon', 384454600, -1218233000, 0),
(44270, 2531, 230, 'Dixon Lane-Meadow Creek', 373863900, -1184152700, 0),
(44271, 2531, 230, 'Dodgertown', 340738800, -1182399600, 0),
(44272, 2531, 230, 'Dogtown', 382138100, -1210885500, 0),
(44273, 2531, 230, 'Dollar Point', 391879600, -1200999100, 0),
(44274, 2531, 230, 'Dorris', 419694160, -1219352350, 0),
(44275, 2531, 230, 'Dos Palos', 369860600, -1206265700, 0),
(44276, 2531, 230, 'Dos Rios', 397063800, -1233242400, 0),
(44277, 2531, 230, 'Douglas City', 406450000, -1229275000, 0),
(44278, 2531, 230, 'Downey', 339400100, -1181325700, 0),
(44279, 2531, 230, 'Duarte', 341394500, -1179772900, 0),
(44280, 2531, 230, 'Dublin', 377147400, -1219299600, 0),
(44281, 2531, 230, 'Ducor', 358892310, -1190963200, 0),
(44282, 2531, 230, 'Dulzura', 326076230, -1167865540, 0),
(44283, 2531, 230, 'Dunlap', 367383300, -1191208300, 0),
(44284, 2531, 230, 'Dunnigan', 388851800, -1219696900, 0),
(44285, 2531, 230, 'Dunsmuir', 412082100, -1222719500, 0),
(44286, 2531, 230, 'Durham', 396414300, -1217852940, 0),
(44287, 2531, 230, 'Earlimart', 358841200, -1192723300, 0),
(44288, 2531, 230, 'Earp', 341530200, -1143778200, 0),
(44289, 2531, 230, 'East Foothills', 373810500, -1218174500, 0),
(44290, 2531, 230, 'East Hemet', 337400200, -1169389100, 0),
(44291, 2531, 230, 'East Irvine', 336766200, -1177579800, 0),
(44292, 2531, 230, 'East La Mirada', 339244600, -1179889500, 0),
(44293, 2531, 230, 'East Los Angeles', 340239000, -1181720200, 0),
(44294, 2531, 230, 'East Oakdale', 377879800, -1208038200, 0),
(44295, 2531, 230, 'East Palo Alto', 374688300, -1221410800, 0),
(44296, 2531, 230, 'East Pasadena', 341461200, -1180942400, 0),
(44297, 2531, 230, 'East Porterville', 360574500, -1189756600, 0),
(44298, 2531, 230, 'East Rancho Dominguez', 338980700, -1181953500, 0),
(44299, 2531, 230, 'East Richmond Heights', 379449200, -1223135800, 0),
(44300, 2531, 230, 'East San Gabriel', 340916800, -1180911800, 0),
(44301, 2531, 230, 'Easton', 366502300, -1197907000, 0),
(44302, 2531, 230, 'Echo Lake', 389177960, -1200120170, 0),
(44303, 2531, 230, 'Edison', 353475000, -1188716700, 0),
(44304, 2531, 230, 'Edwards', 349531040, -1179025440, 0),
(44305, 2531, 230, 'El Cajon', 327947700, -1169625300, 0),
(44306, 2531, 230, 'El Centro', 327848490, -1155702640, 0),
(44307, 2531, 230, 'El Cerrito', 338405700, -1175228300, 0),
(44308, 2531, 230, 'El Dorado', 386732340, -1208467640, 0),
(44309, 2531, 230, 'El Dorado Hills', 387152790, -1210788880, 0),
(44310, 2531, 230, 'El Granada', 375027200, -1224694200, 0),
(44311, 2531, 230, 'El Macero', 385469400, -1216941700, 0),
(44312, 2531, 230, 'El Monte', 340686200, -1180275700, 0),
(44313, 2531, 230, 'El Rio', 342357800, -1191638300, 0),
(44314, 2531, 230, 'El Segundo', 339191800, -1184164700, 0),
(44315, 2531, 230, 'El Sobrante', 379771500, -1222952500, 0),
(44316, 2531, 230, 'El Toro', 336258330, -1176927780, 0),
(44317, 2531, 230, 'El Verano', 382976900, -1224916500, 0),
(44318, 2531, 230, 'Elk', 391437150, -1237128190, 0),
(44319, 2531, 230, 'Elk Grove', 383578000, -1214265000, 0),
(44320, 2531, 230, 'Elmira', 383496360, -1219025460, 0),
(44321, 2531, 230, 'Elverta', 387137900, -1214627300, 0),
(44322, 2531, 230, 'Emerald Lake Hills', 374646600, -1222680200, 0),
(44323, 2531, 230, 'Emeryville', 378344400, -1222890600, 0),
(44324, 2531, 230, 'Empire', 376382600, -1209021500, 0),
(44325, 2531, 230, 'Encinitas', 330533790, -1172660380, 0),
(44326, 2531, 230, 'Encino', 341659100, -1184635700, 0),
(44327, 2531, 230, 'Escalon', 377974300, -1209966000, 0),
(44328, 2531, 230, 'Escondido', 330931180, -1171098320, 0),
(44329, 2531, 230, 'Esparto', 386932000, -1220168040, 0),
(44330, 2531, 230, 'Etna', 414273000, -1229166000, 0),
(44331, 2531, 230, 'Eucalyptus Hills', 328797700, -1169466900, 0),
(44332, 2531, 230, 'Eureka', 408020700, -1241636700, 0),
(44333, 2531, 230, 'Exeter', 362960600, -1191420500, 0),
(44334, 2531, 230, 'Fair Oaks', 386446300, -1212721700, 0),
(44335, 2531, 230, 'Fairbanks Ranch', 329939300, -1171872600, 0),
(44336, 2531, 230, 'Fairfax', 379871500, -1225888700, 0),
(44337, 2531, 230, 'Fairfield', 382493600, -1220399700, 0),
(44338, 2531, 230, 'Fairview', 376785400, -1220458000, 0),
(44339, 2531, 230, 'Fall River Mills', 410058300, -1214408300, 0),
(44340, 2531, 230, 'Fallbrook', 333693850, -1172181600, 0),
(44341, 2531, 230, 'Farmersville', 362977300, -1192067800, 0),
(44342, 2531, 230, 'Feather Falls', 395116200, -1215565200, 0),
(44343, 2531, 230, 'Felton', 370513400, -1220733000, 0),
(44344, 2531, 230, 'Ferndale', 405762400, -1242639400, 0),
(44345, 2531, 230, 'Fiddletown', 385038900, -1207555600, 0),
(44346, 2531, 230, 'Fields Landing', 407253850, -1242150250, 0),
(44347, 2531, 230, 'Fillmore', 343991600, -1189181500, 0),
(44348, 2531, 230, 'Firebaugh', 368588400, -1204560100, 0),
(44349, 2531, 230, 'Five Points', 363976170, -1201273450, 0),
(44350, 2531, 230, 'Florence-Graham', 339677200, -1182443800, 0),
(44351, 2531, 230, 'Florin', 384960200, -1214088400, 0),
(44352, 2531, 230, 'Floriston', 393939710, -1200205570, 0),
(44353, 2531, 230, 'Folsom', 386835590, -1211584090, 0),
(44354, 2531, 230, 'Fontana', 340922300, -1174350500, 0),
(44355, 2531, 230, 'Foothill Farms', 386787700, -1213511400, 0),
(44356, 2531, 230, 'Foothill Ranch', 336817800, -1176319800, 0),
(44357, 2531, 230, 'Forest Falls', 340639780, -1170385090, 0),
(44358, 2531, 230, 'Forest Knolls', 380168980, -1226923100, 0),
(44359, 2531, 230, 'Forest Ranch', 400899690, -1215310890, 0),
(44360, 2531, 230, 'Foresthill', 390099110, -1208547690, 0),
(44361, 2531, 230, 'Forestville', 384735200, -1228902700, 0),
(44362, 2531, 230, 'Fort Bragg', 394457200, -1238052900, 0),
(44363, 2531, 230, 'Fort Dick', 418382250, -1241664150, 0),
(44364, 2531, 230, 'Fort Irwin', 352627500, -1166847500, 0),
(44365, 2531, 230, 'Fort Jones', 416088740, -1228814520, 0),
(44366, 2531, 230, 'Fortuna', 405981900, -1241572800, 0),
(44367, 2531, 230, 'Foster City', 375585500, -1222710800, 0),
(44368, 2531, 230, 'Fountain Valley', 337091800, -1179536700, 0),
(44369, 2531, 230, 'Fowler', 366305100, -1196784700, 0),
(44370, 2531, 230, 'Frazier Park', 348309460, -1190393100, 0),
(44371, 2531, 230, 'Freedom', 369394000, -1217811300, 0),
(44372, 2531, 230, 'Fremont', 375482700, -1219885700, 0),
(44373, 2531, 230, 'French Camp', 378772760, -1212820210, 0),
(44374, 2531, 230, 'Fresno', 367927780, -1198855260, 0),
(44375, 2531, 230, 'Friant', 369892380, -1196913260, 0),
(44376, 2531, 230, 'Fullerton', 338859700, -1178945400, 0),
(44377, 2531, 230, 'Fulton', 384963900, -1227700000, 0),
(44378, 2531, 230, 'Galt', 382755240, -1212923240, 0),
(44379, 2531, 230, 'Garberville', 401002800, -1237950000, 0),
(44380, 2531, 230, 'Garden Grove', 337867900, -1179283400, 0),
(44381, 2531, 230, 'Gardena', 338817660, -1182815080, 0),
(44382, 2531, 230, 'Gasquet', 418832700, -1238727670, 0),
(44383, 2531, 230, 'Gerber', 400562700, -1221502700, 0),
(44384, 2531, 230, 'Geyserville', 387058190, -1228859820, 0),
(44385, 2531, 230, 'Gilroy', 370057800, -1215682800, 0),
(44386, 2531, 230, 'Glen Avon', 340116800, -1174847700, 0),
(44387, 2531, 230, 'Glen Ellen', 383644400, -1225311100, 0),
(44388, 2531, 230, 'Glencoe', 383280190, -1205404270, 0),
(44389, 2531, 230, 'Glendale', 341363360, -1182413880, 0),
(44390, 2531, 230, 'Glendora', 341361200, -1178653400, 0),
(44391, 2531, 230, 'Gold River', 386262900, -1212466200, 0),
(44392, 2531, 230, 'Golden Hills', 351424600, -1184903600, 0),
(44393, 2531, 230, 'Goleta', 344358300, -1198276400, 0),
(44394, 2531, 230, 'Gonzales', 365066300, -1214443800, 0),
(44395, 2531, 230, 'Good Hope', 337647400, -1172669800, 0),
(44396, 2531, 230, 'Goshen', 363510600, -1194201200, 0),
(44397, 2531, 230, 'Granada Hills', 342830000, -1185000000, 0),
(44398, 2531, 230, 'Grand Terrace', 340593300, -1173215570, 0),
(44399, 2531, 230, 'Granite Bay', 387632300, -1211638400, 0),
(44400, 2531, 230, 'Granite Hills', 328031100, -1169047500, 0),
(44401, 2531, 230, 'Grass Valley', 391200620, -1210802020, 0),
(44402, 2531, 230, 'Graton', 384363000, -1228697200, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(44403, 2531, 230, 'Green Acres', 337380800, -1170764200, 0),
(44404, 2531, 230, 'Green Valley', 382529700, -1221621900, 0),
(44405, 2531, 230, 'Greenacres', 353832900, -1191098300, 0),
(44406, 2531, 230, 'Greenbrae', 379511400, -1225395600, 0),
(44407, 2531, 230, 'Greenfield', 363090960, -1213209860, 0),
(44408, 2531, 230, 'Greenview', 415473920, -1229102590, 0),
(44409, 2531, 230, 'Greenville', 401396100, -1209510700, 0),
(44410, 2531, 230, 'Grenada', 416444400, -1225227800, 0),
(44411, 2531, 230, 'Gridley', 393637800, -1216935800, 0),
(44412, 2531, 230, 'Grimes', 390553240, -1218844780, 0),
(44413, 2531, 230, 'Grizzly Flats', 386498000, -1204875000, 0),
(44414, 2531, 230, 'Groveland', 378851100, -1198542500, 0),
(44415, 2531, 230, 'Grover Beach', 351216400, -1206212800, 0),
(44416, 2531, 230, 'Guadalupe', 349716400, -1205718400, 0),
(44417, 2531, 230, 'Gualala', 387658300, -1235280600, 0),
(44418, 2531, 230, 'Guasti', 340661460, -1175801850, 0),
(44419, 2531, 230, 'Guatay', 328488900, -1165572200, 0),
(44420, 2531, 230, 'Guerneville', 385018600, -1229961100, 0),
(44421, 2531, 230, 'Gustine', 372577200, -1209988200, 0),
(44422, 2531, 230, 'Hacienda Heights', 339978170, -1179648620, 0),
(44423, 2531, 230, 'Half Moon Bay', 374799600, -1223308800, 0),
(44424, 2531, 230, 'Hamilton City', 397426600, -1220135900, 0),
(44425, 2531, 230, 'Hanford', 363274500, -1196456800, 0),
(44426, 2531, 230, 'Happy Camp', 417931800, -1233795000, 0),
(44427, 2531, 230, 'Harbison Canyon', 328203300, -1168300200, 0),
(44428, 2531, 230, 'Harbor City', 337900000, -1182969400, 0),
(44429, 2531, 230, 'Hartley', 384171300, -1219469100, 0),
(44430, 2531, 230, 'Hat Creek', 408160270, -1215053880, 0),
(44431, 2531, 230, 'Hawaiian Gardens', 338314000, -1180728400, 0),
(44432, 2531, 230, 'Hawthorne', 339135880, -1183527410, 0),
(44433, 2531, 230, 'Hayfork', 405118800, -1232358000, 0),
(44434, 2531, 230, 'Hayward', 376688200, -1220808000, 0),
(44435, 2531, 230, 'Healdsburg', 386203330, -1228609330, 0),
(44436, 2531, 230, 'Heber', 327308900, -1155297200, 0),
(44437, 2531, 230, 'Helendale', 347438900, -1173244400, 0),
(44438, 2531, 230, 'Hemet', 337317500, -1170501900, 0),
(44439, 2531, 230, 'Herald', 382957500, -1212443900, 0),
(44440, 2531, 230, 'Hercules', 380171400, -1222885800, 0),
(44441, 2531, 230, 'Hermosa Beach', 338622400, -1183995200, 0),
(44442, 2531, 230, 'Hesperia', 344263900, -1173008800, 0),
(44443, 2531, 230, 'Hickman', 376241700, -1207577800, 0),
(44444, 2531, 230, 'Hidden Hills', 341602800, -1186523100, 0),
(44445, 2531, 230, 'Hidden Meadows', 332253100, -1171125300, 0),
(44446, 2531, 230, 'Hidden Valley Lake', 388079600, -1225583200, 0),
(44447, 2531, 230, 'Highgrove', 340158500, -1173333800, 0),
(44448, 2531, 230, 'Highland', 341270110, -1171977830, 0),
(44449, 2531, 230, 'Highlands-Baywood Park', 375227200, -1223450600, 0),
(44450, 2531, 230, 'Hillsborough', 375741000, -1223794200, 0),
(44451, 2531, 230, 'Hilmar', 373987230, -1208717400, 0),
(44452, 2531, 230, 'Hinkley', 349330000, -1172000000, 0),
(44453, 2531, 230, 'Hollister', 368496330, -1213873110, 0),
(44454, 2531, 230, 'Hollywood', 340983400, -1183267400, 0),
(44455, 2531, 230, 'Holtville', 328079150, -1153738050, 0),
(44456, 2531, 230, 'Holy City', 371573200, -1219838200, 0),
(44457, 2531, 230, 'Home Gardens', 338780700, -1175208800, 0),
(44458, 2531, 230, 'Homeland', 337430800, -1171092000, 0),
(44459, 2531, 230, 'Homewood', 390967800, -1201687200, 0),
(44460, 2531, 230, 'Hoopa', 411665770, -1237264700, 0),
(44461, 2531, 230, 'Hopland', 389730600, -1231163900, 0),
(44462, 2531, 230, 'Hughson', 375956200, -1208583010, 0),
(44463, 2531, 230, 'Hume', 366925000, -1190513890, 0),
(44464, 2531, 230, 'Huntington Beach', 336603000, -1179992300, 0),
(44465, 2531, 230, 'Huntington Park', 339816800, -1182250700, 0),
(44466, 2531, 230, 'Hydesville', 405476300, -1240972700, 0),
(44467, 2531, 230, 'Idyllwild', 337400200, -1167189100, 0),
(44468, 2531, 230, 'Imperial', 328481930, -1155871090, 0),
(44469, 2531, 230, 'Imperial Beach', 325839400, -1171130800, 0),
(44470, 2531, 230, 'Indian Wells', 337161600, -1163356800, 0),
(44471, 2531, 230, 'Indio', 337205800, -1162155600, 0),
(44472, 2531, 230, 'Inglewood', 339616800, -1183531300, 0),
(44473, 2531, 230, 'Inverness', 381010300, -1228569400, 0),
(44474, 2531, 230, 'Inyokern', 356469000, -1178125700, 0),
(44475, 2531, 230, 'Ione', 383526900, -1209327200, 0),
(44476, 2531, 230, 'Irvine', 337048900, -1177057100, 0),
(44477, 2531, 230, 'Irwindale', 341069500, -1179353400, 0),
(44478, 2531, 230, 'Isla Vista', 344133300, -1198609700, 0),
(44479, 2531, 230, 'Ivanhoe', 363871700, -1192178900, 0),
(44480, 2531, 230, 'Jackson', 383488000, -1207741000, 0),
(44481, 2531, 230, 'Jamestown', 379532600, -1204227000, 0),
(44482, 2531, 230, 'Jamul', 326886360, -1168134770, 0),
(44483, 2531, 230, 'Janesville', 402965600, -1205241100, 0),
(44484, 2531, 230, 'Jenner', 384993600, -1231851600, 0),
(44485, 2531, 230, 'Johnstonville', 403843400, -1205874500, 0),
(44486, 2531, 230, 'Joshua Tree', 341347300, -1163130700, 0),
(44487, 2531, 230, 'Julian', 330786600, -1166019600, 0),
(44488, 2531, 230, 'Junction City', 407786540, -1230519380, 0),
(44489, 2531, 230, 'June Lake', 377797200, -1190755600, 0),
(44490, 2531, 230, 'Kelseyville', 389779500, -1228394400, 0),
(44491, 2531, 230, 'Kennedy', 379299200, -1212527200, 0),
(44492, 2531, 230, 'Kensington', 379104800, -1222802500, 0),
(44493, 2531, 230, 'Kentfield', 379521500, -1225572000, 0),
(44494, 2531, 230, 'Kenwood', 384138000, -1225460900, 0),
(44495, 2531, 230, 'Kerman', 367235600, -1200598800, 0),
(44496, 2531, 230, 'Kernville', 357546700, -1184253600, 0),
(44497, 2531, 230, 'Keyes', 375566000, -1209154900, 0),
(44498, 2531, 230, 'King City', 361995300, -1211356270, 0),
(44499, 2531, 230, 'Kings Beach', 392376800, -1200265800, 0),
(44500, 2531, 230, 'Kings Canyon National Pk', 369181800, -1190338200, 0),
(44501, 2531, 230, 'Kingsburg', 365197400, -1195552560, 0),
(44502, 2531, 230, 'Klamath', 415263900, -1240383300, 0),
(44503, 2531, 230, 'Klamath River', 418500000, -1228170000, 0),
(44504, 2531, 230, 'Knights Landing', 387997200, -1217183300, 0),
(44505, 2531, 230, 'Knightsen', 379688100, -1216680100, 0),
(44506, 2531, 230, 'La Canada Flintridge', 341991700, -1181878500, 0),
(44507, 2531, 230, 'La Crescenta', 342307800, -1182501000, 0),
(44508, 2531, 230, 'La Crescenta-Montrose', 342321600, -1182352900, 0),
(44509, 2531, 230, 'La Grange', 376636100, -1204636100, 0),
(44510, 2531, 230, 'La Habra', 339319600, -1179461700, 0),
(44511, 2531, 230, 'La Habra Heights', 339608500, -1179506200, 0),
(44512, 2531, 230, 'La Honda', 373811000, -1223348000, 0),
(44513, 2531, 230, 'La Jolla', 328394490, -1172525020, 0),
(44514, 2531, 230, 'La Mesa', 327678300, -1170230800, 0),
(44515, 2531, 230, 'La Mirada', 339172400, -1180120100, 0),
(44516, 2531, 230, 'La Palma', 338505600, -1180417200, 0),
(44517, 2531, 230, 'La Presa', 327081100, -1169972500, 0),
(44518, 2531, 230, 'La Puente', 340310850, -1179363400, 0),
(44519, 2531, 230, 'La Quinta', 336713000, -1162873000, 0),
(44520, 2531, 230, 'La Riviera', 385668500, -1213569000, 0),
(44521, 2531, 230, 'La Selva Beach', 369366200, -1218646800, 0),
(44522, 2531, 230, 'La Verne', 341008400, -1177678400, 0),
(44523, 2531, 230, 'Ladera', 373999400, -1221983000, 0),
(44524, 2531, 230, 'Ladera Heights', 339941800, -1183753500, 0),
(44525, 2531, 230, 'Ladera Ranch', 335708600, -1176356100, 0),
(44526, 2531, 230, 'Lafayette', 378857600, -1221180200, 0),
(44527, 2531, 230, 'Laguna', 384210200, -1214238400, 0),
(44528, 2531, 230, 'Laguna Beach', 335422500, -1177831100, 0),
(44529, 2531, 230, 'Laguna Hills', 335956000, -1177003100, 0),
(44530, 2531, 230, 'Laguna Niguel', 335225300, -1177075500, 0),
(44531, 2531, 230, 'Laguna Woods', 336103000, -1177253300, 0),
(44532, 2531, 230, 'Lake Arrowhead', 342483400, -1171892100, 0),
(44533, 2531, 230, 'Lake Elsinore', 336680800, -1173272600, 0),
(44534, 2531, 230, 'Lake Forest', 336469700, -1176892200, 0),
(44535, 2531, 230, 'Lake Hughes', 346769290, -1184453600, 0),
(44536, 2531, 230, 'Lake Isabella', 356180100, -1184731400, 0),
(44537, 2531, 230, 'Lake San Marcos', 331261500, -1172083700, 0),
(44538, 2531, 230, 'Lake Tahoe', 390916700, -1200416700, 0),
(44539, 2531, 230, 'Lake of the Pines', 390396200, -1210566100, 0),
(44540, 2531, 230, 'Lakehead', 408755660, -1223695360, 0),
(44541, 2531, 230, 'Lakeland Village', 336386300, -1173439300, 0),
(44542, 2531, 230, 'Lakeport', 390510320, -1229131360, 0),
(44543, 2531, 230, 'Lakeshore', 372529800, -1191738000, 0),
(44544, 2531, 230, 'Lakeside', 328572700, -1169222500, 0),
(44545, 2531, 230, 'Lakewood', 338536300, -1181339600, 0),
(44546, 2531, 230, 'Lamont', 352596800, -1189142700, 0),
(44547, 2531, 230, 'Lancaster', 347127000, -1179041600, 0),
(44548, 2531, 230, 'Landers', 343136400, -1164480000, 0),
(44549, 2531, 230, 'Larkfield-Wikiup', 385134200, -1227509400, 0),
(44550, 2531, 230, 'Larkspur', 379340900, -1225352500, 0),
(44551, 2531, 230, 'Las Flores', 335880800, -1176267200, 0),
(44552, 2531, 230, 'Las Lomas', 368652300, -1217349500, 0),
(44553, 2531, 230, 'Lathrop', 378184590, -1212869390, 0),
(44554, 2531, 230, 'Laton', 364332800, -1196868000, 0),
(44555, 2531, 230, 'Lawndale', 338872400, -1183525700, 0),
(44556, 2531, 230, 'Laytonville', 396882100, -1234827900, 0),
(44557, 2531, 230, 'Le Grand', 372285500, -1202482300, 0),
(44558, 2531, 230, 'Lebec', 348298800, -1188634800, 0),
(44559, 2531, 230, 'Lee Vining', 379575000, -1191219400, 0),
(44560, 2531, 230, 'Leggett', 398658300, -1237141700, 0),
(44561, 2531, 230, 'Lemon Grove', 327425500, -1170314200, 0),
(44562, 2531, 230, 'Lemoore', 363201000, -1198168200, 0),
(44563, 2531, 230, 'Lemoore Station', 362632600, -1199047600, 0),
(44564, 2531, 230, 'Lennox', 339380700, -1183525800, 0),
(44565, 2531, 230, 'Lenwood', 348766500, -1171039300, 0),
(44566, 2531, 230, 'Lincoln', 388915600, -1212930100, 0),
(44567, 2531, 230, 'Lincoln Acres', 326677780, -1170719440, 0),
(44568, 2531, 230, 'Lincoln Village', 380052000, -1213282800, 0),
(44569, 2531, 230, 'Linda', 391276700, -1215508000, 0),
(44570, 2531, 230, 'Linden', 380213100, -1210838300, 0),
(44571, 2531, 230, 'Lindsay', 362030100, -1190881600, 0),
(44572, 2531, 230, 'Little River', 392708300, -1237883300, 0),
(44573, 2531, 230, 'Littlerock', 345211000, -1179836800, 0),
(44574, 2531, 230, 'Live Oak', 392757200, -1216599700, 0),
(44575, 2531, 230, 'Livermore', 377292250, -1216910250, 0),
(44576, 2531, 230, 'Livingston', 373868800, -1207235300, 0),
(44577, 2531, 230, 'Llano', 344905290, -1177851140, 0),
(44578, 2531, 230, 'Lockeford', 381635300, -1211499400, 0),
(44579, 2531, 230, 'Lockwood', 359473800, -1211920800, 0),
(44580, 2531, 230, 'Lodi', 381302000, -1212724500, 0),
(44581, 2531, 230, 'Loleta', 406408300, -1242252800, 0),
(44582, 2531, 230, 'Loma Linda', 340483500, -1172611500, 0),
(44583, 2531, 230, 'Lomita', 337922400, -1183150700, 0),
(44584, 2531, 230, 'Lompoc', 346391500, -1204579400, 0),
(44585, 2531, 230, 'Lone Pine', 365865660, -1180579920, 0),
(44586, 2531, 230, 'Long Beach', 337669600, -1181892300, 0),
(44587, 2531, 230, 'Lookout', 411186610, -1211389970, 0),
(44588, 2531, 230, 'Loomis', 388082050, -1211681000, 0),
(44589, 2531, 230, 'Los Alamitos', 337968000, -1180624200, 0),
(44590, 2531, 230, 'Los Alamos', 347444300, -1202782100, 0),
(44591, 2531, 230, 'Los Altos', 373852200, -1221141300, 0),
(44592, 2531, 230, 'Los Altos Hills', 373796600, -1221374600, 0),
(44593, 2531, 230, 'Los Angeles', 340522300, -1182436800, 0),
(44594, 2531, 230, 'Los Banos', 370582800, -1208499200, 0),
(44595, 2531, 230, 'Los Gatos', 371719200, -1219747200, 0),
(44596, 2531, 230, 'Los Olivos', 346686760, -1201105830, 0),
(44597, 2531, 230, 'Los Osos', 353110900, -1208324000, 0),
(44598, 2531, 230, 'Los Serranos', 339727900, -1177081100, 0),
(44599, 2531, 230, 'Lost Hills', 356555840, -1197703620, 0),
(44600, 2531, 230, 'Lotus', 388381700, -1209267600, 0),
(44601, 2531, 230, 'Lower Lake', 389104500, -1226102600, 0),
(44602, 2531, 230, 'Loyalton', 396675510, -1202373510, 0),
(44603, 2531, 230, 'Loyola', 373513300, -1221005200, 0),
(44604, 2531, 230, 'Lucas Valley-Marinwood', 380401100, -1225755000, 0),
(44605, 2531, 230, 'Lucerne', 390901700, -1227963800, 0),
(44606, 2531, 230, 'Lucerne Valley', 344438900, -1169678100, 0),
(44607, 2531, 230, 'Lynwood', 339302900, -1182114600, 0),
(44608, 2531, 230, 'Lytle Creek', 342591700, -1174991700, 0),
(44609, 2531, 230, 'Macdoel', 418266700, -1220052800, 0),
(44610, 2531, 230, 'Madera', 369613400, -1200607200, 0),
(44611, 2531, 230, 'Magalia', 398121100, -1215783100, 0),
(44612, 2531, 230, 'Malibu', 340452000, -1187550450, 0),
(44613, 2531, 230, 'Malibu Beach', 340327900, -1186884200, 0),
(44614, 2531, 230, 'Mammoth Lakes', 376485500, -1189720800, 0),
(44615, 2531, 230, 'Manhattan Beach', 338847400, -1184109100, 0),
(44616, 2531, 230, 'Manteca', 377974300, -1212160500, 0),
(44617, 2531, 230, 'March Air Force Base', 338920900, -1172631000, 0),
(44618, 2531, 230, 'March Air Reserve Base', 338962430, -1172671310, 0),
(44619, 2531, 230, 'Marin City', 378685400, -1225091400, 0),
(44620, 2531, 230, 'Marina', 366844000, -1218021700, 0),
(44621, 2531, 230, 'Marina del Rey', 339855100, -1184531800, 0),
(44622, 2531, 230, 'Mariposa', 374849400, -1199662800, 0),
(44623, 2531, 230, 'Markleeville', 386950000, -1197802800, 0),
(44624, 2531, 230, 'Marshall', 381947000, -1228887000, 0),
(44625, 2531, 230, 'Martinez', 380193700, -1221341300, 0),
(44626, 2531, 230, 'Marysville', 392154000, -1214633400, 0),
(44627, 2531, 230, 'Mather', 385464590, -1212783110, 0),
(44628, 2531, 230, 'Maxwell', 392762800, -1221913700, 0),
(44629, 2531, 230, 'Mayflower Village', 341150100, -1180097900, 0),
(44630, 2531, 230, 'Maywood', 339866800, -1181853500, 0),
(44631, 2531, 230, 'McArthur', 411657640, -1213561690, 0),
(44632, 2531, 230, 'McClellan', 386854200, -1213818000, 0),
(44633, 2531, 230, 'McKinleyville', 409465200, -1241006200, 0),
(44634, 2531, 230, 'Mead Valley', 338333500, -1172961500, 0),
(44635, 2531, 230, 'Meadow Vista', 390010100, -1210218900, 0),
(44636, 2531, 230, 'Mecca', 335716900, -1160772200, 0),
(44637, 2531, 230, 'Mendocino', 393077800, -1237994400, 0),
(44638, 2531, 230, 'Mendota', 367535600, -1203815600, 0),
(44639, 2531, 230, 'Menifee', 337283500, -1171464200, 0),
(44640, 2531, 230, 'Menlo Park', 374369340, -1221936020, 0),
(44641, 2531, 230, 'Mentone', 340700100, -1171344800, 0),
(44642, 2531, 230, 'Merced', 372991480, -1204717330, 0),
(44643, 2531, 230, 'Meridian', 391064960, -1218658430, 0),
(44644, 2531, 230, 'Mi Wuk Village', 380611100, -1201875000, 0),
(44645, 2531, 230, 'Middletown', 387858600, -1226202000, 0),
(44646, 2531, 230, 'Midway City', 337447400, -1179892300, 0),
(44647, 2531, 230, 'Mill Creek', 403263900, -1215227800, 0),
(44648, 2531, 230, 'Mill Valley', 379060400, -1225449800, 0),
(44649, 2531, 230, 'Millbrae', 375998070, -1224009340, 0),
(44650, 2531, 230, 'Millville', 405503440, -1221433440, 0),
(44651, 2531, 230, 'Milpitas', 374282700, -1219066200, 0),
(44652, 2531, 230, 'Mira Loma', 339925100, -1175164400, 0),
(44653, 2531, 230, 'Mira Monte', 344336100, -1192851100, 0),
(44654, 2531, 230, 'Miranda', 402347200, -1238236100, 0),
(44655, 2531, 230, 'Mission Canyon', 344508300, -1197129100, 0),
(44656, 2531, 230, 'Mission Hills', 346860900, -1204368300, 0),
(44657, 2531, 230, 'Mission Viejo', 336128000, -1176412000, 0),
(44658, 2531, 230, 'Modesto', 376391000, -1209968800, 0),
(44659, 2531, 230, 'Mojave', 350524700, -1181739600, 0),
(44660, 2531, 230, 'Mokelumne Hill', 383005600, -1207063900, 0),
(44661, 2531, 230, 'Monrovia', 341427730, -1179995640, 0),
(44662, 2531, 230, 'Montague', 417282000, -1225278000, 0),
(44663, 2531, 230, 'Montara', 375409390, -1225064210, 0),
(44664, 2531, 230, 'Montclair', 340775100, -1176897800, 0),
(44665, 2531, 230, 'Monte Rio', 384654700, -1230088900, 0),
(44666, 2531, 230, 'Monte Sereno', 372363300, -1219924600, 0),
(44667, 2531, 230, 'Montebello', 340156010, -1181106870, 0),
(44668, 2531, 230, 'Montecito', 344366600, -1196320800, 0),
(44669, 2531, 230, 'Monterey', 365877000, -1218492000, 0),
(44670, 2531, 230, 'Monterey Park', 340625100, -1181228500, 0),
(44671, 2531, 230, 'Montgomery Creek', 409721200, -1220000930, 0),
(44672, 2531, 230, 'Montrose', 342250000, -1182369400, 0),
(44673, 2531, 230, 'Moorpark', 342855600, -1188820400, 0),
(44674, 2531, 230, 'Morada', 380385300, -1212457800, 0),
(44675, 2531, 230, 'Moraga', 378349300, -1221296900, 0),
(44676, 2531, 230, 'Moreno Valley', 339375200, -1172305900, 0),
(44677, 2531, 230, 'Morgan Hill', 371305000, -1216543900, 0),
(44678, 2531, 230, 'Morro Bay', 353658100, -1208499000, 0),
(44679, 2531, 230, 'Moss Landing', 367953090, -1217846620, 0),
(44680, 2531, 230, 'Mount Hamilton', 373545000, -1217213400, 0),
(44681, 2531, 230, 'Mount Hermon', 370510600, -1220585700, 0),
(44682, 2531, 230, 'Mount Laguna', 328704600, -1164166800, 0),
(44683, 2531, 230, 'Mount Shasta', 413098700, -1223105700, 0),
(44684, 2531, 230, 'Mount Wilson', 342271800, -1180915200, 0),
(44685, 2531, 230, 'Mountain Center', 337041700, -1167258300, 0),
(44686, 2531, 230, 'Mountain House', 377832600, -1215427300, 0),
(44687, 2531, 230, 'Mountain Ranch', 382409810, -1205319470, 0),
(44688, 2531, 230, 'Mountain View', 374059920, -1220785150, 0),
(44689, 2531, 230, 'Mountain View Acres', 344966600, -1173489400, 0),
(44690, 2531, 230, 'Murphys', 381374200, -1204596400, 0),
(44691, 2531, 230, 'Murray', 360941670, -1200033330, 0),
(44692, 2531, 230, 'Murrieta', 335539100, -1172139200, 0),
(44693, 2531, 230, 'Murrieta Hot Springs', 335605800, -1171580900, 0),
(44694, 2531, 230, 'Muscoy', 341541800, -1173442100, 0),
(44695, 2531, 230, 'Myrtletown', 407887400, -1241303400, 0),
(44696, 2531, 230, 'Napa', 382971400, -1222855300, 0),
(44697, 2531, 230, 'National City', 326781100, -1170992000, 0),
(44698, 2531, 230, 'Needles', 348480600, -1146141300, 0),
(44699, 2531, 230, 'Nevada City', 392615600, -1210160600, 0),
(44700, 2531, 230, 'New Almaden', 371761100, -1218208300, 0),
(44701, 2531, 230, 'New Cuyama', 349480600, -1196891700, 0),
(44702, 2531, 230, 'Newark', 375380340, -1220305300, 0),
(44703, 2531, 230, 'Newberry Springs', 348723190, -1166587480, 0),
(44704, 2531, 230, 'Newbury Park', 341841700, -1189097200, 0),
(44705, 2531, 230, 'Newcastle', 388740700, -1211332800, 0),
(44706, 2531, 230, 'Newhall', 343773030, -1185260860, 0),
(44707, 2531, 230, 'Newman', 373138300, -1210207600, 0),
(44708, 2531, 230, 'Newport Beach', 336189100, -1179289500, 0),
(44709, 2531, 230, 'Newport Coast', 335997200, -1178280600, 0),
(44710, 2531, 230, 'Nicasio', 380616700, -1226986100, 0),
(44711, 2531, 230, 'Nice', 391232300, -1228483300, 0),
(44712, 2531, 230, 'Nicolaus', 388980600, -1215727800, 0),
(44713, 2531, 230, 'Niland', 332400400, -1155188800, 0),
(44714, 2531, 230, 'Nipomo', 350427500, -1204760000, 0),
(44715, 2531, 230, 'Norco', 339263000, -1175507000, 0),
(44716, 2531, 230, 'Norden', 393103800, -1204372200, 0),
(44717, 2531, 230, 'North Auburn', 389312900, -1210818900, 0),
(44718, 2531, 230, 'North Edwards', 350166400, -1178328400, 0),
(44719, 2531, 230, 'North El Monte', 341027900, -1180242300, 0),
(44720, 2531, 230, 'North Fair Oaks', 374743800, -1221966300, 0),
(44721, 2531, 230, 'North Fork', 372297200, -1195094400, 0),
(44722, 2531, 230, 'North Glendale', 341605600, -1182645200, 0),
(44723, 2531, 230, 'North Highlands', 386847970, -1213766990, 0),
(44724, 2531, 230, 'North Hills', 342355600, -1184850000, 0),
(44725, 2531, 230, 'North Hollywood', 341678880, -1183693320, 0),
(44726, 2531, 230, 'North Richmond', 379588100, -1223674700, 0),
(44727, 2531, 230, 'North San Juan', 393388020, -1211308530, 0),
(44728, 2531, 230, 'North Tustin', 337644600, -1177939400, 0),
(44729, 2531, 230, 'Northridge', 342376620, -1185183450, 0),
(44730, 2531, 230, 'Norwalk', 339022400, -1180817300, 0),
(44731, 2531, 230, 'Novato', 381009000, -1225708200, 0),
(44732, 2531, 230, 'Nuevo', 338014100, -1171458700, 0),
(44733, 2531, 230, 'O''Neals', 370981250, -1197186290, 0),
(44734, 2531, 230, 'Oak Hills', 343831300, -1173813600, 0),
(44735, 2531, 230, 'Oak Park', 341791700, -1187628700, 0),
(44736, 2531, 230, 'Oak Run', 406852800, -1220236100, 0),
(44737, 2531, 230, 'Oak View', 344016980, -1192975520, 0),
(44738, 2531, 230, 'Oakdale', 377811070, -1208344450, 0),
(44739, 2531, 230, 'Oakhurst', 373280000, -1196493200, 0),
(44740, 2531, 230, 'Oakland', 378043700, -1222708000, 0),
(44741, 2531, 230, 'Oakley', 379974200, -1217124500, 0),
(44742, 2531, 230, 'Oakville', 384295030, -1224020790, 0),
(44743, 2531, 230, 'Oasis', 334658600, -1160988900, 0),
(44744, 2531, 230, 'Occidental', 384074100, -1229483300, 0),
(44745, 2531, 230, 'Oceano', 350988600, -1206123900, 0),
(44746, 2531, 230, 'Oceanside', 331958700, -1173794800, 0),
(44747, 2531, 230, 'Oildale', 354196800, -1190195500, 0),
(44748, 2531, 230, 'Ojai', 344458390, -1192529340, 0),
(44749, 2531, 230, 'Olancha', 362819400, -1180063900, 0),
(44750, 2531, 230, 'Olema', 380417050, -1227713230, 0),
(44751, 2531, 230, 'Olivehurst', 390954500, -1215521900, 0),
(44752, 2531, 230, 'Olympic Valley', 391500000, -1201500000, 0),
(44753, 2531, 230, 'Ontario', 340633400, -1176508900, 0),
(44754, 2531, 230, 'Onyx', 356902800, -1182205600, 0),
(44755, 2531, 230, 'Opal Cliffs', 369607800, -1219641300, 0),
(44756, 2531, 230, 'Orange', 337877900, -1178531100, 0),
(44757, 2531, 230, 'Orange Cove', 366243900, -1193137300, 0),
(44758, 2531, 230, 'Orangevale', 386785100, -1212257800, 0),
(44759, 2531, 230, 'Orcutt', 348652600, -1204360000, 0),
(44760, 2531, 230, 'Oregon House', 393563900, -1212791700, 0),
(44761, 2531, 230, 'Orick', 412877010, -1240681060, 0),
(44762, 2531, 230, 'Orinda', 378808450, -1221756900, 0),
(44763, 2531, 230, 'Orland', 397473800, -1221963700, 0),
(44764, 2531, 230, 'Orosi', 365505040, -1192614100, 0),
(44765, 2531, 230, 'Oroville', 395137800, -1215563600, 0),
(44766, 2531, 230, 'Oxnard', 341798850, -1192178860, 0),
(44767, 2531, 230, 'Oxnard Shores', 341908400, -1192415000, 0),
(44768, 2531, 230, 'Pacheco', 379835300, -1220752400, 0),
(44769, 2531, 230, 'Pacific Grove', 366183870, -1219200250, 0),
(44770, 2531, 230, 'Pacific Palisades', 340480600, -1185255600, 0),
(44771, 2531, 230, 'Pacifica', 376138300, -1224869200, 0),
(44772, 2531, 230, 'Pacoima', 342625000, -1184261100, 0),
(44773, 2531, 230, 'Pala', 333841630, -1170659970, 0),
(44774, 2531, 230, 'Palm Desert', 337461880, -1163304910, 0),
(44775, 2531, 230, 'Palm Springs', 338303000, -1165452900, 0),
(44776, 2531, 230, 'Palmdale', 346013660, -1181895080, 0),
(44777, 2531, 230, 'Palo Alto', 374418800, -1221430200, 0),
(44778, 2531, 230, 'Palo Cedro', 405677990, -1222340180, 0),
(44779, 2531, 230, 'Palo Verde', 334327800, -1147322200, 0),
(44780, 2531, 230, 'Palomar Mountain', 333366040, -1167989870, 0),
(44781, 2531, 230, 'Palos Verdes Estates', 338005700, -1183900700, 0),
(44782, 2531, 230, 'Palos Verdes Peninsula', 337586470, -1183458440, 0),
(44783, 2531, 230, 'Panorama City', 342247200, -1184488900, 0),
(44784, 2531, 230, 'Paradise', 397596100, -1216219200, 0),
(44785, 2531, 230, 'Paramount', 338894600, -1181597900, 0),
(44786, 2531, 230, 'Parker Dam', 342959000, -1141875000, 0),
(44787, 2531, 230, 'Parksdale', 369471700, -1200229400, 0),
(44788, 2531, 230, 'Parkway', 384960200, -1214588400, 0),
(44789, 2531, 230, 'Parkwood', 369268900, -1200446100, 0),
(44790, 2531, 230, 'Parlier', 366154050, -1195324030, 0),
(44791, 2531, 230, 'Pasadena', 341477800, -1181445200, 0),
(44792, 2531, 230, 'Pasatiempo', 370043900, -1220258000, 0),
(44793, 2531, 230, 'Paso Robles', 356266400, -1206910000, 0),
(44794, 2531, 230, 'Patterson', 374716000, -1211296600, 0),
(44795, 2531, 230, 'Patton', 341358000, -1172230200, 0),
(44796, 2531, 230, 'Pauma Valley', 333033300, -1169813900, 0),
(44797, 2531, 230, 'Pearblossom', 345063900, -1179088900, 0),
(44798, 2531, 230, 'Pebble Beach', 365663900, -1219466700, 0),
(44799, 2531, 230, 'Pedley', 339752900, -1174758800, 0),
(44800, 2531, 230, 'Penn Valley', 391960000, -1211910700, 0),
(44801, 2531, 230, 'Penngrove', 382996400, -1226666500, 0),
(44802, 2531, 230, 'Penryn', 388583000, -1211831000, 0),
(44803, 2531, 230, 'Perris', 337825200, -1172286500, 0),
(44804, 2531, 230, 'Pescadero', 372550000, -1223813900, 0),
(44805, 2531, 230, 'Petaluma', 382457690, -1226607800, 0),
(44806, 2531, 230, 'Phelan', 344261100, -1175722800, 0),
(44807, 2531, 230, 'Philo', 390658300, -1234450000, 0),
(44808, 2531, 230, 'Pico Rivera', 339830700, -1180967400, 0),
(44809, 2531, 230, 'Piedmont', 378243700, -1222316400, 0),
(44810, 2531, 230, 'Piedra', 368102800, -1193819400, 0),
(44811, 2531, 230, 'Pilot Hill', 388197700, -1210259650, 0),
(44812, 2531, 230, 'Pine Grove', 384046790, -1206566310, 0),
(44813, 2531, 230, 'Pine Mountain Club', 348361200, -1190551200, 0),
(44814, 2531, 230, 'Pine Valley', 328214400, -1165291800, 0),
(44815, 2531, 230, 'Pinecrest', 383218550, -1198229080, 0),
(44816, 2531, 230, 'Pinedale', 368427780, -1197900000, 0),
(44817, 2531, 230, 'Pinole', 380043700, -1222988600, 0),
(44818, 2531, 230, 'Pinon Hills', 344333300, -1176467200, 0),
(44819, 2531, 230, 'Pioneer', 384318600, -1205718700, 0),
(44820, 2531, 230, 'Piru', 344152700, -1187939800, 0),
(44821, 2531, 230, 'Pismo Beach', 351427500, -1206412800, 0),
(44822, 2531, 230, 'Pittsburg', 380279800, -1218846800, 0),
(44823, 2531, 230, 'Pixley', 359685600, -1192917800, 0),
(44824, 2531, 230, 'Placentia', 338725800, -1178545700, 0),
(44825, 2531, 230, 'Placerville', 387233270, -1208027960, 0),
(44826, 2531, 230, 'Planada', 372907700, -1203185200, 0),
(44827, 2531, 230, 'Playa Del Rey', 339488900, -1184447200, 0),
(44828, 2531, 230, 'Pleasant Hill', 379479800, -1220608000, 0),
(44829, 2531, 230, 'Pleasanton', 376853140, -1218948120, 0),
(44830, 2531, 230, 'Plumas Lake', 390207300, -1215580200, 0),
(44831, 2531, 230, 'Plymouth', 384900980, -1208606220, 0),
(44832, 2531, 230, 'Point Mugu Nawc', 341229910, -1190938170, 0),
(44833, 2531, 230, 'Point Reyes Station', 380653000, -1228109000, 0),
(44834, 2531, 230, 'Point Richmond', 379241700, -1223891700, 0),
(44835, 2531, 230, 'Pollock Pines', 387612900, -1205865900, 0),
(44836, 2531, 230, 'Pomona', 340681630, -1177776760, 0),
(44837, 2531, 230, 'Pope Valley', 386775730, -1224079930, 0),
(44838, 2531, 230, 'Poplar-Cotton Center', 360563500, -1191491900, 0),
(44839, 2531, 230, 'Port Hueneme', 341477800, -1191951100, 0),
(44840, 2531, 230, 'Port Hueneme Cbc Base', 341623540, -1192006670, 0),
(44841, 2531, 230, 'Porter Ranch', 342813900, -1185713900, 0),
(44842, 2531, 230, 'Porterville', 360652300, -1190167700, 0),
(44843, 2531, 230, 'Portola', 398104600, -1204691000, 0),
(44844, 2531, 230, 'Portola Hills', 336791900, -1176311600, 0),
(44845, 2531, 230, 'Portola Valley', 373841100, -1222352400, 0),
(44846, 2531, 230, 'Potrero', 326398270, -1166102890, 0),
(44847, 2531, 230, 'Poway', 329628200, -1170358600, 0),
(44848, 2531, 230, 'Prather', 369998640, -1195241080, 0),
(44849, 2531, 230, 'Prunedale', 367757900, -1216696700, 0),
(44850, 2531, 230, 'Quail Valley', 337069700, -1172450400, 0),
(44851, 2531, 230, 'Quartz Hill', 346452600, -1182181300, 0),
(44852, 2531, 230, 'Quincy', 399360940, -1209062360, 0),
(44853, 2531, 230, 'Rail Road Flat', 383153020, -1205185840, 0),
(44854, 2531, 230, 'Rainbow', 334103100, -1171478100, 0),
(44855, 2531, 230, 'Ramona', 330417100, -1168680800, 0),
(44856, 2531, 230, 'Ranchita', 332100000, -1165166670, 0),
(44857, 2531, 230, 'Rancho Cordova', 386035200, -1212480600, 0),
(44858, 2531, 230, 'Rancho Cucamonga', 340991400, -1175812800, 0),
(44859, 2531, 230, 'Rancho Mirage', 337636450, -1164238150, 0),
(44860, 2531, 230, 'Rancho Murieta', 385018500, -1210946700, 0),
(44861, 2531, 230, 'Rancho Palos Verdes', 337444600, -1183870200, 0),
(44862, 2531, 230, 'Rancho San Diego', 327472700, -1169353000, 0),
(44863, 2531, 230, 'Rancho Santa Fe', 330203200, -1172028100, 0),
(44864, 2531, 230, 'Rancho Santa Margarita', 336340000, -1176061000, 0),
(44865, 2531, 230, 'Rancho Tehama Reserve', 400156900, -1224007200, 0),
(44866, 2531, 230, 'Red Bluff', 401784900, -1222358300, 0),
(44867, 2531, 230, 'Redding', 405620890, -1224222610, 0),
(44868, 2531, 230, 'Redlands', 340555700, -1171825400, 0),
(44869, 2531, 230, 'Redondo Beach', 338491800, -1183884100, 0),
(44870, 2531, 230, 'Redway', 401201400, -1238233600, 0),
(44871, 2531, 230, 'Redwood City', 375324400, -1222488350, 0),
(44872, 2531, 230, 'Redwood Estates', 371584200, -1219860000, 0),
(44873, 2531, 230, 'Redwood Valley', 392654400, -1232044500, 0),
(44874, 2531, 230, 'Reedley', 365963400, -1194504000, 0),
(44875, 2531, 230, 'Represa', 386759150, -1211484910, 0),
(44876, 2531, 230, 'Rescue', 387116700, -1209513900, 0),
(44877, 2531, 230, 'Reseda', 342002400, -1185394200, 0),
(44878, 2531, 230, 'Rialto', 341160420, -1173775780, 0),
(44879, 2531, 230, 'Richgrove', 357969420, -1191061870, 0),
(44880, 2531, 230, 'Richmond', 379259900, -1223341110, 0),
(44881, 2531, 230, 'Richvale', 394938900, -1217447200, 0),
(44882, 2531, 230, 'Ridgecrest', 356241310, -1176882170, 0),
(44883, 2531, 230, 'Ridgemark', 368124600, -1213657700, 0),
(44884, 2531, 230, 'Rimforest', 342142700, -1172429920, 0),
(44885, 2531, 230, 'Rio Del Mar', 369682800, -1219002300, 0),
(44886, 2531, 230, 'Rio Linda', 386910100, -1214485700, 0),
(44887, 2531, 230, 'Rio Nido', 385211100, -1229769400, 0),
(44888, 2531, 230, 'Rio Oso', 389516700, -1215311100, 0),
(44889, 2531, 230, 'Rio Vista', 381557500, -1216913400, 0),
(44890, 2531, 230, 'Ripon', 377416000, -1211243800, 0),
(44891, 2531, 230, 'River Pines', 385457710, -1207416630, 0),
(44892, 2531, 230, 'Riverbank', 377360400, -1209354900, 0),
(44893, 2531, 230, 'Riverdale', 364375670, -1199101350, 0),
(44894, 2531, 230, 'Riverside', 339533500, -1173961600, 0),
(44895, 2531, 230, 'Rocklin', 387907300, -1212357800, 0),
(44896, 2531, 230, 'Rodeo', 380329800, -1222669100, 0),
(44897, 2531, 230, 'Rohnert Park', 383460600, -1227001200, 0),
(44898, 2531, 230, 'Rolling Hills', 337569600, -1183539600, 0),
(44899, 2531, 230, 'Rolling Hills Estates', 337877900, -1183581300, 0),
(44900, 2531, 230, 'Rollingwood', 379652000, -1223299700, 0),
(44901, 2531, 230, 'Romoland', 337458500, -1171750300, 0),
(44902, 2531, 230, 'Rosamond', 348641400, -1181634100, 0),
(44903, 2531, 230, 'Rosedale', 353835700, -1191453800, 0),
(44904, 2531, 230, 'Roseland', 384221300, -1227280400, 0),
(44905, 2531, 230, 'Rosemead', 340805700, -1180728500, 0),
(44906, 2531, 230, 'Rosemont', 385518500, -1213646700, 0),
(44907, 2531, 230, 'Roseville', 387521200, -1212880100, 0),
(44908, 2531, 230, 'Ross', 379624200, -1225549800, 0),
(44909, 2531, 230, 'Rossmoor', 337855700, -1180850600, 0),
(44910, 2531, 230, 'Rowland Heights', 339826800, -1178980200, 0),
(44911, 2531, 230, 'Rubidoux', 339961300, -1174056000, 0),
(44912, 2531, 230, 'Rumsey', 388883300, -1222375000, 0),
(44913, 2531, 230, 'Running Springs', 342076800, -1171083000, 0),
(44914, 2531, 230, 'Rutherford', 384557640, -1224105890, 0),
(44915, 2531, 230, 'Ryde', 382380300, -1215594900, 0),
(44916, 2531, 230, 'Sacramento', 385815700, -1214944000, 0),
(44917, 2531, 230, 'Saint Helena', 385051900, -1224702600, 0),
(44918, 2531, 230, 'Salida', 377057600, -1210849400, 0),
(44919, 2531, 230, 'Salinas', 367120660, -1216397730, 0),
(44920, 2531, 230, 'Salton City', 332986500, -1159561100, 0),
(44921, 2531, 230, 'Samoa', 408024870, -1241930510, 0),
(44922, 2531, 230, 'San Andreas', 381960300, -1206804900, 0),
(44923, 2531, 230, 'San Anselmo', 379746500, -1225616400, 0),
(44924, 2531, 230, 'San Antonio Heights', 341555600, -1176564400, 0),
(44925, 2531, 230, 'San Ardo', 360219620, -1209047310, 0),
(44926, 2531, 230, 'San Bernardino', 341083400, -1172897700, 0),
(44927, 2531, 230, 'San Bruno', 376250130, -1224310760, 0),
(44928, 2531, 230, 'San Carlos', 375071600, -1222605200, 0),
(44929, 2531, 230, 'San Clemente', 334269700, -1176119900, 0),
(44930, 2531, 230, 'San Diego', 327153300, -1171572600, 0),
(44931, 2531, 230, 'San Diego Country Estates', 330067100, -1167836400, 0),
(44932, 2531, 230, 'San Dimas', 341016390, -1178175210, 0),
(44933, 2531, 230, 'San Fernando', 342861670, -1184345850, 0),
(44934, 2531, 230, 'San Francisco', 377749300, -1224194200, 0),
(44935, 2531, 230, 'San Gabriel', 340961100, -1181058300, 0),
(44936, 2531, 230, 'San Jacinto', 337839100, -1169586400, 0),
(44937, 2531, 230, 'San Joaquin', 366132760, -1201757510, 0),
(44938, 2531, 230, 'San Joaquin Hills', 336116900, -1178367200, 0),
(44939, 2531, 230, 'San Jose', 373393900, -1218949600, 0),
(44940, 2531, 230, 'San Juan Bautista', 368455100, -1215380000, 0),
(44941, 2531, 230, 'San Juan Capistrano', 335016900, -1176625500, 0),
(44942, 2531, 230, 'San Leandro', 377205380, -1221568040, 0),
(44943, 2531, 230, 'San Lorenzo', 376780730, -1221311780, 0),
(44944, 2531, 230, 'San Luis Obispo', 352751930, -1206904870, 0),
(44945, 2531, 230, 'San Luis Rey', 332319400, -1173236100, 0),
(44946, 2531, 230, 'San Marcos', 331171300, -1171672000, 0),
(44947, 2531, 230, 'San Marino', 341214000, -1181064600, 0),
(44948, 2531, 230, 'San Martin', 370905690, -1215960400, 0),
(44949, 2531, 230, 'San Mateo', 375529200, -1222699200, 0),
(44950, 2531, 230, 'San Miguel', 357524700, -1206962800, 0),
(44951, 2531, 230, 'San Pablo', 379621500, -1223455300, 0),
(44952, 2531, 230, 'San Pedro', 337358500, -1182922900, 0),
(44953, 2531, 230, 'San Quentin', 379565680, -1225414890, 0),
(44954, 2531, 230, 'San Rafael', 380153190, -1225458680, 0),
(44955, 2531, 230, 'San Ramon', 377546970, -1219529080, 0),
(44956, 2531, 230, 'San Simeon', 356438900, -1211897200, 0),
(44957, 2531, 230, 'San Ysidro', 325601300, -1169743600, 0),
(44958, 2531, 230, 'Sanger', 367080100, -1195559700, 0),
(44959, 2531, 230, 'Santa Ana', 336967800, -1178701200, 0),
(44960, 2531, 230, 'Santa Ana Heights', 336525000, -1178947200, 0),
(44961, 2531, 230, 'Santa Barbara', 344301180, -1196812450, 0),
(44962, 2531, 230, 'Santa Clara', 373521000, -1219582000, 0),
(44963, 2531, 230, 'Santa Clarita', 345130000, -1184027000, 0),
(44964, 2531, 230, 'Santa Cruz', 369908150, -1220573750, 0),
(44965, 2531, 230, 'Santa Fe Springs', 339472400, -1180853500, 0),
(44966, 2531, 230, 'Santa Margarita', 353899700, -1206090600, 0),
(44967, 2531, 230, 'Santa Maria', 349530300, -1204357200, 0),
(44968, 2531, 230, 'Santa Monica', 340194500, -1184911900, 0),
(44969, 2531, 230, 'Santa Paula', 343574810, -1190721740, 0),
(44970, 2531, 230, 'Santa Rosa', 384404700, -1227144300, 0),
(44971, 2531, 230, 'Santa Susana', 342716700, -1187089800, 0),
(44972, 2531, 230, 'Santa Venetia', 379985300, -1225252500, 0),
(44973, 2531, 230, 'Santa Ynez', 346381240, -1200739550, 0),
(44974, 2531, 230, 'Santee', 328383800, -1169739200, 0),
(44975, 2531, 230, 'Saranap', 378849200, -1220760700, 0),
(44976, 2531, 230, 'Saratoga', 372638300, -1220230100, 0),
(44977, 2531, 230, 'Sausalito', 378590900, -1224852500, 0),
(44978, 2531, 230, 'Scotia', 404822200, -1241008300, 0),
(44979, 2531, 230, 'Scotts Valley', 370710000, -1220106000, 0),
(44980, 2531, 230, 'Seacliff', 369741200, -1219157900, 0),
(44981, 2531, 230, 'Seal Beach', 337605830, -1180805720, 0),
(44982, 2531, 230, 'Seaside', 366094800, -1218367200, 0),
(44983, 2531, 230, 'Sebastopol', 384018600, -1228516800, 0),
(44984, 2531, 230, 'Sedco Hills', 336416900, -1172908700, 0),
(44985, 2531, 230, 'Seeley', 327931100, -1156911100, 0),
(44986, 2531, 230, 'Seiad Valley', 418449470, -1232133940, 0),
(44987, 2531, 230, 'Selma', 365707800, -1196120800, 0),
(44988, 2531, 230, 'Sequoia National Park', 365647200, -1187733700, 0),
(44989, 2531, 230, 'Seven Trees', 372860500, -1218385600, 0),
(44990, 2531, 230, 'Shackelford', 376138200, -1209927100, 0),
(44991, 2531, 230, 'Shafter', 354943700, -1192869730, 0),
(44992, 2531, 230, 'Shandon', 356552500, -1203754300, 0),
(44993, 2531, 230, 'Shasta Lake', 406804300, -1223708400, 0),
(44994, 2531, 230, 'Shaver Lake', 371041700, -1193175000, 0),
(44995, 2531, 230, 'Sheridan', 389796200, -1213755100, 0),
(44996, 2531, 230, 'Sherman Oaks', 341478600, -1184661000, 0),
(44997, 2531, 230, 'Shingle Springs', 386657400, -1209260500, 0),
(44998, 2531, 230, 'Shingletown', 404923800, -1218891600, 0),
(44999, 2531, 230, 'Sierra City', 395733300, -1206369400, 0),
(45000, 2531, 230, 'Sierra Madre', 341616700, -1180528500, 0),
(45001, 2531, 230, 'Sierraville', 395937220, -1202811270, 0),
(45002, 2531, 230, 'Signal Hill', 338044600, -1181678500, 0),
(45003, 2531, 230, 'Silverado', 337461100, -1176361100, 0),
(45004, 2531, 230, 'Simi Valley', 342694500, -1187814800, 0),
(45005, 2531, 230, 'Skyforest', 342340700, -1171835590, 0),
(45006, 2531, 230, 'Sleepy Hollow', 380104800, -1225844200, 0),
(45007, 2531, 230, 'Sloughhouse', 384961800, -1211272800, 0),
(45008, 2531, 230, 'Smartsville', 392075000, -1212986100, 0),
(45009, 2531, 230, 'Smith River', 419280600, -1241469400, 0),
(45010, 2531, 230, 'Soda Bay', 390010100, -1227891600, 0),
(45011, 2531, 230, 'Solana Beach', 329962060, -1172544000, 0),
(45012, 2531, 230, 'Soledad', 364246900, -1213263200, 0),
(45013, 2531, 230, 'Solvang', 345958200, -1201376500, 0),
(45014, 2531, 230, 'Somerset', 386477800, -1206858300, 0),
(45015, 2531, 230, 'Sonoma', 382934150, -1224705890, 0),
(45016, 2531, 230, 'Sonora', 379997330, -1203303020, 0),
(45017, 2531, 230, 'Soquel', 369880100, -1219566300, 0),
(45018, 2531, 230, 'Soulsbyville', 379846500, -1202638000, 0),
(45019, 2531, 230, 'South El Monte', 340519500, -1180467300, 0),
(45020, 2531, 230, 'South Gate', 339419100, -1181929660, 0),
(45021, 2531, 230, 'South Lake Tahoe', 388850100, -1200350530, 0),
(45022, 2531, 230, 'South Pasadena', 341161200, -1181503500, 0),
(45023, 2531, 230, 'South San Francisco', 376523790, -1224298970, 0),
(45024, 2531, 230, 'South San Gabriel', 340625100, -1180903500, 0),
(45025, 2531, 230, 'South San Jose Hills', 340127900, -1179047800, 0),
(45026, 2531, 230, 'South Whittier', 339608500, -1180417300, 0),
(45027, 2531, 230, 'South Yuba City', 391165600, -1216391300, 0),
(45028, 2531, 230, 'Spreckels', 366219400, -1216469400, 0),
(45029, 2531, 230, 'Spring Valley', 327447700, -1169989200, 0),
(45030, 2531, 230, 'Springville', 361193350, -1188300200, 0),
(45031, 2531, 230, 'Squaw Valley', 367402300, -1192467800, 0),
(45032, 2531, 230, 'Standard', 379666670, -1203119400, 0),
(45033, 2531, 230, 'Standish', 403535010, -1204312660, 0),
(45034, 2531, 230, 'Stanford', 374241100, -1221660800, 0),
(45035, 2531, 230, 'Stanton', 338025200, -1179931200, 0),
(45036, 2531, 230, 'Stevenson Ranch', 343891700, -1185883300, 0),
(45037, 2531, 230, 'Stinson Beach', 379051220, -1226460080, 0),
(45038, 2531, 230, 'Stockton', 379706980, -1212042330, 0),
(45039, 2531, 230, 'Strathmore', 361455100, -1190606600, 0),
(45040, 2531, 230, 'Strawberry', 378968700, -1225088600, 0),
(45041, 2531, 230, 'Studio City', 341435700, -1183952600, 0),
(45042, 2531, 230, 'Sugarloaf', 342611110, -1168441670, 0),
(45043, 2531, 230, 'Suisun City', 382461600, -1220220600, 0),
(45044, 2531, 230, 'Summerland', 344213800, -1195965200, 0),
(45045, 2531, 230, 'Sun City', 337091900, -1171972600, 0),
(45046, 2531, 230, 'Sun Valley', 342175000, -1183694400, 0),
(45047, 2531, 230, 'Sunland', 342619800, -1183189800, 0),
(45048, 2531, 230, 'Sunland-Tujunga', 342669400, -1183013900, 0),
(45049, 2531, 230, 'Sunnyside', 367491200, -1196993100, 0),
(45050, 2531, 230, 'Sunnyslope', 340119600, -1174333800, 0),
(45051, 2531, 230, 'Sunnyvale', 374012470, -1220075210, 0),
(45052, 2531, 230, 'Sunol', 376040050, -1218939200, 0),
(45053, 2531, 230, 'Sunset Beach', 337177800, -1180725000, 0),
(45054, 2531, 230, 'Susanville', 404162800, -1206530100, 0),
(45055, 2531, 230, 'Sutter', 391598900, -1217527500, 0),
(45056, 2531, 230, 'Sutter Creek', 384246600, -1207533600, 0),
(45057, 2531, 230, 'Sylmar', 343077800, -1184483300, 0),
(45058, 2531, 230, 'Taft', 351424700, -1194565100, 0),
(45059, 2531, 230, 'Taft Mosswood', 379138500, -1212831600, 0),
(45060, 2531, 230, 'Tahoe City', 391722200, -1201388900, 0),
(45061, 2531, 230, 'Tahoe Vista', 392399100, -1200510200, 0),
(45062, 2531, 230, 'Tahoma', 390674100, -1201282400, 0),
(45063, 2531, 230, 'Talmage', 391332300, -1231677800, 0),
(45064, 2531, 230, 'Tamalpais-Homestead Valley', 378783400, -1225362500, 0),
(45065, 2531, 230, 'Tara Hills', 379935300, -1223163600, 0),
(45066, 2531, 230, 'Tarpey Village', 367930100, -1197009700, 0),
(45067, 2531, 230, 'Tarzana', 341615820, -1185465730, 0),
(45068, 2531, 230, 'Tecate', 325772200, -1166266700, 0),
(45069, 2531, 230, 'Tehachapi', 351371170, -1185254950, 0),
(45070, 2531, 230, 'Temecula', 335076770, -1170034900, 0),
(45071, 2531, 230, 'Temple City', 341072300, -1180578500, 0),
(45072, 2531, 230, 'Templeton', 355496900, -1207060000, 0),
(45073, 2531, 230, 'Terra Bella', 359624500, -1190442700, 0),
(45074, 2531, 230, 'Thermal', 336090400, -1161620600, 0),
(45075, 2531, 230, 'Thermalito', 395112800, -1215869200, 0),
(45076, 2531, 230, 'Thousand Oaks', 341705600, -1188375900, 0),
(45077, 2531, 230, 'Thousand Palms', 338125290, -1163765710, 0),
(45078, 2531, 230, 'Three Rivers', 364440580, -1188900850, 0),
(45079, 2531, 230, 'Tiburon', 378735400, -1224566400, 0),
(45080, 2531, 230, 'Tierra Buena', 391487800, -1216669100, 0),
(45081, 2531, 230, 'Tollhouse', 369852250, -1193932150, 0),
(45082, 2531, 230, 'Toluca Lake', 341475000, -1183513900, 0),
(45083, 2531, 230, 'Tomales', 382475800, -1229002430, 0),
(45084, 2531, 230, 'Topanga', 340892700, -1186043600, 0),
(45085, 2531, 230, 'Toro Canyon', 344200000, -1195670700, 0),
(45086, 2531, 230, 'Torrance', 338358500, -1183406300, 0),
(45087, 2531, 230, 'Toyon', 382050000, 1207655560, 0),
(45088, 2531, 230, 'Trabuco Canyon', 336609200, -1175853000, 0),
(45089, 2531, 230, 'Tracy', 377396500, -1214252200, 0),
(45090, 2531, 230, 'Travis Air Force Base', 382494440, -1220388890, 0),
(45091, 2531, 230, 'Tres Pinos', 367900260, -1213210450, 0),
(45092, 2531, 230, 'Trinidad', 410705260, -1241255190, 0),
(45093, 2531, 230, 'Trinity Center', 409841700, -1227083300, 0),
(45094, 2531, 230, 'Truckee', 393547100, -1201932700, 0),
(45095, 2531, 230, 'Tujunga', 342512900, -1182906400, 0),
(45096, 2531, 230, 'Tulare', 362084440, -1193405870, 0),
(45097, 2531, 230, 'Tulelake', 419559900, -1214774900, 0),
(45098, 2531, 230, 'Tuolumne City', 379627000, -1202413000, 0),
(45099, 2531, 230, 'Tupman', 352894660, -1193387000, 0),
(45100, 2531, 230, 'Turlock', 374957320, -1208564600, 0),
(45101, 2531, 230, 'Tustin', 337458500, -1178261700, 0),
(45102, 2531, 230, 'Twain Harte', 380396500, -1202326900, 0),
(45103, 2531, 230, 'Twentynine Palms', 341603330, -1160477050, 0),
(45104, 2531, 230, 'Twin Lakes', 369674500, -1219980200, 0),
(45105, 2531, 230, 'Twin Peaks', 342453410, -1172283090, 0),
(45106, 2531, 230, 'Ukiah', 391528040, -1232034310, 0),
(45107, 2531, 230, 'Union City', 375957700, -1220191300, 0),
(45108, 2531, 230, 'Universal City', 341367000, -1183536600, 0),
(45109, 2531, 230, 'Upland', 340975100, -1176483900, 0),
(45110, 2531, 230, 'Upper Lake', 391646100, -1229105500, 0),
(45111, 2531, 230, 'Vacaville', 383967600, -1220041800, 0),
(45112, 2531, 230, 'Valencia', 344060690, -1185353020, 0),
(45113, 2531, 230, 'Valinda', 340452900, -1179436700, 0),
(45114, 2531, 230, 'Valle Vista', 337478000, -1168933600, 0),
(45115, 2531, 230, 'Vallecito', 380902800, -1204736100, 0),
(45116, 2531, 230, 'Vallejo', 381000660, -1222756890, 0),
(45117, 2531, 230, 'Valley Center', 332183700, -1170342000, 0),
(45118, 2531, 230, 'Valley Springs', 381915900, -1208291000, 0),
(45119, 2531, 230, 'Valley Village', 341648800, -1183965000, 0),
(45120, 2531, 230, 'Van Nuys', 341833330, -1184333330, 0),
(45121, 2531, 230, 'Vandenberg Air Force Base', 347483000, -1205181700, 0),
(45122, 2531, 230, 'Vandenberg Village', 347083200, -1204676600, 0),
(45123, 2531, 230, 'Venice', 339908300, -1184591700, 0),
(45124, 2531, 230, 'Ventura', 342711590, -1192160910, 0),
(45125, 2531, 230, 'Verdugo City', 341708300, -1182500000, 0),
(45126, 2531, 230, 'Victor', 381418200, -1212042760, 0),
(45127, 2531, 230, 'Victorville', 345102980, -1173183900, 0),
(45128, 2531, 230, 'View Park-Windsor Hills', 339955100, -1183483500, 0),
(45129, 2531, 230, 'Villa Park', 338144600, -1178131100, 0),
(45130, 2531, 230, 'Vine Hill', 380085300, -1220960800, 0),
(45131, 2531, 230, 'Vineyard', 384644900, -1213469200, 0),
(45132, 2531, 230, 'Visalia', 363400140, -1193025290, 0),
(45133, 2531, 230, 'Vista', 332000400, -1172425400, 0),
(45134, 2531, 230, 'Vista Santa Rosa', 336278000, -1162180600, 0),
(45135, 2531, 230, 'Waldon', 379263100, -1220555200, 0),
(45136, 2531, 230, 'Walnut', 340154000, -1178582250, 0),
(45137, 2531, 230, 'Walnut Creek', 379063100, -1220649600, 0),
(45138, 2531, 230, 'Walnut Grove', 382421400, -1215116200, 0),
(45139, 2531, 230, 'Walnut Park', 339680700, -1182250700, 0),
(45140, 2531, 230, 'Warner Springs', 333063900, -1166238900, 0),
(45141, 2531, 230, 'Wasco', 356158200, -1193916600, 0),
(45142, 2531, 230, 'Washington', 393523180, -1207774480, 0),
(45143, 2531, 230, 'Waterford', 376413200, -1207604800, 0),
(45144, 2531, 230, 'Watsonville', 369422410, -1217827760, 0),
(45145, 2531, 230, 'Weaverville', 407335370, -1229339830, 0),
(45146, 2531, 230, 'Weed', 414226500, -1223861300, 0),
(45147, 2531, 230, 'Weedpatch', 352380200, -1189151000, 0),
(45148, 2531, 230, 'Weimar', 390375000, -1209725000, 0),
(45149, 2531, 230, 'Weldon', 356657900, -1182903600, 0),
(45150, 2531, 230, 'West Athens', 339233500, -1183034100, 0),
(45151, 2531, 230, 'West Carson', 338216800, -1182925700, 0),
(45152, 2531, 230, 'West Covina', 340686200, -1179389500, 0),
(45153, 2531, 230, 'West Hills', 341973100, -1186439800, 0),
(45154, 2531, 230, 'West Hollywood', 340900100, -1183617400, 0),
(45155, 2531, 230, 'West Los Angeles', 340463900, -1184472200, 0),
(45156, 2531, 230, 'West Menlo Park', 374335500, -1222030200, 0),
(45157, 2531, 230, 'West Park', 367102300, -1198512600, 0),
(45158, 2531, 230, 'West Point', 384040030, -1205155610, 0),
(45159, 2531, 230, 'West Puente Valley', 340516800, -1179684000, 0),
(45160, 2531, 230, 'West Rancho Dominguez', 338939000, -1182706300, 0),
(45161, 2531, 230, 'West Sacramento', 385643150, -1215409170, 0),
(45162, 2531, 230, 'West Whittier-Los Nietos', 339760000, -1180690900, 0),
(45163, 2531, 230, 'Westlake Village', 341515290, -1188464940, 0),
(45164, 2531, 230, 'Westley', 375483300, -1212013900, 0),
(45165, 2531, 230, 'Westminster', 337499640, -1179891620, 0),
(45166, 2531, 230, 'Westmont', 339414000, -1183023000, 0),
(45167, 2531, 230, 'Westmorland', 330372700, -1156213800, 0),
(45168, 2531, 230, 'Westwood', 403060000, -1210057900, 0),
(45169, 2531, 230, 'Wheatland', 390098900, -1214230100, 0),
(45170, 2531, 230, 'Whitethorn', 400857300, -1240515800, 0),
(45171, 2531, 230, 'Whittier', 339791800, -1180328400, 0),
(45172, 2531, 230, 'Wildomar', 335989100, -1172800400, 0),
(45173, 2531, 230, 'Williams', 391546100, -1221494200, 0),
(45174, 2531, 230, 'Willits', 394702800, -1233594600, 0),
(45175, 2531, 230, 'Willow Creek', 409395800, -1236314400, 0),
(45176, 2531, 230, 'Willowbrook', 339169600, -1182550700, 0),
(45177, 2531, 230, 'Willows', 395227810, -1221977490, 0),
(45178, 2531, 230, 'Wilmington', 337908170, -1182529890, 0),
(45179, 2531, 230, 'Wilton', 384118600, -1212721700, 0),
(45180, 2531, 230, 'Winchester', 337069700, -1170844700, 0),
(45181, 2531, 230, 'Windsor', 385471300, -1228163800, 0),
(45182, 2531, 230, 'Winnetka', 342083300, -1185752800, 0),
(45183, 2531, 230, 'Winter Gardens', 328311600, -1169333600, 0),
(45184, 2531, 230, 'Winterhaven', 327394400, -1146347200, 0),
(45185, 2531, 230, 'Winters', 385264340, -1219735500, 0),
(45186, 2531, 230, 'Winton', 373893800, -1206132500, 0),
(45187, 2531, 230, 'Wishon', 373200000, -1195566670, 0),
(45188, 2531, 230, 'Woodacre', 380127000, -1226452600, 0),
(45189, 2531, 230, 'Woodbridge', 381540800, -1213013400, 0),
(45190, 2531, 230, 'Woodcrest', 338822400, -1173572700, 0),
(45191, 2531, 230, 'Woodlake', 364135600, -1190987200, 0),
(45192, 2531, 230, 'Woodland', 386785200, -1217733000, 0),
(45193, 2531, 230, 'Woodland Hills', 341760890, -1186201570, 0),
(45194, 2531, 230, 'Woodside', 374299400, -1222538600, 0),
(45195, 2531, 230, 'Wrightwood', 343608300, -1176333900, 0),
(45196, 2531, 230, 'Yermo', 349050000, -1168202800, 0),
(45197, 2531, 230, 'Yorba Linda', 338886300, -1178131100, 0),
(45198, 2531, 230, 'Yorkville', 388958950, -1232290200, 0),
(45199, 2531, 230, 'Yosemite Lakes', 371910600, -1197726500, 0),
(45200, 2531, 230, 'Yosemite National Park', 377452030, -1195982210, 0),
(45201, 2531, 230, 'Yosemite Valley', 377407500, -1195778800, 0),
(45202, 2531, 230, 'Yountville', 384015800, -1223608100, 0),
(45203, 2531, 230, 'Yreka', 417354200, -1226344700, 0),
(45204, 2531, 230, 'Yuba City', 389961900, -1216188300, 0),
(45205, 2531, 230, 'Yucaipa', 340336200, -1170430900, 0),
(45206, 2531, 230, 'Yucca Valley', 341141700, -1164322400, 0),
(45207, 2532, 230, 'Acres Green', 395566600, -1048960900, 0),
(45208, 2532, 230, 'Agate', 394619400, -1039419400, 0),
(45209, 2532, 230, 'Air Force Academy', 390131950, -1048688110, 0),
(45210, 2532, 230, 'Akron', 401605400, -1032143800, 0),
(45211, 2532, 230, 'Alamosa', 374694500, -1058700200, 0),
(45212, 2532, 230, 'Alamosa East', 374773500, -1058421700, 0),
(45213, 2532, 230, 'Almont', 388145400, -1066599600, 0),
(45214, 2532, 230, 'Anton', 397113480, -1032818720, 0),
(45215, 2532, 230, 'Antonito', 370731000, -1062468000, 0),
(45216, 2532, 230, 'Applewood', 397577800, -1051625000, 0),
(45217, 2532, 230, 'Arriba', 392851760, -1032970870, 0),
(45218, 2532, 230, 'Arvada', 398027600, -1050874800, 0),
(45219, 2532, 230, 'Aspen', 391941960, -1068259420, 0),
(45220, 2532, 230, 'Ault', 405824800, -1047319100, 0),
(45221, 2532, 230, 'Aurora', 397294300, -1048319200, 0),
(45222, 2532, 230, 'Avon', 396313200, -1065216000, 0),
(45223, 2532, 230, 'Bailey', 394050000, -1054722200, 0),
(45224, 2532, 230, 'Basalt', 393688700, -1070328200, 0),
(45225, 2532, 230, 'Bayfield', 372255600, -1075981100, 0),
(45226, 2532, 230, 'Bellvue', 406255600, -1051711100, 0),
(45227, 2532, 230, 'Bennett', 397588700, -1044274600, 0),
(45228, 2532, 230, 'Berkley', 398044300, -1050260900, 0),
(45229, 2532, 230, 'Berthoud', 402950850, -1051228800, 0),
(45230, 2532, 230, 'Bethune', 393151220, -1024395260, 0),
(45231, 2532, 230, 'Beulah', 380758300, -1049861100, 0),
(45232, 2532, 230, 'Black Forest', 389978080, -1046946480, 0),
(45233, 2532, 230, 'Black Hawk', 398030600, -1054922200, 0),
(45234, 2532, 230, 'Blanca', 374303000, -1055225890, 0),
(45235, 2532, 230, 'Boone', 382500000, -1042552800, 0),
(45236, 2532, 230, 'Boulder', 400467950, -1052125030, 0),
(45237, 2532, 230, 'Breckenridge', 394816500, -1060383500, 0),
(45238, 2532, 230, 'Briggsdale', 406368150, -1043486690, 0),
(45239, 2532, 230, 'Brighton', 399852600, -1048205300, 0),
(45240, 2532, 230, 'Broomfield', 398828220, -1051064770, 0),
(45241, 2532, 230, 'Brush', 402588700, -1036238400, 0),
(45242, 2532, 230, 'Buena Vista', 388422200, -1061311300, 0),
(45243, 2532, 230, 'Buffalo Creek', 393863900, -1052700000, 0),
(45244, 2532, 230, 'Burlington', 393061100, -1022693600, 0),
(45245, 2532, 230, 'Byers', 396644300, -1041362200, 0),
(45246, 2532, 230, 'Calhan', 390352800, -1042997200, 0),
(45247, 2532, 230, 'Canon City', 384409800, -1052424500, 0),
(45248, 2532, 230, 'Carbondale', 394022100, -1072111600, 0),
(45249, 2532, 230, 'Carr', 408509030, -1048574950, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(45250, 2532, 230, 'Carriage Club', 395324900, -1049010900, 0),
(45251, 2532, 230, 'Cascade', 389148600, -1049868600, 0),
(45252, 2532, 230, 'Castle Pines', 394580400, -1048960900, 0),
(45253, 2532, 230, 'Castle Rock', 393722100, -1048560900, 0),
(45254, 2532, 230, 'Castlewood', 395847100, -1049010900, 0),
(45255, 2532, 230, 'Cedaredge', 389016500, -1079264500, 0),
(45256, 2532, 230, 'Centennial', 395791600, -1048769200, 0),
(45257, 2532, 230, 'Center', 377530600, -1061086400, 0),
(45258, 2532, 230, 'Central City', 398019300, -1055141600, 0),
(45259, 2532, 230, 'Cherry Hills Village', 396416500, -1049594300, 0),
(45260, 2532, 230, 'Cheyenne Wells', 388491100, -1023802040, 0),
(45261, 2532, 230, 'Cimarron Hills', 388586100, -1046988600, 0),
(45262, 2532, 230, 'Clifton', 390919300, -1084489800, 0),
(45263, 2532, 230, 'Climax', 393658300, -1061858300, 0),
(45264, 2532, 230, 'Collbran', 392391700, -1079661100, 0),
(45265, 2532, 230, 'Colorado City', 379452900, -1048352600, 0),
(45266, 2532, 230, 'Colorado Springs', 389576600, -1047566400, 0),
(45267, 2532, 230, 'Columbine', 395877700, -1050694300, 0),
(45268, 2532, 230, 'Columbine Valley', 396011000, -1050322100, 0),
(45269, 2532, 230, 'Commerce City', 398083200, -1049338700, 0),
(45270, 2532, 230, 'Como', 393158300, -1058922200, 0),
(45271, 2532, 230, 'Conejos', 370883500, -1060197400, 0),
(45272, 2532, 230, 'Conifer', 395205600, -1053058300, 0),
(45273, 2532, 230, 'Cortez', 373488800, -1085859300, 0),
(45274, 2532, 230, 'Cotopaxi', 383711100, -1056872200, 0),
(45275, 2532, 230, 'Craig', 405152500, -1075464500, 0),
(45276, 2532, 230, 'Crawford', 387105010, -1076177090, 0),
(45277, 2532, 230, 'Creede', 378491700, -1069264300, 0),
(45278, 2532, 230, 'Crested Butte', 388697100, -1069878200, 0),
(45279, 2532, 230, 'Crestone', 379958300, -1056997200, 0),
(45280, 2532, 230, 'Cripple Creek', 387466600, -1051783100, 0),
(45281, 2532, 230, 'Crowley', 381936100, -1038577800, 0),
(45282, 2532, 230, 'Dacono', 400847100, -1049394200, 0),
(45283, 2532, 230, 'Del Norte', 376788900, -1063533700, 0),
(45284, 2532, 230, 'Delta', 387422100, -1080689600, 0),
(45285, 2532, 230, 'Denver', 397391500, -1049847000, 0),
(45286, 2532, 230, 'Derby', 398394300, -1049185900, 0),
(45287, 2532, 230, 'Dillon', 396277800, -1060441700, 0),
(45288, 2532, 230, 'Divide', 389419400, -1051577800, 0),
(45289, 2532, 230, 'Dolores', 374744400, -1084983300, 0),
(45290, 2532, 230, 'Dove Creek', 377661000, -1089059400, 0),
(45291, 2532, 230, 'Dove Valley', 395777100, -1048294000, 0),
(45292, 2532, 230, 'Durango', 373159580, -1078792660, 0),
(45293, 2532, 230, 'Eads', 384805600, -1027818600, 0),
(45294, 2532, 230, 'Eagle', 396552600, -1068286500, 0),
(45295, 2532, 230, 'Eastlake', 399339140, -1049571730, 0),
(45296, 2532, 230, 'Eaton', 405228910, -1046892440, 0),
(45297, 2532, 230, 'Eckert', 388427800, -1079613900, 0),
(45298, 2532, 230, 'Edgewater', 397530400, -1050641500, 0),
(45299, 2532, 230, 'Edwards', 396449900, -1065942000, 0),
(45300, 2532, 230, 'Egnar', 379100000, -1089300000, 0),
(45301, 2532, 230, 'El Jebel', 393949800, -1070903300, 0),
(45302, 2532, 230, 'Elbert', 392200000, -1045366700, 0),
(45303, 2532, 230, 'Eldorado Springs', 399408300, -1052558300, 0),
(45304, 2532, 230, 'Elizabeth', 393602700, -1045969200, 0),
(45305, 2532, 230, 'Ellicott', 388383300, -1043869100, 0),
(45306, 2532, 230, 'Englewood', 396130870, -1048839250, 0),
(45307, 2532, 230, 'Erie', 400502600, -1050499800, 0),
(45308, 2532, 230, 'Estes Park', 403772100, -1055216700, 0),
(45309, 2532, 230, 'Evans', 403763700, -1046921900, 0),
(45310, 2532, 230, 'Evergreen', 396333200, -1053172100, 0),
(45311, 2532, 230, 'Fairplay', 392247100, -1060019600, 0),
(45312, 2532, 230, 'Federal Heights', 398513700, -1049985900, 0),
(45313, 2532, 230, 'Firestone', 401124800, -1049366400, 0),
(45314, 2532, 230, 'Flagler', 393235660, -1030571490, 0),
(45315, 2532, 230, 'Fleming', 406209710, -1028547130, 0),
(45316, 2532, 230, 'Florence', 383700600, -1051197600, 0),
(45317, 2532, 230, 'Florissant', 389461100, -1052897200, 0),
(45318, 2532, 230, 'Fort Carson', 387374900, -1047888600, 0),
(45319, 2532, 230, 'Fort Collins', 405852600, -1050844200, 0),
(45320, 2532, 230, 'Fort Garland', 374294400, -1054352800, 0),
(45321, 2532, 230, 'Fort Lupton', 400847100, -1048130300, 0),
(45322, 2532, 230, 'Fort Morgan', 402546720, -1038085950, 0),
(45323, 2532, 230, 'Fountain', 386822200, -1047008100, 0),
(45324, 2532, 230, 'Foxton', 394713000, -1052517000, 0),
(45325, 2532, 230, 'Franktown', 393902800, -1047538900, 0),
(45326, 2532, 230, 'Fraser', 399449900, -1058172300, 0),
(45327, 2532, 230, 'Frederick', 400991500, -1049372000, 0),
(45328, 2532, 230, 'Frisco', 395743800, -1060969200, 0),
(45329, 2532, 230, 'Fruita', 391588700, -1087289900, 0),
(45330, 2532, 230, 'Fruitvale', 390816500, -1084967600, 0),
(45331, 2532, 230, 'Genesee', 396858200, -1052727700, 0),
(45332, 2532, 230, 'Georgetown', 397061000, -1056975000, 0),
(45333, 2532, 230, 'Gilcrest', 402850550, -1047763810, 0),
(45334, 2532, 230, 'Gill', 404538900, -1045416700, 0),
(45335, 2532, 230, 'Glen Haven', 404536100, -1054488900, 0),
(45336, 2532, 230, 'Glendale', 397049900, -1049335900, 0),
(45337, 2532, 230, 'Gleneagle', 390452700, -1048244200, 0),
(45338, 2532, 230, 'Glenwood Springs', 395271050, -1073407400, 0),
(45339, 2532, 230, 'Golden', 397131000, -1052321000, 0),
(45340, 2532, 230, 'Granby', 400861000, -1059394600, 0),
(45341, 2532, 230, 'Grand Junction', 390803500, -1085423000, 0),
(45342, 2532, 230, 'Grand Lake', 402137600, -1058561740, 0),
(45343, 2532, 230, 'Grant', 394849440, -1057426750, 0),
(45344, 2532, 230, 'Greeley', 404233100, -1047091300, 0),
(45345, 2532, 230, 'Green Mountain Falls', 389347200, -1050177800, 0),
(45346, 2532, 230, 'Greenwood Village', 396172100, -1049508100, 0),
(45347, 2532, 230, 'Gunbarrel', 400633500, -1051710700, 0),
(45348, 2532, 230, 'Gunnison', 384534200, -1066098600, 0),
(45349, 2532, 230, 'Gypsum', 396469300, -1069517100, 0),
(45350, 2532, 230, 'Hartsel', 390213900, -1057958300, 0),
(45351, 2532, 230, 'Haxtun', 406416700, -1026288900, 0),
(45352, 2532, 230, 'Hayden', 404952900, -1072572900, 0),
(45353, 2532, 230, 'Henderson', 399216700, -1048683300, 0),
(45354, 2532, 230, 'Hesperus', 372866700, -1080391700, 0),
(45355, 2532, 230, 'Highlands Ranch', 395538800, -1049694300, 0),
(45356, 2532, 230, 'Hillside', 382718800, -1056074600, 0),
(45357, 2532, 230, 'Hoehne', 371693500, -1045030900, 0),
(45358, 2532, 230, 'Holly', 380544400, -1021252800, 0),
(45359, 2532, 230, 'Holyoke', 405844400, -1023024100, 0),
(45360, 2532, 230, 'Hot Sulphur Springs', 400730400, -1061028000, 0),
(45361, 2532, 230, 'Hotchkiss', 387991700, -1077169400, 0),
(45362, 2532, 230, 'Howard', 384486100, -1058344400, 0),
(45363, 2532, 230, 'Hudson', 400735900, -1046430200, 0),
(45364, 2532, 230, 'Hugo', 389428900, -1032699100, 0),
(45365, 2532, 230, 'Hygiene', 401985820, -1051849730, 0),
(45366, 2532, 230, 'Idaho Springs', 397355300, -1055252100, 0),
(45367, 2532, 230, 'Idledale', 396671770, -1052518700, 0),
(45368, 2532, 230, 'Ignacio', 371166670, -1076350000, 0),
(45369, 2532, 230, 'Indian Hills', 396166500, -1052372100, 0),
(45370, 2532, 230, 'Jamestown', 401155600, -1053875000, 0),
(45371, 2532, 230, 'Jefferson', 392247220, -1060013890, 0),
(45372, 2532, 230, 'Joes', 396558300, -1026750000, 0),
(45373, 2532, 230, 'Johnstown', 403369300, -1049122000, 0),
(45374, 2532, 230, 'Julesburg', 408841800, -1021852300, 0),
(45375, 2532, 230, 'Keenesburg', 400965440, -1045051670, 0),
(45376, 2532, 230, 'Ken Caryl', 395772600, -1051168700, 0),
(45377, 2532, 230, 'Kersey', 403455060, -1045296660, 0),
(45378, 2532, 230, 'Keystone', 395994300, -1059872400, 0),
(45379, 2532, 230, 'Kiowa', 393472100, -1044644100, 0),
(45380, 2532, 230, 'Kit Carson', 387638900, -1027938900, 0),
(45381, 2532, 230, 'Kittredge', 396547100, -1052997100, 0),
(45382, 2532, 230, 'Kremmling', 400588700, -1063889200, 0),
(45383, 2532, 230, 'La Junta', 378182200, -1037740500, 0),
(45384, 2532, 230, 'La Salle', 403488700, -1047019100, 0),
(45385, 2532, 230, 'Lafayette', 399998820, -1050992740, 0),
(45386, 2532, 230, 'Lake City', 380300000, -1073153300, 0),
(45387, 2532, 230, 'Lake George', 389802800, -1053577800, 0),
(45388, 2532, 230, 'Lakewood', 397047100, -1050813700, 0),
(45389, 2532, 230, 'Lamar', 380872300, -1026207500, 0),
(45390, 2532, 230, 'Laporte', 406263700, -1051377600, 0),
(45391, 2532, 230, 'Larkspur', 392272200, -1048841700, 0),
(45392, 2532, 230, 'Las Animas', 380666700, -1032227100, 0),
(45393, 2532, 230, 'Leadville', 392508200, -1062925200, 0),
(45394, 2532, 230, 'Limon', 392638800, -1036921700, 0),
(45395, 2532, 230, 'Lincoln Park', 384291600, -1052199900, 0),
(45396, 2532, 230, 'Littleton', 396133200, -1050166500, 0),
(45397, 2532, 230, 'Livermore', 407944400, -1052166670, 0),
(45398, 2532, 230, 'Lochbuie', 400072100, -1047160800, 0),
(45399, 2532, 230, 'Log Lane Village', 402609000, -1038185400, 0),
(45400, 2532, 230, 'Lone Tree', 395462950, -1048967720, 0),
(45401, 2532, 230, 'Longmont', 401672100, -1051019300, 0),
(45402, 2532, 230, 'Louisville', 399664200, -1051542000, 0),
(45403, 2532, 230, 'Louviers', 394760140, -1050062310, 0),
(45404, 2532, 230, 'Loveland', 404268890, -1050930910, 0),
(45405, 2532, 230, 'Lyons', 402247100, -1052713800, 0),
(45406, 2532, 230, 'Mack', 392394210, -1088484700, 0),
(45407, 2532, 230, 'Mancos', 373450000, -1082892500, 0),
(45408, 2532, 230, 'Manitou Springs', 388597100, -1049172000, 0),
(45409, 2532, 230, 'Masonville', 404872200, -1052100000, 0),
(45410, 2532, 230, 'Matheson', 391722200, -1039763900, 0),
(45411, 2532, 230, 'Mead', 402333200, -1049985900, 0),
(45412, 2532, 230, 'Meeker', 400374700, -1079131300, 0),
(45413, 2532, 230, 'Meridian', 395516600, -1048588700, 0),
(45414, 2532, 230, 'Merino', 404844400, -1033536100, 0),
(45415, 2532, 230, 'Milliken', 403294300, -1048552500, 0),
(45416, 2532, 230, 'Minturn', 395863700, -1064308600, 0),
(45417, 2532, 230, 'Monarch', 385326100, -1059967450, 0),
(45418, 2532, 230, 'Monte Vista', 375791700, -1061480800, 0),
(45419, 2532, 230, 'Montrose', 384866790, -1078382320, 0),
(45420, 2532, 230, 'Monument', 390916600, -1048727600, 0),
(45421, 2532, 230, 'Morrison', 396516700, -1051902800, 0),
(45422, 2532, 230, 'Mosca', 376501430, -1056998800, 0),
(45423, 2532, 230, 'Nathrop', 387472200, -1060755600, 0),
(45424, 2532, 230, 'Naturita', 382197200, -1085675000, 0),
(45425, 2532, 230, 'Nederland', 399613800, -1055108300, 0),
(45426, 2532, 230, 'New Castle', 395727600, -1075364400, 0),
(45427, 2532, 230, 'Niwot', 401038700, -1051708200, 0),
(45428, 2532, 230, 'Northglenn', 398855400, -1049872000, 0),
(45429, 2532, 230, 'Norwood', 381311100, -1082913900, 0),
(45430, 2532, 230, 'Nucla', 382657250, -1085530810, 0),
(45431, 2532, 230, 'Nunn', 407511300, -1047405400, 0),
(45432, 2532, 230, 'Oak Creek', 402750000, -1069575000, 0),
(45433, 2532, 230, 'Olathe', 386049900, -1079822900, 0),
(45434, 2532, 230, 'Orchard', 403715590, -1040980720, 0),
(45435, 2532, 230, 'Orchard Mesa', 390430400, -1085523200, 0),
(45436, 2532, 230, 'Ordway', 382180600, -1037560600, 0),
(45437, 2532, 230, 'Otis', 401505600, -1029625000, 0),
(45438, 2532, 230, 'Ouray', 380578010, -1077017870, 0),
(45439, 2532, 230, 'Ovid', 409339120, -1023820260, 0),
(45440, 2532, 230, 'Padroni', 408409590, -1032939190, 0),
(45441, 2532, 230, 'Pagosa Springs', 372694500, -1070097600, 0),
(45442, 2532, 230, 'Palisade', 391102600, -1083509200, 0),
(45443, 2532, 230, 'Palmer Lake', 391222100, -1049172000, 0),
(45444, 2532, 230, 'Paonia', 388683200, -1075920000, 0),
(45445, 2532, 230, 'Parachute', 394519200, -1080528500, 0),
(45446, 2532, 230, 'Parker', 395186000, -1047613600, 0),
(45447, 2532, 230, 'Peetz', 409528420, -1030697030, 0),
(45448, 2532, 230, 'Penrose', 384326120, -1050069530, 0),
(45449, 2532, 230, 'Peyton', 390294400, -1044827800, 0),
(45450, 2532, 230, 'Phippsburg', 402164890, -1069654350, 0),
(45451, 2532, 230, 'Pine', 394100000, -1053219400, 0),
(45452, 2532, 230, 'Pinecliffe', 399316700, -1054288900, 0),
(45453, 2532, 230, 'Pleasant View', 375520290, -1088064660, 0),
(45454, 2532, 230, 'Poncha Springs', 385146320, -1060759380, 0),
(45455, 2532, 230, 'Ponderosa Park', 394083200, -1046510800, 0),
(45456, 2532, 230, 'Pueblo', 382544500, -1046091400, 0),
(45457, 2532, 230, 'Pueblo West', 383500000, -1047227500, 0),
(45458, 2532, 230, 'Rangely', 400912440, -1088007200, 0),
(45459, 2532, 230, 'Red Feather Lakes', 408054080, -1055910110, 0),
(45460, 2532, 230, 'Redlands', 390788700, -1086356500, 0),
(45461, 2532, 230, 'Rico', 376922200, -1080308300, 0),
(45462, 2532, 230, 'Ridgway', 381519400, -1077569400, 0),
(45463, 2532, 230, 'Rifle', 395347000, -1077831200, 0),
(45464, 2532, 230, 'Rocky Ford', 380525100, -1037202300, 0),
(45465, 2532, 230, 'Roggen', 401156600, -1043175440, 0),
(45466, 2532, 230, 'Roxborough Park', 394738800, -1050852600, 0),
(45467, 2532, 230, 'Rye', 379279070, -1049006300, 0),
(45468, 2532, 230, 'Saguache', 380875000, -1061419700, 0),
(45469, 2532, 230, 'Salida', 385347200, -1059989000, 0),
(45470, 2532, 230, 'San Luis', 372008500, -1054239000, 0),
(45471, 2532, 230, 'Security-Widefield', 387472800, -1047143900, 0),
(45472, 2532, 230, 'Sedalia', 394377800, -1049641700, 0),
(45473, 2532, 230, 'Severance', 405241500, -1048510800, 0),
(45474, 2532, 230, 'Sheridan', 396469300, -1050252600, 0),
(45475, 2532, 230, 'Silt', 395485900, -1076561700, 0),
(45476, 2532, 230, 'Silverthorne', 396321400, -1060742800, 0),
(45477, 2532, 230, 'Silverton', 378126000, -1076629020, 0),
(45478, 2532, 230, 'Simla', 391408300, -1040827800, 0),
(45479, 2532, 230, 'Snowmass', 392865440, -1069790960, 0),
(45480, 2532, 230, 'Snowmass Village', 392130400, -1069378200, 0),
(45481, 2532, 230, 'Somerset', 389626200, -1072965500, 0),
(45482, 2532, 230, 'Southglenn', 395872100, -1049527600, 0),
(45483, 2532, 230, 'Springfield', 374083500, -1026143600, 0),
(45484, 2532, 230, 'Starkville', 371172200, -1045244400, 0),
(45485, 2532, 230, 'Steamboat Springs', 404849800, -1068317200, 0),
(45486, 2532, 230, 'Sterling', 406255400, -1032077100, 0),
(45487, 2532, 230, 'Stonegate', 395308200, -1048038600, 0),
(45488, 2532, 230, 'Strasburg', 397383200, -1043232900, 0),
(45489, 2532, 230, 'Stratmoor', 387738800, -1047797000, 0),
(45490, 2532, 230, 'Stratton', 393030600, -1026041700, 0),
(45491, 2532, 230, 'Sugar City', 382484800, -1036634640, 0),
(45492, 2532, 230, 'Superior', 399527600, -1051686000, 0),
(45493, 2532, 230, 'Swink', 380144040, -1036266400, 0),
(45494, 2532, 230, 'Tabernash', 399925000, -1058463900, 0),
(45495, 2532, 230, 'Telluride', 379814260, -1079428200, 0),
(45496, 2532, 230, 'The Pinery', 394552700, -1047344200, 0),
(45497, 2532, 230, 'Thornton', 398680400, -1049719200, 0),
(45498, 2532, 230, 'Timnath', 405293730, -1049817800, 0),
(45499, 2532, 230, 'Todd Creek', 399780400, -1048733100, 0),
(45500, 2532, 230, 'Trinidad', 371694600, -1045005400, 0),
(45501, 2532, 230, 'Twin Lakes', 398249900, -1050047000, 0),
(45502, 2532, 230, 'Vail', 396402600, -1063742000, 0),
(45503, 2532, 230, 'Victor', 387097200, -1051408300, 0),
(45504, 2532, 230, 'Villa Grove', 382480600, -1059488900, 0),
(45505, 2532, 230, 'Walsenburg', 376241800, -1047802600, 0),
(45506, 2532, 230, 'Walsh', 373478290, -1022580870, 0),
(45507, 2532, 230, 'Ward', 400722200, -1055100000, 0),
(45508, 2532, 230, 'Watkins', 397611530, -1046524330, 0),
(45509, 2532, 230, 'Welby', 398366500, -1049591500, 0),
(45510, 2532, 230, 'Wellington', 407038700, -1050085900, 0),
(45511, 2532, 230, 'Westcliffe', 381347200, -1054658400, 0),
(45512, 2532, 230, 'Westminster', 398366500, -1050372000, 0),
(45513, 2532, 230, 'Wheat Ridge', 397661000, -1050772100, 0),
(45514, 2532, 230, 'Whitewater', 389897200, -1084516700, 0),
(45515, 2532, 230, 'Wiggins', 402302800, -1040733300, 0),
(45516, 2532, 230, 'Windsor', 404808040, -1049009330, 0),
(45517, 2532, 230, 'Winter Park', 399041700, -1057791700, 0),
(45518, 2532, 230, 'Woodland Park', 389956060, -1050732560, 0),
(45519, 2532, 230, 'Woodmoor', 391013800, -1048474800, 0),
(45520, 2532, 230, 'Woodrow', 397317630, -1035049190, 0),
(45521, 2532, 230, 'Woody Creek', 392708300, -1068861100, 0),
(45522, 2532, 230, 'Wray', 400758200, -1022232500, 0),
(45523, 2532, 230, 'Yampa', 401533300, -1069083300, 0),
(45524, 2532, 230, 'Yoder', 387503410, -1042001150, 0),
(45525, 2532, 230, 'Yuma', 401222100, -1027252100, 0),
(45526, 2533, 230, 'Abington', 418461960, -720147220, 0),
(45527, 2533, 230, 'Amston', 416527800, -723913900, 0),
(45528, 2533, 230, 'Andover', 417327800, -723747200, 0),
(45529, 2533, 230, 'Ansonia', 413462100, -730790000, 0),
(45530, 2533, 230, 'Ashford', 418830000, -721670000, 0),
(45531, 2533, 230, 'Avon', 417922390, -728575630, 0),
(45532, 2533, 230, 'Ballouville', 418729300, -718620700, 0),
(45533, 2533, 230, 'Baltic', 416170400, -720845200, 0),
(45534, 2533, 230, 'Bantam', 417233300, -732405600, 0),
(45535, 2533, 230, 'Barkhamsted', 419291700, -729722200, 0),
(45536, 2533, 230, 'Beacon Falls', 414386100, -730555600, 0),
(45537, 2533, 230, 'Berlin', 416138900, -727725000, 0),
(45538, 2533, 230, 'Bethany', 414255600, -729925000, 0),
(45539, 2533, 230, 'Bethel', 413712100, -734140100, 0),
(45540, 2533, 230, 'Bethlehem', 416406820, -732135660, 0),
(45541, 2533, 230, 'Bloomfield', 418407000, -727423000, 0),
(45542, 2533, 230, 'Blue Hills', 418128800, -726975900, 0),
(45543, 2533, 230, 'Bolton', 417641700, -724375000, 0),
(45544, 2533, 230, 'Bozrah', 415447200, -721752800, 0),
(45545, 2533, 230, 'Branford', 412778200, -727967000, 0),
(45546, 2533, 230, 'Branford Center', 412773800, -728151100, 0),
(45547, 2533, 230, 'Bridgeport', 411670400, -732048300, 0),
(45548, 2533, 230, 'Bridgewater', 415258300, -733608300, 0),
(45549, 2533, 230, 'Bristol', 416717600, -729492700, 0),
(45550, 2533, 230, 'Broad Brook', 419123200, -725450900, 0),
(45551, 2533, 230, 'Brookfield', 414681600, -733891800, 0),
(45552, 2533, 230, 'Brooklyn', 417877800, -719555600, 0),
(45553, 2533, 230, 'Burlington', 417586100, -729577800, 0),
(45554, 2533, 230, 'Canaan', 420273100, -733292800, 0),
(45555, 2533, 230, 'Canterbury', 417000000, -720000000, 0),
(45556, 2533, 230, 'Canton', 418358200, -728964050, 0),
(45557, 2533, 230, 'Canton Center', 418499000, -729211000, 0),
(45558, 2533, 230, 'Chaplin', 418082100, -721169030, 0),
(45559, 2533, 230, 'Cheshire', 415069480, -729074880, 0),
(45560, 2533, 230, 'Cheshire Village', 415026000, -728995200, 0),
(45561, 2533, 230, 'Chester', 414041100, -724670560, 0),
(45562, 2533, 230, 'Clinton', 412787100, -725275900, 0),
(45563, 2533, 230, 'Colchester', 415756500, -723320300, 0),
(45564, 2533, 230, 'Collinsville', 418128800, -729201000, 0),
(45565, 2533, 230, 'Columbia', 416911100, -723072200, 0),
(45566, 2533, 230, 'Cornwall', 418283410, -733326020, 0),
(45567, 2533, 230, 'Cornwall Bridge', 417706200, -733674000, 0),
(45568, 2533, 230, 'Cos Cob', 410334300, -735995700, 0),
(45569, 2533, 230, 'Coventry', 417806230, -723300990, 0),
(45570, 2533, 230, 'Cromwell', 416104960, -726653950, 0),
(45571, 2533, 230, 'Crystal Lake', 419317600, -723784200, 0),
(45572, 2533, 230, 'Danbury', 413948200, -734540100, 0),
(45573, 2533, 230, 'Danielson', 418026000, -718859100, 0),
(45574, 2533, 230, 'Darien', 410787100, -734692900, 0),
(45575, 2533, 230, 'Dayville', 418537430, -718599700, 0),
(45576, 2533, 230, 'Deep River', 413752800, -724934640, 0),
(45577, 2533, 230, 'Deep River Center', 413822100, -724386200, 0),
(45578, 2533, 230, 'Derby', 413206500, -730890000, 0),
(45579, 2533, 230, 'Durham', 414817600, -726812100, 0),
(45580, 2533, 230, 'East Berlin', 416183300, -727161100, 0),
(45581, 2533, 230, 'East Canaan', 420225000, -732908300, 0),
(45582, 2533, 230, 'East Glastonbury', 416899380, -725332250, 0),
(45583, 2533, 230, 'East Granby', 419322250, -727459890, 0),
(45584, 2533, 230, 'East Haddam', 414531500, -724612000, 0),
(45585, 2533, 230, 'East Hampton', 415759300, -725025900, 0),
(45586, 2533, 230, 'East Hartford', 417735100, -726213400, 0),
(45587, 2533, 230, 'East Haven', 412762100, -728684300, 0),
(45588, 2533, 230, 'East Lyme', 413530600, -722294400, 0),
(45589, 2533, 230, 'East Norwalk', 411056500, -733984500, 0),
(45590, 2533, 230, 'East Windsor', 419035800, -725955000, 0),
(45591, 2533, 230, 'East Windsor Hill', 418625570, -726035710, 0),
(45592, 2533, 230, 'Easton', 412658300, -733008300, 0),
(45593, 2533, 230, 'Ellington', 419039900, -724698100, 0),
(45594, 2533, 230, 'Enfield', 419750000, -725494400, 0),
(45595, 2533, 230, 'Essex', 413647530, -724135920, 0),
(45596, 2533, 230, 'Fairfield', 411412100, -732637300, 0),
(45597, 2533, 230, 'Falls Village', 419563900, -733636100, 0),
(45598, 2533, 230, 'Farmington', 417277180, -728373770, 0),
(45599, 2533, 230, 'Gales Ferry', 414298200, -720820200, 0),
(45600, 2533, 230, 'Gaylordsville', 416491200, -734833350, 0),
(45601, 2533, 230, 'Georgetown', 412556500, -734348400, 0),
(45602, 2533, 230, 'Glastonbury', 417065820, -725646400, 0),
(45603, 2533, 230, 'Glastonbury Center', 417009300, -725995300, 0),
(45604, 2533, 230, 'Glenville', 410353800, -736598500, 0),
(45605, 2533, 230, 'Goshen', 418479200, -732312000, 0),
(45606, 2533, 230, 'Granby', 419622200, -728394400, 0),
(45607, 2533, 230, 'Greens Farms', 411216000, -733210000, 0),
(45608, 2533, 230, 'Greenwich', 410354700, -736285540, 0),
(45609, 2533, 230, 'Groton', 413501000, -720784100, 0),
(45610, 2533, 230, 'Guilford', 413143100, -726969880, 0),
(45611, 2533, 230, 'Guilford Center', 412815600, -726761800, 0),
(45612, 2533, 230, 'Haddam', 414647950, -725168380, 0),
(45613, 2533, 230, 'Hamden', 413959300, -728967700, 0),
(45614, 2533, 230, 'Hampton', 417662920, -720630520, 0),
(45615, 2533, 230, 'Hartford', 417478730, -726944420, 0),
(45616, 2533, 230, 'Harwinton', 417544400, -730569400, 0),
(45617, 2533, 230, 'Hawleyville', 414335500, -733549000, 0),
(45618, 2533, 230, 'Hazardville', 419873200, -725448100, 0),
(45619, 2533, 230, 'Hebron', 416578800, -723659200, 0),
(45620, 2533, 230, 'Heritage Village', 414856500, -732378900, 0),
(45621, 2533, 230, 'Higganum', 414970400, -725570300, 0),
(45622, 2533, 230, 'Ivoryton', 413483300, -724391700, 0),
(45623, 2533, 230, 'Jewett City', 416067700, -719809100, 0),
(45624, 2533, 230, 'Kensington', 416353800, -727687100, 0),
(45625, 2533, 230, 'Kent', 417366410, -734527130, 0),
(45626, 2533, 230, 'Killingworth', 413805560, -725763890, 0),
(45627, 2533, 230, 'Lake Pocotopaug', 415984300, -725103700, 0),
(45628, 2533, 230, 'Lakeside', 416841670, -731966670, 0),
(45629, 2533, 230, 'Lakeville', 419645280, -734407780, 0),
(45630, 2533, 230, 'Lebanon', 416325000, -722400000, 0),
(45631, 2533, 230, 'Ledyard', 414461460, -719969490, 0),
(45632, 2533, 230, 'Ledyard Center', 414398200, -720142400, 0),
(45633, 2533, 230, 'Lisbon', 416039900, -720117400, 0),
(45634, 2533, 230, 'Litchfield', 417473200, -731887200, 0),
(45635, 2533, 230, 'Madison', 412795400, -725984300, 0),
(45636, 2533, 230, 'Madison Center', 412792500, -726004800, 0),
(45637, 2533, 230, 'Manchester', 417759300, -725214800, 0),
(45638, 2533, 230, 'Mansfield Center', 417663900, -721947200, 0),
(45639, 2533, 230, 'Mansfield City', 417659300, -722336900, 0),
(45640, 2533, 230, 'Mansfield Depot', 418149990, -722870030, 0),
(45641, 2533, 230, 'Marion', 415638900, -729247200, 0),
(45642, 2533, 230, 'Marlborough', 416352800, -724872200, 0),
(45643, 2533, 230, 'Meriden', 415335610, -727984030, 0),
(45644, 2533, 230, 'Middlebury', 415275000, -731233300, 0),
(45645, 2533, 230, 'Middlefield', 415175000, -727122200, 0),
(45646, 2533, 230, 'Middletown', 415509030, -726636780, 0),
(45647, 2533, 230, 'Milford', 412223200, -730565000, 0),
(45648, 2533, 230, 'Milldale', 415658900, -729020630, 0),
(45649, 2533, 230, 'Monroe', 413409000, -732344400, 0),
(45650, 2533, 230, 'Montville Center', 414789900, -721511900, 0),
(45651, 2533, 230, 'Moodus', 415028800, -724500900, 0),
(45652, 2533, 230, 'Moosup', 417128800, -718809100, 0),
(45653, 2533, 230, 'Morris', 416938900, -732105600, 0),
(45654, 2533, 230, 'Mystic', 413613600, -719738400, 0),
(45655, 2533, 230, 'Naugatuck', 414859300, -730506600, 0),
(45656, 2533, 230, 'New Britain', 416587910, -728012740, 0),
(45657, 2533, 230, 'New Canaan', 411468000, -734949000, 0),
(45658, 2533, 230, 'New Fairfield', 414825000, -734886100, 0),
(45659, 2533, 230, 'New Hartford', 418443600, -730128000, 0),
(45660, 2533, 230, 'New Hartford Center', 418799600, -729753000, 0),
(45661, 2533, 230, 'New Haven', 413081500, -729281600, 0),
(45662, 2533, 230, 'New London', 413556500, -720995200, 0),
(45663, 2533, 230, 'New Milford', 415770400, -734084500, 0),
(45664, 2533, 230, 'New Preston Marble Dale', 416892770, -733480300, 0),
(45665, 2533, 230, 'Newington', 416978800, -727237100, 0),
(45666, 2533, 230, 'Newtown', 414139800, -733034500, 0),
(45667, 2533, 230, 'Niantic', 413253800, -721931300, 0),
(45668, 2533, 230, 'North Branford', 413276000, -727673200, 0),
(45669, 2533, 230, 'North Canton', 419015630, -728901880, 0),
(45670, 2533, 230, 'North Franklin', 416197200, -721425000, 0),
(45671, 2533, 230, 'North Haven', 413909300, -728595400, 0),
(45672, 2533, 230, 'North Stamford', 411381500, -735434600, 0),
(45673, 2533, 230, 'North Stonington', 414666670, -718666670, 0),
(45674, 2533, 230, 'North Windham', 417170000, -721670000, 0),
(45675, 2533, 230, 'Northfield', 416948000, -731106000, 0),
(45676, 2533, 230, 'Northford', 414000000, -727830600, 0),
(45677, 2533, 230, 'Norwalk', 411324980, -734046050, 0),
(45678, 2533, 230, 'Norwich', 415508400, -720273600, 0),
(45679, 2533, 230, 'Oakdale', 414638900, -721555600, 0),
(45680, 2533, 230, 'Oakville', 415934300, -730853900, 0),
(45681, 2533, 230, 'Old Greenwich', 410324710, -735661210, 0),
(45682, 2533, 230, 'Old Lyme', 413172200, -723030600, 0),
(45683, 2533, 230, 'Old Saybrook', 412917700, -723762000, 0),
(45684, 2533, 230, 'Orange', 412784300, -730256600, 0),
(45685, 2533, 230, 'Oxford', 414339900, -731167800, 0),
(45686, 2533, 230, 'Oxoboxo River', 414439100, -721250200, 0),
(45687, 2533, 230, 'Pawcatuck', 413730130, -718496220, 0),
(45688, 2533, 230, 'Pine Meadow', 419170440, -730645700, 0),
(45689, 2533, 230, 'Plainfield', 416764900, -719150700, 0),
(45690, 2533, 230, 'Plainville', 416724000, -728646650, 0),
(45691, 2533, 230, 'Plantsville', 415905600, -728930600, 0),
(45692, 2533, 230, 'Pomfret', 419074140, -719588480, 0),
(45693, 2533, 230, 'Pomfret Center', 418886100, -719641700, 0),
(45694, 2533, 230, 'Poquonock Bridge', 413451000, -720248000, 0),
(45695, 2533, 230, 'Portland', 415728800, -726406500, 0),
(45696, 2533, 230, 'Preston City', 415162200, -719950800, 0),
(45697, 2533, 230, 'Prospect', 415023200, -729787200, 0),
(45698, 2533, 230, 'Putnam', 419151000, -719089600, 0),
(45699, 2533, 230, 'Quaker Hill', 414033300, -721058300, 0),
(45700, 2533, 230, 'Redding', 413044400, -733927800, 0),
(45701, 2533, 230, 'Redding Ridge', 413089000, -733637000, 0),
(45702, 2533, 230, 'Ridgefield', 412814800, -734981800, 0),
(45703, 2533, 230, 'Riverside', 410337100, -735781800, 0),
(45704, 2533, 230, 'Riverton', 419805000, -730041000, 0),
(45705, 2533, 230, 'Rockfall', 415335870, -726989240, 0),
(45706, 2533, 230, 'Rockville', 418667600, -724495300, 0),
(45707, 2533, 230, 'Rocky Hill', 416572200, -726600000, 0),
(45708, 2533, 230, 'Rogers', 418387510, -719064570, 0),
(45709, 2533, 230, 'Roxbury', 415564980, -732993120, 0),
(45710, 2533, 230, 'Salem', 414830600, -722663900, 0),
(45711, 2533, 230, 'Salisbury', 420194000, -734010620, 0),
(45712, 2533, 230, 'Salmon Brook', 419564900, -727953700, 0),
(45713, 2533, 230, 'Sandy Hook', 414200000, -732819400, 0),
(45714, 2533, 230, 'Saybrook Manor', 412853800, -723989700, 0),
(45715, 2533, 230, 'Seymour', 413967600, -730759400, 0),
(45716, 2533, 230, 'Sharon', 418646390, -734556790, 0),
(45717, 2533, 230, 'Shelton', 413135400, -731373000, 0),
(45718, 2533, 230, 'Sherman', 415794400, -734955600, 0),
(45719, 2533, 230, 'Simsbury', 418757790, -728222100, 0),
(45720, 2533, 230, 'Simsbury Center', 418808800, -728111600, 0),
(45721, 2533, 230, 'Somers', 419853700, -724462000, 0),
(45722, 2533, 230, 'Somersville', 419811100, -724900000, 0),
(45723, 2533, 230, 'South Glastonbury', 416663900, -726041700, 0),
(45724, 2533, 230, 'South Kent', 417002800, -734469400, 0),
(45725, 2533, 230, 'South Willington', 418523250, -723017530, 0),
(45726, 2533, 230, 'South Windham', 416795400, -721703600, 0),
(45727, 2533, 230, 'South Windsor', 418237100, -726212000, 0),
(45728, 2533, 230, 'South Woodstock', 419389900, -719595200, 0),
(45729, 2533, 230, 'Southbury', 414733420, -732205830, 0),
(45730, 2533, 230, 'Southington', 416067940, -728740080, 0),
(45731, 2533, 230, 'Southport', 411428000, -732883000, 0),
(45732, 2533, 230, 'Southwood Acres', 419626000, -725714800, 0),
(45733, 2533, 230, 'Stafford Springs', 419851200, -722556600, 0),
(45734, 2533, 230, 'Stamford', 410853910, -735431180, 0),
(45735, 2533, 230, 'Sterling', 417022200, -718163900, 0),
(45736, 2533, 230, 'Stevenson', 413842080, -731854550, 0),
(45737, 2533, 230, 'Stonington', 413650000, -719066700, 0),
(45738, 2533, 230, 'Storrs', 418084300, -722495200, 0),
(45739, 2533, 230, 'Storrs Mansfield', 417936000, -722514000, 0),
(45740, 2533, 230, 'Stratford', 411871000, -731396000, 0),
(45741, 2533, 230, 'Suffield', 419820800, -726507600, 0),
(45742, 2533, 230, 'Suffield Depot', 419812100, -726498100, 0),
(45743, 2533, 230, 'Taftville', 415677800, -720491700, 0),
(45744, 2533, 230, 'Tariffville', 419087100, -727601000, 0),
(45745, 2533, 230, 'Terryville', 416781500, -730109400, 0),
(45746, 2533, 230, 'Thomaston', 416739900, -730731600, 0),
(45747, 2533, 230, 'Thompson', 419587100, -718625700, 0),
(45748, 2533, 230, 'Thompsonville', 419970400, -725989800, 0),
(45749, 2533, 230, 'Tolland', 418714900, -723686900, 0),
(45750, 2533, 230, 'Torrington', 418132060, -731182440, 0),
(45751, 2533, 230, 'Trumbull', 412428700, -732006700, 0),
(45752, 2533, 230, 'Uncasville', 414345400, -721098000, 0),
(45753, 2533, 230, 'Unionville', 417277800, -728402800, 0),
(45754, 2533, 230, 'Vernon Rockville', 418369400, -724605600, 0),
(45755, 2533, 230, 'Voluntown', 415830000, -718330000, 0),
(45756, 2533, 230, 'Wallingford', 414570400, -728231600, 0),
(45757, 2533, 230, 'Wallingford Center', 414498700, -728189200, 0),
(45758, 2533, 230, 'Washington', 416533300, -733183300, 0),
(45759, 2533, 230, 'Washington Depot', 416533300, -733183300, 0),
(45760, 2533, 230, 'Waterbury', 415475910, -729935700, 0),
(45761, 2533, 230, 'Waterford', 413446980, -721486680, 0),
(45762, 2533, 230, 'Watertown', 416062100, -731181700, 0),
(45763, 2533, 230, 'Wauregan', 417442700, -719092400, 0),
(45764, 2533, 230, 'Weatogue', 418437100, -728284300, 0),
(45765, 2533, 230, 'West Hartford', 417582200, -727436000, 0),
(45766, 2533, 230, 'West Hartland', 419511340, -729358100, 0),
(45767, 2533, 230, 'West Haven', 412706500, -729470500, 0),
(45768, 2533, 230, 'West Simsbury', 418731500, -728581500, 0),
(45769, 2533, 230, 'West Suffield', 420109660, -727344890, 0),
(45770, 2533, 230, 'West Torrington', 418184300, -731437200, 0),
(45771, 2533, 230, 'Westbrook', 412884640, -724555260, 0),
(45772, 2533, 230, 'Weston', 412255600, -733705600, 0),
(45773, 2533, 230, 'Westport', 411425240, -733478580, 0),
(45774, 2533, 230, 'Wethersfield', 417142700, -726525900, 0),
(45775, 2533, 230, 'Willimantic', 417125090, -722092220, 0),
(45776, 2533, 230, 'Willington', 418852800, -722613900, 0),
(45777, 2533, 230, 'Wilton', 412024040, -734369530, 0),
(45778, 2533, 230, 'Windham', 416998200, -721570200, 0),
(45779, 2533, 230, 'Windsor', 418527780, -726430560, 0),
(45780, 2533, 230, 'Windsor Locks', 419270490, -726453660, 0),
(45781, 2533, 230, 'Winsted', 419212100, -730601100, 0),
(45782, 2533, 230, 'Wolcott', 415915000, -729742500, 0),
(45783, 2533, 230, 'Woodbridge', 413526000, -730084400, 0),
(45784, 2533, 230, 'Woodbury', 415445400, -732090000, 0),
(45785, 2533, 230, 'Woodbury Center', 415445300, -732047600, 0),
(45786, 2533, 230, 'Woodmont', 412281500, -729914900, 0),
(45787, 2533, 230, 'Woodstock', 419670000, -720170000, 0),
(45788, 2533, 230, 'Yantic', 415600220, -721227390, 0),
(45789, 2534, 230, 'Bear', 396292800, -756582600, 0),
(45790, 2534, 230, 'Bellefonte', 397662200, -755093600, 0),
(45791, 2534, 230, 'Bethany Beach', 385395600, -750551800, 0),
(45792, 2534, 230, 'Bridgeville', 387426100, -756043700, 0),
(45793, 2534, 230, 'Brookside', 396670600, -757268800, 0),
(45794, 2534, 230, 'Camden', 391134500, -755418700, 0),
(45795, 2534, 230, 'Camden Wyoming', 391127800, -755491700, 0),
(45796, 2534, 230, 'Claymont', 398026710, -754641930, 0),
(45797, 2534, 230, 'Clayton', 392906700, -756343700, 0),
(45798, 2534, 230, 'Dagsboro', 385483300, -752463900, 0),
(45799, 2534, 230, 'Delaware City', 395778900, -755888200, 0),
(45800, 2534, 230, 'Delmar', 384565100, -755771500, 0),
(45801, 2534, 230, 'Dover', 391575590, -755261720, 0),
(45802, 2534, 230, 'Elsmere', 397392800, -755979800, 0),
(45803, 2534, 230, 'Felton', 390084500, -755779800, 0),
(45804, 2534, 230, 'Fenwick Island', 384594400, -750536100, 0),
(45805, 2534, 230, 'Frankford', 385175000, -752358300, 0),
(45806, 2534, 230, 'Frederica', 390086100, -754661100, 0),
(45807, 2534, 230, 'Georgetown', 386901100, -753854700, 0),
(45808, 2534, 230, 'Glasgow', 396048300, -757452100, 0),
(45809, 2534, 230, 'Greenville', 397790000, -755982600, 0),
(45810, 2534, 230, 'Greenwood', 388063900, -755900000, 0),
(45811, 2534, 230, 'Harbeson', 386583250, -751768670, 0),
(45812, 2534, 230, 'Harrington', 389237200, -755777000, 0),
(45813, 2534, 230, 'Hartly', 391686100, -757127800, 0),
(45814, 2534, 230, 'Highland Acres', 391209500, -755218700, 0),
(45815, 2534, 230, 'Hockessin', 397794230, -756890770, 0),
(45816, 2534, 230, 'Laurel', 385565000, -755713100, 0),
(45817, 2534, 230, 'Lewes', 387745600, -751393500, 0),
(45818, 2534, 230, 'Lincoln', 388697200, -754230600, 0),
(45819, 2534, 230, 'Magnolia', 390700000, -754763900, 0),
(45820, 2534, 230, 'Marydel', 391122200, -757444400, 0),
(45821, 2534, 230, 'Middletown', 394495600, -757163200, 0),
(45822, 2534, 230, 'Milford', 389126100, -754279700, 0),
(45823, 2534, 230, 'Millsboro', 385915000, -752913000, 0),
(45824, 2534, 230, 'Millville', 385593000, -751165200, 0),
(45825, 2534, 230, 'Milton', 387776100, -753099100, 0),
(45826, 2534, 230, 'Montchanin', 397954310, -755836030, 0),
(45827, 2534, 230, 'Nassau', 387519440, -751880560, 0),
(45828, 2534, 230, 'New Castle', 396620600, -755663100, 0),
(45829, 2534, 230, 'Newark', 396046100, -757462700, 0),
(45830, 2534, 230, 'Newport', 397137200, -756093700, 0),
(45831, 2534, 230, 'Ocean View', 385554490, -751089540, 0),
(45832, 2534, 230, 'Odessa', 394547400, -756586540, 0),
(45833, 2534, 230, 'Pike Creek', 397309500, -757041000, 0),
(45834, 2534, 230, 'Port Penn', 395164990, -755777200, 0),
(45835, 2534, 230, 'Rehoboth Beach', 387265400, -750812500, 0),
(45836, 2534, 230, 'Rockland', 397921490, -755712460, 0),
(45837, 2534, 230, 'Rodney Village', 391320600, -755324200, 0),
(45838, 2534, 230, 'Seaford', 386412300, -756110400, 0),
(45839, 2534, 230, 'Selbyville', 384603900, -752207400, 0),
(45840, 2534, 230, 'Smyrna', 392998300, -756046500, 0),
(45841, 2534, 230, 'Townsend', 393951100, -756916000, 0),
(45842, 2534, 230, 'Viola', 390422800, -755706430, 0),
(45843, 2534, 230, 'Wilmington', 397360000, -755465400, 0),
(45844, 2534, 230, 'Wilmington Manor', 396867800, -755843700, 0),
(45845, 2534, 230, 'Winterthur', 398033460, -756153640, 0),
(45846, 2534, 230, 'Woodside East', 390675600, -755374800, 0),
(45847, 2534, 230, 'Wyoming', 391181700, -755588100, 0),
(45848, 2535, 230, 'Naval Anacost Annex', 389057000, -769861000, 0),
(45849, 2535, 230, 'Washington', 388951100, -770363700, 0),
(45850, 2535, 230, 'Washington Navy Yard', 388820000, -769925000, 0),
(45851, 2536, 230, 'Alachua', 297516300, -824248300, 0),
(45852, 2536, 230, 'Alafaya', 285641000, -812114000, 0),
(45853, 2536, 230, 'Alford', 306947200, -853930600, 0),
(45854, 2536, 230, 'Altamonte Springs', 286658410, -814112560, 0),
(45855, 2536, 230, 'Altha', 305716700, -851275000, 0),
(45856, 2536, 230, 'Altoona', 289658300, -816483300, 0),
(45857, 2536, 230, 'Alva', 267156200, -816100800, 0),
(45858, 2536, 230, 'Andover', 259684300, -802128300, 0),
(45859, 2536, 230, 'Anna Maria', 275311500, -827334300, 0),
(45860, 2536, 230, 'Anthony', 292892000, -821119000, 0),
(45861, 2536, 230, 'Apalachicola', 297257700, -849832400, 0),
(45862, 2536, 230, 'Apollo Beach', 277730800, -824075900, 0),
(45863, 2536, 230, 'Apopka', 286805500, -815095200, 0),
(45864, 2536, 230, 'Arcadia', 272158800, -818584200, 0),
(45865, 2536, 230, 'Archer', 295299700, -825190000, 0),
(45866, 2536, 230, 'Argyle', 307461000, -860717800, 0),
(45867, 2536, 230, 'Aripeka', 284280340, -826622840, 0),
(45868, 2536, 230, 'Astatula', 287097200, -817328500, 0),
(45869, 2536, 230, 'Astor', 291624800, -815253500, 0),
(45870, 2536, 230, 'Atlantic Beach', 303556200, -815184600, 0),
(45871, 2536, 230, 'Atlantis', 265909000, -801008800, 0),
(45872, 2536, 230, 'Auburndale', 280653000, -817886900, 0),
(45873, 2536, 230, 'Aventura', 259564800, -801392100, 0),
(45874, 2536, 230, 'Avon Park', 275958700, -815061900, 0),
(45875, 2536, 230, 'Azalea Park', 285411100, -813006200, 0),
(45876, 2536, 230, 'Bagdad', 305988000, -870310800, 0),
(45877, 2536, 230, 'Baker', 307971320, -866813440, 0),
(45878, 2536, 230, 'Bal Harbour', 258917600, -801269900, 0),
(45879, 2536, 230, 'Baldwin', 303027400, -819753900, 0),
(45880, 2536, 230, 'Balm', 277594700, -822612000, 0),
(45881, 2536, 230, 'Bartow', 278964100, -818431400, 0),
(45882, 2536, 230, 'Bay Harbor Islands', 258875900, -801311600, 0),
(45883, 2536, 230, 'Bay Hill', 284680600, -815161800, 0),
(45884, 2536, 230, 'Bay Pines', 278141900, -827781600, 0),
(45885, 2536, 230, 'Bayonet Point', 283266700, -826834300, 0),
(45886, 2536, 230, 'Bayshore Gardens', 274253200, -825903800, 0),
(45887, 2536, 230, 'Beacon Square', 282086200, -827553800, 0),
(45888, 2536, 230, 'Bee Ridge', 272839400, -824806500, 0),
(45889, 2536, 230, 'Bell', 296157190, -828136900, 0),
(45890, 2536, 230, 'Bellair-Meadowbrook Terrace', 301788100, -817434100, 0),
(45891, 2536, 230, 'Belle Glade', 266845100, -806675600, 0),
(45892, 2536, 230, 'Belle Isle', 284583400, -813592400, 0),
(45893, 2536, 230, 'Belleair', 279358500, -828062100, 0),
(45894, 2536, 230, 'Belleair Beach', 279230800, -828431600, 0),
(45895, 2536, 230, 'Belleair Bluffs', 279214100, -828170500, 0),
(45896, 2536, 230, 'Belleview', 290459350, -820395300, 0),
(45897, 2536, 230, 'Bellview', 304615900, -873149700, 0),
(45898, 2536, 230, 'Beverly Hills', 289365380, -824514460, 0),
(45899, 2536, 230, 'Big Pine Key', 246698700, -813539700, 0),
(45900, 2536, 230, 'Biscayne Park', 258826000, -801806000, 0),
(45901, 2536, 230, 'Bithlo', 285547200, -811064500, 0),
(45902, 2536, 230, 'Black Diamond', 289124800, -824859300, 0),
(45903, 2536, 230, 'Bloomingdale', 278936400, -822403700, 0),
(45904, 2536, 230, 'Blountstown', 304435300, -850452000, 0),
(45905, 2536, 230, 'Boca Del Mar', 263450800, -801467100, 0),
(45906, 2536, 230, 'Boca Grande', 267488900, -822619400, 0),
(45907, 2536, 230, 'Boca Pointe', 263331300, -801594900, 0),
(45908, 2536, 230, 'Boca Raton', 263586900, -800831000, 0),
(45909, 2536, 230, 'Bokeelia', 267056300, -821589800, 0),
(45910, 2536, 230, 'Bonifay', 307929990, -856806080, 0),
(45911, 2536, 230, 'Bonita Springs', 263864300, -817354700, 0),
(45912, 2536, 230, 'Bowling Green', 276383700, -818239700, 0),
(45913, 2536, 230, 'Boynton Beach', 265253500, -800664300, 0),
(45914, 2536, 230, 'Bradenton', 274989300, -825748200, 0),
(45915, 2536, 230, 'Bradenton Beach', 274679200, -826989800, 0),
(45916, 2536, 230, 'Brandon', 279141000, -822996000, 0),
(45917, 2536, 230, 'Branford', 300494020, -829572420, 0),
(45918, 2536, 230, 'Brent', 304688100, -872360800, 0),
(45919, 2536, 230, 'Bristol', 304321400, -849757500, 0),
(45920, 2536, 230, 'Broadview Park', 260995300, -802086600, 0),
(45921, 2536, 230, 'Bronson', 294477400, -826423300, 0),
(45922, 2536, 230, 'Brooker', 299254250, -822857920, 0),
(45923, 2536, 230, 'Brooksville', 284785000, -822822000, 0),
(45924, 2536, 230, 'Broward Estates', 261256400, -801933800, 0),
(45925, 2536, 230, 'Brownsville', 258217600, -802411600, 0),
(45926, 2536, 230, 'Buckhead Ridge', 271303300, -808936700, 0),
(45927, 2536, 230, 'Buckingham', 266750700, -817320300, 0),
(45928, 2536, 230, 'Buenaventura Lakes', 283358400, -813531300, 0),
(45929, 2536, 230, 'Bunnell', 294640700, -812446360, 0),
(45930, 2536, 230, 'Burnt Store Marina', 267650700, -820509200, 0),
(45931, 2536, 230, 'Bushnell', 286649900, -821128600, 0),
(45932, 2536, 230, 'Butler Beach', 297983000, -812670100, 0),
(45933, 2536, 230, 'Callahan', 305621800, -818306600, 0),
(45934, 2536, 230, 'Callaway', 301529800, -855699300, 0),
(45935, 2536, 230, 'Campbell', 282589000, -814564600, 0),
(45936, 2536, 230, 'Candler', 291651150, -822189570, 0),
(45937, 2536, 230, 'Cantonment', 306086100, -873400000, 0),
(45938, 2536, 230, 'Cape Canaveral', 283895000, -806045480, 0),
(45939, 2536, 230, 'Cape Coral', 265628500, -819495300, 0),
(45940, 2536, 230, 'Captiva', 265180600, -821911100, 0),
(45941, 2536, 230, 'Carol City', 259406500, -802456000, 0),
(45942, 2536, 230, 'Carrabelle', 298532600, -846643500, 0),
(45943, 2536, 230, 'Carrollwood', 280500200, -824928700, 0),
(45944, 2536, 230, 'Carrollwood Village', 280675200, -825209300, 0),
(45945, 2536, 230, 'Carver Ranches', 259884200, -801922700, 0),
(45946, 2536, 230, 'Caryville', 308172840, -858020570, 0),
(45947, 2536, 230, 'Cassadaga', 289674770, -812384180, 0),
(45948, 2536, 230, 'Casselberry', 286626480, -813127650, 0),
(45949, 2536, 230, 'Cedar Key', 291455600, -830416700, 0),
(45950, 2536, 230, 'Celebration', 283252900, -815331300, 0),
(45951, 2536, 230, 'Center Hill', 286963790, -820033580, 0),
(45952, 2536, 230, 'Century', 309700140, -873109990, 0),
(45953, 2536, 230, 'Century Village', 267139500, -801289300, 0),
(45954, 2536, 230, 'Charlotte Park', 269100600, -820539800, 0),
(45955, 2536, 230, 'Chattahoochee', 307051900, -848429800, 0),
(45956, 2536, 230, 'Cheval', 281486200, -825145400, 0),
(45957, 2536, 230, 'Chiefland', 294831790, -828640620, 0),
(45958, 2536, 230, 'Chipley', 307818600, -855385400, 0),
(45959, 2536, 230, 'Chokoloskee', 258144100, -813597100, 0),
(45960, 2536, 230, 'Christmas', 285363900, -810175600, 0),
(45961, 2536, 230, 'Chuluota', 286419400, -811234000, 0),
(45962, 2536, 230, 'Citra', 294116700, -821100000, 0),
(45963, 2536, 230, 'Citrus Hills', 288883100, -824326000, 0),
(45964, 2536, 230, 'Citrus Park', 279915000, -824529000, 0),
(45965, 2536, 230, 'Citrus Ridge', 283338500, -816423200, 0),
(45966, 2536, 230, 'Citrus Springs', 289974800, -824706500, 0),
(45967, 2536, 230, 'Clarcona', 286127800, -814986800, 0),
(45968, 2536, 230, 'Clarksville', 303636410, -851847120, 0),
(45969, 2536, 230, 'Clearwater', 279658500, -828001000, 0),
(45970, 2536, 230, 'Clearwater Beach', 279736100, -827641700, 0),
(45971, 2536, 230, 'Clermont', 284544000, -817641000, 0),
(45972, 2536, 230, 'Cleveland', 269617300, -819839800, 0),
(45973, 2536, 230, 'Clewiston', 267542300, -809336800, 0),
(45974, 2536, 230, 'Cocoa', 283906890, -807896890, 0),
(45975, 2536, 230, 'Cocoa Beach', 283200100, -806075500, 0),
(45976, 2536, 230, 'Cocoa West', 283594200, -807710900, 0),
(45977, 2536, 230, 'Coconut Creek', 262517500, -801789400, 0),
(45978, 2536, 230, 'Coleman', 288018710, -820680200, 0),
(45979, 2536, 230, 'Combee Settlement', 280583500, -819053600, 0),
(45980, 2536, 230, 'Conway', 285027800, -813306200, 0),
(45981, 2536, 230, 'Cooper City', 260573100, -802717200, 0),
(45982, 2536, 230, 'Copeland', 259455200, -813583900, 0),
(45983, 2536, 230, 'Coral Gables', 257214900, -802683800, 0),
(45984, 2536, 230, 'Coral Springs', 262711900, -802706000, 0),
(45985, 2536, 230, 'Coral Terrace', 257459300, -803045000, 0),
(45986, 2536, 230, 'Cortez', 274692100, -826862100, 0),
(45987, 2536, 230, 'Cottondale', 307960070, -853721000, 0),
(45988, 2536, 230, 'Country Club', 259481500, -803170000, 0),
(45989, 2536, 230, 'Country Walk', 256339900, -804322800, 0),
(45990, 2536, 230, 'Crawfordville', 301760400, -843751800, 0),
(45991, 2536, 230, 'Crescent City', 294302500, -815106300, 0),
(45992, 2536, 230, 'Crestview', 307626490, -865677780, 0),
(45993, 2536, 230, 'Cross City', 296344000, -831251300, 0),
(45994, 2536, 230, 'Crystal Beach', 280887630, -827780840, 0),
(45995, 2536, 230, 'Crystal River', 288704450, -825936140, 0),
(45996, 2536, 230, 'Cutler', 256151000, -803106100, 0),
(45997, 2536, 230, 'Cutler Bay', 255783000, -803377000, 0),
(45998, 2536, 230, 'Cutler Ridge', 255806600, -803467200, 0),
(45999, 2536, 230, 'Cypress Gardens', 279939100, -816900800, 0),
(46000, 2536, 230, 'Cypress Lake', 265381300, -818992500, 0),
(46001, 2536, 230, 'Cypress Quarters', 272519900, -808139500, 0),
(46002, 2536, 230, 'Dade City', 283647200, -821959200, 0),
(46003, 2536, 230, 'Dade City North', 283833400, -821939000, 0),
(46004, 2536, 230, 'Dania', 260511740, -801470340, 0),
(46005, 2536, 230, 'Dania Beach', 260523100, -801439300, 0),
(46006, 2536, 230, 'Davenport', 281614000, -816017400, 0),
(46007, 2536, 230, 'Davie', 260628700, -802331000, 0),
(46008, 2536, 230, 'Daytona Beach', 292364400, -810577800, 0),
(46009, 2536, 230, 'Daytona Beach Shores', 291760900, -809828300, 0),
(46010, 2536, 230, 'De Funiak Springs', 307210200, -861152200, 0),
(46011, 2536, 230, 'De Land Southwest', 290077000, -813112900, 0),
(46012, 2536, 230, 'De Leon Springs', 291194300, -813514500, 0),
(46013, 2536, 230, 'DeBary', 288846250, -813061120, 0),
(46014, 2536, 230, 'DeLand', 290300400, -813251530, 0),
(46015, 2536, 230, 'Deerfield Beach', 263095940, -801024040, 0),
(46016, 2536, 230, 'Delray Beach', 264595440, -801060210, 0),
(46017, 2536, 230, 'Deltona', 289005400, -812636700, 0),
(46018, 2536, 230, 'Desoto Lakes', 273714300, -824898200, 0),
(46019, 2536, 230, 'Destin', 303935300, -864957800, 0),
(46020, 2536, 230, 'Doctor Phillips', 284494500, -814922900, 0),
(46021, 2536, 230, 'Doctors Inlet', 301057790, -817785390, 0),
(46022, 2536, 230, 'Doral', 258195400, -803553300, 0),
(46023, 2536, 230, 'Dover', 279941900, -822195300, 0),
(46024, 2536, 230, 'Dundee', 280225200, -816192400, 0),
(46025, 2536, 230, 'Dunedin', 280197400, -827717700, 0),
(46026, 2536, 230, 'Dunnellon', 291406520, -825120420, 0),
(46027, 2536, 230, 'Durant', 278990700, -821627060, 0),
(46028, 2536, 230, 'Eagle Lake', 279783600, -817564700, 0),
(46029, 2536, 230, 'East Lake', 281108500, -826948200, 0),
(46030, 2536, 230, 'East Lake-Orient Park', 279826900, -823787800, 0),
(46031, 2536, 230, 'East Palatka', 296583000, -815984100, 0),
(46032, 2536, 230, 'East Perrine', 256087200, -803389400, 0),
(46033, 2536, 230, 'Eastpoint', 297366000, -848785200, 0),
(46034, 2536, 230, 'Eaton Park', 280064640, -819015170, 0),
(46035, 2536, 230, 'Eatonville', 286147200, -813806200, 0),
(46036, 2536, 230, 'Edgewater', 289888800, -809022800, 0),
(46037, 2536, 230, 'Edgewood', 284861200, -813722900, 0),
(46038, 2536, 230, 'Eglin Air Force Base', 304632620, -865374730, 0),
(46039, 2536, 230, 'Egypt Lake-Leto', 280176900, -825061900, 0),
(46040, 2536, 230, 'El Jobean', 269641700, -822108300, 0),
(46041, 2536, 230, 'El Portal', 258553700, -801931000, 0),
(46042, 2536, 230, 'Elfers', 282166800, -827223200, 0),
(46043, 2536, 230, 'Ellenton', 275217000, -825276000, 0),
(46044, 2536, 230, 'Englewood', 269620100, -823526000, 0),
(46045, 2536, 230, 'Ensley', 305188100, -872727500, 0),
(46046, 2536, 230, 'Estero', 264381400, -818067500, 0),
(46047, 2536, 230, 'Eustis', 288527700, -816853500, 0),
(46048, 2536, 230, 'Everglades City', 258588900, -813847200, 0),
(46049, 2536, 230, 'Evinston', 294866700, -822313900, 0),
(46050, 2536, 230, 'Fairview Shores', 285911100, -813942400, 0),
(46051, 2536, 230, 'Feather Sound', 279097400, -826570400, 0),
(46052, 2536, 230, 'Felda', 265394000, -814358000, 0),
(46053, 2536, 230, 'Fellsmere', 277678100, -806014400, 0),
(46054, 2536, 230, 'Fern Park', 286491600, -813511800, 0),
(46055, 2536, 230, 'Fernandina Beach', 306696800, -814625900, 0),
(46056, 2536, 230, 'Ferry Pass', 305102000, -872124700, 0),
(46057, 2536, 230, 'Fish Hawk', 278505800, -822109200, 0),
(46058, 2536, 230, 'Five Points', 302091200, -826373500, 0),
(46059, 2536, 230, 'Flagler Beach', 294749800, -811270000, 0),
(46060, 2536, 230, 'Fleming Island', 300930560, -817191670, 0),
(46061, 2536, 230, 'Floral City', 287499900, -822967600, 0),
(46062, 2536, 230, 'Florida City', 254478900, -804792200, 0),
(46063, 2536, 230, 'Florida Ridge', 275803100, -803867200, 0),
(46064, 2536, 230, 'Forest City', 286667800, -814433400, 0),
(46065, 2536, 230, 'Fort Lauderdale', 261211470, -801291760, 0),
(46066, 2536, 230, 'Fort McCoy', 293678230, -818856730, 0),
(46067, 2536, 230, 'Fort Meade', 277522500, -818017500, 0),
(46068, 2536, 230, 'Fort Myers', 266216800, -818405900, 0),
(46069, 2536, 230, 'Fort Myers Beach', 264463290, -819288820, 0),
(46070, 2536, 230, 'Fort Pierce', 274267350, -804510270, 0),
(46071, 2536, 230, 'Fort Pierce South', 274096200, -803548400, 0),
(46072, 2536, 230, 'Fort Walton Beach', 304473210, -866237320, 0),
(46073, 2536, 230, 'Fort White', 299230600, -827141700, 0),
(46074, 2536, 230, 'Fountain', 304812920, -854227910, 0),
(46075, 2536, 230, 'Fountainebleau', 257728800, -803478300, 0),
(46076, 2536, 230, 'Four Corners', 283328700, -816473800, 0),
(46077, 2536, 230, 'Freeport', 304982500, -861360500, 0),
(46078, 2536, 230, 'Frostproof', 277458600, -815306300, 0),
(46079, 2536, 230, 'Fruit Cove', 301110700, -816417600, 0),
(46080, 2536, 230, 'Fruitland Park', 288613800, -819064700, 0),
(46081, 2536, 230, 'Fruitville', 273297700, -824576000, 0),
(46082, 2536, 230, 'Fuller Heights', 279091900, -819981400, 0),
(46083, 2536, 230, 'Gainesville', 296516300, -823248300, 0),
(46084, 2536, 230, 'Gandy', 278685000, -826161200, 0),
(46085, 2536, 230, 'Gateway', 265775700, -817503600, 0),
(46086, 2536, 230, 'Geneva', 287397200, -811150600, 0),
(46087, 2536, 230, 'Georgetown', 294182290, -815807830, 0),
(46088, 2536, 230, 'Gibsonia', 281147400, -819736900, 0),
(46089, 2536, 230, 'Gibsonton', 278536400, -823825900, 0),
(46090, 2536, 230, 'Gifford', 276753100, -804092200, 0),
(46091, 2536, 230, 'Glenvar Heights', 257076000, -803256100, 0),
(46092, 2536, 230, 'Glenwood', 290858330, -813544440, 0),
(46093, 2536, 230, 'Golden Gate', 261878700, -816950900, 0),
(46094, 2536, 230, 'Golden Glades', 259117600, -802003300, 0),
(46095, 2536, 230, 'Golden Lakes', 267006200, -801647700, 0),
(46096, 2536, 230, 'Goldenrod', 286102800, -812886800, 0),
(46097, 2536, 230, 'Gonzalez', 305815800, -872913600, 0),
(46098, 2536, 230, 'Gotha', 285277800, -815231300, 0),
(46099, 2536, 230, 'Goulding', 304429800, -872224700, 0),
(46100, 2536, 230, 'Goulds', 255626100, -803822800, 0),
(46101, 2536, 230, 'Graceville', 309594770, -855138420, 0),
(46102, 2536, 230, 'Grand Island', 288825000, -817288900, 0),
(46103, 2536, 230, 'Grand Ridge', 307119400, -850180600, 0),
(46104, 2536, 230, 'Grant', 279272860, -805315390, 0),
(46105, 2536, 230, 'Grant-Valkaria', 279398000, -805710400, 0),
(46106, 2536, 230, 'Greater Northdale', 281054500, -825259400, 0),
(46107, 2536, 230, 'Green Cove Springs', 299919100, -816781500, 0),
(46108, 2536, 230, 'Greenacres City', 266236800, -801253200, 0),
(46109, 2536, 230, 'Greenville', 304672200, -836350000, 0),
(46110, 2536, 230, 'Greenwood', 308736100, -851625000, 0),
(46111, 2536, 230, 'Groveland', 285729570, -818655450, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(46112, 2536, 230, 'Gulf Breeze', 303822740, -870904410, 0),
(46113, 2536, 230, 'Gulf Gate Estates', 272517300, -825147100, 0),
(46114, 2536, 230, 'Gulfport', 277483600, -827034300, 0),
(46115, 2536, 230, 'Haines City', 281141800, -816178500, 0),
(46116, 2536, 230, 'Hallandale', 259854550, -801503200, 0),
(46117, 2536, 230, 'Hallandale Beach', 259812000, -801483800, 0),
(46118, 2536, 230, 'Hampton', 298484470, -821457550, 0),
(46119, 2536, 230, 'Hamptons at Boca Raton', 263825800, -801858800, 0),
(46120, 2536, 230, 'Harbor Bluffs', 279094700, -828276000, 0),
(46121, 2536, 230, 'Harbour Heights', 269908900, -820023100, 0),
(46122, 2536, 230, 'Harlem Heights', 265161900, -819278700, 0),
(46123, 2536, 230, 'Hastings', 297166670, -815083300, 0),
(46124, 2536, 230, 'Havana', 306238100, -844146300, 0),
(46125, 2536, 230, 'Haverhill', 266911800, -801200400, 0),
(46126, 2536, 230, 'Hawthorne', 287613800, -818709100, 0),
(46127, 2536, 230, 'Heathrow', 287633300, -813722400, 0),
(46128, 2536, 230, 'Hernando', 288999800, -823745400, 0),
(46129, 2536, 230, 'Hialeah', 258576000, -802781100, 0),
(46130, 2536, 230, 'Hialeah Gardens', 258651000, -803245000, 0),
(46131, 2536, 230, 'High Springs', 298269100, -825967800, 0),
(46132, 2536, 230, 'Highland Beach', 263995200, -800656000, 0),
(46133, 2536, 230, 'Hiland Park', 302010300, -856268700, 0),
(46134, 2536, 230, 'Hill ''n Dale', 285197200, -822992600, 0),
(46135, 2536, 230, 'Hilliard', 306910700, -819173300, 0),
(46136, 2536, 230, 'Hillsboro Beach', 262939700, -800789300, 0),
(46137, 2536, 230, 'Hobe Sound', 270595000, -801364300, 0),
(46138, 2536, 230, 'Holden Heights', 284966700, -813878500, 0),
(46139, 2536, 230, 'Holiday', 281877900, -827395500, 0),
(46140, 2536, 230, 'Holley', 304468600, -869069100, 0),
(46141, 2536, 230, 'Holly Hill', 292435900, -810375600, 0),
(46142, 2536, 230, 'Hollywood', 260289000, -803447000, 0),
(46143, 2536, 230, 'Holmes Beach', 274953200, -827109300, 0),
(46144, 2536, 230, 'Holt', 307083510, -868473830, 0),
(46145, 2536, 230, 'Homestead', 254502560, -804899730, 0),
(46146, 2536, 230, 'Homosassa', 287813700, -826151000, 0),
(46147, 2536, 230, 'Homosassa Springs', 288035900, -825759300, 0),
(46148, 2536, 230, 'Hudson', 283644500, -826934300, 0),
(46149, 2536, 230, 'Hunters Creek', 283605600, -814222900, 0),
(46150, 2536, 230, 'Hurlburt Field', 304277800, -866894400, 0),
(46151, 2536, 230, 'Hypoluxo', 265664600, -800533700, 0),
(46152, 2536, 230, 'Immokalee', 264186900, -814173000, 0),
(46153, 2536, 230, 'Indialantic', 280894600, -805656100, 0),
(46154, 2536, 230, 'Indian Harbour Beach', 281489000, -805883900, 0),
(46155, 2536, 230, 'Indian River Estates', 273644900, -803097700, 0),
(46156, 2536, 230, 'Indian Rocks Beach', 278753000, -828512200, 0),
(46157, 2536, 230, 'Indian Shores', 278628000, -828484400, 0),
(46158, 2536, 230, 'Indiantown', 270330770, -804690100, 0),
(46159, 2536, 230, 'Inglis', 291998890, -827094140, 0),
(46160, 2536, 230, 'Intercession City', 282619200, -815097760, 0),
(46161, 2536, 230, 'Interlachen', 296238600, -818903700, 0),
(46162, 2536, 230, 'Inverness', 288358200, -823303700, 0),
(46163, 2536, 230, 'Inverness Highlands North', 288642000, -823768800, 0),
(46164, 2536, 230, 'Iona', 265203600, -819639800, 0),
(46165, 2536, 230, 'Islamorada', 249243000, -806278400, 0),
(46166, 2536, 230, 'Istachatta', 286583880, -822745560, 0),
(46167, 2536, 230, 'Ives Estates', 259623100, -801767100, 0),
(46168, 2536, 230, 'Jacksonville', 303321800, -816556500, 0),
(46169, 2536, 230, 'Jacksonville Beach', 302812200, -814168200, 0),
(46170, 2536, 230, 'Jan-Phyl Village', 280147400, -817717500, 0),
(46171, 2536, 230, 'Jasmine Estates', 282930600, -826901000, 0),
(46172, 2536, 230, 'Jasper', 305182700, -829481900, 0),
(46173, 2536, 230, 'Jay', 309511100, -871519400, 0),
(46174, 2536, 230, 'Jensen Beach', 272345960, -802316950, 0),
(46175, 2536, 230, 'June Park', 280722400, -806800600, 0),
(46176, 2536, 230, 'Juno Beach', 268797800, -800533700, 0),
(46177, 2536, 230, 'Jupiter', 269607990, -800982610, 0),
(46178, 2536, 230, 'Kathleen', 281208500, -820231400, 0),
(46179, 2536, 230, 'Kenansville', 278573360, -809757330, 0),
(46180, 2536, 230, 'Kendale Lakes', 257081600, -804070000, 0),
(46181, 2536, 230, 'Kendall', 256792700, -803172700, 0),
(46182, 2536, 230, 'Kendall Green', 262539700, -801239300, 0),
(46183, 2536, 230, 'Kendall West', 257065000, -804388000, 0),
(46184, 2536, 230, 'Kenneth City', 278155800, -827201000, 0),
(46185, 2536, 230, 'Key Biscayne', 256911290, -801653030, 0),
(46186, 2536, 230, 'Key Colony Beach', 247216190, -810200310, 0),
(46187, 2536, 230, 'Key Largo', 250865200, -804472800, 0),
(46188, 2536, 230, 'Key West', 245645030, -817632810, 0),
(46189, 2536, 230, 'Keystone', 281558500, -826212100, 0),
(46190, 2536, 230, 'Keystone Heights', 297860800, -820314900, 0),
(46191, 2536, 230, 'Killarney', 285469200, -816505200, 0),
(46192, 2536, 230, 'Kings Point', 264453500, -801397700, 0),
(46193, 2536, 230, 'Kissimmee', 282965600, -816162100, 0),
(46194, 2536, 230, 'LaBelle', 267617300, -814384100, 0),
(46195, 2536, 230, 'Lady Lake', 289174900, -819228600, 0),
(46196, 2536, 230, 'Laguna Beach', 302396500, -859241000, 0),
(46197, 2536, 230, 'Lake Alfred', 280919600, -817234100, 0),
(46198, 2536, 230, 'Lake Belvedere Estates', 266892300, -801333800, 0),
(46199, 2536, 230, 'Lake Buena Vista', 283775000, -815216700, 0),
(46200, 2536, 230, 'Lake Butler', 300201590, -823397620, 0),
(46201, 2536, 230, 'Lake City', 301876010, -826337770, 0),
(46202, 2536, 230, 'Lake Clarke Shores', 266453400, -800758800, 0),
(46203, 2536, 230, 'Lake Forest', 259775900, -801831000, 0),
(46204, 2536, 230, 'Lake Geneva', 297722200, -820100000, 0),
(46205, 2536, 230, 'Lake Hamilton', 280444600, -816278500, 0),
(46206, 2536, 230, 'Lake Harbor', 266926800, -808147200, 0),
(46207, 2536, 230, 'Lake Helen', 289808200, -812333900, 0),
(46208, 2536, 230, 'Lake Lorraine', 304415900, -865652300, 0),
(46209, 2536, 230, 'Lake Lucerne', 259650900, -802414400, 0),
(46210, 2536, 230, 'Lake Magdalene', 280741800, -824717600, 0),
(46211, 2536, 230, 'Lake Mary', 287599200, -813458400, 0),
(46212, 2536, 230, 'Lake Monroe', 288236090, -813182650, 0),
(46213, 2536, 230, 'Lake Panasoffkee', 287558200, -820948100, 0),
(46214, 2536, 230, 'Lake Park', 268003400, -800664300, 0),
(46215, 2536, 230, 'Lake Placid', 272931000, -813628500, 0),
(46216, 2536, 230, 'Lake Sarasota', 272925500, -824376000, 0),
(46217, 2536, 230, 'Lake Wales', 279014100, -815859100, 0),
(46218, 2536, 230, 'Lake Worth', 266138100, -800897300, 0),
(46219, 2536, 230, 'Lake Worth Corridor', 266164900, -801010200, 0),
(46220, 2536, 230, 'Lakeland', 280394700, -819498000, 0),
(46221, 2536, 230, 'Lakeland Highlands', 279597500, -819500800, 0),
(46222, 2536, 230, 'Lakes by the Bay', 255723300, -803253300, 0),
(46223, 2536, 230, 'Lakeshore', 278572200, -814125000, 0),
(46224, 2536, 230, 'Lakeside', 301299600, -817681500, 0),
(46225, 2536, 230, 'Lakeside Green', 267392300, -801144900, 0),
(46226, 2536, 230, 'Lakewood Park', 274814300, -803742200, 0),
(46227, 2536, 230, 'Lamont', 303019260, -839378540, 0),
(46228, 2536, 230, 'Land O'' Lakes', 282414000, -824797000, 0),
(46229, 2536, 230, 'Largo', 279094700, -827873200, 0),
(46230, 2536, 230, 'Lauderdale Lakes', 261664700, -802083800, 0),
(46231, 2536, 230, 'Lauderdale-by-the-Sea', 261920300, -800964300, 0),
(46232, 2536, 230, 'Lauderhill', 261403600, -802133800, 0),
(46233, 2536, 230, 'Laurel Hill', 309652800, -864591700, 0),
(46234, 2536, 230, 'Lawtey', 300827890, -821225750, 0),
(46235, 2536, 230, 'Lealman', 278211400, -826792700, 0),
(46236, 2536, 230, 'Lecanto', 288156070, -824842630, 0),
(46237, 2536, 230, 'Leesburg', 288108200, -818778600, 0),
(46238, 2536, 230, 'Lehigh Acres', 266253500, -816248000, 0),
(46239, 2536, 230, 'Leisure City', 254953900, -804292200, 0),
(46240, 2536, 230, 'Lely', 261006500, -817284200, 0),
(46241, 2536, 230, 'Lely Resort', 260809300, -816978600, 0),
(46242, 2536, 230, 'Lighthouse Point', 262756400, -800872700, 0),
(46243, 2536, 230, 'Limestone Creek', 269428400, -801411500, 0),
(46244, 2536, 230, 'Lithia', 278502800, -821747200, 0),
(46245, 2536, 230, 'Live Oak', 302949500, -829840200, 0),
(46246, 2536, 230, 'Lloyd', 304772220, -840219440, 0),
(46247, 2536, 230, 'Lochmoor Waterway Estates', 266442400, -819098100, 0),
(46248, 2536, 230, 'Lockhart', 286194400, -814425700, 0),
(46249, 2536, 230, 'Long Key', 248166670, -808166670, 0),
(46250, 2536, 230, 'Longboat Key', 274125400, -826589900, 0),
(46251, 2536, 230, 'Longwood', 287026990, -813617950, 0),
(46252, 2536, 230, 'Loughman', 282419600, -815667400, 0),
(46253, 2536, 230, 'Lowell', 293308520, -821986780, 0),
(46254, 2536, 230, 'Lower Grand Lagoon', 301440900, -857507600, 0),
(46255, 2536, 230, 'Loxahatchee', 267211050, -803031330, 0),
(46256, 2536, 230, 'Loxahatchee Groves', 266836800, -802797700, 0),
(46257, 2536, 230, 'Lutz', 281511200, -824614800, 0),
(46258, 2536, 230, 'Lynn Haven', 302454800, -856482600, 0),
(46259, 2536, 230, 'Macclenny', 302821800, -821220600, 0),
(46260, 2536, 230, 'Madeira Beach', 277980800, -827973200, 0),
(46261, 2536, 230, 'Madison', 304693800, -834129300, 0),
(46262, 2536, 230, 'Maitland', 286263250, -813573330, 0),
(46263, 2536, 230, 'Malabar', 279837060, -805921470, 0),
(46264, 2536, 230, 'Malone', 309576900, -851621500, 0),
(46265, 2536, 230, 'Mango', 279797400, -823064800, 0),
(46266, 2536, 230, 'Mangonia Park', 267603400, -800736500, 0),
(46267, 2536, 230, 'Marathon', 247243350, -810476490, 0),
(46268, 2536, 230, 'Marco Island', 259431150, -817183470, 0),
(46269, 2536, 230, 'Margate', 262445300, -802064400, 0),
(46270, 2536, 230, 'Marianna', 306591500, -851872100, 0),
(46271, 2536, 230, 'Mary Esther', 304099200, -866630100, 0),
(46272, 2536, 230, 'Masaryktown', 284416700, -824570400, 0),
(46273, 2536, 230, 'Mascotte', 285783300, -818867500, 0),
(46274, 2536, 230, 'Mayo', 300530000, -831748600, 0),
(46275, 2536, 230, 'Mc Alpin', 301391700, -829516700, 0),
(46276, 2536, 230, 'McGregor', 265609100, -819145300, 0),
(46277, 2536, 230, 'Meadow Woods', 283855600, -813664600, 0),
(46278, 2536, 230, 'Melbourne', 279971790, -806497720, 0),
(46279, 2536, 230, 'Melbourne Beach', 280683500, -805603300, 0),
(46280, 2536, 230, 'Melrose', 297435890, -820103290, 0),
(46281, 2536, 230, 'Melrose Park', 261134200, -801933800, 0),
(46282, 2536, 230, 'Memphis', 275358700, -825612100, 0),
(46283, 2536, 230, 'Merritt Island', 285391700, -806720000, 0),
(46284, 2536, 230, 'Mexico Beach', 299479800, -854179800, 0),
(46285, 2536, 230, 'Miami', 257742700, -801936600, 0),
(46286, 2536, 230, 'Miami Beach', 257906500, -801300500, 0),
(46287, 2536, 230, 'Miami Gardens', 259420400, -802456000, 0),
(46288, 2536, 230, 'Miami Lakes', 259087100, -803086600, 0),
(46289, 2536, 230, 'Miami Shores', 258631500, -801928300, 0),
(46290, 2536, 230, 'Miami Springs', 258223200, -802895000, 0),
(46291, 2536, 230, 'Micanopy', 295063900, -822819400, 0),
(46292, 2536, 230, 'Micco', 278805800, -805003300, 0),
(46293, 2536, 230, 'Miccosukee', 305947200, -840413900, 0),
(46294, 2536, 230, 'Mid Florida', 286296430, -813578990, 0),
(46295, 2536, 230, 'Middleburg', 300936000, -818699000, 0),
(46296, 2536, 230, 'Midway', 287902700, -812309000, 0),
(46297, 2536, 230, 'Milligan', 307616600, -866045400, 0),
(46298, 2536, 230, 'Milton', 306696000, -871549200, 0),
(46299, 2536, 230, 'Mims', 286652700, -808447800, 0),
(46300, 2536, 230, 'Minneola', 285744400, -817461900, 0),
(46301, 2536, 230, 'Miramar', 259873100, -802322700, 0),
(46302, 2536, 230, 'Miramar Beach', 303933330, -864958330, 0),
(46303, 2536, 230, 'Mission Bay', 263700800, -802097700, 0),
(46304, 2536, 230, 'Molino', 307240800, -873141400, 0),
(46305, 2536, 230, 'Monticello', 305459490, -838673810, 0),
(46306, 2536, 230, 'Montverde', 286002800, -816739600, 0),
(46307, 2536, 230, 'Moore Haven', 268331200, -810931200, 0),
(46308, 2536, 230, 'Morriston', 292743440, -823611950, 0),
(46309, 2536, 230, 'Mount Dora', 288024900, -816445200, 0),
(46310, 2536, 230, 'Mount Plymouth', 288080500, -815331300, 0),
(46311, 2536, 230, 'Mulberry', 278953000, -819734200, 0),
(46312, 2536, 230, 'Murdock', 269902800, -821058300, 0),
(46313, 2536, 230, 'Myakka City', 273497200, -821613900, 0),
(46314, 2536, 230, 'Myrtle Grove', 304210300, -873074700, 0),
(46315, 2536, 230, 'Naples', 261420400, -817948100, 0),
(46316, 2536, 230, 'Naples Manor', 260887000, -817262000, 0),
(46317, 2536, 230, 'Naples Park', 262617500, -818092500, 0),
(46318, 2536, 230, 'Naranja', 255181600, -804228300, 0),
(46319, 2536, 230, 'Nassau Village-Ratliff', 305111100, -818092500, 0),
(46320, 2536, 230, 'Navarre', 304015900, -868635700, 0),
(46321, 2536, 230, 'Neptune Beach', 303119100, -813964700, 0),
(46322, 2536, 230, 'New Port Richey', 282441800, -827192700, 0),
(46323, 2536, 230, 'New Port Richey East', 282602700, -826926100, 0),
(46324, 2536, 230, 'New Smyrna Beach', 290258200, -809270000, 0),
(46325, 2536, 230, 'Newberry', 296463500, -826065000, 0),
(46326, 2536, 230, 'Niceville', 305057310, -864560020, 0),
(46327, 2536, 230, 'Nobleton', 286449500, -822627520, 0),
(46328, 2536, 230, 'Nokomis', 271192200, -824442600, 0),
(46329, 2536, 230, 'Norland', 259489800, -802122700, 0),
(46330, 2536, 230, 'North Andrews Gardens', 261914700, -801442100, 0),
(46331, 2536, 230, 'North Bay Village', 258462100, -801539400, 0),
(46332, 2536, 230, 'North DeLand', 290494300, -812981200, 0),
(46333, 2536, 230, 'North Fort Myers', 266672900, -818800900, 0),
(46334, 2536, 230, 'North Key Largo', 252673400, -803233900, 0),
(46335, 2536, 230, 'North Lauderdale', 262173000, -802258800, 0),
(46336, 2536, 230, 'North Miami', 258900900, -801867100, 0),
(46337, 2536, 230, 'North Miami Beach', 259331500, -801625500, 0),
(46338, 2536, 230, 'North Palm Beach', 268175600, -800819900, 0),
(46339, 2536, 230, 'North Port', 270442200, -822359300, 0),
(46340, 2536, 230, 'North River Shores', 272175500, -802697700, 0),
(46341, 2536, 230, 'North Sarasota', 273739300, -825184300, 0),
(46342, 2536, 230, 'North Weeki Wachee', 285501400, -825588800, 0),
(46343, 2536, 230, 'O''Brien', 300481200, -829765800, 0),
(46344, 2536, 230, 'Oak Ridge', 284711200, -814245200, 0),
(46345, 2536, 230, 'Oakland', 285550000, -816331300, 0),
(46346, 2536, 230, 'Oakland Park', 261723100, -801319900, 0),
(46347, 2536, 230, 'Ocala', 291872000, -821400900, 0),
(46348, 2536, 230, 'Ocean City', 304410300, -866135600, 0),
(46349, 2536, 230, 'Ocean Ridge', 265270200, -800483700, 0),
(46350, 2536, 230, 'Ocklawaha', 290425000, -819294000, 0),
(46351, 2536, 230, 'Ocoee', 285823190, -815391050, 0),
(46352, 2536, 230, 'Odessa', 281939000, -825917600, 0),
(46353, 2536, 230, 'Ojus', 259484300, -801506000, 0),
(46354, 2536, 230, 'Okeechobee', 272439300, -808297800, 0),
(46355, 2536, 230, 'Old Town', 296246820, -831045270, 0),
(46356, 2536, 230, 'Oldsmar', 280466450, -826864390, 0),
(46357, 2536, 230, 'Olga', 267189600, -817123000, 0),
(46358, 2536, 230, 'Olympia Heights', 257267700, -803553300, 0),
(46359, 2536, 230, 'Ona', 274591010, -819648730, 0),
(46360, 2536, 230, 'Oneco', 274484750, -825381330, 0),
(46361, 2536, 230, 'Opa-locka', 259052900, -802571600, 0),
(46362, 2536, 230, 'Orange City', 289488800, -812986700, 0),
(46363, 2536, 230, 'Orange Park', 301660700, -817064800, 0),
(46364, 2536, 230, 'Orangetree', 262928600, -815884200, 0),
(46365, 2536, 230, 'Oriole Beach', 303738100, -870913600, 0),
(46366, 2536, 230, 'Orlando', 285383400, -813792400, 0),
(46367, 2536, 230, 'Orlovista', 285383400, -814603500, 0),
(46368, 2536, 230, 'Ormond Beach', 292858100, -810558900, 0),
(46369, 2536, 230, 'Ormond-by-the-Sea', 293491400, -810664500, 0),
(46370, 2536, 230, 'Osprey', 271961600, -824903700, 0),
(46371, 2536, 230, 'Osteen', 288461100, -811625000, 0),
(46372, 2536, 230, 'Oviedo', 286700000, -812081200, 0),
(46373, 2536, 230, 'Oxford', 289238760, -820403980, 0),
(46374, 2536, 230, 'Ozona', 280694400, -827755600, 0),
(46375, 2536, 230, 'Pace', 305993600, -871610800, 0),
(46376, 2536, 230, 'Pahokee', 268200600, -806653400, 0),
(46377, 2536, 230, 'Palatka', 296416640, -816605210, 0),
(46378, 2536, 230, 'Palm Aire', 262061900, -801917100, 0),
(46379, 2536, 230, 'Palm Bay', 280281210, -806010390, 0),
(46380, 2536, 230, 'Palm Beach', 267161170, -800483270, 0),
(46381, 2536, 230, 'Palm Beach Gardens', 268437240, -800876990, 0),
(46382, 2536, 230, 'Palm Beach Shores', 267781200, -800356000, 0),
(46383, 2536, 230, 'Palm City', 271668690, -802936480, 0),
(46384, 2536, 230, 'Palm Coast', 295338330, -812273660, 0),
(46385, 2536, 230, 'Palm Harbor', 280788500, -827276840, 0),
(46386, 2536, 230, 'Palm River-Clair Mel', 279238600, -823793900, 0),
(46387, 2536, 230, 'Palm Springs', 266359000, -800961500, 0),
(46388, 2536, 230, 'Palm Springs North', 259351000, -803338300, 0),
(46389, 2536, 230, 'Palm Valley', 301774600, -813875800, 0),
(46390, 2536, 230, 'Palmdale', 269450000, -813164000, 0),
(46391, 2536, 230, 'Palmetto', 275214300, -825723200, 0),
(46392, 2536, 230, 'Palmetto Bay', 256217700, -803247700, 0),
(46393, 2536, 230, 'Palmetto Estates', 256214900, -803620000, 0),
(46394, 2536, 230, 'Palmona Park', 266864600, -818964800, 0),
(46395, 2536, 230, 'Panacea', 300312780, -843935390, 0),
(46396, 2536, 230, 'Panama City', 301594600, -856598300, 0),
(46397, 2536, 230, 'Panama City Beach', 301765900, -858054900, 0),
(46398, 2536, 230, 'Paradise Heights', 286236100, -815439600, 0),
(46399, 2536, 230, 'Parker', 301310400, -856032600, 0),
(46400, 2536, 230, 'Parkland', 263100800, -802372700, 0),
(46401, 2536, 230, 'Parrish', 275872000, -824253000, 0),
(46402, 2536, 230, 'Patrick Air Force Base', 282305560, -806228110, 0),
(46403, 2536, 230, 'Pebble Creek', 281483500, -823456500, 0),
(46404, 2536, 230, 'Pelican Bay', 262312000, -818056400, 0),
(46405, 2536, 230, 'Pembroke Park', 259878700, -801747700, 0),
(46406, 2536, 230, 'Pembroke Pines', 260031500, -802239400, 0),
(46407, 2536, 230, 'Pensacola', 304206000, -872241000, 0),
(46408, 2536, 230, 'Pensacola Beach', 303333330, -871375000, 0),
(46409, 2536, 230, 'Perry', 301174400, -835818100, 0),
(46410, 2536, 230, 'Pine Castle', 284719500, -813678500, 0),
(46411, 2536, 230, 'Pine Hills', 285577800, -814534000, 0),
(46412, 2536, 230, 'Pine Island Center', 266136900, -821181500, 0),
(46413, 2536, 230, 'Pine Island Ridge', 260948100, -802739400, 0),
(46414, 2536, 230, 'Pine Manor', 265728500, -818781400, 0),
(46415, 2536, 230, 'Pine Ridge', 262306400, -817959200, 0),
(46416, 2536, 230, 'Pinecrest', 256670500, -803081100, 0),
(46417, 2536, 230, 'Pinellas Park', 278428000, -826995400, 0),
(46418, 2536, 230, 'Pinetta', 306064320, -833376800, 0),
(46419, 2536, 230, 'Pinewood', 258689800, -802169900, 0),
(46420, 2536, 230, 'Placida', 268319400, -822650000, 0),
(46421, 2536, 230, 'Plant City', 280186300, -821128600, 0),
(46422, 2536, 230, 'Plantation', 270681100, -823728700, 0),
(46423, 2536, 230, 'Plantation Mobile Home Park', 267031200, -801322700, 0),
(46424, 2536, 230, 'Plymouth', 286967260, -815573890, 0),
(46425, 2536, 230, 'Poinciana', 281402900, -814584100, 0),
(46426, 2536, 230, 'Point Baker', 306901900, -870535800, 0),
(46427, 2536, 230, 'Polk City', 281951660, -818316320, 0),
(46428, 2536, 230, 'Pompano Beach', 262378600, -801247700, 0),
(46429, 2536, 230, 'Pompano Beach Highlands', 262828600, -801069900, 0),
(46430, 2536, 230, 'Ponce Inlet', 290963700, -809370000, 0),
(46431, 2536, 230, 'Ponte Vedra', 301736000, -813956000, 0),
(46432, 2536, 230, 'Ponte Vedra Beach', 302396900, -813856400, 0),
(46433, 2536, 230, 'Port Charlotte', 269761700, -820906400, 0),
(46434, 2536, 230, 'Port Orange', 291079920, -809791680, 0),
(46435, 2536, 230, 'Port Richey', 282716800, -827195500, 0),
(46436, 2536, 230, 'Port Saint Joe', 298118800, -853029700, 0),
(46437, 2536, 230, 'Port Saint John', 284769500, -807886700, 0),
(46438, 2536, 230, 'Port Saint Lucie', 273193850, -804171290, 0),
(46439, 2536, 230, 'Port Salerno', 271442200, -802006000, 0),
(46440, 2536, 230, 'Princeton', 255384400, -804089400, 0),
(46441, 2536, 230, 'Progress Village', 279003000, -823645400, 0),
(46442, 2536, 230, 'Punta Gorda', 269297800, -820453700, 0),
(46443, 2536, 230, 'Punta Rassa', 264878600, -820123100, 0),
(46444, 2536, 230, 'Putnam Hall', 297279400, -819611500, 0),
(46445, 2536, 230, 'Quincy', 305871400, -845832500, 0),
(46446, 2536, 230, 'Reddick', 293708300, -821983300, 0),
(46447, 2536, 230, 'Redland', 255280000, -804900000, 0),
(46448, 2536, 230, 'Richmond Heights', 256314900, -803689400, 0),
(46449, 2536, 230, 'Richmond West', 256105000, -804297100, 0),
(46450, 2536, 230, 'Ridge Manor', 285075000, -821703600, 0),
(46451, 2536, 230, 'Ridge Wood Heights', 272872700, -825131500, 0),
(46452, 2536, 230, 'Ridgecrest', 278972400, -828034400, 0),
(46453, 2536, 230, 'River Park', 273142100, -803472700, 0),
(46454, 2536, 230, 'River Ranch', 278826100, -814778500, 0),
(46455, 2536, 230, 'Riverview', 278492100, -823155190, 0),
(46456, 2536, 230, 'Riviera Beach', 267753400, -800581000, 0),
(46457, 2536, 230, 'Rock Island', 261550900, -801769900, 0),
(46458, 2536, 230, 'Rockledge', 283508400, -807253300, 0),
(46459, 2536, 230, 'Roosevelt Gardens', 261408700, -801802700, 0),
(46460, 2536, 230, 'Roseland', 278358600, -804931100, 0),
(46461, 2536, 230, 'Rotonda', 268836800, -822900900, 0),
(46462, 2536, 230, 'Rotonda West', 268877800, -822713900, 0),
(46463, 2536, 230, 'Royal Palm Beach', 267084000, -802306000, 0),
(46464, 2536, 230, 'Royal Palm Estates', 266817300, -801250400, 0),
(46465, 2536, 230, 'Ruskin', 277093800, -824471400, 0),
(46466, 2536, 230, 'Safety Harbor', 279908500, -826931600, 0),
(46467, 2536, 230, 'Saint Augustine', 299552730, -815266400, 0),
(46468, 2536, 230, 'Saint Augustine Beach', 298505300, -812653500, 0),
(46469, 2536, 230, 'Saint Augustine South', 298424900, -813144800, 0),
(46470, 2536, 230, 'Saint Cloud', 282470990, -812956340, 0),
(46471, 2536, 230, 'Saint George', 280564100, -827278800, 0),
(46472, 2536, 230, 'Saint James City', 264975800, -820784300, 0),
(46473, 2536, 230, 'Saint Johns', 300912330, -816256820, 0),
(46474, 2536, 230, 'Saint Leo', 283328160, -822746880, 0),
(46475, 2536, 230, 'Saint Pete Beach', 277253100, -827412100, 0),
(46476, 2536, 230, 'Saint Petersburg', 276871200, -827125800, 0),
(46477, 2536, 230, 'Salem', 297938600, -833838300, 0),
(46478, 2536, 230, 'Samoset', 274694800, -825414900, 0),
(46479, 2536, 230, 'Samsula-Spruce Creek', 290493200, -810619200, 0),
(46480, 2536, 230, 'San Antonio', 283361100, -822745300, 0),
(46481, 2536, 230, 'San Carlos Park', 264673000, -818014700, 0),
(46482, 2536, 230, 'San Mateo', 295716030, -815612400, 0),
(46483, 2536, 230, 'Sandalfoot Cove', 263392400, -801875500, 0),
(46484, 2536, 230, 'Sanderson', 302063300, -824304910, 0),
(46485, 2536, 230, 'Sanford', 288005500, -812731200, 0),
(46486, 2536, 230, 'Sanibel', 264489700, -820223100, 0),
(46487, 2536, 230, 'Santa Rosa Beach', 303614860, -861591160, 0),
(46488, 2536, 230, 'Sarasota', 273629050, -824815980, 0),
(46489, 2536, 230, 'Sarasota Springs', 273089400, -824795400, 0),
(46490, 2536, 230, 'Satellite Beach', 281761200, -805900500, 0),
(46491, 2536, 230, 'Satsuma', 295657920, -816356240, 0),
(46492, 2536, 230, 'Sawgrass', 301927400, -813706400, 0),
(46493, 2536, 230, 'Schall Circle', 267156200, -801150400, 0),
(46494, 2536, 230, 'Scott Lake', 259414800, -802319900, 0),
(46495, 2536, 230, 'Seaside', 303210300, -861416100, 0),
(46496, 2536, 230, 'Sebastian', 278164200, -804706100, 0),
(46497, 2536, 230, 'Sebring', 274955900, -814409100, 0),
(46498, 2536, 230, 'Seffner', 279836300, -822756500, 0),
(46499, 2536, 230, 'Seminole', 278397500, -827912100, 0),
(46500, 2536, 230, 'Seminole Manor', 265836800, -801003200, 0),
(46501, 2536, 230, 'Seville', 293427080, -815082500, 0),
(46502, 2536, 230, 'Shady Hills', 284100000, -825428800, 0),
(46503, 2536, 230, 'Shalimar', 304444400, -865819400, 0),
(46504, 2536, 230, 'Siesta Key', 273019900, -825514900, 0),
(46505, 2536, 230, 'Silver Lake', 288419300, -817984100, 0),
(46506, 2536, 230, 'Silver Springs', 292268660, -819481660, 0),
(46507, 2536, 230, 'Silver Springs Shores', 291044200, -820206400, 0),
(46508, 2536, 230, 'Sky Lake', 284572300, -813914600, 0),
(46509, 2536, 230, 'Sneads', 307076900, -849243700, 0),
(46510, 2536, 230, 'Sorrento', 288077800, -815636100, 0),
(46511, 2536, 230, 'South Bay', 266639600, -807161700, 0),
(46512, 2536, 230, 'South Bradenton', 274631000, -825817600, 0),
(46513, 2536, 230, 'South Brooksville', 285313800, -824023200, 0),
(46514, 2536, 230, 'South Daytona', 291658200, -810045000, 0),
(46515, 2536, 230, 'South Gate Ridge', 272864400, -824967600, 0),
(46516, 2536, 230, 'South Highpoint', 279169700, -827128800, 0),
(46517, 2536, 230, 'South Miami', 257076000, -802933800, 0),
(46518, 2536, 230, 'South Miami Heights', 255976100, -803806100, 0),
(46519, 2536, 230, 'South Palm Beach', 265889600, -800386500, 0),
(46520, 2536, 230, 'South Pasadena', 277550300, -827376000, 0),
(46521, 2536, 230, 'South Patrick Shores', 282022300, -806095000, 0),
(46522, 2536, 230, 'South Sarasota', 272861600, -825328800, 0),
(46523, 2536, 230, 'South Venice', 270531100, -824242600, 0),
(46524, 2536, 230, 'Southchase', 283930600, -813834000, 0),
(46525, 2536, 230, 'Southeast Arcadia', 271862900, -818521000, 0),
(46526, 2536, 230, 'Southgate', 273081000, -825098200, 0),
(46527, 2536, 230, 'Southwest Ranches', 260587000, -803372700, 0),
(46528, 2536, 230, 'Spring Hill', 284768800, -825254600, 0),
(46529, 2536, 230, 'Springfield', 301532600, -856113200, 0),
(46530, 2536, 230, 'Starke', 299441300, -821098300, 0),
(46531, 2536, 230, 'Steinhatchee', 296710600, -833876400, 0),
(46532, 2536, 230, 'Stock Island', 245670900, -817384200, 0),
(46533, 2536, 230, 'Stuart', 271941250, -802095280, 0),
(46534, 2536, 230, 'Sugarmill Woods', 287322100, -825062100, 0),
(46535, 2536, 230, 'Summerfield', 289909450, -820472110, 0),
(46536, 2536, 230, 'Summerland Key', 246596250, -814573010, 0),
(46537, 2536, 230, 'Sumterville', 287475000, -820638890, 0),
(46538, 2536, 230, 'Sun City', 276775570, -824794720, 0),
(46539, 2536, 230, 'Sun City Center', 277180900, -823517600, 0),
(46540, 2536, 230, 'Sunny Isles Beach', 259506500, -801228200, 0),
(46541, 2536, 230, 'Sunrise', 261576700, -802861100, 0),
(46542, 2536, 230, 'Sunset', 257059400, -803522800, 0),
(46543, 2536, 230, 'Sunshine Ranches', 260459200, -803289400, 0),
(46544, 2536, 230, 'Surfside', 258784300, -801256000, 0),
(46545, 2536, 230, 'Sweetwater', 257634300, -803731100, 0),
(46546, 2536, 230, 'Sydney', 279781310, -821997800, 0),
(46547, 2536, 230, 'Taft', 284297300, -813650700, 0),
(46548, 2536, 230, 'Tallahassee', 304382600, -842807300, 0),
(46549, 2536, 230, 'Tallevast', 274016700, -825427800, 0),
(46550, 2536, 230, 'Tamarac', 262128600, -802497700, 0),
(46551, 2536, 230, 'Tamiami', 257587100, -803983900, 0),
(46552, 2536, 230, 'Tampa', 279475200, -824584300, 0),
(46553, 2536, 230, 'Tangelo Park', 284558400, -814459000, 0),
(46554, 2536, 230, 'Tangerine', 287649900, -816306300, 0),
(46555, 2536, 230, 'Tarpon Springs', 281461200, -827567700, 0),
(46556, 2536, 230, 'Tavares', 288041600, -817256300, 0),
(46557, 2536, 230, 'Tavernier', 250115200, -805150600, 0),
(46558, 2536, 230, 'Taylor Creek', 272167100, -807895000, 0),
(46559, 2536, 230, 'Tedder', 262842500, -801222700, 0),
(46560, 2536, 230, 'Temple Terrace', 280353000, -823892600, 0),
(46561, 2536, 230, 'Tequesta', 269681100, -801286500, 0),
(46562, 2536, 230, 'Terra Ceia', 275746110, -825767270, 0),
(46563, 2536, 230, 'Terra Mar', 262161900, -800953200, 0),
(46564, 2536, 230, 'The Crossings', 256706600, -804011700, 0),
(46565, 2536, 230, 'The Hammocks', 256714900, -804445000, 0),
(46566, 2536, 230, 'The Meadows', 273617100, -824689800, 0),
(46567, 2536, 230, 'The Villages', 289154700, -819226790, 0),
(46568, 2536, 230, 'Thonotosassa', 280614100, -823023100, 0),
(46569, 2536, 230, 'Three Lakes', 256420500, -803983900, 0),
(46570, 2536, 230, 'Three Oaks', 264700800, -817939700, 0),
(46571, 2536, 230, 'Tice', 266747900, -818150800, 0),
(46572, 2536, 230, 'Tierra Verde', 276919700, -827234300, 0),
(46573, 2536, 230, 'Timber Pines', 284702800, -826031600, 0),
(46574, 2536, 230, 'Titusville', 285722570, -808219920, 0),
(46575, 2536, 230, 'Town ''n'' Country', 280105700, -825773200, 0),
(46576, 2536, 230, 'Treasure Island', 277691900, -827689900, 0),
(46577, 2536, 230, 'Trenton', 296117270, -828139310, 0),
(46578, 2536, 230, 'Trilby', 284590370, -821970960, 0),
(46579, 2536, 230, 'Trinity', 281808500, -826817700, 0),
(46580, 2536, 230, 'Twin Lakes', 261809200, -801600500, 0),
(46581, 2536, 230, 'Tyndall Air Force Base', 300853500, -856073100, 0),
(46582, 2536, 230, 'Umatilla', 289294300, -816656300, 0),
(46583, 2536, 230, 'Union Park', 285680600, -812861800, 0),
(46584, 2536, 230, 'University', 280692000, -824360900, 0),
(46585, 2536, 230, 'University Park', 257464900, -803675500, 0),
(46586, 2536, 230, 'Upper Grand Lagoon', 301632600, -857407600, 0),
(46587, 2536, 230, 'Valparaiso', 305085300, -865027300, 0),
(46588, 2536, 230, 'Valrico', 279378900, -822364400, 0),
(46589, 2536, 230, 'Vamo', 272220000, -824978700, 0),
(46590, 2536, 230, 'Vanderbilt Beach', 262702780, -817900000, 0),
(46591, 2536, 230, 'Venice', 271035140, -824073410, 0),
(46592, 2536, 230, 'Venice Gardens', 270731100, -824076000, 0),
(46593, 2536, 230, 'Venus', 270917680, -813979590, 0),
(46594, 2536, 230, 'Vernon', 305033600, -858665900, 0),
(46595, 2536, 230, 'Vero Beach', 276386400, -803972700, 0),
(46596, 2536, 230, 'Vero Beach South', 276163800, -804130800, 0),
(46597, 2536, 230, 'Villages of Oriole', 264623000, -801528200, 0),
(46598, 2536, 230, 'Villano Beach', 299385800, -813020200, 0),
(46599, 2536, 230, 'Villas', 265503500, -818687000, 0),
(46600, 2536, 230, 'Vineyards', 262278700, -817092500, 0),
(46601, 2536, 230, 'Virginia Gardens', 258103800, -803022700, 0),
(46602, 2536, 230, 'Wabasso', 277503460, -804471010, 0),
(46603, 2536, 230, 'Waldo', 297896900, -821673200, 0),
(46604, 2536, 230, 'Wallace', 306774100, -871799700, 0),
(46605, 2536, 230, 'Warm Mineral Springs', 270597800, -822600900, 0),
(46606, 2536, 230, 'Warrington', 303840900, -872749700, 0),
(46607, 2536, 230, 'Wauchula', 275472600, -818114700, 0),
(46608, 2536, 230, 'Webster', 286113900, -820583300, 0),
(46609, 2536, 230, 'Wedgefield', 284877800, -810772900, 0),
(46610, 2536, 230, 'Weirsdale', 289810930, -819144050, 0),
(46611, 2536, 230, 'Wekiva Springs', 286986100, -814256300, 0),
(46612, 2536, 230, 'Wellington', 266602950, -802582670, 0),
(46613, 2536, 230, 'Wesley Chapel', 282397300, -823278700, 0),
(46614, 2536, 230, 'West Bradenton', 275025400, -826139900, 0),
(46615, 2536, 230, 'West Melbourne', 280716800, -806533900, 0),
(46616, 2536, 230, 'West Miami', 257634300, -802961600, 0),
(46617, 2536, 230, 'West Palm Beach', 266715290, -800604410, 0),
(46618, 2536, 230, 'West Park', 259845400, -801989400, 0),
(46619, 2536, 230, 'West Pensacola', 304265900, -872796900, 0),
(46620, 2536, 230, 'West Vero Corridor', 276377500, -804857600, 0),
(46621, 2536, 230, 'West and East Lealman', 278199300, -826894400, 0),
(46622, 2536, 230, 'Westchase', 280550200, -826098200, 0),
(46623, 2536, 230, 'Westchester', 257548200, -803272700, 0),
(46624, 2536, 230, 'Weston', 261003700, -803997700, 0),
(46625, 2536, 230, 'Westview', 258820400, -802419900, 0),
(46626, 2536, 230, 'Westwood Lake', 257292700, -803728300, 0),
(46627, 2536, 230, 'Wewahitchka', 301127000, -852004700, 0),
(46628, 2536, 230, 'Whiskey Creek', 265725800, -818900900, 0),
(46629, 2536, 230, 'Whisper Walk', 263961900, -801881000, 0),
(46630, 2536, 230, 'White City', 273739300, -803339400, 0),
(46631, 2536, 230, 'Whitfield', 274117100, -825659300, 0),
(46632, 2536, 230, 'Wildwood', 288652600, -820389700, 0),
(46633, 2536, 230, 'Williamsburg', 284144500, -814428500, 0),
(46634, 2536, 230, 'Williston', 293874700, -824467700, 0),
(46635, 2536, 230, 'Williston Highlands', 293405200, -825415000, 0),
(46636, 2536, 230, 'Willow Oak', 279161400, -820178600, 0),
(46637, 2536, 230, 'Wilton Manors', 261603600, -801389300, 0),
(46638, 2536, 230, 'Wimauma', 277011000, -823178000, 0),
(46639, 2536, 230, 'Windermere', 284955600, -815348000, 0),
(46640, 2536, 230, 'Winston', 280316900, -820148100, 0),
(46641, 2536, 230, 'Winter Garden', 285652800, -815861800, 0),
(46642, 2536, 230, 'Winter Haven', 280010990, -816733470, 0),
(46643, 2536, 230, 'Winter Park', 286000000, -813392400, 0),
(46644, 2536, 230, 'Winter Springs', 286810200, -812808000, 0),
(46645, 2536, 230, 'Woodlawn Beach', 303882500, -869908000, 0),
(46646, 2536, 230, 'Wright', 304557500, -866382900, 0),
(46647, 2536, 230, 'Yankeetown', 290330000, -827170000, 0),
(46648, 2536, 230, 'Youngstown', 303644400, -854383300, 0),
(46649, 2536, 230, 'Yulee', 306319000, -816064900, 0),
(46650, 2536, 230, 'Zellwood', 287311100, -816011800, 0),
(46651, 2536, 230, 'Zephyrhills', 282336200, -821811900, 0),
(46652, 2536, 230, 'Zephyrhills North', 282517200, -821655700, 0),
(46653, 2536, 230, 'Zephyrhills West', 282308100, -822055600, 0),
(46654, 2536, 230, 'Zolfo Springs', 274933700, -817959200, 0),
(46655, 2537, 230, 'Abbeville', 319921200, -833068200, 0),
(46656, 2537, 230, 'Acworth', 340659300, -846768800, 0),
(46657, 2537, 230, 'Adairsville', 343687000, -849341100, 0),
(46658, 2537, 230, 'Adel', 311371400, -834234900, 0),
(46659, 2537, 230, 'Albany', 315738100, -841641330, 0),
(46660, 2537, 230, 'Allenhurst', 317745500, -815985430, 0),
(46661, 2537, 230, 'Alma', 315393700, -824623600, 0),
(46662, 2537, 230, 'Alpharetta', 340753800, -842940900, 0),
(46663, 2537, 230, 'Americus', 320723900, -842326900, 0),
(46664, 2537, 230, 'Appling', 335459700, -823159600, 0),
(46665, 2537, 230, 'Aragon', 340456600, -850560600, 0),
(46666, 2537, 230, 'Arcade', 340778900, -835615500, 0),
(46667, 2537, 230, 'Arlington', 314399000, -847249200, 0),
(46668, 2537, 230, 'Armuchee', 344238150, -851667530, 0),
(46669, 2537, 230, 'Arnoldsville', 338491220, -832853110, 0),
(46670, 2537, 230, 'Ashburn', 317060100, -836532200, 0),
(46671, 2537, 230, 'Athens', 339609500, -833779400, 0),
(46672, 2537, 230, 'Atlanta', 337490000, -843879800, 0),
(46673, 2537, 230, 'Auburn', 340137200, -838276800, 0),
(46674, 2537, 230, 'Augusta', 334612260, -819717330, 0),
(46675, 2537, 230, 'Austell', 338357000, -846317000, 0),
(46676, 2537, 230, 'Avondale Estates', 337714900, -842671400, 0),
(46677, 2537, 230, 'Axson', 312894520, -827215720, 0),
(46678, 2537, 230, 'Baconton', 313761100, -841613900, 0),
(46679, 2537, 230, 'Bainbridge', 309038000, -845754700, 0),
(46680, 2537, 230, 'Baldwin', 344917700, -835373900, 0),
(46681, 2537, 230, 'Ball Ground', 343381500, -843765900, 0),
(46682, 2537, 230, 'Barnesville', 330541110, -841586270, 0),
(46683, 2537, 230, 'Baxley', 317782500, -823484600, 0),
(46684, 2537, 230, 'Belvedere Park', 337548300, -842674200, 0),
(46685, 2537, 230, 'Berkeley Lake', 339837100, -841865800, 0),
(46686, 2537, 230, 'Berlin', 311258650, -837036030, 0),
(46687, 2537, 230, 'Bethlehem', 339363900, -837105600, 0),
(46688, 2537, 230, 'Bishop', 338332200, -834720700, 0),
(46689, 2537, 230, 'Blackshear', 313060500, -822420700, 0),
(46690, 2537, 230, 'Blairsville', 348762000, -839582400, 0),
(46691, 2537, 230, 'Blakely', 313776800, -849340900, 0),
(46692, 2537, 230, 'Bloomingdale', 321324200, -812990000, 0),
(46693, 2537, 230, 'Blue Ridge', 348639700, -843240900, 0),
(46694, 2537, 230, 'Bluffton', 315517820, -849015750, 0),
(46695, 2537, 230, 'Blythe', 332947200, -822005600, 0),
(46696, 2537, 230, 'Bogart', 339492800, -835346100, 0),
(46697, 2537, 230, 'Bonaire', 325438900, -835961100, 0),
(46698, 2537, 230, 'Bonanza', 334656700, -843365900, 0),
(46699, 2537, 230, 'Bowdon', 335378900, -852532800, 0),
(46700, 2537, 230, 'Bowdon Junction', 335698120, -850834930, 0),
(46701, 2537, 230, 'Box Springs', 325708200, -846217200, 0),
(46702, 2537, 230, 'Braselton', 341092700, -837626700, 0),
(46703, 2537, 230, 'Bremen', 337404450, -851363100, 0),
(46704, 2537, 230, 'Brookfield', 314415350, -835038300, 0),
(46705, 2537, 230, 'Brooklet', 323796300, -816631700, 0),
(46706, 2537, 230, 'Brooks', 332652000, -844653000, 0),
(46707, 2537, 230, 'Brunswick', 311499500, -814914900, 0),
(46708, 2537, 230, 'Buchanan', 338026000, -851885600, 0),
(46709, 2537, 230, 'Buena Vista', 323190400, -845171400, 0),
(46710, 2537, 230, 'Buford', 341241300, -840330600, 0),
(46711, 2537, 230, 'Byromville', 322013900, -839080600, 0),
(46712, 2537, 230, 'Byron', 326537600, -837596300, 0),
(46713, 2537, 230, 'Cadwell', 323364410, -830432970, 0),
(46714, 2537, 230, 'Cairo', 308774100, -842012900, 0),
(46715, 2537, 230, 'Calhoun', 345025900, -849510500, 0),
(46716, 2537, 230, 'Camak', 334570030, -826462830, 0),
(46717, 2537, 230, 'Candler-McAfee', 337267200, -842724600, 0),
(46718, 2537, 230, 'Canon', 343455600, -831086100, 0),
(46719, 2537, 230, 'Canton', 342367600, -844907600, 0),
(46720, 2537, 230, 'Carlton', 339645000, -829377500, 0),
(46721, 2537, 230, 'Carnesville', 343698300, -832351600, 0),
(46722, 2537, 230, 'Carrollton', 335801100, -850766100, 0),
(46723, 2537, 230, 'Cartersville', 341651000, -847999400, 0),
(46724, 2537, 230, 'Cassville', 342485240, -848565880, 0),
(46725, 2537, 230, 'Cave Spring', 341076000, -853363400, 0),
(46726, 2537, 230, 'Cedartown', 340537100, -852549500, 0),
(46727, 2537, 230, 'Centerville', 326301400, -836896300, 0),
(46728, 2537, 230, 'Chamblee', 338920500, -842988100, 0),
(46729, 2537, 230, 'Chatsworth', 347659100, -847699400, 0),
(46730, 2537, 230, 'Chattahoochee Hills', 335506300, -847604900, 0),
(46731, 2537, 230, 'Cherry Log', 346129460, -845343160, 0),
(46732, 2537, 230, 'Chestnut Mountain', 341755310, -839060850, 0),
(46733, 2537, 230, 'Chickamauga', 348711900, -852907900, 0),
(46734, 2537, 230, 'Clarkdale', 338308300, -846497200, 0),
(46735, 2537, 230, 'Clarkesville', 346126000, -835248900, 0),
(46736, 2537, 230, 'Clarkston', 338095500, -842396400, 0),
(46737, 2537, 230, 'Claxton', 321615800, -819040000, 0),
(46738, 2537, 230, 'Clayton', 348781500, -834009900, 0),
(46739, 2537, 230, 'Clermont', 344772200, -837741700, 0),
(46740, 2537, 230, 'Cleveland', 345970400, -837632400, 0),
(46741, 2537, 230, 'Climax', 308756630, -844449820, 0),
(46742, 2537, 230, 'Clinchfield', 323387460, -837310160, 0),
(46743, 2537, 230, 'Clyo', 325180060, -813166390, 0),
(46744, 2537, 230, 'Cobb', 319634160, -839685770, 0),
(46745, 2537, 230, 'Cochran', 323868300, -833546100, 0),
(46746, 2537, 230, 'Cohutta', 349591700, -849527800, 0),
(46747, 2537, 230, 'Colbert', 340375000, -832138900, 0),
(46748, 2537, 230, 'College Park', 336534400, -844493700, 0),
(46749, 2537, 230, 'Collins', 321786100, -821100000, 0),
(46750, 2537, 230, 'Colquitt', 311712900, -847332500, 0),
(46751, 2537, 230, 'Columbus', 325171870, -849794180, 0),
(46752, 2537, 230, 'Comer', 340637200, -831254300, 0),
(46753, 2537, 230, 'Commerce', 342040000, -834571100, 0),
(46754, 2537, 230, 'Concord', 330908300, -844388900, 0),
(46755, 2537, 230, 'Conley', 336448300, -843257600, 0),
(46756, 2537, 230, 'Conyers', 336676100, -840176900, 0),
(46757, 2537, 230, 'Coolidge', 310320000, -838600800, 0),
(46758, 2537, 230, 'Coosa', 342604500, -853371700, 0),
(46759, 2537, 230, 'Cordele', 319499550, -837647130, 0),
(46760, 2537, 230, 'Cornelia', 345114900, -835271200, 0),
(46761, 2537, 230, 'Country Club Estates', 312127300, -814642700, 0),
(46762, 2537, 230, 'Covington', 335288300, -839478200, 0),
(46763, 2537, 230, 'Crandall', 349405160, -847596400, 0),
(46764, 2537, 230, 'Crawford', 339023420, -831890700, 0),
(46765, 2537, 230, 'Crawfordville', 335540200, -828959800, 0),
(46766, 2537, 230, 'Culloden', 327753570, -841852230, 0),
(46767, 2537, 230, 'Cumming', 342026700, -840732700, 0),
(46768, 2537, 230, 'Cusseta', 323054300, -847727000, 0),
(46769, 2537, 230, 'Cuthbert', 317712700, -847893700, 0),
(46770, 2537, 230, 'Dacula', 339887200, -838979600, 0),
(46771, 2537, 230, 'Dahlonega', 345325900, -839849100, 0),
(46772, 2537, 230, 'Daisy', 321508520, -818371250, 0),
(46773, 2537, 230, 'Dallas', 339237100, -848407700, 0),
(46774, 2537, 230, 'Dalton', 347841960, -849325340, 0),
(46775, 2537, 230, 'Danielsville', 341242800, -832212600, 0),
(46776, 2537, 230, 'Darien', 313702300, -814339900, 0),
(46777, 2537, 230, 'Dawson', 317735000, -844465800, 0),
(46778, 2537, 230, 'Dawsonville', 344212100, -841190800, 0),
(46779, 2537, 230, 'Dearing', 334602500, -824971080, 0),
(46780, 2537, 230, 'Decatur', 337748300, -842963100, 0),
(46781, 2537, 230, 'Demorest', 345887260, -835811770, 0),
(46782, 2537, 230, 'Dillard', 349810800, -833815800, 0),
(46783, 2537, 230, 'Dock Junction', 312024500, -815167700, 0),
(46784, 2537, 230, 'Donalsonville', 310404600, -848790900, 0),
(46785, 2537, 230, 'Doraville', 338981600, -842832600, 0),
(46786, 2537, 230, 'Douglas', 315088100, -828498700, 0),
(46787, 2537, 230, 'Douglasville', 336954000, -847453850, 0),
(46788, 2537, 230, 'Druid Hills', 337803800, -843360400, 0),
(46789, 2537, 230, 'Dry Branch', 328144280, -835510930, 0),
(46790, 2537, 230, 'Dublin', 325404400, -829037500, 0),
(46791, 2537, 230, 'Dudley', 325383300, -830761100, 0),
(46792, 2537, 230, 'Duluth', 339861100, -841647900, 0),
(46793, 2537, 230, 'Dunwoody', 339462100, -843346500, 0),
(46794, 2537, 230, 'East Ellijay', 346842340, -844723390, 0),
(46795, 2537, 230, 'East Newnan', 333506700, -847766000, 0),
(46796, 2537, 230, 'East Point', 336795500, -844393700, 0),
(46797, 2537, 230, 'Eastanollee', 344966710, -832578020, 0),
(46798, 2537, 230, 'Eastman', 321976700, -831776500, 0),
(46799, 2537, 230, 'Eatonton', 333249800, -833448800, 0),
(46800, 2537, 230, 'Eden', 321736110, -813908330, 0),
(46801, 2537, 230, 'Elberton', 341112200, -828670800, 0),
(46802, 2537, 230, 'Ellabell', 321236100, -814855600, 0),
(46803, 2537, 230, 'Ellaville', 322989060, -840640670, 0),
(46804, 2537, 230, 'Ellenton', 311856880, -837463630, 0),
(46805, 2537, 230, 'Ellenwood', 336385000, -842553000, 0),
(46806, 2537, 230, 'Ellerslie', 326313900, -848013900, 0),
(46807, 2537, 230, 'Ellijay', 346948100, -844821500, 0),
(46808, 2537, 230, 'Emerson', 341270400, -847554900, 0),
(46809, 2537, 230, 'Enigma', 314129700, -833290500, 0),
(46810, 2537, 230, 'Epworth', 349069200, -844992800, 0),
(46811, 2537, 230, 'Esom Hill', 340006460, -852686390, 0),
(46812, 2537, 230, 'Eton', 348229550, -847628580, 0),
(46813, 2537, 230, 'Euharlee', 341448200, -849330000, 0),
(46814, 2537, 230, 'Evans', 335410340, -821391480, 0),
(46815, 2537, 230, 'Experiment', 332653900, -842815900, 0),
(46816, 2537, 230, 'Fair Oaks', 339164900, -845446500, 0),
(46817, 2537, 230, 'Fairburn', 335670600, -845810400, 0),
(46818, 2537, 230, 'Fairmount', 344386100, -846994400, 0),
(46819, 2537, 230, 'Fairview', 349456300, -852844000, 0),
(46820, 2537, 230, 'Fayetteville', 334402810, -844626540, 0),
(46821, 2537, 230, 'Fitzgerald', 317149100, -832526500, 0),
(46822, 2537, 230, 'Flintstone', 349416700, -853436100, 0),
(46823, 2537, 230, 'Flovilla', 332428500, -838961500, 0),
(46824, 2537, 230, 'Flowery Branch', 341851000, -839251800, 0),
(46825, 2537, 230, 'Folkston', 308305100, -820098400, 0),
(46826, 2537, 230, 'Forest Park', 336220500, -843690900, 0),
(46827, 2537, 230, 'Forsyth', 330343000, -839382400, 0),
(46828, 2537, 230, 'Fort Benning', 323661100, -849691700, 0),
(46829, 2537, 230, 'Fort Gaines', 316090600, -850471500, 0),
(46830, 2537, 230, 'Fort Oglethorpe', 349489600, -852569000, 0),
(46831, 2537, 230, 'Fort Stewart', 318721700, -816100100, 0),
(46832, 2537, 230, 'Fort Valley', 325537600, -838874100, 0),
(46833, 2537, 230, 'Fortson', 324922200, -849402800, 0),
(46834, 2537, 230, 'Franklin', 332776200, -850980000, 0),
(46835, 2537, 230, 'Gainesville', 342644150, -838867870, 0),
(46836, 2537, 230, 'Gay', 330938900, -845738900, 0),
(46837, 2537, 230, 'Georgetown', 318846000, -851074300, 0),
(46838, 2537, 230, 'Gillsville', 343091700, -836355600, 0),
(46839, 2537, 230, 'Glennville', 319365900, -819284500, 0),
(46840, 2537, 230, 'Glenwood', 321109270, -826643110, 0),
(46841, 2537, 230, 'Gordon', 328820900, -833323800, 0),
(46842, 2537, 230, 'Gracewood', 333734250, -820271000, 0),
(46843, 2537, 230, 'Gray', 330095800, -835337800, 0),
(46844, 2537, 230, 'Grayson', 338942700, -839557400, 0),
(46845, 2537, 230, 'Graysville', 349762800, -851413200, 0),
(46846, 2537, 230, 'Greensboro', 335564260, -831685520, 0),
(46847, 2537, 230, 'Greenville', 330287400, -847129800, 0),
(46848, 2537, 230, 'Gresham Park', 337034400, -843143700, 0),
(46849, 2537, 230, 'Griffin', 332931000, -842651000, 0),
(46850, 2537, 230, 'Grovetown', 334504200, -821981800, 0),
(46851, 2537, 230, 'Gumlog', 344917700, -830965400, 0),
(46852, 2537, 230, 'Guyton', 323363000, -813915000, 0),
(46853, 2537, 230, 'Haddock', 330325000, -834291700, 0),
(46854, 2537, 230, 'Hahira', 309913100, -833726600, 0),
(46855, 2537, 230, 'Hampton', 333870600, -842829800, 0),
(46856, 2537, 230, 'Hapeville', 336601100, -844102000, 0),
(46857, 2537, 230, 'Haralson', 332343700, -845685700, 0),
(46858, 2537, 230, 'Hardwick', 330682000, -832234900, 0),
(46859, 2537, 230, 'Harlem', 334145800, -823126200, 0),
(46860, 2537, 230, 'Hartwell', 343528800, -829320900, 0),
(46861, 2537, 230, 'Hawkinsville', 322837700, -834721200, 0),
(46862, 2537, 230, 'Hazlehurst', 318696300, -825943000, 0),
(46863, 2537, 230, 'Helen', 347006280, -837265590, 0),
(46864, 2537, 230, 'Helena', 320737900, -829145900, 0),
(46865, 2537, 230, 'Hephzibah', 333140300, -820967900, 0),
(46866, 2537, 230, 'Hiawassee', 349492600, -837573900, 0),
(46867, 2537, 230, 'Hinesville', 318468800, -815959500, 0),
(46868, 2537, 230, 'Hiram', 338756600, -847621600, 0),
(46869, 2537, 230, 'Hoboken', 311863680, -821196820, 0),
(46870, 2537, 230, 'Hogansville', 331731800, -849149400, 0),
(46871, 2537, 230, 'Holly Springs', 341739900, -845013200, 0),
(46872, 2537, 230, 'Homer', 343337200, -834990600, 0),
(46873, 2537, 230, 'Hoschton', 340965000, -837612800, 0),
(46874, 2537, 230, 'Hull', 340196580, -833142340, 0),
(46875, 2537, 230, 'Ideal', 323730600, -841888900, 0),
(46876, 2537, 230, 'Ila', 341727930, -832937410, 0),
(46877, 2537, 230, 'Indian Springs', 349578500, -851644000, 0),
(46878, 2537, 230, 'Irondale', 334806700, -843588100, 0),
(46879, 2537, 230, 'Irwinton', 328112600, -831726500, 0),
(46880, 2537, 230, 'Irwinville', 316563790, -834102000, 0),
(46881, 2537, 230, 'Isle of Hope', 319818800, -810609400, 0),
(46882, 2537, 230, 'Jackson', 332945700, -839660200, 0),
(46883, 2537, 230, 'Jacksonville', 318133300, -829752800, 0),
(46884, 2537, 230, 'Jasper', 344678700, -844290900, 0),
(46885, 2537, 230, 'Jefferson', 334493000, -833115500, 0),
(46886, 2537, 230, 'Jekyll Island', 310700000, -814202800, 0),
(46887, 2537, 230, 'Jenkinsburg', 333250000, -840350000, 0),
(46888, 2537, 230, 'Jesup', 316074400, -818853900, 0),
(46889, 2537, 230, 'Jewell', 333370190, -827372190, 0),
(46890, 2537, 230, 'Johns Creek', 340289300, -841985800, 0),
(46891, 2537, 230, 'Jonesboro', 335119800, -843190400, 0),
(46892, 2537, 230, 'Juliette', 329984550, -837745350, 0),
(46893, 2537, 230, 'Kathleen', 324961100, -836077800, 0),
(46894, 2537, 230, 'Kennesaw', 340342000, -845835000, 0),
(46895, 2537, 230, 'Kings Bay', 308349980, -817756580, 0),
(46896, 2537, 230, 'Kingsland', 307938410, -817104400, 0),
(46897, 2537, 230, 'Kingston', 342358300, -849447200, 0),
(46898, 2537, 230, 'Kite', 326913900, -825152800, 0),
(46899, 2537, 230, 'Lafayette', 347048000, -852819000, 0),
(46900, 2537, 230, 'Lagrange', 330392900, -850313300, 0),
(46901, 2537, 230, 'Lake Park', 306847200, -831877800, 0),
(46902, 2537, 230, 'Lakeland', 310410400, -830751500, 0),
(46903, 2537, 230, 'Lakeview', 349792400, -852588400, 0),
(46904, 2537, 230, 'Lakeview Estates', 337067800, -840315800, 0),
(46905, 2537, 230, 'Lavonia', 344359400, -831068200, 0),
(46906, 2537, 230, 'Lawrenceville', 339562100, -839879600, 0),
(46907, 2537, 230, 'Leary', 314855600, -845133300, 0),
(46908, 2537, 230, 'Lebanon', 342270120, -844601450, 0),
(46909, 2537, 230, 'Leesburg', 317321200, -841707400, 0),
(46910, 2537, 230, 'Lenox', 312670000, -834670000, 0),
(46911, 2537, 230, 'Leslie', 319550000, -840869400, 0),
(46912, 2537, 230, 'Lexington', 338698400, -831118200, 0),
(46913, 2537, 230, 'Lilburn', 338901000, -841429700, 0),
(46914, 2537, 230, 'Lincolnton', 337923500, -824790200, 0),
(46915, 2537, 230, 'Lindale', 341867600, -851746700, 0),
(46916, 2537, 230, 'Lithia Springs', 337757000, -846377000, 0),
(46917, 2537, 230, 'Lithonia', 337123300, -841051900, 0),
(46918, 2537, 230, 'Lizella', 328072200, -838200000, 0),
(46919, 2537, 230, 'Locust Grove', 333459500, -841090800, 0),
(46920, 2537, 230, 'Loganville', 338390000, -839007400, 0),
(46921, 2537, 230, 'Lookout Mountain', 349775800, -853577400, 0),
(46922, 2537, 230, 'Louisville', 330018160, -824053590, 0),
(46923, 2537, 230, 'Lovejoy', 334362200, -843143700, 0),
(46924, 2537, 230, 'Ludowici', 317079900, -817423400, 0),
(46925, 2537, 230, 'Lula', 343953820, -836854470, 0),
(46926, 2537, 230, 'Lumber City', 319293500, -826795800, 0),
(46927, 2537, 230, 'Lumpkin', 320509900, -847990900, 0),
(46928, 2537, 230, 'Luthersville', 332091700, -847452800, 0),
(46929, 2537, 230, 'Lyerly', 344036100, -854063900, 0),
(46930, 2537, 230, 'Lyons', 322043500, -823217900, 0),
(46931, 2537, 230, 'Mableton', 338157400, -845619400, 0),
(46932, 2537, 230, 'Macon', 328406900, -836324000, 0),
(46933, 2537, 230, 'Madison', 335956800, -834679400, 0),
(46934, 2537, 230, 'Manchester', 328598500, -846199300, 0),
(46935, 2537, 230, 'Manor', 312138900, -823550000, 0),
(46936, 2537, 230, 'Mansfield', 334963800, -837499000, 0),
(46937, 2537, 230, 'Marble Hill', 344600000, -844600000, 0),
(46938, 2537, 230, 'Marietta', 339295000, -844662000, 0),
(46939, 2537, 230, 'Martin', 345304200, -831464750, 0),
(46940, 2537, 230, 'Martinez', 335173600, -820756700, 0),
(46941, 2537, 230, 'Matthews', 332171940, -822854470, 0),
(46942, 2537, 230, 'Mauk', 325016390, -844211100, 0),
(46943, 2537, 230, 'Maysville', 342528800, -835615500, 0),
(46944, 2537, 230, 'McDonough', 334473400, -841468600, 0),
(46945, 2537, 230, 'Meigs', 310724100, -840890700, 0),
(46946, 2537, 230, 'Menlo', 346226400, -854977200, 0),
(46947, 2537, 230, 'Meridian', 314192980, -814243010, 0),
(46948, 2537, 230, 'Metter', 323971200, -820601200, 0),
(46949, 2537, 230, 'Midland', 324922200, -849402800, 0),
(46950, 2537, 230, 'Midway', 318057700, -814306600, 0),
(46951, 2537, 230, 'Milledgeville', 330769000, -833032000, 0),
(46952, 2537, 230, 'Millen', 328040500, -819492800, 0),
(46953, 2537, 230, 'Milner', 331130600, -841950000, 0),
(46954, 2537, 230, 'Milton', 341321600, -843006700, 0),
(46955, 2537, 230, 'Mineral Bluff', 349414940, -842647490, 0),
(46956, 2537, 230, 'Molena', 329688170, -844571000, 0),
(46957, 2537, 230, 'Monroe', 337948400, -837132300, 0),
(46958, 2537, 230, 'Montezuma', 323051600, -840274100, 0),
(46959, 2537, 230, 'Montgomery', 319404900, -811220500, 0),
(46960, 2537, 230, 'Monticello', 333048500, -836832300, 0),
(46961, 2537, 230, 'Moody Air Force Base', 309737720, -832045340, 0),
(46962, 2537, 230, 'Moreland', 332855600, -847686100, 0),
(46963, 2537, 230, 'Morganton', 348766700, -842455600, 0),
(46964, 2537, 230, 'Morrow', 335831700, -843393700, 0),
(46965, 2537, 230, 'Moultrie', 311833000, -837917000, 0),
(46966, 2537, 230, 'Mount Airy', 345187100, -835007300, 0),
(46967, 2537, 230, 'Mount Berry', 342750000, -851833200, 0),
(46968, 2537, 230, 'Mount Vernon', 321796070, -825954820, 0),
(46969, 2537, 230, 'Mountain City', 349181500, -833854400, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(46970, 2537, 230, 'Mountain Park', 338442700, -841293600, 0),
(46971, 2537, 230, 'Murrayville', 344287410, -839119820, 0),
(46972, 2537, 230, 'Musella', 327977800, -840322200, 0),
(46973, 2537, 230, 'Nahunta', 312198060, -819583640, 0),
(46974, 2537, 230, 'Nashville', 312074200, -832501500, 0),
(46975, 2537, 230, 'Nelson', 343820400, -843710300, 0),
(46976, 2537, 230, 'Newborn', 334832600, -836628300, 0),
(46977, 2537, 230, 'Newington', 325891700, -815044400, 0),
(46978, 2537, 230, 'Newnan', 333806700, -847996600, 0),
(46979, 2537, 230, 'Newton', 313129600, -843357400, 0),
(46980, 2537, 230, 'Nicholls', 315174200, -826348600, 0),
(46981, 2537, 230, 'Nicholson', 341140000, -834315500, 0),
(46982, 2537, 230, 'Norcross', 339743360, -842384410, 0),
(46983, 2537, 230, 'Norman Park', 312711100, -836841700, 0),
(46984, 2537, 230, 'North Atlanta', 338651000, -843365900, 0),
(46985, 2537, 230, 'North Decatur', 337903800, -843060300, 0),
(46986, 2537, 230, 'North Druid Hills', 338167700, -843132600, 0),
(46987, 2537, 230, 'North Metro', 339775000, -841495000, 0),
(46988, 2537, 230, 'Oakfield', 317842970, -839654500, 0),
(46989, 2537, 230, 'Oakman', 345629320, -847005930, 0),
(46990, 2537, 230, 'Oakwood', 335481700, -839743500, 0),
(46991, 2537, 230, 'Ochlocknee', 308531690, -842026200, 0),
(46992, 2537, 230, 'Ocilla', 315943600, -832504300, 0),
(46993, 2537, 230, 'Odum', 316648010, -820132480, 0),
(46994, 2537, 230, 'Oglethorpe', 322937700, -840610200, 0),
(46995, 2537, 230, 'Orchard Hill', 331869400, -842113900, 0),
(46996, 2537, 230, 'Oxford', 336190000, -838674100, 0),
(46997, 2537, 230, 'Palmetto', 335178900, -846696500, 0),
(46998, 2537, 230, 'Panthersville', 337073300, -842718700, 0),
(46999, 2537, 230, 'Patterson', 313872200, -821383300, 0),
(47000, 2537, 230, 'Pavo', 309593280, -837375500, 0),
(47001, 2537, 230, 'Peachtree City', 333955570, -845643210, 0),
(47002, 2537, 230, 'Pearson', 312977000, -828523700, 0),
(47003, 2537, 230, 'Pelham', 311276800, -841518500, 0),
(47004, 2537, 230, 'Pembroke', 321352270, -816251740, 0),
(47005, 2537, 230, 'Pendergrass', 341641700, -836811100, 0),
(47006, 2537, 230, 'Perry', 324582100, -837315700, 0),
(47007, 2537, 230, 'Pine Lake', 337910030, -842056780, 0),
(47008, 2537, 230, 'Pine Mountain', 328981000, -849238470, 0),
(47009, 2537, 230, 'Pitts', 319452800, -835400000, 0),
(47010, 2537, 230, 'Plains', 320336100, -843933300, 0),
(47011, 2537, 230, 'Plainville', 344124580, -850386000, 0),
(47012, 2537, 230, 'Pooler', 321154800, -812470600, 0),
(47013, 2537, 230, 'Port Wentworth', 321490900, -811631700, 0),
(47014, 2537, 230, 'Portal', 325674680, -819051300, 0),
(47015, 2537, 230, 'Porterdale', 335746000, -838854000, 0),
(47016, 2537, 230, 'Powder Springs', 338595500, -846838200, 0),
(47017, 2537, 230, 'Preston', 320659900, -845374200, 0),
(47018, 2537, 230, 'Putney', 314701800, -841176800, 0),
(47019, 2537, 230, 'Quitman', 307849200, -835598800, 0),
(47020, 2537, 230, 'Ranger', 345002800, -847113900, 0),
(47021, 2537, 230, 'Raoul', 344495400, -835943400, 0),
(47022, 2537, 230, 'Red Oak', 336079500, -845105000, 0),
(47023, 2537, 230, 'Redan', 337453800, -841315800, 0),
(47024, 2537, 230, 'Reed Creek', 344459400, -829248700, 0),
(47025, 2537, 230, 'Register', 323663900, -818836100, 0),
(47026, 2537, 230, 'Reidsville', 320868600, -821179000, 0),
(47027, 2537, 230, 'Remerton', 308440900, -833104300, 0),
(47028, 2537, 230, 'Rentz', 323841700, -829916700, 0),
(47029, 2537, 230, 'Resaca', 345791700, -849438900, 0),
(47030, 2537, 230, 'Rex', 335919400, -842700000, 0),
(47031, 2537, 230, 'Reynolds', 325620180, -840924200, 0),
(47032, 2537, 230, 'Richmond Hill', 319382700, -813034400, 0),
(47033, 2537, 230, 'Rincon', 322960300, -812353900, 0),
(47034, 2537, 230, 'Ringgold', 349325220, -851505140, 0),
(47035, 2537, 230, 'Rising Fawn', 347600000, -855311100, 0),
(47036, 2537, 230, 'Riverdale', 335726100, -844132600, 0),
(47037, 2537, 230, 'Roberta', 327218100, -840132400, 0),
(47038, 2537, 230, 'Rochelle', 319510100, -834562700, 0),
(47039, 2537, 230, 'Rock Spring', 348993040, -852837700, 0),
(47040, 2537, 230, 'Rockmart', 339615000, -850722000, 0),
(47041, 2537, 230, 'Rocky Face', 347708550, -850560030, 0),
(47042, 2537, 230, 'Rome', 342436800, -851107900, 0),
(47043, 2537, 230, 'Roopville', 334187000, -851734000, 0),
(47044, 2537, 230, 'Rossville', 349831300, -852860700, 0),
(47045, 2537, 230, 'Roswell', 340231600, -843615900, 0),
(47046, 2537, 230, 'Royston', 342880800, -831131190, 0),
(47047, 2537, 230, 'Russell', 339787200, -837001700, 0),
(47048, 2537, 230, 'Rutledge', 336169220, -836056380, 0),
(47049, 2537, 230, 'Saint George', 305224300, -820376100, 0),
(47050, 2537, 230, 'Saint Marys', 307305100, -815464900, 0),
(47051, 2537, 230, 'Saint Simon Mills', 311707900, -814073200, 0),
(47052, 2537, 230, 'Saint Simons Island', 311641320, -813843470, 0),
(47053, 2537, 230, 'Sandersville', 329815400, -828101400, 0),
(47054, 2537, 230, 'Sandy Springs', 339242700, -843785400, 0),
(47055, 2537, 230, 'Sardis', 327965200, -846388100, 0),
(47056, 2537, 230, 'Sargent', 334274010, -848562980, 0),
(47057, 2537, 230, 'Sautee Nacoochee', 346800000, -836808300, 0),
(47058, 2537, 230, 'Savannah', 319920180, -810943430, 0),
(47059, 2537, 230, 'Scottdale', 337909070, -842595930, 0),
(47060, 2537, 230, 'Screven', 314850000, -820163900, 0),
(47061, 2537, 230, 'Sea Island', 312055550, -813297380, 0),
(47062, 2537, 230, 'Senoia', 333023400, -845538200, 0),
(47063, 2537, 230, 'Seville', 319307880, -835534130, 0),
(47064, 2537, 230, 'Shannon', 334045600, -844682600, 0),
(47065, 2537, 230, 'Sharpsburg', 333394400, -846502800, 0),
(47066, 2537, 230, 'Silver Creek', 341758300, -851616700, 0),
(47067, 2537, 230, 'Skidaway Island', 319349400, -810470500, 0),
(47068, 2537, 230, 'Smarr', 328763390, -840614810, 0),
(47069, 2537, 230, 'Smithville', 319050090, -842499860, 0),
(47070, 2537, 230, 'Smyrna', 338839900, -845143800, 0),
(47071, 2537, 230, 'Snellville', 338573300, -840199100, 0),
(47072, 2537, 230, 'Social Circle', 336532500, -836854900, 0),
(47073, 2537, 230, 'Soperton', 323771200, -825923600, 0),
(47074, 2537, 230, 'Sparks', 330879300, -827376400, 0),
(47075, 2537, 230, 'Sparta', 332774910, -829711830, 0),
(47076, 2537, 230, 'Springfield', 323724100, -813115000, 0),
(47077, 2537, 230, 'Statenville', 307032700, -830276400, 0),
(47078, 2537, 230, 'Statesboro', 324487900, -817831700, 0),
(47079, 2537, 230, 'Statham', 339651100, -835965600, 0),
(47080, 2537, 230, 'Stockbridge', 335442800, -842338100, 0),
(47081, 2537, 230, 'Stone Mountain', 337916510, -842006280, 0),
(47082, 2537, 230, 'Suches', 346888900, -840222200, 0),
(47083, 2537, 230, 'Sugar Hill', 341064900, -840335200, 0),
(47084, 2537, 230, 'Summerville', 344806400, -853477300, 0),
(47085, 2537, 230, 'Sunny Side', 333398510, -842915480, 0),
(47086, 2537, 230, 'Sunnyside', 312393800, -823420700, 0),
(47087, 2537, 230, 'Surrency', 317241700, -821986100, 0),
(47088, 2537, 230, 'Suwanee', 340648500, -840848500, 0),
(47089, 2537, 230, 'Swainsboro', 325973900, -823337400, 0),
(47090, 2537, 230, 'Sycamore', 316708300, -836338900, 0),
(47091, 2537, 230, 'Sylvania', 327504400, -816367800, 0),
(47092, 2537, 230, 'Sylvester', 315307300, -838354500, 0),
(47093, 2537, 230, 'Talbotton', 326776400, -845393700, 0),
(47094, 2537, 230, 'Talking Rock', 345094400, -845052800, 0),
(47095, 2537, 230, 'Tallapoosa', 337445500, -852880100, 0),
(47096, 2537, 230, 'Tallulah Falls', 347336100, -833916700, 0),
(47097, 2537, 230, 'Tarrytown', 322934860, -825246010, 0),
(47098, 2537, 230, 'Tate', 344595000, -843166000, 0),
(47099, 2537, 230, 'Taylorsville', 340847200, -849852800, 0),
(47100, 2537, 230, 'Temple', 337370500, -850324400, 0),
(47101, 2537, 230, 'Tennille', 329359900, -828115300, 0),
(47102, 2537, 230, 'The Rock', 329638900, -842411100, 0),
(47103, 2537, 230, 'Thomaston', 328881900, -843265900, 0),
(47104, 2537, 230, 'Thomasville', 308365000, -839720120, 0),
(47105, 2537, 230, 'Thomson', 334706900, -825045700, 0),
(47106, 2537, 230, 'Thunderbolt', 320335400, -810498300, 0),
(47107, 2537, 230, 'Tifton', 314580980, -835112900, 0),
(47108, 2537, 230, 'Tiger', 347995390, -834477400, 0),
(47109, 2537, 230, 'Toccoa', 345773200, -833323900, 0),
(47110, 2537, 230, 'Toccoa Falls', 345936110, -833583330, 0),
(47111, 2537, 230, 'Townsend', 313794180, -814224740, 0),
(47112, 2537, 230, 'Trenton', 348720200, -855091300, 0),
(47113, 2537, 230, 'Trion', 345439700, -853105100, 0),
(47114, 2537, 230, 'Tucker', 338488900, -842244050, 0),
(47115, 2537, 230, 'Tunnel Hill', 348458300, -850430600, 0),
(47116, 2537, 230, 'Tybee Island', 320002200, -808456700, 0),
(47117, 2537, 230, 'Tyrone', 334756290, -845887290, 0),
(47118, 2537, 230, 'Unadilla', 322615500, -837365700, 0),
(47119, 2537, 230, 'Union City', 335870600, -845424300, 0),
(47120, 2537, 230, 'Union Point', 336431410, -830871820, 0),
(47121, 2537, 230, 'Upatoi', 325488900, -847400000, 0),
(47122, 2537, 230, 'Valdosta', 308697830, -832865280, 0),
(47123, 2537, 230, 'Varnell', 349011900, -849738300, 0),
(47124, 2537, 230, 'Vidalia', 322176900, -824134600, 0),
(47125, 2537, 230, 'Vienna', 320915600, -837954500, 0),
(47126, 2537, 230, 'Villa Rica', 337320500, -849191100, 0),
(47127, 2537, 230, 'Vinings', 338648300, -844643700, 0),
(47128, 2537, 230, 'Waleska', 343180600, -845530600, 0),
(47129, 2537, 230, 'Walnut Grove', 337426100, -838524000, 0),
(47130, 2537, 230, 'Walthourville', 317741000, -816326100, 0),
(47131, 2537, 230, 'Warm Springs', 328886100, -846800000, 0),
(47132, 2537, 230, 'Warner Robins', 326368490, -836418710, 0),
(47133, 2537, 230, 'Warrenton', 334070800, -826620800, 0),
(47134, 2537, 230, 'Warwick', 318319330, -839226140, 0),
(47135, 2537, 230, 'Washington', 337319640, -827452720, 0),
(47136, 2537, 230, 'Watkinsville', 338488230, -834146190, 0),
(47137, 2537, 230, 'Waverly', 310473000, -815775000, 0),
(47138, 2537, 230, 'Waverly Hall', 326906250, -847400260, 0),
(47139, 2537, 230, 'Waycross', 312135500, -823540200, 0),
(47140, 2537, 230, 'Waynesboro', 330898700, -820156700, 0),
(47141, 2537, 230, 'West Point', 328904130, -851392500, 0),
(47142, 2537, 230, 'Whigham', 308841700, -843250000, 0),
(47143, 2537, 230, 'White', 342689000, -847159000, 0),
(47144, 2537, 230, 'White Oak', 311078390, -817296200, 0),
(47145, 2537, 230, 'White Plains', 334553430, -830812610, 0),
(47146, 2537, 230, 'Whitemarsh Island', 320288200, -810167800, 0),
(47147, 2537, 230, 'Whitesburg', 334933300, -849136100, 0),
(47148, 2537, 230, 'Wildwood', 349633420, -854114920, 0),
(47149, 2537, 230, 'Willacoochee', 313407600, -830459800, 0),
(47150, 2537, 230, 'Williamson', 332085980, -843613710, 0),
(47151, 2537, 230, 'Wilmington Island', 320035500, -809737200, 0),
(47152, 2537, 230, 'Winder', 339926100, -837201700, 0),
(47153, 2537, 230, 'Winston', 337300000, -848600000, 0),
(47154, 2537, 230, 'Winterville', 339670600, -832782100, 0),
(47155, 2537, 230, 'Woodbine', 309638400, -817226100, 0),
(47156, 2537, 230, 'Woodbury', 329751390, -845909860, 0),
(47157, 2537, 230, 'Woodstock', 341014900, -845193800, 0),
(47158, 2537, 230, 'Wray', 315952630, -831101250, 0),
(47159, 2537, 230, 'Wrens', 332080590, -823887090, 0),
(47160, 2537, 230, 'Wrightsville', 327293300, -827198600, 0),
(47161, 2537, 230, 'Young Harris', 349103680, -838512770, 0),
(47162, 2537, 230, 'Zebulon', 331023500, -843427000, 0),
(47163, 2538, 230, '''Ahuimanu', 214447200, -1578377800, 0),
(47164, 2538, 230, '''Aiea', 213879950, -1579304730, 0),
(47165, 2538, 230, '''Ewa Beach', 213232750, -1580058350, 0),
(47166, 2538, 230, '''Ewa Gentry', 213441700, -1580308300, 0),
(47167, 2538, 230, '''Ewa Villages', 213455600, -1580408300, 0),
(47168, 2538, 230, 'Ainaloa', 195269400, -1549930600, 0),
(47169, 2538, 230, 'Camp H. M. Smith', 213967200, -1578993700, 0),
(47170, 2538, 230, 'Captain Cook', 194969400, -1559216700, 0),
(47171, 2538, 230, 'Eleele', 219073800, -1595832200, 0),
(47172, 2538, 230, 'Fort Shafter', 213445200, -1578889600, 0),
(47173, 2538, 230, 'Haiku', 209096380, -1563001920, 0),
(47174, 2538, 230, 'Haiku-Pauwela', 209218700, -1563050800, 0),
(47175, 2538, 230, 'Halawa', 213794400, -1579216700, 0),
(47176, 2538, 230, 'Hale''iwa', 215802540, -1581273080, 0),
(47177, 2538, 230, 'Hana', 207580600, -1559902800, 0),
(47178, 2538, 230, 'Hanapepe', 219095700, -1595915900, 0),
(47179, 2538, 230, 'Hau''ula', 216201650, -1579182130, 0),
(47180, 2538, 230, 'He''eia', 214308300, -1578105600, 0),
(47181, 2538, 230, 'Hickam Housing', 213379800, -1579587900, 0),
(47182, 2538, 230, 'Hilo', 197297200, -1550900000, 0),
(47183, 2538, 230, 'Holualoa', 196227800, -1559522200, 0),
(47184, 2538, 230, 'Honaunau', 194454000, -1558908000, 0),
(47185, 2538, 230, 'Honoka''a', 200875800, -1555204800, 0),
(47186, 2538, 230, 'Honolulu', 212868430, -1578026320, 0),
(47187, 2538, 230, 'Iroquois Point', 213275000, -1579802800, 0),
(47188, 2538, 230, 'J B P H H', 213523500, -1579683500, 0),
(47189, 2538, 230, 'Ka''a''awa', 215563520, -1578561060, 0),
(47190, 2538, 230, 'Kaanapali Landing', 209309000, -1566877800, 0),
(47191, 2538, 230, 'Kahalu''u', 214633300, -1578366700, 0),
(47192, 2538, 230, 'Kahuku', 216802800, -1579511100, 0),
(47193, 2538, 230, 'Kahului', 208947200, -1564700000, 0),
(47194, 2538, 230, 'Kailua', 214022200, -1577394400, 0),
(47195, 2538, 230, 'Kailua-Kona', 196483200, -1559991000, 0),
(47196, 2538, 230, 'Kalaheo', 219223760, -1595302690, 0),
(47197, 2538, 230, 'Kalaoa', 196838610, -1559718390, 0),
(47198, 2538, 230, 'Kamuela', 200202800, -1556677800, 0),
(47199, 2538, 230, 'Kane''ohe', 214198860, -1578117270, 0),
(47200, 2538, 230, 'Kaneohe Station', 214453100, -1577513200, 0),
(47201, 2538, 230, 'Kapa''a', 220797190, -1593501670, 0),
(47202, 2538, 230, 'Kapaau', 202338900, -1558019400, 0),
(47203, 2538, 230, 'Kapolei', 213347200, -1580808300, 0),
(47204, 2538, 230, 'Kaunakakai', 210933300, -1570238900, 0),
(47205, 2538, 230, 'Kea''au', 196255600, -1550416700, 0),
(47206, 2538, 230, 'Keaau', 195738140, -1549621520, 0),
(47207, 2538, 230, 'Kealakekua', 195208300, -1559225000, 0),
(47208, 2538, 230, 'Kealia', 221019400, -1593086100, 0),
(47209, 2538, 230, 'Keauhou', 195652800, -1559650000, 0),
(47210, 2538, 230, 'Kekaha', 219683100, -1597131800, 0),
(47211, 2538, 230, 'Kihei', 207850000, -1564655600, 0),
(47212, 2538, 230, 'Kilauea', 222096800, -1594072300, 0),
(47213, 2538, 230, 'Koloa', 219023600, -1594641600, 0),
(47214, 2538, 230, 'Kula', 207922200, -1563269400, 0),
(47215, 2538, 230, 'Kunia', 214576500, -1580610200, 0),
(47216, 2538, 230, 'Kurtistown', 196036100, -1550572200, 0),
(47217, 2538, 230, 'La''ie', 216482000, -1579266330, 0),
(47218, 2538, 230, 'Lahaina', 209181090, -1566779880, 0),
(47219, 2538, 230, 'Lana''i City', 208275400, -1569208620, 0),
(47220, 2538, 230, 'Laupahoehoe', 199847200, -1552361100, 0),
(47221, 2538, 230, 'Lawai', 219199900, -1595061600, 0),
(47222, 2538, 230, 'Leilani Estates', 194675000, -1549172200, 0),
(47223, 2538, 230, 'Lihue', 219788600, -1593671900, 0),
(47224, 2538, 230, 'M C B H Kaneohe Bay', 213912600, -1577524400, 0),
(47225, 2538, 230, 'Ma''ili', 214219400, -1581802800, 0),
(47226, 2538, 230, 'Makakilo City', 213469400, -1580858300, 0),
(47227, 2538, 230, 'Makawao', 208569400, -1563130600, 0),
(47228, 2538, 230, 'Mililani', 214476190, -1580221490, 0),
(47229, 2538, 230, 'Mililani Town', 214500000, -1580011100, 0),
(47230, 2538, 230, 'Mountain View', 195558300, -1551080600, 0),
(47231, 2538, 230, 'Naalehu', 190658300, -1555875000, 0),
(47232, 2538, 230, 'Nanakuli', 213905600, -1581547200, 0),
(47233, 2538, 230, 'Napili-Honokowai', 209707500, -1566704600, 0),
(47234, 2538, 230, 'Ocean View', 191077800, -1557672200, 0),
(47235, 2538, 230, 'Orchidlands Estates', 195633300, -1550169400, 0),
(47236, 2538, 230, 'Pahala', 192052800, -1554800000, 0),
(47237, 2538, 230, 'Pahoa', 195011100, -1549530600, 0),
(47238, 2538, 230, 'Paia', 209033300, -1563694400, 0),
(47239, 2538, 230, 'Papaikou', 197928330, -1551918380, 0),
(47240, 2538, 230, 'Pearl City', 213972200, -1579733300, 0),
(47241, 2538, 230, 'Pearl Harbor', 213438900, -1579750000, 0),
(47242, 2538, 230, 'Princeville', 222241400, -1594812430, 0),
(47243, 2538, 230, 'Puhi', 219653900, -1593924000, 0),
(47244, 2538, 230, 'Pukalani', 208366700, -1563366700, 0),
(47245, 2538, 230, 'Punaluu', 215738900, -1578786100, 0),
(47246, 2538, 230, 'Pupukea', 216637300, -1580524100, 0),
(47247, 2538, 230, 'Puunene', 208675000, -1564544400, 0),
(47248, 2538, 230, 'Royal Kunia', 213939200, -1580267000, 0),
(47249, 2538, 230, 'Schofield Barracks', 214936000, -1580615100, 0),
(47250, 2538, 230, 'Tripler Army Medical Center', 213638000, -1578914000, 0),
(47251, 2538, 230, 'Village Park', 213980600, -1580302800, 0),
(47252, 2538, 230, 'Volcano', 194308300, -1552377800, 0),
(47253, 2538, 230, 'Wahiawa', 215027800, -1580236100, 0),
(47254, 2538, 230, 'Wai''anae', 214434000, -1581858700, 0),
(47255, 2538, 230, 'Waialua', 211002800, -1567613900, 0),
(47256, 2538, 230, 'Waikoloa', 198292200, -1558366200, 0),
(47257, 2538, 230, 'Waikoloa Village', 199325000, -1558277800, 0),
(47258, 2538, 230, 'Wailua Homesteads', 220669300, -1593780200, 0),
(47259, 2538, 230, 'Wailuku', 208911100, -1565047200, 0),
(47260, 2538, 230, 'Waimalu', 214047200, -1579433300, 0),
(47261, 2538, 230, 'Waimanalo', 213500000, -1577208300, 0),
(47262, 2538, 230, 'Waimanalo Beach', 213402800, -1577027800, 0),
(47263, 2538, 230, 'Waimea', 200230600, -1556716700, 0),
(47264, 2538, 230, 'Waipahu', 213866700, -1580091700, 0),
(47265, 2538, 230, 'Waipi''o', 214183300, -1580005600, 0),
(47266, 2538, 230, 'Waipi''o Acres', 214675000, -1580163900, 0),
(47267, 2538, 230, 'Wake Island', 213120000, -1578628200, 0),
(47268, 2538, 230, 'Whitmore Village', 215138900, -1580230600, 0),
(47269, 2539, 230, 'Aberdeen', 429440800, -1128383300, 0),
(47270, 2539, 230, 'American Falls', 427520400, -1129646400, 0),
(47271, 2539, 230, 'Ammon', 434696400, -1119666400, 0),
(47272, 2539, 230, 'Arco', 436365700, -1133002800, 0),
(47273, 2539, 230, 'Arimo', 425519610, -1122303410, 0),
(47274, 2539, 230, 'Ashton', 440715800, -1114482900, 0),
(47275, 2539, 230, 'Athol', 479461100, -1167072200, 0),
(47276, 2539, 230, 'Atlanta', 438374080, -1152823630, 0),
(47277, 2539, 230, 'Bancroft', 427415290, -1118856360, 0),
(47278, 2539, 230, 'Bern', 423397200, -1113861100, 0),
(47279, 2539, 230, 'Blackfoot', 433262400, -1124113200, 0),
(47280, 2539, 230, 'Blanchard', 480169400, -1169838900, 0),
(47281, 2539, 230, 'Boise', 436135000, -1162034500, 0),
(47282, 2539, 230, 'Bonners Ferry', 486913300, -1163163100, 0),
(47283, 2539, 230, 'Buhl', 425990700, -1147594900, 0),
(47284, 2539, 230, 'Burley', 425357400, -1137927900, 0),
(47285, 2539, 230, 'Caldwell', 436592870, -1167163900, 0),
(47286, 2539, 230, 'Cambridge', 445822440, -1166581980, 0),
(47287, 2539, 230, 'Carey', 432871800, -1139247000, 0),
(47288, 2539, 230, 'Careywood', 480347200, -1166433300, 0),
(47289, 2539, 230, 'Cascade', 445162800, -1160418000, 0),
(47290, 2539, 230, 'Challis', 445027990, -1142254990, 0),
(47291, 2539, 230, 'Chubbuck', 429207500, -1124660900, 0),
(47292, 2539, 230, 'Clark Fork', 481465210, -1161764780, 0),
(47293, 2539, 230, 'Coeur d''Alene', 476847910, -1167792290, 0),
(47294, 2539, 230, 'Colburn', 483972220, -1165341670, 0),
(47295, 2539, 230, 'Conda', 427327200, -1115335200, 0),
(47296, 2539, 230, 'Coolin', 484989250, -1168380860, 0),
(47297, 2539, 230, 'Cottonwood', 460257000, -1162710710, 0),
(47298, 2539, 230, 'Council', 447298900, -1164382000, 0),
(47299, 2539, 230, 'Craigmont', 462422200, -1164705600, 0),
(47300, 2539, 230, 'Culdesac', 463750000, -1166702800, 0),
(47301, 2539, 230, 'Dalton Gardens', 477296300, -1167701900, 0),
(47302, 2539, 230, 'Declo', 425190410, -1136291810, 0),
(47303, 2539, 230, 'Dietrich', 429219600, -1142738400, 0),
(47304, 2539, 230, 'Driggs', 437232500, -1111113300, 0),
(47305, 2539, 230, 'Dubois', 441761820, -1122286520, 0),
(47306, 2539, 230, 'Eagle', 436954400, -1163540100, 0),
(47307, 2539, 230, 'Elk City', 455751200, -1154717500, 0),
(47308, 2539, 230, 'Emmett', 438735000, -1164993000, 0),
(47309, 2539, 230, 'Fairfield', 433465700, -1147917300, 0),
(47310, 2539, 230, 'Felt', 438825510, -1111816410, 0),
(47311, 2539, 230, 'Filer', 425701900, -1146078200, 0),
(47312, 2539, 230, 'Firth', 433055600, -1121838900, 0),
(47313, 2539, 230, 'Fort Hall', 430332500, -1124383100, 0),
(47314, 2539, 230, 'Franklin', 420268260, -1117949270, 0),
(47315, 2539, 230, 'Fruitland', 439961740, -1169123680, 0),
(47316, 2539, 230, 'Garden City', 436221100, -1162381700, 0),
(47317, 2539, 230, 'Geneva', 423167170, -1110601130, 0),
(47318, 2539, 230, 'Glenns Ferry', 429521950, -1152988770, 0),
(47319, 2539, 230, 'Gooding', 429387900, -1147131100, 0),
(47320, 2539, 230, 'Grangeville', 459265500, -1161223700, 0),
(47321, 2539, 230, 'Hagerman', 428194500, -1148848130, 0),
(47322, 2539, 230, 'Hailey', 435196300, -1143153200, 0),
(47323, 2539, 230, 'Hamer', 439172200, -1121980600, 0),
(47324, 2539, 230, 'Hansen', 425306800, -1143010100, 0),
(47325, 2539, 230, 'Hayden', 477660200, -1167865800, 0),
(47326, 2539, 230, 'Hazelton', 425880310, -1140815860, 0),
(47327, 2539, 230, 'Heyburn', 425585200, -1137639000, 0),
(47328, 2539, 230, 'Homedale', 436176600, -1169337600, 0),
(47329, 2539, 230, 'Hope', 482486100, -1163091700, 0),
(47330, 2539, 230, 'Horseshoe Bend', 439127800, -1161991700, 0),
(47331, 2539, 230, 'Idaho City', 438285000, -1158345500, 0),
(47332, 2539, 230, 'Idaho Falls', 434665800, -1120341400, 0),
(47333, 2539, 230, 'Indian Valley', 445327140, -1163488010, 0),
(47334, 2539, 230, 'Iona', 435263000, -1119330200, 0),
(47335, 2539, 230, 'Irwin', 434081910, -1112932400, 0),
(47336, 2539, 230, 'Island Park', 444578260, -1113454750, 0),
(47337, 2539, 230, 'Jerome', 427240700, -1145186500, 0),
(47338, 2539, 230, 'Kamiah', 462271200, -1160293100, 0),
(47339, 2539, 230, 'Kellogg', 475382600, -1161193300, 0),
(47340, 2539, 230, 'Kendrick', 466144400, -1166502800, 0),
(47341, 2539, 230, 'Ketchum', 436807400, -1143636600, 0),
(47342, 2539, 230, 'Kimberly', 425338000, -1143647600, 0),
(47343, 2539, 230, 'Kingston', 475518600, -1162906200, 0),
(47344, 2539, 230, 'Kooskia', 461560800, -1158862200, 0),
(47345, 2539, 230, 'Kuna', 434918300, -1164201200, 0),
(47346, 2539, 230, 'Laclede', 481875370, -1169062830, 0),
(47347, 2539, 230, 'Lake Fork', 448327800, -1160847200, 0),
(47348, 2539, 230, 'Lapwai', 464031300, -1168040910, 0),
(47349, 2539, 230, 'Lava Hot Springs', 426194400, -1120141700, 0),
(47350, 2539, 230, 'Lenore', 465086100, -1165511100, 0),
(47351, 2539, 230, 'Lewiston', 463915490, -1169870100, 0),
(47352, 2539, 230, 'Lewiston Orchards', 463804400, -1169754300, 0),
(47353, 2539, 230, 'Lewisville', 436956780, -1120129410, 0),
(47354, 2539, 230, 'Lincoln', 435129700, -1119644100, 0),
(47355, 2539, 230, 'Macks Inn', 444991670, -1113369440, 0),
(47356, 2539, 230, 'Malad City', 420152400, -1126947700, 0),
(47357, 2539, 230, 'Malta', 423033420, -1133688130, 0),
(47358, 2539, 230, 'Marsing', 435454400, -1168132000, 0),
(47359, 2539, 230, 'McCall', 449110100, -1160987400, 0),
(47360, 2539, 230, 'McCammon', 426441140, -1121966730, 0),
(47361, 2539, 230, 'Melba', 433736100, -1165291700, 0),
(47362, 2539, 230, 'Menan', 437212820, -1119899230, 0),
(47363, 2539, 230, 'Meridian', 436090210, -1163987720, 0),
(47364, 2539, 230, 'Middleton', 437068300, -1166201400, 0),
(47365, 2539, 230, 'Midvale', 443911370, -1166114380, 0),
(47366, 2539, 230, 'Monteview', 439719400, -1125363900, 0),
(47367, 2539, 230, 'Montpelier', 423221500, -1112977000, 0),
(47368, 2539, 230, 'Moscow', 467302590, -1169681750, 0),
(47369, 2539, 230, 'Mountain Home', 431329500, -1156912000, 0),
(47370, 2539, 230, 'Moyie Springs', 486960530, -1163043650, 0),
(47371, 2539, 230, 'Mullan', 474694400, -1157980600, 0),
(47372, 2539, 230, 'Murphy', 432182200, -1165523400, 0),
(47373, 2539, 230, 'Murtaugh', 424922200, -1141622200, 0),
(47374, 2539, 230, 'Nampa', 435407200, -1165634600, 0),
(47375, 2539, 230, 'Naples', 486948470, -1163032390, 0),
(47376, 2539, 230, 'New Meadows', 449702800, -1162852800, 0),
(47377, 2539, 230, 'New Plymouth', 439603950, -1168046490, 0),
(47378, 2539, 230, 'Orofino', 464793500, -1162551400, 0),
(47379, 2539, 230, 'Osburn', 475060400, -1159993300, 0),
(47380, 2539, 230, 'Paris', 422271500, -1114010400, 0),
(47381, 2539, 230, 'Parma', 437763900, -1169359740, 0),
(47382, 2539, 230, 'Paul', 426079600, -1137833500, 0),
(47383, 2539, 230, 'Payette', 440782200, -1169337700, 0),
(47384, 2539, 230, 'Peck', 464738900, -1164250000, 0),
(47385, 2539, 230, 'Pinehurst', 475388100, -1162373900, 0),
(47386, 2539, 230, 'Plummer', 473382740, -1168803050, 0),
(47387, 2539, 230, 'Pocatello', 428713000, -1124455300, 0),
(47388, 2539, 230, 'Ponderay', 483054800, -1165338000, 0),
(47389, 2539, 230, 'Post Falls', 477179600, -1169515900, 0),
(47390, 2539, 230, 'Potlatch', 469216700, -1168983300, 0),
(47391, 2539, 230, 'Preston', 420963100, -1118766200, 0),
(47392, 2539, 230, 'Priest River', 481807400, -1169093600, 0),
(47393, 2539, 230, 'Rathdrum', 478400400, -1169031000, 0),
(47394, 2539, 230, 'Rexburg', 438260200, -1117896900, 0),
(47395, 2539, 230, 'Rigby', 436724100, -1119149700, 0),
(47396, 2539, 230, 'Rockland', 425218680, -1128460380, 0),
(47397, 2539, 230, 'Rogerson', 422180600, -1145941700, 0),
(47398, 2539, 230, 'Rupert', 426202800, -1137673200, 0),
(47399, 2539, 230, 'Sagle', 482025000, -1165477800, 0),
(47400, 2539, 230, 'Saint Anthony', 441572400, -1116450600, 0),
(47401, 2539, 230, 'Saint Charles', 420805300, -1113121170, 0),
(47402, 2539, 230, 'Saint Maries', 473143500, -1165626700, 0),
(47403, 2539, 230, 'Salmon', 451757500, -1138959000, 0),
(47404, 2539, 230, 'Sandpoint', 482765900, -1165532500, 0),
(47405, 2539, 230, 'Shelley', 433813000, -1121233100, 0),
(47406, 2539, 230, 'Shoshone', 429360200, -1144058800, 0),
(47407, 2539, 230, 'Soda Springs', 426543700, -1116046700, 0),
(47408, 2539, 230, 'Spirit Lake', 479662900, -1168685300, 0),
(47409, 2539, 230, 'Stanley', 442166670, -1149377800, 0),
(47410, 2539, 230, 'Star', 436921100, -1164934600, 0),
(47411, 2539, 230, 'Stites', 460908300, -1159763900, 0),
(47412, 2539, 230, 'Sugar City', 438729700, -1117483000, 0),
(47413, 2539, 230, 'Sun Valley', 436971300, -1143517200, 0),
(47414, 2539, 230, 'Terreton', 438416700, -1124363900, 0),
(47415, 2539, 230, 'Teton', 439088530, -1116602890, 0),
(47416, 2539, 230, 'Tetonia', 437966070, -1111800000, 0),
(47417, 2539, 230, 'Troy', 467386100, -1167708300, 0),
(47418, 2539, 230, 'Twin Falls', 425629700, -1144608700, 0),
(47419, 2539, 230, 'Ucon', 435963000, -1119638600, 0),
(47420, 2539, 230, 'Victor', 436027000, -1111113300, 0),
(47421, 2539, 230, 'Viola', 468637720, -1169776300, 0),
(47422, 2539, 230, 'Wallace', 473965200, -1159494600, 0),
(47423, 2539, 230, 'Weippe', 463783300, -1159397200, 0),
(47424, 2539, 230, 'Weiser', 442510000, -1169693300, 0),
(47425, 2539, 230, 'Wendell', 427757400, -1147042200, 0),
(47426, 2539, 230, 'Weston', 420356180, -1120146230, 0),
(47427, 2539, 230, 'Wilder', 436765500, -1169118200, 0),
(47428, 2539, 230, 'Yellow Pine', 449650000, -1154936100, 0),
(47429, 2540, 230, 'Abingdon', 408044800, -904018000, 0),
(47430, 2540, 230, 'Addieville', 383916700, -894875000, 0),
(47431, 2540, 230, 'Addison', 419323490, -880048350, 0),
(47432, 2540, 230, 'Albers', 385433800, -896123100, 0),
(47433, 2540, 230, 'Albion', 383713800, -880610400, 0),
(47434, 2540, 230, 'Aledo', 411997600, -907493100, 0),
(47435, 2540, 230, 'Alexander', 397307380, -900381370, 0),
(47436, 2540, 230, 'Alexis', 410633300, -905550000, 0),
(47437, 2540, 230, 'Algonquin', 421655800, -882942500, 0),
(47438, 2540, 230, 'Alhambra', 388792830, -897453460, 0),
(47439, 2540, 230, 'Allendale', 385286100, -877097200, 0),
(47440, 2540, 230, 'Alorton', 385897700, -901201100, 0),
(47441, 2540, 230, 'Alsip', 416706000, -877300000, 0),
(47442, 2540, 230, 'Altamont', 390619900, -887481100, 0),
(47443, 2540, 230, 'Alton', 388906000, -901842800, 0),
(47444, 2540, 230, 'Altona', 411133300, -901647200, 0),
(47445, 2540, 230, 'Amboy', 417142000, -893287100, 0),
(47446, 2540, 230, 'Anchor', 405675000, -885388900, 0),
(47447, 2540, 230, 'Andover', 412946250, -902901940, 0),
(47448, 2540, 230, 'Anna', 374634000, -892299600, 0),
(47449, 2540, 230, 'Annawan', 413972200, -899088900, 0),
(47450, 2540, 230, 'Antioch', 424772400, -880956400, 0),
(47451, 2540, 230, 'Arcola', 396847600, -883064400, 0),
(47452, 2540, 230, 'Arenzville', 398775000, -903708300, 0),
(47453, 2540, 230, 'Argenta', 399838900, -888211100, 0),
(47454, 2540, 230, 'Arlington', 414516580, -892213310, 0),
(47455, 2540, 230, 'Arlington Heights', 420883600, -879806300, 0),
(47456, 2540, 230, 'Armington', 403388570, -893124530, 0),
(47457, 2540, 230, 'Aroma Park', 410802730, -878066550, 0),
(47458, 2540, 230, 'Arthur', 397147600, -884722800, 0),
(47459, 2540, 230, 'Ashkum', 408802800, -879550000, 0),
(47460, 2540, 230, 'Ashley', 383283300, -891888900, 0),
(47461, 2540, 230, 'Ashmore', 395302800, -880219400, 0),
(47462, 2540, 230, 'Ashton', 418666670, -892219400, 0),
(47463, 2540, 230, 'Assumption', 395203200, -890489700, 0),
(47464, 2540, 230, 'Astoria', 402273470, -903528040, 0),
(47465, 2540, 230, 'Athens', 399608800, -897239900, 0),
(47466, 2540, 230, 'Atkinson', 414188900, -900147200, 0),
(47467, 2540, 230, 'Atlanta', 402594800, -892334200, 0),
(47468, 2540, 230, 'Auburn', 395902980, -897453960, 0),
(47469, 2540, 230, 'Augusta', 402319130, -909503120, 0),
(47470, 2540, 230, 'Aurora', 417843000, -882513000, 0),
(47471, 2540, 230, 'Ava', 378817630, -894471080, 0),
(47472, 2540, 230, 'Aviston', 386067200, -896075900, 0),
(47473, 2540, 230, 'Avon', 406622200, -904355600, 0),
(47474, 2540, 230, 'Baldwin', 381838900, -898447200, 0),
(47475, 2540, 230, 'Bannockburn', 421933600, -878664600, 0),
(47476, 2540, 230, 'Barrington', 421539100, -881361900, 0),
(47477, 2540, 230, 'Barrington Hills', 421447500, -881556300, 0),
(47478, 2540, 230, 'Barry', 396942100, -910390200, 0),
(47479, 2540, 230, 'Bartelso', 385366700, -894661100, 0),
(47480, 2540, 230, 'Bartlett', 419950300, -881856300, 0),
(47481, 2540, 230, 'Bartonville', 406503200, -896520500, 0),
(47482, 2540, 230, 'Batavia', 418500300, -883125700, 0),
(47483, 2540, 230, 'Beach Park', 424222400, -878573000, 0),
(47484, 2540, 230, 'Beardstown', 400175500, -904242900, 0),
(47485, 2540, 230, 'Beason', 401423910, -891979890, 0),
(47486, 2540, 230, 'Bedford Park', 417525000, -877858330, 0),
(47487, 2540, 230, 'Beecher', 413563000, -876084000, 0),
(47488, 2540, 230, 'Beecher City', 391869400, -887858300, 0),
(47489, 2540, 230, 'Belle Rive', 381926950, -887599310, 0),
(47490, 2540, 230, 'Belleville', 385200500, -899839900, 0),
(47491, 2540, 230, 'Bellevue', 406844800, -896801000, 0),
(47492, 2540, 230, 'Bellmont', 383847200, -879094400, 0),
(47493, 2540, 230, 'Bellwood', 418821090, -878766820, 0),
(47494, 2540, 230, 'Belvidere', 422639100, -888442700, 0),
(47495, 2540, 230, 'Bement', 399219800, -885720100, 0),
(47496, 2540, 230, 'Benld', 390928200, -898039800, 0),
(47497, 2540, 230, 'Bensenville', 419526250, -879485980, 0),
(47498, 2540, 230, 'Benton', 379967200, -889200700, 0),
(47499, 2540, 230, 'Berkeley', 418889200, -879034000, 0),
(47500, 2540, 230, 'Berwick', 407623870, -905021330, 0),
(47501, 2540, 230, 'Berwyn', 418505900, -877936700, 0),
(47502, 2540, 230, 'Bethalto', 389092100, -900406600, 0),
(47503, 2540, 230, 'Bethany', 396455900, -887381300, 0),
(47504, 2540, 230, 'Big Rock', 417639200, -885470200, 0),
(47505, 2540, 230, 'Biggsville', 408547200, -908636100, 0),
(47506, 2540, 230, 'Bingham', 391138900, -892125000, 0),
(47507, 2540, 230, 'Bismarck', 402589410, -876111080, 0),
(47508, 2540, 230, 'Blandinsville', 405547200, -908658300, 0),
(47509, 2540, 230, 'Bloomingdale', 419492540, -880810780, 0),
(47510, 2540, 230, 'Bloomington', 404755800, -890047200, 0),
(47511, 2540, 230, 'Blue Island', 416506200, -876831600, 0),
(47512, 2540, 230, 'Blue Mound', 397011500, -891231400, 0),
(47513, 2540, 230, 'Bluffs', 397494400, -905350000, 0),
(47514, 2540, 230, 'Bluford', 383275000, -887355600, 0),
(47515, 2540, 230, 'Boles', 374656700, -889938300, 0),
(47516, 2540, 230, 'Bolingbrook', 416986400, -880684000, 0),
(47517, 2540, 230, 'Bonfield', 411472200, -880583300, 0),
(47518, 2540, 230, 'Boulder Hill', 417125300, -883361800, 0),
(47519, 2540, 230, 'Bourbonnais', 411417000, -878750400, 0),
(47520, 2540, 230, 'Bradford', 411769400, -896594400, 0),
(47521, 2540, 230, 'Bradley', 411419800, -878611500, 0),
(47522, 2540, 230, 'Braidwood', 412650300, -882122800, 0),
(47523, 2540, 230, 'Breese', 386106000, -895270300, 0),
(47524, 2540, 230, 'Bridgeport', 387058800, -877600300, 0),
(47525, 2540, 230, 'Bridgeview', 417407000, -878064000, 0),
(47526, 2540, 230, 'Brighton', 390397700, -901406600, 0),
(47527, 2540, 230, 'Brimfield', 408383300, -898838900, 0),
(47528, 2540, 230, 'Bristol', 417088000, -884146000, 0),
(47529, 2540, 230, 'Broadview', 418566600, -878552000, 0),
(47530, 2540, 230, 'Brocton', 397155600, -879325000, 0),
(47531, 2540, 230, 'Brookfield', 418239200, -878517300, 0),
(47532, 2540, 230, 'Brookport', 371250000, -886272200, 0),
(47533, 2540, 230, 'Broughton', 379341700, -884630600, 0),
(47534, 2540, 230, 'Brownstown', 389952800, -889533300, 0),
(47535, 2540, 230, 'Brussels', 389472200, -905886100, 0),
(47536, 2540, 230, 'Buckingham', 410449750, -881733730, 0),
(47537, 2540, 230, 'Buffalo Grove', 421514100, -879597900, 0),
(47538, 2540, 230, 'Buncombe', 374711100, -889750000, 0),
(47539, 2540, 230, 'Bunker Hill', 390428200, -899517700, 0),
(47540, 2540, 230, 'Burbank', 417339200, -877795000, 0),
(47541, 2540, 230, 'Burlington', 420522200, -885483300, 0),
(47542, 2540, 230, 'Burnham', 416389200, -875567100, 0),
(47543, 2540, 230, 'Burr Ridge', 417489200, -879183900, 0),
(47544, 2540, 230, 'Bushnell', 405528200, -905062400, 0),
(47545, 2540, 230, 'Byron', 421261660, -892644790, 0),
(47546, 2540, 230, 'Cabery', 409479480, -881531500, 0),
(47547, 2540, 230, 'Cahokia', 385708800, -901901100, 0),
(47548, 2540, 230, 'Cairo', 370089000, -891763800, 0),
(47549, 2540, 230, 'Caledonia', 423677800, -888925000, 0),
(47550, 2540, 230, 'Calumet City', 416155900, -875294900, 0),
(47551, 2540, 230, 'Calumet Park', 416628100, -876606000, 0),
(47552, 2540, 230, 'Cambridge', 413036500, -901929000, 0),
(47553, 2540, 230, 'Camp Point', 400392100, -910693000, 0),
(47554, 2540, 230, 'Canton', 405580900, -900351200, 0),
(47555, 2540, 230, 'Cantrall', 399268780, -896698570, 0),
(47556, 2540, 230, 'Capron', 423997400, -887403800, 0),
(47557, 2540, 230, 'Carbon Cliff', 414947600, -903906800, 0),
(47558, 2540, 230, 'Carbondale', 377272700, -892167500, 0),
(47559, 2540, 230, 'Carlinville', 392797700, -898817700, 0),
(47560, 2540, 230, 'Carlock', 405819400, -891325000, 0),
(47561, 2540, 230, 'Carlyle', 386103300, -893725800, 0),
(47562, 2540, 230, 'Carman', 407405600, -910597200, 0),
(47563, 2540, 230, 'Carmi', 380662200, -881383200, 0),
(47564, 2540, 230, 'Carol Stream', 419192590, -881405310, 0),
(47565, 2540, 230, 'Carpentersville', 421211400, -882578600, 0),
(47566, 2540, 230, 'Carrollton', 393022700, -904070600, 0),
(47567, 2540, 230, 'Carterville', 377600500, -890773000, 0),
(47568, 2540, 230, 'Carthage', 403444440, -911116670, 0),
(47569, 2540, 230, 'Cary', 422119700, -882381400, 0),
(47570, 2540, 230, 'Casey', 392992000, -879925300, 0),
(47571, 2540, 230, 'Caseyville', 386367200, -900256600, 0),
(47572, 2540, 230, 'Catlin', 400650400, -877019700, 0),
(47573, 2540, 230, 'Centralia', 385250500, -891334000, 0),
(47574, 2540, 230, 'Centreville', 385833800, -901251100, 0),
(47575, 2540, 230, 'Cerro Gordo', 398905900, -887281300, 0),
(47576, 2540, 230, 'Champaign', 401164200, -882433800, 0),
(47577, 2540, 230, 'Channahon', 414294800, -882286700, 0),
(47578, 2540, 230, 'Charleston', 394961500, -881761500, 0),
(47579, 2540, 230, 'Chatham', 396761600, -897045400, 0),
(47580, 2540, 230, 'Chatsworth', 407536500, -882919900, 0),
(47581, 2540, 230, 'Chebanse', 410030900, -879081000, 0),
(47582, 2540, 230, 'Chenoa', 407417000, -887197900, 0),
(47583, 2540, 230, 'Cherry Valley', 422347400, -889489900, 0),
(47584, 2540, 230, 'Chester', 379136600, -898220500, 0),
(47585, 2540, 230, 'Chicago', 418500300, -876500500, 0),
(47586, 2540, 230, 'Chicago Heights', 415093800, -875998200, 0),
(47587, 2540, 230, 'Chicago Ridge', 417014200, -877792200, 0),
(47588, 2540, 230, 'Chillicothe', 409052820, -895139480, 0),
(47589, 2540, 230, 'Chrisman', 398036500, -876736400, 0),
(47590, 2540, 230, 'Christopher', 379725500, -890534100, 0),
(47591, 2540, 230, 'Cicero', 418443500, -877598520, 0),
(47592, 2540, 230, 'Cisne', 385144400, -884358300, 0),
(47593, 2540, 230, 'Cissna Park', 405650030, -878951210, 0),
(47594, 2540, 230, 'Claremont', 387545330, -879659860, 0),
(47595, 2540, 230, 'Clarendon Hills', 417975300, -879547800, 0),
(47596, 2540, 230, 'Clay City', 386869400, -883530600, 0),
(47597, 2540, 230, 'Clifton', 409344160, -879341740, 0),
(47598, 2540, 230, 'Clinton', 401536500, -889645300, 0),
(47599, 2540, 230, 'Coal City', 412892400, -882909600, 0),
(47600, 2540, 230, 'Coal Valley', 414286500, -904609600, 0),
(47601, 2540, 230, 'Coatsburg', 400321010, -911596660, 0),
(47602, 2540, 230, 'Cobden', 375314400, -892534200, 0),
(47603, 2540, 230, 'Coffeen', 390910200, -893930400, 0),
(47604, 2540, 230, 'Colchester', 404268390, -907907230, 0),
(47605, 2540, 230, 'Colfax', 405669800, -886164500, 0),
(47606, 2540, 230, 'Collinsville', 386703300, -899845500, 0),
(47607, 2540, 230, 'Colona', 414839200, -903531800, 0),
(47608, 2540, 230, 'Columbia', 384436600, -902012200, 0),
(47609, 2540, 230, 'Cordova', 416877540, -902929150, 0),
(47610, 2540, 230, 'Cortland', 419200300, -886887000, 0),
(47611, 2540, 230, 'Cottage Hills', 389030600, -900700000, 0),
(47612, 2540, 230, 'Coulterville', 381841700, -896055600, 0),
(47613, 2540, 230, 'Country Club Hills', 415680900, -877203300, 0),
(47614, 2540, 230, 'Countryside', 417828100, -878781100, 0),
(47615, 2540, 230, 'Creal Springs', 376197200, -888377800, 0),
(47616, 2540, 230, 'Crescent City', 407700000, -878588900, 0),
(47617, 2540, 230, 'Crest Hill', 415547500, -880986700, 0),
(47618, 2540, 230, 'Crestwood', 416611400, -877525500, 0),
(47619, 2540, 230, 'Crete', 414445430, -875926180, 0),
(47620, 2540, 230, 'Creve Coeur', 406472600, -895912100, 0),
(47621, 2540, 230, 'Crossville', 381663280, -880665930, 0),
(47622, 2540, 230, 'Crystal Lake', 422332590, -883251160, 0),
(47623, 2540, 230, 'Crystal Lawns', 415703100, -881581200, 0),
(47624, 2540, 230, 'Cuba', 404915900, -901937010, 0),
(47625, 2540, 230, 'Cullom', 408783300, -882688900, 0),
(47626, 2540, 230, 'Dahlgren', 381905900, -885376800, 0),
(47627, 2540, 230, 'Dallas City', 406366700, -911652800, 0),
(47628, 2540, 230, 'Dalzell', 413589100, -891770800, 0),
(47629, 2540, 230, 'Dana', 409777470, -889680560, 0),
(47630, 2540, 230, 'Danforth', 408202800, -879777800, 0),
(47631, 2540, 230, 'Danvers', 405294800, -891773100, 0),
(47632, 2540, 230, 'Danville', 401244800, -876300200, 0),
(47633, 2540, 230, 'Darien', 417519800, -879739500, 0),
(47634, 2540, 230, 'Davis', 424399130, -894186960, 0),
(47635, 2540, 230, 'Davis Junction', 421016900, -890931600, 0),
(47636, 2540, 230, 'Dawson', 398544400, -894611100, 0),
(47637, 2540, 230, 'De Soto', 378241800, -892248600, 0),
(47638, 2540, 230, 'DeKalb', 419294700, -887503600, 0),
(47639, 2540, 230, 'Decatur', 398272880, -889227640, 0),
(47640, 2540, 230, 'Deer Creek', 406291700, -893316700, 0),
(47641, 2540, 230, 'Deer Park', 421608600, -880814700, 0),
(47642, 2540, 230, 'Deerfield', 421737600, -878738400, 0),
(47643, 2540, 230, 'Delavan', 403725400, -895473200, 0),
(47644, 2540, 230, 'Des Plaines', 420333600, -878834000, 0),
(47645, 2540, 230, 'Dewey', 403189630, -882843550, 0),
(47646, 2540, 230, 'Dieterich', 390602400, -883788230, 0),
(47647, 2540, 230, 'Divernon', 395656100, -896573200, 0),
(47648, 2540, 230, 'Dix', 384423350, -889384980, 0),
(47649, 2540, 230, 'Dixon', 418389200, -894795500, 0),
(47650, 2540, 230, 'Dolton', 416389200, -876072700, 0),
(47651, 2540, 230, 'Dongola', 373611100, -891644400, 0),
(47652, 2540, 230, 'Dorsey', 389792000, -899708000, 0),
(47653, 2540, 230, 'Downers Grove', 417606340, -880145000, 0),
(47654, 2540, 230, 'Downs', 403969800, -888706300, 0),
(47655, 2540, 230, 'Du Bois', 382503370, -892016610, 0),
(47656, 2540, 230, 'Du Quoin', 380118350, -892345090, 0),
(47657, 2540, 230, 'Dundee', 420952800, -882858300, 0),
(47658, 2540, 230, 'Dunlap', 408617000, -896787100, 0),
(47659, 2540, 230, 'Dupo', 385161600, -902103900, 0),
(47660, 2540, 230, 'Durand', 424364000, -893320600, 0),
(47661, 2540, 230, 'Dwight', 410944800, -884250600, 0),
(47662, 2540, 230, 'Earlville', 415894800, -889220300, 0),
(47663, 2540, 230, 'East Alton', 388803300, -901112200, 0),
(47664, 2540, 230, 'East Carondelet', 385241000, -902202000, 0),
(47665, 2540, 230, 'East Dubuque', 424663800, -905710200, 0),
(47666, 2540, 230, 'East Dundee', 420989100, -882714700, 0),
(47667, 2540, 230, 'East Hazel Crest', 415736500, -876464300, 0),
(47668, 2540, 230, 'East Moline', 415137740, -904205640, 0),
(47669, 2540, 230, 'East Peoria', 406661500, -895801000, 0),
(47670, 2540, 230, 'East St. Louis', 386245000, -901509400, 0),
(47671, 2540, 230, 'Eddyville', 375002800, -885869400, 0),
(47672, 2540, 230, 'Edwards', 407900000, -897511110, 0),
(47673, 2540, 230, 'Edwardsville', 388114400, -899531600, 0),
(47674, 2540, 230, 'Effingham', 391200400, -885433800, 0),
(47675, 2540, 230, 'El Paso', 407391040, -890149140, 0),
(47676, 2540, 230, 'Elburn', 418922500, -884723000, 0),
(47677, 2540, 230, 'Eldred', 392872200, -905527990, 0),
(47678, 2540, 230, 'Elgin', 420416750, -883119310, 0),
(47679, 2540, 230, 'Elizabeth', 423065940, -901853800, 0),
(47680, 2540, 230, 'Elizabethtown', 374458800, -883050400, 0),
(47681, 2540, 230, 'Elk Grove Village', 420066810, -880047540, 0),
(47682, 2540, 230, 'Elkhart', 400105200, -894838200, 0),
(47683, 2540, 230, 'Elkville', 379108300, -892352800, 0),
(47684, 2540, 230, 'Ellisville', 406042530, -902814930, 0),
(47685, 2540, 230, 'Elmhurst', 418928830, -879439770, 0),
(47686, 2540, 230, 'Elmwood', 407778200, -899665000, 0),
(47687, 2540, 230, 'Elmwood Park', 419224500, -878164990, 0),
(47688, 2540, 230, 'Elsah', 389536100, -903547200, 0),
(47689, 2540, 230, 'Elvaston', 404169270, -912005440, 0),
(47690, 2540, 230, 'Elwood', 414239760, -880843330, 0),
(47691, 2540, 230, 'Emden', 402979970, -894849840, 0),
(47692, 2540, 230, 'Energy', 377739400, -890264600, 0),
(47693, 2540, 230, 'Eola', 417783500, -882423500, 0),
(47694, 2540, 230, 'Equality', 377329490, -883419440, 0),
(47695, 2540, 230, 'Erie', 416564200, -900792900, 0),
(47696, 2540, 230, 'Essex', 411779830, -881889270, 0),
(47697, 2540, 230, 'Eureka', 407214300, -892728600, 0),
(47698, 2540, 230, 'Evanston', 420574500, -876738800, 0),
(47699, 2540, 230, 'Evergreen Park', 417205900, -877017200, 0),
(47700, 2540, 230, 'Fairbury', 407472600, -885147800, 0),
(47701, 2540, 230, 'Fairfield', 422191900, -880614700, 0),
(47702, 2540, 230, 'Fairmont', 415561400, -880592300, 0),
(47703, 2540, 230, 'Fairmount', 400450000, -878300000, 0),
(47704, 2540, 230, 'Fairview', 406323590, -901659850, 0),
(47705, 2540, 230, 'Fairview Heights', 385889400, -899903800, 0),
(47706, 2540, 230, 'Farina', 388329200, -887739560, 0),
(47707, 2540, 230, 'Farmer City', 402433700, -886425700, 0),
(47708, 2540, 230, 'Farmington', 419447500, -883159100, 0),
(47709, 2540, 230, 'Fillmore', 391158300, -892772200, 0),
(47710, 2540, 230, 'Findlay', 395201520, -887529550, 0),
(47711, 2540, 230, 'Fisher', 403147600, -883500500, 0),
(47712, 2540, 230, 'Flanagan', 408780900, -888611800, 0),
(47713, 2540, 230, 'Flat Rock', 389022200, -876725000, 0),
(47714, 2540, 230, 'Flora', 386726410, -884862730, 0),
(47715, 2540, 230, 'Flossmoor', 415428100, -876847700, 0),
(47716, 2540, 230, 'Ford Heights', 415064200, -875917100, 0),
(47717, 2540, 230, 'Forest Lake', 422075200, -880556300, 0),
(47718, 2540, 230, 'Forest Park', 418794800, -878136700, 0),
(47719, 2540, 230, 'Forrest', 407519800, -884111600, 0),
(47720, 2540, 230, 'Forreston', 421261400, -895792800, 0),
(47721, 2540, 230, 'Forsyth', 399310080, -889512650, 0),
(47722, 2540, 230, 'Fort Sheridan', 422094120, -878065650, 0),
(47723, 2540, 230, 'Fowler', 400077800, -912586100, 0),
(47724, 2540, 230, 'Fox Lake', 423966900, -881837000, 0),
(47725, 2540, 230, 'Fox Lake Hills', 424080800, -881317500, 0),
(47726, 2540, 230, 'Fox River Grove', 422008600, -882145300, 0),
(47727, 2540, 230, 'Fox Valley', 417723600, -883606700, 0),
(47728, 2540, 230, 'Frankfort', 414958700, -878486600, 0),
(47729, 2540, 230, 'Frankfort Square', 415189200, -878031000, 0),
(47730, 2540, 230, 'Franklin Grove', 418417000, -893003800, 0),
(47731, 2540, 230, 'Franklin Park', 419342730, -878764420, 0),
(47732, 2540, 230, 'Freeburg', 384275500, -899137100, 0),
(47733, 2540, 230, 'Freeport', 423032860, -896345180, 0),
(47734, 2540, 230, 'Fulton', 418672500, -901595700, 0),
(47735, 2540, 230, 'Gages Lake', 423516900, -879825800, 0),
(47736, 2540, 230, 'Galatia', 378402800, -886108300, 0),
(47737, 2540, 230, 'Galena', 424166700, -904290200, 0),
(47738, 2540, 230, 'Galesburg', 409518050, -903666590, 0),
(47739, 2540, 230, 'Galva', 411675400, -900426100, 0),
(47740, 2540, 230, 'Garden Prairie', 422533300, -887247200, 0),
(47741, 2540, 230, 'Gardner', 411691000, -883203000, 0),
(47742, 2540, 230, 'Gays', 394588900, -884963900, 0),
(47743, 2540, 230, 'Geneseo', 414480900, -901542800, 0),
(47744, 2540, 230, 'Geneva', 418875300, -883053500, 0),
(47745, 2540, 230, 'Genoa', 420972500, -886928700, 0),
(47746, 2540, 230, 'Georgetown', 421397500, -898287300, 0),
(47747, 2540, 230, 'Germantown Hills', 407664300, -894678700, 0),
(47748, 2540, 230, 'Gibson City', 404584300, -883846000, 0),
(47749, 2540, 230, 'Gifford', 403069400, -880219400, 0),
(47750, 2540, 230, 'Gilberts', 421033600, -883728600, 0),
(47751, 2540, 230, 'Gillespie', 391297700, -898195400, 0),
(47752, 2540, 230, 'Gilman', 407667000, -879922600, 0),
(47753, 2540, 230, 'Gilson', 408613900, -901891700, 0),
(47754, 2540, 230, 'Girard', 394446820, -897963510, 0),
(47755, 2540, 230, 'Glasford', 405725400, -898134400, 0),
(47756, 2540, 230, 'Glen Carbon', 387483800, -899831600, 0),
(47757, 2540, 230, 'Glen Ellyn', 418775300, -880670100, 0),
(47758, 2540, 230, 'Glenarm', 396372920, -896370550, 0),
(47759, 2540, 230, 'Glencoe', 421350300, -877581200, 0),
(47760, 2540, 230, 'Glendale Heights', 419196170, -880777550, 0),
(47761, 2540, 230, 'Glenview', 420697500, -877878400, 0),
(47762, 2540, 230, 'Glenwood', 415462260, -876109780, 0),
(47763, 2540, 230, 'Godfrey', 389611000, -902203000, 0),
(47764, 2540, 230, 'Golden', 401091850, -910194310, 0),
(47765, 2540, 230, 'Golf', 420575870, -877912930, 0),
(47766, 2540, 230, 'Goodfield', 406272200, -892725000, 0),
(47767, 2540, 230, 'Goodings Grove', 416292000, -879308900, 0),
(47768, 2540, 230, 'Goodwine', 405688300, -877848900, 0),
(47769, 2540, 230, 'Goreville', 375554120, -889714170, 0),
(47770, 2540, 230, 'Grafton', 389711100, -904369400, 0),
(47771, 2540, 230, 'Grandview', 398164400, -896187100, 0),
(47772, 2540, 230, 'Grandwood Park', 423930800, -879867400, 0),
(47773, 2540, 230, 'Granite City', 387613560, -900963350, 0),
(47774, 2540, 230, 'Grant Park', 412411400, -876461500, 0),
(47775, 2540, 230, 'Granville', 412611500, -892275900, 0),
(47776, 2540, 230, 'Grayslake', 423444700, -880417500, 0),
(47777, 2540, 230, 'Grayville', 382575500, -879936400, 0),
(47778, 2540, 230, 'Great Lakes', 423091890, -878500690, 0),
(47779, 2540, 230, 'Green Oaks', 422900200, -879034100, 0),
(47780, 2540, 230, 'Green Valley', 404086100, -896441700, 0),
(47781, 2540, 230, 'Greenfield', 393436600, -902126100, 0),
(47782, 2540, 230, 'Greenup', 392478200, -881633700, 0),
(47783, 2540, 230, 'Greenview', 400838900, -897402800, 0),
(47784, 2540, 230, 'Greenville', 388922700, -894131400, 0),
(47785, 2540, 230, 'Gridley', 407443150, -888802950, 0),
(47786, 2540, 230, 'Griggsville', 397089400, -907245700, 0),
(47787, 2540, 230, 'Groveland', 405925200, -895344000, 0),
(47788, 2540, 230, 'Gurnee', 423742700, -879338600, 0),
(47789, 2540, 230, 'Hainesville', 423450200, -880678600, 0),
(47790, 2540, 230, 'Hamburg', 392138370, -906901880, 0),
(47791, 2540, 230, 'Hamel', 388893300, -898484400, 0),
(47792, 2540, 230, 'Hamilton', 403964300, -913390400, 0),
(47793, 2540, 230, 'Hammond', 398005410, -885677090, 0),
(47794, 2540, 230, 'Hampshire', 420978000, -885303600, 0),
(47795, 2540, 230, 'Hampton', 415558700, -904093000, 0),
(47796, 2540, 230, 'Hanover', 422712330, -903002880, 0),
(47797, 2540, 230, 'Hanover Park', 419994700, -881450700, 0),
(47798, 2540, 230, 'Hardin', 391567100, -906179000, 0),
(47799, 2540, 230, 'Harmon', 416954630, -895586220, 0),
(47800, 2540, 230, 'Harrisburg', 377383800, -885406100, 0),
(47801, 2540, 230, 'Hartford', 388333800, -900959400, 0),
(47802, 2540, 230, 'Harvard', 424222400, -886137100, 0),
(47803, 2540, 230, 'Harvel', 393558300, -895313900, 0),
(47804, 2540, 230, 'Harvey', 416100300, -876467100, 0),
(47805, 2540, 230, 'Harwood Heights', 419672500, -878075600, 0),
(47806, 2540, 230, 'Havana', 402973790, -900597490, 0),
(47807, 2540, 230, 'Hawthorn Woods', 422169700, -880495200, 0),
(47808, 2540, 230, 'Hazel Crest', 415680600, -876734400, 0),
(47809, 2540, 230, 'Hebron', 424716900, -884323200, 0),
(47810, 2540, 230, 'Hennepin', 412542000, -893423100, 0),
(47811, 2540, 230, 'Henry', 411114200, -893564800, 0),
(47812, 2540, 230, 'Herrick', 392191700, -889841700, 0),
(47813, 2540, 230, 'Herrin', 378031100, -890275700, 0),
(47814, 2540, 230, 'Herscher', 410492000, -880978300, 0),
(47815, 2540, 230, 'Heyworth', 403133700, -889736900, 0),
(47816, 2540, 230, 'Hickory Hills', 417252000, -878281800, 0),
(47817, 2540, 230, 'Highland', 387394900, -896712000, 0),
(47818, 2540, 230, 'Highland Park', 421816900, -878003400, 0),
(47819, 2540, 230, 'Highwood', 421997500, -878092300, 0),
(47820, 2540, 230, 'Hillsboro', 391596600, -894769200, 0),
(47821, 2540, 230, 'Hillside', 418737090, -878983380, 0),
(47822, 2540, 230, 'Hillview', 394760720, -905239830, 0),
(47823, 2540, 230, 'Hinckley', 417689200, -886409100, 0),
(47824, 2540, 230, 'Hines', 418549550, -878312760, 0),
(47825, 2540, 230, 'Hinsdale', 418008600, -879370100, 0),
(47826, 2540, 230, 'Hoffman Estates', 420781200, -882241700, 0),
(47827, 2540, 230, 'Homer', 400347600, -879580900, 0),
(47828, 2540, 230, 'Homer Glen', 416000300, -879381100, 0),
(47829, 2540, 230, 'Hometown', 417344800, -877314400, 0),
(47830, 2540, 230, 'Homewood', 415572600, -876656000, 0),
(47831, 2540, 230, 'Hoopeston', 404672600, -876683600, 0),
(47832, 2540, 230, 'Hopedale', 404222200, -894177800, 0),
(47833, 2540, 230, 'Hoyleton', 384441700, -892716700, 0),
(47834, 2540, 230, 'Hudson', 406033300, -889905920, 0),
(47835, 2540, 230, 'Hull', 397180680, -912593970, 0),
(47836, 2540, 230, 'Huntley', 421889010, -884328900, 0),
(47837, 2540, 230, 'Hutsonville', 391091700, -876591700, 0),
(47838, 2540, 230, 'Illinois City', 413806990, -908970950, 0),
(47839, 2540, 230, 'Ina', 381511600, -889039600, 0),
(47840, 2540, 230, 'Indian Head Park', 417703100, -879022800, 0),
(47841, 2540, 230, 'Ingleside', 423583000, -881632000, 0),
(47842, 2540, 230, 'Inverness', 421180800, -880961900, 0),
(47843, 2540, 230, 'Irvington', 384372680, -891621830, 0),
(47844, 2540, 230, 'Island Lake', 422761300, -881920300, 0),
(47845, 2540, 230, 'Itasca', 419722170, -880180250, 0),
(47846, 2540, 230, 'Jacksonville', 397339400, -902290100, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(47847, 2540, 230, 'Jerome', 397675500, -896806600, 0),
(47848, 2540, 230, 'Jerseyville', 391200500, -903284500, 0),
(47849, 2540, 230, 'Jewett', 392023950, -882474310, 0),
(47850, 2540, 230, 'Johnston City', 378206100, -889275700, 0),
(47851, 2540, 230, 'Joliet', 415357090, -880520920, 0),
(47852, 2540, 230, 'Jonesboro', 374517200, -892681400, 0),
(47853, 2540, 230, 'Justice', 417444800, -878378300, 0),
(47854, 2540, 230, 'Kane', 392172790, -903821690, 0),
(47855, 2540, 230, 'Kaneville', 418347690, -885176020, 0),
(47856, 2540, 230, 'Kankakee', 411200300, -878611500, 0),
(47857, 2540, 230, 'Kansas', 395527800, -879394400, 0),
(47858, 2540, 230, 'Karnak', 372922200, -889750000, 0),
(47859, 2540, 230, 'Kempton', 409352050, -882381980, 0),
(47860, 2540, 230, 'Kenilworth', 420858600, -877175600, 0),
(47861, 2540, 230, 'Kenney', 400991700, -890861100, 0),
(47862, 2540, 230, 'Kent', 423086100, -899019400, 0),
(47863, 2540, 230, 'Kewanee', 412408090, -899297990, 0),
(47864, 2540, 230, 'Kildeer', 421705800, -880478500, 0),
(47865, 2540, 230, 'Kincaid', 395886600, -894145400, 0),
(47866, 2540, 230, 'Kirkwood', 408680670, -907515620, 0),
(47867, 2540, 230, 'Knollwood', 421958600, -881150800, 0),
(47868, 2540, 230, 'Knoxville', 409083700, -902848500, 0),
(47869, 2540, 230, 'La Fayette', 411094780, -899731930, 0),
(47870, 2540, 230, 'La Grange', 417952510, -878756970, 0),
(47871, 2540, 230, 'La Grange Park', 418347500, -878617300, 0),
(47872, 2540, 230, 'La Harpe', 405833700, -909693100, 0),
(47873, 2540, 230, 'La Salle', 413333700, -890917500, 0),
(47874, 2540, 230, 'Lacon', 410232900, -894062030, 0),
(47875, 2540, 230, 'Ladd', 413825300, -892189700, 0),
(47876, 2540, 230, 'Lafox', 418820680, -884309990, 0),
(47877, 2540, 230, 'Lake Bluff', 422837330, -878583760, 0),
(47878, 2540, 230, 'Lake Forest', 422391000, -878692200, 0),
(47879, 2540, 230, 'Lake Villa', 424169700, -880739700, 0),
(47880, 2540, 230, 'Lake Zurich', 421969700, -880934100, 0),
(47881, 2540, 230, 'Lake in the Hills', 421816900, -883303600, 0),
(47882, 2540, 230, 'Lakemoor', 423286300, -881989700, 0),
(47883, 2540, 230, 'Lakewood', 422291900, -883550900, 0),
(47884, 2540, 230, 'Lakewood Shores', 412817000, -881447800, 0),
(47885, 2540, 230, 'Lanark', 421022500, -898334500, 0),
(47886, 2540, 230, 'Lansing', 415655360, -875516310, 0),
(47887, 2540, 230, 'Latham', 399682940, -891622590, 0),
(47888, 2540, 230, 'Lawrenceville', 387292100, -876816900, 0),
(47889, 2540, 230, 'Le Roy', 403519800, -887642400, 0),
(47890, 2540, 230, 'Leaf River', 421263900, -894030600, 0),
(47891, 2540, 230, 'Lebanon', 386039400, -898073200, 0),
(47892, 2540, 230, 'Lee', 417941700, -889408300, 0),
(47893, 2540, 230, 'Leland', 416000140, -887809220, 0),
(47894, 2540, 230, 'Leland Grove', 397770000, -896792700, 0),
(47895, 2540, 230, 'Lemont', 417026490, -880726940, 0),
(47896, 2540, 230, 'Lena', 423794600, -898223400, 0),
(47897, 2540, 230, 'Lenzburg', 383141000, -897642000, 0),
(47898, 2540, 230, 'Lewistown', 403931000, -901548400, 0),
(47899, 2540, 230, 'Lexington', 406414200, -887834000, 0),
(47900, 2540, 230, 'Libertyville', 422830800, -879531300, 0),
(47901, 2540, 230, 'Lima', 401657900, -914065460, 0),
(47902, 2540, 230, 'Lincoln', 401483800, -893648200, 0),
(47903, 2540, 230, 'Lincolnshire', 421944600, -879107400, 0),
(47904, 2540, 230, 'Lincolnwood', 420044800, -877300600, 0),
(47905, 2540, 230, 'Lindenhurst', 424105800, -880261900, 0),
(47906, 2540, 230, 'Lisle', 417884000, -880757000, 0),
(47907, 2540, 230, 'Litchfield', 391753300, -896542600, 0),
(47908, 2540, 230, 'Little York', 410105600, -907469400, 0),
(47909, 2540, 230, 'Livingston', 389672200, -897625000, 0),
(47910, 2540, 230, 'Loami', 396513560, -898828330, 0),
(47911, 2540, 230, 'Lockport', 415894000, -880576000, 0),
(47912, 2540, 230, 'Loda', 405276810, -880953120, 0),
(47913, 2540, 230, 'Lomax', 406797200, -910722200, 0),
(47914, 2540, 230, 'Lombard', 418800300, -880078400, 0),
(47915, 2540, 230, 'Long Grove', 421783600, -879978500, 0),
(47916, 2540, 230, 'Long Lake', 423708500, -881275800, 0),
(47917, 2540, 230, 'Loogootee', 389047200, -888535800, 0),
(47918, 2540, 230, 'Loraine', 401525430, -912027920, 0),
(47919, 2540, 230, 'Lostant', 411422200, -890613900, 0),
(47920, 2540, 230, 'Louisville', 387722700, -885025500, 0),
(47921, 2540, 230, 'Loves Park', 423281000, -890268270, 0),
(47922, 2540, 230, 'Lovington', 397155900, -886325600, 0),
(47923, 2540, 230, 'Lyndon', 417261320, -899157640, 0),
(47924, 2540, 230, 'Lynwood', 416836400, -883936800, 0),
(47925, 2540, 230, 'Lyons', 418133700, -878181100, 0),
(47926, 2540, 230, 'Machesney Park', 423546620, -890421320, 0),
(47927, 2540, 230, 'Mackinaw', 405369800, -893575900, 0),
(47928, 2540, 230, 'Macomb', 404592100, -906718000, 0),
(47929, 2540, 230, 'Macon', 397128200, -889970200, 0),
(47930, 2540, 230, 'Madison', 386825500, -901570500, 0),
(47931, 2540, 230, 'Mahomet', 401953100, -884042200, 0),
(47932, 2540, 230, 'Makanda', 376180600, -892294400, 0),
(47933, 2540, 230, 'Malden', 414246340, -893686440, 0),
(47934, 2540, 230, 'Malta', 419297500, -888609200, 0),
(47935, 2540, 230, 'Manchester', 395422170, -903303680, 0),
(47936, 2540, 230, 'Manhattan', 414225300, -879858900, 0),
(47937, 2540, 230, 'Manito', 404258700, -897792800, 0),
(47938, 2540, 230, 'Manlius', 414551540, -896691430, 0),
(47939, 2540, 230, 'Mansfield', 402127800, -885075000, 0),
(47940, 2540, 230, 'Manteno', 412505900, -878314300, 0),
(47941, 2540, 230, 'Maple Park', 419075300, -885992500, 0),
(47942, 2540, 230, 'Mapleton', 406114510, -897428690, 0),
(47943, 2540, 230, 'Marengo', 422486300, -886084300, 0),
(47944, 2540, 230, 'Marine', 387875000, -897780600, 0),
(47945, 2540, 230, 'Marion', 377306100, -889331300, 0),
(47946, 2540, 230, 'Marissa', 382500500, -897501000, 0),
(47947, 2540, 230, 'Mark', 412647150, -892478950, 0),
(47948, 2540, 230, 'Markham', 415936500, -876947700, 0),
(47949, 2540, 230, 'Maroa', 400364300, -889570300, 0),
(47950, 2540, 230, 'Marquette Heights', 406175400, -896003800, 0),
(47951, 2540, 230, 'Marseilles', 413308700, -887081300, 0),
(47952, 2540, 230, 'Marshall', 393914300, -876936400, 0),
(47953, 2540, 230, 'Martinsville', 393355900, -878819800, 0),
(47954, 2540, 230, 'Maryville', 387236600, -899559300, 0),
(47955, 2540, 230, 'Mascoutah', 384903300, -897931500, 0),
(47956, 2540, 230, 'Mason City', 402022700, -896981600, 0),
(47957, 2540, 230, 'Matteson', 415039200, -877131000, 0),
(47958, 2540, 230, 'Mattoon', 394830900, -883728300, 0),
(47959, 2540, 230, 'Maywood', 418720800, -878473200, 0),
(47960, 2540, 230, 'McCullom Lake', 423683500, -882925900, 0),
(47961, 2540, 230, 'McHenry', 423473920, -882597590, 0),
(47962, 2540, 230, 'McNabb', 411771240, -892091380, 0),
(47963, 2540, 230, 'Medinah', 419813900, -880511100, 0),
(47964, 2540, 230, 'Melrose Park', 419005900, -878567300, 0),
(47965, 2540, 230, 'Mendon', 400883300, -912844400, 0),
(47966, 2540, 230, 'Mendota', 415472500, -891175900, 0),
(47967, 2540, 230, 'Meredosia', 398311600, -905595700, 0),
(47968, 2540, 230, 'Merrionette Park', 416842000, -877003300, 0),
(47969, 2540, 230, 'Metamora', 407884800, -894271800, 0),
(47970, 2540, 230, 'Metropolis', 371511700, -887320000, 0),
(47971, 2540, 230, 'Middletown', 400996690, -895915980, 0),
(47972, 2540, 230, 'Midlothian', 416363400, -877319400, 0),
(47973, 2540, 230, 'Milan', 414530900, -905720800, 0),
(47974, 2540, 230, 'Milford', 406283700, -876961400, 0),
(47975, 2540, 230, 'Millington', 415606980, -886012970, 0),
(47976, 2540, 230, 'Millstadt', 384614400, -900917800, 0),
(47977, 2540, 230, 'Minier', 404336500, -893131500, 0),
(47978, 2540, 230, 'Minonk', 409044800, -890345200, 0),
(47979, 2540, 230, 'Minooka', 415068890, -883371500, 0),
(47980, 2540, 230, 'Mitchell', 387619900, -900853800, 0),
(47981, 2540, 230, 'Mode', 392808100, -886381100, 0),
(47982, 2540, 230, 'Mokena', 415358570, -878877530, 0),
(47983, 2540, 230, 'Moline', 414895740, -904958190, 0),
(47984, 2540, 230, 'Momence', 411667000, -876628200, 0),
(47985, 2540, 230, 'Monee', 414200300, -877417100, 0),
(47986, 2540, 230, 'Monmouth', 409114300, -906473600, 0),
(47987, 2540, 230, 'Montgomery', 417103100, -883374950, 0),
(47988, 2540, 230, 'Monticello', 400278100, -885734000, 0),
(47989, 2540, 230, 'Mooseheart', 418183300, -883313900, 0),
(47990, 2540, 230, 'Moro', 389247200, -900219400, 0),
(47991, 2540, 230, 'Morris', 413643260, -884211520, 0),
(47992, 2540, 230, 'Morrison', 418097500, -899651200, 0),
(47993, 2540, 230, 'Morrisonville', 394200500, -894556500, 0),
(47994, 2540, 230, 'Morton', 406128200, -894592600, 0),
(47995, 2540, 230, 'Morton Grove', 420405900, -877825600, 0),
(47996, 2540, 230, 'Mossville', 408157410, -895676320, 0),
(47997, 2540, 230, 'Mounds', 371147200, -891991700, 0),
(47998, 2540, 230, 'Mount Carmel', 384108800, -877614200, 0),
(47999, 2540, 230, 'Mount Carroll', 420950200, -899781800, 0),
(48000, 2540, 230, 'Mount Morris', 420540800, -894343740, 0),
(48001, 2540, 230, 'Mount Olive', 390722700, -897273100, 0),
(48002, 2540, 230, 'Mount Prospect', 420653990, -879335490, 0),
(48003, 2540, 230, 'Mount Pulaski', 400108800, -892823100, 0),
(48004, 2540, 230, 'Mount Sterling', 399872700, -907634600, 0),
(48005, 2540, 230, 'Mount Vernon', 383172700, -889031200, 0),
(48006, 2540, 230, 'Moweaqua', 396247600, -890189700, 0),
(48007, 2540, 230, 'Muddy', 377641700, -885144400, 0),
(48008, 2540, 230, 'Mulberry Grove', 389244400, -892686100, 0),
(48009, 2540, 230, 'Mulkeytown', 379708300, -891113900, 0),
(48010, 2540, 230, 'Muncie', 401158120, -878455530, 0),
(48011, 2540, 230, 'Mundelein', 422630800, -880039700, 0),
(48012, 2540, 230, 'Murphysboro', 377645000, -893350900, 0),
(48013, 2540, 230, 'Murrayville', 395870790, -902497920, 0),
(48014, 2540, 230, 'Nachusa', 418315070, -893907690, 0),
(48015, 2540, 230, 'Naperville', 417858600, -881472900, 0),
(48016, 2540, 230, 'Nashville', 383436600, -893806400, 0),
(48017, 2540, 230, 'Nason', 381633000, -889779000, 0),
(48018, 2540, 230, 'Nauvoo', 405500400, -913848700, 0),
(48019, 2540, 230, 'Neoga', 393194800, -884528300, 0),
(48020, 2540, 230, 'Neponset', 412972200, -897902800, 0),
(48021, 2540, 230, 'New Athens', 383264400, -898770500, 0),
(48022, 2540, 230, 'New Baden', 385350500, -897006500, 0),
(48023, 2540, 230, 'New Berlin', 397253300, -899106600, 0),
(48024, 2540, 230, 'New Lenox', 415119800, -879656100, 0),
(48025, 2540, 230, 'Newark', 415177200, -885187200, 0),
(48026, 2540, 230, 'Newman', 397980600, -879863900, 0),
(48027, 2540, 230, 'Newton', 389875200, -881687400, 0),
(48028, 2540, 230, 'Niantic', 398538870, -891644550, 0),
(48029, 2540, 230, 'Niles', 420189200, -878028400, 0),
(48030, 2540, 230, 'Noble', 386981540, -882238000, 0),
(48031, 2540, 230, 'Nokomis', 393011600, -892850800, 0),
(48032, 2540, 230, 'Normal', 405114100, -889877270, 0),
(48033, 2540, 230, 'Norridge', 419633600, -878272800, 0),
(48034, 2540, 230, 'Norris City', 379811600, -883292100, 0),
(48035, 2540, 230, 'North Aurora', 418061400, -883273000, 0),
(48036, 2540, 230, 'North Barrington', 422078000, -881406300, 0),
(48037, 2540, 230, 'North Chicago', 423255800, -878411800, 0),
(48038, 2540, 230, 'North Peoria', 407175400, -895842600, 0),
(48039, 2540, 230, 'North Riverside', 418428100, -878231100, 0),
(48040, 2540, 230, 'Northbrook', 421250400, -878439500, 0),
(48041, 2540, 230, 'Northfield', 420997500, -877809000, 0),
(48042, 2540, 230, 'Northlake', 419172500, -878956200, 0),
(48043, 2540, 230, 'O''Fallon', 385628340, -898966540, 0),
(48044, 2540, 230, 'Oak Brook', 418008330, -879369440, 0),
(48045, 2540, 230, 'Oak Forest', 416028100, -877439400, 0),
(48046, 2540, 230, 'Oak Lawn', 417155080, -877558110, 0),
(48047, 2540, 230, 'Oak Park', 418850300, -877845000, 0),
(48048, 2540, 230, 'Oakbrook Terrace', 418500300, -879645100, 0),
(48049, 2540, 230, 'Oakdale', 382620390, -895907500, 0),
(48050, 2540, 230, 'Oakland', 396566700, -880252800, 0),
(48051, 2540, 230, 'Oakwood', 401161500, -877783600, 0),
(48052, 2540, 230, 'Oakwood Hills', 422464100, -882428600, 0),
(48053, 2540, 230, 'Oblong', 390019900, -879089200, 0),
(48054, 2540, 230, 'Odin', 386172700, -890522900, 0),
(48055, 2540, 230, 'Oglesby', 412953100, -890595300, 0),
(48056, 2540, 230, 'Ohio', 415569400, -894611100, 0),
(48057, 2540, 230, 'Okawville', 384342200, -895503700, 0),
(48058, 2540, 230, 'Olmsted', 372107710, -890982370, 0),
(48059, 2540, 230, 'Olney', 387308800, -880853200, 0),
(48060, 2540, 230, 'Olympia Fields', 415164820, -876891570, 0),
(48061, 2540, 230, 'Omaha', 378865120, -882651860, 0),
(48062, 2540, 230, 'Onarga', 407150400, -880061500, 0),
(48063, 2540, 230, 'Oneida', 410742220, -902258310, 0),
(48064, 2540, 230, 'Oquawka', 409319800, -909470900, 0),
(48065, 2540, 230, 'Orangeville', 424747590, -896338590, 0),
(48066, 2540, 230, 'Oreana', 399380600, -888694400, 0),
(48067, 2540, 230, 'Oregon', 420014680, -893368330, 0),
(48068, 2540, 230, 'Orion', 413547600, -903815200, 0),
(48069, 2540, 230, 'Orland Hills', 415853100, -878431100, 0),
(48070, 2540, 230, 'Orland Park', 416211530, -878417230, 0),
(48071, 2540, 230, 'Oswego', 416662000, -883187000, 0),
(48072, 2540, 230, 'Ottawa', 413336110, -888780560, 0),
(48073, 2540, 230, 'Owaneco', 394822200, -891936100, 0),
(48074, 2540, 230, 'Palatine', 421103000, -880342400, 0),
(48075, 2540, 230, 'Palestine', 390036500, -876128000, 0),
(48076, 2540, 230, 'Palmyra', 394338900, -899955600, 0),
(48077, 2540, 230, 'Palos Heights', 416680900, -877964400, 0),
(48078, 2540, 230, 'Palos Hills', 416967000, -878170000, 0),
(48079, 2540, 230, 'Palos Park', 416672500, -878303300, 0),
(48080, 2540, 230, 'Pana', 393889300, -890800800, 0),
(48081, 2540, 230, 'Paris', 396111500, -876961400, 0),
(48082, 2540, 230, 'Park City', 423483600, -878842400, 0),
(48083, 2540, 230, 'Park Forest', 414647400, -876990000, 0),
(48084, 2540, 230, 'Park Ridge', 420111400, -878406200, 0),
(48085, 2540, 230, 'Patterson', 394805560, -904827780, 0),
(48086, 2540, 230, 'Paw Paw', 416910560, -889949880, 0),
(48087, 2540, 230, 'Pawnee', 395917200, -895803700, 0),
(48088, 2540, 230, 'Paxton', 404603100, -880953200, 0),
(48089, 2540, 230, 'Payson', 398169900, -912423700, 0),
(48090, 2540, 230, 'Pearl City', 422607050, -898311380, 0),
(48091, 2540, 230, 'Pecatonica', 423139100, -893592800, 0),
(48092, 2540, 230, 'Pekin', 405604200, -896091000, 0),
(48093, 2540, 230, 'Peoria', 406812000, -896038000, 0),
(48094, 2540, 230, 'Peoria Heights', 407472600, -895739800, 0),
(48095, 2540, 230, 'Peotone', 413322600, -877853200, 0),
(48096, 2540, 230, 'Perry', 397825000, -907450000, 0),
(48097, 2540, 230, 'Peru', 413329630, -891264200, 0),
(48098, 2540, 230, 'Petersburg', 400117200, -898481700, 0),
(48099, 2540, 230, 'Philo', 400069800, -881581000, 0),
(48100, 2540, 230, 'Pierron', 387788900, -895594400, 0),
(48101, 2540, 230, 'Pinckneyville', 380803300, -893820300, 0),
(48102, 2540, 230, 'Pingree Grove', 420686400, -884134200, 0),
(48103, 2540, 230, 'Piper City', 407566700, -881894400, 0),
(48104, 2540, 230, 'Pistakee Highlands', 424086300, -882064800, 0),
(48105, 2540, 230, 'Pittsburg', 377777800, -888502800, 0),
(48106, 2540, 230, 'Pittsfield', 396090150, -908072360, 0),
(48107, 2540, 230, 'Plainfield', 416269700, -882039500, 0),
(48108, 2540, 230, 'Plainville', 397844400, -911838900, 0),
(48109, 2540, 230, 'Plano', 416628100, -885370200, 0),
(48110, 2540, 230, 'Plato Center', 420384500, -882857900, 0),
(48111, 2540, 230, 'Pleasant Hill', 394428480, -908735250, 0),
(48112, 2540, 230, 'Pocahontas', 388250000, -895408300, 0),
(48113, 2540, 230, 'Polo', 419861400, -895792800, 0),
(48114, 2540, 230, 'Pontiac', 408808700, -886297800, 0),
(48115, 2540, 230, 'Pontoon Beach', 387317200, -900803800, 0),
(48116, 2540, 230, 'Poplar Grove', 423683500, -888220500, 0),
(48117, 2540, 230, 'Port Byron', 416064200, -903354100, 0),
(48118, 2540, 230, 'Posen', 416282770, -876858480, 0),
(48119, 2540, 230, 'Potomac', 403050000, -878005600, 0),
(48120, 2540, 230, 'Prairie City', 406208300, -904636100, 0),
(48121, 2540, 230, 'Prairie Grove', 422786300, -882609200, 0),
(48122, 2540, 230, 'Prairie du Rocher', 380826690, -900999140, 0),
(48123, 2540, 230, 'Preston Heights', 414917000, -880817200, 0),
(48124, 2540, 230, 'Princeton', 413680900, -894648100, 0),
(48125, 2540, 230, 'Princeville', 409297600, -897576000, 0),
(48126, 2540, 230, 'Prophetstown', 416714200, -899362200, 0),
(48127, 2540, 230, 'Prospect Heights', 420953000, -879375700, 0),
(48128, 2540, 230, 'Quincy', 399356000, -914098700, 0),
(48129, 2540, 230, 'Radom', 382819500, -891954300, 0),
(48130, 2540, 230, 'Raleigh', 378245890, -885437530, 0),
(48131, 2540, 230, 'Ramsey', 391444900, -891086800, 0),
(48132, 2540, 230, 'Ransom', 411558300, -886530600, 0),
(48133, 2540, 230, 'Rantoul', 403091710, -881510380, 0),
(48134, 2540, 230, 'Rapids City', 415795230, -903464060, 0),
(48135, 2540, 230, 'Raymond', 393194900, -895720400, 0),
(48136, 2540, 230, 'Red Bud', 382117200, -899942700, 0),
(48137, 2540, 230, 'Reddick', 410975000, -882488900, 0),
(48138, 2540, 230, 'Richmond', 403608700, -893689800, 0),
(48139, 2540, 230, 'Richton Park', 414844800, -877033800, 0),
(48140, 2540, 230, 'Ridgway', 377980600, -882605600, 0),
(48141, 2540, 230, 'Rinard', 385708300, -884647200, 0),
(48142, 2540, 230, 'Rio', 411102800, -903988900, 0),
(48143, 2540, 230, 'River Forest', 418978100, -878139500, 0),
(48144, 2540, 230, 'River Grove', 419258600, -878358900, 0),
(48145, 2540, 230, 'Riverdale', 416333700, -876331000, 0),
(48146, 2540, 230, 'Riverside', 418350300, -878228400, 0),
(48147, 2540, 230, 'Riverton', 398442200, -895395400, 0),
(48148, 2540, 230, 'Riverwoods', 421675300, -878970100, 0),
(48149, 2540, 230, 'Roanoke', 407961500, -891973000, 0),
(48150, 2540, 230, 'Robbins', 416439200, -877036600, 0),
(48151, 2540, 230, 'Robinson', 390057600, -877751400, 0),
(48152, 2540, 230, 'Rochelle', 419239200, -890687100, 0),
(48153, 2540, 230, 'Rochester', 397494900, -895317600, 0),
(48154, 2540, 230, 'Rock City', 424103640, -894744530, 0),
(48155, 2540, 230, 'Rock Falls', 417797500, -896890000, 0),
(48156, 2540, 230, 'Rock Island', 415094800, -905787500, 0),
(48157, 2540, 230, 'Rockdale', 415061400, -881145000, 0),
(48158, 2540, 230, 'Rockford', 422711300, -890940000, 0),
(48159, 2540, 230, 'Rockton', 424525200, -890723300, 0),
(48160, 2540, 230, 'Rolling Meadows', 420782040, -880286950, 0),
(48161, 2540, 230, 'Rome', 408821620, -895009490, 0),
(48162, 2540, 230, 'Romeoville', 416475300, -880895100, 0),
(48163, 2540, 230, 'Roodhouse', 394839400, -903715100, 0),
(48164, 2540, 230, 'Roscoe', 424133500, -890092700, 0),
(48165, 2540, 230, 'Roselle', 419847500, -880797900, 0),
(48166, 2540, 230, 'Rosemont', 419953100, -878845100, 0),
(48167, 2540, 230, 'Roseville', 406677780, -906547220, 0),
(48168, 2540, 230, 'Rosewood Heights', 388878300, -900848300, 0),
(48169, 2540, 230, 'Rossville', 403792000, -876686300, 0),
(48170, 2540, 230, 'Round Lake', 423517800, -880924800, 0),
(48171, 2540, 230, 'Round Lake Beach', 423716900, -880900800, 0),
(48172, 2540, 230, 'Round Lake Park', 423569700, -880767500, 0),
(48173, 2540, 230, 'Roxana', 388483800, -900762200, 0),
(48174, 2540, 230, 'Rushville', 401211600, -905631800, 0),
(48175, 2540, 230, 'Sadorus', 399663900, -883452800, 0),
(48176, 2540, 230, 'Saint Anne', 410250300, -877139200, 0),
(48177, 2540, 230, 'Saint Charles', 419212640, -883038170, 0),
(48178, 2540, 230, 'Saint Elmo', 390272700, -888481100, 0),
(48179, 2540, 230, 'Saint Jacob', 387139400, -897681500, 0),
(48180, 2540, 230, 'Saint Joseph', 401117000, -880417000, 0),
(48181, 2540, 230, 'Saint Libory', 383625000, -897097200, 0),
(48182, 2540, 230, 'Salem', 386269900, -889456200, 0),
(48183, 2540, 230, 'Sandoval', 386156000, -891142300, 0),
(48184, 2540, 230, 'Sandwich', 416458600, -886217400, 0),
(48185, 2540, 230, 'Sauk Village', 414883700, -875675400, 0),
(48186, 2540, 230, 'Savanna', 420944700, -901567900, 0),
(48187, 2540, 230, 'Savoy', 400655960, -882519750, 0),
(48188, 2540, 230, 'Schaumburg', 420333600, -880834100, 0),
(48189, 2540, 230, 'Schiller Park', 419558600, -878709000, 0),
(48190, 2540, 230, 'Scott Air Force Base', 385423200, -898575600, 0),
(48191, 2540, 230, 'Seneca', 413111400, -886097900, 0),
(48192, 2540, 230, 'Sesser', 380917200, -890503500, 0),
(48193, 2540, 230, 'Shannon', 421519400, -897402800, 0),
(48194, 2540, 230, 'Sheffield', 413546720, -897356460, 0),
(48195, 2540, 230, 'Shelbyville', 394064300, -887900700, 0),
(48196, 2540, 230, 'Sheridan', 415300300, -886798000, 0),
(48197, 2540, 230, 'Sherman', 398936600, -896048200, 0),
(48198, 2540, 230, 'Sherrard', 413112780, -904940600, 0),
(48199, 2540, 230, 'Shiloh', 385628340, -898966540, 0),
(48200, 2540, 230, 'Shipman', 391183300, -900436100, 0),
(48201, 2540, 230, 'Shirley', 404207100, -890943400, 0),
(48202, 2540, 230, 'Shorewood', 415199000, -882016000, 0),
(48203, 2540, 230, 'Sidney', 400250300, -880733700, 0),
(48204, 2540, 230, 'Silvis', 415122600, -904151300, 0),
(48205, 2540, 230, 'Simpson', 374680600, -887563900, 0),
(48206, 2540, 230, 'Skokie', 420332600, -877579940, 0),
(48207, 2540, 230, 'Sleepy Hollow', 420941900, -883025800, 0),
(48208, 2540, 230, 'Smithfield', 404946000, -902906500, 0),
(48209, 2540, 230, 'Smithton', 384086600, -899920500, 0),
(48210, 2540, 230, 'Somonauk', 416336400, -886811900, 0),
(48211, 2540, 230, 'Sorento', 389773200, -896001000, 0),
(48212, 2540, 230, 'South Barrington', 420914200, -881217400, 0),
(48213, 2540, 230, 'South Beloit', 424771800, -889716600, 0),
(48214, 2540, 230, 'South Chicago Heights', 414808700, -876378200, 0),
(48215, 2540, 230, 'South Elgin', 419941900, -882923000, 0),
(48216, 2540, 230, 'South Holland', 415983450, -875987680, 0),
(48217, 2540, 230, 'South Pekin', 404944800, -896517700, 0),
(48218, 2540, 230, 'South Roxana', 388294900, -900628800, 0),
(48219, 2540, 230, 'South Wilmington', 411733300, -882763900, 0),
(48220, 2540, 230, 'Sparland', 410297200, -894394400, 0),
(48221, 2540, 230, 'Sparta', 381515400, -897231600, 0),
(48222, 2540, 230, 'Spring Grove', 424436300, -882364800, 0),
(48223, 2540, 230, 'Spring Valley', 413275400, -891998100, 0),
(48224, 2540, 230, 'Springfield', 398017200, -896437100, 0),
(48225, 2540, 230, 'Stanford', 404338900, -892222200, 0),
(48226, 2540, 230, 'Staunton', 390122700, -897912100, 0),
(48227, 2540, 230, 'Steeleville', 380072700, -896584300, 0),
(48228, 2540, 230, 'Steger', 414700300, -876364300, 0),
(48229, 2540, 230, 'Sterling', 418149960, -897164540, 0),
(48230, 2540, 230, 'Steward', 418486100, -890205600, 0),
(48231, 2540, 230, 'Stewardson', 392630600, -886288900, 0),
(48232, 2540, 230, 'Stickney', 418214200, -877828300, 0),
(48233, 2540, 230, 'Stillman Valley', 421072500, -891792700, 0),
(48234, 2540, 230, 'Stockton', 423497400, -900067900, 0),
(48235, 2540, 230, 'Stone Park', 419055900, -878836700, 0),
(48236, 2540, 230, 'Stonefort', 376377260, -887390890, 0),
(48237, 2540, 230, 'Strawn', 406527800, -883975000, 0),
(48238, 2540, 230, 'Streamwood', 420255800, -881784100, 0),
(48239, 2540, 230, 'Streator', 411732600, -888225600, 0),
(48240, 2540, 230, 'Stronghurst', 407447200, -909088900, 0),
(48241, 2540, 230, 'Sublette', 416287250, -892557080, 0),
(48242, 2540, 230, 'Sugar Grove', 417715560, -884585610, 0),
(48243, 2540, 230, 'Sullivan', 395947200, -886096200, 0),
(48244, 2540, 230, 'Summit', 417880900, -878103300, 0),
(48245, 2540, 230, 'Summit Argo', 417886100, -878138900, 0),
(48246, 2540, 230, 'Sumner', 387169900, -878614200, 0),
(48247, 2540, 230, 'Sutter', 402927800, -913857890, 0),
(48248, 2540, 230, 'Swansea', 385339400, -899889900, 0),
(48249, 2540, 230, 'Sycamore', 419889200, -886867500, 0),
(48250, 2540, 230, 'Tallula', 399441700, -899375000, 0),
(48251, 2540, 230, 'Tamms', 372348440, -892670200, 0),
(48252, 2540, 230, 'Tampico', 416375400, -897859800, 0),
(48253, 2540, 230, 'Taylor Ridge', 413866700, -906680600, 0),
(48254, 2540, 230, 'Taylor Springs', 391316700, -894916700, 0),
(48255, 2540, 230, 'Taylorville', 395489400, -892945300, 0),
(48256, 2540, 230, 'Techny', 421097410, -878074860, 0),
(48257, 2540, 230, 'Tennessee', 404122200, -908375000, 0),
(48258, 2540, 230, 'Texico', 384679910, -887553360, 0),
(48259, 2540, 230, 'Thawville', 406758300, -881161100, 0),
(48260, 2540, 230, 'Thayer', 395391700, -897611100, 0),
(48261, 2540, 230, 'Third Lake', 423739100, -880109100, 0),
(48262, 2540, 230, 'Thompsonville', 379165310, -887602030, 0),
(48263, 2540, 230, 'Thornton', 415680900, -876081000, 0),
(48264, 2540, 230, 'Tilden', 382119000, -896824800, 0),
(48265, 2540, 230, 'Tilton', 400953100, -876475200, 0),
(48266, 2540, 230, 'Tinley Park', 415674000, -877926600, 0),
(48267, 2540, 230, 'Tiskilwa', 412916700, -895063900, 0),
(48268, 2540, 230, 'Toledo', 392736500, -882436500, 0),
(48269, 2540, 230, 'Tolono', 399861400, -882589400, 0),
(48270, 2540, 230, 'Toluca', 410051490, -891305140, 0),
(48271, 2540, 230, 'Tonica', 412288200, -891108600, 0),
(48272, 2540, 230, 'Toulon', 410936500, -898648300, 0),
(48273, 2540, 230, 'Tovey', 395886100, -894494400, 0),
(48274, 2540, 230, 'Towanda', 405633830, -888980620, 0),
(48275, 2540, 230, 'Tremont', 405275400, -894926000, 0),
(48276, 2540, 230, 'Trenton', 386061760, -896815790, 0),
(48277, 2540, 230, 'Troy', 387061000, -898736000, 0),
(48278, 2540, 230, 'Troy Grove', 414676800, -890830200, 0),
(48279, 2540, 230, 'Tuscola', 397993720, -882820650, 0),
(48280, 2540, 230, 'Ullin', 372682320, -891791420, 0),
(48281, 2540, 230, 'Union', 422233770, -885269040, 0),
(48282, 2540, 230, 'Union Hill', 411092960, -881454580, 0),
(48283, 2540, 230, 'University Park', 415922600, -876853300, 0),
(48284, 2540, 230, 'Upper Alton', 389114400, -901506600, 0),
(48285, 2540, 230, 'Urbana', 401110240, -881970630, 0),
(48286, 2540, 230, 'Ursa', 400798140, -914119850, 0),
(48287, 2540, 230, 'Utica', 413848620, -889981060, 0),
(48288, 2540, 230, 'Valier', 380158300, -890411100, 0),
(48289, 2540, 230, 'Valmeyer', 383056100, -902765100, 0),
(48290, 2540, 230, 'Vandalia', 389606000, -890936800, 0),
(48291, 2540, 230, 'Varna', 410366700, -892247200, 0),
(48292, 2540, 230, 'Venetian Village', 423986300, -880525800, 0),
(48293, 2540, 230, 'Venice', 386722700, -901698300, 0),
(48294, 2540, 230, 'Vergennes', 379069020, -893195230, 0),
(48295, 2540, 230, 'Vermilion', 395811000, -875887800, 0),
(48296, 2540, 230, 'Vermont', 402955750, -904275940, 0),
(48297, 2540, 230, 'Vernon Hills', 422326900, -879719740, 0),
(48298, 2540, 230, 'Verona', 412271930, -885227810, 0),
(48299, 2540, 230, 'Versailles', 398838900, -906575000, 0),
(48300, 2540, 230, 'Victoria', 410334270, -900968890, 0),
(48301, 2540, 230, 'Vienna', 374153300, -888978400, 0),
(48302, 2540, 230, 'Villa Grove', 398628100, -881622700, 0),
(48303, 2540, 230, 'Villa Park', 418786800, -879798000, 0),
(48304, 2540, 230, 'Village of Campton Hills', 419366000, -883975000, 0),
(48305, 2540, 230, 'Viola', 412038900, -905847200, 0),
(48306, 2540, 230, 'Virden', 395021910, -897690160, 0),
(48307, 2540, 230, 'Virginia', 399511600, -902123400, 0),
(48308, 2540, 230, 'Volo', 423261300, -881678600, 0),
(48309, 2540, 230, 'Wadsworth', 424286300, -879239700, 0),
(48310, 2540, 230, 'Waggoner', 393769400, -896513900, 0),
(48311, 2540, 230, 'Walnut', 415567000, -895934300, 0),
(48312, 2540, 230, 'Waltonville', 382113900, -890416700, 0),
(48313, 2540, 230, 'Wapella', 402213900, -889627800, 0),
(48314, 2540, 230, 'Warren', 424964000, -899895700, 0),
(48315, 2540, 230, 'Warrensburg', 399328200, -890620300, 0),
(48316, 2540, 230, 'Warrenville', 418225510, -881836330, 0),
(48317, 2540, 230, 'Warsaw', 403592100, -914346000, 0),
(48318, 2540, 230, 'Wasco', 419380100, -884017400, 0),
(48319, 2540, 230, 'Washburn', 409192000, -892912000, 0),
(48320, 2540, 230, 'Washington', 407036500, -894073100, 0),
(48321, 2540, 230, 'Wataga', 410256490, -902750320, 0),
(48322, 2540, 230, 'Waterloo', 383358900, -901498300, 0),
(48323, 2540, 230, 'Waterman', 417717000, -887736900, 0),
(48324, 2540, 230, 'Watseka', 407761500, -877364200, 0),
(48325, 2540, 230, 'Watson', 390372380, -885709320, 0),
(48326, 2540, 230, 'Wauconda', 422589100, -881392500, 0),
(48327, 2540, 230, 'Waukegan', 423629870, -878625290, 0),
(48328, 2540, 230, 'Waverly', 395917200, -899528800, 0),
(48329, 2540, 230, 'Wayne', 419508600, -882423000, 0),
(48330, 2540, 230, 'Wayne City', 383453300, -885878300, 0),
(48331, 2540, 230, 'Waynesville', 402416700, -891250000, 0),
(48332, 2540, 230, 'Wenona', 410525300, -890503600, 0),
(48333, 2540, 230, 'West Chicago', 418847500, -882039600, 0),
(48334, 2540, 230, 'West Frankfort', 378978300, -889314600, 0),
(48335, 2540, 230, 'West Liberty', 389066730, -880996000, 0),
(48336, 2540, 230, 'West Peoria', 406925400, -896278800, 0),
(48337, 2540, 230, 'West Salem', 385211100, -880088900, 0),
(48338, 2540, 230, 'Westchester', 418505900, -878820000, 0),
(48339, 2540, 230, 'Western Springs', 418097500, -879006200, 0),
(48340, 2540, 230, 'Westmont', 417958600, -879756200, 0),
(48341, 2540, 230, 'Westville', 400422600, -876386300, 0),
(48342, 2540, 230, 'Wheaton', 418661400, -881070100, 0),
(48343, 2540, 230, 'Wheeling', 421337130, -879348880, 0),
(48344, 2540, 230, 'White Hall', 394369900, -904031800, 0),
(48345, 2540, 230, 'Williamsville', 399527930, -895434210, 0),
(48346, 2540, 230, 'Willisville', 379851130, -895604620, 0),
(48347, 2540, 230, 'Willow Springs', 417408700, -878603300, 0),
(48348, 2540, 230, 'Willowbrook', 418418200, -879510400, 0),
(48349, 2540, 230, 'Wilmette', 420722500, -877228400, 0),
(48350, 2540, 230, 'Wilmington', 413078100, -881467200, 0),
(48351, 2540, 230, 'Winchester', 396297700, -904562400, 0),
(48352, 2540, 230, 'Windsor', 394408700, -885947800, 0),
(48353, 2540, 230, 'Winfield', 418617000, -881609000, 0),
(48354, 2540, 230, 'Winnebago', 422661300, -892412200, 0),
(48355, 2540, 230, 'Winnetka', 421080800, -877359000, 0),
(48356, 2540, 230, 'Winthrop Harbor', 424789100, -878236800, 0),
(48357, 2540, 230, 'Witt', 392544400, -893511100, 0),
(48358, 2540, 230, 'Wonder Lake', 423853000, -883473100, 0),
(48359, 2540, 230, 'Wood Dale', 419598950, -879782300, 0),
(48360, 2540, 230, 'Wood River', 388643960, -900889380, 0),
(48361, 2540, 230, 'Woodhull', 411786100, -903219400, 0),
(48362, 2540, 230, 'Woodlawn', 383871910, -890896090, 0),
(48363, 2540, 230, 'Woodridge', 417542400, -880610400, 0),
(48364, 2540, 230, 'Woodstock', 423204470, -884471910, 0),
(48365, 2540, 230, 'Woosung', 419059100, -895433900, 0),
(48366, 2540, 230, 'Worden', 389314400, -898389900, 0),
(48367, 2540, 230, 'Worth', 416897500, -877972800, 0),
(48368, 2540, 230, 'Wyanet', 413613900, -895827800, 0),
(48369, 2540, 230, 'Xenia', 386375000, -886375000, 0),
(48370, 2540, 230, 'Yates City', 407848900, -900437300, 0),
(48371, 2540, 230, 'Yorkville', 416411400, -884472900, 0),
(48372, 2540, 230, 'Zion', 424461300, -878328500, 0),
(48373, 2541, 230, 'Aberdeen', 414389300, -871114200, 0),
(48374, 2541, 230, 'Akron', 410383800, -860280500, 0),
(48375, 2541, 230, 'Alamo', 399836100, -870550000, 0),
(48376, 2541, 230, 'Albion', 413956000, -854244200, 0),
(48377, 2541, 230, 'Alexandria', 402628200, -856758100, 0),
(48378, 2541, 230, 'Amboy', 406027800, -859286100, 0),
(48379, 2541, 230, 'Anderson', 401053200, -856802500, 0),
(48380, 2541, 230, 'Andrews', 408625400, -856016500, 0),
(48381, 2541, 230, 'Angola', 416671800, -849896400, 0),
(48382, 2541, 230, 'Arcadia', 401758700, -860216500, 0),
(48383, 2541, 230, 'Arcola', 411036260, -852921840, 0),
(48384, 2541, 230, 'Argos', 412378000, -862146500, 0),
(48385, 2541, 230, 'Atlanta', 401621400, -859356000, 0),
(48386, 2541, 230, 'Attica', 402942000, -872489000, 0),
(48387, 2541, 230, 'Auburn', 413684360, -850482890, 0),
(48388, 2541, 230, 'Aurora', 390570000, -849013400, 0),
(48389, 2541, 230, 'Austin', 387583900, -858080300, 0),
(48390, 2541, 230, 'Avoca', 389119400, -865477800, 0),
(48391, 2541, 230, 'Avon', 397628200, -863997200, 0),
(48392, 2541, 230, 'Bainbridge', 397607540, -868154180, 0),
(48393, 2541, 230, 'Bargersville', 395055000, -861979000, 0),
(48394, 2541, 230, 'Batesville', 393000500, -852221800, 0),
(48395, 2541, 230, 'Battle Ground', 405083700, -868416800, 0),
(48396, 2541, 230, 'Bedford', 388614540, -864905470, 0),
(48397, 2541, 230, 'Beech Grove', 397219900, -860899800, 0),
(48398, 2541, 230, 'Bennington', 388728330, -850784010, 0),
(48399, 2541, 230, 'Berne', 406578200, -849519100, 0),
(48400, 2541, 230, 'Bicknell', 387742100, -873077900, 0),
(48401, 2541, 230, 'Birdseye', 383158300, -866952800, 0),
(48402, 2541, 230, 'Bloomfield', 390269900, -869375100, 0),
(48403, 2541, 230, 'Bloomingdale', 398416200, -872590200, 0),
(48404, 2541, 230, 'Bloomington', 391653200, -865263900, 0),
(48405, 2541, 230, 'Bluffton', 407187600, -851948400, 0),
(48406, 2541, 230, 'Boggstown', 395629000, -859206000, 0),
(48407, 2541, 230, 'Boone Grove', 413550000, -871288900, 0),
(48408, 2541, 230, 'Boonville', 380492100, -872741700, 0),
(48409, 2541, 230, 'Borden', 384705600, -859469400, 0),
(48410, 2541, 230, 'Boswell', 405183300, -873813900, 0),
(48411, 2541, 230, 'Bourbon', 412956000, -861163900, 0),
(48412, 2541, 230, 'Bowling Green', 394748070, -871051880, 0),
(48413, 2541, 230, 'Brazil', 395251200, -871692000, 0),
(48414, 2541, 230, 'Bremen', 414348500, -861734210, 0),
(48415, 2541, 230, 'Bright', 392183900, -848560600, 0),
(48416, 2541, 230, 'Brimfield', 414541700, -853980600, 0),
(48417, 2541, 230, 'Bristol', 417214400, -858174900, 0),
(48418, 2541, 230, 'Bristow', 381699000, -867217800, 0),
(48419, 2541, 230, 'Brook', 408668830, -873648770, 0),
(48420, 2541, 230, 'Brookston', 406028100, -868672300, 0),
(48421, 2541, 230, 'Brookville', 394160400, -849811800, 0),
(48422, 2541, 230, 'Brownsburg', 398433800, -863977700, 0),
(48423, 2541, 230, 'Brownstown', 388789400, -860419200, 0),
(48424, 2541, 230, 'Bruceville', 387569400, -874150000, 0),
(48425, 2541, 230, 'Bryant', 405343270, -849628970, 0),
(48426, 2541, 230, 'Buffalo', 408818500, -867446100, 0),
(48427, 2541, 230, 'Bunker Hill', 406591700, -861016700, 0),
(48428, 2541, 230, 'Burlington', 404802000, -863947200, 0),
(48429, 2541, 230, 'Burnettsville', 407608300, -865941700, 0),
(48430, 2541, 230, 'Butler', 414297700, -848713500, 0),
(48431, 2541, 230, 'Butlerville', 390344400, -855127800, 0),
(48432, 2541, 230, 'Cambridge City', 398125500, -851716300, 0),
(48433, 2541, 230, 'Camby', 396955600, -862616700, 0),
(48434, 2541, 230, 'Camden', 406091700, -865386100, 0),
(48435, 2541, 230, 'Campbellsburg', 386500000, -862600000, 0),
(48436, 2541, 230, 'Carlisle', 389622200, -874005600, 0),
(48437, 2541, 230, 'Carmel', 399673000, -861602000, 0),
(48438, 2541, 230, 'Cayuga', 399495730, -874637650, 0),
(48439, 2541, 230, 'Cedar Grove', 393563900, -849369400, 0),
(48440, 2541, 230, 'Cedar Lake', 413647600, -874411500, 0),
(48441, 2541, 230, 'Centerville', 398178200, -849963500, 0),
(48442, 2541, 230, 'Chalmers', 406625000, -868675000, 0),
(48443, 2541, 230, 'Chandler', 380417100, -873680600, 0),
(48444, 2541, 230, 'Charlestown', 384531200, -856702400, 0),
(48445, 2541, 230, 'Chesterfield', 401125400, -855969200, 0),
(48446, 2541, 230, 'Chesterton', 416181200, -870279300, 0),
(48447, 2541, 230, 'Chrisney', 380136100, -870355600, 0),
(48448, 2541, 230, 'Churubusco', 412306000, -853194200, 0),
(48449, 2541, 230, 'Cicero', 401239300, -860133200, 0),
(48450, 2541, 230, 'Clarksville', 382967400, -857599600, 0),
(48451, 2541, 230, 'Clay City', 392769400, -871119400, 0),
(48452, 2541, 230, 'Claypool', 411288900, -858808300, 0),
(48453, 2541, 230, 'Clayton', 396894400, -865227800, 0),
(48454, 2541, 230, 'Clear Creek', 390935300, -864655640, 0),
(48455, 2541, 230, 'Clermont', 398097700, -863224900, 0),
(48456, 2541, 230, 'Clifford', 392820250, -858689330, 0),
(48457, 2541, 230, 'Clinton', 396569800, -873980700, 0),
(48458, 2541, 230, 'Cloverdale', 395147700, -867939000, 0),
(48459, 2541, 230, 'Coatesville', 396875000, -866691700, 0),
(48460, 2541, 230, 'Columbia City', 411572700, -854883100, 0),
(48461, 2541, 230, 'Columbus', 392008420, -859324300, 0),
(48462, 2541, 230, 'Commiskey', 388594400, -856455600, 0),
(48463, 2541, 230, 'Connersville', 396411600, -851410700, 0),
(48464, 2541, 230, 'Converse', 405775400, -858733200, 0),
(48465, 2541, 230, 'Corunna', 414366700, -851461100, 0),
(48466, 2541, 230, 'Corydon', 382120100, -861219200, 0),
(48467, 2541, 230, 'Country Squire Lakes', 390347800, -856985800, 0),
(48468, 2541, 230, 'Covington', 401417000, -873947400, 0),
(48469, 2541, 230, 'Craigville', 407783300, -850908300, 0),
(48470, 2541, 230, 'Crane', 388927800, -869013900, 0),
(48471, 2541, 230, 'Crawfordsville', 400305510, -869067530, 0),
(48472, 2541, 230, 'Cromwell', 414029950, -856663110, 0),
(48473, 2541, 230, 'Crothersville', 388006100, -858416400, 0),
(48474, 2541, 230, 'Crown Point', 414169800, -873653100, 0),
(48475, 2541, 230, 'Culver', 412189300, -864230600, 0),
(48476, 2541, 230, 'Cumberland', 397761500, -859572000, 0),
(48477, 2541, 230, 'Cynthiana', 381682870, -876931530, 0),
(48478, 2541, 230, 'Dale', 400167100, -864000000, 0),
(48479, 2541, 230, 'Daleville', 401235470, -855481580, 0),
(48480, 2541, 230, 'Danville', 397707000, -865422000, 0),
(48481, 2541, 230, 'Darlington', 401372300, -867575600, 0),
(48482, 2541, 230, 'Darmstadt', 380992100, -875789100, 0),
(48483, 2541, 230, 'DeMotte', 411950400, -871986400, 0),
(48484, 2541, 230, 'Decatur', 408306000, -849291300, 0),
(48485, 2541, 230, 'Delphi', 405875400, -866750100, 0),
(48486, 2541, 230, 'Denver', 408903760, -860529420, 0),
(48487, 2541, 230, 'Depauw', 383388280, -862668610, 0),
(48488, 2541, 230, 'Deputy', 387815640, -856267320, 0),
(48489, 2541, 230, 'Dillsboro', 390178300, -850588400, 0),
(48490, 2541, 230, 'Donaldson', 413605790, -864436690, 0),
(48491, 2541, 230, 'Dubois', 383600000, -868800000, 0),
(48492, 2541, 230, 'Dugger', 390708300, -872600000, 0),
(48493, 2541, 230, 'Dunkirk', 403753200, -852094100, 0),
(48494, 2541, 230, 'Dunlap', 416378300, -859216600, 0),
(48495, 2541, 230, 'Dyer', 414942000, -875217100, 0),
(48496, 2541, 230, 'Earl Park', 406844400, -874158300, 0),
(48497, 2541, 230, 'East Chicago', 416392000, -874547600, 0),
(48498, 2541, 230, 'Eaton', 403403200, -853508000, 0),
(48499, 2541, 230, 'Eckerty', 383202800, -866119400, 0),
(48500, 2541, 230, 'Edgewood', 401033700, -857341400, 0),
(48501, 2541, 230, 'Edinburgh', 393542200, -859666600, 0),
(48502, 2541, 230, 'Edwardsport', 388113900, -872516700, 0),
(48503, 2541, 230, 'Elizabeth', 381138890, -860537920, 0),
(48504, 2541, 230, 'Elizabethtown', 391347200, -858125000, 0),
(48505, 2541, 230, 'Elkhart', 416819900, -859766700, 0),
(48506, 2541, 230, 'Ellettsville', 392339300, -866250000, 0),
(48507, 2541, 230, 'Elwood', 402769800, -858419200, 0),
(48508, 2541, 230, 'Eminence', 395213890, -866413890, 0),
(48509, 2541, 230, 'English', 383345000, -864641500, 0),
(48510, 2541, 230, 'Etna Green', 412775000, -860475000, 0),
(48511, 2541, 230, 'Evansville', 379701090, -874812680, 0),
(48512, 2541, 230, 'Fair Oaks', 410711370, -872088240, 0),
(48513, 2541, 230, 'Fairland', 395888900, -858619400, 0),
(48514, 2541, 230, 'Fairmount', 404153200, -856505300, 0),
(48515, 2541, 230, 'Fairview Park', 396803100, -874175200, 0),
(48516, 2541, 230, 'Farmland', 401878200, -851274700, 0),
(48517, 2541, 230, 'Ferdinand', 382264070, -868622260, 0),
(48518, 2541, 230, 'Fillmore', 396547800, -867451800, 0),
(48519, 2541, 230, 'Fishers', 399555900, -860138700, 0),
(48520, 2541, 230, 'Flora', 405472600, -865244400, 0),
(48521, 2541, 230, 'Florence', 388217370, -849348640, 0),
(48522, 2541, 230, 'Floyds Knobs', 383244400, -858736100, 0),
(48523, 2541, 230, 'Forest', 403748710, -863120680, 0),
(48524, 2541, 230, 'Fort Branch', 382511600, -875811300, 0),
(48525, 2541, 230, 'Fort Wayne', 410979960, -851695610, 0),
(48526, 2541, 230, 'Fortville', 399322600, -858480400, 0),
(48527, 2541, 230, 'Fountaintown', 396954500, -857813440, 0),
(48528, 2541, 230, 'Fowler', 406167000, -873208500, 0),
(48529, 2541, 230, 'Francesville', 409853020, -868824310, 0),
(48530, 2541, 230, 'Francisco', 383333330, -874472200, 0),
(48531, 2541, 230, 'Frankfort', 402646200, -865284600, 0),
(48532, 2541, 230, 'Franklin', 394806100, -860549900, 0),
(48533, 2541, 230, 'Frankton', 402228200, -857788700, 0),
(48534, 2541, 230, 'Freelandville', 388517210, -874150870, 0),
(48535, 2541, 230, 'Freetown', 389730600, -861294400, 0),
(48536, 2541, 230, 'Fremont', 417219000, -849202200, 0),
(48537, 2541, 230, 'French Lick', 385489400, -866199900, 0),
(48538, 2541, 230, 'Galveston', 405789300, -861902700, 0),
(48539, 2541, 230, 'Garrett', 413494900, -851355300, 0),
(48540, 2541, 230, 'Gary', 415933700, -873464300, 0),
(48541, 2541, 230, 'Gas City', 404882120, -856065070, 0),
(48542, 2541, 230, 'Gaston', 403136100, -855008300, 0),
(48543, 2541, 230, 'Geneva', 405919900, -849571900, 0),
(48544, 2541, 230, 'Georgetown', 417294900, -862283400, 0),
(48545, 2541, 230, 'Goldsmith', 402894440, -861491670, 0),
(48546, 2541, 230, 'Goodland', 407633700, -872936300, 0),
(48547, 2541, 230, 'Goshen', 415822700, -858344400, 0),
(48548, 2541, 230, 'Gosport', 393497200, -866655600, 0),
(48549, 2541, 230, 'Grabill', 412108800, -849669100, 0),
(48550, 2541, 230, 'Grandview', 379355600, -869847200, 0),
(48551, 2541, 230, 'Granger', 417481300, -861256900, 0),
(48552, 2541, 230, 'Greencastle', 396444900, -868647300, 0),
(48553, 2541, 230, 'Greendale', 391125600, -848641200, 0),
(48554, 2541, 230, 'Greenfield', 397948960, -857921900, 0),
(48555, 2541, 230, 'Greens Fork', 398913900, -850422200, 0),
(48556, 2541, 230, 'Greensburg', 393372700, -854835800, 0),
(48557, 2541, 230, 'Greentown', 404780900, -859666500, 0),
(48558, 2541, 230, 'Greenville', 383727800, -859886100, 0),
(48559, 2541, 230, 'Greenwood', 396136600, -861066500, 0),
(48560, 2541, 230, 'Griffith', 415283700, -874236500, 0),
(48561, 2541, 230, 'Grissom Arb', 406736730, -861574730, 0),
(48562, 2541, 230, 'Grovertown', 413750000, -865047200, 0),
(48563, 2541, 230, 'Guilford', 392067740, -849519800, 0),
(48564, 2541, 230, 'Gulivoire Park', 416133800, -862452800, 0),
(48565, 2541, 230, 'Hagerstown', 399111600, -851616300, 0),
(48566, 2541, 230, 'Hamilton', 415336600, -849127400, 0),
(48567, 2541, 230, 'Hamlet', 413816700, -865847200, 0),
(48568, 2541, 230, 'Hammond', 416149020, -875055880, 0),
(48569, 2541, 230, 'Hanover', 387156380, -854717690, 0),
(48570, 2541, 230, 'Hardinsburg', 384644280, -863225470, 0),
(48571, 2541, 230, 'Harrodsburg', 390117450, -865439800, 0),
(48572, 2541, 230, 'Hartford City', 404511500, -853699700, 0),
(48573, 2541, 230, 'Hatfield', 379119290, -872008750, 0),
(48574, 2541, 230, 'Haubstadt', 382050400, -875741900, 0),
(48575, 2541, 230, 'Hazleton', 384888900, -875416700, 0),
(48576, 2541, 230, 'Hebron', 413186500, -872003100, 0),
(48577, 2541, 230, 'Heltonville', 390063170, -864377080, 0),
(48578, 2541, 230, 'Hidden Valley', 391622800, -848430100, 0),
(48579, 2541, 230, 'Highland', 415458600, -874562400, 0),
(48580, 2541, 230, 'Hillsboro', 401086100, -871591700, 0),
(48581, 2541, 230, 'Hillsdale', 397858300, -873902800, 0),
(48582, 2541, 230, 'Hobart', 415322600, -872550400, 0),
(48583, 2541, 230, 'Hobbs', 402835800, -859474800, 0),
(48584, 2541, 230, 'Holland', 382458300, -870383300, 0),
(48585, 2541, 230, 'Holton', 390763900, -853852800, 0),
(48586, 2541, 230, 'Hope', 393039400, -857713700, 0),
(48587, 2541, 230, 'Howe', 417168600, -854138400, 0),
(48588, 2541, 230, 'Hudson', 415311110, -851702780, 0),
(48589, 2541, 230, 'Huntertown', 412283800, -851724700, 0),
(48590, 2541, 230, 'Huntingburg', 382989400, -869550000, 0),
(48591, 2541, 230, 'Huntington', 408831000, -854974800, 0),
(48592, 2541, 230, 'Hymera', 391855600, -873000000, 0),
(48593, 2541, 230, 'Idaville', 407569400, -866494400, 0),
(48594, 2541, 230, 'Indian Heights', 404272600, -861255500, 0),
(48595, 2541, 230, 'Indianapolis', 397683800, -861580400, 0),
(48596, 2541, 230, 'Ingalls', 399569900, -858052600, 0),
(48597, 2541, 230, 'Inglefield', 381079800, -875587800, 0),
(48598, 2541, 230, 'Jamestown', 399741000, -866379000, 0),
(48599, 2541, 230, 'Jasonville', 391631000, -871991800, 0),
(48600, 2541, 230, 'Jasper', 383912400, -869576500, 0),
(48601, 2541, 230, 'Jeffersonville', 382775700, -857371800, 0),
(48602, 2541, 230, 'Kendallville', 414452220, -852611050, 0),
(48603, 2541, 230, 'Kentland', 407703200, -874453000, 0),
(48604, 2541, 230, 'Kingsford Heights', 414806000, -866916900, 0),
(48605, 2541, 230, 'Kirklin', 401938900, -863600000, 0),
(48606, 2541, 230, 'Knightstown', 397968420, -855274210, 0),
(48607, 2541, 230, 'Knox', 412958800, -866250100, 0),
(48608, 2541, 230, 'Kokomo', 404864300, -861336000, 0),
(48609, 2541, 230, 'La Fontaine', 406730600, -857216700, 0),
(48610, 2541, 230, 'Laconia', 380322200, -860852800, 0),
(48611, 2541, 230, 'Lafayette', 404167000, -868752900, 0),
(48612, 2541, 230, 'Lagrange', 416417200, -854166500, 0),
(48613, 2541, 230, 'Lagro', 408373140, -857277780, 0),
(48614, 2541, 230, 'Lake Station', 415750400, -872389200, 0),
(48615, 2541, 230, 'Lake Village', 411361100, -874494400, 0),
(48616, 2541, 230, 'Lakes of the Four Seasons', 414103200, -872130900, 0),
(48617, 2541, 230, 'Lanesville', 382386100, -859855600, 0),
(48618, 2541, 230, 'Laotto', 412920730, -852000690, 0),
(48619, 2541, 230, 'Lapaz', 414577800, -863088900, 0),
(48620, 2541, 230, 'Lapel', 400683700, -858483100, 0),
(48621, 2541, 230, 'Laporte', 416164140, -867322840, 0),
(48622, 2541, 230, 'Larwill', 411788890, -856244440, 0),
(48623, 2541, 230, 'Laurel', 395008300, -851869400, 0),
(48624, 2541, 230, 'Lawrence', 398386500, -860252600, 0),
(48625, 2541, 230, 'Lawrenceburg', 390908900, -848499500, 0),
(48626, 2541, 230, 'LeRoy', 413620260, -872693240, 0),
(48627, 2541, 230, 'Leavenworth', 382108690, -863653370, 0),
(48628, 2541, 230, 'Lebanon', 400538910, -864685580, 0),
(48629, 2541, 230, 'Leesburg', 413305600, -858502800, 0),
(48630, 2541, 230, 'Leo', 412261230, -850309190, 0),
(48631, 2541, 230, 'Leo-Cedarville', 412125500, -850166400, 0),
(48632, 2541, 230, 'Lewisville', 398072200, -853516700, 0),
(48633, 2541, 230, 'Lexington', 386544400, -856452800, 0),
(48634, 2541, 230, 'Liberty', 396356000, -849310700, 0),
(48635, 2541, 230, 'Liberty Center', 407074790, -852890390, 0),
(48636, 2541, 230, 'Liberty Mills', 410336100, -857358300, 0),
(48637, 2541, 230, 'Ligonier', 414641510, -855906680, 0),
(48638, 2541, 230, 'Linden', 401890400, -869023520, 0),
(48639, 2541, 230, 'Linton', 390347700, -871658500, 0),
(48640, 2541, 230, 'Lizton', 398864720, -865435620, 0),
(48641, 2541, 230, 'Logansport', 407544800, -863566700, 0),
(48642, 2541, 230, 'Long Beach', 417389300, -868569700, 0),
(48643, 2541, 230, 'Loogootee', 386769900, -869141700, 0),
(48644, 2541, 230, 'Lowell', 412914200, -874205900, 0),
(48645, 2541, 230, 'Lynn', 400497700, -849396900, 0),
(48646, 2541, 230, 'Lyons', 389906800, -870822200, 0),
(48647, 2541, 230, 'Madison', 387358900, -853799600, 0),
(48648, 2541, 230, 'Manilla', 395758720, -856377340, 0),
(48649, 2541, 230, 'Marengo', 383705600, -863433300, 0),
(48650, 2541, 230, 'Marion', 405312170, -856568910, 0),
(48651, 2541, 230, 'Markle', 408246200, -853388400, 0),
(48652, 2541, 230, 'Markleville', 399824000, -856117000, 0),
(48653, 2541, 230, 'Marshall', 398466700, -871872200, 0),
(48654, 2541, 230, 'Martinsville', 394278300, -864283300, 0),
(48655, 2541, 230, 'Marysville', 385855600, -856436100, 0),
(48656, 2541, 230, 'Mauckport', 380923990, -861921540, 0),
(48657, 2541, 230, 'McCordsville', 399081000, -859227600, 0),
(48658, 2541, 230, 'Medaryville', 410787560, -868886340, 0),
(48659, 2541, 230, 'Medora', 388247200, -861705600, 0),
(48660, 2541, 230, 'Melody Hill', 380261500, -875158500, 0),
(48661, 2541, 230, 'Memphis', 384872200, -857641700, 0),
(48662, 2541, 230, 'Mentone', 411733800, -860347200, 0),
(48663, 2541, 230, 'Meridian Hills', 398900400, -861572100, 0),
(48664, 2541, 230, 'Merrillville', 414721200, -873787800, 0),
(48665, 2541, 230, 'Metamora', 394497200, -851394400, 0),
(48666, 2541, 230, 'Miami', 406141670, -861063890, 0),
(48667, 2541, 230, 'Michigan City', 417075400, -868950300, 0),
(48668, 2541, 230, 'Middlebury', 416753300, -857061000, 0),
(48669, 2541, 230, 'Middletown', 400572700, -855372000, 0),
(48670, 2541, 230, 'Milan', 391211700, -851313500, 0),
(48671, 2541, 230, 'Milford', 414097700, -858455500, 0),
(48672, 2541, 230, 'Mill Creek', 415957680, -865502180, 0),
(48673, 2541, 230, 'Millersburg', 415204600, -856961860, 0),
(48674, 2541, 230, 'Milltown', 383415790, -862674360, 0),
(48675, 2541, 230, 'Milroy', 395002440, -854690370, 0),
(48676, 2541, 230, 'Mishawaka', 416819980, -861618120, 0),
(48677, 2541, 230, 'Mitchell', 387328300, -864736000, 0),
(48678, 2541, 230, 'Monon', 408641080, -868788090, 0),
(48679, 2541, 230, 'Monrovia', 395789400, -864822200, 0),
(48680, 2541, 230, 'Monterey', 411281170, -865252130, 0),
(48681, 2541, 230, 'Montgomery', 386235820, -870452550, 0),
(48682, 2541, 230, 'Monticello', 407453200, -867647300, 0),
(48683, 2541, 230, 'Montmorenci', 404738790, -870288640, 0),
(48684, 2541, 230, 'Montpelier', 405539300, -852774700, 0),
(48685, 2541, 230, 'Moores Hill', 391125000, -850886100, 0),
(48686, 2541, 230, 'Mooresville', 396128200, -863741600, 0),
(48687, 2541, 230, 'Morgantown', 393800930, -862645930, 0),
(48688, 2541, 230, 'Morocco', 409461500, -874533600, 0),
(48689, 2541, 230, 'Morristown', 396733800, -856985900, 0),
(48690, 2541, 230, 'Mount Saint Francis', 383197550, -859119470, 0),
(48691, 2541, 230, 'Mount Vernon', 379446600, -878659200, 0),
(48692, 2541, 230, 'Mulberry', 403732900, -866286100, 0),
(48693, 2541, 230, 'Muncie', 401933800, -853863600, 0),
(48694, 2541, 230, 'Munster', 415503600, -875025000, 0),
(48695, 2541, 230, 'Nabb', 385830150, -855363900, 0),
(48696, 2541, 230, 'Nappanee', 414428300, -860013900, 0),
(48697, 2541, 230, 'Nashville', 392072700, -862511000, 0),
(48698, 2541, 230, 'Needham', 395571000, -859572000, 0),
(48699, 2541, 230, 'New Albany', 382856200, -858241300, 0),
(48700, 2541, 230, 'New Carlisle', 417003200, -865094600, 0),
(48701, 2541, 230, 'New Castle', 399195600, -853402800, 0),
(48702, 2541, 230, 'New Goshen', 395109670, -874761560, 0),
(48703, 2541, 230, 'New Haven', 410706000, -850144100, 0),
(48704, 2541, 230, 'New Lisbon', 398630100, -852633800, 0),
(48705, 2541, 230, 'New Market', 399511200, -869193660, 0),
(48706, 2541, 230, 'New Palestine', 397219900, -858891500, 0),
(48707, 2541, 230, 'New Paris', 415003300, -858280500, 0),
(48708, 2541, 230, 'New Pekin', 385050600, -860169200, 0),
(48709, 2541, 230, 'New Richmond', 401934540, -869797190, 0),
(48710, 2541, 230, 'New Ross', 399644400, -867150000, 0),
(48711, 2541, 230, 'New Salisbury', 383023180, -860969920, 0),
(48712, 2541, 230, 'New Washington', 385625000, -855413900, 0),
(48713, 2541, 230, 'New Whiteland', 395581000, -860952600, 0),
(48714, 2541, 230, 'Newburgh', 379643400, -873541200, 0),
(48715, 2541, 230, 'Newport', 398842000, -874086300, 0),
(48716, 2541, 230, 'Nineveh', 393406000, -861028000, 0),
(48717, 2541, 230, 'Noblesville', 400455900, -860086000, 0),
(48718, 2541, 230, 'Norman', 389538600, -862206940, 0),
(48719, 2541, 230, 'North Judson', 412150400, -867758500, 0),
(48720, 2541, 230, 'North Liberty', 415342100, -864272300, 0),
(48721, 2541, 230, 'North Madison', 387678400, -853966200, 0),
(48722, 2541, 230, 'North Manchester', 410006000, -857686000, 0),
(48723, 2541, 230, 'North Salem', 398561000, -866456000, 0),
(48724, 2541, 230, 'North Terre Haute', 395278100, -873603000, 0),
(48725, 2541, 230, 'North Vernon', 390061600, -856235800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(48726, 2541, 230, 'North Webster', 413256000, -856977600, 0),
(48727, 2541, 230, 'Notre Dame', 417002780, -862386110, 0),
(48728, 2541, 230, 'Oak Park', 383056200, -856963500, 0),
(48729, 2541, 230, 'Oakland City', 383386600, -873450100, 0),
(48730, 2541, 230, 'Oaktown', 388713900, -874402800, 0),
(48731, 2541, 230, 'Oakville', 400791000, -853905000, 0),
(48732, 2541, 230, 'Odon', 388428300, -869914000, 0),
(48733, 2541, 230, 'Oldenburg', 393808410, -852413820, 0),
(48734, 2541, 230, 'Orleans', 386617200, -864516600, 0),
(48735, 2541, 230, 'Osceola', 416650500, -860758400, 0),
(48736, 2541, 230, 'Osgood', 391292200, -852916300, 0),
(48737, 2541, 230, 'Ossian', 408806000, -851663600, 0),
(48738, 2541, 230, 'Otisco', 385422200, -856672200, 0),
(48739, 2541, 230, 'Otterbein', 404905900, -870964000, 0),
(48740, 2541, 230, 'Owensburg', 389487850, -867571400, 0),
(48741, 2541, 230, 'Owensville', 382719900, -876878000, 0),
(48742, 2541, 230, 'Oxford', 405218040, -872486540, 0),
(48743, 2541, 230, 'Palmyra', 384069450, -860877470, 0),
(48744, 2541, 230, 'Paoli', 385561700, -864683200, 0),
(48745, 2541, 230, 'Paragon', 393950000, -865616700, 0),
(48746, 2541, 230, 'Paris Crossing', 388294400, -856480600, 0),
(48747, 2541, 230, 'Parker City', 401889300, -852041400, 0),
(48748, 2541, 230, 'Patriot', 388365000, -848436000, 0),
(48749, 2541, 230, 'Pekin', 384000720, -859946120, 0),
(48750, 2541, 230, 'Pendleton', 399975400, -857466400, 0),
(48751, 2541, 230, 'Pennville', 404933300, -851475000, 0),
(48752, 2541, 230, 'Perrysville', 400522200, -874352800, 0),
(48753, 2541, 230, 'Pershing', 398127990, -851371400, 0),
(48754, 2541, 230, 'Peru', 407536500, -860688800, 0),
(48755, 2541, 230, 'Petersburg', 384919900, -872786200, 0),
(48756, 2541, 230, 'Pierceton', 412003200, -857055400, 0),
(48757, 2541, 230, 'Pittsboro', 398639300, -864669400, 0),
(48758, 2541, 230, 'Plainfield', 397077520, -863938390, 0),
(48759, 2541, 230, 'Pleasant Lake', 415936800, -850129800, 0),
(48760, 2541, 230, 'Plymouth', 413436600, -863097300, 0),
(48761, 2541, 230, 'Portage', 415846200, -871747200, 0),
(48762, 2541, 230, 'Porter', 416155900, -870742000, 0),
(48763, 2541, 230, 'Portland', 404344900, -849777500, 0),
(48764, 2541, 230, 'Poseyville', 381700400, -877830800, 0),
(48765, 2541, 230, 'Prairie Creek', 393582790, -874072740, 0),
(48766, 2541, 230, 'Preble', 408322200, -850147200, 0),
(48767, 2541, 230, 'Princeton', 383529970, -875683300, 0),
(48768, 2541, 230, 'Quincy', 394360530, -867901750, 0),
(48769, 2541, 230, 'Ramsey', 383236100, -861547200, 0),
(48770, 2541, 230, 'Redkey', 403489300, -851499700, 0),
(48771, 2541, 230, 'Reelsville', 395575000, -869669400, 0),
(48772, 2541, 230, 'Remington', 407608700, -871508500, 0),
(48773, 2541, 230, 'Rensselaer', 409374750, -871534040, 0),
(48774, 2541, 230, 'Richland', 394975000, -853950000, 0),
(48775, 2541, 230, 'Richmond', 398327390, -848925170, 0),
(48776, 2541, 230, 'Ridgeville', 402903840, -850290560, 0),
(48777, 2541, 230, 'Rising Sun', 389495000, -848538400, 0),
(48778, 2541, 230, 'Roachdale', 398502800, -868002800, 0),
(48779, 2541, 230, 'Roanoke', 409625500, -853733100, 0),
(48780, 2541, 230, 'Rochester', 410647600, -862158300, 0),
(48781, 2541, 230, 'Rockport', 378831100, -870494400, 0),
(48782, 2541, 230, 'Rockville', 397625400, -872291800, 0),
(48783, 2541, 230, 'Rolling Prairie', 416708300, -866158300, 0),
(48784, 2541, 230, 'Rome', 379460350, -865893010, 0),
(48785, 2541, 230, 'Rome City', 414961600, -853766500, 0),
(48786, 2541, 230, 'Rosedale', 396030600, -872573400, 0),
(48787, 2541, 230, 'Rossville', 404169800, -865947200, 0),
(48788, 2541, 230, 'Rushville', 396092100, -854463600, 0),
(48789, 2541, 230, 'Russiaville', 404210790, -862653400, 0),
(48790, 2541, 230, 'Saint Joe', 413202130, -848906790, 0),
(48791, 2541, 230, 'Saint John', 414513720, -874751380, 0),
(48792, 2541, 230, 'Saint Mary-of-the-Woods', 395109780, -874761670, 0),
(48793, 2541, 230, 'Saint Meinrad', 381711100, -868091700, 0),
(48794, 2541, 230, 'Saint Paul', 394281000, -856283100, 0),
(48795, 2541, 230, 'Salem', 386056100, -861010900, 0),
(48796, 2541, 230, 'San Pierre', 411991700, -868927800, 0),
(48797, 2541, 230, 'Sandborn', 388961100, -871852800, 0),
(48798, 2541, 230, 'Santa Claus', 381200500, -869141600, 0),
(48799, 2541, 230, 'Schererville', 414922570, -874595560, 0),
(48800, 2541, 230, 'Scipio', 390791700, -857175000, 0),
(48801, 2541, 230, 'Scotland', 389127800, -869038900, 0),
(48802, 2541, 230, 'Scottsburg', 386856100, -857702500, 0),
(48803, 2541, 230, 'Seelyville', 394919800, -872672400, 0),
(48804, 2541, 230, 'Sellersburg', 383981200, -857549600, 0),
(48805, 2541, 230, 'Selma', 401868920, -852728330, 0),
(48806, 2541, 230, 'Seymour', 389592200, -858902500, 0),
(48807, 2541, 230, 'Shadeland', 403736500, -869489000, 0),
(48808, 2541, 230, 'Shelburn', 391783700, -873936300, 0),
(48809, 2541, 230, 'Shelbyville', 395214400, -857769200, 0),
(48810, 2541, 230, 'Sheridan', 401350400, -862205500, 0),
(48811, 2541, 230, 'Shipshewana', 416769400, -855800000, 0),
(48812, 2541, 230, 'Shirley', 398905600, -855797200, 0),
(48813, 2541, 230, 'Shoals', 386664400, -867911100, 0),
(48814, 2541, 230, 'Shorewood Forest', 414631500, -871447200, 0),
(48815, 2541, 230, 'Silver Lake', 410725000, -858905600, 0),
(48816, 2541, 230, 'Simonton Lake', 417542200, -859750000, 0),
(48817, 2541, 230, 'Smithville', 390691370, -865064470, 0),
(48818, 2541, 230, 'Solsberry', 391234730, -867572490, 0),
(48819, 2541, 230, 'Somerville', 382805920, -873782420, 0),
(48820, 2541, 230, 'South Bend', 416833800, -862500100, 0),
(48821, 2541, 230, 'South Haven', 415419800, -871372600, 0),
(48822, 2541, 230, 'South Whitley', 410841750, -856166570, 0),
(48823, 2541, 230, 'Southport', 396650500, -861277600, 0),
(48824, 2541, 230, 'Speedway', 398022700, -862672100, 0),
(48825, 2541, 230, 'Spencer', 392896200, -867486600, 0),
(48826, 2541, 230, 'Spiceland', 398367160, -854371990, 0),
(48827, 2541, 230, 'Springport', 400469400, -853927800, 0),
(48828, 2541, 230, 'Springville', 384275000, -856869400, 0),
(48829, 2541, 230, 'Stanford', 390934330, -866635500, 0),
(48830, 2541, 230, 'Star City', 409537240, -865259190, 0),
(48831, 2541, 230, 'State Line', 401972220, -875269440, 0),
(48832, 2541, 230, 'Staunton', 395163500, -871253560, 0),
(48833, 2541, 230, 'Straughn', 398083300, -852902800, 0),
(48834, 2541, 230, 'Stroh', 415813200, -851994000, 0),
(48835, 2541, 230, 'Sullivan', 390953200, -874058500, 0),
(48836, 2541, 230, 'Summitville', 403394000, -856636000, 0),
(48837, 2541, 230, 'Sunman', 392370000, -850946800, 0),
(48838, 2541, 230, 'Swayzee', 405073570, -858214280, 0),
(48839, 2541, 230, 'Sweetser', 405711410, -857673200, 0),
(48840, 2541, 230, 'Syracuse', 414278300, -857524900, 0),
(48841, 2541, 230, 'Taylorsville', 392952630, -859501260, 0),
(48842, 2541, 230, 'Tell City', 379514400, -867677700, 0),
(48843, 2541, 230, 'Templeton', 405127800, -872075000, 0),
(48844, 2541, 230, 'Tennyson', 380816700, -871188900, 0),
(48845, 2541, 230, 'Terre Haute', 394270330, -873927490, 0),
(48846, 2541, 230, 'Thorntown', 401258370, -866090900, 0),
(48847, 2541, 230, 'Tipton', 402822600, -860411000, 0),
(48848, 2541, 230, 'Topeka', 415392200, -855397100, 0),
(48849, 2541, 230, 'Trafalgar', 394161600, -861508200, 0),
(48850, 2541, 230, 'Trail Creek', 416983700, -868592000, 0),
(48851, 2541, 230, 'Tri-Lakes', 412458800, -854419200, 0),
(48852, 2541, 230, 'Troy', 379938900, -867994400, 0),
(48853, 2541, 230, 'Union City', 402019900, -848091300, 0),
(48854, 2541, 230, 'Unionville', 392605090, -864147940, 0),
(48855, 2541, 230, 'Universal', 396216700, -874530600, 0),
(48856, 2541, 230, 'Upland', 404756000, -854944200, 0),
(48857, 2541, 230, 'Valparaiso', 414730900, -870611400, 0),
(48858, 2541, 230, 'Van Buren', 406263600, -854954400, 0),
(48859, 2541, 230, 'Veedersburg', 401131870, -872649470, 0),
(48860, 2541, 230, 'Versailles', 390675340, -852555750, 0),
(48861, 2541, 230, 'Vevay', 387478400, -850671700, 0),
(48862, 2541, 230, 'Vincennes', 386772700, -875286300, 0),
(48863, 2541, 230, 'Wabash', 408027110, -858284950, 0),
(48864, 2541, 230, 'Wadesville', 380743000, -877614980, 0),
(48865, 2541, 230, 'Wakarusa', 415383670, -860836160, 0),
(48866, 2541, 230, 'Waldron', 394536110, -856669440, 0),
(48867, 2541, 230, 'Walkerton', 414667100, -864830700, 0),
(48868, 2541, 230, 'Wanatah', 414306000, -868983600, 0),
(48869, 2541, 230, 'Warren', 406853420, -854238630, 0),
(48870, 2541, 230, 'Warren Park', 397819900, -860502600, 0),
(48871, 2541, 230, 'Warsaw', 412380560, -858530560, 0),
(48872, 2541, 230, 'Washington', 386592200, -871727900, 0),
(48873, 2541, 230, 'Waterloo', 414285450, -850192960, 0),
(48874, 2541, 230, 'Wawaka', 414569400, -854822200, 0),
(48875, 2541, 230, 'Waynetown', 400875000, -870655600, 0),
(48876, 2541, 230, 'Webster', 399066510, -849307660, 0),
(48877, 2541, 230, 'West Harrison', 392613900, -848208300, 0),
(48878, 2541, 230, 'West Lafayette', 404258700, -869080700, 0),
(48879, 2541, 230, 'West Lebanon', 402696520, -873853410, 0),
(48880, 2541, 230, 'West Newton', 396530600, -862827800, 0),
(48881, 2541, 230, 'West Terre Haute', 394650400, -874500200, 0),
(48882, 2541, 230, 'Westfield', 400428200, -861274900, 0),
(48883, 2541, 230, 'Westport', 391758900, -855730300, 0),
(48884, 2541, 230, 'Westville', 415414300, -869005800, 0),
(48885, 2541, 230, 'Wheatfield', 411913900, -870525000, 0),
(48886, 2541, 230, 'Wheeler', 415117910, -871793000, 0),
(48887, 2541, 230, 'Whiteland', 395555080, -860913360, 0),
(48888, 2541, 230, 'Whitestown', 399972600, -863458300, 0),
(48889, 2541, 230, 'Whiting', 416797600, -874944900, 0),
(48890, 2541, 230, 'Wilkinson', 398847200, -856083300, 0),
(48891, 2541, 230, 'Williamsburg', 399508930, -849924180, 0),
(48892, 2541, 230, 'Williamsport', 403002000, -873175200, 0),
(48893, 2541, 230, 'Winamac', 410514300, -866030600, 0),
(48894, 2541, 230, 'Winchester', 401719900, -849813500, 0),
(48895, 2541, 230, 'Winfield', 414053100, -872753100, 0),
(48896, 2541, 230, 'Wingate', 401727800, -870736100, 0),
(48897, 2541, 230, 'Winona Lake', 412272700, -858219300, 0),
(48898, 2541, 230, 'Winslow', 383625000, -872175600, 0),
(48899, 2541, 230, 'Wolcott', 407580900, -870416800, 0),
(48900, 2541, 230, 'Wolcottville', 415255600, -853661100, 0),
(48901, 2541, 230, 'Woodburn', 411253300, -848533000, 0),
(48902, 2541, 230, 'Worthington', 391250400, -869794500, 0),
(48903, 2541, 230, 'Yeoman', 406671160, -867234270, 0),
(48904, 2541, 230, 'Yoder', 409405670, -852176310, 0),
(48905, 2541, 230, 'Yorktown', 401743470, -854889870, 0),
(48906, 2541, 230, 'Zionsville', 399508700, -862619400, 0),
(48907, 2542, 230, 'Ackley', 425512390, -930517270, 0),
(48908, 2542, 230, 'Adair', 414987400, -946473580, 0),
(48909, 2542, 230, 'Adel', 416144300, -940174500, 0),
(48910, 2542, 230, 'Agency', 409955600, -923075000, 0),
(48911, 2542, 230, 'Ainsworth', 412902800, -915541700, 0),
(48912, 2542, 230, 'Akron', 428335200, -965295600, 0),
(48913, 2542, 230, 'Albert City', 427857960, -949613620, 0),
(48914, 2542, 230, 'Albia', 410266700, -928057500, 0),
(48915, 2542, 230, 'Alden', 425169400, -933758300, 0),
(48916, 2542, 230, 'Alexander', 428196970, -934391250, 0),
(48917, 2542, 230, 'Algona', 430711100, -942295920, 0),
(48918, 2542, 230, 'Allerton', 406751500, -933830900, 0),
(48919, 2542, 230, 'Allison', 427527500, -927951900, 0),
(48920, 2542, 230, 'Alta', 426706870, -953043320, 0),
(48921, 2542, 230, 'Altoona', 416441600, -934646600, 0),
(48922, 2542, 230, 'Amana', 418002000, -918723000, 0),
(48923, 2542, 230, 'Ames', 420347100, -936199400, 0),
(48924, 2542, 230, 'Anamosa', 421083400, -912851600, 0),
(48925, 2542, 230, 'Andrew', 421639820, -906073360, 0),
(48926, 2542, 230, 'Anita', 414459620, -947662650, 0),
(48927, 2542, 230, 'Ankeny', 417297100, -936057700, 0),
(48928, 2542, 230, 'Aplington', 425841500, -928843600, 0),
(48929, 2542, 230, 'Arcadia', 420879010, -950464750, 0),
(48930, 2542, 230, 'Armstrong', 433958300, -944808300, 0),
(48931, 2542, 230, 'Arnolds Park', 433727400, -951238800, 0),
(48932, 2542, 230, 'Asbury', 425144500, -907515200, 0),
(48933, 2542, 230, 'Atkins', 419969400, -918621300, 0),
(48934, 2542, 230, 'Atlantic', 414036000, -950138800, 0),
(48935, 2542, 230, 'Auburn', 422712000, -948917400, 0),
(48936, 2542, 230, 'Audubon', 417261000, -949185600, 0),
(48937, 2542, 230, 'Aurelia', 427127600, -954366700, 0),
(48938, 2542, 230, 'Aurora', 426222980, -917336080, 0),
(48939, 2542, 230, 'Baldwin', 420732000, -908187000, 0),
(48940, 2542, 230, 'Batavia', 409975000, -921677800, 0),
(48941, 2542, 230, 'Baxter', 418261000, -931515900, 0),
(48942, 2542, 230, 'Bedford', 406669300, -947213600, 0),
(48943, 2542, 230, 'Bellevue', 422586300, -904229100, 0),
(48944, 2542, 230, 'Belmond', 428460800, -936141000, 0),
(48945, 2542, 230, 'Bernard', 423351440, -908365810, 0),
(48946, 2542, 230, 'Bettendorf', 415244800, -905156900, 0),
(48947, 2542, 230, 'Blairstown', 419059800, -920825650, 0),
(48948, 2542, 230, 'Bloomfield', 407516900, -924149100, 0),
(48949, 2542, 230, 'Blue Grass', 415089200, -907659800, 0),
(48950, 2542, 230, 'Bode', 428672200, -942877800, 0),
(48951, 2542, 230, 'Bondurant', 417005400, -934621600, 0),
(48952, 2542, 230, 'Boone', 420597000, -938802300, 0),
(48953, 2542, 230, 'Boyden', 431902800, -960036100, 0),
(48954, 2542, 230, 'Breda', 421832860, -949770100, 0),
(48955, 2542, 230, 'Bridgewater', 411802040, -946426640, 0),
(48956, 2542, 230, 'Brighton', 411727690, -918220300, 0),
(48957, 2542, 230, 'Britt', 430977400, -938018900, 0),
(48958, 2542, 230, 'Brooklyn', 417320680, -924445160, 0),
(48959, 2542, 230, 'Bryant', 419723450, -903406670, 0),
(48960, 2542, 230, 'Burlington', 408075400, -911129200, 0),
(48961, 2542, 230, 'Calamus', 418265990, -907581540, 0),
(48962, 2542, 230, 'Calmar', 431835660, -918707830, 0),
(48963, 2542, 230, 'Camanche', 417880900, -902562400, 0),
(48964, 2542, 230, 'Cambridge', 418987350, -935296620, 0),
(48965, 2542, 230, 'Carlisle', 415008200, -934910500, 0),
(48966, 2542, 230, 'Carroll', 420658200, -948669300, 0),
(48967, 2542, 230, 'Carter Lake', 412905500, -959180700, 0),
(48968, 2542, 230, 'Cascade', 423127290, -910036310, 0),
(48969, 2542, 230, 'Casey', 414892750, -944297020, 0),
(48970, 2542, 230, 'Cedar', 412061570, -925014550, 0),
(48971, 2542, 230, 'Cedar Falls', 425277600, -924454700, 0),
(48972, 2542, 230, 'Cedar Rapids', 419745900, -916580500, 0),
(48973, 2542, 230, 'Center Point', 421921290, -917601790, 0),
(48974, 2542, 230, 'Centerville', 420927600, -939355100, 0),
(48975, 2542, 230, 'Central City', 422038800, -915240600, 0),
(48976, 2542, 230, 'Chariton', 410138900, -933066000, 0),
(48977, 2542, 230, 'Charles City', 430663600, -926724100, 0),
(48978, 2542, 230, 'Charter Oak', 420667230, -955892920, 0),
(48979, 2542, 230, 'Cherokee', 427494300, -955516700, 0),
(48980, 2542, 230, 'Churdan', 421550000, -944766700, 0),
(48981, 2542, 230, 'Cincinnati', 406302800, -929236100, 0),
(48982, 2542, 230, 'Clarence', 418815380, -910619080, 0),
(48983, 2542, 230, 'Clarinda', 407419400, -950383100, 0),
(48984, 2542, 230, 'Clarion', 427316400, -937329900, 0),
(48985, 2542, 230, 'Clarksville', 427847000, -926676900, 0),
(48986, 2542, 230, 'Clear Lake', 431366490, -933832340, 0),
(48987, 2542, 230, 'Climbing Hill', 423473060, -960932520, 0),
(48988, 2542, 230, 'Clinton', 418444700, -901887400, 0),
(48989, 2542, 230, 'Clive', 416030400, -937241100, 0),
(48990, 2542, 230, 'Coggon', 422791700, -915297200, 0),
(48991, 2542, 230, 'Coin', 406583010, -952339790, 0),
(48992, 2542, 230, 'Colfax', 416777700, -932452000, 0),
(48993, 2542, 230, 'Collins', 419025000, -933069400, 0),
(48994, 2542, 230, 'Colo', 420169400, -933175000, 0),
(48995, 2542, 230, 'Columbus Junction', 412800300, -913607100, 0),
(48996, 2542, 230, 'Conesville', 413805380, -913493390, 0),
(48997, 2542, 230, 'Coon Rapids', 418708200, -946774800, 0),
(48998, 2542, 230, 'Coralville', 416806200, -915850200, 0),
(48999, 2542, 230, 'Corning', 409899900, -947408100, 0),
(49000, 2542, 230, 'Correctionville', 424766700, -957847200, 0),
(49001, 2542, 230, 'Corwith', 429933300, -939558300, 0),
(49002, 2542, 230, 'Corydon', 407569500, -933188200, 0),
(49003, 2542, 230, 'Council Bluffs', 412561930, -958547500, 0),
(49004, 2542, 230, 'Crawfordsville', 412152800, -915377800, 0),
(49005, 2542, 230, 'Cresco', 433745730, -921160280, 0),
(49006, 2542, 230, 'Creston', 410586000, -943613500, 0),
(49007, 2542, 230, 'Cumberland', 412446950, -948710050, 0),
(49008, 2542, 230, 'Cumming', 414858300, -937619400, 0),
(49009, 2542, 230, 'Cylinder', 430889140, -945499400, 0),
(49010, 2542, 230, 'Dallas', 412312250, -932387150, 0),
(49011, 2542, 230, 'Dallas Center', 416844300, -939610600, 0),
(49012, 2542, 230, 'Danville', 408626850, -913149250, 0),
(49013, 2542, 230, 'Davenport', 415236400, -905776400, 0),
(49014, 2542, 230, 'De Soto', 415316600, -940096700, 0),
(49015, 2542, 230, 'De Witt', 418233600, -905381900, 0),
(49016, 2542, 230, 'Decorah', 433920000, -918827400, 0),
(49017, 2542, 230, 'Delhi', 424290410, -913321700, 0),
(49018, 2542, 230, 'Delmar', 420018090, -906074320, 0),
(49019, 2542, 230, 'Denison', 420177700, -953552800, 0),
(49020, 2542, 230, 'Denver', 426713700, -923374000, 0),
(49021, 2542, 230, 'Des Moines', 416005400, -936091100, 0),
(49022, 2542, 230, 'Dexter', 415169560, -942238600, 0),
(49023, 2542, 230, 'Dickens', 431308300, -950205600, 0),
(49024, 2542, 230, 'Dike', 424641500, -926282500, 0),
(49025, 2542, 230, 'Dixon', 417702780, -908261110, 0),
(49026, 2542, 230, 'Dolliver', 434647200, -946150000, 0),
(49027, 2542, 230, 'Donnellson', 406433300, -915650000, 0),
(49028, 2542, 230, 'Doon', 432786100, -962319400, 0),
(49029, 2542, 230, 'Douds', 408394400, -920855600, 0),
(49030, 2542, 230, 'Dows', 426561050, -935036030, 0),
(49031, 2542, 230, 'Dubuque', 425005600, -906645700, 0),
(49032, 2542, 230, 'Dumont', 427639400, -929796010, 0),
(49033, 2542, 230, 'Dundee', 425788570, -915467480, 0),
(49034, 2542, 230, 'Dunlap', 418544300, -956005600, 0),
(49035, 2542, 230, 'Durango', 425360400, -908454000, 0),
(49036, 2542, 230, 'Dyersville', 424844400, -911229100, 0),
(49037, 2542, 230, 'Dysart', 421689310, -923072100, 0),
(49038, 2542, 230, 'Eagle Grove', 426641400, -939043900, 0),
(49039, 2542, 230, 'Earlham', 414919300, -941241200, 0),
(49040, 2542, 230, 'Early', 424619400, -951513900, 0),
(49041, 2542, 230, 'Eddyville', 411565000, -926373900, 0),
(49042, 2542, 230, 'Eldora', 423608200, -930996500, 0),
(49043, 2542, 230, 'Eldridge', 416580900, -905845800, 0),
(49044, 2542, 230, 'Elgin', 429558300, -916363900, 0),
(49045, 2542, 230, 'Elk Horn', 415928440, -950619720, 0),
(49046, 2542, 230, 'Elkader', 428565800, -914054850, 0),
(49047, 2542, 230, 'Elkhart', 417884720, -935164120, 0),
(49048, 2542, 230, 'Ellsworth', 423135720, -935787090, 0),
(49049, 2542, 230, 'Elma', 432455410, -924375970, 0),
(49050, 2542, 230, 'Ely', 418736200, -915851800, 0),
(49051, 2542, 230, 'Emerson', 410185200, -954022100, 0),
(49052, 2542, 230, 'Emmetsburg', 431127400, -946830400, 0),
(49053, 2542, 230, 'Epworth', 424450000, -909320800, 0),
(49054, 2542, 230, 'Essex', 408322620, -953015210, 0),
(49055, 2542, 230, 'Estherville', 434016300, -948327600, 0),
(49056, 2542, 230, 'Evansdale', 424691500, -922810200, 0),
(49057, 2542, 230, 'Everly', 431590290, -953272630, 0),
(49058, 2542, 230, 'Fairfax', 419194500, -917810100, 0),
(49059, 2542, 230, 'Fairfield', 410086300, -919626700, 0),
(49060, 2542, 230, 'Farley', 424427800, -910062500, 0),
(49061, 2542, 230, 'Farmington', 406466890, -917463630, 0),
(49062, 2542, 230, 'Farragut', 407230170, -954776270, 0),
(49063, 2542, 230, 'Fayette', 428419300, -918021100, 0),
(49064, 2542, 230, 'Fenton', 432169150, -944088290, 0),
(49065, 2542, 230, 'Floyd', 431270390, -927375340, 0),
(49066, 2542, 230, 'Fonda', 425834250, -948429970, 0),
(49067, 2542, 230, 'Fontanelle', 412900000, -945622200, 0),
(49068, 2542, 230, 'Forest City', 432624600, -936371600, 0),
(49069, 2542, 230, 'Fort Atkinson', 431441500, -919305960, 0),
(49070, 2542, 230, 'Fort Dodge', 424974700, -941680200, 0),
(49071, 2542, 230, 'Fort Madison', 406297600, -913151500, 0),
(49072, 2542, 230, 'Fostoria', 432127170, -952104040, 0),
(49073, 2542, 230, 'Fredericksburg', 429654850, -921972770, 0),
(49074, 2542, 230, 'Fremont', 412135090, -924352260, 0),
(49075, 2542, 230, 'Garden Grove', 407178730, -936141970, 0),
(49076, 2542, 230, 'Garner', 431024600, -936018800, 0),
(49077, 2542, 230, 'Garwin', 420947200, -926766700, 0),
(49078, 2542, 230, 'George', 433438600, -960022400, 0),
(49079, 2542, 230, 'Gilbert', 421059580, -936462690, 0),
(49080, 2542, 230, 'Gilman', 418978840, -928211950, 0),
(49081, 2542, 230, 'Gilmore City', 427176600, -944250000, 0),
(49082, 2542, 230, 'Gladbrook', 421845780, -927145400, 0),
(49083, 2542, 230, 'Glenwood', 410469400, -957425100, 0),
(49084, 2542, 230, 'Glidden', 420569300, -947288700, 0),
(49085, 2542, 230, 'Goldfield', 427347270, -939211750, 0),
(49086, 2542, 230, 'Goodell', 429236100, -936141700, 0),
(49087, 2542, 230, 'Goose Lake', 419937440, -904104100, 0),
(49088, 2542, 230, 'Gowrie', 422809740, -942913250, 0),
(49089, 2542, 230, 'Graettinger', 432364200, -947522570, 0),
(49090, 2542, 230, 'Grand Junction', 420317180, -942333400, 0),
(49091, 2542, 230, 'Grand Mound', 418428700, -906777000, 0),
(49092, 2542, 230, 'Granger', 417611000, -938243900, 0),
(49093, 2542, 230, 'Gray', 418400000, -949825000, 0),
(49094, 2542, 230, 'Greeley', 426015570, -913110290, 0),
(49095, 2542, 230, 'Greenfield', 413052700, -944613500, 0),
(49096, 2542, 230, 'Grimes', 416883200, -937910600, 0),
(49097, 2542, 230, 'Grinnell', 417673200, -927650400, 0),
(49098, 2542, 230, 'Griswold', 412360590, -951400390, 0),
(49099, 2542, 230, 'Grundy Center', 423616500, -927685300, 0),
(49100, 2542, 230, 'Guthrie Center', 416772100, -945033000, 0),
(49101, 2542, 230, 'Guttenberg', 427110000, -910786800, 0),
(49102, 2542, 230, 'Hamburg', 406044500, -956577700, 0),
(49103, 2542, 230, 'Hamilton', 411764940, -929318760, 0),
(49104, 2542, 230, 'Hampton', 427419200, -932024200, 0),
(49105, 2542, 230, 'Harlan', 416540770, -953248780, 0),
(49106, 2542, 230, 'Hartley', 431799700, -954769500, 0),
(49107, 2542, 230, 'Havelock', 428425050, -947377180, 0),
(49108, 2542, 230, 'Hawarden', 429958200, -964853100, 0),
(49109, 2542, 230, 'Hawkeye', 429381360, -919496850, 0),
(49110, 2542, 230, 'Hayesville', 413309810, -921820090, 0),
(49111, 2542, 230, 'Hiawatha', 420358300, -916821200, 0),
(49112, 2542, 230, 'Highlandville', 433057800, -917923800, 0),
(49113, 2542, 230, 'Hills', 415550030, -915322850, 0),
(49114, 2542, 230, 'Hinton', 426228260, -962957930, 0),
(49115, 2542, 230, 'Holland', 424002420, -927986930, 0),
(49116, 2542, 230, 'Holstein', 424865400, -955437090, 0),
(49117, 2542, 230, 'Hopkinton', 423222360, -911241620, 0),
(49118, 2542, 230, 'Hospers', 430713460, -959039350, 0),
(49119, 2542, 230, 'Hubbard', 423042240, -932975990, 0),
(49120, 2542, 230, 'Hudson', 424066500, -924554700, 0),
(49121, 2542, 230, 'Hull', 431885900, -961336300, 0),
(49122, 2542, 230, 'Humboldt', 427208000, -942152400, 0),
(49123, 2542, 230, 'Humeston', 408469200, -935035200, 0),
(49124, 2542, 230, 'Huxley', 418962030, -936046570, 0),
(49125, 2542, 230, 'Ida Grove', 423449900, -954716700, 0),
(49126, 2542, 230, 'Independence', 424686000, -918893400, 0),
(49127, 2542, 230, 'Indianola', 413150400, -935720400, 0),
(49128, 2542, 230, 'Inwood', 433072730, -964308440, 0),
(49129, 2542, 230, 'Ionia', 430470600, -924852000, 0),
(49130, 2542, 230, 'Iowa City', 416650180, -915103560, 0),
(49131, 2542, 230, 'Iowa Falls', 425224800, -932513100, 0),
(49132, 2542, 230, 'Ireton', 429752510, -963167990, 0),
(49133, 2542, 230, 'Irwin', 417913850, -952072940, 0),
(49134, 2542, 230, 'Janesville', 426346690, -924949280, 0),
(49135, 2542, 230, 'Jefferson', 420152600, -943774700, 0),
(49136, 2542, 230, 'Jesup', 424755400, -920637900, 0),
(49137, 2542, 230, 'Johnston', 416828360, -937077340, 0),
(49138, 2542, 230, 'Joice', 433626580, -934557460, 0),
(49139, 2542, 230, 'Kalona', 414876890, -917043230, 0),
(49140, 2542, 230, 'Kanawha', 429373320, -937909010, 0),
(49141, 2542, 230, 'Kellogg', 417305080, -929196850, 0),
(49142, 2542, 230, 'Keokuk', 404727780, -914486110, 0),
(49143, 2542, 230, 'Keosauqua', 407303100, -919623900, 0),
(49144, 2542, 230, 'Keota', 413639000, -919537900, 0),
(49145, 2542, 230, 'Keystone', 420004900, -922002570, 0),
(49146, 2542, 230, 'Kingsley', 425883200, -959675200, 0),
(49147, 2542, 230, 'Knoxville', 413208300, -931093700, 0),
(49148, 2542, 230, 'La Motte', 423782420, -906668440, 0),
(49149, 2542, 230, 'La Porte City', 423149900, -921921300, 0),
(49150, 2542, 230, 'Lake City', 422674800, -947338700, 0),
(49151, 2542, 230, 'Lake Mills', 434175080, -935315530, 0),
(49152, 2542, 230, 'Lake Park', 434555200, -953208300, 0),
(49153, 2542, 230, 'Lake View', 423116500, -950533200, 0),
(49154, 2542, 230, 'Lamoni', 406226900, -939330190, 0),
(49155, 2542, 230, 'Lansing', 433613900, -912233300, 0),
(49156, 2542, 230, 'Latimer', 427627800, -933688900, 0),
(49157, 2542, 230, 'Laurens', 428470340, -948487220, 0),
(49158, 2542, 230, 'Lawton', 424782860, -961858790, 0),
(49159, 2542, 230, 'Le Grand', 420061100, -927763900, 0),
(49160, 2542, 230, 'Le Mars', 427941600, -961655800, 0),
(49161, 2542, 230, 'Lehigh', 424704430, -939898060, 0),
(49162, 2542, 230, 'Lenox', 408816500, -945619100, 0),
(49163, 2542, 230, 'Leon', 407397200, -937477200, 0),
(49164, 2542, 230, 'Letts', 413291700, -912363900, 0),
(49165, 2542, 230, 'Lewis', 413053900, -950847790, 0),
(49166, 2542, 230, 'Lime Springs', 434553600, -922783200, 0),
(49167, 2542, 230, 'Linden', 416430740, -942706750, 0),
(49168, 2542, 230, 'Lisbon', 419211200, -913854500, 0),
(49169, 2542, 230, 'Little Cedar', 433802800, -927258300, 0),
(49170, 2542, 230, 'Livermore', 428690140, -941839390, 0),
(49171, 2542, 230, 'Logan', 416430500, -957889000, 0),
(49172, 2542, 230, 'Lone Rock', 432212900, -943245120, 0),
(49173, 2542, 230, 'Lone Tree', 414880800, -914259900, 0),
(49174, 2542, 230, 'Lost Nation', 419639120, -908169480, 0),
(49175, 2542, 230, 'Low Moor', 418368140, -904777390, 0),
(49176, 2542, 230, 'Lu Verne', 429128660, -940836390, 0),
(49177, 2542, 230, 'Lucas', 411770620, -935412420, 0),
(49178, 2542, 230, 'Madrid', 418766500, -938232800, 0),
(49179, 2542, 230, 'Malvern', 410027800, -955852800, 0),
(49180, 2542, 230, 'Manchester', 424841500, -914554300, 0),
(49181, 2542, 230, 'Manly', 432871800, -932021500, 0),
(49182, 2542, 230, 'Manning', 419091500, -950649900, 0),
(49183, 2542, 230, 'Manson', 425291400, -945341400, 0),
(49184, 2542, 230, 'Mapleton', 421658200, -957930600, 0),
(49185, 2542, 230, 'Maquoketa', 420689100, -906656900, 0),
(49186, 2542, 230, 'Marengo', 417980600, -920707400, 0),
(49187, 2542, 230, 'Marion', 420341700, -915976800, 0),
(49188, 2542, 230, 'Marshalltown', 420494300, -929079800, 0),
(49189, 2542, 230, 'Martelle', 420110890, -913870020, 0),
(49190, 2542, 230, 'Mason City', 431535700, -932010400, 0),
(49191, 2542, 230, 'Massena', 412536420, -947685330, 0),
(49192, 2542, 230, 'Maxwell', 418902800, -933977800, 0),
(49193, 2542, 230, 'Maynard', 427740990, -918810950, 0),
(49194, 2542, 230, 'McClelland', 413023670, -956740820, 0),
(49195, 2542, 230, 'Mechanicsville', 419054960, -912531490, 0),
(49196, 2542, 230, 'Mediapolis', 410076000, -910979400, 0),
(49197, 2542, 230, 'Menlo', 415557920, -944196830, 0),
(49198, 2542, 230, 'Meriden', 427939330, -956332830, 0),
(49199, 2542, 230, 'Merrill', 427232430, -962478960, 0),
(49200, 2542, 230, 'Middle Amana', 417955600, -918997200, 0),
(49201, 2542, 230, 'Miles', 420818400, -903265200, 0),
(49202, 2542, 230, 'Milford', 433246900, -951500000, 0),
(49203, 2542, 230, 'Minburn', 417561100, -940283300, 0),
(49204, 2542, 230, 'Missouri Valley', 415563800, -958877900, 0),
(49205, 2542, 230, 'Mitchellville', 416686000, -933577100, 0),
(49206, 2542, 230, 'Modale', 416197810, -960098050, 0),
(49207, 2542, 230, 'Mondamin', 417097200, -960211100, 0),
(49208, 2542, 230, 'Monona', 430501580, -913886560, 0),
(49209, 2542, 230, 'Montezuma', 415858300, -925274100, 0),
(49210, 2542, 230, 'Monticello', 422385140, -911897040, 0),
(49211, 2542, 230, 'Montrose', 405286000, -914164830, 0),
(49212, 2542, 230, 'Morning Sun', 410954900, -912532410, 0),
(49213, 2542, 230, 'Moulton', 406866390, -926855030, 0),
(49214, 2542, 230, 'Mount Ayr', 407147100, -942352300, 0),
(49215, 2542, 230, 'Mount Pleasant', 409636400, -915579400, 0),
(49216, 2542, 230, 'Mount Vernon', 419219500, -914168400, 0),
(49217, 2542, 230, 'Moville', 424888800, -960725200, 0),
(49218, 2542, 230, 'Muscatine', 414244700, -910432100, 0),
(49219, 2542, 230, 'Mystic', 407964000, -929287200, 0),
(49220, 2542, 230, 'Nevada', 420227700, -934524300, 0),
(49221, 2542, 230, 'New Albin', 434963290, -912877450, 0),
(49222, 2542, 230, 'New Hampton', 430591400, -923176800, 0),
(49223, 2542, 230, 'New London', 409269800, -913996000, 0),
(49224, 2542, 230, 'New Market', 407311570, -949014370, 0),
(49225, 2542, 230, 'New Sharon', 414700000, -926513000, 0),
(49226, 2542, 230, 'New Virginia', 412052400, -936706200, 0),
(49227, 2542, 230, 'Newton', 416997100, -930479800, 0),
(49228, 2542, 230, 'Nora Springs', 431265820, -929966260, 0),
(49229, 2542, 230, 'North Buena Vista', 426720610, -909649910, 0),
(49230, 2542, 230, 'North English', 415148000, -920790980, 0),
(49231, 2542, 230, 'North Liberty', 417430150, -916013560, 0),
(49232, 2542, 230, 'Northwood', 434441200, -932210400, 0),
(49233, 2542, 230, 'Norwalk', 414755500, -936788300, 0),
(49234, 2542, 230, 'Norway', 419044900, -919202940, 0),
(49235, 2542, 230, 'Oakdale', 417167040, -916225700, 0),
(49236, 2542, 230, 'Oakland', 413091600, -953966700, 0),
(49237, 2542, 230, 'Ocheyedan', 434144400, -955352800, 0),
(49238, 2542, 230, 'Odebolt', 423108020, -952477760, 0),
(49239, 2542, 230, 'Oelwein', 426771810, -919128860, 0),
(49240, 2542, 230, 'Ogden', 420392800, -940292470, 0),
(49241, 2542, 230, 'Olin', 420029750, -911376090, 0),
(49242, 2542, 230, 'Ollie', 412019540, -921586460, 0),
(49243, 2542, 230, 'Onawa', 420266500, -960972400, 0),
(49244, 2542, 230, 'Onslow', 421292390, -909564710, 0),
(49245, 2542, 230, 'Oran', 427081650, -918744430, 0),
(49246, 2542, 230, 'Orange City', 430072100, -960583500, 0),
(49247, 2542, 230, 'Orient', 412024170, -944206600, 0),
(49248, 2542, 230, 'Osage', 432841400, -928110300, 0),
(49249, 2542, 230, 'Osceola', 410338900, -937655000, 0),
(49250, 2542, 230, 'Oskaloosa', 412964000, -926443600, 0),
(49251, 2542, 230, 'Ossian', 431463900, -917638900, 0),
(49252, 2542, 230, 'Otho', 424247200, -941497200, 0),
(49253, 2542, 230, 'Ottumwa', 410160900, -924144750, 0),
(49254, 2542, 230, 'Palmer', 426317880, -945988070, 0),
(49255, 2542, 230, 'Palo', 420661100, -917954600, 0),
(49256, 2542, 230, 'Panora', 416923500, -943656200, 0),
(49257, 2542, 230, 'Parnell', 415556790, -920056440, 0),
(49258, 2542, 230, 'Paullina', 429791500, -956880700, 0),
(49259, 2542, 230, 'Pella', 414080500, -929163100, 0),
(49260, 2542, 230, 'Perry', 418386000, -941071800, 0),
(49261, 2542, 230, 'Pierson', 425447200, -958686100, 0),
(49262, 2542, 230, 'Plainfield', 428433020, -925344470, 0),
(49263, 2542, 230, 'Pleasant Hill', 415838800, -935199400, 0),
(49264, 2542, 230, 'Pleasantville', 413858300, -932693700, 0),
(49265, 2542, 230, 'Pocahontas', 427355300, -946691500, 0),
(49266, 2542, 230, 'Polk City', 417713800, -937130000, 0),
(49267, 2542, 230, 'Pomeroy', 425483300, -946836100, 0),
(49268, 2542, 230, 'Postville', 430455000, -915660000, 0),
(49269, 2542, 230, 'Prairie City', 415994300, -932352100, 0),
(49270, 2542, 230, 'Prescott', 410285150, -945278220, 0),
(49271, 2542, 230, 'Preston', 420505230, -903946460, 0),
(49272, 2542, 230, 'Princeton', 416733300, -903430600, 0),
(49273, 2542, 230, 'Pulaski', 406935780, -922362770, 0),
(49274, 2542, 230, 'Quasqueton', 423947200, -917591700, 0),
(49275, 2542, 230, 'Quimby', 426304230, -956425650, 0),
(49276, 2542, 230, 'Radcliffe', 423151340, -934313100, 0),
(49277, 2542, 230, 'Randall', 422527200, -936398670, 0),
(49278, 2542, 230, 'Raymond', 424680060, -922206680, 0),
(49279, 2542, 230, 'Readlyn', 427039480, -922260940, 0),
(49280, 2542, 230, 'Red Oak', 410097200, -952255500, 0),
(49281, 2542, 230, 'Reinbeck', 423236000, -925993600, 0),
(49282, 2542, 230, 'Remsen', 428150160, -959703500, 0),
(49283, 2542, 230, 'Riceville', 433625000, -925533300, 0),
(49284, 2542, 230, 'Richland', 411850000, -919938900, 0),
(49285, 2542, 230, 'Ringsted', 432344610, -943198370, 0),
(49286, 2542, 230, 'Rippey', 419330350, -942005990, 0),
(49287, 2542, 230, 'Riverside', 414817680, -915799490, 0),
(49288, 2542, 230, 'Robins', 420711100, -916668400, 0),
(49289, 2542, 230, 'Rock Rapids', 434271900, -961758600, 0),
(49290, 2542, 230, 'Rock Valley', 432052600, -962950300, 0),
(49291, 2542, 230, 'Rockford', 430525790, -929473800, 0),
(49292, 2542, 230, 'Rockwell', 430123200, -933145200, 0),
(49293, 2542, 230, 'Rockwell City', 423952600, -946338700, 0),
(49294, 2542, 230, 'Roland', 421663700, -935018800, 0),
(49295, 2542, 230, 'Rolfe', 428144600, -945299500, 0),
(49296, 2542, 230, 'Rowan', 427402800, -935511100, 0),
(49297, 2542, 230, 'Royal', 430638900, -952847200, 0),
(49298, 2542, 230, 'Runnells', 415125000, -933569400, 0),
(49299, 2542, 230, 'Russell', 409825000, -931986100, 0),
(49300, 2542, 230, 'Rutland', 427588900, -942927800, 0),
(49301, 2542, 230, 'Saint Ansgar', 433783000, -929188100, 0),
(49302, 2542, 230, 'Salem', 408538760, -916194710, 0),
(49303, 2542, 230, 'Sanborn', 431828730, -956567980, 0),
(49304, 2542, 230, 'Saylorville', 416786000, -936296600, 0),
(49305, 2542, 230, 'Schaller', 424972200, -952941700, 0),
(49306, 2542, 230, 'Schleswig', 421633160, -954345180, 0),
(49307, 2542, 230, 'Scranton', 420236170, -945454990, 0),
(49308, 2542, 230, 'Sergeant Bluff', 424038800, -963586400, 0),
(49309, 2542, 230, 'Seymour', 406839770, -931193170, 0),
(49310, 2542, 230, 'Sheffield', 428934170, -932170290, 0),
(49311, 2542, 230, 'Shelby', 415177050, -954506830, 0),
(49312, 2542, 230, 'Sheldon', 431810900, -958561300, 0),
(49313, 2542, 230, 'Shell Rock', 427102600, -925829700, 0),
(49314, 2542, 230, 'Shenandoah', 407655500, -953722100, 0),
(49315, 2542, 230, 'Sherrill', 426027800, -907822200, 0),
(49316, 2542, 230, 'Sibley', 433991400, -957519600, 0),
(49317, 2542, 230, 'Sigourney', 413333400, -922046300, 0),
(49318, 2542, 230, 'Silver City', 411119400, -956380600, 0),
(49319, 2542, 230, 'Sioux Center', 430795450, -961742840, 0),
(49320, 2542, 230, 'Sioux City', 425068610, -964348760, 0),
(49321, 2542, 230, 'Sioux Rapids', 428927800, -951472200, 0),
(49322, 2542, 230, 'Slater', 418777600, -936785500, 0),
(49323, 2542, 230, 'Sloan', 422330600, -962244400, 0),
(49324, 2542, 230, 'Smithland', 422291700, -959319400, 0),
(49325, 2542, 230, 'Solon', 418072300, -914940600, 0),
(49326, 2542, 230, 'Somers', 423774600, -944297960, 0),
(49327, 2542, 230, 'South Amana', 417761100, -919675000, 0),
(49328, 2542, 230, 'South English', 414696460, -921189050, 0),
(49329, 2542, 230, 'Spencer', 431413600, -951444400, 0),
(49330, 2542, 230, 'Sperry', 409430560, -911805560, 0),
(49331, 2542, 230, 'Spirit Lake', 434221800, -951022200, 0),
(49332, 2542, 230, 'Springville', 420946800, -914626200, 0),
(49333, 2542, 230, 'Stanhope', 422895430, -937951890, 0),
(49334, 2542, 230, 'Stanton', 409816810, -951023290, 0),
(49335, 2542, 230, 'State Center', 420166500, -931635400, 0),
(49336, 2542, 230, 'Storm Lake', 426410900, -952097200, 0),
(49337, 2542, 230, 'Story City', 421872100, -935957700, 0),
(49338, 2542, 230, 'Stratford', 422712930, -939263610, 0),
(49339, 2542, 230, 'Strawberry Point', 427031670, -915128830, 0),
(49340, 2542, 230, 'Sully', 415772340, -928418260, 0),
(49341, 2542, 230, 'Sumner', 428474800, -920915600, 0),
(49342, 2542, 230, 'Superior', 434628600, -949719880, 0),
(49343, 2542, 230, 'Swan', 414408640, -933487460, 0),
(49344, 2542, 230, 'Swisher', 418451300, -916954720, 0),
(49345, 2542, 230, 'Templeton', 419065820, -949179770, 0),
(49346, 2542, 230, 'Terril', 433008850, -949709330, 0),
(49347, 2542, 230, 'Thompson', 433694400, -937716700, 0),
(49348, 2542, 230, 'Thor', 426885580, -940501640, 0),
(49349, 2542, 230, 'Tiffin', 417058500, -916629500, 0),
(49350, 2542, 230, 'Tipton', 417697400, -911279400, 0),
(49351, 2542, 230, 'Titonka', 432365720, -940409810, 0),
(49352, 2542, 230, 'Toledo', 419955500, -925768600, 0),
(49353, 2542, 230, 'Traer', 421911120, -924791600, 0),
(49354, 2542, 230, 'Treynor', 412311100, -956066700, 0),
(49355, 2542, 230, 'Troy Mills', 422922990, -916828410, 0),
(49356, 2542, 230, 'Truro', 412080400, -938455650, 0),
(49357, 2542, 230, 'Union', 421721660, -930841510, 0),
(49358, 2542, 230, 'University Heights', 416550200, -915568400, 0),
(49359, 2542, 230, 'University Park', 412873270, -926187920, 0),
(49360, 2542, 230, 'Urbana', 422241600, -918743400, 0),
(49361, 2542, 230, 'Urbandale', 416252590, -937356380, 0),
(49362, 2542, 230, 'Ute', 420497200, -957058300, 0),
(49363, 2542, 230, 'Vail', 420611100, -952025000, 0),
(49364, 2542, 230, 'Van Horne', 420088900, -920888900, 0),
(49365, 2542, 230, 'Van Meter', 415319300, -939541200, 0),
(49366, 2542, 230, 'Van Wert', 408546830, -938432510, 0),
(49367, 2542, 230, 'Victor', 417302800, -922972200, 0),
(49368, 2542, 230, 'Villisca', 409297100, -949760900, 0),
(49369, 2542, 230, 'Vinton', 421686100, -920235100, 0),
(49370, 2542, 230, 'Volga', 428035180, -915425920, 0),
(49371, 2542, 230, 'Walcott', 415847500, -907720900, 0),
(49372, 2542, 230, 'Walford', 418783400, -918346200, 0),
(49373, 2542, 230, 'Wall Lake', 422711100, -950916700, 0),
(49374, 2542, 230, 'Walnut', 414798970, -952218500, 0),
(49375, 2542, 230, 'Wapello', 411814200, -911854300, 0),
(49376, 2542, 230, 'Washington', 412994020, -916895210, 0),
(49377, 2542, 230, 'Washta', 425766100, -957262800, 0),
(49378, 2542, 230, 'Waterloo', 424927600, -923429600, 0),
(49379, 2542, 230, 'Waukee', 416116600, -938852300, 0),
(49380, 2542, 230, 'Waukon', 432694200, -914757000, 0),
(49381, 2542, 230, 'Waverly', 427258100, -924754600, 0),
(49382, 2542, 230, 'Wayland', 411462830, -916646240, 0),
(49383, 2542, 230, 'Webb', 430624450, -952821510, 0),
(49384, 2542, 230, 'Webster City', 424694200, -938160500, 0),
(49385, 2542, 230, 'Wellman', 414641800, -918382300, 0),
(49386, 2542, 230, 'Wellsburg', 424320760, -929287570, 0),
(49387, 2542, 230, 'West Bend', 429609700, -944456680, 0),
(49388, 2542, 230, 'West Branch', 416714100, -913465500, 0),
(49389, 2542, 230, 'West Burlington', 408235940, -911633320, 0),
(49390, 2542, 230, 'West Des Moines', 415719900, -937453100, 0),
(49391, 2542, 230, 'West Liberty', 415726970, -912613200, 0),
(49392, 2542, 230, 'West Point', 407172200, -914516700, 0),
(49393, 2542, 230, 'West Union', 429627600, -918082200, 0),
(49394, 2542, 230, 'Westfield', 427072060, -964879730, 0),
(49395, 2542, 230, 'Westgate', 427683330, -919952780, 0),
(49396, 2542, 230, 'Wever', 407105600, -912311100, 0),
(49397, 2542, 230, 'Wheatland', 418337630, -908390310, 0),
(49398, 2542, 230, 'Whiting', 421252540, -961517400, 0),
(49399, 2542, 230, 'Williams', 424867720, -935424970, 0),
(49400, 2542, 230, 'Williamsburg', 416608790, -920138900, 0),
(49401, 2542, 230, 'Wilton', 415902720, -910165380, 0),
(49402, 2542, 230, 'Windsor Heights', 415977700, -937082800, 0),
(49403, 2542, 230, 'Winfield', 411230800, -914412700, 0),
(49404, 2542, 230, 'Winterset', 413308200, -940138400, 0),
(49405, 2542, 230, 'Winthrop', 424725000, -917358300, 0),
(49406, 2542, 230, 'Woodbine', 417383200, -957027800, 0),
(49407, 2542, 230, 'Woodward', 418550800, -939221370, 0),
(49408, 2542, 230, 'Woolstock', 426010350, -937941110, 0),
(49409, 2542, 230, 'Wyoming', 420601800, -910048000, 0),
(49410, 2542, 230, 'Yale', 417743800, -943557560, 0),
(49411, 2542, 230, 'Zearing', 421616700, -932980600, 0),
(49412, 2543, 230, 'Abbyville', 380062640, -982056680, 0),
(49413, 2543, 230, 'Abilene', 389172200, -972139100, 0),
(49414, 2543, 230, 'Admire', 386365720, -960972340, 0),
(49415, 2543, 230, 'Agenda', 397088900, -974322200, 0),
(49416, 2543, 230, 'Allen', 386415000, -962536200, 0),
(49417, 2543, 230, 'Alta Vista', 388638900, -964891700, 0),
(49418, 2543, 230, 'Altamont', 371903400, -952971900, 0),
(49419, 2543, 230, 'Altoona', 375216470, -956611470, 0),
(49420, 2543, 230, 'Americus', 385064900, -962603620, 0),
(49421, 2543, 230, 'Andale', 377859920, -976307320, 0),
(49422, 2543, 230, 'Andover', 377000810, -971386040, 0),
(49423, 2543, 230, 'Anthony', 371533600, -980311700, 0),
(49424, 2543, 230, 'Argonia', 372652800, -977661100, 0),
(49425, 2543, 230, 'Arkansas City', 370619700, -970383700, 0),
(49426, 2543, 230, 'Arma', 375439400, -947002400, 0),
(49427, 2543, 230, 'Ashland', 371886400, -997656800, 0),
(49428, 2543, 230, 'Atchison', 395630500, -951216400, 0),
(49429, 2543, 230, 'Attica', 372421190, -982267980, 0),
(49430, 2543, 230, 'Atwood', 398066700, -1010421000, 0),
(49431, 2543, 230, 'Auburn', 389061100, -958161000, 0),
(49432, 2543, 230, 'Augusta', 376866800, -969767000, 0),
(49433, 2543, 230, 'Axtell', 398715350, -962572240, 0),
(49434, 2543, 230, 'Baileyville', 398444400, -961850000, 0),
(49435, 2543, 230, 'Baldwin City', 387750100, -951863600, 0),
(49436, 2543, 230, 'Basehor', 391373990, -949329290, 0),
(49437, 2543, 230, 'Baxter Springs', 370220480, -947358520, 0),
(49438, 2543, 230, 'Beattie', 398616700, -964191700, 0),
(49439, 2543, 230, 'Bellaire', 377625100, -972669900, 0),
(49440, 2543, 230, 'Belle Plaine', 373939100, -972811600, 0),
(49441, 2543, 230, 'Belleville', 398244500, -976325400, 0),
(49442, 2543, 230, 'Beloit', 394511400, -981100800, 0),
(49443, 2543, 230, 'Belvue', 392449910, -961776280, 0),
(49444, 2543, 230, 'Berryton', 389242900, -955913210, 0),
(49445, 2543, 230, 'Blue Rapids', 396821030, -966589200, 0),
(49446, 2543, 230, 'Bonner Springs', 390597300, -948835800, 0),
(49447, 2543, 230, 'Brewster', 393627800, -1013766700, 0),
(49448, 2543, 230, 'Bronson', 379449560, -950012980, 0),
(49449, 2543, 230, 'Bucklin', 375480600, -996350000, 0),
(49450, 2543, 230, 'Bucyrus', 387263900, -947183300, 0),
(49451, 2543, 230, 'Buhler', 381340280, -977780930, 0),
(49452, 2543, 230, 'Burlingame', 387508300, -958358300, 0),
(49453, 2543, 230, 'Burlington', 381944700, -957427600, 0),
(49454, 2543, 230, 'Bushton', 385120660, -983946400, 0),
(49455, 2543, 230, 'Caldwell', 370415470, -976141880, 0),
(49456, 2543, 230, 'Caney', 370114600, -959352600, 0),
(49457, 2543, 230, 'Canton', 383872200, -974277800, 0),
(49458, 2543, 230, 'Carbondale', 388186200, -956891500, 0),
(49459, 2543, 230, 'Cawker City', 395088900, -984338900, 0),
(49460, 2543, 230, 'Centerville', 382129040, -949859030, 0),
(49461, 2543, 230, 'Chanute', 376792100, -954572000, 0),
(49462, 2543, 230, 'Chapman', 389721840, -970219870, 0),
(49463, 2543, 230, 'Chase', 383555600, -983486100, 0),
(49464, 2543, 230, 'Cheney', 376300100, -977825500, 0),
(49465, 2543, 230, 'Cherryvale', 372703400, -955524800, 0),
(49466, 2543, 230, 'Clay Center', 393769400, -971247400, 0),
(49467, 2543, 230, 'Clearview City', 389309000, -947690000, 0),
(49468, 2543, 230, 'Clearwater', 375408980, -974953820, 0),
(49469, 2543, 230, 'Clyde', 395911370, -973997410, 0),
(49470, 2543, 230, 'Coffeyville', 370373000, -956163700, 0),
(49471, 2543, 230, 'Colby', 393958400, -1010523800, 0),
(49472, 2543, 230, 'Coldwater', 372689100, -993267800, 0),
(49473, 2543, 230, 'Columbus', 371706000, -948525600, 0),
(49474, 2543, 230, 'Concordia', 395674950, -976583130, 0),
(49475, 2543, 230, 'Conway Springs', 373903000, -976422700, 0),
(49476, 2543, 230, 'Copeland', 375411000, -1006289000, 0),
(49477, 2543, 230, 'Cottonwood Falls', 383722400, -965427800, 0),
(49478, 2543, 230, 'Council Grove', 386611200, -964919500, 0),
(49479, 2543, 230, 'De Soto', 389683570, -949679650, 0),
(49480, 2543, 230, 'Dearing', 370585800, -957130200, 0),
(49481, 2543, 230, 'Deerfield', 379820230, -1011340290, 0),
(49482, 2543, 230, 'Denton', 397316700, -952700000, 0),
(49483, 2543, 230, 'Derby', 375455700, -972689300, 0),
(49484, 2543, 230, 'Dexter', 371787050, -967160300, 0),
(49485, 2543, 230, 'Dighton', 384819600, -1004670800, 0),
(49486, 2543, 230, 'Dodge City', 377590600, -1000188210, 0),
(49487, 2543, 230, 'Dorrance', 388440510, -985881670, 0),
(49488, 2543, 230, 'Douglass', 375194600, -970128100, 0),
(49489, 2543, 230, 'Downs', 395033300, -985436100, 0),
(49490, 2543, 230, 'Edgerton', 387717730, -950039830, 0),
(49491, 2543, 230, 'Edwardsville', 390611200, -948196800, 0),
(49492, 2543, 230, 'El Dorado', 378172400, -968622500, 0),
(49493, 2543, 230, 'Elbing', 380537190, -971275110, 0),
(49494, 2543, 230, 'Elk City', 372902800, -959102800, 0),
(49495, 2543, 230, 'Elkhart', 370015370, -1019007490, 0),
(49496, 2543, 230, 'Ellinwood', 383555700, -985809100, 0),
(49497, 2543, 230, 'Ellis', 389380700, -995606700, 0),
(49498, 2543, 230, 'Ellsworth', 387323750, -982287970, 0),
(49499, 2543, 230, 'Elwood', 397555500, -948724700, 0),
(49500, 2543, 230, 'Emporia', 384039000, -961816600, 0),
(49501, 2543, 230, 'Englewood', 370385900, -999820700, 0),
(49502, 2543, 230, 'Eudora', 389433400, -950985800, 0),
(49503, 2543, 230, 'Eureka', 378239200, -962891700, 0),
(49504, 2543, 230, 'Everest', 396766700, -954252800, 0),
(49505, 2543, 230, 'Fairway', 390222300, -946319000, 0),
(49506, 2543, 230, 'Fontana', 383961000, -948756000, 0),
(49507, 2543, 230, 'Fort Leavenworth', 393616000, -949237000, 0),
(49508, 2543, 230, 'Fort Riley', 391000000, -968170000, 0),
(49509, 2543, 230, 'Fort Riley North', 391108100, -968139200, 0),
(49510, 2543, 230, 'Fort Scott', 378227400, -947015400, 0),
(49511, 2543, 230, 'Fowler', 373841340, -1001927440, 0),
(49512, 2543, 230, 'Fredonia', 375333600, -958226400, 0),
(49513, 2543, 230, 'Frontenac', 374550000, -946935000, 0),
(49514, 2543, 230, 'Galena', 370759000, -946396700, 0),
(49515, 2543, 230, 'Galesburg', 374725000, -953558300, 0),
(49516, 2543, 230, 'Galva', 383830600, -975369400, 0),
(49517, 2543, 230, 'Garden City', 379753740, -1008497880, 0),
(49518, 2543, 230, 'Garden Plain', 376605600, -976819400, 0),
(49519, 2543, 230, 'Gardner', 388108400, -949271900, 0),
(49520, 2543, 230, 'Garnett', 382832970, -952401060, 0),
(49521, 2543, 230, 'Gas', 379236000, -953458200, 0),
(49522, 2543, 230, 'Girard', 375111600, -948380200, 0),
(49523, 2543, 230, 'Goddard', 376573260, -975791730, 0),
(49524, 2543, 230, 'Goessel', 382454490, -973508000, 0),
(49525, 2543, 230, 'Goodland', 393508300, -1017101700, 0),
(49526, 2543, 230, 'Gorham', 388802800, -990227800, 0),
(49527, 2543, 230, 'Grandview Plaza', 390291600, -967891700, 0),
(49528, 2543, 230, 'Grantville', 390969120, -955297260, 0),
(49529, 2543, 230, 'Great Bend', 383644600, -987648100, 0),
(49530, 2543, 230, 'Greensburg', 376028000, -992926100, 0),
(49531, 2543, 230, 'Greenwich', 377832100, -972009760, 0),
(49532, 2543, 230, 'Grinnell', 391235260, -1006311800, 0),
(49533, 2543, 230, 'Gypsum', 387050000, -974269400, 0),
(49534, 2543, 230, 'Haddam', 398563900, -973027800, 0),
(49535, 2543, 230, 'Halstead', 380014000, -975086500, 0),
(49536, 2543, 230, 'Hanover', 398902270, -968903530, 0),
(49537, 2543, 230, 'Harper', 372866900, -980258900, 0),
(49538, 2543, 230, 'Haven', 378989000, -977828300, 0),
(49539, 2543, 230, 'Havensville', 395157440, -961198970, 0),
(49540, 2543, 230, 'Haviland', 376177660, -991053150, 0),
(49541, 2543, 230, 'Hays', 388791800, -993267700, 0),
(49542, 2543, 230, 'Haysville', 375644600, -973522700, 0),
(49543, 2543, 230, 'Herington', 386711200, -969425100, 0),
(49544, 2543, 230, 'Hesston', 381383400, -974314300, 0),
(49545, 2543, 230, 'Hiawatha', 398525000, -955358200, 0),
(49546, 2543, 230, 'Highland', 398597200, -952697000, 0),
(49547, 2543, 230, 'Hill City', 393647300, -998420600, 0),
(49548, 2543, 230, 'Hillsboro', 383519600, -972044700, 0),
(49549, 2543, 230, 'Hillsdale', 386597200, -948502800, 0),
(49550, 2543, 230, 'Holton', 394645230, -957391490, 0),
(49551, 2543, 230, 'Holyrood', 385871660, -984120040, 0),
(49552, 2543, 230, 'Home', 398418340, -965217390, 0),
(49553, 2543, 230, 'Hope', 386794200, -971077200, 0),
(49554, 2543, 230, 'Horton', 396605600, -955263700, 0),
(49555, 2543, 230, 'Hoyt', 392486100, -957052800, 0),
(49556, 2543, 230, 'Hugoton', 371753000, -1013496000, 0),
(49557, 2543, 230, 'Hutchinson', 381001510, -979193910, 0),
(49558, 2543, 230, 'Independence', 372242400, -957083100, 0),
(49559, 2543, 230, 'Inman', 382319500, -977733800, 0),
(49560, 2543, 230, 'Iola', 379244800, -953999800, 0),
(49561, 2543, 230, 'Iuka', 377572190, -987382820, 0),
(49562, 2543, 230, 'Jetmore', 380844600, -998934600, 0),
(49563, 2543, 230, 'Johnson', 375705700, -1017510000, 0),
(49564, 2543, 230, 'Junction City', 390286100, -968314000, 0),
(49565, 2543, 230, 'Kansas City', 390625200, -947177400, 0),
(49566, 2543, 230, 'Kechi', 377958500, -972794900, 0),
(49567, 2543, 230, 'Kensington', 397661210, -990315110, 0),
(49568, 2543, 230, 'Kincaid', 381029640, -951317830, 0),
(49569, 2543, 230, 'Kingman', 376458500, -981136700, 0),
(49570, 2543, 230, 'Kinsley', 379230700, -994098400, 0),
(49571, 2543, 230, 'La Crosse', 385314000, -993087200, 0),
(49572, 2543, 230, 'La Cygne', 383584130, -947419220, 0),
(49573, 2543, 230, 'La Harpe', 379155600, -952997200, 0),
(49574, 2543, 230, 'Lake City', 373328380, -988032090, 0),
(49575, 2543, 230, 'Lakin', 379405800, -1012548900, 0),
(49576, 2543, 230, 'Lansing', 392486100, -949002400, 0),
(49577, 2543, 230, 'Larned', 381805700, -990987100, 0),
(49578, 2543, 230, 'Lawrence', 389716700, -952352500, 0),
(49579, 2543, 230, 'Leavenworth', 393111100, -949224600, 0),
(49580, 2543, 230, 'Leawood', 389265000, -946372800, 0),
(49581, 2543, 230, 'Lecompton', 390430600, -953950000, 0),
(49582, 2543, 230, 'Lenexa', 389653240, -947663640, 0),
(49583, 2543, 230, 'Lenora', 396101900, -1000014700, 0),
(49584, 2543, 230, 'Leon', 376894400, -967830600, 0),
(49585, 2543, 230, 'Leonardville', 393633300, -968594400, 0),
(49586, 2543, 230, 'Leoti', 384797400, -1013587700, 0),
(49587, 2543, 230, 'Liberal', 370439290, -1009281390, 0),
(49588, 2543, 230, 'Lincoln', 390408400, -981447700, 0),
(49589, 2543, 230, 'Lincolnville', 384852600, -969579000, 0),
(49590, 2543, 230, 'Lindsborg', 385761790, -976754730, 0),
(49591, 2543, 230, 'Little River', 383966600, -980119060, 0),
(49592, 2543, 230, 'Louisburg', 386194600, -946807900, 0),
(49593, 2543, 230, 'Lucas', 390588900, -985375000, 0),
(49594, 2543, 230, 'Lyndon', 386100100, -956844300, 0),
(49595, 2543, 230, 'Lyons', 383450100, -982017300, 0),
(49596, 2543, 230, 'Madison', 381330600, -961372200, 0),
(49597, 2543, 230, 'Maize', 377791800, -974672700, 0),
(49598, 2543, 230, 'Manhattan', 391956820, -965976200, 0),
(49599, 2543, 230, 'Mankato', 397872300, -982100500, 0),
(49600, 2543, 230, 'Maple Hill', 390855770, -960263550, 0),
(49601, 2543, 230, 'Marienthal', 384858000, -1010367000, 0),
(49602, 2543, 230, 'Marion', 383483500, -970172400, 0),
(49603, 2543, 230, 'Marquette', 385539750, -978335340, 0),
(49604, 2543, 230, 'Marysville', 398411100, -966472400, 0),
(49605, 2543, 230, 'Matfield Green', 381597200, -965619400, 0),
(49606, 2543, 230, 'Mayetta', 393388900, -957219400, 0),
(49607, 2543, 230, 'Mayfield', 372579100, -975297360, 0),
(49608, 2543, 230, 'McConnell Air Force Base', 376324800, -972503400, 0),
(49609, 2543, 230, 'McPherson', 383708400, -976642100, 0),
(49610, 2543, 230, 'Meade', 372855800, -1003401500, 0),
(49611, 2543, 230, 'Medicine Lodge', 372852700, -985774330, 0),
(49612, 2543, 230, 'Melvern', 385068230, -956374840, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(49613, 2543, 230, 'Meriden', 391886430, -955675650, 0),
(49614, 2543, 230, 'Merriam', 390236200, -946935700, 0),
(49615, 2543, 230, 'Milan', 372575400, -976737040, 0),
(49616, 2543, 230, 'Milford', 391733300, -969116700, 0),
(49617, 2543, 230, 'Miltonvale', 393480240, -974557890, 0),
(49618, 2543, 230, 'Minneapolis', 391219400, -977067000, 0),
(49619, 2543, 230, 'Mission', 390276000, -946559000, 0),
(49620, 2543, 230, 'Mission Hills', 390177800, -946169000, 0),
(49621, 2543, 230, 'Moline', 373676060, -963002590, 0),
(49622, 2543, 230, 'Moran', 379435130, -951518500, 0),
(49623, 2543, 230, 'Morrowville', 398438900, -971722200, 0),
(49624, 2543, 230, 'Moscow', 373114680, -1012943530, 0),
(49625, 2543, 230, 'Mound City', 381428100, -948135700, 0),
(49626, 2543, 230, 'Mound Valley', 372079120, -954477180, 0),
(49627, 2543, 230, 'Moundridge', 382029010, -975187600, 0),
(49628, 2543, 230, 'Mulvane', 374744600, -972439300, 0),
(49629, 2543, 230, 'Muscotah', 395533300, -955208300, 0),
(49630, 2543, 230, 'Neodesha', 374251930, -956807430, 0),
(49631, 2543, 230, 'New Century', 388308300, -948902800, 0),
(49632, 2543, 230, 'Newton', 380464440, -973480120, 0),
(49633, 2543, 230, 'North Newton', 381340800, -973216200, 0),
(49634, 2543, 230, 'Norton', 398338900, -998915100, 0),
(49635, 2543, 230, 'Norwich', 374577800, -978472200, 0),
(49636, 2543, 230, 'Oakley', 391333400, -1008637600, 0),
(49637, 2543, 230, 'Oberlin', 398183400, -1005282000, 0),
(49638, 2543, 230, 'Offerle', 378911100, -995597200, 0),
(49639, 2543, 230, 'Ogden', 391111100, -967061200, 0),
(49640, 2543, 230, 'Olathe', 388421000, -947791000, 0),
(49641, 2543, 230, 'Olpe', 382619400, -961694400, 0),
(49642, 2543, 230, 'Olsburg', 394146300, -966008230, 0),
(49643, 2543, 230, 'Onaga', 394894400, -961688900, 0),
(49644, 2543, 230, 'Osage City', 386339000, -958258200, 0),
(49645, 2543, 230, 'Osawatomie', 384972400, -949505200, 0),
(49646, 2543, 230, 'Oskaloosa', 392153950, -953151420, 0),
(49647, 2543, 230, 'Oswego', 371893200, -951381600, 0),
(49648, 2543, 230, 'Ottawa', 386155700, -952677500, 0),
(49649, 2543, 230, 'Overbrook', 387805600, -955572000, 0),
(49650, 2543, 230, 'Overland Park', 389247000, -946783200, 0),
(49651, 2543, 230, 'Oxford', 372741900, -971689300, 0),
(49652, 2543, 230, 'Ozawkie', 392333330, -954658300, 0),
(49653, 2543, 230, 'Paola', 385722400, -948791300, 0),
(49654, 2543, 230, 'Park', 390639150, -1002330290, 0),
(49655, 2543, 230, 'Park City', 378000100, -973183800, 0),
(49656, 2543, 230, 'Parker', 383285250, -949916170, 0),
(49657, 2543, 230, 'Parsons', 373403400, -952610800, 0),
(49658, 2543, 230, 'Partridge', 379672200, -980913900, 0),
(49659, 2543, 230, 'Peabody', 381694600, -971067000, 0),
(49660, 2543, 230, 'Perry', 390755600, -953919400, 0),
(49661, 2543, 230, 'Phillipsburg', 397561200, -993239900, 0),
(49662, 2543, 230, 'Pittsburg', 374133100, -946998920, 0),
(49663, 2543, 230, 'Plains', 372603000, -1005926500, 0),
(49664, 2543, 230, 'Plainville', 392347300, -992981600, 0),
(49665, 2543, 230, 'Pleasanton', 381778100, -947113500, 0),
(49666, 2543, 230, 'Pomona', 386091700, -954516700, 0),
(49667, 2543, 230, 'Potwin', 379388900, -970191700, 0),
(49668, 2543, 230, 'Prairie Village', 390028800, -946329000, 0),
(49669, 2543, 230, 'Pratt', 376439100, -987375900, 0),
(49670, 2543, 230, 'Pretty Prairie', 377802800, -980188900, 0),
(49671, 2543, 230, 'Protection', 372000250, -994826020, 0),
(49672, 2543, 230, 'Quenemo', 385802800, -955277800, 0),
(49673, 2543, 230, 'Randall', 396113710, -980986560, 0),
(49674, 2543, 230, 'Rantoul', 385486100, -951016700, 0),
(49675, 2543, 230, 'Reading', 385397210, -960213200, 0),
(49676, 2543, 230, 'Republic', 399236500, -978234360, 0),
(49677, 2543, 230, 'Rexford', 394705600, -1007438900, 0),
(49678, 2543, 230, 'Richmond', 384025800, -952528730, 0),
(49679, 2543, 230, 'Riley', 392980600, -968272200, 0),
(49680, 2543, 230, 'Robinson', 398169000, -953938200, 0),
(49681, 2543, 230, 'Roeland Park', 390375100, -946321800, 0),
(49682, 2543, 230, 'Rolla', 371190550, -1016316470, 0),
(49683, 2543, 230, 'Rose Hill', 375761480, -971325300, 0),
(49684, 2543, 230, 'Rossville', 391361100, -959516600, 0),
(49685, 2543, 230, 'Roxbury', 384880200, -974347800, 0),
(49686, 2543, 230, 'Rush Center', 384642520, -993104030, 0),
(49687, 2543, 230, 'Russell', 388952900, -988598100, 0),
(49688, 2543, 230, 'Sabetha', 399022200, -958008200, 0),
(49689, 2543, 230, 'Saint George', 391900000, -964175000, 0),
(49690, 2543, 230, 'Saint John', 380020620, -987603570, 0),
(49691, 2543, 230, 'Saint Marys', 391975380, -960669880, 0),
(49692, 2543, 230, 'Saint Paul', 375171760, -951681420, 0),
(49693, 2543, 230, 'Salina', 388280140, -976146740, 0),
(49694, 2543, 230, 'Savonburg', 377547190, -951609510, 0),
(49695, 2543, 230, 'Sawyer', 375143830, -986290460, 0),
(49696, 2543, 230, 'Scammon', 372783300, -948211100, 0),
(49697, 2543, 230, 'Schoenchen', 387119010, -993316780, 0),
(49698, 2543, 230, 'Scott City', 384825200, -1009070900, 0),
(49699, 2543, 230, 'Scranton', 387794400, -957380600, 0),
(49700, 2543, 230, 'Sedan', 371267200, -961869400, 0),
(49701, 2543, 230, 'Sedgwick', 379166800, -974225400, 0),
(49702, 2543, 230, 'Selden', 395401260, -1005669390, 0),
(49703, 2543, 230, 'Seneca', 398341600, -960641700, 0),
(49704, 2543, 230, 'Severy', 376225000, -962275000, 0),
(49705, 2543, 230, 'Shawnee', 390416700, -947202400, 0),
(49706, 2543, 230, 'Shawnee Mission', 390043700, -946693900, 0),
(49707, 2543, 230, 'Silver Lake', 391041700, -958586000, 0),
(49708, 2543, 230, 'Smith Center', 397791800, -987850700, 0),
(49709, 2543, 230, 'South Haven', 370932180, -973519680, 0),
(49710, 2543, 230, 'South Hutchinson', 380280700, -979403300, 0),
(49711, 2543, 230, 'Spivey', 374279210, -981900660, 0),
(49712, 2543, 230, 'Spring Hill', 387430600, -948255200, 0),
(49713, 2543, 230, 'Stafford', 379624040, -985995780, 0),
(49714, 2543, 230, 'Sterling', 382100100, -982070100, 0),
(49715, 2543, 230, 'Stilwell', 387691700, -946563900, 0),
(49716, 2543, 230, 'Sun City', 373956240, -989004030, 0),
(49717, 2543, 230, 'Sylvan Grove', 390127800, -983925000, 0),
(49718, 2543, 230, 'Syracuse', 379805700, -1017526700, 0),
(49719, 2543, 230, 'Tampa', 385657290, -972057880, 0),
(49720, 2543, 230, 'Tecumseh', 390200740, -955543390, 0),
(49721, 2543, 230, 'Tescott', 390119400, -978780600, 0),
(49722, 2543, 230, 'Thayer', 374872200, -954761100, 0),
(49723, 2543, 230, 'Tonganoxie', 391097200, -950877500, 0),
(49724, 2543, 230, 'Topeka', 390565900, -956754400, 0),
(49725, 2543, 230, 'Toronto', 377987900, -959492180, 0),
(49726, 2543, 230, 'Towanda', 377975200, -969997600, 0),
(49727, 2543, 230, 'Tribune', 384697400, -1017526700, 0),
(49728, 2543, 230, 'Troy', 397830500, -950899700, 0),
(49729, 2543, 230, 'Udall', 373863610, -971223860, 0),
(49730, 2543, 230, 'Ulysses', 375821240, -1013584400, 0),
(49731, 2543, 230, 'Valley Center', 378440660, -973422070, 0),
(49732, 2543, 230, 'Valley Falls', 393428330, -954602130, 0),
(49733, 2543, 230, 'Viola', 375560590, -976034170, 0),
(49734, 2543, 230, 'WaKeeney', 390250100, -998795700, 0),
(49735, 2543, 230, 'Wakarusa', 388955150, -957095670, 0),
(49736, 2543, 230, 'Wakefield', 392155640, -970151550, 0),
(49737, 2543, 230, 'Wamego', 392115050, -963172320, 0),
(49738, 2543, 230, 'Washington', 398180600, -970508600, 0),
(49739, 2543, 230, 'Wathena', 397591600, -949496900, 0),
(49740, 2543, 230, 'Wellington', 372653000, -973717100, 0),
(49741, 2543, 230, 'Wellsville', 387183400, -950816400, 0),
(49742, 2543, 230, 'Westmoreland', 393938900, -964136100, 0),
(49743, 2543, 230, 'Westwood', 390405600, -946169000, 0),
(49744, 2543, 230, 'Wetmore', 396532080, -958450890, 0),
(49745, 2543, 230, 'White City', 387969180, -967335590, 0),
(49746, 2543, 230, 'Whitewater', 379636490, -971455670, 0),
(49747, 2543, 230, 'Wichita', 376922400, -973375400, 0),
(49748, 2543, 230, 'Wilson', 388229440, -984773910, 0),
(49749, 2543, 230, 'Winchester', 393065290, -952762180, 0),
(49750, 2543, 230, 'Winfield', 372397500, -969955900, 0),
(49751, 2543, 230, 'Yates Center', 378811500, -957333200, 0),
(49752, 2543, 230, 'Zenda', 374277690, -982998220, 0),
(49753, 2544, 230, 'Adairville', 366856460, -868514050, 0),
(49754, 2544, 230, 'Adams', 380007000, -827124000, 0),
(49755, 2544, 230, 'Albany', 366909000, -851346800, 0),
(49756, 2544, 230, 'Alexandria', 389595100, -843879900, 0),
(49757, 2544, 230, 'Allen', 376561120, -827008550, 0),
(49758, 2544, 230, 'Almo', 366696470, -883694300, 0),
(49759, 2544, 230, 'Alpha', 367806780, -850850360, 0),
(49760, 2544, 230, 'Alvaton', 368677820, -863606820, 0),
(49761, 2544, 230, 'Anchorage', 382667400, -855330200, 0),
(49762, 2544, 230, 'Annville', 373192500, -839704800, 0),
(49763, 2544, 230, 'Argillite', 385109660, -828732800, 0),
(49764, 2544, 230, 'Arlington', 367913900, -890113900, 0),
(49765, 2544, 230, 'Artemus', 368432920, -838271770, 0),
(49766, 2544, 230, 'Ashcamp', 372565900, -824720970, 0),
(49767, 2544, 230, 'Ashland', 384423840, -826890380, 0),
(49768, 2544, 230, 'Athol', 375525000, -835627800, 0),
(49769, 2544, 230, 'Auburn', 368642100, -867102700, 0),
(49770, 2544, 230, 'Audubon Park', 382039600, -857252400, 0),
(49771, 2544, 230, 'Auxier', 377447200, -827669400, 0),
(49772, 2544, 230, 'Bagdad', 382869960, -849735140, 0),
(49773, 2544, 230, 'Banner', 375813760, -827003600, 0),
(49774, 2544, 230, 'Barbourmeade', 382972900, -856032900, 0),
(49775, 2544, 230, 'Barbourville', 368664800, -838888100, 0),
(49776, 2544, 230, 'Bardstown', 378092300, -854669000, 0),
(49777, 2544, 230, 'Bardwell', 368706100, -890097900, 0),
(49778, 2544, 230, 'Barlow', 370577570, -890772580, 0),
(49779, 2544, 230, 'Baxter', 368775600, -833167200, 0),
(49780, 2544, 230, 'Beattyville', 375755290, -837096910, 0),
(49781, 2544, 230, 'Beaver Dam', 374019900, -868758300, 0),
(49782, 2544, 230, 'Bedford', 385925600, -853177300, 0),
(49783, 2544, 230, 'Beechwood Village', 382547900, -856313500, 0),
(49784, 2544, 230, 'Belfry', 376383410, -822597180, 0),
(49785, 2544, 230, 'Bellevue', 391064500, -844788300, 0),
(49786, 2544, 230, 'Belton', 371436530, -869656860, 0),
(49787, 2544, 230, 'Benton', 368572800, -883503200, 0),
(49788, 2544, 230, 'Berea', 375686900, -842963200, 0),
(49789, 2544, 230, 'Berry', 385202800, -843844400, 0),
(49790, 2544, 230, 'Big Creek', 371552720, -836231630, 0),
(49791, 2544, 230, 'Big Laurel', 369976310, -831635150, 0),
(49792, 2544, 230, 'Bighill', 375546600, -842095300, 0),
(49793, 2544, 230, 'Bimble', 368904680, -838263030, 0),
(49794, 2544, 230, 'Blackey', 371402800, -829794400, 0),
(49795, 2544, 230, 'Bloomfield', 379144400, -853191700, 0),
(49796, 2544, 230, 'Boaz', 369554470, -886443360, 0),
(49797, 2544, 230, 'Bonnieville', 373743910, -858893670, 0),
(49798, 2544, 230, 'Booneville', 374762000, -836749100, 0),
(49799, 2544, 230, 'Boston', 377564440, -856369810, 0),
(49800, 2544, 230, 'Bowling Green', 369903200, -864436000, 0),
(49801, 2544, 230, 'Brandenburg', 379828500, -861300860, 0),
(49802, 2544, 230, 'Breckinridge Center', 376828200, -878630800, 0),
(49803, 2544, 230, 'Bremen', 373633300, -872175000, 0),
(49804, 2544, 230, 'Brodhead', 374042500, -844138300, 0),
(49805, 2544, 230, 'Bronston', 369855600, -846230600, 0),
(49806, 2544, 230, 'Brooks', 380611800, -857096800, 0),
(49807, 2544, 230, 'Brooksville', 386825700, -840657600, 0),
(49808, 2544, 230, 'Brownsville', 371925500, -862677500, 0),
(49809, 2544, 230, 'Buckhorn', 373458300, -834711100, 0),
(49810, 2544, 230, 'Buckner', 383836800, -854399600, 0),
(49811, 2544, 230, 'Buechel', 381950700, -856519000, 0),
(49812, 2544, 230, 'Bulan', 373000000, -831666670, 0),
(49813, 2544, 230, 'Burkesville', 367903400, -853705200, 0),
(49814, 2544, 230, 'Burlington', 390275600, -847241100, 0),
(49815, 2544, 230, 'Burnside', 369900000, -846036100, 0),
(49816, 2544, 230, 'Bush', 370773410, -840828430, 0),
(49817, 2544, 230, 'Butler', 387869400, -843702800, 0),
(49818, 2544, 230, 'Cadiz', 368650500, -878353000, 0),
(49819, 2544, 230, 'Calhoun', 375389400, -872583300, 0),
(49820, 2544, 230, 'California', 389191700, -842633300, 0),
(49821, 2544, 230, 'Calvert City', 370193660, -883461290, 0),
(49822, 2544, 230, 'Calvin', 366953440, -837668120, 0),
(49823, 2544, 230, 'Campbellsburg', 385230600, -852044400, 0),
(49824, 2544, 230, 'Campbellsville', 373434000, -853419100, 0),
(49825, 2544, 230, 'Campton', 377342500, -835474100, 0),
(49826, 2544, 230, 'Canada', 375981210, -823215030, 0),
(49827, 2544, 230, 'Caneyville', 374266490, -864903150, 0),
(49828, 2544, 230, 'Carlisle', 383120200, -840274300, 0),
(49829, 2544, 230, 'Carrollton', 386809000, -851794000, 0),
(49830, 2544, 230, 'Catlettsburg', 384048000, -826004400, 0),
(49831, 2544, 230, 'Cave City', 371207600, -859177000, 0),
(49832, 2544, 230, 'Cawood', 367496690, -832689490, 0),
(49833, 2544, 230, 'Cecilia', 376658300, -859566700, 0),
(49834, 2544, 230, 'Central City', 372939300, -871233300, 0),
(49835, 2544, 230, 'Chaplin', 379009490, -852067620, 0),
(49836, 2544, 230, 'Clarkson', 374947200, -862227800, 0),
(49837, 2544, 230, 'Claryville', 389192300, -843954900, 0),
(49838, 2544, 230, 'Clay', 374767100, -878200200, 0),
(49839, 2544, 230, 'Clay City', 378592500, -839185300, 0),
(49840, 2544, 230, 'Clearfield', 381417690, -835411050, 0),
(49841, 2544, 230, 'Clermont', 379297220, -856527780, 0),
(49842, 2544, 230, 'Closplint', 368995440, -830849400, 0),
(49843, 2544, 230, 'Cloverport', 378333900, -866327600, 0),
(49844, 2544, 230, 'Coal Run Village', 375131600, -825584900, 0),
(49845, 2544, 230, 'Cold Spring', 390217300, -844399400, 0),
(49846, 2544, 230, 'Columbia', 371028400, -853063500, 0),
(49847, 2544, 230, 'Combs', 372660000, -832120000, 0),
(49848, 2544, 230, 'Corbin', 369368330, -841143380, 0),
(49849, 2544, 230, 'Covington', 390836700, -845085500, 0),
(49850, 2544, 230, 'Coxs Creek', 378986100, -854736100, 0),
(49851, 2544, 230, 'Crab Orchard', 374429900, -845177530, 0),
(49852, 2544, 230, 'Crestwood', 383242400, -854724600, 0),
(49853, 2544, 230, 'Crittenden', 387828400, -846052200, 0),
(49854, 2544, 230, 'Crofton', 370477800, -874852800, 0),
(49855, 2544, 230, 'Cumberland', 369751940, -829860240, 0),
(49856, 2544, 230, 'Cunningham', 368935840, -888764200, 0),
(49857, 2544, 230, 'Cynthiana', 383894410, -842950980, 0),
(49858, 2544, 230, 'Danville', 376456300, -847721700, 0),
(49859, 2544, 230, 'Dawson Springs', 371672700, -876925100, 0),
(49860, 2544, 230, 'Dayton', 391128400, -844727200, 0),
(49861, 2544, 230, 'De Mossville', 387490790, -844714250, 0),
(49862, 2544, 230, 'Debord', 377980560, -825819440, 0),
(49863, 2544, 230, 'Denniston', 379158300, -835380600, 0),
(49864, 2544, 230, 'Denton', 382876350, -828234950, 0),
(49865, 2544, 230, 'Denver', 377761100, -828547200, 0),
(49866, 2544, 230, 'Dixon', 375178200, -876902900, 0),
(49867, 2544, 230, 'Douglass Hills', 382378500, -855527400, 0),
(49868, 2544, 230, 'Dover', 386369780, -837902010, 0),
(49869, 2544, 230, 'Drakesboro', 372172200, -870502800, 0),
(49870, 2544, 230, 'Drift', 374802780, -827477780, 0),
(49871, 2544, 230, 'Dry Ridge', 387046000, -846552000, 0),
(49872, 2544, 230, 'Dwarf', 373350000, -831313200, 0),
(49873, 2544, 230, 'Earlington', 372742100, -875119400, 0),
(49874, 2544, 230, 'East Bernstadt', 371908300, -841197200, 0),
(49875, 2544, 230, 'East Point', 377461100, -827908300, 0),
(49876, 2544, 230, 'Eastern', 375267650, -828235650, 0),
(49877, 2544, 230, 'Eastwood', 382732890, -854111920, 0),
(49878, 2544, 230, 'Eddyville', 370945000, -880803000, 0),
(49879, 2544, 230, 'Edmonton', 369800600, -856121900, 0),
(49880, 2544, 230, 'Ekron', 379308300, -861780600, 0),
(49881, 2544, 230, 'Elizabethtown', 377058820, -858627650, 0),
(49882, 2544, 230, 'Elkfork', 379648100, -831329500, 0),
(49883, 2544, 230, 'Elkhorn City', 373030600, -823477800, 0),
(49884, 2544, 230, 'Elliottville', 381827800, -832758300, 0),
(49885, 2544, 230, 'Elsmere', 390125600, -846046700, 0),
(49886, 2544, 230, 'Emmalena', 373259140, -830698370, 0),
(49887, 2544, 230, 'Eolia', 370646390, -827619200, 0),
(49888, 2544, 230, 'Erlanger', 390133200, -846049200, 0),
(49889, 2544, 230, 'Ermine', 371743130, -828220080, 0),
(49890, 2544, 230, 'Evarts', 368638900, -831941700, 0),
(49891, 2544, 230, 'Ewing', 384330600, -838517400, 0),
(49892, 2544, 230, 'Fairdale', 381050700, -857588500, 0),
(49893, 2544, 230, 'Fairfield', 379312850, -853777120, 0),
(49894, 2544, 230, 'Fairview', 368921000, -874857700, 0),
(49895, 2544, 230, 'Falcon', 377897220, -830019440, 0),
(49896, 2544, 230, 'Falmouth', 386767400, -843302100, 0),
(49897, 2544, 230, 'Fancy Farm', 367594160, -887928240, 0),
(49898, 2544, 230, 'Farmington', 366764330, -885374780, 0),
(49899, 2544, 230, 'Fedscreek', 373687800, -822621000, 0),
(49900, 2544, 230, 'Ferguson', 370696970, -845997800, 0),
(49901, 2544, 230, 'Fern Creek', 381597900, -855877400, 0),
(49902, 2544, 230, 'Finchville', 381529000, -853010690, 0),
(49903, 2544, 230, 'Fisherville', 381911000, -854715000, 0),
(49904, 2544, 230, 'Flatgap', 379341700, -828875000, 0),
(49905, 2544, 230, 'Flatwoods', 385225800, -827171100, 0),
(49906, 2544, 230, 'Flemingsburg', 384185400, -836881200, 0),
(49907, 2544, 230, 'Florence', 389884770, -846468280, 0),
(49908, 2544, 230, 'Fort Campbell', 366538980, -874636800, 0),
(49909, 2544, 230, 'Fort Campbell North', 366542900, -874605600, 0),
(49910, 2544, 230, 'Fort Knox', 378891130, -859538660, 0),
(49911, 2544, 230, 'Fort Mitchell', 390595000, -845474400, 0),
(49912, 2544, 230, 'Fort Thomas', 390750600, -844471600, 0),
(49913, 2544, 230, 'Fort Wright', 390517300, -845341100, 0),
(49914, 2544, 230, 'Foster', 387476160, -841516680, 0),
(49915, 2544, 230, 'Fountain Run', 367213900, -859613900, 0),
(49916, 2544, 230, 'Francisville', 391050600, -847243900, 0),
(49917, 2544, 230, 'Frankfort', 382006200, -849469500, 0),
(49918, 2544, 230, 'Franklin', 367222600, -865772200, 0),
(49919, 2544, 230, 'Fredonia', 372091700, -880588900, 0),
(49920, 2544, 230, 'Fulton', 365042300, -888742300, 0),
(49921, 2544, 230, 'Garrard', 371236200, -837463200, 0),
(49922, 2544, 230, 'Garrison', 385521050, -831924800, 0),
(49923, 2544, 230, 'Georgetown', 382098000, -845588300, 0),
(49924, 2544, 230, 'Ghent', 387365160, -850603190, 0),
(49925, 2544, 230, 'Gilbertsville', 370244400, -882997200, 0),
(49926, 2544, 230, 'Glasgow', 369973800, -859075800, 0),
(49927, 2544, 230, 'Glencoe', 387133000, -848217000, 0),
(49928, 2544, 230, 'Glens Fork', 370002420, -852463760, 0),
(49929, 2544, 230, 'Glenview', 383098720, -856482800, 0),
(49930, 2544, 230, 'Gordon', 369941600, -830712090, 0),
(49931, 2544, 230, 'Goshen', 384016700, -855827800, 0),
(49932, 2544, 230, 'Graham', 372421650, -872967750, 0),
(49933, 2544, 230, 'Grand Rivers', 370759800, -882599400, 0),
(49934, 2544, 230, 'Gravel Switch', 375694780, -850859550, 0),
(49935, 2544, 230, 'Gray Hawk', 373950000, -839402800, 0),
(49936, 2544, 230, 'Graymoor-Devondale', 382731300, -856230200, 0),
(49937, 2544, 230, 'Grays Knob', 368425370, -833213930, 0),
(49938, 2544, 230, 'Grayson', 383325800, -829485000, 0),
(49939, 2544, 230, 'Greensburg', 372608900, -854988500, 0),
(49940, 2544, 230, 'Greenup', 385731300, -828301700, 0),
(49941, 2544, 230, 'Greenville', 372068240, -871801840, 0),
(49942, 2544, 230, 'Gunlock', 375516520, -829470180, 0),
(49943, 2544, 230, 'Guthrie', 366483800, -871663900, 0),
(49944, 2544, 230, 'Hanson', 374177800, -874805600, 0),
(49945, 2544, 230, 'Happy', 372012720, -830982380, 0),
(49946, 2544, 230, 'Hardin', 367810800, -882527400, 0),
(49947, 2544, 230, 'Hardinsburg', 377791800, -864589800, 0),
(49948, 2544, 230, 'Hardy', 376081580, -822520880, 0),
(49949, 2544, 230, 'Hardyville', 372214050, -857480790, 0),
(49950, 2544, 230, 'Harlan', 368431400, -833218500, 0),
(49951, 2544, 230, 'Harold', 374922040, -826186020, 0),
(49952, 2544, 230, 'Harrods Creek', 383265000, -856322000, 0),
(49953, 2544, 230, 'Harrodsburg', 377623000, -848432900, 0),
(49954, 2544, 230, 'Hartford', 374511600, -869091600, 0),
(49955, 2544, 230, 'Hawesville', 379000600, -867549900, 0),
(49956, 2544, 230, 'Hazard', 372495400, -831932300, 0),
(49957, 2544, 230, 'Hazel', 365047200, -883255600, 0),
(49958, 2544, 230, 'Hebron', 390658900, -847010600, 0),
(49959, 2544, 230, 'Heidrick', 368964960, -838677250, 0),
(49960, 2544, 230, 'Hellier', 372875000, -824713890, 0),
(49961, 2544, 230, 'Henderson', 378361500, -875900100, 0),
(49962, 2544, 230, 'Hendron', 370395000, -886292200, 0),
(49963, 2544, 230, 'Heritage Creek', 381236800, -857196800, 0),
(49964, 2544, 230, 'Hickman', 365711700, -891861800, 0),
(49965, 2544, 230, 'Highview', 381428500, -856241300, 0),
(49966, 2544, 230, 'Hillsboro', 382852200, -836769890, 0),
(49967, 2544, 230, 'Hillview', 380697900, -856855100, 0),
(49968, 2544, 230, 'Hindman', 373359300, -829804400, 0),
(49969, 2544, 230, 'Hodgenville', 375739500, -857399600, 0),
(49970, 2544, 230, 'Hopkinsville', 368686750, -874789330, 0),
(49971, 2544, 230, 'Horse Cave', 371795000, -859069200, 0),
(49972, 2544, 230, 'Hoskinston', 370772220, -833916670, 0),
(49973, 2544, 230, 'Hurstbourne Acres', 382211800, -855891300, 0),
(49974, 2544, 230, 'Hustonville', 374727800, -848177800, 0),
(49975, 2544, 230, 'Hyden', 371609300, -833732400, 0),
(49976, 2544, 230, 'Independence', 389431200, -845441100, 0),
(49977, 2544, 230, 'Indian Hills', 382725700, -856627400, 0),
(49978, 2544, 230, 'Inez', 378664800, -825387600, 0),
(49979, 2544, 230, 'Irvine', 376026800, -838872300, 0),
(49980, 2544, 230, 'Island', 374425000, -871466700, 0),
(49981, 2544, 230, 'Isom', 371877800, -828988900, 0),
(49982, 2544, 230, 'Ivel', 375986040, -826603830, 0),
(49983, 2544, 230, 'Jackson', 378250800, -848707900, 0),
(49984, 2544, 230, 'Jamestown', 369749310, -850948400, 0),
(49985, 2544, 230, 'Jeffersontown', 381942400, -855644000, 0),
(49986, 2544, 230, 'Jeffersonville', 379736900, -838418600, 0),
(49987, 2544, 230, 'Jenkins', 371734400, -826309900, 0),
(49988, 2544, 230, 'Junction City', 375867400, -847938400, 0),
(49989, 2544, 230, 'Kenton', 388683330, -844561110, 0),
(49990, 2544, 230, 'Kevil', 370981590, -888494350, 0),
(49991, 2544, 230, 'Kimper', 375000580, -823109220, 0),
(49992, 2544, 230, 'Kirksey', 366817980, -884267240, 0),
(49993, 2544, 230, 'Knifley', 372358680, -851686610, 0),
(49994, 2544, 230, 'Kuttawa', 370588890, -881136110, 0),
(49995, 2544, 230, 'La Center', 371016560, -889717700, 0),
(49996, 2544, 230, 'La Grange', 384075700, -853788500, 0),
(49997, 2544, 230, 'Lakeside Park', 390350830, -845706030, 0),
(49998, 2544, 230, 'Lancaster', 376602200, -845927580, 0),
(49999, 2544, 230, 'Latonia', 390480600, -845088900, 0),
(50000, 2544, 230, 'Lawrenceburg', 380373000, -848966200, 0),
(50001, 2544, 230, 'Lebanon', 375697900, -852527400, 0),
(50002, 2544, 230, 'Lebanon Junction', 378345100, -857319000, 0),
(50003, 2544, 230, 'Leitchfield', 374800500, -862938600, 0),
(50004, 2544, 230, 'Lewisport', 379370000, -869022100, 0),
(50005, 2544, 230, 'Lexington', 379995220, -845308190, 0),
(50006, 2544, 230, 'Lexington-Fayette', 380498000, -844585500, 0),
(50007, 2544, 230, 'Liberty', 373184100, -849394000, 0),
(50008, 2544, 230, 'Lily', 370188860, -840622340, 0),
(50009, 2544, 230, 'London', 371089440, -840758560, 0),
(50010, 2544, 230, 'Louisa', 381142500, -826032100, 0),
(50011, 2544, 230, 'Louisville', 382542400, -857594100, 0),
(50012, 2544, 230, 'Loyall', 368520300, -833540700, 0),
(50013, 2544, 230, 'Ludlow', 390925600, -845474400, 0),
(50014, 2544, 230, 'Lynch', 369629070, -829112660, 0),
(50015, 2544, 230, 'Lyndon', 382567400, -856016300, 0),
(50016, 2544, 230, 'Maceo', 378638900, -869938900, 0),
(50017, 2544, 230, 'Madisonville', 373331130, -874973190, 0),
(50018, 2544, 230, 'Mammoth Cave', 372857110, -861908980, 0),
(50019, 2544, 230, 'Manchester', 371537000, -837618600, 0),
(50020, 2544, 230, 'Manitou', 374146360, -875663300, 0),
(50021, 2544, 230, 'Marion', 373328300, -880811300, 0),
(50022, 2544, 230, 'Marrowbone', 367622200, -850102800, 0),
(50023, 2544, 230, 'Martin', 375677800, -827594400, 0),
(50024, 2544, 230, 'Mason', 385761110, -845852780, 0),
(50025, 2544, 230, 'Masonic Home', 382532400, -856625800, 0),
(50026, 2544, 230, 'Massac', 370167200, -887306100, 0),
(50027, 2544, 230, 'Mayfield', 367372840, -886406380, 0),
(50028, 2544, 230, 'Maysville', 385960200, -837811200, 0),
(50029, 2544, 230, 'McKee', 374471160, -840132610, 0),
(50030, 2544, 230, 'Melbourne', 390316700, -843686100, 0),
(50031, 2544, 230, 'Middlesboro', 366105380, -837227930, 0),
(50032, 2544, 230, 'Middletown', 382453500, -855388500, 0),
(50033, 2544, 230, 'Midway', 381434370, -846932430, 0),
(50034, 2544, 230, 'Millersburg', 383009410, -841409330, 0),
(50035, 2544, 230, 'Milton', 387100000, -853750000, 0),
(50036, 2544, 230, 'Minnie', 374785390, -827541870, 0),
(50037, 2544, 230, 'Mize', 378594440, -833736110, 0),
(50038, 2544, 230, 'Monticello', 379923000, -845502200, 0),
(50039, 2544, 230, 'Morehead', 372711500, -871763800, 0),
(50040, 2544, 230, 'Morganfield', 376833800, -879166900, 0),
(50041, 2544, 230, 'Morgantown', 372256000, -866836000, 0),
(50042, 2544, 230, 'Mount Sterling', 380564700, -839432600, 0),
(50043, 2544, 230, 'Mount Vernon', 373528600, -843404900, 0),
(50044, 2544, 230, 'Mount Washington', 380440380, -855570820, 0),
(50045, 2544, 230, 'Muldraugh', 379369400, -859913900, 0),
(50046, 2544, 230, 'Munfordville', 372722800, -858910800, 0),
(50047, 2544, 230, 'Murray', 366183000, -882510600, 0),
(50048, 2544, 230, 'Nancy', 370716700, -847480600, 0),
(50049, 2544, 230, 'Neon', 371944400, -827058300, 0),
(50050, 2544, 230, 'Nerinx', 376641670, -853994440, 0),
(50051, 2544, 230, 'New Concord', 365964370, -880698830, 0),
(50052, 2544, 230, 'New Haven', 376591700, -855891700, 0),
(50053, 2544, 230, 'New Hope', 376117390, -855141040, 0),
(50054, 2544, 230, 'Newburg', 381600700, -856596800, 0),
(50055, 2544, 230, 'Newport', 390914500, -844957800, 0),
(50056, 2544, 230, 'Nicholasville', 378806300, -845730000, 0),
(50057, 2544, 230, 'North Corbin', 369606400, -840932600, 0),
(50058, 2544, 230, 'Nortonville', 371908800, -874527800, 0),
(50059, 2544, 230, 'Oak Grove', 373442100, -867547100, 0),
(50060, 2544, 230, 'Oakbrook', 389997800, -846852200, 0),
(50061, 2544, 230, 'Oil Springs', 378407260, -829410930, 0),
(50062, 2544, 230, 'Okolona', 381411800, -856877400, 0),
(50063, 2544, 230, 'Olive Hill', 383046360, -831687170, 0),
(50064, 2544, 230, 'Oneida', 372761170, -836556410, 0),
(50065, 2544, 230, 'Orchard Grass Hills', 383236800, -855213500, 0),
(50066, 2544, 230, 'Orlando', 373879040, -842209840, 0),
(50067, 2544, 230, 'Owensboro', 377742200, -871133300, 0),
(50068, 2544, 230, 'Owenton', 385364600, -848418900, 0),
(50069, 2544, 230, 'Owingsville', 381448000, -837640800, 0),
(50070, 2544, 230, 'Paducah', 370306020, -885892450, 0),
(50071, 2544, 230, 'Paint Lick', 375832460, -844336460, 0),
(50072, 2544, 230, 'Paintsville', 378145400, -828071100, 0),
(50073, 2544, 230, 'Paris', 382098000, -842529900, 0),
(50074, 2544, 230, 'Park City', 370941700, -860483300, 0),
(50075, 2544, 230, 'Park Hills', 390714500, -845321700, 0),
(50076, 2544, 230, 'Pendleton', 384958710, -853397240, 0),
(50077, 2544, 230, 'Perryville', 376494340, -849680630, 0),
(50078, 2544, 230, 'Petersburg', 390429150, -848406970, 0),
(50079, 2544, 230, 'Pewee Valley', 383106200, -854874600, 0),
(50080, 2544, 230, 'Phelps', 374918360, -821655880, 0),
(50081, 2544, 230, 'Philpot', 377300000, -870900000, 0),
(50082, 2544, 230, 'Pikeville', 374786560, -825151760, 0),
(50083, 2544, 230, 'Pine Knot', 366509100, -844385500, 0),
(50084, 2544, 230, 'Pineville', 367620300, -836949200, 0),
(50085, 2544, 230, 'Pinsonfork', 375591860, -821934580, 0),
(50086, 2544, 230, 'Pioneer Village', 380606200, -856777400, 0),
(50087, 2544, 230, 'Pippa Passes', 373347200, -828755600, 0),
(50088, 2544, 230, 'Plano', 368803200, -864183200, 0),
(50089, 2544, 230, 'Pleasure Ridge Park', 381453500, -858583000, 0),
(50090, 2544, 230, 'Plummers Landing', 383072400, -835680100, 0),
(50091, 2544, 230, 'Prestonsburg', 376674930, -827678590, 0),
(50092, 2544, 230, 'Princeton', 371092200, -878819600, 0),
(50093, 2544, 230, 'Prospect', 383450700, -856155200, 0),
(50094, 2544, 230, 'Radcliff', 378403500, -859491300, 0),
(50095, 2544, 230, 'Ransom', 375960890, -821688990, 0),
(50096, 2544, 230, 'Ravenna', 376852200, -839427000, 0),
(50097, 2544, 230, 'Raywick', 375605600, -854297200, 0),
(50098, 2544, 230, 'Redfox', 372311110, -829680560, 0),
(50099, 2544, 230, 'Richmond', 377626170, -843022290, 0),
(50100, 2544, 230, 'Rineyville', 377494400, -859700000, 0),
(50101, 2544, 230, 'Robinson Creek', 373289170, -825706510, 0),
(50102, 2544, 230, 'Rockfield', 369512700, -865995050, 0),
(50103, 2544, 230, 'Rockholds', 368253150, -840898950, 0),
(50104, 2544, 230, 'Rocky Hill', 370680340, -861004740, 0),
(50105, 2544, 230, 'Rush', 382980600, -827480600, 0),
(50106, 2544, 230, 'Russell', 385173000, -826976600, 0),
(50107, 2544, 230, 'Russell Springs', 370585400, -850917560, 0),
(50108, 2544, 230, 'Russellville', 368453200, -868872200, 0),
(50109, 2544, 230, 'Ryland Heights', 389575600, -844630000, 0),
(50110, 2544, 230, 'Sadieville', 383916700, -845355600, 0),
(50111, 2544, 230, 'Saint Dennis', 381884000, -858458000, 0),
(50112, 2544, 230, 'Saint Matthews', 382528500, -856557900, 0),
(50113, 2544, 230, 'Saint Regis Park', 382267400, -856166300, 0),
(50114, 2544, 230, 'Salem', 372647200, -882411100, 0),
(50115, 2544, 230, 'Salvisa', 379125020, -848753210, 0),
(50116, 2544, 230, 'Salyersville', 377525900, -830687800, 0),
(50117, 2544, 230, 'Sanders', 386670120, -849961180, 0),
(50118, 2544, 230, 'Sandgap', 374849370, -840452080, 0),
(50119, 2544, 230, 'Sassafras', 372393000, -830274000, 0),
(50120, 2544, 230, 'Saul', 373970640, -832711560, 0),
(50121, 2544, 230, 'Science Hill', 371752800, -846355600, 0),
(50122, 2544, 230, 'Scottsville', 367533800, -861905400, 0),
(50123, 2544, 230, 'Sebree', 376069900, -875286200, 0),
(50124, 2544, 230, 'Sharon Grove', 369403760, -871057430, 0),
(50125, 2544, 230, 'Shelbiana', 373932600, -824712000, 0),
(50126, 2544, 230, 'Shelby Gap', 372328280, -825709620, 0),
(50127, 2544, 230, 'Shelbyville', 382120100, -852235700, 0),
(50128, 2544, 230, 'Shepherdsville', 380038200, -856963200, 0),
(50129, 2544, 230, 'Shively', 382000700, -858227400, 0),
(50130, 2544, 230, 'Sidney', 376146150, -823779140, 0),
(50131, 2544, 230, 'Silver Grove', 390345100, -843902200, 0),
(50132, 2544, 230, 'Simpsonville', 382225700, -853552300, 0),
(50133, 2544, 230, 'Slade', 377950000, -837041700, 0),
(50134, 2544, 230, 'Slaughters', 374897200, -875008300, 0),
(50135, 2544, 230, 'Smith Mills', 378095630, -877689900, 0),
(50136, 2544, 230, 'Smithfield', 383566780, -853213330, 0),
(50137, 2544, 230, 'Smithland', 371389400, -884033700, 0),
(50138, 2544, 230, 'Smiths Grove', 370533300, -862075000, 0),
(50139, 2544, 230, 'Soldier', 382591670, -832994440, 0),
(50140, 2544, 230, 'Somerset', 370823380, -846098030, 0),
(50141, 2544, 230, 'Sonora', 375304600, -859342180, 0),
(50142, 2544, 230, 'South Portsmouth', 387065380, -830119210, 0),
(50143, 2544, 230, 'South Shore', 387209100, -829582300, 0),
(50144, 2544, 230, 'South Union', 368763890, -866563890, 0),
(50145, 2544, 230, 'South Williamson', 376697930, -822864710, 0),
(50146, 2544, 230, 'Springfield', 376853400, -852221800, 0),
(50147, 2544, 230, 'Staffordsville', 378383430, -828604500, 0),
(50148, 2544, 230, 'Stamping Ground', 382716700, -846844400, 0),
(50149, 2544, 230, 'Stanford', 375160440, -846780960, 0),
(50150, 2544, 230, 'Stanley', 378232480, -872442720, 0),
(50151, 2544, 230, 'Stanton', 378456400, -838582500, 0),
(50152, 2544, 230, 'Stone', 375639950, -822895620, 0),
(50153, 2544, 230, 'Stoney Fork', 368850140, -835284170, 0),
(50154, 2544, 230, 'Sturgis', 375467100, -879839100, 0),
(50155, 2544, 230, 'Summer Shade', 368912400, -857154600, 0),
(50156, 2544, 230, 'Taylor Mill', 389975600, -844963300, 0),
(50157, 2544, 230, 'Taylorsville', 380317300, -853424500, 0),
(50158, 2544, 230, 'Tompkinsville', 367022800, -856916400, 0),
(50159, 2544, 230, 'Topmost', 373247220, -827680560, 0),
(50160, 2544, 230, 'Trenton', 367284220, -872579040, 0),
(50161, 2544, 230, 'Tyner', 373755210, -838751270, 0),
(50162, 2544, 230, 'Union', 389459000, -846805000, 0),
(50163, 2544, 230, 'Upton', 374622200, -858952800, 0),
(50164, 2544, 230, 'Utica', 376022200, -871130600, 0),
(50165, 2544, 230, 'Valley Station', 381111800, -858702400, 0),
(50166, 2544, 230, 'Van Lear', 377712100, -827579400, 0),
(50167, 2544, 230, 'Vanceburg', 385992400, -833188000, 0),
(50168, 2544, 230, 'Vancleve', 376294840, -834139390, 0),
(50169, 2544, 230, 'Verona', 388184000, -846607800, 0),
(50170, 2544, 230, 'Versailles', 380525800, -847299500, 0),
(50171, 2544, 230, 'Vicco', 371597730, -830953340, 0),
(50172, 2544, 230, 'Villa Hills', 390633900, -845930000, 0),
(50173, 2544, 230, 'Vine Grove', 378100700, -859813500, 0),
(50174, 2544, 230, 'Viper', 371827800, -831483300, 0),
(50175, 2544, 230, 'Virgie', 373350000, -825797200, 0),
(50176, 2544, 230, 'Waco', 377492450, -841301380, 0),
(50177, 2544, 230, 'Waddy', 381513160, -850627360, 0),
(50178, 2544, 230, 'Wallingford', 383426830, -835557690, 0),
(50179, 2544, 230, 'Walton', 388756200, -846102200, 0),
(50180, 2544, 230, 'Warsaw', 387834000, -849016200, 0),
(50181, 2544, 230, 'Water Valley', 365666670, -888108300, 0),
(50182, 2544, 230, 'Waynesburg', 373662590, -846326890, 0),
(50183, 2544, 230, 'Webbville', 381519970, -827952030, 0),
(50184, 2544, 230, 'Wellington', 379810430, -834730530, 0),
(50185, 2544, 230, 'West Buechel', 381970100, -856632900, 0),
(50186, 2544, 230, 'West Liberty', 379214800, -832596200, 0),
(50187, 2544, 230, 'West Paducah', 370830600, -887441700, 0),
(50188, 2544, 230, 'West Point', 379955760, -859532140, 0),
(50189, 2544, 230, 'Westport', 384874080, -854532640, 0),
(50190, 2544, 230, 'Westwood', 384831400, -826698800, 0),
(50191, 2544, 230, 'Whick', 374092710, -833706800, 0),
(50192, 2544, 230, 'White Plains', 371844400, -873847200, 0),
(50193, 2544, 230, 'Whitesburg', 371184300, -828268300, 0),
(50194, 2544, 230, 'Whitesville', 376811430, -868734580, 0),
(50195, 2544, 230, 'Whitley City', 367234100, -844704900, 0),
(50196, 2544, 230, 'Wickliffe', 369647800, -890892300, 0),
(50197, 2544, 230, 'Wilder', 390564500, -844868900, 0),
(50198, 2544, 230, 'Williamsburg', 367434200, -841596600, 0),
(50199, 2544, 230, 'Williamstown', 386381200, -845605000, 0),
(50200, 2544, 230, 'Willisburg', 378973340, -851071810, 0),
(50201, 2544, 230, 'Wilmore', 378635460, -846479170, 0),
(50202, 2544, 230, 'Winchester', 379900800, -841796500, 0),
(50203, 2544, 230, 'Woodbine', 369047200, -840888900, 0),
(50204, 2544, 230, 'Wooton', 371981430, -833005020, 0),
(50205, 2544, 230, 'Worthington', 383156200, -855616300, 0),
(50206, 2544, 230, 'Worthington Hills', 383089600, -855269000, 0),
(50207, 2544, 230, 'Yerkes', 372784300, -833008400, 0),
(50208, 2545, 230, 'Abbeville', 299746500, -921342900, 0),
(50209, 2545, 230, 'Abita Springs', 304785300, -900375800, 0),
(50210, 2545, 230, 'Akers', 303986800, -903695200, 0),
(50211, 2545, 230, 'Albany', 305043600, -905823100, 0),
(50212, 2545, 230, 'Alexandria', 313007390, -925048080, 0),
(50213, 2545, 230, 'Amelia', 296663200, -911020400, 0),
(50214, 2545, 230, 'Amite', 307265700, -905089800, 0),
(50215, 2545, 230, 'Anacoco', 312120280, -933906100, 0),
(50216, 2545, 230, 'Angie', 309644400, -898136100, 0),
(50217, 2545, 230, 'Angola', 309954480, -915427940, 0),
(50218, 2545, 230, 'Arabi', 299543700, -900053500, 0),
(50219, 2545, 230, 'Arnaudville', 303977000, -919315100, 0),
(50220, 2545, 230, 'Atlanta', 318325970, -927889870, 0),
(50221, 2545, 230, 'Avondale', 299129800, -902036900, 0),
(50222, 2545, 230, 'Baker', 305882400, -911681600, 0),
(50223, 2545, 230, 'Baldwin', 298379800, -915442800, 0),
(50224, 2545, 230, 'Ball', 314154600, -924118000, 0),
(50225, 2545, 230, 'Barksdale Air Force Base', 325066800, -936402600, 0),
(50226, 2545, 230, 'Basile', 304852000, -925959700, 0),
(50227, 2545, 230, 'Baskin', 323173400, -916892900, 0),
(50228, 2545, 230, 'Bastrop', 327562500, -918723500, 0),
(50229, 2545, 230, 'Baton Rouge', 304507500, -911545500, 0),
(50230, 2545, 230, 'Bayou Cane', 296241000, -907512000, 0),
(50231, 2545, 230, 'Belcher', 327505600, -938338900, 0),
(50232, 2545, 230, 'Bell City', 300975590, -930130760, 0),
(50233, 2545, 230, 'Belle Chasse', 298549300, -899906300, 0),
(50234, 2545, 230, 'Belle Rose', 300504800, -910414900, 0),
(50235, 2545, 230, 'Bentley', 314856020, -925002050, 0),
(50236, 2545, 230, 'Benton', 326809740, -937106490, 0),
(50237, 2545, 230, 'Bernice', 328220900, -926579300, 0),
(50238, 2545, 230, 'Berwick', 296946500, -912189900, 0),
(50239, 2545, 230, 'Blanchard', 325809800, -938926800, 0),
(50240, 2545, 230, 'Bogalusa', 307910200, -898486900, 0),
(50241, 2545, 230, 'Bossier City', 325459290, -937060900, 0),
(50242, 2545, 230, 'Bourg', 295535500, -906023100, 0),
(50243, 2545, 230, 'Boutte', 299024300, -903881400, 0),
(50244, 2545, 230, 'Boyce', 313904600, -926693100, 0),
(50245, 2545, 230, 'Braithwaite', 298262510, -899633550, 0),
(50246, 2545, 230, 'Branch', 303486100, -922675000, 0),
(50247, 2545, 230, 'Breaux Bridge', 302735300, -918992800, 0),
(50248, 2545, 230, 'Bridge City', 299332600, -901700700, 0),
(50249, 2545, 230, 'Broussard', 301405160, -919576600, 0),
(50250, 2545, 230, 'Brownsfield', 305465800, -911206600, 0),
(50251, 2545, 230, 'Brusly', 303943600, -912537200, 0),
(50252, 2545, 230, 'Bunkie', 309532500, -921826300, 0),
(50253, 2545, 230, 'Buras', 293529000, -895020600, 0),
(50254, 2545, 230, 'Burnside', 301386110, -909238890, 0),
(50255, 2545, 230, 'Bush', 306088900, -899000000, 0),
(50256, 2545, 230, 'Cade', 301030490, -919124480, 0),
(50257, 2545, 230, 'Calhoun', 325127800, -923586100, 0),
(50258, 2545, 230, 'Cameron', 297977200, -933251500, 0),
(50259, 2545, 230, 'Carencro', 303268340, -920414000, 0),
(50260, 2545, 230, 'Carlyss', 301688200, -933759900, 0),
(50261, 2545, 230, 'Center Point', 312548660, -922391660, 0),
(50262, 2545, 230, 'Centerville', 297594440, -914283330, 0),
(50263, 2545, 230, 'Central', 305543500, -910367700, 0),
(50264, 2545, 230, 'Chalmette', 299427000, -899634000, 0),
(50265, 2545, 230, 'Chauvin', 294385500, -905953700, 0),
(50266, 2545, 230, 'Choudrant', 325302800, -925125000, 0),
(50267, 2545, 230, 'Church Point', 304029800, -922151300, 0),
(50268, 2545, 230, 'Claiborne', 325159800, -921918000, 0),
(50269, 2545, 230, 'Clinton', 308657400, -910156600, 0),
(50270, 2545, 230, 'Cloutierville', 315433300, -929183300, 0),
(50271, 2545, 230, 'Colfax', 315190600, -927068200, 0),
(50272, 2545, 230, 'Collinston', 326863470, -918169290, 0),
(50273, 2545, 230, 'Columbia', 321051600, -920779100, 0),
(50274, 2545, 230, 'Convent', 300646000, -908351000, 0),
(50275, 2545, 230, 'Converse', 317234950, -936378060, 0),
(50276, 2545, 230, 'Cotton Valley', 328193100, -934176700, 0),
(50277, 2545, 230, 'Cottonport', 309840800, -920534600, 0),
(50278, 2545, 230, 'Coushatta', 319862400, -932702400, 0),
(50279, 2545, 230, 'Covington', 304754700, -901009100, 0),
(50280, 2545, 230, 'Crowley', 302140900, -923745800, 0),
(50281, 2545, 230, 'Cullen', 329690300, -934507300, 0),
(50282, 2545, 230, 'Cut Off', 295427200, -903381400, 0),
(50283, 2545, 230, 'DeRidder', 308490740, -932915680, 0),
(50284, 2545, 230, 'Delcambre', 299486730, -919944160, 0),
(50285, 2545, 230, 'Delhi', 324557780, -914908150, 0),
(50286, 2545, 230, 'Delta', 323238440, -909232310, 0),
(50287, 2545, 230, 'Denham Springs', 304868600, -909562100, 0),
(50288, 2545, 230, 'Des Allemands', 298238200, -904750800, 0),
(50289, 2545, 230, 'Destrehan', 299429800, -903517500, 0),
(50290, 2545, 230, 'Deville', 313574000, -921654100, 0),
(50291, 2545, 230, 'Dodson', 320777800, -926611100, 0),
(50292, 2545, 230, 'Donaldsonville', 301038260, -909986200, 0),
(50293, 2545, 230, 'Downsville', 326272200, -924144400, 0),
(50294, 2545, 230, 'Doyline', 325313900, -934102800, 0),
(50295, 2545, 230, 'Dry Prong', 315788900, -925294400, 0),
(50296, 2545, 230, 'Dubach', 326997200, -926572200, 0),
(50297, 2545, 230, 'Dulac', 293888300, -907139800, 0),
(50298, 2545, 230, 'Duplessis', 302694650, -909448080, 0),
(50299, 2545, 230, 'Duson', 301918830, -921499080, 0),
(50300, 2545, 230, 'Eden Isle', 302285300, -897986700, 0),
(50301, 2545, 230, 'Edgard', 300432600, -905600900, 0),
(50302, 2545, 230, 'Elm Grove', 323621710, -934960680, 0),
(50303, 2545, 230, 'Elmer', 311513240, -927072790, 0),
(50304, 2545, 230, 'Elmwood', 299565900, -901898000, 0),
(50305, 2545, 230, 'Elton', 304813100, -926957000, 0),
(50306, 2545, 230, 'Erath', 299582600, -920359600, 0),
(50307, 2545, 230, 'Eros', 323925000, -924227800, 0),
(50308, 2545, 230, 'Estelle', 298457600, -901067400, 0),
(50309, 2545, 230, 'Ethel', 308140990, -911154790, 0),
(50310, 2545, 230, 'Eunice', 304943700, -924176300, 0),
(50311, 2545, 230, 'Fairbanks', 326440800, -920362800, 0),
(50312, 2545, 230, 'Farmerville', 327734700, -924057000, 0),
(50313, 2545, 230, 'Ferriday', 316301700, -915545600, 0),
(50314, 2545, 230, 'Folsom', 306300000, -901900000, 0),
(50315, 2545, 230, 'Fordoche', 306069160, -917029300, 0),
(50316, 2545, 230, 'Forest Hill', 310433300, -925308300, 0),
(50317, 2545, 230, 'Fort Polk', 309958200, -932469000, 0),
(50318, 2545, 230, 'Fort Polk South', 310511000, -932157800, 0),
(50319, 2545, 230, 'Franklin', 297960400, -915015000, 0),
(50320, 2545, 230, 'Franklinton', 308471300, -901531400, 0),
(50321, 2545, 230, 'French Settlement', 302952000, -907951000, 0),
(50322, 2545, 230, 'Frierson', 322519400, -936900000, 0),
(50323, 2545, 230, 'Galliano', 294421600, -902992500, 0),
(50324, 2545, 230, 'Garden City', 297652780, -914655560, 0),
(50325, 2545, 230, 'Gardere', 303457500, -911401100, 0),
(50326, 2545, 230, 'Geismar', 302040000, -910220000, 0),
(50327, 2545, 230, 'Gheens', 297059130, -904877060, 0),
(50328, 2545, 230, 'Gibsland', 325183200, -930709800, 0),
(50329, 2545, 230, 'Gibson', 296866700, -909905600, 0),
(50330, 2545, 230, 'Gilbert', 320497200, -916600000, 0),
(50331, 2545, 230, 'Glenmora', 309765800, -925851400, 0),
(50332, 2545, 230, 'Gloster', 322001940, -938462970, 0),
(50333, 2545, 230, 'Golden Meadow', 293791100, -902600800, 0),
(50334, 2545, 230, 'Goldonna', 320205600, -929122200, 0),
(50335, 2545, 230, 'Gonzales', 302449960, -909169330, 0),
(50336, 2545, 230, 'Grambling', 325276500, -927140400, 0),
(50337, 2545, 230, 'Grand Cane', 320836100, -938091700, 0),
(50338, 2545, 230, 'Grand Isle', 292366200, -899872900, 0),
(50339, 2545, 230, 'Gray', 296977100, -907864800, 0),
(50340, 2545, 230, 'Greensburg', 308307400, -906717600, 0),
(50341, 2545, 230, 'Greenwell Springs', 305797200, -909941700, 0),
(50342, 2545, 230, 'Greenwood', 305449100, -911067700, 0),
(50343, 2545, 230, 'Gretna', 299146500, -900539600, 0),
(50344, 2545, 230, 'Grosse Tete', 304114470, -914314020, 0),
(50345, 2545, 230, 'Gueydan', 300260400, -925084700, 0),
(50346, 2545, 230, 'Hackberry', 299960500, -933421000, 0),
(50347, 2545, 230, 'Hahnville', 299765900, -904089700, 0),
(50348, 2545, 230, 'Hammond', 305173100, -904760260, 0),
(50349, 2545, 230, 'Harahan', 299404800, -902031300, 0),
(50350, 2545, 230, 'Harrisonburg', 317721100, -918215200, 0),
(50351, 2545, 230, 'Harvey', 298798030, -900679600, 0),
(50352, 2545, 230, 'Haughton', 325326500, -935040600, 0),
(50353, 2545, 230, 'Heflin', 324417990, -932941650, 0),
(50354, 2545, 230, 'Henderson', 303132500, -917903900, 0),
(50355, 2545, 230, 'Hessmer', 310547200, -921211100, 0),
(50356, 2545, 230, 'Hineston', 311472420, -927471450, 0),
(50357, 2545, 230, 'Holden', 305044400, -906691700, 0),
(50358, 2545, 230, 'Homer', 327889300, -930605190, 0),
(50359, 2545, 230, 'Hornbeck', 313258300, -933958300, 0),
(50360, 2545, 230, 'Houma', 296073600, -907824000, 0),
(50361, 2545, 230, 'Independence', 306354700, -905009200, 0),
(50362, 2545, 230, 'Inniswold', 304049100, -910834400, 0),
(50363, 2545, 230, 'Iota', 303313100, -924956900, 0),
(50364, 2545, 230, 'Iowa', 302368700, -930137600, 0),
(50365, 2545, 230, 'Jackson', 307785360, -912102080, 0),
(50366, 2545, 230, 'Jarreau', 306286110, -914328080, 0),
(50367, 2545, 230, 'Jeanerette', 299110400, -916634500, 0),
(50368, 2545, 230, 'Jefferson', 299660400, -901531300, 0),
(50369, 2545, 230, 'Jena', 316832300, -921337400, 0),
(50370, 2545, 230, 'Jennings', 302226370, -926568130, 0),
(50371, 2545, 230, 'Jones', 329419210, -915541250, 0),
(50372, 2545, 230, 'Jonesboro', 322412700, -927159900, 0),
(50373, 2545, 230, 'Jonesville', 316265600, -918181800, 0),
(50374, 2545, 230, 'Kaplan', 299979800, -922848500, 0),
(50375, 2545, 230, 'Keatchie', 321819400, -939066700, 0),
(50376, 2545, 230, 'Keithville', 323333330, -938363900, 0),
(50377, 2545, 230, 'Kenner', 299887830, -902512290, 0),
(50378, 2545, 230, 'Kentwood', 309357240, -905162390, 0),
(50379, 2545, 230, 'Kinder', 304854800, -928507000, 0),
(50380, 2545, 230, 'Krotz Springs', 305424470, -917589380, 0),
(50381, 2545, 230, 'LaPlace', 300665900, -904800800, 0),
(50382, 2545, 230, 'Lacombe', 303135300, -899431300, 0),
(50383, 2545, 230, 'Lafayette', 302090850, -920647440, 0),
(50384, 2545, 230, 'Lake Arthur', 300838170, -926772590, 0),
(50385, 2545, 230, 'Lake Charles', 302298810, -931667120, 0),
(50386, 2545, 230, 'Lake Providence', 328043000, -911701100, 0),
(50387, 2545, 230, 'Lakeshore', 325351400, -920295800, 0),
(50388, 2545, 230, 'Larose', 295724400, -903817500, 0),
(50389, 2545, 230, 'Lawtell', 305185300, -921848500, 0),
(50390, 2545, 230, 'Lecompte', 310946300, -924004100, 0),
(50391, 2545, 230, 'Leesville', 311254470, -932762670, 0),
(50392, 2545, 230, 'Leonville', 304704700, -919784500, 0),
(50393, 2545, 230, 'Libuse', 312637330, -924239830, 0),
(50394, 2545, 230, 'Lisbon', 327966700, -928750000, 0),
(50395, 2545, 230, 'Livingston', 305021300, -907478700, 0),
(50396, 2545, 230, 'Livonia', 305590800, -915559400, 0),
(50397, 2545, 230, 'Lockport', 296460500, -905392500, 0),
(50398, 2545, 230, 'Logansport', 319754400, -939979700, 0),
(50399, 2545, 230, 'Longstreet', 320967710, -939501190, 0),
(50400, 2545, 230, 'Longville', 306052800, -932319400, 0),
(50401, 2545, 230, 'Loranger', 306358300, -903980600, 0),
(50402, 2545, 230, 'Loreauville', 300499300, -917471870, 0),
(50403, 2545, 230, 'Luling', 299321500, -903664700, 0),
(50404, 2545, 230, 'Madisonville', 304072200, -901616700, 0),
(50405, 2545, 230, 'Mamou', 306338100, -924193000, 0),
(50406, 2545, 230, 'Mandeville', 303582500, -900656300, 0),
(50407, 2545, 230, 'Mangham', 323083300, -917761100, 0),
(50408, 2545, 230, 'Mansfield', 320376600, -937001800, 0),
(50409, 2545, 230, 'Mansura', 310804150, -920249980, 0),
(50410, 2545, 230, 'Many', 315687800, -934840600, 0),
(50411, 2545, 230, 'Maringouin', 304912120, -915179230, 0),
(50412, 2545, 230, 'Marion', 329053340, -922431810, 0),
(50413, 2545, 230, 'Marksville', 311279700, -920662400, 0),
(50414, 2545, 230, 'Marrero', 298576800, -901311600, 0),
(50415, 2545, 230, 'Marthaville', 317388900, -933966700, 0),
(50416, 2545, 230, 'Mathews', 296863200, -905467500, 0),
(50417, 2545, 230, 'Maurepas', 302749780, -907011040, 0),
(50418, 2545, 230, 'Maurice', 301072200, -921238900, 0),
(50419, 2545, 230, 'Meraux', 299329800, -899497900, 0),
(50420, 2545, 230, 'Merrydale', 305013000, -911084400, 0),
(50421, 2545, 230, 'Merryville', 307543700, -935404500, 0),
(50422, 2545, 230, 'Metairie', 300078000, -901615000, 0),
(50423, 2545, 230, 'Metairie Terrace', 299785400, -901639600, 0),
(50424, 2545, 230, 'Milton', 301038100, -920765100, 0),
(50425, 2545, 230, 'Minden', 326154300, -932868400, 0),
(50426, 2545, 230, 'Monroe', 325483300, -920452380, 0),
(50427, 2545, 230, 'Montegut', 294743900, -905570300, 0),
(50428, 2545, 230, 'Monticello', 304890800, -910487200, 0),
(50429, 2545, 230, 'Montz', 300068700, -904686900, 0),
(50430, 2545, 230, 'Mooringsport', 326580500, -939780840, 0),
(50431, 2545, 230, 'Moreauville', 310388900, -919761100, 0),
(50432, 2545, 230, 'Morgan City', 296984250, -912133630, 0),
(50433, 2545, 230, 'Morse', 301216700, -924986100, 0),
(50434, 2545, 230, 'Moss Bluff', 303027000, -931907100, 0),
(50435, 2545, 230, 'Mount Hermon', 309520070, -902753800, 0),
(50436, 2545, 230, 'Napoleonville', 299404800, -910248200, 0),
(50437, 2545, 230, 'Natalbany', 305463000, -904848100, 0),
(50438, 2545, 230, 'Natchitoches', 317607200, -930862700, 0),
(50439, 2545, 230, 'New Iberia', 299997690, -918177640, 0),
(50440, 2545, 230, 'New Llano', 311149100, -932715500, 0),
(50441, 2545, 230, 'New Orleans', 299546500, -900750700, 0),
(50442, 2545, 230, 'New Roads', 306986550, -914360830, 0),
(50443, 2545, 230, 'New Sarpy', 299779800, -903878600, 0),
(50444, 2545, 230, 'Noble', 316928400, -936993600, 0),
(50445, 2545, 230, 'Norco', 299990900, -904123000, 0),
(50446, 2545, 230, 'Oak Grove', 328609600, -913884500, 0),
(50447, 2545, 230, 'Oak Hills Place', 303599200, -910876000, 0),
(50448, 2545, 230, 'Oakdale', 308054700, -926215300, 0),
(50449, 2545, 230, 'Oberlin', 306202000, -927626500, 0),
(50450, 2545, 230, 'Oil City', 327440300, -939715700, 0),
(50451, 2545, 230, 'Old Jefferson', 303826900, -910170500, 0),
(50452, 2545, 230, 'Olla', 319029400, -922431900, 0),
(50453, 2545, 230, 'Opelousas', 305335300, -920815100, 0),
(50454, 2545, 230, 'Ossun', 302760300, -921123500, 0),
(50455, 2545, 230, 'Paradis', 298796500, -904339700, 0),
(50456, 2545, 230, 'Patterson', 296932600, -913020500, 0),
(50457, 2545, 230, 'Paulina', 300263100, -907131500, 0),
(50458, 2545, 230, 'Pearl River', 303760300, -897484000, 0),
(50459, 2545, 230, 'Pierre Part', 299652000, -912031600, 0),
(50460, 2545, 230, 'Pine Prairie', 307838100, -924254100, 0),
(50461, 2545, 230, 'Pineville', 313487600, -923929820, 0),
(50462, 2545, 230, 'Pioneer', 327124540, -914823610, 0),
(50463, 2545, 230, 'Pitkin', 309401020, -927749430, 0),
(50464, 2545, 230, 'Plain Dealing', 329051400, -936968400, 0),
(50465, 2545, 230, 'Plaquemine', 302812550, -912404500, 0),
(50466, 2545, 230, 'Pleasant Hill', 318180600, -935166670, 0),
(50467, 2545, 230, 'Pointe a la Hache', 295761110, -897916670, 0),
(50468, 2545, 230, 'Pollock', 315247200, -924088900, 0),
(50469, 2545, 230, 'Ponchatoula', 304388000, -904414800, 0),
(50470, 2545, 230, 'Port Allen', 304779520, -912761320, 0),
(50471, 2545, 230, 'Port Barre', 305602000, -919540100, 0),
(50472, 2545, 230, 'Port Sulphur', 294804900, -896939500, 0),
(50473, 2545, 230, 'Prairieville', 303029700, -909720500, 0),
(50474, 2545, 230, 'Presquille', 295638300, -906462000, 0),
(50475, 2545, 230, 'Prien', 301818700, -932737700, 0),
(50476, 2545, 230, 'Raceland', 297274300, -905989800, 0),
(50477, 2545, 230, 'Ragley', 304347280, -931151460, 0),
(50478, 2545, 230, 'Rayne', 302349200, -922684600, 0),
(50479, 2545, 230, 'Rayville', 324773600, -917548500, 0),
(50480, 2545, 230, 'Red Chute', 325559800, -936132300, 0),
(50481, 2545, 230, 'Reserve', 300693000, -905568000, 0),
(50482, 2545, 230, 'Ringgold', 323284900, -932798900, 0),
(50483, 2545, 230, 'River Ridge', 299602000, -902156300, 0),
(50484, 2545, 230, 'Robeline', 318044100, -933067980, 0),
(50485, 2545, 230, 'Robert', 305063900, -903408300, 0),
(50486, 2545, 230, 'Rosepine', 309199100, -932823900, 0),
(50487, 2545, 230, 'Ruston', 324841800, -926682000, 0),
(50488, 2545, 230, 'Saint Amant', 302247200, -908688900, 0),
(50489, 2545, 230, 'Saint Benedict', 305238200, -900968800, 0),
(50490, 2545, 230, 'Saint Bernard', 298642800, -897895800, 0),
(50491, 2545, 230, 'Saint Francisville', 308592800, -913339350, 0),
(50492, 2545, 230, 'Saint Gabriel', 302577000, -910992700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(50493, 2545, 230, 'Saint James', 300300000, -908000000, 0),
(50494, 2545, 230, 'Saint Martinville', 301252000, -918334500, 0),
(50495, 2545, 230, 'Saint Rose', 299823000, -903151000, 0),
(50496, 2545, 230, 'Sarepta', 328975000, -934494400, 0),
(50497, 2545, 230, 'Schriever', 297421500, -908103700, 0),
(50498, 2545, 230, 'Scott', 302473570, -921023530, 0),
(50499, 2545, 230, 'Shenandoah', 304013000, -910009400, 0),
(50500, 2545, 230, 'Shongaloo', 329590740, -932829430, 0),
(50501, 2545, 230, 'Shreveport', 324654000, -938140200, 0),
(50502, 2545, 230, 'Sibley', 325252200, -932950200, 0),
(50503, 2545, 230, 'Sieper', 312053150, -927885840, 0),
(50504, 2545, 230, 'Sikes', 320673000, -924225000, 0),
(50505, 2545, 230, 'Slaughter', 307163900, -911444400, 0),
(50506, 2545, 230, 'Slidell', 302934060, -898216920, 0),
(50507, 2545, 230, 'Sondheimer', 325719440, -911822220, 0),
(50508, 2545, 230, 'Sorrento', 301843600, -908592600, 0),
(50509, 2545, 230, 'South Vacherie', 299274300, -906998100, 0),
(50510, 2545, 230, 'Spearsville', 328969720, -926066710, 0),
(50511, 2545, 230, 'Springfield', 303842360, -905732020, 0),
(50512, 2545, 230, 'Springhill', 330011940, -934610560, 0),
(50513, 2545, 230, 'Starks', 303155600, -936619400, 0),
(50514, 2545, 230, 'Start', 324863900, -918591700, 0),
(50515, 2545, 230, 'Sterlington', 326160000, -921574200, 0),
(50516, 2545, 230, 'Stonewall', 322818300, -938240700, 0),
(50517, 2545, 230, 'Sugartown', 308330670, -930199930, 0),
(50518, 2545, 230, 'Sulphur', 302295050, -933585840, 0),
(50519, 2545, 230, 'Sunset', 304113100, -920684500, 0),
(50520, 2545, 230, 'Sunshine', 302791940, -911291110, 0),
(50521, 2545, 230, 'Swartz', 325687500, -919851300, 0),
(50522, 2545, 230, 'Tallulah', 324084800, -911867800, 0),
(50523, 2545, 230, 'Tangipahoa', 308755600, -905125000, 0),
(50524, 2545, 230, 'Terrytown', 299102000, -900325700, 0),
(50525, 2545, 230, 'Thibodaux', 297957600, -908228700, 0),
(50526, 2545, 230, 'Tickfaw', 305763900, -904872200, 0),
(50527, 2545, 230, 'Timberlane', 298774300, -900320200, 0),
(50528, 2545, 230, 'Trout', 317050000, -922280560, 0),
(50529, 2545, 230, 'Venice', 292070930, -892330930, 0),
(50530, 2545, 230, 'Ventress', 306819400, -914080600, 0),
(50531, 2545, 230, 'Vidalia', 315901200, -914870400, 0),
(50532, 2545, 230, 'Village Saint George', 303621400, -910673300, 0),
(50533, 2545, 230, 'Ville Platte', 306879700, -922715200, 0),
(50534, 2545, 230, 'Vinton', 301907600, -935812700, 0),
(50535, 2545, 230, 'Violet', 298957600, -898978400, 0),
(50536, 2545, 230, 'Vivian', 328715300, -939874000, 0),
(50537, 2545, 230, 'Wakefield', 308891670, -913500000, 0),
(50538, 2545, 230, 'Walker', 304879700, -908614900, 0),
(50539, 2545, 230, 'Welsh', 302360400, -928226500, 0),
(50540, 2545, 230, 'West Monroe', 324464910, -922058550, 0),
(50541, 2545, 230, 'Westlake', 302578330, -932632000, 0),
(50542, 2545, 230, 'Westminster', 304138000, -910876000, 0),
(50543, 2545, 230, 'Westwego', 299060400, -901423000, 0),
(50544, 2545, 230, 'White Castle', 301699200, -911470500, 0),
(50545, 2545, 230, 'Winnfield', 319279800, -926441400, 0),
(50546, 2545, 230, 'Winnsboro', 321614030, -917232470, 0),
(50547, 2545, 230, 'Wisner', 319811100, -916558300, 0),
(50548, 2545, 230, 'Woodmere', 298579800, -900803500, 0),
(50549, 2545, 230, 'Youngsville', 300996500, -919901200, 0),
(50550, 2545, 230, 'Zachary', 306553920, -911346330, 0),
(50551, 2545, 230, 'Zwolle', 316315600, -936440700, 0),
(50552, 2546, 230, 'Acton', 435342500, -709097800, 0),
(50553, 2546, 230, 'Addison', 446184100, -677441600, 0),
(50554, 2546, 230, 'Albion', 445322900, -694425400, 0),
(50555, 2546, 230, 'Andover', 447465740, -709064190, 0),
(50556, 2546, 230, 'Appleton', 442892400, -692508800, 0),
(50557, 2546, 230, 'Arundel', 434402800, -705280600, 0),
(50558, 2546, 230, 'Ashland', 466253720, -684199800, 0),
(50559, 2546, 230, 'Athens', 449534280, -696641690, 0),
(50560, 2546, 230, 'Auburn', 440978500, -702311700, 0),
(50561, 2546, 230, 'Augusta', 443106200, -697794900, 0),
(50562, 2546, 230, 'Bangor', 448011800, -687778100, 0),
(50563, 2546, 230, 'Bar Harbor', 443875800, -682039000, 0),
(50564, 2546, 230, 'Bar Mills', 436657090, -706024420, 0),
(50565, 2546, 230, 'Bath', 439106400, -698206000, 0),
(50566, 2546, 230, 'Belfast', 444207910, -690042840, 0),
(50567, 2546, 230, 'Belgrade', 444472900, -698325500, 0),
(50568, 2546, 230, 'Belgrade Lakes', 445129800, -698605800, 0),
(50569, 2546, 230, 'Berwick', 432659200, -708645000, 0),
(50570, 2546, 230, 'Bethel', 444471470, -706922860, 0),
(50571, 2546, 230, 'Biddeford', 434925800, -704533800, 0),
(50572, 2546, 230, 'Biddeford Pool', 434925000, -704538890, 0),
(50573, 2546, 230, 'Bingham', 451255780, -698572260, 0),
(50574, 2546, 230, 'Blue Hill', 444122200, -685736100, 0),
(50575, 2546, 230, 'Boothbay', 438764700, -696336600, 0),
(50576, 2546, 230, 'Boothbay Harbor', 438523000, -696281000, 0),
(50577, 2546, 230, 'Bowdoinham', 440108100, -698932730, 0),
(50578, 2546, 230, 'Bradford', 450667300, -689378100, 0),
(50579, 2546, 230, 'Bradley', 449209000, -686280900, 0),
(50580, 2546, 230, 'Brewer', 447967400, -687614200, 0),
(50581, 2546, 230, 'Bridgewater', 464190890, -678480480, 0),
(50582, 2546, 230, 'Bridgton', 440547900, -707128400, 0),
(50583, 2546, 230, 'Bristol', 439575800, -695092100, 0),
(50584, 2546, 230, 'Brooklin', 442490530, -685497120, 0),
(50585, 2546, 230, 'Brooks', 445503500, -691208700, 0),
(50586, 2546, 230, 'Brooksville', 443452800, -687483300, 0),
(50587, 2546, 230, 'Brownville', 453070000, -690333700, 0),
(50588, 2546, 230, 'Brunswick', 439145200, -699653300, 0),
(50589, 2546, 230, 'Buckfield', 442838260, -703696010, 0),
(50590, 2546, 230, 'Bucksport', 445736900, -687955900, 0),
(50591, 2546, 230, 'Burnham', 446928400, -694275500, 0),
(50592, 2546, 230, 'Buxton', 436378600, -705189400, 0),
(50593, 2546, 230, 'Calais', 451889600, -672786000, 0),
(50594, 2546, 230, 'Cambridge', 450519040, -694288420, 0),
(50595, 2546, 230, 'Camden', 442098000, -690647600, 0),
(50596, 2546, 230, 'Canaan', 447617300, -695614400, 0),
(50597, 2546, 230, 'Canton', 444406200, -703153400, 0),
(50598, 2546, 230, 'Cape Elizabeth', 436047200, -702261100, 0),
(50599, 2546, 230, 'Cape Neddick', 431937000, -706208900, 0),
(50600, 2546, 230, 'Cape Porpoise', 434086500, -704756970, 0),
(50601, 2546, 230, 'Caribou', 468475400, -680123650, 0),
(50602, 2546, 230, 'Carmel', 448003080, -690068640, 0),
(50603, 2546, 230, 'Casco', 439525000, -705138900, 0),
(50604, 2546, 230, 'Castine', 443878500, -687997500, 0),
(50605, 2546, 230, 'Charleston', 450850600, -690405900, 0),
(50606, 2546, 230, 'Cherryfield', 446073000, -679258400, 0),
(50607, 2546, 230, 'China Village', 444786000, -695176800, 0),
(50608, 2546, 230, 'Clinton', 446378400, -695031000, 0),
(50609, 2546, 230, 'Columbia Falls', 446644400, -677197200, 0),
(50610, 2546, 230, 'Corinth', 449861100, -689991700, 0),
(50611, 2546, 230, 'Cornish', 438048000, -708011700, 0),
(50612, 2546, 230, 'Cumberland Center', 437964700, -702589400, 0),
(50613, 2546, 230, 'Cumberland Foreside', 437587500, -702043700, 0),
(50614, 2546, 230, 'Cushing', 440192500, -692397700, 0),
(50615, 2546, 230, 'Cutler', 446733300, -672394400, 0),
(50616, 2546, 230, 'Damariscotta', 440328600, -695186600, 0),
(50617, 2546, 230, 'Dayton', 435497200, -705755600, 0),
(50618, 2546, 230, 'Deer Isle', 442239700, -686775300, 0),
(50619, 2546, 230, 'Denmark', 439703500, -708034000, 0),
(50620, 2546, 230, 'Dennysville', 448545400, -672786310, 0),
(50621, 2546, 230, 'Detroit', 447623060, -693119090, 0),
(50622, 2546, 230, 'Dexter', 450239500, -692897700, 0),
(50623, 2546, 230, 'Dixfield', 445339500, -704559000, 0),
(50624, 2546, 230, 'Dover-Foxcroft', 451852080, -692274130, 0),
(50625, 2546, 230, 'Dresden', 441069840, -697239720, 0),
(50626, 2546, 230, 'Durham', 439725000, -701230600, 0),
(50627, 2546, 230, 'Eagle Lake', 470605600, -685980600, 0),
(50628, 2546, 230, 'East Boothbay', 438716700, -696119400, 0),
(50629, 2546, 230, 'East Machias', 447392400, -673899900, 0),
(50630, 2546, 230, 'East Poland', 440233040, -703858140, 0),
(50631, 2546, 230, 'East Waterboro', 435825170, -707105850, 0),
(50632, 2546, 230, 'Eastport', 449061900, -669899800, 0),
(50633, 2546, 230, 'Eddington', 448261800, -686933700, 0),
(50634, 2546, 230, 'Edgecomb', 439584100, -696306000, 0),
(50635, 2546, 230, 'Eliot', 431531400, -708000600, 0),
(50636, 2546, 230, 'Ellsworth', 445434100, -684194600, 0),
(50637, 2546, 230, 'Fairfield', 445884000, -695986600, 0),
(50638, 2546, 230, 'Falmouth', 437429600, -702827400, 0),
(50639, 2546, 230, 'Farmingdale', 442445100, -697714300, 0),
(50640, 2546, 230, 'Farmington', 446706200, -701511700, 0),
(50641, 2546, 230, 'Fort Fairfield', 467722700, -678339100, 0),
(50642, 2546, 230, 'Fort Kent', 472586500, -685894900, 0),
(50643, 2546, 230, 'Fort Kent Mills', 472396500, -685801200, 0),
(50644, 2546, 230, 'Franklin', 445870200, -682322400, 0),
(50645, 2546, 230, 'Freeport', 438570200, -701031100, 0),
(50646, 2546, 230, 'Friendship', 439836900, -693339400, 0),
(50647, 2546, 230, 'Fryeburg', 440164600, -709806200, 0),
(50648, 2546, 230, 'Gardiner', 442300700, -697753200, 0),
(50649, 2546, 230, 'Garland', 450384000, -691603200, 0),
(50650, 2546, 230, 'Gorham', 436795200, -704442200, 0),
(50651, 2546, 230, 'Grand Lake Stream', 452233330, -675727780, 0),
(50652, 2546, 230, 'Gray', 438822200, -703552800, 0),
(50653, 2546, 230, 'Greenbush', 450803400, -686508600, 0),
(50654, 2546, 230, 'Greene', 441897900, -701403300, 0),
(50655, 2546, 230, 'Greenville', 454594900, -695906100, 0),
(50656, 2546, 230, 'Hallowell', 442859000, -697908800, 0),
(50657, 2546, 230, 'Hampden', 447445200, -688369800, 0),
(50658, 2546, 230, 'Harmony', 449697200, -695369400, 0),
(50659, 2546, 230, 'Harpswell', 438252480, -699520440, 0),
(50660, 2546, 230, 'Harpswell Center', 438017500, -699842100, 0),
(50661, 2546, 230, 'Harrington', 445991700, -678252800, 0),
(50662, 2546, 230, 'Harrison', 441103500, -706792300, 0),
(50663, 2546, 230, 'Hartland', 448819400, -694505600, 0),
(50664, 2546, 230, 'Hebron', 441981300, -704064500, 0),
(50665, 2546, 230, 'Hermon', 448100700, -689133700, 0),
(50666, 2546, 230, 'Hiram', 438786800, -708034000, 0),
(50667, 2546, 230, 'Holden', 447528500, -686789200, 0),
(50668, 2546, 230, 'Hollis Center', 436050800, -705931100, 0),
(50669, 2546, 230, 'Hope', 442650800, -691589300, 0),
(50670, 2546, 230, 'Houlton', 461261600, -678403000, 0),
(50671, 2546, 230, 'Howland', 452386700, -686636400, 0),
(50672, 2546, 230, 'Jackman', 456730310, -702666110, 0),
(50673, 2546, 230, 'Jay', 445039500, -702161700, 0),
(50674, 2546, 230, 'Jonesport', 445328600, -675983300, 0),
(50675, 2546, 230, 'Kenduskeag', 449195100, -689317000, 0),
(50676, 2546, 230, 'Kennebunk', 433839700, -705447800, 0),
(50677, 2546, 230, 'Kennebunkport', 433617500, -704767200, 0),
(50678, 2546, 230, 'Kents Hill', 444322200, -700651800, 0),
(50679, 2546, 230, 'Kingfield', 449592200, -701539500, 0),
(50680, 2546, 230, 'Kittery', 430881400, -707361600, 0),
(50681, 2546, 230, 'Lebanon', 433945300, -708508900, 0),
(50682, 2546, 230, 'Lee', 453719160, -682911190, 0),
(50683, 2546, 230, 'Leeds', 443034000, -701195000, 0),
(50684, 2546, 230, 'Levant', 448692400, -689347600, 0),
(50685, 2546, 230, 'Lewiston', 441003500, -702147800, 0),
(50686, 2546, 230, 'Liberty', 443670890, -693408550, 0),
(50687, 2546, 230, 'Limerick', 436884100, -707936700, 0),
(50688, 2546, 230, 'Limestone', 469086600, -678258500, 0),
(50689, 2546, 230, 'Limington', 437317400, -707108900, 0),
(50690, 2546, 230, 'Lincoln', 453622800, -685050200, 0),
(50691, 2546, 230, 'Lincolnville', 442811900, -690086500, 0),
(50692, 2546, 230, 'Lincolnville Center', 442947200, -690797200, 0),
(50693, 2546, 230, 'Lisbon Falls', 439961900, -700606100, 0),
(50694, 2546, 230, 'Litchfield', 441741700, -699336100, 0),
(50695, 2546, 230, 'Livermore Falls', 444753400, -701881100, 0),
(50696, 2546, 230, 'Lovell', 441267400, -708917300, 0),
(50697, 2546, 230, 'Machias', 447225270, -674640990, 0),
(50698, 2546, 230, 'Machiasport', 446986900, -673947100, 0),
(50699, 2546, 230, 'Madawaska', 473071860, -682415810, 0),
(50700, 2546, 230, 'Madison', 447974420, -698785970, 0),
(50701, 2546, 230, 'Manchester', 443245100, -698603300, 0),
(50702, 2546, 230, 'Mars Hill', 465163520, -678663130, 0),
(50703, 2546, 230, 'Mattawamkeag', 455166670, -683166670, 0),
(50704, 2546, 230, 'Mechanic Falls', 441117400, -703917200, 0),
(50705, 2546, 230, 'Medway', 456089400, -685308600, 0),
(50706, 2546, 230, 'Mexico', 445609000, -705453400, 0),
(50707, 2546, 230, 'Milbridge', 445287010, -678846920, 0),
(50708, 2546, 230, 'Milford', 449461800, -686439200, 0),
(50709, 2546, 230, 'Millinocket', 456572700, -687097600, 0),
(50710, 2546, 230, 'Milo', 452485290, -689844520, 0),
(50711, 2546, 230, 'Monmouth', 442386800, -700356100, 0),
(50712, 2546, 230, 'Monson', 453041950, -694791910, 0),
(50713, 2546, 230, 'Monticello', 463127800, -678458300, 0),
(50714, 2546, 230, 'Moody', 433294390, -706043850, 0),
(50715, 2546, 230, 'Morrill', 444283300, -691716700, 0),
(50716, 2546, 230, 'Mount Vernon', 445011800, -699875600, 0),
(50717, 2546, 230, 'Naples', 439600000, -706030600, 0),
(50718, 2546, 230, 'New Gloucester', 439735800, -703253400, 0),
(50719, 2546, 230, 'New Portland', 449166670, -700711100, 0),
(50720, 2546, 230, 'New Sharon', 446389500, -700156100, 0),
(50721, 2546, 230, 'Newport', 448353400, -692739400, 0),
(50722, 2546, 230, 'Newry', 446894720, -710117260, 0),
(50723, 2546, 230, 'Nobleboro', 441059350, -694767380, 0),
(50724, 2546, 230, 'Norridgewock', 447131200, -697906100, 0),
(50725, 2546, 230, 'North Anson', 448550000, -698997220, 0),
(50726, 2546, 230, 'North Berwick', 433037000, -707333900, 0),
(50727, 2546, 230, 'North Bridgton', 440439450, -707356370, 0),
(50728, 2546, 230, 'North Haven', 441538910, -688654980, 0),
(50729, 2546, 230, 'North Waterboro', 436041700, -707163900, 0),
(50730, 2546, 230, 'North Windham', 438342400, -704383900, 0),
(50731, 2546, 230, 'North Yarmouth', 438456460, -702355940, 0),
(50732, 2546, 230, 'Northeast Harbor', 442941700, -682897200, 0),
(50733, 2546, 230, 'Northport', 443378600, -689614200, 0),
(50734, 2546, 230, 'Norway', 442139600, -705447800, 0),
(50735, 2546, 230, 'Oakland', 445403400, -697219900, 0),
(50736, 2546, 230, 'Ocean Park', 435055600, -703894400, 0),
(50737, 2546, 230, 'Ogunquit', 432489800, -705992200, 0),
(50738, 2546, 230, 'Old Orchard Beach', 435173100, -703775500, 0),
(50739, 2546, 230, 'Old Town', 449342300, -686453100, 0),
(50740, 2546, 230, 'Orland', 445703500, -687358600, 0),
(50741, 2546, 230, 'Orono', 448831200, -686719800, 0),
(50742, 2546, 230, 'Orrington', 447311800, -688264300, 0),
(50743, 2546, 230, 'Owls Head', 440823000, -690572600, 0),
(50744, 2546, 230, 'Oxford', 441317400, -704931100, 0),
(50745, 2546, 230, 'Palermo', 444078500, -694739300, 0),
(50746, 2546, 230, 'Paris', 442597900, -705006200, 0),
(50747, 2546, 230, 'Parsonsfield', 437270200, -709286800, 0),
(50748, 2546, 230, 'Patten', 459964400, -684461400, 0),
(50749, 2546, 230, 'Pemaquid', 439247200, -694955600, 0),
(50750, 2546, 230, 'Penobscot', 444710200, -687092700, 0),
(50751, 2546, 230, 'Peru', 445067300, -704053400, 0),
(50752, 2546, 230, 'Phillips', 448231100, -703395100, 0),
(50753, 2546, 230, 'Phippsburg', 438206400, -698147700, 0),
(50754, 2546, 230, 'Pittsfield', 447728000, -693989860, 0),
(50755, 2546, 230, 'Plymouth', 447672900, -692103300, 0),
(50756, 2546, 230, 'Poland', 440606300, -703936700, 0),
(50757, 2546, 230, 'Portage', 467899270, -685427770, 0),
(50758, 2546, 230, 'Portland', 436614700, -702553300, 0),
(50759, 2546, 230, 'Pownal', 438981310, -702151210, 0),
(50760, 2546, 230, 'Presque Isle', 466811500, -680158600, 0),
(50761, 2546, 230, 'Princeton', 452263810, -675649920, 0),
(50762, 2546, 230, 'Randolph', 442303500, -697667100, 0),
(50763, 2546, 230, 'Raymond', 439014600, -704703300, 0),
(50764, 2546, 230, 'Readfield', 443878500, -699667200, 0),
(50765, 2546, 230, 'Richmond', 440873000, -697989300, 0),
(50766, 2546, 230, 'Robbinston', 450766700, -671405600, 0),
(50767, 2546, 230, 'Rockland', 441036900, -691089300, 0),
(50768, 2546, 230, 'Rockport', 441845200, -690761500, 0),
(50769, 2546, 230, 'Rockwood', 456750000, -697416700, 0),
(50770, 2546, 230, 'Roxbury', 446897130, -706377460, 0),
(50771, 2546, 230, 'Rumford', 445536700, -705509000, 0),
(50772, 2546, 230, 'Sabattus', 441198000, -701075500, 0),
(50773, 2546, 230, 'Saco', 435009200, -704428300, 0),
(50774, 2546, 230, 'Saint Agatha', 472346330, -683403340, 0),
(50775, 2546, 230, 'Saint David', 473196660, -682246420, 0),
(50776, 2546, 230, 'Sanford', 434392500, -707742200, 0),
(50777, 2546, 230, 'Sangerville', 451647800, -693564400, 0),
(50778, 2546, 230, 'Scarborough', 435781400, -703217200, 0),
(50779, 2546, 230, 'Seal Harbor', 443030560, -682408330, 0),
(50780, 2546, 230, 'Searsmont', 443617400, -691950400, 0),
(50781, 2546, 230, 'Searsport', 444583300, -689241700, 0),
(50782, 2546, 230, 'Sebasco Estates', 437794840, -698485880, 0),
(50783, 2546, 230, 'Sedgwick', 443036900, -686161400, 0),
(50784, 2546, 230, 'Shapleigh', 435406400, -708481200, 0),
(50785, 2546, 230, 'Sidney', 444131200, -697289300, 0),
(50786, 2546, 230, 'Skowhegan', 447650600, -697192200, 0),
(50787, 2546, 230, 'Smyrna Mills', 461673320, -682702290, 0),
(50788, 2546, 230, 'Solon', 449405600, -698075000, 0),
(50789, 2546, 230, 'Sorrento', 444929940, -681808000, 0),
(50790, 2546, 230, 'South Berwick', 432345300, -708095000, 0),
(50791, 2546, 230, 'South China', 443955600, -695711100, 0),
(50792, 2546, 230, 'South Eliot', 431081400, -707775500, 0),
(50793, 2546, 230, 'South Freeport', 438208300, -701105390, 0),
(50794, 2546, 230, 'South Gardiner', 442038620, -697813660, 0),
(50795, 2546, 230, 'South Paris', 442236800, -705133900, 0),
(50796, 2546, 230, 'South Portland', 436220500, -702895300, 0),
(50797, 2546, 230, 'South Portland Gardens', 436389700, -703153300, 0),
(50798, 2546, 230, 'South Sanford', 434111900, -707425600, 0),
(50799, 2546, 230, 'South Windham', 437361900, -704236600, 0),
(50800, 2546, 230, 'Southport', 438230600, -696666670, 0),
(50801, 2546, 230, 'Southwest Harbor', 442783300, -683219400, 0),
(50802, 2546, 230, 'Springvale', 434667500, -707936700, 0),
(50803, 2546, 230, 'Standish', 437616700, -705644400, 0),
(50804, 2546, 230, 'Stetson', 448917300, -691428200, 0),
(50805, 2546, 230, 'Steuben', 445106300, -679652800, 0),
(50806, 2546, 230, 'Stratton', 451808300, -704577800, 0),
(50807, 2546, 230, 'Sumner', 443647200, -704530600, 0),
(50808, 2546, 230, 'Swan''s Island', 441522220, -684433330, 0),
(50809, 2546, 230, 'Tenants Harbor', 440164710, -691989340, 0),
(50810, 2546, 230, 'Thomaston', 440789700, -691817100, 0),
(50811, 2546, 230, 'Thorndike', 445777800, -692433300, 0),
(50812, 2546, 230, 'Topsfield', 454519930, -677197610, 0),
(50813, 2546, 230, 'Topsham', 439275800, -699758800, 0),
(50814, 2546, 230, 'Tremont', 442536900, -683514100, 0),
(50815, 2546, 230, 'Turner', 442564600, -702561700, 0),
(50816, 2546, 230, 'Union', 442114700, -692742100, 0),
(50817, 2546, 230, 'Unity', 446111100, -693347200, 0),
(50818, 2546, 230, 'Van Buren', 471572700, -679353000, 0),
(50819, 2546, 230, 'Vassalboro', 444592300, -696775500, 0),
(50820, 2546, 230, 'Waldoboro', 440953600, -693756000, 0),
(50821, 2546, 230, 'Walpole', 438972200, -695647200, 0),
(50822, 2546, 230, 'Warren', 441203600, -692400500, 0),
(50823, 2546, 230, 'Washburn', 467855870, -681495000, 0),
(50824, 2546, 230, 'Washington', 442736900, -693672700, 0),
(50825, 2546, 230, 'Waterboro', 435356400, -707150600, 0),
(50826, 2546, 230, 'Waterford', 442187520, -704766510, 0),
(50827, 2546, 230, 'Waterville', 445521060, -696315540, 0),
(50828, 2546, 230, 'Wells', 433202780, -706116670, 0),
(50829, 2546, 230, 'West Baldwin', 438312240, -707444570, 0),
(50830, 2546, 230, 'West Boothbay Harbor', 438488890, -696438890, 0),
(50831, 2546, 230, 'West Enfield', 452608300, -685616700, 0),
(50832, 2546, 230, 'West Forks', 453838900, -700080600, 0),
(50833, 2546, 230, 'West Kennebunk', 434087000, -705814400, 0),
(50834, 2546, 230, 'West Scarborough', 435703600, -703878300, 0),
(50835, 2546, 230, 'Westbrook', 436845620, -703558940, 0),
(50836, 2546, 230, 'Westfield', 466038570, -679335330, 0),
(50837, 2546, 230, 'Whitefield', 441700700, -696253200, 0),
(50838, 2546, 230, 'Wilton', 445928400, -702281200, 0),
(50839, 2546, 230, 'Windham', 438105560, -704169440, 0),
(50840, 2546, 230, 'Winslow', 445470100, -696211600, 0),
(50841, 2546, 230, 'Winter Harbor', 443847200, -680947200, 0),
(50842, 2546, 230, 'Winterport', 446378500, -688450400, 0),
(50843, 2546, 230, 'Winthrop', 443050700, -699770000, 0),
(50844, 2546, 230, 'Wiscasset', 440028600, -696656000, 0),
(50845, 2546, 230, 'Woolwich', 439186900, -698011600, 0),
(50846, 2546, 230, 'Yarmouth', 437971640, -701783560, 0),
(50847, 2546, 230, 'York', 431539670, -706535110, 0),
(50848, 2546, 230, 'York Beach', 431633300, -706486100, 0),
(50849, 2547, 230, 'Aberdeen', 395108840, -761854530, 0),
(50850, 2547, 230, 'Aberdeen Proving Ground', 394554000, -761491000, 0),
(50851, 2547, 230, 'Abingdon', 394620000, -762790000, 0),
(50852, 2547, 230, 'Accident', 396280600, -793200000, 0),
(50853, 2547, 230, 'Accokeek', 386720770, -770205690, 0),
(50854, 2547, 230, 'Adamstown', 393109400, -774747100, 0),
(50855, 2547, 230, 'Adelphi', 390031700, -769719200, 0),
(50856, 2547, 230, 'Andrews Air Force Base', 388053100, -768746000, 0),
(50857, 2547, 230, 'Annapolis', 390043800, -765071400, 0),
(50858, 2547, 230, 'Annapolis Junction', 391203700, -767908200, 0),
(50859, 2547, 230, 'Arbutus', 392545500, -766999700, 0),
(50860, 2547, 230, 'Arnold', 390320600, -765027400, 0),
(50861, 2547, 230, 'Ashton', 391541000, -769951000, 0),
(50862, 2547, 230, 'Aspen Hill', 390795500, -770730300, 0),
(50863, 2547, 230, 'Baldwin', 394947200, -764702800, 0),
(50864, 2547, 230, 'Ballenger Creek', 393726000, -774352600, 0),
(50865, 2547, 230, 'Baltimore', 392903800, -766121900, 0),
(50866, 2547, 230, 'Baltimore Highlands', 392331600, -766366300, 0),
(50867, 2547, 230, 'Barnesville', 392219400, -773777800, 0),
(50868, 2547, 230, 'Barstow', 385304240, -766149150, 0),
(50869, 2547, 230, 'Barton', 395542770, -790791470, 0),
(50870, 2547, 230, 'Bel Air', 395361000, -762912000, 0),
(50871, 2547, 230, 'Bel Air North', 395542900, -763730900, 0),
(50872, 2547, 230, 'Bel Air South', 395050600, -763197600, 0),
(50873, 2547, 230, 'Belcamp', 394763900, -762450000, 0),
(50874, 2547, 230, 'Beltsville', 390429790, -769077290, 0),
(50875, 2547, 230, 'Bennsville', 386092900, -770122000, 0),
(50876, 2547, 230, 'Berlin', 383226200, -752176900, 0),
(50877, 2547, 230, 'Berwyn Heights', 389940000, -769105300, 0),
(50878, 2547, 230, 'Bethesda', 390004170, -771050600, 0),
(50879, 2547, 230, 'Betterton', 393677800, -760608300, 0),
(50880, 2547, 230, 'Bishopville', 384430600, -751938900, 0),
(50881, 2547, 230, 'Bladensburg', 389392800, -769338600, 0),
(50882, 2547, 230, 'Boonsboro', 395062100, -776524900, 0),
(50883, 2547, 230, 'Bowie', 389427800, -767302800, 0),
(50884, 2547, 230, 'Bowleys Quarters', 393353900, -763902400, 0),
(50885, 2547, 230, 'Boyds', 391836100, -773127800, 0),
(50886, 2547, 230, 'Braddock Heights', 394187100, -775036000, 0),
(50887, 2547, 230, 'Brandywine', 386967800, -768477500, 0),
(50888, 2547, 230, 'Brentwood', 389431700, -769566400, 0),
(50889, 2547, 230, 'Brinklow', 391658300, -770155600, 0),
(50890, 2547, 230, 'Brock Hall', 388501100, -767610800, 0),
(50891, 2547, 230, 'Brookeville', 391805600, -770580600, 0),
(50892, 2547, 230, 'Brooklandville', 394072730, -766683810, 0),
(50893, 2547, 230, 'Brooklyn', 392304000, -766173600, 0),
(50894, 2547, 230, 'Brooklyn Park', 392284400, -766163600, 0),
(50895, 2547, 230, 'Brookmont', 389420600, -771202600, 0),
(50896, 2547, 230, 'Broomes Island', 384186280, -765436360, 0),
(50897, 2547, 230, 'Brownsville', 393854910, -776602900, 0),
(50898, 2547, 230, 'Brunswick', 393142700, -776277700, 0),
(50899, 2547, 230, 'Bryans Road', 386270600, -770730300, 0),
(50900, 2547, 230, 'Bryantown', 385550000, -768419400, 0),
(50901, 2547, 230, 'Buckeystown', 393348200, -774316500, 0),
(50902, 2547, 230, 'Burtonsville', 391112200, -769324800, 0),
(50903, 2547, 230, 'Butler', 395372000, -767304330, 0),
(50904, 2547, 230, 'Cabin John', 389752290, -771613370, 0),
(50905, 2547, 230, 'California', 383004000, -765074500, 0),
(50906, 2547, 230, 'Calverton', 390576100, -769358100, 0),
(50907, 2547, 230, 'Cambridge', 385631700, -760788300, 0),
(50908, 2547, 230, 'Camp Springs', 388040000, -769066400, 0),
(50909, 2547, 230, 'Cape Saint Claire', 390431700, -764449600, 0),
(50910, 2547, 230, 'Capitol Heights', 388851100, -769158100, 0),
(50911, 2547, 230, 'Carney', 393942700, -765235800, 0),
(50912, 2547, 230, 'Cascade', 397166670, -774908300, 0),
(50913, 2547, 230, 'Catonsville', 392720500, -767319200, 0),
(50914, 2547, 230, 'Cecilton', 394152460, -758665980, 0),
(50915, 2547, 230, 'Centreville', 390417800, -760663300, 0),
(50916, 2547, 230, 'Chaptico', 383675000, -767830600, 0),
(50917, 2547, 230, 'Charlotte Hall', 384809600, -767780200, 0),
(50918, 2547, 230, 'Chase', 393544900, -763741300, 0),
(50919, 2547, 230, 'Cheltenham', 387480660, -768296630, 0),
(50920, 2547, 230, 'Chesapeake Beach', 386862300, -765346800, 0),
(50921, 2547, 230, 'Chesapeake City', 395277800, -758122200, 0),
(50922, 2547, 230, 'Chesapeake Ranch Estates', 383462400, -764177300, 0),
(50923, 2547, 230, 'Chester', 389753900, -762894000, 0),
(50924, 2547, 230, 'Chestertown', 392072000, -761321000, 0),
(50925, 2547, 230, 'Cheverly', 389281700, -769158100, 0),
(50926, 2547, 230, 'Chevy Chase', 389799000, -770797800, 0),
(50927, 2547, 230, 'Chevy Chase Village', 389692800, -770788700, 0),
(50928, 2547, 230, 'Chillum', 389637200, -769908100, 0),
(50929, 2547, 230, 'Church Hill', 391444400, -759850000, 0),
(50930, 2547, 230, 'Churchton', 388025000, -765369400, 0),
(50931, 2547, 230, 'Churchville', 395611100, -762455600, 0),
(50932, 2547, 230, 'Claiborne', 387850000, -762247220, 0),
(50933, 2547, 230, 'Clarksburg', 392387200, -772794300, 0),
(50934, 2547, 230, 'Clarksville', 392063900, -769430600, 0),
(50935, 2547, 230, 'Clements', 383261100, -767272200, 0),
(50936, 2547, 230, 'Clinton', 387651100, -768983100, 0),
(50937, 2547, 230, 'Clover Hill', 394562100, -774288700, 0),
(50938, 2547, 230, 'Cloverly', 391081600, -769977500, 0),
(50939, 2547, 230, 'Cobb Island', 382584600, -768438600, 0),
(50940, 2547, 230, 'Cockeysville', 394812200, -766438600, 0),
(50941, 2547, 230, 'Colesville', 390756600, -770019200, 0),
(50942, 2547, 230, 'College Park', 389806700, -769369200, 0),
(50943, 2547, 230, 'Colora', 396719400, -760986100, 0),
(50944, 2547, 230, 'Coltons Point', 382244400, -767533300, 0),
(50945, 2547, 230, 'Columbia', 392403800, -768394200, 0),
(50946, 2547, 230, 'Compton', 383050090, -766338370, 0),
(50947, 2547, 230, 'Conowingo', 396766700, -761622200, 0),
(50948, 2547, 230, 'Cooksville', 393208000, -770067000, 0),
(50949, 2547, 230, 'Coral Hills', 388703900, -769210800, 0),
(50950, 2547, 230, 'Crisfield', 379834600, -758538200, 0),
(50951, 2547, 230, 'Crofton', 390017800, -766874700, 0),
(50952, 2547, 230, 'Crownsville', 390284400, -766013500, 0),
(50953, 2547, 230, 'Cumberland', 395969590, -788345110, 0),
(50954, 2547, 230, 'Curtis Bay', 392034600, -765586200, 0),
(50955, 2547, 230, 'Damascus', 392884400, -772038700, 0),
(50956, 2547, 230, 'Dameron', 381522200, -763694400, 0),
(50957, 2547, 230, 'Darlington', 396402800, -762008300, 0),
(50958, 2547, 230, 'Darnestown', 391034400, -772908200, 0),
(50959, 2547, 230, 'Davidsonville', 389385800, -766299850, 0),
(50960, 2547, 230, 'Dayton', 392516700, -769908300, 0),
(50961, 2547, 230, 'Deale', 387765100, -765552400, 0),
(50962, 2547, 230, 'Delmar', 384559500, -755774200, 0),
(50963, 2547, 230, 'Denton', 388845600, -758271600, 0),
(50964, 2547, 230, 'Derwood', 391173300, -771610900, 0),
(50965, 2547, 230, 'Dickerson', 392200000, -774241700, 0),
(50966, 2547, 230, 'District Heights', 388576100, -768894200, 0),
(50967, 2547, 230, 'Dowell', 383385090, -764525980, 0),
(50968, 2547, 230, 'Drayden', 381786100, -764816700, 0),
(50969, 2547, 230, 'Dundalk', 392506600, -765205200, 0),
(50970, 2547, 230, 'Dunkirk', 387217800, -766605200, 0),
(50971, 2547, 230, 'Earleville', 394152800, -759175000, 0),
(50972, 2547, 230, 'East New Market', 385961100, -759236100, 0),
(50973, 2547, 230, 'East Riverdale', 389620600, -769219200, 0),
(50974, 2547, 230, 'Easton', 387740740, -760676760, 0),
(50975, 2547, 230, 'Eden', 382783300, -756525000, 0),
(50976, 2547, 230, 'Edgewater', 389570600, -765499600, 0),
(50977, 2547, 230, 'Edgewood', 394187200, -762944000, 0),
(50978, 2547, 230, 'Eldersburg', 394037100, -769502600, 0),
(50979, 2547, 230, 'Elk Mills', 396576960, -758268240, 0),
(50980, 2547, 230, 'Elkridge', 392126100, -767135800, 0),
(50981, 2547, 230, 'Elkton', 396067800, -758332700, 0),
(50982, 2547, 230, 'Ellerslie', 397196300, -787747600, 0),
(50983, 2547, 230, 'Ellicott City', 392660160, -768455130, 0),
(50984, 2547, 230, 'Emmitsburg', 397045400, -773269300, 0),
(50985, 2547, 230, 'Essex', 393092700, -764749600, 0),
(50986, 2547, 230, 'Fairland', 390762200, -769577500, 0),
(50987, 2547, 230, 'Fairmount Heights', 389009500, -769155300, 0),
(50988, 2547, 230, 'Fallston', 395145500, -764110700, 0),
(50989, 2547, 230, 'Federalsburg', 386942800, -757721600, 0),
(50990, 2547, 230, 'Ferndale', 391831600, -766402400, 0),
(50991, 2547, 230, 'Finksburg', 395017800, -769131600, 0),
(50992, 2547, 230, 'Forest Glen', 390145500, -770547000, 0),
(50993, 2547, 230, 'Forest Heights', 388095600, -769980300, 0),
(50994, 2547, 230, 'Forest Hill', 395850000, -763877800, 0),
(50995, 2547, 230, 'Forestville', 388451100, -768749700, 0),
(50996, 2547, 230, 'Fort George G. Meade', 391076400, -767448600, 0),
(50997, 2547, 230, 'Fort Washington', 387073400, -770230300, 0),
(50998, 2547, 230, 'Four Corners', 390203900, -770127500, 0),
(50999, 2547, 230, 'Frederick', 393739670, -773904590, 0),
(51000, 2547, 230, 'Freeland', 397047200, -766838900, 0),
(51001, 2547, 230, 'Friendly', 387517800, -769785900, 0),
(51002, 2547, 230, 'Friendship', 387349890, -765941880, 0),
(51003, 2547, 230, 'Friendship Village', 389632200, -770900200, 0),
(51004, 2547, 230, 'Friendsville', 396633600, -794042770, 0),
(51005, 2547, 230, 'Frostburg', 396581400, -789283600, 0),
(51006, 2547, 230, 'Fruitland', 383220600, -756202000, 0),
(51007, 2547, 230, 'Fulton', 391509400, -769230300, 0),
(51008, 2547, 230, 'Funkstown', 396091700, -777075000, 0),
(51009, 2547, 230, 'Gaithersburg', 391087770, -772383510, 0),
(51010, 2547, 230, 'Galena', 393416700, -758783300, 0),
(51011, 2547, 230, 'Galesville', 388432890, -765508360, 0),
(51012, 2547, 230, 'Gambrills', 390670500, -766652400, 0),
(51013, 2547, 230, 'Garrett Park', 390352800, -770925000, 0),
(51014, 2547, 230, 'Garrison', 394059400, -767605300, 0),
(51015, 2547, 230, 'Germantown', 391911890, -772346600, 0),
(51016, 2547, 230, 'Gibson Island', 390752860, -764313190, 0),
(51017, 2547, 230, 'Glassmanor', 388190000, -769985900, 0),
(51018, 2547, 230, 'Glen Arm', 394533300, -764944400, 0),
(51019, 2547, 230, 'Glen Burnie', 391626100, -766246900, 0),
(51020, 2547, 230, 'Glenelg', 392641700, -769925000, 0),
(51021, 2547, 230, 'Glenmont', 390578900, -770497000, 0),
(51022, 2547, 230, 'Glenn Dale', 389876100, -768205300, 0),
(51023, 2547, 230, 'Glenwood', 392781530, -770158960, 0),
(51024, 2547, 230, 'Glyndon', 394883140, -767784300, 0),
(51025, 2547, 230, 'Goddard', 389895500, -768533100, 0),
(51026, 2547, 230, 'Goldsboro', 390331400, -757878800, 0),
(51027, 2547, 230, 'Grantsville', 396969400, -791558300, 0),
(51028, 2547, 230, 'Grasonville', 389581700, -762102300, 0),
(51029, 2547, 230, 'Great Mills', 382366700, -764972200, 0),
(51030, 2547, 230, 'Green Haven', 391395500, -765477400, 0),
(51031, 2547, 230, 'Greenbelt', 389973950, -768818460, 0),
(51032, 2547, 230, 'Greensboro', 389737200, -758049300, 0),
(51033, 2547, 230, 'Gunpowder', 394150000, -763561100, 0),
(51034, 2547, 230, 'Gwynn Oak', 393255340, -767166710, 0),
(51035, 2547, 230, 'Hagerstown', 396563110, -777098410, 0),
(51036, 2547, 230, 'Halethorpe', 392397200, -766802800, 0),
(51037, 2547, 230, 'Hampstead', 396157200, -768491400, 0),
(51038, 2547, 230, 'Hampton', 394228800, -765846900, 0),
(51039, 2547, 230, 'Hancock', 396989800, -781797300, 0),
(51040, 2547, 230, 'Hanover', 391649400, -767156400, 0),
(51041, 2547, 230, 'Harmans', 391559000, -766993000, 0),
(51042, 2547, 230, 'Harwood', 388650000, -766200000, 0),
(51043, 2547, 230, 'Havre de Grace', 395492800, -760916200, 0),
(51044, 2547, 230, 'Hebron', 384201200, -756877100, 0),
(51045, 2547, 230, 'Henderson', 390738900, -757663900, 0),
(51046, 2547, 230, 'Herald Harbor', 390537200, -765691300, 0),
(51047, 2547, 230, 'Highland', 391790000, -769574800, 0),
(51048, 2547, 230, 'Hillandale', 390265000, -769741400, 0),
(51049, 2547, 230, 'Hillcrest Heights', 388328900, -769594200, 0),
(51050, 2547, 230, 'Hillsmere Shores', 389401100, -764949600, 0),
(51051, 2547, 230, 'Hollywood', 383454260, -765692140, 0),
(51052, 2547, 230, 'Hughesville', 385326200, -767838600, 0),
(51053, 2547, 230, 'Hunt Valley', 394875600, -766596600, 0),
(51054, 2547, 230, 'Huntingtown', 386159500, -766130200, 0),
(51055, 2547, 230, 'Hurlock', 386242800, -758543800, 0),
(51056, 2547, 230, 'Hyattsville', 389993400, -769750200, 0),
(51057, 2547, 230, 'Hydes', 394838900, -764933300, 0),
(51058, 2547, 230, 'Ijamsville', 393323590, -772997330, 0),
(51059, 2547, 230, 'Ilchester', 392509400, -767646900, 0),
(51060, 2547, 230, 'Indian Head', 386001200, -771622000, 0),
(51061, 2547, 230, 'Jarrettsville', 396045500, -764777400, 0),
(51062, 2547, 230, 'Jefferson', 393620500, -775316500, 0),
(51063, 2547, 230, 'Jessup', 391561080, -768099180, 0),
(51064, 2547, 230, 'Joppa', 394324290, -763552480, 0),
(51065, 2547, 230, 'Keedysville', 394862100, -776997100, 0),
(51066, 2547, 230, 'Kemp Mill', 390390000, -770191400, 0),
(51067, 2547, 230, 'Kennedyville', 393050000, -759950000, 0),
(51068, 2547, 230, 'Kensington', 390256700, -770763700, 0),
(51069, 2547, 230, 'Kettering', 388845600, -768146900, 0),
(51070, 2547, 230, 'Kingstown', 392048300, -760513300, 0),
(51071, 2547, 230, 'Kingsville', 394487200, -764177400, 0),
(51072, 2547, 230, 'Knoxville', 393269400, -776641700, 0),
(51073, 2547, 230, 'La Plata', 385292900, -769752500, 0),
(51074, 2547, 230, 'Lake Arbor', 389078900, -768296900, 0),
(51075, 2547, 230, 'Lake Shore', 391070500, -764849600, 0),
(51076, 2547, 230, 'Landover', 389340000, -768966400, 0),
(51077, 2547, 230, 'Landover Hills', 389431700, -768922000, 0),
(51078, 2547, 230, 'Langley Park', 389887200, -769813600, 0),
(51079, 2547, 230, 'Lanham', 389596800, -768553200, 0),
(51080, 2547, 230, 'Lansdowne', 392451100, -766605200, 0),
(51081, 2547, 230, 'Largo', 388976100, -768302500, 0),
(51082, 2547, 230, 'Laurel', 391008000, -768827000, 0),
(51083, 2547, 230, 'Layhill', 390923300, -770444200, 0),
(51084, 2547, 230, 'Leisure World', 391023000, -770689800, 0),
(51085, 2547, 230, 'Leonardtown', 382941450, -766510670, 0),
(51086, 2547, 230, 'Lexington Park', 382667900, -764538400, 0),
(51087, 2547, 230, 'Libertytown', 394850000, -772402800, 0),
(51088, 2547, 230, 'Linkwood', 385397200, -759461100, 0),
(51089, 2547, 230, 'Linthicum', 392051100, -766527500, 0),
(51090, 2547, 230, 'Linthicum Heights', 392081190, -766610200, 0),
(51091, 2547, 230, 'Little Orleans', 396590040, -784028030, 0),
(51092, 2547, 230, 'Lochearn', 393406600, -767221900, 0),
(51093, 2547, 230, 'Lonaconing', 395659200, -789803000, 0),
(51094, 2547, 230, 'Londontowne', 389334500, -765494100, 0),
(51095, 2547, 230, 'Long Beach', 384609600, -764688400, 0),
(51096, 2547, 230, 'Lothian', 388316700, -766113900, 0),
(51097, 2547, 230, 'Lusby', 384106800, -764552300, 0),
(51098, 2547, 230, 'Lutherville', 394212200, -766260800, 0),
(51099, 2547, 230, 'Lutherville Timonium', 394349400, -766548600, 0),
(51100, 2547, 230, 'Manchester', 396612100, -768849800, 0),
(51101, 2547, 230, 'Marbury', 385623600, -771639000, 0),
(51102, 2547, 230, 'Marion Station', 380250600, -757290600, 0),
(51103, 2547, 230, 'Marlboro Meadows', 388362200, -767149700, 0),
(51104, 2547, 230, 'Marlow Heights', 388334500, -769516400, 0),
(51105, 2547, 230, 'Marriottsville', 392500000, -769300000, 0),
(51106, 2547, 230, 'Maryland City', 390920500, -768177500, 0),
(51107, 2547, 230, 'Maugansville', 396928700, -777447200, 0),
(51108, 2547, 230, 'Mays Chapel', 394331600, -766494100, 0),
(51109, 2547, 230, 'McHenry', 395575750, -793491060, 0),
(51110, 2547, 230, 'Mechanicsville', 384429000, -767438500, 0),
(51111, 2547, 230, 'Mellwood', 388103900, -768241400, 0),
(51112, 2547, 230, 'Middle River', 393400200, -764074800, 0),
(51113, 2547, 230, 'Middletown', 394437100, -775447100, 0),
(51114, 2547, 230, 'Milford Mill', 393478800, -767699700, 0),
(51115, 2547, 230, 'Millers', 396856000, -768155000, 0),
(51116, 2547, 230, 'Millersville', 390594400, -766480600, 0),
(51117, 2547, 230, 'Millington', 392587070, -758393110, 0),
(51118, 2547, 230, 'Mitchellville', 389251100, -767427500, 0),
(51119, 2547, 230, 'Monkton', 395786100, -766155600, 0),
(51120, 2547, 230, 'Monrovia', 393719400, -772719400, 0),
(51121, 2547, 230, 'Montgomery Village', 391709400, -772095000, 0),
(51122, 2547, 230, 'Morganza', 383752800, -766955600, 0),
(51123, 2547, 230, 'Morningside', 388301100, -768913600, 0),
(51124, 2547, 230, 'Mount Airy', 393762100, -771547000, 0),
(51125, 2547, 230, 'Mount Rainier', 389415000, -769649800, 0),
(51126, 2547, 230, 'Mountain Lake Park', 393984300, -793817100, 0),
(51127, 2547, 230, 'Myersville', 395051000, -775663800, 0),
(51128, 2547, 230, 'Nanjemoy', 384547220, -772169440, 0),
(51129, 2547, 230, 'Nanticoke', 382649970, -759032510, 0),
(51130, 2547, 230, 'New Carrollton', 389698300, -768799700, 0),
(51131, 2547, 230, 'New Market', 394063200, -772963800, 0),
(51132, 2547, 230, 'New Windsor', 395420500, -771080400, 0),
(51133, 2547, 230, 'Newburg', 383562610, -769439740, 0),
(51134, 2547, 230, 'Newcomb', 387836100, -762269650, 0),
(51135, 2547, 230, 'North Beach', 387073400, -765310700, 0),
(51136, 2547, 230, 'North Bel Air', 395398300, -763549600, 0),
(51137, 2547, 230, 'North Bethesda', 390445500, -771188700, 0),
(51138, 2547, 230, 'North East', 396001100, -759413300, 0),
(51139, 2547, 230, 'North Laurel', 391390000, -768705300, 0),
(51140, 2547, 230, 'North Potomac', 390828900, -772649800, 0),
(51141, 2547, 230, 'Nottingham', 393875400, -764953800, 0),
(51142, 2547, 230, 'Oakland', 393379200, -794023200, 0),
(51143, 2547, 230, 'Ocean City', 383878200, -751072800, 0),
(51144, 2547, 230, 'Ocean Pines', 383953900, -751557400, 0),
(51145, 2547, 230, 'Odenton', 390840000, -767002500, 0),
(51146, 2547, 230, 'Oldtown', 395413900, -786113900, 0),
(51147, 2547, 230, 'Olney', 391531600, -770669200, 0),
(51148, 2547, 230, 'Overlea', 393634400, -765205200, 0),
(51149, 2547, 230, 'Owings', 387176200, -766013500, 0),
(51150, 2547, 230, 'Owings Mills', 394195500, -767802500, 0),
(51151, 2547, 230, 'Oxford', 386866700, -761708300, 0),
(51152, 2547, 230, 'Oxon Hill', 388034500, -769897000, 0),
(51153, 2547, 230, 'Paramount-Long Meadow', 396804200, -776929000, 0),
(51154, 2547, 230, 'Park Hall', 382176710, -764492640, 0),
(51155, 2547, 230, 'Parkton', 396408300, -766591700, 0),
(51156, 2547, 230, 'Parkville', 393773300, -765396900, 0),
(51157, 2547, 230, 'Parole', 389795600, -765305200, 0),
(51158, 2547, 230, 'Parsonsburg', 383875000, -754711100, 0),
(51159, 2547, 230, 'Pasadena', 391268070, -765127430, 0),
(51160, 2547, 230, 'Patuxent River', 383188900, -764050000, 0),
(51161, 2547, 230, 'Peppermill Village', 388947200, -768865400, 0),
(51162, 2547, 230, 'Perry Hall', 394126100, -764635700, 0),
(51163, 2547, 230, 'Perryville', 395601100, -760713400, 0),
(51164, 2547, 230, 'Phoenix', 395163900, -766161100, 0),
(51165, 2547, 230, 'Pikesville', 393742700, -767224700, 0),
(51166, 2547, 230, 'Piney Point', 381422200, -765075000, 0),
(51167, 2547, 230, 'Pittsville', 383953900, -754129700, 0),
(51168, 2547, 230, 'Pleasant Hills', 394795500, -763941300, 0),
(51169, 2547, 230, 'Pocomoke City', 380756800, -755679800, 0),
(51170, 2547, 230, 'Point Of Rocks', 392759400, -775391500, 0),
(51171, 2547, 230, 'Pomfret', 385792000, -770229000, 0),
(51172, 2547, 230, 'Poolesville', 391459400, -774169300, 0),
(51173, 2547, 230, 'Port Deposit', 396359400, -760794000, 0),
(51174, 2547, 230, 'Port Republic', 384934100, -765313890, 0),
(51175, 2547, 230, 'Port Tobacco', 385083490, -770423800, 0),
(51176, 2547, 230, 'Potomac', 390181700, -772085900, 0),
(51177, 2547, 230, 'Preston', 387108300, -759083300, 0),
(51178, 2547, 230, 'Price', 390975000, -759591670, 0),
(51179, 2547, 230, 'Prince Frederick', 385257600, -765918000, 0),
(51180, 2547, 230, 'Princess Anne', 382029000, -756924300, 0),
(51181, 2547, 230, 'Pumphrey', 392173300, -766371900, 0),
(51182, 2547, 230, 'Quantico', 383335500, -758067900, 0),
(51183, 2547, 230, 'Queen Anne', 389191700, -759527800, 0),
(51184, 2547, 230, 'Queenstown', 389891700, -761566700, 0),
(51185, 2547, 230, 'Randallstown', 393673300, -767952500, 0),
(51186, 2547, 230, 'Rawlings', 395155990, -789081400, 0),
(51187, 2547, 230, 'Redland', 391453900, -771441500, 0),
(51188, 2547, 230, 'Reisterstown', 394695500, -768294200, 0),
(51189, 2547, 230, 'Rhodesdale', 385761100, -758361100, 0),
(51190, 2547, 230, 'Riderwood', 394091670, -766488890, 0),
(51191, 2547, 230, 'Rising Sun', 396907540, -760474820, 0),
(51192, 2547, 230, 'Riva', 389520600, -765780200, 0),
(51193, 2547, 230, 'Riverdale', 389605980, -769181640, 0),
(51194, 2547, 230, 'Riverside', 391734400, -768852500, 0),
(51195, 2547, 230, 'Riviera Beach', 391667800, -765080200, 0),
(51196, 2547, 230, 'Rock Hall', 391381700, -762349500, 0),
(51197, 2547, 230, 'Rockville', 390873470, -771745200, 0),
(51198, 2547, 230, 'Rohrersville', 394383000, -776633000, 0),
(51199, 2547, 230, 'Rosedale', 393403200, -765051000, 0),
(51200, 2547, 230, 'Rossmoor', 391037200, -770710900, 0),
(51201, 2547, 230, 'Royal Oak', 387141520, -761981230, 0),
(51202, 2547, 230, 'Sabillasville', 397000000, -774563900, 0),
(51203, 2547, 230, 'Saint Charles', 386031700, -769385800, 0),
(51204, 2547, 230, 'Saint Inigoes', 381507850, -764140010, 0),
(51205, 2547, 230, 'Saint Leonard', 384730600, -765036100, 0),
(51206, 2547, 230, 'Saint Marys City', 381891700, -764322200, 0),
(51207, 2547, 230, 'Salisbury', 383606700, -755993700, 0),
(51208, 2547, 230, 'Sandy Spring', 391492530, -770283280, 0),
(51209, 2547, 230, 'Savage', 391378900, -768238600, 0),
(51210, 2547, 230, 'Seabrook', 389678900, -768449700, 0),
(51211, 2547, 230, 'Severn', 391370500, -766983000, 0),
(51212, 2547, 230, 'Severna Park', 390703900, -765452400, 0),
(51213, 2547, 230, 'Shady Side', 388417800, -765121800, 0),
(51214, 2547, 230, 'Sharpsburg', 394577800, -777494400, 0),
(51215, 2547, 230, 'Silver Hill', 388417800, -769458100, 0),
(51216, 2547, 230, 'Silver Spring', 389906700, -770260900, 0),
(51217, 2547, 230, 'Simpsonville', 391866700, -768819400, 0),
(51218, 2547, 230, 'Smithsburg', 396548200, -775727700, 0),
(51219, 2547, 230, 'Snow Hill', 381770600, -753927000, 0),
(51220, 2547, 230, 'Solomons', 383368000, -764644000, 0),
(51221, 2547, 230, 'Somerset', 389659400, -770960900, 0),
(51222, 2547, 230, 'South Bel Air', 395331600, -763374600, 0),
(51223, 2547, 230, 'South Gate', 391290000, -766258000, 0),
(51224, 2547, 230, 'South Kensington', 390190000, -770799800, 0),
(51225, 2547, 230, 'South Laurel', 390698300, -768502500, 0),
(51226, 2547, 230, 'Sparks Glencoe', 395308300, -766458300, 0),
(51227, 2547, 230, 'Sparrows Point', 392505560, -765208330, 0),
(51228, 2547, 230, 'Spencerville', 391142700, -769783100, 0),
(51229, 2547, 230, 'Spring Ridge', 394014900, -773524800, 0),
(51230, 2547, 230, 'Springdale', 389376100, -768388600, 0),
(51231, 2547, 230, 'Stevenson', 394102800, -767130600, 0),
(51232, 2547, 230, 'Stevensville', 389347000, -763368530, 0),
(51233, 2547, 230, 'Street', 396688900, -763794400, 0),
(51234, 2547, 230, 'Sudlersville', 391863900, -758580600, 0),
(51235, 2547, 230, 'Suitland', 388487200, -769238600, 0),
(51236, 2547, 230, 'Sunderland', 386583410, -765871720, 0),
(51237, 2547, 230, 'Swanton', 394958870, -792605130, 0),
(51238, 2547, 230, 'Sykesville', 393395550, -769699370, 0),
(51239, 2547, 230, 'Takoma Park', 389823600, -770035800, 0),
(51240, 2547, 230, 'Tall Timbers', 381661150, -765444690, 0),
(51241, 2547, 230, 'Taneytown', 396578800, -771744300, 0),
(51242, 2547, 230, 'Temple Hills', 388140000, -769455300, 0),
(51243, 2547, 230, 'Thurmont', 396237100, -774108200, 0),
(51244, 2547, 230, 'Timonium', 394370500, -766196900, 0),
(51245, 2547, 230, 'Toddville', 382997200, -760705600, 0),
(51246, 2547, 230, 'Towson', 394056430, -765804380, 0),
(51247, 2547, 230, 'Tracys Landing', 387800000, -765958300, 0),
(51248, 2547, 230, 'Trappe', 386584500, -760580000, 0),
(51249, 2547, 230, 'Travilah', 390690000, -772630400, 0),
(51250, 2547, 230, 'Union Bridge', 395686100, -771775000, 0),
(51251, 2547, 230, 'University Park', 389703900, -769419200, 0),
(51252, 2547, 230, 'Upper Fairmount', 381038890, -757916670, 0),
(51253, 2547, 230, 'Upper Falls', 394273000, -763922000, 0),
(51254, 2547, 230, 'Upper Marlboro', 388159500, -767496900, 0),
(51255, 2547, 230, 'Upperco', 395627800, -768352800, 0),
(51256, 2547, 230, 'Urbana', 393259400, -773513700, 0),
(51257, 2547, 230, 'Valley Lee', 381958300, -765127800, 0),
(51258, 2547, 230, 'Waldorf', 386245600, -769391400, 0),
(51259, 2547, 230, 'Walker Mill', 388753900, -768883100, 0),
(51260, 2547, 230, 'Walkersville', 394862100, -773519300, 0),
(51261, 2547, 230, 'Washington Grove', 391394400, -771758300, 0),
(51262, 2547, 230, 'West Elkridge', 392070500, -767269200, 0),
(51263, 2547, 230, 'West Friendship', 393025000, -769527780, 0),
(51264, 2547, 230, 'West Laurel', 391012200, -768997000, 0),
(51265, 2547, 230, 'West Ocean City', 383315000, -751068500, 0),
(51266, 2547, 230, 'West River', 388502800, -765961100, 0),
(51267, 2547, 230, 'Westernport', 394853700, -790447500, 0),
(51268, 2547, 230, 'Westminster', 395753800, -769958100, 0),
(51269, 2547, 230, 'Westover', 380975400, -757605600, 0),
(51270, 2547, 230, 'Whaleyville', 383963900, -753013900, 0),
(51271, 2547, 230, 'Wheaton', 390398300, -770552600, 0),
(51272, 2547, 230, 'White Hall', 396498000, -765717000, 0),
(51273, 2547, 230, 'White Marsh', 393837200, -764321800, 0),
(51274, 2547, 230, 'White Oak', 390398300, -769930300, 0),
(51275, 2547, 230, 'White Plains', 385894400, -769375000, 0),
(51276, 2547, 230, 'Whiteford', 397088900, -763455600, 0),
(51277, 2547, 230, 'Willards', 383900000, -753502800, 0),
(51278, 2547, 230, 'Williamsport', 396006500, -778205500, 0),
(51279, 2547, 230, 'Wilson-Conococheague', 396535100, -778315700, 0),
(51280, 2547, 230, 'Windsor Mill', 393472200, -767608300, 0),
(51281, 2547, 230, 'Wittman', 387936100, -762941700, 0),
(51282, 2547, 230, 'Woodbine', 393590000, -770620000, 0),
(51283, 2547, 230, 'Woodlawn', 389495600, -768913600, 0),
(51284, 2547, 230, 'Woodmore', 389212200, -768030300, 0),
(51285, 2547, 230, 'Woodsboro', 395331600, -773147100, 0),
(51286, 2547, 230, 'Woodstock', 393286100, -768719400, 0),
(51287, 2547, 230, 'Woolford', 385111800, -761832600, 0),
(51288, 2547, 230, 'Worton', 392744400, -760922200, 0),
(51289, 2547, 230, 'Wye Mills', 389411100, -760805600, 0),
(51290, 2548, 230, 'Abington', 421048200, -709453200, 0),
(51291, 2548, 230, 'Accord', 421616700, -707944400, 0),
(51292, 2548, 230, 'Acton', 424850900, -714328400, 0),
(51293, 2548, 230, 'Acushnet', 416806600, -709078200, 0),
(51294, 2548, 230, 'Acushnet Center', 416850800, -709064200, 0),
(51295, 2548, 230, 'Adams', 426242500, -731176000, 0),
(51296, 2548, 230, 'Agawam', 420695400, -726148100, 0),
(51297, 2548, 230, 'Allston', 423529000, -711321000, 0),
(51298, 2548, 230, 'Amesbury', 428584200, -709300500, 0),
(51299, 2548, 230, 'Amherst', 423666670, -725166670, 0),
(51300, 2548, 230, 'Amherst Center', 423753700, -725192500, 0),
(51301, 2548, 230, 'Andover', 426483740, -711614570, 0),
(51302, 2548, 230, 'Arlington', 424153700, -711564400, 0),
(51303, 2548, 230, 'Arlington Heights', 424202780, -711805560, 0),
(51304, 2548, 230, 'Ashburnham', 426362000, -719078500, 0),
(51305, 2548, 230, 'Ashby', 426778700, -718203500, 0),
(51306, 2548, 230, 'Ashfield', 425264700, -727884300, 0),
(51307, 2548, 230, 'Ashland', 422612100, -714634000, 0),
(51308, 2548, 230, 'Assonet', 417919400, -710902800, 0),
(51309, 2548, 230, 'Athol', 425959200, -722267500, 0),
(51310, 2548, 230, 'Attleboro', 419445400, -712856100, 0),
(51311, 2548, 230, 'Attleboro Falls', 419833330, -713333330, 0),
(51312, 2548, 230, 'Auburn', 421945400, -718356300, 0),
(51313, 2548, 230, 'Auburndale', 423472200, -712494400, 0),
(51314, 2548, 230, 'Avon', 421306600, -710411600, 0),
(51315, 2548, 230, 'Ayer', 425612000, -715897900, 0),
(51316, 2548, 230, 'Babson Park', 422986110, -712600000, 0),
(51317, 2548, 230, 'Baldwinville', 426084200, -720759100, 0),
(51318, 2548, 230, 'Barnstable', 417001100, -702994700, 0),
(51319, 2548, 230, 'Barre', 424228700, -721050800, 0),
(51320, 2548, 230, 'Becket', 423320300, -730828800, 0),
(51321, 2548, 230, 'Bedford', 424916710, -712759920, 0),
(51322, 2548, 230, 'Belchertown', 422770400, -724009200, 0),
(51323, 2548, 230, 'Bellingham', 420867600, -714745100, 0),
(51324, 2548, 230, 'Belmont', 423959300, -711786700, 0),
(51325, 2548, 230, 'Berkley', 418459300, -710828200, 0),
(51326, 2548, 230, 'Berlin', 423739500, -716351780, 0),
(51327, 2548, 230, 'Bernardston', 426709200, -725495300, 0),
(51328, 2548, 230, 'Beverly', 425584300, -708800500, 0),
(51329, 2548, 230, 'Beverly Cove', 425534300, -708536600, 0),
(51330, 2548, 230, 'Billerica', 425488630, -712489480, 0),
(51331, 2548, 230, 'Blackstone', 420178800, -715411700, 0),
(51332, 2548, 230, 'Blandford', 421805600, -729277800, 0),
(51333, 2548, 230, 'Bliss Corner', 416117700, -709383700, 0),
(51334, 2548, 230, 'Bolton', 424334300, -716078400, 0),
(51335, 2548, 230, 'Bondsville', 422125900, -723453600, 0),
(51336, 2548, 230, 'Boston', 423584300, -710597700, 0),
(51337, 2548, 230, 'Bourne', 417412200, -705989200, 0),
(51338, 2548, 230, 'Boxborough', 424833330, -715166670, 0),
(51339, 2548, 230, 'Boxford', 426612000, -709967200, 0),
(51340, 2548, 230, 'Boylston', 423917600, -717036800, 0),
(51341, 2548, 230, 'Braintree', 422223200, -709994900, 0),
(51342, 2548, 230, 'Brant Rock', 421016700, -706608300, 0),
(51343, 2548, 230, 'Brewster', 417601100, -700828000, 0),
(51344, 2548, 230, 'Bridgewater', 419903800, -709750400, 0),
(51345, 2548, 230, 'Brighton', 423508200, -711184200, 0),
(51346, 2548, 230, 'Brimfield', 421228700, -722009100, 0),
(51347, 2548, 230, 'Brockton', 420834300, -710183800, 0),
(51348, 2548, 230, 'Brookfield', 422138900, -721027800, 0),
(51349, 2548, 230, 'Brookline', 423317600, -711211600, 0),
(51350, 2548, 230, 'Brookline Village', 423334300, -711208000, 0),
(51351, 2548, 230, 'Bryantville', 420431910, -708348580, 0),
(51352, 2548, 230, 'Burlington', 425048200, -711956100, 0),
(51353, 2548, 230, 'Buzzards Bay', 417453800, -706180900, 0),
(51354, 2548, 230, 'Byfield', 427598140, -709481100, 0),
(51355, 2548, 230, 'Cambridge', 423701300, -710863000, 0),
(51356, 2548, 230, 'Canton', 421670040, -711324940, 0),
(51357, 2548, 230, 'Carlisle', 425292600, -713495000, 0),
(51358, 2548, 230, 'Carver', 418834400, -707625400, 0),
(51359, 2548, 230, 'Cataumet', 416670260, -706133880, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(51360, 2548, 230, 'Centerville', 416487200, -703480800, 0),
(51361, 2548, 230, 'Charlemont', 426278600, -728698200, 0),
(51362, 2548, 230, 'Charlestown', 423361800, -711036600, 0),
(51363, 2548, 230, 'Charlton', 421356500, -719700700, 0),
(51364, 2548, 230, 'Charlton City', 421340640, -719690170, 0),
(51365, 2548, 230, 'Chartley', 419657000, -712387800, 0),
(51366, 2548, 230, 'Chatham', 416820600, -699597400, 0),
(51367, 2548, 230, 'Chelmsford', 426232800, -713647200, 0),
(51368, 2548, 230, 'Chelsea', 423968460, -710342420, 0),
(51369, 2548, 230, 'Cherry Valley', 422417100, -718710190, 0),
(51370, 2548, 230, 'Cheshire', 425585600, -731582130, 0),
(51371, 2548, 230, 'Chestnut Hill', 423185000, -711570000, 0),
(51372, 2548, 230, 'Chicopee', 421926600, -725585400, 0),
(51373, 2548, 230, 'Chilmark', 413400000, -707400000, 0),
(51374, 2548, 230, 'Clinton', 424167600, -716828500, 0),
(51375, 2548, 230, 'Cochituate', 423209300, -713642300, 0),
(51376, 2548, 230, 'Cohasset', 422417700, -708036500, 0),
(51377, 2548, 230, 'Colrain', 426731400, -726967600, 0),
(51378, 2548, 230, 'Concord', 424603700, -713489500, 0),
(51379, 2548, 230, 'Conway', 425098100, -726995300, 0),
(51380, 2548, 230, 'Cordaville', 422689800, -715239500, 0),
(51381, 2548, 230, 'Cotuit', 416167800, -704369700, 0),
(51382, 2548, 230, 'Cummaquid', 417017250, -702782210, 0),
(51383, 2548, 230, 'Cummington', 424616700, -728944400, 0),
(51384, 2548, 230, 'Dalton', 424737000, -731662100, 0),
(51385, 2548, 230, 'Danvers', 425693970, -709454750, 0),
(51386, 2548, 230, 'Dartmouth', 416144400, -709697200, 0),
(51387, 2548, 230, 'Dedham', 422417700, -711661600, 0),
(51388, 2548, 230, 'Deerfield', 425444400, -726061100, 0),
(51389, 2548, 230, 'Dennis', 417353900, -701939100, 0),
(51390, 2548, 230, 'Dennis Port', 416584400, -701286300, 0),
(51391, 2548, 230, 'Devens', 425336000, -716215000, 0),
(51392, 2548, 230, 'Dighton', 418139900, -711203200, 0),
(51393, 2548, 230, 'Douglas', 420542600, -717395100, 0),
(51394, 2548, 230, 'Dover', 422459300, -712828300, 0),
(51395, 2548, 230, 'Dracut', 426703700, -713020100, 0),
(51396, 2548, 230, 'Dudley', 420451000, -719300700, 0),
(51397, 2548, 230, 'Dunstable', 426750900, -714828400, 0),
(51398, 2548, 230, 'Duxbury', 420393330, -707104130, 0),
(51399, 2548, 230, 'East Bridgewater', 420334300, -709592100, 0),
(51400, 2548, 230, 'East Dennis', 417426100, -701619600, 0),
(51401, 2548, 230, 'East Falmouth', 415784400, -705586400, 0),
(51402, 2548, 230, 'East Freetown', 417679830, -709685360, 0),
(51403, 2548, 230, 'East Harwich', 417001100, -700272400, 0),
(51404, 2548, 230, 'East Longmeadow', 420645400, -725125900, 0),
(51405, 2548, 230, 'East Orleans', 417895360, -699629840, 0),
(51406, 2548, 230, 'East Otis', 421733300, -730344400, 0),
(51407, 2548, 230, 'East Sandwich', 417417700, -704516900, 0),
(51408, 2548, 230, 'East Taunton', 418833330, -710286100, 0),
(51409, 2548, 230, 'East Templeton', 425627310, -720408590, 0),
(51410, 2548, 230, 'East Walpole', 421416700, -712500000, 0),
(51411, 2548, 230, 'East Wareham', 417813580, -706500630, 0),
(51412, 2548, 230, 'East Weymouth', 422100000, -709330200, 0),
(51413, 2548, 230, 'Eastham', 418301100, -699739100, 0),
(51414, 2548, 230, 'Easthampton', 422667600, -726689800, 0),
(51415, 2548, 230, 'Easton', 420245400, -711286600, 0),
(51416, 2548, 230, 'Edgartown', 413890100, -705133600, 0),
(51417, 2548, 230, 'Erving', 426000900, -723981400, 0),
(51418, 2548, 230, 'Essex', 426320400, -707828300, 0),
(51419, 2548, 230, 'Everett', 424084300, -710536600, 0),
(51420, 2548, 230, 'Fairhaven', 416376000, -709036500, 0),
(51421, 2548, 230, 'Fall River', 417014900, -711550500, 0),
(51422, 2548, 230, 'Falmouth', 415515000, -706147500, 0),
(51423, 2548, 230, 'Fayville', 422923100, -715040950, 0),
(51424, 2548, 230, 'Feeding Hills', 420681400, -726787000, 0),
(51425, 2548, 230, 'Fiskdale', 421162100, -721134100, 0),
(51426, 2548, 230, 'Fitchburg', 425834200, -718023000, 0),
(51427, 2548, 230, 'Florence', 423355600, -726716700, 0),
(51428, 2548, 230, 'Forestdale', 416917700, -704994700, 0),
(51429, 2548, 230, 'Foxboro', 420648820, -712421320, 0),
(51430, 2548, 230, 'Foxborough', 420653800, -712478300, 0),
(51431, 2548, 230, 'Framingham', 422792600, -714161700, 0),
(51432, 2548, 230, 'Framingham Center', 422973200, -714370100, 0),
(51433, 2548, 230, 'Franklin', 420834300, -713967200, 0),
(51434, 2548, 230, 'Gardner', 425750900, -719981300, 0),
(51435, 2548, 230, 'Georgetown', 427250000, -709916700, 0),
(51436, 2548, 230, 'Gill', 426403600, -724995300, 0),
(51437, 2548, 230, 'Gloucester', 426159300, -706619900, 0),
(51438, 2548, 230, 'Grafton', 422070400, -716856200, 0),
(51439, 2548, 230, 'Granby', 422564800, -725162000, 0),
(51440, 2548, 230, 'Great Barrington', 421959200, -733620600, 0),
(51441, 2548, 230, 'Greenfield', 425875900, -725995300, 0),
(51442, 2548, 230, 'Groton', 426112000, -715745100, 0),
(51443, 2548, 230, 'Groveland', 427603700, -710314500, 0),
(51444, 2548, 230, 'Hadley', 423417600, -725884200, 0),
(51445, 2548, 230, 'Halifax', 419912100, -708619800, 0),
(51446, 2548, 230, 'Hamilton', 422562000, -717675700, 0),
(51447, 2548, 230, 'Hampden', 420639800, -724134200, 0),
(51448, 2548, 230, 'Hanover', 421315500, -708467700, 0),
(51449, 2548, 230, 'Hanscom Air Force Base', 424529100, -712802120, 0),
(51450, 2548, 230, 'Hanson', 420751000, -708800400, 0),
(51451, 2548, 230, 'Hardwick', 423500900, -721995200, 0),
(51452, 2548, 230, 'Harvard', 425000900, -715828400, 0),
(51453, 2548, 230, 'Harwich', 416862200, -700758500, 0),
(51454, 2548, 230, 'Harwich Center', 416923500, -700693800, 0),
(51455, 2548, 230, 'Harwich Port', 416667800, -700786300, 0),
(51456, 2548, 230, 'Hatfield', 423709200, -725981400, 0),
(51457, 2548, 230, 'Hathorne', 425893000, -709767680, 0),
(51458, 2548, 230, 'Haverhill', 427762000, -710772800, 0),
(51459, 2548, 230, 'Haydenville', 423930600, -727305600, 0),
(51460, 2548, 230, 'Head of Westport', 416209400, -710619900, 0),
(51461, 2548, 230, 'Heath', 426727200, -728344200, 0),
(51462, 2548, 230, 'Hingham', 422256900, -708887800, 0),
(51463, 2548, 230, 'Hinsdale', 424308600, -730693800, 0),
(51464, 2548, 230, 'Holbrook', 421551000, -710086600, 0),
(51465, 2548, 230, 'Holden', 423517600, -718634100, 0),
(51466, 2548, 230, 'Holland', 420639800, -721573000, 0),
(51467, 2548, 230, 'Holliston', 422001000, -714245000, 0),
(51468, 2548, 230, 'Holyoke', 422042600, -726162000, 0),
(51469, 2548, 230, 'Hopedale', 421306500, -715411700, 0),
(51470, 2548, 230, 'Hopkinton', 422195950, -715315490, 0),
(51471, 2548, 230, 'Housatonic', 422542500, -733662200, 0),
(51472, 2548, 230, 'Hubbardston', 424737000, -720061900, 0),
(51473, 2548, 230, 'Hudson', 423908040, -715581390, 0),
(51474, 2548, 230, 'Hull', 423389000, -709196000, 0),
(51475, 2548, 230, 'Humarock', 421388130, -706920410, 0),
(51476, 2548, 230, 'Huntington', 422361100, -728763900, 0),
(51477, 2548, 230, 'Hyannis', 416528900, -702828000, 0),
(51478, 2548, 230, 'Hyde Park', 422555600, -711244400, 0),
(51479, 2548, 230, 'Indian Orchard', 421013900, -725902800, 0),
(51480, 2548, 230, 'Ipswich', 426792600, -708411600, 0),
(51481, 2548, 230, 'Jamaica Plain', 423098200, -711203300, 0),
(51482, 2548, 230, 'Jefferson', 423516700, -718638900, 0),
(51483, 2548, 230, 'Kingston', 419945500, -707244800, 0),
(51484, 2548, 230, 'Lakeville', 418458300, -709500000, 0),
(51485, 2548, 230, 'Lancaster', 424556500, -716731200, 0),
(51486, 2548, 230, 'Lanesboro', 425393400, -732462000, 0),
(51487, 2548, 230, 'Lawrence', 426896460, -711626070, 0),
(51488, 2548, 230, 'Lee', 423042500, -732481600, 0),
(51489, 2548, 230, 'Leeds', 423513900, -726994400, 0),
(51490, 2548, 230, 'Leicester', 422459300, -719086800, 0),
(51491, 2548, 230, 'Lenox', 423564800, -732848300, 0),
(51492, 2548, 230, 'Leominster', 425250900, -717597900, 0),
(51493, 2548, 230, 'Leverett', 424520300, -725014800, 0),
(51494, 2548, 230, 'Lexington', 424455800, -712362200, 0),
(51495, 2548, 230, 'Lincoln', 424259300, -713039500, 0),
(51496, 2548, 230, 'Littleton', 425399540, -714841580, 0),
(51497, 2548, 230, 'Littleton Common', 425459300, -714745100, 0),
(51498, 2548, 230, 'Longmeadow', 420501000, -725828700, 0),
(51499, 2548, 230, 'Lowell', 426484600, -713360000, 0),
(51500, 2548, 230, 'Ludlow', 421729240, -724705710, 0),
(51501, 2548, 230, 'Lunenburg', 425945300, -717245200, 0),
(51502, 2548, 230, 'Lynn', 424667600, -709494900, 0),
(51503, 2548, 230, 'Lynnfield', 425389800, -710481100, 0),
(51504, 2548, 230, 'Malden', 424251000, -710661600, 0),
(51505, 2548, 230, 'Manchaug', 421500000, -717633300, 0),
(51506, 2548, 230, 'Manchester', 425777800, -707694400, 0),
(51507, 2548, 230, 'Manomet', 419036030, -705509730, 0),
(51508, 2548, 230, 'Mansfield', 420334300, -712189400, 0),
(51509, 2548, 230, 'Mansfield Center', 420226200, -712180800, 0),
(51510, 2548, 230, 'Marblehead', 425001000, -708578300, 0),
(51511, 2548, 230, 'Marion', 417001000, -707628100, 0),
(51512, 2548, 230, 'Marion Center', 417042400, -707628600, 0),
(51513, 2548, 230, 'Marlborough', 423467400, -715502400, 0),
(51514, 2548, 230, 'Marshfield', 420917700, -707055900, 0),
(51515, 2548, 230, 'Marshfield Hills', 421459400, -707397600, 0),
(51516, 2548, 230, 'Marstons Mills', 416562200, -704161400, 0),
(51517, 2548, 230, 'Mashpee', 416484400, -704811400, 0),
(51518, 2548, 230, 'Mattapan', 422722200, -710869400, 0),
(51519, 2548, 230, 'Mattapoisett', 416584400, -708161500, 0),
(51520, 2548, 230, 'Maynard', 424464000, -714594000, 0),
(51521, 2548, 230, 'Medfield', 421876000, -713064500, 0),
(51522, 2548, 230, 'Medford', 424193950, -711109940, 0),
(51523, 2548, 230, 'Medway', 421448380, -714091960, 0),
(51524, 2548, 230, 'Melrose', 424584300, -710661600, 0),
(51525, 2548, 230, 'Mendon', 421056500, -715522900, 0),
(51526, 2548, 230, 'Menemsha', 413525070, -707651930, 0),
(51527, 2548, 230, 'Merrimac', 428306500, -710022800, 0),
(51528, 2548, 230, 'Methuen', 427262000, -711908900, 0),
(51529, 2548, 230, 'Middleboro', 418734300, -709114300, 0),
(51530, 2548, 230, 'Middleborough', 418894440, -708941670, 0),
(51531, 2548, 230, 'Middleborough Center', 418946000, -709261800, 0),
(51532, 2548, 230, 'Middleton', 425950900, -710161600, 0),
(51533, 2548, 230, 'Milford', 421398200, -715161700, 0),
(51534, 2548, 230, 'Millbury', 421939800, -717600700, 0),
(51535, 2548, 230, 'Millis', 421676000, -713578400, 0),
(51536, 2548, 230, 'Millville', 420278800, -715809000, 0),
(51537, 2548, 230, 'Milton', 422495400, -710661600, 0),
(51538, 2548, 230, 'Milton Village', 422640700, -710801400, 0),
(51539, 2548, 230, 'Monponsett', 420166650, -708478890, 0),
(51540, 2548, 230, 'Monson', 421042600, -723189700, 0),
(51541, 2548, 230, 'Montague', 425356400, -725350900, 0),
(51542, 2548, 230, 'Monument Beach', 417195500, -706119800, 0),
(51543, 2548, 230, 'Nahant', 424264900, -709189400, 0),
(51544, 2548, 230, 'Nantucket', 412834600, -700994600, 0),
(51545, 2548, 230, 'Natick', 422857800, -713550600, 0),
(51546, 2548, 230, 'Needham', 422775100, -712448500, 0),
(51547, 2548, 230, 'Needham Heights', 423015300, -712315900, 0),
(51548, 2548, 230, 'New Bedford', 416940120, -709388540, 0),
(51549, 2548, 230, 'New Braintree', 423166670, -721263900, 0),
(51550, 2548, 230, 'New Salem', 425041700, -723325000, 0),
(51551, 2548, 230, 'Newbury', 427899590, -708440190, 0),
(51552, 2548, 230, 'Newburyport', 428148000, -708744000, 0),
(51553, 2548, 230, 'Newton', 423370400, -712092200, 0),
(51554, 2548, 230, 'Newton Centre', 423349460, -711951830, 0),
(51555, 2548, 230, 'Newton Corner', 423611100, -711952800, 0),
(51556, 2548, 230, 'Newton Highlands', 423117600, -711947900, 0),
(51557, 2548, 230, 'Newton Lower Falls', 423291700, -712536100, 0),
(51558, 2548, 230, 'Newton Upper Falls', 423138900, -712194400, 0),
(51559, 2548, 230, 'Newtonville', 423500000, -712036100, 0),
(51560, 2548, 230, 'Norfolk', 421195400, -713250600, 0),
(51561, 2548, 230, 'North Adams', 426871200, -730743600, 0),
(51562, 2548, 230, 'North Amherst', 424103700, -725309200, 0),
(51563, 2548, 230, 'North Andover', 426850710, -711071000, 0),
(51564, 2548, 230, 'North Attleboro', 419833330, -713333330, 0),
(51565, 2548, 230, 'North Attleborough', 419833330, -713333330, 0),
(51566, 2548, 230, 'North Billerica', 425833330, -712844400, 0),
(51567, 2548, 230, 'North Brookfield', 422667600, -720828500, 0),
(51568, 2548, 230, 'North Carver', 418833330, -707630600, 0),
(51569, 2548, 230, 'North Chatham', 416819400, -699602800, 0),
(51570, 2548, 230, 'North Chelmsford', 426388900, -713827800, 0),
(51571, 2548, 230, 'North Chicopee', 421834300, -725995300, 0),
(51572, 2548, 230, 'North Dartmouth', 416144400, -709697200, 0),
(51573, 2548, 230, 'North Eastham', 418651100, -699911300, 0),
(51574, 2548, 230, 'North Easton', 420244400, -711291700, 0),
(51575, 2548, 230, 'North Falmouth', 416459400, -706183600, 0),
(51576, 2548, 230, 'North Grafton', 422069400, -716861100, 0),
(51577, 2548, 230, 'North Marshfield', 420916700, -707061100, 0),
(51578, 2548, 230, 'North Oxford', 421659150, -718915950, 0),
(51579, 2548, 230, 'North Pembroke', 420931600, -707925400, 0),
(51580, 2548, 230, 'North Plymouth', 419705000, -707014000, 0),
(51581, 2548, 230, 'North Reading', 425750900, -710786700, 0),
(51582, 2548, 230, 'North Scituate', 422189900, -707856000, 0),
(51583, 2548, 230, 'North Seekonk', 418892700, -713300500, 0),
(51584, 2548, 230, 'North Uxbridge', 420875000, -716411100, 0),
(51585, 2548, 230, 'North Waltham', 423586000, -710605000, 0),
(51586, 2548, 230, 'North Weymouth', 422468400, -709438800, 0),
(51587, 2548, 230, 'Northampton', 423250900, -726412000, 0),
(51588, 2548, 230, 'Northborough', 423195400, -716411800, 0),
(51589, 2548, 230, 'Northbridge', 421514800, -716495100, 0),
(51590, 2548, 230, 'Northfield', 426959200, -724528700, 0),
(51591, 2548, 230, 'Norton', 419667700, -711869900, 0),
(51592, 2548, 230, 'Norwell', 421617700, -707939300, 0),
(51593, 2548, 230, 'Norwood', 421945400, -711995000, 0),
(51594, 2548, 230, 'Nutting Lake', 425328140, -712680180, 0),
(51595, 2548, 230, 'Oak Bluffs', 414542800, -705619700, 0),
(51596, 2548, 230, 'Oakham', 423528700, -720453500, 0),
(51597, 2548, 230, 'Ocean Bluff-Brant Rock', 421023400, -706573600, 0),
(51598, 2548, 230, 'Onset', 417417700, -706578100, 0),
(51599, 2548, 230, 'Orange', 425903600, -723098100, 0),
(51600, 2548, 230, 'Orleans', 417898300, -699897400, 0),
(51601, 2548, 230, 'Osterville', 416284400, -703869700, 0),
(51602, 2548, 230, 'Oxford', 421167600, -718647900, 0),
(51603, 2548, 230, 'Palmer', 421584300, -723286900, 0),
(51604, 2548, 230, 'Paxton', 423112000, -719281300, 0),
(51605, 2548, 230, 'Peabody', 425328600, -709733400, 0),
(51606, 2548, 230, 'Pembroke', 420713890, -708097220, 0),
(51607, 2548, 230, 'Pepperell', 426659200, -715884000, 0),
(51608, 2548, 230, 'Petersham', 424875000, -721875000, 0),
(51609, 2548, 230, 'Phillipston', 425487000, -721328600, 0),
(51610, 2548, 230, 'Pinehurst', 425292600, -712281100, 0),
(51611, 2548, 230, 'Pittsfield', 424500800, -732453800, 0),
(51612, 2548, 230, 'Plainfield', 425152800, -729166670, 0),
(51613, 2548, 230, 'Plainville', 420042700, -713328300, 0),
(51614, 2548, 230, 'Plymouth', 419584400, -706672600, 0),
(51615, 2548, 230, 'Plympton', 419528800, -708144800, 0),
(51616, 2548, 230, 'Pocasset', 416862200, -706161400, 0),
(51617, 2548, 230, 'Prides Crossing', 425580000, -708800000, 0),
(51618, 2548, 230, 'Princeton', 424513050, -718831120, 0),
(51619, 2548, 230, 'Provincetown', 420584400, -701786400, 0),
(51620, 2548, 230, 'Quincy', 422528800, -710022700, 0),
(51621, 2548, 230, 'Randolph', 421626000, -710411600, 0),
(51622, 2548, 230, 'Raynham', 419487100, -710731000, 0),
(51623, 2548, 230, 'Reading', 425256500, -710953300, 0),
(51624, 2548, 230, 'Readville', 422377000, -711312700, 0),
(51625, 2548, 230, 'Rehoboth', 418403800, -712494900, 0),
(51626, 2548, 230, 'Revere', 424084300, -710119900, 0),
(51627, 2548, 230, 'Richmond', 423731400, -733676100, 0),
(51628, 2548, 230, 'Rochdale', 422458300, -719091700, 0),
(51629, 2548, 230, 'Rochester', 417317700, -708200400, 0),
(51630, 2548, 230, 'Rockland', 421306600, -709161600, 0),
(51631, 2548, 230, 'Rockport', 426556500, -706203200, 0),
(51632, 2548, 230, 'Roslindale', 422858200, -711290900, 0),
(51633, 2548, 230, 'Rowe', 426933300, -729000000, 0),
(51634, 2548, 230, 'Rowley', 427167600, -708786600, 0),
(51635, 2548, 230, 'Royalston', 426775900, -721878600, 0),
(51636, 2548, 230, 'Russell', 421696770, -728636580, 0),
(51637, 2548, 230, 'Rutland', 423695400, -719481300, 0),
(51638, 2548, 230, 'Sagamore', 417701100, -705283600, 0),
(51639, 2548, 230, 'Sagamore Beach', 417983300, -705288900, 0),
(51640, 2548, 230, 'Salem', 425195400, -708967200, 0),
(51641, 2548, 230, 'Salisbury', 428417600, -708606100, 0),
(51642, 2548, 230, 'Sandwich', 417590000, -704939200, 0),
(51643, 2548, 230, 'Saugus', 424648200, -710100500, 0),
(51644, 2548, 230, 'Scituate', 421959300, -707258700, 0),
(51645, 2548, 230, 'Seekonk', 418407940, -713242680, 0),
(51646, 2548, 230, 'Sharon', 421237100, -711786600, 0),
(51647, 2548, 230, 'Sheffield', 421103700, -733551100, 0),
(51648, 2548, 230, 'Shelburne Falls', 425833800, -727715400, 0),
(51649, 2548, 230, 'Sherborn', 422389900, -713697800, 0),
(51650, 2548, 230, 'Shirley', 425437000, -716495100, 0),
(51651, 2548, 230, 'Shrewsbury', 422959300, -717128500, 0),
(51652, 2548, 230, 'Shutesbury', 424564800, -724098100, 0),
(51653, 2548, 230, 'Siasconset', 412833330, -701000000, 0),
(51654, 2548, 230, 'Smith Mills', 416389900, -709911500, 0),
(51655, 2548, 230, 'Somerset', 417695500, -711286600, 0),
(51656, 2548, 230, 'Somerville', 423876000, -710995000, 0),
(51657, 2548, 230, 'South Dartmouth', 416144400, -709697200, 0),
(51658, 2548, 230, 'South Deerfield', 424773100, -726078700, 0),
(51659, 2548, 230, 'South Dennis', 416895600, -701564100, 0),
(51660, 2548, 230, 'South Easton', 420270520, -711014560, 0),
(51661, 2548, 230, 'South Grafton', 422069400, -716861100, 0),
(51662, 2548, 230, 'South Hadley', 422584200, -725745300, 0),
(51663, 2548, 230, 'South Hamilton', 426197080, -708547890, 0),
(51664, 2548, 230, 'South Lancaster', 424445400, -716870100, 0),
(51665, 2548, 230, 'South Lee', 423041700, -732486100, 0),
(51666, 2548, 230, 'South Peabody', 425098200, -709494900, 0),
(51667, 2548, 230, 'South Walpole', 421012650, -712710920, 0),
(51668, 2548, 230, 'South Wellfleet', 419375000, -700333330, 0),
(51669, 2548, 230, 'South Weymouth', 422208300, -709402800, 0),
(51670, 2548, 230, 'South Yarmouth', 416667800, -701847400, 0),
(51671, 2548, 230, 'Southampton', 422292600, -727300900, 0),
(51672, 2548, 230, 'Southborough', 422936240, -715312290, 0),
(51673, 2548, 230, 'Southbridge', 420751000, -720334100, 0),
(51674, 2548, 230, 'Southwick', 420520670, -727700300, 0),
(51675, 2548, 230, 'Spencer', 422439800, -719923000, 0),
(51676, 2548, 230, 'Springfield', 421173080, -725490870, 0),
(51677, 2548, 230, 'Sterling', 424375900, -717606300, 0),
(51678, 2548, 230, 'Still River', 424824960, -716178680, 0),
(51679, 2548, 230, 'Stockbridge', 422875900, -733203900, 0),
(51680, 2548, 230, 'Stoneham', 424801000, -710995000, 0),
(51681, 2548, 230, 'Stoughton', 421251000, -711022700, 0),
(51682, 2548, 230, 'Stow', 424370400, -715056200, 0),
(51683, 2548, 230, 'Sturbridge', 421084300, -720786900, 0),
(51684, 2548, 230, 'Sudbury', 423834300, -714161700, 0),
(51685, 2548, 230, 'Sunderland', 422445400, -717717400, 0),
(51686, 2548, 230, 'Sutton', 421501000, -717628500, 0),
(51687, 2548, 230, 'Swampscott', 424709300, -709175500, 0),
(51688, 2548, 230, 'Swansea', 417481600, -711897700, 0),
(51689, 2548, 230, 'Taunton', 419001000, -710897700, 0),
(51690, 2548, 230, 'Teaticket', 415645500, -705958600, 0),
(51691, 2548, 230, 'Templeton', 425556400, -720675800, 0),
(51692, 2548, 230, 'Tewksbury', 426106500, -712342200, 0),
(51693, 2548, 230, 'Three Rivers', 421812000, -723606400, 0),
(51694, 2548, 230, 'Topsfield', 426375900, -709495000, 0),
(51695, 2548, 230, 'Townsend', 426667600, -717050700, 0),
(51696, 2548, 230, 'Truro', 419934400, -700497500, 0),
(51697, 2548, 230, 'Turners Falls', 426042500, -725564800, 0),
(51698, 2548, 230, 'Tyngsboro', 426720670, -714144740, 0),
(51699, 2548, 230, 'Upton', 421745400, -716022900, 0),
(51700, 2548, 230, 'Uxbridge', 420773200, -716295100, 0),
(51701, 2548, 230, 'Village Of Nagog Woods', 425169770, -714111500, 0),
(51702, 2548, 230, 'Vineyard Haven', 414535200, -705894000, 0),
(51703, 2548, 230, 'Waban', 423277800, -712272200, 0),
(51704, 2548, 230, 'Wakefield', 425014450, -710690360, 0),
(51705, 2548, 230, 'Wales', 420695400, -722223000, 0),
(51706, 2548, 230, 'Walpole', 421417700, -712495000, 0),
(51707, 2548, 230, 'Waltham', 423987100, -712592200, 0),
(51708, 2548, 230, 'Ware', 422598100, -722398000, 0),
(51709, 2548, 230, 'Wareham', 417501200, -707100760, 0),
(51710, 2548, 230, 'Warren', 422125900, -721911900, 0),
(51711, 2548, 230, 'Watertown', 423709300, -711828300, 0),
(51712, 2548, 230, 'Waverley', 423882900, -711891700, 0),
(51713, 2548, 230, 'Wayland', 423626000, -713614500, 0),
(51714, 2548, 230, 'Webster', 420501000, -718800700, 0),
(51715, 2548, 230, 'Wellesley', 422964900, -712925600, 0),
(51716, 2548, 230, 'Wellesley Hills', 423157600, -712650500, 0),
(51717, 2548, 230, 'Wellfleet', 419376100, -700328000, 0),
(51718, 2548, 230, 'Wenham', 426042600, -708911600, 0),
(51719, 2548, 230, 'West Barnstable', 417056600, -703744700, 0),
(51720, 2548, 230, 'West Boxford', 427087960, -710571220, 0),
(51721, 2548, 230, 'West Boylston', 423667600, -717856300, 0),
(51722, 2548, 230, 'West Bridgewater', 420212930, -710161780, 0),
(51723, 2548, 230, 'West Brookfield', 422353700, -721411900, 0),
(51724, 2548, 230, 'West Chop', 414448210, -706004450, 0),
(51725, 2548, 230, 'West Concord', 424584300, -713953400, 0),
(51726, 2548, 230, 'West Groton', 426087700, -716285310, 0),
(51727, 2548, 230, 'West Harwich', 416872200, -701047200, 0),
(51728, 2548, 230, 'West Hatfield', 423708300, -725986100, 0),
(51729, 2548, 230, 'West Hyannisport', 416319400, -703027800, 0),
(51730, 2548, 230, 'West Medford', 424231000, -711304200, 0),
(51731, 2548, 230, 'West Newbury', 428014800, -709897800, 0),
(51732, 2548, 230, 'West Newton', 423500000, -712330000, 0),
(51733, 2548, 230, 'West Roxbury', 422791700, -711494400, 0),
(51734, 2548, 230, 'West Springfield', 421160460, -726399330, 0),
(51735, 2548, 230, 'West Stockbridge', 423459200, -733662200, 0),
(51736, 2548, 230, 'West Tisbury', 413812200, -706744700, 0),
(51737, 2548, 230, 'West Wareham', 417898300, -707603100, 0),
(51738, 2548, 230, 'West Warren', 422125000, -721916670, 0),
(51739, 2548, 230, 'West Yarmouth', 416501100, -702411300, 0),
(51740, 2548, 230, 'Westborough', 422662690, -716180830, 0),
(51741, 2548, 230, 'Westfield', 421250900, -727495400, 0),
(51742, 2548, 230, 'Westford', 425897120, -714368150, 0),
(51743, 2548, 230, 'Westminster', 425459200, -719106300, 0),
(51744, 2548, 230, 'Weston', 423667600, -713031100, 0),
(51745, 2548, 230, 'Westport', 416388900, -710500000, 0),
(51746, 2548, 230, 'Westwood', 422163710, -712074640, 0),
(51747, 2548, 230, 'Weymouth', 422209300, -709397700, 0),
(51748, 2548, 230, 'White Horse Beach', 419308240, -705622550, 0),
(51749, 2548, 230, 'Whitinsville', 421112100, -716661800, 0),
(51750, 2548, 230, 'Whitman', 420806600, -709356000, 0),
(51751, 2548, 230, 'Wilbraham', 421241060, -724426830, 0),
(51752, 2548, 230, 'Williamstown', 427120200, -732037200, 0),
(51753, 2548, 230, 'Wilmington', 425577990, -711727690, 0),
(51754, 2548, 230, 'Winchendon', 426862000, -720439700, 0),
(51755, 2548, 230, 'Winchester', 424523200, -711370000, 0),
(51756, 2548, 230, 'Windsor', 423329020, -732537330, 0),
(51757, 2548, 230, 'Winthrop', 423751000, -709828300, 0),
(51758, 2548, 230, 'Woburn', 424849010, -711568000, 0),
(51759, 2548, 230, 'Woods Hole', 415270200, -706669800, 0),
(51760, 2548, 230, 'Woodville', 422324170, -715580690, 0),
(51761, 2548, 230, 'Worcester', 422716800, -718445470, 0),
(51762, 2548, 230, 'Worthington', 423972200, -729361100, 0),
(51763, 2548, 230, 'Wrentham', 420667700, -713281100, 0),
(51764, 2548, 230, 'Yarmouth', 417056700, -702286300, 0),
(51765, 2548, 230, 'Yarmouth Port', 417020500, -702494600, 0),
(51766, 2549, 230, 'Acme', 447805600, -854794400, 0),
(51767, 2549, 230, 'Ada', 429752800, -854916700, 0),
(51768, 2549, 230, 'Adrian', 419037350, -840469710, 0),
(51769, 2549, 230, 'Afton', 453627550, -844736500, 0),
(51770, 2549, 230, 'Akron', 435666670, -835141700, 0),
(51771, 2549, 230, 'Alanson', 454425000, -847872200, 0),
(51772, 2549, 230, 'Alba', 449747200, -849686100, 0),
(51773, 2549, 230, 'Albion', 422599600, -847612780, 0),
(51774, 2549, 230, 'Alger', 441265180, -840868150, 0),
(51775, 2549, 230, 'Algonac', 426183700, -825310200, 0),
(51776, 2549, 230, 'Allegan', 425292000, -858553000, 0),
(51777, 2549, 230, 'Allen', 419402780, -847730560, 0),
(51778, 2549, 230, 'Allen Park', 422543500, -832100970, 0),
(51779, 2549, 230, 'Allendale', 429722500, -859536500, 0),
(51780, 2549, 230, 'Allenton', 429383300, -829158300, 0),
(51781, 2549, 230, 'Allouez', 472878130, -884115950, 0),
(51782, 2549, 230, 'Alma', 433789200, -846597300, 0),
(51783, 2549, 230, 'Almont', 429257780, -830426310, 0),
(51784, 2549, 230, 'Alpena', 450616800, -834327500, 0),
(51785, 2549, 230, 'Alto', 428566700, -853802800, 0),
(51786, 2549, 230, 'Anchorville', 426938900, -826686100, 0),
(51787, 2549, 230, 'Ann Arbor', 422775600, -837408800, 0),
(51788, 2549, 230, 'Arcadia', 444821210, -862179960, 0),
(51789, 2549, 230, 'Armada', 428442000, -828843700, 0),
(51790, 2549, 230, 'Ashley', 431877800, -844763900, 0),
(51791, 2549, 230, 'Atlanta', 450047300, -841438900, 0),
(51792, 2549, 230, 'Atlantic Mine', 470591700, -886625000, 0),
(51793, 2549, 230, 'Atlas', 429322540, -835474350, 0),
(51794, 2549, 230, 'Attica', 430150000, -831600000, 0),
(51795, 2549, 230, 'Au Gres', 440436100, -836888900, 0),
(51796, 2549, 230, 'Auburn', 436033600, -840697000, 0),
(51797, 2549, 230, 'Auburn Hills', 426875300, -832341000, 0),
(51798, 2549, 230, 'Augusta', 423377800, -853516700, 0),
(51799, 2549, 230, 'Avoca', 430208300, -826991700, 0),
(51800, 2549, 230, 'Bad Axe', 438019600, -830007800, 0),
(51801, 2549, 230, 'Bailey', 432741780, -858410770, 0),
(51802, 2549, 230, 'Baldwin', 439011200, -858517300, 0),
(51803, 2549, 230, 'Bancroft', 428766700, -840661100, 0),
(51804, 2549, 230, 'Bangor', 423075790, -861134050, 0),
(51805, 2549, 230, 'Baraga', 467842800, -884936400, 0),
(51806, 2549, 230, 'Bark River', 457102780, -873047220, 0),
(51807, 2549, 230, 'Baroda', 419547200, -864880600, 0),
(51808, 2549, 230, 'Barryton', 437505600, -851436100, 0),
(51809, 2549, 230, 'Bath', 428186400, -844485900, 0),
(51810, 2549, 230, 'Battle Creek', 423211500, -851797100, 0),
(51811, 2549, 230, 'Bay City', 435944700, -838888600, 0),
(51812, 2549, 230, 'Bear Lake', 444202800, -861452800, 0),
(51813, 2549, 230, 'Beaver Island', 456670000, -855330000, 0),
(51814, 2549, 230, 'Beaverton', 438822500, -844847300, 0),
(51815, 2549, 230, 'Bedford', 423957000, -852328500, 0),
(51816, 2549, 230, 'Beecher', 430900300, -836944000, 0),
(51817, 2549, 230, 'Beechwood', 427969700, -861258800, 0),
(51818, 2549, 230, 'Belding', 430978100, -852289100, 0),
(51819, 2549, 230, 'Bellaire', 449802800, -852111700, 0),
(51820, 2549, 230, 'Belleville', 421758000, -834877000, 0),
(51821, 2549, 230, 'Bellevue', 424433700, -850180500, 0),
(51822, 2549, 230, 'Belmont', 430588900, -856136100, 0),
(51823, 2549, 230, 'Bentley', 439625000, -840991700, 0),
(51824, 2549, 230, 'Benton Harbor', 421167100, -864541900, 0),
(51825, 2549, 230, 'Berkley', 425030900, -831835400, 0),
(51826, 2549, 230, 'Berrien Springs', 419464300, -863389000, 0),
(51827, 2549, 230, 'Bessemer', 464813400, -900529500, 0),
(51828, 2549, 230, 'Beulah', 446319400, -860909200, 0),
(51829, 2549, 230, 'Beverly Hills', 425239200, -832232600, 0),
(51830, 2549, 230, 'Big Rapids', 436980800, -854836600, 0),
(51831, 2549, 230, 'Bingham Farms', 425215220, -832634640, 0),
(51832, 2549, 230, 'Birch Run', 432508600, -837941300, 0),
(51833, 2549, 230, 'Birmingham', 425467000, -832113200, 0),
(51834, 2549, 230, 'Blanchard', 435185290, -850118890, 0),
(51835, 2549, 230, 'Blissfield', 418325500, -838624400, 0),
(51836, 2549, 230, 'Bloomfield Hills', 425836200, -832455000, 0),
(51837, 2549, 230, 'Bloomingdale', 423727440, -859678980, 0),
(51838, 2549, 230, 'Boon', 443013900, -856433300, 0),
(51839, 2549, 230, 'Boyne City', 452166800, -850139400, 0),
(51840, 2549, 230, 'Boyne Falls', 451675000, -849125000, 0),
(51841, 2549, 230, 'Branch', 439200070, -860686120, 0),
(51842, 2549, 230, 'Breckenridge', 434080800, -844750000, 0),
(51843, 2549, 230, 'Bridgeport', 433503960, -838517530, 0),
(51844, 2549, 230, 'Bridgman', 419431000, -865569700, 0),
(51845, 2549, 230, 'Brighton', 425294800, -837802200, 0),
(51846, 2549, 230, 'Brimley', 463777800, -846577800, 0),
(51847, 2549, 230, 'Britton', 419847100, -838378090, 0),
(51848, 2549, 230, 'Bronson', 418493500, -851907350, 0),
(51849, 2549, 230, 'Brooklyn', 421058700, -842482800, 0),
(51850, 2549, 230, 'Brown City', 432122500, -829896600, 0),
(51851, 2549, 230, 'Brownlee Park', 423189300, -851424900, 0),
(51852, 2549, 230, 'Brutus', 455068340, -847729280, 0),
(51853, 2549, 230, 'Buchanan', 418272700, -863611200, 0),
(51854, 2549, 230, 'Buckley', 445501010, -857158160, 0),
(51855, 2549, 230, 'Buena Vista', 434203000, -838985800, 0),
(51856, 2549, 230, 'Burr Oak', 418472200, -853211100, 0),
(51857, 2549, 230, 'Burt', 432366900, -839063600, 0),
(51858, 2549, 230, 'Burton', 429994700, -836163400, 0),
(51859, 2549, 230, 'Byron', 428111890, -839805610, 0),
(51860, 2549, 230, 'Byron Center', 428056740, -857035640, 0),
(51861, 2549, 230, 'Cadillac', 442554000, -854426150, 0),
(51862, 2549, 230, 'Caledonia', 427892000, -855166900, 0),
(51863, 2549, 230, 'Calumet', 472472200, -884544400, 0),
(51864, 2549, 230, 'Canadian Lakes', 435791900, -853017000, 0),
(51865, 2549, 230, 'Cannonsburg', 431266000, -854793900, 0),
(51866, 2549, 230, 'Canton', 423086500, -834821600, 0),
(51867, 2549, 230, 'Capac', 430125300, -829279900, 0),
(51868, 2549, 230, 'Carleton', 420592100, -833907700, 0),
(51869, 2549, 230, 'Carney', 455877800, -875541700, 0),
(51870, 2549, 230, 'Caro', 434911300, -833969000, 0),
(51871, 2549, 230, 'Carrollton', 434586400, -839302500, 0),
(51872, 2549, 230, 'Carson City', 431769800, -848463900, 0),
(51873, 2549, 230, 'Carsonville', 434255600, -826738900, 0),
(51874, 2549, 230, 'Casco', 427736100, -826769400, 0),
(51875, 2549, 230, 'Caseville', 439433300, -832722200, 0),
(51876, 2549, 230, 'Casnovia', 432347200, -857883300, 0),
(51877, 2549, 230, 'Caspian', 460636100, -886288900, 0),
(51878, 2549, 230, 'Cass City', 436008500, -831746700, 0),
(51879, 2549, 230, 'Cassopolis', 419117100, -860100100, 0),
(51880, 2549, 230, 'Cedar', 448640470, -857856040, 0),
(51881, 2549, 230, 'Cedar Lake', 434122200, -850313900, 0),
(51882, 2549, 230, 'Cedar Springs', 432233600, -855514200, 0),
(51883, 2549, 230, 'Cement City', 420691700, -843297200, 0),
(51884, 2549, 230, 'Center Line', 424795050, -830263280, 0),
(51885, 2549, 230, 'Central Lake', 450688900, -852608300, 0),
(51886, 2549, 230, 'Centreville', 419233800, -855283200, 0),
(51887, 2549, 230, 'Champion', 466000000, -878975000, 0),
(51888, 2549, 230, 'Channing', 461544970, -880742780, 0),
(51889, 2549, 230, 'Charlevoix', 453180600, -852584000, 0),
(51890, 2549, 230, 'Charlotte', 425636500, -848358200, 0),
(51891, 2549, 230, 'Chase', 438962360, -856347480, 0),
(51892, 2549, 230, 'Chassell', 470283300, -885250000, 0),
(51893, 2549, 230, 'Chatham', 462901200, -867544200, 0),
(51894, 2549, 230, 'Cheboygan', 456469600, -844744800, 0),
(51895, 2549, 230, 'Chelsea', 423164840, -840317730, 0),
(51896, 2549, 230, 'Chesaning', 431847500, -841149700, 0),
(51897, 2549, 230, 'Chesterfield', 426708330, -828094440, 0),
(51898, 2549, 230, 'Clare', 438194700, -847686300, 0),
(51899, 2549, 230, 'Clarklake', 421038900, -842866700, 0),
(51900, 2549, 230, 'Clarkston', 427358600, -834188300, 0),
(51901, 2549, 230, 'Clawson', 425333700, -831463200, 0),
(51902, 2549, 230, 'Clayton', 418636100, -842352800, 0),
(51903, 2549, 230, 'Clifford', 433044890, -831779800, 0),
(51904, 2549, 230, 'Climax', 422357990, -853463390, 0),
(51905, 2549, 230, 'Clinton', 425930000, -829092000, 0),
(51906, 2549, 230, 'Clio', 431775300, -837341300, 0),
(51907, 2549, 230, 'Cohoctah', 427590460, -839493620, 0),
(51908, 2549, 230, 'Coldwater', 419403300, -850005200, 0),
(51909, 2549, 230, 'Coleman', 437566900, -845858400, 0),
(51910, 2549, 230, 'Coloma', 421861500, -863083600, 0),
(51911, 2549, 230, 'Colon', 419583800, -853249800, 0),
(51912, 2549, 230, 'Columbiaville', 431569400, -834091700, 0),
(51913, 2549, 230, 'Comins', 448191700, -840075000, 0),
(51914, 2549, 230, 'Commerce', 425794400, -834877800, 0),
(51915, 2549, 230, 'Comstock Northwest', 423218200, -855175900, 0),
(51916, 2549, 230, 'Comstock Park', 430386400, -856700300, 0),
(51917, 2549, 230, 'Concord', 421778200, -846430200, 0),
(51918, 2549, 230, 'Conklin', 431616700, -858511100, 0),
(51919, 2549, 230, 'Constantine', 418411600, -856686000, 0),
(51920, 2549, 230, 'Conway', 454333330, -849197200, 0),
(51921, 2549, 230, 'Cooks', 459177800, -864763900, 0),
(51922, 2549, 230, 'Coopersville', 430639100, -859347700, 0),
(51923, 2549, 230, 'Coral', 433305600, -853930600, 0),
(51924, 2549, 230, 'Corunna', 429819700, -841177500, 0),
(51925, 2549, 230, 'Covert', 422986100, -862883300, 0),
(51926, 2549, 230, 'Croswell', 432648010, -826356440, 0),
(51927, 2549, 230, 'Crystal', 432705850, -849089960, 0),
(51928, 2549, 230, 'Crystal Falls', 461050910, -883508890, 0),
(51929, 2549, 230, 'Curran', 447138900, -837986100, 0),
(51930, 2549, 230, 'Curtis', 461965090, -858201240, 0),
(51931, 2549, 230, 'Custer', 439502800, -862194400, 0),
(51932, 2549, 230, 'Cutlerville', 428408600, -856636400, 0),
(51933, 2549, 230, 'Daggett', 454630600, -876027800, 0),
(51934, 2549, 230, 'Dansville', 425563900, -843038900, 0),
(51935, 2549, 230, 'Davisburg', 427516700, -835000000, 0),
(51936, 2549, 230, 'Davison', 430313870, -835222080, 0),
(51937, 2549, 230, 'DeWitt', 428422600, -845691500, 0),
(51938, 2549, 230, 'Dearborn', 423325000, -831942000, 0),
(51939, 2549, 230, 'Dearborn Heights', 423369800, -832732600, 0),
(51940, 2549, 230, 'Decatur', 421081000, -859744600, 0),
(51941, 2549, 230, 'Deckerville', 435258300, -827383300, 0),
(51942, 2549, 230, 'Deerfield', 418948760, -837984560, 0),
(51943, 2549, 230, 'Delton', 425136250, -854013720, 0),
(51944, 2549, 230, 'Detroit', 423314300, -830457500, 0),
(51945, 2549, 230, 'Detroit Beach', 419311600, -833268800, 0),
(51946, 2549, 230, 'Dexter', 423383700, -838885600, 0),
(51947, 2549, 230, 'Dimondale', 426455900, -846488700, 0),
(51948, 2549, 230, 'Dodgeville', 470161100, -886094400, 0),
(51949, 2549, 230, 'Dollar Bay', 471196500, -885115100, 0),
(51950, 2549, 230, 'Dorr', 427361100, -857169400, 0),
(51951, 2549, 230, 'Douglas', 426433600, -862005900, 0),
(51952, 2549, 230, 'Dowagiac', 419842100, -861086200, 0),
(51953, 2549, 230, 'Drayton Plains', 426841700, -833772200, 0),
(51954, 2549, 230, 'Drummond Island', 459982000, -837159200, 0),
(51955, 2549, 230, 'Dryden', 429463900, -831258300, 0),
(51956, 2549, 230, 'Dundee', 419572700, -836596600, 0),
(51957, 2549, 230, 'Durand', 429119800, -839846800, 0),
(51958, 2549, 230, 'Eagle', 429746100, -845320100, 0),
(51959, 2549, 230, 'East China', 427775000, -824811100, 0),
(51960, 2549, 230, 'East Grand Rapids', 429411400, -856100300, 0),
(51961, 2549, 230, 'East Jordan', 451580600, -851242300, 0),
(51962, 2549, 230, 'East Lansing', 427441030, -844728340, 0),
(51963, 2549, 230, 'East Leroy', 421904810, -852379290, 0),
(51964, 2549, 230, 'East Tawas', 442794600, -834902500, 0),
(51965, 2549, 230, 'Eastpointe', 424683700, -829554700, 0),
(51966, 2549, 230, 'Eastport', 450463900, -853488900, 0),
(51967, 2549, 230, 'Eaton Rapids', 425090940, -846690580, 0),
(51968, 2549, 230, 'Ecorse', 422444800, -831457600, 0),
(51969, 2549, 230, 'Edgemont Park', 427467000, -845935900, 0),
(51970, 2549, 230, 'Edmore', 434080900, -850386300, 0),
(51971, 2549, 230, 'Edwardsburg', 417956000, -860808400, 0),
(51972, 2549, 230, 'Elberta', 446165410, -862270760, 0),
(51973, 2549, 230, 'Elk Rapids', 448955600, -854164600, 0),
(51974, 2549, 230, 'Elkton', 438314650, -831610420, 0),
(51975, 2549, 230, 'Ellsworth', 451677800, -852450000, 0),
(51976, 2549, 230, 'Elmira', 449507010, -848844980, 0),
(51977, 2549, 230, 'Elsie', 430891700, -843905600, 0),
(51978, 2549, 230, 'Elwell', 434155600, -847963900, 0),
(51979, 2549, 230, 'Emmett', 430224000, -828145000, 0),
(51980, 2549, 230, 'Empire', 448390550, -860301630, 0),
(51981, 2549, 230, 'Engadine', 461444400, -855063900, 0),
(51982, 2549, 230, 'Erie', 417821770, -834914080, 0),
(51983, 2549, 230, 'Escanaba', 457452500, -870645800, 0),
(51984, 2549, 230, 'Essexville', 436153000, -838419200, 0),
(51985, 2549, 230, 'Eureka', 431031340, -845064740, 0),
(51986, 2549, 230, 'Evart', 439005800, -852581000, 0),
(51987, 2549, 230, 'Fair Haven', 426938900, -826686100, 0),
(51988, 2549, 230, 'Fairgrove', 435263900, -835447200, 0),
(51989, 2549, 230, 'Fairview', 447250000, -840511100, 0),
(51990, 2549, 230, 'Falmouth', 442063900, -850316700, 0),
(51991, 2549, 230, 'Farmington', 425063400, -833493600, 0),
(51992, 2549, 230, 'Farmington Hills', 424853100, -833771600, 0),
(51993, 2549, 230, 'Farwell', 438355600, -848677800, 0),
(51994, 2549, 230, 'Fennville', 425939200, -861017000, 0),
(51995, 2549, 230, 'Fenton', 427978100, -837049500, 0),
(51996, 2549, 230, 'Fenwick', 431625000, -851302800, 0),
(51997, 2549, 230, 'Ferndale', 424582710, -831380210, 0),
(51998, 2549, 230, 'Ferrysburg', 430844600, -862203300, 0),
(51999, 2549, 230, 'Fife Lake', 445644090, -851923900, 0),
(52000, 2549, 230, 'Flat Rock', 420964300, -832918700, 0),
(52001, 2549, 230, 'Flint', 430125300, -836874600, 0),
(52002, 2549, 230, 'Flushing', 430630800, -838510700, 0),
(52003, 2549, 230, 'Forest Hills', 429594700, -854897500, 0),
(52004, 2549, 230, 'Fort Gratiot', 430775640, -824822270, 0),
(52005, 2549, 230, 'Foster City', 460810340, -877779350, 0),
(52006, 2549, 230, 'Fowlerville', 426605900, -840730100, 0),
(52007, 2549, 230, 'Frankenmuth', 433396280, -837472220, 0),
(52008, 2549, 230, 'Frankfort', 446336100, -862345400, 0),
(52009, 2549, 230, 'Franklin', 425215220, -832634640, 0),
(52010, 2549, 230, 'Fraser', 425392000, -829493700, 0),
(52011, 2549, 230, 'Frederic', 447950300, -847240820, 0),
(52012, 2549, 230, 'Freeland', 435250300, -841227600, 0),
(52013, 2549, 230, 'Freeport', 427655600, -853133300, 0),
(52014, 2549, 230, 'Fremont', 434668670, -859482820, 0),
(52015, 2549, 230, 'Fruitport', 431319600, -861547800, 0),
(52016, 2549, 230, 'Fulton', 421067650, -853382400, 0),
(52017, 2549, 230, 'Gaines', 428722200, -839130600, 0),
(52018, 2549, 230, 'Galesburg', 422905890, -854177700, 0),
(52019, 2549, 230, 'Garden City', 423255900, -833310400, 0),
(52020, 2549, 230, 'Gaylord', 449883900, -846743500, 0),
(52021, 2549, 230, 'Genesee', 431036020, -836402300, 0),
(52022, 2549, 230, 'Gibraltar', 420950400, -831896500, 0),
(52023, 2549, 230, 'Gladstone', 458801400, -870475800, 0),
(52024, 2549, 230, 'Gladwin', 439808500, -844864000, 0),
(52025, 2549, 230, 'Glenn', 425211980, -862324290, 0),
(52026, 2549, 230, 'Glennie', 445566700, -837611100, 0),
(52027, 2549, 230, 'Gobles', 423645720, -858698020, 0),
(52028, 2549, 230, 'Goetzville', 460647200, -841547200, 0),
(52029, 2549, 230, 'Goodrich', 429169700, -835063400, 0),
(52030, 2549, 230, 'Grand Blanc', 429173000, -836285000, 0),
(52031, 2549, 230, 'Grand Haven', 430367490, -861864690, 0),
(52032, 2549, 230, 'Grand Ledge', 427533700, -847463800, 0),
(52033, 2549, 230, 'Grand Marais', 465895320, -860442030, 0),
(52034, 2549, 230, 'Grand Rapids', 429633600, -856680900, 0),
(52035, 2549, 230, 'Grandville', 429097500, -857630900, 0),
(52036, 2549, 230, 'Grant', 433361100, -858108300, 0),
(52037, 2549, 230, 'Grass Lake', 422508700, -842130100, 0),
(52038, 2549, 230, 'Grawn', 446550000, -856466700, 0),
(52039, 2549, 230, 'Grayling', 446614000, -847147500, 0),
(52040, 2549, 230, 'Greenbush', 445550000, -833347200, 0),
(52041, 2549, 230, 'Greenville', 431904520, -852478650, 0),
(52042, 2549, 230, 'Gregory', 424605600, -840708300, 0),
(52043, 2549, 230, 'Grosse Ile', 421292100, -831443700, 0),
(52044, 2549, 230, 'Grosse Pointe', 423861500, -829118600, 0),
(52045, 2549, 230, 'Grosse Pointe Farms', 424092000, -828918600, 0),
(52046, 2549, 230, 'Grosse Pointe Park', 423758700, -829374200, 0),
(52047, 2549, 230, 'Grosse Pointe Shores', 424367000, -828768600, 0),
(52048, 2549, 230, 'Grosse Pointe Woods', 424436500, -829068600, 0),
(52049, 2549, 230, 'Gwinn', 463238400, -874803600, 0),
(52050, 2549, 230, 'Hadley', 429258300, -834025000, 0),
(52051, 2549, 230, 'Hale', 444050000, -837800000, 0),
(52052, 2549, 230, 'Hamburg', 424630600, -838480600, 0),
(52053, 2549, 230, 'Hamilton', 426494400, -859666670, 0),
(52054, 2549, 230, 'Hamtramck', 423928200, -830496400, 0),
(52055, 2549, 230, 'Hancock', 471447000, -885267600, 0),
(52056, 2549, 230, 'Hanover', 421086110, -845272220, 0),
(52057, 2549, 230, 'Harbor Beach', 438447400, -826513200, 0),
(52058, 2549, 230, 'Harbor Springs', 454316800, -849920000, 0),
(52059, 2549, 230, 'Harper Woods', 424376690, -829409070, 0),
(52060, 2549, 230, 'Harrison', 440191900, -847994700, 0),
(52061, 2549, 230, 'Harrisville', 446564000, -832946900, 0),
(52062, 2549, 230, 'Harsens Island', 425791700, -825641700, 0),
(52063, 2549, 230, 'Hart', 436983400, -863639700, 0),
(52064, 2549, 230, 'Hartford', 422067100, -861666900, 0),
(52065, 2549, 230, 'Hartland', 426241430, -837085470, 0),
(52066, 2549, 230, 'Haslett', 427469800, -844010800, 0),
(52067, 2549, 230, 'Hastings', 426406660, -852968910, 0),
(52068, 2549, 230, 'Hawks', 452897200, -839647200, 0),
(52069, 2549, 230, 'Hazel Park', 424625400, -831040900, 0),
(52070, 2549, 230, 'Hemlock', 434147500, -842305400, 0),
(52071, 2549, 230, 'Hermansville', 456647200, -877516700, 0),
(52072, 2549, 230, 'Hesperia', 435694400, -860408300, 0),
(52073, 2549, 230, 'Hessel', 459991700, -843447200, 0),
(52074, 2549, 230, 'Hickory Corners', 424672200, -853758300, 0),
(52075, 2549, 230, 'Higgins Lake', 444449280, -847450730, 0),
(52076, 2549, 230, 'Highland', 426576220, -836359840, 0),
(52077, 2549, 230, 'Highland Park', 424055900, -830968700, 0),
(52078, 2549, 230, 'Hillman', 450650000, -839005600, 0),
(52079, 2549, 230, 'Hillsdale', 419003680, -846229230, 0),
(52080, 2549, 230, 'Holland', 427793940, -861101180, 0),
(52081, 2549, 230, 'Holly', 427919700, -836277300, 0),
(52082, 2549, 230, 'Holt', 426405900, -845152500, 0),
(52083, 2549, 230, 'Homer', 421458800, -848088600, 0),
(52084, 2549, 230, 'Hope', 437841700, -843272200, 0),
(52085, 2549, 230, 'Hopkins', 426244400, -857622200, 0),
(52086, 2549, 230, 'Horton', 421218190, -845019450, 0),
(52087, 2549, 230, 'Houghton', 471218700, -885690100, 0),
(52088, 2549, 230, 'Houghton Lake', 443147400, -847647500, 0),
(52089, 2549, 230, 'Houghton Lake Heights', 443275000, -847744400, 0),
(52090, 2549, 230, 'Howard City', 433955800, -854678200, 0),
(52091, 2549, 230, 'Howell', 426072600, -839294000, 0),
(52092, 2549, 230, 'Hubbard Lake', 447597300, -835444200, 0),
(52093, 2549, 230, 'Hudson', 418550500, -843538400, 0),
(52094, 2549, 230, 'Hudsonville', 428749150, -858784860, 0),
(52095, 2549, 230, 'Huntington Woods', 424805900, -831668700, 0),
(52096, 2549, 230, 'Ida', 418655600, -835886100, 0),
(52097, 2549, 230, 'Imlay City', 430247500, -830777200, 0),
(52098, 2549, 230, 'Indian River', 454125100, -846125400, 0),
(52099, 2549, 230, 'Inkster', 422942000, -833099300, 0),
(52100, 2549, 230, 'Interlochen', 446447200, -857672200, 0),
(52101, 2549, 230, 'Ionia', 429872500, -850711200, 0),
(52102, 2549, 230, 'Iron Mountain', 458202300, -880659600, 0),
(52103, 2549, 230, 'Iron River', 460927300, -886423500, 0),
(52104, 2549, 230, 'Irons', 441208300, -858586100, 0),
(52105, 2549, 230, 'Ironwood', 464577050, -901557230, 0),
(52106, 2549, 230, 'Ishpeming', 464885500, -876676400, 0),
(52107, 2549, 230, 'Ithaca', 432917000, -846075000, 0),
(52108, 2549, 230, 'Jackson', 422452500, -843830580, 0),
(52109, 2549, 230, 'Jamestown', 428271350, -858433650, 0),
(52110, 2549, 230, 'Jeddo', 431732460, -825933460, 0),
(52111, 2549, 230, 'Jenison', 429072500, -857919800, 0),
(52112, 2549, 230, 'Jerome', 420508300, -844191700, 0),
(52113, 2549, 230, 'Johannesburg', 449767250, -844506480, 0),
(52114, 2549, 230, 'Jones', 418827830, -858267370, 0),
(52115, 2549, 230, 'Jonesville', 419842100, -846619000, 0),
(52116, 2549, 230, 'Kalamazoo', 422764330, -856885810, 0),
(52117, 2549, 230, 'Kaleva', 443719400, -860097200, 0),
(52118, 2549, 230, 'Kalkaska', 447391010, -850808320, 0),
(52119, 2549, 230, 'Kawkawlin', 436776660, -839902130, 0),
(52120, 2549, 230, 'Keego Harbor', 426080900, -833438200, 0),
(52121, 2549, 230, 'Kent City', 432200200, -857511500, 0),
(52122, 2549, 230, 'Kentwood', 428694700, -856447500, 0),
(52123, 2549, 230, 'Kewadin', 449102800, -853411100, 0),
(52124, 2549, 230, 'Kincheloe', 464952780, -843452780, 0),
(52125, 2549, 230, 'Kingsford', 457949600, -880720700, 0),
(52126, 2549, 230, 'Kingsley', 445847300, -855359000, 0),
(52127, 2549, 230, 'Kingston', 434045430, -831784220, 0),
(52128, 2549, 230, 'Kinross', 462811100, -845766700, 0),
(52129, 2549, 230, 'L''Anse', 467597400, -884093400, 0),
(52130, 2549, 230, 'La Salle', 418488470, -834529760, 0),
(52131, 2549, 230, 'Lachine', 451341700, -837094400, 0),
(52132, 2549, 230, 'Lacota', 424136110, -861297220, 0),
(52133, 2549, 230, 'Laingsburg', 428903100, -843513600, 0),
(52134, 2549, 230, 'Lake', 438971970, -850031640, 0),
(52135, 2549, 230, 'Lake Ann', 447247200, -858480600, 0),
(52136, 2549, 230, 'Lake City', 443352900, -852150500, 0),
(52137, 2549, 230, 'Lake Fenton', 428461400, -837077300, 0),
(52138, 2549, 230, 'Lake George', 439799190, -849068700, 0),
(52139, 2549, 230, 'Lake Leelanau', 449808300, -857150000, 0),
(52140, 2549, 230, 'Lake Linden', 471940900, -884073400, 0),
(52141, 2549, 230, 'Lake Odessa', 427847600, -851383400, 0),
(52142, 2549, 230, 'Lake Orion', 427208400, -832744800, 0),
(52143, 2549, 230, 'Lakeland', 424583210, -838975180, 0),
(52144, 2549, 230, 'Lakeview', 434464200, -852742000, 0),
(52145, 2549, 230, 'Lambertville', 417658800, -836279900, 0),
(52146, 2549, 230, 'Lamont', 430057850, -858950000, 0),
(52147, 2549, 230, 'Lansing', 427325400, -845555300, 0),
(52148, 2549, 230, 'Lapeer', 430514200, -833188300, 0),
(52149, 2549, 230, 'Lathrup Village', 424964200, -832227100, 0),
(52150, 2549, 230, 'Laurium', 472374300, -884431700, 0),
(52151, 2549, 230, 'Lawrence', 422177800, -860505600, 0),
(52152, 2549, 230, 'Lawton', 421672600, -858469500, 0),
(52153, 2549, 230, 'LeRoy', 440377800, -854527800, 0),
(52154, 2549, 230, 'Leland', 450230500, -857598100, 0),
(52155, 2549, 230, 'Lennon', 429855600, -839325000, 0),
(52156, 2549, 230, 'Leonard', 428650000, -831413900, 0),
(52157, 2549, 230, 'Leslie', 424514300, -844324700, 0),
(52158, 2549, 230, 'Level Park-Oak Park', 423641800, -852665000, 0),
(52159, 2549, 230, 'Lewiston', 448077520, -842730800, 0),
(52160, 2549, 230, 'Lexington', 432680800, -825307600, 0),
(52161, 2549, 230, 'Lincoln', 447312490, -834379460, 0),
(52162, 2549, 230, 'Lincoln Park', 422505900, -831785400, 0),
(52163, 2549, 230, 'Linden', 428144700, -837824500, 0),
(52164, 2549, 230, 'Litchfield', 420439300, -847574600, 0),
(52165, 2549, 230, 'Livonia', 424255160, -833694830, 0),
(52166, 2549, 230, 'Lowell', 429336400, -853419600, 0),
(52167, 2549, 230, 'Ludington', 439689960, -864202750, 0),
(52168, 2549, 230, 'Lupton', 444386100, -841094400, 0),
(52169, 2549, 230, 'Mackinac Island', 458576230, -846185770, 0),
(52170, 2549, 230, 'Mackinaw City', 457838900, -847277800, 0),
(52171, 2549, 230, 'Macomb', 426591700, -829308300, 0),
(52172, 2549, 230, 'Madison Heights', 424858700, -831052000, 0),
(52173, 2549, 230, 'Mancelona', 449022300, -850608800, 0),
(52174, 2549, 230, 'Manchester', 421503200, -840377200, 0),
(52175, 2549, 230, 'Manistee', 442444500, -863242500, 0),
(52176, 2549, 230, 'Manistique', 459577500, -862462500, 0),
(52177, 2549, 230, 'Manton', 444108400, -853989400, 0),
(52178, 2549, 230, 'Maple Rapids', 431033300, -846927800, 0),
(52179, 2549, 230, 'Marcellus', 420258800, -858155600, 0),
(52180, 2549, 230, 'Marine City', 427194800, -824921300, 0),
(52181, 2549, 230, 'Marion', 441027800, -851469400, 0),
(52182, 2549, 230, 'Marlette', 433269700, -830802200, 0),
(52183, 2549, 230, 'Marne', 430361100, -858277800, 0),
(52184, 2549, 230, 'Marquette', 465500000, -874000000, 0),
(52185, 2549, 230, 'Marshall', 422686000, -849450000, 0),
(52186, 2549, 230, 'Martin', 425386080, -856325100, 0),
(52187, 2549, 230, 'Marysville', 429146810, -824817820, 0),
(52188, 2549, 230, 'Mason', 425842860, -844404320, 0),
(52189, 2549, 230, 'Mattawan', 422094800, -857844500, 0),
(52190, 2549, 230, 'Mayville', 433361100, -833508300, 0),
(52191, 2549, 230, 'McBain', 442187110, -851956500, 0),
(52192, 2549, 230, 'Mears', 436783300, -864658300, 0),
(52193, 2549, 230, 'Mecosta', 436211100, -852319400, 0),
(52194, 2549, 230, 'Melvin', 432005920, -828197400, 0),
(52195, 2549, 230, 'Melvindale', 422825400, -831752000, 0),
(52196, 2549, 230, 'Memphis', 428964200, -827688100, 0),
(52197, 2549, 230, 'Mendon', 420072200, -854525000, 0),
(52198, 2549, 230, 'Menominee', 451077600, -876142700, 0),
(52199, 2549, 230, 'Merrill', 433999740, -843245410, 0),
(52200, 2549, 230, 'Mesick', 444052800, -857197200, 0),
(52201, 2549, 230, 'Metamora', 429413900, -832886100, 0),
(52202, 2549, 230, 'Michigan Center', 422330900, -843271800, 0),
(52203, 2549, 230, 'Middleville', 427130900, -854619600, 0),
(52204, 2549, 230, 'Midland', 436280870, -842738770, 0),
(52205, 2549, 230, 'Mikado', 445638900, -835291700, 0),
(52206, 2549, 230, 'Milan', 420853200, -836824400, 0),
(52207, 2549, 230, 'Milford', 425936400, -835993900, 0),
(52208, 2549, 230, 'Millersburg', 454392430, -840995300, 0),
(52209, 2549, 230, 'Millington', 432772410, -835398280, 0),
(52210, 2549, 230, 'Minden City', 436711100, -827741700, 0),
(52211, 2549, 230, 'Mio', 446522400, -841297300, 0),
(52212, 2549, 230, 'Mohawk', 473177800, -883891700, 0),
(52213, 2549, 230, 'Monroe', 419082000, -834703000, 0),
(52214, 2549, 230, 'Montague', 434166800, -863570100, 0),
(52215, 2549, 230, 'Montgomery', 417831630, -848817820, 0),
(52216, 2549, 230, 'Montrose', 431766900, -838927400, 0),
(52217, 2549, 230, 'Moran', 460446960, -849732810, 0),
(52218, 2549, 230, 'Morenci', 417194900, -842180000, 0),
(52219, 2549, 230, 'Morley', 434908300, -854438900, 0),
(52220, 2549, 230, 'Morrice', 428380600, -841783300, 0),
(52221, 2549, 230, 'Mount Clemens', 425972600, -828779800, 0),
(52222, 2549, 230, 'Mount Morris', 431186400, -836949600, 0),
(52223, 2549, 230, 'Mount Pleasant', 435978100, -847675100, 0),
(52224, 2549, 230, 'Mulliken', 427616700, -848958300, 0),
(52225, 2549, 230, 'Munger', 435247060, -837553200, 0),
(52226, 2549, 230, 'Munising', 464110600, -866479400, 0),
(52227, 2549, 230, 'Munith', 423905600, -842505600, 0),
(52228, 2549, 230, 'Muskegon', 431688890, -862638890, 0),
(52229, 2549, 230, 'Muskegon Heights', 432011300, -862389500, 0),
(52230, 2549, 230, 'Napoleon', 421605900, -842460600, 0),
(52231, 2549, 230, 'Nashville', 426028100, -850930500, 0),
(52232, 2549, 230, 'National Mine', 464586110, -876813890, 0),
(52233, 2549, 230, 'Nazareth', 422901500, -856021400, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(52234, 2549, 230, 'Negaunee', 464991000, -876118000, 0),
(52235, 2549, 230, 'New Baltimore', 426811400, -827368600, 0),
(52236, 2549, 230, 'New Boston', 421625000, -834030600, 0),
(52237, 2549, 230, 'New Buffalo', 417939300, -867439200, 0),
(52238, 2549, 230, 'New Era', 435594400, -863458300, 0),
(52239, 2549, 230, 'New Haven', 430936400, -841533100, 0),
(52240, 2549, 230, 'New Hudson', 425108330, -836155560, 0),
(52241, 2549, 230, 'New Lothrop', 431172200, -839688900, 0),
(52242, 2549, 230, 'Newaygo', 434197400, -858000500, 0),
(52243, 2549, 230, 'Newberry', 463550000, -855095600, 0),
(52244, 2549, 230, 'Newport', 420308300, -832691700, 0),
(52245, 2549, 230, 'Niles', 418211850, -862589160, 0),
(52246, 2549, 230, 'North Adams', 419719400, -845241700, 0),
(52247, 2549, 230, 'North Branch', 432294700, -831966100, 0),
(52248, 2549, 230, 'North Muskegon', 432561300, -862675600, 0),
(52249, 2549, 230, 'North Street', 430388900, -825880600, 0),
(52250, 2549, 230, 'Northview', 430455800, -856005900, 0),
(52251, 2549, 230, 'Northville', 424311500, -834832700, 0),
(52252, 2549, 230, 'Norton Shores', 431689000, -862639500, 0),
(52253, 2549, 230, 'Norway', 457869000, -879037400, 0),
(52254, 2549, 230, 'Novi', 424623490, -834610320, 0),
(52255, 2549, 230, 'Nunica', 430797200, -860866700, 0),
(52256, 2549, 230, 'Oak Park', 424594800, -831827100, 0),
(52257, 2549, 230, 'Oakland', 427477800, -831697200, 0),
(52258, 2549, 230, 'Okemos', 427222600, -844274700, 0),
(52259, 2549, 230, 'Onaway', 453569400, -842258300, 0),
(52260, 2549, 230, 'Onsted', 420058300, -841888900, 0),
(52261, 2549, 230, 'Ontonagon', 468710500, -893140300, 0),
(52262, 2549, 230, 'Orchard Lake', 425830900, -833593800, 0),
(52263, 2549, 230, 'Ortonville', 428522500, -834430000, 0),
(52264, 2549, 230, 'Oscoda', 444202800, -833308300, 0),
(52265, 2549, 230, 'Oshtemo', 422588890, -856775000, 0),
(52266, 2549, 230, 'Osseo', 418627800, -845441700, 0),
(52267, 2549, 230, 'Ossineke', 449072200, -834288900, 0),
(52268, 2549, 230, 'Otisville', 431652800, -835241700, 0),
(52269, 2549, 230, 'Otsego', 424605900, -856964100, 0),
(52270, 2549, 230, 'Ottawa Lake', 417786100, -836911100, 0),
(52271, 2549, 230, 'Otter Lake', 432133300, -834580600, 0),
(52272, 2549, 230, 'Ovid', 430058600, -843716400, 0),
(52273, 2549, 230, 'Owosso', 429978000, -841766400, 0),
(52274, 2549, 230, 'Oxford', 428247500, -832646600, 0),
(52275, 2549, 230, 'Palmer', 464402760, -875882950, 0),
(52276, 2549, 230, 'Palmyra', 418702380, -839332670, 0),
(52277, 2549, 230, 'Paradise', 465905410, -851275410, 0),
(52278, 2549, 230, 'Paris', 437725000, -855038900, 0),
(52279, 2549, 230, 'Parma', 422580600, -845983300, 0),
(52280, 2549, 230, 'Paw Paw', 422178200, -858911200, 0),
(52281, 2549, 230, 'Peck', 432583300, -828163900, 0),
(52282, 2549, 230, 'Pellston', 455538900, -847844400, 0),
(52283, 2549, 230, 'Perrinton', 431816700, -846811100, 0),
(52284, 2549, 230, 'Perry', 428264200, -842194100, 0),
(52285, 2549, 230, 'Petersburg', 418723730, -836836640, 0),
(52286, 2549, 230, 'Petoskey', 453733400, -849553300, 0),
(52287, 2549, 230, 'Pewamo', 430008300, -848463900, 0),
(52288, 2549, 230, 'Pickford', 461827800, -843522200, 0),
(52289, 2549, 230, 'Pigeon', 438300200, -832699600, 0),
(52290, 2549, 230, 'Pinckney', 424567000, -839463400, 0),
(52291, 2549, 230, 'Pinconning', 438491150, -839934240, 0),
(52292, 2549, 230, 'Pittsford', 418392490, -844597000, 0),
(52293, 2549, 230, 'Plainwell', 424400400, -856489000, 0),
(52294, 2549, 230, 'Pleasant Ridge', 424711500, -831421500, 0),
(52295, 2549, 230, 'Plymouth', 423714300, -834702100, 0),
(52296, 2549, 230, 'Pontiac', 426389200, -832910500, 0),
(52297, 2549, 230, 'Port Austin', 440087400, -829807800, 0),
(52298, 2549, 230, 'Port Huron', 429708600, -824249100, 0),
(52299, 2549, 230, 'Portage', 422017200, -855946200, 0),
(52300, 2549, 230, 'Portland', 428692000, -849030500, 0),
(52301, 2549, 230, 'Potterville', 426292000, -847388700, 0),
(52302, 2549, 230, 'Powers', 456918980, -874998240, 0),
(52303, 2549, 230, 'Prescott', 441833330, -840352780, 0),
(52304, 2549, 230, 'Prudenville', 442983500, -846519700, 0),
(52305, 2549, 230, 'Pullman', 424824540, -860799530, 0),
(52306, 2549, 230, 'Quincy', 419442100, -848838500, 0),
(52307, 2549, 230, 'Ramsay', 464772190, -899926560, 0),
(52308, 2549, 230, 'Rapid City', 448344500, -852825600, 0),
(52309, 2549, 230, 'Rapid River', 459269440, -869669440, 0),
(52310, 2549, 230, 'Ravenna', 431894700, -859369900, 0),
(52311, 2549, 230, 'Ray', 427615200, -829270800, 0),
(52312, 2549, 230, 'Reading', 418457430, -847596650, 0),
(52313, 2549, 230, 'Redford', 423833700, -832966000, 0),
(52314, 2549, 230, 'Reed City', 438750200, -855100500, 0),
(52315, 2549, 230, 'Reese', 434505800, -836963500, 0),
(52316, 2549, 230, 'Remus', 435972200, -851463900, 0),
(52317, 2549, 230, 'Republic', 464066700, -879755600, 0),
(52318, 2549, 230, 'Rhodes', 438625000, -841963900, 0),
(52319, 2549, 230, 'Richland', 423761110, -854550000, 0),
(52320, 2549, 230, 'Richmond', 428092000, -827557600, 0),
(52321, 2549, 230, 'Riverdale', 434155600, -847963900, 0),
(52322, 2549, 230, 'Riverside', 422047200, -863811100, 0),
(52323, 2549, 230, 'Riverview', 421769000, -831932000, 0),
(52324, 2549, 230, 'Rives Junction', 423879800, -844658670, 0),
(52325, 2549, 230, 'Rochester', 426805900, -831338200, 0),
(52326, 2549, 230, 'Rochester Hills', 426583700, -831499300, 0),
(52327, 2549, 230, 'Rockford', 431200300, -855600300, 0),
(52328, 2549, 230, 'Rockwood', 420708800, -832466000, 0),
(52329, 2549, 230, 'Rogers City', 454214000, -838183300, 0),
(52330, 2549, 230, 'Romeo', 428028100, -830129900, 0),
(52331, 2549, 230, 'Romulus', 422152150, -833447260, 0),
(52332, 2549, 230, 'Roosevelt Park', 431964000, -862722800, 0),
(52333, 2549, 230, 'Roscommon', 444983500, -845919700, 0),
(52334, 2549, 230, 'Rose City', 444340460, -841208530, 0),
(52335, 2549, 230, 'Rosebush', 436991700, -847677800, 0),
(52336, 2549, 230, 'Roseville', 425044210, -829377620, 0),
(52337, 2549, 230, 'Rothbury', 435063900, -863458300, 0),
(52338, 2549, 230, 'Royal Oak', 424894800, -831446500, 0),
(52339, 2549, 230, 'Rudyard', 462152800, -846363900, 0),
(52340, 2549, 230, 'Saginaw', 434352720, -840303560, 0),
(52341, 2549, 230, 'Saint Charles', 432969700, -841405300, 0),
(52342, 2549, 230, 'Saint Clair', 428208700, -824860200, 0),
(52343, 2549, 230, 'Saint Clair Shores', 424969800, -828888100, 0),
(52344, 2549, 230, 'Saint Helen', 443636300, -844102900, 0),
(52345, 2549, 230, 'Saint Ignace', 458686200, -847278300, 0),
(52346, 2549, 230, 'Saint James', 457552780, -855488890, 0),
(52347, 2549, 230, 'Saint Johns', 430011400, -845591500, 0),
(52348, 2549, 230, 'Saint Joseph', 421097600, -864800200, 0),
(52349, 2549, 230, 'Saint Louis', 434083600, -846066700, 0),
(52350, 2549, 230, 'Salem', 424061630, -835789290, 0),
(52351, 2549, 230, 'Saline', 421667100, -837816100, 0),
(52352, 2549, 230, 'Samaria', 418090000, -835763500, 0),
(52353, 2549, 230, 'Sand Creek', 417827860, -841041400, 0),
(52354, 2549, 230, 'Sand Lake', 443191800, -836847000, 0),
(52355, 2549, 230, 'Sandusky', 434203000, -828296600, 0),
(52356, 2549, 230, 'Sanford', 436727800, -843805600, 0),
(52357, 2549, 230, 'Saranac', 429294800, -852130700, 0),
(52358, 2549, 230, 'Saugatuck', 426572200, -862025000, 0),
(52359, 2549, 230, 'Sault Sainte Marie', 464953000, -843453200, 0),
(52360, 2549, 230, 'Sawyer', 418863900, -866177800, 0),
(52361, 2549, 230, 'Schoolcraft', 421142100, -856377800, 0),
(52362, 2549, 230, 'Scotts', 421958300, -854130600, 0),
(52363, 2549, 230, 'Scottville', 439434810, -862879270, 0),
(52364, 2549, 230, 'Sears', 438605600, -851497200, 0),
(52365, 2549, 230, 'Sebewaing', 437350290, -834145090, 0),
(52366, 2549, 230, 'Shelby', 436086200, -863639600, 0),
(52367, 2549, 230, 'Shelbyville', 426001550, -856136140, 0),
(52368, 2549, 230, 'Shepherd', 435244700, -846947300, 0),
(52369, 2549, 230, 'Sheridan', 432122200, -850736100, 0),
(52370, 2549, 230, 'Shields', 434153000, -840563700, 0),
(52371, 2549, 230, 'Sidney', 432520300, -851426470, 0),
(52372, 2549, 230, 'Silverwood', 433233300, -832480600, 0),
(52373, 2549, 230, 'Six Lakes', 434156750, -851603230, 0),
(52374, 2549, 230, 'Skanee', 468697900, -881607420, 0),
(52375, 2549, 230, 'Smiths Creek', 429418800, -825597000, 0),
(52376, 2549, 230, 'Snover', 434697200, -829541700, 0),
(52377, 2549, 230, 'Sodus', 420371530, -863689350, 0),
(52378, 2549, 230, 'South Boardman', 446331070, -852437690, 0),
(52379, 2549, 230, 'South Branch', 444555600, -839183300, 0),
(52380, 2549, 230, 'South Haven', 424030900, -862736400, 0),
(52381, 2549, 230, 'South Lyon', 424605900, -836516100, 0),
(52382, 2549, 230, 'South Monroe', 418958800, -834177100, 0),
(52383, 2549, 230, 'South Rockwood', 420639300, -832610400, 0),
(52384, 2549, 230, 'Southfield', 424712400, -832930800, 0),
(52385, 2549, 230, 'Southgate', 422056350, -832057820, 0),
(52386, 2549, 230, 'Sparta', 431608600, -857100400, 0),
(52387, 2549, 230, 'Spring Arbor', 422050400, -845527400, 0),
(52388, 2549, 230, 'Spring Lake', 430769600, -861970000, 0),
(52389, 2549, 230, 'Springfield', 423264300, -852391600, 0),
(52390, 2549, 230, 'Springport', 423786100, -846947200, 0),
(52391, 2549, 230, 'Spruce', 448275000, -836136100, 0),
(52392, 2549, 230, 'Standish', 439830800, -839588800, 0),
(52393, 2549, 230, 'Stanton', 432925300, -850814100, 0),
(52394, 2549, 230, 'Stanwood', 435797200, -854491700, 0),
(52395, 2549, 230, 'Stephenson', 454147200, -876088900, 0),
(52396, 2549, 230, 'Sterling', 440333330, -840227780, 0),
(52397, 2549, 230, 'Sterling Heights', 425587830, -830075220, 0),
(52398, 2549, 230, 'Stevensville', 420144900, -865194700, 0),
(52399, 2549, 230, 'Stockbridge', 424511500, -841805100, 0),
(52400, 2549, 230, 'Sturgis', 417992200, -854191500, 0),
(52401, 2549, 230, 'Suttons Bay', 449664830, -856401210, 0),
(52402, 2549, 230, 'Swartz Creek', 429421200, -838280400, 0),
(52403, 2549, 230, 'Sylvan Lake', 426114200, -833285500, 0),
(52404, 2549, 230, 'Tawas City', 442694600, -835147000, 0),
(52405, 2549, 230, 'Taylor', 422328810, -832688770, 0),
(52406, 2549, 230, 'Tecumseh', 420039300, -839449400, 0),
(52407, 2549, 230, 'Tekonsha', 420955600, -849880600, 0),
(52408, 2549, 230, 'Temperance', 417792100, -835688200, 0),
(52409, 2549, 230, 'Thompsonville', 445202800, -859416700, 0),
(52410, 2549, 230, 'Three Oaks', 417986500, -866105800, 0),
(52411, 2549, 230, 'Three Rivers', 419439400, -856324900, 0),
(52412, 2549, 230, 'Tipton', 420296570, -840855790, 0),
(52413, 2549, 230, 'Toivola', 469381610, -888517860, 0),
(52414, 2549, 230, 'Topinabee', 454844100, -845954790, 0),
(52415, 2549, 230, 'Traverse City', 447630600, -856206300, 0),
(52416, 2549, 230, 'Trenton', 421394900, -831782600, 0),
(52417, 2549, 230, 'Trowbridge Park', 465566000, -874373600, 0),
(52418, 2549, 230, 'Troy', 425599000, -831716000, 0),
(52419, 2549, 230, 'Turner', 441312290, -837172780, 0),
(52420, 2549, 230, 'Tuscola', 433480600, -836369400, 0),
(52421, 2549, 230, 'Tustin', 441022200, -854577800, 0),
(52422, 2549, 230, 'Twin Lake', 433627900, -861647800, 0),
(52423, 2549, 230, 'Ubly', 437150070, -829428120, 0),
(52424, 2549, 230, 'Union', 417856200, -858612000, 0),
(52425, 2549, 230, 'Union City', 420667100, -851360900, 0),
(52426, 2549, 230, 'Unionville', 436541700, -834683300, 0),
(52427, 2549, 230, 'University Center', 435583300, -839825000, 0),
(52428, 2549, 230, 'Utica', 426696000, -829980600, 0),
(52429, 2549, 230, 'Van Buren', 422205560, -834875000, 0),
(52430, 2549, 230, 'Vandalia', 419034120, -858872760, 0),
(52431, 2549, 230, 'Vandercook Lake', 421933700, -843910700, 0),
(52432, 2549, 230, 'Vassar', 433719700, -835832900, 0),
(52433, 2549, 230, 'Vermontville', 426269400, -850236100, 0),
(52434, 2549, 230, 'Vestaburg', 433991670, -849055560, 0),
(52435, 2549, 230, 'Vicksburg', 421178720, -855042220, 0),
(52436, 2549, 230, 'Vulcan', 457821080, -878678240, 0),
(52437, 2549, 230, 'Waldron', 417326810, -844380660, 0),
(52438, 2549, 230, 'Walker', 430014100, -857680900, 0),
(52439, 2549, 230, 'Walkerville', 437155600, -861227800, 0),
(52440, 2549, 230, 'Wallace', 453331070, -876098400, 0),
(52441, 2549, 230, 'Walled Lake', 425527800, -834760200, 0),
(52442, 2549, 230, 'Walloon Lake', 452516700, -849197200, 0),
(52443, 2549, 230, 'Warren', 425168500, -830078000, 0),
(52444, 2549, 230, 'Washington', 427525000, -830322220, 0),
(52445, 2549, 230, 'Waterford', 427022500, -834027200, 0),
(52446, 2549, 230, 'Waters', 449036100, -846705600, 0),
(52447, 2549, 230, 'Watersmeet', 462588900, -892658300, 0),
(52448, 2549, 230, 'Watervliet', 421867100, -862605800, 0),
(52449, 2549, 230, 'Waverly', 427392000, -846208200, 0),
(52450, 2549, 230, 'Wayland', 426739200, -856447400, 0),
(52451, 2549, 230, 'Wayne', 422814300, -833863200, 0),
(52452, 2549, 230, 'Webberville', 426669800, -841741300, 0),
(52453, 2549, 230, 'Weidman', 436875000, -849688900, 0),
(52454, 2549, 230, 'Wells', 457788570, -870753440, 0),
(52455, 2549, 230, 'Wellston', 442133300, -859538900, 0),
(52456, 2549, 230, 'West Bloomfield', 425961700, -833875000, 0),
(52457, 2549, 230, 'West Branch', 442764100, -842386100, 0),
(52458, 2549, 230, 'West Olive', 428961100, -860858300, 0),
(52459, 2549, 230, 'Westland', 423242000, -834002100, 0),
(52460, 2549, 230, 'Westphalia', 429286100, -847977800, 0),
(52461, 2549, 230, 'Westwood', 423028200, -856336200, 0),
(52462, 2549, 230, 'Wetmore', 463377800, -865713900, 0),
(52463, 2549, 230, 'White Cloud', 435607690, -857511790, 0),
(52464, 2549, 230, 'White Lake', 426477800, -834963900, 0),
(52465, 2549, 230, 'White Pigeon', 417981100, -856433200, 0),
(52466, 2549, 230, 'Whitehall', 434100100, -863486800, 0),
(52467, 2549, 230, 'Whitmore Lake', 424394800, -837438300, 0),
(52468, 2549, 230, 'Whittaker', 421260310, -835968610, 0),
(52469, 2549, 230, 'Williamsburg', 447552800, -853900000, 0),
(52470, 2549, 230, 'Williamston', 426911240, -842848950, 0),
(52471, 2549, 230, 'Willis', 421272200, -836091700, 0),
(52472, 2549, 230, 'Wixom', 425201000, -835417000, 0),
(52473, 2549, 230, 'Wolf Lake', 432547400, -861097800, 0),
(52474, 2549, 230, 'Wolverine', 452683800, -845909180, 0),
(52475, 2549, 230, 'Wolverine Lake', 425567000, -834738300, 0),
(52476, 2549, 230, 'Woodhaven', 421389300, -832416000, 0),
(52477, 2549, 230, 'Woodland', 427075270, -851303410, 0),
(52478, 2549, 230, 'Wyandotte', 422142100, -831499200, 0),
(52479, 2549, 230, 'Wyoming', 428838600, -857061600, 0),
(52480, 2549, 230, 'Yale', 431300300, -827982600, 0),
(52481, 2549, 230, 'Ypsilanti', 422411500, -836129900, 0),
(52482, 2549, 230, 'Zeeland', 428125200, -860186500, 0),
(52483, 2550, 230, 'Ada', 472996900, -965153500, 0),
(52484, 2550, 230, 'Adolph', 468411060, -922201300, 0),
(52485, 2550, 230, 'Adrian', 436349700, -959328000, 0),
(52486, 2550, 230, 'Afton', 449027500, -927835400, 0),
(52487, 2550, 230, 'Aitkin', 465330100, -937102500, 0),
(52488, 2550, 230, 'Akeley', 470204360, -947258200, 0),
(52489, 2550, 230, 'Albany', 456373090, -945780720, 0),
(52490, 2550, 230, 'Albert Lea', 436480100, -933682700, 0),
(52491, 2550, 230, 'Albertville', 452377400, -936544100, 0),
(52492, 2550, 230, 'Alden', 436707300, -935725790, 0),
(52493, 2550, 230, 'Alexandria', 458852400, -953775400, 0),
(52494, 2550, 230, 'Altura', 440697200, -919391700, 0),
(52495, 2550, 230, 'Amboy', 438868520, -941587130, 0),
(52496, 2550, 230, 'Andover', 452333000, -932913400, 0),
(52497, 2550, 230, 'Annandale', 452627400, -941244300, 0),
(52498, 2550, 230, 'Anoka', 451977400, -933871800, 0),
(52499, 2550, 230, 'Apple Valley', 447319100, -932177200, 0),
(52500, 2550, 230, 'Appleton', 451969100, -960197700, 0),
(52501, 2550, 230, 'Arago', 470313890, -951058330, 0),
(52502, 2550, 230, 'Arden Hills', 450502400, -931566100, 0),
(52503, 2550, 230, 'Arlington', 446083000, -940805300, 0),
(52504, 2550, 230, 'Arnold', 468802200, -920904700, 0),
(52505, 2550, 230, 'Ashby', 460919630, -958174940, 0),
(52506, 2550, 230, 'Askov', 461877800, -927808300, 0),
(52507, 2550, 230, 'Atwater', 451388500, -947780600, 0),
(52508, 2550, 230, 'Audubon', 468616700, -959780600, 0),
(52509, 2550, 230, 'Aurora', 475299300, -922371200, 0),
(52510, 2550, 230, 'Austin', 436659080, -929809320, 0),
(52511, 2550, 230, 'Avon', 456091300, -944516700, 0),
(52512, 2550, 230, 'Backus', 468208300, -945166670, 0),
(52513, 2550, 230, 'Badger', 488565400, -962062000, 0),
(52514, 2550, 230, 'Bagley', 475216200, -953983500, 0),
(52515, 2550, 230, 'Balaton', 442341700, -958725000, 0),
(52516, 2550, 230, 'Barnesville', 466521800, -964197900, 0),
(52517, 2550, 230, 'Barnum', 465041700, -926905600, 0),
(52518, 2550, 230, 'Barrett', 459108300, -958883300, 0),
(52519, 2550, 230, 'Battle Lake', 462836100, -957133300, 0),
(52520, 2550, 230, 'Baudette', 487124700, -945999300, 0),
(52521, 2550, 230, 'Baxter', 463432800, -942862800, 0),
(52522, 2550, 230, 'Bayport', 450213600, -927810400, 0),
(52523, 2550, 230, 'Beardsley', 455589200, -967122100, 0),
(52524, 2550, 230, 'Becker', 453933000, -938769200, 0),
(52525, 2550, 230, 'Belgrade', 454513900, -950033300, 0),
(52526, 2550, 230, 'Belle Plaine', 446227400, -937685700, 0),
(52527, 2550, 230, 'Bellingham', 451707160, -963292430, 0),
(52528, 2550, 230, 'Belview', 448115100, -955420000, 0),
(52529, 2550, 230, 'Bemidji', 474735600, -948802800, 0),
(52530, 2550, 230, 'Benson', 453149600, -956000300, 0),
(52531, 2550, 230, 'Bertha', 462181120, -950489920, 0),
(52532, 2550, 230, 'Bethel', 453926400, -932118000, 0),
(52533, 2550, 230, 'Big Lake', 453324600, -937460800, 0),
(52534, 2550, 230, 'Bigfork', 477635960, -937056730, 0),
(52535, 2550, 230, 'Birchwood', 450610800, -929760500, 0),
(52536, 2550, 230, 'Bird Island', 447674600, -948955500, 0),
(52537, 2550, 230, 'Biwabik', 475333330, -923422200, 0),
(52538, 2550, 230, 'Blaine', 451608000, -932349500, 0),
(52539, 2550, 230, 'Blooming Prairie', 438666300, -930510300, 0),
(52540, 2550, 230, 'Bloomington', 448408000, -932982800, 0),
(52541, 2550, 230, 'Blue Earth', 436398240, -940934340, 0),
(52542, 2550, 230, 'Bowlus', 458213900, -944063900, 0),
(52543, 2550, 230, 'Braham', 457242000, -931725000, 0),
(52544, 2550, 230, 'Brainerd', 463580200, -942008300, 0),
(52545, 2550, 230, 'Branch', 454852400, -929618800, 0),
(52546, 2550, 230, 'Brandon', 459654110, -955950350, 0),
(52547, 2550, 230, 'Breckenridge', 462667200, -965861830, 0),
(52548, 2550, 230, 'Bricelyn', 435639550, -938133800, 0),
(52549, 2550, 230, 'Brimson', 473114900, -918384660, 0),
(52550, 2550, 230, 'Britt', 476495080, -926586830, 0),
(52551, 2550, 230, 'Brook Park', 459494400, -930747200, 0),
(52552, 2550, 230, 'Brooklyn Center', 450760800, -933327300, 0),
(52553, 2550, 230, 'Brooklyn Park', 450941300, -933563400, 0),
(52554, 2550, 230, 'Browerville', 460847200, -948683300, 0),
(52555, 2550, 230, 'Brownsdale', 437311600, -928717320, 0),
(52556, 2550, 230, 'Brownsville', 436890500, -912964540, 0),
(52557, 2550, 230, 'Buffalo', 451719100, -938746900, 0),
(52558, 2550, 230, 'Buffalo Lake', 447366700, -946183300, 0),
(52559, 2550, 230, 'Buhl', 474950000, -927738900, 0),
(52560, 2550, 230, 'Burnsville', 447677400, -932777200, 0),
(52561, 2550, 230, 'Burtrum', 458658300, -946875000, 0),
(52562, 2550, 230, 'Byron', 440327400, -926454600, 0),
(52563, 2550, 230, 'Caledonia', 436346900, -914968100, 0),
(52564, 2550, 230, 'Cambridge', 455638000, -932282000, 0),
(52565, 2550, 230, 'Canby', 447088500, -962764300, 0),
(52566, 2550, 230, 'Cannon Falls', 445069100, -929054800, 0),
(52567, 2550, 230, 'Carlton', 466638300, -924249100, 0),
(52568, 2550, 230, 'Cass Lake', 473786100, -946038900, 0),
(52569, 2550, 230, 'Cedar', 453197200, -932861100, 0),
(52570, 2550, 230, 'Center City', 453938500, -928166000, 0),
(52571, 2550, 230, 'Champlin', 451888500, -933974500, 0),
(52572, 2550, 230, 'Chanhassen', 448621900, -935307900, 0),
(52573, 2550, 230, 'Chaska', 448119000, -936091000, 0),
(52574, 2550, 230, 'Chatfield', 438455200, -921890500, 0),
(52575, 2550, 230, 'Chisago City', 453735800, -928899400, 0),
(52576, 2550, 230, 'Chisholm', 474891000, -928838000, 0),
(52577, 2550, 230, 'Chokio', 455718050, -961734150, 0),
(52578, 2550, 230, 'Circle Pines', 451485800, -931516100, 0),
(52579, 2550, 230, 'Clarkfield', 447911100, -958033300, 0),
(52580, 2550, 230, 'Clarks Grove', 437633300, -933300000, 0),
(52581, 2550, 230, 'Clear Lake', 454452800, -939988900, 0),
(52582, 2550, 230, 'Clearbrook', 476944400, -954275000, 0),
(52583, 2550, 230, 'Clearwater', 454194100, -940488700, 0),
(52584, 2550, 230, 'Clements', 444130360, -950468770, 0),
(52585, 2550, 230, 'Cleveland', 443227800, -938383300, 0),
(52586, 2550, 230, 'Climax', 476394600, -967986600, 0),
(52587, 2550, 230, 'Clitherall', 462752800, -956300000, 0),
(52588, 2550, 230, 'Clontarf', 453747200, -956783300, 0),
(52589, 2550, 230, 'Cloquet', 467216100, -924593600, 0),
(52590, 2550, 230, 'Cokato', 450758000, -941899800, 0),
(52591, 2550, 230, 'Cold Spring', 454558000, -944288800, 0),
(52592, 2550, 230, 'Coleraine', 472888300, -934277100, 0),
(52593, 2550, 230, 'Collegeville', 455754640, -943696100, 0),
(52594, 2550, 230, 'Cologne', 447716300, -937813500, 0),
(52595, 2550, 230, 'Columbia Heights', 450408000, -932630000, 0),
(52596, 2550, 230, 'Columbus', 452652200, -930501500, 0),
(52597, 2550, 230, 'Comfrey', 441094400, -949041700, 0),
(52598, 2550, 230, 'Cook', 478530600, -926866700, 0),
(52599, 2550, 230, 'Coon Rapids', 451199700, -932877300, 0),
(52600, 2550, 230, 'Corcoran', 450952400, -935474600, 0),
(52601, 2550, 230, 'Cosmos', 449372200, -946975000, 0),
(52602, 2550, 230, 'Cottage Grove', 448277400, -929438200, 0),
(52603, 2550, 230, 'Cotton', 471548030, -925761700, 0),
(52604, 2550, 230, 'Cottonwood', 446047600, -956732980, 0),
(52605, 2550, 230, 'Cromwell', 466797200, -928769400, 0),
(52606, 2550, 230, 'Crookston', 477741400, -966081200, 0),
(52607, 2550, 230, 'Crosby', 464821800, -939577600, 0),
(52608, 2550, 230, 'Cross Lake', 466773000, -941121000, 0),
(52609, 2550, 230, 'Crystal', 450327400, -933602300, 0),
(52610, 2550, 230, 'Crystal Bay', 449530600, -935763900, 0),
(52611, 2550, 230, 'Dalton', 461515650, -958317520, 0),
(52612, 2550, 230, 'Dassel', 450816300, -943069300, 0),
(52613, 2550, 230, 'Dawson', 449327400, -960544800, 0),
(52614, 2550, 230, 'Dayton', 452438500, -935149600, 0),
(52615, 2550, 230, 'Deephaven', 449296900, -935224600, 0),
(52616, 2550, 230, 'Deer River', 473350000, -937941700, 0),
(52617, 2550, 230, 'Delano', 450419100, -937891300, 0),
(52618, 2550, 230, 'Delavan', 437675600, -940059800, 0),
(52619, 2550, 230, 'Dent', 465544400, -957183300, 0),
(52620, 2550, 230, 'Detroit Lakes', 468171800, -958453300, 0),
(52621, 2550, 230, 'Dexter', 437175670, -927491660, 0),
(52622, 2550, 230, 'Dodge Center', 440280200, -928546400, 0),
(52623, 2550, 230, 'Duluth', 467832700, -921065800, 0),
(52624, 2550, 230, 'Dundas', 444294100, -932018800, 0),
(52625, 2550, 230, 'Dunnell', 435435400, -947942900, 0),
(52626, 2550, 230, 'Eagan', 448041300, -931668900, 0),
(52627, 2550, 230, 'Eagle Bend', 461609170, -950283580, 0),
(52628, 2550, 230, 'East Grand Forks', 479299800, -970245200, 0),
(52629, 2550, 230, 'Echo', 446172200, -954150000, 0),
(52630, 2550, 230, 'Eden Prairie', 448546900, -934707900, 0),
(52631, 2550, 230, 'Edina', 448896900, -933499500, 0),
(52632, 2550, 230, 'Effie', 478405600, -936380600, 0),
(52633, 2550, 230, 'Elbow Lake', 459941300, -959767200, 0),
(52634, 2550, 230, 'Elk River', 453038500, -935671800, 0),
(52635, 2550, 230, 'Elko New Market', 445647200, -933269400, 0),
(52636, 2550, 230, 'Ellendale', 438719400, -933000000, 0),
(52637, 2550, 230, 'Ellsworth', 435186250, -960205740, 0),
(52638, 2550, 230, 'Elmore', 435044030, -940861310, 0),
(52639, 2550, 230, 'Ely', 479032400, -918670900, 0),
(52640, 2550, 230, 'Elysian', 442000000, -936772200, 0),
(52641, 2550, 230, 'Embarrass', 476522200, -922363900, 0),
(52642, 2550, 230, 'Emily', 467599510, -939029720, 0),
(52643, 2550, 230, 'Erhard', 464850000, -960975000, 0),
(52644, 2550, 230, 'Erskine', 476650330, -960082550, 0),
(52645, 2550, 230, 'Esko', 467057800, -923632500, 0),
(52646, 2550, 230, 'Eveleth', 474624300, -925399100, 0),
(52647, 2550, 230, 'Excelsior', 449033000, -935663500, 0),
(52648, 2550, 230, 'Eyota', 439883000, -922285000, 0),
(52649, 2550, 230, 'Fairfax', 445291300, -947208200, 0),
(52650, 2550, 230, 'Fairmont', 436465990, -944599170, 0),
(52651, 2550, 230, 'Falcon Heights', 449916300, -931663300, 0),
(52652, 2550, 230, 'Faribault', 442949600, -932688300, 0),
(52653, 2550, 230, 'Farmington', 446402400, -931435500, 0),
(52654, 2550, 230, 'Fergus Falls', 462830200, -960775600, 0),
(52655, 2550, 230, 'Fertile', 475248000, -962406600, 0),
(52656, 2550, 230, 'Fifty Lakes', 467472200, -940725000, 0),
(52657, 2550, 230, 'Finland', 474147200, -912491700, 0),
(52658, 2550, 230, 'Finlayson', 462013900, -929188900, 0),
(52659, 2550, 230, 'Fisher', 478002890, -967984090, 0),
(52660, 2550, 230, 'Flensburg', 459507000, -945310800, 0),
(52661, 2550, 230, 'Floodwood', 469269400, -929158300, 0),
(52662, 2550, 230, 'Foley', 456646900, -939097000, 0),
(52663, 2550, 230, 'Forbes', 473716700, -926041700, 0),
(52664, 2550, 230, 'Forest Lake', 452788600, -929852200, 0),
(52665, 2550, 230, 'Foreston', 457366700, -937091700, 0),
(52666, 2550, 230, 'Fosston', 475763500, -957514200, 0),
(52667, 2550, 230, 'Foxhome', 462525600, -963216550, 0),
(52668, 2550, 230, 'Franklin', 445267940, -948833300, 0),
(52669, 2550, 230, 'Frazee', 467280100, -957008800, 0),
(52670, 2550, 230, 'Freeport', 456813640, -946797530, 0),
(52671, 2550, 230, 'Fridley', 450860800, -932632800, 0),
(52672, 2550, 230, 'Frontenac', 444953010, -923592840, 0),
(52673, 2550, 230, 'Fulda', 438705200, -956002900, 0),
(52674, 2550, 230, 'Garfield', 460205250, -954577890, 0),
(52675, 2550, 230, 'Garrison', 462434880, -939357980, 0),
(52676, 2550, 230, 'Garvin', 442168280, -957587500, 0),
(52677, 2550, 230, 'Gaylord', 445530200, -942205300, 0),
(52678, 2550, 230, 'Ghent', 445139540, -958923440, 0),
(52679, 2550, 230, 'Gibbon', 445333330, -945241700, 0),
(52680, 2550, 230, 'Gilbert', 474888200, -924649100, 0),
(52681, 2550, 230, 'Glencoe', 447691300, -941516400, 0),
(52682, 2550, 230, 'Glenville', 435707540, -932748960, 0),
(52683, 2550, 230, 'Glenwood', 456488330, -953844320, 0),
(52684, 2550, 230, 'Golden Valley', 450096900, -933491200, 0),
(52685, 2550, 230, 'Good Thunder', 440041700, -940691700, 0),
(52686, 2550, 230, 'Goodhue', 444081000, -925852000, 0),
(52687, 2550, 230, 'Goodridge', 481438900, -958058300, 0),
(52688, 2550, 230, 'Goodview', 440624600, -916957100, 0),
(52689, 2550, 230, 'Granada', 436952800, -943483300, 0),
(52690, 2550, 230, 'Grand Marais', 477504500, -903342700, 0),
(52691, 2550, 230, 'Grand Meadow', 437058000, -925721200, 0),
(52692, 2550, 230, 'Grand Rapids', 472371700, -935302100, 0),
(52693, 2550, 230, 'Grandy', 455649310, -933405570, 0),
(52694, 2550, 230, 'Granite Falls', 448108940, -955581980, 0),
(52695, 2550, 230, 'Grasston', 458577900, -930532580, 0),
(52696, 2550, 230, 'Greenbush', 486991700, -961830600, 0),
(52697, 2550, 230, 'Hackensack', 469288900, -945216700, 0),
(52698, 2550, 230, 'Hallock', 487744300, -969464500, 0),
(52699, 2550, 230, 'Halstad', 473519980, -968251920, 0),
(52700, 2550, 230, 'Ham Lake', 452502400, -932499500, 0),
(52701, 2550, 230, 'Hamburg', 447328000, -939665000, 0),
(52702, 2550, 230, 'Hamel', 450411100, -935255600, 0),
(52703, 2550, 230, 'Hampton', 446085000, -930027000, 0),
(52704, 2550, 230, 'Hancock', 454966700, -957941700, 0),
(52705, 2550, 230, 'Hanley Falls', 446924190, -956202230, 0),
(52706, 2550, 230, 'Hanover', 451558000, -936663500, 0),
(52707, 2550, 230, 'Harmony', 435552400, -920101600, 0),
(52708, 2550, 230, 'Harris', 455863500, -929746600, 0),
(52709, 2550, 230, 'Hartland', 438066510, -934876760, 0),
(52710, 2550, 230, 'Hastings', 447433000, -928524300, 0),
(52711, 2550, 230, 'Hawley', 467400000, -962377780, 0),
(52712, 2550, 230, 'Hayfield', 438905200, -928476900, 0),
(52713, 2550, 230, 'Hector', 447427510, -947169360, 0),
(52714, 2550, 230, 'Henderson', 445288900, -939077800, 0),
(52715, 2550, 230, 'Hendricks', 445067000, -964233000, 0),
(52716, 2550, 230, 'Henning', 463247300, -953443300, 0),
(52717, 2550, 230, 'Herman', 458091400, -961398540, 0),
(52718, 2550, 230, 'Hermantown', 468068900, -922382500, 0),
(52719, 2550, 230, 'Heron Lake', 437928860, -953190930, 0),
(52720, 2550, 230, 'Hewitt', 463255560, -950293310, 0),
(52721, 2550, 230, 'Hibbing', 474143540, -929304800, 0),
(52722, 2550, 230, 'Hill City', 469881000, -935938800, 0),
(52723, 2550, 230, 'Hills', 435263900, -963583300, 0),
(52724, 2550, 230, 'Hinckley', 460113400, -929443700, 0),
(52725, 2550, 230, 'Hoffman', 458309450, -957895420, 0),
(52726, 2550, 230, 'Hokah', 437594400, -913536100, 0),
(52727, 2550, 230, 'Holdingford', 457330000, -944670000, 0),
(52728, 2550, 230, 'Holland', 440888900, -961897200, 0),
(52729, 2550, 230, 'Homer', 439843500, -916371560, 0),
(52730, 2550, 230, 'Hopkins', 449231360, -934388890, 0),
(52731, 2550, 230, 'Houston', 437619600, -915689280, 0),
(52732, 2550, 230, 'Howard Lake', 450608000, -940733100, 0),
(52733, 2550, 230, 'Hoyt Lakes', 475196500, -921385100, 0),
(52734, 2550, 230, 'Hugo', 451599700, -929932700, 0),
(52735, 2550, 230, 'Hutchinson', 448877400, -943697100, 0),
(52736, 2550, 230, 'International Falls', 486010500, -934109800, 0),
(52737, 2550, 230, 'Inver Grove Heights', 448480200, -930427200, 0),
(52738, 2550, 230, 'Ironton', 464783860, -939756870, 0),
(52739, 2550, 230, 'Isanti', 454902400, -932477300, 0),
(52740, 2550, 230, 'Isle', 461405600, -934666670, 0),
(52741, 2550, 230, 'Jackson', 436207900, -949886000, 0),
(52742, 2550, 230, 'Janesville', 441160800, -937080000, 0),
(52743, 2550, 230, 'Jeffers', 440579470, -951946790, 0),
(52744, 2550, 230, 'Jenkins', 466501200, -943348800, 0),
(52745, 2550, 230, 'Jordan', 446669100, -936269000, 0),
(52746, 2550, 230, 'Kanaranzi', 435758300, -960944400, 0),
(52747, 2550, 230, 'Karlstad', 485776650, -965279350, 0),
(52748, 2550, 230, 'Kasota', 442905600, -939641700, 0),
(52749, 2550, 230, 'Kasson', 440347410, -927517430, 0),
(52750, 2550, 230, 'Keewatin', 473996600, -930724200, 0),
(52751, 2550, 230, 'Kelliher', 479600940, -944822840, 0),
(52752, 2550, 230, 'Kensington', 458467740, -956960020, 0),
(52753, 2550, 230, 'Kenyon', 442721900, -929854800, 0),
(52754, 2550, 230, 'Kiester', 435375000, -937116700, 0),
(52755, 2550, 230, 'Kilkenny', 443130600, -935744400, 0),
(52756, 2550, 230, 'La Crescent', 438280200, -913040300, 0),
(52757, 2550, 230, 'Lake Benton', 442616700, -962866700, 0),
(52758, 2550, 230, 'Lake Bronson', 487325000, -966627800, 0),
(52759, 2550, 230, 'Lake City', 444446860, -922701740, 0),
(52760, 2550, 230, 'Lake Crystal', 441058000, -942188500, 0),
(52761, 2550, 230, 'Lake Elmo', 449958000, -928793800, 0),
(52762, 2550, 230, 'Lake George', 472828560, -950474470, 0),
(52763, 2550, 230, 'Lake Lillian', 449706960, -948897410, 0),
(52764, 2550, 230, 'Lake Park', 468255660, -960797570, 0),
(52765, 2550, 230, 'Lake Wilson', 439963900, -959522200, 0),
(52766, 2550, 230, 'Lakefield', 436774600, -951716600, 0),
(52767, 2550, 230, 'Lakeland', 449563600, -927657600, 0),
(52768, 2550, 230, 'Lakeville', 446526000, -932482000, 0),
(52769, 2550, 230, 'Lamberton', 442291700, -952672200, 0),
(52770, 2550, 230, 'Lanesboro', 437175000, -919750000, 0),
(52771, 2550, 230, 'Laporte', 472138900, -947550000, 0),
(52772, 2550, 230, 'Lauderdale', 449985800, -932057800, 0),
(52773, 2550, 230, 'Le Center', 443894100, -937302300, 0),
(52774, 2550, 230, 'Le Roy', 435105600, -925047200, 0),
(52775, 2550, 230, 'Le Sueur', 444613500, -939152400, 0),
(52776, 2550, 230, 'Lengby', 475432950, -956180630, 0),
(52777, 2550, 230, 'Lester Prairie', 448838500, -940416400, 0),
(52778, 2550, 230, 'Lewiston', 439844100, -918693200, 0),
(52779, 2550, 230, 'Lexington', 451424700, -931632800, 0),
(52780, 2550, 230, 'Lindstrom', 453861000, -928381000, 0),
(52781, 2550, 230, 'Lino Lakes', 451602400, -930888300, 0),
(52782, 2550, 230, 'Lismore', 437177190, -959927010, 0),
(52783, 2550, 230, 'Litchfield', 451271800, -945280500, 0),
(52784, 2550, 230, 'Little Canada', 450269100, -930877200, 0),
(52785, 2550, 230, 'Little Falls', 459763500, -943625000, 0),
(52786, 2550, 230, 'Little Rock', 478680100, -951105500, 0),
(52787, 2550, 230, 'Loman', 485127800, -938030600, 0),
(52788, 2550, 230, 'Long Lake', 449866300, -935716200, 0),
(52789, 2550, 230, 'Long Prairie', 459746900, -948655800, 0),
(52790, 2550, 230, 'Longville', 469852800, -942141700, 0),
(52791, 2550, 230, 'Lonsdale', 444802400, -934285600, 0),
(52792, 2550, 230, 'Loretto', 451008000, -936631000, 0),
(52793, 2550, 230, 'Lutsen', 476472200, -906747200, 0),
(52794, 2550, 230, 'Luverne', 436541400, -962128100, 0),
(52795, 2550, 230, 'Lyle', 435062420, -929421800, 0),
(52796, 2550, 230, 'Lynd', 443866700, -958919400, 0),
(52797, 2550, 230, 'Mabel', 435219400, -917694400, 0),
(52798, 2550, 230, 'Madelia', 440502770, -944163370, 0),
(52799, 2550, 230, 'Madison', 450096800, -961958800, 0),
(52800, 2550, 230, 'Magnolia', 436297900, -961129100, 0),
(52801, 2550, 230, 'Mahnomen', 473152400, -959686500, 0),
(52802, 2550, 230, 'Mankato', 441635800, -939994000, 0),
(52803, 2550, 230, 'Mantorville', 440691300, -927557500, 0),
(52804, 2550, 230, 'Maple Grove', 450724600, -934557900, 0),
(52805, 2550, 230, 'Maple Lake', 452291300, -940019200, 0),
(52806, 2550, 230, 'Maple Plain', 450071900, -936557900, 0),
(52807, 2550, 230, 'Mapleton', 439268240, -939550010, 0),
(52808, 2550, 230, 'Maplewood', 449530200, -929952200, 0),
(52809, 2550, 230, 'Marshall', 444469000, -957883500, 0),
(52810, 2550, 230, 'Mayer', 448849600, -938877500, 0),
(52811, 2550, 230, 'Maynard', 449065240, -954677920, 0),
(52812, 2550, 230, 'Mazeppa', 442725000, -925441700, 0),
(52813, 2550, 230, 'McGregor', 467077800, -932968800, 0),
(52814, 2550, 230, 'McIntosh', 476581800, -958899000, 0),
(52815, 2550, 230, 'Meadowlands', 470727800, -927316700, 0),
(52816, 2550, 230, 'Medford', 441741300, -932463200, 0),
(52817, 2550, 230, 'Melrose', 456519700, -948059560, 0),
(52818, 2550, 230, 'Menahga', 467538500, -950980800, 0),
(52819, 2550, 230, 'Mendota', 448857230, -931613060, 0),
(52820, 2550, 230, 'Mendota Heights', 448835800, -931382700, 0),
(52821, 2550, 230, 'Merrifield', 464619120, -941719740, 0),
(52822, 2550, 230, 'Milaca', 457558000, -936544100, 0),
(52823, 2550, 230, 'Milan', 451105600, -959122200, 0),
(52824, 2550, 230, 'Milroy', 444477100, -955517100, 0),
(52825, 2550, 230, 'Miltona', 460447200, -952938900, 0),
(52826, 2550, 230, 'Minneapolis', 449799700, -932638400, 0),
(52827, 2550, 230, 'Minneota', 445588500, -959855900, 0),
(52828, 2550, 230, 'Minnesota City', 440913900, -917497200, 0),
(52829, 2550, 230, 'Minnesota Lake', 438401540, -938305070, 0),
(52830, 2550, 230, 'Minnetonka', 449133000, -935032900, 0),
(52831, 2550, 230, 'Minnetonka Mills', 449410700, -934419000, 0),
(52832, 2550, 230, 'Minnetrista', 449383000, -937177400, 0),
(52833, 2550, 230, 'Montevideo', 449495150, -957165010, 0),
(52834, 2550, 230, 'Montgomery', 444388500, -935813400, 0),
(52835, 2550, 230, 'Monticello', 453055200, -937941400, 0),
(52836, 2550, 230, 'Montrose', 450649600, -939110800, 0),
(52837, 2550, 230, 'Moorhead', 468738500, -967675800, 0),
(52838, 2550, 230, 'Moose Lake', 464541100, -927618700, 0),
(52839, 2550, 230, 'Mora', 459155560, -931730560, 0),
(52840, 2550, 230, 'Morgan', 444157490, -949257120, 0),
(52841, 2550, 230, 'Morris', 455860700, -959139400, 0),
(52842, 2550, 230, 'Morristown', 442269400, -934436100, 0),
(52843, 2550, 230, 'Morton', 445877600, -950404090, 0),
(52844, 2550, 230, 'Mound', 449366300, -936660700, 0),
(52845, 2550, 230, 'Mounds View', 451049700, -932085600, 0),
(52846, 2550, 230, 'Mountain Iron', 475304450, -925813270, 0),
(52847, 2550, 230, 'Mountain Lake', 439388500, -949297100, 0),
(52848, 2550, 230, 'Nashwauk', 473763900, -931600000, 0),
(52849, 2550, 230, 'Nelson', 458858300, -952647200, 0),
(52850, 2550, 230, 'Nerstrand', 443411100, -930663900, 0),
(52851, 2550, 230, 'New Brighton', 450655200, -932018900, 0),
(52852, 2550, 230, 'New Germany', 448853000, -939701000, 0),
(52853, 2550, 230, 'New Hope', 450380200, -933866200, 0),
(52854, 2550, 230, 'New London', 453010800, -949441800, 0),
(52855, 2550, 230, 'New Munich', 456286100, -947533300, 0),
(52856, 2550, 230, 'New Prague', 445433000, -935760700, 0),
(52857, 2550, 230, 'New Richland', 438938500, -934938300, 0),
(52858, 2550, 230, 'New Ulm', 443124600, -944605300, 0),
(52859, 2550, 230, 'New York Mills', 465180200, -953761500, 0),
(52860, 2550, 230, 'Newfolden', 483552800, -963283300, 0),
(52861, 2550, 230, 'Newport', 448663600, -930004900, 0),
(52862, 2550, 230, 'Nielsville', 475283300, -968166670, 0),
(52863, 2550, 230, 'Nisswa', 465205200, -942886100, 0),
(52864, 2550, 230, 'North Branch', 455113500, -929802200, 0),
(52865, 2550, 230, 'North Mankato', 441733000, -940338500, 0),
(52866, 2550, 230, 'North Oaks', 451027400, -930791100, 0),
(52867, 2550, 230, 'North Saint Paul', 450124700, -929918800, 0),
(52868, 2550, 230, 'Northfield', 444583000, -931616000, 0),
(52869, 2550, 230, 'Norwood', 447680200, -939274700, 0),
(52870, 2550, 230, 'Norwood Young America', 447735700, -939216300, 0),
(52871, 2550, 230, 'Oak Grove', 453408000, -933269000, 0),
(52872, 2550, 230, 'Oak Park Heights', 450313600, -927929800, 0),
(52873, 2550, 230, 'Oakdale', 449630200, -929649400, 0),
(52874, 2550, 230, 'Oakport', 469319100, -967789700, 0),
(52875, 2550, 230, 'Odessa', 453256080, -963012190, 0),
(52876, 2550, 230, 'Ogema', 471038900, -959266700, 0),
(52877, 2550, 230, 'Oklee', 478375030, -958524610, 0),
(52878, 2550, 230, 'Olivia', 447749680, -949885580, 0),
(52879, 2550, 230, 'Onamia', 460700000, -936683300, 0),
(52880, 2550, 230, 'Orono', 449713500, -936044000, 0),
(52881, 2550, 230, 'Oronoco', 441660800, -925349100, 0),
(52882, 2550, 230, 'Ortonville', 453046900, -964447800, 0),
(52883, 2550, 230, 'Osage', 469347320, -952248890, 0),
(52884, 2550, 230, 'Osakis', 458669100, -951522500, 0),
(52885, 2550, 230, 'Oslo', 482276900, -970851700, 0),
(52886, 2550, 230, 'Osseo', 451218600, -934572000, 0),
(52887, 2550, 230, 'Ostrander', 435740020, -924083360, 0),
(52888, 2550, 230, 'Otsego', 452741300, -935913500, 0),
(52889, 2550, 230, 'Ottertail', 464123650, -955318470, 0),
(52890, 2550, 230, 'Outing', 468205600, -939480600, 0),
(52891, 2550, 230, 'Owatonna', 440855580, -932202790, 0),
(52892, 2550, 230, 'Park Rapids', 469221800, -950586300, 0),
(52893, 2550, 230, 'Parkers Prairie', 461530200, -953289200, 0),
(52894, 2550, 230, 'Paynesville', 453805200, -947119500, 0),
(52895, 2550, 230, 'Pease', 456981400, -936493500, 0),
(52896, 2550, 230, 'Pelican Rapids', 465707900, -960831100, 0),
(52897, 2550, 230, 'Pengilly', 473276910, -931599920, 0),
(52898, 2550, 230, 'Pequot Lakes', 466030200, -943094400, 0),
(52899, 2550, 230, 'Perham', 465947390, -955750430, 0),
(52900, 2550, 230, 'Pierz', 459816300, -941047100, 0),
(52901, 2550, 230, 'Pillager', 463330000, -944670000, 0),
(52902, 2550, 230, 'Pine City', 458260700, -929685400, 0),
(52903, 2550, 230, 'Pine Island', 442015540, -926495910, 0),
(52904, 2550, 230, 'Pine River', 467487220, -943754890, 0),
(52905, 2550, 230, 'Pipestone', 440005300, -963175300, 0),
(52906, 2550, 230, 'Plainview', 441649700, -921715600, 0),
(52907, 2550, 230, 'Plato', 447730600, -940386100, 0),
(52908, 2550, 230, 'Plummer', 479061500, -959029030, 0),
(52909, 2550, 230, 'Plymouth', 450105200, -934555100, 0),
(52910, 2550, 230, 'Ponsford', 470390980, -953074230, 0),
(52911, 2550, 230, 'Porter', 446744710, -961544530, 0),
(52912, 2550, 230, 'Princeton', 455699600, -935816300, 0),
(52913, 2550, 230, 'Prinsburg', 449500700, -951752530, 0),
(52914, 2550, 230, 'Prior Lake', 447133000, -934227300, 0),
(52915, 2550, 230, 'Proctor', 467471600, -922254700, 0),
(52916, 2550, 230, 'Ramsey', 452611000, -934500000, 0),
(52917, 2550, 230, 'Randall', 460883300, -944994400, 0),
(52918, 2550, 230, 'Ranier', 486150510, -933485520, 0),
(52919, 2550, 230, 'Red Lake Falls', 478821900, -962742100, 0),
(52920, 2550, 230, 'Red Wing', 445624700, -925338000, 0),
(52921, 2550, 230, 'Redwood Falls', 445394000, -951169400, 0),
(52922, 2550, 230, 'Remer', 470860170, -938987290, 0),
(52923, 2550, 230, 'Renville', 447891300, -952116700, 0),
(52924, 2550, 230, 'Revere', 442201230, -953644040, 0),
(52925, 2550, 230, 'Rice', 457519100, -942202700, 0),
(52926, 2550, 230, 'Richfield', 448833000, -932830000, 0),
(52927, 2550, 230, 'Richmond', 454541300, -945183300, 0),
(52928, 2550, 230, 'Richville', 465066700, -956263900, 0),
(52929, 2550, 230, 'Robbinsdale', 450321900, -933385600, 0),
(52930, 2550, 230, 'Rochester', 440518770, -924959380, 0),
(52931, 2550, 230, 'Rockford', 450896000, -937354000, 0),
(52932, 2550, 230, 'Rogers', 451888500, -935530100, 0),
(52933, 2550, 230, 'Rollingstone', 440987210, -918207560, 0),
(52934, 2550, 230, 'Roseau', 488460900, -957627700, 0),
(52935, 2550, 230, 'Rosemount', 447394100, -931257700, 0),
(52936, 2550, 230, 'Roseville', 450060800, -931566100, 0),
(52937, 2550, 230, 'Rothsay', 464744400, -962800000, 0),
(52938, 2550, 230, 'Rush City', 456855100, -929654900, 0),
(52939, 2550, 230, 'Rushford', 438083000, -917529300, 0),
(52940, 2550, 230, 'Sacred Heart', 447863900, -953508300, 0),
(52941, 2550, 230, 'Saginaw', 468591700, -924444400, 0),
(52942, 2550, 230, 'Saint Anthony', 450205200, -932180000, 0),
(52943, 2550, 230, 'Saint Augusta', 454583000, -941980400, 0),
(52944, 2550, 230, 'Saint Bonifacius', 449055200, -937474600, 0),
(52945, 2550, 230, 'Saint Charles', 439694100, -920643300, 0),
(52946, 2550, 230, 'Saint Cloud', 455608000, -941624900, 0),
(52947, 2550, 230, 'Saint Francis', 453869100, -933594000, 0),
(52948, 2550, 230, 'Saint James', 439824600, -946269200, 0),
(52949, 2550, 230, 'Saint Joseph', 455862230, -943277000, 0),
(52950, 2550, 230, 'Saint Louis Park', 449483000, -933480100, 0),
(52951, 2550, 230, 'Saint Michael', 452010940, -936727660, 0),
(52952, 2550, 230, 'Saint Paul', 450793800, -931872000, 0),
(52953, 2550, 230, 'Saint Paul Park', 448421900, -929913200, 0),
(52954, 2550, 230, 'Saint Peter', 443235800, -939580100, 0),
(52955, 2550, 230, 'Salol', 488425680, -955489730, 0),
(52956, 2550, 230, 'Sanborn', 442109920, -951289750, 0),
(52957, 2550, 230, 'Sandstone', 461310600, -928674200, 0),
(52958, 2550, 230, 'Santiago', 455263900, -938222200, 0),
(52959, 2550, 230, 'Sartell', 456216300, -942069400, 0),
(52960, 2550, 230, 'Sauk Centre', 457374600, -949525200, 0),
(52961, 2550, 230, 'Sauk Rapids', 455919100, -941661000, 0),
(52962, 2550, 230, 'Savage', 447791300, -933363400, 0),
(52963, 2550, 230, 'Scandia', 452535800, -928057700, 0),
(52964, 2550, 230, 'Sebeka', 466283300, -950908300, 0),
(52965, 2550, 230, 'Shafer', 453869100, -927477100, 0),
(52966, 2550, 230, 'Shakopee', 447980200, -935269000, 0),
(52967, 2550, 230, 'Shelly', 474580600, -968191700, 0),
(52968, 2550, 230, 'Sherburn', 436521800, -947269200, 0),
(52969, 2550, 230, 'Shevlin', 475294400, -952608300, 0),
(52970, 2550, 230, 'Shoreview', 450791300, -931471700, 0),
(52971, 2550, 230, 'Shorewood', 449008000, -935891200, 0),
(52972, 2550, 230, 'Side Lake', 476652800, -930158300, 0),
(52973, 2550, 230, 'Silver Bay', 472943600, -912573900, 0),
(52974, 2550, 230, 'Slayton', 439877400, -957558500, 0),
(52975, 2550, 230, 'Sleepy Eye', 442971800, -947241500, 0),
(52976, 2550, 230, 'South Haven', 452916700, -942155600, 0),
(52977, 2550, 230, 'South Saint Paul', 448927400, -930349400, 0),
(52978, 2550, 230, 'Spicer', 452451530, -949504030, 0),
(52979, 2550, 230, 'Spring Grove', 435610800, -916359800, 0),
(52980, 2550, 230, 'Spring Lake', 476333330, -939666670, 0),
(52981, 2550, 230, 'Spring Lake Park', 451077400, -932380000, 0),
(52982, 2550, 230, 'Spring Park', 449352400, -936321800, 0),
(52983, 2550, 230, 'Spring Valley', 436869100, -923890600, 0),
(52984, 2550, 230, 'Springfield', 442388500, -949758200, 0),
(52985, 2550, 230, 'Stacy', 453980200, -929874400, 0),
(52986, 2550, 230, 'Stanchfield', 456733300, -931833330, 0),
(52987, 2550, 230, 'Staples', 463555200, -947922400, 0),
(52988, 2550, 230, 'Starbuck', 456144000, -955311500, 0),
(52989, 2550, 230, 'Stewart', 447222760, -944868470, 0),
(52990, 2550, 230, 'Stewartville', 438555200, -924885100, 0),
(52991, 2550, 230, 'Stillwater', 450563600, -928060400, 0),
(52992, 2550, 230, 'Sturgeon Lake', 463833330, -928272200, 0),
(52993, 2550, 230, 'Swift', 488429170, -952869560, 0),
(52994, 2550, 230, 'Taylors Falls', 454086100, -926588900, 0),
(52995, 2550, 230, 'Tenstrike', 476602980, -946838180, 0),
(52996, 2550, 230, 'Thief River Falls', 481166420, -961720830, 0),
(52997, 2550, 230, 'Tofte', 475738900, -908363900, 0),
(52998, 2550, 230, 'Tower', 478069400, -922794400, 0),
(52999, 2550, 230, 'Tracy', 442332900, -956191800, 0),
(53000, 2550, 230, 'Truman', 438277300, -944371900, 0),
(53001, 2550, 230, 'Twin Cities', 449500000, -932000000, 0),
(53002, 2550, 230, 'Twin Valley', 472597200, -962572200, 0),
(53003, 2550, 230, 'Two Harbors', 470227100, -916707300, 0),
(53004, 2550, 230, 'Tyler', 442783000, -961347600, 0),
(53005, 2550, 230, 'Ulen', 470781090, -962574260, 0),
(53006, 2550, 230, 'Underwood', 463213200, -958416000, 0),
(53007, 2550, 230, 'Upsala', 458122200, -945811800, 0),
(53008, 2550, 230, 'Vadnais Heights', 450574700, -930738300, 0),
(53009, 2550, 230, 'Vergas', 466558300, -958061100, 0),
(53010, 2550, 230, 'Vermillion', 446743240, -929664050, 0),
(53011, 2550, 230, 'Verndale', 463977110, -950126830, 0),
(53012, 2550, 230, 'Victoria', 448585700, -936616300, 0),
(53013, 2550, 230, 'Villard', 457133300, -952713900, 0),
(53014, 2550, 230, 'Virginia', 475232600, -925365700, 0),
(53015, 2550, 230, 'Wabasha', 443838600, -920329400, 0),
(53016, 2550, 230, 'Wabasso', 444016700, -952538900, 0),
(53017, 2550, 230, 'Waconia', 448508000, -937869100, 0),
(53018, 2550, 230, 'Wadena', 464424600, -951361400, 0),
(53019, 2550, 230, 'Waite Park', 455571900, -942241600, 0),
(53020, 2550, 230, 'Walker', 471228240, -946071670, 0),
(53021, 2550, 230, 'Walnut Grove', 442389700, -955127800, 0),
(53022, 2550, 230, 'Wanda', 443161100, -952125000, 0),
(53023, 2550, 230, 'Warren', 481974700, -967715920, 0),
(53024, 2550, 230, 'Warroad', 489052700, -953144000, 0),
(53025, 2550, 230, 'Waseca', 440777400, -935074400, 0),
(53026, 2550, 230, 'Watertown', 449635700, -938471900, 0),
(53027, 2550, 230, 'Waterville', 442188500, -935680000, 0),
(53028, 2550, 230, 'Watkins', 453580730, -944295330, 0),
(53029, 2550, 230, 'Watson', 450239710, -957937680, 0),
(53030, 2550, 230, 'Waubun', 471841700, -959413900, 0),
(53031, 2550, 230, 'Waverly', 450666300, -939663600, 0),
(53032, 2550, 230, 'Wayzata', 449741300, -935066200, 0),
(53033, 2550, 230, 'Webster', 445097220, -933372220, 0),
(53034, 2550, 230, 'Welch', 446352800, -927272200, 0),
(53035, 2550, 230, 'Wells', 437460700, -937288400, 0),
(53036, 2550, 230, 'West Coon Rapids', 451596900, -933496700, 0),
(53037, 2550, 230, 'West Saint Paul', 449160800, -931016100, 0),
(53038, 2550, 230, 'Wheaton', 458044100, -964992300, 0),
(53039, 2550, 230, 'White Bear Lake', 450846900, -930099400, 0),
(53040, 2550, 230, 'Willernie', 450534450, -929563980, 0),
(53041, 2550, 230, 'Willmar', 451219100, -950433400, 0),
(53042, 2550, 230, 'Windom', 438663500, -951169400, 0),
(53043, 2550, 230, 'Winnebago', 437677300, -941657900, 0),
(53044, 2550, 230, 'Winona', 440376600, -916749000, 0),
(53045, 2550, 230, 'Winsted', 449638500, -940474700, 0),
(53046, 2550, 230, 'Winthrop', 445430200, -943663700, 0),
(53047, 2550, 230, 'Wood Lake', 446522200, -955380600, 0),
(53048, 2550, 230, 'Woodbury', 449238600, -929593800, 0),
(53049, 2550, 230, 'Woodstock', 440086100, -961000000, 0),
(53050, 2550, 230, 'Worthington', 436199600, -955964000, 0),
(53051, 2550, 230, 'Wrenshall', 466205600, -923869400, 0),
(53052, 2550, 230, 'Wright', 466747200, -929854200, 0),
(53053, 2550, 230, 'Wykoff', 437134800, -922698600, 0),
(53054, 2550, 230, 'Wyoming', 453296400, -930747000, 0),
(53055, 2550, 230, 'Young America', 448143000, -939189000, 0),
(53056, 2550, 230, 'Zimmerman', 454433000, -935899600, 0),
(53057, 2550, 230, 'Zumbrota', 442920090, -926713030, 0),
(53058, 2551, 230, 'Abbeville', 345044400, -895008300, 0),
(53059, 2551, 230, 'Aberdeen', 338251100, -885436600, 0),
(53060, 2551, 230, 'Ackerman', 333360600, -891869400, 0),
(53061, 2551, 230, 'Alligator', 340886100, -907205600, 0),
(53062, 2551, 230, 'Amory', 339842800, -884881000, 0),
(53063, 2551, 230, 'Ashland', 348312610, -891724730, 0),
(53064, 2551, 230, 'Bailey', 324856170, -886963890, 0),
(53065, 2551, 230, 'Baldwyn', 345201000, -886725600, 0),
(53066, 2551, 230, 'Bassfield', 314972200, -897461100, 0),
(53067, 2551, 230, 'Batesville', 343174050, -899516460, 0),
(53068, 2551, 230, 'Bay Springs', 319434840, -891999670, 0),
(53069, 2551, 230, 'Bay St. Louis', 303088100, -893300500, 0),
(53070, 2551, 230, 'Beechwood', 323276500, -908267700, 0),
(53071, 2551, 230, 'Belden', 343102800, -887883300, 0),
(53072, 2551, 230, 'Belmont', 345098200, -882092100, 0),
(53073, 2551, 230, 'Belzoni', 331829600, -904862480, 0),
(53074, 2551, 230, 'Benoit', 336505600, -910086100, 0),
(53075, 2551, 230, 'Bentonia', 326438900, -903680600, 0),
(53076, 2551, 230, 'Biloxi', 303960300, -888853100, 0),
(53077, 2551, 230, 'Bogue Chitto', 328297200, -889200000, 0),
(53078, 2551, 230, 'Bolton', 323516700, -904600000, 0),
(53079, 2551, 230, 'Booneville', 346548520, -885608210, 0),
(53080, 2551, 230, 'Boyle', 337053320, -907267710, 0),
(53081, 2551, 230, 'Brandon', 322894220, -899684720, 0),
(53082, 2551, 230, 'Braxton', 320238900, -899705600, 0),
(53083, 2551, 230, 'Brookhaven', 315790600, -904406500, 0),
(53084, 2551, 230, 'Brooklyn', 310563900, -891861100, 0),
(53085, 2551, 230, 'Bruce', 339920600, -893489600, 0),
(53086, 2551, 230, 'Bude', 314626800, -908500200, 0),
(53087, 2551, 230, 'Byhalia', 348723200, -896906400, 0),
(53088, 2551, 230, 'Byram', 321793200, -902453700, 0),
(53089, 2551, 230, 'Caledonia', 336828900, -883244800, 0),
(53090, 2551, 230, 'Calhoun City', 338553900, -893114600, 0),
(53091, 2551, 230, 'Canton', 326392800, -900075000, 0),
(53092, 2551, 230, 'Carriere', 306169400, -896525000, 0),
(53093, 2551, 230, 'Carrollton', 335081800, -899203600, 0),
(53094, 2551, 230, 'Carson', 315588420, -897818720, 0),
(53095, 2551, 230, 'Carthage', 327326400, -895361800, 0),
(53096, 2551, 230, 'Cedarbluff', 335866700, -888322200, 0),
(53097, 2551, 230, 'Centreville', 310896200, -910684400, 0),
(53098, 2551, 230, 'Charleston', 340067800, -900567600, 0),
(53099, 2551, 230, 'Chatawa', 311688990, -904731370, 0),
(53100, 2551, 230, 'Chatham', 330886800, -910864900, 0),
(53101, 2551, 230, 'Clara', 315802780, -886963890, 0),
(53102, 2551, 230, 'Clarksdale', 342001100, -905709300, 0),
(53103, 2551, 230, 'Cleary', 321654300, -901806400, 0),
(53104, 2551, 230, 'Cleveland', 337440000, -907248200, 0),
(53105, 2551, 230, 'Clinton', 323390800, -903235540, 0),
(53106, 2551, 230, 'Coahoma', 343928960, -904892970, 0),
(53107, 2551, 230, 'Coldwater', 346917700, -899773100, 0),
(53108, 2551, 230, 'Collins', 316522800, -895573200, 0),
(53109, 2551, 230, 'Collinsville', 324979200, -888458800, 0),
(53110, 2551, 230, 'Columbia', 312561190, -898268370, 0),
(53111, 2551, 230, 'Columbus', 335376600, -884623800, 0),
(53112, 2551, 230, 'Corinth', 349376470, -885134890, 0),
(53113, 2551, 230, 'Courtland', 341724440, -901388340, 0),
(53114, 2551, 230, 'Crawford', 333418920, -885157210, 0),
(53115, 2551, 230, 'Crystal Springs', 319844100, -903572320, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(53116, 2551, 230, 'D Lo', 319866700, -899011100, 0),
(53117, 2551, 230, 'D''Iberville', 304422000, -888935000, 0),
(53118, 2551, 230, 'Daleville', 325482620, -886733590, 0),
(53119, 2551, 230, 'De Kalb', 327727130, -886615790, 0),
(53120, 2551, 230, 'Decatur', 324390300, -891083900, 0),
(53121, 2551, 230, 'Diamondhead', 303946400, -893639400, 0),
(53122, 2551, 230, 'Drew', 338095600, -905264800, 0),
(53123, 2551, 230, 'Duck Hill', 336319400, -897147200, 0),
(53124, 2551, 230, 'Duncan', 337805820, -907220210, 0),
(53125, 2551, 230, 'Dundee', 345343800, -903960000, 0),
(53126, 2551, 230, 'Eastabuchie', 314355600, -892833330, 0),
(53127, 2551, 230, 'Ecru', 343555600, -890275000, 0),
(53128, 2551, 230, 'Ellisville', 316040500, -891956100, 0),
(53129, 2551, 230, 'Ethel', 330815410, -895412740, 0),
(53130, 2551, 230, 'Eupora', 335406800, -892670100, 0),
(53131, 2551, 230, 'Farmington', 349300900, -884522700, 0),
(53132, 2551, 230, 'Fayette', 317115500, -910606600, 0),
(53133, 2551, 230, 'Flora', 325432000, -903092600, 0),
(53134, 2551, 230, 'Florence', 321534800, -901312000, 0),
(53135, 2551, 230, 'Flowood', 322898400, -901841100, 0),
(53136, 2551, 230, 'Forest', 323645900, -894742300, 0),
(53137, 2551, 230, 'Foxworth', 312383300, -898686100, 0),
(53138, 2551, 230, 'French Camp', 332938900, -894002800, 0),
(53139, 2551, 230, 'Fulton', 342739900, -884092100, 0),
(53140, 2551, 230, 'Gallman', 319318800, -903891000, 0),
(53141, 2551, 230, 'Gautier', 303857600, -886116900, 0),
(53142, 2551, 230, 'Georgetown', 318357170, -902190720, 0),
(53143, 2551, 230, 'Glen', 348451350, -884219580, 0),
(53144, 2551, 230, 'Gloster', 311969400, -910191700, 0),
(53145, 2551, 230, 'Golden', 344872200, -881875000, 0),
(53146, 2551, 230, 'Greenville', 332887800, -909907200, 0),
(53147, 2551, 230, 'Greenwood', 335162300, -901795300, 0),
(53148, 2551, 230, 'Grenada', 337798740, -898072320, 0),
(53149, 2551, 230, 'Gulf Hills', 304304800, -888422500, 0),
(53150, 2551, 230, 'Gulf Park Estates', 303918700, -887611400, 0),
(53151, 2551, 230, 'Gulfport', 303674200, -890928200, 0),
(53152, 2551, 230, 'Guntown', 344431600, -886597800, 0),
(53153, 2551, 230, 'Hamilton', 337402800, -884111100, 0),
(53154, 2551, 230, 'Harperville', 324940800, -894894000, 0),
(53155, 2551, 230, 'Hattiesburg', 312506400, -892764600, 0),
(53156, 2551, 230, 'Hazlehurst', 318604400, -903959300, 0),
(53157, 2551, 230, 'Helena', 304946400, -884958500, 0),
(53158, 2551, 230, 'Hernando', 348239900, -899937000, 0),
(53159, 2551, 230, 'Hickory Flat', 346180600, -891888900, 0),
(53160, 2551, 230, 'Holcomb', 337611100, -899758300, 0),
(53161, 2551, 230, 'Hollandale', 331690100, -908539900, 0),
(53162, 2551, 230, 'Holly Ridge', 334508330, -906550000, 0),
(53163, 2551, 230, 'Holly Springs', 347676000, -894486900, 0),
(53164, 2551, 230, 'Horn Lake', 349499320, -900395500, 0),
(53165, 2551, 230, 'Houlka', 339151190, -890008800, 0),
(53166, 2551, 230, 'Houston', 338978400, -889909800, 0),
(53167, 2551, 230, 'Hurley', 306610300, -884941800, 0),
(53168, 2551, 230, 'Indianola', 334509500, -906550900, 0),
(53169, 2551, 230, 'Itta Bena', 334960880, -903267920, 0),
(53170, 2551, 230, 'Iuka', 348117600, -881900400, 0),
(53171, 2551, 230, 'Jackson', 322987600, -901848100, 0),
(53172, 2551, 230, 'Jayess', 314094000, -901801200, 0),
(53173, 2551, 230, 'Kilmichael', 334422200, -895697200, 0),
(53174, 2551, 230, 'Kiln', 304165100, -894491560, 0),
(53175, 2551, 230, 'Kosciusko', 330576300, -895875800, 0),
(53176, 2551, 230, 'Lake', 323405620, -893544080, 0),
(53177, 2551, 230, 'Lakeshore', 302408550, -894336000, 0),
(53178, 2551, 230, 'Lambert', 342017800, -902834300, 0),
(53179, 2551, 230, 'Latimer', 305346400, -888667000, 0),
(53180, 2551, 230, 'Laurel', 317104800, -891023400, 0),
(53181, 2551, 230, 'Leakesville', 311557400, -885578000, 0),
(53182, 2551, 230, 'Leland', 334053900, -908976000, 0),
(53183, 2551, 230, 'Lena', 325894400, -895947200, 0),
(53184, 2551, 230, 'Lexington', 331131800, -900531400, 0),
(53185, 2551, 230, 'Liberty', 311582300, -908123200, 0),
(53186, 2551, 230, 'Little Rock', 325351800, -891822000, 0),
(53187, 2551, 230, 'Long Beach', 303504800, -891528200, 0),
(53188, 2551, 230, 'Lorman', 318197370, -911985080, 0),
(53189, 2551, 230, 'Louin', 320722200, -892577800, 0),
(53190, 2551, 230, 'Louise', 329789210, -905939140, 0),
(53191, 2551, 230, 'Louisville', 331253660, -890537220, 0),
(53192, 2551, 230, 'Lucedale', 307158160, -885273230, 0),
(53193, 2551, 230, 'Lumberton', 310012900, -894522900, 0),
(53194, 2551, 230, 'Lyman', 304947400, -891256100, 0),
(53195, 2551, 230, 'Maben', 335566700, -890836100, 0),
(53196, 2551, 230, 'Macon', 331054000, -885608800, 0),
(53197, 2551, 230, 'Madden', 327088520, -893763030, 0),
(53198, 2551, 230, 'Madison', 324618100, -901153600, 0),
(53199, 2551, 230, 'Magee', 318737700, -897336900, 0),
(53200, 2551, 230, 'Magnolia', 311432300, -904587100, 0),
(53201, 2551, 230, 'Mantachie', 343242700, -884911600, 0),
(53202, 2551, 230, 'Marion', 324173600, -886478200, 0),
(53203, 2551, 230, 'Marks', 342565000, -902720400, 0),
(53204, 2551, 230, 'Mathiston', 335366700, -891266700, 0),
(53205, 2551, 230, 'McComb', 311623800, -903844200, 0),
(53206, 2551, 230, 'McHenry', 306880900, -891792500, 0),
(53207, 2551, 230, 'Meadville', 314723900, -908967700, 0),
(53208, 2551, 230, 'Mendenhall', 319618200, -898700800, 0),
(53209, 2551, 230, 'Meridian', 323722340, -886988070, 0),
(53210, 2551, 230, 'Merigold', 338380600, -907269400, 0),
(53211, 2551, 230, 'Mississippi State', 334537470, -887900490, 0),
(53212, 2551, 230, 'Mize', 318500030, -895661480, 0),
(53213, 2551, 230, 'Money', 335201300, -901800000, 0),
(53214, 2551, 230, 'Monticello', 315537800, -901073100, 0),
(53215, 2551, 230, 'Mooreville', 342800060, -885938340, 0),
(53216, 2551, 230, 'Morgan City', 333803910, -903503080, 0),
(53217, 2551, 230, 'Morton', 323537600, -896545200, 0),
(53218, 2551, 230, 'Moss Point', 304115900, -885344600, 0),
(53219, 2551, 230, 'Mound Bayou', 338781700, -907273200, 0),
(53220, 2551, 230, 'Mount Olive', 317186860, -896800600, 0),
(53221, 2551, 230, 'Myrtle', 345580600, -891175000, 0),
(53222, 2551, 230, 'Natchez', 315604400, -914031700, 0),
(53223, 2551, 230, 'Nesbit', 348875400, -899931000, 0),
(53224, 2551, 230, 'New Albany', 344921400, -890129690, 0),
(53225, 2551, 230, 'New Augusta', 312024000, -890347700, 0),
(53226, 2551, 230, 'Newhebron', 317330600, -899819400, 0),
(53227, 2551, 230, 'Newton', 323212600, -891633900, 0),
(53228, 2551, 230, 'Nicholson', 304771400, -896936700, 0),
(53229, 2551, 230, 'Noxapater', 329922200, -890638900, 0),
(53230, 2551, 230, 'Oakland', 340558300, -899144400, 0),
(53231, 2551, 230, 'Ocean Springs', 306246700, -888478900, 0),
(53232, 2551, 230, 'Olive Branch', 349500070, -898626340, 0),
(53233, 2551, 230, 'Osyka', 310202400, -904639200, 0),
(53234, 2551, 230, 'Ovett', 314855600, -890327800, 0),
(53235, 2551, 230, 'Oxford', 343665000, -895192500, 0),
(53236, 2551, 230, 'Pachuta', 320411100, -888836100, 0),
(53237, 2551, 230, 'Panther Burn', 330661100, -908683300, 0),
(53238, 2551, 230, 'Pascagoula', 304896840, -885051520, 0),
(53239, 2551, 230, 'Pass Christian', 303157500, -892475400, 0),
(53240, 2551, 230, 'Pattison', 318514250, -908062920, 0),
(53241, 2551, 230, 'Pearl', 322745900, -901320300, 0),
(53242, 2551, 230, 'Pearlington', 302446840, -896058760, 0),
(53243, 2551, 230, 'Pelahatchie', 323129200, -897984100, 0),
(53244, 2551, 230, 'Perkinston', 307822200, -891380600, 0),
(53245, 2551, 230, 'Petal', 313465600, -892600600, 0),
(53246, 2551, 230, 'Philadelphia', 327739840, -891163170, 0),
(53247, 2551, 230, 'Picayune', 305836800, -896759400, 0),
(53248, 2551, 230, 'Pickens', 328837400, -899714700, 0),
(53249, 2551, 230, 'Piney Woods', 320625000, -899927780, 0),
(53250, 2551, 230, 'Pontotoc', 342256800, -889745400, 0),
(53251, 2551, 230, 'Poplarville', 308401900, -895342300, 0),
(53252, 2551, 230, 'Port Gibson', 319609900, -909839900, 0),
(53253, 2551, 230, 'Porterville', 326560320, -884891620, 0),
(53254, 2551, 230, 'Prentiss', 315985000, -898670200, 0),
(53255, 2551, 230, 'Preston', 328632200, -888356390, 0),
(53256, 2551, 230, 'Puckett', 321022040, -897866090, 0),
(53257, 2551, 230, 'Purvis', 311432400, -894097900, 0),
(53258, 2551, 230, 'Quitman', 320401500, -887281000, 0),
(53259, 2551, 230, 'Raleigh', 320334900, -895222900, 0),
(53260, 2551, 230, 'Rawls Springs', 313807300, -893714500, 0),
(53261, 2551, 230, 'Raymond', 322239600, -904430400, 0),
(53262, 2551, 230, 'Redwood', 324217130, -908184470, 0),
(53263, 2551, 230, 'Richland', 322390400, -901584200, 0),
(53264, 2551, 230, 'Richton', 313493400, -889400500, 0),
(53265, 2551, 230, 'Ridgeland', 324200380, -901244770, 0),
(53266, 2551, 230, 'Rienzi', 347647200, -885291700, 0),
(53267, 2551, 230, 'Ripley', 347395200, -889731000, 0),
(53268, 2551, 230, 'Robinsonville', 348177780, -903708330, 0),
(53269, 2551, 230, 'Rolling Fork', 328988280, -908813110, 0),
(53270, 2551, 230, 'Roxie', 315052800, -910672200, 0),
(53271, 2551, 230, 'Saint Martin', 304379800, -888680900, 0),
(53272, 2551, 230, 'Saltillo', 343748980, -886882310, 0),
(53273, 2551, 230, 'Sandersville', 317876240, -890361320, 0),
(53274, 2551, 230, 'Sandy Hook', 310461810, -898073070, 0),
(53275, 2551, 230, 'Sarah', 346025170, -901239540, 0),
(53276, 2551, 230, 'Sardis', 344370500, -899159200, 0),
(53277, 2551, 230, 'Saucier', 306357500, -891350400, 0),
(53278, 2551, 230, 'Sebastopol', 325726800, -893350200, 0),
(53279, 2551, 230, 'Seminary', 315622200, -894969400, 0),
(53280, 2551, 230, 'Senatobia', 346176000, -899687000, 0),
(53281, 2551, 230, 'Shannon', 341162200, -887117200, 0),
(53282, 2551, 230, 'Shaw', 336017800, -907737100, 0),
(53283, 2551, 230, 'Shelby', 339509400, -907678800, 0),
(53284, 2551, 230, 'Shubuta', 318608300, -887005600, 0),
(53285, 2551, 230, 'Shuqualak', 329802800, -885688900, 0),
(53286, 2551, 230, 'Sidon', 334585590, -902110390, 0),
(53287, 2551, 230, 'Silver Creek', 315771000, -900228000, 0),
(53288, 2551, 230, 'Sledge', 344313500, -902204800, 0),
(53289, 2551, 230, 'Smithville', 340686600, -883827600, 0),
(53290, 2551, 230, 'Southaven', 349889800, -900125900, 0),
(53291, 2551, 230, 'Starkville', 334345200, -888353400, 0),
(53292, 2551, 230, 'State Line', 314377800, -884761100, 0),
(53293, 2551, 230, 'Stennis Space Center', 303355790, -895060600, 0),
(53294, 2551, 230, 'Stoneville', 334094980, -909103030, 0),
(53295, 2551, 230, 'Stonewall', 321318100, -887933800, 0),
(53296, 2551, 230, 'Stringer', 318464730, -892608860, 0),
(53297, 2551, 230, 'Summit', 312837900, -904684300, 0),
(53298, 2551, 230, 'Sumner', 339874480, -903422380, 0),
(53299, 2551, 230, 'Sumrall', 314173900, -895422900, 0),
(53300, 2551, 230, 'Sunflower', 335520420, -905294110, 0),
(53301, 2551, 230, 'Taylorsville', 318296000, -894281200, 0),
(53302, 2551, 230, 'Terry', 320962600, -902942600, 0),
(53303, 2551, 230, 'Tie Plant', 337413890, -897900000, 0),
(53304, 2551, 230, 'Tillatoba', 339844400, -898969400, 0),
(53305, 2551, 230, 'Tishomingo', 346347200, -882300000, 0),
(53306, 2551, 230, 'Toomsuba', 324316200, -884661000, 0),
(53307, 2551, 230, 'Tougaloo', 323985000, -901538000, 0),
(53308, 2551, 230, 'Tunica', 346845500, -903828800, 0),
(53309, 2551, 230, 'Tupelo', 342867300, -886848300, 0),
(53310, 2551, 230, 'Tylertown', 311160100, -901420300, 0),
(53311, 2551, 230, 'Union', 325715300, -891214500, 0),
(53312, 2551, 230, 'University', 343659400, -895253600, 0),
(53313, 2551, 230, 'Vaiden', 333341240, -897422070, 0),
(53314, 2551, 230, 'Vancleave', 305700200, -887401600, 0),
(53315, 2551, 230, 'Vardaman', 338756700, -891772900, 0),
(53316, 2551, 230, 'Vaughan', 328138170, -900933270, 0),
(53317, 2551, 230, 'Verona', 341942700, -887197700, 0),
(53318, 2551, 230, 'Vicksburg', 323263220, -908614780, 0),
(53319, 2551, 230, 'Wade', 306424200, -885697400, 0),
(53320, 2551, 230, 'Walls', 349591000, -901181000, 0),
(53321, 2551, 230, 'Walnut', 349441200, -889032000, 0),
(53322, 2551, 230, 'Walnut Grove', 325904200, -894584000, 0),
(53323, 2551, 230, 'Washington', 315786110, -912991670, 0),
(53324, 2551, 230, 'Water Valley', 341543870, -896328750, 0),
(53325, 2551, 230, 'Waveland', 302868600, -893761600, 0),
(53326, 2551, 230, 'Waynesboro', 316775230, -886437190, 0),
(53327, 2551, 230, 'Wayside', 332688900, -910336100, 0),
(53328, 2551, 230, 'Webb', 339477420, -903469840, 0),
(53329, 2551, 230, 'Wesson', 317012000, -903952650, 0),
(53330, 2551, 230, 'West', 332034380, -897831810, 0),
(53331, 2551, 230, 'West Gulfport', 304040900, -890942000, 0),
(53332, 2551, 230, 'West Hattiesburg', 313190600, -893750600, 0),
(53333, 2551, 230, 'West Point', 336076200, -886503300, 0),
(53334, 2551, 230, 'Wheeler', 345355490, -886354910, 0),
(53335, 2551, 230, 'Wiggins', 308585080, -891365630, 0),
(53336, 2551, 230, 'Winona', 334844600, -897313380, 0),
(53337, 2551, 230, 'Woodville', 311046200, -912995600, 0),
(53338, 2551, 230, 'Yazoo City', 328551300, -904056500, 0),
(53339, 2552, 230, 'Adrian', 383975200, -943516200, 0),
(53340, 2552, 230, 'Advance', 371045000, -899106500, 0),
(53341, 2552, 230, 'Affton', 385506100, -903331700, 0),
(53342, 2552, 230, 'Albany', 402486100, -943310700, 0),
(53343, 2552, 230, 'Allendale', 404854800, -942883200, 0),
(53344, 2552, 230, 'Allenton', 384977810, -906754120, 0),
(53345, 2552, 230, 'Alma', 390958300, -935461100, 0),
(53346, 2552, 230, 'Alton', 366942300, -913993000, 0),
(53347, 2552, 230, 'Amazonia', 398883300, -948922200, 0),
(53348, 2552, 230, 'Amity', 398899140, -945201430, 0),
(53349, 2552, 230, 'Amoret', 382544400, -945875000, 0),
(53350, 2552, 230, 'Amsterdam', 383950730, -945611810, 0),
(53351, 2552, 230, 'Anderson', 366506300, -944435500, 0),
(53352, 2552, 230, 'Annapolis', 374267460, -906560850, 0),
(53353, 2552, 230, 'Appleton City', 381905800, -940293900, 0),
(53354, 2552, 230, 'Arbyrd', 360815560, -902040670, 0),
(53355, 2552, 230, 'Archie', 384816800, -943543900, 0),
(53356, 2552, 230, 'Arnold', 384328300, -903776200, 0),
(53357, 2552, 230, 'Ash Grove', 373153300, -935852000, 0),
(53358, 2552, 230, 'Ashland', 387744800, -922571300, 0),
(53359, 2552, 230, 'Augusta', 385971290, -908819760, 0),
(53360, 2552, 230, 'Aurora', 369708900, -937179800, 0),
(53361, 2552, 230, 'Auxvasse', 390157490, -918959080, 0),
(53362, 2552, 230, 'Ava', 369520000, -926604500, 0),
(53363, 2552, 230, 'Ballwin', 385985410, -905477460, 0),
(53364, 2552, 230, 'Baring', 402438900, -922066700, 0),
(53365, 2552, 230, 'Barnhart', 383442200, -903934500, 0),
(53366, 2552, 230, 'Bates City', 390030600, -940686100, 0),
(53367, 2552, 230, 'Battlefield', 371156100, -933701900, 0),
(53368, 2552, 230, 'Beaufort', 384208300, -911891700, 0),
(53369, 2552, 230, 'Belle', 382858800, -917204400, 0),
(53370, 2552, 230, 'Bellflower', 390001410, -913369870, 0),
(53371, 2552, 230, 'Belton', 388119500, -945319000, 0),
(53372, 2552, 230, 'Benton', 370978300, -895625800, 0),
(53373, 2552, 230, 'Berger', 386526600, -913192800, 0),
(53374, 2552, 230, 'Bernie', 366707590, -899694340, 0),
(53375, 2552, 230, 'Bethany', 402653460, -940337670, 0),
(53376, 2552, 230, 'Bevier', 397491700, -925638900, 0),
(53377, 2552, 230, 'Billings', 370675500, -935521400, 0),
(53378, 2552, 230, 'Bismarck', 377692200, -906248500, 0),
(53379, 2552, 230, 'Black Jack', 387933800, -902673300, 0),
(53380, 2552, 230, 'Blackwell', 380718340, -907091120, 0),
(53381, 2552, 230, 'Bloomfield', 368858900, -899292600, 0),
(53382, 2552, 230, 'Blue Eye', 365000000, -933966700, 0),
(53383, 2552, 230, 'Blue Springs', 390177000, -943106400, 0),
(53384, 2552, 230, 'Bogard', 394569400, -935244400, 0),
(53385, 2552, 230, 'Bolivar', 376144800, -934104700, 0),
(53386, 2552, 230, 'Bonne Terre', 379150790, -905903470, 0),
(53387, 2552, 230, 'Bonnots Mill', 385597200, -919264800, 0),
(53388, 2552, 230, 'Boonville', 389674880, -927429010, 0),
(53389, 2552, 230, 'Bourbon', 381547700, -912440300, 0),
(53390, 2552, 230, 'Bowling Green', 393406800, -911989800, 0),
(53391, 2552, 230, 'Branson', 366435860, -932311230, 0),
(53392, 2552, 230, 'Breckenridge', 397424340, -938145670, 0),
(53393, 2552, 230, 'Brentwood', 386175500, -903492800, 0),
(53394, 2552, 230, 'Bridgeton', 387607800, -904128600, 0),
(53395, 2552, 230, 'Brighton', 374577800, -933480600, 0),
(53396, 2552, 230, 'Brixey', 367506160, -924048840, 0),
(53397, 2552, 230, 'Brookfield', 397844700, -930735300, 0),
(53398, 2552, 230, 'Brookline', 371791700, -934172200, 0),
(53399, 2552, 230, 'Browning', 400071820, -931724840, 0),
(53400, 2552, 230, 'Bucklin', 397850040, -928873720, 0),
(53401, 2552, 230, 'Buckner', 391325100, -941985600, 0),
(53402, 2552, 230, 'Bucyrus', 373989050, -920383370, 0),
(53403, 2552, 230, 'Buffalo', 376439300, -930924100, 0),
(53404, 2552, 230, 'Burfordville', 373675000, -898069400, 0),
(53405, 2552, 230, 'Butler', 382543060, -943358410, 0),
(53406, 2552, 230, 'Butterfield', 367488900, -939033300, 0),
(53407, 2552, 230, 'Cabool', 371239400, -921012700, 0),
(53408, 2552, 230, 'Cadet', 379875000, -906883300, 0),
(53409, 2552, 230, 'Cainsville', 404388900, -937727800, 0),
(53410, 2552, 230, 'Cairo', 395119400, -924408300, 0),
(53411, 2552, 230, 'California', 386275300, -925665800, 0),
(53412, 2552, 230, 'Calverton Park', 387647700, -903137200, 0),
(53413, 2552, 230, 'Camden Point', 394533300, -947452800, 0),
(53414, 2552, 230, 'Camdenton', 380080900, -927446300, 0),
(53415, 2552, 230, 'Cameron', 397402800, -942410600, 0),
(53416, 2552, 230, 'Campbell', 364933900, -900750900, 0),
(53417, 2552, 230, 'Canton', 401250400, -916251600, 0),
(53418, 2552, 230, 'Cape Girardeau', 373168350, -895427160, 0),
(53419, 2552, 230, 'Cardwell', 360472200, -902925000, 0),
(53420, 2552, 230, 'Carl Junction', 371767200, -945655100, 0),
(53421, 2552, 230, 'Carrollton', 393583500, -934957700, 0),
(53422, 2552, 230, 'Carterville', 371492300, -944430000, 0),
(53423, 2552, 230, 'Carthage', 371674420, -943162700, 0),
(53424, 2552, 230, 'Caruthersville', 361839400, -896607660, 0),
(53425, 2552, 230, 'Cassville', 366770100, -938688100, 0),
(53426, 2552, 230, 'Castle Point', 387581100, -902481700, 0),
(53427, 2552, 230, 'Catawissa', 384247200, -907825000, 0),
(53428, 2552, 230, 'Caulfield', 366144400, -921050000, 0),
(53429, 2552, 230, 'Cedar Hill', 383533900, -906412400, 0),
(53430, 2552, 230, 'Cedarcreek', 365624500, -930183100, 0),
(53431, 2552, 230, 'Centerview', 387458300, -938455600, 0),
(53432, 2552, 230, 'Centerville', 374350500, -909584600, 0),
(53433, 2552, 230, 'Centralia', 392103200, -921379500, 0),
(53434, 2552, 230, 'Chaffee', 371800500, -896550900, 0),
(53435, 2552, 230, 'Charlack', 387025500, -903434500, 0),
(53436, 2552, 230, 'Charleston', 369208900, -893506300, 0),
(53437, 2552, 230, 'Chesterfield', 386343560, -906185610, 0),
(53438, 2552, 230, 'Chillicothe', 397952900, -935524400, 0),
(53439, 2552, 230, 'Clark', 392113050, -923889660, 0),
(53440, 2552, 230, 'Clarkson Valley', 386183900, -905892900, 0),
(53441, 2552, 230, 'Claycomo', 392025000, -944924500, 0),
(53442, 2552, 230, 'Clayton', 386425500, -903237300, 0),
(53443, 2552, 230, 'Clever', 370303300, -934729700, 0),
(53444, 2552, 230, 'Clinton', 383686300, -937782700, 0),
(53445, 2552, 230, 'Coffey', 401058300, -940061100, 0),
(53446, 2552, 230, 'Columbia', 389517100, -923340700, 0),
(53447, 2552, 230, 'Concord', 385245000, -903573400, 0),
(53448, 2552, 230, 'Concordia', 389833500, -935685500, 0),
(53449, 2552, 230, 'Conway', 375154410, -927486070, 0),
(53450, 2552, 230, 'Cottleville', 387461600, -906540100, 0),
(53451, 2552, 230, 'Cowgill', 395619400, -939261100, 0),
(53452, 2552, 230, 'Crane', 369053400, -935715800, 0),
(53453, 2552, 230, 'Crestwood', 385570000, -903817800, 0),
(53454, 2552, 230, 'Creve Coeur', 386608900, -904226200, 0),
(53455, 2552, 230, 'Crocker', 379489300, -922637800, 0),
(53456, 2552, 230, 'Crystal City', 382211700, -903790100, 0),
(53457, 2552, 230, 'Cuba', 380628200, -914034800, 0),
(53458, 2552, 230, 'Dardenne Prairie', 387570000, -907247000, 0),
(53459, 2552, 230, 'Davisville', 378077800, -911850000, 0),
(53460, 2552, 230, 'Dawn', 396642700, -935884080, 0),
(53461, 2552, 230, 'De Soto', 381395000, -905551300, 0),
(53462, 2552, 230, 'Deepwater', 382602800, -937752800, 0),
(53463, 2552, 230, 'Defiance', 386322200, -907783300, 0),
(53464, 2552, 230, 'Des Peres', 386008900, -904329000, 0),
(53465, 2552, 230, 'Desloge', 378708800, -905273500, 0),
(53466, 2552, 230, 'Devils Elbow', 378254890, -920629900, 0),
(53467, 2552, 230, 'Dexter', 367944160, -899607910, 0),
(53468, 2552, 230, 'Dittmer', 383355600, -906880600, 0),
(53469, 2552, 230, 'Dixon', 379917100, -920937800, 0),
(53470, 2552, 230, 'Doniphan', 366225000, -908328000, 0),
(53471, 2552, 230, 'Dora', 367769400, -922175000, 0),
(53472, 2552, 230, 'Drexel', 384805600, -946077800, 0),
(53473, 2552, 230, 'Dudley', 368183340, -901345670, 0),
(53474, 2552, 230, 'Duenweg', 370836000, -944133000, 0),
(53475, 2552, 230, 'Dunnegan', 377080600, -935769400, 0),
(53476, 2552, 230, 'Duquesne', 370767300, -944593900, 0),
(53477, 2552, 230, 'Eagle Rock', 365480600, -937544400, 0),
(53478, 2552, 230, 'Earth City', 387688900, -904680600, 0),
(53479, 2552, 230, 'East Independence', 390955600, -943552300, 0),
(53480, 2552, 230, 'East Prairie', 367797800, -893856300, 0),
(53481, 2552, 230, 'Easton', 397635220, -946592730, 0),
(53482, 2552, 230, 'Edgar Springs', 377008300, -918661100, 0),
(53483, 2552, 230, 'Edgerton', 395058910, -946327470, 0),
(53484, 2552, 230, 'Edina', 401675400, -921726800, 0),
(53485, 2552, 230, 'El Dorado Springs', 378769800, -940213300, 0),
(53486, 2552, 230, 'Eldon', 383483600, -925815800, 0),
(53487, 2552, 230, 'Eldridge', 378297200, -927491700, 0),
(53488, 2552, 230, 'Elkland', 374430600, -930311100, 0),
(53489, 2552, 230, 'Ellington', 372235280, -909719470, 0),
(53490, 2552, 230, 'Ellisville', 385925500, -905870700, 0),
(53491, 2552, 230, 'Ellsinore', 369344400, -907463900, 0),
(53492, 2552, 230, 'Elsberry', 391601000, -908163000, 0),
(53493, 2552, 230, 'Eminence', 371506000, -913576400, 0),
(53494, 2552, 230, 'Eolia', 392526920, -910062580, 0),
(53495, 2552, 230, 'Eureka', 385025500, -906279000, 0),
(53496, 2552, 230, 'Ewing', 400075030, -917137600, 0),
(53497, 2552, 230, 'Excelsior Springs', 393391700, -942260600, 0),
(53498, 2552, 230, 'Exeter', 366708300, -939397200, 0),
(53499, 2552, 230, 'Fair Play', 376330000, -935750000, 0),
(53500, 2552, 230, 'Fairdealing', 366627800, -906166670, 0),
(53501, 2552, 230, 'Fairview', 368187530, -940839560, 0),
(53502, 2552, 230, 'Farber', 392747200, -915752800, 0),
(53503, 2552, 230, 'Farmington', 377825310, -904215190, 0),
(53504, 2552, 230, 'Fayette', 391458700, -926837900, 0),
(53505, 2552, 230, 'Fenton', 384988000, -904592000, 0),
(53506, 2552, 230, 'Ferguson', 387442200, -903053900, 0),
(53507, 2552, 230, 'Festus', 382206100, -903959500, 0),
(53508, 2552, 230, 'Fisk', 367822200, -902061100, 0),
(53509, 2552, 230, 'Fletcher', 381429000, -907536000, 0),
(53510, 2552, 230, 'Flinthill', 388541500, -908655000, 0),
(53511, 2552, 230, 'Florissant', 387892200, -903226100, 0),
(53512, 2552, 230, 'Foley', 390452800, -907425000, 0),
(53513, 2552, 230, 'Fordland', 371572200, -929405600, 0),
(53514, 2552, 230, 'Foristell', 388175000, -909566700, 0),
(53515, 2552, 230, 'Forsyth', 366850600, -931199000, 0),
(53516, 2552, 230, 'Fort Leonard Wood', 377057300, -921571700, 0),
(53517, 2552, 230, 'Four Seasons', 381980900, -927110200, 0),
(53518, 2552, 230, 'Fredericktown', 375597800, -902940100, 0),
(53519, 2552, 230, 'French Village', 377613920, -904310750, 0),
(53520, 2552, 230, 'Friedheim', 375700000, -898200000, 0),
(53521, 2552, 230, 'Frontenac', 386356100, -904151200, 0),
(53522, 2552, 230, 'Fulton', 388467100, -919479600, 0),
(53523, 2552, 230, 'Gainesville', 365749270, -924151440, 0),
(53524, 2552, 230, 'Galena', 368053400, -934665800, 0),
(53525, 2552, 230, 'Gallatin', 399144500, -939621700, 0),
(53526, 2552, 230, 'Garden City', 385611200, -941913300, 0),
(53527, 2552, 230, 'Gasconade', 386727780, -916361110, 0),
(53528, 2552, 230, 'Gerald', 383997700, -913307100, 0),
(53529, 2552, 230, 'Gideon', 364520100, -899192600, 0),
(53530, 2552, 230, 'Gilman City', 401470800, -938461200, 0),
(53531, 2552, 230, 'Gladstone', 392038900, -945546800, 0),
(53532, 2552, 230, 'Glasgow', 392277340, -928412070, 0),
(53533, 2552, 230, 'Glenallen', 373169400, -900283300, 0),
(53534, 2552, 230, 'Glencoe', 385444400, -906236100, 0),
(53535, 2552, 230, 'Glendale', 385958900, -903770600, 0),
(53536, 2552, 230, 'Golden', 365241700, -936538900, 0),
(53537, 2552, 230, 'Golden City', 373933300, -940933300, 0),
(53538, 2552, 230, 'Goodman', 367417400, -943991100, 0),
(53539, 2552, 230, 'Gorin', 403594400, -920233300, 0),
(53540, 2552, 230, 'Gower', 396108300, -945994000, 0),
(53541, 2552, 230, 'Grain Valley', 390087740, -942124870, 0),
(53542, 2552, 230, 'Granby', 369176400, -942646590, 0),
(53543, 2552, 230, 'Grandview', 388858400, -945330100, 0),
(53544, 2552, 230, 'Gravois Mills', 382019200, -928371900, 0),
(53545, 2552, 230, 'Gray Summit', 384897800, -908168000, 0),
(53546, 2552, 230, 'Green City', 402641160, -929517560, 0),
(53547, 2552, 230, 'Green Park', 385236600, -903384500, 0),
(53548, 2552, 230, 'Greentop', 403483300, -925672200, 0),
(53549, 2552, 230, 'Greenwood', 388516800, -943438400, 0),
(53550, 2552, 230, 'Grover', 385761100, -906372200, 0),
(53551, 2552, 230, 'Grovespring', 373997200, -926097200, 0),
(53552, 2552, 230, 'Half Way', 376166670, -932444400, 0),
(53553, 2552, 230, 'Hallsville', 391169900, -922207400, 0),
(53554, 2552, 230, 'Halltown', 371928710, -936282170, 0),
(53555, 2552, 230, 'Hamilton', 397436200, -939982700, 0),
(53556, 2552, 230, 'Hanley Hills', 386858800, -903237300, 0),
(53557, 2552, 230, 'Hannibal', 397083800, -913584800, 0),
(53558, 2552, 230, 'Harris', 403098150, -933463610, 0),
(53559, 2552, 230, 'Harrisburg', 391422200, -924611100, 0),
(53560, 2552, 230, 'Harrisonville', 386533400, -943488400, 0),
(53561, 2552, 230, 'Hartville', 372508800, -925104400, 0),
(53562, 2552, 230, 'Harviell', 366836530, -905744930, 0),
(53563, 2552, 230, 'Hawk Point', 389732400, -911380700, 0),
(53564, 2552, 230, 'Hayti', 362339520, -897511800, 0),
(53565, 2552, 230, 'Hazelwood', 387774480, -903735360, 0),
(53566, 2552, 230, 'Herculaneum', 382627790, -903853740, 0),
(53567, 2552, 230, 'Hermann', 387042100, -914373800, 0),
(53568, 2552, 230, 'Hermitage', 379414200, -933163100, 0),
(53569, 2552, 230, 'Higbee', 393063900, -925138900, 0),
(53570, 2552, 230, 'Higginsville', 390725100, -937171600, 0),
(53571, 2552, 230, 'High Ridge', 384589400, -905365100, 0),
(53572, 2552, 230, 'Highlandville', 369427800, -932863900, 0),
(53573, 2552, 230, 'Hillsboro', 382322800, -905629000, 0),
(53574, 2552, 230, 'Hillsdale', 386833800, -902840000, 0),
(53575, 2552, 230, 'Holden', 387163090, -939883970, 0),
(53576, 2552, 230, 'Holland', 360558000, -898708200, 0),
(53577, 2552, 230, 'Hollister', 366211700, -932154600, 0),
(53578, 2552, 230, 'Holt', 394285490, -943765450, 0),
(53579, 2552, 230, 'Holts Summit', 386403200, -921224100, 0),
(53580, 2552, 230, 'House Springs', 384088900, -905700000, 0),
(53581, 2552, 230, 'Houston', 373261600, -919559900, 0),
(53582, 2552, 230, 'Humansville', 377944800, -935779800, 0),
(53583, 2552, 230, 'Huntsville', 394405900, -925451800, 0),
(53584, 2552, 230, 'Hurdland', 401477450, -923023170, 0),
(53585, 2552, 230, 'Iberia', 380883300, -922936100, 0),
(53586, 2552, 230, 'Imperial', 383697800, -903784500, 0),
(53587, 2552, 230, 'Independence', 390520970, -944015700, 0),
(53588, 2552, 230, 'Ironton', 375972700, -906273400, 0),
(53589, 2552, 230, 'Jackson', 373819540, -896611890, 0),
(53590, 2552, 230, 'Jacksonville', 395790580, -924190570, 0),
(53591, 2552, 230, 'Jamestown', 387658300, -924780600, 0),
(53592, 2552, 230, 'Jefferson City', 385554000, -922805400, 0),
(53593, 2552, 230, 'Joplin', 370842300, -945132800, 0),
(53594, 2552, 230, 'Kahoka', 404203200, -917196100, 0),
(53595, 2552, 230, 'Kaiser', 381336100, -925900000, 0),
(53596, 2552, 230, 'Kansas City', 390997300, -945785700, 0),
(53597, 2552, 230, 'Kearney', 393677800, -943621700, 0),
(53598, 2552, 230, 'Kelso', 371905200, -895494000, 0),
(53599, 2552, 230, 'Kennett', 362361800, -900556500, 0),
(53600, 2552, 230, 'Kidder', 397819400, -941025000, 0),
(53601, 2552, 230, 'Kimberling City', 366416680, -934237530, 0),
(53602, 2552, 230, 'Kimmswick', 383652780, -903627780, 0),
(53603, 2552, 230, 'King City', 400513800, -945241200, 0),
(53604, 2552, 230, 'Kingdom City', 389494400, -919369400, 0),
(53605, 2552, 230, 'Kingsville', 387427800, -940688900, 0),
(53606, 2552, 230, 'Kirbyville', 366230600, -931641700, 0),
(53607, 2552, 230, 'Kirksville', 401947500, -925832500, 0),
(53608, 2552, 230, 'Kirkwood', 385833900, -904067800, 0),
(53609, 2552, 230, 'Knob Noster', 387666800, -935585500, 0),
(53610, 2552, 230, 'La Belle', 401034090, -919107710, 0),
(53611, 2552, 230, 'La Grange', 400422200, -915005600, 0),
(53612, 2552, 230, 'La Monte', 387741800, -934252100, 0),
(53613, 2552, 230, 'La Plata', 400233700, -924915800, 0),
(53614, 2552, 230, 'La Russell', 371408300, -940611100, 0),
(53615, 2552, 230, 'Labadie', 385288900, -908500000, 0),
(53616, 2552, 230, 'Ladue', 386497700, -903806700, 0),
(53617, 2552, 230, 'Lake Lotawana', 389230600, -942441100, 0),
(53618, 2552, 230, 'Lake Ozark', 381986400, -926388000, 0),
(53619, 2552, 230, 'Lake Saint Louis', 387975500, -907856800, 0),
(53620, 2552, 230, 'Lake Winnebago', 388314000, -943585600, 0),
(53621, 2552, 230, 'Lamar', 374942090, -942708390, 0),
(53622, 2552, 230, 'Lancaster', 405208600, -925279700, 0),
(53623, 2552, 230, 'Lathrop', 395483400, -943299500, 0),
(53624, 2552, 230, 'Laurie', 381991200, -928333200, 0),
(53625, 2552, 230, 'Lawson', 394383400, -942041100, 0),
(53626, 2552, 230, 'Leasburg', 380927800, -912969400, 0),
(53627, 2552, 230, 'Lebanon', 376806000, -926637900, 0),
(53628, 2552, 230, 'Lees Summit', 389839330, -943628690, 0),
(53629, 2552, 230, 'Lemay', 385333900, -902792800, 0),
(53630, 2552, 230, 'Lexington', 391487000, -938443000, 0),
(53631, 2552, 230, 'Liberal', 375588900, -945205600, 0),
(53632, 2552, 230, 'Liberty', 392461100, -944191200, 0),
(53633, 2552, 230, 'Licking', 374994900, -918571000, 0),
(53634, 2552, 230, 'Liguori', 383383200, -903988200, 0),
(53635, 2552, 230, 'Lincoln', 383908600, -933346500, 0),
(53636, 2552, 230, 'Linn', 384808980, -918451010, 0),
(53637, 2552, 230, 'Lockwood', 373863900, -939541700, 0),
(53638, 2552, 230, 'Lohman', 385434470, -923346740, 0),
(53639, 2552, 230, 'Lone Jack', 388708400, -941738300, 0),
(53640, 2552, 230, 'Lonedell', 383080600, -908275000, 0),
(53641, 2552, 230, 'Loose Creek', 384645890, -919549200, 0),
(53642, 2552, 230, 'Lowry City', 381394660, -937268020, 0),
(53643, 2552, 230, 'Ludlow', 396555080, -937038310, 0),
(53644, 2552, 230, 'Luray', 405096630, -918897470, 0),
(53645, 2552, 230, 'Macks Creek', 379661100, -929722200, 0),
(53646, 2552, 230, 'Macon', 397422600, -924726900, 0),
(53647, 2552, 230, 'Madison', 394732840, -922129530, 0),
(53648, 2552, 230, 'Maitland', 402013900, -950755600, 0),
(53649, 2552, 230, 'Malden', 365570000, -899664800, 0),
(53650, 2552, 230, 'Manchester', 385970000, -905092900, 0),
(53651, 2552, 230, 'Mansfield', 371067200, -925807200, 0),
(53652, 2552, 230, 'Mapaville', 382488890, -904836110, 0),
(53653, 2552, 230, 'Maplewood', 386125500, -903245600, 0),
(53654, 2552, 230, 'Marble Hill', 373034400, -899719800, 0),
(53655, 2552, 230, 'Marceline', 397165100, -929465740, 0),
(53656, 2552, 230, 'Marionville', 370031100, -936374200, 0),
(53657, 2552, 230, 'Marlborough', 385703300, -903370600, 0),
(53658, 2552, 230, 'Marshall', 391230800, -931968700, 0),
(53659, 2552, 230, 'Marshfield', 373386600, -929071200, 0),
(53660, 2552, 230, 'Marthasville', 386283800, -910576400, 0),
(53661, 2552, 230, 'Maryland Heights', 387230520, -904425820, 0),
(53662, 2552, 230, 'Maryville', 403461000, -948724700, 0),
(53663, 2552, 230, 'Matthews', 367583750, -895882450, 0),
(53664, 2552, 230, 'Maywood', 399398030, -916037030, 0),
(53665, 2552, 230, 'Meadville', 397866700, -933027800, 0),
(53666, 2552, 230, 'Mehlville', 385083900, -903228900, 0),
(53667, 2552, 230, 'Memphis', 404599000, -921702340, 0),
(53668, 2552, 230, 'Mercer', 405260640, -934971120, 0),
(53669, 2552, 230, 'Merriam Woods', 367139500, -931618500, 0),
(53670, 2552, 230, 'Meta', 382678800, -921309700, 0),
(53671, 2552, 230, 'Mexico', 391697600, -918829500, 0),
(53672, 2552, 230, 'Middle Brook', 376943580, -906840650, 0),
(53673, 2552, 230, 'Milan', 402022400, -931252100, 0),
(53674, 2552, 230, 'Miller', 372158300, -938413900, 0),
(53675, 2552, 230, 'Mineral Point', 379161000, -907102800, 0),
(53676, 2552, 230, 'Missouri City', 392380600, -943011100, 0),
(53677, 2552, 230, 'Moberly', 394183700, -924382400, 0),
(53678, 2552, 230, 'Mokane', 387055930, -918840030, 0),
(53679, 2552, 230, 'Monett', 369182720, -939283350, 0),
(53680, 2552, 230, 'Monroe City', 396536500, -917346100, 0),
(53681, 2552, 230, 'Montgomery City', 389775400, -915048800, 0),
(53682, 2552, 230, 'Moscow Mills', 389478300, -909181900, 0),
(53683, 2552, 230, 'Mount Vernon', 371036700, -938185400, 0),
(53684, 2552, 230, 'Mountain Grove', 371306100, -922634900, 0),
(53685, 2552, 230, 'Mountain View', 369953300, -917037600, 0),
(53686, 2552, 230, 'Murphy', 384903300, -904870700, 0),
(53687, 2552, 230, 'Myrtle', 365086100, -912669400, 0),
(53688, 2552, 230, 'Naylor', 365741700, -906044400, 0),
(53689, 2552, 230, 'Neelyville', 365577800, -905097200, 0),
(53690, 2552, 230, 'Neosho', 368689600, -943680000, 0),
(53691, 2552, 230, 'Nevada', 378390390, -943595730, 0),
(53692, 2552, 230, 'New Bloomfield', 387194400, -920897200, 0),
(53693, 2552, 230, 'New Boston', 399519400, -928597200, 0),
(53694, 2552, 230, 'New Florence', 389111100, -914488900, 0),
(53695, 2552, 230, 'New Franklin', 390172500, -927374100, 0),
(53696, 2552, 230, 'New Haven', 386083800, -912190400, 0),
(53697, 2552, 230, 'New London', 395853200, -914009800, 0),
(53698, 2552, 230, 'New Madrid', 365864500, -895278500, 0),
(53699, 2552, 230, 'Newburg', 379175000, -919011100, 0),
(53700, 2552, 230, 'Nixa', 370488490, -932933460, 0),
(53701, 2552, 230, 'Noel', 365456300, -944852200, 0),
(53702, 2552, 230, 'North Kansas City', 391300000, -945621800, 0),
(53703, 2552, 230, 'Norwood', 371097200, -924166670, 0),
(53704, 2552, 230, 'Novinger', 402947050, -927493290, 0),
(53705, 2552, 230, 'O''Fallon', 388350600, -907423200, 0),
(53706, 2552, 230, 'Oak Grove', 390050100, -941293900, 0),
(53707, 2552, 230, 'Oakville', 384700500, -903045600, 0),
(53708, 2552, 230, 'Odessa', 389991700, -939535600, 0),
(53709, 2552, 230, 'Old Monroe', 389432410, -907659190, 0),
(53710, 2552, 230, 'Olivette', 386653300, -903759500, 0),
(53711, 2552, 230, 'Oregon', 399869400, -951449800, 0),
(53712, 2552, 230, 'Oronogo', 371883900, -944702300, 0),
(53713, 2552, 230, 'Osage Beach', 381350400, -926691100, 0),
(53714, 2552, 230, 'Osborn', 397488900, -943563900, 0),
(53715, 2552, 230, 'Osceola', 380467000, -937043800, 0),
(53716, 2552, 230, 'Otterville', 387040970, -930020480, 0),
(53717, 2552, 230, 'Overland', 387011600, -903623400, 0),
(53718, 2552, 230, 'Owensville', 383456000, -915015500, 0),
(53719, 2552, 230, 'Ozark', 370208900, -932060200, 0),
(53720, 2552, 230, 'Pacific', 384940290, -907645150, 0),
(53721, 2552, 230, 'Palmyra', 397942100, -915232100, 0),
(53722, 2552, 230, 'Park Hills', 378542200, -905181800, 0),
(53723, 2552, 230, 'Parkville', 391950000, -946821800, 0),
(53724, 2552, 230, 'Parma', 366125290, -898167250, 0),
(53725, 2552, 230, 'Peace Valley', 368386650, -917633790, 0),
(53726, 2552, 230, 'Peculiar', 387237850, -944567190, 0),
(53727, 2552, 230, 'Perkins', 370947000, -897751800, 0),
(53728, 2552, 230, 'Perryville', 377194800, -898101600, 0),
(53729, 2552, 230, 'Pevely', 382833900, -903951200, 0),
(53730, 2552, 230, 'Pickering', 404505600, -948419400, 0),
(53731, 2552, 230, 'Piedmont', 371544900, -906956700, 0),
(53732, 2552, 230, 'Pierce City', 369459000, -940002100, 0),
(53733, 2552, 230, 'Pilot Grove', 388719400, -929133300, 0),
(53734, 2552, 230, 'Pilot Knob', 376230870, -906399860, 0),
(53735, 2552, 230, 'Pine Lawn', 386958800, -902751100, 0),
(53736, 2552, 230, 'Pineville', 365885400, -943699800, 0),
(53737, 2552, 230, 'Pittsburg', 378422160, -933303270, 0),
(53738, 2552, 230, 'Plato', 374908800, -921828000, 0),
(53739, 2552, 230, 'Platte City', 393702800, -947824600, 0),
(53740, 2552, 230, 'Plattsburg', 395655500, -944480100, 0),
(53741, 2552, 230, 'Pleasant Hill', 387875100, -942693900, 0),
(53742, 2552, 230, 'Pleasant Hope', 374627800, -932736100, 0),
(53743, 2552, 230, 'Pleasant Valley', 392163900, -944841200, 0),
(53744, 2552, 230, 'Plevna', 399952970, -921186670, 0),
(53745, 2552, 230, 'Pomona', 368672200, -919144400, 0),
(53746, 2552, 230, 'Poplar Bluff', 367570000, -903928900, 0),
(53747, 2552, 230, 'Portageville', 364253400, -896995300, 0),
(53748, 2552, 230, 'Potosi', 379364400, -907879100, 0),
(53749, 2552, 230, 'Pottersville', 367014750, -920473710, 0),
(53750, 2552, 230, 'Princeton', 403988450, -935857330, 0),
(53751, 2552, 230, 'Protem', 365288900, -928588900, 0),
(53752, 2552, 230, 'Purcell', 372421800, -944350200, 0),
(53753, 2552, 230, 'Purdy', 368172900, -939207600, 0),
(53754, 2552, 230, 'Puxico', 369505600, -901586100, 0),
(53755, 2552, 230, 'Quincy', 380076770, -934670980, 0),
(53756, 2552, 230, 'Qulin', 365685790, -902695410, 0),
(53757, 2552, 230, 'Racine', 368961000, -945271800, 0),
(53758, 2552, 230, 'Ravenwood', 403525000, -946713900, 0),
(53759, 2552, 230, 'Raymondville', 373380600, -918380600, 0),
(53760, 2552, 230, 'Raymore', 388019500, -944527300, 0),
(53761, 2552, 230, 'Raytown', 390086200, -944635600, 0),
(53762, 2552, 230, 'Rayville', 393986000, -940386000, 0),
(53763, 2552, 230, 'Reeds', 371169400, -941675000, 0),
(53764, 2552, 230, 'Reeds Spring', 367455600, -933827800, 0),
(53765, 2552, 230, 'Republic', 371200500, -934801900, 0),
(53766, 2552, 230, 'Rich Hill', 380964200, -943610600, 0),
(53767, 2552, 230, 'Richards', 379097200, -945569400, 0),
(53768, 2552, 230, 'Richland', 378591900, -923986380, 0),
(53769, 2552, 230, 'Richmond', 392786200, -939768900, 0),
(53770, 2552, 230, 'Richmond Heights', 386286600, -903195600, 0),
(53771, 2552, 230, 'Richwoods', 381517600, -908326300, 0),
(53772, 2552, 230, 'Ridgeway', 404190750, -939853700, 0),
(53773, 2552, 230, 'Riverside', 391775000, -946130100, 0),
(53774, 2552, 230, 'Roach', 379938900, -928363900, 0),
(53775, 2552, 230, 'Rocheport', 390001030, -925165320, 0),
(53776, 2552, 230, 'Rock Port', 404115600, -955167590, 0),
(53777, 2552, 230, 'Rockaway Beach', 367008300, -931611100, 0),
(53778, 2552, 230, 'Rogersville', 371170000, -930557300, 0),
(53779, 2552, 230, 'Rolla', 379421000, -917716700, 0),
(53780, 2552, 230, 'Rosebud', 383866700, -914019400, 0),
(53781, 2552, 230, 'Rushville', 395875220, -950180420, 0),
(53782, 2552, 230, 'Russellville', 384851400, -924039600, 0),
(53783, 2552, 230, 'Rutledge', 403469000, -921080470, 0),
(53784, 2552, 230, 'Saginaw', 370237800, -944680200, 0),
(53785, 2552, 230, 'Saint Albans', 385805000, -907722000, 0),
(53786, 2552, 230, 'Saint Ann', 387272700, -903831700, 0),
(53787, 2552, 230, 'Saint Charles', 387839400, -904812300, 0),
(53788, 2552, 230, 'Saint Clair', 383453300, -909809700, 0),
(53789, 2552, 230, 'Saint George', 385367200, -903148400, 0),
(53790, 2552, 230, 'Saint James', 379972600, -916143200, 0),
(53791, 2552, 230, 'Saint Joseph', 397686100, -948466300, 0),
(53792, 2552, 230, 'Saint Louis', 386554800, -904523400, 0),
(53793, 2552, 230, 'Saint Mary', 378761100, -899488900, 0),
(53794, 2552, 230, 'Saint Paul', 388614400, -907417900, 0),
(53795, 2552, 230, 'Saint Peters', 388003300, -906265100, 0),
(53796, 2552, 230, 'Saint Robert', 378286110, -922005560, 0),
(53797, 2552, 230, 'Sainte Genevieve', 379773470, -900490540, 0),
(53798, 2552, 230, 'Salem', 376456000, -915359800, 0),
(53799, 2552, 230, 'Salisbury', 394239200, -928015800, 0),
(53800, 2552, 230, 'Sappington', 385370000, -903798400, 0),
(53801, 2552, 230, 'Savannah', 399390460, -948295050, 0),
(53802, 2552, 230, 'Scott City', 372167200, -895245300, 0),
(53803, 2552, 230, 'Sedalia', 387044600, -932282600, 0),
(53804, 2552, 230, 'Seligman', 365227800, -939383300, 0),
(53805, 2552, 230, 'Senath', 361341920, -901605420, 0),
(53806, 2552, 230, 'Seneca', 368399300, -946077640, 0),
(53807, 2552, 230, 'Seymour', 371464400, -927687800, 0),
(53808, 2552, 230, 'Shelbina', 396939300, -920429500, 0),
(53809, 2552, 230, 'Sheldon', 376586100, -942958300, 0),
(53810, 2552, 230, 'Shell Knob', 366322900, -936343600, 0),
(53811, 2552, 230, 'Shrewsbury', 385903300, -903367800, 0),
(53812, 2552, 230, 'Sibley', 391601630, -941877620, 0),
(53813, 2552, 230, 'Sikeston', 368876830, -895775830, 0),
(53814, 2552, 230, 'Silex', 391230600, -910575000, 0),
(53815, 2552, 230, 'Smithton', 386807230, -930939550, 0),
(53816, 2552, 230, 'Smithville', 393981600, -945397800, 0),
(53817, 2552, 230, 'South West City', 365123690, -946117630, 0),
(53818, 2552, 230, 'Spanish Lake', 387878300, -902159400, 0),
(53819, 2552, 230, 'Sparta', 369646800, -931272000, 0),
(53820, 2552, 230, 'Springfield', 372124780, -933046600, 0),
(53821, 2552, 230, 'Stanberry', 402177700, -945382900, 0),
(53822, 2552, 230, 'Stanton', 382744400, -911058300, 0),
(53823, 2552, 230, 'Steele', 360839600, -898292500, 0),
(53824, 2552, 230, 'Steelville', 379694070, -913558310, 0),
(53825, 2552, 230, 'Stella', 367627800, -941897200, 0),
(53826, 2552, 230, 'Stewartsville', 397539000, -945027000, 0),
(53827, 2552, 230, 'Stockton', 376989300, -937960400, 0),
(53828, 2552, 230, 'Stoutland', 378150000, -925136100, 0),
(53829, 2552, 230, 'Stover', 384408600, -929918700, 0),
(53830, 2552, 230, 'Strafford', 372683800, -931171300, 0),
(53831, 2552, 230, 'Success', 374436100, -920877800, 0),
(53832, 2552, 230, 'Sugar Creek', 391097300, -944446700, 0),
(53833, 2552, 230, 'Sullivan', 382081000, -911604200, 0),
(53834, 2552, 230, 'Summersville', 371780600, -916586100, 0),
(53835, 2552, 230, 'Sunrise Beach', 381646930, -926897910, 0),
(53836, 2552, 230, 'Sunset Hills', 385389400, -904073400, 0),
(53837, 2552, 230, 'Sweet Springs', 389636300, -934149300, 0),
(53838, 2552, 230, 'Syracuse', 386149280, -928915950, 0),
(53839, 2552, 230, 'Taneyville', 367397200, -930347200, 0),
(53840, 2552, 230, 'Tarkio', 404402800, -953777600, 0),
(53841, 2552, 230, 'Tebbetts', 386386100, -919847200, 0),
(53842, 2552, 230, 'Thayer', 365245100, -915382000, 0),
(53843, 2552, 230, 'Thornfield', 367117800, -926586000, 0),
(53844, 2552, 230, 'Tipton', 386541420, -927789140, 0),
(53845, 2552, 230, 'Town and Country', 386122800, -904634500, 0),
(53846, 2552, 230, 'Trenton', 400789000, -936166100, 0),
(53847, 2552, 230, 'Trimble', 394733300, -945641700, 0),
(53848, 2552, 230, 'Troy', 389794900, -909807000, 0),
(53849, 2552, 230, 'Turners', 371814000, -931566000, 0),
(53850, 2552, 230, 'Turney', 396275550, -942854000, 0),
(53851, 2552, 230, 'Tuscumbia', 382330900, -924585200, 0),
(53852, 2552, 230, 'Union', 384500500, -910084800, 0),
(53853, 2552, 230, 'University City', 386558800, -903092800, 0),
(53854, 2552, 230, 'Urbana', 378438900, -931663900, 0),
(53855, 2552, 230, 'Valley Park', 385492200, -904926200, 0),
(53856, 2552, 230, 'Van Buren', 369956100, -910145700, 0),
(53857, 2552, 230, 'Vandalia', 393073330, -914894790, 0),
(53858, 2552, 230, 'Verona', 369630600, -937955600, 0),
(53859, 2552, 230, 'Versailles', 384314100, -928410300, 0),
(53860, 2552, 230, 'Viburnum', 377179200, -911292000, 0),
(53861, 2552, 230, 'Vienna', 381867100, -919471100, 0),
(53862, 2552, 230, 'Villa Ridge', 384725500, -908868000, 0),
(53863, 2552, 230, 'Waldron', 392221800, -947929800, 0),
(53864, 2552, 230, 'Wappapello', 369355600, -902708300, 0),
(53865, 2552, 230, 'Wardell', 363519400, -898144400, 0),
(53866, 2552, 230, 'Wardsville', 384889200, -921743500, 0),
(53867, 2552, 230, 'Warrensburg', 387627900, -937360500, 0),
(53868, 2552, 230, 'Warrenton', 387712200, -912243600, 0),
(53869, 2552, 230, 'Warsaw', 382430800, -933818700, 0),
(53870, 2552, 230, 'Warson Woods', 386072700, -903834500, 0),
(53871, 2552, 230, 'Washburn', 366775040, -938827290, 0),
(53872, 2552, 230, 'Washington', 385581100, -910120900, 0),
(53873, 2552, 230, 'Waverly', 392067680, -935202750, 0),
(53874, 2552, 230, 'Wayland', 403959000, -915816420, 0),
(53875, 2552, 230, 'Waynesville', 378286500, -922007200, 0),
(53876, 2552, 230, 'Weatherby', 398913810, -942618430, 0),
(53877, 2552, 230, 'Weatherby Lake', 392377800, -946960700, 0),
(53878, 2552, 230, 'Weaubleau', 378917400, -935401690, 0),
(53879, 2552, 230, 'Webb City', 371464500, -944630000, 0),
(53880, 2552, 230, 'Webster Groves', 385882200, -903475200, 0),
(53881, 2552, 230, 'Weldon Spring', 387133900, -906892900, 0),
(53882, 2552, 230, 'Wellston', 386728300, -902992800, 0),
(53883, 2552, 230, 'Wentzville', 388114400, -908529100, 0),
(53884, 2552, 230, 'West Plains', 365138800, -918015400, 0),
(53885, 2552, 230, 'Weston', 394621000, -949094000, 0),
(53886, 2552, 230, 'Wheatland', 379433300, -934030600, 0),
(53887, 2552, 230, 'Whiteman Air Force Base', 387301800, -935589500, 0),
(53888, 2552, 230, 'Wildwood', 385828300, -906629000, 0),
(53889, 2552, 230, 'Willard', 373050500, -934285300, 0),
(53890, 2552, 230, 'Willow Springs', 369922800, -919698700, 0),
(53891, 2552, 230, 'Winchester', 385903300, -905279000, 0),
(53892, 2552, 230, 'Windsor', 385322400, -935221500, 0),
(53893, 2552, 230, 'Winfield', 389972700, -907384600, 0),
(53894, 2552, 230, 'Woodson Terrace', 387250500, -903584500, 0),
(53895, 2552, 230, 'Wright City', 388275500, -910201400, 0),
(53896, 2553, 230, 'Absarokee', 455205000, -1094429400, 0),
(53897, 2553, 230, 'Alberton', 470036100, -1144780600, 0),
(53898, 2553, 230, 'Anaconda', 461285400, -1129422600, 0),
(53899, 2553, 230, 'Ashland', 456075000, -1062863900, 0),
(53900, 2553, 230, 'Avon', 467825460, -1127600960, 0),
(53901, 2553, 230, 'Babb', 488602800, -1134366700, 0),
(53902, 2553, 230, 'Baker', 463669500, -1042846600, 0),
(53903, 2553, 230, 'Belgrade', 457760400, -1111769000, 0),
(53904, 2553, 230, 'Big Sandy', 480575380, -1100234880, 0),
(53905, 2553, 230, 'Big Sky', 452846500, -1113682900, 0),
(53906, 2553, 230, 'Big Timber', 458349400, -1099554600, 0),
(53907, 2553, 230, 'Bigfork', 480632900, -1140726100, 0),
(53908, 2553, 230, 'Billings', 457832900, -1085006900, 0),
(53909, 2553, 230, 'Black Eagle', 475263900, -1112783300, 0),
(53910, 2553, 230, 'Box Elder', 483218980, -1098346510, 0),
(53911, 2553, 230, 'Bozeman', 456756200, -1110668730, 0),
(53912, 2553, 230, 'Brady', 480298050, -1116609900, 0),
(53913, 2553, 230, 'Bridger', 452952110, -1089137530, 0),
(53914, 2553, 230, 'Broadus', 454438800, -1054074900, 0),
(53915, 2553, 230, 'Browning', 485569200, -1130134200, 0),
(53916, 2553, 230, 'Busby', 455275000, -1069736100, 0),
(53917, 2553, 230, 'Butte', 460038200, -1125347400, 0),
(53918, 2553, 230, 'Cascade', 472719400, -1117027800, 0),
(53919, 2553, 230, 'Charlo', 474400000, -1141730600, 0),
(53920, 2553, 230, 'Chester', 485105400, -1109674700, 0),
(53921, 2553, 230, 'Chinook', 485900000, -1092312800, 0),
(53922, 2553, 230, 'Choteau', 478124500, -1121836300, 0),
(53923, 2553, 230, 'Circle', 474275700, -1056194320, 0),
(53924, 2553, 230, 'Clancy', 464953800, -1119675000, 0),
(53925, 2553, 230, 'Clinton', 467690900, -1137126000, 0),
(53926, 2553, 230, 'Clyde Park', 458850000, -1106036100, 0),
(53927, 2553, 230, 'Colstrip', 458841600, -1066236400, 0),
(53928, 2553, 230, 'Columbia Falls', 483724600, -1141815200, 0),
(53929, 2553, 230, 'Columbus', 456369290, -1092569860, 0),
(53930, 2553, 230, 'Conrad', 481702500, -1119461300, 0),
(53931, 2553, 230, 'Cooke City', 450166200, -1099333200, 0),
(53932, 2553, 230, 'Corvallis', 463150000, -1141147200, 0),
(53933, 2553, 230, 'Crow Agency', 456456190, -1074665100, 0),
(53934, 2553, 230, 'Culbertson', 481469610, -1045165390, 0),
(53935, 2553, 230, 'Cut Bank', 486330400, -1123261600, 0),
(53936, 2553, 230, 'Dayton', 478642360, -1143028000, 0),
(53937, 2553, 230, 'Deer Lodge', 463957600, -1127300400, 0),
(53938, 2553, 230, 'Dillon', 450087200, -1130673100, 0),
(53939, 2553, 230, 'East Glacier Park', 484438900, -1132216700, 0),
(53940, 2553, 230, 'East Helena', 465896600, -1119155500, 0),
(53941, 2553, 230, 'East Missoula', 468707600, -1139445500, 0),
(53942, 2553, 230, 'Ekalaka', 458888900, -1045527300, 0),
(53943, 2553, 230, 'Emigrant', 451826320, -1109373470, 0),
(53944, 2553, 230, 'Ennis', 453461100, -1117322200, 0),
(53945, 2553, 230, 'Eureka', 488760830, -1150512880, 0),
(53946, 2553, 230, 'Evergreen', 482257900, -1142762400, 0),
(53947, 2553, 230, 'Fairfield', 476166870, -1120987410, 0),
(53948, 2553, 230, 'Fallon', 466792290, -1051392000, 0),
(53949, 2553, 230, 'Florence', 466372200, -1140811100, 0),
(53950, 2553, 230, 'Forsyth', 462663800, -1066778100, 0),
(53951, 2553, 230, 'Fort Benton', 478187630, -1106688590, 0),
(53952, 2553, 230, 'Four Corners', 456296500, -1111860600, 0),
(53953, 2553, 230, 'Frazer', 480586100, -1060411100, 0),
(53954, 2553, 230, 'Frenchtown', 470149200, -1142298400, 0),
(53955, 2553, 230, 'Froid', 483358300, -1044902800, 0),
(53956, 2553, 230, 'Fromberg', 453916700, -1089086100, 0),
(53957, 2553, 230, 'Galata', 487330350, -1114688390, 0),
(53958, 2553, 230, 'Gallatin Gateway', 456777800, -1110472200, 0),
(53959, 2553, 230, 'Gardiner', 450369400, -1107138900, 0),
(53960, 2553, 230, 'Geraldine', 476010040, -1102677170, 0),
(53961, 2553, 230, 'Glasgow', 482023200, -1066319400, 0),
(53962, 2553, 230, 'Glendive', 471052900, -1047124600, 0),
(53963, 2553, 230, 'Grantsdale', 462030420, -1141413360, 0),
(53964, 2553, 230, 'Great Falls', 475002400, -1113008100, 0),
(53965, 2553, 230, 'Hall', 463976900, -1132784100, 0),
(53966, 2553, 230, 'Hamilton', 462468700, -1141603700, 0),
(53967, 2553, 230, 'Hardin', 457324800, -1076120300, 0),
(53968, 2553, 230, 'Havre', 485454600, -1096843720, 0),
(53969, 2553, 230, 'Helena', 466270450, -1120095550, 0),
(53970, 2553, 230, 'Helena Valley Northwest', 467289400, -1120627500, 0),
(53971, 2553, 230, 'Helena West Side', 465967200, -1121130400, 0),
(53972, 2553, 230, 'Highwood', 476288890, -1105719440, 0),
(53973, 2553, 230, 'Hinsdale', 483938500, -1070836030, 0),
(53974, 2553, 230, 'Hobson', 468703690, -1102052630, 0),
(53975, 2553, 230, 'Hot Springs', 476088900, -1146719400, 0),
(53976, 2553, 230, 'Hungry Horse', 483847200, -1140647200, 0),
(53977, 2553, 230, 'Huntley', 458997200, -1083044400, 0),
(53978, 2553, 230, 'Huson', 470545430, -1143698910, 0),
(53979, 2553, 230, 'Hysham', 462927700, -1072342300, 0),
(53980, 2553, 230, 'Inverness', 486264130, -1106873360, 0),
(53981, 2553, 230, 'Joliet', 454844400, -1089713900, 0),
(53982, 2553, 230, 'Joplin', 486948650, -1108249890, 0),
(53983, 2553, 230, 'Kalispell', 482093510, -1142965120, 0),
(53984, 2553, 230, 'Kila', 480653510, -1145033600, 0),
(53985, 2553, 230, 'Lakeside', 480193900, -1142245700, 0),
(53986, 2553, 230, 'Lame Deer', 456230500, -1066667000, 0),
(53987, 2553, 230, 'Laurel', 456691200, -1087715300, 0),
(53988, 2553, 230, 'Lavina', 462255410, -1087138840, 0),
(53989, 2553, 230, 'Lewistown', 470497800, -1094253000, 0),
(53990, 2553, 230, 'Libby', 483882900, -1155560000, 0),
(53991, 2553, 230, 'Lincoln', 469487120, -1129171190, 0),
(53992, 2553, 230, 'Livingston', 456624400, -1105610400, 0),
(53993, 2553, 230, 'Lockwood', 458191200, -1084148600, 0),
(53994, 2553, 230, 'Lodge Grass', 453133300, -1073666670, 0),
(53995, 2553, 230, 'Lolo', 467588100, -1140809400, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(53996, 2553, 230, 'Malmstrom Air Force Base', 475114210, -1111954190, 0),
(53997, 2553, 230, 'Manhattan', 458566000, -1113324600, 0),
(53998, 2553, 230, 'Marion', 481104300, -1147578630, 0),
(53999, 2553, 230, 'Miles City', 464083400, -1058405600, 0),
(54000, 2553, 230, 'Missoula', 468721500, -1139940000, 0),
(54001, 2553, 230, 'Monarch', 470768280, -1108351280, 0),
(54002, 2553, 230, 'Nashua', 481433030, -1063571090, 0),
(54003, 2553, 230, 'Olney', 485416580, -1145726620, 0),
(54004, 2553, 230, 'Orchard Homes', 468632600, -1140484400, 0),
(54005, 2553, 230, 'Otter', 453952190, -1059843740, 0),
(54006, 2553, 230, 'Ovando', 470152800, -1131413900, 0),
(54007, 2553, 230, 'Pablo', 476002100, -1141190000, 0),
(54008, 2553, 230, 'Paradise', 473877760, -1147981540, 0),
(54009, 2553, 230, 'Park City', 456322770, -1089131980, 0),
(54010, 2553, 230, 'Plains', 474602100, -1148829100, 0),
(54011, 2553, 230, 'Plentywood', 487747500, -1045624600, 0),
(54012, 2553, 230, 'Polson', 477002410, -1141421020, 0),
(54013, 2553, 230, 'Poplar', 481109100, -1051914350, 0),
(54014, 2553, 230, 'Red Lodge', 451857800, -1092468200, 0),
(54015, 2553, 230, 'Roberts', 453964230, -1091696700, 0),
(54016, 2553, 230, 'Ronan', 475288200, -1141015000, 0),
(54017, 2553, 230, 'Rosebud', 462679590, -1066663700, 0),
(54018, 2553, 230, 'Roundup', 464452400, -1085418000, 0),
(54019, 2553, 230, 'Saint Ignatius', 473606540, -1140560360, 0),
(54020, 2553, 230, 'Scobey', 487907120, -1054202860, 0),
(54021, 2553, 230, 'Seeley Lake', 471793800, -1134845200, 0),
(54022, 2553, 230, 'Shelby', 485052600, -1118569700, 0),
(54023, 2553, 230, 'Shepherd', 459433300, -1083447200, 0),
(54024, 2553, 230, 'Sheridan', 454561100, -1121958300, 0),
(54025, 2553, 230, 'Sidney', 477166800, -1041563300, 0),
(54026, 2553, 230, 'Somers', 480802300, -1142215100, 0),
(54027, 2553, 230, 'Stevensville', 465197350, -1140545640, 0),
(54028, 2553, 230, 'Stockett', 472367790, -1111485440, 0),
(54029, 2553, 230, 'Sun Prairie', 475369000, -1114813600, 0),
(54030, 2553, 230, 'Sunburst', 488807740, -1119111260, 0),
(54031, 2553, 230, 'Terry', 467930600, -1053122100, 0),
(54032, 2553, 230, 'Three Forks', 458924300, -1115521900, 0),
(54033, 2553, 230, 'Townsend', 463191000, -1115208000, 0),
(54034, 2553, 230, 'Trout Creek', 478308300, -1155941700, 0),
(54035, 2553, 230, 'Troy', 484600000, -1158911100, 0),
(54036, 2553, 230, 'Twin Bridges', 455447200, -1123316700, 0),
(54037, 2553, 230, 'Vaughn', 475685710, -1116170590, 0),
(54038, 2553, 230, 'Victor', 464011790, -1141685420, 0),
(54039, 2553, 230, 'Virginia City', 452938100, -1119460900, 0),
(54040, 2553, 230, 'West Glacier', 485000000, -1139786100, 0),
(54041, 2553, 230, 'West Glendive', 471108500, -1047496800, 0),
(54042, 2553, 230, 'West Yellowstone', 447092140, -1111537040, 0),
(54043, 2553, 230, 'Whitefish', 484110800, -1143376300, 0),
(54044, 2553, 230, 'Whitehall', 458707600, -1120974900, 0),
(54045, 2553, 230, 'Wilsall', 459930600, -1106613900, 0),
(54046, 2553, 230, 'Winnett', 470027600, -1083520700, 0),
(54047, 2553, 230, 'Winston', 463607270, -1116407260, 0),
(54048, 2553, 230, 'Wisdom', 457026790, -1136030240, 0),
(54049, 2553, 230, 'Wise River', 457913900, -1129494400, 0),
(54050, 2553, 230, 'Wolf Point', 480905700, -1056405600, 0),
(54051, 2553, 230, 'Worden', 459608300, -1081636100, 0),
(54052, 2554, 230, 'Adams', 404575000, -965102800, 0),
(54053, 2554, 230, 'Ainsworth', 425500000, -998626200, 0),
(54054, 2554, 230, 'Albion', 416908400, -980036700, 0),
(54055, 2554, 230, 'Alda', 408688900, -984686100, 0),
(54056, 2554, 230, 'Allen', 424144590, -968427820, 0),
(54057, 2554, 230, 'Alliance', 421016300, -1028721400, 0),
(54058, 2554, 230, 'Alvo', 408717190, -963847610, 0),
(54059, 2554, 230, 'Anselmo', 416188900, -998641700, 0),
(54060, 2554, 230, 'Arapahoe', 403055710, -998989440, 0),
(54061, 2554, 230, 'Arcadia', 415236600, -990371720, 0),
(54062, 2554, 230, 'Ashland', 410391600, -963683500, 0),
(54063, 2554, 230, 'Atkinson', 425313900, -989781500, 0),
(54064, 2554, 230, 'Auburn', 403878350, -958416230, 0),
(54065, 2554, 230, 'Aurora', 408550800, -980127000, 0),
(54066, 2554, 230, 'Bassett', 425858300, -995378900, 0),
(54067, 2554, 230, 'Battle Creek', 419994500, -975983900, 0),
(54068, 2554, 230, 'Bayard', 417549700, -1033241000, 0),
(54069, 2554, 230, 'Beatrice', 402680600, -967469700, 0),
(54070, 2554, 230, 'Beaver Crossing', 407788900, -972822200, 0),
(54071, 2554, 230, 'Bee', 410058300, -970580600, 0),
(54072, 2554, 230, 'Belgrade', 414401990, -981165930, 0),
(54073, 2554, 230, 'Bellevue', 411366700, -958908400, 0),
(54074, 2554, 230, 'Belvidere', 402517360, -975346110, 0),
(54075, 2554, 230, 'Benkelman', 400510460, -1015330920, 0),
(54076, 2554, 230, 'Bennington', 413647200, -961578000, 0),
(54077, 2554, 230, 'Bertrand', 405258300, -996333330, 0),
(54078, 2554, 230, 'Big Springs', 410633300, -1020750000, 0),
(54079, 2554, 230, 'Blair', 415451140, -961378710, 0),
(54080, 2554, 230, 'Bloomfield', 425988900, -976456200, 0),
(54081, 2554, 230, 'Bloomington', 401331010, -990092110, 0),
(54082, 2554, 230, 'Blue Hill', 403311100, -984500000, 0),
(54083, 2554, 230, 'Blue Springs', 401383350, -966633790, 0),
(54084, 2554, 230, 'Boys Town', 412613900, -961302800, 0),
(54085, 2554, 230, 'Bridgeport', 416652500, -1030991000, 0),
(54086, 2554, 230, 'Brock', 404802800, -959600000, 0),
(54087, 2554, 230, 'Broken Bow', 414019500, -996392800, 0),
(54088, 2554, 230, 'Brule', 410958300, -1018888900, 0),
(54089, 2554, 230, 'Bruno', 412637290, -969656220, 0),
(54090, 2554, 230, 'Burchard', 401486100, -963480600, 0),
(54091, 2554, 230, 'Burwell', 417816700, -991331500, 0),
(54092, 2554, 230, 'Cairo', 410002800, -986080600, 0),
(54093, 2554, 230, 'Cambridge', 402831050, -1001703540, 0),
(54094, 2554, 230, 'Cedar Bluffs', 413969880, -966101830, 0),
(54095, 2554, 230, 'Central City', 411158500, -980017200, 0),
(54096, 2554, 230, 'Chadron', 428294200, -1029999100, 0),
(54097, 2554, 230, 'Chalco', 411838900, -961503000, 0),
(54098, 2554, 230, 'Chambers', 421481060, -987355090, 0),
(54099, 2554, 230, 'Chappell', 410927700, -1024707400, 0),
(54100, 2554, 230, 'Clarks', 412526050, -978487130, 0),
(54101, 2554, 230, 'Clatonia', 404669400, -968513900, 0),
(54102, 2554, 230, 'Clay Center', 405283480, -980568510, 0),
(54103, 2554, 230, 'Clearwater', 420891720, -981818700, 0),
(54104, 2554, 230, 'Colon', 412992100, -966065680, 0),
(54105, 2554, 230, 'Columbus', 414492000, -973719600, 0),
(54106, 2554, 230, 'Cortland', 405059820, -967060080, 0),
(54107, 2554, 230, 'Cozad', 408597300, -999873400, 0),
(54108, 2554, 230, 'Craig', 417821290, -963576070, 0),
(54109, 2554, 230, 'Crawford', 426836100, -1034122200, 0),
(54110, 2554, 230, 'Creighton', 424666700, -979061800, 0),
(54111, 2554, 230, 'Creston', 416553450, -973676620, 0),
(54112, 2554, 230, 'Crete', 406277800, -969614200, 0),
(54113, 2554, 230, 'Crofton', 427411920, -975293800, 0),
(54114, 2554, 230, 'Culbertson', 402302800, -1008361100, 0),
(54115, 2554, 230, 'Curtis', 406325000, -1005147200, 0),
(54116, 2554, 230, 'Dakota City', 424155500, -964183600, 0),
(54117, 2554, 230, 'Dalton', 414086100, -1029722200, 0),
(54118, 2554, 230, 'Davenport', 402802310, -977937660, 0),
(54119, 2554, 230, 'Davey', 409852800, -966694400, 0),
(54120, 2554, 230, 'David City', 412527900, -971300400, 0),
(54121, 2554, 230, 'Denton', 407394400, -968450000, 0),
(54122, 2554, 230, 'Dickens', 408165060, -1009915440, 0),
(54123, 2554, 230, 'Diller', 401097170, -969368110, 0),
(54124, 2554, 230, 'Dorchester', 406486100, -971152800, 0),
(54125, 2554, 230, 'Du Bois', 400338900, -960488900, 0),
(54126, 2554, 230, 'Eagle', 408166700, -964302900, 0),
(54127, 2554, 230, 'Edgar', 403698690, -979711510, 0),
(54128, 2554, 230, 'Elgin', 419589270, -980642170, 0),
(54129, 2554, 230, 'Elk Creek', 403273210, -961347300, 0),
(54130, 2554, 230, 'Elkhorn', 412863900, -962344700, 0),
(54131, 2554, 230, 'Elm Creek', 407179230, -993737820, 0),
(54132, 2554, 230, 'Elmwood', 408422200, -962944400, 0),
(54133, 2554, 230, 'Elsie', 408528100, -1013660820, 0),
(54134, 2554, 230, 'Enders', 404803150, -1015137300, 0),
(54135, 2554, 230, 'Eustis', 406641700, -1000311100, 0),
(54136, 2554, 230, 'Ewing', 422597740, -983436190, 0),
(54137, 2554, 230, 'Fairbury', 401372200, -971805900, 0),
(54138, 2554, 230, 'Fairmont', 406355600, -975850000, 0),
(54139, 2554, 230, 'Falls City', 400608400, -956019300, 0),
(54140, 2554, 230, 'Firth', 405357650, -966112890, 0),
(54141, 2554, 230, 'Fort Calhoun', 414566700, -960247200, 0),
(54142, 2554, 230, 'Fremont', 414333300, -964980800, 0),
(54143, 2554, 230, 'Friend', 406536200, -972861600, 0),
(54144, 2554, 230, 'Fullerton', 413633500, -979692300, 0),
(54145, 2554, 230, 'Garland', 409424140, -969857620, 0),
(54146, 2554, 230, 'Geneva', 405269500, -975958800, 0),
(54147, 2554, 230, 'Gering', 418046400, -1037169600, 0),
(54148, 2554, 230, 'Gibbon', 407470190, -988430040, 0),
(54149, 2554, 230, 'Gilead', 401455600, -974152800, 0),
(54150, 2554, 230, 'Giltner', 407733300, -981541700, 0),
(54151, 2554, 230, 'Gordon', 428047200, -1022032200, 0),
(54152, 2554, 230, 'Gothenburg', 409294500, -1001606800, 0),
(54153, 2554, 230, 'Grand Island', 409250100, -983420100, 0),
(54154, 2554, 230, 'Grant', 408419400, -1017251700, 0),
(54155, 2554, 230, 'Greeley', 415486200, -985311800, 0),
(54156, 2554, 230, 'Gretna', 411408300, -962397400, 0),
(54157, 2554, 230, 'Gurley', 413225000, -1029736100, 0),
(54158, 2554, 230, 'Hallam', 405366700, -967866700, 0),
(54159, 2554, 230, 'Halsey', 418915080, -1003507340, 0),
(54160, 2554, 230, 'Harrisburg', 415563600, -1037385600, 0),
(54161, 2554, 230, 'Hastings', 405861200, -983883900, 0),
(54162, 2554, 230, 'Hemingford', 423193850, -1030761290, 0),
(54163, 2554, 230, 'Henderson', 407791700, -978119400, 0),
(54164, 2554, 230, 'Herman', 416446810, -963208130, 0),
(54165, 2554, 230, 'Hershey', 411500850, -1010060220, 0),
(54166, 2554, 230, 'Hickman', 406200000, -966291800, 0),
(54167, 2554, 230, 'Holdrege', 404402900, -993698200, 0),
(54168, 2554, 230, 'Homer', 423218900, -964923870, 0),
(54169, 2554, 230, 'Hoskins', 421127800, -973055600, 0),
(54170, 2554, 230, 'Humboldt', 401650000, -959458300, 0),
(54171, 2554, 230, 'Imperial', 405169400, -1016432300, 0),
(54172, 2554, 230, 'Jackson', 424488900, -965661100, 0),
(54173, 2554, 230, 'Johnson', 404113900, -959986100, 0),
(54174, 2554, 230, 'Johnstown', 424595660, -1000706040, 0),
(54175, 2554, 230, 'Juniata', 405913900, -985072200, 0),
(54176, 2554, 230, 'Kearney', 407667700, -991984300, 0),
(54177, 2554, 230, 'Kenesaw', 406216700, -986569400, 0),
(54178, 2554, 230, 'Kennard', 414747620, -962030150, 0),
(54179, 2554, 230, 'La Vista', 411838900, -960311300, 0),
(54180, 2554, 230, 'Lakeside', 420700350, -1024075510, 0),
(54181, 2554, 230, 'Laurel', 424387270, -971041690, 0),
(54182, 2554, 230, 'Lexington', 407808400, -997415000, 0),
(54183, 2554, 230, 'Liberty', 400813800, -965176200, 0),
(54184, 2554, 230, 'Lincoln', 408000000, -966669600, 0),
(54185, 2554, 230, 'Lindsay', 417054290, -976980630, 0),
(54186, 2554, 230, 'Lodgepole', 411483300, -1026388900, 0),
(54187, 2554, 230, 'Loomis', 404772200, -995077800, 0),
(54188, 2554, 230, 'Louisville', 409977800, -961622400, 0),
(54189, 2554, 230, 'Loup City', 412775650, -989658920, 0),
(54190, 2554, 230, 'Lynch', 428297200, -984655600, 0),
(54191, 2554, 230, 'Lyons', 419357900, -964727260, 0),
(54192, 2554, 230, 'Madison', 418283400, -974550500, 0),
(54193, 2554, 230, 'Marsland', 424438900, -1032986100, 0),
(54194, 2554, 230, 'Martell', 406375000, -967586100, 0),
(54195, 2554, 230, 'Maxwell', 410788520, -1005241790, 0),
(54196, 2554, 230, 'McCook', 401758400, -1006553400, 0),
(54197, 2554, 230, 'Mead', 412261100, -964883300, 0),
(54198, 2554, 230, 'Merna', 413932790, -998454240, 0),
(54199, 2554, 230, 'Milford', 407744500, -970505900, 0),
(54200, 2554, 230, 'Minden', 404986300, -989478600, 0),
(54201, 2554, 230, 'Mitchell', 419402400, -1038085600, 0),
(54202, 2554, 230, 'Murray', 409169870, -959288590, 0),
(54203, 2554, 230, 'Nebraska City', 406766700, -958591700, 0),
(54204, 2554, 230, 'Neligh', 421286200, -980297900, 0),
(54205, 2554, 230, 'Nelson', 402016800, -980678200, 0),
(54206, 2554, 230, 'Newman Grove', 417475000, -977775000, 0),
(54207, 2554, 230, 'Norfolk', 420331800, -974235940, 0),
(54208, 2554, 230, 'North Bend', 414619500, -967797500, 0),
(54209, 2554, 230, 'North Platte', 411351620, -1007739020, 0),
(54210, 2554, 230, 'O''Neill', 424550550, -986472020, 0),
(54211, 2554, 230, 'Oakland', 418358300, -964669700, 0),
(54212, 2554, 230, 'Offutt Air Force Base', 411249000, -959167200, 0),
(54213, 2554, 230, 'Ogallala', 411280500, -1017196200, 0),
(54214, 2554, 230, 'Omaha', 412586100, -959377900, 0),
(54215, 2554, 230, 'Ord', 416033400, -989262000, 0),
(54216, 2554, 230, 'Osceola', 411797400, -975475500, 0),
(54217, 2554, 230, 'Oshkosh', 414049800, -1023443600, 0),
(54218, 2554, 230, 'Osmond', 423591700, -975977800, 0),
(54219, 2554, 230, 'Overton', 407394400, -995372200, 0),
(54220, 2554, 230, 'Oxford', 402529360, -996351780, 0),
(54221, 2554, 230, 'Palisade', 403483300, -1011072200, 0),
(54222, 2554, 230, 'Palmyra', 407056810, -963912970, 0),
(54223, 2554, 230, 'Panama', 405977800, -965105600, 0),
(54224, 2554, 230, 'Papillion', 411544400, -960422400, 0),
(54225, 2554, 230, 'Pender', 421141600, -967072600, 0),
(54226, 2554, 230, 'Peru', 404796870, -957312560, 0),
(54227, 2554, 230, 'Pierce', 421991700, -975267200, 0),
(54228, 2554, 230, 'Pilger', 420077800, -970541700, 0),
(54229, 2554, 230, 'Platte Center', 415380600, -974875000, 0),
(54230, 2554, 230, 'Plattsmouth', 410086430, -958904620, 0),
(54231, 2554, 230, 'Pleasant Dale', 407916700, -969330600, 0),
(54232, 2554, 230, 'Ponca', 425625000, -967055900, 0),
(54233, 2554, 230, 'Ralston', 412052800, -960425200, 0),
(54234, 2554, 230, 'Ravenna', 410261200, -989125800, 0),
(54235, 2554, 230, 'Raymond', 409753200, -967908000, 0),
(54236, 2554, 230, 'Red Cloud', 400889000, -985195000, 0),
(54237, 2554, 230, 'Rushville', 427183200, -1024640600, 0),
(54238, 2554, 230, 'Saint Edward', 415716440, -978603710, 0),
(54239, 2554, 230, 'Saint Paul', 412147300, -984581200, 0),
(54240, 2554, 230, 'Sargent', 416420850, -993724440, 0),
(54241, 2554, 230, 'Saronville', 405682680, -979374520, 0),
(54242, 2554, 230, 'Schuyler', 414472300, -970594800, 0),
(54243, 2554, 230, 'Scotia', 414672340, -987030350, 0),
(54244, 2554, 230, 'Scottsbluff', 418666300, -1036671700, 0),
(54245, 2554, 230, 'Scribner', 416661100, -966625000, 0),
(54246, 2554, 230, 'Seward', 409069500, -970989200, 0),
(54247, 2554, 230, 'Shelby', 411941700, -974266700, 0),
(54248, 2554, 230, 'Sidney', 411427200, -1029775200, 0),
(54249, 2554, 230, 'Snyder', 417044400, -967880600, 0),
(54250, 2554, 230, 'South Sioux City', 424701310, -964149210, 0),
(54251, 2554, 230, 'Spalding', 416982740, -983951410, 0),
(54252, 2554, 230, 'Spencer', 429027390, -987189430, 0),
(54253, 2554, 230, 'Springfield', 410819400, -961344600, 0),
(54254, 2554, 230, 'Springview', 428244400, -997490100, 0),
(54255, 2554, 230, 'Stanton', 419499270, -972232540, 0),
(54256, 2554, 230, 'Stapleton', 414802800, -1005129200, 0),
(54257, 2554, 230, 'Stromsburg', 411141800, -975989400, 0),
(54258, 2554, 230, 'Stuart', 426039340, -991415500, 0),
(54259, 2554, 230, 'Superior', 400208500, -980700400, 0),
(54260, 2554, 230, 'Sutherland', 411569400, -1011262700, 0),
(54261, 2554, 230, 'Sutton', 406071570, -978585360, 0),
(54262, 2554, 230, 'Syracuse', 406572200, -961864000, 0),
(54263, 2554, 230, 'Tecumseh', 403666700, -961961200, 0),
(54264, 2554, 230, 'Tekamah', 417783200, -962211300, 0),
(54265, 2554, 230, 'Tilden', 420452800, -978336100, 0),
(54266, 2554, 230, 'Trenton', 401755500, -1010129400, 0),
(54267, 2554, 230, 'Trumbull', 406268170, -980934000, 0),
(54268, 2554, 230, 'Upland', 403183300, -989019400, 0),
(54269, 2554, 230, 'Utica', 408943860, -973455430, 0),
(54270, 2554, 230, 'Valentine', 428727800, -1005509700, 0),
(54271, 2554, 230, 'Valley', 413127800, -963461400, 0),
(54272, 2554, 230, 'Verdon', 401484460, -957077540, 0),
(54273, 2554, 230, 'Waco', 409292100, -974445700, 0),
(54274, 2554, 230, 'Wahoo', 412113900, -966203000, 0),
(54275, 2554, 230, 'Wakefield', 422691700, -968650400, 0),
(54276, 2554, 230, 'Walthill', 421496340, -964897590, 0),
(54277, 2554, 230, 'Waterbury', 424584100, -967348500, 0),
(54278, 2554, 230, 'Waterloo', 412869400, -962883300, 0),
(54279, 2554, 230, 'Wauneta', 404169400, -1013719400, 0),
(54280, 2554, 230, 'Waverly', 409175000, -965283400, 0),
(54281, 2554, 230, 'Wayne', 422355870, -970136930, 0),
(54282, 2554, 230, 'Weeping Water', 408700000, -961405700, 0),
(54283, 2554, 230, 'West Point', 418416700, -967086400, 0),
(54284, 2554, 230, 'Whitman', 419178240, -1015330150, 0),
(54285, 2554, 230, 'Wilber', 404813900, -969605800, 0),
(54286, 2554, 230, 'Wilcox', 403942310, -991220610, 0),
(54287, 2554, 230, 'Winnebago', 422372200, -964716700, 0),
(54288, 2554, 230, 'Winside', 421557420, -971928760, 0),
(54289, 2554, 230, 'Wolbach', 414663170, -983865670, 0),
(54290, 2554, 230, 'Wood River', 408205700, -986000700, 0),
(54291, 2554, 230, 'Wymore', 401222200, -966625200, 0),
(54292, 2554, 230, 'York', 408680700, -975920000, 0),
(54293, 2554, 230, 'Yutan', 412450000, -963972500, 0),
(54294, 2555, 230, 'Alamo', 373649600, -1151644600, 0),
(54295, 2555, 230, 'Amargosa Valley', 366438900, -1164002800, 0),
(54296, 2555, 230, 'Baker', 390019020, -1141623270, 0),
(54297, 2555, 230, 'Battle Mountain', 406194430, -1169377930, 0),
(54298, 2555, 230, 'Beatty', 369085600, -1167592300, 0),
(54299, 2555, 230, 'Boulder City', 359785900, -1148324900, 0),
(54300, 2555, 230, 'Caliente', 376149600, -1145119400, 0),
(54301, 2555, 230, 'Carlin', 407157280, -1161059770, 0),
(54302, 2555, 230, 'Carson City', 391872570, -1197470630, 0),
(54303, 2555, 230, 'Crescent Valley', 405800000, -1164800000, 0),
(54304, 2555, 230, 'Crystal Bay', 392458300, -1199500000, 0),
(54305, 2555, 230, 'Dayton', 392726290, -1195362700, 0),
(54306, 2555, 230, 'Duckwater', 388932590, -1156774510, 0),
(54307, 2555, 230, 'Elko', 408324200, -1157631200, 0),
(54308, 2555, 230, 'Ely', 392474400, -1148886300, 0),
(54309, 2555, 230, 'Empire', 405758760, -1193425490, 0),
(54310, 2555, 230, 'Enterprise', 360252500, -1152419400, 0),
(54311, 2555, 230, 'Eureka', 395127100, -1159606100, 0),
(54312, 2555, 230, 'Fallon', 394735300, -1187773700, 0),
(54313, 2555, 230, 'Fernley', 396079700, -1192518300, 0),
(54314, 2555, 230, 'Gabbs', 388633870, -1179268150, 0),
(54315, 2555, 230, 'Gardnerville', 388295400, -1197145800, 0),
(54316, 2555, 230, 'Genoa', 390050000, -1198430600, 0),
(54317, 2555, 230, 'Gerlach', 406227800, -1193413900, 0),
(54318, 2555, 230, 'Golden Valley', 396154700, -1198265800, 0),
(54319, 2555, 230, 'Goldfield', 377085400, -1172356300, 0),
(54320, 2555, 230, 'Hawthorne', 385246400, -1186245800, 0),
(54321, 2555, 230, 'Henderson', 360397000, -1149819400, 0),
(54322, 2555, 230, 'Hiko', 375926760, -1152252990, 0),
(54323, 2555, 230, 'Incline Village', 392548170, -1199533870, 0),
(54324, 2555, 230, 'Jackpot', 419832400, -1146747600, 0),
(54325, 2555, 230, 'Jean', 357800000, -1153300000, 0),
(54326, 2555, 230, 'Lamoille', 407201530, -1155620930, 0),
(54327, 2555, 230, 'Las Vegas', 361749700, -1151372200, 0),
(54328, 2555, 230, 'Laughlin', 351677800, -1145730200, 0),
(54329, 2555, 230, 'Lemmon Valley', 396360200, -1198432500, 0),
(54330, 2555, 230, 'Logandale', 365961100, -1144830600, 0),
(54331, 2555, 230, 'Lovelock', 401793500, -1184734800, 0),
(54332, 2555, 230, 'Mesquite', 368101000, -1140778000, 0),
(54333, 2555, 230, 'Minden', 389540700, -1197657300, 0),
(54334, 2555, 230, 'Moapa', 366901090, -1145914570, 0),
(54335, 2555, 230, 'Mogul', 395138000, -1199260300, 0),
(54336, 2555, 230, 'Nellis Air Force Base', 362460700, -1150572100, 0),
(54337, 2555, 230, 'Nixon', 398406750, -1193627730, 0),
(54338, 2555, 230, 'North Las Vegas', 362119000, -1151261000, 0),
(54339, 2555, 230, 'Overton', 365430600, -1144461100, 0),
(54340, 2555, 230, 'Pahrump', 362082900, -1159839100, 0),
(54341, 2555, 230, 'Panaca', 377911100, -1143888900, 0),
(54342, 2555, 230, 'Paradise', 360971900, -1151466600, 0),
(54343, 2555, 230, 'Pioche', 379296900, -1144522100, 0),
(54344, 2555, 230, 'Reno', 395296300, -1198138000, 0),
(54345, 2555, 230, 'Round Mountain', 388083000, -1171563000, 0),
(54346, 2555, 230, 'Silver City', 392646140, -1196387090, 0),
(54347, 2555, 230, 'Silver Springs', 393582000, -1192951800, 0),
(54348, 2555, 230, 'Sloan', 359350000, -1152058000, 0),
(54349, 2555, 230, 'Smith', 387637590, -1193252810, 0),
(54350, 2555, 230, 'Spanish Springs', 396490800, -1197074100, 0),
(54351, 2555, 230, 'Sparks', 395349100, -1197526900, 0),
(54352, 2555, 230, 'Spring Creek', 405527600, -1155774000, 0),
(54353, 2555, 230, 'Spring Valley', 361080300, -1152450000, 0),
(54354, 2555, 230, 'Stagecoach', 393738000, -1193740600, 0),
(54355, 2555, 230, 'Stateline', 389705600, -1199458300, 0),
(54356, 2555, 230, 'Summerlin South', 361026900, -1153811200, 0),
(54357, 2555, 230, 'Sun Valley', 395963000, -1197760200, 0),
(54358, 2555, 230, 'Sunrise Manor', 362110800, -1150730600, 0),
(54359, 2555, 230, 'The Lakes', 361771630, -1151351150, 0),
(54360, 2555, 230, 'Tonopah', 380671600, -1172300800, 0),
(54361, 2555, 230, 'Tuscarora', 413138900, -1162200000, 0),
(54362, 2555, 230, 'Verdi', 395182400, -1199888100, 0),
(54363, 2555, 230, 'Virginia City', 393096300, -1196496200, 0),
(54364, 2555, 230, 'Washoe Valley', 392697200, -1198052800, 0),
(54365, 2555, 230, 'Wellington', 388422000, -1193679000, 0),
(54366, 2555, 230, 'Wells', 411115900, -1149644900, 0),
(54367, 2555, 230, 'West Wendover', 406914820, -1141451220, 0),
(54368, 2555, 230, 'Whitney', 360708100, -1150841600, 0),
(54369, 2555, 230, 'Winchester', 361299700, -1151188900, 0),
(54370, 2555, 230, 'Winnemucca', 411255600, -1177867200, 0),
(54371, 2555, 230, 'Yerington', 389857500, -1191629300, 0),
(54372, 2555, 230, 'Zephyr Cove', 389977800, -1199458300, 0),
(54373, 2556, 230, 'Acworth', 432437320, -723874460, 0),
(54374, 2556, 230, 'Alexandria', 436114600, -717928600, 0),
(54375, 2556, 230, 'Allenstown Elementary School', 431578600, -714056200, 0),
(54376, 2556, 230, 'Alstead', 431489700, -723606400, 0),
(54377, 2556, 230, 'Alton', 434541700, -712197200, 0),
(54378, 2556, 230, 'Amherst', 428613900, -716252800, 0),
(54379, 2556, 230, 'Andover', 434370200, -718234100, 0),
(54380, 2556, 230, 'Antrim', 430309100, -719389700, 0),
(54381, 2556, 230, 'Ashland', 436953500, -716306300, 0),
(54382, 2556, 230, 'Atkinson', 428384200, -711470000, 0),
(54383, 2556, 230, 'Auburn', 430045300, -713484000, 0),
(54384, 2556, 230, 'Barrington', 432228600, -710470100, 0),
(54385, 2556, 230, 'Bartlett', 440777800, -712827800, 0),
(54386, 2556, 230, 'Bath', 441827180, -719513920, 0),
(54387, 2556, 230, 'Bedford', 429464700, -715159000, 0),
(54388, 2556, 230, 'Belmont', 434453600, -714778500, 0),
(54389, 2556, 230, 'Berlin', 444686700, -711850800, 0),
(54390, 2556, 230, 'Bethlehem', 442802800, -716880600, 0),
(54391, 2556, 230, 'Boscawen', 433150800, -716209100, 0),
(54392, 2556, 230, 'Bow', 431376220, -715442690, 0),
(54393, 2556, 230, 'Bradford', 432700000, -719600000, 0),
(54394, 2556, 230, 'Bretton Woods', 442580600, -714411100, 0),
(54395, 2556, 230, 'Bristol', 435911900, -717367500, 0),
(54396, 2556, 230, 'Brookline', 427348100, -716581300, 0),
(54397, 2556, 230, 'Campton', 438647220, -716366670, 0),
(54398, 2556, 230, 'Canaan', 436466700, -720102800, 0),
(54399, 2556, 230, 'Candia', 430778600, -712767300, 0),
(54400, 2556, 230, 'Canterbury', 433370200, -715653500, 0),
(54401, 2556, 230, 'Center Barnstead', 433405600, -712608300, 0),
(54402, 2556, 230, 'Center Conway', 439955600, -710611100, 0),
(54403, 2556, 230, 'Center Harbor', 437098000, -714603500, 0),
(54404, 2556, 230, 'Center Ossipee', 437550000, -711538900, 0),
(54405, 2556, 230, 'Center Sandwich', 438072200, -714400000, 0),
(54406, 2556, 230, 'Charlestown', 432386900, -724245300, 0),
(54407, 2556, 230, 'Chester', 429567500, -712572800, 0),
(54408, 2556, 230, 'Chesterfield', 428873000, -724703700, 0),
(54409, 2556, 230, 'Chichester', 432492500, -713997900, 0),
(54410, 2556, 230, 'Chocorua', 438933690, -712405320, 0),
(54411, 2556, 230, 'Claremont', 433767400, -723467600, 0),
(54412, 2556, 230, 'Colebrook', 448944900, -714959200, 0),
(54413, 2556, 230, 'Concord', 432081400, -715375700, 0),
(54414, 2556, 230, 'Contoocook', 432220200, -717139700, 0),
(54415, 2556, 230, 'Conway', 439792400, -711203500, 0),
(54416, 2556, 230, 'Danbury', 435256300, -718617500, 0),
(54417, 2556, 230, 'Danville', 429125900, -711245000, 0),
(54418, 2556, 230, 'Deering', 430731400, -718445200, 0),
(54419, 2556, 230, 'Derry', 428806400, -713272900, 0),
(54420, 2556, 230, 'Dover', 431978600, -708736700, 0),
(54421, 2556, 230, 'Dunbarton', 431025000, -716163900, 0),
(54422, 2556, 230, 'Durham', 431339700, -709264500, 0),
(54423, 2556, 230, 'East Andover', 434813040, -717675760, 0),
(54424, 2556, 230, 'East Concord', 432420200, -715381300, 0),
(54425, 2556, 230, 'East Derry', 428944400, -712911100, 0),
(54426, 2556, 230, 'East Hampstead', 428911100, -711430600, 0),
(54427, 2556, 230, 'East Kingston', 429256400, -710167200, 0),
(54428, 2556, 230, 'East Merrimack', 428681400, -714834000, 0),
(54429, 2556, 230, 'East Wakefield', 436141700, -710055600, 0),
(54430, 2556, 230, 'Effingham', 437611900, -709964600, 0),
(54431, 2556, 230, 'Enfield', 436406300, -721439800, 0),
(54432, 2556, 230, 'Epping', 430334200, -710742300, 0),
(54433, 2556, 230, 'Epsom', 432130660, -713528320, 0),
(54434, 2556, 230, 'Exeter', 429775200, -709923000, 0),
(54435, 2556, 230, 'Farmington', 433898000, -710650600, 0),
(54436, 2556, 230, 'Fitzwilliam', 427806400, -721417500, 0),
(54437, 2556, 230, 'Francestown', 429875000, -718125000, 0),
(54438, 2556, 230, 'Franconia', 442272200, -717483300, 0),
(54439, 2556, 230, 'Franklin', 434442400, -716473000, 0),
(54440, 2556, 230, 'Freedom', 438123000, -710356200, 0),
(54441, 2556, 230, 'Fremont', 429909200, -711425600, 0),
(54442, 2556, 230, 'Georges Mills', 434316700, -720663900, 0),
(54443, 2556, 230, 'Gilford', 435475800, -714067400, 0),
(54444, 2556, 230, 'Gilmanton', 434242500, -714145200, 0),
(54445, 2556, 230, 'Gilmanton Iron Works', 434312400, -712994400, 0),
(54446, 2556, 230, 'Gilsum', 430401830, -722648090, 0),
(54447, 2556, 230, 'Glen', 441105600, -711797200, 0),
(54448, 2556, 230, 'Goffstown', 430203600, -716003500, 0),
(54449, 2556, 230, 'Gorham', 443878400, -711731300, 0),
(54450, 2556, 230, 'Goshen', 432891770, -721157070, 0),
(54451, 2556, 230, 'Grafton', 435586800, -719439700, 0),
(54452, 2556, 230, 'Grantham', 434895200, -721375900, 0),
(54453, 2556, 230, 'Greenfield', 429512070, -719078900, 0),
(54454, 2556, 230, 'Greenland', 430362000, -708328300, 0),
(54455, 2556, 230, 'Greenville', 427673100, -718123000, 0),
(54456, 2556, 230, 'Groveton', 445986700, -715112000, 0),
(54457, 2556, 230, 'Hampstead', 428745300, -711811700, 0),
(54458, 2556, 230, 'Hampton', 429375900, -708389400, 0),
(54459, 2556, 230, 'Hampton Beach', 429073100, -708120000, 0),
(54460, 2556, 230, 'Hampton Falls', 429162000, -708636600, 0),
(54461, 2556, 230, 'Hancock', 429727800, -719797200, 0),
(54462, 2556, 230, 'Hanover', 437022900, -722895400, 0),
(54463, 2556, 230, 'Harrisville', 429450800, -720964700, 0),
(54464, 2556, 230, 'Hebron', 437129130, -718772590, 0),
(54465, 2556, 230, 'Henniker', 431798000, -718223000, 0),
(54466, 2556, 230, 'Hill', 435242400, -717009100, 0),
(54467, 2556, 230, 'Hillsboro', 431148000, -718950800, 0),
(54468, 2556, 230, 'Hillsborough', 431141000, -718992000, 0),
(54469, 2556, 230, 'Hinsdale', 427861900, -724864800, 0),
(54470, 2556, 230, 'Holderness', 437320200, -715884100, 0),
(54471, 2556, 230, 'Hollis', 427431400, -715917400, 0),
(54472, 2556, 230, 'Hooksett', 430967500, -714650700, 0),
(54473, 2556, 230, 'Hudson', 427648100, -714397900, 0),
(54474, 2556, 230, 'Intervale', 440782130, -711298340, 0),
(54475, 2556, 230, 'Jackson', 441841090, -711887390, 0),
(54476, 2556, 230, 'Jaffrey', 428139700, -720231400, 0),
(54477, 2556, 230, 'Keene', 429367180, -722862590, 0),
(54478, 2556, 230, 'Kingston', 429364800, -710533900, 0),
(54479, 2556, 230, 'Laconia', 435278500, -714703500, 0),
(54480, 2556, 230, 'Lancaster', 444889500, -715692500, 0),
(54481, 2556, 230, 'Lebanon', 436430470, -722527900, 0),
(54482, 2556, 230, 'Lee', 431231400, -710114500, 0),
(54483, 2556, 230, 'Lincoln', 440450000, -716705600, 0),
(54484, 2556, 230, 'Lisbon', 442133300, -719108300, 0),
(54485, 2556, 230, 'Litchfield', 428442500, -714797900, 0),
(54486, 2556, 230, 'Littleton', 443061700, -717700900, 0),
(54487, 2556, 230, 'Londonderry', 428650900, -713739500, 0),
(54488, 2556, 230, 'Loudon', 432855600, -714677800, 0),
(54489, 2556, 230, 'Lyme', 437728920, -721668520, 0),
(54490, 2556, 230, 'Lyndeborough', 429075800, -717664600, 0),
(54491, 2556, 230, 'Madbury', 431692500, -709239500, 0),
(54492, 2556, 230, 'Madison', 438992400, -711484000, 0),
(54493, 2556, 230, 'Manchester', 429740370, -715064460, 0),
(54494, 2556, 230, 'Marlborough', 429042500, -722078600, 0),
(54495, 2556, 230, 'Marlow', 431308480, -722153910, 0),
(54496, 2556, 230, 'Mason', 427437000, -717689600, 0),
(54497, 2556, 230, 'Melvin Village', 436888900, -713041700, 0),
(54498, 2556, 230, 'Meredith', 436575700, -715003500, 0),
(54499, 2556, 230, 'Merrimack', 428650900, -714934000, 0),
(54500, 2556, 230, 'Milford', 428353600, -716489600, 0),
(54501, 2556, 230, 'Milton', 434413500, -710169600, 0),
(54502, 2556, 230, 'Mirror Lake', 436231730, -712785630, 0),
(54503, 2556, 230, 'Monroe', 442709900, -720247500, 0),
(54504, 2556, 230, 'Mont Vernon', 428945300, -716742400, 0),
(54505, 2556, 230, 'Moultonborough', 437548000, -713967400, 0),
(54506, 2556, 230, 'Mount Washington', 443453900, -715513100, 0),
(54507, 2556, 230, 'Nashua', 427653700, -714675700, 0),
(54508, 2556, 230, 'New Boston', 429761900, -716939600, 0),
(54509, 2556, 230, 'New Durham', 434367500, -711722900, 0),
(54510, 2556, 230, 'New Hampton', 436052800, -716527800, 0),
(54511, 2556, 230, 'New Ipswich', 427481400, -718542400, 0),
(54512, 2556, 230, 'New London', 434174800, -719939770, 0),
(54513, 2556, 230, 'Newbury', 433214600, -720359200, 0),
(54514, 2556, 230, 'Newfields', 430369400, -709383300, 0),
(54515, 2556, 230, 'Newmarket', 430828600, -709350600, 0),
(54516, 2556, 230, 'Newport', 433653500, -721734200, 0),
(54517, 2556, 230, 'Newton', 428695300, -710345000, 0),
(54518, 2556, 230, 'North Conway', 440404760, -711339700, 0),
(54519, 2556, 230, 'North Hampton', 429725900, -708297800, 0),
(54520, 2556, 230, 'North Salem', 428329100, -712244100, 0),
(54521, 2556, 230, 'North Woodstock', 440302800, -716858300, 0),
(54522, 2556, 230, 'Northwood', 431942500, -711509000, 0),
(54523, 2556, 230, 'Nottingham', 431145300, -710997800, 0),
(54524, 2556, 230, 'Ossipee', 436853600, -711167300, 0),
(54525, 2556, 230, 'Pelham', 427345300, -713245100, 0),
(54526, 2556, 230, 'Pembroke', 431467500, -714575700, 0),
(54527, 2556, 230, 'Peterborough', 428706400, -719517500, 0),
(54528, 2556, 230, 'Pinardville', 429942500, -715072900, 0),
(54529, 2556, 230, 'Pittsfield', 433059100, -713242300, 0),
(54530, 2556, 230, 'Plaistow', 428364800, -710947800, 0),
(54531, 2556, 230, 'Plymouth', 437570200, -716881300, 0),
(54532, 2556, 230, 'Portsmouth', 430681200, -707854200, 0),
(54533, 2556, 230, 'Raymond', 430362000, -711834000, 0),
(54534, 2556, 230, 'Rindge', 427512000, -720098000, 0),
(54535, 2556, 230, 'Rochester', 433366200, -709473000, 0),
(54536, 2556, 230, 'Rollinsford', 432362000, -708203400, 0),
(54537, 2556, 230, 'Rumney', 438053500, -718125800, 0),
(54538, 2556, 230, 'Rye', 430134200, -707708900, 0),
(54539, 2556, 230, 'Rye Beach', 429766700, -707652800, 0),
(54540, 2556, 230, 'Salem', 427911040, -712193050, 0),
(54541, 2556, 230, 'Sanbornton', 434892400, -715823000, 0),
(54542, 2556, 230, 'Sanbornville', 435542500, -710309000, 0),
(54543, 2556, 230, 'Sandown', 429287000, -711870100, 0),
(54544, 2556, 230, 'Seabrook', 428948100, -708711600, 0),
(54545, 2556, 230, 'Silver Lake', 438517560, -711753970, 0),
(54546, 2556, 230, 'Somersworth', 432617500, -708653400, 0),
(54547, 2556, 230, 'South Hooksett', 430264700, -714353400, 0),
(54548, 2556, 230, 'South Newbury', 432955560, -719972220, 0),
(54549, 2556, 230, 'South Sutton', 433438900, -719411100, 0),
(54550, 2556, 230, 'Spofford', 429069400, -724200000, 0),
(54551, 2556, 230, 'Strafford', 432341800, -711342330, 0),
(54552, 2556, 230, 'Stratham', 430157150, -708971160, 0),
(54553, 2556, 230, 'Sunapee', 433875700, -720878600, 0),
(54554, 2556, 230, 'Suncook', 431306400, -714531200, 0),
(54555, 2556, 230, 'Swanzey', 428698000, -722817500, 0),
(54556, 2556, 230, 'Tamworth', 438598000, -712631300, 0),
(54557, 2556, 230, 'Temple', 428181400, -718514700, 0),
(54558, 2556, 230, 'Thornton', 438928500, -716759100, 0),
(54559, 2556, 230, 'Tilton', 434423000, -715889600, 0),
(54560, 2556, 230, 'Troy', 428239700, -721811900, 0),
(54561, 2556, 230, 'Union', 434913900, -710230600, 0),
(54562, 2556, 230, 'Walpole', 430794400, -724258300, 0),
(54563, 2556, 230, 'Warner', 432789600, -718039800, 0),
(54564, 2556, 230, 'Warren', 439651050, -718840110, 0),
(54565, 2556, 230, 'Washington', 431763900, -720975000, 0),
(54566, 2556, 230, 'Waterville Valley', 439563900, -715086100, 0),
(54567, 2556, 230, 'Weare', 430948000, -717306300, 0),
(54568, 2556, 230, 'Webster', 433289700, -717178600, 0),
(54569, 2556, 230, 'Wentworth', 438636320, -719296490, 0),
(54570, 2556, 230, 'West Chesterfield', 428725310, -725160750, 0),
(54571, 2556, 230, 'West Lebanon', 436491700, -723102800, 0),
(54572, 2556, 230, 'West Nottingham', 431713610, -711361450, 0),
(54573, 2556, 230, 'West Stewartstown', 449952800, -715311100, 0),
(54574, 2556, 230, 'West Swanzey', 428700800, -723217500, 0),
(54575, 2556, 230, 'Westmoreland', 429620300, -724423100, 0),
(54576, 2556, 230, 'Whitefield', 443731200, -716100800, 0),
(54577, 2556, 230, 'Wilton', 428434200, -717350700, 0),
(54578, 2556, 230, 'Windham', 428006400, -713042300, 0),
(54579, 2556, 230, 'Wolfeboro', 435839700, -712072900, 0),
(54580, 2556, 230, 'Wolfeboro Falls', 435868820, -712104230, 0),
(54581, 2556, 230, 'Woodsville', 441522900, -720373100, 0),
(54582, 2557, 230, 'Absecon', 394200900, -744998400, 0),
(54583, 2557, 230, 'Adelphia', 402180600, -742563900, 0),
(54584, 2557, 230, 'Allamuchy', 409125620, -748288610, 0),
(54585, 2557, 230, 'Allendale', 410414900, -741290300, 0),
(54586, 2557, 230, 'Allentown', 401778900, -745834900, 0),
(54587, 2557, 230, 'Allenwood', 401408300, -741069400, 0),
(54588, 2557, 230, 'Alpha', 406670400, -751574000, 0),
(54589, 2557, 230, 'Alpine', 409559300, -739312500, 0),
(54590, 2557, 230, 'Andover', 409861100, -747419400, 0),
(54591, 2557, 230, 'Annandale', 406409300, -748812800, 0),
(54592, 2557, 230, 'Asbury', 406653000, -750241200, 0),
(54593, 2557, 230, 'Asbury Park', 402203900, -740120800, 0),
(54594, 2557, 230, 'Ashland', 398631700, -750060000, 0),
(54595, 2557, 230, 'Atco', 397697200, -748875000, 0),
(54596, 2557, 230, 'Atlantic City', 393632840, -744396560, 0),
(54597, 2557, 230, 'Atlantic Highlands', 404078900, -740343100, 0),
(54598, 2557, 230, 'Audubon', 398909500, -750729500, 0),
(54599, 2557, 230, 'Audubon Park', 398965000, -750876700, 0),
(54600, 2557, 230, 'Augusta', 411421000, -746964000, 0),
(54601, 2557, 230, 'Avalon', 391012200, -747176600, 0),
(54602, 2557, 230, 'Avenel', 405798130, -742784220, 0),
(54603, 2557, 230, 'Avon-by-the-Sea', 401918400, -740162400, 0),
(54604, 2557, 230, 'Barnegat', 397531800, -742229200, 0),
(54605, 2557, 230, 'Barnegat Light', 397519400, -741105600, 0),
(54606, 2557, 230, 'Barrington', 398648400, -750551700, 0),
(54607, 2557, 230, 'Basking Ridge', 407061110, -745494440, 0),
(54608, 2557, 230, 'Bayonne', 406687100, -741143100, 0),
(54609, 2557, 230, 'Bayville', 399061200, -741742200, 0),
(54610, 2557, 230, 'Beach Haven', 395592800, -742432000, 0),
(54611, 2557, 230, 'Beachwood', 399390100, -741929200, 0),
(54612, 2557, 230, 'Beattystown', 408131500, -748429400, 0),
(54613, 2557, 230, 'Beckett', 397540000, -753574100, 0),
(54614, 2557, 230, 'Bedminster', 406551980, -746535670, 0),
(54615, 2557, 230, 'Belford', 404259400, -740868100, 0),
(54616, 2557, 230, 'Belle Mead', 404666670, -746608300, 0),
(54617, 2557, 230, 'Belleville', 407937100, -741501400, 0),
(54618, 2557, 230, 'Bellmawr', 398676100, -750946200, 0),
(54619, 2557, 230, 'Belmar', 401784500, -740218000, 0),
(54620, 2557, 230, 'Belvidere', 408298200, -750776700, 0),
(54621, 2557, 230, 'Bergenfield', 409276000, -739973600, 0),
(54622, 2557, 230, 'Berkeley Heights', 406766030, -744321460, 0),
(54623, 2557, 230, 'Berlin', 397912300, -749290500, 0),
(54624, 2557, 230, 'Bernardsville', 407187100, -745693200, 0),
(54625, 2557, 230, 'Beverly', 400653900, -749190600, 0),
(54626, 2557, 230, 'Birmingham', 399748020, -747157740, 0),
(54627, 2557, 230, 'Blackwood', 398023400, -750640600, 0),
(54628, 2557, 230, 'Blairstown', 409791700, -749969400, 0),
(54629, 2557, 230, 'Bloomfield', 408067700, -741854200, 0),
(54630, 2557, 230, 'Bloomingdale', 404976000, -746473800, 0),
(54631, 2557, 230, 'Bloomsbury', 406530600, -750852800, 0),
(54632, 2557, 230, 'Bogota', 408762100, -740298600, 0),
(54633, 2557, 230, 'Boonton', 409026000, -744071000, 0),
(54634, 2557, 230, 'Bordentown', 401462200, -747118300, 0),
(54635, 2557, 230, 'Bound Brook', 405684400, -745384900, 0),
(54636, 2557, 230, 'Bradley Beach', 402023400, -740120800, 0),
(54637, 2557, 230, 'Bradley Gardens', 405628800, -746546000, 0),
(54638, 2557, 230, 'Branchville', 411466700, -747491700, 0),
(54639, 2557, 230, 'Brass Castle', 407648200, -750110100, 0),
(54640, 2557, 230, 'Brick', 400617360, -741096200, 0),
(54641, 2557, 230, 'Bridgeport', 398061000, -753394000, 0),
(54642, 2557, 230, 'Bridgeton', 394375200, -752307000, 0),
(54643, 2557, 230, 'Bridgewater', 405931380, -746047310, 0),
(54644, 2557, 230, 'Brielle', 401078900, -740565300, 0),
(54645, 2557, 230, 'Brigantine', 394101200, -743645900, 0),
(54646, 2557, 230, 'Broadway', 407249230, -750478080, 0),
(54647, 2557, 230, 'Brookdale', 408337100, -741829200, 0),
(54648, 2557, 230, 'Brooklawn', 398742800, -751196200, 0),
(54649, 2557, 230, 'Brookside', 407872200, -745830600, 0),
(54650, 2557, 230, 'Browns Mills', 399726100, -745829300, 0),
(54651, 2557, 230, 'Brownville', 404006600, -742951500, 0),
(54652, 2557, 230, 'Budd Lake', 408866000, -747498000, 0),
(54653, 2557, 230, 'Buena', 395251140, -749118320, 0),
(54654, 2557, 230, 'Burlington', 400712200, -748648900, 0),
(54655, 2557, 230, 'Butler', 410037100, -743415400, 0),
(54656, 2557, 230, 'Buttzville', 408322200, -750066000, 0),
(54657, 2557, 230, 'Caldwell', 408398200, -742765400, 0),
(54658, 2557, 230, 'Califon', 407195400, -748357200, 0),
(54659, 2557, 230, 'Camden', 399357720, -751115220, 0),
(54660, 2557, 230, 'Cape May', 389351100, -749060100, 0),
(54661, 2557, 230, 'Cape May Court House', 390826100, -748237800, 0),
(54662, 2557, 230, 'Carlstadt', 408353660, -740820260, 0),
(54663, 2557, 230, 'Carneys Point', 397112200, -754702000, 0),
(54664, 2557, 230, 'Carteret', 405834990, -742333490, 0),
(54665, 2557, 230, 'Cedar Glen West', 400420600, -742926500, 0),
(54666, 2557, 230, 'Cedar Grove', 408517700, -742290400, 0),
(54667, 2557, 230, 'Cedar Knolls', 408219440, -744488890, 0),
(54668, 2557, 230, 'Cedarville', 393341700, -752022200, 0),
(54669, 2557, 230, 'Chatham', 407409300, -743837600, 0),
(54670, 2557, 230, 'Chatsworth', 397708000, -744491000, 0),
(54671, 2557, 230, 'Cherry Hill', 399348400, -750307300, 0),
(54672, 2557, 230, 'Cherry Hill Mall', 399359500, -750090600, 0),
(54673, 2557, 230, 'Chester', 407842700, -746968300, 0),
(54674, 2557, 230, 'Cinnaminson', 399967800, -749926700, 0),
(54675, 2557, 230, 'Clark', 406409400, -743107000, 0),
(54676, 2557, 230, 'Clarksboro', 397997200, -752238900, 0),
(54677, 2557, 230, 'Clarksburg', 401886100, -744408300, 0),
(54678, 2557, 230, 'Clayton', 396601100, -750921200, 0),
(54679, 2557, 230, 'Clearbrook Park', 403098300, -744646000, 0),
(54680, 2557, 230, 'Clementon', 398115000, -749829400, 0),
(54681, 2557, 230, 'Cliffside Park', 408214900, -739876400, 0),
(54682, 2557, 230, 'Cliffwood', 404366560, -742268240, 0),
(54683, 2557, 230, 'Clifton', 408584300, -741637600, 0),
(54684, 2557, 230, 'Clinton', 406367700, -749098900, 0),
(54685, 2557, 230, 'Closter', 409731500, -739615300, 0),
(54686, 2557, 230, 'Collings Lakes', 395956700, -748815600, 0),
(54687, 2557, 230, 'Collingswood', 399181700, -750712800, 0),
(54688, 2557, 230, 'Cologne', 395010110, -746071590, 0),
(54689, 2557, 230, 'Colonia', 405745500, -743020900, 0),
(54690, 2557, 230, 'Colts Neck', 403002800, -741830600, 0),
(54691, 2557, 230, 'Columbia', 409855000, -750699000, 0),
(54692, 2557, 230, 'Columbus', 400725000, -747208300, 0),
(54693, 2557, 230, 'Concordia', 403109400, -744482100, 0),
(54694, 2557, 230, 'Cranbury', 403111800, -745251600, 0),
(54695, 2557, 230, 'Cranford', 406556960, -743055080, 0),
(54696, 2557, 230, 'Cream Ridge', 401350000, -745244400, 0),
(54697, 2557, 230, 'Cresskill', 409414900, -739593000, 0),
(54698, 2557, 230, 'Dayton', 403726100, -745101500, 0),
(54699, 2557, 230, 'Deal', 402499510, -740013350, 0),
(54700, 2557, 230, 'Deerfield Street', 395336430, -752313710, 0),
(54701, 2557, 230, 'Delanco', 400506700, -749535000, 0),
(54702, 2557, 230, 'Delaware', 408927000, -750649800, 0),
(54703, 2557, 230, 'Demarest', 409573200, -739634700, 0),
(54704, 2557, 230, 'Denville', 408884790, -744883770, 0),
(54705, 2557, 230, 'Dividing Creek', 392711940, -751050350, 0),
(54706, 2557, 230, 'Dorothy', 394005600, -748238900, 0),
(54707, 2557, 230, 'Dover', 408839900, -745621000, 0),
(54708, 2557, 230, 'Dumont', 409406500, -739968100, 0),
(54709, 2557, 230, 'Dunellen', 406010400, -744825000, 0),
(54710, 2557, 230, 'East Brunswick', 404303420, -744065560, 0),
(54711, 2557, 230, 'East Freehold', 402809400, -742512600, 0),
(54712, 2557, 230, 'East Hanover', 408176200, -743659300, 0),
(54713, 2557, 230, 'East Newark', 407484300, -741618100, 0),
(54714, 2557, 230, 'East Orange', 407673200, -742048700, 0),
(54715, 2557, 230, 'East Rutherford', 408339900, -740970900, 0),
(54716, 2557, 230, 'Eatontown', 403033800, -740706600, 0),
(54717, 2557, 230, 'Echelon', 398484500, -749957200, 0),
(54718, 2557, 230, 'Edgewater', 408270400, -739756900, 0),
(54719, 2557, 230, 'Edison', 405167000, -743964000, 0),
(54720, 2557, 230, 'Egg Harbor', 394157990, -745752290, 0),
(54721, 2557, 230, 'Egg Harbor City', 395287300, -746479400, 0),
(54722, 2557, 230, 'Elizabeth', 406657000, -741782000, 0),
(54723, 2557, 230, 'Elizabethport', 406531000, -741891000, 0),
(54724, 2557, 230, 'Ellisburg', 399137200, -750104500, 0),
(54725, 2557, 230, 'Elmer', 395951100, -751701800, 0),
(54726, 2557, 230, 'Elmwood Park', 409039900, -741184800, 0),
(54727, 2557, 230, 'Elwood', 395765100, -747168300, 0),
(54728, 2557, 230, 'Emerson', 409762100, -740262500, 0),
(54729, 2557, 230, 'Englewood', 408939460, -739756530, 0),
(54730, 2557, 230, 'Englewood Cliffs', 408847850, -739506470, 0),
(54731, 2557, 230, 'Englishtown', 402973300, -743582000, 0),
(54732, 2557, 230, 'Erma', 389806700, -749079500, 0),
(54733, 2557, 230, 'Essex Fells', 408245400, -742845900, 0),
(54734, 2557, 230, 'Estell Manor', 393645170, -747971060, 0),
(54735, 2557, 230, 'Ewan', 396985800, -751863000, 0),
(54736, 2557, 230, 'Ewing', 402698300, -747998800, 0),
(54737, 2557, 230, 'Fair Haven', 403606700, -740381900, 0),
(54738, 2557, 230, 'Fair Lawn', 409403800, -741318100, 0),
(54739, 2557, 230, 'Fairfield', 408841000, -743074000, 0),
(54740, 2557, 230, 'Fairview', 403731600, -740868100, 0),
(54741, 2557, 230, 'Fanwood', 406409400, -743834800, 0),
(54742, 2557, 230, 'Far Hills', 407030920, -746401670, 0),
(54743, 2557, 230, 'Farmingdale', 401999800, -741614490, 0),
(54744, 2557, 230, 'Finderne', 405631600, -745776600, 0),
(54745, 2557, 230, 'Flagtown', 405183080, -746879780, 0),
(54746, 2557, 230, 'Flanders', 408511000, -747078000, 0),
(54747, 2557, 230, 'Flemington', 405123300, -748593300, 0),
(54748, 2557, 230, 'Florence', 397342800, -749182200, 0),
(54749, 2557, 230, 'Florham Park', 407878800, -743882100, 0),
(54750, 2557, 230, 'Fords', 405292700, -743159800, 0),
(54751, 2557, 230, 'Forked River', 398398400, -741901400, 0),
(54752, 2557, 230, 'Fort Dix', 400084200, -745895400, 0),
(54753, 2557, 230, 'Fort Lee', 408488400, -739735800, 0),
(54754, 2557, 230, 'Fort Monmouth', 403162330, -740387340, 0),
(54755, 2557, 230, 'Fortescue', 392375000, -751716700, 0),
(54756, 2557, 230, 'Franklin', 411113400, -745955400, 0),
(54757, 2557, 230, 'Franklin Lakes', 410167600, -742057000, 0),
(54758, 2557, 230, 'Franklin Park', 404391700, -745350000, 0),
(54759, 2557, 230, 'Franklinville', 396180600, -750758300, 0),
(54760, 2557, 230, 'Freehold', 402453730, -742772640, 0),
(54761, 2557, 230, 'Frenchtown', 405262100, -750615600, 0),
(54762, 2557, 230, 'Garfield', 408814900, -741132000, 0),
(54763, 2557, 230, 'Garwood', 406510200, -743234780, 0),
(54764, 2557, 230, 'Gibbsboro', 398381700, -749648900, 0),
(54765, 2557, 230, 'Gillette', 406750000, -744666670, 0),
(54766, 2557, 230, 'Gladstone', 407223080, -746705220, 0),
(54767, 2557, 230, 'Glassboro', 396951000, -751240000, 0),
(54768, 2557, 230, 'Glen Gardner', 406967700, -749407200, 0),
(54769, 2557, 230, 'Glen Ridge', 408053800, -742037600, 0),
(54770, 2557, 230, 'Glen Rock', 409660290, -741234740, 0),
(54771, 2557, 230, 'Glendora', 398395600, -750735100, 0),
(54772, 2557, 230, 'Glenwood', 412511100, -744897200, 0),
(54773, 2557, 230, 'Gloucester City', 398917800, -751162900, 0),
(54774, 2557, 230, 'Goshen', 391414310, -748613620, 0),
(54775, 2557, 230, 'Great Meadows', 408708300, -749122200, 0),
(54776, 2557, 230, 'Green Creek', 390461100, -749013900, 0),
(54777, 2557, 230, 'Green Knoll', 406001000, -746121000, 0),
(54778, 2557, 230, 'Green Village', 407391700, -744536100, 0),
(54779, 2557, 230, 'Greentree', 398970600, -749557200, 0),
(54780, 2557, 230, 'Grenloch', 397371870, -750756350, 0),
(54781, 2557, 230, 'Guttenberg', 407920500, -740037500, 0),
(54782, 2557, 230, 'Hackensack', 408875720, -740498840, 0),
(54783, 2557, 230, 'Hackettstown', 408539900, -748290600, 0),
(54784, 2557, 230, 'Haddon Heights', 398773400, -750646200, 0),
(54785, 2557, 230, 'Haddonfield', 398915000, -750376700, 0),
(54786, 2557, 230, 'Hainesport', 399813900, -748330600, 0),
(54787, 2557, 230, 'Haledon', 409356500, -741862600, 0),
(54788, 2557, 230, 'Hamburg', 411484800, -745734800, 0),
(54789, 2557, 230, 'Hamilton', 402070400, -746744310, 0),
(54790, 2557, 230, 'Hammonton', 396365100, -748023900, 0),
(54791, 2557, 230, 'Hampton', 407070400, -749560000, 0),
(54792, 2557, 230, 'Hancocks Bridge', 395045610, -754619840, 0),
(54793, 2557, 230, 'Harrington Park', 409837100, -739798600, 0),
(54794, 2557, 230, 'Harrison', 407433600, -741520800, 0),
(54795, 2557, 230, 'Harrisonville', 396850000, -752663890, 0),
(54796, 2557, 230, 'Hasbrouck Heights', 408625150, -740747840, 0),
(54797, 2557, 230, 'Haskell', 410296020, -742977460, 0),
(54798, 2557, 230, 'Haworth', 409609300, -739901400, 0),
(54799, 2557, 230, 'Hawthorne', 409492600, -741537500, 0),
(54800, 2557, 230, 'Hazlet', 404280600, -741697200, 0),
(54801, 2557, 230, 'Heathcote', 403887200, -745757100, 0),
(54802, 2557, 230, 'Helmetta', 403767700, -744246000, 0),
(54803, 2557, 230, 'Hewitt', 411416700, -743108300, 0),
(54804, 2557, 230, 'High Bridge', 406670500, -748957200, 0),
(54805, 2557, 230, 'Highland Lakes', 411741700, -744597200, 0),
(54806, 2557, 230, 'Highland Park', 404959400, -744243200, 0),
(54807, 2557, 230, 'Highlands', 404000400, -739908600, 0),
(54808, 2557, 230, 'Hightstown', 402550800, -745156800, 0),
(54809, 2557, 230, 'Hillsborough', 405333330, -746663890, 0),
(54810, 2557, 230, 'Hillsdale', 410026000, -740404200, 0),
(54811, 2557, 230, 'Hillside', 406956500, -742299460, 0),
(54812, 2557, 230, 'Ho-Ho-Kus', 409964900, -741012500, 0),
(54813, 2557, 230, 'Hoboken', 407439900, -740323600, 0),
(54814, 2557, 230, 'Holiday City South', 399532400, -742377800, 0),
(54815, 2557, 230, 'Holiday City-Berkeley', 399638000, -742780300, 0),
(54816, 2557, 230, 'Holmdel', 403839590, -741705630, 0),
(54817, 2557, 230, 'Hopatcong', 409328800, -746593300, 0),
(54818, 2557, 230, 'Hope', 409111200, -749677200, 0),
(54819, 2557, 230, 'Hopewell', 403892700, -747618300, 0),
(54820, 2557, 230, 'Howell', 401820510, -741985200, 0),
(54821, 2557, 230, 'Ironia', 408302090, -746286800, 0),
(54822, 2557, 230, 'Irvington', 407323200, -742348700, 0),
(54823, 2557, 230, 'Iselin', 405717550, -743173660, 0),
(54824, 2557, 230, 'Island Heights', 399420600, -741498600, 0),
(54825, 2557, 230, 'Jackson', 397765000, -748623800, 0),
(54826, 2557, 230, 'Jamesburg', 403490040, -744417020, 0),
(54827, 2557, 230, 'Jersey City', 407227220, -740478860, 0),
(54828, 2557, 230, 'Jobstown', 400227000, -746878000, 0),
(54829, 2557, 230, 'Keansburg', 404417700, -741298600, 0),
(54830, 2557, 230, 'Kearny', 407623200, -741232200, 0),
(54831, 2557, 230, 'Keasbey', 405130980, -743045190, 0),
(54832, 2557, 230, 'Kendall Park', 404209400, -745607100, 0),
(54833, 2557, 230, 'Kenilworth', 406753060, -742928250, 0),
(54834, 2557, 230, 'Kenvil', 408798200, -746184900, 0),
(54835, 2557, 230, 'Keyport', 404382000, -742019400, 0),
(54836, 2557, 230, 'Kingston', 403753800, -746134900, 0),
(54837, 2557, 230, 'Kingston Estates', 399237200, -749879500, 0),
(54838, 2557, 230, 'Kinnelon', 410017600, -743671000, 0),
(54839, 2557, 230, 'Lafayette', 411113900, -746775000, 0),
(54840, 2557, 230, 'Lake Hiawatha', 409000000, -743830000, 0),
(54841, 2557, 230, 'Lake Hopatcong', 409500000, -746330000, 0),
(54842, 2557, 230, 'Lake Mohawk', 410184300, -746601600, 0),
(54843, 2557, 230, 'Lakehurst', 400145600, -743112600, 0),
(54844, 2557, 230, 'Lakewood', 400844430, -742071460, 0),
(54845, 2557, 230, 'Lambertville', 403659400, -749429400, 0),
(54846, 2557, 230, 'Landing', 409020000, -746604000, 0),
(54847, 2557, 230, 'Landisville', 395247200, -749383300, 0),
(54848, 2557, 230, 'Lanoka Harbor', 398258300, -741833330, 0),
(54849, 2557, 230, 'Laurel Lake', 393395600, -750299000, 0),
(54850, 2557, 230, 'Laurel Springs', 398201100, -750062800, 0),
(54851, 2557, 230, 'Laurence Harbor', 404567700, -742465300, 0),
(54852, 2557, 230, 'Lavallette', 399704000, -740687500, 0),
(54853, 2557, 230, 'Lawnside', 398665000, -750282300, 0),
(54854, 2557, 230, 'Lawrence', 402665400, -747128400, 0),
(54855, 2557, 230, 'Lawrenceville', 402973300, -747296000, 0),
(54856, 2557, 230, 'Layton', 412161100, -748230600, 0),
(54857, 2557, 230, 'Lebanon', 406417700, -748360000, 0),
(54858, 2557, 230, 'Ledgewood', 408847000, -746575000, 0),
(54859, 2557, 230, 'Leeds Point', 394964840, -744325630, 0),
(54860, 2557, 230, 'Leesburg', 392567800, -749874000, 0),
(54861, 2557, 230, 'Leisure Knoll', 400190100, -742920900, 0),
(54862, 2557, 230, 'Leisure Village', 400426200, -741848600, 0),
(54863, 2557, 230, 'Leisure Village East', 400301200, -741643100, 0),
(54864, 2557, 230, 'Leisure Village West-Pine Lake Park', 400041600, -742662900, 0),
(54865, 2557, 230, 'Leisuretowne', 398624000, -747251000, 0),
(54866, 2557, 230, 'Leonardo', 404173300, -740620800, 0),
(54867, 2557, 230, 'Leonia', 408614900, -739881900, 0),
(54868, 2557, 230, 'Liberty Corner', 406647000, -745777200, 0),
(54869, 2557, 230, 'Lincoln Park', 409242700, -743020900, 0),
(54870, 2557, 230, 'Lincroft', 403306700, -741209700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(54871, 2557, 230, 'Linden', 406220500, -742445900, 0),
(54872, 2557, 230, 'Lindenwold', 398242800, -749976700, 0),
(54873, 2557, 230, 'Linwood', 393398400, -745751600, 0),
(54874, 2557, 230, 'Little Falls', 408689900, -742082000, 0),
(54875, 2557, 230, 'Little Ferry', 408528800, -740420800, 0),
(54876, 2557, 230, 'Little Silver', 403367800, -740470800, 0),
(54877, 2557, 230, 'Little York', 406066900, -750555900, 0),
(54878, 2557, 230, 'Livingston', 407892380, -743218830, 0),
(54879, 2557, 230, 'Lodi', 408823200, -740832000, 0),
(54880, 2557, 230, 'Long Branch', 403042800, -739923600, 0),
(54881, 2557, 230, 'Long Valley', 407859300, -747801600, 0),
(54882, 2557, 230, 'Lumberton', 399677800, -748002800, 0),
(54883, 2557, 230, 'Lyndhurst', 408083930, -741223610, 0),
(54884, 2557, 230, 'Lyons', 406775720, -745671970, 0),
(54885, 2557, 230, 'Madison', 407598200, -744171000, 0),
(54886, 2557, 230, 'Madison Park', 404515000, -743079200, 0),
(54887, 2557, 230, 'Magnolia', 398545600, -750390600, 0),
(54888, 2557, 230, 'Mahwah', 410886110, -741438890, 0),
(54889, 2557, 230, 'Malaga', 395700000, -750500000, 0),
(54890, 2557, 230, 'Manahawkin', 397015590, -742557420, 0),
(54891, 2557, 230, 'Manasquan', 401262300, -740493000, 0),
(54892, 2557, 230, 'Manchester', 399494590, -743640290, 0),
(54893, 2557, 230, 'Mantoloking', 400472200, -740497200, 0),
(54894, 2557, 230, 'Mantua', 397672200, -751675000, 0),
(54895, 2557, 230, 'Manville', 405409400, -745876600, 0),
(54896, 2557, 230, 'Maple Shade', 399526100, -749923900, 0),
(54897, 2557, 230, 'Maplewood', 407312100, -742734800, 0),
(54898, 2557, 230, 'Margate City', 393278900, -745034900, 0),
(54899, 2557, 230, 'Marlboro', 403429310, -742571970, 0),
(54900, 2557, 230, 'Marlton', 398912200, -749218300, 0),
(54901, 2557, 230, 'Marmora', 392585620, -746592970, 0),
(54902, 2557, 230, 'Martinsville', 406012100, -745590500, 0),
(54903, 2557, 230, 'Matawan', 404148300, -742295900, 0),
(54904, 2557, 230, 'Mauricetown', 392858300, -749930600, 0),
(54905, 2557, 230, 'Mays Landing', 394523400, -747276600, 0),
(54906, 2557, 230, 'Maywood', 409026000, -740618100, 0),
(54907, 2557, 230, 'Mc Afee', 411783300, -745405600, 0),
(54908, 2557, 230, 'McGuire Air Force Base', 400397700, -745817400, 0),
(54909, 2557, 230, 'Medford', 398586940, -748101250, 0),
(54910, 2557, 230, 'Medford Lakes', 398584500, -748029400, 0),
(54911, 2557, 230, 'Mendham', 407759300, -746007100, 0),
(54912, 2557, 230, 'Mercerville', 402370500, -746865500, 0),
(54913, 2557, 230, 'Merchantville', 399473400, -750665600, 0),
(54914, 2557, 230, 'Metuchen', 405431600, -743632000, 0),
(54915, 2557, 230, 'Mickleton', 397900000, -752377800, 0),
(54916, 2557, 230, 'Middlebush', 404976000, -745293200, 0),
(54917, 2557, 230, 'Middlesex', 405753150, -745003450, 0),
(54918, 2557, 230, 'Middletown', 403956330, -741105880, 0),
(54919, 2557, 230, 'Midland Park', 409948380, -741422190, 0),
(54920, 2557, 230, 'Milford', 405687100, -750946200, 0),
(54921, 2557, 230, 'Millburn', 407236000, -743006300, 0),
(54922, 2557, 230, 'Millington', 406777000, -745181000, 0),
(54923, 2557, 230, 'Millstone', 402215880, -744391980, 0),
(54924, 2557, 230, 'Milltown', 404562200, -744432100, 0),
(54925, 2557, 230, 'Millville', 394020600, -750393400, 0),
(54926, 2557, 230, 'Milmay', 394440290, -748643280, 0),
(54927, 2557, 230, 'Mine Hill', 408788900, -746011100, 0),
(54928, 2557, 230, 'Minotola', 395197660, -749486260, 0),
(54929, 2557, 230, 'Monmouth Beach', 403303900, -739815300, 0),
(54930, 2557, 230, 'Monmouth Junction', 403926130, -745446140, 0),
(54931, 2557, 230, 'Monroe', 403363890, -744330560, 0),
(54932, 2557, 230, 'Monroeville', 396288900, -751594400, 0),
(54933, 2557, 230, 'Montague', 413036100, -747491700, 0),
(54934, 2557, 230, 'Montclair', 408259300, -742090300, 0),
(54935, 2557, 230, 'Montvale', 410485380, -740399640, 0),
(54936, 2557, 230, 'Montville', 409019400, -743561100, 0),
(54937, 2557, 230, 'Moonachie', 408391650, -740575540, 0),
(54938, 2557, 230, 'Moorestown', 399659100, -749644100, 0),
(54939, 2557, 230, 'Morganville', 403765000, -742443100, 0),
(54940, 2557, 230, 'Morris Plains', 408432000, -744824400, 0),
(54941, 2557, 230, 'Morristown', 407954330, -744899710, 0),
(54942, 2557, 230, 'Mount Arlington', 409259300, -746348800, 0),
(54943, 2557, 230, 'Mount Ephraim', 398784500, -750926700, 0),
(54944, 2557, 230, 'Mount Freedom', 408196300, -745725410, 0),
(54945, 2557, 230, 'Mount Holly', 399928900, -747876600, 0),
(54946, 2557, 230, 'Mount Laurel', 399478200, -749116800, 0),
(54947, 2557, 230, 'Mount Royal', 398100000, -752113900, 0),
(54948, 2557, 230, 'Mount Tabor', 408718210, -744773510, 0),
(54949, 2557, 230, 'Mountain Lakes', 408888600, -744442800, 0),
(54950, 2557, 230, 'Mountainside', 406723200, -743573700, 0),
(54951, 2557, 230, 'Mullica Hill', 397392800, -752240700, 0),
(54952, 2557, 230, 'Mystic Island', 395442800, -743823700, 0),
(54953, 2557, 230, 'National Park', 398659500, -751787900, 0),
(54954, 2557, 230, 'Navesink', 403995500, -740354200, 0),
(54955, 2557, 230, 'Neptune City', 402006000, -740331090, 0),
(54956, 2557, 230, 'Neshanic Station', 405080600, -747302800, 0),
(54957, 2557, 230, 'Netcong', 408989900, -747065500, 0),
(54958, 2557, 230, 'New Brunswick', 404878360, -744494480, 0),
(54959, 2557, 230, 'New Egypt', 400676100, -745307100, 0),
(54960, 2557, 230, 'New Gretna', 396038810, -744601260, 0),
(54961, 2557, 230, 'New Lisbon', 399575530, -746289260, 0),
(54962, 2557, 230, 'New Milford', 409326800, -740178500, 0),
(54963, 2557, 230, 'New Providence', 406984200, -744150000, 0),
(54964, 2557, 230, 'New Vernon', 407327000, -744809000, 0),
(54965, 2557, 230, 'Newark', 407356600, -741723700, 0),
(54966, 2557, 230, 'Newfield', 395465000, -750249000, 0),
(54967, 2557, 230, 'Newfoundland', 410486100, -744444400, 0),
(54968, 2557, 230, 'Newport', 392966700, -751766700, 0),
(54969, 2557, 230, 'Newton', 410581500, -747526700, 0),
(54970, 2557, 230, 'Newtonville', 395630250, -748567090, 0),
(54971, 2557, 230, 'Normandy Beach', 400017000, -740639500, 0),
(54972, 2557, 230, 'North Arlington', 407884300, -741332000, 0),
(54973, 2557, 230, 'North Bergen', 408042700, -740120800, 0),
(54974, 2557, 230, 'North Brunswick', 404503870, -744794550, 0),
(54975, 2557, 230, 'North Caldwell', 408648200, -742582000, 0),
(54976, 2557, 230, 'North Haledon', 409551000, -741859800, 0),
(54977, 2557, 230, 'North Plainfield', 406301000, -744273700, 0),
(54978, 2557, 230, 'North Wildwood', 390006700, -747993300, 0),
(54979, 2557, 230, 'Northfield', 407742700, -743245900, 0),
(54980, 2557, 230, 'Northvale', 410064900, -739490300, 0),
(54981, 2557, 230, 'Norwood', 409981500, -739618000, 0),
(54982, 2557, 230, 'Nutley', 408223200, -741598700, 0),
(54983, 2557, 230, 'Oak Ridge', 410470000, -744850000, 0),
(54984, 2557, 230, 'Oak Valley', 398012200, -751624000, 0),
(54985, 2557, 230, 'Oakhurst', 402709400, -740162500, 0),
(54986, 2557, 230, 'Oakland', 410131500, -742643100, 0),
(54987, 2557, 230, 'Oaklyn', 399009500, -750846200, 0),
(54988, 2557, 230, 'Ocean Acres', 397434500, -742809800, 0),
(54989, 2557, 230, 'Ocean City', 392776200, -745746000, 0),
(54990, 2557, 230, 'Ocean Gate', 399267900, -741337500, 0),
(54991, 2557, 230, 'Ocean Grove', 402120600, -740065300, 0),
(54992, 2557, 230, 'Ocean View', 391763900, -747336100, 0),
(54993, 2557, 230, 'Oceanport', 403154570, -740173440, 0),
(54994, 2557, 230, 'Oceanville', 394659520, -744592840, 0),
(54995, 2557, 230, 'Ogdensburg', 410817600, -745923800, 0),
(54996, 2557, 230, 'Old Bridge', 404148300, -743654300, 0),
(54997, 2557, 230, 'Old Tappan', 410106500, -739912500, 0),
(54998, 2557, 230, 'Oldwick', 406932480, -747933180, 0),
(54999, 2557, 230, 'Oradell', 409587100, -740368100, 0),
(55000, 2557, 230, 'Orange', 407706600, -742326500, 0),
(55001, 2557, 230, 'Oxford', 408031500, -749896200, 0),
(55002, 2557, 230, 'Palisades Park', 408481600, -739976400, 0),
(55003, 2557, 230, 'Palmyra', 400070600, -750282300, 0),
(55004, 2557, 230, 'Paramus', 409445400, -740754200, 0),
(55005, 2557, 230, 'Park Ridge', 410376000, -740407000, 0),
(55006, 2557, 230, 'Parlin', 404619400, -743383300, 0),
(55007, 2557, 230, 'Parsippany', 408620400, -744061200, 0),
(55008, 2557, 230, 'Passaic', 408567700, -741284800, 0),
(55009, 2557, 230, 'Paterson', 409167700, -741718100, 0),
(55010, 2557, 230, 'Paulsboro', 398303900, -752404600, 0),
(55011, 2557, 230, 'Peapack', 407112880, -746589220, 0),
(55012, 2557, 230, 'Pedricktown', 397672200, -754147200, 0),
(55013, 2557, 230, 'Pemberton', 399618160, -746811190, 0),
(55014, 2557, 230, 'Pennington', 403327170, -747775440, 0),
(55015, 2557, 230, 'Penns Grove', 397295600, -754679700, 0),
(55016, 2557, 230, 'Pennsauken', 399544450, -750742570, 0),
(55017, 2557, 230, 'Pennsville', 396534500, -755165900, 0),
(55018, 2557, 230, 'Pequannock', 409626700, -743052050, 0),
(55019, 2557, 230, 'Perth Amboy', 405067700, -742654200, 0),
(55020, 2557, 230, 'Phillipsburg', 406937100, -751901800, 0),
(55021, 2557, 230, 'Picatinny Arsenal', 409393890, -745584530, 0),
(55022, 2557, 230, 'Pine Beach', 399359500, -741709700, 0),
(55023, 2557, 230, 'Pine Brook', 408602800, -743405600, 0),
(55024, 2557, 230, 'Pine Hill', 397842800, -749921100, 0),
(55025, 2557, 230, 'Pine Lake Park', 400031700, -742565300, 0),
(55026, 2557, 230, 'Piscataway', 405397220, -744663890, 0),
(55027, 2557, 230, 'Pitman', 397328900, -751315700, 0),
(55028, 2557, 230, 'Pittstown', 405819400, -749591700, 0),
(55029, 2557, 230, 'Plainfield', 406168200, -744172700, 0),
(55030, 2557, 230, 'Plainsboro', 403345750, -745793810, 0),
(55031, 2557, 230, 'Plainsboro Center', 403317700, -745946000, 0),
(55032, 2557, 230, 'Pleasantville', 394076400, -745707000, 0),
(55033, 2557, 230, 'Pluckemin', 406432300, -746366490, 0),
(55034, 2557, 230, 'Point Pleasant', 400831700, -740681900, 0),
(55035, 2557, 230, 'Point Pleasant Beach', 400912300, -740479100, 0),
(55036, 2557, 230, 'Pomona', 394829680, -745665530, 0),
(55037, 2557, 230, 'Pompton Lakes', 410053800, -742907000, 0),
(55038, 2557, 230, 'Pompton Plains', 409626700, -743052050, 0),
(55039, 2557, 230, 'Port Monmouth', 404301100, -740984700, 0),
(55040, 2557, 230, 'Port Murray', 407855560, -749161110, 0),
(55041, 2557, 230, 'Port Norris', 392459500, -750351800, 0),
(55042, 2557, 230, 'Port Reading', 405653800, -742604200, 0),
(55043, 2557, 230, 'Port Republic', 395206700, -744857100, 0),
(55044, 2557, 230, 'Pottersville', 407137710, -747116710, 0),
(55045, 2557, 230, 'Princeton', 403487200, -746590500, 0),
(55046, 2557, 230, 'Princeton Junction', 403173300, -746198800, 0),
(55047, 2557, 230, 'Princeton Meadows', 403317700, -745637700, 0),
(55048, 2557, 230, 'Prospect Park', 409370400, -741743100, 0),
(55049, 2557, 230, 'Quakertown', 405772200, -749372200, 0),
(55050, 2557, 230, 'Rahway', 406081600, -742776500, 0),
(55051, 2557, 230, 'Ramblewood', 399287200, -749437800, 0),
(55052, 2557, 230, 'Ramsey', 410573200, -741409800, 0),
(55053, 2557, 230, 'Ramtown', 401209500, -741437500, 0),
(55054, 2557, 230, 'Rancocas', 400101200, -748681600, 0),
(55055, 2557, 230, 'Randolph', 408416910, -745783300, 0),
(55056, 2557, 230, 'Raritan', 405695500, -746329400, 0),
(55057, 2557, 230, 'Readington', 405783300, -747800000, 0),
(55058, 2557, 230, 'Red Bank', 403548380, -740765320, 0),
(55059, 2557, 230, 'Richland', 394876820, -748818570, 0),
(55060, 2557, 230, 'Richwood', 397226100, -751654600, 0),
(55061, 2557, 230, 'Ridgefield', 408320120, -740014910, 0),
(55062, 2557, 230, 'Ridgefield Park', 408573540, -740225170, 0),
(55063, 2557, 230, 'Ridgewood', 409792600, -741165300, 0),
(55064, 2557, 230, 'Ringoes', 404390400, -748273800, 0),
(55065, 2557, 230, 'Ringwood', 411134300, -742454300, 0),
(55066, 2557, 230, 'Rio Grande', 390145600, -748815600, 0),
(55067, 2557, 230, 'River Edge', 409287100, -740398600, 0),
(55068, 2557, 230, 'River Vale', 409953800, -740120800, 0),
(55069, 2557, 230, 'Riverdale', 409939900, -743034800, 0),
(55070, 2557, 230, 'Riverside', 400356770, -749558010, 0),
(55071, 2557, 230, 'Riverton', 400115000, -750148900, 0),
(55072, 2557, 230, 'Robbinsville', 402145500, -746193200, 0),
(55073, 2557, 230, 'Robertsville', 403462200, -742879200, 0),
(55074, 2557, 230, 'Rochelle Park', 409051280, -740905630, 0),
(55075, 2557, 230, 'Rockaway', 409012100, -745143200, 0),
(55076, 2557, 230, 'Rocky Hill', 404002800, -746391700, 0),
(55077, 2557, 230, 'Roebling', 401159400, -747862700, 0),
(55078, 2557, 230, 'Roosevelt', 402183300, -744708300, 0),
(55079, 2557, 230, 'Roseland', 408201220, -743023970, 0),
(55080, 2557, 230, 'Roselle', 406516620, -742618030, 0),
(55081, 2557, 230, 'Roselle Park', 406645500, -742643100, 0),
(55082, 2557, 230, 'Rosenhayn', 394781700, -751312900, 0),
(55083, 2557, 230, 'Rossmoor', 403365000, -744734900, 0),
(55084, 2557, 230, 'Rumson', 403720500, -739990300, 0),
(55085, 2557, 230, 'Runnemede', 398523400, -750679500, 0),
(55086, 2557, 230, 'Rutherford', 408264900, -741068100, 0),
(55087, 2557, 230, 'Saddle Brook', 408989900, -740926400, 0),
(55088, 2557, 230, 'Saddle River', 410454600, -740998800, 0),
(55089, 2557, 230, 'Salem', 395717800, -754671400, 0),
(55090, 2557, 230, 'Sayreville', 404641890, -743459330, 0),
(55091, 2557, 230, 'Sayreville Junction', 404653800, -743304300, 0),
(55092, 2557, 230, 'Schooleys Mountain', 408219980, -747598830, 0),
(55093, 2557, 230, 'Scotch Plains', 406553800, -743898700, 0),
(55094, 2557, 230, 'Sea Girt', 401340290, -740431210, 0),
(55095, 2557, 230, 'Sea Isle City', 391534500, -746929400, 0),
(55096, 2557, 230, 'Seaside Heights', 399442800, -740729100, 0),
(55097, 2557, 230, 'Secaucus', 407900130, -740620780, 0),
(55098, 2557, 230, 'Sergeantsville', 404458300, -749436100, 0),
(55099, 2557, 230, 'Sewaren', 405520500, -742587600, 0),
(55100, 2557, 230, 'Sewell', 397493400, -750966600, 0),
(55101, 2557, 230, 'Shark River Hills', 402090640, -740583590, 0),
(55102, 2557, 230, 'Shiloh', 394580600, -752975000, 0),
(55103, 2557, 230, 'Short Hills', 407371590, -743287010, 0),
(55104, 2557, 230, 'Shrewsbury', 403469440, -740647220, 0),
(55105, 2557, 230, 'Sicklerville', 397172200, -749694400, 0),
(55106, 2557, 230, 'Silver Ridge', 399592800, -742184800, 0),
(55107, 2557, 230, 'Singac', 408867700, -742409800, 0),
(55108, 2557, 230, 'Skillman', 404113800, -746959800, 0),
(55109, 2557, 230, 'Smithville', 394940100, -744570900, 0),
(55110, 2557, 230, 'Society Hill', 405339900, -744579300, 0),
(55111, 2557, 230, 'Somerdale', 398440000, -750226700, 0),
(55112, 2557, 230, 'Somers Point', 393176200, -745946000, 0),
(55113, 2557, 230, 'Somerset', 404993400, -745213800, 0),
(55114, 2557, 230, 'Somerville', 405437400, -746600400, 0),
(55115, 2557, 230, 'South Amboy', 404778800, -742907000, 0),
(55116, 2557, 230, 'South Bound Brook', 405534400, -745315400, 0),
(55117, 2557, 230, 'South Dennis', 391725360, -748076920, 0),
(55118, 2557, 230, 'South Hackensack', 408647850, -740481000, 0),
(55119, 2557, 230, 'South Old Bridge', 404081600, -743543200, 0),
(55120, 2557, 230, 'South Orange', 407489900, -742612600, 0),
(55121, 2557, 230, 'South Plainfield', 405792700, -744115400, 0),
(55122, 2557, 230, 'South River', 404465000, -743859800, 0),
(55123, 2557, 230, 'South Toms River', 399420600, -742043100, 0),
(55124, 2557, 230, 'South Vineland', 394459500, -750287900, 0),
(55125, 2557, 230, 'Sparta', 410383300, -746322200, 0),
(55126, 2557, 230, 'Spotswood', 403917700, -743984800, 0),
(55127, 2557, 230, 'Spring Lake', 401512200, -740394000, 0),
(55128, 2557, 230, 'Spring Lake Heights', 401503900, -740309700, 0),
(55129, 2557, 230, 'Springdale', 399026100, -749662800, 0),
(55130, 2557, 230, 'Springfield', 406999230, -743232890, 0),
(55131, 2557, 230, 'Stanhope', 409028800, -747090500, 0),
(55132, 2557, 230, 'Stewartsville', 406936100, -751111100, 0),
(55133, 2557, 230, 'Stirling', 406809000, -744914000, 0),
(55134, 2557, 230, 'Stockholm', 410883000, -745144200, 0),
(55135, 2557, 230, 'Stockton', 404052800, -749772200, 0),
(55136, 2557, 230, 'Stone Harbor', 390438900, -747675000, 0),
(55137, 2557, 230, 'Stratford', 398267800, -750154500, 0),
(55138, 2557, 230, 'Strathmore', 403959400, -742134800, 0),
(55139, 2557, 230, 'Succasunna', 408551770, -746521400, 0),
(55140, 2557, 230, 'Summit', 407414900, -743595900, 0),
(55141, 2557, 230, 'Surf City', 396620600, -741651400, 0),
(55142, 2557, 230, 'Sussex', 412098200, -746076600, 0),
(55143, 2557, 230, 'Swedesboro', 397476100, -753104700, 0),
(55144, 2557, 230, 'Teaneck', 408920840, -740101430, 0),
(55145, 2557, 230, 'Tenafly', 409253800, -739629200, 0),
(55146, 2557, 230, 'Tennent', 402779600, -743344400, 0),
(55147, 2557, 230, 'Teterboro', 408595560, -740626760, 0),
(55148, 2557, 230, 'Thorofare', 398371000, -751839000, 0),
(55149, 2557, 230, 'Three Bridges', 405311930, -747766280, 0),
(55150, 2557, 230, 'Tinton Falls', 403042800, -741004200, 0),
(55151, 2557, 230, 'Titusville', 403000000, -748600000, 0),
(55152, 2557, 230, 'Toms River', 399537300, -741979200, 0),
(55153, 2557, 230, 'Totowa', 409015800, -742218000, 0),
(55154, 2557, 230, 'Towaco', 409219400, -743455600, 0),
(55155, 2557, 230, 'Township Of Washington', 409883060, -740646930, 0),
(55156, 2557, 230, 'Tranquility', 409561110, -748088890, 0),
(55157, 2557, 230, 'Trenton', 402170500, -747429400, 0),
(55158, 2557, 230, 'Tuckahoe', 392900000, -747538900, 0),
(55159, 2557, 230, 'Tuckerton', 395902060, -743541020, 0),
(55160, 2557, 230, 'Turnersville', 397731700, -750512800, 0),
(55161, 2557, 230, 'Twin Rivers', 402640000, -744912600, 0),
(55162, 2557, 230, 'Union', 406976000, -742632000, 0),
(55163, 2557, 230, 'Union Beach', 404465000, -741782000, 0),
(55164, 2557, 230, 'Union City', 407667000, -740295000, 0),
(55165, 2557, 230, 'Upper', 392511110, -747075000, 0),
(55166, 2557, 230, 'Upper Montclair', 408462100, -742012600, 0),
(55167, 2557, 230, 'Upper Saddle River', 410584300, -740984800, 0),
(55168, 2557, 230, 'Vauxhall', 407182000, -742855000, 0),
(55169, 2557, 230, 'Ventnor City', 393403900, -744773700, 0),
(55170, 2557, 230, 'Vernon', 411825000, -745041000, 0),
(55171, 2557, 230, 'Vernon Valley', 412367600, -744871000, 0),
(55172, 2557, 230, 'Verona', 408298200, -742401500, 0),
(55173, 2557, 230, 'Victory Gardens', 408759300, -745423800, 0),
(55174, 2557, 230, 'Victory Lakes', 396331700, -749660000, 0),
(55175, 2557, 230, 'Vienna', 408725890, -748901590, 0),
(55176, 2557, 230, 'Villas', 390287200, -749385100, 0),
(55177, 2557, 230, 'Vincentown', 398207570, -746944840, 0),
(55178, 2557, 230, 'Vineland', 394862300, -750257300, 0),
(55179, 2557, 230, 'Vista Center', 401592800, -743179200, 0),
(55180, 2557, 230, 'Voorhees', 398519440, -749613890, 0),
(55181, 2557, 230, 'Waldwick', 410106500, -741179200, 0),
(55182, 2557, 230, 'Wall', 401673000, -740960890, 0),
(55183, 2557, 230, 'Wallington', 408531600, -741137500, 0),
(55184, 2557, 230, 'Wanamassa', 402317800, -740254200, 0),
(55185, 2557, 230, 'Wanaque', 410381500, -742940400, 0),
(55186, 2557, 230, 'Waretown', 397922330, -741915270, 0),
(55187, 2557, 230, 'Warren', 406345880, -745190440, 0),
(55188, 2557, 230, 'Washington', 407584300, -749793400, 0),
(55189, 2557, 230, 'Watchung', 406378800, -744509900, 0),
(55190, 2557, 230, 'Wayne', 409253800, -742765400, 0),
(55191, 2557, 230, 'Weehawken', 407695500, -740204200, 0),
(55192, 2557, 230, 'Wenonah', 397945600, -751487900, 0),
(55193, 2557, 230, 'West Atlantic City', 393782910, -745997790, 0),
(55194, 2557, 230, 'West Belmar', 401692800, -740354200, 0),
(55195, 2557, 230, 'West Berlin', 398086100, -749413900, 0),
(55196, 2557, 230, 'West Caldwell', 408409300, -743018200, 0),
(55197, 2557, 230, 'West Cape May', 389387200, -749418400, 0),
(55198, 2557, 230, 'West Creek', 396344400, -743072200, 0),
(55199, 2557, 230, 'West Freehold', 402420600, -743012600, 0),
(55200, 2557, 230, 'West Long Branch', 402897080, -740189360, 0),
(55201, 2557, 230, 'West Milford', 411312100, -743673700, 0),
(55202, 2557, 230, 'West New York', 407878800, -740143100, 0),
(55203, 2557, 230, 'West Orange', 407987100, -742390400, 0),
(55204, 2557, 230, 'Westfield', 406589900, -743473700, 0),
(55205, 2557, 230, 'Weston', 405351000, -745907100, 0),
(55206, 2557, 230, 'Westville', 408445400, -742995900, 0),
(55207, 2557, 230, 'Westwood', 409912100, -740326400, 0),
(55208, 2557, 230, 'Wharton', 408931500, -745818300, 0),
(55209, 2557, 230, 'Whippany', 408217680, -744220030, 0),
(55210, 2557, 230, 'Whitehouse', 406240030, -747407860, 0),
(55211, 2557, 230, 'Whitehouse Station', 406153800, -747704400, 0),
(55212, 2557, 230, 'Whitesboro', 390378480, -748612110, 0),
(55213, 2557, 230, 'Whiting', 399544440, -743786110, 0),
(55214, 2557, 230, 'Wickatunk', 403511600, -742499100, 0),
(55215, 2557, 230, 'Wildwood', 389917800, -748148900, 0),
(55216, 2557, 230, 'Wildwood Crest', 389748400, -748335000, 0),
(55217, 2557, 230, 'Williamstown', 396428400, -749555400, 0),
(55218, 2557, 230, 'Willingboro', 400275300, -748831470, 0),
(55219, 2557, 230, 'Windsor', 402445750, -745871020, 0),
(55220, 2557, 230, 'Winslow', 396584790, -748660960, 0),
(55221, 2557, 230, 'Wood-Lynne', 399173400, -750962900, 0),
(55222, 2557, 230, 'Wood-Ridge', 408475790, -740870080, 0),
(55223, 2557, 230, 'Woodbine', 392417800, -748151700, 0),
(55224, 2557, 230, 'Woodbridge', 405576000, -742845900, 0),
(55225, 2557, 230, 'Woodbury', 398247870, -751317050, 0),
(55226, 2557, 230, 'Woodbury Heights', 398170600, -751551800, 0),
(55227, 2557, 230, 'Woodcliff Lake', 410233800, -740603500, 0),
(55228, 2557, 230, 'Woodland Park', 408898200, -741948700, 0),
(55229, 2557, 230, 'Woodstown', 396515000, -753282500, 0),
(55230, 2557, 230, 'Wrightstown', 400275000, -746308300, 0),
(55231, 2557, 230, 'Wyckoff', 410095400, -741729200, 0),
(55232, 2557, 230, 'Yardville', 401812200, -746643200, 0),
(55233, 2557, 230, 'Yorketown', 403078900, -743376500, 0),
(55234, 2557, 230, 'Zarephath', 405372200, -745775000, 0),
(55235, 2558, 230, 'Agua Fria', 356544800, -1060222400, 0),
(55236, 2558, 230, 'Alamogordo', 328995300, -1059602600, 0),
(55237, 2558, 230, 'Albuquerque', 350844900, -1066511400, 0),
(55238, 2558, 230, 'Alcalde', 360880600, -1060569400, 0),
(55239, 2558, 230, 'Algodones', 353796250, -1064800560, 0),
(55240, 2558, 230, 'Alto', 333986100, -1056808300, 0),
(55241, 2558, 230, 'Amistad', 359188900, -1031538900, 0),
(55242, 2558, 230, 'Angel Fire', 363930900, -1052850100, 0),
(55243, 2558, 230, 'Anthony', 320039900, -1066058300, 0),
(55244, 2558, 230, 'Arenas Valley', 327939600, -1081842100, 0),
(55245, 2558, 230, 'Artesia', 328423300, -1044033000, 0),
(55246, 2558, 230, 'Atoka', 327695600, -1043888500, 0),
(55247, 2558, 230, 'Aztec', 368382790, -1079935540, 0),
(55248, 2558, 230, 'Bayard', 327617400, -1081306000, 0),
(55249, 2558, 230, 'Belen', 346628400, -1067764200, 0),
(55250, 2558, 230, 'Bernalillo', 353000400, -1065511400, 0),
(55251, 2558, 230, 'Bloomfield', 367141910, -1079704740, 0),
(55252, 2558, 230, 'Bluewater', 351742520, -1078942820, 0),
(55253, 2558, 230, 'Boles Acres', 328070300, -1059861000, 0),
(55254, 2558, 230, 'Bosque', 345627040, -1067813050, 0),
(55255, 2558, 230, 'Bosque Farms', 348547800, -1067053000, 0),
(55256, 2558, 230, 'Capitan', 335453600, -1055722000, 0),
(55257, 2558, 230, 'Carlsbad', 324206700, -1042288400, 0),
(55258, 2558, 230, 'Carnuel', 350639400, -1064572500, 0),
(55259, 2558, 230, 'Carrizozo', 336417400, -1058772100, 0),
(55260, 2558, 230, 'Casa Blanca', 350019840, -1074130430, 0),
(55261, 2558, 230, 'Causey', 338607510, -1031387880, 0),
(55262, 2558, 230, 'Cedar Crest', 351072200, -1063736100, 0),
(55263, 2558, 230, 'Cerrillos', 354372200, -1061266700, 0),
(55264, 2558, 230, 'Chacon', 361549140, -1053847450, 0),
(55265, 2558, 230, 'Chama', 369030700, -1065794800, 0),
(55266, 2558, 230, 'Chaparral', 320116600, -1065713550, 0),
(55267, 2558, 230, 'Chimayo', 360039100, -1059469700, 0),
(55268, 2558, 230, 'Cimarron', 365108700, -1049158300, 0),
(55269, 2558, 230, 'Clayton', 364516900, -1031841000, 0),
(55270, 2558, 230, 'Cleveland', 359706700, -1055452700, 0),
(55271, 2558, 230, 'Cliff', 329619400, -1086111100, 0),
(55272, 2558, 230, 'Cloudcroft', 329547200, -1057405600, 0),
(55273, 2558, 230, 'Clovis', 344048000, -1032052300, 0),
(55274, 2558, 230, 'Cochiti Pueblo', 356094440, -1063436110, 0),
(55275, 2558, 230, 'Columbus', 318276000, -1076400200, 0),
(55276, 2558, 230, 'Corona', 342505600, -1055955600, 0),
(55277, 2558, 230, 'Corrales', 352378200, -1066066900, 0),
(55278, 2558, 230, 'Crownpoint', 356780800, -1081511800, 0),
(55279, 2558, 230, 'Cuba', 360183300, -1069597200, 0),
(55280, 2558, 230, 'Cubero', 352011110, -1073886110, 0),
(55281, 2558, 230, 'Datil', 339183000, -1080550800, 0),
(55282, 2558, 230, 'Deming', 322687000, -1077586400, 0),
(55283, 2558, 230, 'Des Moines', 366386480, -1038829870, 0),
(55284, 2558, 230, 'Dexter', 331973300, -1043730200, 0),
(55285, 2558, 230, 'Dona Ana', 323895400, -1068139000, 0),
(55286, 2558, 230, 'Dulce', 369336200, -1069989300, 0),
(55287, 2558, 230, 'Edgewood', 350614400, -1061914100, 0),
(55288, 2558, 230, 'El Cerro', 347270000, -1067108600, 0),
(55289, 2558, 230, 'El Prado', 364486100, -1055755600, 0),
(55290, 2558, 230, 'Eldorado at Santa Fe', 355264200, -1059347400, 0),
(55291, 2558, 230, 'Elephant Butte', 331486800, -1071847500, 0),
(55292, 2558, 230, 'Embudo', 362130600, -1059250000, 0),
(55293, 2558, 230, 'Espanola', 359911300, -1060805800, 0),
(55294, 2558, 230, 'Estancia', 347583900, -1060558500, 0),
(55295, 2558, 230, 'Eunice', 324392890, -1031614820, 0),
(55296, 2558, 230, 'Farmington', 367280600, -1082186900, 0),
(55297, 2558, 230, 'Flora Vista', 367944500, -1080803500, 0),
(55298, 2558, 230, 'Fort Sumner', 344717300, -1042455300, 0),
(55299, 2558, 230, 'Gallup', 355230530, -1087285950, 0),
(55300, 2558, 230, 'Gamerco', 355698140, -1087634520, 0),
(55301, 2558, 230, 'Glenwood', 333136100, -1088844400, 0),
(55302, 2558, 230, 'Glorieta', 355777800, -1057597200, 0),
(55303, 2558, 230, 'Grants', 351472600, -1078514500, 0),
(55304, 2558, 230, 'Hatch', 326653600, -1071530700, 0),
(55305, 2558, 230, 'High Rolls Mountain Park', 330784960, -1060264840, 0),
(55306, 2558, 230, 'Hobbs', 327026100, -1031360400, 0),
(55307, 2558, 230, 'Holloman Air Force Base', 328482700, -1060997700, 0),
(55308, 2558, 230, 'House', 347365650, -1039824930, 0),
(55309, 2558, 230, 'Hurley', 326992400, -1081319900, 0),
(55310, 2558, 230, 'Ilfeld', 356906400, -1059376300, 0),
(55311, 2558, 230, 'Isleta', 349077800, -1066930600, 0),
(55312, 2558, 230, 'Jemez Pueblo', 356139200, -1067258700, 0),
(55313, 2558, 230, 'Kirtland', 367468830, -1083556050, 0),
(55314, 2558, 230, 'Kirtland Air Force Base', 350496500, -1065468400, 0),
(55315, 2558, 230, 'La Cienega', 355628100, -1061308600, 0),
(55316, 2558, 230, 'La Luz', 329778700, -1059419300, 0),
(55317, 2558, 230, 'La Mesa', 321000930, -1066875230, 0),
(55318, 2558, 230, 'La Plata', 369639030, -1081689200, 0),
(55319, 2558, 230, 'Laguna', 348738600, -1072843200, 0),
(55320, 2558, 230, 'Lakewood', 326378240, -1043757080, 0),
(55321, 2558, 230, 'Lamy', 354861100, -1058805600, 0),
(55322, 2558, 230, 'Las Cruces', 322783000, -1067783000, 0),
(55323, 2558, 230, 'Las Vegas', 355939300, -1052239000, 0),
(55324, 2558, 230, 'Lindrith', 363026060, -1070444370, 0),
(55325, 2558, 230, 'Loco Hills', 328188890, -1039772220, 0),
(55326, 2558, 230, 'Logan', 353653300, -1034107900, 0),
(55327, 2558, 230, 'Lordsburg', 323503600, -1087086600, 0),
(55328, 2558, 230, 'Los Alamos', 358880800, -1063069700, 0),
(55329, 2558, 230, 'Los Lunas', 348061700, -1067333600, 0),
(55330, 2558, 230, 'Los Ranchos de Albuquerque', 351619900, -1066428000, 0),
(55331, 2558, 230, 'Lovington', 329311200, -1033134600, 0),
(55332, 2558, 230, 'Mayhill', 329075830, -1054670490, 0),
(55333, 2558, 230, 'Medanales', 361546020, -1062361050, 0),
(55334, 2558, 230, 'Mescalero', 331575900, -1057741500, 0),
(55335, 2558, 230, 'Mesilla', 322700900, -1068008400, 0),
(55336, 2558, 230, 'Mesilla Park', 322383020, -1067379320, 0),
(55337, 2558, 230, 'Mesquite', 321645400, -1066966600, 0),
(55338, 2558, 230, 'Miami', 363611110, -1045947220, 0),
(55339, 2558, 230, 'Milan', 351697600, -1078908900, 0),
(55340, 2558, 230, 'Mimbres', 328693970, -1079697510, 0),
(55341, 2558, 230, 'Montezuma', 356522200, -1052763900, 0),
(55342, 2558, 230, 'Mora', 359742000, -1053300100, 0),
(55343, 2558, 230, 'Moriarty', 349900500, -1060491900, 0),
(55344, 2558, 230, 'Mountainair', 345197200, -1062433300, 0),
(55345, 2558, 230, 'Nageezi', 362575000, -1077452800, 0),
(55346, 2558, 230, 'Navajo', 369461200, -1070630900, 0),
(55347, 2558, 230, 'North Valley', 351733800, -1066233600, 0),
(55348, 2558, 230, 'Ocate', 360174380, -1050018210, 0),
(55349, 2558, 230, 'Ohkay Owingeh', 360508200, -1060689700, 0),
(55350, 2558, 230, 'Ojo Caliente', 363030000, -1060470000, 0),
(55351, 2558, 230, 'Organ', 324256670, -1065966700, 0),
(55352, 2558, 230, 'Paradise Hills', 352006000, -1067011400, 0),
(55353, 2558, 230, 'Pecos', 355742000, -1056750200, 0),
(55354, 2558, 230, 'Pena Blanca', 355730600, -1063372200, 0),
(55355, 2558, 230, 'Penasco', 361725000, -1057452000, 0),
(55356, 2558, 230, 'Pie Town', 343325910, -1082803600, 0),
(55357, 2558, 230, 'Pinos Altos', 328672600, -1082198000, 0),
(55358, 2558, 230, 'Placitas', 353069800, -1064247500, 0),
(55359, 2558, 230, 'Playas', 320294900, -1086853100, 0),
(55360, 2558, 230, 'Portales', 341549400, -1033357200, 0),
(55361, 2558, 230, 'Prewitt', 353423090, -1081123540, 0),
(55362, 2558, 230, 'Quemado', 343114200, -1088098800, 0),
(55363, 2558, 230, 'Questa', 367039100, -1055950100, 0),
(55364, 2558, 230, 'Ramah', 351350000, -1084877800, 0),
(55365, 2558, 230, 'Ranchos de Taos', 363586400, -1056094600, 0),
(55366, 2558, 230, 'Raton', 369033600, -1044391500, 0),
(55367, 2558, 230, 'Red River', 367063900, -1054052800, 0),
(55368, 2558, 230, 'Regina', 362020630, -1070583930, 0),
(55369, 2558, 230, 'Rio Communities', 346495900, -1067340300, 0),
(55370, 2558, 230, 'Rio Rancho', 352333800, -1066644700, 0),
(55371, 2558, 230, 'Rociada', 358500000, -1054333330, 0),
(55372, 2558, 230, 'Rodeo', 318369400, -1090316700, 0),
(55373, 2558, 230, 'Roswell', 333942700, -1045230200, 0),
(55374, 2558, 230, 'Ruidoso', 333317500, -1056730400, 0),
(55375, 2558, 230, 'Ruidoso Downs', 333289700, -1056044300, 0),
(55376, 2558, 230, 'San Antonio', 339161100, -1068700000, 0),
(55377, 2558, 230, 'San Jon', 351075000, -1033302800, 0),
(55378, 2558, 230, 'San Jose', 354155560, -1054936110, 0),
(55379, 2558, 230, 'San Rafael', 351510130, -1078763970, 0),
(55380, 2558, 230, 'San Ysidro', 323509300, -1068111200, 0),
(55381, 2558, 230, 'Sandia Heights', 351769900, -1064914100, 0),
(55382, 2558, 230, 'Sandia Knolls', 351639300, -1063114100, 0),
(55383, 2558, 230, 'Sandia Park', 351563070, -1063093540, 0),
(55384, 2558, 230, 'Santa Cruz', 359936100, -1060419400, 0),
(55385, 2558, 230, 'Santa Fe', 356997000, -1059672000, 0),
(55386, 2558, 230, 'Santa Rosa', 349386700, -1046824900, 0),
(55387, 2558, 230, 'Santa Teresa', 318559400, -1066391600, 0),
(55388, 2558, 230, 'Santo Domingo Pueblo', 355147600, -1063658600, 0),
(55389, 2558, 230, 'Sapello', 355938890, -1052166670, 0),
(55390, 2558, 230, 'Sheep Springs', 361429600, -1087071500, 0),
(55391, 2558, 230, 'Shiprock', 367855500, -1086870300, 0),
(55392, 2558, 230, 'Silver City', 327763020, -1082680870, 0),
(55393, 2558, 230, 'Socorro', 340584000, -1068914200, 0),
(55394, 2558, 230, 'South Valley', 350100500, -1066780800, 0),
(55395, 2558, 230, 'Springer', 363835800, -1043440200, 0),
(55396, 2558, 230, 'Stanley', 351362440, -1059384670, 0),
(55397, 2558, 230, 'Sunland Park', 317965000, -1065799900, 0),
(55398, 2558, 230, 'Sunspot', 327908700, -1058182970, 0),
(55399, 2558, 230, 'Taos', 363974400, -1055944800, 0),
(55400, 2558, 230, 'Taos Ski Valley', 364063500, -1055761250, 0),
(55401, 2558, 230, 'Thoreau', 354025300, -1082234000, 0),
(55402, 2558, 230, 'Tijeras', 350875000, -1063772220, 0),
(55403, 2558, 230, 'Timberon', 326316700, -1056922200, 0),
(55404, 2558, 230, 'Tome', 347408900, -1067283600, 0),
(55405, 2558, 230, 'Truth or Consequences', 331284000, -1072528100, 0),
(55406, 2558, 230, 'Tucumcari', 351709730, -1037212230, 0),
(55407, 2558, 230, 'Tularosa', 330739700, -1060186000, 0),
(55408, 2558, 230, 'Tyrone', 326418060, -1083254170, 0),
(55409, 2558, 230, 'University Park', 322834300, -1067533400, 0),
(55410, 2558, 230, 'Valdez', 365731930, -1055022620, 0),
(55411, 2558, 230, 'Valencia', 347995000, -1067003000, 0),
(55412, 2558, 230, 'Vanderwagen', 355280560, -1087419440, 0),
(55413, 2558, 230, 'Vaughn', 346861800, -1051341000, 0),
(55414, 2558, 230, 'Veguita', 344893310, -1067243520, 0),
(55415, 2558, 230, 'Villanueva', 352351640, -1055197870, 0),
(55416, 2558, 230, 'White Rock', 358275300, -1062039100, 0),
(55417, 2558, 230, 'White Sands Missile Range', 322604510, -1064709400, 0),
(55418, 2558, 230, 'Yatahey', 356269400, -1087905600, 0),
(55419, 2558, 230, 'Zuni', 350883330, -1087905560, 0),
(55420, 2559, 230, 'Accord', 417911100, -742288900, 0),
(55421, 2559, 230, 'Adams', 438092300, -760240900, 0),
(55422, 2559, 230, 'Addison', 421028500, -772335900, 0),
(55423, 2559, 230, 'Adirondack', 437357220, -737582820, 0),
(55424, 2559, 230, 'Afton', 422096400, -754902600, 0),
(55425, 2559, 230, 'Airmont', 411009300, -741162500, 0),
(55426, 2559, 230, 'Akron', 430208900, -784953000, 0),
(55427, 2559, 230, 'Alabama', 430963900, -783908300, 0),
(55428, 2559, 230, 'Albany', 426915600, -738278400, 0),
(55429, 2559, 230, 'Albertson', 407734300, -736431800, 0),
(55430, 2559, 230, 'Albion', 432408260, -782015330, 0),
(55431, 2559, 230, 'Alden', 429000600, -784919700, 0),
(55432, 2559, 230, 'Alder Creek', 434169540, -752140470, 0),
(55433, 2559, 230, 'Alexandria Bay', 443324840, -759187690, 0),
(55434, 2559, 230, 'Alfred', 422542400, -777905500, 0),
(55435, 2559, 230, 'Alfred Station', 422561100, -777897200, 0),
(55436, 2559, 230, 'Allegany', 420900600, -784941900, 0),
(55437, 2559, 230, 'Alma', 420173800, -780244720, 0),
(55438, 2559, 230, 'Almond', 423250040, -778245410, 0),
(55439, 2559, 230, 'Alpine', 423638130, -767318830, 0),
(55440, 2559, 230, 'Alplaus', 428527800, -738994400, 0),
(55441, 2559, 230, 'Altamont', 427006300, -740337400, 0),
(55442, 2559, 230, 'Altmar', 435119400, -760008300, 0),
(55443, 2559, 230, 'Altona', 448576800, -736795200, 0),
(55444, 2559, 230, 'Amagansett', 409737100, -721436900, 0),
(55445, 2559, 230, 'Amawalk', 412934090, -737632100, 0),
(55446, 2559, 230, 'Amenia', 418469400, -735547200, 0),
(55447, 2559, 230, 'Amityville', 406789900, -734170700, 0),
(55448, 2559, 230, 'Amsterdam', 429386900, -741881900, 0),
(55449, 2559, 230, 'Ancram', 420361100, -735802800, 0),
(55450, 2559, 230, 'Andes', 421304800, -747846700, 0),
(55451, 2559, 230, 'Andover', 421564600, -777955500, 0),
(55452, 2559, 230, 'Angelica', 423063900, -780163900, 0),
(55453, 2559, 230, 'Angola', 426337680, -790492460, 0),
(55454, 2559, 230, 'Angola on the Lake', 426547800, -790489300, 0),
(55455, 2559, 230, 'Annandale On Hudson', 420128000, -739082000, 0),
(55456, 2559, 230, 'Apalachin', 420695200, -761546500, 0),
(55457, 2559, 230, 'Appleton', 433076000, -786341000, 0),
(55458, 2559, 230, 'Aquebogue', 409445400, -726270400, 0),
(55459, 2559, 230, 'Arcade', 425339500, -784230700, 0),
(55460, 2559, 230, 'Ardsley', 410161100, -738419770, 0),
(55461, 2559, 230, 'Ardsley-on-Hudson', 410249840, -738681770, 0),
(55462, 2559, 230, 'Arkport', 423933300, -776961100, 0),
(55463, 2559, 230, 'Arkville', 421047790, -745301180, 0),
(55464, 2559, 230, 'Arlington', 416959300, -738968000, 0),
(55465, 2559, 230, 'Armonk', 411264800, -737140200, 0),
(55466, 2559, 230, 'Arverne', 405915680, -737840080, 0),
(55467, 2559, 230, 'Ashville', 420772400, -793745470, 0),
(55468, 2559, 230, 'Astoria', 407744400, -739041700, 0),
(55469, 2559, 230, 'Athens', 422603600, -738095700, 0),
(55470, 2559, 230, 'Athol', 434937430, -738966690, 0),
(55471, 2559, 230, 'Athol Springs', 427720000, -788649500, 0),
(55472, 2559, 230, 'Atlanta', 425523390, -774788500, 0),
(55473, 2559, 230, 'Atlantic Beach', 405889900, -737290200, 0),
(55474, 2559, 230, 'Attica', 428642300, -782802900, 0),
(55475, 2559, 230, 'Au Sable Forks', 444441700, -736761100, 0),
(55476, 2559, 230, 'Auburn', 429317300, -765660500, 0),
(55477, 2559, 230, 'Aurora', 427438960, -766522460, 0),
(55478, 2559, 230, 'Austerlitz', 423202800, -735211100, 0),
(55479, 2559, 230, 'Ava', 433045100, -754344000, 0),
(55480, 2559, 230, 'Averill Park', 426339700, -735537300, 0),
(55481, 2559, 230, 'Avoca', 424102780, -774255560, 0),
(55482, 2559, 230, 'Avon', 429120100, -777455600, 0),
(55483, 2559, 230, 'Babylon', 406956600, -733256800, 0),
(55484, 2559, 230, 'Bainbridge', 423044400, -754801800, 0),
(55485, 2559, 230, 'Baiting Hollow', 409562100, -727442700, 0),
(55486, 2559, 230, 'Baldwin', 406564900, -736093000, 0),
(55487, 2559, 230, 'Baldwin Harbor', 406395500, -736084600, 0),
(55488, 2559, 230, 'Baldwin Place', 413216700, -737183300, 0),
(55489, 2559, 230, 'Baldwinsville', 431586800, -763327100, 0),
(55490, 2559, 230, 'Ballston Lake', 429533300, -738747200, 0),
(55491, 2559, 230, 'Ballston Spa', 430033200, -738624000, 0),
(55492, 2559, 230, 'Balmville', 415348200, -740148600, 0),
(55493, 2559, 230, 'Bangall', 418755560, -736916670, 0),
(55494, 2559, 230, 'Barker', 433386110, -785330150, 0),
(55495, 2559, 230, 'Barton', 420774640, -764064760, 0),
(55496, 2559, 230, 'Basom', 430718810, -783900870, 0),
(55497, 2559, 230, 'Batavia', 429981200, -781875200, 0),
(55498, 2559, 230, 'Bath', 423370200, -773177600, 0),
(55499, 2559, 230, 'Bay Shore', 406361110, -731972220, 0),
(55500, 2559, 230, 'Bayport', 407384300, -730506700, 0),
(55501, 2559, 230, 'Bayside', 407683300, -737769400, 0),
(55502, 2559, 230, 'Bayville', 409106500, -735620700, 0),
(55503, 2559, 230, 'Baywood', 407513900, -732905600, 0),
(55504, 2559, 230, 'Beacon', 415048200, -739695800, 0),
(55505, 2559, 230, 'Bear Mountain', 413136100, -740050000, 0),
(55506, 2559, 230, 'Bearsville', 420373800, -741751800, 0),
(55507, 2559, 230, 'Beaver Dams', 423094420, -769863420, 0),
(55508, 2559, 230, 'Beaver Falls', 438868800, -754276800, 0),
(55509, 2559, 230, 'Bedford', 412042600, -736437400, 0),
(55510, 2559, 230, 'Bedford Hills', 412367600, -736945800, 0),
(55511, 2559, 230, 'Belfast', 423397690, -781192120, 0),
(55512, 2559, 230, 'Bellerose', 407242700, -737151300, 0),
(55513, 2559, 230, 'Bellerose Terrace', 407206600, -737259600, 0),
(55514, 2559, 230, 'Bellmore', 406687100, -735270700, 0),
(55515, 2559, 230, 'Bellport', 407694000, -729419400, 0),
(55516, 2559, 230, 'Belmont', 422231200, -780344500, 0),
(55517, 2559, 230, 'Bemus Point', 421627800, -793911100, 0),
(55518, 2559, 230, 'Bensonhurst', 406017700, -739940300, 0),
(55519, 2559, 230, 'Berkshire', 423038900, -761852800, 0),
(55520, 2559, 230, 'Berne', 426063600, -741438000, 0),
(55521, 2559, 230, 'Bernhards Bay', 432662000, -759873690, 0),
(55522, 2559, 230, 'Bethpage', 407396700, -734871070, 0),
(55523, 2559, 230, 'Big Flats', 421373000, -769369100, 0),
(55524, 2559, 230, 'Billings', 416713900, -737621600, 0),
(55525, 2559, 230, 'Billington Heights', 427842300, -786264200, 0),
(55526, 2559, 230, 'Binghamton', 420986900, -759179700, 0),
(55527, 2559, 230, 'Black River', 440125600, -757943700, 0),
(55528, 2559, 230, 'Blasdell', 427972800, -788233700, 0),
(55529, 2559, 230, 'Blauvelt', 410634300, -739576400, 0),
(55530, 2559, 230, 'Bloomfield', 406126000, -741782000, 0),
(55531, 2559, 230, 'Blooming Grove', 414330000, -741670000, 0),
(55532, 2559, 230, 'Bloomville', 423643200, -748059000, 0),
(55533, 2559, 230, 'Blossvale', 432450000, -756550800, 0),
(55534, 2559, 230, 'Blue Mountain Lake', 438525000, -744711100, 0),
(55535, 2559, 230, 'Blue Point', 407439900, -730345500, 0),
(55536, 2559, 230, 'Bohemia', 407697020, -731115450, 0),
(55537, 2559, 230, 'Boiceville', 420138900, -744497200, 0),
(55538, 2559, 230, 'Bolton Landing', 435572200, -736547200, 0),
(55539, 2559, 230, 'Boonville', 434836800, -753365600, 0),
(55540, 2559, 230, 'Boston', 426288900, -787375000, 0),
(55541, 2559, 230, 'Bovina Center', 422619440, -747850000, 0),
(55542, 2559, 230, 'Bowmansville', 429425000, -786892000, 0),
(55543, 2559, 230, 'Brainardsville', 448577780, -740338890, 0),
(55544, 2559, 230, 'Brasher Falls', 448016700, -747780600, 0),
(55545, 2559, 230, 'Breesport', 421728170, -767279580, 0),
(55546, 2559, 230, 'Breezy Point', 405563890, -739266670, 0),
(55547, 2559, 230, 'Brentwood', 407812100, -732462300, 0),
(55548, 2559, 230, 'Brewerton', 432381200, -761407600, 0),
(55549, 2559, 230, 'Brewster', 413973200, -736170700, 0),
(55550, 2559, 230, 'Brewster Hill', 414239800, -736042900, 0),
(55551, 2559, 230, 'Briarcliff Manor', 411451990, -738351410, 0),
(55552, 2559, 230, 'Bridgehampton', 409602290, -723052080, 0),
(55553, 2559, 230, 'Bridgeport', 429159000, -767524500, 0),
(55554, 2559, 230, 'Bridgewater', 428776630, -752502270, 0),
(55555, 2559, 230, 'Brighton', 431475600, -775505500, 0),
(55556, 2559, 230, 'Brightwaters', 407209300, -732673400, 0),
(55557, 2559, 230, 'Broadalbin', 430586800, -741965200, 0),
(55558, 2559, 230, 'Brockport', 432136700, -779391800, 0),
(55559, 2559, 230, 'Brocton', 423886700, -794411600, 0),
(55560, 2559, 230, 'Bronx', 408993600, -739079400, 0),
(55561, 2559, 230, 'Bronxville', 409381500, -738320800, 0),
(55562, 2559, 230, 'Brooklyn', 406501000, -739495800, 0),
(55563, 2559, 230, 'Brooktondale', 423682440, -763644070, 0),
(55564, 2559, 230, 'Brookville', 408131600, -735673500, 0),
(55565, 2559, 230, 'Brownville', 417998200, -743807100, 0),
(55566, 2559, 230, 'Brushton', 448296860, -745267840, 0),
(55567, 2559, 230, 'Buchanan', 412620400, -739381900, 0),
(55568, 2559, 230, 'Buffalo', 428864500, -788783700, 0),
(55569, 2559, 230, 'Burdett', 424158300, -768491700, 0),
(55570, 2559, 230, 'Burke', 449261110, -741793820, 0),
(55571, 2559, 230, 'Burlington Flats', 427452000, -751830000, 0),
(55572, 2559, 230, 'Burnt Hills', 429162600, -739016320, 0),
(55573, 2559, 230, 'Burt', 433163900, -787138900, 0),
(55574, 2559, 230, 'Byron', 430759170, -780679550, 0),
(55575, 2559, 230, 'Cairo', 422989700, -739984700, 0),
(55576, 2559, 230, 'Calcium', 440217300, -758460400, 0),
(55577, 2559, 230, 'Caledonia', 429731200, -778527800, 0),
(55578, 2559, 230, 'Callicoon', 417797710, -749833190, 0),
(55579, 2559, 230, 'Calverton', 409344600, -727691400, 0),
(55580, 2559, 230, 'Cambria Heights', 406930800, -737369400, 0),
(55581, 2559, 230, 'Cambridge', 430281300, -733812200, 0),
(55582, 2559, 230, 'Camden', 433345100, -757479600, 0),
(55583, 2559, 230, 'Cameron Mills', 422305260, -773389340, 0),
(55584, 2559, 230, 'Camillus', 430392300, -763041000, 0),
(55585, 2559, 230, 'Campbell', 422421940, -771976190, 0),
(55586, 2559, 230, 'Campbell Hall', 414541700, -742466700, 0),
(55587, 2559, 230, 'Canandaigua', 428742300, -772880400, 0),
(55588, 2559, 230, 'Canastota', 430795100, -757507400, 0),
(55589, 2559, 230, 'Candor', 422283330, -763366670, 0),
(55590, 2559, 230, 'Caneadea', 424002800, -781600000, 0),
(55591, 2559, 230, 'Canisteo', 422703500, -776058200, 0),
(55592, 2559, 230, 'Canton', 445956200, -751690900, 0),
(55593, 2559, 230, 'Cape Vincent', 441281940, -763324660, 0),
(55594, 2559, 230, 'Carle Place', 407505010, -736123750, 0),
(55595, 2559, 230, 'Carlisle', 427481400, -744561560, 0),
(55596, 2559, 230, 'Carmel', 414492000, -736771000, 0),
(55597, 2559, 230, 'Carthage', 439781200, -756093600, 0),
(55598, 2559, 230, 'Cassville', 429458300, -752544400, 0),
(55599, 2559, 230, 'Castile', 426289500, -780544500, 0),
(55600, 2559, 230, 'Castleton-on-Hudson', 425392360, -737072350, 0),
(55601, 2559, 230, 'Cato', 431938830, -765635350, 0),
(55602, 2559, 230, 'Catskill', 422206120, -738744290, 0),
(55603, 2559, 230, 'Cattaraugus', 423292300, -788680900, 0),
(55604, 2559, 230, 'Cayuga Heights', 424595200, -764866100, 0),
(55605, 2559, 230, 'Cazenovia', 429300700, -758526900, 0),
(55606, 2559, 230, 'Cedarhurst', 406228800, -737243000, 0),
(55607, 2559, 230, 'Celoron', 421095000, -792831000, 0),
(55608, 2559, 230, 'Center Moriches', 408003800, -727898200, 0),
(55609, 2559, 230, 'Centereach', 408584300, -730995500, 0),
(55610, 2559, 230, 'Centerport', 408853800, -733762300, 0),
(55611, 2559, 230, 'Central Islip', 407906500, -732017800, 0),
(55612, 2559, 230, 'Central Square', 432867400, -761460400, 0),
(55613, 2559, 230, 'Central Valley', 413306030, -741313760, 0),
(55614, 2559, 230, 'Chadwicks', 430278500, -752715500, 0),
(55615, 2559, 230, 'Champlain', 449864300, -734465300, 0),
(55616, 2559, 230, 'Chappaqua', 411595400, -737648600, 0),
(55617, 2559, 230, 'Chateaugay', 449256690, -740795110, 0),
(55618, 2559, 230, 'Chatham', 423642500, -735948400, 0),
(55619, 2559, 230, 'Chaumont', 440672220, -761338890, 0),
(55620, 2559, 230, 'Chautauqua', 422261100, -794838900, 0),
(55621, 2559, 230, 'Chazy', 448580960, -734629140, 0),
(55622, 2559, 230, 'Cheektowaga', 429033900, -787547500, 0),
(55623, 2559, 230, 'Chenango Bridge', 421667400, -758624200, 0),
(55624, 2559, 230, 'Chenango Forks', 422695800, -758395800, 0),
(55625, 2559, 230, 'Cherry Valley', 427973400, -747535680, 0),
(55626, 2559, 230, 'Chester', 413625900, -742712600, 0),
(55627, 2559, 230, 'Chestertown', 436525000, -738008300, 0),
(55628, 2559, 230, 'Chestnut Ridge', 410842600, -740557000, 0),
(55629, 2559, 230, 'Chittenango', 430450700, -758665800, 0),
(55630, 2559, 230, 'Churchville', 431042300, -778844500, 0),
(55631, 2559, 230, 'Cicero', 431347200, -761302800, 0),
(55632, 2559, 230, 'Cincinnatus', 425311100, -759288900, 0),
(55633, 2559, 230, 'Circleville', 415132470, -743784760, 0),
(55634, 2559, 230, 'Clarence', 429823520, -786187010, 0),
(55635, 2559, 230, 'Clarence Center', 430106100, -786375300, 0),
(55636, 2559, 230, 'Clarendon', 431930080, -780649210, 0),
(55637, 2559, 230, 'Clarkson', 432331200, -779275100, 0),
(55638, 2559, 230, 'Clarksville', 425611370, -739792830, 0),
(55639, 2559, 230, 'Clay', 431505560, -761941670, 0),
(55640, 2559, 230, 'Clayton', 442394900, -760857800, 0),
(55641, 2559, 230, 'Clayville', 429747200, -752500000, 0),
(55642, 2559, 230, 'Cleveland', 432372620, -758836360, 0),
(55643, 2559, 230, 'Clifton Park', 428514600, -737989800, 0),
(55644, 2559, 230, 'Clifton Springs', 429617300, -771399800, 0),
(55645, 2559, 230, 'Clinton', 430484000, -753785000, 0),
(55646, 2559, 230, 'Clinton Corners', 418759800, -737724000, 0),
(55647, 2559, 230, 'Clintondale', 416948200, -740512500, 0),
(55648, 2559, 230, 'Clymer', 420521300, -796690890, 0),
(55649, 2559, 230, 'Cobleskill', 426778500, -744854200, 0),
(55650, 2559, 230, 'Cohocton', 424958730, -775123460, 0),
(55651, 2559, 230, 'Cohoes', 427742400, -737001200, 0),
(55652, 2559, 230, 'Cold Brook', 432408300, -750391700, 0),
(55653, 2559, 230, 'Cold Spring', 414200900, -739545800, 0),
(55654, 2559, 230, 'Cold Spring Harbor', 408714900, -734567900, 0),
(55655, 2559, 230, 'Colden', 426561840, -786837670, 0),
(55656, 2559, 230, 'College Point', 407875000, -738461100, 0),
(55657, 2559, 230, 'Colliersville', 424908000, -749824800, 0),
(55658, 2559, 230, 'Colonie', 427178600, -738334600, 0),
(55659, 2559, 230, 'Colton', 443217330, -748246550, 0),
(55660, 2559, 230, 'Columbiaville', 423170690, -737489880, 0),
(55661, 2559, 230, 'Commack', 408428800, -732928900, 0),
(55662, 2559, 230, 'Conesus', 427225330, -776761380, 0),
(55663, 2559, 230, 'Coney Island', 405778800, -739940300, 0),
(55664, 2559, 230, 'Congers', 411506500, -739454200, 0),
(55665, 2559, 230, 'Conklin', 420530600, -758275000, 0),
(55666, 2559, 230, 'Constable', 449476200, -743373000, 0),
(55667, 2559, 230, 'Constantia', 432478500, -760002000, 0),
(55668, 2559, 230, 'Cooperstown', 427006300, -749243200, 0),
(55669, 2559, 230, 'Copake Falls', 421338900, -735683300, 0),
(55670, 2559, 230, 'Copiague', 406814900, -733998400, 0),
(55671, 2559, 230, 'Coram', 408687100, -730014900, 0),
(55672, 2559, 230, 'Corinth', 432445200, -738323400, 0),
(55673, 2559, 230, 'Corning', 421428500, -770546900, 0),
(55674, 2559, 230, 'Cornwall', 414326740, -740427410, 0),
(55675, 2559, 230, 'Cornwall-on-Hudson', 414420940, -740167310, 0),
(55676, 2559, 230, 'Corona', 407349700, -738649700, 0),
(55677, 2559, 230, 'Cortland', 426011800, -761804800, 0),
(55678, 2559, 230, 'Cortlandt Manor', 412800000, -738700000, 0),
(55679, 2559, 230, 'Cossayuna', 431734800, -734115000, 0),
(55680, 2559, 230, 'Cottekill', 418506810, -741130910, 0),
(55681, 2559, 230, 'Country Knolls', 429150800, -738051200, 0),
(55682, 2559, 230, 'Coxsackie', 423509200, -738029000, 0),
(55683, 2559, 230, 'Cragsmoor', 416711700, -743857200, 0),
(55684, 2559, 230, 'Craryville', 421747200, -735827800, 0),
(55685, 2559, 230, 'Croghan', 439341000, -753277200, 0),
(55686, 2559, 230, 'Crompond', 412950900, -738654100, 0),
(55687, 2559, 230, 'Cropseyville', 427488900, -735572200, 0),
(55688, 2559, 230, 'Cross River', 412669400, -735886100, 0),
(55689, 2559, 230, 'Croton-on-Hudson', 412167600, -738967200, 0),
(55690, 2559, 230, 'Crown Heights', 416373200, -739379200, 0),
(55691, 2559, 230, 'Crown Point', 439669800, -734617800, 0),
(55692, 2559, 230, 'Cuba', 422175700, -782752900, 0),
(55693, 2559, 230, 'Cutchogue', 410106600, -724850900, 0),
(55694, 2559, 230, 'Dale', 428348050, -781725710, 0),
(55695, 2559, 230, 'Dannemora', 447214300, -737237500, 0),
(55696, 2559, 230, 'Dansville', 425609000, -776961100, 0),
(55697, 2559, 230, 'De Kalb Junction', 444813390, -753005760, 0),
(55698, 2559, 230, 'Deer Park', 407609050, -733277410, 0),
(55699, 2559, 230, 'Delancey', 422062520, -749710670, 0),
(55700, 2559, 230, 'Delanson', 427486100, -741852800, 0),
(55701, 2559, 230, 'Delevan', 424892300, -784808500, 0),
(55702, 2559, 230, 'Delhi', 422803200, -749185200, 0),
(55703, 2559, 230, 'Delmar', 426220200, -738326200, 0),
(55704, 2559, 230, 'Depew', 429016200, -787079400, 0),
(55705, 2559, 230, 'Deposit', 420600800, -754276800, 0),
(55706, 2559, 230, 'Derby', 426813900, -789752800, 0),
(55707, 2559, 230, 'Dexter', 440078400, -760443700, 0),
(55708, 2559, 230, 'Dix Hills', 408048200, -733362300, 0),
(55709, 2559, 230, 'Dobbs Ferry', 410145400, -738726400, 0),
(55710, 2559, 230, 'Dolgeville', 431009000, -747729300, 0),
(55711, 2559, 230, 'Dover Plains', 417412100, -735765200, 0),
(55712, 2559, 230, 'Downsville', 420808300, -749958300, 0),
(55713, 2559, 230, 'Dresden', 426878390, -769549370, 0),
(55714, 2559, 230, 'Dryden', 424909100, -762971600, 0),
(55715, 2559, 230, 'Duanesburg', 427661400, -741395400, 0),
(55716, 2559, 230, 'Dundee', 425234000, -769766300, 0),
(55717, 2559, 230, 'Dunkirk', 424795000, -793339300, 0),
(55718, 2559, 230, 'Durham', 424078200, -741859800, 0),
(55719, 2559, 230, 'Eagle Bay', 437686110, -748169440, 0),
(55720, 2559, 230, 'Eagle Bridge', 429566400, -733615200, 0),
(55721, 2559, 230, 'Earlville', 427411100, -755438900, 0),
(55722, 2559, 230, 'East Amherst', 430183300, -786966700, 0),
(55723, 2559, 230, 'East Aurora', 427727000, -785637000, 0),
(55724, 2559, 230, 'East Berne', 426180110, -740599480, 0),
(55725, 2559, 230, 'East Bethany', 429135010, -781349220, 0),
(55726, 2559, 230, 'East Chatham', 424105600, -735244400, 0),
(55727, 2559, 230, 'East Concord', 425519400, -786402800, 0),
(55728, 2559, 230, 'East Durham', 423908980, -741375850, 0),
(55729, 2559, 230, 'East Elmhurst', 407611100, -738650000, 0),
(55730, 2559, 230, 'East Farmingdale', 407292700, -734167900, 0),
(55731, 2559, 230, 'East Garden City', 407308300, -735980600, 0),
(55732, 2559, 230, 'East Glenville', 428945200, -739279000, 0),
(55733, 2559, 230, 'East Greenbush', 425952960, -736923840, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(55734, 2559, 230, 'East Hampton', 409634300, -721848000, 0),
(55735, 2559, 230, 'East Hampton North', 409727600, -721891100, 0),
(55736, 2559, 230, 'East Islip', 407320400, -731856700, 0),
(55737, 2559, 230, 'East Ithaca', 424395200, -764785500, 0),
(55738, 2559, 230, 'East Marion', 411280630, -723423180, 0),
(55739, 2559, 230, 'East Massapequa', 406734300, -734365100, 0),
(55740, 2559, 230, 'East Meadow', 407139900, -735590200, 0),
(55741, 2559, 230, 'East Moriches', 408051000, -727609300, 0),
(55742, 2559, 230, 'East Nassau', 425288900, -735161100, 0),
(55743, 2559, 230, 'East New York', 406667700, -738823600, 0),
(55744, 2559, 230, 'East Northport', 408573600, -733159800, 0),
(55745, 2559, 230, 'East Norwich', 408467700, -735351200, 0),
(55746, 2559, 230, 'East Patchogue', 407670400, -729962200, 0),
(55747, 2559, 230, 'East Pembroke', 429866700, -783902800, 0),
(55748, 2559, 230, 'East Quogue', 408406600, -725814800, 0),
(55749, 2559, 230, 'East Rochester', 431086700, -774875000, 0),
(55750, 2559, 230, 'East Rockaway', 406420500, -736695700, 0),
(55751, 2559, 230, 'East Schodack', 425682280, -736127260, 0),
(55752, 2559, 230, 'East Setauket', 409414900, -731059400, 0),
(55753, 2559, 230, 'East Syracuse', 430736920, -760540930, 0),
(55754, 2559, 230, 'East Williamson', 432337110, -771480760, 0),
(55755, 2559, 230, 'Eastchester', 408876000, -738329100, 0),
(55756, 2559, 230, 'Eastport', 408259300, -727317700, 0),
(55757, 2559, 230, 'Eden', 412887100, -744943300, 0),
(55758, 2559, 230, 'Edmeston', 426977040, -752392730, 0),
(55759, 2559, 230, 'Edwards', 443200000, -752494440, 0),
(55760, 2559, 230, 'Eggertsville', 429633900, -788039200, 0),
(55761, 2559, 230, 'Elba', 430868990, -781575030, 0),
(55762, 2559, 230, 'Elbridge', 430345100, -764479900, 0),
(55763, 2559, 230, 'Elizabethtown', 442161600, -735909700, 0),
(55764, 2559, 230, 'Elizaville', 420655600, -737163900, 0),
(55765, 2559, 230, 'Ellenburg', 448938890, -738369440, 0),
(55766, 2559, 230, 'Ellenburg Center', 448282860, -738579510, 0),
(55767, 2559, 230, 'Ellenburg Depot', 449268000, -738001200, 0),
(55768, 2559, 230, 'Ellenville', 417170400, -743957100, 0),
(55769, 2559, 230, 'Ellicottville', 422912780, -786610340, 0),
(55770, 2559, 230, 'Ellington', 422165540, -791050770, 0),
(55771, 2559, 230, 'Elma', 428317210, -786419490, 0),
(55772, 2559, 230, 'Elmhurst', 407372620, -738788880, 0),
(55773, 2559, 230, 'Elmira', 420898000, -768077300, 0),
(55774, 2559, 230, 'Elmont', 407009400, -737129100, 0),
(55775, 2559, 230, 'Elmsford', 410533890, -738151180, 0),
(55776, 2559, 230, 'Elwood', 408453800, -733351200, 0),
(55777, 2559, 230, 'Endicott', 421410000, -760752600, 0),
(55778, 2559, 230, 'Endwell', 421128500, -760210300, 0),
(55779, 2559, 230, 'Erieville', 428644420, -757490120, 0),
(55780, 2559, 230, 'Erin', 421970320, -766845680, 0),
(55781, 2559, 230, 'Esperance', 427472200, -743052800, 0),
(55782, 2559, 230, 'Evans Mills', 440886100, -758072200, 0),
(55783, 2559, 230, 'Fair Haven', 433176340, -767046900, 0),
(55784, 2559, 230, 'Fairport', 430986700, -774419400, 0),
(55785, 2559, 230, 'Fairview', 410434300, -737973600, 0),
(55786, 2559, 230, 'Falconer', 421186700, -791983800, 0),
(55787, 2559, 230, 'Fallsburg', 417362190, -746133890, 0),
(55788, 2559, 230, 'Far Rockaway', 406009200, -737569710, 0),
(55789, 2559, 230, 'Farmingdale', 407326000, -734454000, 0),
(55790, 2559, 230, 'Farmington', 429808300, -773219400, 0),
(55791, 2559, 230, 'Farmingville', 408312100, -730295500, 0),
(55792, 2559, 230, 'Fayetteville', 430297900, -760043600, 0),
(55793, 2559, 230, 'Ferndale', 417738900, -747386100, 0),
(55794, 2559, 230, 'Feura Bush', 425642950, -739118580, 0),
(55795, 2559, 230, 'Fillmore', 424661100, -781150000, 0),
(55796, 2559, 230, 'Findley Lake', 421083080, -797316570, 0),
(55797, 2559, 230, 'Firthcliffe', 414392600, -740451400, 0),
(55798, 2559, 230, 'Fishers', 430086100, -774647200, 0),
(55799, 2559, 230, 'Fishers Island', 412500000, -720200000, 0),
(55800, 2559, 230, 'Fishkill', 415356500, -738990300, 0),
(55801, 2559, 230, 'Flanders', 409034300, -726175900, 0),
(55802, 2559, 230, 'Floral Park', 407237100, -737048500, 0),
(55803, 2559, 230, 'Florida', 413317600, -743568200, 0),
(55804, 2559, 230, 'Flushing', 407658300, -738330840, 0),
(55805, 2559, 230, 'Fly Creek', 427183300, -749833330, 0),
(55806, 2559, 230, 'Fonda', 429545200, -743765200, 0),
(55807, 2559, 230, 'Forest Hills', 407161100, -738500000, 0),
(55808, 2559, 230, 'Forestburgh', 415460700, -746887320, 0),
(55809, 2559, 230, 'Forestville', 424532480, -791575420, 0),
(55810, 2559, 230, 'Fort Ann', 434644440, -735386110, 0),
(55811, 2559, 230, 'Fort Drum', 440584300, -757618900, 0),
(55812, 2559, 230, 'Fort Edward', 432670200, -735845600, 0),
(55813, 2559, 230, 'Fort Plain', 429314600, -746226400, 0),
(55814, 2559, 230, 'Fort Salonga', 409126000, -733009500, 0),
(55815, 2559, 230, 'Frankfort', 430389600, -750704400, 0),
(55816, 2559, 230, 'Franklin', 423379270, -751607520, 0),
(55817, 2559, 230, 'Franklin Square', 407073200, -736759600, 0),
(55818, 2559, 230, 'Franklinville', 423370100, -784580800, 0),
(55819, 2559, 230, 'Fredonia', 424400600, -793317100, 0),
(55820, 2559, 230, 'Freehold', 423736770, -740578690, 0),
(55821, 2559, 230, 'Freeport', 406576000, -735831800, 0),
(55822, 2559, 230, 'Freeville', 425125000, -763458300, 0),
(55823, 2559, 230, 'Fresh Meadows', 407334530, -737800810, 0),
(55824, 2559, 230, 'Frewsburg', 420545000, -791581000, 0),
(55825, 2559, 230, 'Fulton', 433228500, -764171600, 0),
(55826, 2559, 230, 'Fultonville', 429415540, -743794180, 0),
(55827, 2559, 230, 'Gainesville', 426371100, -781891090, 0),
(55828, 2559, 230, 'Galeville', 430900700, -761729800, 0),
(55829, 2559, 230, 'Galway', 430338840, -740387800, 0),
(55830, 2559, 230, 'Gang Mills', 421461900, -771116400, 0),
(55831, 2559, 230, 'Gansevoort', 431952800, -736500000, 0),
(55832, 2559, 230, 'Garden City', 407267700, -736343000, 0),
(55833, 2559, 230, 'Garden City Park', 407409300, -736626300, 0),
(55834, 2559, 230, 'Gardiner', 416800000, -741511100, 0),
(55835, 2559, 230, 'Gardnertown', 415350900, -740701400, 0),
(55836, 2559, 230, 'Garnerville', 412016700, -739944400, 0),
(55837, 2559, 230, 'Garrison', 413838900, -739455600, 0),
(55838, 2559, 230, 'Gasport', 431992200, -785761400, 0),
(55839, 2559, 230, 'Geneseo', 427959000, -778169500, 0),
(55840, 2559, 230, 'Geneva', 428613240, -769980610, 0),
(55841, 2559, 230, 'Genoa', 426716670, -765412740, 0),
(55842, 2559, 230, 'Georgetown', 427633430, -757540000, 0),
(55843, 2559, 230, 'Germantown', 421340400, -738503400, 0),
(55844, 2559, 230, 'Getzville', 430238900, -787844400, 0),
(55845, 2559, 230, 'Ghent', 423155600, -736491700, 0),
(55846, 2559, 230, 'Gilbertsville', 424344000, -753625800, 0),
(55847, 2559, 230, 'Gilboa', 424089050, -743922670, 0),
(55848, 2559, 230, 'Glen Aubrey', 422388580, -760107680, 0),
(55849, 2559, 230, 'Glen Cove', 408623200, -736337400, 0),
(55850, 2559, 230, 'Glen Head', 408353800, -736237400, 0),
(55851, 2559, 230, 'Glen Oaks', 407478080, -737126800, 0),
(55852, 2559, 230, 'Glen Spey', 414743640, -747902950, 0),
(55853, 2559, 230, 'Glenfield', 437377800, -753279000, 0),
(55854, 2559, 230, 'Glenmont', 426047200, -737694400, 0),
(55855, 2559, 230, 'Glens Falls', 433089000, -736446000, 0),
(55856, 2559, 230, 'Glens Falls North', 433350600, -736825100, 0),
(55857, 2559, 230, 'Glenwood', 426020200, -786391400, 0),
(55858, 2559, 230, 'Gloversville', 430528500, -743437500, 0),
(55859, 2559, 230, 'Goldens Bridge', 412934300, -736768000, 0),
(55860, 2559, 230, 'Gorham', 428050290, -771320110, 0),
(55861, 2559, 230, 'Goshen', 414020400, -743243200, 0),
(55862, 2559, 230, 'Gouverneur', 443367300, -754629900, 0),
(55863, 2559, 230, 'Gowanda', 424631200, -789358700, 0),
(55864, 2559, 230, 'Grafton', 427687800, -734512800, 0),
(55865, 2559, 230, 'Grahamsville', 418461100, -745447200, 0),
(55866, 2559, 230, 'Grand Island', 430119400, -789591700, 0),
(55867, 2559, 230, 'Granville', 434078500, -732595500, 0),
(55868, 2559, 230, 'Great Bend', 440363900, -757083300, 0),
(55869, 2559, 230, 'Great Neck', 408006600, -737284600, 0),
(55870, 2559, 230, 'Great Neck Estates', 407870500, -737368000, 0),
(55871, 2559, 230, 'Great Neck Gardens', 407972200, -737238900, 0),
(55872, 2559, 230, 'Great Neck Plaza', 407867700, -737265200, 0),
(55873, 2559, 230, 'Great River', 407212100, -731576100, 0),
(55874, 2559, 230, 'Greece', 432097800, -776930600, 0),
(55875, 2559, 230, 'Greenburgh', 410328800, -738429100, 0),
(55876, 2559, 230, 'Greene', 423292400, -757699100, 0),
(55877, 2559, 230, 'Greenfield Center', 431419200, -738558600, 0),
(55878, 2559, 230, 'Greenfield Park', 417487800, -745231800, 0),
(55879, 2559, 230, 'Greenhurst', 421199410, -793080680, 0),
(55880, 2559, 230, 'Greenlawn', 408689900, -733651200, 0),
(55881, 2559, 230, 'Greenport', 411034300, -723592500, 0),
(55882, 2559, 230, 'Greenvale', 408106600, -736284600, 0),
(55883, 2559, 230, 'Greenville', 409981700, -738208300, 0),
(55884, 2559, 230, 'Greenwich', 430906300, -734987300, 0),
(55885, 2559, 230, 'Greenwood Lake', 412225900, -742943200, 0),
(55886, 2559, 230, 'Groton', 425878500, -763668800, 0),
(55887, 2559, 230, 'Guilderland', 427013900, -739252800, 0),
(55888, 2559, 230, 'Guilford', 424030600, -754522200, 0),
(55889, 2559, 230, 'Hadley', 433172900, -738481800, 0),
(55890, 2559, 230, 'Hagaman', 429745200, -741509600, 0),
(55891, 2559, 230, 'Halcottsville', 422083330, -746013890, 0),
(55892, 2559, 230, 'Halesite', 408884300, -734154000, 0),
(55893, 2559, 230, 'Hamburg', 427158900, -788294800, 0),
(55894, 2559, 230, 'Hamilton', 428270100, -755446200, 0),
(55895, 2559, 230, 'Hamlin', 433031200, -779211200, 0),
(55896, 2559, 230, 'Hammond', 444501000, -756864000, 0),
(55897, 2559, 230, 'Hammondsport', 424088900, -772227800, 0),
(55898, 2559, 230, 'Hampton Bays', 408689900, -725175900, 0),
(55899, 2559, 230, 'Hancock', 419539800, -752804500, 0),
(55900, 2559, 230, 'Hannawa Falls', 446122800, -749710300, 0),
(55901, 2559, 230, 'Hannibal', 433194400, -765777800, 0),
(55902, 2559, 230, 'Harbor Isle', 406034400, -736645700, 0),
(55903, 2559, 230, 'Harpersfield', 424352800, -746708300, 0),
(55904, 2559, 230, 'Harpursville', 421893000, -756847800, 0),
(55905, 2559, 230, 'Harriman', 413084300, -741445900, 0),
(55906, 2559, 230, 'Harris Hill', 429647800, -786775300, 0),
(55907, 2559, 230, 'Harrison', 409805000, -737232000, 0),
(55908, 2559, 230, 'Harrisville', 441522200, -753197200, 0),
(55909, 2559, 230, 'Hartsdale', 410189900, -737981900, 0),
(55910, 2559, 230, 'Hartwick', 426958800, -750661800, 0),
(55911, 2559, 230, 'Hastings', 433518990, -761499400, 0),
(55912, 2559, 230, 'Hastings-on-Hudson', 410124380, -738650230, 0),
(55913, 2559, 230, 'Hauppauge', 408167000, -732128000, 0),
(55914, 2559, 230, 'Haverstraw', 411975900, -739645800, 0),
(55915, 2559, 230, 'Hawthorne', 411073200, -737959700, 0),
(55916, 2559, 230, 'Head of the Harbor', 409034300, -731578900, 0),
(55917, 2559, 230, 'Hemlock', 427719930, -775575980, 0),
(55918, 2559, 230, 'Hempstead', 407062100, -736187400, 0),
(55919, 2559, 230, 'Henderson', 438494400, -761891700, 0),
(55920, 2559, 230, 'Henrietta', 430594440, -776147220, 0),
(55921, 2559, 230, 'Hensonville', 422586000, -742249800, 0),
(55922, 2559, 230, 'Herkimer', 430256300, -749859900, 0),
(55923, 2559, 230, 'Hermon', 444669440, -752291670, 0),
(55924, 2559, 230, 'Herricks', 407553800, -736668000, 0),
(55925, 2559, 230, 'Heuvelton', 445821000, -754401600, 0),
(55926, 2559, 230, 'Hewlett', 406431600, -736956900, 0),
(55927, 2559, 230, 'Hicksville', 407684300, -735251300, 0),
(55928, 2559, 230, 'High Falls', 418269400, -741222200, 0),
(55929, 2559, 230, 'Highland', 417209300, -739601400, 0),
(55930, 2559, 230, 'Highland Falls', 413692600, -739662500, 0),
(55931, 2559, 230, 'Highland Mills', 413470400, -741262600, 0),
(55932, 2559, 230, 'Highmount', 421111100, -743819400, 0),
(55933, 2559, 230, 'Hilton', 432881200, -777933400, 0),
(55934, 2559, 230, 'Himrod', 425933040, -769461540, 0),
(55935, 2559, 230, 'Hogansburg', 449738900, -746633300, 0),
(55936, 2559, 230, 'Holbrook', 408123200, -730784400, 0),
(55937, 2559, 230, 'Holcomb', 429022900, -774197100, 0),
(55938, 2559, 230, 'Holland', 426411700, -785416900, 0),
(55939, 2559, 230, 'Holland Patent', 432419400, -752569400, 0),
(55940, 2559, 230, 'Holley', 432264500, -780266800, 0),
(55941, 2559, 230, 'Hollis', 407178600, -737681400, 0),
(55942, 2559, 230, 'Hollis Hills', 407324780, -737542250, 0),
(55943, 2559, 230, 'Hollowville', 422247080, -736757590, 0),
(55944, 2559, 230, 'Holmes', 415670000, -736000000, 0),
(55945, 2559, 230, 'Holtsville', 408153800, -730451100, 0),
(55946, 2559, 230, 'Homer', 426370100, -761788200, 0),
(55947, 2559, 230, 'Honeoye', 427612660, -774958840, 0),
(55948, 2559, 230, 'Honeoye Falls', 429522900, -775902800, 0),
(55949, 2559, 230, 'Hoosick', 428625000, -733286110, 0),
(55950, 2559, 230, 'Hoosick Falls', 429011900, -733515000, 0),
(55951, 2559, 230, 'Hopewell Junction', 415841700, -737997200, 0),
(55952, 2559, 230, 'Hornell', 423278500, -776611000, 0),
(55953, 2559, 230, 'Horseheads', 421670200, -768205100, 0),
(55954, 2559, 230, 'Horseheads North', 421927800, -768078200, 0),
(55955, 2559, 230, 'Hortonville', 417857020, -750266520, 0),
(55956, 2559, 230, 'Houghton', 424234000, -781572300, 0),
(55957, 2559, 230, 'Howard Beach', 406596110, -738434460, 0),
(55958, 2559, 230, 'Howells', 414794440, -744655560, 0),
(55959, 2559, 230, 'Hudson', 422528600, -737909600, 0),
(55960, 2559, 230, 'Hudson Falls', 433208400, -735768000, 0),
(55961, 2559, 230, 'Hughsonville', 415807800, -739275000, 0),
(55962, 2559, 230, 'Huguenot', 414129160, -746415650, 0),
(55963, 2559, 230, 'Hunter', 422314200, -741994200, 0),
(55964, 2559, 230, 'Huntington', 408681500, -734256800, 0),
(55965, 2559, 230, 'Huntington Station', 408185070, -733685500, 0),
(55966, 2559, 230, 'Hurley', 419245400, -740612500, 0),
(55967, 2559, 230, 'Hurleyville', 417319400, -746013900, 0),
(55968, 2559, 230, 'Hyde Park', 417848200, -739331900, 0),
(55969, 2559, 230, 'Ilion', 430150700, -750354300, 0),
(55970, 2559, 230, 'Indian Lake', 437825000, -742936100, 0),
(55971, 2559, 230, 'Inlet', 437284740, -747380280, 0),
(55972, 2559, 230, 'Interlaken', 426180600, -767241700, 0),
(55973, 2559, 230, 'Inwood', 408656600, -739268000, 0),
(55974, 2559, 230, 'Irondequoit', 432134000, -775797200, 0),
(55975, 2559, 230, 'Irving', 425548210, -791232940, 0),
(55976, 2559, 230, 'Irvington', 410392200, -738682300, 0),
(55977, 2559, 230, 'Island Park', 406042700, -736554100, 0),
(55978, 2559, 230, 'Islandia', 408310800, -730300200, 0),
(55979, 2559, 230, 'Islip', 407298200, -732103900, 0),
(55980, 2559, 230, 'Islip Terrace', 407431500, -731926200, 0),
(55981, 2559, 230, 'Ithaca', 424406300, -764966100, 0),
(55982, 2559, 230, 'Jackson Heights', 407513900, -738869400, 0),
(55983, 2559, 230, 'Jacksonville', 425051690, -766088490, 0),
(55984, 2559, 230, 'Jamaica', 407035460, -738020320, 0),
(55985, 2559, 230, 'Jamesport', 409495400, -725814800, 0),
(55986, 2559, 230, 'Jamestown', 420970000, -792353300, 0),
(55987, 2559, 230, 'Jamestown West', 420885100, -792811000, 0),
(55988, 2559, 230, 'Jamesville', 429919400, -760716700, 0),
(55989, 2559, 230, 'Jasper', 421032350, -775316640, 0),
(55990, 2559, 230, 'Jefferson Valley', 413363260, -737999870, 0),
(55991, 2559, 230, 'Jeffersonville', 417454800, -747468600, 0),
(55992, 2559, 230, 'Jericho', 407876940, -735370640, 0),
(55993, 2559, 230, 'Johnson', 413661000, -745069200, 0),
(55994, 2559, 230, 'Johnson City', 421156300, -759588100, 0),
(55995, 2559, 230, 'Johnsonville', 429325570, -735064450, 0),
(55996, 2559, 230, 'Johnstown', 430067400, -743676400, 0),
(55997, 2559, 230, 'Jordan', 430653400, -764729900, 0),
(55998, 2559, 230, 'Kanona', 423355400, -773181500, 0),
(55999, 2559, 230, 'Katonah', 412589800, -736854100, 0),
(56000, 2559, 230, 'Kattskill Bay', 435158330, -736297220, 0),
(56001, 2559, 230, 'Keene Valley', 442166670, -737883300, 0),
(56002, 2559, 230, 'Keeseville', 445050500, -734801300, 0),
(56003, 2559, 230, 'Kendall', 433360400, -780473350, 0),
(56004, 2559, 230, 'Kenmore', 429658900, -788700400, 0),
(56005, 2559, 230, 'Kensington', 407934300, -737220800, 0),
(56006, 2559, 230, 'Kent', 414683300, -736883300, 0),
(56007, 2559, 230, 'Kerhonkson', 417748200, -742982100, 0),
(56008, 2559, 230, 'Kew Gardens', 407056440, -738271390, 0),
(56009, 2559, 230, 'Kiamesha Lake', 416830600, -746608300, 0),
(56010, 2559, 230, 'Kinderhook', 423928900, -737091860, 0),
(56011, 2559, 230, 'King Ferry', 426636720, -766266380, 0),
(56012, 2559, 230, 'Kings Park', 408862100, -732573400, 0),
(56013, 2559, 230, 'Kings Point', 408198200, -737351300, 0),
(56014, 2559, 230, 'Kingston', 419398200, -740650800, 0),
(56015, 2559, 230, 'Kirkville', 430480600, -759827800, 0),
(56016, 2559, 230, 'Kirkwood', 420811100, -758097200, 0),
(56017, 2559, 230, 'Kiryas Joel', 413420400, -741679200, 0),
(56018, 2559, 230, 'Lackawanna', 428256100, -788233700, 0),
(56019, 2559, 230, 'Lafayette', 428874600, -761193000, 0),
(56020, 2559, 230, 'Lagrangeville', 416730600, -738066700, 0),
(56021, 2559, 230, 'Lake Carmel', 414614800, -736709600, 0),
(56022, 2559, 230, 'Lake George', 434169600, -736848000, 0),
(56023, 2559, 230, 'Lake Grove', 408528800, -731151100, 0),
(56024, 2559, 230, 'Lake Katrine', 419965210, -740011860, 0),
(56025, 2559, 230, 'Lake Luzerne', 433191700, -738250000, 0),
(56026, 2559, 230, 'Lake Peekskill', 413368120, -738854900, 0),
(56027, 2559, 230, 'Lake Placid', 442794900, -739798700, 0),
(56028, 2559, 230, 'Lake Pleasant', 434709000, -744126500, 0),
(56029, 2559, 230, 'Lake Ronkonkoma', 408351000, -731312200, 0),
(56030, 2559, 230, 'Lake Success', 407706600, -737176300, 0),
(56031, 2559, 230, 'Lake View', 427194810, -789341090, 0),
(56032, 2559, 230, 'Lakeland', 430903400, -762404800, 0),
(56033, 2559, 230, 'Lakemont', 425170940, -769296030, 0),
(56034, 2559, 230, 'Lakeview', 406853800, -736526300, 0),
(56035, 2559, 230, 'Lakeville', 428366060, -777040850, 0),
(56036, 2559, 230, 'Lakewood', 421042200, -793331000, 0),
(56037, 2559, 230, 'Lancaster', 429063000, -786285000, 0),
(56038, 2559, 230, 'Lansing', 424842400, -764799400, 0),
(56039, 2559, 230, 'Larchmont', 409278800, -737518000, 0),
(56040, 2559, 230, 'Latham', 427469440, -737588890, 0),
(56041, 2559, 230, 'Lattingtown', 408953800, -736009600, 0),
(56042, 2559, 230, 'Laurens', 425437200, -751407000, 0),
(56043, 2559, 230, 'Lawrence', 406156600, -737295800, 0),
(56044, 2559, 230, 'Lawtons', 425380600, -789308300, 0),
(56045, 2559, 230, 'Le Roy', 429783900, -779841800, 0),
(56046, 2559, 230, 'Leeds', 422533300, -738966700, 0),
(56047, 2559, 230, 'Leicester', 427745340, -779071210, 0),
(56048, 2559, 230, 'Levittown', 407259300, -735142900, 0),
(56049, 2559, 230, 'Lewiston', 431329100, -790366500, 0),
(56050, 2559, 230, 'Lexington', 422402780, -743658330, 0),
(56051, 2559, 230, 'Liberty', 418012000, -747465500, 0),
(56052, 2559, 230, 'Lido Beach', 405889900, -736254100, 0),
(56053, 2559, 230, 'Lily Dale', 423522140, -793245010, 0),
(56054, 2559, 230, 'Lima', 429047900, -776113900, 0),
(56055, 2559, 230, 'Limestone', 420261100, -786330600, 0),
(56056, 2559, 230, 'Lincoln Park', 419506500, -739940300, 0),
(56057, 2559, 230, 'Lincolndale', 413228700, -737181900, 0),
(56058, 2559, 230, 'Lindenhurst', 406867700, -733734500, 0),
(56059, 2559, 230, 'Lindley', 420463900, -771450000, 0),
(56060, 2559, 230, 'Linwood', 428922210, -779190520, 0),
(56061, 2559, 230, 'Lisbon', 447027800, -753255600, 0),
(56062, 2559, 230, 'Lisle', 423342790, -760477440, 0),
(56063, 2559, 230, 'Little Falls', 430434000, -748596000, 0),
(56064, 2559, 230, 'Little Genesee', 420215530, -781833990, 0),
(56065, 2559, 230, 'Little Neck', 407619830, -737382170, 0),
(56066, 2559, 230, 'Little Valley', 422487670, -787997970, 0),
(56067, 2559, 230, 'Liverpool', 431064600, -762177000, 0),
(56068, 2559, 230, 'Livingston Manor', 419003700, -748282200, 0),
(56069, 2559, 230, 'Livonia', 428214500, -776686100, 0),
(56070, 2559, 230, 'Lloyd Harbor', 409034300, -734598400, 0),
(56071, 2559, 230, 'Loch Sheldrake', 417702800, -746575000, 0),
(56072, 2559, 230, 'Lockport', 431706100, -786903100, 0),
(56073, 2559, 230, 'Lockwood', 420913120, -765777630, 0),
(56074, 2559, 230, 'Locust Valley', 408759300, -735970700, 0),
(56075, 2559, 230, 'Long Beach', 405884400, -736579100, 0),
(56076, 2559, 230, 'Long Island City', 407452570, -739791140, 0),
(56077, 2559, 230, 'Long Lake', 439561100, -745683300, 0),
(56078, 2559, 230, 'Lowville', 437867400, -754918500, 0),
(56079, 2559, 230, 'Lycoming', 434986200, -763861200, 0),
(56080, 2559, 230, 'Lynbrook', 406548300, -736718000, 0),
(56081, 2559, 230, 'Lyncourt', 430814600, -761257600, 0),
(56082, 2559, 230, 'Lyon Mountain', 447288900, -739077800, 0),
(56083, 2559, 230, 'Lyons', 430642300, -769902500, 0),
(56084, 2559, 230, 'Lyons Falls', 436309200, -753484800, 0),
(56085, 2559, 230, 'Macedon', 430692300, -772988700, 0),
(56086, 2559, 230, 'Machias', 424066020, -785166330, 0),
(56087, 2559, 230, 'Madison', 429008330, -755152780, 0),
(56088, 2559, 230, 'Madrid', 447478030, -751343280, 0),
(56089, 2559, 230, 'Mahopac', 413723200, -737334600, 0),
(56090, 2559, 230, 'Mahopac Falls', 413697200, -737375000, 0),
(56091, 2559, 230, 'Mallory', 433229410, -760978200, 0),
(56092, 2559, 230, 'Malone', 448486600, -742949000, 0),
(56093, 2559, 230, 'Malverne', 406789900, -736740200, 0),
(56094, 2559, 230, 'Mamaroneck', 409487100, -737326300, 0),
(56095, 2559, 230, 'Manhasset', 407978800, -736995700, 0),
(56096, 2559, 230, 'Manhasset Hills', 407592700, -736798500, 0),
(56097, 2559, 230, 'Manhattan', 407834300, -739662500, 0),
(56098, 2559, 230, 'Manlius', 430020100, -759768600, 0),
(56099, 2559, 230, 'Mannsville', 437113900, -760641700, 0),
(56100, 2559, 230, 'Manorhaven', 408431600, -737148500, 0),
(56101, 2559, 230, 'Manorville', 408733300, -728078380, 0),
(56102, 2559, 230, 'Maple Springs', 421969700, -794226700, 0),
(56103, 2559, 230, 'Maple View', 434572220, -761455560, 0),
(56104, 2559, 230, 'Marathon', 424662920, -760188460, 0),
(56105, 2559, 230, 'Marcellus', 429828400, -763404900, 0),
(56106, 2559, 230, 'Marcy', 431670000, -752830000, 0),
(56107, 2559, 230, 'Margaretville', 420792990, -745867340, 0),
(56108, 2559, 230, 'Marietta', 428842800, -762839400, 0),
(56109, 2559, 230, 'Marilla', 428349000, -785548000, 0),
(56110, 2559, 230, 'Marion', 431434000, -771891500, 0),
(56111, 2559, 230, 'Marlboro', 416153400, -739930200, 0),
(56112, 2559, 230, 'Maryknoll', 411826290, -738303560, 0),
(56113, 2559, 230, 'Maryland', 425330000, -748670000, 0),
(56114, 2559, 230, 'Masonville', 422305600, -753388900, 0),
(56115, 2559, 230, 'Maspeth', 407230600, -739125000, 0),
(56116, 2559, 230, 'Massapequa', 407118000, -734794200, 0),
(56117, 2559, 230, 'Massapequa Park', 406803800, -734551200, 0),
(56118, 2559, 230, 'Massena', 449281000, -748918600, 0),
(56119, 2559, 230, 'Mastic', 408020400, -728409400, 0),
(56120, 2559, 230, 'Mastic Beach', 407640310, -728459360, 0),
(56121, 2559, 230, 'Mattituck', 409912100, -725342500, 0),
(56122, 2559, 230, 'Mattydale', 430978400, -761452000, 0),
(56123, 2559, 230, 'Maybrook', 414895900, -742149680, 0),
(56124, 2559, 230, 'Mayfield', 431042600, -742623930, 0),
(56125, 2559, 230, 'Mayville', 422539500, -795044900, 0),
(56126, 2559, 230, 'McConnellsville', 432913200, -756685200, 0),
(56127, 2559, 230, 'McGraw', 426003560, -760818670, 0),
(56128, 2559, 230, 'McLean', 425538230, -762927020, 0),
(56129, 2559, 230, 'Mechanicstown', 414428700, -743884900, 0),
(56130, 2559, 230, 'Mechanicville', 429028500, -736873400, 0),
(56131, 2559, 230, 'Medford', 408176000, -730001100, 0),
(56132, 2559, 230, 'Medina', 432200600, -783869700, 0),
(56133, 2559, 230, 'Melrose', 428442040, -736184470, 0),
(56134, 2559, 230, 'Melville', 408036920, -734021570, 0),
(56135, 2559, 230, 'Memphis', 430987200, -764142600, 0),
(56136, 2559, 230, 'Mendon', 429975930, -774992610, 0),
(56137, 2559, 230, 'Merrick', 406628800, -735515200, 0),
(56138, 2559, 230, 'Mexico', 434595100, -762288200, 0),
(56139, 2559, 230, 'Middle Granville', 434554800, -733072800, 0),
(56140, 2559, 230, 'Middle Island', 408842700, -729373300, 0),
(56141, 2559, 230, 'Middle Village', 407173560, -738741720, 0),
(56142, 2559, 230, 'Middleburgh', 425986900, -743329200, 0),
(56143, 2559, 230, 'Middleport', 432125600, -784764100, 0),
(56144, 2559, 230, 'Middlesex', 427186100, -772772200, 0),
(56145, 2559, 230, 'Middletown', 414459300, -744229300, 0),
(56146, 2559, 230, 'Milford', 426199820, -749862990, 0),
(56147, 2559, 230, 'Mill Neck', 408681980, -735651990, 0),
(56148, 2559, 230, 'Millbrook', 417850900, -736940200, 0),
(56149, 2559, 230, 'Miller Place', 409598200, -729962100, 0),
(56150, 2559, 230, 'Millerton', 419538900, -735077800, 0),
(56151, 2559, 230, 'Millport', 422655290, -768406470, 0),
(56152, 2559, 230, 'Millwood', 411983000, -738006000, 0),
(56153, 2559, 230, 'Mineola', 407492700, -736406800, 0),
(56154, 2559, 230, 'Minetto', 433981200, -764774400, 0),
(56155, 2559, 230, 'Mineville', 440928300, -735181800, 0),
(56156, 2559, 230, 'Minoa', 430761800, -760007500, 0),
(56157, 2559, 230, 'Modena', 416538330, -741134020, 0),
(56158, 2559, 230, 'Mohawk', 430114600, -750040400, 0),
(56159, 2559, 230, 'Mohegan Lake', 413186100, -738480600, 0),
(56160, 2559, 230, 'Mongaup Valley', 416857260, -748041160, 0),
(56161, 2559, 230, 'Monroe', 413306500, -741868100, 0),
(56162, 2559, 230, 'Monsey', 411112100, -740684800, 0),
(56163, 2559, 230, 'Montauk', 410359400, -719545100, 0),
(56164, 2559, 230, 'Montebello', 411359300, -741184800, 0),
(56165, 2559, 230, 'Montgomery', 415275900, -742368200, 0),
(56166, 2559, 230, 'Monticello', 416556500, -746893300, 0),
(56167, 2559, 230, 'Montour Falls', 423473000, -768452400, 0),
(56168, 2559, 230, 'Montrose', 412441000, -739343000, 0),
(56169, 2559, 230, 'Mooers', 449632320, -735849390, 0),
(56170, 2559, 230, 'Mooers Forks', 449641740, -736949280, 0),
(56171, 2559, 230, 'Moravia', 427125700, -764216000, 0),
(56172, 2559, 230, 'Moriches', 408073200, -728212100, 0),
(56173, 2559, 230, 'Morrisonville', 446931000, -735620800, 0),
(56174, 2559, 230, 'Morristown', 445855600, -756480600, 0),
(56175, 2559, 230, 'Morrisville', 428986800, -756401800, 0),
(56176, 2559, 230, 'Morton', 433279360, -780003760, 0),
(56177, 2559, 230, 'Mount Ivy', 411867600, -740348600, 0),
(56178, 2559, 230, 'Mount Kisco', 412071600, -737173200, 0),
(56179, 2559, 230, 'Mount Morris', 427256200, -778741700, 0),
(56180, 2559, 230, 'Mount Sinai', 409302400, -730141930, 0),
(56181, 2559, 230, 'Mount Vernon', 409126000, -738370800, 0),
(56182, 2559, 230, 'Mount Vision', 426133870, -751318770, 0),
(56183, 2559, 230, 'Mountain Dale', 416935370, -745284100, 0),
(56184, 2559, 230, 'Mountainville', 414049000, -740798000, 0),
(56185, 2559, 230, 'Munnsville', 429766700, -755883300, 0),
(56186, 2559, 230, 'Munsey Park', 407987100, -736798500, 0),
(56187, 2559, 230, 'Muttontown', 408239900, -735476300, 0),
(56188, 2559, 230, 'Myers Corner', 416062000, -738729100, 0),
(56189, 2559, 230, 'Nanuet', 410887100, -740134700, 0),
(56190, 2559, 230, 'Napanoch', 417439800, -743715400, 0),
(56191, 2559, 230, 'Naples', 426153500, -774024900, 0),
(56192, 2559, 230, 'Narrowsburg', 416069400, -750622200, 0),
(56193, 2559, 230, 'Nassau', 425159100, -736101200, 0),
(56194, 2559, 230, 'Nedrow', 429750700, -761413100, 0),
(56195, 2559, 230, 'Nesconset', 408520400, -731540000, 0),
(56196, 2559, 230, 'New Berlin', 426242400, -753315600, 0),
(56197, 2559, 230, 'New Cassel', 407589900, -735695700, 0),
(56198, 2559, 230, 'New City', 411476000, -739893100, 0),
(56199, 2559, 230, 'New Hampton', 414118000, -744201000, 0),
(56200, 2559, 230, 'New Hartford', 430734000, -752876700, 0),
(56201, 2559, 230, 'New Haven', 434797220, -763155560, 0),
(56202, 2559, 230, 'New Hempstead', 411498200, -740337500, 0),
(56203, 2559, 230, 'New Hyde Park', 407351000, -736879100, 0),
(56204, 2559, 230, 'New Kingston', 422136110, -746825000, 0),
(56205, 2559, 230, 'New Lebanon', 424821020, -733752660, 0),
(56206, 2559, 230, 'New Paltz', 417404920, -740935030, 0),
(56207, 2559, 230, 'New Rochelle', 409114900, -737823500, 0),
(56208, 2559, 230, 'New Square', 411395600, -740294200, 0),
(56209, 2559, 230, 'New Windsor', 414767600, -740237500, 0),
(56210, 2559, 230, 'New Woodstock', 429315000, -758526000, 0),
(56211, 2559, 230, 'New York', 407142700, -740059700, 0),
(56212, 2559, 230, 'New York Mills', 431053500, -752912800, 0),
(56213, 2559, 230, 'Newark', 430554670, -770939830, 0),
(56214, 2559, 230, 'Newark Valley', 422323800, -761764200, 0),
(56215, 2559, 230, 'Newburgh', 415034300, -740104200, 0),
(56216, 2559, 230, 'Newfane', 432867200, -787103100, 0),
(56217, 2559, 230, 'Newfield', 423557670, -765995560, 0),
(56218, 2559, 230, 'Newport', 431898890, -750168030, 0),
(56219, 2559, 230, 'Niagara Falls', 430945000, -790567100, 0),
(56220, 2559, 230, 'Niagara University', 431329100, -790366500, 0),
(56221, 2559, 230, 'Niobe', 420583300, -794416700, 0),
(56222, 2559, 230, 'Niskayuna', 427798000, -738456800, 0),
(56223, 2559, 230, 'Norfolk', 448008900, -749910300, 0),
(56224, 2559, 230, 'North Amityville', 406976000, -734251200, 0),
(56225, 2559, 230, 'North Babylon', 407164900, -733217900, 0),
(56226, 2559, 230, 'North Ballston Spa', 430196900, -738510900, 0),
(56227, 2559, 230, 'North Bay Shore', 407362100, -732626200, 0),
(56228, 2559, 230, 'North Bellmore', 406914900, -735334600, 0),
(56229, 2559, 230, 'North Bellport', 407742700, -729428800, 0),
(56230, 2559, 230, 'North Blenheim', 424708300, -744455600, 0),
(56231, 2559, 230, 'North Boston', 426856200, -787767000, 0),
(56232, 2559, 230, 'North Branch', 418101400, -749983550, 0),
(56233, 2559, 230, 'North Chili', 431038900, -777527800, 0),
(56234, 2559, 230, 'North Collins', 425953400, -789411500, 0),
(56235, 2559, 230, 'North Creek', 436977800, -739863900, 0),
(56236, 2559, 230, 'North Gates', 431764500, -777013900, 0),
(56237, 2559, 230, 'North Great River', 407473200, -731698400, 0),
(56238, 2559, 230, 'North Greece', 432532460, -777307410, 0),
(56239, 2559, 230, 'North Hills', 407809300, -736765200, 0),
(56240, 2559, 230, 'North Java', 426728710, -783367520, 0),
(56241, 2559, 230, 'North Lindenhurst', 407142700, -733815100, 0),
(56242, 2559, 230, 'North Massapequa', 407009300, -734620700, 0),
(56243, 2559, 230, 'North Merrick', 406912100, -735631800, 0),
(56244, 2559, 230, 'North New Hyde Park', 407431600, -736931900, 0),
(56245, 2559, 230, 'North Pitcher', 426214100, -758219900, 0),
(56246, 2559, 230, 'North Salem', 413280600, -736130600, 0),
(56247, 2559, 230, 'North Syracuse', 431347900, -761299200, 0),
(56248, 2559, 230, 'North Tonawanda', 430386700, -788642000, 0),
(56249, 2559, 230, 'North Valley Stream', 406851000, -737018000, 0),
(56250, 2559, 230, 'North Wantagh', 406934300, -735076300, 0),
(56251, 2559, 230, 'Northeast Ithaca', 424703200, -764622800, 0),
(56252, 2559, 230, 'Northport', 409009300, -733431700, 0),
(56253, 2559, 230, 'Northville', 409701000, -726189800, 0),
(56254, 2559, 230, 'Norwich', 425311800, -755235100, 0),
(56255, 2559, 230, 'Norwood', 447514500, -749943600, 0),
(56256, 2559, 230, 'Noyack', 409956600, -723411900, 0),
(56257, 2559, 230, 'Nunda', 425795100, -779425000, 0),
(56258, 2559, 230, 'Nyack', 410928040, -739301910, 0),
(56259, 2559, 230, 'Oakdale', 407439900, -731387200, 0),
(56260, 2559, 230, 'Oakfield', 430658900, -782697400, 0),
(56261, 2559, 230, 'Oakland Gardens', 407399810, -737565860, 0),
(56262, 2559, 230, 'Oaks Corners', 429324660, -770101750, 0),
(56263, 2559, 230, 'Ocean Beach', 406477800, -731577800, 0),
(56264, 2559, 230, 'Oceanside', 406387100, -736401300, 0),
(56265, 2559, 230, 'Odessa', 423506560, -767790420, 0),
(56266, 2559, 230, 'Ogdensburg', 446942300, -754863400, 0),
(56267, 2559, 230, 'Olcott', 433378300, -787147600, 0),
(56268, 2559, 230, 'Old Bethpage', 407683330, -735255560, 0),
(56269, 2559, 230, 'Old Brookville', 408320400, -736048500, 0),
(56270, 2559, 230, 'Old Chatham', 424687230, -735548280, 0),
(56271, 2559, 230, 'Old Forge', 437100000, -749733300, 0),
(56272, 2559, 230, 'Old Westbury', 407887100, -735995700, 0),
(56273, 2559, 230, 'Olean', 420775600, -784297400, 0),
(56274, 2559, 230, 'Olivebridge', 419278700, -742154240, 0),
(56275, 2559, 230, 'Oneida', 430925700, -756512900, 0),
(56276, 2559, 230, 'Oneonta', 424810200, -750704400, 0),
(56277, 2559, 230, 'Ontario', 432209000, -772830400, 0),
(56278, 2559, 230, 'Orangeburg', 410459670, -739646990, 0),
(56279, 2559, 230, 'Orchard Park', 427675600, -787439200, 0),
(56280, 2559, 230, 'Orient', 411452800, -722886100, 0),
(56281, 2559, 230, 'Oriskany', 431572900, -753326700, 0),
(56282, 2559, 230, 'Oriskany Falls', 429371810, -754627550, 0),
(56283, 2559, 230, 'Ossining', 411628700, -738615200, 0),
(56284, 2559, 230, 'Oswego', 434553500, -765105000, 0),
(56285, 2559, 230, 'Otego', 423973000, -751735000, 0),
(56286, 2559, 230, 'Otisville', 414734300, -745384900, 0),
(56287, 2559, 230, 'Ouaquaga', 421111570, -756452490, 0),
(56288, 2559, 230, 'Ovid', 426750000, -768267000, 0),
(56289, 2559, 230, 'Owego', 421034100, -762621500, 0),
(56290, 2559, 230, 'Oxford', 424420200, -755976900, 0),
(56291, 2559, 230, 'Oyster Bay', 408656500, -735320700, 0),
(56292, 2559, 230, 'Ozone Park', 406701980, -738383170, 0),
(56293, 2559, 230, 'Painted Post', 421546860, -771155270, 0),
(56294, 2559, 230, 'Palatine Bridge', 429108300, -745747200, 0),
(56295, 2559, 230, 'Palenville', 421745300, -740201400, 0),
(56296, 2559, 230, 'Palisades', 410109160, -739232080, 0),
(56297, 2559, 230, 'Palmyra', 430639500, -772333200, 0),
(56298, 2559, 230, 'Panama', 421831180, -794467100, 0),
(56299, 2559, 230, 'Paradox', 438625000, -737425000, 0),
(56300, 2559, 230, 'Parish', 434055560, -761261110, 0),
(56301, 2559, 230, 'Parksville', 418690420, -747206200, 0),
(56302, 2559, 230, 'Patchogue', 407656500, -730151100, 0),
(56303, 2559, 230, 'Patterson', 414670000, -735830000, 0),
(56304, 2559, 230, 'Pattersonville', 428788900, -740588900, 0),
(56305, 2559, 230, 'Paul Smiths', 444372200, -742527800, 0),
(56306, 2559, 230, 'Pavilion', 429027800, -780077800, 0),
(56307, 2559, 230, 'Pawling', 415620400, -736026300, 0),
(56308, 2559, 230, 'Peach Lake', 413675900, -735779000, 0),
(56309, 2559, 230, 'Pearl River', 410631990, -740199230, 0),
(56310, 2559, 230, 'Peconic', 410420360, -724591670, 0),
(56311, 2559, 230, 'Peekskill', 412900900, -739204200, 0),
(56312, 2559, 230, 'Pelham', 409098200, -738079100, 0),
(56313, 2559, 230, 'Penfield', 431611100, -774466700, 0),
(56314, 2559, 230, 'Penn Yan', 426591020, -770615110, 0),
(56315, 2559, 230, 'Pennellville', 432556670, -762350840, 0),
(56316, 2559, 230, 'Perry', 427156200, -780055600, 0),
(56317, 2559, 230, 'Peru', 430822900, -764079900, 0),
(56318, 2559, 230, 'Petersburg', 427683300, -733433300, 0),
(56319, 2559, 230, 'Phelps', 429575600, -770574700, 0),
(56320, 2559, 230, 'Philadelphia', 441545000, -757088200, 0),
(56321, 2559, 230, 'Philmont', 422484200, -736531800, 0),
(56322, 2559, 230, 'Phoenicia', 420813900, -743130600, 0),
(56323, 2559, 230, 'Phoenix', 432311800, -763007600, 0),
(56324, 2559, 230, 'Pine Bush', 416081500, -742990400, 0),
(56325, 2559, 230, 'Pine City', 420111100, -767277800, 0),
(56326, 2559, 230, 'Pine Island', 413683870, -742398570, 0),
(56327, 2559, 230, 'Pine Plains', 419798100, -736559600, 0),
(56328, 2559, 230, 'Piseco', 432461110, -745180560, 0),
(56329, 2559, 230, 'Pitcher', 426025000, -758347200, 0),
(56330, 2559, 230, 'Pittsford', 430906200, -775150000, 0),
(56331, 2559, 230, 'Plainedge', 407173200, -734837400, 0),
(56332, 2559, 230, 'Plainview', 407850720, -734812330, 0),
(56333, 2559, 230, 'Plandome Heights', 408026000, -737043000, 0),
(56334, 2559, 230, 'Plattekill', 416175900, -740759800, 0),
(56335, 2559, 230, 'Plattsburgh', 446994900, -734529100, 0),
(56336, 2559, 230, 'Pleasant Valley', 417445400, -738212400, 0),
(56337, 2559, 230, 'Pleasantville', 411328700, -737926300, 0),
(56338, 2559, 230, 'Poestenkill', 426903600, -735645600, 0),
(56339, 2559, 230, 'Point Lookout', 405923300, -735806800, 0),
(56340, 2559, 230, 'Pomona', 411670400, -740432000, 0),
(56341, 2559, 230, 'Pompey', 428988900, -760158300, 0),
(56342, 2559, 230, 'Port Byron', 430345100, -766238300, 0),
(56343, 2559, 230, 'Port Chester', 410154600, -736755600, 0),
(56344, 2559, 230, 'Port Crane', 422005200, -757734600, 0),
(56345, 2559, 230, 'Port Dickinson', 421334100, -758963100, 0),
(56346, 2559, 230, 'Port Ewen', 419042040, -739790420, 0),
(56347, 2559, 230, 'Port Henry', 440483900, -734598500, 0),
(56348, 2559, 230, 'Port Jefferson', 409464900, -730692700, 0),
(56349, 2559, 230, 'Port Jefferson Station', 409253800, -730473300, 0),
(56350, 2559, 230, 'Port Jervis', 413750900, -746926600, 0),
(56351, 2559, 230, 'Port Leyden', 435861000, -753037200, 0),
(56352, 2559, 230, 'Port Washington', 408430560, -737152780, 0),
(56353, 2559, 230, 'Port Washington North', 408448200, -737018000, 0),
(56354, 2559, 230, 'Porter Corners', 431736600, -738897600, 0),
(56355, 2559, 230, 'Portville', 420386800, -783408500, 0),
(56356, 2559, 230, 'Potsdam', 446697800, -749813100, 0),
(56357, 2559, 230, 'Poughkeepsie', 416970600, -738624000, 0),
(56358, 2559, 230, 'Poughquag', 416094400, -737086100, 0),
(56359, 2559, 230, 'Pound Ridge', 412077800, -735797200, 0),
(56360, 2559, 230, 'Prattsburgh', 425255080, -772507070, 0),
(56361, 2559, 230, 'Prattsville', 422596200, -743607000, 0),
(56362, 2559, 230, 'Preble', 427383360, -761560420, 0),
(56363, 2559, 230, 'Pulaski', 435670100, -761277000, 0),
(56364, 2559, 230, 'Purchase', 410426000, -737152000, 0),
(56365, 2559, 230, 'Putnam Lake', 414620400, -735462400, 0),
(56366, 2559, 230, 'Putnam Valley', 413901000, -738368400, 0),
(56367, 2559, 230, 'Queens Village', 407160390, -737418640, 0),
(56368, 2559, 230, 'Queensbury', 433772900, -736131700, 0),
(56369, 2559, 230, 'Ransomville', 432386700, -789097600, 0),
(56370, 2559, 230, 'Rapids', 430983900, -786408600, 0),
(56371, 2559, 230, 'Ravena', 424684100, -738162400, 0),
(56372, 2559, 230, 'Red Creek', 432477800, -767227800, 0),
(56373, 2559, 230, 'Red Hook', 419950900, -738754100, 0),
(56374, 2559, 230, 'Red Oaks Mill', 416556500, -738748600, 0),
(56375, 2559, 230, 'Rego Park', 407236880, -738600900, 0),
(56376, 2559, 230, 'Remsen', 433311160, -752021100, 0),
(56377, 2559, 230, 'Remsenburg', 408099650, -726963830, 0),
(56378, 2559, 230, 'Rensselaer', 426246000, -737101200, 0),
(56379, 2559, 230, 'Rexford', 428530600, -738883300, 0),
(56380, 2559, 230, 'Rhinebeck', 419267600, -739126400, 0),
(56381, 2559, 230, 'Richfield Springs', 428534100, -749854300, 0),
(56382, 2559, 230, 'Richford', 423555600, -762008300, 0),
(56383, 2559, 230, 'Richmond Hill', 406957890, -738271920, 0),
(56384, 2559, 230, 'Richmondville', 426345590, -745648410, 0),
(56385, 2559, 230, 'Richville', 444138440, -753904470, 0),
(56386, 2559, 230, 'Ridge', 408939900, -728959400, 0),
(56387, 2559, 230, 'Ridgewood', 407000000, -739055560, 0),
(56388, 2559, 230, 'Rifton', 418344710, -740374140, 0),
(56389, 2559, 230, 'Ripley', 422616700, -796980600, 0),
(56390, 2559, 230, 'Riverhead', 409170400, -726620400, 0),
(56391, 2559, 230, 'Riverside', 408812100, -726778700, 0),
(56392, 2559, 230, 'Rochester', 431164290, -775572000, 0),
(56393, 2559, 230, 'Rock City Falls', 430619500, -739246460, 0),
(56394, 2559, 230, 'Rock Hill', 416259300, -745976600, 0),
(56395, 2559, 230, 'Rock Tavern', 414713750, -741465680, 0),
(56396, 2559, 230, 'Rockaway Park', 405785640, -738409670, 0),
(56397, 2559, 230, 'Rockville Centre', 406587100, -736412400, 0),
(56398, 2559, 230, 'Rocky Point', 409526000, -729253800, 0),
(56399, 2559, 230, 'Rome', 432137080, -754092450, 0),
(56400, 2559, 230, 'Romulus', 427522220, -768336110, 0),
(56401, 2559, 230, 'Ronkonkoma', 408153800, -731123300, 0),
(56402, 2559, 230, 'Roosevelt', 406786570, -735901850, 0),
(56403, 2559, 230, 'Roscoe', 419361100, -749161100, 0),
(56404, 2559, 230, 'Rosedale', 406583860, -737389360, 0),
(56405, 2559, 230, 'Rosendale', 418485180, -740739430, 0),
(56406, 2559, 230, 'Roslyn', 407998200, -736509600, 0),
(56407, 2559, 230, 'Roslyn Estates', 407942700, -736604100, 0),
(56408, 2559, 230, 'Roslyn Heights', 407887100, -736473500, 0),
(56409, 2559, 230, 'Rotterdam', 427870200, -739709600, 0),
(56410, 2559, 230, 'Rotterdam Junction', 428737980, -740450060, 0),
(56411, 2559, 230, 'Round Lake', 429235200, -737829000, 0),
(56412, 2559, 230, 'Rouses Point', 449939300, -733648600, 0),
(56413, 2559, 230, 'Roxbury', 423005600, -745530600, 0),
(56414, 2559, 230, 'Rush', 429958300, -776455600, 0),
(56415, 2559, 230, 'Rushville', 427459850, -772430330, 0),
(56416, 2559, 230, 'Russell', 444030600, -751411100, 0),
(56417, 2559, 230, 'Rye', 409806500, -736837400, 0),
(56418, 2559, 230, 'Rye Brook', 410192600, -736834600, 0),
(56419, 2559, 230, 'Sackets Harbor', 439461700, -761190900, 0),
(56420, 2559, 230, 'Sag Harbor', 409978800, -722925800, 0),
(56421, 2559, 230, 'Saint Albans', 406947610, -737669200, 0),
(56422, 2559, 230, 'Saint Bonaventure', 420802330, -784752480, 0),
(56423, 2559, 230, 'Saint James', 408789900, -731567800, 0),
(56424, 2559, 230, 'Saint Johnsville', 429981300, -746829200, 0),
(56425, 2559, 230, 'Salamanca', 421578400, -787150300, 0),
(56426, 2559, 230, 'Salem', 431520660, -733448140, 0),
(56427, 2559, 230, 'Salisbury', 407456600, -735601300, 0),
(56428, 2559, 230, 'Salisbury Mills', 414305600, -741191700, 0),
(56429, 2559, 230, 'Sanborn', 431477220, -788756080, 0),
(56430, 2559, 230, 'Sand Lake', 426358200, -734994600, 0),
(56431, 2559, 230, 'Sands Point', 408517700, -737187400, 0),
(56432, 2559, 230, 'Sandy Creek', 436536410, -761163820, 0),
(56433, 2559, 230, 'Saranac Lake', 443295000, -741312700, 0),
(56434, 2559, 230, 'Saratoga Springs', 430831300, -737845700, 0),
(56435, 2559, 230, 'Saugerties', 420775900, -739529100, 0),
(56436, 2559, 230, 'Sauquoit', 430041700, -752600000, 0),
(56437, 2559, 230, 'Savannah', 430750000, -767600000, 0),
(56438, 2559, 230, 'Sayville', 407359300, -730820600, 0),
(56439, 2559, 230, 'Scarsdale', 409895870, -737994440, 0),
(56440, 2559, 230, 'Schaghticoke', 428805600, -736097200, 0),
(56441, 2559, 230, 'Schenectady', 428186750, -739213680, 0),
(56442, 2559, 230, 'Schenevus', 425500000, -748170000, 0),
(56443, 2559, 230, 'Schoharie', 426659100, -743095800, 0),
(56444, 2559, 230, 'Schroon Lake', 438625000, -737425000, 0),
(56445, 2559, 230, 'Schuyler Falls', 446630600, -735650000, 0),
(56446, 2559, 230, 'Schuylerville', 431000800, -735817800, 0),
(56447, 2559, 230, 'Scio', 421676710, -779821910, 0),
(56448, 2559, 230, 'Scotia', 428264700, -739642900, 0),
(56449, 2559, 230, 'Scottsville', 430259000, -777452800, 0),
(56450, 2559, 230, 'Sea Cliff', 408489900, -736448500, 0),
(56451, 2559, 230, 'Seaford', 406659300, -734881800, 0),
(56452, 2559, 230, 'Searingtown', 407748200, -736556800, 0),
(56453, 2559, 230, 'Selden', 408664900, -730356600, 0),
(56454, 2559, 230, 'Selkirk', 425336100, -738061100, 0),
(56455, 2559, 230, 'Seneca Falls', 429106200, -767966200, 0),
(56456, 2559, 230, 'Seneca Knolls', 431200700, -762863200, 0),
(56457, 2559, 230, 'Setauket-East Setauket', 409306400, -731017800, 0),
(56458, 2559, 230, 'Sharon Springs', 427947200, -746158300, 0),
(56459, 2559, 230, 'Shelter Island', 410681500, -723386900, 0),
(56460, 2559, 230, 'Shenorock', 413317600, -737381900, 0),
(56461, 2559, 230, 'Sherburne', 426781300, -754985100, 0),
(56462, 2559, 230, 'Sheridan', 424857690, -792402280, 0),
(56463, 2559, 230, 'Sherman', 421592950, -795966530, 0),
(56464, 2559, 230, 'Sherrill', 430736800, -755982400, 0),
(56465, 2559, 230, 'Shirley', 408014900, -728676000, 0),
(56466, 2559, 230, 'Shokan', 419734300, -742120900, 0),
(56467, 2559, 230, 'Shoreham', 409569400, -729086100, 0),
(56468, 2559, 230, 'Shortsville', 429559000, -772208100, 0),
(56469, 2559, 230, 'Shrub Oak', 413275900, -738195800, 0),
(56470, 2559, 230, 'Sidney', 423082560, -753919890, 0),
(56471, 2559, 230, 'Sidney Center', 422230600, -753254900, 0),
(56472, 2559, 230, 'Silver Creek', 425442300, -791667100, 0),
(56473, 2559, 230, 'Skaneateles', 429470100, -764291000, 0),
(56474, 2559, 230, 'Skaneateles Falls', 429922630, -764542900, 0),
(56475, 2559, 230, 'Slate Hill', 413908300, -744766700, 0),
(56476, 2559, 230, 'Sleepy Hollow', 410856500, -738584700, 0),
(56477, 2559, 230, 'Slingerlands', 426291700, -738644400, 0),
(56478, 2559, 230, 'Sloatsburg', 411545400, -741929200, 0),
(56479, 2559, 230, 'Smithtown', 408559300, -732006700, 0),
(56480, 2559, 230, 'Sodus', 432378400, -770613600, 0),
(56481, 2559, 230, 'Sodus Point', 432646550, -769883140, 0),
(56482, 2559, 230, 'Solvay', 430581200, -762074300, 0),
(56483, 2559, 230, 'Somers', 413280560, -736855560, 0),
(56484, 2559, 230, 'Sonyea', 426787800, -778275000, 0),
(56485, 2559, 230, 'Sound Beach', 409562100, -729678800, 0),
(56486, 2559, 230, 'South Bethlehem', 425377170, -738931480, 0),
(56487, 2559, 230, 'South Corning', 421217400, -770371900, 0),
(56488, 2559, 230, 'South Fallsburg', 417206500, -746343300, 0),
(56489, 2559, 230, 'South Farmingdale', 407206600, -734401200, 0),
(56490, 2559, 230, 'South Floral Park', 407142700, -737001300, 0),
(56491, 2559, 230, 'South Glens Falls', 432992400, -736351200, 0),
(56492, 2559, 230, 'South Hempstead', 406809400, -736154100, 0),
(56493, 2559, 230, 'South Hill', 424292400, -764949400, 0),
(56494, 2559, 230, 'South Huntington', 408237100, -733987300, 0),
(56495, 2559, 230, 'South Kortright', 423781620, -747270960, 0),
(56496, 2559, 230, 'South Lockport', 431500600, -786967000, 0),
(56497, 2559, 230, 'South Nyack', 410831500, -739201400, 0),
(56498, 2559, 230, 'South Ozone Park', 406751400, -738174600, 0),
(56499, 2559, 230, 'South Richmond Hill', 406886400, -738237000, 0),
(56500, 2559, 230, 'South Salem', 412722200, -735527800, 0),
(56501, 2559, 230, 'South Valley Stream', 406559400, -737176300, 0),
(56502, 2559, 230, 'Southampton', 408842700, -723895300, 0),
(56503, 2559, 230, 'Southold', 410648200, -724262000, 0),
(56504, 2559, 230, 'Spackenkill', 416559300, -739134700, 0),
(56505, 2559, 230, 'Sparkill', 410291900, -739273980, 0),
(56506, 2559, 230, 'Speculator', 435592660, -743569260, 0),
(56507, 2559, 230, 'Spencer', 422514600, -764808000, 0),
(56508, 2559, 230, 'Spencerport', 431864500, -778039000, 0),
(56509, 2559, 230, 'Speonk', 408208790, -727074360, 0),
(56510, 2559, 230, 'Spring Brook', 428037000, -786638000, 0),
(56511, 2559, 230, 'Spring Valley', 411153600, -740479800, 0),
(56512, 2559, 230, 'Springfield Gardens', 406626140, -737683860, 0),
(56513, 2559, 230, 'Springs', 410162100, -721592400, 0),
(56514, 2559, 230, 'Springville', 425084000, -786672500, 0),
(56515, 2559, 230, 'Springwater', 426333330, -775716700, 0),
(56516, 2559, 230, 'Staatsburg', 418527800, -739222200, 0),
(56517, 2559, 230, 'Stamford', 424073000, -746143200, 0),
(56518, 2559, 230, 'Stanfordville', 418894040, -736646040, 0),
(56519, 2559, 230, 'Stanley', 428250000, -770958300, 0),
(56520, 2559, 230, 'Star Lake', 441570000, -750244800, 0),
(56521, 2559, 230, 'Staten Island', 405762810, -741448390, 0),
(56522, 2559, 230, 'Stephentown', 425444400, -734161100, 0),
(56523, 2559, 230, 'Sterling Forest', 411825000, -743188900, 0),
(56524, 2559, 230, 'Stewart Manor', 407192700, -736884600, 0),
(56525, 2559, 230, 'Stillwater', 429384100, -736531700, 0),
(56526, 2559, 230, 'Stone Ridge', 418531500, -741390300, 0),
(56527, 2559, 230, 'Stony Brook', 409256500, -731409400, 0),
(56528, 2559, 230, 'Stony Point', 412295400, -739870800, 0),
(56529, 2559, 230, 'Stormville', 415733300, -737933300, 0),
(56530, 2559, 230, 'Stratford', 431889650, -746341820, 0),
(56531, 2559, 230, 'Strykersville', 427050000, -784483300, 0),
(56532, 2559, 230, 'Stuyvesant', 423448200, -737564400, 0),
(56533, 2559, 230, 'Stuyvesant Falls', 423552800, -737308300, 0),
(56534, 2559, 230, 'Suffern', 411267540, -741105820, 0),
(56535, 2559, 230, 'Summit', 425725000, -746011100, 0),
(56536, 2559, 230, 'Sunnyside', 407428800, -739188000, 0),
(56537, 2559, 230, 'Swan Lake', 417409180, -747912690, 0),
(56538, 2559, 230, 'Sylvan Beach', 424647900, -771083000, 0),
(56539, 2559, 230, 'Syosset', 408262100, -735020700, 0),
(56540, 2559, 230, 'Syracuse', 430481200, -761474200, 0),
(56541, 2559, 230, 'Tallman', 411059660, -740981750, 0),
(56542, 2559, 230, 'Tappan', 410220400, -739473600, 0),
(56543, 2559, 230, 'Tarrytown', 410781110, -738552900, 0),
(56544, 2559, 230, 'Terryville', 409089900, -730651100, 0),
(56545, 2559, 230, 'Theresa', 441991180, -757963330, 0),
(56546, 2559, 230, 'Thiells', 412106500, -740176400, 0),
(56547, 2559, 230, 'Thornwood', 411234300, -737790200, 0),
(56548, 2559, 230, 'Ticonderoga', 438486700, -734234500, 0),
(56549, 2559, 230, 'Tillson', 418289800, -740684800, 0),
(56550, 2559, 230, 'Tivoli', 420584200, -739093000, 0),
(56551, 2559, 230, 'Tomkins Cove', 412597000, -739908000, 0),
(56552, 2559, 230, 'Tonawanda', 430020290, -788598560, 0),
(56553, 2559, 230, 'Troupsburg', 420497200, -775480600, 0),
(56554, 2559, 230, 'Trout Creek', 422035800, -752797200, 0),
(56555, 2559, 230, 'Troy', 427440000, -736051200, 0),
(56556, 2559, 230, 'Trumansburg', 425422900, -766660600, 0),
(56557, 2559, 230, 'Tuckahoe', 409503800, -738273600, 0),
(56558, 2559, 230, 'Tully', 428088600, -761436000, 0),
(56559, 2559, 230, 'Tupper Lake', 442239500, -744640600, 0),
(56560, 2559, 230, 'Turin', 436562910, -754275100, 0),
(56561, 2559, 230, 'Tuxedo Park', 412013900, -742016700, 0),
(56562, 2559, 230, 'Ulster Park', 418647280, -739922910, 0),
(56563, 2559, 230, 'Unadilla', 423253600, -753124000, 0),
(56564, 2559, 230, 'Union Hill', 432227780, -773719440, 0),
(56565, 2559, 230, 'Union Springs', 428397900, -766932800, 0),
(56566, 2559, 230, 'Uniondale', 407003800, -735929100, 0),
(56567, 2559, 230, 'Upper Jay', 443855600, -737105600, 0),
(56568, 2559, 230, 'Upper Nyack', 411070400, -739201400, 0),
(56569, 2559, 230, 'Upton', 408515050, -728871660, 0),
(56570, 2559, 230, 'Utica', 430845610, -752350850, 0),
(56571, 2559, 230, 'Valatie', 424134200, -736731700, 0),
(56572, 2559, 230, 'Valhalla', 410907310, -737773830, 0),
(56573, 2559, 230, 'Valley Cottage', 411181500, -739554200, 0),
(56574, 2559, 230, 'Valley Falls', 429008300, -735625000, 0),
(56575, 2559, 230, 'Valley Stream', 406642700, -737084600, 0),
(56576, 2559, 230, 'Van Hornesville', 428950000, -748280560, 0),
(56577, 2559, 230, 'Varysburg', 427366190, -783154790, 0),
(56578, 2559, 230, 'Vernon', 430795100, -755393400, 0),
(56579, 2559, 230, 'Vernon Center', 430473510, -755249630, 0),
(56580, 2559, 230, 'Verona', 431536200, -755860200, 0),
(56581, 2559, 230, 'Verona Beach', 431919390, -757288030, 0),
(56582, 2559, 230, 'Verplanck', 412528700, -739598600, 0),
(56583, 2559, 230, 'Vestal', 420844400, -760533300, 0),
(56584, 2559, 230, 'Victor', 429825600, -774088800, 0),
(56585, 2559, 230, 'Village Green', 431334000, -763129900, 0),
(56586, 2559, 230, 'Viola', 411364800, -740823600, 0),
(56587, 2559, 230, 'Voorheesville', 426247800, -739698000, 0),
(56588, 2559, 230, 'Waccabuc', 412905600, -735952800, 0),
(56589, 2559, 230, 'Waddington', 448631050, -752011850, 0),
(56590, 2559, 230, 'Wading River', 409455500, -728209000, 0),
(56591, 2559, 230, 'Walden', 415612000, -741884800, 0),
(56592, 2559, 230, 'Wales Center', 427680530, -785287140, 0),
(56593, 2559, 230, 'Wallkill', 416056500, -741840400, 0),
(56594, 2559, 230, 'Walton', 421695300, -751293400, 0),
(56595, 2559, 230, 'Walton Park', 413098200, -742290400, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(56596, 2559, 230, 'Walworth', 431594400, -773208300, 0),
(56597, 2559, 230, 'Wantagh', 406837100, -735101300, 0),
(56598, 2559, 230, 'Wappingers Falls', 415907400, -738811200, 0),
(56599, 2559, 230, 'Warners', 430926000, -763100610, 0),
(56600, 2559, 230, 'Warrensburg', 434967400, -737762300, 0),
(56601, 2559, 230, 'Warsaw', 427400600, -781327900, 0),
(56602, 2559, 230, 'Warwick', 412564800, -743598800, 0),
(56603, 2559, 230, 'Washingtonville', 414278700, -741659800, 0),
(56604, 2559, 230, 'Waterford', 427925800, -736812300, 0),
(56605, 2559, 230, 'Waterloo', 429047900, -768627400, 0),
(56606, 2559, 230, 'Waterport', 433475160, -782482380, 0),
(56607, 2559, 230, 'Watertown', 439747800, -759107600, 0),
(56608, 2559, 230, 'Waterville', 429311800, -753798900, 0),
(56609, 2559, 230, 'Watervliet', 427300800, -737012300, 0),
(56610, 2559, 230, 'Watkins Glen', 423806300, -768732900, 0),
(56611, 2559, 230, 'Waverly', 420103500, -765271700, 0),
(56612, 2559, 230, 'Wawarsing', 417588890, -743577780, 0),
(56613, 2559, 230, 'Webster', 432122900, -774299900, 0),
(56614, 2559, 230, 'Weedsport', 430486800, -765627200, 0),
(56615, 2559, 230, 'Wellsburg', 420111100, -767277800, 0),
(56616, 2559, 230, 'Wellsville', 428759100, -742723500, 0),
(56617, 2559, 230, 'Wesley Hills', 411592600, -740698600, 0),
(56618, 2559, 230, 'West Albany', 426831300, -737784500, 0),
(56619, 2559, 230, 'West Babylon', 407181600, -733542900, 0),
(56620, 2559, 230, 'West Bay Shore', 407087100, -732812300, 0),
(56621, 2559, 230, 'West Chazy', 447806370, -735053460, 0),
(56622, 2559, 230, 'West Elmira', 420781300, -768452400, 0),
(56623, 2559, 230, 'West End', 424686900, -750937800, 0),
(56624, 2559, 230, 'West Falls', 427038180, -786718740, 0),
(56625, 2559, 230, 'West Glens Falls', 433000700, -736840100, 0),
(56626, 2559, 230, 'West Harrison', 410350200, -737436000, 0),
(56627, 2559, 230, 'West Haverstraw', 412095400, -739854200, 0),
(56628, 2559, 230, 'West Hempstead', 407048200, -736501300, 0),
(56629, 2559, 230, 'West Henrietta', 430594400, -776147200, 0),
(56630, 2559, 230, 'West Hills', 408162100, -734323400, 0),
(56631, 2559, 230, 'West Hurley', 419973100, -741048600, 0),
(56632, 2559, 230, 'West Islip', 407099660, -732987850, 0),
(56633, 2559, 230, 'West Kill', 421916670, -743080560, 0),
(56634, 2559, 230, 'West Leyden', 434711100, -755295200, 0),
(56635, 2559, 230, 'West Nyack', 410964800, -739729200, 0),
(56636, 2559, 230, 'West Point', 413914800, -739559700, 0),
(56637, 2559, 230, 'West Sand Lake', 426434100, -736087300, 0),
(56638, 2559, 230, 'West Sayville', 407278800, -730976100, 0),
(56639, 2559, 230, 'West Seneca', 428500600, -787997500, 0),
(56640, 2559, 230, 'West Valley', 424027800, -786100000, 0),
(56641, 2559, 230, 'West Winfield', 428844400, -751919400, 0),
(56642, 2559, 230, 'Westbury', 407562170, -735773990, 0),
(56643, 2559, 230, 'Westerlo', 425150000, -740452780, 0),
(56644, 2559, 230, 'Westfield', 423222800, -795781000, 0),
(56645, 2559, 230, 'Westford', 426330000, -748000000, 0),
(56646, 2559, 230, 'Westhampton', 408245400, -726662100, 0),
(56647, 2559, 230, 'Westhampton Beach', 408031600, -726145400, 0),
(56648, 2559, 230, 'Westmere', 426911900, -738687300, 0),
(56649, 2559, 230, 'Westport', 441838890, -734355560, 0),
(56650, 2559, 230, 'Westtown', 413234210, -745461210, 0),
(56651, 2559, 230, 'Westvale', 430475700, -762204800, 0),
(56652, 2559, 230, 'Wevertown', 434354080, -737184320, 0),
(56653, 2559, 230, 'White Plains', 410339900, -737629100, 0),
(56654, 2559, 230, 'Whitehall', 435556200, -734037200, 0),
(56655, 2559, 230, 'Whitesboro', 431186400, -753293400, 0),
(56656, 2559, 230, 'Whitestone', 407856720, -738116930, 0),
(56657, 2559, 230, 'Whitney Point', 423300000, -759700000, 0),
(56658, 2559, 230, 'Willard', 426827300, -768726960, 0),
(56659, 2559, 230, 'Williamson', 432239500, -771860900, 0),
(56660, 2559, 230, 'Williamstown', 434228130, -758883170, 0),
(56661, 2559, 230, 'Williamsville', 429816000, -787261800, 0),
(56662, 2559, 230, 'Williston Park', 407564900, -736448500, 0),
(56663, 2559, 230, 'Willsboro', 443747200, -734066700, 0),
(56664, 2559, 230, 'Willseyville', 422763800, -763787290, 0),
(56665, 2559, 230, 'Wilmington', 443916700, -738036100, 0),
(56666, 2559, 230, 'Wilson', 433097800, -788261500, 0),
(56667, 2559, 230, 'Windham', 423158300, -742236100, 0),
(56668, 2559, 230, 'Windsor', 420640200, -756403800, 0),
(56669, 2559, 230, 'Wingdale', 416894400, -735808300, 0),
(56670, 2559, 230, 'Winthrop', 448016700, -747780600, 0),
(56671, 2559, 230, 'Witherbee', 440869400, -735244400, 0),
(56672, 2559, 230, 'Wolcott', 432206200, -768149600, 0),
(56673, 2559, 230, 'Woodbourne', 417597200, -745941700, 0),
(56674, 2559, 230, 'Woodbury', 413645400, -741059800, 0),
(56675, 2559, 230, 'Woodhaven', 406933900, -738526700, 0),
(56676, 2559, 230, 'Woodmere', 406320500, -737126300, 0),
(56677, 2559, 230, 'Woodridge', 417094400, -745713900, 0),
(56678, 2559, 230, 'Woodside', 407452600, -739048000, 0),
(56679, 2559, 230, 'Woodstock', 420409200, -741182000, 0),
(56680, 2559, 230, 'Worcester', 425914600, -747504300, 0),
(56681, 2559, 230, 'Wurtsboro', 415767600, -744871000, 0),
(56682, 2559, 230, 'Wyandanch', 407539900, -733604000, 0),
(56683, 2559, 230, 'Wynantskill', 426967500, -736442800, 0),
(56684, 2559, 230, 'Wyoming', 428252800, -780852800, 0),
(56685, 2559, 230, 'Yaphank', 408367700, -729170500, 0),
(56686, 2559, 230, 'Yonkers', 409428960, -738800730, 0),
(56687, 2559, 230, 'Yorkshire', 425300600, -784728000, 0),
(56688, 2559, 230, 'Yorktown Heights', 412709300, -737776300, 0),
(56689, 2559, 230, 'Yorkville', 431128500, -752710000, 0),
(56690, 2559, 230, 'Youngstown', 432472800, -790500500, 0),
(56691, 2559, 230, 'Zena', 420167600, -740762500, 0),
(56692, 2560, 230, 'Aberdeen', 351315500, -794294800, 0),
(56693, 2560, 230, 'Advance', 359412500, -804092200, 0),
(56694, 2560, 230, 'Ahoskie', 362868200, -769846800, 0),
(56695, 2560, 230, 'Alamance', 360277800, -794888900, 0),
(56696, 2560, 230, 'Albemarle', 353437800, -802263000, 0),
(56697, 2560, 230, 'Alexander', 357065320, -826393530, 0),
(56698, 2560, 230, 'Alexis', 353958820, -811156600, 0),
(56699, 2560, 230, 'Alliance', 351464390, -767988890, 0),
(56700, 2560, 230, 'Andrews', 352017500, -838240700, 0),
(56701, 2560, 230, 'Angier', 355071000, -787391800, 0),
(56702, 2560, 230, 'Ansonville', 350217210, -800854510, 0),
(56703, 2560, 230, 'Apex', 357326500, -788502900, 0),
(56704, 2560, 230, 'Arapahoe', 349796620, -768269690, 0),
(56705, 2560, 230, 'Archdale', 359145800, -799719800, 0),
(56706, 2560, 230, 'Archer Lodge', 356940400, -783755600, 0),
(56707, 2560, 230, 'Arden', 354723280, -825211600, 0),
(56708, 2560, 230, 'Ash', 340553560, -785188960, 0),
(56709, 2560, 230, 'Asheboro', 357079100, -798136400, 0),
(56710, 2560, 230, 'Asheville', 356009500, -825540200, 0),
(56711, 2560, 230, 'Atlantic', 348931290, -763389590, 0),
(56712, 2560, 230, 'Atlantic Beach', 346990500, -767402100, 0),
(56713, 2560, 230, 'Aulander', 360996430, -770437070, 0),
(56714, 2560, 230, 'Aurora', 353012260, -767905290, 0),
(56715, 2560, 230, 'Autryville', 349917720, -785777480, 0),
(56716, 2560, 230, 'Avery Creek', 354634500, -825826200, 0),
(56717, 2560, 230, 'Avon', 353521230, -755104310, 0),
(56718, 2560, 230, 'Ayden', 354726600, -774155200, 0),
(56719, 2560, 230, 'Aydlett', 363026430, -759097380, 0),
(56720, 2560, 230, 'Badin', 354059700, -801167200, 0),
(56721, 2560, 230, 'Bahama', 361661100, -788766700, 0),
(56722, 2560, 230, 'Bailey', 357802800, -781155600, 0),
(56723, 2560, 230, 'Bakersville', 360156700, -821587400, 0),
(56724, 2560, 230, 'Balfour', 353465100, -824720600, 0),
(56725, 2560, 230, 'Balsam', 352557890, -830521700, 0),
(56726, 2560, 230, 'Banner Elk', 361631800, -818715000, 0),
(56727, 2560, 230, 'Barco', 363588710, -759932230, 0),
(56728, 2560, 230, 'Barium Springs', 357188890, -808983330, 0),
(56729, 2560, 230, 'Barker Heights', 353112300, -824440100, 0),
(56730, 2560, 230, 'Barnardsville', 357775000, -824547220, 0),
(56731, 2560, 230, 'Bat Cave', 354317860, -825449820, 0),
(56732, 2560, 230, 'Battleboro', 360363520, -777352170, 0),
(56733, 2560, 230, 'Bayboro', 351429400, -767702100, 0),
(56734, 2560, 230, 'Bayshore', 342896100, -777874800, 0),
(56735, 2560, 230, 'Bear Creek', 346629400, -771805080, 0),
(56736, 2560, 230, 'Beaufort', 347182200, -766638200, 0),
(56737, 2560, 230, 'Belews Creek', 362444400, -800697200, 0),
(56738, 2560, 230, 'Belhaven', 355422870, -766208960, 0),
(56739, 2560, 230, 'Belmont', 352429200, -810373000, 0),
(56740, 2560, 230, 'Belville', 342307300, -779658200, 0),
(56741, 2560, 230, 'Benson', 353821100, -785486200, 0),
(56742, 2560, 230, 'Bent Creek', 355090000, -826079000, 0),
(56743, 2560, 230, 'Bessemer City', 352848600, -812839700, 0),
(56744, 2560, 230, 'Bethania', 361630370, -803693350, 0),
(56745, 2560, 230, 'Bethel', 358071000, -773788600, 0),
(56746, 2560, 230, 'Bethlehem', 358256900, -813070300, 0),
(56747, 2560, 230, 'Beulaville', 349237800, -777738700, 0),
(56748, 2560, 230, 'Biltmore Forest', 355337200, -825284600, 0),
(56749, 2560, 230, 'Biscoe', 353598600, -797797600, 0),
(56750, 2560, 230, 'Black Mountain', 356179000, -823212300, 0),
(56751, 2560, 230, 'Bladenboro', 345387800, -787875200, 0),
(56752, 2560, 230, 'Blanch', 365080600, -792950000, 0),
(56753, 2560, 230, 'Blowing Rock', 361351300, -816776100, 0),
(56754, 2560, 230, 'Boiling Spring Lakes', 340304500, -780672100, 0),
(56755, 2560, 230, 'Boiling Springs', 352542900, -816670400, 0),
(56756, 2560, 230, 'Bolivia', 340676700, -781483300, 0),
(56757, 2560, 230, 'Bolton', 343200000, -784050000, 0),
(56758, 2560, 230, 'Boomer', 360672200, -812536100, 0),
(56759, 2560, 230, 'Boone', 362168000, -816745500, 0),
(56760, 2560, 230, 'Bostic', 353622200, -818344400, 0),
(56761, 2560, 230, 'Brasstown', 350461570, -839348550, 0),
(56762, 2560, 230, 'Brevard', 352003930, -827369260, 0),
(56763, 2560, 230, 'Bridgeton', 351216540, -770207410, 0),
(56764, 2560, 230, 'Broad Creek', 347207200, -769363300, 0),
(56765, 2560, 230, 'Broadway', 354579300, -790530800, 0),
(56766, 2560, 230, 'Brogden', 352926600, -780344300, 0),
(56767, 2560, 230, 'Browns Summit', 362007000, -796777200, 0),
(56768, 2560, 230, 'Bryson City', 354309300, -834473800, 0),
(56769, 2560, 230, 'Buies Creek', 354132200, -787355700, 0),
(56770, 2560, 230, 'Bunnlevel', 353096060, -787802990, 0),
(56771, 2560, 230, 'Burgaw', 345521100, -779261000, 0),
(56772, 2560, 230, 'Burlington', 360956900, -794378000, 0),
(56773, 2560, 230, 'Burnsville', 359173400, -823009600, 0),
(56774, 2560, 230, 'Butner', 361320900, -787566700, 0),
(56775, 2560, 230, 'Buxton', 352676800, -755423700, 0),
(56776, 2560, 230, 'Bynum', 357741700, -791422200, 0),
(56777, 2560, 230, 'Calabash', 339036900, -785738800, 0),
(56778, 2560, 230, 'Camden', 363284900, -761718800, 0),
(56779, 2560, 230, 'Cameron', 353261100, -792530600, 0),
(56780, 2560, 230, 'Camp Lejeune', 345928000, -773423890, 0),
(56781, 2560, 230, 'Candler', 355363900, -826927800, 0),
(56782, 2560, 230, 'Candor', 352930600, -797425000, 0),
(56783, 2560, 230, 'Canton', 355328800, -828373600, 0),
(56784, 2560, 230, 'Cape Carteret', 346915500, -770630000, 0),
(56785, 2560, 230, 'Caroleen', 353540290, -818741740, 0),
(56786, 2560, 230, 'Carolina Beach', 340351700, -778936000, 0),
(56787, 2560, 230, 'Carolina Shores', 339010100, -785805700, 0),
(56788, 2560, 230, 'Carrboro', 359101400, -790752900, 0),
(56789, 2560, 230, 'Carthage', 353413200, -793624800, 0),
(56790, 2560, 230, 'Cary', 357915400, -787811200, 0),
(56791, 2560, 230, 'Casar', 355144400, -816161100, 0),
(56792, 2560, 230, 'Cashiers', 350805830, -830811880, 0),
(56793, 2560, 230, 'Castalia', 361016480, -780626860, 0),
(56794, 2560, 230, 'Castle Hayne', 343557200, -778999900, 0),
(56795, 2560, 230, 'Catawba', 357097200, -810758300, 0),
(56796, 2560, 230, 'Cedar Fork', 358611110, -788147220, 0),
(56797, 2560, 230, 'Cedar Mountain', 351371070, -826833320, 0),
(56798, 2560, 230, 'Chadbourn', 343221100, -788269700, 0),
(56799, 2560, 230, 'Chapel Hill', 358707000, -790222000, 0),
(56800, 2560, 230, 'Charlotte', 351537620, -809269900, 0),
(56801, 2560, 230, 'Cherokee', 354742700, -833148700, 0),
(56802, 2560, 230, 'Cherry Point', 348788890, -769016670, 0),
(56803, 2560, 230, 'Cherryville', 353787400, -813789700, 0),
(56804, 2560, 230, 'China Grove', 355687910, -805900540, 0),
(56805, 2560, 230, 'Chinquapin', 348266460, -777460080, 0),
(56806, 2560, 230, 'Chocowinity', 355136820, -771068050, 0),
(56807, 2560, 230, 'Claremont', 357074660, -811448350, 0),
(56808, 2560, 230, 'Clarendon', 341759700, -787963400, 0),
(56809, 2560, 230, 'Clarkton', 345186550, -786450060, 0),
(56810, 2560, 230, 'Clayton', 356507100, -784563900, 0),
(56811, 2560, 230, 'Clemmons', 360324850, -803960350, 0),
(56812, 2560, 230, 'Cleveland', 357311100, -806788900, 0),
(56813, 2560, 230, 'Cliffside', 352393130, -817436160, 0),
(56814, 2560, 230, 'Clinton', 350004610, -783373600, 0),
(56815, 2560, 230, 'Clyde', 355393840, -829147990, 0),
(56816, 2560, 230, 'Coats', 354078970, -786730630, 0),
(56817, 2560, 230, 'Colfax', 360973730, -800068220, 0),
(56818, 2560, 230, 'Columbia', 359176600, -762521500, 0),
(56819, 2560, 230, 'Columbus', 352531700, -821970600, 0),
(56820, 2560, 230, 'Concord', 354090100, -806446000, 0),
(56821, 2560, 230, 'Conetoe', 358171920, -774574210, 0),
(56822, 2560, 230, 'Connelly Springs', 357429100, -815134300, 0),
(56823, 2560, 230, 'Connellys Springs', 358184590, -816186010, 0),
(56824, 2560, 230, 'Conover', 357105580, -812103590, 0),
(56825, 2560, 230, 'Cooleemee', 358122520, -805580920, 0),
(56826, 2560, 230, 'Corapeake', 365026210, -765839130, 0),
(56827, 2560, 230, 'Cordova', 349129300, -798220000, 0),
(56828, 2560, 230, 'Cornelius', 354800930, -808624820, 0),
(56829, 2560, 230, 'Corolla', 363250800, -758092200, 0),
(56830, 2560, 230, 'Creedmoor', 361223700, -786861100, 0),
(56831, 2560, 230, 'Creston', 364277800, -816236100, 0),
(56832, 2560, 230, 'Creswell', 358702800, -763938900, 0),
(56833, 2560, 230, 'Crouse', 353995840, -813469490, 0),
(56834, 2560, 230, 'Crumpler', 365038900, -813941700, 0),
(56835, 2560, 230, 'Culberson', 349916670, -841677780, 0),
(56836, 2560, 230, 'Cullowhee', 353137100, -831765300, 0),
(56837, 2560, 230, 'Cumberland', 350009250, -789721750, 0),
(56838, 2560, 230, 'Cumnock', 355550000, -792377800, 0),
(56839, 2560, 230, 'Currituck', 364498800, -760154800, 0),
(56840, 2560, 230, 'Dallas', 353165300, -811761900, 0),
(56841, 2560, 230, 'Davidson', 355023300, -808391200, 0),
(56842, 2560, 230, 'Deep Run', 351273600, -777264280, 0),
(56843, 2560, 230, 'Delco', 343158300, -782247200, 0),
(56844, 2560, 230, 'Denton', 356334700, -801158800, 0),
(56845, 2560, 230, 'Denver', 355312500, -810298000, 0),
(56846, 2560, 230, 'Dobson', 363956900, -807225700, 0),
(56847, 2560, 230, 'Dover', 352674600, -773740200, 0),
(56848, 2560, 230, 'Dudley', 352675000, -780375000, 0),
(56849, 2560, 230, 'Dunn', 353062700, -786089000, 0),
(56850, 2560, 230, 'Durants Neck', 361539900, -763132500, 0),
(56851, 2560, 230, 'Durham', 359940300, -788986200, 0),
(56852, 2560, 230, 'Earl', 351994670, -815427100, 0),
(56853, 2560, 230, 'East Bend', 362175000, -805091700, 0),
(56854, 2560, 230, 'East Flat Rock', 352801200, -824220600, 0),
(56855, 2560, 230, 'Eastover', 351000000, -788000000, 0),
(56856, 2560, 230, 'Eden', 364884700, -797667000, 0),
(56857, 2560, 230, 'Edenton', 360579400, -766077200, 0),
(56858, 2560, 230, 'Edneyville', 353940100, -823409500, 0),
(56859, 2560, 230, 'Efland', 360811100, -791713900, 0),
(56860, 2560, 230, 'Elizabeth City', 362946000, -762510500, 0),
(56861, 2560, 230, 'Elizabethtown', 346293400, -786052900, 0),
(56862, 2560, 230, 'Elkin', 363157200, -808161600, 0),
(56863, 2560, 230, 'Ellenboro', 353297200, -817588900, 0),
(56864, 2560, 230, 'Ellerbe', 350712600, -797614400, 0),
(56865, 2560, 230, 'Elm City', 358065500, -778633200, 0),
(56866, 2560, 230, 'Elon', 361314630, -795081420, 0),
(56867, 2560, 230, 'Elon College', 360972200, -795122200, 0),
(56868, 2560, 230, 'Elroy', 353426600, -779085900, 0),
(56869, 2560, 230, 'Emerald Isle', 346779400, -769507800, 0),
(56870, 2560, 230, 'Enfield', 361809900, -776666400, 0),
(56871, 2560, 230, 'Enka', 355398320, -826443880, 0),
(56872, 2560, 230, 'Ennice', 365293200, -809692200, 0),
(56873, 2560, 230, 'Etowah', 353176200, -825942900, 0),
(56874, 2560, 230, 'Eure', 364275000, -768533300, 0),
(56875, 2560, 230, 'Evergreen', 344083300, -789016700, 0),
(56876, 2560, 230, 'Fair Bluff', 343059320, -790028140, 0),
(56877, 2560, 230, 'Fairfield', 355700850, -762420110, 0),
(56878, 2560, 230, 'Fairmont', 344968300, -791142000, 0),
(56879, 2560, 230, 'Fairview', 351384800, -805375700, 0),
(56880, 2560, 230, 'Faison', 351158300, -781402800, 0),
(56881, 2560, 230, 'Faith', 355885350, -804651930, 0),
(56882, 2560, 230, 'Farmville', 355954400, -775852500, 0),
(56883, 2560, 230, 'Fayetteville', 350526600, -788783600, 0),
(56884, 2560, 230, 'Fearrington Village', 358037600, -790902900, 0),
(56885, 2560, 230, 'Flat Rock', 365123600, -805697800, 0),
(56886, 2560, 230, 'Fleetwood', 364055600, -814913170, 0),
(56887, 2560, 230, 'Fletcher', 354306700, -825012300, 0),
(56888, 2560, 230, 'Forest City', 353340100, -818651000, 0),
(56889, 2560, 230, 'Forest Oaks', 359881900, -797061400, 0),
(56890, 2560, 230, 'Fort Bragg', 351390000, -790060300, 0),
(56891, 2560, 230, 'Four Oaks', 354448800, -784269500, 0),
(56892, 2560, 230, 'Franklin', 357212500, -804989500, 0),
(56893, 2560, 230, 'Franklinton', 361018200, -784580500, 0),
(56894, 2560, 230, 'Frisco', 352383010, -756211030, 0),
(56895, 2560, 230, 'Fruitland', 353965100, -823931700, 0),
(56896, 2560, 230, 'Fuquay-Varina', 355843200, -788000100, 0),
(56897, 2560, 230, 'Gamewell', 358693000, -815962100, 0),
(56898, 2560, 230, 'Garland', 348222990, -783305120, 0),
(56899, 2560, 230, 'Garner', 357112600, -786141700, 0),
(56900, 2560, 230, 'Garysburg', 364509800, -775588700, 0),
(56901, 2560, 230, 'Gaston', 365004300, -776449800, 0),
(56902, 2560, 230, 'Gastonia', 352620800, -811873000, 0),
(56903, 2560, 230, 'Gates', 365021010, -767864900, 0),
(56904, 2560, 230, 'Germanton', 362627800, -802308300, 0),
(56905, 2560, 230, 'Gerton', 354741590, -823087570, 0),
(56906, 2560, 230, 'Gibsonville', 361056900, -795422500, 0),
(56907, 2560, 230, 'Glen Alpine', 357290200, -817792700, 0),
(56908, 2560, 230, 'Glen Raven', 361131900, -794764100, 0),
(56909, 2560, 230, 'Glenwood', 356838890, -820094440, 0),
(56910, 2560, 230, 'Goldsboro', 353848800, -779927700, 0),
(56911, 2560, 230, 'Gorman', 360365300, -788233400, 0),
(56912, 2560, 230, 'Graham', 360690300, -794005800, 0),
(56913, 2560, 230, 'Grandy', 362392290, -759013650, 0),
(56914, 2560, 230, 'Granite Falls', 357965200, -814306500, 0),
(56915, 2560, 230, 'Granite Quarry', 356123600, -804467300, 0),
(56916, 2560, 230, 'Grassy Creek', 365476200, -814335000, 0),
(56917, 2560, 230, 'Green Level', 357820900, -789039000, 0),
(56918, 2560, 230, 'Green Mountain', 359936100, -822588900, 0),
(56919, 2560, 230, 'Greensboro', 360174790, -797703890, 0),
(56920, 2560, 230, 'Greenville', 356126600, -773663500, 0),
(56921, 2560, 230, 'Grifton', 353726600, -774374600, 0),
(56922, 2560, 230, 'Grimesland', 355763670, -772334260, 0),
(56923, 2560, 230, 'Grover', 351733300, -814483300, 0),
(56924, 2560, 230, 'Hallsboro', 342952120, -785982000, 0),
(56925, 2560, 230, 'Hamilton', 359441700, -772077800, 0),
(56926, 2560, 230, 'Hamlet', 348848800, -796942200, 0),
(56927, 2560, 230, 'Hampstead', 343676700, -777105300, 0),
(56928, 2560, 230, 'Hamptonville', 360983300, -807602800, 0),
(56929, 2560, 230, 'Harkers Island', 346951600, -765593700, 0),
(56930, 2560, 230, 'Harmony', 359616700, -807738900, 0),
(56931, 2560, 230, 'Harrells', 347291700, -781991700, 0),
(56932, 2560, 230, 'Harris', 352424800, -818754100, 0),
(56933, 2560, 230, 'Harrisburg', 353237500, -806559000, 0),
(56934, 2560, 230, 'Hatteras', 352194400, -756902800, 0),
(56935, 2560, 230, 'Havelock', 348790500, -769013300, 0),
(56936, 2560, 230, 'Haw River', 360915300, -793641900, 0),
(56937, 2560, 230, 'Hayesville', 350462000, -838179500, 0),
(56938, 2560, 230, 'Hays', 362498500, -811156400, 0),
(56939, 2560, 230, 'Hemby Bridge', 351187600, -806303500, 0),
(56940, 2560, 230, 'Henderson', 363295900, -783991600, 0),
(56941, 2560, 230, 'Hendersonville', 353379390, -824500390, 0),
(56942, 2560, 230, 'Henrico', 365236370, -778691160, 0),
(56943, 2560, 230, 'Hertford', 361901600, -764660500, 0),
(56944, 2560, 230, 'Hickory', 356616000, -813703200, 0),
(56945, 2560, 230, 'Hiddenite', 359036100, -810905600, 0),
(56946, 2560, 230, 'High Point', 359556900, -800053200, 0),
(56947, 2560, 230, 'High Shoals', 353969400, -812044400, 0),
(56948, 2560, 230, 'Highfalls', 354615450, -795702850, 0),
(56949, 2560, 230, 'Highlands', 350535610, -832077090, 0),
(56950, 2560, 230, 'Hildebran', 357140200, -814220300, 0),
(56951, 2560, 230, 'Hillsborough', 360754200, -790997300, 0),
(56952, 2560, 230, 'Hobbsville', 363540880, -766396730, 0),
(56953, 2560, 230, 'Hoffman', 350405870, -795594220, 0),
(56954, 2560, 230, 'Holly Ridge', 344954400, -775549700, 0),
(56955, 2560, 230, 'Holly Springs', 356512700, -788336200, 0),
(56956, 2560, 230, 'Hookerton', 354275800, -775488300, 0),
(56957, 2560, 230, 'Hoopers Creek', 354390000, -824667900, 0),
(56958, 2560, 230, 'Hope Mills', 349704400, -789453100, 0),
(56959, 2560, 230, 'Horse Shoe', 353431700, -825565100, 0),
(56960, 2560, 230, 'Hot Springs', 358920000, -828290000, 0),
(56961, 2560, 230, 'Hubert', 347138900, -772452800, 0),
(56962, 2560, 230, 'Hudson', 358484600, -814959300, 0),
(56963, 2560, 230, 'Huntersville', 354106900, -808428500, 0),
(56964, 2560, 230, 'Hurdle Mills', 362733300, -790475000, 0),
(56965, 2560, 230, 'Icard', 357273500, -814706500, 0),
(56966, 2560, 230, 'Indian Trail', 350768100, -806692400, 0),
(56967, 2560, 230, 'Iron Station', 354413900, -811561100, 0),
(56968, 2560, 230, 'Jacksonville', 347540500, -774302400, 0),
(56969, 2560, 230, 'James City', 350887700, -770349500, 0),
(56970, 2560, 230, 'Jamestown', 359943000, -799353100, 0),
(56971, 2560, 230, 'Jamesville', 358133680, -769051960, 0),
(56972, 2560, 230, 'Jarvisburg', 361743330, -758524350, 0),
(56973, 2560, 230, 'Jefferson', 364204000, -814734400, 0),
(56974, 2560, 230, 'Jonesville', 362393000, -808445200, 0),
(56975, 2560, 230, 'Kannapolis', 354873600, -806217300, 0),
(56976, 2560, 230, 'Kenansville', 349623900, -779622100, 0),
(56977, 2560, 230, 'Kenly', 355962700, -781241600, 0),
(56978, 2560, 230, 'Kernersville', 361198600, -800736500, 0),
(56979, 2560, 230, 'Kill Devil Hills', 360307200, -756760100, 0),
(56980, 2560, 230, 'King', 362806900, -803592200, 0),
(56981, 2560, 230, 'Kings Grant', 342637800, -778605400, 0),
(56982, 2560, 230, 'Kings Mountain', 352451300, -813411900, 0),
(56983, 2560, 230, 'Kinston', 352754330, -775903140, 0),
(56984, 2560, 230, 'Kittrell', 362228630, -784399130, 0),
(56985, 2560, 230, 'Kitty Hawk', 360646100, -757057300, 0),
(56986, 2560, 230, 'Knightdale', 357876500, -784805600, 0),
(56987, 2560, 230, 'La Grange', 353068300, -777880300, 0),
(56988, 2560, 230, 'Lake Junaluska', 355278800, -829595800, 0),
(56989, 2560, 230, 'Lake Lure', 354279000, -822048300, 0),
(56990, 2560, 230, 'Lake Norman of Catawba', 355804300, -810165400, 0),
(56991, 2560, 230, 'Lake Park', 350862600, -806350700, 0),
(56992, 2560, 230, 'Lake Waccamaw', 343190600, -785000100, 0),
(56993, 2560, 230, 'Landis', 355456900, -806109000, 0),
(56994, 2560, 230, 'Laurel Hill', 348090500, -795478300, 0),
(56995, 2560, 230, 'Laurel Springs', 364446490, -812527060, 0),
(56996, 2560, 230, 'Laurinburg', 347655820, -794693120, 0),
(56997, 2560, 230, 'Lawndale', 354654600, -815324400, 0),
(56998, 2560, 230, 'Lawsonville', 364888900, -802325000, 0),
(56999, 2560, 230, 'Leasburg', 364136460, -791903220, 0),
(57000, 2560, 230, 'Leicester', 356550000, -826963900, 0),
(57001, 2560, 230, 'Leland', 342153650, -780384790, 0),
(57002, 2560, 230, 'Lemon Springs', 353956440, -791898980, 0),
(57003, 2560, 230, 'Lenoir', 359490000, -815298000, 0),
(57004, 2560, 230, 'Lewisville', 360979800, -804207330, 0),
(57005, 2560, 230, 'Lexington', 358257000, -802776600, 0),
(57006, 2560, 230, 'Liberty', 358534700, -795716900, 0),
(57007, 2560, 230, 'Lillington', 353993300, -788158500, 0),
(57008, 2560, 230, 'Lincolnton', 354737400, -812545300, 0),
(57009, 2560, 230, 'Linden', 352555600, -787466700, 0),
(57010, 2560, 230, 'Linville', 360663900, -818702800, 0),
(57011, 2560, 230, 'Linwood', 357905720, -803789090, 0),
(57012, 2560, 230, 'Little Switzerland', 358491700, -820902800, 0),
(57013, 2560, 230, 'Littleton', 364341700, -779116700, 0),
(57014, 2560, 230, 'Locust', 352598700, -804253400, 0),
(57015, 2560, 230, 'Long Beach', 339104500, -781177700, 0),
(57016, 2560, 230, 'Longview', 357293000, -813834200, 0),
(57017, 2560, 230, 'Louisburg', 360891920, -783016500, 0),
(57018, 2560, 230, 'Lowell', 352679200, -811028500, 0),
(57019, 2560, 230, 'Lowesville', 354170800, -810111900, 0),
(57020, 2560, 230, 'Lucama', 356454400, -780097100, 0),
(57021, 2560, 230, 'Lumberton', 346279260, -790055410, 0),
(57022, 2560, 230, 'Lynn', 352284150, -822237780, 0),
(57023, 2560, 230, 'Madison', 363887990, -799687400, 0),
(57024, 2560, 230, 'Maggie Valley', 355181600, -830976400, 0),
(57025, 2560, 230, 'Magnolia', 348942080, -780411090, 0),
(57026, 2560, 230, 'Maiden', 355749950, -812058900, 0),
(57027, 2560, 230, 'Manns Harbor', 358858300, -757627800, 0),
(57028, 2560, 230, 'Manson', 364687800, -782923800, 0),
(57029, 2560, 230, 'Manteo', 359082300, -756757300, 0),
(57030, 2560, 230, 'Maple Hill', 346612780, -776963650, 0),
(57031, 2560, 230, 'Mar-Mac', 353348800, -780558200, 0),
(57032, 2560, 230, 'Marble', 351315450, -839480450, 0),
(57033, 2560, 230, 'Marion', 356840100, -820092700, 0),
(57034, 2560, 230, 'Mars Hill', 358265000, -825493000, 0),
(57035, 2560, 230, 'Marshall', 357973300, -826840300, 0),
(57036, 2560, 230, 'Marshallberg', 347305040, -765105810, 0),
(57037, 2560, 230, 'Marshville', 349884900, -803670100, 0),
(57038, 2560, 230, 'Marston', 349929230, -796203680, 0),
(57039, 2560, 230, 'Marvin', 349918200, -808147900, 0),
(57040, 2560, 230, 'Masonboro', 341793400, -778474800, 0),
(57041, 2560, 230, 'Matthews', 351143400, -806939400, 0),
(57042, 2560, 230, 'Maxton', 347351600, -793489300, 0),
(57043, 2560, 230, 'Mayodan', 364123600, -799669900, 0),
(57044, 2560, 230, 'Maysville', 349048800, -772313400, 0),
(57045, 2560, 230, 'McAdenville', 352569770, -810789570, 0),
(57046, 2560, 230, 'McCutcheon Field', 346856200, -773421890, 0),
(57047, 2560, 230, 'McLeansville', 361073600, -796586400, 0),
(57048, 2560, 230, 'Mebane', 360959700, -792669600, 0),
(57049, 2560, 230, 'Merritt', 351121440, -766962330, 0),
(57050, 2560, 230, 'Middleburg', 363540230, -783960090, 0),
(57051, 2560, 230, 'Middlesex', 357897200, -782033300, 0),
(57052, 2560, 230, 'Midland', 352273700, -805006200, 0),
(57053, 2560, 230, 'Midway', 359534700, -802181000, 0),
(57054, 2560, 230, 'Midway Park', 347326200, -773276400, 0),
(57055, 2560, 230, 'Mill Spring', 353416210, -821712720, 0),
(57056, 2560, 230, 'Millers Creek', 361893000, -812375900, 0),
(57057, 2560, 230, 'Mills River', 353884500, -825667900, 0),
(57058, 2560, 230, 'Milton', 365127650, -792183100, 0),
(57059, 2560, 230, 'Mineral Springs', 349379300, -806686800, 0),
(57060, 2560, 230, 'Minneapolis', 360991670, -819872220, 0),
(57061, 2560, 230, 'Mint Hill', 351795900, -806472900, 0),
(57062, 2560, 230, 'Mocksville', 358940300, -805614500, 0),
(57063, 2560, 230, 'Moncure', 356714160, -791694320, 0),
(57064, 2560, 230, 'Monroe', 350102580, -805495550, 0),
(57065, 2560, 230, 'Montreat', 356455600, -823005600, 0),
(57066, 2560, 230, 'Mooresville', 355848600, -808100700, 0),
(57067, 2560, 230, 'Moravian Falls', 360968000, -811823100, 0),
(57068, 2560, 230, 'Morehead City', 347229400, -767260400, 0),
(57069, 2560, 230, 'Morganton', 357440400, -817131600, 0),
(57070, 2560, 230, 'Morrisville', 358269020, -788335340, 0),
(57071, 2560, 230, 'Mount Airy', 364993000, -806072900, 0),
(57072, 2560, 230, 'Mount Gilead', 352148700, -800022800, 0),
(57073, 2560, 230, 'Mount Holly', 352981900, -810159100, 0),
(57074, 2560, 230, 'Mount Mourne', 355430560, -808475000, 0),
(57075, 2560, 230, 'Mount Olive', 351965500, -780663800, 0),
(57076, 2560, 230, 'Mount Pleasant', 354106370, -804191200, 0),
(57077, 2560, 230, 'Mount Ulla', 356424180, -807166550, 0),
(57078, 2560, 230, 'Mountain Home', 353695600, -824929000, 0),
(57079, 2560, 230, 'Mountain View', 356831900, -813689800, 0),
(57080, 2560, 230, 'Moyock', 364959100, -761377390, 0),
(57081, 2560, 230, 'Murfreesboro', 364423800, -770985800, 0),
(57082, 2560, 230, 'Murphy', 350875800, -840346300, 0),
(57083, 2560, 230, 'Murraysville', 342957200, -778474800, 0),
(57084, 2560, 230, 'Myrtle Grove', 341346200, -778816500, 0),
(57085, 2560, 230, 'Nags Head', 359573900, -756240600, 0),
(57086, 2560, 230, 'Nakina', 341347200, -786680600, 0),
(57087, 2560, 230, 'Naples', 353925000, -825008330, 0),
(57088, 2560, 230, 'Nashville', 359746000, -779655400, 0),
(57089, 2560, 230, 'Navassa', 342554500, -780074900, 0),
(57090, 2560, 230, 'Nebo', 357150000, -819311100, 0),
(57091, 2560, 230, 'Neuse Forest', 349637700, -769446700, 0),
(57092, 2560, 230, 'New Bern', 351084900, -770441100, 0),
(57093, 2560, 230, 'New Hill', 356811100, -789355600, 0),
(57094, 2560, 230, 'New London', 354447200, -802186100, 0),
(57095, 2560, 230, 'Newell', 352784200, -807359660, 0),
(57096, 2560, 230, 'Newland', 360873500, -819273400, 0),
(57097, 2560, 230, 'Newport', 347865500, -768591100, 0),
(57098, 2560, 230, 'Newton', 356606020, -812328910, 0),
(57099, 2560, 230, 'Newton Grove', 352466700, -783569400, 0),
(57100, 2560, 230, 'Norlina', 364457000, -781983300, 0),
(57101, 2560, 230, 'North Wilkesboro', 361584700, -811475800, 0),
(57102, 2560, 230, 'Northlakes', 357818000, -813750900, 0),
(57103, 2560, 230, 'Norwood', 352195900, -801189500, 0),
(57104, 2560, 230, 'Oak City', 359630600, -773055600, 0),
(57105, 2560, 230, 'Oak Island', 339165600, -781611100, 0),
(57106, 2560, 230, 'Oak Ridge', 361734700, -799889300, 0),
(57107, 2560, 230, 'Oakboro', 352257000, -803289500, 0),
(57108, 2560, 230, 'Ocean Isle Beach', 339208000, -784597000, 0),
(57109, 2560, 230, 'Ocracoke', 351127800, -759758300, 0),
(57110, 2560, 230, 'Ogden', 342723900, -778185900, 0),
(57111, 2560, 230, 'Old Fort', 356294400, -821791700, 0),
(57112, 2560, 230, 'Olivia', 353597900, -791095200, 0),
(57113, 2560, 230, 'Oriental', 350311100, -766877800, 0),
(57114, 2560, 230, 'Orrum', 344650000, -790100000, 0),
(57115, 2560, 230, 'Otto', 350483280, -833978800, 0),
(57116, 2560, 230, 'Oxford', 363107000, -785908300, 0),
(57117, 2560, 230, 'Pantego', 355858300, -766597200, 0),
(57118, 2560, 230, 'Parkton', 348998150, -790076630, 0),
(57119, 2560, 230, 'Paw Creek', 352926400, -809308270, 0),
(57120, 2560, 230, 'Peachland', 349927800, -802647200, 0),
(57121, 2560, 230, 'Pembroke', 346801600, -791950400, 0),
(57122, 2560, 230, 'Pfafftown', 361533300, -803611100, 0),
(57123, 2560, 230, 'Pikeville', 354988900, -779861100, 0),
(57124, 2560, 230, 'Pilot Mountain', 364516220, -804913190, 0),
(57125, 2560, 230, 'Pine Hall', 363244400, -800494400, 0),
(57126, 2560, 230, 'Pine Knoll Shores', 346973800, -768132700, 0),
(57127, 2560, 230, 'Pinebluff', 351098800, -794722600, 0),
(57128, 2560, 230, 'Pinehurst', 351954300, -794694800, 0),
(57129, 2560, 230, 'Pinetops', 357884900, -776377500, 0),
(57130, 2560, 230, 'Pinetown', 356033900, -768293700, 0),
(57131, 2560, 230, 'Pineville', 350832000, -808923000, 0),
(57132, 2560, 230, 'Pink Hill', 350566700, -777444400, 0),
(57133, 2560, 230, 'Pinnacle', 363291700, -804330600, 0),
(57134, 2560, 230, 'Pisgah Forest', 352541700, -827000000, 0),
(57135, 2560, 230, 'Pittsboro', 357637810, -791361500, 0),
(57136, 2560, 230, 'Pleasant Garden', 359620800, -797622500, 0),
(57137, 2560, 230, 'Plymouth', 358668300, -767485600, 0),
(57138, 2560, 230, 'Point Harbor', 360773010, -757972160, 0),
(57139, 2560, 230, 'Polkton', 350076500, -802008900, 0),
(57140, 2560, 230, 'Polkville', 354128120, -816199840, 0),
(57141, 2560, 230, 'Pope Air Force Base', 350525000, -788786110, 0),
(57142, 2560, 230, 'Princeton', 354659900, -781605500, 0),
(57143, 2560, 230, 'Providence', 365182320, -794278990, 0),
(57144, 2560, 230, 'Pumpkin Center', 347915500, -773724600, 0),
(57145, 2560, 230, 'Purlear', 362175940, -813893600, 0),
(57146, 2560, 230, 'Raeford', 349810000, -792242000, 0),
(57147, 2560, 230, 'Raleigh', 357721000, -786386100, 0),
(57148, 2560, 230, 'Ramseur', 357334700, -796525300, 0),
(57149, 2560, 230, 'Randleman', 358179100, -798030900, 0),
(57150, 2560, 230, 'Ranlo', 352862500, -811303600, 0),
(57151, 2560, 230, 'Red Oak', 360384900, -779063700, 0),
(57152, 2560, 230, 'Red Springs', 348151600, -791830900, 0),
(57153, 2560, 230, 'Reidsville', 363548600, -796644700, 0),
(57154, 2560, 230, 'Rex', 348569440, -790494440, 0),
(57155, 2560, 230, 'Rhodhiss', 357740200, -814312000, 0),
(57156, 2560, 230, 'Rich Square', 362733300, -772841700, 0),
(57157, 2560, 230, 'Richfield', 354716700, -802563900, 0),
(57158, 2560, 230, 'Richlands', 348294800, -775787450, 0),
(57159, 2560, 230, 'Roanoke Rapids', 364615400, -776541500, 0),
(57160, 2560, 230, 'Roaring River', 361959000, -810031800, 0),
(57161, 2560, 230, 'Robbins', 354340300, -795869700, 0),
(57162, 2560, 230, 'Robbinsville', 353228700, -838074000, 0),
(57163, 2560, 230, 'Robersonville', 358251600, -772491300, 0),
(57164, 2560, 230, 'Rockfish', 349926600, -790661400, 0),
(57165, 2560, 230, 'Rockingham', 349393200, -797739500, 0),
(57166, 2560, 230, 'Rockwell', 355512500, -804064500, 0),
(57167, 2560, 230, 'Rocky Mount', 359382100, -777905300, 0),
(57168, 2560, 230, 'Rocky Point', 344351700, -778877600, 0),
(57169, 2560, 230, 'Rolesville', 359232100, -784575000, 0),
(57170, 2560, 230, 'Ronda', 362363400, -809266200, 0),
(57171, 2560, 230, 'Roper', 358762410, -766143230, 0),
(57172, 2560, 230, 'Rose Hill', 348282200, -780230400, 0),
(57173, 2560, 230, 'Roseboro', 349529500, -785086200, 0),
(57174, 2560, 230, 'Rosman', 351419210, -828365910, 0),
(57175, 2560, 230, 'Rougemont', 362186100, -789263900, 0),
(57176, 2560, 230, 'Rowland', 345365500, -792914300, 0),
(57177, 2560, 230, 'Roxboro', 363937500, -789827900, 0),
(57178, 2560, 230, 'Ruffin', 364491000, -795894600, 0),
(57179, 2560, 230, 'Rural Hall', 362404200, -802933800, 0),
(57180, 2560, 230, 'Rutherford College', 357484600, -815225900, 0),
(57181, 2560, 230, 'Rutherfordton', 353692900, -819567700, 0),
(57182, 2560, 230, 'Saint Pauls', 348065500, -789711400, 0),
(57183, 2560, 230, 'Saint Stephens', 357645800, -812731400, 0),
(57184, 2560, 230, 'Salem', 356987400, -816970400, 0),
(57185, 2560, 230, 'Salemburg', 350161100, -785041700, 0),
(57186, 2560, 230, 'Salisbury', 356709700, -804742300, 0),
(57187, 2560, 230, 'Salter Path', 346850840, -769021900, 0),
(57188, 2560, 230, 'Saluda', 352377800, -823469400, 0),
(57189, 2560, 230, 'Salvo', 355402800, -754730600, 0),
(57190, 2560, 230, 'Sandy Ridge', 364988900, -801041700, 0),
(57191, 2560, 230, 'Sanford', 354930000, -791765000, 0),
(57192, 2560, 230, 'Saratoga', 356556050, -777722820, 0),
(57193, 2560, 230, 'Saxapahaw', 359473600, -793219600, 0),
(57194, 2560, 230, 'Scaly Mountain', 350116700, -833163900, 0),
(57195, 2560, 230, 'Scotland Neck', 361296000, -774202500, 0),
(57196, 2560, 230, 'Scotts', 358427780, -810094440, 0),
(57197, 2560, 230, 'Sea Breeze', 340632300, -778913700, 0),
(57198, 2560, 230, 'Seagate', 342093400, -778436000, 0),
(57199, 2560, 230, 'Seagrove', 355422200, -797780600, 0),
(57200, 2560, 230, 'Sealevel', 348623860, -763876960, 0),
(57201, 2560, 230, 'Selma', 355365500, -782844400, 0),
(57202, 2560, 230, 'Shallotte', 339732300, -783858400, 0),
(57203, 2560, 230, 'Shannon', 348469400, -791400000, 0),
(57204, 2560, 230, 'Sharpsburg', 358671000, -778291500, 0),
(57205, 2560, 230, 'Shawboro', 363758300, -760848220, 0),
(57206, 2560, 230, 'Shelby', 353023620, -815516520, 0),
(57207, 2560, 230, 'Sherrills Ford', 356204100, -809864700, 0),
(57208, 2560, 230, 'Siler City', 357234700, -794622400, 0),
(57209, 2560, 230, 'Silver Lake', 341487800, -779136000, 0),
(57210, 2560, 230, 'Simpson', 355749480, -772781950, 0),
(57211, 2560, 230, 'Sims', 357342820, -780995310, 0),
(57212, 2560, 230, 'Skyland', 354890000, -825242880, 0),
(57213, 2560, 230, 'Smithfield', 355084900, -783394500, 0),
(57214, 2560, 230, 'Sneads Ferry', 345526700, -773971800, 0),
(57215, 2560, 230, 'Snow Camp', 359141690, -794290050, 0),
(57216, 2560, 230, 'Snow Hill', 354471540, -776782630, 0),
(57217, 2560, 230, 'Sophia', 358230600, -798608300, 0),
(57218, 2560, 230, 'South Gastonia', 352193000, -812056300, 0),
(57219, 2560, 230, 'South Mills', 365134930, -763500530, 0),
(57220, 2560, 230, 'South Rosemary', 364515400, -776972000, 0),
(57221, 2560, 230, 'Southern Pines', 351745940, -793885060, 0),
(57222, 2560, 230, 'Southern Shores', 361390500, -757315700, 0),
(57223, 2560, 230, 'Southmont', 356679200, -802670000, 0),
(57224, 2560, 230, 'Southport', 339215600, -780202700, 0),
(57225, 2560, 230, 'Sparta', 365054100, -811209200, 0),
(57226, 2560, 230, 'Spencer', 356923600, -804347800, 0),
(57227, 2560, 230, 'Spindale', 353601200, -819292700, 0),
(57228, 2560, 230, 'Spring Hope', 359451500, -781119300, 0),
(57229, 2560, 230, 'Spring Lake', 351679400, -789728100, 0),
(57230, 2560, 230, 'Spruce Pine', 359141560, -820706810, 0),
(57231, 2560, 230, 'Staley', 357947200, -795511100, 0),
(57232, 2560, 230, 'Stallings', 350907000, -806861800, 0),
(57233, 2560, 230, 'Stanfield', 352334800, -804270100, 0),
(57234, 2560, 230, 'Stanley', 353590300, -810970200, 0),
(57235, 2560, 230, 'Stantonsburg', 356061100, -778211100, 0),
(57236, 2560, 230, 'Star', 353997070, -797820440, 0),
(57237, 2560, 230, 'State Road', 363948050, -808908590, 0),
(57238, 2560, 230, 'Statesville', 358452600, -808992000, 0),
(57239, 2560, 230, 'Stedman', 350135000, -786939100, 0),
(57240, 2560, 230, 'Stella', 347744400, -771505600, 0),
(57241, 2560, 230, 'Stem', 362005600, -787236100, 0),
(57242, 2560, 230, 'Stokes', 357130830, -772703770, 0),
(57243, 2560, 230, 'Stokesdale', 362370800, -799794800, 0),
(57244, 2560, 230, 'Stoneville', 364665300, -799069800, 0),
(57245, 2560, 230, 'Stony Point', 358518130, -810400260, 0),
(57246, 2560, 230, 'Sugar Grove', 362577800, -817880600, 0),
(57247, 2560, 230, 'Summerfield', 355682200, -774027400, 0),
(57248, 2560, 230, 'Sunbury', 364411100, -766116700, 0),
(57249, 2560, 230, 'Sunset Beach', 338807300, -785122300, 0),
(57250, 2560, 230, 'Supply', 339727200, -782898600, 0),
(57251, 2560, 230, 'Surf City', 344271100, -775460800, 0),
(57252, 2560, 230, 'Swannanoa', 355978900, -823998400, 0),
(57253, 2560, 230, 'Swansboro', 346876600, -771191200, 0),
(57254, 2560, 230, 'Swepsonville', 360212500, -793614100, 0),
(57255, 2560, 230, 'Sylva', 353737100, -832259800, 0),
(57256, 2560, 230, 'Tabor City', 341487800, -788766900, 0),
(57257, 2560, 230, 'Tarawa Terrace', 347357400, -773818200, 0),
(57258, 2560, 230, 'Tarboro', 358968200, -775358000, 0),
(57259, 2560, 230, 'Taylorsville', 359218000, -811764700, 0),
(57260, 2560, 230, 'Terrell', 355823330, -809636370, 0),
(57261, 2560, 230, 'Thomasville', 358826400, -800819900, 0),
(57262, 2560, 230, 'Thurmond', 363665200, -809284100, 0),
(57263, 2560, 230, 'Timberlake', 362350760, -789658350, 0),
(57264, 2560, 230, 'Tobaccoville', 362381900, -803714400, 0),
(57265, 2560, 230, 'Todd', 363114000, -815790000, 0),
(57266, 2560, 230, 'Topton', 352566550, -836952470, 0),
(57267, 2560, 230, 'Traphill', 363445840, -810292290, 0),
(57268, 2560, 230, 'Trent Woods', 350821000, -770863400, 0),
(57269, 2560, 230, 'Trenton', 350671000, -773527400, 0),
(57270, 2560, 230, 'Trinity', 358945800, -799908700, 0),
(57271, 2560, 230, 'Troutman', 357006900, -808881300, 0),
(57272, 2560, 230, 'Troy', 353584700, -798944900, 0),
(57273, 2560, 230, 'Tryon', 353398600, -813220300, 0),
(57274, 2560, 230, 'Turkey', 349930600, -781841700, 0),
(57275, 2560, 230, 'Turnersburg', 358293940, -809011320, 0),
(57276, 2560, 230, 'Tyner', 362514440, -766322940, 0),
(57277, 2560, 230, 'Tyro', 358090300, -803728300, 0),
(57278, 2560, 230, 'Union Grove', 360244400, -808663900, 0),
(57279, 2560, 230, 'Unionville', 350873700, -805089600, 0),
(57280, 2560, 230, 'Valdese', 357406900, -815631500, 0),
(57281, 2560, 230, 'Vale', 354912150, -814154530, 0),
(57282, 2560, 230, 'Valle Crucis', 362076660, -818828280, 0),
(57283, 2560, 230, 'Valley Hill', 352984500, -824831800, 0),
(57284, 2560, 230, 'Vanceboro', 353085000, -771541200, 0),
(57285, 2560, 230, 'Vander', 350321100, -787947400, 0),
(57286, 2560, 230, 'Vass', 352563900, -792808300, 0),
(57287, 2560, 230, 'Vilas', 362759340, -817870130, 0),
(57288, 2560, 230, 'Wade', 351604890, -787377390, 0),
(57289, 2560, 230, 'Wadesboro', 349682100, -800767300, 0),
(57290, 2560, 230, 'Wagram', 348880600, -793641700, 0),
(57291, 2560, 230, 'Wake Forest', 359798700, -785097200, 0),
(57292, 2560, 230, 'Walkertown', 361762060, -801630830, 0),
(57293, 2560, 230, 'Wallace', 347367770, -779968600, 0),
(57294, 2560, 230, 'Wallburg', 360101400, -801392100, 0),
(57295, 2560, 230, 'Walnut Cove', 362954200, -801417100, 0),
(57296, 2560, 230, 'Walstonburg', 355811560, -777067320, 0),
(57297, 2560, 230, 'Warne', 349944400, -838930600, 0),
(57298, 2560, 230, 'Warrenton', 363984800, -781552700, 0),
(57299, 2560, 230, 'Warsaw', 349993300, -780911000, 0),
(57300, 2560, 230, 'Washington', 355467340, -770394360, 0),
(57301, 2560, 230, 'Waves', 355527000, -754661000, 0),
(57302, 2560, 230, 'Waxhaw', 349245900, -807434000, 0),
(57303, 2560, 230, 'Waynesville', 354887100, -829887500, 0),
(57304, 2560, 230, 'Weaverville', 356970500, -825606900, 0),
(57305, 2560, 230, 'Weddington', 350223700, -807609000, 0),
(57306, 2560, 230, 'Welcome', 359029200, -802569900, 0),
(57307, 2560, 230, 'Weldon', 364225260, -776084450, 0),
(57308, 2560, 230, 'Wendell', 357809900, -783697200, 0),
(57309, 2560, 230, 'Wentworth', 363337510, -796553210, 0),
(57310, 2560, 230, 'Wesley Chapel', 350070900, -806745100, 0),
(57311, 2560, 230, 'West End', 352496400, -795291600, 0),
(57312, 2560, 230, 'West Jefferson', 363521400, -814723800, 0),
(57313, 2560, 230, 'West Raleigh', 357868200, -786638900, 0),
(57314, 2560, 230, 'Westfield', 364336620, -803203250, 0),
(57315, 2560, 230, 'Westport', 355012500, -809786900, 0),
(57316, 2560, 230, 'Whispering Pines', 352557100, -793722500, 0),
(57317, 2560, 230, 'Whitakers', 361058300, -777136100, 0),
(57318, 2560, 230, 'Whiteville', 343387800, -787030700, 0),
(57319, 2560, 230, 'Whitsett', 360341240, -796016920, 0),
(57320, 2560, 230, 'Whittier', 354350000, -833602800, 0),
(57321, 2560, 230, 'Wilkesboro', 361459600, -811606400, 0),
(57322, 2560, 230, 'Willard', 346674500, -780671000, 0),
(57323, 2560, 230, 'Williamston', 358546000, -770555100, 0),
(57324, 2560, 230, 'Willow Spring', 355957130, -787314000, 0),
(57325, 2560, 230, 'Wilmington', 342025560, -778815040, 0),
(57326, 2560, 230, 'Wilson', 357212700, -779155400, 0),
(57327, 2560, 230, 'Wilsons Mills', 355840500, -783558300, 0),
(57328, 2560, 230, 'Windsor', 355529400, -773610800, 0),
(57329, 2560, 230, 'Wingate', 349843200, -804492300, 0),
(57330, 2560, 230, 'Winnabow', 341491700, -780933300, 0),
(57331, 2560, 230, 'Winston-Salem', 361004270, -802456430, 0),
(57332, 2560, 230, 'Winterville', 355326310, -773924710, 0),
(57333, 2560, 230, 'Winton', 363865330, -769406880, 0),
(57334, 2560, 230, 'Woodfin', 356334400, -825820700, 0),
(57335, 2560, 230, 'Woodleaf', 357901900, -806108200, 0),
(57336, 2560, 230, 'Wrightsboro', 342885000, -779211000, 0),
(57337, 2560, 230, 'Wrightsville Beach', 342085000, -777963700, 0),
(57338, 2560, 230, 'Yadkinville', 361399200, -806236200, 0),
(57339, 2560, 230, 'Yanceyville', 364040300, -793361300, 0),
(57340, 2560, 230, 'Youngsville', 360248700, -784744400, 0),
(57341, 2560, 230, 'Zebulon', 358243200, -783147200, 0),
(57342, 2560, 230, 'Zirconia', 352335780, -824157310, 0),
(57343, 2561, 230, 'Abercrombie', 464175660, -967122400, 0),
(57344, 2561, 230, 'Alexander', 478570430, -1036442080, 0),
(57345, 2561, 230, 'Argusville', 470516700, -969355600, 0),
(57346, 2561, 230, 'Arnegard', 478077220, -1034392580, 0),
(57347, 2561, 230, 'Baldwin', 469792060, -1007511150, 0),
(57348, 2561, 230, 'Barney', 462675000, -970002800, 0),
(57349, 2561, 230, 'Beach', 473078300, -1039189600, 0),
(57350, 2561, 230, 'Belcourt', 488391700, -997448700, 0),
(57351, 2561, 230, 'Beulah', 472633400, -1017779500, 0),
(57352, 2561, 230, 'Bismarck', 468630100, -1007685900, 0),
(57353, 2561, 230, 'Bottineau', 488272300, -1004457000, 0),
(57354, 2561, 230, 'Bowdon', 473923590, -997131910, 0),
(57355, 2561, 230, 'Bowman', 461830600, -1033949100, 0),
(57356, 2561, 230, 'Carrington', 474502930, -991232820, 0),
(57357, 2561, 230, 'Casselton', 469005300, -972112000, 0),
(57358, 2561, 230, 'Cavalier', 487938800, -976223100, 0),
(57359, 2561, 230, 'Center', 471163800, -1012995900, 0),
(57360, 2561, 230, 'Cogswell', 461006400, -978094200, 0),
(57361, 2561, 230, 'Cooperstown', 474444400, -981239800, 0),
(57362, 2561, 230, 'Crosby', 489142000, -1032949100, 0),
(57363, 2561, 230, 'Dawson', 468068010, -997633540, 0),
(57364, 2561, 230, 'Devils Lake', 481127800, -988651200, 0),
(57365, 2561, 230, 'Dickinson', 468820120, -1027862120, 0),
(57366, 2561, 230, 'Ellendale', 460039000, -985219300, 0),
(57367, 2561, 230, 'Enderlin', 466228020, -976010100, 0),
(57368, 2561, 230, 'Epping', 482413780, -1033451580, 0),
(57369, 2561, 230, 'Fargo', 468534590, -968148510, 0),
(57370, 2561, 230, 'Fingal', 467610000, -977891000, 0),
(57371, 2561, 230, 'Finley', 475141600, -978359300, 0),
(57372, 2561, 230, 'Fort Ransom', 464337000, -978624000, 0),
(57373, 2561, 230, 'Fort Totten', 479800000, -989929000, 0),
(57374, 2561, 230, 'Fort Yates', 460869400, -1006301300, 0),
(57375, 2561, 230, 'Gackle', 466258240, -991420470, 0),
(57376, 2561, 230, 'Garrison', 476522200, -1014157200, 0),
(57377, 2561, 230, 'Gilby', 481078390, -974489110, 0),
(57378, 2561, 230, 'Gladstone', 468598410, -1025644490, 0),
(57379, 2561, 230, 'Glen Ullin', 468144400, -1018308300, 0),
(57380, 2561, 230, 'Grafton', 484122100, -974106300, 0),
(57381, 2561, 230, 'Grand Forks', 479288120, -970716870, 0),
(57382, 2561, 230, 'Grandin', 472361100, -970027800, 0),
(57383, 2561, 230, 'Hankinson', 460702800, -969013900, 0),
(57384, 2561, 230, 'Harvey', 477697200, -999354000, 0),
(57385, 2561, 230, 'Hazen', 473353200, -1016239200, 0),
(57386, 2561, 230, 'Hebron', 469019400, -1020436100, 0),
(57387, 2561, 230, 'Hillsboro', 474038700, -970620300, 0),
(57388, 2561, 230, 'Hoople', 485074860, -975833280, 0),
(57389, 2561, 230, 'Horace', 467588600, -969037000, 0),
(57390, 2561, 230, 'Inkster', 481519400, -976447200, 0),
(57391, 2561, 230, 'Jamestown', 469105400, -987084400, 0),
(57392, 2561, 230, 'Keene', 479830000, -1029500000, 0),
(57393, 2561, 230, 'Kenmare', 486747500, -1020826600, 0),
(57394, 2561, 230, 'Killdeer', 473708060, -1027552900, 0),
(57395, 2561, 230, 'Kindred', 466480600, -970163900, 0),
(57396, 2561, 230, 'Langdon', 487630320, -983730340, 0),
(57397, 2561, 230, 'Lansford', 486183840, -1014071090, 0),
(57398, 2561, 230, 'Lidgerwood', 460719600, -971499600, 0),
(57399, 2561, 230, 'Lincoln', 467624900, -1007004000, 0),
(57400, 2561, 230, 'Lisbon', 464416300, -976812100, 0),
(57401, 2561, 230, 'Maddock', 479611100, -995294400, 0),
(57402, 2561, 230, 'Mandan', 468266600, -1008895800, 0),
(57403, 2561, 230, 'Max', 478222200, -1012955600, 0),
(57404, 2561, 230, 'Mayville', 474980400, -973245400, 0),
(57405, 2561, 230, 'Medora', 469139000, -1035243500, 0),
(57406, 2561, 230, 'Menoken', 468230000, -1005993380, 0),
(57407, 2561, 230, 'Michigan', 480624000, -981253800, 0),
(57408, 2561, 230, 'Milnor', 462583300, -974558300, 0),
(57409, 2561, 230, 'Minot', 482325100, -1012962700, 0),
(57410, 2561, 230, 'Minot Air Force Base', 484219000, -1013137000, 0),
(57411, 2561, 230, 'Mohall', 487633600, -1015132200, 0),
(57412, 2561, 230, 'Munich', 486694440, -988355560, 0),
(57413, 2561, 230, 'Neche', 489836100, -975508300, 0),
(57414, 2561, 230, 'New England', 465400000, -1028655560, 0),
(57415, 2561, 230, 'New Rockford', 476800000, -991379000, 0),
(57416, 2561, 230, 'New Town', 479808500, -1024901800, 0),
(57417, 2561, 230, 'Niagara', 479771370, -978174620, 0),
(57418, 2561, 230, 'Noonan', 488883300, -1030094400, 0),
(57419, 2561, 230, 'Northwood', 477347200, -975688900, 0),
(57420, 2561, 230, 'Oriska', 469313900, -977891700, 0),
(57421, 2561, 230, 'Park River', 483967080, -977445530, 0),
(57422, 2561, 230, 'Parshall', 479547200, -1021344400, 0),
(57423, 2561, 230, 'Petersburg', 479771430, -979613900, 0),
(57424, 2561, 230, 'Plaza', 480247200, -1019605600, 0),
(57425, 2561, 230, 'Portland', 474993460, -973712670, 0),
(57426, 2561, 230, 'Ray', 483228000, -1032009000, 0),
(57427, 2561, 230, 'Richardton', 468857010, -1023197050, 0),
(57428, 2561, 230, 'Rolla', 488577800, -996179200, 0),
(57429, 2561, 230, 'Roseglen', 477513900, -1018363900, 0),
(57430, 2561, 230, 'Rugby', 483688900, -999962500, 0),
(57431, 2561, 230, 'Saint John', 489450330, -997863150, 0),
(57432, 2561, 230, 'Saint Michael', 479401960, -989057340, 0),
(57433, 2561, 230, 'Sawyer', 480662630, -1010794370, 0),
(57434, 2561, 230, 'Souris', 489102800, -1006808300, 0),
(57435, 2561, 230, 'Stanley', 483117910, -1023945880, 0),
(57436, 2561, 230, 'Steele', 468566130, -999152390, 0),
(57437, 2561, 230, 'Surrey', 482368870, -1011339010, 0),
(57438, 2561, 230, 'Sutton', 473700100, -984350780, 0),
(57439, 2561, 230, 'Thompson', 477757670, -971045890, 0),
(57440, 2561, 230, 'Tioga', 483972400, -1029382400, 0),
(57441, 2561, 230, 'Trenton', 480460800, -1039008000, 0),
(57442, 2561, 230, 'Upham', 485892450, -1007325020, 0),
(57443, 2561, 230, 'Valley City', 469233100, -980031500, 0),
(57444, 2561, 230, 'Velva', 480561200, -1009293200, 0),
(57445, 2561, 230, 'Verona', 463652800, -980713900, 0),
(57446, 2561, 230, 'Wahpeton', 462652400, -966059100, 0),
(57447, 2561, 230, 'Walhalla', 489161400, -978915600, 0),
(57448, 2561, 230, 'Washburn', 472891600, -1010290300, 0),
(57449, 2561, 230, 'Watford City', 478022400, -1032832500, 0),
(57450, 2561, 230, 'West Fargo', 468749700, -969003600, 0),
(57451, 2561, 230, 'Westhope', 489108300, -1010200000, 0),
(57452, 2561, 230, 'Wheatland', 468763170, -974083180, 0),
(57453, 2561, 230, 'White Earth', 484596460, -1028201420, 0),
(57454, 2561, 230, 'Wildrose', 486302800, -1031833330, 0),
(57455, 2561, 230, 'Williston', 481469700, -1036179700, 0),
(57456, 2561, 230, 'Wimbledon', 471705600, -984600000, 0),
(57457, 2561, 230, 'Wishek', 462569200, -995570600, 0),
(57458, 2561, 230, 'Woodworth', 471437200, -993024570, 0),
(57459, 2562, 230, 'Aberdeen', 386556300, -837610300, 0),
(57460, 2562, 230, 'Ada', 407695000, -838227100, 0),
(57461, 2562, 230, 'Adamsville', 400856150, -818591090, 0),
(57462, 2562, 230, 'Akron', 411560400, -816377400, 0),
(57463, 2562, 230, 'Albany', 392288900, -822002800, 0),
(57464, 2562, 230, 'Alexandria', 400924250, -826078500, 0),
(57465, 2562, 230, 'Alliance', 409180860, -811335450, 0),
(57466, 2562, 230, 'Alpha', 397086310, -840190430, 0),
(57467, 2562, 230, 'Alvada', 410388000, -834476460, 0),
(57468, 2562, 230, 'Alvordton', 416652800, -844352800, 0),
(57469, 2562, 230, 'Amanda', 396500000, -827433300, 0),
(57470, 2562, 230, 'Amelia', 390284000, -842177100, 0),
(57471, 2562, 230, 'Amesville', 394013900, -819550000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(57472, 2562, 230, 'Amherst', 413978200, -822223800, 0),
(57473, 2562, 230, 'Amlin', 400786590, -831704320, 0),
(57474, 2562, 230, 'Amsterdam', 404719400, -809211100, 0),
(57475, 2562, 230, 'Andover', 416067200, -805723000, 0),
(57476, 2562, 230, 'Antwerp', 411814400, -847405100, 0),
(57477, 2562, 230, 'Apple Creek', 407517200, -818393000, 0),
(57478, 2562, 230, 'Arcadia', 411119400, -835125000, 0),
(57479, 2562, 230, 'Arcanum', 399900500, -845532900, 0),
(57480, 2562, 230, 'Archbold', 415214400, -843071700, 0),
(57481, 2562, 230, 'Ashland', 408532200, -823150200, 0),
(57482, 2562, 230, 'Ashley', 404089500, -829554600, 0),
(57483, 2562, 230, 'Ashtabula', 418650500, -807898100, 0),
(57484, 2562, 230, 'Ashville', 397156200, -829529600, 0),
(57485, 2562, 230, 'Athens', 393292400, -821012600, 0),
(57486, 2562, 230, 'Attica', 410780400, -828886200, 0),
(57487, 2562, 230, 'Atwater', 410259620, -811979460, 0),
(57488, 2562, 230, 'Aurora', 413175500, -813453900, 0),
(57489, 2562, 230, 'Austinburg', 417719400, -808544400, 0),
(57490, 2562, 230, 'Austintown', 411017200, -807645200, 0),
(57491, 2562, 230, 'Avon', 414471550, -820215370, 0),
(57492, 2562, 230, 'Avon Center', 414597600, -820195900, 0),
(57493, 2562, 230, 'Avon Lake', 415053200, -820282000, 0),
(57494, 2562, 230, 'Bainbridge', 413864400, -813395500, 0),
(57495, 2562, 230, 'Baltic', 404642100, -817355710, 0),
(57496, 2562, 230, 'Baltimore', 398453400, -826007200, 0),
(57497, 2562, 230, 'Bannock', 400983880, -809763490, 0),
(57498, 2562, 230, 'Barberton', 410185800, -816217800, 0),
(57499, 2562, 230, 'Barnesville', 399881300, -811765000, 0),
(57500, 2562, 230, 'Bartlett', 394194000, -818158200, 0),
(57501, 2562, 230, 'Bascom', 411323270, -832859790, 0),
(57502, 2562, 230, 'Batavia', 390770100, -841768800, 0),
(57503, 2562, 230, 'Bath', 411894260, -816286230, 0),
(57504, 2562, 230, 'Bay Village', 414847700, -819220800, 0),
(57505, 2562, 230, 'Beach City', 406531200, -815809600, 0),
(57506, 2562, 230, 'Beachwood', 414712490, -815155170, 0),
(57507, 2562, 230, 'Beallsville', 398483300, -810352800, 0),
(57508, 2562, 230, 'Beaver', 390248100, -828588770, 0),
(57509, 2562, 230, 'Beavercreek', 397092300, -840632700, 0),
(57510, 2562, 230, 'Beckett Ridge', 393470000, -844352200, 0),
(57511, 2562, 230, 'Bedford', 413931100, -815365100, 0),
(57512, 2562, 230, 'Bedford Heights', 414170000, -815273400, 0),
(57513, 2562, 230, 'Bellaire', 400171000, -807579600, 0),
(57514, 2562, 230, 'Bellbrook', 396356200, -840707700, 0),
(57515, 2562, 230, 'Bellefontaine', 403611600, -837596600, 0),
(57516, 2562, 230, 'Bellevue', 412736600, -828415800, 0),
(57517, 2562, 230, 'Bellville', 406200600, -825107200, 0),
(57518, 2562, 230, 'Belmont', 400275000, -810408300, 0),
(57519, 2562, 230, 'Beloit', 409227800, -809972200, 0),
(57520, 2562, 230, 'Belpre', 392739600, -815729000, 0),
(57521, 2562, 230, 'Benton Ridge', 410041040, -837945130, 0),
(57522, 2562, 230, 'Berea', 413690370, -818585130, 0),
(57523, 2562, 230, 'Bergholz', 405205600, -808838900, 0),
(57524, 2562, 230, 'Berkey', 417144400, -838333330, 0),
(57525, 2562, 230, 'Berlin Center', 410225000, -809711100, 0),
(57526, 2562, 230, 'Berlin Heights', 413233300, -824925000, 0),
(57527, 2562, 230, 'Bethel', 397303400, -833935300, 0),
(57528, 2562, 230, 'Beverly', 395702400, -816355200, 0),
(57529, 2562, 230, 'Bexley', 399689500, -829376800, 0),
(57530, 2562, 230, 'Bidwell', 389186100, -822991700, 0),
(57531, 2562, 230, 'Big Prairie', 406346890, -820928070, 0),
(57532, 2562, 230, 'Blacklick', 400110550, -828098030, 0),
(57533, 2562, 230, 'Blacklick Estates', 399050600, -828643400, 0),
(57534, 2562, 230, 'Blanchester', 392931200, -839888200, 0),
(57535, 2562, 230, 'Bloomdale', 411716700, -835552800, 0),
(57536, 2562, 230, 'Bloomville', 410137800, -829909200, 0),
(57537, 2562, 230, 'Blue Ash', 392320000, -843782700, 0),
(57538, 2562, 230, 'Bluffton', 408953300, -838888300, 0),
(57539, 2562, 230, 'Boardman', 410242300, -806628500, 0),
(57540, 2562, 230, 'Bolindale', 412072800, -807775800, 0),
(57541, 2562, 230, 'Bolivar', 406500000, -814550000, 0),
(57542, 2562, 230, 'Botkins', 404678300, -841805000, 0),
(57543, 2562, 230, 'Bourneville', 392805940, -831595040, 0),
(57544, 2562, 230, 'Bowerston', 404269400, -811875000, 0),
(57545, 2562, 230, 'Bowling Green', 413747700, -836513200, 0),
(57546, 2562, 230, 'Bradford', 401322700, -844307800, 0),
(57547, 2562, 230, 'Brady Lake', 411697120, -813135240, 0),
(57548, 2562, 230, 'Bratenahl', 415425500, -816262400, 0),
(57549, 2562, 230, 'Brecksville', 413197800, -816267900, 0),
(57550, 2562, 230, 'Bremen', 396990640, -824214570, 0),
(57551, 2562, 230, 'Brice', 399177800, -828319400, 0),
(57552, 2562, 230, 'Bridgeport', 400697900, -807400800, 0),
(57553, 2562, 230, 'Bridgetown', 391531100, -846371700, 0),
(57554, 2562, 230, 'Brimfield', 411000600, -813465000, 0),
(57555, 2562, 230, 'Bristolville', 413804860, -808597250, 0),
(57556, 2562, 230, 'Broadview Heights', 413139400, -816851300, 0),
(57557, 2562, 230, 'Broadway', 403409270, -834131460, 0),
(57558, 2562, 230, 'Brook Park', 413983800, -818045800, 0),
(57559, 2562, 230, 'Brookfield', 412377990, -805795520, 0),
(57560, 2562, 230, 'Brooklyn', 414397700, -817354100, 0),
(57561, 2562, 230, 'Brooklyn Heights', 414253300, -816881800, 0),
(57562, 2562, 230, 'Brookville', 398367200, -844113400, 0),
(57563, 2562, 230, 'Brownsville', 399414390, -822556730, 0),
(57564, 2562, 230, 'Brunswick', 412381100, -818418000, 0),
(57565, 2562, 230, 'Bryan', 414747700, -845524500, 0),
(57566, 2562, 230, 'Buckeye Lake', 399336800, -824723800, 0),
(57567, 2562, 230, 'Buckland', 406231160, -842598420, 0),
(57568, 2562, 230, 'Bucyrus', 408175800, -829708800, 0),
(57569, 2562, 230, 'Buford', 391439290, -835957270, 0),
(57570, 2562, 230, 'Burghill', 413594400, -805683300, 0),
(57571, 2562, 230, 'Burton', 414706100, -811451000, 0),
(57572, 2562, 230, 'Byesville', 399697900, -815365100, 0),
(57573, 2562, 230, 'Cable', 401730110, -836460240, 0),
(57574, 2562, 230, 'Cadiz', 402588600, -810313200, 0),
(57575, 2562, 230, 'Caldwell', 397478500, -815165100, 0),
(57576, 2562, 230, 'Cambridge', 400311800, -815884600, 0),
(57577, 2562, 230, 'Camp Dennison', 391980600, -842888900, 0),
(57578, 2562, 230, 'Campbell', 410783900, -805992400, 0),
(57579, 2562, 230, 'Canal Fulton', 408897800, -815976200, 0),
(57580, 2562, 230, 'Canal Winchester', 398428400, -828046200, 0),
(57581, 2562, 230, 'Canfield', 410250600, -807609100, 0),
(57582, 2562, 230, 'Canton', 407989500, -813784500, 0),
(57583, 2562, 230, 'Cardington', 405006200, -828935100, 0),
(57584, 2562, 230, 'Carey', 409525600, -833824200, 0),
(57585, 2562, 230, 'Carroll', 398026060, -827092730, 0),
(57586, 2562, 230, 'Carrollton', 405728400, -810856500, 0),
(57587, 2562, 230, 'Casstown', 400525000, -841275000, 0),
(57588, 2562, 230, 'Castalia', 413997200, -828072200, 0),
(57589, 2562, 230, 'Catawba', 400002240, -836221290, 0),
(57590, 2562, 230, 'Cedarville', 397442300, -838085400, 0),
(57591, 2562, 230, 'Celina', 405489400, -845702300, 0),
(57592, 2562, 230, 'Centerburg', 403045100, -826962800, 0),
(57593, 2562, 230, 'Centerville', 396283900, -841593800, 0),
(57594, 2562, 230, 'Chagrin Falls', 414384620, -814186740, 0),
(57595, 2562, 230, 'Chardon', 416142200, -811489900, 0),
(57596, 2562, 230, 'Charm', 405066000, -817849800, 0),
(57597, 2562, 230, 'Chauncey', 393978500, -821293100, 0),
(57598, 2562, 230, 'Cherry Grove', 390725600, -843218800, 0),
(57599, 2562, 230, 'Chesapeake', 384280600, -824547200, 0),
(57600, 2562, 230, 'Chesterhill', 394891700, -818652800, 0),
(57601, 2562, 230, 'Chesterland', 415222700, -813378900, 0),
(57602, 2562, 230, 'Cheviot', 391570000, -846132800, 0),
(57603, 2562, 230, 'Chillicothe', 393331200, -829824000, 0),
(57604, 2562, 230, 'Chippewa Lake', 410677540, -819022270, 0),
(57605, 2562, 230, 'Churchill', 411620000, -806648000, 0),
(57606, 2562, 230, 'Cincinnati', 391620000, -844568900, 0),
(57607, 2562, 230, 'Circleville', 396006200, -829460100, 0),
(57608, 2562, 230, 'Clarington', 397470690, -808943010, 0),
(57609, 2562, 230, 'Clarksville', 394030600, -839825000, 0),
(57610, 2562, 230, 'Clayton', 398631100, -843605000, 0),
(57611, 2562, 230, 'Cleveland', 414995000, -816954100, 0),
(57612, 2562, 230, 'Cleveland Heights', 415200500, -815562400, 0),
(57613, 2562, 230, 'Cleves', 391617200, -847491200, 0),
(57614, 2562, 230, 'Clinton', 409267200, -816304000, 0),
(57615, 2562, 230, 'Cloverdale', 410116570, -842869010, 0),
(57616, 2562, 230, 'Clyde', 413042200, -829751900, 0),
(57617, 2562, 230, 'Coalton', 391217000, -825333600, 0),
(57618, 2562, 230, 'Coldwater', 404797700, -846282900, 0),
(57619, 2562, 230, 'Colerain', 400700100, -807402800, 0),
(57620, 2562, 230, 'College Corner', 395677800, -848125000, 0),
(57621, 2562, 230, 'Collins', 412586100, -824913900, 0),
(57622, 2562, 230, 'Columbia Station', 413211100, -819183300, 0),
(57623, 2562, 230, 'Columbiana', 408741130, -806823060, 0),
(57624, 2562, 230, 'Columbus', 399611800, -829987900, 0),
(57625, 2562, 230, 'Columbus Grove', 409195000, -840568900, 0),
(57626, 2562, 230, 'Commercial Point', 397684000, -830571300, 0),
(57627, 2562, 230, 'Conneaut', 419475600, -805542400, 0),
(57628, 2562, 230, 'Conover', 401895640, -839926230, 0),
(57629, 2562, 230, 'Continental', 411003300, -842663400, 0),
(57630, 2562, 230, 'Convoy', 409167200, -847027400, 0),
(57631, 2562, 230, 'Coolville', 392222200, -817977800, 0),
(57632, 2562, 230, 'Corning', 396047200, -820880600, 0),
(57633, 2562, 230, 'Cortland', 413303300, -807253600, 0),
(57634, 2562, 230, 'Coshocton', 402670020, -818529910, 0),
(57635, 2562, 230, 'Covedale', 391211700, -846063300, 0),
(57636, 2562, 230, 'Covington', 401172700, -843538400, 0),
(57637, 2562, 230, 'Crestline', 407875600, -827365700, 0),
(57638, 2562, 230, 'Cridersville', 406542200, -841507800, 0),
(57639, 2562, 230, 'Crooksville', 397689600, -820920900, 0),
(57640, 2562, 230, 'Croton', 402394400, -826875000, 0),
(57641, 2562, 230, 'Crown City', 385902800, -822855600, 0),
(57642, 2562, 230, 'Crystal Lakes', 398892300, -840266000, 0),
(57643, 2562, 230, 'Cumberland', 398825160, -816437150, 0),
(57644, 2562, 230, 'Curtice', 416183800, -833677100, 0),
(57645, 2562, 230, 'Custar', 412841700, -838444400, 0),
(57646, 2562, 230, 'Cutler', 394051520, -817707480, 0),
(57647, 2562, 230, 'Cuyahoga Falls', 411339400, -814845600, 0),
(57648, 2562, 230, 'Cygnet', 412411100, -836436100, 0),
(57649, 2562, 230, 'Cynthiana', 391609380, -833530560, 0),
(57650, 2562, 230, 'Dalton', 407989400, -816954100, 0),
(57651, 2562, 230, 'Damascus', 409013690, -809569400, 0),
(57652, 2562, 230, 'Danville', 404475600, -822601600, 0),
(57653, 2562, 230, 'Day Heights', 391739500, -842263200, 0),
(57654, 2562, 230, 'Dayton', 397589500, -841916100, 0),
(57655, 2562, 230, 'De Graff', 403305380, -839167600, 0),
(57656, 2562, 230, 'Deer Park', 392053400, -843946600, 0),
(57657, 2562, 230, 'Deerfield', 393705600, -842161100, 0),
(57658, 2562, 230, 'Defiance', 412954730, -843567400, 0),
(57659, 2562, 230, 'Delaware', 402853800, -830595000, 0),
(57660, 2562, 230, 'Delhi Hills', 390928400, -846127200, 0),
(57661, 2562, 230, 'Dellroy', 405552800, -811994400, 0),
(57662, 2562, 230, 'Delphos', 408433800, -843416200, 0),
(57663, 2562, 230, 'Delta', 415736600, -840052200, 0),
(57664, 2562, 230, 'Dennison', 403934000, -813337200, 0),
(57665, 2562, 230, 'Dent', 391858900, -846513400, 0),
(57666, 2562, 230, 'Deshler', 412075500, -838991100, 0),
(57667, 2562, 230, 'Devola', 394736800, -814790100, 0),
(57668, 2562, 230, 'Diamond', 410957060, -810412320, 0),
(57669, 2562, 230, 'Dillonvale', 392181100, -844021600, 0),
(57670, 2562, 230, 'Donnelsville', 399183330, -839475000, 0),
(57671, 2562, 230, 'Dorset', 416802800, -806672200, 0),
(57672, 2562, 230, 'Dover', 405206200, -814740100, 0),
(57673, 2562, 230, 'Doylestown', 409700500, -816965200, 0),
(57674, 2562, 230, 'Dresden', 401214600, -820106900, 0),
(57675, 2562, 230, 'Drexel', 397464500, -842866100, 0),
(57676, 2562, 230, 'DuPont', 410563890, -843044440, 0),
(57677, 2562, 230, 'Dublin', 401014440, -831147530, 0),
(57678, 2562, 230, 'Dundee', 406563000, -816910800, 0),
(57679, 2562, 230, 'Dunlap', 392922800, -846180000, 0),
(57680, 2562, 230, 'East Canton', 407872800, -812826100, 0),
(57681, 2562, 230, 'East Claridon', 415462020, -811015460, 0),
(57682, 2562, 230, 'East Cleveland', 415331100, -815790100, 0),
(57683, 2562, 230, 'East Liberty', 403076250, -835819870, 0),
(57684, 2562, 230, 'East Liverpool', 406186800, -805772900, 0),
(57685, 2562, 230, 'East Palestine', 408339500, -805403500, 0),
(57686, 2562, 230, 'East Rochester', 407680660, -809968430, 0),
(57687, 2562, 230, 'Eastlake', 416539400, -814503900, 0),
(57688, 2562, 230, 'Eaton', 397439400, -846366200, 0),
(57689, 2562, 230, 'Edgerton', 414486600, -847480100, 0),
(57690, 2562, 230, 'Edgewood', 418728300, -807728600, 0),
(57691, 2562, 230, 'Edison', 405580600, -828633300, 0),
(57692, 2562, 230, 'Eldorado', 398915480, -846753630, 0),
(57693, 2562, 230, 'Elgin', 407416580, -844760970, 0),
(57694, 2562, 230, 'Elmore', 414761600, -832957600, 0),
(57695, 2562, 230, 'Elyria', 413683800, -821076500, 0),
(57696, 2562, 230, 'Empire', 405098770, -806247740, 0),
(57697, 2562, 230, 'Englewood', 398775600, -843021700, 0),
(57698, 2562, 230, 'Enon', 398670660, -839375220, 0),
(57699, 2562, 230, 'Etna', 399572900, -826818300, 0),
(57700, 2562, 230, 'Euclid', 415931000, -815267900, 0),
(57701, 2562, 230, 'Evansport', 414261000, -843963000, 0),
(57702, 2562, 230, 'Evendale', 392561700, -844180000, 0),
(57703, 2562, 230, 'Fairborn', 398053790, -840177930, 0),
(57704, 2562, 230, 'Fairfax', 391453400, -843932700, 0),
(57705, 2562, 230, 'Fairfield', 393458900, -845605000, 0),
(57706, 2562, 230, 'Fairlawn', 411278300, -816098400, 0),
(57707, 2562, 230, 'Fairview Lanes', 414267200, -826543500, 0),
(57708, 2562, 230, 'Fairview Park', 414414400, -818643000, 0),
(57709, 2562, 230, 'Farmdale', 414369400, -806080600, 0),
(57710, 2562, 230, 'Farmer', 413830200, -846304800, 0),
(57711, 2562, 230, 'Farmersville', 396795000, -844291100, 0),
(57712, 2562, 230, 'Fayette', 416733800, -843268900, 0),
(57713, 2562, 230, 'Fayetteville', 391869440, -839319440, 0),
(57714, 2562, 230, 'Felicity', 388386100, -840972200, 0),
(57715, 2562, 230, 'Findlay', 410442200, -836499300, 0),
(57716, 2562, 230, 'Finneytown', 392003400, -845205000, 0),
(57717, 2562, 230, 'Five Points', 395686700, -841929900, 0),
(57718, 2562, 230, 'Fleming', 393916700, -816105600, 0),
(57719, 2562, 230, 'Fletcher', 401441700, -841116700, 0),
(57720, 2562, 230, 'Forest', 408017200, -835104800, 0),
(57721, 2562, 230, 'Forest Park', 392903400, -845041100, 0),
(57722, 2562, 230, 'Forestville', 390750600, -843449400, 0),
(57723, 2562, 230, 'Fort Jennings', 409142700, -842926470, 0),
(57724, 2562, 230, 'Fort Loramie', 403514400, -843738400, 0),
(57725, 2562, 230, 'Fort Recovery', 404128200, -847763500, 0),
(57726, 2562, 230, 'Fort Shawnee', 406867200, -841377300, 0),
(57727, 2562, 230, 'Fostoria', 411834700, -834070800, 0),
(57728, 2562, 230, 'Fowler', 413038790, -806082170, 0),
(57729, 2562, 230, 'Frankfort', 394014500, -831807400, 0),
(57730, 2562, 230, 'Franklin', 395589500, -843041100, 0),
(57731, 2562, 230, 'Franklin Furnace', 386450800, -828487800, 0),
(57732, 2562, 230, 'Frazeysburg', 401172900, -821193100, 0),
(57733, 2562, 230, 'Fredericksburg', 406861960, -818541550, 0),
(57734, 2562, 230, 'Fredericktown', 404811700, -825407200, 0),
(57735, 2562, 230, 'Freeport', 402111100, -812663900, 0),
(57736, 2562, 230, 'Fremont', 413460480, -831187130, 0),
(57737, 2562, 230, 'Fresno', 403325000, -817413900, 0),
(57738, 2562, 230, 'Gahanna', 400192300, -828793400, 0),
(57739, 2562, 230, 'Galena', 402152800, -828816700, 0),
(57740, 2562, 230, 'Galion', 407373750, -827993640, 0),
(57741, 2562, 230, 'Gallipolis', 388098000, -822023700, 0),
(57742, 2562, 230, 'Galloway', 399100000, -831600000, 0),
(57743, 2562, 230, 'Gambier', 403480390, -823487810, 0),
(57744, 2562, 230, 'Garfield Heights', 414170000, -816059600, 0),
(57745, 2562, 230, 'Garrettsville', 412842200, -810964900, 0),
(57746, 2562, 230, 'Gates Mills', 415175500, -814034500, 0),
(57747, 2562, 230, 'Geneva', 418050500, -809481500, 0),
(57748, 2562, 230, 'Geneva-on-the-Lake', 418595000, -809539800, 0),
(57749, 2562, 230, 'Genoa', 415279810, -833663050, 0),
(57750, 2562, 230, 'Georgetown', 388645100, -839040900, 0),
(57751, 2562, 230, 'Germantown', 396261700, -843693900, 0),
(57752, 2562, 230, 'Gettysburg', 401132330, -844950020, 0),
(57753, 2562, 230, 'Gibsonburg', 413845000, -833204800, 0),
(57754, 2562, 230, 'Girard', 411539500, -807014700, 0),
(57755, 2562, 230, 'Glandorf', 410264150, -840734970, 0),
(57756, 2562, 230, 'Glendale', 413970000, -815423400, 0),
(57757, 2562, 230, 'Glenford', 398872200, -823197200, 0),
(57758, 2562, 230, 'Glenmont', 405194400, -820952800, 0),
(57759, 2562, 230, 'Glenmoor', 406661700, -806231300, 0),
(57760, 2562, 230, 'Glouster', 395031300, -820845900, 0),
(57761, 2562, 230, 'Gnadenhutten', 403584000, -814342800, 0),
(57762, 2562, 230, 'Golf Manor', 391872800, -844463300, 0),
(57763, 2562, 230, 'Goshen', 392300000, -841630000, 0),
(57764, 2562, 230, 'Grafton', 412725500, -820545900, 0),
(57765, 2562, 230, 'Grand Rapids', 414108300, -838669400, 0),
(57766, 2562, 230, 'Grand River', 417375000, -812819400, 0),
(57767, 2562, 230, 'Grandview', 391942200, -847243900, 0),
(57768, 2562, 230, 'Grandview Heights', 399797900, -830407400, 0),
(57769, 2562, 230, 'Granville', 400681200, -825196000, 0),
(57770, 2562, 230, 'Gratis', 396484870, -845263010, 0),
(57771, 2562, 230, 'Graytown', 415427800, -832611100, 0),
(57772, 2562, 230, 'Green', 409458900, -814831700, 0),
(57773, 2562, 230, 'Green Camp', 405346040, -832157730, 0),
(57774, 2562, 230, 'Green Springs', 412561600, -830515800, 0),
(57775, 2562, 230, 'Greenfield', 393520100, -833826900, 0),
(57776, 2562, 230, 'Greensburg', 409317200, -814648400, 0),
(57777, 2562, 230, 'Greentown', 409275600, -814026100, 0),
(57778, 2562, 230, 'Greenville', 401028300, -846330100, 0),
(57779, 2562, 230, 'Groesbeck', 392231100, -845868900, 0),
(57780, 2562, 230, 'Grove City', 398814500, -830929600, 0),
(57781, 2562, 230, 'Groveport', 398454000, -828803000, 0),
(57782, 2562, 230, 'Grover Hill', 410184660, -844860320, 0),
(57783, 2562, 230, 'Guysville', 392900000, -819233300, 0),
(57784, 2562, 230, 'Gypsum', 415045380, -828709480, 0),
(57785, 2562, 230, 'Hallsville', 394524420, -827878080, 0),
(57786, 2562, 230, 'Hamersville', 389093480, -839851440, 0),
(57787, 2562, 230, 'Hamilton', 394050740, -845097380, 0),
(57788, 2562, 230, 'Hamler', 412294400, -840333330, 0),
(57789, 2562, 230, 'Hannibal', 396672200, -808719400, 0),
(57790, 2562, 230, 'Harbor View', 416751600, -835218100, 0),
(57791, 2562, 230, 'Harrisburg', 398115770, -831714310, 0),
(57792, 2562, 230, 'Harrison', 392511600, -847396200, 0),
(57793, 2562, 230, 'Harrod', 407083300, -839202800, 0),
(57794, 2562, 230, 'Hartville', 409636700, -813312200, 0),
(57795, 2562, 230, 'Heath', 400228400, -824446000, 0),
(57796, 2562, 230, 'Hebron', 399745800, -825059400, 0),
(57797, 2562, 230, 'Hicksville', 412931100, -847619000, 0),
(57798, 2562, 230, 'Highland Heights', 415520000, -814784500, 0),
(57799, 2562, 230, 'Highland Hills', 414483900, -815190100, 0),
(57800, 2562, 230, 'Highpoint', 392883900, -843502200, 0),
(57801, 2562, 230, 'Hilliard', 400329410, -831377050, 0),
(57802, 2562, 230, 'Hillsboro', 392022900, -836115900, 0),
(57803, 2562, 230, 'Hinckley', 412419400, -817355600, 0),
(57804, 2562, 230, 'Hiram', 413115530, -811555050, 0),
(57805, 2562, 230, 'Holgate', 412489400, -841330000, 0),
(57806, 2562, 230, 'Holland', 416222040, -837285220, 0),
(57807, 2562, 230, 'Holmesville', 406213680, -819170410, 0),
(57808, 2562, 230, 'Homer', 402430590, -825192120, 0),
(57809, 2562, 230, 'Homeworth', 408336370, -810478540, 0),
(57810, 2562, 230, 'Howard', 404075000, -823269400, 0),
(57811, 2562, 230, 'Howland Center', 412511700, -807453600, 0),
(57812, 2562, 230, 'Hubbard', 411564500, -805692400, 0),
(57813, 2562, 230, 'Huber Heights', 398439500, -841246600, 0),
(57814, 2562, 230, 'Huber Ridge', 400886700, -829165700, 0),
(57815, 2562, 230, 'Hudson', 412400600, -814406700, 0),
(57816, 2562, 230, 'Huntsburg', 415375000, -810586000, 0),
(57817, 2562, 230, 'Huntsville', 404413900, -838047200, 0),
(57818, 2562, 230, 'Huron', 413950500, -825551700, 0),
(57819, 2562, 230, 'Iberia', 406645170, -828425840, 0),
(57820, 2562, 230, 'Independence', 413854650, -816579790, 0),
(57821, 2562, 230, 'Ironton', 385367500, -826829400, 0),
(57822, 2562, 230, 'Jackson', 390520200, -826365500, 0),
(57823, 2562, 230, 'Jackson Center', 404394900, -840402200, 0),
(57824, 2562, 230, 'Jamestown', 396581200, -837349200, 0),
(57825, 2562, 230, 'Jefferson', 417386700, -807698100, 0),
(57826, 2562, 230, 'Jeffersonville', 396591660, -835750240, 0),
(57827, 2562, 230, 'Jeromesville', 408041700, -821958300, 0),
(57828, 2562, 230, 'Jewett', 403680600, -810030600, 0),
(57829, 2562, 230, 'Johnstown', 401610410, -826565110, 0),
(57830, 2562, 230, 'Kalida', 409837480, -841984060, 0),
(57831, 2562, 230, 'Kelleys Island', 416013900, -826975000, 0),
(57832, 2562, 230, 'Kent', 411529130, -813258900, 0),
(57833, 2562, 230, 'Kenton', 406470000, -836096500, 0),
(57834, 2562, 230, 'Kenwood', 392106100, -843671600, 0),
(57835, 2562, 230, 'Kettering', 396895000, -841688300, 0),
(57836, 2562, 230, 'Kettlersville', 404395430, -842633420, 0),
(57837, 2562, 230, 'Killbuck', 405009140, -819899020, 0),
(57838, 2562, 230, 'Kimbolton', 401550000, -815733300, 0),
(57839, 2562, 230, 'Kings Mills', 393556100, -842485500, 0),
(57840, 2562, 230, 'Kingston', 394739500, -829107300, 0),
(57841, 2562, 230, 'Kingsville', 418625440, -806540510, 0),
(57842, 2562, 230, 'Kinsman', 414439440, -805886860, 0),
(57843, 2562, 230, 'Kirtland', 416289400, -813615000, 0),
(57844, 2562, 230, 'Lafayette', 407602200, -839485800, 0),
(57845, 2562, 230, 'Lagrange', 412372800, -821198700, 0),
(57846, 2562, 230, 'Lake Darby', 399572800, -832288000, 0),
(57847, 2562, 230, 'Lake Milton', 410994400, -809702800, 0),
(57848, 2562, 230, 'Lakemore', 410208900, -814359500, 0),
(57849, 2562, 230, 'Lakeside Marblehead', 415307960, -827615160, 0),
(57850, 2562, 230, 'Lakeview', 404847700, -839230000, 0),
(57851, 2562, 230, 'Lakewood', 414819900, -817981900, 0),
(57852, 2562, 230, 'Lancaster', 397072800, -826078800, 0),
(57853, 2562, 230, 'Landen', 393120000, -842829900, 0),
(57854, 2562, 230, 'Leavittsburg', 412478300, -808770300, 0),
(57855, 2562, 230, 'Lebanon', 394353400, -842029900, 0),
(57856, 2562, 230, 'Leesburg', 393450600, -835529700, 0),
(57857, 2562, 230, 'Leetonia', 408772800, -807553600, 0),
(57858, 2562, 230, 'Leipsic', 410983800, -839846700, 0),
(57859, 2562, 230, 'Lewis Center', 401983300, -830102800, 0),
(57860, 2562, 230, 'Lewisburg', 398461600, -845396700, 0),
(57861, 2562, 230, 'Lexington', 406786700, -825823900, 0),
(57862, 2562, 230, 'Liberty Center', 414433800, -840088300, 0),
(57863, 2562, 230, 'Lima', 407366870, -841548810, 0),
(57864, 2562, 230, 'Lincoln Heights', 407714500, -824843300, 0),
(57865, 2562, 230, 'Lincoln Village', 399547900, -831307400, 0),
(57866, 2562, 230, 'Lindsey', 414199370, -832216490, 0),
(57867, 2562, 230, 'Lisbon', 407720000, -807681300, 0),
(57868, 2562, 230, 'Litchfield', 411656000, -820338000, 0),
(57869, 2562, 230, 'Lithopolis', 398028400, -828062800, 0),
(57870, 2562, 230, 'Little Hocking', 392605600, -816997200, 0),
(57871, 2562, 230, 'Lockbourne', 398319980, -829788430, 0),
(57872, 2562, 230, 'Lockland', 392292200, -844577200, 0),
(57873, 2562, 230, 'Lodi', 410333900, -820120900, 0),
(57874, 2562, 230, 'Logan', 395400700, -824071000, 0),
(57875, 2562, 230, 'London', 398910600, -834053400, 0),
(57876, 2562, 230, 'Londonderry', 392773770, -827992800, 0),
(57877, 2562, 230, 'Long Bottom', 390861100, -818036100, 0),
(57878, 2562, 230, 'Lorain', 414528200, -821823700, 0),
(57879, 2562, 230, 'Loudonville', 406353400, -822332100, 0),
(57880, 2562, 230, 'Louisville', 408372800, -812595500, 0),
(57881, 2562, 230, 'Loveland', 392689500, -842638300, 0),
(57882, 2562, 230, 'Loveland Park', 392997800, -842632700, 0),
(57883, 2562, 230, 'Lowell', 395304030, -815060610, 0),
(57884, 2562, 230, 'Lowellville', 410522420, -805452980, 0),
(57885, 2562, 230, 'Lower Salem', 395625000, -813950000, 0),
(57886, 2562, 230, 'Lucas', 406920800, -824036800, 0),
(57887, 2562, 230, 'Lucasville', 388795200, -829968400, 0),
(57888, 2562, 230, 'Luckey', 414506100, -834874300, 0),
(57889, 2562, 230, 'Ludlow Falls', 400035520, -843488410, 0),
(57890, 2562, 230, 'Lynchburg', 392417300, -837913100, 0),
(57891, 2562, 230, 'Lyndhurst', 415200500, -814887300, 0),
(57892, 2562, 230, 'Lyons', 416968720, -840740140, 0),
(57893, 2562, 230, 'Macedonia', 413137200, -814961400, 0),
(57894, 2562, 230, 'Madeira', 391908900, -843635500, 0),
(57895, 2562, 230, 'Madison', 417711600, -810498200, 0),
(57896, 2562, 230, 'Maineville', 393169400, -842230600, 0),
(57897, 2562, 230, 'Malinta', 413224640, -840383380, 0),
(57898, 2562, 230, 'Malta', 396505600, -818644400, 0),
(57899, 2562, 230, 'Malvern', 406917300, -811812100, 0),
(57900, 2562, 230, 'Manchester', 409370000, -815692900, 0),
(57901, 2562, 230, 'Mansfield', 407583900, -825154500, 0),
(57902, 2562, 230, 'Mantua', 412839400, -812239900, 0),
(57903, 2562, 230, 'Maple Heights', 414121500, -815565600, 0),
(57904, 2562, 230, 'Maplewood', 403736890, -840440160, 0),
(57905, 2562, 230, 'Marathon', 391297320, -839727000, 0),
(57906, 2562, 230, 'Marblehead', 415347220, -827291670, 0),
(57907, 2562, 230, 'Marengo', 403857000, -828297600, 0),
(57908, 2562, 230, 'Mariemont', 391450600, -843743800, 0),
(57909, 2562, 230, 'Marietta', 394153500, -814548400, 0),
(57910, 2562, 230, 'Marion', 405857160, -831263310, 0),
(57911, 2562, 230, 'Marshallville', 409002800, -817330600, 0),
(57912, 2562, 230, 'Martin', 415919400, -833115000, 0),
(57913, 2562, 230, 'Martins Ferry', 400959100, -807245300, 0),
(57914, 2562, 230, 'Marysville', 402364500, -833671400, 0),
(57915, 2562, 230, 'Mason', 393445640, -843142770, 0),
(57916, 2562, 230, 'Massillon', 408052970, -815186700, 0),
(57917, 2562, 230, 'Masury', 412111700, -805378500, 0),
(57918, 2562, 230, 'Maumee', 415781110, -836641560, 0),
(57919, 2562, 230, 'Maximo', 408763900, -811719400, 0),
(57920, 2562, 230, 'Mayfield', 415520000, -814392800, 0),
(57921, 2562, 230, 'Mayfield Heights', 415192200, -814579000, 0),
(57922, 2562, 230, 'McArthur', 392486710, -824798230, 0),
(57923, 2562, 230, 'McComb', 411075500, -837927100, 0),
(57924, 2562, 230, 'McConnelsville', 396486800, -818531900, 0),
(57925, 2562, 230, 'McDermott', 388428000, -830814000, 0),
(57926, 2562, 230, 'McDonald', 411586550, -807310900, 0),
(57927, 2562, 230, 'Medina', 411383900, -818637500, 0),
(57928, 2562, 230, 'Medway', 399402800, -840297200, 0),
(57929, 2562, 230, 'Mentor', 417226200, -813565200, 0),
(57930, 2562, 230, 'Mentor-on-the-Lake', 417050400, -813603900, 0),
(57931, 2562, 230, 'Metamora', 417023760, -839361490, 0),
(57932, 2562, 230, 'Miamisburg', 396308590, -842621110, 0),
(57933, 2562, 230, 'Miamitown', 392158900, -847041100, 0),
(57934, 2562, 230, 'Miamiville', 392125000, -842994400, 0),
(57935, 2562, 230, 'Middle Bass', 416479300, -828202500, 0),
(57936, 2562, 230, 'Middlebranch', 408973060, -813266580, 0),
(57937, 2562, 230, 'Middleburg Heights', 413614400, -818129100, 0),
(57938, 2562, 230, 'Middlefield', 414620000, -810737100, 0),
(57939, 2562, 230, 'Middleport', 390017500, -820487500, 0),
(57940, 2562, 230, 'Middletown', 395150600, -843982800, 0),
(57941, 2562, 230, 'Midland', 392923370, -838881730, 0),
(57942, 2562, 230, 'Midvale', 404369830, -813721400, 0),
(57943, 2562, 230, 'Milan', 412975500, -826054500, 0),
(57944, 2562, 230, 'Milford', 391753400, -842943800, 0),
(57945, 2562, 230, 'Milford Center', 401786100, -834358300, 0),
(57946, 2562, 230, 'Millbury', 415661600, -834246500, 0),
(57947, 2562, 230, 'Millersburg', 405545100, -819179200, 0),
(57948, 2562, 230, 'Millersport', 399000600, -825340500, 0),
(57949, 2562, 230, 'Minerva', 407297800, -811053800, 0),
(57950, 2562, 230, 'Minerva Park', 400764500, -829437900, 0),
(57951, 2562, 230, 'Minford', 388588900, -828622200, 0),
(57952, 2562, 230, 'Mingo Junction', 403217400, -806098000, 0),
(57953, 2562, 230, 'Minster', 403931000, -843760600, 0),
(57954, 2562, 230, 'Mogadore', 410464500, -813978900, 0),
(57955, 2562, 230, 'Monclova', 415586100, -837330600, 0),
(57956, 2562, 230, 'Monfort Heights', 391883900, -845952200, 0),
(57957, 2562, 230, 'Monroe', 394403400, -843621600, 0),
(57958, 2562, 230, 'Monroeville', 412442200, -826962900, 0),
(57959, 2562, 230, 'Montgomery', 392281100, -843541100, 0),
(57960, 2562, 230, 'Montpelier', 415845000, -846055100, 0),
(57961, 2562, 230, 'Montrose-Ghent', 411538000, -816437800, 0),
(57962, 2562, 230, 'Montville', 416072200, -810502800, 0),
(57963, 2562, 230, 'Moraine', 397061700, -842193800, 0),
(57964, 2562, 230, 'Moreland Hills', 414478300, -814276200, 0),
(57965, 2562, 230, 'Morgandale', 412656100, -807828600, 0),
(57966, 2562, 230, 'Morrow', 393545000, -841271600, 0),
(57967, 2562, 230, 'Moscow', 388572200, -842286100, 0),
(57968, 2562, 230, 'Mount Gilead', 405492300, -828274000, 0),
(57969, 2562, 230, 'Mount Healthy', 392336700, -845457800, 0),
(57970, 2562, 230, 'Mount Healthy Heights', 392703300, -845680000, 0),
(57971, 2562, 230, 'Mount Hope', 406245460, -817887650, 0),
(57972, 2562, 230, 'Mount Orab', 390275700, -839196500, 0),
(57973, 2562, 230, 'Mount Perry', 398997570, -821737400, 0),
(57974, 2562, 230, 'Mount Repose', 392006200, -842243800, 0),
(57975, 2562, 230, 'Mount Sterling', 397195100, -832651900, 0),
(57976, 2562, 230, 'Mount Vernon', 403934000, -824857200, 0),
(57977, 2562, 230, 'Mowrystown', 390388970, -837519040, 0),
(57978, 2562, 230, 'Mulberry', 391933900, -842421600, 0),
(57979, 2562, 230, 'Munroe Falls', 411445000, -814398300, 0),
(57980, 2562, 230, 'Napoleon', 413922700, -841252200, 0),
(57981, 2562, 230, 'Nashport', 400705600, -821758300, 0),
(57982, 2562, 230, 'Nashville', 405941740, -821006850, 0),
(57983, 2562, 230, 'Nelsonville', 394586800, -822318200, 0),
(57984, 2562, 230, 'Nevada', 408264000, -831309000, 0),
(57985, 2562, 230, 'New Albany', 400811700, -828087900, 0),
(57986, 2562, 230, 'New Bloomington', 405844400, -833158300, 0),
(57987, 2562, 230, 'New Boston', 387523000, -829368400, 0),
(57988, 2562, 230, 'New Bremen', 404369900, -843796700, 0),
(57989, 2562, 230, 'New California', 401561700, -832365800, 0),
(57990, 2562, 230, 'New Carlisle', 399361700, -840254900, 0),
(57991, 2562, 230, 'New Concord', 399936800, -817340200, 0),
(57992, 2562, 230, 'New Franklin', 409417200, -815415100, 0),
(57993, 2562, 230, 'New Holland', 395604290, -832313660, 0),
(57994, 2562, 230, 'New Knoxville', 404956330, -843018530, 0),
(57995, 2562, 230, 'New Lebanon', 397453300, -843849500, 0),
(57996, 2562, 230, 'New Lexington', 397139600, -822084800, 0),
(57997, 2562, 230, 'New Matamoras', 395245200, -810670500, 0),
(57998, 2562, 230, 'New Miami', 394347800, -845368900, 0),
(57999, 2562, 230, 'New Middletown', 409611700, -805575700, 0),
(58000, 2562, 230, 'New Paris', 398569900, -847932900, 0),
(58001, 2562, 230, 'New Philadelphia', 404886900, -814450520, 0),
(58002, 2562, 230, 'New Plymouth', 393847200, -823963900, 0),
(58003, 2562, 230, 'New Richmond', 389486800, -842799400, 0),
(58004, 2562, 230, 'New Riegel', 410519580, -833076960, 0),
(58005, 2562, 230, 'New Rumley', 403966890, -810327820, 0),
(58006, 2562, 230, 'New Springfield', 409172200, -806061100, 0),
(58007, 2562, 230, 'New Vienna', 393236700, -836910300, 0),
(58008, 2562, 230, 'New Waterford', 408450600, -806145200, 0),
(58009, 2562, 230, 'Newark', 400581200, -824012600, 0),
(58010, 2562, 230, 'Newburgh Heights', 414500500, -816634600, 0),
(58011, 2562, 230, 'Newbury', 414672010, -812417060, 0),
(58012, 2562, 230, 'Newcomerstown', 402722900, -816059500, 0),
(58013, 2562, 230, 'Newport', 393909100, -812267800, 0),
(58014, 2562, 230, 'Newton Falls', 411870570, -809693150, 0),
(58015, 2562, 230, 'Newtown', 391245000, -843616100, 0),
(58016, 2562, 230, 'Niles', 411828400, -807653600, 0),
(58017, 2562, 230, 'North Baltimore', 411828300, -836782700, 0),
(58018, 2562, 230, 'North Benton', 409972400, -810257740, 0),
(58019, 2562, 230, 'North Canton', 408973200, -814334400, 0),
(58020, 2562, 230, 'North College Hill', 392183900, -845507800, 0),
(58021, 2562, 230, 'North Fairfield', 411047200, -826127800, 0),
(58022, 2562, 230, 'North Fork Village', 393359000, -830290700, 0),
(58023, 2562, 230, 'North Kingsville', 419058330, -806905560, 0),
(58024, 2562, 230, 'North Lewisburg', 402231100, -835574300, 0),
(58025, 2562, 230, 'North Lima', 409483300, -806588900, 0),
(58026, 2562, 230, 'North Olmsted', 414156000, -819234700, 0),
(58027, 2562, 230, 'North Ridgeville', 413894900, -820190300, 0),
(58028, 2562, 230, 'North Royalton', 413138400, -817453800, 0),
(58029, 2562, 230, 'North Zanesville', 399786800, -820034700, 0),
(58030, 2562, 230, 'Northfield', 413124000, -815421600, 0),
(58031, 2562, 230, 'Northgate', 392528300, -845924500, 0),
(58032, 2562, 230, 'Northridge', 398075600, -841968900, 0),
(58033, 2562, 230, 'Northwood', 416051350, -834808920, 0),
(58034, 2562, 230, 'Norton', 410292200, -816381800, 0),
(58035, 2562, 230, 'Norwalk', 412425500, -826157300, 0),
(58036, 2562, 230, 'Norwood', 391556100, -844596600, 0),
(58037, 2562, 230, 'Nova', 410025270, -823438430, 0),
(58038, 2562, 230, 'Novelty', 414643800, -813402000, 0),
(58039, 2562, 230, 'Oak Harbor', 415067200, -831465900, 0),
(58040, 2562, 230, 'Oak Hill', 404142300, -822409900, 0),
(58041, 2562, 230, 'Oakwood', 413653300, -815079000, 0),
(58042, 2562, 230, 'Oberlin', 412939400, -822173800, 0),
(58043, 2562, 230, 'Obetz', 398789500, -829507400, 0),
(58044, 2562, 230, 'Ohio City', 407708300, -846172200, 0),
(58045, 2562, 230, 'Okolona', 413901000, -841264200, 0),
(58046, 2562, 230, 'Olmsted Falls', 413750500, -819081900, 0),
(58047, 2562, 230, 'Ontario', 407595000, -825901700, 0),
(58048, 2562, 230, 'Orange', 414497800, -814806700, 0),
(58049, 2562, 230, 'Oregon', 416464440, -834678550, 0),
(58050, 2562, 230, 'Orient', 398050000, -831544400, 0),
(58051, 2562, 230, 'Orrville', 408350640, -817695690, 0),
(58052, 2562, 230, 'Orwell', 415350600, -808681400, 0),
(58053, 2562, 230, 'Ottawa', 410192200, -840471700, 0),
(58054, 2562, 230, 'Ottawa Hills', 416642200, -836432700, 0),
(58055, 2562, 230, 'Ottoville', 409313990, -843389220, 0),
(58056, 2562, 230, 'Overpeck', 394516600, -845156250, 0),
(58057, 2562, 230, 'Oxford', 394957270, -847436370, 0),
(58058, 2562, 230, 'Painesville', 417500000, -812833330, 0),
(58059, 2562, 230, 'Pandora', 409481100, -839610500, 0),
(58060, 2562, 230, 'Paris', 407902400, -811607040, 0),
(58061, 2562, 230, 'Parkman', 413705600, -810650000, 0),
(58062, 2562, 230, 'Parma', 414047700, -817229100, 0),
(58063, 2562, 230, 'Parma Heights', 413900500, -817595800, 0),
(58064, 2562, 230, 'Pataskala', 399956200, -826743300, 0),
(58065, 2562, 230, 'Patriot', 387765000, -824346000, 0),
(58066, 2562, 230, 'Payne', 410775500, -847271800, 0),
(58067, 2562, 230, 'Pedro', 386302800, -826675000, 0),
(58068, 2562, 230, 'Peebles', 389489600, -834057500, 0),
(58069, 2562, 230, 'Pemberville', 414108130, -834767250, 0),
(58070, 2562, 230, 'Peninsula', 412295710, -815512340, 0),
(58071, 2562, 230, 'Pepper Pike', 414783900, -814637300, 0),
(58072, 2562, 230, 'Perry', 417603300, -811409300, 0),
(58073, 2562, 230, 'Perry Heights', 407953400, -814734500, 0),
(58074, 2562, 230, 'Perrysburg', 415441860, -835975980, 0),
(58075, 2562, 230, 'Perrysville', 406572200, -823113900, 0),
(58076, 2562, 230, 'Phillipsburg', 399045320, -844013200, 0),
(58077, 2562, 230, 'Philo', 398451810, -819375940, 0),
(58078, 2562, 230, 'Pickerington', 398842300, -827535000, 0),
(58079, 2562, 230, 'Piedmont', 401883300, -811963900, 0),
(58080, 2562, 230, 'Pierpont', 417644380, -805625590, 0),
(58081, 2562, 230, 'Piketon', 390681300, -830143400, 0),
(58082, 2562, 230, 'Pioneer', 416800500, -845530100, 0),
(58083, 2562, 230, 'Piqua', 401495020, -842436300, 0),
(58084, 2562, 230, 'Plain City', 401075600, -832674200, 0),
(58085, 2562, 230, 'Pleasant Hill', 400530400, -843517180, 0),
(58086, 2562, 230, 'Pleasant Plain', 392797200, -841091700, 0),
(58087, 2562, 230, 'Pleasant Run', 392997800, -845635600, 0),
(58088, 2562, 230, 'Pleasant Run Farm', 393031100, -845480000, 0),
(58089, 2562, 230, 'Pleasantville', 398172690, -825043880, 0),
(58090, 2562, 230, 'Plymouth', 409956100, -826671200, 0),
(58091, 2562, 230, 'Poland', 410242300, -806148000, 0),
(58092, 2562, 230, 'Pomeroy', 390275800, -820337500, 0),
(58093, 2562, 230, 'Port Clinton', 415120000, -829376900, 0),
(58094, 2562, 230, 'Port Washington', 403199220, -815045430, 0),
(58095, 2562, 230, 'Port William', 395526940, -837854230, 0),
(58096, 2562, 230, 'Portage', 413169210, -836195200, 0),
(58097, 2562, 230, 'Portage Lakes', 410072800, -815270600, 0),
(58098, 2562, 230, 'Portsmouth', 387317400, -829976700, 0),
(58099, 2562, 230, 'Powell', 401578400, -830751900, 0),
(58100, 2562, 230, 'Proctorville', 384380600, -823819400, 0),
(58101, 2562, 230, 'Prospect', 404503400, -831885300, 0),
(58102, 2562, 230, 'Put In Bay', 416530600, -828175000, 0),
(58103, 2562, 230, 'Quaker City', 399697200, -812988900, 0),
(58104, 2562, 230, 'Quincy', 403165430, -839772310, 0),
(58105, 2562, 230, 'Racine', 389694400, -819152800, 0),
(58106, 2562, 230, 'Ravenna', 411575600, -812420500, 0),
(58107, 2562, 230, 'Rayland', 401833330, -806908300, 0),
(58108, 2562, 230, 'Reading', 392236700, -844421600, 0),
(58109, 2562, 230, 'Reedsville', 391347010, -818190200, 0),
(58110, 2562, 230, 'Reminderville', 413458900, -813951100, 0),
(58111, 2562, 230, 'Reno', 393728500, -813956700, 0),
(58112, 2562, 230, 'Republic', 411416590, -829976040, 0),
(58113, 2562, 230, 'Reynoldsburg', 399547900, -828121200, 0),
(58114, 2562, 230, 'Richfield', 412397800, -816381800, 0),
(58115, 2562, 230, 'Richmond', 404309130, -807581890, 0),
(58116, 2562, 230, 'Richville', 407511700, -814779000, 0),
(58117, 2562, 230, 'Richwood', 404264500, -832968600, 0),
(58118, 2562, 230, 'Rio Grande', 388836100, -823800000, 0),
(58119, 2562, 230, 'Ripley', 387456300, -838449200, 0),
(58120, 2562, 230, 'Rittman', 409781100, -817820800, 0),
(58121, 2562, 230, 'Riverside', 397797800, -841241000, 0),
(58122, 2562, 230, 'Rock Creek', 416608300, -808536100, 0),
(58123, 2562, 230, 'Rockbridge', 395797200, -825222200, 0),
(58124, 2562, 230, 'Rockford', 404770100, -813084400, 0),
(58125, 2562, 230, 'Rocky River', 414725200, -818489400, 0),
(58126, 2562, 230, 'Rome', 416145730, -808543130, 0),
(58127, 2562, 230, 'Rootstown', 410948860, -812159020, 0),
(58128, 2562, 230, 'Ross', 393122800, -846505000, 0),
(58129, 2562, 230, 'Rossford', 416097700, -835643800, 0),
(58130, 2562, 230, 'Rudolph', 412977800, -836700000, 0),
(58131, 2562, 230, 'Russells Point', 404711600, -838927200, 0),
(58132, 2562, 230, 'Russia', 402347200, -844102800, 0),
(58133, 2562, 230, 'Sabina', 394886700, -836368700, 0),
(58134, 2562, 230, 'Saint Bernard', 391670000, -844985500, 0),
(58135, 2562, 230, 'Saint Clairsville', 400838140, -809137410, 0),
(58136, 2562, 230, 'Saint Henry', 404175500, -846396800, 0),
(58137, 2562, 230, 'Saint Johns', 405558330, -840836110, 0),
(58138, 2562, 230, 'Saint Louisville', 401727800, -824188900, 0),
(58139, 2562, 230, 'Saint Marys', 405422700, -843894000, 0),
(58140, 2562, 230, 'Saint Paris', 401283900, -839596600, 0),
(58141, 2562, 230, 'Salem', 408846690, -808695580, 0),
(58142, 2562, 230, 'Salem Heights', 390717300, -843782700, 0),
(58143, 2562, 230, 'Salineville', 406225600, -808378600, 0),
(58144, 2562, 230, 'Sandusky', 414489400, -827079600, 0),
(58145, 2562, 230, 'Sarahsville', 398083300, -814694400, 0),
(58146, 2562, 230, 'Sardinia', 390086100, -838041700, 0),
(58147, 2562, 230, 'Sardis', 396227800, -809125000, 0),
(58148, 2562, 230, 'Sawyerwood', 410378300, -814409500, 0),
(58149, 2562, 230, 'Scioto Furnace', 387980100, -827647400, 0),
(58150, 2562, 230, 'Seaman', 389388900, -835730600, 0),
(58151, 2562, 230, 'Sebring', 409228400, -810189800, 0),
(58152, 2562, 230, 'Senecaville', 399352800, -814611100, 0),
(58153, 2562, 230, 'Seven Hills', 413953300, -816762400, 0),
(58154, 2562, 230, 'Seven Mile', 394803000, -845533960, 0),
(58155, 2562, 230, 'Seville', 410100600, -818623600, 0),
(58156, 2562, 230, 'Shadyside', 399709100, -807506400, 0),
(58157, 2562, 230, 'Shaker Heights', 414739400, -815370700, 0),
(58158, 2562, 230, 'Shandon', 393269330, -847152500, 0),
(58159, 2562, 230, 'Sharonville', 392681100, -844132700, 0),
(58160, 2562, 230, 'Sheffield', 414211500, -820962600, 0),
(58161, 2562, 230, 'Sheffield Lake', 414875400, -821015400, 0),
(58162, 2562, 230, 'Shelby', 408814500, -826618400, 0),
(58163, 2562, 230, 'Sherrodsville', 405180490, -812358170, 0),
(58164, 2562, 230, 'Shreve', 406814500, -820218100, 0),
(58165, 2562, 230, 'Sidney', 402842200, -841555000, 0),
(58166, 2562, 230, 'Silver Lake', 411589400, -814542800, 0),
(58167, 2562, 230, 'Silverton', 391928400, -844005000, 0),
(58168, 2562, 230, 'Sixteen Mile Stand', 392728400, -843274400, 0),
(58169, 2562, 230, 'Smithville', 408684090, -818582170, 0),
(58170, 2562, 230, 'Solon', 413904020, -814435480, 0),
(58171, 2562, 230, 'South Amherst', 413558800, -822537700, 0),
(58172, 2562, 230, 'South Bloomingville', 394186100, -825994400, 0),
(58173, 2562, 230, 'South Charleston', 398253400, -836343700, 0),
(58174, 2562, 230, 'South Euclid', 415231100, -815184600, 0),
(58175, 2562, 230, 'South Lebanon', 393708900, -842132700, 0),
(58176, 2562, 230, 'South Point', 384178600, -825862700, 0),
(58177, 2562, 230, 'South Vienna', 399277800, -836127800, 0),
(58178, 2562, 230, 'South Webster', 388657350, -827488500, 0),
(58179, 2562, 230, 'South Zanesville', 398992300, -820062500, 0),
(58180, 2562, 230, 'Southington', 413083300, -809558300, 0),
(58181, 2562, 230, 'Spencer', 411015000, -821017000, 0),
(58182, 2562, 230, 'Spencerville', 407089400, -843535600, 0),
(58183, 2562, 230, 'Spring Valley', 396019370, -841375210, 0),
(58184, 2562, 230, 'Springboro', 395592920, -842237970, 0),
(58185, 2562, 230, 'Springdale', 392870000, -844852200, 0),
(58186, 2562, 230, 'Springfield', 399402070, -838454640, 0),
(58187, 2562, 230, 'Sterling', 409388800, -818345200, 0),
(58188, 2562, 230, 'Steubenville', 403697900, -806339600, 0),
(58189, 2562, 230, 'Stewart', 393080600, -818944400, 0),
(58190, 2562, 230, 'Stockport', 395494400, -817941700, 0),
(58191, 2562, 230, 'Stony Ridge', 415087000, -835083570, 0),
(58192, 2562, 230, 'Stout', 387061030, -833583780, 0),
(58193, 2562, 230, 'Stoutsville', 396044400, -828277800, 0),
(58194, 2562, 230, 'Stow', 411735000, -814497000, 0),
(58195, 2562, 230, 'Strasburg', 405947800, -815267900, 0),
(58196, 2562, 230, 'Streetsboro', 412392200, -813459400, 0),
(58197, 2562, 230, 'Strongsville', 413061000, -818563000, 0),
(58198, 2562, 230, 'Struthers', 410525600, -806078500, 0),
(58199, 2562, 230, 'Stryker', 415036600, -844141200, 0),
(58200, 2562, 230, 'Sugarcreek', 405031200, -816409600, 0),
(58201, 2562, 230, 'Sullivan', 410302800, -822157910, 0),
(58202, 2562, 230, 'Summerside', 391047800, -842882700, 0),
(58203, 2562, 230, 'Summit Station', 399969400, -827522200, 0),
(58204, 2562, 230, 'Sunbury', 402691800, -828478800, 0),
(58205, 2562, 230, 'Swanton', 415886600, -838910500, 0),
(58206, 2562, 230, 'Sycamore', 409502800, -831708300, 0),
(58207, 2562, 230, 'Sylvania', 417189400, -837129900, 0),
(58208, 2562, 230, 'Syracuse', 389986860, -819738630, 0),
(58209, 2562, 230, 'Tallmadge', 410978950, -814275790, 0),
(58210, 2562, 230, 'Terrace Park', 391592300, -843071600, 0),
(58211, 2562, 230, 'The Plains', 393689600, -821323700, 0),
(58212, 2562, 230, 'Thompson', 416781890, -810537840, 0),
(58213, 2562, 230, 'Thornville', 398963900, -824194400, 0),
(58214, 2562, 230, 'Tiffin', 411145000, -831779700, 0),
(58215, 2562, 230, 'Tiltonsville', 401667400, -806998000, 0),
(58216, 2562, 230, 'Tipp City', 399583900, -841721600, 0),
(58217, 2562, 230, 'Toledo', 416545320, -836757100, 0),
(58218, 2562, 230, 'Toronto', 404633650, -806111280, 0),
(58219, 2562, 230, 'Tremont City', 400135420, -838351360, 0),
(58220, 2562, 230, 'Trenton', 394808900, -844577200, 0),
(58221, 2562, 230, 'Trinway', 401412460, -820117730, 0),
(58222, 2562, 230, 'Troy', 400395000, -842032800, 0),
(58223, 2562, 230, 'Turpin Hills', 391100600, -843799400, 0),
(58224, 2562, 230, 'Twinsburg', 413223120, -814522430, 0),
(58225, 2562, 230, 'Uhrichsville', 403931200, -813465000, 0),
(58226, 2562, 230, 'Union', 398978300, -843063300, 0),
(58227, 2562, 230, 'Union City', 401994900, -848052400, 0),
(58228, 2562, 230, 'Uniontown', 409628810, -813894180, 0),
(58229, 2562, 230, 'University Heights', 414978300, -815373500, 0),
(58230, 2562, 230, 'Upper Arlington', 399945100, -830624100, 0),
(58231, 2562, 230, 'Upper Sandusky', 408272800, -832813100, 0),
(58232, 2562, 230, 'Urbana', 401186400, -837676200, 0),
(58233, 2562, 230, 'Utica', 402342300, -824512700, 0),
(58234, 2562, 230, 'Valley City', 412400000, -819369400, 0),
(58235, 2562, 230, 'Valley View', 413878300, -816045700, 0),
(58236, 2562, 230, 'Van Buren', 411383300, -836491700, 0),
(58237, 2562, 230, 'Van Wert', 408694900, -845841200, 0),
(58238, 2562, 230, 'Vandalia', 398906100, -841988300, 0),
(58239, 2562, 230, 'Vanlue', 409752800, -834805600, 0),
(58240, 2562, 230, 'Vermilion', 414219900, -823646100, 0),
(58241, 2562, 230, 'Versailles', 402392760, -845082630, 0),
(58242, 2562, 230, 'Vienna', 412361100, -806627800, 0),
(58243, 2562, 230, 'Vincent', 393752800, -816711100, 0),
(58244, 2562, 230, 'Wadsworth', 410256100, -817298500, 0),
(58245, 2562, 230, 'Wakeman', 412545000, -823996100, 0),
(58246, 2562, 230, 'Waldo', 404658040, -830604270, 0),
(58247, 2562, 230, 'Walnut Creek', 405413900, -817216700, 0),
(58248, 2562, 230, 'Walton Hills', 413656100, -815612300, 0),
(58249, 2562, 230, 'Wapakoneta', 405678300, -841935600, 0),
(58250, 2562, 230, 'Warren', 411940640, -808266400, 0),
(58251, 2562, 230, 'Warrensville Heights', 414350500, -815362300, 0),
(58252, 2562, 230, 'Warsaw', 403361100, -820025000, 0),
(58253, 2562, 230, 'Washington Court House', 395364500, -834390800, 0),
(58254, 2562, 230, 'Waterville', 415008900, -837182700, 0),
(58255, 2562, 230, 'Wauseon', 415492200, -841416100, 0),
(58256, 2562, 230, 'Waverly', 391267400, -829854600, 0),
(58257, 2562, 230, 'Wayne', 412933500, -835103800, 0),
(58258, 2562, 230, 'Waynesburg', 406859880, -812684320, 0),
(58259, 2562, 230, 'Waynesville', 395297800, -840866000, 0),
(58260, 2562, 230, 'Wellington', 411689400, -822179400, 0),
(58261, 2562, 230, 'Wellston', 391234100, -825329400, 0),
(58262, 2562, 230, 'Wellsville', 406028400, -806489600, 0),
(58263, 2562, 230, 'West Alexandria', 397445000, -845321700, 0),
(58264, 2562, 230, 'West Carrollton City', 396722800, -842521600, 0),
(58265, 2562, 230, 'West Chester', 393373800, -844057800, 0),
(58266, 2562, 230, 'West Hill', 412328300, -805192400, 0),
(58267, 2562, 230, 'West Jefferson', 399447800, -832688000, 0),
(58268, 2562, 230, 'West Lafayette', 402753500, -817509600, 0),
(58269, 2562, 230, 'West Liberty', 402522800, -837557700, 0),
(58270, 2562, 230, 'West Mansfield', 404166530, -834870350, 0),
(58271, 2562, 230, 'West Milton', 399625500, -843280000, 0),
(58272, 2562, 230, 'West Point', 407083330, -807025000, 0),
(58273, 2562, 230, 'West Portsmouth', 387584100, -830290600, 0),
(58274, 2562, 230, 'West Salem', 409714400, -821098700, 0),
(58275, 2562, 230, 'West Union', 387945200, -835451900, 0),
(58276, 2562, 230, 'West Unity', 415861600, -844349500, 0),
(58277, 2562, 230, 'Westerville', 401194800, -829291800, 0),
(58278, 2562, 230, 'Westfield Center', 410274920, -819351210, 0),
(58279, 2562, 230, 'Westlake', 414501400, -819234800, 0),
(58280, 2562, 230, 'Weston', 413447700, -837971600, 0),
(58281, 2562, 230, 'Wetherington', 393636700, -843774400, 0),
(58282, 2562, 230, 'Wheelersburg', 387303500, -828554500, 0),
(58283, 2562, 230, 'Whipple', 394719440, -814113890, 0),
(58284, 2562, 230, 'White Oak', 392131100, -845993900, 0),
(58285, 2562, 230, 'Whitehall', 399667300, -828854600, 0),
(58286, 2562, 230, 'Whitehouse', 415178900, -838112100, 0),
(58287, 2562, 230, 'Wickliffe', 415978200, -814641600, 0),
(58288, 2562, 230, 'Wilberforce', 397120610, -838843260, 0),
(58289, 2562, 230, 'Wilkesville', 390766700, -823263900, 0),
(58290, 2562, 230, 'Willard', 410804400, -827225400, 0),
(58291, 2562, 230, 'Williamsburg', 390542300, -840529900, 0),
(58292, 2562, 230, 'Williamsfield', 415333330, -805705600, 0),
(58293, 2562, 230, 'Williamsport', 395978170, -831195440, 0),
(58294, 2562, 230, 'Willoughby', 416397700, -814065000, 0),
(58295, 2562, 230, 'Willoughby Hills', 415983800, -814184500, 0),
(58296, 2562, 230, 'Willow Wood', 385952600, -824541380, 0),
(58297, 2562, 230, 'Willowick', 416331000, -814687300, 0),
(58298, 2562, 230, 'Wilmington', 394533030, -838407970, 0),
(58299, 2562, 230, 'Winchester', 389417400, -836507500, 0),
(58300, 2562, 230, 'Windham', 412350600, -810492600, 0),
(58301, 2562, 230, 'Windsor', 415593000, -809661000, 0),
(58302, 2562, 230, 'Wintersville', 403753500, -807036900, 0),
(58303, 2562, 230, 'Withamsville', 390622800, -842882700, 0),
(58304, 2562, 230, 'Woodlawn', 392520000, -844702200, 0),
(58305, 2562, 230, 'Woodsfield', 397552700, -811132120, 0),
(58306, 2562, 230, 'Woodstock', 401733300, -835288900, 0),
(58307, 2562, 230, 'Woodville', 414491730, -833682510, 0),
(58308, 2562, 230, 'Wooster', 408050600, -819351400, 0),
(58309, 2562, 230, 'Worthington', 401009400, -830147400, 0),
(58310, 2562, 230, 'Wright-Patterson Air Force Base', 398111300, -840573100, 0),
(58311, 2562, 230, 'Wyoming', 392311700, -844657800, 0),
(58312, 2562, 230, 'Xenia', 396847800, -839296500, 0),
(58313, 2562, 230, 'Yellow Springs', 397987620, -838972460, 0),
(58314, 2562, 230, 'Youngstown', 411232230, -806560000, 0),
(58315, 2562, 230, 'Zanesville', 399403500, -820131900, 0),
(58316, 2562, 230, 'Zoar', 406139680, -814243210, 0),
(58317, 2563, 230, 'Ada', 347719200, -966799800, 0),
(58318, 2563, 230, 'Adair', 364369400, -952625000, 0),
(58319, 2563, 230, 'Afton', 366936900, -949630200, 0),
(58320, 2563, 230, 'Agra', 358941700, -968708300, 0),
(58321, 2563, 230, 'Altus', 346441550, -993250370, 0),
(58322, 2563, 230, 'Alva', 368050300, -986664700, 0),
(58323, 2563, 230, 'Ames', 362301000, -981810000, 0),
(58324, 2563, 230, 'Anadarko', 350725600, -982436600, 0),
(58325, 2563, 230, 'Antlers', 342312100, -956202500, 0),
(58326, 2563, 230, 'Apache', 348936800, -983658900, 0),
(58327, 2563, 230, 'Arapaho', 355778300, -989645300, 0),
(58328, 2563, 230, 'Ardmore', 341742600, -971436300, 0),
(58329, 2563, 230, 'Arkoma', 353545400, -944341000, 0),
(58330, 2563, 230, 'Asher', 349681000, -968589000, 0),
(58331, 2563, 230, 'Atoka', 343859300, -961283300, 0),
(58332, 2563, 230, 'Avant', 364885840, -960600160, 0),
(58333, 2563, 230, 'Barnsdall', 365620200, -961616700, 0),
(58334, 2563, 230, 'Bartlesville', 367378800, -960054000, 0),
(58335, 2563, 230, 'Beaver', 367381800, -1005483000, 0),
(58336, 2563, 230, 'Beggs', 357420740, -960678700, 0),
(58337, 2563, 230, 'Bennington', 339982800, -960139200, 0),
(58338, 2563, 230, 'Bessie', 353853740, -989977340, 0),
(58339, 2563, 230, 'Bethany', 355054920, -976416650, 0),
(58340, 2563, 230, 'Big Cabin', 365441700, -952205600, 0),
(58341, 2563, 230, 'Binger', 353116860, -983496040, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(58342, 2563, 230, 'Bixby', 359499140, -958889770, 0),
(58343, 2563, 230, 'Blackwell', 368044800, -972828200, 0),
(58344, 2563, 230, 'Blair', 347791700, -993333330, 0),
(58345, 2563, 230, 'Blanchard', 351352020, -976473000, 0),
(58346, 2563, 230, 'Bluejacket', 368051970, -951231360, 0),
(58347, 2563, 230, 'Boise City', 367294700, -1025132400, 0),
(58348, 2563, 230, 'Bokoshe', 351880600, -947905600, 0),
(58349, 2563, 230, 'Bradley', 348589080, -977216740, 0),
(58350, 2563, 230, 'Braman', 369241700, -973350000, 0),
(58351, 2563, 230, 'Bristow', 358306300, -963911200, 0),
(58352, 2563, 230, 'Broken Arrow', 360526000, -957908200, 0),
(58353, 2563, 230, 'Broken Bow', 340292800, -947391000, 0),
(58354, 2563, 230, 'Buffalo', 368355900, -996304000, 0),
(58355, 2563, 230, 'Burbank', 366961540, -967290700, 0),
(58356, 2563, 230, 'Burneyville', 339077800, -972888900, 0),
(58357, 2563, 230, 'Burns Flat', 353489400, -991703600, 0),
(58358, 2563, 230, 'Butler', 356453860, -992601190, 0),
(58359, 2563, 230, 'Cache', 346301670, -986287710, 0),
(58360, 2563, 230, 'Caddo', 341266700, -962655600, 0),
(58361, 2563, 230, 'Calera', 339343910, -964300320, 0),
(58362, 2563, 230, 'Calvin', 348342180, -962921540, 0),
(58363, 2563, 230, 'Cameron', 351358300, -945355600, 0),
(58364, 2563, 230, 'Canadian', 351750000, -956550000, 0),
(58365, 2563, 230, 'Carmen', 365794400, -984594400, 0),
(58366, 2563, 230, 'Carnegie', 351038880, -986021670, 0),
(58367, 2563, 230, 'Carrier', 364766700, -980205600, 0),
(58368, 2563, 230, 'Carter', 352180600, -995050000, 0),
(58369, 2563, 230, 'Cartwright', 338528790, -965619380, 0),
(58370, 2563, 230, 'Castle', 354752800, -963841700, 0),
(58371, 2563, 230, 'Catoosa', 361889900, -957458200, 0),
(58372, 2563, 230, 'Chandler', 357017300, -968808600, 0),
(58373, 2563, 230, 'Checotah', 354701000, -955230400, 0),
(58374, 2563, 230, 'Chelsea', 365356500, -954324700, 0),
(58375, 2563, 230, 'Chickasha', 350356370, -979493420, 0),
(58376, 2563, 230, 'Choctaw', 354625940, -972626760, 0),
(58377, 2563, 230, 'Chouteau', 361859300, -953430200, 0),
(58378, 2563, 230, 'Claremore', 363430200, -955966800, 0),
(58379, 2563, 230, 'Clayton', 345877800, -953569400, 0),
(58380, 2563, 230, 'Cleveland', 363100700, -964641900, 0),
(58381, 2563, 230, 'Clinton', 355156100, -989673100, 0),
(58382, 2563, 230, 'Coalgate', 345381500, -962186100, 0),
(58383, 2563, 230, 'Colbert', 338531600, -965024900, 0),
(58384, 2563, 230, 'Colcord', 362641700, -946927800, 0),
(58385, 2563, 230, 'Coleman', 342842390, -964864000, 0),
(58386, 2563, 230, 'Collinsville', 363645400, -958388800, 0),
(58387, 2563, 230, 'Comanche', 343689700, -979639200, 0),
(58388, 2563, 230, 'Commerce', 369334000, -948730100, 0),
(58389, 2563, 230, 'Connerville', 343548680, -966579330, 0),
(58390, 2563, 230, 'Cookson', 357108300, -949200000, 0),
(58391, 2563, 230, 'Cordell', 352939960, -989937380, 0),
(58392, 2563, 230, 'Council Hill', 355365270, -957149560, 0),
(58393, 2563, 230, 'Coweta', 359517700, -956508100, 0),
(58394, 2563, 230, 'Coyle', 359059000, -972208000, 0),
(58395, 2563, 230, 'Crescent', 359525400, -975947700, 0),
(58396, 2563, 230, 'Cromwell', 353502800, -964597200, 0),
(58397, 2563, 230, 'Cushing', 359850600, -967669700, 0),
(58398, 2563, 230, 'Cyril', 348963380, -982035740, 0),
(58399, 2563, 230, 'Davenport', 357073640, -967642620, 0),
(58400, 2563, 230, 'Davis', 345045300, -971194600, 0),
(58401, 2563, 230, 'Deer Creek', 368052800, -975191700, 0),
(58402, 2563, 230, 'Del City', 354420100, -974408700, 0),
(58403, 2563, 230, 'Devol', 342159800, -985640600, 0),
(58404, 2563, 230, 'Dewar', 354479050, -959629050, 0),
(58405, 2563, 230, 'Dewey', 367959200, -959355400, 0),
(58406, 2563, 230, 'Dibble', 350400000, -976397200, 0),
(58407, 2563, 230, 'Disney', 364775000, -950202800, 0),
(58408, 2563, 230, 'Douglas', 362318490, -976891440, 0),
(58409, 2563, 230, 'Drumright', 359884000, -966011300, 0),
(58410, 2563, 230, 'Duke', 346637250, -995701020, 0),
(58411, 2563, 230, 'Duncan', 345023000, -979578100, 0),
(58412, 2563, 230, 'Durant', 340035540, -963817890, 0),
(58413, 2563, 230, 'Dustin', 352251990, -960692500, 0),
(58414, 2563, 230, 'Eagletown', 340341700, -945744400, 0),
(58415, 2563, 230, 'Eakly', 353052000, -985575000, 0),
(58416, 2563, 230, 'Edmond', 356528300, -974781000, 0),
(58417, 2563, 230, 'El Reno', 355269620, -979558130, 0),
(58418, 2563, 230, 'Eldorado', 344725000, -996494400, 0),
(58419, 2563, 230, 'Elgin', 347803500, -982922700, 0),
(58420, 2563, 230, 'Elk City', 354100120, -994141840, 0),
(58421, 2563, 230, 'Enid', 363955900, -978783900, 0),
(58422, 2563, 230, 'Erick', 352153300, -998664900, 0),
(58423, 2563, 230, 'Eufaula', 352872200, -955825000, 0),
(58424, 2563, 230, 'Fairland', 367511800, -948474600, 0),
(58425, 2563, 230, 'Fairview', 362689200, -984798000, 0),
(58426, 2563, 230, 'Fanshawe', 349507800, -949080000, 0),
(58427, 2563, 230, 'Fletcher', 348231200, -982442200, 0),
(58428, 2563, 230, 'Fort Cobb', 351196200, -984337200, 0),
(58429, 2563, 230, 'Fort Gibson', 357976000, -952505200, 0),
(58430, 2563, 230, 'Fort Sill', 347041700, -985083300, 0),
(58431, 2563, 230, 'Fort Supply', 365702670, -995702350, 0),
(58432, 2563, 230, 'Fox', 343636100, -974922200, 0),
(58433, 2563, 230, 'Frederick', 343920300, -990184100, 0),
(58434, 2563, 230, 'Gage', 363180600, -997572200, 0),
(58435, 2563, 230, 'Gans', 353887800, -946918800, 0),
(58436, 2563, 230, 'Geary', 356311600, -983172900, 0),
(58437, 2563, 230, 'Geronimo', 344811900, -983831100, 0),
(58438, 2563, 230, 'Glencoe', 362280600, -969277800, 0),
(58439, 2563, 230, 'Glenpool', 359553700, -960088800, 0),
(58440, 2563, 230, 'Goldsby', 351411800, -974769800, 0),
(58441, 2563, 230, 'Goodwell', 365953000, -1016365500, 0),
(58442, 2563, 230, 'Gore', 355327800, -951150000, 0),
(58443, 2563, 230, 'Grandfield', 342284200, -986845100, 0),
(58444, 2563, 230, 'Granite', 349622800, -993806400, 0),
(58445, 2563, 230, 'Grant', 339133160, -954680780, 0),
(58446, 2563, 230, 'Grove', 365936900, -947691200, 0),
(58447, 2563, 230, 'Guthrie', 358789400, -974253200, 0),
(58448, 2563, 230, 'Guymon', 366828000, -1014815500, 0),
(58449, 2563, 230, 'Haileyville', 348473940, -955658580, 0),
(58450, 2563, 230, 'Hall Park', 352370100, -974064200, 0),
(58451, 2563, 230, 'Hardesty', 365845500, -1011626400, 0),
(58452, 2563, 230, 'Harrah', 354895100, -971636400, 0),
(58453, 2563, 230, 'Hartshorne', 348451000, -955574800, 0),
(58454, 2563, 230, 'Haskell', 358203800, -956741500, 0),
(58455, 2563, 230, 'Hastings', 342275000, -981086100, 0),
(58456, 2563, 230, 'Haworth', 338458300, -946530600, 0),
(58457, 2563, 230, 'Healdton', 342331500, -974878000, 0),
(58458, 2563, 230, 'Heavener', 348892700, -946007800, 0),
(58459, 2563, 230, 'Hennessey', 361092000, -978986700, 0),
(58460, 2563, 230, 'Henryetta', 354398300, -959819400, 0),
(58461, 2563, 230, 'Hinton', 354730920, -983556860, 0),
(58462, 2563, 230, 'Hobart', 350295000, -990931300, 0),
(58463, 2563, 230, 'Holdenville', 350831890, -963972030, 0),
(58464, 2563, 230, 'Hollis', 346883900, -999120500, 0),
(58465, 2563, 230, 'Hominy', 364142400, -963953000, 0),
(58466, 2563, 230, 'Hooker', 368600300, -1012135000, 0),
(58467, 2563, 230, 'Hugo', 340106600, -955096800, 0),
(58468, 2563, 230, 'Hulbert', 359462820, -952293140, 0),
(58469, 2563, 230, 'Hydro', 355479860, -985796840, 0),
(58470, 2563, 230, 'Idabel', 338942820, -948256490, 0),
(58471, 2563, 230, 'Indianola', 351622200, -957758300, 0),
(58472, 2563, 230, 'Inola', 361506070, -955087380, 0),
(58473, 2563, 230, 'Jay', 364211900, -947969000, 0),
(58474, 2563, 230, 'Jenks', 360228700, -959683300, 0),
(58475, 2563, 230, 'Jones', 355658900, -972869800, 0),
(58476, 2563, 230, 'Kansas', 362025000, -947950000, 0),
(58477, 2563, 230, 'Kellyville', 359437000, -962136100, 0),
(58478, 2563, 230, 'Kemp', 337689910, -963546370, 0),
(58479, 2563, 230, 'Keota', 352569400, -949213900, 0),
(58480, 2563, 230, 'Ketchum', 365255600, -950258300, 0),
(58481, 2563, 230, 'Kingfisher', 358512560, -979359650, 0),
(58482, 2563, 230, 'Kingston', 339987100, -967197200, 0),
(58483, 2563, 230, 'Kiowa', 347253550, -959052940, 0),
(58484, 2563, 230, 'Konawa', 349595300, -967528000, 0),
(58485, 2563, 230, 'Krebs', 349331400, -957205340, 0),
(58486, 2563, 230, 'Lamont', 366911100, -975588900, 0),
(58487, 2563, 230, 'Lane', 342986100, -959880600, 0),
(58488, 2563, 230, 'Langley', 364688900, -950497200, 0),
(58489, 2563, 230, 'Langston', 359445980, -972527710, 0),
(58490, 2563, 230, 'Laverne', 367097500, -998934600, 0),
(58491, 2563, 230, 'Lawton', 346085150, -983950280, 0),
(58492, 2563, 230, 'Leonard', 359445560, -957860920, 0),
(58493, 2563, 230, 'Lexington', 350147900, -973355800, 0),
(58494, 2563, 230, 'Lindsay', 348395100, -976073860, 0),
(58495, 2563, 230, 'Loco', 343286100, -976805600, 0),
(58496, 2563, 230, 'Locust Grove', 362000900, -951677400, 0),
(58497, 2563, 230, 'Lone Grove', 341753700, -972627900, 0),
(58498, 2563, 230, 'Lookeba', 353622200, -983666670, 0),
(58499, 2563, 230, 'Lucien', 362686200, -974494800, 0),
(58500, 2563, 230, 'Luther', 356543440, -971924790, 0),
(58501, 2563, 230, 'Madill', 340903800, -967716700, 0),
(58502, 2563, 230, 'Mannford', 361192130, -963477160, 0),
(58503, 2563, 230, 'Mannsville', 341858300, -968802800, 0),
(58504, 2563, 230, 'Marietta', 339359220, -971225750, 0),
(58505, 2563, 230, 'Marland', 365609710, -971527780, 0),
(58506, 2563, 230, 'Marlow', 345903600, -979558700, 0),
(58507, 2563, 230, 'Maud', 351303600, -967758500, 0),
(58508, 2563, 230, 'May', 366346250, -996837470, 0),
(58509, 2563, 230, 'Maysville', 348166710, -974120140, 0),
(58510, 2563, 230, 'McAlester', 349344760, -957643490, 0),
(58511, 2563, 230, 'McCord', 366786500, -970372600, 0),
(58512, 2563, 230, 'McCurtain', 351306990, -950239010, 0),
(58513, 2563, 230, 'McLoud', 354359000, -970914200, 0),
(58514, 2563, 230, 'Mead', 340011100, -965105600, 0),
(58515, 2563, 230, 'Medford', 368069700, -977336600, 0),
(58516, 2563, 230, 'Medicine Park', 347344070, -984776210, 0),
(58517, 2563, 230, 'Meeker', 355034000, -969028000, 0),
(58518, 2563, 230, 'Miami', 368816350, -948740850, 0),
(58519, 2563, 230, 'Midwest City', 354495100, -973967000, 0),
(58520, 2563, 230, 'Moore', 353395100, -974867000, 0),
(58521, 2563, 230, 'Mooreland', 364392000, -992048200, 0),
(58522, 2563, 230, 'Morris', 356076000, -958602700, 0),
(58523, 2563, 230, 'Morrison', 362958300, -970111100, 0),
(58524, 2563, 230, 'Mounds', 358764800, -960611100, 0),
(58525, 2563, 230, 'Mountain Park', 346988400, -989523060, 0),
(58526, 2563, 230, 'Mountain View', 350987190, -987535460, 0),
(58527, 2563, 230, 'Muldrow', 354062000, -945988300, 0),
(58528, 2563, 230, 'Mulhall', 360652800, -974050000, 0),
(58529, 2563, 230, 'Muskogee', 357399000, -953849400, 0),
(58530, 2563, 230, 'Mustang', 353842300, -977244900, 0),
(58531, 2563, 230, 'Newalla', 354050000, -971627800, 0),
(58532, 2563, 230, 'Newcastle', 352472900, -975997600, 0),
(58533, 2563, 230, 'Newkirk', 368822500, -970533700, 0),
(58534, 2563, 230, 'Nichols Hills', 355508900, -975489300, 0),
(58535, 2563, 230, 'Nicoma Park', 354911700, -973230900, 0),
(58536, 2563, 230, 'Ninnekah', 349444290, -979159700, 0),
(58537, 2563, 230, 'Noble', 351392400, -973947500, 0),
(58538, 2563, 230, 'Norman', 352225700, -974394800, 0),
(58539, 2563, 230, 'North Miami', 369172220, -948794440, 0),
(58540, 2563, 230, 'Nowata', 367006400, -956380300, 0),
(58541, 2563, 230, 'Oakhurst', 360753700, -960644400, 0),
(58542, 2563, 230, 'Ochelata', 366029440, -959839930, 0),
(58543, 2563, 230, 'Oilton', 360865620, -965843810, 0),
(58544, 2563, 230, 'Okarche', 357291440, -979763420, 0),
(58545, 2563, 230, 'Okay', 358504800, -953179800, 0),
(58546, 2563, 230, 'Okeene', 361161500, -983170200, 0),
(58547, 2563, 230, 'Okemah', 354325900, -963050100, 0),
(58548, 2563, 230, 'Oklahoma City', 354675600, -975164300, 0),
(58549, 2563, 230, 'Okmulgee', 356247000, -959635800, 0),
(58550, 2563, 230, 'Oktaha', 356296730, -955135910, 0),
(58551, 2563, 230, 'Olustee', 345469400, -994230600, 0),
(58552, 2563, 230, 'Oologah', 364470400, -957083200, 0),
(58553, 2563, 230, 'Owasso', 362801380, -958480930, 0),
(58554, 2563, 230, 'Paden', 355084760, -965685390, 0),
(58555, 2563, 230, 'Panama', 351673200, -946724500, 0),
(58556, 2563, 230, 'Paoli', 348275570, -972615110, 0),
(58557, 2563, 230, 'Park Hill', 358612000, -949588400, 0),
(58558, 2563, 230, 'Pauls Valley', 347596300, -972044400, 0),
(58559, 2563, 230, 'Pawhuska', 366678400, -963372300, 0),
(58560, 2563, 230, 'Pawnee', 363378300, -968039200, 0),
(58561, 2563, 230, 'Perkins', 359739400, -970336400, 0),
(58562, 2563, 230, 'Perry', 362894900, -972881000, 0),
(58563, 2563, 230, 'Picher', 369836070, -948330570, 0),
(58564, 2563, 230, 'Piedmont', 356420000, -977464300, 0),
(58565, 2563, 230, 'Pocasset', 351938900, -979538900, 0),
(58566, 2563, 230, 'Pocola', 352312100, -944780000, 0),
(58567, 2563, 230, 'Ponca City', 367096020, -970858510, 0),
(58568, 2563, 230, 'Pond Creek', 366686100, -978019400, 0),
(58569, 2563, 230, 'Porter', 358675000, -955219400, 0),
(58570, 2563, 230, 'Porum', 353583300, -952658300, 0),
(58571, 2563, 230, 'Poteau', 350537100, -946235600, 0),
(58572, 2563, 230, 'Prague', 354867400, -966850200, 0),
(58573, 2563, 230, 'Proctor', 359709770, -947455710, 0),
(58574, 2563, 230, 'Pryor', 362977440, -953094210, 0),
(58575, 2563, 230, 'Purcell', 350136800, -973611400, 0),
(58576, 2563, 230, 'Quinton', 351228800, -953710900, 0),
(58577, 2563, 230, 'Ralston', 365027800, -967336100, 0),
(58578, 2563, 230, 'Ramona', 365311100, -959236100, 0),
(58579, 2563, 230, 'Randlett', 341781970, -984333760, 0),
(58580, 2563, 230, 'Ravia', 342431160, -967489180, 0),
(58581, 2563, 230, 'Red Rock', 364770870, -971691920, 0),
(58582, 2563, 230, 'Ringling', 341784300, -975925300, 0),
(58583, 2563, 230, 'Rocky', 351563260, -990582440, 0),
(58584, 2563, 230, 'Roland', 354212000, -945146600, 0),
(58585, 2563, 230, 'Roosevelt', 348502460, -990228920, 0),
(58586, 2563, 230, 'Rose', 362194400, -950297200, 0),
(58587, 2563, 230, 'Rush Springs', 347843550, -979581680, 0),
(58588, 2563, 230, 'Ryan', 340216700, -979541700, 0),
(58589, 2563, 230, 'Salina', 362928700, -951533000, 0),
(58590, 2563, 230, 'Sallisaw', 354603700, -947874500, 0),
(58591, 2563, 230, 'Sand Springs', 361230980, -961516310, 0),
(58592, 2563, 230, 'Sapulpa', 359987000, -961141700, 0),
(58593, 2563, 230, 'Savanna', 348333330, -958388900, 0),
(58594, 2563, 230, 'Sayre', 352988340, -996389330, 0),
(58595, 2563, 230, 'Schulter', 355144200, -959563200, 0),
(58596, 2563, 230, 'Seminole', 352347110, -966748420, 0),
(58597, 2563, 230, 'Shady Point', 351301000, -946585600, 0),
(58598, 2563, 230, 'Shattuck', 362758700, -998812300, 0),
(58599, 2563, 230, 'Shawnee', 354071000, -968537000, 0),
(58600, 2563, 230, 'Shidler', 368722220, -965652780, 0),
(58601, 2563, 230, 'Skiatook', 363684200, -960013800, 0),
(58602, 2563, 230, 'Snyder', 346589600, -989517400, 0),
(58603, 2563, 230, 'South Coffeyville', 369757200, -955872000, 0),
(58604, 2563, 230, 'Spavinaw', 363925000, -950486100, 0),
(58605, 2563, 230, 'Spencer', 355228400, -973772600, 0),
(58606, 2563, 230, 'Sperry', 362899170, -959658550, 0),
(58607, 2563, 230, 'Spiro', 352412100, -946199400, 0),
(58608, 2563, 230, 'Springer', 343044400, -971363900, 0),
(58609, 2563, 230, 'Sterling', 347494400, -981694400, 0),
(58610, 2563, 230, 'Stigler', 352537100, -951230200, 0),
(58611, 2563, 230, 'Stillwater', 361156100, -970583700, 0),
(58612, 2563, 230, 'Stilwell', 358145300, -946285600, 0),
(58613, 2563, 230, 'Stonewall', 346511110, -965266670, 0),
(58614, 2563, 230, 'Stratford', 347967500, -969594600, 0),
(58615, 2563, 230, 'Stringtown', 344673020, -960504370, 0),
(58616, 2563, 230, 'Stroud', 357486800, -966580700, 0),
(58617, 2563, 230, 'Stuart', 349008300, -961000000, 0),
(58618, 2563, 230, 'Sulphur', 345078700, -969683500, 0),
(58619, 2563, 230, 'Tahlequah', 359133650, -949688830, 0),
(58620, 2563, 230, 'Talala', 365291700, -956991700, 0),
(58621, 2563, 230, 'Talihina', 347514470, -950354460, 0),
(58622, 2563, 230, 'Taloga', 360386500, -989637100, 0),
(58623, 2563, 230, 'Tecumseh', 352578500, -969366900, 0),
(58624, 2563, 230, 'Terral', 340219900, -976644800, 0),
(58625, 2563, 230, 'Texola', 352324470, -999682630, 0),
(58626, 2563, 230, 'Thackerville', 337877640, -971345370, 0),
(58627, 2563, 230, 'The Village', 355608900, -975514300, 0),
(58628, 2563, 230, 'Thomas', 357442200, -987475800, 0),
(58629, 2563, 230, 'Tishomingo', 342335300, -966761660, 0),
(58630, 2563, 230, 'Tonkawa', 366783700, -973100400, 0),
(58631, 2563, 230, 'Tulsa', 361539800, -959927800, 0),
(58632, 2563, 230, 'Turley', 362420400, -959758300, 0),
(58633, 2563, 230, 'Turpin', 368675000, -1008775000, 0),
(58634, 2563, 230, 'Tuttle', 352908900, -978122700, 0),
(58635, 2563, 230, 'Union City', 353917200, -979414400, 0),
(58636, 2563, 230, 'Valliant', 340033300, -950913900, 0),
(58637, 2563, 230, 'Velma', 344615170, -976693660, 0),
(58638, 2563, 230, 'Verdigris', 362348200, -956910900, 0),
(58639, 2563, 230, 'Vian', 354984300, -949696700, 0),
(58640, 2563, 230, 'Vici', 361480600, -992991700, 0),
(58641, 2563, 230, 'Vinita', 366386900, -951541300, 0),
(58642, 2563, 230, 'Vinson', 348886440, -998148320, 0),
(58643, 2563, 230, 'Wagoner', 359595400, -953694100, 0),
(58644, 2563, 230, 'Walters', 343508840, -983047200, 0),
(58645, 2563, 230, 'Wann', 369300860, -957724770, 0),
(58646, 2563, 230, 'Wapanucka', 343744400, -964225000, 0),
(58647, 2563, 230, 'Warner', 354942600, -953055200, 0),
(58648, 2563, 230, 'Warr Acres', 355225600, -976189300, 0),
(58649, 2563, 230, 'Washington', 350583300, -974850000, 0),
(58650, 2563, 230, 'Watonga', 358447700, -984131300, 0),
(58651, 2563, 230, 'Watson', 344372200, -945602800, 0),
(58652, 2563, 230, 'Watts', 361077800, -945713900, 0),
(58653, 2563, 230, 'Waukomis', 362803100, -978981100, 0),
(58654, 2563, 230, 'Waurika', 341682660, -979976170, 0),
(58655, 2563, 230, 'Wayne', 349172200, -973161100, 0),
(58656, 2563, 230, 'Waynoka', 365846440, -988785310, 0),
(58657, 2563, 230, 'Weatherford', 355337340, -986976680, 0),
(58658, 2563, 230, 'Webbers Falls', 355123460, -951290960, 0),
(58659, 2563, 230, 'Welch', 368747200, -950938900, 0),
(58660, 2563, 230, 'Welling', 359186230, -948546080, 0),
(58661, 2563, 230, 'Wellston', 356914550, -970642580, 0),
(58662, 2563, 230, 'Westville', 359925800, -945680000, 0),
(58663, 2563, 230, 'Wetumka', 352378980, -962404210, 0),
(58664, 2563, 230, 'Wewoka', 351586900, -964933500, 0),
(58665, 2563, 230, 'Wheatland', 353965260, -976491640, 0),
(58666, 2563, 230, 'Wilburton', 349132130, -953095710, 0),
(58667, 2563, 230, 'Wister', 349673200, -947246700, 0),
(58668, 2563, 230, 'Woodward', 364336500, -993903900, 0),
(58669, 2563, 230, 'Wright City', 340638900, -950036100, 0),
(58670, 2563, 230, 'Wyandotte', 367947200, -947236100, 0),
(58671, 2563, 230, 'Wynona', 365489700, -963203280, 0),
(58672, 2563, 230, 'Yale', 361142300, -966991900, 0),
(58673, 2563, 230, 'Yukon', 354974790, -977329410, 0),
(58674, 2564, 230, 'Adrian', 436797320, -1170604130, 0),
(58675, 2564, 230, 'Albany', 446365100, -1231059300, 0),
(58676, 2564, 230, 'Aloha', 454942800, -1228670500, 0),
(58677, 2564, 230, 'Alsea', 443661120, -1236140240, 0),
(58678, 2564, 230, 'Altamont', 422068100, -1217372200, 0),
(58679, 2564, 230, 'Alvadore', 441281730, -1232653520, 0),
(58680, 2564, 230, 'Arch Cape', 458288900, -1239619400, 0),
(58681, 2564, 230, 'Arlington', 457150000, -1201997200, 0),
(58682, 2564, 230, 'Ashland', 421945800, -1227094800, 0),
(58683, 2564, 230, 'Astoria', 461878800, -1238312500, 0),
(58684, 2564, 230, 'Athena', 458118000, -1184905300, 0),
(58685, 2564, 230, 'Aumsville', 448354210, -1228575060, 0),
(58686, 2564, 230, 'Aurora', 452302800, -1227552800, 0),
(58687, 2564, 230, 'Azalea', 427955600, -1232591700, 0),
(58688, 2564, 230, 'Baker City', 447748700, -1178343800, 0),
(58689, 2564, 230, 'Bandon', 431190000, -1244084500, 0),
(58690, 2564, 230, 'Banks', 456187200, -1231142800, 0),
(58691, 2564, 230, 'Bay City', 455226000, -1238893000, 0),
(58692, 2564, 230, 'Beaver Creek', 452531130, -1224779610, 0),
(58693, 2564, 230, 'Beaverton', 454899000, -1228032000, 0),
(58694, 2564, 230, 'Bend', 440982370, -1212904970, 0),
(58695, 2564, 230, 'Bethany', 455578900, -1228676000, 0),
(58696, 2564, 230, 'Blodgett', 446388150, -1235540980, 0),
(58697, 2564, 230, 'Boardman', 458398600, -1197005800, 0),
(58698, 2564, 230, 'Boring', 454300000, -1223736100, 0),
(58699, 2564, 230, 'Brightwood', 453763900, -1220155600, 0),
(58700, 2564, 230, 'Brogan', 442464000, -1175160000, 0),
(58701, 2564, 230, 'Brookings', 420526100, -1242839800, 0),
(58702, 2564, 230, 'Brownsville', 443934600, -1229848100, 0),
(58703, 2564, 230, 'Bunker Hill', 433559500, -1242048300, 0),
(58704, 2564, 230, 'Burns', 435862600, -1190541000, 0),
(58705, 2564, 230, 'Camas Valley', 430391240, -1236815860, 0),
(58706, 2564, 230, 'Canby', 452413700, -1226765870, 0),
(58707, 2564, 230, 'Cannon Beach', 458917700, -1239615300, 0),
(58708, 2564, 230, 'Canyon City', 443896000, -1189502300, 0),
(58709, 2564, 230, 'Canyonville', 429273400, -1232811700, 0),
(58710, 2564, 230, 'Carlton', 452942800, -1231764900, 0),
(58711, 2564, 230, 'Cascade Locks', 456698400, -1218906400, 0),
(58712, 2564, 230, 'Cave Junction', 421628900, -1236481200, 0),
(58713, 2564, 230, 'Cedar Hills', 455048400, -1227984300, 0),
(58714, 2564, 230, 'Cedar Mill', 455248400, -1228109300, 0),
(58715, 2564, 230, 'Central Point', 423759600, -1229164300, 0),
(58716, 2564, 230, 'Chemult', 432166670, -1217816700, 0),
(58717, 2564, 230, 'Cheshire', 441897200, -1232844400, 0),
(58718, 2564, 230, 'Chiloquin', 425750000, -1218641700, 0),
(58719, 2564, 230, 'Christmas Valley', 432436960, -1206794400, 0),
(58720, 2564, 230, 'Clackamas', 454076200, -1225703700, 0),
(58721, 2564, 230, 'Clatskanie', 461012200, -1232067900, 0),
(58722, 2564, 230, 'Cloverdale', 452058300, -1238919400, 0),
(58723, 2564, 230, 'Coburg', 441370700, -1230664800, 0),
(58724, 2564, 230, 'Colton', 452044400, -1224477800, 0),
(58725, 2564, 230, 'Columbia City', 458901100, -1228070500, 0),
(58726, 2564, 230, 'Condon', 452343000, -1201850300, 0),
(58727, 2564, 230, 'Coos Bay', 433665000, -1242178900, 0),
(58728, 2564, 230, 'Coquille', 431770500, -1241876100, 0),
(58729, 2564, 230, 'Corbett', 455319400, -1222900000, 0),
(58730, 2564, 230, 'Cornelius', 455198400, -1230598300, 0),
(58731, 2564, 230, 'Corvallis', 445177410, -1232980950, 0),
(58732, 2564, 230, 'Cottage Grove', 437976200, -1230595200, 0),
(58733, 2564, 230, 'Creswell', 439179000, -1230245300, 0),
(58734, 2564, 230, 'Culver', 445256800, -1212131000, 0),
(58735, 2564, 230, 'Dairy', 422605800, -1216584000, 0),
(58736, 2564, 230, 'Dallas', 449192800, -1233170500, 0),
(58737, 2564, 230, 'Damascus', 454176200, -1224589800, 0),
(58738, 2564, 230, 'Dayton', 452206700, -1230762100, 0),
(58739, 2564, 230, 'Dayville', 444681160, -1195308470, 0),
(58740, 2564, 230, 'Deer Island', 459311100, -1228436100, 0),
(58741, 2564, 230, 'Depoe Bay', 448084500, -1240631700, 0),
(58742, 2564, 230, 'Deschutes River Woods', 439915100, -1213583600, 0),
(58743, 2564, 230, 'Dexter', 439161100, -1228216700, 0),
(58744, 2564, 230, 'Donald', 452219110, -1228389840, 0),
(58745, 2564, 230, 'Dorena', 437200000, -1228608300, 0),
(58746, 2564, 230, 'Dufur', 454533300, -1211272200, 0),
(58747, 2564, 230, 'Dundee', 452781700, -1230109400, 0),
(58748, 2564, 230, 'Durham', 454020600, -1227528700, 0),
(58749, 2564, 230, 'Eagle Creek', 453577800, -1223616700, 0),
(58750, 2564, 230, 'Eagle Point', 424726300, -1228028200, 0),
(58751, 2564, 230, 'Elgin', 455648600, -1179174300, 0),
(58752, 2564, 230, 'Elkton', 436359480, -1235926310, 0),
(58753, 2564, 230, 'Elmira', 440658300, -1233541700, 0),
(58754, 2564, 230, 'Enterprise', 454262600, -1172787800, 0),
(58755, 2564, 230, 'Estacada', 452895700, -1223337000, 0),
(58756, 2564, 230, 'Eugene', 440520700, -1230867500, 0),
(58757, 2564, 230, 'Fairview', 455384500, -1224339800, 0),
(58758, 2564, 230, 'Fall Creek', 439597200, -1228191700, 0),
(58759, 2564, 230, 'Falls City', 448661100, -1234386100, 0),
(58760, 2564, 230, 'Florence', 439826200, -1240998400, 0),
(58761, 2564, 230, 'Forest Grove', 455198400, -1231106600, 0),
(58762, 2564, 230, 'Fossil', 449981900, -1202161400, 0),
(58763, 2564, 230, 'Four Corners', 449279000, -1229837100, 0),
(58764, 2564, 230, 'Garden Home-Whitford', 454640000, -1227589100, 0),
(58765, 2564, 230, 'Garibaldi', 455602800, -1239113900, 0),
(58766, 2564, 230, 'Gaston', 454363900, -1231413900, 0),
(58767, 2564, 230, 'Gates', 447563700, -1223820480, 0),
(58768, 2564, 230, 'Gervais', 451133100, -1229212270, 0),
(58769, 2564, 230, 'Gladstone', 453806800, -1225948100, 0),
(58770, 2564, 230, 'Glendale', 427552390, -1233838470, 0),
(58771, 2564, 230, 'Gleneden Beach', 448811100, -1240341700, 0),
(58772, 2564, 230, 'Glide', 432774950, -1230737950, 0),
(58773, 2564, 230, 'Gold Beach', 424073300, -1244217700, 0),
(58774, 2564, 230, 'Government Camp', 453041700, -1217566700, 0),
(58775, 2564, 230, 'Grand Ronde', 450601100, -1236092800, 0),
(58776, 2564, 230, 'Grants Pass', 424390100, -1233283900, 0),
(58777, 2564, 230, 'Grass Valley', 453591700, -1207855600, 0),
(58778, 2564, 230, 'Gresham', 454993940, -1224204350, 0),
(58779, 2564, 230, 'Haines', 449124160, -1179389860, 0),
(58780, 2564, 230, 'Halfway', 448783300, -1171105600, 0),
(58781, 2564, 230, 'Halsey', 443836330, -1231227080, 0),
(58782, 2564, 230, 'Hammond', 461650000, -1239241700, 0),
(58783, 2564, 230, 'Happy Valley', 454467900, -1225303700, 0),
(58784, 2564, 230, 'Harbor', 420531700, -1242675900, 0),
(58785, 2564, 230, 'Harrisburg', 442740100, -1231706500, 0),
(58786, 2564, 230, 'Hayesville', 449859500, -1229828700, 0),
(58787, 2564, 230, 'Helix', 459083580, -1188482000, 0),
(58788, 2564, 230, 'Heppner', 453531800, -1195578000, 0),
(58789, 2564, 230, 'Hermiston', 458404100, -1192894600, 0),
(58790, 2564, 230, 'Hillsboro', 455228900, -1229898300, 0),
(58791, 2564, 230, 'Hines', 435640400, -1190810500, 0),
(58792, 2564, 230, 'Hood River', 457054000, -1215214600, 0),
(58793, 2564, 230, 'Hubbard', 451823400, -1228078700, 0),
(58794, 2564, 230, 'Huntington', 443495980, -1172640960, 0),
(58795, 2564, 230, 'Idleyld Park', 433236100, -1230238900, 0),
(58796, 2564, 230, 'Independence', 448512300, -1231867700, 0),
(58797, 2564, 230, 'Ione', 455008300, -1198244400, 0),
(58798, 2564, 230, 'Irrigon', 458956900, -1194914100, 0),
(58799, 2564, 230, 'Jacksonville', 423134600, -1229669900, 0),
(58800, 2564, 230, 'Jefferson', 447195700, -1230103700, 0),
(58801, 2564, 230, 'Jennings Lodge', 453912300, -1226125900, 0),
(58802, 2564, 230, 'John Day', 444159900, -1189530100, 0),
(58803, 2564, 230, 'Jordan Valley', 429763900, -1170552800, 0),
(58804, 2564, 230, 'Joseph', 453543200, -1172296100, 0),
(58805, 2564, 230, 'Junction City', 442192900, -1232056500, 0),
(58806, 2564, 230, 'Keizer', 449901200, -1230262100, 0),
(58807, 2564, 230, 'Keno', 421264260, -1219652190, 0),
(58808, 2564, 230, 'King City', 454026200, -1228039900, 0),
(58809, 2564, 230, 'Klamath Falls', 422248700, -1217816700, 0),
(58810, 2564, 230, 'La Grande', 453305720, -1180813220, 0),
(58811, 2564, 230, 'La Pine', 437050240, -1215295670, 0),
(58812, 2564, 230, 'Lafayette', 452442800, -1231148300, 0),
(58813, 2564, 230, 'Lake Oswego', 454206700, -1226706500, 0),
(58814, 2564, 230, 'Lakeside', 435756700, -1241751100, 0),
(58815, 2564, 230, 'Lakeview', 421887700, -1203457900, 0),
(58816, 2564, 230, 'Lebanon', 445365100, -1229070300, 0),
(58817, 2564, 230, 'Lents', 454798400, -1225673100, 0),
(58818, 2564, 230, 'Lincoln City', 449581600, -1240178900, 0),
(58819, 2564, 230, 'Logsden', 447510600, -1238127420, 0),
(58820, 2564, 230, 'Long Creek', 447133150, -1191020990, 0),
(58821, 2564, 230, 'Lorane', 438375000, -1232388900, 0),
(58822, 2564, 230, 'Lostine', 454888900, -1174300000, 0),
(58823, 2564, 230, 'Lowell', 439184600, -1227836800, 0),
(58824, 2564, 230, 'Lyons', 447745700, -1226150900, 0),
(58825, 2564, 230, 'Madras', 446334500, -1211294900, 0),
(58826, 2564, 230, 'Malin', 420221890, -1214271340, 0),
(58827, 2564, 230, 'Manzanita', 457191700, -1239358300, 0),
(58828, 2564, 230, 'Marcola', 442111460, -1228177300, 0),
(58829, 2564, 230, 'Marylhurst', 453961800, -1226491200, 0),
(58830, 2564, 230, 'Maupin', 451738900, -1210830600, 0),
(58831, 2564, 230, 'McMinnville', 452101200, -1231987200, 0),
(58832, 2564, 230, 'Medford', 423365140, -1228341240, 0),
(58833, 2564, 230, 'Merlin', 425173400, -1234197900, 0),
(58834, 2564, 230, 'Merrill', 420244630, -1215697270, 0),
(58835, 2564, 230, 'Metzger', 454465100, -1227589900, 0),
(58836, 2564, 230, 'Mill City', 447540100, -1224781400, 0),
(58837, 2564, 230, 'Millersburg', 446809600, -1230614800, 0),
(58838, 2564, 230, 'Milton-Freewater', 459357040, -1183891620, 0),
(58839, 2564, 230, 'Milwaukie', 454462300, -1226392600, 0),
(58840, 2564, 230, 'Mission', 456704100, -1186835900, 0),
(58841, 2564, 230, 'Mitchell', 445444140, -1200086460, 0),
(58842, 2564, 230, 'Molalla', 451473400, -1225770300, 0),
(58843, 2564, 230, 'Monmouth', 448484500, -1232339900, 0),
(58844, 2564, 230, 'Monroe', 443161100, -1232997200, 0),
(58845, 2564, 230, 'Mosier', 456641020, -1213738520, 0),
(58846, 2564, 230, 'Mount Hood Parkdale', 454983000, -1215928800, 0),
(58847, 2564, 230, 'Mount Vernon', 444180600, -1191127800, 0),
(58848, 2564, 230, 'Mulino', 452215100, -1225820300, 0),
(58849, 2564, 230, 'Murphy', 423475000, -1233333330, 0),
(58850, 2564, 230, 'Myrtle Creek', 430201200, -1232931200, 0),
(58851, 2564, 230, 'Myrtle Point', 430648300, -1241389900, 0),
(58852, 2564, 230, 'Nehalem', 457158300, -1238955600, 0),
(58853, 2564, 230, 'Neotsu', 450011100, -1239811100, 0),
(58854, 2564, 230, 'Neskowin', 451063900, -1239794400, 0),
(58855, 2564, 230, 'New Hope', 423623400, -1233678400, 0),
(58856, 2564, 230, 'Newberg', 453119040, -1229742690, 0),
(58857, 2564, 230, 'Newport', 446367800, -1240534500, 0),
(58858, 2564, 230, 'North Bend', 434065000, -1242242800, 0),
(58859, 2564, 230, 'North Plains', 455970600, -1229934400, 0),
(58860, 2564, 230, 'Nyssa', 438768300, -1169948800, 0),
(58861, 2564, 230, 'Oak Grove', 454167900, -1226400900, 0),
(58862, 2564, 230, 'Oak Hills', 455412300, -1228412100, 0),
(58863, 2564, 230, 'Oatfield', 454141800, -1226000700, 0),
(58864, 2564, 230, 'Oceanside', 454588900, -1239661100, 0),
(58865, 2564, 230, 'Odell', 456252570, -1215403140, 0),
(58866, 2564, 230, 'Ontario', 440265500, -1169629400, 0),
(58867, 2564, 230, 'Ophir', 425630600, -1243827800, 0),
(58868, 2564, 230, 'Oregon City', 453573400, -1226067600, 0),
(58869, 2564, 230, 'Otis', 450244400, -1239452800, 0),
(58870, 2564, 230, 'Pacific City', 452023300, -1239628900, 0),
(58871, 2564, 230, 'Paisley', 426933300, -1205452800, 0),
(58872, 2564, 230, 'Pendleton', 456720800, -1187886000, 0),
(58873, 2564, 230, 'Philomath', 445511870, -1234102360, 0),
(58874, 2564, 230, 'Phoenix', 422754100, -1228180900, 0),
(58875, 2564, 230, 'Pilot Rock', 454831800, -1188299800, 0),
(58876, 2564, 230, 'Port Orford', 427456600, -1244973300, 0),
(58877, 2564, 230, 'Portland', 455234500, -1226762100, 0),
(58878, 2564, 230, 'Powell Butte', 442284400, -1210011620, 0),
(58879, 2564, 230, 'Prineville', 443006870, -1208359310, 0),
(58880, 2564, 230, 'Rainier', 460890000, -1229359400, 0),
(58881, 2564, 230, 'Raleigh Hills', 454806700, -1227620400, 0),
(58882, 2564, 230, 'Redmond', 442726200, -1211739200, 0),
(58883, 2564, 230, 'Redwood', 424220600, -1233872800, 0),
(58884, 2564, 230, 'Reedsport', 437023400, -1240967800, 0),
(58885, 2564, 230, 'Rhododendron', 453295630, -1219111910, 0),
(58886, 2564, 230, 'Rockaway Beach', 456134400, -1239429100, 0),
(58887, 2564, 230, 'Rockcreek', 455501200, -1228770500, 0),
(58888, 2564, 230, 'Rogue River', 424359500, -1231720000, 0),
(58889, 2564, 230, 'Roseburg', 432242400, -1233734400, 0),
(58890, 2564, 230, 'Saint Helens', 458640000, -1228064900, 0),
(58891, 2564, 230, 'Saint Paul', 452202780, -1229527610, 0),
(58892, 2564, 230, 'Salem', 449021180, -1230480800, 0),
(58893, 2564, 230, 'Sandy', 453973400, -1222614800, 0),
(58894, 2564, 230, 'Scappoose', 457542800, -1228776000, 0),
(58895, 2564, 230, 'Scio', 446942780, -1228034750, 0),
(58896, 2564, 230, 'Scotts Mills', 450419400, -1226672200, 0),
(58897, 2564, 230, 'Seal Rock', 444991700, -1240827800, 0),
(58898, 2564, 230, 'Seaside', 459931600, -1239226400, 0),
(58899, 2564, 230, 'Selma', 422689720, -1235843670, 0),
(58900, 2564, 230, 'Shady Cove', 426106800, -1228125400, 0),
(58901, 2564, 230, 'Sheridan', 451137490, -1233954230, 0),
(58902, 2564, 230, 'Sherwood', 453565100, -1228401000, 0),
(58903, 2564, 230, 'Siletz', 447217800, -1239201100, 0),
(58904, 2564, 230, 'Silverton', 450051200, -1227831500, 0),
(58905, 2564, 230, 'Sisters', 442909500, -1215492100, 0),
(58906, 2564, 230, 'Sixes', 428183790, -1244568880, 0),
(58907, 2564, 230, 'South Beach', 446125000, -1240486100, 0),
(58908, 2564, 230, 'Springfield', 440462400, -1230220300, 0),
(58909, 2564, 230, 'Stafford', 453573400, -1227225900, 0),
(58910, 2564, 230, 'Stanfield', 457804100, -1192172400, 0),
(58911, 2564, 230, 'Stayton', 448006800, -1227945300, 0),
(58912, 2564, 230, 'Sublimity', 448295700, -1227945300, 0),
(58913, 2564, 230, 'Sunnyside', 454267900, -1225275900, 0),
(58914, 2564, 230, 'Sutherlin', 433924520, -1232947790, 0),
(58915, 2564, 230, 'Sweet Home', 443976200, -1227362000, 0),
(58916, 2564, 230, 'Swisshome', 440521180, -1237406480, 0),
(58917, 2564, 230, 'Talent', 422456800, -1227886500, 0),
(58918, 2564, 230, 'Tangent', 445412300, -1231081500, 0),
(58919, 2564, 230, 'Terrebonne', 443529000, -1211778100, 0),
(58920, 2564, 230, 'The Dalles', 455945600, -1211786800, 0),
(58921, 2564, 230, 'Three Rivers', 438201200, -1214691900, 0),
(58922, 2564, 230, 'Thurston', 440937200, -1228684900, 0),
(58923, 2564, 230, 'Tidewater', 444111100, -1239002800, 0),
(58924, 2564, 230, 'Tigard', 454312300, -1227714900, 0),
(58925, 2564, 230, 'Tillamook', 454562200, -1238440100, 0),
(58926, 2564, 230, 'Tiller', 429286100, -1229500000, 0),
(58927, 2564, 230, 'Toledo', 446215100, -1239384500, 0),
(58928, 2564, 230, 'Troutdale', 455392900, -1223873100, 0),
(58929, 2564, 230, 'Tualatin', 453840100, -1227639900, 0),
(58930, 2564, 230, 'Turner', 448431800, -1229528700, 0),
(58931, 2564, 230, 'Tygh Valley', 452466700, -1211702800, 0),
(58932, 2564, 230, 'Umatilla', 459173500, -1193425200, 0),
(58933, 2564, 230, 'Union', 452084700, -1178652100, 0),
(58934, 2564, 230, 'Vale', 439821100, -1172382300, 0),
(58935, 2564, 230, 'Veneta', 440487300, -1233509300, 0),
(58936, 2564, 230, 'Vernonia', 458587200, -1231928900, 0),
(58937, 2564, 230, 'Waldport', 444267900, -1240687300, 0),
(58938, 2564, 230, 'Wallowa', 455713900, -1175319400, 0),
(58939, 2564, 230, 'Walterville', 441310800, -1226275200, 0),
(58940, 2564, 230, 'Warm Springs', 447624920, -1213024350, 0),
(58941, 2564, 230, 'Warren', 458190000, -1228489900, 0),
(58942, 2564, 230, 'Warrenton', 461651000, -1239237600, 0),
(58943, 2564, 230, 'Welches', 453385000, -1219630710, 0),
(58944, 2564, 230, 'West Haven', 455176200, -1227695400, 0),
(58945, 2564, 230, 'West Haven-Sylvan', 455161300, -1227680900, 0),
(58946, 2564, 230, 'West Linn', 453656800, -1226123100, 0),
(58947, 2564, 230, 'West Slope', 454987300, -1227645400, 0),
(58948, 2564, 230, 'Westlake', 439093630, -1240686330, 0),
(58949, 2564, 230, 'Weston', 458130500, -1184225950, 0),
(58950, 2564, 230, 'Wheeler', 456880600, -1238830600, 0),
(58951, 2564, 230, 'White City', 424373500, -1228589300, 0),
(58952, 2564, 230, 'Willamina', 450787300, -1234859400, 0),
(58953, 2564, 230, 'Williams', 422187300, -1232739400, 0),
(58954, 2564, 230, 'Wilsonville', 452998400, -1227737100, 0),
(58955, 2564, 230, 'Winchester', 432792700, -1233540500, 0),
(58956, 2564, 230, 'Winston', 431223400, -1234125700, 0),
(58957, 2564, 230, 'Wolf Creek', 426607800, -1233855600, 0),
(58958, 2564, 230, 'Woodburn', 451437300, -1228553700, 0),
(58959, 2564, 230, 'Yachats', 443111100, -1241047200, 0),
(58960, 2564, 230, 'Yamhill', 453415000, -1231873300, 0),
(58961, 2564, 230, 'Yoncalla', 435984500, -1232834200, 0),
(58962, 2565, 230, 'Aaronsburg', 408639230, -773918250, 0),
(58963, 2565, 230, 'Abbottstown', 398864900, -769847000, 0),
(58964, 2565, 230, 'Abington', 401272620, -751288140, 0),
(58965, 2565, 230, 'Acme', 401272200, -794347200, 0),
(58966, 2565, 230, 'Acosta', 401108170, -790692650, 0),
(58967, 2565, 230, 'Addison', 397761100, -793046200, 0),
(58968, 2565, 230, 'Akron', 401567600, -762021700, 0),
(58969, 2565, 230, 'Albion', 409589500, -789469800, 0),
(58970, 2565, 230, 'Albrightsville', 410144400, -756011100, 0),
(58971, 2565, 230, 'Alburtis', 405109300, -756029700, 0),
(58972, 2565, 230, 'Aleppo', 398212300, -804603500, 0),
(58973, 2565, 230, 'Alexandria', 405577800, -780988900, 0),
(58974, 2565, 230, 'Aliquippa', 406367300, -802400600, 0),
(58975, 2565, 230, 'Allentown', 406023160, -754707500, 0),
(58976, 2565, 230, 'Allison Park', 405595100, -799586700, 0),
(58977, 2565, 230, 'Altoona', 405186800, -783947400, 0),
(58978, 2565, 230, 'Alum Bank', 401935610, -786294580, 0),
(58979, 2565, 230, 'Ambler', 401545500, -752215700, 0),
(58980, 2565, 230, 'Ambridge', 405892300, -802250600, 0),
(58981, 2565, 230, 'Amity', 400316000, -801913000, 0),
(58982, 2565, 230, 'Analomink', 410511000, -752208000, 0),
(58983, 2565, 230, 'Ancient Oaks', 405473200, -755893500, 0),
(58984, 2565, 230, 'Annville', 403295400, -765152400, 0),
(58985, 2565, 230, 'Apollo', 405410480, -796054320, 0),
(58986, 2565, 230, 'Aquashicola', 408083340, -757723300, 0),
(58987, 2565, 230, 'Archbald', 414948000, -755368500, 0),
(58988, 2565, 230, 'Arcola', 401521000, -754569000, 0),
(58989, 2565, 230, 'Ardara', 403589000, -797403000, 0),
(58990, 2565, 230, 'Ardmore', 400067800, -752854600, 0),
(58991, 2565, 230, 'Armagh', 404437650, -790090140, 0),
(58992, 2565, 230, 'Arnold', 405800700, -797667200, 0),
(58993, 2565, 230, 'Arnot', 416625000, -771232800, 0),
(58994, 2565, 230, 'Ashland', 407817500, -763457800, 0),
(58995, 2565, 230, 'Ashley', 412103600, -758965900, 0),
(58996, 2565, 230, 'Aspinwall', 404914600, -799047700, 0),
(58997, 2565, 230, 'Aston', 398691700, -754305600, 0),
(58998, 2565, 230, 'Atglen', 399492700, -759735600, 0),
(58999, 2565, 230, 'Athens', 419573000, -765180000, 0),
(59000, 2565, 230, 'Auburn', 405958300, -760927800, 0),
(59001, 2565, 230, 'Audubon', 401278800, -754318500, 0),
(59002, 2565, 230, 'Austin', 416308300, -780936100, 0),
(59003, 2565, 230, 'Avella', 402712430, -804487480, 0),
(59004, 2565, 230, 'Avis', 411847900, -773138600, 0),
(59005, 2565, 230, 'Avoca', 413398000, -757363000, 0),
(59006, 2565, 230, 'Avon', 403456500, -763899600, 0),
(59007, 2565, 230, 'Avondale', 398234400, -757832700, 0),
(59008, 2565, 230, 'Avonia', 420456100, -802697900, 0),
(59009, 2565, 230, 'Avonmore', 405289500, -794614300, 0),
(59010, 2565, 230, 'Baden', 406350700, -802281200, 0),
(59011, 2565, 230, 'Bainbridge', 400909300, -766674700, 0),
(59012, 2565, 230, 'Bakerstown', 406509000, -799364400, 0),
(59013, 2565, 230, 'Bala Cynwyd', 400075000, -752341670, 0),
(59014, 2565, 230, 'Bally', 404023200, -755871300, 0),
(59015, 2565, 230, 'Bangor', 408656500, -752065700, 0),
(59016, 2565, 230, 'Barnesville', 408178370, -760255620, 0),
(59017, 2565, 230, 'Barto', 403836100, -757327800, 0),
(59018, 2565, 230, 'Bartonsville', 410060000, -752830000, 0),
(59019, 2565, 230, 'Bath', 407256500, -753940700, 0),
(59020, 2565, 230, 'Bausman', 400241700, -763308300, 0),
(59021, 2565, 230, 'Beach Lake', 415833330, -751163900, 0),
(59022, 2565, 230, 'Bear Creek', 412179000, -758114400, 0),
(59023, 2565, 230, 'Beaver', 406953400, -803047800, 0),
(59024, 2565, 230, 'Beaver Falls', 407520100, -803192300, 0),
(59025, 2565, 230, 'Beaver Springs', 407617200, -772567400, 0),
(59026, 2565, 230, 'Beaverdale', 403220200, -786969600, 0),
(59027, 2565, 230, 'Beavertown', 407536900, -771716130, 0),
(59028, 2565, 230, 'Bechtelsville', 403700000, -756286100, 0),
(59029, 2565, 230, 'Bedford', 400186900, -785039100, 0),
(59030, 2565, 230, 'Belle Vernon', 401250700, -798664400, 0),
(59031, 2565, 230, 'Bellefonte', 409380600, -777217200, 0),
(59032, 2565, 230, 'Bellevue', 404939600, -800517200, 0),
(59033, 2565, 230, 'Bellwood', 406034000, -783247400, 0),
(59034, 2565, 230, 'Ben Avon', 405081200, -800831100, 0),
(59035, 2565, 230, 'Bendersville', 399836430, -772501960, 0),
(59036, 2565, 230, 'Bensalem', 401023800, -749313600, 0),
(59037, 2565, 230, 'Bentleyville', 401167400, -800083900, 0),
(59038, 2565, 230, 'Benton', 412347000, -763474200, 0),
(59039, 2565, 230, 'Berlin', 399206400, -789578000, 0),
(59040, 2565, 230, 'Bernville', 404336100, -761111100, 0),
(59041, 2565, 230, 'Berwick', 410576040, -762477040, 0),
(59042, 2565, 230, 'Berwyn', 400330000, -754610340, 0),
(59043, 2565, 230, 'Bessemer', 409747800, -804936800, 0),
(59044, 2565, 230, 'Bethel', 404902930, -762962790, 0),
(59045, 2565, 230, 'Bethel Park', 403275700, -800395000, 0),
(59046, 2565, 230, 'Bethlehem', 406257780, -754067250, 0),
(59047, 2565, 230, 'Biglerville', 399303700, -772480400, 0),
(59048, 2565, 230, 'Birchwood Lakes', 412545400, -749185000, 0),
(59049, 2565, 230, 'Birdsboro', 402645400, -758040900, 0),
(59050, 2565, 230, 'Black Lick', 404792300, -791997600, 0),
(59051, 2565, 230, 'Blairsville', 404311800, -792608700, 0),
(59052, 2565, 230, 'Blakely', 414809100, -755946300, 0),
(59053, 2565, 230, 'Blakeslee', 410988940, -755690660, 0),
(59054, 2565, 230, 'Blandburg', 406867000, -784113000, 0),
(59055, 2565, 230, 'Blandon', 404412000, -758868700, 0),
(59056, 2565, 230, 'Blawnox', 404934000, -798606100, 0),
(59057, 2565, 230, 'Bloomfield', 404609000, -799508900, 0),
(59058, 2565, 230, 'Bloomsburg', 410037000, -764549500, 0),
(59059, 2565, 230, 'Blue Ball', 401167490, -760531650, 0),
(59060, 2565, 230, 'Blue Bell', 401523300, -752662900, 0),
(59061, 2565, 230, 'Blue Ridge Summit', 397292440, -774700840, 0),
(59062, 2565, 230, 'Boalsburg', 407756200, -777925000, 0),
(59063, 2565, 230, 'Boiling Springs', 401498100, -771283100, 0),
(59064, 2565, 230, 'Bolivar', 403541000, -791733000, 0),
(59065, 2565, 230, 'Boothwyn', 398301100, -754415800, 0),
(59066, 2565, 230, 'Boswell', 401614700, -790289200, 0),
(59067, 2565, 230, 'Bowmanstown', 408008300, -756622200, 0),
(59068, 2565, 230, 'Bowmansville', 401967600, -760174400, 0),
(59069, 2565, 230, 'Boyers', 411132650, -799034710, 0),
(59070, 2565, 230, 'Boyertown', 403353230, -756400920, 0),
(59071, 2565, 230, 'Brackenridge', 406081200, -797411600, 0),
(59072, 2565, 230, 'Brackney', 419550370, -759277260, 0),
(59073, 2565, 230, 'Bradford', 419559000, -786439200, 0),
(59074, 2565, 230, 'Branchdale', 406705600, -763211100, 0),
(59075, 2565, 230, 'Breezewood', 399969400, -782405600, 0),
(59076, 2565, 230, 'Breinigsville', 405564140, -756582600, 0),
(59077, 2565, 230, 'Brentwood', 403706300, -799747700, 0),
(59078, 2565, 230, 'Bressler', 402295300, -768199700, 0),
(59079, 2565, 230, 'Bridgeport', 401051100, -753451800, 0),
(59080, 2565, 230, 'Bridgeville', 403557340, -801136940, 0),
(59081, 2565, 230, 'Bristol', 401006700, -748518300, 0),
(59082, 2565, 230, 'Brittany Farms-Highlands', 402690100, -752140100, 0),
(59083, 2565, 230, 'Broad Top', 402008050, -781410200, 0),
(59084, 2565, 230, 'Brockway', 412475300, -787626500, 0),
(59085, 2565, 230, 'Brodheadsville', 409245400, -753937900, 0),
(59086, 2565, 230, 'Brookhaven', 398692800, -753824100, 0),
(59087, 2565, 230, 'Brookville', 411611700, -790830900, 0),
(59088, 2565, 230, 'Broomall', 399815000, -753565800, 0),
(59089, 2565, 230, 'Brownfield', 398572700, -797121800, 0),
(59090, 2565, 230, 'Brownsville', 400236900, -798839400, 0),
(59091, 2565, 230, 'Browntown', 413098000, -757874200, 0),
(59092, 2565, 230, 'Bryn Athyn', 401315000, -750673900, 0),
(59093, 2565, 230, 'Bryn Mawr', 400198300, -753046300, 0),
(59094, 2565, 230, 'Burgettstown', 403820100, -803928400, 0),
(59095, 2565, 230, 'Burnt Cabins', 400643790, -779045560, 0),
(59096, 2565, 230, 'Bushkill', 410933300, -750019400, 0),
(59097, 2565, 230, 'Butler', 408585370, -799025160, 0),
(59098, 2565, 230, 'Byrnedale', 412929820, -785046450, 0),
(59099, 2565, 230, 'Cabot', 407788890, -797733330, 0),
(59100, 2565, 230, 'Cairnbrook', 401587880, -787101010, 0),
(59101, 2565, 230, 'California', 400656300, -798917100, 0),
(59102, 2565, 230, 'Caln', 399909400, -757802200, 0),
(59103, 2565, 230, 'Cambra', 411980560, -763061110, 0),
(59104, 2565, 230, 'Cambridge Springs', 418036700, -800564400, 0),
(59105, 2565, 230, 'Camp Hill', 402412200, -769251600, 0),
(59106, 2565, 230, 'Canadensis', 411919400, -752513900, 0),
(59107, 2565, 230, 'Canonsburg', 402625700, -801872800, 0),
(59108, 2565, 230, 'Canton', 416564600, -768532900, 0),
(59109, 2565, 230, 'Carbondale', 415749020, -755001840, 0),
(59110, 2565, 230, 'Carlisle', 402014800, -771888700, 0),
(59111, 2565, 230, 'Carmichaels', 398977800, -799750000, 0),
(59112, 2565, 230, 'Carnegie', 404086800, -800833900, 0),
(59113, 2565, 230, 'Carrolltown', 406027800, -787091700, 0),
(59114, 2565, 230, 'Carversville', 403828000, -750435000, 0),
(59115, 2565, 230, 'Castanea', 411247900, -774297000, 0),
(59116, 2565, 230, 'Castle Shannon', 403647900, -800222800, 0),
(59117, 2565, 230, 'Catasauqua', 406548200, -754746300, 0),
(59118, 2565, 230, 'Catawissa', 409520300, -764596700, 0),
(59119, 2565, 230, 'Cecil', 403188890, -801912300, 0),
(59120, 2565, 230, 'Center Valley', 405492430, -754264040, 0),
(59121, 2565, 230, 'Centerville', 400453500, -799756100, 0),
(59122, 2565, 230, 'Central City', 401106300, -788019700, 0),
(59123, 2565, 230, 'Centre Hall', 408475600, -776861100, 0),
(59124, 2565, 230, 'Chadds Ford', 398556000, -756079000, 0),
(59125, 2565, 230, 'Chalfont', 402884400, -752090600, 0),
(59126, 2565, 230, 'Chalk Hill', 398440800, -796168800, 0),
(59127, 2565, 230, 'Chambersburg', 399334800, -776745600, 0),
(59128, 2565, 230, 'Charleroi', 401378500, -798981000, 0),
(59129, 2565, 230, 'Chatham', 398573450, -758218230, 0),
(59130, 2565, 230, 'Cheltenham', 400608300, -750941700, 0),
(59131, 2565, 230, 'Cherry Tree', 407263900, -788075000, 0),
(59132, 2565, 230, 'Chester', 398495600, -753557500, 0),
(59133, 2565, 230, 'Chester Heights', 398901100, -754754800, 0),
(59134, 2565, 230, 'Chester Springs', 400950000, -756169400, 0),
(59135, 2565, 230, 'Chesterbrook', 400365710, -753801260, 0),
(59136, 2565, 230, 'Cheswick', 405663990, -798327290, 0),
(59137, 2565, 230, 'Cheyney', 399283300, -755227800, 0),
(59138, 2565, 230, 'Chinchilla', 414766590, -756844350, 0),
(59139, 2565, 230, 'Christiana', 399548300, -759968900, 0),
(59140, 2565, 230, 'Churchill', 404384000, -798431000, 0),
(59141, 2565, 230, 'Clairton', 402922900, -798817200, 0),
(59142, 2565, 230, 'Clarion', 412147900, -793853200, 0),
(59143, 2565, 230, 'Clark', 412784820, -804241590, 0),
(59144, 2565, 230, 'Clarks Green', 414928600, -756996400, 0),
(59145, 2565, 230, 'Clarks Mills', 414342220, -803300090, 0),
(59146, 2565, 230, 'Clarks Summit', 414886900, -757085200, 0),
(59147, 2565, 230, 'Clarksville', 399741700, -800447200, 0),
(59148, 2565, 230, 'Claysburg', 402967400, -784497400, 0),
(59149, 2565, 230, 'Claysville', 401188900, -804125000, 0),
(59150, 2565, 230, 'Clearfield', 410272800, -784391900, 0),
(59151, 2565, 230, 'Clearville', 398317770, -784512090, 0),
(59152, 2565, 230, 'Cleona', 403373100, -764755200, 0),
(59153, 2565, 230, 'Clifford', 416488200, -755991000, 0),
(59154, 2565, 230, 'Clifton Heights', 399292800, -752963000, 0),
(59155, 2565, 230, 'Clinton', 404900000, -802938900, 0),
(59156, 2565, 230, 'Clintonville', 411994440, -798728260, 0),
(59157, 2565, 230, 'Clymer', 406706010, -790125040, 0),
(59158, 2565, 230, 'Coal', 407882210, -765549810, 0),
(59159, 2565, 230, 'Coaldale', 408228700, -759068700, 0),
(59160, 2565, 230, 'Coalport', 407480600, -785344400, 0),
(59161, 2565, 230, 'Coatesville', 399831600, -758238400, 0),
(59162, 2565, 230, 'Cochranton', 415200500, -800483900, 0),
(59163, 2565, 230, 'Cochranville', 398961100, -759700000, 0),
(59164, 2565, 230, 'Collegeville', 401856600, -754515700, 0),
(59165, 2565, 230, 'Colmar', 402672200, -752536100, 0),
(59166, 2565, 230, 'Columbia', 400337100, -765044100, 0),
(59167, 2565, 230, 'Columbia Cross Roads', 418495470, -767928720, 0),
(59168, 2565, 230, 'Colwyn', 399123400, -752537900, 0),
(59169, 2565, 230, 'Commodore', 406973700, -789004960, 0),
(59170, 2565, 230, 'Concordville', 398815710, -755198560, 0),
(59171, 2565, 230, 'Conestoga', 399406600, -763463500, 0),
(59172, 2565, 230, 'Conneaut Lake', 416221800, -803095200, 0),
(59173, 2565, 230, 'Conneautville', 417580600, -803694400, 0),
(59174, 2565, 230, 'Connellsville', 400178500, -795894800, 0),
(59175, 2565, 230, 'Conshohocken', 400792800, -753015700, 0),
(59176, 2565, 230, 'Conway', 406597900, -802392300, 0),
(59177, 2565, 230, 'Conyngham', 409920300, -760565900, 0),
(59178, 2565, 230, 'Coopersburg', 405114900, -753904600, 0),
(59179, 2565, 230, 'Cooperstown', 414997720, -798737090, 0),
(59180, 2565, 230, 'Coplay', 406701000, -754954600, 0),
(59181, 2565, 230, 'Coraopolis', 405058800, -801869400, 0),
(59182, 2565, 230, 'Cornwall', 402737000, -764060700, 0),
(59183, 2565, 230, 'Cornwells Heights', 400767800, -749487800, 0),
(59184, 2565, 230, 'Corry', 419248300, -796577570, 0),
(59185, 2565, 230, 'Coudersport', 417747900, -780205600, 0),
(59186, 2565, 230, 'Coulters', 402985620, -798008060, 0),
(59187, 2565, 230, 'Cowansville', 409301520, -795903550, 0),
(59188, 2565, 230, 'Cranberry', 413500000, -797580560, 0),
(59189, 2565, 230, 'Cranesville', 419033300, -803472200, 0),
(59190, 2565, 230, 'Creekside', 406845150, -792177600, 0),
(59191, 2565, 230, 'Crescent', 405511780, -802171860, 0),
(59192, 2565, 230, 'Cresco', 411604770, -752520070, 0),
(59193, 2565, 230, 'Cresson', 404597900, -785916800, 0),
(59194, 2565, 230, 'Cressona', 406306340, -761937540, 0),
(59195, 2565, 230, 'Croydon', 400873300, -749035000, 0),
(59196, 2565, 230, 'Crum Lynne', 398629140, -753433880, 0),
(59197, 2565, 230, 'Curwensville', 409756100, -785250200, 0),
(59198, 2565, 230, 'Custer City', 419058330, -786519440, 0),
(59199, 2565, 230, 'Dale', 403128500, -789041900, 0),
(59200, 2565, 230, 'Dallas', 413361900, -759632500, 0),
(59201, 2565, 230, 'Dallastown', 398995400, -766402500, 0),
(59202, 2565, 230, 'Dalmatia', 406500100, -768777800, 0),
(59203, 2565, 230, 'Dalton', 415342400, -757360300, 0),
(59204, 2565, 230, 'Damascus', 417376800, -751275000, 0),
(59205, 2565, 230, 'Danboro', 403600060, -751391320, 0),
(59206, 2565, 230, 'Danielsville', 407944400, -755272200, 0),
(59207, 2565, 230, 'Danville', 409634200, -766127300, 0),
(59208, 2565, 230, 'Darby', 399184500, -752590700, 0),
(59209, 2565, 230, 'Darlington', 408100000, -804233300, 0),
(59210, 2565, 230, 'Dauphin', 403666670, -769311100, 0),
(59211, 2565, 230, 'Davidsville', 402282800, -789324150, 0),
(59212, 2565, 230, 'Dayton', 408807100, -792421280, 0),
(59213, 2565, 230, 'De Young', 415766600, -789089600, 0),
(59214, 2565, 230, 'Delaware Water Gap', 409819400, -751425000, 0),
(59215, 2565, 230, 'Delmont', 404131200, -795703200, 0),
(59216, 2565, 230, 'Delta', 397272200, -763255600, 0),
(59217, 2565, 230, 'Denver', 402331500, -761371700, 0),
(59218, 2565, 230, 'Derry', 403339600, -792997600, 0),
(59219, 2565, 230, 'Devault', 400781900, -755349200, 0),
(59220, 2565, 230, 'Devon', 400492800, -754290800, 0),
(59221, 2565, 230, 'Dickson City', 414714700, -756076900, 0),
(59222, 2565, 230, 'Dillsburg', 401109300, -770349800, 0),
(59223, 2565, 230, 'Dimock', 417333330, -759163900, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(59224, 2565, 230, 'Dingmans Ferry', 412200000, -748713900, 0),
(59225, 2565, 230, 'Donegal', 401116700, -793819400, 0),
(59226, 2565, 230, 'Donora', 401734000, -798575500, 0),
(59227, 2565, 230, 'Dormont', 403959000, -800331100, 0),
(59228, 2565, 230, 'Dorneyville', 405751000, -755196300, 0),
(59229, 2565, 230, 'Dornsife', 407557430, -767641640, 0),
(59230, 2565, 230, 'Douglassville', 402572000, -757263000, 0),
(59231, 2565, 230, 'Dover', 400017600, -768502500, 0),
(59232, 2565, 230, 'Downingtown', 400179990, -757149190, 0),
(59233, 2565, 230, 'Doylestown', 401975800, -777213800, 0),
(59234, 2565, 230, 'Dravosburg', 403506300, -798861600, 0),
(59235, 2565, 230, 'Dresher', 401379020, -752231820, 0),
(59236, 2565, 230, 'Drexel Hill', 399470600, -752921300, 0),
(59237, 2565, 230, 'Drifting', 410241670, -781086110, 0),
(59238, 2565, 230, 'Drumore', 398209840, -762429520, 0),
(59239, 2565, 230, 'Drums', 410180600, -759950000, 0),
(59240, 2565, 230, 'Du Bois', 411192300, -787600300, 0),
(59241, 2565, 230, 'DuPont', 413250800, -757454700, 0),
(59242, 2565, 230, 'Dublin', 403717700, -752015600, 0),
(59243, 2565, 230, 'Duboistown', 412225800, -770369100, 0),
(59244, 2565, 230, 'Dunbar', 399778500, -796144800, 0),
(59245, 2565, 230, 'Duncannon', 403981400, -770230300, 0),
(59246, 2565, 230, 'Duncansville', 404234100, -784339000, 0),
(59247, 2565, 230, 'Dunlevy', 400799920, -798670680, 0),
(59248, 2565, 230, 'Dunmore', 414198000, -756324100, 0),
(59249, 2565, 230, 'Duquesne', 403814600, -798597700, 0),
(59250, 2565, 230, 'Durham', 405823700, -752269430, 0),
(59251, 2565, 230, 'Duryea', 413439700, -757385300, 0),
(59252, 2565, 230, 'Dushore', 415246210, -763989680, 0),
(59253, 2565, 230, 'Eagles Mere', 414108300, -765827800, 0),
(59254, 2565, 230, 'Eagleville', 401595500, -754082400, 0),
(59255, 2565, 230, 'Earlville', 403165800, -757372200, 0),
(59256, 2565, 230, 'East Berlin', 399376000, -769785900, 0),
(59257, 2565, 230, 'East Brady', 409844400, -796152800, 0),
(59258, 2565, 230, 'East Earl', 401277500, -760243180, 0),
(59259, 2565, 230, 'East Freedom', 403344660, -784330050, 0),
(59260, 2565, 230, 'East Greenville', 404064900, -755018500, 0),
(59261, 2565, 230, 'East Lansdowne', 399456700, -752612900, 0),
(59262, 2565, 230, 'East McKeesport', 403831200, -798064400, 0),
(59263, 2565, 230, 'East Millsboro', 399725000, -799621000, 0),
(59264, 2565, 230, 'East Norriton', 401517700, -753365700, 0),
(59265, 2565, 230, 'East Pennsboro', 402497220, -769413890, 0),
(59266, 2565, 230, 'East Petersburg', 401001000, -763541300, 0),
(59267, 2565, 230, 'East Pittsburgh', 404031550, -798382380, 0),
(59268, 2565, 230, 'East Prospect', 399709420, -765196130, 0),
(59269, 2565, 230, 'East Smithfield', 418590810, -766142460, 0),
(59270, 2565, 230, 'East Stroudsburg', 409995400, -751812900, 0),
(59271, 2565, 230, 'East Texas', 405475000, -755613900, 0),
(59272, 2565, 230, 'East Vandergrift', 405995340, -795618190, 0),
(59273, 2565, 230, 'East Washington', 401736800, -802375600, 0),
(59274, 2565, 230, 'East Waterford', 403705600, -776041700, 0),
(59275, 2565, 230, 'East Whiteland', 400388890, -755550000, 0),
(59276, 2565, 230, 'East York', 399737100, -766863600, 0),
(59277, 2565, 230, 'Eastlawn Gardens', 407506500, -752957300, 0),
(59278, 2565, 230, 'Easton', 406884300, -752207300, 0),
(59279, 2565, 230, 'Ebensburg', 404849530, -787295370, 0),
(59280, 2565, 230, 'Economy', 406000700, -802247800, 0),
(59281, 2565, 230, 'Eddington', 400845600, -749448900, 0),
(59282, 2565, 230, 'Eddystone', 398601100, -753443600, 0),
(59283, 2565, 230, 'Edgemont', 399793240, -754542850, 0),
(59284, 2565, 230, 'Edgewood', 407884200, -765724600, 0),
(59285, 2565, 230, 'Edinboro', 418742200, -801317200, 0),
(59286, 2565, 230, 'Edinburg', 410372800, -804849900, 0),
(59287, 2565, 230, 'Effort', 409392600, -754349100, 0),
(59288, 2565, 230, 'Eighty Four', 401825000, -800905000, 0),
(59289, 2565, 230, 'Eldred', 419566700, -783836100, 0),
(59290, 2565, 230, 'Elizabeth', 402692400, -798897700, 0),
(59291, 2565, 230, 'Elizabethtown', 401506190, -765990740, 0),
(59292, 2565, 230, 'Elizabethville', 405489700, -768119200, 0),
(59293, 2565, 230, 'Elkins Park', 400769400, -751269400, 0),
(59294, 2565, 230, 'Ellsworth', 401073110, -800202220, 0),
(59295, 2565, 230, 'Ellwood City', 408617300, -802864500, 0),
(59296, 2565, 230, 'Elverson', 401567600, -758327100, 0),
(59297, 2565, 230, 'Elysburg', 408645300, -765524600, 0),
(59298, 2565, 230, 'Emigsville', 400217600, -767280200, 0),
(59299, 2565, 230, 'Emlenton', 411783300, -797102800, 0),
(59300, 2565, 230, 'Emmaus', 405395400, -754968500, 0),
(59301, 2565, 230, 'Emporium', 415114500, -782352900, 0),
(59302, 2565, 230, 'Enlow', 404542400, -802331100, 0),
(59303, 2565, 230, 'Enola', 402900900, -769338600, 0),
(59304, 2565, 230, 'Enon Valley', 408563900, -804561100, 0),
(59305, 2565, 230, 'Ephrata', 401798200, -761788400, 0),
(59306, 2565, 230, 'Erie', 420948030, -801675670, 0),
(59307, 2565, 230, 'Ernest', 406778810, -791652800, 0),
(59308, 2565, 230, 'Erwinna', 404925000, -750784000, 0),
(59309, 2565, 230, 'Essington', 398752800, -752663900, 0),
(59310, 2565, 230, 'Etna', 405042400, -799489400, 0),
(59311, 2565, 230, 'Etters', 401522200, -767505600, 0),
(59312, 2565, 230, 'Everett', 400114700, -783733500, 0),
(59313, 2565, 230, 'Everson', 400905600, -795869400, 0),
(59314, 2565, 230, 'Exeter', 413206400, -758190800, 0),
(59315, 2565, 230, 'Export', 404297000, -796108000, 0),
(59316, 2565, 230, 'Exton', 400381630, -756362900, 0),
(59317, 2565, 230, 'Factoryville', 415631300, -757826900, 0),
(59318, 2565, 230, 'Fairbank', 399433200, -798496800, 0),
(59319, 2565, 230, 'Fairchance', 398248000, -797544900, 0),
(59320, 2565, 230, 'Fairfield', 397872200, -773694400, 0),
(59321, 2565, 230, 'Fairhope', 401136800, -798397700, 0),
(59322, 2565, 230, 'Fairless Hills', 401795500, -748551600, 0),
(59323, 2565, 230, 'Fairview', 420314500, -802553400, 0),
(59324, 2565, 230, 'Falls', 414470320, -758559040, 0),
(59325, 2565, 230, 'Farmington', 398077800, -795669400, 0),
(59326, 2565, 230, 'Farrell', 412122800, -804967400, 0),
(59327, 2565, 230, 'Fawn Grove', 397300000, -764508300, 0),
(59328, 2565, 230, 'Fayette City', 401005600, -798388900, 0),
(59329, 2565, 230, 'Fayetteville', 399112000, -775499900, 0),
(59330, 2565, 230, 'Feasterville', 401440000, -750051700, 0),
(59331, 2565, 230, 'Feasterville Trevose', 401526170, -749819740, 0),
(59332, 2565, 230, 'Felton', 398547200, -765641700, 0),
(59333, 2565, 230, 'Fenelton', 408602000, -797166000, 0),
(59334, 2565, 230, 'Ferndale', 402889600, -789147500, 0),
(59335, 2565, 230, 'Fernway', 407063530, -801085290, 0),
(59336, 2565, 230, 'Finleyville', 402527800, -800036100, 0),
(59337, 2565, 230, 'Fishertown', 401216670, -785858330, 0),
(59338, 2565, 230, 'Fleetwood', 404539800, -758179800, 0),
(59339, 2565, 230, 'Flemington', 411264600, -774716500, 0),
(59340, 2565, 230, 'Flicksville', 408657000, -752068000, 0),
(59341, 2565, 230, 'Flinton', 407152800, -785180600, 0),
(59342, 2565, 230, 'Flourtown', 401034400, -752124000, 0),
(59343, 2565, 230, 'Flying Hills', 402767600, -759141000, 0),
(59344, 2565, 230, 'Fogelsville', 405830000, -756330000, 0),
(59345, 2565, 230, 'Folcroft', 398909500, -752838000, 0),
(59346, 2565, 230, 'Folsom', 398898300, -753251900, 0),
(59347, 2565, 230, 'Ford City', 407664890, -795271720, 0),
(59348, 2565, 230, 'Forest City', 416460770, -754750100, 0),
(59349, 2565, 230, 'Forest Hills', 404197900, -798500500, 0),
(59350, 2565, 230, 'Forksville', 414922200, -766052800, 0),
(59351, 2565, 230, 'Fort Antes', 412376890, -770473660, 0),
(59352, 2565, 230, 'Fort Loudon', 399805200, -778987200, 0),
(59353, 2565, 230, 'Fort Washington', 401374800, -752079600, 0),
(59354, 2565, 230, 'Forty Fort', 412789700, -758782500, 0),
(59355, 2565, 230, 'Fountain Hill', 406014900, -753951800, 0),
(59356, 2565, 230, 'Fox Chapel', 405134000, -798797700, 0),
(59357, 2565, 230, 'Fox Run', 407022900, -800828400, 0),
(59358, 2565, 230, 'Foxburg', 411551670, -796539690, 0),
(59359, 2565, 230, 'Frackville', 407839800, -762302200, 0),
(59360, 2565, 230, 'Franconia', 403077780, -753580560, 0),
(59361, 2565, 230, 'Franklin', 413849400, -798131400, 0),
(59362, 2565, 230, 'Frederick', 403030520, -755374040, 0),
(59363, 2565, 230, 'Fredericksburg', 404437000, -764282900, 0),
(59364, 2565, 230, 'Fredonia', 413218550, -802628390, 0),
(59365, 2565, 230, 'Freeburg', 407638900, -769375000, 0),
(59366, 2565, 230, 'Freedom', 406856200, -802517300, 0),
(59367, 2565, 230, 'Freeland', 410167500, -758971400, 0),
(59368, 2565, 230, 'Freeport', 407172680, -796575410, 0),
(59369, 2565, 230, 'Frenchville', 411463150, -782443020, 0),
(59370, 2565, 230, 'Friedens', 400081590, -788957130, 0),
(59371, 2565, 230, 'Friendsville', 419180600, -760469400, 0),
(59372, 2565, 230, 'Furlong', 402788320, -750655330, 0),
(59373, 2565, 230, 'Galeton', 417331200, -776419300, 0),
(59374, 2565, 230, 'Gallitzin', 404822900, -785516800, 0),
(59375, 2565, 230, 'Gap', 399873200, -760205100, 0),
(59376, 2565, 230, 'Gardners', 400116260, -771943050, 0),
(59377, 2565, 230, 'Garnet Valley', 398583300, -754686100, 0),
(59378, 2565, 230, 'Geigertown', 402025200, -758365800, 0),
(59379, 2565, 230, 'Genesee', 419500000, -778663900, 0),
(59380, 2565, 230, 'Georgetown', 412273000, -758688100, 0),
(59381, 2565, 230, 'Germansville', 406909560, -756588450, 0),
(59382, 2565, 230, 'Gettysburg', 398309300, -772311000, 0),
(59383, 2565, 230, 'Gibson', 418033200, -756444000, 0),
(59384, 2565, 230, 'Gibsonia', 406300700, -799695000, 0),
(59385, 2565, 230, 'Gilbert', 409554410, -755028190, 0),
(59386, 2565, 230, 'Gilbertsville', 403201000, -756101800, 0),
(59387, 2565, 230, 'Gillett', 419517000, -767701800, 0),
(59388, 2565, 230, 'Girard', 419865780, -803126030, 0),
(59389, 2565, 230, 'Girardville', 407914800, -762835600, 0),
(59390, 2565, 230, 'Gladwyne', 400330000, -752830000, 0),
(59391, 2565, 230, 'Glasgow', 407076000, -784463000, 0),
(59392, 2565, 230, 'Glassport', 403247900, -798922700, 0),
(59393, 2565, 230, 'Glen Lyon', 411750800, -760746500, 0),
(59394, 2565, 230, 'Glen Mills', 399191700, -754916700, 0),
(59395, 2565, 230, 'Glen Riddle Lima', 399036440, -754441470, 0),
(59396, 2565, 230, 'Glen Rock', 397931600, -767302500, 0),
(59397, 2565, 230, 'Glenmoore', 400936620, -757498590, 0),
(59398, 2565, 230, 'Glenolden', 399001100, -752890700, 0),
(59399, 2565, 230, 'Glenshaw', 405328500, -799675500, 0),
(59400, 2565, 230, 'Glenside', 401079000, -751570800, 0),
(59401, 2565, 230, 'Glenville', 397569400, -768152800, 0),
(59402, 2565, 230, 'Gouldsboro', 412444400, -754558300, 0),
(59403, 2565, 230, 'Grampian', 409995460, -786042580, 0),
(59404, 2565, 230, 'Grantham', 401563900, -769963900, 0),
(59405, 2565, 230, 'Grantley', 399403800, -767291300, 0),
(59406, 2565, 230, 'Grantville', 403972200, -766547200, 0),
(59407, 2565, 230, 'Granville Summit', 416679390, -767187970, 0),
(59408, 2565, 230, 'Great Bend', 419732120, -757452210, 0),
(59409, 2565, 230, 'Green Lane', 403372200, -754691700, 0),
(59410, 2565, 230, 'Green Tree', 404117400, -800456100, 0),
(59411, 2565, 230, 'Greencastle', 397903700, -777277700, 0),
(59412, 2565, 230, 'Greensboro', 398153240, -799500910, 0),
(59413, 2565, 230, 'Greensburg', 403014600, -795389300, 0),
(59414, 2565, 230, 'Greentown', 413216700, -753055600, 0),
(59415, 2565, 230, 'Greenville', 414045000, -803911800, 0),
(59416, 2565, 230, 'Greenwood', 405359000, -783575100, 0),
(59417, 2565, 230, 'Grove City', 411578400, -800886700, 0),
(59418, 2565, 230, 'Guys Mills', 416308300, -799763900, 0),
(59419, 2565, 230, 'Gwynedd', 402043800, -752513400, 0),
(59420, 2565, 230, 'Gwynedd Valley', 401829080, -752592290, 0),
(59421, 2565, 230, 'Halfway House', 402820400, -756432400, 0),
(59422, 2565, 230, 'Halifax', 404675000, -769311100, 0),
(59423, 2565, 230, 'Hallam', 400048200, -766041300, 0),
(59424, 2565, 230, 'Hallstead', 419611900, -757432400, 0),
(59425, 2565, 230, 'Hamburg', 405556500, -759818800, 0),
(59426, 2565, 230, 'Hamilton', 409212790, -790946310, 0),
(59427, 2565, 230, 'Hanover', 397966200, -770014200, 0),
(59428, 2565, 230, 'Harborcreek', 421712630, -799407170, 0),
(59429, 2565, 230, 'Harleysville', 402660990, -753857480, 0),
(59430, 2565, 230, 'Harmony', 408027800, -801277800, 0),
(59431, 2565, 230, 'Harrisburg', 402737000, -768844200, 0),
(59432, 2565, 230, 'Harrison City', 403547200, -796502800, 0),
(59433, 2565, 230, 'Harrisville', 411361020, -800045450, 0),
(59434, 2565, 230, 'Hartstown', 415523330, -804383080, 0),
(59435, 2565, 230, 'Harveys Lake', 413834100, -760246500, 0),
(59436, 2565, 230, 'Hastings', 406650700, -787122500, 0),
(59437, 2565, 230, 'Hatboro', 401742800, -751068400, 0),
(59438, 2565, 230, 'Hatfield', 402798300, -752993400, 0),
(59439, 2565, 230, 'Haverford', 400130600, -752944400, 0),
(59440, 2565, 230, 'Havertown', 399808300, -753086100, 0),
(59441, 2565, 230, 'Hawley', 414759200, -751821200, 0),
(59442, 2565, 230, 'Hazleton', 409584200, -759746500, 0),
(59443, 2565, 230, 'Hegins', 406552780, -764469440, 0),
(59444, 2565, 230, 'Hellertown', 405795400, -753407300, 0),
(59445, 2565, 230, 'Hendersonville', 402991670, -801525000, 0),
(59446, 2565, 230, 'Henryville', 410783890, -752816680, 0),
(59447, 2565, 230, 'Hereford', 404116120, -757608580, 0),
(59448, 2565, 230, 'Herman', 408371400, -798115470, 0),
(59449, 2565, 230, 'Hermitage', 412299600, -804405000, 0),
(59450, 2565, 230, 'Herndon', 407041700, -768433300, 0),
(59451, 2565, 230, 'Hershey', 402859200, -766502500, 0),
(59452, 2565, 230, 'Hickory', 403330000, -802997000, 0),
(59453, 2565, 230, 'Highspire', 402109200, -767910800, 0),
(59454, 2565, 230, 'Hilldale', 412892500, -758363100, 0),
(59455, 2565, 230, 'Hiller', 400103500, -799008800, 0),
(59456, 2565, 230, 'Hillsgrove', 414335710, -767106980, 0),
(59457, 2565, 230, 'Holbrook', 398442210, -803419960, 0),
(59458, 2565, 230, 'Hollidaysburg', 404272900, -783889000, 0),
(59459, 2565, 230, 'Hollsopple', 402005600, -789277800, 0),
(59460, 2565, 230, 'Holtwood', 398319400, -763275000, 0),
(59461, 2565, 230, 'Home', 407503410, -791464300, 0),
(59462, 2565, 230, 'Homeacre-Lyndora', 408720600, -799206000, 0),
(59463, 2565, 230, 'Homer City', 405259200, -791621400, 0),
(59464, 2565, 230, 'Homestead', 403941640, -799046320, 0),
(59465, 2565, 230, 'Honesdale', 415767600, -752587900, 0),
(59466, 2565, 230, 'Honey Brook', 400942700, -759113300, 0),
(59467, 2565, 230, 'Hookstown', 405988900, -804741700, 0),
(59468, 2565, 230, 'Hooversville', 401491700, -789141700, 0),
(59469, 2565, 230, 'Hop Bottom', 416948690, -758044960, 0),
(59470, 2565, 230, 'Hopewell', 401105750, -783026620, 0),
(59471, 2565, 230, 'Hopwood', 398770200, -797019900, 0),
(59472, 2565, 230, 'Horsham', 401818400, -751515170, 0),
(59473, 2565, 230, 'Houston', 402464600, -802114500, 0),
(59474, 2565, 230, 'Houtzdale', 408261100, -783516700, 0),
(59475, 2565, 230, 'Howard', 410138900, -776547200, 0),
(59476, 2565, 230, 'Hughesville', 412411900, -767238500, 0),
(59477, 2565, 230, 'Hulmeville', 401431700, -749110000, 0),
(59478, 2565, 230, 'Hummels Wharf', 408317500, -768358000, 0),
(59479, 2565, 230, 'Hummelstown', 402775800, -767088000, 0),
(59480, 2565, 230, 'Hunker', 402025100, -795868210, 0),
(59481, 2565, 230, 'Hunlock Creek', 412245500, -760136000, 0),
(59482, 2565, 230, 'Huntingdon', 404848000, -780102800, 0),
(59483, 2565, 230, 'Huntingdon Valley', 401166670, -750497200, 0),
(59484, 2565, 230, 'Hutchinson', 402259680, -797333600, 0),
(59485, 2565, 230, 'Hyde Park', 403773200, -759252100, 0),
(59486, 2565, 230, 'Hyndman', 398211100, -787213900, 0),
(59487, 2565, 230, 'Ickesburg', 404329500, -773520950, 0),
(59488, 2565, 230, 'Imperial', 404495100, -802445000, 0),
(59489, 2565, 230, 'Indiana', 406206760, -791585480, 0),
(59490, 2565, 230, 'Indianola', 405669000, -798689000, 0),
(59491, 2565, 230, 'Industry', 402645100, -797922700, 0),
(59492, 2565, 230, 'Ingomar', 405844900, -800558710, 0),
(59493, 2565, 230, 'Ingram', 404461800, -800675600, 0),
(59494, 2565, 230, 'Irvine', 418446000, -792720000, 0),
(59495, 2565, 230, 'Irwin', 403245100, -797011500, 0),
(59496, 2565, 230, 'Ivyland', 402078900, -750726700, 0),
(59497, 2565, 230, 'Jackson', 418698780, -756102500, 0),
(59498, 2565, 230, 'Jackson Center', 412708300, -801433300, 0),
(59499, 2565, 230, 'Jacobus', 398831600, -767105200, 0),
(59500, 2565, 230, 'Jamestown', 414863900, -804383300, 0),
(59501, 2565, 230, 'Jamison', 402527720, -750848860, 0),
(59502, 2565, 230, 'Jeannette', 403281200, -796153200, 0),
(59503, 2565, 230, 'Jefferson', 399185450, -800568220, 0),
(59504, 2565, 230, 'Jefferson Hills', 402911800, -799319900, 0),
(59505, 2565, 230, 'Jenkintown', 400959400, -751251700, 0),
(59506, 2565, 230, 'Jennerstown', 401596800, -790666200, 0),
(59507, 2565, 230, 'Jermyn', 415366490, -755392710, 0),
(59508, 2565, 230, 'Jerome', 402079220, -789898470, 0),
(59509, 2565, 230, 'Jersey Shore', 412020200, -772644200, 0),
(59510, 2565, 230, 'Jessup', 414686900, -755621300, 0),
(59511, 2565, 230, 'Jim Thorpe', 408759200, -757324100, 0),
(59512, 2565, 230, 'Johnsonburg', 408861800, -788778100, 0),
(59513, 2565, 230, 'Johnstown', 403267400, -789219700, 0),
(59514, 2565, 230, 'Jonestown', 404137000, -764783000, 0),
(59515, 2565, 230, 'Julian', 408633300, -779405600, 0),
(59516, 2565, 230, 'Kane', 416628400, -788111400, 0),
(59517, 2565, 230, 'Karns City', 409950000, -797258300, 0),
(59518, 2565, 230, 'Kempton', 406261100, -758525000, 0),
(59519, 2565, 230, 'Kenilworth', 402314900, -756340800, 0),
(59520, 2565, 230, 'Kennerdell', 412835510, -797469490, 0),
(59521, 2565, 230, 'Kennett Square', 398467800, -757116000, 0),
(59522, 2565, 230, 'Kimberton', 401348210, -755834040, 0),
(59523, 2565, 230, 'King of Prussia', 400892700, -753960200, 0),
(59524, 2565, 230, 'Kingsley', 417682980, -757818970, 0),
(59525, 2565, 230, 'Kingston', 412617500, -758968600, 0),
(59526, 2565, 230, 'Kintnersville', 405087610, -752375700, 0),
(59527, 2565, 230, 'Kinzers', 400062200, -760457010, 0),
(59528, 2565, 230, 'Kirkwood', 398497220, -760849600, 0),
(59529, 2565, 230, 'Kittanning', 408194720, -795265230, 0),
(59530, 2565, 230, 'Klingerstown', 406608300, -766936100, 0),
(59531, 2565, 230, 'Knox', 412361500, -795414370, 0),
(59532, 2565, 230, 'Koppel', 408335680, -803246440, 0),
(59533, 2565, 230, 'Kreamer', 408030560, -769641670, 0),
(59534, 2565, 230, 'Kresgeville', 408969400, -755030600, 0),
(59535, 2565, 230, 'Kulpmont', 407934200, -764724500, 0),
(59536, 2565, 230, 'Kulpsville', 402428800, -753365600, 0),
(59537, 2565, 230, 'Kunkletown', 408477800, -754483300, 0),
(59538, 2565, 230, 'Kutztown', 405173200, -757774200, 0),
(59539, 2565, 230, 'Kylertown', 409937300, -781680300, 0),
(59540, 2565, 230, 'La Jose', 408163480, -786284810, 0),
(59541, 2565, 230, 'Lackawaxen', 415099320, -750757940, 0),
(59542, 2565, 230, 'Lafayette Hill', 400805600, -752552800, 0),
(59543, 2565, 230, 'Laflin', 412889700, -758054700, 0),
(59544, 2565, 230, 'Lahaska', 403558300, -750431180, 0),
(59545, 2565, 230, 'Lake Ariel', 414538900, -753827800, 0),
(59546, 2565, 230, 'Lake City', 420142200, -803453400, 0),
(59547, 2565, 230, 'Lake Harmony', 410600000, -755925000, 0),
(59548, 2565, 230, 'Lake Heritage', 398095400, -771838700, 0),
(59549, 2565, 230, 'Lakemont', 404728500, -783883500, 0),
(59550, 2565, 230, 'Lakeville', 414758330, -751825000, 0),
(59551, 2565, 230, 'Lakewood', 418139660, -753688860, 0),
(59552, 2565, 230, 'Lamartine', 412225000, -796341670, 0),
(59553, 2565, 230, 'Lampeter', 399901000, -762396800, 0),
(59554, 2565, 230, 'Lancaster', 400614000, -763220400, 0),
(59555, 2565, 230, 'Landenberg', 397772200, -757713900, 0),
(59556, 2565, 230, 'Landisville', 401003430, -764272340, 0),
(59557, 2565, 230, 'Langhorne', 401642900, -749422880, 0),
(59558, 2565, 230, 'Lansdale', 402374830, -752913680, 0),
(59559, 2565, 230, 'Lansdowne', 399381700, -752718500, 0),
(59560, 2565, 230, 'Lansford', 408317600, -758824200, 0),
(59561, 2565, 230, 'Larimer', 403418000, -797231000, 0),
(59562, 2565, 230, 'Larksville', 412450800, -759307500, 0),
(59563, 2565, 230, 'Latrobe', 403082350, -793868970, 0),
(59564, 2565, 230, 'Laureldale', 403881500, -759179800, 0),
(59565, 2565, 230, 'Laurys Station', 407231500, -755301800, 0),
(59566, 2565, 230, 'Lawn', 402199800, -765394200, 0),
(59567, 2565, 230, 'Lawnton', 402584200, -768038600, 0),
(59568, 2565, 230, 'Lawrence', 403057250, -801276210, 0),
(59569, 2565, 230, 'Lawrence Park', 421522800, -800231100, 0),
(59570, 2565, 230, 'Lawrenceville', 419958300, -771291700, 0),
(59571, 2565, 230, 'Lawson Heights', 402917400, -793892000, 0),
(59572, 2565, 230, 'Lebanon', 403350910, -764245690, 0),
(59573, 2565, 230, 'Leechburg', 406304900, -796027130, 0),
(59574, 2565, 230, 'Leeper', 413607040, -792956020, 0),
(59575, 2565, 230, 'Leesport', 404470400, -759663200, 0),
(59576, 2565, 230, 'Leetsdale', 405631200, -802083900, 0),
(59577, 2565, 230, 'Lehigh Valley', 406439790, -754350830, 0),
(59578, 2565, 230, 'Lehighton', 408337000, -757138000, 0),
(59579, 2565, 230, 'Lehman', 413169000, -760227000, 0),
(59580, 2565, 230, 'Leisenring', 399983950, -796410970, 0),
(59581, 2565, 230, 'Leith-Hatfield', 398774400, -797313300, 0),
(59582, 2565, 230, 'Lemont Furnace', 399229000, -797875000, 0),
(59583, 2565, 230, 'Lemoyne', 402412000, -768941400, 0),
(59584, 2565, 230, 'Lenhartsville', 405717000, -758491800, 0),
(59585, 2565, 230, 'Leola', 400895330, -761849210, 0),
(59586, 2565, 230, 'Levittown', 401551100, -748287700, 0),
(59587, 2565, 230, 'Lewisberry', 401352800, -768605600, 0),
(59588, 2565, 230, 'Lewisburg', 409645300, -768844100, 0),
(59589, 2565, 230, 'Lewistown', 406038640, -775717990, 0),
(59590, 2565, 230, 'Lewisville', 397225000, -758752780, 0),
(59591, 2565, 230, 'Liberty', 403253500, -798561600, 0),
(59592, 2565, 230, 'Light Street', 410362000, -764235600, 0),
(59593, 2565, 230, 'Ligonier', 402431300, -792375300, 0),
(59594, 2565, 230, 'Lilly', 404250000, -786205600, 0),
(59595, 2565, 230, 'Lima', 399173300, -754404700, 0),
(59596, 2565, 230, 'Limeport', 405088200, -754474800, 0),
(59597, 2565, 230, 'Limerick', 402309300, -755221200, 0),
(59598, 2565, 230, 'Lincoln University', 398083300, -759277800, 0),
(59599, 2565, 230, 'Line Lexington', 402937620, -752590720, 0),
(59600, 2565, 230, 'Linesville', 416561700, -804239600, 0),
(59601, 2565, 230, 'Linglestown', 403339800, -767891400, 0),
(59602, 2565, 230, 'Linntown', 409589700, -768991300, 0),
(59603, 2565, 230, 'Linwood', 398265000, -754254700, 0),
(59604, 2565, 230, 'Lionville', 400536000, -756601800, 0),
(59605, 2565, 230, 'Lititz', 401573200, -763069000, 0),
(59606, 2565, 230, 'Littlestown', 397445400, -770880400, 0),
(59607, 2565, 230, 'Liverpool', 405764690, -769888570, 0),
(59608, 2565, 230, 'Lock Haven', 411370100, -774469300, 0),
(59609, 2565, 230, 'Locustdale', 406917860, -762605430, 0),
(59610, 2565, 230, 'Loganton', 410375000, -773083330, 0),
(59611, 2565, 230, 'Loganville', 398556600, -767074700, 0),
(59612, 2565, 230, 'Long Pond', 410533300, -754630600, 0),
(59613, 2565, 230, 'Lorane', 402884300, -758546500, 0),
(59614, 2565, 230, 'Loretto', 405031300, -786303000, 0),
(59615, 2565, 230, 'Lower Burrell', 405531200, -797572700, 0),
(59616, 2565, 230, 'Loyalhanna', 403225700, -793622600, 0),
(59617, 2565, 230, 'Loyalsock', 412497220, -769663890, 0),
(59618, 2565, 230, 'Loysville', 403673290, -774382250, 0),
(59619, 2565, 230, 'Lucinda', 413118240, -793830480, 0),
(59620, 2565, 230, 'Luzerne', 412856400, -759010300, 0),
(59621, 2565, 230, 'Lykens', 405667500, -767005200, 0),
(59622, 2565, 230, 'Lyndell', 400605430, -757514850, 0),
(59623, 2565, 230, 'Lyndora', 408521940, -799155530, 0),
(59624, 2565, 230, 'Macungie', 405159300, -755551900, 0),
(59625, 2565, 230, 'Madera', 408285690, -784405270, 0),
(59626, 2565, 230, 'Mahanoy City', 408125900, -761416000, 0),
(59627, 2565, 230, 'Mainesburg', 417870700, -769611920, 0),
(59628, 2565, 230, 'Malvern', 400413600, -755370600, 0),
(59629, 2565, 230, 'Mammoth', 403230880, -796714080, 0),
(59630, 2565, 230, 'Manchester', 400631500, -767183000, 0),
(59631, 2565, 230, 'Manheim', 401634300, -763949600, 0),
(59632, 2565, 230, 'Manor', 403340550, -796662350, 0),
(59633, 2565, 230, 'Mansfield', 418073000, -770774700, 0),
(59634, 2565, 230, 'Maple Glen', 401792800, -751804500, 0),
(59635, 2565, 230, 'Mapleton Depot', 403843200, -779698800, 0),
(59636, 2565, 230, 'Mar Lin', 406792040, -762427860, 0),
(59637, 2565, 230, 'Marcus Hook', 398192800, -754185300, 0),
(59638, 2565, 230, 'Marienville', 414709260, -791264130, 0),
(59639, 2565, 230, 'Marietta', 400614290, -765593100, 0),
(59640, 2565, 230, 'Marion', 398583830, -776988720, 0),
(59641, 2565, 230, 'Marion Center', 407852340, -790305060, 0),
(59642, 2565, 230, 'Markleysburg', 397372200, -794530600, 0),
(59643, 2565, 230, 'Mars', 406959000, -800117300, 0),
(59644, 2565, 230, 'Martinsburg', 403111900, -783241800, 0),
(59645, 2565, 230, 'Marysville', 403425900, -769299700, 0),
(59646, 2565, 230, 'Masontown', 398467400, -798997800, 0),
(59647, 2565, 230, 'Matamoras', 413687000, -747001600, 0),
(59648, 2565, 230, 'Mather', 399368240, -800750320, 0),
(59649, 2565, 230, 'McAdoo', 409100900, -759913200, 0),
(59650, 2565, 230, 'McAlisterville', 406468200, -772645200, 0),
(59651, 2565, 230, 'McClure', 407083200, -773637000, 0),
(59652, 2565, 230, 'McConnellsburg', 399569400, -779636400, 0),
(59653, 2565, 230, 'McDonald', 403638580, -802323780, 0),
(59654, 2565, 230, 'McEwensville', 410719100, -768189280, 0),
(59655, 2565, 230, 'McKean', 419988900, -801455600, 0),
(59656, 2565, 230, 'McKees Rocks', 404656200, -800656100, 0),
(59657, 2565, 230, 'McKeesport', 403414540, -798443390, 0),
(59658, 2565, 230, 'McMurray', 402778500, -800839400, 0),
(59659, 2565, 230, 'McSherrystown', 398048540, -770195750, 0),
(59660, 2565, 230, 'McVeytown', 404972630, -777408830, 0),
(59661, 2565, 230, 'Meadow Lands', 402168580, -802284880, 0),
(59662, 2565, 230, 'Meadowood', 408420100, -798939400, 0),
(59663, 2565, 230, 'Meadville', 416414400, -801514500, 0),
(59664, 2565, 230, 'Mechanicsburg', 402142600, -770085900, 0),
(59665, 2565, 230, 'Mechanicsville', 409664800, -765866200, 0),
(59666, 2565, 230, 'Media', 399167800, -753876900, 0),
(59667, 2565, 230, 'Mehoopany', 414924170, -761558930, 0),
(59668, 2565, 230, 'Mendenhall', 398538890, -756416670, 0),
(59669, 2565, 230, 'Mercer', 412270000, -802397900, 0),
(59670, 2565, 230, 'Mercersburg', 398278700, -779033300, 0),
(59671, 2565, 230, 'Meridian', 408484000, -799620000, 0),
(59672, 2565, 230, 'Merion Station', 399933300, -752511100, 0),
(59673, 2565, 230, 'Merrittstown', 399644740, -798772790, 0),
(59674, 2565, 230, 'Mertztown', 405058300, -756655600, 0),
(59675, 2565, 230, 'Mexico', 405375000, -773536200, 0),
(59676, 2565, 230, 'Meyersdale', 398098570, -790295880, 0),
(59677, 2565, 230, 'Middleburg', 407859200, -770472000, 0),
(59678, 2565, 230, 'Middlebury Center', 418666670, -772830600, 0),
(59679, 2565, 230, 'Middleport', 407279020, -760855940, 0),
(59680, 2565, 230, 'Middletown', 402027000, -767302200, 0),
(59681, 2565, 230, 'Midland', 402589600, -802181100, 0),
(59682, 2565, 230, 'Midway', 398084300, -770027600, 0),
(59683, 2565, 230, 'Mifflin', 405692740, -774049070, 0),
(59684, 2565, 230, 'Mifflinburg', 409175800, -770477500, 0),
(59685, 2565, 230, 'Mifflintown', 405698000, -773969300, 0),
(59686, 2565, 230, 'Mifflinville', 410323100, -763079900, 0),
(59687, 2565, 230, 'Milan', 418965380, -765362420, 0),
(59688, 2565, 230, 'Milanville', 416551780, -750829040, 0),
(59689, 2565, 230, 'Milesburg', 409417300, -777850000, 0),
(59690, 2565, 230, 'Milford', 413223200, -748023900, 0),
(59691, 2565, 230, 'Milford Square', 404332300, -753973560, 0),
(59692, 2565, 230, 'Mill Hall', 411072900, -774844300, 0),
(59693, 2565, 230, 'Mill Village', 418729420, -799687340, 0),
(59694, 2565, 230, 'Millbourne', 399634500, -752501800, 0),
(59695, 2565, 230, 'Millersburg', 405395300, -769608100, 0),
(59696, 2565, 230, 'Millersville', 399978800, -763541300, 0),
(59697, 2565, 230, 'Millheim', 408921410, -774756250, 0),
(59698, 2565, 230, 'Millmont', 408644890, -772397360, 0),
(59699, 2565, 230, 'Millvale', 404800700, -799783900, 0),
(59700, 2565, 230, 'Millville', 411227800, -765277800, 0),
(59701, 2565, 230, 'Milnesville', 409895490, -759836440, 0),
(59702, 2565, 230, 'Milroy', 407139600, -775905500, 0),
(59703, 2565, 230, 'Milton', 410120300, -768477400, 0),
(59704, 2565, 230, 'Mineral Point', 403950820, -788552640, 0),
(59705, 2565, 230, 'Minersville', 406906500, -762621700, 0),
(59706, 2565, 230, 'Mingoville', 409123900, -777782400, 0),
(59707, 2565, 230, 'Mohnton', 402859300, -759843800, 0),
(59708, 2565, 230, 'Monaca', 406872900, -802714500, 0),
(59709, 2565, 230, 'Monessen', 401484100, -798878300, 0),
(59710, 2565, 230, 'Monongahela', 402031300, -799261600, 0),
(59711, 2565, 230, 'Monroeton', 417114940, -764747800, 0),
(59712, 2565, 230, 'Monroeville', 404260700, -797631070, 0),
(59713, 2565, 230, 'Mont Clare', 401377800, -755041800, 0),
(59714, 2565, 230, 'Montgomery', 411703600, -768769100, 0),
(59715, 2565, 230, 'Montgomeryville', 402480260, -752437610, 0),
(59716, 2565, 230, 'Montoursville', 412553400, -769245990, 0),
(59717, 2565, 230, 'Montrose', 418339700, -758771400, 0),
(59718, 2565, 230, 'Moon', 405133330, -802100000, 0),
(59719, 2565, 230, 'Moosic', 413534100, -757382500, 0),
(59720, 2565, 230, 'Morgantown', 401550000, -758900000, 0),
(59721, 2565, 230, 'Morris', 415444440, -772858330, 0),
(59722, 2565, 230, 'Morrisdale', 410158390, -782237950, 0),
(59723, 2565, 230, 'Morrisville', 402024000, -748309800, 0),
(59724, 2565, 230, 'Morton', 399082200, -753236400, 0),
(59725, 2565, 230, 'Moscow', 413367500, -755185200, 0),
(59726, 2565, 230, 'Mount Bethel', 408940660, -751119900, 0),
(59727, 2565, 230, 'Mount Braddock', 399406400, -796461100, 0),
(59728, 2565, 230, 'Mount Carmel', 407970300, -764119000, 0),
(59729, 2565, 230, 'Mount Gretna', 402472190, -764697020, 0),
(59730, 2565, 230, 'Mount Holly Springs', 401184200, -771899800, 0),
(59731, 2565, 230, 'Mount Joy', 401098200, -765033000, 0),
(59732, 2565, 230, 'Mount Lebanon', 403553500, -800495000, 0),
(59733, 2565, 230, 'Mount Morris', 397456200, -800928000, 0),
(59734, 2565, 230, 'Mount Oliver', 404142400, -799878300, 0),
(59735, 2565, 230, 'Mount Penn', 403281500, -758907600, 0),
(59736, 2565, 230, 'Mount Pleasant', 401489600, -795411500, 0),
(59737, 2565, 230, 'Mount Pleasant Mills', 407236100, -770172200, 0),
(59738, 2565, 230, 'Mount Pocono', 411220300, -753646300, 0),
(59739, 2565, 230, 'Mount Union', 403845200, -778822200, 0),
(59740, 2565, 230, 'Mount Wolf', 400631500, -767038600, 0),
(59741, 2565, 230, 'Mountain Top', 411695300, -758774200, 0),
(59742, 2565, 230, 'Mountville', 400392600, -764308000, 0),
(59743, 2565, 230, 'Muncy', 412056400, -767855200, 0),
(59744, 2565, 230, 'Muncy Valley', 413716590, -764994010, 0),
(59745, 2565, 230, 'Murrysville', 404478090, -796800940, 0),
(59746, 2565, 230, 'Myerstown', 403745400, -763027300, 0),
(59747, 2565, 230, 'Nanticoke', 412053600, -760049200, 0),
(59748, 2565, 230, 'Nanty Glo', 404722900, -788333600, 0),
(59749, 2565, 230, 'Narberth', 400084500, -752604600, 0),
(59750, 2565, 230, 'Narvon', 401330560, -759650000, 0),
(59751, 2565, 230, 'Natrona Heights', 406233300, -797297200, 0),
(59752, 2565, 230, 'Nazareth', 407403800, -753096200, 0),
(59753, 2565, 230, 'Needmore', 398460000, -781450000, 0),
(59754, 2565, 230, 'Neffs', 406965520, -756100640, 0),
(59755, 2565, 230, 'Nescopeck', 410523520, -762157200, 0),
(59756, 2565, 230, 'Nesquehoning', 408645300, -758110300, 0),
(59757, 2565, 230, 'New Albany', 416014270, -764421360, 0),
(59758, 2565, 230, 'New Alexandria', 403972200, -794236100, 0),
(59759, 2565, 230, 'New Bethlehem', 410038250, -793300910, 0),
(59760, 2565, 230, 'New Bloomfield', 404198100, -771863700, 0),
(59761, 2565, 230, 'New Brighton', 407303400, -803100600, 0),
(59762, 2565, 230, 'New Britain', 402990000, -751810100, 0),
(59763, 2565, 230, 'New Castle', 410325210, -803431500, 0),
(59764, 2565, 230, 'New Castle Northwest', 410220800, -803568200, 0),
(59765, 2565, 230, 'New Cumberland', 402323100, -768847000, 0),
(59766, 2565, 230, 'New Eagle', 402078500, -799469900, 0),
(59767, 2565, 230, 'New Enterprise', 401917350, -784241560, 0),
(59768, 2565, 230, 'New Florence', 403797200, -790747200, 0),
(59769, 2565, 230, 'New Freedom', 397378800, -767013600, 0),
(59770, 2565, 230, 'New Hanover', 403252780, -755480560, 0),
(59771, 2565, 230, 'New Holland', 401017600, -760852300, 0),
(59772, 2565, 230, 'New Hope', 403546620, -749929650, 0),
(59773, 2565, 230, 'New Kensington', 405754960, -797223540, 0),
(59774, 2565, 230, 'New Kingstown', 402728780, -769862460, 0),
(59775, 2565, 230, 'New Milford', 418763900, -757263900, 0),
(59776, 2565, 230, 'New Oxford', 398637100, -770558100, 0),
(59777, 2565, 230, 'New Paris', 401075000, -786444400, 0),
(59778, 2565, 230, 'New Park', 397519200, -764956800, 0),
(59779, 2565, 230, 'New Providence', 399263890, -762525000, 0),
(59780, 2565, 230, 'New Ringgold', 406869400, -759980600, 0),
(59781, 2565, 230, 'New Salem', 399025000, -767930600, 0),
(59782, 2565, 230, 'New Stanton', 402192400, -796094800, 0),
(59783, 2565, 230, 'New Tripoli', 406808300, -757519400, 0),
(59784, 2565, 230, 'New Wilmington', 411222000, -803329800, 0),
(59785, 2565, 230, 'Newburg', 401162790, -776030180, 0),
(59786, 2565, 230, 'Newmanstown', 403495400, -762132800, 0),
(59787, 2565, 230, 'Newport', 404778600, -771305400, 0),
(59788, 2565, 230, 'Newton Hamilton', 403915800, -778372200, 0),
(59789, 2565, 230, 'Newtown', 402292800, -749368300, 0),
(59790, 2565, 230, 'Newtown Grant', 402601100, -749548900, 0),
(59791, 2565, 230, 'Newtown Square', 399834840, -754140060, 0),
(59792, 2565, 230, 'Newville', 401731400, -773986000, 0),
(59793, 2565, 230, 'Nicholson', 416255600, -757833390, 0),
(59794, 2565, 230, 'Normalville', 400286190, -794062760, 0),
(59795, 2565, 230, 'Norristown', 401493000, -753675000, 0),
(59796, 2565, 230, 'North East', 422156100, -798342200, 0),
(59797, 2565, 230, 'North Versailles', 403797900, -798094900, 0),
(59798, 2565, 230, 'North Wales', 402173170, -752565740, 0),
(59799, 2565, 230, 'North York', 399781500, -767330200, 0),
(59800, 2565, 230, 'Northampton', 406862100, -754968500, 0),
(59801, 2565, 230, 'Northern Cambria', 406627680, -787821940, 0),
(59802, 2565, 230, 'Northumberland', 408917500, -767974700, 0),
(59803, 2565, 230, 'Norvelt', 402079800, -794977200, 0),
(59804, 2565, 230, 'Norwood', 398881510, -752982310, 0),
(59805, 2565, 230, 'Nottingham', 397486100, -760186100, 0),
(59806, 2565, 230, 'Noxen', 414168550, -760762430, 0),
(59807, 2565, 230, 'Nuremberg', 409390200, -761881800, 0),
(59808, 2565, 230, 'Oakdale', 409920300, -759202000, 0),
(59809, 2565, 230, 'Oakland', 409897800, -803695100, 0),
(59810, 2565, 230, 'Oakmont', 405193200, -798369160, 0),
(59811, 2565, 230, 'Oaks', 401346350, -754568040, 0),
(59812, 2565, 230, 'Ohioville', 406792300, -804947900, 0),
(59813, 2565, 230, 'Oil City', 414339500, -797064400, 0),
(59814, 2565, 230, 'Olanta', 409047500, -785015200, 0),
(59815, 2565, 230, 'Old Forge', 413711900, -757349100, 0),
(59816, 2565, 230, 'Old Zionsville', 404863200, -755205000, 0),
(59817, 2565, 230, 'Oley', 403875900, -757896400, 0),
(59818, 2565, 230, 'Olyphant', 414684100, -756029700, 0),
(59819, 2565, 230, 'Orangeville', 410786100, -764144400, 0),
(59820, 2565, 230, 'Orefield', 406347200, -755844400, 0),
(59821, 2565, 230, 'Oreland', 401184400, -751776800, 0),
(59822, 2565, 230, 'Orrtanna', 398823560, -773854800, 0),
(59823, 2565, 230, 'Orviston', 410853860, -776591220, 0),
(59824, 2565, 230, 'Orwigsburg', 406548100, -761007700, 0),
(59825, 2565, 230, 'Osceola Mills', 408526810, -782705420, 0),
(59826, 2565, 230, 'Ottsville', 404632000, -751612000, 0),
(59827, 2565, 230, 'Oxford', 397853900, -759788300, 0),
(59828, 2565, 230, 'Palm', 404356000, -755406000, 0),
(59829, 2565, 230, 'Palmdale', 402978700, -766185800, 0),
(59830, 2565, 230, 'Palmer Heights', 406873200, -752624000, 0),
(59831, 2565, 230, 'Palmerton', 408089280, -756183390, 0),
(59832, 2565, 230, 'Palmyra', 402997940, -765876720, 0),
(59833, 2565, 230, 'Palo Alto', 406873100, -761721600, 0),
(59834, 2565, 230, 'Paoli', 400413650, -754866710, 0),
(59835, 2565, 230, 'Paradise', 400098200, -761285700, 0),
(59836, 2565, 230, 'Park Forest Village', 408067300, -779169500, 0),
(59837, 2565, 230, 'Parker', 410941700, -796827800, 0),
(59838, 2565, 230, 'Parkesburg', 399587200, -759193900, 0),
(59839, 2565, 230, 'Patton', 406327860, -786509300, 0),
(59840, 2565, 230, 'Paupack', 413826500, -752200260, 0),
(59841, 2565, 230, 'Paxinos', 408388200, -766387200, 0),
(59842, 2565, 230, 'Paxtang', 402589800, -768319200, 0),
(59843, 2565, 230, 'Paxtonia', 403173100, -767944200, 0),
(59844, 2565, 230, 'Peach Bottom', 397500000, -762267000, 0),
(59845, 2565, 230, 'Peckville', 414762760, -755904040, 0),
(59846, 2565, 230, 'Pen Argyl', 408687100, -752549000, 0),
(59847, 2565, 230, 'Penbrook', 402753700, -768480300, 0),
(59848, 2565, 230, 'Penfield', 410000000, -784700000, 0),
(59849, 2565, 230, 'Penn Hills', 405011800, -798392200, 0),
(59850, 2565, 230, 'Penn Wynne', 399862200, -752754600, 0),
(59851, 2565, 230, 'Penndel', 401520500, -749165600, 0),
(59852, 2565, 230, 'Pennsburg', 403909300, -754921200, 0),
(59853, 2565, 230, 'Pennsylvania Furnace', 407260770, -779452800, 0),
(59854, 2565, 230, 'Pequea', 398880600, -763672200, 0),
(59855, 2565, 230, 'Perkasie', 403720500, -752926800, 0),
(59856, 2565, 230, 'Perkiomenville', 403240000, -754780000, 0),
(59857, 2565, 230, 'Perryopolis', 400870200, -797506000, 0),
(59858, 2565, 230, 'Petrolia', 410180600, -797183300, 0),
(59859, 2565, 230, 'Philadelphia', 399523400, -751637900, 0),
(59860, 2565, 230, 'Philipsburg', 408951240, -782129610, 0),
(59861, 2565, 230, 'Phoenixville', 401139360, -755460420, 0),
(59862, 2565, 230, 'Pillow', 406408200, -768027000, 0),
(59863, 2565, 230, 'Pine Grove', 405484200, -763846800, 0),
(59864, 2565, 230, 'Pine Grove Mills', 407336700, -778855600, 0),
(59865, 2565, 230, 'Pineville', 402952750, -750126630, 0),
(59866, 2565, 230, 'Pipersville', 404166000, -751175000, 0),
(59867, 2565, 230, 'Pitcairn', 404031200, -797781000, 0),
(59868, 2565, 230, 'Pittsburgh', 404475600, -799908600, 0),
(59869, 2565, 230, 'Pittston', 413176250, -757913290, 0),
(59870, 2565, 230, 'Plainfield', 402030560, -772902780, 0),
(59871, 2565, 230, 'Plains', 412753600, -758502000, 0),
(59872, 2565, 230, 'Pleasant Gap', 408681200, -777466700, 0),
(59873, 2565, 230, 'Pleasant Mount', 417339690, -753909540, 0),
(59874, 2565, 230, 'Plum', 405003500, -797494900, 0),
(59875, 2565, 230, 'Plumsteadville', 403873300, -751465600, 0),
(59876, 2565, 230, 'Plymouth', 412403600, -759446400, 0),
(59877, 2565, 230, 'Plymouth Meeting', 401023300, -752743500, 0),
(59878, 2565, 230, 'Pocono Lake', 411529670, -755619070, 0),
(59879, 2565, 230, 'Pocono Pines', 411067500, -754543500, 0),
(59880, 2565, 230, 'Pocono Summit', 411108300, -753858300, 0),
(59881, 2565, 230, 'Pocopson', 399001800, -756261000, 0),
(59882, 2565, 230, 'Point Marion', 397389700, -798986700, 0),
(59883, 2565, 230, 'Point Pleasant', 404226000, -750663000, 0),
(59884, 2565, 230, 'Port Allegany', 418109000, -782797400, 0),
(59885, 2565, 230, 'Port Carbon', 406964800, -761688300, 0),
(59886, 2565, 230, 'Port Matilda', 408003040, -780276860, 0),
(59887, 2565, 230, 'Port Royal', 405208800, -774144000, 0),
(59888, 2565, 230, 'Port Trevorton', 407023200, -769098000, 0),
(59889, 2565, 230, 'Port Vue', 403359000, -798697700, 0),
(59890, 2565, 230, 'Portage', 403886800, -786722400, 0),
(59891, 2565, 230, 'Porters Sideling', 398514740, -768804630, 0),
(59892, 2565, 230, 'Portersville', 409252800, -801441700, 0),
(59893, 2565, 230, 'Pottsgrove', 402648200, -756118500, 0),
(59894, 2565, 230, 'Pottstown', 402453700, -756496300, 0),
(59895, 2565, 230, 'Pottsville', 406856500, -761955000, 0),
(59896, 2565, 230, 'Presto', 403782640, -801220770, 0),
(59897, 2565, 230, 'Pricedale', 401377820, -798565400, 0),
(59898, 2565, 230, 'Progress', 402850900, -768313600, 0),
(59899, 2565, 230, 'Prospect', 409045100, -800464500, 0),
(59900, 2565, 230, 'Prospect Park', 398878900, -753082400, 0),
(59901, 2565, 230, 'Prosperity', 400211000, -802515000, 0),
(59902, 2565, 230, 'Pulaski', 410866860, -804409600, 0),
(59903, 2565, 230, 'Punxsutawney', 409452410, -789757630, 0),
(59904, 2565, 230, 'Quakertown', 404417700, -753415700, 0),
(59905, 2565, 230, 'Quarryville', 398970500, -761635700, 0),
(59906, 2565, 230, 'Quentin', 402800560, -764383980, 0),
(59907, 2565, 230, 'Radnor', 400462200, -753599100, 0),
(59908, 2565, 230, 'Railroad', 397593310, -766973450, 0),
(59909, 2565, 230, 'Reading', 403389710, -759816050, 0),
(59910, 2565, 230, 'Rebuck', 407130530, -767352680, 0),
(59911, 2565, 230, 'Red Lion', 404806500, -756160200, 0),
(59912, 2565, 230, 'Reeders', 409917010, -752779710, 0),
(59913, 2565, 230, 'Reedsville', 406625000, -775958300, 0),
(59914, 2565, 230, 'Reinholds', 402667600, -761155000, 0),
(59915, 2565, 230, 'Renfrew', 408066700, -799647200, 0),
(59916, 2565, 230, 'Rennerdale', 403984000, -801414500, 0),
(59917, 2565, 230, 'Rew', 418965090, -785204100, 0),
(59918, 2565, 230, 'Reynoldsville', 410949670, -788872700, 0),
(59919, 2565, 230, 'Richboro', 402151100, -750107200, 0),
(59920, 2565, 230, 'Richeyville', 400533300, -800019400, 0),
(59921, 2565, 230, 'Richfield', 406883300, -771119400, 0),
(59922, 2565, 230, 'Richland', 403592600, -762582800, 0),
(59923, 2565, 230, 'Richlandtown', 404701000, -753204600, 0),
(59924, 2565, 230, 'Ridgway', 414203400, -787286400, 0),
(59925, 2565, 230, 'Ridley Park', 398812200, -753238000, 0),
(59926, 2565, 230, 'Riegelsville', 405955600, -751955600, 0),
(59927, 2565, 230, 'Rimersburg', 410428800, -795085200, 0),
(59928, 2565, 230, 'Ringtown', 408575000, -762336100, 0),
(59929, 2565, 230, 'River View Park', 403925900, -759588200, 0),
(59930, 2565, 230, 'Riverside', 409553600, -766288500, 0),
(59931, 2565, 230, 'Roaring Branch', 415543840, -768942450, 0),
(59932, 2565, 230, 'Roaring Spring', 403345860, -783971270, 0),
(59933, 2565, 230, 'Robesonia', 403517600, -761343900, 0),
(59934, 2565, 230, 'Robinson', 404162890, -791389030, 0),
(59935, 2565, 230, 'Rochester', 407022900, -802864500, 0),
(59936, 2565, 230, 'Rockledge', 400812200, -750896200, 0),
(59937, 2565, 230, 'Rockton', 410921640, -786341650, 0),
(59938, 2565, 230, 'Rockwood', 399161100, -791558300, 0),
(59939, 2565, 230, 'Rome', 418569400, -763416700, 0),
(59940, 2565, 230, 'Ronco', 398697220, -799205560, 0),
(59941, 2565, 230, 'Ronks', 400261100, -761686100, 0),
(59942, 2565, 230, 'Rosemont', 400233300, -753308300, 0),
(59943, 2565, 230, 'Rossiter', 408931380, -789328320, 0),
(59944, 2565, 230, 'Roulette', 417725840, -781437600, 0),
(59945, 2565, 230, 'Rouzerville', 397357710, -775233090, 0),
(59946, 2565, 230, 'Rowland', 414711000, -750424800, 0),
(59947, 2565, 230, 'Royersford', 401842700, -755379600, 0),
(59948, 2565, 230, 'Ruffs Dale', 401750000, -796080600, 0),
(59949, 2565, 230, 'Rural Ridge', 405863380, -798259980, 0),
(59950, 2565, 230, 'Rural Valley', 407986100, -793158300, 0),
(59951, 2565, 230, 'Rushland', 402636390, -750283310, 0),
(59952, 2565, 230, 'Russell', 419414500, -791350500, 0),
(59953, 2565, 230, 'Russellton', 406114600, -798370000, 0),
(59954, 2565, 230, 'Rutherford', 402689800, -767680300, 0),
(59955, 2565, 230, 'Sacramento', 406438890, -766366670, 0),
(59956, 2565, 230, 'Sadsburyville', 399816670, -758916670, 0),
(59957, 2565, 230, 'Saegertown', 417194400, -801455600, 0),
(59958, 2565, 230, 'Saint Benedict', 406092860, -787368390, 0),
(59959, 2565, 230, 'Saint Clair', 407206500, -761910500, 0),
(59960, 2565, 230, 'Saint Johns', 410315000, -760065500, 0),
(59961, 2565, 230, 'Saint Marys', 414278400, -785608600, 0),
(59962, 2565, 230, 'Saint Peters', 401753320, -757329590, 0),
(59963, 2565, 230, 'Salford', 402982840, -754533750, 0),
(59964, 2565, 230, 'Saltsburg', 404890960, -794482020, 0),
(59965, 2565, 230, 'Salunga', 401009300, -764246900, 0),
(59966, 2565, 230, 'Sanatoga', 402451000, -755951800, 0),
(59967, 2565, 230, 'Sandy', 411078400, -787711400, 0),
(59968, 2565, 230, 'Sandy Lake', 413511100, -800833330, 0),
(59969, 2565, 230, 'Sandy Ridge', 409015490, -780845740, 0),
(59970, 2565, 230, 'Sarver', 407313900, -797458300, 0),
(59971, 2565, 230, 'Sassamansville', 403400580, -755762470, 0),
(59972, 2565, 230, 'Saw Creek', 411125900, -750507300, 0),
(59973, 2565, 230, 'Saxonburg', 407539500, -798100500, 0),
(59974, 2565, 230, 'Saxton', 402144400, -782478480, 0),
(59975, 2565, 230, 'Saylorsburg', 408956500, -753235200, 0),
(59976, 2565, 230, 'Sayre', 419789600, -765155000, 0),
(59977, 2565, 230, 'Scenery Hill', 400858300, -800702800, 0),
(59978, 2565, 230, 'Schaefferstown', 402950000, -762952800, 0),
(59979, 2565, 230, 'Schellsburg', 400486100, -786438900, 0),
(59980, 2565, 230, 'Schlusser', 402417500, -771769300, 0),
(59981, 2565, 230, 'Schnecksville', 406776770, -756071520, 0),
(59982, 2565, 230, 'Schuylkill Haven', 406306500, -761710500, 0),
(59983, 2565, 230, 'Schwenksville', 402562100, -754637900, 0),
(59984, 2565, 230, 'Scotland', 399687000, -775872100, 0),
(59985, 2565, 230, 'Scotrun', 410770500, -753365190, 0),
(59986, 2565, 230, 'Scottdale', 401003500, -795869800, 0),
(59987, 2565, 230, 'Scranton', 414089700, -756624100, 0),
(59988, 2565, 230, 'Selinsgrove', 407989700, -768621900, 0),
(59989, 2565, 230, 'Sellersville', 403539900, -753049000, 0),
(59990, 2565, 230, 'Seneca', 413874390, -797042150, 0),
(59991, 2565, 230, 'Seven Fields', 406917300, -800625600, 0),
(59992, 2565, 230, 'Seven Valleys', 398561100, -767669400, 0),
(59993, 2565, 230, 'Seward', 404037600, -790252200, 0),
(59994, 2565, 230, 'Sewickley', 405364600, -801845000, 0),
(59995, 2565, 230, 'Shade Gap', 401796470, -778662240, 0),
(59996, 2565, 230, 'Shady Grove', 397776440, -776700300, 0),
(59997, 2565, 230, 'Shamokin', 407889700, -765588500, 0),
(59998, 2565, 230, 'Shamokin Dam', 408487000, -768196900, 0),
(59999, 2565, 230, 'Shanksville', 400174120, -789068500, 0),
(60000, 2565, 230, 'Shanor-Northvue', 409104500, -799156200, 0),
(60001, 2565, 230, 'Sharon', 412331100, -804934000, 0),
(60002, 2565, 230, 'Sharon Hill', 399065000, -752715700, 0),
(60003, 2565, 230, 'Sharpsburg', 404945100, -799264400, 0),
(60004, 2565, 230, 'Sharpsville', 412592200, -804720100, 0),
(60005, 2565, 230, 'Shavertown', 413198000, -759379800, 0),
(60006, 2565, 230, 'Shawanese', 413498700, -760490200, 0),
(60007, 2565, 230, 'Shelocta', 406555600, -793019400, 0),
(60008, 2565, 230, 'Shenandoah', 408203700, -762007700, 0),
(60009, 2565, 230, 'Shermans Dale', 403241700, -771733300, 0),
(60010, 2565, 230, 'Shickshinny', 411541700, -761511100, 0),
(60011, 2565, 230, 'Shinglehouse', 419476200, -781662000, 0),
(60012, 2565, 230, 'Shippensburg', 400506500, -775202600, 0),
(60013, 2565, 230, 'Shippenville', 412461270, -794311910, 0),
(60014, 2565, 230, 'Shirleysburg', 402969400, -778747200, 0),
(60015, 2565, 230, 'Shoemakersville', 405009300, -759699300, 0),
(60016, 2565, 230, 'Shrewsbury', 397687100, -766796900, 0),
(60017, 2565, 230, 'Shunk', 415329410, -767456710, 0),
(60018, 2565, 230, 'Sidman', 403300260, -787352360, 0),
(60019, 2565, 230, 'Sigel', 413597310, -789898460, 0),
(60020, 2565, 230, 'Simpson', 415917500, -754851800, 0),
(60021, 2565, 230, 'Sinking Spring', 403273100, -760110500, 0),
(60022, 2565, 230, 'Skippack', 402228800, -753987900, 0),
(60023, 2565, 230, 'Skyline View', 403392600, -767255200, 0),
(60024, 2565, 230, 'Slatington', 407484300, -756118500, 0),
(60025, 2565, 230, 'Slippery Rock', 410639500, -800564500, 0),
(60026, 2565, 230, 'Slovan', 403607000, -804041000, 0),
(60027, 2565, 230, 'Smethport', 418111700, -784447400, 0),
(60028, 2565, 230, 'Smithfield', 397997200, -798083300, 0),
(60029, 2565, 230, 'Smithmill', 407612530, -784003400, 0),
(60030, 2565, 230, 'Smithton', 401436600, -797347200, 0),
(60031, 2565, 230, 'Snow Shoe', 410277800, -779491700, 0),
(60032, 2565, 230, 'Solebury', 403833330, -749969400, 0),
(60033, 2565, 230, 'Somerset', 400147310, -791236230, 0),
(60034, 2565, 230, 'Souderton', 403117700, -753251800, 0),
(60035, 2565, 230, 'South Canaan', 415333330, -754163900, 0),
(60036, 2565, 230, 'South Coatesville', 399742700, -758199500, 0),
(60037, 2565, 230, 'South Fork', 403659340, -787911760, 0),
(60038, 2565, 230, 'South Heights', 405734240, -802374880, 0),
(60039, 2565, 230, 'South Montrose', 417972000, -758916000, 0),
(60040, 2565, 230, 'South Mountain', 398370500, -774769860, 0),
(60041, 2565, 230, 'South Park', 402986400, -799940500, 0),
(60042, 2565, 230, 'South Uniontown', 398928500, -797469900, 0),
(60043, 2565, 230, 'South Waverly', 419975700, -765371700, 0),
(60044, 2565, 230, 'Southampton', 401741700, -750438900, 0),
(60045, 2565, 230, 'Southwest Greensburg', 402911800, -795469800, 0),
(60046, 2565, 230, 'Spangler', 406428500, -787728000, 0),
(60047, 2565, 230, 'Spartansburg', 418219400, -796858300, 0),
(60048, 2565, 230, 'Speers', 401245200, -798797700, 0),
(60049, 2565, 230, 'Spinnerstown', 404389900, -754371200, 0),
(60050, 2565, 230, 'Spring Church', 406219590, -794455920, 0),
(60051, 2565, 230, 'Spring City', 401767700, -755476900, 0),
(60052, 2565, 230, 'Spring Creek', 418448280, -795621460, 0),
(60053, 2565, 230, 'Spring Grove', 398745400, -768658100, 0),
(60054, 2565, 230, 'Spring House', 402108330, -752786110, 0),
(60055, 2565, 230, 'Spring Mills', 408550000, -775691700, 0),
(60056, 2565, 230, 'Spring Mount', 402756600, -754565700, 0),
(60057, 2565, 230, 'Spring Ridge', 403528700, -759899400, 0),
(60058, 2565, 230, 'Spring Run', 401507040, -777434190, 0),
(60059, 2565, 230, 'Springboro', 417989650, -803691510, 0),
(60060, 2565, 230, 'Springfield', 399306700, -753201900, 0),
(60061, 2565, 230, 'Springville', 417106350, -758984140, 0),
(60062, 2565, 230, 'Spry', 399184300, -766849700, 0),
(60063, 2565, 230, 'Stahlstown', 401336350, -792977940, 0),
(60064, 2565, 230, 'Star Junction', 400628640, -797617600, 0),
(60065, 2565, 230, 'Starlight', 419050000, -753311100, 0),
(60066, 2565, 230, 'State College', 407934000, -778600000, 0),
(60067, 2565, 230, 'State Line', 397248200, -777244400, 0),
(60068, 2565, 230, 'Steelton', 402353700, -768413600, 0),
(60069, 2565, 230, 'Sterling', 413570460, -753531640, 0),
(60070, 2565, 230, 'Stevens', 402161100, -761555600, 0),
(60071, 2565, 230, 'Stevensville', 417726780, -761698940, 0),
(60072, 2565, 230, 'Stewartstown', 397537100, -765913600, 0),
(60073, 2565, 230, 'Stiles', 406653700, -755082400, 0),
(60074, 2565, 230, 'Stillwater', 411532380, -763733060, 0),
(60075, 2565, 230, 'Stockdale', 400833330, -798505600, 0),
(60076, 2565, 230, 'Stoneboro', 413392200, -801050600, 0),
(60077, 2565, 230, 'Stony Creek Mills', 403456500, -758699300, 0),
(60078, 2565, 230, 'Stonybrook', 399870400, -766441300, 0),
(60079, 2565, 230, 'Strasburg', 399831600, -761841200, 0),
(60080, 2565, 230, 'Strattanville', 412595520, -792346500, 0),
(60081, 2565, 230, 'Strongstown', 405581160, -789180520, 0),
(60082, 2565, 230, 'Stroudsburg', 409887610, -752246610, 0),
(60083, 2565, 230, 'Sugar Grove', 419822200, -793416700, 0),
(60084, 2565, 230, 'Sugarloaf', 409907900, -760739420, 0),
(60085, 2565, 230, 'Summerdale', 402936100, -769263900, 0),
(60086, 2565, 230, 'Summerhill', 403760160, -787607660, 0),
(60087, 2565, 230, 'Summit Hill', 408248100, -758710300, 0),
(60088, 2565, 230, 'Sumneytown', 403247180, -754542760, 0),
(60089, 2565, 230, 'Sun Valley', 410112000, -754696300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(60090, 2565, 230, 'Sunbury', 408625900, -767944100, 0),
(60091, 2565, 230, 'Susquehanna', 419465100, -756031650, 0),
(60092, 2565, 230, 'Swarthmore', 399020600, -753499100, 0),
(60093, 2565, 230, 'Sweet Valley', 413270390, -761588930, 0),
(60094, 2565, 230, 'Swengel', 409426840, -770751120, 0),
(60095, 2565, 230, 'Swiftwater', 410887500, -753630300, 0),
(60096, 2565, 230, 'Swissvale', 404236800, -798828300, 0),
(60097, 2565, 230, 'Swoyersville', 412917500, -758746400, 0),
(60098, 2565, 230, 'Sylvania', 418050380, -768575230, 0),
(60099, 2565, 230, 'Tafton', 414126970, -751684660, 0),
(60100, 2565, 230, 'Talmage', 401175200, -762132000, 0),
(60101, 2565, 230, 'Tamaqua', 407973100, -759693700, 0),
(60102, 2565, 230, 'Tamiment', 410933330, -750022220, 0),
(60103, 2565, 230, 'Tannersville', 410400900, -753057400, 0),
(60104, 2565, 230, 'Tarentum', 406014600, -797597700, 0),
(60105, 2565, 230, 'Tatamy', 407409300, -752571200, 0),
(60106, 2565, 230, 'Taylor', 413948000, -757065800, 0),
(60107, 2565, 230, 'Telford', 403215150, -753621980, 0),
(60108, 2565, 230, 'Temple', 404087000, -759216000, 0),
(60109, 2565, 230, 'Templeton', 409482370, -794534210, 0),
(60110, 2565, 230, 'Thomasville', 398952800, -768502800, 0),
(60111, 2565, 230, 'Thompsonville', 402909000, -801081100, 0),
(60112, 2565, 230, 'Thorndale', 399928800, -757452200, 0),
(60113, 2565, 230, 'Thornton', 399058810, -755364820, 0),
(60114, 2565, 230, 'Three Springs', 401743800, -779881800, 0),
(60115, 2565, 230, 'Tidioute', 416844400, -794038900, 0),
(60116, 2565, 230, 'Tinicum', 404484400, -751076700, 0),
(60117, 2565, 230, 'Tioga', 419117620, -771459200, 0),
(60118, 2565, 230, 'Tiona', 418468600, -791466200, 0),
(60119, 2565, 230, 'Tionesta', 414943840, -794564330, 0),
(60120, 2565, 230, 'Tipton', 406359000, -782958500, 0),
(60121, 2565, 230, 'Tire Hill', 402685800, -789160800, 0),
(60122, 2565, 230, 'Titusville', 416277450, -796867170, 0),
(60123, 2565, 230, 'Tobyhanna', 411769720, -754161390, 0),
(60124, 2565, 230, 'Topton', 405034300, -757013000, 0),
(60125, 2565, 230, 'Torresdale', 400557000, -749997000, 0),
(60126, 2565, 230, 'Toughkenamon', 398315000, -757574400, 0),
(60127, 2565, 230, 'Towanda', 417675800, -764427200, 0),
(60128, 2565, 230, 'Trafford', 403856200, -797589300, 0),
(60129, 2565, 230, 'Trainer', 398276100, -754143600, 0),
(60130, 2565, 230, 'Transfer', 413301890, -804443910, 0),
(60131, 2565, 230, 'Trappe', 401989900, -754762900, 0),
(60132, 2565, 230, 'Trevose', 401392800, -749810000, 0),
(60133, 2565, 230, 'Trooper', 401498300, -754018500, 0),
(60134, 2565, 230, 'Trout Run', 414228000, -770307000, 0),
(60135, 2565, 230, 'Troy', 409150600, -782164000, 0),
(60136, 2565, 230, 'Tullytown', 401392800, -748146100, 0),
(60137, 2565, 230, 'Tunkhannock', 415386900, -759465900, 0),
(60138, 2565, 230, 'Turbotville', 411025000, -767711100, 0),
(60139, 2565, 230, 'Turtle Creek', 404059000, -798250500, 0),
(60140, 2565, 230, 'Tylersburg', 413847000, -793225200, 0),
(60141, 2565, 230, 'Tyrone', 406706200, -782386200, 0),
(60142, 2565, 230, 'Uledi', 398924560, -797870560, 0),
(60143, 2565, 230, 'Ulster', 418420380, -764742790, 0),
(60144, 2565, 230, 'Ulysses', 418465200, -777097200, 0),
(60145, 2565, 230, 'Union City', 419220260, -798542030, 0),
(60146, 2565, 230, 'Union Dale', 417161100, -754869400, 0),
(60147, 2565, 230, 'Uniontown', 399000800, -797164300, 0),
(60148, 2565, 230, 'Unionville', 399046730, -757301740, 0),
(60149, 2565, 230, 'United', 402183300, -794877800, 0),
(60150, 2565, 230, 'University Park', 408699680, -778339940, 0),
(60151, 2565, 230, 'Upland', 398526100, -753826900, 0),
(60152, 2565, 230, 'Upper Darby', 399583330, -753080560, 0),
(60153, 2565, 230, 'Upper Merion', 400833330, -753497220, 0),
(60154, 2565, 230, 'Upper Saint Clair', 403359000, -800833900, 0),
(60155, 2565, 230, 'Uwchland', 400883300, -756994400, 0),
(60156, 2565, 230, 'Valencia', 406750000, -799886100, 0),
(60157, 2565, 230, 'Valley Forge', 400969400, -754700000, 0),
(60158, 2565, 230, 'Valley Green', 401573100, -767927500, 0),
(60159, 2565, 230, 'Valley View', 406459200, -765391300, 0),
(60160, 2565, 230, 'Vanderbilt', 400341700, -796638900, 0),
(60161, 2565, 230, 'Vandergrift', 406028400, -795647700, 0),
(60162, 2565, 230, 'Venetia', 402708130, -800597670, 0),
(60163, 2565, 230, 'Venus', 413723130, -795083280, 0),
(60164, 2565, 230, 'Verona', 405064600, -798431000, 0),
(60165, 2565, 230, 'Vicksburg', 409386110, -769883330, 0),
(60166, 2565, 230, 'Village Green-Green Ridge', 398636300, -754254800, 0),
(60167, 2565, 230, 'Village Shires', 402031600, -749704500, 0),
(60168, 2565, 230, 'Villanova', 400372200, -753491700, 0),
(60169, 2565, 230, 'Vowinckel', 413703000, -792583800, 0),
(60170, 2565, 230, 'Wagontown', 400217240, -758244850, 0),
(60171, 2565, 230, 'Wallingford', 398908330, -753630560, 0),
(60172, 2565, 230, 'Walnut Bottom', 401058300, -775260700, 0),
(60173, 2565, 230, 'Walnutport', 407542600, -755988000, 0),
(60174, 2565, 230, 'Wapwallopen', 411305600, -762194400, 0),
(60175, 2565, 230, 'Warfordsburg', 397516700, -781875000, 0),
(60176, 2565, 230, 'Warminster', 402186300, -750733700, 0),
(60177, 2565, 230, 'Warminster Heights', 401870500, -750815600, 0),
(60178, 2565, 230, 'Warren', 418439500, -791450400, 0),
(60179, 2565, 230, 'Warrendale', 406597000, -800824000, 0),
(60180, 2565, 230, 'Warrington', 402409860, -751314590, 0),
(60181, 2565, 230, 'Warriors Mark', 407343540, -780837380, 0),
(60182, 2565, 230, 'Washington', 401739600, -802461700, 0),
(60183, 2565, 230, 'Washington Crossing', 402924900, -748836140, 0),
(60184, 2565, 230, 'Waterfall', 400771240, -780535090, 0),
(60185, 2565, 230, 'Waterford', 402545200, -791675300, 0),
(60186, 2565, 230, 'Waterville', 413278800, -773518800, 0),
(60187, 2565, 230, 'Watsontown', 410845300, -768638500, 0),
(60188, 2565, 230, 'Wattsburg', 420027800, -798094400, 0),
(60189, 2565, 230, 'Waymart', 415803600, -754082400, 0),
(60190, 2565, 230, 'Wayne', 400365710, -753801260, 0),
(60191, 2565, 230, 'Waynesboro', 397559300, -775777700, 0),
(60192, 2565, 230, 'Waynesburg', 398979160, -801746210, 0),
(60193, 2565, 230, 'Weatherly', 409417500, -758296400, 0),
(60194, 2565, 230, 'Webster', 401850000, -798488890, 0),
(60195, 2565, 230, 'Weigelstown', 399837100, -768224700, 0),
(60196, 2565, 230, 'Weissport East', 408369700, -756864300, 0),
(60197, 2565, 230, 'Wells Tannery', 400898090, -781406750, 0),
(60198, 2565, 230, 'Wellsboro', 417775000, -773097220, 0),
(60199, 2565, 230, 'Wellsville', 400502800, -769405600, 0),
(60200, 2565, 230, 'Wendel', 402927980, -796872480, 0),
(60201, 2565, 230, 'Wernersville', 403300900, -760805000, 0),
(60202, 2565, 230, 'Wescosville', 405667600, -755529600, 0),
(60203, 2565, 230, 'Wesleyville', 421403300, -800150600, 0),
(60204, 2565, 230, 'West Alexander', 401041700, -805077800, 0),
(60205, 2565, 230, 'West Chester', 399606600, -756054900, 0),
(60206, 2565, 230, 'West Conshohocken', 400698300, -753163000, 0),
(60207, 2565, 230, 'West Deer', 406283330, -798669440, 0),
(60208, 2565, 230, 'West Elizabeth', 402724240, -798966630, 0),
(60209, 2565, 230, 'West Goshen', 399681600, -755727100, 0),
(60210, 2565, 230, 'West Grove', 398220500, -758274400, 0),
(60211, 2565, 230, 'West Hazleton', 409587000, -759960400, 0),
(60212, 2565, 230, 'West Lawn', 403298100, -759943800, 0),
(60213, 2565, 230, 'West Leisenring', 399547460, -796995210, 0),
(60214, 2565, 230, 'West Middlesex', 411837720, -804512920, 0),
(60215, 2565, 230, 'West Mifflin', 403634000, -798664400, 0),
(60216, 2565, 230, 'West Milton', 410192750, -768703280, 0),
(60217, 2565, 230, 'West Newton', 402097900, -797669900, 0),
(60218, 2565, 230, 'West Pittsburg', 409327780, -803636110, 0),
(60219, 2565, 230, 'West Pittston', 413275800, -757929700, 0),
(60220, 2565, 230, 'West Point', 402081980, -753028860, 0),
(60221, 2565, 230, 'West Reading', 403337000, -759474300, 0),
(60222, 2565, 230, 'West Springfield', 419396970, -804722660, 0),
(60223, 2565, 230, 'West Sunbury', 410061100, -798961100, 0),
(60224, 2565, 230, 'West View', 405222900, -800342200, 0),
(60225, 2565, 230, 'West Wyoming', 413198000, -758460300, 0),
(60226, 2565, 230, 'West York', 399526000, -767513600, 0),
(60227, 2565, 230, 'Westfield', 419192400, -775388700, 0),
(60228, 2565, 230, 'Westland', 402767970, -802723230, 0),
(60229, 2565, 230, 'Westmoreland City', 403311080, -796770380, 0),
(60230, 2565, 230, 'Weston', 409413000, -761425200, 0),
(60231, 2565, 230, 'Westover', 407511100, -786722200, 0),
(60232, 2565, 230, 'Westtown', 399377350, -755438910, 0),
(60233, 2565, 230, 'Wexford', 406169990, -800640840, 0),
(60234, 2565, 230, 'White Deer', 410758330, -768750000, 0),
(60235, 2565, 230, 'White Haven', 410606400, -757740800, 0),
(60236, 2565, 230, 'White Mills', 415280830, -752014280, 0),
(60237, 2565, 230, 'White Oak', 403375700, -798092100, 0),
(60238, 2565, 230, 'Whitehall', 406667600, -754999100, 0),
(60239, 2565, 230, 'Whitfield', 403359300, -760060500, 0),
(60240, 2565, 230, 'Wilcox', 415714880, -786225600, 0),
(60241, 2565, 230, 'Wildwood', 405942960, -799665280, 0),
(60242, 2565, 230, 'Wilkes-Barre', 412367630, -758784120, 0),
(60243, 2565, 230, 'Wilkinsburg', 404417400, -798819900, 0),
(60244, 2565, 230, 'Williamsburg', 404620200, -781997300, 0),
(60245, 2565, 230, 'Williamsport', 412411900, -770010800, 0),
(60246, 2565, 230, 'Williamstown', 405800900, -766177400, 0),
(60247, 2565, 230, 'Willow Grove', 401440000, -751157300, 0),
(60248, 2565, 230, 'Willow Hill', 401098320, -777952940, 0),
(60249, 2565, 230, 'Willow Street', 399792700, -762763500, 0),
(60250, 2565, 230, 'Wilmerding', 403909000, -798100500, 0),
(60251, 2565, 230, 'Wind Gap', 408481500, -752915700, 0),
(60252, 2565, 230, 'Wind Ridge', 398887630, -804696330, 0),
(60253, 2565, 230, 'Windber', 402398000, -788350200, 0),
(60254, 2565, 230, 'Windsor', 399162100, -765844100, 0),
(60255, 2565, 230, 'Winfield', 409091700, -768552800, 0),
(60256, 2565, 230, 'Womelsdorf', 403617600, -761841100, 0),
(60257, 2565, 230, 'Woodbourne', 401923300, -748887800, 0),
(60258, 2565, 230, 'Woodbury', 402252800, -783658300, 0),
(60259, 2565, 230, 'Woodland', 410204360, -783253260, 0),
(60260, 2565, 230, 'Woodlyn', 398723300, -753371300, 0),
(60261, 2565, 230, 'Woodside', 402217800, -748754400, 0),
(60262, 2565, 230, 'Woodward', 408988900, -773544400, 0),
(60263, 2565, 230, 'Worcester', 402133300, -753500000, 0),
(60264, 2565, 230, 'Wormleysburg', 402628700, -769138600, 0),
(60265, 2565, 230, 'Worthington', 408380600, -796327800, 0),
(60266, 2565, 230, 'Worthville', 410275000, -791391700, 0),
(60267, 2565, 230, 'Woxall', 403106600, -754487900, 0),
(60268, 2565, 230, 'Wrightsville', 400180100, -765303070, 0),
(60269, 2565, 230, 'Wyalusing', 416675000, -762633300, 0),
(60270, 2565, 230, 'Wyano', 401972220, -796975000, 0),
(60271, 2565, 230, 'Wycombe', 402822200, -750188900, 0),
(60272, 2565, 230, 'Wyncote', 400945500, -751487900, 0),
(60273, 2565, 230, 'Wyndmoor', 400812200, -751893400, 0),
(60274, 2565, 230, 'Wynnewood', 400027800, -752708300, 0),
(60275, 2565, 230, 'Wyoming', 413301000, -758536800, 0),
(60276, 2565, 230, 'Wyomissing', 403295400, -759652100, 0),
(60277, 2565, 230, 'Wyomissing Hills', 403375900, -759796600, 0),
(60278, 2565, 230, 'Yardley', 402456600, -748460000, 0),
(60279, 2565, 230, 'Yeadon', 399390000, -752554600, 0),
(60280, 2565, 230, 'Yeagertown', 406431300, -775805500, 0),
(60281, 2565, 230, 'York', 399626000, -767277400, 0),
(60282, 2565, 230, 'York Haven', 401094400, -767147200, 0),
(60283, 2565, 230, 'York Springs', 400069400, -771141700, 0),
(60284, 2565, 230, 'Yorklyn', 399923200, -766463500, 0),
(60285, 2565, 230, 'Youngsville', 418546080, -793193080, 0),
(60286, 2565, 230, 'Youngwood', 402403500, -795767100, 0),
(60287, 2565, 230, 'Yukon', 402149830, -796859980, 0),
(60288, 2565, 230, 'Zelienople', 407945100, -801367300, 0),
(60289, 2566, 230, 'Albion', 419531000, -714569500, 0),
(60290, 2566, 230, 'Ashaway', 414234300, -717856200, 0),
(60291, 2566, 230, 'Barrington', 417406600, -713086600, 0),
(60292, 2566, 230, 'Block Island', 411697200, -715800000, 0),
(60293, 2566, 230, 'Bradford', 413989900, -717370100, 0),
(60294, 2566, 230, 'Bristol', 416770500, -712661600, 0),
(60295, 2566, 230, 'Central Falls', 418906600, -713922800, 0),
(60296, 2566, 230, 'Charlestown', 413831600, -716417300, 0),
(60297, 2566, 230, 'Chepachet', 419151000, -716714600, 0),
(60298, 2566, 230, 'Coventry', 417001000, -716828400, 0),
(60299, 2566, 230, 'Cranston', 417798200, -714372800, 0),
(60300, 2566, 230, 'Cumberland', 419667700, -714328400, 0),
(60301, 2566, 230, 'Cumberland Hill', 419745400, -714670000, 0),
(60302, 2566, 230, 'East Greenwich', 416603800, -714558900, 0),
(60303, 2566, 230, 'East Providence', 418137100, -713700500, 0),
(60304, 2566, 230, 'Exeter', 415776000, -715375600, 0),
(60305, 2566, 230, 'Fiskeville', 417336880, -715467330, 0),
(60306, 2566, 230, 'Forestdale', 419458330, -717002780, 0),
(60307, 2566, 230, 'Foster', 418537100, -717581200, 0),
(60308, 2566, 230, 'Greene', 416992850, -717358110, 0),
(60309, 2566, 230, 'Greenville', 418712100, -715520100, 0),
(60310, 2566, 230, 'Harmony', 418839580, -715946540, 0),
(60311, 2566, 230, 'Harrisville', 419656500, -716745100, 0),
(60312, 2566, 230, 'Hope', 417420010, -715732980, 0),
(60313, 2566, 230, 'Hope Valley', 415076000, -717161800, 0),
(60314, 2566, 230, 'Jamestown', 414970500, -713672800, 0),
(60315, 2566, 230, 'Johnston', 418266700, -714947200, 0),
(60316, 2566, 230, 'Kingston', 414820800, -715244400, 0),
(60317, 2566, 230, 'Lincoln', 419211100, -714350000, 0),
(60318, 2566, 230, 'Little Compton', 415000000, -711670000, 0),
(60319, 2566, 230, 'Mapleville', 419480600, -716486100, 0),
(60320, 2566, 230, 'Melville', 415870500, -712833800, 0),
(60321, 2566, 230, 'Middletown', 415155520, -712849260, 0),
(60322, 2566, 230, 'Narragansett', 414370200, -714735000, 0),
(60323, 2566, 230, 'Newport', 414901000, -713128300, 0),
(60324, 2566, 230, 'Newport East', 415157900, -712875200, 0),
(60325, 2566, 230, 'North Kingstown', 415501000, -714661700, 0),
(60326, 2566, 230, 'North Providence', 418501000, -714661700, 0),
(60327, 2566, 230, 'North Scituate', 418317700, -715872900, 0),
(60328, 2566, 230, 'North Smithfield', 419667700, -715495100, 0),
(60329, 2566, 230, 'Pascoag', 419556500, -717022900, 0),
(60330, 2566, 230, 'Pawtucket', 418787100, -713825600, 0),
(60331, 2566, 230, 'Peace Dale', 414542400, -714970800, 0),
(60332, 2566, 230, 'Portsmouth', 416023200, -712503300, 0),
(60333, 2566, 230, 'Providence', 418239900, -714128300, 0),
(60334, 2566, 230, 'Riverside', 417672200, -713647200, 0),
(60335, 2566, 230, 'Rumford', 418452800, -713519400, 0),
(60336, 2566, 230, 'Saunderstown', 415077800, -714244400, 0),
(60337, 2566, 230, 'Shannock', 414480600, -716411100, 0),
(60338, 2566, 230, 'Slatersville', 419980600, -715825000, 0),
(60339, 2566, 230, 'Smithfield', 419220400, -715495100, 0),
(60340, 2566, 230, 'Tiverton', 416259400, -712133800, 0),
(60341, 2566, 230, 'Valley Falls', 419067700, -713906100, 0),
(60342, 2566, 230, 'Wakefield', 414221620, -715313760, 0),
(60343, 2566, 230, 'Wakefield-Peacedale', 414460600, -715004000, 0),
(60344, 2566, 230, 'Warren', 417303800, -712825500, 0),
(60345, 2566, 230, 'Warwick', 417027030, -714442470, 0),
(60346, 2566, 230, 'West Greenwich', 416294400, -716602800, 0),
(60347, 2566, 230, 'West Kingston', 414794400, -715252800, 0),
(60348, 2566, 230, 'West Warwick', 416968900, -715219400, 0),
(60349, 2566, 230, 'Westerly', 413622000, -717960000, 0),
(60350, 2566, 230, 'Wood River Junction', 414501000, -716916000, 0),
(60351, 2566, 230, 'Woonsocket', 420016000, -715015000, 0),
(60352, 2566, 230, 'Wyoming', 415230740, -716910050, 0),
(60353, 2567, 230, 'Abbeville', 341778830, -823799140, 0),
(60354, 2567, 230, 'Adams Run', 327897600, -803529600, 0),
(60355, 2567, 230, 'Aiken', 335604200, -817195500, 0),
(60356, 2567, 230, 'Allendale', 330079300, -813084400, 0),
(60357, 2567, 230, 'Anderson', 345257010, -826428530, 0),
(60358, 2567, 230, 'Andrews', 334512800, -795609000, 0),
(60359, 2567, 230, 'Awendaw', 330376700, -796131300, 0),
(60360, 2567, 230, 'Aynor', 339977800, -792025000, 0),
(60361, 2567, 230, 'Ballentine', 341576900, -812580760, 0),
(60362, 2567, 230, 'Bamberg', 332871000, -810229200, 0),
(60363, 2567, 230, 'Barnwell', 332448700, -813587200, 0),
(60364, 2567, 230, 'Batesburg', 339079200, -815473300, 0),
(60365, 2567, 230, 'Batesburg-Leesville', 339101400, -815373300, 0),
(60366, 2567, 230, 'Beaufort', 324315800, -806698300, 0),
(60367, 2567, 230, 'Beech Island', 334275000, -818908300, 0),
(60368, 2567, 230, 'Belton', 345228900, -824942900, 0),
(60369, 2567, 230, 'Belvedere', 335309700, -819448400, 0),
(60370, 2567, 230, 'Bennettsville', 346173800, -796847800, 0),
(60371, 2567, 230, 'Berea', 348854000, -824559600, 0),
(60372, 2567, 230, 'Bethune', 344310590, -803715120, 0),
(60373, 2567, 230, 'Bishopville', 342182100, -802484100, 0),
(60374, 2567, 230, 'Blacksburg', 351212400, -815159200, 0),
(60375, 2567, 230, 'Blackstock', 345586100, -811522200, 0),
(60376, 2567, 230, 'Bluffton', 322133000, -809033000, 0),
(60377, 2567, 230, 'Blythewood', 342143200, -809739800, 0),
(60378, 2567, 230, 'Boiling Springs', 350465100, -819817700, 0),
(60379, 2567, 230, 'Bonneau', 333195520, -799917970, 0),
(60380, 2567, 230, 'Bowman', 333471560, -806857470, 0),
(60381, 2567, 230, 'Brunson', 329266700, -811877800, 0),
(60382, 2567, 230, 'Burton', 324357500, -807240000, 0),
(60383, 2567, 230, 'Cades', 337866700, -797825000, 0),
(60384, 2567, 230, 'Camden', 343130400, -806055600, 0),
(60385, 2567, 230, 'Campobello', 351152800, -821497200, 0),
(60386, 2567, 230, 'Cane Savannah', 339018200, -804503600, 0),
(60387, 2567, 230, 'Carlisle', 345916700, -814644400, 0),
(60388, 2567, 230, 'Cassatt', 343380400, -804915610, 0),
(60389, 2567, 230, 'Catawba', 348529200, -809111900, 0),
(60390, 2567, 230, 'Cayce', 339657100, -810739800, 0),
(60391, 2567, 230, 'Centerville', 329957300, -801703700, 0),
(60392, 2567, 230, 'Central', 347242700, -827812500, 0),
(60393, 2567, 230, 'Chapin', 341410800, -813441000, 0),
(60394, 2567, 230, 'Charleston', 327765700, -799309200, 0),
(60395, 2567, 230, 'Charleston Air Force Base', 328976400, -800683200, 0),
(60396, 2567, 230, 'Cheraw', 346976600, -798834000, 0),
(60397, 2567, 230, 'Cherryvale', 339557100, -804581400, 0),
(60398, 2567, 230, 'Chesnee', 351483300, -818619400, 0),
(60399, 2567, 230, 'Chester', 347092900, -812071250, 0),
(60400, 2567, 230, 'Chesterfield', 347359900, -800881200, 0),
(60401, 2567, 230, 'Clarks Hill', 336432170, -821468930, 0),
(60402, 2567, 230, 'Clearwater', 334968000, -818920600, 0),
(60403, 2567, 230, 'Clemson', 346834400, -828373700, 0),
(60404, 2567, 230, 'Clinton', 344726300, -818806600, 0),
(60405, 2567, 230, 'Clio', 345770570, -795427310, 0),
(60406, 2567, 230, 'Clover', 351056120, -811830560, 0),
(60407, 2567, 230, 'Columbia', 340007100, -810348100, 0),
(60408, 2567, 230, 'Conestee', 347684530, -823524370, 0),
(60409, 2567, 230, 'Converse', 349982350, -818435270, 0),
(60410, 2567, 230, 'Conway', 338360000, -790478100, 0),
(60411, 2567, 230, 'Cope', 323830000, -810000000, 0),
(60412, 2567, 230, 'Cordova', 334573800, -808930620, 0),
(60413, 2567, 230, 'Cottageville', 329355600, -804811100, 0),
(60414, 2567, 230, 'Coward', 339755600, -797472200, 0),
(60415, 2567, 230, 'Cowpens', 350167900, -818039900, 0),
(60416, 2567, 230, 'Cross Anchor', 346561900, -818756160, 0),
(60417, 2567, 230, 'Dalzell', 340168200, -804300800, 0),
(60418, 2567, 230, 'Darlington', 342998800, -798761700, 0),
(60419, 2567, 230, 'Daufuskie Island', 321130600, -808663900, 0),
(60420, 2567, 230, 'Davis Station', 336025000, -802647220, 0),
(60421, 2567, 230, 'Denmark', 333226500, -811423200, 0),
(60422, 2567, 230, 'Dentsville', 340640400, -809581500, 0),
(60423, 2567, 230, 'Dillon', 344165500, -793711600, 0),
(60424, 2567, 230, 'Donalds', 343752800, -823469400, 0),
(60425, 2567, 230, 'Drayton', 350045470, -818755690, 0),
(60426, 2567, 230, 'Due West', 343334500, -823879000, 0),
(60427, 2567, 230, 'Duncan', 349137640, -821316850, 0),
(60428, 2567, 230, 'Easley', 348298400, -826015200, 0),
(60429, 2567, 230, 'Edgemoor', 348058300, -810113900, 0),
(60430, 2567, 230, 'Edisto', 334765400, -808987000, 0),
(60431, 2567, 230, 'Effingham', 341180630, -797731390, 0),
(60432, 2567, 230, 'Elgin', 346729300, -807189600, 0),
(60433, 2567, 230, 'Elliott', 341164230, -801806710, 0),
(60434, 2567, 230, 'Elloree', 335330000, -805670000, 0),
(60435, 2567, 230, 'Enoree', 346605600, -819625000, 0),
(60436, 2567, 230, 'Eutawville', 334089600, -803284200, 0),
(60437, 2567, 230, 'Fairfax', 329590500, -812365000, 0),
(60438, 2567, 230, 'Fairforest', 349565100, -820101100, 0),
(60439, 2567, 230, 'Fingerville', 349343950, -819784260, 0),
(60440, 2567, 230, 'Five Forks', 348048400, -822295600, 0),
(60441, 2567, 230, 'Florence', 341829430, -797849360, 0),
(60442, 2567, 230, 'Folly Beach', 326551800, -799403700, 0),
(60443, 2567, 230, 'Forest Acres', 340193200, -809898100, 0),
(60444, 2567, 230, 'Forestbrook', 337223900, -789580900, 0),
(60445, 2567, 230, 'Fort Mill', 350263200, -809472000, 0),
(60446, 2567, 230, 'Fountain Inn', 346890100, -821956700, 0),
(60447, 2567, 230, 'Gaffney', 350929480, -816756150, 0),
(60448, 2567, 230, 'Galivants Ferry', 341272800, -791083800, 0),
(60449, 2567, 230, 'Garden City', 335929500, -790086500, 0),
(60450, 2567, 230, 'Gaston', 338171000, -811009300, 0),
(60451, 2567, 230, 'Georgetown', 333768300, -792945000, 0),
(60452, 2567, 230, 'Gilbert', 339255600, -813944400, 0),
(60453, 2567, 230, 'Glendale', 349415500, -818371990, 0),
(60454, 2567, 230, 'Gloverville', 335259700, -818301100, 0),
(60455, 2567, 230, 'Golden Grove', 347340100, -824437400, 0),
(60456, 2567, 230, 'Goose Creek', 329810100, -800325900, 0),
(60457, 2567, 230, 'Graniteville', 335637500, -818078900, 0),
(60458, 2567, 230, 'Gray Court', 346086100, -821141700, 0),
(60459, 2567, 230, 'Great Falls', 345751400, -809020200, 0),
(60460, 2567, 230, 'Greeleyville', 335813900, -799894400, 0),
(60461, 2567, 230, 'Greenville', 348294630, -823408840, 0),
(60462, 2567, 230, 'Greenwood', 341954000, -821617900, 0),
(60463, 2567, 230, 'Greer', 349032740, -822630270, 0),
(60464, 2567, 230, 'Hamer', 345113030, -794039240, 0),
(60465, 2567, 230, 'Hampton', 328666440, -811136590, 0),
(60466, 2567, 230, 'Hanahan', 329185100, -800220300, 0),
(60467, 2567, 230, 'Hardeeville', 322871400, -810806700, 0),
(60468, 2567, 230, 'Harleyville', 331849490, -805768490, 0),
(60469, 2567, 230, 'Hartsville', 343713720, -800810590, 0),
(60470, 2567, 230, 'Heath Springs', 345916700, -806744400, 0),
(60471, 2567, 230, 'Hemingway', 337533300, -794458300, 0),
(60472, 2567, 230, 'Hilda', 332437800, -813631800, 0),
(60473, 2567, 230, 'Hilton Head Island', 321638930, -807532860, 0),
(60474, 2567, 230, 'Hodges', 342869400, -822463900, 0),
(60475, 2567, 230, 'Holly Hill', 333226600, -804137000, 0),
(60476, 2567, 230, 'Hollywood', 327343400, -802417700, 0),
(60477, 2567, 230, 'Homeland Park', 344706600, -826706900, 0),
(60478, 2567, 230, 'Honea Path', 344465000, -823915100, 0),
(60479, 2567, 230, 'Hopkins', 339043200, -808770300, 0),
(60480, 2567, 230, 'Huger', 330218570, -797916260, 0),
(60481, 2567, 230, 'India Hook', 350073700, -810217400, 0),
(60482, 2567, 230, 'Inman', 350470600, -820901100, 0),
(60483, 2567, 230, 'Inman Mills', 350415100, -821042800, 0),
(60484, 2567, 230, 'Irmo', 341190240, -811961770, 0),
(60485, 2567, 230, 'Isle of Palms', 327868400, -797948000, 0),
(60486, 2567, 230, 'Iva', 343065000, -826637400, 0),
(60487, 2567, 230, 'Jackson', 333254200, -817878900, 0),
(60488, 2567, 230, 'Jamestown', 331966100, -796934680, 0),
(60489, 2567, 230, 'Jefferson', 345863480, -804197060, 0),
(60490, 2567, 230, 'Joanna', 344148500, -818112200, 0),
(60491, 2567, 230, 'Johns Island', 326937000, -800959800, 0),
(60492, 2567, 230, 'Johnsonville', 338179400, -794492200, 0),
(60493, 2567, 230, 'Johnston', 338320800, -818009400, 0),
(60494, 2567, 230, 'Jonesville', 348355600, -816816700, 0),
(60495, 2567, 230, 'Judson', 348331700, -824276200, 0),
(60496, 2567, 230, 'Kershaw', 345518200, -805836800, 0),
(60497, 2567, 230, 'Kingstree', 336760670, -798263450, 0),
(60498, 2567, 230, 'La France', 346116360, -827609230, 0),
(60499, 2567, 230, 'Ladson', 329857300, -801098100, 0),
(60500, 2567, 230, 'Ladys Island', 324285010, -806999160, 0),
(60501, 2567, 230, 'Lake City', 338710000, -797553500, 0),
(60502, 2567, 230, 'Lake Murray of Richland', 341204800, -812645000, 0),
(60503, 2567, 230, 'Lake Wylie', 351084800, -810428500, 0),
(60504, 2567, 230, 'Lamar', 341702800, -800625000, 0),
(60505, 2567, 230, 'Lancaster', 347204300, -807709000, 0),
(60506, 2567, 230, 'Landrum', 351751100, -821892800, 0),
(60507, 2567, 230, 'Latta', 343371930, -794333800, 0),
(60508, 2567, 230, 'Laurel Bay', 324501900, -807848300, 0),
(60509, 2567, 230, 'Laurens', 344990100, -820142600, 0),
(60510, 2567, 230, 'Leesville', 339165300, -815134400, 0),
(60511, 2567, 230, 'Lesslie', 348907000, -809564700, 0),
(60512, 2567, 230, 'Lexington', 339798600, -812605200, 0),
(60513, 2567, 230, 'Liberty', 347878900, -826923600, 0),
(60514, 2567, 230, 'Liberty Hill', 344534770, -807939600, 0),
(60515, 2567, 230, 'Little Mountain', 341952800, -814138900, 0),
(60516, 2567, 230, 'Little River', 338732300, -786141800, 0),
(60517, 2567, 230, 'Long Creek', 347594810, -832339530, 0),
(60518, 2567, 230, 'Longs', 339386100, -787330600, 0),
(60519, 2567, 230, 'Loris', 340562800, -788903000, 0),
(60520, 2567, 230, 'Lugoff', 342273700, -806892500, 0),
(60521, 2567, 230, 'Lyman', 349727080, -821520470, 0),
(60522, 2567, 230, 'Lynchburg', 340605600, -800772200, 0),
(60523, 2567, 230, 'Manning', 336951600, -802109100, 0),
(60524, 2567, 230, 'Marietta', 350291700, -824975000, 0),
(60525, 2567, 230, 'Marion', 341782200, -794006100, 0),
(60526, 2567, 230, 'Mauldin', 347787300, -823101200, 0),
(60527, 2567, 230, 'Mayo', 350840100, -818598300, 0),
(60528, 2567, 230, 'McCormick', 339134600, -822934600, 0),
(60529, 2567, 230, 'Meggett', 327179600, -802389900, 0),
(60530, 2567, 230, 'Moncks Corner', 331489800, -800276450, 0),
(60531, 2567, 230, 'Moore', 348333330, -819919400, 0),
(60532, 2567, 230, 'Mount Croghan', 347477910, -802497160, 0),
(60533, 2567, 230, 'Mount Pleasant', 328206750, -798458220, 0),
(60534, 2567, 230, 'Mountain Rest', 348691700, -831533300, 0),
(60535, 2567, 230, 'Mullins', 342049440, -792553030, 0),
(60536, 2567, 230, 'Murphys Estates', 336012500, -819442800, 0),
(60537, 2567, 230, 'Murrells Inlet', 335510000, -790414300, 0),
(60538, 2567, 230, 'Myrtle Beach', 336606000, -789239400, 0),
(60539, 2567, 230, 'Neeses', 334884630, -810328230, 0),
(60540, 2567, 230, 'New Ellenton', 334215300, -816856700, 0),
(60541, 2567, 230, 'New Zion', 337798970, -800165860, 0),
(60542, 2567, 230, 'Newberry', 342745800, -816187200, 0),
(60543, 2567, 230, 'Newport', 349898600, -811009100, 0),
(60544, 2567, 230, 'Newry', 347180000, -829031450, 0),
(60545, 2567, 230, 'Nichols', 342327800, -791486100, 0),
(60546, 2567, 230, 'Ninety Six', 341751300, -820240100, 0),
(60547, 2567, 230, 'North', 336896400, -811279890, 0),
(60548, 2567, 230, 'North Augusta', 335018000, -819651200, 0),
(60549, 2567, 230, 'North Charleston', 328885600, -800075100, 0),
(60550, 2567, 230, 'North Myrtle Beach', 338160100, -786800200, 0),
(60551, 2567, 230, 'Northlake', 345662200, -826840200, 0),
(60552, 2567, 230, 'Norway', 334496150, -811195260, 0),
(60553, 2567, 230, 'Oak Grove', 339809000, -811428600, 0),
(60554, 2567, 230, 'Okatie', 323283000, -808483000, 0),
(60555, 2567, 230, 'Olanta', 339363900, -799319400, 0),
(60556, 2567, 230, 'Olar', 331802800, -811841700, 0),
(60557, 2567, 230, 'Orangeburg', 335819440, -808180560, 0),
(60558, 2567, 230, 'Pacolet', 348990200, -817617700, 0),
(60559, 2567, 230, 'Pageland', 347732100, -803917300, 0),
(60560, 2567, 230, 'Parker', 348506700, -824534600, 0),
(60561, 2567, 230, 'Pauline', 348330600, -818722200, 0),
(60562, 2567, 230, 'Pawleys Island', 334533470, -791361610, 0),
(60563, 2567, 230, 'Peak', 342372200, -813258300, 0),
(60564, 2567, 230, 'Pelion', 337655600, -812463900, 0),
(60565, 2567, 230, 'Pelzer', 346433000, -824600000, 0),
(60566, 2567, 230, 'Pendleton', 346517700, -827837500, 0),
(60567, 2567, 230, 'Pickens', 348834500, -827073600, 0),
(60568, 2567, 230, 'Piedmont', 347023400, -824645700, 0),
(60569, 2567, 230, 'Pineland', 325805180, -811901050, 0),
(60570, 2567, 230, 'Pineridge', 339104300, -811045400, 0),
(60571, 2567, 230, 'Pineville', 334282540, -800293560, 0),
(60572, 2567, 230, 'Pinopolis', 332241700, -800397200, 0),
(60573, 2567, 230, 'Plum Branch', 338500000, -822594400, 0),
(60574, 2567, 230, 'Port Royal', 323790800, -806926100, 0),
(60575, 2567, 230, 'Powdersville', 347917800, -824929100, 0),
(60576, 2567, 230, 'Prosperity', 342093100, -815331600, 0),
(60577, 2567, 230, 'Red Bank', 339320900, -812384300, 0),
(60578, 2567, 230, 'Red Hill', 338207300, -790189200, 0),
(60579, 2567, 230, 'Reidville', 348597710, -821124650, 0),
(60580, 2567, 230, 'Richburg', 347175000, -810197200, 0),
(60581, 2567, 230, 'Richland', 347054100, -830205500, 0),
(60582, 2567, 230, 'Ridge Spring', 338458300, -816608300, 0),
(60583, 2567, 230, 'Ridgeland', 324807400, -809803900, 0),
(60584, 2567, 230, 'Ridgeville', 330957200, -803153700, 0),
(60585, 2567, 230, 'Ridgeway', 343260990, -807624640, 0),
(60586, 2567, 230, 'Rock Hill', 349248700, -810250800, 0),
(60587, 2567, 230, 'Roebuck', 348582830, -819509450, 0),
(60588, 2567, 230, 'Round O', 329367000, -805417000, 0),
(60589, 2567, 230, 'Rowesville', 333733300, -808363900, 0),
(60590, 2567, 230, 'Ruffin', 330104830, -808214580, 0),
(60591, 2567, 230, 'Saint Andrews', 340487600, -811031500, 0),
(60592, 2567, 230, 'Saint George', 331860000, -805756500, 0),
(60593, 2567, 230, 'Saint Helena Island', 323762720, -805722280, 0),
(60594, 2567, 230, 'Saint Stephen', 334043300, -799217400, 0),
(60595, 2567, 230, 'Salem', 348886100, -829747200, 0),
(60596, 2567, 230, 'Saluda', 340015200, -817720500, 0),
(60597, 2567, 230, 'Sangaree', 330354500, -801278700, 0),
(60598, 2567, 230, 'Sans Souci', 348779000, -824240100, 0),
(60599, 2567, 230, 'Santee', 334830000, -804830000, 0),
(60600, 2567, 230, 'Saxon', 349612300, -819673300, 0),
(60601, 2567, 230, 'Scranton', 339168520, -797411170, 0),
(60602, 2567, 230, 'Seabrook', 325225550, -807461090, 0),
(60603, 2567, 230, 'Sellers', 342542380, -794567190, 0),
(60604, 2567, 230, 'Seneca', 346872550, -829476640, 0),
(60605, 2567, 230, 'Shaw Air Force Base', 339853950, -804842950, 0),
(60606, 2567, 230, 'Shell Point', 327890700, -801067600, 0),
(60607, 2567, 230, 'Simpsonville', 347370600, -822542800, 0),
(60608, 2567, 230, 'Six Mile', 348271170, -828293180, 0),
(60609, 2567, 230, 'Socastee', 336835000, -789983700, 0),
(60610, 2567, 230, 'Society Hill', 344420230, -798401520, 0),
(60611, 2567, 230, 'South Congaree', 339109900, -811356500, 0),
(60612, 2567, 230, 'South Sumter', 339057100, -803461900, 0),
(60613, 2567, 230, 'Spartanburg', 349495700, -819320500, 0),
(60614, 2567, 230, 'Starr', 343780600, -826938900, 0),
(60615, 2567, 230, 'State Park', 341134040, -809557190, 0),
(60616, 2567, 230, 'Sullivans Island', 327632300, -798367500, 0),
(60617, 2567, 230, 'Summerton', 336052800, -803522200, 0),
(60618, 2567, 230, 'Summerville', 330185000, -801756500, 0),
(60619, 2567, 230, 'Sumter', 339204400, -803414700, 0),
(60620, 2567, 230, 'Sunset', 349194380, -828216600, 0),
(60621, 2567, 230, 'Surfside Beach', 336060000, -789730900, 0),
(60622, 2567, 230, 'Swansea', 337336140, -810986040, 0),
(60623, 2567, 230, 'Taylors', 349338550, -823210550, 0),
(60624, 2567, 230, 'Tega Cay', 350243100, -810278500, 0),
(60625, 2567, 230, 'Tigerville', 350684500, -823684500, 0),
(60626, 2567, 230, 'Timmonsville', 341348800, -799397900, 0),
(60627, 2567, 230, 'Townville', 345366210, -828689840, 0),
(60628, 2567, 230, 'Travelers Rest', 349676200, -824434500, 0),
(60629, 2567, 230, 'Trenton', 337397200, -818402800, 0),
(60630, 2567, 230, 'Turbeville', 338816200, -800071720, 0),
(60631, 2567, 230, 'Union', 347168040, -816202090, 0),
(60632, 2567, 230, 'Utica', 346781600, -829315400, 0),
(60633, 2567, 230, 'Valley Falls', 350159500, -819748300, 0),
(60634, 2567, 230, 'Varnville', 328504400, -810792700, 0),
(60635, 2567, 230, 'Wade Hampton', 349037300, -823331700, 0),
(60636, 2567, 230, 'Wadmalaw Island', 326736100, -801783300, 0),
(60637, 2567, 230, 'Wagener', 336527800, -813641700, 0),
(60638, 2567, 230, 'Walhalla', 347648200, -830640400, 0),
(60639, 2567, 230, 'Wallace', 347202800, -798413900, 0),
(60640, 2567, 230, 'Walterboro', 328912200, -806946000, 0),
(60641, 2567, 230, 'Ware Shoals', 343984500, -822467900, 0),
(60642, 2567, 230, 'Warrenville', 335509700, -818040000, 0),
(60643, 2567, 230, 'Wellford', 349509500, -821059400, 0),
(60644, 2567, 230, 'West Columbia', 339006450, -810920890, 0),
(60645, 2567, 230, 'West Union', 347580600, -830416700, 0),
(60646, 2567, 230, 'Westminster', 346648200, -830965400, 0),
(60647, 2567, 230, 'Williamston', 346184500, -824779100, 0),
(60648, 2567, 230, 'Williston', 334026500, -814201100, 0),
(60649, 2567, 230, 'Winnsboro', 343807000, -810864800, 0),
(60650, 2567, 230, 'Woodfield', 340593200, -809309200, 0),
(60651, 2567, 230, 'Woodruff', 347395700, -820370500, 0),
(60652, 2567, 230, 'York', 349943000, -812420200, 0),
(60653, 2568, 230, 'Aberdeen', 454648410, -984905290, 0),
(60654, 2568, 230, 'Alcester', 430249790, -966218610, 0),
(60655, 2568, 230, 'Alexandria', 436535900, -977828500, 0),
(60656, 2568, 230, 'Astoria', 445577380, -965453190, 0),
(60657, 2568, 230, 'Aurora', 442903580, -967138200, 0),
(60658, 2568, 230, 'Avon', 430066700, -980591700, 0),
(60659, 2568, 230, 'Baltic', 437496000, -967350520, 0),
(60660, 2568, 230, 'Bath', 454616660, -983301080, 0),
(60661, 2568, 230, 'Belle Fourche', 446713700, -1038521500, 0),
(60662, 2568, 230, 'Beresford', 430805400, -967736600, 0),
(60663, 2568, 230, 'Big Stone City', 452947200, -964627800, 0),
(60664, 2568, 230, 'Bison', 455222810, -1024726260, 0),
(60665, 2568, 230, 'Blackhawk', 441588220, -1033271360, 0),
(60666, 2568, 230, 'Bowdle', 454516700, -996577800, 0),
(60667, 2568, 230, 'Box Elder', 441124900, -1030682300, 0),
(60668, 2568, 230, 'Brandon', 435947000, -965719900, 0),
(60669, 2568, 230, 'Bridgewater', 435502800, -975002800, 0),
(60670, 2568, 230, 'Britton', 457916200, -977509400, 0),
(60671, 2568, 230, 'Brookings', 443113600, -967983900, 0),
(60672, 2568, 230, 'Buffalo', 455071800, -1036561800, 0),
(60673, 2568, 230, 'Burke', 431825000, -992920500, 0),
(60674, 2568, 230, 'Canton', 433008100, -965928200, 0),
(60675, 2568, 230, 'Chamberlain', 438108300, -993306600, 0),
(60676, 2568, 230, 'Clear Lake', 447594980, -966846310, 0),
(60677, 2568, 230, 'Colman', 439826170, -968138780, 0),
(60678, 2568, 230, 'Colonial Pine Hills', 440077700, -1033154600, 0),
(60679, 2568, 230, 'Colton', 437875000, -969272200, 0),
(60680, 2568, 230, 'Crooks', 436647000, -968108900, 0),
(60681, 2568, 230, 'Custer', 437666500, -1035988100, 0),
(60682, 2568, 230, 'Dakota Dunes', 424874900, -964864200, 0),
(60683, 2568, 230, 'De Smet', 443870640, -975520640, 0),
(60684, 2568, 230, 'Deadwood', 443766500, -1037296400, 0),
(60685, 2568, 230, 'Dell Rapids', 438260800, -967061600, 0),
(60686, 2568, 230, 'Delmont', 433003460, -982152670, 0),
(60687, 2568, 230, 'Eagle Butte', 449960580, -1012400300, 0),
(60688, 2568, 230, 'Egan', 439984740, -966462520, 0),
(60689, 2568, 230, 'Elk Point', 426833300, -966836500, 0),
(60690, 2568, 230, 'Elkton', 442346240, -964810590, 0),
(60691, 2568, 230, 'Ellsworth Air Force Base', 441491490, -1030712490, 0),
(60692, 2568, 230, 'Emery', 436035540, -976202390, 0),
(60693, 2568, 230, 'Eureka', 458026200, -996186000, 0),
(60694, 2568, 230, 'Faith', 449478690, -1020266170, 0),
(60695, 2568, 230, 'Flandreau', 440494200, -965953200, 0),
(60696, 2568, 230, 'Florence', 450658780, -972699530, 0),
(60697, 2568, 230, 'Fort Meade', 444118800, -1034740800, 0),
(60698, 2568, 230, 'Frankfort', 447634460, -982808390, 0),
(60699, 2568, 230, 'Freeman', 433524900, -974372900, 0),
(60700, 2568, 230, 'Garretson', 437147400, -965194200, 0),
(60701, 2568, 230, 'Geddes', 432542660, -986893890, 0),
(60702, 2568, 230, 'Gettysburg', 450116500, -999556700, 0),
(60703, 2568, 230, 'Gregory', 432322200, -994303800, 0),
(60704, 2568, 230, 'Groton', 454474600, -980987100, 0),
(60705, 2568, 230, 'Harrisburg', 434313700, -966972700, 0),
(60706, 2568, 230, 'Harrold', 445250870, -997417390, 0),
(60707, 2568, 230, 'Hartford', 436230300, -969425600, 0),
(60708, 2568, 230, 'Henry', 448914650, -974314150, 0),
(60709, 2568, 230, 'Herreid', 458372200, -1000683300, 0),
(60710, 2568, 230, 'Highmore', 445181980, -994435520, 0),
(60711, 2568, 230, 'Hill City', 439336100, -1035713900, 0),
(60712, 2568, 230, 'Hot Springs', 434316500, -1034743600, 0),
(60713, 2568, 230, 'Houghton', 458082000, -981036000, 0),
(60714, 2568, 230, 'Howard', 440108100, -975267400, 0),
(60715, 2568, 230, 'Huron', 443633200, -982142600, 0),
(60716, 2568, 230, 'Interior', 437252800, -1019830600, 0),
(60717, 2568, 230, 'Ipswich', 454444200, -990292800, 0),
(60718, 2568, 230, 'Irene', 430836100, -971566700, 0),
(60719, 2568, 230, 'Iroquois', 443663900, -978500000, 0),
(60720, 2568, 230, 'Isabel', 453938900, -1014305600, 0),
(60721, 2568, 230, 'Kadoka', 438338800, -1015098700, 0),
(60722, 2568, 230, 'Kennebec', 439036000, -998617800, 0),
(60723, 2568, 230, 'Kimball', 437472200, -989575000, 0),
(60724, 2568, 230, 'Kyle', 434266700, -1021755600, 0),
(60725, 2568, 230, 'Lake Andes', 431563800, -985414700, 0),
(60726, 2568, 230, 'Lake Preston', 443618330, -973634710, 0),
(60727, 2568, 230, 'Langford', 456022200, -978313900, 0),
(60728, 2568, 230, 'Lead', 443516360, -1037649760, 0),
(60729, 2568, 230, 'Lemmon', 459408300, -1021593200, 0),
(60730, 2568, 230, 'Lennox', 433541500, -968920000, 0),
(60731, 2568, 230, 'Leola', 457227500, -989409400, 0),
(60732, 2568, 230, 'Letcher', 438977800, -981394400, 0),
(60733, 2568, 230, 'Madison', 440074020, -971136760, 0),
(60734, 2568, 230, 'Manderson', 432288900, -1024733300, 0),
(60735, 2568, 230, 'Martin', 431725000, -1017326500, 0),
(60736, 2568, 230, 'Marty', 429598800, -983928000, 0),
(60737, 2568, 230, 'McLaughlin', 458500000, -1004500000, 0),
(60738, 2568, 230, 'Mellette', 451618310, -984779840, 0),
(60739, 2568, 230, 'Menno', 432377800, -975775000, 0),
(60740, 2568, 230, 'Milbank', 452191300, -966356200, 0),
(60741, 2568, 230, 'Miller', 445183100, -989884300, 0),
(60742, 2568, 230, 'Mission', 433058400, -1006581900, 0),
(60743, 2568, 230, 'Mitchell', 437094300, -980298000, 0),
(60744, 2568, 230, 'Mobridge', 455372200, -1004279100, 0),
(60745, 2568, 230, 'Montrose', 436999230, -971852960, 0),
(60746, 2568, 230, 'New Effington', 458778570, -969163270, 0),
(60747, 2568, 230, 'Norris', 434752170, -1010805840, 0),
(60748, 2568, 230, 'North Sioux City', 425272200, -964830900, 0),
(60749, 2568, 230, 'Onida', 447080400, -1000598400, 0),
(60750, 2568, 230, 'Parker', 433974800, -971364500, 0),
(60751, 2568, 230, 'Parkston', 433988800, -979836800, 0),
(60752, 2568, 230, 'Parmelee', 433233300, -1010377800, 0),
(60753, 2568, 230, 'Peever', 454995140, -970465330, 0),
(60754, 2568, 230, 'Piedmont', 442316700, -1033886100, 0),
(60755, 2568, 230, 'Pierre', 443683200, -1003509700, 0),
(60756, 2568, 230, 'Pine Ridge', 430255400, -1025562700, 0),
(60757, 2568, 230, 'Porcupine', 432397100, -1023309900, 0),
(60758, 2568, 230, 'Pukwana', 437747020, -991721320, 0),
(60759, 2568, 230, 'Quinn', 440973000, -1021099200, 0),
(60760, 2568, 230, 'Rapid City', 440805400, -1032310100, 0),
(60761, 2568, 230, 'Rapid Valley', 440624900, -1031462900, 0),
(60762, 2568, 230, 'Redfield', 448758100, -985187100, 0),
(60763, 2568, 230, 'Roscoe', 454291200, -993367800, 0),
(60764, 2568, 230, 'Salem', 437372400, -973844400, 0),
(60765, 2568, 230, 'Scotland', 431363670, -977273490, 0),
(60766, 2568, 230, 'Selby', 455063800, -1000320700, 0),
(60767, 2568, 230, 'Sioux Falls', 435499700, -967003300, 0),
(60768, 2568, 230, 'Sisseton', 456646800, -970498000, 0),
(60769, 2568, 230, 'Spearfish', 444908200, -1038593700, 0),
(60770, 2568, 230, 'Spencer', 437760510, -975887030, 0),
(60771, 2568, 230, 'Stockholm', 451066310, -968220160, 0),
(60772, 2568, 230, 'Stratford', 452875200, -982804200, 0),
(60773, 2568, 230, 'Sturgis', 444097100, -1035090800, 0),
(60774, 2568, 230, 'Tabor', 429477800, -976580600, 0),
(60775, 2568, 230, 'Tea', 434463700, -968358800, 0),
(60776, 2568, 230, 'Timber Lake', 454291500, -1010740300, 0),
(60777, 2568, 230, 'Tripp', 432250000, -979652800, 0),
(60778, 2568, 230, 'Tyndall', 429933300, -978628500, 0),
(60779, 2568, 230, 'Veblen', 458627800, -972872200, 0),
(60780, 2568, 230, 'Vermillion', 427794400, -969292100, 0),
(60781, 2568, 230, 'Vienna', 447036100, -975002800, 0),
(60782, 2568, 230, 'Volga', 443235800, -969264500, 0),
(60783, 2568, 230, 'Wagner', 430797200, -982931300, 0),
(60784, 2568, 230, 'Wall', 442552800, -1022077900, 0),
(60785, 2568, 230, 'Watertown', 448994100, -971150700, 0),
(60786, 2568, 230, 'Waubay', 453330600, -973041700, 0),
(60787, 2568, 230, 'Webster', 453321800, -975200900, 0),
(60788, 2568, 230, 'Wentworth', 439966700, -969661100, 0),
(60789, 2568, 230, 'White', 443854800, -966265200, 0),
(60790, 2568, 230, 'White River', 435680500, -1007454200, 0),
(60791, 2568, 230, 'Winner', 433766700, -998590100, 0),
(60792, 2568, 230, 'Woonsocket', 440673530, -982110320, 0),
(60793, 2568, 230, 'Yankton', 428711100, -973972800, 0),
(60794, 2569, 230, 'Adams', 365647000, -870941000, 0),
(60795, 2569, 230, 'Adamsville', 352359100, -883906000, 0),
(60796, 2569, 230, 'Afton', 361938900, -827388900, 0),
(60797, 2569, 230, 'Alamo', 357847900, -891172900, 0),
(60798, 2569, 230, 'Alcoa', 357840590, -839810710, 0),
(60799, 2569, 230, 'Alexandria', 360772200, -860333330, 0),
(60800, 2569, 230, 'Algood', 361958900, -854485800, 0),
(60801, 2569, 230, 'Allardt', 363855600, -848855600, 0),
(60802, 2569, 230, 'Allons', 364916430, -853202370, 0),
(60803, 2569, 230, 'Altamont', 354295200, -857230300, 0),
(60804, 2569, 230, 'Andersonville', 361950000, -840400000, 0),
(60805, 2569, 230, 'Antioch', 360402000, -866385000, 0),
(60806, 2569, 230, 'Apison', 350239600, -850238400, 0),
(60807, 2569, 230, 'Ardmore', 349920300, -868466700, 0),
(60808, 2569, 230, 'Arlington', 352962000, -896614700, 0),
(60809, 2569, 230, 'Arrington', 358645800, -866648400, 0),
(60810, 2569, 230, 'Ashland City', 362852630, -870687520, 0),
(60811, 2569, 230, 'Athens', 354428500, -845929900, 0),
(60812, 2569, 230, 'Atoka', 354411900, -897781400, 0),
(60813, 2569, 230, 'Bartlett', 352045300, -898739800, 0),
(60814, 2569, 230, 'Baxter', 361536700, -856435900, 0),
(60815, 2569, 230, 'Bean Station', 363437000, -832840600, 0),
(60816, 2569, 230, 'Beech Bluff', 356067780, -886459650, 0),
(60817, 2569, 230, 'Bell Buckle', 355908300, -863541700, 0),
(60818, 2569, 230, 'Belle Meade', 360958900, -868569400, 0),
(60819, 2569, 230, 'Bells', 357323140, -890910270, 0),
(60820, 2569, 230, 'Benton', 351742400, -846535500, 0),
(60821, 2569, 230, 'Bethel Springs', 352244300, -886620800, 0),
(60822, 2569, 230, 'Bethpage', 364810000, -863120000, 0),
(60823, 2569, 230, 'Big Rock', 365962770, -876987640, 0),
(60824, 2569, 230, 'Birchwood', 353065770, -850096140, 0),
(60825, 2569, 230, 'Blaine', 361542500, -837040700, 0),
(60826, 2569, 230, 'Bloomingdale', 365845500, -824893200, 0),
(60827, 2569, 230, 'Bloomington Springs', 363428820, -856517980, 0),
(60828, 2569, 230, 'Blountville', 365331600, -823268100, 0),
(60829, 2569, 230, 'Bluff City', 364742700, -822609700, 0),
(60830, 2569, 230, 'Bolivar', 352561900, -889878400, 0),
(60831, 2569, 230, 'Bon Aqua', 359325050, -872469490, 0),
(60832, 2569, 230, 'Bon Aqua Junction', 359278400, -873108400, 0),
(60833, 2569, 230, 'Bradford', 360764500, -888100600, 0),
(60834, 2569, 230, 'Brentwood', 360000990, -867911800, 0),
(60835, 2569, 230, 'Brentwood Estates', 360250600, -867791700, 0),
(60836, 2569, 230, 'Brighton', 354839700, -897250800, 0),
(60837, 2569, 230, 'Bristol', 365675100, -821827570, 0),
(60838, 2569, 230, 'Brownsville', 355971010, -892694710, 0),
(60839, 2569, 230, 'Bruceton', 360381200, -882444900, 0),
(60840, 2569, 230, 'Brunswick', 352659630, -897719500, 0),
(60841, 2569, 230, 'Brush Creek', 361252000, -860209500, 0),
(60842, 2569, 230, 'Buchanan', 364369400, -882083300, 0),
(60843, 2569, 230, 'Buffalo Valley', 361828160, -857564750, 0),
(60844, 2569, 230, 'Bulls Gap', 362591700, -830794400, 0),
(60845, 2569, 230, 'Burns', 360533900, -873125100, 0),
(60846, 2569, 230, 'Butler', 363413310, -822173000, 0),
(60847, 2569, 230, 'Byrdstown', 365745100, -851288400, 0),
(60848, 2569, 230, 'Camden', 360589500, -880978200, 0),
(60849, 2569, 230, 'Carthage', 362522800, -859516500, 0),
(60850, 2569, 230, 'Caryville', 362989700, -842232600, 0),
(60851, 2569, 230, 'Cedar Hill', 365112540, -870219580, 0),
(60852, 2569, 230, 'Celina', 365500600, -855052500, 0),
(60853, 2569, 230, 'Centerville', 357789600, -874669600, 0),
(60854, 2569, 230, 'Chapel Hill', 356264600, -866933300, 0),
(60855, 2569, 230, 'Chapmansboro', 363687370, -871369080, 0),
(60856, 2569, 230, 'Charleston', 352844400, -847569400, 0),
(60857, 2569, 230, 'Charlotte', 361772800, -873397300, 0),
(60858, 2569, 230, 'Chattanooga', 350456300, -853096800, 0),
(60859, 2569, 230, 'Christiana', 357127000, -863673000, 0),
(60860, 2569, 230, 'Chuckey', 362159370, -826882070, 0),
(60861, 2569, 230, 'Church Hill', 365223200, -827134900, 0),
(60862, 2569, 230, 'Clarkrange', 361833330, -850175000, 0),
(60863, 2569, 230, 'Clarksville', 365297700, -873594500, 0),
(60864, 2569, 230, 'Cleveland', 351590330, -848707250, 0),
(60865, 2569, 230, 'Clifton', 353870200, -879953100, 0),
(60866, 2569, 230, 'Clinton', 360996810, -841392110, 0),
(60867, 2569, 230, 'Coalfield', 360289700, -844207600, 0),
(60868, 2569, 230, 'Coalmont', 353444400, -857172200, 0),
(60869, 2569, 230, 'College Grove', 357751000, -867142000, 0),
(60870, 2569, 230, 'Collegedale', 350531300, -850502300, 0),
(60871, 2569, 230, 'Collierville', 350420400, -896645300, 0),
(60872, 2569, 230, 'Collinwood', 351474700, -877038900, 0),
(60873, 2569, 230, 'Colonial Heights', 364851000, -825032000, 0),
(60874, 2569, 230, 'Columbia', 356105240, -870506590, 0),
(60875, 2569, 230, 'Concord', 358686110, -841419440, 0),
(60876, 2569, 230, 'Condon', 361811900, -837938000, 0),
(60877, 2569, 230, 'Cookeville', 361628400, -855016400, 0),
(60878, 2569, 230, 'Cordova', 352000000, -898000000, 0),
(60879, 2569, 230, 'Cornersville', 353614600, -868397200, 0),
(60880, 2569, 230, 'Corryton', 361536100, -837825000, 0),
(60881, 2569, 230, 'Cosby', 358172200, -832469400, 0),
(60882, 2569, 230, 'Cottage Grove', 363807310, -884801860, 0),
(60883, 2569, 230, 'Cottontown', 364513900, -865380600, 0),
(60884, 2569, 230, 'Counce', 350422200, -882733300, 0),
(60885, 2569, 230, 'Covington', 355642500, -896464700, 0),
(60886, 2569, 230, 'Cowan', 351645300, -860105400, 0),
(60887, 2569, 230, 'Cross Plains', 365486600, -866961100, 0),
(60888, 2569, 230, 'Crossville', 359489600, -850269000, 0),
(60889, 2569, 230, 'Crump', 352217500, -883180900, 0),
(60890, 2569, 230, 'Culleoka', 354794400, -869830600, 0),
(60891, 2569, 230, 'Cumberland Furnace', 362686100, -873597200, 0),
(60892, 2569, 230, 'Cumberland Gap', 365988900, -836672200, 0),
(60893, 2569, 230, 'Cypress Inn', 350119400, -878166670, 0),
(60894, 2569, 230, 'Dandridge', 360153700, -834148900, 0),
(60895, 2569, 230, 'Dayton', 354939600, -850124500, 0),
(60896, 2569, 230, 'Decatur', 355147900, -847902200, 0),
(60897, 2569, 230, 'Decaturville', 355842400, -881194800, 0),
(60898, 2569, 230, 'Decherd', 352098000, -860794300, 0),
(60899, 2569, 230, 'Del Rio', 358831630, -830005410, 0),
(60900, 2569, 230, 'Delano', 352510910, -846244180, 0),
(60901, 2569, 230, 'Dickson', 360770000, -873877900, 0),
(60902, 2569, 230, 'Dixon Springs', 364016190, -860399890, 0),
(60903, 2569, 230, 'Dodson Branch', 363125600, -855322000, 0),
(60904, 2569, 230, 'Dover', 364806620, -878360610, 0),
(60905, 2569, 230, 'Dresden', 362889550, -887066500, 0),
(60906, 2569, 230, 'Drummonds', 354674050, -899563450, 0),
(60907, 2569, 230, 'Dunlap', 353714600, -853905200, 0),
(60908, 2569, 230, 'Dyer', 360667300, -889939500, 0),
(60909, 2569, 230, 'Dyersburg', 360345200, -893856300, 0),
(60910, 2569, 230, 'Eads', 352024470, -896505530, 0),
(60911, 2569, 230, 'Eagan', 365519440, -839769440, 0),
(60912, 2569, 230, 'Eagleton Village', 357950800, -839318500, 0),
(60913, 2569, 230, 'Eagleville', 357471250, -866406870, 0),
(60914, 2569, 230, 'East Brainerd', 349959100, -851502300, 0),
(60915, 2569, 230, 'East Chattanooga', 350653500, -852491200, 0),
(60916, 2569, 230, 'East Cleveland', 351609100, -848577200, 0),
(60917, 2569, 230, 'East Ridge', 350142400, -852519000, 0),
(60918, 2569, 230, 'Eaton', 359692660, -891318470, 0),
(60919, 2569, 230, 'Elizabethton', 363487200, -822106900, 0),
(60920, 2569, 230, 'Ellendale', 352305600, -898258300, 0),
(60921, 2569, 230, 'Elmwood', 362443380, -858803400, 0),
(60922, 2569, 230, 'Elora', 350347210, -864228020, 0),
(60923, 2569, 230, 'Erin', 363183900, -876947400, 0),
(60924, 2569, 230, 'Erwin', 361451100, -824168100, 0),
(60925, 2569, 230, 'Estill Springs', 352706400, -861280400, 0),
(60926, 2569, 230, 'Ethridge', 353211100, -873022200, 0),
(60927, 2569, 230, 'Etowah', 353234100, -845249300, 0),
(60928, 2569, 230, 'Evensville', 356153620, -849961840, 0),
(60929, 2569, 230, 'Fairfield Glade', 360003500, -848863400, 0),
(60930, 2569, 230, 'Fairmount', 365851100, -821709700, 0),
(60931, 2569, 230, 'Fairview', 359820100, -871214000, 0),
(60932, 2569, 230, 'Fall Branch', 364181600, -826237600, 0),
(60933, 2569, 230, 'Farragut', 358845200, -841535300, 0),
(60934, 2569, 230, 'Fayetteville', 351522990, -865760840, 0),
(60935, 2569, 230, 'Fincastle', 364098000, -840477000, 0),
(60936, 2569, 230, 'Finger', 353566700, -886088900, 0),
(60937, 2569, 230, 'Flintville', 350198340, -864373330, 0),
(60938, 2569, 230, 'Forest Hills', 360683900, -868441700, 0),
(60939, 2569, 230, 'Fosterville', 357463140, -863889770, 0),
(60940, 2569, 230, 'Franklin', 359254310, -868051720, 0),
(60941, 2569, 230, 'Friendsville', 357558330, -841311110, 0),
(60942, 2569, 230, 'Gadsden', 357734330, -889891960, 0),
(60943, 2569, 230, 'Gainesboro', 363548800, -856530800, 0),
(60944, 2569, 230, 'Gallatin', 363894210, -864552130, 0),
(60945, 2569, 230, 'Gates', 358391700, -894069400, 0),
(60946, 2569, 230, 'Gatlinburg', 357142600, -835101600, 0),
(60947, 2569, 230, 'Germantown', 350867600, -898100900, 0),
(60948, 2569, 230, 'Gladeville', 361935630, -862761470, 0),
(60949, 2569, 230, 'Gleason', 362136700, -886125500, 0),
(60950, 2569, 230, 'Goodlettsville', 363231100, -867133300, 0),
(60951, 2569, 230, 'Gordonsville', 361725600, -859297100, 0),
(60952, 2569, 230, 'Gray', 364198300, -824765400, 0),
(60953, 2569, 230, 'Graysville', 354470100, -850844000, 0),
(60954, 2569, 230, 'Green Hill', 362228300, -865494400, 0),
(60955, 2569, 230, 'Greenback', 356611900, -841721400, 0),
(60956, 2569, 230, 'Greenbrier', 364275500, -868047200, 0),
(60957, 2569, 230, 'Greeneville', 361631600, -828309900, 0),
(60958, 2569, 230, 'Greenfield', 361534000, -888006200, 0),
(60959, 2569, 230, 'Grimsley', 362670100, -849844000, 0),
(60960, 2569, 230, 'Guys', 350148450, -885274270, 0),
(60961, 2569, 230, 'Halls', 358756300, -893961800, 0),
(60962, 2569, 230, 'Hampton', 362397010, -821927960, 0),
(60963, 2569, 230, 'Harriman', 359339600, -845524400, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(60964, 2569, 230, 'Harrison', 351136800, -851380100, 0),
(60965, 2569, 230, 'Harrogate', 365823000, -836568600, 0),
(60966, 2569, 230, 'Hartsville', 363908800, -861672100, 0),
(60967, 2569, 230, 'Heiskell', 360894240, -840399690, 0),
(60968, 2569, 230, 'Henderson', 354392400, -886414400, 0),
(60969, 2569, 230, 'Hendersonville', 363047700, -866200000, 0),
(60970, 2569, 230, 'Henning', 356712240, -895708790, 0),
(60971, 2569, 230, 'Henry', 362022200, -884183300, 0),
(60972, 2569, 230, 'Hermitage', 361961660, -866224960, 0),
(60973, 2569, 230, 'Hickory Withe', 352439800, -895886900, 0),
(60974, 2569, 230, 'Hilham', 364141700, -854416700, 0),
(60975, 2569, 230, 'Hixson', 352000000, -852000000, 0),
(60976, 2569, 230, 'Hohenwald', 355517630, -875462480, 0),
(60977, 2569, 230, 'Holladay', 358974000, -880752450, 0),
(60978, 2569, 230, 'Hopewell', 352347900, -848880000, 0),
(60979, 2569, 230, 'Humboldt', 358197900, -889159000, 0),
(60980, 2569, 230, 'Huntingdon', 360006200, -884281100, 0),
(60981, 2569, 230, 'Huntland', 350536520, -862714550, 0),
(60982, 2569, 230, 'Huntsville', 364098000, -844904900, 0),
(60983, 2569, 230, 'Hurricane Mills', 359711100, -877819400, 0),
(60984, 2569, 230, 'Jacks Creek', 354863190, -884992350, 0),
(60985, 2569, 230, 'Jacksboro', 363300800, -841838200, 0),
(60986, 2569, 230, 'Jackson', 356832300, -888239870, 0),
(60987, 2569, 230, 'Jamestown', 364275700, -849318900, 0),
(60988, 2569, 230, 'Jasper', 350742400, -856260800, 0),
(60989, 2569, 230, 'Jefferson City', 361223100, -834924000, 0),
(60990, 2569, 230, 'Jellico', 365878600, -841268700, 0),
(60991, 2569, 230, 'Joelton', 363130600, -868652800, 0),
(60992, 2569, 230, 'Johnson City', 363134400, -823534700, 0),
(60993, 2569, 230, 'Jonesborough', 362942700, -824734800, 0),
(60994, 2569, 230, 'Kenton', 362022900, -890122900, 0),
(60995, 2569, 230, 'Kimball', 350478600, -856719100, 0),
(60996, 2569, 230, 'Kingsport', 365484300, -825618200, 0),
(60997, 2569, 230, 'Kingston', 358734850, -845058770, 0),
(60998, 2569, 230, 'Kingston Springs', 361020000, -871150100, 0),
(60999, 2569, 230, 'Knoxville', 359606400, -839207400, 0),
(61000, 2569, 230, 'Kodak', 359744440, -836269440, 0),
(61001, 2569, 230, 'La Vergne', 360113300, -865659060, 0),
(61002, 2569, 230, 'LaFollette', 363382800, -840696000, 0),
(61003, 2569, 230, 'Lafayette', 365241110, -860254850, 0),
(61004, 2569, 230, 'Lakeland', 352306400, -897403600, 0),
(61005, 2569, 230, 'Lakesite', 352086800, -851269000, 0),
(61006, 2569, 230, 'Lakewood', 362431100, -866355500, 0),
(61007, 2569, 230, 'Lascassas', 359302800, -862911100, 0),
(61008, 2569, 230, 'Laurel Bloomery', 365660000, -817590000, 0),
(61009, 2569, 230, 'Lawrenceburg', 352458510, -873303370, 0),
(61010, 2569, 230, 'Lebanon', 361511050, -863155320, 0),
(61011, 2569, 230, 'Lenoir City', 357973000, -842560300, 0),
(61012, 2569, 230, 'Lenox', 360653360, -894196380, 0),
(61013, 2569, 230, 'Leoma', 351613900, -873480600, 0),
(61014, 2569, 230, 'Lewisburg', 354492400, -867888900, 0),
(61015, 2569, 230, 'Lexington', 356509000, -883933800, 0),
(61016, 2569, 230, 'Liberty', 360050000, -859727800, 0),
(61017, 2569, 230, 'Limestone', 362134600, -825840120, 0),
(61018, 2569, 230, 'Linden', 356172900, -878394700, 0),
(61019, 2569, 230, 'Livingston', 363834000, -853230200, 0),
(61020, 2569, 230, 'Lobelville', 357511100, -877930600, 0),
(61021, 2569, 230, 'Lone Oak', 352006300, -853641300, 0),
(61022, 2569, 230, 'Lookout Mountain', 349942400, -853494000, 0),
(61023, 2569, 230, 'Loretto', 350778600, -874397400, 0),
(61024, 2569, 230, 'Loudon', 357328500, -843338100, 0),
(61025, 2569, 230, 'Louisville', 358217500, -840479600, 0),
(61026, 2569, 230, 'Lowland', 361622850, -832469460, 0),
(61027, 2569, 230, 'Lupton City', 351038400, -852630500, 0),
(61028, 2569, 230, 'Luray', 356865300, -888768980, 0),
(61029, 2569, 230, 'Luttrell', 361995300, -837418500, 0),
(61030, 2569, 230, 'Lyles', 359197200, -873450000, 0),
(61031, 2569, 230, 'Lynchburg', 352831400, -863741600, 0),
(61032, 2569, 230, 'Macon', 351534800, -894896800, 0),
(61033, 2569, 230, 'Madison', 361911500, -867446500, 0),
(61034, 2569, 230, 'Madisonville', 355198000, -843635300, 0),
(61035, 2569, 230, 'Manchester', 354817400, -860886000, 0),
(61036, 2569, 230, 'Martin', 363416390, -888531460, 0),
(61037, 2569, 230, 'Maryville', 357470930, -839732140, 0),
(61038, 2569, 230, 'Mascot', 360612000, -837457400, 0),
(61039, 2569, 230, 'Mason', 354117500, -895328500, 0),
(61040, 2569, 230, 'Maynardville', 362506400, -837974100, 0),
(61041, 2569, 230, 'McDonald', 350751270, -850098920, 0),
(61042, 2569, 230, 'McEwen', 361379800, -876589400, 0),
(61043, 2569, 230, 'McKenzie', 361327940, -885168200, 0),
(61044, 2569, 230, 'McMinnville', 356861570, -857773600, 0),
(61045, 2569, 230, 'Medina', 358028500, -887747800, 0),
(61046, 2569, 230, 'Memphis', 351510460, -900337840, 0),
(61047, 2569, 230, 'Michie', 350691440, -884453350, 0),
(61048, 2569, 230, 'Middle Valley', 351959000, -851846800, 0),
(61049, 2569, 230, 'Middleton', 350627190, -888954560, 0),
(61050, 2569, 230, 'Midtown', 358795200, -845641000, 0),
(61051, 2569, 230, 'Midway', 361471850, -830310160, 0),
(61052, 2569, 230, 'Milan', 359240130, -887667790, 0),
(61053, 2569, 230, 'Milligan College', 363023000, -822967600, 0),
(61054, 2569, 230, 'Millington', 353414700, -898973100, 0),
(61055, 2569, 230, 'Milton', 359175000, -861783800, 0),
(61056, 2569, 230, 'Monroe', 364551930, -852041160, 0),
(61057, 2569, 230, 'Monteagle', 352400800, -858397000, 0),
(61058, 2569, 230, 'Monterey', 361475600, -852683000, 0),
(61059, 2569, 230, 'Mooresburg', 363700920, -831960310, 0),
(61060, 2569, 230, 'Morrison', 355860800, -859359700, 0),
(61061, 2569, 230, 'Morristown', 362139800, -832948900, 0),
(61062, 2569, 230, 'Mosheim', 361895400, -829584900, 0),
(61063, 2569, 230, 'Mount Carmel', 365453800, -826609900, 0),
(61064, 2569, 230, 'Mount Juliet', 362000600, -865186100, 0),
(61065, 2569, 230, 'Mount Pleasant', 355342400, -872069500, 0),
(61066, 2569, 230, 'Mountain City', 364745600, -818048400, 0),
(61067, 2569, 230, 'Mountain Home', 363080000, -823771500, 0),
(61068, 2569, 230, 'Mulberry', 351829170, -864195560, 0),
(61069, 2569, 230, 'Munford', 354492500, -898150800, 0),
(61070, 2569, 230, 'Murfreesboro', 358704000, -863427000, 0),
(61071, 2569, 230, 'Nashville', 361658900, -867844400, 0),
(61072, 2569, 230, 'New Johnsonville', 360119920, -879657820, 0),
(61073, 2569, 230, 'New Market', 361039800, -835526800, 0),
(61074, 2569, 230, 'New South Memphis', 350867600, -900567600, 0),
(61075, 2569, 230, 'New Tazewell', 364425800, -835996300, 0),
(61076, 2569, 230, 'Newbern', 361128500, -892617400, 0),
(61077, 2569, 230, 'Newport', 359670400, -831876600, 0),
(61078, 2569, 230, 'Niota', 355141700, -845472200, 0),
(61079, 2569, 230, 'Nolensville', 359522900, -866694400, 0),
(61080, 2569, 230, 'Normandy', 354128850, -862383310, 0),
(61081, 2569, 230, 'Norris', 361956300, -840679700, 0),
(61082, 2569, 230, 'Oak Grove', 364117700, -824245900, 0),
(61083, 2569, 230, 'Oak Hill', 360878400, -867830500, 0),
(61084, 2569, 230, 'Oak Ridge', 360210340, -842527260, 0),
(61085, 2569, 230, 'Oakfield', 357238340, -887741400, 0),
(61086, 2569, 230, 'Oakland', 352129500, -895422710, 0),
(61087, 2569, 230, 'Old Hickory', 362597200, -866477800, 0),
(61088, 2569, 230, 'Oliver Springs', 360445200, -843443700, 0),
(61089, 2569, 230, 'Oneida', 365038200, -845143060, 0),
(61090, 2569, 230, 'Ooltewah', 350669400, -850813900, 0),
(61091, 2569, 230, 'Orlinda', 366027800, -866683300, 0),
(61092, 2569, 230, 'Palmyra', 364079920, -875071440, 0),
(61093, 2569, 230, 'Paris', 363020000, -883267100, 0),
(61094, 2569, 230, 'Park City', 350820300, -865711100, 0),
(61095, 2569, 230, 'Parrottsville', 360094400, -830911100, 0),
(61096, 2569, 230, 'Parsons', 356497900, -881267000, 0),
(61097, 2569, 230, 'Pegram', 361006200, -870511200, 0),
(61098, 2569, 230, 'Pelham', 353212790, -857880130, 0),
(61099, 2569, 230, 'Petersburg', 353186100, -866375000, 0),
(61100, 2569, 230, 'Petros', 360958300, -844425000, 0),
(61101, 2569, 230, 'Philadelphia', 356783300, -844013900, 0),
(61102, 2569, 230, 'Pickwick Dam', 350372320, -882914510, 0),
(61103, 2569, 230, 'Pigeon Forge', 357923090, -835623390, 0),
(61104, 2569, 230, 'Pikeville', 356151030, -851903150, 0),
(61105, 2569, 230, 'Pine Crest', 362992700, -823179200, 0),
(61106, 2569, 230, 'Piney Flats', 364194400, -823038900, 0),
(61107, 2569, 230, 'Pioneer', 364609800, -842989510, 0),
(61108, 2569, 230, 'Plainview', 356997900, -863449900, 0),
(61109, 2569, 230, 'Pleasant Hill', 359791130, -852003840, 0),
(61110, 2569, 230, 'Pleasant Shade', 363537460, -859004740, 0),
(61111, 2569, 230, 'Pleasant View', 363942200, -870366700, 0),
(61112, 2569, 230, 'Portland', 365817100, -865163800, 0),
(61113, 2569, 230, 'Powell', 360316670, -840280560, 0),
(61114, 2569, 230, 'Prospect', 350527400, -870096450, 0),
(61115, 2569, 230, 'Pulaski', 351940150, -870237580, 0),
(61116, 2569, 230, 'Quebeck', 358166670, -855669400, 0),
(61117, 2569, 230, 'Ramer', 350702800, -886158300, 0),
(61118, 2569, 230, 'Readyville', 358257860, -862208630, 0),
(61119, 2569, 230, 'Red Bank', 351122900, -852941300, 0),
(61120, 2569, 230, 'Reliance', 351825560, -845066690, 0),
(61121, 2569, 230, 'Riceville', 353847200, -846930600, 0),
(61122, 2569, 230, 'Ridgetop', 363950500, -867794400, 0),
(61123, 2569, 230, 'Ripley', 357453600, -895298000, 0),
(61124, 2569, 230, 'Roan Mountain', 361962300, -820704000, 0),
(61125, 2569, 230, 'Robbins', 363533300, -845894400, 0),
(61126, 2569, 230, 'Rock Island', 357308400, -856501800, 0),
(61127, 2569, 230, 'Rockford', 358391700, -839422200, 0),
(61128, 2569, 230, 'Rockvale', 357572200, -865313900, 0),
(61129, 2569, 230, 'Rockwood', 358654750, -846811990, 0),
(61130, 2569, 230, 'Rogersville', 364041830, -830070160, 0),
(61131, 2569, 230, 'Rossville', 350438900, -895430600, 0),
(61132, 2569, 230, 'Rural Hill', 361167300, -864791600, 0),
(61133, 2569, 230, 'Russellville', 362586100, -831952800, 0),
(61134, 2569, 230, 'Rutherford', 361275700, -889859000, 0),
(61135, 2569, 230, 'Rutledge', 362809200, -835149000, 0),
(61136, 2569, 230, 'Sale Creek', 353822900, -851088400, 0),
(61137, 2569, 230, 'Saltillo', 353808500, -882081300, 0),
(61138, 2569, 230, 'Santa Fe', 357580090, -871689840, 0),
(61139, 2569, 230, 'Savannah', 352248000, -882492000, 0),
(61140, 2569, 230, 'Selmer', 351700800, -885922700, 0),
(61141, 2569, 230, 'Sequatchie', 351906320, -856603600, 0),
(61142, 2569, 230, 'Sevierville', 358714440, -835347500, 0),
(61143, 2569, 230, 'Sewanee', 352031400, -859210900, 0),
(61144, 2569, 230, 'Seymour', 358906400, -837246200, 0),
(61145, 2569, 230, 'Shackle Island', 363706000, -866166600, 0),
(61146, 2569, 230, 'Sharon', 362340800, -888250430, 0),
(61147, 2569, 230, 'Sharps Chapel', 363591050, -838641600, 0),
(61148, 2569, 230, 'Shawanee', 365805560, -836388890, 0),
(61149, 2569, 230, 'Shelbyville', 354733380, -864683740, 0),
(61150, 2569, 230, 'Shiloh', 351506800, -883218300, 0),
(61151, 2569, 230, 'Signal Mountain', 351225700, -853438500, 0),
(61152, 2569, 230, 'Silver Point', 360998400, -857502700, 0),
(61153, 2569, 230, 'Smartt', 356491680, -858329850, 0),
(61154, 2569, 230, 'Smithville', 359606200, -858141500, 0),
(61155, 2569, 230, 'Smyrna', 359650700, -865147120, 0),
(61156, 2569, 230, 'Sneedville', 365298100, -832174000, 0),
(61157, 2569, 230, 'Soddy-Daisy', 352636860, -851578110, 0),
(61158, 2569, 230, 'Somerville', 352437000, -893500700, 0),
(61159, 2569, 230, 'South Cleveland', 351411900, -848721700, 0),
(61160, 2569, 230, 'South Fulton', 365008900, -888753400, 0),
(61161, 2569, 230, 'South Pittsburg', 350093370, -857115130, 0),
(61162, 2569, 230, 'Southside', 350455600, -883516700, 0),
(61163, 2569, 230, 'Sparta', 359259000, -854641400, 0),
(61164, 2569, 230, 'Speedwell', 364586100, -838719400, 0),
(61165, 2569, 230, 'Spencer', 357472900, -854666400, 0),
(61166, 2569, 230, 'Spring City', 356699670, -848525340, 0),
(61167, 2569, 230, 'Spring Hill', 357529820, -868831970, 0),
(61168, 2569, 230, 'Springfield', 365092100, -868850000, 0),
(61169, 2569, 230, 'Springville', 363784200, -881049420, 0),
(61170, 2569, 230, 'Spurgeon', 364395500, -824557000, 0),
(61171, 2569, 230, 'Strawberry Plains', 360630600, -836861100, 0),
(61172, 2569, 230, 'Summertown', 354347200, -873127800, 0),
(61173, 2569, 230, 'Sunbright', 362475000, -846727800, 0),
(61174, 2569, 230, 'Surgoinsville', 364709300, -828518300, 0),
(61175, 2569, 230, 'Sweetwater', 356014600, -844610400, 0),
(61176, 2569, 230, 'Taft', 350514020, -866822200, 0),
(61177, 2569, 230, 'Talbott', 361525000, -834152800, 0),
(61178, 2569, 230, 'Tazewell', 364542500, -835693500, 0),
(61179, 2569, 230, 'Telford', 362327160, -825506690, 0),
(61180, 2569, 230, 'Tellico Plains', 353666670, -842988900, 0),
(61181, 2569, 230, 'Tennessee Ridge', 363120000, -877733600, 0),
(61182, 2569, 230, 'Thompson''s Station', 358003350, -869046470, 0),
(61183, 2569, 230, 'Tiptonville', 363784000, -894720200, 0),
(61184, 2569, 230, 'Toone', 353522200, -889538900, 0),
(61185, 2569, 230, 'Townsend', 356755600, -837550000, 0),
(61186, 2569, 230, 'Tracy City', 352603600, -857360800, 0),
(61187, 2569, 230, 'Trade', 363673430, -817543910, 0),
(61188, 2569, 230, 'Trenton', 359715210, -889676470, 0),
(61189, 2569, 230, 'Troy', 363386800, -891639600, 0),
(61190, 2569, 230, 'Tullahoma', 353703900, -862117110, 0),
(61191, 2569, 230, 'Turtletown', 351269400, -843536100, 0),
(61192, 2569, 230, 'Tusculum', 361751000, -827587600, 0),
(61193, 2569, 230, 'Unicoi', 361953900, -823495800, 0),
(61194, 2569, 230, 'Union City', 364240140, -890556060, 0),
(61195, 2569, 230, 'Unionville', 356217400, -865925000, 0),
(61196, 2569, 230, 'Vonore', 354848430, -840928780, 0),
(61197, 2569, 230, 'Walden', 351647900, -853013500, 0),
(61198, 2569, 230, 'Walland', 357288900, -838125000, 0),
(61199, 2569, 230, 'Walling', 359308140, -854746590, 0),
(61200, 2569, 230, 'Walnut Hill', 365698300, -822568000, 0),
(61201, 2569, 230, 'Wartburg', 361048000, -845971600, 0),
(61202, 2569, 230, 'Washburn', 363146670, -835981300, 0),
(61203, 2569, 230, 'Watertown', 361003400, -861319300, 0),
(61204, 2569, 230, 'Waverly', 360839500, -877947500, 0),
(61205, 2569, 230, 'Waynesboro', 353195200, -877622500, 0),
(61206, 2569, 230, 'Westmoreland', 365619900, -862480400, 0),
(61207, 2569, 230, 'Westpoint', 351532540, -875365540, 0),
(61208, 2569, 230, 'White Bluff', 361075600, -872208400, 0),
(61209, 2569, 230, 'White House', 364703200, -866513800, 0),
(61210, 2569, 230, 'White Pine', 360616400, -832601100, 0),
(61211, 2569, 230, 'Whitehaven', 350361000, -900260000, 0),
(61212, 2569, 230, 'Whites Creek', 362749260, -868305670, 0),
(61213, 2569, 230, 'Whitesburg', 362716700, -831400000, 0),
(61214, 2569, 230, 'Whiteside', 350928020, -853978840, 0),
(61215, 2569, 230, 'Whiteville', 353264700, -891495100, 0),
(61216, 2569, 230, 'Whitwell', 352014600, -855191300, 0),
(61217, 2569, 230, 'Wildwood', 358037000, -838712900, 0),
(61218, 2569, 230, 'Williston', 351643000, -893796000, 0),
(61219, 2569, 230, 'Winchester', 351865700, -861098910, 0),
(61220, 2569, 230, 'Winfield', 365210420, -845021060, 0),
(61221, 2569, 230, 'Woodbury', 358275700, -860716600, 0),
(61222, 2569, 230, 'Woodlawn', 365420000, -875150000, 0),
(61223, 2569, 230, 'Yuma', 358625830, -883784630, 0),
(61224, 2570, 230, 'Abbott', 318838900, -970755600, 0),
(61225, 2570, 230, 'Abernathy', 338323000, -1018429500, 0),
(61226, 2570, 230, 'Abilene', 324295480, -997221330, 0),
(61227, 2570, 230, 'Addison', 329600010, -968291870, 0),
(61228, 2570, 230, 'Adkins', 293930600, -982372200, 0),
(61229, 2570, 230, 'Agua Dulce', 316551100, -1061388700, 0),
(61230, 2570, 230, 'Alamo', 261836900, -981230600, 0),
(61231, 2570, 230, 'Alamo Heights', 294849500, -984658500, 0),
(61232, 2570, 230, 'Alba', 327926670, -956353200, 0),
(61233, 2570, 230, 'Albany', 327234500, -992973000, 0),
(61234, 2570, 230, 'Aldine', 299324400, -953802100, 0),
(61235, 2570, 230, 'Aledo', 326959600, -976022500, 0),
(61236, 2570, 230, 'Alice', 277522500, -980697200, 0),
(61237, 2570, 230, 'Alief', 297111100, -955963900, 0),
(61238, 2570, 230, 'Allen', 331139000, -966958000, 0),
(61239, 2570, 230, 'Alpine', 303483260, -1036584530, 0),
(61240, 2570, 230, 'Alto', 316504500, -950727200, 0),
(61241, 2570, 230, 'Alton', 262872900, -983133500, 0),
(61242, 2570, 230, 'Alvarado', 324307270, -971945350, 0),
(61243, 2570, 230, 'Alvin', 294000000, -952394400, 0),
(61244, 2570, 230, 'Alvord', 333584500, -976947500, 0),
(61245, 2570, 230, 'Amarillo', 351620510, -1018904090, 0),
(61246, 2570, 230, 'Anahuac', 297730000, -946827000, 0),
(61247, 2570, 230, 'Anderson Mill', 304549200, -978058400, 0),
(61248, 2570, 230, 'Andrews', 323187200, -1025457200, 0),
(61249, 2570, 230, 'Angleton', 291694100, -954318800, 0),
(61250, 2570, 230, 'Anna', 333490000, -965486000, 0),
(61251, 2570, 230, 'Annetta', 327093000, -976761400, 0),
(61252, 2570, 230, 'Anson', 327575130, -998940330, 0),
(61253, 2570, 230, 'Anthony', 319992700, -1066055500, 0),
(61254, 2570, 230, 'Aransas Pass', 279094700, -971499900, 0),
(61255, 2570, 230, 'Archer City', 335956600, -986256100, 0),
(61256, 2570, 230, 'Argyle', 331212300, -971833500, 0),
(61257, 2570, 230, 'Arlington', 327356900, -971080700, 0),
(61258, 2570, 230, 'Arp', 322523600, -950725070, 0),
(61259, 2570, 230, 'Asherton', 284436000, -997589400, 0),
(61260, 2570, 230, 'Aspermont', 331334300, -1002273300, 0),
(61261, 2570, 230, 'Atascocita', 299988300, -951766000, 0),
(61262, 2570, 230, 'Atascosa', 292856700, -986473300, 0),
(61263, 2570, 230, 'Athens', 322048700, -958555200, 0),
(61264, 2570, 230, 'Atlanta', 331137400, -941643500, 0),
(61265, 2570, 230, 'Aubrey', 332923490, -969869640, 0),
(61266, 2570, 230, 'Austin', 302671500, -977430600, 0),
(61267, 2570, 230, 'Avalon', 323106450, -967981270, 0),
(61268, 2570, 230, 'Avinger', 328983300, -945544400, 0),
(61269, 2570, 230, 'Axtell', 316583300, -969713900, 0),
(61270, 2570, 230, 'Azle', 329100000, -975572400, 0),
(61271, 2570, 230, 'Bacliff', 295069000, -949924300, 0),
(61272, 2570, 230, 'Baird', 323940200, -993942400, 0),
(61273, 2570, 230, 'Balch Springs', 327287400, -966227700, 0),
(61274, 2570, 230, 'Balcones Heights', 294880100, -985516900, 0),
(61275, 2570, 230, 'Ballinger', 317382100, -999473100, 0),
(61276, 2570, 230, 'Balmorhea', 309838900, -1037422200, 0),
(61277, 2570, 230, 'Bandera', 297266100, -990736500, 0),
(61278, 2570, 230, 'Barker', 297715790, -957010430, 0),
(61279, 2570, 230, 'Barnhart', 311876150, -1011897350, 0),
(61280, 2570, 230, 'Barry', 320988900, -966369400, 0),
(61281, 2570, 230, 'Bartlett', 307949100, -974255600, 0),
(61282, 2570, 230, 'Barton Creek', 302852100, -978691700, 0),
(61283, 2570, 230, 'Bastrop', 301158000, -972746400, 0),
(61284, 2570, 230, 'Batesville', 289510800, -996178300, 0),
(61285, 2570, 230, 'Batson', 302334070, -946017850, 0),
(61286, 2570, 230, 'Bay City', 289621920, -959458570, 0),
(61287, 2570, 230, 'Bayou Vista', 293263500, -949385300, 0),
(61288, 2570, 230, 'Baytown', 297355000, -949774300, 0),
(61289, 2570, 230, 'Beach City', 296621700, -948899200, 0),
(61290, 2570, 230, 'Beasley', 294963890, -959172220, 0),
(61291, 2570, 230, 'Beaumont', 299694000, -941553000, 0),
(61292, 2570, 230, 'Beckville', 322416700, -944547200, 0),
(61293, 2570, 230, 'Bedford', 328281360, -971449720, 0),
(61294, 2570, 230, 'Bedias', 307758300, -959494400, 0),
(61295, 2570, 230, 'Bee Cave', 303085400, -979450100, 0),
(61296, 2570, 230, 'Beeville', 284008300, -977483300, 0),
(61297, 2570, 230, 'Bellaire', 297057900, -954588300, 0),
(61298, 2570, 230, 'Bells', 336123460, -964230450, 0),
(61299, 2570, 230, 'Bellville', 299896800, -962540400, 0),
(61300, 2570, 230, 'Belton', 310560100, -974644500, 0),
(61301, 2570, 230, 'Ben Bolt', 277519440, -980694440, 0),
(61302, 2570, 230, 'Ben Wheeler', 324145200, -956491200, 0),
(61303, 2570, 230, 'Benavides', 275989200, -984080700, 0),
(61304, 2570, 230, 'Benbrook', 326731900, -974605800, 0),
(61305, 2570, 230, 'Berclair', 285305560, -975908330, 0),
(61306, 2570, 230, 'Bergheim', 298408050, -985818350, 0),
(61307, 2570, 230, 'Bertram', 307438000, -980555800, 0),
(61308, 2570, 230, 'Beverly', 315251700, -971419500, 0),
(61309, 2570, 230, 'Bevil Oaks', 301502100, -942696300, 0),
(61310, 2570, 230, 'Big Bend National Park', 292500000, -1032500000, 0),
(61311, 2570, 230, 'Big Sandy', 325844320, -951140720, 0),
(61312, 2570, 230, 'Big Spring', 325146100, -1015757400, 0),
(61313, 2570, 230, 'Bishop', 275861400, -977991600, 0),
(61314, 2570, 230, 'Bivins', 329397000, -941478000, 0),
(61315, 2570, 230, 'Blanco', 300979900, -984214100, 0),
(61316, 2570, 230, 'Blanket', 318244990, -987873550, 0),
(61317, 2570, 230, 'Blessing', 288713900, -962208300, 0),
(61318, 2570, 230, 'Bloomburg', 331342420, -940670320, 0),
(61319, 2570, 230, 'Blooming Grove', 320947310, -967188150, 0),
(61320, 2570, 230, 'Bloomington', 286477700, -968924900, 0),
(61321, 2570, 230, 'Blossom', 336615000, -953857900, 0),
(61322, 2570, 230, 'Blue Mound', 328565200, -973389100, 0),
(61323, 2570, 230, 'Blue Ridge', 332991700, -964016700, 0),
(61324, 2570, 230, 'Bluff Dale', 323508300, -980213900, 0),
(61325, 2570, 230, 'Blum', 321425000, -973955600, 0),
(61326, 2570, 230, 'Boerne', 297946600, -987319700, 0),
(61327, 2570, 230, 'Bogata', 334706700, -952138400, 0),
(61328, 2570, 230, 'Boling', 292644200, -959438400, 0),
(61329, 2570, 230, 'Bon Wier', 307400000, -936433300, 0),
(61330, 2570, 230, 'Bonham', 335773300, -961783100, 0),
(61331, 2570, 230, 'Booker', 364533600, -1005373700, 0),
(61332, 2570, 230, 'Borger', 356678200, -1013973900, 0),
(61333, 2570, 230, 'Bovina', 345136800, -1028830000, 0),
(61334, 2570, 230, 'Bowie', 335643600, -978362400, 0),
(61335, 2570, 230, 'Boyd', 330787300, -975653000, 0),
(61336, 2570, 230, 'Brackettville', 293105100, -1004178600, 0),
(61337, 2570, 230, 'Brady', 311351700, -993350600, 0),
(61338, 2570, 230, 'Brashear', 331186100, -957336100, 0),
(61339, 2570, 230, 'Brazoria', 290432940, -955698960, 0),
(61340, 2570, 230, 'Breckenridge', 327556800, -989022900, 0),
(61341, 2570, 230, 'Bremond', 311493000, -966763200, 0),
(61342, 2570, 230, 'Brenham', 302168400, -963964200, 0),
(61343, 2570, 230, 'Briar', 329951200, -975428000, 0),
(61344, 2570, 230, 'Briarcliff', 304074200, -980444600, 0),
(61345, 2570, 230, 'Bridge City', 300207700, -938457300, 0),
(61346, 2570, 230, 'Bridgeport', 332101200, -977547600, 0),
(61347, 2570, 230, 'Broaddus', 313063900, -942688900, 0),
(61348, 2570, 230, 'Bronson', 313287000, -940197000, 0),
(61349, 2570, 230, 'Brookeland', 311527800, -939936100, 0),
(61350, 2570, 230, 'Brookesmith', 315176580, -991407210, 0),
(61351, 2570, 230, 'Brookshire', 297989400, -959622840, 0),
(61352, 2570, 230, 'Brookside Village', 295869000, -953252200, 0),
(61353, 2570, 230, 'Brownfield', 331812000, -1022743500, 0),
(61354, 2570, 230, 'Brownsboro', 323023700, -956135700, 0),
(61355, 2570, 230, 'Brownsville', 259411000, -974480000, 0),
(61356, 2570, 230, 'Brownwood', 316887000, -989677200, 0),
(61357, 2570, 230, 'Bruceville-Eddy', 313051700, -972516700, 0),
(61358, 2570, 230, 'Brushy Creek', 305135300, -977397300, 0),
(61359, 2570, 230, 'Bryan', 306811040, -963777000, 0),
(61360, 2570, 230, 'Buda', 300840740, -978438270, 0),
(61361, 2570, 230, 'Buffalo', 314637900, -960580200, 0),
(61362, 2570, 230, 'Buffalo Gap', 322811100, -998291700, 0),
(61363, 2570, 230, 'Bullard', 321398800, -953202300, 0),
(61364, 2570, 230, 'Bulverde', 297438300, -984530700, 0),
(61365, 2570, 230, 'Buna', 304329800, -939624000, 0),
(61366, 2570, 230, 'Bunker Hill Village', 297674500, -955299400, 0),
(61367, 2570, 230, 'Burkburnett', 340978700, -985706100, 0),
(61368, 2570, 230, 'Burkeville', 310282200, -936430800, 0),
(61369, 2570, 230, 'Burleson', 325284500, -973118670, 0),
(61370, 2570, 230, 'Burnet', 307582400, -982283600, 0),
(61371, 2570, 230, 'Burton', 301768690, -966097340, 0),
(61372, 2570, 230, 'Bushland', 351920000, -1020646400, 0),
(61373, 2570, 230, 'Cactus', 360522600, -1020024000, 0),
(61374, 2570, 230, 'Caddo Mills', 330656700, -962277600, 0),
(61375, 2570, 230, 'Caldwell', 305313200, -966930300, 0),
(61376, 2570, 230, 'Call', 306124260, -938743460, 0),
(61377, 2570, 230, 'Cameron', 308532500, -969769300, 0),
(61378, 2570, 230, 'Cameron Park', 259645200, -974766500, 0),
(61379, 2570, 230, 'Cameron Park Colonia', 259714700, -974783200, 0),
(61380, 2570, 230, 'Camp Swift', 301907700, -972922100, 0),
(61381, 2570, 230, 'Campbell', 331480600, -959513900, 0),
(61382, 2570, 230, 'Campbellton', 287913630, -982452760, 0),
(61383, 2570, 230, 'Canadian', 359128200, -1003820800, 0),
(61384, 2570, 230, 'Canton', 325518370, -958706110, 0),
(61385, 2570, 230, 'Canutillo', 319114900, -1066002700, 0),
(61386, 2570, 230, 'Canyon', 349815730, -1019260210, 0),
(61387, 2570, 230, 'Canyon Lake', 298752200, -982625100, 0),
(61388, 2570, 230, 'Carbon', 320952700, -989638170, 0),
(61389, 2570, 230, 'Carlsbad', 316055600, -1006433300, 0),
(61390, 2570, 230, 'Carmine', 301491700, -966883300, 0),
(61391, 2570, 230, 'Carrizo Springs', 285207000, -998884800, 0),
(61392, 2570, 230, 'Carrollton', 329537300, -968902800, 0),
(61393, 2570, 230, 'Carthage', 321569130, -943426730, 0),
(61394, 2570, 230, 'Castle Hills', 295232900, -985164100, 0),
(61395, 2570, 230, 'Castroville', 293477250, -988849650, 0),
(61396, 2570, 230, 'Cat Spring', 298455600, -963258300, 0),
(61397, 2570, 230, 'Cedar Creek', 300863900, -975013900, 0),
(61398, 2570, 230, 'Cedar Hill', 325884700, -969561200, 0),
(61399, 2570, 230, 'Cedar Park', 305052000, -978202900, 0),
(61400, 2570, 230, 'Celeste', 332940280, -961968010, 0),
(61401, 2570, 230, 'Celina', 333245600, -967844400, 0),
(61402, 2570, 230, 'Center', 317950800, -941641800, 0),
(61403, 2570, 230, 'Center Point', 299356200, -990100200, 0),
(61404, 2570, 230, 'Centerville', 312579600, -959782900, 0),
(61405, 2570, 230, 'Cesar Chavez', 263034000, -981152900, 0),
(61406, 2570, 230, 'Chandler', 322406000, -955345000, 0),
(61407, 2570, 230, 'Channelview', 297760600, -951146500, 0),
(61408, 2570, 230, 'Chapman Ranch', 276353490, -974517290, 0),
(61409, 2570, 230, 'Chappell Hill', 301352800, -962569400, 0),
(61410, 2570, 230, 'Charlotte', 288200950, -987119350, 0),
(61411, 2570, 230, 'Chatfield', 322914400, -963679740, 0),
(61412, 2570, 230, 'Chico', 332959500, -977989200, 0),
(61413, 2570, 230, 'Chicota', 338688900, -955711100, 0),
(61414, 2570, 230, 'Childress', 344264500, -1002040000, 0),
(61415, 2570, 230, 'Chilton', 312802800, -970641700, 0),
(61416, 2570, 230, 'China', 300479900, -943357400, 0),
(61417, 2570, 230, 'China Grove', 293888500, -983489000, 0),
(61418, 2570, 230, 'China Spring', 316491700, -973047200, 0),
(61419, 2570, 230, 'Christoval', 312002430, -1005377630, 0),
(61420, 2570, 230, 'Cibolo', 295616200, -982269600, 0),
(61421, 2570, 230, 'Cinco Ranch', 297388400, -957580000, 0),
(61422, 2570, 230, 'Cisco', 323881900, -989792300, 0),
(61423, 2570, 230, 'Clarendon', 349378300, -1008882000, 0),
(61424, 2570, 230, 'Clarksville', 336106600, -950527200, 0),
(61425, 2570, 230, 'Claude', 351117200, -1013632200, 0),
(61426, 2570, 230, 'Clear Lake Shores', 295474500, -950321500, 0),
(61427, 2570, 230, 'Cleburne', 323476400, -973866800, 0),
(61428, 2570, 230, 'Cleveland', 303413200, -950854900, 0),
(61429, 2570, 230, 'Clifton', 317823800, -975766900, 0),
(61430, 2570, 230, 'Clint', 315908300, -1062291700, 0),
(61431, 2570, 230, 'Cloverleaf', 297782800, -951718800, 0),
(61432, 2570, 230, 'Clute', 290246900, -953988300, 0),
(61433, 2570, 230, 'Clyde', 324059600, -994936900, 0),
(61434, 2570, 230, 'Cockrell Hill', 327362400, -968869500, 0),
(61435, 2570, 230, 'Coleman', 318273700, -994264500, 0),
(61436, 2570, 230, 'College Station', 305838480, -962924490, 0),
(61437, 2570, 230, 'Colleyville', 328809600, -971550100, 0),
(61438, 2570, 230, 'Collinsville', 335598710, -969096230, 0),
(61439, 2570, 230, 'Colmesneil', 309083300, -944236100, 0),
(61440, 2570, 230, 'Colorado City', 323881700, -1008645600, 0),
(61441, 2570, 230, 'Columbus', 296982600, -965664000, 0),
(61442, 2570, 230, 'Comanche', 319363890, -984883330, 0),
(61443, 2570, 230, 'Combes', 262486900, -977338800, 0),
(61444, 2570, 230, 'Comfort', 299677200, -989050300, 0),
(61445, 2570, 230, 'Commerce', 332470600, -958999700, 0),
(61446, 2570, 230, 'Comstock', 296844400, -1011733300, 0),
(61447, 2570, 230, 'Concan', 294952800, -997125000, 0),
(61448, 2570, 230, 'Conroe', 303118800, -954560500, 0),
(61449, 2570, 230, 'Converse', 294782000, -982759000, 0),
(61450, 2570, 230, 'Cookville', 331855600, -948544400, 0),
(61451, 2570, 230, 'Coolidge', 317427000, -966724200, 0),
(61452, 2570, 230, 'Cooper', 312432400, -955821700, 0),
(61453, 2570, 230, 'Coppell', 329659000, -969864000, 0),
(61454, 2570, 230, 'Copper Canyon', 330959500, -970966800, 0),
(61455, 2570, 230, 'Copperas Cove', 311240600, -979030800, 0),
(61456, 2570, 230, 'Corinth', 331540100, -970647300, 0),
(61457, 2570, 230, 'Corpus Christi', 278005800, -973963800, 0),
(61458, 2570, 230, 'Corsicana', 320601600, -964311600, 0),
(61459, 2570, 230, 'Cotulla', 284369300, -992350300, 0),
(61460, 2570, 230, 'Coupland', 304600000, -973886100, 0),
(61461, 2570, 230, 'Covington', 321600370, -972491660, 0),
(61462, 2570, 230, 'Crandall', 326279100, -964558200, 0),
(61463, 2570, 230, 'Crane', 313944300, -1023519050, 0),
(61464, 2570, 230, 'Cranfills Gap', 317736100, -978283300, 0),
(61465, 2570, 230, 'Crawford', 315344400, -974438900, 0),
(61466, 2570, 230, 'Cresson', 325325000, -976177800, 0),
(61467, 2570, 230, 'Crockett', 313182400, -954566100, 0),
(61468, 2570, 230, 'Crosby', 299118900, -950621500, 0),
(61469, 2570, 230, 'Cross Mountain', 296455000, -986594700, 0),
(61470, 2570, 230, 'Cross Plains', 321263900, -991647200, 0),
(61471, 2570, 230, 'Crowley', 325790300, -973625200, 0),
(61472, 2570, 230, 'Crystal City', 286840920, -998257220, 0),
(61473, 2570, 230, 'Cuero', 290938700, -972891600, 0),
(61474, 2570, 230, 'Cumby', 331352960, -958403860, 0),
(61475, 2570, 230, 'Cushing', 318136100, -948402800, 0),
(61476, 2570, 230, 'Cut and Shoot', 303332700, -953579900, 0),
(61477, 2570, 230, 'Cypress', 299691100, -956971700, 0),
(61478, 2570, 230, 'D''Hanis', 293501500, -993115950, 0),
(61479, 2570, 230, 'Daingerfield', 330317900, -947218700, 0),
(61480, 2570, 230, 'Dale', 299275000, -975644400, 0),
(61481, 2570, 230, 'Dalhart', 360633540, -1025181910, 0),
(61482, 2570, 230, 'Dallardsville', 306283200, -946315800, 0),
(61483, 2570, 230, 'Dallas', 327830600, -968066700, 0),
(61484, 2570, 230, 'Dalworthington Gardens', 327029100, -971552900, 0),
(61485, 2570, 230, 'Damon', 292894400, -957369400, 0),
(61486, 2570, 230, 'Danbury', 292283000, -953449400, 0),
(61487, 2570, 230, 'Darrouzett', 364445010, -1003264090, 0),
(61488, 2570, 230, 'Dayton', 300466100, -948852000, 0),
(61489, 2570, 230, 'De Kalb', 335087300, -946163200, 0),
(61490, 2570, 230, 'De Leon', 321080040, -985374940, 0),
(61491, 2570, 230, 'DeCordova', 324298600, -976950300, 0),
(61492, 2570, 230, 'DeSoto', 325898600, -968569500, 0),
(61493, 2570, 230, 'Decatur', 332342800, -975861400, 0),
(61494, 2570, 230, 'Deer Park', 297052300, -951238200, 0),
(61495, 2570, 230, 'Del Rio', 293627300, -1008967600, 0),
(61496, 2570, 230, 'Del Valle', 302105600, -976544400, 0),
(61497, 2570, 230, 'Dell City', 319352800, -1052002800, 0),
(61498, 2570, 230, 'Denison', 337486940, -965613340, 0),
(61499, 2570, 230, 'Dennis', 326186100, -979266700, 0),
(61500, 2570, 230, 'Denton', 332148400, -971330700, 0),
(61501, 2570, 230, 'Denver City', 329645500, -1028291000, 0),
(61502, 2570, 230, 'Deport', 335266700, -953166670, 0),
(61503, 2570, 230, 'Detroit', 336638380, -952316510, 0),
(61504, 2570, 230, 'Devine', 291399600, -989053100, 0),
(61505, 2570, 230, 'Deweyville', 304908210, -937447440, 0),
(61506, 2570, 230, 'Diana', 327100000, -947522200, 0),
(61507, 2570, 230, 'Diboll', 311871300, -947810400, 0),
(61508, 2570, 230, 'Dickinson', 294607900, -950513200, 0),
(61509, 2570, 230, 'Dilley', 286674800, -991705900, 0),
(61510, 2570, 230, 'Dime Box', 303566700, -968225000, 0),
(61511, 2570, 230, 'Dimmitt', 345509000, -1023118600, 0),
(61512, 2570, 230, 'Dinero', 282263900, -979616700, 0),
(61513, 2570, 230, 'Dodd City', 335759370, -960748670, 0),
(61514, 2570, 230, 'Doffing', 262745200, -983858500, 0),
(61515, 2570, 230, 'Donie', 314772200, -962225000, 0),
(61516, 2570, 230, 'Donna', 261703500, -980519500, 0),
(61517, 2570, 230, 'Double Oak', 330651200, -971105700, 0),
(61518, 2570, 230, 'Douglassville', 331902600, -943559490, 0),
(61519, 2570, 230, 'Driftwood', 300733090, -980236660, 0),
(61520, 2570, 230, 'Dripping Springs', 301902100, -980866800, 0),
(61521, 2570, 230, 'Dublin', 320851400, -983419900, 0),
(61522, 2570, 230, 'Dumas', 358634630, -1019666010, 0),
(61523, 2570, 230, 'Duncanville', 326518000, -969083400, 0),
(61524, 2570, 230, 'Dyess Air Force Base', 324312050, -998134380, 0),
(61525, 2570, 230, 'Eagle Lake', 295896800, -963335800, 0),
(61526, 2570, 230, 'Eagle Mountain', 328934600, -974444600, 0),
(61527, 2570, 230, 'Eagle Pass', 287091400, -1004995200, 0),
(61528, 2570, 230, 'Early', 317509300, -989254800, 0),
(61529, 2570, 230, 'Earth', 342300160, -1024464870, 0),
(61530, 2570, 230, 'East Bernard', 295290620, -960622700, 0),
(61531, 2570, 230, 'Eastland', 324015200, -988175600, 0),
(61532, 2570, 230, 'Ector', 335774990, -962710330, 0),
(61533, 2570, 230, 'Edcouch', 262939600, -979605600, 0),
(61534, 2570, 230, 'Eddy', 313055600, -972480600, 0),
(61535, 2570, 230, 'Edgecliff Village', 326576300, -973427900, 0),
(61536, 2570, 230, 'Edgewood', 326981800, -958852400, 0),
(61537, 2570, 230, 'Edinburg', 263017400, -981633400, 0),
(61538, 2570, 230, 'Edmonson', 341981600, -1017862290, 0),
(61539, 2570, 230, 'Edna', 289785900, -966460900, 0),
(61540, 2570, 230, 'Egypt', 294046800, -962365800, 0),
(61541, 2570, 230, 'El Campo', 291966400, -962696900, 0),
(61542, 2570, 230, 'El Paso', 317587200, -1064869300, 0),
(61543, 2570, 230, 'Eldorado', 308619730, -1005947970, 0),
(61544, 2570, 230, 'Electra', 340189610, -988929970, 0),
(61545, 2570, 230, 'Elgin', 303496500, -973702700, 0),
(61546, 2570, 230, 'Elkhart', 316251700, -955794000, 0),
(61547, 2570, 230, 'Elm Mott', 316718730, -970977180, 0),
(61548, 2570, 230, 'Elmendorf', 292560700, -983327900, 0),
(61549, 2570, 230, 'Elsa', 262979080, -979924860, 0),
(61550, 2570, 230, 'Emory', 328745700, -957655200, 0),
(61551, 2570, 230, 'Encinal', 280407900, -993563490, 0),
(61552, 2570, 230, 'Enloe', 333978350, -955925930, 0),
(61553, 2570, 230, 'Ennis', 323401000, -965685000, 0),
(61554, 2570, 230, 'Eola', 313988900, -1000891700, 0),
(61555, 2570, 230, 'Escobares', 264106200, -989625300, 0),
(61556, 2570, 230, 'Euless', 328370700, -970819500, 0),
(61557, 2570, 230, 'Evant', 314763900, -981516700, 0),
(61558, 2570, 230, 'Everman', 326309700, -972891800, 0),
(61559, 2570, 230, 'Fabens', 315023400, -1061585900, 0),
(61560, 2570, 230, 'Fair Oaks Ranch', 297457800, -986433600, 0),
(61561, 2570, 230, 'Fairfield', 317246100, -961652500, 0),
(61562, 2570, 230, 'Fairview', 330192900, -975458600, 0),
(61563, 2570, 230, 'Falfurrias', 272269900, -981441700, 0),
(61564, 2570, 230, 'Fannett', 299260500, -942507400, 0),
(61565, 2570, 230, 'Farmers Branch', 329265100, -968961200, 0),
(61566, 2570, 230, 'Farmersville', 331705690, -963716140, 0),
(61567, 2570, 230, 'Farwell', 343834100, -1030380000, 0),
(61568, 2570, 230, 'Fate', 329415100, -963813700, 0),
(61569, 2570, 230, 'Fayetteville', 299050000, -966750000, 0),
(61570, 2570, 230, 'Fentress', 297558000, -977761200, 0),
(61571, 2570, 230, 'Ferris', 325340300, -966655500, 0),
(61572, 2570, 230, 'Fifth Street', 295982900, -955513300, 0),
(61573, 2570, 230, 'Fischer', 299992000, -982935000, 0),
(61574, 2570, 230, 'Flatonia', 296877230, -971074510, 0),
(61575, 2570, 230, 'Flint', 322041700, -953486100, 0),
(61576, 2570, 230, 'Florence', 308385630, -977902510, 0),
(61577, 2570, 230, 'Floresville', 291335800, -981561200, 0),
(61578, 2570, 230, 'Flower Mound', 330145700, -970969600, 0),
(61579, 2570, 230, 'Fluvanna', 328855600, -1011486100, 0),
(61580, 2570, 230, 'Forest Hill', 326720800, -972691800, 0),
(61581, 2570, 230, 'Forney', 327481800, -964719300, 0),
(61582, 2570, 230, 'Fort Bliss', 318135700, -1064122400, 0),
(61583, 2570, 230, 'Fort Davis', 307075010, -1039153900, 0),
(61584, 2570, 230, 'Fort Hood', 311348900, -977756100, 0),
(61585, 2570, 230, 'Fort Stockton', 308899560, -1028836000, 0),
(61586, 2570, 230, 'Fort Worth', 329746630, -973349020, 0),
(61587, 2570, 230, 'Four Corners', 296685700, -956577200, 0),
(61588, 2570, 230, 'Franklin', 310260200, -964852400, 0),
(61589, 2570, 230, 'Frankston', 320526600, -955063500, 0),
(61590, 2570, 230, 'Fredericksburg', 302752000, -988719800, 0),
(61591, 2570, 230, 'Freeport', 289541400, -953596600, 0),
(61592, 2570, 230, 'Freer', 278828000, -986177900, 0),
(61593, 2570, 230, 'Fresno', 295388500, -954474400, 0),
(61594, 2570, 230, 'Friendswood', 295294000, -952010400, 0),
(61595, 2570, 230, 'Friona', 346417300, -1027241000, 0),
(61596, 2570, 230, 'Frisco', 331523000, -968499000, 0),
(61597, 2570, 230, 'Fritch', 356397700, -1016032300, 0),
(61598, 2570, 230, 'Frost', 320791700, -968086100, 0),
(61599, 2570, 230, 'Fruitvale', 326830600, -957997200, 0),
(61600, 2570, 230, 'Fulshear', 296899600, -958996800, 0),
(61601, 2570, 230, 'Fulton', 280614000, -970411000, 0),
(61602, 2570, 230, 'Gail', 327703800, -1014454100, 0),
(61603, 2570, 230, 'Gainesville', 336194360, -971212740, 0),
(61604, 2570, 230, 'Galena Park', 297335600, -952302100, 0),
(61605, 2570, 230, 'Galveston', 293012400, -947884200, 0),
(61606, 2570, 230, 'Ganado', 290389400, -965117060, 0),
(61607, 2570, 230, 'Garden City', 318640200, -1014812300, 0),
(61608, 2570, 230, 'Garden Ridge', 296346700, -983052900, 0),
(61609, 2570, 230, 'Gardendale', 320204000, -1023801500, 0),
(61610, 2570, 230, 'Garfield', 301874400, -975577800, 0),
(61611, 2570, 230, 'Garland', 329126200, -966388800, 0),
(61612, 2570, 230, 'Gary', 320311100, -943672200, 0),
(61613, 2570, 230, 'Gatesville', 314307280, -977393180, 0),
(61614, 2570, 230, 'Gause', 307849800, -967210800, 0),
(61615, 2570, 230, 'George West', 283325000, -981175100, 0),
(61616, 2570, 230, 'Georgetown', 306652480, -977048350, 0),
(61617, 2570, 230, 'Geronimo', 296630000, -979669500, 0),
(61618, 2570, 230, 'Gholson', 317010000, -972164000, 0),
(61619, 2570, 230, 'Giddings', 301824090, -969335520, 0),
(61620, 2570, 230, 'Gilmer', 327287500, -949424400, 0),
(61621, 2570, 230, 'Gladewater', 325365300, -949427200, 0),
(61622, 2570, 230, 'Glen Rose', 322345900, -977553100, 0),
(61623, 2570, 230, 'Glenn Heights', 325487500, -968566700, 0),
(61624, 2570, 230, 'Godley', 324490300, -975266900, 0),
(61625, 2570, 230, 'Goldthwaite', 314388000, -985751400, 0),
(61626, 2570, 230, 'Goliad', 287574600, -974206800, 0),
(61627, 2570, 230, 'Gonzales', 295076400, -974473200, 0),
(61628, 2570, 230, 'Goodfellow Air Force Base', 313846280, -1005612280, 0),
(61629, 2570, 230, 'Goodrich', 305514330, -948779780, 0),
(61630, 2570, 230, 'Gordon', 325767460, -983529850, 0),
(61631, 2570, 230, 'Gordonville', 337955600, -968527800, 0),
(61632, 2570, 230, 'Gorman', 322137500, -986706100, 0),
(61633, 2570, 230, 'Graford', 329380600, -982477800, 0),
(61634, 2570, 230, 'Graham', 331070600, -985895000, 0),
(61635, 2570, 230, 'Granbury', 324420800, -977942000, 0),
(61636, 2570, 230, 'Grand Prairie', 327459600, -969977800, 0),
(61637, 2570, 230, 'Grand Saline', 326734600, -957094100, 0),
(61638, 2570, 230, 'Grandfalls', 313408300, -1028547200, 0),
(61639, 2570, 230, 'Grandview', 322652880, -971776120, 0),
(61640, 2570, 230, 'Granger', 307176900, -974427800, 0),
(61641, 2570, 230, 'Granite Shoals', 305890800, -983839200, 0),
(61642, 2570, 230, 'Grape Creek', 315793200, -1005476000, 0),
(61643, 2570, 230, 'Grapeland', 314918400, -954785600, 0),
(61644, 2570, 230, 'Grapevine', 329313540, -970955830, 0),
(61645, 2570, 230, 'Greatwood', 295541300, -956757800, 0),
(61646, 2570, 230, 'Greenville', 331384500, -961108100, 0),
(61647, 2570, 230, 'Gregory', 279222400, -972899900, 0),
(61648, 2570, 230, 'Groesbeck', 315243400, -965338700, 0),
(61649, 2570, 230, 'Groom', 352076000, -1011126730, 0),
(61650, 2570, 230, 'Groves', 299482700, -939171200, 0),
(61651, 2570, 230, 'Gruver', 362650300, -1014062700, 0),
(61652, 2570, 230, 'Gun Barrel City', 323345900, -961513600, 0),
(61653, 2570, 230, 'Gunter', 328687300, -956296800, 0),
(61654, 2570, 230, 'Guthrie', 336206400, -1003228900, 0),
(61655, 2570, 230, 'Guy', 293441700, -957830600, 0),
(61656, 2570, 230, 'Hallettsville', 294438500, -969410900, 0),
(61657, 2570, 230, 'Hallsville', 325043200, -945740900, 0),
(61658, 2570, 230, 'Haltom City', 327995700, -972691800, 0),
(61659, 2570, 230, 'Hamilton', 317037700, -981239200, 0),
(61660, 2570, 230, 'Hamshire', 298616700, -943125000, 0),
(61661, 2570, 230, 'Happy', 347437040, -1018583650, 0),
(61662, 2570, 230, 'Hardin', 301499580, -947364310, 0),
(61663, 2570, 230, 'Hargill', 264425000, -980138900, 0),
(61664, 2570, 230, 'Harker Heights', 310835100, -976597400, 0),
(61665, 2570, 230, 'Harleton', 326830000, -945670000, 0),
(61666, 2570, 230, 'Harlingen', 261921000, -976852200, 0),
(61667, 2570, 230, 'Harper', 302999200, -992442100, 0),
(61668, 2570, 230, 'Harwood', 296658300, -975052800, 0),
(61669, 2570, 230, 'Haskell', 331599010, -997362700, 0),
(61670, 2570, 230, 'Haslet', 329748500, -973478000, 0),
(61671, 2570, 230, 'Hawkins', 325884700, -952041100, 0),
(61672, 2570, 230, 'Hawley', 326119400, -998133300, 0),
(61673, 2570, 230, 'Hearne', 308785200, -965930300, 0),
(61674, 2570, 230, 'Heath', 328365100, -964749900, 0),
(61675, 2570, 230, 'Hebbronville', 273067100, -986783500, 0),
(61676, 2570, 230, 'Hedwig Village', 297774500, -955171600, 0),
(61677, 2570, 230, 'Heidenheimer', 310787920, -973273770, 0),
(61678, 2570, 230, 'Helotes', 295780100, -986897500, 0),
(61679, 2570, 230, 'Hemphill', 313407400, -938468500, 0),
(61680, 2570, 230, 'Hempstead', 300974400, -960782900, 0),
(61681, 2570, 230, 'Henderson', 319393100, -949610300, 0),
(61682, 2570, 230, 'Henrietta', 338173200, -981953200, 0),
(61683, 2570, 230, 'Hereford', 348232140, -1024008560, 0),
(61684, 2570, 230, 'Hermleigh', 326355200, -1007584080, 0),
(61685, 2570, 230, 'Hewitt', 314623900, -971958400, 0),
(61686, 2570, 230, 'Hickory Creek', 331237000, -970259000, 0),
(61687, 2570, 230, 'Hico', 319829300, -980336500, 0),
(61688, 2570, 230, 'Hidalgo', 261003500, -982630700, 0),
(61689, 2570, 230, 'Hideaway', 324904200, -954574600, 0),
(61690, 2570, 230, 'Highland Park', 328334600, -967919500, 0),
(61691, 2570, 230, 'Highland Village', 330917900, -970466800, 0),
(61692, 2570, 230, 'Highlands', 298188400, -950560400, 0),
(61693, 2570, 230, 'Hillsboro', 320147400, -971088600, 0),
(61694, 2570, 230, 'Hitchcock', 293482900, -950160400, 0),
(61695, 2570, 230, 'Hockley', 300269400, -958444400, 0),
(61696, 2570, 230, 'Holland', 308795320, -974042990, 0),
(61697, 2570, 230, 'Hollywood Park', 296005000, -984872400, 0),
(61698, 2570, 230, 'Homestead Meadows South', 318109700, -1061642700, 0),
(61699, 2570, 230, 'Hondo', 293474600, -991414200, 0),
(61700, 2570, 230, 'Honey Grove', 335834400, -959099700, 0),
(61701, 2570, 230, 'Horizon City', 316926100, -1062074800, 0),
(61702, 2570, 230, 'Hornsby Bend', 302474300, -975833300, 0),
(61703, 2570, 230, 'Horseshoe Bay', 305797310, -982720850, 0),
(61704, 2570, 230, 'Houston', 297632800, -953632700, 0),
(61705, 2570, 230, 'Howe', 335087200, -966122100, 0),
(61706, 2570, 230, 'Hubbard', 318484900, -967972200, 0),
(61707, 2570, 230, 'Hudson', 299024500, -955024400, 0),
(61708, 2570, 230, 'Hudson Bend', 304171400, -979291800, 0),
(61709, 2570, 230, 'Hudson Oaks', 327570700, -977067000, 0),
(61710, 2570, 230, 'Huffman', 300272200, -950858300, 0),
(61711, 2570, 230, 'Hufsmith', 301222200, -955966700, 0),
(61712, 2570, 230, 'Hughes Springs', 329984600, -946307600, 0),
(61713, 2570, 230, 'Hull', 301350080, -946541750, 0),
(61714, 2570, 230, 'Humble', 299507950, -952669370, 0),
(61715, 2570, 230, 'Hungerford', 293102330, -960963910, 0),
(61716, 2570, 230, 'Hunters Creek Village', 297705100, -954955000, 0),
(61717, 2570, 230, 'Huntington', 312830240, -945792850, 0),
(61718, 2570, 230, 'Huntsville', 306885000, -955723800, 0),
(61719, 2570, 230, 'Hurst', 328596580, -971761350, 0),
(61720, 2570, 230, 'Hutchins', 326493000, -967130500, 0),
(61721, 2570, 230, 'Hutto', 305427000, -975466700, 0),
(61722, 2570, 230, 'Idalou', 336664700, -1016829400, 0),
(61723, 2570, 230, 'Imperial', 312719400, -1026958300, 0),
(61724, 2570, 230, 'Industry', 299830800, -965281800, 0),
(61725, 2570, 230, 'Inez', 289038800, -967880400, 0),
(61726, 2570, 230, 'Ingleside', 278778000, -972116600, 0),
(61727, 2570, 230, 'Ingram', 300774300, -992403200, 0),
(61728, 2570, 230, 'Iola', 306748860, -961281670, 0),
(61729, 2570, 230, 'Iowa Colony', 294824600, -954155000, 0),
(61730, 2570, 230, 'Iowa Park', 339514800, -986686700, 0),
(61731, 2570, 230, 'Iraan', 309140500, -1018979100, 0),
(61732, 2570, 230, 'Iredell', 319847200, -978708300, 0),
(61733, 2570, 230, 'Irving', 329186000, -969714000, 0),
(61734, 2570, 230, 'Italy', 321840400, -968847200, 0),
(61735, 2570, 230, 'Itasca', 321595900, -971500100, 0),
(61736, 2570, 230, 'Ivanhoe', 336814030, -961711850, 0),
(61737, 2570, 230, 'Jacinto City', 297674500, -952338200, 0),
(61738, 2570, 230, 'Jacksboro', 332184500, -981586600, 0),
(61739, 2570, 230, 'Jacksonville', 319500600, -952575000, 0),
(61740, 2570, 230, 'Jarrell', 308277800, -976066700, 0),
(61741, 2570, 230, 'Jasper', 309352800, -940165800, 0),
(61742, 2570, 230, 'Jefferson', 327573600, -943451900, 0),
(61743, 2570, 230, 'Jersey Village', 298877200, -955630000, 0),
(61744, 2570, 230, 'Jewett', 313615700, -961441300, 0),
(61745, 2570, 230, 'Joaquin', 319655600, -940483300, 0),
(61746, 2570, 230, 'Johnson City', 302768700, -984119700, 0),
(61747, 2570, 230, 'Joinerville', 321780600, -949008300, 0),
(61748, 2570, 230, 'Jollyville', 304427000, -977750100, 0),
(61749, 2570, 230, 'Jonestown', 304954700, -979233500, 0),
(61750, 2570, 230, 'Jonesville', 324980600, -941111100, 0),
(61751, 2570, 230, 'Joshua', 324615300, -973880700, 0),
(61752, 2570, 230, 'Jourdanton', 289180300, -985464100, 0),
(61753, 2570, 230, 'Judson', 325825200, -947533200, 0),
(61754, 2570, 230, 'Junction', 304893600, -997720100, 0),
(61755, 2570, 230, 'Justin', 330848400, -972961300, 0),
(61756, 2570, 230, 'Karnes City', 288849800, -979008400, 0),
(61757, 2570, 230, 'Katy', 298195380, -957522600, 0),
(61758, 2570, 230, 'Kaufman', 325867760, -963000740, 0),
(61759, 2570, 230, 'Keene', 323968100, -973239000, 0),
(61760, 2570, 230, 'Keller', 329285400, -972485880, 0),
(61761, 2570, 230, 'Kemah', 295427300, -950204800, 0),
(61762, 2570, 230, 'Kemp', 324426400, -962299800, 0),
(61763, 2570, 230, 'Kempner', 310810100, -980025200, 0),
(61764, 2570, 230, 'Kenedy', 288140860, -978489780, 0),
(61765, 2570, 230, 'Kennard', 313486620, -951269290, 0),
(61766, 2570, 230, 'Kennedale', 326468000, -972258500, 0),
(61767, 2570, 230, 'Kerens', 321332100, -962277500, 0),
(61768, 2570, 230, 'Kermit', 318576300, -1030926700, 0),
(61769, 2570, 230, 'Kerrick', 364851400, -1022454500, 0),
(61770, 2570, 230, 'Kerrville', 300474300, -991403200, 0),
(61771, 2570, 230, 'Kilgore', 324002400, -948901800, 0),
(61772, 2570, 230, 'Killeen', 310896600, -976422600, 0),
(61773, 2570, 230, 'Kingsbury', 296419400, -978100000, 0),
(61774, 2570, 230, 'Kingsland', 306582400, -984405800, 0),
(61775, 2570, 230, 'Kingsville', 275158700, -978561100, 0),
(61776, 2570, 230, 'Kingwood', 300528000, -952207200, 0),
(61777, 2570, 230, 'Kirby', 294632900, -983855700, 0),
(61778, 2570, 230, 'Kirbyville', 306604800, -938926800, 0),
(61779, 2570, 230, 'Knippa', 292905140, -996341320, 0),
(61780, 2570, 230, 'Knox City', 334181500, -998189800, 0),
(61781, 2570, 230, 'Kosse', 313147800, -966210000, 0),
(61782, 2570, 230, 'Kountze', 303716000, -943124100, 0),
(61783, 2570, 230, 'Kress', 343650000, -1017480600, 0),
(61784, 2570, 230, 'Krugerville', 332815100, -969905600, 0),
(61785, 2570, 230, 'Krum', 332615100, -972380700, 0),
(61786, 2570, 230, 'Kurten', 307869440, -962638890, 0),
(61787, 2570, 230, 'Kyle', 300066000, -978071400, 0),
(61788, 2570, 230, 'La Blanca', 262928500, -980377800, 0),
(61789, 2570, 230, 'La Feria', 261589600, -978238900, 0),
(61790, 2570, 230, 'La Grange', 299055000, -968766500, 0),
(61791, 2570, 230, 'La Joya', 262465800, -984811200, 0),
(61792, 2570, 230, 'La Marque', 293649140, -949759810, 0),
(61793, 2570, 230, 'La Porte', 296569820, -950460700, 0),
(61794, 2570, 230, 'La Vernia', 293563500, -981155600, 0),
(61795, 2570, 230, 'La Ward', 288183760, -964428350, 0),
(61796, 2570, 230, 'Lackland Air Force Base', 293866300, -986179700, 0),
(61797, 2570, 230, 'Lacy-Lakeview', 316293300, -971027800, 0),
(61798, 2570, 230, 'Ladonia', 334214720, -959691860, 0),
(61799, 2570, 230, 'Lago Vista', 304602000, -979883500, 0),
(61800, 2570, 230, 'Laguna Park', 318593200, -973797400, 0),
(61801, 2570, 230, 'Laguna Vista', 261009100, -972902500, 0),
(61802, 2570, 230, 'Laird Hill', 323533300, -949055600, 0),
(61803, 2570, 230, 'Lake Dallas', 331237000, -970259000, 0),
(61804, 2570, 230, 'Lake Dunlap', 296757800, -980722300, 0),
(61805, 2570, 230, 'Lake Jackson', 290420010, -954448610, 0),
(61806, 2570, 230, 'Lake Kiowa', 335770500, -970130600, 0),
(61807, 2570, 230, 'Lakehills', 296046700, -989430900, 0),
(61808, 2570, 230, 'Lakeside', 328223500, -974933500, 0),
(61809, 2570, 230, 'Lakeway', 303637700, -979795900, 0),
(61810, 2570, 230, 'Lamesa', 327376000, -1019509900, 0),
(61811, 2570, 230, 'Lampasas', 310637540, -981828620, 0),
(61812, 2570, 230, 'Lancaster', 325920800, -967561100, 0),
(61813, 2570, 230, 'Laredo', 275488780, -994911620, 0),
(61814, 2570, 230, 'Larue', 321499200, -956136000, 0),
(61815, 2570, 230, 'Las Lomas', 263647900, -987753000, 0),
(61816, 2570, 230, 'Lasara', 264647900, -979111100, 0),
(61817, 2570, 230, 'Latexo', 313891700, -954747200, 0),
(61818, 2570, 230, 'Laughlin Air Force Base', 293566300, -1007835300, 0),
(61819, 2570, 230, 'Lavon', 330276200, -964341500, 0),
(61820, 2570, 230, 'Lawn', 321285120, -997066930, 0),
(61821, 2570, 230, 'League City', 295074500, -950949300, 0),
(61822, 2570, 230, 'Leakey', 297288400, -997614500, 0),
(61823, 2570, 230, 'Leander', 305788100, -978530700, 0),
(61824, 2570, 230, 'Ledbetter', 302319000, -967756200, 0),
(61825, 2570, 230, 'Leesburg', 329875000, -950838900, 0),
(61826, 2570, 230, 'Leggett', 308177780, -948702780, 0),
(61827, 2570, 230, 'Leming', 290730600, -984841700, 0),
(61828, 2570, 230, 'Leon Valley', 294952300, -986186300, 0),
(61829, 2570, 230, 'Leonard', 333795500, -962474800, 0),
(61830, 2570, 230, 'Levelland', 335541600, -1023840000, 0),
(61831, 2570, 230, 'Lewisville', 330462300, -969941700, 0),
(61832, 2570, 230, 'Lexington', 303916670, -971472220, 0),
(61833, 2570, 230, 'Liberty', 300579900, -947954800, 0),
(61834, 2570, 230, 'Liberty City', 324454300, -949485500, 0),
(61835, 2570, 230, 'Liberty Hill', 306641700, -979113900, 0),
(61836, 2570, 230, 'Lillian', 325063200, -971872200, 0),
(61837, 2570, 230, 'Lincoln', 303174160, -969744810, 0),
(61838, 2570, 230, 'Lindale', 325175340, -954296900, 0),
(61839, 2570, 230, 'Linden', 330123500, -943654700, 0),
(61840, 2570, 230, 'Lipan', 324808250, -980500550, 0),
(61841, 2570, 230, 'Lissie', 295561100, -962252800, 0),
(61842, 2570, 230, 'Little Elm', 331626200, -969375100, 0),
(61843, 2570, 230, 'Little River-Academy', 309886200, -973657800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(61844, 2570, 230, 'Littlefield', 339173100, -1023249000, 0),
(61845, 2570, 230, 'Live Oak', 295652300, -983364000, 0),
(61846, 2570, 230, 'Liverpool', 292991700, -952775000, 0),
(61847, 2570, 230, 'Livingston', 307110300, -949329900, 0),
(61848, 2570, 230, 'Llano', 307593500, -986750400, 0),
(61849, 2570, 230, 'Llano Grande', 261298000, -979680600, 0),
(61850, 2570, 230, 'Lockhart', 298849400, -976700000, 0),
(61851, 2570, 230, 'Lockney', 341245200, -1014415500, 0),
(61852, 2570, 230, 'Lometa', 312180600, -983927800, 0),
(61853, 2570, 230, 'Lone Star', 329432240, -947088660, 0),
(61854, 2570, 230, 'Longview', 325007000, -947404900, 0),
(61855, 2570, 230, 'Loop', 329152800, -1024161100, 0),
(61856, 2570, 230, 'Lopezville', 262381300, -981597300, 0),
(61857, 2570, 230, 'Lorena', 313865600, -972155600, 0),
(61858, 2570, 230, 'Los Fresnos', 260717400, -974763700, 0),
(61859, 2570, 230, 'Lost Creek', 302954800, -978444500, 0),
(61860, 2570, 230, 'Lott', 310763890, -971091670, 0),
(61861, 2570, 230, 'Louise', 291640800, -964068000, 0),
(61862, 2570, 230, 'Lovelady', 311283300, -954450000, 0),
(61863, 2570, 230, 'Loving', 332718250, -984887610, 0),
(61864, 2570, 230, 'Lowry Crossing', 331548400, -965472100, 0),
(61865, 2570, 230, 'Lubbock', 335778600, -1018551700, 0),
(61866, 2570, 230, 'Lucas', 330842900, -965766600, 0),
(61867, 2570, 230, 'Lufkin', 313382400, -947291000, 0),
(61868, 2570, 230, 'Luling', 296805100, -976475000, 0),
(61869, 2570, 230, 'Lumberton', 302657700, -941996300, 0),
(61870, 2570, 230, 'Lytle', 292238000, -987862660, 0),
(61871, 2570, 230, 'Mabank', 323193000, -961180800, 0),
(61872, 2570, 230, 'Macdona', 293261800, -986956750, 0),
(61873, 2570, 230, 'Madisonville', 309499100, -959116200, 0),
(61874, 2570, 230, 'Magnolia', 302093800, -957507800, 0),
(61875, 2570, 230, 'Malakoff', 321696000, -960124700, 0),
(61876, 2570, 230, 'Manchaca', 301407700, -978330600, 0),
(61877, 2570, 230, 'Manor', 303407600, -975569500, 0),
(61878, 2570, 230, 'Mansfield', 325806740, -971380160, 0),
(61879, 2570, 230, 'Manvel', 294627400, -953579900, 0),
(61880, 2570, 230, 'Marathon', 301236390, -1031393030, 0),
(61881, 2570, 230, 'Marble Falls', 305782400, -982728000, 0),
(61882, 2570, 230, 'Marfa', 298192600, -1043052200, 0),
(61883, 2570, 230, 'Marietta', 331954180, -945383040, 0),
(61884, 2570, 230, 'Marion', 295713400, -981402900, 0),
(61885, 2570, 230, 'Markham', 289602600, -960652400, 0),
(61886, 2570, 230, 'Marlin', 313086570, -968918170, 0),
(61887, 2570, 230, 'Marquez', 312400000, -962552800, 0),
(61888, 2570, 230, 'Marshall', 325448700, -943674200, 0),
(61889, 2570, 230, 'Mart', 315423900, -968336000, 0),
(61890, 2570, 230, 'Martindale', 298488490, -978483900, 0),
(61891, 2570, 230, 'Mason', 307487900, -992306100, 0),
(61892, 2570, 230, 'Matagorda', 286908300, -959675000, 0),
(61893, 2570, 230, 'Mathis', 280944600, -978280500, 0),
(61894, 2570, 230, 'Mauriceville', 302035400, -938662800, 0),
(61895, 2570, 230, 'Maxwell', 298627800, -978600600, 0),
(61896, 2570, 230, 'May', 319754570, -989980460, 0),
(61897, 2570, 230, 'Maypearl', 323158300, -970069400, 0),
(61898, 2570, 230, 'Mc Caulley', 327819400, -1002038900, 0),
(61899, 2570, 230, 'McAdoo', 337768470, -1009610760, 0),
(61900, 2570, 230, 'McAllen', 262034100, -982300100, 0),
(61901, 2570, 230, 'McCamey', 311302910, -1022200200, 0),
(61902, 2570, 230, 'McDade', 303041710, -972209590, 0),
(61903, 2570, 230, 'McGregor', 314405590, -973980090, 0),
(61904, 2570, 230, 'McKinney', 331976200, -966152700, 0),
(61905, 2570, 230, 'McLean', 352347920, -1005996140, 0),
(61906, 2570, 230, 'McNeil', 304527780, -977202780, 0),
(61907, 2570, 230, 'McQueeney', 296076300, -980355900, 0),
(61908, 2570, 230, 'Meadow', 333264420, -1023327590, 0),
(61909, 2570, 230, 'Meadowlakes', 305624100, -982964100, 0),
(61910, 2570, 230, 'Meadows Place', 296513400, -955880000, 0),
(61911, 2570, 230, 'Medina', 269211500, -992594800, 0),
(61912, 2570, 230, 'Megargel', 333613290, -987610780, 0),
(61913, 2570, 230, 'Melissa', 332859500, -965727700, 0),
(61914, 2570, 230, 'Memphis', 347247800, -1005340100, 0),
(61915, 2570, 230, 'Menard', 309176700, -997864600, 0),
(61916, 2570, 230, 'Mercedes', 261498000, -979136100, 0),
(61917, 2570, 230, 'Meridian', 319232100, -976566900, 0),
(61918, 2570, 230, 'Merit', 332815480, -962077150, 0),
(61919, 2570, 230, 'Merkel', 324498600, -999887400, 0),
(61920, 2570, 230, 'Mertzon', 312618300, -1008173300, 0),
(61921, 2570, 230, 'Mesquite', 327697970, -966130580, 0),
(61922, 2570, 230, 'Mexia', 316798900, -964822000, 0),
(61923, 2570, 230, 'Miami', 356914300, -1006381900, 0),
(61924, 2570, 230, 'Mico', 295441700, -989230600, 0),
(61925, 2570, 230, 'Midland', 319785910, -1021181570, 0),
(61926, 2570, 230, 'Midlothian', 324797120, -969806780, 0),
(61927, 2570, 230, 'Midway', 310189200, -957582000, 0),
(61928, 2570, 230, 'Midway South', 261569400, -980201100, 0),
(61929, 2570, 230, 'Milam', 314324000, -938457400, 0),
(61930, 2570, 230, 'Milano', 307357800, -968070000, 0),
(61931, 2570, 230, 'Milford', 321227800, -969466700, 0),
(61932, 2570, 230, 'Millican', 304663900, -962027800, 0),
(61933, 2570, 230, 'Millsap', 327463900, -980097200, 0),
(61934, 2570, 230, 'Minden', 321493200, -947991000, 0),
(61935, 2570, 230, 'Mineola', 326631900, -954882900, 0),
(61936, 2570, 230, 'Mineral', 285483330, -979038890, 0),
(61937, 2570, 230, 'Mineral Wells', 328084600, -981128200, 0),
(61938, 2570, 230, 'Mirando City', 274428770, -990258700, 0),
(61939, 2570, 230, 'Mission', 262159100, -983252900, 0),
(61940, 2570, 230, 'Mission Bend', 296938400, -956649500, 0),
(61941, 2570, 230, 'Missouri City', 296185700, -955377200, 0),
(61942, 2570, 230, 'Mobeetie', 355340310, -1004406500, 0),
(61943, 2570, 230, 'Monahans', 315820940, -1028980610, 0),
(61944, 2570, 230, 'Mont Belvieu', 298477200, -948907600, 0),
(61945, 2570, 230, 'Montague', 336648300, -977205900, 0),
(61946, 2570, 230, 'Montgomery', 303894400, -956980600, 0),
(61947, 2570, 230, 'Moody', 313082300, -973614000, 0),
(61948, 2570, 230, 'Moore', 290003400, -989401450, 0),
(61949, 2570, 230, 'Moran', 325448990, -991675160, 0),
(61950, 2570, 230, 'Morgan', 320208330, -974936110, 0),
(61951, 2570, 230, 'Morgans Point Resort', 311482300, -974633400, 0),
(61952, 2570, 230, 'Morton', 337251000, -1027593800, 0),
(61953, 2570, 230, 'Moulton', 295738900, -971463900, 0),
(61954, 2570, 230, 'Mount Enterprise', 319073760, -946113320, 0),
(61955, 2570, 230, 'Mount Pleasant', 331567900, -949682700, 0),
(61956, 2570, 230, 'Mount Vernon', 331887300, -952213300, 0),
(61957, 2570, 230, 'Mountain Home', 301747200, -993802800, 0),
(61958, 2570, 230, 'Muenster', 336520700, -973748730, 0),
(61959, 2570, 230, 'Muleshoe', 342262760, -1027297640, 0),
(61960, 2570, 230, 'Mumford', 307341670, -965647220, 0),
(61961, 2570, 230, 'Munday', 334492600, -996228600, 0),
(61962, 2570, 230, 'Murchison', 322783300, -957552800, 0),
(61963, 2570, 230, 'Murphy', 330151200, -966130500, 0),
(61964, 2570, 230, 'Myra', 336238890, -973141670, 0),
(61965, 2570, 230, 'Nacogdoches', 315986170, -946656780, 0),
(61966, 2570, 230, 'Nash', 322657000, -968127700, 0),
(61967, 2570, 230, 'Nassau Bay', 295446800, -950910400, 0),
(61968, 2570, 230, 'Natalia', 291896800, -988625300, 0),
(61969, 2570, 230, 'Navasota', 303879780, -960848670, 0),
(61970, 2570, 230, 'Nederland', 299743800, -939924000, 0),
(61971, 2570, 230, 'Needville', 293994100, -958377300, 0),
(61972, 2570, 230, 'Nevada', 330433300, -963730600, 0),
(61973, 2570, 230, 'New Boston', 334598400, -944154800, 0),
(61974, 2570, 230, 'New Braunfels', 297030000, -981244500, 0),
(61975, 2570, 230, 'New Caney', 301552800, -952113900, 0),
(61976, 2570, 230, 'New Deal', 337174010, -1018406600, 0),
(61977, 2570, 230, 'New Fairview', 330991700, -974463900, 0),
(61978, 2570, 230, 'New Territory', 295941200, -956807800, 0),
(61979, 2570, 230, 'New Ulm', 298922200, -964902800, 0),
(61980, 2570, 230, 'New Waverly', 305377000, -954832800, 0),
(61981, 2570, 230, 'Newark', 330012400, -974844700, 0),
(61982, 2570, 230, 'Newcastle', 331927200, -988084800, 0),
(61983, 2570, 230, 'Newton', 308485300, -937574000, 0),
(61984, 2570, 230, 'Nocona', 337975140, -977123200, 0),
(61985, 2570, 230, 'Nolanville', 310787900, -976055700, 0),
(61986, 2570, 230, 'Normangee', 310888200, -961533000, 0),
(61987, 2570, 230, 'Normanna', 285288900, -977836100, 0),
(61988, 2570, 230, 'North Alamo', 262173000, -981289000, 0),
(61989, 2570, 230, 'North Houston', 299286000, -953177000, 0),
(61990, 2570, 230, 'North Richland Hills', 328343000, -972289000, 0),
(61991, 2570, 230, 'North Zulch', 309177800, -961083300, 0),
(61992, 2570, 230, 'Northcliff', 296210600, -982247300, 0),
(61993, 2570, 230, 'Northcrest', 316365500, -970997200, 0),
(61994, 2570, 230, 'Northlake', 331273400, -972655700, 0),
(61995, 2570, 230, 'Nursery', 289236100, -970986100, 0),
(61996, 2570, 230, 'Oak Cliff Place', 299271200, -956267200, 0),
(61997, 2570, 230, 'Oak Leaf', 325204200, -968547200, 0),
(61998, 2570, 230, 'Oak Point', 331901200, -969916700, 0),
(61999, 2570, 230, 'Oak Ridge North', 301602200, -954443800, 0),
(62000, 2570, 230, 'Oak Trail Shores', 324887500, -978342000, 0),
(62001, 2570, 230, 'Oakhurst', 306979010, -953019330, 0),
(62002, 2570, 230, 'Oakland', 296013890, -968297220, 0),
(62003, 2570, 230, 'Oakville', 284600000, -981822220, 0),
(62004, 2570, 230, 'Oakwood', 315847200, -958505600, 0),
(62005, 2570, 230, 'Odem', 279505700, -975822200, 0),
(62006, 2570, 230, 'Odessa', 318397580, -1024280240, 0),
(62007, 2570, 230, 'Old Glory', 331297200, -1000558300, 0),
(62008, 2570, 230, 'Old River-Winfree', 298682800, -948327000, 0),
(62009, 2570, 230, 'Olden', 324188900, -987508300, 0),
(62010, 2570, 230, 'Olmito', 260217400, -975341500, 0),
(62011, 2570, 230, 'Olmos Park', 294788400, -984875200, 0),
(62012, 2570, 230, 'Olney', 333669000, -987596470, 0),
(62013, 2570, 230, 'Olton', 341834100, -1021346300, 0),
(62014, 2570, 230, 'Onalaska', 308057500, -951163300, 0),
(62015, 2570, 230, 'Onion Creek', 301366000, -977841700, 0),
(62016, 2570, 230, 'Orange', 300819440, -937580560, 0),
(62017, 2570, 230, 'Orangefield', 300532560, -938551200, 0),
(62018, 2570, 230, 'Ore City', 328001400, -947207600, 0),
(62019, 2570, 230, 'Ovalo', 321317550, -998323830, 0),
(62020, 2570, 230, 'Ovilla', 325265300, -968863900, 0),
(62021, 2570, 230, 'Oyster Creek', 290030200, -953318800, 0),
(62022, 2570, 230, 'Paige', 302075000, -971150000, 0),
(62023, 2570, 230, 'Palacios', 287080500, -962174700, 0),
(62024, 2570, 230, 'Palestine', 317621200, -956307900, 0),
(62025, 2570, 230, 'Palm Valley', 262017400, -977541600, 0),
(62026, 2570, 230, 'Palmer', 324312500, -966677700, 0),
(62027, 2570, 230, 'Palmhurst', 262584100, -983180700, 0),
(62028, 2570, 230, 'Palmview South', 262156300, -983786300, 0),
(62029, 2570, 230, 'Pampa', 355361600, -1009598700, 0),
(62030, 2570, 230, 'Panhandle', 353456000, -1013804400, 0),
(62031, 2570, 230, 'Panola', 324417680, -939748240, 0),
(62032, 2570, 230, 'Panorama Village', 303810400, -954935500, 0),
(62033, 2570, 230, 'Pantego', 327143000, -971564000, 0),
(62034, 2570, 230, 'Paradise', 331505600, -976883300, 0),
(62035, 2570, 230, 'Paris', 336630320, -955441690, 0),
(62036, 2570, 230, 'Parker', 330554000, -966219400, 0),
(62037, 2570, 230, 'Pasadena', 296796990, -952011370, 0),
(62038, 2570, 230, 'Patton Village', 301929900, -951688200, 0),
(62039, 2570, 230, 'Pearland', 295635700, -952860500, 0),
(62040, 2570, 230, 'Pearsall', 288937140, -990953930, 0),
(62041, 2570, 230, 'Pecan Grove', 296260700, -957316200, 0),
(62042, 2570, 230, 'Pecos', 314229100, -1034932300, 0),
(62043, 2570, 230, 'Pelican Bay', 329209600, -975183600, 0),
(62044, 2570, 230, 'Perryton', 364000300, -1008026500, 0),
(62045, 2570, 230, 'Petrolia', 340130600, -982316700, 0),
(62046, 2570, 230, 'Pflugerville', 304432640, -976281750, 0),
(62047, 2570, 230, 'Pharr', 261948000, -981836200, 0),
(62048, 2570, 230, 'Pickton', 330265830, -954536480, 0),
(62049, 2570, 230, 'Pilot Point', 333833270, -969488730, 0),
(62050, 2570, 230, 'Pinehurst', 301071500, -937746100, 0),
(62051, 2570, 230, 'Pineland', 312480600, -939747200, 0),
(62052, 2570, 230, 'Pinewood Estates', 301643800, -943215800, 0),
(62053, 2570, 230, 'Piney Point Village', 297599500, -955171600, 0),
(62054, 2570, 230, 'Pipe Creek', 296568000, -989075400, 0),
(62055, 2570, 230, 'Pittsburg', 329969250, -949676350, 0),
(62056, 2570, 230, 'Plains', 331963120, -1028290700, 0),
(62057, 2570, 230, 'Plainview', 341943090, -1017181890, 0),
(62058, 2570, 230, 'Plano', 330198400, -966988900, 0),
(62059, 2570, 230, 'Plantersville', 302694020, -958659070, 0),
(62060, 2570, 230, 'Pleak', 294891300, -958077300, 0),
(62061, 2570, 230, 'Pleasanton', 289671900, -984786300, 0),
(62062, 2570, 230, 'Point', 328904770, -958674230, 0),
(62063, 2570, 230, 'Point Comfort', 286761100, -965588900, 0),
(62064, 2570, 230, 'Pointblank', 307668730, -952508510, 0),
(62065, 2570, 230, 'Pollok', 314466700, -948722200, 0),
(62066, 2570, 230, 'Ponder', 331829000, -972872400, 0),
(62067, 2570, 230, 'Poolville', 329703640, -978841090, 0),
(62068, 2570, 230, 'Port Aransas', 278339200, -970611000, 0),
(62069, 2570, 230, 'Port Arthur', 299212060, -939310720, 0),
(62070, 2570, 230, 'Port Bolivar', 294506160, -946363350, 0),
(62071, 2570, 230, 'Port Isabel', 260734100, -972085800, 0),
(62072, 2570, 230, 'Port Lavaca', 286150000, -966260900, 0),
(62073, 2570, 230, 'Port Mansfield', 265636300, -974282890, 0),
(62074, 2570, 230, 'Port Neches', 299794320, -939602280, 0),
(62075, 2570, 230, 'Porter', 301049370, -952583340, 0),
(62076, 2570, 230, 'Portland', 278833690, -973190970, 0),
(62077, 2570, 230, 'Post', 331913850, -1013819180, 0),
(62078, 2570, 230, 'Poteet', 291316540, -985325150, 0),
(62079, 2570, 230, 'Poth', 290696900, -980819500, 0),
(62080, 2570, 230, 'Potosi', 323293000, -996564700, 0),
(62081, 2570, 230, 'Pottsboro', 337592700, -966694400, 0),
(62082, 2570, 230, 'Powderly', 338112200, -955244000, 0),
(62083, 2570, 230, 'Prairie Lea', 297322200, -977533200, 0),
(62084, 2570, 230, 'Prairie View', 300932700, -959877300, 0),
(62085, 2570, 230, 'Premont', 273605900, -981236200, 0),
(62086, 2570, 230, 'Presidio', 295607400, -1043721500, 0),
(62087, 2570, 230, 'Price', 320977980, -949405330, 0),
(62088, 2570, 230, 'Primera', 262259100, -977580500, 0),
(62089, 2570, 230, 'Princeton', 331801200, -964980400, 0),
(62090, 2570, 230, 'Proctor', 319872000, -984294000, 0),
(62091, 2570, 230, 'Progreso', 261698870, -979910890, 0),
(62092, 2570, 230, 'Prosper', 332468000, -968072000, 0),
(62093, 2570, 230, 'Purdon', 319462200, -965766000, 0),
(62094, 2570, 230, 'Quanah', 342978600, -997403700, 0),
(62095, 2570, 230, 'Queen City', 331752600, -941523000, 0),
(62096, 2570, 230, 'Quemado', 289475000, -1006241700, 0),
(62097, 2570, 230, 'Quinlan', 329104000, -961355300, 0),
(62098, 2570, 230, 'Quitman', 327912600, -954442800, 0),
(62099, 2570, 230, 'Rainbow', 322655600, -977141700, 0),
(62100, 2570, 230, 'Rancho Viejo', 260395200, -975563800, 0),
(62101, 2570, 230, 'Ranger', 324580840, -986902420, 0),
(62102, 2570, 230, 'Rankin', 312226500, -1019379100, 0),
(62103, 2570, 230, 'Ransom Canyon', 335334200, -1016796100, 0),
(62104, 2570, 230, 'Raymondville', 264814600, -977830500, 0),
(62105, 2570, 230, 'Red Lick', 334648500, -941710300, 0),
(62106, 2570, 230, 'Red Oak', 325176400, -968044400, 0),
(62107, 2570, 230, 'Redwater', 333581800, -942543600, 0),
(62108, 2570, 230, 'Refugio', 282991790, -972798910, 0),
(62109, 2570, 230, 'Reklaw', 318619400, -949850000, 0),
(62110, 2570, 230, 'Rendon', 325762500, -972414000, 0),
(62111, 2570, 230, 'Rhome', 330534600, -974719700, 0),
(62112, 2570, 230, 'Ricardo', 274214300, -978511100, 0),
(62113, 2570, 230, 'Richards', 305483650, -958655530, 0),
(62114, 2570, 230, 'Richardson', 329481800, -967297200, 0),
(62115, 2570, 230, 'Richland Hills', 328159600, -972280700, 0),
(62116, 2570, 230, 'Richmond', 295821800, -957607800, 0),
(62117, 2570, 230, 'Richwood', 290560800, -954099400, 0),
(62118, 2570, 230, 'Riesel', 314748900, -969233300, 0),
(62119, 2570, 230, 'Ringgold', 338202800, -979436100, 0),
(62120, 2570, 230, 'Rio Grande City', 263797900, -988203000, 0),
(62121, 2570, 230, 'Rio Hondo', 262353500, -975819300, 0),
(62122, 2570, 230, 'Rio Medina', 294973880, -988690790, 0),
(62123, 2570, 230, 'Rio Vista', 322461170, -973866790, 0),
(62124, 2570, 230, 'River Oaks', 327770700, -973944600, 0),
(62125, 2570, 230, 'Riviera', 272986100, -978150000, 0),
(62126, 2570, 230, 'Roanoke', 330057180, -971975870, 0),
(62127, 2570, 230, 'Robert Lee', 318923700, -1004848200, 0),
(62128, 2570, 230, 'Robinson', 314676700, -971147200, 0),
(62129, 2570, 230, 'Robstown', 277903000, -976688800, 0),
(62130, 2570, 230, 'Roby', 327448300, -1003776100, 0),
(62131, 2570, 230, 'Rockdale', 306554800, -970013700, 0),
(62132, 2570, 230, 'Rockport', 280222800, -970990800, 0),
(62133, 2570, 230, 'Rocksprings', 300050180, -1003115230, 0),
(62134, 2570, 230, 'Rockwall', 329312300, -964597100, 0),
(62135, 2570, 230, 'Rogers', 309315700, -972266600, 0),
(62136, 2570, 230, 'Rollingwood', 302768700, -977911200, 0),
(62137, 2570, 230, 'Roma', 263794620, -988138680, 0),
(62138, 2570, 230, 'Roman Forest', 301791000, -951624300, 0),
(62139, 2570, 230, 'Ropesville', 334139470, -1021533670, 0),
(62140, 2570, 230, 'Rosanky', 299294400, -972936100, 0),
(62141, 2570, 230, 'Roscoe', 324459500, -1005387200, 0),
(62142, 2570, 230, 'Rosebud', 310729600, -969786000, 0),
(62143, 2570, 230, 'Rosenberg', 295571800, -958085600, 0),
(62144, 2570, 230, 'Rosharon', 293521800, -954602200, 0),
(62145, 2570, 230, 'Rosita South', 286237500, -1004283700, 0),
(62146, 2570, 230, 'Round Rock', 305114230, -976703960, 0),
(62147, 2570, 230, 'Round Top', 300534000, -967533600, 0),
(62148, 2570, 230, 'Rowlett', 329029000, -965638800, 0),
(62149, 2570, 230, 'Royse City', 329751200, -963324800, 0),
(62150, 2570, 230, 'Runge', 288833100, -977130500, 0),
(62151, 2570, 230, 'Rusk', 317960100, -951502200, 0),
(62152, 2570, 230, 'Sabine Pass', 297350300, -938975200, 0),
(62153, 2570, 230, 'Sachse', 329762300, -965952700, 0),
(62154, 2570, 230, 'Sacul', 318250000, -949188900, 0),
(62155, 2570, 230, 'Sadler', 336813900, -968463900, 0),
(62156, 2570, 230, 'Saginaw', 328601300, -973639100, 0),
(62157, 2570, 230, 'Saint Hedwig', 294144000, -982000100, 0),
(62158, 2570, 230, 'Saint Paul', 330412300, -965502700, 0),
(62159, 2570, 230, 'Salado', 309471300, -975386200, 0),
(62160, 2570, 230, 'San Angelo', 314171280, -1004777360, 0),
(62161, 2570, 230, 'San Antonio', 296646680, -984992240, 0),
(62162, 2570, 230, 'San Augustine', 315299000, -941060300, 0),
(62163, 2570, 230, 'San Benito', 261325800, -976311000, 0),
(62164, 2570, 230, 'San Diego', 277639100, -982389000, 0),
(62165, 2570, 230, 'San Elizario', 315843340, -1062710700, 0),
(62166, 2570, 230, 'San Juan', 261892400, -981552900, 0),
(62167, 2570, 230, 'San Leon', 294832900, -949221500, 0),
(62168, 2570, 230, 'San Marcos', 298830600, -979449580, 0),
(62169, 2570, 230, 'San Saba', 311957200, -987181000, 0),
(62170, 2570, 230, 'Sanderson', 301424100, -1023940300, 0),
(62171, 2570, 230, 'Sandia', 280194400, -978786100, 0),
(62172, 2570, 230, 'Sanford', 357032120, -1015314020, 0),
(62173, 2570, 230, 'Sanger', 333631700, -971739000, 0),
(62174, 2570, 230, 'Sansom Park', 328059600, -974030700, 0),
(62175, 2570, 230, 'Santa Anna', 314903800, -993069400, 0),
(62176, 2570, 230, 'Santa Fe', 293780100, -951057600, 0),
(62177, 2570, 230, 'Santo', 326030600, -982066700, 0),
(62178, 2570, 230, 'Sarita', 272217100, -977891600, 0),
(62179, 2570, 230, 'Savoy', 336013900, -963638900, 0),
(62180, 2570, 230, 'Scenic Oaks', 297107800, -986758600, 0),
(62181, 2570, 230, 'Schertz', 295521700, -982697300, 0),
(62182, 2570, 230, 'Schulenburg', 296819000, -969030400, 0),
(62183, 2570, 230, 'Scotland', 336560910, -984696600, 0),
(62184, 2570, 230, 'Scroggins', 329736100, -951847200, 0),
(62185, 2570, 230, 'Scurry', 325186100, -963808300, 0),
(62186, 2570, 230, 'Seabrook', 295641200, -950254800, 0),
(62187, 2570, 230, 'Seadrift', 284152800, -967135900, 0),
(62188, 2570, 230, 'Seagoville', 326395800, -965383200, 0),
(62189, 2570, 230, 'Seagraves', 329442700, -1025649200, 0),
(62190, 2570, 230, 'Sealy', 297834780, -961582920, 0),
(62191, 2570, 230, 'Seguin', 295665500, -979325500, 0),
(62192, 2570, 230, 'Selma', 295843900, -983058500, 0),
(62193, 2570, 230, 'Selman City', 321833330, -949666670, 0),
(62194, 2570, 230, 'Seminole', 327178440, -1026732120, 0),
(62195, 2570, 230, 'Serenada', 306993600, -976919500, 0),
(62196, 2570, 230, 'Seven Points', 323204200, -962130300, 0),
(62197, 2570, 230, 'Seymour', 335942600, -992603500, 0),
(62198, 2570, 230, 'Shady Hollow', 301649300, -978622300, 0),
(62199, 2570, 230, 'Shady Shores', 331651200, -970294500, 0),
(62200, 2570, 230, 'Shallowater', 336889700, -1019982300, 0),
(62201, 2570, 230, 'Shamrock', 352142200, -1002490100, 0),
(62202, 2570, 230, 'Shavano Park', 295849500, -985525200, 0),
(62203, 2570, 230, 'Sheldon', 298680000, -951282600, 0),
(62204, 2570, 230, 'Shenandoah', 301802200, -954557700, 0),
(62205, 2570, 230, 'Shepherd', 304979800, -949966000, 0),
(62206, 2570, 230, 'Sheppard Air Force Base', 340140000, -984973800, 0),
(62207, 2570, 230, 'Sherman', 336419310, -966091630, 0),
(62208, 2570, 230, 'Shiner', 294291300, -971705400, 0),
(62209, 2570, 230, 'Shiro', 306130200, -958879800, 0),
(62210, 2570, 230, 'Sienna Plantation', 294860700, -955080000, 0),
(62211, 2570, 230, 'Sierra Blanca', 311745700, -1053571800, 0),
(62212, 2570, 230, 'Silsbee', 303491000, -941779600, 0),
(62213, 2570, 230, 'Silverton', 344742300, -1013046100, 0),
(62214, 2570, 230, 'Simms', 334872130, -945815610, 0),
(62215, 2570, 230, 'Simonton', 296833330, -959666670, 0),
(62216, 2570, 230, 'Sinton', 280366800, -975091600, 0),
(62217, 2570, 230, 'Skellytown', 355727800, -1011725000, 0),
(62218, 2570, 230, 'Skidmore', 282552800, -976819400, 0),
(62219, 2570, 230, 'Slaton', 334344170, -1016449990, 0),
(62220, 2570, 230, 'Smithville', 300085500, -971594300, 0),
(62221, 2570, 230, 'Snook', 304902800, -964697200, 0),
(62222, 2570, 230, 'Snyder', 327646800, -1008589200, 0),
(62223, 2570, 230, 'Socorro', 316545600, -1063033100, 0),
(62224, 2570, 230, 'Socorro Mission Number 1 Colonia', 316362200, -1062905400, 0),
(62225, 2570, 230, 'Somerset', 292263500, -986578000, 0),
(62226, 2570, 230, 'Somerville', 303370060, -965703910, 0),
(62227, 2570, 230, 'Sonora', 305668520, -1006434210, 0),
(62228, 2570, 230, 'Sour Lake', 301402100, -944110200, 0),
(62229, 2570, 230, 'South Houston', 296630100, -952354900, 0),
(62230, 2570, 230, 'South Padre Island', 261094200, -971676000, 0),
(62231, 2570, 230, 'South Point', 258686900, -973835900, 0),
(62232, 2570, 230, 'Southlake', 329499000, -971520000, 0),
(62233, 2570, 230, 'Southmayd', 336214060, -967201110, 0),
(62234, 2570, 230, 'Southside Place', 297060600, -954368800, 0),
(62235, 2570, 230, 'Sparks', 316726100, -1062397000, 0),
(62236, 2570, 230, 'Spearman', 361983700, -1011923800, 0),
(62237, 2570, 230, 'Spicewood', 304755600, -981563900, 0),
(62238, 2570, 230, 'Splendora', 302329900, -951610400, 0),
(62239, 2570, 230, 'Spring', 301302140, -954200350, 0),
(62240, 2570, 230, 'Spring Branch', 298416000, -984099000, 0),
(62241, 2570, 230, 'Spring Valley', 297896700, -955035500, 0),
(62242, 2570, 230, 'Springtown', 329659600, -976836400, 0),
(62243, 2570, 230, 'Spur', 334773260, -1008572750, 0),
(62244, 2570, 230, 'Stafford', 296225270, -955635590, 0),
(62245, 2570, 230, 'Stamford', 329482200, -997698600, 0),
(62246, 2570, 230, 'Stanton', 321292900, -1017884600, 0),
(62247, 2570, 230, 'Staples', 297811200, -978358200, 0),
(62248, 2570, 230, 'Stephenville', 322194440, -982151330, 0),
(62249, 2570, 230, 'Stinnett', 358269800, -1014429400, 0),
(62250, 2570, 230, 'Stockdale', 292345440, -979615030, 0),
(62251, 2570, 230, 'Stratford', 363361400, -1020721200, 0),
(62252, 2570, 230, 'Sudan', 340626220, -1025248210, 0),
(62253, 2570, 230, 'Sugar Land', 296283000, -956328000, 0),
(62254, 2570, 230, 'Sullivan City', 262775700, -985636300, 0),
(62255, 2570, 230, 'Sulphur Springs', 331384500, -956010700, 0),
(62256, 2570, 230, 'Sumner', 337402800, -956722200, 0),
(62257, 2570, 230, 'Sunray', 360167000, -1018246200, 0),
(62258, 2570, 230, 'Sunset', 334538900, -977666670, 0),
(62259, 2570, 230, 'Sutherland Springs', 292733300, -980566700, 0),
(62260, 2570, 230, 'Sweeny', 290388600, -956985600, 0),
(62261, 2570, 230, 'Sweetwater', 324709500, -1004059400, 0),
(62262, 2570, 230, 'Taft', 279789100, -973986000, 0),
(62263, 2570, 230, 'Tahoka', 331697740, -1018036810, 0),
(62264, 2570, 230, 'Talty', 326831900, -963855400, 0),
(62265, 2570, 230, 'Tatum', 323159900, -945165900, 0),
(62266, 2570, 230, 'Taylor', 305707600, -974094400, 0),
(62267, 2570, 230, 'Taylor Lake Village', 295752300, -950502100, 0),
(62268, 2570, 230, 'Teague', 316271100, -962838600, 0),
(62269, 2570, 230, 'Telephone', 338070190, -960050040, 0),
(62270, 2570, 230, 'Telferner', 288509250, -968885000, 0),
(62271, 2570, 230, 'Temple', 310955910, -973672780, 0),
(62272, 2570, 230, 'Tenaha', 319411800, -942486000, 0),
(62273, 2570, 230, 'Tennessee Colony', 318355600, -958388900, 0),
(62274, 2570, 230, 'Terlingua', 293309490, -1035924990, 0),
(62275, 2570, 230, 'Terrell', 327359600, -962752600, 0),
(62276, 2570, 230, 'Terrell Hills', 294749500, -984508500, 0),
(62277, 2570, 230, 'Texarkana', 334251200, -940476900, 0),
(62278, 2570, 230, 'Texas City', 293862230, -949866650, 0),
(62279, 2570, 230, 'The Colony', 330890100, -968863900, 0),
(62280, 2570, 230, 'The Hills', 303479800, -979850100, 0),
(62281, 2570, 230, 'The Woodlands', 301579900, -954893800, 0),
(62282, 2570, 230, 'Thompsons', 294888230, -955956420, 0),
(62283, 2570, 230, 'Thorndale', 306074400, -971767200, 0),
(62284, 2570, 230, 'Thornton', 314031420, -964917450, 0),
(62285, 2570, 230, 'Three Rivers', 284602700, -981825100, 0),
(62286, 2570, 230, 'Throckmorton', 331787200, -991775800, 0),
(62287, 2570, 230, 'Timberwood Park', 297057800, -984783500, 0),
(62288, 2570, 230, 'Tioga', 334680600, -969175000, 0),
(62289, 2570, 230, 'Tolar', 323905600, -979194400, 0),
(62290, 2570, 230, 'Tom Bean', 335218070, -964773810, 0),
(62291, 2570, 230, 'Tomball', 300971600, -956160500, 0),
(62292, 2570, 230, 'Tool', 322679200, -961702500, 0),
(62293, 2570, 230, 'Tornillo', 314360010, -1060756480, 0),
(62294, 2570, 230, 'Trent', 324884390, -1001232010, 0),
(62295, 2570, 230, 'Trenton', 334268440, -963323150, 0),
(62296, 2570, 230, 'Trinidad', 321996890, -961087170, 0),
(62297, 2570, 230, 'Trinity', 309451900, -953755000, 0),
(62298, 2570, 230, 'Trophy Club', 329979000, -971836200, 0),
(62299, 2570, 230, 'Troup', 321446000, -951205000, 0),
(62300, 2570, 230, 'Troy', 312068400, -973027800, 0),
(62301, 2570, 230, 'Tulia', 345358900, -1017585200, 0),
(62302, 2570, 230, 'Turkey', 343956620, -1008933670, 0),
(62303, 2570, 230, 'Tuscola', 322028310, -999084120, 0),
(62304, 2570, 230, 'Tye', 324576200, -998714800, 0),
(62305, 2570, 230, 'Tyler', 323512600, -953010600, 0),
(62306, 2570, 230, 'Universal City', 295480100, -982911200, 0),
(62307, 2570, 230, 'University Park', 328501300, -968002800, 0),
(62308, 2570, 230, 'Utopia', 296163900, -995266700, 0),
(62309, 2570, 230, 'Uvalde', 292143320, -997898920, 0),
(62310, 2570, 230, 'Valley Mills', 316593300, -974722400, 0),
(62311, 2570, 230, 'Valley View', 334936100, -971644400, 0),
(62312, 2570, 230, 'Van', 325261580, -956343910, 0),
(62313, 2570, 230, 'Van Alstyne', 334215000, -965772100, 0),
(62314, 2570, 230, 'Van Horn', 310398600, -1048307700, 0),
(62315, 2570, 230, 'Van Vleck', 290267670, -958835580, 0),
(62316, 2570, 230, 'Vanderbilt', 290110650, -966856190, 0),
(62317, 2570, 230, 'Vega', 352428300, -1024282600, 0),
(62318, 2570, 230, 'Venus', 324334700, -971025100, 0),
(62319, 2570, 230, 'Veribest', 313491390, -1004959150, 0),
(62320, 2570, 230, 'Vernon', 341545300, -992650800, 0),
(62321, 2570, 230, 'Victoria', 288052700, -970036000, 0),
(62322, 2570, 230, 'Vidor', 301316000, -940154500, 0),
(62323, 2570, 230, 'Village Mills', 304938900, -943975000, 0),
(62324, 2570, 230, 'Voca', 309853140, -991460900, 0),
(62325, 2570, 230, 'Von Ormy', 292891300, -986444600, 0),
(62326, 2570, 230, 'Waco', 315493300, -971466700, 0),
(62327, 2570, 230, 'Waelder', 296961950, -972926290, 0),
(62328, 2570, 230, 'Waka', 362782460, -1008153090, 0),
(62329, 2570, 230, 'Wake Village', 334267900, -941063000, 0),
(62330, 2570, 230, 'Walburg', 307384800, -975771600, 0),
(62331, 2570, 230, 'Waller', 300744980, -958913140, 0),
(62332, 2570, 230, 'Wallis', 296313500, -960652400, 0),
(62333, 2570, 230, 'Wallisville', 298647300, -946912790, 0),
(62334, 2570, 230, 'Walnut Springs', 320583300, -977491700, 0),
(62335, 2570, 230, 'Waring', 298233070, -987524610, 0),
(62336, 2570, 230, 'Washington', 303239860, -961535420, 0),
(62337, 2570, 230, 'Waskom', 324787600, -940596300, 0),
(62338, 2570, 230, 'Watauga', 328579100, -972547400, 0),
(62339, 2570, 230, 'Waxahachie', 323778000, -967901000, 0),
(62340, 2570, 230, 'Weatherford', 327593000, -977972500, 0),
(62341, 2570, 230, 'Webster', 295377300, -951182600, 0),
(62342, 2570, 230, 'Weimar', 297030100, -967805300, 0),
(62343, 2570, 230, 'Weir', 306736380, -975861870, 0),
(62344, 2570, 230, 'Wellborn', 305350200, -963013200, 0),
(62345, 2570, 230, 'Wellington', 348561700, -1002137300, 0),
(62346, 2570, 230, 'Wells', 315069170, -949880410, 0),
(62347, 2570, 230, 'Wells Branch', 304460400, -976794500, 0),
(62348, 2570, 230, 'Weslaco', 261595200, -979908400, 0),
(62349, 2570, 230, 'West', 317754600, -971040600, 0),
(62350, 2570, 230, 'West Columbia', 291438600, -956452200, 0),
(62351, 2570, 230, 'West Lake Hills', 302979800, -978019500, 0),
(62352, 2570, 230, 'West Orange', 300821500, -937582200, 0),
(62353, 2570, 230, 'West Point', 299606970, -970363200, 0),
(62354, 2570, 230, 'West University Place', 297180100, -954338300, 0),
(62355, 2570, 230, 'Westbrook', 323569400, -1010125000, 0),
(62356, 2570, 230, 'Weston', 333487800, -966691200, 0),
(62357, 2570, 230, 'Westway', 319587100, -1065780500, 0),
(62358, 2570, 230, 'Westworth', 327573500, -974108500, 0),
(62359, 2570, 230, 'Wharton', 293296800, -960612000, 0),
(62360, 2570, 230, 'Wheeler', 354453300, -1002709600, 0),
(62361, 2570, 230, 'White Oak', 325279200, -948613300, 0),
(62362, 2570, 230, 'White Settlement', 327595700, -974583500, 0),
(62363, 2570, 230, 'Whiteface', 335076410, -1027071750, 0),
(62364, 2570, 230, 'Whitehouse', 322268200, -952255000, 0),
(62365, 2570, 230, 'Whitesboro', 336562200, -969069500, 0),
(62366, 2570, 230, 'Whitewright', 335128900, -963924800, 0),
(62367, 2570, 230, 'Whitney', 319518200, -973214000, 0),
(62368, 2570, 230, 'Whitt', 329649350, -980227370, 0),
(62369, 2570, 230, 'Wichita Falls', 339137100, -984933900, 0),
(62370, 2570, 230, 'Wild Peach Village', 290835800, -956338400, 0),
(62371, 2570, 230, 'Willis', 304249300, -954799400, 0),
(62372, 2570, 230, 'Willow Park', 327626300, -976505800, 0),
(62373, 2570, 230, 'Wills Point', 327093000, -960083000, 0),
(62374, 2570, 230, 'Wilson', 333183300, -1017272200, 0),
(62375, 2570, 230, 'Wimberley', 299974400, -980986200, 0),
(62376, 2570, 230, 'Windcrest', 295155100, -983802900, 0),
(62377, 2570, 230, 'Windemere', 304590900, -976491700, 0),
(62378, 2570, 230, 'Windthorst', 335819560, -984336460, 0),
(62379, 2570, 230, 'Wink', 317541700, -1031555600, 0),
(62380, 2570, 230, 'Winnie', 298202200, -943840800, 0),
(62381, 2570, 230, 'Winnsboro', 329573400, -952902200, 0),
(62382, 2570, 230, 'Winona', 324908300, -951711100, 0),
(62383, 2570, 230, 'Winters', 319565300, -999623100, 0),
(62384, 2570, 230, 'Wolfe City', 333706700, -960688600, 0),
(62385, 2570, 230, 'Wolfforth', 335059200, -1020090600, 0),
(62386, 2570, 230, 'Woodcreek', 300282700, -981111200, 0),
(62387, 2570, 230, 'Woodlawn', 326680560, -943455560, 0),
(62388, 2570, 230, 'Woodville', 307752000, -944154800, 0),
(62389, 2570, 230, 'Woodway', 314884000, -972261800, 0),
(62390, 2570, 230, 'Wortham', 317879400, -964624800, 0),
(62391, 2570, 230, 'Wyldwood', 301293800, -974727700, 0),
(62392, 2570, 230, 'Wylie', 330151200, -965388800, 0),
(62393, 2570, 230, 'Yantis', 329319400, -955752800, 0),
(62394, 2570, 230, 'Yoakum', 293208000, -971253600, 0),
(62395, 2570, 230, 'Yorktown', 289810900, -975027700, 0),
(62396, 2570, 230, 'Zapata', 268953000, -992631070, 0),
(62397, 2570, 230, 'Zavalla', 311572200, -944177800, 0),
(62398, 2570, 230, 'Zephyr', 316761100, -987947200, 0),
(62399, 2571, 230, 'Alpine', 404532800, -1117779900, 0),
(62400, 2571, 230, 'American Fork', 404192400, -1115652600, 0),
(62401, 2571, 230, 'Aurora', 389221900, -1119340900, 0),
(62402, 2571, 230, 'Bear River City', 416152800, -1121255600, 0),
(62403, 2571, 230, 'Beaver', 382769100, -1126410500, 0),
(62404, 2571, 230, 'Beryl', 377033460, -1136556100, 0),
(62405, 2571, 230, 'Blanding', 376241600, -1094781800, 0),
(62406, 2571, 230, 'Bluff', 372817500, -1095668100, 0),
(62407, 2571, 230, 'Bluffdale', 404896700, -1119388200, 0),
(62408, 2571, 230, 'Bonanza', 400302800, -1091883300, 0),
(62409, 2571, 230, 'Boulder', 378287800, -1112040170, 0),
(62410, 2571, 230, 'Bountiful', 408893900, -1118807700, 0),
(62411, 2571, 230, 'Brian Head', 376988900, -1128447200, 0),
(62412, 2571, 230, 'Brigham City', 415102100, -1120155000, 0),
(62413, 2571, 230, 'Bryce Canyon', 376283000, -1121676600, 0),
(62414, 2571, 230, 'Canyon Rim', 407066100, -1118218800, 0),
(62415, 2571, 230, 'Castle Dale', 392121900, -1110196100, 0),
(62416, 2571, 230, 'Cedar City', 377106800, -1130854740, 0),
(62417, 2571, 230, 'Cedar Hills', 404141200, -1117585400, 0),
(62418, 2571, 230, 'Cedar Valley', 402475800, -1120620600, 0),
(62419, 2571, 230, 'Centerfield', 406913400, -1118979900, 0),
(62420, 2571, 230, 'Centerville', 409180000, -1118721600, 0),
(62421, 2571, 230, 'Central', 374024070, -1135614790, 0),
(62422, 2571, 230, 'Chester', 394760900, -1115628700, 0),
(62423, 2571, 230, 'Clearfield', 411107800, -1120260500, 0),
(62424, 2571, 230, 'Clinton', 411396700, -1120505000, 0),
(62425, 2571, 230, 'Coalville', 409177300, -1113993600, 0),
(62426, 2571, 230, 'Collinston', 417898900, -1120715720, 0),
(62427, 2571, 230, 'Corinne', 414064200, -1122939600, 0),
(62428, 2571, 230, 'Cottonwood Heights', 406196700, -1118102100, 0),
(62429, 2571, 230, 'Croydon', 410686110, -1115138890, 0),
(62430, 2571, 230, 'Delta', 393521800, -1125771700, 0),
(62431, 2571, 230, 'Deweyville', 417071830, -1120915480, 0),
(62432, 2571, 230, 'Draper', 405246700, -1118638200, 0),
(62433, 2571, 230, 'Duchesne', 401691680, -1103976880, 0),
(62434, 2571, 230, 'Dugway', 402311100, -1127513900, 0),
(62435, 2571, 230, 'Eagle Mountain', 403141200, -1120068800, 0),
(62436, 2571, 230, 'East Millcreek', 406999500, -1118104900, 0),
(62437, 2571, 230, 'Eden', 413036100, -1117988900, 0),
(62438, 2571, 230, 'Elberta', 399780600, -1119522200, 0),
(62439, 2571, 230, 'Elmo', 393905600, -1108161100, 0),
(62440, 2571, 230, 'Enoch', 377733100, -1130243900, 0),
(62441, 2571, 230, 'Enterprise', 375735900, -1137191300, 0),
(62442, 2571, 230, 'Ephraim', 393596800, -1115863100, 0),
(62443, 2571, 230, 'Erda', 406127200, -1123043900, 0),
(62444, 2571, 230, 'Eureka', 399550000, -1121163900, 0),
(62445, 2571, 230, 'Fairview', 398548200, -1114453200, 0),
(62446, 2571, 230, 'Farmington', 409805000, -1118874400, 0),
(62447, 2571, 230, 'Ferron', 390935800, -1111332200, 0),
(62448, 2571, 230, 'Fielding', 418119400, -1121172200, 0),
(62449, 2571, 230, 'Fillmore', 389008700, -1126324100, 0),
(62450, 2571, 230, 'Fruit Heights', 410321700, -1119021600, 0),
(62451, 2571, 230, 'Garden City', 419458300, -1113930600, 0),
(62452, 2571, 230, 'Garland', 417410400, -1121616200, 0),
(62453, 2571, 230, 'Goshen', 399518030, -1119008840, 0),
(62454, 2571, 230, 'Granite', 405669600, -1118145600, 0),
(62455, 2571, 230, 'Grantsville', 405999400, -1124644000, 0),
(62456, 2571, 230, 'Green River', 390025000, -1101624160, 0),
(62457, 2571, 230, 'Gunnison', 391552400, -1118182600, 0),
(62458, 2571, 230, 'Hatch', 376508300, -1124355600, 0),
(62459, 2571, 230, 'Heber', 405069000, -1114132400, 0),
(62460, 2571, 230, 'Heber City', 405066700, -1114122200, 0),
(62461, 2571, 230, 'Helper', 396841300, -1108546100, 0),
(62462, 2571, 230, 'Henefer', 410161100, -1114983300, 0),
(62463, 2571, 230, 'Herriman', 405141100, -1120329900, 0),
(62464, 2571, 230, 'Highland', 404499500, -1117702100, 0),
(62465, 2571, 230, 'Hildale', 370036000, -1129668800, 0),
(62466, 2571, 230, 'Hill Air Force Base', 411252000, -1119879600, 0),
(62467, 2571, 230, 'Hinckley', 393644400, -1127193000, 0),
(62468, 2571, 230, 'Holden', 391032740, -1122699130, 0),
(62469, 2571, 230, 'Holladay', 406688400, -1118246600, 0),
(62470, 2571, 230, 'Hooper', 411638300, -1121224400, 0),
(62471, 2571, 230, 'Huntington', 393266400, -1109646100, 0),
(62472, 2571, 230, 'Huntsville', 412600000, -1117733300, 0),
(62473, 2571, 230, 'Hurricane', 371752600, -1132899500, 0),
(62474, 2571, 230, 'Hyde Park', 417988200, -1118191100, 0),
(62475, 2571, 230, 'Hyrum', 416341000, -1118521700, 0),
(62476, 2571, 230, 'Ibapah', 400356100, -1139841100, 0),
(62477, 2571, 230, 'Ivins', 371685900, -1136794100, 0),
(62478, 2571, 230, 'Jensen', 403799120, -1093160470, 0),
(62479, 2571, 230, 'Junction', 382374800, -1122199300, 0),
(62480, 2571, 230, 'Kamas', 406443200, -1112833280, 0),
(62481, 2571, 230, 'Kanab', 371622240, -1121143110, 0),
(62482, 2571, 230, 'Kanarraville', 375374580, -1131794470, 0),
(62483, 2571, 230, 'Kaysville', 410352200, -1119385500, 0),
(62484, 2571, 230, 'Kearns', 406599500, -1119963300, 0),
(62485, 2571, 230, 'LaVerkin', 372010900, -1132696700, 0),
(62486, 2571, 230, 'Layton', 410602200, -1119710500, 0),
(62487, 2571, 230, 'Leeds', 372394400, -1133608300, 0),
(62488, 2571, 230, 'Lehi', 403930890, -1118458790, 0),
(62489, 2571, 230, 'Lewiston', 419757600, -1118563400, 0),
(62490, 2571, 230, 'Lindon', 403432900, -1117207600, 0),
(62491, 2571, 230, 'Little Cottonwood Creek Valley', 406043900, -1118293800, 0),
(62492, 2571, 230, 'Loa', 384027600, -1116429600, 0),
(62493, 2571, 230, 'Logan', 417354900, -1118343900, 0),
(62494, 2571, 230, 'Lyman', 384324210, -1116138100, 0),
(62495, 2571, 230, 'Lynndyl', 395175000, -1123763900, 0),
(62496, 2571, 230, 'Maeser', 404771800, -1095868100, 0),
(62497, 2571, 230, 'Magna', 407091100, -1121016100, 0),
(62498, 2571, 230, 'Manila', 409880100, -1097226500, 0),
(62499, 2571, 230, 'Manti', 392649860, -1116377310, 0),
(62500, 2571, 230, 'Mantua', 414972970, -1119382340, 0),
(62501, 2571, 230, 'Mapleton', 401302300, -1115785300, 0),
(62502, 2571, 230, 'Marriott-Slaterville', 412516100, -1120255000, 0),
(62503, 2571, 230, 'Marysvale', 384329050, -1122209450, 0),
(62504, 2571, 230, 'Mendon', 417099300, -1119777200, 0),
(62505, 2571, 230, 'Mexican Hat', 370904160, -1099636540, 0),
(62506, 2571, 230, 'Midvale', 406110600, -1118999400, 0),
(62507, 2571, 230, 'Midway', 405121800, -1114743500, 0),
(62508, 2571, 230, 'Milford', 383969100, -1130107900, 0),
(62509, 2571, 230, 'Millcreek', 406868900, -1118754900, 0),
(62510, 2571, 230, 'Millville', 416816000, -1118230000, 0),
(62511, 2571, 230, 'Moab', 385549260, -1095265570, 0),
(62512, 2571, 230, 'Mona', 398160700, -1118554900, 0),
(62513, 2571, 230, 'Monroe', 386299700, -1121207600, 0),
(62514, 2571, 230, 'Montezuma Creek', 372601100, -1093133100, 0),
(62515, 2571, 230, 'Monticello', 378713800, -1093428900, 0),
(62516, 2571, 230, 'Morgan', 410360600, -1116768800, 0),
(62517, 2571, 230, 'Mount Olympus', 406855000, -1117885400, 0),
(62518, 2571, 230, 'Mount Pleasant', 395469100, -1114554700, 0),
(62519, 2571, 230, 'Mountain Green', 411430000, -1117916000, 0),
(62520, 2571, 230, 'Murray', 406668900, -1118879900, 0),
(62521, 2571, 230, 'Naples', 404269100, -1094993000, 0),
(62522, 2571, 230, 'Neola', 405100000, -1100962710, 0),
(62523, 2571, 230, 'Nephi', 397102300, -1118363200, 0),
(62524, 2571, 230, 'New Harmony', 374849500, -1133106650, 0),
(62525, 2571, 230, 'North Logan', 417693700, -1118046700, 0),
(62526, 2571, 230, 'North Ogden', 413071600, -1119602200, 0),
(62527, 2571, 230, 'North Salt Lake', 408485600, -1119068800, 0),
(62528, 2571, 230, 'Oakley', 407132650, -1112921350, 0),
(62529, 2571, 230, 'Ogden', 412230000, -1119738300, 0),
(62530, 2571, 230, 'Oquirrh', 406305000, -1120338300, 0),
(62531, 2571, 230, 'Orangeville', 392308550, -1110538640, 0),
(62532, 2571, 230, 'Orderville', 372622200, -1126533300, 0),
(62533, 2571, 230, 'Orem', 402969000, -1116946500, 0),
(62534, 2571, 230, 'Panguitch', 378227600, -1124357600, 0),
(62535, 2571, 230, 'Paradise', 415675000, -1118338900, 0),
(62536, 2571, 230, 'Park City', 406460600, -1114979700, 0),
(62537, 2571, 230, 'Parowan', 378422000, -1128280000, 0),
(62538, 2571, 230, 'Payson', 400270470, -1117046730, 0),
(62539, 2571, 230, 'Plain City', 412980000, -1120860500, 0),
(62540, 2571, 230, 'Pleasant Grove', 403641200, -1117385400, 0),
(62541, 2571, 230, 'Pleasant View', 413182800, -1119921600, 0),
(62542, 2571, 230, 'Price', 395994100, -1108107100, 0),
(62543, 2571, 230, 'Providence', 417063200, -1118171600, 0),
(62544, 2571, 230, 'Provo', 402338400, -1116585300, 0),
(62545, 2571, 230, 'Randolph', 416657800, -1111821400, 0),
(62546, 2571, 230, 'Richfield', 387724700, -1120840900, 0),
(62547, 2571, 230, 'Richmond', 419227100, -1118135600, 0),
(62548, 2571, 230, 'River Heights', 417216000, -1118213300, 0),
(62549, 2571, 230, 'Riverdale', 411768900, -1120038300, 0),
(62550, 2571, 230, 'Riverton', 405218900, -1119391000, 0),
(62551, 2571, 230, 'Rockville', 371535980, -1130593800, 0),
(62552, 2571, 230, 'Roosevelt', 402986200, -1099984000, 0),
(62553, 2571, 230, 'Roy', 411616100, -1120263300, 0),
(62554, 2571, 230, 'Rush Valley', 403473530, -1124556310, 0),
(62555, 2571, 230, 'Saint George', 371041500, -1135841200, 0),
(62556, 2571, 230, 'Salem', 400530100, -1116735400, 0),
(62557, 2571, 230, 'Salina', 389577400, -1118599200, 0),
(62558, 2571, 230, 'Salt Lake City', 407607800, -1118910500, 0),
(62559, 2571, 230, 'Sandy City', 405696840, -1118543400, 0),
(62560, 2571, 230, 'Sandy Hills', 405810600, -1118507700, 0),
(62561, 2571, 230, 'Santa Clara', 371330400, -1136541300, 0),
(62562, 2571, 230, 'Santaquin', 399755100, -1117852100, 0),
(62563, 2571, 230, 'Saratoga Springs', 403491200, -1119046600, 0),
(62564, 2571, 230, 'Smithfield', 418382600, -1118327200, 0),
(62565, 2571, 230, 'Snyderville', 406943900, -1115438100, 0),
(62566, 2571, 230, 'South Jordan', 405692970, -1119672290, 0),
(62567, 2571, 230, 'South Jordan Heights', 405638400, -1119493800, 0),
(62568, 2571, 230, 'South Ogden', 411918900, -1119713300, 0),
(62569, 2571, 230, 'South Salt Lake', 407188400, -1118882700, 0),
(62570, 2571, 230, 'South Weber', 411324400, -1119302200, 0),
(62571, 2571, 230, 'Spanish Fork', 401149600, -1116549200, 0),
(62572, 2571, 230, 'Springdale', 371844400, -1129997200, 0),
(62573, 2571, 230, 'Springville', 401618410, -1116025960, 0),
(62574, 2571, 230, 'Stansbury park', 406377200, -1122960600, 0),
(62575, 2571, 230, 'Sterling', 391963620, -1116822080, 0),
(62576, 2571, 230, 'Summit', 377972810, -1129431420, 0),
(62577, 2571, 230, 'Summit Park', 407457800, -1116115900, 0),
(62578, 2571, 230, 'Sunnyside', 395469450, -1103903310, 0),
(62579, 2571, 230, 'Sunset', 411363300, -1120310500, 0),
(62580, 2571, 230, 'Syracuse', 410893900, -1120646700, 0),
(62581, 2571, 230, 'Talmage', 401762730, -1103920600, 0),
(62582, 2571, 230, 'Taylorsville', 406677200, -1119388300, 0),
(62583, 2571, 230, 'Tooele', 405712800, -1123186200, 0),
(62584, 2571, 230, 'Toquerville', 372533200, -1132846700, 0),
(62585, 2571, 230, 'Torrey', 383016700, -1114200000, 0),
(62586, 2571, 230, 'Tremonton', 417118700, -1121655100, 0),
(62587, 2571, 230, 'Tropic', 376236100, -1120886100, 0),
(62588, 2571, 230, 'Uintah', 411441100, -1119232700, 0),
(62589, 2571, 230, 'Vernal', 404555200, -1095287500, 0),
(62590, 2571, 230, 'Vernon', 400358850, -1123864120, 0),
(62591, 2571, 230, 'Veyo', 373427800, -1137033300, 0),
(62592, 2571, 230, 'Virgin', 371888890, -1130000000, 0),
(62593, 2571, 230, 'Wales', 394885900, -1116336200, 0),
(62594, 2571, 230, 'Wallsburg', 403740460, -1114034110, 0),
(62595, 2571, 230, 'Washington', 371305400, -1135082900, 0),
(62596, 2571, 230, 'Washington Terrace', 411727200, -1119766100, 0),
(62597, 2571, 230, 'Wellsville', 416385400, -1119338300, 0),
(62598, 2571, 230, 'Wendover', 407371500, -1140375100, 0),
(62599, 2571, 230, 'West Bountiful', 408938300, -1119018800, 0),
(62600, 2571, 230, 'West Haven', 412030000, -1120510500, 0),
(62601, 2571, 230, 'West Jordan', 406096700, -1119391000, 0),
(62602, 2571, 230, 'West Point', 411182800, -1120841100, 0),
(62603, 2571, 230, 'West Valley', 406891700, -1119938900, 0),
(62604, 2571, 230, 'West Valley City', 406916100, -1120010500, 0),
(62605, 2571, 230, 'White City', 405657800, -1118643800, 0),
(62606, 2571, 230, 'Whiterocks', 404840680, -1099188820, 0),
(62607, 2571, 230, 'Willard', 407063400, -1118374300, 0),
(62608, 2571, 230, 'Woodland Hills', 400153200, -1116486800, 0),
(62609, 2571, 230, 'Woodruff', 414903760, -1111610320, 0),
(62610, 2571, 230, 'Woods Cross', 408716100, -1118921600, 0),
(62611, 2572, 230, 'Alburgh', 449750390, -733001310, 0),
(62612, 2572, 230, 'Arlington', 430748000, -731540000, 0),
(62613, 2572, 230, 'Ascutney', 434468790, -724225580, 0),
(62614, 2572, 230, 'Barnet', 443080600, -720833330, 0),
(62615, 2572, 230, 'Barre', 441970100, -725020500, 0),
(62616, 2572, 230, 'Barton', 447636100, -721866700, 0),
(62617, 2572, 230, 'Bellows Falls', 431334100, -724439800, 0),
(62618, 2572, 230, 'Belmont', 434221720, -728172590, 0),
(62619, 2572, 230, 'Bennington', 428781300, -731967700, 0),
(62620, 2572, 230, 'Benson', 435947220, -732661110, 0),
(62621, 2572, 230, 'Bethel', 438444400, -726461100, 0),
(62622, 2572, 230, 'Bomoseen', 436436110, -731991670, 0),
(62623, 2572, 230, 'Bondville', 431551800, -729079800, 0),
(62624, 2572, 230, 'Bradford', 439947200, -721327800, 0),
(62625, 2572, 230, 'Brandon', 437981200, -730876100, 0),
(62626, 2572, 230, 'Brattleboro', 428509200, -725578700, 0),
(62627, 2572, 230, 'Bridport', 439875000, -733513900, 0),
(62628, 2572, 230, 'Bristol', 441333900, -730790100, 0),
(62629, 2572, 230, 'Brownsville', 434686100, -724708300, 0),
(62630, 2572, 230, 'Burlington', 444872400, -732277800, 0),
(62631, 2572, 230, 'Cabot', 444010860, -722968300, 0),
(62632, 2572, 230, 'Cambridge', 446481000, -728638800, 0),
(62633, 2572, 230, 'Canaan', 449883300, -715569400, 0),
(62634, 2572, 230, 'Cavendish', 433863900, -726125000, 0),
(62635, 2572, 230, 'Center Rutland', 435958540, -730231390, 0),
(62636, 2572, 230, 'Charlotte', 443091700, -732350000, 0),
(62637, 2572, 230, 'Chester', 432628500, -725950900, 0),
(62638, 2572, 230, 'Colchester', 445439400, -731479100, 0),
(62639, 2572, 230, 'Corinth', 440277800, -722769400, 0),
(62640, 2572, 230, 'Cuttingsville', 435310200, -728644800, 0),
(62641, 2572, 230, 'Danville', 444170000, -721330000, 0),
(62642, 2572, 230, 'Derby', 449666670, -721333330, 0),
(62643, 2572, 230, 'Dorset', 432670000, -730670000, 0),
(62644, 2572, 230, 'East Barre', 441588900, -724680600, 0),
(62645, 2572, 230, 'East Burke', 446047870, -719213760, 0),
(62646, 2572, 230, 'East Calais', 443541000, -724394000, 0),
(62647, 2572, 230, 'East Corinth', 440277800, -722769400, 0),
(62648, 2572, 230, 'East Dorset', 432670000, -730670000, 0),
(62649, 2572, 230, 'East Fairfield', 448010340, -729169750, 0),
(62650, 2572, 230, 'East Hardwick', 445200060, -723076350, 0),
(62651, 2572, 230, 'Eden', 447113900, -725402800, 0),
(62652, 2572, 230, 'Enosburg Falls', 449008800, -727932600, 0),
(62653, 2572, 230, 'Essex', 445085510, -730669350, 0),
(62654, 2572, 230, 'Essex Junction', 444906100, -731109600, 0),
(62655, 2572, 230, 'Fair Haven', 435947900, -732656700, 0),
(62656, 2572, 230, 'Fairfax', 446972200, -729977800, 0),
(62657, 2572, 230, 'Fairlee', 439102800, -721611100, 0),
(62658, 2572, 230, 'Florence', 435965420, -730456840, 0),
(62659, 2572, 230, 'Franklin', 449682000, -728959200, 0),
(62660, 2572, 230, 'Glover', 446941700, -722211100, 0),
(62661, 2572, 230, 'Grand Isle', 447125000, -733052800, 0),
(62662, 2572, 230, 'Hardwick', 445076280, -723578920, 0),
(62663, 2572, 230, 'Hartford', 436650000, -723716700, 0),
(62664, 2572, 230, 'Hartland', 435705600, -724225000, 0),
(62665, 2572, 230, 'Hartland Four Corners', 435463890, -724250000, 0),
(62666, 2572, 230, 'Highgate Center', 449511100, -730641700, 0),
(62667, 2572, 230, 'Hinesburg', 443074600, -731212810, 0),
(62668, 2572, 230, 'Huntington', 443107200, -730035000, 0),
(62669, 2572, 230, 'Hyde Park', 445939400, -726165100, 0),
(62670, 2572, 230, 'Irasburg', 448061100, -722677800, 0),
(62671, 2572, 230, 'Isle La Motte', 448695370, -733415010, 0),
(62672, 2572, 230, 'Jamaica', 431030600, -727925000, 0),
(62673, 2572, 230, 'Jeffersonville', 446436100, -728294400, 0),
(62674, 2572, 230, 'Jericho', 445039400, -729976300, 0),
(62675, 2572, 230, 'Johnson', 446356100, -726804000, 0),
(62676, 2572, 230, 'Jonesville', 445420640, -732114440, 0),
(62677, 2572, 230, 'Killington', 436647200, -727933300, 0),
(62678, 2572, 230, 'Lake Elmore', 445425000, -725258330, 0),
(62679, 2572, 230, 'Londonderry', 432058300, -728130600, 0),
(62680, 2572, 230, 'Ludlow', 433961100, -727044400, 0),
(62681, 2572, 230, 'Lunenburg', 444291670, -716797220, 0),
(62682, 2572, 230, 'Lyndon Center', 445364840, -720120320, 0),
(62683, 2572, 230, 'Lyndonville', 445336700, -720031500, 0),
(62684, 2572, 230, 'Manchester', 431619980, -730720040, 0),
(62685, 2572, 230, 'Manchester Center', 431942600, -730668610, 0),
(62686, 2572, 230, 'Marlboro', 428594440, -727263890, 0),
(62687, 2572, 230, 'Marshfield', 443284200, -723748200, 0),
(62688, 2572, 230, 'Middlebury', 440153400, -731673400, 0),
(62689, 2572, 230, 'Middletown Springs', 434752800, -731252800, 0),
(62690, 2572, 230, 'Milton', 446397700, -731104100, 0),
(62691, 2572, 230, 'Montpelier', 442702200, -725764200, 0),
(62692, 2572, 230, 'Moretown', 442663900, -727255600, 0),
(62693, 2572, 230, 'Morrisville', 445552800, -726079200, 0),
(62694, 2572, 230, 'Moscow', 444410000, -727150000, 0),
(62695, 2572, 230, 'New Haven', 441181800, -731731200, 0),
(62696, 2572, 230, 'Newfane', 429856400, -726559300, 0),
(62697, 2572, 230, 'Newport', 449364400, -722051000, 0),
(62698, 2572, 230, 'Newport Center', 449441700, -723005600, 0),
(62699, 2572, 230, 'North Bennington', 429303600, -732426100, 0),
(62700, 2572, 230, 'North Clarendon', 435489000, -729580800, 0),
(62701, 2572, 230, 'North Concord', 445750000, -717847220, 0),
(62702, 2572, 230, 'North Ferrisburgh', 442546800, -732108000, 0),
(62703, 2572, 230, 'North Springfield', 433327800, -725252800, 0),
(62704, 2572, 230, 'North Troy', 449947200, -724005600, 0),
(62705, 2572, 230, 'Northfield', 441481980, -726610970, 0),
(62706, 2572, 230, 'Northfield Falls', 441719440, -726513890, 0),
(62707, 2572, 230, 'Norwich', 437302800, -723030600, 0),
(62708, 2572, 230, 'Orleans', 448107000, -722034600, 0),
(62709, 2572, 230, 'Orwell', 438083300, -732836100, 0),
(62710, 2572, 230, 'Pawlet', 433744400, -732019400, 0),
(62711, 2572, 230, 'Peru', 432438900, -728983300, 0),
(62712, 2572, 230, 'Pittsford', 437000000, -730170000, 0),
(62713, 2572, 230, 'Poultney', 435170100, -732362200, 0),
(62714, 2572, 230, 'Pownal', 428000000, -732170000, 0),
(62715, 2572, 230, 'Proctor', 436588900, -730366700, 0),
(62716, 2572, 230, 'Proctorsville', 433863900, -726125000, 0),
(62717, 2572, 230, 'Putney', 430002780, -725172220, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(62718, 2572, 230, 'Quechee', 436561930, -724290700, 0),
(62719, 2572, 230, 'Randolph', 439250700, -726659400, 0),
(62720, 2572, 230, 'Randolph Center', 439307630, -725895040, 0),
(62721, 2572, 230, 'Readsboro', 428297220, -729880560, 0),
(62722, 2572, 230, 'Richmond', 443834400, -729735600, 0),
(62723, 2572, 230, 'Rochester', 438761100, -728122200, 0),
(62724, 2572, 230, 'Rutland', 436106200, -729726100, 0),
(62725, 2572, 230, 'Saint Albans', 448108800, -730831900, 0),
(62726, 2572, 230, 'Saint Johnsbury Center', 444554750, -720126750, 0),
(62727, 2572, 230, 'Saxtons River', 431383300, -725091700, 0),
(62728, 2572, 230, 'Shaftsbury', 431333330, -730666670, 0),
(62729, 2572, 230, 'Sharon', 437736100, -724438900, 0),
(62730, 2572, 230, 'Sheffield', 446330600, -721325000, 0),
(62731, 2572, 230, 'Shelburne', 443897200, -732247200, 0),
(62732, 2572, 230, 'Shoreham', 438806620, -733059690, 0),
(62733, 2572, 230, 'South Burlington', 444612600, -731971800, 0),
(62734, 2572, 230, 'South Hero', 446472200, -733100000, 0),
(62735, 2572, 230, 'South Londonderry', 431853000, -727989000, 0),
(62736, 2572, 230, 'South Newfane', 429332000, -727094000, 0),
(62737, 2572, 230, 'South Royalton', 438016200, -725308800, 0),
(62738, 2572, 230, 'Springfield', 432984100, -724823100, 0),
(62739, 2572, 230, 'St Johnsbury', 444345620, -720398960, 0),
(62740, 2572, 230, 'Stamford', 427700000, -730800000, 0),
(62741, 2572, 230, 'Starksboro', 442061100, -730175000, 0),
(62742, 2572, 230, 'Stockbridge', 437709590, -727870960, 0),
(62743, 2572, 230, 'Stowe', 445003730, -726462800, 0),
(62744, 2572, 230, 'Strafford', 438774830, -723671830, 0),
(62745, 2572, 230, 'Swanton', 449181000, -731243000, 0),
(62746, 2572, 230, 'Townshend', 430641270, -726673380, 0),
(62747, 2572, 230, 'Underhill', 445358300, -729238900, 0),
(62748, 2572, 230, 'Vergennes', 441672800, -732540100, 0),
(62749, 2572, 230, 'Vernon', 427621680, -725264280, 0),
(62750, 2572, 230, 'Vershire', 439483300, -723208300, 0),
(62751, 2572, 230, 'Waitsfield', 441888900, -728125000, 0),
(62752, 2572, 230, 'Wallingford', 434577800, -729469400, 0),
(62753, 2572, 230, 'Warren', 441272130, -728784950, 0),
(62754, 2572, 230, 'Waterbury', 443452200, -727851000, 0),
(62755, 2572, 230, 'Waterbury Center', 443375000, -727555600, 0),
(62756, 2572, 230, 'Waterville', 447164810, -727542430, 0),
(62757, 2572, 230, 'Wells', 434342770, -731976740, 0),
(62758, 2572, 230, 'Wells River', 441538900, -720541700, 0),
(62759, 2572, 230, 'West Danville', 444459000, -722245200, 0),
(62760, 2572, 230, 'West Dover', 429652000, -729074000, 0),
(62761, 2572, 230, 'West Dummerston', 429263890, -726158330, 0),
(62762, 2572, 230, 'West Newbury', 440656400, -721235200, 0),
(62763, 2572, 230, 'West Rutland', 435931200, -730451100, 0),
(62764, 2572, 230, 'West Townshend', 431646880, -727183590, 0),
(62765, 2572, 230, 'Weston', 432837880, -727936230, 0),
(62766, 2572, 230, 'White River Junction', 436489600, -723192600, 0),
(62767, 2572, 230, 'Whiting', 438825000, -732109000, 0),
(62768, 2572, 230, 'Whitingham', 427845420, -728738960, 0),
(62769, 2572, 230, 'Wilder', 436728500, -723087000, 0),
(62770, 2572, 230, 'Williamstown', 441217300, -725414900, 0),
(62771, 2572, 230, 'Williston', 444375500, -730681800, 0),
(62772, 2572, 230, 'Wilmington', 428819400, -728983940, 0),
(62773, 2572, 230, 'Windsor', 434750400, -724273800, 0),
(62774, 2572, 230, 'Winooski', 444961800, -731847600, 0),
(62775, 2572, 230, 'Wolcott', 445755600, -724755600, 0),
(62776, 2572, 230, 'Woodbury', 444446000, -724074800, 0),
(62777, 2572, 230, 'Woodstock', 436242400, -725184300, 0),
(62778, 2573, 230, 'Abingdon', 367088140, -819789590, 0),
(62779, 2573, 230, 'Accomac', 377195700, -756654800, 0),
(62780, 2573, 230, 'Afton', 379521220, -788449870, 0),
(62781, 2573, 230, 'Aldie', 389543000, -775979400, 0),
(62782, 2573, 230, 'Alexandria', 388198980, -771517070, 0),
(62783, 2573, 230, 'Altavista', 371199100, -792922600, 0),
(62784, 2573, 230, 'Alton', 365733300, -790027800, 0),
(62785, 2573, 230, 'Amelia Court House', 373429300, -779805600, 0),
(62786, 2573, 230, 'Amherst', 375851400, -790514100, 0),
(62787, 2573, 230, 'Amissville', 386713890, -779958330, 0),
(62788, 2573, 230, 'Andover', 369950260, -825339650, 0),
(62789, 2573, 230, 'Annandale', 388303900, -771963700, 0),
(62790, 2573, 230, 'Apple Mountain Lake', 389242800, -781013900, 0),
(62791, 2573, 230, 'Appomattox', 373570900, -788252900, 0),
(62792, 2573, 230, 'Aquia Harbour', 384626200, -773888700, 0),
(62793, 2573, 230, 'Ark', 374386100, -765758300, 0),
(62794, 2573, 230, 'Arlington', 388810100, -771042800, 0),
(62795, 2573, 230, 'Aroda', 383219900, -782629400, 0),
(62796, 2573, 230, 'Arrington', 376921800, -789147000, 0),
(62797, 2573, 230, 'Ashburn', 390437200, -774874900, 0),
(62798, 2573, 230, 'Ashland', 377494260, -774725570, 0),
(62799, 2573, 230, 'Atkins', 368673400, -814234400, 0),
(62800, 2573, 230, 'Atlantic', 379005600, -755077800, 0),
(62801, 2573, 230, 'Axton', 366295880, -800116970, 0),
(62802, 2573, 230, 'Aylett', 377858300, -771047200, 0),
(62803, 2573, 230, 'Baileys Crossroads', 388503900, -771297000, 0),
(62804, 2573, 230, 'Barboursville', 381708300, -782816700, 0),
(62805, 2573, 230, 'Baskerville', 366850000, -782727800, 0),
(62806, 2573, 230, 'Bassett', 367593000, -799903200, 0),
(62807, 2573, 230, 'Basye', 388070600, -787922400, 0),
(62808, 2573, 230, 'Battery Park', 369954300, -765757000, 0),
(62809, 2573, 230, 'Bealeton', 385717900, -777638800, 0),
(62810, 2573, 230, 'Beaverdam', 379413900, -776544400, 0),
(62811, 2573, 230, 'Bedford', 373375580, -795233550, 0),
(62812, 2573, 230, 'Belle Haven', 387853900, -770630300, 0),
(62813, 2573, 230, 'Belmont', 390648300, -775099900, 0),
(62814, 2573, 230, 'Bensley', 374468100, -774433200, 0),
(62815, 2573, 230, 'Bentonville', 388181400, -782581200, 0),
(62816, 2573, 230, 'Berryville', 391517700, -779822200, 0),
(62817, 2573, 230, 'Big Island', 375341700, -793619400, 0),
(62818, 2573, 230, 'Big Stone Gap', 368677100, -827744700, 0),
(62819, 2573, 230, 'Blacksburg', 372295700, -804139400, 0),
(62820, 2573, 230, 'Blackstone', 370804300, -779972300, 0),
(62821, 2573, 230, 'Blackwater', 366332860, -830082520, 0),
(62822, 2573, 230, 'Blairs', 366797200, -793730600, 0),
(62823, 2573, 230, 'Bland', 371394040, -810139990, 0),
(62824, 2573, 230, 'Bluefield', 372633600, -812887800, 0),
(62825, 2573, 230, 'Bluemont', 390901000, -778399000, 0),
(62826, 2573, 230, 'Bon Air', 375248700, -775577700, 0),
(62827, 2573, 230, 'Boones Mill', 371686070, -799637640, 0),
(62828, 2573, 230, 'Boston', 376091670, -758427780, 0),
(62829, 2573, 230, 'Bowling Green', 380479810, -773502530, 0),
(62830, 2573, 230, 'Boyce', 390930600, -780591700, 0),
(62831, 2573, 230, 'Boydton', 366676400, -783875000, 0),
(62832, 2573, 230, 'Boykins', 365827350, -772001510, 0),
(62833, 2573, 230, 'Bracey', 365821970, -781095770, 0),
(62834, 2573, 230, 'Brambleton', 389820500, -775386000, 0),
(62835, 2573, 230, 'Brandermill', 374320900, -776497100, 0),
(62836, 2573, 230, 'Brandy Station', 385016700, -778936100, 0),
(62837, 2573, 230, 'Bridgewater', 383820700, -789767000, 0),
(62838, 2573, 230, 'Bristol', 365964900, -821884700, 0),
(62839, 2573, 230, 'Bristow', 387227800, -775361100, 0),
(62840, 2573, 230, 'Broad Run', 388297200, -777213900, 0),
(62841, 2573, 230, 'Broadlands', 390181600, -775202700, 0),
(62842, 2573, 230, 'Broadway', 386131700, -787989100, 0),
(62843, 2573, 230, 'Brodnax', 367033300, -780316700, 0),
(62844, 2573, 230, 'Brooke', 383794490, -773642970, 0),
(62845, 2573, 230, 'Brookneal', 370501400, -789441800, 0),
(62846, 2573, 230, 'Buchanan', 375273600, -796797600, 0),
(62847, 2573, 230, 'Buckhall', 387317800, -774311000, 0),
(62848, 2573, 230, 'Buckingham', 375501500, -785555600, 0),
(62849, 2573, 230, 'Buena Vista', 377343000, -793539200, 0),
(62850, 2573, 230, 'Buffalo Junction', 365991060, -786202000, 0),
(62851, 2573, 230, 'Bull Run', 387837300, -775205500, 0),
(62852, 2573, 230, 'Bull Run Mountain Estates', 388717000, -776468000, 0),
(62853, 2573, 230, 'Bumpass', 379636100, -777372200, 0),
(62854, 2573, 230, 'Burgess', 378816700, -763450000, 0),
(62855, 2573, 230, 'Burke', 387934500, -772716500, 0),
(62856, 2573, 230, 'Burkes Garden', 371700000, -813844400, 0),
(62857, 2573, 230, 'Callao', 379691700, -765597200, 0),
(62858, 2573, 230, 'Callaway', 370396220, -800661500, 0),
(62859, 2573, 230, 'Cape Charles', 372696650, -760164780, 0),
(62860, 2573, 230, 'Capron', 367108300, -772016700, 0),
(62861, 2573, 230, 'Carrollton', 369468200, -765605100, 0),
(62862, 2573, 230, 'Carson', 370352800, -773955600, 0),
(62863, 2573, 230, 'Cartersville', 376567800, -781089000, 0),
(62864, 2573, 230, 'Cascade', 365862250, -796619380, 0),
(62865, 2573, 230, 'Castlewood', 368901000, -822795900, 0),
(62866, 2573, 230, 'Catharpin', 388483000, -775669400, 0),
(62867, 2573, 230, 'Catlett', 386536100, -776405600, 0),
(62868, 2573, 230, 'Cave Spring', 372276400, -800128200, 0),
(62869, 2573, 230, 'Cedar Bluff', 370876100, -817590000, 0),
(62870, 2573, 230, 'Centreville', 388403900, -774288800, 0),
(62871, 2573, 230, 'Chamberlayne', 376265300, -774285900, 0),
(62872, 2573, 230, 'Chantilly', 388881600, -774552400, 0),
(62873, 2573, 230, 'Charles City', 373434800, -770730300, 0),
(62874, 2573, 230, 'Charlotte Court House', 370565400, -786383300, 0),
(62875, 2573, 230, 'Charlottesville', 380293100, -784766800, 0),
(62876, 2573, 230, 'Chase City', 367993100, -784583300, 0),
(62877, 2573, 230, 'Chatham', 368256900, -793980800, 0),
(62878, 2573, 230, 'Chatmoss', 366568000, -798122600, 0),
(62879, 2573, 230, 'Check', 370312800, -802423200, 0),
(62880, 2573, 230, 'Cheriton', 372894400, -759683300, 0),
(62881, 2573, 230, 'Cherry Hill', 385698400, -772669300, 0),
(62882, 2573, 230, 'Chesapeake', 368190400, -762749400, 0),
(62883, 2573, 230, 'Chester', 373568200, -774416500, 0),
(62884, 2573, 230, 'Chester Gap', 388533000, -781351800, 0),
(62885, 2573, 230, 'Chesterfield', 373770900, -775058200, 0),
(62886, 2573, 230, 'Chesterfield Court House', 373770900, -775049900, 0),
(62887, 2573, 230, 'Chilhowie', 367984500, -816823400, 0),
(62888, 2573, 230, 'Chincoteague', 379331800, -753788100, 0),
(62889, 2573, 230, 'Chincoteague Island', 379347200, -753677800, 0),
(62890, 2573, 230, 'Christiansburg', 371298500, -804089400, 0),
(62891, 2573, 230, 'Churchville', 382261100, -791622200, 0),
(62892, 2573, 230, 'Clarksville', 366240300, -785569400, 0),
(62893, 2573, 230, 'Clifton', 387798880, -773876820, 0),
(62894, 2573, 230, 'Clifton Forge', 378162400, -798244900, 0),
(62895, 2573, 230, 'Clinchco', 371275070, -823370620, 0),
(62896, 2573, 230, 'Clintwood', 371501100, -824559800, 0),
(62897, 2573, 230, 'Cloverdale', 373651400, -799056000, 0),
(62898, 2573, 230, 'Cobbs Creek', 375055600, -763969400, 0),
(62899, 2573, 230, 'Coeburn', 369439900, -824640400, 0),
(62900, 2573, 230, 'Colonial Beach', 382545700, -769635800, 0),
(62901, 2573, 230, 'Colonial Heights', 372864000, -773944000, 0),
(62902, 2573, 230, 'Columbia', 377522200, -781622200, 0),
(62903, 2573, 230, 'Concord', 373448630, -789926810, 0),
(62904, 2573, 230, 'Copper Hill', 370768140, -801534330, 0),
(62905, 2573, 230, 'Corbin', 381994440, -773891670, 0),
(62906, 2573, 230, 'Countryside', 390409400, -774136000, 0),
(62907, 2573, 230, 'Courtland', 367067880, -770570880, 0),
(62908, 2573, 230, 'Covesville', 378902800, -787047200, 0),
(62909, 2573, 230, 'Covington', 377934600, -799939500, 0),
(62910, 2573, 230, 'Craddockville', 375816700, -758688900, 0),
(62911, 2573, 230, 'Crewe', 371732100, -781233300, 0),
(62912, 2573, 230, 'Cross Junction', 393704400, -783030600, 0),
(62913, 2573, 230, 'Crozet', 380695800, -787005800, 0),
(62914, 2573, 230, 'Crozier', 376551000, -778051000, 0),
(62915, 2573, 230, 'Cullen', 371623100, -786414720, 0),
(62916, 2573, 230, 'Culpeper', 384736840, -780166540, 0),
(62917, 2573, 230, 'Cumberland', 374959800, -782452700, 0),
(62918, 2573, 230, 'Dahlgren', 383312400, -770510900, 0),
(62919, 2573, 230, 'Dale City', 386370600, -773110900, 0),
(62920, 2573, 230, 'Daleville', 374098600, -799125400, 0),
(62921, 2573, 230, 'Dante', 369788900, -822913900, 0),
(62922, 2573, 230, 'Danville', 365859700, -793950200, 0),
(62923, 2573, 230, 'Dayton', 384148500, -789386400, 0),
(62924, 2573, 230, 'Delaplane', 389150000, -779202800, 0),
(62925, 2573, 230, 'Dendron', 369982840, -769614010, 0),
(62926, 2573, 230, 'Dhs', 375423000, -774347000, 0),
(62927, 2573, 230, 'Dinwiddie', 370779300, -775866600, 0),
(62928, 2573, 230, 'Disputanta', 371244400, -772258300, 0),
(62929, 2573, 230, 'Dogue', 382319440, -772161110, 0),
(62930, 2573, 230, 'Dooms', 381090200, -788575200, 0),
(62931, 2573, 230, 'Doswell', 378472160, -775064740, 0),
(62932, 2573, 230, 'Dranesville', 390006700, -773458200, 0),
(62933, 2573, 230, 'Draper', 369671260, -808216170, 0),
(62934, 2573, 230, 'Drewryville', 366843000, -773622900, 0),
(62935, 2573, 230, 'Dryden', 367775900, -829415500, 0),
(62936, 2573, 230, 'Dublin', 371056800, -806853400, 0),
(62937, 2573, 230, 'Duffield', 367197200, -827975000, 0),
(62938, 2573, 230, 'Dulles', 389516670, -774480560, 0),
(62939, 2573, 230, 'Dulles Town Center', 390376100, -774158200, 0),
(62940, 2573, 230, 'Dumbarton', 376037600, -774913700, 0),
(62941, 2573, 230, 'Dumfries', 385676200, -773280400, 0),
(62942, 2573, 230, 'Dunn Loring', 388934400, -772216500, 0),
(62943, 2573, 230, 'Dutton', 374977800, -764575000, 0),
(62944, 2573, 230, 'Eagle Rock', 376614400, -798360530, 0),
(62945, 2573, 230, 'Earlysville', 381575000, -784827800, 0),
(62946, 2573, 230, 'East Hampton', 370373700, -763316100, 0),
(62947, 2573, 230, 'East Highland Park', 375809800, -774069300, 0),
(62948, 2573, 230, 'Edinburg', 388155850, -785720560, 0),
(62949, 2573, 230, 'Elberon', 370607550, -768219080, 0),
(62950, 2573, 230, 'Elkton', 384079000, -786236300, 0),
(62951, 2573, 230, 'Elliston', 371973000, -802212000, 0),
(62952, 2573, 230, 'Emory', 367661050, -818546070, 0),
(62953, 2573, 230, 'Emporia', 366859800, -775424800, 0),
(62954, 2573, 230, 'Enon', 373307000, -773227600, 0),
(62955, 2573, 230, 'Etlan', 385575360, -783075290, 0),
(62956, 2573, 230, 'Evington', 372589450, -792339950, 0),
(62957, 2573, 230, 'Ewing', 366276140, -835135130, 0),
(62958, 2573, 230, 'Exmore', 375318000, -758229900, 0),
(62959, 2573, 230, 'Faber', 378566710, -787568520, 0),
(62960, 2573, 230, 'Fairfax', 388462200, -773063700, 0),
(62961, 2573, 230, 'Fairfax Station', 388009500, -773255400, 0),
(62962, 2573, 230, 'Falls Church', 388823300, -771710900, 0),
(62963, 2573, 230, 'Falls Mills', 372665350, -813305560, 0),
(62964, 2573, 230, 'Falmouth', 383240200, -774683200, 0),
(62965, 2573, 230, 'Fancy Gap', 366700000, -807008300, 0),
(62966, 2573, 230, 'Farmville', 373021000, -783919400, 0),
(62967, 2573, 230, 'Farnham', 378677030, -765973730, 0),
(62968, 2573, 230, 'Ferrum', 369229200, -800133700, 0),
(62969, 2573, 230, 'Fieldale', 367043280, -799409170, 0),
(62970, 2573, 230, 'Fincastle', 374993000, -798772600, 0),
(62971, 2573, 230, 'Fishersville', 380990200, -789691900, 0),
(62972, 2573, 230, 'Flint Hill', 387327110, -780654290, 0),
(62973, 2573, 230, 'Floris', 389201000, -773951000, 0),
(62974, 2573, 230, 'Floyd', 369129000, -803164200, 0),
(62975, 2573, 230, 'Ford', 371509860, -777444730, 0),
(62976, 2573, 230, 'Forest', 373637500, -792897500, 0),
(62977, 2573, 230, 'Fort Belvoir', 387119000, -771458900, 0),
(62978, 2573, 230, 'Fort Defiance', 382170770, -789441980, 0),
(62979, 2573, 230, 'Fort Eustis', 369787000, -764277000, 0),
(62980, 2573, 230, 'Fort Hunt', 387328900, -770580300, 0),
(62981, 2573, 230, 'Fort Lee', 372469400, -773344200, 0),
(62982, 2573, 230, 'Fort Monroe', 370061900, -763127320, 0),
(62983, 2573, 230, 'Fort Myer', 388822800, -770789400, 0),
(62984, 2573, 230, 'Fort Valley', 388445550, -784213710, 0),
(62985, 2573, 230, 'Foster', 374527200, -763852200, 0),
(62986, 2573, 230, 'Franconia', 387820600, -771463700, 0),
(62987, 2573, 230, 'Franklin', 366748970, -769403880, 0),
(62988, 2573, 230, 'Franktown', 374698200, -759138600, 0),
(62989, 2573, 230, 'Fredericksburg', 382811000, -775585000, 0),
(62990, 2573, 230, 'Free Union', 381540280, -785784170, 0),
(62991, 2573, 230, 'Fries', 367321400, -810291750, 0),
(62992, 2573, 230, 'Front Royal', 389181700, -781944400, 0),
(62993, 2573, 230, 'Fulks Run', 386348750, -789827520, 0),
(62994, 2573, 230, 'Gainesville', 387956700, -776138800, 0),
(62995, 2573, 230, 'Galax', 366612400, -809239700, 0),
(62996, 2573, 230, 'Garrisonville', 384783100, -774929940, 0),
(62997, 2573, 230, 'Gasburg', 365669400, -778955600, 0),
(62998, 2573, 230, 'Gate City', 366331730, -825734220, 0),
(62999, 2573, 230, 'Glade Spring', 367912200, -817712300, 0),
(63000, 2573, 230, 'Gladstone', 375469400, -788494400, 0),
(63001, 2573, 230, 'Gladys', 371145180, -792819730, 0),
(63002, 2573, 230, 'Glasgow', 376340200, -794503100, 0),
(63003, 2573, 230, 'Glen Allen', 376602850, -775283170, 0),
(63004, 2573, 230, 'Glen Lyn', 373730600, -808608300, 0),
(63005, 2573, 230, 'Gloucester', 374366340, -765459710, 0),
(63006, 2573, 230, 'Gloucester Courthouse', 374098600, -765266200, 0),
(63007, 2573, 230, 'Gloucester Point', 372540300, -764968900, 0),
(63008, 2573, 230, 'Goochland', 376843100, -778852700, 0),
(63009, 2573, 230, 'Goode', 373588900, -793916700, 0),
(63010, 2573, 230, 'Goodview', 372212950, -797577260, 0),
(63011, 2573, 230, 'Gordonsville', 381373600, -781877800, 0),
(63012, 2573, 230, 'Gore', 392748330, -783535470, 0),
(63013, 2573, 230, 'Goshen', 379708620, -794853910, 0),
(63014, 2573, 230, 'Great Falls', 389981700, -772883200, 0),
(63015, 2573, 230, 'Green Bay', 371319200, -783053040, 0),
(63016, 2573, 230, 'Greenbriar', 388734500, -774008200, 0),
(63017, 2573, 230, 'Greenville', 379802370, -791309480, 0),
(63018, 2573, 230, 'Greenway', 389384400, -771653820, 0),
(63019, 2573, 230, 'Gretna', 369537500, -793589100, 0),
(63020, 2573, 230, 'Grottoes', 382673500, -788258600, 0),
(63021, 2573, 230, 'Groveton', 387673400, -770847000, 0),
(63022, 2573, 230, 'Grundy', 372778900, -820990200, 0),
(63023, 2573, 230, 'Gum Spring', 378007930, -779344520, 0),
(63024, 2573, 230, 'Gwynn', 375041700, -762886100, 0),
(63025, 2573, 230, 'Hague', 380490720, -766684260, 0),
(63026, 2573, 230, 'Halifax', 367659700, -789283400, 0),
(63027, 2573, 230, 'Hallieford', 374936100, -763402800, 0),
(63028, 2573, 230, 'Hamilton', 391338900, -776641700, 0),
(63029, 2573, 230, 'Hampden Sydney', 372421800, -784600200, 0),
(63030, 2573, 230, 'Hampton', 370482630, -764117800, 0),
(63031, 2573, 230, 'Hanover', 377665300, -773702600, 0),
(63032, 2573, 230, 'Hardy', 372319400, -798105600, 0),
(63033, 2573, 230, 'Harrisonburg', 384424850, -788730630, 0),
(63034, 2573, 230, 'Hartwood', 383996860, -775812510, 0),
(63035, 2573, 230, 'Hayes', 372783300, -765038900, 0),
(63036, 2573, 230, 'Hayfield', 387517800, -771358100, 0),
(63037, 2573, 230, 'Haymarket', 388120600, -776363800, 0),
(63038, 2573, 230, 'Haysi', 372055600, -822947200, 0),
(63039, 2573, 230, 'Heathsville', 379176300, -764721700, 0),
(63040, 2573, 230, 'Henrico', 376321830, -775452330, 0),
(63041, 2573, 230, 'Herndon', 389695500, -773861000, 0),
(63042, 2573, 230, 'Highland Springs', 375459800, -773277600, 0),
(63043, 2573, 230, 'Hillsville', 367626300, -807347900, 0),
(63044, 2573, 230, 'Hiltons', 366550000, -824677800, 0),
(63045, 2573, 230, 'Hollins', 373412500, -799431000, 0),
(63046, 2573, 230, 'Hollymead', 381170800, -784416800, 0),
(63047, 2573, 230, 'Honaker', 370309310, -820018580, 0),
(63048, 2573, 230, 'Hood', 383547200, -783827800, 0),
(63049, 2573, 230, 'Hopewell', 373043200, -772872000, 0),
(63050, 2573, 230, 'Hot Springs', 379719000, -798715800, 0),
(63051, 2573, 230, 'Hume', 388319400, -779994400, 0),
(63052, 2573, 230, 'Huntington', 387923400, -770708100, 0),
(63053, 2573, 230, 'Huntly', 388038780, -781415730, 0),
(63054, 2573, 230, 'Hurt', 370926400, -792964100, 0),
(63055, 2573, 230, 'Hybla Valley', 387476100, -770830300, 0),
(63056, 2573, 230, 'Independence', 366223500, -811509200, 0),
(63057, 2573, 230, 'Independent Hill', 386359500, -774377600, 0),
(63058, 2573, 230, 'Indian Valley', 369086100, -805519400, 0),
(63059, 2573, 230, 'Iron Gate', 377973030, -797918030, 0),
(63060, 2573, 230, 'Irvington', 376611100, -764194400, 0),
(63061, 2573, 230, 'Isle of Wight', 368548190, -767210380, 0),
(63062, 2573, 230, 'Ivanhoe', 368192810, -810059500, 0),
(63063, 2573, 230, 'Ivor', 369066700, -768977800, 0),
(63064, 2573, 230, 'Ivy', 380563900, -785966700, 0),
(63065, 2573, 230, 'Jamestown', 372091700, -767775000, 0),
(63066, 2573, 230, 'Jamesville', 375083040, -758703720, 0),
(63067, 2573, 230, 'Jarratt', 368158300, -774697200, 0),
(63068, 2573, 230, 'Jefferson', 388645600, -771877600, 0),
(63069, 2573, 230, 'Jeffersonton', 386314000, -779032000, 0),
(63070, 2573, 230, 'Jersey', 382113900, -771394400, 0),
(63071, 2573, 230, 'Jetersville', 373196510, -781161740, 0),
(63072, 2573, 230, 'Jonesville', 366889800, -831110000, 0),
(63073, 2573, 230, 'Keeling', 367200000, -792883300, 0),
(63074, 2573, 230, 'Kenbridge', 369620900, -781250000, 0),
(63075, 2573, 230, 'Kents Store', 378794400, -781288900, 0),
(63076, 2573, 230, 'Keswick', 380250000, -783555600, 0),
(63077, 2573, 230, 'Keysville', 370400000, -784836100, 0),
(63078, 2573, 230, 'Kilmarnock', 377104100, -763796700, 0),
(63079, 2573, 230, 'King George', 382681800, -771844200, 0),
(63080, 2573, 230, 'King and Queen Court House', 376698600, -768774600, 0),
(63081, 2573, 230, 'Kings Park', 388062200, -772433200, 0),
(63082, 2573, 230, 'Kinsale', 380294400, -765808300, 0),
(63083, 2573, 230, 'Lackey', 372295870, -765482310, 0),
(63084, 2573, 230, 'Lake Barcroft', 388478900, -771558100, 0),
(63085, 2573, 230, 'Lake Monticello', 379232000, -783347300, 0),
(63086, 2573, 230, 'Lake Ridge', 386878900, -772977600, 0),
(63087, 2573, 230, 'Lakeside', 376076500, -774769300, 0),
(63088, 2573, 230, 'Lambsburg', 365788940, -807802080, 0),
(63089, 2573, 230, 'Lancaster', 377698600, -764663400, 0),
(63090, 2573, 230, 'Laneview', 377588900, -767247200, 0),
(63091, 2573, 230, 'Lanexa', 374238900, -769011100, 0),
(63092, 2573, 230, 'Laurel', 376429200, -775088700, 0),
(63093, 2573, 230, 'Lawrenceville', 367576500, -778469400, 0),
(63094, 2573, 230, 'Lebanon', 369009400, -820801300, 0),
(63095, 2573, 230, 'Leesburg', 390845000, -776066000, 0),
(63096, 2573, 230, 'Lexington', 377840200, -794428200, 0),
(63097, 2573, 230, 'Lightfoot', 373251610, -767389610, 0),
(63098, 2573, 230, 'Lincolnia', 388184500, -771433100, 0),
(63099, 2573, 230, 'Linden', 389080600, -780750000, 0),
(63100, 2573, 230, 'Linton Hall', 387598400, -775749900, 0),
(63101, 2573, 230, 'Linville', 385586610, -788958490, 0),
(63102, 2573, 230, 'Locust Dale', 383361100, -781269400, 0),
(63103, 2573, 230, 'Locust Grove', 383333790, -777625300, 0),
(63104, 2573, 230, 'Locustville', 376536100, -756783300, 0),
(63105, 2573, 230, 'Lorton', 386901000, -772065000, 0),
(63106, 2573, 230, 'Lottsburg', 379782370, -765146880, 0),
(63107, 2573, 230, 'Louisa', 380251400, -780041600, 0),
(63108, 2573, 230, 'Lovettsville', 392726000, -776366600, 0),
(63109, 2573, 230, 'Lovingston', 378020200, -788782850, 0),
(63110, 2573, 230, 'Lowes Island', 390598300, -773522100, 0),
(63111, 2573, 230, 'Luray', 386654000, -784594500, 0),
(63112, 2573, 230, 'Lynchburg', 374137500, -791422500, 0),
(63113, 2573, 230, 'Machipongo', 374058300, -759016700, 0),
(63114, 2573, 230, 'Madison', 383804100, -782575000, 0),
(63115, 2573, 230, 'Madison Heights', 374309800, -791230800, 0),
(63116, 2573, 230, 'Maidens', 376691700, -778819400, 0),
(63117, 2573, 230, 'Manakin Sabot', 376380600, -777077800, 0),
(63118, 2573, 230, 'Manassas', 387509500, -774752700, 0),
(63119, 2573, 230, 'Manassas Park', 387840000, -774697100, 0),
(63120, 2573, 230, 'Mantua', 388537200, -772594300, 0),
(63121, 2573, 230, 'Marion', 368348400, -815148400, 0),
(63122, 2573, 230, 'Marshall', 388648400, -778577700, 0),
(63123, 2573, 230, 'Martinsville', 366915300, -798725400, 0),
(63124, 2573, 230, 'Massanetta Springs', 384004000, -788341900, 0),
(63125, 2573, 230, 'Mathews', 374370800, -763199400, 0),
(63126, 2573, 230, 'Matoaca', 372304300, -774774900, 0),
(63127, 2573, 230, 'Mattaponi', 375350000, -767727800, 0),
(63128, 2573, 230, 'Maurertown', 389830090, -785123310, 0),
(63129, 2573, 230, 'Max Meadows', 369716700, -809550000, 0),
(63130, 2573, 230, 'McCoy', 372557070, -804314790, 0),
(63131, 2573, 230, 'McGaheysville', 383752780, -787286110, 0),
(63132, 2573, 230, 'McLean', 389342800, -771774800, 0),
(63133, 2573, 230, 'Meadowview', 367596000, -818527200, 0),
(63134, 2573, 230, 'Mechanicsville', 376087600, -773733100, 0),
(63135, 2573, 230, 'Meherrin', 370960710, -783823870, 0),
(63136, 2573, 230, 'Melfa', 376497200, -757413900, 0),
(63137, 2573, 230, 'Merrifield', 388606600, -772595300, 0),
(63138, 2573, 230, 'Merrimac', 371895700, -804256100, 0),
(63139, 2573, 230, 'Merry Point', 377338900, -764825000, 0),
(63140, 2573, 230, 'Middlebrook', 380669400, -792341700, 0),
(63141, 2573, 230, 'Middleburg', 390095300, -777468200, 0),
(63142, 2573, 230, 'Middletown', 390276100, -782805600, 0),
(63143, 2573, 230, 'Midland', 385994400, -777244400, 0),
(63144, 2573, 230, 'Midlothian', 375061100, -776491700, 0),
(63145, 2573, 230, 'Millwood', 390694200, -780379800, 0),
(63146, 2573, 230, 'Mineral', 380061100, -779094400, 0),
(63147, 2573, 230, 'Moneta', 371813900, -796172200, 0),
(63148, 2573, 230, 'Monroe', 375182700, -791859510, 0),
(63149, 2573, 230, 'Montclair', 386109500, -773397100, 0),
(63150, 2573, 230, 'Monterey', 384123400, -795806000, 0),
(63151, 2573, 230, 'Montpelier', 378104580, -775940750, 0),
(63152, 2573, 230, 'Montrose', 375207000, -773783100, 0),
(63153, 2573, 230, 'Montross', 380951300, -768274600, 0),
(63154, 2573, 230, 'Moseley', 374752800, -777788900, 0),
(63155, 2573, 230, 'Mount Crawford', 383522450, -789519500, 0),
(63156, 2573, 230, 'Mount Holly', 381348010, -766590560, 0),
(63157, 2573, 230, 'Mount Jackson', 387459500, -786422400, 0),
(63158, 2573, 230, 'Mount Sidney', 382593710, -789615070, 0),
(63159, 2573, 230, 'Mount Solon', 383688780, -791658760, 0),
(63160, 2573, 230, 'Mount Vernon', 387191900, -771072600, 0),
(63161, 2573, 230, 'Mouth Of Wilson', 366101930, -813872610, 0),
(63162, 2573, 230, 'Narrows', 372054200, -799589300, 0),
(63163, 2573, 230, 'Nassawadox', 374746800, -758586000, 0),
(63164, 2573, 230, 'Nathalie', 369350000, -789472200, 0),
(63165, 2573, 230, 'Nellysford', 378631800, -788710800, 0),
(63166, 2573, 230, 'New Baltimore', 387673400, -777283300, 0),
(63167, 2573, 230, 'New Castle', 375001300, -801108800, 0),
(63168, 2573, 230, 'New Church', 379788900, -755311100, 0),
(63169, 2573, 230, 'New Hope', 381977780, -789061110, 0),
(63170, 2573, 230, 'New Kent', 375176500, -769788600, 0),
(63171, 2573, 230, 'New Market', 386479000, -786714100, 0),
(63172, 2573, 230, 'Newbern', 370878230, -806522170, 0),
(63173, 2573, 230, 'Newington', 387393960, -771816790, 0),
(63174, 2573, 230, 'Newport News', 369787600, -764280000, 0),
(63175, 2573, 230, 'Nokesville', 386987300, -775797100, 0),
(63176, 2573, 230, 'Norfolk', 368468100, -762852200, 0),
(63177, 2573, 230, 'Norge', 373639410, -767691740, 0),
(63178, 2573, 230, 'North', 374675290, -763804960, 0),
(63179, 2573, 230, 'North Springfield', 388042800, -772047000, 0),
(63180, 2573, 230, 'North Tazewell', 371327800, -815269400, 0),
(63181, 2573, 230, 'Norton', 369334300, -826290500, 0),
(63182, 2573, 230, 'Oak Grove', 389840000, -774038800, 0),
(63183, 2573, 230, 'Oak Hall', 379308300, -755469400, 0),
(63184, 2573, 230, 'Oakton', 388809500, -773008200, 0),
(63185, 2573, 230, 'Occoquan', 386827800, -772608300, 0),
(63186, 2573, 230, 'Oilville', 377200000, -779300000, 0),
(63187, 2573, 230, 'Onancock', 377118000, -757491000, 0),
(63188, 2573, 230, 'Orange', 382454100, -781108300, 0),
(63189, 2573, 230, 'Oyster', 372863900, -759225000, 0),
(63190, 2573, 230, 'Paeonian Springs', 391491700, -776191700, 0),
(63191, 2573, 230, 'Paint Bank', 375682200, -802516800, 0),
(63192, 2573, 230, 'Painter', 375790700, -757950880, 0),
(63193, 2573, 230, 'Palmyra', 378609700, -782633400, 0),
(63194, 2573, 230, 'Partlow', 380386100, -776388900, 0),
(63195, 2573, 230, 'Patrick Springs', 366418000, -801950500, 0),
(63196, 2573, 230, 'Pearisburg', 373265100, -807350700, 0),
(63197, 2573, 230, 'Pembroke', 373817100, -805653520, 0),
(63198, 2573, 230, 'Penhook', 370044400, -796286100, 0),
(63199, 2573, 230, 'Penn Laird', 383757650, -788026960, 0),
(63200, 2573, 230, 'Pennington Gap', 367584200, -830271100, 0),
(63201, 2573, 230, 'Petersburg', 372279300, -774019300, 0),
(63202, 2573, 230, 'Phenix', 370808300, -787472200, 0),
(63203, 2573, 230, 'Pilot', 370584830, -803185770, 0),
(63204, 2573, 230, 'Pimmit Hills', 389128900, -772008100, 0),
(63205, 2573, 230, 'Piney River', 377150100, -790202320, 0),
(63206, 2573, 230, 'Poquoson', 371223700, -763457800, 0),
(63207, 2573, 230, 'Port Republic', 383209130, -788134940, 0),
(63208, 2573, 230, 'Portsmouth', 368354300, -762982700, 0),
(63209, 2573, 230, 'Portsmouth Heights', 368209800, -763688300, 0),
(63210, 2573, 230, 'Potomac Mills', 386459500, -772941500, 0),
(63211, 2573, 230, 'Pound', 371237100, -826012700, 0),
(63212, 2573, 230, 'Pounding Mill', 370752800, -817086100, 0),
(63213, 2573, 230, 'Powhatan', 375420900, -779188900, 0),
(63214, 2573, 230, 'Prince George', 372204300, -772880300, 0),
(63215, 2573, 230, 'Prospect', 373155500, -785515900, 0),
(63216, 2573, 230, 'Providence Forge', 374419400, -770436100, 0),
(63217, 2573, 230, 'Pulaski', 370479000, -807797900, 0),
(63218, 2573, 230, 'Purcellville', 391367700, -777147200, 0),
(63219, 2573, 230, 'Quantico', 385224500, -772896870, 0),
(63220, 2573, 230, 'Quicksburg', 386930600, -786788900, 0),
(63221, 2573, 230, 'Quinby', 375536100, -757338900, 0),
(63222, 2573, 230, 'Quinton', 375338900, -771211100, 0),
(63223, 2573, 230, 'Radford', 371317900, -805764500, 0),
(63224, 2573, 230, 'Raphine', 379372200, -792327800, 0),
(63225, 2573, 230, 'Rappahannock Academy', 381813900, -772763900, 0),
(63226, 2573, 230, 'Ravensworth', 388040000, -772205400, 0),
(63227, 2573, 230, 'Rectortown', 389214400, -778617500, 0),
(63228, 2573, 230, 'Reedville', 378419400, -762758300, 0),
(63229, 2573, 230, 'Remington', 385355600, -778080600, 0),
(63230, 2573, 230, 'Rescue', 369553230, -765429370, 0),
(63231, 2573, 230, 'Reston', 389566900, -773421000, 0),
(63232, 2573, 230, 'Reva', 384762000, -781621000, 0),
(63233, 2573, 230, 'Rhoadesville', 382863810, -779084780, 0),
(63234, 2573, 230, 'Rice', 372888480, -782788920, 0),
(63235, 2573, 230, 'Rich Creek', 373804860, -808139880, 0),
(63236, 2573, 230, 'Richardsville', 383939990, -776932730, 0),
(63237, 2573, 230, 'Richlands', 370926490, -818052250, 0),
(63238, 2573, 230, 'Richmond', 375537600, -774602600, 0),
(63239, 2573, 230, 'Ridgeway', 365791700, -798600000, 0),
(63240, 2573, 230, 'Riner', 370627800, -804394400, 0),
(63241, 2573, 230, 'Ringgold', 366080600, -792952800, 0),
(63242, 2573, 230, 'Rixeyville', 385966000, -780011000, 0),
(63243, 2573, 230, 'Roanoke', 372709700, -799414300, 0),
(63244, 2573, 230, 'Rochelle', 382902800, -782725000, 0),
(63245, 2573, 230, 'Rockville', 377261100, -776783300, 0),
(63246, 2573, 230, 'Rocky Gap', 372292640, -811933790, 0),
(63247, 2573, 230, 'Rocky Mount', 370020090, -798936320, 0),
(63248, 2573, 230, 'Rollins Fork', 381847200, -770625000, 0),
(63249, 2573, 230, 'Rose Hill', 387887200, -771127600, 0),
(63250, 2573, 230, 'Rosedale', 369649980, -818973010, 0),
(63251, 2573, 230, 'Roseland', 379146830, -789517950, 0),
(63252, 2573, 230, 'Round Hill', 391336110, -777702780, 0),
(63253, 2573, 230, 'Rowe', 371234860, -820359690, 0),
(63254, 2573, 230, 'Ruckersville', 382331900, -783691800, 0),
(63255, 2573, 230, 'Rural Retreat', 368937300, -812759300, 0),
(63256, 2573, 230, 'Rustburg', 372768100, -791008500, 0),
(63257, 2573, 230, 'Ruther Glen', 379387820, -774714660, 0),
(63258, 2573, 230, 'Saint Paul', 369055600, -823102800, 0),
(63259, 2573, 230, 'Saint Stephens Church', 378027800, -770555600, 0),
(63260, 2573, 230, 'Salem', 372900380, -800820180, 0),
(63261, 2573, 230, 'Saltville', 368815000, -817620600, 0),
(63262, 2573, 230, 'Saluda', 375781580, -766076320, 0),
(63263, 2573, 230, 'Sandston', 375234800, -773158100, 0),
(63264, 2573, 230, 'Sandy Hook', 377527800, -779125000, 0),
(63265, 2573, 230, 'Sandy Level', 365591700, -797263900, 0),
(63266, 2573, 230, 'Sandy Point', 380641200, -765591000, 0),
(63267, 2573, 230, 'Sanford', 379220030, -756850910, 0),
(63268, 2573, 230, 'Scottsburg', 367600000, -787905600, 0),
(63269, 2573, 230, 'Scottsville', 378000000, -785000000, 0),
(63270, 2573, 230, 'Seaford', 371983300, -764330600, 0),
(63271, 2573, 230, 'Sedley', 367761100, -769841700, 0),
(63272, 2573, 230, 'Selma', 378030570, -798516770, 0),
(63273, 2573, 230, 'Seven Corners', 388720600, -771552600, 0),
(63274, 2573, 230, 'Shacklefords', 375766800, -767293800, 0),
(63275, 2573, 230, 'Shawnee Land', 391914900, -783455600, 0),
(63276, 2573, 230, 'Shenandoah', 384851200, -786250200, 0),
(63277, 2573, 230, 'Short Pump', 376504200, -776124900, 0),
(63278, 2573, 230, 'Singers Glen', 385525000, -789133300, 0),
(63279, 2573, 230, 'Smithfield', 369823700, -766310700, 0),
(63280, 2573, 230, 'Somerset', 382094380, -782371000, 0),
(63281, 2573, 230, 'South Boston', 366987500, -789014000, 0),
(63282, 2573, 230, 'South Hill', 367265300, -781288900, 0),
(63283, 2573, 230, 'South Riding', 389209400, -775038800, 0),
(63284, 2573, 230, 'South Suffolk', 367170900, -765902300, 0),
(63285, 2573, 230, 'Sperryville', 386569400, -782261100, 0),
(63286, 2573, 230, 'Spotsylvania', 382009600, -775891500, 0),
(63287, 2573, 230, 'Spotsylvania Courthouse', 381979100, -775877700, 0),
(63288, 2573, 230, 'Spring Grove', 372121890, -770695400, 0),
(63289, 2573, 230, 'Springfield', 387892800, -771872000, 0),
(63290, 2573, 230, 'Stafford', 384220700, -774083200, 0),
(63291, 2573, 230, 'Stanardsville', 382973500, -784400100, 0),
(63292, 2573, 230, 'Stanley', 385754000, -785025100, 0),
(63293, 2573, 230, 'Stanleytown', 367443000, -799628200, 0),
(63294, 2573, 230, 'Star Tannery', 390818580, -784595190, 0),
(63295, 2573, 230, 'State Farm', 376482000, -778481000, 0),
(63296, 2573, 230, 'Staunton', 381495800, -790717000, 0),
(63297, 2573, 230, 'Steeles Tavern', 379255600, -792025000, 0),
(63298, 2573, 230, 'Stephens City', 390834400, -782180600, 0),
(63299, 2573, 230, 'Stephenson', 392059920, -780957760, 0),
(63300, 2573, 230, 'Sterling', 389977080, -774331790, 0),
(63301, 2573, 230, 'Stevensburg', 384413900, -778997200, 0),
(63302, 2573, 230, 'Stony Creek', 369365850, -774256950, 0),
(63303, 2573, 230, 'Strasburg', 389887200, -783586200, 0),
(63304, 2573, 230, 'Stuart', 366340920, -802488460, 0),
(63305, 2573, 230, 'Stuarts Draft', 380301400, -790336400, 0),
(63306, 2573, 230, 'Sudley', 387928900, -774974900, 0),
(63307, 2573, 230, 'Suffolk', 367331350, -765998270, 0),
(63308, 2573, 230, 'Sugarland Run', 390376100, -773752600, 0),
(63309, 2573, 230, 'Sumerduck', 384567740, -777100090, 0),
(63310, 2573, 230, 'Surry', 371277800, -767527110, 0),
(63311, 2573, 230, 'Sussex', 369151500, -772791400, 0),
(63312, 2573, 230, 'Sweet Briar', 375544440, -790707560, 0),
(63313, 2573, 230, 'Swords Creek', 370822240, -819188750, 0),
(63314, 2573, 230, 'Syria', 384877800, -783261100, 0),
(63315, 2573, 230, 'Tappahannock', 379254100, -768591300, 0),
(63316, 2573, 230, 'Tazewell', 371148400, -815195500, 0),
(63317, 2573, 230, 'The Plains', 388627700, -777735960, 0),
(63318, 2573, 230, 'Timberlake', 373207000, -792575300, 0),
(63319, 2573, 230, 'Timberville', 386390100, -787739100, 0),
(63320, 2573, 230, 'Toano', 373800000, -768041700, 0),
(63321, 2573, 230, 'Trevilians', 380513890, -780730560, 0),
(63322, 2573, 230, 'Triangle', 385467900, -773366500, 0),
(63323, 2573, 230, 'Troutville', 374152800, -798769400, 0),
(63324, 2573, 230, 'Troy', 379510000, -782460000, 0),
(63325, 2573, 230, 'Tuckahoe', 375901500, -775563800, 0),
(63326, 2573, 230, 'Tyro', 378216700, -790047200, 0),
(63327, 2573, 230, 'Tysons Corner', 389187200, -772310900, 0),
(63328, 2573, 230, 'Union Hall', 370187500, -796864200, 0),
(63329, 2573, 230, 'University Center', 390570500, -774441500, 0),
(63330, 2573, 230, 'University Of Richmond', 375751600, -775387100, 0),
(63331, 2573, 230, 'Upperville', 389938900, -778847200, 0),
(63332, 2573, 230, 'Urbanna', 376540990, -766141940, 0),
(63333, 2573, 230, 'Vansant', 372266700, -820988900, 0),
(63334, 2573, 230, 'Vernon Hill', 367911000, -791245800, 0),
(63335, 2573, 230, 'Verona', 382020800, -790083600, 0),
(63336, 2573, 230, 'Victoria', 369948700, -782272200, 0),
(63337, 2573, 230, 'Vienna', 389265760, -772623560, 0),
(63338, 2573, 230, 'Vinton', 372809700, -798969800, 0),
(63339, 2573, 230, 'Virgilina', 365452800, -787736100, 0),
(63340, 2573, 230, 'Virginia Beach', 368529300, -759779800, 0),
(63341, 2573, 230, 'Wachapreague', 376063900, -756905600, 0),
(63342, 2573, 230, 'Wakefield', 369702800, -769883300, 0),
(63343, 2573, 230, 'Walkerton', 377263900, -770227800, 0),
(63344, 2573, 230, 'Wallops Island', 378500000, -754670000, 0),
(63345, 2573, 230, 'Warfield', 368955120, -777443610, 0),
(63346, 2573, 230, 'Warm Springs', 380462400, -797906100, 0),
(63347, 2573, 230, 'Warrenton', 387134500, -777952700, 0),
(63348, 2573, 230, 'Warsaw', 379587400, -767580100, 0),
(63349, 2573, 230, 'Washington', 387134500, -781594400, 0),
(63350, 2573, 230, 'Waterford', 391931700, -776340800, 0),
(63351, 2573, 230, 'Wattsville', 379340100, -754996500, 0),
(63352, 2573, 230, 'Waverly', 370359800, -770952400, 0),
(63353, 2573, 230, 'Waynesboro', 380684700, -788894700, 0),
(63354, 2573, 230, 'Weber City', 366228800, -825621000, 0),
(63355, 2573, 230, 'West Augusta', 382988670, -793155610, 0),
(63356, 2573, 230, 'West Gate', 387828900, -774974900, 0),
(63357, 2573, 230, 'West Lynchburg', 374032000, -791780800, 0),
(63358, 2573, 230, 'West McLean', 389527570, -772350640, 0),
(63359, 2573, 230, 'West Point', 375315300, -767963500, 0),
(63360, 2573, 230, 'West Springfield', 387726100, -772210900, 0),
(63361, 2573, 230, 'Weyers Cave', 382884600, -789130800, 0),
(63362, 2573, 230, 'White Post', 390534410, -780990360, 0),
(63363, 2573, 230, 'White Stone', 376452800, -763911100, 0),
(63364, 2573, 230, 'Wicomico', 372911100, -765094400, 0),
(63365, 2573, 230, 'Wicomico Church', 377866870, -763588980, 0),
(63366, 2573, 230, 'Williamsburg', 372707000, -767074600, 0),
(63367, 2573, 230, 'Williamsville', 381777780, -796477780, 0),
(63368, 2573, 230, 'Winchester', 392067090, -781653400, 0),
(63369, 2573, 230, 'Windsor', 368084800, -767441200, 0),
(63370, 2573, 230, 'Wirtz', 370755180, -798879500, 0),
(63371, 2573, 230, 'Wise', 369759300, -825757100, 0),
(63372, 2573, 230, 'Wolf Trap', 389398300, -772860900, 0),
(63373, 2573, 230, 'Woodberry Forest', 382921940, -781220830, 0),
(63374, 2573, 230, 'Woodbridge', 386301000, -772726000, 0),
(63375, 2573, 230, 'Woodford', 381006960, -775334860, 0),
(63376, 2573, 230, 'Woodlake', 374210600, -776793100, 0),
(63377, 2573, 230, 'Woodlawn', 387167800, -771327600, 0),
(63378, 2573, 230, 'Woodstock', 388817800, -785058400, 0),
(63379, 2573, 230, 'Wyndham', 376984800, -776124900, 0),
(63380, 2573, 230, 'Wytheville', 369484500, -810848100, 0),
(63381, 2573, 230, 'Yale', 368326640, -772777390, 0),
(63382, 2573, 230, 'Yorkshire', 387931700, -774477700, 0),
(63383, 2573, 230, 'Yorktown', 371783400, -764581800, 0),
(63384, 2573, 230, 'Zuni', 368321410, -768413890, 0),
(63385, 2574, 230, 'Aberdeen', 469753700, -1238157200, 0),
(63386, 2574, 230, 'Acme', 487152800, -1222100000, 0),
(63387, 2574, 230, 'Addy', 483224610, -1179555310, 0),
(63388, 2574, 230, 'Albion', 467925020, -1172489860, 0),
(63389, 2574, 230, 'Alderwood Manor', 478220400, -1222820700, 0),
(63390, 2574, 230, 'Allyn', 473856500, -1228276400, 0),
(63391, 2574, 230, 'Amanda Park', 474309350, -1240207570, 0),
(63392, 2574, 230, 'Amboy', 459101100, -1224464900, 0),
(63393, 2574, 230, 'Ames Lake', 476328800, -1219662300, 0),
(63394, 2574, 230, 'Anacortes', 485126000, -1226126700, 0),
(63395, 2574, 230, 'Anatone', 461396480, -1170673960, 0),
(63396, 2574, 230, 'Ardenvoir', 477426480, -1203823050, 0),
(63397, 2574, 230, 'Arlington', 481987100, -1221251400, 0),
(63398, 2574, 230, 'Artondale', 472995400, -1226206900, 0),
(63399, 2574, 230, 'Ashford', 467558300, -1220191700, 0),
(63400, 2574, 230, 'Asotin', 463393300, -1170482100, 0),
(63401, 2574, 230, 'Auburn', 473025020, -1221863320, 0),
(63402, 2574, 230, 'Ault Field', 483381200, -1226744100, 0),
(63403, 2574, 230, 'Bainbridge Island', 476262100, -1225212400, 0),
(63404, 2574, 230, 'Bangor Trident Base', 477227400, -1227144600, 0),
(63405, 2574, 230, 'Barberton', 456931700, -1225989900, 0),
(63406, 2574, 230, 'Baring', 477651650, -1214799050, 0),
(63407, 2574, 230, 'Battle Ground', 457809500, -1225334300, 0),
(63408, 2574, 230, 'Belfair', 474506500, -1228273700, 0),
(63409, 2574, 230, 'Bellevue', 476124450, -1221426740, 0),
(63410, 2574, 230, 'Bellingham', 487595500, -1224882200, 0),
(63411, 2574, 230, 'Benton City', 462631900, -1194878000, 0),
(63412, 2574, 230, 'Bethel', 474939800, -1226312500, 0),
(63413, 2574, 230, 'Beverly', 468366700, -1199330600, 0),
(63414, 2574, 230, 'Bickleton', 459634130, -1203214350, 0),
(63415, 2574, 230, 'Bingen', 457152800, -1214666670, 0),
(63416, 2574, 230, 'Black Diamond', 473087100, -1220031700, 0),
(63417, 2574, 230, 'Blaine', 489937200, -1227471200, 0),
(63418, 2574, 230, 'Bonney Lake', 471874000, -1221645000, 0),
(63419, 2574, 230, 'Bothell', 477623200, -1222054000, 0),
(63420, 2574, 230, 'Boulevard Park', 474892700, -1223151200, 0),
(63421, 2574, 230, 'Bow', 485617740, -1223982190, 0),
(63422, 2574, 230, 'Bremerton', 475673200, -1226326400, 0),
(63423, 2574, 230, 'Brewster', 480959800, -1197806200, 0),
(63424, 2574, 230, 'Bridgeport', 480082000, -1196711600, 0),
(63425, 2574, 230, 'Brier', 477845400, -1222742900, 0),
(63426, 2574, 230, 'Brinnon', 476919900, -1229210660, 0),
(63427, 2574, 230, 'Brush Prairie', 457328900, -1225464900, 0),
(63428, 2574, 230, 'Bryant', 482389900, -1221579200, 0),
(63429, 2574, 230, 'Bryn Mawr-Skyway', 474943000, -1222409200, 0),
(63430, 2574, 230, 'Buckley', 471631600, -1220267800, 0),
(63431, 2574, 230, 'Burien', 474703800, -1223467900, 0),
(63432, 2574, 230, 'Burley', 474178700, -1226309700, 0),
(63433, 2574, 230, 'Burlington', 484756600, -1223254400, 0),
(63434, 2574, 230, 'Camano Island', 481936100, -1224863900, 0),
(63435, 2574, 230, 'Camas', 455870600, -1223995400, 0),
(63436, 2574, 230, 'Camp Murray', 472556910, -1224412910, 0),
(63437, 2574, 230, 'Carlsborg', 480841700, -1231702800, 0),
(63438, 2574, 230, 'Carnation', 476478800, -1219140100, 0),
(63439, 2574, 230, 'Carson', 457253900, -1218192400, 0),
(63440, 2574, 230, 'Cascade Valley', 471345900, -1193280800, 0),
(63441, 2574, 230, 'Cashmere', 475223500, -1204698000, 0),
(63442, 2574, 230, 'Castle Rock', 462751100, -1229076100, 0),
(63443, 2574, 230, 'Cathlamet', 462031700, -1233831800, 0),
(63444, 2574, 230, 'Centerville', 457522200, -1209047200, 0),
(63445, 2574, 230, 'Centralia', 467162100, -1229543000, 0),
(63446, 2574, 230, 'Chattaroy', 478900000, -1173500000, 0),
(63447, 2574, 230, 'Chehalis', 466620500, -1229640200, 0),
(63448, 2574, 230, 'Chelan', 478409700, -1200164600, 0),
(63449, 2574, 230, 'Cheney', 474394200, -1176273600, 0),
(63450, 2574, 230, 'Chewelah', 482762900, -1177155200, 0),
(63451, 2574, 230, 'Clarkston', 464162700, -1170451600, 0),
(63452, 2574, 230, 'Clayton', 480120280, -1175236870, 0),
(63453, 2574, 230, 'Cle Elum', 471631200, -1208496000, 0),
(63454, 2574, 230, 'Clearview', 478337100, -1221259600, 0),
(63455, 2574, 230, 'Clinton', 479761100, -1223561100, 0),
(63456, 2574, 230, 'Clyde Hill', 476317700, -1222179000, 0),
(63457, 2574, 230, 'Colbert', 478310000, -1173520000, 0),
(63458, 2574, 230, 'Colfax', 468801700, -1173643500, 0),
(63459, 2574, 230, 'College Place', 460493000, -1183883000, 0),
(63460, 2574, 230, 'Colville', 485465700, -1179055400, 0),
(63461, 2574, 230, 'Concrete', 485391700, -1217472200, 0),
(63462, 2574, 230, 'Connell', 466634700, -1188611100, 0),
(63463, 2574, 230, 'Conway', 483407330, -1223456260, 0),
(63464, 2574, 230, 'Cosmopolis', 469553700, -1237737800, 0),
(63465, 2574, 230, 'Cottage Lake', 477442700, -1220773500, 0),
(63466, 2574, 230, 'Cougar', 460500000, -1222988900, 0),
(63467, 2574, 230, 'Coulee City', 476119400, -1192908300, 0),
(63468, 2574, 230, 'Coulee Dam', 479716750, -1189706580, 0),
(63469, 2574, 230, 'Coupeville', 482198200, -1226862800, 0),
(63470, 2574, 230, 'Covington', 473581800, -1221221600, 0),
(63471, 2574, 230, 'Cowiche', 466654100, -1207319310, 0),
(63472, 2574, 230, 'Creston', 477562290, -1185187360, 0),
(63473, 2574, 230, 'Custer', 489177800, -1226408300, 0),
(63474, 2574, 230, 'Darrington', 482553900, -1216015100, 0),
(63475, 2574, 230, 'Davenport', 476540500, -1181499700, 0),
(63476, 2574, 230, 'Dayton', 463231490, -1179776620, 0),
(63477, 2574, 230, 'Deer Harbor', 486200000, -1230100000, 0),
(63478, 2574, 230, 'Deer Park', 479543400, -1174768900, 0),
(63479, 2574, 230, 'Deming', 488242200, -1219583400, 0),
(63480, 2574, 230, 'Des Moines', 474017700, -1223242900, 0),
(63481, 2574, 230, 'Dishman', 476600700, -1172759600, 0),
(63482, 2574, 230, 'Dryden', 475410000, -1205610000, 0),
(63483, 2574, 230, 'DuPont', 470946710, -1226413910, 0),
(63484, 2574, 230, 'Duvall', 477423200, -1219856800, 0),
(63485, 2574, 230, 'East Hill-Meridian', 474105200, -1221736900, 0),
(63486, 2574, 230, 'East Olympia', 469675000, -1228355600, 0),
(63487, 2574, 230, 'East Renton Highlands', 474848200, -1221123400, 0),
(63488, 2574, 230, 'East Wenatchee', 474156800, -1202931300, 0),
(63489, 2574, 230, 'East Wenatchee Bench', 474256800, -1202811800, 0),
(63490, 2574, 230, 'Eastgate', 475726600, -1221457800, 0),
(63491, 2574, 230, 'Easton', 472383300, -1211783300, 0),
(63492, 2574, 230, 'Eastsound', 487052610, -1229157390, 0),
(63493, 2574, 230, 'Eatonville', 468673300, -1222665000, 0),
(63494, 2574, 230, 'Edgewood', 472501000, -1222937300, 0),
(63495, 2574, 230, 'Edmonds', 478056000, -1223716200, 0),
(63496, 2574, 230, 'Electric City', 479308300, -1190361100, 0),
(63497, 2574, 230, 'Elk', 480132750, -1172690720, 0),
(63498, 2574, 230, 'Ellensburg', 469965100, -1205478500, 0),
(63499, 2574, 230, 'Elma', 470034300, -1234087700, 0),
(63500, 2574, 230, 'Eltopia', 464801600, -1190858800, 0),
(63501, 2574, 230, 'Enetai', 475848200, -1225987500, 0),
(63502, 2574, 230, 'Entiat', 476759600, -1202084100, 0),
(63503, 2574, 230, 'Enumclaw', 472042700, -1219915000, 0),
(63504, 2574, 230, 'Ephrata', 473181390, -1195451020, 0),
(63505, 2574, 230, 'Esperance', 477889900, -1223554100, 0),
(63506, 2574, 230, 'Ethel', 465324440, -1227470560, 0),
(63507, 2574, 230, 'Everett', 479789800, -1222020800, 0),
(63508, 2574, 230, 'Everson', 489201200, -1223426600, 0),
(63509, 2574, 230, 'Fairchild Air Force Base', 476187900, -1176482600, 0),
(63510, 2574, 230, 'Fairfield', 473906470, -1172044720, 0),
(63511, 2574, 230, 'Fairwood', 477668400, -1174174400, 0),
(63512, 2574, 230, 'Fall City', 475673200, -1218887300, 0),
(63513, 2574, 230, 'Federal Way', 473223200, -1223126200, 0),
(63514, 2574, 230, 'Felida', 457095600, -1227073200, 0),
(63515, 2574, 230, 'Ferndale', 488465000, -1225910100, 0),
(63516, 2574, 230, 'Fife', 472392700, -1223570700, 0),
(63517, 2574, 230, 'Fife Heights', 472589900, -1223456800, 0),
(63518, 2574, 230, 'Fircrest', 472395400, -1225159600, 0),
(63519, 2574, 230, 'Five Corners', 456845600, -1225751000, 0),
(63520, 2574, 230, 'Fobes Hill', 479489900, -1221198500, 0),
(63521, 2574, 230, 'Fords Prairie', 467351000, -1229890200, 0),
(63522, 2574, 230, 'Forks', 479503600, -1243854900, 0),
(63523, 2574, 230, 'Fort Lewis', 471078700, -1225769400, 0),
(63524, 2574, 230, 'Fox Island', 472514900, -1226290200, 0),
(63525, 2574, 230, 'Frederickson', 470962100, -1223587300, 0),
(63526, 2574, 230, 'Freeland', 480095400, -1225259800, 0),
(63527, 2574, 230, 'Friday Harbor', 485342700, -1230171200, 0),
(63528, 2574, 230, 'Fruitland', 480711100, -1181988900, 0),
(63529, 2574, 230, 'Geneva', 487456700, -1224018300, 0),
(63530, 2574, 230, 'Gig Harbor', 473292600, -1225801300, 0),
(63531, 2574, 230, 'Glenwood', 460103560, -1212870900, 0),
(63532, 2574, 230, 'Gold Bar', 478567700, -1216970600, 0),
(63533, 2574, 230, 'Goldendale', 458206800, -1208217300, 0),
(63534, 2574, 230, 'Graham', 470528800, -1222942800, 0),
(63535, 2574, 230, 'Grand Coulee', 479397200, -1190016700, 0),
(63536, 2574, 230, 'Grand Mound', 467878800, -1230112500, 0),
(63537, 2574, 230, 'Grandview', 462509700, -1199017000, 0),
(63538, 2574, 230, 'Granger', 463420700, -1201872700, 0),
(63539, 2574, 230, 'Granite Falls', 480839900, -1219687400, 0),
(63540, 2574, 230, 'Grapeview', 473650000, -1228358300, 0),
(63541, 2574, 230, 'Greenacres', 476633300, -1171566700, 0),
(63542, 2574, 230, 'Greenbank', 480980600, -1225716700, 0),
(63543, 2574, 230, 'Hamilton', 485261100, -1219888900, 0),
(63544, 2574, 230, 'Hansville', 479187000, -1225543100, 0),
(63545, 2574, 230, 'Harrah', 463868150, -1205104850, 0),
(63546, 2574, 230, 'Harrington', 474802800, -1182555600, 0),
(63547, 2574, 230, 'Hartline', 476900000, -1191072200, 0),
(63548, 2574, 230, 'Hazel Dell', 456715100, -1226628800, 0),
(63549, 2574, 230, 'Heisson', 458232970, -1224867690, 0),
(63550, 2574, 230, 'Highland', 461315200, -1191141800, 0),
(63551, 2574, 230, 'Hockinson', 457378900, -1224870400, 0),
(63552, 2574, 230, 'Home', 472748200, -1227637500, 0),
(63553, 2574, 230, 'Hoodsport', 474058300, -1231380600, 0),
(63554, 2574, 230, 'Hoquiam', 469809200, -1238893300, 0),
(63555, 2574, 230, 'Humptulips', 471975770, -1239412820, 0),
(63556, 2574, 230, 'Hunters', 481545540, -1181292760, 0),
(63557, 2574, 230, 'Husum', 457991700, -1214869400, 0),
(63558, 2574, 230, 'Ilwaco', 463125000, -1240297200, 0),
(63559, 2574, 230, 'Index', 478208300, -1215538900, 0),
(63560, 2574, 230, 'Indianola', 477470400, -1225256900, 0),
(63561, 2574, 230, 'Inglewood-Finn Hill', 477204900, -1222316700, 0),
(63562, 2574, 230, 'Ione', 487405600, -1174202800, 0),
(63563, 2574, 230, 'Issaquah', 475311000, -1220679000, 0),
(63564, 2574, 230, 'Kalama', 460084500, -1228445500, 0),
(63565, 2574, 230, 'Keller', 480046110, -1185605920, 0),
(63566, 2574, 230, 'Kelso', 461467800, -1229084400, 0),
(63567, 2574, 230, 'Kenmore', 477573200, -1222440100, 0),
(63568, 2574, 230, 'Kennewick', 461947200, -1191332400, 0),
(63569, 2574, 230, 'Kent', 473907000, -1222626000, 0),
(63570, 2574, 230, 'Kettle Falls', 486344740, -1180623090, 0),
(63571, 2574, 230, 'Kingsgate', 477270400, -1221795700, 0),
(63572, 2574, 230, 'Kingston', 478074120, -1225255260, 0),
(63573, 2574, 230, 'Kirkland', 476868720, -1221895680, 0),
(63574, 2574, 230, 'Klahanie', 474312100, -1224365200, 0),
(63575, 2574, 230, 'Klickitat', 458238970, -1211255880, 0),
(63576, 2574, 230, 'La Center', 458623400, -1226703800, 0),
(63577, 2574, 230, 'La Conner', 483905600, -1224955600, 0),
(63578, 2574, 230, 'La Grande', 468221290, -1222793590, 0),
(63579, 2574, 230, 'La Push', 479088890, -1246352780, 0),
(63580, 2574, 230, 'Lacey', 470342600, -1228231900, 0),
(63581, 2574, 230, 'Lacrosse', 467735400, -1178631600, 0),
(63582, 2574, 230, 'Lake Forest Park', 477567600, -1222809600, 0),
(63583, 2574, 230, 'Lake Goodwin', 481389900, -1222795900, 0),
(63584, 2574, 230, 'Lake Marcel-Stillwater', 476926300, -1219151300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(63585, 2574, 230, 'Lake Morton-Berrydale', 473325100, -1221028600, 0),
(63586, 2574, 230, 'Lake Shore', 456906700, -1226909300, 0),
(63587, 2574, 230, 'Lake Stevens', 480151000, -1220637400, 0),
(63588, 2574, 230, 'Lakebay', 472569400, -1227583300, 0),
(63589, 2574, 230, 'Lakeland North', 473334300, -1222769500, 0),
(63590, 2574, 230, 'Lakeland South', 472784300, -1222832600, 0),
(63591, 2574, 230, 'Lakewood', 471717600, -1225184600, 0),
(63592, 2574, 230, 'Langley', 480338030, -1224485720, 0),
(63593, 2574, 230, 'Lea Hill', 473262100, -1221815100, 0),
(63594, 2574, 230, 'Leavenworth', 475962300, -1206614800, 0),
(63595, 2574, 230, 'Liberty Lake', 476535140, -1170823280, 0),
(63596, 2574, 230, 'Lind', 469725000, -1186163900, 0),
(63597, 2574, 230, 'Lofall', 478120400, -1226582100, 0),
(63598, 2574, 230, 'Long Beach', 463488380, -1240507680, 0),
(63599, 2574, 230, 'Longbranch', 472089800, -1227568000, 0),
(63600, 2574, 230, 'Longmire', 467494400, -1218091700, 0),
(63601, 2574, 230, 'Longview', 461381700, -1229381700, 0),
(63602, 2574, 230, 'Longview Heights', 461803900, -1229570600, 0),
(63603, 2574, 230, 'Loon Lake', 480521550, -1176154790, 0),
(63604, 2574, 230, 'Lopez Island', 484788900, -1228919400, 0),
(63605, 2574, 230, 'Lummi Island', 487082540, -1226762900, 0),
(63606, 2574, 230, 'Lyle', 456958300, -1212822200, 0),
(63607, 2574, 230, 'Lynden', 489407020, -1224581370, 0),
(63608, 2574, 230, 'Lynnwood', 478209300, -1223151300, 0),
(63609, 2574, 230, 'Mabton', 462311060, -1200119800, 0),
(63610, 2574, 230, 'Machias', 479814900, -1220459600, 0),
(63611, 2574, 230, 'Malaga', 473722200, -1202011100, 0),
(63612, 2574, 230, 'Maltby', 478051000, -1221131800, 0),
(63613, 2574, 230, 'Manchester', 475559300, -1225448600, 0),
(63614, 2574, 230, 'Mansfield', 477924270, -1196400700, 0),
(63615, 2574, 230, 'Manson', 478848600, -1201584100, 0),
(63616, 2574, 230, 'Maple Falls', 489298890, -1221492810, 0),
(63617, 2574, 230, 'Maple Heights-Lake Desire', 474441300, -1220973600, 0),
(63618, 2574, 230, 'Maple Valley', 473927200, -1220464100, 0),
(63619, 2574, 230, 'Marblemount', 485380600, -1214377800, 0),
(63620, 2574, 230, 'Marietta-Alderwood', 487896500, -1225536900, 0),
(63621, 2574, 230, 'Marlin', 474598450, -1189225490, 0),
(63622, 2574, 230, 'Martha Lake', 478509300, -1222393000, 0),
(63623, 2574, 230, 'Marysville', 480596000, -1221531000, 0),
(63624, 2574, 230, 'Matlock', 472377800, -1234080600, 0),
(63625, 2574, 230, 'Mattawa', 467379100, -1199028200, 0),
(63626, 2574, 230, 'Mazama', 486428750, -1202117680, 0),
(63627, 2574, 230, 'McChord Air Force Base', 471339700, -1224915700, 0),
(63628, 2574, 230, 'McCleary', 470531500, -1232654300, 0),
(63629, 2574, 230, 'McMillin', 471398200, -1222365100, 0),
(63630, 2574, 230, 'Mead', 477945100, -1172975030, 0),
(63631, 2574, 230, 'Meadowdale', 478528700, -1223334700, 0),
(63632, 2574, 230, 'Medical Lake', 475729400, -1176821600, 0),
(63633, 2574, 230, 'Medina', 476163090, -1222365240, 0),
(63634, 2574, 230, 'Menlo', 466216200, -1236457800, 0),
(63635, 2574, 230, 'Mercer Island', 475706500, -1222220700, 0),
(63636, 2574, 230, 'Mesa', 465769400, -1190025000, 0),
(63637, 2574, 230, 'Midland', 471670400, -1224048400, 0),
(63638, 2574, 230, 'Mill Creek', 478601000, -1222043000, 0),
(63639, 2574, 230, 'Mill Plain', 456429000, -1224939800, 0),
(63640, 2574, 230, 'Millwood', 476812800, -1172827100, 0),
(63641, 2574, 230, 'Milton', 472481600, -1223129000, 0),
(63642, 2574, 230, 'Mineral', 467169400, -1221808300, 0),
(63643, 2574, 230, 'Minnehaha', 456590100, -1226487100, 0),
(63644, 2574, 230, 'Mirrormont', 474623200, -1219956700, 0),
(63645, 2574, 230, 'Monroe', 478553800, -1219709600, 0),
(63646, 2574, 230, 'Montesano', 469812100, -1236026600, 0),
(63647, 2574, 230, 'Morton', 465601230, -1222840930, 0),
(63648, 2574, 230, 'Moses Lake', 471301400, -1192780800, 0),
(63649, 2574, 230, 'Moses Lake North', 471943300, -1193171900, 0),
(63650, 2574, 230, 'Mossyrock', 465297200, -1224841700, 0),
(63651, 2574, 230, 'Mount Vernon', 484212200, -1223340500, 0),
(63652, 2574, 230, 'Mount Vista', 457342800, -1226328800, 0),
(63653, 2574, 230, 'Mountlake Terrace', 477881500, -1223087400, 0),
(63654, 2574, 230, 'Moxee', 465563900, -1203872200, 0),
(63655, 2574, 230, 'Mukilteo', 479081000, -1223062000, 0),
(63656, 2574, 230, 'Naches', 467291700, -1206991700, 0),
(63657, 2574, 230, 'Naselle', 463677800, -1237933300, 0),
(63658, 2574, 230, 'Navy Yard City', 475534300, -1226645800, 0),
(63659, 2574, 230, 'Neah Bay', 483655600, -1246155600, 0),
(63660, 2574, 230, 'Nespelem', 481663900, -1189755600, 0),
(63661, 2574, 230, 'Newcastle', 475389900, -1221556800, 0),
(63662, 2574, 230, 'Newman Lake', 477769400, -1170950000, 0),
(63663, 2574, 230, 'Newport', 481796300, -1170432600, 0),
(63664, 2574, 230, 'Nine Mile Falls', 477758300, -1175461100, 0),
(63665, 2574, 230, 'Nooksack', 489276200, -1223215500, 0),
(63666, 2574, 230, 'Nordland', 480583300, -1226880600, 0),
(63667, 2574, 230, 'Normandy Park', 474362100, -1223406800, 0),
(63668, 2574, 230, 'North Bend', 474956600, -1217867800, 0),
(63669, 2574, 230, 'North Creek', 478195400, -1221762400, 0),
(63670, 2574, 230, 'North Lakewood', 481641410, -1223013890, 0),
(63671, 2574, 230, 'North Puyallup', 472067700, -1222823400, 0),
(63672, 2574, 230, 'North Yelm', 469631500, -1226029000, 0),
(63673, 2574, 230, 'Northport', 489242440, -1177871980, 0),
(63674, 2574, 230, 'Oak Harbor', 482931600, -1226432200, 0),
(63675, 2574, 230, 'Oakesdale', 471305600, -1172444400, 0),
(63676, 2574, 230, 'Oakville', 468394400, -1232336100, 0),
(63677, 2574, 230, 'Ocean Park', 464914900, -1240501600, 0),
(63678, 2574, 230, 'Ocean Shores', 469724400, -1241514000, 0),
(63679, 2574, 230, 'Odessa', 473330000, -1186830000, 0),
(63680, 2574, 230, 'Okanogan', 483659270, -1195806550, 0),
(63681, 2574, 230, 'Olalla', 474291700, -1225455600, 0),
(63682, 2574, 230, 'Olga', 486598820, -1228269950, 0),
(63683, 2574, 230, 'Olympia', 469908600, -1228738800, 0),
(63684, 2574, 230, 'Omak', 483605560, -1192361110, 0),
(63685, 2574, 230, 'Onalaska', 465750000, -1227180600, 0),
(63686, 2574, 230, 'Opportunity', 476499500, -1172399100, 0),
(63687, 2574, 230, 'Orcas', 486078380, -1228803630, 0),
(63688, 2574, 230, 'Orchards', 456665100, -1225609300, 0),
(63689, 2574, 230, 'Oroville', 489390500, -1194356200, 0),
(63690, 2574, 230, 'Orting', 470978800, -1222042800, 0),
(63691, 2574, 230, 'Othello', 468259700, -1191752900, 0),
(63692, 2574, 230, 'Otis Orchards', 477019880, -1171084620, 0),
(63693, 2574, 230, 'Oysterville', 465506330, -1240535450, 0),
(63694, 2574, 230, 'Pacific', 472645500, -1222501200, 0),
(63695, 2574, 230, 'Packwood', 466038900, -1216777800, 0),
(63696, 2574, 230, 'Palouse', 469100000, -1170752800, 0),
(63697, 2574, 230, 'Parkland', 471553800, -1224340100, 0),
(63698, 2574, 230, 'Pasco', 462395800, -1191005700, 0),
(63699, 2574, 230, 'Peaceful Valley', 489381500, -1221473400, 0),
(63700, 2574, 230, 'Peshastin', 475708000, -1206028000, 0),
(63701, 2574, 230, 'Port Angeles', 480438600, -1235052000, 0),
(63702, 2574, 230, 'Port Gamble', 478394040, -1225945360, 0),
(63703, 2574, 230, 'Port Hadlock', 480319440, -1227569440, 0),
(63704, 2574, 230, 'Port Hadlock-Irondale', 480327300, -1227852900, 0),
(63705, 2574, 230, 'Port Ludlow', 479253700, -1226834900, 0),
(63706, 2574, 230, 'Port Orchard', 475403700, -1226362500, 0),
(63707, 2574, 230, 'Port Townsend', 481170400, -1227604500, 0),
(63708, 2574, 230, 'Poulsbo', 477359300, -1226465400, 0),
(63709, 2574, 230, 'Prairie Ridge', 471376000, -1221487300, 0),
(63710, 2574, 230, 'Prescott', 462988900, -1183144400, 0),
(63711, 2574, 230, 'Preston', 475238900, -1219258300, 0),
(63712, 2574, 230, 'Prosser', 462068000, -1197689200, 0),
(63713, 2574, 230, 'Pullman', 467312700, -1171796200, 0),
(63714, 2574, 230, 'Purdy', 473889900, -1226254100, 0),
(63715, 2574, 230, 'Puyallup', 471853800, -1222929000, 0),
(63716, 2574, 230, 'Quilcene', 478319400, -1228852800, 0),
(63717, 2574, 230, 'Quincy', 472343000, -1198525500, 0),
(63718, 2574, 230, 'Rainier', 468881600, -1226884600, 0),
(63719, 2574, 230, 'Ravensdale', 473523200, -1219837300, 0),
(63720, 2574, 230, 'Raymond', 466297200, -1236584400, 0),
(63721, 2574, 230, 'Reardan', 476691700, -1178783300, 0),
(63722, 2574, 230, 'Redmond', 476739900, -1221215100, 0),
(63723, 2574, 230, 'Redondo', 473510100, -1223236000, 0),
(63724, 2574, 230, 'Renton', 474608000, -1222095000, 0),
(63725, 2574, 230, 'Republic', 486482200, -1187378100, 0),
(63726, 2574, 230, 'Richland', 462849000, -1192972200, 0),
(63727, 2574, 230, 'Ridgefield', 458151200, -1227426000, 0),
(63728, 2574, 230, 'Ritzville', 471273700, -1183799800, 0),
(63729, 2574, 230, 'Riverside', 484820700, -1196149500, 0),
(63730, 2574, 230, 'Riverton', 474842700, -1222945700, 0),
(63731, 2574, 230, 'Rochester', 468217700, -1230962500, 0),
(63732, 2574, 230, 'Rockford', 474788660, -1171147210, 0),
(63733, 2574, 230, 'Rocky Point', 475928700, -1226684800, 0),
(63734, 2574, 230, 'Rollingbay', 476508590, -1225495730, 0),
(63735, 2574, 230, 'Roosevelt', 457447200, -1202102800, 0),
(63736, 2574, 230, 'Rosalia', 472363900, -1173702800, 0),
(63737, 2574, 230, 'Roslyn', 472250000, -1210030600, 0),
(63738, 2574, 230, 'Roy', 469605280, -1224818540, 0),
(63739, 2574, 230, 'Royal City', 469009700, -1196305900, 0),
(63740, 2574, 230, 'Saint John', 470897690, -1175826730, 0),
(63741, 2574, 230, 'Salkum', 465319400, -1226258300, 0),
(63742, 2574, 230, 'Salmon Creek', 457106700, -1226489900, 0),
(63743, 2574, 230, 'Sammamish', 476417700, -1220804000, 0),
(63744, 2574, 230, 'Satsop', 470019700, -1234823790, 0),
(63745, 2574, 230, 'SeaTac', 474484600, -1222921700, 0),
(63746, 2574, 230, 'Seabeck', 476395400, -1228284900, 0),
(63747, 2574, 230, 'Seahurst', 474691700, -1223619400, 0),
(63748, 2574, 230, 'Seattle', 476062100, -1223320700, 0),
(63749, 2574, 230, 'Sedro-Woolley', 485234980, -1221816680, 0),
(63750, 2574, 230, 'Sekiu', 482645090, -1243083170, 0),
(63751, 2574, 230, 'Selah', 466540200, -1205300700, 0),
(63752, 2574, 230, 'Sequim', 480795400, -1231018400, 0),
(63753, 2574, 230, 'Shelton', 472150900, -1231007100, 0),
(63754, 2574, 230, 'Shoreline', 477556500, -1223415200, 0),
(63755, 2574, 230, 'Silvana', 481926040, -1222521880, 0),
(63756, 2574, 230, 'Silver Firs', 478660200, -1221551000, 0),
(63757, 2574, 230, 'Silverdale', 476445400, -1226948700, 0),
(63758, 2574, 230, 'Silverlake', 463109300, -1227690330, 0),
(63759, 2574, 230, 'Sisco Heights', 481153800, -1220970800, 0),
(63760, 2574, 230, 'Skykomish', 477100000, -1213558300, 0),
(63761, 2574, 230, 'Smokey Point', 481523200, -1221826400, 0),
(63762, 2574, 230, 'Snohomish', 479128800, -1220981800, 0),
(63763, 2574, 230, 'Snoqualmie', 475287100, -1218253900, 0),
(63764, 2574, 230, 'Snoqualmie Pass', 473922200, -1214000000, 0),
(63765, 2574, 230, 'Soap Lake', 473893100, -1194905900, 0),
(63766, 2574, 230, 'South Bend', 466631500, -1238046100, 0),
(63767, 2574, 230, 'South Colby', 475219400, -1225372200, 0),
(63768, 2574, 230, 'South Hill', 471412100, -1222701200, 0),
(63769, 2574, 230, 'South Prairie', 471383300, -1220969400, 0),
(63770, 2574, 230, 'South Wenatchee', 473901200, -1202895800, 0),
(63771, 2574, 230, 'Spanaway', 471039900, -1224345700, 0),
(63772, 2574, 230, 'Spangle', 474305600, -1173769400, 0),
(63773, 2574, 230, 'Spokane', 476596600, -1174290800, 0),
(63774, 2574, 230, 'Spokane Valley', 476732300, -1172393700, 0),
(63775, 2574, 230, 'Springdale', 480602620, -1177417860, 0),
(63776, 2574, 230, 'Stanwood', 482412100, -1223707100, 0),
(63777, 2574, 230, 'Starbuck', 465179560, -1181237190, 0),
(63778, 2574, 230, 'Startup', 478691930, -1217464850, 0),
(63779, 2574, 230, 'Stehekin', 483094400, -1206552800, 0),
(63780, 2574, 230, 'Steilacoom', 471698200, -1226026300, 0),
(63781, 2574, 230, 'Stevenson', 458344800, -1218405600, 0),
(63782, 2574, 230, 'Sudden Valley', 487228900, -1223465500, 0),
(63783, 2574, 230, 'Sultan', 478626000, -1218165100, 0),
(63784, 2574, 230, 'Sumas', 490001200, -1222648800, 0),
(63785, 2574, 230, 'Summit', 471617700, -1223570700, 0),
(63786, 2574, 230, 'Sumner', 472031600, -1222404000, 0),
(63787, 2574, 230, 'Sunnyside', 463237400, -1200086500, 0),
(63788, 2574, 230, 'Sunnyslope', 474729000, -1203367400, 0),
(63789, 2574, 230, 'Suquamish', 477312100, -1225523600, 0),
(63790, 2574, 230, 'Tacoma', 472528800, -1224442900, 0),
(63791, 2574, 230, 'Taholah', 473883600, -1242093700, 0),
(63792, 2574, 230, 'Tanglewilde-Thompson Place', 470511600, -1227808100, 0),
(63793, 2574, 230, 'Tekoa', 472245520, -1170712880, 0),
(63794, 2574, 230, 'Tenino', 468567700, -1228529100, 0),
(63795, 2574, 230, 'Tieton', 467020700, -1207553500, 0),
(63796, 2574, 230, 'Toledo', 464391700, -1228480600, 0),
(63797, 2574, 230, 'Tonasket', 487051500, -1194395000, 0),
(63798, 2574, 230, 'Toppenish', 463740310, -1203200000, 0),
(63799, 2574, 230, 'Touchet', 460695000, -1187163000, 0),
(63800, 2574, 230, 'Toutle', 463500000, -1227000000, 0),
(63801, 2574, 230, 'Town and Country', 477273900, -1174216100, 0),
(63802, 2574, 230, 'Trout Lake', 459955600, -1215205600, 0),
(63803, 2574, 230, 'Tukwila', 474739900, -1222609600, 0),
(63804, 2574, 230, 'Tulalip', 480684300, -1222918100, 0),
(63805, 2574, 230, 'Tumwater', 470073200, -1229093100, 0),
(63806, 2574, 230, 'Twisp', 483638900, -1201197200, 0),
(63807, 2574, 230, 'Union', 473448860, -1230756290, 0),
(63808, 2574, 230, 'Union Gap', 465573500, -1204750600, 0),
(63809, 2574, 230, 'University Place', 472356500, -1225504000, 0),
(63810, 2574, 230, 'Usk', 483138900, -1172797200, 0),
(63811, 2574, 230, 'Vader', 464013900, -1229580600, 0),
(63812, 2574, 230, 'Valley', 481710440, -1177828180, 0),
(63813, 2574, 230, 'Valleyford', 475319400, -1172391700, 0),
(63814, 2574, 230, 'Vancouver', 456387300, -1226614900, 0),
(63815, 2574, 230, 'Vantage', 469466700, -1199916700, 0),
(63816, 2574, 230, 'Vashon', 474473200, -1224598500, 0),
(63817, 2574, 230, 'Vaughn', 473441700, -1227630600, 0),
(63818, 2574, 230, 'Veradale', 476499500, -1172073800, 0),
(63819, 2574, 230, 'Waitsburg', 462704200, -1181532900, 0),
(63820, 2574, 230, 'Walla Walla', 460618140, -1183281980, 0),
(63821, 2574, 230, 'Walla Walla East', 460518400, -1183040300, 0),
(63822, 2574, 230, 'Waller', 472006600, -1223692900, 0),
(63823, 2574, 230, 'Walnut Grove', 456678900, -1225989900, 0),
(63824, 2574, 230, 'Wapato', 464476300, -1204203400, 0),
(63825, 2574, 230, 'Warden', 469676400, -1190397300, 0),
(63826, 2574, 230, 'Washougal', 455983270, -1223318030, 0),
(63827, 2574, 230, 'Waterville', 476470800, -1200711800, 0),
(63828, 2574, 230, 'Wauna', 473789900, -1226426300, 0),
(63829, 2574, 230, 'Wellpinit', 478880600, -1179880600, 0),
(63830, 2574, 230, 'Wenatchee', 474234600, -1203103500, 0),
(63831, 2574, 230, 'West Clarkston-Highland', 464028700, -1170639500, 0),
(63832, 2574, 230, 'West Lake Sammamish', 475776000, -1221012300, 0),
(63833, 2574, 230, 'West Lake Stevens', 479934300, -1221018000, 0),
(63834, 2574, 230, 'West Longview', 461678900, -1229990000, 0),
(63835, 2574, 230, 'West Pasco', 462454100, -1191827900, 0),
(63836, 2574, 230, 'West Richland', 463043000, -1193614100, 0),
(63837, 2574, 230, 'West Valley', 465920700, -1206050700, 0),
(63838, 2574, 230, 'West Wenatchee', 474437400, -1203534100, 0),
(63839, 2574, 230, 'Westport', 468900900, -1241040600, 0),
(63840, 2574, 230, 'White Center', 475173200, -1223548500, 0),
(63841, 2574, 230, 'White Salmon', 457276200, -1214864600, 0),
(63842, 2574, 230, 'Wilbur', 477566700, -1187063900, 0),
(63843, 2574, 230, 'Wilkeson', 471072510, -1220410810, 0),
(63844, 2574, 230, 'Wilson Creek', 474236100, -1191225000, 0),
(63845, 2574, 230, 'Winlock', 464993900, -1229225040, 0),
(63846, 2574, 230, 'Winthrop', 484756690, -1201787500, 0),
(63847, 2574, 230, 'Wishram', 456628820, -1209714690, 0),
(63848, 2574, 230, 'Woodinville', 477637000, -1221180000, 0),
(63849, 2574, 230, 'Woodland', 459045600, -1227439900, 0),
(63850, 2574, 230, 'Woodway', 477962100, -1223829100, 0),
(63851, 2574, 230, 'Yacolt', 458659500, -1224062100, 0),
(63852, 2574, 230, 'Yakima', 466020700, -1205059000, 0),
(63853, 2574, 230, 'Yarrow Point', 476462100, -1222173500, 0),
(63854, 2574, 230, 'Yelm', 469420400, -1226059600, 0),
(63855, 2574, 230, 'Zillah', 464020700, -1202620000, 0),
(63856, 2575, 230, 'Albright', 394936100, -796386100, 0),
(63857, 2575, 230, 'Alderson', 377259500, -806420200, 0),
(63858, 2575, 230, 'Alum Creek', 382867600, -818051300, 0),
(63859, 2575, 230, 'Amherstdale', 377852800, -818091700, 0),
(63860, 2575, 230, 'Amma', 385686100, -812655600, 0),
(63861, 2575, 230, 'Anmoore', 392583300, -802880600, 0),
(63862, 2575, 230, 'Ansted', 381362200, -810995500, 0),
(63863, 2575, 230, 'Apple Grove', 386608220, -821290100, 0),
(63864, 2575, 230, 'Arnett', 378414240, -814350060, 0),
(63865, 2575, 230, 'Athens', 374223400, -810162000, 0),
(63866, 2575, 230, 'Augusta', 392950000, -786383000, 0),
(63867, 2575, 230, 'Aurora', 393241700, -795544400, 0),
(63868, 2575, 230, 'Baker', 390688200, -787864200, 0),
(63869, 2575, 230, 'Ballard', 374747200, -807791700, 0),
(63870, 2575, 230, 'Bancroft', 383317500, -816012000, 0),
(63871, 2575, 230, 'Barboursville', 383945650, -822842060, 0),
(63872, 2575, 230, 'Barrackville', 395037000, -801667500, 0),
(63873, 2575, 230, 'Beaver', 377745190, -811013860, 0),
(63874, 2575, 230, 'Beckley', 377781700, -811881600, 0),
(63875, 2575, 230, 'Beeson', 374708300, -811938900, 0),
(63876, 2575, 230, 'Belington', 390251000, -799356300, 0),
(63877, 2575, 230, 'Belle', 382353050, -815305280, 0),
(63878, 2575, 230, 'Belleville', 391219780, -816705860, 0),
(63879, 2575, 230, 'Belmont', 393777820, -812666880, 0),
(63880, 2575, 230, 'Belva', 382699350, -811310790, 0),
(63881, 2575, 230, 'Benwood', 400181300, -807342500, 0),
(63882, 2575, 230, 'Berea', 391363900, -809336100, 0),
(63883, 2575, 230, 'Berkeley Springs', 396248000, -782247200, 0),
(63884, 2575, 230, 'Berwind', 372686100, -816666670, 0),
(63885, 2575, 230, 'Bethany', 402056300, -805567400, 0),
(63886, 2575, 230, 'Bethlehem', 400439600, -806906400, 0),
(63887, 2575, 230, 'Birch River', 384991700, -807536100, 0),
(63888, 2575, 230, 'Blennerhassett', 392636900, -816292900, 0),
(63889, 2575, 230, 'Bluefield', 372698400, -812223200, 0),
(63890, 2575, 230, 'Borderland', 377138890, -823091670, 0),
(63891, 2575, 230, 'Brandywine', 386247200, -792447200, 0),
(63892, 2575, 230, 'Bridgeport', 392864800, -802562000, 0),
(63893, 2575, 230, 'Brookhaven', 396117500, -799045100, 0),
(63894, 2575, 230, 'Bruceton Mills', 396591700, -796405600, 0),
(63895, 2575, 230, 'Bruno', 376905600, -818688900, 0),
(63896, 2575, 230, 'Buckeye', 381858300, -801344400, 0),
(63897, 2575, 230, 'Buckhannon', 389831200, -802250320, 0),
(63898, 2575, 230, 'Bud', 375361100, -813797200, 0),
(63899, 2575, 230, 'Buffalo', 386175900, -819818000, 0),
(63900, 2575, 230, 'Bunker Hill', 393333330, -780544400, 0),
(63901, 2575, 230, 'Burlington', 393659380, -789117010, 0),
(63902, 2575, 230, 'Camden', 390965470, -806103180, 0),
(63903, 2575, 230, 'Capon Bridge', 392983300, -784366700, 0),
(63904, 2575, 230, 'Capon Springs', 391361100, -784844400, 0),
(63905, 2575, 230, 'Ceredo', 383964700, -825587700, 0),
(63906, 2575, 230, 'Chapmanville', 379737100, -820173500, 0),
(63907, 2575, 230, 'Charles Town', 392889900, -778597200, 0),
(63908, 2575, 230, 'Charleston', 383504970, -815916400, 0),
(63909, 2575, 230, 'Charmco', 380022200, -807369400, 0),
(63910, 2575, 230, 'Chattaroy', 377050430, -822684170, 0),
(63911, 2575, 230, 'Cheat Lake', 396720200, -798533900, 0),
(63912, 2575, 230, 'Chester', 406131200, -805628500, 0),
(63913, 2575, 230, 'Clarksburg', 392806500, -803445300, 0),
(63914, 2575, 230, 'Clear Fork', 376308300, -816830600, 0),
(63915, 2575, 230, 'Clendenin', 384887100, -813481700, 0),
(63916, 2575, 230, 'Clothier', 379466700, -818102800, 0),
(63917, 2575, 230, 'Coal City', 376790000, -812103800, 0),
(63918, 2575, 230, 'Colfax', 394347220, -801319440, 0),
(63919, 2575, 230, 'Colliers', 403669400, -805411100, 0),
(63920, 2575, 230, 'Cool Ridge', 376580600, -810955600, 0),
(63921, 2575, 230, 'Core', 396800000, -801072200, 0),
(63922, 2575, 230, 'Cowen', 384105600, -805558300, 0),
(63923, 2575, 230, 'Crab Orchard', 377406700, -812306600, 0),
(63924, 2575, 230, 'Craigsville', 383306700, -806531500, 0),
(63925, 2575, 230, 'Crawford', 388435200, -804073200, 0),
(63926, 2575, 230, 'Creston', 389603920, -812596490, 0),
(63927, 2575, 230, 'Cross Lanes', 384203700, -817906800, 0),
(63928, 2575, 230, 'Culloden', 384200900, -820554200, 0),
(63929, 2575, 230, 'Dallas', 399777400, -805599200, 0),
(63930, 2575, 230, 'Daniels', 377431700, -811228800, 0),
(63931, 2575, 230, 'Danville', 380777800, -818358300, 0),
(63932, 2575, 230, 'Davis', 391311100, -794663900, 0),
(63933, 2575, 230, 'Davisville', 392036710, -814902630, 0),
(63934, 2575, 230, 'Dellslow', 396069000, -798922200, 0),
(63935, 2575, 230, 'Dothan', 379905400, -812128400, 0),
(63936, 2575, 230, 'Dryfork', 389686100, -795027800, 0),
(63937, 2575, 230, 'Duck', 385692980, -809730970, 0),
(63938, 2575, 230, 'Dunbar', 383606500, -817373500, 0),
(63939, 2575, 230, 'Edmond', 380516170, -810369990, 0),
(63940, 2575, 230, 'Eglon', 393013900, -795191700, 0),
(63941, 2575, 230, 'Eleanor', 385375900, -819323600, 0),
(63942, 2575, 230, 'Elizabeth', 390634100, -813951200, 0),
(63943, 2575, 230, 'Elkins', 389259400, -798467300, 0),
(63944, 2575, 230, 'Elkview', 384428800, -814804000, 0),
(63945, 2575, 230, 'Enterprise', 394263560, -803469730, 0),
(63946, 2575, 230, 'Evans', 388055960, -817965150, 0),
(63947, 2575, 230, 'Fairmont', 394850800, -801425800, 0),
(63948, 2575, 230, 'Fairview', 396240010, -802616400, 0),
(63949, 2575, 230, 'Falling Waters', 395591700, -778908300, 0),
(63950, 2575, 230, 'Fayetteville', 380528900, -811039900, 0),
(63951, 2575, 230, 'Flemington', 392662800, -801276000, 0),
(63952, 2575, 230, 'Follansbee', 403275700, -805959100, 0),
(63953, 2575, 230, 'Fort Gay', 381185900, -825956260, 0),
(63954, 2575, 230, 'Frametown', 386377800, -808583300, 0),
(63955, 2575, 230, 'Frankford', 379105200, -803589000, 0),
(63956, 2575, 230, 'Franklin', 386428900, -793311500, 0),
(63957, 2575, 230, 'French Creek', 388855600, -802972200, 0),
(63958, 2575, 230, 'Gallipolis Ferry', 387705600, -821988900, 0),
(63959, 2575, 230, 'Gassaway', 386708300, -807702800, 0),
(63960, 2575, 230, 'Genoa', 380845200, -824755800, 0),
(63961, 2575, 230, 'Ghent', 376169400, -811147200, 0),
(63962, 2575, 230, 'Gilbert', 375775870, -818771300, 0),
(63963, 2575, 230, 'Glen Fork', 376966700, -815294400, 0),
(63964, 2575, 230, 'Glendale', 399548510, -807428720, 0),
(63965, 2575, 230, 'Glenville', 389342600, -808376000, 0),
(63966, 2575, 230, 'Gordon', 379948410, -816817320, 0),
(63967, 2575, 230, 'Grafton', 393409200, -800189700, 0),
(63968, 2575, 230, 'Grantsville', 389234200, -810959500, 0),
(63969, 2575, 230, 'Granville', 396432900, -799847000, 0),
(63970, 2575, 230, 'Green Bank', 383937170, -797850700, 0),
(63971, 2575, 230, 'Green Spring', 395316700, -786163900, 0),
(63972, 2575, 230, 'Green Sulphur Springs', 375700000, -807894400, 0),
(63973, 2575, 230, 'Greenville', 375317740, -806680860, 0),
(63974, 2575, 230, 'Hambleton', 390813900, -796458300, 0),
(63975, 2575, 230, 'Hamlin', 382787000, -821029200, 0),
(63976, 2575, 230, 'Handley', 381866700, -813638900, 0),
(63977, 2575, 230, 'Hanover', 375725000, -817994400, 0),
(63978, 2575, 230, 'Harper', 377986110, -812616670, 0),
(63979, 2575, 230, 'Harpers Ferry', 393252800, -777436100, 0),
(63980, 2575, 230, 'Harrisville', 392095200, -810517800, 0),
(63981, 2575, 230, 'Harts', 380305600, -821280600, 0),
(63982, 2575, 230, 'Hedgesville', 395541670, -779950000, 0),
(63983, 2575, 230, 'Hendricks', 390656900, -796119570, 0),
(63984, 2575, 230, 'Herndon', 375195000, -813465000, 0),
(63985, 2575, 230, 'Hico', 381114980, -809482030, 0),
(63986, 2575, 230, 'Hillsboro', 381328200, -802438200, 0),
(63987, 2575, 230, 'Hinton', 376674250, -808854080, 0),
(63988, 2575, 230, 'Holden', 378186100, -820616700, 0),
(63989, 2575, 230, 'Hometown', 385327780, -818613890, 0),
(63990, 2575, 230, 'Hooverson Heights', 403247900, -805775700, 0),
(63991, 2575, 230, 'Horner', 390005600, -803825000, 0),
(63992, 2575, 230, 'Hundred', 396841700, -804572200, 0),
(63993, 2575, 230, 'Huntington', 384039580, -824349520, 0),
(63994, 2575, 230, 'Hurricane', 384362650, -820003900, 0),
(63995, 2575, 230, 'Iaeger', 374669400, -818086100, 0),
(63996, 2575, 230, 'Independence', 394433680, -798891060, 0),
(63997, 2575, 230, 'Indore', 383527800, -811466700, 0),
(63998, 2575, 230, 'Institute', 383836100, -817652800, 0),
(63999, 2575, 230, 'Inwood', 393561080, -780430660, 0),
(64000, 2575, 230, 'Ireland', 388155600, -804616700, 0),
(64001, 2575, 230, 'Jane Lew', 391091700, -804075000, 0),
(64002, 2575, 230, 'Julian', 381513480, -818592680, 0),
(64003, 2575, 230, 'Jumping Branch', 376575000, -809763900, 0),
(64004, 2575, 230, 'Kearneysville', 393880600, -778855600, 0),
(64005, 2575, 230, 'Kegley', 373969400, -811316700, 0),
(64006, 2575, 230, 'Kenna', 386763900, -816600000, 0),
(64007, 2575, 230, 'Kenova', 383989700, -825782100, 0),
(64008, 2575, 230, 'Kermit', 378408300, -824094400, 0),
(64009, 2575, 230, 'Keslers Cross Lanes', 382352800, -809355600, 0),
(64010, 2575, 230, 'Keyser', 394409300, -789739200, 0),
(64011, 2575, 230, 'Kingmont', 394469440, -801761110, 0),
(64012, 2575, 230, 'Kingwood', 394717600, -796833900, 0),
(64013, 2575, 230, 'Lake', 379075620, -819236280, 0),
(64014, 2575, 230, 'Lanark', 378275000, -811461100, 0),
(64015, 2575, 230, 'Lashmeet', 374474800, -812148560, 0),
(64016, 2575, 230, 'Lavalette', 383228600, -824468200, 0),
(64017, 2575, 230, 'LeRoy', 389581800, -815727000, 0),
(64018, 2575, 230, 'Left Hand', 386186100, -812450000, 0),
(64019, 2575, 230, 'Lenore', 378076710, -822701280, 0),
(64020, 2575, 230, 'Lerona', 374994400, -809788900, 0),
(64021, 2575, 230, 'Lesage', 385064700, -822984800, 0),
(64022, 2575, 230, 'Letart', 388947200, -819333330, 0),
(64023, 2575, 230, 'Levels', 394844400, -785536100, 0),
(64024, 2575, 230, 'Lewisburg', 378017900, -804456300, 0),
(64025, 2575, 230, 'Lizemores', 383338900, -811750000, 0),
(64026, 2575, 230, 'Logan', 378487100, -819934600, 0),
(64027, 2575, 230, 'London', 381870300, -813476500, 0),
(64028, 2575, 230, 'Lookout', 380652800, -809683300, 0),
(64029, 2575, 230, 'Looneyville', 386644400, -813030600, 0),
(64030, 2575, 230, 'Lorentz', 390108330, -803025000, 0),
(64031, 2575, 230, 'Lost City', 389098700, -788021400, 0),
(64032, 2575, 230, 'Mabie', 388129650, -800302780, 0),
(64033, 2575, 230, 'Mabscott', 377709500, -812084300, 0),
(64034, 2575, 230, 'Madison', 380670500, -818192900, 0),
(64035, 2575, 230, 'Maidsville', 396883300, -799800000, 0),
(64036, 2575, 230, 'Mallory', 377306600, -818379000, 0),
(64037, 2575, 230, 'Man', 377419800, -818720400, 0),
(64038, 2575, 230, 'Mannington', 395309200, -803434200, 0),
(64039, 2575, 230, 'Marianna', 376122000, -815739000, 0),
(64040, 2575, 230, 'Marlinton', 382234500, -800945100, 0),
(64041, 2575, 230, 'Martinsburg', 394562100, -779638900, 0),
(64042, 2575, 230, 'Masontown', 395519400, -798002800, 0),
(64043, 2575, 230, 'Matewan', 376230600, -821663900, 0),
(64044, 2575, 230, 'Maysville', 390922150, -792022090, 0),
(64045, 2575, 230, 'Meadow Bridge', 378625000, -808552800, 0),
(64046, 2575, 230, 'Miami', 381519500, -814497600, 0),
(64047, 2575, 230, 'Millstone', 388560890, -810750880, 0),
(64048, 2575, 230, 'Milton', 384345300, -821323600, 0),
(64049, 2575, 230, 'Mineral Wells', 391903500, -815320700, 0),
(64050, 2575, 230, 'Moatsville', 392102800, -799330600, 0),
(64051, 2575, 230, 'Montana Mines', 395203900, -801131400, 0),
(64052, 2575, 230, 'Montcalm', 373544400, -812508300, 0),
(64053, 2575, 230, 'Monterville', 385588900, -801050000, 0),
(64054, 2575, 230, 'Montgomery', 381803800, -813284500, 0),
(64055, 2575, 230, 'Montrose', 390650000, -798147200, 0),
(64056, 2575, 230, 'Moorefield', 390623300, -789694700, 0),
(64057, 2575, 230, 'Morgantown', 396295300, -799559000, 0),
(64058, 2575, 230, 'Moundsville', 399203500, -807431400, 0),
(64059, 2575, 230, 'Mount Clare', 392005130, -802699060, 0),
(64060, 2575, 230, 'Mount Hope', 378953900, -811642700, 0),
(64061, 2575, 230, 'Mount Lookout', 381800600, -809067200, 0),
(64062, 2575, 230, 'Mullens', 375831700, -813803800, 0),
(64063, 2575, 230, 'Nebo', 386255360, -810286240, 0),
(64064, 2575, 230, 'Nemours', 372582500, -812228000, 0),
(64065, 2575, 230, 'Nettie', 382241700, -806858300, 0),
(64066, 2575, 230, 'New Creek', 393750000, -790266700, 0),
(64067, 2575, 230, 'New Cumberland', 404967300, -806067400, 0),
(64068, 2575, 230, 'New Haven', 389864700, -819734700, 0),
(64069, 2575, 230, 'New Manchester', 405313890, -805802780, 0),
(64070, 2575, 230, 'New Martinsville', 396445200, -808576000, 0),
(64071, 2575, 230, 'New Richmond', 375700000, -814888900, 0),
(64072, 2575, 230, 'Newell', 406184000, -806042400, 0),
(64073, 2575, 230, 'Nitro', 384148100, -818440200, 0),
(64074, 2575, 230, 'North Matewan', 376263000, -821482800, 0),
(64075, 2575, 230, 'Northfork', 373804670, -814091030, 0),
(64076, 2575, 230, 'Oak Hill', 379723300, -811487100, 0),
(64077, 2575, 230, 'Omar', 377555600, -819994400, 0),
(64078, 2575, 230, 'Ona', 384247200, -822133300, 0),
(64079, 2575, 230, 'Osage', 397000260, -800693090, 0),
(64080, 2575, 230, 'Paden City', 396028500, -809367700, 0),
(64081, 2575, 230, 'Parkersburg', 392658520, -815366760, 0),
(64082, 2575, 230, 'Parsons', 390965000, -796809000, 0),
(64083, 2575, 230, 'Paw Paw', 394702640, -784448340, 0),
(64084, 2575, 230, 'Pax', 379096110, -812638840, 0),
(64085, 2575, 230, 'Paynesville', 373602540, -816658570, 0),
(64086, 2575, 230, 'Pea Ridge', 384139700, -823198700, 0),
(64087, 2575, 230, 'Peach Creek', 378747000, -819851000, 0),
(64088, 2575, 230, 'Pennsboro', 392850800, -809684400, 0),
(64089, 2575, 230, 'Petersburg', 389926100, -791239200, 0),
(64090, 2575, 230, 'Peterstown', 373981590, -807973250, 0),
(64091, 2575, 230, 'Philippi', 391523200, -800403600, 0),
(64092, 2575, 230, 'Pinch', 384087100, -814817900, 0),
(64093, 2575, 230, 'Pine Grove', 395661000, -806767800, 0),
(64094, 2575, 230, 'Pineville', 375831700, -815370500, 0),
(64095, 2575, 230, 'Poca', 384613900, -818155600, 0),
(64096, 2575, 230, 'Point Pleasant', 388445300, -821370900, 0),
(64097, 2575, 230, 'Points', 394400000, -786102800, 0),
(64098, 2575, 230, 'Pool', 381636100, -808641700, 0),
(64099, 2575, 230, 'Prichard', 382400000, -825986100, 0),
(64100, 2575, 230, 'Princeton', 373662300, -811025900, 0),
(64101, 2575, 230, 'Rainelle', 379687300, -807670300, 0),
(64102, 2575, 230, 'Rand', 382826000, -815623400, 0),
(64103, 2575, 230, 'Ranson', 392951000, -778605500, 0),
(64104, 2575, 230, 'Ravenswood', 389481400, -817609600, 0),
(64105, 2575, 230, 'Red House', 385391670, -818966670, 0),
(64106, 2575, 230, 'Red Jacket', 376472200, -821377800, 0),
(64107, 2575, 230, 'Reedsville', 395080600, -798011100, 0),
(64108, 2575, 230, 'Renick', 379911100, -803552800, 0),
(64109, 2575, 230, 'Reynoldsville', 392883330, -804350000, 0),
(64110, 2575, 230, 'Richwood', 382248400, -805331400, 0),
(64111, 2575, 230, 'Ridgeley', 396430600, -787691700, 0),
(64112, 2575, 230, 'Rio', 391383300, -786700000, 0),
(64113, 2575, 230, 'Ripley', 388156630, -817071900, 0),
(64114, 2575, 230, 'Riverton', 386991010, -794955660, 0),
(64115, 2575, 230, 'Rock View', 375551220, -815268930, 0),
(64116, 2575, 230, 'Romney', 393420400, -787566800, 0),
(64117, 2575, 230, 'Ronceverte', 377498400, -804628500, 0),
(64118, 2575, 230, 'Rosemont', 392686110, -801630560, 0),
(64119, 2575, 230, 'Saint Albans', 383856500, -818362400, 0),
(64120, 2575, 230, 'Saint Marys', 393917400, -812051100, 0),
(64121, 2575, 230, 'Salem', 392832560, -805605740, 0),
(64122, 2575, 230, 'Salt Rock', 383230600, -822211100, 0),
(64123, 2575, 230, 'Sarah Ann', 377001300, -819585000, 0),
(64124, 2575, 230, 'Scott Depot', 384472200, -819116700, 0),
(64125, 2575, 230, 'Secondcreek', 376652800, -804538900, 0),
(64126, 2575, 230, 'Shady Spring', 377056700, -810984300, 0),
(64127, 2575, 230, 'Shenandoah Junction', 393585750, -778402100, 0),
(64128, 2575, 230, 'Shepherdstown', 394301000, -778041600, 0),
(64129, 2575, 230, 'Shinnston', 393956400, -803000900, 0),
(64130, 2575, 230, 'Shirley', 393980600, -807650000, 0),
(64131, 2575, 230, 'Sistersville', 395642400, -809959400, 0),
(64132, 2575, 230, 'Skelton', 377956710, -811831160, 0),
(64133, 2575, 230, 'Smithers', 381811200, -813072000, 0),
(64134, 2575, 230, 'Smithville', 390681050, -810671140, 0),
(64135, 2575, 230, 'Smoot', 378786100, -806588900, 0),
(64136, 2575, 230, 'Snowshoe', 383886060, -800672260, 0),
(64137, 2575, 230, 'South Charleston', 383684300, -816995700, 0),
(64138, 2575, 230, 'Spencer', 388020300, -813509500, 0),
(64139, 2575, 230, 'Springfield', 394669410, -786998270, 0),
(64140, 2575, 230, 'Stanaford', 378159500, -811523200, 0),
(64141, 2575, 230, 'Stollings', 378255560, -819669440, 0),
(64142, 2575, 230, 'Stonewood', 392509200, -803123100, 0),
(64143, 2575, 230, 'Sugar Grove', 385149970, -792842100, 0),
(64144, 2575, 230, 'Summersville', 382812200, -808526000, 0),
(64145, 2575, 230, 'Summit Point', 392403950, -779727190, 0),
(64146, 2575, 230, 'Surveyor', 377658300, -813177800, 0),
(64147, 2575, 230, 'Sutton', 386645400, -807098200, 0),
(64148, 2575, 230, 'Tad', 383336900, -814931800, 0),
(64149, 2575, 230, 'Teays Valley', 384500900, -819293000, 0),
(64150, 2575, 230, 'Terra Alta', 394456500, -795464400, 0),
(64151, 2575, 230, 'Thomas', 391442130, -794980540, 0),
(64152, 2575, 230, 'Tornado', 383404960, -818450690, 0),
(64153, 2575, 230, 'Triadelphia', 400508300, -806269400, 0),
(64154, 2575, 230, 'Troy', 390841560, -807566900, 0),
(64155, 2575, 230, 'Tunnelton', 393950000, -797463900, 0),
(64156, 2575, 230, 'Upper Falls', 383428700, -818443000, 0),
(64157, 2575, 230, 'Upper Tract', 387872200, -792825000, 0),
(64158, 2575, 230, 'Valley Grove', 400877800, -805686100, 0),
(64159, 2575, 230, 'Valley Head', 384986110, -800544440, 0),
(64160, 2575, 230, 'Varney', 376805400, -820660000, 0),
(64161, 2575, 230, 'Vienna', 393270200, -815484600, 0),
(64162, 2575, 230, 'Walker', 391845510, -813649670, 0),
(64163, 2575, 230, 'Wardensville', 390755600, -785944400, 0),
(64164, 2575, 230, 'Washington', 392611900, -816718000, 0),
(64165, 2575, 230, 'Wayne', 382214700, -824423700, 0),
(64166, 2575, 230, 'Weirton', 404189600, -805895200, 0),
(64167, 2575, 230, 'Weirton Heights', 404084000, -805392400, 0),
(64168, 2575, 230, 'Welch', 374313200, -815799690, 0),
(64169, 2575, 230, 'Wellsburg', 402720100, -806095200, 0),
(64170, 2575, 230, 'West Hamlin', 382835780, -821668620, 0),
(64171, 2575, 230, 'West Milford', 392023720, -804040850, 0),
(64172, 2575, 230, 'West Union', 392964700, -807770500, 0),
(64173, 2575, 230, 'Weston', 390430450, -804678260, 0),
(64174, 2575, 230, 'Westover', 396345300, -799697900, 0),
(64175, 2575, 230, 'Wharncliffe', 375552800, -819655600, 0),
(64176, 2575, 230, 'Wharton', 379033330, -816775000, 0),
(64177, 2575, 230, 'Wheeling', 400693880, -806906920, 0),
(64178, 2575, 230, 'White Sulphur Springs', 377965100, -802975700, 0),
(64179, 2575, 230, 'Whitman', 377925890, -820517210, 0),
(64180, 2575, 230, 'Wiley Ford', 396145300, -787750200, 0),
(64181, 2575, 230, 'Williamson', 376742700, -822773600, 0),
(64182, 2575, 230, 'Williamstown', 394006300, -814481800, 0),
(64183, 2575, 230, 'Winfield', 384997190, -818795460, 0),
(64184, 2575, 230, 'Worthington', 394516670, -802627780, 0),
(64185, 2575, 230, 'Yellow Spring', 391991670, -784383330, 0),
(64186, 2576, 230, 'Abbotsford', 449463600, -903159700, 0),
(64187, 2576, 230, 'Abrams', 447839620, -880476130, 0),
(64188, 2576, 230, 'Adams', 439560800, -898181800, 0),
(64189, 2576, 230, 'Algoma', 446088900, -874325900, 0),
(64190, 2576, 230, 'Allenton', 434205600, -883408300, 0),
(64191, 2576, 230, 'Allouez', 444774900, -880162100, 0),
(64192, 2576, 230, 'Alma', 443199700, -919148800, 0),
(64193, 2576, 230, 'Alma Center', 444380600, -909119400, 0),
(64194, 2576, 230, 'Almena', 454177060, -920312700, 0),
(64195, 2576, 230, 'Altoona', 448023480, -914358180, 0),
(64196, 2576, 230, 'Amery', 453094000, -923557510, 0),
(64197, 2576, 230, 'Amherst', 444508100, -892848400, 0),
(64198, 2576, 230, 'Amherst Junction', 445156890, -892951130, 0),
(64199, 2576, 230, 'Aniwa', 450422930, -892896080, 0),
(64200, 2576, 230, 'Antigo', 451402400, -891523400, 0),
(64201, 2576, 230, 'Appleton', 442619300, -884153800, 0),
(64202, 2576, 230, 'Arcadia', 442513250, -914952300, 0),
(64203, 2576, 230, 'Arena', 431402800, -899313900, 0),
(64204, 2576, 230, 'Arkdale', 440669400, -898928400, 0),
(64205, 2576, 230, 'Arlington', 432859100, -893866290, 0),
(64206, 2576, 230, 'Arpin', 445500000, -900300000, 0),
(64207, 2576, 230, 'Ashland', 465924400, -908838000, 0),
(64208, 2576, 230, 'Ashwaubenon', 444822100, -880701000, 0),
(64209, 2576, 230, 'Athelstane', 454786100, -881605600, 0),
(64210, 2576, 230, 'Athens', 450330200, -900740200, 0),
(64211, 2576, 230, 'Auburndale', 446500000, -900355600, 0),
(64212, 2576, 230, 'Augusta', 446881120, -911305060, 0),
(64213, 2576, 230, 'Avalon', 426866680, -888117150, 0),
(64214, 2576, 230, 'Avoca', 431838900, -903252800, 0),
(64215, 2576, 230, 'Bagley', 429027800, -911008300, 0),
(64216, 2576, 230, 'Baileys Harbor', 450630600, -871247200, 0),
(64217, 2576, 230, 'Baldwin', 449746200, -923503200, 0),
(64218, 2576, 230, 'Balsam Lake', 454719170, -924568010, 0),
(64219, 2576, 230, 'Bangor', 438930200, -909904100, 0),
(64220, 2576, 230, 'Baraboo', 435259200, -897740400, 0),
(64221, 2576, 230, 'Barneveld', 430095170, -898985950, 0),
(64222, 2576, 230, 'Barron', 454013500, -918490600, 0),
(64223, 2576, 230, 'Barronett', 456830600, -919811100, 0),
(64224, 2576, 230, 'Bayfield', 468117000, -908200000, 0),
(64225, 2576, 230, 'Bear Creek', 445274820, -887270230, 0),
(64226, 2576, 230, 'Beaver Dam', 434614310, -888406900, 0),
(64227, 2576, 230, 'Beldenville', 447738900, -925077800, 0),
(64228, 2576, 230, 'Belgium', 434997200, -878503700, 0),
(64229, 2576, 230, 'Belleville', 428597200, -895381800, 0),
(64230, 2576, 230, 'Bellevue', 444441600, -879201000, 0),
(64231, 2576, 230, 'Belmont', 427580600, -903650000, 0),
(64232, 2576, 230, 'Beloit', 425083500, -890317800, 0),
(64233, 2576, 230, 'Berlin', 439680400, -889434500, 0),
(64234, 2576, 230, 'Big Bend', 428814000, -882067600, 0),
(64235, 2576, 230, 'Birchwood', 457258300, -916088900, 0),
(64236, 2576, 230, 'Birnamwood', 449311100, -892097200, 0),
(64237, 2576, 230, 'Black Creek', 444774900, -884506600, 0),
(64238, 2576, 230, 'Black Earth', 431372200, -897467900, 0),
(64239, 2576, 230, 'Black River Falls', 442946800, -908515300, 0),
(64240, 2576, 230, 'Blanchardville', 428102800, -898616700, 0),
(64241, 2576, 230, 'Bloomer', 451015020, -914843330, 0),
(64242, 2576, 230, 'Bloomington', 428745170, -909147380, 0),
(64243, 2576, 230, 'Blue Mounds', 430166670, -898305600, 0),
(64244, 2576, 230, 'Blue River', 431833540, -905550500, 0),
(64245, 2576, 230, 'Bohners Lake', 426230700, -882803700, 0),
(64246, 2576, 230, 'Bonduel', 447402700, -884448200, 0),
(64247, 2576, 230, 'Boscobel', 431344300, -907054000, 0),
(64248, 2576, 230, 'Boulder Junction', 460877800, -896886100, 0),
(64249, 2576, 230, 'Boyd', 449504180, -910407460, 0),
(64250, 2576, 230, 'Brandon', 437324770, -887841240, 0),
(64251, 2576, 230, 'Brillion', 441772100, -880642700, 0),
(64252, 2576, 230, 'Bristol', 425589100, -880492500, 0),
(64253, 2576, 230, 'Brodhead', 426197720, -893758190, 0),
(64254, 2576, 230, 'Brokaw', 450271800, -896530200, 0),
(64255, 2576, 230, 'Brookfield', 430601000, -881551000, 0),
(64256, 2576, 230, 'Brooklyn', 428536100, -893704000, 0),
(64257, 2576, 230, 'Brown Deer', 431633400, -879645300, 0),
(64258, 2576, 230, 'Browns Lake', 426925200, -882312000, 0),
(64259, 2576, 230, 'Brownsville', 436169400, -884911100, 0),
(64260, 2576, 230, 'Browntown', 425772200, -897930600, 0),
(64261, 2576, 230, 'Bruce', 454591570, -912731090, 0),
(64262, 2576, 230, 'Brule', 465374370, -915585490, 0),
(64263, 2576, 230, 'Burlington', 426780700, -882762000, 0),
(64264, 2576, 230, 'Burnett', 435041700, -887105600, 0),
(64265, 2576, 230, 'Butler', 431058400, -880695300, 0),
(64266, 2576, 230, 'Butternut', 460138900, -904947200, 0),
(64267, 2576, 230, 'Cable', 462030600, -912666670, 0),
(64268, 2576, 230, 'Cadott', 449480200, -911507000, 0),
(64269, 2576, 230, 'Caledonia', 428078000, -879242500, 0),
(64270, 2576, 230, 'Cambria', 435461350, -891072070, 0),
(64271, 2576, 230, 'Cambridge', 430036100, -890165000, 0),
(64272, 2576, 230, 'Cameron', 454085700, -917440600, 0),
(64273, 2576, 230, 'Camp Douglas', 439211100, -902700000, 0),
(64274, 2576, 230, 'Campbellsport', 435977700, -882789900, 0),
(64275, 2576, 230, 'Cascade', 436586100, -880083300, 0),
(64276, 2576, 230, 'Casco', 445377800, -875930600, 0),
(64277, 2576, 230, 'Catawba', 455364200, -905299790, 0),
(64278, 2576, 230, 'Cecil', 448111430, -884510280, 0),
(64279, 2576, 230, 'Cedar Grove', 435697200, -878234200, 0),
(64280, 2576, 230, 'Cedarburg', 432966700, -879875900, 0),
(64281, 2576, 230, 'Chetek', 453141300, -916510000, 0),
(64282, 2576, 230, 'Chili', 446269400, -903563900, 0),
(64283, 2576, 230, 'Chilton', 440288800, -881628800, 0),
(64284, 2576, 230, 'Chippewa Falls', 450316670, -913958330, 0),
(64285, 2576, 230, 'Clayton', 453296340, -921692750, 0),
(64286, 2576, 230, 'Clear Lake', 452504140, -922732920, 0),
(64287, 2576, 230, 'Cleveland', 439149900, -877473100, 0),
(64288, 2576, 230, 'Clinton', 425577900, -888651100, 0),
(64289, 2576, 230, 'Clintonville', 446205300, -887623200, 0),
(64290, 2576, 230, 'Clyman', 433126810, -887192480, 0),
(64291, 2576, 230, 'Cochrane', 442717800, -918732000, 0),
(64292, 2576, 230, 'Colby', 449099700, -903156900, 0),
(64293, 2576, 230, 'Coleman', 450697200, -880341700, 0),
(64294, 2576, 230, 'Colfax', 449974600, -917271200, 0),
(64295, 2576, 230, 'Colgate', 431930600, -882066700, 0),
(64296, 2576, 230, 'Columbus', 433380500, -890153900, 0),
(64297, 2576, 230, 'Combined Locks', 442660250, -883099490, 0),
(64298, 2576, 230, 'Comstock', 454850980, -920882120, 0),
(64299, 2576, 230, 'Conover', 460411100, -892858300, 0),
(64300, 2576, 230, 'Coon Valley', 437016700, -910141700, 0),
(64301, 2576, 230, 'Cornell', 451671900, -911493100, 0),
(64302, 2576, 230, 'Cottage Grove', 430761100, -891995600, 0),
(64303, 2576, 230, 'Crandon', 455719100, -889028900, 0),
(64304, 2576, 230, 'Crivitz', 452338900, -880069400, 0),
(64305, 2576, 230, 'Cross Plains', 431144400, -896556800, 0),
(64306, 2576, 230, 'Cuba City', 426055500, -904298500, 0),
(64307, 2576, 230, 'Cudahy', 429475970, -878639320, 0),
(64308, 2576, 230, 'Cumberland', 455321800, -920193500, 0),
(64309, 2576, 230, 'Curtiss', 449530280, -904336190, 0),
(64310, 2576, 230, 'Cushing', 455731200, -926488800, 0),
(64311, 2576, 230, 'Custer', 445105600, -894261100, 0),
(64312, 2576, 230, 'Dallas', 452519400, -918550000, 0),
(64313, 2576, 230, 'Danbury', 460061100, -923711100, 0),
(64314, 2576, 230, 'Dane', 432430600, -895308300, 0),
(64315, 2576, 230, 'Darien', 426016800, -887076000, 0),
(64316, 2576, 230, 'Darlington', 426830600, -901176300, 0),
(64317, 2576, 230, 'De Forest', 432477700, -893437300, 0),
(64318, 2576, 230, 'De Pere', 444367380, -880696690, 0),
(64319, 2576, 230, 'Deer Park', 451886100, -923888900, 0),
(64320, 2576, 230, 'Deerfield', 430519400, -890756700, 0),
(64321, 2576, 230, 'Delafield', 430608400, -884037100, 0),
(64322, 2576, 230, 'Delavan', 426330700, -886437100, 0),
(64323, 2576, 230, 'Denmark', 443477700, -878273200, 0),
(64324, 2576, 230, 'Dodgeville', 429602700, -901301200, 0),
(64325, 2576, 230, 'Dousman', 430141800, -884726000, 0),
(64326, 2576, 230, 'Downsville', 447747000, -919318800, 0),
(64327, 2576, 230, 'Dresser', 453618840, -926214600, 0),
(64328, 2576, 230, 'Dunbar', 456244400, -881419400, 0),
(64329, 2576, 230, 'Durand', 446281770, -919602730, 0),
(64330, 2576, 230, 'Eagle', 428794600, -884742600, 0),
(64331, 2576, 230, 'Eagle River', 459105000, -892245000, 0),
(64332, 2576, 230, 'East Troy', 427852900, -884051000, 0),
(64333, 2576, 230, 'Eau Claire', 448113500, -914984900, 0),
(64334, 2576, 230, 'Edgar', 449271900, -899634600, 0),
(64335, 2576, 230, 'Edgerton', 428224430, -890658430, 0),
(64336, 2576, 230, 'Elcho', 454587600, -891101400, 0),
(64337, 2576, 230, 'Eleva', 445752800, -914711100, 0),
(64338, 2576, 230, 'Elk Mound', 449027800, -917080600, 0),
(64339, 2576, 230, 'Elkhart Lake', 438319400, -880175000, 0),
(64340, 2576, 230, 'Elkhorn', 426727900, -885445400, 0),
(64341, 2576, 230, 'Ellison Bay', 452547200, -870713900, 0),
(64342, 2576, 230, 'Ellsworth', 447321900, -924874100, 0),
(64343, 2576, 230, 'Elm Grove', 430430700, -880789800, 0),
(64344, 2576, 230, 'Elmwood', 447788900, -921491700, 0),
(64345, 2576, 230, 'Elroy', 437408000, -902723500, 0),
(64346, 2576, 230, 'Emerald', 450819400, -923269400, 0),
(64347, 2576, 230, 'Evansville', 427694670, -892737120, 0),
(64348, 2576, 230, 'Fairwater', 437411100, -888688900, 0),
(64349, 2576, 230, 'Fall Creek', 447555920, -913322970, 0),
(64350, 2576, 230, 'Fennimore', 429836000, -906554000, 0),
(64351, 2576, 230, 'Fifield', 458776590, -904203890, 0),
(64352, 2576, 230, 'Fish Creek', 451277800, -872469400, 0),
(64353, 2576, 230, 'Fitchburg', 429608300, -894698400, 0),
(64354, 2576, 230, 'Florence', 459221800, -882518000, 0),
(64355, 2576, 230, 'Fond du Lac', 437764900, -884319990, 0),
(64356, 2576, 230, 'Fontana', 425514100, -885751000, 0),
(64357, 2576, 230, 'Forest Junction', 442125000, -881441700, 0),
(64358, 2576, 230, 'Fort Atkinson', 429288900, -888370500, 0),
(64359, 2576, 230, 'Fountain City', 441244400, -917094400, 0),
(64360, 2576, 230, 'Fox Point', 431575100, -879017500, 0),
(64361, 2576, 230, 'Foxboro', 464844080, -921870650, 0),
(64362, 2576, 230, 'Franklin', 428872800, -880095600, 0),
(64363, 2576, 230, 'Franksville', 427810060, -879596060, 0),
(64364, 2576, 230, 'Frederic', 456591200, -924671400, 0),
(64365, 2576, 230, 'Fredonia', 434705600, -879506500, 0),
(64366, 2576, 230, 'Freedom', 443863890, -882886110, 0),
(64367, 2576, 230, 'Fremont', 442619400, -888700000, 0),
(64368, 2576, 230, 'French Island', 438583000, -912604200, 0),
(64369, 2576, 230, 'Friendship', 439705300, -898167900, 0),
(64370, 2576, 230, 'Galesville', 440816300, -913490400, 0),
(64371, 2576, 230, 'Gays Mills', 432895200, -908667740, 0),
(64372, 2576, 230, 'Genesee Depot', 429688160, -883726320, 0),
(64373, 2576, 230, 'Genoa', 435632590, -912271340, 0),
(64374, 2576, 230, 'Genoa City', 424983500, -883281500, 0),
(64375, 2576, 230, 'Germantown', 432244280, -881451340, 0),
(64376, 2576, 230, 'Gillett', 448899900, -883073200, 0),
(64377, 2576, 230, 'Gilman', 452152600, -908156800, 0),
(64378, 2576, 230, 'Gleason', 453088900, -894963900, 0),
(64379, 2576, 230, 'Glendale', 431352900, -879356400, 0),
(64380, 2576, 230, 'Glenwood City', 450585700, -921724100, 0),
(64381, 2576, 230, 'Glidden', 461345730, -905773370, 0),
(64382, 2576, 230, 'Grafton', 433197300, -879534200, 0),
(64383, 2576, 230, 'Grand Marsh', 438547130, -897305610, 0),
(64384, 2576, 230, 'Granton', 445872200, -904616700, 0),
(64385, 2576, 230, 'Grantsburg', 457551890, -926519710, 0),
(64386, 2576, 230, 'Gratiot', 425852890, -900199570, 0),
(64387, 2576, 230, 'Green Bay', 444775000, -880161110, 0),
(64388, 2576, 230, 'Green Lake', 438441500, -889601100, 0),
(64389, 2576, 230, 'Greendale', 429405700, -879959200, 0),
(64390, 2576, 230, 'Greenfield', 429614000, -880125900, 0),
(64391, 2576, 230, 'Greenleaf', 443133300, -880961100, 0),
(64392, 2576, 230, 'Greenville', 443092140, -885487840, 0),
(64393, 2576, 230, 'Greenwood', 447702400, -905993100, 0),
(64394, 2576, 230, 'Gresham', 448422620, -888213430, 0),
(64395, 2576, 230, 'Hager City', 446021000, -925385000, 0),
(64396, 2576, 230, 'Hales Corners', 429375200, -880487000, 0),
(64397, 2576, 230, 'Hammond', 449788600, -924357500, 0),
(64398, 2576, 230, 'Hancock', 441329970, -896921570, 0),
(64399, 2576, 230, 'Hanover', 426386100, -891619400, 0),
(64400, 2576, 230, 'Harshaw', 456730200, -896715600, 0),
(64401, 2576, 230, 'Hartford', 433044430, -883646490, 0),
(64402, 2576, 230, 'Hartland', 431096130, -883501020, 0),
(64403, 2576, 230, 'Hatley', 448256310, -893805200, 0),
(64404, 2576, 230, 'Hayward', 460130100, -914846200, 0),
(64405, 2576, 230, 'Hazelhurst', 457682800, -897580750, 0),
(64406, 2576, 230, 'Helenville', 430569930, -886948450, 0),
(64407, 2576, 230, 'Herbster', 467734700, -912258430, 0),
(64408, 2576, 230, 'Hertel', 458068770, -921331990, 0),
(64409, 2576, 230, 'Highland', 430463900, -903791700, 0),
(64410, 2576, 230, 'Hilbert', 441402700, -881639900, 0),
(64411, 2576, 230, 'Hillsboro', 436532150, -903425090, 0),
(64412, 2576, 230, 'Hixton', 443872200, -909941700, 0),
(64413, 2576, 230, 'Holcombe', 452439540, -912043160, 0),
(64414, 2576, 230, 'Hollandale', 428761100, -899361100, 0),
(64415, 2576, 230, 'Holmen', 439638970, -912580660, 0),
(64416, 2576, 230, 'Horicon', 434513800, -886312100, 0),
(64417, 2576, 230, 'Hortonville', 443347000, -886381600, 0),
(64418, 2576, 230, 'Houlton', 450605600, -927913900, 0),
(64419, 2576, 230, 'Howard', 445436000, -880881600, 0),
(64420, 2576, 230, 'Howards Grove', 438338800, -878200900, 0),
(64421, 2576, 230, 'Hubertus', 432366700, -882211100, 0),
(64422, 2576, 230, 'Hudson', 449818800, -926908200, 0),
(64423, 2576, 230, 'Humbird', 445442930, -908737180, 0),
(64424, 2576, 230, 'Hurley', 464496700, -901865600, 0),
(64425, 2576, 230, 'Hustisford', 433461100, -886006600, 0),
(64426, 2576, 230, 'Independence', 443569100, -914204300, 0),
(64427, 2576, 230, 'Iola', 445080300, -891306700, 0),
(64428, 2576, 230, 'Irma', 453513900, -896663900, 0),
(64429, 2576, 230, 'Iron Ridge', 433991700, -885311100, 0),
(64430, 2576, 230, 'Iron River', 465502800, -913838900, 0),
(64431, 2576, 230, 'Ixonia', 431438900, -885973200, 0),
(64432, 2576, 230, 'Jackson', 433238900, -881667600, 0),
(64433, 2576, 230, 'Janesville', 426692010, -889925570, 0),
(64434, 2576, 230, 'Jefferson', 430055600, -888073300, 0),
(64435, 2576, 230, 'Johnson Creek', 430761100, -887742700, 0),
(64436, 2576, 230, 'Juneau', 434055500, -887051000, 0),
(64437, 2576, 230, 'Kansasville', 426850000, -881100000, 0),
(64438, 2576, 230, 'Kaukauna', 442780400, -882720500, 0),
(64439, 2576, 230, 'Kendall', 438105370, -904039770, 0),
(64440, 2576, 230, 'Kenosha', 425833800, -878211000, 0),
(64441, 2576, 230, 'Keshena', 448838700, -886337200, 0),
(64442, 2576, 230, 'Kewaskum', 435208300, -882289900, 0),
(64443, 2576, 230, 'Kewaunee', 444583300, -875031400, 0),
(64444, 2576, 230, 'Kiel', 439124900, -880356500, 0),
(64445, 2576, 230, 'Kimberly', 442697650, -883378350, 0),
(64446, 2576, 230, 'Knapp', 449588820, -920725290, 0),
(64447, 2576, 230, 'Kohler', 437401350, -877869520, 0),
(64448, 2576, 230, 'Krakow', 447641370, -882275370, 0),
(64449, 2576, 230, 'Kronenwetter', 448221900, -895904000, 0),
(64450, 2576, 230, 'La Crosse', 437972520, -912212960, 0),
(64451, 2576, 230, 'La Valle', 435768370, -901391700, 0),
(64452, 2576, 230, 'Lac du Flambeau', 459696700, -898921000, 0),
(64453, 2576, 230, 'Ladysmith', 454630200, -911040400, 0),
(64454, 2576, 230, 'Lake Delton', 435909640, -897940880, 0),
(64455, 2576, 230, 'Lake Geneva', 425916800, -884334300, 0),
(64456, 2576, 230, 'Lake Hallie', 448757900, -914407100, 0),
(64457, 2576, 230, 'Lake Mills', 430813900, -889117700, 0),
(64458, 2576, 230, 'Lake Nebagamon', 465149400, -916999100, 0),
(64459, 2576, 230, 'Lakewood', 453224040, -884863460, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(64460, 2576, 230, 'Lancaster', 428474900, -907106800, 0),
(64461, 2576, 230, 'Land O Lakes', 461560270, -893140600, 0),
(64462, 2576, 230, 'Lannon', 431461200, -881662000, 0),
(64463, 2576, 230, 'Laona', 455584800, -886642800, 0),
(64464, 2576, 230, 'Larsen', 441960270, -886990240, 0),
(64465, 2576, 230, 'Lebanon', 431916400, -887217000, 0),
(64466, 2576, 230, 'Lena', 449852800, -880561100, 0),
(64467, 2576, 230, 'Little Chute', 442799900, -883184400, 0),
(64468, 2576, 230, 'Little Suamico', 447152800, -880458300, 0),
(64469, 2576, 230, 'Lodi', 433138800, -895265100, 0),
(64470, 2576, 230, 'Lomira', 435913800, -884437100, 0),
(64471, 2576, 230, 'Lone Rock', 431841700, -901983300, 0),
(64472, 2576, 230, 'Long Lake', 458400000, -886600000, 0),
(64473, 2576, 230, 'Loyal', 447369100, -904959700, 0),
(64474, 2576, 230, 'Luck', 455760700, -924827000, 0),
(64475, 2576, 230, 'Luxemburg', 445386100, -877039800, 0),
(64476, 2576, 230, 'Lyndon Station', 437116700, -898977800, 0),
(64477, 2576, 230, 'Madison', 430730500, -894012300, 0),
(64478, 2576, 230, 'Maiden Rock', 445711100, -922436100, 0),
(64479, 2576, 230, 'Malone', 438479380, -883447450, 0),
(64480, 2576, 230, 'Manawa', 444614600, -889197210, 0),
(64481, 2576, 230, 'Manitowish Waters', 461163900, -898502800, 0),
(64482, 2576, 230, 'Manitowoc', 440976690, -877096640, 0),
(64483, 2576, 230, 'Maple Bluff', 431183300, -893795600, 0),
(64484, 2576, 230, 'Maplewood', 447248530, -874838780, 0),
(64485, 2576, 230, 'Marathon', 449298430, -898336400, 0),
(64486, 2576, 230, 'Marengo', 463544840, -908469400, 0),
(64487, 2576, 230, 'Marinette', 450999800, -876306600, 0),
(64488, 2576, 230, 'Marion', 446708100, -888892700, 0),
(64489, 2576, 230, 'Markesan', 437072000, -889901100, 0),
(64490, 2576, 230, 'Marshall', 431683300, -890667800, 0),
(64491, 2576, 230, 'Marshfield', 446121000, -901879200, 0),
(64492, 2576, 230, 'Mauston', 437971900, -900773500, 0),
(64493, 2576, 230, 'Mayville', 434941600, -885448200, 0),
(64494, 2576, 230, 'Mazomanie', 431766600, -897948500, 0),
(64495, 2576, 230, 'McFarland', 430086110, -892942010, 0),
(64496, 2576, 230, 'Medford', 451385800, -903401400, 0),
(64497, 2576, 230, 'Menasha', 442022100, -884465000, 0),
(64498, 2576, 230, 'Menomonee Falls', 431472000, -881182000, 0),
(64499, 2576, 230, 'Menomonie', 448785310, -919221770, 0),
(64500, 2576, 230, 'Mequon', 432364800, -879846000, 0),
(64501, 2576, 230, 'Mercer', 461675000, -901041700, 0),
(64502, 2576, 230, 'Merrill', 451805200, -896834600, 0),
(64503, 2576, 230, 'Merrimac', 433644400, -896908300, 0),
(64504, 2576, 230, 'Merton', 431466700, -883067600, 0),
(64505, 2576, 230, 'Middleton', 430972200, -895042900, 0),
(64506, 2576, 230, 'Milltown', 455265510, -925068350, 0),
(64507, 2576, 230, 'Milton', 427755600, -889440000, 0),
(64508, 2576, 230, 'Milwaukee', 430389000, -879064700, 0),
(64509, 2576, 230, 'Mindoro', 440211100, -911019400, 0),
(64510, 2576, 230, 'Mineral Point', 428600000, -901798500, 0),
(64511, 2576, 230, 'Minocqua', 458466700, -898305600, 0),
(64512, 2576, 230, 'Minong', 461024880, -918535330, 0),
(64513, 2576, 230, 'Mishicot', 442391600, -876411900, 0),
(64514, 2576, 230, 'Mondovi', 445686530, -916705460, 0),
(64515, 2576, 230, 'Monona', 430622200, -893340100, 0),
(64516, 2576, 230, 'Monroe', 426011200, -896384500, 0),
(64517, 2576, 230, 'Montello', 437913700, -893198400, 0),
(64518, 2576, 230, 'Montfort', 429910790, -904722580, 0),
(64519, 2576, 230, 'Monticello', 427455600, -895948400, 0),
(64520, 2576, 230, 'Morrisonville', 432778020, -893569590, 0),
(64521, 2576, 230, 'Mosinee', 447930200, -897031800, 0),
(64522, 2576, 230, 'Mount Horeb', 430086100, -897384600, 0),
(64523, 2576, 230, 'Mountain', 452073090, -885026370, 0),
(64524, 2576, 230, 'Mukwonago', 428666800, -883334300, 0),
(64525, 2576, 230, 'Muscoda', 431849900, -904431800, 0),
(64526, 2576, 230, 'Muskego', 429058500, -881389800, 0),
(64527, 2576, 230, 'Nashotah', 430977900, -884023200, 0),
(64528, 2576, 230, 'Necedah', 440308230, -900807890, 0),
(64529, 2576, 230, 'Neenah', 441811650, -884880780, 0),
(64530, 2576, 230, 'Neillsville', 445599600, -905962500, 0),
(64531, 2576, 230, 'Nekoosa', 442519200, -898610400, 0),
(64532, 2576, 230, 'Nelson', 444403790, -920151090, 0),
(64533, 2576, 230, 'Nelsonville', 444933000, -893122130, 0),
(64534, 2576, 230, 'Neopit', 449827800, -888283300, 0),
(64535, 2576, 230, 'Neosho', 433123820, -885253880, 0),
(64536, 2576, 230, 'New Auburn', 452450400, -914702400, 0),
(64537, 2576, 230, 'New Berlin', 429764000, -881084200, 0),
(64538, 2576, 230, 'New Franken', 445308300, -878258300, 0),
(64539, 2576, 230, 'New Holstein', 439499900, -880842600, 0),
(64540, 2576, 230, 'New Lisbon', 438791400, -901654100, 0),
(64541, 2576, 230, 'New London', 443927600, -887398300, 0),
(64542, 2576, 230, 'New Richmond', 451230200, -925365900, 0),
(64543, 2576, 230, 'Newburg', 434316700, -880464800, 0),
(64544, 2576, 230, 'Niagara', 457713500, -879948500, 0),
(64545, 2576, 230, 'Nichols', 445654510, -884670790, 0),
(64546, 2576, 230, 'North Fond du Lac', 438113800, -884834400, 0),
(64547, 2576, 230, 'North Freedom', 434608300, -898658300, 0),
(64548, 2576, 230, 'North Hudson', 449930200, -927568700, 0),
(64549, 2576, 230, 'North La Crosse', 438463500, -912481900, 0),
(64550, 2576, 230, 'North Lake', 431561100, -883705600, 0),
(64551, 2576, 230, 'North Prairie', 429344600, -884053700, 0),
(64552, 2576, 230, 'Oak Creek', 428875390, -879015200, 0),
(64553, 2576, 230, 'Oakfield', 436861000, -885465000, 0),
(64554, 2576, 230, 'Oconomowoc', 431116700, -884992700, 0),
(64555, 2576, 230, 'Oconto', 448921750, -878986000, 0),
(64556, 2576, 230, 'Oconto Falls', 448727930, -881637020, 0),
(64557, 2576, 230, 'Ojibwa', 458083300, -911183300, 0),
(64558, 2576, 230, 'Omro', 440394300, -887442800, 0),
(64559, 2576, 230, 'Onalaska', 438844100, -912351400, 0),
(64560, 2576, 230, 'Oneida', 444986000, -881828800, 0),
(64561, 2576, 230, 'Ontario', 437233300, -905919400, 0),
(64562, 2576, 230, 'Oostburg', 436227700, -877945300, 0),
(64563, 2576, 230, 'Oregon', 429261100, -893845600, 0),
(64564, 2576, 230, 'Orfordville', 426275100, -892531700, 0),
(64565, 2576, 230, 'Osceola', 453205200, -927049300, 0),
(64566, 2576, 230, 'Oshkosh', 439968710, -886691330, 0),
(64567, 2576, 230, 'Osseo', 445721800, -912273800, 0),
(64568, 2576, 230, 'Owen', 449483300, -905647200, 0),
(64569, 2576, 230, 'Oxford', 438004080, -896408790, 0),
(64570, 2576, 230, 'Paddock Lake', 425775200, -881050900, 0),
(64571, 2576, 230, 'Palmyra', 428771360, -885876410, 0),
(64572, 2576, 230, 'Pardeeville', 435377600, -893001200, 0),
(64573, 2576, 230, 'Park Falls', 459344000, -904415500, 0),
(64574, 2576, 230, 'Pelican Lake', 454994400, -891666670, 0),
(64575, 2576, 230, 'Pembine', 456400000, -879483300, 0),
(64576, 2576, 230, 'Peshtigo', 450544300, -877492700, 0),
(64577, 2576, 230, 'Pewaukee', 430805700, -882612000, 0),
(64578, 2576, 230, 'Phelps', 460612750, -890684850, 0),
(64579, 2576, 230, 'Phillips', 456894270, -904006300, 0),
(64580, 2576, 230, 'Pickerel', 453760770, -888963840, 0),
(64581, 2576, 230, 'Pickett', 439113900, -887297200, 0),
(64582, 2576, 230, 'Pine River', 441750600, -890824940, 0),
(64583, 2576, 230, 'Plainfield', 441991700, -895377800, 0),
(64584, 2576, 230, 'Platteville', 427341600, -904784600, 0),
(64585, 2576, 230, 'Pleasant Prairie', 425530800, -879334100, 0),
(64586, 2576, 230, 'Plover', 444563600, -895440100, 0),
(64587, 2576, 230, 'Plymouth', 437486100, -879770400, 0),
(64588, 2576, 230, 'Poplar', 465819400, -917936100, 0),
(64589, 2576, 230, 'Port Edwards', 443508000, -898654000, 0),
(64590, 2576, 230, 'Port Washington', 434231000, -878781000, 0),
(64591, 2576, 230, 'Port Wing', 467332210, -913916010, 0),
(64592, 2576, 230, 'Portage', 435391500, -894626200, 0),
(64593, 2576, 230, 'Porterfield', 451666670, -877438900, 0),
(64594, 2576, 230, 'Potter', 441192070, -880970280, 0),
(64595, 2576, 230, 'Pound', 450688900, -880477800, 0),
(64596, 2576, 230, 'Powers Lake', 425536300, -882945400, 0),
(64597, 2576, 230, 'Poynette', 433902600, -894029000, 0),
(64598, 2576, 230, 'Prairie Farm', 452519400, -919775000, 0),
(64599, 2576, 230, 'Prairie du Chien', 430516500, -911412400, 0),
(64600, 2576, 230, 'Prairie du Sac', 432869300, -897240100, 0),
(64601, 2576, 230, 'Prentice', 455222200, -902816700, 0),
(64602, 2576, 230, 'Prescott', 447488600, -928021500, 0),
(64603, 2576, 230, 'Princeton', 438508100, -891217800, 0),
(64604, 2576, 230, 'Pulaski', 446722200, -882426000, 0),
(64605, 2576, 230, 'Racine', 427261300, -877828500, 0),
(64606, 2576, 230, 'Radisson', 457819400, -911983300, 0),
(64607, 2576, 230, 'Randolph', 435391500, -890067800, 0),
(64608, 2576, 230, 'Random Lake', 435522200, -879617600, 0),
(64609, 2576, 230, 'Redgranite', 440419200, -890984500, 0),
(64610, 2576, 230, 'Reedsburg', 435324800, -900026300, 0),
(64611, 2576, 230, 'Reedsville', 441536000, -879567600, 0),
(64612, 2576, 230, 'Reeseville', 433055600, -888438900, 0),
(64613, 2576, 230, 'Rhinelander', 456366200, -894120800, 0),
(64614, 2576, 230, 'Rib Lake', 453187750, -901928640, 0),
(64615, 2576, 230, 'Rice Lake', 455189450, -917371750, 0),
(64616, 2576, 230, 'Richfield', 432683680, -882173650, 0),
(64617, 2576, 230, 'Richland Center', 433347100, -903867900, 0),
(64618, 2576, 230, 'Ridgeland', 452190520, -919069520, 0),
(64619, 2576, 230, 'Ridgeway', 429984200, -899937900, 0),
(64620, 2576, 230, 'Ringle', 448913900, -894275000, 0),
(64621, 2576, 230, 'Rio', 434477600, -892398400, 0),
(64622, 2576, 230, 'Ripon', 438422000, -888359400, 0),
(64623, 2576, 230, 'River Falls', 448613600, -926238100, 0),
(64624, 2576, 230, 'River Hills', 431741800, -879242500, 0),
(64625, 2576, 230, 'Roberts', 449838600, -925560300, 0),
(64626, 2576, 230, 'Rochester', 427414100, -882242600, 0),
(64627, 2576, 230, 'Rockland', 439075710, -909156910, 0),
(64628, 2576, 230, 'Rosendale', 438077600, -886748300, 0),
(64629, 2576, 230, 'Rosholt', 446305600, -893075000, 0),
(64630, 2576, 230, 'Rothschild', 448871900, -896201200, 0),
(64631, 2576, 230, 'Rubicon', 433327800, -884688900, 0),
(64632, 2576, 230, 'Saint Croix Falls', 454099600, -926396500, 0),
(64633, 2576, 230, 'Saint Francis', 429675200, -878775800, 0),
(64634, 2576, 230, 'Saint Germain', 459291700, -894869400, 0),
(64635, 2576, 230, 'Saint Nazianz', 440062890, -879242420, 0),
(64636, 2576, 230, 'Salem', 425547400, -881109200, 0),
(64637, 2576, 230, 'Sauk City', 432708200, -897220700, 0),
(64638, 2576, 230, 'Saukville', 433816700, -879406500, 0),
(64639, 2576, 230, 'Scandinavia', 444711100, -891558300, 0),
(64640, 2576, 230, 'Schofield', 449096900, -896045700, 0),
(64641, 2576, 230, 'Seymour', 445149900, -883303800, 0),
(64642, 2576, 230, 'Sharon', 425025200, -887289900, 0),
(64643, 2576, 230, 'Shawano', 447822100, -886089900, 0),
(64644, 2576, 230, 'Sheboygan', 437508300, -877145300, 0),
(64645, 2576, 230, 'Sheboygan Falls', 437296160, -878139590, 0),
(64646, 2576, 230, 'Shell Lake', 457393900, -919254500, 0),
(64647, 2576, 230, 'Sherwood', 441736000, -882598300, 0),
(64648, 2576, 230, 'Shiocton', 444433300, -885783300, 0),
(64649, 2576, 230, 'Shorewood', 430891800, -878875800, 0),
(64650, 2576, 230, 'Shorewood Hills', 430775000, -894456800, 0),
(64651, 2576, 230, 'Shullsburg', 425733400, -902309600, 0),
(64652, 2576, 230, 'Silver Lake', 440552600, -892262300, 0),
(64653, 2576, 230, 'Sinsinawa', 425236110, -905391670, 0),
(64654, 2576, 230, 'Siren', 457801300, -923832680, 0),
(64655, 2576, 230, 'Sister Bay', 451872200, -871238900, 0),
(64656, 2576, 230, 'Slinger', 433336100, -882862100, 0),
(64657, 2576, 230, 'Sobieski', 447208300, -880719400, 0),
(64658, 2576, 230, 'Soldiers Grove', 433958300, -907722200, 0),
(64659, 2576, 230, 'Solon Springs', 463547200, -918002800, 0),
(64660, 2576, 230, 'Somers', 426403000, -879103600, 0),
(64661, 2576, 230, 'Somerset', 451244100, -926735400, 0),
(64662, 2576, 230, 'South Milwaukee', 429105700, -878606400, 0),
(64663, 2576, 230, 'Sparta', 439441300, -908129100, 0),
(64664, 2576, 230, 'Spencer', 447577400, -902968000, 0),
(64665, 2576, 230, 'Spooner', 458224500, -918893400, 0),
(64666, 2576, 230, 'Spring Green', 431752700, -900679000, 0),
(64667, 2576, 230, 'Spring Valley', 448452400, -922388000, 0),
(64668, 2576, 230, 'Stanley', 449599700, -909370800, 0),
(64669, 2576, 230, 'Star Prairie', 451675000, -925869400, 0),
(64670, 2576, 230, 'Stevens Point', 445429800, -895644600, 0),
(64671, 2576, 230, 'Stockholm', 444854040, -922659090, 0),
(64672, 2576, 230, 'Stoddard', 436627800, -912197200, 0),
(64673, 2576, 230, 'Stone Lake', 458597200, -915852800, 0),
(64674, 2576, 230, 'Stoughton', 429292030, -892162540, 0),
(64675, 2576, 230, 'Strum', 445505000, -913911760, 0),
(64676, 2576, 230, 'Sturgeon Bay', 448341600, -873770400, 0),
(64677, 2576, 230, 'Sturtevant', 426980220, -879180700, 0),
(64678, 2576, 230, 'Suamico', 446319400, -880392700, 0),
(64679, 2576, 230, 'Sullivan', 429686100, -886088900, 0),
(64680, 2576, 230, 'Sun Prairie', 431836000, -892137300, 0),
(64681, 2576, 230, 'Superior', 467207700, -921040800, 0),
(64682, 2576, 230, 'Suring', 450000000, -883744400, 0),
(64683, 2576, 230, 'Sussex', 431502580, -882337490, 0),
(64684, 2576, 230, 'Theresa', 435172200, -884512100, 0),
(64685, 2576, 230, 'Thiensville', 432214800, -879505200, 0),
(64686, 2576, 230, 'Three Lakes', 457983300, -891627800, 0),
(64687, 2576, 230, 'Tigerton', 447402800, -890583300, 0),
(64688, 2576, 230, 'Tomah', 439785800, -905040200, 0),
(64689, 2576, 230, 'Tomahawk', 454710800, -897298600, 0),
(64690, 2576, 230, 'Tony', 455749330, -909527200, 0),
(64691, 2576, 230, 'Trego', 459133300, -918327800, 0),
(64692, 2576, 230, 'Trempealeau', 440055200, -914420900, 0),
(64693, 2576, 230, 'Trevor', 425125000, -881208300, 0),
(64694, 2576, 230, 'Tripoli', 455552800, -899941700, 0),
(64695, 2576, 230, 'Tunnel City', 440023530, -905602090, 0),
(64696, 2576, 230, 'Turtle Lake', 453944000, -921424100, 0),
(64697, 2576, 230, 'Twin Lakes', 425311300, -882481500, 0),
(64698, 2576, 230, 'Two Rivers', 441538800, -875692500, 0),
(64699, 2576, 230, 'Union Grove', 427046300, -880416600, 0),
(64700, 2576, 230, 'Valders', 440661100, -878858300, 0),
(64701, 2576, 230, 'Van Dyne', 438875000, -885041700, 0),
(64702, 2576, 230, 'Verona', 429908300, -895331800, 0),
(64703, 2576, 230, 'Viola', 434455420, -906754510, 0),
(64704, 2576, 230, 'Viroqua', 435569200, -908887400, 0),
(64705, 2576, 230, 'Wabeno', 454419400, -885697200, 0),
(64706, 2576, 230, 'Wales', 430044500, -883767600, 0),
(64707, 2576, 230, 'Walworth', 425322620, -885973760, 0),
(64708, 2576, 230, 'Warrens', 441300030, -905008310, 0),
(64709, 2576, 230, 'Washburn', 466732700, -908949100, 0),
(64710, 2576, 230, 'Washington Island', 453769910, -868963620, 0),
(64711, 2576, 230, 'Waterford', 427871400, -882064800, 0),
(64712, 2576, 230, 'Waterloo', 431806470, -889847570, 0),
(64713, 2576, 230, 'Watertown', 431947200, -887289900, 0),
(64714, 2576, 230, 'Waukesha', 430104760, -882130360, 0),
(64715, 2576, 230, 'Waunakee', 431919400, -894556700, 0),
(64716, 2576, 230, 'Waupaca', 443556990, -890868850, 0),
(64717, 2576, 230, 'Waupun', 436333200, -887295500, 0),
(64718, 2576, 230, 'Wausau', 449605930, -896008620, 0),
(64719, 2576, 230, 'Wausaukee', 454000000, -879170000, 0),
(64720, 2576, 230, 'Wautoma', 440747000, -892879000, 0),
(64721, 2576, 230, 'Wauwatosa', 430494600, -880075900, 0),
(64722, 2576, 230, 'Wauzeka', 431112080, -908552120, 0),
(64723, 2576, 230, 'West Allis', 430166800, -880070300, 0),
(64724, 2576, 230, 'West Bend', 433907000, -881649000, 0),
(64725, 2576, 230, 'West Milwaukee', 430125100, -879725900, 0),
(64726, 2576, 230, 'West Salem', 438991300, -910812500, 0),
(64727, 2576, 230, 'Westby', 436538800, -908588640, 0),
(64728, 2576, 230, 'Westfield', 438835900, -894934600, 0),
(64729, 2576, 230, 'Weston', 448908000, -895476200, 0),
(64730, 2576, 230, 'Weyauwega', 443213700, -889337200, 0),
(64731, 2576, 230, 'Weyerhaeuser', 454264510, -914142450, 0),
(64732, 2576, 230, 'Wheeler', 450440140, -919090780, 0),
(64733, 2576, 230, 'White Lake', 451566700, -887655600, 0),
(64734, 2576, 230, 'Whitefish Bay', 431133400, -879000900, 0),
(64735, 2576, 230, 'Whitehall', 443674600, -913165500, 0),
(64736, 2576, 230, 'Whitelaw', 441427800, -878275000, 0),
(64737, 2576, 230, 'Whitewater', 428190200, -887280590, 0),
(64738, 2576, 230, 'Whiting', 444935800, -895587300, 0),
(64739, 2576, 230, 'Wild Rose', 441769400, -892461100, 0),
(64740, 2576, 230, 'Willard', 446977710, -908155640, 0),
(64741, 2576, 230, 'Williams Bay', 425780700, -885409300, 0),
(64742, 2576, 230, 'Wilmot', 425127800, -881819400, 0),
(64743, 2576, 230, 'Wind Lake', 428294600, -881587000, 0),
(64744, 2576, 230, 'Wind Point', 427844600, -877661900, 0),
(64745, 2576, 230, 'Windsor', 432183300, -893415100, 0),
(64746, 2576, 230, 'Winneconne', 441108200, -887126100, 0),
(64747, 2576, 230, 'Winter', 458421000, -909076200, 0),
(64748, 2576, 230, 'Wisconsin Dells', 437260190, -897609410, 0),
(64749, 2576, 230, 'Wisconsin Rapids', 443835800, -898173500, 0),
(64750, 2576, 230, 'Wittenberg', 448254420, -891686870, 0),
(64751, 2576, 230, 'Wonewoc', 436883300, -902561100, 0),
(64752, 2576, 230, 'Woodruff', 458688900, -896466700, 0),
(64753, 2576, 230, 'Wrightstown', 443258200, -881628800, 0),
(64754, 2577, 230, 'Afton', 427175670, -1109424930, 0),
(64755, 2577, 230, 'Alpine', 431217980, -1110230010, 0),
(64756, 2577, 230, 'Alta', 437497000, -1110338000, 0),
(64757, 2577, 230, 'Antelope Valley-Crestview', 442248800, -1054740900, 0),
(64758, 2577, 230, 'Baggs', 410355600, -1076575000, 0),
(64759, 2577, 230, 'Basin', 443811140, -1080372640, 0),
(64760, 2577, 230, 'Big Piney', 425571000, -1101134400, 0),
(64761, 2577, 230, 'Bosler', 415761100, -1056952800, 0),
(64762, 2577, 230, 'Buffalo', 443483100, -1066989400, 0),
(64763, 2577, 230, 'Burlington', 444461110, -1084305560, 0),
(64764, 2577, 230, 'Burns', 411919400, -1043580600, 0),
(64765, 2577, 230, 'Byron', 447953950, -1085075900, 0),
(64766, 2577, 230, 'Carpenter', 410455600, -1043666670, 0),
(64767, 2577, 230, 'Casper', 428456830, -1062721760, 0),
(64768, 2577, 230, 'Cheyenne', 411399800, -1048202500, 0),
(64769, 2577, 230, 'Chugwater', 417283000, -1048466050, 0),
(64770, 2577, 230, 'Cody', 445149210, -1091332210, 0),
(64771, 2577, 230, 'Cokeville', 422938480, -1110913160, 0),
(64772, 2577, 230, 'Daniel', 428652800, -1100708300, 0),
(64773, 2577, 230, 'Dayton', 448781940, -1072562120, 0),
(64774, 2577, 230, 'Diamondville', 417793800, -1105377000, 0),
(64775, 2577, 230, 'Douglas', 427596900, -1053822100, 0),
(64776, 2577, 230, 'Dubois', 435358300, -1096358300, 0),
(64777, 2577, 230, 'Encampment', 412083300, -1067911100, 0),
(64778, 2577, 230, 'Ethete', 430249600, -1087726200, 0),
(64779, 2577, 230, 'Evanston', 412682800, -1109632400, 0),
(64780, 2577, 230, 'Evansville', 428599700, -1062683600, 0),
(64781, 2577, 230, 'F.E. Warren Air Force Base', 411370800, -1048180200, 0),
(64782, 2577, 230, 'Farson', 421719400, -1094200000, 0),
(64783, 2577, 230, 'Fort Laramie', 422133300, -1045172200, 0),
(64784, 2577, 230, 'Fort Washakie', 429977210, -1088790620, 0),
(64785, 2577, 230, 'Freedom', 430446460, -1110312460, 0),
(64786, 2577, 230, 'Frontier', 418141700, -1105372200, 0),
(64787, 2577, 230, 'Gillette', 442910900, -1055022200, 0),
(64788, 2577, 230, 'Glendo', 425030600, -1050252800, 0),
(64789, 2577, 230, 'Glenrock', 428613600, -1058722300, 0),
(64790, 2577, 230, 'Green River', 415285800, -1094662500, 0),
(64791, 2577, 230, 'Greybull', 444891200, -1080562100, 0),
(64792, 2577, 230, 'Guernsey', 422726960, -1047674900, 0),
(64793, 2577, 230, 'Hanna', 418708300, -1065572200, 0),
(64794, 2577, 230, 'Hillsdale', 412127780, -1044769440, 0),
(64795, 2577, 230, 'Hudson', 429044400, -1085830600, 0),
(64796, 2577, 230, 'Hulett', 446830600, -1046002800, 0),
(64797, 2577, 230, 'Jackson', 434799300, -1107624300, 0),
(64798, 2577, 230, 'Kaycee', 437097200, -1066386100, 0),
(64799, 2577, 230, 'Kelly', 436054900, -1103293000, 0),
(64800, 2577, 230, 'Kemmerer', 417946800, -1105400870, 0),
(64801, 2577, 230, 'Lander', 428330100, -1087306700, 0),
(64802, 2577, 230, 'Laramie', 410988700, -1061532200, 0),
(64803, 2577, 230, 'Lingle', 421375000, -1043463900, 0),
(64804, 2577, 230, 'Little America', 415436110, -1098583330, 0),
(64805, 2577, 230, 'Lovell', 448374500, -1083895600, 0),
(64806, 2577, 230, 'Lusk', 427624700, -1044521700, 0),
(64807, 2577, 230, 'Lyman', 413274500, -1102929300, 0),
(64808, 2577, 230, 'Meeteetse', 442138580, -1088298240, 0),
(64809, 2577, 230, 'Midwest', 434083300, -1062780600, 0),
(64810, 2577, 230, 'Mills', 428405200, -1063658600, 0),
(64811, 2577, 230, 'Moorcroft', 442633100, -1049502500, 0),
(64812, 2577, 230, 'Moose', 436001360, -1107415900, 0),
(64813, 2577, 230, 'Moran', 438416700, -1105077800, 0),
(64814, 2577, 230, 'Mountain View', 412688400, -1103398800, 0),
(64815, 2577, 230, 'Natrona', 430297200, -1068091700, 0),
(64816, 2577, 230, 'Newcastle', 438547000, -1042049400, 0),
(64817, 2577, 230, 'North Rock Springs', 416435800, -1092656800, 0),
(64818, 2577, 230, 'Pavillion', 432427800, -1086900000, 0),
(64819, 2577, 230, 'Pine Bluffs', 411883800, -1040764800, 0),
(64820, 2577, 230, 'Pinedale', 428666100, -1098609900, 0),
(64821, 2577, 230, 'Powder River', 431105470, -1070148490, 0),
(64822, 2577, 230, 'Powell', 447538400, -1087573500, 0),
(64823, 2577, 230, 'Ralston', 447175240, -1088665620, 0),
(64824, 2577, 230, 'Ranchester', 449005620, -1071433280, 0),
(64825, 2577, 230, 'Ranchettes', 412185900, -1047902500, 0),
(64826, 2577, 230, 'Rawlins', 417912810, -1071975390, 0),
(64827, 2577, 230, 'Riverton', 430249600, -1083801000, 0),
(64828, 2577, 230, 'Rock River', 417408300, -1059747200, 0),
(64829, 2577, 230, 'Rock Springs', 415874600, -1092029000, 0),
(64830, 2577, 230, 'Rozet', 442780600, -1052061100, 0),
(64831, 2577, 230, 'Saratoga', 413213400, -1065027100, 0),
(64832, 2577, 230, 'Sheridan', 447878210, -1069667350, 0),
(64833, 2577, 230, 'Shoshoni', 432402800, -1081144400, 0),
(64834, 2577, 230, 'Sinclair', 417804220, -1071178820, 0),
(64835, 2577, 230, 'South Greeley', 410969300, -1048063600, 0),
(64836, 2577, 230, 'Story', 445769400, -1069080600, 0),
(64837, 2577, 230, 'Sundance', 444063700, -1043757800, 0),
(64838, 2577, 230, 'Ten Sleep', 440347200, -1074480600, 0),
(64839, 2577, 230, 'Teton Village', 435863900, -1108266700, 0),
(64840, 2577, 230, 'Thayne', 429197200, -1110008300, 0),
(64841, 2577, 230, 'Thermopolis', 436460700, -1082120400, 0),
(64842, 2577, 230, 'Torrington', 420624600, -1041843900, 0),
(64843, 2577, 230, 'Upton', 440997000, -1046280200, 0),
(64844, 2577, 230, 'Warren Air Force Base', 411492700, -1048621600, 0),
(64845, 2577, 230, 'Weston', 448254000, -1053518000, 0),
(64846, 2577, 230, 'Wheatland', 420544100, -1049527500, 0),
(64847, 2577, 230, 'Wilson', 434766270, -1108583140, 0),
(64848, 2577, 230, 'Worland', 440169000, -1079553700, 0),
(64849, 2577, 230, 'Wright', 437469200, -1054705500, 0),
(64850, 2577, 230, 'Yellowstone National Park', 449751500, -1106947100, 0),
(64851, 2578, 232, 'Artigas', -304000000, -564666700, 0),
(64852, 2579, 232, 'Atlantida', -347719000, -557584000, 0),
(64853, 2579, 232, 'Barra de Carrasco', -348772200, -560297200, 0),
(64854, 2579, 232, 'Canelones', -345227800, -562777800, 0),
(64855, 2579, 232, 'Colonia Nicolich', -348130600, -560447200, 0),
(64856, 2579, 232, 'La Paz', -347616700, -562236100, 0),
(64857, 2579, 232, 'Las Piedras', -347263900, -562200000, 0),
(64858, 2579, 232, 'Pando', -347166700, -559500000, 0),
(64859, 2579, 232, 'Paso de Carrasco', -348602800, -560522200, 0),
(64860, 2579, 232, 'San Bautista', -344333300, -559833300, 0),
(64861, 2579, 232, 'Toledo', -347422200, -560983300, 0),
(64862, 2580, 232, 'Colonia del Sacramento', -344666700, -578500000, 0),
(64863, 2581, 232, 'Durazno', -334130600, -565005600, 0),
(64864, 2582, 232, 'Minas', -343700000, -552250000, 0),
(64865, 2583, 232, 'Maldonado', -349000000, -549500000, 0),
(64866, 2583, 232, 'Pan de Azucar', -348000000, -552333300, 0),
(64867, 2583, 232, 'Punta del Este', -349666700, -549500000, 0),
(64868, 2583, 232, 'San Carlos', -348000000, -549166700, 0),
(64869, 2584, 232, 'Montevideo', -348334600, -561673500, 0),
(64870, 2584, 232, 'Pajas Blancas', -348016700, -563341700, 0),
(64871, 2584, 232, 'Santiago Vazquez', -347902800, -563500000, 0),
(64872, 2585, 232, 'Paysandu', -323213900, -580755600, 0),
(64873, 2586, 232, 'Rocha', -344833300, -543333300, 0),
(64874, 2587, 232, 'Salto', -313833300, -579666700, 0),
(64875, 2588, 232, 'Libertad', -346333300, -566191700, 0),
(64876, 2589, 232, 'Santa Catalina', -337500000, -574833300, 0),
(64877, 2590, 232, 'Tacuarembo', -317333300, -559833300, 0),
(64878, 2591, 233, 'Andijon', 407830600, 723438900, 0),
(64879, 2592, 233, 'Farg''ona', 403842100, 717843200, 0),
(64880, 2593, 233, 'Namangan', 409983000, 716725700, 0),
(64881, 2593, 233, 'Namangan Shahri', 409942600, 716609200, 0),
(64882, 2593, 233, 'Pop', 408736100, 711088900, 0),
(64883, 2594, 233, 'Navoiy', 400844400, 653791700, 0),
(64884, 2594, 233, 'Tomdibuloq', 417508000, 646171100, 0),
(64885, 2595, 233, 'Shahrisabz', 390577800, 668341700, 0),
(64886, 2596, 233, 'Samarqand', 396541700, 669597200, 0),
(64887, 2597, 233, 'Sirdaryo', 408436100, 686616700, 0),
(64888, 2599, 233, 'Bektemir', 412097200, 693341700, 0),
(64889, 2599, 233, 'Tashkent', 412646500, 692162700, 0),
(64890, 2598, 233, 'Angren', 410166700, 701436100, 0),
(64891, 2598, 233, 'Bekobod', 402208300, 692697200, 0),
(64892, 2598, 233, 'G''azalkent', 415580600, 697708300, 0),
(64893, 2598, 233, 'Iskandar', 415538900, 697008300, 0),
(64894, 2598, 233, 'Olmaliq', 408447200, 695983300, 0),
(64895, 2598, 233, 'Salor', 413722200, 693816700, 0),
(64896, 2598, 233, 'Urtaowul', 411866700, 691452800, 0),
(64897, 2598, 233, 'Yangiobod', 411191900, 700940600, 0),
(64898, 2600, 234, 'Port-Vila', -177338100, 1683218800, 0),
(64899, 2601, 235, 'Puerto Ayacucho', 56638900, -676236100, 0),
(64900, 2602, 235, 'Anaco', 94388900, -644727800, 0),
(64901, 2602, 235, 'Barcelona', 101333300, -647000000, 0),
(64902, 2602, 235, 'El Tigre', 88875200, -642454400, 0),
(64903, 2602, 235, 'Puerto La Cruz', 102166700, -646166700, 0),
(64904, 2603, 235, 'San Fernando Apure', 78878200, -674723600, 0),
(64905, 2604, 235, 'Cagua', 101863400, -674593500, 0),
(64906, 2604, 235, 'El Limon', 103058900, -676321200, 0),
(64907, 2604, 235, 'La Victoria', 102184400, -673301700, 0),
(64908, 2604, 235, 'Maracay', 102469400, -675958300, 0),
(64909, 2604, 235, 'Turmero', 102238800, -674728800, 0),
(64910, 2605, 235, 'Alto Barinas', 85931000, -702261000, 0),
(64911, 2605, 235, 'Barinitas', 87622200, -704111100, 0),
(64912, 2606, 235, 'Ciudad Bolivar', 81292300, -635408600, 0),
(64913, 2606, 235, 'Ciudad Guayana', 83512200, -626410200, 0),
(64914, 2606, 235, 'Santa Elena de Uairen', 46021770, -611112430, 0),
(64915, 2606, 235, 'Upata', 80086100, -623988900, 0),
(64916, 2607, 235, 'Guacara', 102260900, -678770000, 0),
(64917, 2607, 235, 'Mariara', 102964400, -677181300, 0),
(64918, 2607, 235, 'Puerto Cabello', 104730600, -680125000, 0),
(64919, 2607, 235, 'Tacarigua', 100862100, -679198200, 0),
(64920, 2607, 235, 'Valencia', 101620200, -680076500, 0),
(64921, 2608, 235, 'San Carlos', 96612400, -685826800, 0),
(64922, 2609, 235, 'Tucupita', 90622200, -620510200, 0),
(64923, 2610, 235, 'Caracas', 104880100, -668791900, 0),
(64924, 2611, 235, 'Chichiriviche', 109333000, -682771600, 0),
(64925, 2611, 235, 'Coro', 114045000, -696734400, 0),
(64926, 2611, 235, 'Punta Cardon', 116580600, -702150000, 0),
(64927, 2611, 235, 'Punto Fijo', 116956000, -701995700, 0),
(64928, 2612, 235, 'Calabozo', 89241600, -674292900, 0),
(64929, 2612, 235, 'San Juan de los Morros', 99115200, -673538100, 0),
(64930, 2612, 235, 'Valle de La Pascua', 92155400, -660073400, 0),
(64931, 2613, 235, 'Barquisimeto', 100738900, -693227800, 0),
(64932, 2613, 235, 'Los Rastrojos', 100258800, -692416600, 0),
(64933, 2614, 235, 'Ejido', 85466500, -712408700, 0),
(64934, 2614, 235, 'El Vigia', 86136600, -716528400, 0),
(64935, 2614, 235, 'Merida', 85952400, -711434000, 0),
(64936, 2615, 235, 'Baruta', 104339800, -668766200, 0),
(64937, 2615, 235, 'Carrizal', 103498500, -669863200, 0),
(64938, 2615, 235, 'Chacao', 104959800, -668534700, 0),
(64939, 2615, 235, 'Charallave', 102424700, -668572300, 0),
(64940, 2615, 235, 'Cua', 101589200, -668857500, 0),
(64941, 2615, 235, 'El Cafetal', 104694100, -668306300, 0),
(64942, 2615, 235, 'El Hatillo', 104299400, -668161000, 0),
(64943, 2615, 235, 'Guarenas', 104673600, -666066300, 0),
(64944, 2615, 235, 'Guatire', 104762000, -665426600, 0),
(64945, 2615, 235, 'La Dolorita', 104883000, -667860800, 0),
(64946, 2615, 235, 'Los Dos Caminos', 105166700, -668333300, 0),
(64947, 2615, 235, 'Ocumare del Tuy', 101164900, -667760900, 0),
(64948, 2615, 235, 'Petare', 104722600, -668015500, 0),
(64949, 2615, 235, 'San Antonio de Los Altos', 103885400, -669517900, 0),
(64950, 2616, 235, 'Maturin', 97500000, -631766700, 0),
(64951, 2617, 235, 'Juan Griego', 110833300, -639500000, 0),
(64952, 2617, 235, 'La Asuncion', 110333300, -638627800, 0),
(64953, 2617, 235, 'Porlamar', 109579600, -638490600, 0),
(64954, 2618, 235, 'Acarigua', 95545100, -691956400, 0),
(64955, 2618, 235, 'Araure', 95600900, -692147500, 0),
(64956, 2618, 235, 'Guanare', 90418300, -697420600, 0),
(64957, 2619, 235, 'Carupano', 106678100, -632584900, 0),
(64958, 2619, 235, 'Cumana', 104635400, -641775000, 0),
(64959, 2620, 235, 'La Fria', 82202700, -722439000, 0),
(64960, 2620, 235, 'San Antonio del Tachira', 78145400, -724431000, 0),
(64961, 2620, 235, 'San Cristobal', 77669400, -722250000, 0),
(64962, 2620, 235, 'San Juan de Colon', 80312500, -722605300, 0),
(64963, 2620, 235, 'Tariba', 78188000, -722242700, 0),
(64964, 2621, 235, 'Valera', 93177800, -706036100, 0),
(64965, 2622, 235, 'Caraballeda', 106111900, -668521500, 0),
(64966, 2622, 235, 'Catia La Mar', 106038300, -670303400, 0),
(64967, 2622, 235, 'La Guaira', 105990100, -669346000, 0),
(64968, 2622, 235, 'Maiquetia', 105962100, -669548500, 0),
(64969, 2623, 235, 'Chivacoa', 101602800, -688950000, 0),
(64970, 2623, 235, 'San Felipe', 103399100, -687424700, 0),
(64971, 2623, 235, 'Yaritagua', 100800000, -691261100, 0),
(64972, 2624, 235, 'Cabimas', 103882800, -714399200, 0),
(64973, 2624, 235, 'Lagunillas', 101300800, -712594600, 0),
(64974, 2624, 235, 'Machiques', 100644400, -725450000, 0),
(64975, 2624, 235, 'Maracaibo', 106316700, -716405600, 0),
(64976, 2624, 235, 'Rosario', 103258000, -723134300, 0),
(64977, 2624, 235, 'San Carlos del Zulia', 90000300, -719135200, 0),
(64978, 2625, 236, 'Chau Doc', 107000000, 1051166700, 0),
(64979, 2625, 236, 'Long Xuyen', 103833300, 1054166700, 0),
(64980, 2626, 236, 'Hoa Binh', 208133300, 1053383300, 0),
(64981, 2627, 236, 'Ben Tre', 102333300, 1063833300, 0),
(64982, 2628, 236, 'Nha Trang', 122500000, 1091833300, 0),
(64983, 2629, 236, 'Kon Tum', 143500000, 1080000000, 0),
(64984, 2630, 236, 'Can Tho', 100333300, 1057833300, 0),
(64985, 2631, 236, 'Cao Bang', 226666700, 1062500000, 0),
(64986, 2632, 236, 'Turan', 160677800, 1082208300, 0),
(64987, 2633, 236, 'Buon Ma Thuot', 126666700, 1080500000, 0),
(64988, 2633, 236, 'Ha Noi', 210245000, 1058411700, 0),
(64989, 2634, 236, 'Dien Bien Phu', 213833300, 1030166700, 0),
(64990, 2635, 236, 'Bien Hoa', 109500000, 1068166700, 0),
(64991, 2635, 236, 'Vung Tau', 103459900, 1070842600, 0),
(64992, 2636, 236, 'Cao Lanh', 104500000, 1056333300, 0),
(64993, 2636, 236, 'Quy Nhon', 137666700, 1092333300, 0),
(64994, 2636, 236, 'Sa Dec', 103000000, 1057666700, 0),
(64995, 2637, 236, 'Vinh', 186666700, 1056666700, 0),
(64996, 2638, 236, 'Phu Ly', 205411100, 1059138900, 0),
(64997, 2639, 236, 'Ha Dong', 209725000, 1057772200, 0),
(64998, 2639, 236, 'Son Tay', 211377800, 1055050000, 0),
(64999, 2640, 236, 'Ninh Binh', 202538900, 1059750000, 0),
(65000, 2641, 236, 'Phan Rang-Thap Cham', 115666700, 1089833300, 0),
(65001, 2642, 236, 'Hai Duong', 209333300, 1063166700, 0),
(65002, 2643, 236, 'Haiphong', 208561100, 1066822200, 0),
(65003, 2644, 236, 'Can Gio', 104166700, 1069666700, 0),
(65004, 2644, 236, 'Cu Chi', 109666700, 1064666700, 0),
(65005, 2644, 236, 'Ha Tinh', 183333300, 1059000000, 0),
(65006, 2644, 236, 'Thanh pho Ho Chi Minh', 107500000, 1066666700, 0),
(65007, 2645, 236, 'Song Cau', 134500000, 1092166700, 0),
(65008, 2645, 236, 'Tuy Hoa', 130833300, 1093000000, 0),
(65009, 2646, 236, 'Hung Yen', 206500000, 1060666700, 0),
(65010, 2647, 236, 'Dong Hoi', 174833300, 1066000000, 0),
(65011, 2648, 236, 'Duong GJong', 102166700, 1039666700, 0),
(65012, 2648, 236, 'Ha Tien', 103833300, 1044833300, 0),
(65013, 2648, 236, 'Phan Thiet', 109333300, 1081000000, 0),
(65014, 2648, 236, 'Rach Gia', 100166700, 1050833300, 0),
(65015, 2649, 236, 'Quang Ngai', 151166700, 1088000000, 0),
(65016, 2650, 236, 'Phong Tho', 225333300, 1033500000, 0),
(65017, 2651, 236, 'Da Lat', 119464600, 1084419300, 0),
(65018, 2652, 236, 'Lang Son', 218333300, 1067333300, 0),
(65019, 2653, 236, 'Lao Cai', 224833300, 1039500000, 0),
(65020, 2653, 236, 'Sa Pa', 223402300, 1038441500, 0),
(65021, 2654, 236, 'Can Duoc', 106166700, 1066666700, 0),
(65022, 2654, 236, 'Tan An', 105333300, 1064166700, 0),
(65023, 2655, 236, 'Nam Dinh', 204166700, 1061666700, 0),
(65024, 2656, 236, 'Soc Trang', 96033300, 1059800000, 0),
(65025, 2657, 236, 'Hue', 164666700, 1076000000, 0),
(65026, 2658, 236, 'Tra Vinh', 99347200, 1063452800, 0),
(65027, 2659, 236, 'Tuyen Quang', 218233300, 1052180600, 0),
(65028, 2660, 236, 'Viet Tri', 213019400, 1054308300, 0),
(65029, 2661, 236, 'Vinh Long', 102500000, 1059666700, 0),
(65030, 2662, 236, 'Yen Bai', 217000000, 1048666700, 0),
(65031, 2663, 236, 'Hoi An', 158794400, 1083350000, 0),
(65032, 2663, 236, 'Tam Ky', 155666700, 1084833300, 0),
(65033, 2664, 236, 'Bac Giang', 212666700, 1062000000, 0),
(65034, 2665, 236, 'Cam Pha Mines', 210166700, 1073000000, 0),
(65035, 2665, 236, 'Ha Long', 209511100, 1070800000, 0),
(65036, 2665, 236, 'Uong Bi', 210333300, 1067833300, 0),
(65037, 2666, 236, 'Dong Ha', 168162500, 1071003100, 0),
(65038, 2667, 236, 'Bac Lieu', 92850000, 1057244400, 0),
(65039, 2668, 236, 'Son La', 213166700, 1039000000, 0),
(65040, 2669, 236, 'Pleiku', 139833300, 1080000000, 0),
(65041, 2669, 236, 'Uyen Hung', 110841600, 1067883400, 0),
(65042, 2670, 236, 'Phu Khuong', 112833300, 1061333300, 0),
(65043, 2670, 236, 'Tay Ninh', 113000000, 1061000000, 0),
(65044, 2671, 236, 'Thai Binh', 204500000, 1063333300, 0),
(65045, 2672, 236, 'Thai Nguyen', 215927800, 1058441700, 0),
(65046, 2673, 236, 'Bim Son', 200780600, 1058602800, 0),
(65047, 2673, 236, 'Thanh Hoa', 198000000, 1057666700, 0),
(65048, 2674, 236, 'Bac Ninh', 211833300, 1060500000, 0),
(65049, 2675, 236, 'My Tho', 103500000, 1063500000, 0),
(65050, 2676, 236, 'Thu Dau Mot', 109666700, 1066500000, 0),
(65051, 2677, 236, 'Dong Xoai', 115333300, 1069166700, 0),
(65052, 2678, 236, 'Ca Mau', 91769400, 1051500000, 0),
(65053, 2679, 236, 'Ha Giang', 228333300, 1049833300, 0),
(65054, 2680, 236, 'Vinh Yen', 213100000, 1055966700, 0),
(65055, 2680, 236, 'Yen Vinh', 186666700, 1056666700, 0),
(65056, 2681, 237, 'Road Town', 184166700, -646166700, 0),
(65057, 2682, 238, 'Charlotte Amalie', 183419000, -649307000, 0),
(65058, 2683, 239, 'Mata''utu', -132816300, -1761745300, 0),
(65059, 2685, 241, 'Lawdar', 138828200, 458685900, 0),
(65060, 2686, 241, 'Hammam Damt', 140903100, 446700600, 0),
(65061, 2687, 241, 'Aden', 127794400, 450366700, 0),
(65062, 2687, 241, 'Al Ma''alla''', 127898700, 450024400, 0),
(65063, 2687, 241, 'Al Mansurah', 128601900, 449816600, 0),
(65064, 2687, 241, 'Ash Shaykh ''Uthman', 128767800, 449930900, 0),
(65065, 2688, 241, 'Al Hudaydah', 147978100, 429545200, 0),
(65066, 2689, 241, 'Ar Rawdah', 154325100, 442239900, 0),
(65067, 2689, 241, 'Qaryat al Qabil', 154503300, 441276800, 0),
(65068, 2689, 241, 'Sanaa', 153547200, 442066700, 0),
(65069, 2690, 241, '''Amran', 156594000, 439438500, 0),
(65070, 2691, 241, 'Dhamar', 145427400, 444051400, 0),
(65071, 2692, 241, 'Al Mukalla', 145424800, 491242400, 0),
(65072, 2692, 241, 'Ash Shihr', 147586300, 496063900, 0),
(65073, 2692, 241, 'Az Zali''ah', 150166700, 480166700, 0),
(65074, 2692, 241, 'Sana''', 154000000, 477666700, 0),
(65075, 2692, 241, 'Tarim', 160569400, 489988900, 0),
(65076, 2692, 241, 'Thamud', 173000000, 499166700, 0),
(65077, 2693, 241, 'Ibb', 139666700, 441833300, 0),
(65078, 2693, 241, 'Qaryat ad Da''is', 139877000, 442749000, 0),
(65079, 2694, 241, 'Sa''dah', 169402100, 437639400, 0),
(65080, 2695, 241, 'Al ''Urr', 152464800, 438883600, 0),
(65081, 2695, 241, 'Al Hayfah', 157349400, 442378800, 0),
(65082, 2695, 241, 'Al Khaniq', 155025300, 441815800, 0),
(65083, 2695, 241, 'Al Madid', 156445300, 444733700, 0),
(65084, 2695, 241, 'Bayt Marran', 156931200, 442053000, 0),
(65085, 2695, 241, 'Sahar', 153158600, 443085800, 0),
(65086, 2695, 241, 'Wa''lan', 150702100, 442764100, 0),
(65087, 2696, 241, 'Dar an Nasr', 135582100, 440163400, 0),
(65088, 2696, 241, 'Ta''izz', 135795200, 440209100, 0),
(65089, 2697, 242, 'Kabwe', -144469000, 284464400, 0),
(65090, 2698, 242, 'Chingola', -125289700, 278838200, 0),
(65091, 2698, 242, 'Kitwe', -127961400, 282476700, 0),
(65092, 2698, 242, 'Luanshya', -131366700, 284166100, 0),
(65093, 2698, 242, 'Ndola', -129586700, 286365900, 0),
(65094, 2699, 242, 'Chipata', -136333300, 326500000, 0),
(65095, 2699, 242, 'Petauke', -142426400, 313253000, 0),
(65096, 2700, 242, 'Luangwa', -156166700, 304166700, 0),
(65097, 2700, 242, 'Lusaka', -154066900, 282871300, 0),
(65098, 2701, 242, 'Solwezi', -121688000, 263893800, 0),
(65099, 2702, 242, 'Kasama', -102128900, 311808400, 0),
(65100, 2703, 242, 'Choma', -168064800, 269530600, 0),
(65101, 2703, 242, 'Livingstone', -178419400, 258542500, 0),
(65102, 2703, 242, 'Siavonga', -165381800, 287087600, 0),
(65103, 2704, 243, 'Bulawayo', -201500000, 285833300, 0),
(65104, 2705, 243, 'Chitungwiza', -180127400, 310755500, 0),
(65105, 2705, 243, 'Epworth', -178900000, 311475000, 0),
(65106, 2705, 243, 'Harare', -178293500, 310538900, 0),
(65107, 2706, 243, 'Mutare', -189707000, 326708600, 0),
(65108, 2707, 243, 'Marondera', -181852700, 315519300, 0),
(65109, 2708, 243, 'Masvingo', -200637300, 308276600, 0),
(65110, 2709, 243, 'Hwange', -183692700, 265019400, 0),
(65111, 2709, 243, 'Victoria Falls', -179235300, 258429900, 0),
(65112, 2710, 243, 'Beitbridge', -222166700, 300000000, 0),
(65113, 2711, 243, 'Shurugwi', -196701600, 300058900, 0),
(65114, 1, 1, 'Fayzabad', 371166400, 705800200, 0),
(65115, 2712, 1, 'Jawand', 350636100, 641491700, 0),
(65116, 2713, 1, 'Bamyan', 348241700, 678216700, 0),
(65117, 2714, 1, 'Hukumat-e Nad ''Ali', 316428600, 642398200, 0),
(65118, 2715, 1, 'Khost', 333395100, 699204100, 0),
(65119, 2716, 1, 'Kunduz', 367289600, 688570000, 0),
(65120, 2717, 1, 'Baraki Barak', 339675000, 689486100, 0),
(65121, 6, 1, 'Markaz-e Woluswali-ye Achin', 341258300, 707077800, 0),
(65122, 2718, 1, 'Zaranj', 309666700, 618833300, 0),
(65123, 2719, 1, 'Gardez', 335974400, 692259200, 0),
(65124, 2720, 2, 'Finstrom', 602666700, 199333300, 0),
(65125, 2721, 2, 'Jomala', 601500000, 199666700, 0),
(65126, 2722, 2, 'Saltvik', 602833300, 200500000, 0),
(65127, 15, 3, 'Berat', 407058300, 199522200, 0),
(65128, 16, 3, 'Burrel', 416102800, 200088900, 0),
(65129, 18, 3, 'Gramsh', 408697200, 201844400, 0),
(65130, 2723, 3, 'Memaliaj', 403516700, 199802800, 0),
(65131, 22, 3, 'Lac', 416355600, 197130600, 0),
(65132, 22, 3, 'Rreshen', 417675000, 198755600, 0),
(65133, 25, 3, 'Himare', 401016700, 197447200, 0),
(65134, 27, 4, 'Theniet el Had', 358711100, 20280600, 0),
(65135, 35, 4, 'Meftah', 366204000, 32224800, 0),
(65136, 36, 4, 'Bordj Ghdir', 359011100, 48980600, 0),
(65137, 38, 4, 'Thenia', 367254400, 35566500, 0),
(65138, 43, 4, 'Robbah', 332796600, 69098400, 0),
(65139, 59, 4, '''Ain el Hadjar', 347584600, 1452800, 0),
(65140, 63, 4, 'Sedrata', 361286800, 75337600, 0),
(65141, 73, 5, 'Leone', -143438900, -1707850000, 0),
(65142, 82, 7, 'Catumbela', -124313900, 135472200, 0),
(65143, 83, 7, 'Kuito', -123833300, 169333300, 0),
(65144, 2724, 7, 'Menongue', -146585000, 176909900, 0),
(65145, 85, 7, 'Quibala', -107336600, 149799500, 0),
(65146, 2725, 7, 'Ondjiva', -170666700, 157333300, 0),
(65147, 87, 7, 'Caluquembe', -137833300, 146833300, 0),
(65148, 2726, 7, 'Lucapa', -84191500, 207446600, 0),
(65149, 2727, 7, 'Saurimo', -96607800, 203915500, 0),
(65150, 2728, 7, 'Luau', -107072700, 222246600, 0),
(65151, 2728, 7, 'Luena', -117833300, 199166700, 0),
(65152, 2729, 7, 'Namibe', -151961100, 121522200, 0),
(65153, 2730, 7, 'Uige', -76087400, 150613100, 0),
(65154, 2731, 7, 'Nzeto', -72311600, 128666000, 0),
(65155, 2731, 7, 'Soio', -61349000, 123689400, 0),
(65156, 90, 8, 'Stoney Ground', 182166700, -630333300, 0),
(65157, 2732, 10, 'All Saints', 170500000, -618000000, 0),
(65158, 2733, 10, 'Liberta', 170333300, -617833300, 0),
(65159, 93, 11, 'Andalgala', -275819500, -663164600, 0),
(65160, 93, 11, 'Fiambala', -276870500, -676149000, 0),
(65161, 93, 11, 'Poman', -283945500, -662205200, 0),
(65162, 93, 11, 'San Antonio', -280092700, -657121800, 0),
(65163, 93, 11, 'Tinogasta', -280631900, -675648800, 0),
(65164, 94, 11, 'Colonia Benitez', -273309900, -589462200, 0),
(65165, 94, 11, 'General Jose de San Martin', -265374300, -593415800, 0),
(65166, 94, 11, 'General Pinedo', -273166700, -612833300, 0),
(65167, 94, 11, 'Hermoso Campo', -276081600, -613444100, 0),
(65168, 94, 11, 'La Leonesa', -270378600, -587034700, 0),
(65169, 94, 11, 'Las Garcitas', -265833300, -598000000, 0),
(65170, 94, 11, 'Machagai', -269261400, -600495600, 0),
(65171, 94, 11, 'Pampa del Infierno', -265051700, -611743600, 0),
(65172, 94, 11, 'Presidencia Roca', -261409000, -595954100, 0),
(65173, 94, 11, 'Puerto Tirol', -273721800, -590820600, 0),
(65174, 94, 11, 'Santa Sylvina', -278326100, -611374700, 0),
(65175, 94, 11, 'Taco Pozo', -256166700, -632833300, 0),
(65176, 95, 11, 'Esquel', -429000000, -713166700, 0),
(65177, 96, 11, 'Cosquin', -312450800, -644656300, 0),
(65178, 96, 11, 'Cruz del Eje', -307264400, -648038700, 0),
(65179, 96, 11, 'Devoto', -314043100, -623063400, 0),
(65180, 96, 11, 'Elena', -325720500, -643948100, 0),
(65181, 96, 11, 'Embalse', -321800000, -644180900, 0),
(65182, 96, 11, 'Hernando', -324265700, -637333300, 0),
(65183, 96, 11, 'Italo', -347923700, -637819900, 0),
(65184, 96, 11, 'La Calera', -313437700, -643352900, 0),
(65185, 96, 11, 'La Carlota', -334199300, -632976900, 0),
(65186, 96, 11, 'La Francia', -314067500, -626339600, 0),
(65187, 96, 11, 'La Playosa', -321000200, -630308800, 0),
(65188, 96, 11, 'Laboulaye', -341266200, -633911900, 0),
(65189, 96, 11, 'Las Higueras', -330923100, -642890000, 0),
(65190, 96, 11, 'Las Junturas', -318312500, -634501600, 0),
(65191, 96, 11, 'Las Perdices', -326979400, -637063400, 0),
(65192, 96, 11, 'Los Condores', -323198400, -642775200, 0),
(65193, 96, 11, 'Malagueno', -314646700, -643584000, 0),
(65194, 96, 11, 'Mendiolaza', -312673800, -643008700, 0),
(65195, 96, 11, 'Piquillin', -313015800, -637578800, 0),
(65196, 96, 11, 'Rio Ceballos', -311648600, -643224100, 0),
(65197, 96, 11, 'Rio Segundo', -316526000, -639099000, 0),
(65198, 96, 11, 'Salsipuedes', -311372400, -642958900, 0),
(65199, 96, 11, 'San Carlos', -311776100, -651024500, 0),
(65200, 96, 11, 'Sebastian Elcano', -301610500, -635936000, 0),
(65201, 96, 11, 'Unquillo', -312307300, -643161500, 0),
(65202, 97, 11, 'Concepcion', -283917500, -578877700, 0),
(65203, 97, 11, 'Esquina', -300144400, -595271900, 0),
(65204, 97, 11, 'Ita Ibate', -274257300, -573375800, 0),
(65205, 97, 11, 'La Cruz', -291744300, -566432600, 0),
(65206, 97, 11, 'Mercedes', -291818600, -580789500, 0),
(65207, 97, 11, 'Paso de la Patria', -273167600, -585719700, 0),
(65208, 97, 11, 'Saladas', -282538400, -586259100, 0),
(65209, 97, 11, 'San Lorenzo', -281330600, -587673300, 0),
(65210, 99, 11, 'Bovril', -313431100, -594451200, 0),
(65211, 99, 11, 'Chajari', -307504800, -579796200, 0),
(65212, 99, 11, 'Diamante', -320664100, -606383600, 0),
(65213, 99, 11, 'Federacion', -310062100, -578996200, 0),
(65214, 99, 11, 'General Galarza', -327203400, -593961500, 0),
(65215, 99, 11, 'Gualeguay', -331415600, -593096600, 0),
(65216, 99, 11, 'La Paz', -307448500, -596456600, 0),
(65217, 99, 11, 'Macia', -321722000, -593994700, 0),
(65218, 99, 11, 'Santa Ana', -309000400, -579316200, 0),
(65219, 99, 11, 'Segui', -319564200, -601248800, 0),
(65220, 99, 11, 'Viale', -318678200, -600072200, 0),
(65221, 99, 11, 'Victoria', -326184100, -601547800, 0),
(65222, 99, 11, 'Villa Elisa', -321632000, -584008200, 0),
(65223, 99, 11, 'Villa Paranacito', -337220800, -586579800, 0),
(65224, 100, 11, 'Comandante Fontana', -253345300, -596821200, 0),
(65225, 100, 11, 'El Colorado', -263080800, -593729100, 0),
(65226, 100, 11, 'Las Lomitas', -247095500, -605930300, 0),
(65227, 101, 11, 'Abra Pampa', -227204900, -656969700, 0),
(65228, 101, 11, 'Caimancito', -237407000, -645937000, 0),
(65229, 102, 11, 'Anguil', -365256700, -640102500, 0),
(65230, 103, 11, 'Chamical', -303600200, -663139900, 0),
(65231, 103, 11, 'Chilecito', -291619500, -674974000, 0),
(65232, 105, 11, 'Aristobulo del Valle', -270962500, -548962600, 0),
(65233, 105, 11, 'Bernardo de Irigoyen', -262552000, -536458100, 0),
(65234, 105, 11, 'Campo Grande', -272077000, -549797700, 0),
(65235, 105, 11, 'Campo Viera', -273833300, -550333300, 0),
(65236, 105, 11, 'Capiovi', -269299800, -550608400, 0),
(65237, 105, 11, 'Florentino Ameghino', -275666700, -551333300, 0),
(65238, 105, 11, 'Jardin America', -270434600, -552269800, 0),
(65239, 105, 11, 'Puerto Iguazu', -255991200, -545735500, 0),
(65240, 105, 11, 'Puerto Piray', -264677900, -547147600, 0),
(65241, 106, 11, 'Alumine', -392368600, -709197000, 0),
(65242, 106, 11, 'Buta Ranquil', -370522200, -698771300, 0),
(65243, 106, 11, 'Junin de los Andes', -399504300, -710693600, 0),
(65244, 107, 11, 'Cinco Saltos', -388222400, -680629300, 0),
(65245, 107, 11, 'Fray Luis Beltran', -393166700, -657666700, 0),
(65246, 107, 11, 'General Conesa', -401000000, -644333300, 0),
(65247, 107, 11, 'Maquinchao', -412500000, -687333300, 0),
(65248, 107, 11, 'Viedma', -408134500, -629966800, 0),
(65249, 108, 11, 'Cafayate', -260729500, -659761400, 0),
(65250, 108, 11, 'El Quebrachal', -252833300, -640666700, 0),
(65251, 108, 11, 'San Antonio de los Cobres', -242180400, -663187700, 0),
(65252, 108, 11, 'Tartagal', -225163600, -638013100, 0),
(65253, 109, 11, 'Santa Lucia', -315398700, -684950300, 0),
(65254, 110, 11, 'Concaran', -325600900, -652427000, 0),
(65255, 110, 11, 'La Toma', -330525800, -656238500, 0),
(65256, 110, 11, 'Tilisarao', -327329200, -652910900, 0),
(65257, 111, 11, 'Los Antiguos', -465497200, -716308600, 0),
(65258, 112, 11, 'Armstrong', -327821500, -616022200, 0),
(65259, 112, 11, 'Bella Italia', -312726800, -614239600, 0),
(65260, 112, 11, 'Capitan Bermudez', -328226200, -607185200, 0),
(65261, 112, 11, 'Carcarana', -328567900, -611533100, 0),
(65262, 112, 11, 'El Trebol', -322008000, -617014000, 0),
(65263, 112, 11, 'Galvez', -320292700, -612210300, 0),
(65264, 112, 11, 'Recreo', -314907600, -607329900, 0),
(65265, 112, 11, 'San Javier', -305778100, -599317000, 0),
(65266, 112, 11, 'Sunchales', -309440400, -615614800, 0),
(65267, 113, 11, 'Anatuya', -284606400, -628347200, 0),
(65268, 113, 11, 'Beltran', -278291300, -640609800, 0),
(65269, 113, 11, 'El Hoyo', -270287200, -632319700, 0),
(65270, 113, 11, 'Pampa de los Guanacos', -262333300, -618500000, 0),
(65271, 113, 11, 'Quimili', -276333300, -624166700, 0),
(65272, 113, 11, 'San Pedro', -279538600, -651665000, 0),
(65273, 115, 11, 'Famailla', -270541300, -654032900, 0),
(65274, 115, 11, 'Monteros', -271674200, -654983200, 0),
(65275, 115, 11, 'Tafi del Valle', -268527500, -657098300, 0),
(65276, 117, 12, 'Arevshat', 400396300, 445417900, 0),
(65277, 117, 12, 'Avshar', 398536000, 446793000, 0),
(65278, 117, 12, 'Sayat''-Nova', 400742800, 443984600, 0),
(65279, 118, 12, 'Metsamor', 401448100, 441199800, 0),
(65280, 119, 12, 'Gavarr', 403539800, 451238600, 0),
(65281, 119, 12, 'Tsovinar', 401570100, 454613200, 0),
(65282, 120, 12, 'Balahovit', 402537300, 446042600, 0),
(65283, 120, 12, 'Byureghavan', 403148500, 445939600, 0),
(65284, 120, 12, 'Nor Geghi', 403210500, 445802700, 0),
(65285, 120, 12, 'Nor Gyugh', 402673000, 446563000, 0),
(65286, 121, 12, 'Gugark''', 408046000, 445402500, 0),
(65287, 122, 12, 'Akhuryan', 407800300, 439002700, 0),
(65288, 122, 12, 'Amasia', 409544200, 437872000, 0),
(65289, 123, 12, 'Brrnakot''', 394974200, 459724100, 0),
(65290, 123, 12, 'Goris', 395128800, 463381600, 0),
(65291, 123, 12, 'Khndzoresk', 395122400, 464328400, 0),
(65292, 123, 12, 'Meghri', 389029200, 462445800, 0),
(65293, 124, 12, 'Bagratashen', 412435800, 448173700, 0),
(65294, 124, 12, 'Berd', 408814900, 453898500, 0),
(65295, 124, 12, 'Ijevan', 408783200, 451492200, 0),
(65296, 124, 12, 'Noyemberyan', 411724400, 449991700, 0),
(65297, 125, 12, 'Jermuk', 398417300, 456723000, 0),
(65298, 128, 14, 'Aranda', -352581700, 1490804000, 0),
(65299, 128, 14, 'Chapman', -353562100, 1490374200, 0),
(65300, 128, 14, 'Crace', -352028200, 1491073600, 0),
(65301, 128, 14, 'Duntroon', -353000000, 1491666700, 0),
(65302, 128, 14, 'Evatt', -352119100, 1490689100, 0),
(65303, 128, 14, 'Fisher', -353612600, 1490570400, 0),
(65304, 128, 14, 'Florey', -352258800, 1490500000, 0),
(65305, 128, 14, 'Higgins', -352324200, 1490272000, 0),
(65306, 128, 14, 'Holder', -353343900, 1490461400, 0),
(65307, 128, 14, 'Isaacs', -353686200, 1491155500, 0),
(65308, 128, 14, 'Melba', -352101600, 1490540500, 0),
(65309, 128, 14, 'Pearce', -353622200, 1490833800, 0),
(65310, 128, 14, 'Russell', -352976800, 1491509900, 0),
(65311, 128, 14, 'Weetangerra', -352500000, 1490500000, 0),
(65312, 129, 14, 'Aberdare', -328333300, 1513666700, 0),
(65313, 129, 14, 'Aberdeen', -321658800, 1508900300, 0),
(65314, 129, 14, 'Adelong', -353166700, 1480500000, 0),
(65315, 129, 14, 'Alleena', -340833300, 1471333300, 0),
(65316, 129, 14, 'Alpine', -344166700, 1505166700, 0),
(65317, 129, 14, 'Alston', -339833300, 1489833300, 0),
(65318, 129, 14, 'Amaroo', -331833300, 1489333300, 0),
(65319, 129, 14, 'Anna Bay', -327813500, 1520858600, 0),
(65320, 129, 14, 'Appleby', -309666700, 1508500000, 0),
(65321, 129, 14, 'Arcadia', -330666700, 1515833300, 0),
(65322, 129, 14, 'Ashley', -293166700, 1498166700, 0),
(65323, 129, 14, 'Athol', -335500000, 1493000000, 0),
(65324, 129, 14, 'Austral', -339274500, 1508081100, 0),
(65325, 129, 14, 'Avoca Beach', -334681800, 1514339000, 0),
(65326, 129, 14, 'Avon Dam', -343500000, 1506333300, 0),
(65327, 129, 14, 'Bagnoo', -314666700, 1525333300, 0),
(65328, 129, 14, 'Baldry', -328666700, 1485000000, 0),
(65329, 129, 14, 'Baldwin', -308166700, 1506000000, 0),
(65330, 129, 14, 'Bandon', -335000000, 1483000000, 0),
(65331, 129, 14, 'Barham', -356239900, 1441265300, 0),
(65332, 129, 14, 'Barooga', -359060200, 1456958500, 0),
(65333, 129, 14, 'Barraba', -303854700, 1506090100, 0),
(65334, 129, 14, 'Batehaven', -357375700, 1501983600, 0),
(65335, 129, 14, 'Batlow', -355190600, 1481459700, 0),
(65336, 129, 14, 'Beanbri', -299500000, 1484166700, 0),
(65337, 129, 14, 'Belbora', -320333300, 1521833300, 0),
(65338, 129, 14, 'Belford', -326666700, 1512833300, 0),
(65339, 129, 14, 'Belgravia', -331166700, 1490500000, 0),
(65340, 129, 14, 'Bellata', -299166700, 1497833300, 0),
(65341, 129, 14, 'Bellbird', -328599200, 1513187300, 0),
(65342, 129, 14, 'Bellingen', -304529400, 1528991100, 0),
(65343, 129, 14, 'Berkshire Park', -336728300, 1507752300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(65344, 129, 14, 'Bermagui', -364190000, 1500635500, 0),
(65345, 129, 14, 'Berrara', -352015100, 1505529600, 0),
(65346, 129, 14, 'Berrima', -344876500, 1503390400, 0),
(65347, 129, 14, 'Bilpin', -335000000, 1505333300, 0),
(65348, 129, 14, 'Bingara', -298693100, 1505720400, 0),
(65349, 129, 14, 'Birmingham Gardens', -328936800, 1516900900, 0),
(65350, 129, 14, 'Blackheath', -336337500, 1502857600, 0),
(65351, 129, 14, 'Blayney', -335323300, 1492536700, 0),
(65352, 129, 14, 'Blighty', -355833300, 1453500000, 0),
(65353, 129, 14, 'Blue Bay', -333541300, 1515002400, 0),
(65354, 129, 14, 'Bodalla', -360911800, 1500506100, 0),
(65355, 129, 14, 'Booti-Booti', -323166700, 1525166700, 0),
(65356, 129, 14, 'Boro', -351500000, 1496666700, 0),
(65357, 129, 14, 'Bow', -321333300, 1502333300, 0),
(65358, 129, 14, 'Bowen Mountain', -335719200, 1506256300, 0),
(65359, 129, 14, 'Bowenfels', -335166700, 1501166700, 0),
(65360, 129, 14, 'Bradbury', -340854000, 1508154100, 0),
(65361, 129, 14, 'Branga', -311666700, 1515500000, 0),
(65362, 129, 14, 'Brassi', -355000000, 1447500000, 0),
(65363, 129, 14, 'Brawlin', -347333300, 1480333300, 0),
(65364, 129, 14, 'Breadalbane', -348000000, 1494833300, 0),
(65365, 129, 14, 'Bredbo', -359500000, 1491500000, 0),
(65366, 129, 14, 'Brewer', -334333300, 1461333300, 0),
(65367, 129, 14, 'Brightwaters', -331135700, 1515447200, 0),
(65368, 129, 14, 'Bringle', -314166700, 1487833300, 0),
(65369, 129, 14, 'Brolgan', -331333300, 1480666700, 0),
(65370, 129, 14, 'Brombin', -314666700, 1526500000, 0),
(65371, 129, 14, 'Broulee', -358546900, 1501739200, 0),
(65372, 129, 14, 'Brundee', -349000000, 1506833300, 0),
(65373, 129, 14, 'Budden', -325000000, 1500833300, 0),
(65374, 129, 14, 'Bulgary', -350666700, 1469666700, 0),
(65375, 129, 14, 'Bullaburra', -337292200, 1504176600, 0),
(65376, 129, 14, 'Bulliac', -319166700, 1520333300, 0),
(65377, 129, 14, 'Bundanoon', -346585100, 1502991300, 0),
(65378, 129, 14, 'Bundook', -318833300, 1521333300, 0),
(65379, 129, 14, 'Bunyah', -321666700, 1522166700, 0),
(65380, 129, 14, 'Burcher', -335333300, 1472500000, 0),
(65381, 129, 14, 'Burdett', -334166700, 1486000000, 0),
(65382, 129, 14, 'Burns', -320833300, 1410000000, 0),
(65383, 129, 14, 'Burren Junction', -301166700, 1489666700, 0),
(65384, 129, 14, 'Buttaba', -330532700, 1515786600, 0),
(65385, 129, 14, 'Buxton', -342601700, 1505328800, 0),
(65386, 129, 14, 'Byrock', -306500000, 1464000000, 0),
(65387, 129, 14, 'Bywong', -351647600, 1493289200, 0),
(65388, 129, 14, 'Cadgee', -361500000, 1499166700, 0),
(65389, 129, 14, 'Cal Lal', -340666700, 1410833300, 0),
(65390, 129, 14, 'Calleen', -337833300, 1471000000, 0),
(65391, 129, 14, 'Cambewarra', -348233500, 1505594000, 0),
(65392, 129, 14, 'Candelo', -367676700, 1496946700, 0),
(65393, 129, 14, 'Carcoar', -336000000, 1491333300, 0),
(65394, 129, 14, 'Cargo', -334240600, 1488090400, 0),
(65395, 129, 14, 'Carinda', -304666700, 1476833300, 0),
(65396, 129, 14, 'Caringbah', -340500000, 1511333300, 0),
(65397, 129, 14, 'Carlton', -339710700, 1511213600, 0),
(65398, 129, 14, 'Caroda', -300000000, 1504000000, 0),
(65399, 129, 14, 'Carrathool', -344166700, 1454333300, 0),
(65400, 129, 14, 'Carroll', -309833300, 1504333300, 0),
(65401, 129, 14, 'Cascade', -302333300, 1527833300, 0),
(65402, 129, 14, 'Casino', -288581900, 1530474800, 0),
(65403, 129, 14, 'Central Bucca', -302000000, 1531000000, 0),
(65404, 129, 14, 'Charbon', -328833300, 1499666700, 0),
(65405, 129, 14, 'Chatham', -319000000, 1524833300, 0),
(65406, 129, 14, 'Chiswick', -338499600, 1511384600, 0),
(65407, 129, 14, 'Cobbitty', -340159200, 1506785400, 0),
(65408, 129, 14, 'Coleambally', -348038800, 1458803600, 0),
(65409, 129, 14, 'Coledale', -342833300, 1509500000, 0),
(65410, 129, 14, 'Collarenebri', -295437900, 1485758700, 0),
(65411, 129, 14, 'Collerina', -296833300, 1466333300, 0),
(65412, 129, 14, 'Commissioners Creek', -285000000, 1533166700, 0),
(65413, 129, 14, 'Conargo', -353166700, 1451500000, 0),
(65414, 129, 14, 'Condobolin', -330880500, 1471451400, 0),
(65415, 129, 14, 'Coolah', -318278700, 1497156400, 0),
(65416, 129, 14, 'Coolamon', -348179000, 1472008400, 0),
(65417, 129, 14, 'Cooper', -350166700, 1497166700, 0),
(65418, 129, 14, 'Coopernook', -318254200, 1526113700, 0),
(65419, 129, 14, 'Copeland', -320000000, 1518333300, 0),
(65420, 129, 14, 'Coraki', -289933200, 1532821200, 0),
(65421, 129, 14, 'Coramba', -302202400, 1530133500, 0),
(65422, 129, 14, 'Corang', -352000000, 1500166700, 0),
(65423, 129, 14, 'Coreen', -357666700, 1463500000, 0),
(65424, 129, 14, 'Corowa', -359996200, 1463858000, 0),
(65425, 129, 14, 'Craboon', -320333300, 1494500000, 0),
(65426, 129, 14, 'Craven', -321500000, 1519333300, 0),
(65427, 129, 14, 'Crestwood', -353484400, 1492175800, 0),
(65428, 129, 14, 'Croudace Bay', -330048100, 1516481900, 0),
(65429, 129, 14, 'Cudgen', -282666700, 1535500000, 0),
(65430, 129, 14, 'Cumnock', -329306200, 1487548700, 0),
(65431, 129, 14, 'Curban', -315500000, 1486000000, 0),
(65432, 129, 14, 'Dargan', -334896200, 1502503600, 0),
(65433, 129, 14, 'Darling Point', -338708300, 1512388900, 0),
(65434, 129, 14, 'Davidson', -337429700, 1512008000, 0),
(65435, 129, 14, 'Davistown', -334833300, 1513666700, 0),
(65436, 129, 14, 'Deer Park', -340666700, 1510833300, 0),
(65437, 129, 14, 'Deniliquin', -355274100, 1449595800, 0),
(65438, 129, 14, 'Denman', -323878800, 1506893500, 0),
(65439, 129, 14, 'Dorrigo', -303411200, 1527139400, 0),
(65440, 129, 14, 'Drake', -289333300, 1524000000, 0),
(65441, 129, 14, 'Dromore', -323000000, 1438500000, 0),
(65442, 129, 14, 'Dudley', -329937300, 1517219700, 0),
(65443, 129, 14, 'Dundee', -295666700, 1518333300, 0),
(65444, 129, 14, 'Dunedoo', -320163400, 1493871000, 0),
(65445, 129, 14, 'Dungog', -324003200, 1517575800, 0),
(65446, 129, 14, 'Dunoon', -286823400, 1533174700, 0),
(65447, 129, 14, 'Durren Durren', -332000000, 1514000000, 0),
(65448, 129, 14, 'East Hills', -339666700, 1509833300, 0),
(65449, 129, 14, 'East Kurrajong', -335055000, 1507942700, 0),
(65450, 129, 14, 'Eastgardens', -339450900, 1512257900, 0),
(65451, 129, 14, 'Eatonsville', -296333300, 1528333300, 0),
(65452, 129, 14, 'Ebenezer', -335198300, 1508863100, 0),
(65453, 129, 14, 'Eden', -370632200, 1499040100, 0),
(65454, 129, 14, 'Edgeroi', -301000000, 1498000000, 0),
(65455, 129, 14, 'Ellis Lane', -340328800, 1506782300, 0),
(65456, 129, 14, 'Elsmore', -298166700, 1512666700, 0),
(65457, 129, 14, 'Englorie Park', -340804100, 1507961300, 0),
(65458, 129, 14, 'Eugowra', -334273000, 1483713900, 0),
(65459, 129, 14, 'Euston', -345744000, 1427447800, 0),
(65460, 129, 14, 'Farley', -327333300, 1515166700, 0),
(65461, 129, 14, 'Farnham', -328500000, 1490833300, 0),
(65462, 129, 14, 'Faulconbridge', -337000000, 1505333300, 0),
(65463, 129, 14, 'Forest Reefs', -334644700, 1490790400, 0),
(65464, 129, 14, 'Freemans Reach', -335579400, 1507955300, 0),
(65465, 129, 14, 'Garland', -337166700, 1490333300, 0),
(65466, 129, 14, 'Gaspard', -314833300, 1508166700, 0),
(65467, 129, 14, 'Gemalla', -335333300, 1498333300, 0),
(65468, 129, 14, 'Geneva', -286219100, 1529890200, 0),
(65469, 129, 14, 'Gerringong', -347470200, 1508280900, 0),
(65470, 129, 14, 'Gerroa', -347691200, 1508101400, 0),
(65471, 129, 14, 'Giro', -317166700, 1518000000, 0),
(65472, 129, 14, 'Girvan', -324666700, 1520666700, 0),
(65473, 129, 14, 'Glenbog', -365833300, 1493500000, 0),
(65474, 129, 14, 'Glenfield', -339666700, 1509000000, 0),
(65475, 129, 14, 'Glenken', -359500000, 1477500000, 0),
(65476, 129, 14, 'Glenoak', -326166700, 1517166700, 0),
(65477, 129, 14, 'Gollan', -322666700, 1490833300, 0),
(65478, 129, 14, 'Goonellabah', -288166700, 1533166700, 0),
(65479, 129, 14, 'Goonengerry', -286166700, 1534333300, 0),
(65480, 129, 14, 'Gorokan', -332574200, 1515113400, 0),
(65481, 129, 14, 'Gourlay', -366833300, 1496500000, 0),
(65482, 129, 14, 'Gowrie', -313500000, 1508500000, 0),
(65483, 129, 14, 'Grattai', -326833300, 1494833300, 0),
(65484, 129, 14, 'Green Point', -322492800, 1525161700, 0),
(65485, 129, 14, 'Green Valley', -339029200, 1508671300, 0),
(65486, 129, 14, 'Greenmantle', -339333300, 1491000000, 0),
(65487, 129, 14, 'Grogan', -343166700, 1478000000, 0),
(65488, 129, 14, 'Gundary', -348333300, 1497666700, 0),
(65489, 129, 14, 'Gundy', -320166700, 1510000000, 0),
(65490, 129, 14, 'Gunning', -347825200, 1492662400, 0),
(65491, 129, 14, 'Gymea Bay', -340500000, 1510833300, 0),
(65492, 129, 14, 'Hadley', -342000000, 1495666700, 0),
(65493, 129, 14, 'Halton', -323166700, 1515166700, 0),
(65494, 129, 14, 'Hamlyn Terrace', -332541100, 1514708800, 0),
(65495, 129, 14, 'Hammondville', -339507400, 1509598400, 0),
(65496, 129, 14, 'Hannan', -336166700, 1464166700, 0),
(65497, 129, 14, 'Hanwood', -343309500, 1460413700, 0),
(65498, 129, 14, 'Harwood', -294257500, 1532418200, 0),
(65499, 129, 14, 'Havilah', -326333300, 1497666700, 0),
(65500, 129, 14, 'Heckenberg', -339082800, 1508898200, 0),
(65501, 129, 14, 'Hernani', -302833300, 1524000000, 0),
(65502, 129, 14, 'Hexham', -328333300, 1516833300, 0),
(65503, 129, 14, 'Hill Top', -343479200, 1504955000, 0),
(65504, 129, 14, 'Hillgrove', -305666700, 1519000000, 0),
(65505, 129, 14, 'Hillvue', -311275600, 1509071100, 0),
(65506, 129, 14, 'Hinchinbrook', -339187800, 1508631400, 0),
(65507, 129, 14, 'Hinton', -327146700, 1516489900, 0),
(65508, 129, 14, 'Holbrook', -357218900, 1473138700, 0),
(65509, 129, 14, 'Holgate', -334000000, 1514166700, 0),
(65510, 129, 14, 'Holroyd', -338333300, 1509500000, 0),
(65511, 129, 14, 'Horsley', -344876300, 1507779900, 0),
(65512, 129, 14, 'Howell', -299500000, 1510333300, 0),
(65513, 129, 14, 'Howlong', -359791800, 1466251400, 0),
(65514, 129, 14, 'Huntley', -333695000, 1491343000, 0),
(65515, 129, 14, 'Ingleba', -312000000, 1514333300, 0),
(65516, 129, 14, 'Jawbone', -324833300, 1489666700, 0),
(65517, 129, 14, 'Jeogla', -305666700, 1521166700, 0),
(65518, 129, 14, 'Jindera', -359547400, 1468885200, 0),
(65519, 129, 14, 'Jugiong', -348333300, 1483333300, 0),
(65520, 129, 14, 'Kalkite', -363333300, 1486333300, 0),
(65521, 129, 14, 'Kandos', -328577200, 1499683200, 0),
(65522, 129, 14, 'Kangy Angy', -333188000, 1513964400, 0),
(65523, 129, 14, 'Kanwal', -332539100, 1514917700, 0),
(65524, 129, 14, 'Karabar', -353759500, 1492328000, 0),
(65525, 129, 14, 'Karangi', -302666700, 1530500000, 0),
(65526, 129, 14, 'Kareela', -340166700, 1510833300, 0),
(65527, 129, 14, 'Karuah', -326538900, 1519604000, 0),
(65528, 129, 14, 'Keepit', -308333300, 1505166700, 0),
(65529, 129, 14, 'Kelvin', -308166700, 1503333300, 0),
(65530, 129, 14, 'Kembla', -344333300, 1508166700, 0),
(65531, 129, 14, 'Kenmore', -347166700, 1497500000, 0),
(65532, 129, 14, 'Kentlyn', -340603600, 1508654000, 0),
(65533, 129, 14, 'Kentucky', -307666700, 1514500000, 0),
(65534, 129, 14, 'Kincumber', -334833300, 1514166700, 0),
(65535, 129, 14, 'Kincumber South', -334833300, 1513833300, 0),
(65536, 129, 14, 'Kings Langley', -337500500, 1509354200, 0),
(65537, 129, 14, 'Kirkham', -340387800, 1507111000, 0),
(65538, 129, 14, 'Kurmond', -335533200, 1506946600, 0),
(65539, 129, 14, 'Kurrajong Heights', -335277200, 1506290700, 0),
(65540, 129, 14, 'Kurri Kurri', -328193300, 1514790800, 0),
(65541, 129, 14, 'Kywong', -349833300, 1467333300, 0),
(65542, 129, 14, 'Ladysmith', -352090600, 1475125300, 0),
(65543, 129, 14, 'Laguna', -329833300, 1511333300, 0),
(65544, 129, 14, 'Lake Albert', -351666700, 1473833300, 0),
(65545, 129, 14, 'Leigh', -302500000, 1527166700, 0),
(65546, 129, 14, 'Lemon Tree Passage', -327315800, 1520371900, 0),
(65547, 129, 14, 'Leura', -337166700, 1503333300, 0),
(65548, 129, 14, 'Liddell', -324166700, 1510333300, 0),
(65549, 129, 14, 'Lidster', -332833300, 1490166700, 0),
(65550, 129, 14, 'Limbri', -310500000, 1511500000, 0),
(65551, 129, 14, 'Liston', -286500000, 1520833300, 0),
(65552, 129, 14, 'Lloyd', -351507100, 1473370700, 0),
(65553, 129, 14, 'Lockhart', -352222200, 1467242000, 0),
(65554, 129, 14, 'Lowanna', -302166700, 1529000000, 0),
(65555, 129, 14, 'Lower Portland', -334500000, 1508833300, 0),
(65556, 129, 14, 'Magenta', -333146800, 1515209500, 0),
(65557, 129, 14, 'Maianbar', -340800400, 1511297400, 0),
(65558, 129, 14, 'Malua Bay', -357938200, 1502283300, 0),
(65559, 129, 14, 'Manfred', -333333300, 1437666700, 0),
(65560, 129, 14, 'Mangain', -349166700, 1470333300, 0),
(65561, 129, 14, 'Marlee', -317833300, 1523166700, 0),
(65562, 129, 14, 'Marlow', -353000000, 1498833300, 0),
(65563, 129, 14, 'Marulan', -347083600, 1500096600, 0),
(65564, 129, 14, 'Matcham', -334166700, 1514166700, 0),
(65565, 129, 14, 'Matheson', -297500000, 1515666700, 0),
(65566, 129, 14, 'Mathoura', -358140100, 1449002800, 0),
(65567, 129, 14, 'Matong', -347666700, 1469166700, 0),
(65568, 129, 14, 'Maybole', -299166700, 1515833300, 0),
(65569, 129, 14, 'Mayfair', -334166700, 1465000000, 0),
(65570, 129, 14, 'McAlister', -344500000, 1495833300, 0),
(65571, 129, 14, 'Medowie', -327415000, 1518676000, 0),
(65572, 129, 14, 'Meldrum', -303500000, 1524666700, 0),
(65573, 129, 14, 'Melrose Park', -338149100, 1510720800, 0),
(65574, 129, 14, 'Menangle', -341267500, 1507386800, 0),
(65575, 129, 14, 'Merimbula', -368890100, 1499096100, 0),
(65576, 129, 14, 'Merrima', -369833300, 1492333300, 0),
(65577, 129, 14, 'Metford', -327649700, 1516094000, 0),
(65578, 129, 14, 'Metz', -305666700, 1518666700, 0),
(65579, 129, 14, 'Millie', -298166700, 1495666700, 0),
(65580, 129, 14, 'Milroy', -311500000, 1500500000, 0),
(65581, 129, 14, 'Moama', -361136000, 1447564800, 0),
(65582, 129, 14, 'Modanville', -287219200, 1532955900, 0),
(65583, 129, 14, 'Molong', -330923300, 1488700200, 0),
(65584, 129, 14, 'Moonbah', -365000000, 1485333300, 0),
(65585, 129, 14, 'Mooren', -317000000, 1493333300, 0),
(65586, 129, 14, 'Morago', -353500000, 1446833300, 0),
(65587, 129, 14, 'Morpeth', -327333300, 1516333300, 0),
(65588, 129, 14, 'Mottram', -318500000, 1525833300, 0),
(65589, 129, 14, 'Mulgoa', -338380000, 1506496300, 0),
(65590, 129, 14, 'Mulwala', -359916100, 1460011400, 0),
(65591, 129, 14, 'Mungery', -325500000, 1480000000, 0),
(65592, 129, 14, 'Murrumbateman', -349719900, 1490298500, 0),
(65593, 129, 14, 'Murrumburrah', -345541500, 1483675800, 0),
(65594, 129, 14, 'Myall Lakes', -325016500, 1523065600, 0),
(65595, 129, 14, 'Nambucca', -306333300, 1529833300, 0),
(65596, 129, 14, 'Narooma', -362210100, 1501306200, 0),
(65597, 129, 14, 'Narran', -321333300, 1491000000, 0),
(65598, 129, 14, 'Narromine', -322312100, 1482405200, 0),
(65599, 129, 14, 'Narwee', -339465300, 1510691900, 0),
(65600, 129, 14, 'Neville', -337166700, 1492166700, 0),
(65601, 129, 14, 'Nimbin', -285972600, 1532225400, 0),
(65602, 129, 14, 'North Bourke', -300500000, 1459500000, 0),
(65603, 129, 14, 'North Creek', -288166700, 1536000000, 0),
(65604, 129, 14, 'Nundle', -314649700, 1511263900, 0),
(65605, 129, 14, 'Nyngan', -315608800, 1471881600, 0),
(65606, 129, 14, 'Old Bar', -319694000, 1525880700, 0),
(65607, 129, 14, 'Orient Point', -349110800, 1507513700, 0),
(65608, 129, 14, 'Otford', -342124800, 1510071000, 0),
(65609, 129, 14, 'Ourimbah', -333142400, 1513303100, 0),
(65610, 129, 14, 'Overton', -355000000, 1462666700, 0),
(65611, 129, 14, 'Oyster Bay', -340000000, 1510666700, 0),
(65612, 129, 14, 'Paddington', -338852800, 1512300000, 0),
(65613, 129, 14, 'Pallal', -299166700, 1503833300, 0),
(65614, 129, 14, 'Palmvale', -283666700, 1534833300, 0),
(65615, 129, 14, 'Patonga', -335486500, 1512718800, 0),
(65616, 129, 14, 'Paxton', -329060900, 1512849300, 0),
(65617, 129, 14, 'Pee Dee', -307833300, 1524500000, 0),
(65618, 129, 14, 'Penrose', -345107400, 1507791500, 0),
(65619, 129, 14, 'Pericoe', -371166700, 1496166700, 0),
(65620, 129, 14, 'Pilliga', -303500000, 1489000000, 0),
(65621, 129, 14, 'Platts', -370833300, 1493000000, 0),
(65622, 129, 14, 'Point Piper', -338666700, 1512500000, 0),
(65623, 129, 14, 'Pomeroy', -346666700, 1495000000, 0),
(65624, 129, 14, 'Port Kembla', -344666700, 1509000000, 0),
(65625, 129, 14, 'Primbee', -345035800, 1508795000, 0),
(65626, 129, 14, 'Raleigh', -304500000, 1530166700, 0),
(65627, 129, 14, 'Ramornie Works', -296500000, 1527833300, 0),
(65628, 129, 14, 'Rand', -355833300, 1465833300, 0),
(65629, 129, 14, 'Rannock', -346500000, 1472500000, 0),
(65630, 129, 14, 'Red Rock', -299845300, 1532262300, 0),
(65631, 129, 14, 'Redhead', -330166700, 1517166700, 0),
(65632, 129, 14, 'Rennie', -358166700, 1461333300, 0),
(65633, 129, 14, 'Reno', -350333300, 1480500000, 0),
(65634, 129, 14, 'Rhondda', -329500000, 1515833300, 0),
(65635, 129, 14, 'Rob Roy', -297500000, 1510166700, 0),
(65636, 129, 14, 'Robertson', -345874200, 1505911600, 0),
(65637, 129, 14, 'Rowena', -298000000, 1489166700, 0),
(65638, 129, 14, 'Royalla', -355166700, 1491500000, 0),
(65639, 129, 14, 'Russell Lea', -338588900, 1511411100, 0),
(65640, 129, 14, 'Ruthven', -289333300, 1532833300, 0),
(65641, 129, 14, 'Ryan', -355666700, 1468666700, 0),
(65642, 129, 14, 'Saint Marys', -337833300, 1507833300, 0),
(65643, 129, 14, 'Salt Ash', -327833300, 1519166700, 0),
(65644, 129, 14, 'Saumarez', -305500000, 1515833300, 0),
(65645, 129, 14, 'Scone', -320501400, 1508689300, 0),
(65646, 129, 14, 'Severn', -295666700, 1518666700, 0),
(65647, 129, 14, 'Shalvey', -337275800, 1508066200, 0),
(65648, 129, 14, 'Shaw', -336666700, 1492000000, 0),
(65649, 129, 14, 'Silverton', -318833300, 1412166700, 0),
(65650, 129, 14, 'Sloane', -359166700, 1460166700, 0),
(65651, 129, 14, 'Smithfield', -288000000, 1510333300, 0),
(65652, 129, 14, 'Soldiers Point', -327172100, 1520743600, 0),
(65653, 129, 14, 'Southgate', -295833300, 1530333300, 0),
(65654, 129, 14, 'Springdale Heights', -360309500, 1469478300, 0),
(65655, 129, 14, 'Springfield', -334333300, 1513666700, 0),
(65656, 129, 14, 'St Helens Park', -341047400, 1508136800, 0),
(65657, 129, 14, 'St. Georges Basin', -350898600, 1505980100, 0),
(65658, 129, 14, 'Stephens Creek', -318333300, 1415000000, 0),
(65659, 129, 14, 'Stroud', -324036600, 1519670000, 0),
(65660, 129, 14, 'Surfside', -356953100, 1501994900, 0),
(65661, 129, 14, 'Swan Bay', -290500000, 1533166700, 0),
(65662, 129, 14, 'Tacoma', -332854900, 1514536900, 0),
(65663, 129, 14, 'Tallong', -347166700, 1500833300, 0),
(65664, 129, 14, 'Talmo', -348833300, 1486166700, 0),
(65665, 129, 14, 'Taralga', -344040200, 1498195600, 0),
(65666, 129, 14, 'Tarcoon', -302666700, 1467166700, 0),
(65667, 129, 14, 'Tarraganda', -366609500, 1498662000, 0),
(65668, 129, 14, 'Tarrawanna', -343780600, 1508875000, 0),
(65669, 129, 14, 'Tatham', -289333300, 1531666700, 0),
(65670, 129, 14, 'Tathra', -367312600, 1499832800, 0),
(65671, 129, 14, 'Tea Gardens', -326635100, 1521540400, 0),
(65672, 129, 14, 'Terranora', -282000000, 1535500000, 0),
(65673, 129, 14, 'The Glebe', -338794400, 1511863900, 0),
(65674, 129, 14, 'The Mole', -291000000, 1517500000, 0),
(65675, 129, 14, 'The Oaks', -340799500, 1505699800, 0),
(65676, 129, 14, 'The Risk', -284666700, 1529333300, 0),
(65677, 129, 14, 'The Rock', -352680200, 1471141700, 0),
(65678, 129, 14, 'The Vale', -337166700, 1438500000, 0),
(65679, 129, 14, 'Thirroul', -343166700, 1509166700, 0),
(65680, 129, 14, 'Tighes Hill', -329073200, 1517509000, 0),
(65681, 129, 14, 'Tingha', -299558800, 1512124600, 0),
(65682, 129, 14, 'Tinonee', -319363400, 1524142500, 0),
(65683, 129, 14, 'Tolland', -351452100, 1473516200, 0),
(65684, 129, 14, 'Tomalla', -318500000, 1514666700, 0),
(65685, 129, 14, 'Toowoon Bay', -333581200, 1514971300, 0),
(65686, 129, 14, 'Toukley', -332636700, 1515384100, 0),
(65687, 129, 14, 'Townsend', -294662100, 1532207400, 0),
(65688, 129, 14, 'Tregear', -337456200, 1507929400, 0),
(65689, 129, 14, 'Trundle', -329248200, 1477105400, 0),
(65690, 129, 14, 'Tubbul', -342666700, 1479833300, 0),
(65691, 129, 14, 'Tura Beach', -368635800, 1499302700, 0),
(65692, 129, 14, 'Turvey Park', -351284900, 1473626400, 0),
(65693, 129, 14, 'Tyndale', -295166700, 1532000000, 0),
(65694, 129, 14, 'Unumgar', -284333300, 1527500000, 0),
(65695, 129, 14, 'Uranquinty', -351935100, 1472460000, 0),
(65696, 129, 14, 'Urunga', -304970100, 1530142200, 0),
(65697, 129, 14, 'Utopia', -362000000, 1498166700, 0),
(65698, 129, 14, 'Verona', -364666700, 1498166700, 0),
(65699, 129, 14, 'Walcha', -309849300, 1515933500, 0),
(65700, 129, 14, 'Walgett', -300246100, 1481156600, 0),
(65701, 129, 14, 'Wallgrove', -337833300, 1508500000, 0),
(65702, 129, 14, 'Wandera', -296833300, 1511666700, 0),
(65703, 129, 14, 'Warburn', -341666700, 1459166700, 0),
(65704, 129, 14, 'Wardell', -289489300, 1534650600, 0),
(65705, 129, 14, 'Warilla', -345518500, 1508583100, 0),
(65706, 129, 14, 'Warkton', -314000000, 1493000000, 0),
(65707, 129, 14, 'Warners Bay', -329725100, 1516526800, 0),
(65708, 129, 14, 'Warrah', -316500000, 1506500000, 0),
(65709, 129, 14, 'Warral', -311500000, 1508666700, 0),
(65710, 129, 14, 'Warrimoo', -337166700, 1506000000, 0),
(65711, 129, 14, 'Warroo', -333333300, 1475833300, 0),
(65712, 129, 14, 'Watanobbi', -332677200, 1514224600, 0),
(65713, 129, 14, 'Wee Waa', -302266000, 1494404100, 0),
(65714, 129, 14, 'West Lynne', -365166700, 1485500000, 0),
(65715, 129, 14, 'West Wallsend', -329000000, 1515833300, 0),
(65716, 129, 14, 'Weston', -328109500, 1514366500, 0),
(65717, 129, 14, 'Wherrol Flat', -318000000, 1522500000, 0),
(65718, 129, 14, 'Whitebridge', -329833300, 1517166700, 0),
(65719, 129, 14, 'Whitton', -345186800, 1461850600, 0),
(65720, 129, 14, 'Willala', -308000000, 1498666700, 0),
(65721, 129, 14, 'Williamtown', -328166700, 1518500000, 0),
(65722, 129, 14, 'Willina', -321666700, 1522833300, 0),
(65723, 129, 14, 'Wilton', -342405300, 1506977100, 0),
(65724, 129, 14, 'Wingham', -318667600, 1523698900, 0),
(65725, 129, 14, 'Winston Hills', -337764500, 1509805100, 0),
(65726, 129, 14, 'Wirega', -339166700, 1482500000, 0),
(65727, 129, 14, 'Woerden', -325500000, 1517333300, 0),
(65728, 129, 14, 'Wollombi', -329500000, 1511333300, 0),
(65729, 129, 14, 'Wollongbar', -288250600, 1534147800, 0),
(65730, 129, 14, 'Wollun', -308333300, 1514333300, 0),
(65731, 129, 14, 'Woolgoolga', -301105800, 1532006700, 0),
(65732, 129, 14, 'Woolwich', -338401900, 1511693900, 0),
(65733, 129, 14, 'Woombah', -293666700, 1532833300, 0),
(65734, 129, 14, 'Woongarrah', -332312000, 1514845700, 0),
(65735, 129, 14, 'Wootton', -323000000, 1523000000, 0),
(65736, 129, 14, 'Wyalong', -339333300, 1472500000, 0),
(65737, 129, 14, 'Wyee', -331825200, 1514880400, 0),
(65738, 129, 14, 'Wyongah', -332730700, 1514891100, 0),
(65739, 129, 14, 'Yalama', -357000000, 1449166700, 0),
(65740, 129, 14, 'Yarrans', -337666700, 1469166700, 0),
(65741, 129, 14, 'Yarrari', -308333300, 1503166700, 0),
(65742, 129, 14, 'Yellow Rock', -336965700, 1506420400, 0),
(65743, 129, 14, 'Yowie Bay', -340500000, 1511000000, 0),
(65744, 130, 14, 'Araluen', -236960100, 1338540000, 0),
(65745, 130, 14, 'Baines', -159828000, 1294995800, 0),
(65746, 130, 14, 'Bayview', -124380900, 1308586900, 0),
(65747, 130, 14, 'Beswick', -145580200, 1331150800, 0),
(65748, 130, 14, 'Driver', -124860200, 1309753900, 0),
(65749, 130, 14, 'Eaton', -124124000, 1308807000, 0),
(65750, 130, 14, 'Farrar', -124802800, 1309982000, 0),
(65751, 130, 14, 'Finke', -255666700, 1345833300, 0),
(65752, 130, 14, 'Gillen', -237091500, 1338659600, 0),
(65753, 130, 14, 'Gunn', -124876500, 1309932200, 0),
(65754, 130, 14, 'Kakadu', -128685000, 1324739800, 0),
(65755, 130, 14, 'Lajamanu', -183369900, 1306390700, 0),
(65756, 130, 14, 'Laramba', -225434400, 1327623600, 0),
(65757, 130, 14, 'Ludmilla', -124203200, 1308550600, 0),
(65758, 130, 14, 'Marrara', -124004100, 1308929000, 0),
(65759, 130, 14, 'Milingimbi', -121018800, 1349190100, 0),
(65760, 130, 14, 'Millner', -123918600, 1308625200, 0),
(65761, 130, 14, 'Nakara', -123705400, 1308772800, 0),
(65762, 130, 14, 'Nauiyu', -137425000, 1306955500, 0),
(65763, 130, 14, 'Palumpa', -143511100, 1298816200, 0),
(65764, 130, 14, 'Papunya', -232045100, 1319121600, 0),
(65765, 130, 14, 'Uralla', -144911400, 1322983500, 0),
(65766, 130, 14, 'Wilton', -144357200, 1349185000, 0),
(65767, 131, 14, 'Ackland', -273000000, 1516833300, 0),
(65768, 131, 14, 'Alexandra Headland', -266720000, 1531078700, 0),
(65769, 131, 14, 'Allora', -280348400, 1519805800, 0),
(65770, 131, 14, 'Alloway', -249568200, 1523598100, 0),
(65771, 131, 14, 'Alpha', -236491500, 1466398500, 0),
(65772, 131, 14, 'Ambrose', -238000000, 1509333300, 0),
(65773, 131, 14, 'Anthony', -278833300, 1526666700, 0),
(65774, 131, 14, 'Aramac', -229682800, 1452449600, 0),
(65775, 131, 14, 'Archer', -235833300, 1505833300, 0),
(65776, 131, 14, 'Atherton', -172686400, 1454752200, 0),
(65777, 131, 14, 'Badgen', -274833300, 1532333300, 0),
(65778, 131, 14, 'Bahrs Scrub', -277333300, 1531666700, 0),
(65779, 131, 14, 'Bamaga', -108919700, 1423893400, 0),
(65780, 131, 14, 'Bamford', -173166700, 1449166700, 0),
(65781, 131, 14, 'Banana', -244833300, 1501333300, 0),
(65782, 131, 14, 'Bargara', -248147600, 1524625700, 0),
(65783, 131, 14, 'Barrine', -172000000, 1456333300, 0),
(65784, 131, 14, 'Basalt', -197515600, 1453891900, 0),
(65785, 131, 14, 'Beaudesert', -279869100, 1529965700, 0),
(65786, 131, 14, 'Beecher', -239000000, 1512000000, 0),
(65787, 131, 14, 'Beldene', -270666700, 1486333300, 0),
(65788, 131, 14, 'Bellara', -270639200, 1531495900, 0),
(65789, 131, 14, 'Bentley Park', -170082800, 1457220900, 0),
(65790, 131, 14, 'Bidwill', -256077100, 1527143800, 0),
(65791, 131, 14, 'Biloela', -244166700, 1505000000, 0),
(65792, 131, 14, 'Bingham', -254333300, 1529166700, 0),
(65793, 131, 14, 'Blacks Beach', -210546600, 1491897100, 0),
(65794, 131, 14, 'Blaxland', -272000000, 1513166700, 0),
(65795, 131, 14, 'Bloomfield', -159333300, 1453333300, 0),
(65796, 131, 14, 'Bokarina', -267384300, 1531304900, 0),
(65797, 131, 14, 'Boompa', -255833300, 1521833300, 0),
(65798, 131, 14, 'Booral', -253604800, 1529081000, 0),
(65799, 131, 14, 'Boulia', -229113900, 1399093500, 0),
(65800, 131, 14, 'Bowman', -226500000, 1496666700, 0),
(65801, 131, 14, 'Boyland', -279500000, 1531333300, 0),
(65802, 131, 14, 'Braemar', -256500000, 1522666700, 0),
(65803, 131, 14, 'Brandon', -195538900, 1473530400, 0),
(65804, 131, 14, 'Branyan', -249134700, 1522725100, 0),
(65805, 131, 14, 'Bridges', -265333300, 1529500000, 0),
(65806, 131, 14, 'Brookwater', -276612800, 1528966900, 0),
(65807, 131, 14, 'Bryden', -272666700, 1525833300, 0),
(65808, 131, 14, 'Bucasia', -210349400, 1491572600, 0),
(65809, 131, 14, 'Buccan', -277500000, 1531333300, 0),
(65810, 131, 14, 'Bulwer', -270666700, 1533666700, 0),
(65811, 131, 14, 'Bungalow', -169372900, 1457569600, 0),
(65812, 131, 14, 'Burdell', -192505600, 1466987700, 0),
(65813, 131, 14, 'Byfield', -228333300, 1506666700, 0),
(65814, 131, 14, 'Bymount', -260666700, 1485333300, 0),
(65815, 131, 14, 'Cabanda', -276166700, 1525833300, 0),
(65816, 131, 14, 'Callide', -243166700, 1504666700, 0),
(65817, 131, 14, 'Calvert', -276666700, 1525166700, 0),
(65818, 131, 14, 'Camboon', -250500000, 1504333300, 0),
(65819, 131, 14, 'Capella', -230853100, 1480242800, 0),
(65820, 131, 14, 'Caravonica', -168666300, 1456783900, 0),
(65821, 131, 14, 'Carbrook', -276833300, 1532500000, 0),
(65822, 131, 14, 'Carmila', -219166700, 1494166700, 0),
(65823, 131, 14, 'Carrar', -207500000, 1431000000, 0),
(65824, 131, 14, 'Carseldine', -273475300, 1530230700, 0),
(65825, 131, 14, 'Cassidy', -186333300, 1463333300, 0),
(65826, 131, 14, 'Cawdor', -274666700, 1519000000, 0),
(65827, 131, 14, 'Centenary Heights', -275868400, 1519624900, 0),
(65828, 131, 14, 'Charters Towers', -200767100, 1462635400, 0),
(65829, 131, 14, 'Clifton', -279337400, 1519066000, 0),
(65830, 131, 14, 'Clifton Beach', -167631300, 1456716700, 0),
(65831, 131, 14, 'Clinton', -238751800, 1512179300, 0),
(65832, 131, 14, 'Clumber', -280666700, 1524666700, 0),
(65833, 131, 14, 'Collingwood Park', -276128200, 1528600800, 0),
(65834, 131, 14, 'Conondale', -267333300, 1527166700, 0),
(65835, 131, 14, 'Conway', -204166700, 1487000000, 0),
(65836, 131, 14, 'Coochin', -280988600, 1526430100, 0),
(65837, 131, 14, 'Cooktown', -154702800, 1452498600, 0),
(65838, 131, 14, 'Coolana', -275333300, 1525500000, 0),
(65839, 131, 14, 'Coolbie', -189166700, 1462666700, 0),
(65840, 131, 14, 'Coolum', -265500000, 1530833300, 0),
(65841, 131, 14, 'Copperfield', -228500000, 1476166700, 0),
(65842, 131, 14, 'Corella', -261000000, 1526333300, 0),
(65843, 131, 14, 'Cottonvale', -277166700, 1524666700, 0),
(65844, 131, 14, 'Cowley', -176833300, 1460500000, 0),
(65845, 131, 14, 'Craiglie', -165133100, 1454643700, 0),
(65846, 131, 14, 'Cranbrook', -193055300, 1467528600, 0),
(65847, 131, 14, 'Croftby', -281333300, 1525666700, 0),
(65848, 131, 14, 'Cucania', -172500000, 1459166700, 0),
(65849, 131, 14, 'Cunningham', -281500000, 1518500000, 0),
(65850, 131, 14, 'Currajong', -192756600, 1467791800, 0),
(65851, 131, 14, 'Cutella', -274500000, 1518166700, 0),
(65852, 131, 14, 'Cynthia', -252166700, 1511333300, 0),
(65853, 131, 14, 'Dayboro', -271963200, 1528225200, 0),
(65854, 131, 14, 'Daymar', -286166700, 1489833300, 0),
(65855, 131, 14, 'Delta', -200166700, 1481833300, 0),
(65856, 131, 14, 'Deuchar', -281166700, 1519500000, 0),
(65857, 131, 14, 'Dobbyn', -198000000, 1400000000, 0),
(65858, 131, 14, 'Donaldson', -198666700, 1403666700, 0),
(65859, 131, 14, 'Doonan', -264656600, 1529918300, 0),
(65860, 131, 14, 'Draper', -273526300, 1529065400, 0),
(65861, 131, 14, 'Eagle Heights', -279193200, 1531993600, 0),
(65862, 131, 14, 'Earlville', -169471100, 1457315200, 0),
(65863, 131, 14, 'Elanora', -281357700, 1534493100, 0),
(65864, 131, 14, 'Elimbah', -270166700, 1529500000, 0),
(65865, 131, 14, 'Emu Vale', -282333300, 1522500000, 0),
(65866, 131, 14, 'Eudlo', -267333300, 1529666700, 0),
(65867, 131, 14, 'Eurella', -265833300, 1482500000, 0),
(65868, 131, 14, 'Fanning', -199166700, 1465500000, 0),
(65869, 131, 14, 'Federal', -263942100, 1528075900, 0),
(65870, 131, 14, 'Flaxton', -266571200, 1528641000, 0),
(65871, 131, 14, 'Fletcher', -287666700, 1518500000, 0),
(65872, 131, 14, 'Flinton', -278833300, 1495666700, 0),
(65873, 131, 14, 'Garbutt', -192565700, 1467658100, 0),
(65874, 131, 14, 'Gayndah', -256252200, 1516114400, 0),
(65875, 131, 14, 'Geengee', -274333300, 1519833300, 0),
(65876, 131, 14, 'Gilliat', -207000000, 1415000000, 0),
(65877, 131, 14, 'Gillies', -174333300, 1456000000, 0),
(65878, 131, 14, 'Gilmore', -175333300, 1449333300, 0),
(65879, 131, 14, 'Glen Aplin', -287378000, 1518803600, 0),
(65880, 131, 14, 'Glencarth', -268500000, 1503666700, 0),
(65881, 131, 14, 'Glenden', -213544300, 1481149400, 0),
(65882, 131, 14, 'Godwin Beach', -270861400, 1530986300, 0),
(65883, 131, 14, 'Goodger', -266666700, 1518166700, 0),
(65884, 131, 14, 'Goolboo', -177166700, 1460333300, 0),
(65885, 131, 14, 'Goomeri', -261838300, 1520686600, 0),
(65886, 131, 14, 'Goondi', -175166700, 1460000000, 0),
(65887, 131, 14, 'Goranba', -272833300, 1506000000, 0),
(65888, 131, 14, 'Gore', -282833300, 1514833300, 0),
(65889, 131, 14, 'Gracemere', -234379200, 1504574900, 0),
(65890, 131, 14, 'Grasstree Beach', -213640400, 1493060900, 0),
(65891, 131, 14, 'Grayson', -283000000, 1522666700, 0),
(65892, 131, 14, 'Greenbank', -277166700, 1529833300, 0),
(65893, 131, 14, 'Halifax', -185827100, 1462854600, 0),
(65894, 131, 14, 'Hamilton', -274416700, 1530666700, 0),
(65895, 131, 14, 'Harlin', -269833300, 1523500000, 0),
(65896, 131, 14, 'Heatley', -192903500, 1467535500, 0),
(65897, 131, 14, 'Hector', -212795100, 1492718500, 0),
(65898, 131, 14, 'Helidon', -275531600, 1521239800, 0),
(65899, 131, 14, 'Hewitt', -179666700, 1459333300, 0),
(65900, 131, 14, 'Highfields', -274634300, 1519538600, 0),
(65901, 131, 14, 'Hockley', -165833300, 1454833300, 0),
(65902, 131, 14, 'Hodgson', -265666700, 1486166700, 0),
(65903, 131, 14, 'Holloways Beach', -168420900, 1457392200, 0),
(65904, 131, 14, 'Holmes', -266666700, 1507000000, 0),
(65905, 131, 14, 'Holmview', -277163100, 1531704500, 0),
(65906, 131, 14, 'Home Hill', -196592100, 1474123200, 0),
(65907, 131, 14, 'Horn', -106064800, 1422815900, 0),
(65908, 131, 14, 'Horrane', -275500000, 1512333300, 0),
(65909, 131, 14, 'Horton', -252333300, 1523166700, 0),
(65910, 131, 14, 'Howard', -253193400, 1525598600, 0),
(65911, 131, 14, 'Hudson', -175255800, 1460031000, 0),
(65912, 131, 14, 'Hutton', -257500000, 1486666700, 0),
(65913, 131, 14, 'Injinoo', -110562600, 1422611800, 0),
(65914, 131, 14, 'Inverai', -267833300, 1509500000, 0),
(65915, 131, 14, 'Invicta', -248166700, 1521333300, 0),
(65916, 131, 14, 'Jackson', -266500000, 1496166700, 0),
(65917, 131, 14, 'Jensen', -192457000, 1466528900, 0),
(65918, 131, 14, 'Jubilee Pocket', -202880900, 1487293800, 0),
(65919, 131, 14, 'Kalbar', -279416900, 1526237200, 0),
(65920, 131, 14, 'Karara', -282000000, 1515666700, 0),
(65921, 131, 14, 'Karrabin', -276000000, 1527166700, 0),
(65922, 131, 14, 'Karumba', -174888200, 1408382000, 0),
(65923, 131, 14, 'Kawungan', -253000000, 1528333300, 0),
(65924, 131, 14, 'Kenbula', -236500000, 1503666700, 0),
(65925, 131, 14, 'Kennedy', -182000000, 1459666700, 0),
(65926, 131, 14, 'Kilcoy', -269430000, 1525654400, 0),
(65927, 131, 14, 'Kilkivan', -260868900, 1522340400, 0),
(65928, 131, 14, 'Kobble', -272500000, 1528333300, 0),
(65929, 131, 14, 'Koolboo', -249166700, 1521500000, 0),
(65930, 131, 14, 'Kooringal', -273547200, 1534177800, 0),
(65931, 131, 14, 'Korenan', -244666700, 1516666700, 0),
(65932, 131, 14, 'Kowrowa', -168166700, 1455833300, 0),
(65933, 131, 14, 'Laidley', -276327800, 1523928500, 0),
(65934, 131, 14, 'Lakeside', -255833300, 1521333300, 0),
(65935, 131, 14, 'Langdon', -211000000, 1487666700, 0),
(65936, 131, 14, 'Leslie', -281833300, 1519333300, 0),
(65937, 131, 14, 'Leyburn', -280166700, 1515666700, 0),
(65938, 131, 14, 'Logan City', -276391700, 1531094400, 0),
(65939, 131, 14, 'Lowood', -274655500, 1525762500, 0),
(65940, 131, 14, 'Lucinda', -185278500, 1463312500, 0),
(65941, 131, 14, 'Lytton', -274166700, 1531666700, 0),
(65942, 131, 14, 'Malabar', -275833300, 1525833300, 0),
(65943, 131, 14, 'Mallow', -286333300, 1517833300, 0),
(65944, 131, 14, 'Manton', -196500000, 1468333300, 0),
(65945, 131, 14, 'Marburg', -275660900, 1525970500, 0),
(65946, 131, 14, 'Mareeba', -169950000, 1454232300, 0),
(65947, 131, 14, 'Margate', -272476100, 1530980900, 0),
(65948, 131, 14, 'Marian', -211438600, 1489420900, 0),
(65949, 131, 14, 'Marlborough', -228166700, 1498833300, 0),
(65950, 131, 14, 'Marmor', -236833300, 1507166700, 0),
(65951, 131, 14, 'Maroon', -281833300, 1527166700, 0),
(65952, 131, 14, 'Massie', -281500000, 1519666700, 0),
(65953, 131, 14, 'Maytown', -160500000, 1442833300, 0),
(65954, 131, 14, 'Mentana', -162500000, 1414166700, 0),
(65955, 131, 14, 'Merinda', -200169300, 1481633800, 0),
(65956, 131, 14, 'Meringandan', -274333300, 1519166700, 0),
(65957, 131, 14, 'Merrimac', -280508500, 1533730700, 0),
(65958, 131, 14, 'Michael Creek', -188333300, 1458833300, 0),
(65959, 131, 14, 'Middle Park', -275559600, 1529222300, 0),
(65960, 131, 14, 'Miles', -266583600, 1501882200, 0),
(65961, 131, 14, 'Minerva', -239666700, 1481166700, 0),
(65962, 131, 14, 'Mingela', -198833300, 1466333300, 0),
(65963, 131, 14, 'Mondure', -261833300, 1517666700, 0),
(65964, 131, 14, 'Mons', -266916400, 1530250100, 0),
(65965, 131, 14, 'Montville', -266833300, 1528833300, 0),
(65966, 131, 14, 'Moongan', -236000000, 1504000000, 0),
(65967, 131, 14, 'Moore Park', -247154500, 1522757900, 0),
(65968, 131, 14, 'Moorland', -247500000, 1521833300, 0),
(65969, 131, 14, 'Morella', -229666700, 1438666700, 0),
(65970, 131, 14, 'Mornington', -166650900, 1391794900, 0),
(65971, 131, 14, 'Mossman', -164600500, 1453742100, 0),
(65972, 131, 14, 'Mount Fox', -188166700, 1458333300, 0),
(65973, 131, 14, 'Mount Samson', -273000000, 1528500000, 0),
(65974, 131, 14, 'Mountain Creek', -267027800, 1531013300, 0),
(65975, 131, 14, 'Mudjimba', -266156100, 1531009700, 0),
(65976, 131, 14, 'Muirlea', -275666700, 1527166700, 0),
(65977, 131, 14, 'Mungana', -171166700, 1444000000, 0),
(65978, 131, 14, 'Myrtletown', -273833300, 1531333300, 0),
(65979, 131, 14, 'Nanango', -266715700, 1520021100, 0),
(65980, 131, 14, 'Neurum', -269666700, 1527000000, 0),
(65981, 131, 14, 'New Chum', -276180400, 1528325900, 0),
(65982, 131, 14, 'Newell', -164249400, 1454066200, 0),
(65983, 131, 14, 'Newport', -272073100, 1531013500, 0),
(65984, 131, 14, 'North Ipswich', -276028600, 1527614600, 0),
(65985, 131, 14, 'Norwell', -277833300, 1533166700, 0),
(65986, 131, 14, 'Nudgee', -273691000, 1530847000, 0),
(65987, 131, 14, 'Oaktree', -258500000, 1486500000, 0),
(65988, 131, 14, 'Oxford Park', -274000000, 1529666700, 0),
(65989, 131, 14, 'Pacific Haven', -252658300, 1525521200, 0),
(65990, 131, 14, 'Park Avenue', -233577000, 1505119300, 0),
(65991, 131, 14, 'Park Ridge', -277166700, 1530333300, 0),
(65992, 131, 14, 'Parkinson', -276434000, 1530297500, 0),
(65993, 131, 14, 'Pelican', -265833300, 1508666700, 0),
(65994, 131, 14, 'Pialba', -252870000, 1528436900, 0),
(65995, 131, 14, 'Pilton', -279166700, 1521166700, 0),
(65996, 131, 14, 'Pimlico', -192817200, 1467880300, 0),
(65997, 131, 14, 'Pinkenba', -274333300, 1531166700, 0),
(65998, 131, 14, 'Pinnacle', -211500000, 1487166700, 0),
(65999, 131, 14, 'Pittsworth', -277163800, 1516339900, 0),
(66000, 131, 14, 'Plainland', -275666700, 1524166700, 0),
(66001, 131, 14, 'Point Lookout', -274272600, 1535366400, 0),
(66002, 131, 14, 'Pomona', -263668500, 1528557400, 0),
(66003, 131, 14, 'Poruma Island', -100508200, 1430685800, 0),
(66004, 131, 14, 'Pratten', -280833300, 1518000000, 0),
(66005, 131, 14, 'Proston', -261606800, 1516004300, 0),
(66006, 131, 14, 'Pyramid', -171000000, 1458000000, 0),
(66007, 131, 14, 'Quilpie', -266134800, 1442694800, 0),
(66008, 131, 14, 'Radford', -278500000, 1526500000, 0),
(66009, 131, 14, 'Ramleh', -176333300, 1460166700, 0),
(66010, 131, 14, 'Rangal', -235833300, 1488166700, 0),
(66011, 131, 14, 'Ripley', -277166700, 1528333300, 0),
(66012, 131, 14, 'Rockton', -277666700, 1527333300, 0),
(66013, 131, 14, 'Rockville', -275361100, 1519380500, 0),
(66014, 131, 14, 'Rosella', -212333300, 1491333300, 0),
(66015, 131, 14, 'Rosslea', -192980400, 1468027300, 0),
(66016, 131, 14, 'Sabine', -273500000, 1517166700, 0),
(66017, 131, 14, 'Saltern', -235333300, 1451000000, 0),
(66018, 131, 14, 'Sandstone Point', -270837400, 1531323600, 0),
(66019, 131, 14, 'Sarina', -214191000, 1492167700, 0),
(66020, 131, 14, 'Scarness', -252833300, 1528500000, 0),
(66021, 131, 14, 'Seisia', -108508300, 1423709400, 0),
(66022, 131, 14, 'Selene', -250166700, 1511500000, 0),
(66023, 131, 14, 'Selwyn', -215333300, 1405000000, 0),
(66024, 131, 14, 'Septimus', -212333300, 1487666700, 0),
(66025, 131, 14, 'Seventeen Seventy', -241687200, 1518839000, 0),
(66026, 131, 14, 'Sexton', -260000000, 1524333300, 0),
(66027, 131, 14, 'Sharon', -248833300, 1522666700, 0),
(66028, 131, 14, 'Sheldon', -275843600, 1532004200, 0),
(66029, 131, 14, 'Shorncliffe', -273275900, 1530816100, 0),
(66030, 131, 14, 'Springfield', -249166700, 1524833300, 0),
(66031, 131, 14, 'St George', -279476300, 1486098600, 0),
(66032, 131, 14, 'Stanmore', -277500000, 1532166700, 0),
(66033, 131, 14, 'Stapylton', -277333300, 1532333300, 0),
(66034, 131, 14, 'Stretton', -276220500, 1530660900, 0),
(66035, 131, 14, 'Sunset', -207102600, 1395082400, 0),
(66036, 131, 14, 'Takura', -253333300, 1527166700, 0),
(66037, 131, 14, 'Tanawha', -267198100, 1530301800, 0),
(66038, 131, 14, 'Tangkam', -274666700, 1516666700, 0),
(66039, 131, 14, 'Tannum Sands', -239475000, 1513748800, 0),
(66040, 131, 14, 'Tarampa', -274833300, 1525500000, 0),
(66041, 131, 14, 'Taylor', -273666700, 1520333300, 0),
(66042, 131, 14, 'Templin', -279666700, 1526500000, 0),
(66043, 131, 14, 'Tennyson', -275333300, 1530166700, 0),
(66044, 131, 14, 'Thallon', -286500000, 1488666700, 0),
(66045, 131, 14, 'The Cape', -204592000, 1451686400, 0),
(66046, 131, 14, 'The Gums', -273333300, 1501833300, 0),
(66047, 131, 14, 'The Head', -282833300, 1524166700, 0),
(66048, 131, 14, 'The Leap', -210833300, 1490166700, 0),
(66049, 131, 14, 'Theodore', -249474300, 1500752900, 0),
(66050, 131, 14, 'Thornton', -278166700, 1523833300, 0),
(66051, 131, 14, 'Tinana', -255519600, 1526659000, 0),
(66052, 131, 14, 'Toogoom', -252563700, 1526902500, 0),
(66053, 131, 14, 'Toonda', -236833300, 1507333300, 0),
(66054, 131, 14, 'Toonpan', -195000000, 1468333300, 0),
(66055, 131, 14, 'Townson', -278833300, 1523666700, 0),
(66056, 131, 14, 'Trueman', -211333300, 1486500000, 0),
(66057, 131, 14, 'Twin Waters', -266100000, 1530000000, 0),
(66058, 131, 14, 'Umagico', -108939600, 1423500100, 0),
(66059, 131, 14, 'Urangan', -253000000, 1529000000, 0),
(66060, 131, 14, 'Verrierdale', -264883800, 1530149100, 0),
(66061, 131, 14, 'Walkervale', -248826600, 1523588600, 0),
(66062, 131, 14, 'Walsh', -166500000, 1439000000, 0),
(66063, 131, 14, 'Walton', -235833300, 1491333300, 0),
(66064, 131, 14, 'Wamuran', -270390900, 1528654200, 0),
(66065, 131, 14, 'Wandal', -233687800, 1504938100, 0),
(66066, 131, 14, 'Wandoan', -261228500, 1499602800, 0),
(66067, 131, 14, 'Warren', -235000000, 1502833300, 0),
(66068, 131, 14, 'Welford', -251166700, 1437166700, 0),
(66069, 131, 14, 'Wellers Hill', -275333300, 1530500000, 0),
(66070, 131, 14, 'Welsby', -269714300, 1531292100, 0),
(66071, 131, 14, 'Westbrook', -276166700, 1518666700, 0),
(66072, 131, 14, 'Westwood', -236166700, 1501500000, 0),
(66073, 131, 14, 'Willawong', -275972300, 1530073700, 0),
(66074, 131, 14, 'Willows', -237436500, 1475425400, 0),
(66075, 131, 14, 'Windera', -260500000, 1518333300, 0),
(66076, 131, 14, 'Winton', -223818500, 1430424000, 0),
(66077, 131, 14, 'Wondunna', -253175800, 1528591200, 0),
(66078, 131, 14, 'Woolgar', -198000000, 1432833300, 0),
(66079, 131, 14, 'Woolmer', -274500000, 1519166700, 0),
(66080, 131, 14, 'Wulguru', -193285000, 1468184200, 0),
(66081, 131, 14, 'Wulkuraka', -276181400, 1527144200, 0),
(66082, 131, 14, 'Wundaru', -210833300, 1490666700, 0),
(66083, 131, 14, 'Yamala', -235833300, 1483666700, 0),
(66084, 131, 14, 'Yamanto', -276602700, 1527386300, 0),
(66085, 131, 14, 'Yandaran', -247166700, 1521166700, 0),
(66086, 131, 14, 'Yorkeys Knob', -168166700, 1457166700, 0),
(66087, 132, 14, 'Adelaide Hills', -349111800, 1387073500, 0),
(66088, 132, 14, 'Aldinga', -352833300, 1384833300, 0),
(66089, 132, 14, 'Alford', -338166700, 1378166700, 0),
(66090, 132, 14, 'Angle Vale', -346409800, 1386461000, 0),
(66091, 132, 14, 'Ashford', -349485900, 1385745700, 0),
(66092, 132, 14, 'Ashton', -349394900, 1387370700, 0),
(66093, 132, 14, 'Athelstone', -348697900, 1387028800, 0),
(66094, 132, 14, 'Athenna', -320166700, 1334333300, 0),
(66095, 132, 14, 'Athol Park', -348560800, 1385428200, 0),
(66096, 132, 14, 'Bakara', -346666700, 1397666700, 0),
(66097, 132, 14, 'Barossa', -346500000, 1388333300, 0),
(66098, 132, 14, 'Barunga', -337166700, 1381333300, 0),
(66099, 132, 14, 'Belair', -350000000, 1386333300, 0),
(66100, 132, 14, 'Beltana', -308000000, 1384166700, 0),
(66101, 132, 14, 'Berlino', -276000000, 1385833300, 0),
(66102, 132, 14, 'Berri', -342810700, 1405995800, 0),
(66103, 132, 14, 'Bethany', -345333300, 1389666700, 0),
(66104, 132, 14, 'Bethel', -343333300, 1388333300, 0),
(66105, 132, 14, 'Birdwood', -348182600, 1389647800, 0),
(66106, 132, 14, 'Blackwood', -350166700, 1386166700, 0),
(66107, 132, 14, 'Boothby', -337666700, 1365333300, 0),
(66108, 132, 14, 'Bowden', -349025800, 1385791100, 0),
(66109, 132, 14, 'Brooker', -341000000, 1359000000, 0),
(66110, 132, 14, 'Bute', -338656100, 1380065900, 0),
(66111, 132, 14, 'Cadell', -340333300, 1397500000, 0),
(66112, 132, 14, 'Caliph', -346666700, 1402833300, 0),
(66113, 132, 14, 'Cambrai', -346500000, 1392833300, 0),
(66114, 132, 14, 'Canowie', -334000000, 1387500000, 0),
(66115, 132, 14, 'Cape Jervis', -355942200, 1381330100, 0),
(66116, 132, 14, 'Caralue', -333666700, 1362000000, 0),
(66117, 132, 14, 'Carawa', -323833300, 1342000000, 0),
(66118, 132, 14, 'Ceduna', -321215600, 1336786600, 0),
(66119, 132, 14, 'Chaffey', -340934300, 1407064800, 0),
(66120, 132, 14, 'Charleston', -349166700, 1389000000, 0),
(66121, 132, 14, 'Chinta', -319833300, 1338000000, 0),
(66122, 132, 14, 'Clare', -338332500, 1386106400, 0),
(66123, 132, 14, 'Clearview', -348573500, 1386132700, 0),
(66124, 132, 14, 'Colton', -334833300, 1349333300, 0),
(66125, 132, 14, 'Compton', -377666700, 1406833300, 0),
(66126, 132, 14, 'Cook', -306166700, 1304166700, 0),
(66127, 132, 14, 'Copley', -305333300, 1384333300, 0),
(66128, 132, 14, 'Cowandilla', -349324700, 1385569200, 0),
(66129, 132, 14, 'Cowell', -336822700, 1369211700, 0),
(66130, 132, 14, 'Cummins', -342600800, 1357273100, 0),
(66131, 132, 14, 'Davoren Park', -346906300, 1386686200, 0),
(66132, 132, 14, 'Daw Park', -349853900, 1385877700, 0),
(66133, 132, 14, 'Dorrien', -345000000, 1389833300, 0),
(66134, 132, 14, 'Dutton', -343666700, 1391333300, 0),
(66135, 132, 14, 'Emu Bay', -355984100, 1375059100, 0),
(66136, 132, 14, 'Enfield', -348526000, 1386025500, 0),
(66137, 132, 14, 'Felixstow', -348890200, 1386469600, 0),
(66138, 132, 14, 'Finsbury', -348666700, 1385333300, 0),
(66139, 132, 14, 'Forster', -347500000, 1395500000, 0),
(66140, 132, 14, 'Frances', -367166700, 1409666700, 0),
(66141, 132, 14, 'Furner', -374166700, 1403333300, 0),
(66142, 132, 14, 'Georgetown', -333666700, 1384000000, 0),
(66143, 132, 14, 'Gepps Cross', -348414900, 1385956200, 0),
(66144, 132, 14, 'Glen Osmond', -349596000, 1386487300, 0),
(66145, 132, 14, 'Glencoe', -377000000, 1406166700, 0),
(66146, 132, 14, 'Globe Derby Park', -347875700, 1385897900, 0),
(66147, 132, 14, 'Glossop', -342768800, 1405410000, 0),
(66148, 132, 14, 'Goolwa', -355026100, 1387846200, 0),
(66149, 132, 14, 'Gumeracha', -348238800, 1388846700, 0),
(66150, 132, 14, 'Hammond', -325166700, 1383166700, 0),
(66151, 132, 14, 'Hampden', -341500000, 1390500000, 0),
(66152, 132, 14, 'Hartley', -352000000, 1390000000, 0),
(66153, 132, 14, 'Haslam', -325000000, 1342000000, 0),
(66154, 132, 14, 'Hawker', -318891500, 1384200300, 0),
(66155, 132, 14, 'Hewett', -345780100, 1387524200, 0),
(66156, 132, 14, 'Hillier', -346308700, 1386681600, 0),
(66157, 132, 14, 'Howe', -341666700, 1379500000, 0),
(66158, 132, 14, 'Huntfield Heights', -351545200, 1385141700, 0),
(66159, 132, 14, 'Inkster', -328166700, 1346833300, 0),
(66160, 132, 14, 'Jervois', -352666700, 1394333300, 0),
(66161, 132, 14, 'Joanna', -371000000, 1408333300, 0),
(66162, 132, 14, 'Jupiter Creek', -351333300, 1387666700, 0),
(66163, 132, 14, 'Kapunda', -343387100, 1389164400, 0),
(66164, 132, 14, 'Kingscote', -356559000, 1376393000, 0),
(66165, 132, 14, 'Kingston Park', -350500000, 1385166700, 0),
(66166, 132, 14, 'Lalirra', -348833300, 1400166700, 0),
(66167, 132, 14, 'Lambina', -269333300, 1342000000, 0),
(66168, 132, 14, 'Leighton', -336500000, 1387500000, 0),
(66169, 132, 14, 'Lobethal', -349045500, 1388747700, 0),
(66170, 132, 14, 'Lock', -335666700, 1357666700, 0),
(66171, 132, 14, 'Loos', -346000000, 1387000000, 0),
(66172, 132, 14, 'Loveday', -342833300, 1404333300, 0),
(66173, 132, 14, 'Lowbank', -342000000, 1400500000, 0),
(66174, 132, 14, 'Loxton', -344522300, 1405717800, 0),
(66175, 132, 14, 'Maitland', -343738600, 1376733200, 0),
(66176, 132, 14, 'Malpas', -347166700, 1406166700, 0),
(66177, 132, 14, 'Malvern', -349591500, 1386125400, 0),
(66178, 132, 14, 'Mangalo', -335333300, 1366166700, 0),
(66179, 132, 14, 'Mannum', -349152900, 1393032500, 0),
(66180, 132, 14, 'Manoora', -340000000, 1388166700, 0),
(66181, 132, 14, 'Marama', -351833300, 1401833300, 0),
(66182, 132, 14, 'Markeri', -345666700, 1406666700, 0),
(66183, 132, 14, 'McCracken', -355358000, 1386312100, 0),
(66184, 132, 14, 'McLachlan', -335166700, 1357166700, 0),
(66185, 132, 14, 'McLaren Flat', -352166700, 1385833300, 0),
(66186, 132, 14, 'McLaren Vale', -352189500, 1385432600, 0),
(66187, 132, 14, 'Meadows', -351802100, 1387625000, 0),
(66188, 132, 14, 'Milang', -354078100, 1389712100, 0),
(66189, 132, 14, 'Millicent', -375938900, 1403494700, 0),
(66190, 132, 14, 'Mintaro', -339166700, 1387166700, 0),
(66191, 132, 14, 'Mitcham', -349833300, 1386000000, 0),
(66192, 132, 14, 'Mitchell Park', -350050600, 1385623200, 0),
(66193, 132, 14, 'Monarto', -350500000, 1391333300, 0),
(66194, 132, 14, 'Moonta', -340638400, 1375854300, 0),
(66195, 132, 14, 'Moorook', -342662700, 1403565700, 0),
(66196, 132, 14, 'Moseley', -330833300, 1365166700, 0),
(66197, 132, 14, 'Mount Barker Junction', -350166700, 1388500000, 0),
(66198, 132, 14, 'Mount Hope', -341166700, 1353833300, 0),
(66199, 132, 14, 'Muston', -358333300, 1377333300, 0),
(66200, 132, 14, 'Myponga', -354000000, 1384500000, 0),
(66201, 132, 14, 'Naturi', -352000000, 1395833300, 0),
(66202, 132, 14, 'Netherby', -349704800, 1386250300, 0),
(66203, 132, 14, 'Newland', -355666700, 1386166700, 0),
(66204, 132, 14, 'Newton', -348820700, 1386824900, 0),
(66205, 132, 14, 'North Cape', -355833300, 1376000000, 0),
(66206, 132, 14, 'Northgate', -348578400, 1386290800, 0),
(66207, 132, 14, 'Nuriootpa', -344682500, 1389976600, 0),
(66208, 132, 14, 'Oakdale', -338166700, 1355000000, 0),
(66209, 132, 14, 'Osborne', -347980400, 1384979600, 0),
(66210, 132, 14, 'Ottoway', -348475600, 1385357500, 0),
(66211, 132, 14, 'Owen', -342720400, 1385443900, 0),
(66212, 132, 14, 'Paringa', -341764400, 1407857900, 0),
(66213, 132, 14, 'Payneham South', -349048100, 1386444800, 0),
(66214, 132, 14, 'Peake', -353666700, 1399500000, 0),
(66215, 132, 14, 'Pearlah', -346000000, 1356833300, 0),
(66216, 132, 14, 'Peterborough', -329720500, 1388407300, 0),
(66217, 132, 14, 'Port Elliot', -355299800, 1386780600, 0),
(66218, 132, 14, 'Price', -342916700, 1380000000, 0),
(66219, 132, 14, 'Renmark', -341770200, 1407469700, 0),
(66220, 132, 14, 'Ridgehaven', -348212600, 1387046700, 0),
(66221, 132, 14, 'Ridleyton', -348941900, 1385704400, 0),
(66222, 132, 14, 'Risdon Park', -331966100, 1379939900, 0),
(66223, 132, 14, 'Robe', -371651100, 1397622200, 0),
(66224, 132, 14, 'Salt Lake', -358666700, 1376833300, 0),
(66225, 132, 14, 'Seaview', -351666700, 1385500000, 0),
(66226, 132, 14, 'Sellicks Beach', -353386900, 1384473400, 0),
(66227, 132, 14, 'Southend', -375711700, 1401207200, 0),
(66228, 132, 14, 'Stokes', -342833300, 1359333300, 0),
(66229, 132, 14, 'Tepko', -349666700, 1391833300, 0),
(66230, 132, 14, 'Tuckey', -336833300, 1361000000, 0),
(66231, 132, 14, 'Ungarra', -341833300, 1360333300, 0),
(66232, 132, 14, 'Vale Park', -348860400, 1386271400, 0),
(66233, 132, 14, 'Veitch', -346666700, 1405166700, 0),
(66234, 132, 14, 'Wangary', -345500000, 1354833300, 0),
(66235, 132, 14, 'Wasleys', -344699200, 1386856200, 0),
(66236, 132, 14, 'Welland', -349000000, 1385333300, 0),
(66237, 132, 14, 'Wudinna', -330501300, 1354638100, 0),
(66238, 132, 14, 'Yahl Paddock', -378666700, 1408000000, 0),
(66239, 132, 14, 'Yankalilla', -354570500, 1383498200, 0),
(66240, 133, 14, 'Alcomie', -409166700, 1451833300, 0),
(66241, 133, 14, 'Andover', -423333300, 1474500000, 0),
(66242, 133, 14, 'Austins Ferry', -427666700, 1472500000, 0),
(66243, 133, 14, 'Balfour', -412666700, 1449166700, 0),
(66244, 133, 14, 'Bangor', -412166700, 1471333300, 0),
(66245, 133, 14, 'Blackmans Bay', -430166700, 1473166700, 0),
(66246, 133, 14, 'Blackstone Heights', -414597700, 1470840700, 0),
(66247, 133, 14, 'Blessington', -414833300, 1474833300, 0),
(66248, 133, 14, 'Bonnet Hill', -429680000, 1473319400, 0),
(66249, 133, 14, 'Bronte', -421666700, 1464833300, 0),
(66250, 133, 14, 'Cambridge', -428333300, 1474500000, 0),
(66251, 133, 14, 'Carrick', -415317700, 1470060900, 0),
(66252, 133, 14, 'Catamaran', -435500000, 1469000000, 0),
(66253, 133, 14, 'Copping', -428166700, 1478000000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(66254, 133, 14, 'Corinna', -416500000, 1450833300, 0),
(66255, 133, 14, 'Cornwall', -415666700, 1481333300, 0),
(66256, 133, 14, 'Currie', -399312500, 1438509800, 0),
(66257, 133, 14, 'Derwent', -427000000, 1469000000, 0),
(66258, 133, 14, 'Derwent Park', -428350600, 1472949300, 0),
(66259, 133, 14, 'Dover', -433142300, 1470148800, 0),
(66260, 133, 14, 'Dysart', -425666700, 1472000000, 0),
(66261, 133, 14, 'Electrona', -430500000, 1472333300, 0),
(66262, 133, 14, 'Elliott', -411166700, 1457833300, 0),
(66263, 133, 14, 'Fern Tree', -429210100, 1472633400, 0),
(66264, 133, 14, 'Fitzgerald', -427500000, 1466333300, 0),
(66265, 133, 14, 'Forcett', -428000000, 1476333300, 0),
(66266, 133, 14, 'Forester', -410833300, 1476666700, 0),
(66267, 133, 14, 'Forth', -411896800, 1462492700, 0),
(66268, 133, 14, 'Glenora', -426833300, 1468666700, 0),
(66269, 133, 14, 'Granton', -427514900, 1472279500, 0),
(66270, 133, 14, 'Grassy', -400500000, 1440500000, 0),
(66271, 133, 14, 'Gray', -416247200, 1482166700, 0),
(66272, 133, 14, 'Hampshire', -412666700, 1457833300, 0),
(66273, 133, 14, 'Harford', -412333300, 1465500000, 0),
(66274, 133, 14, 'Herrick', -410833300, 1478833300, 0),
(66275, 133, 14, 'Highclere', -412000000, 1458000000, 0),
(66276, 133, 14, 'Howden', -430244100, 1472952100, 0),
(66277, 133, 14, 'Howrah', -428872800, 1474055400, 0),
(66278, 133, 14, 'Huntingfield', -430015700, 1472956900, 0),
(66279, 133, 14, 'Jericho', -423833300, 1472833300, 0),
(66280, 133, 14, 'Kaoota', -430166700, 1471833300, 0),
(66281, 133, 14, 'Kayena', -411972200, 1468983300, 0),
(66282, 133, 14, 'Kempton', -425307200, 1472002000, 0),
(66283, 133, 14, 'Kindred', -412500000, 1462333300, 0),
(66284, 133, 14, 'Lachlan', -428333300, 1470500000, 0),
(66285, 133, 14, 'Lagoons', -416719400, 1482791700, 0),
(66286, 133, 14, 'Lauderdale', -429136400, 1474874700, 0),
(66287, 133, 14, 'Lemont', -423000000, 1476166700, 0),
(66288, 133, 14, 'Lewisham', -428333300, 1476166700, 0),
(66289, 133, 14, 'Lisle', -412166700, 1473166700, 0),
(66290, 133, 14, 'Longley', -429666700, 1472000000, 0),
(66291, 133, 14, 'Lorinna', -415500000, 1461333300, 0),
(66292, 133, 14, 'Low Head', -410690200, 1468047600, 0),
(66293, 133, 14, 'Lutana', -428361100, 1473111100, 0),
(66294, 133, 14, 'Meander', -416500000, 1466166700, 0),
(66295, 133, 14, 'Moltema', -414500000, 1465333300, 0),
(66296, 133, 14, 'Montagu', -407666700, 1449666700, 0),
(66297, 133, 14, 'Montana', -415833300, 1466000000, 0),
(66298, 133, 14, 'Moorina', -411166700, 1478666700, 0),
(66299, 133, 14, 'National Park', -426833300, 1467333300, 0),
(66300, 133, 14, 'Nicholls Rivulet', -431500000, 1471833300, 0),
(66301, 133, 14, 'Nugent', -427000000, 1477500000, 0),
(66302, 133, 14, 'Oaks', -415833300, 1469666700, 0),
(66303, 133, 14, 'Oakwood', -431000000, 1479000000, 0),
(66304, 133, 14, 'Otago', -428087500, 1472984200, 0),
(66305, 133, 14, 'Oyster Cove', -431052400, 1472435800, 0),
(66306, 133, 14, 'Parkham', -414000000, 1466000000, 0),
(66307, 133, 14, 'Pelham', -425833300, 1470000000, 0),
(66308, 133, 14, 'Penguin', -411143600, 1460706500, 0),
(66309, 133, 14, 'Prospect Vale', -414810000, 1471040600, 0),
(66310, 133, 14, 'Quoiba', -412084800, 1463355800, 0),
(66311, 133, 14, 'Railton', -413457000, 1464236300, 0),
(66312, 133, 14, 'Retreat', -411500000, 1471666700, 0),
(66313, 133, 14, 'Ridgley', -411474700, 1458348700, 0),
(66314, 133, 14, 'Risdon', -428000000, 1473333300, 0),
(66315, 133, 14, 'Rokeby', -429000000, 1474333300, 0),
(66316, 133, 14, 'Rosebery', -417794100, 1455382500, 0),
(66317, 133, 14, 'Rosny', -428707000, 1473570000, 0),
(66318, 133, 14, 'Rosny Park', -428661500, 1473676800, 0),
(66319, 133, 14, 'Rowella', -412000000, 1469000000, 0),
(66320, 133, 14, 'Royal Park', -414361100, 1471291700, 0),
(66321, 133, 14, 'Scottsdale', -411578000, 1475172700, 0),
(66322, 133, 14, 'Seven Mile Beach', -428575900, 1475038100, 0),
(66323, 133, 14, 'Somerset', -410406500, 1458305500, 0),
(66324, 133, 14, 'Sorell', -427816100, 1475626700, 0),
(66325, 133, 14, 'South Arm', -430287700, 1474159200, 0),
(66326, 133, 14, 'Steppes', -421000000, 1469000000, 0),
(66327, 133, 14, 'Swansea', -421228400, 1480743400, 0),
(66328, 133, 14, 'Taroona', -429500000, 1473333300, 0),
(66329, 133, 14, 'Tea Tree', -426833300, 1473166700, 0),
(66330, 133, 14, 'The Glen', -411666700, 1470666700, 0),
(66331, 133, 14, 'Ulverstone', -411602600, 1461824200, 0),
(66332, 133, 14, 'Weegena', -414666700, 1465000000, 0),
(66333, 133, 14, 'Wilmot', -413833300, 1461666700, 0),
(66334, 133, 14, 'Wivenhoe', -410833300, 1459333300, 0),
(66335, 133, 14, 'Youngtown', -414833200, 1471706700, 0),
(66336, 133, 14, 'Zeehan', -418834200, 1453362300, 0),
(66337, 134, 14, 'Acheron', -372500000, 1457000000, 0),
(66338, 134, 14, 'Alberton', -386166700, 1466666700, 0),
(66339, 134, 14, 'Alexandra', -371913200, 1457112000, 0),
(66340, 134, 14, 'Allanby', -361500000, 1419000000, 0),
(66341, 134, 14, 'Almonds', -362000000, 1459666700, 0),
(66342, 134, 14, 'Anakie', -379166700, 1442500000, 0),
(66343, 134, 14, 'Anderson', -385333300, 1454500000, 0),
(66344, 134, 14, 'Antwerp', -363000000, 1420500000, 0),
(66345, 134, 14, 'Apsley', -369666700, 1410833300, 0),
(66346, 134, 14, 'Arcadia', -365666700, 1453166700, 0),
(66347, 134, 14, 'Arnold', -366833300, 1438666700, 0),
(66348, 134, 14, 'Arthurs Seat', -383631700, 1449597600, 0),
(66349, 134, 14, 'Ascot', -367000000, 1443333300, 0),
(66350, 134, 14, 'Aubrey', -362333300, 1422333300, 0),
(66351, 134, 14, 'Avenel', -369008800, 1452336700, 0),
(66352, 134, 14, 'Axedale', -368000000, 1445166700, 0),
(66353, 134, 14, 'Bald Hills', -374333300, 1438500000, 0),
(66354, 134, 14, 'Bambra', -383666700, 1439333300, 0),
(66355, 134, 14, 'Banyena', -365666700, 1428333300, 0),
(66356, 134, 14, 'Barkly', -369333300, 1432000000, 0),
(66357, 134, 14, 'Bass', -384833300, 1454500000, 0),
(66358, 134, 14, 'Batchica', -362000000, 1423833300, 0),
(66359, 134, 14, 'Baw Baw', -377411900, 1463309700, 0),
(66360, 134, 14, 'Baw Baw Village', -378414600, 1462580000, 0),
(66361, 134, 14, 'Bayles', -381833300, 1455666700, 0),
(66362, 134, 14, 'Bealiba', -368000000, 1435500000, 0),
(66363, 134, 14, 'Beenak', -379000000, 1456333300, 0),
(66364, 134, 14, 'Bell Post Hill', -380956400, 1443196800, 0),
(66365, 134, 14, 'Bellbridge', -360974200, 1470617200, 0),
(66366, 134, 14, 'Belmont', -381748500, 1443427600, 0),
(66367, 134, 14, 'Bena', -384166700, 1457666700, 0),
(66368, 134, 14, 'Betley', -369000000, 1438000000, 0),
(66369, 134, 14, 'Birchip', -359838000, 1429172500, 0),
(66370, 134, 14, 'Bittern', -383333300, 1451666700, 0),
(66371, 134, 14, 'Bolton', -349666700, 1428833300, 0),
(66372, 134, 14, 'Bonbeach', -380652800, 1451227800, 0),
(66373, 134, 14, 'Bookar', -381333300, 1431000000, 0),
(66374, 134, 14, 'Boonah', -384166700, 1439333300, 0),
(66375, 134, 14, 'Botanic Ridge', -381392200, 1452684100, 0),
(66376, 134, 14, 'Bridgewater', -366026700, 1439422800, 0),
(66377, 134, 14, 'Brim', -360833300, 1424166700, 0),
(66378, 134, 14, 'Brimin', -360500000, 1462333300, 0),
(66379, 134, 14, 'Broadford', -372027600, 1450483700, 0),
(66380, 134, 14, 'Bromley', -368833300, 1437666700, 0),
(66381, 134, 14, 'Buchan', -375000000, 1481833300, 0),
(66382, 134, 14, 'Buckley', -382333300, 1441000000, 0),
(66383, 134, 14, 'Buffalo', -386500000, 1460333300, 0),
(66384, 134, 14, 'Bullioh', -362000000, 1473333300, 0),
(66385, 134, 14, 'Bungil', -360666700, 1473500000, 0),
(66386, 134, 14, 'Bunyip', -380978900, 1457160600, 0),
(66387, 134, 14, 'Burleigh', -378333300, 1454333300, 0),
(66388, 134, 14, 'Burrum', -366166700, 1427333300, 0),
(66389, 134, 14, 'Buxton', -374166700, 1457166700, 0),
(66390, 134, 14, 'Bylands', -373500000, 1449666700, 0),
(66391, 134, 14, 'Campbells Creek', -370866500, 1442020300, 0),
(66392, 134, 14, 'Caramut', -379500000, 1425166700, 0),
(66393, 134, 14, 'Carboor', -366333300, 1465500000, 0),
(66394, 134, 14, 'Cardigan', -375333300, 1437500000, 0),
(66395, 134, 14, 'Carpendeit', -383833300, 1432666700, 0),
(66396, 134, 14, 'Catani', -382000000, 1456333300, 0),
(66397, 134, 14, 'Charam', -369500000, 1415166700, 0),
(66398, 134, 14, 'Cheviot', -372333300, 1454666700, 0),
(66399, 134, 14, 'Christies', -385333300, 1464000000, 0),
(66400, 134, 14, 'Clarendon', -377000000, 1439666700, 0),
(66401, 134, 14, 'Clunes', -372947300, 1437863600, 0),
(66402, 134, 14, 'Cobains', -380833300, 1471500000, 0),
(66403, 134, 14, 'Cobden', -383286000, 1430748400, 0),
(66404, 134, 14, 'Cooriemungle', -385596800, 1431362800, 0),
(66405, 134, 14, 'Corryong', -361970500, 1479025600, 0),
(66406, 134, 14, 'Cottles Bridge', -376333300, 1452166700, 0),
(66407, 134, 14, 'Cressy', -380333300, 1436333300, 0),
(66408, 134, 14, 'Creswick', -374240400, 1438947000, 0),
(66409, 134, 14, 'Crossover', -380500000, 1459666700, 0),
(66410, 134, 14, 'Croxton', -377833300, 1421500000, 0),
(66411, 134, 14, 'Dalmore', -381833300, 1454166700, 0),
(66412, 134, 14, 'Darley', -376580700, 1444434400, 0),
(66413, 134, 14, 'Dawson', -379833300, 1467333300, 0),
(66414, 134, 14, 'Day Trap', -352166700, 1427666700, 0),
(66415, 134, 14, 'Daylesford', -373411300, 1441425600, 0),
(66416, 134, 14, 'Dean', -374500000, 1439833300, 0),
(66417, 134, 14, 'Denison', -380333300, 1468833300, 0),
(66418, 134, 14, 'Denver', -372666700, 1443000000, 0),
(66419, 134, 14, 'Dollar', -385666700, 1461666700, 0),
(66420, 134, 14, 'Donald', -363686400, 1429810600, 0),
(66421, 134, 14, 'Douglas', -370333300, 1417333300, 0),
(66422, 134, 14, 'Drummond', -372333300, 1443333300, 0),
(66423, 134, 14, 'Dunkeld', -376498700, 1423439300, 0),
(66424, 134, 14, 'Dunmore', -381500000, 1418833300, 0),
(66425, 134, 14, 'Dunolly', -368601300, 1437336000, 0),
(66426, 134, 14, 'Eden Park', -374833300, 1450833300, 0),
(66427, 134, 14, 'Eildon', -372323900, 1459126000, 0),
(66428, 134, 14, 'Elaine', -377833300, 1440333300, 0),
(66429, 134, 14, 'Ellerslie', -381500000, 1427000000, 0),
(66430, 134, 14, 'Elmore', -364946400, 1446105400, 0),
(66431, 134, 14, 'Eskdale', -364666700, 1472333300, 0),
(66432, 134, 14, 'Esmond', -360500000, 1461833300, 0),
(66433, 134, 14, 'Eureka', -375647100, 1438825500, 0),
(66434, 134, 14, 'Euroa', -367555500, 1455707600, 0),
(66435, 134, 14, 'Everton', -364166700, 1465500000, 0),
(66436, 134, 14, 'Fairley', -357000000, 1438666700, 0),
(66437, 134, 14, 'Faraday', -370500000, 1443000000, 0),
(66438, 134, 14, 'Fawcett', -371333300, 1456833300, 0),
(66439, 134, 14, 'Fenwick', -382500000, 1445166700, 0),
(66440, 134, 14, 'Fern Tree Gully', -378833300, 1453000000, 0),
(66441, 134, 14, 'Fernshaw', -376000000, 1456333300, 0),
(66442, 134, 14, 'Fielder', -379500000, 1455166700, 0),
(66443, 134, 14, 'Fingal', -384139900, 1448499200, 0),
(66444, 134, 14, 'Flynn', -381666700, 1466833300, 0),
(66445, 134, 14, 'Foster', -386527500, 1462007300, 0),
(66446, 134, 14, 'Garfield', -380898500, 1456750200, 0),
(66447, 134, 14, 'Giffard', -384166700, 1470833300, 0),
(66448, 134, 14, 'Glenlee', -362166700, 1418500000, 0),
(66449, 134, 14, 'Golden Point', -375749300, 1438687000, 0),
(66450, 134, 14, 'Gooroc', -364666700, 1432000000, 0),
(66451, 134, 14, 'Granite', -371166700, 1452166700, 0),
(66452, 134, 14, 'Great Southern', -360666700, 1464833300, 0),
(66453, 134, 14, 'Greta', -365833300, 1462833300, 0),
(66454, 134, 14, 'Haddon', -376000000, 1437166700, 0),
(66455, 134, 14, 'Hallora', -382666700, 1458333300, 0),
(66456, 134, 14, 'Happy Valley', -366000000, 1468666700, 0),
(66457, 134, 14, 'Harrow', -371666700, 1416000000, 0),
(66458, 134, 14, 'Harston', -364666700, 1451500000, 0),
(66459, 134, 14, 'Haven', -367607200, 1421942600, 0),
(66460, 134, 14, 'Hedley', -386333300, 1465000000, 0),
(66461, 134, 14, 'Hepburn', -373166700, 1441333300, 0),
(66462, 134, 14, 'Hesket', -373500000, 1446500000, 0),
(66463, 134, 14, 'Heywood', -381329400, 1416294900, 0),
(66464, 134, 14, 'Hill End', -380166700, 1461500000, 0),
(66465, 134, 14, 'Hotspur', -379333300, 1415666700, 0),
(66466, 134, 14, 'Huon', -362333300, 1470666700, 0),
(66467, 134, 14, 'Irymple', -342353700, 1421710000, 0),
(66468, 134, 14, 'Johanna', -387500000, 1433666700, 0),
(66469, 134, 14, 'Jordan', -376333300, 1462666700, 0),
(66470, 134, 14, 'Kalimna', -378833300, 1479500000, 0),
(66471, 134, 14, 'Kalorama', -378166700, 1453666700, 0),
(66472, 134, 14, 'Kaniva', -363785500, 1412421600, 0),
(66473, 134, 14, 'Karimba', -361333300, 1452500000, 0),
(66474, 134, 14, 'Katunga', -360166700, 1454666700, 0),
(66475, 134, 14, 'Kenmare', -359166700, 1421666700, 0),
(66476, 134, 14, 'Kernot', -384333300, 1456000000, 0),
(66477, 134, 14, 'Kiamal', -349833300, 1423000000, 0),
(66478, 134, 14, 'Kinglake', -375329300, 1453412500, 0),
(66479, 134, 14, 'Kinglake West', -374666700, 1452333300, 0),
(66480, 134, 14, 'Knight', -376833300, 1435000000, 0),
(66481, 134, 14, 'Koorkab', -348166700, 1431333300, 0),
(66482, 134, 14, 'Koroit', -382918000, 1423672900, 0),
(66483, 134, 14, 'Kurting', -365333300, 1438500000, 0),
(66484, 134, 14, 'Lal Lal', -376833300, 1440333300, 0),
(66485, 134, 14, 'Landsborough', -370166700, 1431500000, 0),
(66486, 134, 14, 'Langley', -371500000, 1445000000, 0),
(66487, 134, 14, 'Lardner', -382000000, 1458666700, 0),
(66488, 134, 14, 'Larpent', -383500000, 1435000000, 0),
(66489, 134, 14, 'Leichardt', -366833300, 1440666700, 0),
(66490, 134, 14, 'Leopold', -381900100, 1444682500, 0),
(66491, 134, 14, 'Licola', -376333300, 1466166700, 0),
(66492, 134, 14, 'Lindsay', -376333300, 1409666700, 0),
(66493, 134, 14, 'Loch', -383691000, 1457081200, 0),
(66494, 134, 14, 'Longford', -381623700, 1470859100, 0),
(66495, 134, 14, 'Longwood', -368000000, 1454166700, 0),
(66496, 134, 14, 'Loy Yang', -381833300, 1466166700, 0),
(66497, 134, 14, 'Lucknow', -378166700, 1476500000, 0),
(66498, 134, 14, 'Lyal', -369500000, 1444833300, 0),
(66499, 134, 14, 'Macorna', -359000000, 1440166700, 0),
(66500, 134, 14, 'Magpie', -376166700, 1438500000, 0),
(66501, 134, 14, 'Majorca', -371166700, 1438000000, 0),
(66502, 134, 14, 'Maldon', -369957000, 1440683400, 0),
(66503, 134, 14, 'Malmsbury', -371885600, 1443847500, 0),
(66504, 134, 14, 'Manifold Heights', -381376200, 1443336900, 0),
(66505, 134, 14, 'Marcus', -382333300, 1445833300, 0),
(66506, 134, 14, 'Marengo', -387783400, 1436555200, 0),
(66507, 134, 14, 'Maroona', -374166700, 1428666700, 0),
(66508, 134, 14, 'Marshalltown', -382000000, 1443666700, 0),
(66509, 134, 14, 'Massey', -362166700, 1428666700, 0),
(66510, 134, 14, 'Matlock', -376000000, 1462166700, 0),
(66511, 134, 14, 'Meatian', -355833300, 1433166700, 0),
(66512, 134, 14, 'Meering', -358833300, 1437833300, 0),
(66513, 134, 14, 'Merbein', -341680200, 1420659900, 0),
(66514, 134, 14, 'Meredith', -378453900, 1440773800, 0),
(66515, 134, 14, 'Merino', -377204600, 1415482600, 0),
(66516, 134, 14, 'Merricks', -383833300, 1450833300, 0),
(66517, 134, 14, 'Merrimu', -376576300, 1444534900, 0),
(66518, 134, 14, 'Metcalfe', -371000000, 1444333300, 0),
(66519, 134, 14, 'Metung', -378915400, 1478530000, 0),
(66520, 134, 14, 'Mickleham', -375366400, 1449020400, 0),
(66521, 134, 14, 'Milford', -385333300, 1462000000, 0),
(66522, 134, 14, 'Mincha', -360166700, 1440833300, 0),
(66523, 134, 14, 'Minimay', -367166700, 1411833300, 0),
(66524, 134, 14, 'Mirboo', -384666700, 1462000000, 0),
(66525, 134, 14, 'Modella', -381833300, 1457166700, 0),
(66526, 134, 14, 'Monbulk', -378833300, 1454000000, 0),
(66527, 134, 14, 'Montgomery', -380333300, 1470666700, 0),
(66528, 134, 14, 'Moriac', -382409200, 1441747700, 0),
(66529, 134, 14, 'Morrison', -377833300, 1441000000, 0),
(66530, 134, 14, 'Mount Duneed', -382500000, 1443333300, 0),
(66531, 134, 14, 'Moyston', -373000000, 1427666700, 0),
(66532, 134, 14, 'Myrrhee', -367500000, 1463166700, 0),
(66533, 134, 14, 'Myrtleford', -365610400, 1467237100, 0),
(66534, 134, 14, 'Nagambie', -367851500, 1451537500, 0),
(66535, 134, 14, 'Nangana', -378666700, 1455333300, 0),
(66536, 134, 14, 'Narrawong', -382500000, 1417166700, 0),
(66537, 134, 14, 'Narrung', -347666700, 1432166700, 0),
(66538, 134, 14, 'Natimuk', -367402800, 1419451600, 0),
(66539, 134, 14, 'Navarre', -369000000, 1431000000, 0),
(66540, 134, 14, 'Neerim', -379666700, 1459500000, 0),
(66541, 134, 14, 'Nelson', -380500000, 1410166700, 0),
(66542, 134, 14, 'New Chum', -376166700, 1455333300, 0),
(66543, 134, 14, 'Newbury', -374166700, 1443166700, 0),
(66544, 134, 14, 'Newcomb', -381662300, 1443942900, 0),
(66545, 134, 14, 'Newham', -373333300, 1446000000, 0),
(66546, 134, 14, 'Newhaven', -385145700, 1453576200, 0),
(66547, 134, 14, 'Newlyn', -374166700, 1439833300, 0),
(66548, 134, 14, 'Noojee', -379166700, 1460000000, 0),
(66549, 134, 14, 'Norlane', -381013900, 1443541700, 0),
(66550, 134, 14, 'Northwood', -369666700, 1451166700, 0),
(66551, 134, 14, 'Nyarrin', -353833300, 1426833300, 0),
(66552, 134, 14, 'Oakvale', -359166700, 1435666700, 0),
(66553, 134, 14, 'Olinda', -378500000, 1453666700, 0),
(66554, 134, 14, 'Orbost', -376964400, 1484570000, 0),
(66555, 134, 14, 'Orford', -382034700, 1421008800, 0),
(66556, 134, 14, 'Oswald', -374833300, 1437833300, 0),
(66557, 134, 14, 'Panmure', -383333300, 1427333300, 0),
(66558, 134, 14, 'Panton Hill', -376408200, 1452399100, 0),
(66559, 134, 14, 'Paradise', -368333300, 1431333300, 0),
(66560, 134, 14, 'Park Orchards', -377768800, 1452146300, 0),
(66561, 134, 14, 'Parkwood', -376166700, 1417833300, 0),
(66562, 134, 14, 'Peterborough', -386166700, 1428666700, 0),
(66563, 134, 14, 'Platina', -379833300, 1464166700, 0),
(66564, 134, 14, 'Plumpton', -376870100, 1446908200, 0),
(66565, 134, 14, 'Portsea', -383166700, 1447166700, 0),
(66566, 134, 14, 'Prairie', -363000000, 1442333300, 0),
(66567, 134, 14, 'Pyalong', -371333300, 1447666700, 0),
(66568, 134, 14, 'Queenscliff', -382678900, 1446619300, 0),
(66569, 134, 14, 'Queensferry', -384166700, 1455000000, 0),
(66570, 134, 14, 'Rainbow', -358957800, 1419978900, 0),
(66571, 134, 14, 'Ranceby', -383833300, 1458500000, 0),
(66572, 134, 14, 'Rawson', -379545900, 1463993100, 0),
(66573, 134, 14, 'Red Hill', -383500000, 1450166700, 0),
(66574, 134, 14, 'Redbank', -369333300, 1433166700, 0),
(66575, 134, 14, 'Regent', -377333300, 1450000000, 0),
(66576, 134, 14, 'Riddell', -374604700, 1446796000, 0),
(66577, 134, 14, 'Rosebrook', -383535700, 1422544500, 0),
(66578, 134, 14, 'Rostron', -367666700, 1431833300, 0),
(66579, 134, 14, 'Rowsley', -377199500, 1443727100, 0),
(66580, 134, 14, 'Saint Andrews', -376015100, 1452723500, 0),
(66581, 134, 14, 'Samaria', -368000000, 1460833300, 0),
(66582, 134, 14, 'Sea Lake', -355038600, 1428498200, 0),
(66583, 134, 14, 'Sea View', -382833300, 1459333300, 0),
(66584, 134, 14, 'Seaton', -379333300, 1466666700, 0),
(66585, 134, 14, 'Seville', -377666700, 1454666700, 0),
(66586, 134, 14, 'Shirley', -373500000, 1432666700, 0),
(66587, 134, 14, 'Silvan', -378166700, 1454166700, 0),
(66588, 134, 14, 'Simpson', -385022500, 1432500700, 0),
(66589, 134, 14, 'Skipton', -376860000, 1433647500, 0),
(66590, 134, 14, 'Smeaton', -373333300, 1439500000, 0),
(66591, 134, 14, 'Smythesdale', -376430800, 1436861700, 0),
(66592, 134, 14, 'Somers', -384000000, 1451666700, 0),
(66593, 134, 14, 'Spotswood', -378299500, 1448878400, 0),
(66594, 134, 14, 'Stalker', -386666700, 1434500000, 0),
(66595, 134, 14, 'Stanhope', -364472500, 1449826700, 0),
(66596, 134, 14, 'Stawell', -370563200, 1427808800, 0),
(66597, 134, 14, 'Sutton', -357333300, 1430000000, 0),
(66598, 134, 14, 'Tabor', -378333300, 1422000000, 0),
(66599, 134, 14, 'Talbot', -371723100, 1437017400, 0),
(66600, 134, 14, 'Tallangatta', -362179100, 1471769900, 0),
(66601, 134, 14, 'Tandara', -364333300, 1442166700, 0),
(66602, 134, 14, 'Tarwin', -385833300, 1459833300, 0),
(66603, 134, 14, 'Tatura', -364396200, 1452299400, 0),
(66604, 134, 14, 'Tecoma', -379030300, 1453446800, 0),
(66605, 134, 14, 'Telford', -361000000, 1459500000, 0),
(66606, 134, 14, 'Thalia', -360666700, 1430833300, 0),
(66607, 134, 14, 'Tinamba', -379625000, 1468913900, 0),
(66608, 134, 14, 'Tolmie', -369333300, 1462333300, 0),
(66609, 134, 14, 'Toolamba', -365000000, 1453500000, 0),
(66610, 134, 14, 'Toolern Vale', -376000000, 1446000000, 0),
(66611, 134, 14, 'Toongabbie', -380500000, 1466166700, 0),
(66612, 134, 14, 'Toora', -386628700, 1463278700, 0),
(66613, 134, 14, 'Tootgarook', -383777000, 1448501500, 0),
(66614, 134, 14, 'Tostaree', -377500000, 1481666700, 0),
(66615, 134, 14, 'Trafalgar', -382090600, 1461534700, 0),
(66616, 134, 14, 'Truganina', -378166700, 1447500000, 0),
(66617, 134, 14, 'Tuerong', -382986900, 1450967400, 0),
(66618, 134, 14, 'Tynong North', -380666700, 1456166700, 0),
(66619, 134, 14, 'Ultima', -354833300, 1432500000, 0),
(66620, 134, 14, 'Ventnor', -384666700, 1451666700, 0),
(66621, 134, 14, 'Vesper', -379166700, 1460833300, 0),
(66622, 134, 14, 'Vincent', -377000000, 1453166700, 0),
(66623, 134, 14, 'Wahring', -367166700, 1452166700, 0),
(66624, 134, 14, 'Wallace', -375500000, 1440500000, 0),
(66625, 134, 14, 'Wallington', -382000000, 1444833300, 0),
(66626, 134, 14, 'Wandin', -378000000, 1454500000, 0),
(66627, 134, 14, 'Wandong', -373719000, 1450320700, 0),
(66628, 134, 14, 'Wannon', -376666700, 1418333300, 0),
(66629, 134, 14, 'Waranga', -366000000, 1451166700, 0),
(66630, 134, 14, 'Warracknabeal', -362532600, 1423928100, 0),
(66631, 134, 14, 'Warrak', -372666700, 1431500000, 0),
(66632, 134, 14, 'Warrion', -382333300, 1435666700, 0),
(66633, 134, 14, 'Werona', -372500000, 1440333300, 0),
(66634, 134, 14, 'Westmere', -376833300, 1429666700, 0),
(66635, 134, 14, 'Whirily', -358666700, 1429666700, 0),
(66636, 134, 14, 'Willung', -382500000, 1468166700, 0),
(66637, 134, 14, 'Winnap', -379500000, 1413166700, 0),
(66638, 134, 14, 'Winslow', -382333300, 1424500000, 0),
(66639, 134, 14, 'Winton', -365166700, 1460833300, 0),
(66640, 134, 14, 'Wool Wool', -382500000, 1434166700, 0),
(66641, 134, 14, 'Woori Yallock', -377806200, 1455381900, 0),
(66642, 134, 14, 'Woorinen', -352925000, 1434542400, 0),
(66643, 134, 14, 'Wurruk', -381166700, 1470333300, 0),
(66644, 134, 14, 'Wyndham Vale', -378415000, 1445410100, 0),
(66645, 134, 14, 'Yarra Junction', -377819200, 1456143000, 0),
(66646, 134, 14, 'Yarraby', -351833300, 1432500000, 0),
(66647, 134, 14, 'Yarram', -385647900, 1466755700, 0),
(66648, 134, 14, 'Yarrambat', -376375100, 1451348600, 0),
(66649, 134, 14, 'Yatpool', -343666700, 1421833300, 0),
(66650, 134, 14, 'Yendon', -376333300, 1439666700, 0),
(66651, 135, 14, 'Abbey', -336636400, 1152563500, 0),
(66652, 135, 14, 'Abbotts', -263166700, 1183833300, 0),
(66653, 135, 14, 'Argyle', -335457900, 1157706700, 0),
(66654, 135, 14, 'Ascot', -319381800, 1159225800, 0),
(66655, 135, 14, 'Augusta', -343156600, 1151592200, 0),
(66656, 135, 14, 'Baandee', -315833300, 1179666700, 0),
(66657, 135, 14, 'Baddera', -282833300, 1146333300, 0),
(66658, 135, 14, 'Badjaling', -320000000, 1175000000, 0),
(66659, 135, 14, 'Bally Bally', -321666700, 1171000000, 0),
(66660, 135, 14, 'Bateman', -320554700, 1158473700, 0),
(66661, 135, 14, 'Bayulu', -182999600, 1255957400, 0),
(66662, 135, 14, 'Beacon', -304333300, 1178500000, 0),
(66663, 135, 14, 'Beenong', -330500000, 1185833300, 0),
(66664, 135, 14, 'Beresford', -287575400, 1146196500, 0),
(66665, 135, 14, 'Beverley', -321089600, 1169228000, 0),
(66666, 135, 14, 'Bickley', -320000000, 1160833300, 0),
(66667, 135, 14, 'Bicton', -320277800, 1157833300, 0),
(66668, 135, 14, 'Booraan', -314500000, 1183833300, 0),
(66669, 135, 14, 'Borden', -340833300, 1182666700, 0),
(66670, 135, 14, 'Bramley', -339000000, 1151000000, 0),
(66671, 135, 14, 'Brigadoon', -317726400, 1160727400, 0),
(66672, 135, 14, 'Bulong', -307500000, 1218000000, 0),
(66673, 135, 14, 'Buntine', -299833300, 1165666700, 0),
(66674, 135, 14, 'Burakin', -305166700, 1171666700, 0),
(66675, 135, 14, 'Burekup', -333070700, 1158136800, 0),
(66676, 135, 14, 'Burges', -318166700, 1167833300, 0),
(66677, 135, 14, 'Burrup', -205900500, 1167959500, 0),
(66678, 135, 14, 'Byford', -322209900, 1160090000, 0),
(66679, 135, 14, 'Camillo', -321129200, 1160020500, 0),
(66680, 135, 14, 'Campion', -310333300, 1184833300, 0),
(66681, 135, 14, 'Carbine', -304833300, 1209000000, 0),
(66682, 135, 14, 'Carey Park', -333548000, 1156530600, 0),
(66683, 135, 14, 'Carilla', -320333300, 1161333300, 0),
(66684, 135, 14, 'Carmel', -320166700, 1161000000, 0),
(66685, 135, 14, 'Chidlow', -318609400, 1162724300, 0),
(66686, 135, 14, 'Chittering', -314833300, 1161000000, 0),
(66687, 135, 14, 'City of Cockburn', -321026100, 1158442200, 0),
(66688, 135, 14, 'Cleary', -304333300, 1176333300, 0),
(66689, 135, 14, 'Cockburn Central', -321213300, 1158477600, 0),
(66690, 135, 14, 'Collgar', -315500000, 1183666700, 0),
(66691, 135, 14, 'Comet', -212333300, 1197166700, 0),
(66692, 135, 14, 'Contine', -328666700, 1169666700, 0),
(66693, 135, 14, 'Coodanup', -325518700, 1157535200, 0),
(66694, 135, 14, 'Coolup', -327500000, 1158666700, 0),
(66695, 135, 14, 'Coonana', -310166700, 1231166700, 0),
(66696, 135, 14, 'Coorow', -298833300, 1160166700, 0),
(66697, 135, 14, 'Cossack', -207000000, 1172000000, 0),
(66698, 135, 14, 'Cranbrook', -342500000, 1173333300, 0),
(66699, 135, 14, 'Dalton', -214833300, 1192333300, 0),
(66700, 135, 14, 'Dampier', -206627500, 1167125600, 0),
(66701, 135, 14, 'Daniell', -326000000, 1216166700, 0),
(66702, 135, 14, 'Darkan', -333356500, 1167443500, 0),
(66703, 135, 14, 'Davenport', -333740500, 1156852100, 0),
(66704, 135, 14, 'Denham', -259247000, 1135364200, 0),
(66705, 135, 14, 'Desmond', -336333300, 1201833300, 0),
(66706, 135, 14, 'Dongara', -292581800, 1149327600, 0),
(66707, 135, 14, 'Dowerin', -311936700, 1170395500, 0),
(66708, 135, 14, 'Duggan', -331500000, 1181500000, 0),
(66709, 135, 14, 'Dundas', -324000000, 1217666700, 0),
(66710, 135, 14, 'Eastern Creek', -216833300, 1206166700, 0),
(66711, 135, 14, 'Elphin', -308500000, 1166666700, 0),
(66712, 135, 14, 'Erskine', -325571700, 1157065700, 0),
(66713, 135, 14, 'Eyre', -322500000, 1263000000, 0),
(66714, 135, 14, 'Formby', -339666700, 1180500000, 0),
(66715, 135, 14, 'Forrestdale', -321552000, 1159341700, 0),
(66716, 135, 14, 'Gabbin', -308000000, 1176833300, 0),
(66717, 135, 14, 'Garratt', -312666700, 1192500000, 0),
(66718, 135, 14, 'Gibson', -336500000, 1218000000, 0),
(66719, 135, 14, 'Gilgai', -312500000, 1199333300, 0),
(66720, 135, 14, 'Gingin', -313472200, 1159043200, 0),
(66721, 135, 14, 'Glenfield', -286924900, 1146214000, 0),
(66722, 135, 14, 'Golden Bay', -324250500, 1157609900, 0),
(66723, 135, 14, 'Graball', -320333300, 1185666700, 0),
(66724, 135, 14, 'Greenhills', -319333300, 1169666700, 0),
(66725, 135, 14, 'Haig', -310166700, 1260833300, 0),
(66726, 135, 14, 'Halls Creek', -182248500, 1276664700, 0),
(66727, 135, 14, 'Hannans', -307190900, 1214548000, 0),
(66728, 135, 14, 'Harvey', -330798800, 1158944700, 0),
(66729, 135, 14, 'Heathridge', -317624400, 1157589500, 0),
(66730, 135, 14, 'Hedges', -321666700, 1183500000, 0),
(66731, 135, 14, 'Herron', -327551800, 1156740400, 0),
(66732, 135, 14, 'Hester', -339000000, 1161500000, 0),
(66733, 135, 14, 'Hocking', -317701200, 1158183200, 0),
(66734, 135, 14, 'Hope Valley', -322045200, 1158100000, 0),
(66735, 135, 14, 'Hotham', -328000000, 1163000000, 0),
(66736, 135, 14, 'Hovea', -318833300, 1161000000, 0),
(66737, 135, 14, 'Huntly', -325833300, 1160666700, 0),
(66738, 135, 14, 'Hutt', -281166700, 1146500000, 0),
(66739, 135, 14, 'Jandakot', -321015800, 1158708300, 0),
(66740, 135, 14, 'Kanowna', -306000000, 1216000000, 0),
(66741, 135, 14, 'Karawara', -320086000, 1158811400, 0),
(66742, 135, 14, 'Kardinya', -320656100, 1158148300, 0),
(66743, 135, 14, 'Karloo', -287910100, 1146410900, 0),
(66744, 135, 14, 'Karping', -326000000, 1170833300, 0),
(66745, 135, 14, 'Karrinyup', -318723300, 1157768400, 0),
(66746, 135, 14, 'Kintore', -306000000, 1210166700, 0),
(66747, 135, 14, 'Kirwan', -306000000, 1171666700, 0),
(66748, 135, 14, 'Kojonup', -338305000, 1171594600, 0),
(66749, 135, 14, 'Kununurra', -157781300, 1287441400, 0),
(66750, 135, 14, 'Lamington', -307342500, 1214616300, 0),
(66751, 135, 14, 'Lancing', -330833300, 1189500000, 0),
(66752, 135, 14, 'Latham', -297500000, 1164333300, 0),
(66753, 135, 14, 'Laurier', -340500000, 1183500000, 0),
(66754, 135, 14, 'Lawlers', -280833300, 1205166700, 0),
(66755, 135, 14, 'Leeman', -299493700, 1149821000, 0),
(66756, 135, 14, 'Leinster', -279132700, 1206973200, 0),
(66757, 135, 14, 'Leonora', -288850900, 1213307400, 0),
(66758, 135, 14, 'Lesley', -321849800, 1162075200, 0),
(66759, 135, 14, 'Lesmurdie', -320019900, 1160482100, 0),
(66760, 135, 14, 'Lionel', -216500000, 1201166700, 0),
(66761, 135, 14, 'Lockyer', -350061000, 1178558000, 0),
(66762, 135, 14, 'Lowden', -335333300, 1159666700, 0),
(66763, 135, 14, 'Malcolm', -289333300, 1215000000, 0),
(66764, 135, 14, 'Mandiga', -308000000, 1177500000, 0),
(66765, 135, 14, 'Marda', -302166700, 1192833300, 0),
(66766, 135, 14, 'Marindo', -304333300, 1177500000, 0),
(66767, 135, 14, 'McKail', -349853300, 1178301000, 0),
(66768, 135, 14, 'Medina', -322333300, 1157833300, 0),
(66769, 135, 14, 'Menzies', -296939300, 1210285300, 0),
(66770, 135, 14, 'Middle Swan', -318500000, 1160166700, 0),
(66771, 135, 14, 'Millendon', -318166700, 1160333300, 0),
(66772, 135, 14, 'Mingenew', -291908500, 1154415600, 0),
(66773, 135, 14, 'Mira Mar', -350151700, 1179009600, 0),
(66774, 135, 14, 'Mirrabooka', -318596300, 1158658700, 0),
(66775, 135, 14, 'Moondon', -305000000, 1182333300, 0),
(66776, 135, 14, 'Mount Madden', -332666700, 1197833300, 0),
(66777, 135, 14, 'Mount Nasura', -321378000, 1160247300, 0),
(66778, 135, 14, 'Muchea', -315833300, 1159833300, 0),
(66779, 135, 14, 'Mullewa', -285395200, 1155117300, 0),
(66780, 135, 14, 'Nannup', -339787400, 1157646000, 0),
(66781, 135, 14, 'Nanson', -285666700, 1147666700, 0),
(66782, 135, 14, 'Napier', -348333300, 1180000000, 0),
(66783, 135, 14, 'Naretha', -310000000, 1248333300, 0),
(66784, 135, 14, 'North Fremantle', -320333300, 1157500000, 0),
(66785, 135, 14, 'Northam', -316493200, 1166742300, 0),
(66786, 135, 14, 'Notting', -324666700, 1182666700, 0),
(66787, 135, 14, 'Oak Park', -311666700, 1169000000, 0),
(66788, 135, 14, 'Ocean Reef', -317587100, 1157360100, 0),
(66789, 135, 14, 'Ogilvie', -281500000, 1146333300, 0),
(66790, 135, 14, 'Oldbury', -322656900, 1159182900, 0),
(66791, 135, 14, 'Onslow', -216368700, 1151116900, 0),
(66792, 135, 14, 'Pearsall', -317811700, 1158182300, 0),
(66793, 135, 14, 'Pilbara', -212500000, 1183000000, 0),
(66794, 135, 14, 'Pindar', -284833300, 1158000000, 0),
(66795, 135, 14, 'Ranford', -328000000, 1165000000, 0),
(66796, 135, 14, 'Ridgewood', -316615000, 1157226100, 0),
(66797, 135, 14, 'Riverton', -320346800, 1158985600, 0),
(66798, 135, 14, 'Rockwell', -283500000, 1149000000, 0),
(66799, 135, 14, 'Safety Bay', -323000000, 1157000000, 0),
(66800, 135, 14, 'Salter Point', -320238400, 1158658200, 0),
(66801, 135, 14, 'Sandstone', -279833300, 1192833300, 0),
(66802, 135, 14, 'Seabird', -312791700, 1154444400, 0),
(66803, 135, 14, 'Shadforth', -349638200, 1172692000, 0),
(66804, 135, 14, 'Southern Cross', -312267700, 1193237600, 0),
(66805, 135, 14, 'Success', -321428100, 1158499900, 0),
(66806, 135, 14, 'Tanami', -201450400, 1279820500, 0),
(66807, 135, 14, 'Telfer', -212116900, 1232617500, 0),
(66808, 135, 14, 'The Spectacles', -322201600, 1158387200, 0),
(66809, 135, 14, 'Toodyay', -315497700, 1164674300, 0),
(66810, 135, 14, 'Walliston', -320000000, 1160666700, 0),
(66811, 135, 14, 'Walpole', -349762300, 1167313300, 0),
(66812, 135, 14, 'Wanneroo', -317500000, 1158000000, 0),
(66813, 135, 14, 'Waroona', -328432300, 1159220100, 0),
(66814, 135, 14, 'Whiteman', -318244500, 1159415800, 0),
(66815, 135, 14, 'Withers', -333680700, 1156305000, 0),
(66816, 135, 14, 'Woorree', -287667700, 1146580600, 0),
(66817, 135, 14, 'Worsley', -333000000, 1160000000, 0),
(66818, 135, 14, 'Wyening', -311833300, 1164833300, 0),
(66819, 135, 14, 'Yelverton', -337500000, 1151000000, 0),
(66820, 135, 14, 'Yokine', -319011300, 1158531900, 0),
(66821, 135, 14, 'Youngs', -350166700, 1175166700, 0),
(66822, 136, 15, 'Andau', 477744100, 170329300, 0),
(66823, 136, 15, 'Antau', 477666700, 164833300, 0),
(66824, 136, 15, 'Apetlon', 477439400, 168302000, 0),
(66825, 136, 15, 'Bad Tatzmannsdorf', 473333300, 162166700, 0),
(66826, 136, 15, 'Badersdorf', 472000000, 163666700, 0),
(66827, 136, 15, 'Bernstein', 474000000, 162500000, 0),
(66828, 136, 15, 'Bocksdorf', 471333300, 161666700, 0),
(66829, 136, 15, 'Bruckneudorf', 480166700, 167833300, 0),
(66830, 136, 15, 'Deutsch Jahrndorf', 480166700, 171000000, 0),
(66831, 136, 15, 'Deutsch Kaltenbrunn', 470878900, 161079300, 0),
(66832, 136, 15, 'Deutschkreutz', 476000000, 166333300, 0),
(66833, 136, 15, 'Donnerskirchen', 478942500, 166463500, 0),
(66834, 136, 15, 'Eberau', 471000000, 164666700, 0),
(66835, 136, 15, 'Edelstal', 481000000, 169833300, 0),
(66836, 136, 15, 'Eltendorf', 470000000, 162000000, 0),
(66837, 136, 15, 'Frauenkirchen', 478367800, 169258100, 0),
(66838, 136, 15, 'Gattendorf', 480166700, 169833300, 0),
(66839, 136, 15, 'Gols', 478968900, 169111300, 0),
(66840, 136, 15, 'Grafenschachen', 473666700, 160666700, 0),
(66841, 136, 15, 'Grosspetersdorf', 472333300, 163166700, 0),
(66842, 136, 15, 'Hackerberg', 472000000, 161166700, 0),
(66843, 136, 15, 'Halbturn', 478701900, 169754200, 0),
(66844, 136, 15, 'Hannersdorf', 472333300, 163833300, 0),
(66845, 136, 15, 'Heiligenbrunn', 470333300, 164166700, 0),
(66846, 136, 15, 'Heiligenkreuz im Lafnitztal', 469891700, 162608300, 0),
(66847, 136, 15, 'Heugraben', 471166700, 161833300, 0),
(66848, 136, 15, 'Hirm', 477865200, 164546000, 0),
(66849, 136, 15, 'Horitschon', 475833300, 165500000, 0),
(66850, 136, 15, 'Hornstein', 478666700, 164333300, 0),
(66851, 136, 15, 'Inzenhof', 470166700, 163166700, 0),
(66852, 136, 15, 'Jabing', 472500000, 162833300, 0),
(66853, 136, 15, 'Jois', 479616500, 167960400, 0),
(66854, 136, 15, 'Kaisersdorf', 475333300, 164000000, 0),
(66855, 136, 15, 'Kemeten', 472333300, 161500000, 0),
(66856, 136, 15, 'Kittsee', 480925000, 170638900, 0),
(66857, 136, 15, 'Klingenbach', 477520200, 165406900, 0),
(66858, 136, 15, 'Kobersdorf', 476000000, 164000000, 0),
(66859, 136, 15, 'Kohfidisch', 471666700, 163500000, 0),
(66860, 136, 15, 'Konigsdorf', 470000000, 161666700, 0),
(66861, 136, 15, 'Krensdorf', 477833300, 164166700, 0),
(66862, 136, 15, 'Kukmirn', 470754400, 162103300, 0),
(66863, 136, 15, 'Lackenbach', 475833300, 164666700, 0),
(66864, 136, 15, 'Lackendorf', 475833300, 165000000, 0),
(66865, 136, 15, 'Leithaprodersdorf', 479333300, 164666700, 0),
(66866, 136, 15, 'Litzelsdorf', 472000000, 161500000, 0),
(66867, 136, 15, 'Lockenhaus', 474075300, 164162300, 0),
(66868, 136, 15, 'Loipersbach im Burgenland', 477000000, 164666700, 0),
(66869, 136, 15, 'Loretto', 479000000, 165166700, 0),
(66870, 136, 15, 'Lutzmannsburg', 474666700, 166333300, 0),
(66871, 136, 15, 'Mariasdorf', 473666700, 162166700, 0),
(66872, 136, 15, 'Markt Allhau', 472833300, 160833300, 0),
(66873, 136, 15, 'Markt Neuhodis', 473000000, 164000000, 0),
(66874, 136, 15, 'Markt Sankt Martin', 475666700, 164333300, 0),
(66875, 136, 15, 'Marz', 477166700, 164166700, 0),
(66876, 136, 15, 'Mischendorf', 471833300, 163166700, 0),
(66877, 136, 15, 'Mogersdorf', 469491700, 162322200, 0),
(66878, 136, 15, 'Monchhof', 478802000, 169412600, 0),
(66879, 136, 15, 'Morbisch am See', 477500000, 166666700, 0),
(66880, 136, 15, 'Moschendorf', 470500000, 164833300, 0),
(66881, 136, 15, 'Muhlgraben', 468897200, 160408300, 0),
(66882, 136, 15, 'Mullendorf', 478333300, 164500000, 0),
(66883, 136, 15, 'Neckenmarkt', 476000000, 165500000, 0),
(66884, 136, 15, 'Neudorfl', 477833300, 162833300, 0),
(66885, 136, 15, 'Neufeld an der Leitha', 478500000, 163666700, 0),
(66886, 136, 15, 'Neuhaus am Klausenbach', 468705600, 160288900, 0),
(66887, 136, 15, 'Neutal', 475333300, 164333300, 0),
(66888, 136, 15, 'Nickelsdorf', 479405600, 170694400, 0),
(66889, 136, 15, 'Nikitsch', 475333300, 166666700, 0),
(66890, 136, 15, 'Oberdorf im Burgenland', 472166700, 162166700, 0),
(66891, 136, 15, 'Oberloisdorf', 474500000, 165000000, 0),
(66892, 136, 15, 'Oberpullendorf', 475035200, 165044700, 0),
(66893, 136, 15, 'Oberschutzen', 473500000, 162000000, 0),
(66894, 136, 15, 'Olbendorf', 471833300, 162000000, 0),
(66895, 136, 15, 'Ollersdorf im Burgenland', 471833300, 161666700, 0),
(66896, 136, 15, 'Oslip', 478290600, 166195700, 0),
(66897, 136, 15, 'Pama', 480500000, 170333300, 0),
(66898, 136, 15, 'Pamhagen', 477009200, 169077900, 0),
(66899, 136, 15, 'Pilgersdorf', 474333300, 163500000, 0),
(66900, 136, 15, 'Piringsdorf', 474333300, 164166700, 0),
(66901, 136, 15, 'Podersdorf am See', 478541200, 168370600, 0),
(66902, 136, 15, 'Pottelsdorf', 477500000, 164333300, 0),
(66903, 136, 15, 'Potzneusiedl', 480333300, 169333300, 0),
(66904, 136, 15, 'Raiding', 475666700, 165333300, 0),
(66905, 136, 15, 'Rechnitz', 473000000, 164500000, 0),
(66906, 136, 15, 'Riedlingsdorf', 473500000, 161333300, 0),
(66907, 136, 15, 'Ritzing', 476000000, 165000000, 0),
(66908, 136, 15, 'Rohr im Burgenland', 471166700, 161666700, 0),
(66909, 136, 15, 'Rohrbach bei Mattersburg', 477166700, 164166700, 0),
(66910, 136, 15, 'Rotenturm an der Pinka', 472500000, 162500000, 0),
(66911, 136, 15, 'Rudersdorf', 470500000, 161166700, 0),
(66912, 136, 15, 'Sankt Martin an der Raab', 469225000, 161361100, 0),
(66913, 136, 15, 'Sankt Michael im Burgenland', 471333300, 162666700, 0),
(66914, 136, 15, 'Schandorf', 472333300, 164166700, 0),
(66915, 136, 15, 'Schattendorf', 477097300, 165097900, 0),
(66916, 136, 15, 'Schutzen am Gebirge', 478500000, 166166700, 0),
(66917, 136, 15, 'Stadtschlaining', 473166700, 162833300, 0),
(66918, 136, 15, 'Steinbrunn', 478333300, 164166700, 0),
(66919, 136, 15, 'Stinatz', 472000000, 161166700, 0),
(66920, 136, 15, 'Stoob', 475166700, 164666700, 0),
(66921, 136, 15, 'Stotzing', 479000000, 165500000, 0),
(66922, 136, 15, 'Strem', 470500000, 164166700, 0),
(66923, 136, 15, 'Tadten', 477666700, 169833300, 0),
(66924, 136, 15, 'Tobaj', 470833300, 163000000, 0),
(66925, 136, 15, 'Unterfrauenhaid', 475666700, 165000000, 0),
(66926, 136, 15, 'Unterkohlstatten', 473833300, 163166700, 0),
(66927, 136, 15, 'Unterwart', 472500000, 162333300, 0),
(66928, 136, 15, 'Wallern im Burgenland', 477284700, 169370600, 0),
(66929, 136, 15, 'Weichselbaum', 469425000, 161875000, 0),
(66930, 136, 15, 'Weiden am See', 479253200, 168689900, 0),
(66931, 136, 15, 'Weiden bei Rechnitz', 473000000, 163500000, 0),
(66932, 136, 15, 'Weingraben', 475166700, 163666700, 0),
(66933, 136, 15, 'Weppersdorf', 475833300, 164333300, 0),
(66934, 136, 15, 'Wiesen', 477333300, 163333300, 0),
(66935, 136, 15, 'Wimpassing an der Leitha', 479166700, 164333300, 0),
(66936, 136, 15, 'Winden am See', 479500000, 167500000, 0),
(66937, 136, 15, 'Wulkaprodersdorf', 478000000, 165000000, 0),
(66938, 136, 15, 'Zagersdorf', 477666700, 165166700, 0),
(66939, 136, 15, 'Zillingtal', 478166700, 164000000, 0),
(66940, 136, 15, 'Zurndorf', 479831400, 170031500, 0),
(66941, 137, 15, 'Bad Sankt Leonhard im Lavanttal', 469627800, 147916700, 0),
(66942, 137, 15, 'Berg im Drautal', 467491500, 131353600, 0),
(66943, 137, 15, 'Bodensdorf', 466981030, 140108100, 0),
(66944, 137, 15, 'Dellach', 466666700, 130833300, 0),
(66945, 137, 15, 'Dellach im Drautal', 467375000, 130783300, 0),
(66946, 137, 15, 'Diex', 467500000, 146000000, 0),
(66947, 137, 15, 'Eberndorf', 465913900, 146436100, 0),
(66948, 137, 15, 'Eberstein', 468080600, 145600000, 0),
(66949, 137, 15, 'Feistritz an der Gail', 465775000, 136066700, 0),
(66950, 137, 15, 'Feistritz im Rosental', 465166700, 141666700, 0),
(66951, 137, 15, 'Feistritz ob Bleiburg', 465500000, 147666700, 0),
(66952, 137, 15, 'Feld am See', 467763900, 137477800, 0),
(66953, 137, 15, 'Ferndorf', 467397200, 136375000, 0),
(66954, 137, 15, 'Flattach', 469386100, 131344400, 0),
(66955, 137, 15, 'Frauenstein', 468141700, 142941700, 0),
(66956, 137, 15, 'Gallizien', 465500000, 145166700, 0),
(66957, 137, 15, 'Glanegg', 467136100, 142063900, 0),
(66958, 137, 15, 'Globasnitz', 465569400, 147027800, 0),
(66959, 137, 15, 'Glodnitz', 468666700, 141166700, 0),
(66960, 137, 15, 'Grafenstein', 466000000, 144666700, 0),
(66961, 137, 15, 'Greifenburg', 467558300, 131777800, 0),
(66962, 137, 15, 'Griffen', 467044400, 147327800, 0),
(66963, 137, 15, 'Grosskirchheim', 469735200, 129048200, 0),
(66964, 137, 15, 'Gurk', 468738900, 142916700, 0),
(66965, 137, 15, 'Guttaring', 468833300, 145000000, 0),
(66966, 137, 15, 'Heiligenblut', 470397900, 128434500, 0),
(66967, 137, 15, 'Hermagor', 466272200, 133672200, 0),
(66968, 137, 15, 'Himmelberg', 467566700, 140305600, 0),
(66969, 137, 15, 'Hohenthurn', 465583300, 136677800, 0),
(66970, 137, 15, 'Huttenberg', 469413900, 145500000, 0),
(66971, 137, 15, 'Irschen', 467569400, 130252800, 0),
(66972, 137, 15, 'Keutschach am See', 465930600, 141888900, 0),
(66973, 137, 15, 'Kleinkirchheim', 468227800, 137922200, 0),
(66974, 137, 15, 'Kottmannsdorf', 465613900, 142338900, 0),
(66975, 137, 15, 'Lavamund', 466401900, 149473300, 0),
(66976, 137, 15, 'Lendorf', 468352800, 134302800, 0),
(66977, 137, 15, 'Liebenfels', 467377800, 142866700, 0),
(66978, 137, 15, 'Ludmannsdorf', 465413900, 141342500, 0),
(66979, 137, 15, 'Maria Rain', 465538900, 142955600, 0),
(66980, 137, 15, 'Maria Saal', 466808300, 143486100, 0),
(66981, 137, 15, 'Metnitz', 469805600, 142166700, 0),
(66982, 137, 15, 'Millstatt', 468041700, 135805600, 0),
(66983, 137, 15, 'Molbling', 468622200, 144480600, 0),
(66984, 137, 15, 'Mortschach', 469238900, 129177800, 0),
(66985, 137, 15, 'Muhldorf', 468602800, 133536100, 0),
(66986, 137, 15, 'Neuhaus', 466333300, 148833300, 0),
(66987, 137, 15, 'Oberdrauburg', 467430600, 129702800, 0),
(66988, 137, 15, 'Paternion', 467141700, 136361100, 0),
(66989, 137, 15, 'Poggersdorf', 466500000, 144500000, 0),
(66990, 137, 15, 'Radenthein', 468005600, 137116700, 0),
(66991, 137, 15, 'Reichenfels', 470000000, 147500000, 0),
(66992, 137, 15, 'Rosegg', 465833300, 140333300, 0),
(66993, 137, 15, 'Ruden', 466583300, 147763900, 0),
(66994, 137, 15, 'Sachsenburg', 468291700, 133550000, 0),
(66995, 137, 15, 'Sankt Andra', 467661100, 148236100, 0),
(66996, 137, 15, 'Sittersdorf', 465444400, 146058300, 0),
(66997, 137, 15, 'St. Georgen am Laengsee', 467806100, 144303300, 0),
(66998, 137, 15, 'Stall', 468905600, 130369400, 0),
(66999, 137, 15, 'Steindorf am Ossiacher See', 466983300, 140091700, 0),
(67000, 137, 15, 'Steinfeld', 467655600, 132716700, 0),
(67001, 137, 15, 'Steuerberg', 467833300, 141166700, 0),
(67002, 137, 15, 'Stockenboi', 467261100, 135230600, 0),
(67003, 137, 15, 'Strassburg', 468944400, 143286100, 0),
(67004, 137, 15, 'Trebesing', 468863900, 135102800, 0),
(67005, 137, 15, 'Velden am Worthersee', 466130100, 140413000, 0),
(67006, 137, 15, 'Voelkermarkt', 466622200, 146344400, 0),
(67007, 137, 15, 'Wernberg', 466166700, 139333300, 0),
(67008, 137, 15, 'Winklern', 468736100, 128747200, 0),
(67009, 138, 15, 'Achau', 480802600, 163861100, 0),
(67010, 138, 15, 'Aderklaa', 482833300, 165333300, 0),
(67011, 138, 15, 'Aggsbach', 482940400, 154038200, 0),
(67012, 138, 15, 'Alland', 480582900, 160790100, 0),
(67013, 138, 15, 'Allentsteig', 486972500, 153275600, 0),
(67014, 138, 15, 'Allhartsberg', 480263300, 147900900, 0),
(67015, 138, 15, 'Altenburg', 486333300, 155833300, 0),
(67016, 138, 15, 'Altendorf', 476500000, 160166700, 0),
(67017, 138, 15, 'Altlichtenwarth', 486333300, 168000000, 0),
(67018, 138, 15, 'Altmelon', 484500000, 149666700, 0),
(67019, 138, 15, 'Angern an der March', 483777800, 168280600, 0),
(67020, 138, 15, 'Annaberg', 478713400, 153764800, 0),
(67021, 138, 15, 'Arbesbach', 484833300, 149500000, 0),
(67022, 138, 15, 'Asparn an der Zaya', 485833300, 165000000, 0),
(67023, 138, 15, 'Asperhofen', 482458300, 159260600, 0),
(67024, 138, 15, 'Atzenbrugg', 482911900, 159061400, 0),
(67025, 138, 15, 'Au am Leithaberge', 479166700, 165500000, 0),
(67026, 138, 15, 'Auersthal', 483666700, 166333300, 0),
(67027, 138, 15, 'Bad Pirawarth', 484519400, 165983300, 0),
(67028, 138, 15, 'Bad Schonau', 474833300, 162333300, 0),
(67029, 138, 15, 'Berg', 481000000, 170333300, 0),
(67030, 138, 15, 'Bernhardsthal', 486915800, 168695100, 0),
(67031, 138, 15, 'Biberbach', 480166700, 147000000, 0),
(67032, 138, 15, 'Biedermannsdorf', 480839300, 163454200, 0),
(67033, 138, 15, 'Bisamberg', 483333300, 163500000, 0),
(67034, 138, 15, 'Bischofstetten', 481222200, 154690900, 0),
(67035, 138, 15, 'Blindenmarkt', 481333300, 149833300, 0),
(67036, 138, 15, 'Breitenau', 477335500, 161433800, 0),
(67037, 138, 15, 'Bromberg', 476666700, 162000000, 0),
(67038, 138, 15, 'Brunn an der Wild', 486942500, 155200800, 0),
(67039, 138, 15, 'Buchbach', 476964800, 159842500, 0),
(67040, 138, 15, 'Dobersberg', 489000000, 153166700, 0),
(67041, 138, 15, 'Drasenhofen', 487500000, 166500000, 0),
(67042, 138, 15, 'Durnkrut', 484731500, 168506200, 0),
(67043, 138, 15, 'Durnstein', 483833300, 155166700, 0),
(67044, 138, 15, 'Ebenthal', 484333300, 167833300, 0),
(67045, 138, 15, 'Ebreichsdorf', 479500000, 164000000, 0),
(67046, 138, 15, 'Echsenbach', 487166700, 152166700, 0),
(67047, 138, 15, 'Eckartsau', 481450700, 167973700, 0),
(67048, 138, 15, 'Edlitz', 475833300, 161333300, 0),
(67049, 138, 15, 'Eggenburg', 486389200, 158190300, 0),
(67050, 138, 15, 'Eggern', 489082900, 151487700, 0),
(67051, 138, 15, 'Eichgraben', 481720400, 159839100, 0),
(67052, 138, 15, 'Eisgarn', 489000000, 151000000, 0),
(67053, 138, 15, 'Emmersdorf an der Donau', 482414000, 153372100, 0),
(67054, 138, 15, 'Engelhartstetten', 481666700, 168833300, 0),
(67055, 138, 15, 'Enzenreith', 476683900, 159524900, 0),
(67056, 138, 15, 'Enzersdorf an der Fischa', 480833300, 166000000, 0),
(67057, 138, 15, 'Enzersfeld', 483500000, 164166700, 0),
(67058, 138, 15, 'Erlach', 477166700, 162166700, 0),
(67059, 138, 15, 'Ernstbrunn', 485333300, 163500000, 0),
(67060, 138, 15, 'Eschenau', 480482500, 155669400, 0),
(67061, 138, 15, 'Fallbach', 486500000, 164166700, 0),
(67062, 138, 15, 'Feistritz am Wechsel', 476000000, 160500000, 0),
(67063, 138, 15, 'Fels am Wagram', 484333300, 158166700, 0),
(67064, 138, 15, 'Ferschnitz', 480833300, 150000000, 0),
(67065, 138, 15, 'Frankenfels', 479823400, 153259300, 0),
(67066, 138, 15, 'Ganserndorf', 483392500, 167201600, 0),
(67067, 138, 15, 'Gastern', 488944600, 152202700, 0),
(67068, 138, 15, 'Gaubitsch', 486500000, 163833300, 0),
(67069, 138, 15, 'Geras', 487972500, 156726800, 0),
(67070, 138, 15, 'Gerersdorf', 481833300, 155500000, 0),
(67071, 138, 15, 'Gfohl', 485166700, 154833300, 0),
(67072, 138, 15, 'Giesshubl', 480978000, 162347900, 0),
(67073, 138, 15, 'Glinzendorf', 482460500, 166406000, 0),
(67074, 138, 15, 'Gnadendorf', 486166700, 164000000, 0),
(67075, 138, 15, 'Gollersdorf', 484833300, 161166700, 0),
(67076, 138, 15, 'Gopfritz an der Wild', 487166700, 154000000, 0),
(67077, 138, 15, 'Gramatneusiedl', 480166700, 164833300, 0),
(67078, 138, 15, 'Gresten', 479852100, 150255200, 0),
(67079, 138, 15, 'Grimmenstein', 476166700, 161333300, 0),
(67080, 138, 15, 'Gross-Engersdorf', 483500000, 165666700, 0),
(67081, 138, 15, 'Gross-Gerungs', 485742200, 149578900, 0),
(67082, 138, 15, 'Gross-Schweinbarth', 484147200, 166319400, 0),
(67083, 138, 15, 'Gross-Siegharts', 487833300, 154000000, 0),
(67084, 138, 15, 'Grossharras', 486638900, 162455600, 0),
(67085, 138, 15, 'Grosshofen', 482583400, 166194000, 0),
(67086, 138, 15, 'Grosskrut', 486438900, 167236100, 0),
(67087, 138, 15, 'Grossmugl', 484991700, 162305600, 0),
(67088, 138, 15, 'Grossriedenthal', 484833300, 158666700, 0),
(67089, 138, 15, 'Grossrussbach', 484666700, 164166700, 0),
(67090, 138, 15, 'Grossweikersdorf', 484666700, 159833300, 0),
(67091, 138, 15, 'Guntersdorf', 486500000, 160500000, 0),
(67092, 138, 15, 'Gutenbrunn', 483500000, 151166700, 0),
(67093, 138, 15, 'Hadres', 487000000, 161166700, 0),
(67094, 138, 15, 'Hafnerbach', 482166700, 154833300, 0),
(67095, 138, 15, 'Hagenbrunn', 483333300, 164000000, 0),
(67096, 138, 15, 'Hainburg an der Donau', 481462700, 169450400, 0),
(67097, 138, 15, 'Hainfeld', 480339000, 157741400, 0),
(67098, 138, 15, 'Hardegg', 488500000, 158500000, 0),
(67099, 138, 15, 'Haringsee', 481927000, 167874100, 0),
(67100, 138, 15, 'Harmannsdorf', 483833300, 163666700, 0),
(67101, 138, 15, 'Haugschlag', 489833300, 150500000, 0),
(67102, 138, 15, 'Haugsdorf', 487000000, 160666700, 0),
(67103, 138, 15, 'Hauskirchen', 486000000, 167666700, 0),
(67104, 138, 15, 'Hausleiten', 483833300, 161000000, 0),
(67105, 138, 15, 'Heidenreichstein', 488666700, 151166700, 0),
(67106, 138, 15, 'Heiligenkreuz', 480555900, 161249300, 0),
(67107, 138, 15, 'Hennersdorf', 481117300, 163631100, 0),
(67108, 138, 15, 'Hernstein', 478946500, 161056100, 0),
(67109, 138, 15, 'Herrnbaumgarten', 486833300, 166833300, 0),
(67110, 138, 15, 'Himberg', 480833300, 164333300, 0),
(67111, 138, 15, 'Hirschbach', 487333300, 151166700, 0),
(67112, 138, 15, 'Hochleithen', 484666700, 165333300, 0),
(67113, 138, 15, 'Hochwolkersdorf', 476500000, 162833300, 0),
(67114, 138, 15, 'Hof am Leithaberge', 479500000, 165833300, 0),
(67115, 138, 15, 'Hohenberg', 479067900, 156199800, 0),
(67116, 138, 15, 'Hoheneich', 487666700, 150166700, 0),
(67117, 138, 15, 'Hohenruppersdorf', 484500000, 166500000, 0),
(67118, 138, 15, 'Hollenthon', 475833300, 162500000, 0),
(67119, 138, 15, 'Hundsheim', 481174900, 169358100, 0),
(67120, 138, 15, 'Hurm', 481560100, 154126200, 0),
(67121, 138, 15, 'Japons', 487925000, 155683100, 0),
(67122, 138, 15, 'Jedenspeigen', 484980700, 168722500, 0),
(67123, 138, 15, 'Kaltenleutgeben', 481164600, 161995600, 0),
(67124, 138, 15, 'Kapelln', 482581700, 157573100, 0),
(67125, 138, 15, 'Kasten bei Boheimkirchen', 481532000, 157794600, 0),
(67126, 138, 15, 'Kaumberg', 480241500, 158984200, 0),
(67127, 138, 15, 'Kautzen', 489166700, 152333300, 0),
(67128, 138, 15, 'Kematen an der Ybbs', 480254100, 147646800, 0),
(67129, 138, 15, 'Kilb', 481010100, 154085000, 0),
(67130, 138, 15, 'Kirchberg am Wagram', 484333300, 158833300, 0),
(67131, 138, 15, 'Kirchberg am Walde', 487166700, 150833300, 0),
(67132, 138, 15, 'Kirchberg am Wechsel', 476073800, 159910300, 0),
(67133, 138, 15, 'Kirchberg an der Pielach', 480269000, 154287500, 0),
(67134, 138, 15, 'Kirchschlag', 483833300, 152166700, 0),
(67135, 138, 15, 'Kirchschlag in der Buckligen Welt', 475000000, 162833300, 0),
(67136, 138, 15, 'Klein-Poechlarn', 482166700, 152166700, 0),
(67137, 138, 15, 'Kleinzell', 479799300, 157362000, 0),
(67138, 138, 15, 'Krumau am Kamp', 485833300, 154333300, 0),
(67139, 138, 15, 'Laab im Walde', 481548600, 161735900, 0),
(67140, 138, 15, 'Ladendorf', 485333300, 164833300, 0),
(67141, 138, 15, 'Langau', 488320700, 157156000, 0),
(67142, 138, 15, 'Langenrohr', 483048900, 160103400, 0),
(67143, 138, 15, 'Lanzenkirchen', 477333300, 162333300, 0),
(67144, 138, 15, 'Lassee', 482247900, 168223000, 0),
(67145, 138, 15, 'Leiben', 482462800, 152746000, 0),
(67146, 138, 15, 'Lengenfeld', 484666700, 155833300, 0),
(67147, 138, 15, 'Leobendorf', 483833300, 163166700, 0),
(67148, 138, 15, 'Leopoldsdorf im Marchfelde', 482226100, 166885800, 0),
(67149, 138, 15, 'Lichtenegg', 476000000, 162000000, 0),
(67150, 138, 15, 'Lichtenworth', 478333300, 162833300, 0),
(67151, 138, 15, 'Lilienfeld', 480131200, 155966400, 0),
(67152, 138, 15, 'Litschau', 489333300, 150500000, 0),
(67153, 138, 15, 'Loich', 479957800, 154016300, 0),
(67154, 138, 15, 'Mailberg', 486737900, 161813200, 0),
(67155, 138, 15, 'Mannersdorf am Leithagebirge', 479666700, 166000000, 0),
(67156, 138, 15, 'Mannsdorf an der Donau', 481520000, 166650600, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(67157, 138, 15, 'Marbach an der Donau', 482166700, 151500000, 0),
(67158, 138, 15, 'Marchegg', 482788500, 169093300, 0),
(67159, 138, 15, 'Maria Laach am Jauerling', 483000000, 153333300, 0),
(67160, 138, 15, 'Maria Taferl', 482166700, 151500000, 0),
(67161, 138, 15, 'Markgrafneusiedl', 482666700, 166333300, 0),
(67162, 138, 15, 'Markt Piesting', 478735800, 161251000, 0),
(67163, 138, 15, 'Michelhausen', 482908500, 159389300, 0),
(67164, 138, 15, 'Miesenbach', 478403500, 159823600, 0),
(67165, 138, 15, 'Mitterbach am Erlaufsee', 478139600, 152953700, 0),
(67166, 138, 15, 'Mitterndorf an der Fischa', 479833300, 164666700, 0),
(67167, 138, 15, 'Monichkirchen', 475000000, 160333300, 0),
(67168, 138, 15, 'Moosbrunn', 480166700, 164500000, 0),
(67169, 138, 15, 'Muggendorf', 479105900, 159353300, 0),
(67170, 138, 15, 'Muhldorf', 483666700, 153500000, 0),
(67171, 138, 15, 'Neidling', 482333300, 155500000, 0),
(67172, 138, 15, 'Neudorf bei Staatz', 487208300, 164913900, 0),
(67173, 138, 15, 'Neuhofen an der Ybbs', 480579500, 148548900, 0),
(67174, 138, 15, 'Neulengbach', 481974500, 159021900, 0),
(67175, 138, 15, 'Neusiedl an der Zaya', 486333300, 168000000, 0),
(67176, 138, 15, 'Niederhollabrunn', 484333300, 163000000, 0),
(67177, 138, 15, 'Niederleis', 485500000, 164000000, 0),
(67178, 138, 15, 'Ober-Grafendorf', 481504000, 155453100, 0),
(67179, 138, 15, 'Oberndorf an der Melk', 480638600, 152243000, 0),
(67180, 138, 15, 'Obersiebenbrunn', 482666700, 167000000, 0),
(67181, 138, 15, 'Opponitz', 478666700, 148166700, 0),
(67182, 138, 15, 'Orth an der Donau', 481452400, 167008900, 0),
(67183, 138, 15, 'Ottenthal', 487500000, 165666700, 0),
(67184, 138, 15, 'Otterthal', 476166700, 159333300, 0),
(67185, 138, 15, 'Parbasdorf', 482833300, 166000000, 0),
(67186, 138, 15, 'Payerbach', 476920900, 158634000, 0),
(67187, 138, 15, 'Pernegg', 487333300, 156166700, 0),
(67188, 138, 15, 'Pernersdorf', 487000000, 160166700, 0),
(67189, 138, 15, 'Petronell-Carnuntum', 481166700, 168500000, 0),
(67190, 138, 15, 'Petzenkirchen', 481333300, 151500000, 0),
(67191, 138, 15, 'Pfaffstatten', 480173700, 162635400, 0),
(67192, 138, 15, 'Pillichsdorf', 483500000, 165333300, 0),
(67193, 138, 15, 'Poggstall', 483166700, 151833300, 0),
(67194, 138, 15, 'Pottenstein', 479582000, 160948000, 0),
(67195, 138, 15, 'Poysdorf', 486666700, 166333300, 0),
(67196, 138, 15, 'Prellenkirchen', 480666700, 169500000, 0),
(67197, 138, 15, 'Prigglitz', 477031800, 159279400, 0),
(67198, 138, 15, 'Puchberg am Schneeberg', 477870900, 159135200, 0),
(67199, 138, 15, 'Puchenstuben', 479281900, 152874800, 0),
(67200, 138, 15, 'Pulkau', 487048400, 158603100, 0),
(67201, 138, 15, 'Pyhra', 481591000, 156862400, 0),
(67202, 138, 15, 'Raabs an der Thaya', 488500000, 155000000, 0),
(67203, 138, 15, 'Raach am Hochgebirge', 476333300, 159333300, 0),
(67204, 138, 15, 'Rabenstein an der Pielach', 480653500, 154677200, 0),
(67205, 138, 15, 'Ramsau', 480031300, 158033200, 0),
(67206, 138, 15, 'Randegg', 480119800, 149733400, 0),
(67207, 138, 15, 'Rastenfeld', 485734800, 153317600, 0),
(67208, 138, 15, 'Rauchenwarth', 480833300, 165166700, 0),
(67209, 138, 15, 'Ravelsbach', 485500000, 158500000, 0),
(67210, 138, 15, 'Raxendorf', 483333300, 152666700, 0),
(67211, 138, 15, 'Reingers', 489666700, 151333300, 0),
(67212, 138, 15, 'Reinsberg', 479856700, 150706700, 0),
(67213, 138, 15, 'Reisenberg', 480000000, 165166700, 0),
(67214, 138, 15, 'Rohr im Gebirge', 478947100, 157360300, 0),
(67215, 138, 15, 'Rohrau', 480666700, 168500000, 0),
(67216, 138, 15, 'Rohrbach an der Goelsen', 480469900, 157416900, 0),
(67217, 138, 15, 'Rohrenbach', 486500000, 155000000, 0),
(67218, 138, 15, 'Roschitz', 486431200, 158177400, 0),
(67219, 138, 15, 'Rosental', 477891190, 159940450, 0),
(67220, 138, 15, 'Sankt Corona am Wechsel', 475833300, 160000000, 0),
(67221, 138, 15, 'Sankt Georgen am Ybbsfelde', 481333300, 149500000, 0),
(67222, 138, 15, 'Sankt Georgen an der Leys', 480314900, 152272200, 0),
(67223, 138, 15, 'Sankt Leonhard am Forst', 481333300, 152833300, 0),
(67224, 138, 15, 'Sankt Margarethen an der Sierning', 481591000, 154905500, 0),
(67225, 138, 15, 'Sankt Veit an der Golsen', 480432000, 156694200, 0),
(67226, 138, 15, 'Scharndorf', 480833300, 167833300, 0),
(67227, 138, 15, 'Schonau an der Triesting', 479345200, 162537600, 0),
(67228, 138, 15, 'Schonbach', 484500000, 150333300, 0),
(67229, 138, 15, 'Schottwien', 476568300, 158725000, 0),
(67230, 138, 15, 'Schrattenbach', 477790200, 159906000, 0),
(67231, 138, 15, 'Schrattenberg', 487166700, 167166700, 0),
(67232, 138, 15, 'Schrattenthal', 487000000, 159000000, 0),
(67233, 138, 15, 'Schwadorf', 480666700, 165833300, 0),
(67234, 138, 15, 'Schwarzau im Gebirge', 478122300, 157058100, 0),
(67235, 138, 15, 'Schwarzenbach', 476333300, 163500000, 0),
(67236, 138, 15, 'Seebenstein', 476833300, 161333300, 0),
(67237, 138, 15, 'Semmering', 476334700, 158299300, 0),
(67238, 138, 15, 'Senftenberg', 484333300, 155500000, 0),
(67239, 138, 15, 'Sieghartskirchen', 482553100, 160122300, 0),
(67240, 138, 15, 'Sierndorf', 484166700, 161500000, 0),
(67241, 138, 15, 'Sitzendorf an der Schmida', 485833300, 159333300, 0),
(67242, 138, 15, 'Sommerein', 479833300, 166500000, 0),
(67243, 138, 15, 'Spillern', 483833300, 162500000, 0),
(67244, 138, 15, 'Spitz', 483656000, 154141600, 0),
(67245, 138, 15, 'Staatz', 486666700, 164833300, 0),
(67246, 138, 15, 'Stetteldorf am Wagram', 484000000, 160166700, 0),
(67247, 138, 15, 'Strasshof an der Nordbahn', 483166700, 166666700, 0),
(67248, 138, 15, 'Strengberg', 481333300, 146333300, 0),
(67249, 138, 15, 'Tattendorf', 479500000, 163000000, 0),
(67250, 138, 15, 'Teesdorf', 479500000, 162833300, 0),
(67251, 138, 15, 'Thomasberg', 475666700, 161333300, 0),
(67252, 138, 15, 'Traiskirchen', 480148500, 162932400, 0),
(67253, 138, 15, 'Trattenbach', 476000000, 158666700, 0),
(67254, 138, 15, 'Trautmannsdorf an der Leitha', 480166700, 166333300, 0),
(67255, 138, 15, 'Trumau', 479934800, 163426800, 0),
(67256, 138, 15, 'Turnitz', 479309500, 154929500, 0),
(67257, 138, 15, 'Untersiebenbrunn', 482500000, 167333300, 0),
(67258, 138, 15, 'Unterstinkenbrunn', 486666700, 163333300, 0),
(67259, 138, 15, 'Vitis', 487596400, 151825900, 0),
(67260, 138, 15, 'Waidmannsfeld', 478704200, 159811600, 0),
(67261, 138, 15, 'Waldenstein', 487166700, 150166700, 0),
(67262, 138, 15, 'Waldhausen', 485166700, 152500000, 0),
(67263, 138, 15, 'Walpersbach', 477166700, 162333300, 0),
(67264, 138, 15, 'Wartmannstetten', 476935900, 160750600, 0),
(67265, 138, 15, 'Weinzierl am Walde', 484166700, 154333300, 0),
(67266, 138, 15, 'Weinzierl bei Krems', 484000000, 156000000, 0),
(67267, 138, 15, 'Weissenbach an der Triesting', 479821100, 160393500, 0),
(67268, 138, 15, 'Weiten', 482833300, 152500000, 0),
(67269, 138, 15, 'Weitersfeld', 487666700, 158000000, 0),
(67270, 138, 15, 'Weitra', 487000000, 148833300, 0),
(67271, 138, 15, 'Wiesmath', 476166700, 162833300, 0),
(67272, 138, 15, 'Wilfersdorf', 485833300, 166333300, 0),
(67273, 138, 15, 'Wilhelmsburg', 481057100, 156053900, 0),
(67274, 138, 15, 'Willendorf', 477892900, 160568600, 0),
(67275, 138, 15, 'Wimpassing im Schwarzatale', 477029500, 160333400, 0),
(67276, 138, 15, 'Windigsteig', 487666700, 152833300, 0),
(67277, 138, 15, 'Wolfpassing', 480666700, 150500000, 0),
(67278, 138, 15, 'Wolfsthal', 481333300, 170000000, 0),
(67279, 138, 15, 'Wordern', 483340000, 162101600, 0),
(67280, 138, 15, 'Wurflach', 477764800, 160546300, 0),
(67281, 138, 15, 'Wurmla', 482549700, 158603100, 0),
(67282, 138, 15, 'Zellerndorf', 486833300, 159500000, 0),
(67283, 138, 15, 'Ziersdorf', 485166700, 159166700, 0),
(67284, 138, 15, 'Zillingdorf', 478500000, 163333300, 0),
(67285, 138, 15, 'Zwolfaxing', 481099000, 164626700, 0),
(67286, 139, 15, 'Alberndorf in der Riedmark', 484060700, 144144100, 0),
(67287, 139, 15, 'Altmunster', 479021900, 137641500, 0),
(67288, 139, 15, 'Aurach am Hongar', 479518200, 136729100, 0),
(67289, 139, 15, 'Bachmanning', 481166700, 138000000, 0),
(67290, 139, 15, 'Bad Hall', 480383200, 142077300, 0),
(67291, 139, 15, 'Bad Leonfelden', 485204700, 142945900, 0),
(67292, 139, 15, 'Bad Schallerbach', 482299900, 139192500, 0),
(67293, 139, 15, 'Buchkirchen', 482242700, 140224200, 0),
(67294, 139, 15, 'Desselbrunn', 480166700, 137666700, 0),
(67295, 139, 15, 'Fornach', 480227700, 134294100, 0),
(67296, 139, 15, 'Gaflenz', 478833300, 147166700, 0),
(67297, 139, 15, 'Gampern', 479874500, 135592700, 0),
(67298, 139, 15, 'Goldworth', 483266400, 141011200, 0),
(67299, 139, 15, 'Gramastetten', 483802800, 141918500, 0),
(67300, 139, 15, 'Gruenau im Almtal', 478549300, 139557300, 0),
(67301, 139, 15, 'Hellmonsodt', 484333300, 143000000, 0),
(67302, 139, 15, 'Horsching', 482262700, 141778600, 0),
(67303, 139, 15, 'Innerschwand', 478333300, 134000000, 0),
(67304, 139, 15, 'Kirchschlag bei Linz', 484114900, 142765600, 0),
(67305, 139, 15, 'Laussa', 479500000, 144500000, 0),
(67306, 139, 15, 'Losenstein', 479242800, 144367200, 0),
(67307, 139, 15, 'Manning', 480885100, 136668200, 0),
(67308, 139, 15, 'Maria Neustift', 479333300, 146000000, 0),
(67309, 139, 15, 'Neukirchen an der Vockla', 480333300, 135333300, 0),
(67310, 139, 15, 'Neukirchen bei Lambach', 481000000, 138166700, 0),
(67311, 139, 15, 'Niederthalheim', 481000000, 137500000, 0),
(67312, 139, 15, 'Oberhofen am Irrsee', 479500000, 133000000, 0),
(67313, 139, 15, 'Oberneukirchen', 484500000, 142166700, 0),
(67314, 139, 15, 'Oberwang', 478666700, 134333300, 0),
(67315, 139, 15, 'Offenhausen', 481500000, 138333300, 0),
(67316, 139, 15, 'Ottenschlag im Muhlkreis', 484663200, 143847100, 0),
(67317, 139, 15, 'Ottensheim', 483324600, 141742500, 0),
(67318, 139, 15, 'Pennewang', 481333300, 138500000, 0),
(67319, 139, 15, 'Pfaffing', 480180000, 134750700, 0),
(67320, 139, 15, 'Pfarrkirchen bei Bad Hall', 480304600, 141991400, 0),
(67321, 139, 15, 'Pfarrkirchen im Muehlkreis', 485037500, 138263800, 0),
(67322, 139, 15, 'Reichenthal', 485428600, 143847100, 0),
(67323, 139, 15, 'Rustorf', 480432600, 137898200, 0),
(67324, 139, 15, 'Sankt Florian', 482056800, 143783600, 0),
(67325, 139, 15, 'Sankt Georgen am Walde', 483597900, 149023500, 0),
(67326, 139, 15, 'Sankt Gotthard im Muhlkreis', 483802000, 141318500, 0),
(67327, 139, 15, 'Sankt Lorenz', 478166700, 133666700, 0),
(67328, 139, 15, 'Sankt Wolfgang im Salzkammergut', 477393200, 134466600, 0),
(67329, 139, 15, 'Schenkenfelden', 485027300, 143618800, 0),
(67330, 139, 15, 'Schlatt', 480717700, 137890400, 0),
(67331, 139, 15, 'Schwanenstadt', 480553700, 137750500, 0),
(67332, 139, 15, 'Tiefgraben', 478833300, 133500000, 0),
(67333, 139, 15, 'Timelkam', 480039400, 136076000, 0),
(67334, 139, 15, 'Ungenach', 480500000, 136166700, 0),
(67335, 139, 15, 'Vocklamarkt', 480025000, 134838300, 0),
(67336, 139, 15, 'Vorchdorf', 480038800, 139212200, 0),
(67337, 139, 15, 'Walding', 483520900, 141576000, 0),
(67338, 139, 15, 'Waldneukirchen', 479985400, 142587900, 0),
(67339, 139, 15, 'Weyer Markt', 478500000, 146666700, 0),
(67340, 139, 15, 'Zell am Pettenfirst', 480666700, 135833300, 0),
(67341, 139, 15, 'Zwettl an der Rodl', 484655200, 142713300, 0),
(67342, 140, 15, 'Abtenau', 475637300, 133459900, 0),
(67343, 140, 15, 'Altenmarkt im Pongau', 473833300, 134166700, 0),
(67344, 140, 15, 'Ansfelden', 479650000, 130494400, 0),
(67345, 140, 15, 'Bad Hofgastein', 471666700, 131000000, 0),
(67346, 140, 15, 'Berndorf bei Salzburg', 479833300, 130666700, 0),
(67347, 140, 15, 'Bramberg am Wildkogel', 472666700, 123500000, 0),
(67348, 140, 15, 'Bruck an der Grossglocknerstrasse', 472849400, 128231000, 0),
(67349, 140, 15, 'Dienten am Hochkonig', 473832400, 130036900, 0),
(67350, 140, 15, 'Dorfgastein', 472500000, 131000000, 0),
(67351, 140, 15, 'Eben im Pongau', 474000000, 134000000, 0),
(67352, 140, 15, 'Ebenau', 477907300, 131752700, 0),
(67353, 140, 15, 'Elixhausen', 478666700, 130666700, 0),
(67354, 140, 15, 'Faistenau', 477666700, 132333300, 0),
(67355, 140, 15, 'Filzmoos', 474333300, 135166700, 0),
(67356, 140, 15, 'Forstau', 473666700, 135333300, 0),
(67357, 140, 15, 'Goldegg', 473187500, 130992200, 0),
(67358, 140, 15, 'Golling an der Salzach', 476000000, 131666700, 0),
(67359, 140, 15, 'Henndorf am Wallersee', 479000000, 131833300, 0),
(67360, 140, 15, 'Hintersee', 477000000, 132833300, 0),
(67361, 140, 15, 'Hof bei Salzburg', 478192900, 132148800, 0),
(67362, 140, 15, 'Hollersbach im Pinzgau', 472666700, 124166700, 0),
(67363, 140, 15, 'Huttau', 474166700, 133000000, 0),
(67364, 140, 15, 'Huttschlag', 471666700, 132333300, 0),
(67365, 140, 15, 'Kaprun', 472723900, 127598500, 0),
(67366, 140, 15, 'Kleinarl', 472772500, 133195500, 0),
(67367, 140, 15, 'Krimml', 472166700, 121833300, 0),
(67368, 140, 15, 'Krispl', 477166700, 131833300, 0),
(67369, 140, 15, 'Kuchl', 476264700, 131448000, 0),
(67370, 140, 15, 'Lamprechtshausen', 479833300, 129500000, 0),
(67371, 140, 15, 'Lend', 472985600, 130517600, 0),
(67372, 140, 15, 'Leogang', 474390600, 127610900, 0),
(67373, 140, 15, 'Mariapfarr', 471500000, 137500000, 0),
(67374, 140, 15, 'Mattsee', 479666700, 131000000, 0),
(67375, 140, 15, 'Mauterndorf', 471345100, 136788400, 0),
(67376, 140, 15, 'Muhlbach am Hochkonig', 473666700, 131333300, 0),
(67377, 140, 15, 'Muhr', 471166700, 135000000, 0),
(67378, 140, 15, 'Neukirchen am Grossvenediger', 472500000, 122833300, 0),
(67379, 140, 15, 'Nussdorf am Haunsberg', 479594400, 130091700, 0),
(67380, 140, 15, 'Oberalm', 477000000, 131000000, 0),
(67381, 140, 15, 'Oberndorf bei Salzburg', 479500000, 129333300, 0),
(67382, 140, 15, 'Obertrum am See', 479372200, 130772200, 0),
(67383, 140, 15, 'Piesendorf', 472833300, 127166700, 0),
(67384, 140, 15, 'Plainfeld', 478333300, 131833300, 0),
(67385, 140, 15, 'Ramingstein', 470666700, 138333300, 0),
(67386, 140, 15, 'Rauris', 472265600, 129945900, 0),
(67387, 140, 15, 'Saalbach', 473913800, 126364200, 0),
(67388, 140, 15, 'Sankt Andra im Lungau', 471500000, 137833300, 0),
(67389, 140, 15, 'Sankt Margarethen im Lungau', 470833300, 136833300, 0),
(67390, 140, 15, 'Sankt Martin bei Lofer', 475666700, 127000000, 0),
(67391, 140, 15, 'Sankt Michael im Lungau', 471000000, 136333300, 0),
(67392, 140, 15, 'Scheffau am Tennengebirge', 475883100, 132202000, 0),
(67393, 140, 15, 'Schleedorf', 479500000, 131500000, 0),
(67394, 140, 15, 'Schwarzach im Pongau', 473166700, 131500000, 0),
(67395, 140, 15, 'Seeham', 479666700, 130833300, 0),
(67396, 140, 15, 'Seekirchen am Wallersee', 479000000, 131333300, 0),
(67397, 140, 15, 'Strobl', 477166700, 134833300, 0),
(67398, 140, 15, 'Stuhlfelden', 472833300, 125166700, 0),
(67399, 140, 15, 'Taxenbach', 472833300, 129666700, 0),
(67400, 140, 15, 'Thomatal', 470666700, 137500000, 0),
(67401, 140, 15, 'Tweng', 471833300, 136000000, 0),
(67402, 140, 15, 'Unken', 476500000, 127166700, 0),
(67403, 140, 15, 'Untertauern', 473000000, 135000000, 0),
(67404, 140, 15, 'Uttendorf', 472833300, 125666700, 0),
(67405, 140, 15, 'Viehhofen', 473666700, 127333300, 0),
(67406, 140, 15, 'Wald im Pinzgau', 472500000, 122333300, 0),
(67407, 140, 15, 'Werfenweng', 474666700, 132500000, 0),
(67408, 140, 15, 'Zederhaus', 471500000, 135000000, 0),
(67409, 141, 15, 'Admont', 475753700, 144607500, 0),
(67410, 141, 15, 'Aflenz Kurort', 475333300, 152333300, 0),
(67411, 141, 15, 'Aibl', 466833300, 152166700, 0),
(67412, 141, 15, 'Aich', 474166700, 138166700, 0),
(67413, 141, 15, 'Aigen im Ennstal', 475166700, 141333300, 0),
(67414, 141, 15, 'Allerheiligen bei Wildon', 469141700, 155544400, 0),
(67415, 141, 15, 'Allerheiligen im Murztal', 474666700, 154000000, 0),
(67416, 141, 15, 'Altaussee', 476333300, 137666700, 0),
(67417, 141, 15, 'Altenmarkt bei Sankt Gallen', 477166700, 146333300, 0),
(67418, 141, 15, 'Anger', 472666700, 156833300, 0),
(67419, 141, 15, 'Apfelberg', 472000000, 148333300, 0),
(67420, 141, 15, 'Ardning', 475833300, 143500000, 0),
(67421, 141, 15, 'Arzberg', 472500000, 155166700, 0),
(67422, 141, 15, 'Attendorf', 470166700, 153166700, 0),
(67423, 141, 15, 'Auersbach', 470166700, 158666700, 0),
(67424, 141, 15, 'Bad Gams', 468711100, 152247200, 0),
(67425, 141, 15, 'Bad Gleichenberg', 468755600, 159086100, 0),
(67426, 141, 15, 'Bad Radkersburg', 466880600, 159880600, 0),
(67427, 141, 15, 'Bad Waltersdorf', 471696000, 160087000, 0),
(67428, 141, 15, 'Bairisch Kolldorf', 468666700, 159333300, 0),
(67429, 141, 15, 'Barnbach', 470333300, 158500000, 0),
(67430, 141, 15, 'Baumgarten bei Gnas', 469166700, 157666700, 0),
(67431, 141, 15, 'Birkfeld', 473500000, 156833300, 0),
(67432, 141, 15, 'Blaindorf', 471666700, 158500000, 0),
(67433, 141, 15, 'Breitenfeld am Tannenriegel', 468500000, 156333300, 0),
(67434, 141, 15, 'Breitenfeld an der Rittschein', 470333300, 159500000, 0),
(67435, 141, 15, 'Bretstein', 473325000, 144197200, 0),
(67436, 141, 15, 'Burgau', 471426800, 160964300, 0),
(67437, 141, 15, 'Dechantskirchen', 474166700, 160166700, 0),
(67438, 141, 15, 'Deutsch Goritz', 467508300, 158294400, 0),
(67439, 141, 15, 'Deutschfeistritz', 471833300, 153333300, 0),
(67440, 141, 15, 'Dienersdorf', 472333300, 158833300, 0),
(67441, 141, 15, 'Dietersdorf am Gnasbach', 468091700, 158116700, 0),
(67442, 141, 15, 'Donnersbach', 474613900, 141297200, 0),
(67443, 141, 15, 'Durnstein in der Steiermark', 469883300, 143916700, 0),
(67444, 141, 15, 'Ebersdorf', 472000000, 159500000, 0),
(67445, 141, 15, 'Edelsbach bei Feldbach', 469894400, 158369400, 0),
(67446, 141, 15, 'Edelschrott', 470166700, 150500000, 0),
(67447, 141, 15, 'Edelsgrub', 470333300, 156000000, 0),
(67448, 141, 15, 'Edelstauden', 469833300, 156166700, 0),
(67449, 141, 15, 'Eichberg', 473833300, 159666700, 0),
(67450, 141, 15, 'Eichfeld', 467252800, 157680600, 0),
(67451, 141, 15, 'Eisbach', 471166700, 152666700, 0),
(67452, 141, 15, 'Eppenstein', 471283300, 147375000, 0),
(67453, 141, 15, 'Fehring', 469400000, 160080600, 0),
(67454, 141, 15, 'Fischbach', 474333300, 156500000, 0),
(67455, 141, 15, 'Fladnitz im Raabtal', 469916700, 157852800, 0),
(67456, 141, 15, 'Floing', 472666700, 157500000, 0),
(67457, 141, 15, 'Fohnsdorf', 472000000, 146833300, 0),
(67458, 141, 15, 'Frannach', 469130600, 156336100, 0),
(67459, 141, 15, 'Frauenberg', 474285500, 153420600, 0),
(67460, 141, 15, 'Friedberg', 474333300, 160500000, 0),
(67461, 141, 15, 'Furstenfeld', 470500000, 160833300, 0),
(67462, 141, 15, 'Gaal', 472666700, 146666700, 0),
(67463, 141, 15, 'Gabersdorf', 467772200, 155841700, 0),
(67464, 141, 15, 'Gallmannsegg', 471833300, 150666700, 0),
(67465, 141, 15, 'Gamlitz', 467202800, 155533300, 0),
(67466, 141, 15, 'Gams bei Hieflau', 476666700, 147833300, 0),
(67467, 141, 15, 'Ganz', 476000000, 156833300, 0),
(67468, 141, 15, 'Garanas', 467666700, 151166700, 0),
(67469, 141, 15, 'Gasen', 473833300, 155666700, 0),
(67470, 141, 15, 'Gersdorf an der Feistritz', 471666700, 158500000, 0),
(67471, 141, 15, 'Gleinstatten', 467536100, 153697200, 0),
(67472, 141, 15, 'Glojach', 468666700, 156666700, 0),
(67473, 141, 15, 'Gnas', 468730600, 158252800, 0),
(67474, 141, 15, 'Gosdorf', 467277800, 157925000, 0),
(67475, 141, 15, 'Gossenberg', 474166700, 138166700, 0),
(67476, 141, 15, 'Gossendorf', 469166700, 159166700, 0),
(67477, 141, 15, 'Grabersdorf', 468430600, 158247200, 0),
(67478, 141, 15, 'Gratwein', 471166700, 153166700, 0),
(67479, 141, 15, 'Greisdorf', 469166700, 152166700, 0),
(67480, 141, 15, 'Gressenberg', 468000000, 151166700, 0),
(67481, 141, 15, 'Grossklein', 467361100, 154444400, 0),
(67482, 141, 15, 'Grosslobming', 471833300, 148000000, 0),
(67483, 141, 15, 'Gschaid bei Birkfeld', 473333300, 157333300, 0),
(67484, 141, 15, 'Gundersdorf', 469500000, 152333300, 0),
(67485, 141, 15, 'Hafning bei Trofaiach', 474333300, 150000000, 0),
(67486, 141, 15, 'Hainersdorf', 471166700, 159333300, 0),
(67487, 141, 15, 'Hainsdorf im Schwarzautal', 468358300, 156413900, 0),
(67488, 141, 15, 'Halbenrain', 467219400, 159466700, 0),
(67489, 141, 15, 'Hall', 476000000, 144500000, 0),
(67490, 141, 15, 'Hartl', 471833300, 159166700, 0),
(67491, 141, 15, 'Hatzendorf', 469811100, 159955600, 0),
(67492, 141, 15, 'Haus', 474099700, 137672400, 0),
(67493, 141, 15, 'Heiligenkreuz am Waasen', 469558300, 155880600, 0),
(67494, 141, 15, 'Heimschuh', 467600000, 154930600, 0),
(67495, 141, 15, 'Hengsberg', 468666700, 154333300, 0),
(67496, 141, 15, 'Hieflau', 476000000, 147333300, 0),
(67497, 141, 15, 'Hirnsdorf', 471833300, 158166700, 0),
(67498, 141, 15, 'Hitzendorf', 470333300, 153000000, 0),
(67499, 141, 15, 'Hofstatten an der Raab', 470666700, 157333300, 0),
(67500, 141, 15, 'Hohenau an der Raab', 473000000, 155500000, 0),
(67501, 141, 15, 'Hohentauern', 474333300, 144833300, 0),
(67502, 141, 15, 'Irdning', 475052900, 141015500, 0),
(67503, 141, 15, 'Jagerberg', 468536100, 157380600, 0),
(67504, 141, 15, 'Johnsbach', 475333300, 145833300, 0),
(67505, 141, 15, 'Kaibing', 472000000, 158333300, 0),
(67506, 141, 15, 'Kainach bei Voitsberg', 471333300, 150833300, 0),
(67507, 141, 15, 'Kaindorf an der Sulm', 467924800, 155387900, 0),
(67508, 141, 15, 'Kalwang', 474166700, 147500000, 0),
(67509, 141, 15, 'Kammern im Liesingtal', 473833300, 149000000, 0),
(67510, 141, 15, 'Kapellen', 476333300, 156166700, 0),
(67511, 141, 15, 'Kapfenstein', 468861100, 159716700, 0),
(67512, 141, 15, 'Kirchberg an der Raab', 469858300, 157669400, 0),
(67513, 141, 15, 'Kitzeck im Sausal', 467666700, 154333300, 0),
(67514, 141, 15, 'Kleinsolk', 473944400, 139394400, 0),
(67515, 141, 15, 'Kloch', 467647200, 159655600, 0),
(67516, 141, 15, 'Kloster', 468833300, 150833300, 0),
(67517, 141, 15, 'Kobenz', 472500000, 148500000, 0),
(67518, 141, 15, 'Koflach', 470666700, 150833300, 0),
(67519, 141, 15, 'Koglhof', 473166700, 156833300, 0),
(67520, 141, 15, 'Kohlberg', 469000000, 157833300, 0),
(67521, 141, 15, 'Krakaudorf', 471666700, 140166700, 0),
(67522, 141, 15, 'Krakauschatten', 471833300, 139666700, 0),
(67523, 141, 15, 'Kraubath an der Mur', 473000000, 149333300, 0),
(67524, 141, 15, 'Krieglach', 475333300, 155500000, 0),
(67525, 141, 15, 'Krottendorf', 472000000, 156333300, 0),
(67526, 141, 15, 'Krumegg', 470211100, 156313900, 0),
(67527, 141, 15, 'Krusdorf', 468394400, 158608300, 0),
(67528, 141, 15, 'Kumberg', 471500000, 155333300, 0),
(67529, 141, 15, 'Labuch', 470666700, 156666700, 0),
(67530, 141, 15, 'Lafnitz', 473666700, 160166700, 0),
(67531, 141, 15, 'Landl', 476500000, 147166700, 0),
(67532, 141, 15, 'Langenwang', 475666700, 156166700, 0),
(67533, 141, 15, 'Leitersdorf im Raabtal', 469500000, 159500000, 0),
(67534, 141, 15, 'Leutschach', 466672200, 154688900, 0),
(67535, 141, 15, 'Ligist', 469938900, 152108300, 0),
(67536, 141, 15, 'Lodersdorf', 469586100, 159433300, 0),
(67537, 141, 15, 'Maria Lankowitz', 470500000, 150666700, 0),
(67538, 141, 15, 'Mariahof', 471000000, 144000000, 0),
(67539, 141, 15, 'Mautern in Steiermark', 474000000, 148333300, 0),
(67540, 141, 15, 'Mellach', 469333300, 155166700, 0),
(67541, 141, 15, 'Merkendorf', 468572200, 159038900, 0),
(67542, 141, 15, 'Michaelerberg', 474108300, 138933300, 0),
(67543, 141, 15, 'Mitterdorf an der Raab', 471666700, 156000000, 0),
(67544, 141, 15, 'Mitterlabill', 468891700, 156355600, 0),
(67545, 141, 15, 'Modriach', 469500000, 150500000, 0),
(67546, 141, 15, 'Monichwald', 474500000, 158666700, 0),
(67547, 141, 15, 'Mooskirchen', 469816700, 152788900, 0),
(67548, 141, 15, 'Mortantsch', 472000000, 155666700, 0),
(67549, 141, 15, 'Muhlen', 470307100, 145084800, 0),
(67550, 141, 15, 'Murau', 471000000, 141666700, 0),
(67551, 141, 15, 'Mureck', 467080600, 157747200, 0),
(67552, 141, 15, 'Murzhofen', 474833300, 153833300, 0),
(67553, 141, 15, 'Murzsteg', 476666700, 154833300, 0),
(67554, 141, 15, 'Naas', 472333300, 156000000, 0),
(67555, 141, 15, 'Nestelbach bei Graz', 470605300, 156114000, 0),
(67556, 141, 15, 'Nestelbach im Ilztal', 470833300, 158666700, 0),
(67557, 141, 15, 'Neuberg an der Murz', 476642300, 155722600, 0),
(67558, 141, 15, 'Neudau', 471666700, 161000000, 0),
(67559, 141, 15, 'Neumarkt in Steiermark', 470708300, 144227800, 0),
(67560, 141, 15, 'Niklasdorf', 473833300, 151500000, 0),
(67561, 141, 15, 'Nitscha', 471166700, 157500000, 0),
(67562, 141, 15, 'Obdach', 470666700, 146833300, 0),
(67563, 141, 15, 'Oberaich', 474000000, 152166700, 0),
(67564, 141, 15, 'Oberdorf am Hochegg', 469786100, 157216700, 0),
(67565, 141, 15, 'Oberhaag', 466869000, 153320200, 0),
(67566, 141, 15, 'Oberkurzheim', 472333300, 145833300, 0),
(67567, 141, 15, 'Oberrettenbach', 471500000, 158000000, 0),
(67568, 141, 15, 'Oberstorcha', 469666700, 158000000, 0),
(67569, 141, 15, 'Oberweg', 471500000, 146333300, 0),
(67570, 141, 15, 'Oberzeiring', 472500000, 144833300, 0),
(67571, 141, 15, 'Oblarn', 474593800, 139902300, 0),
(67572, 141, 15, 'Oppenberg', 474833300, 142666700, 0),
(67573, 141, 15, 'Osterwitz', 468580600, 151327800, 0),
(67574, 141, 15, 'Paldau', 469422200, 157958300, 0),
(67575, 141, 15, 'Parschlug', 474809000, 152864500, 0),
(67576, 141, 15, 'Passail', 472833300, 155166700, 0),
(67577, 141, 15, 'Peggau', 472000000, 153500000, 0),
(67578, 141, 15, 'Perchau am Sattel', 471000000, 144500000, 0),
(67579, 141, 15, 'Perlsdorf', 469136100, 158141700, 0),
(67580, 141, 15, 'Pernegg an der Mur', 473597900, 153423600, 0),
(67581, 141, 15, 'Pertlstein', 469405600, 159616700, 0),
(67582, 141, 15, 'Piberegg', 470833300, 150833300, 0),
(67583, 141, 15, 'Pinggau', 474333300, 160666700, 0),
(67584, 141, 15, 'Pirching am Traubenberg', 469500000, 156000000, 0),
(67585, 141, 15, 'Pirka', 470000000, 153833300, 0),
(67586, 141, 15, 'Pistorf', 467666700, 153666700, 0),
(67587, 141, 15, 'Pitschgau', 467000000, 152666700, 0),
(67588, 141, 15, 'Pollau', 473000000, 158333300, 0),
(67589, 141, 15, 'Pollauberg', 473166700, 158500000, 0),
(67590, 141, 15, 'Poppendorf', 468561100, 158563900, 0),
(67591, 141, 15, 'Preding', 468586100, 154097200, 0),
(67592, 141, 15, 'Proleb', 474000000, 151333300, 0),
(67593, 141, 15, 'Pruggern', 474166700, 138666700, 0),
(67594, 141, 15, 'Puch bei Weiz', 472166700, 157166700, 0),
(67595, 141, 15, 'Pusterwald', 473061100, 143755600, 0),
(67596, 141, 15, 'Raabau', 469627800, 159116700, 0),
(67597, 141, 15, 'Rabenwald', 473000000, 158000000, 0),
(67598, 141, 15, 'Rachau', 472166700, 149000000, 0),
(67599, 141, 15, 'Ragnitz', 468366700, 155927800, 0),
(67600, 141, 15, 'Raning', 468500000, 158166700, 0),
(67601, 141, 15, 'Ranten', 471500000, 140833300, 0),
(67602, 141, 15, 'Rassach', 468602800, 152700000, 0),
(67603, 141, 15, 'Ratsch an der Weinstrasse', 466894400, 155711100, 0),
(67604, 141, 15, 'Ratschendorf', 467422200, 158158300, 0),
(67605, 141, 15, 'Ratten', 474833300, 157166700, 0),
(67606, 141, 15, 'Reichendorf', 471833300, 157500000, 0),
(67607, 141, 15, 'Reifling', 471333300, 146666700, 0),
(67608, 141, 15, 'Rettenegg', 475333300, 157833300, 0),
(67609, 141, 15, 'Retznei', 467333300, 155666700, 0),
(67610, 141, 15, 'Riegersburg', 470000000, 159302800, 0),
(67611, 141, 15, 'Rohrbach an der Lafnitz', 473833300, 160000000, 0),
(67612, 141, 15, 'Rothelstein', 473166700, 153666700, 0),
(67613, 141, 15, 'Rottenmann', 475166700, 143500000, 0),
(67614, 141, 15, 'Salla', 471000000, 149666700, 0),
(67615, 141, 15, 'Sankt Anna am Aigen', 468311100, 159713900, 0),
(67616, 141, 15, 'Sankt Gallen', 476833300, 146000000, 0),
(67617, 141, 15, 'Sankt Georgen an der Stiefing', 468733300, 155797200, 0),
(67618, 141, 15, 'Sankt Georgen ob Judenburg', 472000000, 145000000, 0),
(67619, 141, 15, 'Sankt Georgen ob Murau', 471000000, 141000000, 0),
(67620, 141, 15, 'Sankt Ilgen', 475500000, 151666700, 0),
(67621, 141, 15, 'Sankt Johann am Tauern', 473500000, 144666700, 0),
(67622, 141, 15, 'Sankt Johann bei Herberstein', 472000000, 158000000, 0),
(67623, 141, 15, 'Sankt Johann im Saggautal', 467038900, 154027800, 0),
(67624, 141, 15, 'Sankt Johann in der Haide', 472666700, 160166700, 0),
(67625, 141, 15, 'Sankt Katharein an der Laming', 474706900, 151631900, 0),
(67626, 141, 15, 'Sankt Kathrein am Hauenstein', 474833300, 156833300, 0),
(67627, 141, 15, 'Sankt Kathrein am Offenegg', 473000000, 155833300, 0),
(67628, 141, 15, 'Sankt Lambrecht', 470666700, 143000000, 0),
(67629, 141, 15, 'Sankt Lorenzen am Wechsel', 474333300, 159500000, 0),
(67630, 141, 15, 'Sankt Lorenzen bei Knittelfeld', 472500000, 148833300, 0),
(67631, 141, 15, 'Sankt Lorenzen im Murztal', 474833300, 153666700, 0),
(67632, 141, 15, 'Sankt Marein bei Knittelfeld', 472666700, 148666700, 0),
(67633, 141, 15, 'Sankt Marein bei Neumarkt', 470666700, 144166700, 0),
(67634, 141, 15, 'Sankt Margarethen an der Raab', 470500000, 157500000, 0),
(67635, 141, 15, 'Sankt Martin am Grimming', 474887300, 139810500, 0),
(67636, 141, 15, 'Sankt Martin im Sulmtal', 467561100, 152972200, 0),
(67637, 141, 15, 'Sankt Michael in Obersteiermark', 473333300, 150000000, 0),
(67638, 141, 15, 'Sankt Nikolai im Sausal', 468211100, 154519400, 0),
(67639, 141, 15, 'Sankt Nikolai ob Drassling', 468088900, 156508300, 0),
(67640, 141, 15, 'Sankt Oswald bei Plankenwarth', 470833300, 152666700, 0),
(67641, 141, 15, 'Sankt Peter am Kammersberg', 471833300, 141833300, 0),
(67642, 141, 15, 'Sankt Peter am Ottersbach', 467977800, 157591700, 0),
(67643, 141, 15, 'Sankt Peter im Sulmtal', 467500000, 152500000, 0),
(67644, 141, 15, 'Sankt Peter ob Judenburg', 471841700, 145863900, 0),
(67645, 141, 15, 'Sankt Peter-Freienstein', 473833300, 150166700, 0),
(67646, 141, 15, 'Sankt Stefan im Rosental', 469038900, 157100000, 0),
(67647, 141, 15, 'Sankt Stefan ob Leoben', 473000000, 149833300, 0),
(67648, 141, 15, 'Sankt Ulrich am Waasen', 469333300, 155333300, 0),
(67649, 141, 15, 'Sankt Veit am Vogau', 467333300, 156166700, 0),
(67650, 141, 15, 'Schaffern', 474666700, 161000000, 0),
(67651, 141, 15, 'Schladming', 473928900, 136869900, 0),
(67652, 141, 15, 'Schoder', 471833300, 141000000, 0),
(67653, 141, 15, 'Schrems bei Frohnleiten', 472666700, 153500000, 0),
(67654, 141, 15, 'Schwanberg', 467583300, 152083300, 0),
(67655, 141, 15, 'Sebersdorf', 472000000, 159833300, 0),
(67656, 141, 15, 'Seckau', 472666700, 147833300, 0),
(67657, 141, 15, 'Seggauberg', 467666700, 155166700, 0),
(67658, 141, 15, 'Seiersberg', 470000000, 154000000, 0),
(67659, 141, 15, 'Selzthal', 475500000, 143333300, 0),
(67660, 141, 15, 'Siegersdorf bei Herberstein', 472000000, 157833300, 0),
(67661, 141, 15, 'Sinabelkirchen', 471000000, 158166700, 0),
(67662, 141, 15, 'Soboth', 466813900, 150783300, 0),
(67663, 141, 15, 'Sochau', 470333300, 160166700, 0),
(67664, 141, 15, 'Spielfeld', 467055600, 156372200, 0),
(67665, 141, 15, 'Stadl an der Mur', 470833300, 139666700, 0),
(67666, 141, 15, 'Stainach', 475334300, 141087200, 0),
(67667, 141, 15, 'Stallhof', 468833300, 152833300, 0),
(67668, 141, 15, 'Stambach', 473333300, 159333300, 0),
(67669, 141, 15, 'Stattegg', 471333300, 154166700, 0),
(67670, 141, 15, 'Stein', 469977800, 160869400, 0),
(67671, 141, 15, 'Stenzengreith', 472000000, 155166700, 0),
(67672, 141, 15, 'Stiwoll', 471000000, 152166700, 0),
(67673, 141, 15, 'Stocking', 468833300, 155333300, 0),
(67674, 141, 15, 'Straden', 468091700, 158680600, 0),
(67675, 141, 15, 'Strallegg', 474000000, 157166700, 0),
(67676, 141, 15, 'Strass in Steiermark', 467272200, 156244400, 0),
(67677, 141, 15, 'Stubenberg', 472333300, 158000000, 0),
(67678, 141, 15, 'Studenzen', 470058300, 157541700, 0),
(67679, 141, 15, 'Sulztal an der Weinstrasse', 466833300, 155500000, 0),
(67680, 141, 15, 'Tauplitz', 475600500, 140129300, 0),
(67681, 141, 15, 'Teufenbach', 471333300, 143500000, 0),
(67682, 141, 15, 'Thorl', 475166700, 152166700, 0),
(67683, 141, 15, 'Tieschen', 467861100, 159422200, 0),
(67684, 141, 15, 'Traboch', 473666700, 149833300, 0),
(67685, 141, 15, 'Trautmannsdorf in Oststeiermark', 468666700, 158833300, 0),
(67686, 141, 15, 'Treglwang', 474666700, 145833300, 0),
(67687, 141, 15, 'Triebendorf', 471166700, 142333300, 0),
(67688, 141, 15, 'Trofaiach', 474166700, 150000000, 0),
(67689, 141, 15, 'Trossing', 468166700, 158166700, 0),
(67690, 141, 15, 'Turnau', 475500000, 153333300, 0),
(67691, 141, 15, 'Ubersbach', 470166700, 160500000, 0),
(67692, 141, 15, 'Ungerdorf', 470833300, 156666700, 0),
(67693, 141, 15, 'Unterauersbach', 468655600, 157702800, 0),
(67694, 141, 15, 'Unterbergla', 467333300, 152833300, 0),
(67695, 141, 15, 'Unterlamm', 469769400, 160638900, 0),
(67696, 141, 15, 'Veitsch', 475781500, 154945000, 0),
(67697, 141, 15, 'Vorau', 474000000, 158833300, 0),
(67698, 141, 15, 'Vordernberg', 474666700, 150000000, 0),
(67699, 141, 15, 'Wagna', 467500000, 155500000, 0),
(67700, 141, 15, 'Wald am Schoberpass', 474500000, 146666700, 0),
(67701, 141, 15, 'Weinburg am Sassbach', 467536100, 157211100, 0),
(67702, 141, 15, 'Weisskirchen in Steiermark', 471500000, 147333300, 0),
(67703, 141, 15, 'Weitendorf', 468961100, 154669400, 0),
(67704, 141, 15, 'Wernersdorf', 467166700, 152000000, 0),
(67705, 141, 15, 'Wettmannstatten', 468305600, 153872200, 0),
(67706, 141, 15, 'Wies', 467202800, 152719400, 0),
(67707, 141, 15, 'Wildalpen', 476500000, 149833300, 0),
(67708, 141, 15, 'Winklern bei Oberwolz', 472000000, 142333300, 0),
(67709, 141, 15, 'Worth an der Lafnitz', 472000000, 160666700, 0),
(67710, 141, 15, 'Wundschuh', 469263900, 154511100, 0),
(67711, 141, 15, 'Zerlach', 469333300, 156500000, 0),
(67712, 141, 15, 'Zettling', 469500000, 154166700, 0),
(67713, 141, 15, 'Zeutschach', 470666700, 143666700, 0),
(67714, 142, 15, 'Abfaltersbach', 467602800, 125419400, 0),
(67715, 142, 15, 'Achenkirch', 475265900, 117055900, 0),
(67716, 142, 15, 'Aldrans', 472500000, 114500000, 0),
(67717, 142, 15, 'Alpbach', 473987800, 119437300, 0),
(67718, 142, 15, 'Anras', 467738900, 125608300, 0),
(67719, 142, 15, 'Arzl im Pitztal', 472000000, 107666700, 0),
(67720, 142, 15, 'Ausservillgraten', 467875000, 124313900, 0),
(67721, 142, 15, 'Axams', 472311100, 112789200, 0),
(67722, 142, 15, 'Bad Haering', 475000000, 121166700, 0),
(67723, 142, 15, 'Baumkirchen', 473000000, 115666700, 0),
(67724, 142, 15, 'Berwang', 474080700, 107473500, 0),
(67725, 142, 15, 'Biberwier', 473833300, 109000000, 0),
(67726, 142, 15, 'Bichlbach', 474166700, 107833300, 0),
(67727, 142, 15, 'Birgitz', 472353600, 112992200, 0),
(67728, 142, 15, 'Brandenberg', 474905300, 118945900, 0),
(67729, 142, 15, 'Breitenbach am Inn', 474833300, 119666700, 0),
(67730, 142, 15, 'Brixen im Thale', 474500000, 122500000, 0),
(67731, 142, 15, 'Buch bei Jenbach', 473666700, 117500000, 0),
(67732, 142, 15, 'Dolsach', 468283300, 128452800, 0),
(67733, 142, 15, 'Ebbs', 476333300, 122166700, 0),
(67734, 142, 15, 'Ehenbichl', 474666700, 107000000, 0),
(67735, 142, 15, 'Ehrwald', 474000000, 109166700, 0),
(67736, 142, 15, 'Elbigenalp', 473000000, 104333300, 0),
(67737, 142, 15, 'Ellbogen', 471666700, 114500000, 0),
(67738, 142, 15, 'Ellmau', 475137800, 122993700, 0),
(67739, 142, 15, 'Elmen', 473333300, 105333300, 0),
(67740, 142, 15, 'Fendels', 470500000, 106666700, 0),
(67741, 142, 15, 'Fiss', 470500000, 106166700, 0),
(67742, 142, 15, 'Flaurling', 472833300, 111166700, 0),
(67743, 142, 15, 'Flirsch', 471500000, 104000000, 0),
(67744, 142, 15, 'Forchach', 474166700, 105833300, 0),
(67745, 142, 15, 'Fritzens', 473000000, 115833300, 0),
(67746, 142, 15, 'Fugen', 473500000, 118500000, 0),
(67747, 142, 15, 'Fugenberg', 473500000, 118333300, 0),
(67748, 142, 15, 'Fulpmes', 471666700, 113500000, 0),
(67749, 142, 15, 'Gallzein', 473666700, 117666700, 0),
(67750, 142, 15, 'Galtur', 469666700, 101833300, 0),
(67751, 142, 15, 'Gerlosberg', 472166700, 119333300, 0),
(67752, 142, 15, 'Gnadenwald', 473166700, 115666700, 0),
(67753, 142, 15, 'Gotzens', 472360600, 113115400, 0),
(67754, 142, 15, 'Graen', 475000000, 105500000, 0),
(67755, 142, 15, 'Gramais', 472666700, 105333300, 0),
(67756, 142, 15, 'Gries am Brenner', 470500000, 114833300, 0),
(67757, 142, 15, 'Grins', 471403400, 105140900, 0),
(67758, 142, 15, 'Gschnitz', 470500000, 113666700, 0),
(67759, 142, 15, 'Haiming', 472500000, 108833300, 0),
(67760, 142, 15, 'Hainzenberg', 472178800, 119003400, 0),
(67761, 142, 15, 'Hart im Zillertal', 473523200, 118720100, 0),
(67762, 142, 15, 'Haselgehr', 473166700, 105000000, 0),
(67763, 142, 15, 'Hatting', 472833300, 111666700, 0),
(67764, 142, 15, 'Heinfels', 467500000, 124500000, 0),
(67765, 142, 15, 'Heiterwang', 474500000, 107500000, 0),
(67766, 142, 15, 'Hippach', 472043500, 118652300, 0),
(67767, 142, 15, 'Hochfilzen', 474666700, 126166700, 0),
(67768, 142, 15, 'Hofen', 474666700, 106833300, 0),
(67769, 142, 15, 'Holzgau', 472604500, 103441900, 0),
(67770, 142, 15, 'Imsterberg', 472051700, 106960500, 0),
(67771, 142, 15, 'Innervillgraten', 468119400, 123747200, 0),
(67772, 142, 15, 'Inzing', 472833300, 111833300, 0),
(67773, 142, 15, 'Itter', 474666700, 121333300, 0),
(67774, 142, 15, 'Jochberg', 473833300, 124000000, 0),
(67775, 142, 15, 'Jungholz', 475740900, 104472300, 0),
(67776, 142, 15, 'Kaltenbach', 472833300, 118666700, 0),
(67777, 142, 15, 'Karres', 472166700, 107833300, 0),
(67778, 142, 15, 'Karrosten', 472166700, 107666700, 0),
(67779, 142, 15, 'Kartitsch', 467288900, 125008300, 0),
(67780, 142, 15, 'Kirchberg in Tirol', 474453900, 123160200, 0),
(67781, 142, 15, 'Kirchbichl', 475166700, 120833300, 0),
(67782, 142, 15, 'Kirchdorf in Tirol', 475666700, 124500000, 0),
(67783, 142, 15, 'Kolsass', 472833300, 116333300, 0),
(67784, 142, 15, 'Kolsassberg', 473000000, 116333300, 0),
(67785, 142, 15, 'Kossen', 476699000, 124054500, 0),
(67786, 142, 15, 'Ladis', 470666700, 106333300, 0),
(67787, 142, 15, 'Lavant', 467988900, 128380600, 0),
(67788, 142, 15, 'Lechaschau', 474833300, 107000000, 0),
(67789, 142, 15, 'Leisach', 468125000, 127486100, 0),
(67790, 142, 15, 'Mariastein', 475333300, 120500000, 0),
(67791, 142, 15, 'Matrei am Brenner', 471333300, 114500000, 0),
(67792, 142, 15, 'Mieders', 471666700, 113833300, 0),
(67793, 142, 15, 'Mieming', 473000000, 109833300, 0),
(67794, 142, 15, 'Mils bei Imst', 472061600, 106748500, 0),
(67795, 142, 15, 'Motz', 472833300, 109500000, 0),
(67796, 142, 15, 'Muhlbachl', 471333300, 114500000, 0),
(67797, 142, 15, 'Munster', 474216400, 118335600, 0),
(67798, 142, 15, 'Musau', 475333300, 106666700, 0),
(67799, 142, 15, 'Mutters', 472333300, 113833300, 0),
(67800, 142, 15, 'Namlos', 473500000, 106666700, 0),
(67801, 142, 15, 'Nassereith', 473166700, 108333300, 0),
(67802, 142, 15, 'Natters', 472341400, 113734200, 0),
(67803, 142, 15, 'Navis', 471166700, 115333300, 0),
(67804, 142, 15, 'Nesselwangle', 474833300, 106166700, 0),
(67805, 142, 15, 'Niederndorf', 476500000, 122166700, 0),
(67806, 142, 15, 'Nikolsdorf', 467858300, 129133300, 0),
(67807, 142, 15, 'Oberhofen im Inntal', 473000000, 110833300, 0),
(67808, 142, 15, 'Oberlienz', 468472200, 127313900, 0),
(67809, 142, 15, 'Obernberg am Brenner', 470166700, 114166700, 0),
(67810, 142, 15, 'Oberperfuss', 472333300, 112500000, 0),
(67811, 142, 15, 'Obsteig', 473000000, 109333300, 0),
(67812, 142, 15, 'Oetz', 472000000, 109000000, 0),
(67813, 142, 15, 'Patsch', 472000000, 114166700, 0),
(67814, 142, 15, 'Pettnau', 473000000, 111333300, 0),
(67815, 142, 15, 'Pfaffenhofen', 473000000, 110833300, 0),
(67816, 142, 15, 'Pflach', 475166700, 107166700, 0),
(67817, 142, 15, 'Pfons', 471500000, 114666700, 0),
(67818, 142, 15, 'Pfunds', 469666700, 105500000, 0),
(67819, 142, 15, 'Pians', 471348600, 105123700, 0),
(67820, 142, 15, 'Pill', 473166700, 116833300, 0),
(67821, 142, 15, 'Polling in Tirol', 472833300, 111500000, 0),
(67822, 142, 15, 'Radfeld', 474500000, 119166700, 0),
(67823, 142, 15, 'Ranggen', 472666700, 112000000, 0),
(67824, 142, 15, 'Rattenberg', 474333300, 119000000, 0),
(67825, 142, 15, 'Reith bei Seefeld', 473000000, 112000000, 0),
(67826, 142, 15, 'Ried im Oberinntal', 470500000, 106500000, 0),
(67827, 142, 15, 'Ried im Zillertal', 473000000, 118666700, 0),
(67828, 142, 15, 'Rietz', 472833300, 110500000, 0),
(67829, 142, 15, 'Rinn', 472500000, 115000000, 0),
(67830, 142, 15, 'Rohrberg', 472333300, 119166700, 0),
(67831, 142, 15, 'Roppen', 472166700, 108166700, 0),
(67832, 142, 15, 'Sankt Anton am Arlberg', 471275000, 102637200, 0),
(67833, 142, 15, 'Sautens', 472000000, 108666700, 0),
(67834, 142, 15, 'Scharnitz', 473889900, 112645500, 0),
(67835, 142, 15, 'Schattwald', 475166700, 104500000, 0),
(67836, 142, 15, 'Scheffau am Wilden Kaiser', 475294300, 122513900, 0),
(67837, 142, 15, 'Schlaiten', 468794400, 126541700, 0),
(67838, 142, 15, 'Schlitters', 473666700, 118333300, 0),
(67839, 142, 15, 'Schmirn', 470833300, 115666700, 0),
(67840, 142, 15, 'Schoenberg im Stubaital', 471833300, 114166700, 0),
(67841, 142, 15, 'Schonwies', 471966500, 106574200, 0),
(67842, 142, 15, 'Schwendt', 476333300, 123833300, 0),
(67843, 142, 15, 'Schwoich', 475460000, 121404900, 0),
(67844, 142, 15, 'Seefeld in Tirol', 473301600, 111878600, 0),
(67845, 142, 15, 'Sellrain', 472166700, 112166700, 0),
(67846, 142, 15, 'Serfaus', 470333300, 106000000, 0),
(67847, 142, 15, 'Silz', 472666700, 109333300, 0),
(67848, 142, 15, 'Sistrans', 472333300, 114500000, 0),
(67849, 142, 15, 'Stams', 472760300, 109831500, 0),
(67850, 142, 15, 'Stans', 473666700, 117166700, 0),
(67851, 142, 15, 'Stanz bei Landeck', 471475800, 105534000, 0),
(67852, 142, 15, 'Stanzach', 473833300, 105666700, 0),
(67853, 142, 15, 'Steeg', 472439300, 102943600, 0),
(67854, 142, 15, 'Steinach am Brenner', 470833300, 114666700, 0),
(67855, 142, 15, 'Strass im Zillertal', 473955600, 118196600, 0),
(67856, 142, 15, 'Strengen', 471333300, 104500000, 0),
(67857, 142, 15, 'Stumm', 472833300, 118833300, 0),
(67858, 142, 15, 'Stummerberg', 472833300, 119166700, 0),
(67859, 142, 15, 'Tannheim', 474833300, 105166700, 0),
(67860, 142, 15, 'Tarrenz', 472666700, 107666700, 0),
(67861, 142, 15, 'Telfes im Stubai', 471666700, 113666700, 0),
(67862, 142, 15, 'Terfens', 473166700, 116500000, 0),
(67863, 142, 15, 'Thurn', 468505600, 127686100, 0),
(67864, 142, 15, 'Tobadill', 471166700, 105166700, 0),
(67865, 142, 15, 'Trins', 470833300, 114166700, 0),
(67866, 142, 15, 'Tulfes', 472500000, 115333300, 0),
(67867, 142, 15, 'Uderns', 473166700, 118666700, 0),
(67868, 142, 15, 'Unterperfuss', 472666700, 112500000, 0),
(67869, 142, 15, 'Untertilliach', 467041700, 127086100, 0),
(67870, 142, 15, 'Vils', 475500000, 106333300, 0),
(67871, 142, 15, 'Virgen', 470000000, 124500000, 0),
(67872, 142, 15, 'Vorderhornbach', 473666700, 105333300, 0),
(67873, 142, 15, 'Waidring', 475833300, 125666700, 0),
(67874, 142, 15, 'Weer', 473000000, 116333300, 0),
(67875, 142, 15, 'Wenns', 471666700, 107333300, 0),
(67876, 142, 15, 'Westendorf', 474333300, 122166700, 0),
(67877, 142, 15, 'Wiesing', 474048600, 117970800, 0),
(67878, 142, 15, 'Wildermieming', 473166700, 110166700, 0),
(67879, 142, 15, 'Wildschoenau', 474061900, 120378400, 0),
(67880, 142, 15, 'Zellberg', 472333300, 118500000, 0),
(67881, 143, 15, 'Altach', 473500000, 96500000, 0),
(67882, 143, 15, 'Au', 473227800, 99758300, 0),
(67883, 143, 15, 'Bartholomaberg', 470833300, 99000000, 0),
(67884, 143, 15, 'Bezau', 473850000, 99016700, 0),
(67885, 143, 15, 'Bizau', 473688900, 99233300, 0),
(67886, 143, 15, 'Blons', 472232700, 98341400, 0),
(67887, 143, 15, 'Bludesch', 472000000, 97330600, 0),
(67888, 143, 15, 'Buerserberg', 471464400, 97773600, 0),
(67889, 143, 15, 'Dalaas', 471244600, 99910400, 0),
(67890, 143, 15, 'Doren', 474927800, 98797200, 0),
(67891, 143, 15, 'Duns', 472166700, 97166700, 0),
(67892, 143, 15, 'Eichenberg', 475333300, 97833300, 0),
(67893, 143, 15, 'Fraxern', 473149800, 96739100, 0),
(67894, 143, 15, 'Fussach', 474793300, 96627800, 0),
(67895, 143, 15, 'Gaissau', 474666700, 96000000, 0),
(67896, 143, 15, 'Gaschurn', 469833300, 100333300, 0),
(67897, 143, 15, 'Gofis', 472335600, 96345800, 0),
(67898, 143, 15, 'Hohenweiler', 475833300, 97833300, 0),
(67899, 143, 15, 'Horbranz', 475500000, 97500000, 0),
(67900, 143, 15, 'Innerbraz', 471500000, 99166700, 0),
(67901, 143, 15, 'Kennelbach', 474830600, 97666700, 0),
(67902, 143, 15, 'Klosterle', 471333300, 100833300, 0),
(67903, 143, 15, 'Koblach', 473330600, 96000000, 0),
(67904, 143, 15, 'Krumbach', 474830600, 99358300, 0),
(67905, 143, 15, 'Lochau', 475333300, 97500000, 0),
(67906, 143, 15, 'Loruns', 471330600, 98500000, 0),
(67907, 143, 15, 'Ludesch', 472000000, 97830600, 0),
(67908, 143, 15, 'Mader', 473500000, 96166700, 0),
(67909, 143, 15, 'Mittelberg', 473237000, 101546300, 0),
(67910, 143, 15, 'Raggal', 472166700, 98330600, 0),
(67911, 143, 15, 'Reuthe', 473702200, 98904400, 0),
(67912, 143, 15, 'Riefensberg', 475000000, 99666700, 0),
(67913, 143, 15, 'Rons', 472166700, 97000000, 0),
(67914, 143, 15, 'Rothis', 472933200, 96548400, 0),
(67915, 143, 15, 'Sankt Anton im Montafon', 471166700, 98666700, 0),
(67916, 143, 15, 'Sankt Gallenkirch', 470166700, 99666700, 0),
(67917, 143, 15, 'Schnepfau', 473500000, 99500000, 0),
(67918, 143, 15, 'Schnifis', 472166700, 97330600, 0),
(67919, 143, 15, 'Schoppernau', 473133300, 100175000, 0),
(67920, 143, 15, 'Schroecken', 472574000, 100927200, 0),
(67921, 143, 15, 'Silbertal', 470936800, 99831400, 0),
(67922, 143, 15, 'Stallehr', 471330600, 98500000, 0),
(67923, 143, 15, 'Sulz', 472872100, 96518300, 0),
(67924, 143, 15, 'Sulzberg', 475166700, 99000000, 0),
(67925, 143, 15, 'Thuringen', 472000000, 97666700, 0),
(67926, 143, 15, 'Viktorsberg', 472997200, 96666700, 0),
(67927, 143, 15, 'Weiler', 472997200, 96500000, 0),
(67928, 149, 16, 'Amirdzhan', 404263900, 499836100, 0),
(67929, 149, 16, 'Mastaga', 405327800, 500038900, 0),
(67930, 2734, 16, 'Horadiz', 394487700, 473353100, 0),
(67931, 156, 16, 'Aja Kabul', 400408400, 489445100, 0),
(67932, 162, 16, 'Sahbuz', 394072200, 455738900, 0),
(67933, 2735, 16, 'Sabirabad', 400094600, 484751500, 0),
(67934, 170, 16, 'Bas Goynuk', 413227800, 471133300, 0),
(67935, 2736, 16, 'Shamkhor', 408297200, 460188900, 0),
(67936, 2737, 17, 'Andros Town', 247000000, -777666700, 0),
(67937, 2738, 17, 'Dunmore Town', 255000000, -766500000, 0),
(67938, 2739, 17, 'Clarence Town', 231000000, -749833300, 0),
(67939, 2740, 17, 'Rock Sound', 249000000, -762000000, 0),
(67940, 189, 19, 'Bhandaria', 224861000, 900609000, 0),
(67941, 189, 19, 'Gaurnadi', 229666700, 902333300, 0),
(67942, 190, 19, 'Cox''s Bazar', 214532400, 919797700, 0),
(67943, 191, 19, 'Kalia', 230396000, 896328000, 0),
(67944, 191, 19, 'Kesabpur', 229166700, 892166700, 0),
(67945, 191, 19, 'Narsingdi', 239208300, 907180600, 0),
(67946, 191, 19, 'Netrakona', 248833300, 907166700, 0),
(67947, 191, 19, 'Sakhipur', 243000000, 901833300, 0),
(67948, 192, 19, 'Kushtia', 239010500, 891220700, 0),
(67949, 193, 19, 'Dinajpur', 256271500, 886386400, 0),
(67950, 193, 19, 'Pabna', 240000000, 892500000, 0),
(67951, 193, 19, 'Par Naogaon', 248028700, 889508400, 0),
(67952, 201, 21, 'Ivatsevichy', 527115500, 253411800, 0),
(67953, 201, 21, 'Stolin', 518911500, 268459700, 0),
(67954, 201, 21, 'Zhabinka', 521985800, 240161500, 0),
(67955, 202, 21, 'Khoyniki', 518991300, 299613000, 0),
(67956, 202, 21, 'Rahachow', 530885800, 300501600, 0),
(67957, 202, 21, 'Zhytkavichy', 522268000, 278641600, 0),
(67958, 203, 21, 'Dzyatlava', 534631000, 254068000, 0),
(67959, 203, 21, 'Masty', 534122000, 245387000, 0),
(67960, 204, 21, 'Shklow', 542081700, 302914200, 0),
(67961, 204, 21, 'Starobin', 527292000, 274582100, 0),
(67962, 205, 21, 'Naroch''', 545622500, 267324700, 0),
(67963, 205, 21, 'Nyasvizh', 532189000, 266779000, 0),
(67964, 205, 21, 'Rakaw', 539674000, 270562000, 0),
(67965, 205, 21, 'Smilavichy', 537496000, 280115000, 0),
(67966, 205, 21, 'Vilyeyka', 544896000, 269062400, 0),
(67967, 206, 21, 'Chashniki', 548568500, 291607200, 0),
(67968, 206, 21, 'Dokshytsy', 548924200, 277689400, 0),
(67969, 206, 21, 'Talachyn', 544096800, 296917100, 0),
(67970, 207, 22, 'Boechout', 511595900, 44919500, 0),
(67971, 207, 22, 'Duffel', 510955400, 45090300, 0),
(67972, 207, 22, 'Lint', 511270800, 44966900, 0),
(67973, 207, 22, 'Sint-Amands', 510564500, 42095700, 0),
(67974, 208, 22, 'Chastre-Villeroux-Blanmont', 506085700, 46419800, 0),
(67975, 208, 22, 'Ittre', 506439600, 42647600, 0),
(67976, 208, 22, 'Mont-Saint-Guibert', 506342700, 46106100, 0),
(67977, 210, 22, 'Brugelette', 505957700, 38536300, 0),
(67978, 210, 22, 'Hensies', 504326300, 36841100, 0),
(67979, 210, 22, 'Lens', 505569600, 38994600, 0),
(67980, 210, 22, 'Lobbes', 503525800, 42671600, 0),
(67981, 210, 22, 'Momignies', 500271000, 41651900, 0),
(67982, 210, 22, 'Pecq', 506861900, 33378900, 0),
(67983, 210, 22, 'Peruwelz', 505081900, 35937300, 0),
(67984, 211, 22, 'Bassenge', 507588300, 56098900, 0),
(67985, 211, 22, 'Engis', 505815600, 53991600, 0),
(67986, 211, 22, 'Geer', 506699000, 51736400, 0),
(67987, 211, 22, 'Herve', 506408300, 57935300, 0),
(67988, 211, 22, 'Limbourg', 506122200, 59412000, 0),
(67989, 211, 22, 'Malmedy', 504268600, 60279400, 0),
(67990, 211, 22, 'Stavelot', 503950000, 59312400, 0),
(67991, 211, 22, 'Theux', 505332300, 58124500, 0),
(67992, 211, 22, 'Trooz', 505702600, 56952100, 0),
(67993, 212, 22, 'Hoeselt', 508471400, 54876700, 0),
(67994, 212, 22, 'Wellen', 508409600, 53386700, 0),
(67995, 213, 22, 'Bouillon', 497932400, 50670400, 0),
(67996, 213, 22, 'Chiny', 497383300, 53410400, 0),
(67997, 213, 22, 'Habay-la-Vieille', 497232900, 56199900, 0),
(67998, 213, 22, 'Herbeumont', 497808600, 52358000, 0),
(67999, 213, 22, 'Hotton', 502674200, 54460900, 0),
(68000, 213, 22, 'Messancy', 495920000, 58187800, 0),
(68001, 214, 22, 'Dinant', 502580700, 49116600, 0),
(68002, 216, 22, 'Oud-Heverlee', 508352200, 46642100, 0),
(68003, 217, 22, 'Anzegem', 508370000, 34778600, 0),
(68004, 217, 22, 'Ardooie', 509757000, 31973600, 0),
(68005, 217, 22, 'Beernem', 511398100, 33389600, 0),
(68006, 217, 22, 'Koekelare', 510904700, 29783000, 0),
(68007, 217, 22, 'Saint-Yvon', 507433500, 29099200, 0),
(68008, 2741, 24, 'Kandi', 111341700, 29386100, 0),
(68009, 2742, 24, 'Natitingou', 103041600, 13796200, 0),
(68010, 224, 24, 'Ouidah', 63630700, 20850600, 0),
(68011, 225, 24, 'Beterou', 91991600, 22585500, 0),
(68012, 2743, 24, 'Djougou', 97085300, 16659800, 0),
(68013, 2744, 24, 'Lokossa', 66386900, 17167400, 0),
(68014, 2745, 24, 'Pobe', 69800800, 26649000, 0),
(68015, 228, 24, 'Bohicon', 71782600, 20667000, 0),
(68016, 2746, 25, 'Saint George', 323816700, -646780600, 0),
(68017, 2747, 26, 'Phuntsholing', 268516400, 893883700, 0),
(68018, 2748, 26, 'Daga', 270666700, 898833300, 0),
(68019, 2749, 26, 'Gasa', 279037200, 897268900, 0),
(68020, 2750, 26, 'Tashi Yangtse', 275833300, 914666700, 0),
(68021, 234, 27, 'Huata', -190166700, -652500000, 0),
(68022, 235, 27, 'Chimore', -169833300, -651333300, 0),
(68023, 237, 27, 'Mapiri', -152500000, -681666700, 0),
(68024, 241, 27, 'Pailon', -176500000, -627500000, 0),
(68025, 241, 27, 'Warnes', -175000000, -631666700, 0),
(68030, 245, 29, 'Citluk', 432286100, 177008300, 0),
(68031, 245, 29, 'Donji Vakuf', 441436100, 174000000, 0),
(68032, 245, 29, 'Gornje Mostre', 440188900, 181533300, 0),
(68033, 245, 29, 'Siroki Brijeg', 433833300, 175927800, 0),
(68034, 245, 29, 'Solina', 445602800, 186947200, 0),
(68035, 245, 29, 'Sturlic', 450638900, 157780600, 0),
(68036, 245, 29, 'Tojsici', 445011100, 187855600, 0),
(68037, 245, 29, 'Vukovije Donje', 444636100, 187538900, 0),
(68038, 246, 29, 'Bosanski Novi', 450458300, 163802800, 0),
(68039, 246, 29, 'Derventa', 449772200, 179102800, 0),
(68040, 246, 29, 'Gacko', 431672200, 185352800, 0),
(68041, 246, 29, 'Koran', 438102800, 185688900, 0),
(68042, 246, 29, 'Laktasi', 449080600, 173008300, 0),
(68043, 246, 29, 'Stanari', 447472200, 178294400, 0),
(68044, 247, 30, 'Rakops', -210166700, 243333300, 0),
(68045, 247, 30, 'Selebi-Phikwe', -219790300, 278498300, 0),
(68046, 248, 30, 'Mogoditshane', -246269400, 258655600, 0),
(68047, 2753, 30, 'Kasane', -178166700, 251500000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(68048, 2753, 30, 'Maun', -199833300, 234166700, 0),
(68049, 251, 31, 'Feijo', -81641700, -703536100, 0),
(68050, 251, 31, 'Porto Walter', -82686100, -727438900, 0),
(68051, 251, 31, 'Senador Guiomard', -101522200, -677391700, 0),
(68052, 251, 31, 'Tarauaca', -81613900, -707655600, 0),
(68053, 252, 31, 'Atalaia', -95019400, -360227800, 0),
(68054, 252, 31, 'Coruripe', -101255600, -361755600, 0),
(68055, 252, 31, 'Flexeiras', -91975000, -357808300, 0),
(68056, 252, 31, 'Igaci', -95369400, -366336100, 0),
(68057, 252, 31, 'Maragogi', -90122200, -352225000, 0),
(68058, 252, 31, 'Pilar', -95972200, -359566700, 0),
(68059, 252, 31, 'Sao Luis do Quitunde', -93183300, -355611100, 0),
(68060, 252, 31, 'Sao Sebastiao', -99336100, -365541700, 0),
(68061, 254, 31, 'Borba', -43877800, -595938900, 0),
(68062, 254, 31, 'Rio Preto da Eva', -26994400, -596997200, 0),
(68063, 255, 31, 'Acajutiba', -116622200, -380172200, 0),
(68064, 255, 31, 'Anage', -146122200, -411355600, 0),
(68065, 255, 31, 'Araci', -113333300, -389666700, 0),
(68066, 255, 31, 'Belmonte', -158630600, -388827800, 0),
(68067, 255, 31, 'Canarana', -116847200, -417688900, 0),
(68068, 255, 31, 'Canavieiras', -156750000, -389472200, 0),
(68069, 255, 31, 'Correntina', -133433300, -446366700, 0),
(68070, 255, 31, 'Esplanada', -117961100, -379450000, 0),
(68071, 255, 31, 'Ibotirama', -121852800, -432205600, 0),
(68072, 255, 31, 'Iguai', -147563900, -400891700, 0),
(68073, 255, 31, 'Itagiba', -142836100, -398427800, 0),
(68074, 255, 31, 'Itarantim', -156597200, -400655600, 0),
(68075, 255, 31, 'Jeremoabo', -100750000, -384808300, 0),
(68076, 255, 31, 'Livramento do Brumado', -136430600, -418405600, 0),
(68077, 255, 31, 'Oliveira dos Brejinhos', -123169400, -428961100, 0),
(68078, 255, 31, 'Ponto Novo', -108627800, -401336100, 0),
(68079, 255, 31, 'Santa Cruz Cabralia', -162780600, -390247200, 0),
(68080, 255, 31, 'Sobradinho', -128333300, -391000000, 0),
(68081, 255, 31, 'Tapiramuta', -118472200, -407913900, 0),
(68082, 256, 31, 'Acopiara', -60952800, -394525000, 0),
(68083, 256, 31, 'Amontada', -33616700, -398316700, 0),
(68084, 256, 31, 'Campos Sales', -70744400, -403761100, 0),
(68085, 256, 31, 'Cedro', -66066700, -390622200, 0),
(68086, 256, 31, 'Chorozinho', -43002800, -384977800, 0),
(68087, 256, 31, 'Coreau', -35333300, -406566700, 0),
(68088, 256, 31, 'Iraucuba', -37461100, -397833300, 0),
(68089, 256, 31, 'Missao Velha', -72497200, -391430600, 0),
(68090, 256, 31, 'Parambu', -62111100, -406944400, 0),
(68091, 256, 31, 'Pedra Branca', -54541700, -397172200, 0),
(68092, 256, 31, 'Reriutaba', -41416700, -405822200, 0),
(68093, 256, 31, 'Senador Pompeu', -55880600, -393716700, 0),
(68094, 256, 31, 'Trairi', -32777800, -392688900, 0),
(68095, 256, 31, 'Ubajara', -38544400, -409211100, 0),
(68096, 258, 31, 'Aguia Branca', -189830600, -407402800, 0),
(68097, 258, 31, 'Guacui', -207755600, -416794400, 0),
(68098, 258, 31, 'Ibiracu', -198319400, -403697200, 0),
(68099, 258, 31, 'Laranja da Terra', -198988900, -410566700, 0),
(68100, 258, 31, 'Mantenopolis', -188625000, -411227800, 0),
(68101, 258, 31, 'Muniz Freire', -204641700, -414130600, 0),
(68102, 258, 31, 'Nova Venecia', -187105600, -404005600, 0),
(68103, 258, 31, 'Santa Leopoldina', -201005600, -405297200, 0),
(68104, 259, 31, 'Cacu', -185566700, -511308300, 0),
(68105, 259, 31, 'Campos Belos', -130366700, -467716700, 0),
(68106, 259, 31, 'Cavalcante', -137975000, -474583300, 0),
(68107, 259, 31, 'Cristalina', -167686100, -476136100, 0),
(68108, 259, 31, 'Hidrolandia', -169622200, -492280600, 0),
(68109, 259, 31, 'Ipameri', -177219400, -481597200, 0),
(68110, 259, 31, 'Parauna', -169477800, -504486100, 0),
(68111, 259, 31, 'Pontalina', -175250000, -494472200, 0),
(68112, 259, 31, 'Rialma', -153150000, -495844400, 0),
(68113, 259, 31, 'Sao Miguel do Araguaia', -132750000, -501627800, 0),
(68114, 260, 31, 'Arari', -34536100, -447800000, 0),
(68115, 260, 31, 'Carolina', -73327800, -474694400, 0),
(68116, 260, 31, 'Pastos Bons', -66016700, -440766700, 0),
(68117, 260, 31, 'Penalva', -32941700, -451736100, 0),
(68118, 260, 31, 'Pinheiro', -25213900, -450825000, 0),
(68119, 260, 31, 'Pirapemas', -37266700, -442233300, 0),
(68120, 260, 31, 'Sao Raimundo das Mangabeiras', -70219400, -454811100, 0),
(68121, 260, 31, 'Tutoia', -27619400, -422744400, 0),
(68122, 262, 31, 'Anastacio', -204836100, -558069400, 0),
(68123, 262, 31, 'Iguatemi', -236802800, -545611100, 0),
(68124, 262, 31, 'Porto Barra do Ivinheima', -229666700, -536666700, 0),
(68125, 262, 31, 'Terenos', -204422200, -548602800, 0),
(68126, 261, 31, 'Arenapolis', -144502800, -568461100, 0),
(68127, 261, 31, 'Chapada dos Guimaraes', -154605600, -557497200, 0),
(68128, 263, 31, 'Arinos', -159169400, -461055600, 0),
(68129, 263, 31, 'Barao de Cocais', -199458300, -434872200, 0),
(68130, 263, 31, 'Bom Jesus do Galho', -198288900, -423161100, 0),
(68131, 263, 31, 'Bom Sucesso', -210330600, -447580600, 0),
(68132, 263, 31, 'Buritizeiro', -173511100, -449622200, 0),
(68133, 263, 31, 'Campanha', -218361100, -454005600, 0),
(68134, 263, 31, 'Campestre', -217111100, -462463900, 0),
(68135, 263, 31, 'Carandai', -209536100, -438063900, 0),
(68136, 263, 31, 'Carmo do Paranaiba', -190008300, -463161100, 0),
(68137, 263, 31, 'Itambacuri', -180311100, -416850000, 0),
(68138, 263, 31, 'Itinga', -166130600, -417652800, 0),
(68139, 263, 31, 'Matipo', -202838900, -423411100, 0),
(68140, 263, 31, 'Mirabela', -162627800, -441644400, 0),
(68141, 263, 31, 'Padre Paraiso', -170741700, -414844400, 0),
(68142, 263, 31, 'Papagaios', -194491700, -447477800, 0),
(68143, 263, 31, 'Pedra Azul', -160052800, -412972200, 0),
(68144, 263, 31, 'Raposos', -199672200, -438041700, 0),
(68145, 263, 31, 'Recreio', -215250000, -424691700, 0),
(68146, 263, 31, 'Salinas', -161702800, -422902800, 0),
(68147, 263, 31, 'Santa Maria do Suacui', -181902800, -424141700, 0),
(68148, 263, 31, 'Santa Vitoria', -188386100, -501213900, 0),
(68149, 263, 31, 'Sarzedo', -200352800, -441447200, 0),
(68150, 263, 31, 'Varzea da Palma', -175980600, -447308300, 0),
(68151, 264, 31, 'Almeirim', -15233300, -525816700, 0),
(68152, 264, 31, 'Barcarena', -15058300, -486258300, 0),
(68153, 264, 31, 'Igarape Acu', -11288900, -476200000, 0),
(68154, 264, 31, 'Irituia', -17711100, -474380600, 0),
(68155, 264, 31, 'Juruti', -21522200, -560922200, 0),
(68156, 264, 31, 'Porto de Moz', -17483300, -522383300, 0),
(68157, 264, 31, 'Salinopolis', -6136100, -473561100, 0),
(68158, 264, 31, 'Soure', -7166700, -485233300, 0),
(68159, 265, 31, 'Arara', -68283300, -357583300, 0),
(68160, 265, 31, 'Araruna', -65583300, -357416700, 0),
(68161, 265, 31, 'Aroeiras', -75452800, -357075000, 0),
(68162, 265, 31, 'Desterro', -72905600, -370938900, 0),
(68163, 265, 31, 'Dona Ines', -66166700, -356333300, 0),
(68164, 265, 31, 'Fagundes', -73550000, -357750000, 0),
(68165, 265, 31, 'Jacarau', -66122200, -352927800, 0),
(68166, 265, 31, 'Mamanguape', -68386100, -351261100, 0),
(68167, 265, 31, 'Massaranduba', -72002800, -357891700, 0),
(68168, 265, 31, 'Pedras de Fogo', -74019400, -351163900, 0),
(68169, 265, 31, 'Pitimbu', -74705600, -348086100, 0),
(68170, 265, 31, 'Triunfo', -65666700, -386000000, 0),
(68171, 266, 31, 'Altania', -238744400, -539016700, 0),
(68172, 266, 31, 'Candido de Abreu', -245669400, -513333300, 0),
(68173, 266, 31, 'Chopinzinho', -258558300, -525233300, 0),
(68174, 266, 31, 'Clevelandia', -263958300, -524708300, 0),
(68175, 266, 31, 'Engenheiro Beltrao', -237972200, -522691700, 0),
(68176, 266, 31, 'Itaperucu', -252200000, -493477800, 0),
(68177, 266, 31, 'Jaguariaiva', -242511100, -497058300, 0),
(68178, 266, 31, 'Jataizinho', -232541700, -509800000, 0),
(68179, 266, 31, 'Nova Londrina', -227658300, -529850000, 0),
(68180, 266, 31, 'Ortigueira', -242083300, -509494400, 0),
(68181, 266, 31, 'Palmas', -264841700, -519905600, 0),
(68182, 266, 31, 'Pinhao', -256955600, -516597200, 0),
(68183, 266, 31, 'Pirai do Sul', -245261100, -499486100, 0),
(68184, 266, 31, 'Santo Antonio do Sudoeste', -260736100, -537252800, 0),
(68185, 266, 31, 'Tibagi', -245094400, -504136100, 0),
(68186, 267, 31, 'Amaraji', -83830600, -354525000, 0),
(68187, 267, 31, 'Aracoiaba', -77902800, -350908300, 0),
(68188, 267, 31, 'Capoeiras', -87347200, -366266700, 0),
(68189, 267, 31, 'Carnaiba', -87000000, -376666700, 0),
(68190, 267, 31, 'Catende', -86666700, -357166700, 0),
(68191, 267, 31, 'Gloria do Goita', -80016700, -352927800, 0),
(68192, 267, 31, 'Ipubi', -76519400, -401488900, 0),
(68193, 267, 31, 'Itamaraca', -77477800, -348255600, 0),
(68194, 267, 31, 'Lagoa do Itaenga', -79361100, -352902800, 0),
(68195, 267, 31, 'Passira', -79950000, -355805600, 0),
(68196, 267, 31, 'Quipapa', -88277800, -360116700, 0),
(68197, 267, 31, 'Santa Maria da Boa Vista', -88077800, -398255600, 0),
(68198, 267, 31, 'Tamandare', -87597200, -351047200, 0),
(68199, 267, 31, 'Tupanatinga', -87533300, -373397200, 0),
(68200, 268, 31, 'Amarante', -62411100, -428547200, 0),
(68201, 268, 31, 'Batalha', -40250000, -420750000, 0),
(68202, 268, 31, 'Campo Maior', -48277800, -421686100, 0),
(68203, 268, 31, 'Esperantina', -39016700, -422336100, 0),
(68204, 268, 31, 'Luis Correia', -28791700, -416669400, 0),
(68205, 268, 31, 'Miguel Alves', -41655600, -428952800, 0),
(68206, 268, 31, 'Pedro II', -44247200, -414586100, 0),
(68207, 268, 31, 'Pio IX', -68375000, -405791700, 0),
(68208, 268, 31, 'Sao Raimundo Nonato', -90152800, -426994400, 0),
(68209, 269, 31, 'Afonso Bezerra', -54983300, -365055600, 0),
(68210, 269, 31, 'Brejinho', -61908300, -353566700, 0),
(68211, 269, 31, 'Canguaretama', -63800000, -351288900, 0),
(68212, 269, 31, 'Caraubas', -57925000, -375566700, 0),
(68213, 269, 31, 'Extremoz', -57055600, -353072200, 0),
(68214, 269, 31, 'Jardim de Piranhas', -63786100, -373519400, 0),
(68215, 269, 31, 'Jardim do Serido', -65844400, -367744400, 0),
(68216, 269, 31, 'Nisia Floresta', -60911100, -352086100, 0),
(68217, 269, 31, 'Patu', -61100000, -376366700, 0),
(68218, 269, 31, 'Severiano Melo', -57772200, -379577800, 0),
(68219, 269, 31, 'Tangara', -61994400, -358016700, 0),
(68220, 269, 31, 'Touros', -51988900, -354608300, 0),
(68221, 270, 31, 'Butia', -301197200, -519622200, 0),
(68222, 270, 31, 'Girua', -280283300, -543497200, 0),
(68223, 270, 31, 'Itaqui', -291252800, -565530600, 0),
(68224, 270, 31, 'Nova Petropolis', -293763900, -511144400, 0),
(68225, 270, 31, 'Pinheiro Machado', -315783300, -533811100, 0),
(68226, 270, 31, 'Sao Francisco de Assis', -295502800, -551311100, 0),
(68227, 270, 31, 'Sao Francisco de Paula', -294480600, -505836100, 0),
(68228, 270, 31, 'Sao Jeronimo', -299591700, -517222200, 0),
(68229, 270, 31, 'Tapera', -276852800, -485512400, 0),
(68230, 270, 31, 'Tres de Maio', -277733300, -542400000, 0),
(68231, 270, 31, 'Triunfo', -299433300, -517180600, 0),
(68232, 271, 31, 'Japeri', -226430600, -436533300, 0),
(68233, 272, 31, 'Guajara Mirim', -107827800, -653394400, 0),
(68234, 274, 31, 'Armacao', -277496300, -485071300, 0),
(68235, 274, 31, 'Carianos', -276608800, -485431800, 0),
(68236, 274, 31, 'Ibirama', -270569400, -495177800, 0),
(68237, 274, 31, 'Lauro Muller', -283927800, -493966700, 0),
(68238, 274, 31, 'Morro da Fumaca', -286508300, -492100000, 0),
(68239, 274, 31, 'Otacilio Costa', -274830600, -501219400, 0),
(68240, 274, 31, 'Sao Francisco do Sul', -262433300, -486380600, 0),
(68241, 274, 31, 'Sao Joaquim', -282938900, -499316700, 0),
(68242, 274, 31, 'Sideropolis', -285977800, -494244400, 0),
(68243, 275, 31, 'Aracoiaba da Serra', -235052800, -476141700, 0),
(68244, 275, 31, 'Bastos', -219219400, -507338900, 0),
(68245, 275, 31, 'Buritama', -210661100, -501472200, 0),
(68246, 275, 31, 'Cajati', -247361100, -481227800, 0),
(68247, 275, 31, 'Cananeia', -250147200, -479266700, 0),
(68248, 275, 31, 'Elias Fausto', -230427800, -473738900, 0),
(68249, 275, 31, 'Guara', -204283300, -478241700, 0),
(68250, 275, 31, 'Itai', -234177800, -490905600, 0),
(68251, 275, 31, 'Jacupiranga', -246925000, -480022200, 0),
(68252, 275, 31, 'Juquitiba', -239316700, -470683300, 0),
(68253, 275, 31, 'Osvaldo Cruz', -217966700, -508786100, 0),
(68254, 275, 31, 'Panorama', -213563900, -518597200, 0),
(68255, 275, 31, 'Paranapanema', -233886100, -487227800, 0),
(68256, 275, 31, 'Piquete', -226136100, -451761100, 0),
(68257, 275, 31, 'Piracaia', -230538900, -463580600, 0),
(68258, 275, 31, 'Pirapora do Bom Jesus', -233969400, -470022200, 0),
(68259, 275, 31, 'Santa Gertrudes', -224566700, -475302800, 0),
(68260, 275, 31, 'Santa Rosa de Viterbo', -214727800, -473630600, 0),
(68261, 275, 31, 'Sao Simao', -214791700, -475508300, 0),
(68262, 275, 31, 'Severinia', -208094400, -488027800, 0),
(68263, 275, 31, 'Taruma', -227466700, -505772200, 0),
(68264, 276, 31, 'Laranjeiras', -108063900, -371700000, 0),
(68265, 276, 31, 'Malhador', -106577800, -373047200, 0),
(68266, 276, 31, 'Maruim', -107375000, -370816700, 0),
(68267, 276, 31, 'Moita Bonita', -105775000, -373427800, 0),
(68268, 276, 31, 'Monte Alegre de Sergipe', -100272200, -375622200, 0),
(68269, 276, 31, 'Pacatuba', -104533300, -366513900, 0),
(68270, 276, 31, 'Porto da Folha', -99172200, -372783300, 0),
(68271, 2754, 33, 'Bangar', 47166700, 1150666700, 0),
(68272, 282, 34, 'Khadzhidimovo', 415222200, 238686100, 0),
(68273, 283, 34, 'Chernomorets', 424458900, 276383400, 0),
(68274, 284, 34, 'Shabla', 435333300, 285333300, 0),
(68275, 291, 34, 'Vurshets', 431952800, 232861100, 0),
(68276, 297, 34, 'Slivo Pole', 439500000, 262000000, 0),
(68277, 299, 34, 'Sitovo', 440166700, 270166700, 0),
(68278, 302, 34, 'Chavdar', 426500000, 240500000, 0),
(68279, 303, 34, 'Elkhovo', 423833300, 254333300, 0),
(68280, 305, 34, 'Byala', 428833300, 278833300, 0),
(68281, 305, 34, 'Devnya', 432222200, 275694400, 0),
(68282, 305, 34, 'Kiten', 430833300, 273166700, 0),
(68283, 305, 34, 'Vetrino', 433166700, 274333300, 0),
(68284, 306, 34, 'Debelets', 430333300, 256166700, 0),
(68285, 308, 34, 'Oryakhovo', 437333300, 239666700, 0),
(68286, 2755, 35, 'Dedougou', 124666700, -34666700, 0),
(68287, 2756, 35, 'Yako', 129666700, -22666700, 0),
(68288, 2757, 35, 'Ouahigouya', 135827800, -24215800, 0),
(68289, 2758, 36, 'Gitega', -34264000, 299308000, 0),
(68290, 2759, 36, 'Mwaro', -35272000, 297034000, 0),
(68291, 2760, 36, 'Ngozi', -29075000, 298306000, 0),
(68292, 2761, 37, 'Sal Rei', 161833300, -229166700, 0),
(68293, 313, 37, 'Safende', 153689500, -258398400, 0),
(68294, 2762, 37, 'Sao Filipe', 148961000, -244955600, 0),
(68295, 2763, 38, 'Kampong Spoe', 114500000, 1045333300, 0),
(68296, 2764, 38, 'Pailin', 128489500, 1026092800, 0),
(68297, 2765, 38, 'Svay Rieng', 110878500, 1057993500, 0),
(68298, 327, 38, 'Takev', 109833300, 1047833300, 0),
(68299, 329, 39, 'Bafia', 47500000, 112333300, 0),
(68300, 330, 39, 'Yokadouma', 35166700, 150500000, 0),
(68301, 332, 39, 'Edea', 38000000, 101333300, 0),
(68302, 334, 39, 'Batibo', 58358000, 98553000, 0),
(68303, 334, 39, 'Fundong', 62500000, 102666700, 0),
(68304, 335, 39, 'Bana', 51481000, 102762000, 0),
(68305, 335, 39, 'Bandjoun', 53787800, 104181600, 0),
(68306, 335, 39, 'Dschang', 54455900, 100550000, 0),
(68307, 335, 39, 'Mbouda', 56257800, 102551700, 0),
(68308, 337, 39, 'Kumba', 46363000, 94469000, 0),
(68309, 337, 39, 'Muyuka', 42898000, 94103000, 0),
(68310, 338, 40, 'Arcadia', 554001000, -1161357600, 0),
(68311, 338, 40, 'Ardenville', 494679980, -1133054100, 0),
(68312, 338, 40, 'Bantry', 504834100, -1117517800, 0),
(68313, 338, 40, 'Beiseker', 513842980, -1135360860, 0),
(68314, 338, 40, 'Blairmore', 496000200, -1144353000, 0),
(68315, 338, 40, 'Bonanza', 515454180, -1144912730, 0),
(68316, 338, 40, 'Brazeau', 524667800, -1160855100, 0),
(68317, 338, 40, 'Breton', 531168200, -1144687800, 0),
(68318, 338, 40, 'Bruderheim', 537834500, -1129352700, 0),
(68319, 338, 40, 'Buffalo', 508001100, -1106683700, 0),
(68320, 338, 40, 'Butte', 521834100, -1147353600, 0),
(68321, 338, 40, 'Carseland', 508480100, -1134647400, 0),
(68322, 338, 40, 'Castor', 522168400, -1118850900, 0),
(68323, 338, 40, 'Coalhurst', 497447850, -1129366190, 0),
(68324, 338, 40, 'Conklin', 556287370, -1110982760, 0),
(68325, 338, 40, 'Consort', 520168300, -1107683600, 0),
(68326, 338, 40, 'Craigmyle', 516668300, -1122518300, 0),
(68327, 338, 40, 'Cremona', 515501000, -1144853100, 0),
(68328, 338, 40, 'Dapp', 543501500, -1139187900, 0),
(68329, 338, 40, 'Donnelly', 557292900, -1171095100, 0),
(68330, 338, 40, 'Duagh', 537168400, -1133853100, 0),
(68331, 338, 40, 'Ellscott', 545001800, -1129020200, 0),
(68332, 338, 40, 'Exshaw', 510590400, -1151652100, 0),
(68333, 338, 40, 'Falher', 557333900, -1172026200, 0),
(68334, 338, 40, 'Fort MacKay', 571835300, -1116185800, 0),
(68335, 338, 40, 'Fort Macleod', 497167100, -1134185700, 0),
(68336, 338, 40, 'Fort Vermilion', 583918200, -1160070400, 0),
(68337, 338, 40, 'Fox Creek', 544000700, -1168023800, 0),
(68338, 338, 40, 'Fox Lake', 584669200, -1145190800, 0),
(68339, 338, 40, 'Gibbons', 538334500, -1133353100, 0),
(68340, 338, 40, 'Gleichen', 508668200, -1130519000, 0),
(68341, 338, 40, 'Glenwood', 493636100, -1135105600, 0),
(68342, 338, 40, 'Grassland', 548168900, -1126852900, 0),
(68343, 338, 40, 'Grovedale', 550499700, -1188694100, 0),
(68344, 338, 40, 'Harvie Heights', 511227000, -1153835700, 0),
(68345, 338, 40, 'Hobbema', 528898250, -1135645400, 0),
(68346, 338, 40, 'Hughenden', 525168300, -1109849500, 0),
(68347, 338, 40, 'Innisfree', 533668500, -1115350400, 0),
(68348, 338, 40, 'Irricana', 513237200, -1136047500, 0),
(68349, 338, 40, 'Kathyrn', 512197010, -1137025560, 0),
(68350, 338, 40, 'Killam', 527834400, -1118517500, 0),
(68351, 338, 40, 'Kinuso', 553239560, -1153127490, 0),
(68352, 338, 40, 'Kitscoty', 510611050, -1139931670, 0),
(68353, 338, 40, 'La Corey', 544501700, -1107684700, 0),
(68354, 338, 40, 'Lake Louise', 514168950, -1162129820, 0),
(68355, 338, 40, 'Lamont', 537668600, -1128019500, 0),
(68356, 338, 40, 'Lenarthur', 564488990, -1110367650, 0),
(68357, 338, 40, 'Little Smoky', 547388900, -1171797200, 0),
(68358, 338, 40, 'Lone Pine', 543001400, -1151189100, 0),
(68359, 338, 40, 'Longview', 551851870, -1187876450, 0),
(68360, 338, 40, 'Ma-Me-O Beach', 529753030, -1139584960, 0),
(68361, 338, 40, 'Mayerthorpe', 539501500, -1151354700, 0),
(68362, 338, 40, 'Mewassin', 534501300, -1143020700, 0),
(68363, 338, 40, 'Milk River', 491499900, -1120850800, 0),
(68364, 338, 40, 'Millet', 531001300, -1134687000, 0),
(68365, 338, 40, 'Mount Valley', 550832200, -1198361000, 0),
(68366, 338, 40, 'Mundare', 536001500, -1123351800, 0),
(68367, 338, 40, 'Namao', 537168400, -1134853200, 0),
(68368, 338, 40, 'Nanton', 503471820, -1137753900, 0),
(68369, 338, 40, 'New Sarepta', 532668300, -1131352800, 0),
(68370, 338, 40, 'Norfolk', 510334100, -1137186600, 0),
(68371, 338, 40, 'Oyen', 513668200, -1104683200, 0),
(68372, 338, 40, 'Pendryl', 529668100, -1146520800, 0),
(68373, 338, 40, 'Pingle', 559169100, -1109185000, 0),
(68374, 338, 40, 'Pioneer', 537668400, -1161355500, 0),
(68375, 338, 40, 'Plamondon', 548502000, -1123186400, 0),
(68376, 338, 40, 'Rosebud', 513427110, -1129232780, 0),
(68377, 338, 40, 'Siksika', 508444310, -1130631220, 0),
(68378, 338, 40, 'Silver Beach', 530334200, -1139687400, 0),
(68379, 338, 40, 'Smith', 551668600, -1140354800, 0),
(68380, 338, 40, 'Smoky Lake', 541168700, -1124686300, 0),
(68381, 338, 40, 'South Cooking Lake', 534114800, -1131123200, 0),
(68382, 338, 40, 'Spirit River', 557832700, -1188360700, 0),
(68383, 338, 40, 'Sundre', 518001000, -1146353200, 0),
(68384, 338, 40, 'Swan Hills', 547169290, -1154009230, 0),
(68385, 338, 40, 'Taber', 497870300, -1121460300, 0),
(68386, 338, 40, 'Tar Island', 570169300, -1114852000, 0),
(68387, 338, 40, 'Thorhild', 541668600, -1131187100, 0),
(68388, 338, 40, 'Tofield', 533668400, -1126686200, 0),
(68389, 338, 40, 'Trochu', 518334100, -1132186200, 0),
(68390, 338, 40, 'Valleyview', 550667300, -1172858500, 0),
(68391, 338, 40, 'Volmer', 537168400, -1136687300, 0),
(68392, 338, 40, 'Vulcan', 536419170, -1124837590, 0),
(68393, 338, 40, 'Webster', 554332900, -1186860200, 0),
(68394, 338, 40, 'Winfield', 529668100, -1144353700, 0),
(68395, 338, 40, 'Woking', 555832700, -1187694400, 0),
(68396, 339, 40, '100 Mile House', 516463230, -1212945660, 0),
(68397, 339, 40, '105 Mile House', 516998200, -1213193500, 0),
(68398, 339, 40, '127 Mile House', 518831300, -1216694400, 0),
(68399, 339, 40, 'Alberni', 492496300, -1248028000, 0),
(68400, 339, 40, 'Alert Bay', 505829300, -1269197900, 0),
(68401, 339, 40, 'Anzac', 547666000, -1225030600, 0),
(68402, 339, 40, 'Beaver Cove', 505329200, -1268697800, 0),
(68403, 339, 40, 'Brackendale', 497644440, -1231584350, 0),
(68404, 339, 40, 'Bridge Lake', 514824000, -1207323600, 0),
(68405, 339, 40, 'Campbell Creek', 506566800, -1200830800, 0),
(68406, 339, 40, 'Dugan Lake', 521665400, -1219277900, 0),
(68407, 339, 40, 'Gloucester', 490980400, -1224736100, 0),
(68408, 339, 40, 'Hazelton', 552497300, -1276702500, 0),
(68409, 339, 40, 'Hixon', 534067900, -1225751400, 0),
(68410, 339, 40, 'Horsefly', 523331700, -1214193900, 0),
(68411, 339, 40, 'Hudson''s Hope', 559998900, -1220030500, 0),
(68412, 339, 40, 'Ioco', 492996700, -1228693300, 0),
(68413, 339, 40, 'Kemano', 535663900, -1279533700, 0),
(68414, 339, 40, 'Keremeos', 491997500, -1198357000, 0),
(68415, 339, 40, 'Kinnaird', 492859400, -1176522400, 0),
(68416, 339, 40, 'Kitchener', 491581900, -1163382300, 0),
(68417, 339, 40, 'Midway', 490164800, -1187690000, 0),
(68418, 339, 40, 'Nesters', 501329900, -1229527500, 0),
(68419, 339, 40, 'Owl Creek', 503161120, -1227173300, 0),
(68420, 339, 40, 'Oyama', 501133100, -1193722900, 0),
(68421, 339, 40, 'Panorama', 504685010, -1162237890, 0),
(68422, 339, 40, 'Parkland', 559166000, -1205695900, 0),
(68423, 339, 40, 'Port Edward', 543139760, -1303229730, 0),
(68424, 339, 40, 'Port Renfrew', 485529660, -1244222990, 0),
(68425, 339, 40, 'Pouce Coupe', 557166000, -1201361500, 0),
(68426, 339, 40, 'Pritchard', 506831000, -1198191100, 0),
(68427, 339, 40, 'Radium Hot Springs', 506166700, -1160687800, 0),
(68428, 339, 40, 'Saturna', 487996500, -1232026200, 0),
(68429, 339, 40, 'Shirley', 483829100, -1239026400, 0),
(68430, 339, 40, 'Spillimacheen', 508999600, -1163688200, 0),
(68431, 339, 40, 'Stewart', 559328900, -1299872800, 0),
(68432, 339, 40, 'Strachan Creek', 494163500, -1232359600, 0),
(68433, 339, 40, 'Sun Peaks', 508745870, -1199256030, 0),
(68434, 340, 40, 'Amaranth', 505956200, -987390600, 0),
(68435, 340, 40, 'Benito', 519138900, -1015492100, 0),
(68436, 340, 40, 'Calrin', 498778820, -974187060, 0),
(68437, 340, 40, 'Carberry', 498689300, -993602100, 0),
(68438, 340, 40, 'Carman', 494992000, -980015600, 0),
(68439, 340, 40, 'Channing', 547537400, -1018332700, 0),
(68440, 340, 40, 'Chillon', 505764000, -1012217000, 0),
(68441, 340, 40, 'Culver', 498943900, -956708300, 0),
(68442, 340, 40, 'Deer', 499814300, -987910800, 0),
(68443, 340, 40, 'Deloraine', 491908200, -1004947700, 0),
(68444, 340, 40, 'Dennis Lake', 505214200, -973670700, 0),
(68445, 340, 40, 'Dominion City', 491418900, -971562600, 0),
(68446, 340, 40, 'Elm Creek', 496755560, -979925000, 0),
(68447, 340, 40, 'Erickson', 504981200, -999122300, 0),
(68448, 340, 40, 'Ferndale', 497239000, -975153700, 0),
(68449, 340, 40, 'Greenfarm', 492072000, -978574300, 0),
(68450, 340, 40, 'Hamiota', 501806100, -1005969900, 0),
(68451, 340, 40, 'Kapaneewekamik Place', 539766000, -947882500, 0),
(68452, 340, 40, 'La Rochelle', 493203010, -969499210, 0),
(68453, 340, 40, 'Lakeland', 502694200, -986674600, 0),
(68454, 340, 40, 'Laurentia Beach', 504192200, -979593100, 0),
(68455, 340, 40, 'Macdonald', 500575200, -984671400, 0),
(68456, 340, 40, 'Meadowvale', 498856950, -968392120, 0),
(68457, 340, 40, 'Minitonas', 520861000, -1010400800, 0),
(68458, 340, 40, 'Ochre River', 510622100, -997808100, 0),
(68459, 340, 40, 'Oxford House', 549485300, -952659800, 0),
(68460, 340, 40, 'Peguis', 502222100, -968387200, 0),
(68461, 340, 40, 'Pigeon Lake', 499464100, -975975800, 0),
(68462, 340, 40, 'Reston', 495575000, -1010942200, 0),
(68463, 340, 40, 'Richer', 496574900, -964574800, 0),
(68464, 340, 40, 'Sans Souci', 504272200, -969487400, 0),
(68465, 340, 40, 'St. Theresa Point', 538318900, -948490600, 0),
(68466, 340, 40, 'Star Lake', 497558000, -952365900, 0),
(68467, 340, 40, 'Sylvan', 510681100, -973906700, 0),
(68468, 340, 40, 'Warren Landing', 536969300, -978709100, 0),
(68469, 340, 40, 'Woodlands', 502072100, -976606900, 0),
(68470, 341, 40, 'Baxters Corner', 453834600, -658155300, 0),
(68471, 341, 40, 'Big Cove', 465966700, -649805600, 0),
(68472, 341, 40, 'Blacks Harbour', 450577770, -667851270, 0),
(68473, 341, 40, 'Boiestown', 464557800, -664198200, 0),
(68474, 341, 40, 'Bright', 461788800, -670969400, 0),
(68475, 341, 40, 'Cap-Pele', 462046470, -643865980, 0),
(68476, 341, 40, 'Chipman', 461711690, -658845510, 0),
(68477, 341, 40, 'Didgeguash', 451304660, -668324310, 0),
(68478, 341, 40, 'Durham Bridge', 461168100, -665988700, 0),
(68479, 341, 40, 'Grand Bay-Westfield', 453257970, -662000900, 0),
(68480, 341, 40, 'Harrison Brook', 473563990, -682285510, 0),
(68481, 341, 40, 'Hartland', 463031930, -675397650, 0),
(68482, 341, 40, 'Harvey Station', 457292300, -670052530, 0),
(68483, 341, 40, 'Inkerman', 476672400, -648248300, 0),
(68484, 341, 40, 'Lakeburn', 461001400, -646820500, 0),
(68485, 341, 40, 'Lower Perth', 467028500, -677193800, 0),
(68486, 341, 40, 'McKeens Corner', 458751620, -667876020, 0),
(68487, 341, 40, 'Middle Kouchibouguac', 468001200, -649820300, 0),
(68488, 341, 40, 'Minto', 460848300, -660621700, 0),
(68489, 341, 40, 'Miscou Centre', 479439500, -645711100, 0),
(68490, 341, 40, 'Nackawic', 459926750, -672457740, 0),
(68491, 341, 40, 'Northrups Corner', 457000850, -656001240, 0),
(68492, 341, 40, 'Pennfield', 451168300, -666821800, 0),
(68493, 341, 40, 'Perth-Andover', 467438220, -676987970, 0),
(68494, 341, 40, 'Petitcodiac', 459311560, -651709270, 0),
(68495, 341, 40, 'Pocologan', 451334400, -665821800, 0),
(68496, 341, 40, 'Pointe-Verte', 479165940, -659348740, 0),
(68497, 341, 40, 'Pointe-du-Chene', 462234740, -644850990, 0),
(68498, 341, 40, 'Princess Park', 459501400, -660655700, 0),
(68499, 341, 40, 'Rexton', 466498300, -648829400, 0),
(68500, 341, 40, 'Saint Leonard', 471730300, -679246900, 0),
(68501, 341, 40, 'Saint-Antoine', 463318340, -647135280, 0),
(68502, 341, 40, 'Shediac Bridge', 462694650, -645729640, 0),
(68503, 341, 40, 'St. Andrews', 450727090, -670507460, 0),
(68504, 341, 40, 'Tracy', 456767260, -666827760, 0),
(68505, 341, 40, 'Waltons Lake', 454501500, -660655500, 0),
(68506, 341, 40, 'Whitney', 469495800, -658366950, 0),
(68507, 342, 40, 'Bay Bulls', 473166100, -528182900, 0),
(68508, 342, 40, 'Bay Roberts', 476086200, -532354100, 0),
(68509, 342, 40, 'Belleoram', 475166400, -554150100, 0),
(68510, 342, 40, 'Big Pond', 474493300, -527718700, 0),
(68511, 342, 40, 'Bishop''s Falls', 475737180, -527000700, 0),
(68512, 342, 40, 'Bonavista', 486498900, -531147400, 0),
(68513, 342, 40, 'Botwood', 491325150, -553538430, 0),
(68514, 342, 40, 'Burin', 470332400, -551650000, 0),
(68515, 342, 40, 'Cavendish', 477165900, -534813900, 0),
(68516, 342, 40, 'Conception Bay South', 475391180, -529332890, 0),
(68517, 342, 40, 'Dildo', 475696330, -535569330, 0),
(68518, 342, 40, 'Fogo', 497166200, -542814200, 0),
(68519, 342, 40, 'Fort William', 475720900, -527147400, 0),
(68520, 342, 40, 'Fortune', 470666500, -558316400, 0),
(68521, 342, 40, 'Gallants', 487056000, -582359700, 0),
(68522, 342, 40, 'Glovertown', 486832100, -540314100, 0),
(68523, 342, 40, 'Grand Falls', 489332400, -556649200, 0),
(68524, 342, 40, 'Grand Falls-Windsor', 489277070, -556588420, 0),
(68525, 342, 40, 'Harbour Grace', 476950620, -532116210, 0),
(68526, 342, 40, 'Holyrood', 473831900, -531313700, 0),
(68527, 342, 40, 'Kelligrews', 474998900, -530147600, 0),
(68528, 342, 40, 'Logy Bay', 476487180, -526817950, 0),
(68529, 342, 40, 'Meadows', 489833100, -580484100, 0),
(68530, 342, 40, 'Otterbury', 475982040, -528383790, 0),
(68531, 342, 40, 'Pasadena', 490132010, -575787640, 0),
(68532, 342, 40, 'Portugal Cove', 476048820, -527915250, 0),
(68533, 342, 40, 'Pouch Cove', 477470900, -527730400, 0),
(68534, 342, 40, 'Russell', 489667100, -577983900, 0),
(68535, 342, 40, 'Spaniard''s Bay', 476165900, -532813800, 0),
(68536, 342, 40, 'Whitbourne', 474166000, -535314000, 0),
(68537, 342, 40, 'Witless Bay', 472826650, -528324260, 0),
(68538, 343, 40, 'Colville Lake', 653053010, -1267057120, 0),
(68539, 343, 40, 'Fort Good Hope', 674364450, -1348807550, 0),
(68540, 343, 40, 'Fort Liard', 602330380, -1233794190, 0),
(68541, 343, 40, 'Fort Resolution', 611619500, -1136442900, 0),
(68542, 343, 40, 'FortProvidence', 613580050, -1176599290, 0),
(68543, 343, 40, 'Kakisa', 609392700, -1174088300, 0),
(68544, 343, 40, 'Paulatuk', 693091940, -1239296000, 0),
(68545, 343, 40, 'Sachs Harbour', 719840900, -1252463000, 0),
(68546, 343, 40, 'Snowdrift', 623775180, -1106953380, 0),
(68547, 343, 40, 'Trout Lake', 618617630, -1213476270, 0),
(68548, 343, 40, 'Tsiigehtchic', 674429000, -1337436900, 0),
(68549, 343, 40, 'Tulita', 649263960, -1254491910, 0),
(68550, 343, 40, 'Ulukhaktok', 707341800, -1177545700, 0),
(68551, 343, 40, 'Wha Ti', 631442900, -1172756700, 0),
(68552, 343, 40, 'Wrigley', 632090900, -1234141410, 0),
(68553, 344, 40, 'Annapolis Royal', 447428480, -655149520, 0),
(68554, 344, 40, 'Berwick', 450501500, -647320800, 0),
(68555, 344, 40, 'Cambridge', 450524100, -646519780, 0),
(68556, 344, 40, 'Centreville', 451340510, -645287050, 0),
(68557, 344, 40, 'Cornwallis', 446522900, -656299200, 0),
(68558, 344, 40, 'Devon', 449168500, -633986800, 0),
(68559, 344, 40, 'East Chezzetcook', 447168500, -632319700, 0),
(68560, 344, 40, 'Economy', 453834500, -639154300, 0),
(68561, 344, 40, 'Edwardsville', 461668400, -602317500, 0),
(68562, 344, 40, 'Elmsdale', 449668500, -634986900, 0),
(68563, 344, 40, 'Granville Ferry', 447501500, -655155300, 0),
(68564, 344, 40, 'Greenvale', 455001500, -624819200, 0),
(68565, 344, 40, 'Greenwood', 435737600, -653863200, 0),
(68566, 344, 40, 'Hubbards', 446334500, -640654300, 0),
(68567, 344, 40, 'Humes Rear', 460668400, -609485000, 0),
(68568, 344, 40, 'Inverness', 462220220, -613044600, 0),
(68569, 344, 40, 'Kingston', 449834500, -649487900, 0),
(68570, 344, 40, 'Lawrencetown', 446501500, -633486800, 0),
(68571, 344, 40, 'Lunenburg', 443834500, -643154500, 0),
(68572, 344, 40, 'Mahone Bay', 444501500, -643820500, 0),
(68573, 344, 40, 'Margaree Harbour', 464334400, -611152100, 0),
(68574, 344, 40, 'Meteghan', 441892200, -661637900, 0),
(68575, 344, 40, 'Millville', 449963100, -648175300, 0),
(68576, 344, 40, 'Miramichi', 460334400, -613152300, 0),
(68577, 344, 40, 'Mount Uniacke', 449001500, -638320200, 0),
(68578, 344, 40, 'Musquodoboit Harbour', 447834500, -631486700, 0),
(68579, 344, 40, 'New Germany', 445501500, -647154700, 0),
(68580, 344, 40, 'Newport Corner', 449668500, -639654300, 0),
(68581, 344, 40, 'Oxford', 457334500, -638654200, 0),
(68582, 344, 40, 'Parrsboro', 454001500, -643320500, 0),
(68583, 344, 40, 'Peggy''s Cove', 444936600, -639141800, 0),
(68584, 344, 40, 'Prospect', 444668500, -637820100, 0),
(68585, 344, 40, 'Pugwash Junction', 458001500, -636320000, 0),
(68586, 344, 40, 'Sambro', 444668500, -635987000, 0),
(68587, 344, 40, 'Scotsburn', 456501500, -628486500, 0),
(68588, 344, 40, 'Shelburne', 437668600, -653155200, 0),
(68589, 344, 40, 'South Brookfield', 443834600, -649654900, 0),
(68590, 344, 40, 'Sydney Mines', 462366900, -602176700, 0),
(68591, 344, 40, 'Westville', 455668500, -627153400, 0),
(68592, 344, 40, 'Woodside', 446501500, -635486900, 0),
(68593, 345, 40, 'Cambridge Bay', 691148900, -1050548400, 0),
(68594, 345, 40, 'Cape Dorset', 642333040, -765405680, 0),
(68595, 345, 40, 'Chesterfield Inlet', 633465140, -907368270, 0),
(68596, 345, 40, 'Hall Beach', 687727350, -812352080, 0),
(68597, 345, 40, 'Kimmirut', 628474190, -698692030, 0),
(68598, 345, 40, 'Nanisivik', 730347220, -845369440, 0),
(68599, 345, 40, 'Qikiqtarjuaq', 675415800, -638876710, 0),
(68600, 345, 40, 'Repulse Bay', 665465650, -861881960, 0),
(68601, 345, 40, 'Sanikiluaq', 565407750, -792224180, 0),
(68602, 346, 40, 'Alcona', 443139530, -795528060, 0),
(68603, 346, 40, 'Alfred', 455590000, -748773800, 0),
(68604, 346, 40, 'Allenford', 445500900, -811664300, 0),
(68605, 346, 40, 'Alton', 438517000, -801267420, 0),
(68606, 346, 40, 'Ansonville', 487501800, -806830700, 0),
(68607, 346, 40, 'Anten Mills', 444815000, -798172200, 0),
(68608, 346, 40, 'Apple Hill', 452167900, -747659800, 0),
(68609, 346, 40, 'Apsley', 447906870, -782405830, 0),
(68610, 346, 40, 'Ardmore Beach', 446381740, -798900500, 0),
(68611, 346, 40, 'Armstrong', 502996500, -890420400, 0),
(68612, 346, 40, 'Arthur''s Corners', 429043000, -805746900, 0),
(68613, 346, 40, 'Astorville', 461834000, -792829100, 0),
(68614, 346, 40, 'Atherley', 446160500, -793340900, 0),
(68615, 346, 40, 'Auburn', 437373870, -814287790, 0),
(68616, 346, 40, 'Ayr', 432987450, -804611180, 0),
(68617, 346, 40, 'Baltimore', 440180600, -781473000, 0),
(68618, 346, 40, 'Barrhead', 443043000, -806636100, 0),
(68619, 346, 40, 'Bearskin Lake', 539168400, -909668500, 0),
(68620, 346, 40, 'Beechwood', 431470780, -815337340, 0),
(68621, 346, 40, 'Belfountain', 438013230, -800039380, 0),
(68622, 346, 40, 'Berlett''s Corners', 434667900, -807164100, 0),
(68623, 346, 40, 'Berrys', 454251000, -759243600, 0),
(68624, 346, 40, 'Bigwood', 460333800, -805997000, 0),
(68625, 346, 40, 'Blackwater', 441759050, -790022710, 0),
(68626, 346, 40, 'Borden', 443247580, -798923390, 0),
(68627, 346, 40, 'Bradford West Gwillimbury', 441168100, -796163300, 0),
(68628, 346, 40, 'Brechin', 444914550, -791772110, 0),
(68629, 346, 40, 'Brinka', 501505570, -940129150, 0),
(68630, 346, 40, 'Burk''s Falls', 456190210, -794081200, 0),
(68631, 346, 40, 'Cadmus', 441168200, -787828700, 0),
(68632, 346, 40, 'Calabogie', 453001100, -767161200, 0),
(68633, 346, 40, 'Camlachie', 430359600, -821616000, 0),
(68634, 346, 40, 'Cargill', 441817000, -812902640, 0),
(68635, 346, 40, 'Chaplin Estates', 437023700, -794018400, 0),
(68636, 346, 40, 'Chippawa', 431065420, -790675110, 0),
(68637, 346, 40, 'Clare', 439976350, -805675570, 0),
(68638, 346, 40, 'Cobalt', 473954710, -796860340, 0),
(68639, 346, 40, 'Cobden', 456262300, -768997390, 0),
(68640, 346, 40, 'Coboconk', 446501200, -787995800, 0),
(68641, 346, 40, 'Cody''s Corners', 431065980, -808413510, 0),
(68642, 346, 40, 'Coe Hill', 448668300, -778328000, 0),
(68643, 346, 40, 'Colborne', 440001200, -778828000, 0),
(68644, 346, 40, 'Combermere', 454130650, -777264660, 0),
(68645, 346, 40, 'Coniston', 464833800, -808497300, 0),
(68646, 346, 40, 'Courtright', 428142180, -824069890, 0),
(68647, 346, 40, 'Creemore', 443362860, -801509340, 0),
(68648, 346, 40, 'Crescent Bay', 427904100, -801218500, 0),
(68649, 346, 40, 'Crosby', 446980970, -761904680, 0),
(68650, 346, 40, 'Deep River', 460867430, -774910770, 0),
(68651, 346, 40, 'Denbigh', 450310580, -773947340, 0),
(68652, 346, 40, 'Deseronto', 441951410, -770483280, 0),
(68653, 346, 40, 'Dorset', 452578540, -790441080, 0),
(68654, 346, 40, 'Downeys', 434795800, -802259400, 0),
(68655, 346, 40, 'Downie', 434061550, -810587790, 0),
(68656, 346, 40, 'Dresden', 425833800, -821831000, 0),
(68657, 346, 40, 'Dubreuilville', 483716500, -845255500, 0),
(68658, 346, 40, 'Dundalk', 441679200, -803935700, 0),
(68659, 346, 40, 'Ear Falls', 506373740, -932328920, 0),
(68660, 346, 40, 'East Bayfront', 436451400, -793650600, 0),
(68661, 346, 40, 'Edgar', 443776170, -799217650, 0),
(68662, 346, 40, 'Elmvale', 446240980, -798610480, 0),
(68663, 346, 40, 'Eugenia', 443372150, -803775600, 0),
(68664, 346, 40, 'Finch', 451439920, -750863310, 0),
(68665, 346, 40, 'Floradale', 436357280, -805799180, 0),
(68666, 346, 40, 'Florence', 426500800, -819997900, 0),
(68667, 346, 40, 'Georgina', 442372290, -794494020, 0),
(68668, 346, 40, 'Glen Buell', 446257730, -759523460, 0),
(68669, 346, 40, 'Glen Miller', 441334200, -775827800, 0),
(68670, 346, 40, 'Godfrey', 446600010, -765712630, 0),
(68671, 346, 40, 'Gooderham', 449001200, -783828500, 0),
(68672, 346, 40, 'Goulais Bay', 467501690, -842881000, 0),
(68673, 346, 40, 'Goulais Mission', 469279580, -846059110, 0),
(68674, 346, 40, 'Grand Valley', 439001000, -803163800, 0),
(68675, 346, 40, 'Greenstone', 497814400, -865347800, 0),
(68676, 346, 40, 'Hagles Corners', 430133900, -808358200, 0),
(68677, 346, 40, 'Haldimand County', 430206940, -798889410, 0),
(68678, 346, 40, 'Haley Station', 455951670, -767464070, 0),
(68679, 346, 40, 'Hammertown', 439910840, -797253190, 0),
(68680, 346, 40, 'Hardrock', 497168300, -868832600, 0),
(68681, 346, 40, 'Harwood', 441334200, -781828200, 0),
(68682, 346, 40, 'Hastings', 445818920, -774769650, 0),
(68683, 346, 40, 'Healey''s Heath', 451762450, -760015240, 0),
(68684, 346, 40, 'Heron Bay', 486668000, -862832100, 0),
(68685, 346, 40, 'Highland Grove', 450013200, -780159690, 0),
(68686, 346, 40, 'Hillsburgh', 438006700, -801347800, 0),
(68687, 346, 40, 'Hilton Beach', 462500600, -838832300, 0),
(68688, 346, 40, 'Hobart', 446985300, -795582830, 0),
(68689, 346, 40, 'Hudson', 475372500, -798028000, 0),
(68690, 346, 40, 'Hutchins Corners', 449237000, -756993500, 0),
(68691, 346, 40, 'Ignace', 494163300, -916590200, 0),
(68692, 346, 40, 'Inglewood', 437972680, -799380380, 0),
(68693, 346, 40, 'Ingolf', 498000000, -951171800, 0),
(68694, 346, 40, 'Islington', 436510290, -795387210, 0),
(68695, 346, 40, 'Kagawong', 459000700, -822498300, 0),
(68696, 346, 40, 'Keewatin', 497604200, -945545200, 0),
(68697, 346, 40, 'Kerwood', 429333900, -817497800, 0),
(68698, 346, 40, 'Killarney', 460833800, -810330400, 0),
(68699, 346, 40, 'King', 439651400, -795901100, 0),
(68700, 346, 40, 'Kirkfield', 445340440, -789092420, 0),
(68701, 346, 40, 'La Nation', 455177660, -749825430, 0),
(68702, 346, 40, 'Lagoon City', 445474200, -792104000, 0),
(68703, 346, 40, 'Latimer', 443884090, -764734480, 0),
(68704, 346, 40, 'Laurentian Hills', 461330000, -775500000, 0),
(68705, 346, 40, 'Lavant', 451177620, -764919970, 0),
(68706, 346, 40, 'Leaside', 437079000, -793679400, 0),
(68707, 346, 40, 'Levack', 466333800, -813830700, 0),
(68708, 346, 40, 'Limehouse', 436499690, -799977830, 0),
(68709, 346, 40, 'Lincoln', 431520120, -793927030, 0),
(68710, 346, 40, 'Little Hawk Lake', 450454790, -786983840, 0),
(68711, 346, 40, 'Logan', 435167900, -811664400, 0),
(68712, 346, 40, 'Long Beach', 428668200, -793828900, 0),
(68713, 346, 40, 'Long Branch', 435834200, -795329100, 0),
(68714, 346, 40, 'Lorne Park', 435407700, -796177100, 0),
(68715, 346, 40, 'Lorneville', 443982280, -789933190, 0),
(68716, 346, 40, 'Lucknow', 439500900, -815164700, 0),
(68717, 346, 40, 'Macdiarmid', 496666250, -878275580, 0),
(68718, 346, 40, 'Manhard', 446820100, -757340500, 0),
(68719, 346, 40, 'Manitouwadge', 494159460, -916587440, 0),
(68720, 346, 40, 'Maple Grove', 430318250, -803310240, 0),
(68721, 346, 40, 'Maple Lake Park', 432642900, -807054620, 0),
(68722, 346, 40, 'Massey', 462000700, -820831200, 0),
(68723, 346, 40, 'Maxville', 452833900, -748492800, 0),
(68724, 346, 40, 'McKenzie Island', 510566530, -937430970, 0),
(68725, 346, 40, 'Merlin', 422448880, -822888260, 0),
(68726, 346, 40, 'Merrickville', 449168100, -758326600, 0),
(68727, 346, 40, 'Merrickville-Wolford', 449168100, -758326600, 0),
(68728, 346, 40, 'Mile Corner', 429252450, -809837710, 0),
(68729, 346, 40, 'Millhaven', 442809700, -767254700, 0),
(68730, 346, 40, 'Mississippi Mills', 452344080, -761757690, 0),
(68731, 346, 40, 'Mitchell', 434639430, -812130090, 0),
(68732, 346, 40, 'Monkland', 451951350, -748780980, 0),
(68733, 346, 40, 'Mono', 439060200, -801137600, 0),
(68734, 346, 40, 'Montreal River', 472333330, -846500000, 0),
(68735, 346, 40, 'Monument Corner', 457167700, -822498300, 0),
(68736, 346, 40, 'Mount Pleasant', 443154310, -770205230, 0),
(68737, 346, 40, 'Mugg''s Island', 436245100, -793865000, 0),
(68738, 346, 40, 'Nakina', 501666670, -867000000, 0),
(68739, 346, 40, 'Nashville', 438270850, -796605170, 0),
(68740, 346, 40, 'New Tecumseth', 441389200, -798630400, 0),
(68741, 346, 40, 'Newburgh', 443168200, -768661300, 0),
(68742, 346, 40, 'Newbury', 426833900, -817997800, 0),
(68743, 346, 40, 'Nobel', 455093100, -803653560, 0),
(68744, 346, 40, 'Norfolk County', 428334000, -803829700, 0),
(68745, 346, 40, 'North Toronto', 436834100, -793829000, 0),
(68746, 346, 40, 'Oil Springs', 427833800, -821165100, 0),
(68747, 346, 40, 'Omemee', 442989700, -785598900, 0),
(68748, 346, 40, 'Orchard Heights', 435959300, -795620400, 0),
(68749, 346, 40, 'Ouimet', 487833330, -885333330, 0),
(68750, 346, 40, 'Paisley', 443061830, -812728030, 0),
(68751, 346, 40, 'Park Head', 446147100, -810855500, 0),
(68752, 346, 40, 'Patrick Fogarty Catholic Secondary School', 446255200, -794309500, 0),
(68753, 346, 40, 'Pelham', 430842080, -793523910, 0),
(68754, 346, 40, 'Pickle Lake', 514664190, -901984110, 0),
(68755, 346, 40, 'Point Alexandria', 441784710, -763815030, 0),
(68756, 346, 40, 'Pointe au Baril Station', 456049760, -803255800, 0),
(68757, 346, 40, 'Port Burwell', 426500900, -808164000, 0),
(68758, 346, 40, 'Port Lands', 436473200, -793422300, 0),
(68759, 346, 40, 'Port McNicoll', 447563030, -798108030, 0),
(68760, 346, 40, 'Port Severn', 448115130, -797333040, 0),
(68761, 346, 40, 'Pottageville', 440279060, -795540500, 0),
(68762, 346, 40, 'Powassan', 460334000, -793496100, 0),
(68763, 346, 40, 'Priceville', 442319770, -807058730, 0),
(68764, 346, 40, 'Queenston', 431529960, -790761310, 0),
(68765, 346, 40, 'Quinte West', 441028160, -775770890, 0),
(68766, 346, 40, 'Raith', 484086910, -892582030, 0),
(68767, 346, 40, 'Redwater', 469001100, -796496700, 0),
(68768, 346, 40, 'River Valley', 465833900, -801829900, 0),
(68769, 346, 40, 'Roblin', 444873500, -769957960, 0),
(68770, 346, 40, 'Rockside', 437459100, -799132620, 0),
(68771, 346, 40, 'Rosseau', 452589840, -796406470, 0),
(68772, 346, 40, 'Rowan Mills', 426247500, -804504280, 0),
(68773, 346, 40, 'Sachigo Lake', 538668700, -921669700, 0),
(68774, 346, 40, 'Savant Lake', 505953290, -906998860, 0),
(68775, 346, 40, 'Schreiber', 488125200, -872645800, 0),
(68776, 346, 40, 'Shanty Bay', 461806800, -803857800, 0),
(68777, 346, 40, 'Shedden', 427388670, -813460750, 0),
(68778, 346, 40, 'Shuniah Township', 485242000, -891147000, 0),
(68779, 346, 40, 'Simcoe Beach', 443189240, -795787520, 0),
(68780, 346, 40, 'Sioux Narrows', 493977900, -940721500, 0),
(68781, 346, 40, 'Skead', 466667800, -807497200, 0),
(68782, 346, 40, 'Sombra', 427159920, -823916030, 0),
(68783, 346, 40, 'South Bruce Peninsula', 446833900, -812164400, 0),
(68784, 346, 40, 'South Huron', 433270750, -814613670, 0),
(68785, 346, 40, 'Sprucedale', 454834000, -794663600, 0),
(68786, 346, 40, 'St. George', 432585210, -802568190, 0),
(68787, 346, 40, 'Sundridge', 457747500, -794053710, 0),
(68788, 346, 40, 'Sydenham', 444103590, -765966230, 0),
(68789, 346, 40, 'The Depot', 460035850, -801061970, 0),
(68790, 346, 40, 'The Gore', 430504290, -805257980, 0),
(68791, 346, 40, 'Thessalon', 462500600, -835666000, 0),
(68792, 346, 40, 'Trent Hills', 442015770, -778861740, 0),
(68793, 346, 40, 'Vankleek Hill', 455194750, -746515290, 0),
(68794, 346, 40, 'Vermilion Bay', 498704340, -933629230, 0),
(68795, 346, 40, 'Verona', 444806650, -766939730, 0),
(68796, 346, 40, 'Wahwashkesh', 456466790, -798530770, 0),
(68797, 346, 40, 'Wainfleet', 429130800, -793678300, 0),
(68798, 346, 40, 'Walpole Island', 426167800, -825165300, 0),
(68799, 346, 40, 'Warren', 464500900, -802996900, 0),
(68800, 346, 40, 'Washago', 447728520, -793574070, 0),
(68801, 346, 40, 'Watford', 429500800, -818830900, 0),
(68802, 346, 40, 'Westfield Heritage Village', 433200000, -801452000, 0),
(68803, 346, 40, 'Westport', 446766790, -763952950, 0),
(68804, 346, 40, 'White Lake', 454500000, -765000000, 0),
(68805, 346, 40, 'Whitedog', 501333330, -949500000, 0),
(68806, 346, 40, 'Whitefish', 463833800, -813164600, 0),
(68807, 346, 40, 'Wilcox Corners', 430751100, -795918100, 0),
(68808, 346, 40, 'Williamsburg', 449170000, -752670000, 0),
(68809, 346, 40, 'Wyoming', 429730200, -821182800, 0),
(68810, 346, 40, 'Yarker', 443834200, -767661200, 0),
(68811, 346, 40, 'Zion', 317670000, 352330000, 0),
(68812, 346, 40, 'Zorra Station', 430825200, -808323230, 0),
(68813, 347, 40, 'Alberton', 468168500, -640654200, 0),
(68814, 347, 40, 'Alexandra', 461959200, -630305800, 0),
(68815, 347, 40, 'Burlington', 464834300, -635987100, 0),
(68816, 347, 40, 'Burton', 467668500, -643320400, 0),
(68817, 347, 40, 'Caledonia', 460668100, -627153600, 0),
(68818, 347, 40, 'Cambridge', 460668100, -625153500, 0),
(68819, 347, 40, 'Cumberland', 461668200, -631653900, 0),
(68820, 347, 40, 'Eglington', 463168000, -623653300, 0),
(68821, 347, 40, 'Keppoch', 461979200, -631097800, 0),
(68822, 347, 40, 'Marie', 464001100, -626486500, 0),
(68823, 347, 40, 'Middleton', 463168300, -636487200, 0),
(68824, 347, 40, 'North Shore', 463834200, -631153900, 0),
(68825, 347, 40, 'Pembroke', 460834100, -624819500, 0),
(68826, 347, 40, 'Piusville', 467834500, -641987300, 0),
(68827, 347, 40, 'Seal River', 462001100, -628986700, 0),
(68828, 347, 40, 'Selkirk', 464168000, -624486400, 0),
(68829, 347, 40, 'St. Catherines', 462001200, -632987000, 0),
(68830, 347, 40, 'St. Peters Bay', 464168000, -625819500, 0),
(68831, 347, 40, 'Stratford', 462179200, -630794800, 0),
(68832, 347, 40, 'Strathcona', 463334000, -625653500, 0),
(68833, 347, 40, 'Tignish', 469501400, -640320200, 0),
(68834, 347, 40, 'Tracadie', 463501100, -629653700, 0),
(68835, 347, 40, 'Valley', 460668100, -627819700, 0),
(68836, 347, 40, 'Wellington', 464501400, -639987400, 0),
(68837, 347, 40, 'Woodstock', 467168500, -641654300, 0),
(68838, 347, 40, 'York', 463168200, -630986800, 0),
(68839, 348, 40, 'Adstock', 462153380, -710783330, 0),
(68840, 348, 40, 'Albanel', 488832400, -724486700, 0),
(68841, 348, 40, 'Ange-Gardien', 453266560, -729144050, 0),
(68842, 348, 40, 'Arundel', 459667900, -746159500, 0),
(68843, 348, 40, 'Ascot Corner', 454500800, -717657700, 0),
(68844, 348, 40, 'Baie-Sainte-Catherine', 479067550, -699449880, 0),
(68845, 348, 40, 'Batiscan', 464947000, -722515000, 0),
(68846, 348, 40, 'Beaulac-Garthby', 458333700, -713823900, 0),
(68847, 348, 40, 'Beaumont', 468294900, -710284100, 0),
(68848, 348, 40, 'Begin', 486667900, -713323700, 0),
(68849, 348, 40, 'Bellechasse Regional County Municipality', 466666700, -707166700, 0),
(68850, 348, 40, 'Blue Sea', 460966940, -760497820, 0),
(68851, 348, 40, 'Bowman', 459168000, -756660300, 0),
(68852, 348, 40, 'Brigham', 452500800, -728491300, 0),
(68853, 348, 40, 'Bromont', 453167800, -726491200, 0),
(68854, 348, 40, 'Campbell''s Bay', 457329470, -765988360, 0),
(68855, 348, 40, 'Cantley', 455668000, -757826500, 0),
(68856, 348, 40, 'Cap-Sante', 466919870, -718383020, 0),
(68857, 348, 40, 'Carleton', 481253350, -660760630, 0),
(68858, 348, 40, 'Chambord', 484333900, -720658300, 0),
(68859, 348, 40, 'Chateau-Richer', 469603100, -710321900, 0),
(68860, 348, 40, 'Clermont', 489168900, -791663400, 0),
(68861, 348, 40, 'Compton', 452333900, -718157700, 0),
(68862, 348, 40, 'Courcelles', 457825380, -709708610, 0),
(68863, 348, 40, 'Danville', 457833700, -720158000, 0),
(68864, 348, 40, 'Daveluyville', 462175610, -721582140, 0),
(68865, 348, 40, 'Degelis', 475856860, -685718510, 0),
(68866, 348, 40, 'Deschaillons-sur-Saint-Laurent', 465270630, -721213440, 0),
(68867, 348, 40, 'Dundee', 450019030, -746504540, 0),
(68868, 348, 40, 'Dunham', 451333800, -727991300, 0),
(68869, 348, 40, 'Durham-Sud', 456361790, -723107670, 0),
(68870, 348, 40, 'Eastman', 453000800, -723158000, 0),
(68871, 348, 40, 'Escuminac', 481488900, -663978000, 0),
(68872, 348, 40, 'Fassett', 456501000, -748659800, 0),
(68873, 348, 40, 'Fisher', 484834900, -777995100, 0),
(68874, 348, 40, 'Forestville', 487380800, -690847800, 0),
(68875, 348, 40, 'Fortierville', 464833500, -720323900, 0),
(68876, 348, 40, 'Franklin', 450607120, -738291890, 0),
(68877, 348, 40, 'Grandes-Piles', 466869900, -727272130, 0),
(68878, 348, 40, 'Guigues', 474645500, -794385600, 0),
(68879, 348, 40, 'Ham-Nord', 459035800, -716460100, 0),
(68880, 348, 40, 'Harrington', 458333900, -746659500, 0),
(68881, 348, 40, 'Hemmingford', 450500800, -735824800, 0),
(68882, 348, 40, 'Hinchinbrooke', 450500900, -740992300, 0),
(68883, 348, 40, 'Hope', 480611000, -651969900, 0),
(68884, 348, 40, 'Howick', 451833800, -738492000, 0),
(68885, 348, 40, 'Hudson Heights', 454683800, -741636200, 0),
(68886, 348, 40, 'Kingsey Falls', 458523270, -720766400, 0),
(68887, 348, 40, 'Kipawa', 467834300, -789829100, 0),
(68888, 348, 40, 'L''Ascension', 465500000, -748330000, 0),
(68889, 348, 40, 'L''Islet', 471030800, -703502200, 0),
(68890, 348, 40, 'Lac-Saguay', 464988600, -751449400, 0),
(68891, 348, 40, 'Lac-aux-Sables', 468641600, -723934600, 0),
(68892, 348, 40, 'Lac-des-Aigles', 478714380, -685773630, 0),
(68893, 348, 40, 'Lambton', 458333600, -710823600, 0),
(68894, 348, 40, 'Larouche', 484506000, -715253880, 0),
(68895, 348, 40, 'Lebel-sur-Quevillon', 490501800, -769827300, 0),
(68896, 348, 40, 'Les Coteaux', 452833800, -742325400, 0),
(68897, 348, 40, 'Lime Ridge', 456584490, -715801820, 0),
(68898, 348, 40, 'Malartic', 481334800, -781328300, 0),
(68899, 348, 40, 'Mashteuiatsh', 485760400, -722294400, 0),
(68900, 348, 40, 'Maskinonge', 462055430, -730289450, 0),
(68901, 348, 40, 'McMasterville', 455462630, -732310540, 0),
(68902, 348, 40, 'Melbourne', 456502590, -721555680, 0),
(68903, 348, 40, 'Messines', 462334100, -760160500, 0),
(68904, 348, 40, 'Mistissini', 503168400, -740158600, 0),
(68905, 348, 40, 'Mont-Saint-Gregoire', 453474910, -731787050, 0),
(68906, 348, 40, 'Mont-Saint-Michel', 467834100, -753325800, 0),
(68907, 348, 40, 'Montcerf-Lytton', 465334100, -760493400, 0),
(68908, 348, 40, 'Montebello', 456504450, -749364480, 0),
(68909, 348, 40, 'Normandin', 488370570, -725291430, 0),
(68910, 348, 40, 'Notre-Dame-de-Ham', 459000700, -717323900, 0),
(68911, 348, 40, 'Notre-Dame-de-la-Merci', 462609500, -741249280, 0),
(68912, 348, 40, 'Notre-Dame-du-Mont-Carmel', 464833500, -726491200, 0),
(68913, 348, 40, 'Notre-Dame-du-Nord', 476001600, -794829600, 0),
(68914, 348, 40, 'Oka', 454648900, -740889200, 0),
(68915, 348, 40, 'Orford', 453833800, -721991000, 0),
(68916, 348, 40, 'Ormstown', 451195170, -740021730, 0),
(68917, 348, 40, 'Otterburn Park', 455333800, -732158500, 0),
(68918, 348, 40, 'Papineauville', 456755250, -750004430, 0),
(68919, 348, 40, 'Paspebiac', 480291400, -652487500, 0),
(68920, 348, 40, 'Perce', 484879400, -642985200, 0),
(68921, 348, 40, 'Piedmont', 459000800, -741325100, 0),
(68922, 348, 40, 'Pointe-au-Pere', 485146700, -684618200, 0),
(68923, 348, 40, 'Pointe-aux-Outardes', 490500900, -684322600, 0),
(68924, 348, 40, 'Pointe-des-Cascades', 453333800, -739659100, 0),
(68925, 348, 40, 'Portneuf', 466905800, -718901100, 0),
(68926, 348, 40, 'Potton', 450498230, -723910530, 0),
(68927, 348, 40, 'Racine', 455000800, -722491000, 0),
(68928, 348, 40, 'Ripon', 457834000, -750992900, 0),
(68929, 348, 40, 'Riverbend', 485667900, -716491000, 0),
(68930, 348, 40, 'Roxton Pond', 454833800, -726658200, 0),
(68931, 348, 40, 'Saint-Aime', 459167600, -729324400, 0),
(68932, 348, 40, 'Saint-Albert', 460000600, -720823900, 0),
(68933, 348, 40, 'Saint-Alexandre', 476827670, -696239690, 0),
(68934, 348, 40, 'Saint-Alexis-des-Monts', 464667600, -731324400, 0),
(68935, 348, 40, 'Saint-Alphonse', 453333800, -728158300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(68936, 348, 40, 'Saint-Amable', 456500800, -732991600, 0),
(68937, 348, 40, 'Saint-Andre', 476103340, -696421500, 0),
(68938, 348, 40, 'Saint-Andre-Avellin', 457168000, -750659900, 0),
(68939, 348, 40, 'Saint-Armand', 450333800, -730491500, 0),
(68940, 348, 40, 'Saint-Augustin', 456309440, -739859500, 0),
(68941, 348, 40, 'Saint-Barnabe', 464000600, -728824300, 0),
(68942, 348, 40, 'Saint-Bernard-de-Lacolle', 450294550, -735188070, 0),
(68943, 348, 40, 'Saint-Blaise-sur-Richelieu', 452167800, -732824600, 0),
(68944, 348, 40, 'Saint-Bonaventure', 459667600, -726824200, 0),
(68945, 348, 40, 'Saint-Boniface-de-Shawinigan', 465000500, -728158300, 0),
(68946, 348, 40, 'Saint-Charles-sur-Richelieu', 456833800, -731824500, 0),
(68947, 348, 40, 'Saint-Christophe-d''Arthabaska', 460256010, -720095560, 0),
(68948, 348, 40, 'Saint-Chrysostome', 451000800, -737658900, 0),
(68949, 348, 40, 'Saint-Come--Liniere', 460667700, -705157300, 0),
(68950, 348, 40, 'Saint-Cuthbert', 461500700, -732324500, 0),
(68951, 348, 40, 'Saint-David', 459500600, -728491300, 0),
(68952, 348, 40, 'Saint-Denis-de-Brompton', 454500800, -720823900, 0),
(68953, 348, 40, 'Saint-Denis-sur-Richelieu', 457833800, -731491500, 0),
(68954, 348, 40, 'Saint-Donat', 463167800, -742159100, 0),
(68955, 348, 40, 'Saint-Emile-de-Suffolk', 459334000, -749159700, 0),
(68956, 348, 40, 'Saint-Esprit', 459000700, -736658700, 0),
(68957, 348, 40, 'Saint-Eugene', 458000700, -726991300, 0),
(68958, 348, 40, 'Saint-Francois-Xavier-de-Brompton', 455333800, -720490900, 0),
(68959, 348, 40, 'Saint-Fulgence', 484500800, -708990500, 0),
(68960, 348, 40, 'Saint-Gedeon-de-Beauce', 458495350, -706129300, 0),
(68961, 348, 40, 'Saint-Guillaume', 458581560, -727630660, 0),
(68962, 348, 40, 'Saint-Henri-de-Taillon', 487423490, -718474210, 0),
(68963, 348, 40, 'Saint-Hippolyte', 459333800, -740159000, 0),
(68964, 348, 40, 'Saint-Hugues', 458000700, -728658300, 0),
(68965, 348, 40, 'Saint-Jean-de-l''Ile-d''Orleans', 469179100, -708954600, 0),
(68966, 348, 40, 'Saint-Joachim-de-Courval', 459667600, -725491200, 0),
(68967, 348, 40, 'Saint-Joseph-de-Beauce', 463000000, -708666700, 0),
(68968, 348, 40, 'Saint-Joseph-de-Coleraine', 460521060, -715877940, 0),
(68969, 348, 40, 'Saint-Louis-de-Gonzague', 452000800, -739825200, 0),
(68970, 348, 40, 'Saint-Lucien', 458667700, -722658000, 0),
(68971, 348, 40, 'Saint-Ludger-de-Milot', 489000700, -718157300, 0),
(68972, 348, 40, 'Saint-Mathieu-de-Beloeil', 455819070, -732648200, 0),
(68973, 348, 40, 'Saint-Michel', 452333800, -735658800, 0),
(68974, 348, 40, 'Saint-Michel-de-Bellechasse', 467590000, -709508700, 0),
(68975, 348, 40, 'Saint-Patrice-de-Sherrington', 451629880, -735593580, 0),
(68976, 348, 40, 'Saint-Paul', 454375800, -728808300, 0),
(68977, 348, 40, 'Saint-Paul-d''Abbotsford', 454028220, -728704160, 0),
(68978, 348, 40, 'Saint-Pie', 454844310, -728493670, 0),
(68979, 348, 40, 'Saint-Placide', 455333800, -741992300, 0),
(68980, 348, 40, 'Saint-Prime', 485833900, -723324400, 0),
(68981, 348, 40, 'Saint-Robert-Bellarmin', 457500800, -705823300, 0),
(68982, 348, 40, 'Saint-Romain', 457833700, -710990700, 0),
(68983, 348, 40, 'Saint-Rosaire', 461667600, -720323900, 0),
(68984, 348, 40, 'Saint-Samuel', 460667600, -722158000, 0),
(68985, 348, 40, 'Saint-Simon', 457121370, -728392170, 0),
(68986, 348, 40, 'Saint-Stanislas', 466167500, -723991100, 0),
(68987, 348, 40, 'Saint-Stanislas-de-Kostka', 451779820, -741297730, 0),
(68988, 348, 40, 'Saint-Thomas', 460167700, -733491500, 0),
(68989, 348, 40, 'Saint-Thomas-Didyme', 489000300, -726656300, 0),
(68990, 348, 40, 'Saint-Tite', 467384720, -725124120, 0),
(68991, 348, 40, 'Sainte-Agathe', 460500900, -742825200, 0),
(68992, 348, 40, 'Sainte-Agathe-des-Monts', 460500900, -742825200, 0),
(68993, 348, 40, 'Sainte-Angele-de-Monnoir', 453833800, -730991500, 0),
(68994, 348, 40, 'Sainte-Anne-de-Beaupre', 470284050, -709147410, 0),
(68995, 348, 40, 'Sainte-Beatrix', 462000700, -736158700, 0),
(68996, 348, 40, 'Sainte-Catherine-de-Hatley', 452500800, -720490800, 0),
(68997, 348, 40, 'Sainte-Cecile-de-Masham', 456559040, -760954850, 0),
(68998, 348, 40, 'Sainte-Emelie-de-l''Energie', 463167700, -736491700, 0),
(68999, 348, 40, 'Sainte-Euphemie-sur-Riviere-du-Sud', 467735200, -704405200, 0),
(69000, 348, 40, 'Sainte-Flore', 466139500, -727369300, 0),
(69001, 348, 40, 'Sainte-Francoise', 464500500, -719823900, 0),
(69002, 348, 40, 'Sainte-Germaine-Boule', 486001800, -791163300, 0),
(69003, 348, 40, 'Sainte-Marcelline-de-Kildare', 461167700, -735991700, 0),
(69004, 348, 40, 'Sainte-Marthe', 454000900, -742992400, 0),
(69005, 348, 40, 'Sainte-Perpetue', 460473700, -724056670, 0),
(69006, 348, 40, 'Sainte-Sabine', 452333800, -730158400, 0),
(69007, 348, 40, 'Sainte-Seraphine', 459167600, -721824000, 0),
(69008, 348, 40, 'Shawville', 455947800, -764651130, 0),
(69009, 348, 40, 'St-Jean-Port-Joli', 472171200, -702658100, 0),
(69010, 348, 40, 'Stanstead', 450203180, -720907590, 0),
(69011, 348, 40, 'Stoke', 455333800, -717990800, 0),
(69012, 348, 40, 'Stratford', 457833700, -712823800, 0),
(69013, 348, 40, 'Sully', 476087790, -689676080, 0),
(69014, 348, 40, 'Sutton', 450434910, -725378560, 0),
(69015, 348, 40, 'Tres-Saint-Redempteur', 454994400, -742995200, 0),
(69016, 348, 40, 'Trois-Rives', 471405860, -728876980, 0),
(69017, 348, 40, 'Val-des-Bois', 459170000, -756000000, 0),
(69018, 348, 40, 'Waterville', 452995500, -718691870, 0),
(69019, 348, 40, 'Wickham', 457500700, -724991200, 0),
(69020, 348, 40, 'Wotton', 457333800, -717990900, 0),
(69021, 348, 40, 'Yamachiche', 462667600, -728324300, 0),
(69022, 348, 40, 'Yamaska', 460000600, -729158000, 0),
(69023, 349, 40, 'Aberdeen', 523260510, -1062914600, 0),
(69024, 349, 40, 'Aldina', 530001000, -1068844500, 0),
(69025, 349, 40, 'Alida', 493833400, -1018676100, 0),
(69026, 349, 40, 'Allan', 518833700, -1060679000, 0),
(69027, 349, 40, 'Annaheim', 523183460, -1048208840, 0),
(69028, 349, 40, 'Assiniboia', 496333600, -1059844600, 0),
(69029, 349, 40, 'Belle Plaine', 504846110, -1050298740, 0),
(69030, 349, 40, 'Big River', 538335300, -1070313460, 0),
(69031, 349, 40, 'Biggar', 520619600, -1079806800, 0),
(69032, 349, 40, 'Birch Hills', 529833600, -1054177300, 0),
(69033, 349, 40, 'Borden', 524001000, -1072345500, 0),
(69034, 349, 40, 'Bredenbury', 509500000, -1020509400, 0),
(69035, 349, 40, 'Buena Vista', 507833800, -1049511200, 0),
(69036, 349, 40, 'Calder', 511499900, -1017509300, 0),
(69037, 349, 40, 'Canwood', 533668000, -1066011100, 0),
(69038, 349, 40, 'Carlton', 528333800, -1065011400, 0),
(69039, 349, 40, 'Carlyle', 496278220, -1022646910, 0),
(69040, 349, 40, 'Choiceland', 534833900, -1044842300, 0),
(69041, 349, 40, 'Clavet', 519962870, -1063771540, 0),
(69042, 349, 40, 'Coleville', 517168200, -1092515000, 0),
(69043, 349, 40, 'Coronach', 491167600, -1055178100, 0),
(69044, 349, 40, 'Dalmeny', 523333900, -1067679200, 0),
(69045, 349, 40, 'Debden', 535168000, -1068844400, 0),
(69046, 349, 40, 'Delisle', 519167800, -1071345800, 0),
(69047, 349, 40, 'Dillon', 559277410, -1089399490, 0),
(69048, 349, 40, 'Dundurn', 519962870, -1063771540, 0),
(69049, 349, 40, 'Eastend', 495167400, -1088181300, 0),
(69050, 349, 40, 'Edam', 533626310, -1083566860, 0),
(69051, 349, 40, 'Elfros', 517437440, -1038623250, 0),
(69052, 349, 40, 'Endeavour', 521666800, -1026509500, 0),
(69053, 349, 40, 'Eston', 511501000, -1087514400, 0),
(69054, 349, 40, 'Frontier', 492048940, -1085618090, 0),
(69055, 349, 40, 'Gronlid', 531000300, -1044676500, 0),
(69056, 349, 40, 'Gull Lake', 501000700, -1084847100, 0),
(69057, 349, 40, 'Halbrite', 494886960, -1035599170, 0),
(69058, 349, 40, 'Hanley', 516280310, -1064396300, 0),
(69059, 349, 40, 'Hudson Bay', 528500300, -1023842500, 0),
(69060, 349, 40, 'Kamsack', 515666800, -1019009300, 0),
(69061, 349, 40, 'La Ronge', 551001300, -1052842200, 0),
(69062, 349, 40, 'Laird', 527167900, -1065844700, 0),
(69063, 349, 40, 'Lang', 499167700, -1043678100, 0),
(69064, 349, 40, 'Langenburg', 508499900, -1017176300, 0),
(69065, 349, 40, 'Langham', 523668000, -1069679300, 0),
(69066, 349, 40, 'Lanigan', 518500600, -1050344300, 0),
(69067, 349, 40, 'Leader', 508834100, -1095515400, 0),
(69068, 349, 40, 'Lucky Lake', 509833700, -1071345900, 0),
(69069, 349, 40, 'Macklin', 523334400, -1099348400, 0),
(69070, 349, 40, 'Maidstone', 531001600, -1092847800, 0),
(69071, 349, 40, 'Marquis', 506333600, -1057178700, 0),
(69072, 349, 40, 'Meath Park', 534333900, -1053676800, 0),
(69073, 349, 40, 'Milestone', 499833700, -1045178100, 0),
(69074, 349, 40, 'Montreal Lake', 540501000, -1057676600, 0),
(69075, 349, 40, 'North Portal', 490023060, -1025489520, 0),
(69076, 349, 40, 'Nottingham', 494000300, -1017176100, 0),
(69077, 349, 40, 'Oxbow', 492282300, -1021656700, 0),
(69078, 349, 40, 'Pascal', 535168100, -1071344700, 0),
(69079, 349, 40, 'Paynton', 530168600, -1089347300, 0),
(69080, 349, 40, 'Peebles', 501667400, -1029510200, 0),
(69081, 349, 40, 'Peerless', 543501900, -1092348600, 0),
(69082, 349, 40, 'Porcupine Plain', 526000000, -1032509500, 0),
(69083, 349, 40, 'Radville', 497394970, -1031490050, 0),
(69084, 349, 40, 'Rockhaven', 526668400, -1088681200, 0),
(69085, 349, 40, 'Rosetown', 515501000, -1080013600, 0),
(69086, 349, 40, 'Rosthern', 526667900, -1063344600, 0),
(69087, 349, 40, 'Saltcoats', 510366410, -1021636330, 0),
(69088, 349, 40, 'Sand Beach', 530668100, -1072178900, 0),
(69089, 349, 40, 'Shellbrook', 532167900, -1064010900, 0),
(69090, 349, 40, 'Simpson', 514500700, -1054511800, 0),
(69091, 349, 40, 'Spy Hill', 506000000, -1016842300, 0),
(69092, 349, 40, 'St-Denis', 521500700, -1061178800, 0),
(69093, 349, 40, 'Stockholm', 506500100, -1023009700, 0),
(69094, 349, 40, 'Strasbourg', 510667800, -1049511400, 0),
(69095, 349, 40, 'Theodore', 514246590, -1029225520, 0),
(69096, 349, 40, 'Vanscoy', 520000800, -1069845600, 0),
(69097, 349, 40, 'Wadena', 519499900, -1038010200, 0),
(69098, 349, 40, 'Whitewood', 503284110, -1022579090, 0),
(69099, 349, 40, 'Wollaston Lake', 521264120, -1066610740, 0),
(69100, 349, 40, 'Wolseley', 504167500, -1032677400, 0),
(69101, 349, 40, 'Wynyard', 517687670, -1041662710, 0),
(69102, 350, 40, 'Haines Junction', 607521600, -1375108200, 0),
(69103, 350, 40, 'Mayo', 635927400, -1358998400, 0),
(69104, 350, 40, 'Minto', 603800000, -1348203900, 0),
(69105, 350, 40, 'Montague', 617827100, -1360206200, 0),
(69106, 350, 40, 'Selwyn', 627994300, -1382873800, 0),
(69107, 2767, 42, 'Paoua', 72426900, 164405900, 0),
(69108, 2766, 42, 'Bossangoa', 64926300, 174551800, 0),
(69109, 2766, 42, 'Kabo', 76993700, 186290300, 0),
(69110, 2768, 43, 'Mongo', 121844100, 186930300, 0),
(69111, 2769, 43, 'Bokoro', 123807000, 170568000, 0),
(69112, 2770, 43, 'Moundou', 85666700, 160833300, 0),
(69113, 2771, 43, 'Bongor', 102805600, 153722200, 0),
(69114, 2772, 43, 'Abeche', 138291600, 208324000, 0),
(69115, 354, 44, 'La Junta', -439602800, -724402800, 0),
(69116, 354, 44, 'Puerto Cisnes', -447500000, -727000000, 0),
(69117, 356, 44, 'Collipulli', -379500000, -724333300, 0),
(69118, 356, 44, 'Freire', -389500000, -726333300, 0),
(69119, 356, 44, 'Lautaro', -385166700, -724500000, 0),
(69120, 356, 44, 'Panguipulli', -396333300, -723333300, 0),
(69121, 356, 44, 'Pitrufquen', -389833300, -726500000, 0),
(69122, 359, 44, 'Canete', -378000000, -734000000, 0),
(69123, 359, 44, 'Lebu', -376166700, -736500000, 0),
(69124, 359, 44, 'Nacimiento', -375000000, -726666700, 0),
(69125, 360, 44, 'Vicuna', -300319400, -707080600, 0),
(69126, 362, 44, 'Chaiten', -429159600, -727063200, 0),
(69127, 362, 44, 'Futaleufu', -431675000, -718483300, 0),
(69128, 362, 44, 'La Union', -402833300, -730833300, 0),
(69129, 362, 44, 'Palena', -436230600, -718038900, 0),
(69130, 365, 44, 'Longavi', -359666700, -716833300, 0),
(69131, 365, 44, 'San Clemente', -355500000, -714833300, 0),
(69132, 365, 44, 'San Javier', -356000000, -717500000, 0),
(69133, 368, 44, 'Cartagena', -335541700, -716052800, 0),
(69134, 369, 45, 'Baidi', 302075000, 1183738900, 0),
(69135, 369, 45, 'Baiqiao', 315367000, 1183079300, 0),
(69136, 369, 45, 'Bishan', 299542300, 1179090200, 0),
(69137, 369, 45, 'Biyang', 299288500, 1179463800, 0),
(69138, 369, 45, 'Caishi', 316484200, 1184618900, 0),
(69139, 369, 45, 'Chengjia', 319114800, 1180826200, 0),
(69140, 369, 45, 'Chisha', 309902300, 1181324300, 0),
(69141, 369, 45, 'Cihu', 317428900, 1185055600, 0),
(69142, 369, 45, 'Datan', 299456500, 1177510200, 0),
(69143, 369, 45, 'Digang', 311287100, 1180057900, 0),
(69144, 369, 45, 'Dingjiaqiao', 306455000, 1183084200, 0),
(69145, 369, 45, 'Dongqi', 310061600, 1184328500, 0),
(69146, 369, 45, 'Erba', 313652500, 1183081500, 0),
(69147, 369, 45, 'Eshan', 310642900, 1182157900, 0),
(69148, 369, 45, 'Feili', 310713300, 1190907800, 0),
(69149, 369, 45, 'Fengyang', 328796900, 1175446500, 0),
(69150, 369, 45, 'Funan', 326367800, 1156149400, 0),
(69151, 369, 45, 'Gaohe', 307077000, 1168352900, 0),
(69152, 369, 45, 'Gelin', 308826700, 1183819600, 0),
(69153, 369, 45, 'Gongshan', 309356600, 1182504800, 0),
(69154, 369, 45, 'Guoyang', 335055000, 1162308000, 0),
(69155, 369, 45, 'Gushu', 315597800, 1184828900, 0),
(69156, 369, 45, 'Guzhen', 333105600, 1173105600, 0),
(69157, 369, 45, 'Haiyang', 297861200, 1181769800, 0),
(69158, 369, 45, 'Hecheng', 296573800, 1177186500, 0),
(69159, 369, 45, 'Henglian', 298489600, 1178722000, 0),
(69160, 369, 45, 'Hewan', 308163200, 1180809900, 0),
(69161, 369, 45, 'Honglin', 309797200, 1189820200, 0),
(69162, 369, 45, 'Honglong', 304987500, 1190044700, 0),
(69163, 369, 45, 'Huaiyuan', 329589300, 1171656600, 0),
(69164, 369, 45, 'Huanfeng', 317166700, 1181000000, 0),
(69165, 369, 45, 'Huatan', 303289100, 1185381000, 0),
(69166, 369, 45, 'Hule', 303533500, 1187727900, 0),
(69167, 369, 45, 'Huoli', 316916600, 1185772200, 0),
(69168, 369, 45, 'Jiafa', 309930100, 1182510200, 0),
(69169, 369, 45, 'Jianping', 311383100, 1191733000, 0),
(69170, 369, 45, 'Jiapeng', 302402700, 1188090900, 0),
(69171, 369, 45, 'Jieshou', 332633800, 1153610800, 0),
(69172, 369, 45, 'Jinba', 308792900, 1186698600, 0),
(69173, 369, 45, 'Jingchuan', 306891600, 1184043100, 0),
(69174, 369, 45, 'Jingqiao', 303146200, 1185882100, 0),
(69175, 369, 45, 'Jingyang', 302919400, 1185425000, 0),
(69176, 369, 45, 'Jiulian', 309556500, 1183822700, 0),
(69177, 369, 45, 'Langqiao', 304776700, 1184526400, 0),
(69178, 369, 45, 'Likou', 299009100, 1175078200, 0),
(69179, 369, 45, 'Liqiao', 312211200, 1189202300, 0),
(69180, 369, 45, 'Liudong', 310324700, 1195166500, 0),
(69181, 369, 45, 'Lu''an', 316500000, 1185250000, 0),
(69182, 369, 45, 'Luling', 308489300, 1181265200, 0),
(69183, 369, 45, 'Maolin', 305089600, 1182481900, 0),
(69184, 369, 45, 'Mengcheng', 332661100, 1165660500, 0),
(69185, 369, 45, 'Mingguang', 327801700, 1179637800, 0),
(69186, 369, 45, 'Pingli', 297366600, 1176091100, 0),
(69187, 369, 45, 'Qihong', 296952400, 1176688000, 0),
(69188, 369, 45, 'Qinxi', 307294300, 1184910600, 0),
(69189, 369, 45, 'Qishan', 298443100, 1177193700, 0),
(69190, 369, 45, 'Shanli', 298764800, 1173473700, 0),
(69191, 369, 45, 'Shendu', 298677800, 1186105600, 0),
(69192, 369, 45, 'Shichuan', 302948600, 1186705700, 0),
(69193, 369, 45, 'Shucheng', 314444000, 1169471700, 0),
(69194, 369, 45, 'Sihe', 307000000, 1192583300, 0),
(69195, 369, 45, 'Tangnan', 314132600, 1186588800, 0),
(69196, 369, 45, 'Taozhou', 309064100, 1194086500, 0),
(69197, 369, 45, 'Tianhu', 309167400, 1185968600, 0),
(69198, 369, 45, 'Tingxi', 306065500, 1186103200, 0),
(69199, 369, 45, 'Tongling', 309333330, 1177666670, 0),
(69200, 369, 45, 'Wangjiang', 301154400, 1166831300, 0),
(69201, 369, 45, 'Wangxi', 306867300, 1189728200, 0),
(69202, 369, 45, 'Wanzhi', 311460700, 1185706900, 0),
(69203, 369, 45, 'Wuhe', 331386000, 1178658200, 0),
(69204, 369, 45, 'Xiadu', 309236400, 1187775900, 0),
(69205, 369, 45, 'Xiakeng', 299600000, 1186608300, 0),
(69206, 369, 45, 'Xianzong', 318013000, 1180078000, 0),
(69207, 369, 45, 'Xidi', 299072200, 1179924100, 0),
(69208, 369, 45, 'Xiexiang', 318246900, 1180453700, 0),
(69209, 369, 45, 'Xinhang', 310730600, 1195569600, 0),
(69210, 369, 45, 'Xinmen', 297518400, 1187237800, 0),
(69211, 369, 45, 'Xinming', 303360000, 1182442500, 0),
(69212, 369, 45, 'Xuling', 298923500, 1177240600, 0),
(69213, 369, 45, 'Xuzhen', 310639400, 1184068100, 0),
(69214, 369, 45, 'Yandun', 307217400, 1181575700, 0),
(69215, 369, 45, 'Yanghu', 297023700, 1182971000, 0),
(69216, 369, 45, 'Yangliu', 308379500, 1186117300, 0),
(69217, 369, 45, 'Yejia', 304076400, 1192876600, 0),
(69218, 369, 45, 'Yingshang', 326294500, 1162701400, 0),
(69219, 369, 45, 'Youhua', 306779600, 1180067400, 0),
(69220, 369, 45, 'Yucun', 303488900, 1186313900, 0),
(69221, 369, 45, 'Yuewan', 307547000, 1191414300, 0),
(69222, 369, 45, 'Yuting', 298403800, 1179696800, 0),
(69223, 369, 45, 'Zhongming', 309848200, 1180507500, 0),
(69224, 369, 45, 'Zhongxi', 304865700, 1191585000, 0),
(69225, 369, 45, 'Zhufeng', 305681300, 1189364200, 0),
(69226, 370, 45, 'Xicheng', 399115100, 1163602700, 0),
(69227, 371, 45, 'Daxi', 290940400, 1091479700, 0),
(69228, 371, 45, 'Ganshui', 287422200, 1067111100, 0),
(69229, 371, 45, 'Hechuan', 299947200, 1062572200, 0),
(69230, 371, 45, 'Jiangbei', 296178000, 1065760000, 0),
(69231, 371, 45, 'Keda', 290289400, 1092405900, 0),
(69232, 371, 45, 'Wufu', 291217100, 1091174700, 0),
(69233, 371, 45, 'Yunyang', 309736000, 1086980000, 0),
(69234, 372, 45, 'Anjie', 259578800, 1164619000, 0),
(69235, 372, 45, 'Aoyang', 274588900, 1195013900, 0),
(69236, 372, 45, 'Aozhong', 239350100, 1177477100, 0),
(69237, 372, 45, 'Badu', 268102800, 1195641700, 0),
(69238, 372, 45, 'Beishan', 264347200, 1196361100, 0),
(69239, 372, 45, 'Buyun', 252703100, 1168547300, 0),
(69240, 372, 45, 'Caoyuan', 260326800, 1173330400, 0),
(69241, 372, 45, 'Chencheng', 235948600, 1173828300, 0),
(69242, 372, 45, 'Chenda', 263142100, 1176447000, 0),
(69243, 372, 45, 'Chendai', 237946500, 1174013300, 0),
(69244, 372, 45, 'Dagan', 269316000, 1177328100, 0),
(69245, 372, 45, 'Daheng', 267667800, 1182577300, 0),
(69246, 372, 45, 'Daixi', 268125000, 1191141700, 0),
(69247, 372, 45, 'Dajia', 266390900, 1192754100, 0),
(69248, 372, 45, 'Daluo', 262509900, 1177893900, 0),
(69249, 372, 45, 'Dongdai', 262419400, 1196169400, 0),
(69250, 372, 45, 'Donglin', 238375200, 1176153700, 0),
(69251, 372, 45, 'Dongliu', 251440200, 1159890700, 0),
(69252, 372, 45, 'Dongyou', 271627800, 1186313900, 0),
(69253, 372, 45, 'Dushang', 266891700, 1167545900, 0),
(69254, 372, 45, 'Fangtian', 261846800, 1165402300, 0),
(69255, 372, 45, 'Guangping', 260911600, 1178190400, 0),
(69256, 372, 45, 'Guanqian', 259370200, 1165430500, 0),
(69257, 372, 45, 'Gufeng', 269083300, 1189819400, 0),
(69258, 372, 45, 'Gutian', 252277800, 1168181000, 0),
(69259, 372, 45, 'Guyong', 267308300, 1174683300, 0),
(69260, 372, 45, 'Haidao', 265044300, 1200481700, 0),
(69261, 372, 45, 'Helong', 264462000, 1166536700, 0),
(69262, 372, 45, 'Hetang', 266627600, 1191106200, 0),
(69263, 372, 45, 'Hongdun', 269782700, 1176663100, 0),
(69264, 372, 45, 'Houyu', 260613900, 1195358300, 0),
(69265, 372, 45, 'Huafeng', 250016700, 1175275000, 0),
(69266, 372, 45, 'Huangfang', 269796900, 1168791900, 0),
(69267, 372, 45, 'Huangtan', 266771200, 1173204800, 0),
(69268, 372, 45, 'Hucun', 263504500, 1168461800, 0),
(69269, 372, 45, 'Huotong', 268497200, 1194180600, 0),
(69270, 372, 45, 'Hutou', 262771000, 1184763000, 0),
(69271, 372, 45, 'Huyang', 250429700, 1163195700, 0),
(69272, 372, 45, 'Huyuan', 261294400, 1177695600, 0),
(69273, 372, 45, 'Jian''ou', 270469400, 1183252800, 0),
(69274, 372, 45, 'Jiangshan', 251801600, 1169732800, 0),
(69275, 372, 45, 'Jianjiang', 265497200, 1197550000, 0),
(69276, 372, 45, 'Jiaoyang', 252278900, 1167365600, 0),
(69277, 372, 45, 'Jiele', 257284800, 1167829900, 0),
(69278, 372, 45, 'Jingfeng', 249744100, 1189648600, 0),
(69279, 372, 45, 'Jingxi', 261945400, 1175452600, 0),
(69280, 372, 45, 'Jinjing', 245750000, 1185972200, 0),
(69281, 372, 45, 'Jiyang', 271393200, 1181316700, 0),
(69282, 372, 45, 'Kaishan', 267532800, 1171801400, 0),
(69283, 372, 45, 'Kangmei', 237355900, 1174726600, 0),
(69284, 372, 45, 'Kefang', 267174000, 1165869400, 0),
(69285, 372, 45, 'Keren', 245786100, 1186636100, 0),
(69286, 372, 45, 'Laifang', 259360300, 1168841500, 0),
(69287, 372, 45, 'Laiyuan', 255630900, 1170205600, 0),
(69288, 372, 45, 'Lianfeng', 257044100, 1167216200, 0),
(69289, 372, 45, 'Lianhe', 245729800, 1183417100, 0),
(69290, 372, 45, 'Lianjiang', 262000000, 1195333330, 0),
(69291, 372, 45, 'Lishu', 265933200, 1177162300, 0),
(69292, 372, 45, 'Longjin', 261819700, 1168146400, 0),
(69293, 372, 45, 'Luofang', 257506800, 1166836900, 0),
(69294, 372, 45, 'Luoqiao', 264669400, 1190102800, 0),
(69295, 372, 45, 'Luxia', 264900400, 1182961100, 0),
(69296, 372, 45, 'Maodi', 267025100, 1180736500, 0),
(69297, 372, 45, 'Meicheng', 262152800, 1188611100, 0),
(69298, 372, 45, 'Meixian', 262409000, 1182479200, 0),
(69299, 372, 45, 'Minzhu', 250025200, 1159397900, 0),
(69300, 372, 45, 'Nan''an', 249666670, 1183833330, 0),
(69301, 372, 45, 'Nankou', 266261600, 1174184300, 0),
(69302, 372, 45, 'Nanya', 268762500, 1183074700, 0),
(69303, 372, 45, 'Neikeng', 247713900, 1184605600, 0),
(69304, 372, 45, 'Panyang', 265495000, 1188313000, 0),
(69305, 372, 45, 'Pingchuan', 250945300, 1160960100, 0),
(69306, 372, 45, 'Pushang', 269337000, 1177702600, 0),
(69307, 372, 45, 'Qibu', 265075000, 1195450000, 0),
(69308, 372, 45, 'Qidu', 267652800, 1195472200, 0),
(69309, 372, 45, 'Qitao', 260524000, 1178688100, 0),
(69310, 372, 45, 'Qiujiang', 263926700, 1177748800, 0),
(69311, 372, 45, 'Sanzhou', 255926100, 1163786800, 0),
(69312, 372, 45, 'Shangjie', 260863900, 1191847200, 0),
(69313, 372, 45, 'Shanhu', 252311100, 1163272200, 0),
(69314, 372, 45, 'Shanxia', 249380200, 1188817000, 0),
(69315, 372, 45, 'Shibei', 276977600, 1183600800, 0),
(69316, 372, 45, 'Shicheng', 271067100, 1193349900, 0),
(69317, 372, 45, 'Shima', 244477800, 1178111100, 0),
(69318, 372, 45, 'Shuinan', 267246400, 1177954000, 0),
(69319, 372, 45, 'Sibao', 258951900, 1167063100, 0),
(69320, 372, 45, 'Songcheng', 268819400, 1200011100, 0),
(69321, 372, 45, 'Songxi', 262654700, 1169450700, 0),
(69322, 372, 45, 'Taixi', 261019200, 1182473000, 0),
(69323, 372, 45, 'Tancheng', 255080800, 1198072200, 0),
(69324, 372, 45, 'Tangkou', 269541700, 1190127800, 0),
(69325, 372, 45, 'Taoxi', 253634200, 1161863000, 0),
(69326, 372, 45, 'Tongxian', 253016900, 1164564000, 0),
(69327, 372, 45, 'Weitang', 277130600, 1187866700, 0),
(69328, 372, 45, 'Weitian', 277130600, 1187866700, 0),
(69329, 372, 45, 'Wuyu', 243355100, 1181448900, 0),
(69330, 372, 45, 'Xiabaishi', 268152800, 1196791700, 0),
(69331, 372, 45, 'Xiafang', 265724700, 1169340500, 0),
(69332, 372, 45, 'Xiage', 239935500, 1170113400, 0),
(69333, 372, 45, 'Xiahu', 266105600, 1199483300, 0),
(69334, 372, 45, 'Xiamao', 265764900, 1176658100, 0),
(69335, 372, 45, 'Xiamei', 239974000, 1176822400, 0),
(69336, 372, 45, 'Xiangdian', 254436200, 1162098500, 0),
(69337, 372, 45, 'Xiangyun', 249711100, 1181602800, 0),
(69338, 372, 45, 'Xiaohu', 273333300, 1182666700, 0),
(69339, 372, 45, 'Xiaoxi', 259506100, 1167128500, 0),
(69340, 372, 45, 'Xibin', 263683200, 1183746900, 0),
(69341, 372, 45, 'Xibing', 269813900, 1197247200, 0),
(69342, 372, 45, 'Ximei', 249638900, 1183794400, 0),
(69343, 372, 45, 'Xingtian', 275000000, 1180666700, 0),
(69344, 372, 45, 'Xingxi', 237049800, 1171907100, 0),
(69345, 372, 45, 'Xinquan', 253548300, 1166120900, 0),
(69346, 372, 45, 'Xiqin', 265720700, 1181099300, 0),
(69347, 372, 45, 'Xiwei', 261898100, 1183742600, 0),
(69348, 372, 45, 'Xuefeng', 263572200, 1171977800, 0),
(69349, 372, 45, 'Xunzhong', 254780500, 1182436600, 0),
(69350, 372, 45, 'Xushi', 272278100, 1180892000, 0),
(69351, 372, 45, 'Yajin', 251260100, 1167943300, 0),
(69352, 372, 45, 'Yangxi', 263114100, 1177267200, 0),
(69353, 372, 45, 'Yangzhong', 267055600, 1193744400, 0),
(69354, 372, 45, 'Yanqian', 262625900, 1174516400, 0),
(69355, 372, 45, 'Yingdu', 249716700, 1182441700, 0),
(69356, 372, 45, 'Yinglin', 246322200, 1185805600, 0),
(69357, 372, 45, 'Yufang', 269021900, 1172548200, 0),
(69358, 372, 45, 'Yunling', 239538400, 1173360400, 0),
(69359, 372, 45, 'Yupeng', 261011100, 1170411100, 0),
(69360, 372, 45, 'Zhangcheng', 258467600, 1189369200, 0),
(69361, 372, 45, 'Zhangtang', 237214100, 1174466800, 0),
(69362, 372, 45, 'Zhengfang', 267134300, 1177074000, 0),
(69363, 372, 45, 'Zhishan', 270437300, 1183252300, 0),
(69364, 372, 45, 'Zhongbao', 251954300, 1162652400, 0),
(69365, 372, 45, 'Zhukou', 269789900, 1172604800, 0),
(69366, 372, 45, 'Zhuotian', 255582300, 1162756800, 0),
(69367, 372, 45, 'Zhuqi', 261461100, 1191019400, 0),
(69368, 373, 45, 'Anhua', 335052800, 1050478200, 0),
(69369, 373, 45, 'Baiguan', 339661700, 1049144400, 0),
(69370, 373, 45, 'Bailin', 347629800, 1039396300, 0),
(69371, 373, 45, 'Baima', 365951700, 1077256800, 0),
(69372, 373, 45, 'Baiyang', 331728800, 1057818400, 0),
(69373, 373, 45, 'Baozi', 346710500, 1038799600, 0),
(69374, 373, 45, 'Boyu', 334322400, 1043915700, 0),
(69375, 373, 45, 'Changchuan', 347154300, 1034297000, 0),
(69376, 373, 45, 'Changma', 398666700, 967666700, 0),
(69377, 373, 45, 'Chedao', 364007700, 1067351200, 0),
(69378, 373, 45, 'Chengxian', 337411100, 1057205600, 0),
(69379, 373, 45, 'Chenqi', 346863600, 1038427100, 0),
(69380, 373, 45, 'Chenyuan', 337642600, 1056760100, 0),
(69381, 373, 45, 'Chiba', 336465700, 1047822400, 0),
(69382, 373, 45, 'Chubu', 346180800, 1032918500, 0),
(69383, 373, 45, 'Dabao', 334706000, 1055765400, 0),
(69384, 373, 45, 'Dachuan', 337162000, 1044362000, 0),
(69385, 373, 45, 'Danian', 334289700, 1046303800, 0),
(69386, 373, 45, 'Daqiao', 337463100, 1052786600, 0),
(69387, 373, 45, 'Dazu', 345829800, 1034217100, 0),
(69388, 373, 45, 'Dingxi', 355806250, 1046262780, 0),
(69389, 373, 45, 'Dongjiang', 333792300, 1049506600, 0),
(69390, 373, 45, 'Fengdie', 338104900, 1042450700, 0),
(69391, 373, 45, 'Fuya', 334378000, 1052733300, 0),
(69392, 373, 45, 'Gannan', 349855560, 1025080560, 0),
(69393, 373, 45, 'Gongji', 334503800, 1055259700, 0),
(69394, 373, 45, 'Guangjin', 336565800, 1064914800, 0),
(69395, 373, 45, 'Guogan', 356520700, 1029921000, 0),
(69396, 373, 45, 'Guohe', 333511300, 1051487200, 0),
(69397, 373, 45, 'Hanji', 354954400, 1029926000, 0),
(69398, 373, 45, 'Hanwang', 333431300, 1050104600, 0),
(69399, 373, 45, 'Haodi', 350009600, 1057588700, 0),
(69400, 373, 45, 'Haoli', 339836200, 1048101200, 0),
(69401, 373, 45, 'Haolin', 337679100, 1052134500, 0),
(69402, 373, 45, 'Hongde', 367413800, 1071843100, 0),
(69403, 373, 45, 'Huancheng', 365756100, 1072959600, 0),
(69404, 373, 45, 'Huaya', 336574400, 1056528900, 0),
(69405, 373, 45, 'Huixian', 337683300, 1060808300, 0),
(69406, 373, 45, 'Jia''an', 332617600, 1057224100, 0),
(69407, 373, 45, 'Jialing', 336992700, 1061962900, 0),
(69408, 373, 45, 'Jiangtai', 340893200, 1044070000, 0),
(69409, 373, 45, 'Jianshan', 330280300, 1048552600, 0),
(69410, 373, 45, 'Jiaogong', 335654700, 1046463600, 0),
(69411, 373, 45, 'Jichuan', 351507600, 1054652000, 0),
(69412, 373, 45, 'Jindong', 339060400, 1063087000, 0),
(69413, 373, 45, 'Jingning', 355203600, 1057230100, 0),
(69414, 373, 45, 'Jinta', 399833300, 988666700, 0),
(69415, 373, 45, 'Lianghe', 331216800, 1059194700, 0),
(69416, 373, 45, 'Lijie', 339021300, 1040715600, 0),
(69417, 373, 45, 'Linshui', 397833300, 988166700, 0),
(69418, 373, 45, 'Liping', 331855900, 1048839000, 0),
(69419, 373, 45, 'Liuping', 348913900, 1057191700, 0),
(69420, 373, 45, 'Longba', 336247600, 1052944700, 0),
(69421, 373, 45, 'Longlin', 339427800, 1050673900, 0),
(69422, 373, 45, 'Longnan', 334000000, 1049166670, 0),
(69423, 373, 45, 'Luhe', 340091800, 1053402100, 0),
(69424, 373, 45, 'Lujiawan', 363744100, 1065834800, 0),
(69425, 373, 45, 'Luoda', 339861900, 1039808100, 0),
(69426, 373, 45, 'Luping', 363543500, 1070568700, 0),
(69427, 373, 45, 'Maji', 354473400, 1029894300, 0),
(69428, 373, 45, 'Maling', 362175700, 1076432600, 0),
(69429, 373, 45, 'Mayuan', 340539700, 1055227800, 0),
(69430, 373, 45, 'Miba', 335427200, 1057819000, 0),
(69431, 373, 45, 'Nanhe', 340951100, 1042471600, 0),
(69432, 373, 45, 'Nanhu', 353376900, 1059603800, 0),
(69433, 373, 45, 'Nankang', 336583000, 1058850800, 0),
(69434, 373, 45, 'Nanyu', 337183800, 1044133000, 0),
(69435, 373, 45, 'Nanzhuang', 360685100, 1079817100, 0),
(69436, 373, 45, 'Nawu', 349540300, 1029133700, 0),
(69437, 373, 45, 'Nianba', 333063700, 1054693600, 0),
(69438, 373, 45, 'Niba', 344577400, 1030845800, 0),
(69439, 373, 45, 'Pingding', 338254500, 1043107300, 0),
(69440, 373, 45, 'Pingluo', 335488000, 1054103300, 0),
(69441, 373, 45, 'Pipa', 331663500, 1053134400, 0),
(69442, 373, 45, 'Qingcheng', 359989000, 1078854800, 0),
(69443, 373, 45, 'Qingshui', 344595800, 1039027500, 0),
(69444, 373, 45, 'Qingyang', 357381520, 1076320270, 0),
(69445, 373, 45, 'Sanguan', 333558300, 1056033900, 0),
(69446, 373, 45, 'Sanyu', 336992800, 1050201400, 0),
(69447, 373, 45, 'Shangde', 329072700, 1047695800, 0),
(69448, 373, 45, 'Shaozhai', 349914500, 1078038500, 0),
(69449, 373, 45, 'Shibao', 340916700, 1052977200, 0),
(69450, 373, 45, 'Shifang', 330027500, 1045714500, 0),
(69451, 373, 45, 'Shili', 344230100, 1039531300, 0),
(69452, 373, 45, 'Shixia', 337834000, 1053876900, 0),
(69453, 373, 45, 'Shizi', 337440100, 1046802800, 0),
(69454, 373, 45, 'Siheyuan', 368519700, 1073955400, 0),
(69455, 373, 45, 'Sitai', 334864100, 1056100000, 0),
(69456, 373, 45, 'Songping', 336025100, 1059105400, 0),
(69457, 373, 45, 'Suyuan', 336734800, 1054527400, 0),
(69458, 373, 45, 'Taishi', 336165600, 1054516300, 0),
(69459, 373, 45, 'Tianshui', 345438900, 1056897200, 0),
(69460, 373, 45, 'Tongqian', 330691700, 1057638900, 0),
(69461, 373, 45, 'Wangguan', 334591700, 1053616700, 0),
(69462, 373, 45, 'Weihe', 329952200, 1053246500, 0),
(69463, 373, 45, 'Weirong', 353675200, 1057610000, 0),
(69464, 373, 45, 'Weixin', 346670300, 1038685200, 0),
(69465, 373, 45, 'Wentai', 363647600, 1079074800, 0),
(69466, 373, 45, 'Wenxian', 329466200, 1046793900, 0),
(69467, 373, 45, 'Wujiao', 364497900, 1078054200, 0),
(69468, 373, 45, 'Wuma', 330635000, 1054425300, 0),
(69469, 373, 45, 'Wuping', 336286000, 1043362400, 0),
(69470, 373, 45, 'Wuwei', 379280560, 1026413890, 0),
(69471, 373, 45, 'Xiacheng', 349960400, 1038026700, 0),
(69472, 373, 45, 'Xianlong', 338142000, 1062447600, 0),
(69473, 373, 45, 'Xiaochuan', 336806000, 1055615600, 0),
(69474, 373, 45, 'Xiaoling', 358948400, 1029956200, 0),
(69475, 373, 45, 'Xichuan', 364956200, 1071500800, 0),
(69476, 373, 45, 'Xidong', 396000000, 984000000, 0),
(69477, 373, 45, 'Xiji', 337819800, 1052762700, 0),
(69478, 373, 45, 'Xinbao', 345741800, 1036153000, 0),
(69479, 373, 45, 'Xingguo', 348586100, 1056686100, 0),
(69480, 373, 45, 'Xizhi', 330767300, 1053564000, 0),
(69481, 373, 45, 'Yangdian', 339333200, 1064265600, 0),
(69482, 373, 45, 'Yangtian', 331839600, 1056645300, 0),
(69483, 373, 45, 'Yangyong', 346485300, 1034780800, 0),
(69484, 373, 45, 'Yanwu', 361577000, 1070736800, 0),
(69485, 373, 45, 'Yingtan', 355734700, 1029711800, 0),
(69486, 373, 45, 'Yongning', 338395600, 1061886500, 0),
(69487, 373, 45, 'Yuan''an', 357016600, 1056339600, 0),
(69488, 373, 45, 'Yuancheng', 366520200, 1077895700, 0),
(69489, 373, 45, 'Yuanmao', 364463500, 1067384300, 0),
(69490, 373, 45, 'Yuchi', 338342700, 1062716600, 0),
(69491, 373, 45, 'Yuele', 362656600, 1079094500, 0),
(69492, 373, 45, 'Yuhe', 329990700, 1054861400, 0),
(69493, 373, 45, 'Yumen', 402833300, 972000000, 0),
(69494, 373, 45, 'Yuntai', 334463400, 1056656100, 0),
(69495, 373, 45, 'Yuzhong', 360000000, 1050000000, 0),
(69496, 373, 45, 'Zhaowu', 339853000, 1053096200, 0),
(69497, 373, 45, 'Zhifang', 337259800, 1054835800, 0),
(69498, 373, 45, 'Zhiqi', 337486400, 1057436800, 0),
(69499, 373, 45, 'Zhongchuan', 354979200, 1050780300, 0),
(69500, 373, 45, 'Zhudian', 351156700, 1059466000, 0),
(69501, 373, 45, 'Zuojia', 339676200, 1064052500, 0),
(69502, 374, 45, 'Andun', 231916100, 1149975700, 0),
(69503, 374, 45, 'Aojiang', 229421400, 1160359200, 0),
(69504, 374, 45, 'Aotou', 227217700, 1145308300, 0),
(69505, 374, 45, 'Baihua', 229413700, 1146427600, 0),
(69506, 374, 45, 'Baipu', 237062500, 1148421700, 0),
(69507, 374, 45, 'Baitang', 233965600, 1143612900, 0),
(69508, 374, 45, 'Bawan', 230401500, 1157474900, 0),
(69509, 374, 45, 'Beidou', 218748500, 1123957200, 0),
(69510, 374, 45, 'Beiling', 245868300, 1153388500, 0),
(69511, 374, 45, 'Beiyang', 230319200, 1158379000, 0),
(69512, 374, 45, 'Boluo', 244421900, 1130191800, 0),
(69513, 374, 45, 'Bomei', 229479600, 1157826700, 0),
(69514, 374, 45, 'Changbu', 237979300, 1154389400, 0),
(69515, 374, 45, 'Changlai', 250839600, 1133860800, 0),
(69516, 374, 45, 'Changtang', 245649300, 1151559400, 0),
(69517, 374, 45, 'Chendian', 232854900, 1163191800, 0),
(69518, 374, 45, 'Chengjiang', 249279800, 1143242000, 0),
(69519, 374, 45, 'Chengjiao', 235559700, 1135769300, 0),
(69520, 374, 45, 'Chengnan', 232721700, 1166050200, 0),
(69521, 374, 45, 'Chigang', 234355000, 1161688300, 0),
(69522, 374, 45, 'Chiwei', 233035900, 1161319600, 0),
(69523, 374, 45, 'Chuanpu', 232250100, 1158871000, 0),
(69524, 374, 45, 'Chuantang', 241654800, 1149407200, 0),
(69525, 374, 45, 'Chuncheng', 221730800, 1117885900, 0),
(69526, 374, 45, 'Dadong', 240255300, 1130688300, 0),
(69527, 374, 45, 'Dafu', 246475200, 1120555200, 0),
(69528, 374, 45, 'Dajiang', 223770800, 1128000700, 0),
(69529, 374, 45, 'Dalan', 232817400, 1147156700, 0),
(69530, 374, 45, 'Dananshan', 232674100, 1161685200, 0),
(69531, 374, 45, 'Dapeng', 225970100, 1144709100, 0),
(69532, 374, 45, 'Datian', 238584300, 1154463600, 0),
(69533, 374, 45, 'Dawan', 243399800, 1129480400, 0),
(69534, 374, 45, 'Dayuan', 252653100, 1132788900, 0),
(69535, 374, 45, 'Dazhan', 241605500, 1134305400, 0),
(69536, 374, 45, 'Decheng', 231428400, 1117841000, 0),
(69537, 374, 45, 'Dengta', 240134000, 1147883800, 0),
(69538, 374, 45, 'Dongfeng', 235445200, 1166718000, 0),
(69539, 374, 45, 'Donghai', 229459400, 1156420400, 0),
(69540, 374, 45, 'Dongkeng', 229926200, 1139432600, 0),
(69541, 374, 45, 'Donglong', 230079000, 1162736800, 0),
(69542, 374, 45, 'Dongpu', 237462600, 1146849800, 0),
(69543, 374, 45, 'Dongshui', 242599000, 1151686400, 0),
(69544, 374, 45, 'Dongyong', 227956700, 1154158800, 0),
(69545, 374, 45, 'Dongzhen', 223797100, 1109388500, 0),
(69546, 374, 45, 'Dongzhou', 227130400, 1155270600, 0),
(69547, 374, 45, 'Doushan', 220628200, 1128284400, 0),
(69548, 374, 45, 'Ducheng', 232372900, 1115317200, 0),
(69549, 374, 45, 'Duhu', 220693800, 1129414800, 0),
(69550, 374, 45, 'Encheng', 221838900, 1123026000, 0),
(69551, 374, 45, 'Feng''an', 234093300, 1148397800, 0),
(69552, 374, 45, 'Fengcheng', 240590500, 1142050800, 0),
(69553, 374, 45, 'Fenghuang', 239071600, 1166982400, 0),
(69554, 374, 45, 'Fengtang', 236250100, 1165664900, 0),
(69555, 374, 45, 'Fengxi', 236545900, 1165985100, 0),
(69556, 374, 45, 'Fubin', 238469700, 1168627300, 0),
(69557, 374, 45, 'Fuxing', 241271100, 1157202100, 0),
(69558, 374, 45, 'Gaobu', 230843500, 1137178500, 0),
(69559, 374, 45, 'Gaogang', 240267600, 1135794800, 0),
(69560, 374, 45, 'Gaoguan', 242599400, 1147134500, 0),
(69561, 374, 45, 'Gaotang', 237129900, 1169375700, 0),
(69562, 374, 45, 'Gaotian', 238170100, 1131805100, 0),
(69563, 374, 45, 'Gaozhou', 219392400, 1108460700, 0),
(69564, 374, 45, 'Gongbai', 242766500, 1149479100, 0),
(69565, 374, 45, 'Gongping', 230616600, 1153904500, 0),
(69566, 374, 45, 'Gongzhuang', 235528000, 1143883700, 0),
(69567, 374, 45, 'Guanghai', 219616400, 1127930700, 0),
(69568, 374, 45, 'Guangming', 227119440, 1139386110, 0),
(69569, 374, 45, 'Guangtai', 234652700, 1162785600, 0),
(69570, 374, 45, 'Guangyi', 234743600, 1167671300, 0),
(69571, 374, 45, 'Guantang', 236196000, 1167265600, 0),
(69572, 374, 45, 'Gurao', 233521200, 1164097500, 0),
(69573, 374, 45, 'Guxiang', 236651100, 1165649000, 0),
(69574, 374, 45, 'Haimen', 231934900, 1166142200, 0),
(69575, 374, 45, 'Haishan', 235341400, 1169455900, 0),
(69576, 374, 45, 'Hekou', 231813800, 1156002700, 0),
(69577, 374, 45, 'Henghe', 236330800, 1130597200, 0),
(69578, 374, 45, 'Hengli', 231724700, 1146119400, 0),
(69579, 374, 45, 'Hepo', 234307700, 1158299100, 0),
(69580, 374, 45, 'Heshi', 240084000, 1153564400, 0),
(69581, 374, 45, 'Heshui', 242544400, 1156999300, 0),
(69582, 374, 45, 'Heyun', 239289300, 1129171000, 0),
(69583, 374, 45, 'Hongchang', 231154700, 1163107000, 0),
(69584, 374, 45, 'Hongmei', 229937800, 1136037200, 0),
(69585, 374, 45, 'Hongshan', 252587600, 1135959900, 0),
(69586, 374, 45, 'Hongyang', 234349900, 1162090700, 0),
(69587, 374, 45, 'Houmen', 228135400, 1151544200, 0),
(69588, 374, 45, 'Houzhai', 234243600, 1170165900, 0),
(69589, 374, 45, 'Huahu', 230292200, 1163308300, 0),
(69590, 374, 45, 'Huaicheng', 239051300, 1121931400, 0),
(69591, 374, 45, 'Huangbei', 244115500, 1157385700, 0),
(69592, 374, 45, 'Huangbu', 239815100, 1152990100, 0),
(69593, 374, 45, 'Huangcun', 238309500, 1152190400, 0),
(69594, 374, 45, 'Huangpu', 254433300, 1131747200, 0),
(69595, 374, 45, 'Huangqi', 241683600, 1142215600, 0),
(69596, 374, 45, 'Huangqiang', 231559200, 1154157200, 0),
(69597, 374, 45, 'Huangtang', 236970100, 1149820800, 0),
(69598, 374, 45, 'Huangtian', 238803400, 1149788600, 0),
(69599, 374, 45, 'Huazhou', 216333300, 1105833300, 0),
(69600, 374, 45, 'Hudong', 228180200, 1159499800, 0),
(69601, 374, 45, 'Huihuan', 230358400, 1143601600, 0),
(69602, 374, 45, 'Huilong', 243701200, 1155255800, 0),
(69603, 374, 45, 'Jiadong', 228767700, 1161022800, 0),
(69604, 374, 45, 'Jiangdong', 235874600, 1166514500, 0),
(69605, 374, 45, 'Jiangpu', 235416200, 1135953000, 0),
(69606, 374, 45, 'Jiangying', 245069400, 1128380600, 0),
(69607, 374, 45, 'Jiantou', 240548800, 1146992700, 0),
(69608, 374, 45, 'Jiesheng', 227189800, 1154456500, 0),
(69609, 374, 45, 'Jieshi', 228133800, 1158257400, 0),
(69610, 374, 45, 'Jilong', 228040400, 1149209000, 0),
(69611, 374, 45, 'Jinghai', 230081100, 1165174100, 0),
(69612, 374, 45, 'Jingtou', 239697700, 1136774800, 0),
(69613, 374, 45, 'Jinhe', 234309900, 1160457500, 0),
(69614, 374, 45, 'Jinpu', 232498900, 1165479300, 0),
(69615, 374, 45, 'Jintan', 240650000, 1128078900, 0),
(69616, 374, 45, 'Jitian', 245754100, 1120904900, 0),
(69617, 374, 45, 'Jiufeng', 253445400, 1133737500, 0),
(69618, 374, 45, 'Jiuhe', 234924400, 1150526900, 0),
(69619, 374, 45, 'Kanghe', 237805800, 1150745500, 0),
(69620, 374, 45, 'Kuiyong', 226345800, 1144161900, 0),
(69621, 374, 45, 'Langtian', 251601900, 1134617300, 0),
(69622, 374, 45, 'Lantang', 234176000, 1149302600, 0),
(69623, 374, 45, 'Lian''an', 229164900, 1152935100, 0),
(69624, 374, 45, 'Lianghua', 231127300, 1146719300, 0),
(69625, 374, 45, 'Liangjiang', 253609300, 1132845800, 0),
(69626, 374, 45, 'Liangkou', 237199500, 1137280700, 0),
(69627, 374, 45, 'Lianzhou', 247811100, 1123825000, 0),
(69628, 374, 45, 'Lingbei', 246134400, 1127023100, 0),
(69629, 374, 45, 'Liudu', 230668500, 1120195100, 0),
(69630, 374, 45, 'Lixi', 239435900, 1132474700, 0),
(69631, 374, 45, 'Liyuan', 245659400, 1147652500, 0),
(69632, 374, 45, 'Longcheng', 237309000, 1142439500, 0),
(69633, 374, 45, 'Longdu', 235766700, 1167259200, 0),
(69634, 374, 45, 'Longgang', 227202780, 1142475000, 0),
(69635, 374, 45, 'Longjie', 241932600, 1143631200, 0),
(69636, 374, 45, 'Longjing', 238802900, 1128668500, 0),
(69637, 374, 45, 'Longping', 248243900, 1124838700, 0),
(69638, 374, 45, 'Longshan', 237500400, 1133841700, 0),
(69639, 374, 45, 'Longtan', 237124200, 1141059100, 0),
(69640, 374, 45, 'Longxi', 231329600, 1141173600, 0),
(69641, 374, 45, 'Longxiang', 234107700, 1167208700, 0),
(69642, 374, 45, 'Lubu', 231742200, 1122809400, 0),
(69643, 374, 45, 'Lugang', 232247800, 1164578300, 0),
(69644, 374, 45, 'Luofu', 245270500, 1155764600, 0),
(69645, 374, 45, 'Luogang', 244248400, 1156341300, 0),
(69646, 374, 45, 'Luoxi', 233825300, 1156209100, 0),
(69647, 374, 45, 'Lutian', 238133600, 1139451100, 0),
(69648, 374, 45, 'Luxi', 235626800, 1142744000, 0),
(69649, 374, 45, 'Mashan', 232684200, 1152383300, 0),
(69650, 374, 45, 'Matou', 241263500, 1143173600, 0),
(69651, 374, 45, 'Meihua', 251816400, 1130660100, 0),
(69652, 374, 45, 'Meilong', 228951600, 1152100100, 0),
(69653, 374, 45, 'Meitang', 233519100, 1160723700, 0),
(69654, 374, 45, 'Mingjing', 242011400, 1129066600, 0),
(69655, 374, 45, 'Minle', 236591600, 1134670000, 0),
(69656, 374, 45, 'Nan''ao', 225361900, 1144871800, 0),
(69657, 374, 45, 'Nanjie', 236254100, 1124384800, 0),
(69658, 374, 45, 'Nansha', 228383330, 1136083330, 0),
(69659, 374, 45, 'Nanshan', 225016190, 1139078220, 0),
(69660, 374, 45, 'Nantang', 229137400, 1159071600, 0),
(69661, 374, 45, 'Nanwan', 233575500, 1155146300, 0),
(69662, 374, 45, 'Ningxi', 232172200, 1136548900, 0),
(69663, 374, 45, 'Ningxin', 241349700, 1157444700, 0),
(69664, 374, 45, 'Outing', 234161900, 1167132700, 0),
(69665, 374, 45, 'Pingdong', 231010200, 1154748600, 0),
(69666, 374, 45, 'Pinghai', 226152000, 1148708000, 0),
(69667, 374, 45, 'Pingling', 236516200, 1143394200, 0),
(69668, 374, 45, 'Puning', 233107200, 1161686900, 0),
(69669, 374, 45, 'Qiandong', 236738100, 1169145000, 0),
(69670, 374, 45, 'Qiaodong', 236639500, 1166556000, 0),
(69671, 374, 45, 'Qilin', 234227800, 1162850000, 0),
(69672, 374, 45, 'Qinglian', 244610800, 1127553600, 0),
(69673, 374, 45, 'Qishi', 229175600, 1161238300, 0),
(69674, 374, 45, 'Qixia', 241891700, 1140344400, 0),
(69675, 374, 45, 'Quxi', 235899400, 1163980200, 0),
(69676, 374, 45, 'Renhua', 250912500, 1137444600, 0),
(69677, 374, 45, 'Reshui', 244576700, 1148268200, 0),
(69678, 374, 45, 'Rucheng', 247784600, 1132686000, 0),
(69679, 374, 45, 'Ruhu', 231808500, 1144529000, 0),
(69680, 374, 45, 'Sanba', 223017600, 1126814600, 0),
(69681, 374, 45, 'Sanjiao', 242101200, 1147982700, 0),
(69682, 374, 45, 'Sanpai', 246638400, 1122928200, 0),
(69683, 374, 45, 'Sanxi', 252855100, 1128691100, 0),
(69684, 374, 45, 'Shajing', 235903200, 1140950500, 0),
(69685, 374, 45, 'Shakou', 244227600, 1135178000, 0),
(69686, 374, 45, 'Shangguan', 241019200, 1149879700, 0),
(69687, 374, 45, 'Shanghu', 232521300, 1155867800, 0),
(69688, 374, 45, 'Shangping', 244857300, 1145894000, 0),
(69689, 374, 45, 'Shangyi', 232832300, 1148184600, 0),
(69690, 374, 45, 'Shangying', 228865200, 1155596200, 0),
(69691, 374, 45, 'Shantang', 250749200, 1125988400, 0),
(69692, 374, 45, 'Shatoujiao', 225546300, 1142258900, 0),
(69693, 374, 45, 'Shaxi', 235248900, 1165797800, 0),
(69694, 374, 45, 'Shen''ao', 234603300, 1170907400, 0),
(69695, 374, 45, 'Shengang', 234857800, 1135230600, 0),
(69696, 374, 45, 'Shenquan', 229677000, 1163048000, 0),
(69697, 374, 45, 'Shiba', 235301100, 1145722600, 0),
(69698, 374, 45, 'Shijiao', 235583700, 1129623700, 0),
(69699, 374, 45, 'Shilong', 231122700, 1138424800, 0),
(69700, 374, 45, 'Shipai', 230874400, 1139450600, 0),
(69701, 374, 45, 'Shitang', 250827800, 1135744400, 0),
(69702, 374, 45, 'Shiwan', 231244500, 1138627900, 0),
(69703, 374, 45, 'Shixing', 249482400, 1140657200, 0),
(69704, 374, 45, 'Shuangjiang', 239504300, 1147119100, 0),
(69705, 374, 45, 'Shuidong', 215233700, 1109853800, 0),
(69706, 374, 45, 'Sidu', 242163900, 1152650000, 0),
(69707, 374, 45, 'Siqian', 246889600, 1140774200, 0),
(69708, 374, 45, 'Suocheng', 236125900, 1171093200, 0),
(69709, 374, 45, 'Taibao', 246965700, 1121787100, 0),
(69710, 374, 45, 'Taimei', 233225800, 1144734400, 0),
(69711, 374, 45, 'Taishan', 222500000, 1127833330, 0),
(69712, 374, 45, 'Tangkeng', 237591200, 1161709200, 0),
(69713, 374, 45, 'Tangtang', 237464200, 1134692000, 0),
(69714, 374, 45, 'Tangxi', 238982900, 1168640200, 0),
(69715, 374, 45, 'Tanxi', 229380000, 1155548000, 0),
(69716, 374, 45, 'Tatou', 234903100, 1160633700, 0),
(69717, 374, 45, 'Tiechang', 241634500, 1154893300, 0),
(69718, 374, 45, 'Tiepu', 236123800, 1167553200, 0),
(69719, 374, 45, 'Tongqiao', 230193900, 1143375400, 0),
(69720, 374, 45, 'Tongqu', 240470700, 1153767800, 0),
(69721, 374, 45, 'Waisha', 234416500, 1167547700, 0),
(69722, 374, 45, 'Wangping', 237347700, 1142483100, 0),
(69723, 374, 45, 'Wenquan', 236443600, 1136532100, 0),
(69724, 374, 45, 'Wushan', 252609400, 1134856800, 0),
(69725, 374, 45, 'Wushi', 236330500, 1151927100, 0),
(69726, 374, 45, 'Xiache', 246619200, 1151124500, 0),
(69727, 374, 45, 'Xian''an', 230785900, 1165046900, 0),
(69728, 374, 45, 'Xiancheng', 232372100, 1163146200, 0),
(69729, 374, 45, 'Xianggui', 240788900, 1137608300, 0),
(69730, 374, 45, 'Xiangping', 245894300, 1121148100, 0),
(69731, 374, 45, 'Xiantang', 238089400, 1147850900, 0),
(69732, 374, 45, 'Xiaojiang', 246161300, 1125926700, 0),
(69733, 374, 45, 'Xiaozhen', 239854200, 1140259800, 0),
(69734, 374, 45, 'Xiegang', 229611000, 1141405800, 0),
(69735, 374, 45, 'Xinbei', 241579000, 1156882900, 0),
(69736, 374, 45, 'Xingang', 237843000, 1146330100, 0),
(69737, 374, 45, 'Xiniu', 241641900, 1131107800, 0),
(69738, 374, 45, 'Xintang', 239432300, 1167849600, 0),
(69739, 374, 45, 'Xintian', 231882100, 1155488500, 0),
(69740, 374, 45, 'Xinxu', 238055500, 1169407000, 0),
(69741, 374, 45, 'Xiongzhou', 251166700, 1143000000, 0),
(69742, 374, 45, 'Xiushui', 251722600, 1129980100, 0),
(69743, 374, 45, 'Xixi', 229887400, 1161585500, 0),
(69744, 374, 45, 'Yangcheng', 244762000, 1126452100, 0),
(69745, 374, 45, 'Yangchun', 221666700, 1117833300, 0),
(69746, 374, 45, 'Yangcun', 234336600, 1144677400, 0),
(69747, 374, 45, 'Yangmei', 241023100, 1125617600, 0),
(69748, 374, 45, 'Yangming', 244508800, 1149344000, 0),
(69749, 374, 45, 'Yanhong', 236088000, 1168675400, 0),
(69750, 374, 45, 'Yanzhen', 244907200, 1154449400, 0),
(69751, 374, 45, 'Yao''an', 250182400, 1124055200, 0),
(69752, 374, 45, 'Yetang', 241955300, 1156613900, 0),
(69753, 374, 45, 'Yidu', 241614500, 1151327500, 0),
(69754, 374, 45, 'Yihe', 238450500, 1148631700, 0),
(69755, 374, 45, 'Yingcheng', 241658800, 1134126800, 0),
(69756, 374, 45, 'Yinghong', 242947200, 1134222200, 0),
(69757, 374, 45, 'Yinghua', 242255600, 1136633300, 0),
(69758, 374, 45, 'Yixi', 236964400, 1166445600, 0),
(69759, 374, 45, 'Yousheng', 245081900, 1150867800, 0),
(69760, 374, 45, 'Youxi', 242159600, 1146799800, 0),
(69761, 374, 45, 'Yuanshan', 243727900, 1144843900, 0),
(69762, 374, 45, 'Yuanzhou', 231232300, 1139534400, 0),
(69763, 374, 45, 'Yunling', 243469400, 1134388700, 0),
(69764, 374, 45, 'Yunyan', 251299200, 1130939800, 0),
(69765, 374, 45, 'Yuwan', 241640700, 1136650200, 0),
(69766, 374, 45, 'Yuxin', 232819800, 1166664200, 0),
(69767, 374, 45, 'Zengguang', 230180200, 1148721500, 0),
(69768, 374, 45, 'Zhangxi', 237436000, 1168888400, 0),
(69769, 374, 45, 'Zhengguo', 234182300, 1138884400, 0),
(69770, 374, 45, 'Zhize', 217460800, 1116070200, 0),
(69771, 374, 45, 'Zhongtang', 230966800, 1136571900, 0),
(69772, 374, 45, 'Zicheng', 236444200, 1151726000, 0),
(69773, 374, 45, 'Zishi', 239350100, 1153537800, 0),
(69774, 375, 45, 'Bada', 245929800, 1050932400, 0),
(69775, 375, 45, 'Bobai', 222758300, 1099722200, 0),
(69776, 375, 45, 'Chongzuo', 224166670, 1073666670, 0),
(69777, 375, 45, 'Chuanshan', 250666700, 1080833300, 0),
(69778, 375, 45, 'Dabu', 246673900, 1092354700, 0),
(69779, 375, 45, 'Dafeng', 234517100, 1085881100, 0),
(69780, 375, 45, 'Dahua', 237679800, 1079841000, 0),
(69781, 375, 45, 'Debao', 233847100, 1065735200, 0),
(69782, 375, 45, 'Donglan', 245501800, 1073828800, 0),
(69783, 375, 45, 'Fangchenggang', 216000000, 1083000000, 0),
(69784, 375, 45, 'Guanyang', 254952300, 1111348700, 0),
(69785, 375, 45, 'Guyi', 257777800, 1096002800, 0),
(69786, 375, 45, 'Hezhou', 244163890, 1115477780, 0),
(69787, 375, 45, 'Jinji', 232280600, 1108261100, 0),
(69788, 375, 45, 'Jinxiu', 241372100, 1101800900, 0),
(69789, 375, 45, 'Longsheng', 257936100, 1100091700, 0),
(69790, 375, 45, 'Longxu', 234166700, 1112333300, 0),
(69791, 375, 45, 'Luorong', 244058300, 1096086100, 0),
(69792, 375, 45, 'Luxu', 232237800, 1088021600, 0),
(69793, 375, 45, 'Luzhai', 244975400, 1097331500, 0),
(69794, 375, 45, 'Mengshan', 242140600, 1105177500, 0),
(69795, 375, 45, 'Nandan', 250103600, 1075571200, 0),
(69796, 375, 45, 'Napo', 234794400, 1057915700, 0),
(69797, 375, 45, 'Pingle', 246452200, 1106430600, 0),
(69798, 375, 45, 'Pingnan', 235543000, 1103975700, 0),
(69799, 375, 45, 'Rong''an', 252333300, 1093833300, 0),
(69800, 375, 45, 'Rongshui', 250666700, 1092500000, 0),
(69801, 375, 45, 'Shinan', 227558400, 1098538400, 0),
(69802, 375, 45, 'Si''en', 248419800, 1082716200, 0),
(69803, 375, 45, 'Sicheng', 244054000, 1065815400, 0),
(69804, 375, 45, 'Siyang', 221684100, 1079430900, 0),
(69805, 375, 45, 'Taocheng', 228793600, 1071564800, 0),
(69806, 375, 45, 'Tiandeng', 231265800, 1070936900, 0),
(69807, 375, 45, 'Tianzhou', 237786100, 1068971800, 0),
(69808, 375, 45, 'Tongle', 248475700, 1065764000, 0),
(69809, 375, 45, 'Wuming', 231893700, 1082547800, 0),
(69810, 375, 45, 'Xiangzhou', 239728200, 1096667800, 0),
(69811, 375, 45, 'Xincheng', 240861300, 1086526100, 0),
(69812, 375, 45, 'Xing''an', 256196400, 1106424800, 0),
(69813, 375, 45, 'Xinjing', 232025200, 1063820700, 0),
(69814, 375, 45, 'Yongfu', 250040200, 1099818500, 0),
(69815, 375, 45, 'Yulin', 226333300, 1101500000, 0),
(69816, 375, 45, 'Zhaoping', 241724400, 1107870300, 0),
(69817, 375, 45, 'Ziyuan', 260366700, 1106405600, 0),
(69818, 376, 45, 'Darong', 257819400, 1088638900, 0),
(69819, 376, 45, 'Hongzhou', 261258300, 1094088900, 0),
(69820, 376, 45, 'Kaili', 265833330, 1079666670, 0),
(69821, 376, 45, 'Liupanshui', 265944440, 1048333330, 0),
(69822, 376, 45, 'Ouyang', 264252800, 1092294400, 0),
(69823, 376, 45, 'Pingjiang', 258069400, 1086630600, 0),
(69824, 376, 45, 'Qiandongnan', 265833330, 1079833330, 0),
(69825, 376, 45, 'Qiannan', 262666670, 1075166670, 0),
(69826, 376, 45, 'Qianxinan', 250833000, 1049000000, 0),
(69827, 376, 45, 'Qimeng', 264847200, 1089994400, 0),
(69828, 376, 45, 'Qinglang', 271247200, 1087327800, 0),
(69829, 376, 45, 'Shiqian', 275225000, 1082280600, 0),
(69830, 376, 45, 'Xingyi', 245333330, 1043166670, 0),
(69831, 376, 45, 'Xinzhan', 283883300, 1068566700, 0),
(69832, 376, 45, 'Yangtou', 276894400, 1094138900, 0),
(69833, 376, 45, 'Zhongchao', 261375000, 1092200000, 0),
(69834, 377, 45, 'Baocheng', 186402800, 1096994400, 0),
(69835, 377, 45, 'Baoluo', 198412300, 1107445300, 0),
(69836, 377, 45, 'Basuo', 190939000, 1086472700, 0),
(69837, 377, 45, 'Beida', 189241600, 1103307900, 0),
(69838, 377, 45, 'Bolian', 198686500, 1096427300, 0),
(69839, 377, 45, 'Chahe', 192324800, 1089387300, 0),
(69840, 377, 45, 'Changhao', 187377900, 1094778300, 0),
(69841, 377, 45, 'Changhua', 193308700, 1086763600, 0),
(69842, 377, 45, 'Changliu', 200132700, 1102008700, 0),
(69843, 377, 45, 'Da''an', 186956500, 1092098300, 0),
(69844, 377, 45, 'Dalu', 193895000, 1104652700, 0),
(69845, 377, 45, 'Danzhou', 195000000, 1095833330, 0),
(69846, 377, 45, 'Dingcheng', 196799500, 1103702000, 0),
(69847, 377, 45, 'Dong''ao', 187155400, 1103955500, 0),
(69848, 377, 45, 'Dongge', 196600400, 1108451600, 0),
(69849, 377, 45, 'Dongjiao', 195769600, 1108562000, 0),
(69850, 377, 45, 'Dongshan', 197515000, 1102325200, 0),
(69851, 377, 45, 'Dongyin', 199605400, 1096427300, 0),
(69852, 377, 45, 'Fanyang', 188767500, 1093931100, 0),
(69853, 377, 45, 'Fengmu', 192093300, 1100082800, 0),
(69854, 377, 45, 'Fulong', 193238600, 1094553400, 0),
(69855, 377, 45, 'Fuwen', 195513700, 1102554000, 0),
(69856, 377, 45, 'Gancheng', 188515700, 1086403600, 0),
(69857, 377, 45, 'Guangcun', 198176600, 1094768600, 0),
(69858, 377, 45, 'Hanlin', 193338800, 1102582600, 0),
(69859, 377, 45, 'Heqing', 195283100, 1096327900, 0),
(69860, 377, 45, 'Hongqi', 198203600, 1105063800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(69861, 377, 45, 'Huangtong', 198350300, 1098439100, 0),
(69862, 377, 45, 'Huangzhu', 194785200, 1104387000, 0),
(69863, 377, 45, 'Huishan', 190694000, 1102610300, 0),
(69864, 377, 45, 'Huiwen', 194633700, 1107246400, 0),
(69865, 377, 45, 'Jiaji', 192425000, 1104641700, 0),
(69866, 377, 45, 'Jiale', 195862100, 1099975300, 0),
(69867, 377, 45, 'Jiamao', 185562200, 1096976200, 0),
(69868, 377, 45, 'Jianfeng', 186939100, 1087914900, 0),
(69869, 377, 45, 'Jiazi', 196093100, 1104942600, 0),
(69870, 377, 45, 'Jinbo', 192409200, 1091699700, 0),
(69871, 377, 45, 'Jiuzhou', 197626600, 1104035600, 0),
(69872, 377, 45, 'Lanyang', 194614100, 1096604000, 0),
(69873, 377, 45, 'Laocheng', 199642200, 1101193300, 0),
(69874, 377, 45, 'Leiming', 195571800, 1103199100, 0),
(69875, 377, 45, 'Leluo', 184480800, 1088824500, 0),
(69876, 377, 45, 'Liji', 187518400, 1103150600, 0),
(69877, 377, 45, 'Lincheng', 199077800, 1096858300, 0),
(69878, 377, 45, 'Lingkou', 193439700, 1103039200, 0),
(69879, 377, 45, 'Lingshan', 199691700, 1104281100, 0),
(69880, 377, 45, 'Liugong', 185399200, 1097778500, 0),
(69881, 377, 45, 'Longbo', 197610100, 1098518700, 0),
(69882, 377, 45, 'Longguang', 185052600, 1098991300, 0),
(69883, 377, 45, 'Longhe', 193817700, 1102102400, 0),
(69884, 377, 45, 'Longmen', 194429300, 1103255300, 0),
(69885, 377, 45, 'Longqiao', 199139100, 1103557600, 0),
(69886, 377, 45, 'Longtang', 198843000, 1104110100, 0),
(69887, 377, 45, 'Maoyang', 189379500, 1095024300, 0),
(69888, 377, 45, 'Mei''an', 198782600, 1101858200, 0),
(69889, 377, 45, 'Nanfeng', 194101800, 1095502400, 0),
(69890, 377, 45, 'Nanlin', 184076200, 1096126700, 0),
(69891, 377, 45, 'Nanqiao', 186681300, 1101250500, 0),
(69892, 377, 45, 'Nansheng', 187394500, 1095881000, 0),
(69893, 377, 45, 'Poxin', 193020200, 1100837400, 0),
(69894, 377, 45, 'Qianjia', 185692400, 1090820300, 0),
(69895, 377, 45, 'Qiaotou', 199645100, 1099263700, 0),
(69896, 377, 45, 'Qicha', 191162300, 1090462800, 0),
(69897, 377, 45, 'Qifang', 192999200, 1092357400, 0),
(69898, 377, 45, 'Rongbang', 194463700, 1091339200, 0),
(69899, 377, 45, 'Ruixi', 197344200, 1101246100, 0),
(69900, 377, 45, 'Sancai', 184758100, 1100007600, 0),
(69901, 377, 45, 'Sandao', 184669900, 1096643600, 0),
(69902, 377, 45, 'Sandu', 197894000, 1092150000, 0),
(69903, 377, 45, 'Sanjia', 192429900, 1087559000, 0),
(69904, 377, 45, 'Shang''an', 188775800, 1098330000, 0),
(69905, 377, 45, 'Shiling', 186643200, 1097788100, 0),
(69906, 377, 45, 'Shilu', 192598400, 1090488400, 0),
(69907, 377, 45, 'Shishan', 199354600, 1102043200, 0),
(69908, 377, 45, 'Shiyun', 189948200, 1096008000, 0),
(69909, 377, 45, 'Tayang', 192913500, 1105047000, 0),
(69910, 377, 45, 'Wanchong', 188486400, 1093170800, 0),
(69911, 377, 45, 'Wangwu', 196562300, 1092907100, 0),
(69912, 377, 45, 'Wanling', 191748500, 1099356500, 0),
(69913, 377, 45, 'Wanquan', 192441500, 1104039600, 0),
(69914, 377, 45, 'Wenchang', 196270000, 1107310000, 0),
(69915, 377, 45, 'Wenjiao', 196699200, 1109067400, 0),
(69916, 377, 45, 'Wuzhishan', 187730000, 1095240000, 0),
(69917, 377, 45, 'Xiangshui', 185931900, 1096120600, 0),
(69918, 377, 45, 'Xincun', 184161200, 1099639600, 0),
(69919, 377, 45, 'Xinwu', 196493600, 1101874300, 0),
(69920, 377, 45, 'Xinxing', 195109900, 1101759700, 0),
(69921, 377, 45, 'Xinying', 198929500, 1095253400, 0),
(69922, 377, 45, 'Yacheng', 183759500, 1091647400, 0),
(69923, 377, 45, 'Yanfeng', 199511500, 1105545100, 0),
(69924, 377, 45, 'Yelin', 185221600, 1100410600, 0),
(69925, 377, 45, 'Yingzhou', 184214900, 1098494200, 0),
(69926, 377, 45, 'Yongfa', 197483400, 1101948400, 0),
(69927, 377, 45, 'Yunlong', 198765400, 1104670600, 0),
(69928, 377, 45, 'Zhizhong', 186310100, 1092599400, 0),
(69929, 377, 45, 'Zhonghe', 197427600, 1093449200, 0),
(69930, 377, 45, 'Zhongping', 190630500, 1100533300, 0),
(69931, 378, 45, 'Changli', 397041700, 1191505600, 0),
(69932, 378, 45, 'Fengrun', 398333300, 1181166700, 0),
(69933, 378, 45, 'Fucheng', 378666670, 1161500000, 0),
(69934, 378, 45, 'Guye', 397333300, 1184166700, 0),
(69935, 378, 45, 'Hecun', 365333300, 1141111100, 0),
(69936, 378, 45, 'Linxi', 397000000, 1184333300, 0),
(69937, 378, 45, 'Luancheng', 378791700, 1146516700, 0),
(69938, 378, 45, 'Luquan', 380833330, 1143166670, 0),
(69939, 378, 45, 'Nangong', 373580600, 1153744400, 0),
(69940, 378, 45, 'Sanhe', 400166670, 1170833330, 0),
(69941, 378, 45, 'Tangjiazhuang', 397333300, 1184500000, 0),
(69942, 378, 45, 'Tianchang', 379980600, 1140155600, 0),
(69943, 378, 45, 'Xinglong', 404666670, 1174666670, 0),
(69944, 378, 45, 'Xuanhua', 406102800, 1150447200, 0),
(69945, 379, 45, 'Acheng', 455454500, 1269770300, 0),
(69946, 379, 45, 'Anjia', 450510900, 1270675200, 0),
(69947, 379, 45, 'Baiquan', 475833300, 1260833300, 0),
(69948, 379, 45, 'Bajiazi', 452292800, 1270415100, 0),
(69949, 379, 45, 'Baoqing', 463316700, 1322111100, 0),
(69950, 379, 45, 'Bin''an', 458415600, 1277608200, 0),
(69951, 379, 45, 'Binxi', 457487000, 1271562800, 0),
(69952, 379, 45, 'Boli', 457666700, 1305166700, 0),
(69953, 379, 45, 'Daohe', 440332100, 1308285700, 0),
(69954, 379, 45, 'Didao', 453666700, 1308000000, 0),
(69955, 379, 45, 'Erhe', 450809600, 1273108300, 0),
(69956, 379, 45, 'Fangtai', 460891800, 1269333100, 0),
(69957, 379, 45, 'Fuli', 467216700, 1311394400, 0),
(69958, 379, 45, 'Fuyu', 477833300, 1244500000, 0),
(69959, 379, 45, 'Fuyuan', 464333300, 1270833300, 0),
(69960, 379, 45, 'Hailun', 474500000, 1269333300, 0),
(69961, 379, 45, 'Hongxing', 455657600, 1271112600, 0),
(69962, 379, 45, 'Huanan', 462166700, 1305166700, 0),
(69963, 379, 45, 'Jiaojie', 453472400, 1270887500, 0),
(69964, 379, 45, 'Jidong', 452166700, 1310833300, 0),
(69965, 379, 45, 'Jingjian', 458168900, 1276220800, 0),
(69966, 379, 45, 'Jixing', 460060400, 1279115800, 0),
(69967, 379, 45, 'Langxiang', 469500000, 1288833300, 0),
(69968, 379, 45, 'Lidong', 460788900, 1278911200, 0),
(69969, 379, 45, 'Lingdong', 465669400, 1311452800, 0),
(69970, 379, 45, 'Longjiang', 473302800, 1231836100, 0),
(69971, 379, 45, 'Minhe', 459058700, 1275619600, 0),
(69972, 379, 45, 'Minyi', 449255400, 1272969800, 0),
(69973, 379, 45, 'Minyue', 450518000, 1270489000, 0),
(69974, 379, 45, 'Nehe', 484833300, 1248333300, 0),
(69975, 379, 45, 'Ningyuan', 457308700, 1279162000, 0),
(69976, 379, 45, 'Pingfang', 455541500, 1274640900, 0),
(69977, 379, 45, 'Qinggang', 466833300, 1260833300, 0),
(69978, 379, 45, 'Ranghulu', 466500000, 1248666700, 0),
(69979, 379, 45, 'Sanbao', 457559500, 1276684100, 0),
(69980, 379, 45, 'Shangzhi', 452166700, 1279666700, 0),
(69981, 379, 45, 'Shuangfeng', 454413800, 1269666500, 0),
(69982, 379, 45, 'Songhuajiang', 460371600, 1273255100, 0),
(69983, 379, 45, 'Taikang', 468333300, 1244166700, 0),
(69984, 379, 45, 'Weiguo', 450237600, 1273483200, 0),
(69985, 379, 45, 'Yagou', 454806100, 1270789100, 0),
(69986, 379, 45, 'Yanglin', 460776000, 1271315500, 0),
(69987, 379, 45, 'Yilan', 463166700, 1295666700, 0),
(69988, 379, 45, 'Yingchengzi', 451677800, 1269558800, 0),
(69989, 379, 45, 'Yongyuan', 457738700, 1270081700, 0),
(69990, 379, 45, 'Zhaodong', 460833300, 1259833300, 0),
(69991, 379, 45, 'Zhaozhou', 456833300, 1253166700, 0),
(69992, 379, 45, 'Zhiguang', 449713300, 1274611700, 0),
(69993, 380, 45, 'Anliang', 340448800, 1132625600, 0),
(69994, 380, 45, 'Bishui', 327178600, 1133116700, 0),
(69995, 380, 45, 'Bowang', 331739200, 1127452800, 0),
(69996, 380, 45, 'Chunshui', 330326400, 1134579600, 0),
(69997, 380, 45, 'Ciba', 340788600, 1130538100, 0),
(69998, 380, 45, 'Cuizhuang', 335305800, 1123934500, 0),
(69999, 380, 45, 'Daguo', 337907700, 1137958000, 0),
(70000, 380, 45, 'Daliu', 335036400, 1139029500, 0),
(70001, 380, 45, 'Dancheng', 336333300, 1151833300, 0),
(70002, 380, 45, 'Dengli', 336717800, 1135024100, 0),
(70003, 380, 45, 'Dengzhou', 326822200, 1120819400, 0),
(70004, 380, 45, 'Dingying', 337545600, 1136031100, 0),
(70005, 380, 45, 'Dushu', 333254300, 1131596900, 0),
(70006, 380, 45, 'Fudian', 339318700, 1123564200, 0),
(70007, 380, 45, 'Gongdian', 336625500, 1134352100, 0),
(70008, 380, 45, 'Guangkuotiandi', 339665400, 1131655500, 0),
(70009, 380, 45, 'Guangyang', 332843900, 1127015000, 0),
(70010, 380, 45, 'Houji', 336700300, 1137048200, 0),
(70011, 380, 45, 'Huaidian', 334333300, 1150333300, 0),
(70012, 380, 45, 'Huanghou', 334800400, 1127569800, 0),
(70013, 380, 45, 'Huaxian', 355638900, 1145058300, 0),
(70014, 380, 45, 'Jiaodian', 337672200, 1132229400, 0),
(70015, 380, 45, 'Jingang', 330148400, 1124959400, 0),
(70016, 380, 45, 'Jiudian', 332595800, 1136610300, 0),
(70017, 380, 45, 'Jiuxian', 334954500, 1132996500, 0),
(70018, 380, 45, 'Jiyuan', 350833330, 1125833330, 0),
(70019, 380, 45, 'Jizhong', 336362400, 1126784300, 0),
(70020, 380, 45, 'Liancun', 336110200, 1134742600, 0),
(70021, 380, 45, 'Liuhe', 333170300, 1128007600, 0),
(70022, 380, 45, 'Liushan', 334736600, 1125461900, 0),
(70023, 380, 45, 'Lizhuang', 338412100, 1132657700, 0),
(70024, 380, 45, 'Lumiao', 333203000, 1137153900, 0),
(70025, 380, 45, 'Luyi', 331006200, 1120471900, 0),
(70026, 380, 45, 'Macun', 335668000, 1136455400, 0),
(70027, 380, 45, 'Mailing', 337742000, 1136446900, 0),
(70028, 380, 45, 'Minggang', 324586100, 1140486100, 0),
(70029, 380, 45, 'Pingqiao', 320958300, 1141202800, 0),
(70030, 380, 45, 'Qinghe', 332506800, 1129053100, 0),
(70031, 380, 45, 'Runan', 330011100, 1143541700, 0),
(70032, 380, 45, 'Sanmenxia', 347666670, 1112000000, 0),
(70033, 380, 45, 'Shahedian', 329969400, 1137248600, 0),
(70034, 380, 45, 'Shangdian', 332295200, 1134472600, 0),
(70035, 380, 45, 'Shangqiao', 337059800, 1139566700, 0),
(70036, 380, 45, 'Shantoudian', 337881900, 1135220700, 0),
(70037, 380, 45, 'Shuangqiao', 350900000, 1125800000, 0),
(70038, 380, 45, 'Taichen', 337692600, 1139219000, 0),
(70039, 380, 45, 'Taiwei', 336297300, 1137576900, 0),
(70040, 380, 45, 'Tanghe', 326883300, 1128275000, 0),
(70041, 380, 45, 'Tangjie', 338975500, 1133152500, 0),
(70042, 380, 45, 'Tangzhuang', 331034200, 1129482200, 0),
(70043, 380, 45, 'Tianzhuang', 335674700, 1133537200, 0),
(70044, 380, 45, 'Tieshan', 333332400, 1135297100, 0),
(70045, 380, 45, 'Tongshan', 327726000, 1135569400, 0),
(70046, 380, 45, 'Wangcun', 330168600, 1124120200, 0),
(70047, 380, 45, 'Wangmeng', 339287300, 1139551000, 0),
(70048, 380, 45, 'Wencheng', 330558500, 1137978000, 0),
(70049, 380, 45, 'Wenfeng', 334465900, 1135754800, 0),
(70050, 380, 45, 'Xiali', 335308800, 1132124600, 0),
(70051, 380, 45, 'Xiaoqi', 339163600, 1130605600, 0),
(70052, 380, 45, 'Xiatang', 337198700, 1126798000, 0),
(70053, 380, 45, 'Xiezhuang', 331495400, 1124356200, 0),
(70054, 380, 45, 'Xin''an', 334458800, 1136785900, 0),
(70055, 380, 45, 'Xinye', 325186100, 1123522200, 0),
(70056, 380, 45, 'Xixiang', 351627800, 1128650000, 0),
(70057, 380, 45, 'Yakou', 332964900, 1135235100, 0),
(70058, 380, 45, 'Yangfeng', 331344000, 1138531600, 0),
(70059, 380, 45, 'Yangying', 330023000, 1121670200, 0),
(70060, 380, 45, 'Yaozhuang', 338757500, 1132709400, 0),
(70061, 380, 45, 'Yingqiao', 339634200, 1135853000, 0),
(70062, 380, 45, 'Yingyang', 339512400, 1136117800, 0),
(70063, 380, 45, 'Yongcheng', 339300000, 1164500000, 0),
(70064, 380, 45, 'Yucheng', 343980560, 1158661110, 0),
(70065, 380, 45, 'Zhanbei', 337779300, 1134440700, 0),
(70066, 380, 45, 'Zhangliang', 336694900, 1130404700, 0),
(70067, 380, 45, 'Zhangpan', 339925600, 1139903900, 0),
(70068, 380, 45, 'Zhaohe', 331877400, 1128452700, 0),
(70069, 380, 45, 'Zhenping', 330331400, 1122332100, 0),
(70070, 380, 45, 'Zhiyang', 337868400, 1131350200, 0),
(70071, 380, 45, 'Zhongtou', 339883600, 1133395500, 0),
(70072, 380, 45, 'Zhouzhuang', 338605500, 1131159800, 0),
(70073, 380, 45, 'Ziyun', 338197400, 1134294600, 0),
(70074, 381, 45, 'Aijia', 306235900, 1113461400, 0),
(70075, 381, 45, 'Anlu', 312575000, 1136783300, 0),
(70076, 381, 45, 'Bailian', 305951000, 1154419400, 0),
(70077, 381, 45, 'Baini', 295349500, 1141294500, 0),
(70078, 381, 45, 'Baolin', 316738200, 1138703200, 0),
(70079, 381, 45, 'Buhe', 302875700, 1122297900, 0),
(70080, 381, 45, 'Caihe', 317254600, 1138130000, 0),
(70081, 381, 45, 'Changgang', 315510900, 1129743300, 0),
(70082, 381, 45, 'Changling', 315181000, 1135816800, 0),
(70083, 381, 45, 'Changshou', 314170000, 1126133600, 0),
(70084, 381, 45, 'Changtan', 310021400, 1127328900, 0),
(70085, 381, 45, 'Chengui', 300500000, 1148000000, 0),
(70086, 381, 45, 'Chenxiang', 314798200, 1137674400, 0),
(70087, 381, 45, 'Chuandian', 305905000, 1120735900, 0),
(70088, 381, 45, 'Chuangwang', 294953800, 1146193800, 0),
(70089, 381, 45, 'Dajin', 299978500, 1156121000, 0),
(70090, 381, 45, 'Dalu', 295993800, 1144317900, 0),
(70091, 381, 45, 'Daqi', 308532500, 1151911300, 0),
(70092, 381, 45, 'Dawu', 316096500, 1141180600, 0),
(70093, 381, 45, 'Daye', 300833300, 1149500000, 0),
(70094, 381, 45, 'Dongfenglu', 300927100, 1149638200, 0),
(70095, 381, 45, 'Dongqiao', 311932200, 1128311800, 0),
(70096, 381, 45, 'Dongshi', 304100000, 1117019400, 0),
(70097, 381, 45, 'Dougang', 310402500, 1138509400, 0),
(70098, 381, 45, 'Duobao', 306700000, 1126895200, 0),
(70099, 381, 45, 'Fangxian', 320550000, 1107341700, 0),
(70100, 381, 45, 'Fankou', 304166700, 1148333300, 0),
(70101, 381, 45, 'Fengjiang', 319737200, 1133376400, 0),
(70102, 381, 45, 'Fenglin', 297613400, 1153963300, 0),
(70103, 381, 45, 'Fuchi', 298550500, 1154379500, 0),
(70104, 381, 45, 'Fuhe', 315095800, 1135664500, 0),
(70105, 381, 45, 'Gaocheng', 319470200, 1134421800, 0),
(70106, 381, 45, 'Gaojian', 292786700, 1140677800, 0),
(70107, 381, 45, 'Gaoyang', 307661400, 1125124500, 0),
(70108, 381, 45, 'Guanghua', 304437800, 1126844600, 0),
(70109, 381, 45, 'Guangshui', 316199000, 1139978000, 0),
(70110, 381, 45, 'Guanyao', 301503500, 1152779600, 0),
(70111, 381, 45, 'Gufu', 313620800, 1107291800, 0),
(70112, 381, 45, 'Guihua', 297178500, 1143446500, 0),
(70113, 381, 45, 'Hanchuan', 306500000, 1137666700, 0),
(70114, 381, 45, 'Haodian', 317930400, 1137454600, 0),
(70115, 381, 45, 'Hedian', 315935600, 1133214200, 0),
(70116, 381, 45, 'Hengdian', 308053200, 1142917200, 0),
(70117, 381, 45, 'Hepu', 309942800, 1153826900, 0),
(70118, 381, 45, 'Herong', 307069300, 1119726600, 0),
(70119, 381, 45, 'Hong''an', 313620800, 1146368900, 0),
(70120, 381, 45, 'Hougang', 305172200, 1123838900, 0),
(70121, 381, 45, 'Huanggang', 304500000, 1148000000, 0),
(70122, 381, 45, 'Huanghua', 308597600, 1113784500, 0),
(70123, 381, 45, 'Huanglong', 319738900, 1124558300, 0),
(70124, 381, 45, 'Huangmei', 301923500, 1160249600, 0),
(70125, 381, 45, 'Huarong', 305333300, 1147333300, 0),
(70126, 381, 45, 'Huaxi', 311992300, 1138595000, 0),
(70127, 381, 45, 'Huji', 314333300, 1123152800, 0),
(70128, 381, 45, 'Huya', 305708800, 1113954300, 0),
(70129, 381, 45, 'Jidian', 312873200, 1139030300, 0),
(70130, 381, 45, 'Jieguan', 314347700, 1137543000, 0),
(70131, 381, 45, 'Jinkou', 303400800, 1141298900, 0),
(70132, 381, 45, 'Jintang', 293138900, 1141699200, 0),
(70133, 381, 45, 'Jiuji', 318150000, 1119983300, 0),
(70134, 381, 45, 'Junshan', 303660500, 1141269800, 0),
(70135, 381, 45, 'Laohekou', 323858300, 1116677800, 0),
(70136, 381, 45, 'Lichuan', 303000000, 1088500000, 0),
(70137, 381, 45, 'Linkuang', 312954300, 1124187500, 0),
(70138, 381, 45, 'Lukou', 295709800, 1142061600, 0),
(70139, 381, 45, 'Lulin', 313135400, 1130767600, 0),
(70140, 381, 45, 'Luodian', 311127300, 1133921300, 0),
(70141, 381, 45, 'Macheng', 311783300, 1150319400, 0),
(70142, 381, 45, 'Maliang', 308856500, 1125479300, 0),
(70143, 381, 45, 'Maoli', 305069400, 1124725000, 0),
(70144, 381, 45, 'Maqiao', 298073400, 1143544200, 0),
(70145, 381, 45, 'Mingfeng', 310616700, 1116427800, 0),
(70146, 381, 45, 'Mingshan', 300604400, 1147593800, 0),
(70147, 381, 45, 'Minji', 308414500, 1141302500, 0),
(70148, 381, 45, 'Moshi', 304148700, 1112386600, 0),
(70149, 381, 45, 'Muzi', 312294400, 1135469400, 0),
(70150, 381, 45, 'Nanjiao', 317132600, 1133496000, 0),
(70151, 381, 45, 'Nanzhang', 317839400, 1118275200, 0),
(70152, 381, 45, 'Nanzhen', 298718800, 1105484800, 0),
(70153, 381, 45, 'Oumiao', 318611900, 1121678300, 0),
(70154, 381, 45, 'Paishi', 297220000, 1150545100, 0),
(70155, 381, 45, 'Pingba', 313152700, 1133165300, 0),
(70156, 381, 45, 'Puqi', 297166700, 1138833300, 0),
(70157, 381, 45, 'Qianjiang', 304000000, 1129000000, 0),
(70158, 381, 45, 'Qianquan', 308712600, 1143725800, 0),
(70159, 381, 45, 'Qingquan', 304511300, 1152559300, 0),
(70160, 381, 45, 'Qizhou', 300666700, 1153333300, 0),
(70161, 381, 45, 'Rongmei', 298933300, 1100261100, 0),
(70162, 381, 45, 'Sandian', 306517000, 1141521400, 0),
(70163, 381, 45, 'Sanhua', 302423800, 1151085900, 0),
(70164, 381, 45, 'Sanyang', 313164700, 1131844800, 0),
(70165, 381, 45, 'Shangshi', 319423700, 1132323100, 0),
(70166, 381, 45, 'Shayang', 307178400, 1126057700, 0),
(70167, 381, 45, 'Shenji', 308573700, 1123685800, 0),
(70168, 381, 45, 'Shennongjia', 315833330, 1105000000, 0),
(70169, 381, 45, 'Shenshan', 298973500, 1140256700, 0),
(70170, 381, 45, 'Sheshan', 304475900, 1140060100, 0),
(70171, 381, 45, 'Shuanghe', 312807800, 1122705700, 0),
(70172, 381, 45, 'Songbai', 317568500, 1106725200, 0),
(70173, 381, 45, 'Songhe', 311964700, 1132837300, 0),
(70174, 381, 45, 'Taizi', 300333300, 1151833300, 0),
(70175, 381, 45, 'Tangxian', 319793100, 1131144000, 0),
(70176, 381, 45, 'Tanqiao', 301646200, 1122960800, 0),
(70177, 381, 45, 'Tianxing', 306690000, 1144145600, 0),
(70178, 381, 45, 'Tongyang', 296705400, 1145969400, 0),
(70179, 381, 45, 'Tucheng', 306560600, 1111065000, 0),
(70180, 381, 45, 'Tumen', 330527800, 1103527800, 0),
(70181, 381, 45, 'Tuoshi', 307278800, 1128269700, 0),
(70182, 381, 45, 'Wandian', 318328200, 1134914300, 0),
(70183, 381, 45, 'Wangchang', 305084000, 1127675500, 0),
(70184, 381, 45, 'Wangcheng', 319579800, 1129363300, 0),
(70185, 381, 45, 'Wangdian', 305085600, 1144771700, 0),
(70186, 381, 45, 'Wanggang', 306227800, 1151729400, 0),
(70187, 381, 45, 'Wangji', 307782000, 1147031800, 0),
(70188, 381, 45, 'Wangying', 298041000, 1148285500, 0),
(70189, 381, 45, 'Weidian', 313169400, 1139756800, 0),
(70190, 381, 45, 'Wudian', 319832500, 1127710200, 0),
(70191, 381, 45, 'Wudong', 305823400, 1144545600, 0),
(70192, 381, 45, 'Wuli', 298964600, 1103449800, 0),
(70193, 381, 45, 'Xiangfeng', 295076100, 1094026600, 0),
(70194, 381, 45, 'Xiaogang', 310774200, 1139336300, 0),
(70195, 381, 45, 'Xiaohe', 318038900, 1121522200, 0),
(70196, 381, 45, 'Xiapu', 295144100, 1144642300, 0),
(70197, 381, 45, 'Xiaxin', 299897100, 1160067400, 0),
(70198, 381, 45, 'Xihe', 310084300, 1140096000, 0),
(70199, 381, 45, 'Xiling', 307160600, 1112839000, 0),
(70200, 381, 45, 'Xima', 304705200, 1154742100, 0),
(70201, 381, 45, 'Xindi', 298166700, 1134666700, 0),
(70202, 381, 45, 'Xinkai', 298124600, 1158104600, 0),
(70203, 381, 45, 'Xinling', 310253000, 1103181600, 0),
(70204, 381, 45, 'Xinmiao', 303878600, 1149260600, 0),
(70205, 381, 45, 'Xinzha', 311166600, 1136293500, 0),
(70206, 381, 45, 'Xinzhou', 308666700, 1148000000, 0),
(70207, 381, 45, 'Xundian', 311618800, 1136338000, 0),
(70208, 381, 45, 'Yandian', 313351700, 1135665200, 0),
(70209, 381, 45, 'Yanggang', 295781800, 1151374100, 0),
(70210, 381, 45, 'Yangji', 312189400, 1129949200, 0),
(70211, 381, 45, 'Yangye', 303150600, 1150664100, 0),
(70212, 381, 45, 'Yangzhai', 315172400, 1139950800, 0),
(70213, 381, 45, 'Yangzi', 312921000, 1126324300, 0),
(70214, 381, 45, 'Yanzi', 299680600, 1102202800, 0),
(70215, 381, 45, 'Yinji', 319407400, 1120738600, 0),
(70216, 381, 45, 'Yitang', 310956800, 1137044200, 0),
(70217, 381, 45, 'Yudian', 317836400, 1136347000, 0),
(70218, 381, 45, 'Yunmeng', 310625100, 1137654500, 0),
(70219, 381, 45, 'Yunxian', 328312900, 1108087500, 0),
(70220, 381, 45, 'Yuyang', 301737500, 1129028300, 0),
(70221, 381, 45, 'Yuyue', 300182000, 1139632500, 0),
(70222, 381, 45, 'Zaoyang', 321272200, 1127541700, 0),
(70223, 381, 45, 'Zekou', 304870600, 1128715200, 0),
(70224, 381, 45, 'Zhanggang', 305720400, 1128766600, 0),
(70225, 381, 45, 'Zhanghe', 309569800, 1120707600, 0),
(70226, 381, 45, 'Zhangji', 315116000, 1127784100, 0),
(70227, 381, 45, 'Zhangjin', 301972600, 1125976900, 0),
(70228, 381, 45, 'Zhaopeng', 314132000, 1138485900, 0),
(70229, 381, 45, 'Zhengdian', 303333300, 1142500000, 0),
(70230, 381, 45, 'Zhengji', 316481200, 1123010000, 0),
(70231, 381, 45, 'Zhijiang', 304213900, 1117533300, 0),
(70232, 381, 45, 'Zhongying', 299830300, 1099712600, 0),
(70233, 381, 45, 'Zhouji', 304121000, 1127807200, 0),
(70234, 381, 45, 'Zhulin', 303694600, 1154916100, 0),
(70235, 381, 45, 'Zhushan', 322217900, 1102361400, 0),
(70236, 381, 45, 'Zhuxi', 323256900, 1097233700, 0),
(70237, 381, 45, 'Zhuzhan', 309267600, 1141552000, 0),
(70238, 382, 45, 'Anjiang', 273194400, 1101030600, 0),
(70239, 382, 45, 'Anren', 266863000, 1132803700, 0),
(70240, 382, 45, 'Anxiang', 294000000, 1121500000, 0),
(70241, 382, 45, 'Boyang', 262116700, 1095205600, 0),
(70242, 382, 45, 'Chenyang', 280158200, 1101729800, 0),
(70243, 382, 45, 'Daojiang', 255330600, 1115805600, 0),
(70244, 382, 45, 'Dongtian', 251494400, 1116494400, 0),
(70245, 382, 45, 'Gaoshan', 257863900, 1123144400, 0),
(70246, 382, 45, 'Guyang', 286166700, 1099333300, 0),
(70247, 382, 45, 'Hengdong', 270833300, 1129500000, 0),
(70248, 382, 45, 'Heting', 256630600, 1120166700, 0),
(70249, 382, 45, 'Hongjiang', 271100000, 1099955600, 0),
(70250, 382, 45, 'Hongqiao', 267683700, 1121081400, 0),
(70251, 382, 45, 'Huajiang', 250477800, 1116802800, 0),
(70252, 382, 45, 'Huangjialing', 252022200, 1114050000, 0),
(70253, 382, 45, 'Huangqiao', 270219400, 1108405600, 0),
(70254, 382, 45, 'Huaqiao', 277080600, 1101419400, 0),
(70255, 382, 45, 'Huayuan', 269136100, 1105358300, 0),
(70256, 382, 45, 'Huiyuan', 253783300, 1120938900, 0),
(70257, 382, 45, 'Jiangfang', 264950000, 1103447200, 0),
(70258, 382, 45, 'Jiepai', 252933300, 1116222200, 0),
(70259, 382, 45, 'Jingtang', 253127800, 1116661100, 0),
(70260, 382, 45, 'Jingzhu', 251219400, 1119819400, 0),
(70261, 382, 45, 'Kaiyun', 272135100, 1128560000, 0),
(70262, 382, 45, 'Langxi', 289218000, 1103090400, 0),
(70263, 382, 45, 'Lanli', 278869400, 1099186100, 0),
(70264, 382, 45, 'Liangshi', 272063600, 1117371400, 0),
(70265, 382, 45, 'Lingxi', 290050000, 1098447200, 0),
(70266, 382, 45, 'Lingyang', 294244400, 1111201300, 0),
(70267, 382, 45, 'Liuyang', 281500000, 1136333300, 0),
(70268, 382, 45, 'Ma''an', 269775000, 1107211100, 0),
(70269, 382, 45, 'Malin', 264550000, 1106416700, 0),
(70270, 382, 45, 'Maojun', 253633300, 1122902800, 0),
(70271, 382, 45, 'Miluo', 288160500, 1130762200, 0),
(70272, 382, 45, 'Min''an', 294593600, 1094390600, 0),
(70273, 382, 45, 'Nanmu', 288809000, 1109096200, 0),
(70274, 382, 45, 'Nanzhou', 293595500, 1124024300, 0),
(70275, 382, 45, 'Nishi', 299355200, 1107782300, 0),
(70276, 382, 45, 'Pukou', 265222200, 1095558300, 0),
(70277, 382, 45, 'Qiancheng', 271850100, 1097654300, 0),
(70278, 382, 45, 'Qiaojiang', 279372200, 1106763900, 0),
(70279, 382, 45, 'Qiaoshi', 250658300, 1115886100, 0),
(70280, 382, 45, 'Qingping', 290282400, 1102280800, 0),
(70281, 382, 45, 'Qingtang', 255022200, 1114338900, 0),
(70282, 382, 45, 'Quyang', 265750700, 1096380800, 0),
(70283, 382, 45, 'Ruishi', 294186100, 1102657500, 0),
(70284, 382, 45, 'Rulin', 263470400, 1102662700, 0),
(70285, 382, 45, 'Sanhekou', 296267400, 1108241600, 0),
(70286, 382, 45, 'Sanjing', 257894400, 1122105600, 0),
(70287, 382, 45, 'Shadi', 291899800, 1104629200, 0),
(70288, 382, 45, 'Shangmei', 277427800, 1112955600, 0),
(70289, 382, 45, 'Shanmen', 272250000, 1106927800, 0),
(70290, 382, 45, 'Shanmu', 292667400, 1098460600, 0),
(70291, 382, 45, 'Shijiang', 270819400, 1107933300, 0),
(70292, 382, 45, 'Shiyang', 257522200, 1122344400, 0),
(70293, 382, 45, 'Shuangxi', 272283300, 1098558300, 0),
(70294, 382, 45, 'Shunling', 255930600, 1119327800, 0),
(70295, 382, 45, 'Simaqiao', 254161100, 1117611100, 0),
(70296, 382, 45, 'Songbo', 251086100, 1114552800, 0),
(70297, 382, 45, 'Suojie', 298800000, 1109053100, 0),
(70298, 382, 45, 'Taohong', 271010700, 1109948600, 0),
(70299, 382, 45, 'Taohuajiang', 285236100, 1121252800, 0),
(70300, 382, 45, 'Taoling', 257411100, 1123208300, 0),
(70301, 382, 45, 'Taoyuan', 289060000, 1112340000, 0),
(70302, 382, 45, 'Tushi', 255330600, 1122941700, 0),
(70303, 382, 45, 'Wangjiaping', 290443900, 1108151600, 0),
(70304, 382, 45, 'Wanjing', 254222200, 1119997200, 0),
(70305, 382, 45, 'Wenxing', 286666700, 1128833300, 0),
(70306, 382, 45, 'Wuyang', 267427800, 1103283300, 0),
(70307, 382, 45, 'Xiangjiang', 250691700, 1118191700, 0),
(70308, 382, 45, 'Xiangshi', 295172000, 1108374600, 0),
(70309, 382, 45, 'Xiangxi', 283166670, 1097333330, 0),
(70310, 382, 45, 'Xiangxiang', 277333300, 1125333300, 0),
(70311, 382, 45, 'Xiaopu', 252808300, 1113444400, 0),
(70312, 382, 45, 'Xikou', 292256400, 1107582000, 0),
(70313, 382, 45, 'Xilian', 296791800, 1107286000, 0),
(70314, 382, 45, 'Xinhuang', 273735900, 1091337600, 0),
(70315, 382, 45, 'Xinlong', 257866700, 1123508300, 0),
(70316, 382, 45, 'Xiyan', 266163900, 1104736100, 0),
(70317, 382, 45, 'Yanping', 293351500, 1110307400, 0),
(70318, 382, 45, 'Yizhang', 253832300, 1129789700, 0),
(70319, 382, 45, 'Yongjiang', 258936100, 1115883300, 0),
(70320, 382, 45, 'Yongmao', 290148800, 1102753300, 0),
(70321, 382, 45, 'Yongzhou', 262166670, 1116166670, 0),
(70322, 382, 45, 'Yuanjiang', 288429800, 1123521700, 0),
(70323, 382, 45, 'Yuankou', 250008300, 1110552800, 0),
(70324, 382, 45, 'Yuanling', 284486100, 1104022200, 0),
(70325, 382, 45, 'Yunshan', 252716700, 1112694400, 0),
(70326, 382, 45, 'Yutan', 282500000, 1125500000, 0),
(70327, 382, 45, 'Zhaoshi', 292357400, 1094255200, 0),
(70328, 382, 45, 'Zhongfang', 274113900, 1099319400, 0),
(70329, 382, 45, 'Zhushi', 270877800, 1106769400, 0),
(70330, 382, 45, 'Ziliang', 252286100, 1120897200, 0),
(70331, 383, 45, 'Anfeng', 327328100, 1203984400, 0),
(70332, 383, 45, 'Antou', 320613900, 1213168600, 0),
(70333, 383, 45, 'Baidian', 326777800, 1202638900, 0),
(70334, 383, 45, 'Baiju', 330669500, 1203080900, 0),
(70335, 383, 45, 'Bailongmiao', 321478200, 1212005400, 0),
(70336, 383, 45, 'Bailu', 340536100, 1195222200, 0),
(70337, 383, 45, 'Baimi', 325066100, 1202518400, 0),
(70338, 383, 45, 'Baixian', 343250000, 1193333300, 0),
(70339, 383, 45, 'Baju', 341166700, 1199833300, 0),
(70340, 383, 45, 'Banjing', 323055600, 1204033300, 0),
(70341, 383, 45, 'Banpu', 344755600, 1192447200, 0),
(70342, 383, 45, 'Baoying', 332291700, 1193091700, 0),
(70343, 383, 45, 'Batan', 341425000, 1200666700, 0),
(70344, 383, 45, 'Batou', 319580100, 1211643700, 0),
(70345, 383, 45, 'Beixin', 318250900, 1215088100, 0),
(70346, 383, 45, 'Bencha', 325388900, 1208966700, 0),
(70347, 383, 45, 'Bingfang', 322726700, 1212949300, 0),
(70348, 383, 45, 'Caoyan', 329477700, 1202946800, 0),
(70349, 383, 45, 'Chaiwan', 324666700, 1205500000, 0),
(70350, 383, 45, 'Changjing', 317511100, 1204775000, 0),
(70351, 383, 45, 'Changmao', 342166700, 1195750000, 0),
(70352, 383, 45, 'Changshu', 316461500, 1207422100, 0),
(70353, 383, 45, 'Chaoqiao', 325503100, 1206737100, 0),
(70354, 383, 45, 'Chengxiang', 314477800, 1210938900, 0),
(70355, 383, 45, 'Chenji', 341833300, 1193833300, 0),
(70356, 383, 45, 'Chenjiagang', 343786100, 1198030600, 0),
(70357, 383, 45, 'Chunxi', 313224300, 1188702400, 0),
(70358, 383, 45, 'Daduo', 328970600, 1200340700, 0),
(70359, 383, 45, 'Dagong', 326250000, 1205222200, 0),
(70360, 383, 45, 'Dainan', 327170300, 1201290600, 0),
(70361, 383, 45, 'Dazhong', 331997300, 1204578000, 0),
(70362, 383, 45, 'Diduo', 328560100, 1200774600, 0),
(70363, 383, 45, 'Dingdian', 322235300, 1212980700, 0),
(70364, 383, 45, 'Dingyan', 323600000, 1207094400, 0),
(70365, 383, 45, 'Dongba', 313020900, 1190714800, 0),
(70366, 383, 45, 'Dongbang', 316469400, 1209277800, 0),
(70367, 383, 45, 'Dongshe', 320975800, 1211849800, 0),
(70368, 383, 45, 'Dongtai', 328523100, 1203094700, 0),
(70369, 383, 45, 'Duntou', 326500000, 1203666700, 0),
(70370, 383, 45, 'Fangqiang', 333795600, 1204258600, 0),
(70371, 383, 45, 'Fengli', 324479300, 1210435300, 0),
(70372, 383, 45, 'Fenjie', 322778800, 1203300100, 0),
(70373, 383, 45, 'Fuqiao', 316050000, 1212016700, 0),
(70374, 383, 45, 'Gaojiazhuang', 330445900, 1199830000, 0),
(70375, 383, 45, 'Gaoyou', 327858300, 1194277800, 0),
(70376, 383, 45, 'Guochuan', 321563900, 1199386100, 0),
(70377, 383, 45, 'Guxi', 323459600, 1203346700, 0),
(70378, 383, 45, 'Hai''an', 325436100, 1204500000, 0),
(70379, 383, 45, 'Hede', 337680600, 1202516700, 0),
(70380, 383, 45, 'Hefeng', 314011700, 1190193900, 0),
(70381, 383, 45, 'Hehe', 317383600, 1218034100, 0),
(70382, 383, 45, 'Hengjing', 311696000, 1205324100, 0),
(70383, 383, 45, 'Honglan', 316073200, 1189802300, 0),
(70384, 383, 45, 'Huaguoshan', 346416700, 1192333300, 0),
(70385, 383, 45, 'Huai''an', 335886100, 1190191700, 0),
(70386, 383, 45, 'Huangjing', 316544400, 1211019400, 0),
(70387, 383, 45, 'Huangtu', 318738900, 1200405600, 0),
(70388, 383, 45, 'Huifeng', 317847300, 1216333500, 0),
(70389, 383, 45, 'Huiping', 317640800, 1217779100, 0),
(70390, 383, 45, 'Huolong', 320563200, 1212707600, 0),
(70391, 383, 45, 'Hutang', 315333300, 1194833300, 0),
(70392, 383, 45, 'Huying', 330723700, 1194450000, 0),
(70393, 383, 45, 'Jiangduo', 323660800, 1202410700, 0),
(70394, 383, 45, 'Jianghua', 320734200, 1200089500, 0),
(70395, 383, 45, 'Jiangzao', 319942400, 1210323600, 0),
(70396, 383, 45, 'Jinsha', 320898200, 1210735500, 0),
(70397, 383, 45, 'Jiuhua', 321386100, 1206577800, 0),
(70398, 383, 45, 'Jurong', 319460000, 1191640000, 0),
(70399, 383, 45, 'Juxing', 319663900, 1215427800, 0),
(70400, 383, 45, 'Juzhen', 324135200, 1211942700, 0),
(70401, 383, 45, 'Kunshan', 313220000, 1209850000, 0),
(70402, 383, 45, 'Liangduo', 327763500, 1203637300, 0),
(70403, 383, 45, 'Lianshui', 338610000, 1193220000, 0),
(70404, 383, 45, 'Libao', 325630600, 1206838900, 0),
(70405, 383, 45, 'Ligang', 319247200, 1200786100, 0),
(70406, 383, 45, 'Liheng', 341333300, 1190500000, 0),
(70407, 383, 45, 'Lili', 309940900, 1207068600, 0),
(70408, 383, 45, 'Lingdian', 318666800, 1214202400, 0),
(70409, 383, 45, 'Linzi', 323000000, 1207500000, 0),
(70410, 383, 45, 'Liuchen', 322666700, 1201500000, 0),
(70411, 383, 45, 'Liuqiao', 321686400, 1208404800, 0),
(70412, 383, 45, 'Liutao', 341127800, 1197941700, 0),
(70413, 383, 45, 'Liuzhuang', 331377000, 1202928900, 0),
(70414, 383, 45, 'Longhutang', 318500000, 1199833300, 0),
(70415, 383, 45, 'Longju', 343666700, 1191000000, 0),
(70416, 383, 45, 'Louzhuang', 325513700, 1202202000, 0),
(70417, 383, 45, 'Ludu', 314705600, 1211822200, 0),
(70418, 383, 45, 'Machang', 340833300, 1190166700, 0),
(70419, 383, 45, 'Maoshan', 327417800, 1200062400, 0),
(70420, 383, 45, 'Matang', 323238700, 1210405600, 0),
(70421, 383, 45, 'Meiyan', 309787400, 1205858200, 0),
(70422, 383, 45, 'Mengxingzhuang', 341750000, 1192166700, 0),
(70423, 383, 45, 'Motou', 322833300, 1205666700, 0),
(70424, 383, 45, 'Nangang', 342438900, 1191441700, 0),
(70425, 383, 45, 'Nanmo', 325930600, 1202741700, 0),
(70426, 383, 45, 'Nanzha', 318576900, 1202375100, 0),
(70427, 383, 45, 'Pancheng', 322060900, 1187201000, 0),
(70428, 383, 45, 'Peicheng', 347361100, 1169247200, 0),
(70429, 383, 45, 'Qiandeng', 312669800, 1209969400, 0),
(70430, 383, 45, 'Qianqiao', 316030000, 1202249600, 0),
(70431, 383, 45, 'Qiaolin', 319497000, 1185209100, 0),
(70432, 383, 45, 'Qidou', 309527300, 1203881300, 0),
(70433, 383, 45, 'Qingkou', 348482800, 1191083500, 0),
(70434, 383, 45, 'Qinnan', 332530600, 1199133300, 0),
(70435, 383, 45, 'Qutang', 324964100, 1203270800, 0),
(70436, 383, 45, 'Quxia', 321003700, 1201569800, 0),
(70437, 383, 45, 'Sanchang', 318947200, 1212372200, 0),
(70438, 383, 45, 'Sankou', 341833300, 1194833300, 0),
(70439, 383, 45, 'Sanlong', 334184900, 1205108500, 0),
(70440, 383, 45, 'Sanxing', 319681200, 1211154200, 0),
(70441, 383, 45, 'Shachang', 321416700, 1210998200, 0),
(70442, 383, 45, 'Shangpei', 314563300, 1192614800, 0),
(70443, 383, 45, 'Shangxing', 315084300, 1192859900, 0),
(70444, 383, 45, 'Shengci', 320361100, 1201638900, 0),
(70445, 383, 45, 'Shengze', 309088400, 1206693100, 0),
(70446, 383, 45, 'Shenlun', 327905600, 1199669400, 0),
(70447, 383, 45, 'Shezhu', 313153700, 1193105100, 0),
(70448, 383, 45, 'Shigang', 322174000, 1209722900, 0),
(70449, 383, 45, 'Shiqiu', 316493200, 1189237400, 0),
(70450, 383, 45, 'Shizhuang', 319184300, 1200246000, 0),
(70451, 383, 45, 'Shizong', 321938300, 1211237400, 0),
(70452, 383, 45, 'Shuangdian', 323500000, 1208166700, 0),
(70453, 383, 45, 'Shuanggang', 342666700, 1196666700, 0),
(70454, 383, 45, 'Shuhe', 319925000, 1216141700, 0),
(70455, 383, 45, 'Si''an', 321349000, 1209370700, 0),
(70456, 383, 45, 'Songzhuang', 347833200, 1191402400, 0),
(70457, 383, 45, 'Suchen', 325055100, 1200137300, 0),
(70458, 383, 45, 'Suqian', 339333330, 1182833330, 0),
(70459, 383, 45, 'Taicang', 315640000, 1211740000, 0),
(70460, 383, 45, 'Taixing', 321666700, 1200136100, 0),
(70461, 383, 45, 'Tangjian', 341333300, 1190041700, 0),
(70462, 383, 45, 'Tangquan', 320988300, 1185178500, 0),
(70463, 383, 45, 'Tangwan', 324450000, 1199591700, 0),
(70464, 383, 45, 'Tangyang', 326500000, 1207000000, 0),
(70465, 383, 45, 'Tianbu', 319306600, 1211204500, 0),
(70466, 383, 45, 'Tianfen', 320630800, 1215415800, 0),
(70467, 383, 45, 'Tianlou', 342500000, 1196000000, 0),
(70468, 383, 45, 'Tongjing', 317975000, 1185372600, 0),
(70469, 383, 45, 'Tongxing', 344166700, 1194000000, 0),
(70470, 383, 45, 'Wanying', 330486700, 1205708900, 0),
(70471, 383, 45, 'Weicun', 319666700, 1199166700, 0),
(70472, 383, 45, 'Wudui', 343166700, 1197000000, 0),
(70473, 383, 45, 'Xiagang', 318966700, 1202100000, 0),
(70474, 383, 45, 'Xiaojian', 341333300, 1196500000, 0),
(70475, 383, 45, 'Xiayuan', 322316700, 1206413900, 0),
(70476, 383, 45, 'Xieqiao', 320616900, 1203836300, 0),
(70477, 383, 45, 'Xilai', 321184900, 1204275700, 0),
(70478, 383, 45, 'Xinba', 344402800, 1191311100, 0),
(70479, 383, 45, 'Xingdian', 320395900, 1184351100, 0),
(70480, 383, 45, 'Xingren', 320662500, 1209379000, 0),
(70481, 383, 45, 'Xishan', 315921000, 1204600000, 0),
(70482, 383, 45, 'Xishiqiao', 318688900, 1200883300, 0),
(70483, 383, 45, 'Xiting', 321244200, 1210038800, 0),
(70484, 383, 45, 'Xituan', 331095400, 1204182900, 0),
(70485, 383, 45, 'Xue''an', 324638900, 1206833300, 0),
(70486, 383, 45, 'Xuebu', 317076100, 1193942700, 0),
(70487, 383, 45, 'Xufeng', 344500000, 1195500000, 0),
(70488, 383, 45, 'Xukou', 312304400, 1204741400, 0),
(70489, 383, 45, 'Xuwei', 345259800, 1195380300, 0),
(70490, 383, 45, 'Yangjian', 316257500, 1205563200, 0),
(70491, 383, 45, 'Yangshe', 318899400, 1206052200, 0),
(70492, 383, 45, 'Yangxiang', 311841500, 1210247300, 0),
(70493, 383, 45, 'Yanqiao', 317127200, 1203309500, 0),
(70494, 383, 45, 'Yaowang', 322166700, 1200666700, 0),
(70495, 383, 45, 'Yazhou', 323908300, 1203255600, 0),
(70496, 383, 45, 'Yexu', 323973300, 1199279800, 0),
(70497, 383, 45, 'Yishan', 342994400, 1192541700, 0),
(70498, 383, 45, 'Yitao', 340833300, 1191000000, 0),
(70499, 383, 45, 'Yizheng', 322691700, 1191788900, 0),
(70500, 383, 45, 'Yongyang', 316616400, 1190357300, 0),
(70501, 383, 45, 'Yuanzhu', 323241500, 1201748400, 0),
(70502, 383, 45, 'Yuanzhuang', 324456100, 1207728800, 0),
(70503, 383, 45, 'Yuelai', 319357000, 1214324500, 0),
(70504, 383, 45, 'Yunting', 318644100, 1203372700, 0),
(70505, 383, 45, 'Zhangzhishan', 319247000, 1210070800, 0),
(70506, 383, 45, 'Zhaomin', 320110700, 1215858900, 0),
(70507, 383, 45, 'Zhendong', 341333300, 1202166700, 0),
(70508, 383, 45, 'Zhengyu', 320648200, 1213619400, 0),
(70509, 383, 45, 'Zhitang', 316115800, 1209530700, 0),
(70510, 383, 45, 'Zhongyun', 346500000, 1194083300, 0),
(70511, 383, 45, 'Zhougang', 317970200, 1189607300, 0),
(70512, 383, 45, 'Zhuhong', 328788300, 1199833500, 0),
(70513, 383, 45, 'Zhuze', 315574600, 1193605600, 0),
(70514, 384, 45, 'Aimin', 294409100, 1155416400, 0),
(70515, 384, 45, 'Anxi', 252022900, 1150753800, 0),
(70516, 384, 45, 'Bailing', 290799500, 1140214000, 0),
(70517, 384, 45, 'Baimu', 280012800, 1144320900, 0),
(70518, 384, 45, 'Baishe', 270404200, 1164368200, 0),
(70519, 384, 45, 'Baitian', 285096000, 1172563200, 0),
(70520, 384, 45, 'Baitu', 282078800, 1159836900, 0),
(70521, 384, 45, 'Baofeng', 290068700, 1154023500, 0),
(70522, 384, 45, 'Baota', 293242800, 1157525800, 0),
(70523, 384, 45, 'Bashan', 277682300, 1160501700, 0),
(70524, 384, 45, 'Baying', 256472100, 1159694300, 0),
(70525, 384, 45, 'Caifang', 253003900, 1154456300, 0),
(70526, 384, 45, 'Cailing', 294998500, 1163810900, 0),
(70527, 384, 45, 'Caoxi', 287024200, 1173441700, 0),
(70528, 384, 45, 'Changfu', 279200300, 1153064600, 0),
(70529, 384, 45, 'Changsheng', 262851800, 1160127000, 0),
(70530, 384, 45, 'Chating', 283566800, 1178879800, 0),
(70531, 384, 45, 'Chenfang', 280527700, 1175439200, 0),
(70532, 384, 45, 'Chengfang', 289770400, 1143484900, 0),
(70533, 384, 45, 'Chenggang', 265090200, 1154875600, 0),
(70534, 384, 45, 'Chenglong', 248335200, 1146771500, 0),
(70535, 384, 45, 'Chengzi', 298376200, 1156883900, 0),
(70536, 384, 45, 'Chenying', 286944100, 1170671200, 0),
(70537, 384, 45, 'Cheqiao', 293608200, 1154609500, 0),
(70538, 384, 45, 'Chixing', 282101300, 1142383100, 0),
(70539, 384, 45, 'Chonggang', 279112600, 1163742400, 0),
(70540, 384, 45, 'Chongxian', 265488900, 1153438900, 0),
(70541, 384, 45, 'Chuntai', 278022700, 1143834100, 0),
(70542, 384, 45, 'Cihua', 280122800, 1140273500, 0),
(70543, 384, 45, 'Dachong', 273345800, 1148465200, 0),
(70544, 384, 45, 'Dagu', 267344900, 1157861600, 0),
(70545, 384, 45, 'Dahuang', 287833300, 1169333300, 0),
(70546, 384, 45, 'Dalong', 297441300, 1163843300, 0),
(70547, 384, 45, 'Damiao', 280765100, 1148841300, 0),
(70548, 384, 45, 'Danan', 285485200, 1182440400, 0),
(70549, 384, 45, 'Dashu', 292780800, 1162619200, 0),
(70550, 384, 45, 'Dingbei', 262592400, 1158535000, 0),
(70551, 384, 45, 'Dinghu', 288375600, 1155449400, 0),
(70552, 384, 45, 'Dinglong', 264154500, 1154545100, 0),
(70553, 384, 45, 'Dingshan', 298235600, 1164099200, 0),
(70554, 384, 45, 'Donggu', 267250100, 1153910400, 0),
(70555, 384, 45, 'Dongjia', 282744700, 1155104400, 0),
(70556, 384, 45, 'Dongtou', 253073300, 1159102900, 0),
(70557, 384, 45, 'Dujiang', 248666700, 1147000000, 0),
(70558, 384, 45, 'Dunhou', 270500000, 1149000000, 0),
(70559, 384, 45, 'Dushi', 280521600, 1159804900, 0),
(70560, 384, 45, 'Efeng', 281117500, 1144524000, 0),
(70561, 384, 45, 'Fanzhen', 295829400, 1155641900, 0),
(70562, 384, 45, 'Fenggang', 275456600, 1162145600, 0),
(70563, 384, 45, 'Fengtian', 273707200, 1146956600, 0),
(70564, 384, 45, 'Fuchun', 293241200, 1175434700, 0),
(70565, 384, 45, 'Fuliang', 293763900, 1172466700, 0),
(70566, 384, 45, 'Fumin', 275729700, 1152112300, 0),
(70567, 384, 45, 'Fuzhou', 281163900, 1176625000, 0),
(70568, 384, 45, 'Ganlu', 292527300, 1157639100, 0),
(70569, 384, 45, 'Gaofeng', 296427300, 1155555700, 0),
(70570, 384, 45, 'Gaohu', 289261100, 1152363600, 0),
(70571, 384, 45, 'Gaolong', 260562500, 1157219500, 0),
(70572, 384, 45, 'Gaoshi', 270332800, 1142035400, 0),
(70573, 384, 45, 'Gaoxing', 264330600, 1152825000, 0),
(70574, 384, 45, 'Geyuan', 286026400, 1176718400, 0),
(70575, 384, 45, 'Gongfang', 275923000, 1157534300, 0),
(70576, 384, 45, 'Guanchao', 278857000, 1148642000, 0),
(70577, 384, 45, 'Guancun', 284758600, 1184244900, 0),
(70578, 384, 45, 'Guantian', 270645400, 1146665600, 0),
(70579, 384, 45, 'Guanxi', 248408700, 1149422600, 0),
(70580, 384, 45, 'Gubei', 253345800, 1150989000, 0),
(70581, 384, 45, 'Guixi', 282885700, 1172132900, 0),
(70582, 384, 45, 'Guling', 295690200, 1159761000, 0),
(70583, 384, 45, 'Gutang', 296218500, 1161180700, 0),
(70584, 384, 45, 'Haihui', 295433300, 1160533600, 0),
(70585, 384, 45, 'Hanfang', 254887700, 1150930000, 0),
(70586, 384, 45, 'Hantang', 281528300, 1147894000, 0),
(70587, 384, 45, 'Haoshan', 298845400, 1167906000, 0),
(70588, 384, 45, 'Hengjiang', 261434600, 1163488000, 0),
(70589, 384, 45, 'Hengjie', 287043900, 1181431000, 0),
(70590, 384, 45, 'Henglong', 273912700, 1145510600, 0),
(70591, 384, 45, 'Henglu', 294150000, 1151094400, 0),
(70592, 384, 45, 'Hengtang', 293465800, 1158869100, 0),
(70593, 384, 45, 'Heshang', 278663500, 1160167600, 0),
(70594, 384, 45, 'Hetan', 283681800, 1172960700, 0),
(70595, 384, 45, 'Hexia', 277928900, 1148485000, 0),
(70596, 384, 45, 'Hongmen', 274917800, 1167106900, 0),
(70597, 384, 45, 'Hongyan', 290399700, 1174629900, 0),
(70598, 384, 45, 'Huacun', 285877500, 1182945100, 0),
(70599, 384, 45, 'Huaizhong', 270875800, 1143595500, 0),
(70600, 384, 45, 'Hualin', 293687000, 1159511200, 0),
(70601, 384, 45, 'Huang''ao', 289795700, 1148059600, 0),
(70602, 384, 45, 'Huangcheng', 283601600, 1155615600, 0),
(70603, 384, 45, 'Huanggu', 285808300, 1179809500, 0),
(70604, 384, 45, 'Huangjin', 297767300, 1154818400, 0),
(70605, 384, 45, 'Huanglin', 259179800, 1156209300, 0),
(70606, 384, 45, 'Huangma', 283520900, 1160119700, 0),
(70607, 384, 45, 'Huangxi', 283340800, 1168767000, 0),
(70608, 384, 45, 'Huating', 284338900, 1174422200, 0),
(70609, 384, 45, 'Hufeng', 285902800, 1181908300, 0),
(70610, 384, 45, 'Huping', 271929900, 1157479900, 0),
(70611, 384, 45, 'Huqiao', 285483300, 1181577800, 0),
(70612, 384, 45, 'Hushang', 272650700, 1140484800, 0),
(70613, 384, 45, 'Hutian', 278227600, 1143471200, 0),
(70614, 384, 45, 'Jiahu', 247101500, 1146528800, 0),
(70615, 384, 45, 'Jialu', 293532000, 1176205600, 0),
(70616, 384, 45, 'Jiangshang', 291641800, 1155948400, 0),
(70617, 384, 45, 'Jianguang', 281937700, 1157836000, 0),
(70618, 384, 45, 'Jiangyi', 292116200, 1157726300, 0),
(70619, 384, 45, 'Jiangzhou', 297875900, 1161201400, 0),
(70620, 384, 45, 'Jiaotan', 295499900, 1172121400, 0),
(70621, 384, 45, 'Jieshui', 277850300, 1147594500, 0),
(70622, 384, 45, 'Jingkou', 286514800, 1161605700, 0),
(70623, 384, 45, 'Jingshi', 256686300, 1154967200, 0),
(70624, 384, 45, 'Jinrui', 279267700, 1142018200, 0),
(70625, 384, 45, 'Jinshanzui', 287335100, 1165603200, 0),
(70626, 384, 45, 'Jintian', 271501700, 1144386000, 0),
(70627, 384, 45, 'Jintun', 281257100, 1172277800, 0),
(70628, 384, 45, 'Jinzhu', 270220700, 1158914900, 0),
(70629, 384, 45, 'Jiubao', 259457100, 1159004600, 0),
(70630, 384, 45, 'Jiulongshan', 276452100, 1148394100, 0),
(70631, 384, 45, 'Junyang', 284166700, 1153666700, 0),
(70632, 384, 45, 'Kangshan', 288812200, 1164311300, 0),
(70633, 384, 45, 'Lefengzhen', 288634300, 1167788900, 0),
(70634, 384, 45, 'Lehua', 288210500, 1158648900, 0),
(70635, 384, 45, 'Leyuan', 295144200, 1152186900, 0),
(70636, 384, 45, 'Liangfang', 272131900, 1140388900, 0),
(70637, 384, 45, 'Lianhuashan', 296185200, 1169924900, 0),
(70638, 384, 45, 'Lianyi', 328994700, 1202391200, 0),
(70639, 384, 45, 'Liaohua', 293930800, 1159961000, 0),
(70640, 384, 45, 'Liaotang', 272752200, 1145931900, 0),
(70641, 384, 45, 'Libei', 276460100, 1161329300, 0),
(70642, 384, 45, 'Lilin', 288633800, 1171650500, 0),
(70643, 384, 45, 'Lingang', 290288900, 1173083700, 0),
(70644, 384, 45, 'Linhu', 286595800, 1179376800, 0),
(70645, 384, 45, 'Liren', 248989600, 1148781200, 0),
(70646, 384, 45, 'Liuhu', 284697500, 1157218900, 0),
(70647, 384, 45, 'Liukou', 282815000, 1172570200, 0),
(70648, 384, 45, 'Lixu', 280686100, 1166316500, 0),
(70649, 384, 45, 'Lizhai', 290084400, 1179189100, 0),
(70650, 384, 45, 'Longtian', 270200100, 1140306700, 0),
(70651, 384, 45, 'Lucun', 279275100, 1144554100, 0),
(70652, 384, 45, 'Lumeng', 292695600, 1171716200, 0),
(70653, 384, 45, 'Luobei', 271507300, 1157031300, 0),
(70654, 384, 45, 'Luokou', 268532400, 1160701800, 0),
(70655, 384, 45, 'Luoping', 292318200, 1152573800, 0),
(70656, 384, 45, 'Luoshan', 251447500, 1158164500, 0),
(70657, 384, 45, 'Luoshi', 279922500, 1158296500, 0),
(70658, 384, 45, 'Luotian', 270129900, 1155389800, 0),
(70659, 384, 45, 'Luzhou', 282069700, 1148378900, 0),
(70660, 384, 45, 'Ma''ao', 290553700, 1143269500, 0),
(70661, 384, 45, 'Mabu', 281003700, 1144376000, 0),
(70662, 384, 45, 'Makou', 289568400, 1157614800, 0),
(70663, 384, 45, 'Maocun', 283942000, 1183643600, 0),
(70664, 384, 45, 'Maodian', 259058300, 1150448200, 0),
(70665, 384, 45, 'Maquanzhen', 281583100, 1168640100, 0),
(70666, 384, 45, 'Maxu', 281335700, 1164674400, 0),
(70667, 384, 45, 'Mazhou', 255083800, 1157752800, 0),
(70668, 384, 45, 'Meigang', 284369500, 1168144800, 0),
(70669, 384, 45, 'Meilin', 258667400, 1150100200, 0),
(70670, 384, 45, 'Nanheng', 247020200, 1147979900, 0),
(70671, 384, 45, 'Nanyan', 283993900, 1174477800, 0),
(70672, 384, 45, 'Nanyi', 294481600, 1153260400, 0),
(70673, 384, 45, 'Ouli', 279266000, 1148335200, 0),
(70674, 384, 45, 'Paishan', 284595600, 1182793900, 0),
(70675, 384, 45, 'Pangu', 274321200, 1150069000, 0),
(70676, 384, 45, 'Pengzhou', 274920500, 1157242500, 0),
(70677, 384, 45, 'Qianfang', 285235100, 1162335700, 0),
(70678, 384, 45, 'Qianshan', 269311800, 1164698300, 0),
(70679, 384, 45, 'Qiaole', 286441400, 1155637500, 0),
(70680, 384, 45, 'Qiaoxi', 283881400, 1147695600, 0),
(70681, 384, 45, 'Qiligang', 280097000, 1164241600, 0),
(70682, 384, 45, 'Qinghu', 283453200, 1173516300, 0),
(70683, 384, 45, 'Qingjiang', 291921100, 1147871400, 0),
(70684, 384, 45, 'Qiping', 286654900, 1142044100, 0),
(70685, 384, 45, 'Qiqin', 277056900, 1156050900, 0),
(70686, 384, 45, 'Quanfeng', 291287900, 1140701400, 0),
(70687, 384, 45, 'Quangang', 281559400, 1155965800, 0),
(70688, 384, 45, 'Quanling', 283779900, 1160720200, 0),
(70689, 384, 45, 'Raofeng', 289563900, 1168194400, 0),
(70690, 384, 45, 'Rifeng', 272972800, 1169110700, 0),
(70691, 384, 45, 'Ruihong', 287303000, 1164049000, 0),
(70692, 384, 45, 'Ruilin', 261675300, 1158417500, 0),
(70693, 384, 45, 'Saiyang', 295788500, 1159245400, 0),
(70694, 384, 45, 'Sanfang', 268692400, 1154145600, 0),
(70695, 384, 45, 'Sanhu', 279241600, 1154280500, 0),
(70696, 384, 45, 'Sanqing', 289258000, 1180931500, 0),
(70697, 384, 45, 'Sanshan', 278419800, 1159877100, 0),
(70698, 384, 45, 'Shandang', 276318800, 1157971900, 0),
(70699, 384, 45, 'Shangfang', 286783300, 1170458300, 0),
(70700, 384, 45, 'Shangfeng', 287386300, 1146770600, 0),
(70701, 384, 45, 'Shanghang', 291068600, 1144376400, 0),
(70702, 384, 45, 'Shanglu', 282217400, 1179469600, 0),
(70703, 384, 45, 'Shangqing', 280461200, 1170343200, 0),
(70704, 384, 45, 'Shangshan', 289505100, 1141591300, 0),
(70705, 384, 45, 'Shangtang', 293130300, 1146415000, 0),
(70706, 384, 45, 'Shangxian', 273606400, 1149610000, 0),
(70707, 384, 45, 'Shangzhuang', 282551700, 1156820000, 0),
(70708, 384, 45, 'Shankou', 288104300, 1144629700, 0),
(70709, 384, 45, 'Shi''ao', 290027900, 1141867200, 0),
(70710, 384, 45, 'Shidu', 292114300, 1149324700, 0),
(70711, 384, 45, 'Shikou', 288290900, 1166251100, 0),
(70712, 384, 45, 'Shixi', 287400200, 1149095800, 0),
(70713, 384, 45, 'Shizhen', 288542500, 1169662200, 0),
(70714, 384, 45, 'Shuanglin', 279399600, 1147553300, 0),
(70715, 384, 45, 'Shuangtang', 280359600, 1167321600, 0),
(70716, 384, 45, 'Shuangtian', 290565400, 1171557700, 0),
(70717, 384, 45, 'Shuangyuan', 254930400, 1153003200, 0),
(70718, 384, 45, 'Shuibei', 280411800, 1150572500, 0),
(70719, 384, 45, 'Shuitian', 274220700, 1151476400, 0),
(70720, 384, 45, 'Shunfeng', 261890400, 1150292700, 0),
(70721, 384, 45, 'Sikou', 293542700, 1178122600, 0),
(70722, 384, 45, 'Sili', 284000000, 1171666700, 0),
(70723, 384, 45, 'Sixi', 283135000, 1150819800, 0),
(70724, 384, 45, 'Sizhou', 290463300, 1177099400, 0),
(70725, 384, 45, 'Songbu', 287330600, 1154934100, 0),
(70726, 384, 45, 'Songfeng', 283599100, 1183938400, 0),
(70727, 384, 45, 'Songshan', 276323400, 1146593800, 0),
(70728, 384, 45, 'Songshi', 277739000, 1169145400, 0),
(70729, 384, 45, 'Sunfang', 278688400, 1161818600, 0),
(70730, 384, 45, 'Tanbu', 281164400, 1142156800, 0),
(70731, 384, 45, 'Tangpu', 284441000, 1149849600, 0),
(70732, 384, 45, 'Tangyin', 274939100, 1163039400, 0),
(70733, 384, 45, 'Tanqiu', 276315000, 1155970700, 0),
(70734, 384, 45, 'Taobei', 276318800, 1162704000, 0),
(70735, 384, 45, 'Taojiang', 249168400, 1147797300, 0),
(70736, 384, 45, 'Taqian', 290625000, 1170827800, 0),
(70737, 384, 45, 'Tengqiao', 277614900, 1165095800, 0),
(70738, 384, 45, 'Tengtian', 270787200, 1156586700, 0),
(70739, 384, 45, 'Tianbao', 285300800, 1147611300, 0),
(70740, 384, 45, 'Tianhong', 296845600, 1164381100, 0),
(70741, 384, 45, 'Tiannan', 281067600, 1151072700, 0),
(70742, 384, 45, 'Tiantaishan', 278853400, 1140008400, 0),
(70743, 384, 45, 'Tianxin', 253980500, 1155043200, 0),
(70744, 384, 45, 'Tonglin', 275122900, 1154188000, 0),
(70745, 384, 45, 'Wanfang', 276159300, 1166160100, 0),
(70746, 384, 45, 'Wang''er', 282892600, 1175163900, 0),
(70747, 384, 45, 'Wanhe', 268961200, 1150273100, 0),
(70748, 384, 45, 'Wantian', 259414800, 1157208800, 0),
(70749, 384, 45, 'Wenfang', 280388000, 1173390800, 0),
(70750, 384, 45, 'Wenlong', 247670400, 1148987700, 0),
(70751, 384, 45, 'Wenqiao', 296614300, 1162986500, 0),
(70752, 384, 45, 'Wudang', 246399300, 1147521600, 0),
(70753, 384, 45, 'Wuqiao', 285849900, 1152423000, 0),
(70754, 384, 45, 'Xiacun', 279234600, 1149491400, 0),
(70755, 384, 45, 'Xianghu', 258000000, 1160000000, 0),
(70756, 384, 45, 'Xiangxing', 271299400, 1142258700, 0),
(70757, 384, 45, 'Xianxia', 261131200, 1155631300, 0),
(70758, 384, 45, 'Xianyan', 285733300, 1183941700, 0),
(70759, 384, 45, 'Xianyuan', 282987000, 1142583300, 0),
(70760, 384, 45, 'Xiaolong', 255413800, 1155448400, 0),
(70761, 384, 45, 'Xiaosong', 264424200, 1163055000, 0),
(70762, 384, 45, 'Xiaotang', 282085200, 1159120200, 0),
(70763, 384, 45, 'Xiaotian', 270420400, 1160925100, 0),
(70764, 384, 45, 'Xigang', 290921000, 1144017900, 0),
(70765, 384, 45, 'Xihu', 298494900, 1171791800, 0),
(70766, 384, 45, 'Xinfang', 277004700, 1144699200, 0),
(70767, 384, 45, 'Xinfeng', 271089000, 1162131600, 0),
(70768, 384, 45, 'Xingqiao', 271401700, 1148742600, 0),
(70769, 384, 45, 'Xinjian', 291249800, 1179348500, 0),
(70770, 384, 45, 'Xinjiezhen', 282326500, 1154084100, 0),
(70771, 384, 45, 'Xintan', 283331800, 1176794100, 0),
(70772, 384, 45, 'Xiqiao', 322257600, 1201821800, 0),
(70773, 384, 45, 'Xixia', 288585500, 1158432600, 0),
(70774, 384, 45, 'Xuanfeng', 276962400, 1141198800, 0),
(70775, 384, 45, 'Xucun', 291836100, 1175552800, 0),
(70776, 384, 45, 'Xufang', 276531700, 1162187200, 0),
(70777, 384, 45, 'Xuguang', 282682900, 1174245800, 0),
(70778, 384, 45, 'Yanfang', 292236900, 1157007600, 0),
(70779, 384, 45, 'Yangdi', 260486400, 1163281500, 0),
(70780, 384, 45, 'Yangmen', 271354700, 1143971000, 0),
(70781, 384, 45, 'Yangqiao', 279574600, 1145899700, 0),
(70782, 384, 45, 'Yangshan', 287614700, 1150287000, 0),
(70783, 384, 45, 'Yangsi', 289937800, 1157555100, 0),
(70784, 384, 45, 'Yangxu', 283692200, 1151584900, 0),
(70785, 384, 45, 'Yanxi', 276425500, 1150390500, 0),
(70786, 384, 45, 'Yanyang', 291207600, 1151245000, 0),
(70787, 384, 45, 'Yaosai', 319054300, 1202821000, 0),
(70788, 384, 45, 'Yaqian', 282898300, 1164528800, 0),
(70789, 384, 45, 'Yeshi', 283092300, 1149336900, 0),
(70790, 384, 45, 'Yijiang', 277017800, 1153539100, 0),
(70791, 384, 45, 'Yingjiang', 281386100, 1179133300, 0),
(70792, 384, 45, 'Yingtan', 282333330, 1170000000, 0),
(70793, 384, 45, 'Yonglong', 254174000, 1159311700, 0),
(70794, 384, 45, 'Yongquan', 296172000, 1156691000, 0),
(70795, 384, 45, 'Yongshan', 291497000, 1173148400, 0),
(70796, 384, 45, 'Youcheng', 292365000, 1168307700, 0),
(70797, 384, 45, 'Youlan', 285800200, 1161500000, 0),
(70798, 384, 45, 'Youtian', 275120800, 1147927600, 0),
(70799, 384, 45, 'Yuandu', 282636400, 1160472400, 0),
(70800, 384, 45, 'Zaoxi', 287515800, 1149614300, 0),
(70801, 384, 45, 'Zeqin', 258435600, 1160154500, 0),
(70802, 384, 45, 'Zequan', 293243300, 1158470200, 0),
(70803, 384, 45, 'Zhangping', 279968300, 1174208200, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(70804, 384, 45, 'Zhangqing', 297151000, 1163322300, 0),
(70805, 384, 45, 'Zhangshan', 294533200, 1177283100, 0),
(70806, 384, 45, 'Zhangxiang', 281496100, 1159130800, 0),
(70807, 384, 45, 'Zhangzhuang', 275264600, 1143589200, 0),
(70808, 384, 45, 'Zhetian', 272342500, 1144078000, 0),
(70809, 384, 45, 'Zheyuan', 294723500, 1178657400, 0),
(70810, 384, 45, 'Zhixia', 269819900, 1151108100, 0),
(70811, 384, 45, 'Zhongguan', 293837900, 1165326400, 0),
(70812, 384, 45, 'Zhonglong', 267071800, 1151689800, 0),
(70813, 384, 45, 'Zhongshi', 253874600, 1154167800, 0),
(70814, 384, 45, 'Zhongtong', 283012700, 1169681100, 0),
(70815, 384, 45, 'Zhongzhou', 279292300, 1151563100, 0),
(70816, 384, 45, 'Zhoufang', 285293400, 1171666200, 0),
(70817, 384, 45, 'Zhouhu', 271592000, 1145202600, 0),
(70818, 384, 45, 'Zhuhu', 291864700, 1166704400, 0),
(70819, 384, 45, 'Zhuliang', 274683800, 1166008900, 0),
(70820, 384, 45, 'Zhuping', 290116200, 1144748200, 0),
(70821, 384, 45, 'Zhutian', 287584800, 1170811500, 0),
(70822, 384, 45, 'Zihu', 289056200, 1181545800, 0),
(70823, 384, 45, 'Zuofang', 278232800, 1167509100, 0),
(70824, 384, 45, 'Zuoli', 294240000, 1161966700, 0),
(70825, 385, 45, 'Baishan', 419430600, 1264286100, 0),
(70826, 385, 45, 'Baishishan', 435833300, 1275666700, 0),
(70827, 385, 45, 'Banshi', 427783300, 1303383300, 0),
(70828, 385, 45, 'Beigang', 424197200, 1275344400, 0),
(70829, 385, 45, 'Caiyuan', 413375100, 1257129700, 0),
(70830, 385, 45, 'Changbai', 414167300, 1281905300, 0),
(70831, 385, 45, 'Chisong', 425799600, 1270056200, 0),
(70832, 385, 45, 'Chunyang', 437117600, 1294326100, 0),
(70833, 385, 45, 'Dashahe', 427226600, 1282544300, 0),
(70834, 385, 45, 'Dehui', 445333300, 1257000000, 0),
(70835, 385, 45, 'Donglai', 416523400, 1261444900, 0),
(70836, 385, 45, 'Dujia', 426508600, 1268933300, 0),
(70837, 385, 45, 'Dunhua', 433725000, 1282425000, 0),
(70838, 385, 45, 'Fudong', 425741600, 1291478100, 0),
(70839, 385, 45, 'Fusong', 423250500, 1272726500, 0),
(70840, 385, 45, 'Gongzhuling', 435007500, 1248197900, 0),
(70841, 385, 45, 'Hepingjie', 420597200, 1269158300, 0),
(70842, 385, 45, 'Hongshi', 429563500, 1271010800, 0),
(70843, 385, 45, 'Huashu', 419908200, 1272174700, 0),
(70844, 385, 45, 'Huinan', 426225000, 1262613900, 0),
(70845, 385, 45, 'Jiaohe', 437286100, 1273447200, 0),
(70846, 385, 45, 'Jiguan', 434740600, 1298608400, 0),
(70847, 385, 45, 'Jindou', 417047700, 1256909400, 0),
(70848, 385, 45, 'Jiutai', 441525000, 1258327800, 0),
(70849, 385, 45, 'Kaitong', 448135100, 1231500000, 0),
(70850, 385, 45, 'Kouqian', 436391400, 1264578400, 0),
(70851, 385, 45, 'Manjiang', 419475600, 1275908400, 0),
(70852, 385, 45, 'Mijiang', 429961100, 1301408300, 0),
(70853, 385, 45, 'Mingyue', 431069400, 1289216700, 0),
(70854, 385, 45, 'Naozhi', 419261800, 1270243400, 0),
(70855, 385, 45, 'Qian''an', 449932400, 1240581100, 0),
(70856, 385, 45, 'Qianguo', 451171200, 1248567600, 0),
(70857, 385, 45, 'Qingshi', 413593800, 1265129600, 0),
(70858, 385, 45, 'Shiren', 419629800, 1265659400, 0),
(70859, 385, 45, 'Shuangyang', 435241700, 1256736100, 0),
(70860, 385, 45, 'Shulan', 444166700, 1269500000, 0),
(70861, 385, 45, 'Sipeng', 418622200, 1255722200, 0),
(70862, 385, 45, 'Songyuan', 451500000, 1248333330, 0),
(70863, 385, 45, 'Taishang', 412986800, 1258421600, 0),
(70864, 385, 45, 'Taonan', 453333300, 1227833300, 0),
(70865, 385, 45, 'Wangqing', 433217900, 1297634200, 0),
(70866, 385, 45, 'Wanliang', 424322200, 1272891700, 0),
(70867, 385, 45, 'Weishahe', 417369400, 1267483300, 0),
(70868, 385, 45, 'Xianrenqiao', 421720000, 1272316000, 0),
(70869, 385, 45, 'Xinxigang', 420647200, 1273558300, 0),
(70870, 385, 45, 'Yanbian', 431333330, 1291833330, 0),
(70871, 385, 45, 'Ying''an', 428900000, 1302858300, 0),
(70872, 385, 45, 'Zhenlai', 458495500, 1232973000, 0),
(70873, 386, 45, 'Baiqi', 403097400, 1238414800, 0),
(70874, 386, 45, 'Bali', 407885700, 1227545100, 0),
(70875, 386, 45, 'Baojia', 414998100, 1217113300, 0),
(70876, 386, 45, 'Beizhen', 415958400, 1217966400, 0),
(70877, 386, 45, 'Biancheng', 406785200, 1223623300, 0),
(70878, 386, 45, 'Chaoyang', 404574200, 1235506300, 0),
(70879, 386, 45, 'Cishan', 407444500, 1209008500, 0),
(70880, 386, 45, 'Dashi', 417736300, 1217701500, 0),
(70881, 386, 45, 'Datun', 409937800, 1229131800, 0),
(70882, 386, 45, 'Dawa', 409937300, 1220680400, 0),
(70883, 386, 45, 'Dongling', 418144400, 1235758300, 0),
(70884, 386, 45, 'Dongsi', 408968100, 1226302200, 0),
(70885, 386, 45, 'Erdao', 405958200, 1222671900, 0),
(70886, 386, 45, 'Fanjia', 402970500, 1200311100, 0),
(70887, 386, 45, 'Gaizhou', 403941700, 1223686100, 0),
(70888, 386, 45, 'Gangdu', 406391800, 1225125500, 0),
(70889, 386, 45, 'Ganquan', 409642600, 1228541800, 0),
(70890, 386, 45, 'Gaoling', 401456800, 1200081400, 0),
(70891, 386, 45, 'Goubangzi', 413679700, 1217732700, 0),
(70892, 386, 45, 'Gulou', 403989300, 1223623500, 0),
(70893, 386, 45, 'Guoyuan', 401804900, 1221394200, 0),
(70894, 386, 45, 'Gushan', 405856500, 1229652400, 0),
(70895, 386, 45, 'Hada', 419718600, 1241415600, 0),
(70896, 386, 45, 'Haixing', 402760800, 1221303400, 0),
(70897, 386, 45, 'Haizhou', 408486300, 1227415100, 0),
(70898, 386, 45, 'Heishan', 416891700, 1221127800, 0),
(70899, 386, 45, 'Honghai', 402409800, 1221116200, 0),
(70900, 386, 45, 'Huangling', 408474400, 1227254400, 0),
(70901, 386, 45, 'Huanren', 412647200, 1253666700, 0),
(70902, 386, 45, 'Jianchang', 412508300, 1244711300, 0),
(70903, 386, 45, 'Jianli', 408765900, 1223289000, 0),
(70904, 386, 45, 'Jianyi', 404824100, 1228642100, 0),
(70905, 386, 45, 'Jiewen', 407094700, 1230078200, 0),
(70906, 386, 45, 'Jinjia', 428007300, 1237046600, 0),
(70907, 386, 45, 'Jinqiao', 406327800, 1224820400, 0),
(70908, 386, 45, 'Kuandian', 407286100, 1247847200, 0),
(70909, 386, 45, 'Lanshan', 417994000, 1240949100, 0),
(70910, 386, 45, 'Lianshan', 407643200, 1208532700, 0),
(70911, 386, 45, 'Lunan', 406882000, 1223008200, 0),
(70912, 386, 45, 'Luwang', 403997100, 1228729200, 0),
(70913, 386, 45, 'Luyang', 413819200, 1216663200, 0),
(70914, 386, 45, 'Mafeng', 408089500, 1229095000, 0),
(70915, 386, 45, 'Nantai', 409241000, 1228043700, 0),
(70916, 386, 45, 'Ping''an', 408823800, 1221585800, 0),
(70917, 386, 45, 'Qiandian', 418946200, 1240023800, 0),
(70918, 386, 45, 'Qiansuo', 400948600, 1199477600, 0),
(70919, 386, 45, 'Qianying', 401584800, 1231807000, 0),
(70920, 386, 45, 'Quangou', 431819800, 1242612100, 0),
(70921, 386, 45, 'Shagang', 403494200, 1222570200, 0),
(70922, 386, 45, 'Shuangtai', 402177400, 1222740500, 0),
(70923, 386, 45, 'Suizhong', 403291600, 1203365300, 0),
(70924, 386, 45, 'Tangchi', 405303400, 1226231700, 0),
(70925, 386, 45, 'Tanggou', 406003000, 1236102600, 0),
(70926, 386, 45, 'Wanfu', 401389600, 1225467700, 0),
(70927, 386, 45, 'Wanghai', 403413000, 1221688600, 0),
(70928, 386, 45, 'Wangshi', 408598600, 1228162500, 0),
(70929, 386, 45, 'Wangtai', 409846900, 1226034500, 0),
(70930, 386, 45, 'Wujia', 414587400, 1219987300, 0),
(70931, 386, 45, 'Xiangrong', 401405600, 1231169400, 0),
(70932, 386, 45, 'Xiangtang', 408327100, 1227685100, 0),
(70933, 386, 45, 'Xiaoshi', 412971100, 1241209200, 0),
(70934, 386, 45, 'Xifeng', 427372200, 1247222200, 0),
(70935, 386, 45, 'Xihai', 404339600, 1223132100, 0),
(70936, 386, 45, 'Ximu', 406997000, 1229074300, 0),
(70937, 386, 45, 'Xisi', 409662800, 1224490900, 0),
(70938, 386, 45, 'Xiuyan', 402927800, 1232744400, 0),
(70939, 386, 45, 'Yahe', 402278500, 1232769500, 0),
(70940, 386, 45, 'Yanghe', 400583300, 1234088900, 0),
(70941, 386, 45, 'Yingluo', 406427200, 1226984100, 0),
(70942, 386, 45, 'Yongling', 417080400, 1248210500, 0),
(70943, 386, 45, 'Yuejin', 406733900, 1222568800, 0),
(70944, 386, 45, 'Yuhuang', 407317000, 1208851700, 0),
(70945, 386, 45, 'Zhangqiang', 426834800, 1229914500, 0),
(70946, 386, 45, 'Zhaotun', 414062000, 1218754200, 0),
(70947, 386, 45, 'Zheng''an', 417042300, 1219304400, 0),
(70948, 386, 45, 'Zhongxiao', 408898500, 1225577600, 0),
(70949, 386, 45, 'Zhoujia', 405440700, 1227445800, 0),
(70950, 386, 45, 'Zhuanghe', 397008300, 1229911100, 0),
(70951, 387, 45, 'Alxa', 388333330, 1056666670, 0),
(70952, 387, 45, 'Baochang', 418844400, 1152788900, 0),
(70953, 387, 45, 'Baokang', 441197200, 1233047200, 0),
(70954, 387, 45, 'Bayannur', 407666670, 1074000000, 0),
(70955, 387, 45, 'Changshun', 418913900, 1139922200, 0),
(70956, 387, 45, 'Daban', 435333300, 1186666700, 0),
(70957, 387, 45, 'Dongsheng', 398160800, 1099776300, 0),
(70958, 387, 45, 'Duolun', 421871200, 1164890900, 0),
(70959, 387, 45, 'Hinggan', 460833330, 1220666670, 0),
(70960, 387, 45, 'Hulunbuir', 492000000, 1197000000, 0),
(70961, 387, 45, 'Jingpeng', 432500000, 1175166700, 0),
(70962, 387, 45, 'Kailu', 435833300, 1212000000, 0),
(70963, 387, 45, 'Kulun', 427305600, 1217755600, 0),
(70964, 387, 45, 'Lindong', 439833300, 1191833300, 0),
(70965, 387, 45, 'Linhe', 408538890, 1074277780, 0),
(70966, 387, 45, 'Lubei', 446166700, 1209666700, 0),
(70967, 387, 45, 'Naji', 481000000, 1234833300, 0),
(70968, 387, 45, 'Ordos', 396000000, 1097833330, 0),
(70969, 387, 45, 'Shangdu', 422500400, 1160079800, 0),
(70970, 387, 45, 'Tianshan', 438873600, 1200933600, 0),
(70971, 387, 45, 'Ulanhot', 460833300, 1220833300, 0),
(70972, 387, 45, 'Ulanqab', 410000000, 1131333330, 0),
(70973, 387, 45, 'Wuda', 394994400, 1067116700, 0),
(70974, 387, 45, 'Wulan', 436475000, 1119766700, 0),
(70975, 387, 45, 'Xilinhot', 439666700, 1160333300, 0),
(70976, 387, 45, 'Xinghe', 408755600, 1138838900, 0),
(70977, 387, 45, 'Xingong', 492903100, 1207060900, 0),
(70978, 387, 45, 'Xinli', 398441700, 1087347200, 0),
(70979, 388, 45, 'Caomiao', 360295200, 1066996700, 0),
(70980, 388, 45, 'Chenjin', 355666700, 1061500000, 0),
(70981, 388, 45, 'Gongyi', 356906400, 1057217000, 0),
(70982, 388, 45, 'Guyuan', 360166670, 1062500000, 0),
(70983, 388, 45, 'Heicheng', 363701900, 1060862300, 0),
(70984, 388, 45, 'Liwang', 366674400, 1061013300, 0),
(70985, 388, 45, 'Luochuan', 366122000, 1060016700, 0),
(70986, 388, 45, 'Pingfeng', 357418200, 1055619700, 0),
(70987, 388, 45, 'Qiying', 365032400, 1061486200, 0),
(70988, 388, 45, 'Sanying', 362815400, 1061554600, 0),
(70989, 388, 45, 'Shenlin', 355802700, 1059247900, 0),
(70990, 388, 45, 'Tanshan', 363774600, 1063045200, 0),
(70991, 388, 45, 'Wangmin', 358009800, 1057360600, 0),
(70992, 388, 45, 'Wuzhong', 380000000, 1062000000, 0),
(70993, 388, 45, 'Xijiao', 360095800, 1062761400, 0),
(70994, 388, 45, 'Xingsheng', 354500000, 1063333300, 0),
(70995, 388, 45, 'Xinshan', 363548700, 1063785900, 0),
(70996, 388, 45, 'Yanglu', 366365500, 1061416400, 0),
(70997, 388, 45, 'Yuwang', 368192900, 1063776700, 0),
(70998, 388, 45, 'Zhongwei', 375100000, 1051800000, 0),
(70999, 389, 45, 'Golog', 341166670, 993166670, 0),
(71000, 389, 45, 'Haibei', 369500000, 1009000000, 0),
(71001, 389, 45, 'Haidong', 365100000, 1021000000, 0),
(71002, 389, 45, 'Hainan', 362900000, 1006200000, 0),
(71003, 389, 45, 'Haixi', 374000000, 974000000, 0),
(71004, 389, 45, 'Huangnan', 355267000, 1020140000, 0),
(71005, 389, 45, 'Jiawu', 354918100, 1020477600, 0),
(71006, 389, 45, 'Jishi', 358461300, 1024817100, 0),
(71007, 389, 45, 'Shixiang', 358330900, 1025402600, 0),
(71008, 389, 45, 'Shiyuan', 357527500, 1028072600, 0),
(71009, 389, 45, 'Xinjia', 358770000, 1028395500, 0),
(71010, 389, 45, 'Yushu', 330000000, 970000000, 0),
(71011, 389, 45, 'Zhongcun', 355140700, 1001311500, 0),
(71012, 390, 45, 'Anle', 342214300, 1076614900, 0),
(71013, 390, 45, 'Baimiao', 349379600, 1091436400, 0),
(71014, 390, 45, 'Baiwang', 346733300, 1086461100, 0),
(71015, 390, 45, 'Baqiao', 343183000, 1090818600, 0),
(71016, 390, 45, 'Beixi', 346201200, 1091089400, 0),
(71017, 390, 45, 'Bijia', 345824400, 1098384500, 0),
(71018, 390, 45, 'Bojia', 349266700, 1085125000, 0),
(71019, 390, 45, 'Boshi', 347701800, 1100507800, 0),
(71020, 390, 45, 'Caijiapo', 343274200, 1075963800, 0),
(71021, 390, 45, 'Cangyou', 341632400, 1086544400, 0),
(71022, 390, 45, 'Caojia', 342443600, 1076068400, 0),
(71023, 390, 45, 'Caotang', 340438900, 1087108300, 0),
(71024, 390, 45, 'Changlin', 331434000, 1069053100, 0),
(71025, 390, 45, 'Chencang', 343686300, 1072075100, 0),
(71026, 390, 45, 'Chenzhuang', 348722400, 1096038400, 0),
(71027, 390, 45, 'Chunhua', 347988900, 1085750000, 0),
(71028, 390, 45, 'Chunlin', 349599800, 1096773800, 0),
(71029, 390, 45, 'Cuimu', 348113600, 1078597400, 0),
(71030, 390, 45, 'Daijia', 343351400, 1081504300, 0),
(71031, 390, 45, 'Daming', 344294400, 1096723000, 0),
(71032, 390, 45, 'Daminggong', 343045500, 1089632900, 0),
(71033, 390, 45, 'Daqiang', 344502800, 1083383300, 0),
(71034, 390, 45, 'Dawang', 342030300, 1086513900, 0),
(71035, 390, 45, 'Dayang', 344736100, 1083172200, 0),
(71036, 390, 45, 'Daying', 344087600, 1076680600, 0),
(71037, 390, 45, 'Dazhuang', 342533600, 1081623900, 0),
(71038, 390, 45, 'Dongwu', 347991700, 1085286100, 0),
(71039, 390, 45, 'Doumen', 342174200, 1087525900, 0),
(71040, 390, 45, 'Duma', 347652800, 1081350000, 0),
(71041, 390, 45, 'Erqu', 341527800, 1082063900, 0),
(71042, 390, 45, 'Famen', 344369600, 1078986600, 0),
(71043, 390, 45, 'Fangli', 348230600, 1087369400, 0),
(71044, 390, 45, 'Fengcun', 348525700, 1098271000, 0),
(71045, 390, 45, 'Fengdong', 343247200, 1087583300, 0),
(71046, 390, 45, 'Fenghuo', 345533300, 1086283300, 0),
(71047, 390, 45, 'Fengming', 344413900, 1076177800, 0),
(71048, 390, 45, 'Fengxiang', 345230100, 1073912700, 0),
(71049, 390, 45, 'Fengzhou', 339769000, 1066519200, 0),
(71050, 390, 45, 'Fuchuan', 330023800, 1066897400, 0),
(71051, 390, 45, 'Fufeng', 343605000, 1078734800, 0),
(71052, 390, 45, 'Fushui', 345468300, 1099538200, 0),
(71053, 390, 45, 'Gaojia', 343604800, 1070677400, 0),
(71054, 390, 45, 'Gaotai', 330189100, 1068548400, 0),
(71055, 390, 45, 'Gaoya', 348967600, 1073142300, 0),
(71056, 390, 45, 'Gongli', 348311400, 1091441400, 0),
(71057, 390, 45, 'Guandao', 346300700, 1094832800, 0),
(71058, 390, 45, 'Guandi', 347128100, 1094428900, 0),
(71059, 390, 45, 'Guangji', 341182000, 1081477600, 0),
(71060, 390, 45, 'Guanzhuang', 348991700, 1084113900, 0),
(71061, 390, 45, 'Guowang', 343841800, 1075261000, 0),
(71062, 390, 45, 'Guozhen', 333280600, 1058248600, 0),
(71063, 390, 45, 'Gushi', 346425000, 1095842600, 0),
(71064, 390, 45, 'Guxian', 348386100, 1087569400, 0),
(71065, 390, 45, 'Hancheng', 343350000, 1089077800, 0),
(71066, 390, 45, 'Hanjia', 349286000, 1078680200, 0),
(71067, 390, 45, 'Hanyuan', 328340000, 1062503500, 0),
(71068, 390, 45, 'Hedao', 343359200, 1082829700, 0),
(71069, 390, 45, 'Heilongkou', 340095900, 1097306000, 0),
(71070, 390, 45, 'Hezhai', 345172300, 1093177900, 0),
(71071, 390, 45, 'Hongmiao', 328643900, 1069135800, 0),
(71072, 390, 45, 'Huangbao', 350037700, 1090249400, 0),
(71073, 390, 45, 'Huashan', 344833330, 1100833330, 0),
(71074, 390, 45, 'Huaxu', 342249500, 1091822900, 0),
(71075, 390, 45, 'Huayang', 344155300, 1099938600, 0),
(71076, 390, 45, 'Huazhu', 347860100, 1091956500, 0),
(71077, 390, 45, 'Jiacun', 344529400, 1072042500, 0),
(71078, 390, 45, 'Jianjun', 346913900, 1081397200, 0),
(71079, 390, 45, 'Jianling', 346397200, 1084150000, 0),
(71080, 390, 45, 'Jiaodai', 340594100, 1092463900, 0),
(71081, 390, 45, 'Jiaoxie', 346651400, 1096859600, 0),
(71082, 390, 45, 'Jinggan', 345300000, 1088341700, 0),
(71083, 390, 45, 'Jingyao', 348454000, 1094441000, 0),
(71084, 390, 45, 'Jinhui', 344307800, 1097000800, 0),
(71085, 390, 45, 'Jinling', 343692500, 1071499800, 0),
(71086, 390, 45, 'Jinqu', 342119000, 1077789000, 0),
(71087, 390, 45, 'Jiufang', 348145100, 1073927400, 0),
(71088, 390, 45, 'Jixian', 340886300, 1083978300, 0),
(71089, 390, 45, 'Juting', 330553400, 1060845300, 0),
(71090, 390, 45, 'Kouzhen', 347088900, 1086975000, 0),
(71091, 390, 45, 'Languan', 341575400, 1093141500, 0),
(71092, 390, 45, 'Lanqiao', 340743100, 1094579300, 0),
(71093, 390, 45, 'Lindian', 347217500, 1096021400, 0),
(71094, 390, 45, 'Lingyuan', 344012000, 1071189500, 0),
(71095, 390, 45, 'Liquan', 344811100, 1084236100, 0),
(71096, 390, 45, 'Liuba', 336186100, 1069188900, 0),
(71097, 390, 45, 'Liuji', 347733600, 1093064000, 0),
(71098, 390, 45, 'Liuzhi', 345393600, 1098568100, 0),
(71099, 390, 45, 'Liyang', 345851500, 1092085700, 0),
(71100, 390, 45, 'Longbei', 345437800, 1095716900, 0),
(71101, 390, 45, 'Longchi', 348065300, 1096769100, 0),
(71102, 390, 45, 'Longyang', 348453700, 1096871000, 0),
(71103, 390, 45, 'Lueyang', 333320400, 1061549600, 0),
(71104, 390, 45, 'Luoyuan', 342001400, 1098172800, 0),
(71105, 390, 45, 'Luyuan', 345359600, 1090850800, 0),
(71106, 390, 45, 'Ma''e', 344032200, 1093846900, 0),
(71107, 390, 45, 'Mawei', 343163900, 1083716700, 0),
(71108, 390, 45, 'Mizi', 348124200, 1090154100, 0),
(71109, 390, 45, 'Muyi', 343884200, 1074385600, 0),
(71110, 390, 45, 'Nanfang', 347086100, 1083330600, 0),
(71111, 390, 45, 'Nanshi', 346509700, 1096277800, 0),
(71112, 390, 45, 'Nanwei', 343575000, 1085422200, 0),
(71113, 390, 45, 'Nanxing', 337684800, 1066709700, 0),
(71114, 390, 45, 'Nanzhai', 346571400, 1071736600, 0),
(71115, 390, 45, 'Nanzheng', 330045200, 1069346600, 0),
(71116, 390, 45, 'Panlong', 344181100, 1071982700, 0),
(71117, 390, 45, 'Panxi', 343230800, 1074034300, 0),
(71118, 390, 45, 'Qianhe', 343935500, 1073024300, 0),
(71119, 390, 45, 'Qianyang', 346420800, 1071301900, 0),
(71120, 390, 45, 'Qiaonan', 343433300, 1095926200, 0),
(71121, 390, 45, 'Qiaozhen', 344865500, 1071391800, 0),
(71122, 390, 45, 'Qicun', 348227100, 1091094400, 0),
(71123, 390, 45, 'Qindu', 343418600, 1087082400, 0),
(71124, 390, 45, 'Qinghua', 341840900, 1080285400, 0),
(71125, 390, 45, 'Sancha', 338409700, 1066721200, 0),
(71126, 390, 45, 'Sanli', 341691300, 1093075700, 0),
(71127, 390, 45, 'Sanqiao', 342868400, 1088355400, 0),
(71128, 390, 45, 'Sanqu', 345744400, 1088925000, 0),
(71129, 390, 45, 'Sanyuan', 346147200, 1089283300, 0),
(71130, 390, 45, 'Sanzhang', 344467400, 1094607300, 0),
(71131, 390, 45, 'Shangluo', 338722000, 1099410000, 0),
(71132, 390, 45, 'Shangsong', 342653400, 1078759500, 0),
(71133, 390, 45, 'Shennong', 343391100, 1071169100, 0),
(71134, 390, 45, 'Shide', 343911100, 1084272200, 0),
(71135, 390, 45, 'Shijing', 340283300, 1085886100, 0),
(71136, 390, 45, 'Shoushan', 342777100, 1077461900, 0),
(71137, 390, 45, 'Sucun', 346418600, 1098504700, 0),
(71138, 390, 45, 'Sufang', 343961400, 1080846200, 0),
(71139, 390, 45, 'Taibai', 343605700, 1079633300, 0),
(71140, 390, 45, 'Taiyu', 349327200, 1080598100, 0),
(71141, 390, 45, 'Tangcun', 345248600, 1073081500, 0),
(71142, 390, 45, 'Tianfu', 342644400, 1085941700, 0),
(71143, 390, 45, 'Tiantang', 349195200, 1075507900, 0),
(71144, 390, 45, 'Tianwang', 343013600, 1074695700, 0),
(71145, 390, 45, 'Tielu', 343939900, 1094431700, 0),
(71146, 390, 45, 'Tongchuan', 348988000, 1089505600, 0),
(71147, 390, 45, 'Tuqiao', 343516600, 1093187800, 0),
(71148, 390, 45, 'Wangqiao', 346161100, 1086422200, 0),
(71149, 390, 45, 'Wangqu', 340767800, 1089640600, 0),
(71150, 390, 45, 'Wangsi', 342506500, 1087938100, 0),
(71151, 390, 45, 'Weibin', 343158300, 1086458300, 0),
(71152, 390, 45, 'Weicheng', 343314000, 1087169100, 0),
(71153, 390, 45, 'Weifeng', 341950800, 1086134300, 0),
(71154, 390, 45, 'Weiyang', 342906000, 1089355400, 0),
(71155, 390, 45, 'Weiyanggong', 342893600, 1089105800, 0),
(71156, 390, 45, 'Wugong', 343283000, 1081076100, 0),
(71157, 390, 45, 'Wutun', 346376800, 1092951200, 0),
(71158, 390, 45, 'Wuxiang', 331863900, 1070488900, 0),
(71159, 390, 45, 'Wuxing', 340661100, 1087911100, 0),
(71160, 390, 45, 'Wuzhu', 341130200, 1086580000, 0),
(71161, 390, 45, 'Xiaji', 347258700, 1095072400, 0),
(71162, 390, 45, 'Xiaohui', 349092600, 1092706400, 0),
(71163, 390, 45, 'Xiaojin', 343395100, 1094134900, 0),
(71164, 390, 45, 'Xiaoqiu', 349094400, 1087713900, 0),
(71165, 390, 45, 'Xiekou', 343608900, 1091530800, 0),
(71166, 390, 45, 'Xieshui', 330043000, 1069093200, 0),
(71167, 390, 45, 'Xijing', 340485600, 1098181600, 0),
(71168, 390, 45, 'Xiliu', 341502800, 1087911100, 0),
(71169, 390, 45, 'Xingping', 343000000, 1084869400, 0),
(71170, 390, 45, 'Xingzhen', 349321700, 1094487400, 0),
(71171, 390, 45, 'Xinhe', 344190400, 1090997400, 0),
(71172, 390, 45, 'Xinpu', 331000000, 1064500000, 0),
(71173, 390, 45, 'Xinshi', 344397200, 1084222200, 0),
(71174, 390, 45, 'Xinzhai', 369427600, 1079476500, 0),
(71175, 390, 45, 'Xiwu', 342972200, 1085663900, 0),
(71176, 390, 45, 'Xuezhen', 349547500, 1092965200, 0),
(71177, 390, 45, 'Xujia', 343400000, 1089625000, 0),
(71178, 390, 45, 'Xumu', 346941400, 1091156000, 0),
(71179, 390, 45, 'Xuzhuang', 348645500, 1099404700, 0),
(71180, 390, 45, 'Yanghong', 345195800, 1083151600, 0),
(71181, 390, 45, 'Yangping', 343379000, 1074898600, 0),
(71182, 390, 45, 'Yangyu', 346512100, 1082064200, 0),
(71183, 390, 45, 'Yangzhuang', 340412500, 1091403300, 0),
(71184, 390, 45, 'Yanliang', 346591800, 1092292100, 0),
(71185, 390, 45, 'Yanxia', 345755600, 1085430600, 0),
(71186, 390, 45, 'Yaodian', 344075000, 1088519400, 0),
(71187, 390, 45, 'Yaoshi', 340579600, 1099365900, 0),
(71188, 390, 45, 'Yidian', 344037600, 1077530900, 0),
(71189, 390, 45, 'Yingge', 340955900, 1076485700, 0),
(71190, 390, 45, 'Yinzhen', 340826800, 1090976600, 0),
(71191, 390, 45, 'Yongping', 348108300, 1080413900, 0),
(71192, 390, 45, 'Yongtai', 348894400, 1081500000, 0),
(71193, 390, 45, 'Youfeng', 343909100, 1080437800, 0),
(71194, 390, 45, 'Yuchu', 345027200, 1090578800, 0),
(71195, 390, 45, 'Yuxia', 340615400, 1086290500, 0),
(71196, 390, 45, 'Zaolin', 343635200, 1076961800, 0),
(71197, 390, 45, 'Zhangbu', 344835800, 1091173200, 0),
(71198, 390, 45, 'Zhangjia', 346169700, 1097358300, 0),
(71199, 390, 45, 'Zhangqiao', 347560000, 1093815600, 0),
(71200, 390, 45, 'Zhaoxian', 347498300, 1076233500, 0),
(71201, 390, 45, 'Zhengyang', 344236100, 1089213900, 0),
(71202, 390, 45, 'Zhenxing', 346685300, 1091928400, 0),
(71203, 390, 45, 'Zhenyuan', 343250200, 1081999600, 0),
(71204, 390, 45, 'Zhoucheng', 344363900, 1081211100, 0),
(71205, 390, 45, 'Zhouyuan', 343955000, 1073764700, 0),
(71206, 390, 45, 'Zhuangli', 348195800, 1090598400, 0),
(71207, 390, 45, 'Zhujiazhuang', 344723600, 1077806000, 0),
(71208, 390, 45, 'Zhuyu', 341356100, 1080390200, 0),
(71209, 390, 45, 'Zu''an', 340955600, 1084844400, 0),
(71210, 391, 45, 'Andongwei', 351072200, 1193088900, 0),
(71211, 391, 45, 'Chengyang', 355794400, 1188327800, 0),
(71212, 391, 45, 'Dongcun', 367766700, 1211597200, 0),
(71213, 391, 45, 'Jiehu', 355427800, 1184550000, 0),
(71214, 391, 45, 'Laixi', 368591700, 1205269400, 0),
(71215, 391, 45, 'Linqu', 365155600, 1185397200, 0),
(71216, 391, 45, 'Nanding', 367483300, 1180558300, 0),
(71217, 391, 45, 'Nanma', 361816700, 1181583300, 0),
(71218, 391, 45, 'Pingdu', 367844400, 1199463900, 0),
(71219, 391, 45, 'Qingshan', 361547200, 1206833300, 0),
(71220, 391, 45, 'Shanting', 350752800, 1174577800, 0),
(71221, 391, 45, 'Shenxian', 362411100, 1156672200, 0),
(71222, 391, 45, 'Shizilu', 351711100, 1188288900, 0),
(71223, 391, 45, 'Shouguang', 368800000, 1187375000, 0),
(71224, 391, 45, 'Taozhuang', 348500000, 1173333300, 0),
(71225, 391, 45, 'Xiazhuang', 349161100, 1186388900, 0),
(71226, 391, 45, 'Yanzhou', 355527800, 1168286100, 0),
(71227, 391, 45, 'Zhangdian', 368061110, 1180180560, 0),
(71228, 391, 45, 'Zhangqiu', 368061110, 1180180560, 0),
(71229, 391, 45, 'Zhaoyuan', 373591700, 1203963900, 0),
(71230, 392, 45, 'Dongjing', 310867000, 1212630000, 0),
(71231, 392, 45, 'Huangdu', 312767200, 1212077700, 0),
(71232, 392, 45, 'Jinshan', 307233300, 1213150000, 0),
(71233, 392, 45, 'Liantang', 310116700, 1210460600, 0),
(71234, 392, 45, 'Maogang', 309348700, 1212090000, 0),
(71235, 392, 45, 'Qingcun', 309247300, 1215799400, 0),
(71236, 392, 45, 'Shanyang', 307665700, 1213680700, 0),
(71237, 392, 45, 'Shaochang', 309083000, 1217534500, 0),
(71238, 392, 45, 'Sijing', 311144400, 1212683300, 0),
(71239, 392, 45, 'Xiayang', 311496700, 1211158800, 0),
(71240, 392, 45, 'Xinbang', 309346700, 1210614700, 0),
(71241, 392, 45, 'Xinqiao', 310650000, 1213075000, 0),
(71242, 392, 45, 'Zhangyan', 308066300, 1212800800, 0),
(71243, 392, 45, 'Zhujing', 309010000, 1211596600, 0),
(71244, 393, 45, 'Anrong', 394700000, 1128147200, 0),
(71245, 393, 45, 'Anyi', 350561100, 1110336100, 0),
(71246, 393, 45, 'Aoshi', 399667500, 1139658700, 0),
(71247, 393, 45, 'Baijiazhuang', 393641400, 1136663700, 0),
(71248, 393, 45, 'Bajiao', 392147000, 1118905700, 0),
(71249, 393, 45, 'Beidong', 356160000, 1115426500, 0),
(71250, 393, 45, 'Changzhen', 392536900, 1118244100, 0),
(71251, 393, 45, 'Chengbei', 348675000, 1104388890, 0),
(71252, 393, 45, 'Cuifeng', 368451700, 1117817200, 0),
(71253, 393, 45, 'Daiyue', 395203800, 1128168400, 0),
(71254, 393, 45, 'Dengzhuang', 359644600, 1115224600, 0),
(71255, 393, 45, 'Dianwan', 399866500, 1128654900, 0),
(71256, 393, 45, 'Dingchang', 367630600, 1126872200, 0),
(71257, 393, 45, 'Fancheng', 391899200, 1132640100, 0),
(71258, 393, 45, 'Fangshan', 360833000, 1115170000, 0),
(71259, 393, 45, 'Fenghuangcheng', 397572400, 1121758500, 0),
(71260, 393, 45, 'Fengyu', 399251000, 1136053500, 0),
(71261, 393, 45, 'Fenyang', 360833330, 1115166670, 0),
(71262, 393, 45, 'Fushan', 359340000, 1119220000, 0),
(71263, 393, 45, 'Gaoping', 358000000, 1129333330, 0),
(71264, 393, 45, 'Gaoxian', 357190700, 1114204000, 0),
(71265, 393, 45, 'Guangling', 397586000, 1142690000, 0),
(71266, 393, 45, 'Gujiao', 379000000, 1120333330, 0),
(71267, 393, 45, 'Guwei', 347103400, 1106571000, 0),
(71268, 393, 45, 'Handian', 360458300, 1130441700, 0),
(71269, 393, 45, 'Hedi', 353337100, 1113569200, 0),
(71270, 393, 45, 'Hejin', 355833330, 1107000000, 0),
(71271, 393, 45, 'Hengjian', 392729600, 1138802200, 0),
(71272, 393, 45, 'Heshun', 372891000, 1133050000, 0),
(71273, 393, 45, 'Hetou', 397417500, 1132736200, 0),
(71274, 393, 45, 'Hongtong', 363200000, 1116700000, 0),
(71275, 393, 45, 'Hougong', 353577800, 1113983200, 0),
(71276, 393, 45, 'Huaidao', 386784800, 1122413600, 0),
(71277, 393, 45, 'Huangzhai', 380751400, 1126594600, 0),
(71278, 393, 45, 'Hunyuan', 396900000, 1136800000, 0),
(71279, 393, 45, 'Huozhou', 365833330, 1117166670, 0),
(71280, 393, 45, 'Huyu', 392005200, 1131026100, 0),
(71281, 393, 45, 'Jiancaoping', 379444440, 1124825000, 0),
(71282, 393, 45, 'Jiangxian', 354841670, 1116280560, 0),
(71283, 393, 45, 'Jiaocheng', 376600000, 1118400000, 0),
(71284, 393, 45, 'Jiaokou', 369166670, 1113333330, 0),
(71285, 393, 45, 'Jichang', 361011100, 1106733300, 0),
(71286, 393, 45, 'Jicheng', 370635900, 1129576900, 0),
(71287, 393, 45, 'Jifeng', 356134700, 1109585400, 0),
(71288, 393, 45, 'Jinci', 377079000, 1124424000, 0),
(71289, 393, 45, 'Jincun', 355019400, 1129058300, 0),
(71290, 393, 45, 'Jingmao', 358818300, 1113558600, 0),
(71291, 393, 45, 'Jingping', 395200000, 1122838900, 0),
(71292, 393, 45, 'Jishan', 355817000, 1109580000, 0),
(71293, 393, 45, 'Jule', 401650000, 1135747200, 0),
(71294, 393, 45, 'Lanxian', 382794440, 1116711110, 0),
(71295, 393, 45, 'Lanyi', 387198300, 1115978300, 0),
(71296, 393, 45, 'Lechang', 356420100, 1114672200, 0),
(71297, 393, 45, 'Leping', 376146900, 1136649900, 0),
(71298, 393, 45, 'Licheng', 366666670, 1134166670, 0),
(71299, 393, 45, 'Licun', 357607200, 1114547500, 0),
(71300, 393, 45, 'Lingchuanxian', 356700000, 1133100000, 0),
(71301, 393, 45, 'Lingqiu', 394425000, 1142344440, 0),
(71302, 393, 45, 'Lingquan', 369994900, 1108440000, 0),
(71303, 393, 45, 'Lingshi', 368488890, 1117763890, 0),
(71304, 393, 45, 'Linjiang', 363275000, 1128819400, 0),
(71305, 393, 45, 'Linquan', 379796500, 1110205900, 0),
(71306, 393, 45, 'Linxian', 379666670, 1109500000, 0),
(71307, 393, 45, 'Linyi', 351441670, 1107744440, 0),
(71308, 393, 45, 'Longxing', 356129700, 1112192500, 0),
(71309, 393, 45, 'Lucheng', 363166670, 1132166670, 0),
(71310, 393, 45, 'Lyuliang', 375166670, 1111500000, 0),
(71311, 393, 45, 'Nancun', 354676500, 1127726800, 0),
(71312, 393, 45, 'Nanquan', 394204200, 1131771900, 0),
(71313, 393, 45, 'Ningxiang', 373400000, 1112052300, 0),
(71314, 393, 45, 'Pinglu', 348980000, 1111940000, 0),
(71315, 393, 45, 'Pingyao', 372000000, 1121500000, 0),
(71316, 393, 45, 'Puxian', 364130560, 1110986110, 0),
(71317, 393, 45, 'Qingxu', 376072220, 1123586110, 0),
(71318, 393, 45, 'Qinshuixian', 356919440, 1121855560, 0),
(71319, 393, 45, 'Qixian', 373542000, 1123120000, 0),
(71320, 393, 45, 'Quwo', 356344000, 1114670000, 0),
(71321, 393, 45, 'Ruicheng', 346919440, 1106933330, 0),
(71322, 393, 45, 'Sanquan', 356752800, 1111580600, 0),
(71323, 393, 45, 'Santun', 401000000, 1127166700, 0),
(71324, 393, 45, 'Shangma', 355899700, 1113420400, 0),
(71325, 393, 45, 'Shangyuan', 356150600, 1111323700, 0),
(71326, 393, 45, 'Shouyang', 378911110, 1131741670, 0),
(71327, 393, 45, 'Taigu', 374213890, 1125508330, 0),
(71328, 393, 45, 'Tangxing', 357452100, 1116987200, 0),
(71329, 393, 45, 'Taocun', 394478400, 1124523900, 0),
(71330, 393, 45, 'Tianning', 375472200, 1121605300, 0),
(71331, 393, 45, 'Tiantan', 359661100, 1118416700, 0),
(71332, 393, 45, 'Tianzhen', 404176000, 1140790000, 0),
(71333, 393, 45, 'Tunliu', 363152780, 1128916670, 0),
(71334, 393, 45, 'Tuofeng', 396178000, 1134483500, 0),
(71335, 393, 45, 'Wan''an', 355419200, 1111279600, 0),
(71336, 393, 45, 'Wanghu', 397955900, 1139579000, 0),
(71337, 393, 45, 'Wanrong', 353930000, 1107130000, 0),
(71338, 393, 45, 'Weifen', 384806400, 1111666400, 0),
(71339, 393, 45, 'Wenshui', 360833000, 1115170000, 0),
(71340, 393, 45, 'Wenxi', 353900000, 1113075000, 0),
(71341, 393, 45, 'Wucheng', 398347200, 1136235500, 0),
(71342, 393, 45, 'Wujiayao', 397845200, 1128565600, 0),
(71343, 393, 45, 'Wuling', 394679900, 1141484200, 0),
(71344, 393, 45, 'Wutai', 390791670, 1135647220, 0),
(71345, 393, 45, 'Xiangfen', 358763890, 1114419440, 0),
(71346, 393, 45, 'Xiangling', 360272200, 1114000000, 0),
(71347, 393, 45, 'Xiangning', 359702780, 1108469440, 0),
(71348, 393, 45, 'Xiaoyi', 360833330, 1115166670, 0),
(71349, 393, 45, 'Xiashe', 395141700, 1132930600, 0),
(71350, 393, 45, 'Xiaxian', 351383330, 1112208330, 0),
(71351, 393, 45, 'Xicun', 391513900, 1131154500, 0),
(71352, 393, 45, 'Xijia', 358086000, 1113252200, 0),
(71353, 393, 45, 'Xinbu', 386050000, 1119391000, 0),
(71354, 393, 45, 'Xincheng', 399867700, 1124613500, 0),
(71355, 393, 45, 'Xingao', 390260700, 1129616100, 0),
(71356, 393, 45, 'Xinguan', 394552700, 1115300100, 0),
(71357, 393, 45, 'Xingxian', 384625000, 1111272220, 0),
(71358, 393, 45, 'Xinjiang', 356163890, 1112250000, 0),
(71359, 393, 45, 'Xinjiayuan', 397532400, 1129858300, 0),
(71360, 393, 45, 'Xinshui', 364783900, 1107552200, 0),
(71361, 393, 45, 'Xinzhi', 364988900, 1117047200, 0),
(71362, 393, 45, 'Xinzhou', 384091700, 1127333300, 0),
(71363, 393, 45, 'Xiyang', 376000000, 1137052780, 0),
(71364, 393, 45, 'Xuedian', 354699700, 1111993300, 0),
(71365, 393, 45, 'Yangcheng', 354861110, 1124147220, 0),
(71366, 393, 45, 'Yangqu', 380588890, 1126727780, 0),
(71367, 393, 45, 'Yantou', 390605900, 1133290200, 0),
(71368, 393, 45, 'Yaofeng', 351386100, 1112122200, 0),
(71369, 393, 45, 'Yicheng', 357946000, 1115560000, 0),
(71370, 393, 45, 'Yijing', 378355600, 1136019400, 0),
(71371, 393, 45, 'Yingze', 378947220, 1125675000, 0),
(71372, 393, 45, 'Yinying', 379369400, 1135575000, 0),
(71373, 393, 45, 'Yishi', 351649700, 1107459800, 0),
(71374, 393, 45, 'Yonggu', 357213000, 1113631000, 0),
(71375, 393, 45, 'Yongji', 348666670, 1104500000, 0),
(71376, 393, 45, 'Youwei', 401626500, 1123461800, 0),
(71377, 393, 45, 'Youzai', 399509100, 1138885100, 0),
(71378, 393, 45, 'Yuanqu', 352938890, 1116733330, 0),
(71379, 393, 45, 'Yujing', 396755200, 1126029000, 0),
(71380, 393, 45, 'Yungang', 401097220, 1131222220, 0),
(71381, 393, 45, 'Yunxing', 399991000, 1126978700, 0),
(71382, 393, 45, 'Yunzhong', 398270700, 1130962200, 0),
(71383, 393, 45, 'Yushe', 370716670, 1129752780, 0),
(71384, 393, 45, 'Yuxian', 380880560, 1134133330, 0),
(71385, 393, 45, 'Zhangcun', 356501100, 1113494400, 0),
(71386, 393, 45, 'Zhaoyu', 373552800, 1123166700, 0),
(71387, 393, 45, 'Zhongyang', 373655000, 1111670000, 0),
(71388, 393, 45, 'Zirun', 393034600, 1126835800, 0),
(71389, 393, 45, 'Zuoquan', 370813890, 1133802780, 0),
(71390, 393, 45, 'Zuoyun', 400100000, 1127500000, 0),
(71391, 394, 45, 'Baishui', 322581500, 1060163100, 0),
(71392, 394, 45, 'Banqiao', 326227000, 1053449400, 0),
(71393, 394, 45, 'Bazhong', 318666670, 1067500000, 0),
(71394, 394, 45, 'Chengxiang', 285526200, 1021682000, 0),
(71395, 394, 45, 'Chicheng', 307793600, 1057121400, 0),
(71396, 394, 45, 'Chixi', 321544400, 1067643100, 0),
(71397, 394, 45, 'Dadukou', 265479000, 1017053900, 0),
(71398, 394, 45, 'Dahe', 321957200, 1069323700, 0),
(71399, 394, 45, 'Donghe', 322334100, 1063012600, 0),
(71400, 394, 45, 'Dongyu', 323116000, 1068198500, 0),
(71401, 394, 45, 'Dujiangyan', 310010000, 1036180000, 0),
(71402, 394, 45, 'Fangting', 311276600, 1041664900, 0),
(71403, 394, 45, 'Fengyi', 316846500, 1038498700, 0),
(71404, 394, 45, 'Fubao', 287690500, 1060766700, 0),
(71405, 394, 45, 'Fuji', 291481900, 1053739100, 0),
(71406, 394, 45, 'Fushi', 291838200, 1050011400, 0),
(71407, 394, 45, 'Ganchang', 324051800, 1069249400, 0),
(71408, 394, 45, 'Gaoqiao', 320928300, 1068369700, 0),
(71409, 394, 45, 'Guanghan', 309900000, 1042500000, 0),
(71410, 394, 45, 'Guangsheng', 307371300, 1036691300, 0),
(71411, 394, 45, 'Guanlu', 323364600, 1069745200, 0),
(71412, 394, 45, 'Guohua', 324797400, 1062922900, 0),
(71413, 394, 45, 'Heitan', 320336200, 1066526700, 0),
(71414, 394, 45, 'Huagai', 315463400, 1045553200, 0),
(71415, 394, 45, 'Hualong', 321252500, 1064625000, 0),
(71416, 394, 45, 'Huangyang', 322388000, 1063686800, 0),
(71417, 394, 45, 'Huidong', 266374500, 1025756800, 0),
(71418, 394, 45, 'Huili', 266625600, 1022439200, 0),
(71419, 394, 45, 'Huohua', 307590000, 1060593600, 0),
(71420, 394, 45, 'Jiancheng', 303909700, 1045491200, 0),
(71421, 394, 45, 'Jiangkou', 315650600, 1070973600, 0),
(71422, 394, 45, 'Jiannan', 313435500, 1041958800, 0),
(71423, 394, 45, 'Jin''e', 293431300, 1052844300, 0),
(71424, 394, 45, 'Jinchuan', 314771200, 1020623600, 0),
(71425, 394, 45, 'Junlian', 281710600, 1045116200, 0),
(71426, 394, 45, 'Langchi', 310795200, 1065651400, 0),
(71427, 394, 45, 'Liangshan', 278833330, 1022666670, 0),
(71428, 394, 45, 'Lijia', 325603800, 1062056900, 0),
(71429, 394, 45, 'Linxi', 325590600, 1060116700, 0),
(71430, 394, 45, 'Liucheng', 307000000, 1038377100, 0),
(71431, 394, 45, 'Long''an', 324093400, 1045286800, 0),
(71432, 394, 45, 'Longfeng', 321710900, 1064047400, 0),
(71433, 394, 45, 'Luhua', 320670800, 1029878600, 0),
(71434, 394, 45, 'Luojiang', 313049700, 1045048400, 0),
(71435, 394, 45, 'Meixing', 310010700, 1023643500, 0),
(71436, 394, 45, 'Minjian', 288462200, 1035457500, 0),
(71437, 394, 45, 'Nanjiang', 323538900, 1068323800, 0),
(71438, 394, 45, 'Nanxi', 288420900, 1049795800, 0),
(71439, 394, 45, 'Naxi', 287742200, 1053648800, 0),
(71440, 394, 45, 'Panlian', 268877800, 1021083600, 0),
(71441, 394, 45, 'Penglai', 305821700, 1052514100, 0),
(71442, 394, 45, 'Pinggang', 320944000, 1068884200, 0),
(71443, 394, 45, 'Puji', 273801900, 1025412600, 0),
(71444, 394, 45, 'Qiaoting', 324649200, 1068982300, 0),
(71445, 394, 45, 'Qingfu', 284370100, 1045162200, 0),
(71446, 394, 45, 'Qinglin', 327759100, 1060345800, 0),
(71447, 394, 45, 'Qujiang', 308420600, 1069678500, 0),
(71448, 394, 45, 'Renhe', 264992600, 1017386000, 0),
(71449, 394, 45, 'Sanjiang', 322376400, 1065411000, 0),
(71450, 394, 45, 'Shahe', 322030000, 1067257700, 0),
(71451, 394, 45, 'Shangliang', 325439700, 1068431600, 0),
(71452, 394, 45, 'Shazhou', 326696300, 1054832800, 0),
(71453, 394, 45, 'Shirong', 293509200, 1026524800, 0),
(71454, 394, 45, 'Suhe', 323545500, 1051692000, 0),
(71455, 394, 45, 'Taihe', 308712300, 1053845400, 0),
(71456, 394, 45, 'Taiping', 281408300, 1060377100, 0),
(71457, 394, 45, 'Tianpeng', 309866400, 1039393300, 0),
(71458, 394, 45, 'Tuanjie', 322884100, 1067404600, 0),
(71459, 394, 45, 'Wangjia', 325250800, 1061569400, 0),
(71460, 394, 45, 'Weizhou', 314792000, 1035802000, 0),
(71461, 394, 45, 'Wuquan', 323322200, 1066428300, 0),
(71462, 394, 45, 'Xialiang', 320767200, 1067715200, 0),
(71463, 394, 45, 'Xiantan', 288185900, 1061927000, 0),
(71464, 394, 45, 'Xindou', 313958700, 1006777800, 0),
(71465, 394, 45, 'Xinfa', 288307100, 1043207700, 0),
(71466, 394, 45, 'Xingma', 322478500, 1069713300, 0),
(71467, 394, 45, 'Xinning', 310851500, 1078650800, 0),
(71468, 394, 45, 'Xinzheng', 312749100, 1062871400, 0),
(71469, 394, 45, 'Xuyang', 294594100, 1044194700, 0),
(71470, 394, 45, 'Xuyong', 281699200, 1054345200, 0),
(71471, 394, 45, 'Yanhe', 325470400, 1063387100, 0),
(71472, 394, 45, 'Yankou', 303511500, 1062866900, 0),
(71473, 394, 45, 'Yanling', 295306500, 1046610800, 0),
(71474, 394, 45, 'Yantan', 292739600, 1048738000, 0),
(71475, 394, 45, 'Yongle', 332646500, 1042327800, 0),
(71476, 394, 45, 'Yuecheng', 286415700, 1025087000, 0),
(71477, 394, 45, 'Yujin', 292090900, 1039455600, 0),
(71478, 394, 45, 'Yuquan', 266052000, 1016001300, 0),
(71479, 394, 45, 'Zhanghua', 321478400, 1061850600, 0),
(71480, 394, 45, 'Zhaozhen', 308563000, 1044360600, 0),
(71481, 394, 45, 'Zhongba', 317781900, 1047393200, 0),
(71482, 394, 45, 'Zhongcheng', 283075400, 1052307500, 0),
(71483, 394, 45, 'Zhongzi', 326911900, 1060319000, 0),
(71484, 394, 45, 'Zhuyang', 307367400, 1072011600, 0),
(71485, 394, 45, 'Zitong', 307502000, 1036965700, 0),
(71486, 394, 45, 'Ziyang', 301166670, 1046500000, 0),
(71487, 395, 45, 'Beicang', 392186100, 1171208300, 0),
(71488, 395, 45, 'Changtun', 394433300, 1170705600, 0),
(71489, 395, 45, 'Dabaizhuang', 394447200, 1173802800, 0),
(71490, 395, 45, 'Dasi', 390091700, 1172227800, 0),
(71491, 395, 45, 'Erwangzhuang', 393916700, 1173538900, 0),
(71492, 395, 45, 'Gaozhuang', 392691700, 1179755600, 0),
(71493, 395, 45, 'Goutou', 398050000, 1171991700, 0),
(71494, 395, 45, 'Hangu', 392488900, 1177891700, 0),
(71495, 395, 45, 'Hanjiashu', 391875000, 1170730600, 0),
(71496, 395, 45, 'Hexi', 391128000, 1172240000, 0),
(71497, 395, 45, 'Houxiang', 395127800, 1171158300, 0),
(71498, 395, 45, 'Huangzhuang', 393147200, 1170533300, 0),
(71499, 395, 45, 'Lintingkou', 396302800, 1175002800, 0),
(71500, 395, 45, 'Lizhuangzi', 390041700, 1175255600, 0),
(71501, 395, 45, 'Mazhuang', 392055600, 1171333300, 0),
(71502, 395, 45, 'Mengquan', 398252800, 1174766700, 0),
(71503, 395, 45, 'Ninghe', 394619400, 1177625000, 0),
(71504, 395, 45, 'Panggezhuang', 398047200, 1171661100, 0),
(71505, 395, 45, 'Panzhuang', 393347200, 1174627800, 0),
(71506, 395, 45, 'Shuangshu', 395638900, 1170244400, 0),
(71507, 395, 45, 'Touying', 399638900, 1172183300, 0),
(71508, 395, 45, 'Xianshuigu', 389850000, 1173827800, 0),
(71509, 395, 45, 'Xiaodian', 392519400, 1172177800, 0),
(71510, 395, 45, 'Xinzhuang', 390202800, 1173238900, 0),
(71511, 395, 45, 'Zhaogezhuang', 397844400, 1171958300, 0),
(71512, 395, 45, 'Zhongdeng', 395905600, 1173530600, 0),
(71513, 395, 45, 'Zhuangtou', 396577800, 1172916700, 0),
(71514, 396, 45, 'Altay', 478666700, 881166700, 0),
(71515, 396, 45, 'Bayingol', 393300000, 876100000, 0),
(71516, 396, 45, 'Bortala', 478666670, 881166670, 0),
(71517, 396, 45, 'Ili', 444497220, 849858330, 0),
(71518, 396, 45, 'Karamay', 456000000, 848833330, 0),
(71519, 396, 45, 'Kizilsu', 396666670, 767166670, 0),
(71520, 396, 45, 'Shache', 384166700, 772405600, 0),
(71521, 396, 45, 'Tacheng', 467500000, 829833330, 0),
(71522, 396, 45, 'Wujiaqu', 442000000, 875500000, 0),
(71523, 396, 45, 'Yangmaogong', 441366700, 875772200, 0),
(71524, 396, 45, 'Yining', 439166670, 813166670, 0),
(71525, 397, 45, 'Gar', 322000000, 799833300, 0),
(71526, 397, 45, 'Jiangzi', 289500000, 896333300, 0),
(71527, 397, 45, 'Motuo', 293166700, 953166700, 0),
(71528, 397, 45, 'Naidong', 292666700, 917666700, 0),
(71529, 397, 45, 'Ngari', 325000000, 801013890, 0),
(71530, 397, 45, 'Nyingchi', 295333300, 944166700, 0),
(71531, 397, 45, 'Pubu', 317500000, 898333300, 0),
(71532, 397, 45, 'Qamdo', 311666700, 972333300, 0),
(71533, 397, 45, 'Renwu', 296050000, 890050000, 0),
(71534, 397, 45, 'Saga', 293236700, 852260100, 0),
(71535, 397, 45, 'Sajia', 289166700, 880500000, 0),
(71536, 397, 45, 'Shannan', 285561110, 925566670, 0),
(71537, 397, 45, 'Shigatse', 292670000, 888810000, 0),
(71538, 397, 45, 'Wangda', 296833300, 979000000, 0),
(71539, 398, 45, 'Aihua', 244166700, 1001000000, 0),
(71540, 398, 45, 'Baohe', 271958200, 993248300, 0),
(71541, 398, 45, 'Baoshan', 251166670, 991666670, 0),
(71542, 398, 45, 'Beicheng', 244272200, 1025483300, 0),
(71543, 398, 45, 'Chunhe', 244033400, 1025305500, 0),
(71544, 398, 45, 'Cuihua', 277376600, 1038573800, 0),
(71545, 398, 45, 'Dake', 246157500, 1032391100, 0),
(71546, 398, 45, 'Danfeng', 248305400, 1040082000, 0),
(71547, 398, 45, 'Dayan', 268687900, 1002207200, 0),
(71548, 398, 45, 'Dayingjie', 243385700, 1024951000, 0),
(71549, 398, 45, 'Dehong', 244333330, 985833330, 0),
(71550, 398, 45, 'Deqen', 278333330, 996000000, 0),
(71551, 398, 45, 'Dianyang', 247026100, 991591900, 0),
(71552, 398, 45, 'Dianzhong', 244050000, 1022247200, 0),
(71553, 398, 45, 'Dongchuan', 254765500, 1012846800, 0),
(71554, 398, 45, 'Dongwang', 285614600, 997436200, 0),
(71555, 398, 45, 'Fenghuangshan', 240796600, 1022065700, 0),
(71556, 398, 45, 'Fengshan', 245833300, 999000000, 0),
(71557, 398, 45, 'Gaoyao', 249858300, 1026225000, 0),
(71558, 398, 45, 'Gengma', 235232500, 993786000, 0),
(71559, 398, 45, 'Gonghe', 252557500, 1015185700, 0),
(71560, 398, 45, 'Guandu', 249636100, 1027606800, 0),
(71561, 398, 45, 'Gucheng', 268475000, 1003161110, 0),
(71562, 398, 45, 'Guishan', 240502700, 1020001800, 0),
(71563, 398, 45, 'Honghe', 233666670, 1031500000, 0),
(71564, 398, 45, 'Hongxi', 241450000, 1033197200, 0),
(71565, 398, 45, 'Huacheng', 247885400, 1028062300, 0),
(71566, 398, 45, 'Huayue', 246210000, 1027521600, 0),
(71567, 398, 45, 'Huichang', 247405600, 1025948400, 0),
(71568, 398, 45, 'Jiangcheng', 244241700, 1028050000, 0),
(71569, 398, 45, 'Jiangna', 236092000, 1043731200, 0),
(71570, 398, 45, 'Jiantang', 278224400, 997692900, 0),
(71571, 398, 45, 'Jinbi', 257085500, 1013367900, 0),
(71572, 398, 45, 'Jinding', 264390300, 994406100, 0),
(71573, 398, 45, 'Jinping', 240305400, 1042270200, 0),
(71574, 398, 45, 'Jiujie', 241090800, 1026842800, 0),
(71575, 398, 45, 'Kaiyuan', 236976700, 1033037200, 0),
(71576, 398, 45, 'Kangpu', 275955000, 991014300, 0),
(71577, 398, 45, 'Kuangyuan', 249137900, 1031478900, 0),
(71578, 398, 45, 'Kunyang', 246675300, 1025919000, 0),
(71579, 398, 45, 'Laojie', 254482900, 995561000, 0),
(71580, 398, 45, 'Liancheng', 240519200, 1050749700, 0),
(71581, 398, 45, 'Liqi', 243883000, 1025519700, 0),
(71582, 398, 45, 'Lishan', 240722500, 1027495200, 0),
(71583, 398, 45, 'Liujie', 245365700, 1026862800, 0),
(71584, 398, 45, 'Longchuan', 251615200, 1012941800, 0),
(71585, 398, 45, 'Lufeng', 245725000, 1031152800, 0),
(71586, 398, 45, 'Lufu', 247602000, 1032664700, 0),
(71587, 398, 45, 'Luohe', 243303400, 1023891700, 0),
(71588, 398, 45, 'Majie', 246863000, 1032586100, 0),
(71589, 398, 45, 'Mali', 231262200, 1047409000, 0),
(71590, 398, 45, 'Menghai', 219532200, 1003840900, 0),
(71591, 398, 45, 'Mengla', 214685900, 1015506900, 0),
(71592, 398, 45, 'Menglang', 225621400, 999102900, 0),
(71593, 398, 45, 'Mengmeng', 234650200, 998020600, 0),
(71594, 398, 45, 'Miyang', 244041700, 1034427800, 0),
(71595, 398, 45, 'Nanjian', 250480100, 1005322400, 0),
(71596, 398, 45, 'Nansan', 237957400, 988039700, 0),
(71597, 398, 45, 'Nanyang', 248479000, 1031344700, 0),
(71598, 398, 45, 'Nanzhao', 252222200, 1003034400, 0),
(71599, 398, 45, 'Ning''er', 230405300, 1010368300, 0),
(71600, 398, 45, 'Nujiang', 258666700, 988666700, 0),
(71601, 398, 45, 'Pingshan', 255198500, 1024758100, 0),
(71602, 398, 45, 'Pu''er', 227886300, 1009748100, 0),
(71603, 398, 45, 'Qianwei', 243412600, 1027288500, 0),
(71604, 398, 45, 'Qinglong', 244427800, 1029825000, 0),
(71605, 398, 45, 'Qingnianlu', 242230600, 1030980600, 0),
(71606, 398, 45, 'Rende', 255582000, 1032760400, 0),
(71607, 398, 45, 'Shangjie', 256710600, 999802500, 0),
(71608, 398, 45, 'Shengping', 285109700, 990159200, 0),
(71609, 398, 45, 'Shilin', 248187800, 1033323700, 0),
(71610, 398, 45, 'Shimen', 258947900, 994293600, 0),
(71611, 398, 45, 'Sijia', 241650500, 1031959400, 0),
(71612, 398, 45, 'Sijie', 241666700, 1027052800, 0),
(71613, 398, 45, 'Songyang', 253251100, 1030298200, 0),
(71614, 398, 45, 'Suyang', 249170500, 1031396800, 0),
(71615, 398, 45, 'Tengyue', 249949200, 985127600, 0),
(71616, 398, 45, 'Tongchang', 247133300, 1020347200, 0),
(71617, 398, 45, 'Tonghong', 243382600, 1030700300, 0),
(71618, 398, 45, 'Tongquan', 254000000, 1035666700, 0),
(71619, 398, 45, 'Tuguan', 249453600, 1022002800, 0),
(71620, 398, 45, 'Weiyuan', 234683100, 1006835400, 0),
(71621, 398, 45, 'Weize', 247077200, 1034050100, 0),
(71622, 398, 45, 'Wenping', 271930600, 1035273000, 0),
(71623, 398, 45, 'Wenshan', 233666670, 1042500000, 0),
(71624, 398, 45, 'Wufeng', 274500000, 1048333300, 0),
(71625, 398, 45, 'Wujing', 277022300, 995372700, 0),
(71626, 398, 45, 'Xiangcheng', 254668700, 1005624800, 0),
(71627, 398, 45, 'Xianjie', 248577500, 1024221000, 0),
(71628, 398, 45, 'Xiaojie', 246439300, 1029314300, 0),
(71629, 398, 45, 'Xilong', 244208600, 1031772600, 0),
(71630, 398, 45, 'Xiluodu', 282006300, 1035822600, 0),
(71631, 398, 45, 'Xinjie', 247444900, 1027210600, 0),
(71632, 398, 45, 'Xiping', 255978400, 1037961200, 0),
(71633, 398, 45, 'Xishuangbanna', 220000000, 1008000000, 0),
(71634, 398, 45, 'Xiushan', 241099900, 1027615300, 0),
(71635, 398, 45, 'Yanmen', 280722500, 990231600, 0),
(71636, 398, 45, 'Yezhi', 277022300, 991263300, 0),
(71637, 398, 45, 'Yisa', 233323100, 1024471100, 0),
(71638, 398, 45, 'Youdian', 248289400, 995923200, 0),
(71639, 398, 45, 'Yuhu', 261067900, 999829200, 0),
(71640, 398, 45, 'Yuping', 229769300, 1037108500, 0),
(71641, 398, 45, 'Zhangfeng', 242208500, 977868300, 0),
(71642, 398, 45, 'Zhong''an', 256666700, 1042333300, 0),
(71643, 398, 45, 'Zhongshu', 245166700, 1037666700, 0),
(71644, 398, 45, 'Zhuyuan', 241077800, 1034186100, 0),
(71645, 399, 45, 'Anchang', 301407200, 1204851100, 0),
(71646, 399, 45, 'Andong', 302682300, 1212158200, 0),
(71647, 399, 45, 'Anwen', 290595100, 1204376800, 0),
(71648, 399, 45, 'Baibu', 305420000, 1207775100, 0),
(71649, 399, 45, 'Baifeng', 298777800, 1219919400, 0),
(71650, 399, 45, 'Baique', 309207100, 1200979500, 0),
(71651, 399, 45, 'Balidian', 308428300, 1201528800, 0),
(71652, 399, 45, 'Banshan', 303516300, 1201780800, 0),
(71653, 399, 45, 'Beichan', 300672200, 1222194400, 0),
(71654, 399, 45, 'Bihu', 283404500, 1197873900, 0),
(71655, 399, 45, 'Caota', 296833300, 1201333300, 0),
(71656, 399, 45, 'Cengang', 300775200, 1219957200, 0),
(71657, 399, 45, 'Chaiqiao', 298691700, 1219144400, 0),
(71658, 399, 45, 'Changkou', 299127800, 1198766700, 0),
(71659, 399, 45, 'Changxing', 310000000, 1109000000, 0),
(71660, 399, 45, 'Chencai', 295844500, 1203773800, 0),
(71661, 399, 45, 'Chengguan', 305481600, 1200798000, 0),
(71662, 399, 45, 'Chengzhao', 279267700, 1196140400, 0),
(71663, 399, 45, 'Chongfu', 305311300, 1204309000, 0),
(71664, 399, 45, 'Chongren', 296093300, 1207052400, 0),
(71665, 399, 45, 'Chunhu', 295786100, 1215155600, 0),
(71666, 399, 45, 'Cicheng', 299823200, 1214401800, 0),
(71667, 399, 45, 'Cuntou', 292658300, 1184686100, 0),
(71668, 399, 45, 'Dachen', 294521000, 1201252700, 0),
(71669, 399, 45, 'Dacun', 290557400, 1211979100, 0),
(71670, 399, 45, 'Daicun', 300175900, 1201959400, 0),
(71671, 399, 45, 'Dama', 305023300, 1203411100, 0),
(71672, 399, 45, 'Dangshan', 301644300, 1205190000, 0),
(71673, 399, 45, 'Dangwan', 302295100, 1205437100, 0),
(71674, 399, 45, 'Daochang', 308484900, 1200926200, 0),
(71675, 399, 45, 'Daoshi', 302922200, 1189483300, 0),
(71676, 399, 45, 'Daoxu', 300460900, 1207676200, 0),
(71677, 399, 45, 'Dashe', 299079000, 1189074000, 0),
(71678, 399, 45, 'Daxu', 295316700, 1218797200, 0),
(71679, 399, 45, 'Dayin', 299400500, 1213710700, 0),
(71680, 399, 45, 'Dayun', 307827800, 1209460800, 0),
(71681, 399, 45, 'Diankou', 299401700, 1203508700, 0),
(71682, 399, 45, 'Dianqian', 293389700, 1207810500, 0),
(71683, 399, 45, 'Diji', 292988900, 1206313900, 0),
(71684, 399, 45, 'Dingtang', 292303300, 1218421700, 0),
(71685, 399, 45, 'Dingzha', 309945100, 1209444800, 0),
(71686, 399, 45, 'Dongpu', 300558300, 1205313300, 0),
(71687, 399, 45, 'Dongsha', 303141800, 1221412300, 0),
(71688, 399, 45, 'Duantang', 298506300, 1215245400, 0),
(71689, 399, 45, 'Dushan', 290455600, 1212661100, 0),
(71690, 399, 45, 'Fangqian', 290516000, 1206794900, 0),
(71691, 399, 45, 'Fenghui', 299492400, 1209765600, 0),
(71692, 399, 45, 'Fengjia', 290158200, 1184146500, 0),
(71693, 399, 45, 'Fenshui', 299291100, 1194286700, 0),
(71694, 399, 45, 'Fusheng', 299632500, 1207200900, 0),
(71695, 399, 45, 'Gaibei', 301403200, 1208878000, 0),
(71696, 399, 45, 'Ganlan', 301026800, 1221369800, 0),
(71697, 399, 45, 'Ganlin', 295205600, 1207141700, 0),
(71698, 399, 45, 'Ganpu', 303935000, 1208897200, 0),
(71699, 399, 45, 'Ganyao', 308887600, 1208853200, 0),
(71700, 399, 45, 'Gaohong', 303203500, 1197214600, 0),
(71701, 399, 45, 'Gaoting', 302458800, 1221989500, 0),
(71702, 399, 45, 'Gaoxiang', 299283700, 1195907000, 0),
(71703, 399, 45, 'Gaoyu', 308211900, 1196079500, 0),
(71704, 399, 45, 'Geshan', 292877200, 1204375000, 0),
(71705, 399, 45, 'Gongchenqiao', 303174500, 1201324300, 0),
(71706, 399, 45, 'Gongqian', 298327900, 1222765000, 0),
(71707, 399, 45, 'Guali', 301866100, 1204535900, 0),
(71708, 399, 45, 'Guangchen', 307521500, 1211260300, 0),
(71709, 399, 45, 'Guanhaiwei', 301703300, 1214018000, 0),
(71710, 399, 45, 'Gulai', 296909400, 1206427000, 0),
(71711, 399, 45, 'Haining', 305333330, 1206833330, 0),
(71712, 399, 45, 'Haiyou', 291235800, 1213734400, 0),
(71713, 399, 45, 'Haoba', 299553000, 1208477500, 0),
(71714, 399, 45, 'Hejia', 293279500, 1183146800, 0),
(71715, 399, 45, 'Hemudu', 299871000, 1213113800, 0),
(71716, 399, 45, 'Hengfan', 303307400, 1197512200, 0),
(71717, 399, 45, 'Hengyan', 294113000, 1185908500, 0),
(71718, 399, 45, 'Heqiao', 301036100, 1192302800, 0),
(71719, 399, 45, 'Hezhuang', 303001500, 1204610700, 0),
(71720, 399, 45, 'Hongxingqiao', 309233300, 1198688900, 0),
(71721, 399, 45, 'Huaikan', 310694400, 1196816700, 0),
(71722, 399, 45, 'Huajie', 289233400, 1199676000, 0),
(71723, 399, 45, 'Huanghu', 304504600, 1198065200, 0),
(71724, 399, 45, 'Huangjiabu', 301435900, 1209556600, 0),
(71725, 399, 45, 'Huangtianfan', 291674900, 1201360600, 0),
(71726, 399, 45, 'Huangwan', 303671500, 1207953100, 0),
(71727, 399, 45, 'Huashe', 301127600, 1204822800, 0),
(71728, 399, 45, 'Huxi', 291792900, 1203909600, 0),
(71729, 399, 45, 'Jiangjia', 294771500, 1186613900, 0),
(71730, 399, 45, 'Jiangshan', 297711900, 1215314900, 0),
(71731, 399, 45, 'Jianhu', 299798600, 1205712400, 0),
(71732, 399, 45, 'Jianqiao', 303195500, 1202151200, 0),
(71733, 399, 45, 'Jiantiao', 290438900, 1216275000, 0),
(71734, 399, 45, 'Jietou', 291158800, 1208037600, 0),
(71735, 399, 45, 'Jinsanjiao', 299893800, 1205271600, 0),
(71736, 399, 45, 'Jishigang', 298702800, 1214311100, 0),
(71737, 399, 45, 'Jiuguan', 308381000, 1202768000, 0),
(71738, 399, 45, 'Juexi', 294736100, 1219472200, 0),
(71739, 399, 45, 'Jushui', 274972900, 1191761000, 0),
(71740, 399, 45, 'Kandun', 302253800, 1212595100, 0),
(71741, 399, 45, 'Kanshan', 301939700, 1204071400, 0),
(71742, 399, 45, 'Kuangyan', 301512700, 1212958600, 0),
(71743, 399, 45, 'Leidian', 305224100, 1201405200, 0),
(71744, 399, 45, 'Lianghu', 299915200, 1208984500, 0),
(71745, 399, 45, 'Liangzhu', 303793000, 1200470400, 0),
(71746, 399, 45, 'Lianshi', 307084600, 1204167200, 0),
(71747, 399, 45, 'Lihai', 301200600, 1207580200, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(71748, 399, 45, 'Lijiashan', 299504700, 1205238700, 0),
(71749, 399, 45, 'Lin''an', 302358300, 1197180600, 0),
(71750, 399, 45, 'Linghu', 307175200, 1201731100, 0),
(71751, 399, 45, 'Lingqiao', 300303200, 1200292800, 0),
(71752, 399, 45, 'Linping', 304225000, 1202972200, 0),
(71753, 399, 45, 'Linpu', 300440600, 1202449300, 0),
(71754, 399, 45, 'Linshan', 301539500, 1209918200, 0),
(71755, 399, 45, 'Lipu', 296140800, 1203464500, 0),
(71756, 399, 45, 'Liuheng', 297448100, 1221089600, 0),
(71757, 399, 45, 'Lizhu', 299552800, 1204666700, 0),
(71758, 399, 45, 'Longquan', 308692000, 1201038600, 0),
(71759, 399, 45, 'Louta', 299068300, 1201243900, 0),
(71760, 399, 45, 'Luoshe', 306344400, 1200888900, 0),
(71761, 399, 45, 'Luqiao', 285808400, 1213771500, 0),
(71762, 399, 45, 'Lushan', 300089900, 1199038100, 0),
(71763, 399, 45, 'Majin', 293031100, 1184091700, 0),
(71764, 399, 45, 'Mazhu', 300780100, 1210470000, 0),
(71765, 399, 45, 'Meizhu', 294771500, 1207977900, 0),
(71766, 399, 45, 'Miaoxi', 307819600, 1200040000, 0),
(71767, 399, 45, 'Nanxun', 308690200, 1204199400, 0),
(71768, 399, 45, 'Ninghai', 292891700, 1214247200, 0),
(71769, 399, 45, 'Ningwei', 302151900, 1202765200, 0),
(71770, 399, 45, 'Paitou', 296062400, 1201507800, 0),
(71771, 399, 45, 'Pengbu', 302911100, 1202202100, 0),
(71772, 399, 45, 'Pinghu', 307000000, 1210166670, 0),
(71773, 399, 45, 'Pingshui', 298936400, 1206194000, 0),
(71774, 399, 45, 'Putuoshan', 299865700, 1223804700, 0),
(71775, 399, 45, 'Puyan', 301573000, 1201466600, 0),
(71776, 399, 45, 'Puyuan', 306802200, 1206291200, 0),
(71777, 399, 45, 'Qianchuan', 300911400, 1193902700, 0),
(71778, 399, 45, 'Qiangtou', 294638900, 1217805600, 0),
(71779, 399, 45, 'Qianhong', 302606500, 1193961600, 0),
(71780, 399, 45, 'Qianqing', 301250600, 1204051200, 0),
(71781, 399, 45, 'Qiaosi', 303516000, 1202855900, 0),
(71782, 399, 45, 'Qinshan', 304345700, 1209230600, 0),
(71783, 399, 45, 'Qiu''ai', 298519800, 1216316100, 0),
(71784, 399, 45, 'Qixing', 308135500, 1208120600, 0),
(71785, 399, 45, 'Quanfu', 291039000, 1202201700, 0),
(71786, 399, 45, 'Quantang', 306820800, 1212238900, 0),
(71787, 399, 45, 'Qushan', 304500500, 1222842700, 0),
(71788, 399, 45, 'Ruanshi', 298767300, 1203780300, 0),
(71789, 399, 45, 'Rui''an', 277833330, 1206250000, 0),
(71790, 399, 45, 'Sanbei', 300948800, 1214982200, 0),
(71791, 399, 45, 'Sanjie', 297590900, 1208478600, 0),
(71792, 399, 45, 'Sanqishi', 300336000, 1213385600, 0),
(71793, 399, 45, 'Shaliu', 291500000, 1214000000, 0),
(71794, 399, 45, 'Shandi', 292407200, 1184377000, 0),
(71795, 399, 45, 'Shangpu', 299069200, 1208310200, 0),
(71796, 399, 45, 'Shangtian', 296175000, 1214050000, 0),
(71797, 399, 45, 'Shangyang', 278527700, 1198602300, 0),
(71798, 399, 45, 'Shanlian', 306968300, 1203078200, 0),
(71799, 399, 45, 'Shanxiahu', 298566800, 1203529600, 0),
(71800, 399, 45, 'Shendang', 305773600, 1208212900, 0),
(71801, 399, 45, 'Shengshan', 302329000, 1213225400, 0),
(71802, 399, 45, 'Shenjiamen Jiedao', 299576200, 1222980200, 0),
(71803, 399, 45, 'Shenzhen', 294159100, 1213397100, 0),
(71804, 399, 45, 'Shicong', 307229800, 1202625900, 0),
(71805, 399, 45, 'Shihuang', 295393400, 1206523600, 0),
(71806, 399, 45, 'Shiliang', 292409700, 1210432200, 0),
(71807, 399, 45, 'Shuige', 284175000, 1198599800, 0),
(71808, 399, 45, 'Simen', 301616700, 1210388900, 0),
(71809, 399, 45, 'Simingshan', 297358900, 1211102100, 0),
(71810, 399, 45, 'Song''ao', 296119300, 1216859000, 0),
(71811, 399, 45, 'Songcun', 296810600, 1188404600, 0),
(71812, 399, 45, 'Songxia', 300976300, 1208412500, 0),
(71813, 399, 45, 'Suoqian', 301135600, 1202769200, 0),
(71814, 399, 45, 'Tanghui', 307946600, 1207719800, 0),
(71815, 399, 45, 'Tangqi', 304783200, 1201810500, 0),
(71816, 399, 45, 'Tangtou', 296698900, 1217134400, 0),
(71817, 399, 45, 'Tanshi', 287151200, 1184933100, 0),
(71818, 399, 45, 'Taoyan', 300213900, 1207281200, 0),
(71819, 399, 45, 'Tingpang', 290407500, 1213386400, 0),
(71820, 399, 45, 'Tudian', 305804000, 1206139200, 0),
(71821, 399, 45, 'Wangfu', 298418200, 1189118100, 0),
(71822, 399, 45, 'Wangjiajing', 296278300, 1202147000, 0),
(71823, 399, 45, 'Wangtan', 297868300, 1206718200, 0),
(71824, 399, 45, 'Wanshi', 300977400, 1195689300, 0),
(71825, 399, 45, 'Weiping', 297282800, 1187840300, 0),
(71826, 399, 45, 'Wukang', 305415500, 1199593500, 0),
(71827, 399, 45, 'Wuning', 292588700, 1202310800, 0),
(71828, 399, 45, 'Xiaguan', 298439300, 1210305900, 0),
(71829, 399, 45, 'Xiakou', 291443200, 1189872300, 0),
(71830, 399, 45, 'Xialu', 300659000, 1203557900, 0),
(71831, 399, 45, 'Xiangshan', 294750000, 1218660000, 0),
(71832, 399, 45, 'Xianxiang', 295877800, 1218427800, 0),
(71833, 399, 45, 'Xiaodong', 300333300, 1211000000, 0),
(71834, 399, 45, 'Xiaolin', 301727400, 1213058800, 0),
(71835, 399, 45, 'Xiaomei', 278258300, 1189722200, 0),
(71836, 399, 45, 'Xiaosha', 301077900, 1220577900, 0),
(71837, 399, 45, 'Xiaoyue', 300712200, 1209279600, 0),
(71838, 399, 45, 'Xiashi', 305362900, 1206863800, 0),
(71839, 399, 45, 'Xiaying', 298047200, 1215913900, 0),
(71840, 399, 45, 'Xiazhi', 297562100, 1222357200, 0),
(71841, 399, 45, 'Xibian', 277645900, 1189376600, 0),
(71842, 399, 45, 'Xichou', 292440700, 1204377000, 0),
(71843, 399, 45, 'Xiepu', 300236400, 1215891300, 0),
(71844, 399, 45, 'Xietang', 301219000, 1209011000, 0),
(71845, 399, 45, 'Xincang', 307315100, 1211757700, 0),
(71846, 399, 45, 'Xindai', 308230300, 1210824300, 0),
(71847, 399, 45, 'Xindeng', 299752800, 1197266700, 0),
(71848, 399, 45, 'Xingkou', 290844800, 1182998400, 0),
(71849, 399, 45, 'Xintangbian', 286216100, 1184515200, 0),
(71850, 399, 45, 'Xitang', 309472900, 1208878500, 0),
(71851, 399, 45, 'Xuetian', 290045300, 1205620000, 0),
(71852, 399, 45, 'Yancang', 300329000, 1220569400, 0),
(71853, 399, 45, 'Yanguan', 304560700, 1205467300, 0),
(71854, 399, 45, 'Yangxunqiao', 301432800, 1203559400, 0),
(71855, 399, 45, 'Yaojia', 295526000, 1187836200, 0),
(71856, 399, 45, 'Yinjiang', 297742000, 1213551900, 0),
(71857, 399, 45, 'Yinong', 301968200, 1205857600, 0),
(71858, 399, 45, 'Yipeng', 302615800, 1204888400, 0),
(71859, 399, 45, 'Yiqiao', 300695600, 1201978400, 0),
(71860, 399, 45, 'Youchegang', 308288800, 1207480900, 0),
(71861, 399, 45, 'Yuanhua', 304145400, 1207715500, 0),
(71862, 399, 45, 'Yunhe', 304749600, 1202960200, 0),
(71863, 399, 45, 'Yuqian', 301881000, 1193931500, 0),
(71864, 399, 45, 'Yutou', 286214900, 1185056600, 0),
(71865, 399, 45, 'Zhangqi', 301158100, 1214508900, 0),
(71866, 399, 45, 'Zhangshui', 298203600, 1212993500, 0),
(71867, 399, 45, 'Zhangting', 300152800, 1212842400, 0),
(71868, 399, 45, 'Zhangwu', 307797200, 1195438900, 0),
(71869, 399, 45, 'Zhaojia', 297563900, 1204563900, 0),
(71870, 399, 45, 'Zhapu', 306015300, 1210868600, 0),
(71871, 399, 45, 'Zhibu', 298206500, 1202484800, 0),
(71872, 399, 45, 'Zhili', 308735800, 1202566700, 0),
(71873, 399, 45, 'Zhongtai', 302409400, 1199269500, 0),
(71874, 399, 45, 'Zhoupu', 300925400, 1200663300, 0),
(71875, 399, 45, 'Zhouquan', 305792600, 1203474800, 0),
(71876, 399, 45, 'Zhoushan', 300107500, 1222046500, 0),
(71877, 399, 45, 'Zhouwangmiao', 304636700, 1205044800, 0),
(71878, 399, 45, 'Zhu''ao', 290697200, 1212859000, 0),
(71879, 399, 45, 'Zhuangqiao', 299300000, 1215483300, 0),
(71880, 399, 45, 'Zonghan', 301922200, 1212252000, 0),
(71881, 2773, 47, 'Leticia', -42152800, -699405600, 0),
(71882, 401, 47, 'Betania', 57460000, -759776500, 0),
(71883, 401, 47, 'Caucasia', 79865400, -751934900, 0),
(71884, 401, 47, 'Chigorodo', 76663800, -766810600, 0),
(71885, 401, 47, 'Cocorna', 60573000, -751852400, 0),
(71886, 401, 47, 'Entrerrios', 65654000, -755169000, 0),
(71887, 401, 47, 'Gomez Plata', 66817800, -752190600, 0),
(71888, 401, 47, 'Heliconia', 62068900, -757336700, 0),
(71889, 401, 47, 'Hispania', 57992500, -759071800, 0),
(71890, 401, 47, 'Ituango', 71711700, -757640400, 0),
(71891, 401, 47, 'Jerico', 57921100, -757860100, 0),
(71892, 401, 47, 'La Pintada', 57486700, -756062600, 0),
(71893, 401, 47, 'Nechi', 80941900, -747757300, 0),
(71894, 401, 47, 'Remedios', 70308300, -745333300, 0),
(71895, 401, 47, 'San Jeronimo', 64434400, -757281500, 0),
(71896, 401, 47, 'San Roque', 64851100, -750196000, 0),
(71897, 401, 47, 'San Vicente', 62327800, -753361100, 0),
(71898, 401, 47, 'Santo Domingo', 64722200, -751647200, 0),
(71899, 401, 47, 'Santuario', 61383300, -752641700, 0),
(71900, 401, 47, 'Valdivia', 72888900, -753977800, 0),
(71901, 402, 47, 'Arauquita', 70291700, -714280600, 0),
(71902, 403, 47, 'Campo de la Cruz', 103780800, -748835600, 0),
(71903, 403, 47, 'Santo Tomas', 107577300, -747545100, 0),
(71904, 404, 47, 'Cordoba', 95861200, -748270500, 0),
(71905, 404, 47, 'El Guamo', 100315500, -749761200, 0),
(71906, 404, 47, 'Magangue', 92420200, -747546700, 0),
(71907, 404, 47, 'Maria la Baja', 99832000, -753015500, 0),
(71908, 404, 47, 'Tiquisio', 85597200, -742669400, 0),
(71909, 404, 47, 'Turbana', 102717000, -754422200, 0),
(71910, 404, 47, 'Villanueva', 104436100, -752730600, 0),
(71911, 405, 47, 'Chiquinquira', 56163700, -738174800, 0),
(71912, 405, 47, 'Paipa', 57801300, -731170800, 0),
(71913, 405, 47, 'Raquira', 55379300, -736320100, 0),
(71914, 405, 47, 'Soata', 63336900, -726828300, 0),
(71915, 406, 47, 'Chinchina', 49825000, -756036100, 0),
(71916, 406, 47, 'Pensilvania', 53834600, -751612200, 0),
(71917, 406, 47, 'Riosucio', 54216400, -757031800, 0),
(71918, 407, 47, 'Puerto Rico', 19141700, -751450000, 0),
(71919, 408, 47, 'Aguazul', 51728200, -725470600, 0),
(71920, 408, 47, 'Sabanalarga', 48543000, -730400300, 0),
(71921, 408, 47, 'Trinidad', 54305600, -716311100, 0),
(71922, 409, 47, 'Caloto', 30358600, -764078800, 0),
(71923, 409, 47, 'Lopez', 24333300, -768000000, 0),
(71924, 409, 47, 'Puerto Tejada', 32311400, -764166800, 0),
(71925, 409, 47, 'Villa Rica', 25094900, -768441800, 0),
(71926, 410, 47, 'Agustin Codazzi', 100340900, -732361100, 0),
(71927, 410, 47, 'Ariguani', 102500000, -740000000, 0),
(71928, 410, 47, 'Curumani', 91999200, -735427400, 0),
(71929, 410, 47, 'La Paz', 103843900, -731733200, 0),
(71930, 410, 47, 'Pailitas', 89565200, -736254800, 0),
(71931, 410, 47, 'Pelaya', 86881900, -736645200, 0),
(71932, 412, 47, 'Cienaga de Oro', 88744300, -756202800, 0),
(71933, 412, 47, 'Sahagun', 89461600, -754427500, 0),
(71934, 412, 47, 'San Pelayo', 89583300, -758362700, 0),
(71935, 413, 47, 'Caqueza', 44056900, -739468300, 0),
(71936, 413, 47, 'El Rosal', 48531400, -742599600, 0),
(71937, 413, 47, 'Gachancipa', 49911100, -738715400, 0),
(71938, 413, 47, 'Granada', 50666700, -745666700, 0),
(71939, 413, 47, 'Guacheta', 53842500, -736861700, 0),
(71940, 413, 47, 'La Mesa', 52666700, -739166700, 0),
(71941, 413, 47, 'La Vega', 49977900, -743397900, 0),
(71942, 413, 47, 'Medina', 45100500, -733498200, 0),
(71943, 413, 47, 'Narino', 43978100, -748273100, 0),
(71944, 413, 47, 'Pacho', 51327800, -741597700, 0),
(71945, 413, 47, 'Pandi', 41911100, -744875000, 0),
(71946, 413, 47, 'Ricaurte', 42807500, -747646900, 0),
(71947, 413, 47, 'San Francisco', 49737200, -742900600, 0),
(71948, 413, 47, 'Sasaima', 49661100, -744351200, 0),
(71949, 413, 47, 'Silvania', 44036700, -743867000, 0),
(71950, 413, 47, 'Simijaca', 55029100, -738522700, 0),
(71951, 413, 47, 'Tabio', 49172600, -740936400, 0),
(71952, 413, 47, 'Tocancipa', 49653100, -739130100, 0),
(71953, 413, 47, 'Villeta', 50088600, -744722600, 0),
(71954, 2774, 47, 'Inirida', 38652800, -679238900, 0),
(71955, 415, 47, 'San Jose del Guaviare', 25728600, -726459100, 0),
(71956, 416, 47, 'Acevedo', 18360600, -758549800, 0),
(71957, 416, 47, 'Campoalegre', 26848900, -753231100, 0),
(71958, 416, 47, 'Colombia', 33760600, -748015000, 0),
(71959, 416, 47, 'Gigante', 23867700, -755453100, 0),
(71960, 416, 47, 'Tesalia', 24858700, -757292100, 0),
(71961, 417, 47, 'Fonseca', 108860600, -728487000, 0),
(71962, 417, 47, 'Villanueva', 106052800, -729800000, 0),
(71963, 418, 47, 'Concordia', 98354500, -744554800, 0),
(71964, 418, 47, 'El Banco', 90011400, -739758100, 0),
(71965, 418, 47, 'Plato', 97902900, -747824400, 0),
(71966, 418, 47, 'Santa Ana', 93212500, -745684800, 0),
(71967, 419, 47, 'Barranca de Upia', 45696300, -729667600, 0),
(71968, 419, 47, 'Cabuyaro', 42817000, -727939900, 0),
(71969, 419, 47, 'Puerto Lleras', 30222500, -734044000, 0),
(71970, 419, 47, 'Puerto Rico', 29383300, -732083300, 0),
(71971, 419, 47, 'San Martin', 36963700, -736995800, 0),
(71972, 420, 47, 'Buesaco', 13901700, -771598200, 0),
(71973, 420, 47, 'Funes', 10026600, -774506700, 0),
(71974, 420, 47, 'Leiva', 19338900, -773025300, 0),
(71975, 420, 47, 'Narino', 12954600, -773605000, 0),
(71976, 420, 47, 'Providencia', 15697600, -774640000, 0),
(71977, 421, 47, 'Tibu', 86389600, -727358300, 0),
(71978, 421, 47, 'Toledo', 73098400, -724829500, 0),
(71979, 422, 47, 'Mocoa', 11493300, -766466100, 0),
(71980, 422, 47, 'Puerto Asis', 5132800, -765007500, 0),
(71981, 422, 47, 'Santiago', 11484400, -770045000, 0),
(71982, 423, 47, 'Circasia', 46188900, -756358300, 0),
(71983, 423, 47, 'La Tebaida', 44526500, -757874600, 0),
(71984, 423, 47, 'Montenegro', 45663900, -757511100, 0),
(71985, 426, 47, 'Barichara', 66357200, -732228200, 0),
(71986, 426, 47, 'Betulia', 69006900, -732834700, 0),
(71987, 426, 47, 'Cerrito', 68431500, -726940400, 0),
(71988, 426, 47, 'Cimitarra', 63141900, -739496800, 0),
(71989, 426, 47, 'Coromoro', 62946100, -730402200, 0),
(71990, 426, 47, 'El Carmen', 66973600, -735111600, 0),
(71991, 426, 47, 'Puente Nacional', 58774000, -736781000, 0),
(71992, 426, 47, 'Sabana de Torres', 73915000, -734957400, 0),
(71993, 426, 47, 'San Vicente de Chucuri', 68810000, -734097700, 0),
(71994, 426, 47, 'Socorro', 64683800, -732602200, 0),
(71995, 427, 47, 'Corozal', 93150500, -752928300, 0),
(71996, 427, 47, 'Los Palmitos', 93789900, -752676900, 0),
(71997, 427, 47, 'Ovejas', 95324800, -752238200, 0),
(71998, 427, 47, 'San Marcos', 86597200, -751280900, 0),
(71999, 427, 47, 'San Onofre', 97358600, -755262600, 0),
(72000, 427, 47, 'Sucre', 88113600, -747208400, 0),
(72001, 427, 47, 'Toluviejo', 94508200, -754386400, 0),
(72002, 428, 47, 'Cajamarca', 44417200, -754267800, 0),
(72003, 428, 47, 'Guamo', 40307800, -749701000, 0),
(72004, 428, 47, 'Libano', 49218000, -750623200, 0),
(72005, 428, 47, 'Purificacion', 38587000, -749312900, 0),
(72006, 428, 47, 'Venadillo', 47193000, -749291800, 0),
(72007, 429, 47, 'Alcala', 46747200, -757825000, 0),
(72008, 429, 47, 'Andalucia', 41706100, -761664100, 0),
(72009, 429, 47, 'Ansermanuevo', 47972200, -759950000, 0),
(72010, 429, 47, 'Bolivar', 43387000, -761834200, 0),
(72011, 429, 47, 'Bugalagrande', 42120700, -761556400, 0),
(72012, 429, 47, 'Ginebra', 37246100, -762667500, 0),
(72013, 429, 47, 'Guacari', 37638300, -763329200, 0),
(72014, 429, 47, 'Obando', 45758300, -759738900, 0),
(72015, 429, 47, 'Pradera', 34211100, -762447200, 0),
(72016, 429, 47, 'Restrepo', 38220300, -765224200, 0),
(72017, 429, 47, 'Riofrio', 41571000, -762885200, 0),
(72018, 2775, 47, 'Mitu', 11983300, -701733300, 0),
(72019, 2776, 50, 'Bandundu', -33166700, 173666700, 0),
(72020, 2776, 50, 'Inongo', -19500000, 182666700, 0),
(72021, 2776, 50, 'Kikwit', -50409800, 188161900, 0),
(72022, 432, 50, 'Tshela', -49833300, 129333300, 0),
(72023, 2777, 50, 'Boende', -2166700, 208666700, 0),
(72024, 2777, 50, 'Gbadolite', 42833300, 210166700, 0),
(72025, 2777, 50, 'Gemena', 32500000, 197666700, 0),
(72026, 2777, 50, 'Libenge', 36500000, 186333300, 0),
(72027, 2777, 50, 'Lisala', 21500000, 215166700, 0),
(72028, 2777, 50, 'Mbandaka', 486500, 182603400, 0),
(72029, 2778, 50, 'Ilebo', -43166700, 205833300, 0),
(72030, 2778, 50, 'Kananga', -58958300, 224177800, 0),
(72031, 2778, 50, 'Tshikapa', -64166700, 208000000, 0),
(72032, 2779, 50, 'Lodja', -34833300, 234333300, 0),
(72033, 2779, 50, 'Mbuji-Mayi', -61500000, 236000000, 0),
(72034, 433, 50, 'Kalemie', -59474900, 291947100, 0),
(72035, 433, 50, 'Kamina', -87386100, 249905600, 0),
(72036, 433, 50, 'Kolwezi', -107148400, 254667400, 0),
(72037, 433, 50, 'Likasi', -109813900, 267333300, 0),
(72038, 2780, 50, 'Kindu', -29500000, 259500000, 0),
(72039, 435, 50, 'Beni', 5000000, 294666700, 0),
(72040, 435, 50, 'Butembo', 1500000, 292833300, 0),
(72041, 2781, 50, 'Bunia', 15666700, 302500000, 0),
(72042, 2781, 50, 'Isiro', 27666700, 276166700, 0),
(72043, 2781, 50, 'Kisangani', 5166700, 252000000, 0),
(72044, 436, 50, 'Bukavu', -25083300, 288608300, 0),
(72045, 2782, 49, 'Impfondo', 16380600, 180666700, 0),
(72046, 442, 52, 'Los Chiles', 110333300, -847166700, 0),
(72047, 442, 52, 'Orotina', 99119700, -845233700, 0),
(72048, 442, 52, 'San Jose', 109517300, -851361000, 0),
(72049, 443, 52, 'Concepcion', 99333300, -840000000, 0),
(72050, 444, 52, 'Belen', 104078800, -855883600, 0),
(72051, 444, 52, 'Juntas', 102809000, -849595100, 0),
(72052, 444, 52, 'Samara', 98824000, -855266500, 0),
(72053, 445, 52, 'Santo Domingo', 100638800, -841549900, 0),
(72054, 446, 52, 'Roxana', 102752800, -837513300, 0),
(72055, 446, 52, 'Siquirres', 100974800, -835065900, 0),
(72056, 447, 52, 'Corredor', 86400200, -829460000, 0),
(72057, 448, 52, 'Aserri', 98587600, -840923000, 0),
(72058, 448, 52, 'Mercedes', 92627000, -835820200, 0),
(72059, 448, 52, 'Patarra', 98807100, -840350100, 0),
(72060, 448, 52, 'San Ignacio', 97985300, -841617300, 0),
(72061, 448, 52, 'San Juan de Dios', 98773000, -840847000, 0),
(72062, 449, 53, 'San-Pedro', 47485100, -66363000, 0),
(72063, 449, 53, 'Soubre', 57855600, -66083300, 0),
(72064, 2783, 53, 'Gagnoa', 61292600, -59437100, 0),
(72065, 2784, 53, 'Daloa', 68773600, -64502200, 0),
(72066, 2785, 53, 'Zuenoula', 74291700, -60430600, 0),
(72067, 2786, 53, 'Guiglo', 65455900, -74965900, 0),
(72068, 2787, 53, 'Abengourou', 67297200, -34963900, 0),
(72069, 2788, 53, 'Daoukro', 70591000, -39631000, 0),
(72070, 453, 53, 'Bouake', 76894900, -50217700, 0),
(72071, 454, 54, 'Cazma', 457466700, 166227800, 0),
(72072, 454, 54, 'Daruvar', 455905600, 172250000, 0),
(72073, 454, 54, 'Grubisno Polje', 457021400, 171726800, 0),
(72074, 455, 54, 'Davor', 451152800, 175163900, 0),
(72075, 455, 54, 'Korenica', 452247200, 181655600, 0),
(72076, 455, 54, 'Okucani', 452583300, 172016700, 0),
(72077, 455, 54, 'Resetari', 452563900, 174630600, 0),
(72078, 456, 54, 'Blato', 427625000, 174822200, 0),
(72079, 456, 54, 'Orebic', 429855600, 171747200, 0),
(72080, 456, 54, 'Podgora', 428486100, 178363900, 0),
(72081, 456, 54, 'Smokvica', 429305600, 168963900, 0),
(72082, 456, 54, 'Ston', 428386100, 176963900, 0),
(72083, 456, 54, 'Vela Luka', 429633300, 167225000, 0),
(72084, 457, 54, 'Strmec', 457000000, 159166700, 0),
(72085, 458, 54, 'Karojba', 453008300, 138230600, 0),
(72086, 458, 54, 'Lovran', 452919400, 142741700, 0),
(72087, 458, 54, 'Novigrad', 453150000, 135580600, 0),
(72088, 458, 54, 'Pazin', 452402800, 139366700, 0),
(72089, 459, 54, 'Ozalj', 456066700, 154619400, 0),
(72090, 460, 54, 'Ferdinandovac', 460500000, 172000000, 0),
(72091, 460, 54, 'Virje', 460672200, 169900000, 0),
(72092, 462, 54, 'Gospic', 445461100, 153747200, 0),
(72093, 462, 54, 'Popovaca', 446391700, 151791700, 0),
(72094, 462, 54, 'Senj', 449894400, 149058300, 0),
(72095, 463, 54, 'Gorican', 463841700, 166808300, 0),
(72096, 463, 54, 'Orehovica', 463316700, 165069400, 0),
(72097, 463, 54, 'Palovec', 463888900, 165477800, 0),
(72098, 463, 54, 'Prelog', 463350000, 166155600, 0),
(72099, 463, 54, 'Senkovec', 464088900, 164216700, 0),
(72100, 463, 54, 'Trnovec', 463858300, 163119400, 0),
(72101, 464, 54, 'Antunovac', 454908300, 186750000, 0),
(72102, 464, 54, 'Batina', 458461100, 188500000, 0),
(72103, 464, 54, 'Beli Manastir', 457700000, 186036100, 0),
(72104, 464, 54, 'Brijest', 455205600, 186719400, 0),
(72105, 464, 54, 'Cepin', 455236100, 185633300, 0),
(72106, 464, 54, 'Ernestinovo', 454519400, 186591700, 0),
(72107, 464, 54, 'Gorjani', 453988900, 183722200, 0),
(72108, 464, 54, 'Martin', 454922200, 180666700, 0),
(72109, 465, 54, 'Gradac', 453130600, 178152800, 0),
(72110, 465, 54, 'Kutjevo', 454261100, 178825000, 0),
(72111, 465, 54, 'Pakrac', 454363900, 171888900, 0),
(72112, 466, 54, 'Crikvenica', 451772200, 146927800, 0),
(72113, 466, 54, 'Hreljin', 452825000, 145991700, 0),
(72114, 466, 54, 'Jadranovo', 452311100, 146183300, 0),
(72115, 466, 54, 'Kampor', 447750000, 147186100, 0),
(72116, 466, 54, 'Matulji', 453616700, 143250000, 0),
(72117, 466, 54, 'Novi Vinodolski', 451280600, 147888900, 0),
(72118, 466, 54, 'Punat', 450147200, 146288900, 0),
(72119, 467, 54, 'Murter', 438125000, 156061100, 0),
(72120, 467, 54, 'Vodice', 437608300, 157827800, 0),
(72121, 468, 54, 'Novska', 453405600, 169769400, 0),
(72122, 468, 54, 'Voloder', 455480600, 166788900, 0),
(72123, 469, 54, 'Bol', 432619400, 166550000, 0),
(72124, 469, 54, 'Donja Brela', 433688900, 169341700, 0),
(72125, 469, 54, 'Dugopolje', 435805600, 166027800, 0),
(72126, 469, 54, 'Greda', 436152800, 166936100, 0),
(72127, 469, 54, 'Imotski', 434466700, 172166700, 0),
(72128, 469, 54, 'Jesenice', 434666700, 166166700, 0),
(72129, 469, 54, 'Makarska', 432969400, 170177800, 0),
(72130, 469, 54, 'Omis', 434447200, 166886100, 0),
(72131, 469, 54, 'Supetar', 433841700, 165508300, 0),
(72132, 469, 54, 'Zrnovnica', 435211100, 165591700, 0),
(72133, 470, 54, 'Jalzabet', 462608300, 164750000, 0),
(72134, 470, 54, 'Klenovnik', 462702800, 160700000, 0),
(72135, 470, 54, 'Lepoglava', 462105600, 160355600, 0),
(72136, 470, 54, 'Ljubescica', 461666700, 163833300, 0),
(72137, 470, 54, 'Remetinec', 461852800, 163277800, 0),
(72138, 470, 54, 'Sracinec', 463294400, 162788900, 0),
(72139, 470, 54, 'Tuzno', 462566700, 162350000, 0),
(72140, 472, 54, 'Andrijasevci', 452247200, 187380600, 0),
(72141, 472, 54, 'Bapska', 451975000, 192600000, 0),
(72142, 472, 54, 'Bosnjaci', 450502800, 187555600, 0),
(72143, 472, 54, 'Cerna', 451819400, 186894400, 0),
(72144, 472, 54, 'Drenovci', 449161100, 188536100, 0),
(72145, 472, 54, 'Gradiste', 451480600, 187066700, 0),
(72146, 472, 54, 'Gunja', 448800000, 188533300, 0),
(72147, 472, 54, 'Ilok', 452222200, 193769400, 0),
(72148, 472, 54, 'Ivankovo', 452886100, 186838900, 0),
(72149, 472, 54, 'Komletinci', 451497200, 189491700, 0),
(72150, 472, 54, 'Lovas', 452263900, 191711100, 0),
(72151, 472, 54, 'Mirkovci', 452697200, 188511100, 0),
(72152, 472, 54, 'Negoslavci', 452794400, 189966700, 0),
(72153, 472, 54, 'Rokovci', 452311100, 187438900, 0),
(72154, 472, 54, 'Sotin', 452950000, 190970000, 0),
(72155, 472, 54, 'Zupanja', 450775000, 186975000, 0),
(72156, 473, 54, 'Benkovac', 440344400, 156127800, 0),
(72157, 473, 54, 'Biograd na Moru', 439433300, 154519400, 0),
(72158, 473, 54, 'Gracac', 443005600, 158547200, 0),
(72159, 473, 54, 'Kali', 440627800, 152055600, 0),
(72160, 473, 54, 'Policnik', 441780600, 153755600, 0),
(72161, 473, 54, 'Preko', 440811100, 151875000, 0),
(72162, 473, 54, 'Privlaka', 442633300, 151197200, 0),
(72163, 473, 54, 'Sali', 439397200, 151633300, 0),
(72164, 473, 54, 'Sukosan', 440466700, 153155600, 0),
(72165, 474, 54, 'Jakovlje', 459513900, 158561100, 0),
(72166, 474, 54, 'Lukavec', 457044400, 159900000, 0),
(72167, 474, 54, 'Mraclin', 456666700, 160955600, 0),
(72168, 474, 54, 'Pojatno', 459050000, 158005600, 0),
(72169, 2789, 55, 'Artemisa', 228130600, -827619400, 0),
(72170, 2789, 55, 'Bauta', 229827800, -825463900, 0),
(72171, 2789, 55, 'San Antonio de los Banos', 228911100, -824991700, 0),
(72172, 2790, 55, 'Camaguey', 213808300, -779169400, 0),
(72173, 2790, 55, 'El Caney', 213000000, -784833300, 0),
(72174, 2791, 55, 'Cienfuegos', 221461100, -804355600, 0),
(72175, 2792, 55, 'Bayamo', 203791700, -766433300, 0),
(72176, 2792, 55, 'Manzanillo', 203433300, -771166700, 0),
(72177, 2793, 55, 'Baracoa', 203466700, -744958300, 0),
(72178, 2793, 55, 'Guantanamo', 201444400, -752091700, 0),
(72179, 2794, 55, 'Gibara', 211097200, -761316700, 0),
(72180, 2794, 55, 'Holguin', 208872200, -762630600, 0),
(72181, 2795, 55, 'Las Tunas', 209616700, -769511100, 0),
(72182, 477, 55, 'Varadero', 231536100, -812513900, 0),
(72183, 2796, 55, 'Jamaica', 229791700, -821702800, 0),
(72184, 2796, 55, 'Santa Cruz del Norte', 231538900, -819236100, 0),
(72185, 2797, 55, 'Pinar del Rio', 224175000, -836980600, 0),
(72186, 2797, 55, 'Vinales', 226163900, -837077800, 0),
(72187, 2798, 55, 'Sancti Spiritus', 219297200, -794425000, 0),
(72188, 2798, 55, 'Trinidad', 218019400, -799841700, 0),
(72189, 2798, 55, 'Yaguajay', 223272200, -792377800, 0),
(72190, 2799, 55, 'Caibarien', 225205600, -794669400, 0),
(72191, 2799, 55, 'Santa Clara', 224000000, -799666700, 0),
(72196, 480, 57, 'Liopetri', 350083300, 338916700, 0),
(72197, 482, 57, 'Athienou', 350666700, 335416700, 0),
(72198, 482, 57, 'Kiti', 348500000, 335750000, 0),
(72199, 482, 57, 'Pyla', 350291700, 336916700, 0),
(72200, 483, 57, 'Pelendria', 349000000, 329666700, 0),
(72201, 483, 57, 'Sotira', 347291700, 328625000, 0),
(72202, 484, 57, 'Alambra', 349916700, 334000000, 0),
(72203, 484, 57, 'Kato Pyrgos', 351802800, 326825000, 0),
(72204, 484, 57, 'Lefka', 351105600, 328505600, 0),
(72205, 487, 58, 'Benesov nad Cernou', 487294000, 146273700, 0),
(72206, 487, 58, 'Bernartice', 493688900, 143810100, 0),
(72207, 487, 58, 'Borek', 490233900, 145008800, 0),
(72208, 487, 58, 'Ceske Velenice', 487685100, 149636800, 0),
(72209, 487, 58, 'Chlum u Trebone', 489623500, 149279900, 0),
(72210, 487, 58, 'Chysky', 495234600, 144275700, 0),
(72211, 487, 58, 'Cimelice', 494655700, 140692200, 0),
(72212, 487, 58, 'Dolni Bukovsko', 491708600, 145812700, 0),
(72213, 487, 58, 'Dolni Dvoriste', 486564200, 144522100, 0),
(72214, 487, 58, 'Driten', 491428000, 143459600, 0),
(72215, 487, 58, 'Frymburk', 486609400, 141656400, 0),
(72216, 487, 58, 'Holasovice', 499984300, 178084700, 0),
(72217, 487, 58, 'Hrdejovice', 490189300, 144785700, 0),
(72218, 487, 58, 'Husinec', 490549600, 139869700, 0),
(72219, 487, 58, 'Nova Vcelnice', 492393500, 150726000, 0),
(72220, 487, 58, 'Nove Hrady', 487896300, 147783900, 0),
(72221, 487, 58, 'Oparany', 493967800, 144813700, 0),
(72222, 487, 58, 'Plana nad Luznici', 493544400, 147014700, 0),
(72223, 487, 58, 'Strunkovice nad Blanici', 490840200, 140552200, 0),
(72224, 487, 58, 'Studena', 491851600, 152868800, 0),
(72225, 487, 58, 'Trebon', 490036400, 147706500, 0),
(72226, 487, 58, 'Vyssi Brod', 486159800, 143118300, 0),
(72227, 488, 58, 'Brezi', 488192800, 165674800, 0),
(72228, 488, 58, 'Cebin', 493132400, 164779100, 0),
(72229, 488, 58, 'Cejc', 489465300, 169651100, 0),
(72230, 488, 58, 'Doubravice nad Svitavou', 494366400, 166293700, 0),
(72231, 488, 58, 'Drasov', 493318300, 164779800, 0),
(72232, 488, 58, 'Drnovice', 492763000, 169514600, 0),
(72233, 488, 58, 'Hevlin', 487520900, 163813100, 0),
(72234, 488, 58, 'Hlohovec', 487739900, 167623000, 0),
(72235, 488, 58, 'Ivanovice na Hane', 493054200, 170934300, 0),
(72236, 488, 58, 'Klobouky', 489960900, 168629800, 0),
(72237, 488, 58, 'Kobyli', 489328600, 168915900, 0),
(72238, 488, 58, 'Krenovice', 491421600, 168293200, 0),
(72239, 488, 58, 'Nosislav', 490138000, 166543100, 0),
(72240, 488, 58, 'Olesnice', 495575500, 164216900, 0),
(72241, 488, 58, 'Orechov', 491111800, 165232900, 0),
(72242, 488, 58, 'Prusanky', 488284000, 169806800, 0),
(72243, 488, 58, 'Rajhrad', 490902100, 166038800, 0),
(72244, 488, 58, 'Rajhradice', 490920300, 166293300, 0),
(72245, 488, 58, 'Rakvice', 488581100, 168133000, 0),
(72246, 488, 58, 'Strelice', 491522100, 165039900, 0),
(72247, 488, 58, 'Tesany', 490395600, 167700300, 0),
(72248, 488, 58, 'Tvrdonice', 487604800, 169944600, 0),
(72249, 488, 58, 'Tynec', 487794300, 170132200, 0),
(72250, 488, 58, 'Vrbice', 489150800, 168977900, 0),
(72251, 488, 58, 'Zajeci', 488729500, 167664600, 0),
(72252, 488, 58, 'Zastavka', 491880000, 163631000, 0),
(72253, 488, 58, 'Zdanice', 490672900, 170275100, 0),
(72254, 488, 58, 'Zelesice', 491168900, 165813700, 0),
(72255, 489, 58, 'Bochov', 501487200, 130522700, 0),
(72256, 489, 58, 'Dalovice', 502477900, 128958100, 0),
(72257, 489, 58, 'Habartov', 501829700, 125505400, 0),
(72258, 489, 58, 'Hazlov', 501563400, 122723800, 0),
(72259, 489, 58, 'Jachymov', 503584600, 129346500, 0),
(72260, 489, 58, 'Luby', 502524800, 124059500, 0),
(72261, 489, 58, 'Nejdek', 503224200, 127293600, 0),
(72262, 489, 58, 'Plesna', 502207000, 123466900, 0),
(72263, 489, 58, 'Touzim', 500604900, 129850600, 0),
(72264, 489, 58, 'Velka Hled''sebe', 499615100, 126676300, 0),
(72265, 489, 58, 'Vintirov', 502338200, 127174800, 0),
(72266, 490, 58, 'Kopidlno', 503308500, 152702900, 0),
(72267, 490, 58, 'Kvasiny', 502125000, 162632300, 0),
(72268, 490, 58, 'Lazne Belohrad', 504287400, 155826900, 0),
(72269, 490, 58, 'Nechanice', 502373700, 156327600, 0),
(72270, 490, 58, 'Pecka', 504803400, 156082200, 0),
(72271, 490, 58, 'Ponikla', 506615200, 154632900, 0),
(72272, 490, 58, 'Rokytnice nad Jizerou', 507256100, 154335700, 0),
(72273, 490, 58, 'Rokytnice v Orlickych Horach', 501647300, 164656700, 0),
(72274, 490, 58, 'Rtyne v Podkrkonosi', 505052300, 160718700, 0),
(72275, 490, 58, 'Skuhrov nad Belou', 502294600, 162923000, 0),
(72276, 490, 58, 'Solnice', 502036600, 162376200, 0),
(72277, 490, 58, 'Stezery', 502157200, 157483100, 0),
(72278, 490, 58, 'Teplice nad Metuji', 505933200, 161702600, 0),
(72279, 490, 58, 'Velke Porici', 504617700, 161893100, 0),
(72280, 491, 58, 'Cesky Dub', 506605400, 149961700, 0),
(72281, 491, 58, 'Chuchelna', 499866400, 181165600, 0),
(72282, 491, 58, 'Desna', 507598700, 153028400, 0),
(72283, 491, 58, 'Duba', 505403400, 145402300, 0),
(72284, 491, 58, 'Harrachov', 507720900, 154314100, 0),
(72285, 491, 58, 'Horni Branna', 506082600, 155714600, 0),
(72286, 491, 58, 'Josefuv Dul', 507819100, 152314600, 0),
(72287, 491, 58, 'Karlovice', 501056400, 174456300, 0),
(72288, 491, 58, 'Lomnice nad Popelkou', 505306200, 153734100, 0),
(72289, 491, 58, 'Mala Skala', 506463100, 151954300, 0),
(72290, 491, 58, 'Osecna', 506948900, 149213800, 0),
(72291, 491, 58, 'Raspenava', 509041500, 151146500, 0),
(72292, 491, 58, 'Rovensko pod Troskami', 505353200, 152594100, 0),
(72293, 491, 58, 'Spindleruv Mlyn', 507261500, 156094400, 0),
(72294, 491, 58, 'Studenec', 505534400, 155493600, 0),
(72295, 491, 58, 'Velke Hamry', 507137300, 153153900, 0),
(72296, 491, 58, 'Visnova', 509666300, 150249500, 0),
(72297, 491, 58, 'Vysoke nad Jizerou', 506855900, 154015200, 0),
(72298, 491, 58, 'Zandov', 507139400, 143962300, 0),
(72299, 491, 58, 'Zeleznice', 504727400, 153845900, 0),
(72300, 492, 58, 'Bartosovice', 496688400, 180546100, 0),
(72301, 492, 58, 'Bohuslavice', 499423200, 181286600, 0),
(72302, 492, 58, 'Bolatice', 499517200, 180835800, 0),
(72303, 492, 58, 'Budisov nad Budisovkou', 497951100, 176296900, 0),
(72304, 492, 58, 'Chotebuz', 497684900, 185691200, 0),
(72305, 492, 58, 'Dolni Lutyne', 498987600, 184281500, 0),
(72306, 492, 58, 'Doubrava', 498587300, 184801800, 0),
(72307, 492, 58, 'Haj ve Slezsku', 498985600, 180954000, 0),
(72308, 492, 58, 'Horni Sucha', 497978000, 184818900, 0),
(72309, 492, 58, 'Jakartovice', 499151000, 176840000, 0),
(72310, 492, 58, 'Janovice', 496214100, 184060200, 0),
(72311, 492, 58, 'Klimkovice', 497880900, 181258500, 0),
(72312, 492, 58, 'Kunin', 496337700, 179896500, 0),
(72313, 492, 58, 'Ludgerovice', 498904200, 182400800, 0),
(72314, 492, 58, 'Mosty u Jablunkova', 495273700, 187541700, 0),
(72315, 492, 58, 'Osoblaha', 502751700, 177152300, 0),
(72316, 492, 58, 'Otice', 499168400, 178698200, 0),
(72317, 492, 58, 'Palkovice', 496346700, 183150800, 0),
(72318, 492, 58, 'Petrvald', 497087200, 181571900, 0),
(72319, 492, 58, 'Raskovice', 496197500, 184728600, 0),
(72320, 492, 58, 'Rybi', 496007300, 180759200, 0),
(72321, 492, 58, 'Rymarov', 499318300, 172717700, 0),
(72322, 492, 58, 'Silherovice', 499260200, 182701700, 0),
(72323, 492, 58, 'Staric', 496859400, 182728100, 0),
(72324, 492, 58, 'Stary Bohumin', 499169000, 183361900, 0),
(72325, 492, 58, 'Ticha', 495699900, 182214800, 0),
(72326, 492, 58, 'Velka Polom', 498635900, 180933100, 0),
(72327, 492, 58, 'Velke Heraltice', 499749300, 177287900, 0),
(72328, 492, 58, 'Vrbno pod Pradedem', 501209500, 173831600, 0),
(72329, 493, 58, 'Bedihost''', 494482600, 171664300, 0),
(72330, 493, 58, 'Hanusovice', 500804900, 169364100, 0),
(72331, 493, 58, 'Hlubocky', 496178300, 173943600, 0),
(72332, 493, 58, 'Horka nad Moravou', 496400900, 172107000, 0),
(72333, 493, 58, 'Horni Mostenice', 494121300, 174587900, 0),
(72334, 493, 58, 'Kojetin', 493517900, 173020700, 0),
(72335, 493, 58, 'Mostkovice', 494721500, 170521200, 0),
(72336, 493, 58, 'Oskava', 498952300, 171321400, 0),
(72337, 493, 58, 'Paseka', 497964400, 172227600, 0),
(72338, 493, 58, 'Pencin', 506876900, 152359300, 0),
(72339, 493, 58, 'Pisecna', 502730300, 172537300, 0),
(72340, 493, 58, 'Praslavice', 495856800, 173820900, 0),
(72341, 493, 58, 'Pteni', 495116300, 169611000, 0),
(72342, 493, 58, 'Rokytnice', 494659200, 173912000, 0),
(72343, 493, 58, 'Slatinice', 495615500, 170999200, 0),
(72344, 493, 58, 'Smrzice', 495056900, 171069800, 0),
(72345, 493, 58, 'Vapenna', 502833800, 170976200, 0),
(72346, 493, 58, 'Velky Ujezd', 495785800, 174834700, 0),
(72347, 493, 58, 'Vikyrovice', 499779200, 170123400, 0),
(72348, 493, 58, 'Zulova', 503093300, 170987100, 0),
(72349, 494, 58, 'Brandys nad Orlici', 500019400, 162852800, 0),
(72350, 494, 58, 'Chvaletice', 500344300, 154184600, 0),
(72351, 494, 58, 'Dasice', 500284400, 159124400, 0),
(72352, 494, 58, 'Holice', 500660100, 159859000, 0),
(72353, 494, 58, 'Horni Jeleni', 500490100, 160839600, 0),
(72354, 494, 58, 'Lukavice', 500602900, 164820700, 0),
(72355, 494, 58, 'Moravany', 500009500, 159407100, 0),
(72356, 494, 58, 'Pomezi', 497102600, 163172900, 0),
(72357, 494, 58, 'Recany nad Labem', 500358900, 154773500, 0),
(72358, 494, 58, 'Rybitvi', 500601500, 157047200, 0),
(72359, 494, 58, 'Slatinany', 499211000, 158137700, 0),
(72360, 494, 58, 'Stare Hradiste', 500654000, 157788500, 0),
(72361, 494, 58, 'Tremosnice', 498691200, 155800200, 0),
(72362, 495, 58, 'Bela nad Radbuzou', 495911500, 127176100, 0),
(72363, 495, 58, 'Cernosin', 498161300, 128838100, 0),
(72364, 495, 58, 'Dobrany', 496548200, 132930700, 0),
(72365, 495, 58, 'Hermanova Hut''', 497067900, 131006900, 0),
(72366, 495, 58, 'Horni Briza', 498401200, 133555800, 0),
(72367, 495, 58, 'Horsovsky Tyn', 495296500, 129440500, 0),
(72368, 495, 58, 'Hostoun', 495597100, 127714700, 0),
(72369, 495, 58, 'Kasperske Hory', 491428900, 135561600, 0),
(72370, 495, 58, 'Kaznejov', 498931300, 133829500, 0),
(72371, 495, 58, 'Kladruby', 497153000, 129799100, 0),
(72372, 495, 58, 'Kolinec', 492989500, 134390000, 0),
(72373, 495, 58, 'Kozlany', 499938900, 135410700, 0),
(72374, 495, 58, 'Kralovice', 499819200, 134874700, 0),
(72375, 495, 58, 'Myto', 497890400, 137346100, 0),
(72376, 495, 58, 'Nyrsko', 492938700, 131435300, 0),
(72377, 495, 58, 'Plasy', 499344900, 133903500, 0),
(72378, 495, 58, 'Spalene Porici', 496137100, 136055600, 0),
(72379, 495, 58, 'Stankov', 495534800, 130697600, 0),
(72380, 495, 58, 'Strasice', 497355200, 137575500, 0),
(72381, 495, 58, 'Strazov', 493032600, 132462300, 0),
(72382, 495, 58, 'Svihov', 494813600, 132841700, 0),
(72383, 495, 58, 'Tlucna', 497242500, 132353400, 0),
(72384, 495, 58, 'Zbiroh', 498602400, 137726200, 0),
(72385, 495, 58, 'Zbuch', 496784000, 132256400, 0),
(72386, 496, 58, 'Bohutin', 496555100, 139438900, 0),
(72387, 496, 58, 'Bustehrad', 501559400, 141889700, 0),
(72388, 496, 58, 'Bystrice', 497321300, 146674000, 0),
(72389, 496, 58, 'Divisov', 497884900, 148757900, 0),
(72390, 496, 58, 'Dobrovice', 503693300, 149623300, 0),
(72391, 496, 58, 'Horni Pocaply', 504244000, 143899300, 0),
(72392, 496, 58, 'Hovorcovice', 501786600, 145178900, 0),
(72393, 496, 58, 'Hradist''ko', 498682800, 144093500, 0),
(72394, 496, 58, 'Hyskov', 499907200, 140505500, 0),
(72395, 496, 58, 'Jenec', 500873000, 142148200, 0),
(72396, 496, 58, 'Jince', 497862400, 139786700, 0),
(72397, 496, 58, 'Jirny', 501157800, 146992300, 0),
(72398, 496, 58, 'Kamenne Zehrovice', 501269700, 140180900, 0),
(72399, 496, 58, 'Komarov', 498065000, 138563600, 0),
(72400, 496, 58, 'Lany', 501247100, 139504100, 0),
(72401, 496, 58, 'Libis', 502741700, 145024000, 0),
(72402, 496, 58, 'Libusin', 501681900, 140545800, 0),
(72403, 496, 58, 'Lodenice', 499948600, 141578500, 0),
(72404, 496, 58, 'Netvorice', 498156900, 145182700, 0),
(72405, 496, 58, 'Neveklov', 497537300, 145329100, 0),
(72406, 496, 58, 'Ondrejov', 499046100, 147842000, 0),
(72407, 496, 58, 'Pchery', 501937800, 141178200, 0),
(72408, 496, 58, 'Petrovice', 495542600, 143373700, 0),
(72409, 496, 58, 'Poricany', 501080600, 149181800, 0),
(72410, 496, 58, 'Revnicov', 501848900, 138082300, 0),
(72411, 496, 58, 'Rozd''alovice', 503047600, 151696200, 0),
(72412, 496, 58, 'Rozmital pod Tremsinem', 496019600, 138643000, 0),
(72413, 496, 58, 'Roztoky', 500267100, 138678700, 0),
(72414, 496, 58, 'Sadska', 501359600, 149863300, 0),
(72415, 496, 58, 'Smecno', 501884400, 140403700, 0),
(72416, 496, 58, 'Smirice', 502997800, 158650800, 0),
(72417, 496, 58, 'Trebotov', 499724400, 142912700, 0),
(72418, 496, 58, 'Velim', 500596500, 151071100, 0),
(72419, 496, 58, 'Velvary', 502815200, 142361600, 0),
(72420, 496, 58, 'Vinarice', 501758500, 140910600, 0),
(72421, 496, 58, 'Zebrak', 498757400, 138973500, 0),
(72422, 496, 58, 'Zleby', 498895800, 154885300, 0),
(72423, 496, 58, 'Zruc nad Sazavou', 497401000, 151060600, 0),
(72424, 497, 58, 'Becov', 504497200, 137178400, 0),
(72425, 497, 58, 'Benesov nad Ploucnici', 507415900, 143123900, 0),
(72426, 497, 58, 'Branany', 505429500, 137001700, 0),
(72427, 497, 58, 'Brezno', 504018500, 134211800, 0),
(72428, 497, 58, 'Budyne nad Ohri', 504042700, 141259100, 0),
(72429, 497, 58, 'Cerncice', 503613800, 138452100, 0),
(72430, 497, 58, 'Ceska Kamenice', 507978000, 144176700, 0),
(72431, 497, 58, 'Chabarovice', 506731800, 139418400, 0),
(72432, 497, 58, 'Cizkovice', 504841800, 140283900, 0),
(72433, 497, 58, 'Dobromerice', 503700900, 137947300, 0),
(72434, 497, 58, 'Duchcov', 506037600, 137462100, 0),
(72435, 497, 58, 'Host''ka', 504885900, 143350000, 0),
(72436, 497, 58, 'Hostomice', 505877000, 138080300, 0),
(72437, 497, 58, 'Hrob', 506591900, 137267600, 0),
(72438, 497, 58, 'Kost''any', 506550700, 137555400, 0),
(72439, 497, 58, 'Kovarska', 504382100, 130538800, 0),
(72440, 497, 58, 'Libochovice', 504062600, 140443900, 0),
(72441, 497, 58, 'Mecholupy', 502666600, 135373700, 0),
(72442, 497, 58, 'Polepy', 505056300, 142644700, 0),
(72443, 497, 58, 'Povrly', 506727600, 141603300, 0),
(72444, 497, 58, 'Radonice', 502980300, 132846400, 0),
(72445, 497, 58, 'Rehlovice', 506071200, 139541200, 0),
(72446, 497, 58, 'Sluknov', 510036900, 144525800, 0),
(72447, 497, 58, 'Ustek', 505847400, 143433200, 0),
(72448, 497, 58, 'Velemin', 505389800, 139767500, 0),
(72449, 497, 58, 'Vilemov', 509905400, 143353100, 0),
(72450, 498, 58, 'Batelov', 493142500, 153946500, 0),
(72451, 498, 58, 'Horni Cerekev', 493202600, 153276900, 0),
(72452, 498, 58, 'Hrotovice', 491077000, 160606700, 0),
(72453, 498, 58, 'Lipa', 495541800, 155446500, 0),
(72454, 498, 58, 'Lukavec', 495654100, 149904100, 0),
(72455, 498, 58, 'Mohelno', 491141200, 161902200, 0),
(72456, 498, 58, 'Namest'' nad Oslavou', 492072600, 161584900, 0),
(72457, 498, 58, 'Okrisky', 492453900, 157695900, 0),
(72458, 498, 58, 'Rouchovany', 490703600, 161076000, 0),
(72459, 498, 58, 'Svratka', 497106600, 160321400, 0),
(72460, 498, 58, 'Velka Bites', 492883800, 162274200, 0),
(72461, 498, 58, 'Zeletava', 491418700, 156730000, 0),
(72462, 498, 58, 'Zeliv', 495298400, 152218100, 0),
(72463, 499, 58, 'Babice', 491216700, 174807500, 0),
(72464, 499, 58, 'Bilovice', 490996500, 175496100, 0),
(72465, 499, 58, 'Bojkovice', 490386400, 178148700, 0),
(72466, 499, 58, 'Buchlovice', 490862700, 173385200, 0),
(72467, 499, 58, 'Dolni Lhota', 498423600, 180924100, 0),
(72468, 499, 58, 'Francova Lhota', 492017400, 181117500, 0),
(72469, 499, 58, 'Frystak', 492852000, 176834600, 0),
(72470, 499, 58, 'Halenkov', 493174000, 181474900, 0),
(72471, 499, 58, 'Halenkovice', 491710200, 174715600, 0),
(72472, 499, 58, 'Horni Lidec', 491812100, 180609900, 0),
(72473, 499, 58, 'Korycany', 491063900, 171643300, 0),
(72474, 499, 58, 'Lesna', 495205500, 179300400, 0),
(72475, 499, 58, 'Mistrice', 490866800, 175359700, 0),
(72476, 499, 58, 'Prostredni Becva', 494360900, 182520000, 0),
(72477, 499, 58, 'Ratibor', 493676900, 179149900, 0),
(72478, 499, 58, 'Slusovice', 492478200, 178015000, 0),
(72479, 499, 58, 'Strani', 489021600, 177067100, 0),
(72480, 499, 58, 'Tupesy', 490842700, 173698300, 0),
(72481, 499, 58, 'Uhersky Ostroh', 489855600, 173898400, 0),
(72482, 499, 58, 'Ujezd', 491680900, 179061000, 0),
(72483, 499, 58, 'Valasska Bystrice', 494150700, 181097700, 0),
(72484, 499, 58, 'Valasska Polanka', 492621500, 179966700, 0),
(72485, 499, 58, 'Vizovice', 492228700, 178545500, 0),
(72486, 500, 59, 'Nexo', 550606700, 151305800, 0),
(72487, 501, 59, 'Bording Kirkeby', 561687100, 92438400, 0),
(72488, 501, 59, 'Stoholm', 564845400, 91461700, 0),
(72489, 501, 59, 'Tranebjerg', 558326000, 105972300, 0),
(72490, 502, 59, 'Byrum', 572567900, 109973800, 0),
(72491, 502, 59, 'Hals', 569960900, 103080700, 0),
(72492, 502, 59, 'Mariager', 566498500, 99751500, 0),
(72493, 502, 59, 'Nibe', 569815000, 96391700, 0),
(72494, 502, 59, 'Tars', 573833300, 101166700, 0),
(72495, 502, 59, 'Vester Hassing', 570676700, 101255800, 0),
(72496, 503, 59, 'Forlev', 553833300, 112833300, 0),
(72497, 503, 59, 'Horve', 557529200, 114529800, 0),
(72498, 503, 59, 'Lejre', 556046100, 119747700, 0),
(72499, 503, 59, 'Ronnede', 552571000, 120212400, 0),
(72500, 503, 59, 'Stubbekobing', 548887500, 120410200, 0),
(72501, 503, 59, 'Sundby', 548640000, 117930200, 0),
(72502, 504, 59, 'AEroskobing', 548880300, 104111700, 0),
(72503, 504, 59, 'Broager', 548873600, 96809600, 0),
(72504, 504, 59, 'Marstal', 548562000, 105172600, 0),
(72505, 504, 59, 'Sonder Bjert', 554527200, 95674100, 0),
(72506, 2801, 61, 'Portsmouth', 155833300, -614666700, 0),
(72507, 2802, 62, 'Dajabon', 195487800, -717082900, 0),
(72508, 2802, 62, 'Partido', 194840300, -715473000, 0),
(72509, 515, 62, 'Jamao al Norte', 196355200, -704466400, 0),
(72510, 2803, 62, 'Cristobal', 182940500, -712929800, 0),
(72511, 2803, 62, 'Mella', 183587100, -714171600, 0),
(72512, 517, 62, 'San Rafael del Yuma', 184299300, -686739000, 0),
(72513, 520, 62, 'Nagua', 193832000, -698474000, 0),
(72514, 522, 62, 'Bayaguana', 187563900, -696361600, 0),
(72515, 522, 62, 'Monte Plata', 188070000, -697839900, 0),
(72516, 523, 62, 'San Jose de Ocoa', 185500000, -705000000, 0),
(72517, 2804, 62, 'Tenares', 193743900, -703508700, 0),
(72518, 525, 62, 'Sanchez', 192281000, -696137000, 0),
(72519, 526, 62, 'Villa Altagracia', 186729700, -701709500, 0),
(72520, 527, 62, 'Las Matas de Farfan', 188730900, -715165600, 0),
(72521, 528, 62, 'Quisqueya', 185554200, -694081400, 0),
(72522, 531, 62, 'Moncion', 194108400, -711525700, 0),
(72523, 532, 62, 'Amina', 195481400, -709959900, 0),
(72524, 532, 62, 'Esperanza', 195847000, -709848900, 0),
(72525, 533, 63, 'Gualaceo', -29000000, -787833300, 0),
(72526, 535, 63, 'Canar', -25500000, -789333300, 0),
(72527, 536, 63, 'San Gabriel', 6000000, -778166700, 0),
(72528, 537, 63, 'Alausi', -22000000, -788333300, 0),
(72529, 537, 63, 'Guano', -15833300, -786333300, 0),
(72530, 538, 63, 'La Mana', -9333300, -792166700, 0),
(72531, 538, 63, 'Pujili', -9500000, -786833300, 0),
(72532, 538, 63, 'Saquisili', -8333300, -786666700, 0),
(72533, 539, 63, 'Pasaje', -33333300, -798166700, 0),
(72534, 539, 63, 'Portovelo', -37166700, -796166700, 0),
(72535, 539, 63, 'Puerto Bolivar', -32666700, -799833300, 0),
(72536, 539, 63, 'Zaruma', -36833300, -796166700, 0),
(72537, 541, 63, 'San Cristobal', -9045000, -896174400, 0),
(72538, 542, 63, 'Balao', -29166700, -798166700, 0),
(72539, 542, 63, 'Balzar', -13666700, -799000000, 0),
(72540, 542, 63, 'Colimes', -15500000, -800166700, 0),
(72541, 542, 63, 'El Triunfo', -19333300, -799666700, 0),
(72542, 542, 63, 'La Libertad', -22333300, -809000000, 0),
(72543, 542, 63, 'Naranjal', -26666700, -796166700, 0),
(72544, 542, 63, 'Pedro Carbo', -18333300, -802333300, 0),
(72545, 542, 63, 'Playas', -26333300, -803833300, 0),
(72546, 542, 63, 'Velasco Ibarra', -10500000, -796166700, 0),
(72547, 543, 63, 'Cotacachi', 3000000, -782666700, 0),
(72548, 544, 63, 'Catacocha', -40666700, -796333300, 0),
(72549, 544, 63, 'Catamayo', -39833300, -793500000, 0),
(72550, 545, 63, 'Catarama', -15833300, -794666700, 0),
(72551, 546, 63, 'Bahia de Caraquez', -6000000, -804166700, 0),
(72552, 546, 63, 'Junin', -9333300, -802166700, 0),
(72553, 546, 63, 'Montecristi', -10500000, -806666700, 0),
(72554, 546, 63, 'Pajan', -15666700, -804166700, 0),
(72555, 547, 63, 'Gualaquiza', -34000000, -785500000, 0),
(72556, 547, 63, 'Macas', -23166700, -781166700, 0),
(72557, 547, 63, 'Palora', -17000000, -779333300, 0),
(72558, 548, 63, 'Tena', -9833300, -778166700, 0),
(72559, 2805, 63, 'Boca Suno', -7166700, -771333300, 0),
(72560, 2806, 63, 'Puyo', -14666700, -779833300, 0),
(72561, 549, 63, 'Cayambe', 500000, -781333300, 0),
(72562, 549, 63, 'Machachi', -5000000, -785666700, 0),
(72563, 2807, 63, 'Santa Elena', -22333300, -808500000, 0),
(72564, 551, 63, 'Pillaro', -11666700, -785333300, 0),
(72565, 2808, 63, 'Yantzaza', -38277800, -787594400, 0),
(72566, 2808, 63, 'Zamora', -40691700, -789566700, 0),
(72567, 553, 64, 'Al Qusayr', 261042600, 342779300, 0),
(72568, 553, 64, 'Marsa Alam', 250757300, 348918100, 0),
(72569, 554, 64, 'Idku', 313078200, 302990100, 0),
(72570, 555, 64, 'Tamiyah', 294763900, 309611900, 0),
(72571, 560, 64, 'Tala', 306802500, 309429200, 0),
(72572, 561, 64, 'Samalut', 283121400, 307100700, 0),
(72573, 564, 64, 'Qasr al Farafirah', 270568000, 279697900, 0),
(72574, 566, 64, 'Kafr Saqr', 307933600, 316257500, 0),
(72575, 567, 64, 'Kawm Umbu', 244766900, 329462600, 0),
(72576, 568, 64, 'Al Badari', 269925700, 314155400, 0),
(72577, 574, 64, 'Al ''Alamayn', 308300700, 289550200, 0),
(72578, 576, 64, 'Dishna', 261246700, 324759800, 0),
(72579, 576, 64, 'Farshut', 260549400, 321632900, 0),
(72580, 578, 64, 'Al Manshah', 264768600, 318035000, 0),
(72581, 2809, 65, 'Ahuachapan', 139213900, -898450000, 0),
(72582, 2809, 65, 'Concepcion de Ataco', 138702800, -898486100, 0),
(72583, 2809, 65, 'Jujutla', 137869400, -898572200, 0),
(72584, 2810, 65, 'Chalatenango', 140333300, -889333300, 0),
(72585, 2810, 65, 'Nueva Concepcion', 141333300, -893000000, 0),
(72586, 580, 65, 'San Martin', 137833300, -889166700, 0),
(72587, 580, 65, 'Tecoluca', 137891700, -890052800, 0),
(72588, 581, 65, 'Ciudad Arce', 138402800, -894472200, 0),
(72589, 581, 65, 'San Pablo Tacachico', 139755600, -893400000, 0),
(72590, 581, 65, 'Zaragoza', 135894400, -892888900, 0),
(72591, 2811, 65, 'El Rosario', 134977800, -890297200, 0),
(72592, 2811, 65, 'Olocuilta', 135697200, -891172200, 0),
(72593, 2811, 65, 'Santiago Nonualco', 135166700, -889500000, 0),
(72594, 2811, 65, 'Zacatecoluca', 135000000, -888666700, 0),
(72595, 582, 65, 'Anamoros', 137405600, -878736100, 0),
(72596, 582, 65, 'Conchagua', 133077800, -878647200, 0),
(72597, 582, 65, 'La Union', 133369400, -878438900, 0),
(72598, 583, 65, 'Corinto', 138108300, -879713900, 0),
(72599, 583, 65, 'San Francisco', 137000000, -881000000, 0),
(72600, 584, 65, 'Chinameca', 135000000, -883500000, 0),
(72601, 584, 65, 'Ciudad Barrios', 137666700, -882666700, 0),
(72602, 585, 65, 'Aguilares', 139572200, -891897200, 0),
(72603, 585, 65, 'El Paisnal', 139736100, -892186100, 0),
(72604, 585, 65, 'Guazapa', 138769400, -891730600, 0),
(72605, 585, 65, 'Rosario de Mora', 135752800, -892088900, 0),
(72606, 585, 65, 'Tonacatepeque', 137811100, -891186100, 0),
(72607, 586, 65, 'San Vicente', 136333300, -888000000, 0),
(72608, 587, 65, 'Candelaria de La Frontera', 141166700, -896500000, 0),
(72609, 587, 65, 'Coatepeque', 139286100, -895041700, 0),
(72610, 587, 65, 'El Congo', 139088900, -894958300, 0),
(72611, 587, 65, 'Metapan', 143333300, -894500000, 0),
(72612, 588, 65, 'Acajutla', 135927800, -898275000, 0),
(72613, 588, 65, 'Armenia', 137436100, -894988900, 0),
(72614, 588, 65, 'Izalco', 137447200, -896730600, 0),
(72615, 588, 65, 'Nahuizalco', 137775000, -897366700, 0),
(72616, 589, 65, 'Concepcion Batres', 133500000, -883666700, 0),
(72617, 589, 65, 'San Agustin', 134333300, -886000000, 0),
(72618, 589, 65, 'Santiago de Maria', 134833300, -884666700, 0),
(72619, 590, 66, 'Santiago de Baney', 36992000, 89084000, 0),
(72620, 2812, 66, 'Luba', 34568300, 85546500, 0),
(72621, 2813, 66, 'Mongomo', 16274200, 113134600, 0),
(72622, 593, 68, 'Kehra', 593361100, 253211100, 0),
(72623, 593, 68, 'Raasiku', 593663900, 251830600, 0),
(72624, 593, 68, 'Turba', 590830600, 242250000, 0),
(72625, 597, 68, 'Poltsamaa', 586525000, 259705600, 0),
(72626, 598, 68, 'Tapa', 592605600, 259586100, 0),
(72627, 600, 68, 'Sauga', 584272000, 244949600, 0),
(72628, 600, 68, 'Vandra', 586480600, 250361100, 0),
(72629, 603, 68, 'Orissaare', 585591700, 230826200, 0),
(72630, 604, 68, 'Ulenurme', 583162000, 267251700, 0),
(72631, 2814, 69, 'Asaita', 115636100, 414394400, 0),
(72632, 2814, 69, 'Awash', 89833300, 401666700, 0),
(72633, 2814, 69, 'Semera', 115009900, 412009800, 0),
(72634, 609, 69, 'Addiet Canna', 112666700, 374833300, 0),
(72635, 611, 69, 'Debre Zeyit', 87500000, 389833300, 0),
(72636, 611, 69, 'Dembi Dolo', 85333300, 348000000, 0),
(72637, 611, 69, 'Goba', 70166700, 399833300, 0),
(72638, 611, 69, 'Jima', 76666700, 368333300, 0),
(72639, 2815, 69, 'Jijiga', 93500000, 428000000, 0),
(72640, 2816, 69, 'Mek''ele', 134966700, 394752800, 0),
(72641, 612, 69, 'Arba Minch''', 60333300, 375500000, 0),
(72642, 612, 69, 'Awasa', 70500000, 384666700, 0),
(72643, 612, 69, 'Tippi', 72000000, 354500000, 0),
(72644, 614, 71, 'Fuglafjordur', 622439800, -68139500, 0),
(72645, 2817, 71, 'Klaksvik', 622265500, -65890100, 0),
(72646, 615, 71, 'Kollafjordhur', 621116700, -69106700, 0),
(72647, 2818, 71, 'Vagur', 614732400, -68118500, 0),
(72648, 620, 73, 'Hankasalmi', 623833300, 264333300, 0),
(72649, 620, 73, 'Kuhmoinen', 615666700, 251833300, 0),
(72650, 620, 73, 'Luhanka', 617968200, 257045700, 0),
(72651, 620, 73, 'Muurame', 621333300, 256666700, 0),
(72652, 620, 73, 'Pohja', 633939900, 260241200, 0),
(72653, 621, 73, 'Perho', 632166700, 244166700, 0),
(72654, 621, 73, 'Veteli', 634783900, 237828500, 0),
(72655, 622, 73, 'Inio', 604343950, 213414870, 0),
(72656, 622, 73, 'Karinainen', 606666700, 227666700, 0),
(72657, 622, 73, 'Lemu', 605666700, 219666700, 0),
(72658, 622, 73, 'Mellila', 607666700, 229500000, 0),
(72659, 622, 73, 'Mynamaki', 606791500, 219927400, 0),
(72660, 622, 73, 'Nagu', 601937500, 219097200, 0),
(72661, 622, 73, 'Oripaa', 608500000, 226833300, 0),
(72662, 622, 73, 'Pargas', 603067200, 223009700, 0),
(72663, 622, 73, 'Piikkio', 604248100, 225160100, 0),
(72664, 622, 73, 'Poytya', 607666700, 226666700, 0),
(72665, 622, 73, 'Pyharanta', 609500000, 214500000, 0),
(72666, 622, 73, 'Rymattyla', 603765800, 219418400, 0),
(72667, 622, 73, 'Sauvo', 603430600, 226964200, 0),
(72668, 622, 73, 'Taivassalo', 605608500, 216163900, 0),
(72669, 622, 73, 'Vahto', 606000000, 223000000, 0),
(72670, 622, 73, 'Vastanfjard', 600500000, 226833300, 0),
(72671, 622, 73, 'Velkua', 604666700, 216666700, 0),
(72672, 622, 73, 'Ylane', 608833300, 224166700, 0),
(72673, 623, 73, 'Lehtimaki', 640701000, 277623900, 0),
(72674, 623, 73, 'Paltamo', 644166700, 278333300, 0),
(72675, 624, 73, 'Jaala', 610525100, 264811700, 0),
(72676, 624, 73, 'Pyhtaa', 604934900, 265434600, 0),
(72677, 625, 73, 'Muonio', 679500000, 237000000, 0),
(72678, 625, 73, 'Pelkosenniemi', 671108300, 275105600, 0),
(72679, 625, 73, 'Pello', 667736400, 239625500, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(72680, 625, 73, 'Salla', 668333300, 286666700, 0),
(72681, 625, 73, 'Tervo', 671000000, 275166700, 0),
(72682, 625, 73, 'Tervola', 660888890, 248111110, 0),
(72683, 626, 73, 'Eno', 628051100, 301542200, 0),
(72684, 626, 73, 'Kiihtelysvaara', 624952500, 302508100, 0),
(72685, 626, 73, 'Polvijarvi', 628500000, 293666700, 0),
(72686, 626, 73, 'Raakkyla', 623166700, 296166700, 0),
(72687, 627, 73, 'Evijarvi', 639166700, 245666700, 0),
(72688, 627, 73, 'Hailuoto', 650090000, 247138500, 0),
(72689, 627, 73, 'Ii', 653173500, 253731000, 0),
(72690, 627, 73, 'Lappi', 648597300, 251461600, 0),
(72691, 627, 73, 'Merijarvi', 643000000, 244500000, 0),
(72692, 627, 73, 'Pulkkila', 642666700, 258666700, 0),
(72693, 627, 73, 'Pyhajoki', 644666700, 242333300, 0),
(72694, 627, 73, 'Rantsila', 645061300, 256644900, 0),
(72695, 627, 73, 'Sievi', 639000000, 245000000, 0),
(72696, 627, 73, 'Siikajoki', 648145500, 247592400, 0),
(72697, 627, 73, 'Somero', 642000000, 244500000, 0),
(72698, 627, 73, 'Tyrnava', 647646900, 256523000, 0),
(72699, 627, 73, 'Utajarvi', 647500000, 263833300, 0),
(72700, 627, 73, 'Ylikiiminki', 650833300, 262500000, 0),
(72701, 628, 73, 'Keitele', 631833300, 263666700, 0),
(72702, 628, 73, 'Pielavesi', 632333300, 267500000, 0),
(72703, 628, 73, 'Puumala', 634136200, 284392500, 0),
(72704, 628, 73, 'Rautavaara', 634833300, 283000000, 0),
(72705, 628, 73, 'Varpaisjarvi', 633593200, 277550600, 0),
(72706, 628, 73, 'Vehmersalmi', 627610100, 280285300, 0),
(72707, 629, 73, 'Kaskinen', 623844400, 212233100, 0),
(72708, 629, 73, 'Korsnas', 627833300, 212000000, 0),
(72709, 629, 73, 'Narpio', 624666670, 213333330, 0),
(72710, 629, 73, 'Oravais', 633013500, 223782100, 0),
(72711, 631, 73, 'Juupajoki', 617990100, 243693900, 0),
(72712, 631, 73, 'Kihnio', 622000000, 231833300, 0),
(72713, 631, 73, 'Kuhmalahti', 615000000, 245666700, 0),
(72714, 631, 73, 'Palkane', 613342400, 242719700, 0),
(72715, 631, 73, 'Punkalaidun', 611166700, 231000000, 0),
(72716, 631, 73, 'Vesilahti', 613166700, 236166700, 0),
(72717, 631, 73, 'Viljakkala', 617060100, 232668800, 0),
(72718, 631, 73, 'Vilppula', 620212100, 245048300, 0),
(72719, 632, 73, 'Honkajoki', 619833300, 222666700, 0),
(72720, 632, 73, 'Jamijarvi', 618166700, 227000000, 0),
(72721, 632, 73, 'Koylio', 611191000, 223097600, 0),
(72722, 632, 73, 'Luvia', 613637500, 216255600, 0),
(72723, 632, 73, 'Noormarkku', 615927400, 218684600, 0),
(72724, 632, 73, 'Pomarkku', 616934800, 220086200, 0),
(72725, 632, 73, 'Siikainen', 618770300, 218194500, 0),
(72726, 633, 73, 'Askola', 609595000, 278114100, 0),
(72727, 634, 73, 'Alavus', 625833300, 236166700, 0),
(72728, 634, 73, 'Renko', 627000000, 228333300, 0),
(72729, 634, 73, 'Soini', 628666700, 242166700, 0),
(72730, 634, 73, 'Ylistaro', 629395800, 225130600, 0),
(72731, 635, 73, 'Enonkoski', 620833300, 289333300, 0),
(72732, 635, 73, 'Hirvensalmi', 616333300, 268000000, 0),
(72733, 635, 73, 'Jappila', 623789900, 274337200, 0),
(72734, 635, 73, 'Lapinlahti', 670556600, 237523000, 0),
(72735, 635, 73, 'Pertunmaa', 615000000, 264833300, 0),
(72736, 635, 73, 'Vehmaa', 619283300, 277382500, 0),
(72737, 636, 73, 'Hauho', 611725500, 245630300, 0),
(72738, 636, 73, 'Humppila', 609333300, 233666700, 0),
(72739, 636, 73, 'Kalvola', 611008100, 241217700, 0),
(72740, 636, 73, 'Loppi', 607166700, 244500000, 0),
(72741, 637, 73, 'Karjalohja', 602401500, 237178900, 0),
(72742, 637, 73, 'Liljendal', 605734600, 260525700, 0),
(72743, 637, 73, 'Myrskyla', 606696500, 258475000, 0),
(72744, 637, 73, 'Perna', 604486900, 260318700, 0),
(72745, 637, 73, 'Ruotsinpyhtaa', 605268000, 264620300, 0),
(72746, 638, 74, 'Algolsheim', 480062900, 75594500, 0),
(72747, 638, 74, 'Andlau', 483860700, 74169700, 0),
(72748, 638, 74, 'Aspach-le-Bas', 477611500, 71509000, 0),
(72749, 638, 74, 'Aspach-le-Haut', 477765300, 71314600, 0),
(72750, 638, 74, 'Baldenheim', 482386000, 75392000, 0),
(72751, 638, 74, 'Bartenheim', 476335400, 74771200, 0),
(72752, 638, 74, 'Beblenheim', 481589000, 73281000, 0),
(72753, 638, 74, 'Beinheim', 488639000, 80847000, 0),
(72754, 638, 74, 'Bergheim', 482054000, 73629900, 0),
(72755, 638, 74, 'Berstett', 486790000, 76572100, 0),
(72756, 638, 74, 'Biesheim', 480411800, 75447400, 0),
(72757, 638, 74, 'Bischoffsheim', 484870300, 74896700, 0),
(72758, 638, 74, 'Boofzheim', 483321200, 76803500, 0),
(72759, 638, 74, 'Breuschwickersheim', 485800700, 76015900, 0),
(72760, 638, 74, 'Brumath', 487301400, 77121000, 0),
(72761, 638, 74, 'Brunstatt', 477200400, 73178400, 0),
(72762, 638, 74, 'Carspach', 476162800, 72115000, 0),
(72763, 638, 74, 'Cernay', 478097000, 71769900, 0),
(72764, 638, 74, 'Chatenois', 482718800, 73992700, 0),
(72765, 638, 74, 'Dachstein', 485612700, 75323300, 0),
(72766, 638, 74, 'Dannemarie', 476303100, 71223700, 0),
(72767, 638, 74, 'Dauendorf', 488298700, 76553200, 0),
(72768, 638, 74, 'Dessenheim', 479763000, 74888600, 0),
(72769, 638, 74, 'Diemeringen', 489396800, 71855600, 0),
(72770, 638, 74, 'Dinsheim-sur-Bruche', 485425800, 74272700, 0),
(72771, 638, 74, 'Dorlisheim', 485248500, 74862400, 0),
(72772, 638, 74, 'Drulingen', 488683400, 71876100, 0),
(72773, 638, 74, 'Drusenheim', 487642800, 79505300, 0),
(72774, 638, 74, 'Durlinsdorf', 474864000, 72414000, 0),
(72775, 638, 74, 'Durrenbach', 488974800, 77673300, 0),
(72776, 638, 74, 'Eguisheim', 480428000, 73061700, 0),
(72777, 638, 74, 'Ensisheim', 478669500, 73521200, 0),
(72778, 638, 74, 'Ernolsheim-Bruche', 485653100, 75650300, 0),
(72779, 638, 74, 'Eschau', 484889700, 77164400, 0),
(72780, 638, 74, 'Eschbach', 488746500, 77360900, 0),
(72781, 638, 74, 'Fegersheim', 484901600, 76810700, 0),
(72782, 638, 74, 'Feldkirch', 478647000, 72731000, 0),
(72783, 638, 74, 'Fellering', 478965900, 69855200, 0),
(72784, 638, 74, 'Fessenheim', 479174400, 75369800, 0),
(72785, 638, 74, 'Flaxlanden', 476949300, 73134300, 0),
(72786, 638, 74, 'Folgensbourg', 475511000, 74458000, 0),
(72787, 638, 74, 'Fortschwihr', 480864700, 74505400, 0),
(72788, 638, 74, 'Furdenheim', 486112900, 75610000, 0),
(72789, 638, 74, 'Griesheim-pres-Molsheim', 485029600, 75302700, 0),
(72790, 638, 74, 'Guewenheim', 477528300, 70925300, 0),
(72791, 638, 74, 'Gundershoffen', 489064800, 76609600, 0),
(72792, 638, 74, 'Hagenthal-le-Bas', 475249700, 74778300, 0),
(72793, 638, 74, 'Hatten', 489025000, 79797000, 0),
(72794, 638, 74, 'Hattstatt', 480117000, 73006000, 0),
(72795, 638, 74, 'Hegenheim', 475625100, 75268400, 0),
(72796, 638, 74, 'Heimsbrunn', 477264700, 72263800, 0),
(72797, 638, 74, 'Herbitzheim', 490140700, 70902200, 0),
(72798, 638, 74, 'Herrlisheim', 487304900, 79053500, 0),
(72799, 638, 74, 'Hesingue', 475762100, 75224400, 0),
(72800, 638, 74, 'Hilsenheim', 482875600, 75652200, 0),
(72801, 638, 74, 'Hindisheim', 484683700, 76385900, 0),
(72802, 638, 74, 'Hirsingue', 475865500, 72513000, 0),
(72803, 638, 74, 'Hirtzfelden', 479107900, 74466900, 0),
(72804, 638, 74, 'Holtzwihr', 481127800, 74204600, 0),
(72805, 638, 74, 'Horbourg-Wihr', 480810600, 73938000, 0),
(72806, 638, 74, 'Huningue', 476047700, 75778200, 0),
(72807, 638, 74, 'Husseren-Wesserling', 478829700, 69938800, 0),
(72808, 638, 74, 'Huttenheim', 483586400, 75783300, 0),
(72809, 638, 74, 'Issenheim', 479035700, 72523500, 0),
(72810, 638, 74, 'Kembs', 476894800, 75032300, 0),
(72811, 638, 74, 'Keskastel', 489713200, 70441200, 0),
(72812, 638, 74, 'Kientzheim', 481369000, 72867000, 0),
(72813, 638, 74, 'Kilstett', 486760000, 78547100, 0),
(72814, 638, 74, 'Krautergersheim', 484763400, 75671800, 0),
(72815, 638, 74, 'La Broque', 484729800, 72163900, 0),
(72816, 638, 74, 'La Petite-Pierre', 488600000, 73200000, 0),
(72817, 638, 74, 'La Wantzenau', 486578600, 78306800, 0),
(72818, 638, 74, 'Labaroche', 481107600, 71924400, 0),
(72819, 638, 74, 'Lampertheim', 486517100, 76991300, 0),
(72820, 638, 74, 'Landser', 476838700, 73940000, 0),
(72821, 638, 74, 'Lapoutroie', 481532300, 71669600, 0),
(72822, 638, 74, 'Lautenbach', 479405500, 71576800, 0),
(72823, 638, 74, 'Lauterbourg', 489761000, 81744000, 0),
(72824, 638, 74, 'Lembach', 490036200, 77898600, 0),
(72825, 638, 74, 'Lipsheim', 484916400, 76675100, 0),
(72826, 638, 74, 'Lutterbach', 477583500, 72769500, 0),
(72827, 638, 74, 'Marckolsheim', 481647100, 75440000, 0),
(72828, 638, 74, 'Marlenheim', 486213400, 74909600, 0),
(72829, 638, 74, 'Marmoutier', 486900500, 73819500, 0),
(72830, 638, 74, 'Masevaux', 477767100, 69968300, 0),
(72831, 638, 74, 'Matzenheim', 483945000, 76218500, 0),
(72832, 638, 74, 'Merkwiller-Pechelbronn', 489400000, 78300000, 0),
(72833, 638, 74, 'Metzeral', 480104400, 70708800, 0),
(72834, 638, 74, 'Meyenheim', 479136400, 73556000, 0),
(72835, 638, 74, 'Molsheim', 485404200, 74919900, 0),
(72836, 638, 74, 'Monswiller', 487551100, 73773200, 0),
(72837, 638, 74, 'Munster', 480408900, 71333800, 0),
(72838, 638, 74, 'Muttersholtz', 482663900, 75319700, 0),
(72839, 638, 74, 'Neuf-Brisach', 480178300, 75279500, 0),
(72840, 638, 74, 'Neuwiller-les-Saverne', 488250600, 74051300, 0),
(72841, 638, 74, 'Niederhaslach', 485426400, 73428200, 0),
(72842, 638, 74, 'Niederschaeffolsheim', 487719600, 77387400, 0),
(72843, 638, 74, 'Nordhouse', 484483300, 76732600, 0),
(72844, 638, 74, 'Oberbronn', 489402000, 76070000, 0),
(72845, 638, 74, 'Oberhausbergen', 486060700, 76884600, 0),
(72846, 638, 74, 'Oberhoffen-sur-Moder', 487805900, 78692600, 0),
(72847, 638, 74, 'Obermodern-Zutzendorf', 488500000, 75333300, 0),
(72848, 638, 74, 'Oberschaeffolsheim', 485864300, 76501800, 0),
(72849, 638, 74, 'Oderen', 479105300, 69747500, 0),
(72850, 638, 74, 'Oermingen', 489989900, 71274400, 0),
(72851, 638, 74, 'Oltingue', 474922000, 73925000, 0),
(72852, 638, 74, 'Ostheim', 481599900, 73698200, 0),
(72853, 638, 74, 'Otterswiller', 487256800, 73787800, 0),
(72854, 638, 74, 'Ottrott', 484564200, 74255600, 0),
(72855, 638, 74, 'Pfaffenheim', 479843800, 72885700, 0),
(72856, 638, 74, 'Pfaffenhoffen', 488410600, 76067800, 0),
(72857, 638, 74, 'Pfetterhouse', 475006100, 71653500, 0),
(72858, 638, 74, 'Pulversheim', 478375300, 73011900, 0),
(72859, 638, 74, 'Reguisheim', 479000000, 73500000, 0),
(72860, 638, 74, 'Reiningue', 477505400, 72325000, 0),
(72861, 638, 74, 'Rhinau', 483180900, 77061300, 0),
(72862, 638, 74, 'Ribeauville', 481951000, 73193800, 0),
(72863, 638, 74, 'Riedisheim', 477475700, 73666500, 0),
(72864, 638, 74, 'Roeschwoog', 488294000, 80350000, 0),
(72865, 638, 74, 'Romanswiller', 486455600, 74076200, 0),
(72866, 638, 74, 'Roppenheim', 488416700, 80531500, 0),
(72867, 638, 74, 'Rosheim', 484971000, 74710500, 0),
(72868, 638, 74, 'Rothau', 484568700, 72077200, 0),
(72869, 638, 74, 'Ruelisheim', 478230600, 73594000, 0),
(72870, 638, 74, 'Rumersheim-le-Haut', 478512700, 75213300, 0),
(72871, 638, 74, 'Russ', 484949500, 72605300, 0),
(72872, 638, 74, 'Saint-Amarin', 478733500, 70319300, 0),
(72873, 638, 74, 'Saint-Hippolyte', 482321600, 73684300, 0),
(72874, 638, 74, 'Salmbach', 489781000, 80767000, 0),
(72875, 638, 74, 'Sand', 483823800, 76126000, 0),
(72876, 638, 74, 'Sarre-Union', 489381800, 70937300, 0),
(72877, 638, 74, 'Sarrewerden', 489236000, 70844000, 0),
(72878, 638, 74, 'Scharrachbergheim-Irmstett', 485942000, 74947000, 0),
(72879, 638, 74, 'Scherwiller', 482871300, 74213500, 0),
(72880, 638, 74, 'Schirrhein', 488022000, 79069000, 0),
(72881, 638, 74, 'Seltz', 488952000, 81075700, 0),
(72882, 638, 74, 'Seppois-le-Bas', 475369000, 71753000, 0),
(72883, 638, 74, 'Sessenheim', 488000000, 79900000, 0),
(72884, 638, 74, 'Sierentz', 476585200, 74542600, 0),
(72885, 638, 74, 'Soppe-le-Bas', 477181000, 70903000, 0),
(72886, 638, 74, 'Soultzmatt', 479618800, 72375900, 0),
(72887, 638, 74, 'Stosswihr', 480510800, 71100100, 0),
(72888, 638, 74, 'Stotzheim', 483782600, 74899700, 0),
(72889, 638, 74, 'Sundhoffen', 480426300, 74132000, 0),
(72890, 638, 74, 'Sundhouse', 482514800, 76035900, 0),
(72891, 638, 74, 'Thanville', 483233000, 73511000, 0),
(72892, 638, 74, 'Turckheim', 480874800, 72770700, 0),
(72893, 638, 74, 'Uberach', 488491900, 76293800, 0),
(72894, 638, 74, 'Uffholtz', 478208200, 71778500, 0),
(72895, 638, 74, 'Ungersheim', 478784800, 73079700, 0),
(72896, 638, 74, 'Urmatt', 485275200, 73256500, 0),
(72897, 638, 74, 'Volgelsheim', 480161000, 75483000, 0),
(72898, 638, 74, 'Waldighofen', 475512600, 73174300, 0),
(72899, 638, 74, 'Walheim', 476428000, 72669000, 0),
(72900, 638, 74, 'Wattwiller', 478364900, 71778500, 0),
(72901, 638, 74, 'Westhoffen', 486035200, 74428900, 0),
(72902, 638, 74, 'Weyersheim', 487153700, 78009700, 0),
(72903, 638, 74, 'Willer-sur-Thur', 478444000, 70736000, 0),
(72904, 638, 74, 'Willgottheim', 486717000, 75108000, 0),
(72905, 638, 74, 'Wingen-sur-Moder', 489211000, 73769000, 0),
(72906, 638, 74, 'Wingersheim', 487214900, 76346400, 0),
(72907, 638, 74, 'Wintzenheim', 480726900, 72907200, 0),
(72908, 638, 74, 'Wisches', 485088100, 72681400, 0),
(72909, 638, 74, 'Wittelsheim', 478094700, 72415400, 0),
(72910, 638, 74, 'Wittisheim', 482634100, 75870300, 0),
(72911, 638, 74, 'Woerth', 489397000, 77464000, 0),
(72912, 638, 74, 'Wolfgantzen', 480280500, 75004000, 0),
(72913, 638, 74, 'Zillisheim', 476956200, 72951600, 0),
(72914, 639, 74, 'Abos', 433589000, -5619000, 0),
(72915, 639, 74, 'Ambares-et-Lagrave', 449166700, -4833300, 0),
(72916, 639, 74, 'Ambes', 450112700, -5321900, 0),
(72917, 639, 74, 'Amou', 435925800, -7467600, 0),
(72918, 639, 74, 'Andernos-les-Bains', 447457200, -11035500, 0),
(72919, 639, 74, 'Angresse', 436580900, -13719100, 0),
(72920, 639, 74, 'Antonne-et-Trigonant', 452127100, 8300600, 0),
(72921, 639, 74, 'Arcangues', 434312400, -15223700, 0),
(72922, 639, 74, 'Artigues-pres-Bordeaux', 448500000, -5166700, 0),
(72923, 639, 74, 'Arveyres', 448833300, -2833300, 0),
(72924, 639, 74, 'Astaffort', 440642600, 6514100, 0),
(72925, 639, 74, 'Aussevielle', 433558000, -4803000, 0),
(72926, 639, 74, 'Ayguemorte-les-Graves', 447098800, -4806000, 0),
(72927, 639, 74, 'Bardos', 434739200, -12034700, 0),
(72928, 639, 74, 'Bassillac', 451930500, 8152800, 0),
(72929, 639, 74, 'Bassussarry', 434427200, -15164700, 0),
(72930, 639, 74, 'Begaar', 438236300, -8490400, 0),
(72931, 639, 74, 'Begadan', 453575000, -8925000, 0),
(72932, 639, 74, 'Belin-Beliet', 445000000, -7833300, 0),
(72933, 639, 74, 'Benejacq', 432000000, -2166700, 0),
(72934, 639, 74, 'Benesse-Maremne', 436367800, -13577300, 0),
(72935, 639, 74, 'Benquet', 438299200, -5010200, 0),
(72936, 639, 74, 'Bernos-Beaulac', 443811000, -2569000, 0),
(72937, 639, 74, 'Beychac-et-Caillau', 448778100, -4021900, 0),
(72938, 639, 74, 'Bidache', 434829900, -11412000, 0),
(72939, 639, 74, 'Billere', 433000000, -4000000, 0),
(72940, 639, 74, 'Biron', 446317000, 8731000, 0),
(72941, 639, 74, 'Bizanos', 432833300, -3500000, 0),
(72942, 639, 74, 'Blanquefort', 449124800, -6366300, 0),
(72943, 639, 74, 'Boeil-Bezing', 432166700, -2666700, 0),
(72944, 639, 74, 'Bon-Encontre', 441851800, 6675900, 0),
(72945, 639, 74, 'Bouliac', 448172400, -5024800, 0),
(72946, 639, 74, 'Branne', 448333300, -1833300, 0),
(72947, 639, 74, 'Brantome', 453609100, 6539800, 0),
(72948, 639, 74, 'Brax', 442027700, 5516200, 0),
(72949, 639, 74, 'Briscous', 434595800, -13335300, 0),
(72950, 639, 74, 'Buzet-sur-Baise', 442581100, 2980900, 0),
(72951, 639, 74, 'Cambes', 447317900, -4626100, 0),
(72952, 639, 74, 'Camblanes-et-Meynac', 447655100, -4865300, 0),
(72953, 639, 74, 'Cambo-les-Bains', 433585000, -14010500, 0),
(72954, 639, 74, 'Cancon', 445354300, 6252000, 0),
(72955, 639, 74, 'Cantenac', 450281600, -6531200, 0),
(72956, 639, 74, 'Carsac-Aillac', 448333300, 12500000, 0),
(72957, 639, 74, 'Casteljaloux', 443176200, 860500, 0),
(72958, 639, 74, 'Castelmoron-sur-Lot', 443981000, 4957200, 0),
(72959, 639, 74, 'Castelnau-de-Medoc', 450293400, -7982800, 0),
(72960, 639, 74, 'Castets', 438823300, -11457200, 0),
(72961, 639, 74, 'Castets-en-Dorthe', 445614600, -1522600, 0),
(72962, 639, 74, 'Castillon-la-Bataille', 448540000, -430000, 0),
(72963, 639, 74, 'Castillonnes', 446521500, 5922200, 0),
(72964, 639, 74, 'Castres-Gironde', 446946400, -4467900, 0),
(72965, 639, 74, 'Caudrot', 445775000, -1425000, 0),
(72966, 639, 74, 'Cavignac', 451008300, -3897600, 0),
(72967, 639, 74, 'Cerons', 446357200, -3335100, 0),
(72968, 639, 74, 'Champcevinel', 452163000, 7279600, 0),
(72969, 639, 74, 'Chancelade', 452004900, 6726100, 0),
(72970, 639, 74, 'Cheraute', 432309600, -8683200, 0),
(72971, 639, 74, 'Clairac', 443601100, 3789300, 0),
(72972, 639, 74, 'Coarraze', 431666700, -2333300, 0),
(72973, 639, 74, 'Colayrac-Saint-Cirq', 442209500, 5506100, 0),
(72974, 639, 74, 'Coutras', 450333300, -1333300, 0),
(72975, 639, 74, 'Creon', 447745700, -3480000, 0),
(72976, 639, 74, 'Creysse', 448547400, 5658300, 0),
(72977, 639, 74, 'Cubzac-les-Ponts', 449711900, -4497600, 0),
(72978, 639, 74, 'Cussac-Fort-Medoc', 451166700, -7333300, 0),
(72979, 639, 74, 'Damazan', 442906800, 2769400, 0),
(72980, 639, 74, 'Denguin', 433666700, -5000000, 0),
(72981, 639, 74, 'Doazit', 436914000, -6450000, 0),
(72982, 639, 74, 'Espiet', 448075000, -2653000, 0),
(72983, 639, 74, 'Eymet', 446681200, 3996100, 0),
(72984, 639, 74, 'Eysines', 448835200, -6468600, 0),
(72985, 639, 74, 'Fargues', 445367000, -2956000, 0),
(72986, 639, 74, 'Fargues-Saint-Hilaire', 448230400, -4467600, 0),
(72987, 639, 74, 'Fauguerolles', 444414000, 2500000, 0),
(72988, 639, 74, 'Floirac', 448323800, -5141100, 0),
(72989, 639, 74, 'Fourques-sur-Garonne', 444479800, 1570300, 0),
(72990, 639, 74, 'Fumel', 444986200, 9650600, 0),
(72991, 639, 74, 'Gabarret', 439877900, 97800, 0),
(72992, 639, 74, 'Gaillan-en-Medoc', 453213300, -9579400, 0),
(72993, 639, 74, 'Gardonne', 448333300, 3500000, 0),
(72994, 639, 74, 'Gauriaguet', 450390400, -3919100, 0),
(72995, 639, 74, 'Geaune', 436408000, -3775000, 0),
(72996, 639, 74, 'Genissac', 448500000, -2500000, 0),
(72997, 639, 74, 'Gironde-sur-Dropt', 445833300, -833300, 0),
(72998, 639, 74, 'Grignols', 443884200, -428700, 0),
(72999, 639, 74, 'Guitres', 450333300, -1833300, 0),
(73000, 639, 74, 'Hagetmau', 436589300, -5917200, 0),
(73001, 639, 74, 'Hendaye', 433717200, -17738200, 0),
(73002, 639, 74, 'Heugas', 436433400, -10814300, 0),
(73003, 639, 74, 'Idron', 432833300, -3166700, 0),
(73004, 639, 74, 'Igon', 431666700, -2333300, 0),
(73005, 639, 74, 'Izon', 449241600, -3632200, 0),
(73006, 639, 74, 'Jurancon', 432883000, -3869400, 0),
(73007, 639, 74, 'La Brede', 446822000, -5272000, 0),
(73008, 639, 74, 'La Force', 448690200, 3754100, 0),
(73009, 639, 74, 'La Lande-de-Fronsac', 449803600, -3804800, 0),
(73010, 639, 74, 'La Reole', 445820100, -369100, 0),
(73011, 639, 74, 'Labatut', 435500000, -9833300, 0),
(73012, 639, 74, 'Labouheyre', 442129700, -9206200, 0),
(73013, 639, 74, 'Laglorieuse', 438678000, -4044000, 0),
(73014, 639, 74, 'Lahonce', 434824800, -13910100, 0),
(73015, 639, 74, 'Lamarque', 450953600, -7189200, 0),
(73016, 639, 74, 'Lamonzie-Saint-Martin', 448471300, 3910200, 0),
(73017, 639, 74, 'Lamothe-Montravel', 448500000, 333300, 0),
(73018, 639, 74, 'Landiras', 445670200, -4153600, 0),
(73019, 639, 74, 'Langoiran', 447086900, -3936800, 0),
(73020, 639, 74, 'Laroque-Timbaut', 442823800, 7627400, 0),
(73021, 639, 74, 'Laruns', 429882600, -4265800, 0),
(73022, 639, 74, 'Laruscade', 451166700, -3333300, 0),
(73023, 639, 74, 'Lasseube', 432333300, -4833300, 0),
(73024, 639, 74, 'Latresne', 447860100, -4899400, 0),
(73025, 639, 74, 'Lavardac', 441778500, 2982500, 0),
(73026, 639, 74, 'Layrac', 441344900, 6617600, 0),
(73027, 639, 74, 'Le Bugue', 449184700, 9271400, 0),
(73028, 639, 74, 'Le Fleix', 448666700, 2500000, 0),
(73029, 639, 74, 'Le Haillan', 448722500, -6796500, 0),
(73030, 639, 74, 'Le Lardin-Saint-Lazare', 451306000, 12275000, 0),
(73031, 639, 74, 'Le Mas-d''Agenais', 444117000, 2181000, 0),
(73032, 639, 74, 'Le Pian-Medoc', 449553700, -6622700, 0),
(73033, 639, 74, 'Le Pizou', 450166700, 666700, 0),
(73034, 639, 74, 'Le Taillan-Medoc', 449052000, -6706000, 0),
(73035, 639, 74, 'Lege-Cap-Ferret', 447939000, -11453000, 0),
(73036, 639, 74, 'Leognan', 447354800, -5973800, 0),
(73037, 639, 74, 'Les Eglisottes-et-Chalaures', 451000000, -500000, 0),
(73038, 639, 74, 'Les Peintures', 450666700, -1000000, 0),
(73039, 639, 74, 'Limeuil', 448861000, 8897000, 0),
(73040, 639, 74, 'Lit-et-Mixe', 440330800, -12533000, 0),
(73041, 639, 74, 'Lons', 433166700, -4000000, 0),
(73042, 639, 74, 'Loupiac', 446166700, -3000000, 0),
(73043, 639, 74, 'Louvie-Juzon', 430864600, -4192800, 0),
(73044, 639, 74, 'Lucq-de-Bearn', 433000000, -6666700, 0),
(73045, 639, 74, 'Ludon-Medoc', 449811800, -6025400, 0),
(73046, 639, 74, 'Magescq', 437820500, -12165200, 0),
(73047, 639, 74, 'Marcheprime', 446914600, -8549600, 0),
(73048, 639, 74, 'Marcillac', 452687000, -5237900, 0),
(73049, 639, 74, 'Martillac', 447110000, -5374700, 0),
(73050, 639, 74, 'Mauleon-Licharre', 432268400, -8803800, 0),
(73051, 639, 74, 'Mezin', 440566800, 2587400, 0),
(73052, 639, 74, 'Mezos', 440772000, -11633000, 0),
(73053, 639, 74, 'Miramont-de-Guyenne', 446015700, 3624700, 0),
(73054, 639, 74, 'Monbazillac', 447937400, 4925600, 0),
(73055, 639, 74, 'Monflanquin', 445296600, 7677200, 0),
(73056, 639, 74, 'Monsegur', 446504000, 804700, 0),
(73057, 639, 74, 'Montagne', 449333300, -1333300, 0),
(73058, 639, 74, 'Montardon', 433666700, -3500000, 0),
(73059, 639, 74, 'Montaut', 431333300, -2000000, 0),
(73060, 639, 74, 'Montayral', 444751300, 9876900, 0),
(73061, 639, 74, 'Montfort-en-Chalosse', 437112400, -8394700, 0),
(73062, 639, 74, 'Montignac', 450642900, 11619600, 0),
(73063, 639, 74, 'Montpezat', 443475000, 5247000, 0),
(73064, 639, 74, 'Montpon-Menesterol', 450000000, 1666700, 0),
(73065, 639, 74, 'Montrem', 451341700, 5902900, 0),
(73066, 639, 74, 'Montussan', 448805700, -4218100, 0),
(73067, 639, 74, 'Mouleydier', 448557200, 5975900, 0),
(73068, 639, 74, 'Moulis-en-Medoc', 450593800, -7703300, 0),
(73069, 639, 74, 'Mourenx', 433833300, -6000000, 0),
(73070, 639, 74, 'Mussidan', 450354200, 3629000, 0),
(73071, 639, 74, 'Narrosse', 437038100, -10074200, 0),
(73072, 639, 74, 'Navailles-Angos', 434166700, -3333300, 0),
(73073, 639, 74, 'Nontron', 455333300, 6666700, 0),
(73074, 639, 74, 'Notre-Dame-de-Sanilhac', 451212200, 7115700, 0),
(73075, 639, 74, 'Nousty', 432666700, -2166700, 0),
(73076, 639, 74, 'Ogeu-les-Bains', 431500000, -5000000, 0),
(73077, 639, 74, 'Ondres', 435646100, -14444900, 0),
(73078, 639, 74, 'Onesse-et-Laharie', 440614600, -10698400, 0),
(73079, 639, 74, 'Ousse', 432833300, -2666700, 0),
(73080, 639, 74, 'Paillet', 446851200, -3650000, 0),
(73081, 639, 74, 'Pardies', 433672000, -5850000, 0),
(73082, 639, 74, 'Pauillac', 451964400, -7487300, 0),
(73083, 639, 74, 'Payzac', 454000000, 12166700, 0),
(73084, 639, 74, 'Pellegrue', 447435500, 759500, 0),
(73085, 639, 74, 'Penne-d''Agenais', 443897000, 8197000, 0),
(73086, 639, 74, 'Petit-Palais-et-Cornemps', 449822000, -619000, 0),
(73087, 639, 74, 'Peyrehorade', 435488600, -11157400, 0),
(73088, 639, 74, 'Podensac', 446503800, -3550800, 0),
(73089, 639, 74, 'Pomarez', 436297200, -8293400, 0),
(73090, 639, 74, 'Pomerol', 449328000, -1992000, 0),
(73091, 639, 74, 'Pompignac', 448511400, -4370400, 0),
(73092, 639, 74, 'Pont-du-Casse', 442286700, 6792400, 0),
(73093, 639, 74, 'Pontacq', 431833300, -1166700, 0),
(73094, 639, 74, 'Port-Sainte-Foy-et-Ponchapt', 448333300, 2000000, 0),
(73095, 639, 74, 'Portets', 446967900, -4245200, 0),
(73096, 639, 74, 'Pouillon', 436048000, -9994700, 0),
(73097, 639, 74, 'Prechac', 443988300, -3538700, 0),
(73098, 639, 74, 'Preignac', 445843800, -2942200, 0),
(73099, 639, 74, 'Prigonrieux', 448545100, 4027500, 0),
(73100, 639, 74, 'Quinsac', 447553500, -4869700, 0),
(73101, 639, 74, 'Rauzan', 447783800, -1246500, 0),
(73102, 639, 74, 'Reignac', 452339300, -5062700, 0),
(73103, 639, 74, 'Rion-des-Landes', 439344900, -9238800, 0),
(73104, 639, 74, 'Roquefort', 440350000, -3232300, 0),
(73105, 639, 74, 'Rouffignac-Saint-Cernin-de-Reilhac', 450500000, 9666700, 0),
(73106, 639, 74, 'Sabres', 441489600, -7412300, 0),
(73107, 639, 74, 'Saint-Andre-de-Cubzac', 449956000, -4447000, 0),
(73108, 639, 74, 'Saint-Antoine', 450169000, -4217000, 0),
(73109, 639, 74, 'Saint-Astier', 451458200, 5289800, 0),
(73110, 639, 74, 'Saint-Aubin-de-Medoc', 449131000, -7242000, 0),
(73111, 639, 74, 'Saint-Aulaye', 452000000, 1333300, 0),
(73112, 639, 74, 'Saint-Caprais-de-Bordeaux', 447517000, -4350000, 0),
(73113, 639, 74, 'Saint-Ciers-sur-Gironde', 452885500, -6079400, 0),
(73114, 639, 74, 'Saint-Cyprien', 448692400, 10415600, 0),
(73115, 639, 74, 'Saint-Emilion', 448833300, -1500000, 0),
(73116, 639, 74, 'Saint-Estephe', 452625200, -7723700, 0),
(73117, 639, 74, 'Saint-Etienne-de-Baigorry', 431753300, -13467000, 0),
(73118, 639, 74, 'Saint-Geours-de-Maremne', 436893600, -12293700, 0),
(73119, 639, 74, 'Saint-Germain-du-Puch', 448500000, -3166700, 0),
(73120, 639, 74, 'Saint-Jean-Pied-de-Port', 431636300, -12373800, 0),
(73121, 639, 74, 'Saint-Julien-en-Born', 440631100, -12244500, 0),
(73122, 639, 74, 'Saint-Laurent-Medoc', 451511000, -8208000, 0),
(73123, 639, 74, 'Saint-Louis-de-Montferrand', 449500000, -5354300, 0),
(73124, 639, 74, 'Saint-Maixant', 445786800, -2592000, 0),
(73125, 639, 74, 'Saint-Martin-de-Hinx', 435823800, -12681000, 0),
(73126, 639, 74, 'Saint-Martin-de-Laye', 450361000, -2267000, 0),
(73127, 639, 74, 'Saint-Medard-de-Guizieres', 450166700, -500000, 0),
(73128, 639, 74, 'Saint-Palais', 433286700, -10333300, 0),
(73129, 639, 74, 'Saint-Pee-sur-Nivelle', 433556400, -15501300, 0),
(73130, 639, 74, 'Saint-Pierre-d''Irube', 434772000, -14578000, 0),
(73131, 639, 74, 'Saint-Sauveur', 452027200, -8343300, 0),
(73132, 639, 74, 'Saint-Savin', 451500000, -4500000, 0),
(73133, 639, 74, 'Saint-Selve', 446709500, -4788700, 0),
(73134, 639, 74, 'Saint-Sever', 437572700, -5735700, 0),
(73135, 639, 74, 'Saint-Sulpice-et-Cameyrac', 449113100, -3904800, 0),
(73136, 639, 74, 'Saint-Symphorien', 444294100, -4904700, 0),
(73137, 639, 74, 'Saint-Vincent-de-Paul', 437443100, -10066200, 0),
(73138, 639, 74, 'Saint-Vincent-de-Tyrosse', 436603100, -13079900, 0),
(73139, 639, 74, 'Saint-Vite', 444713300, 9387600, 0),
(73140, 639, 74, 'Saint-Yzan-de-Soudiac', 451411800, -4107800, 0),
(73141, 639, 74, 'Sainte-Bazeille', 445307300, 974000, 0),
(73142, 639, 74, 'Sainte-Eulalie', 449066700, -4741700, 0),
(73143, 639, 74, 'Sainte-Foy-la-Grande', 448400000, 2200000, 0),
(73144, 639, 74, 'Sainte-Terre', 448333300, -1166700, 0),
(73145, 639, 74, 'Salles', 445500000, -8607300, 0),
(73146, 639, 74, 'Sanguinet', 444832000, -10745700, 0),
(73147, 639, 74, 'Saugnac-et-Cambran', 436709800, -9949500, 0),
(73148, 639, 74, 'Sauvagnon', 434000000, -3833300, 0),
(73149, 639, 74, 'Sauveterre-de-Bearn', 434000000, -9333300, 0),
(73150, 639, 74, 'Seignosse', 436877400, -13700000, 0),
(73151, 639, 74, 'Siorac-en-Perigord', 448222000, 9875000, 0),
(73152, 639, 74, 'Sorges', 453056300, 8732800, 0),
(73153, 639, 74, 'Soumoulou', 432666700, -1833300, 0),
(73154, 639, 74, 'Souprosse', 437886900, -7103500, 0),
(73155, 639, 74, 'Souraide', 433415400, -14755900, 0),
(73156, 639, 74, 'Soustons', 437532800, -13278000, 0),
(73157, 639, 74, 'Tartas', 438324800, -8089500, 0),
(73158, 639, 74, 'Tercis-les-Bains', 436704800, -11073800, 0),
(73159, 639, 74, 'Thenon', 451389700, 10721100, 0),
(73160, 639, 74, 'Thiviers', 454154200, 9196300, 0),
(73161, 639, 74, 'Tonneins', 443920600, 3124100, 0),
(73162, 639, 74, 'Toulenne', 445566500, -2632800, 0),
(73163, 639, 74, 'Trelissac', 451976600, 7861500, 0),
(73164, 639, 74, 'Urcuit', 434859400, -13366800, 0),
(73165, 639, 74, 'Urrugne', 433636100, -16992100, 0),
(73166, 639, 74, 'Velines', 448500000, 1166700, 0),
(73167, 639, 74, 'Vendays-Montalivet', 453569000, -10592000, 0),
(73168, 639, 74, 'Verac', 449922000, -3400000, 0),
(73169, 639, 74, 'Vertheuil', 452500000, -8333300, 0),
(73170, 639, 74, 'Vielle-Saint-Girons', 439500000, -13000000, 0),
(73171, 639, 74, 'Vieux-Boucau-les-Bains', 437894700, -13995700, 0),
(73172, 639, 74, 'Villeneuve-de-Marsan', 438890600, -3092600, 0),
(73173, 639, 74, 'Villereal', 446363100, 7432600, 0),
(73174, 639, 74, 'Virazeil', 445070500, 2217700, 0),
(73175, 640, 74, 'Aigueperse', 460228400, 32023100, 0),
(73176, 640, 74, 'Allanche', 452279800, 29345600, 0),
(73177, 640, 74, 'Allegre', 452005200, 37127600, 0),
(73178, 640, 74, 'Aurec-sur-Loire', 453690700, 42049000, 0),
(73179, 640, 74, 'Avermes', 465866600, 33061900, 0),
(73180, 640, 74, 'Bas-en-Basset', 453065400, 41089900, 0),
(73181, 640, 74, 'Beauzac', 452600100, 40987900, 0),
(73182, 640, 74, 'Bellenaves', 461997900, 30821500, 0),
(73183, 640, 74, 'Bellerive-sur-Allier', 461163300, 34033800, 0),
(73184, 640, 74, 'Bessay-sur-Allier', 464435200, 33624800, 0),
(73185, 640, 74, 'Billom', 457230300, 33424300, 0),
(73186, 640, 74, 'Blanzat', 458313700, 30811100, 0),
(73187, 640, 74, 'Blavozy', 450572000, 39799300, 0),
(73188, 640, 74, 'Brassac-les-Mines', 454110500, 33291500, 0),
(73189, 640, 74, 'Bressolles', 465314000, 33172000, 0),
(73190, 640, 74, 'Brioude', 453000000, 34000000, 0),
(73191, 640, 74, 'Buxieres-les-Mines', 464688600, 29614300, 0),
(73192, 640, 74, 'Celles-sur-Durolle', 458578700, 36353400, 0),
(73193, 640, 74, 'Cerilly', 466179000, 28202000, 0),
(73194, 640, 74, 'Champagnac', 453500000, 24000000, 0),
(73195, 640, 74, 'Champeix', 455868000, 31286600, 0),
(73196, 640, 74, 'Charbonnieres-les-Varennes', 459000000, 30000000, 0),
(73197, 640, 74, 'Chateaugay', 458513400, 30897200, 0),
(73198, 640, 74, 'Chatel-Guyon', 459166700, 30666700, 0),
(73199, 640, 74, 'Chaudes-Aigues', 448534400, 30036400, 0),
(73200, 640, 74, 'Cognat-Lyonne', 461092000, 33108000, 0),
(73201, 640, 74, 'Commentry', 462921100, 27416000, 0),
(73202, 640, 74, 'Coudes', 456156000, 32089000, 0),
(73203, 640, 74, 'Cournon-d''Auvergne', 457354300, 31960800, 0),
(73204, 640, 74, 'Courpiere', 457568900, 35421600, 0),
(73205, 640, 74, 'Cunlhat', 456334800, 35598000, 0),
(73206, 640, 74, 'Cussac-sur-Loire', 449880700, 38841600, 0),
(73207, 640, 74, 'Davayat', 459481000, 31094000, 0),
(73208, 640, 74, 'Desertines', 463552100, 26207400, 0),
(73209, 640, 74, 'Domerat', 463606400, 25342600, 0),
(73210, 640, 74, 'Dunieres', 452159800, 43457900, 0),
(73211, 640, 74, 'Durtol', 457962200, 30526400, 0),
(73212, 640, 74, 'Ebreuil', 461162900, 30877100, 0),
(73213, 640, 74, 'Effiat', 460408000, 32564000, 0),
(73214, 640, 74, 'Egliseneuve-pres-Billom', 457225000, 33917000, 0),
(73215, 640, 74, 'Entraigues', 458908000, 32617000, 0),
(73216, 640, 74, 'Fontannes', 453014900, 37636600, 0),
(73217, 640, 74, 'Gelles', 457693700, 27634700, 0),
(73218, 640, 74, 'Job', 456177600, 37460200, 0),
(73219, 640, 74, 'Joze', 458639000, 33028000, 0),
(73220, 640, 74, 'Jussac', 449880400, 24244500, 0),
(73221, 640, 74, 'La Bourboule', 455883700, 27395600, 0),
(73222, 640, 74, 'La Monnerie-le-Montel', 458666700, 36000000, 0),
(73223, 640, 74, 'La Roche-Noire', 457080000, 32250000, 0),
(73224, 640, 74, 'La Sauvetat', 456367000, 31711000, 0),
(73225, 640, 74, 'La Seauve-sur-Semene', 452970200, 42531800, 0),
(73226, 640, 74, 'Lanobre', 454333300, 25333300, 0),
(73227, 640, 74, 'Lapalisse', 462483500, 36360500, 0),
(73228, 640, 74, 'Lavault-Sainte-Anne', 463166700, 26000000, 0),
(73229, 640, 74, 'Le Chambon-sur-Lignon', 450607900, 43031400, 0),
(73230, 640, 74, 'Le Crest', 456868700, 31284400, 0),
(73231, 640, 74, 'Le Donjon', 463506200, 37950600, 0),
(73232, 640, 74, 'Le Mayet-de-Montagne', 460725100, 36665100, 0),
(73233, 640, 74, 'Le Monastier-sur-Gazeille', 449333300, 40000000, 0),
(73234, 640, 74, 'Lempdes', 457719000, 31944000, 0),
(73235, 640, 74, 'Lempdes-sur-Allagnon', 453833300, 32833300, 0),
(73236, 640, 74, 'Les Martres-de-Veyre', 456850000, 31906000, 0),
(73237, 640, 74, 'Lurcy-Levis', 467305600, 29387600, 0),
(73238, 640, 74, 'Lusigny', 465884900, 34900200, 0),
(73239, 640, 74, 'Manzat', 459610500, 29420500, 0),
(73240, 640, 74, 'Maringues', 459211800, 33296900, 0),
(73241, 640, 74, 'Marsac-en-Livradois', 454788200, 37272600, 0),
(73242, 640, 74, 'Massiac', 452555100, 31975900, 0),
(73243, 640, 74, 'Mauriac', 452166700, 23333300, 0),
(73244, 640, 74, 'Mezel', 457551900, 32431400, 0),
(73245, 640, 74, 'Molinet', 464683600, 39416100, 0),
(73246, 640, 74, 'Monistrol-sur-Loire', 452933400, 41716100, 0),
(73247, 640, 74, 'Montmarault', 463166800, 29561300, 0),
(73248, 640, 74, 'Montmorin', 456950000, 33600000, 0),
(73249, 640, 74, 'Mozac', 458916600, 30909500, 0),
(73250, 640, 74, 'Naucelles', 449578200, 24188900, 0),
(73251, 640, 74, 'Neuilly-le-Real', 464646600, 34316100, 0),
(73252, 640, 74, 'Nohanent', 458100300, 30565800, 0),
(73253, 640, 74, 'Orbeil', 455630000, 32780000, 0),
(73254, 640, 74, 'Orcines', 457838000, 30122000, 0),
(73255, 640, 74, 'Orleat', 458616300, 34219400, 0),
(73256, 640, 74, 'Parentignat', 455340000, 32910000, 0),
(73257, 640, 74, 'Paslieres', 459284400, 34935200, 0),
(73258, 640, 74, 'Perignat-les-Sarlieve', 457357100, 31402400, 0),
(73259, 640, 74, 'Peschadoires', 458239100, 35024300, 0),
(73260, 640, 74, 'Pionsat', 461094900, 26936200, 0),
(73261, 640, 74, 'Pleaux', 451333300, 22333300, 0),
(73262, 640, 74, 'Polignac', 450709000, 38603100, 0),
(73263, 640, 74, 'Polminhac', 449522300, 25784600, 0),
(73264, 640, 74, 'Pont-Salomon', 453392400, 42481000, 0),
(73265, 640, 74, 'Premilhat', 463166700, 25333300, 0),
(73266, 640, 74, 'Puy-Guillaume', 459598500, 34714300, 0),
(73267, 640, 74, 'Randan', 460159500, 33552200, 0),
(73268, 640, 74, 'Retournac', 452062900, 40355400, 0),
(73269, 640, 74, 'Riom-es-Montagnes', 452833300, 26666700, 0),
(73270, 640, 74, 'Riotord', 452322600, 44037600, 0),
(73271, 640, 74, 'Romagnat', 457287800, 30989300, 0),
(73272, 640, 74, 'Saint Vincent', 455497000, 31336000, 0),
(73273, 640, 74, 'Saint-Amant-Tallende', 456683900, 31101000, 0),
(73274, 640, 74, 'Saint-Angel', 463583000, 26983000, 0),
(73275, 640, 74, 'Saint-Beauzire', 458506000, 31803000, 0),
(73276, 640, 74, 'Saint-Bonnet-pres-Riom', 459289500, 31116200, 0),
(73277, 640, 74, 'Saint-Cernin', 450573000, 24223200, 0),
(73278, 640, 74, 'Saint-Didier-en-Velay', 453023400, 42756100, 0),
(73279, 640, 74, 'Saint-Dier-d''Auvergne', 456760000, 34830000, 0),
(73280, 640, 74, 'Saint-Eloy-les-Mines', 461579300, 28362300, 0),
(73281, 640, 74, 'Saint-Francois', 464153800, 39054200, 0),
(73282, 640, 74, 'Saint-Genes-Champanelle', 457191500, 30188700, 0),
(73283, 640, 74, 'Saint-Georges-de-Mons', 459399400, 28406000, 0),
(73284, 640, 74, 'Saint-Gerand-le-Puy', 462575800, 35122000, 0),
(73285, 640, 74, 'Saint-Germain-Laprade', 450386200, 39700400, 0),
(73286, 640, 74, 'Saint-Germain-des-Fosses', 462021100, 34324500, 0),
(73287, 640, 74, 'Saint-Gervais-d''Auvergne', 460287000, 28194000, 0),
(73288, 640, 74, 'Saint-Julien-Chapteuil', 450339800, 40622900, 0),
(73289, 640, 74, 'Saint-Julien-de-Coppel', 456950000, 33110000, 0),
(73290, 640, 74, 'Saint-Just-Malmont', 453397300, 43133500, 0),
(73291, 640, 74, 'Saint-Mamet-la-Salvetat', 448576500, 23061600, 0),
(73292, 640, 74, 'Saint-Paulien', 451365000, 38138400, 0),
(73293, 640, 74, 'Saint-Pourcain-sur-Sioule', 463092700, 32878700, 0),
(73294, 640, 74, 'Saint-Remy-en-Rollat', 461855500, 33961300, 0),
(73295, 640, 74, 'Saint-Remy-sur-Durolle', 458882200, 35912500, 0),
(73296, 640, 74, 'Saint-Sauves-d''Auvergne', 456000000, 26833300, 0),
(73297, 640, 74, 'Saint-Simon', 449649200, 24909000, 0),
(73298, 640, 74, 'Saint-Victor', 463946700, 26085800, 0),
(73299, 640, 74, 'Sainte-Florine', 454054600, 33199500, 0),
(73300, 640, 74, 'Sainte-Sigolene', 452432900, 42334300, 0),
(73301, 640, 74, 'Sansac-de-Marmiesse', 448848500, 23470100, 0),
(73302, 640, 74, 'Sauxillanges', 455526700, 33738000, 0),
(73303, 640, 74, 'Sayat', 458275400, 30520600, 0),
(73304, 640, 74, 'Seuillet', 462031000, 34731000, 0),
(73305, 640, 74, 'Siaugues-Sainte-Marie', 450947000, 36333000, 0),
(73306, 640, 74, 'Solignac-sur-Loire', 449681900, 38852900, 0),
(73307, 640, 74, 'Souvigny', 465335200, 31924700, 0),
(73308, 640, 74, 'Tallende', 456712600, 31279900, 0),
(73309, 640, 74, 'Tence', 451150300, 42916600, 0),
(73310, 640, 74, 'Toulon-sur-Allier', 465184500, 33598900, 0),
(73311, 640, 74, 'Vals-pres-le-Puy', 450315500, 38778700, 0),
(73312, 640, 74, 'Varennes-sur-Allier', 463147200, 33984600, 0),
(73313, 640, 74, 'Vergongheon', 453705800, 33191500, 0),
(73314, 640, 74, 'Vertaizon', 457713600, 32888400, 0),
(73315, 640, 74, 'Vic-le-Comte', 456431700, 32463800, 0),
(73316, 640, 74, 'Vic-sur-Cere', 449792900, 26248500, 0),
(73317, 640, 74, 'Vieille-Brioude', 452664800, 34027200, 0),
(73318, 640, 74, 'Villebret', 462668500, 26382700, 0),
(73319, 640, 74, 'Volvic', 458719600, 30383200, 0),
(73320, 640, 74, 'Ydes', 453333300, 24666700, 0),
(73321, 640, 74, 'Youx', 461444100, 28000400, 0),
(73322, 640, 74, 'Ytrac', 449134300, 23629500, 0),
(73323, 641, 74, 'Agneaux', 491190500, -11061000, 0),
(73324, 641, 74, 'Agon-Coutainville', 490400000, -15800000, 0),
(73325, 641, 74, 'Argences', 491263500, -1664400, 0),
(73326, 641, 74, 'Aube-sur-Rile', 487392000, 5516100, 0),
(73327, 641, 74, 'Aunay-sur-Odon', 490201200, -6323800, 0),
(73328, 641, 74, 'Authie', 492061500, -4319100, 0),
(73329, 641, 74, 'Bacilly', 487017000, -14397000, 0),
(73330, 641, 74, 'Barenton', 486002700, -8325800, 0),
(73331, 641, 74, 'Barneville-Carteret', 493817000, -17514000, 0),
(73332, 641, 74, 'Bavent', 492299600, -1867500, 0),
(73333, 641, 74, 'Bellengreville', 491242500, -2096100, 0),
(73334, 641, 74, 'Bernieres-sur-Mer', 493305700, -4229900, 0),
(73335, 641, 74, 'Beuville', 492436400, -3258500, 0),
(73336, 641, 74, 'Beuvillers', 491296100, 2549200, 0),
(73337, 641, 74, 'Bieville-Beuville', 492364000, -3258000, 0),
(73338, 641, 74, 'Blainville-sur-Mer', 490659900, -15834000, 0),
(73339, 641, 74, 'Blainville-sur-Orne', 492291300, -3006100, 0),
(73340, 641, 74, 'Blonville-sur-Mer', 493370900, 270900, 0),
(73341, 641, 74, 'Bourguebus', 491218700, -2978600, 0),
(73342, 641, 74, 'Brecey', 487241300, -11664700, 0),
(73343, 641, 74, 'Brehal', 488991500, -15122500, 0),
(73344, 641, 74, 'Bretteville', 496544000, -15288400, 0),
(73345, 641, 74, 'Bretteville-l''Orgueilleuse', 492119000, -5125000, 0),
(73346, 641, 74, 'Bretteville-sur-Laize', 490446600, -3263900, 0),
(73347, 641, 74, 'Bretteville-sur-Odon', 491662700, -4166200, 0),
(73348, 641, 74, 'Bricquebec', 494700800, -16325400, 0),
(73349, 641, 74, 'Brix', 495451200, -15801200, 0),
(73350, 641, 74, 'Cabourg', 492911000, -1133000, 0),
(73351, 641, 74, 'Cagny', 491458000, -2563000, 0),
(73352, 641, 74, 'Cambremer', 491519200, 476000, 0),
(73353, 641, 74, 'Canisy', 490769000, -11744000, 0),
(73354, 641, 74, 'Carcagny', 492397000, -6175000, 0),
(73355, 641, 74, 'Catz', 493114000, -11789000, 0),
(73356, 641, 74, 'Ceauce', 484943600, -6252600, 0),
(73357, 641, 74, 'Cesny-Bois-Halbout', 489878000, -3764000, 0),
(73358, 641, 74, 'Ciral', 484947000, -1364000, 0),
(73359, 641, 74, 'Clecy', 489171800, -4804000, 0),
(73360, 641, 74, 'Clinchamps-sur-Orne', 490785700, -4015600, 0),
(73361, 641, 74, 'Colombelles', 492049000, -2957100, 0),
(73362, 641, 74, 'Conde-sur-Huisne', 483810300, 8509300, 0),
(73363, 641, 74, 'Conde-sur-Noireau', 488488100, -5521400, 0),
(73364, 641, 74, 'Courseulles-sur-Mer', 493302700, -4561200, 0),
(73365, 641, 74, 'Courteilles', 487749600, -1994200, 0),
(73366, 641, 74, 'Coutances', 490500000, -14333300, 0),
(73367, 641, 74, 'Creances', 491987400, -15693800, 0),
(73368, 641, 74, 'Demouville', 491800100, -2694700, 0),
(73369, 641, 74, 'Dives-sur-Mer', 492817600, -1012500, 0),
(73370, 641, 74, 'Domfront', 485920800, -6458800, 0),
(73371, 641, 74, 'Donville-les-Bains', 488460800, -15831500, 0),
(73372, 641, 74, 'Douvres-la-Delivrande', 492947200, -3803900, 0),
(73373, 641, 74, 'Dozule', 492313200, -445400, 0),
(73374, 641, 74, 'Equeurdreville-Hainneville', 496486800, -16530600, 0),
(73375, 641, 74, 'Eterville', 491442300, -4251200, 0),
(73376, 641, 74, 'Fleury-sur-Orne', 491485100, -3750800, 0),
(73377, 641, 74, 'Fontaine-Etoupefour', 491460000, -4552200, 0),
(73378, 641, 74, 'Glos', 491233000, 2817000, 0),
(73379, 641, 74, 'Gouville-sur-Mer', 490961100, -15790800, 0),
(73380, 641, 74, 'Houlgate', 492990000, -815300, 0),
(73381, 641, 74, 'Ige', 483253000, 5222000, 0),
(73382, 641, 74, 'Isigny-le-Buat', 486170500, -11699400, 0),
(73383, 641, 74, 'Isigny-sur-Mer', 493160400, -11038400, 0),
(73384, 641, 74, 'Jullouville', 487757600, -15636600, 0),
(73385, 641, 74, 'L''Aigle', 487700000, 6300000, 0),
(73386, 641, 74, 'La Ferte-Mace', 485899900, -3580000, 0),
(73387, 641, 74, 'La Glacerie', 496051700, -15818500, 0),
(73388, 641, 74, 'La Graverie', 488950000, -8794000, 0),
(73389, 641, 74, 'La Haye-du-Puits', 492897300, -15432400, 0),
(73390, 641, 74, 'La Lande-Patry', 487620200, -5987600, 0),
(73391, 641, 74, 'La Riviere-Saint-Sauveur', 494082100, 2703000, 0),
(73392, 641, 74, 'La Selle-la-Forge', 487329500, -5410300, 0),
(73393, 641, 74, 'Le Mele-sur-Sarthe', 485119000, 3556000, 0),
(73394, 641, 74, 'Le Molay-Littry', 492426500, -8723800, 0),
(73395, 641, 74, 'Le Teilleul', 485375800, -8730400, 0),
(73396, 641, 74, 'Le Theil', 482644000, 6889000, 0),
(73397, 641, 74, 'Le Val-Saint-Pere', 486617600, -13765300, 0),
(73398, 641, 74, 'Les Pieux', 495128600, -18071400, 0),
(73399, 641, 74, 'Lessay', 492170300, -15308900, 0),
(73400, 641, 74, 'Lion-sur-Mer', 493001800, -3215700, 0),
(73401, 641, 74, 'Livarot', 490050000, 1502000, 0),
(73402, 641, 74, 'Longny-au-Perche', 485298400, 7523900, 0),
(73403, 641, 74, 'Loucelles', 492244000, -5803000, 0),
(73404, 641, 74, 'Louvigny', 491571500, -3937600, 0),
(73405, 641, 74, 'Luc-sur-Mer', 493145200, -3549900, 0),
(73406, 641, 74, 'Magny-le-Desert', 485701500, -3273200, 0),
(73407, 641, 74, 'Maltot', 491300000, -4217000, 0),
(73408, 641, 74, 'Marcey-les-Greves', 486967300, -13915600, 0),
(73409, 641, 74, 'Marigny', 490995200, -12417900, 0),
(73410, 641, 74, 'Marolles', 491389000, 3731000, 0),
(73411, 641, 74, 'Martinvast', 495960800, -16643400, 0),
(73412, 641, 74, 'May-sur-Orne', 491010700, -3747100, 0),
(73413, 641, 74, 'Merville-Franceville-Plage', 492721800, -1961600, 0),
(73414, 641, 74, 'Mezidon-Canon', 490736000, -700000, 0),
(73415, 641, 74, 'Montmartin-sur-Mer', 489886100, -15253000, 0),
(73416, 641, 74, 'Mortagne-au-Perche', 485166700, 5500000, 0),
(73417, 641, 74, 'Mortain', 486478200, -9405500, 0),
(73418, 641, 74, 'Mortree', 486389900, 790900, 0),
(73419, 641, 74, 'Mouen', 491469600, -4836600, 0),
(73420, 641, 74, 'Octeville', 496261200, -16434900, 0),
(73421, 641, 74, 'Ouffieres', 490244000, -4900000, 0),
(73422, 641, 74, 'Parigny', 485945000, -10792500, 0),
(73423, 641, 74, 'Periers', 491866700, -14076200, 0),
(73424, 641, 74, 'Picauville', 493781000, -14004800, 0),
(73425, 641, 74, 'Pont-Ecrepin', 487666700, -2500000, 0),
(73426, 641, 74, 'Pont-Hebert', 491671400, -11342800, 0),
(73427, 641, 74, 'Pont-l''Eveque', 492864000, 1847000, 0),
(73428, 641, 74, 'Port-en-Bessin-Huppain', 493446000, -7555700, 0),
(73429, 641, 74, 'Potigny', 489692500, -2416600, 0),
(73430, 641, 74, 'Quettreville-sur-Sienne', 489680200, -14678200, 0),
(73431, 641, 74, 'Ranville', 492307100, -2556000, 0),
(73432, 641, 74, 'Remalard', 484286700, 7718500, 0),
(73433, 641, 74, 'Reville', 496190600, -12586800, 0),
(73434, 641, 74, 'Romagny', 486393100, -9660500, 0),
(73435, 641, 74, 'Ronai', 488142000, -1350000, 0),
(73436, 641, 74, 'Saint-Andre-sur-Orne', 491174100, -3822700, 0),
(73437, 641, 74, 'Saint-Aubin-d''Arquenay', 492631000, -2875000, 0),
(73438, 641, 74, 'Saint-Contest', 492140100, -4022100, 0),
(73439, 641, 74, 'Saint-Denis-sur-Sarthon', 484532000, -472000, 0),
(73440, 641, 74, 'Saint-Georges-des-Groseillers', 487699400, -5676800, 0),
(73441, 641, 74, 'Saint-Germain-du-Corbeis', 484221500, 619200, 0),
(73442, 641, 74, 'Saint-Germain-la-Blanche-Herbe', 491832700, -4042600, 0),
(73443, 641, 74, 'Saint-Hilaire-Petitville', 493025000, -12199500, 0),
(73444, 641, 74, 'Saint-Hilaire-du-Harcouet', 485770000, -10900400, 0),
(73445, 641, 74, 'Saint-Jean-des-Baisants', 490937100, -9728900, 0),
(73446, 641, 74, 'Saint-Jean-des-Champs', 488280000, -14648700, 0),
(73447, 641, 74, 'Saint-Lambert-sur-Dives', 489374000, -5489000, 0),
(73448, 641, 74, 'Saint-Manvieu', 491806700, -5021100, 0),
(73449, 641, 74, 'Saint-Manvieu-Norrey', 491813900, -5000000, 0),
(73450, 641, 74, 'Saint-Martin-des-Besaces', 490109100, -8450000, 0),
(73451, 641, 74, 'Saint-Pair-sur-Mer', 488145500, -15676100, 0),
(73452, 641, 74, 'Saint-Pierre-Eglise', 496684800, -14035800, 0),
(73453, 641, 74, 'Saint-Pierre-du-Regard', 488428600, -5463100, 0),
(73454, 641, 74, 'Saint-Pierre-sur-Dives', 490166700, -333300, 0),
(73455, 641, 74, 'Saint-Planchers', 488226900, -15259800, 0),
(73456, 641, 74, 'Saint-Pois', 487503000, -10656000, 0),
(73457, 641, 74, 'Saint-Quentin-sur-le-Homme', 486475100, -13180600, 0),
(73458, 641, 74, 'Saint-Senier-sous-Avranches', 486839900, -13312600, 0),
(73459, 641, 74, 'Saint-Sever-Calvados', 488403500, -10477300, 0),
(73460, 641, 74, 'Saint-Sulpice-sur-Risle', 487806300, 6573900, 0),
(73461, 641, 74, 'Saint-Vaast-la-Hougue', 495884300, -12693100, 0),
(73462, 641, 74, 'Saint-Vigor-le-Grand', 492824200, -6857900, 0),
(73463, 641, 74, 'Sainte-Gauburge-Sainte-Colombe', 487172200, 4312600, 0),
(73464, 641, 74, 'Sannerville', 491801800, -2243400, 0),
(73465, 641, 74, 'Sartilly', 487524000, -14567800, 0),
(73466, 641, 74, 'Soliers', 491344000, -2961300, 0),
(73467, 641, 74, 'Sottevast', 495237400, -15916900, 0),
(73468, 641, 74, 'Surtainville', 494597700, -18129800, 0),
(73469, 641, 74, 'Tessy-sur-Vire', 489738100, -10608700, 0),
(73470, 641, 74, 'Thury-Harcourt', 489843400, -4752000, 0),
(73471, 641, 74, 'Tollevast', 495743700, -16274600, 0),
(73472, 641, 74, 'Torigni-sur-Vire', 490370200, -9821400, 0),
(73473, 641, 74, 'Tourouvre', 485895100, 6525200, 0),
(73474, 641, 74, 'Treauville', 495319000, -18106000, 0),
(73475, 641, 74, 'Troarn', 491783500, -1816900, 0),
(73476, 641, 74, 'Valframbert', 484646500, 1082800, 0),
(73477, 641, 74, 'Villedieu-les-Poeles', 488333300, -12166700, 0),
(73478, 641, 74, 'Villers-Bocage', 490796000, -6541200, 0),
(73479, 641, 74, 'Villers-sur-Mer', 493226400, 2700, 0),
(73480, 641, 74, 'Villerville', 494017000, 1294000, 0),
(73481, 642, 74, 'Aiserey', 471722900, 51626000, 0),
(73482, 642, 74, 'Ancy-le-Franc', 477758600, 41636100, 0),
(73483, 642, 74, 'Antully', 469044000, 44117000, 0),
(73484, 642, 74, 'Appoigny', 478746700, 35252400, 0),
(73485, 642, 74, 'Arzembouy', 472458000, 33686000, 0),
(73486, 642, 74, 'Auxonne', 471925500, 53872600, 0),
(73487, 642, 74, 'Bourbon-Lancy', 466221400, 37695300, 0),
(73488, 642, 74, 'Branges', 466444100, 51846500, 0),
(73489, 642, 74, 'Brazey-en-Plaine', 471378400, 52153800, 0),
(73490, 642, 74, 'Breteniere', 472414000, 51150000, 0),
(73491, 642, 74, 'Brienon-sur-Armancon', 479901000, 36162800, 0),
(73492, 642, 74, 'Buxy', 467136900, 47042700, 0),
(73493, 642, 74, 'Chagny', 469095300, 47519000, 0),
(73494, 642, 74, 'Challuy', 469497100, 31480700, 0),
(73495, 642, 74, 'Champforgeuil', 468185700, 48335700, 0),
(73496, 642, 74, 'Champignelles', 477800900, 30745700, 0),
(73497, 642, 74, 'Champigny', 483166700, 31333300, 0),
(73498, 642, 74, 'Champs-sur-Yonne', 477333300, 36000000, 0),
(73499, 642, 74, 'Chantenay-Saint-Imbert', 467333300, 31833300, 0),
(73500, 642, 74, 'Charnay-les-Macon', 463075100, 47847900, 0),
(73501, 642, 74, 'Charny', 478866100, 30958300, 0),
(73502, 642, 74, 'Charolles', 464333300, 42833300, 0),
(73503, 642, 74, 'Chauffailles', 462072600, 43393200, 0),
(73504, 642, 74, 'Chaulgnes', 471288900, 31034800, 0),
(73505, 642, 74, 'Cheny', 479516600, 35334000, 0),
(73506, 642, 74, 'Cheroy', 482007600, 30001100, 0),
(73507, 642, 74, 'Ciry-le-Noble', 466060700, 42986900, 0),
(73508, 642, 74, 'Clamecy', 474500000, 35166700, 0),
(73509, 642, 74, 'Corbigny', 472567800, 36828500, 0),
(73510, 642, 74, 'Corpeau', 469291700, 47522600, 0),
(73511, 642, 74, 'Cosne-Cours-sur-Loire', 474110100, 29252800, 0),
(73512, 642, 74, 'Coublanc', 461747000, 42736000, 0),
(73513, 642, 74, 'Couches', 468666700, 45666700, 0),
(73514, 642, 74, 'Couchey', 472599100, 49825700, 0),
(73515, 642, 74, 'Courtois-sur-Yonne', 482269000, 32561000, 0),
(73516, 642, 74, 'Couternon', 473333300, 51500000, 0),
(73517, 642, 74, 'Cravant', 476839000, 36917000, 0),
(73518, 642, 74, 'Crissey', 468165200, 48818500, 0),
(73519, 642, 74, 'Cruzy-le-Chatel', 478567000, 42128000, 0),
(73520, 642, 74, 'Cuiseaux', 464947300, 53893100, 0),
(73521, 642, 74, 'Cuisery', 465569600, 49979700, 0),
(73522, 642, 74, 'Darois', 473914000, 49403000, 0),
(73523, 642, 74, 'Demigny', 469304800, 48338100, 0),
(73524, 642, 74, 'Digoin', 464812400, 39794600, 0),
(73525, 642, 74, 'Donzy', 473706600, 31254800, 0),
(73526, 642, 74, 'Dracy-le-Fort', 467975000, 47621500, 0),
(73527, 642, 74, 'Ecuisses', 467563100, 45384500, 0),
(73528, 642, 74, 'Egriselles-le-Bocage', 481210300, 31823300, 0),
(73529, 642, 74, 'Epervans', 467524600, 48993000, 0),
(73530, 642, 74, 'Epinac', 469833300, 45166700, 0),
(73531, 642, 74, 'Etang-sur-Arroux', 468656000, 41898800, 0),
(73532, 642, 74, 'Etaule', 475219000, 39208000, 0),
(73533, 642, 74, 'Fleurville', 464456000, 48814000, 0),
(73534, 642, 74, 'Fleury-la-Vallee', 478667200, 34490800, 0),
(73535, 642, 74, 'Fontenailles', 475498800, 34621500, 0),
(73536, 642, 74, 'Fourchambault', 470166700, 30833300, 0),
(73537, 642, 74, 'Fragnes', 468350000, 48469000, 0),
(73538, 642, 74, 'Genelard', 465811900, 42361900, 0),
(73539, 642, 74, 'Gergy', 468755700, 49452700, 0),
(73540, 642, 74, 'Gevrey-Chambertin', 472261400, 49680600, 0),
(73541, 642, 74, 'Guerchy', 478939000, 34408000, 0),
(73542, 642, 74, 'Guerigny', 470870300, 32018200, 0),
(73543, 642, 74, 'Gueugnon', 466035700, 40628600, 0),
(73544, 642, 74, 'Hery', 479014600, 36286800, 0),
(73545, 642, 74, 'Imphy', 469361900, 32603700, 0),
(73546, 642, 74, 'La Charite-sur-Loire', 471833300, 30166700, 0),
(73547, 642, 74, 'La Clayette', 462900200, 43042200, 0),
(73548, 642, 74, 'La Machine', 468922600, 34642600, 0),
(73549, 642, 74, 'La Roche-Vineuse', 463452400, 47202300, 0),
(73550, 642, 74, 'Ladoix-Serrigny', 470669000, 48875000, 0),
(73551, 642, 74, 'Lamarche-sur-Saone', 472694600, 53858900, 0),
(73552, 642, 74, 'Le Breuil', 468065400, 44695300, 0),
(73553, 642, 74, 'Le Creusot', 468071400, 44163200, 0),
(73554, 642, 74, 'Longecourt-en-Plaine', 471978400, 51495600, 0),
(73555, 642, 74, 'Louhans', 466333300, 52166700, 0),
(73556, 642, 74, 'Lux', 474917000, 52128000, 0),
(73557, 642, 74, 'Magny-Cours', 468833300, 31500000, 0),
(73558, 642, 74, 'Maillot', 481755700, 33078400, 0),
(73559, 642, 74, 'Marigny-les-Reullee', 469983000, 49644000, 0),
(73560, 642, 74, 'Marsannay-la-Cote', 472709500, 49889500, 0),
(73561, 642, 74, 'Mellecey', 468108400, 47282200, 0),
(73562, 642, 74, 'Mercurey', 468400000, 47197000, 0),
(73563, 642, 74, 'Meursault', 469782200, 47695200, 0),
(73564, 642, 74, 'Mezilles', 477017000, 31742000, 0),
(73565, 642, 74, 'Mirebeau-sur-Beze', 473982800, 53209300, 0),
(73566, 642, 74, 'Moneteau', 478492300, 35817800, 0),
(73567, 642, 74, 'Mont-Saint-Sulpice', 479528000, 36269000, 0),
(73568, 642, 74, 'Montchanin', 467496400, 44707000, 0),
(73569, 642, 74, 'Montpont-en-Bresse', 465563000, 51645900, 0),
(73570, 642, 74, 'Moulins-Engilbert', 469882100, 38108400, 0),
(73571, 642, 74, 'Neuilly-les-Dijon', 472794300, 51064500, 0),
(73572, 642, 74, 'Neuvy-Grandchamp', 465903000, 39336000, 0),
(73573, 642, 74, 'Neuvy-sur-Loire', 475232300, 28833300, 0),
(73574, 642, 74, 'Norges-la-Ville', 474083000, 50775000, 0),
(73575, 642, 74, 'Nuits', 477319000, 42139000, 0),
(73576, 642, 74, 'Plombieres-les-Dijon', 473333300, 49666700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(73577, 642, 74, 'Pont-sur-Yonne', 482829700, 32019800, 0),
(73578, 642, 74, 'Pontailler-sur-Saone', 473045500, 54147900, 0),
(73579, 642, 74, 'Pougues-les-Eaux', 470751800, 31015000, 0),
(73580, 642, 74, 'Pouilly-sur-Loire', 472837700, 29544200, 0),
(73581, 642, 74, 'Pourrain', 477561600, 34119300, 0),
(73582, 642, 74, 'Premery', 471695200, 33274300, 0),
(73583, 642, 74, 'Prisse', 463213000, 47446900, 0),
(73584, 642, 74, 'Ravieres', 477347600, 42277700, 0),
(73585, 642, 74, 'Romaneche-Thorins', 461840200, 47424200, 0),
(73586, 642, 74, 'Romenay', 465020800, 50690400, 0),
(73587, 642, 74, 'Saint-Amand-en-Puisaye', 475291400, 30740000, 0),
(73588, 642, 74, 'Saint-Bris-le-Vineux', 477439600, 36492200, 0),
(73589, 642, 74, 'Saint-Clement', 482172400, 32960900, 0),
(73590, 642, 74, 'Saint-Eloi', 469734200, 32222800, 0),
(73591, 642, 74, 'Saint-Eusebe', 467134600, 44620300, 0),
(73592, 642, 74, 'Saint-Fargeau', 476413300, 30706600, 0),
(73593, 642, 74, 'Saint-Georges-sur-Baulche', 478003900, 35314400, 0),
(73594, 642, 74, 'Saint-Germain-du-Plain', 466993800, 49851000, 0),
(73595, 642, 74, 'Saint-Julien', 474002900, 51416300, 0),
(73596, 642, 74, 'Saint-Julien-du-Sault', 480318800, 32955600, 0),
(73597, 642, 74, 'Saint-Leger-des-Vignes', 468406300, 34548800, 0),
(73598, 642, 74, 'Saint-Leger-sur-Dheune', 468454800, 46360700, 0),
(73599, 642, 74, 'Saint-Leu', 467306000, 45008300, 0),
(73600, 642, 74, 'Saint-Martin-d''Heuille', 470553000, 32269000, 0),
(73601, 642, 74, 'Saint-Martin-en-Bresse', 468172500, 50602700, 0),
(73602, 642, 74, 'Saint-Pierre-le-Moutier', 467927700, 31165700, 0),
(73603, 642, 74, 'Saint-Remy', 467633400, 48392800, 0),
(73604, 642, 74, 'Saint-Sernin-du-Bois', 468407400, 44327100, 0),
(73605, 642, 74, 'Saint-Usuge', 466790000, 52508900, 0),
(73606, 642, 74, 'Saint-Valerien', 481780500, 30952300, 0),
(73607, 642, 74, 'Saint-Vallier', 466410700, 43710700, 0),
(73608, 642, 74, 'Sainte-Marie-sur-Ouche', 472875000, 47981000, 0),
(73609, 642, 74, 'Saulieu', 472802300, 42285700, 0),
(73610, 642, 74, 'Saulon-la-Rue', 472225000, 50644000, 0),
(73611, 642, 74, 'Sauvigny-les-Bois', 469667600, 32719000, 0),
(73612, 642, 74, 'Semur-en-Auxois', 474833300, 43333300, 0),
(73613, 642, 74, 'Sermoise-sur-Loire', 469500000, 31833300, 0),
(73614, 642, 74, 'Seurre', 469992300, 51513800, 0),
(73615, 642, 74, 'Sombernon', 473086000, 47083000, 0),
(73616, 642, 74, 'Sornay', 466302300, 51799900, 0),
(73617, 642, 74, 'Tanlay', 478448800, 40850400, 0),
(73618, 642, 74, 'Theil-sur-Vanne', 481686000, 34303000, 0),
(73619, 642, 74, 'Thorigny-sur-Oreuse', 482929700, 34012800, 0),
(73620, 642, 74, 'Torcy', 467685700, 44533300, 0),
(73621, 642, 74, 'Toucy', 477360200, 32950200, 0),
(73622, 642, 74, 'Touillon', 476528000, 44272000, 0),
(73623, 642, 74, 'Varennes-Vauzelles', 470167800, 31403700, 0),
(73624, 642, 74, 'Varennes-le-Grand', 467186800, 48687200, 0),
(73625, 642, 74, 'Varzy', 473581000, 33861900, 0),
(73626, 642, 74, 'Velars-sur-Ouche', 473196000, 49059400, 0),
(73627, 642, 74, 'Vergigny', 479705900, 37186100, 0),
(73628, 642, 74, 'Vermenton', 476645900, 37350100, 0),
(73629, 642, 74, 'Vielverge', 472694000, 54519000, 0),
(73630, 642, 74, 'Villeneuve-Saint-Salves', 478556000, 36517000, 0),
(73631, 642, 74, 'Villeneuve-la-Guyard', 483409300, 30617600, 0),
(73632, 642, 74, 'Villeneuve-sur-Yonne', 480824700, 32968800, 0),
(73633, 642, 74, 'Villers-les-Pots', 472117000, 53547000, 0),
(73634, 642, 74, 'Vincelles', 477047000, 36325000, 0),
(73635, 642, 74, 'Vinzelles', 462728000, 47692000, 0),
(73636, 642, 74, 'Vitteaux', 473973200, 45419000, 0),
(73637, 642, 74, 'Vougeot', 471772000, 49642000, 0),
(73638, 643, 74, 'Allaire', 476375200, -21632400, 0),
(73639, 643, 74, 'Argentre-du-Plessis', 480666700, -11500000, 0),
(73640, 643, 74, 'Arradon', 476271000, -28215000, 0),
(73641, 643, 74, 'Arzal', 475175000, -23750000, 0),
(73642, 643, 74, 'Aucaleuc', 484569000, -21283000, 0),
(73643, 643, 74, 'Audierne', 480164000, -45383800, 0),
(73644, 643, 74, 'Baguer-Morvan', 485253100, -17733200, 0),
(73645, 643, 74, 'Bains-sur-Oust', 477036200, -20704700, 0),
(73646, 643, 74, 'Balaze', 481679700, -11915700, 0),
(73647, 643, 74, 'Baulon', 479859000, -19311400, 0),
(73648, 643, 74, 'Bazouges-la-Perouse', 484260600, -15743100, 0),
(73649, 643, 74, 'Beauce', 483389000, -11580400, 0),
(73650, 643, 74, 'Becherel', 482961000, -19439000, 0),
(73651, 643, 74, 'Begard', 486275400, -33006700, 0),
(73652, 643, 74, 'Beignon', 479720000, -21693300, 0),
(73653, 643, 74, 'Berric', 476332600, -25225000, 0),
(73654, 643, 74, 'Berrien', 484027800, -37526600, 0),
(73655, 643, 74, 'Bodilis', 485297800, -41156700, 0),
(73656, 643, 74, 'Bono', 476411000, -29494000, 0),
(73657, 643, 74, 'Bourg-Blanc', 484986700, -45040600, 0),
(73658, 643, 74, 'Bourg-des-Comptes', 479293400, -17453400, 0),
(73659, 643, 74, 'Brece', 481083900, -14808600, 0),
(73660, 643, 74, 'Breteil', 481453400, -18988600, 0),
(73661, 643, 74, 'Broons', 483174800, -22595200, 0),
(73662, 643, 74, 'Calan', 478767000, -33208000, 0),
(73663, 643, 74, 'Camaret-sur-Mer', 482749700, -45961500, 0),
(73664, 643, 74, 'Campeneac', 479573300, -22927700, 0),
(73665, 643, 74, 'Carantec', 486681100, -39154500, 0),
(73666, 643, 74, 'Carentoir', 478166700, -21333300, 0),
(73667, 643, 74, 'Carhaix-Plouguer', 482759400, -35732600, 0),
(73668, 643, 74, 'Cast', 481571200, -41388800, 0),
(73669, 643, 74, 'Chanteloup', 479657400, -16151700, 0),
(73670, 643, 74, 'Chartres-de-Bretagne', 480392400, -17053300, 0),
(73671, 643, 74, 'Chatelaudren', 485428000, -29697000, 0),
(73672, 643, 74, 'Chatillon-en-Vendelais', 482240900, -11769500, 0),
(73673, 643, 74, 'Chavagne', 480543800, -17857100, 0),
(73674, 643, 74, 'Cleden-Poher', 482364400, -36691100, 0),
(73675, 643, 74, 'Clohars-Carnoet', 477960600, -35850200, 0),
(73676, 643, 74, 'Clohars-Fouesnant', 478965700, -40639600, 0),
(73677, 643, 74, 'Collinee', 483017000, -25189000, 0),
(73678, 643, 74, 'Combourg', 484126700, -17442400, 0),
(73679, 643, 74, 'Combrit', 478873400, -41581700, 0),
(73680, 643, 74, 'Corlay', 483172500, -30573300, 0),
(73681, 643, 74, 'Corps-Nuds', 479791500, -15840900, 0),
(73682, 643, 74, 'Corseul', 484818000, -21694700, 0),
(73683, 643, 74, 'Credin', 480346200, -27663000, 0),
(73684, 643, 74, 'Crehen', 485454600, -22130700, 0),
(73685, 643, 74, 'Crevin', 479333300, -16666700, 0),
(73686, 643, 74, 'Daoulas', 483608900, -42597700, 0),
(73687, 643, 74, 'Dirinon', 483977500, -42701600, 0),
(73688, 643, 74, 'Domagne', 480708100, -13929100, 0),
(73689, 643, 74, 'Domalain', 479961700, -12425000, 0),
(73690, 643, 74, 'Douarnenez', 480954200, -43290400, 0),
(73691, 643, 74, 'Elven', 477323000, -25895600, 0),
(73692, 643, 74, 'Erce-pres-Liffre', 482545400, -15156000, 0),
(73693, 643, 74, 'Ergue-Gaberic', 479956200, -40222300, 0),
(73694, 643, 74, 'Etables-sur-Mer', 486333300, -28333300, 0),
(73695, 643, 74, 'Etel', 476561400, -32001800, 0),
(73696, 643, 74, 'Etrelles', 480603100, -11940200, 0),
(73697, 643, 74, 'Evran', 483798700, -19807600, 0),
(73698, 643, 74, 'Fouesnant', 478918700, -40148400, 0),
(73699, 643, 74, 'Fouillard', 481582000, -15791400, 0),
(73700, 643, 74, 'Gestel', 478036100, -34424500, 0),
(73701, 643, 74, 'Gouesnach', 479104000, -41145000, 0),
(73702, 643, 74, 'Gouesnou', 484526600, -44645600, 0),
(73703, 643, 74, 'Graces', 485565100, -31853300, 0),
(73704, 643, 74, 'Grand-Fougeray', 477239000, -17321000, 0),
(73705, 643, 74, 'Groix', 476388700, -34543000, 0),
(73706, 643, 74, 'Guegon', 479370700, -25645000, 0),
(73707, 643, 74, 'Guemene-sur-Scorff', 480666700, -32000000, 0),
(73708, 643, 74, 'Guengat', 480419300, -42047000, 0),
(73709, 643, 74, 'Guenin', 479075700, -29794100, 0),
(73710, 643, 74, 'Guern', 480296400, -30914500, 0),
(73711, 643, 74, 'Guiclan', 485496700, -39621100, 0),
(73712, 643, 74, 'Guidel', 477914000, -34872000, 0),
(73713, 643, 74, 'Guilliers', 480428600, -24056200, 0),
(73714, 643, 74, 'Guilvinec', 477986100, -42811100, 0),
(73715, 643, 74, 'Guipry', 478263700, -18421800, 0),
(73716, 643, 74, 'Guiscriff', 480494400, -36435600, 0),
(73717, 643, 74, 'Hanvec', 483269200, -41595000, 0),
(73718, 643, 74, 'Henansal', 485425000, -24331000, 0),
(73719, 643, 74, 'Henvic', 486325600, -39262300, 0),
(73720, 643, 74, 'Hillion', 485142900, -26663400, 0),
(73721, 643, 74, 'Inzinzac-Lochrist', 478444000, -32658000, 0),
(73722, 643, 74, 'Javene', 483193300, -12163000, 0),
(73723, 643, 74, 'Jugon-les-Lacs', 484166700, -23333300, 0),
(73724, 643, 74, 'Kervignac', 477628900, -32377800, 0),
(73725, 643, 74, 'L''Hermitage', 481267000, -18144000, 0),
(73726, 643, 74, 'La Chapelle-Caro', 478658000, -24219000, 0),
(73727, 643, 74, 'La Chapelle-Thouarault', 481248600, -18661900, 0),
(73728, 643, 74, 'La Chapelle-des-Fougeretz', 481770500, -17314300, 0),
(73729, 643, 74, 'La Forest-Landerneau', 484258900, -43157800, 0),
(73730, 643, 74, 'La Foret-Fouesnant', 479101000, -39785800, 0),
(73731, 643, 74, 'La Fresnais', 485947800, -18418600, 0),
(73732, 643, 74, 'La Gacilly', 477656200, -21322000, 0),
(73733, 643, 74, 'La Gouesniere', 486046700, -18940000, 0),
(73734, 643, 74, 'La Guerche-de-Bretagne', 479411200, -12286900, 0),
(73735, 643, 74, 'La Meziere', 482182800, -17551400, 0),
(73736, 643, 74, 'La Roche-Derrien', 487462600, -32614200, 0),
(73737, 643, 74, 'La Roche-Maurice', 484745500, -42021100, 0),
(73738, 643, 74, 'Laille', 479784800, -17167600, 0),
(73739, 643, 74, 'Lamballe', 484676200, -25143600, 0),
(73740, 643, 74, 'Lampaul-Guimiliau', 484915600, -40414400, 0),
(73741, 643, 74, 'Lancieux', 486076700, -21503000, 0),
(73742, 643, 74, 'Landaul', 477478500, -30769400, 0),
(73743, 643, 74, 'Landeda', 485873300, -45710000, 0),
(73744, 643, 74, 'Landevant', 477650000, -31222100, 0),
(73745, 643, 74, 'Landivisiau', 485078400, -40683300, 0),
(73746, 643, 74, 'Landrevarzec', 480917700, -40604400, 0),
(73747, 643, 74, 'Landudec', 479998300, -43364100, 0),
(73748, 643, 74, 'Languidic', 478326600, -31582100, 0),
(73749, 643, 74, 'Lanmeur', 478333300, -37166700, 0),
(73750, 643, 74, 'Lanouee', 480022400, -25815700, 0),
(73751, 643, 74, 'Lanrivoare', 484731000, -46387000, 0),
(73752, 643, 74, 'Lanrodec', 485162200, -30312200, 0),
(73753, 643, 74, 'Lanvallay', 484554300, -20280300, 0),
(73754, 643, 74, 'Lanveoc', 482879900, -44627700, 0),
(73755, 643, 74, 'Lanvollon', 486311700, -29864100, 0),
(73756, 643, 74, 'Larmor-Plage', 477064600, -33833900, 0),
(73757, 643, 74, 'Le Conquet', 483605300, -47708600, 0),
(73758, 643, 74, 'Le Faouet', 480329900, -34904800, 0),
(73759, 643, 74, 'Le Foeil', 484333300, -29166700, 0),
(73760, 643, 74, 'Le Folgoet', 485635900, -43364100, 0),
(73761, 643, 74, 'Le Palais', 473455700, -31541100, 0),
(73762, 643, 74, 'Le Pertre', 480337300, -10373500, 0),
(73763, 643, 74, 'Le Sourn', 480426200, -29879000, 0),
(73764, 643, 74, 'Le Theil-de-Bretagne', 479195000, -14297500, 0),
(73765, 643, 74, 'Le Vieux-Marche', 486000000, -34500000, 0),
(73766, 643, 74, 'Lecousse', 483645800, -12128900, 0),
(73767, 643, 74, 'Lesneven', 485723300, -43213300, 0),
(73768, 643, 74, 'Lezardrieux', 487851000, -31058800, 0),
(73769, 643, 74, 'Locmaria-Grand-Champ', 477581000, -27861000, 0),
(73770, 643, 74, 'Locmaria-Plouzane', 483758000, -46419000, 0),
(73771, 643, 74, 'Locmariaquer', 475691500, -29446800, 0),
(73772, 643, 74, 'Locmine', 478861900, -28353600, 0),
(73773, 643, 74, 'Locoal-Mendon', 477052000, -31079600, 0),
(73774, 643, 74, 'Loperhet', 483772500, -43060800, 0),
(73775, 643, 74, 'Louargat', 485657600, -33375000, 0),
(73776, 643, 74, 'Louvigne-du-Desert', 484804700, -11253700, 0),
(73777, 643, 74, 'Luitre', 482824600, -11186600, 0),
(73778, 643, 74, 'Mael-Carhaix', 482844400, -34232200, 0),
(73779, 643, 74, 'Malansac', 476772400, -22954300, 0),
(73780, 643, 74, 'Marzan', 475406900, -23246600, 0),
(73781, 643, 74, 'Matignon', 485962700, -22912500, 0),
(73782, 643, 74, 'Maure-de-Bretagne', 478923900, -19910400, 0),
(73783, 643, 74, 'Maxent', 479833300, -20333300, 0),
(73784, 643, 74, 'Meillac', 484117400, -18137800, 0),
(73785, 643, 74, 'Melesse', 482177100, -16949600, 0),
(73786, 643, 74, 'Mellac', 479034500, -35767500, 0),
(73787, 643, 74, 'Meneac', 481397200, -24613400, 0),
(73788, 643, 74, 'Merlevenez', 477356300, -32304700, 0),
(73789, 643, 74, 'Messac', 478239900, -18108500, 0),
(73790, 643, 74, 'Milizac', 484666700, -45666700, 0),
(73791, 643, 74, 'Miniac-Morvan', 485147700, -18995500, 0),
(73792, 643, 74, 'Moelan-sur-Mer', 478141800, -36289200, 0),
(73793, 643, 74, 'Montauban-de-Bretagne', 481993400, -20447600, 0),
(73794, 643, 74, 'Monterfil', 480673300, -19790500, 0),
(73795, 643, 74, 'Montfort-sur-Meu', 481354200, -19520100, 0),
(73796, 643, 74, 'Montreuil-le-Gast', 482464700, -17249800, 0),
(73797, 643, 74, 'Montreuil-sous-Perouse', 481517600, -12394600, 0),
(73798, 643, 74, 'Mordelles', 480757100, -18428600, 0),
(73799, 643, 74, 'Moreac', 479196700, -28193400, 0),
(73800, 643, 74, 'Morieux', 485225000, -26072000, 0),
(73801, 643, 74, 'Moustoir-Ac', 478546100, -28348100, 0),
(73802, 643, 74, 'Mur-de-Bretagne', 482000000, -29833300, 0),
(73803, 643, 74, 'Muzillac', 475545100, -24804100, 0),
(73804, 643, 74, 'Neulliac', 481283600, -29828900, 0),
(73805, 643, 74, 'Nevez', 478192400, -37922500, 0),
(73806, 643, 74, 'Nivillac', 475337100, -22829800, 0),
(73807, 643, 74, 'Nouvoitou', 480410500, -15471400, 0),
(73808, 643, 74, 'Noyal-Chatillon-sur-Seiche', 480442000, -16564000, 0),
(73809, 643, 74, 'Noyal-Pontivy', 480666700, -28833300, 0),
(73810, 643, 74, 'Noyal-sur-Vilaine', 481122000, -15233300, 0),
(73811, 643, 74, 'Osse', 480554200, -14502900, 0),
(73812, 643, 74, 'Pabu', 485860800, -31360800, 0),
(73813, 643, 74, 'Paimpont', 480180900, -21710600, 0),
(73814, 643, 74, 'Parigne', 484272700, -11921000, 0),
(73815, 643, 74, 'Penmarch', 478127000, -43366000, 0),
(73816, 643, 74, 'Penvenan', 488118200, -32955000, 0),
(73817, 643, 74, 'Pire-sur-Seiche', 480095800, -14290900, 0),
(73818, 643, 74, 'Plabennec', 485024400, -44265600, 0),
(73819, 643, 74, 'Plaintel', 484073300, -28173300, 0),
(73820, 643, 74, 'Plancoet', 485219900, -22354000, 0),
(73821, 643, 74, 'Plechatel', 478949600, -17487600, 0),
(73822, 643, 74, 'Pledeliac', 484500000, -23833300, 0),
(73823, 643, 74, 'Plehedel', 486964500, -30083300, 0),
(73824, 643, 74, 'Plelan-le-Grand', 480012400, -20991400, 0),
(73825, 643, 74, 'Plelan-le-Petit', 484315700, -22174000, 0),
(73826, 643, 74, 'Plemet', 481760100, -25932500, 0),
(73827, 643, 74, 'Plerin', 485424900, -27798400, 0),
(73828, 643, 74, 'Pleslin-Trigavou', 485333300, -20666700, 0),
(73829, 643, 74, 'Plessala', 482764200, -26187600, 0),
(73830, 643, 74, 'Plestan', 484226600, -24477700, 0),
(73831, 643, 74, 'Plestin-les-Greves', 486584400, -36305600, 0),
(73832, 643, 74, 'Pleubian', 488426700, -31390000, 0),
(73833, 643, 74, 'Pleucadeuc', 477587600, -23736200, 0),
(73834, 643, 74, 'Pleudaniel', 487664400, -31403300, 0),
(73835, 643, 74, 'Pleudihen-sur-Rance', 485166700, -19666700, 0),
(73836, 643, 74, 'Pleugueneuc', 483973500, -19030100, 0),
(73837, 643, 74, 'Pleumeur-Bodou', 487666700, -35166700, 0),
(73838, 643, 74, 'Pleumeur-Gautier', 488004400, -31557800, 0),
(73839, 643, 74, 'Plobannalec-Lesconil', 478166700, -42166700, 0),
(73840, 643, 74, 'Ploerdut', 480874200, -32855000, 0),
(73841, 643, 74, 'Ploeren', 476571300, -28639800, 0),
(73842, 643, 74, 'Plogoff', 480370000, -46660600, 0),
(73843, 643, 74, 'Plomeur', 478333300, -42833300, 0),
(73844, 643, 74, 'Ploneour-Lanvern', 479000000, -42833300, 0),
(73845, 643, 74, 'Plonevez-du-Faou', 482500000, -38333300, 0),
(73846, 643, 74, 'Ploubalay', 485810900, -21406900, 0),
(73847, 643, 74, 'Ploubazlanec', 488000000, -30333300, 0),
(73848, 643, 74, 'Ploubezre', 487000000, -34500000, 0),
(73849, 643, 74, 'Ploudalmezeau', 485333300, -46500000, 0),
(73850, 643, 74, 'Ploudaniel', 485333300, -43166700, 0),
(73851, 643, 74, 'Plouedern', 484833300, -42500000, 0),
(73852, 643, 74, 'Plouenan', 486333300, -40000000, 0),
(73853, 643, 74, 'Plouescat', 486666700, -41666700, 0),
(73854, 643, 74, 'Plouezec', 487512200, -29846600, 0),
(73855, 643, 74, 'Ploufragan', 484914100, -27945800, 0),
(73856, 643, 74, 'Plougonvelin', 483405900, -47184600, 0),
(73857, 643, 74, 'Plougonven', 485166700, -37166700, 0),
(73858, 643, 74, 'Plougoulm', 486666700, -40500000, 0),
(73859, 643, 74, 'Plougoumelen', 476507000, -29171600, 0),
(73860, 643, 74, 'Plougrescant', 488402600, -32288600, 0),
(73861, 643, 74, 'Plouguenast', 482820800, -27044200, 0),
(73862, 643, 74, 'Plouguerneau', 486000000, -45000000, 0),
(73863, 643, 74, 'Plouguernevel', 482394000, -32507100, 0),
(73864, 643, 74, 'Plouguiel', 487974200, -32388300, 0),
(73865, 643, 74, 'Plouharnel', 475980400, -31127400, 0),
(73866, 643, 74, 'Plouigneau', 485666700, -37000000, 0),
(73867, 643, 74, 'Plouisy', 485781700, -31843400, 0),
(73868, 643, 74, 'Ploumagoar', 485450900, -31323300, 0),
(73869, 643, 74, 'Ploumilliau', 486833300, -35166700, 0),
(73870, 643, 74, 'Plouneour-Menez', 484500000, -38833300, 0),
(73871, 643, 74, 'Plouneour-Trez', 486500000, -43166700, 0),
(73872, 643, 74, 'Plounevez-Lochrist', 486166700, -42166700, 0),
(73873, 643, 74, 'Plounevez-Moedec', 485666700, -34500000, 0),
(73874, 643, 74, 'Plouvien', 485333300, -44500000, 0),
(73875, 643, 74, 'Plouvorn', 485833300, -40333300, 0),
(73876, 643, 74, 'Plouzevede', 486000000, -41166700, 0),
(73877, 643, 74, 'Plozevet', 479833300, -44166700, 0),
(73878, 643, 74, 'Pluduno', 485311000, -22684800, 0),
(73879, 643, 74, 'Plumelec', 478375400, -26398800, 0),
(73880, 643, 74, 'Plumeliau', 479576900, -29749400, 0),
(73881, 643, 74, 'Plumelin', 478603600, -28875400, 0),
(73882, 643, 74, 'Pluneret', 476752500, -29578200, 0),
(73883, 643, 74, 'Plurien', 486255900, -24042300, 0),
(73884, 643, 74, 'Pluvigner', 477762700, -30101300, 0),
(73885, 643, 74, 'Pluzunet', 486407600, -33711300, 0),
(73886, 643, 74, 'Pommeret', 484637800, -26268900, 0),
(73887, 643, 74, 'Pommerit-Jaudy', 487305800, -32420800, 0),
(73888, 643, 74, 'Pont-Aven', 478500000, -37500000, 0),
(73889, 643, 74, 'Pont-Croix', 480430000, -44880000, 0),
(73890, 643, 74, 'Pont-Pean', 480136000, -17033000, 0),
(73891, 643, 74, 'Pont-Scorff', 478334300, -34025100, 0),
(73892, 643, 74, 'Pont-de-Buis-les-Quimerch', 482553000, -40883000, 0),
(73893, 643, 74, 'Pont-l''Abbe', 478681000, -42219000, 0),
(73894, 643, 74, 'Pontrieux', 487011100, -31596700, 0),
(73895, 643, 74, 'Porspoder', 485000000, -47666700, 0),
(73896, 643, 74, 'Port-Louis', 477070400, -33548400, 0),
(73897, 643, 74, 'Poullan-sur-Mer', 480833300, -44166700, 0),
(73898, 643, 74, 'Quedillac', 482490400, -21424000, 0),
(73899, 643, 74, 'Quessoy', 484220800, -26608900, 0),
(73900, 643, 74, 'Quevert', 484640200, -20874500, 0),
(73901, 643, 74, 'Quiberon', 474841200, -31196200, 0),
(73902, 643, 74, 'Redene', 478500000, -34666700, 0),
(73903, 643, 74, 'Riantec', 477109300, -33162900, 0),
(73904, 643, 74, 'Riec-sur-Belon', 478333300, -37000000, 0),
(73905, 643, 74, 'Rieux', 475978100, -21082800, 0),
(73906, 643, 74, 'Romagne', 483401900, -12775100, 0),
(73907, 643, 74, 'Rosporden', 479666700, -38333300, 0),
(73908, 643, 74, 'Saint-Agathon', 485586700, -31052500, 0),
(73909, 643, 74, 'Saint-Alban', 485563000, -25401300, 0),
(73910, 643, 74, 'Saint-Armel', 480130500, -15915200, 0),
(73911, 643, 74, 'Saint-Aubin-d''Aubigne', 482631000, -16047000, 0),
(73912, 643, 74, 'Saint-Barnabe', 481371200, -27048300, 0),
(73913, 643, 74, 'Saint-Brandan', 483900800, -28687500, 0),
(73914, 643, 74, 'Saint-Briac-sur-Mer', 486218900, -21343500, 0),
(73915, 643, 74, 'Saint-Cast-le-Guildo', 486302800, -22577700, 0),
(73916, 643, 74, 'Saint-Coulomb', 486746500, -19109200, 0),
(73917, 643, 74, 'Saint-Dolay', 475447600, -21546600, 0),
(73918, 643, 74, 'Saint-Etienne-en-Cogles', 484017200, -13281200, 0),
(73919, 643, 74, 'Saint-Georges-de-Reintembault', 485074400, -12432800, 0),
(73920, 643, 74, 'Saint-Gerand', 481092000, -28869000, 0),
(73921, 643, 74, 'Saint-Germain-en-Cogles', 484053100, -12636900, 0),
(73922, 643, 74, 'Saint-Gonnery', 481246500, -28184800, 0),
(73923, 643, 74, 'Saint-Jacques-de-la-Lande', 480651400, -17208600, 0),
(73924, 643, 74, 'Saint-Jean-la-Poterie', 476358100, -21242000, 0),
(73925, 643, 74, 'Saint-Jean-sur-Couesnon', 482901200, -13683500, 0),
(73926, 643, 74, 'Saint-Just', 477658100, -19609600, 0),
(73927, 643, 74, 'Saint-Lunaire', 486381100, -21139200, 0),
(73928, 643, 74, 'Saint-Martin-des-Champs', 485833300, -38333300, 0),
(73929, 643, 74, 'Saint-Martin-sur-Oust', 477460000, -22534300, 0),
(73930, 643, 74, 'Saint-Meen-le-Grand', 481897100, -21948600, 0),
(73931, 643, 74, 'Saint-Meloir-des-Ondes', 486379000, -19044800, 0),
(73932, 643, 74, 'Saint-Nicolas-du-Pelem', 483122200, -31646500, 0),
(73933, 643, 74, 'Saint-Nolff', 477036500, -26520900, 0),
(73934, 643, 74, 'Saint-Philibert', 475882100, -29997800, 0),
(73935, 643, 74, 'Saint-Pierre-Quiberon', 475206100, -31308400, 0),
(73936, 643, 74, 'Saint-Pol-de-Leon', 486833300, -39833300, 0),
(73937, 643, 74, 'Saint-Quay-Perros', 487833300, -34500000, 0),
(73938, 643, 74, 'Saint-Quay-Portrieux', 486499200, -28305800, 0),
(73939, 643, 74, 'Saint-Renan', 484333300, -46166700, 0),
(73940, 643, 74, 'Saint-Samson-sur-Rance', 484925200, -20286500, 0),
(73941, 643, 74, 'Saint-Sauveur-des-Landes', 483427800, -13124800, 0),
(73942, 643, 74, 'Saint-Servant', 479161000, -25114000, 0),
(73943, 643, 74, 'Saint-Sulpice-la-Foret', 482166700, -15797200, 0),
(73944, 643, 74, 'Saint-Thegonnec', 485166700, -39500000, 0),
(73945, 643, 74, 'Saint-Thonan', 484833300, -43333300, 0),
(73946, 643, 74, 'Saint-Thurial', 480292400, -19318100, 0),
(73947, 643, 74, 'Saint-Urbain', 484000000, -42333300, 0),
(73948, 643, 74, 'Saint-Yvi', 479666700, -39333300, 0),
(73949, 643, 74, 'Sainte-Anne-d''Auray', 477042000, -29528000, 0),
(73950, 643, 74, 'Sainte-Helene', 477197600, -32035900, 0),
(73951, 643, 74, 'Sainte-Marie', 476942900, -20019000, 0),
(73952, 643, 74, 'Sarzeau', 475277200, -27693300, 0),
(73953, 643, 74, 'Saulnieres', 479167000, -15864000, 0),
(73954, 643, 74, 'Sens-de-Bretagne', 483324500, -15353500, 0),
(73955, 643, 74, 'Servon-sur-Vilaine', 481211400, -14597100, 0),
(73956, 643, 74, 'Sixt-sur-Aff', 477764800, -20786700, 0),
(73957, 643, 74, 'Spezet', 482000000, -37166700, 0),
(73958, 643, 74, 'Sulniac', 476737500, -25713600, 0),
(73959, 643, 74, 'Tinteniac', 483286000, -18363000, 0),
(73960, 643, 74, 'Trebeurden', 487666700, -35666700, 0),
(73961, 643, 74, 'Tredarzec', 487858300, -32010000, 0),
(73962, 643, 74, 'Trefflean', 476816300, -26128700, 0),
(73963, 643, 74, 'Tregueux', 484914000, -27364000, 0),
(73964, 643, 74, 'Treguier', 487833300, -32333300, 0),
(73965, 643, 74, 'Trelevern', 488107100, -33714100, 0),
(73966, 643, 74, 'Trelivan', 484319800, -21174800, 0),
(73967, 643, 74, 'Tremblay', 484221600, -14755500, 0),
(73968, 643, 74, 'Tremeur', 483483000, -22625000, 0),
(73969, 643, 74, 'Tremuson', 485232500, -28483300, 0),
(73970, 643, 74, 'Treve', 482114700, -27931700, 0),
(73971, 643, 74, 'Trezeny', 487583000, -33647000, 0),
(73972, 643, 74, 'Val-d''Ize', 481781000, -13033000, 0),
(73973, 643, 74, 'Vignoc', 482484200, -17816900, 0),
(73974, 644, 74, 'Abondant', 487859000, 14400600, 0),
(73975, 644, 74, 'Aigurande', 464339800, 18302600, 0),
(73976, 644, 74, 'Ambillou', 474510000, 4473000, 0),
(73977, 644, 74, 'Amboise', 474124900, 9826600, 0),
(73978, 644, 74, 'Anet', 488564200, 14398100, 0),
(73979, 644, 74, 'Ardentes', 467419100, 18342800, 0),
(73980, 644, 74, 'Argent-sur-Sauldre', 475584700, 24441000, 0),
(73981, 644, 74, 'Armenonville-les-Gatineaux', 485436500, 16475000, 0),
(73982, 644, 74, 'Artannes-sur-Indre', 472745100, 6003600, 0),
(73983, 644, 74, 'Athee-sur-Cher', 473202300, 9165900, 0),
(73984, 644, 74, 'Auneau', 484636100, 17726400, 0),
(73985, 644, 74, 'Autry-le-Chatel', 475988600, 26020000, 0),
(73986, 644, 74, 'Avoine', 472053300, 1825300, 0),
(73987, 644, 74, 'Azay-le-Rideau', 472640500, 4713200, 0),
(73988, 644, 74, 'Azay-sur-Cher', 473496600, 8456200, 0),
(73989, 644, 74, 'Badecon-le-Pin', 465411000, 15928000, 0),
(73990, 644, 74, 'Baigneaux', 481333300, 18166700, 0),
(73991, 644, 74, 'Bailleau-l''Eveque', 484896000, 13966500, 0),
(73992, 644, 74, 'Bannay', 473867000, 28811000, 0),
(73993, 644, 74, 'Barjouville', 484100200, 14763900, 0),
(73994, 644, 74, 'Bazoches-les-Gallerandes', 481654000, 20431900, 0),
(73995, 644, 74, 'Beaune-la-Rolande', 480712400, 24314000, 0),
(73996, 644, 74, 'Belleville-sur-Loire', 475000000, 28500000, 0),
(73997, 644, 74, 'Bercheres-les-Pierres', 483858000, 15542000, 0),
(73998, 644, 74, 'Beville-le-Comte', 484355800, 17130500, 0),
(73999, 644, 74, 'Blancafort', 475321900, 25298100, 0),
(74000, 644, 74, 'Bonneval', 481831200, 13852400, 0),
(74001, 644, 74, 'Bonny-sur-Loire', 475617200, 28393300, 0),
(74002, 644, 74, 'Boulleret', 474241900, 28734200, 0),
(74003, 644, 74, 'Bourgueil', 472833300, 1661200, 0),
(74004, 644, 74, 'Boynes', 481182200, 23600600, 0),
(74005, 644, 74, 'Bracieux', 475489500, 15412000, 0),
(74006, 644, 74, 'Bray-en-Val', 478285600, 23664400, 0),
(74007, 644, 74, 'Brezolles', 486903300, 10740400, 0),
(74008, 644, 74, 'Bricy', 479984600, 17793700, 0),
(74009, 644, 74, 'Brou', 482171900, 11653900, 0),
(74010, 644, 74, 'Broue', 487489000, 15228000, 0),
(74011, 644, 74, 'Cande-sur-Beuvron', 474949900, 12593700, 0),
(74012, 644, 74, 'Cellettes', 475275800, 13810200, 0),
(74013, 644, 74, 'Cerelles', 475016800, 6833300, 0),
(74014, 644, 74, 'Chabris', 472534300, 16518100, 0),
(74015, 644, 74, 'Chaillac', 464338200, 12988900, 0),
(74016, 644, 74, 'Chaingy', 478832600, 17705800, 0),
(74017, 644, 74, 'Chambourg-sur-Indre', 471815900, 9686300, 0),
(74018, 644, 74, 'Champhol', 484681300, 15028100, 0),
(74019, 644, 74, 'Chanceaux-sur-Choisille', 474714500, 7053900, 0),
(74020, 644, 74, 'Chanteau', 479665100, 19712900, 0),
(74021, 644, 74, 'Chantome', 464106700, 15559000, 0),
(74022, 644, 74, 'Charentilly', 474698100, 6090300, 0),
(74023, 644, 74, 'Charge', 474327000, 10303700, 0),
(74024, 644, 74, 'Chateau-la-Valliere', 475466500, 3245800, 0),
(74025, 644, 74, 'Chateaumeillant', 465621900, 21951500, 0),
(74026, 644, 74, 'Chateauneuf-en-Thymerais', 485811200, 12408500, 0),
(74027, 644, 74, 'Chatillon-sur-Indre', 469873500, 11721800, 0),
(74028, 644, 74, 'Chatillon-sur-Loire', 475925000, 27539000, 0),
(74029, 644, 74, 'Chatres-sur-Cher', 472650500, 19059100, 0),
(74030, 644, 74, 'Chaumont-sur-Loire', 474810800, 11892900, 0),
(74031, 644, 74, 'Chaumont-sur-Tharonne', 476103800, 19051400, 0),
(74032, 644, 74, 'Chenonceaux', 473331000, 10692000, 0),
(74033, 644, 74, 'Cherisy', 487500000, 14333300, 0),
(74034, 644, 74, 'Cheverny', 475008000, 14595100, 0),
(74035, 644, 74, 'Chilleurs-aux-Bois', 480722000, 21354000, 0),
(74036, 644, 74, 'Chissay-en-Touraine', 473374800, 11336200, 0),
(74037, 644, 74, 'Chouzy-sur-Cisse', 475257600, 12466100, 0),
(74038, 644, 74, 'Civray-de-Touraine', 473325300, 10495200, 0),
(74039, 644, 74, 'Clery-Saint-Andre', 478221800, 17509100, 0),
(74040, 644, 74, 'Clevilliers', 485439000, 13864000, 0),
(74041, 644, 74, 'Cloyes-sur-le-Loir', 479972600, 12371100, 0),
(74042, 644, 74, 'Cormeray', 474919600, 14061000, 0),
(74043, 644, 74, 'Cormery', 472681200, 8358300, 0),
(74044, 644, 74, 'Corquilleroy', 480421200, 27038200, 0),
(74045, 644, 74, 'Coudray-au-Perche', 482331000, 8575000, 0),
(74046, 644, 74, 'Coulombs', 486525300, 15464600, 0),
(74047, 644, 74, 'Cour-Cheverny', 475103300, 14558300, 0),
(74048, 644, 74, 'Courville-sur-Eure', 484490000, 12408500, 0),
(74049, 644, 74, 'Dadonville', 481577600, 22715000, 0),
(74050, 644, 74, 'Dampierre-en-Burly', 477614300, 25196200, 0),
(74051, 644, 74, 'Dhuizon', 475872400, 16580900, 0),
(74052, 644, 74, 'Dordives', 481425300, 27677500, 0),
(74053, 644, 74, 'Douchy', 479428200, 30539200, 0),
(74054, 644, 74, 'Douy', 480367000, 12711000, 0),
(74055, 644, 74, 'Droue-sur-Drouette', 486005300, 17011300, 0),
(74056, 644, 74, 'Dun-sur-Auron', 468849000, 25734500, 0),
(74057, 644, 74, 'Esvres', 472853700, 7858800, 0),
(74058, 644, 74, 'Fay-aux-Loges', 479272400, 21401200, 0),
(74059, 644, 74, 'Ferrieres-en-Gatinais', 480931000, 27903000, 0),
(74060, 644, 74, 'Fontenay-sur-Loing', 481036500, 27754200, 0),
(74061, 644, 74, 'Fussy', 471437200, 24295300, 0),
(74062, 644, 74, 'Gallardon', 485262200, 16930700, 0),
(74063, 644, 74, 'Garnay', 487048900, 13370600, 0),
(74064, 644, 74, 'Genille', 471833300, 11000000, 0),
(74065, 644, 74, 'Gracay', 471437100, 18473400, 0),
(74066, 644, 74, 'Herbault', 476050100, 11393400, 0),
(74067, 644, 74, 'Herry', 472166700, 29538600, 0),
(74068, 644, 74, 'Huismes', 472331900, 2511600, 0),
(74069, 644, 74, 'Huisseau-sur-Cosson', 475933500, 14533300, 0),
(74070, 644, 74, 'Illiers-Combray', 483011000, 12483000, 0),
(74071, 644, 74, 'Janville', 482028400, 18802000, 0),
(74072, 644, 74, 'Jouy-le-Potier', 477455300, 18111500, 0),
(74073, 644, 74, 'La Chapelle-Saint-Mesmin', 478906000, 18408000, 0),
(74074, 644, 74, 'La Chapelle-Saint-Ursin', 470624800, 23244700, 0),
(74075, 644, 74, 'La Chaussee-d''Ivry', 488831000, 14800000, 0),
(74076, 644, 74, 'La Guerche-sur-l''Aubois', 469519000, 29483000, 0),
(74077, 644, 74, 'La Membrolle-sur-Choisille', 474371900, 6316300, 0),
(74078, 644, 74, 'La Ville-aux-Clercs', 479183500, 10852100, 0),
(74079, 644, 74, 'La Ville-aux-Dames', 473955100, 7683700, 0),
(74080, 644, 74, 'Lailly-en-Val', 477696200, 16865700, 0),
(74081, 644, 74, 'Lamotte-Beuvron', 476020000, 20283700, 0),
(74082, 644, 74, 'Langeais', 473258700, 4013600, 0),
(74083, 644, 74, 'Larcay', 473664900, 7814500, 0),
(74084, 644, 74, 'Le Chatelet', 466424700, 22822900, 0),
(74085, 644, 74, 'Le Pechereau', 465767700, 15474300, 0),
(74086, 644, 74, 'Le Poinconnet', 467641000, 17179000, 0),
(74087, 644, 74, 'Les Bordes', 478133000, 24031000, 0),
(74088, 644, 74, 'Les Montils', 474949900, 12977500, 0),
(74089, 644, 74, 'Leves', 484706500, 14819400, 0),
(74090, 644, 74, 'Levet', 469260500, 24073200, 0),
(74091, 644, 74, 'Levroux', 469786000, 16124300, 0),
(74092, 644, 74, 'Lignieres', 467515200, 21738000, 0),
(74093, 644, 74, 'Ligny-le-Ribault', 476841900, 17815200, 0),
(74094, 644, 74, 'Ligre', 471118500, 2756200, 0),
(74095, 644, 74, 'Ligueil', 470421000, 8189300, 0),
(74096, 644, 74, 'Loches', 471333300, 10000000, 0),
(74097, 644, 74, 'Lucay-le-Male', 471299600, 14417300, 0),
(74098, 644, 74, 'Luisant', 484295000, 14738300, 0),
(74099, 644, 74, 'Maintenon', 485870400, 15784700, 0),
(74100, 644, 74, 'Manou', 485197000, 9836000, 0),
(74101, 644, 74, 'Mareau-aux-Pres', 478666700, 17833300, 0),
(74102, 644, 74, 'Marigny-les-Usages', 479579800, 20146200, 0),
(74103, 644, 74, 'Martizay', 468076700, 10432400, 0),
(74104, 644, 74, 'Massay', 471532400, 19933400, 0),
(74105, 644, 74, 'Mazange', 478247000, 9464000, 0),
(74106, 644, 74, 'Mazieres-de-Touraine', 473832600, 4254800, 0),
(74107, 644, 74, 'Mehun-sur-Yevre', 471378200, 22110500, 0),
(74108, 644, 74, 'Menetou-Salon', 472317200, 24871500, 0),
(74109, 644, 74, 'Mereau', 471629600, 20508600, 0),
(74110, 644, 74, 'Mezieres-en-Drouais', 487241300, 14244000, 0),
(74111, 644, 74, 'Molineuf', 475794000, 12161000, 0),
(74112, 644, 74, 'Mondoubleau', 479806100, 8978200, 0),
(74113, 644, 74, 'Mont-pres-Chambord', 475623500, 14571200, 0),
(74114, 644, 74, 'Montbazon', 472834800, 6998800, 0),
(74115, 644, 74, 'Montgivray', 466032400, 19816200, 0),
(74116, 644, 74, 'Monthou-sur-Cher', 473475000, 12961000, 0),
(74117, 644, 74, 'Montierchaume', 468636200, 17718100, 0),
(74118, 644, 74, 'Montoire-sur-le-Loir', 477531600, 8652500, 0),
(74119, 644, 74, 'Montrichard', 473431000, 11865300, 0),
(74120, 644, 74, 'Muides-sur-Loire', 476695800, 15269400, 0),
(74121, 644, 74, 'Mur-de-Sologne', 474123900, 16083200, 0),
(74122, 644, 74, 'Nargis', 481110600, 27559700, 0),
(74123, 644, 74, 'Nazelles-Negron', 474333300, 9500000, 0),
(74124, 644, 74, 'Nerondes', 469975800, 28183400, 0),
(74125, 644, 74, 'Neuille-Pont-Pierre', 475484000, 5496200, 0),
(74126, 644, 74, 'Neung-sur-Beuvron', 475348600, 18051400, 0),
(74127, 644, 74, 'Neuville-aux-Bois', 480681300, 20537200, 0),
(74128, 644, 74, 'Neuvy-Pailloux', 468848600, 18615200, 0),
(74129, 644, 74, 'Neuvy-Saint-Sepulchre', 465978100, 18060100, 0),
(74130, 644, 74, 'Neuvy-le-Roi', 476038600, 5947200, 0),
(74131, 644, 74, 'Nogent-le-Phaye', 484452800, 15777700, 0),
(74132, 644, 74, 'Nogent-le-Rotrou', 483166700, 8333300, 0),
(74133, 644, 74, 'Nogent-sur-Eure', 483900000, 13633000, 0),
(74134, 644, 74, 'Nouzilly', 475449900, 7462300, 0),
(74135, 644, 74, 'Orgeres-en-Beauce', 481463600, 16838000, 0),
(74136, 644, 74, 'Orval', 467258100, 24714400, 0),
(74137, 644, 74, 'Oucques', 478225200, 12938300, 0),
(74138, 644, 74, 'Ouzouer-sur-Trezee', 476726600, 28080000, 0),
(74139, 644, 74, 'Pannes', 480193700, 26675500, 0),
(74140, 644, 74, 'Pithiviers-le-Vieil', 481631300, 22092200, 0),
(74141, 644, 74, 'Pontgouin', 484811000, 11619000, 0),
(74142, 644, 74, 'Preuilly-sur-Claise', 468542400, 9295400, 0),
(74143, 644, 74, 'Prunay-le-Gillon', 483661000, 16361000, 0),
(74144, 644, 74, 'Pruniers-en-Sologne', 473166700, 16666700, 0),
(74145, 644, 74, 'Puiseaux', 480923400, 20596800, 0),
(74146, 644, 74, 'Restigne', 472822400, 2278800, 0),
(74147, 644, 74, 'Reuilly', 470847600, 20430500, 0),
(74148, 644, 74, 'Rians', 471787500, 26135900, 0),
(74149, 644, 74, 'Saint-Amand-Montrond', 467166700, 25166700, 0),
(74150, 644, 74, 'Saint-Aoustrille', 469394000, 19222000, 0),
(74151, 644, 74, 'Saint-Ay', 478589000, 17513700, 0),
(74152, 644, 74, 'Saint-Benoit-sur-Loire', 478056100, 23127400, 0),
(74153, 644, 74, 'Saint-Brisson-sur-Loire', 476468600, 26822900, 0),
(74154, 644, 74, 'Saint-Claude-de-Diray', 476165100, 14179800, 0),
(74155, 644, 74, 'Saint-Denis-en-Val', 478732100, 19660100, 0),
(74156, 644, 74, 'Saint-Denis-les-Ponts', 480669200, 12976400, 0),
(74157, 644, 74, 'Saint-Gaultier', 466351800, 14128900, 0),
(74158, 644, 74, 'Saint-Georges-sur-Eure', 484186900, 13546000, 0),
(74159, 644, 74, 'Saint-Germain-des-Pres', 479538400, 28484600, 0),
(74160, 644, 74, 'Saint-Hilaire-Saint-Mesmin', 478661400, 18335100, 0),
(74161, 644, 74, 'Saint-Laurent-Nouan', 477166700, 16000000, 0),
(74162, 644, 74, 'Saint-Martin-d''Abbat', 478575000, 22694000, 0),
(74163, 644, 74, 'Saint-Ouen', 478140400, 10806700, 0),
(74164, 644, 74, 'Saint-Piat', 485466800, 15836300, 0),
(74165, 644, 74, 'Saint-Satur', 473391400, 28373400, 0),
(74166, 644, 74, 'Saint-Viatre', 475243800, 19327600, 0),
(74167, 644, 74, 'Sainte-Lizaigne', 470069500, 20226600, 0),
(74168, 644, 74, 'Sainte-Maure-de-Touraine', 471113000, 6223600, 0),
(74169, 644, 74, 'Sainte-Solange', 471362800, 25501900, 0),
(74170, 644, 74, 'Sainville', 484161000, 18806000, 0),
(74171, 644, 74, 'Salbris', 474242000, 20512400, 0),
(74172, 644, 74, 'Sancerre', 473288900, 28344800, 0),
(74173, 644, 74, 'Sancoins', 468331400, 29223800, 0),
(74174, 644, 74, 'Saussay', 488557100, 14088900, 0),
(74175, 644, 74, 'Savigny-sur-Braye', 478792300, 8098100, 0),
(74176, 644, 74, 'Savonnieres', 473476900, 5496200, 0),
(74177, 644, 74, 'Selles-Saint-Denis', 473869500, 19229500, 0),
(74178, 644, 74, 'Selles-sur-Cher', 472790400, 15538800, 0),
(74179, 644, 74, 'Semblancay', 474997000, 5811000, 0),
(74180, 644, 74, 'Senonches', 485599900, 10306900, 0),
(74181, 644, 74, 'Sermaises', 482965000, 22054600, 0),
(74182, 644, 74, 'Soings-en-Sologne', 474128900, 15245200, 0),
(74183, 644, 74, 'Sonzay', 475268600, 4620200, 0),
(74184, 644, 74, 'Souesmes', 474563800, 21749500, 0),
(74185, 644, 74, 'Sury-en-Vaux', 473686000, 28053000, 0),
(74186, 644, 74, 'Tauxigny', 472133700, 8347900, 0),
(74187, 644, 74, 'Theillay', 473142900, 20402800, 0),
(74188, 644, 74, 'Thesee', 473234500, 13088200, 0),
(74189, 644, 74, 'Thilouze', 472241500, 5796300, 0),
(74190, 644, 74, 'Thiron Gardais', 483166700, 9833300, 0),
(74191, 644, 74, 'Thivars', 483794000, 14514000, 0),
(74192, 644, 74, 'Tournon-Saint-Martin', 467342300, 9551400, 0),
(74193, 644, 74, 'Toury', 481939700, 19348400, 0),
(74194, 644, 74, 'Trainou', 479735300, 21039900, 0),
(74195, 644, 74, 'Tremblay-les-Villages', 486017000, 13822000, 0),
(74196, 644, 74, 'Trouy', 470115300, 23601800, 0),
(74197, 644, 74, 'Valencay', 471620700, 15685200, 0),
(74198, 644, 74, 'Vasselay', 471568600, 23896300, 0),
(74199, 644, 74, 'Vatan', 470744700, 18101000, 0),
(74200, 644, 74, 'Veigne', 472855600, 7407900, 0),
(74201, 644, 74, 'Vendoeuvres', 468000000, 13500000, 0),
(74202, 644, 74, 'Vennecy', 479546500, 20546000, 0),
(74203, 644, 74, 'Veretz', 473570600, 8057500, 0),
(74204, 644, 74, 'Villebarou', 476234400, 13225200, 0),
(74205, 644, 74, 'Villedomer', 475465100, 8877500, 0),
(74206, 644, 74, 'Villefranche-sur-Cher', 473000000, 17666700, 0),
(74207, 644, 74, 'Villiers-le-Morhier', 486201800, 15634900, 0),
(74208, 644, 74, 'Vineuil', 469003800, 16354300, 0),
(74209, 644, 74, 'Vouzon', 476451500, 20560900, 0),
(74210, 644, 74, 'Yevres', 482107800, 11871700, 0),
(74211, 645, 74, 'Aix-en-Othe', 482239100, 37342500, 0),
(74212, 645, 74, 'Arcis-sur-Aube', 485338700, 41408500, 0),
(74213, 645, 74, 'Arsonval', 482686000, 46511000, 0),
(74214, 645, 74, 'Asfeld', 494697000, 41192000, 0),
(74215, 645, 74, 'Attigny', 494784600, 45780300, 0),
(74216, 645, 74, 'Bar-sur-Seine', 481129400, 43765600, 0),
(74217, 645, 74, 'Bazancourt', 493656200, 41705100, 0),
(74218, 645, 74, 'Bazeilles', 496765000, 49775200, 0),
(74219, 645, 74, 'Beine-Nauroy', 492508000, 42186000, 0),
(74220, 645, 74, 'Bienville', 485758200, 50457900, 0),
(74221, 645, 74, 'Biesles', 480859700, 52940900, 0),
(74222, 645, 74, 'Bogny-sur-Meuse', 498508000, 47678000, 0),
(74223, 645, 74, 'Boult-sur-Suippe', 493714900, 41463200, 0),
(74224, 645, 74, 'Boulzicourt', 496953000, 46964000, 0),
(74225, 645, 74, 'Bourbonne-les-Bains', 479530500, 57480100, 0),
(74226, 645, 74, 'Bouzy', 490803000, 41478000, 0),
(74227, 645, 74, 'Breviandes', 482569300, 40953100, 0),
(74228, 645, 74, 'Brienne-le-Chateau', 483931900, 45263700, 0),
(74229, 645, 74, 'Bucheres', 482350800, 41131000, 0),
(74230, 645, 74, 'Carignan', 496315900, 51679600, 0),
(74231, 645, 74, 'Chancenay', 486700100, 49871600, 0),
(74232, 645, 74, 'Chaource', 480591500, 41373800, 0),
(74233, 645, 74, 'Charmont-sous-Barbuise', 484092000, 41750000, 0),
(74234, 645, 74, 'Chateau-Porcien', 495274000, 42453300, 0),
(74235, 645, 74, 'Chateauvillain', 480365500, 49182300, 0),
(74236, 645, 74, 'Connantre', 487265700, 39240300, 0),
(74237, 645, 74, 'Courtisols', 489867000, 45170000, 0),
(74238, 645, 74, 'Creney-pres-Troyes', 483333300, 41333300, 0),
(74239, 645, 74, 'Deville', 498789300, 47061000, 0),
(74240, 645, 74, 'Dienville', 483514000, 45344000, 0),
(74241, 645, 74, 'Dizy', 490666700, 39666700, 0),
(74242, 645, 74, 'Donchery', 496958400, 48741700, 0),
(74243, 645, 74, 'Dormans', 490739200, 36381900, 0),
(74244, 645, 74, 'Doulaincourt-Saucourt', 483166700, 52000000, 0),
(74245, 645, 74, 'Douzy', 496708000, 50415600, 0),
(74246, 645, 74, 'Eclaron-Braucourt-Sainte-Liviere', 485917000, 48669000, 0),
(74247, 645, 74, 'Esternay', 487323200, 35615900, 0),
(74248, 645, 74, 'Estissac', 482692000, 38051500, 0),
(74249, 645, 74, 'Etoges', 488806000, 38561000, 0),
(74250, 645, 74, 'Eurville-Bienville', 485858000, 50372000, 0),
(74251, 645, 74, 'Fagnieres', 489638500, 43169200, 0),
(74252, 645, 74, 'Fayl-Billot', 477819900, 55991700, 0),
(74253, 645, 74, 'Foulain', 480400000, 52139000, 0),
(74254, 645, 74, 'Gespunsart', 498214300, 48292600, 0),
(74255, 645, 74, 'Gomont', 495011000, 41625000, 0),
(74256, 645, 74, 'Haraucourt', 496231000, 49619000, 0),
(74257, 645, 74, 'Haute-Amance', 478425000, 55525000, 0),
(74258, 645, 74, 'Hermonville', 493365400, 39101100, 0),
(74259, 645, 74, 'Isles-sur-Suippe', 493572000, 42014000, 0),
(74260, 645, 74, 'Jonchery-sur-Vesle', 492895200, 38134600, 0),
(74261, 645, 74, 'Juniville', 493983000, 43833000, 0),
(74262, 645, 74, 'La Chaussee-sur-Marne', 488350000, 45236000, 0),
(74263, 645, 74, 'La Francheville', 497292300, 47127300, 0),
(74264, 645, 74, 'La Riviere-de-Corps', 482884000, 40194700, 0),
(74265, 645, 74, 'Le Mesnil-sur-Oger', 489470800, 40226300, 0),
(74266, 645, 74, 'Les Riceys', 479939000, 43698600, 0),
(74267, 645, 74, 'Lesmont', 484283000, 44153000, 0),
(74268, 645, 74, 'Loivre', 493461900, 39797800, 0),
(74269, 645, 74, 'Machault', 493556000, 45000000, 0),
(74270, 645, 74, 'Mailly-le-Camp', 486652600, 42130300, 0),
(74271, 645, 74, 'Mardeuil', 490539300, 39300000, 0),
(74272, 645, 74, 'Mareuil-le-Port', 490817900, 37601100, 0),
(74273, 645, 74, 'Mareuil-sur-Ay', 490458100, 40358700, 0),
(74274, 645, 74, 'Margut', 495850000, 52614000, 0),
(74275, 645, 74, 'Mery-sur-Seine', 485093700, 38912900, 0),
(74276, 645, 74, 'Monthelon', 489939000, 39358000, 0),
(74277, 645, 74, 'Montherme', 498846500, 47301300, 0),
(74278, 645, 74, 'Montmirail', 488721400, 35379700, 0),
(74279, 645, 74, 'Montmort-Lucy', 489253000, 38094000, 0),
(74280, 645, 74, 'Muizon', 492750000, 38908300, 0),
(74281, 645, 74, 'Mussy-sur-Seine', 479779100, 44974300, 0),
(74282, 645, 74, 'Neuilly-sur-Suize', 480514000, 51497000, 0),
(74283, 645, 74, 'Nogent', 480303000, 53461000, 0),
(74284, 645, 74, 'Nogent-sur-Seine', 484833300, 35000000, 0),
(74285, 645, 74, 'Nouvion-sur-Meuse', 496994900, 47956200, 0),
(74286, 645, 74, 'Nouzonville', 498136900, 47473600, 0),
(74287, 645, 74, 'Pargny-sur-Saulx', 487686600, 48375800, 0),
(74288, 645, 74, 'Piney', 483636600, 43332500, 0),
(74289, 645, 74, 'Pleurs', 486914000, 38717000, 0),
(74290, 645, 74, 'Pontfaverger-Moronvilliers', 492970200, 43165700, 0),
(74291, 645, 74, 'Poulangy', 480425000, 52553000, 0),
(74292, 645, 74, 'Prix-les-Mezieres', 497554900, 46911300, 0),
(74293, 645, 74, 'Rethel', 495166700, 43666700, 0),
(74294, 645, 74, 'Rimogne', 498407500, 45394100, 0),
(74295, 645, 74, 'Rocroi', 499261000, 45222000, 0),
(74296, 645, 74, 'Rolampont', 479495200, 52856000, 0),
(74297, 645, 74, 'Saint-Brice-Courcelles', 492666700, 39833300, 0),
(74298, 645, 74, 'Saint-Germain', 482573600, 40326400, 0),
(74299, 645, 74, 'Saint-Laurent', 497644900, 47719300, 0),
(74300, 645, 74, 'Saint-Lye', 483650200, 39990000, 0),
(74301, 645, 74, 'Saint-Martin-sur-le-Pre', 489778000, 43394000, 0),
(74302, 645, 74, 'Saint-Masmes', 493125000, 42631000, 0),
(74303, 645, 74, 'Saint-Parres-aux-Tertres', 482978000, 41175200, 0),
(74304, 645, 74, 'Saint-Parres-les-Vaudes', 481719000, 42164000, 0),
(74305, 645, 74, 'Saint-Pouange', 482265600, 40397900, 0),
(74306, 645, 74, 'Saint-Thierry', 493042000, 39644000, 0),
(74307, 645, 74, 'Sainte-Maure', 483472900, 40596200, 0),
(74308, 645, 74, 'Saints-Geosmes', 478328000, 53281000, 0),
(74309, 645, 74, 'Sarry', 489185200, 44062100, 0),
(74310, 645, 74, 'Sillery', 491982200, 41324400, 0),
(74311, 645, 74, 'Tailly', 494361000, 50833000, 0),
(74312, 645, 74, 'Thieblemont-Faremont', 486911000, 47311000, 0),
(74313, 645, 74, 'Thilay', 498734500, 48077200, 0),
(74314, 645, 74, 'Tournes', 497970000, 46385600, 0),
(74315, 645, 74, 'Verneuil', 491006000, 36736000, 0),
(74316, 645, 74, 'Verrieres', 482333400, 41489300, 0),
(74317, 645, 74, 'Ville-sous-la-Ferte', 481206000, 47895700, 0),
(74318, 645, 74, 'Villenauxe-la-Grande', 485833300, 35500000, 0),
(74319, 645, 74, 'Villers-Semeuse', 497420100, 47469700, 0),
(74320, 645, 74, 'Villiers-en-Lieu', 486678500, 48975500, 0),
(74321, 645, 74, 'Vireux-Molhain', 500787400, 47242600, 0),
(74322, 645, 74, 'Vireux-Wallerand', 500819600, 47301700, 0),
(74323, 645, 74, 'Vitry-le-Francois', 487333300, 45833300, 0),
(74324, 645, 74, 'Vivier-au-Court', 497332600, 48293900, 0),
(74325, 645, 74, 'Vrigne-aux-Bois', 497371600, 48556700, 0),
(74326, 645, 74, 'Warcq', 497751800, 46817500, 0),
(74327, 645, 74, 'Warmeriville', 493522600, 42188200, 0),
(74328, 646, 74, 'Albitreccia', 418624800, 89418200, 0),
(74329, 646, 74, 'Bastelicaccia', 419231000, 88292000, 0),
(74330, 646, 74, 'Biguglia', 426258900, 94332400, 0),
(74331, 646, 74, 'Brando', 427666700, 94500000, 0),
(74332, 646, 74, 'Calcatoggio', 420292000, 87681000, 0),
(74333, 646, 74, 'Calenzana', 425083900, 88559400, 0),
(74334, 646, 74, 'Casevecchie', 421333300, 93500000, 0),
(74335, 646, 74, 'Cauro', 419179000, 89139900, 0),
(74336, 646, 74, 'Cervione', 423309600, 94911200, 0),
(74337, 646, 74, 'Cuttoli-Corticchiato', 419833300, 89166700, 0),
(74338, 646, 74, 'Ghisonaccia', 420162100, 94041200, 0),
(74339, 646, 74, 'Grosseto-Prugna', 418709700, 89640300, 0),
(74340, 646, 74, 'L''Ile-Rousse', 426337100, 89376400, 0),
(74341, 646, 74, 'Linguizzetta', 422602400, 94733300, 0),
(74342, 646, 74, 'Lumio', 425759000, 88355000, 0),
(74343, 646, 74, 'Monticello', 426170500, 89547800, 0),
(74344, 646, 74, 'Morosaglia', 424360000, 93069400, 0),
(74345, 646, 74, 'Penta-di-Casinca', 424668700, 94590200, 0),
(74346, 646, 74, 'Pietrosella', 418361800, 88457800, 0),
(74347, 646, 74, 'Propriano', 416752500, 89030200, 0),
(74348, 646, 74, 'Prunelli-di-Fiumorbo', 420104700, 93247300, 0),
(74349, 646, 74, 'Saint-Florent', 426815000, 93039600, 0),
(74350, 646, 74, 'San-Martino-di-Lota', 427316300, 94396600, 0),
(74351, 646, 74, 'San-Nicolao', 423693900, 95094300, 0),
(74352, 646, 74, 'Sarrola-Carcopino', 420124100, 88505500, 0),
(74353, 646, 74, 'Sartene', 416166700, 89833300, 0),
(74354, 646, 74, 'Vescovato', 424927800, 94391600, 0),
(74355, 646, 74, 'Vico', 421672000, 87994000, 0),
(74356, 646, 74, 'Zonza', 417481300, 91710200, 0),
(74357, 647, 74, 'Allondans', 475200000, 67483000, 0),
(74358, 647, 74, 'Amancey', 470386000, 60722000, 0),
(74359, 647, 74, 'Arc-et-Senans', 470312700, 57702700, 0),
(74360, 647, 74, 'Aumont', 469092000, 56342000, 0),
(74361, 647, 74, 'Auxon-Dessous', 473000000, 59500000, 0),
(74362, 647, 74, 'Avanne-Aveney', 472000000, 59666700, 0),
(74363, 647, 74, 'Baume-les-Dames', 473529500, 63611700, 0),
(74364, 647, 74, 'Bavilliers', 476225500, 68311000, 0),
(74365, 647, 74, 'Beaucourt', 474899000, 69240700, 0),
(74366, 647, 74, 'Bethoncourt', 475351200, 68050400, 0),
(74367, 647, 74, 'Bletterans', 467467300, 54544400, 0),
(74368, 647, 74, 'Bouclans', 472481000, 62372000, 0),
(74369, 647, 74, 'Bourogne', 475628700, 69161300, 0),
(74370, 647, 74, 'Champlitte-la-Ville', 476133300, 55319100, 0),
(74371, 647, 74, 'Chaucenne', 472856000, 58986000, 0),
(74372, 647, 74, 'Chaussin', 469661200, 54079000, 0),
(74373, 647, 74, 'Chemaudin', 472239200, 58941900, 0),
(74374, 647, 74, 'Chevremont', 476282400, 69216400, 0),
(74375, 647, 74, 'Citers', 477408000, 64044000, 0),
(74376, 647, 74, 'Clairvaux-les-Lacs', 465747300, 57482500, 0),
(74377, 647, 74, 'Colombier-Fontaine', 474522400, 66901000, 0),
(74378, 647, 74, 'Corbenay', 478927500, 63304700, 0),
(74379, 647, 74, 'Corre', 479192000, 59944000, 0),
(74380, 647, 74, 'Courcelles-les-Montbeliard', 475011300, 67846100, 0),
(74381, 647, 74, 'Courlaoux', 466683000, 54625000, 0),
(74382, 647, 74, 'Courtelevant', 475181000, 70808000, 0),
(74383, 647, 74, 'Cousance', 465332400, 53921400, 0),
(74384, 647, 74, 'Cravanche', 476564400, 68364700, 0),
(74385, 647, 74, 'Dampierre', 471549800, 57416600, 0),
(74386, 647, 74, 'Dampierre-sur-Salon', 475571900, 56797000, 0),
(74387, 647, 74, 'Damprichard', 472441300, 68812100, 0),
(74388, 647, 74, 'Devecey', 473216900, 60190000, 0),
(74389, 647, 74, 'Doubs', 469278800, 63510400, 0),
(74390, 647, 74, 'Echenoz-la-Meline', 476008600, 61354400, 0),
(74391, 647, 74, 'Ecole-Valentin', 472731000, 59853000, 0),
(74392, 647, 74, 'Etalans', 471512500, 62731500, 0),
(74393, 647, 74, 'Exincourt', 474946500, 68316900, 0),
(74394, 647, 74, 'Fesches-le-Chatel', 475241500, 69053500, 0),
(74395, 647, 74, 'Fougerolles', 478854200, 64045400, 0),
(74396, 647, 74, 'Froideconche', 478212100, 64152200, 0),
(74397, 647, 74, 'Giromagny', 477414600, 68267100, 0),
(74398, 647, 74, 'Grand-Charmont', 475267400, 68260400, 0),
(74399, 647, 74, 'Grandfontaine', 471976300, 59007900, 0),
(74400, 647, 74, 'Grandvillars', 475392100, 69642400, 0),
(74401, 647, 74, 'Gray-la-Ville', 474393200, 55725200, 0),
(74402, 647, 74, 'Jussey', 478253600, 59019300, 0),
(74403, 647, 74, 'L''Isle-sur-le-Doubs', 474486000, 65869000, 0),
(74404, 647, 74, 'La Cluse-et-Mijoux', 468833300, 63833300, 0),
(74405, 647, 74, 'Lariviere', 476769000, 69986000, 0),
(74406, 647, 74, 'Les Fins', 470776400, 66300200, 0),
(74407, 647, 74, 'Les Fourgs', 468345500, 63995300, 0),
(74408, 647, 74, 'Les Hopitaux-Neufs', 467772000, 63736000, 0),
(74409, 647, 74, 'Les Planches-en-Montagne', 466553000, 60097000, 0),
(74410, 647, 74, 'Longchaumois', 464622800, 59305200, 0),
(74411, 647, 74, 'Luxeuil-les-Bains', 478171000, 63650000, 0),
(74412, 647, 74, 'Magny-Vernois', 476699700, 64754500, 0),
(74413, 647, 74, 'Mamirolle', 471985700, 61592400, 0),
(74414, 647, 74, 'Marchaux', 473242000, 61336000, 0),
(74415, 647, 74, 'Marnay', 472908800, 57727700, 0),
(74416, 647, 74, 'Melisey', 477522800, 65801400, 0),
(74417, 647, 74, 'Mezire', 475320900, 69187200, 0),
(74418, 647, 74, 'Moirans-en-Montagne', 464338100, 57264300, 0),
(74419, 647, 74, 'Molinges', 463569000, 57658000, 0),
(74420, 647, 74, 'Montain', 467208000, 55800000, 0),
(74421, 647, 74, 'Montferrand-le-Chateau', 471753600, 59153400, 0),
(74422, 647, 74, 'Montlebon', 470377800, 66111100, 0),
(74423, 647, 74, 'Montrond', 467983000, 58331000, 0),
(74424, 647, 74, 'Morbier', 465369300, 60153200, 0),
(74425, 647, 74, 'Morre', 472259500, 60751200, 0),
(74426, 647, 74, 'Mouchard', 469725900, 57962600, 0),
(74427, 647, 74, 'Moval', 475875000, 68822000, 0),
(74428, 647, 74, 'Navenne', 476087300, 61617600, 0),
(74429, 647, 74, 'Nommay', 475378000, 68421900, 0),
(74430, 647, 74, 'Novillars', 472846500, 61287800, 0),
(74431, 647, 74, 'Offemont', 476641600, 68805600, 0),
(74432, 647, 74, 'Orchamps-Vennes', 471304200, 65246800, 0),
(74433, 647, 74, 'Orgelet', 465209600, 56104900, 0),
(74434, 647, 74, 'Parcey', 470233000, 54875000, 0),
(74435, 647, 74, 'Pelousey', 472753800, 59226300, 0),
(74436, 647, 74, 'Perrigny', 466674400, 55845600, 0),
(74437, 647, 74, 'Pesmes', 472800800, 55669800, 0),
(74438, 647, 74, 'Petit-Noir', 469333300, 53333300, 0),
(74439, 647, 74, 'Phaffans', 476608000, 69353000, 0),
(74440, 647, 74, 'Plancher-Bas', 477197700, 67304100, 0),
(74441, 647, 74, 'Plancher-les-Mines', 477615000, 67430800, 0),
(74442, 647, 74, 'Pont-de-Poitte', 465844000, 56958000, 0),
(74443, 647, 74, 'Port-sur-Saone', 476877400, 60501100, 0),
(74444, 647, 74, 'Pouilley-les-Vignes', 472577000, 59358100, 0),
(74445, 647, 74, 'Quingey', 471025000, 58831200, 0),
(74446, 647, 74, 'Recologne', 472736000, 58308000, 0),
(74447, 647, 74, 'Rochefort-sur-Nenon', 471264000, 55619000, 0),
(74448, 647, 74, 'Rougemont', 474821100, 63557400, 0),
(74449, 647, 74, 'Rougemont-le-Chateau', 477338900, 69689900, 0),
(74450, 647, 74, 'Roulans', 473155300, 62290100, 0),
(74451, 647, 74, 'Saint-Amour', 464363800, 53441600, 0),
(74452, 647, 74, 'Saint-Laurent-en-Grandvaux', 465764000, 59567000, 0),
(74453, 647, 74, 'Saint-Loup-sur-Semouse', 478834500, 62753000, 0),
(74454, 647, 74, 'Saint-Lupicin', 464003400, 57922000, 0),
(74455, 647, 74, 'Saint-Sauveur', 478053000, 63858300, 0),
(74456, 647, 74, 'Sainte-Suzanne', 475001700, 67677500, 0),
(74457, 647, 74, 'Sancey-le-Grand', 472948900, 65828700, 0),
(74458, 647, 74, 'Seloncourt', 474598900, 68553500, 0),
(74459, 647, 74, 'Sermamagny', 476922000, 68358000, 0),
(74460, 647, 74, 'Serre-les-Sapins', 472500000, 59333300, 0),
(74461, 647, 74, 'Taillecourt', 474952100, 68544200, 0),
(74462, 647, 74, 'Thise', 472848600, 60812700, 0),
(74463, 647, 74, 'Thoirette', 462719000, 55333000, 0),
(74464, 647, 74, 'Valay', 473392000, 56397000, 0),
(74465, 647, 74, 'Valdahon', 471500000, 63500000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(74466, 647, 74, 'Valfin-les-Saint-Claude', 464375800, 58551300, 0),
(74467, 647, 74, 'Vauvillers', 479233000, 60983000, 0),
(74468, 647, 74, 'Vellechevreux-et-Courbenans', 475408000, 65392000, 0),
(74469, 647, 74, 'Vieilley', 473378000, 60797000, 0),
(74470, 647, 74, 'Vieux-Charmont', 475219000, 68373800, 0),
(74471, 647, 74, 'Villers-Farlay', 469992000, 57503000, 0),
(74472, 647, 74, 'Voiteur', 467550000, 56122000, 0),
(74473, 647, 74, 'Voujeaucourt', 474751300, 67743100, 0),
(74474, 648, 74, 'Acquigny', 491735000, 11765000, 0),
(74475, 648, 74, 'Amfreville-la-Campagne', 492140000, 9300000, 0),
(74476, 648, 74, 'Amfreville-la-Mi-Voie', 494075500, 11387100, 0),
(74477, 648, 74, 'Auffay', 497186000, 11011000, 0),
(74478, 648, 74, 'Aumale', 497698500, 17558700, 0),
(74479, 648, 74, 'Autheuil-Authouillet', 490975000, 12808000, 0),
(74480, 648, 74, 'Aviron', 490500000, 11166700, 0),
(74481, 648, 74, 'Bacqueville-en-Caux', 497876100, 9992700, 0),
(74482, 648, 74, 'Barentin', 495453300, 9551500, 0),
(74483, 648, 74, 'Beaumont-le-Roger', 490783900, 7808100, 0),
(74484, 648, 74, 'Belbeuf', 493876600, 11424500, 0),
(74485, 648, 74, 'Berneval-le-Grand', 499532800, 11875500, 0),
(74486, 648, 74, 'Bertheauville', 497548900, 6019400, 0),
(74487, 648, 74, 'Berville-sur-Seine', 494731000, 9025000, 0),
(74488, 648, 74, 'Beuzeville', 493448300, 3425400, 0),
(74489, 648, 74, 'Blainville-Crevon', 495039500, 12995200, 0),
(74490, 648, 74, 'Blangy-sur-Bresle', 499321100, 16251400, 0),
(74491, 648, 74, 'Boisney', 491553000, 6561000, 0),
(74492, 648, 74, 'Boos', 493884800, 12034800, 0),
(74493, 648, 74, 'Bosc-le-Hard', 496273400, 11748300, 0),
(74494, 648, 74, 'Bourg-Achard', 493532200, 8162300, 0),
(74495, 648, 74, 'Bourgtheroulde-Infreville', 493000000, 8833300, 0),
(74496, 648, 74, 'Bouville', 495619300, 8951400, 0),
(74497, 648, 74, 'Breaute', 496280500, 4000500, 0),
(74498, 648, 74, 'Breteuil', 488333300, 9166700, 0),
(74499, 648, 74, 'Bretteville-du-Grand-Caux', 496666700, 4000000, 0),
(74500, 648, 74, 'Breuilpont', 489639800, 14292000, 0),
(74501, 648, 74, 'Brosville', 491094000, 11156000, 0),
(74502, 648, 74, 'Buchy', 495851300, 13585200, 0),
(74503, 648, 74, 'Caumont', 493664200, 8959100, 0),
(74504, 648, 74, 'Cauville-sur-Mer', 496000000, 1333300, 0),
(74505, 648, 74, 'Chambray', 490758000, 13069000, 0),
(74506, 648, 74, 'Champigny-la-Futelaye', 488647000, 12986000, 0),
(74507, 648, 74, 'Charleval', 493729000, 13836900, 0),
(74508, 648, 74, 'Cleres', 496000000, 11166700, 0),
(74509, 648, 74, 'Conteville', 494194000, 3956000, 0),
(74510, 648, 74, 'Courcelles-sur-Seine', 491828500, 13600800, 0),
(74511, 648, 74, 'Criel-sur-Mer', 500150800, 13145900, 0),
(74512, 648, 74, 'Criquebeuf-sur-Seine', 493056300, 10996400, 0),
(74513, 648, 74, 'Criquetot-l''Esneval', 496444000, 2669000, 0),
(74514, 648, 74, 'Criquetot-sur-Ouville', 496772000, 8469000, 0),
(74515, 648, 74, 'Damville', 488693000, 10745800, 0),
(74516, 648, 74, 'Duclair', 494838500, 8761700, 0),
(74517, 648, 74, 'Envermeu', 498956000, 12649200, 0),
(74518, 648, 74, 'Epreville', 497078000, 3675000, 0),
(74519, 648, 74, 'Etainhus', 495664800, 3128500, 0),
(74520, 648, 74, 'Fleury-sur-Andelle', 493617600, 13559900, 0),
(74521, 648, 74, 'Fontaine-le-Dun', 498118200, 8509500, 0),
(74522, 648, 74, 'Forges-les-Eaux', 496139100, 15444900, 0),
(74523, 648, 74, 'Foucarmont', 498468200, 15689900, 0),
(74524, 648, 74, 'Gaillefontaine', 496537100, 16154700, 0),
(74525, 648, 74, 'Gainneville', 495184500, 2616400, 0),
(74526, 648, 74, 'Garennes-sur-Eure', 489111600, 14383600, 0),
(74527, 648, 74, 'Grand-Couronne', 493556300, 10064700, 0),
(74528, 648, 74, 'Gravigny', 490531000, 11696200, 0),
(74529, 648, 74, 'Harfleur', 495066000, 1982700, 0),
(74530, 648, 74, 'Hautot-sur-Mer', 498978900, 10288400, 0),
(74531, 648, 74, 'Heudebouville', 491944000, 12400000, 0),
(74532, 648, 74, 'Hondouville', 491400000, 11192000, 0),
(74533, 648, 74, 'Houppeville', 495125900, 10796200, 0),
(74534, 648, 74, 'Igoville', 493199000, 11483200, 0),
(74535, 648, 74, 'Ivry-la-Bataille', 488833300, 14594800, 0),
(74536, 648, 74, 'La Bouille', 493510000, 9320000, 0),
(74537, 648, 74, 'La Chapelle-Reanville', 490975200, 13820900, 0),
(74538, 648, 74, 'La Couture-Boussey', 488958100, 14049100, 0),
(74539, 648, 74, 'La Croix-Saint-Leufroy', 491100000, 12442000, 0),
(74540, 648, 74, 'La Feuillie', 494641500, 15146300, 0),
(74541, 648, 74, 'La Heuniere', 490622000, 14150000, 0),
(74542, 648, 74, 'La Remuee', 495277300, 4028300, 0),
(74543, 648, 74, 'La Rue-Saint-Pierre', 495644000, 12475000, 0),
(74544, 648, 74, 'La Saussaye', 492593600, 9809400, 0),
(74545, 648, 74, 'La Vaupaliere', 494878900, 9963000, 0),
(74546, 648, 74, 'Lanquetot', 495852700, 5263700, 0),
(74547, 648, 74, 'Le Bosc-Roger-en-Roumois', 492833300, 9333300, 0),
(74548, 648, 74, 'Le Gros-Theil', 492272000, 8428000, 0),
(74549, 648, 74, 'Le Manoir', 493135500, 12045500, 0),
(74550, 648, 74, 'Le Plessis-Grohan', 489542000, 11239000, 0),
(74551, 648, 74, 'Le Thuit-Signol', 492648700, 9391000, 0),
(74552, 648, 74, 'Le Trait', 494689500, 8163400, 0),
(74553, 648, 74, 'Le Treport', 500597900, 13758300, 0),
(74554, 648, 74, 'Le Vaudreuil', 492540700, 12096000, 0),
(74555, 648, 74, 'Le Vieil-Evreux', 490072000, 12203000, 0),
(74556, 648, 74, 'Lery', 492858500, 12076800, 0),
(74557, 648, 74, 'Les Andelys', 492500000, 14166700, 0),
(74558, 648, 74, 'Les Authieux-sur-le-Port-Saint-Ouen', 493410000, 11346500, 0),
(74559, 648, 74, 'Les Grandes-Ventes', 497854400, 12292100, 0),
(74560, 648, 74, 'Les Loges', 496986000, 2840400, 0),
(74561, 648, 74, 'Les Thilliers-en-Vexin', 492372000, 16100000, 0),
(74562, 648, 74, 'Limesy', 496127100, 9248300, 0),
(74563, 648, 74, 'Londinieres', 498318700, 14023200, 0),
(74564, 648, 74, 'Longueville-sur-Scie', 497928000, 11103000, 0),
(74565, 648, 74, 'Louye', 488000000, 13000000, 0),
(74566, 648, 74, 'Luneray', 498279500, 9158100, 0),
(74567, 648, 74, 'Malaunay', 495271000, 10429200, 0),
(74568, 648, 74, 'Malleville-les-Gres', 498308000, 6075000, 0),
(74569, 648, 74, 'Manneville-sur-Risle', 493517300, 5452600, 0),
(74570, 648, 74, 'Mannevillette', 495975000, 1758000, 0),
(74571, 648, 74, 'Maromme', 494792500, 10237500, 0),
(74572, 648, 74, 'Martin-Eglise', 499017400, 11412000, 0),
(74573, 648, 74, 'Mesnil-Raoul', 493975000, 12753000, 0),
(74574, 648, 74, 'Montaure', 492341700, 10883600, 0),
(74575, 648, 74, 'Montigny', 494596000, 10016800, 0),
(74576, 648, 74, 'Montmain', 494099600, 12374200, 0),
(74577, 648, 74, 'Montreuil-l''Argille', 489394000, 4814000, 0),
(74578, 648, 74, 'Montville', 495472000, 10764000, 0),
(74579, 648, 74, 'Nassandres', 491263200, 7359700, 0),
(74580, 648, 74, 'Neuilly', 489331000, 14206000, 0),
(74581, 648, 74, 'Normanville', 490786800, 11591600, 0),
(74582, 648, 74, 'Ourville-en-Caux', 497285400, 6046000, 0),
(74583, 648, 74, 'Perriers-sur-Andelle', 494148700, 13709800, 0),
(74584, 648, 74, 'Petit-Couronne', 493833300, 10166700, 0),
(74585, 648, 74, 'Petiville', 494607800, 5874000, 0),
(74586, 648, 74, 'Pissy-Poville', 495298600, 9928100, 0),
(74587, 648, 74, 'Pitres', 493203000, 12269000, 0),
(74588, 648, 74, 'Pont-Authou', 492442000, 7017000, 0),
(74589, 648, 74, 'Pont-de-l''Arche', 493033000, 11550000, 0),
(74590, 648, 74, 'Preaux', 494913600, 12158300, 0),
(74591, 648, 74, 'Prey', 489644000, 12147000, 0),
(74592, 648, 74, 'Quatremare', 491861000, 10817000, 0),
(74593, 648, 74, 'Quincampoix', 495271000, 11884800, 0),
(74594, 648, 74, 'Rolleville', 495823200, 2117700, 0),
(74595, 648, 74, 'Romilly-sur-Andelle', 493319000, 12612800, 0),
(74596, 648, 74, 'Roncherolles-sur-le-Vivier', 494666700, 11833300, 0),
(74597, 648, 74, 'Roumare', 495100800, 9742200, 0),
(74598, 648, 74, 'Routot', 493789000, 7356000, 0),
(74599, 648, 74, 'Rugles', 488221200, 7097900, 0),
(74600, 648, 74, 'Sacquenville', 490842000, 10736000, 0),
(74601, 648, 74, 'Saint-Andre-de-l''Eure', 489075000, 12772000, 0),
(74602, 648, 74, 'Saint-Andre-sur-Cailly', 495492000, 12206000, 0),
(74603, 648, 74, 'Saint-Aquilin-de-Pacy', 490125000, 13608000, 0),
(74604, 648, 74, 'Saint-Jacques-sur-Darnetal', 494398000, 12036000, 0),
(74605, 648, 74, 'Saint-Jean-du-Cardonnay', 495045500, 10114000, 0),
(74606, 648, 74, 'Saint-Jouin-Bruneval', 496427500, 1640000, 0),
(74607, 648, 74, 'Saint-Laurent-de-Brevedent', 495256400, 2545800, 0),
(74608, 648, 74, 'Saint-Leger-du-Bourg-Denis', 494334500, 11580300, 0),
(74609, 648, 74, 'Saint-Leonard', 497425200, 3590700, 0),
(74610, 648, 74, 'Saint-Marcel', 491000000, 14500000, 0),
(74611, 648, 74, 'Saint-Martin-de-Boscherville', 494437700, 9627100, 0),
(74612, 648, 74, 'Saint-Martin-du-Manoir', 495321200, 2375900, 0),
(74613, 648, 74, 'Saint-Martin-en-Campagne', 499564800, 12223300, 0),
(74614, 648, 74, 'Saint-Nicolas-d''Aliermont', 498785600, 12248600, 0),
(74615, 648, 74, 'Saint-Ouen-du-Breuil', 496394000, 10103000, 0),
(74616, 648, 74, 'Saint-Ouen-du-Tilleul', 492972300, 9476000, 0),
(74617, 648, 74, 'Saint-Paer', 495145200, 8793600, 0),
(74618, 648, 74, 'Saint-Pierre-de-Varengeville', 495024000, 9311800, 0),
(74619, 648, 74, 'Saint-Pierre-du-Vauvray', 492320800, 12212500, 0),
(74620, 648, 74, 'Saint-Pierre-en-Val', 500216800, 14470700, 0),
(74621, 648, 74, 'Saint-Quentin-au-Bosc', 499397000, 13228000, 0),
(74622, 648, 74, 'Saint-Saens', 496730200, 12852500, 0),
(74623, 648, 74, 'Saint-Victor-de-Chretienville', 490744000, 5178000, 0),
(74624, 648, 74, 'Saint-Wandrille-Rancon', 495265800, 7649700, 0),
(74625, 648, 74, 'Sainte-Marie-des-Champs', 496212000, 7790400, 0),
(74626, 648, 74, 'Sassetot-le-Mauconduit', 498044000, 5292000, 0),
(74627, 648, 74, 'Serqueux', 496320200, 15400600, 0),
(74628, 648, 74, 'Sierville', 495906000, 10372000, 0),
(74629, 648, 74, 'Tancarville', 494855000, 4576500, 0),
(74630, 648, 74, 'Thiberville', 491376800, 4550200, 0),
(74631, 648, 74, 'Thietreville', 497167000, 5153000, 0),
(74632, 648, 74, 'Tillieres-sur-Avre', 487558600, 10538800, 0),
(74633, 648, 74, 'Torcy-le-Petit', 498139000, 11742000, 0),
(74634, 648, 74, 'Totes', 496809100, 10465000, 0),
(74635, 648, 74, 'Tourville-la-Riviere', 493278200, 11055100, 0),
(74636, 648, 74, 'Turretot', 496092300, 2342200, 0),
(74637, 648, 74, 'Val-de-Saane', 497053000, 9653000, 0),
(74638, 648, 74, 'Vieux-Manoir', 495678000, 12986000, 0),
(74639, 648, 74, 'Yainville', 494537100, 8292000, 0),
(74640, 648, 74, 'Yport', 497371600, 3153700, 0),
(74641, 649, 74, 'Acheres-la-Foret', 483545800, 25703500, 0),
(74642, 649, 74, 'Amillis', 487403000, 31306000, 0),
(74643, 649, 74, 'Angervilliers', 485926300, 20654200, 0),
(74644, 649, 74, 'Arbonne-la-Foret', 484140500, 25667700, 0),
(74645, 649, 74, 'Arronville', 491819000, 21144000, 0),
(74646, 649, 74, 'Asnieres-sur-Oise', 491336900, 23555100, 0),
(74647, 649, 74, 'Aufferville', 482156000, 26100000, 0),
(74648, 649, 74, 'Authon-la-Plaine', 484506000, 19568000, 0),
(74649, 649, 74, 'Bagneaux-sur-Loing', 482331000, 27067500, 0),
(74650, 649, 74, 'Bailly', 488416800, 20767200, 0),
(74651, 649, 74, 'Bailly-Carrois', 485802900, 29904700, 0),
(74652, 649, 74, 'Bailly-Romainvilliers', 488472900, 28235200, 0),
(74653, 649, 74, 'Bazainville', 488043500, 16673200, 0),
(74654, 649, 74, 'Beauchery-Saint-Martin', 486150000, 34042000, 0),
(74655, 649, 74, 'Beaumont-du-Gatinais', 481386000, 24791300, 0),
(74656, 649, 74, 'Belloy-en-France', 490883600, 23715900, 0),
(74657, 649, 74, 'Bernes-sur-Oise', 491612800, 23000000, 0),
(74658, 649, 74, 'Bessancourt', 490376500, 22093600, 0),
(74659, 649, 74, 'Beton-Bazoches', 487017000, 32450000, 0),
(74660, 649, 74, 'Bievres', 487577200, 22188100, 0),
(74661, 649, 74, 'Blandy', 485669000, 27828000, 0),
(74662, 649, 74, 'Blaru', 490490000, 14790000, 0),
(74663, 649, 74, 'Boigneville', 483351000, 23707000, 0),
(74664, 649, 74, 'Boisemont', 490222000, 20025000, 0),
(74665, 649, 74, 'Boissise-la-Bertrand', 485275000, 25886000, 0),
(74666, 649, 74, 'Boissise-le-Roi', 485248000, 25697100, 0),
(74667, 649, 74, 'Boissy l''Aillerie', 490792000, 20322000, 0),
(74668, 649, 74, 'Boissy-le-Chatel', 488207300, 31365100, 0),
(74669, 649, 74, 'Boissy-le-Cutte', 484702000, 22832600, 0),
(74670, 649, 74, 'Boissy-sous-Saint-Yon', 485537900, 22121200, 0),
(74671, 649, 74, 'Bombon', 485725000, 28600000, 0),
(74672, 649, 74, 'Bonnieres-sur-Seine', 490352500, 15783000, 0),
(74673, 649, 74, 'Boullay-les-Troux', 486782000, 20498000, 0),
(74674, 649, 74, 'Bourdonne', 487567000, 16642000, 0),
(74675, 649, 74, 'Boutigny-sur-Essonne', 484333300, 23833300, 0),
(74676, 649, 74, 'Bray-sur-Seine', 484137100, 32385200, 0),
(74677, 649, 74, 'Breuillet', 485706400, 21742400, 0),
(74678, 649, 74, 'Brieres-les-Scelles', 484577000, 21385000, 0),
(74679, 649, 74, 'Briis-sous-Forges', 486239900, 21211200, 0),
(74680, 649, 74, 'Brouy', 483164000, 22788000, 0),
(74681, 649, 74, 'Bruyeres-sur-Oise', 491575600, 23257700, 0),
(74682, 649, 74, 'Bullion', 486228500, 19902400, 0),
(74683, 649, 74, 'Bussy-Saint-Martin', 488500000, 26911000, 0),
(74684, 649, 74, 'Buthiers', 482881000, 24314000, 0),
(74685, 649, 74, 'Cannes-Ecluse', 483636000, 29856000, 0),
(74686, 649, 74, 'Carrieres-sur-Seine', 489068700, 21792000, 0),
(74687, 649, 74, 'Cernay-la-Ville', 486732400, 19742200, 0),
(74688, 649, 74, 'Chailly-en-Biere', 484670100, 26078500, 0),
(74689, 649, 74, 'Chailly-en-Brie', 487900600, 31245400, 0),
(74690, 649, 74, 'Chalo-Saint-Mars', 484232800, 20649100, 0),
(74691, 649, 74, 'Chalou-Moulineux', 483839000, 20222000, 0),
(74692, 649, 74, 'Chamigny', 489724200, 31516500, 0),
(74693, 649, 74, 'Champagne-sur-Oise', 491405200, 22423300, 0),
(74694, 649, 74, 'Champagne-sur-Seine', 483979400, 27978500, 0),
(74695, 649, 74, 'Champcueil', 485159400, 24467400, 0),
(74696, 649, 74, 'Changis-sur-Marne', 489581600, 30219100, 0),
(74697, 649, 74, 'Chanteloup-les-Vignes', 489761400, 20326100, 0),
(74698, 649, 74, 'Charmentray', 489454000, 27765000, 0),
(74699, 649, 74, 'Chateau-Landon', 481472100, 26975400, 0),
(74700, 649, 74, 'Chateaufort', 487358400, 20905400, 0),
(74701, 649, 74, 'Chauconin-Neufmontiers', 489666700, 28500000, 0),
(74702, 649, 74, 'Chaumes-en-Brie', 486685300, 28401500, 0),
(74703, 649, 74, 'Chaumontel', 491247000, 24323700, 0),
(74704, 649, 74, 'Chenoise', 486146200, 31945900, 0),
(74705, 649, 74, 'Cheptainville', 485509000, 22766500, 0),
(74706, 649, 74, 'Chessy', 488833300, 27666700, 0),
(74707, 649, 74, 'Chevreuse', 487066200, 20332900, 0),
(74708, 649, 74, 'Chevry-Cossigny', 487246500, 26610600, 0),
(74709, 649, 74, 'Clery-en-Vexin', 491278000, 18392000, 0),
(74710, 649, 74, 'Cocherel', 490210000, 31019000, 0),
(74711, 649, 74, 'Coignieres', 487501000, 19208200, 0),
(74712, 649, 74, 'Compans', 489942000, 26644000, 0),
(74713, 649, 74, 'Conches-sur-Gondoire', 488562400, 27178300, 0),
(74714, 649, 74, 'Congis-sur-Therouanne', 490000000, 29833300, 0),
(74715, 649, 74, 'Corbreuse', 485006500, 19591300, 0),
(74716, 649, 74, 'Cormeilles-en-Vexin', 491167000, 20217000, 0),
(74717, 649, 74, 'Coubert', 486718600, 26973300, 0),
(74718, 649, 74, 'Coubron', 489166700, 25833300, 0),
(74719, 649, 74, 'Coulombs-en-Valois', 490696000, 31246000, 0),
(74720, 649, 74, 'Courtry', 489190600, 26043100, 0),
(74721, 649, 74, 'Crecy-la-Chapelle', 488563000, 29110000, 0),
(74722, 649, 74, 'Cregy-les-Meaux', 489764800, 28748300, 0),
(74723, 649, 74, 'Crespieres', 488831700, 19215100, 0),
(74724, 649, 74, 'Croissy-Beaubourg', 488283000, 26696400, 0),
(74725, 649, 74, 'Crouy-sur-Ourcq', 490898000, 30753000, 0),
(74726, 649, 74, 'Dammarie-les-Lys', 485166700, 26500000, 0),
(74727, 649, 74, 'Dampierre-en-Yvelines', 487000000, 19833300, 0),
(74728, 649, 74, 'Dampmart', 488885400, 27409500, 0),
(74729, 649, 74, 'Donnemarie-Dontilly', 484771900, 31316200, 0),
(74730, 649, 74, 'Dugny', 489537100, 24173400, 0),
(74731, 649, 74, 'Ecuelles', 483563600, 28233600, 0),
(74732, 649, 74, 'Egly', 485782800, 22241600, 0),
(74733, 649, 74, 'Epinay-sous-Senart', 486897000, 25118600, 0),
(74734, 649, 74, 'Epone', 489547600, 18223300, 0),
(74735, 649, 74, 'Esmans', 483492000, 29769000, 0),
(74736, 649, 74, 'Etiolles', 486324800, 24822600, 0),
(74737, 649, 74, 'Etrepilly', 490361000, 29319000, 0),
(74738, 649, 74, 'Faremoutiers', 487996200, 29960700, 0),
(74739, 649, 74, 'Favieres', 487632400, 27747000, 0),
(74740, 649, 74, 'Ferolles-Attilly', 487318400, 26308800, 0),
(74741, 649, 74, 'Feucherolles', 488700200, 19740200, 0),
(74742, 649, 74, 'Flins-sur-Seine', 489652300, 18731400, 0),
(74743, 649, 74, 'Follainville-Dennemont', 490219400, 17133100, 0),
(74744, 649, 74, 'Fontaine-le-Port', 484861000, 27639000, 0),
(74745, 649, 74, 'Fontenay-Mauvoisin', 489650000, 16522000, 0),
(74746, 649, 74, 'Fontenay-Saint-Pere', 490278000, 17528000, 0),
(74747, 649, 74, 'Fontenay-Tresigny', 487064700, 28704700, 0),
(74748, 649, 74, 'Fontenay-les-Briis', 486196200, 21527600, 0),
(74749, 649, 74, 'Forges', 484183000, 29611000, 0),
(74750, 649, 74, 'Fourqueux', 488869300, 20636700, 0),
(74751, 649, 74, 'Freneuse', 490483200, 16016800, 0),
(74752, 649, 74, 'Frepillon', 490521600, 22052800, 0),
(74753, 649, 74, 'Fromont', 482561000, 25047000, 0),
(74754, 649, 74, 'Galluis', 487965700, 17941400, 0),
(74755, 649, 74, 'Garancieres', 488227100, 17551200, 0),
(74756, 649, 74, 'Gometz-la-Ville', 486721900, 21286800, 0),
(74757, 649, 74, 'Gouvernes', 488600700, 26907400, 0),
(74758, 649, 74, 'Grandpuits-Bailly-Carrois', 485844000, 29667000, 0),
(74759, 649, 74, 'Gretz-Armainvilliers', 487412000, 27310500, 0),
(74760, 649, 74, 'Grez-sur-Loing', 483175400, 26884800, 0),
(74761, 649, 74, 'Grigny', 486541200, 23934300, 0),
(74762, 649, 74, 'Groslay', 489856100, 23473600, 0),
(74763, 649, 74, 'Guermantes', 488530300, 27049500, 0),
(74764, 649, 74, 'Guerville', 489438800, 17342900, 0),
(74765, 649, 74, 'Hardricourt', 490077900, 18938900, 0),
(74766, 649, 74, 'Herblay', 489899400, 21699000, 0),
(74767, 649, 74, 'Hericy', 484484800, 27644500, 0),
(74768, 649, 74, 'Hermeray', 486506000, 16889000, 0),
(74769, 649, 74, 'Itteville', 485153600, 23437700, 0),
(74770, 649, 74, 'Janville-sur-Juine', 485135200, 22706400, 0),
(74771, 649, 74, 'Jouars-Pontchartrain', 487888800, 18989800, 0),
(74772, 649, 74, 'Jouy-le-Chatel', 486665100, 31303600, 0),
(74773, 649, 74, 'Jouy-sur-Morin', 487950000, 32723800, 0),
(74774, 649, 74, 'L''Isle-Adam', 491074400, 22281800, 0),
(74775, 649, 74, 'La Boissiere-Ecole', 486830000, 16430000, 0),
(74776, 649, 74, 'La Celle-sur-Morin', 488114600, 29692000, 0),
(74777, 649, 74, 'La Ferte-Alais', 484830600, 23480200, 0),
(74778, 649, 74, 'La Ferte-Gaucher', 487831000, 33067800, 0),
(74779, 649, 74, 'La Ferte-sous-Jouarre', 489514000, 31272400, 0),
(74780, 649, 74, 'La Foret-le-Roi', 484796000, 20432000, 0),
(74781, 649, 74, 'La Grande-Paroisse', 483868200, 29015700, 0),
(74782, 649, 74, 'La Madeleine-sur-Loing', 482039000, 27050000, 0),
(74783, 649, 74, 'La Norville', 485824300, 22618000, 0),
(74784, 649, 74, 'La Queue-les-Yvelines', 488000000, 17666700, 0),
(74785, 649, 74, 'La Ville-du-Bois', 486552100, 22683300, 0),
(74786, 649, 74, 'Larchant', 482850000, 25975000, 0),
(74787, 649, 74, 'Lardy', 485184700, 22736000, 0),
(74788, 649, 74, 'Le Chatelet-en-Brie', 485069500, 27916300, 0),
(74789, 649, 74, 'Le Mee-sur-Seine', 485315700, 26282900, 0),
(74790, 649, 74, 'Le Mesnil-Amelot', 490182000, 25948000, 0),
(74791, 649, 74, 'Le Mesnil-Saint-Denis', 487448500, 19559400, 0),
(74792, 649, 74, 'Le Mesnil-le-Roi', 489382500, 21255400, 0),
(74793, 649, 74, 'Le Plessis-aux-Bois', 490033000, 27682000, 0),
(74794, 649, 74, 'Le Thillay', 490065900, 24721800, 0),
(74795, 649, 74, 'Le Vaudoue', 483578000, 25197000, 0),
(74796, 649, 74, 'Les Loges-en-Josas', 487637700, 21400200, 0),
(74797, 649, 74, 'Les Ormes-sur-Voulzie', 484628000, 32286000, 0),
(74798, 649, 74, 'Leuville-sur-Orge', 486173000, 22668500, 0),
(74799, 649, 74, 'Limay', 489955300, 17408100, 0),
(74800, 649, 74, 'Limetz-Villez', 490666700, 15500000, 0),
(74801, 649, 74, 'Lissy', 486269000, 26961000, 0),
(74802, 649, 74, 'Liverdy-en-Brie', 486998700, 27760600, 0),
(74803, 649, 74, 'Livry-sur-Seine', 485177100, 26787900, 0),
(74804, 649, 74, 'Lizy-sur-Ourcq', 490245400, 30217800, 0),
(74805, 649, 74, 'Lommoye', 489947000, 15144000, 0),
(74806, 649, 74, 'Longpont-sur-Orge', 486417200, 22927800, 0),
(74807, 649, 74, 'Lorrez-le-Bocage-Preaux', 482333300, 29000000, 0),
(74808, 649, 74, 'Magnanville', 489679800, 16784200, 0),
(74809, 649, 74, 'Maincy', 485497700, 27001700, 0),
(74810, 649, 74, 'Maisse', 483952400, 23790200, 0),
(74811, 649, 74, 'Mandres-les-Roses', 487019800, 25466200, 0),
(74812, 649, 74, 'Mareil-Marly', 488821400, 20735100, 0),
(74813, 649, 74, 'Mareil-en-France', 490706000, 24267000, 0),
(74814, 649, 74, 'Mareuil-les-Meaux', 489264800, 28613400, 0),
(74815, 649, 74, 'Margency', 490000000, 23000000, 0),
(74816, 649, 74, 'Marines', 491448500, 19822600, 0),
(74817, 649, 74, 'Marly-la-Ville', 490820200, 25034800, 0),
(74818, 649, 74, 'Marolles-en-Hurepoix', 485623200, 22988500, 0),
(74819, 649, 74, 'Marolles-sur-Seine', 483866200, 30356200, 0),
(74820, 649, 74, 'Mary-sur-Marne', 490159100, 30278800, 0),
(74821, 649, 74, 'Mauperthuis', 487686000, 30394000, 0),
(74822, 649, 74, 'May-en-Multien', 490722000, 30237000, 0),
(74823, 649, 74, 'Mennecy', 485690300, 24438400, 0),
(74824, 649, 74, 'Menucourt', 490284100, 19804600, 0),
(74825, 649, 74, 'Mereville', 483147600, 20860900, 0),
(74826, 649, 74, 'Mery-sur-Oise', 490587600, 21911300, 0),
(74827, 649, 74, 'Mezieres-sur-Seine', 489612800, 17924500, 0),
(74828, 649, 74, 'Misy-sur-Yonne', 483600000, 30919000, 0),
(74829, 649, 74, 'Moigny-sur-Ecole', 484326200, 24580200, 0),
(74830, 649, 74, 'Moisenay', 485626600, 27352700, 0),
(74831, 649, 74, 'Moisselles', 490500000, 23359700, 0),
(74832, 649, 74, 'Montalet-le-Bois', 490472000, 18267000, 0),
(74833, 649, 74, 'Montereau-sur-le-Jard', 485901000, 26676000, 0),
(74834, 649, 74, 'Montgeroult', 490828000, 20047000, 0),
(74835, 649, 74, 'Monthyon', 490075300, 28261000, 0),
(74836, 649, 74, 'Montigny-sur-Loing', 483357500, 27442300, 0),
(74837, 649, 74, 'Montlignon', 490063600, 22870500, 0),
(74838, 649, 74, 'Montmagny', 489733800, 23468800, 0),
(74839, 649, 74, 'Montolivet', 488300000, 34403000, 0),
(74840, 649, 74, 'Montry', 488840900, 28291400, 0),
(74841, 649, 74, 'Morainvilliers', 489290200, 19362100, 0),
(74842, 649, 74, 'Moret-sur-Loing', 483723900, 28171300, 0),
(74843, 649, 74, 'Mormant', 486090100, 28902600, 0),
(74844, 649, 74, 'Mortcerf', 487887900, 29169200, 0),
(74845, 649, 74, 'Mousseaux-sur-Seine', 490436000, 16475000, 0),
(74846, 649, 74, 'Moussy-le-Neuf', 490642700, 26025200, 0),
(74847, 649, 74, 'Neauphle-le-Chateau', 488141800, 19056700, 0),
(74848, 649, 74, 'Nemours', 482751100, 26907800, 0),
(74849, 649, 74, 'Nesles-la-Vallee', 491320200, 21709900, 0),
(74850, 649, 74, 'Neuville-sur-Oise', 490166700, 20666700, 0),
(74851, 649, 74, 'Noisy-sur-Ecole', 483670100, 25080400, 0),
(74852, 649, 74, 'Noyen-sur-Seine', 484517000, 33511000, 0),
(74853, 649, 74, 'Ocquerre', 490380000, 30576000, 0),
(74854, 649, 74, 'Oinville-sur-Montcient', 490272200, 18492800, 0),
(74855, 649, 74, 'Ollainville', 485908100, 22193600, 0),
(74856, 649, 74, 'Ormoy', 485748900, 24520600, 0),
(74857, 649, 74, 'Ormoy-la-Riviere', 484044000, 21499000, 0),
(74858, 649, 74, 'Orphin', 485794000, 17819000, 0),
(74859, 649, 74, 'Ozouer-le-Voulgis', 486601200, 27740900, 0),
(74860, 649, 74, 'Poigny-la-Foret', 486786000, 17544000, 0),
(74861, 649, 74, 'Pomponne', 488813000, 26823200, 0),
(74862, 649, 74, 'Pontault-Combault', 487981300, 26067600, 0),
(74863, 649, 74, 'Pontcarre', 487977200, 27050800, 0),
(74864, 649, 74, 'Ponthierry', 485336600, 25441900, 0),
(74865, 649, 74, 'Porcheville', 489725400, 17797300, 0),
(74866, 649, 74, 'Puiselet-le-Marais', 484066000, 22642000, 0),
(74867, 649, 74, 'Pussay', 483490800, 19918200, 0),
(74868, 649, 74, 'Quincy-Voisins', 489011400, 28755900, 0),
(74869, 649, 74, 'Reau', 486213000, 26230000, 0),
(74870, 649, 74, 'Recloses', 483486000, 26425000, 0),
(74871, 649, 74, 'Rochefort-en-Yvelines', 485867000, 19886000, 0),
(74872, 649, 74, 'Rocquencourt', 488378300, 21022800, 0),
(74873, 649, 74, 'Roissy-en-Brie', 487915900, 26474700, 0),
(74874, 649, 74, 'Rosny-sur-Seine', 489980800, 16313000, 0),
(74875, 649, 74, 'Rozay-en-Brie', 486833300, 29581600, 0),
(74876, 649, 74, 'Saacy-sur-Marne', 489621000, 32108300, 0),
(74877, 649, 74, 'Sablonnieres', 488756000, 32964000, 0),
(74878, 649, 74, 'Saint-Brice-sous-Foret', 490013200, 23536100, 0),
(74879, 649, 74, 'Saint-Cheron', 485543300, 21240300, 0),
(74880, 649, 74, 'Saint-Cyr-sous-Dourdan', 485666700, 20333300, 0),
(74881, 649, 74, 'Saint-Cyr-sur-Morin', 489066400, 31801600, 0),
(74882, 649, 74, 'Saint-Germain-de-la-Grange', 488343600, 18988400, 0),
(74883, 649, 74, 'Saint-Jean-les-Deux-Jumeaux', 489514000, 30195900, 0),
(74884, 649, 74, 'Saint-Leger-en-Yvelines', 487217300, 17663800, 0),
(74885, 649, 74, 'Saint-Mammes', 483845800, 28157800, 0),
(74886, 649, 74, 'Saint-Mard', 490370100, 26964500, 0),
(74887, 649, 74, 'Saint-Martin-du-Tertre', 491074300, 23453300, 0),
(74888, 649, 74, 'Saint-Nom-la-Breteche', 488594200, 20223300, 0),
(74889, 649, 74, 'Saint-Pierre-les-Nemours', 482673300, 26796600, 0),
(74890, 649, 74, 'Saint-Prix', 490166700, 22666700, 0),
(74891, 649, 74, 'Saint-Simeon', 487983000, 32033000, 0),
(74892, 649, 74, 'Saint-Soupplets', 490386600, 28072300, 0),
(74893, 649, 74, 'Saint-Thibault-des-Vignes', 488711100, 26804100, 0),
(74894, 649, 74, 'Saint-Vrain', 485430200, 23333100, 0),
(74895, 649, 74, 'Saint-Witz', 490910000, 25712200, 0),
(74896, 649, 74, 'Sainte-Colombe', 485304700, 32551800, 0),
(74897, 649, 74, 'Sainte-Mesme', 485314000, 19594000, 0),
(74898, 649, 74, 'Saintry-sur-Seine', 485964000, 24951500, 0),
(74899, 649, 74, 'Samois-sur-Seine', 484525100, 27504000, 0),
(74900, 649, 74, 'Samoreau', 484294600, 27558700, 0),
(74901, 649, 74, 'Sancy-les-Provins', 486964000, 33944000, 0),
(74902, 649, 74, 'Seine-Port', 485574300, 25531600, 0),
(74903, 649, 74, 'Seraincourt', 490357300, 18670300, 0),
(74904, 649, 74, 'Sermaise', 485367000, 20809000, 0),
(74905, 649, 74, 'Soisy-sur-Seine', 486487500, 24522300, 0),
(74906, 649, 74, 'Souppes-sur-Loing', 481829700, 27352100, 0),
(74907, 649, 74, 'Sourdun', 485368800, 33520000, 0),
(74908, 649, 74, 'Survilliers', 490971200, 25444900, 0),
(74909, 649, 74, 'Tacoignieres', 488361900, 16750100, 0),
(74910, 649, 74, 'Thiverval-Grignon', 488510800, 19171000, 0),
(74911, 649, 74, 'Thorigny-sur-Marne', 488868900, 27180600, 0),
(74912, 649, 74, 'Touquin', 487349800, 30122200, 0),
(74913, 649, 74, 'Tournan-en-Brie', 487414600, 27720000, 0),
(74914, 649, 74, 'Toussus-le-Noble', 487478000, 21150000, 0),
(74915, 649, 74, 'Treuzy-Levelay', 482723000, 28144000, 0),
(74916, 649, 74, 'Trilport', 489568500, 29507600, 0),
(74917, 649, 74, 'Us', 491000000, 19666700, 0),
(74918, 649, 74, 'Valence-en-Brie', 484442000, 28908000, 0),
(74919, 649, 74, 'Vallangoujard', 491406000, 21128000, 0),
(74920, 649, 74, 'Valmondois', 490973000, 21899600, 0),
(74921, 649, 74, 'Varennes-sur-Seine', 483730400, 29257100, 0),
(74922, 649, 74, 'Vaucourtois', 488964000, 29531000, 0),
(74923, 649, 74, 'Vaucresson', 488407800, 21565200, 0),
(74924, 649, 74, 'Vaudoy-en-Brie', 486883000, 30814000, 0),
(74925, 649, 74, 'Vaujours', 489302200, 25711000, 0),
(74926, 649, 74, 'Vaux-le-Penil', 485280300, 26916500, 0),
(74927, 649, 74, 'Verneuil-l''Etang', 486444000, 28328000, 0),
(74928, 649, 74, 'Vernouillet', 489714600, 19808200, 0),
(74929, 649, 74, 'Vert-le-Grand', 485717200, 23577600, 0),
(74930, 649, 74, 'Vert-le-Petit', 485516300, 23652600, 0),
(74931, 649, 74, 'Vetheuil', 490644000, 17039000, 0),
(74932, 649, 74, 'Viarmes', 491308200, 23707400, 0),
(74933, 649, 74, 'Vieille-Eglise-en-Yvelines', 486703000, 18767000, 0),
(74934, 649, 74, 'Vigny', 490790200, 19280600, 0),
(74935, 649, 74, 'Ville-Saint-Jacques', 483439000, 28992000, 0),
(74936, 649, 74, 'Villeconin', 485130000, 21237000, 0),
(74937, 649, 74, 'Villeneuve-le-Comte', 488141300, 28295300, 0),
(74938, 649, 74, 'Villeneuve-les-Bordes', 484864000, 30433000, 0),
(74939, 649, 74, 'Villeneuve-sur-Auvers', 484738000, 22488000, 0),
(74940, 649, 74, 'Villeneuve-sur-Bellot', 488620300, 33414300, 0),
(74941, 649, 74, 'Villennes-sur-Seine', 489413700, 19913700, 0),
(74942, 649, 74, 'Villenoy', 489411200, 28602000, 0),
(74943, 649, 74, 'Villeroy', 489822000, 27822000, 0),
(74944, 649, 74, 'Villette', 489281000, 16928000, 0),
(74945, 649, 74, 'Villevaude', 489175100, 26522800, 0),
(74946, 649, 74, 'Villiers-Saint-Frederic', 488166700, 18833300, 0),
(74947, 649, 74, 'Villiers-en-Biere', 484953000, 25986000, 0),
(74948, 649, 74, 'Vulaines-sur-Seine', 484318600, 27647600, 0),
(74949, 650, 74, 'Aigues-Mortes', 435668300, 41906800, 0),
(74950, 650, 74, 'Alenya', 426387400, 29814800, 0),
(74951, 650, 74, 'Alzonne', 432533800, 21780800, 0),
(74952, 650, 74, 'Amelie-les-Bains-Palalda', 424761000, 26725000, 0),
(74953, 650, 74, 'Anduze', 440540900, 39854500, 0),
(74954, 650, 74, 'Aramon', 438917400, 46809600, 0),
(74955, 650, 74, 'Argeles-sur-Mer', 425449000, 30235000, 0),
(74956, 650, 74, 'Arles-sur-Tech', 424575000, 26344000, 0),
(74957, 650, 74, 'Armissan', 431877800, 30966000, 0),
(74958, 650, 74, 'Arpaillargues-et-Aureillac', 440014000, 43733000, 0),
(74959, 650, 74, 'Arzens', 431983800, 22095400, 0),
(74960, 650, 74, 'Aspiran', 435658600, 34503100, 0),
(74961, 650, 74, 'Assas', 437027800, 39000000, 0),
(74962, 650, 74, 'Aubais', 437540200, 41456700, 0),
(74963, 650, 74, 'Aulas', 440011000, 35872000, 0),
(74964, 650, 74, 'Aumont-Aubrac', 447220500, 32846600, 0),
(74965, 650, 74, 'Azille', 432769100, 26598100, 0),
(74966, 650, 74, 'Baixas', 427496900, 28100200, 0),
(74967, 650, 74, 'Balaruc-le-Vieux', 434614000, 36853000, 0),
(74968, 650, 74, 'Balaruc-les-Bains', 434417000, 36778000, 0),
(74969, 650, 74, 'Balsieges', 444814000, 34583000, 0),
(74970, 650, 74, 'Banyuls-dels-Aspres', 425656700, 28666700, 0),
(74971, 650, 74, 'Banyuls-sur-Mer', 424837500, 31289700, 0),
(74972, 650, 74, 'Bassan', 434106000, 32539600, 0),
(74973, 650, 74, 'Beaulieu', 437286100, 40219400, 0),
(74974, 650, 74, 'Beauvoisin', 437183500, 43233800, 0),
(74975, 650, 74, 'Bedarieux', 436155300, 31571400, 0),
(74976, 650, 74, 'Bellegarde', 437532900, 45165400, 0),
(74977, 650, 74, 'Belpech', 431995700, 17515700, 0),
(74978, 650, 74, 'Bernis', 437691300, 42871300, 0),
(74979, 650, 74, 'Bessan', 433619600, 34228800, 0),
(74980, 650, 74, 'Bezouce', 438822900, 44907200, 0),
(74981, 650, 74, 'Bizanet', 431641900, 28703400, 0),
(74982, 650, 74, 'Boisseron', 437579500, 40797000, 0),
(74983, 650, 74, 'Boisset-et-Gaujac', 440475000, 40086100, 0),
(74984, 650, 74, 'Bouillargues', 437973300, 44285300, 0),
(74985, 650, 74, 'Bourg-Madame', 424353000, 19447000, 0),
(74986, 650, 74, 'Bouzigues', 434481000, 36578000, 0),
(74987, 650, 74, 'Brignon', 439897000, 42144000, 0),
(74988, 650, 74, 'Brouilla', 425675000, 29044000, 0),
(74989, 650, 74, 'Cabrieres', 439039000, 44709400, 0),
(74990, 650, 74, 'Calvisson', 437869600, 41962600, 0),
(74991, 650, 74, 'Candillargues', 436205200, 40692400, 0),
(74992, 650, 74, 'Canet-en-Roussillon', 427000000, 30166700, 0),
(74993, 650, 74, 'Capendu', 431859600, 25567700, 0),
(74994, 650, 74, 'Cardet', 440275000, 40811000, 0),
(74995, 650, 74, 'Castries', 436797200, 39822200, 0),
(74996, 650, 74, 'Cavanac', 431694000, 23272000, 0),
(74997, 650, 74, 'Caveirac', 438243700, 42666400, 0),
(74998, 650, 74, 'Cendras', 441500000, 40666700, 0),
(74999, 650, 74, 'Ceret', 424853300, 27480400, 0),
(75000, 650, 74, 'Cervera de la Marenda', 424409400, 31651800, 0),
(75001, 650, 74, 'Cessenon-sur-Orb', 434501100, 30515400, 0),
(75002, 650, 74, 'Chanac', 444661400, 33432600, 0),
(75003, 650, 74, 'Chirac', 445228900, 32665200, 0),
(75004, 650, 74, 'Clermont-l''Herault', 436281000, 34331000, 0),
(75005, 650, 74, 'Codognan', 437303400, 42212000, 0),
(75006, 650, 74, 'Collioure', 425246200, 30823500, 0),
(75007, 650, 74, 'Combaillaux', 436719200, 37676700, 0),
(75008, 650, 74, 'Connaux', 440891900, 45938700, 0),
(75009, 650, 74, 'Conques-sur-Orbiel', 432666700, 24166700, 0),
(75010, 650, 74, 'Corneilla-del-Vercol', 426239000, 29521600, 0),
(75011, 650, 74, 'Couiza', 429419800, 22545300, 0),
(75012, 650, 74, 'Cournonsec', 435494400, 37055600, 0),
(75013, 650, 74, 'Cournonterral', 435588900, 37200000, 0),
(75014, 650, 74, 'Cuxac-d''Aude', 432464000, 30000000, 0),
(75015, 650, 74, 'Esperaza', 429322500, 22200600, 0),
(75016, 650, 74, 'Font-Romeu-Odeillo-Via', 424983000, 20347000, 0),
(75017, 650, 74, 'Fontes', 435408000, 33800000, 0),
(75018, 650, 74, 'Formigueres', 426156000, 21025000, 0),
(75019, 650, 74, 'Fosse', 427892000, 24319000, 0),
(75020, 650, 74, 'Fourques', 436945000, 46093200, 0),
(75021, 650, 74, 'Gallargues-le-Montueux', 437166700, 41666700, 0),
(75022, 650, 74, 'Garons', 437686000, 44275300, 0),
(75023, 650, 74, 'Generac', 437283000, 43500000, 0),
(75024, 650, 74, 'Generargues', 440828000, 39842000, 0),
(75025, 650, 74, 'Gignac', 436520000, 35509000, 0),
(75026, 650, 74, 'Ginestas', 432664500, 28703800, 0),
(75027, 650, 74, 'Gruissan', 431075900, 30865100, 0),
(75028, 650, 74, 'Herepian', 435930000, 31159500, 0),
(75029, 650, 74, 'Ille-sur-Tet', 426706900, 26216200, 0),
(75030, 650, 74, 'Jacou', 436613900, 39122200, 0),
(75031, 650, 74, 'Jonquieres-Saint-Vincent', 438280900, 45632700, 0),
(75032, 650, 74, 'Junas', 437708000, 41233000, 0),
(75033, 650, 74, 'La Boissiere', 436647000, 36458000, 0),
(75034, 650, 74, 'La Grand-Combe', 442111000, 40294000, 0),
(75035, 650, 74, 'Lamalou-les-Bains', 435978600, 30805200, 0),
(75036, 650, 74, 'Langlade', 438028400, 42523200, 0),
(75037, 650, 74, 'Laroque', 439232000, 37239700, 0),
(75038, 650, 74, 'Lasalle', 440453000, 38547700, 0),
(75039, 650, 74, 'Latour-Bas-Elne', 426064600, 30020100, 0),
(75040, 650, 74, 'Laudun-l''Ardoise', 441000000, 46666700, 0),
(75041, 650, 74, 'Laure-Minervois', 432710600, 25203100, 0),
(75042, 650, 74, 'Laurens', 435223800, 31971400, 0),
(75043, 650, 74, 'Lavalette', 431842800, 22682500, 0),
(75044, 650, 74, 'Le Bosc', 437081000, 33964000, 0),
(75045, 650, 74, 'Le Boulou', 425247000, 28308000, 0),
(75046, 650, 74, 'Le Bousquet-d''Orb', 436936000, 31672000, 0),
(75047, 650, 74, 'Le Collet-de-Deze', 442464000, 39242000, 0),
(75048, 650, 74, 'Le Grau-du-Roi', 435388100, 41355900, 0),
(75049, 650, 74, 'Le Malzieu-Ville', 448569800, 33330200, 0),
(75050, 650, 74, 'Le Pouget', 435919500, 35242300, 0),
(75051, 650, 74, 'Le Soler', 426810100, 27933500, 0),
(75052, 650, 74, 'Le Vigan', 439833300, 36000000, 0),
(75053, 650, 74, 'Ledenon', 439134900, 45144400, 0),
(75054, 650, 74, 'Les Matelles', 437290500, 38136000, 0),
(75055, 650, 74, 'Leucate', 429105600, 30294400, 0),
(75056, 650, 74, 'Lezignan-Corbieres', 431976400, 27614200, 0),
(75057, 650, 74, 'Lezignan-la-Cebe', 434936800, 34370800, 0),
(75058, 650, 74, 'Lieuran-les-Beziers', 434186000, 32371900, 0),
(75059, 650, 74, 'Lunel-Viel', 436789000, 40925000, 0),
(75060, 650, 74, 'Marcorignan', 432263400, 29228100, 0),
(75061, 650, 74, 'Maureillas-las-Illas', 424901400, 28075200, 0),
(75062, 650, 74, 'Meyrueis', 441773700, 34308300, 0),
(75063, 650, 74, 'Millas', 426920300, 26950800, 0),
(75064, 650, 74, 'Mont-Louis', 425092000, 21208000, 0),
(75065, 650, 74, 'Montarnaud', 436474300, 36969000, 0),
(75066, 650, 74, 'Montblanc', 433948600, 33675200, 0),
(75067, 650, 74, 'Montesquieu-des-Alberes', 425181000, 28822000, 0),
(75068, 650, 74, 'Montfaucon', 440724400, 47550400, 0),
(75069, 650, 74, 'Montpeyroux', 436959000, 35054200, 0),
(75070, 650, 74, 'Montrodat', 445503800, 33292800, 0),
(75071, 650, 74, 'Moureze', 436200000, 33567000, 0),
(75072, 650, 74, 'Moussan', 432309100, 29500000, 0),
(75073, 650, 74, 'Nezignan-l''Eveque', 434222000, 34069000, 0),
(75074, 650, 74, 'Nissan-lez-Enserune', 432896200, 31270500, 0),
(75075, 650, 74, 'Olargues', 435572000, 29153000, 0),
(75076, 650, 74, 'Osseja', 424138300, 19819200, 0),
(75077, 650, 74, 'Ouveillan', 432891500, 29712400, 0),
(75078, 650, 74, 'Palau-del-Vidre', 425716200, 29603300, 0),
(75079, 650, 74, 'Pennautier', 432451200, 23189200, 0),
(75080, 650, 74, 'Pepieux', 432973500, 26795200, 0),
(75081, 650, 74, 'Peyrestortes', 427548000, 28523200, 0),
(75082, 650, 74, 'Peyriac-de-Mer', 430872000, 29583200, 0),
(75083, 650, 74, 'Pezilla-la-Riviere', 426953600, 27711500, 0),
(75084, 650, 74, 'Pia', 427449000, 29193000, 0),
(75085, 650, 74, 'Pieusse', 430810000, 22334000, 0),
(75086, 650, 74, 'Ponteilla', 426259400, 28133500, 0),
(75087, 650, 74, 'Port-la-Nouvelle', 430199100, 30436600, 0),
(75088, 650, 74, 'Portel-des-Corbieres', 430500000, 29166700, 0),
(75089, 650, 74, 'Premian', 435250000, 28311000, 0),
(75090, 650, 74, 'Puimisson', 434408000, 32081000, 0),
(75091, 650, 74, 'Puisserguier', 433676700, 30404700, 0),
(75092, 650, 74, 'Quarante', 433471100, 29622800, 0),
(75093, 650, 74, 'Quillan', 428757900, 21817600, 0),
(75094, 650, 74, 'Quissac', 439134100, 39992000, 0),
(75095, 650, 74, 'Redessan', 438311700, 44977100, 0),
(75096, 650, 74, 'Restinclieres', 437225200, 40347600, 0),
(75097, 650, 74, 'Ribaute-les-Tavernes', 440372400, 40804600, 0),
(75098, 650, 74, 'Rieux-Minervois', 432819400, 25868700, 0),
(75099, 650, 74, 'Rodilhan', 438272500, 44308800, 0),
(75100, 650, 74, 'Roquefort-des-Corbieres', 429917000, 29542000, 0),
(75101, 650, 74, 'Roquemaure', 440494400, 47774000, 0),
(75102, 650, 74, 'Rousson', 441913600, 41478600, 0),
(75103, 650, 74, 'Saint-Alexandre', 442274100, 46208100, 0),
(75104, 650, 74, 'Saint-Aunes', 436408300, 39658300, 0),
(75105, 650, 74, 'Saint-Bauzille-de-Putois', 438945400, 37358000, 0),
(75106, 650, 74, 'Saint-Chaptes', 439717200, 42781200, 0),
(75107, 650, 74, 'Saint-Chinian', 434223800, 29464300, 0),
(75108, 650, 74, 'Saint-Christol-les-Ales', 440825600, 40750600, 0),
(75109, 650, 74, 'Saint-Drezery', 437299100, 39762000, 0),
(75110, 650, 74, 'Saint-Genies-de-Malgoires', 439500000, 42166700, 0),
(75111, 650, 74, 'Saint-Genis-des-Fontaines', 425425000, 29228000, 0),
(75112, 650, 74, 'Saint-Georges-d''Orques', 436114000, 37814000, 0),
(75113, 650, 74, 'Saint-Hippolyte-du-Fort', 439636200, 38557200, 0),
(75114, 650, 74, 'Saint-Jean-de-Fos', 437010000, 35517100, 0),
(75115, 650, 74, 'Saint-Julien-les-Rosiers', 441744500, 41080300, 0),
(75116, 650, 74, 'Saint-Laurent-d''Aigouze', 436353000, 41961000, 0),
(75117, 650, 74, 'Saint-Laurent-de-la-Salanque', 427727000, 29899800, 0),
(75118, 650, 74, 'Saint-Laurent-des-Arbres', 440549300, 47002600, 0),
(75119, 650, 74, 'Saint-Martin-Lalande', 432992800, 20200400, 0),
(75120, 650, 74, 'Saint-Martin-de-Londres', 437904000, 37306600, 0),
(75121, 650, 74, 'Saint-Martin-de-Valgalgues', 441631500, 40836400, 0),
(75122, 650, 74, 'Saint-Mathieu-de-Treviers', 437679500, 38581400, 0),
(75123, 650, 74, 'Saint-Pargoire', 435276600, 35187000, 0),
(75124, 650, 74, 'Saint-Paul-de-Fenouillet', 428093800, 25037400, 0),
(75125, 650, 74, 'Saint-Paul-et-Valmalle', 436272000, 36756000, 0),
(75126, 650, 74, 'Saint-Paulet-de-Caisson', 442605500, 45978500, 0),
(75127, 650, 74, 'Saint-Siffret', 440181000, 44669000, 0),
(75128, 650, 74, 'Saint-Thibery', 433965800, 34177400, 0),
(75129, 650, 74, 'Sainte-Marie-Plage', 427249800, 30375100, 0),
(75130, 650, 74, 'Salindres', 441717400, 41602000, 0),
(75131, 650, 74, 'Salleles-d''Aude', 432600000, 29467000, 0),
(75132, 650, 74, 'Salses-le-Chateau', 428333300, 29166700, 0),
(75133, 650, 74, 'Sant Andreu de Sureda', 425520100, 29712900, 0),
(75134, 650, 74, 'Sant Joan de Pladecorts', 425106900, 27909100, 0),
(75135, 650, 74, 'Sant Llorenc de Cerdans', 423847300, 26132000, 0),
(75136, 650, 74, 'Saturargues', 437233000, 41142000, 0),
(75137, 650, 74, 'Sauveterre', 440228200, 47934700, 0),
(75138, 650, 74, 'Sauvian', 432929300, 32602400, 0),
(75139, 650, 74, 'Saze', 439434000, 46809600, 0),
(75140, 650, 74, 'Sernhac', 439111600, 45503900, 0),
(75141, 650, 74, 'Sorede', 425314000, 29575000, 0),
(75142, 650, 74, 'Sussargues', 437125000, 40031000, 0),
(75143, 650, 74, 'Theza', 426379700, 29510800, 0),
(75144, 650, 74, 'Thezan-les-Beziers', 434166700, 31666700, 0),
(75145, 650, 74, 'Toulouges', 426696100, 28300800, 0),
(75146, 650, 74, 'Trebes', 432106400, 24416500, 0),
(75147, 650, 74, 'Tresques', 441068900, 45874000, 0),
(75148, 650, 74, 'Trouillas', 426108900, 28082100, 0),
(75149, 650, 74, 'Vallabregues', 438530700, 46266200, 0),
(75150, 650, 74, 'Valleraugue', 440813000, 36415400, 0),
(75151, 650, 74, 'Vendemian', 435825000, 35619000, 0),
(75152, 650, 74, 'Venejan', 441972900, 46542200, 0),
(75153, 650, 74, 'Vers-Pont-du-Gard', 439694000, 45250000, 0),
(75154, 650, 74, 'Vic-le-Fesq', 438700000, 40830000, 0),
(75155, 650, 74, 'Villegailhenc', 432686700, 23547000, 0),
(75156, 650, 74, 'Villelongue-de-la-Salanque', 427263700, 29824000, 0),
(75157, 650, 74, 'Villemolaque', 425881500, 28389000, 0),
(75158, 650, 74, 'Villeneuve-la-Comptal', 432883300, 19177300, 0),
(75159, 650, 74, 'Villeneuve-les-Maguelone', 435333300, 38666700, 0),
(75160, 650, 74, 'Villetelle', 437310500, 41365800, 0),
(75161, 650, 74, 'Villeveyrac', 435009500, 36072300, 0),
(75162, 650, 74, 'els Banys d''Arles', 424728900, 26691600, 0),
(75163, 651, 74, 'Ajain', 462063500, 19985000, 0),
(75164, 651, 74, 'Allassac', 452581600, 14753200, 0),
(75165, 651, 74, 'Ambazac', 459598300, 14006300, 0),
(75166, 651, 74, 'Auzances', 460284900, 25004200, 0),
(75167, 651, 74, 'Beaulieu-sur-Dordogne', 449782600, 18383500, 0),
(75168, 651, 74, 'Bellac', 461166700, 10500000, 0),
(75169, 651, 74, 'Bessines-sur-Gartempe', 461079900, 13686500, 0),
(75170, 651, 74, 'Boisseuil', 457697700, 13333300, 0),
(75171, 651, 74, 'Bonnat', 463333300, 19000000, 0),
(75172, 651, 74, 'Bort-les-Orgues', 454000000, 25000000, 0),
(75173, 651, 74, 'Bosmie-l''Aiguille', 457500000, 12000000, 0),
(75174, 651, 74, 'Bourganeuf', 459526800, 17552000, 0),
(75175, 651, 74, 'Boussac', 463497000, 22156000, 0),
(75176, 651, 74, 'Bussiere-Dunoise', 462589800, 17621600, 0),
(75177, 651, 74, 'Bussiere-Poitevine', 462354300, 9053000, 0),
(75178, 651, 74, 'Chambon-sur-Voueize', 461893800, 24256800, 0),
(75179, 651, 74, 'Chaptelat', 459096200, 12601800, 0),
(75180, 651, 74, 'Chateau-Chervix', 456086000, 13547000, 0),
(75181, 651, 74, 'Chateauneuf-la-Foret', 457143600, 16061000, 0),
(75182, 651, 74, 'Chateauponsac', 461353600, 12762300, 0),
(75183, 651, 74, 'Condat-sur-Vienne', 457864800, 12845400, 0),
(75184, 651, 74, 'Cornil', 452116800, 16920400, 0),
(75185, 651, 74, 'Correze', 453727400, 18746500, 0),
(75186, 651, 74, 'Donzenac', 452279500, 15237500, 0),
(75187, 651, 74, 'Dun-le-Palestel', 463000000, 16666700, 0),
(75188, 651, 74, 'Feytiat', 458090500, 13303300, 0),
(75189, 651, 74, 'Juillac', 453187500, 13228200, 0),
(75190, 651, 74, 'La Courtine', 457000000, 22666700, 0),
(75191, 651, 74, 'La Souterraine', 462371400, 14870100, 0),
(75192, 651, 74, 'Laguenne', 452425700, 17809600, 0),
(75193, 651, 74, 'Le Dorat', 462151400, 10815200, 0),
(75194, 651, 74, 'Le Grand-Bourg', 461601800, 16446600, 0),
(75195, 651, 74, 'Le Palais-sur-Vienne', 458638000, 13220700, 0),
(75196, 651, 74, 'Le Vigen', 457514900, 12886500, 0),
(75197, 651, 74, 'Lubersac', 454439400, 14041800, 0),
(75198, 651, 74, 'Meymac', 455348700, 21450200, 0),
(75199, 651, 74, 'Meyssac', 450557100, 16738600, 0),
(75200, 651, 74, 'Nantiat', 460091000, 11730800, 0),
(75201, 651, 74, 'Objat', 452623800, 14078100, 0),
(75202, 651, 74, 'Oradour-sur-Glane', 459340500, 10317000, 0),
(75203, 651, 74, 'Peyrat-le-Chateau', 458157800, 17723300, 0),
(75204, 651, 74, 'Pierre-Buffiere', 456919300, 13619300, 0),
(75205, 651, 74, 'Rilhac-Rancon', 459000000, 13166700, 0),
(75206, 651, 74, 'Rochechouart', 458166700, 8166700, 0),
(75207, 651, 74, 'Saint-Clement', 453418800, 16857300, 0),
(75208, 651, 74, 'Saint-Junien', 458886700, 9014300, 0),
(75209, 651, 74, 'Saint-Just-le-Martel', 458635100, 13882900, 0),
(75210, 651, 74, 'Saint-Laurent-sur-Gorre', 457705200, 9585900, 0),
(75211, 651, 74, 'Saint-Leonard-de-Noblat', 458356600, 14917400, 0),
(75212, 651, 74, 'Saint-Sulpice-le-Gueretois', 462009700, 18282600, 0),
(75213, 651, 74, 'Saint-Sulpice-les-Feuilles', 463186800, 13679200, 0),
(75214, 651, 74, 'Saint-Vaury', 462041700, 17565400, 0),
(75215, 651, 74, 'Saint-Viance', 452175200, 14528400, 0),
(75216, 651, 74, 'Saint-Victurnien', 458785500, 10137600, 0),
(75217, 651, 74, 'Saint-Yrieix-la-Perche', 455160400, 12056900, 0),
(75218, 651, 74, 'Sainte-Feyre', 461390000, 19151700, 0),
(75219, 651, 74, 'Sauviat-sur-Vige', 459072000, 16082700, 0),
(75220, 651, 74, 'Sereilhac', 457684300, 10805200, 0),
(75221, 651, 74, 'Treignac', 455355800, 17962100, 0),
(75222, 651, 74, 'Turenne', 450542000, 15825000, 0),
(75223, 651, 74, 'Ussac', 451938900, 15133700, 0),
(75224, 651, 74, 'Uzerche', 454212000, 15639500, 0),
(75225, 651, 74, 'Varetz', 451939000, 14512100, 0),
(75226, 651, 74, 'Voutezac', 452924600, 14371400, 0),
(75227, 652, 74, 'Abaucourt-Hautecourt', 491970000, 55405000, 0),
(75228, 652, 74, 'Abreschviller', 486364700, 70946600, 0),
(75229, 652, 74, 'Amanvillers', 491669100, 60422000, 0),
(75230, 652, 74, 'Ancerville', 486357400, 50209100, 0),
(75231, 652, 74, 'Angevillers', 493845900, 60391300, 0),
(75232, 652, 74, 'Anould', 481852600, 69459700, 0),
(75233, 652, 74, 'Argancy', 491967000, 62013800, 0),
(75234, 652, 74, 'Ars-Laquenexy', 490942000, 62719000, 0),
(75235, 652, 74, 'Art-sur-Meurthe', 486558900, 62661200, 0),
(75236, 652, 74, 'Audun-le-Roman', 493687800, 58956400, 0),
(75237, 652, 74, 'Audun-le-Tiche', 494722800, 59569400, 0),
(75238, 652, 74, 'Augny', 490611100, 61183500, 0),
(75239, 652, 74, 'Aumetz', 494129400, 59491600, 0),
(75240, 652, 74, 'Azerailles', 484886000, 66953000, 0),
(75241, 652, 74, 'Bains-les-Bains', 480011300, 62649200, 0),
(75242, 652, 74, 'Bainville-sur-Madon', 485880700, 60958200, 0),
(75243, 652, 74, 'Bambiderstroff', 491036000, 65939000, 0),
(75244, 652, 74, 'Ban-de-Laveline', 482449800, 70659300, 0),
(75245, 652, 74, 'Basse-Ham', 493871300, 62422800, 0),
(75246, 652, 74, 'Basse-Rentgen', 494836000, 62039000, 0),
(75247, 652, 74, 'Bayon', 484736600, 63158300, 0),
(75248, 652, 74, 'Beaufremont', 482575000, 57553000, 0),
(75249, 652, 74, 'Beausite', 489686000, 51928000, 0),
(75250, 652, 74, 'Belleville-sur-Meuse', 491786300, 53719000, 0),
(75251, 652, 74, 'Bertrimoutier', 482725000, 70550000, 0),
(75252, 652, 74, 'Blainville-sur-l''Eau', 485561000, 64075000, 0),
(75253, 652, 74, 'Blenod-les-Toul', 485981400, 58395600, 0),
(75254, 652, 74, 'Bouligny', 492918900, 57424800, 0),
(75255, 652, 74, 'Bousse', 492792500, 61952500, 0),
(75256, 652, 74, 'Bouxieres-aux-Dames', 487519400, 61691800, 0),
(75257, 652, 74, 'Bras-sur-Meuse', 492111000, 53775000, 0),
(75258, 652, 74, 'Bulgneville', 482069400, 58343000, 0),
(75259, 652, 74, 'Bussang', 478844900, 68527200, 0),
(75260, 652, 74, 'Ceintrey', 485258000, 61658000, 0),
(75261, 652, 74, 'Champenoux', 487417400, 63503200, 0),
(75262, 652, 74, 'Chanteheux', 485993800, 65286000, 0),
(75263, 652, 74, 'Chateau-Salins', 488188500, 65145500, 0),
(75264, 652, 74, 'Chavelot', 482345800, 64380900, 0),
(75265, 652, 74, 'Chavigny', 486288700, 61259900, 0),
(75266, 652, 74, 'Chenevieres', 485194000, 66317000, 0),
(75267, 652, 74, 'Cirey-sur-Vezouze', 485800000, 69500000, 0),
(75268, 652, 74, 'Clermont-en-Argonne', 491071100, 50700200, 0),
(75269, 652, 74, 'Clouange', 492624000, 60972300, 0),
(75270, 652, 74, 'Commercy', 487612800, 55906700, 0),
(75271, 652, 74, 'Consenvoye', 492878000, 52867000, 0),
(75272, 652, 74, 'Corcieux', 481723600, 68814800, 0),
(75273, 652, 74, 'Cosnes-et-Romain', 495194300, 57176500, 0),
(75274, 652, 74, 'Courcelles-sur-Nied', 490669000, 63083000, 0),
(75275, 652, 74, 'Cousances-les-Forges', 486111000, 50850000, 0),
(75276, 652, 74, 'Custines', 487936300, 61483500, 0),
(75277, 652, 74, 'Cuvry', 490439000, 61600000, 0),
(75278, 652, 74, 'Dabo', 486537100, 72363600, 0),
(75279, 652, 74, 'Damelevieres', 485573600, 63861100, 0),
(75280, 652, 74, 'Darney', 480866000, 60491700, 0),
(75281, 652, 74, 'Darnieulles', 481995000, 63492900, 0),
(75282, 652, 74, 'Delme', 488878000, 63931000, 0),
(75283, 652, 74, 'Deyvillers', 482001300, 65153300, 0),
(75284, 652, 74, 'Diesen', 491780000, 66803500, 0),
(75285, 652, 74, 'Dieue-sur-Meuse', 490720000, 54224800, 0),
(75286, 652, 74, 'Dieuze', 488126300, 67178000, 0),
(75287, 652, 74, 'Distroff', 493330400, 62644800, 0),
(75288, 652, 74, 'Docelles', 481447500, 66128800, 0),
(75289, 652, 74, 'Dogneville', 482225100, 64594400, 0),
(75290, 652, 74, 'Dompaire', 482225000, 62231000, 0),
(75291, 652, 74, 'Dun-sur-Meuse', 493867000, 51839000, 0),
(75292, 652, 74, 'Einville-au-Jard', 486532300, 64878600, 0),
(75293, 652, 74, 'Enchenberg', 490122100, 73404900, 0),
(75294, 652, 74, 'Fains-Veel', 487833300, 51333300, 0),
(75295, 652, 74, 'Fenetrange', 488464000, 70205000, 0),
(75296, 652, 74, 'Fleury', 490400200, 61943500, 0),
(75297, 652, 74, 'Folkling', 491472000, 68950000, 0),
(75298, 652, 74, 'Folschviller', 490706200, 66894800, 0),
(75299, 652, 74, 'Fontoy', 493562400, 59993600, 0),
(75300, 652, 74, 'Fresse-sur-Moselle', 478758900, 67858900, 0),
(75301, 652, 74, 'Gandrange', 492707100, 61224900, 0),
(75302, 652, 74, 'Giraumont', 491731300, 59115900, 0),
(75303, 652, 74, 'Girecourt-sur-Durbion', 482478000, 66006000, 0),
(75304, 652, 74, 'Gironcourt-sur-Vraine', 483119000, 59342000, 0),
(75305, 652, 74, 'Goetzenbruck', 489777800, 73796000, 0),
(75306, 652, 74, 'Gondreville', 486943600, 59655100, 0),
(75307, 652, 74, 'Gorze', 490533500, 60014100, 0),
(75308, 652, 74, 'Granges-sur-Vologne', 481451700, 67909500, 0),
(75309, 652, 74, 'Gros-Rederching', 490678700, 72188900, 0),
(75310, 652, 74, 'Grosbliederstroff', 491580800, 70241300, 0),
(75311, 652, 74, 'Hagondange', 492513400, 61681200, 0),
(75312, 652, 74, 'Ham-sous-Varsberg', 491803100, 66462600, 0),
(75313, 652, 74, 'Hargarten-aux-Mines', 492242900, 66094200, 0),
(75314, 652, 74, 'Haroue', 484694000, 61786000, 0),
(75315, 652, 74, 'Harreberg', 486667000, 71711000, 0),
(75316, 652, 74, 'Haucourt-Moulaine', 494902200, 58028400, 0),
(75317, 652, 74, 'Hayange', 493342800, 60526800, 0),
(75318, 652, 74, 'Hettange-Grande', 494063900, 61505700, 0),
(75319, 652, 74, 'Holving', 490096500, 69652900, 0),
(75320, 652, 74, 'Hussigny-Godbrange', 494911900, 58668300, 0),
(75321, 652, 74, 'Illange', 493308400, 61816600, 0),
(75322, 652, 74, 'Jarville-la-Malgrange', 486690700, 62063600, 0),
(75323, 652, 74, 'Jeandelize', 491633000, 57900000, 0),
(75324, 652, 74, 'Jeanmenil', 483356000, 66876900, 0),
(75325, 652, 74, 'Joudreville', 492856000, 57783200, 0),
(75326, 652, 74, 'Kedange-sur-Canner', 493079100, 63372000, 0),
(75327, 652, 74, 'Knutange', 493430800, 60329700, 0),
(75328, 652, 74, 'Kuntzig', 493486700, 62338100, 0),
(75329, 652, 74, 'La Bresse', 479997400, 68649900, 0),
(75330, 652, 74, 'Laitre-sous-Amance', 487472000, 62761000, 0),
(75331, 652, 74, 'Lamarche', 480696700, 57814100, 0),
(75332, 652, 74, 'Laveline-devant-Bruyeres', 481847000, 67603000, 0),
(75333, 652, 74, 'Lay-Saint-Christophe', 487486700, 61977600, 0),
(75334, 652, 74, 'Le Syndicat', 480173300, 66843600, 0),
(75335, 652, 74, 'Le Tholy', 480822900, 67435100, 0),
(75336, 652, 74, 'Lepanges-sur-Vologne', 481731000, 66719000, 0),
(75337, 652, 74, 'Les Forges', 481774700, 63884600, 0),
(75338, 652, 74, 'Les Hauts-de-Chee', 488681000, 51675000, 0),
(75339, 652, 74, 'Lexy', 495035600, 57338000, 0),
(75340, 652, 74, 'Liffol-le-Grand', 483177100, 55812500, 0),
(75341, 652, 74, 'Ligny-en-Barrois', 486886100, 53254300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(75342, 652, 74, 'Liverdun', 487508400, 60642400, 0),
(75343, 652, 74, 'Lixheim', 487756000, 71428000, 0),
(75344, 652, 74, 'Lixing-les-Saint-Avold', 490378000, 67531000, 0),
(75345, 652, 74, 'Longeville-en-Barrois', 487424200, 52090500, 0),
(75346, 652, 74, 'Longlaville', 495345500, 58020300, 0),
(75347, 652, 74, 'Lorquin', 486697200, 69957900, 0),
(75348, 652, 74, 'Macheren', 491004500, 67738000, 0),
(75349, 652, 74, 'Maidieres', 489002900, 60398800, 0),
(75350, 652, 74, 'Malroy', 491769000, 62131000, 0),
(75351, 652, 74, 'Mancieulles', 492855300, 58971000, 0),
(75352, 652, 74, 'Marbache', 487957200, 60975200, 0),
(75353, 652, 74, 'Marly', 490666700, 61500000, 0),
(75354, 652, 74, 'Marville', 494528000, 54567000, 0),
(75355, 652, 74, 'Mereville', 485913800, 61508600, 0),
(75356, 652, 74, 'Merten', 492491000, 66663200, 0),
(75357, 652, 74, 'Messein', 486112900, 61407300, 0),
(75358, 652, 74, 'Mey', 491372000, 62367000, 0),
(75359, 652, 74, 'Mondelange', 492646900, 61708700, 0),
(75360, 652, 74, 'Montauville', 489001400, 60205500, 0),
(75361, 652, 74, 'Montenach', 494203000, 63814000, 0),
(75362, 652, 74, 'Montmedy', 495209600, 53683500, 0),
(75363, 652, 74, 'Montois-la-Montagne', 492175200, 60230500, 0),
(75364, 652, 74, 'Moulins-les-Metz', 491031800, 61072100, 0),
(75365, 652, 74, 'Moussey', 484308000, 70236000, 0),
(75366, 652, 74, 'Neuves-Maisons', 486202900, 61069800, 0),
(75367, 652, 74, 'Noisseville', 491353000, 62744000, 0),
(75368, 652, 74, 'Nomeny', 489000000, 62333300, 0),
(75369, 652, 74, 'Nomexy', 483074100, 63857200, 0),
(75370, 652, 74, 'Onville', 490175000, 59708000, 0),
(75371, 652, 74, 'Ottange', 494419100, 60173400, 0),
(75372, 652, 74, 'Petit-Rederching', 490577600, 73051000, 0),
(75373, 652, 74, 'Piennes', 493059100, 57883600, 0),
(75374, 652, 74, 'Plainfaing', 481728400, 70153800, 0),
(75375, 652, 74, 'Pontpierre', 490425000, 66431000, 0),
(75376, 652, 74, 'Porcelette', 491553800, 66581000, 0),
(75377, 652, 74, 'Pouxeux', 481062000, 65730000, 0),
(75378, 652, 74, 'Provencheres-sur-Fave', 483078000, 70794000, 0),
(75379, 652, 74, 'Pulnoy', 487029200, 62579200, 0),
(75380, 652, 74, 'Puttelange-aux-Lacs', 490531000, 69317000, 0),
(75381, 652, 74, 'Raon-l''Etape', 484100000, 68400000, 0),
(75382, 652, 74, 'Rehon', 495047700, 57475500, 0),
(75383, 652, 74, 'Remilly', 490121800, 63958300, 0),
(75384, 652, 74, 'Remiremont', 480175400, 65882000, 0),
(75385, 652, 74, 'Richardmenil', 485985100, 61699200, 0),
(75386, 652, 74, 'Richemont', 492769000, 61626800, 0),
(75387, 652, 74, 'Robert-Espagne', 487447000, 50331000, 0),
(75388, 652, 74, 'Rodemack', 494697000, 62369000, 0),
(75389, 652, 74, 'Rosselange', 492582100, 60697500, 0),
(75390, 652, 74, 'Rouhling', 491345000, 69942900, 0),
(75391, 652, 74, 'Rouvres-en-Xaintois', 483103000, 60325000, 0),
(75392, 652, 74, 'Rozerieulles', 491068000, 60823800, 0),
(75393, 652, 74, 'Rupt-sur-Moselle', 479227100, 66629100, 0),
(75394, 652, 74, 'Saint-Ame', 480238800, 66641600, 0),
(75395, 652, 74, 'Saint-Etienne-les-Remiremont', 480228700, 66086800, 0),
(75396, 652, 74, 'Saint-Maurice-sur-Moselle', 478588900, 68247800, 0),
(75397, 652, 74, 'Saint-Michel-sur-Meurthe', 483221900, 68902400, 0),
(75398, 652, 74, 'Saint-Nabord', 480517100, 65824800, 0),
(75399, 652, 74, 'Saint-Nicolas-de-Port', 486308900, 63003800, 0),
(75400, 652, 74, 'Saint-Privat-la-Montagne', 491878900, 60383200, 0),
(75401, 652, 74, 'Sainte-Marguerite', 482673500, 69843900, 0),
(75402, 652, 74, 'Sainte-Marie-aux-Chenes', 491916800, 60006500, 0),
(75403, 652, 74, 'Saizerais', 487908300, 60447200, 0),
(75404, 652, 74, 'Sampigny', 488256000, 55117000, 0),
(75405, 652, 74, 'Sarralbe', 489985800, 70307400, 0),
(75406, 652, 74, 'Saudrupt', 487003000, 50683000, 0),
(75407, 652, 74, 'Saulcy-sur-Meurthe', 482375800, 69644300, 0),
(75408, 652, 74, 'Saulnes', 495355500, 58262900, 0),
(75409, 652, 74, 'Saulny', 491583500, 61049800, 0),
(75410, 652, 74, 'Saulxures-sur-Moselotte', 479489400, 67704000, 0),
(75411, 652, 74, 'Schoeneck', 492166700, 69166700, 0),
(75412, 652, 74, 'Scy-Chazelles', 491136000, 61161000, 0),
(75413, 652, 74, 'Seingbouse', 491172400, 68302400, 0),
(75414, 652, 74, 'Semecourt', 491939000, 61353000, 0),
(75415, 652, 74, 'Senones', 483947500, 69781800, 0),
(75416, 652, 74, 'Seremange-Erzange', 493188700, 60902500, 0),
(75417, 652, 74, 'Sierck-les-Bains', 494399200, 63605700, 0),
(75418, 652, 74, 'Solgne', 489657700, 62963500, 0),
(75419, 652, 74, 'Soucht', 489588800, 73348800, 0),
(75420, 652, 74, 'Souilly', 490286000, 52872000, 0),
(75421, 652, 74, 'Soulosse-sous-Saint-Elophe', 484042000, 57342000, 0),
(75422, 652, 74, 'Stuckange', 493269000, 62406000, 0),
(75423, 652, 74, 'Taintrux', 482494400, 68996300, 0),
(75424, 652, 74, 'Talange', 492367000, 61728200, 0),
(75425, 652, 74, 'Theding', 491294100, 68931500, 0),
(75426, 652, 74, 'Thiaucourt-Regnieville', 489550000, 58669000, 0),
(75427, 652, 74, 'Thiefosse', 479722000, 67308000, 0),
(75428, 652, 74, 'Thierville-sur-Meuse', 491705000, 53526600, 0),
(75429, 652, 74, 'Thil', 494746400, 59079000, 0),
(75430, 652, 74, 'Tonnoy', 485519000, 62506000, 0),
(75431, 652, 74, 'Treveray', 486108000, 53986000, 0),
(75432, 652, 74, 'Trieux', 493244600, 59364400, 0),
(75433, 652, 74, 'Uxegney', 481965200, 63697100, 0),
(75434, 652, 74, 'Val-d''Ornain', 488025000, 50694000, 0),
(75435, 652, 74, 'Valleroy', 492090500, 59383000, 0),
(75436, 652, 74, 'Vantoux', 491306000, 62314000, 0),
(75437, 652, 74, 'Vany', 491575000, 62425000, 0),
(75438, 652, 74, 'Varangeville', 486360500, 63211200, 0),
(75439, 652, 74, 'Vaucouleurs', 486031300, 56665900, 0),
(75440, 652, 74, 'Vecoux', 479779700, 66365100, 0),
(75441, 652, 74, 'Velaine-en-Haye', 487038300, 60212200, 0),
(75442, 652, 74, 'Velaines', 486988000, 53048300, 0),
(75443, 652, 74, 'Verneville', 491472000, 60033000, 0),
(75444, 652, 74, 'Vezelise', 484868200, 60889400, 0),
(75445, 652, 74, 'Vigneulles-les-Hattonchatel', 489815200, 57046400, 0),
(75446, 652, 74, 'Vignot', 487741800, 56090400, 0),
(75447, 652, 74, 'Ville-en-Vermois', 486150000, 62547000, 0),
(75448, 652, 74, 'Villers-la-Montagne', 494710800, 58241200, 0),
(75449, 652, 74, 'Villing', 492819000, 66317000, 0),
(75450, 652, 74, 'Villotte-sur-Aire', 488597000, 53422000, 0),
(75451, 652, 74, 'Vincey', 483374900, 63313400, 0),
(75452, 652, 74, 'Viterne', 485886000, 60336000, 0),
(75453, 652, 74, 'Vitry-sur-Orne', 492655400, 61111300, 0),
(75454, 652, 74, 'Vittel', 482008500, 59484300, 0),
(75455, 652, 74, 'Void-Vacon', 486886000, 56189000, 0),
(75456, 652, 74, 'Volmerange-les-Mines', 494434200, 60819000, 0),
(75457, 652, 74, 'Woelfling-les-Sarreguemines', 490861000, 71747000, 0),
(75458, 652, 74, 'Woustviller', 490763600, 70048700, 0),
(75459, 653, 74, 'Aiguefonde', 434939400, 23168600, 0),
(75460, 653, 74, 'Albias', 440904900, 14482100, 0),
(75461, 653, 74, 'Alvignac', 448278000, 16936000, 0),
(75462, 653, 74, 'Andrest', 433199800, 640500, 0),
(75463, 653, 74, 'Arreau', 429061000, 3597000, 0),
(75464, 653, 74, 'Arthes', 439574500, 22113000, 0),
(75465, 653, 74, 'Aureilhan', 432433700, 958100, 0),
(75466, 653, 74, 'Aureville', 434825000, 14533000, 0),
(75467, 653, 74, 'Auriac-sur-Vendinelle', 435241600, 18264000, 0),
(75468, 653, 74, 'Auvillar', 440686300, 9019200, 0),
(75469, 653, 74, 'Auzeville-Tolosane', 435277800, 14824000, 0),
(75470, 653, 74, 'Bagneres-de-Bigorre', 430666700, 1500000, 0),
(75471, 653, 74, 'Baraqueville', 442765500, 24318400, 0),
(75472, 653, 74, 'Barbazan', 430333000, 6239000, 0),
(75473, 653, 74, 'Barcelonne-du-Gers', 437036000, -2361900, 0),
(75474, 653, 74, 'Bazet', 432914500, 672800, 0),
(75475, 653, 74, 'Beaumont-de-Lomagne', 438828600, 9876200, 0),
(75476, 653, 74, 'Beaumont-sur-Leze', 433809500, 13582600, 0),
(75477, 653, 74, 'Belmont-sur-Rance', 438198100, 27552400, 0),
(75478, 653, 74, 'Benac', 429558000, 15325000, 0),
(75479, 653, 74, 'Bernac-Debat', 431678000, 1094000, 0),
(75480, 653, 74, 'Bessieres', 437986100, 16062400, 0),
(75481, 653, 74, 'Biars-sur-Cere', 449262900, 18540300, 0),
(75482, 653, 74, 'Blaye-les-Mines', 440307300, 21316600, 0),
(75483, 653, 74, 'Boulin', 432519000, 1397000, 0),
(75484, 653, 74, 'Bouloc', 437816300, 14052200, 0),
(75485, 653, 74, 'Boussens', 431767000, 9736000, 0),
(75486, 653, 74, 'Bozouls', 444705000, 27243200, 0),
(75487, 653, 74, 'Brassac', 436295900, 24976300, 0),
(75488, 653, 74, 'Brens', 438872500, 19071600, 0),
(75489, 653, 74, 'Buzet-sur-Tarn', 437797700, 16330100, 0),
(75490, 653, 74, 'Cadalen', 438493300, 19808900, 0),
(75491, 653, 74, 'Cahuzac-sur-Vere', 439826800, 19105200, 0),
(75492, 653, 74, 'Cajarc', 444854600, 18426100, 0),
(75493, 653, 74, 'Calmont', 432871800, 16303100, 0),
(75494, 653, 74, 'Camares', 438220800, 28800500, 0),
(75495, 653, 74, 'Cambon', 439136000, 22128000, 0),
(75496, 653, 74, 'Campsas', 438959100, 13267700, 0),
(75497, 653, 74, 'Capdenac', 445817000, 20700000, 0),
(75498, 653, 74, 'Capdenac-Gare', 445756700, 20807900, 0),
(75499, 653, 74, 'Capvern', 431035700, 3160400, 0),
(75500, 653, 74, 'Caraman', 435327100, 17600200, 0),
(75501, 653, 74, 'Cassagnes-Begonhes', 441689400, 25308400, 0),
(75502, 653, 74, 'Castelfranc', 445019000, 12236000, 0),
(75503, 653, 74, 'Castelnau-Montratier', 442666700, 13666700, 0),
(75504, 653, 74, 'Castelnau-de-Levis', 439397500, 20849100, 0),
(75505, 653, 74, 'Catus', 445572000, 13378000, 0),
(75506, 653, 74, 'Cauterets', 428833300, -1166700, 0),
(75507, 653, 74, 'Cazals', 446439000, 12272000, 0),
(75508, 653, 74, 'Cintegabelle', 433131600, 15333300, 0),
(75509, 653, 74, 'Cordes-sur-Ciel', 440666700, 19500000, 0),
(75510, 653, 74, 'Cornebarrieu', 436489500, 13240700, 0),
(75511, 653, 74, 'Coufouleux', 438171300, 17307800, 0),
(75512, 653, 74, 'Creissels', 440858800, 30607100, 0),
(75513, 653, 74, 'Deyme', 434803000, 15278000, 0),
(75514, 653, 74, 'Dourgne', 434838200, 21398900, 0),
(75515, 653, 74, 'Dremil-Lafage', 435962400, 16011700, 0),
(75516, 653, 74, 'Druelle', 443600600, 25050500, 0),
(75517, 653, 74, 'Eaunes', 434207900, 13539700, 0),
(75518, 653, 74, 'Eauze', 438605500, 1019900, 0),
(75519, 653, 74, 'Endoufielle', 435519000, 10242000, 0),
(75520, 653, 74, 'Escatalens', 439858000, 11897000, 0),
(75521, 653, 74, 'Fenouillet', 436804100, 13920000, 0),
(75522, 653, 74, 'Finhan', 439133500, 12212000, 0),
(75523, 653, 74, 'Fleurance', 438482400, 6630200, 0),
(75524, 653, 74, 'Flourens', 435927300, 15625900, 0),
(75525, 653, 74, 'Fontenilles', 435528600, 11909600, 0),
(75526, 653, 74, 'Frejairolles', 438809400, 22315100, 0),
(75527, 653, 74, 'Fronton', 438393100, 13893100, 0),
(75528, 653, 74, 'Gagnac-sur-Garonne', 436999000, 13753500, 0),
(75529, 653, 74, 'Gaillac-Toulza', 432553600, 14714100, 0),
(75530, 653, 74, 'Garidech', 437107600, 15603600, 0),
(75531, 653, 74, 'Gourdan-Polignan', 430709200, 5748200, 0),
(75532, 653, 74, 'Gourdon', 447333300, 13833300, 0),
(75533, 653, 74, 'Gragnague', 436809100, 15846100, 0),
(75534, 653, 74, 'Gratentour', 437236000, 14323400, 0),
(75535, 653, 74, 'Grenade', 437666700, 12833300, 0),
(75536, 653, 74, 'Grisolles', 438292000, 12967300, 0),
(75537, 653, 74, 'Juillan', 431993700, 257000, 0),
(75538, 653, 74, 'L''Isle-Jourdain', 436144000, 10817000, 0),
(75539, 653, 74, 'La Barthe-de-Neste', 430812300, 3843800, 0),
(75540, 653, 74, 'La Cavalerie', 440096100, 31584000, 0),
(75541, 653, 74, 'La Fouillade', 442307200, 20398900, 0),
(75542, 653, 74, 'La Loubiere', 443714300, 26682500, 0),
(75543, 653, 74, 'La Salvetat-Saint-Gilles', 435762200, 12719200, 0),
(75544, 653, 74, 'La Tour-du-Crieu', 431047100, 16527500, 0),
(75545, 653, 74, 'La Ville-Dieu-du-Temple', 440358000, 12181000, 0),
(75546, 653, 74, 'Labarthe-Riviere', 430810000, 6713400, 0),
(75547, 653, 74, 'Labarthe-sur-Leze', 434520600, 13996800, 0),
(75548, 653, 74, 'Labastide-Rouairoux', 434756600, 26392900, 0),
(75549, 653, 74, 'Labastide-Saint-Pierre', 439176900, 13662800, 0),
(75550, 653, 74, 'Labastide-Saint-Sernin', 437374300, 14698500, 0),
(75551, 653, 74, 'Labastide-du-Temple', 440858000, 11958000, 0),
(75552, 653, 74, 'Labruguiere', 435385800, 22639200, 0),
(75553, 653, 74, 'Lacapelle-Marival', 447277300, 19246500, 0),
(75554, 653, 74, 'Lacasse', 433987300, 12695100, 0),
(75555, 653, 74, 'Lacaune', 437066000, 26929300, 0),
(75556, 653, 74, 'Lacrouzette', 436603000, 23483800, 0),
(75557, 653, 74, 'Lafitte', 439722000, 11203000, 0),
(75558, 653, 74, 'Lafrancaise', 441279100, 12414100, 0),
(75559, 653, 74, 'Lagardelle-sur-Leze', 434114300, 13892000, 0),
(75560, 653, 74, 'Lagarrigue', 435776500, 22778400, 0),
(75561, 653, 74, 'Lagrave', 438973400, 19926800, 0),
(75562, 653, 74, 'Laguiole', 446846400, 28466600, 0),
(75563, 653, 74, 'Lamillarie', 438483000, 21594000, 0),
(75564, 653, 74, 'Landorthe', 431325000, 7847000, 0),
(75565, 653, 74, 'Lannemezan', 431251700, 3840100, 0),
(75566, 653, 74, 'Larra', 437397000, 12319000, 0),
(75567, 653, 74, 'Larrazet', 439319000, 10833000, 0),
(75568, 653, 74, 'Lasserre', 430703000, 11711000, 0),
(75569, 653, 74, 'Launac', 437435700, 11817200, 0),
(75570, 653, 74, 'Lautrec', 437059100, 21392500, 0),
(75571, 653, 74, 'Lauzerte', 442553500, 11381700, 0),
(75572, 653, 74, 'Le Fousseret', 432820500, 10662400, 0),
(75573, 653, 74, 'Le Garric', 440093200, 21643100, 0),
(75574, 653, 74, 'Le Houga', 437746400, -1783300, 0),
(75575, 653, 74, 'Le Monastere', 443416500, 25795600, 0),
(75576, 653, 74, 'Le Plan', 431678000, 11211000, 0),
(75577, 653, 74, 'Le Sequestre', 439107600, 21180400, 0),
(75578, 653, 74, 'Le Vigan', 447407500, 14396300, 0),
(75579, 653, 74, 'Lectoure', 439346400, 6210700, 0),
(75580, 653, 74, 'Leguevin', 436002800, 12323600, 0),
(75581, 653, 74, 'Les Quatre-Routes-du-Lot', 449981000, 16461000, 0),
(75582, 653, 74, 'Lespinasse', 437120600, 13846200, 0),
(75583, 653, 74, 'Leyme', 447862200, 18989700, 0),
(75584, 653, 74, 'Lezat-sur-Leze', 432773400, 13468600, 0),
(75585, 653, 74, 'Lisle-sur-Tarn', 438525000, 18109800, 0),
(75586, 653, 74, 'Livernon', 446481000, 18433000, 0),
(75587, 653, 74, 'Livinhac-le-Haut', 445921200, 22311700, 0),
(75588, 653, 74, 'Lombez', 434750000, 9111900, 0),
(75589, 653, 74, 'Longages', 433539800, 12390500, 0),
(75590, 653, 74, 'Luc-la-Primaube', 443143900, 25355200, 0),
(75591, 653, 74, 'Luz-Saint-Sauveur', 428719100, -32200, 0),
(75592, 653, 74, 'Luzenac', 427647000, 17644000, 0),
(75593, 653, 74, 'Marcillac-Vallon', 444746400, 24645400, 0),
(75594, 653, 74, 'Marsan', 436575000, 7231000, 0),
(75595, 653, 74, 'Marssac-sur-Tarn', 439176800, 20292100, 0),
(75596, 653, 74, 'Martres-Tolosane', 431992900, 10105600, 0),
(75597, 653, 74, 'Masseube', 434298400, 5781000, 0),
(75598, 653, 74, 'Mauvezin', 437314000, 8789000, 0),
(75599, 653, 74, 'Mazamet', 434900100, 23730400, 0),
(75600, 653, 74, 'Mercues', 444981000, 13864000, 0),
(75601, 653, 74, 'Mielan', 434305400, 3079400, 0),
(75602, 653, 74, 'Mirande', 435166700, 4166700, 0),
(75603, 653, 74, 'Miremont', 433699500, 14172400, 0),
(75604, 653, 74, 'Mirepoix', 430877300, 18735000, 0),
(75605, 653, 74, 'Moissac', 441023600, 10945000, 0),
(75606, 653, 74, 'Molieres', 441930500, 13631800, 0),
(75607, 653, 74, 'Mondonville', 436729600, 12859200, 0),
(75608, 653, 74, 'Monesties', 440666700, 21000000, 0),
(75609, 653, 74, 'Montaigu-de-Quercy', 443396400, 10169000, 0),
(75610, 653, 74, 'Montaigut-sur-Save', 436894700, 12313300, 0),
(75611, 653, 74, 'Montans', 438670000, 18856800, 0),
(75612, 653, 74, 'Montberon', 437158600, 14796800, 0),
(75613, 653, 74, 'Montbeton', 440166700, 13000000, 0),
(75614, 653, 74, 'Monteils', 441686200, 15760800, 0),
(75615, 653, 74, 'Montesquieu-Volvestre', 432072400, 12286200, 0),
(75616, 653, 74, 'Montgaillard', 429333300, 16333300, 0),
(75617, 653, 74, 'Montgiscard', 434607200, 15673800, 0),
(75618, 653, 74, 'Montjoie-en-Couserans', 430025000, 11600000, 0),
(75619, 653, 74, 'Montrabe', 436447700, 15238400, 0),
(75620, 653, 74, 'Montredon-Labessonnie', 437172300, 23245400, 0),
(75621, 653, 74, 'Montrejeau', 430855500, 5647000, 0),
(75622, 653, 74, 'Naucelle', 441981000, 23431000, 0),
(75623, 653, 74, 'Olemps', 443463800, 25514000, 0),
(75624, 653, 74, 'Ordan-Larroque', 436883000, 4617000, 0),
(75625, 653, 74, 'Orgueil', 439061800, 14107100, 0),
(75626, 653, 74, 'Orleix', 432793200, 1203300, 0),
(75627, 653, 74, 'Oursbelille', 432850800, 347300, 0),
(75628, 653, 74, 'Payrac', 447975000, 14728000, 0),
(75629, 653, 74, 'Payrin-Augmontel', 435445000, 23540600, 0),
(75630, 653, 74, 'Pechbonnieu', 437024200, 14653800, 0),
(75631, 653, 74, 'Pechbusque', 435289000, 14600000, 0),
(75632, 653, 74, 'Pierrefitte-Nestalas', 429666700, -666700, 0),
(75633, 653, 74, 'Pont-de-Larn', 435041200, 24078600, 0),
(75634, 653, 74, 'Pont-de-Salars', 442808000, 27278300, 0),
(75635, 653, 74, 'Pradines', 444834100, 14010500, 0),
(75636, 653, 74, 'Prat-Bonrepaux', 430297000, 10197000, 0),
(75637, 653, 74, 'Puylaurens', 435720200, 20122700, 0),
(75638, 653, 74, 'Quint-Fonsegrives', 435858000, 15269000, 0),
(75639, 653, 74, 'Requista', 440332500, 25355400, 0),
(75640, 653, 74, 'Revel', 434581200, 20046900, 0),
(75641, 653, 74, 'Rieumes', 434114300, 11170200, 0),
(75642, 653, 74, 'Rieupeyroux', 443079900, 22381900, 0),
(75643, 653, 74, 'Rignac', 444100000, 22903000, 0),
(75644, 653, 74, 'Rimont', 429964000, 12836000, 0),
(75645, 653, 74, 'Roquefort-sur-Soulzon', 439775000, 29897000, 0),
(75646, 653, 74, 'Roques', 435114000, 13772000, 0),
(75647, 653, 74, 'Roquettes', 434973300, 13684800, 0),
(75648, 653, 74, 'Rouffiac-Tolosan', 436657600, 15252100, 0),
(75649, 653, 74, 'Saint-Affrique', 439557500, 28891500, 0),
(75650, 653, 74, 'Saint-Alban', 436927000, 14102000, 0),
(75651, 653, 74, 'Saint-Cere', 448572600, 18941500, 0),
(75652, 653, 74, 'Saint-Christophe-Vallon', 444707200, 24118400, 0),
(75653, 653, 74, 'Saint-Etienne-de-Tulmont', 440500000, 14666700, 0),
(75654, 653, 74, 'Saint-Georges-de-Luzencon', 440647100, 29859700, 0),
(75655, 653, 74, 'Saint-Jean', 436642000, 14994100, 0),
(75656, 653, 74, 'Saint-Jean-du-Falga', 430864700, 16278000, 0),
(75657, 653, 74, 'Saint-Jory', 437414600, 13708900, 0),
(75658, 653, 74, 'Saint-Juery', 439500000, 22166700, 0),
(75659, 653, 74, 'Saint-Julien-sur-Garonne', 432436000, 11531000, 0),
(75660, 653, 74, 'Saint-Lary-Soulan', 428171300, 3223800, 0),
(75661, 653, 74, 'Saint-Laurent-de-Neste', 430786000, 4828000, 0),
(75662, 653, 74, 'Saint-Leons', 442164000, 29867000, 0),
(75663, 653, 74, 'Saint-Lizier', 430018300, 11368600, 0),
(75664, 653, 74, 'Saint-Loup-Cammas', 436976700, 14812700, 0),
(75665, 653, 74, 'Saint-Lys', 435112700, 11755700, 0),
(75666, 653, 74, 'Saint-Martory', 431436000, 9300000, 0),
(75667, 653, 74, 'Saint-Nauphary', 439671200, 14254900, 0),
(75668, 653, 74, 'Saint-Nicolas-de-la-Grave', 440641700, 10228000, 0),
(75669, 653, 74, 'Saint-Paul-Cap-de-Joux', 436479000, 19755900, 0),
(75670, 653, 74, 'Saint-Paul-de-Jarrat', 429140400, 16543700, 0),
(75671, 653, 74, 'Saint-Sauveur', 437483000, 14008500, 0),
(75672, 653, 74, 'Saint-Sulpice-sur-Leze', 433307600, 13209100, 0),
(75673, 653, 74, 'Sainte-Foy-d''Aigrefeuille', 435442000, 16103000, 0),
(75674, 653, 74, 'Sainte-Genevieve-sur-Argence', 448022200, 27595400, 0),
(75675, 653, 74, 'Salies-du-Salat', 431007400, 9586600, 0),
(75676, 653, 74, 'Salles-Curan', 441822000, 27882100, 0),
(75677, 653, 74, 'Samatan', 434928600, 9297600, 0),
(75678, 653, 74, 'Saubens', 434798400, 13518900, 0),
(75679, 653, 74, 'Saverdun', 432352600, 15739800, 0),
(75680, 653, 74, 'Sebazac-Concoures', 444048400, 26032400, 0),
(75681, 653, 74, 'Severac-le-Chateau', 443242900, 30592900, 0),
(75682, 653, 74, 'Seysses', 434980100, 13108100, 0),
(75683, 653, 74, 'Souillac', 448972000, 14722400, 0),
(75684, 653, 74, 'Tarascon-sur-Ariege', 428454500, 16033200, 0),
(75685, 653, 74, 'Tournay', 431843800, 2445400, 0),
(75686, 653, 74, 'Trie-sur-Baise', 433333300, 3666700, 0),
(75687, 653, 74, 'Vacquiers', 437766700, 14812700, 0),
(75688, 653, 74, 'Valence-sur-Baise', 438827000, 3811100, 0),
(75689, 653, 74, 'Venerque', 434345700, 14458800, 0),
(75690, 653, 74, 'Vernet', 434333300, 14166700, 0),
(75691, 653, 74, 'Vic-en-Bigorre', 433833300, 500000, 0),
(75692, 653, 74, 'Vieille-Toulouse', 435236600, 14423000, 0),
(75693, 653, 74, 'Vielmur-sur-Agout', 436166700, 21000000, 0),
(75694, 653, 74, 'Villaries', 437542000, 14928000, 0),
(75695, 653, 74, 'Villebrumier', 439075000, 14539000, 0),
(75696, 653, 74, 'Villemur-sur-Tarn', 438670800, 15028100, 0),
(75697, 653, 74, 'Villeneuve', 444333300, 20333300, 0),
(75698, 653, 74, 'Villeneuve-Tolosane', 435231600, 13410200, 0),
(75699, 653, 74, 'Viviez', 445567800, 22164900, 0),
(75700, 654, 74, 'Abancourt', 502347000, 32142000, 0),
(75701, 654, 74, 'Achicourt', 502742900, 27577900, 0),
(75702, 654, 74, 'Achiet-le-Grand', 501306700, 27811900, 0),
(75703, 654, 74, 'Aix', 504908000, 32914000, 0),
(75704, 654, 74, 'Aix-Noulette', 504256800, 27055400, 0),
(75705, 654, 74, 'Alquines', 507411000, 19931000, 0),
(75706, 654, 74, 'Ambleteuse', 508072900, 16038800, 0),
(75707, 654, 74, 'Andres', 508655600, 19209400, 0),
(75708, 654, 74, 'Annequin', 505052500, 27201900, 0),
(75709, 654, 74, 'Annezin', 505319200, 26178500, 0),
(75710, 654, 74, 'Annoeullin', 505292500, 29318000, 0),
(75711, 654, 74, 'Anzin-Saint-Aubin', 503131300, 27473200, 0),
(75712, 654, 74, 'Ardres', 508578600, 19816800, 0),
(75713, 654, 74, 'Armbouts-Cappel', 509768200, 23535200, 0),
(75714, 654, 74, 'Arneke', 508322000, 24094200, 0),
(75715, 654, 74, 'Artres', 502948200, 35401200, 0),
(75716, 654, 74, 'Attiches', 505222000, 30622200, 0),
(75717, 654, 74, 'Aubigny-au-Bac', 502637000, 31644800, 0),
(75718, 654, 74, 'Aubigny-en-Artois', 503500000, 25833300, 0),
(75719, 654, 74, 'Auchy-les-Mines', 505134900, 27828300, 0),
(75720, 654, 74, 'Aulnoye-Aymeries', 502014100, 38384400, 0),
(75721, 654, 74, 'Avelin', 505396800, 30822200, 0),
(75722, 654, 74, 'Avesnes-le-Comte', 502776700, 25295700, 0),
(75723, 654, 74, 'Avesnes-le-Sec', 502510000, 33776800, 0),
(75724, 654, 74, 'Avesnes-les-Aubert', 502000000, 33833300, 0),
(75725, 654, 74, 'Avesnes-sur-Helpe', 501166700, 39333300, 0),
(75726, 654, 74, 'Avion', 504103800, 28305300, 0),
(75727, 654, 74, 'Bachant', 502154000, 38683500, 0),
(75728, 654, 74, 'Baisieux', 506084100, 32525100, 0),
(75729, 654, 74, 'Bapaume', 501037900, 28496600, 0),
(75730, 654, 74, 'Bauvin', 505171400, 28940400, 0),
(75731, 654, 74, 'Beaurains', 502659900, 27946700, 0),
(75732, 654, 74, 'Beaurainville', 504243200, 18993800, 0),
(75733, 654, 74, 'Beauvois-en-Cambresis', 501373500, 33787000, 0),
(75734, 654, 74, 'Bellaing', 503681100, 34251500, 0),
(75735, 654, 74, 'Bellonne', 503031000, 30439000, 0),
(75736, 654, 74, 'Bergues', 509688200, 24324200, 0),
(75737, 654, 74, 'Berlaimont', 502015500, 38134300, 0),
(75738, 654, 74, 'Bersee', 504797800, 31476500, 0),
(75739, 654, 74, 'Beuvry', 505167400, 26854100, 0),
(75740, 654, 74, 'Beuvry-la-Foret', 504600000, 32878000, 0),
(75741, 654, 74, 'Biache-Saint-Vaast', 503086900, 29477700, 0),
(75742, 654, 74, 'Bierne', 509623200, 24096300, 0),
(75743, 654, 74, 'Billy-Berclau', 505178300, 28661300, 0),
(75744, 654, 74, 'Blangy-sur-Ternoise', 504222000, 21706000, 0),
(75745, 654, 74, 'Blaringhem', 506911000, 24032100, 0),
(75746, 654, 74, 'Blendecques', 507184300, 22860100, 0),
(75747, 654, 74, 'Boeschepe', 508000000, 27000000, 0),
(75748, 654, 74, 'Boiry-Sainte-Rictrude', 502025000, 27558000, 0),
(75749, 654, 74, 'Bois-Grenier', 506498500, 28740900, 0),
(75750, 654, 74, 'Bollezeele', 508668700, 23475100, 0),
(75751, 654, 74, 'Bouchain', 502851900, 33149100, 0),
(75752, 654, 74, 'Bourlon', 501769200, 31142500, 0),
(75753, 654, 74, 'Bousbecque', 507712300, 30845900, 0),
(75754, 654, 74, 'Boussois', 502890700, 40411700, 0),
(75755, 654, 74, 'Bouvigny-Boyeffles', 504214600, 26720900, 0),
(75756, 654, 74, 'Bray-Dunes', 510778600, 25167300, 0),
(75757, 654, 74, 'Brebieres', 503333300, 30166700, 0),
(75758, 654, 74, 'Bully-les-Mines', 504438000, 27270300, 0),
(75759, 654, 74, 'Busnes', 505878100, 25182700, 0),
(75760, 654, 74, 'Cambrin', 505119000, 27433000, 0),
(75761, 654, 74, 'Camiers', 505715300, 16132500, 0),
(75762, 654, 74, 'Campagne-les-Hesdin', 503972400, 18749400, 0),
(75763, 654, 74, 'Camphin-en-Carembault', 505119600, 29871000, 0),
(75764, 654, 74, 'Camphin-en-Pevele', 505956100, 32608200, 0),
(75765, 654, 74, 'Capinghem', 506455100, 29619300, 0),
(75766, 654, 74, 'Cappelle-Brouck', 509025000, 22233000, 0),
(75767, 654, 74, 'Cappelle-la-Grande', 509997900, 23584800, 0),
(75768, 654, 74, 'Cartignies', 500929000, 38447300, 0),
(75769, 654, 74, 'Chereng', 506105800, 32066600, 0),
(75770, 654, 74, 'Colembert', 507472000, 18425000, 0),
(75771, 654, 74, 'Colleret', 502572000, 40767000, 0),
(75772, 654, 74, 'Coquelles', 509346100, 17988000, 0),
(75773, 654, 74, 'Corbehem', 503314100, 30499500, 0),
(75774, 654, 74, 'Courcelles-les-Lens', 504166700, 30166700, 0),
(75775, 654, 74, 'Courchelettes', 503404400, 30593800, 0),
(75776, 654, 74, 'Cousolre', 502464000, 41500000, 0),
(75777, 654, 74, 'Craywick', 509710000, 22370000, 0),
(75778, 654, 74, 'Crespin', 504211000, 36613700, 0),
(75779, 654, 74, 'Curgies', 503297500, 36029900, 0),
(75780, 654, 74, 'Cysoing', 505693900, 32162700, 0),
(75781, 654, 74, 'Dainville', 502809800, 27260300, 0),
(75782, 654, 74, 'Dannes', 505879900, 16138100, 0),
(75783, 654, 74, 'Desvres', 506688400, 18347800, 0),
(75784, 654, 74, 'Dourges', 504363600, 29858900, 0),
(75785, 654, 74, 'Drocourt', 503900200, 29242500, 0),
(75786, 654, 74, 'Duisans', 503063300, 26865300, 0),
(75787, 654, 74, 'Ecaillon', 503503400, 32166400, 0),
(75788, 654, 74, 'Ecourt-Saint-Quentin', 502522600, 30733100, 0),
(75789, 654, 74, 'Eleu-dit-Leauwette', 504234000, 28113400, 0),
(75790, 654, 74, 'Emerchicourt', 503078600, 32453700, 0),
(75791, 654, 74, 'Englefontaine', 501909100, 36440100, 0),
(75792, 654, 74, 'Enguinegatte', 506089000, 22719000, 0),
(75793, 654, 74, 'Ennetieres-en-Weppes', 506353000, 29401200, 0),
(75794, 654, 74, 'Ennevelin', 505412100, 31297200, 0),
(75795, 654, 74, 'Equihen-Plage', 506755700, 15722500, 0),
(75796, 654, 74, 'Erquinghem-Lys', 506760100, 28450500, 0),
(75797, 654, 74, 'Escaudain', 503331500, 33443000, 0),
(75798, 654, 74, 'Escaudoeuvres', 502000000, 32666700, 0),
(75799, 654, 74, 'Escautpont', 504187500, 35534100, 0),
(75800, 654, 74, 'Esquelbecq', 508869400, 24321500, 0),
(75801, 654, 74, 'Essars', 505486800, 26662000, 0),
(75802, 654, 74, 'Estevelles', 504765300, 29092800, 0),
(75803, 654, 74, 'Estrees', 503007900, 30698000, 0),
(75804, 654, 74, 'Eswars', 502203000, 32692000, 0),
(75805, 654, 74, 'Fampoux', 503017300, 28731000, 0),
(75806, 654, 74, 'Fauquembergues', 506017000, 20992000, 0),
(75807, 654, 74, 'Fechain', 502663800, 32102400, 0),
(75808, 654, 74, 'Ferques', 508300200, 17599400, 0),
(75809, 654, 74, 'Ferriere-la-Grande', 502552100, 39928800, 0),
(75810, 654, 74, 'Feuchy', 502943900, 28433500, 0),
(75811, 654, 74, 'Fleurbaix', 506506100, 28330500, 0),
(75812, 654, 74, 'Flines-les-Mortagne', 505028200, 34649500, 0),
(75813, 654, 74, 'Flines-lez-Raches', 504166700, 31833300, 0),
(75814, 654, 74, 'Fontaine-Notre-Dame', 501668100, 31581200, 0),
(75815, 654, 74, 'Fontaine-au-Pire', 501325000, 33766700, 0),
(75816, 654, 74, 'Forest-sur-Marque', 506334100, 31893900, 0),
(75817, 654, 74, 'Fournes-en-Weppes', 505849700, 28879300, 0),
(75818, 654, 74, 'Frelinghien', 507166700, 29333300, 0),
(75819, 654, 74, 'Fressain', 502880000, 31950000, 0),
(75820, 654, 74, 'Frethun', 509172900, 18250500, 0),
(75821, 654, 74, 'Fretin', 505574500, 31366800, 0),
(75822, 654, 74, 'Godewaersvelde', 507939900, 26445600, 0),
(75823, 654, 74, 'Gommegnies', 502715500, 37062500, 0),
(75824, 654, 74, 'Gondecourt', 505446900, 29837800, 0),
(75825, 654, 74, 'Gonnehem', 505606200, 25727700, 0),
(75826, 654, 74, 'Gosnay', 505062200, 25890400, 0),
(75827, 654, 74, 'Gouzeaucourt', 500560600, 31235100, 0),
(75828, 654, 74, 'Gravelines', 509865100, 21280700, 0),
(75829, 654, 74, 'Groffliers', 503844400, 16147400, 0),
(75830, 654, 74, 'Gruson', 505958300, 32077700, 0),
(75831, 654, 74, 'Guesnain', 503500000, 31500000, 0),
(75832, 654, 74, 'Guines', 508670800, 18702500, 0),
(75833, 654, 74, 'Hannescamps', 501672000, 26406000, 0),
(75834, 654, 74, 'Hasnon', 504247200, 33865700, 0),
(75835, 654, 74, 'Haspres', 502582900, 34169500, 0),
(75836, 654, 74, 'Hergnies', 504728700, 35261200, 0),
(75837, 654, 74, 'Herin', 503555700, 34531000, 0),
(75838, 654, 74, 'Herlies', 505775300, 28528500, 0),
(75839, 654, 74, 'Herzeele', 508858400, 25351000, 0),
(75840, 654, 74, 'Hesdin-l''Abbe', 506694000, 16819000, 0),
(75841, 654, 74, 'Heuchin', 504772000, 22708000, 0),
(75842, 654, 74, 'Hondschoote', 509780000, 25837200, 0),
(75843, 654, 74, 'Hornaing', 503683500, 33370700, 0),
(75844, 654, 74, 'Houdain', 504504000, 25377700, 0),
(75845, 654, 74, 'Houplin-Ancoisne', 505628400, 30025000, 0),
(75846, 654, 74, 'Hoymille', 509718700, 24473800, 0),
(75847, 654, 74, 'Hucqueliers', 505694000, 19072000, 0),
(75848, 654, 74, 'Isbergues', 506232800, 24590200, 0),
(75849, 654, 74, 'Isques', 506739100, 16544500, 0),
(75850, 654, 74, 'Iwuy', 502330000, 33205800, 0),
(75851, 654, 74, 'Jenlain', 503116400, 36287200, 0),
(75852, 654, 74, 'La Bassee', 505342400, 28062000, 0),
(75853, 654, 74, 'La Capelle-les-Boulogne', 507330200, 17014700, 0),
(75854, 654, 74, 'La Chapelle-d''Armentieres', 506736000, 28961000, 0),
(75855, 654, 74, 'La Couture', 505821200, 27071000, 0),
(75856, 654, 74, 'La Gorgue', 506379000, 27150200, 0),
(75857, 654, 74, 'Labeuvriere', 505191500, 25626800, 0),
(75858, 654, 74, 'Labourse', 504988300, 26812100, 0),
(75859, 654, 74, 'Landas', 504726900, 33036600, 0),
(75860, 654, 74, 'Landrecies', 501250000, 36917100, 0),
(75861, 654, 74, 'Lauwin-Planque', 503902400, 30451000, 0),
(75862, 654, 74, 'Laventie', 506281800, 27707600, 0),
(75863, 654, 74, 'Le Cateau-Cambresis', 501042000, 35445000, 0),
(75864, 654, 74, 'Le Maisnil', 506156000, 28861000, 0),
(75865, 654, 74, 'Le Parcq', 503800000, 21011000, 0),
(75866, 654, 74, 'Le Portel', 507055900, 15757400, 0),
(75867, 654, 74, 'Le Quesnoy', 502479700, 36365600, 0),
(75868, 654, 74, 'Leers', 506821700, 32442900, 0),
(75869, 654, 74, 'Les Attaques', 509096200, 19296100, 0),
(75870, 654, 74, 'Licques', 507841600, 19384400, 0),
(75871, 654, 74, 'Loison-sous-Lens', 504379600, 28532200, 0),
(75872, 654, 74, 'Lompret', 506693100, 29896800, 0),
(75873, 654, 74, 'Longfosse', 506521700, 18069300, 0),
(75874, 654, 74, 'Longuenesse', 507339500, 22352000, 0),
(75875, 654, 74, 'Loon-Plage', 509964700, 22177000, 0),
(75876, 654, 74, 'Loos-en-Gohelle', 504578600, 27921500, 0),
(75877, 654, 74, 'Lorgies', 505688000, 27903400, 0),
(75878, 654, 74, 'Lynde', 507125000, 24203000, 0),
(75879, 654, 74, 'Mairieux', 503142000, 39933000, 0),
(75880, 654, 74, 'Marchiennes', 504000000, 32833300, 0),
(75881, 654, 74, 'Marcoing', 501211000, 31732100, 0),
(75882, 654, 74, 'Marconnelle', 503758800, 20110800, 0),
(75883, 654, 74, 'Marles-les-Mines', 505047800, 25088200, 0),
(75884, 654, 74, 'Maroeuil', 503251900, 27050400, 0),
(75885, 654, 74, 'Maroilles', 501350800, 37613200, 0),
(75886, 654, 74, 'Marquise', 508129400, 17078600, 0),
(75887, 654, 74, 'Mazingarbe', 504711000, 27154400, 0),
(75888, 654, 74, 'Mericourt', 504011600, 28624600, 0),
(75889, 654, 74, 'Merlimont', 504559000, 16131500, 0),
(75890, 654, 74, 'Merville', 506432900, 26412500, 0),
(75891, 654, 74, 'Meteren', 507333300, 27000000, 0),
(75892, 654, 74, 'Meurchin', 504983100, 28931800, 0),
(75893, 654, 74, 'Mons-en-Pevele', 504792600, 30976700, 0),
(75894, 654, 74, 'Morbecque', 506936500, 25178700, 0),
(75895, 654, 74, 'Mortagne-du-Nord', 505035200, 34535200, 0),
(75896, 654, 74, 'Mory', 501569000, 28533000, 0),
(75897, 654, 74, 'Nesles', 506258800, 16564100, 0),
(75898, 654, 74, 'Neuville-en-Ferrain', 507483900, 31567600, 0),
(75899, 654, 74, 'Neuville-sur-Escaut', 503000000, 33500000, 0),
(75900, 654, 74, 'Nielles-les-Blequin', 506750000, 20328000, 0),
(75901, 654, 74, 'Nieppe', 507042500, 28350600, 0),
(75902, 654, 74, 'Nivelle', 504733000, 34681000, 0),
(75903, 654, 74, 'Noeux-les-Mines', 504833300, 26666700, 0),
(75904, 654, 74, 'Nomain', 504985700, 32499100, 0),
(75905, 654, 74, 'Noyelles-Godault', 504175300, 29930600, 0),
(75906, 654, 74, 'Oisy-le-Verger', 502504700, 31233000, 0),
(75907, 654, 74, 'Onnaing', 503858400, 35996300, 0),
(75908, 654, 74, 'Oye-Plage', 509771300, 20427600, 0),
(75909, 654, 74, 'Pas-en-Artois', 501556000, 24900000, 0),
(75910, 654, 74, 'Pecquencourt', 503785000, 32127700, 0),
(75911, 654, 74, 'Petite-Foret', 503666700, 34833300, 0),
(75912, 654, 74, 'Phalempin', 505169100, 30158400, 0),
(75913, 654, 74, 'Pitgam', 509286000, 23314000, 0),
(75914, 654, 74, 'Pont-a-Marcq', 505221300, 31144100, 0),
(75915, 654, 74, 'Pont-a-Vendin', 504735800, 28888400, 0),
(75916, 654, 74, 'Pont-sur-Sambre', 502219500, 38469300, 0),
(75917, 654, 74, 'Proville', 501613700, 32062900, 0),
(75918, 654, 74, 'Quarouble', 503863400, 36230600, 0),
(75919, 654, 74, 'Querenaing', 502878000, 35144000, 0),
(75920, 654, 74, 'Quievrechain', 503917200, 36681500, 0),
(75921, 654, 74, 'Raches', 504170600, 31363500, 0),
(75922, 654, 74, 'Racquinghem', 506924500, 23573600, 0),
(75923, 654, 74, 'Radinghem-en-Weppes', 506188400, 29092400, 0),
(75924, 654, 74, 'Raillencourt-Sainte-Olle', 501833300, 31666700, 0),
(75925, 654, 74, 'Ranchicourt', 504333300, 25500000, 0),
(75926, 654, 74, 'Recquignies', 502839600, 40372200, 0),
(75927, 654, 74, 'Richebourg', 505797000, 27403000, 0),
(75928, 654, 74, 'Rinxent', 508071400, 17289900, 0),
(75929, 654, 74, 'Riviere', 502331600, 26920000, 0),
(75930, 654, 74, 'Romeries', 502033000, 35319000, 0),
(75931, 654, 74, 'Roost-Warendin', 504192000, 31037400, 0),
(75932, 654, 74, 'Roquetoire', 506702900, 23430700, 0),
(75933, 654, 74, 'Rosult', 504588800, 33590200, 0),
(75934, 654, 74, 'Rouvignies', 503270000, 34410000, 0),
(75935, 654, 74, 'Ruitz', 504664300, 25887600, 0),
(75936, 654, 74, 'Rumegies', 504887700, 33513100, 0),
(75937, 654, 74, 'Rumilly-en-Cambresis', 501269100, 32187400, 0),
(75938, 654, 74, 'Ruminghem', 508592200, 21583800, 0),
(75939, 654, 74, 'Sailly-sur-la-Lys', 506582000, 27687200, 0),
(75940, 654, 74, 'Sainghin-en-Weppes', 505640700, 28980400, 0),
(75941, 654, 74, 'Sains-du-Nord', 500937700, 40089800, 0),
(75942, 654, 74, 'Sains-en-Gohelle', 504451200, 26830100, 0),
(75943, 654, 74, 'Saint-Etienne-au-Mont', 506779400, 16308400, 0),
(75944, 654, 74, 'Saint-Leonard', 506905800, 16253600, 0),
(75945, 654, 74, 'Saint-Omer', 507500000, 22500000, 0),
(75946, 654, 74, 'Saint-Python', 501900100, 34802700, 0),
(75947, 654, 74, 'Saint-Sylvestre-Cappel', 507762500, 25562200, 0),
(75948, 654, 74, 'Sainte-Catherine', 503075700, 27640400, 0),
(75949, 654, 74, 'Sallaumines', 504174900, 28617400, 0),
(75950, 654, 74, 'Sangatte', 509456400, 17532100, 0),
(75951, 654, 74, 'Saultain', 503367600, 35772300, 0),
(75952, 654, 74, 'Savy-Berlette', 503524900, 25645600, 0),
(75953, 654, 74, 'Selvigny', 500797100, 33489900, 0),
(75954, 654, 74, 'Sequedin', 506257500, 29827600, 0),
(75955, 654, 74, 'Servins', 504092000, 26386000, 0),
(75956, 654, 74, 'Sin-le-Noble', 503615900, 31311300, 0),
(75957, 654, 74, 'Solre-le-Chateau', 501753000, 40925000, 0),
(75958, 654, 74, 'Steenbecque', 506742100, 24844200, 0),
(75959, 654, 74, 'Steene', 509522800, 23681200, 0),
(75960, 654, 74, 'Steenvoorde', 508104600, 25824400, 0),
(75961, 654, 74, 'Steenwerck', 507019900, 27782900, 0),
(75962, 654, 74, 'Templeuve', 505233600, 31780900, 0),
(75963, 654, 74, 'Teteghem', 510186000, 24445400, 0),
(75964, 654, 74, 'Thelus', 503544100, 28014600, 0),
(75965, 654, 74, 'Therouanne', 506369500, 22583800, 0),
(75966, 654, 74, 'Thumeries', 504766200, 30550000, 0),
(75967, 654, 74, 'Tilloy-les-Mofflaines', 502751900, 28145600, 0),
(75968, 654, 74, 'Tilques', 507771200, 21994800, 0),
(75969, 654, 74, 'Tournehem-sur-la-Hem', 508000000, 20500000, 0),
(75970, 654, 74, 'Vaulx-Vraucourt', 501491000, 29083000, 0),
(75971, 654, 74, 'Vendegies-sur-Ecaillon', 502622400, 35125600, 0),
(75972, 654, 74, 'Verlinghem', 506829100, 29990700, 0),
(75973, 654, 74, 'Vermelles', 504894900, 27473900, 0),
(75974, 654, 74, 'Verquin', 505024000, 26388800, 0),
(75975, 654, 74, 'Vieille-Eglise', 509282300, 20767100, 0),
(75976, 654, 74, 'Viesly', 501534500, 34623600, 0),
(75977, 654, 74, 'Vieux-Berquin', 506948900, 26444400, 0),
(75978, 654, 74, 'Villers-Outreaux', 500359000, 32994700, 0),
(75979, 654, 74, 'Violaines', 505416000, 27886000, 0),
(75980, 654, 74, 'Vitry-en-Artois', 503266000, 29799900, 0),
(75981, 654, 74, 'Wahagnies', 504866500, 30344800, 0),
(75982, 654, 74, 'Wallon-Cappel', 507281000, 24742000, 0),
(75983, 654, 74, 'Wardrecques', 507110800, 23448300, 0),
(75984, 654, 74, 'Wargnies-le-Grand', 503075100, 36603800, 0),
(75985, 654, 74, 'Wavrechain-sous-Denain', 503322400, 34125200, 0),
(75986, 654, 74, 'Wavrin', 505738600, 29363000, 0),
(75987, 654, 74, 'Waziers', 503871700, 31149000, 0),
(75988, 654, 74, 'Wignehies', 500155000, 40091400, 0),
(75989, 654, 74, 'Willems', 506320600, 32384000, 0),
(75990, 654, 74, 'Willies', 501217000, 40989000, 0),
(75991, 654, 74, 'Wimille', 507641800, 16313700, 0),
(75992, 654, 74, 'Winnezeele', 508410000, 25511800, 0),
(75993, 654, 74, 'Zouafques', 508169000, 20567000, 0),
(75994, 654, 74, 'Zudausques', 507500000, 21497000, 0),
(75995, 654, 74, 'Zuydcoote', 510609600, 24933800, 0),
(75996, 655, 74, 'Aizenay', 467400400, -16083400, 0),
(75997, 655, 74, 'Allonnes', 472933800, 245800, 0),
(75998, 655, 74, 'Ambillou-Chateau', 472642000, -3428000, 0),
(75999, 655, 74, 'Ambrieres-les-Vallees', 484000000, -6333300, 0),
(76000, 655, 74, 'Andouille', 481768500, -7836400, 0),
(76001, 655, 74, 'Andreze', 471715500, -9523900, 0),
(76002, 655, 74, 'Anetz', 473806000, -11058300, 0),
(76003, 655, 74, 'Apremont', 467485000, -17407500, 0),
(76004, 655, 74, 'Arconnay', 483967800, 862000, 0),
(76005, 655, 74, 'Aron', 482980000, -5598000, 0),
(76006, 655, 74, 'Arthon-en-Retz', 471158600, -19426000, 0),
(76007, 655, 74, 'Aubigne-Racan', 476909100, 2687000, 0),
(76008, 655, 74, 'Aubigny', 465965300, -14536400, 0),
(76009, 655, 74, 'Auvers-le-Hamon', 479024600, -3517000, 0),
(76010, 655, 74, 'Ballon', 481731700, 2381400, 0),
(76011, 655, 74, 'Ballots', 478961600, -10475900, 0),
(76012, 655, 74, 'Batz-sur-Mer', 472775000, -24802700, 0),
(76013, 655, 74, 'Bauge', 475444700, -1065300, 0),
(76014, 655, 74, 'Bazoges-en-Pareds', 466570200, -9165400, 0),
(76015, 655, 74, 'Bazouges-sur-le-Loir', 476892800, -1688300, 0),
(76016, 655, 74, 'Beaufay', 481466400, 3622400, 0),
(76017, 655, 74, 'Beaulieu-sur-Layon', 473109600, -5898800, 0),
(76018, 655, 74, 'Beauvoir-sur-Mer', 469127400, -20415600, 0),
(76019, 655, 74, 'Becon-les-Granits', 475013400, -8000000, 0),
(76020, 655, 74, 'Belleville-sur-Vie', 467836900, -14290500, 0),
(76021, 655, 74, 'Blain', 474765500, -17628500, 0),
(76022, 655, 74, 'Bois-de-Cene', 469368900, -18865600, 0),
(76023, 655, 74, 'Bonchamp-les-Laval', 480735700, -7000000, 0),
(76024, 655, 74, 'Bouaye', 471426300, -16930600, 0),
(76025, 655, 74, 'Bouffere', 469617900, -13396500, 0),
(76026, 655, 74, 'Bouguenais', 471776200, -16214300, 0),
(76027, 655, 74, 'Bourgneuf-en-Retz', 470412200, -19502000, 0),
(76028, 655, 74, 'Bournezeau', 466371400, -11710700, 0),
(76029, 655, 74, 'Bouzille', 473375000, -11114300, 0),
(76030, 655, 74, 'Brain-sur-l''Authion', 474467000, -4094000, 0),
(76031, 655, 74, 'Brains', 471685000, -17229000, 0),
(76032, 655, 74, 'Brem-sur-Mer', 466054000, -18301000, 0),
(76033, 655, 74, 'Bretignolles-sur-Mer', 466333300, -18666700, 0),
(76034, 655, 74, 'Briollay', 475647800, -5068100, 0),
(76035, 655, 74, 'Brion', 474412200, -1561600, 0),
(76036, 655, 74, 'Brissac-Quince', 473557500, -4492400, 0),
(76037, 655, 74, 'Brulon', 479666700, -2333300, 0),
(76038, 655, 74, 'Cerans-Foulletourte', 478265100, 772400, 0),
(76039, 655, 74, 'Chailland', 482251600, -8738700, 0),
(76040, 655, 74, 'Chalonnes-sur-Loire', 473516000, -7631000, 0),
(76041, 655, 74, 'Chambretaud', 469216600, -9640500, 0),
(76042, 655, 74, 'Champagne-les-Marais', 463808100, -11211200, 0),
(76043, 655, 74, 'Champfleur', 483866800, 1294200, 0),
(76044, 655, 74, 'Champigne', 476633200, -5716000, 0),
(76045, 655, 74, 'Champtoceaux', 473347600, -12613100, 0),
(76046, 655, 74, 'Change', 479849900, 2832800, 0),
(76047, 655, 74, 'Chantonnay', 466870200, -10502400, 0),
(76048, 655, 74, 'Chateau-Guibert', 465811000, -12365600, 0),
(76049, 655, 74, 'Chateau-Thebaud', 471258000, -14186000, 0),
(76050, 655, 74, 'Chateau-d''Olonne', 465038200, -17409600, 0),
(76051, 655, 74, 'Chateauneuf-sur-Sarthe', 476814500, -4865200, 0),
(76052, 655, 74, 'Chauche', 468296300, -12717800, 0),
(76053, 655, 74, 'Chaudron-en-Mauges', 472880900, -9854800, 0),
(76054, 655, 74, 'Chavagnes-en-Paillers', 468916700, -12521400, 0),
(76055, 655, 74, 'Chemere', 471166700, -19166700, 0),
(76056, 655, 74, 'Chenehutte-Treves-Cunault', 473108400, -1604200, 0),
(76057, 655, 74, 'Cherre', 481729000, 6578100, 0),
(76058, 655, 74, 'Combree', 477044600, -10300300, 0),
(76059, 655, 74, 'Commequiers', 467604900, -18390100, 0),
(76060, 655, 74, 'Corcoue-sur-Logne', 469664000, -15758000, 0),
(76061, 655, 74, 'Corne', 474709000, -3499200, 0),
(76062, 655, 74, 'Cosse-le-Vivien', 479459800, -9118500, 0),
(76063, 655, 74, 'Coulans-sur-Gee', 480207000, 97400, 0),
(76064, 655, 74, 'Craon', 478468800, -9492900, 0),
(76065, 655, 74, 'Crossac', 474112000, -21695200, 0),
(76066, 655, 74, 'Dollon', 480387900, 5868600, 0),
(76067, 655, 74, 'Dompierre-sur-Yon', 467385700, -13846300, 0),
(76068, 655, 74, 'Donges', 473182400, -20753800, 0),
(76069, 655, 74, 'Ecommoy', 478256500, 2742200, 0),
(76070, 655, 74, 'Erbray', 476549200, -13178300, 0),
(76071, 655, 74, 'Ernee', 482976400, -9314300, 0),
(76072, 655, 74, 'Etriche', 476508700, -4437700, 0),
(76073, 655, 74, 'Evron', 481564200, -3997000, 0),
(76074, 655, 74, 'Fontenay-le-Comte', 464666700, -8166700, 0),
(76075, 655, 74, 'Fontevraud-l''Abbaye', 471833300, 500000, 0),
(76076, 655, 74, 'Fougerolles-du-Plessis', 484742400, -9725500, 0),
(76077, 655, 74, 'Foussais-Payre', 465333300, -6833300, 0),
(76078, 655, 74, 'Fresnay-sur-Sarthe', 482819900, 228800, 0),
(76079, 655, 74, 'Frossay', 472445100, -19355700, 0),
(76080, 655, 74, 'Geneston', 470563900, -15113900, 0),
(76081, 655, 74, 'Geste', 471817900, -11091700, 0),
(76082, 655, 74, 'Gorges', 470991700, -13002400, 0),
(76083, 655, 74, 'Grandchamps-des-Fontaines', 473658000, -16039000, 0),
(76084, 655, 74, 'Guecelard', 478775100, 1293000, 0),
(76085, 655, 74, 'Guemene-Penfao', 476333300, -18333300, 0),
(76086, 655, 74, 'Guerande', 473291100, -24282900, 0),
(76087, 655, 74, 'Haute-Goulaine', 471990500, -14294100, 0),
(76088, 655, 74, 'Herbignac', 474482200, -23181000, 0),
(76089, 655, 74, 'Ingrandes', 474050000, -9233600, 0),
(76090, 655, 74, 'Isse', 476241900, -14515200, 0),
(76091, 655, 74, 'Jallais', 471969100, -8673800, 0),
(76092, 655, 74, 'Jard-sur-Mer', 464145100, -15764000, 0),
(76093, 655, 74, 'Juigne-sur-Loire', 474074100, -4768200, 0),
(76094, 655, 74, 'L''Aiguillon-sur-Mer', 463300000, -13000000, 0),
(76095, 655, 74, 'L''Epine', 469794000, -22669000, 0),
(76096, 655, 74, 'L''Hermenault', 465203000, -9003000, 0),
(76097, 655, 74, 'La Bernardiere', 470495200, -12658700, 0),
(76098, 655, 74, 'La Bernerie-en-Retz', 470804000, -20364200, 0),
(76099, 655, 74, 'La Boissiere-des-Landes', 465639800, -14617200, 0),
(76100, 655, 74, 'La Bruffiere', 470149200, -11973000, 0),
(76101, 655, 74, 'La Chaize-le-Vicomte', 466716600, -12908400, 0),
(76102, 655, 74, 'La Chapelle-Achard', 465886200, -16475700, 0),
(76103, 655, 74, 'La Chapelle-Basse-Mer', 472708600, -13391300, 0),
(76104, 655, 74, 'La Chapelle-Heulin', 471766700, -13400000, 0),
(76105, 655, 74, 'La Chapelle-Launay', 473722600, -19707100, 0),
(76106, 655, 74, 'La Chapelle-des-Marais', 474484500, -22383400, 0),
(76107, 655, 74, 'La Chartre-sur-le-Loir', 477311700, 5685200, 0),
(76108, 655, 74, 'La Dagueniere', 474193400, -4312800, 0),
(76109, 655, 74, 'La Ferriere', 467145300, -13141700, 0),
(76110, 655, 74, 'La Ferte-Bernard', 481863300, 6535700, 0),
(76111, 655, 74, 'La Flocelliere', 468320200, -8621500, 0),
(76112, 655, 74, 'La Garnache', 468917600, -18316300, 0),
(76113, 655, 74, 'La Gaubretiere', 469414400, -10621500, 0),
(76114, 655, 74, 'La Grigonnais', 475272400, -16678100, 0),
(76115, 655, 74, 'La Gueriniere', 469666700, -22333300, 0),
(76116, 655, 74, 'La Guyonniere', 469647600, -12506000, 0),
(76117, 655, 74, 'La Haie-Fouassiere', 471549200, -13979400, 0),
(76118, 655, 74, 'La Jubaudiere', 471720200, -8921500, 0),
(76119, 655, 74, 'La Jumelliere', 472797600, -7295200, 0),
(76120, 655, 74, 'La Limouziniere', 469927400, -15972200, 0),
(76121, 655, 74, 'La Marne', 469964000, -17397000, 0),
(76122, 655, 74, 'La Meilleraie-Tillay', 467405900, -8450000, 0),
(76123, 655, 74, 'La Membrolle-sur-Longuenee', 475599100, -6723600, 0),
(76124, 655, 74, 'La Menitre', 474000000, -2666700, 0),
(76125, 655, 74, 'La Milesse', 480631400, 1342800, 0),
(76126, 655, 74, 'La Mothe-Achard', 466158600, -16593800, 0),
(76127, 655, 74, 'La Plaine-sur-Mer', 471361900, -21918200, 0),
(76128, 655, 74, 'La Planche', 470161900, -14315900, 0),
(76129, 655, 74, 'La Pommeraie-sur-Sevre', 468353600, -7778500, 0),
(76130, 655, 74, 'La Pommeraye', 473556200, -8589200, 0),
(76131, 655, 74, 'La Possonniere', 473748500, -6853800, 0),
(76132, 655, 74, 'La Poueze', 475535700, -8092800, 0),
(76133, 655, 74, 'La Romagne', 470611900, -10200000, 0),
(76134, 655, 74, 'La Suze-sur-Sarthe', 478875300, 251900, 0),
(76135, 655, 74, 'La Tardiere', 466609600, -7314300, 0),
(76136, 655, 74, 'La Tessoualle', 470047600, -8511900, 0),
(76137, 655, 74, 'La Tranche-sur-Mer', 463430000, -14370000, 0),
(76138, 655, 74, 'La Turballe', 473468600, -25073400, 0),
(76139, 655, 74, 'La Varenne', 473110700, -13197600, 0),
(76140, 655, 74, 'La Verrie', 469613100, -9959600, 0),
(76141, 655, 74, 'Landivy', 484786800, -10332000, 0),
(76142, 655, 74, 'Lassay-les-Chateaux', 484383500, -4975800, 0),
(76143, 655, 74, 'Le Boupere', 467959500, -9265400, 0),
(76144, 655, 74, 'Le Bourgneuf-la-Foret', 481632500, -9696300, 0),
(76145, 655, 74, 'Le Cellier', 473198800, -13458400, 0),
(76146, 655, 74, 'Le Croisic', 472918900, -25138000, 0),
(76147, 655, 74, 'Le Fuilet', 472834500, -11131000, 0),
(76148, 655, 74, 'Le Grand-Luce', 478661800, 4691900, 0),
(76149, 655, 74, 'Le Landreau', 472051200, -13045200, 0),
(76150, 655, 74, 'Le Longeron', 470184500, -10576200, 0),
(76151, 655, 74, 'Le Loroux-Bottereau', 472376300, -13495200, 0),
(76152, 655, 74, 'Le Lude', 476464800, 1566400, 0),
(76153, 655, 74, 'Le May-sur-Evre', 471371400, -8922700, 0),
(76154, 655, 74, 'Le Mesnil-en-Vallee', 473655100, -9348500, 0),
(76155, 655, 74, 'Le Pallet', 471380900, -13347600, 0),
(76156, 655, 74, 'Le Pellerin', 471991400, -17551400, 0),
(76157, 655, 74, 'Le Pin-en-Mauges', 472535700, -8991700, 0),
(76158, 655, 74, 'Le Plessis-Mace', 475430400, -6743600, 0),
(76159, 655, 74, 'Le Puy-Notre-Dame', 471255100, -2357200, 0),
(76160, 655, 74, 'Le Temple-de-Bretagne', 473273700, -17890400, 0),
(76161, 655, 74, 'Les Brouzils', 468857100, -13209500, 0),
(76162, 655, 74, 'Les Epesses', 468833300, -9000000, 0),
(76163, 655, 74, 'Les Essarts', 467744000, -12283400, 0),
(76164, 655, 74, 'Les Landes-Genusson', 469666700, -11166700, 0),
(76165, 655, 74, 'Les Lucs-sur-Boulogne', 468447800, -14944500, 0),
(76166, 655, 74, 'Les Magnils-Reigniers', 464833300, -12166700, 0),
(76167, 655, 74, 'Les Rosiers-sur-Loire', 473500000, -2166700, 0),
(76168, 655, 74, 'Les Sables-d''Olonne', 465000000, -17833300, 0),
(76169, 655, 74, 'Les Sorinieres', 471483100, -15293200, 0),
(76170, 655, 74, 'Les Touches', 474424900, -14309700, 0),
(76171, 655, 74, 'Longeville-sur-Mer', 464166700, -15000000, 0),
(76172, 655, 74, 'Longue-Jumelles', 473792000, -1067000, 0),
(76173, 655, 74, 'Louplande', 479500000, -500000, 0),
(76174, 655, 74, 'Luceau', 477116700, 3973400, 0),
(76175, 655, 74, 'Luche-Pringe', 477032600, 754900, 0),
(76176, 655, 74, 'Lucon', 464577300, -11651200, 0),
(76177, 655, 74, 'Machecoul', 469935800, -18235200, 0),
(76178, 655, 74, 'Maillezais', 463726700, -7396300, 0),
(76179, 655, 74, 'Maisdon-sur-Sevre', 470971400, -13800000, 0),
(76180, 655, 74, 'Malicorne-sur-Sarthe', 478131700, -815200, 0),
(76181, 655, 74, 'Malville', 473590500, -18622600, 0),
(76182, 655, 74, 'Mamers', 483500000, 3833300, 0),
(76183, 655, 74, 'Mareuil-sur-Lay-Dissais', 465333300, -12333300, 0),
(76184, 655, 74, 'Marolles-les-Braults', 482527100, 3163100, 0),
(76185, 655, 74, 'Marsac-sur-Don', 475964800, -16795200, 0),
(76186, 655, 74, 'Martigne-Briand', 472335800, -4293300, 0),
(76187, 655, 74, 'Martigne-sur-Mayenne', 482000000, -6666700, 0),
(76188, 655, 74, 'Maulevrier', 470092900, -7423900, 0),
(76189, 655, 74, 'Mauves-sur-Loire', 472973800, -13876300, 0),
(76190, 655, 74, 'Mayet', 477596800, 2746800, 0),
(76191, 655, 74, 'Mazieres-en-Mauges', 470453600, -8170200, 0),
(76192, 655, 74, 'Melay', 471833300, -6942900, 0),
(76193, 655, 74, 'Mervent', 465223900, -7565400, 0),
(76194, 655, 74, 'Meslay-du-Maine', 479511600, -5542800, 0),
(76195, 655, 74, 'Mezeray', 478268200, -177000, 0),
(76196, 655, 74, 'Missillac', 474815500, -21600000, 0),
(76197, 655, 74, 'Monce-en-Belin', 478944200, 1980900, 0),
(76198, 655, 74, 'Montenay', 482878700, -8937400, 0),
(76199, 655, 74, 'Montfort-le-Gesnois', 480500000, 4166700, 0),
(76200, 655, 74, 'Montjean-sur-Loire', 473884200, -8587300, 0),
(76201, 655, 74, 'Montournais', 467419100, -7646400, 0),
(76202, 655, 74, 'Montreuil-Bellay', 471310600, -1520900, 0),
(76203, 655, 74, 'Montrevault', 472596500, -10467900, 0),
(76204, 655, 74, 'Montsurs', 481360400, -5541300, 0),
(76205, 655, 74, 'Mortagne-sur-Sevre', 469920300, -9473800, 0),
(76206, 655, 74, 'Mouilleron-en-Pareds', 466763000, -8494000, 0),
(76207, 655, 74, 'Mouilleron-le-Captif', 467189800, -14546200, 0),
(76208, 655, 74, 'Mouzillon', 471409600, -12819000, 0),
(76209, 655, 74, 'Moze-sur-Louet', 473585600, -5529400, 0),
(76210, 655, 74, 'Murs-Erigne', 474000000, -5500000, 0),
(76211, 655, 74, 'Nieul-le-Dolent', 465737900, -15080800, 0),
(76212, 655, 74, 'Noirmoutier-en-l''Ile', 470044000, -22533000, 0),
(76213, 655, 74, 'Nort-sur-Erdre', 474388100, -14983300, 0),
(76214, 655, 74, 'Notre-Dame-de-Monts', 468310000, -21310000, 0),
(76215, 655, 74, 'Notre-Dame-des-Landes', 473804800, -17090400, 0),
(76216, 655, 74, 'Noyant-la-Gravoyere', 477034800, -9573000, 0),
(76217, 655, 74, 'Noyen-sur-Sarthe', 478718700, -991600, 0),
(76218, 655, 74, 'Nuaille', 470952400, -7947600, 0),
(76219, 655, 74, 'Nuille-sur-Vicoin', 479855600, -7835100, 0),
(76220, 655, 74, 'Oisseau', 483555900, -6714800, 0),
(76221, 655, 74, 'Palluau', 468058000, -16183000, 0),
(76222, 655, 74, 'Pannece', 474858300, -12394000, 0),
(76223, 655, 74, 'Parce-sur-Sarthe', 478435600, -2010400, 0),
(76224, 655, 74, 'Parigne-l''Eveque', 479372000, 3653000, 0),
(76225, 655, 74, 'Petit-Mars', 473951200, -14526200, 0),
(76226, 655, 74, 'Piriac-sur-Mer', 473793800, -25461600, 0),
(76227, 655, 74, 'Pont-Saint-Martin', 471233800, -15845500, 0),
(76228, 655, 74, 'Pontchateau', 474379700, -20901100, 0),
(76229, 655, 74, 'Pontvallain', 477516800, 1914500, 0),
(76230, 655, 74, 'Port-Brillet', 481131400, -9708000, 0),
(76231, 655, 74, 'Port-Saint-Pere', 471329400, -17485000, 0),
(76232, 655, 74, 'Pouance', 477416700, -11736600, 0),
(76233, 655, 74, 'Pre-en-Pail', 484599300, -1981400, 0),
(76234, 655, 74, 'Precigne', 477669200, -3249100, 0),
(76235, 655, 74, 'Prefailles', 471283900, -22169300, 0),
(76236, 655, 74, 'Pruille-le-Chetif', 479938300, 1067700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(76237, 655, 74, 'Puceul', 475228000, -16156000, 0),
(76238, 655, 74, 'Quelaines-Saint-Gault', 479333300, -8000000, 0),
(76239, 655, 74, 'Quilly', 474613100, -19527400, 0),
(76240, 655, 74, 'Remouille', 470558700, -13768200, 0),
(76241, 655, 74, 'Renaze', 477934000, -10543700, 0),
(76242, 655, 74, 'Riaille', 475179800, -12940400, 0),
(76243, 655, 74, 'Rochefort-sur-Loire', 473570500, -6569600, 0),
(76244, 655, 74, 'Rocheserviere', 469376500, -15114200, 0),
(76245, 655, 74, 'Roeze-sur-Sarthe', 478954600, 672300, 0),
(76246, 655, 74, 'Rouans', 471832200, -18592900, 0),
(76247, 655, 74, 'Rouge', 477836700, -14476300, 0),
(76248, 655, 74, 'Rouillon', 480062900, 1352700, 0),
(76249, 655, 74, 'Roussay', 470901100, -10641700, 0),
(76250, 655, 74, 'Ruaudin', 479450900, 2676000, 0),
(76251, 655, 74, 'Ruille-sur-Loir', 477507500, 6205800, 0),
(76252, 655, 74, 'Saint-Aignan-Grandlieu', 471244000, -16294000, 0),
(76253, 655, 74, 'Saint-Andre-Treize-Voies', 469336900, -14127400, 0),
(76254, 655, 74, 'Saint-Aubin-de-Luigne', 473286000, -6661000, 0),
(76255, 655, 74, 'Saint-Barthelemy-d''Anjou', 474680000, -4930000, 0),
(76256, 655, 74, 'Saint-Christophe-du-Bois', 470301200, -9444100, 0),
(76257, 655, 74, 'Saint-Christophe-du-Ligneron', 468247800, -17658600, 0),
(76258, 655, 74, 'Saint-Christophe-du-Luat', 481344000, -4600000, 0),
(76259, 655, 74, 'Saint-Clement-de-la-Place', 475274400, -7454500, 0),
(76260, 655, 74, 'Saint-Denis-de-Gastines', 483421000, -8586900, 0),
(76261, 655, 74, 'Saint-Denis-la-Chevasse', 468227300, -13575000, 0),
(76262, 655, 74, 'Saint-Georges-Buttavent', 483101800, -6937200, 0),
(76263, 655, 74, 'Saint-Georges-de-Montaigu', 469465500, -12926200, 0),
(76264, 655, 74, 'Saint-Gereon', 473677400, -12026200, 0),
(76265, 655, 74, 'Saint-Germain-des-Pres', 474099800, -8334200, 0),
(76266, 655, 74, 'Saint-Germain-sur-Moine', 471174600, -11222300, 0),
(76267, 655, 74, 'Saint-Gervais', 469017400, -20021000, 0),
(76268, 655, 74, 'Saint-Gervais-en-Belin', 478772000, 2177000, 0),
(76269, 655, 74, 'Saint-Gildas-des-Bois', 475162200, -20365900, 0),
(76270, 655, 74, 'Saint-Gilles-Croix-de-Vie', 466833300, -19333300, 0),
(76271, 655, 74, 'Saint-Hilaire-de-Loulay', 470019000, -13308000, 0),
(76272, 655, 74, 'Saint-Hilaire-de-Riez', 467130800, -19258300, 0),
(76273, 655, 74, 'Saint-Jean-de-Linieres', 474580000, -6560000, 0),
(76274, 655, 74, 'Saint-Joachim', 473834900, -21923900, 0),
(76275, 655, 74, 'Saint-Julien-de-Concelles', 472528600, -13842800, 0),
(76276, 655, 74, 'Saint-Julien-de-Vouvantes', 476425000, -12375000, 0),
(76277, 655, 74, 'Saint-Julien-des-Landes', 466394000, -17138000, 0),
(76278, 655, 74, 'Saint-Lambert-la-Potherie', 474828900, -6778900, 0),
(76279, 655, 74, 'Saint-Laurent-des-Autels', 472852400, -11888100, 0),
(76280, 655, 74, 'Saint-Leger-des-Bois', 474623800, -7095300, 0),
(76281, 655, 74, 'Saint-Leger-sous-Cholet', 470940500, -9102400, 0),
(76282, 655, 74, 'Saint-Lumine-de-Coutais', 470539900, -17277700, 0),
(76283, 655, 74, 'Saint-Lyphard', 473982200, -23064200, 0),
(76284, 655, 74, 'Saint-Macaire-en-Mauges', 471235700, -9912000, 0),
(76285, 655, 74, 'Saint-Malo-du-Bois', 469333300, -9000000, 0),
(76286, 655, 74, 'Saint-Mars-d''Outille', 478889000, 3336000, 0),
(76287, 655, 74, 'Saint-Mars-de-Coutais', 471115300, -17343700, 0),
(76288, 655, 74, 'Saint-Mars-du-Desert', 473656000, -14067800, 0),
(76289, 655, 74, 'Saint-Martin-du-Fouilloux', 474336000, -7035700, 0),
(76290, 655, 74, 'Saint-Mathurin-sur-Loire', 474166700, -3166700, 0),
(76291, 655, 74, 'Saint-Mesmin', 467936900, -7326200, 0),
(76292, 655, 74, 'Saint-Michel-Chef-Chef', 471807200, -21486900, 0),
(76293, 655, 74, 'Saint-Michel-Mont-Mercure', 468294100, -8829800, 0),
(76294, 655, 74, 'Saint-Michel-en-l''Herm', 463553000, -12475000, 0),
(76295, 655, 74, 'Saint-Nicolas-de-Redon', 476434300, -20630500, 0),
(76296, 655, 74, 'Saint-Ouen-des-Toits', 481333300, -9000000, 0),
(76297, 655, 74, 'Saint-Paul-en-Pareds', 468221400, -9897700, 0),
(76298, 655, 74, 'Saint-Pavace', 480392000, 1886000, 0),
(76299, 655, 74, 'Saint-Philbert-de-Bouaine', 469856800, -15202200, 0),
(76300, 655, 74, 'Saint-Philbert-de-Grand-Lieu', 470358000, -16412000, 0),
(76301, 655, 74, 'Saint-Pierre-Montlimart', 472697600, -10273800, 0),
(76302, 655, 74, 'Saint-Pierre-des-Nids', 483982600, -998400, 0),
(76303, 655, 74, 'Saint-Saturnin', 480579600, 1521800, 0),
(76304, 655, 74, 'Saint-Saturnin-sur-Loire', 473943800, -4356500, 0),
(76305, 655, 74, 'Sainte-Foy', 465448800, -16726500, 0),
(76306, 655, 74, 'Sainte-Gemme-la-Plaine', 464828600, -11132100, 0),
(76307, 655, 74, 'Sainte-Jamme-sur-Sarthe', 481426400, 1674300, 0),
(76308, 655, 74, 'Sainte-Pazanne', 471030000, -18095000, 0),
(76309, 655, 74, 'Sainte-Suzanne', 480981800, -3543900, 0),
(76310, 655, 74, 'Saligny', 468083300, -14272600, 0),
(76311, 655, 74, 'Sautron', 472627400, -16710700, 0),
(76312, 655, 74, 'Savenay', 473607200, -19421500, 0),
(76313, 655, 74, 'Segre', 476833300, -8666700, 0),
(76314, 655, 74, 'Severac', 475500800, -20749600, 0),
(76315, 655, 74, 'Sille-le-Guillaume', 481826600, -1264200, 0),
(76316, 655, 74, 'Sion-les-Mines', 477347600, -15919000, 0),
(76317, 655, 74, 'Solesmes', 478500900, -2980600, 0),
(76318, 655, 74, 'Soucelles', 475684800, -4181900, 0),
(76319, 655, 74, 'Soulge-sur-Ouette', 480666700, -5666700, 0),
(76320, 655, 74, 'Soullans', 467962400, -19010600, 0),
(76321, 655, 74, 'Suce-sur-Erdre', 473333300, -15333300, 0),
(76322, 655, 74, 'Talmont-Saint-Hilaire', 464681000, -16169000, 0),
(76323, 655, 74, 'Teille', 474617000, -12781000, 0),
(76324, 655, 74, 'Teloche', 478881900, 2708600, 0),
(76325, 655, 74, 'Thorigne-sur-Due', 480392000, 5355400, 0),
(76326, 655, 74, 'Thouarce', 472673400, -5018600, 0),
(76327, 655, 74, 'Thouare-sur-Loire', 472689300, -14383400, 0),
(76328, 655, 74, 'Tierce', 476158700, -4660900, 0),
(76329, 655, 74, 'Tiffauges', 470108000, -11099900, 0),
(76330, 655, 74, 'Tillieres', 471439700, -11633400, 0),
(76331, 655, 74, 'Torfou', 470368200, -11163500, 0),
(76332, 655, 74, 'Treillieres', 473306000, -16191800, 0),
(76333, 655, 74, 'Treize-Septiers', 469852400, -12292100, 0),
(76334, 655, 74, 'Trementines', 471235700, -7850000, 0),
(76335, 655, 74, 'Triaize', 463926500, -11978500, 0),
(76336, 655, 74, 'Vaas', 476689000, 3167700, 0),
(76337, 655, 74, 'Vaiges', 480402500, -4751300, 0),
(76338, 655, 74, 'Venansault', 466851600, -15141500, 0),
(76339, 655, 74, 'Vendrennes', 468252300, -11235700, 0),
(76340, 655, 74, 'Vernantes', 473932000, 530400, 0),
(76341, 655, 74, 'Vertou', 471686900, -14692900, 0),
(76342, 655, 74, 'Vigneux-de-Bretagne', 473254700, -17367800, 0),
(76343, 655, 74, 'Vihiers', 471463100, -5323800, 0),
(76344, 655, 74, 'Villedieu-la-Blouere', 471473800, -10628600, 0),
(76345, 655, 74, 'Vix', 463645600, -8607200, 0),
(76346, 655, 74, 'Vue', 471995200, -18775000, 0),
(76347, 655, 74, 'Yvre-l''Eveque', 480150000, 2672000, 0),
(76348, 655, 74, 'Yzernay', 470222900, -7029400, 0),
(76349, 656, 74, 'Acheux-en-Amienois', 500742000, 25336000, 0),
(76350, 656, 74, 'Ailly-sur-Noye', 497570700, 23636700, 0),
(76351, 656, 74, 'Ailly-sur-Somme', 499288600, 21961500, 0),
(76352, 656, 74, 'Airaines', 499682600, 19426600, 0),
(76353, 656, 74, 'Andeville', 492607800, 21642700, 0),
(76354, 656, 74, 'Anizy-le-Chateau', 495067800, 34511900, 0),
(76355, 656, 74, 'Ansauvillers', 495652300, 23874200, 0),
(76356, 656, 74, 'Athies-sous-Laon', 495736900, 36841700, 0),
(76357, 656, 74, 'Attichy', 494112100, 30494900, 0),
(76358, 656, 74, 'Auneuil', 493702600, 19971200, 0),
(76359, 656, 74, 'Auteuil', 493422000, 20878000, 0),
(76360, 656, 74, 'Aveluy', 500242000, 26589000, 0),
(76361, 656, 74, 'Bailleul-le-Soc', 494178000, 25786000, 0),
(76362, 656, 74, 'Bailleul-sur-Therain', 493852600, 22227900, 0),
(76363, 656, 74, 'Bailleval', 493460500, 24569500, 0),
(76364, 656, 74, 'Balagny-sur-Therain', 492960500, 23364500, 0),
(76365, 656, 74, 'Beaucamps-le-Vieux', 498464200, 17827200, 0),
(76366, 656, 74, 'Beauchamps', 500120200, 15176400, 0),
(76367, 656, 74, 'Beaurevoir', 499971400, 33085500, 0),
(76368, 656, 74, 'Beautor', 496521400, 33447500, 0),
(76369, 656, 74, 'Belleu', 493591700, 33355600, 0),
(76370, 656, 74, 'Berteaucourt-les-Dames', 500469700, 21575000, 0),
(76371, 656, 74, 'Berthecourt', 493509700, 22247100, 0),
(76372, 656, 74, 'Bethencourt-sur-Mer', 500775600, 15034800, 0),
(76373, 656, 74, 'Bethisy-Saint-Martin', 492948000, 28174300, 0),
(76374, 656, 74, 'Bethisy-Saint-Pierre', 493048200, 27963600, 0),
(76375, 656, 74, 'Billy-sur-Aisne', 493563200, 33835700, 0),
(76376, 656, 74, 'Blerancourt', 495166700, 31500000, 0),
(76377, 656, 74, 'Bohain-en-Vermandois', 499873000, 34530000, 0),
(76378, 656, 74, 'Boissy-Fresnoy', 491644000, 28714000, 0),
(76379, 656, 74, 'Boissy-le-Bois', 492781000, 19439000, 0),
(76380, 656, 74, 'Boran-sur-Oise', 491671500, 23580300, 0),
(76381, 656, 74, 'Bouconvillers', 491767000, 19044000, 0),
(76382, 656, 74, 'Bouttencourt', 499372500, 16343100, 0),
(76383, 656, 74, 'Braine', 493426100, 35326200, 0),
(76384, 656, 74, 'Brasles', 490481000, 34300000, 0),
(76385, 656, 74, 'Bray-sur-Somme', 499408500, 27184700, 0),
(76386, 656, 74, 'Brenouille', 493055100, 25443700, 0),
(76387, 656, 74, 'Bresles', 494104400, 22502400, 0),
(76388, 656, 74, 'Breuil-le-Sec', 493713500, 24508400, 0),
(76389, 656, 74, 'Bruyeres-et-Montberault', 495253500, 36636900, 0),
(76390, 656, 74, 'Bucy-le-Long', 493907200, 33958200, 0),
(76391, 656, 74, 'Cambronne-les-Clermont', 493302200, 23992800, 0),
(76392, 656, 74, 'Canly', 493872000, 27089000, 0),
(76393, 656, 74, 'Carlepont', 495143800, 30232700, 0),
(76394, 656, 74, 'Cartigny', 499147000, 30106000, 0),
(76395, 656, 74, 'Cauffry', 493197800, 24458100, 0),
(76396, 656, 74, 'Cauvigny', 493018000, 22484400, 0),
(76397, 656, 74, 'Charmes', 496534500, 33785700, 0),
(76398, 656, 74, 'Chaulnes', 498169900, 28006400, 0),
(76399, 656, 74, 'Chevreville', 491106000, 28503000, 0),
(76400, 656, 74, 'Chevrieres', 493464500, 26821900, 0),
(76401, 656, 74, 'Chezy-sur-Marne', 489888100, 33678600, 0),
(76402, 656, 74, 'Chierry', 490394000, 34297600, 0),
(76403, 656, 74, 'Chiry-Ourscamp', 495437800, 29472100, 0),
(76404, 656, 74, 'Choisy-au-Bac', 494377700, 28773900, 0),
(76405, 656, 74, 'Cires-les-Mello', 492724200, 23584000, 0),
(76406, 656, 74, 'Clairoix', 494426400, 28462800, 0),
(76407, 656, 74, 'Coincy', 491603600, 34220200, 0),
(76408, 656, 74, 'Corbeny', 494628000, 38244000, 0),
(76409, 656, 74, 'Corbie', 499067200, 25068200, 0),
(76410, 656, 74, 'Coucy-le-Chateau-Auffrique', 495208300, 33238000, 0),
(76411, 656, 74, 'Coudun', 494614600, 28124800, 0),
(76412, 656, 74, 'Coupru', 490317000, 32731000, 0),
(76413, 656, 74, 'Crecy-en-Ponthieu', 502519300, 18808500, 0),
(76414, 656, 74, 'Crevecoeur-le-Grand', 496000000, 20833300, 0),
(76415, 656, 74, 'Crisolles', 496225000, 30145100, 0),
(76416, 656, 74, 'Crouy', 494027400, 33583400, 0),
(76417, 656, 74, 'Cuffies', 494035800, 33211900, 0),
(76418, 656, 74, 'Cuvilly', 495542000, 26961000, 0),
(76419, 656, 74, 'Daours', 499025000, 24500000, 0),
(76420, 656, 74, 'Dargnies', 500414400, 15252600, 0),
(76421, 656, 74, 'Delincourt', 492439000, 18328000, 0),
(76422, 656, 74, 'Doingt', 499211300, 29676600, 0),
(76423, 656, 74, 'Domart-en-Ponthieu', 500743700, 21259600, 0),
(76424, 656, 74, 'Doullens', 501572400, 23401900, 0),
(76425, 656, 74, 'Dreslincourt', 495280900, 29269900, 0),
(76426, 656, 74, 'Dreuil-les-Amiens', 499148300, 22289300, 0),
(76427, 656, 74, 'Ermenonville', 491267000, 26967000, 0),
(76428, 656, 74, 'Esquennoy', 496569000, 22694000, 0),
(76429, 656, 74, 'Essigny-le-Grand', 497786500, 32777400, 0),
(76430, 656, 74, 'Essomes-sur-Marne', 490288100, 33757100, 0),
(76431, 656, 74, 'Estrees-Deniecourt', 498756000, 28244000, 0),
(76432, 656, 74, 'Estrees-Saint-Denis', 494260200, 26429300, 0),
(76433, 656, 74, 'Etampes-sur-Marne', 490346400, 34189300, 0),
(76434, 656, 74, 'Etreillers', 498305900, 31602900, 0),
(76435, 656, 74, 'Fay-les-Etangs', 492469000, 19406000, 0),
(76436, 656, 74, 'Fere-en-Tardenois', 492000000, 35166700, 0),
(76437, 656, 74, 'Festieux', 495231000, 37544000, 0),
(76438, 656, 74, 'Feuquieres', 496467600, 18478400, 0),
(76439, 656, 74, 'Fitz-James', 493911300, 24307000, 0),
(76440, 656, 74, 'Flavacourt', 493358000, 18217000, 0),
(76441, 656, 74, 'Flavy-le-Martel', 497129900, 31915000, 0),
(76442, 656, 74, 'Fleurines', 492631800, 25840500, 0),
(76443, 656, 74, 'Flixecourt', 500146500, 20809500, 0),
(76444, 656, 74, 'Folembray', 495433400, 32911800, 0),
(76445, 656, 74, 'Fort-Mahon-Plage', 503395500, 15598400, 0),
(76446, 656, 74, 'Fresne-Leguillon', 492550000, 19847000, 0),
(76447, 656, 74, 'Fresnoy-le-Grand', 499475700, 34184100, 0),
(76448, 656, 74, 'Fressenneville', 500683800, 15781600, 0),
(76449, 656, 74, 'Gilocourt', 492928000, 28803000, 0),
(76450, 656, 74, 'Goincourt', 494261400, 20362100, 0),
(76451, 656, 74, 'Grandfresnoy', 493721800, 26521600, 0),
(76452, 656, 74, 'Grandvilliers', 496654700, 19408800, 0),
(76453, 656, 74, 'Guignicourt', 494371400, 39675600, 0),
(76454, 656, 74, 'Guiscard', 496566000, 30512700, 0),
(76455, 656, 74, 'Hallencourt', 499920100, 18764900, 0),
(76456, 656, 74, 'Harbonnieres', 498495800, 26681200, 0),
(76457, 656, 74, 'Haudivillers', 494872000, 22442000, 0),
(76458, 656, 74, 'Hirson', 499226200, 40825900, 0),
(76459, 656, 74, 'Holnon', 498608600, 32150900, 0),
(76460, 656, 74, 'Homblieres', 498503100, 33645600, 0),
(76461, 656, 74, 'Itancourt', 498066400, 33442700, 0),
(76462, 656, 74, 'La Chapelle-en-Serval', 491284200, 25340500, 0),
(76463, 656, 74, 'La Flamengrie', 500017500, 39208100, 0),
(76464, 656, 74, 'La Neuville-Roy', 494828000, 25781000, 0),
(76465, 656, 74, 'Lachapelle-aux-Pots', 494490500, 19022800, 0),
(76466, 656, 74, 'Lacroix-Saint-Ouen', 493568500, 27880300, 0),
(76467, 656, 74, 'Lagny-le-Sec', 490874400, 27450200, 0),
(76468, 656, 74, 'Laigneville', 492914900, 24458100, 0),
(76469, 656, 74, 'Le Crotoy', 502160000, 16250000, 0),
(76470, 656, 74, 'Le Mesnil-en-Thelle', 491783000, 22857300, 0),
(76471, 656, 74, 'Le Plessis-Belleville', 490950100, 27561400, 0),
(76472, 656, 74, 'Liancourt', 493303400, 24659500, 0),
(76473, 656, 74, 'Liesse-Notre-Dame', 496166700, 38000000, 0),
(76474, 656, 74, 'Lieuvillers', 494708000, 24964000, 0),
(76475, 656, 74, 'Litz', 494172000, 23325000, 0),
(76476, 656, 74, 'Longpre-les-Corps-Saints', 500123900, 19928700, 0),
(76477, 656, 74, 'Longueau', 498722600, 23588000, 0),
(76478, 656, 74, 'Longueil-Sainte-Marie', 493572300, 27184400, 0),
(76479, 656, 74, 'Lormaison', 492564700, 21057500, 0),
(76480, 656, 74, 'Lugny', 497811000, 38106000, 0),
(76481, 656, 74, 'Maignelay-Montigny', 495500000, 25166700, 0),
(76482, 656, 74, 'Mailly-Maillet', 500670000, 26000000, 0),
(76483, 656, 74, 'Maisnieres', 500161000, 16172000, 0),
(76484, 656, 74, 'Marcelcave', 498508000, 25753000, 0),
(76485, 656, 74, 'Marseille-en-Beauvaisis', 495764000, 19564000, 0),
(76486, 656, 74, 'Meaulte', 499816700, 26612100, 0),
(76487, 656, 74, 'Mercin-et-Vaux', 493761000, 32769000, 0),
(76488, 656, 74, 'Milly-sur-Therain', 495024000, 19960500, 0),
(76489, 656, 74, 'Mogneville', 493153500, 24717000, 0),
(76490, 656, 74, 'Moislains', 499882000, 29640400, 0),
(76491, 656, 74, 'Montcornet', 496952600, 40166700, 0),
(76492, 656, 74, 'Montdidier', 496500000, 25666700, 0),
(76493, 656, 74, 'Montigny-Lengrain', 493722000, 31000000, 0),
(76494, 656, 74, 'Montreuil-aux-Lions', 490212400, 31954300, 0),
(76495, 656, 74, 'Moreuil', 497745700, 24827300, 0),
(76496, 656, 74, 'Moy-de-l''Aisne', 497533000, 33633000, 0),
(76497, 656, 74, 'Nanteuil-le-Haudouin', 491408200, 28114200, 0),
(76498, 656, 74, 'Neuilly-en-Thelle', 492244600, 22852500, 0),
(76499, 656, 74, 'Nibas', 501017000, 15892000, 0),
(76500, 656, 74, 'Noailles', 493286600, 22002400, 0),
(76501, 656, 74, 'Nogentel', 490175000, 34025000, 0),
(76502, 656, 74, 'Nouvion', 502000000, 17833300, 0),
(76503, 656, 74, 'Noyant-et-Aconin', 493331000, 33350000, 0),
(76504, 656, 74, 'Ognon', 492372000, 26442000, 0),
(76505, 656, 74, 'Oisemont', 499558700, 17670300, 0),
(76506, 656, 74, 'Oisy', 500217000, 36700000, 0),
(76507, 656, 74, 'Origny-Sainte-Benoite', 498333300, 35000000, 0),
(76508, 656, 74, 'Orry-la-Ville', 491334500, 25114000, 0),
(76509, 656, 74, 'Oulchy-le-Chateau', 492050000, 33692000, 0),
(76510, 656, 74, 'Pierrefonds', 493487800, 29779000, 0),
(76511, 656, 74, 'Plailly', 491028800, 25854900, 0),
(76512, 656, 74, 'Pontpoint', 493000000, 26500000, 0),
(76513, 656, 74, 'Precy-sur-Oise', 492077900, 23726600, 0),
(76514, 656, 74, 'Rantigny', 493275800, 24424400, 0),
(76515, 656, 74, 'Ressons-sur-Matz', 495385800, 27441600, 0),
(76516, 656, 74, 'Ribecourt-Dreslincourt', 495108000, 29233000, 0),
(76517, 656, 74, 'Rivery', 499032800, 23223500, 0),
(76518, 656, 74, 'Roisel', 499476800, 30997300, 0),
(76519, 656, 74, 'Rosoy', 493411000, 25019000, 0),
(76520, 656, 74, 'Rozoy-sur-Serre', 497095600, 41290200, 0),
(76521, 656, 74, 'Sailly-Flibeaucourt', 501841900, 17718000, 0),
(76522, 656, 74, 'Sains-en-Amienois', 498171600, 23186200, 0),
(76523, 656, 74, 'Saint-Aubin-en-Bray', 494205100, 18778200, 0),
(76524, 656, 74, 'Saint-Blimont', 501217000, 15750000, 0),
(76525, 656, 74, 'Saint-Erme-Outre-et-Ramecourt', 495146400, 38406000, 0),
(76526, 656, 74, 'Saint-Just-en-Chaussee', 495050300, 24328500, 0),
(76527, 656, 74, 'Saint-Leu-d''Esserent', 492181000, 24228000, 0),
(76528, 656, 74, 'Saint-Michel', 499195200, 41327800, 0),
(76529, 656, 74, 'Saint-Riquier', 501323600, 19475600, 0),
(76530, 656, 74, 'Saint-Vaast-les-Mello', 492678000, 23931000, 0),
(76531, 656, 74, 'Saint-Valery-sur-Somme', 501833300, 16333300, 0),
(76532, 656, 74, 'Sainte-Genevieve', 492892000, 21990400, 0),
(76533, 656, 74, 'Savignies', 494658000, 19650000, 0),
(76534, 656, 74, 'Seboncourt', 499527200, 34758600, 0),
(76535, 656, 74, 'Sermaize', 496164000, 29597000, 0),
(76536, 656, 74, 'Songeons', 495491600, 18536100, 0),
(76537, 656, 74, 'Therdonne', 494200000, 21556000, 0),
(76538, 656, 74, 'Thiers-sur-Theve', 491525200, 25705100, 0),
(76539, 656, 74, 'Thourotte', 494759100, 28821000, 0),
(76540, 656, 74, 'Thury-en-Valois', 491575000, 30253000, 0),
(76541, 656, 74, 'Thury-sous-Clermont', 493575000, 23272000, 0),
(76542, 656, 74, 'Tilloloy', 496439000, 27486000, 0),
(76543, 656, 74, 'Trie-Chateau', 492854000, 18212900, 0),
(76544, 656, 74, 'Troissereux', 494799800, 20448500, 0),
(76545, 656, 74, 'Urcel', 494919000, 35589000, 0),
(76546, 656, 74, 'Vailly-sur-Aisne', 494083400, 35163100, 0),
(76547, 656, 74, 'Vaumoise', 492352500, 29807700, 0),
(76548, 656, 74, 'Venizel', 493658300, 33932100, 0),
(76549, 656, 74, 'Vermand', 498755000, 31495900, 0),
(76550, 656, 74, 'Vignacourt', 500123600, 21974300, 0),
(76551, 656, 74, 'Villeneuve-les-Sablons', 492375300, 20778200, 0),
(76552, 656, 74, 'Villers-Cotterets', 492531100, 30900300, 0),
(76553, 656, 74, 'Villers-Saint-Barthelemy', 493989000, 19483000, 0),
(76554, 656, 74, 'Villers-sous-Saint-Leu', 492123500, 23948500, 0),
(76555, 656, 74, 'Villers-sur-Coudun', 494830800, 28045700, 0),
(76556, 656, 74, 'Wassigny', 500133400, 35998800, 0),
(76557, 656, 74, 'Wavignies', 495474800, 23603200, 0),
(76558, 656, 74, 'Wimy', 499347000, 39983000, 0),
(76559, 657, 74, 'Aigrefeuille-d''Aunis', 461167000, -9325000, 0),
(76560, 657, 74, 'Airvault', 468253300, -1363400, 0),
(76561, 657, 74, 'Andilly', 462542500, -10267200, 0),
(76562, 657, 74, 'Angoulins', 461052600, -11071300, 0),
(76563, 657, 74, 'Argenton-les-Vallees', 469833300, -4500000, 0),
(76564, 657, 74, 'Auge', 464397000, -2861000, 0),
(76565, 657, 74, 'Aulnay', 460208200, -3477800, 0),
(76566, 657, 74, 'Availles-Limouzine', 461210400, 6555800, 0),
(76567, 657, 74, 'Availles-en-Chatellerault', 467556000, 5800000, 0),
(76568, 657, 74, 'Avanton', 466636900, 3086200, 0),
(76569, 657, 74, 'Ayron', 466602600, 754500, 0),
(76570, 657, 74, 'Azay-le-Brule', 464001100, -2491400, 0),
(76571, 657, 74, 'Baignes-Sainte-Radegonde', 453833300, -2333300, 0),
(76572, 657, 74, 'Barbezieux-Saint-Hilaire', 454726500, -1521800, 0),
(76573, 657, 74, 'Beaumont', 467377300, 4296100, 0),
(76574, 657, 74, 'Berneuil', 456439000, -5992000, 0),
(76575, 657, 74, 'Bessines', 463020700, -5129400, 0),
(76576, 657, 74, 'Blanzac-Porcheresse', 454772000, 325000, 0),
(76577, 657, 74, 'Bonnes', 466038600, 5979100, 0),
(76578, 657, 74, 'Bonneuil-Matours', 466815500, 5706300, 0),
(76579, 657, 74, 'Bouille-Loretz', 470791100, -2717800, 0),
(76580, 657, 74, 'Breuillet', 456914400, -10517500, 0),
(76581, 657, 74, 'Brioux-sur-Boutonne', 461417100, -2218200, 0),
(76582, 657, 74, 'Burie', 457727300, -4228900, 0),
(76583, 657, 74, 'Bussac-sur-Charente', 457833300, -6333300, 0),
(76584, 657, 74, 'Celle-Levescault', 464240600, 1881000, 0),
(76585, 657, 74, 'Celles-sur-Belle', 462622300, -2127400, 0),
(76586, 657, 74, 'Chabanais', 458733900, 7176300, 0),
(76587, 657, 74, 'Chaillevette', 457303000, -10581000, 0),
(76588, 657, 74, 'Chalais', 452733800, 388000, 0),
(76589, 657, 74, 'Champagne-Mouton', 459907800, 4105100, 0),
(76590, 657, 74, 'Champdeniers-Saint-Denis', 464833300, -4000000, 0),
(76591, 657, 74, 'Chaniers', 457185800, -5577900, 0),
(76592, 657, 74, 'Charron', 462943300, -11057200, 0),
(76593, 657, 74, 'Charroux', 461441000, 4035400, 0),
(76594, 657, 74, 'Chasseneuil-sur-Bonnieure', 458166700, 4500000, 0),
(76595, 657, 74, 'Chateaubernard', 456666700, -3333300, 0),
(76596, 657, 74, 'Chateauneuf-sur-Charente', 456000000, -500000, 0),
(76597, 657, 74, 'Chatillon-sur-Thouet', 466617600, -2348900, 0),
(76598, 657, 74, 'Chazelles', 456471400, 3674800, 0),
(76599, 657, 74, 'Chef-Boutonne', 461085900, -708300, 0),
(76600, 657, 74, 'Chermignac', 456857800, -6734900, 0),
(76601, 657, 74, 'Cherves-Richemont', 457442000, -3519000, 0),
(76602, 657, 74, 'Chevanceaux', 453000000, -2333300, 0),
(76603, 657, 74, 'Civray', 461471000, 2950900, 0),
(76604, 657, 74, 'Colombiers', 467715800, 4238800, 0),
(76605, 657, 74, 'Coulon', 463232800, -5856000, 0),
(76606, 657, 74, 'Courcon', 462438900, -8130000, 0),
(76607, 657, 74, 'Courlay', 467794100, -5660700, 0),
(76608, 657, 74, 'Cozes', 455837500, -8317800, 0),
(76609, 657, 74, 'Dange-Saint-Romain', 469333300, 6000000, 0),
(76610, 657, 74, 'Dirac', 456000000, 2500000, 0),
(76611, 657, 74, 'Dissay', 467000700, 4331100, 0),
(76612, 657, 74, 'Echillais', 459007200, -9521100, 0),
(76613, 657, 74, 'Esnandes', 462503300, -11156600, 0),
(76614, 657, 74, 'Etagnac', 458950600, 7789700, 0),
(76615, 657, 74, 'Etaules', 457340700, -10991800, 0),
(76616, 657, 74, 'Exideuil', 458863900, 6731800, 0),
(76617, 657, 74, 'Exireuil', 464338200, -1925200, 0),
(76618, 657, 74, 'Fleure', 464783000, 5228000, 0),
(76619, 657, 74, 'Fontaine-le-Comte', 465321700, 2617600, 0),
(76620, 657, 74, 'Fontcouverte', 457670800, -5868200, 0),
(76621, 657, 74, 'Gencay', 463733000, 4058000, 0),
(76622, 657, 74, 'Gensac-la-Pallue', 456500000, -2500000, 0),
(76623, 657, 74, 'Gond-Pontouvre', 456833300, 1666700, 0),
(76624, 657, 74, 'Hiersac', 456666700, 0, 0),
(76625, 657, 74, 'Iteuil', 464880800, 3121200, 0),
(76626, 657, 74, 'Jarnac', 456816000, -1732900, 0),
(76627, 657, 74, 'Jarnac-Champagne', 455597000, -3986000, 0),
(76628, 657, 74, 'Jonzac', 454500000, -4333300, 0),
(76629, 657, 74, 'L''Houmeau', 461939000, -11861000, 0),
(76630, 657, 74, 'La Creche', 463666700, -3000000, 0),
(76631, 657, 74, 'La Jarne', 461277300, -10725900, 0),
(76632, 657, 74, 'La Jarrie', 461287900, -10089600, 0),
(76633, 657, 74, 'La Mothe-Saint-Heray', 463593400, -1123600, 0),
(76634, 657, 74, 'La Rochefoucauld', 457404800, 3856400, 0),
(76635, 657, 74, 'La Ronde', 463008000, -8064000, 0),
(76636, 657, 74, 'La Tremblade', 457680600, -11426600, 0),
(76637, 657, 74, 'La Villedieu-du-Clain', 464555900, 3691700, 0),
(76638, 657, 74, 'Latille', 466181800, 763000, 0),
(76639, 657, 74, 'Le Bois-Plage-en-Re', 461865900, -13926700, 0),
(76640, 657, 74, 'Le Chateau-d''Oleron', 458858000, -11947000, 0),
(76641, 657, 74, 'Le Tallud', 466291100, -2997800, 0),
(76642, 657, 74, 'Le Thou', 460833300, -9166700, 0),
(76643, 657, 74, 'Le Vanneau-Irleau', 462961000, -6336000, 0),
(76644, 657, 74, 'Les Gonds', 457143700, -6140800, 0),
(76645, 657, 74, 'Les Mathes', 457139000, -11549700, 0),
(76646, 657, 74, 'Les Ormes', 469747800, 6048400, 0),
(76647, 657, 74, 'Lezay', 462643700, -92500, 0),
(76648, 657, 74, 'Longeves', 462300000, -9881000, 0),
(76649, 657, 74, 'Loubert', 459142200, 5861700, 0),
(76650, 657, 74, 'Louzy', 470120000, -1853600, 0),
(76651, 657, 74, 'Luxe', 458936000, 1169000, 0),
(76652, 657, 74, 'Magne', 463154800, -5457500, 0),
(76653, 657, 74, 'Marennes', 458228000, -11054600, 0),
(76654, 657, 74, 'Marigny-Brizay', 467462200, 3762600, 0),
(76655, 657, 74, 'Marsac', 457422000, 792000, 0),
(76656, 657, 74, 'Martaize', 469175000, 619000, 0),
(76657, 657, 74, 'Mauleon', 469236000, -7483000, 0),
(76658, 657, 74, 'Mauze-Thouarsais', 469761100, -2784600, 0),
(76659, 657, 74, 'Mauze-sur-le-Mignon', 461951600, -6703200, 0),
(76660, 657, 74, 'Melle', 462228500, -1421600, 0),
(76661, 657, 74, 'Meschers-sur-Gironde', 455603700, -9547000, 0),
(76662, 657, 74, 'Meursac', 456489000, -8080100, 0),
(76663, 657, 74, 'Mignaloux-Beauvoir', 465415700, 4153800, 0),
(76664, 657, 74, 'Mirambeau', 453731000, -5706700, 0),
(76665, 657, 74, 'Mirebeau', 467874300, 1834100, 0),
(76666, 657, 74, 'Moncoutant', 467254700, -5879700, 0),
(76667, 657, 74, 'Montamise', 466218100, 4244200, 0),
(76668, 657, 74, 'Montbron', 456666700, 5000000, 0),
(76669, 657, 74, 'Montendre', 452846900, -4062700, 0),
(76670, 657, 74, 'Montguyon', 452166700, -1833300, 0),
(76671, 657, 74, 'Montignac-Charente', 457842000, 1256000, 0),
(76672, 657, 74, 'Montmoreau-Saint-Cybard', 454000000, 1333300, 0),
(76673, 657, 74, 'Mornac', 456833300, 2666700, 0),
(76674, 657, 74, 'Mortagne-sur-Gironde', 454813900, -7870200, 0),
(76675, 657, 74, 'Mouthiers-sur-Boeme', 455500000, 1166700, 0),
(76676, 657, 74, 'Muron', 460344400, -8286700, 0),
(76677, 657, 74, 'Naintre', 467635400, 4868300, 0),
(76678, 657, 74, 'Nercillac', 457166700, -2500000, 0),
(76679, 657, 74, 'Nieuil-l''Espoir', 464831000, 4550000, 0),
(76680, 657, 74, 'Nieul-sur-Mer', 462058300, -11644900, 0),
(76681, 657, 74, 'Nueil-les-Aubiers', 469333300, -5833300, 0),
(76682, 657, 74, 'Pamproux', 463957800, -532700, 0),
(76683, 657, 74, 'Perignac', 456230600, -4648800, 0),
(76684, 657, 74, 'Pisany', 457025000, -7800000, 0),
(76685, 657, 74, 'Pompaire', 466072700, -2323700, 0),
(76686, 657, 74, 'Pranzac', 456711000, 3514000, 0),
(76687, 657, 74, 'Puymoyen', 456166700, 1833300, 0),
(76688, 657, 74, 'Quincay', 466072000, 2372000, 0),
(76689, 657, 74, 'Rivieres', 457529500, 3612800, 0),
(76690, 657, 74, 'Roullet-Saint-Estephe', 455833300, 500000, 0),
(76691, 657, 74, 'Ruelle-sur-Touvre', 456833300, 2333300, 0),
(76692, 657, 74, 'Ruffec', 460287700, 1982100, 0),
(76693, 657, 74, 'Sablonceaux', 457096300, -8880600, 0),
(76694, 657, 74, 'Saint-Amand-sur-Sevre', 468690500, -7944100, 0),
(76695, 657, 74, 'Saint-Amant-de-Boixe', 457979000, 1352400, 0),
(76696, 657, 74, 'Saint-Aubin-du-Plain', 469247000, -4747000, 0),
(76697, 657, 74, 'Saint-Brice', 456833300, -2833300, 0),
(76698, 657, 74, 'Saint-Claud', 458952600, 4645400, 0),
(76699, 657, 74, 'Saint-Gelais', 463823400, -3908400, 0),
(76700, 657, 74, 'Saint-Genis-de-Saintonge', 454810700, -5684800, 0),
(76701, 657, 74, 'Saint-Georges-de-Didonne', 456034200, -10048700, 0),
(76702, 657, 74, 'Saint-Georges-des-Coteaux', 457666700, -7166700, 0),
(76703, 657, 74, 'Saint-Georges-les-Baillargeaux', 466701700, 4020800, 0),
(76704, 657, 74, 'Saint-Germain-de-Marencennes', 460773300, -7913300, 0),
(76705, 657, 74, 'Saint-Hilaire-de-Villefranche', 458509100, -5299300, 0),
(76706, 657, 74, 'Saint-Jean-de-Sauves', 468413000, 927200, 0),
(76707, 657, 74, 'Saint-Jean-de-Thouars', 469648600, -2111400, 0),
(76708, 657, 74, 'Saint-Leger-de-la-Martiniere', 462283000, -1239000, 0),
(76709, 657, 74, 'Saint-Maxire', 463991100, -4798800, 0),
(76710, 657, 74, 'Saint-Palais-sur-Mer', 456425500, -10881000, 0),
(76711, 657, 74, 'Saint-Pardoux', 465715500, -3054200, 0),
(76712, 657, 74, 'Saint-Projet-Saint-Constant', 457280200, 3385100, 0),
(76713, 657, 74, 'Saint-Sauveur', 468084200, 6227700, 0),
(76714, 657, 74, 'Saint-Savinien', 458771100, -6791900, 0),
(76715, 657, 74, 'Saint-Symphorien', 462644200, -4922000, 0),
(76716, 657, 74, 'Saint-Trojan-les-Bains', 458413400, -12072800, 0),
(76717, 657, 74, 'Saint-Varent', 468893400, -2321000, 0),
(76718, 657, 74, 'Saint-Xandre', 462044400, -11026700, 0),
(76719, 657, 74, 'Saint-Yrieix-sur-Charente', 456833300, 1166700, 0),
(76720, 657, 74, 'Sainte-Marie-de-Re', 461523700, -13128100, 0),
(76721, 657, 74, 'Sainte-Radegonde', 469833300, -2500000, 0),
(76722, 657, 74, 'Sainte-Severe', 457536000, -2372000, 0),
(76723, 657, 74, 'Sainte-Soulle', 461884700, -10160700, 0),
(76724, 657, 74, 'Sainte-Verge', 470081800, -2103300, 0),
(76725, 657, 74, 'Sauze-Vaussais', 461336900, 1067300, 0),
(76726, 657, 74, 'Savigne', 461595000, 3193600, 0),
(76727, 657, 74, 'Savigny-Levescault', 465350200, 4771900, 0),
(76728, 657, 74, 'Scorbe-Clairvaux', 468106100, 4136900, 0),
(76729, 657, 74, 'Secondigny', 466102400, -4167900, 0),
(76730, 657, 74, 'Segonzac', 456166700, -2166700, 0),
(76731, 657, 74, 'Sers', 455981000, 3236000, 0),
(76732, 657, 74, 'Sevres-Anxaumont', 465703600, 4660200, 0),
(76733, 657, 74, 'Sireuil', 456166700, 166700, 0),
(76734, 657, 74, 'Smarves', 465107800, 3498000, 0),
(76735, 657, 74, 'Soyaux', 456500000, 2000000, 0),
(76736, 657, 74, 'Taillebourg', 458375000, -6422000, 0),
(76737, 657, 74, 'Tesson', 456319000, -6531000, 0),
(76738, 657, 74, 'Thaire', 460734100, -10023000, 0),
(76739, 657, 74, 'Thenac', 456670500, -6534500, 0),
(76740, 657, 74, 'Thorigne', 462915000, -2512200, 0),
(76741, 657, 74, 'Thouars', 469760200, -2150700, 0),
(76742, 657, 74, 'Thure', 468322200, 4579700, 0),
(76743, 657, 74, 'Tonnay-Boutonne', 459681500, -7084700, 0),
(76744, 657, 74, 'Tonnay-Charente', 459490000, -8935000, 0),
(76745, 657, 74, 'Touvre', 456666700, 2500000, 0),
(76746, 657, 74, 'Usson-du-Poitou', 462778200, 5281600, 0),
(76747, 657, 74, 'Vaux-sur-Mer', 456460600, -10584100, 0),
(76748, 657, 74, 'Vendeuvre-du-Poitou', 467357900, 3099600, 0),
(76749, 657, 74, 'Verines', 461937200, -9668300, 0),
(76750, 657, 74, 'Villefagnan', 460114000, 793600, 0),
(76751, 657, 74, 'Villiers-en-Plaine', 464089500, -5375600, 0),
(76752, 657, 74, 'Vivonne', 464295300, 2644300, 0),
(76753, 657, 74, 'Voeuil-et-Giget', 455833300, 1500000, 0),
(76754, 657, 74, 'Vouneuil-sous-Biard', 465738700, 2698800, 0),
(76755, 658, 74, 'Althen-des-Paluds', 440040500, 49586100, 0),
(76756, 658, 74, 'Annot', 439656600, 66644100, 0),
(76757, 658, 74, 'Aspremont', 437853900, 72445800, 0),
(76758, 658, 74, 'Aubignan', 440994100, 50240900, 0),
(76759, 658, 74, 'Aups', 436290400, 62255300, 0),
(76760, 658, 74, 'Aureille', 437082100, 49472800, 0),
(76761, 658, 74, 'Bagnols-en-Foret', 435366600, 67019000, 0),
(76762, 658, 74, 'Barbentane', 438996700, 47492100, 0),
(76763, 658, 74, 'Beaumont-de-Pertuis', 437378800, 56861800, 0),
(76764, 658, 74, 'Beausoleil', 437490400, 74170200, 0),
(76765, 658, 74, 'Bedarrides', 440402200, 48981900, 0),
(76766, 658, 74, 'Belcodene', 434261200, 55887800, 0),
(76767, 658, 74, 'Berre-les-Alpes', 438333300, 73333300, 0),
(76768, 658, 74, 'Besse-sur-Issole', 433495700, 61775900, 0),
(76769, 658, 74, 'Blausasc', 438069000, 73688300, 0),
(76770, 658, 74, 'Bonnieux', 438245200, 53073900, 0),
(76771, 658, 74, 'Boulbon', 438623200, 46939100, 0),
(76772, 658, 74, 'Briancon', 449000000, 66500000, 0),
(76773, 658, 74, 'Cabannes', 438601500, 49519200, 0),
(76774, 658, 74, 'Cabasse', 434282300, 62209100, 0),
(76775, 658, 74, 'Cadenet', 437344500, 53749900, 0),
(76776, 658, 74, 'Callas', 435923700, 65373800, 0),
(76777, 658, 74, 'Callian', 436231000, 67519000, 0),
(76778, 658, 74, 'Carnoules', 433019300, 61880400, 0),
(76779, 658, 74, 'Carnoux-en-Provence', 432563900, 55644400, 0),
(76780, 658, 74, 'Carry-le-Rouet', 433313900, 51523700, 0),
(76781, 658, 74, 'Cavalaire-sur-Mer', 431740300, 65271500, 0),
(76782, 658, 74, 'Charleval', 437186400, 52454600, 0),
(76783, 658, 74, 'Chateau-Arnoux-Saint-Auban', 440942000, 60092000, 0),
(76784, 658, 74, 'Chateauneuf-Grasse', 436666700, 69833300, 0),
(76785, 658, 74, 'Chateauneuf-de-Gadagne', 439268300, 49445300, 0),
(76786, 658, 74, 'Chateauneuf-du-Pape', 440563800, 48324400, 0),
(76787, 658, 74, 'Cheval-Blanc', 438018900, 50622900, 0),
(76788, 658, 74, 'Chorges', 445471000, 62775200, 0),
(76789, 658, 74, 'Collobrieres', 432373500, 63087500, 0),
(76790, 658, 74, 'Colomars', 437540600, 72198000, 0),
(76791, 658, 74, 'Cornillon-Confoux', 435666700, 50666700, 0),
(76792, 658, 74, 'Cuges-les-Pins', 432758500, 56994400, 0),
(76793, 658, 74, 'Entraigues-sur-la-Sorgue', 440000000, 49166700, 0),
(76794, 658, 74, 'Evenos', 431586300, 58478600, 0),
(76795, 658, 74, 'Eygalieres', 437609900, 49496800, 0),
(76796, 658, 74, 'Eyguieres', 436948100, 50313100, 0),
(76797, 658, 74, 'Eze', 437166700, 73666700, 0),
(76798, 658, 74, 'Falicon', 437478600, 72776400, 0),
(76799, 658, 74, 'Figanieres', 435700000, 65000000, 0),
(76800, 658, 74, 'Flassans-sur-Issole', 433702000, 62236300, 0),
(76801, 658, 74, 'Fontvieille', 437280600, 47095300, 0),
(76802, 658, 74, 'Gareoult', 433285800, 60459400, 0),
(76803, 658, 74, 'Gargas', 439019900, 53578100, 0),
(76804, 658, 74, 'Gassin', 432287400, 65848000, 0),
(76805, 658, 74, 'Gilette', 438478800, 71634900, 0),
(76806, 658, 74, 'Grans', 436035700, 50688100, 0),
(76807, 658, 74, 'Greasque', 434331000, 55444900, 0),
(76808, 658, 74, 'Grillon', 443915200, 49304000, 0),
(76809, 658, 74, 'Jausiers', 444170500, 67294700, 0),
(76810, 658, 74, 'Jonquerettes', 439465500, 49328600, 0),
(76811, 658, 74, 'Jonquieres', 441143100, 49000300, 0),
(76812, 658, 74, 'Jouques', 436375000, 56400600, 0),
(76813, 658, 74, 'L''Argentiere-la-Bessee', 447953000, 65600000, 0),
(76814, 658, 74, 'L''Isle-sur-la-Sorgue', 439191500, 50509200, 0),
(76815, 658, 74, 'La Bastidonne', 437011000, 55683000, 0),
(76816, 658, 74, 'La Batie-Neuve', 445666700, 62000000, 0),
(76817, 658, 74, 'La Cadiere-d''Azur', 431967000, 57564000, 0),
(76818, 658, 74, 'La Colle-sur-Loup', 436875000, 71026800, 0),
(76819, 658, 74, 'La Destrousse', 433750500, 56056000, 0),
(76820, 658, 74, 'La Freissinouse', 445356000, 60106000, 0),
(76821, 658, 74, 'La Londe-les-Maures', 431371400, 62349900, 0),
(76822, 658, 74, 'La Roche-des-Arnauds', 445613400, 59551900, 0),
(76823, 658, 74, 'La Roque-d''Antheron', 437156000, 53114000, 0),
(76824, 658, 74, 'La Roquebrussanne', 433398900, 59761800, 0),
(76825, 658, 74, 'La Salle-les-Alpes', 449458000, 65717000, 0),
(76826, 658, 74, 'La Tour-d''Aigues', 437261000, 55486000, 0),
(76827, 658, 74, 'La Trinite', 437414900, 73135300, 0),
(76828, 658, 74, 'Lamanon', 437006000, 50885700, 0),
(76829, 658, 74, 'Lapalud', 443044600, 46895300, 0),
(76830, 658, 74, 'Laragne-Monteglin', 443166700, 58166700, 0),
(76831, 658, 74, 'Le Bar-sur-Loup', 437020000, 69897000, 0),
(76832, 658, 74, 'Le Cannet-des-Maures', 433927200, 63416500, 0),
(76833, 658, 74, 'Le Castellet', 432028500, 57764200, 0),
(76834, 658, 74, 'Le Thoronet', 434525700, 63034300, 0),
(76835, 658, 74, 'Le Tignet', 436388700, 68417300, 0),
(76836, 658, 74, 'Loriol-du-Comtat', 440762600, 49992200, 0),
(76837, 658, 74, 'Lourmarin', 437659900, 53666700, 0),
(76838, 658, 74, 'Maillane', 438311400, 47815200, 0),
(76839, 658, 74, 'Malaucene', 441724000, 51329400, 0),
(76840, 658, 74, 'Mallemort', 437317200, 51794500, 0),
(76841, 658, 74, 'Manosque', 438288300, 57868800, 0),
(76842, 658, 74, 'Maubec', 438459300, 51402700, 0),
(76843, 658, 74, 'Maussane-les-Alpilles', 437223600, 48049700, 0),
(76844, 658, 74, 'Mazan', 440568000, 51274700, 0),
(76845, 658, 74, 'Menerbes', 438324200, 52059700, 0),
(76846, 658, 74, 'Meounes-les-Montrieux', 432796600, 59701200, 0),
(76847, 658, 74, 'Merindol', 437551600, 52035700, 0),
(76848, 658, 74, 'Mirabeau', 437050000, 56567000, 0),
(76849, 658, 74, 'Mondragon', 442385800, 47100500, 0),
(76850, 658, 74, 'Montgenevre', 449316000, 67219000, 0),
(76851, 658, 74, 'Mormoiron', 440678300, 51788500, 0),
(76852, 658, 74, 'Mornas', 442002500, 47290200, 0),
(76853, 658, 74, 'Mouans-Sartoux', 436222400, 69731200, 0),
(76854, 658, 74, 'Oppede', 438286600, 51616100, 0),
(76855, 658, 74, 'Paradou', 437172900, 47845800, 0),
(76856, 658, 74, 'Peillon', 437786100, 73827800, 0),
(76857, 658, 74, 'Pernes-les-Fontaines', 440002800, 50514100, 0),
(76858, 658, 74, 'Peymeinade', 436363600, 68777600, 0),
(76859, 658, 74, 'Peyruis', 440295900, 59426200, 0),
(76860, 658, 74, 'Pierrefeu-du-Var', 432244800, 61432900, 0),
(76861, 658, 74, 'Pignans', 433012800, 62274800, 0),
(76862, 658, 74, 'Piolenc', 441794500, 47640800, 0),
(76863, 658, 74, 'Plan-d''Aups-Sainte-Baume', 433333300, 57166700, 0),
(76864, 658, 74, 'Plan-d''Orgon', 438117000, 50019000, 0),
(76865, 658, 74, 'Port-Saint-Louis-du-Rhone', 433873400, 48260900, 0),
(76866, 658, 74, 'Puget-Ville', 432894400, 61361200, 0),
(76867, 658, 74, 'Puyloubier', 435252200, 56765000, 0),
(76868, 658, 74, 'Ramatuelle', 432169600, 66113700, 0),
(76869, 658, 74, 'Rayol-Canadel-sur-Mer', 431594000, 64625000, 0),
(76870, 658, 74, 'Regusse', 436572400, 61297200, 0),
(76871, 658, 74, 'Reillanne', 438813100, 56573600, 0),
(76872, 658, 74, 'Ribiers', 442319000, 58572000, 0),
(76873, 658, 74, 'Roaix', 442453000, 50144000, 0),
(76874, 658, 74, 'Rognes', 436641800, 53480100, 0),
(76875, 658, 74, 'Rognonas', 438999300, 48036900, 0),
(76876, 658, 74, 'Roquebilliere', 440125000, 73074800, 0),
(76877, 658, 74, 'Roquefort-la-Bedoule', 432488300, 55901500, 0),
(76878, 658, 74, 'Roquefort-les-Pins', 436664000, 70514000, 0),
(76879, 658, 74, 'Rousset', 434830700, 56195900, 0),
(76880, 658, 74, 'Saint-Andre-les-Alpes', 439689000, 65083000, 0),
(76881, 658, 74, 'Saint-Chaffrey', 449255500, 66076800, 0),
(76882, 658, 74, 'Saint-Jean-Cap-Ferrat', 436892200, 73323800, 0),
(76883, 658, 74, 'Saint-Jeannet', 437472300, 71428400, 0),
(76884, 658, 74, 'Saint-Maime', 439047000, 57933000, 0),
(76885, 658, 74, 'Saint-Mandrier-sur-Mer', 430780000, 59290000, 0),
(76886, 658, 74, 'Saint-Martin-de-Queyrieres', 448231900, 65790100, 0),
(76887, 658, 74, 'Saint-Martin-de-la-Brasque', 437708000, 55378000, 0),
(76888, 658, 74, 'Saint-Paul-de-Vence', 437000000, 71166700, 0),
(76889, 658, 74, 'Saint-Romain-en-Viennois', 442589000, 51103000, 0),
(76890, 658, 74, 'Saint-Saturnin-les-Apt', 439333300, 53833300, 0),
(76891, 658, 74, 'Saint-Saturnin-les-Avignon', 439550100, 49254800, 0),
(76892, 658, 74, 'Saint-Savournin', 434084800, 55269000, 0),
(76893, 658, 74, 'Saint-Zacharie', 433852100, 57080800, 0),
(76894, 658, 74, 'Sainte-Cecile-les-Vignes', 442450600, 48839000, 0),
(76895, 658, 74, 'Salernes', 435634900, 62339800, 0),
(76896, 658, 74, 'Sarrians', 440840100, 49696500, 0),
(76897, 658, 74, 'Saumane-de-Vaucluse', 439372000, 51069000, 0),
(76898, 658, 74, 'Seillans', 436350000, 66466600, 0),
(76899, 658, 74, 'Serres', 444286500, 57158100, 0),
(76900, 658, 74, 'Signes', 432901000, 58623200, 0),
(76901, 658, 74, 'Simiane-Collongue', 434306700, 54345400, 0),
(76902, 658, 74, 'Sisteron', 441875800, 59462300, 0),
(76903, 658, 74, 'Sollies-Toucas', 432082100, 60249600, 0),
(76904, 658, 74, 'Speracedes', 436436400, 68527900, 0),
(76905, 658, 74, 'Tanneron', 435908300, 68749500, 0),
(76906, 658, 74, 'Tende', 440857100, 75934000, 0),
(76907, 658, 74, 'Tourrettes-sur-Loup', 437166700, 70500000, 0),
(76908, 658, 74, 'Tourves', 434077600, 59241500, 0),
(76909, 658, 74, 'Trans-en-Provence', 435050000, 64857100, 0),
(76910, 658, 74, 'Trets', 434481800, 56832800, 0),
(76911, 658, 74, 'Uchaux', 442166700, 48000000, 0),
(76912, 658, 74, 'Vacqueyras', 441373500, 49828100, 0),
(76913, 658, 74, 'Vaison-la-Romaine', 442389600, 50746100, 0),
(76914, 658, 74, 'Valensole', 438379900, 59832300, 0),
(76915, 658, 74, 'Valreas', 443836600, 49908400, 0),
(76916, 658, 74, 'Vauvenargues', 435556000, 56036000, 0),
(76917, 658, 74, 'Velleron', 439575900, 50287900, 0),
(76918, 658, 74, 'Venasque', 439921400, 51489500, 0),
(76919, 658, 74, 'Vernegues', 436857500, 51715600, 0),
(76920, 658, 74, 'Veynes', 445333300, 58166700, 0),
(76921, 658, 74, 'Villar-Saint-Pancrace', 448731800, 66266900, 0),
(76922, 658, 74, 'Villelaure', 437131900, 54307200, 0),
(76923, 658, 74, 'Visan', 443141000, 49520200, 0),
(76924, 658, 74, 'Volonne', 441103900, 60142400, 0),
(76925, 659, 74, 'Abondance', 462803100, 67202600, 0),
(76926, 659, 74, 'Aiguebelle', 455433000, 63061000, 0),
(76927, 659, 74, 'Albon', 452464000, 48494000, 0),
(76928, 659, 74, 'Alby-sur-Cheran', 458166700, 60166700, 0),
(76929, 659, 74, 'Alex', 458897000, 62392000, 0),
(76930, 659, 74, 'Alissas', 447125300, 46293600, 0),
(76931, 659, 74, 'Alixan', 449747600, 50264100, 0),
(76932, 659, 74, 'Allan', 444986500, 47875200, 0),
(76933, 659, 74, 'Allevard', 453933700, 60713000, 0),
(76934, 659, 74, 'Allieres-et-Risset', 450993400, 56792400, 0),
(76935, 659, 74, 'Allinges', 463365800, 64636300, 0),
(76936, 659, 74, 'Allonzier-la-Caille', 460035200, 61177600, 0),
(76937, 659, 74, 'Amberieux-en-Dombes', 459943200, 49051200, 0),
(76938, 659, 74, 'Ambronay', 460046000, 53610700, 0),
(76939, 659, 74, 'Amplepuis', 459726000, 43316000, 0),
(76940, 659, 74, 'Ancone', 445816000, 47271100, 0),
(76941, 659, 74, 'Anjou', 453478000, 48822000, 0),
(76942, 659, 74, 'Anneyron', 452726500, 48878600, 0),
(76943, 659, 74, 'Aouste-sur-Sye', 447169900, 50551600, 0),
(76944, 659, 74, 'Araches-la-Frasse', 460429700, 66314500, 0),
(76945, 659, 74, 'Arbent', 462922100, 56789000, 0),
(76946, 659, 74, 'Ars-sur-Formans', 459941800, 48231300, 0),
(76947, 659, 74, 'Arthaz-Pont-Notre-Dame', 461594100, 62659800, 0),
(76948, 659, 74, 'Attignat', 462881500, 51612600, 0),
(76949, 659, 74, 'Autrans', 451770400, 55442400, 0),
(76950, 659, 74, 'Aveize', 456813900, 44764600, 0),
(76951, 659, 74, 'Bage-le-Chatel', 463000000, 49333000, 0),
(76952, 659, 74, 'Ballaison', 462994300, 63319100, 0),
(76953, 659, 74, 'Barberaz', 455500000, 59333300, 0),
(76954, 659, 74, 'Barraux', 454350300, 59789000, 0),
(76955, 659, 74, 'Beard-Geovreissiat', 461906000, 55575000, 0),
(76956, 659, 74, 'Beauchastel', 448275900, 47969600, 0),
(76957, 659, 74, 'Beaucroissant', 453422900, 54694200, 0),
(76958, 659, 74, 'Beaumont', 461015600, 61173200, 0),
(76959, 659, 74, 'Beaumont-les-Valence', 448632800, 49457000, 0),
(76960, 659, 74, 'Beaurepaire', 453367400, 50552500, 0),
(76961, 659, 74, 'Beausemblant', 452178400, 48284700, 0),
(76962, 659, 74, 'Beauvallon', 448566200, 49115500, 0),
(76963, 659, 74, 'Belle-Plagne', 455093200, 67068500, 0),
(76964, 659, 74, 'Belmont-de-la-Loire', 461664000, 43473200, 0),
(76965, 659, 74, 'Bernex', 463608000, 66758000, 0),
(76966, 659, 74, 'Bernin', 452714000, 58651600, 0),
(76967, 659, 74, 'Bessenay', 457772100, 45537600, 0),
(76968, 659, 74, 'Bey', 462203000, 48467000, 0),
(76969, 659, 74, 'Beynost', 458380900, 50060800, 0),
(76970, 659, 74, 'Biol', 454925000, 53861000, 0),
(76971, 659, 74, 'Bloye', 458267000, 59461000, 0),
(76972, 659, 74, 'Bonne', 461694000, 63214000, 0),
(76973, 659, 74, 'Bonson', 455245600, 42165900, 0),
(76974, 659, 74, 'Boulieu-les-Annonay', 452708400, 46671800, 0),
(76975, 659, 74, 'Bourg-Argental', 452959000, 45603700, 0),
(76976, 659, 74, 'Bourg-de-Peage', 450282500, 50716200, 0),
(76977, 659, 74, 'Bourg-de-Thizy', 460337100, 42990400, 0),
(76978, 659, 74, 'Bourgoin', 455833300, 52833300, 0),
(76979, 659, 74, 'Brezins', 453520200, 53069200, 0),
(76980, 659, 74, 'Brie-et-Angonnes', 451241800, 57837400, 0),
(76981, 659, 74, 'Briennon', 461502400, 40872000, 0),
(76982, 659, 74, 'Brindas', 457218100, 46897300, 0),
(76983, 659, 74, 'Bussieres', 458362100, 42685500, 0),
(76984, 659, 74, 'Certines', 461332400, 52649600, 0),
(76985, 659, 74, 'Cessieu', 455657600, 53770400, 0),
(76986, 659, 74, 'Chabeuil', 448996300, 50188400, 0),
(76987, 659, 74, 'Chabons', 454409300, 54275000, 0),
(76988, 659, 74, 'Chalain-d''Uzore', 456733000, 40711000, 0),
(76989, 659, 74, 'Chalain-le-Comtal', 456461000, 41708000, 0),
(76990, 659, 74, 'Chalamont', 459966500, 51701400, 0),
(76991, 659, 74, 'Challes-les-Eaux', 455519500, 59817100, 0),
(76992, 659, 74, 'Chamagnieu', 456811400, 51639200, 0),
(76993, 659, 74, 'Chamboeuf', 455833300, 43166700, 0),
(76994, 659, 74, 'Chambost-Allieres', 460192000, 44992000, 0),
(76995, 659, 74, 'Champ-sur-Drac', 450691200, 57322500, 0),
(76996, 659, 74, 'Champagne-au-Mont-d''Or', 457950000, 47910000, 0),
(76997, 659, 74, 'Champagnier', 451129400, 57265400, 0),
(76998, 659, 74, 'Champdieu', 456447800, 40458300, 0),
(76999, 659, 74, 'Champier', 454563800, 52922300, 0),
(77000, 659, 74, 'Chanas', 453188100, 48184900, 0),
(77001, 659, 74, 'Chandolas', 444044000, 42533000, 0),
(77002, 659, 74, 'Chandon', 461496000, 42144600, 0),
(77003, 659, 74, 'Chanos-Curson', 450605700, 49238100, 0),
(77004, 659, 74, 'Chapareillan', 454651300, 59917100, 0),
(77005, 659, 74, 'Chaponnay', 456309700, 49429900, 0),
(77006, 659, 74, 'Chaponost', 457059200, 47444100, 0),
(77007, 659, 74, 'Charavines', 454304300, 55160200, 0),
(77008, 659, 74, 'Charbonnieres-les-Bains', 457842000, 47463000, 0),
(77009, 659, 74, 'Charentay', 460890600, 46792300, 0),
(77010, 659, 74, 'Charlieu', 461601400, 41740600, 0),
(77011, 659, 74, 'Charly', 456525500, 47961000, 0),
(77012, 659, 74, 'Charnay', 458911200, 46680100, 0),
(77013, 659, 74, 'Charnecles', 453446700, 55259500, 0),
(77014, 659, 74, 'Charols', 445939000, 49522000, 0),
(77015, 659, 74, 'Charvieu-Chavagneux', 457500000, 51500000, 0),
(77016, 659, 74, 'Chasse-sur-Rhone', 455833900, 47982300, 0),
(77017, 659, 74, 'Chassieu', 457458400, 49708800, 0),
(77018, 659, 74, 'Chateauneuf', 455245700, 46404400, 0),
(77019, 659, 74, 'Chateauneuf-du-Rhone', 444877900, 47175900, 0),
(77020, 659, 74, 'Chatel', 462665800, 68422900, 0),
(77021, 659, 74, 'Chatillon-en-Michaille', 461432000, 57995000, 0),
(77022, 659, 74, 'Chatonnay', 454869900, 52036800, 0),
(77023, 659, 74, 'Chavanay', 454143700, 47315700, 0),
(77024, 659, 74, 'Chavanod', 458896400, 60423500, 0),
(77025, 659, 74, 'Chavanoz', 457764300, 51703200, 0),
(77026, 659, 74, 'Chilly', 459933200, 59533500, 0),
(77027, 659, 74, 'Chirens', 454128000, 55570700, 0),
(77028, 659, 74, 'Chiroubles', 461810000, 46650000, 0),
(77029, 659, 74, 'Choisy', 459930500, 60553500, 0),
(77030, 659, 74, 'Chomerac', 447075200, 46616400, 0),
(77031, 659, 74, 'Chuzelles', 455848400, 48779500, 0),
(77032, 659, 74, 'Civrieux', 459217700, 48854800, 0),
(77033, 659, 74, 'Civrieux-d''Azergues', 458589000, 47139000, 0),
(77034, 659, 74, 'Clerieux', 450772200, 49593700, 0),
(77035, 659, 74, 'Cluses', 460625100, 65749700, 0),
(77036, 659, 74, 'Coise', 456144000, 44742000, 0),
(77037, 659, 74, 'Coise-Saint-Jean-Pied-Gauthier', 455257800, 61435900, 0),
(77038, 659, 74, 'Coligny', 463825200, 53455400, 0),
(77039, 659, 74, 'Colombe', 453991200, 54510900, 0),
(77040, 659, 74, 'Colombier-Saugnieu', 457122000, 51128000, 0),
(77041, 659, 74, 'Communay', 456067100, 48398800, 0),
(77042, 659, 74, 'Contamine-sur-Arve', 461294200, 63383900, 0),
(77043, 659, 74, 'Corbelin', 456086800, 55444800, 0),
(77044, 659, 74, 'Cordon', 459240800, 66123700, 0),
(77045, 659, 74, 'Cornas', 449649800, 48480600, 0),
(77046, 659, 74, 'Cornier', 460937800, 62979600, 0),
(77047, 659, 74, 'Corveissiat', 462439000, 54819000, 0),
(77048, 659, 74, 'Cour-et-Buis', 454411000, 50058000, 0),
(77049, 659, 74, 'Cours-la-Ville', 461000000, 43166700, 0),
(77050, 659, 74, 'Cremieu', 457289900, 52483900, 0),
(77051, 659, 74, 'Crolles', 452819800, 58782400, 0),
(77052, 659, 74, 'Crottet', 462777800, 48924900, 0),
(77053, 659, 74, 'Cruas', 446554400, 47614400, 0),
(77054, 659, 74, 'Cublize', 460204000, 43795300, 0),
(77055, 659, 74, 'Curtin', 456435300, 54898200, 0),
(77056, 659, 74, 'Dagneux', 458514000, 50778000, 0),
(77057, 659, 74, 'Davezieux', 452573200, 47087500, 0),
(77058, 659, 74, 'Decines-Charpieu', 457689900, 49727700, 0),
(77059, 659, 74, 'Denice', 460014100, 46452300, 0),
(77060, 659, 74, 'Divonne-les-Bains', 463593800, 61357400, 0),
(77061, 659, 74, 'Dolomieu', 456132800, 55001600, 0),
(77062, 659, 74, 'Domarin', 455855600, 52430800, 0),
(77063, 659, 74, 'Domene', 452034500, 58390500, 0),
(77064, 659, 74, 'Domessin', 455343000, 57007700, 0),
(77065, 659, 74, 'Dommartin', 458358000, 47119000, 0),
(77066, 659, 74, 'Donzere', 444408900, 47117900, 0),
(77067, 659, 74, 'Dortan', 463197300, 56602800, 0),
(77068, 659, 74, 'Drumettaz-Clarafond', 456603700, 59214600, 0),
(77069, 659, 74, 'Echalas', 455519000, 47164500, 0),
(77070, 659, 74, 'Echenevex', 463096300, 60393000, 0),
(77071, 659, 74, 'Entre-deux-Guiers', 454318100, 57491100, 0),
(77072, 659, 74, 'Epierre', 454547000, 62953000, 0),
(77073, 659, 74, 'Epinouze', 453090700, 49337600, 0),
(77074, 659, 74, 'Erome', 451208000, 48219000, 0),
(77075, 659, 74, 'Etables', 451019000, 47261000, 0),
(77076, 659, 74, 'Etoile-sur-Rhone', 448381200, 48915900, 0),
(77077, 659, 74, 'Etrembieres', 461786400, 62177400, 0),
(77078, 659, 74, 'Fareins', 460179300, 47599300, 0),
(77079, 659, 74, 'Feillens', 463351500, 48886300, 0),
(77080, 659, 74, 'Felines', 453169300, 47306700, 0),
(77081, 659, 74, 'Fillinges', 461594400, 63423700, 0),
(77082, 659, 74, 'Fitilieu', 455474400, 55619400, 0),
(77083, 659, 74, 'Flaviac', 447477700, 46743400, 0),
(77084, 659, 74, 'Fontaines-sur-Saone', 458337700, 48483400, 0),
(77085, 659, 74, 'Fontanil-Cornillon', 452480800, 56643400, 0),
(77086, 659, 74, 'Fraisses', 453833300, 42500000, 0),
(77087, 659, 74, 'Frans', 459922800, 47758200, 0),
(77088, 659, 74, 'Frontenex', 456333300, 63166700, 0),
(77089, 659, 74, 'Frontonas', 456478200, 51834100, 0),
(77090, 659, 74, 'Genilac', 455331000, 45825000, 0),
(77091, 659, 74, 'Genissieux', 450842600, 50833700, 0),
(77092, 659, 74, 'Gilly-sur-Isere', 456591700, 63509600, 0),
(77093, 659, 74, 'Gleize', 459908200, 47007100, 0),
(77094, 659, 74, 'Goncelin', 453445300, 59789200, 0),
(77095, 659, 74, 'Grandris', 460387100, 44748600, 0),
(77096, 659, 74, 'Grane', 447333300, 49166700, 0),
(77097, 659, 74, 'Grezieu-le-Marche', 456572000, 44219000, 0),
(77098, 659, 74, 'Grignan', 444197600, 49082600, 0),
(77099, 659, 74, 'Grignon', 456516400, 63772700, 0),
(77100, 659, 74, 'Groissiat', 462221300, 56077500, 0),
(77101, 659, 74, 'Groisy', 460183500, 61708300, 0),
(77102, 659, 74, 'Guereins', 461062800, 47790200, 0),
(77103, 659, 74, 'Haute-Rivoire', 457152600, 43966200, 0),
(77104, 659, 74, 'Herbeys', 451373500, 57959200, 0),
(77105, 659, 74, 'Hery-sur-Alby', 457978000, 60139000, 0),
(77106, 659, 74, 'Heyrieux', 456285300, 50584900, 0),
(77107, 659, 74, 'Huez', 450825200, 60584800, 0),
(77108, 659, 74, 'Jacob-Bellecombette', 455527500, 59116000, 0),
(77109, 659, 74, 'Janneyrias', 457534600, 51102700, 0),
(77110, 659, 74, 'Jarrie', 451173200, 57595700, 0),
(77111, 659, 74, 'Jassans-Riottier', 459835200, 47600400, 0),
(77112, 659, 74, 'Jasseron', 462131600, 53257900, 0),
(77113, 659, 74, 'Jonage', 457964000, 50453000, 0),
(77114, 659, 74, 'Jonzieux', 453158200, 43604100, 0),
(77115, 659, 74, 'Jujurieux', 460397600, 54132800, 0),
(77116, 659, 74, 'Juvigny', 462142000, 62811000, 0),
(77117, 659, 74, 'L''Albenc', 452258000, 54411000, 0),
(77118, 659, 74, 'L''Arbresle', 458364000, 46178000, 0),
(77119, 659, 74, 'La Balme-de-Sillingy', 459611000, 60425100, 0),
(77120, 659, 74, 'La Balme-les-Grottes', 458533000, 53369000, 0),
(77121, 659, 74, 'La Bathie', 456281300, 64510600, 0),
(77122, 659, 74, 'La Batie-Divisin', 455108000, 55986000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(77123, 659, 74, 'La Batie-Montgascon', 455780800, 55302400, 0),
(77124, 659, 74, 'La Batie-Rolland', 445550000, 48658000, 0),
(77125, 659, 74, 'La Begude-de-Mazenc', 445457300, 49360800, 0),
(77126, 659, 74, 'La Biolle', 457591600, 59307000, 0),
(77127, 659, 74, 'La Boisse', 458427800, 50363900, 0),
(77128, 659, 74, 'La Buisse', 453354000, 56228200, 0),
(77129, 659, 74, 'La Chambre', 453586600, 63024900, 0),
(77130, 659, 74, 'La Chapelle-Blanche', 454486000, 60731000, 0),
(77131, 659, 74, 'La Cote-Saint-Andre', 453935700, 52605500, 0),
(77132, 659, 74, 'La Garde-Adhemar', 443955300, 47577600, 0),
(77133, 659, 74, 'La Motte-Saint-Martin', 449513100, 57181400, 0),
(77134, 659, 74, 'La Motte-Servolex', 455941600, 58757500, 0),
(77135, 659, 74, 'La Motte-d''Aveillans', 449619000, 57458000, 0),
(77136, 659, 74, 'La Motte-de-Galaure', 451975000, 49064000, 0),
(77137, 659, 74, 'La Mulatiere', 457259000, 48071200, 0),
(77138, 659, 74, 'La Murette', 453809800, 55402800, 0),
(77139, 659, 74, 'La Talaudiere', 454809400, 44317300, 0),
(77140, 659, 74, 'La Terrasse', 453263400, 59327700, 0),
(77141, 659, 74, 'La Tour-du-Pin', 455666700, 54500000, 0),
(77142, 659, 74, 'La Tour-en-Jarez', 454852300, 43875900, 0),
(77143, 659, 74, 'Lablachere', 444659500, 42165000, 0),
(77144, 659, 74, 'Lamastre', 449867200, 45797500, 0),
(77145, 659, 74, 'Lamure-sur-Azergues', 460631000, 44928000, 0),
(77146, 659, 74, 'Lans-en-Vercors', 451279300, 55857200, 0),
(77147, 659, 74, 'Larajasse', 456125200, 45002800, 0),
(77148, 659, 74, 'Largentiere', 445333300, 43000000, 0),
(77149, 659, 74, 'Lavilledieu', 445745600, 44547000, 0),
(77150, 659, 74, 'Le Bois-d''Oingt', 459211000, 45861000, 0),
(77151, 659, 74, 'Le Bourg-d''Oisans', 450558000, 60303000, 0),
(77152, 659, 74, 'Le Chambon', 448666700, 42833300, 0),
(77153, 659, 74, 'Le Chambon-Feugerolles', 453968900, 43259200, 0),
(77154, 659, 74, 'Le Champ-pres-Froges', 452810500, 59396600, 0),
(77155, 659, 74, 'Le Cheylas', 453736900, 59937600, 0),
(77156, 659, 74, 'Le Coteau', 460270600, 40869000, 0),
(77157, 659, 74, 'Le Grand-Lemps', 453978900, 54221500, 0),
(77158, 659, 74, 'Le Perreon', 460631200, 46020500, 0),
(77159, 659, 74, 'Le Pont-de-Beauvoisin', 455369400, 56733300, 0),
(77160, 659, 74, 'Le Pouzin', 447517300, 47479800, 0),
(77161, 659, 74, 'Le Touvet', 453580900, 59488900, 0),
(77162, 659, 74, 'Le Versoud', 452138600, 58581500, 0),
(77163, 659, 74, 'Lemps', 451100000, 47653000, 0),
(77164, 659, 74, 'Lentigny', 459959600, 39816300, 0),
(77165, 659, 74, 'Lentilly', 458198400, 46635200, 0),
(77166, 659, 74, 'Les Allues', 454325500, 65555800, 0),
(77167, 659, 74, 'Les Avenieres', 456315600, 55707400, 0),
(77168, 659, 74, 'Les Cheres', 458897500, 47467000, 0),
(77169, 659, 74, 'Les Deux Alpes', 450116000, 61254800, 0),
(77170, 659, 74, 'Les Eparres', 455342000, 52936000, 0),
(77171, 659, 74, 'Les Marches', 454992100, 60008700, 0),
(77172, 659, 74, 'Les Neyrolles', 461425000, 56342000, 0),
(77173, 659, 74, 'Letra', 459631000, 45250000, 0),
(77174, 659, 74, 'Liergues', 459713800, 46623100, 0),
(77175, 659, 74, 'Lissieu', 458642600, 47470300, 0),
(77176, 659, 74, 'Livet-et-Gavet', 451078200, 59333300, 0),
(77177, 659, 74, 'Lorette', 455061800, 45752200, 0),
(77178, 659, 74, 'Loriol-sur-Drome', 447521400, 48254700, 0),
(77179, 659, 74, 'Loyettes', 457762000, 52074300, 0),
(77180, 659, 74, 'Lozanne', 458559100, 46859400, 0),
(77181, 659, 74, 'Lucenay', 459126300, 47027600, 0),
(77182, 659, 74, 'Lugrin', 464033000, 66674400, 0),
(77183, 659, 74, 'Lumbin', 453056800, 59113600, 0),
(77184, 659, 74, 'Luriecq', 454519000, 40808000, 0),
(77185, 659, 74, 'Macot-la-Plagne', 455500000, 66666700, 0),
(77186, 659, 74, 'Magland', 460197100, 66201600, 0),
(77187, 659, 74, 'Malataverne', 444872700, 47520800, 0),
(77188, 659, 74, 'Manziat', 463594000, 49066200, 0),
(77189, 659, 74, 'Marcilloles', 453411000, 51844000, 0),
(77190, 659, 74, 'Marcy-l''Etoile', 457800000, 47000000, 0),
(77191, 659, 74, 'Marennes', 456205400, 49155100, 0),
(77192, 659, 74, 'Margencel', 463370000, 64330500, 0),
(77193, 659, 74, 'Marges', 451478000, 50364000, 0),
(77194, 659, 74, 'Marigny-Saint-Marcel', 458300000, 59867000, 0),
(77195, 659, 74, 'Marlhes', 452832100, 43975200, 0),
(77196, 659, 74, 'Marnaz', 460620100, 65269200, 0),
(77197, 659, 74, 'Marsanne', 446437500, 48739400, 0),
(77198, 659, 74, 'Martignat', 462097200, 56104900, 0),
(77199, 659, 74, 'Massieux', 459096900, 48332100, 0),
(77200, 659, 74, 'Maubec', 455674900, 52643400, 0),
(77201, 659, 74, 'Maxilly-sur-Leman', 464002700, 66461700, 0),
(77202, 659, 74, 'Meillonnas', 462434200, 53492900, 0),
(77203, 659, 74, 'Meribel', 454149700, 65650000, 0),
(77204, 659, 74, 'Messery', 463503400, 62959000, 0),
(77205, 659, 74, 'Messimy', 456974100, 46729100, 0),
(77206, 659, 74, 'Meysse', 446102800, 47230600, 0),
(77207, 659, 74, 'Millery', 456317400, 47862800, 0),
(77208, 659, 74, 'Moirans', 453283000, 55534200, 0),
(77209, 659, 74, 'Monnetier-Mornex', 461603000, 62066700, 0),
(77210, 659, 74, 'Mont-de-Lans', 450362600, 61314100, 0),
(77211, 659, 74, 'Montagny-les-Lanches', 458622000, 60456000, 0),
(77212, 659, 74, 'Montalieu-Vercieu', 458157700, 54039300, 0),
(77213, 659, 74, 'Montboucher-sur-Jabron', 445503600, 48024500, 0),
(77214, 659, 74, 'Monteleger', 448552200, 49318100, 0),
(77215, 659, 74, 'Montelier', 449372600, 50311800, 0),
(77216, 659, 74, 'Montferrat', 454859100, 55907200, 0),
(77217, 659, 74, 'Montluel', 458519000, 50578000, 0),
(77218, 659, 74, 'Montmelian', 454999400, 60504700, 0),
(77219, 659, 74, 'Montoison', 447969200, 49418600, 0),
(77220, 659, 74, 'Montrevel-en-Bresse', 463366400, 51234000, 0),
(77221, 659, 74, 'Montriond', 461981000, 66950000, 0),
(77222, 659, 74, 'Montrond-les-Bains', 456509800, 42318700, 0),
(77223, 659, 74, 'Montrottier', 457914200, 44662700, 0),
(77224, 659, 74, 'Montsegur-sur-Lauzon', 443613500, 48592600, 0),
(77225, 659, 74, 'Montverdun', 457156000, 40678000, 0),
(77226, 659, 74, 'Morance', 458978100, 47004100, 0),
(77227, 659, 74, 'Morestel', 456760000, 54707900, 0),
(77228, 659, 74, 'Moutiers', 454833300, 65333300, 0),
(77229, 659, 74, 'Neulise', 459027900, 41809400, 0),
(77230, 659, 74, 'Neuville-les-Dames', 461622800, 50039900, 0),
(77231, 659, 74, 'Neuville-sur-Ain', 460807400, 53776400, 0),
(77232, 659, 74, 'Neuville-sur-Saone', 458770400, 48492000, 0),
(77233, 659, 74, 'Nivolas-Vermelle', 455551800, 53068200, 0),
(77234, 659, 74, 'Noiretable', 458180000, 37627600, 0),
(77235, 659, 74, 'Notre-Dame-de-Mesage', 450624100, 57588000, 0),
(77236, 659, 74, 'Novalaise', 455969300, 57659100, 0),
(77237, 659, 74, 'Nurieux-Volognat', 461864000, 55269000, 0),
(77238, 659, 74, 'Oingt', 459486000, 45831000, 0),
(77239, 659, 74, 'Onnion', 461719000, 64797000, 0),
(77240, 659, 74, 'Panissieres', 457928200, 43395500, 0),
(77241, 659, 74, 'Peillonnex', 461321500, 63758000, 0),
(77242, 659, 74, 'Pelussin', 454180800, 46824800, 0),
(77243, 659, 74, 'Pennes-le-Sec', 446389000, 53192000, 0),
(77244, 659, 74, 'Penol', 453911000, 51917000, 0),
(77245, 659, 74, 'Peron', 461905300, 59252400, 0),
(77246, 659, 74, 'Peronnas', 461907300, 52081900, 0),
(77247, 659, 74, 'Perouges', 459073500, 51727300, 0),
(77248, 659, 74, 'Perreux', 460383800, 41220500, 0),
(77249, 659, 74, 'Peyrins', 450924100, 50476700, 0),
(77250, 659, 74, 'Pizay', 458833000, 50833000, 0),
(77251, 659, 74, 'Planfoy', 453839000, 44414000, 0),
(77252, 659, 74, 'Polienas', 452497000, 54719000, 0),
(77253, 659, 74, 'Polliat', 462484900, 51265800, 0),
(77254, 659, 74, 'Pommiers', 459559400, 46935300, 0),
(77255, 659, 74, 'Poncin', 460838400, 54096600, 0),
(77256, 659, 74, 'Pont-d''Ain', 460500000, 53333000, 0),
(77257, 659, 74, 'Pont-de-Vaux', 464317000, 49401200, 0),
(77258, 659, 74, 'Pont-de-Veyle', 462624800, 48871700, 0),
(77259, 659, 74, 'Pont-de-l''Isere', 450056000, 48675000, 0),
(77260, 659, 74, 'Pont-en-Royans', 450636200, 53413600, 0),
(77261, 659, 74, 'Pontcharra', 454329000, 60142400, 0),
(77262, 659, 74, 'Pontcharra-sur-Turdine', 458774000, 44899300, 0),
(77263, 659, 74, 'Porcieu-Amblagnieu', 458344300, 54021800, 0),
(77264, 659, 74, 'Pouilly-les-Nonains', 460382000, 39819800, 0),
(77265, 659, 74, 'Pouilly-sous-Charlieu', 461456600, 41089000, 0),
(77266, 659, 74, 'Praz-sur-Arly', 458366100, 65732000, 0),
(77267, 659, 74, 'Precieux', 455833300, 41500000, 0),
(77268, 659, 74, 'Priay', 460018800, 52877500, 0),
(77269, 659, 74, 'Pringy', 459462200, 61260800, 0),
(77270, 659, 74, 'Quaix-en-Chartreuse', 452536000, 57194000, 0),
(77271, 659, 74, 'Quincie-en-Beaujolais', 461217800, 46234200, 0),
(77272, 659, 74, 'Quincieux', 459103600, 47782400, 0),
(77273, 659, 74, 'Quintenas', 451896600, 46873200, 0),
(77274, 659, 74, 'Reaumont', 453706000, 55267000, 0),
(77275, 659, 74, 'Reauville', 444453000, 48450000, 0),
(77276, 659, 74, 'Reignier-Esery', 461353000, 62692000, 0),
(77277, 659, 74, 'Renage', 453352900, 54852800, 0),
(77278, 659, 74, 'Renaison', 460517800, 39256800, 0),
(77279, 659, 74, 'Replonges', 463111100, 48796400, 0),
(77280, 659, 74, 'Reyssouze', 464328000, 49200000, 0),
(77281, 659, 74, 'Riorges', 460417900, 40496600, 0),
(77282, 659, 74, 'Rive-de-Gier', 455306700, 46213100, 0),
(77283, 659, 74, 'Riverie', 456006000, 45892000, 0),
(77284, 659, 74, 'Roche-la-Moliere', 454340800, 43227600, 0),
(77285, 659, 74, 'Rochemaure', 445874700, 47050700, 0),
(77286, 659, 74, 'Roiffieux', 452264700, 46550200, 0),
(77287, 659, 74, 'Rosieres', 444830600, 42559800, 0),
(77288, 659, 74, 'Rumilly', 458687300, 59365200, 0),
(77289, 659, 74, 'Sail-sous-Couzan', 457348200, 39689800, 0),
(77290, 659, 74, 'Saillans', 446975000, 51981000, 0),
(77291, 659, 74, 'Sain-Bel', 458107000, 45981500, 0),
(77292, 659, 74, 'Saint-Agreve', 450099300, 43937500, 0),
(77293, 659, 74, 'Saint-Alban-Leysse', 455833300, 59500000, 0),
(77294, 659, 74, 'Saint-Andre-d''Apchon', 460331000, 39311000, 0),
(77295, 659, 74, 'Saint-Andre-de-Corcy', 459259000, 49516600, 0),
(77296, 659, 74, 'Saint-Andre-le-Gaz', 455494300, 55350300, 0),
(77297, 659, 74, 'Saint-Aupre', 453833300, 56666700, 0),
(77298, 659, 74, 'Saint-Avre', 453533000, 63108000, 0),
(77299, 659, 74, 'Saint-Barthelemy-de-Sechilienne', 450434000, 58253000, 0),
(77300, 659, 74, 'Saint-Barthelemy-de-Vals', 451672900, 48697700, 0),
(77301, 659, 74, 'Saint-Bon-Tarentaise', 454337300, 66368600, 0),
(77302, 659, 74, 'Saint-Bonnet-le-Chateau', 454233800, 40667300, 0),
(77303, 659, 74, 'Saint-Bonnet-les-Oules', 455425000, 43314500, 0),
(77304, 659, 74, 'Saint-Bueil', 454772000, 56831000, 0),
(77305, 659, 74, 'Saint-Cergues', 462334900, 63195400, 0),
(77306, 659, 74, 'Saint-Chef', 456338400, 53651800, 0),
(77307, 659, 74, 'Saint-Christo-en-Jarez', 455431600, 44847400, 0),
(77308, 659, 74, 'Saint-Cyprien', 455337500, 42331100, 0),
(77309, 659, 74, 'Saint-Cyr-au-Mont-d''Or', 458150000, 48180000, 0),
(77310, 659, 74, 'Saint-Cyr-sur-Menthon', 462754900, 49722900, 0),
(77311, 659, 74, 'Saint-Cyr-sur-le-Rhone', 455153700, 48500200, 0),
(77312, 659, 74, 'Saint-Didier-sous-Riverie', 455962600, 46065000, 0),
(77313, 659, 74, 'Saint-Didier-sur-Chalaronne', 461775100, 48171900, 0),
(77314, 659, 74, 'Saint-Donat-sur-l''Herbasse', 451239000, 49833000, 0),
(77315, 659, 74, 'Saint-Egreve', 452333300, 56833300, 0),
(77316, 659, 74, 'Saint-Etienne-des-Oullieres', 460681000, 46503000, 0),
(77317, 659, 74, 'Saint-Etienne-le-Molard', 457333000, 40886000, 0),
(77318, 659, 74, 'Saint-Felicien', 450845800, 46271800, 0),
(77319, 659, 74, 'Saint-Forgeux', 458597900, 44748600, 0),
(77320, 659, 74, 'Saint-Genest-Malifaux', 453423400, 44195400, 0),
(77321, 659, 74, 'Saint-Genis-Pouilly', 462435600, 60211900, 0),
(77322, 659, 74, 'Saint-Genix-sur-Guiers', 455996600, 56343600, 0),
(77323, 659, 74, 'Saint-Geoire-en-Valdaine', 454569900, 56341600, 0),
(77324, 659, 74, 'Saint-Georges-Haute-Ville', 455548700, 40995200, 0),
(77325, 659, 74, 'Saint-Georges-d''Esperanche', 455567000, 50783000, 0),
(77326, 659, 74, 'Saint-Georges-de-Commiers', 450385400, 57022600, 0),
(77327, 659, 74, 'Saint-Georges-de-Reneins', 460603400, 47256000, 0),
(77328, 659, 74, 'Saint-Hilaire', 453000000, 58833300, 0),
(77329, 659, 74, 'Saint-Hilaire-de-la-Cote', 453909800, 53228700, 0),
(77330, 659, 74, 'Saint-Ismier', 452470800, 58286300, 0),
(77331, 659, 74, 'Saint-Jean-de-Bournay', 455013400, 51396300, 0),
(77332, 659, 74, 'Saint-Jean-de-Gonville', 462129800, 59504700, 0),
(77333, 659, 74, 'Saint-Jean-de-Moirans', 453426200, 55861500, 0),
(77334, 659, 74, 'Saint-Jean-de-Muzols', 450804000, 48142100, 0),
(77335, 659, 74, 'Saint-Jean-de-Niost', 458333300, 52166700, 0),
(77336, 659, 74, 'Saint-Jean-en-Royans', 450169300, 52945400, 0),
(77337, 659, 74, 'Saint-Jean-le-Vieux', 460284900, 53898200, 0),
(77338, 659, 74, 'Saint-Jeoire', 461377700, 64588600, 0),
(77339, 659, 74, 'Saint-Joseph', 455569300, 46159600, 0),
(77340, 659, 74, 'Saint-Julien-Mont-Denis', 452572000, 64053000, 0),
(77341, 659, 74, 'Saint-Just-Chaleyssin', 455853400, 49988800, 0),
(77342, 659, 74, 'Saint-Just-Saint-Rambert', 454997300, 42414100, 0),
(77343, 659, 74, 'Saint-Just-d''Ardeche', 443000000, 46166700, 0),
(77344, 659, 74, 'Saint-Just-en-Chevalet', 459139600, 38446000, 0),
(77345, 659, 74, 'Saint-Lager', 461125000, 46736000, 0),
(77346, 659, 74, 'Saint-Laurent-d''Agny', 456422000, 46864000, 0),
(77347, 659, 74, 'Saint-Laurent-de-Chamousset', 457393200, 44634000, 0),
(77348, 659, 74, 'Saint-Laurent-de-Mure', 456887000, 50465600, 0),
(77349, 659, 74, 'Saint-Laurent-du-Pont', 453900900, 57352100, 0),
(77350, 659, 74, 'Saint-Laurent-sur-Saone', 463053200, 48411900, 0),
(77351, 659, 74, 'Saint-Marcellin-en-Forez', 454954900, 41692300, 0),
(77352, 659, 74, 'Saint-Martin-Bellevue', 459626200, 61576300, 0),
(77353, 659, 74, 'Saint-Martin-d''Uriage', 451522000, 58392000, 0),
(77354, 659, 74, 'Saint-Martin-de-Belleville', 453817500, 65051900, 0),
(77355, 659, 74, 'Saint-Martin-du-Frene', 461385700, 55530200, 0),
(77356, 659, 74, 'Saint-Martin-du-Mont', 461024700, 53283400, 0),
(77357, 659, 74, 'Saint-Martin-en-Haut', 456596900, 45615300, 0),
(77358, 659, 74, 'Saint-Martin-la-Plaine', 455473900, 45911500, 0),
(77359, 659, 74, 'Saint-Maurice-de-Gourdans', 458214000, 51946400, 0),
(77360, 659, 74, 'Saint-Nazaire-en-Royans', 450600000, 52400000, 0),
(77361, 659, 74, 'Saint-Nizier-sous-Charlieu', 461535000, 41227900, 0),
(77362, 659, 74, 'Saint-Paul-en-Chablais', 463756900, 66371100, 0),
(77363, 659, 74, 'Saint-Paul-en-Cornillon', 453964700, 42269400, 0),
(77364, 659, 74, 'Saint-Paul-en-Jarez', 454823900, 45713200, 0),
(77365, 659, 74, 'Saint-Paul-les-Romans', 450694600, 51357500, 0),
(77366, 659, 74, 'Saint-Peray', 449494000, 48458000, 0),
(77367, 659, 74, 'Saint-Pierre-d''Albigny', 455706000, 61561000, 0),
(77368, 659, 74, 'Saint-Pierre-de-Boeuf', 453666700, 47500000, 0),
(77369, 659, 74, 'Saint-Pierre-en-Faucigny', 460606000, 63731000, 0),
(77370, 659, 74, 'Saint-Pierre-la-Palud', 457895600, 46129100, 0),
(77371, 659, 74, 'Saint-Priest-en-Jarez', 454750100, 43761400, 0),
(77372, 659, 74, 'Saint-Quentin-sur-Isere', 452788100, 55422100, 0),
(77373, 659, 74, 'Saint-Rambert-d''Albon', 452947000, 48175000, 0),
(77374, 659, 74, 'Saint-Romain-d''Ay', 451675000, 46661000, 0),
(77375, 659, 74, 'Saint-Romain-de-Jalionas', 457569700, 52152700, 0),
(77376, 659, 74, 'Saint-Romain-de-Popey', 458476200, 45308200, 0),
(77377, 659, 74, 'Saint-Romain-en-Gier', 455661000, 47075000, 0),
(77378, 659, 74, 'Saint-Romain-le-Puy', 455595000, 41283900, 0),
(77379, 659, 74, 'Saint-Romans', 451150700, 53275100, 0),
(77380, 659, 74, 'Saint-Sauveur', 451533500, 53528000, 0),
(77381, 659, 74, 'Saint-Sernin', 445720800, 43916300, 0),
(77382, 659, 74, 'Saint-Simeon-de-Bressieux', 453385000, 52659100, 0),
(77383, 659, 74, 'Saint-Sulpice-des-Rivoires', 454697000, 56103000, 0),
(77384, 659, 74, 'Saint-Symphorien-d''Ozon', 456336000, 48569000, 0),
(77385, 659, 74, 'Saint-Symphorien-de-Lay', 459484900, 42120400, 0),
(77386, 659, 74, 'Saint-Trivier-de-Courtes', 464590400, 50804700, 0),
(77387, 659, 74, 'Saint-Vallier', 451759200, 48151400, 0),
(77388, 659, 74, 'Saint-Vincent-de-Mercuze', 453706300, 59518200, 0),
(77389, 659, 74, 'Saint-Vulbas', 458333000, 52833000, 0),
(77390, 659, 74, 'Sainte-Foy-l''Argentiere', 457083200, 44726600, 0),
(77391, 659, 74, 'Salagnon', 456671300, 53580900, 0),
(77392, 659, 74, 'Salaise-sur-Sanne', 453423400, 48182900, 0),
(77393, 659, 74, 'Salins-les-Thermes', 454716900, 65305100, 0),
(77394, 659, 74, 'Samoens', 460828200, 67264700, 0),
(77395, 659, 74, 'Sarras', 451867900, 48000400, 0),
(77396, 659, 74, 'Sathonay-Camp', 458231000, 48675400, 0),
(77397, 659, 74, 'Sathonay-Village', 458327000, 48812100, 0),
(77398, 659, 74, 'Satolas-et-Bonce', 456929900, 51309900, 0),
(77399, 659, 74, 'Saulce-sur-Rhone', 447028000, 48016900, 0),
(77400, 659, 74, 'Sault-Brenaz', 458543100, 54142400, 0),
(77401, 659, 74, 'Sauverny', 463151400, 61182600, 0),
(77402, 659, 74, 'Sauzet', 446028800, 48178900, 0),
(77403, 659, 74, 'Savigneux', 456167000, 40833000, 0),
(77404, 659, 74, 'Savigny', 458173200, 45754300, 0),
(77405, 659, 74, 'Sermerieu', 456707000, 54099600, 0),
(77406, 659, 74, 'Serrieres', 453188400, 47634200, 0),
(77407, 659, 74, 'Serrieres-de-Briord', 458086000, 54550000, 0),
(77408, 659, 74, 'Seyssel', 459597000, 58372000, 0),
(77409, 659, 74, 'Seyssuel', 455600600, 48532000, 0),
(77410, 659, 74, 'Sillans', 453406800, 53885900, 0),
(77411, 659, 74, 'Simandres', 456197900, 48708700, 0),
(77412, 659, 74, 'Sonnay', 453557000, 49063700, 0),
(77413, 659, 74, 'Soyons', 448861300, 48505900, 0),
(77414, 659, 74, 'Sury-le-Comtal', 455342000, 41864200, 0),
(77415, 659, 74, 'Suze-la-Rousse', 442878800, 48434600, 0),
(77416, 659, 74, 'Talloires', 458403600, 62141600, 0),
(77417, 659, 74, 'Taluyers', 456399100, 47219400, 0),
(77418, 659, 74, 'Taulignan', 444442500, 49797100, 0),
(77419, 659, 74, 'Teche', 451836000, 53822000, 0),
(77420, 659, 74, 'Ternay', 456083500, 48102400, 0),
(77421, 659, 74, 'Theize', 459402800, 46163400, 0),
(77422, 659, 74, 'Thizy', 460299500, 43129900, 0),
(77423, 659, 74, 'Thorens-Glieres', 459947500, 62458100, 0),
(77424, 659, 74, 'Thuellin', 456383300, 55072000, 0),
(77425, 659, 74, 'Thueyts', 446782800, 42191600, 0),
(77426, 659, 74, 'Thurins', 456809300, 46396800, 0),
(77427, 659, 74, 'Tignieu-Jameyzieu', 457356400, 51804600, 0),
(77428, 659, 74, 'Tossiat', 461398900, 53113900, 0),
(77429, 659, 74, 'Toussieu', 456537100, 49861800, 0),
(77430, 659, 74, 'Tramoyes', 458762700, 49656800, 0),
(77431, 659, 74, 'Treffort-Cuisiat', 462722000, 53692000, 0),
(77432, 659, 74, 'Tulette', 442852700, 49296000, 0),
(77433, 659, 74, 'Tullins', 452986100, 54860800, 0),
(77434, 659, 74, 'Usson-en-Forez', 453879700, 39377200, 0),
(77435, 659, 74, 'Valencin', 456128500, 50156500, 0),
(77436, 659, 74, 'Valleiry', 461111700, 59726700, 0),
(77437, 659, 74, 'Vallieres', 459026200, 59381100, 0),
(77438, 659, 74, 'Valloire', 451656500, 64299400, 0),
(77439, 659, 74, 'Vallon-Pont-d''Arc', 444078000, 43944000, 0),
(77440, 659, 74, 'Vals-les-Bains', 446638700, 43686100, 0),
(77441, 659, 74, 'Varces-Allieres-et-Risset', 450875000, 56278000, 0),
(77442, 659, 74, 'Vaux-en-Bugey', 459271100, 53533600, 0),
(77443, 659, 74, 'Verchaix', 460972000, 66769000, 0),
(77444, 659, 74, 'Vernaison', 456469300, 48124900, 0),
(77445, 659, 74, 'Veurey-Voroize', 452730700, 56131900, 0),
(77446, 659, 74, 'Veyras', 447351800, 45625400, 0),
(77447, 659, 74, 'Veyrier-du-Lac', 458799000, 61775100, 0),
(77448, 659, 74, 'Villard-de-Lans', 450707000, 55528100, 0),
(77449, 659, 74, 'Villars', 454711800, 43544700, 0),
(77450, 659, 74, 'Villars-les-Dombes', 460022700, 50290500, 0),
(77451, 659, 74, 'Ville-sous-Anjou', 453719400, 48510600, 0),
(77452, 659, 74, 'Villemontais', 459800000, 39514000, 0),
(77453, 659, 74, 'Villeneuve-de-Berg', 445573200, 45026500, 0),
(77454, 659, 74, 'Villereversure', 461850800, 53826900, 0),
(77455, 659, 74, 'Villette-de-Vienne', 455890800, 49139800, 0),
(77456, 659, 74, 'Villevocance', 452265900, 45910400, 0),
(77457, 659, 74, 'Vinay', 452107500, 54080600, 0),
(77458, 659, 74, 'Vinsobres', 443331500, 50620800, 0),
(77459, 659, 74, 'Violay', 458528300, 43572400, 0),
(77460, 659, 74, 'Viriat', 462548400, 52156700, 0),
(77461, 659, 74, 'Virieu', 454839900, 54750000, 0),
(77462, 659, 74, 'Virieu-le-Grand', 458485100, 56497900, 0),
(77463, 659, 74, 'Viriville', 453173700, 52037300, 0),
(77464, 659, 74, 'Viry', 461171700, 60371700, 0),
(77465, 659, 74, 'Viuz-en-Sallaz', 461455600, 64098600, 0),
(77466, 659, 74, 'Viviers', 444851500, 46872100, 0),
(77467, 659, 74, 'Voglans', 456339000, 59022700, 0),
(77468, 659, 74, 'Voreppe', 452947600, 56332400, 0),
(77469, 659, 74, 'Vourles', 456567400, 47715700, 0),
(77470, 659, 74, 'Yvoire', 463716000, 63270000, 0),
(77471, 660, 75, 'Matoury', 48482700, -523317200, 0),
(77472, 660, 75, 'Roura', 47262900, -523274200, 0),
(77473, 2819, 76, 'Atuona', -98000000, -1390333300, 0),
(77474, 661, 76, 'Fare', -167000000, -1510166700, 0),
(77475, 661, 76, 'Uturoa', -167333300, -1514333300, 0),
(77476, 662, 76, 'Papao', -177500000, -1495500000, 0),
(77477, 662, 76, 'Punaauia', -176333300, -1496000000, 0),
(77478, 662, 76, 'Tautira', -177333300, -1491500000, 0),
(77479, 2820, 78, 'Franceville', -16333300, 135835700, 0),
(77480, 2820, 78, 'Moanda', -15574600, 132177500, 0),
(77481, 2821, 78, 'Lambarene', -7001000, 102405500, 0),
(77482, 2822, 78, 'Mouila', -18684600, 110559400, 0),
(77483, 2823, 78, 'Booue', -920700, 119384600, 0),
(77484, 2824, 78, 'Koulamoutou', -11303200, 124735900, 0),
(77485, 665, 78, 'Gamba', -26500000, 100000000, 0),
(77486, 2825, 78, 'Bitam', 20759700, 115006500, 0),
(77487, 2825, 78, 'Oyem', 15995000, 115793300, 0),
(77488, 2826, 79, 'Bansang', 134333300, -146500000, 0),
(77489, 2827, 79, 'Soma', 134333300, -155333300, 0),
(77490, 2828, 79, 'Barra', 134827800, -165455600, 0),
(77491, 2828, 79, 'Farafenni', 135666700, -156000000, 0),
(77492, 2828, 79, 'Lamin', 133522200, -164338900, 0),
(77493, 667, 79, 'Brikama', 132713600, -166494400, 0),
(77494, 668, 80, 'Gagra', 433038700, 402561400, 0),
(77495, 668, 80, 'Sokhumi', 430069700, 409893000, 0),
(77496, 669, 80, 'Kobuleti', 418200000, 417752800, 0),
(77497, 678, 80, 'Marneuli', 414758800, 448089400, 0),
(77498, 678, 80, 'Tsalka', 415946000, 440890900, 0),
(77499, 685, 81, 'Abstatt', 490682000, 92907000, 0),
(77500, 685, 81, 'Adelhausen', 476140800, 77601800, 0),
(77501, 685, 81, 'Ahornhof', 495333300, 96000000, 0),
(77502, 685, 81, 'Aichelberg', 486638700, 85235700, 0),
(77503, 685, 81, 'Aichschiess', 487475900, 93916800, 0),
(77504, 685, 81, 'Aichstetten', 482715100, 93858900, 0),
(77505, 685, 81, 'Airach', 478453800, 90357900, 0),
(77506, 685, 81, 'Aitrach', 479333300, 100833300, 0),
(77507, 685, 81, 'Albers', 479239300, 99252400, 0),
(77508, 685, 81, 'Allensbach', 477153600, 90714500, 0),
(77509, 685, 81, 'Allmendingen', 483305200, 97241900, 0),
(77510, 685, 81, 'Altburg', 487245500, 87005700, 0),
(77511, 685, 81, 'Altenheim', 484653200, 78176500, 0),
(77512, 685, 81, 'Altshausen', 479333300, 95333300, 0),
(77513, 685, 81, 'Amtzell', 477000000, 97500000, 0),
(77514, 685, 81, 'Annaberg', 478333300, 96666700, 0),
(77515, 685, 81, 'Appenweier', 485333300, 79833300, 0),
(77516, 685, 81, 'Auenstein', 490588400, 92814800, 0),
(77517, 685, 81, 'Bad Imnau', 484036200, 87774800, 0),
(77518, 685, 81, 'Bad Krozingen', 479166700, 77000000, 0),
(77519, 685, 81, 'Bad Liebenzell', 487742700, 87297100, 0),
(77520, 685, 81, 'Bad Schussenried', 480046800, 96574100, 0),
(77521, 685, 81, 'Bad Teinach', 486890600, 86903100, 0),
(77522, 685, 81, 'Bad Uberkingen', 485999100, 97958600, 0),
(77523, 685, 81, 'Badenweiler', 478020300, 76760100, 0),
(77524, 685, 81, 'Bahlingen', 481206400, 77398200, 0),
(77525, 685, 81, 'Baien', 478413800, 95547900, 0),
(77526, 685, 81, 'Bamlach', 477170900, 75503500, 0),
(77527, 685, 81, 'Bammental', 493561100, 87794400, 0),
(77528, 685, 81, 'Bartenbach', 487242600, 96569000, 0),
(77529, 685, 81, 'Bebenhausen', 485592300, 90621800, 0),
(77530, 685, 81, 'Becken', 477666700, 98166700, 0),
(77531, 685, 81, 'Beckstein', 495450800, 97037400, 0),
(77532, 685, 81, 'Berg', 476085500, 96050400, 0),
(77533, 685, 81, 'Bergle', 477500000, 95666700, 0),
(77534, 685, 81, 'Bermatingen', 477333300, 93500000, 0),
(77535, 685, 81, 'Bethlehem', 481833300, 100166700, 0),
(77536, 685, 81, 'Bietigheim', 489091900, 82520200, 0),
(77537, 685, 81, 'Birenbach', 487473200, 96611500, 0),
(77538, 685, 81, 'Blaufelden', 492977800, 99738900, 0),
(77539, 685, 81, 'Blumenfeld', 478139000, 86821200, 0),
(77540, 685, 81, 'Bodman', 478014700, 90321900, 0),
(77541, 685, 81, 'Bogenweiler', 479971700, 94916000, 0),
(77542, 685, 81, 'Bohland', 476287700, 81601500, 0),
(77543, 685, 81, 'Bohlingen', 477201500, 88952400, 0),
(77544, 685, 81, 'Bolheim', 486314100, 101499500, 0),
(77545, 685, 81, 'Boll', 478361200, 83484800, 0),
(77546, 685, 81, 'Bopfingen', 488584800, 103541600, 0),
(77547, 685, 81, 'Bopser', 487920500, 90450700, 0),
(77548, 685, 81, 'Brech', 488351800, 96859100, 0),
(77549, 685, 81, 'Breitwiesen', 477087900, 83081100, 0),
(77550, 685, 81, 'Brennet', 475826600, 79100700, 0),
(77551, 685, 81, 'Bretzfeld', 491794400, 94383300, 0),
(77552, 685, 81, 'Briel', 476833300, 98500000, 0),
(77553, 685, 81, 'Brombach', 476330700, 76951100, 0),
(77554, 685, 81, 'Bruderhaus', 486198300, 86082000, 0),
(77555, 685, 81, 'Burgholzhof', 488182000, 91901500, 0),
(77556, 685, 81, 'Burgstetten', 489280500, 93723900, 0),
(77557, 685, 81, 'Cleebronn', 490450000, 90369400, 0),
(77558, 685, 81, 'Conweiler', 488423100, 85312900, 0),
(77559, 685, 81, 'Creglingen', 494693800, 100311900, 0),
(77560, 685, 81, 'Dachsberg', 477294500, 81000100, 0),
(77561, 685, 81, 'Dahenfeld', 492104400, 92999200, 0),
(77562, 685, 81, 'Daisendorf', 477126500, 92678300, 0),
(77563, 685, 81, 'Deckenpfronn', 486512800, 88241700, 0),
(77564, 685, 81, 'Deisendorf', 477690100, 92131900, 0),
(77565, 685, 81, 'Deizisau', 487122000, 93861000, 0),
(77566, 685, 81, 'Denkendorf', 486955500, 93167500, 0),
(77567, 685, 81, 'Denkingen', 478944600, 93086700, 0),
(77568, 685, 81, 'Denzlingen', 480666700, 78833300, 0),
(77569, 685, 81, 'Derendingen', 485058000, 90533800, 0),
(77570, 685, 81, 'Detzeln', 476684600, 83207300, 0),
(77571, 685, 81, 'Diedesheim', 493568800, 91275300, 0),
(77572, 685, 81, 'Dischingen', 487000000, 103666700, 0),
(77573, 685, 81, 'Dobel', 481906100, 95903800, 0),
(77574, 685, 81, 'Dogern', 476166700, 81666700, 0),
(77575, 685, 81, 'Dornahof', 479510900, 95464700, 0),
(77576, 685, 81, 'Dornhan', 483500800, 85090100, 0),
(77577, 685, 81, 'Durchhausen', 480333300, 86833300, 0),
(77578, 685, 81, 'Durlach', 489997600, 84743200, 0),
(77579, 685, 81, 'Durlangen', 488563200, 97965400, 0),
(77580, 685, 81, 'Dusslingen', 484535700, 90555200, 0),
(77581, 685, 81, 'Eberbach', 492991000, 98283000, 0),
(77582, 685, 81, 'Eberhardzell', 480000000, 98166700, 0),
(77583, 685, 81, 'Ebnet', 477972100, 83069400, 0),
(77584, 685, 81, 'Ebringen', 477509200, 87561900, 0),
(77585, 685, 81, 'Eggenstein', 490799900, 83951000, 0),
(77586, 685, 81, 'Eichel', 497632300, 95373800, 0),
(77587, 685, 81, 'Eichstetten', 480942700, 77424400, 0),
(77588, 685, 81, 'Einhart', 479895000, 93480500, 0),
(77589, 685, 81, 'Eiterbach', 495060000, 88112400, 0),
(77590, 685, 81, 'Elzach', 481724700, 80699200, 0),
(77591, 685, 81, 'Empfingen', 483925800, 87103600, 0),
(77592, 685, 81, 'Engelswies', 480426800, 91346200, 0),
(77593, 685, 81, 'Epfendorf', 482500000, 86000000, 0),
(77594, 685, 81, 'Erdmannhausen', 489333300, 93000000, 0),
(77595, 685, 81, 'Erdmannsweiler', 481438100, 84525200, 0),
(77596, 685, 81, 'Ergenzingen', 484942600, 88091500, 0),
(77597, 685, 81, 'Erlenmoos', 480666700, 99833300, 0),
(77598, 685, 81, 'Ertingen', 481000000, 94666700, 0),
(77599, 685, 81, 'Eselhof', 485624900, 96505900, 0),
(77600, 685, 81, 'Essendorf', 483121500, 100042900, 0),
(77601, 685, 81, 'Ettingen', 477137900, 76027800, 0),
(77602, 685, 81, 'Ettisweiler', 479903300, 92407300, 0),
(77603, 685, 81, 'Ettlingenweier', 489284800, 83893500, 0),
(77604, 685, 81, 'Eutingen', 484781000, 87497500, 0),
(77605, 685, 81, 'Fach', 489097000, 99273100, 0),
(77606, 685, 81, 'Faurndau', 487088000, 96171600, 0),
(77607, 685, 81, 'Feldrennach', 488555400, 85307400, 0),
(77608, 685, 81, 'Feuerbach', 477363200, 76410800, 0),
(77609, 685, 81, 'Filder', 487166700, 92500000, 0),
(77610, 685, 81, 'Freiberg am Neckar', 489319600, 92024000, 0),
(77611, 685, 81, 'Freyberg', 481166700, 99500000, 0),
(77612, 685, 81, 'Fridingen an der Donau', 480219600, 89322300, 0),
(77613, 685, 81, 'Frittlingen', 481270900, 87077400, 0),
(77614, 685, 81, 'Frommern', 482484800, 88736100, 0),
(77615, 685, 81, 'Gaienhofen', 476833300, 89833300, 0),
(77616, 685, 81, 'Gailingen', 476971100, 87556700, 0),
(77617, 685, 81, 'Gaisbach', 485376900, 80794100, 0),
(77618, 685, 81, 'Gamerschwang', 482860800, 97801900, 0),
(77619, 685, 81, 'Ganter', 477740800, 95468000, 0),
(77620, 685, 81, 'Gartringen', 486417600, 89007300, 0),
(77621, 685, 81, 'Geiger', 479158000, 96443100, 0),
(77622, 685, 81, 'Geiselrot', 490243800, 100193800, 0),
(77623, 685, 81, 'Glaswald', 484208600, 82924400, 0),
(77624, 685, 81, 'Glatt', 483861500, 86248300, 0),
(77625, 685, 81, 'Glatten', 484333300, 85166700, 0),
(77626, 685, 81, 'Glems', 485079000, 93101400, 0),
(77627, 685, 81, 'Gochsen', 492413100, 93608700, 0),
(77628, 685, 81, 'Gollsdorf', 481626500, 86582600, 0),
(77629, 685, 81, 'Gottenheim', 480500000, 77333300, 0),
(77630, 685, 81, 'Gottmadingen', 477351100, 87768700, 0),
(77631, 685, 81, 'Grab', 490398600, 95762000, 0),
(77632, 685, 81, 'Grabenstetten', 485239700, 94615500, 0),
(77633, 685, 81, 'Grenzhof', 494180900, 85957400, 0),
(77634, 685, 81, 'Gropper', 480895000, 83996000, 0),
(77635, 685, 81, 'Grossbottwar', 490014700, 92934800, 0),
(77636, 685, 81, 'Grosserlach', 490536800, 95135600, 0),
(77637, 685, 81, 'Grossrinderfeld', 496500000, 97500000, 0),
(77638, 685, 81, 'Grotzingen', 483427600, 96426900, 0),
(77639, 685, 81, 'Gruibingen', 485948300, 96438900, 0),
(77640, 685, 81, 'Grunkraut', 477500000, 96500000, 0),
(77641, 685, 81, 'Gschwend', 489333300, 97443600, 0),
(77642, 685, 81, 'Gunterstal', 479634500, 78609000, 0),
(77643, 685, 81, 'Hach', 477969200, 76031900, 0),
(77644, 685, 81, 'Hachtel', 493783300, 99952800, 0),
(77645, 685, 81, 'Hagelloch', 485408100, 90106200, 0),
(77646, 685, 81, 'Hagenbuch', 480833300, 98166700, 0),
(77647, 685, 81, 'Haiterbach', 485206600, 86443500, 0),
(77648, 685, 81, 'Haller', 479105800, 96275200, 0),
(77649, 685, 81, 'Hallwangen', 484866000, 85007600, 0),
(77650, 685, 81, 'Hangen', 479586100, 95080500, 0),
(77651, 685, 81, 'Hasenhof', 486478500, 91499800, 0),
(77652, 685, 81, 'Hassmersheim', 493000000, 91500000, 0),
(77653, 685, 81, 'Haubersbronn', 488306000, 95506400, 0),
(77654, 685, 81, 'Heddesbach', 494802800, 88280600, 0),
(77655, 685, 81, 'Hedelfingen', 487581500, 92552300, 0),
(77656, 685, 81, 'Heggelbach', 478204700, 99807300, 0),
(77657, 685, 81, 'Heiligenbronn', 482574400, 84482600, 0),
(77658, 685, 81, 'Heimerdingen', 488516000, 89802200, 0),
(77659, 685, 81, 'Heimsheim', 488065600, 88674400, 0),
(77660, 685, 81, 'Heitersheim', 478746800, 76572100, 0),
(77661, 685, 81, 'Helmsheim', 490846500, 86427100, 0),
(77662, 685, 81, 'Herbertingen', 480666700, 94333300, 0),
(77663, 685, 81, 'Herbolzheim', 482188400, 77774600, 0),
(77664, 685, 81, 'Hermuthausen', 493110600, 97322100, 0),
(77665, 685, 81, 'Herrenbach', 482606000, 82044400, 0),
(77666, 685, 81, 'Herrenzimmern', 482233300, 85772300, 0),
(77667, 685, 81, 'Hettingen', 482160100, 92316900, 0),
(77668, 685, 81, 'Heuchlingen', 485909800, 101003000, 0),
(77669, 685, 81, 'Hilzingen', 477666700, 87833300, 0),
(77670, 685, 81, 'Hinterzarten', 479027600, 81070100, 0),
(77671, 685, 81, 'Hochemmingen', 480296500, 85681500, 0),
(77672, 685, 81, 'Hofen an der Enz', 488000000, 85833300, 0),
(77673, 685, 81, 'Hoffenheim', 492720000, 88409900, 0),
(77674, 685, 81, 'Hofweier', 484237200, 79097300, 0),
(77675, 685, 81, 'Hohenstange', 489244000, 91454500, 0),
(77676, 685, 81, 'Holzbronn', 486595100, 87444300, 0),
(77677, 685, 81, 'Honig', 488917200, 97983200, 0),
(77678, 685, 81, 'Honstetten', 478941900, 88844200, 0),
(77679, 685, 81, 'Horgenzell', 478000000, 95000000, 0),
(77680, 685, 81, 'Hornberg', 476583200, 79511600, 0),
(77681, 685, 81, 'Hugelsheim', 488000000, 81166700, 0),
(77682, 685, 81, 'Hulben', 485198200, 94079000, 0),
(77683, 685, 81, 'Humberg', 478578600, 98783400, 0),
(77684, 685, 81, 'Hurben', 485938700, 102035500, 0),
(77685, 685, 81, 'Hussenhofen', 488096600, 98563500, 0),
(77686, 685, 81, 'Igelswies', 480042400, 91324800, 0),
(77687, 685, 81, 'Iggingen', 488316700, 98789400, 0),
(77688, 685, 81, 'Illerrieden', 482701700, 100515500, 0),
(77689, 685, 81, 'Illmensee', 478666700, 93833300, 0),
(77690, 685, 81, 'Ilsfeld', 490554800, 92459800, 0),
(77691, 685, 81, 'Im Tal', 481500000, 83000000, 0),
(77692, 685, 81, 'Immendingen', 479333300, 87333300, 0),
(77693, 685, 81, 'Ingersheim', 491231500, 100748900, 0),
(77694, 685, 81, 'Ittersbach', 488656700, 85064200, 0),
(77695, 685, 81, 'Ittlingen', 491908300, 89308300, 0),
(77696, 685, 81, 'Jagsthausen', 488992200, 101719900, 0),
(77697, 685, 81, 'Johlingen', 490321800, 85735000, 0),
(77698, 685, 81, 'Jungingen', 483333300, 90500000, 0),
(77699, 685, 81, 'Kadelburg', 476146100, 82972300, 0),
(77700, 685, 81, 'Kafertal', 495102800, 85116700, 0),
(77701, 685, 81, 'Katzental', 479375000, 78438600, 0),
(77702, 685, 81, 'Ketsch', 493677800, 85311100, 0),
(77703, 685, 81, 'Kiener', 482924800, 84233400, 0),
(77704, 685, 81, 'Kieselbronn', 489333300, 87500000, 0),
(77705, 685, 81, 'Killer', 483145400, 90635800, 0),
(77706, 685, 81, 'Kippenheim', 482956400, 78251000, 0),
(77707, 685, 81, 'Kirchberg an der Jagst', 492005600, 99822600, 0),
(77708, 685, 81, 'Kirchzarten', 479666700, 79500000, 0),
(77709, 685, 81, 'Kisslegg', 477889400, 98838300, 0),
(77710, 685, 81, 'Kleingartach', 490995800, 89732600, 0),
(77711, 685, 81, 'Kleinglattbach', 489523600, 89772200, 0),
(77712, 685, 81, 'Klingenstein', 484184900, 99081200, 0),
(77713, 685, 81, 'Kollmarsreute', 481011800, 78783600, 0),
(77714, 685, 81, 'Kongen', 486833300, 93666700, 0),
(77715, 685, 81, 'Krauchenwies', 480333300, 92500000, 0),
(77716, 685, 81, 'Kressbronn', 490653500, 101381900, 0),
(77717, 685, 81, 'Krimmel', 480177100, 100637000, 0),
(77718, 685, 81, 'Kronau', 492225000, 86311100, 0),
(77719, 685, 81, 'Kupferzell', 492277800, 96900000, 0),
(77720, 685, 81, 'Kuppenheim', 488279400, 82541700, 0),
(77721, 685, 81, 'Laichingen', 484893900, 96861200, 0),
(77722, 685, 81, 'Laichle', 488000000, 90833300, 0),
(77723, 685, 81, 'Langenargen', 475985800, 95416300, 0),
(77724, 685, 81, 'Langenbeutingen', 492150000, 94066700, 0),
(77725, 685, 81, 'Lauchheim', 488713500, 102422200, 0),
(77726, 685, 81, 'Lauda', 495666700, 97000000, 0),
(77727, 685, 81, 'Lehrensteinsfeld', 491311100, 93272200, 0),
(77728, 685, 81, 'Leinzell', 488494100, 98775000, 0),
(77729, 685, 81, 'Leopoldshafen', 490962400, 83999900, 0),
(77730, 685, 81, 'Leutkirch im Allgau', 478267200, 100205000, 0),
(77731, 685, 81, 'Leuzendorf', 493473900, 100918800, 0),
(77732, 685, 81, 'Lichtenstern', 490998400, 94089000, 0),
(77733, 685, 81, 'Lindorf', 486453600, 94142500, 0),
(77734, 685, 81, 'Liptingen', 479385100, 89096400, 0),
(77735, 685, 81, 'Lochgau', 490036100, 91063900, 0),
(77736, 685, 81, 'Loffingen', 478840500, 83438400, 0),
(77737, 685, 81, 'Lomersheim', 489336700, 88688400, 0),
(77738, 685, 81, 'Lustnau', 485302000, 90811200, 0),
(77739, 685, 81, 'Magstadt', 487333300, 89666700, 0),
(77740, 685, 81, 'Mailand', 478528700, 100159500, 0),
(77741, 685, 81, 'Manzell', 476653900, 94279900, 0),
(77742, 685, 81, 'Marbach am Neckar', 489396400, 92599500, 0),
(77743, 685, 81, 'Mauer', 488488800, 90652700, 0),
(77744, 685, 81, 'Meckenbeuren', 477000000, 95666700, 0),
(77745, 685, 81, 'Menzingen', 491370400, 87702000, 0),
(77746, 685, 81, 'Messkirch', 479979500, 91067700, 0),
(77747, 685, 81, 'Mettingen', 487455500, 92786400, 0),
(77748, 685, 81, 'Mietersheim', 483285200, 78414000, 0),
(77749, 685, 81, 'Missenhardt', 476666700, 96000000, 0),
(77750, 685, 81, 'Mittelstadt', 485628600, 92304500, 0),
(77751, 685, 81, 'Mochenwangen', 478755900, 96350000, 0),
(77752, 685, 81, 'Monchweiler', 481000000, 84333300, 0),
(77753, 685, 81, 'Monsheim', 488666700, 88666700, 0),
(77754, 685, 81, 'Mossingen', 484056700, 90541900, 0),
(77755, 685, 81, 'Motzingen', 485332000, 87744700, 0),
(77756, 685, 81, 'Mudau', 495344400, 92044400, 0),
(77757, 685, 81, 'Muhlacker', 489475400, 88367500, 0),
(77758, 685, 81, 'Muhlhausen-Ehingen', 478166700, 88166700, 0),
(77759, 685, 81, 'Mundelsheim', 490008300, 92077800, 0),
(77760, 685, 81, 'Munderkingen', 482356800, 96439800, 0),
(77761, 685, 81, 'Murr', 489620700, 92592400, 0),
(77762, 685, 81, 'Nack', 476068200, 85780600, 0),
(77763, 685, 81, 'Nattheim', 486996300, 102420900, 0),
(77764, 685, 81, 'Neckarelz', 493396600, 91068900, 0),
(77765, 685, 81, 'Neckargemund', 493889900, 87959000, 0),
(77766, 685, 81, 'Neckargroningen', 488769800, 92732100, 0),
(77767, 685, 81, 'Neckarwestheim', 490469400, 91900000, 0),
(77768, 685, 81, 'Nellingen', 485419600, 97905300, 0),
(77769, 685, 81, 'Neubulach', 486609200, 86961100, 0),
(77770, 685, 81, 'Neuenburg', 488451600, 85957400, 0),
(77771, 685, 81, 'Neufra', 481285200, 86749500, 0),
(77772, 685, 81, 'Neufrach', 477622300, 93121100, 0),
(77773, 685, 81, 'Neuler', 489280300, 100688800, 0),
(77774, 685, 81, 'Neuthard', 491283300, 85238900, 0),
(77775, 685, 81, 'Niedernhall', 492951600, 96160400, 0),
(77776, 685, 81, 'Niederrimsingen', 479863200, 76702700, 0),
(77777, 685, 81, 'Niederstotzingen', 485412700, 102350500, 0),
(77778, 685, 81, 'Nordrach', 484000000, 80833300, 0),
(77779, 685, 81, 'Nordschwaben', 476187100, 78171300, 0),
(77780, 685, 81, 'Nordweststadt', 490294300, 83664300, 0),
(77781, 685, 81, 'Norsingen', 479385000, 77287600, 0),
(77782, 685, 81, 'Nufringen', 486225300, 88900900, 0),
(77783, 685, 81, 'Oberaichen', 487051800, 91198500, 0),
(77784, 685, 81, 'Oberderdingen', 490655600, 88030600, 0),
(77785, 685, 81, 'Oberflacht', 480186600, 87123300, 0),
(77786, 685, 81, 'Oberkrozingen', 479075100, 77095600, 0),
(77787, 685, 81, 'Oberlengenhardt', 487806900, 86697900, 0),
(77788, 685, 81, 'Oberrot', 477912600, 99325100, 0),
(77789, 685, 81, 'Oberrotweil', 480833300, 86333300, 0),
(77790, 685, 81, 'Obersasbach', 486304900, 80836700, 0),
(77791, 685, 81, 'Obersontheim', 490566700, 98991700, 0),
(77792, 685, 81, 'Oberstenfeld', 490261100, 93208300, 0),
(77793, 685, 81, 'Oberstetten', 480457600, 99668700, 0),
(77794, 685, 81, 'Oberzell', 476876900, 90784800, 0),
(77795, 685, 81, 'Ochsenwang', 485779100, 95110700, 0),
(77796, 685, 81, 'Odenwald', 484148000, 84106200, 0),
(77797, 685, 81, 'Oedheim', 492402800, 92533300, 0),
(77798, 685, 81, 'Oeffingen', 488435100, 92648600, 0),
(77799, 685, 81, 'Oerlingen', 484277200, 100027500, 0),
(77800, 685, 81, 'Ofterdingen', 484166700, 90333300, 0),
(77801, 685, 81, 'Ohlsbach', 484322200, 79938400, 0),
(77802, 685, 81, 'Ohmden', 486500000, 95166700, 0),
(77803, 685, 81, 'Ohningen', 476666700, 89000000, 0),
(77804, 685, 81, 'Olbronn', 489805100, 87523300, 0),
(77805, 685, 81, 'Oppenau', 484733200, 81597000, 0),
(77806, 685, 81, 'Oschelbronn', 485528100, 88236500, 0),
(77807, 685, 81, 'Ossweil', 488925300, 92287600, 0),
(77808, 685, 81, 'Otisheim', 489666700, 88000000, 0),
(77809, 685, 81, 'Ottmarsheim', 490174500, 92043800, 0),
(77810, 685, 81, 'Owingen', 478000000, 91666700, 0),
(77811, 685, 81, 'Palmbach', 489465800, 84822200, 0),
(77812, 685, 81, 'Pfaffenrot', 488607100, 84597300, 0),
(77813, 685, 81, 'Pflugfelden', 488858000, 91610500, 0),
(77814, 685, 81, 'Philippsburg', 492317000, 84607400, 0),
(77815, 685, 81, 'Plattenhardt', 486540300, 91966300, 0),
(77816, 685, 81, 'Pleikartsforst', 493833300, 86500000, 0),
(77817, 685, 81, 'Plittersdorf', 488826700, 81557200, 0),
(77818, 685, 81, 'Querbach', 485877800, 78684800, 0),
(77819, 685, 81, 'Rangendingen', 483816800, 88894000, 0),
(77820, 685, 81, 'Rank', 479297300, 100975600, 0),
(77821, 685, 81, 'Rechberghausen', 487308000, 96441900, 0),
(77822, 685, 81, 'Reichenbach an der Fils', 487101100, 94642900, 0),
(77823, 685, 81, 'Reihen', 492183500, 89130600, 0),
(77824, 685, 81, 'Reilingen', 492983300, 85641700, 0),
(77825, 685, 81, 'Reischmann', 477311100, 98558600, 0),
(77826, 685, 81, 'Renchen', 485885000, 80132100, 0),
(77827, 685, 81, 'Rheinhausen', 492850000, 84702800, 0),
(77828, 685, 81, 'Riederich', 485602900, 92688300, 0),
(77829, 685, 81, 'Riegelhof', 490397800, 100768200, 0),
(77830, 685, 81, 'Rielasingen-Worblingen', 477346500, 88401300, 0),
(77831, 685, 81, 'Risiberg', 480509200, 88090500, 0),
(77832, 685, 81, 'Rockenau', 494457600, 89980600, 0),
(77833, 685, 81, 'Rommelshausen', 488058700, 93210000, 0),
(77834, 685, 81, 'Rotenberg', 483053400, 84224600, 0),
(77835, 685, 81, 'Rotensol', 488169400, 84654100, 0),
(77836, 685, 81, 'Rottenacker', 482348500, 96895600, 0),
(77837, 685, 81, 'Ruit', 490076900, 87244400, 0),
(77838, 685, 81, 'Sankt Bernhardt', 487500000, 93333300, 0),
(77839, 685, 81, 'Satteldorf', 491695300, 100795700, 0),
(77840, 685, 81, 'Saulgau', 480167600, 95006400, 0),
(77841, 685, 81, 'Schallstadt', 479500000, 77500000, 0),
(77842, 685, 81, 'Schauinsland', 479354700, 78961900, 0),
(77843, 685, 81, 'Schelklingen', 483757500, 97327300, 0),
(77844, 685, 81, 'Schienen', 476879300, 88997100, 0),
(77845, 685, 81, 'Schiltach', 482893200, 83417000, 0),
(77846, 685, 81, 'Schlatt', 476236900, 95398600, 0),
(77847, 685, 81, 'Schlechtnau', 478174200, 79390800, 0),
(77848, 685, 81, 'Schliengen', 477569800, 75764500, 0),
(77849, 685, 81, 'Schloss', 485279300, 83023900, 0),
(77850, 685, 81, 'Schmiden', 488332300, 92633600, 0),
(77851, 685, 81, 'Schollbronn', 488954200, 84201600, 0),
(77852, 685, 81, 'Schollhutte', 489197600, 95756100, 0),
(77853, 685, 81, 'Schonbuch', 486031600, 81523700, 0),
(77854, 685, 81, 'Schriesheim', 494737200, 86636000, 0),
(77855, 685, 81, 'Schutterwald', 484500000, 78833300, 0),
(77856, 685, 81, 'Schwabsberg', 489279100, 101381500, 0),
(77857, 685, 81, 'Schwaigern', 491449400, 90552500, 0),
(77858, 685, 81, 'Schwaikheim', 488773300, 93495800, 0),
(77859, 685, 81, 'Schwanau', 483666900, 77624400, 0),
(77860, 685, 81, 'Schwann', 488476600, 85472800, 0),
(77861, 685, 81, 'Schweigmatt', 476809200, 78823600, 0),
(77862, 685, 81, 'Schwendi', 481833300, 99666700, 0),
(77863, 685, 81, 'Seehaus', 487666700, 90333300, 0),
(77864, 685, 81, 'Seemoos', 476571200, 94475600, 0),
(77865, 685, 81, 'Serach', 487500000, 93166700, 0),
(77866, 685, 81, 'Sexau', 481000000, 79166700, 0),
(77867, 685, 81, 'Sickingen', 483808500, 89694400, 0),
(77868, 685, 81, 'Sigmaringendorf', 480658600, 92620800, 0),
(77869, 685, 81, 'Sinzheim', 487666700, 81666700, 0),
(77870, 685, 81, 'Sirnau', 487182500, 93445700, 0),
(77871, 685, 81, 'Sohnstetten', 486720300, 99864000, 0),
(77872, 685, 81, 'Spagenweiler', 488333300, 100666700, 0),
(77873, 685, 81, 'Spiegler', 479696600, 96682700, 0),
(77874, 685, 81, 'Staudach', 476666700, 99500000, 0),
(77875, 685, 81, 'Stehle', 476646500, 79826000, 0),
(77876, 685, 81, 'Steinenbronn', 486666700, 91166700, 0),
(77877, 685, 81, 'Stetten', 475901400, 84402500, 0),
(77878, 685, 81, 'Stiegen', 476564300, 88845100, 0),
(77879, 685, 81, 'Stollhofen', 487645600, 80502700, 0),
(77880, 685, 81, 'Streich', 488463900, 95018900, 0),
(77881, 685, 81, 'Stutz', 477633900, 78959900, 0),
(77882, 685, 81, 'Talheim', 478165600, 86385200, 0),
(77883, 685, 81, 'Talstrasse', 480333300, 79333300, 0),
(77884, 685, 81, 'Tiefenbronn', 488333300, 88000000, 0),
(77885, 685, 81, 'Tiengen', 479852100, 77131400, 0),
(77886, 685, 81, 'Tonbach', 485166700, 83666700, 0),
(77887, 685, 81, 'Traifelberg', 484041100, 92743500, 0),
(77888, 685, 81, 'Triberg im Schwarzwald', 481317400, 82331700, 0),
(77889, 685, 81, 'Trochtelfingen', 483084300, 92449100, 0),
(77890, 685, 81, 'Turner', 479716200, 81227100, 0),
(77891, 685, 81, 'Ummendorf', 480666700, 98333300, 0),
(77892, 685, 81, 'Undingen', 483895200, 91801500, 0),
(77893, 685, 81, 'Ungeheuerhof', 489307500, 94565500, 0),
(77894, 685, 81, 'Unterbalzheim', 481777600, 100762700, 0),
(77895, 685, 81, 'Unterbobingen', 488221000, 99192800, 0),
(77896, 685, 81, 'Unterboihingen', 486689200, 93725800, 0),
(77897, 685, 81, 'Untere Hofe', 481045000, 78499100, 0),
(77898, 685, 81, 'Untergruppenbach', 490894000, 92751600, 0),
(77899, 685, 81, 'Unterriexingen', 489375800, 90606400, 0),
(77900, 685, 81, 'Unterschneidheim', 489333300, 103666700, 0),
(77901, 685, 81, 'Unterwasser', 480270200, 80264100, 0),
(77902, 685, 81, 'Urach', 480052800, 82516700, 0),
(77903, 685, 81, 'Vaihingen', 487298400, 91088200, 0),
(77904, 685, 81, 'Viertel', 488166700, 84666700, 0),
(77905, 685, 81, 'Vogtsburg', 480927200, 76845300, 0),
(77906, 685, 81, 'Vohringen', 483344600, 86639200, 0),
(77907, 685, 81, 'Vorstetten', 480666700, 78500000, 0),
(77908, 685, 81, 'Wain', 481890400, 100209000, 0),
(77909, 685, 81, 'Waldburg', 477666700, 97166700, 0),
(77910, 685, 81, 'Walden', 484793500, 80879200, 0),
(77911, 685, 81, 'Waldshut', 482025400, 79636700, 0),
(77912, 685, 81, 'Waldtann', 491308700, 101858200, 0),
(77913, 685, 81, 'Walke', 483442900, 82260900, 0),
(77914, 685, 81, 'Walldurn', 495835800, 93664200, 0),
(77915, 685, 81, 'Warthausen', 481286300, 97974900, 0),
(77916, 685, 81, 'Wasseralfingen', 488648800, 101066100, 0),
(77917, 685, 81, 'Watt', 476833300, 98833300, 0),
(77918, 685, 81, 'Weckelweiler', 492226700, 99824100, 0),
(77919, 685, 81, 'Weigheim', 480588400, 86069300, 0),
(77920, 685, 81, 'Weikersheim', 494786600, 98997700, 0),
(77921, 685, 81, 'Weingartshof', 477711300, 96140400, 0),
(77922, 685, 81, 'Weinsberg', 491512800, 92876200, 0),
(77923, 685, 81, 'Weissenhof', 489840000, 90886200, 0),
(77924, 685, 81, 'Wettelbrunn', 478722800, 76957200, 0),
(77925, 685, 81, 'Wetzgau', 488168700, 97763700, 0),
(77926, 685, 81, 'Wiedenbach', 476982900, 96324000, 0),
(77927, 685, 81, 'Wiernsheim', 488833300, 88500000, 0),
(77928, 685, 81, 'Wilferdingen', 489464000, 85783800, 0),
(77929, 685, 81, 'Wilhelmsheim', 490070500, 94550600, 0),
(77930, 685, 81, 'Wimsheim', 488500000, 88333300, 0),
(77931, 685, 81, 'Wohnung', 489099800, 84280700, 0),
(77932, 685, 81, 'Wolfschlugen', 486500000, 92833300, 0),
(77933, 685, 81, 'Wolpertshausen', 491675000, 98447200, 0),
(77934, 685, 81, 'Wolpertswende', 479000000, 96166700, 0),
(77935, 685, 81, 'Worblingen', 477247500, 88660500, 0),
(77936, 685, 81, 'Wort', 486598000, 81667300, 0),
(77937, 685, 81, 'Wurmlingen', 480000000, 87833300, 0),
(77938, 685, 81, 'Wutoschingen', 476666700, 83666700, 0),
(77939, 685, 81, 'Zaisenhausen', 491066700, 88127800, 0),
(77940, 685, 81, 'Zavelstein', 486939600, 86890700, 0),
(77941, 685, 81, 'Zechenwihl', 475725300, 80306300, 0),
(77942, 685, 81, 'Zellerhof', 480000000, 96500000, 0),
(77943, 685, 81, 'Zollhof', 490282200, 99923100, 0),
(77944, 686, 81, 'Abtsdorf', 479010900, 129160600, 0),
(77945, 686, 81, 'Abtsried', 491911900, 123917800, 0),
(77946, 686, 81, 'Abtswind', 497701400, 103732200, 0),
(77947, 686, 81, 'Achberg', 477121500, 124065400, 0),
(77948, 686, 81, 'Achen', 477000000, 122666700, 0),
(77949, 686, 81, 'Acholshausen', 496448100, 99977900, 0),
(77950, 686, 81, 'Acker', 476098200, 103566400, 0),
(77951, 686, 81, 'Adelsdorf', 494702200, 106852200, 0),
(77952, 686, 81, 'Afterhausen', 484166700, 129166700, 0),
(77953, 686, 81, 'Aholming', 487333300, 129166700, 0),
(77954, 686, 81, 'Aichen', 478700000, 109334900, 0),
(77955, 686, 81, 'Aidenbach', 485702800, 130900000, 0),
(77956, 686, 81, 'Aiglsbach', 487000000, 117166700, 0),
(77957, 686, 81, 'Aigner', 483283700, 131840700, 0),
(77958, 686, 81, 'Ainring', 478166700, 129500000, 0),
(77959, 686, 81, 'Albeck', 484843000, 100585800, 0),
(77960, 686, 81, 'Albis', 476425200, 103498900, 0),
(77961, 686, 81, 'Aldersbach', 486000000, 130833300, 0),
(77962, 686, 81, 'Alerheim', 488500000, 106166700, 0),
(77963, 686, 81, 'Alling', 481500000, 113000000, 0),
(77964, 686, 81, 'Altenkunstadt', 501250400, 112503000, 0),
(77965, 686, 81, 'Altenried', 494318000, 126315600, 0),
(77966, 686, 81, 'Altensteig', 480089800, 105369100, 0),
(77967, 686, 81, 'Altenthann', 491000000, 123000000, 0),
(77968, 686, 81, 'Altenufer', 487614900, 130460100, 0),
(77969, 686, 81, 'Alterdorf', 491288000, 127502400, 0),
(77970, 686, 81, 'Altfeld', 498278800, 95573000, 0),
(77971, 686, 81, 'Altfraunhofen', 484500000, 121666700, 0),
(77972, 686, 81, 'Althausen', 502457500, 102280400, 0),
(77973, 686, 81, 'Althegnenberg', 482333300, 110666700, 0),
(77974, 686, 81, 'Altomunster', 483876700, 112569100, 0),
(77975, 686, 81, 'Altusried', 478041000, 102142900, 0),
(77976, 686, 81, 'Ammerland', 479025500, 113350100, 0),
(77977, 686, 81, 'Ammerthal', 477354500, 109669000, 0),
(77978, 686, 81, 'Amorbach', 496443700, 92217800, 0),
(77979, 686, 81, 'Andechs', 479746400, 111827900, 0),
(77980, 686, 81, 'Anger', 476690600, 115797000, 0),
(77981, 686, 81, 'Antersdorf', 482741900, 130061500, 0),
(77982, 686, 81, 'Anzing', 479126900, 122676100, 0),
(77983, 686, 81, 'Argen', 476673300, 100904400, 0),
(77984, 686, 81, 'Aschau', 476500000, 111166700, 0),
(77985, 686, 81, 'Aschau am Inn', 481984500, 123500300, 0),
(77986, 686, 81, 'Attaching', 483798600, 117747700, 0),
(77987, 686, 81, 'Au am Inn', 481665400, 123270300, 0),
(77988, 686, 81, 'Aubing', 481694100, 114118800, 0),
(77989, 686, 81, 'Aufhausen', 479489400, 113684400, 0),
(77990, 686, 81, 'Aufkirchen', 479567100, 113648400, 0),
(77991, 686, 81, 'Aunkirchen', 485988900, 131313900, 0),
(77992, 686, 81, 'Aurach', 477034700, 119224000, 0),
(77993, 686, 81, 'Aussernzell', 487166700, 132000000, 0),
(77994, 686, 81, 'Aying', 479701000, 117775200, 0),
(77995, 686, 81, 'Aystetten', 484055600, 107774200, 0),
(77996, 686, 81, 'Babilon', 499310000, 118818600, 0),
(77997, 686, 81, 'Bachl', 488100500, 119476300, 0),
(77998, 686, 81, 'Backer', 476047100, 114696200, 0),
(77999, 686, 81, 'Bad Bocklet', 502664800, 100790200, 0),
(78000, 686, 81, 'Bad Hindelang', 475062400, 103723000, 0),
(78001, 686, 81, 'Bad Tolz', 477611100, 115589000, 0),
(78002, 686, 81, 'Bad Wiessee', 477166700, 117166700, 0),
(78003, 686, 81, 'Bad Windsheim', 495027400, 104153900, 0),
(78004, 686, 81, 'Bad Worishofen', 480067400, 105966600, 0),
(78005, 686, 81, 'Baldham', 481147700, 117958800, 0),
(78006, 686, 81, 'Balgheim', 488040600, 105505500, 0),
(78007, 686, 81, 'Barbing', 490000000, 122000000, 0),
(78008, 686, 81, 'Baumhof', 493633800, 123510500, 0),
(78009, 686, 81, 'Benediktbeuern', 477062400, 114152200, 0),
(78010, 686, 81, 'Benning', 479396300, 121958500, 0),
(78011, 686, 81, 'Benningen', 479666700, 102166700, 0),
(78012, 686, 81, 'Bergbau', 477936600, 110173000, 0),
(78013, 686, 81, 'Bergrheinfeld', 500102800, 101808900, 0),
(78014, 686, 81, 'Bergs', 477981700, 102430800, 0),
(78015, 686, 81, 'Bernau', 491437900, 103677200, 0),
(78016, 686, 81, 'Bernbeuren', 477369600, 107770700, 0),
(78017, 686, 81, 'Berneck', 488620600, 132193900, 0),
(78018, 686, 81, 'Berngau', 492500000, 114000000, 0),
(78019, 686, 81, 'Bernried', 478660400, 112938600, 0),
(78020, 686, 81, 'Bernstein', 498367000, 121508000, 0),
(78021, 686, 81, 'Betzigau', 477333300, 103833300, 0),
(78022, 686, 81, 'Biber', 477333300, 121000000, 0),
(78023, 686, 81, 'Biberkor', 479468200, 113813200, 0),
(78024, 686, 81, 'Bieberbach', 491982000, 102926500, 0),
(78025, 686, 81, 'Bieberehren', 495166700, 100000000, 0),
(78026, 686, 81, 'Biederbach', 492005300, 107275100, 0),
(78027, 686, 81, 'Bindlach', 499816700, 116138900, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(78028, 686, 81, 'Binzen', 478093100, 101806300, 0),
(78029, 686, 81, 'Birkhof', 489132700, 111311300, 0),
(78030, 686, 81, 'Bischberg', 493703600, 114714400, 0),
(78031, 686, 81, 'Bissingen', 487169400, 106176600, 0),
(78032, 686, 81, 'Bitz', 489468800, 115048300, 0),
(78033, 686, 81, 'Blauberg', 492351300, 127461900, 0),
(78034, 686, 81, 'Bodenwohr', 492666700, 123166700, 0),
(78035, 686, 81, 'Bodolz', 475666700, 96666700, 0),
(78036, 686, 81, 'Bonlanden', 492059400, 103193100, 0),
(78037, 686, 81, 'Breitbrunn', 480344600, 111361200, 0),
(78038, 686, 81, 'Breitenbronn', 483060300, 106062700, 0),
(78039, 686, 81, 'Brem', 477139900, 124779600, 0),
(78040, 686, 81, 'Bruckberg', 485333300, 120000000, 0),
(78041, 686, 81, 'Bruckertshof', 499223600, 109083100, 0),
(78042, 686, 81, 'Bruckner', 478344200, 114129900, 0),
(78043, 686, 81, 'Brugg', 476500000, 99833300, 0),
(78044, 686, 81, 'Brugger', 483327500, 111471500, 0),
(78045, 686, 81, 'Buchau', 476523800, 121234400, 0),
(78046, 686, 81, 'Buchdorf', 487833300, 108333300, 0),
(78047, 686, 81, 'Burgberg', 475365600, 102888300, 0),
(78048, 686, 81, 'Burgebrach', 498283200, 107433800, 0),
(78049, 686, 81, 'Burger', 477436900, 115496400, 0),
(78050, 686, 81, 'Burgoberbach', 492333300, 105833300, 0),
(78051, 686, 81, 'Burgthann', 493520200, 113115400, 0),
(78052, 686, 81, 'Burgweg', 477964500, 117369600, 0),
(78053, 686, 81, 'Burlafingen', 484147300, 100697200, 0),
(78054, 686, 81, 'Castrum', 479425400, 125049400, 0),
(78055, 686, 81, 'Chiemsee', 478666700, 124166700, 0),
(78056, 686, 81, 'Creussen', 498449500, 116268400, 0),
(78057, 686, 81, 'Debring', 498589000, 108582700, 0),
(78058, 686, 81, 'Degendorf', 501384600, 111108700, 0),
(78059, 686, 81, 'Deimling', 483209200, 120084300, 0),
(78060, 686, 81, 'Deisenhofen', 480182300, 115887700, 0),
(78061, 686, 81, 'Derching', 484080100, 109676200, 0),
(78062, 686, 81, 'Dettelbach', 498029500, 101651900, 0),
(78063, 686, 81, 'Dettenheim', 489864700, 109465000, 0),
(78064, 686, 81, 'Diana', 499413200, 94869800, 0),
(78065, 686, 81, 'Diebach', 493091200, 101918800, 0),
(78066, 686, 81, 'Diess', 485724100, 111018400, 0),
(78067, 686, 81, 'Dietenhofen', 488478200, 120145700, 0),
(78068, 686, 81, 'Dieterskirchen', 494166700, 124166700, 0),
(78069, 686, 81, 'Dietfurt', 490357800, 115862400, 0),
(78070, 686, 81, 'Dietramszell', 478487100, 115953000, 0),
(78071, 686, 81, 'Dietzen', 476159000, 102421300, 0),
(78072, 686, 81, 'Dirnismaning', 482323800, 116415100, 0),
(78073, 686, 81, 'Dobler', 485000000, 132666700, 0),
(78074, 686, 81, 'Donaustauf', 490325800, 122046000, 0),
(78075, 686, 81, 'Donauworth', 486949500, 107791500, 0),
(78076, 686, 81, 'Dornach', 475903600, 97688000, 0),
(78077, 686, 81, 'Dornstadt', 490023000, 105840000, 0),
(78078, 686, 81, 'Dressen', 475574400, 98984500, 0),
(78079, 686, 81, 'Durrwangen', 491077800, 103850000, 0),
(78080, 686, 81, 'Duschlberg', 486584700, 136223900, 0),
(78081, 686, 81, 'Eben', 477622200, 117628200, 0),
(78082, 686, 81, 'Ebene', 501754800, 107444100, 0),
(78083, 686, 81, 'Eberl', 478068200, 118076600, 0),
(78084, 686, 81, 'Ebermannsdorf', 494000000, 119500000, 0),
(78085, 686, 81, 'Eckmannshofen', 490906700, 112267800, 0),
(78086, 686, 81, 'Ecksberg', 482443000, 124786400, 0),
(78087, 686, 81, 'Edling', 478766600, 122214300, 0),
(78088, 686, 81, 'Eggenfelden', 484053900, 127626400, 0),
(78089, 686, 81, 'Egglham', 485333300, 130666700, 0),
(78090, 686, 81, 'Eging', 479664800, 127123900, 0),
(78091, 686, 81, 'Eglfing', 477333300, 111833300, 0),
(78092, 686, 81, 'Egloffstein', 497018200, 112574800, 0),
(78093, 686, 81, 'Egmating', 480040500, 117952800, 0),
(78094, 686, 81, 'Eheim', 479374400, 103666900, 0),
(78095, 686, 81, 'Ehrl', 499979200, 110557600, 0),
(78096, 686, 81, 'Eibsee', 474563600, 109905300, 0),
(78097, 686, 81, 'Eichelberg', 486510000, 115862500, 0),
(78098, 686, 81, 'Eichelgarten', 480500000, 104166700, 0),
(78099, 686, 81, 'Einsbach', 482690300, 112667800, 0),
(78100, 686, 81, 'Eisenhut', 485039200, 113849300, 0),
(78101, 686, 81, 'Eisingen', 497597200, 98311100, 0),
(78102, 686, 81, 'Eitensheim', 488166700, 113166700, 0),
(78103, 686, 81, 'Elisabethszell', 490271500, 127501000, 0),
(78104, 686, 81, 'Ellzee', 483397100, 103189100, 0),
(78105, 686, 81, 'Elmau', 474599800, 111798500, 0),
(78106, 686, 81, 'Elsa', 503396600, 108179500, 0),
(78107, 686, 81, 'Empfing', 478806700, 126375700, 0),
(78108, 686, 81, 'Engelshutt', 492071400, 130321800, 0),
(78109, 686, 81, 'Engelthal', 494718100, 113994300, 0),
(78110, 686, 81, 'Engling', 479151300, 122728400, 0),
(78111, 686, 81, 'Erbendorf', 498398300, 120459200, 0),
(78112, 686, 81, 'Eresing', 480870000, 110238800, 0),
(78113, 686, 81, 'Erharting', 482833300, 125833300, 0),
(78114, 686, 81, 'Ering', 482992100, 131502900, 0),
(78115, 686, 81, 'Erkheim', 480500000, 103500000, 0),
(78116, 686, 81, 'Ernsting', 483002900, 124739800, 0),
(78117, 686, 81, 'Esbach', 490839000, 102510800, 0),
(78118, 686, 81, 'Eschau', 498188900, 92592000, 0),
(78119, 686, 81, 'Essing', 489346700, 117897200, 0),
(78120, 686, 81, 'Esting', 482038700, 113121900, 0),
(78121, 686, 81, 'Ettal', 475666700, 111000000, 0),
(78122, 686, 81, 'Etzenhausen', 482700000, 114395600, 0),
(78123, 686, 81, 'Eurasburg', 478538900, 114058700, 0),
(78124, 686, 81, 'Fabrikschleichach', 499234900, 105542600, 0),
(78125, 686, 81, 'Fahrenzhausen', 483531700, 115552100, 0),
(78126, 686, 81, 'Falkenfels', 490041500, 125948000, 0),
(78127, 686, 81, 'Falls', 500999400, 116887900, 0),
(78128, 686, 81, 'Farchant', 475303600, 111115100, 0),
(78129, 686, 81, 'Fehn', 477604300, 118159100, 0),
(78130, 686, 81, 'Feldafing', 479460200, 112932600, 0),
(78131, 686, 81, 'Felden', 478323200, 123895500, 0),
(78132, 686, 81, 'Filzingen', 481430100, 101217600, 0),
(78133, 686, 81, 'Finkenau', 502317500, 109708900, 0),
(78134, 686, 81, 'Fischbachau', 477195200, 119508100, 0),
(78135, 686, 81, 'Fischen', 474585200, 102719800, 0),
(78136, 686, 81, 'Fischerdorf', 488225900, 129541100, 0),
(78137, 686, 81, 'Fischers', 478284600, 102186800, 0),
(78138, 686, 81, 'Fischhaber', 477666700, 113500000, 0),
(78139, 686, 81, 'Fleck', 476502500, 115891700, 0),
(78140, 686, 81, 'Flein', 486791700, 108613900, 0),
(78141, 686, 81, 'Flintsbach', 477257600, 121241900, 0),
(78142, 686, 81, 'Forster', 483383500, 129383200, 0),
(78143, 686, 81, 'Forsthaus', 496389400, 103541600, 0),
(78144, 686, 81, 'Forstinning', 481686600, 119124400, 0),
(78145, 686, 81, 'Frauenaurach', 495683900, 109627800, 0),
(78146, 686, 81, 'Fraunberg', 483166700, 122000000, 0),
(78147, 686, 81, 'Freien', 478657200, 103927500, 0),
(78148, 686, 81, 'Freimann', 479314100, 126787300, 0),
(78149, 686, 81, 'Fremdling', 479660000, 123853400, 0),
(78150, 686, 81, 'Frenshof', 498734100, 107204000, 0),
(78151, 686, 81, 'Frickenhausen', 480734900, 103150600, 0),
(78152, 686, 81, 'Fridolfing', 479977300, 128262800, 0),
(78153, 686, 81, 'Friedrichsgmund', 491822000, 110136500, 0),
(78154, 686, 81, 'Frohnlach', 502166700, 100833300, 0),
(78155, 686, 81, 'Fronberg', 493425600, 121244700, 0),
(78156, 686, 81, 'Frottmaning', 482150100, 116313000, 0),
(78157, 686, 81, 'Fuchsstadt', 496988900, 99700000, 0),
(78158, 686, 81, 'Fuerst', 480193500, 127840700, 0),
(78159, 686, 81, 'Fuessen', 475714300, 107017100, 0),
(78160, 686, 81, 'Furtarn', 482524200, 120385200, 0),
(78161, 686, 81, 'Gablingen', 484500000, 108166700, 0),
(78162, 686, 81, 'Gailoh', 494278400, 118301300, 0),
(78163, 686, 81, 'Ganacker', 487174400, 126891300, 0),
(78164, 686, 81, 'Garching an der Alz', 481345100, 125815200, 0),
(78165, 686, 81, 'Garham', 483755800, 130235200, 0),
(78166, 686, 81, 'Garmisch', 474925700, 110864900, 0),
(78167, 686, 81, 'Garstadt', 499739400, 101731900, 0),
(78168, 686, 81, 'Garten', 492235300, 127644900, 0),
(78169, 686, 81, 'Gartlberg', 484343100, 129440700, 0),
(78170, 686, 81, 'Gasteig', 477750000, 121376400, 0),
(78171, 686, 81, 'Gattendorf', 503220700, 119977600, 0),
(78172, 686, 81, 'Gauting', 480691900, 113770300, 0),
(78173, 686, 81, 'Gehring', 482945600, 125392300, 0),
(78174, 686, 81, 'Geisenfeld', 486842600, 116123300, 0),
(78175, 686, 81, 'Geisenhausen', 484760900, 122581700, 0),
(78176, 686, 81, 'Gemein', 499833300, 116333300, 0),
(78177, 686, 81, 'Gerau', 484114100, 132486200, 0),
(78178, 686, 81, 'Gerbrunn', 497752800, 99936100, 0),
(78179, 686, 81, 'Geretshausen', 481127600, 109404900, 0),
(78180, 686, 81, 'Gergweis', 486178000, 129847200, 0),
(78181, 686, 81, 'Gerhardshofen', 496312300, 106913300, 0),
(78182, 686, 81, 'Gerold', 474913300, 112125000, 0),
(78183, 686, 81, 'Gerolfing', 487544500, 113469500, 0),
(78184, 686, 81, 'Gerolzhofen', 499002500, 103483200, 0),
(78185, 686, 81, 'Gesees', 499000000, 115333300, 0),
(78186, 686, 81, 'Geslau', 493666700, 103000000, 0),
(78187, 686, 81, 'Giebelstadt', 496530800, 99444100, 0),
(78188, 686, 81, 'Gimpel', 483536100, 112497900, 0),
(78189, 686, 81, 'Glonn', 479875100, 118672100, 0),
(78190, 686, 81, 'Gmain', 482054300, 120655500, 0),
(78191, 686, 81, 'Gmund', 488606500, 132679700, 0),
(78192, 686, 81, 'Gochsheim', 500166700, 102833300, 0),
(78193, 686, 81, 'Goldkronach', 500108600, 116875000, 0),
(78194, 686, 81, 'Goring', 496416000, 113228100, 0),
(78195, 686, 81, 'Gotteszell', 489666700, 129666700, 0),
(78196, 686, 81, 'Grabitz', 493048900, 128319900, 0),
(78197, 686, 81, 'Grad', 489737400, 127436200, 0),
(78198, 686, 81, 'Grafelfing', 481187800, 114293900, 0),
(78199, 686, 81, 'Grafenbergerhull', 496603100, 112449500, 0),
(78200, 686, 81, 'Grafenrheinfeld', 500000000, 102000000, 0),
(78201, 686, 81, 'Grafing', 478070400, 114871500, 0),
(78202, 686, 81, 'Grafling', 487885500, 127231100, 0),
(78203, 686, 81, 'Grain', 493302900, 120425600, 0),
(78204, 686, 81, 'Grainau', 474761400, 110240500, 0),
(78205, 686, 81, 'Grainet', 488000000, 136500000, 0),
(78206, 686, 81, 'Gramling', 486950000, 130780600, 0),
(78207, 686, 81, 'Grass', 479649300, 118069600, 0),
(78208, 686, 81, 'Grasweg', 478780700, 121528500, 0),
(78209, 686, 81, 'Greding', 490469900, 113570300, 0),
(78210, 686, 81, 'Greifenberg', 476191600, 102804300, 0),
(78211, 686, 81, 'Greisbach', 477500000, 119500000, 0),
(78212, 686, 81, 'Greising', 488712100, 130285800, 0),
(78213, 686, 81, 'Gremsdorf', 496950600, 108321800, 0),
(78214, 686, 81, 'Greussenheim', 498166700, 97666700, 0),
(78215, 686, 81, 'Griesbach', 483971300, 116284700, 0),
(78216, 686, 81, 'Griesser', 482929600, 131351000, 0),
(78217, 686, 81, 'Grossetzenberg', 490546300, 118830900, 0),
(78218, 686, 81, 'Grosshelfendorf', 479438300, 117937400, 0),
(78219, 686, 81, 'Grossheubach', 497283400, 92228000, 0),
(78220, 686, 81, 'Grosskarolinenfeld', 478910200, 120810100, 0),
(78221, 686, 81, 'Grosskotz', 484089200, 102792500, 0),
(78222, 686, 81, 'Grosslellenfeld', 491148700, 106328900, 0),
(78223, 686, 81, 'Grosswallstadt', 498833300, 91666700, 0),
(78224, 686, 81, 'Grunwald', 477920300, 123267500, 0),
(78225, 686, 81, 'Gsenget', 487263600, 137379700, 0),
(78226, 686, 81, 'Gundelfingen', 485534700, 103722300, 0),
(78227, 686, 81, 'Gundelsheim', 489101500, 108452800, 0),
(78228, 686, 81, 'Gundremmingen', 485000000, 104000000, 0),
(78229, 686, 81, 'Guttenberg', 493718700, 117277300, 0),
(78230, 686, 81, 'Haag', 476462400, 104254500, 0),
(78231, 686, 81, 'Haberland', 478604200, 129577100, 0),
(78232, 686, 81, 'Hack', 476456600, 105535600, 0),
(78233, 686, 81, 'Hagelstein', 475696000, 99088500, 0),
(78234, 686, 81, 'Hahnbach', 495338900, 118030200, 0),
(78235, 686, 81, 'Haidlfing', 487381200, 127150600, 0),
(78236, 686, 81, 'Haimhausen', 483154500, 115545300, 0),
(78237, 686, 81, 'Hainberg', 483729600, 120693400, 0),
(78238, 686, 81, 'Halfing', 479519700, 122752500, 0),
(78239, 686, 81, 'Hallerndorf', 497590900, 109794600, 0),
(78240, 686, 81, 'Hallnberg', 482498800, 119884900, 0),
(78241, 686, 81, 'Hammerau', 477952900, 129470600, 0),
(78242, 686, 81, 'Hammerbuhl', 496956000, 112726100, 0),
(78243, 686, 81, 'Handwerk', 484002700, 126812100, 0),
(78244, 686, 81, 'Handwerks', 476666700, 98666700, 0),
(78245, 686, 81, 'Hannberg', 496371800, 109014400, 0),
(78246, 686, 81, 'Harm', 493143200, 111060600, 0),
(78247, 686, 81, 'Hart', 479263500, 125518800, 0),
(78248, 686, 81, 'Haselbach', 480869100, 119795600, 0),
(78249, 686, 81, 'Hattenhofen', 477818700, 105885800, 0),
(78250, 686, 81, 'Haundorf', 487797600, 133064200, 0),
(78251, 686, 81, 'Hausling', 495908500, 109332800, 0),
(78252, 686, 81, 'Hausmann', 477595300, 127589800, 0),
(78253, 686, 81, 'Hawangen', 479666700, 102666700, 0),
(78254, 686, 81, 'Hege', 475765800, 96241300, 0),
(78255, 686, 81, 'Heideck', 491336500, 111272600, 0),
(78256, 686, 81, 'Heidenfeld', 499675100, 102079800, 0),
(78257, 686, 81, 'Heidenkam', 484926400, 120891800, 0),
(78258, 686, 81, 'Heiligenstadt', 482150800, 126099500, 0),
(78259, 686, 81, 'Heilsbronn', 493357200, 107874100, 0),
(78260, 686, 81, 'Heimertingen', 480333300, 101500000, 0),
(78261, 686, 81, 'Heinersreuth', 497932300, 116799300, 0),
(78262, 686, 81, 'Heinrichsheim', 487267900, 112216600, 0),
(78263, 686, 81, 'Helen', 476659900, 102476000, 0),
(78264, 686, 81, 'Helena', 492671600, 115049200, 0),
(78265, 686, 81, 'Helling', 483530500, 119936100, 0),
(78266, 686, 81, 'Helmbrechts', 499536700, 121147800, 0),
(78267, 686, 81, 'Helming', 480500900, 124801000, 0),
(78268, 686, 81, 'Heng', 492986500, 113580600, 0),
(78269, 686, 81, 'Hengersberg', 487725500, 130548500, 0),
(78270, 686, 81, 'Hennenberg', 491622300, 115014800, 0),
(78271, 686, 81, 'Herbertshofen', 485293200, 108525100, 0),
(78272, 686, 81, 'Herbolzheim', 495600100, 103459700, 0),
(78273, 686, 81, 'Hergensweiler', 476166700, 97833300, 0),
(78274, 686, 81, 'Hermannsberg', 477044300, 103752000, 0),
(78275, 686, 81, 'Herrieden', 492377900, 105035000, 0),
(78276, 686, 81, 'Hessdorf', 496272800, 109100200, 0),
(78277, 686, 81, 'Hetzenhausen', 483488300, 116106600, 0),
(78278, 686, 81, 'Heufeld', 478738700, 119682300, 0),
(78279, 686, 81, 'Hilling', 480191500, 126075000, 0),
(78280, 686, 81, 'Hiltenfingen', 481666700, 107166700, 0),
(78281, 686, 81, 'Himmelkron', 500666700, 116000000, 0),
(78282, 686, 81, 'Himmelstadt', 499238900, 98016700, 0),
(78283, 686, 81, 'Hinrichssegen', 478712200, 119445400, 0),
(78284, 686, 81, 'Hoch', 485035000, 133963500, 0),
(78285, 686, 81, 'Hochberg', 476865400, 101928800, 0),
(78286, 686, 81, 'Hochhaus', 481415800, 121624400, 0),
(78287, 686, 81, 'Hochstatt', 478892400, 123627100, 0),
(78288, 686, 81, 'Hochstetten', 488755200, 128424100, 0),
(78289, 686, 81, 'Hochzoll', 483500000, 109500000, 0),
(78290, 686, 81, 'Hofgarten', 484400500, 110602400, 0),
(78291, 686, 81, 'Hofstatt', 477180800, 114266400, 0),
(78292, 686, 81, 'Hohenfeld', 497190400, 101570300, 0),
(78293, 686, 81, 'Hohenfried', 479184100, 118212900, 0),
(78294, 686, 81, 'Hohenkammer', 484166700, 115333300, 0),
(78295, 686, 81, 'Hohenkirchen-Siegertsbrunn', 480193200, 117190600, 0),
(78296, 686, 81, 'Hohenschwangau', 475563100, 107408500, 0),
(78297, 686, 81, 'Hollenberg', 497657500, 114822400, 0),
(78298, 686, 81, 'Hollfeld', 499379300, 112915300, 0),
(78299, 686, 81, 'Holzner', 484020900, 131212300, 0),
(78300, 686, 81, 'Hopferbach', 478539000, 103550300, 0),
(78301, 686, 81, 'Horb', 501572400, 112020200, 0),
(78302, 686, 81, 'Horsdorf', 500850300, 110114600, 0),
(78303, 686, 81, 'Hosbach', 500064600, 92076500, 0),
(78304, 686, 81, 'Huisheim', 488333300, 107000000, 0),
(78305, 686, 81, 'Humbach', 475877500, 102817400, 0),
(78306, 686, 81, 'Hummels', 478701000, 101319600, 0),
(78307, 686, 81, 'Hunderdorf', 488916200, 126738200, 0),
(78308, 686, 81, 'Hundshaupten', 484217000, 130207900, 0),
(78309, 686, 81, 'Hunger', 496703100, 114302000, 0),
(78310, 686, 81, 'Hurlach', 481166700, 108166700, 0),
(78311, 686, 81, 'Hutthurm', 486727600, 134714600, 0),
(78312, 686, 81, 'Icking', 479500000, 114333300, 0),
(78313, 686, 81, 'Ifen', 475415400, 100347600, 0),
(78314, 686, 81, 'Iffeldorf', 477666700, 113166700, 0),
(78315, 686, 81, 'Igenhausen', 484716200, 110466000, 0),
(78316, 686, 81, 'Igensdorf', 496232200, 112313700, 0),
(78317, 686, 81, 'Inkofen', 484640600, 118650200, 0),
(78318, 686, 81, 'Inneberg', 480965400, 103034600, 0),
(78319, 686, 81, 'Innernzell', 488515000, 132753900, 0),
(78320, 686, 81, 'Inselsberg', 493883800, 118055400, 0),
(78321, 686, 81, 'Irlbach', 488412800, 127513500, 0),
(78322, 686, 81, 'Irlmauth', 490138200, 121553700, 0),
(78323, 686, 81, 'Irsching', 487617400, 115761400, 0),
(78324, 686, 81, 'Isel', 477899700, 102637800, 0),
(78325, 686, 81, 'Isen', 482120300, 120567200, 0),
(78326, 686, 81, 'Ising', 479241100, 125054500, 0),
(78327, 686, 81, 'Isling', 501014500, 111639100, 0),
(78328, 686, 81, 'Issing', 479579300, 109475100, 0),
(78329, 686, 81, 'Jachenau', 476057400, 114338100, 0),
(78330, 686, 81, 'Jahrdorf', 486325500, 136421800, 0),
(78331, 686, 81, 'Jandelsbrunn', 487333300, 137000000, 0),
(78332, 686, 81, 'Jedling', 478125800, 118845900, 0),
(78333, 686, 81, 'Jesenwang', 481666700, 111333300, 0),
(78334, 686, 81, 'Kaider', 500559100, 110725700, 0),
(78335, 686, 81, 'Kainz', 484976600, 129457700, 0),
(78336, 686, 81, 'Kaltenberg', 481288100, 109970200, 0),
(78337, 686, 81, 'Kamm', 485566700, 132202800, 0),
(78338, 686, 81, 'Kammerstein', 492931700, 109727700, 0),
(78339, 686, 81, 'Kappl', 491912600, 121301600, 0),
(78340, 686, 81, 'Kaps', 479211200, 121109700, 0),
(78341, 686, 81, 'Karlskron', 486833300, 114166700, 0),
(78342, 686, 81, 'Karlstein', 477222700, 128508300, 0),
(78343, 686, 81, 'Kastl', 482000000, 127000000, 0),
(78344, 686, 81, 'Katzbach', 480036800, 121519500, 0),
(78345, 686, 81, 'Kaufering', 480912100, 108791300, 0),
(78346, 686, 81, 'Kaufmanns', 476984400, 105542300, 0),
(78347, 686, 81, 'Kehr', 483157000, 119221500, 0),
(78348, 686, 81, 'Kemnat', 483375400, 104114300, 0),
(78349, 686, 81, 'Kempfenhausen', 479872200, 113623500, 0),
(78350, 686, 81, 'Kiesling', 486097400, 134274400, 0),
(78351, 686, 81, 'Kimratshofen', 477967300, 101565800, 0),
(78352, 686, 81, 'Kinding', 490015900, 113830800, 0),
(78353, 686, 81, 'Kirchenthumbach', 497486600, 117254200, 0),
(78354, 686, 81, 'Kirchheim', 480418600, 127796700, 0),
(78355, 686, 81, 'Kirchl', 488599200, 135056300, 0),
(78356, 686, 81, 'Kirchseeon', 480714300, 118887500, 0),
(78357, 686, 81, 'Kirchweidach', 480833300, 126333300, 0),
(78358, 686, 81, 'Kirchzell', 496180000, 91778500, 0),
(78359, 686, 81, 'Kist', 497427800, 98438900, 0),
(78360, 686, 81, 'Kleinaitingen', 482166700, 108333300, 0),
(78361, 686, 81, 'Kleinerlbach', 495845700, 106301600, 0),
(78362, 686, 81, 'Kleinheubach', 497210900, 92134600, 0),
(78363, 686, 81, 'Kleinostheim', 500000000, 90666700, 0),
(78364, 686, 81, 'Kleinseebach', 496522000, 110055400, 0),
(78365, 686, 81, 'Kleinsendelbach', 495955800, 111577300, 0),
(78366, 686, 81, 'Kleinwallstadt', 498746400, 91692700, 0),
(78367, 686, 81, 'Klingenberg am Main', 497850700, 91802500, 0),
(78368, 686, 81, 'Klosterlechfeld', 481666700, 108333300, 0),
(78369, 686, 81, 'Knetzgau', 499833300, 105500000, 0),
(78370, 686, 81, 'Kochel', 476592600, 113682700, 0),
(78371, 686, 81, 'Kohlenberg', 476492900, 103595100, 0),
(78372, 686, 81, 'Kohler', 498487300, 101676800, 0),
(78373, 686, 81, 'Kolitzheim', 499166700, 102333300, 0),
(78374, 686, 81, 'Konigsberg in Bayern', 500808000, 105676100, 0),
(78375, 686, 81, 'Konigstein', 496085400, 116314300, 0),
(78376, 686, 81, 'Konradsreuth', 497417900, 122962800, 0),
(78377, 686, 81, 'Konstein', 488276700, 110734100, 0),
(78378, 686, 81, 'Kornburg', 493552100, 110988500, 0),
(78379, 686, 81, 'Kosching', 488140100, 115049000, 0),
(78380, 686, 81, 'Kraftisried', 477833300, 104666700, 0),
(78381, 686, 81, 'Krailing', 491182100, 128329100, 0),
(78382, 686, 81, 'Kraiss', 481155700, 120088300, 0),
(78383, 686, 81, 'Kramersfeld', 499169000, 109182800, 0),
(78384, 686, 81, 'Kredenbach', 498506200, 95310700, 0),
(78385, 686, 81, 'Kreut', 476804600, 109778800, 0),
(78386, 686, 81, 'Kreuzbreite', 488717600, 125489600, 0),
(78387, 686, 81, 'Kreuzstrasse', 477786600, 117227300, 0),
(78388, 686, 81, 'Kreuzwertheim', 497681800, 95181900, 0),
(78389, 686, 81, 'Kronau', 478137600, 110236400, 0),
(78390, 686, 81, 'Krotenbruck', 502922800, 119045800, 0),
(78391, 686, 81, 'Krum', 500372800, 105851800, 0),
(78392, 686, 81, 'Krumbach', 482418200, 103632000, 0),
(78393, 686, 81, 'Kuhn', 487111800, 135515500, 0),
(78394, 686, 81, 'Kuhnen', 476589800, 102970700, 0),
(78395, 686, 81, 'Kunzing', 486666700, 130833300, 0),
(78396, 686, 81, 'Laaber', 487816400, 120226300, 0),
(78397, 686, 81, 'Laber', 486905600, 120975000, 0),
(78398, 686, 81, 'Lageltshausen', 483821200, 116695600, 0),
(78399, 686, 81, 'Lamitz', 503810500, 118245500, 0),
(78400, 686, 81, 'Langenneufnach', 482666700, 106000000, 0),
(78401, 686, 81, 'Langenpreising', 484333300, 119666700, 0),
(78402, 686, 81, 'Langensendelbach', 496405100, 110710400, 0),
(78403, 686, 81, 'Langensteinbach', 490408900, 103116000, 0),
(78404, 686, 81, 'Langwaid', 484589200, 114522600, 0),
(78405, 686, 81, 'Langweid', 477685700, 121152300, 0),
(78406, 686, 81, 'Latsch', 496767200, 121080400, 0),
(78407, 686, 81, 'Laufach', 500166700, 93000000, 0),
(78408, 686, 81, 'Laufenburg', 490780800, 106706800, 0),
(78409, 686, 81, 'Lechhausen', 483786400, 109426000, 0),
(78410, 686, 81, 'Legau', 478562800, 101298100, 0),
(78411, 686, 81, 'Leiblfing', 487666700, 125166700, 0),
(78412, 686, 81, 'Leimitz', 503227700, 119518700, 0),
(78413, 686, 81, 'Leinburg', 494516700, 113100000, 0),
(78414, 686, 81, 'Leipheim', 484500400, 102227800, 0),
(78415, 686, 81, 'Lengenwang', 477000000, 106000000, 0),
(78416, 686, 81, 'Letten', 476287600, 115288800, 0),
(78417, 686, 81, 'Leutershausen', 492986900, 104118900, 0),
(78418, 686, 81, 'Litzendorf', 499144400, 110102800, 0),
(78419, 686, 81, 'Lobenstein', 487677000, 135264400, 0),
(78420, 686, 81, 'Lochen', 478853300, 115985600, 0),
(78421, 686, 81, 'Lochham', 478606900, 117151200, 0),
(78422, 686, 81, 'Loiching', 486166700, 124333300, 0),
(78423, 686, 81, 'Lorenzen', 490692700, 120862400, 0),
(78424, 686, 81, 'Ludwigsstadt', 504860500, 113873400, 0),
(78425, 686, 81, 'Lueg', 487462800, 134163000, 0),
(78426, 686, 81, 'Madl', 486032900, 127633000, 0),
(78427, 686, 81, 'Mainkofen', 488075000, 128968400, 0),
(78428, 686, 81, 'Mainstockheim', 497833300, 101500000, 0),
(78429, 686, 81, 'Mais', 479818200, 125917100, 0),
(78430, 686, 81, 'Malmsbach', 494718200, 111907500, 0),
(78431, 686, 81, 'Mamming', 486500000, 126000000, 0),
(78432, 686, 81, 'Manching', 487165600, 114939300, 0),
(78433, 686, 81, 'Mandl', 478261800, 113799500, 0),
(78434, 686, 81, 'Mantel', 496541200, 120407400, 0),
(78435, 686, 81, 'Maria Bildhausen', 502763600, 102860700, 0),
(78436, 686, 81, 'Maria-Thann', 476557700, 98745800, 0),
(78437, 686, 81, 'Mariahilf', 484468200, 123634200, 0),
(78438, 686, 81, 'Marienbrunn', 498629400, 95766400, 0),
(78439, 686, 81, 'Marienheim', 487173400, 112162300, 0),
(78440, 686, 81, 'Marklkofen', 485500000, 125666700, 0),
(78441, 686, 81, 'Marktberg', 487782200, 134827900, 0),
(78442, 686, 81, 'Marktbreit', 496654100, 101481100, 0),
(78443, 686, 81, 'Marktoberdorf', 477796400, 106171300, 0),
(78444, 686, 81, 'Marktsteft', 496960600, 101362600, 0),
(78445, 686, 81, 'Martinlamitz', 502105300, 119690000, 0),
(78446, 686, 81, 'Massenbach', 490660500, 109359000, 0),
(78447, 686, 81, 'Massenbuch', 500357600, 97012900, 0),
(78448, 686, 81, 'Matzenberg', 484041200, 111411600, 0),
(78449, 686, 81, 'Mauern', 481094900, 111883700, 0),
(78450, 686, 81, 'Maxlrain', 478994300, 119889200, 0),
(78451, 686, 81, 'Meiling', 479922500, 121249200, 0),
(78452, 686, 81, 'Meinheim', 490333300, 108166700, 0),
(78453, 686, 81, 'Mellrichstadt', 504284900, 103033400, 0),
(78454, 686, 81, 'Memmelsdorf', 499301200, 109592100, 0),
(78455, 686, 81, 'Menning', 487840600, 116016600, 0),
(78456, 686, 81, 'Menzen', 476333300, 99166700, 0),
(78457, 686, 81, 'Merching', 482459400, 109853000, 0),
(78458, 686, 81, 'Mertingen', 486500000, 107833300, 0),
(78459, 686, 81, 'Michelfeld', 496968400, 101778000, 0),
(78460, 686, 81, 'Michelrieth', 498267600, 95229600, 0),
(78461, 686, 81, 'Mintraching', 483189200, 116877900, 0),
(78462, 686, 81, 'Mistelgau', 499126000, 114658600, 0),
(78463, 686, 81, 'Mittenwald', 474422000, 112618700, 0),
(78464, 686, 81, 'Mitterfels', 489713600, 126769800, 0),
(78465, 686, 81, 'Mitterhart', 478407500, 120693600, 0),
(78466, 686, 81, 'Mitterskirchen', 483500000, 127333300, 0),
(78467, 686, 81, 'Mogling', 480200300, 125330400, 0),
(78468, 686, 81, 'Mohren', 489354300, 108727700, 0),
(78469, 686, 81, 'Monigottsod', 485754700, 137926500, 0),
(78470, 686, 81, 'Moosbach', 476422700, 103634800, 0),
(78471, 686, 81, 'Muehlberg', 481925700, 121321000, 0),
(78472, 686, 81, 'Muhlried', 485657700, 112796100, 0),
(78473, 686, 81, 'Munich', 481374300, 115754900, 0),
(78474, 686, 81, 'Naab', 497986200, 124290700, 0),
(78475, 686, 81, 'Nabburg', 494534700, 121799600, 0),
(78476, 686, 81, 'Nagel', 499833300, 119166700, 0),
(78477, 686, 81, 'Nantesbuch', 477846700, 113905700, 0),
(78478, 686, 81, 'Nebelberg', 490212500, 131604400, 0),
(78479, 686, 81, 'Ness', 498711200, 114992900, 0),
(78480, 686, 81, 'Nesselwang', 476234200, 105024300, 0),
(78481, 686, 81, 'Neubeuern', 477813300, 121496800, 0),
(78482, 686, 81, 'Neudeutenbach', 494166700, 110166700, 0),
(78483, 686, 81, 'Neudrossenfeld', 500166700, 115000000, 0),
(78484, 686, 81, 'Neufahrn in Niederbayern', 487352400, 121928500, 0),
(78485, 686, 81, 'Neufarn', 481483400, 118189700, 0),
(78486, 686, 81, 'Neugilching', 480987400, 112928600, 0),
(78487, 686, 81, 'Neumaier', 477490200, 119350400, 0),
(78488, 686, 81, 'Neusass', 483924900, 108333300, 0),
(78489, 686, 81, 'Niederfullbach', 502166700, 109833300, 0),
(78490, 686, 81, 'Niederland', 495717400, 124106200, 0),
(78491, 686, 81, 'Niedermoosen', 478357400, 121804000, 0),
(78492, 686, 81, 'Niederwinkling', 488833300, 128000000, 0),
(78493, 686, 81, 'Niedling', 479426900, 126306200, 0),
(78494, 686, 81, 'Nittenau', 491942500, 122674100, 0),
(78495, 686, 81, 'Noerdlingen', 488512200, 104886800, 0),
(78496, 686, 81, 'Nordendorf', 485947800, 108318300, 0),
(78497, 686, 81, 'Nutzbach', 484302400, 125157300, 0),
(78498, 686, 81, 'Nymphenburg', 481585300, 114985700, 0),
(78499, 686, 81, 'Oberammergau', 475981200, 110669200, 0),
(78500, 686, 81, 'Oberaudorf', 476482200, 121724200, 0),
(78501, 686, 81, 'Oberding', 483166700, 118500000, 0),
(78502, 686, 81, 'Oberemmerting', 482000000, 127666700, 0),
(78503, 686, 81, 'Oberkotzau', 502623600, 119348400, 0),
(78504, 686, 81, 'Oberlaindern', 478755400, 117400100, 0),
(78505, 686, 81, 'Oberlangenstadt', 501891500, 112587100, 0),
(78506, 686, 81, 'Obermedlingen', 485675500, 103185200, 0),
(78507, 686, 81, 'Obermichelbach', 490634800, 104369500, 0),
(78508, 686, 81, 'Obernau', 499369400, 91317700, 0),
(78509, 686, 81, 'Obernzell', 485548500, 136372900, 0),
(78510, 686, 81, 'Oberpfaffenhofen', 480740600, 112636500, 0),
(78511, 686, 81, 'Oberpframmern', 480220200, 118133100, 0),
(78512, 686, 81, 'Oberramstadt', 493296600, 104393000, 0),
(78513, 686, 81, 'Oberried', 475753800, 106401700, 0),
(78514, 686, 81, 'Oberrodach', 502524400, 113962700, 0),
(78515, 686, 81, 'Obersalzberg', 476329300, 130480600, 0),
(78516, 686, 81, 'Oberstaufen', 475556800, 100224500, 0),
(78517, 686, 81, 'Oberstreu', 504033800, 102877500, 0),
(78518, 686, 81, 'Obertraubling', 489666700, 121666700, 0),
(78519, 686, 81, 'Obertrubach', 497000000, 113500000, 0),
(78520, 686, 81, 'Oberviechtach', 494580900, 124166900, 0),
(78521, 686, 81, 'Oberwinterbach', 497040400, 106481700, 0),
(78522, 686, 81, 'Oberwittelsbach', 484682000, 111790600, 0),
(78523, 686, 81, 'Oberwohlbach', 484324200, 115272200, 0),
(78524, 686, 81, 'Odelzhausen', 483088900, 111988900, 0),
(78525, 686, 81, 'Odenstockach', 480848500, 116960600, 0),
(78526, 686, 81, 'Offingen', 484825800, 103624900, 0),
(78527, 686, 81, 'Opfenbach', 476333300, 98333300, 0),
(78528, 686, 81, 'Ortenburg', 485459700, 132225000, 0),
(78529, 686, 81, 'Osternach', 478683100, 123590600, 0),
(78530, 686, 81, 'Osterried', 477451500, 106641600, 0),
(78531, 686, 81, 'Ottensoos', 495094900, 113415800, 0),
(78532, 686, 81, 'Otterfing', 479089800, 116754600, 0),
(78533, 686, 81, 'Ottobeuren', 479413000, 102997100, 0),
(78534, 686, 81, 'Otzing', 487666700, 128166700, 0),
(78535, 686, 81, 'Paar', 483589900, 110362400, 0),
(78536, 686, 81, 'Pahl', 479000000, 111833300, 0),
(78537, 686, 81, 'Palling', 480020400, 126370200, 0),
(78538, 686, 81, 'Palmberg', 482738000, 124196400, 0),
(78539, 686, 81, 'Partenstein', 500500000, 95166700, 0),
(78540, 686, 81, 'Pausmuhle', 479856700, 119607600, 0),
(78541, 686, 81, 'Pavelsbach', 492643900, 113438100, 0),
(78542, 686, 81, 'Peigerting', 487166700, 133333300, 0),
(78543, 686, 81, 'Peissenberg', 478046600, 110699000, 0),
(78544, 686, 81, 'Peiting', 477954900, 109295000, 0),
(78545, 686, 81, 'Pelka', 484006800, 115383600, 0),
(78546, 686, 81, 'Penning', 483965900, 121471400, 0),
(78547, 686, 81, 'Petershausen', 484000000, 114666700, 0),
(78548, 686, 81, 'Pettendorf', 477677400, 124614600, 0),
(78549, 686, 81, 'Petting', 479123200, 128151200, 0),
(78550, 686, 81, 'Pfaffenhofen an der Ilm', 485333300, 115166700, 0),
(78551, 686, 81, 'Pfaffing', 478289500, 119464700, 0),
(78552, 686, 81, 'Pfahl', 491373400, 127408700, 0),
(78553, 686, 81, 'Pfakofen', 488582200, 122274400, 0),
(78554, 686, 81, 'Pfeffenhausen', 486646600, 119659400, 0),
(78555, 686, 81, 'Pfisterer', 478402400, 118515900, 0),
(78556, 686, 81, 'Pfreimd', 494911400, 121806900, 0),
(78557, 686, 81, 'Pfronten', 475819700, 105593200, 0),
(78558, 686, 81, 'Piding', 477666700, 129166700, 0),
(78559, 686, 81, 'Piel', 490622000, 120854800, 0),
(78560, 686, 81, 'Pilling', 486823500, 133708300, 0),
(78561, 686, 81, 'Pilsting', 487011600, 126510500, 0),
(78562, 686, 81, 'Plankenfels', 498833300, 113333300, 0),
(78563, 686, 81, 'Plankstetten', 490692000, 114533300, 0),
(78564, 686, 81, 'Pless', 480931000, 101513700, 0),
(78565, 686, 81, 'Pleystein', 496490700, 124063100, 0),
(78566, 686, 81, 'Pliening', 481955600, 118006900, 0),
(78567, 686, 81, 'Pollenfeld', 489500000, 112000000, 0),
(78568, 686, 81, 'Polling', 478110200, 111324100, 0),
(78569, 686, 81, 'Polln', 482648000, 114571100, 0),
(78570, 686, 81, 'Pommer', 496530700, 111731000, 0),
(78571, 686, 81, 'Pornbach', 486166700, 114666700, 0),
(78572, 686, 81, 'Pottenstein', 497713100, 114078400, 0),
(78573, 686, 81, 'Potzham', 480333300, 126166700, 0),
(78574, 686, 81, 'Presseck', 502280400, 115550800, 0),
(78575, 686, 81, 'Pretzfeld', 497545400, 111743000, 0),
(78576, 686, 81, 'Prittriching', 482000000, 109166700, 0),
(78577, 686, 81, 'Probfeld', 486692400, 113665400, 0),
(78578, 686, 81, 'Pross', 500682900, 113769700, 0),
(78579, 686, 81, 'Pulling', 483648000, 117037500, 0),
(78580, 686, 81, 'Purkelgut', 490028700, 121329100, 0),
(78581, 686, 81, 'Putzbrunn', 480757900, 117157200, 0),
(78582, 686, 81, 'Rainbach', 481689400, 121756700, 0),
(78583, 686, 81, 'Rappenau', 494670600, 104917200, 0),
(78584, 686, 81, 'Rasch', 491148900, 116495400, 0),
(78585, 686, 81, 'Rathsberg', 496179400, 110244400, 0),
(78586, 686, 81, 'Rauenberg', 498622200, 112512500, 0),
(78587, 686, 81, 'Rausch', 480127200, 111585900, 0),
(78588, 686, 81, 'Reckenberg', 475039700, 103349900, 0),
(78589, 686, 81, 'Redl', 479396100, 128483200, 0),
(78590, 686, 81, 'Rednitzhembach', 493009500, 110799700, 0),
(78591, 686, 81, 'Regensburg-Galgenberg', 490003800, 121035900, 0),
(78592, 686, 81, 'Rehling', 484833300, 109333300, 0),
(78593, 686, 81, 'Reichelsdorf', 493840700, 110345900, 0),
(78594, 686, 81, 'Reichenschwand', 495138400, 113727400, 0),
(78595, 686, 81, 'Reichersbeuern', 477666700, 116333300, 0),
(78596, 686, 81, 'Reichertshofen', 481987100, 105953200, 0),
(78597, 686, 81, 'Reinhartshausen', 482592300, 107284300, 0),
(78598, 686, 81, 'Reisch', 480434900, 109160300, 0),
(78599, 686, 81, 'Reischach', 478973000, 122151200, 0),
(78600, 686, 81, 'Reischenhart', 477687500, 121086500, 0),
(78601, 686, 81, 'Reit', 477734300, 118179000, 0),
(78602, 686, 81, 'Reithof', 487779400, 125712300, 0),
(78603, 686, 81, 'Rennertshofen', 482468500, 102322200, 0),
(78604, 686, 81, 'Rettenbach', 479132800, 126495700, 0),
(78605, 686, 81, 'Reusch', 493448800, 101089600, 0),
(78606, 686, 81, 'Reuter', 475689700, 101374400, 0),
(78607, 686, 81, 'Riding', 483802800, 119969400, 0),
(78608, 686, 81, 'Rieblingen', 485352600, 107549800, 0),
(78609, 686, 81, 'Riedl', 481589200, 127448900, 0),
(78610, 686, 81, 'Riedle', 475083700, 103380100, 0),
(78611, 686, 81, 'Riedler', 476978800, 119569100, 0),
(78612, 686, 81, 'Rollfeld', 497672700, 91891800, 0),
(78613, 686, 81, 'Rosenau', 485701900, 134752100, 0),
(78614, 686, 81, 'Rothaus', 486333100, 123792400, 0),
(78615, 686, 81, 'Rothenburg ob der Tauber', 493788500, 101871100, 0),
(78616, 686, 81, 'Rothhausen', 501843800, 103282500, 0),
(78617, 686, 81, 'Rothof', 498119600, 100549300, 0),
(78618, 686, 81, 'Rott am Inn', 479818800, 121280900, 0),
(78619, 686, 81, 'Rottach', 476080900, 102974300, 0),
(78620, 686, 81, 'Rottbach', 482512300, 112443800, 0),
(78621, 686, 81, 'Rottendorf', 494555400, 120605700, 0),
(78622, 686, 81, 'Rottingen', 495096900, 99708200, 0),
(78623, 686, 81, 'Rubi', 474338200, 102872300, 0),
(78624, 686, 81, 'Ruck', 498297600, 92130600, 0),
(78625, 686, 81, 'Ruderting', 486500000, 134166700, 0),
(78626, 686, 81, 'Rummelsberg', 493673400, 112657400, 0),
(78627, 686, 81, 'Sack', 495062500, 110127600, 0),
(78628, 686, 81, 'Sackenbach', 500078800, 95934800, 0),
(78629, 686, 81, 'Saldenburg', 487833300, 133500000, 0),
(78630, 686, 81, 'Saliter', 477050500, 110662500, 0),
(78631, 686, 81, 'Sallach', 477080300, 110932900, 0),
(78632, 686, 81, 'Sallmannsberg', 485300600, 121752700, 0),
(78633, 686, 81, 'Salzburg', 487229200, 122075000, 0),
(78634, 686, 81, 'Salzweg', 486166700, 134833300, 0),
(78635, 686, 81, 'Sankt Oswald', 488926000, 134259800, 0),
(78636, 686, 81, 'Schaffhausen', 483924500, 111506100, 0),
(78637, 686, 81, 'Scharlau', 491929500, 126444000, 0),
(78638, 686, 81, 'Schatz', 485403100, 118254700, 0),
(78639, 686, 81, 'Schaufling', 488500000, 130666700, 0),
(78640, 686, 81, 'Scheidegg', 475814100, 98482900, 0),
(78641, 686, 81, 'Scheppach', 484068700, 104449100, 0),
(78642, 686, 81, 'Scherleinsod', 485609900, 136739400, 0),
(78643, 686, 81, 'Schierling', 488342200, 121394600, 0),
(78644, 686, 81, 'Schlacht', 480052000, 118440300, 0),
(78645, 686, 81, 'Schlecht', 477643700, 121459400, 0),
(78646, 686, 81, 'Schleehof', 498277000, 99027800, 0),
(78647, 686, 81, 'Schleicher', 490580100, 132520000, 0),
(78648, 686, 81, 'Schleif', 497980300, 122908500, 0),
(78649, 686, 81, 'Schliersee', 477362100, 118593600, 0),
(78650, 686, 81, 'Schlingen', 479696400, 106209200, 0),
(78651, 686, 81, 'Schlossberg', 478581200, 121484300, 0),
(78652, 686, 81, 'Schlupfing', 484045700, 133250100, 0),
(78653, 686, 81, 'Schmachtenberg', 497831100, 92403200, 0),
(78654, 686, 81, 'Schmiechen', 482166700, 109666700, 0),
(78655, 686, 81, 'Schnackenhof', 494833300, 112333300, 0),
(78656, 686, 81, 'Schnaitsee', 480666700, 123666700, 0),
(78657, 686, 81, 'Schnaitt', 478028900, 115652600, 0),
(78658, 686, 81, 'Schnaittach', 495595800, 113432800, 0),
(78659, 686, 81, 'Schober', 476577300, 108579200, 0),
(78660, 686, 81, 'Schoenau', 479493100, 119681500, 0),
(78661, 686, 81, 'Schollbrunn', 498350000, 94638900, 0),
(78662, 686, 81, 'Schonach', 489116500, 124231200, 0),
(78663, 686, 81, 'Schonaich', 496976900, 104067900, 0),
(78664, 686, 81, 'Schonberg', 477194800, 109883200, 0),
(78665, 686, 81, 'Schondra', 502681400, 98627700, 0),
(78666, 686, 81, 'Schongau', 478124000, 108966400, 0),
(78667, 686, 81, 'Schorn', 476978100, 117534000, 0),
(78668, 686, 81, 'Schottenstein', 501538100, 108958700, 0),
(78669, 686, 81, 'Schramm', 485833300, 134166700, 0),
(78670, 686, 81, 'Schrobenhausen', 485606700, 112607100, 0),
(78671, 686, 81, 'Schwanfeld', 499216600, 101386600, 0),
(78672, 686, 81, 'Schwangau', 475833300, 107333300, 0),
(78673, 686, 81, 'Schwarzach', 489156700, 128114400, 0),
(78674, 686, 81, 'Schwarzeck', 476234400, 129013700, 0),
(78675, 686, 81, 'Schwarzenbruck', 493577800, 112433300, 0),
(78676, 686, 81, 'Schwarzenstein', 477454400, 123096200, 0),
(78677, 686, 81, 'Schwebheim', 494855700, 103530000, 0),
(78678, 686, 81, 'Schweinbach', 485442700, 122048500, 0),
(78679, 686, 81, 'Schwemm', 490428100, 125834800, 0),
(78680, 686, 81, 'Schwindkirchen', 482591600, 122121500, 0),
(78681, 686, 81, 'Seelig', 498365900, 112846400, 0),
(78682, 686, 81, 'Seeshaupt', 478246800, 113021900, 0),
(78683, 686, 81, 'Seestall', 479644700, 108652000, 0),
(78684, 686, 81, 'Segger', 477405000, 103135300, 0),
(78685, 686, 81, 'Selling', 492349600, 127274400, 0),
(78686, 686, 81, 'Senden', 483244100, 100444200, 0),
(78687, 686, 81, 'Sendling', 480135300, 121673600, 0),
(78688, 686, 81, 'Seng', 481946000, 127609600, 0),
(78689, 686, 81, 'Sengenthal', 492333300, 114666700, 0),
(78690, 686, 81, 'Seubersdorf', 491621200, 116271400, 0),
(78691, 686, 81, 'Seukendorf', 494833300, 108833300, 0),
(78692, 686, 81, 'Siebers', 475557600, 98819700, 0),
(78693, 686, 81, 'Siegl', 485811800, 131479200, 0),
(78694, 686, 81, 'Sigl', 496210700, 117487100, 0),
(78695, 686, 81, 'Simmershofen', 495333300, 101333300, 0),
(78696, 686, 81, 'Sims', 478488500, 121727200, 0),
(78697, 686, 81, 'Sindelsdorf', 477166700, 113333300, 0),
(78698, 686, 81, 'Sinzing', 480856400, 124125300, 0),
(78699, 686, 81, 'Sonnenwiechs', 478838000, 119278500, 0),
(78700, 686, 81, 'Sontheim', 480070400, 103546100, 0),
(78701, 686, 81, 'Sorg', 498536700, 117699900, 0),
(78702, 686, 81, 'Soyen', 481166700, 122000000, 0),
(78703, 686, 81, 'Spalt', 491755300, 109245300, 0),
(78704, 686, 81, 'Spardorf', 496085400, 110558500, 0),
(78705, 686, 81, 'Spies', 496355100, 114017100, 0),
(78706, 686, 81, 'Spinnerei', 499666700, 116333300, 0),
(78707, 686, 81, 'Stadelhofen', 490345500, 111887200, 0),
(78708, 686, 81, 'Stallwang', 485583800, 122310800, 0),
(78709, 686, 81, 'Stammham', 482500000, 128833300, 0),
(78710, 686, 81, 'Staudham', 482245200, 126541600, 0),
(78711, 686, 81, 'Stegen', 480778500, 111332700, 0),
(78712, 686, 81, 'Steinhart', 480427400, 121152600, 0),
(78713, 686, 81, 'Steinhoring', 480867900, 120314000, 0),
(78714, 686, 81, 'Steinmark', 498623100, 95249200, 0),
(78715, 686, 81, 'Stephansberg', 482335900, 112222800, 0),
(78716, 686, 81, 'Stephansposching', 488166700, 128000000, 0),
(78717, 686, 81, 'Steufzgen', 477133600, 103055500, 0),
(78718, 686, 81, 'Stirn', 491436500, 109785200, 0),
(78719, 686, 81, 'Stockach', 475500000, 97333300, 0),
(78720, 686, 81, 'Stockerpoint', 487153700, 125366500, 0),
(78721, 686, 81, 'Stoeckelsberg', 493844400, 114376300, 0),
(78722, 686, 81, 'Stoffel', 486298500, 115217400, 0),
(78723, 686, 81, 'Strasskirchen', 479302600, 121919100, 0),
(78724, 686, 81, 'Streit', 498082800, 92152100, 0),
(78725, 686, 81, 'Strullendorf', 498442900, 109720800, 0),
(78726, 686, 81, 'Stuben', 485000000, 126666700, 0),
(78727, 686, 81, 'Stulln', 494166700, 121333300, 0),
(78728, 686, 81, 'Sulzberg', 476545800, 106520800, 0),
(78729, 686, 81, 'Sulzburg', 491799600, 114135900, 0),
(78730, 686, 81, 'Sunching', 488785500, 123512900, 0),
(78731, 686, 81, 'Surheim', 478777000, 129569600, 0),
(78732, 686, 81, 'Suttenbach', 502469300, 116672300, 0),
(78733, 686, 81, 'Taubing', 485862000, 136687100, 0),
(78734, 686, 81, 'Tauperlitz', 502962600, 119639000, 0),
(78735, 686, 81, 'Tegernsee', 477096700, 117527100, 0),
(78736, 686, 81, 'Teisbach', 486208300, 124574800, 0),
(78737, 686, 81, 'Teisendorf', 478492100, 128191900, 0),
(78738, 686, 81, 'Tempelhof', 488546500, 111614500, 0),
(78739, 686, 81, 'Tennenlohe', 492886900, 110377400, 0),
(78740, 686, 81, 'Teunz', 494833300, 123833300, 0),
(78741, 686, 81, 'Thalkirchen', 478830000, 122865800, 0),
(78742, 686, 81, 'Thannhausen', 482833400, 104691700, 0),
(78743, 686, 81, 'Thansau', 478227200, 121541400, 0),
(78744, 686, 81, 'Thurn', 496875400, 110113700, 0),
(78745, 686, 81, 'Thurnau', 500254200, 113934800, 0),
(78746, 686, 81, 'Titting', 489967800, 112115500, 0),
(78747, 686, 81, 'Todtenweis', 485171200, 109285600, 0),
(78748, 686, 81, 'Toging am Inn', 482601800, 125846000, 0),
(78749, 686, 81, 'Tracking', 486712500, 132127800, 0),
(78750, 686, 81, 'Train', 487333300, 118333300, 0),
(78751, 686, 81, 'Traunfeld', 494128700, 114777900, 0),
(78752, 686, 81, 'Traunreut', 479626900, 125923100, 0),
(78753, 686, 81, 'Traunwalchen', 479392300, 126035800, 0),
(78754, 686, 81, 'Tremmel', 483455300, 111578000, 0),
(78755, 686, 81, 'Treuchtlingen', 489547300, 109083300, 0),
(78756, 686, 81, 'Triftern', 483946800, 130062700, 0),
(78757, 686, 81, 'Troglersricht', 496740400, 122074000, 0),
(78758, 686, 81, 'Tronsberg', 475626100, 100511700, 0),
(78759, 686, 81, 'Trosdorf', 499130000, 108063000, 0),
(78760, 686, 81, 'Trum', 491500000, 128833300, 0),
(78761, 686, 81, 'Tulling', 480834100, 120603300, 0),
(78762, 686, 81, 'Tuntenhausen', 479350900, 120151800, 0),
(78763, 686, 81, 'Tutzing', 479093800, 112803000, 0),
(78764, 686, 81, 'Uchtelhausen', 500918400, 102686100, 0),
(78765, 686, 81, 'Uettingen', 497947200, 97305600, 0),
(78766, 686, 81, 'Umpfenbach', 496882400, 93739000, 0),
(78767, 686, 81, 'Unterahrain', 486040600, 122783900, 0),
(78768, 686, 81, 'Unterdurrbach', 498140500, 99184100, 0),
(78769, 686, 81, 'Untergriesbach', 484579000, 111542600, 0),
(78770, 686, 81, 'Unterleinleiter', 498230300, 111890600, 0),
(78771, 686, 81, 'Unterschnaittenbach', 495500000, 120166700, 0),
(78772, 686, 81, 'Untersiemau', 501941500, 109744800, 0),
(78773, 686, 81, 'Unterstall', 487627500, 112118900, 0),
(78774, 686, 81, 'Untersteinach', 477631600, 120142800, 0),
(78775, 686, 81, 'Untrasried', 478333300, 103833300, 0),
(78776, 686, 81, 'Ursberg', 482642800, 104459400, 0),
(78777, 686, 81, 'Ursensollen', 494020400, 117550300, 0),
(78778, 686, 81, 'Ustersbach', 483166700, 106500000, 0),
(78779, 686, 81, 'Utting', 488224300, 130833400, 0),
(78780, 686, 81, 'Veitsbronn', 495123900, 108879700, 0),
(78781, 686, 81, 'Versbach', 498203300, 99643000, 0),
(78782, 686, 81, 'Vestenbergsgreuth', 496876400, 106515700, 0),
(78783, 686, 81, 'Vierkirchen', 483666700, 114666700, 0),
(78784, 686, 81, 'Vieth', 483305500, 121797400, 0),
(78785, 686, 81, 'Vils', 483252400, 121290700, 0),
(78786, 686, 81, 'Vilsen', 476000000, 106666700, 0),
(78787, 686, 81, 'Vogl', 479023000, 120627300, 0),
(78788, 686, 81, 'Vogler', 486119400, 131005500, 0),
(78789, 686, 81, 'Vogtareuth', 479469400, 121812600, 0),
(78790, 686, 81, 'Vohburg an der Donau', 487697700, 116184500, 0),
(78791, 686, 81, 'Vorbach', 493807200, 101495000, 0),
(78792, 686, 81, 'Votting', 483969000, 117144300, 0),
(78793, 686, 81, 'Wachterhof', 480302900, 117068800, 0),
(78794, 686, 81, 'Waging am See', 479355600, 127332400, 0),
(78795, 686, 81, 'Waibling', 487092500, 126276100, 0),
(78796, 686, 81, 'Waischenfeld', 498464500, 113481000, 0),
(78797, 686, 81, 'Waldaschaff', 499752800, 93019400, 0),
(78798, 686, 81, 'Waldstadt', 483620700, 132847900, 0),
(78799, 686, 81, 'Waldstetten', 483481500, 102938500, 0),
(78800, 686, 81, 'Wallersdorf', 487376700, 127474400, 0),
(78801, 686, 81, 'Wallerstein', 488874200, 104759100, 0),
(78802, 686, 81, 'Walpertshofen', 482912500, 114521300, 0),
(78803, 686, 81, 'Waning', 486398200, 135288200, 0),
(78804, 686, 81, 'Wank', 476152100, 105212700, 0),
(78805, 686, 81, 'Wartberg', 487807400, 134523200, 0),
(78806, 686, 81, 'Wartenberg', 484059700, 119886500, 0),
(78807, 686, 81, 'Wattenberg', 491723900, 115062000, 0),
(78808, 686, 81, 'Wechingen', 489000000, 106166700, 0),
(78809, 686, 81, 'Weha', 498281500, 118746900, 0),
(78810, 686, 81, 'Weibersbrunn', 499308300, 93661100, 0),
(78811, 686, 81, 'Weicht', 479983000, 106707100, 0),
(78812, 686, 81, 'Weidenhof', 491461800, 129217200, 0),
(78813, 686, 81, 'Weier', 482546800, 129886700, 0),
(78814, 686, 81, 'Weihenzell', 493500000, 106166700, 0),
(78815, 686, 81, 'Weil', 481171700, 109216100, 0),
(78816, 686, 81, 'Weiling', 488328000, 125287300, 0),
(78817, 686, 81, 'Weinzierl', 484446900, 131969800, 0),
(78818, 686, 81, 'Weismain', 500848600, 112397900, 0),
(78819, 686, 81, 'Weissdorf', 501833300, 118500000, 0),
(78820, 686, 81, 'Weissenbrunn', 494284500, 113605500, 0),
(78821, 686, 81, 'Weissenohe', 496308900, 112536900, 0),
(78822, 686, 81, 'Weissensberg', 475833300, 97333300, 0),
(78823, 686, 81, 'Welden', 479187400, 107912500, 0),
(78824, 686, 81, 'Wellerstadt', 496646100, 110377800, 0),
(78825, 686, 81, 'Wemding', 488746100, 107245200, 0),
(78826, 686, 81, 'Wendling', 478265300, 119006000, 0),
(78827, 686, 81, 'Wengen', 475565500, 100452800, 0),
(78828, 686, 81, 'Wenninger', 486666700, 131666700, 0),
(78829, 686, 81, 'Werneck', 499820100, 100988400, 0),
(78830, 686, 81, 'Wessling', 480745200, 112482000, 0),
(78831, 686, 81, 'Westerham', 478084200, 123671400, 0),
(78832, 686, 81, 'Weyarn', 478583800, 117992300, 0),
(78833, 686, 81, 'Wiedenzhausen', 482998500, 112390700, 0),
(78834, 686, 81, 'Wiedergeltingen', 480333300, 106666700, 0),
(78835, 686, 81, 'Wifling', 482336200, 118872900, 0),
(78836, 686, 81, 'Wilbersdorf', 493446800, 123708200, 0),
(78837, 686, 81, 'Wilburgstetten', 490333300, 103833300, 0),
(78838, 686, 81, 'Wildflecken', 503776400, 99109200, 0),
(78839, 686, 81, 'Wildpoldsried', 477666700, 104000000, 0),
(78840, 686, 81, 'Wildstein', 495250400, 124172700, 0),
(78841, 686, 81, 'Willenberg', 497511100, 115028600, 0),
(78842, 686, 81, 'Willing', 478553900, 119857400, 0),
(78843, 686, 81, 'Willis', 475459000, 100037000, 0),
(78844, 686, 81, 'Wimberg', 477012400, 105488900, 0),
(78845, 686, 81, 'Windach', 480666700, 110333300, 0),
(78846, 686, 81, 'Winkl', 476677000, 129506500, 0),
(78847, 686, 81, 'Winkler', 485341100, 130817600, 0),
(78848, 686, 81, 'Winn', 491321900, 116763200, 0),
(78849, 686, 81, 'Winning', 480500000, 116166700, 0),
(78850, 686, 81, 'Wintershof', 489067500, 111738200, 0),
(78851, 686, 81, 'Wissing', 487828200, 124251000, 0),
(78852, 686, 81, 'Wohmbrechts', 476573100, 98526400, 0),
(78853, 686, 81, 'Wolfsbronn', 490136300, 107913900, 0),
(78854, 686, 81, 'Worth am Main', 497972000, 91538900, 0),
(78855, 686, 81, 'Wulfing', 492159900, 125691200, 0),
(78856, 686, 81, 'Wunder', 485836000, 125762400, 0),
(78857, 686, 81, 'Wurzach', 479903200, 121130300, 0),
(78858, 686, 81, 'Zamdorf', 481418100, 116425900, 0),
(78859, 686, 81, 'Zandt', 489260800, 114950600, 0),
(78860, 686, 81, 'Zangberg', 482833300, 124333300, 0),
(78861, 686, 81, 'Zech', 503236100, 120810000, 0),
(78862, 686, 81, 'Zeegendorf', 498737300, 110656400, 0),
(78863, 686, 81, 'Zeil', 485601000, 128690200, 0),
(78864, 686, 81, 'Zell am Main', 498121400, 98696200, 0),
(78865, 686, 81, 'Zettl', 482299600, 121801400, 0),
(78866, 686, 81, 'Ziegelstadel', 481503400, 118347600, 0),
(78867, 686, 81, 'Ziegler', 480000000, 103666700, 0),
(78868, 686, 81, 'Zinneberg', 479936600, 118818000, 0),
(78869, 686, 81, 'Zolling', 484500000, 117666700, 0),
(78870, 686, 81, 'Zusmarshausen', 484001400, 105991700, 0),
(78871, 687, 81, 'Bohnsdorf', 523943400, 135733900, 0),
(78872, 687, 81, 'Buckow I', 524222700, 134362300, 0),
(78873, 687, 81, 'Falkenberg', 524166700, 135666700, 0),
(78874, 687, 81, 'Gatow', 524832400, 131828500, 0),
(78875, 687, 81, 'Gropiusstadt', 524250000, 134666700, 0),
(78876, 687, 81, 'Johannesstift', 525666700, 132000000, 0),
(78877, 687, 81, 'Lichtenberg', 525215700, 134970400, 0),
(78878, 687, 81, 'Mahlsdorf', 525093500, 136137300, 0),
(78879, 687, 81, 'Malchow', 525830200, 134833400, 0),
(78880, 687, 81, 'Oberspree', 524500000, 135333300, 0),
(78881, 687, 81, 'Rauchfangswerder', 523473500, 136415100, 0),
(78882, 687, 81, 'Schlachtensee', 524427800, 132166700, 0),
(78883, 687, 81, 'Schulzendorf', 526088300, 132567200, 0),
(78884, 687, 81, 'Waidmannslust', 526069100, 133196800, 0),
(78885, 687, 81, 'Warschauer Strasse', 525046000, 134498800, 0),
(78886, 687, 81, 'Wartenberg', 525752000, 135155900, 0),
(78887, 687, 81, 'Wittenau', 525931900, 133212700, 0),
(78888, 687, 81, 'Zehlendorf', 524410600, 132579200, 0),
(78889, 688, 81, 'Albertinenhof', 528426500, 128382100, 0),
(78890, 688, 81, 'Altlandsberg', 525650300, 137281500, 0),
(78891, 688, 81, 'Am Mellensee', 521833300, 134000000, 0),
(78892, 688, 81, 'Ausbau', 525187100, 123914000, 0),
(78893, 688, 81, 'Bad Liebenwerda', 515182600, 133945900, 0),
(78894, 688, 81, 'Baitz', 521721100, 126769800, 0),
(78895, 688, 81, 'Bandelow', 534147000, 138523800, 0),
(78896, 688, 81, 'Basta', 526058600, 144030800, 0),
(78897, 688, 81, 'Beerbaum', 527297400, 137909300, 0),
(78898, 688, 81, 'Beetz', 528124600, 130101300, 0),
(78899, 688, 81, 'Bergstrasse', 518000000, 136500000, 0),
(78900, 688, 81, 'Berliner Vorstadt', 524119000, 130831700, 0),
(78901, 688, 81, 'Betten', 516273100, 137674100, 0),
(78902, 688, 81, 'Beutel', 531138100, 133889000, 0),
(78903, 688, 81, 'Blindow', 533594200, 138872300, 0),
(78904, 688, 81, 'Bochow', 519484200, 130886100, 0),
(78905, 688, 81, 'Bohne', 525602000, 123028700, 0),
(78906, 688, 81, 'Bork', 530261900, 124289400, 0),
(78907, 688, 81, 'Borkheide', 522166700, 128500000, 0),
(78908, 688, 81, 'Bornecke', 521620400, 123892800, 0),
(78909, 688, 81, 'Branitz', 517384500, 143660800, 0),
(78910, 688, 81, 'Bredereiche', 531366100, 132425500, 0),
(78911, 688, 81, 'Bredow', 525886600, 129266200, 0),
(78912, 688, 81, 'Bresch', 532076600, 118792200, 0),
(78913, 688, 81, 'Briese', 527048300, 133016000, 0),
(78914, 688, 81, 'Briesnig', 518012100, 145999700, 0),
(78915, 688, 81, 'Burghof', 532500000, 120333300, 0),
(78916, 688, 81, 'Calau', 517440200, 139532900, 0),
(78917, 688, 81, 'Charlottenfelde', 519853400, 133045200, 0),
(78918, 688, 81, 'Chorin', 529019700, 138715300, 0),
(78919, 688, 81, 'Dahlewitz', 523209200, 134400700, 0),
(78920, 688, 81, 'Dahme', 518700800, 134274300, 0),
(78921, 688, 81, 'Dallgow', 525444600, 130600300, 0),
(78922, 688, 81, 'Damme', 526156500, 125688800, 0),
(78923, 688, 81, 'Damsbruck', 526000000, 131500000, 0),
(78924, 688, 81, 'Dannenberg', 527728100, 139567600, 0),
(78925, 688, 81, 'Dauer', 533904400, 139118700, 0),
(78926, 688, 81, 'Diedersdorf', 523403400, 133568200, 0),
(78927, 688, 81, 'Diensdorf', 522417900, 140655000, 0),
(78928, 688, 81, 'Doeberitz', 525166700, 130500000, 0),
(78929, 688, 81, 'Dudel', 532386300, 124627500, 0),
(78930, 688, 81, 'Eden', 527480800, 132134200, 0),
(78931, 688, 81, 'Eichenhof', 521842000, 133078300, 0),
(78932, 688, 81, 'Eichwalde', 523666700, 136166700, 0),
(78933, 688, 81, 'Ellingen', 533487500, 138329100, 0),
(78934, 688, 81, 'Elsholz', 521973500, 129637900, 0),
(78935, 688, 81, 'Elstal', 525425000, 129879500, 0),
(78936, 688, 81, 'Erkner', 524200000, 137543700, 0),
(78937, 688, 81, 'Etzin', 525177400, 128542400, 0),
(78938, 688, 81, 'Fehrbellin', 528135000, 127644000, 0),
(78939, 688, 81, 'Fichtenau', 524612600, 137013400, 0),
(78940, 688, 81, 'Finkenkrug', 525612800, 130475600, 0),
(78941, 688, 81, 'Finow', 528433200, 137364300, 0),
(78942, 688, 81, 'Flottstelle', 523283100, 129641200, 0),
(78943, 688, 81, 'Frauenberg', 519501900, 138828400, 0),
(78944, 688, 81, 'Fredersdorf', 521900200, 126390800, 0),
(78945, 688, 81, 'Fredersdorfer Fliess', 525166700, 137500000, 0),
(78946, 688, 81, 'Freiwalde', 519644900, 137445600, 0),
(78947, 688, 81, 'Gadow', 530807200, 116238800, 0),
(78948, 688, 81, 'Gallinchen', 517110300, 143539300, 0),
(78949, 688, 81, 'Gallun', 522447600, 135605800, 0),
(78950, 688, 81, 'Ganz', 530292400, 124924900, 0),
(78951, 688, 81, 'Genshagen', 523156100, 133135800, 0),
(78952, 688, 81, 'Glewe', 527375400, 123226300, 0),
(78953, 688, 81, 'Glienecke', 522780400, 123764200, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(78954, 688, 81, 'Gneisenau', 534344800, 137047000, 0),
(78955, 688, 81, 'Gollmitz', 517032900, 138771300, 0),
(78956, 688, 81, 'Golzow', 522666700, 126166700, 0),
(78957, 688, 81, 'Gransee', 530070400, 131575000, 0),
(78958, 688, 81, 'Grenz', 533370200, 140331500, 0),
(78959, 688, 81, 'Groden', 514000000, 135666700, 0),
(78960, 688, 81, 'Groditz', 514140500, 134486800, 0),
(78961, 688, 81, 'Gross Gaglow', 517139100, 143247800, 0),
(78962, 688, 81, 'Gross Kreutz', 524028100, 127794000, 0),
(78963, 688, 81, 'Gross Ossnig', 516783000, 143592100, 0),
(78964, 688, 81, 'Grossziethen', 523964400, 134465700, 0),
(78965, 688, 81, 'Guben', 519498700, 147144700, 0),
(78966, 688, 81, 'Guteborn', 514166700, 139333300, 0),
(78967, 688, 81, 'Haage', 526784600, 125938500, 0),
(78968, 688, 81, 'Haaren', 529707700, 119872900, 0),
(78969, 688, 81, 'Halbe', 521166700, 137000000, 0),
(78970, 688, 81, 'Heiligengrabe', 531446100, 123625400, 0),
(78971, 688, 81, 'Helenenau', 526367100, 136342000, 0),
(78972, 688, 81, 'Hennickendorf', 521649700, 131018400, 0),
(78973, 688, 81, 'Hohen Neuendorf', 526763100, 132777500, 0),
(78974, 688, 81, 'Hohenbruch', 528002500, 131313600, 0),
(78975, 688, 81, 'Hohenbucko', 517666700, 134666700, 0),
(78976, 688, 81, 'Hohenseefeld', 518895000, 133050200, 0),
(78977, 688, 81, 'Hoherlehme', 523219000, 136137500, 0),
(78978, 688, 81, 'Holzhof', 514500000, 135166700, 0),
(78979, 688, 81, 'Ihlow', 518833300, 133333300, 0),
(78980, 688, 81, 'Jerischke', 516148900, 147125000, 0),
(78981, 688, 81, 'Joachimsthal', 529794500, 137449300, 0),
(78982, 688, 81, 'Kablow', 522972600, 137178900, 0),
(78983, 688, 81, 'Kahren', 517211000, 144151600, 0),
(78984, 688, 81, 'Kappe', 529664900, 134391400, 0),
(78985, 688, 81, 'Karlsruh', 527039500, 131078900, 0),
(78986, 688, 81, 'Kater', 525434600, 122512200, 0),
(78987, 688, 81, 'Kausche', 516057500, 142056900, 0),
(78988, 688, 81, 'Ketzin', 524780800, 128453000, 0),
(78989, 688, 81, 'Kiebitzberg', 531629600, 122418600, 0),
(78990, 688, 81, 'Kienitz', 526731000, 144388700, 0),
(78991, 688, 81, 'Kirchhain', 516333300, 135666700, 0),
(78992, 688, 81, 'Kittlitz', 518307900, 139160900, 0),
(78993, 688, 81, 'Klosterhof', 529436700, 123532700, 0),
(78994, 688, 81, 'Knoblauch', 524508400, 123534200, 0),
(78995, 688, 81, 'Kolberg', 522439400, 138052000, 0),
(78996, 688, 81, 'Kossin', 518607600, 132314800, 0),
(78997, 688, 81, 'Kraupa', 514935300, 135058000, 0),
(78998, 688, 81, 'Krausnick', 520324600, 138285000, 0),
(78999, 688, 81, 'Kreuzbruch', 528403700, 134224600, 0),
(79000, 688, 81, 'Kreuzburg', 531155700, 119744500, 0),
(79001, 688, 81, 'Kuckucksheim', 531106800, 135191100, 0),
(79002, 688, 81, 'Kuckuk', 532001400, 122629900, 0),
(79003, 688, 81, 'Lanz', 530666700, 116000000, 0),
(79004, 688, 81, 'Laubsdorf', 516744400, 144419700, 0),
(79005, 688, 81, 'Lausitz', 515131300, 133477400, 0),
(79006, 688, 81, 'Leddin', 528854000, 124049400, 0),
(79007, 688, 81, 'Lehnin', 523196000, 127459400, 0),
(79008, 688, 81, 'Liebenwalde', 528712500, 133946500, 0),
(79009, 688, 81, 'Limberg', 517554200, 141870800, 0),
(79010, 688, 81, 'Linde', 525451400, 126628000, 0),
(79011, 688, 81, 'Linum', 527595700, 128749500, 0),
(79012, 688, 81, 'Luckau', 518524600, 137073500, 0),
(79013, 688, 81, 'Ludwigsfelde', 523032200, 132540500, 0),
(79014, 688, 81, 'Lychen', 532124200, 133148300, 0),
(79015, 688, 81, 'Malz', 528029800, 132921900, 0),
(79016, 688, 81, 'Marwitz', 526772100, 131410200, 0),
(79017, 688, 81, 'Massen', 516427800, 137329800, 0),
(79018, 688, 81, 'Merz', 521986200, 143451400, 0),
(79019, 688, 81, 'Michendorf', 523135200, 130299600, 0),
(79020, 688, 81, 'Miersdorf', 523391700, 136267900, 0),
(79021, 688, 81, 'Mittel-Breese', 530048000, 117907500, 0),
(79022, 688, 81, 'Motzen', 522039300, 135834200, 0),
(79023, 688, 81, 'Nedlitz', 524377500, 130352800, 0),
(79024, 688, 81, 'Neuhardenberg', 525960100, 142376800, 0),
(79025, 688, 81, 'Neuseegefeld', 525538900, 130926200, 0),
(79026, 688, 81, 'Niebel', 521343000, 129230400, 0),
(79027, 688, 81, 'Nunsdorf', 522293800, 133150800, 0),
(79028, 688, 81, 'Papierfabrik', 527969000, 139801900, 0),
(79029, 688, 81, 'Paradies', 515333300, 139500000, 0),
(79030, 688, 81, 'Peitz', 518584100, 144113800, 0),
(79031, 688, 81, 'Perleberg', 530758300, 118573900, 0),
(79032, 688, 81, 'Petershagen', 524004200, 143395700, 0),
(79033, 688, 81, 'Petkus', 519873200, 133578400, 0),
(79034, 688, 81, 'Pickel', 518689100, 135906000, 0),
(79035, 688, 81, 'Premnitz', 525318400, 123484500, 0),
(79036, 688, 81, 'Pritzwalk', 531494500, 121740500, 0),
(79037, 688, 81, 'Proschim', 515513600, 141883600, 0),
(79038, 688, 81, 'Raben', 520414800, 125780300, 0),
(79039, 688, 81, 'Raddusch', 518181100, 140403000, 0),
(79040, 688, 81, 'Reichenow', 526473300, 140698000, 0),
(79041, 688, 81, 'Reichenwalde', 522666700, 140000000, 0),
(79042, 688, 81, 'Ressen', 516294000, 141286300, 0),
(79043, 688, 81, 'Rocher', 520898700, 141367400, 0),
(79044, 688, 81, 'Rothstein', 515597800, 134177500, 0),
(79045, 688, 81, 'Ruhland', 514575500, 138664300, 0),
(79046, 688, 81, 'Ruhstadt', 529166700, 118666700, 0),
(79047, 688, 81, 'Sahle', 532137900, 132468500, 0),
(79048, 688, 81, 'Schadow', 520454100, 142727800, 0),
(79049, 688, 81, 'Schmerwitz', 521394800, 124840500, 0),
(79050, 688, 81, 'Schwarzenburg', 517499500, 135534000, 0),
(79051, 688, 81, 'Seddin', 522706800, 130100400, 0),
(79052, 688, 81, 'Sedlitz', 515510700, 140590500, 0),
(79053, 688, 81, 'Seelow', 525339200, 143812800, 0),
(79054, 688, 81, 'Selchow', 522147200, 138740500, 0),
(79055, 688, 81, 'Silberberg', 522515300, 140259500, 0),
(79056, 688, 81, 'Silbersee', 521500000, 136333300, 0),
(79057, 688, 81, 'Silo', 524333300, 125333300, 0),
(79058, 688, 81, 'Spreenhagen', 523666700, 138833300, 0),
(79059, 688, 81, 'Spremberg', 515500000, 143666700, 0),
(79060, 688, 81, 'Spring', 520663600, 124376300, 0),
(79061, 688, 81, 'Stennewitz', 518683700, 139458300, 0),
(79062, 688, 81, 'Stolp', 524639600, 137696500, 0),
(79063, 688, 81, 'Stolpe', 526610300, 132593400, 0),
(79064, 688, 81, 'Stucken', 522449500, 130792200, 0),
(79065, 688, 81, 'Tacken', 531854300, 120011100, 0),
(79066, 688, 81, 'Tassdorf', 524926500, 137895300, 0),
(79067, 688, 81, 'Tauche', 521500000, 141666700, 0),
(79068, 688, 81, 'Telz', 522450300, 134943600, 0),
(79069, 688, 81, 'Templin', 531186500, 135022000, 0),
(79070, 688, 81, 'Tornow', 518166700, 138666700, 0),
(79071, 688, 81, 'Tramnitz', 529565800, 125253600, 0),
(79072, 688, 81, 'Trampe', 527762900, 138368500, 0),
(79073, 688, 81, 'Treuenbrietzen', 520975400, 128725800, 0),
(79074, 688, 81, 'Vehlin', 529569100, 121390300, 0),
(79075, 688, 81, 'Vehlow', 530122700, 123192200, 0),
(79076, 688, 81, 'Vetschau', 517863800, 140794100, 0),
(79077, 688, 81, 'Waldesruh', 524823600, 136251100, 0),
(79078, 688, 81, 'Wandelhof', 514747300, 138498800, 0),
(79079, 688, 81, 'Wansdorf', 526399400, 130869500, 0),
(79080, 688, 81, 'Welsow', 530692300, 140021600, 0),
(79081, 688, 81, 'Welzow', 515838100, 141708200, 0),
(79082, 688, 81, 'Wentdorf', 519000000, 135500000, 0),
(79083, 688, 81, 'Willichslust', 523225400, 130339100, 0),
(79084, 688, 81, 'Wittstock', 531611800, 124828700, 0),
(79085, 688, 81, 'Wust', 524147000, 126106300, 0),
(79086, 688, 81, 'Wusterhausen', 528912000, 124602100, 0),
(79087, 688, 81, 'Wustermark', 525500000, 129500000, 0),
(79088, 688, 81, 'Zaun', 528956000, 139883400, 0),
(79089, 688, 81, 'Zeesen', 522787600, 136376100, 0),
(79090, 688, 81, 'Zernikow', 529656000, 120768900, 0),
(79091, 688, 81, 'Zernsdorf', 523035700, 136969400, 0),
(79092, 689, 81, 'Arsten', 530301200, 88459700, 0),
(79093, 689, 81, 'Blockland', 531624200, 87492400, 0),
(79094, 689, 81, 'Hohentorshafen', 530784600, 87817700, 0),
(79095, 689, 81, 'Lehester Deich', 531166700, 88833300, 0),
(79096, 689, 81, 'Osterfeuerberg', 531000000, 88000000, 0),
(79097, 689, 81, 'Ostertor', 530726800, 88154600, 0),
(79098, 689, 81, 'Rablinghausen', 530833300, 87500000, 0),
(79099, 689, 81, 'Schwachhausen', 530864000, 88491400, 0),
(79100, 689, 81, 'Vegesack', 531792300, 86222800, 0),
(79101, 690, 81, 'Achterdeich', 534096100, 102411900, 0),
(79102, 690, 81, 'Alstertal', 536356300, 100475300, 0),
(79103, 690, 81, 'Berne', 536333300, 101333300, 0),
(79104, 690, 81, 'Cranz', 535368800, 97804300, 0),
(79105, 690, 81, 'Finkenwerder', 535327400, 98627100, 0),
(79106, 690, 81, 'Gross Borstel', 536136600, 99825900, 0),
(79107, 690, 81, 'Howe', 534180200, 101510100, 0),
(79108, 690, 81, 'Kanzlershof', 534500000, 100166700, 0),
(79109, 690, 81, 'Lurup', 535926600, 98769700, 0),
(79110, 690, 81, 'Moorfleet', 535015600, 100799600, 0),
(79111, 690, 81, 'Ovelgoenne', 535445700, 99070500, 0),
(79112, 690, 81, 'Steinwerder', 535333300, 99500000, 0),
(79113, 690, 81, 'Stellingen', 535922000, 99287000, 0),
(79114, 690, 81, 'Zollenspieker', 534003000, 101864400, 0),
(79115, 691, 81, 'Affoldern', 511670700, 90865500, 0),
(79116, 691, 81, 'Ahlberg', 514533700, 95054100, 0),
(79117, 691, 81, 'Albach', 505546500, 87972300, 0),
(79118, 691, 81, 'Albertshausen', 511145700, 90546200, 0),
(79119, 691, 81, 'Alsberg', 502686100, 94288400, 0),
(79120, 691, 81, 'Altmunden', 514166700, 96500000, 0),
(79121, 691, 81, 'Arzell', 507645800, 97837100, 0),
(79122, 691, 81, 'Audenschmiede', 504102700, 83917500, 0),
(79123, 691, 81, 'Ausbach', 508450500, 99118900, 0),
(79124, 691, 81, 'Bad Endbach', 507500000, 85000000, 0),
(79125, 691, 81, 'Battenfeld', 510204500, 86581900, 0),
(79126, 691, 81, 'Bauerbach', 508203300, 88270800, 0),
(79127, 691, 81, 'Bauhaus', 509928800, 99434300, 0),
(79128, 691, 81, 'Beerfelden', 495685800, 89744400, 0),
(79129, 691, 81, 'Beienheim', 503624500, 88217700, 0),
(79130, 691, 81, 'Bellersheim', 504530200, 88379900, 0),
(79131, 691, 81, 'Bernhards', 506005300, 97215900, 0),
(79132, 691, 81, 'Biedenkopf', 509112500, 85301600, 0),
(79133, 691, 81, 'Birkenau', 495625000, 87069400, 0),
(79134, 691, 81, 'Birstein', 503500000, 93000000, 0),
(79135, 691, 81, 'Bischoffen', 507000000, 84500000, 0),
(79136, 691, 81, 'Bleidenstadt', 501352800, 81409700, 0),
(79137, 691, 81, 'Bommersheim', 502005100, 85991800, 0),
(79138, 691, 81, 'Brandau', 497353600, 87397800, 0),
(79139, 691, 81, 'Brasselsberg', 512887100, 94148500, 0),
(79140, 691, 81, 'Braunau', 510799500, 91292200, 0),
(79141, 691, 81, 'Braunfels', 505154500, 83891800, 0),
(79142, 691, 81, 'Bremthal', 501395300, 83552800, 0),
(79143, 691, 81, 'Brensbach', 497738900, 88844400, 0),
(79144, 691, 81, 'Breuna', 514157500, 91850000, 0),
(79145, 691, 81, 'Brombach', 496647800, 88020200, 0),
(79146, 691, 81, 'Bruckfeld', 501166700, 88333300, 0),
(79147, 691, 81, 'Burghaun', 506968400, 97245300, 0),
(79148, 691, 81, 'Burstadt', 496426600, 84593600, 0),
(79149, 691, 81, 'Bussfeld', 506956700, 90009600, 0),
(79150, 691, 81, 'Calden', 514094300, 94018900, 0),
(79151, 691, 81, 'Crumstadt', 498116800, 85114000, 0),
(79152, 691, 81, 'Dasbach', 501968900, 82924200, 0),
(79153, 691, 81, 'Delkenheim', 500447600, 83594900, 0),
(79154, 691, 81, 'Dorlar', 505762600, 85639300, 0),
(79155, 691, 81, 'Eberstadt', 498211200, 86452700, 0),
(79156, 691, 81, 'Ebsdorfergrund', 507260200, 88570400, 0),
(79157, 691, 81, 'Echzell', 504000000, 89000000, 0),
(79158, 691, 81, 'Eckartshausen', 502537300, 90235300, 0),
(79159, 691, 81, 'Ederdorf', 510500000, 87833300, 0),
(79160, 691, 81, 'Ehringshausen', 506000000, 83833300, 0),
(79161, 691, 81, 'Eibach', 507460600, 83246300, 0),
(79162, 691, 81, 'Eichen', 502585300, 89070200, 0),
(79163, 691, 81, 'Eichenau', 506125500, 95215400, 0),
(79164, 691, 81, 'Eiershausen', 508041900, 83628300, 0),
(79165, 691, 81, 'Ellers', 504593600, 96133800, 0),
(79166, 691, 81, 'Elm', 503608500, 95557000, 0),
(79167, 691, 81, 'Elmshausen', 497027700, 86706300, 0),
(79168, 691, 81, 'Elnhausen', 508108700, 86917300, 0),
(79169, 691, 81, 'Engenhahn', 501738800, 82496900, 0),
(79170, 691, 81, 'Eppertshausen', 499505600, 88538900, 0),
(79171, 691, 81, 'Erksdorf', 508588700, 90233400, 0),
(79172, 691, 81, 'Eschersheim', 501552400, 86603200, 0),
(79173, 691, 81, 'Ettingshausen', 505562000, 89085400, 0),
(79174, 691, 81, 'Fauerbach vor der Hohe', 503874000, 86389400, 0),
(79175, 691, 81, 'Fehlheim', 497054200, 85730100, 0),
(79176, 691, 81, 'Flugplatz', 509000000, 88666700, 0),
(79177, 691, 81, 'Frankel', 495309600, 88620900, 0),
(79178, 691, 81, 'Frankisch-Crumbach', 497461100, 88586100, 0),
(79179, 691, 81, 'Friedewald', 508833300, 98666700, 0),
(79180, 691, 81, 'Fronhausen', 507000000, 87000000, 0),
(79181, 691, 81, 'Fuldabruck', 512666700, 94833300, 0),
(79182, 691, 81, 'Gadernheim', 497171000, 87424200, 0),
(79183, 691, 81, 'Gassen', 501622200, 93423800, 0),
(79184, 691, 81, 'Gedern', 504248200, 91984000, 0),
(79185, 691, 81, 'Geisberg', 503153900, 96662800, 0),
(79186, 691, 81, 'Georgenborn', 500886400, 81255800, 0),
(79187, 691, 81, 'Ginsheim', 499669900, 83460200, 0),
(79188, 691, 81, 'Glashutten', 502166700, 84000000, 0),
(79189, 691, 81, 'Gleichen', 511900800, 93185200, 0),
(79190, 691, 81, 'Gonzenheim', 502208100, 86519400, 0),
(79191, 691, 81, 'Grebenstein', 514464800, 94125000, 0),
(79192, 691, 81, 'Grein', 494382400, 88439200, 0),
(79193, 691, 81, 'Grossalmerode', 512585800, 97845000, 0),
(79194, 691, 81, 'Grossen Buseck', 506053100, 87856600, 0),
(79195, 691, 81, 'Gundernhausen', 498641400, 87941300, 0),
(79196, 691, 81, 'Guxhagen', 512000000, 94833300, 0),
(79197, 691, 81, 'Habel', 506357600, 99767000, 0),
(79198, 691, 81, 'Hahnlein', 497369600, 85730300, 0),
(79199, 691, 81, 'Haiern', 506107700, 82317000, 0),
(79200, 691, 81, 'Hainstadt', 498347000, 90425700, 0),
(79201, 691, 81, 'Haitz', 502114100, 92247400, 0),
(79202, 691, 81, 'Hammersbach', 502166700, 89833300, 0),
(79203, 691, 81, 'Heckershausen', 513658900, 94236100, 0),
(79204, 691, 81, 'Heiligenrode', 513078500, 95756100, 0),
(79205, 691, 81, 'Heldenbergen', 502367700, 88622500, 0),
(79206, 691, 81, 'Helsa', 512666700, 96833300, 0),
(79207, 691, 81, 'Heppenheim an der Bergstrasse', 496414500, 86320600, 0),
(79208, 691, 81, 'Herbstein', 505610500, 93459200, 0),
(79209, 691, 81, 'Hergershausen', 499383000, 89110100, 0),
(79210, 691, 81, 'Hering', 498204300, 89157100, 0),
(79211, 691, 81, 'Heskem', 507435100, 88360400, 0),
(79212, 691, 81, 'Hochstadt', 501531300, 88357800, 0),
(79213, 691, 81, 'Hof Schonberg', 501601100, 79692300, 0),
(79214, 691, 81, 'Hohemark', 502155200, 85351300, 0),
(79215, 691, 81, 'Hohenroth', 506417700, 81368900, 0),
(79216, 691, 81, 'Hohestadt', 496500000, 90333300, 0),
(79217, 691, 81, 'Hunfeld', 506796600, 97672700, 0),
(79218, 691, 81, 'Huppert', 501912300, 80055800, 0),
(79219, 691, 81, 'Immenhausen', 514276300, 94801700, 0),
(79220, 691, 81, 'Industriehof', 501268000, 86262000, 0),
(79221, 691, 81, 'Jesberg', 510000000, 91500000, 0),
(79222, 691, 81, 'Kempfenbrunn', 501115400, 94399700, 0),
(79223, 691, 81, 'Kettenbach', 502455100, 80776800, 0),
(79224, 691, 81, 'Kiedrich', 500333300, 80833300, 0),
(79225, 691, 81, 'Kirberg', 503088100, 81588300, 0),
(79226, 691, 81, 'Kirchhof', 511423400, 95981800, 0),
(79227, 691, 81, 'Kirschgarten', 506310600, 90483300, 0),
(79228, 691, 81, 'Klause', 499960300, 79809100, 0),
(79229, 691, 81, 'Klein-Auheim', 500982300, 89286200, 0),
(79230, 691, 81, 'Kleinbreitenbach', 496000000, 87333300, 0),
(79231, 691, 81, 'Kronthal', 501333300, 85166700, 0),
(79232, 691, 81, 'Kuchen', 511775000, 98186200, 0),
(79233, 691, 81, 'Landefeld', 510972100, 97090600, 0),
(79234, 691, 81, 'Langenhain', 501062500, 83977500, 0),
(79235, 691, 81, 'Langgons', 505000000, 86666700, 0),
(79236, 691, 81, 'Langwasser', 505709100, 91805400, 0),
(79237, 691, 81, 'Lautern', 497214200, 87198400, 0),
(79238, 691, 81, 'Lautertal', 505833300, 92833300, 0),
(79239, 691, 81, 'Liebenau', 514969900, 92820700, 0),
(79240, 691, 81, 'Lieblos', 502078900, 91432000, 0),
(79241, 691, 81, 'Lohfelden', 512666700, 95333300, 0),
(79242, 691, 81, 'Lohra', 507333300, 86333300, 0),
(79243, 691, 81, 'Lohrhaupten', 501271900, 94815100, 0),
(79244, 691, 81, 'Lorbach', 502719400, 90931000, 0),
(79245, 691, 81, 'Mainz Kostheim', 500050800, 83134400, 0),
(79246, 691, 81, 'Malsfeld', 510833300, 95333300, 0),
(79247, 691, 81, 'Manderbach', 507688700, 82645700, 0),
(79248, 691, 81, 'Mecklar', 509183800, 97621000, 0),
(79249, 691, 81, 'Medenbach', 501067100, 83383700, 0),
(79250, 691, 81, 'Meerholz', 501828000, 91403800, 0),
(79251, 691, 81, 'Merenberg', 505070700, 81919400, 0),
(79252, 691, 81, 'Merzhausen', 503186400, 84662800, 0),
(79253, 691, 81, 'Messenhausen', 499899600, 88014200, 0),
(79254, 691, 81, 'Michelau', 503276200, 91695700, 0),
(79255, 691, 81, 'Mornshausen', 508394200, 85405700, 0),
(79256, 691, 81, 'Nauheim', 499508300, 84633300, 0),
(79257, 691, 81, 'Neckarhausen', 494195200, 88827200, 0),
(79258, 691, 81, 'Neckarsteinach', 494073500, 88434200, 0),
(79259, 691, 81, 'Neuemuhle', 512833300, 94833300, 0),
(79260, 691, 81, 'Neuses', 501276800, 91375200, 0),
(79261, 691, 81, 'Neustall', 503998200, 94234400, 0),
(79262, 691, 81, 'Nidda', 504133000, 90063800, 0),
(79263, 691, 81, 'Niederaula', 508000000, 96000000, 0),
(79264, 691, 81, 'Niederhofheim', 501288600, 84856300, 0),
(79265, 691, 81, 'Niederkaufungen', 512842900, 96044700, 0),
(79266, 691, 81, 'Niederlauken', 503449800, 84323000, 0),
(79267, 691, 81, 'Niederselters', 503374200, 82338200, 0),
(79268, 691, 81, 'Niederzwehren', 512854300, 94666100, 0),
(79269, 691, 81, 'Nordeck', 506892800, 88453700, 0),
(79270, 691, 81, 'Nordenstadt', 500646400, 83432400, 0),
(79271, 691, 81, 'Obbornhofen', 504393600, 88312900, 0),
(79272, 691, 81, 'Ober Eschbach', 502205100, 86419400, 0),
(79273, 691, 81, 'Ober-Morlen', 503735000, 86908700, 0),
(79274, 691, 81, 'Oberaula', 508500000, 94666700, 0),
(79275, 691, 81, 'Oberkaufungen', 512828600, 96340600, 0),
(79276, 691, 81, 'Oberscheld', 507357500, 83465800, 0),
(79277, 691, 81, 'Obersotzbach', 503489000, 93272800, 0),
(79278, 691, 81, 'Oberurff', 510333300, 91666700, 0),
(79279, 691, 81, 'Oberzwehren', 512751800, 94500400, 0),
(79280, 691, 81, 'Ostend', 501162900, 87221100, 0),
(79281, 691, 81, 'Queck', 507142600, 95776500, 0),
(79282, 691, 81, 'Ranstadt', 503500000, 89833300, 0),
(79283, 691, 81, 'Rauschenberg', 508832800, 89186400, 0),
(79284, 691, 81, 'Ravolzhausen', 501889900, 89938500, 0),
(79285, 691, 81, 'Reckrod', 507748700, 97947800, 0),
(79286, 691, 81, 'Reinheim', 498292300, 88357200, 0),
(79287, 691, 81, 'Richelsdorf', 509759900, 100080300, 0),
(79288, 691, 81, 'Ried', 504594200, 97697600, 0),
(79289, 691, 81, 'Riedbahn', 498883400, 86225000, 0),
(79290, 691, 81, 'Riederwald', 501305900, 87351600, 0),
(79291, 691, 81, 'Rocklinghausen', 513195400, 89413300, 0),
(79292, 691, 81, 'Rommelhausen', 502617000, 89686400, 0),
(79293, 691, 81, 'Roth', 502070100, 91581300, 0),
(79294, 691, 81, 'Rothenbergen', 501989900, 91117900, 0),
(79295, 691, 81, 'Rupsroth', 505522000, 99352700, 0),
(79296, 691, 81, 'Sankt Stephan', 498580600, 85933300, 0),
(79297, 691, 81, 'Schachen', 504655400, 99185100, 0),
(79298, 691, 81, 'Schenklengsfeld', 508166700, 98500000, 0),
(79299, 691, 81, 'Schlangenbad', 501000000, 81000000, 0),
(79300, 691, 81, 'Schlierbach', 496843300, 87623200, 0),
(79301, 691, 81, 'Schorbach', 508380500, 94095600, 0),
(79302, 691, 81, 'Schrecksbach', 508333300, 92833300, 0),
(79303, 691, 81, 'Schwalmstadt', 509333300, 92166700, 0),
(79304, 691, 81, 'Schwebda', 511964600, 101042700, 0),
(79305, 691, 81, 'Schweinsbuhl', 513105500, 87469500, 0),
(79306, 691, 81, 'Sechshelden', 507481400, 82502200, 0),
(79307, 691, 81, 'Seiferts', 505260900, 100148100, 0),
(79308, 691, 81, 'Seligenstadt', 500432000, 89739400, 0),
(79309, 691, 81, 'Sieglos', 508181200, 97337200, 0),
(79310, 691, 81, 'Solms', 507687900, 95934300, 0),
(79311, 691, 81, 'Sonnenberg', 500963600, 82770600, 0),
(79312, 691, 81, 'Sterbfritz', 503133500, 96228200, 0),
(79313, 691, 81, 'Stockhausen', 505451800, 83240300, 0),
(79314, 691, 81, 'Stolzenbach', 510123900, 92964200, 0),
(79315, 691, 81, 'Stork', 504189900, 94883700, 0),
(79316, 691, 81, 'Tann', 506428400, 100238500, 0),
(79317, 691, 81, 'Tringenstein', 507614500, 84091400, 0),
(79318, 691, 81, 'Tromm', 496000000, 88166700, 0),
(79319, 691, 81, 'Uffhausen', 505775700, 95296100, 0),
(79320, 691, 81, 'Unter Hiltersklingen', 496393800, 88969300, 0),
(79321, 691, 81, 'Volkmarsen', 514089500, 91181400, 0),
(79322, 691, 81, 'Wachtersbach', 502551100, 92956400, 0),
(79323, 691, 81, 'Walburg', 512003600, 97686200, 0),
(79324, 691, 81, 'Waldgirmes', 505863700, 85503700, 0),
(79325, 691, 81, 'Waldheim', 501194300, 88216700, 0),
(79326, 691, 81, 'Wallau', 500641600, 83707900, 0),
(79327, 691, 81, 'Wallenfels', 507784500, 84434300, 0),
(79328, 691, 81, 'Wallersdorf', 507501200, 94849000, 0),
(79329, 691, 81, 'Wallrabenstein', 502683600, 82305800, 0),
(79330, 691, 81, 'Wanfried', 511820600, 101728300, 0),
(79331, 691, 81, 'Wattenbach', 512133300, 95923600, 0),
(79332, 691, 81, 'Wega', 511313500, 91752900, 0),
(79333, 691, 81, 'Wehrda', 507393000, 96639300, 0),
(79334, 691, 81, 'Weiher', 495824000, 87530900, 0),
(79335, 691, 81, 'Westend-Nord', 501269600, 86679600, 0),
(79336, 691, 81, 'Wicker', 500289200, 84074300, 0),
(79337, 691, 81, 'Wiesenfeld', 510061200, 87509200, 0),
(79338, 691, 81, 'Wiesental', 503794100, 86129400, 0),
(79339, 691, 81, 'Wildsachsen', 501157900, 83608500, 0),
(79340, 691, 81, 'Wilmshausen', 496965100, 86605200, 0),
(79341, 691, 81, 'Winkels', 505500400, 81782100, 0),
(79342, 691, 81, 'Winnerod', 506074900, 88649800, 0),
(79343, 691, 81, 'Wirtheim', 502228300, 92621600, 0),
(79344, 691, 81, 'Witzenhausen', 513410300, 98554000, 0),
(79345, 691, 81, 'Wolfersheim', 504000000, 88166700, 0),
(79346, 691, 81, 'Zeilsheim', 501000000, 85000000, 0),
(79347, 691, 81, 'Zellhausen', 500127400, 89900800, 0),
(79348, 691, 81, 'Ziegel', 505103700, 96652200, 0),
(79349, 691, 81, 'Zwingenberg', 497238900, 86108400, 0),
(79350, 692, 81, 'Ahlbeck', 536666700, 142000000, 0),
(79351, 692, 81, 'Ahrensberg', 532590500, 130337300, 0),
(79352, 692, 81, 'Altenkirchen', 546362400, 133433200, 0),
(79353, 692, 81, 'Anklam', 538563700, 136896500, 0),
(79354, 692, 81, 'Arkona', 546796000, 134327400, 0),
(79355, 692, 81, 'Bargeshagen', 541116100, 119845800, 0),
(79356, 692, 81, 'Bartmannshagen', 541192900, 131088400, 0),
(79357, 692, 81, 'Barz', 536869500, 125039900, 0),
(79358, 692, 81, 'Basedow', 537000000, 126833300, 0),
(79359, 692, 81, 'Basse', 539926300, 125742800, 0),
(79360, 692, 81, 'Bauhof', 534666700, 120333300, 0),
(79361, 692, 81, 'Beestland', 539347700, 129286800, 0),
(79362, 692, 81, 'Bellin', 537088000, 121888200, 0),
(79363, 692, 81, 'Belling', 535471500, 139695900, 0),
(79364, 692, 81, 'Benitz', 539833300, 121000000, 0),
(79365, 692, 81, 'Bentwisch', 541166700, 122000000, 0),
(79366, 692, 81, 'Bergholz', 534427700, 141682400, 0),
(79367, 692, 81, 'Blankenhagen', 541679600, 123439100, 0),
(79368, 692, 81, 'Blumenhagen', 534009500, 131281500, 0),
(79369, 692, 81, 'Bobzin', 534774200, 120808400, 0),
(79370, 692, 81, 'Boddin', 535768100, 111039200, 0),
(79371, 692, 81, 'Boltenhagen', 540744500, 130777600, 0),
(79372, 692, 81, 'Bolz', 536932500, 119970700, 0),
(79373, 692, 81, 'Borg', 542335300, 123877700, 0),
(79374, 692, 81, 'Borkenhagen', 539584000, 110697300, 0),
(79375, 692, 81, 'Brenz', 533833300, 116666700, 0),
(79376, 692, 81, 'Broda', 535556200, 132358000, 0),
(79377, 692, 81, 'Broderstorf', 540833300, 122666700, 0),
(79378, 692, 81, 'Bruel', 537371900, 117147100, 0),
(79379, 692, 81, 'Burow', 534022700, 120097700, 0),
(79380, 692, 81, 'Carlow', 537666700, 109333300, 0),
(79381, 692, 81, 'Cramonshagen', 537000000, 112833300, 0),
(79382, 692, 81, 'Dahmen', 536609200, 125814100, 0),
(79383, 692, 81, 'Damgarten', 542580100, 124724000, 0),
(79384, 692, 81, 'Dargun', 539009000, 128501400, 0),
(79385, 692, 81, 'Dechow', 537166700, 109166700, 0),
(79386, 692, 81, 'Demmin', 539076200, 130314200, 0),
(79387, 692, 81, 'Dierkow', 541042600, 121495600, 0),
(79388, 692, 81, 'Dobbertin', 536230600, 120746600, 0),
(79389, 692, 81, 'Drechow', 541404200, 127998400, 0),
(79390, 692, 81, 'Eggesin', 536797300, 140799200, 0),
(79391, 692, 81, 'Endingen', 542442200, 129022600, 0),
(79392, 692, 81, 'Fahrdorf', 539734300, 114625700, 0),
(79393, 692, 81, 'Falkenhagen', 537964000, 109859700, 0),
(79394, 692, 81, 'Feldberg', 533338800, 134350000, 0),
(79395, 692, 81, 'Ferdinandshof', 536666700, 138833300, 0),
(79396, 692, 81, 'Fleischer-Vorstadt', 540833300, 133833300, 0),
(79397, 692, 81, 'Friedland', 536702800, 135540000, 0),
(79398, 692, 81, 'Friedrichsfeld', 534861000, 129539100, 0),
(79399, 692, 81, 'Fuhlendorf', 543604800, 126018800, 0),
(79400, 692, 81, 'Garden', 536888800, 120487400, 0),
(79401, 692, 81, 'Gartenstadt', 536063600, 114199400, 0),
(79402, 692, 81, 'Glienke', 536000000, 134333300, 0),
(79403, 692, 81, 'Gnoien', 539687000, 127109900, 0),
(79404, 692, 81, 'Goldberg', 535887800, 120885500, 0),
(79405, 692, 81, 'Gollin', 538523200, 117893600, 0),
(79406, 692, 81, 'Goor', 546579400, 134209800, 0),
(79407, 692, 81, 'Goos', 546425400, 132314500, 0),
(79408, 692, 81, 'Gothmann', 533588500, 107388400, 0),
(79409, 692, 81, 'Graal', 542491300, 122356800, 0),
(79410, 692, 81, 'Gramkow', 539209200, 113174000, 0),
(79411, 692, 81, 'Granzin', 533445100, 117237900, 0),
(79412, 692, 81, 'Granzow', 533022300, 128126100, 0),
(79413, 692, 81, 'Griebenow', 540811500, 132433300, 0),
(79414, 692, 81, 'Grimmen', 541121500, 130405100, 0),
(79415, 692, 81, 'Gross Kiesow', 540126100, 134785100, 0),
(79416, 692, 81, 'Gross Klein', 541500000, 120833300, 0),
(79417, 692, 81, 'Gross Schwiesow', 538460500, 120956000, 0),
(79418, 692, 81, 'Gross Viegeln', 539804000, 121491900, 0),
(79419, 692, 81, 'Gruenheide', 541157000, 125666000, 0),
(79420, 692, 81, 'Grunow', 533500000, 133166700, 0),
(79421, 692, 81, 'Grunthal', 543109500, 130499000, 0),
(79422, 692, 81, 'Gudow', 532933400, 110074400, 0),
(79423, 692, 81, 'Gunz', 543686800, 129165700, 0),
(79424, 692, 81, 'Gustrow', 537972000, 121733700, 0),
(79425, 692, 81, 'Hagenow', 534313400, 111915900, 0),
(79426, 692, 81, 'Hammer', 536011200, 139804200, 0),
(79427, 692, 81, 'Harmstorf', 541080600, 122218300, 0),
(79428, 692, 81, 'Hasenwinkel', 537932000, 116320700, 0),
(79429, 692, 81, 'Haven', 537392200, 116334500, 0),
(79430, 692, 81, 'Helle', 545074300, 133615000, 0),
(79431, 692, 81, 'Helm', 534647800, 111052100, 0),
(79432, 692, 81, 'Hohe Duene', 541767300, 121050500, 0),
(79433, 692, 81, 'Hohen Luckow', 539807700, 119623900, 0),
(79434, 692, 81, 'Holdorf', 537333300, 110666700, 0),
(79435, 692, 81, 'Holthusen', 535500000, 113500000, 0),
(79436, 692, 81, 'Hoppenberg', 535570900, 129164400, 0),
(79437, 692, 81, 'Ihlenfeld', 535880500, 133376300, 0),
(79438, 692, 81, 'Jager', 541501700, 132556100, 0),
(79439, 692, 81, 'Jessenitz', 532696300, 110874400, 0),
(79440, 692, 81, 'Kadow', 536035100, 119553600, 0),
(79441, 692, 81, 'Kalkstein', 537740000, 138165700, 0),
(79442, 692, 81, 'Kamin', 539892300, 117377200, 0),
(79443, 692, 81, 'Kampe', 545674300, 135379900, 0),
(79444, 692, 81, 'Kamper', 539952100, 128601800, 0),
(79445, 692, 81, 'Karin', 540073600, 117719400, 0),
(79446, 692, 81, 'Karlsburg', 539666700, 136166700, 0),
(79447, 692, 81, 'Kasendorf', 537737100, 111447200, 0),
(79448, 692, 81, 'Kittendorf', 536333300, 129000000, 0),
(79449, 692, 81, 'Klein Jasedow', 539617800, 138161600, 0),
(79450, 692, 81, 'Klein Schwass', 540753300, 120344900, 0),
(79451, 692, 81, 'Kleinfeld', 538715900, 109379600, 0),
(79452, 692, 81, 'Klink', 534833300, 126166700, 0),
(79453, 692, 81, 'Klinken', 534971300, 116707400, 0),
(79454, 692, 81, 'Kloster', 545865600, 131055900, 0),
(79455, 692, 81, 'Knieper Vorstadt', 543319400, 130763100, 0),
(79456, 692, 81, 'Kogel', 534085100, 124152400, 0),
(79457, 692, 81, 'Konow', 540586100, 119831800, 0),
(79458, 692, 81, 'Koppelberg', 538311900, 137723200, 0),
(79459, 692, 81, 'Kossow', 539783000, 123002200, 0),
(79460, 692, 81, 'Kowall', 541637400, 133077000, 0),
(79461, 692, 81, 'Krahenberg', 535905800, 126157500, 0),
(79462, 692, 81, 'Kriesow', 537333300, 130500000, 0),
(79463, 692, 81, 'Krohn', 532487200, 114686100, 0),
(79464, 692, 81, 'Kronsberg', 539085900, 133276200, 0),
(79465, 692, 81, 'Kruckow', 539000000, 132333300, 0),
(79466, 692, 81, 'Krummel', 532662400, 127264600, 0),
(79467, 692, 81, 'Kusserow', 538641000, 126955800, 0),
(79468, 692, 81, 'Laage', 539256000, 123469400, 0),
(79469, 692, 81, 'Lalendorf', 537577400, 123898300, 0),
(79470, 692, 81, 'Lambrechtshagen', 541000000, 120166700, 0),
(79471, 692, 81, 'Langhagen', 533875600, 129613000, 0),
(79472, 692, 81, 'Lanken', 545174100, 136137400, 0),
(79473, 692, 81, 'Leist', 541457400, 133750800, 0),
(79474, 692, 81, 'Leisten', 535132700, 122797100, 0),
(79475, 692, 81, 'Leizen', 533665300, 124746300, 0),
(79476, 692, 81, 'Lenzen', 537089000, 120109700, 0),
(79477, 692, 81, 'Levin', 538989800, 128908300, 0),
(79478, 692, 81, 'Lindow', 535565100, 135951600, 0),
(79479, 692, 81, 'Lobbe', 543188300, 137196100, 0),
(79480, 692, 81, 'Lohme', 545833300, 136166700, 0),
(79481, 692, 81, 'Loosen', 532988000, 112719800, 0),
(79482, 692, 81, 'Luckow', 537000000, 141666700, 0),
(79483, 692, 81, 'Lutten Klein', 541370900, 120501000, 0),
(79484, 692, 81, 'Malchin', 537399000, 127653900, 0),
(79485, 692, 81, 'Marienehe', 541161000, 120847000, 0),
(79486, 692, 81, 'Marienhof', 533222600, 123421100, 0),
(79487, 692, 81, 'Markgrafenheide', 541939800, 121448700, 0),
(79488, 692, 81, 'Meierei', 539267300, 133774000, 0),
(79489, 692, 81, 'Mellenthin', 539166700, 140166700, 0),
(79490, 692, 81, 'Mirow', 532750700, 128153800, 0),
(79491, 692, 81, 'Mittelhof', 536146600, 128820800, 0),
(79492, 692, 81, 'Mollwitz', 537666700, 137500000, 0),
(79493, 692, 81, 'Morgenitz', 539249700, 139706400, 0),
(79494, 692, 81, 'Mukran', 544976600, 135891400, 0),
(79495, 692, 81, 'Neu Kaliss', 531746600, 112944600, 0),
(79496, 692, 81, 'Neu Zippendorf', 535983100, 114505000, 0),
(79497, 692, 81, 'Neubukow', 540317700, 116739100, 0),
(79498, 692, 81, 'Neuenkirchen', 535972900, 133694200, 0),
(79499, 692, 81, 'Neuenpleen', 543491500, 129244700, 0),
(79500, 692, 81, 'Neugarten', 534009100, 135040400, 0),
(79501, 692, 81, 'Neukloster', 538654800, 116851200, 0),
(79502, 692, 81, 'Neumuehle', 536317100, 113708500, 0),
(79503, 692, 81, 'Niederhof', 542546000, 131925200, 0),
(79504, 692, 81, 'Niehagen', 543634600, 124116300, 0),
(79505, 692, 81, 'Oldendorf', 541312100, 121041300, 0),
(79506, 692, 81, 'Osten', 538500000, 132000000, 0),
(79507, 692, 81, 'Ostseebad Rerik', 541053600, 116127500, 0),
(79508, 692, 81, 'Pampow', 535353100, 142899500, 0),
(79509, 692, 81, 'Pasewalk', 535062700, 139899700, 0),
(79510, 692, 81, 'Paske', 538729000, 139313100, 0),
(79511, 692, 81, 'Passow', 535068300, 120528600, 0),
(79512, 692, 81, 'Pentz', 538293700, 129945100, 0),
(79513, 692, 81, 'Penzlin', 535040000, 130840700, 0),
(79514, 692, 81, 'Picher', 533500000, 113500000, 0),
(79515, 692, 81, 'Plate', 535500000, 115000000, 0),
(79516, 692, 81, 'Plath', 534699400, 134618600, 0),
(79517, 692, 81, 'Plau', 534582100, 122624600, 0),
(79518, 692, 81, 'Rabenhorst', 538815600, 125239100, 0),
(79519, 692, 81, 'Ramin', 534131100, 142887500, 0),
(79520, 692, 81, 'Ramm', 533088000, 111851700, 0),
(79521, 692, 81, 'Rampe', 536863400, 114862100, 0),
(79522, 692, 81, 'Randow', 539426500, 130634300, 0),
(79523, 692, 81, 'Rassau', 531887500, 110085400, 0),
(79524, 692, 81, 'Ravensruh', 538807400, 116293600, 0),
(79525, 692, 81, 'Rechlin', 533354900, 127254300, 0),
(79526, 692, 81, 'Reetz', 544833300, 136000000, 0),
(79527, 692, 81, 'Reinshagen', 537814900, 123258000, 0),
(79528, 692, 81, 'Renz', 543026000, 133385900, 0),
(79529, 692, 81, 'Rethwisch', 535118900, 129009200, 0),
(79530, 692, 81, 'Robel', 533755500, 126037200, 0),
(79531, 692, 81, 'Rochow', 537148200, 140582400, 0),
(79532, 692, 81, 'Rodde', 539940000, 128824100, 0),
(79533, 692, 81, 'Rodenberg', 538747400, 110216300, 0),
(79534, 692, 81, 'Roez', 534545500, 125186500, 0),
(79535, 692, 81, 'Roggendorf', 537000000, 110166700, 0),
(79536, 692, 81, 'Roggentin', 533333300, 128833300, 0),
(79537, 692, 81, 'Rollwitz', 534666700, 139833300, 0),
(79538, 692, 81, 'Rosengarten', 543083600, 133817100, 0),
(79539, 692, 81, 'Rowa', 534868000, 132678400, 0),
(79540, 692, 81, 'Roxin', 538663800, 110786000, 0),
(79541, 692, 81, 'Rubenow', 537320600, 135470000, 0),
(79542, 692, 81, 'Rusch', 534797700, 116561500, 0),
(79543, 692, 81, 'Saal', 543105100, 124993500, 0),
(79544, 692, 81, 'Sandberg', 542535400, 125435500, 0),
(79545, 692, 81, 'Sassen', 540237600, 131874600, 0),
(79546, 692, 81, 'Satow', 534086100, 123805600, 0),
(79547, 692, 81, 'Schlage', 540170400, 122682000, 0),
(79548, 692, 81, 'Schlicht', 533683800, 134423300, 0),
(79549, 692, 81, 'Schmadebeck', 540416600, 118210900, 0),
(79550, 692, 81, 'Schmarsow', 534604000, 139328500, 0),
(79551, 692, 81, 'Schwanheide', 534333300, 106833300, 0),
(79552, 692, 81, 'Schwichtenberg', 536846500, 137051600, 0),
(79553, 692, 81, 'Seebad Bansin', 539710200, 141414700, 0),
(79554, 692, 81, 'Seefeld', 537535600, 112692600, 0),
(79555, 692, 81, 'Seehof', 536924900, 114325600, 0),
(79556, 692, 81, 'Sellentin', 543382000, 132222200, 0),
(79557, 692, 81, 'Sellin', 538849500, 116079000, 0),
(79558, 692, 81, 'Semper', 544914300, 135137800, 0),
(79559, 692, 81, 'Serrahn', 536646700, 123585600, 0),
(79560, 692, 81, 'Slate', 533967400, 118530500, 0),
(79561, 692, 81, 'Speck', 534371500, 128399300, 0),
(79562, 692, 81, 'Sponholz', 535500000, 133666700, 0),
(79563, 692, 81, 'Steinbeck', 533768800, 117028400, 0),
(79564, 692, 81, 'Stellshagen', 539434600, 111394400, 0),
(79565, 692, 81, 'Sternberg', 537123600, 118267800, 0),
(79566, 692, 81, 'Stolpe', 533590600, 117385500, 0),
(79567, 692, 81, 'Strasburg', 535103000, 137451300, 0),
(79568, 692, 81, 'Strassen', 531869700, 114462200, 0),
(79569, 692, 81, 'Strehlow', 538262000, 131428500, 0),
(79570, 692, 81, 'Strelow', 540474000, 129642100, 0),
(79571, 692, 81, 'Stuck', 532090200, 114233000, 0),
(79572, 692, 81, 'Tannenhof', 535203100, 119788700, 0),
(79573, 692, 81, 'Tempel', 542644700, 125136900, 0),
(79574, 692, 81, 'Teschow', 537871400, 126274600, 0),
(79575, 692, 81, 'Tessin', 533983100, 108515000, 0),
(79576, 692, 81, 'Teterow', 537754500, 125748700, 0),
(79577, 692, 81, 'Timmendorf', 539894600, 113901500, 0),
(79578, 692, 81, 'Toitenwinkel', 541184200, 121352100, 0),
(79579, 692, 81, 'Tolzin', 538262600, 124020200, 0),
(79580, 692, 81, 'Torgelow', 535575800, 127750700, 0),
(79581, 692, 81, 'Tramm', 535224500, 116479100, 0),
(79582, 692, 81, 'Trassenheide', 541000000, 138666700, 0),
(79583, 692, 81, 'Trips', 544151800, 135040300, 0),
(79584, 692, 81, 'Trollenhagen', 536000000, 133000000, 0),
(79585, 692, 81, 'Ulrichshof', 535334800, 135549000, 0),
(79586, 692, 81, 'Usedom', 538740000, 139202300, 0),
(79587, 692, 81, 'Valluhn', 535255100, 108429900, 0),
(79588, 692, 81, 'Varnkevitz', 546775400, 133705800, 0),
(79589, 692, 81, 'Viereck', 535489800, 140400100, 0),
(79590, 692, 81, 'Vogelsang', 537237800, 141620100, 0),
(79591, 692, 81, 'Vorbeck', 536430900, 115822500, 0),
(79592, 692, 81, 'Vosswinkel', 533103700, 130268700, 0),
(79593, 692, 81, 'Wakendorf', 539465500, 117177300, 0),
(79594, 692, 81, 'Wardow', 539333300, 124166700, 0),
(79595, 692, 81, 'Waschow', 535216400, 110117300, 0),
(79596, 692, 81, 'Wendorf', 533951400, 134797600, 0),
(79597, 692, 81, 'Werle', 532629400, 116753300, 0),
(79598, 692, 81, 'Wesenberg', 532803000, 129693600, 0),
(79599, 692, 81, 'Wetzenow', 534716000, 140860200, 0),
(79600, 692, 81, 'Wiek', 546166700, 132833300, 0),
(79601, 692, 81, 'Wisch', 539089000, 113732500, 0),
(79602, 692, 81, 'Wismar West', 538934100, 114420900, 0),
(79603, 692, 81, 'Wittenborn', 536132500, 136635500, 0),
(79604, 692, 81, 'Wittenburg', 535059900, 110804900, 0),
(79605, 692, 81, 'Wolken', 538399700, 120058300, 0),
(79606, 692, 81, 'Wollin', 533150700, 142173400, 0),
(79607, 692, 81, 'Zeiten', 543078200, 133115400, 0),
(79608, 692, 81, 'Zornow', 541932800, 126518300, 0),
(79609, 692, 81, 'Zuhr', 534374600, 110277000, 0),
(79610, 693, 81, 'Achmer', 523940600, 79377400, 0),
(79611, 693, 81, 'Adelheidsdorf', 525640400, 100603900, 0),
(79612, 693, 81, 'Adenbuttel', 523833300, 104500000, 0),
(79613, 693, 81, 'Adendorf', 532818900, 104378700, 0),
(79614, 693, 81, 'Aegypten', 524522200, 78524700, 0),
(79615, 693, 81, 'Agathenburg', 535606500, 95318000, 0),
(79616, 693, 81, 'Ahausen', 525553300, 79170200, 0),
(79617, 693, 81, 'Ahlden', 527596800, 95511500, 0),
(79618, 693, 81, 'Ahlhorn', 529005600, 82261800, 0),
(79619, 693, 81, 'Aldorf', 527347700, 85045600, 0),
(79620, 693, 81, 'Alfhausen', 525000000, 79500000, 0),
(79621, 693, 81, 'Algermissen', 522533200, 99691500, 0),
(79622, 693, 81, 'Aligse', 524015100, 99759400, 0),
(79623, 693, 81, 'Allershausen', 516500000, 96500000, 0),
(79624, 693, 81, 'Alm', 529765600, 98087300, 0),
(79625, 693, 81, 'Altenbruch', 538239600, 87719900, 0),
(79626, 693, 81, 'Altencelle', 526046100, 101172100, 0),
(79627, 693, 81, 'Altenoythe', 530342800, 78780000, 0),
(79628, 693, 81, 'Alvern', 526554000, 101916500, 0),
(79629, 693, 81, 'Amelinghausen', 531239700, 102127400, 0),
(79630, 693, 81, 'Anderten', 523629200, 98571400, 0),
(79631, 693, 81, 'Ankum', 525500000, 78833300, 0),
(79632, 693, 81, 'Annenriede', 530328600, 86526400, 0),
(79633, 693, 81, 'Apelern', 522897900, 93358000, 0),
(79634, 693, 81, 'Apen', 532166700, 78000000, 0),
(79635, 693, 81, 'Apensen', 534333300, 96166700, 0),
(79636, 693, 81, 'Appel', 533833300, 97500000, 0),
(79637, 693, 81, 'Arkel', 525861600, 69302500, 0),
(79638, 693, 81, 'Asche', 516158100, 98143800, 0),
(79639, 693, 81, 'Aschendorf', 520919100, 81444000, 0),
(79640, 693, 81, 'Aspe', 532787500, 93053500, 0),
(79641, 693, 81, 'Atzum', 521804100, 105818900, 0),
(79642, 693, 81, 'Auhagen', 523982800, 92919400, 0),
(79643, 693, 81, 'Austen', 528078800, 84762600, 0),
(79644, 693, 81, 'Bad Iburg', 521549000, 80421600, 0),
(79645, 693, 81, 'Bad Karlshafen', 516426300, 94547700, 0),
(79646, 693, 81, 'Bad Laer', 521000000, 80833300, 0),
(79647, 693, 81, 'Bad Rothenfelde', 521166700, 81666700, 0),
(79648, 693, 81, 'Bad Salzdetfurth', 520577700, 100058000, 0),
(79649, 693, 81, 'Badenhausen', 517699600, 102049300, 0),
(79650, 693, 81, 'Bahne', 525893300, 68913300, 0),
(79651, 693, 81, 'Bake', 531587300, 83904300, 0),
(79652, 693, 81, 'Bakenhus', 529244000, 82380700, 0),
(79653, 693, 81, 'Banteln', 520666700, 97500000, 0),
(79654, 693, 81, 'Bardenhagen', 531357500, 104038500, 0),
(79655, 693, 81, 'Bardowick', 532935400, 103881100, 0),
(79656, 693, 81, 'Barghorn', 532397400, 82507900, 0),
(79657, 693, 81, 'Barme', 528300800, 92050200, 0),
(79658, 693, 81, 'Barnkrug', 536827400, 94642800, 0),
(79659, 693, 81, 'Barskamp', 532433600, 107809200, 0),
(79660, 693, 81, 'Barssel', 531666700, 77333300, 0),
(79661, 693, 81, 'Basdahl', 534450200, 90002500, 0),
(79662, 693, 81, 'Bassum', 528505900, 87279100, 0),
(79663, 693, 81, 'Bavendorf', 531962100, 106388900, 0),
(79664, 693, 81, 'Beckeln', 528666700, 85833300, 0),
(79665, 693, 81, 'Bederkesa', 536236700, 88379900, 0),
(79666, 693, 81, 'Beesten', 524333300, 75000000, 0),
(79667, 693, 81, 'Behlmer', 528030200, 89218400, 0),
(79668, 693, 81, 'Behren', 527896800, 104995800, 0),
(79669, 693, 81, 'Bekum', 522708400, 101007300, 0),
(79670, 693, 81, 'Belsen', 527835700, 99305600, 0),
(79671, 693, 81, 'Bensersiel', 536759700, 75767900, 0),
(79672, 693, 81, 'Berenbostel', 524411600, 96079800, 0),
(79673, 693, 81, 'Bergdorf-Harrl', 522557100, 90686100, 0),
(79674, 693, 81, 'Bergedorf', 530287800, 84693800, 0),
(79675, 693, 81, 'Bernsen', 522204400, 91706700, 0),
(79676, 693, 81, 'Binder', 520932900, 101934000, 0),
(79677, 693, 81, 'Bispingen', 530831200, 99977200, 0),
(79678, 693, 81, 'Bitter', 531693100, 110359400, 0),
(79679, 693, 81, 'Blender', 529166700, 91333300, 0),
(79680, 693, 81, 'Bloh', 531659300, 81393400, 0),
(79681, 693, 81, 'Bockenem', 520099300, 101319700, 0),
(79682, 693, 81, 'Bode', 530297300, 103429500, 0),
(79683, 693, 81, 'Bodenteich', 528307700, 106818000, 0),
(79684, 693, 81, 'Bodenwerder', 519715600, 95193100, 0),
(79685, 693, 81, 'Boecke', 530721600, 107729500, 0),
(79686, 693, 81, 'Boen', 527309900, 77946400, 0),
(79687, 693, 81, 'Boffzen', 517500000, 93833300, 0),
(79688, 693, 81, 'Bohmte', 523666700, 83166700, 0),
(79689, 693, 81, 'Bohndorf', 531780100, 106320200, 0),
(79690, 693, 81, 'Bohnhorst', 524298500, 88115500, 0),
(79691, 693, 81, 'Borkum', 535809400, 66915300, 0),
(79692, 693, 81, 'Bosse', 527634100, 94535600, 0),
(79693, 693, 81, 'Bostel', 526452000, 101333400, 0),
(79694, 693, 81, 'Bothmer', 526943800, 96008500, 0),
(79695, 693, 81, 'Bovenden', 515918000, 99299600, 0),
(79696, 693, 81, 'Boving', 535432800, 84408000, 0),
(79697, 693, 81, 'Brase', 526249400, 95828200, 0),
(79698, 693, 81, 'Brest', 534500000, 93833300, 0),
(79699, 693, 81, 'Bretel', 530446200, 95073600, 0),
(79700, 693, 81, 'Brickwedde', 525197800, 79072400, 0),
(79701, 693, 81, 'Brill', 535746600, 76193600, 0),
(79702, 693, 81, 'Brockel', 531000000, 95166700, 0),
(79703, 693, 81, 'Brune', 527835300, 90210500, 0),
(79704, 693, 81, 'Buchenbrink', 519666700, 98000000, 0),
(79705, 693, 81, 'Bueddenstedt', 521703500, 110187700, 0),
(79706, 693, 81, 'Bulkau', 537500000, 89666700, 0),
(79707, 693, 81, 'Bummerstede', 530933700, 82177200, 0),
(79708, 693, 81, 'Bunde', 531833300, 72666700, 0),
(79709, 693, 81, 'Bunte', 528743400, 87515000, 0),
(79710, 693, 81, 'Butjadingen', 535472200, 83350000, 0),
(79711, 693, 81, 'Calberlah', 524207400, 106232600, 0),
(79712, 693, 81, 'Campe', 531786800, 84838500, 0),
(79713, 693, 81, 'Cappeln', 528108500, 81147400, 0),
(79714, 693, 81, 'Clenze', 529372900, 109575000, 0),
(79715, 693, 81, 'Cramme', 521133100, 104467100, 0),
(79716, 693, 81, 'Dahlenburg', 531876700, 107365000, 0),
(79717, 693, 81, 'Damme', 525215700, 81979300, 0),
(79718, 693, 81, 'Dangast', 534464600, 81183800, 0),
(79719, 693, 81, 'Dannhorn', 529563900, 98204000, 0),
(79720, 693, 81, 'Darme', 525056900, 73161900, 0),
(79721, 693, 81, 'Dassel', 518032500, 96884000, 0),
(79722, 693, 81, 'Deinstedt', 534166700, 92333300, 0),
(79723, 693, 81, 'Deiters', 524000000, 71333300, 0),
(79724, 693, 81, 'Derneburg', 520954100, 101335600, 0),
(79725, 693, 81, 'Dersum', 529666700, 72833300, 0),
(79726, 693, 81, 'Dieckhaus', 527381600, 85470200, 0),
(79727, 693, 81, 'Dieckmannshausen', 533853800, 82387200, 0),
(79728, 693, 81, 'Diekholzen', 520961700, 99194500, 0),
(79729, 693, 81, 'Dinklage', 526622300, 81244000, 0),
(79730, 693, 81, 'Dollern', 535333300, 95500000, 0),
(79731, 693, 81, 'Dornum', 536500000, 74166700, 0),
(79732, 693, 81, 'Dornumersiel', 536758100, 74751600, 0),
(79733, 693, 81, 'Dorpen', 529646900, 73227300, 0),
(79734, 693, 81, 'Dorstadt', 521000000, 105666700, 0),
(79735, 693, 81, 'Dorste', 517012300, 101533500, 0),
(79736, 693, 81, 'Dotlingen', 529333300, 83833300, 0),
(79737, 693, 81, 'Drake', 520833300, 87000000, 0),
(79738, 693, 81, 'Drentwede', 527438800, 85650400, 0),
(79739, 693, 81, 'Dreye', 530120800, 88864000, 0),
(79740, 693, 81, 'Driftsethe', 533833300, 86166700, 0),
(79741, 693, 81, 'Drochtersen', 537101500, 93846300, 0),
(79742, 693, 81, 'Drope', 525790600, 74955900, 0),
(79743, 693, 81, 'Dunum', 536000000, 76500000, 0),
(79744, 693, 81, 'During', 534562700, 86633000, 0),
(79745, 693, 81, 'Echte', 517840700, 100629200, 0),
(79746, 693, 81, 'Edemissen', 517676300, 98612600, 0),
(79747, 693, 81, 'Egestorf', 522191200, 94006900, 0),
(79748, 693, 81, 'Ehren', 527002800, 76936200, 0),
(79749, 693, 81, 'Ellerbrock', 529819500, 78182400, 0),
(79750, 693, 81, 'Elsfleth', 532374800, 84566400, 0),
(79751, 693, 81, 'Eltern', 526805100, 75168000, 0),
(79752, 693, 81, 'Embsen', 530320400, 90298300, 0),
(79753, 693, 81, 'Engter', 523876400, 80587300, 0),
(79754, 693, 81, 'Erichshof', 529940100, 87923500, 0),
(79755, 693, 81, 'Erika', 528308900, 71449900, 0),
(79756, 693, 81, 'Escher', 522372600, 92671400, 0),
(79757, 693, 81, 'Eschershausen', 516780900, 96353500, 0),
(79758, 693, 81, 'Esebeck', 515640100, 98455800, 0),
(79759, 693, 81, 'Etzel', 534662300, 79030500, 0),
(79760, 693, 81, 'Evern', 523169800, 100246800, 0),
(79761, 693, 81, 'Eversheide', 523000000, 80000000, 0),
(79762, 693, 81, 'Evershorst', 524652900, 97130300, 0),
(79763, 693, 81, 'Extum', 534646900, 74517100, 0),
(79764, 693, 81, 'Eydelstedt', 526924100, 85466800, 0),
(79765, 693, 81, 'Eyendorf', 532000000, 101500000, 0),
(79766, 693, 81, 'Farmsen', 521686200, 100911100, 0),
(79767, 693, 81, 'Feine', 529652600, 87418300, 0),
(79768, 693, 81, 'Festenburg', 518500000, 104000000, 0),
(79769, 693, 81, 'Fikensolt', 532469300, 79245900, 0),
(79770, 693, 81, 'Fintel', 531718800, 96696900, 0),
(79771, 693, 81, 'Flettmar', 525289600, 103171900, 0),
(79772, 693, 81, 'Frankenfeld', 527684000, 94298700, 0),
(79773, 693, 81, 'Frede', 524705500, 80799600, 0),
(79774, 693, 81, 'Frensdorf', 524333300, 70666700, 0),
(79775, 693, 81, 'Fresenburg', 528833300, 73000000, 0),
(79776, 693, 81, 'Fuhrberg', 525632900, 98480600, 0),
(79777, 693, 81, 'Fuhrhop', 529286700, 98205800, 0),
(79778, 693, 81, 'Garrel', 529500000, 80166700, 0),
(79779, 693, 81, 'Geest', 527670500, 72185200, 0),
(79780, 693, 81, 'Geeste', 526000000, 72666700, 0),
(79781, 693, 81, 'Georgsdorf', 525666700, 70833300, 0),
(79782, 693, 81, 'Georgsheil', 534720000, 73187900, 0),
(79783, 693, 81, 'Gerdau', 529666700, 104166700, 0),
(79784, 693, 81, 'Gildehaus', 522981300, 71035500, 0),
(79785, 693, 81, 'Gitter', 520364300, 103512400, 0),
(79786, 693, 81, 'Glandorf', 520833300, 80166700, 0),
(79787, 693, 81, 'Gleidingen', 522763500, 98375700, 0),
(79788, 693, 81, 'Gnarrenburg', 533833300, 90000000, 0),
(79789, 693, 81, 'Goldenstedt', 527883300, 84320100, 0),
(79790, 693, 81, 'Gottels', 536663000, 79309000, 0),
(79791, 693, 81, 'Grandorf', 535500000, 81166700, 0),
(79792, 693, 81, 'Grasberg', 531833300, 89833300, 0),
(79793, 693, 81, 'Grasdorf', 521078200, 101631300, 0),
(79794, 693, 81, 'Grasleben', 523063800, 110146500, 0),
(79795, 693, 81, 'Grassel', 523577000, 105891600, 0),
(79796, 693, 81, 'Graue', 527373700, 90407900, 0),
(79797, 693, 81, 'Greene', 518568700, 99399300, 0),
(79798, 693, 81, 'Gretesch', 522835500, 81174000, 0),
(79799, 693, 81, 'Grimm', 532508100, 103921200, 0),
(79800, 693, 81, 'Gross Midlum', 534105100, 71597200, 0),
(79801, 693, 81, 'Grossenkneten', 529500000, 82666700, 0),
(79802, 693, 81, 'Grosshorst', 524419300, 98883500, 0),
(79803, 693, 81, 'Grussendorf', 525478600, 107042900, 0),
(79804, 693, 81, 'Gyhum', 532166700, 93166700, 0),
(79805, 693, 81, 'Hache', 527858600, 89064700, 0),
(79806, 693, 81, 'Hackshorst', 523408800, 90408200, 0),
(79807, 693, 81, 'Haft', 528344100, 86860000, 0),
(79808, 693, 81, 'Hage', 536027400, 72852700, 0),
(79809, 693, 81, 'Hagel', 527407300, 78699300, 0),
(79810, 693, 81, 'Hagenah', 535472400, 93233700, 0),
(79811, 693, 81, 'Hamberg', 526473100, 82518600, 0),
(79812, 693, 81, 'Hambergen', 533166700, 88333300, 0),
(79813, 693, 81, 'Hambruch', 527666700, 97666700, 0),
(79814, 693, 81, 'Hammah', 536166700, 93666700, 0),
(79815, 693, 81, 'Hammel', 527943000, 78134000, 0),
(79816, 693, 81, 'Hankhausen', 532392300, 82238200, 0),
(79817, 693, 81, 'Hanover', 523705200, 97332200, 0),
(79818, 693, 81, 'Hansen', 529519700, 104815100, 0),
(79819, 693, 81, 'Hanstedt', 528333700, 84229900, 0),
(79820, 693, 81, 'Harbarnsen', 519833300, 99666700, 0),
(79821, 693, 81, 'Haren', 527926200, 72414200, 0),
(79822, 693, 81, 'Harpstedt', 529094200, 85896200, 0),
(79823, 693, 81, 'Hastedt', 530774600, 94555000, 0),
(79824, 693, 81, 'Hatten', 530500000, 83833300, 0),
(79825, 693, 81, 'Hattendorf', 522345000, 92817700, 0),
(79826, 693, 81, 'Hattorf', 516503500, 102368100, 0),
(79827, 693, 81, 'Heber', 530806900, 98630000, 0),
(79828, 693, 81, 'Heede', 526311900, 83790200, 0),
(79829, 693, 81, 'Heerstedt', 534651600, 87585100, 0),
(79830, 693, 81, 'Heeslingen', 533166700, 93333300, 0),
(79831, 693, 81, 'Hehlen', 519885800, 94700400, 0),
(79832, 693, 81, 'Heidbrink', 523000000, 92500000, 0),
(79833, 693, 81, 'Heidehof', 530124100, 102473500, 0),
(79834, 693, 81, 'Heimstatt', 526660800, 86421200, 0),
(79835, 693, 81, 'Heiningen', 520666700, 105666700, 0),
(79836, 693, 81, 'Heise', 534072500, 86932000, 0),
(79837, 693, 81, 'Heitel', 523947200, 74153300, 0),
(79838, 693, 81, 'Heitmannshausen', 534750600, 96569100, 0),
(79839, 693, 81, 'Hemm', 537137800, 91486900, 0),
(79840, 693, 81, 'Hemmingen', 523142500, 97235900, 0),
(79841, 693, 81, 'Hemmoor', 536870200, 91549200, 0),
(79842, 693, 81, 'Hemslingen', 530833300, 96000000, 0),
(79843, 693, 81, 'Hengelage', 526845300, 79522300, 0),
(79844, 693, 81, 'Hepstedt', 532587400, 90820900, 0),
(79845, 693, 81, 'Hermannsburg', 528325400, 100895700, 0),
(79846, 693, 81, 'Herrenhausen', 523918400, 96969800, 0),
(79847, 693, 81, 'Hertel', 530333400, 96734200, 0),
(79848, 693, 81, 'Herzlake', 527000000, 76000000, 0),
(79849, 693, 81, 'Hesepe', 524159400, 71086100, 0),
(79850, 693, 81, 'Hesterberg', 526105700, 89932200, 0),
(79851, 693, 81, 'Hetzwege', 531938100, 94079200, 0),
(79852, 693, 81, 'Hibben', 525016400, 90286500, 0),
(79853, 693, 81, 'Hinte', 534166700, 71833300, 0),
(79854, 693, 81, 'Hittfeld', 533857800, 99824000, 0),
(79855, 693, 81, 'Hitzacker', 531525400, 110441800, 0),
(79856, 693, 81, 'Hodenhagen', 527500000, 95833300, 0),
(79857, 693, 81, 'Hohenhameln', 522575500, 100641600, 0),
(79858, 693, 81, 'Hohetor', 522500000, 104833300, 0),
(79859, 693, 81, 'Hollenhorst', 524874200, 74744300, 0),
(79860, 693, 81, 'Hollenstede', 524955200, 76824900, 0),
(79861, 693, 81, 'Hollenstedt', 517391600, 99405100, 0),
(79862, 693, 81, 'Holsten', 522163400, 81405200, 0),
(79863, 693, 81, 'Holterdorf', 521330000, 83640600, 0),
(79864, 693, 81, 'Holthaus', 528365600, 77227500, 0),
(79865, 693, 81, 'Holze', 524502800, 89332800, 0),
(79866, 693, 81, 'Hone', 525198900, 76316600, 0),
(79867, 693, 81, 'Horne', 522572500, 80044300, 0),
(79868, 693, 81, 'Hoya', 528078100, 91402800, 0),
(79869, 693, 81, 'Hoyerhagen', 528333300, 90833300, 0),
(79870, 693, 81, 'Hunteburg', 524363700, 82727900, 0),
(79871, 693, 81, 'Huntlosen', 529913900, 82782200, 0),
(79872, 693, 81, 'Hustedt', 526962200, 100415000, 0),
(79873, 693, 81, 'Hutzel', 530963500, 100268600, 0),
(79874, 693, 81, 'Ilsede', 522666700, 102000000, 0),
(79875, 693, 81, 'In den Hoften', 526666700, 72833300, 0),
(79876, 693, 81, 'Isenbuttel', 524333300, 105833300, 0),
(79877, 693, 81, 'Isenhagen', 527249700, 106219700, 0),
(79878, 693, 81, 'Isensee', 537402200, 92119800, 0),
(79879, 693, 81, 'Isterberg', 523500000, 71500000, 0),
(79880, 693, 81, 'Itterbeck', 525000000, 68000000, 0),
(79881, 693, 81, 'Jaderberg', 533382500, 81871700, 0),
(79882, 693, 81, 'Jagerei', 527020800, 100633700, 0),
(79883, 693, 81, 'Jesteburg', 533000000, 99666700, 0),
(79884, 693, 81, 'Jever', 535736800, 78980600, 0),
(79885, 693, 81, 'Jeversen', 526599100, 97713100, 0),
(79886, 693, 81, 'Juist', 536833300, 70000000, 0),
(79887, 693, 81, 'Kalle', 525799500, 69194300, 0),
(79888, 693, 81, 'Kartzfehn', 530182000, 80340000, 0),
(79889, 693, 81, 'Kastendiek', 529353800, 87087300, 0),
(79890, 693, 81, 'Kattenesch', 530298100, 88160100, 0),
(79891, 693, 81, 'Katzenstein', 517483600, 102154600, 0),
(79892, 693, 81, 'Kirchhammelwarden', 533060100, 84827300, 0),
(79893, 693, 81, 'Kirchlinteln', 529500000, 93166700, 0),
(79894, 693, 81, 'Klausheide', 524606700, 71519200, 0),
(79895, 693, 81, 'Klein Berssen', 527666700, 74500000, 0),
(79896, 693, 81, 'Knesebeck', 526775400, 107003300, 0),
(79897, 693, 81, 'Knick', 532599800, 97388600, 0),
(79898, 693, 81, 'Kohlen', 529426400, 110450400, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(79899, 693, 81, 'Kralenriede', 523070100, 105283400, 0),
(79900, 693, 81, 'Kreyenborg', 526829200, 73891700, 0),
(79901, 693, 81, 'Laatzen', 520458400, 93100500, 0),
(79902, 693, 81, 'Lahden', 527500000, 75666700, 0),
(79903, 693, 81, 'Lamspringe', 519607100, 100110500, 0),
(79904, 693, 81, 'Landmark', 537514700, 89591700, 0),
(79905, 693, 81, 'Langen', 525333300, 74666700, 0),
(79906, 693, 81, 'Langhorst', 530833900, 77182000, 0),
(79907, 693, 81, 'Lastrup', 527229500, 76023000, 0),
(79908, 693, 81, 'Lathen', 528666700, 73166700, 0),
(79909, 693, 81, 'Lauenau', 522739300, 93692800, 0),
(79910, 693, 81, 'Lauingen', 522684700, 107848400, 0),
(79911, 693, 81, 'Lebenstedt', 521593400, 103288300, 0),
(79912, 693, 81, 'Leese', 525000000, 91166700, 0),
(79913, 693, 81, 'Lehre', 523333300, 106666700, 0),
(79914, 693, 81, 'Leinhausen', 523985400, 96705400, 0),
(79915, 693, 81, 'Lemke', 524941000, 69123800, 0),
(79916, 693, 81, 'Lemwerder', 531666700, 86166700, 0),
(79917, 693, 81, 'Lengenbostel', 533000000, 95166700, 0),
(79918, 693, 81, 'Lerbach', 517543800, 102926500, 0),
(79919, 693, 81, 'Lesum', 531666700, 87000000, 0),
(79920, 693, 81, 'Liebenburg', 520217600, 104316900, 0),
(79921, 693, 81, 'Lilienthal', 531333300, 89166700, 0),
(79922, 693, 81, 'Linden', 521538500, 105585100, 0),
(79923, 693, 81, 'Linse', 519847700, 95343800, 0),
(79924, 693, 81, 'Lintel', 530966900, 83791700, 0),
(79925, 693, 81, 'Loccum', 524500000, 91500000, 0),
(79926, 693, 81, 'Loge', 518500000, 90833300, 0),
(79927, 693, 81, 'Loningen', 527367800, 77580900, 0),
(79928, 693, 81, 'Lorup', 529249500, 76433900, 0),
(79929, 693, 81, 'Mackenstedt', 526137800, 85384400, 0),
(79930, 693, 81, 'Mahlstedt', 529036400, 84903200, 0),
(79931, 693, 81, 'Mahrenholz', 526656000, 104711000, 0),
(79932, 693, 81, 'Markhausen', 529403200, 78358100, 0),
(79933, 693, 81, 'Marlin', 529978800, 110164900, 0),
(79934, 693, 81, 'Marren', 528222600, 77817600, 0),
(79935, 693, 81, 'Marz', 536739900, 76328400, 0),
(79936, 693, 81, 'Mascher', 521666700, 80333300, 0),
(79937, 693, 81, 'Masel', 527517900, 105164600, 0),
(79938, 693, 81, 'Meckelfeld', 534227200, 100184300, 0),
(79939, 693, 81, 'Meine', 523849300, 105393200, 0),
(79940, 693, 81, 'Meinersen', 524743600, 103524700, 0),
(79941, 693, 81, 'Meinersfehn', 533148200, 78438700, 0),
(79942, 693, 81, 'Menslage', 526833300, 78166700, 0),
(79943, 693, 81, 'Metzendorf', 534000000, 99500000, 0),
(79944, 693, 81, 'Molbergen', 528666700, 79333300, 0),
(79945, 693, 81, 'Mollenfelde', 514098100, 98430900, 0),
(79946, 693, 81, 'Moorburg', 532892800, 78961700, 0),
(79947, 693, 81, 'Morse', 523918400, 107302100, 0),
(79948, 693, 81, 'Mulmshorn', 531758200, 92970100, 0),
(79949, 693, 81, 'Munster', 529856900, 100875600, 0),
(79950, 693, 81, 'Natrup Hagen', 522045700, 79322600, 0),
(79951, 693, 81, 'Nemitz', 529828700, 113351200, 0),
(79952, 693, 81, 'Nenndorf', 528281100, 89517400, 0),
(79953, 693, 81, 'Nesse', 534576900, 86174500, 0),
(79954, 693, 81, 'Neu Steddorf', 531319900, 104794100, 0),
(79955, 693, 81, 'Neuborger', 529581500, 74483900, 0),
(79956, 693, 81, 'Neuenburg', 533886400, 79527100, 0),
(79957, 693, 81, 'Neuerkerode', 522122600, 106573400, 0),
(79958, 693, 81, 'Neuharlingersiel', 536999300, 77028800, 0),
(79959, 693, 81, 'Neuland', 531623200, 77625700, 0),
(79960, 693, 81, 'Neumuhlen', 522515300, 91018300, 0),
(79961, 693, 81, 'Niedernwohren', 523544300, 91373600, 0),
(79962, 693, 81, 'Nienstadt', 523000000, 91666700, 0),
(79963, 693, 81, 'Nikolausberg', 515635600, 99813700, 0),
(79964, 693, 81, 'Nolle', 521265800, 81941700, 0),
(79965, 693, 81, 'Nordenham', 534861000, 84809300, 0),
(79966, 693, 81, 'Norderfrieschenmoor', 533741600, 83927500, 0),
(79967, 693, 81, 'Nordgeorgsfehn', 532738200, 77008100, 0),
(79968, 693, 81, 'Nordsteimke', 524011100, 108321500, 0),
(79969, 693, 81, 'Northen', 523448800, 96078900, 0),
(79970, 693, 81, 'Nortrup', 526000000, 78833300, 0),
(79971, 693, 81, 'Nuckel', 534935700, 86591800, 0),
(79972, 693, 81, 'Obershagen', 524956400, 100589300, 0),
(79973, 693, 81, 'Ochsendorf', 523054300, 108143200, 0),
(79974, 693, 81, 'Oelstorf', 532275300, 101434500, 0),
(79975, 693, 81, 'Ofen', 531700600, 81462300, 0),
(79976, 693, 81, 'Ohlendorf', 520618800, 104462800, 0),
(79977, 693, 81, 'Ohrt', 530409600, 84913300, 0),
(79978, 693, 81, 'Okel', 529350200, 88837400, 0),
(79979, 693, 81, 'Oldeborg', 534984000, 73270800, 0),
(79980, 693, 81, 'Oldersum', 533276700, 73436000, 0),
(79981, 693, 81, 'Osterode am Harz', 517268600, 102508900, 0),
(79982, 693, 81, 'Ostland', 530606200, 80340000, 0),
(79983, 693, 81, 'Ottendorf', 533922300, 94212500, 0),
(79984, 693, 81, 'Ottensen', 523683000, 92980500, 0),
(79985, 693, 81, 'Otter', 532401500, 97424700, 0),
(79986, 693, 81, 'Otterndorf', 538090800, 89006800, 0),
(79987, 693, 81, 'Pattensen', 522644800, 97643600, 0),
(79988, 693, 81, 'Peheim', 528824200, 78386000, 0),
(79989, 693, 81, 'Pestrup', 528652500, 84696900, 0),
(79990, 693, 81, 'Petersfehn', 531390300, 81085000, 0),
(79991, 693, 81, 'Pohle', 522662700, 93440400, 0),
(79992, 693, 81, 'Posthof', 520064400, 103748700, 0),
(79993, 693, 81, 'Probsthagen', 523418700, 92338700, 0),
(79994, 693, 81, 'Quarrendorf', 532757100, 100349900, 0),
(79995, 693, 81, 'Quellen', 532619400, 96987800, 0),
(79996, 693, 81, 'Raber', 528764300, 104068900, 0),
(79997, 693, 81, 'Rajen', 531333300, 75166700, 0),
(79998, 693, 81, 'Ramsloh', 531026300, 76787600, 0),
(79999, 693, 81, 'Ratzel', 525309500, 67703000, 0),
(80000, 693, 81, 'Rautheim', 522402000, 105869600, 0),
(80001, 693, 81, 'Raven', 531741200, 101607200, 0),
(80002, 693, 81, 'Reese', 525817500, 90645400, 0),
(80003, 693, 81, 'Reessum', 531333300, 92166700, 0),
(80004, 693, 81, 'Rehren', 522333300, 92333300, 0),
(80005, 693, 81, 'Reinhausen', 514678800, 99869200, 0),
(80006, 693, 81, 'Reith', 534315400, 93564600, 0),
(80007, 693, 81, 'Reitze', 529895300, 110796400, 0),
(80008, 693, 81, 'Remels', 533065100, 77512400, 0),
(80009, 693, 81, 'Reppenstedt', 532500000, 103500000, 0),
(80010, 693, 81, 'Rethen', 522888200, 98173200, 0),
(80011, 693, 81, 'Rheden', 520666700, 97833300, 0),
(80012, 693, 81, 'Ricklingen', 523460800, 97262800, 0),
(80013, 693, 81, 'Riede', 529666700, 89500000, 0),
(80014, 693, 81, 'Riepe', 529336400, 97261600, 0),
(80015, 693, 81, 'Rieste', 524833300, 80166700, 0),
(80016, 693, 81, 'Rittmarshausen', 514820800, 101048200, 0),
(80017, 693, 81, 'Rodenberg', 523128200, 93595700, 0),
(80018, 693, 81, 'Rodenbostel', 525800400, 96431400, 0),
(80019, 693, 81, 'Rodenkirchen', 534020100, 84532100, 0),
(80020, 693, 81, 'Roffhausen', 535277400, 80351800, 0),
(80021, 693, 81, 'Rolfshagen', 522326600, 91494700, 0),
(80022, 693, 81, 'Rosche', 529866300, 107518400, 0),
(80023, 693, 81, 'Rosenberg', 533414400, 81153200, 0),
(80024, 693, 81, 'Rostrup', 531932300, 79854300, 0),
(80025, 693, 81, 'Rotgesbuttel', 524166700, 105333300, 0),
(80026, 693, 81, 'Rottmann', 527533800, 88484400, 0),
(80027, 693, 81, 'Russland', 534504000, 78142800, 0),
(80028, 693, 81, 'Rysum', 533796700, 70347200, 0),
(80029, 693, 81, 'Sage', 529426600, 82119800, 0),
(80030, 693, 81, 'Sagehorn', 530803200, 90154600, 0),
(80031, 693, 81, 'Salzbergen', 523333300, 73500000, 0),
(80032, 693, 81, 'Salzgitter-Bad', 520487400, 103742300, 0),
(80033, 693, 81, 'Salzhausen', 532333300, 101666700, 0),
(80034, 693, 81, 'Salzhemmendorf', 520670000, 95872000, 0),
(80035, 693, 81, 'Sandersfeld', 530712600, 84219200, 0),
(80036, 693, 81, 'Sandhatten', 530094800, 83199600, 0),
(80037, 693, 81, 'Sangenstedt', 533454700, 102729800, 0),
(80038, 693, 81, 'Sauensiek', 533833300, 96000000, 0),
(80039, 693, 81, 'Scharmbeck', 533468900, 101474400, 0),
(80040, 693, 81, 'Scheessel', 531666700, 94833300, 0),
(80041, 693, 81, 'Schellerten', 521853000, 101022700, 0),
(80042, 693, 81, 'Schiffdorf', 535333300, 86500000, 0),
(80043, 693, 81, 'Schillig', 537037800, 80217000, 0),
(80044, 693, 81, 'Schlade', 529833300, 88333300, 0),
(80045, 693, 81, 'Schneeren', 525345300, 93310200, 0),
(80046, 693, 81, 'Schneiderkrug', 528118900, 82376900, 0),
(80047, 693, 81, 'Schuttorf', 523228100, 72217600, 0),
(80048, 693, 81, 'Schwachhausen', 525790600, 102432100, 0),
(80049, 693, 81, 'Schwanewede', 532333300, 86000000, 0),
(80050, 693, 81, 'Schwarmstedt', 526779400, 96176700, 0),
(80051, 693, 81, 'Seggern', 532399200, 78948500, 0),
(80052, 693, 81, 'Sellhorn', 533462000, 94238800, 0),
(80053, 693, 81, 'Seppensen', 533010500, 98734200, 0),
(80054, 693, 81, 'Sickte', 522184700, 106424000, 0),
(80055, 693, 81, 'Sieber', 516989900, 104266900, 0),
(80056, 693, 81, 'Siemen', 530541100, 112233900, 0),
(80057, 693, 81, 'Sitter', 525593800, 79000200, 0),
(80058, 693, 81, 'Sogel', 528500000, 75166700, 0),
(80059, 693, 81, 'Sogeln', 524503100, 80060800, 0),
(80060, 693, 81, 'Sottrum', 520778200, 101441600, 0),
(80061, 693, 81, 'Spahn', 528660500, 75827000, 0),
(80062, 693, 81, 'Spieker', 532209400, 75954500, 0),
(80063, 693, 81, 'Sprengel', 530656600, 97378900, 0),
(80064, 693, 81, 'Steden', 533608700, 88585800, 0),
(80065, 693, 81, 'Steinau', 536833300, 88833300, 0),
(80066, 693, 81, 'Steine', 529364300, 110380800, 0),
(80067, 693, 81, 'Stell', 532153900, 96466000, 0),
(80068, 693, 81, 'Steyerberg', 525701800, 90242300, 0),
(80069, 693, 81, 'Stolzenau', 525166700, 90666700, 0),
(80070, 693, 81, 'Story', 520095100, 100844200, 0),
(80071, 693, 81, 'Strich', 536827600, 92438200, 0),
(80072, 693, 81, 'Suddendorf', 523000000, 72166700, 0),
(80073, 693, 81, 'Suderfrieschenmoor', 533584400, 83898600, 0),
(80074, 693, 81, 'Sudkamp', 529913200, 79527100, 0),
(80075, 693, 81, 'Sumte', 532875900, 108773200, 0),
(80076, 693, 81, 'Surwold', 529780000, 75153400, 0),
(80077, 693, 81, 'Tain', 536086600, 79881500, 0),
(80078, 693, 81, 'Tange', 527888300, 84097500, 0),
(80079, 693, 81, 'Tannen', 530624300, 86917300, 0),
(80080, 693, 81, 'Tannenkamp', 529412900, 80356400, 0),
(80081, 693, 81, 'Tarmstedt', 532250500, 90776300, 0),
(80082, 693, 81, 'Terhalle', 536181400, 73664600, 0),
(80083, 693, 81, 'Thiede', 521834400, 104846900, 0),
(80084, 693, 81, 'Thiermann', 527112400, 88276900, 0),
(80085, 693, 81, 'Thuine', 525000000, 74833300, 0),
(80086, 693, 81, 'Tiste', 532833300, 95333300, 0),
(80087, 693, 81, 'Toppenstedt', 532643000, 101145100, 0),
(80088, 693, 81, 'Tossens', 535700800, 82667800, 0),
(80089, 693, 81, 'Twistringen', 527992600, 86416300, 0),
(80090, 693, 81, 'Ubbendorf', 528378200, 91480400, 0),
(80091, 693, 81, 'Uchte', 524997500, 89092800, 0),
(80092, 693, 81, 'Uelsen', 525000000, 68833300, 0),
(80093, 693, 81, 'Uhlhorn', 529642500, 84972100, 0),
(80094, 693, 81, 'Ulbargen', 533753500, 75829100, 0),
(80095, 693, 81, 'Uthlede', 533166700, 85833300, 0),
(80096, 693, 81, 'Vahle', 516746800, 96614500, 0),
(80097, 693, 81, 'Vinnen', 527748100, 76864200, 0),
(80098, 693, 81, 'Vinnhorst', 524242000, 97040200, 0),
(80099, 693, 81, 'Visbek', 528333300, 83166700, 0),
(80100, 693, 81, 'Vogelpohl', 527000000, 73333300, 0),
(80101, 693, 81, 'Vorwohlde', 527123800, 88136100, 0),
(80102, 693, 81, 'Walchum', 529271700, 72832500, 0),
(80103, 693, 81, 'Wangerland', 536544600, 79902400, 0),
(80104, 693, 81, 'Wapeldorf', 533180600, 81279000, 0),
(80105, 693, 81, 'Wechloy', 531497600, 81792000, 0),
(80106, 693, 81, 'Weihe', 527214800, 82016200, 0),
(80107, 693, 81, 'Wendschott', 524573700, 108505400, 0),
(80108, 693, 81, 'Wennigsen', 522041100, 82852300, 0),
(80109, 693, 81, 'Weseloh', 528039200, 88978500, 0),
(80110, 693, 81, 'Westerfeld', 523251800, 97212200, 0),
(80111, 693, 81, 'Westerwald', 522484000, 92359000, 0),
(80112, 693, 81, 'Westoverledingen', 531692100, 74614300, 0),
(80113, 693, 81, 'Weyhausen', 524620800, 107169900, 0),
(80114, 693, 81, 'Wichel', 526719200, 82555000, 0),
(80115, 693, 81, 'Wiebusch', 528328700, 87014100, 0),
(80116, 693, 81, 'Wieckenberg', 526391100, 98460200, 0),
(80117, 693, 81, 'Wieda', 516340000, 105870400, 0),
(80118, 693, 81, 'Wiedenhof', 532915100, 99268900, 0),
(80119, 693, 81, 'Wienhausen', 525802100, 101886200, 0),
(80120, 693, 81, 'Wietze', 526500000, 98333300, 0),
(80121, 693, 81, 'Wietzendorf', 529166700, 99833300, 0),
(80122, 693, 81, 'Wildemann', 518281000, 102815200, 0),
(80123, 693, 81, 'Willen', 535611000, 77387100, 0),
(80124, 693, 81, 'Wilsum', 525333300, 68500000, 0),
(80125, 693, 81, 'Wimmer', 523294400, 84298900, 0),
(80126, 693, 81, 'Winterhoff', 528999100, 100879600, 0),
(80127, 693, 81, 'Wirl', 529500000, 114666700, 0),
(80128, 693, 81, 'Wittingen', 527269400, 107361300, 0),
(80129, 693, 81, 'Wolfsbruch', 537456900, 93314600, 0),
(80130, 693, 81, 'Wolpsche', 532111600, 86091300, 0),
(80131, 693, 81, 'Worpswede', 532166700, 89333300, 0),
(80132, 693, 81, 'Worth', 530877600, 94515700, 0),
(80133, 693, 81, 'Wremen', 536500000, 85166700, 0),
(80134, 693, 81, 'Wullbrandt', 532037700, 87375700, 0),
(80135, 693, 81, 'Wulmstorf', 529393300, 91001400, 0),
(80136, 693, 81, 'Zetel', 534166700, 79833300, 0),
(80137, 694, 81, 'Achenbach', 508666800, 79869400, 0),
(80138, 694, 81, 'Achterhoek', 515842300, 63572100, 0),
(80139, 694, 81, 'Ahle', 521033700, 70490700, 0),
(80140, 694, 81, 'Ahlsen', 522877400, 86564500, 0),
(80141, 694, 81, 'Ahren', 511500000, 64666700, 0),
(80142, 694, 81, 'Albaxen', 518221800, 94075100, 0),
(80143, 694, 81, 'Alefeld', 508835500, 74629000, 0),
(80144, 694, 81, 'Alpen', 515833300, 65166700, 0),
(80145, 694, 81, 'Alst', 512698500, 61997300, 0),
(80146, 694, 81, 'Altenberge', 520500000, 74666700, 0),
(80147, 694, 81, 'Altenroxel', 519397100, 75653800, 0),
(80148, 694, 81, 'Ambrock', 513215200, 75176000, 0),
(80149, 694, 81, 'Ameln', 509860500, 64348400, 0),
(80150, 694, 81, 'Andreasberg', 513235300, 84301200, 0),
(80151, 694, 81, 'Antoniusheim', 520719400, 68540800, 0),
(80152, 694, 81, 'Arnoldsweiler', 508380900, 64899200, 0),
(80153, 694, 81, 'Aspe', 520657400, 87299300, 0),
(80154, 694, 81, 'Aulendorf', 520214000, 73347600, 0),
(80155, 694, 81, 'Auweiler', 510031900, 68533000, 0),
(80156, 694, 81, 'Auwel', 514614200, 62455800, 0),
(80157, 694, 81, 'Averbeck', 521047400, 71174000, 0),
(80158, 694, 81, 'Averdung', 518166700, 77833300, 0),
(80159, 694, 81, 'Averesch', 521090100, 69599900, 0),
(80160, 694, 81, 'Baal', 510333400, 62819100, 0),
(80161, 694, 81, 'Bad Meinberg', 518958800, 89831300, 0),
(80162, 694, 81, 'Balkhausen', 508573300, 67528200, 0),
(80163, 694, 81, 'Ball', 509867700, 71912000, 0),
(80164, 694, 81, 'Balve', 513315000, 78642400, 0),
(80165, 694, 81, 'Bardenberg', 508402300, 61125000, 0),
(80166, 694, 81, 'Barntrup', 519903800, 91164200, 0),
(80167, 694, 81, 'Baum', 511297800, 63615600, 0),
(80168, 694, 81, 'Baur', 512370400, 71830400, 0),
(80169, 694, 81, 'Becke', 510385600, 75927800, 0),
(80170, 694, 81, 'Beeck', 509827300, 61869400, 0),
(80171, 694, 81, 'Beek', 512166700, 61666700, 0),
(80172, 694, 81, 'Beelen', 519333300, 81333300, 0),
(80173, 694, 81, 'Bega', 520057000, 90652700, 0),
(80174, 694, 81, 'Belle', 518980000, 90538500, 0),
(80175, 694, 81, 'Benninghoven', 512381700, 69982200, 0),
(80176, 694, 81, 'Benrath', 511633800, 68652100, 0),
(80177, 694, 81, 'Benteler', 517613400, 83413200, 0),
(80178, 694, 81, 'Bentlage', 522959800, 74058900, 0),
(80179, 694, 81, 'Berentelg', 523229900, 77794300, 0),
(80180, 694, 81, 'Bergerhausen', 508624200, 66489600, 0),
(80181, 694, 81, 'Bergrath', 508055000, 62842700, 0),
(80182, 694, 81, 'Berk', 503836600, 64608300, 0),
(80183, 694, 81, 'Berl', 519000000, 77166700, 0),
(80184, 694, 81, 'Bienen', 518004000, 63677500, 0),
(80185, 694, 81, 'Biesel', 511683900, 64801000, 0),
(80186, 694, 81, 'Biesterfeld', 518727800, 92731500, 0),
(80187, 694, 81, 'Bieth', 512969900, 62345800, 0),
(80188, 694, 81, 'Bilstein', 510597300, 73140400, 0),
(80189, 694, 81, 'Birk', 508338700, 72797100, 0),
(80190, 694, 81, 'Birkelbach', 510154600, 82616500, 0),
(80191, 694, 81, 'Birkenhof', 509253600, 73386100, 0),
(80192, 694, 81, 'Blankenhagen', 519332800, 83749100, 0),
(80193, 694, 81, 'Blankenstein', 514072000, 72213200, 0),
(80194, 694, 81, 'Bleche', 510580000, 77273600, 0),
(80195, 694, 81, 'Blecher', 510623100, 71225900, 0),
(80196, 694, 81, 'Bleck', 520093600, 71542500, 0),
(80197, 694, 81, 'Blissenbach', 510187900, 72101700, 0),
(80198, 694, 81, 'Bloch', 508778300, 72815800, 0),
(80199, 694, 81, 'Blombach', 512344000, 72186100, 0),
(80200, 694, 81, 'Blume', 512024200, 72497300, 0),
(80201, 694, 81, 'Bochen', 511275500, 72954900, 0),
(80202, 694, 81, 'Bocklemund', 509752000, 68668000, 0),
(80203, 694, 81, 'Bockum', 513292500, 67311800, 0),
(80204, 694, 81, 'Bodelschwingh', 515534500, 73672400, 0),
(80205, 694, 81, 'Boele', 513949800, 74702300, 0),
(80206, 694, 81, 'Boisdorf', 509000000, 67166700, 0),
(80207, 694, 81, 'Boke', 509657000, 72759300, 0),
(80208, 694, 81, 'Bollwerk', 511782900, 75869300, 0),
(80209, 694, 81, 'Bonen', 516000000, 77666700, 0),
(80210, 694, 81, 'Borgentreich', 515691700, 92411300, 0),
(80211, 694, 81, 'Borner', 509472000, 77598000, 0),
(80212, 694, 81, 'Bornhausen', 509435900, 75116800, 0),
(80213, 694, 81, 'Bossel', 512355400, 74590500, 0),
(80214, 694, 81, 'Bossendorf', 517289400, 71850600, 0),
(80215, 694, 81, 'Bottenberg', 509026400, 79003200, 0),
(80216, 694, 81, 'Braam', 516698100, 78959900, 0),
(80217, 694, 81, 'Bracht', 511660400, 81636600, 0),
(80218, 694, 81, 'Brackel', 515257300, 75443800, 0),
(80219, 694, 81, 'Brassert', 516725800, 70970100, 0),
(80220, 694, 81, 'Breberen', 510271700, 59893900, 0),
(80221, 694, 81, 'Breckerfeld', 512592600, 74680600, 0),
(80222, 694, 81, 'Brede', 523333100, 89114800, 0),
(80223, 694, 81, 'Bredeney', 514112500, 69872300, 0),
(80224, 694, 81, 'Breidenbach', 509765300, 76564600, 0),
(80225, 694, 81, 'Breloh', 510132900, 76830500, 0),
(80226, 694, 81, 'Brendel', 522309500, 85787800, 0),
(80227, 694, 81, 'Brink', 516370900, 77395200, 0),
(80228, 694, 81, 'Brock', 518317300, 77961100, 0),
(80229, 694, 81, 'Brockhagen', 519923900, 83437900, 0),
(80230, 694, 81, 'Bruder', 515856800, 80959700, 0),
(80231, 694, 81, 'Bruggelchen', 510736300, 59970300, 0),
(80232, 694, 81, 'Brun', 509614600, 78203200, 0),
(80233, 694, 81, 'Brungsberg', 506763400, 73040200, 0),
(80234, 694, 81, 'Buhl', 509179600, 79230400, 0),
(80235, 694, 81, 'Buir', 504874000, 67300200, 0),
(80236, 694, 81, 'Buren', 515510900, 85595600, 0),
(80237, 694, 81, 'Burgheim', 510633500, 72938600, 0),
(80238, 694, 81, 'Burlo', 519030800, 67888900, 0),
(80239, 694, 81, 'Buschbell', 509265900, 67954000, 0),
(80240, 694, 81, 'Buschhausen', 507657700, 63014000, 0),
(80241, 694, 81, 'Butendorf', 515620800, 70005000, 0),
(80242, 694, 81, 'Clarholz', 519010100, 81995400, 0),
(80243, 694, 81, 'Cronenberg', 512070600, 71340100, 0),
(80244, 694, 81, 'Dahle', 513020100, 77526100, 0),
(80245, 694, 81, 'Daldrup', 517833300, 73000000, 0),
(80246, 694, 81, 'Dannenberg', 510750600, 75989300, 0),
(80247, 694, 81, 'Delecke', 514910000, 80903100, 0),
(80248, 694, 81, 'Delhoven', 510778100, 67805400, 0),
(80249, 694, 81, 'Dellbruck', 509771500, 70700000, 0),
(80250, 694, 81, 'Depenbrock', 522000000, 87500000, 0),
(80251, 694, 81, 'Derne', 515708000, 75201300, 0),
(80252, 694, 81, 'Deuz', 508852900, 81471300, 0),
(80253, 694, 81, 'Dicke', 510742600, 72873400, 0),
(80254, 694, 81, 'Dickscheheide', 514465400, 65401200, 0),
(80255, 694, 81, 'Dielingen', 524441700, 83456000, 0),
(80256, 694, 81, 'Dingden', 517701000, 66131100, 0),
(80257, 694, 81, 'Distelkamp', 509113000, 75692400, 0),
(80258, 694, 81, 'Dorfheide', 518245000, 70394300, 0),
(80259, 694, 81, 'Doveren', 510486000, 62479300, 0),
(80260, 694, 81, 'Dreisel', 507932500, 75766400, 0),
(80261, 694, 81, 'Druffel', 518275200, 84028200, 0),
(80262, 694, 81, 'Dumpten', 514607900, 68994900, 0),
(80263, 694, 81, 'Dunfeld', 510333300, 70500000, 0),
(80264, 694, 81, 'Dunn', 512220700, 64664800, 0),
(80265, 694, 81, 'Ebbecke', 516966300, 80181800, 0),
(80266, 694, 81, 'Egge', 513500000, 73833300, 0),
(80267, 694, 81, 'Ehreshoven', 509756200, 73449600, 0),
(80268, 694, 81, 'Eickhoff', 514833800, 82221300, 0),
(80269, 694, 81, 'Eigen', 509129100, 72323900, 0),
(80270, 694, 81, 'Eil', 508936200, 70796700, 0),
(80271, 694, 81, 'Einsal', 513263800, 76415800, 0),
(80272, 694, 81, 'Eischeid', 508419500, 73596800, 0),
(80273, 694, 81, 'Eismann', 521166700, 72666700, 0),
(80274, 694, 81, 'Ellen', 508597100, 64968700, 0),
(80275, 694, 81, 'Ellerbusch', 522092300, 86829600, 0),
(80276, 694, 81, 'Elsen', 510938700, 65633000, 0),
(80277, 694, 81, 'Elten', 518717900, 61601800, 0),
(80278, 694, 81, 'Elverdissen', 520793000, 86517300, 0),
(80279, 694, 81, 'Ende', 514229900, 74443300, 0),
(80280, 694, 81, 'Ennepe', 511896200, 74597200, 0),
(80281, 694, 81, 'Ensen', 508983800, 70417200, 0),
(80282, 694, 81, 'Entrup', 517251400, 81555900, 0),
(80283, 694, 81, 'Enzensberg', 516166700, 106833300, 0),
(80284, 694, 81, 'Erbe', 522666700, 89000000, 0),
(80285, 694, 81, 'Erberich', 508666700, 63000000, 0),
(80286, 694, 81, 'Eringerfeld', 515867100, 84689400, 0),
(80287, 694, 81, 'Erle', 515575200, 70856700, 0),
(80288, 694, 81, 'Erlen', 513527000, 73011000, 0),
(80289, 694, 81, 'Erlinghagen', 510542700, 74822400, 0),
(80290, 694, 81, 'Ernestus', 511385900, 81044800, 0),
(80291, 694, 81, 'Erpen', 510309200, 60938800, 0),
(80292, 694, 81, 'Eslohe', 512536900, 81694900, 0),
(80293, 694, 81, 'Espelkamp-Mittwald', 523833300, 86333300, 0),
(80294, 694, 81, 'Essel', 516221700, 72530400, 0),
(80295, 694, 81, 'Essig', 506580800, 68883900, 0),
(80296, 694, 81, 'Exter', 521370400, 87788800, 0),
(80297, 694, 81, 'Fahnen', 516088800, 80177500, 0),
(80298, 694, 81, 'Feld', 508687900, 73849200, 0),
(80299, 694, 81, 'Finnentrop', 511666700, 79666700, 0),
(80300, 694, 81, 'Firmenich', 506331400, 66956200, 0),
(80301, 694, 81, 'Fischenich', 508583000, 68952100, 0),
(80302, 694, 81, 'Floren', 506714700, 66482500, 0),
(80303, 694, 81, 'Frauenkron', 503648500, 64231000, 0),
(80304, 694, 81, 'Frauenthal', 508068200, 68050600, 0),
(80305, 694, 81, 'Freientrop', 512803400, 78254300, 0),
(80306, 694, 81, 'Freund', 507522800, 61767300, 0),
(80307, 694, 81, 'Frielinghausen', 509391000, 72361700, 0),
(80308, 694, 81, 'Friemersheim', 513845500, 67055400, 0),
(80309, 694, 81, 'Friesdorf', 506960800, 71287400, 0),
(80310, 694, 81, 'Frimmersdorf', 510467900, 65745400, 0),
(80311, 694, 81, 'Frintrop', 514783300, 69075400, 0),
(80312, 694, 81, 'Frischenberg', 510833300, 70000000, 0),
(80313, 694, 81, 'Fuhlingen', 510372900, 69040500, 0),
(80314, 694, 81, 'Fuhr', 511502900, 73480800, 0),
(80315, 694, 81, 'Gangelt', 509924700, 59980200, 0),
(80316, 694, 81, 'Gaxel', 520328200, 68138000, 0),
(80317, 694, 81, 'Geissler', 517818700, 80318100, 0),
(80318, 694, 81, 'Geist', 517253800, 82037200, 0),
(80319, 694, 81, 'Geisweid', 509162600, 80066700, 0),
(80320, 694, 81, 'Gellep-Stratum', 513279900, 66702400, 0),
(80321, 694, 81, 'Gerlingen', 509884200, 78502600, 0),
(80322, 694, 81, 'Germete', 514841800, 91020300, 0),
(80323, 694, 81, 'Gescher', 519540000, 70048100, 0),
(80324, 694, 81, 'Gest', 516355000, 65670500, 0),
(80325, 694, 81, 'Gill', 510277900, 66901600, 0),
(80326, 694, 81, 'Gimborn', 510595400, 74760700, 0),
(80327, 694, 81, 'Glehn', 506034700, 65942000, 0),
(80328, 694, 81, 'Godorf', 508517000, 69737300, 0),
(80329, 694, 81, 'Goldenberg', 511958000, 72063800, 0),
(80330, 694, 81, 'Golzheim', 508396600, 65811800, 0),
(80331, 694, 81, 'Gosenbach', 508584800, 79719800, 0),
(80332, 694, 81, 'Gottingen', 516676800, 82308800, 0),
(80333, 694, 81, 'Grafrath', 512166700, 70666700, 0),
(80334, 694, 81, 'Graft', 515333300, 65666700, 0),
(80335, 694, 81, 'Grosse-Ledder', 510985200, 72217000, 0),
(80336, 694, 81, 'Grosseholz', 524196600, 84352500, 0),
(80337, 694, 81, 'Grossheide', 512109200, 64099400, 0),
(80338, 694, 81, 'Grumeth', 509263000, 75531200, 0),
(80339, 694, 81, 'Grunthal', 513666700, 74500000, 0),
(80340, 694, 81, 'Gymnich', 508376900, 67427600, 0),
(80341, 694, 81, 'Haag', 514123600, 64813400, 0),
(80342, 694, 81, 'Haak', 513275100, 62597300, 0),
(80343, 694, 81, 'Haas', 510835000, 60424400, 0),
(80344, 694, 81, 'Hachen', 513772500, 79838000, 0),
(80345, 694, 81, 'Hachenberg', 510451300, 72517800, 0),
(80346, 694, 81, 'Hagedorn', 518599600, 91630300, 0),
(80347, 694, 81, 'Hahnenberg', 510918000, 74468000, 0),
(80348, 694, 81, 'Hahnenkamp', 522229800, 88235500, 0),
(80349, 694, 81, 'Haid', 511372400, 71834400, 0),
(80350, 694, 81, 'Halden', 513752400, 75119400, 0),
(80351, 694, 81, 'Hallenberg', 511111500, 86200800, 0),
(80352, 694, 81, 'Halstenbeck', 520712800, 82341700, 0),
(80353, 694, 81, 'Halver', 511861200, 74981700, 0),
(80354, 694, 81, 'Hamborn', 514833300, 67666700, 0),
(80355, 694, 81, 'Hamich', 507823300, 63194200, 0),
(80356, 694, 81, 'Happerschoss', 507978300, 73004600, 0),
(80357, 694, 81, 'Harbecke', 511468100, 82330800, 0),
(80358, 694, 81, 'Hardenberg', 510942400, 77268000, 0),
(80359, 694, 81, 'Harmonie', 507750200, 74321500, 0),
(80360, 694, 81, 'Harpen', 514982200, 72883100, 0),
(80361, 694, 81, 'Harth', 508389000, 74723300, 0),
(80362, 694, 81, 'Hartkopsbever', 511399900, 73564000, 0),
(80363, 694, 81, 'Harzheim', 505490800, 66867800, 0),
(80364, 694, 81, 'Hasenbach', 509062700, 76559200, 0),
(80365, 694, 81, 'Hasenkamp', 523050800, 89669900, 0),
(80366, 694, 81, 'Haspe', 513356400, 74297400, 0),
(80367, 694, 81, 'Hastenrath', 507905300, 62816900, 0),
(80368, 694, 81, 'Haufe', 513166700, 73500000, 0),
(80369, 694, 81, 'Hausmanns', 512000000, 69666700, 0),
(80370, 694, 81, 'Haver', 522302700, 86687100, 0),
(80371, 694, 81, 'Haverkamp', 515333300, 71166700, 0),
(80372, 694, 81, 'Hebborn', 510026300, 71294400, 0),
(80373, 694, 81, 'Heckhaus', 509465600, 73989900, 0),
(80374, 694, 81, 'Heedfeld', 512565000, 75853600, 0),
(80375, 694, 81, 'Heek', 521166700, 71000000, 0),
(80376, 694, 81, 'Hehn', 511836500, 63763600, 0),
(80377, 694, 81, 'Hehnerholt', 511835000, 64033500, 0),
(80378, 694, 81, 'Heidchen', 511006100, 72616400, 0),
(80379, 694, 81, 'Heiden', 509016200, 72468000, 0),
(80380, 694, 81, 'Heidkamp', 517119400, 62485700, 0),
(80381, 694, 81, 'Heidt', 511387100, 73084900, 0),
(80382, 694, 81, 'Heil', 516340200, 75854800, 0),
(80383, 694, 81, 'Heimer', 512324100, 64275200, 0),
(80384, 694, 81, 'Heine', 522550000, 75111300, 0),
(80385, 694, 81, 'Heister', 508569200, 73069800, 0),
(80386, 694, 81, 'Heistersiek', 521363200, 84815300, 0),
(80387, 694, 81, 'Helberg', 510682800, 76397400, 0),
(80388, 694, 81, 'Helden', 511163900, 79540400, 0),
(80389, 694, 81, 'Hellersen', 512019000, 76592800, 0),
(80390, 694, 81, 'Helmke', 513639600, 76242900, 0),
(80391, 694, 81, 'Hemden', 518780800, 65898200, 0),
(80392, 694, 81, 'Hemmer', 518666700, 76666700, 0),
(80393, 694, 81, 'Hengstenberg', 509518900, 75225100, 0),
(80394, 694, 81, 'Heppendorf', 509135000, 66374300, 0),
(80395, 694, 81, 'Herdt', 511767600, 63457800, 0),
(80396, 694, 81, 'Hergarten', 506212800, 65445600, 0),
(80397, 694, 81, 'Hestert', 513423300, 74380600, 0),
(80398, 694, 81, 'Hetterscheidt', 513367100, 69961700, 0),
(80399, 694, 81, 'Heumar', 509174800, 70814600, 0),
(80400, 694, 81, 'Hille', 523333300, 87500000, 0),
(80401, 694, 81, 'Himmelpforten', 514960200, 80094100, 0),
(80402, 694, 81, 'Hinsbeck', 513339700, 62808400, 0),
(80403, 694, 81, 'Hochmoor', 518976700, 70356000, 0),
(80404, 694, 81, 'Hoevel', 517026200, 77600400, 0),
(80405, 694, 81, 'Hoff', 508693900, 75866900, 0),
(80406, 694, 81, 'Hoge', 522397100, 85363100, 0),
(80407, 694, 81, 'Hohberg', 515344600, 79867800, 0),
(80408, 694, 81, 'Hohe', 509357800, 73220200, 0),
(80409, 694, 81, 'Hohenlimburg', 513596900, 75686100, 0),
(80410, 694, 81, 'Hohl', 509833300, 75333300, 0),
(80411, 694, 81, 'Hoisten', 511424200, 67050900, 0),
(80412, 694, 81, 'Holl', 509013000, 72926900, 0),
(80413, 694, 81, 'Holsen', 516933100, 77124000, 0),
(80414, 694, 81, 'Holte', 515041300, 73153000, 0),
(80415, 694, 81, 'Holter', 517245800, 77536000, 0),
(80416, 694, 81, 'Holthausen', 511761200, 68286700, 0),
(80417, 694, 81, 'Holtkamp', 519683700, 83977300, 0),
(80418, 694, 81, 'Holtmar', 517381800, 80032500, 0),
(80419, 694, 81, 'Holzmarkt', 509311400, 71765200, 0),
(80420, 694, 81, 'Hommerich', 510057100, 72841300, 0),
(80421, 694, 81, 'Honrath', 509075800, 72503800, 0),
(80422, 694, 81, 'Honsel', 513546100, 76058300, 0),
(80423, 694, 81, 'Hopsten', 523833300, 76166700, 0),
(80424, 694, 81, 'Horrem', 509134200, 67066400, 0),
(80425, 694, 81, 'Horstel', 522976300, 75838200, 0),
(80426, 694, 81, 'Horsterbruch', 515333300, 67333300, 0),
(80427, 694, 81, 'Hostel', 506004900, 66110600, 0),
(80428, 694, 81, 'Huchel', 507318900, 73483900, 0),
(80429, 694, 81, 'Huckingen', 513719600, 67487500, 0),
(80430, 694, 81, 'Hulvershorn', 511727200, 74829400, 0),
(80431, 694, 81, 'Hurst', 507938200, 76419500, 0),
(80432, 694, 81, 'Hurtgenwald', 507166700, 63666700, 0),
(80433, 694, 81, 'Huscheid', 510840700, 70395200, 0),
(80434, 694, 81, 'Im Berge', 520000000, 85500000, 0),
(80435, 694, 81, 'Im Klauberg', 511833300, 71000000, 0),
(80436, 694, 81, 'Im Loh', 523524000, 86705000, 0),
(80437, 694, 81, 'Inden', 508666700, 63666700, 0),
(80438, 694, 81, 'Ingenfeld', 510448600, 66275900, 0),
(80439, 694, 81, 'Ippendorf', 506984200, 70839100, 0),
(80440, 694, 81, 'Isselburg', 518323200, 64642800, 0),
(80441, 694, 81, 'Jakobi', 515578000, 80984500, 0),
(80442, 694, 81, 'Johannesberg', 510617800, 72802000, 0),
(80443, 694, 81, 'Juchenerbroich', 511072600, 65143700, 0),
(80444, 694, 81, 'Kaiserau', 515657600, 76167900, 0),
(80445, 694, 81, 'Kaiserswerth', 513014700, 67362400, 0),
(80446, 694, 81, 'Kalkar', 505971500, 67726400, 0),
(80447, 694, 81, 'Kalksbeck', 519325400, 71875500, 0),
(80448, 694, 81, 'Kall', 505500000, 65500000, 0),
(80449, 694, 81, 'Kallenbach', 517563600, 69570400, 0),
(80450, 694, 81, 'Kappenberg', 521836200, 88127200, 0),
(80451, 694, 81, 'Karstrasse', 513422800, 62895100, 0),
(80452, 694, 81, 'Kaster', 510069200, 65612800, 0),
(80453, 694, 81, 'Kattmannskamp', 520952100, 78062400, 0),
(80454, 694, 81, 'Kemmerich', 510124300, 73392300, 0),
(80455, 694, 81, 'Kemna', 512535900, 72674800, 0),
(80456, 694, 81, 'Kierdorf', 508411000, 67885000, 0),
(80457, 694, 81, 'Kindt', 512730800, 62389000, 0),
(80458, 694, 81, 'Kipper', 513333300, 74000000, 0),
(80459, 694, 81, 'Kirchhundem', 511000000, 81000000, 0),
(80460, 694, 81, 'Klagebach', 512465500, 75455000, 0),
(80461, 694, 81, 'Klei', 515647400, 78127700, 0),
(80462, 694, 81, 'Klinkhammer', 512791100, 62747200, 0),
(80463, 694, 81, 'Kluse', 512166700, 70666700, 0),
(80464, 694, 81, 'Knolle', 522187700, 85999000, 0),
(80465, 694, 81, 'Koeln-Porz', 508888000, 70570700, 0),
(80466, 694, 81, 'Kohlberg', 508234600, 76553200, 0),
(80467, 694, 81, 'Kragau', 510166700, 72000000, 0),
(80468, 694, 81, 'Kreitz', 511698400, 66509300, 0),
(80469, 694, 81, 'Krell', 522219200, 87478600, 0),
(80470, 694, 81, 'Kuchem', 508255100, 74253000, 0),
(80471, 694, 81, 'Kufferath', 507515800, 64648800, 0),
(80472, 694, 81, 'Kuhlendahl', 513202900, 70974800, 0),
(80473, 694, 81, 'Kulle', 511363900, 70572800, 0),
(80474, 694, 81, 'Kunsebeck', 520384000, 83822400, 0),
(80475, 694, 81, 'Laach', 510822300, 65693100, 0),
(80476, 694, 81, 'Laar', 512294300, 62080900, 0),
(80477, 694, 81, 'Lahde', 523705800, 89995400, 0),
(80478, 694, 81, 'Langweiler', 508745500, 62402300, 0),
(80479, 694, 81, 'Lankern', 517765700, 66163300, 0),
(80480, 694, 81, 'Lassbruch', 521118800, 90484400, 0),
(80481, 694, 81, 'Laubenkolonie', 510000000, 68833300, 0),
(80482, 694, 81, 'Laubke', 520156600, 88802600, 0),
(80483, 694, 81, 'Lauenscheiderohl', 512407000, 75451400, 0),
(80484, 694, 81, 'Leidenhausen', 508963600, 70971700, 0),
(80485, 694, 81, 'Leimweg', 520551900, 81959900, 0),
(80486, 694, 81, 'Lenkerbeck', 516693800, 71667000, 0),
(80487, 694, 81, 'Leopoldshohe', 520124600, 86983400, 0),
(80488, 694, 81, 'Lerche', 516216900, 77108600, 0),
(80489, 694, 81, 'Leubeck', 513166700, 69833300, 0),
(80490, 694, 81, 'Leuth', 513374800, 62291300, 0),
(80491, 694, 81, 'Leven', 517088500, 72946900, 0),
(80492, 694, 81, 'Levern', 523738000, 84548700, 0),
(80493, 694, 81, 'Liemke', 518778500, 85989900, 0),
(80494, 694, 81, 'Lind', 508493800, 71017800, 0),
(80495, 694, 81, 'Lindern', 509969300, 62105700, 0),
(80496, 694, 81, 'Linnich', 509800200, 62704900, 0),
(80497, 694, 81, 'Lintorf', 513368000, 68312200, 0),
(80498, 694, 81, 'Lipp', 509962000, 65631300, 0),
(80499, 694, 81, 'Lohn', 508571000, 62935000, 0),
(80500, 694, 81, 'Luchtenberg', 510819400, 61600100, 0),
(80501, 694, 81, 'Lugde', 519582800, 92470600, 0),
(80502, 694, 81, 'Mackenstein', 512252200, 63241000, 0),
(80503, 694, 81, 'Mahlberg', 505104600, 68096800, 0),
(80504, 694, 81, 'Mallinkrodt', 514005200, 73616700, 0),
(80505, 694, 81, 'Manheim', 508819200, 65980300, 0),
(80506, 694, 81, 'Marbeck', 518143300, 68999400, 0),
(80507, 694, 81, 'Marienburg', 509009800, 69740900, 0),
(80508, 694, 81, 'Marienheide', 510831700, 75308700, 0),
(80509, 694, 81, 'Marmagen', 504770800, 65782100, 0),
(80510, 694, 81, 'Marsberg', 514617100, 88494900, 0),
(80511, 694, 81, 'Marsdorf', 509203500, 68501500, 0),
(80512, 694, 81, 'Marten', 515134200, 73765500, 0),
(80513, 694, 81, 'Matilge', 522464400, 84907700, 0),
(80514, 694, 81, 'May', 513352400, 62341500, 0),
(80515, 694, 81, 'Mechernich', 505930400, 66522400, 0),
(80516, 694, 81, 'Meggen', 511264200, 80702400, 0),
(80517, 694, 81, 'Mehlem', 506588500, 71888000, 0),
(80518, 694, 81, 'Mehrum', 515751700, 66255500, 0),
(80519, 694, 81, 'Meisenburg', 513833300, 69333300, 0),
(80520, 694, 81, 'Meiswinkel', 509347000, 79470300, 0),
(80521, 694, 81, 'Melaten', 507857700, 60483800, 0),
(80522, 694, 81, 'Melbergen', 522022400, 87811000, 0),
(80523, 694, 81, 'Mengede', 515724600, 73839200, 0),
(80524, 694, 81, 'Menzel', 515243900, 84092000, 0),
(80525, 694, 81, 'Merheim', 509464000, 70465600, 0),
(80526, 694, 81, 'Merten', 507672500, 73961600, 0),
(80527, 694, 81, 'Merzenich', 506674900, 66348000, 0),
(80528, 694, 81, 'Metten', 523033600, 78412400, 0),
(80529, 694, 81, 'Mettingen', 523166700, 77833300, 0),
(80530, 694, 81, 'Middendorf', 521802500, 76078900, 0),
(80531, 694, 81, 'Miebach', 509810700, 74194500, 0),
(80532, 694, 81, 'Mierscheid', 507485600, 74498700, 0),
(80533, 694, 81, 'Millich', 510578300, 61999800, 0),
(80534, 694, 81, 'Mongshof', 511175900, 64524200, 0),
(80535, 694, 81, 'Morsenbroich', 512515700, 68032500, 0),
(80536, 694, 81, 'Mulsborn', 513288200, 82327600, 0),
(80537, 694, 81, 'Mundt', 510177800, 64471400, 0),
(80538, 694, 81, 'Mungersdorf', 509351700, 68619900, 0),
(80539, 694, 81, 'Munte', 511066500, 73917600, 0),
(80540, 694, 81, 'Muschede', 514048700, 79997300, 0),
(80541, 694, 81, 'Nachrodt', 513380600, 76371900, 0),
(80542, 694, 81, 'Nammen', 522495600, 89947100, 0),
(80543, 694, 81, 'Natorper Chaussee', 515166700, 76166700, 0),
(80544, 694, 81, 'Neesener Hagerei', 522500000, 89333300, 0),
(80545, 694, 81, 'Netphen', 509166700, 81000000, 0),
(80546, 694, 81, 'Nette', 512957100, 76808400, 0),
(80547, 694, 81, 'Netter', 520218500, 72524200, 0),
(80548, 694, 81, 'Neuenbeken', 517472300, 88482900, 0),
(80549, 694, 81, 'Neuenhaus', 509636000, 75733400, 0),
(80550, 694, 81, 'Neustrasse', 513274500, 62752800, 0),
(80551, 694, 81, 'Nideggen', 506926800, 64843700, 0),
(80552, 694, 81, 'Niederaussem', 509836200, 66695100, 0),
(80553, 694, 81, 'Niederbreidenbach', 508849800, 74826300, 0),
(80554, 694, 81, 'Niederheid', 509791300, 61186000, 0),
(80555, 694, 81, 'Nieheim', 518049900, 91130200, 0),
(80556, 694, 81, 'Nieukerk', 514565200, 63731900, 0),
(80557, 694, 81, 'Nordborchen', 516703600, 87261300, 0),
(80558, 694, 81, 'Numbrecht', 509000000, 75500000, 0),
(80559, 694, 81, 'Obel', 512333300, 61500000, 0),
(80560, 694, 81, 'Ober Buschhausen', 512174500, 74514800, 0),
(80561, 694, 81, 'Oberasbach', 509059400, 76992800, 0),
(80562, 694, 81, 'Oberbruch', 510591300, 61437600, 0),
(80563, 694, 81, 'Obergartzem', 506361000, 67011400, 0),
(80564, 694, 81, 'Oberrahmede', 512481700, 76196000, 0),
(80565, 694, 81, 'Ochtrup', 522080200, 71898800, 0),
(80566, 694, 81, 'Oedekoven', 507205300, 70177000, 0),
(80567, 694, 81, 'Oeding', 519377000, 68067600, 0),
(80568, 694, 81, 'Oester', 519294200, 81446100, 0),
(80569, 694, 81, 'Oeventrop', 513926700, 81386400, 0),
(80570, 694, 81, 'Oeynhausen', 518138200, 90522200, 0),
(80571, 694, 81, 'Ohle', 512364700, 78332000, 0),
(80572, 694, 81, 'Ohligs', 511500000, 70000000, 0),
(80573, 694, 81, 'Orath', 510937600, 62997800, 0),
(80574, 694, 81, 'Ortsmannsheide', 513367200, 65186200, 0),
(80575, 694, 81, 'Ossenberg', 515703300, 65836200, 0),
(80576, 694, 81, 'Ostbevern', 520500000, 78500000, 0),
(80577, 694, 81, 'Ostburenerheide', 515089900, 77732600, 0),
(80578, 694, 81, 'Ostendorf', 514875000, 76519900, 0),
(80579, 694, 81, 'Osterath', 512692800, 66173600, 0),
(80580, 694, 81, 'Osterloh', 518084800, 85756800, 0),
(80581, 694, 81, 'Overbeck', 521530800, 77366100, 0),
(80582, 694, 81, 'Pauli', 515518700, 81074000, 0),
(80583, 694, 81, 'Peckeloh', 520181700, 81228400, 0),
(80584, 694, 81, 'Pentling', 515929600, 78722600, 0),
(80585, 694, 81, 'Pesch', 505316900, 66878300, 0),
(80586, 694, 81, 'Pescher Engbruck', 511922600, 65454400, 0),
(80587, 694, 81, 'Petershagen', 523751300, 89653800, 0),
(80588, 694, 81, 'Pieper', 512833300, 62333300, 0),
(80589, 694, 81, 'Pier', 508620800, 63972000, 0),
(80590, 694, 81, 'Pierburg', 513833300, 69500000, 0),
(80591, 694, 81, 'Pingsheim', 507997700, 66929700, 0),
(80592, 694, 81, 'Poll', 507825700, 66673100, 0),
(80593, 694, 81, 'Pollhans', 519000000, 86166700, 0),
(80594, 694, 81, 'Pont', 514911800, 62962600, 0),
(80595, 694, 81, 'Poppinghausen', 515795200, 72671100, 0),
(80596, 694, 81, 'Pothen', 514166700, 74000000, 0),
(80597, 694, 81, 'Potthof', 520333300, 81333300, 0),
(80598, 694, 81, 'Provenholz', 515887300, 85126300, 0),
(80599, 694, 81, 'Puhl', 508899800, 75946900, 0),
(80600, 694, 81, 'Quirrenbach', 506824800, 73170700, 0),
(80601, 694, 81, 'Rahden', 524336700, 86126300, 0),
(80602, 694, 81, 'Rahm', 513502000, 67821500, 0),
(80603, 694, 81, 'Ramershoven', 506424900, 69655900, 0),
(80604, 694, 81, 'Randerath', 510166600, 61736400, 0),
(80605, 694, 81, 'Rath', 507045500, 64688300, 0),
(80606, 694, 81, 'Ratherbruch', 512578700, 68165700, 0),
(80607, 694, 81, 'Raumland', 510287200, 83762700, 0),
(80608, 694, 81, 'Ravenstein', 507412600, 73956900, 0),
(80609, 694, 81, 'Recke', 523833300, 77166700, 0),
(80610, 694, 81, 'Reisholz', 511769600, 68593300, 0),
(80611, 694, 81, 'Remshagen', 510210800, 74219500, 0),
(80612, 694, 81, 'Renne', 512333300, 63333300, 0),
(80613, 694, 81, 'Rheda', 518583700, 82838600, 0),
(80614, 694, 81, 'Rhede', 518353700, 66960200, 0),
(80615, 694, 81, 'Rheindahlen', 511497800, 63620400, 0),
(80616, 694, 81, 'Rhynern', 516302200, 78559100, 0),
(80617, 694, 81, 'Richterich', 508087000, 60608100, 0),
(80618, 694, 81, 'Riesenbeck', 522607600, 76270000, 0),
(80619, 694, 81, 'Ringel', 521312500, 78445200, 0),
(80620, 694, 81, 'Ringenberg', 517414800, 66112800, 0),
(80621, 694, 81, 'Rinnen', 505115600, 65411200, 0),
(80622, 694, 81, 'Rockel', 520498200, 72765800, 0),
(80623, 694, 81, 'Roder', 504648600, 65315300, 0),
(80624, 694, 81, 'Roisdorf', 507553600, 70095400, 0),
(80625, 694, 81, 'Rolfzen', 518481900, 91445700, 0),
(80626, 694, 81, 'Rommel', 513546400, 71409600, 0),
(80627, 694, 81, 'Rondorf', 508717300, 69547300, 0),
(80628, 694, 81, 'Ronsdorf', 512287100, 72000800, 0),
(80629, 694, 81, 'Rosellen', 511350900, 67270700, 0),
(80630, 694, 81, 'Rothe', 516498800, 92696000, 0),
(80631, 694, 81, 'Rumswinkel', 514166700, 68500000, 0),
(80632, 694, 81, 'Rurich', 510141900, 62719500, 0),
(80633, 694, 81, 'Ruth', 504712200, 65417800, 0),
(80634, 694, 81, 'Ruthen', 514909000, 84359600, 0),
(80635, 694, 81, 'Ruttscheid', 506935600, 72713900, 0),
(80636, 694, 81, 'Sabstatte', 520483000, 69514500, 0),
(80637, 694, 81, 'Sange', 511600700, 79415100, 0),
(80638, 694, 81, 'Sanssouci', 513527400, 78765700, 0),
(80639, 694, 81, 'Sassenbach', 511035300, 74019600, 0),
(80640, 694, 81, 'Sasserath', 504771200, 68235100, 0),
(80641, 694, 81, 'Sassmannshausen', 509508700, 83715100, 0),
(80642, 694, 81, 'Sauerbruch', 513166700, 73000000, 0),
(80643, 694, 81, 'Saurenhaus', 512598500, 70881700, 0),
(80644, 694, 81, 'Schanz', 510524700, 61724200, 0),
(80645, 694, 81, 'Scharmede', 517160700, 86277000, 0),
(80646, 694, 81, 'Scheel', 510518400, 74393700, 0),
(80647, 694, 81, 'Scheven', 505585800, 65907000, 0),
(80648, 694, 81, 'Schiefbahn', 512416000, 65391400, 0),
(80649, 694, 81, 'Schier', 512174000, 62525100, 0),
(80650, 694, 81, 'Schierholz', 522000000, 85166700, 0),
(80651, 694, 81, 'Schmalenbach', 511924600, 74705500, 0),
(80652, 694, 81, 'Schmitten', 508763600, 73170200, 0),
(80653, 694, 81, 'Schneppenheim', 507075600, 68508800, 0),
(80654, 694, 81, 'Schnorrenberg', 508034000, 68801500, 0),
(80655, 694, 81, 'Scholler', 512454600, 70305800, 0),
(80656, 694, 81, 'Schotmar', 520701700, 87543000, 0),
(80657, 694, 81, 'Schreck', 508254700, 72791100, 0),
(80658, 694, 81, 'Schutzheide', 507333300, 62166700, 0),
(80659, 694, 81, 'Schwalenberg', 518666700, 92000000, 0),
(80660, 694, 81, 'Schwammenauel', 506328700, 64451100, 0),
(80661, 694, 81, 'Schweicheln', 521500000, 86666700, 0),
(80662, 694, 81, 'Schwenke', 511914800, 74374900, 0),
(80663, 694, 81, 'Seelscheid', 508735300, 73254000, 0),
(80664, 694, 81, 'Selbeck', 513674800, 68624200, 0),
(80665, 694, 81, 'Selfkant', 510221200, 59297800, 0),
(80666, 694, 81, 'Sellen', 521667200, 73153600, 0),
(80667, 694, 81, 'Senne', 518701100, 86904800, 0),
(80668, 694, 81, 'Siebels', 511500000, 70166700, 0),
(80669, 694, 81, 'Siersdorf', 508982700, 62268400, 0),
(80670, 694, 81, 'Simmerath', 506000000, 63000000, 0),
(80671, 694, 81, 'Sinnersdorf', 510244500, 68178700, 0),
(80672, 694, 81, 'Sinningen', 521888800, 75726700, 0),
(80673, 694, 81, 'Sodingen', 515388500, 72551600, 0),
(80674, 694, 81, 'Soller', 505043300, 68551600, 0),
(80675, 694, 81, 'Somborn', 514894200, 73346900, 0),
(80676, 694, 81, 'Sommerhausen', 508890400, 73853500, 0),
(80677, 694, 81, 'Sonne', 511107300, 72308400, 0),
(80678, 694, 81, 'Spelsberg', 512014400, 71887300, 0),
(80679, 694, 81, 'Spich', 508274400, 71177500, 0),
(80680, 694, 81, 'Spiel', 509780600, 64102300, 0),
(80681, 694, 81, 'Spielbrink', 513516400, 74096000, 0),
(80682, 694, 81, 'Sprockhovel', 513466900, 72434300, 0),
(80683, 694, 81, 'Staden', 523869000, 76234800, 0),
(80684, 694, 81, 'Stadtbezirk 07', 512369000, 68641700, 0),
(80685, 694, 81, 'Stadtbezirk 10', 511489000, 68952800, 0),
(80686, 694, 81, 'Stakerseite', 512166700, 66166700, 0),
(80687, 694, 81, 'Steckenborn', 506298300, 63564900, 0),
(80688, 694, 81, 'Stegh', 509349700, 61200600, 0),
(80689, 694, 81, 'Steinacker', 509629400, 71967300, 0),
(80690, 694, 81, 'Steinhagen', 520000000, 84000000, 0),
(80691, 694, 81, 'Steinhaus', 510348800, 71665300, 0),
(80692, 694, 81, 'Steinkamp', 522323500, 88259000, 0),
(80693, 694, 81, 'Sterzenbach', 507553100, 74704800, 0),
(80694, 694, 81, 'Stich', 508098300, 62513000, 0),
(80695, 694, 81, 'Sticht', 511773800, 75405000, 0),
(80696, 694, 81, 'Stieg', 512833300, 61833300, 0),
(80697, 694, 81, 'Stieghorst', 520024200, 85931900, 0),
(80698, 694, 81, 'Straeten', 510136500, 60918300, 0),
(80699, 694, 81, 'Strass', 507415000, 64303200, 0),
(80700, 694, 81, 'Strick', 508459400, 77192400, 0),
(80701, 694, 81, 'Strotheide', 521205000, 86338600, 0),
(80702, 694, 81, 'Struck', 511702500, 72202700, 0),
(80703, 694, 81, 'Stukenbrock', 519114000, 86559400, 0),
(80704, 694, 81, 'Stumpf', 511027500, 72202800, 0),
(80705, 694, 81, 'Stuttinghausen', 512101400, 75906700, 0),
(80706, 694, 81, 'Suchteln', 512874400, 63665800, 0),
(80707, 694, 81, 'Sudbrack', 520333300, 85333300, 0),
(80708, 694, 81, 'Sudbrock', 522059200, 86098700, 0),
(80709, 694, 81, 'Sudhoff', 518666700, 76000000, 0),
(80710, 694, 81, 'Sundwig', 513768300, 77700400, 0),
(80711, 694, 81, 'Tecklenburg', 522195700, 78135700, 0),
(80712, 694, 81, 'Temming', 520161200, 74044100, 0),
(80713, 694, 81, 'Tente', 511204400, 71897300, 0),
(80714, 694, 81, 'Teveren', 509535900, 60802700, 0),
(80715, 694, 81, 'Theegarten', 511760800, 71110100, 0),
(80716, 694, 81, 'Thenhausen', 520975400, 85933700, 0),
(80717, 694, 81, 'Thoma', 515677000, 81301000, 0),
(80718, 694, 81, 'Thule', 517080900, 85872400, 0),
(80719, 694, 81, 'Tilbeck', 519422200, 74424900, 0),
(80720, 694, 81, 'Tindeln', 515707900, 87074000, 0),
(80721, 694, 81, 'Tintrup', 519141000, 90566000, 0),
(80722, 694, 81, 'Tipp', 520509100, 88536900, 0),
(80723, 694, 81, 'Todheide', 520777100, 85906200, 0),
(80724, 694, 81, 'Tollhausen', 509465800, 65272800, 0),
(80725, 694, 81, 'Tonisvorst', 513209200, 64941200, 0),
(80726, 694, 81, 'Tripsrath', 509971900, 61252800, 0),
(80727, 694, 81, 'Trupbach', 508918600, 79823700, 0),
(80728, 694, 81, 'Tuddern', 510142900, 59023200, 0),
(80729, 694, 81, 'Ubach-Palenberg', 509333300, 61166700, 0),
(80730, 694, 81, 'Uedem', 516666700, 63000000, 0),
(80731, 694, 81, 'Uffeln', 521747700, 88783300, 0),
(80732, 694, 81, 'Uhlenbrock', 520324800, 75705300, 0),
(80733, 694, 81, 'Uhlenbruch', 513038400, 72513900, 0),
(80734, 694, 81, 'Ulenburg', 522266900, 86889300, 0),
(80735, 694, 81, 'Ulzen', 515424500, 77239300, 0),
(80736, 694, 81, 'Ummingen', 514628600, 72966800, 0),
(80737, 694, 81, 'Unterbauerschaft', 517166700, 66500000, 0),
(80738, 694, 81, 'Uphusen', 517667800, 72080000, 0),
(80739, 694, 81, 'Urbach', 508831900, 70767300, 0),
(80740, 694, 81, 'Ursel', 516562700, 64087000, 0),
(80741, 694, 81, 'Utfort', 514709900, 66273300, 0),
(80742, 694, 81, 'Valbert', 511212000, 77544400, 0),
(80743, 694, 81, 'Veen', 516139200, 64556200, 0),
(80744, 694, 81, 'Venn', 511832400, 62557300, 0),
(80745, 694, 81, 'Venne', 518513200, 75499400, 0),
(80746, 694, 81, 'Versmold', 520400900, 81527200, 0),
(80747, 694, 81, 'Verth', 519878000, 77934800, 0),
(80748, 694, 81, 'Vierlinden', 515401800, 67255100, 0),
(80749, 694, 81, 'Vlotho', 521653000, 88599600, 0),
(80750, 694, 81, 'Vluyn', 514379600, 65315200, 0),
(80751, 694, 81, 'Vockert', 511439400, 70755600, 0),
(80752, 694, 81, 'Vogelsrath', 512330100, 62702800, 0),
(80753, 694, 81, 'Vohwinkel', 512333300, 71500000, 0),
(80754, 694, 81, 'Volkenrath', 507979600, 62846800, 0),
(80755, 694, 81, 'Volmerdingsen', 522522200, 87818300, 0),
(80756, 694, 81, 'Volmerswerth', 511869200, 67640200, 0),
(80757, 694, 81, 'Vorhalle', 513830600, 74349500, 0),
(80758, 694, 81, 'Vossen', 522068000, 88618000, 0),
(80759, 694, 81, 'Wachtendonk', 514091600, 63389400, 0),
(80760, 694, 81, 'Wahn', 508351800, 72960000, 0),
(80761, 694, 81, 'Walheim', 507069600, 61779000, 0),
(80762, 694, 81, 'Wallach', 515961200, 65722700, 0),
(80763, 694, 81, 'Walstedde', 517611100, 77935400, 0),
(80764, 694, 81, 'Walterscheid', 508827600, 74163000, 0),
(80765, 694, 81, 'Wankum', 514007800, 63069500, 0),
(80766, 694, 81, 'Wanne', 514361400, 75000000, 0),
(80767, 694, 81, 'Warstein', 514448800, 83485100, 0),
(80768, 694, 81, 'Warth', 507690400, 73018700, 0),
(80769, 694, 81, 'Wasserstrang', 518333300, 86833300, 0),
(80770, 694, 81, 'Wehl', 511357400, 66760800, 0),
(80771, 694, 81, 'Weidenpesch', 509836900, 69447300, 0),
(80772, 694, 81, 'Weine', 515410900, 85244500, 0),
(80773, 694, 81, 'Weisweiler', 508283800, 63173100, 0),
(80774, 694, 81, 'Weitmar', 514546800, 71930400, 0),
(80775, 694, 81, 'Welper', 514100800, 72046100, 0),
(80776, 694, 81, 'Welte', 518740400, 72347800, 0),
(80777, 694, 81, 'Welz', 509600500, 62586000, 0),
(80778, 694, 81, 'Wendung', 511666700, 71500000, 0),
(80779, 694, 81, 'Werden', 513882900, 70030700, 0),
(80780, 694, 81, 'Werth', 507810900, 62857200, 0),
(80781, 694, 81, 'Weseke', 519082200, 68554000, 0),
(80782, 694, 81, 'Wessendorf', 517830600, 70150200, 0),
(80783, 694, 81, 'Westen', 512097600, 71750200, 0),
(80784, 694, 81, 'Wetten', 515701400, 62914000, 0),
(80785, 694, 81, 'Wichterich', 507076900, 67394000, 0),
(80786, 694, 81, 'Wickrath', 511313500, 64083200, 0),
(80787, 694, 81, 'Wiederstein', 507776400, 80404200, 0),
(80788, 694, 81, 'Wiehagen', 511469500, 73164000, 0),
(80789, 694, 81, 'Wildenrath', 511260100, 61908500, 0),
(80790, 694, 81, 'Willebadessen', 516256400, 90369400, 0),
(80791, 694, 81, 'Wisskirchen', 506497800, 67364500, 0),
(80792, 694, 81, 'Wittekindshof', 522580700, 87882600, 0),
(80793, 694, 81, 'Wobbel', 518983700, 91020000, 0),
(80794, 694, 81, 'Wocklum', 513421100, 78882800, 0),
(80795, 694, 81, 'Wolfhagen', 511224700, 69253400, 0),
(80796, 694, 81, 'Worm', 508879000, 60803300, 0),
(80797, 694, 81, 'Wormeln', 514732000, 91321900, 0),
(80798, 694, 81, 'Wunnenberg', 515200200, 86993400, 0),
(80799, 694, 81, 'Wurm', 509919000, 61791700, 0),
(80800, 694, 81, 'Wurselen', 508180900, 61347000, 0),
(80801, 694, 81, 'Xanten', 516587700, 64529700, 0),
(80802, 694, 81, 'Zeppenfeld', 507834700, 80266700, 0),
(80803, 694, 81, 'Zulpich', 506944700, 66541400, 0),
(80804, 694, 81, 'Zweibruggen', 509357700, 61019800, 0),
(80805, 695, 81, 'Aach', 497833300, 66000000, 0),
(80806, 695, 81, 'Abenheim', 496761200, 82839200, 0),
(80807, 695, 81, 'Abentheuer', 496500000, 71000000, 0),
(80808, 695, 81, 'Acht', 503666700, 70666700, 0),
(80809, 695, 81, 'Adenau', 503823800, 69329100, 0),
(80810, 695, 81, 'Ahlbach', 506554000, 75141100, 0),
(80811, 695, 81, 'Ahrweiler', 505416900, 70954900, 0),
(80812, 695, 81, 'Almersbach', 506833300, 76333300, 0),
(80813, 695, 81, 'Altenahr', 505169400, 69920600, 0),
(80814, 695, 81, 'Andel', 499082400, 70416100, 0),
(80815, 695, 81, 'Appenheim', 499300000, 80333300, 0),
(80816, 695, 81, 'Atzelgift', 507000000, 78333300, 0),
(80817, 695, 81, 'Backhaus', 508241200, 78829800, 0),
(80818, 695, 81, 'Bad Bergzabern', 491024500, 80009200, 0),
(80819, 695, 81, 'Bad Breisig', 505052300, 72886100, 0),
(80820, 695, 81, 'Bad Neuenahr', 505448400, 71338600, 0),
(80821, 695, 81, 'Bann', 493833300, 76166700, 0),
(80822, 695, 81, 'Bassenheim', 503666700, 74666700, 0),
(80823, 695, 81, 'Battenberg', 495319300, 81371400, 0),
(80824, 695, 81, 'Baumbach', 504500000, 77166700, 0),
(80825, 695, 81, 'Baumholder', 496173800, 73338100, 0),
(80826, 695, 81, 'Bechhofen', 493500000, 74000000, 0),
(80827, 695, 81, 'Bedesbach', 495666700, 74666700, 0),
(80828, 695, 81, 'Beilstein', 501166700, 72500000, 0),
(80829, 695, 81, 'Beindersheim', 495605600, 83194400, 0),
(80830, 695, 81, 'Bellheim', 491983300, 82794400, 0),
(80831, 695, 81, 'Berlingen', 502389400, 67193400, 0),
(80832, 695, 81, 'Bettendorf', 502333300, 78666700, 0),
(80833, 695, 81, 'Betzemerhof', 502344800, 74189800, 0),
(80834, 695, 81, 'Beul', 507280400, 76283200, 0),
(80835, 695, 81, 'Birken', 506363400, 73675000, 0),
(80836, 695, 81, 'Blankenrath', 500333300, 73166700, 0),
(80837, 695, 81, 'Bobenheim', 495933300, 83577800, 0),
(80838, 695, 81, 'Bobingen', 492844400, 82366700, 0),
(80839, 695, 81, 'Bockenheim', 496066900, 81848600, 0),
(80840, 695, 81, 'Bohl', 493830600, 82969400, 0),
(80841, 695, 81, 'Bolanden', 496391700, 80119400, 0),
(80842, 695, 81, 'Boos', 498000000, 77166700, 0),
(80843, 695, 81, 'Borsborn', 494333300, 74000000, 0),
(80844, 695, 81, 'Brachbach', 508166700, 79333300, 0),
(80845, 695, 81, 'Braubach', 502736000, 76450800, 0),
(80846, 695, 81, 'Brauweiler', 498166700, 75000000, 0),
(80847, 695, 81, 'Brecht', 499833300, 64333300, 0),
(80848, 695, 81, 'Breitscheid', 500500000, 77000000, 0),
(80849, 695, 81, 'Bremm', 501000000, 71166700, 0),
(80850, 695, 81, 'Brenk', 504333300, 71833300, 0),
(80851, 695, 81, 'Bretzenheim', 498666700, 79000000, 0),
(80852, 695, 81, 'Brey', 502666700, 76333300, 0),
(80853, 695, 81, 'Brieden', 501833300, 72666700, 0),
(80854, 695, 81, 'Brohl', 502190900, 72794700, 0),
(80855, 695, 81, 'Bruch', 499500000, 67833300, 0),
(80856, 695, 81, 'Bruchhausen', 506000000, 72500000, 0),
(80857, 695, 81, 'Brunken', 507371300, 77646900, 0),
(80858, 695, 81, 'Bruschied', 498333300, 74000000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(80859, 695, 81, 'Budesheim', 499489000, 79134600, 0),
(80860, 695, 81, 'Burg Layen', 499299000, 78651800, 0),
(80861, 695, 81, 'Burgbrohl', 504500000, 72833300, 0),
(80862, 695, 81, 'Burgfeld', 493333300, 84166700, 0),
(80863, 695, 81, 'Burtscheid', 497333300, 69500000, 0),
(80864, 695, 81, 'Clausen', 492607500, 76773000, 0),
(80865, 695, 81, 'Cochem', 501451100, 71637900, 0),
(80866, 695, 81, 'Cond', 500833300, 71666700, 0),
(80867, 695, 81, 'Contwig', 492500000, 74333300, 0),
(80868, 695, 81, 'Cronenberg', 496500000, 76166700, 0),
(80869, 695, 81, 'Dahn', 491509800, 77784300, 0),
(80870, 695, 81, 'Dalsheim', 496635700, 82069700, 0),
(80871, 695, 81, 'Dambach', 496333300, 71333300, 0),
(80872, 695, 81, 'Dannstadt', 494250000, 83175000, 0),
(80873, 695, 81, 'Darstein', 491500000, 78833300, 0),
(80874, 695, 81, 'Dattenberg', 505536200, 72939300, 0),
(80875, 695, 81, 'Dernbach', 492472200, 80052800, 0),
(80876, 695, 81, 'Dexheim', 498472200, 83166700, 0),
(80877, 695, 81, 'Dickenschied', 499000000, 74166700, 0),
(80878, 695, 81, 'Dieblich', 503166700, 74666700, 0),
(80879, 695, 81, 'Diefenbach', 500333300, 69500000, 0),
(80880, 695, 81, 'Dienheim', 498372200, 83497200, 0),
(80881, 695, 81, 'Dies', 503532500, 78677600, 0),
(80882, 695, 81, 'Dill', 499166700, 73500000, 0),
(80883, 695, 81, 'Ditscheid', 503000000, 70666700, 0),
(80884, 695, 81, 'Dockweiler', 502500000, 67833300, 0),
(80885, 695, 81, 'Dohm', 502666700, 66666700, 0),
(80886, 695, 81, 'Dohr', 501333300, 71166700, 0),
(80887, 695, 81, 'Dornbach', 496146400, 77922400, 0),
(80888, 695, 81, 'Dorsheim', 499166700, 78666700, 0),
(80889, 695, 81, 'Dottingen', 503562800, 70040200, 0),
(80890, 695, 81, 'Drahtzug', 495197600, 81021700, 0),
(80891, 695, 81, 'Drees', 503500000, 70000000, 0),
(80892, 695, 81, 'Driesch', 501343400, 70210700, 0),
(80893, 695, 81, 'Dungenheim', 502666700, 71666700, 0),
(80894, 695, 81, 'Echternacherbruck', 498166700, 64333300, 0),
(80895, 695, 81, 'Eckelsheim', 498000000, 79833300, 0),
(80896, 695, 81, 'Edingen', 498148300, 64906500, 0),
(80897, 695, 81, 'Ehrenbreitstein', 503601200, 76201300, 0),
(80898, 695, 81, 'Ehrenthal', 501719000, 76752800, 0),
(80899, 695, 81, 'Ehringhausen', 505124000, 78961000, 0),
(80900, 695, 81, 'Eichen', 506333300, 75333300, 0),
(80901, 695, 81, 'Eisenbach', 494966400, 74554100, 0),
(80902, 695, 81, 'Eller', 501010300, 71432600, 0),
(80903, 695, 81, 'Ellern', 499817100, 76437800, 0),
(80904, 695, 81, 'Ellerstadt', 494616700, 82594400, 0),
(80905, 695, 81, 'Engelsberg', 500239900, 70287800, 0),
(80906, 695, 81, 'Engers', 504310600, 75441500, 0),
(80907, 695, 81, 'Ensch', 498333300, 68333300, 0),
(80908, 695, 81, 'Eppstein', 495070400, 83322200, 0),
(80909, 695, 81, 'Erden', 499833300, 70166700, 0),
(80910, 695, 81, 'Erzenhausen', 495000000, 76166700, 0),
(80911, 695, 81, 'Fahr', 504474400, 74205000, 0),
(80912, 695, 81, 'Feil', 497749200, 78058200, 0),
(80913, 695, 81, 'Fell', 497666700, 67833300, 0),
(80914, 695, 81, 'Fernthal', 505969100, 74526800, 0),
(80915, 695, 81, 'Fisch', 496166700, 64833300, 0),
(80916, 695, 81, 'Fleckertshohe', 501841200, 76030600, 0),
(80917, 695, 81, 'Fliessem', 500166700, 65333300, 0),
(80918, 695, 81, 'Flomersheim', 495133600, 83319200, 0),
(80919, 695, 81, 'Fohren', 498500000, 67666700, 0),
(80920, 695, 81, 'Friesenhagen', 509000000, 78000000, 0),
(80921, 695, 81, 'Frohnhausen', 496527300, 73493700, 0),
(80922, 695, 81, 'Fronhofen', 499024200, 71693800, 0),
(80923, 695, 81, 'Frucht', 503166700, 76833300, 0),
(80924, 695, 81, 'Fussgonheim', 494611100, 82922200, 0),
(80925, 695, 81, 'Gabsheim', 498277800, 81761100, 0),
(80926, 695, 81, 'Gangloff', 496648600, 77013500, 0),
(80927, 695, 81, 'Gass', 500036100, 75006900, 0),
(80928, 695, 81, 'Geisfeld', 497166700, 69500000, 0),
(80929, 695, 81, 'Gelsdorf', 505859300, 70368900, 0),
(80930, 695, 81, 'Gerach', 497500000, 73333300, 0),
(80931, 695, 81, 'Gering', 502833300, 72666700, 0),
(80932, 695, 81, 'Giesdorf', 501833300, 64500000, 0),
(80933, 695, 81, 'Gillenfeld', 501166700, 69000000, 0),
(80934, 695, 81, 'Girod', 504500000, 79166700, 0),
(80935, 695, 81, 'Gladbach', 499333300, 67666700, 0),
(80936, 695, 81, 'Gollheim', 495950000, 80508300, 0),
(80937, 695, 81, 'Gorgeshausen', 504166700, 79500000, 0),
(80938, 695, 81, 'Greimerath', 495666700, 66833300, 0),
(80939, 695, 81, 'Grenzau', 504508300, 76580800, 0),
(80940, 695, 81, 'Gundheim', 496758300, 82377800, 0),
(80941, 695, 81, 'Haardt', 499433200, 68954000, 0),
(80942, 695, 81, 'Hahnen', 505319700, 73879500, 0),
(80943, 695, 81, 'Hahnenstein', 501500000, 71666700, 0),
(80944, 695, 81, 'Halsenbach', 501666700, 75500000, 0),
(80945, 695, 81, 'Hammerstein', 496905000, 72945700, 0),
(80946, 695, 81, 'Hardenburg', 494613200, 81236700, 0),
(80947, 695, 81, 'Harschbach', 505833300, 76000000, 0),
(80948, 695, 81, 'Harthausen', 492941700, 83450000, 0),
(80949, 695, 81, 'Hasbach', 497000000, 73166700, 0),
(80950, 695, 81, 'Hauenstein', 491921100, 78549200, 0),
(80951, 695, 81, 'Heiligenroth', 504500000, 78666700, 0),
(80952, 695, 81, 'Heiligenstein', 492808400, 84169300, 0),
(80953, 695, 81, 'Heimbach', 496166700, 72500000, 0),
(80954, 695, 81, 'Heltersberg', 493166700, 77166700, 0),
(80955, 695, 81, 'Herdorf', 507770400, 79536600, 0),
(80956, 695, 81, 'Herl', 497333300, 68166700, 0),
(80957, 695, 81, 'Hermeskeil', 496552800, 69440600, 0),
(80958, 695, 81, 'Herrstein', 497833300, 73333300, 0),
(80959, 695, 81, 'Herxheim', 491463000, 82134600, 0),
(80960, 695, 81, 'Hettenhausen', 493333300, 75500000, 0),
(80961, 695, 81, 'Hilgenroth', 507333300, 76500000, 0),
(80962, 695, 81, 'Hirschhorn', 495197300, 76787900, 0),
(80963, 695, 81, 'Hochdorf-Assenheim', 494194400, 82816700, 0),
(80964, 695, 81, 'Hochspeyer', 494500000, 79000000, 0),
(80965, 695, 81, 'Hochstadt', 492475000, 82088900, 0),
(80966, 695, 81, 'Hochstein', 495772400, 78423700, 0),
(80967, 695, 81, 'Hochstenbach', 506333300, 77333300, 0),
(80968, 695, 81, 'Hofen', 490931900, 81604300, 0),
(80969, 695, 81, 'Hohenfels', 502500000, 67333300, 0),
(80970, 695, 81, 'Hohenleimbach', 504166700, 70666700, 0),
(80971, 695, 81, 'Hombach', 505874500, 74658400, 0),
(80972, 695, 81, 'Homberg', 496500000, 75166700, 0),
(80973, 695, 81, 'Hontheim', 500666700, 69833300, 0),
(80974, 695, 81, 'Horath', 498108500, 69859300, 0),
(80975, 695, 81, 'Horbach', 493333300, 76500000, 0),
(80976, 695, 81, 'Horhausen', 503666700, 79000000, 0),
(80977, 695, 81, 'Hottenbach', 498333300, 73000000, 0),
(80978, 695, 81, 'Igel', 497166700, 65500000, 0),
(80979, 695, 81, 'Iggelheim', 493638900, 83091700, 0),
(80980, 695, 81, 'Illerich', 502000000, 71833300, 0),
(80981, 695, 81, 'Ingelbach', 506833300, 77000000, 0),
(80982, 695, 81, 'Isenburg', 504833300, 76000000, 0),
(80983, 695, 81, 'Issel', 498188800, 67365900, 0),
(80984, 695, 81, 'Jockgrim', 490988900, 82677800, 0),
(80985, 695, 81, 'Jugenheim', 498936200, 80846800, 0),
(80986, 695, 81, 'Kaisersesch', 502314800, 71386400, 0),
(80987, 695, 81, 'Kalenborn', 502666700, 66000000, 0),
(80988, 695, 81, 'Kalenborn-Scheuern', 502500000, 66000000, 0),
(80989, 695, 81, 'Kalkofen', 497333300, 78333300, 0),
(80990, 695, 81, 'Kalt', 502672900, 73946600, 0),
(80991, 695, 81, 'Kandel', 490827700, 81972000, 0),
(80992, 695, 81, 'Kapellen', 491000000, 80333300, 0),
(80993, 695, 81, 'Karden', 501827400, 73009700, 0),
(80994, 695, 81, 'Karlich', 503884300, 74835800, 0),
(80995, 695, 81, 'Karthaus', 497105200, 65925200, 0),
(80996, 695, 81, 'Karthause', 503388600, 75730600, 0),
(80997, 695, 81, 'Kattenes', 502518700, 74415700, 0),
(80998, 695, 81, 'Katzenbach', 494345300, 75022800, 0),
(80999, 695, 81, 'Katzenelnbogen', 502674600, 79732200, 0),
(81000, 695, 81, 'Kelberg', 502916400, 69195000, 0),
(81001, 695, 81, 'Kell', 496342500, 68239000, 0),
(81002, 695, 81, 'Kempfeld', 497899100, 72463400, 0),
(81003, 695, 81, 'Kenn', 498000000, 67166700, 0),
(81004, 695, 81, 'Kesfeld', 501500000, 62333300, 0),
(81005, 695, 81, 'Kesselheim', 503993000, 75820800, 0),
(81006, 695, 81, 'Kindsbach', 494166700, 76166700, 0),
(81007, 695, 81, 'Kirchen', 508084900, 78863400, 0),
(81008, 695, 81, 'Kirf', 495500000, 64833300, 0),
(81009, 695, 81, 'Kirn', 497891200, 74576500, 0),
(81010, 695, 81, 'Kirrweiler', 493012400, 81628800, 0),
(81011, 695, 81, 'Kirsch', 498114000, 67622600, 0),
(81012, 695, 81, 'Klein-Winternheim', 499383300, 82119400, 0),
(81013, 695, 81, 'Kleinmaischeid', 505166700, 76000000, 0),
(81014, 695, 81, 'Knopp', 493333300, 75000000, 0),
(81015, 695, 81, 'Konen', 496799200, 65522200, 0),
(81016, 695, 81, 'Kopp', 501833300, 65833300, 0),
(81017, 695, 81, 'Korb', 506536000, 78907400, 0),
(81018, 695, 81, 'Kordel', 498333300, 66333300, 0),
(81019, 695, 81, 'Kottenheim', 503500000, 72500000, 0),
(81020, 695, 81, 'Kottweiler', 494666700, 75333300, 0),
(81021, 695, 81, 'Kretz', 504000000, 73666700, 0),
(81022, 695, 81, 'Kruft', 503833300, 73333300, 0),
(81023, 695, 81, 'Kues', 499194000, 70647800, 0),
(81024, 695, 81, 'Kurtscheid', 505333300, 74666700, 0),
(81025, 695, 81, 'Kuttig', 502729900, 73658200, 0),
(81026, 695, 81, 'Laad', 506519000, 77493500, 0),
(81027, 695, 81, 'Lachen', 493242200, 81975800, 0),
(81028, 695, 81, 'Lambrecht', 493705500, 80726400, 0),
(81029, 695, 81, 'Lambsheim', 495136100, 82877800, 0),
(81030, 695, 81, 'Lampaden', 496500000, 67000000, 0),
(81031, 695, 81, 'Langmeil', 495671900, 78839400, 0),
(81032, 695, 81, 'Laubenheim', 499166700, 79000000, 0),
(81033, 695, 81, 'Lautert', 501666700, 78333300, 0),
(81034, 695, 81, 'Lehnmuhle', 499408900, 77187800, 0),
(81035, 695, 81, 'Lemberg', 491666700, 76666700, 0),
(81036, 695, 81, 'Liebshausen', 500333300, 76333300, 0),
(81037, 695, 81, 'Liederbach', 499346700, 73725600, 0),
(81038, 695, 81, 'Liesenfeld', 501574500, 75391700, 0),
(81039, 695, 81, 'Lieser', 499166700, 70166700, 0),
(81040, 695, 81, 'Lind', 503166700, 70333300, 0),
(81041, 695, 81, 'Linkenbach', 505833300, 75500000, 0),
(81042, 695, 81, 'Lissendorf', 503166700, 66000000, 0),
(81043, 695, 81, 'Loch', 501950100, 65294000, 0),
(81044, 695, 81, 'Lustadt', 492508300, 82694400, 0),
(81045, 695, 81, 'Maikammer', 493052800, 81316700, 0),
(81046, 695, 81, 'Malberg', 500500000, 65833300, 0),
(81047, 695, 81, 'Malbergweich', 500500000, 65500000, 0),
(81048, 695, 81, 'Mammelzen', 507000000, 76666700, 0),
(81049, 695, 81, 'Manderscheid', 500967200, 68098100, 0),
(81050, 695, 81, 'Mannebach', 496333300, 65166700, 0),
(81051, 695, 81, 'Manner', 501329500, 62621400, 0),
(81052, 695, 81, 'Mannweiler', 497000000, 78000000, 0),
(81053, 695, 81, 'Marenbach', 507224500, 75716600, 0),
(81054, 695, 81, 'Matzen', 499894800, 65433500, 0),
(81055, 695, 81, 'Mehlingen', 495000000, 78500000, 0),
(81056, 695, 81, 'Meisenheim', 497072000, 76676500, 0),
(81057, 695, 81, 'Merkelbach', 506500000, 77500000, 0),
(81058, 695, 81, 'Mettendorf', 499500000, 63333300, 0),
(81059, 695, 81, 'Mettenheim', 497400000, 83258300, 0),
(81060, 695, 81, 'Metternich', 502396300, 73835000, 0),
(81061, 695, 81, 'Meudt', 505000000, 79000000, 0),
(81062, 695, 81, 'Miehlen', 502166700, 78333300, 0),
(81063, 695, 81, 'Miesenbach', 494607200, 75563200, 0),
(81064, 695, 81, 'Mirbach', 503570300, 66789500, 0),
(81065, 695, 81, 'Mogendorf', 505000000, 77666700, 0),
(81066, 695, 81, 'Mohn', 498360400, 65869100, 0),
(81067, 695, 81, 'Molsberg', 504833300, 79833300, 0),
(81068, 695, 81, 'Molsheim', 496466700, 81694400, 0),
(81069, 695, 81, 'Monreal', 503000000, 71666700, 0),
(81070, 695, 81, 'Monsheim', 496372200, 82119400, 0),
(81071, 695, 81, 'Monzel', 499166700, 69500000, 0),
(81072, 695, 81, 'Monzelfeld', 499000000, 70666700, 0),
(81073, 695, 81, 'Morsbach', 493036000, 73966500, 0),
(81074, 695, 81, 'Morsch', 495488900, 83766700, 0),
(81075, 695, 81, 'Morschbach', 500166700, 76166700, 0),
(81076, 695, 81, 'Morstadt', 496619400, 82547200, 0),
(81077, 695, 81, 'Muhl', 496760100, 70481600, 0),
(81078, 695, 81, 'Muhlheim', 497050500, 82905000, 0),
(81079, 695, 81, 'Munk', 503000000, 70333300, 0),
(81080, 695, 81, 'Musch', 502813600, 71811000, 0),
(81081, 695, 81, 'Neef', 501000000, 71333300, 0),
(81082, 695, 81, 'Nehren', 500833300, 72000000, 0),
(81083, 695, 81, 'Neidenfels', 493888900, 80463900, 0),
(81084, 695, 81, 'Neitersen', 506833300, 75666700, 0),
(81085, 695, 81, 'Nentershausen', 504166700, 79333300, 0),
(81086, 695, 81, 'Neschen', 505952300, 74336100, 0),
(81087, 695, 81, 'Neuburg', 489893400, 82471500, 0),
(81088, 695, 81, 'Neuerburg', 500010200, 69482800, 0),
(81089, 695, 81, 'Neuhofen', 494277800, 84247200, 0),
(81090, 695, 81, 'Neuleiningen', 495416700, 81388900, 0),
(81091, 695, 81, 'Newel', 498124000, 65830400, 0),
(81092, 695, 81, 'Niederberg', 503668900, 76358400, 0),
(81093, 695, 81, 'Niederbieber', 504597600, 74718200, 0),
(81094, 695, 81, 'Niederreidenbacherhof', 497438200, 74127600, 0),
(81095, 695, 81, 'Nister', 506833300, 78333300, 0),
(81096, 695, 81, 'Nitz', 503333300, 70166700, 0),
(81097, 695, 81, 'Noll', 505887000, 73416700, 0),
(81098, 695, 81, 'Nussbaum', 498000000, 76166700, 0),
(81099, 695, 81, 'Oberbachheim', 502463100, 77479600, 0),
(81100, 695, 81, 'Oberbettingen', 502833300, 66333300, 0),
(81101, 695, 81, 'Oberhaid', 505166700, 77166700, 0),
(81102, 695, 81, 'Oberhonnefeld-Gierend', 505500000, 75000000, 0),
(81103, 695, 81, 'Oberkirch', 497159000, 65850200, 0),
(81104, 695, 81, 'Oberlahr', 506230000, 75168800, 0),
(81105, 695, 81, 'Obermoschel', 497279700, 77726600, 0),
(81106, 695, 81, 'Obernheim-Kirchenarnbach', 493500000, 75833300, 0),
(81107, 695, 81, 'Oberotterbach', 490704400, 79695500, 0),
(81108, 695, 81, 'Oberrossbach', 506500000, 80333300, 0),
(81109, 695, 81, 'Oberstein', 497032500, 73143300, 0),
(81110, 695, 81, 'Oberwesel', 501077700, 77252200, 0),
(81111, 695, 81, 'Oberwiesen', 497000000, 79666700, 0),
(81112, 695, 81, 'Oberwinter', 506164100, 72072000, 0),
(81113, 695, 81, 'Obrigheim', 495916000, 82048300, 0),
(81114, 695, 81, 'Ockenheim', 499437100, 79712700, 0),
(81115, 695, 81, 'Odernheim', 497651100, 77042700, 0),
(81116, 695, 81, 'Offenthal', 501475600, 77573000, 0),
(81117, 695, 81, 'Olsen', 507333300, 76000000, 0),
(81118, 695, 81, 'Otterbach', 494833300, 77500000, 0),
(81119, 695, 81, 'Pettersheim', 494666700, 73500000, 0),
(81120, 695, 81, 'Pfaffenhausen', 502206300, 72482300, 0),
(81121, 695, 81, 'Pfeffelbach', 495333300, 73333300, 0),
(81122, 695, 81, 'Pfuhl', 506621400, 79771900, 0),
(81123, 695, 81, 'Plaidt', 503926000, 73925100, 0),
(81124, 695, 81, 'Plein', 500333300, 68666700, 0),
(81125, 695, 81, 'Pracht', 507500000, 76500000, 0),
(81126, 695, 81, 'Puderbach', 506000000, 76166700, 0),
(81127, 695, 81, 'Ramsen', 495369400, 80133300, 0),
(81128, 695, 81, 'Rapperath', 498158000, 70993600, 0),
(81129, 695, 81, 'Rathsweiler', 496000000, 74666700, 0),
(81130, 695, 81, 'Rehe', 506333300, 81166700, 0),
(81131, 695, 81, 'Reich', 500000000, 74333300, 0),
(81132, 695, 81, 'Reifenberg', 492833300, 75000000, 0),
(81133, 695, 81, 'Reinig', 497044400, 65457200, 0),
(81134, 695, 81, 'Rettersen', 507000000, 75000000, 0),
(81135, 695, 81, 'Rhaunen', 498500000, 73500000, 0),
(81136, 695, 81, 'Rheinbrohl', 505000000, 73333300, 0),
(81137, 695, 81, 'Rheinzabern', 491180600, 82780600, 0),
(81138, 695, 81, 'Rhens', 502812500, 76175000, 0),
(81139, 695, 81, 'Richert', 506074500, 76027800, 0),
(81140, 695, 81, 'Rieden', 504000000, 71833300, 0),
(81141, 695, 81, 'Riedenburg', 497702600, 70739500, 0),
(81142, 695, 81, 'Rinnthal', 492166700, 79166700, 0),
(81143, 695, 81, 'Rippert', 495434700, 79757900, 0),
(81144, 695, 81, 'Roes', 502428100, 72583600, 0),
(81145, 695, 81, 'Roller', 505539800, 79723500, 0),
(81146, 695, 81, 'Rossberg', 507093400, 75090600, 0),
(81147, 695, 81, 'Rulzheim', 491627800, 82858300, 0),
(81148, 695, 81, 'Ruppertsberg', 494002800, 81961100, 0),
(81149, 695, 81, 'Ruppertshofen', 502008600, 78055300, 0),
(81150, 695, 81, 'Ruwer', 497867000, 67104400, 0),
(81151, 695, 81, 'Saffig', 503833300, 74166700, 0),
(81152, 695, 81, 'Salm', 501528700, 66905900, 0),
(81153, 695, 81, 'Salz', 505000000, 79666700, 0),
(81154, 695, 81, 'Salzburg', 506666700, 80500000, 0),
(81155, 695, 81, 'Saxler', 501333300, 69000000, 0),
(81156, 695, 81, 'Schauernheim', 494391700, 83036200, 0),
(81157, 695, 81, 'Schenkelberg', 506000000, 77833300, 0),
(81158, 695, 81, 'Scheuren', 506073200, 72226500, 0),
(81159, 695, 81, 'Schleich', 498166700, 68333300, 0),
(81160, 695, 81, 'Schmalenberg', 493333300, 77333300, 0),
(81161, 695, 81, 'Schmiedel', 499787600, 74991200, 0),
(81162, 695, 81, 'Schopp', 493500000, 76833300, 0),
(81163, 695, 81, 'Schutz', 501333300, 67500000, 0),
(81164, 695, 81, 'Schutzbach', 507500000, 79000000, 0),
(81165, 695, 81, 'Schwollen', 497000000, 71833300, 0),
(81166, 695, 81, 'Seesbach', 498500000, 75500000, 0),
(81167, 695, 81, 'Sembach', 495166700, 78500000, 0),
(81168, 695, 81, 'Siebeldingen', 492088900, 80513900, 0),
(81169, 695, 81, 'Siebenmorgen', 505707800, 74700000, 0),
(81170, 695, 81, 'Sirzenich', 497637500, 65931700, 0),
(81171, 695, 81, 'Spang', 499828700, 66809200, 0),
(81172, 695, 81, 'Sponheim', 498449600, 77266500, 0),
(81173, 695, 81, 'Sporkenheim', 499772800, 80096300, 0),
(81174, 695, 81, 'Staffel', 504831700, 70555500, 0),
(81175, 695, 81, 'Stahlhofen', 504000000, 78666700, 0),
(81176, 695, 81, 'Stauf', 495518400, 80269800, 0),
(81177, 695, 81, 'Steckweiler', 496666700, 78000000, 0),
(81178, 695, 81, 'Steeg', 500540000, 77473400, 0),
(81179, 695, 81, 'Steimel', 506166700, 76333300, 0),
(81180, 695, 81, 'Steinen', 505833300, 78000000, 0),
(81181, 695, 81, 'Steineroth', 507500000, 78500000, 0),
(81182, 695, 81, 'Steinweiler', 491211100, 81413900, 0),
(81183, 695, 81, 'Stipshausen', 498500000, 72833300, 0),
(81184, 695, 81, 'Stockum', 506166700, 79000000, 0),
(81185, 695, 81, 'Stroheich', 502859400, 67540100, 0),
(81186, 695, 81, 'Stromberg', 499438900, 77728600, 0),
(81187, 695, 81, 'Sulzheim', 498430600, 80916700, 0),
(81188, 695, 81, 'Thaleischweiler', 492666700, 75666700, 0),
(81189, 695, 81, 'Thalhausen', 505000000, 75833300, 0),
(81190, 695, 81, 'Thallichtenberg', 495666700, 73500000, 0),
(81191, 695, 81, 'Theisbergstegen', 495175700, 74485200, 0),
(81192, 695, 81, 'Thelenberg', 506563400, 74063900, 0),
(81193, 695, 81, 'Tiefenbach', 496040700, 76111100, 0),
(81194, 695, 81, 'Traben-Trarbach', 499507600, 71156200, 0),
(81195, 695, 81, 'Trierscheid', 503500000, 68166700, 0),
(81196, 695, 81, 'Ulmen', 502094300, 69794100, 0),
(81197, 695, 81, 'Ulmet', 495833300, 74500000, 0),
(81198, 695, 81, 'Unkel', 505965300, 72188800, 0),
(81199, 695, 81, 'Unnau', 506488100, 79082700, 0),
(81200, 695, 81, 'Urbar', 501333300, 77166700, 0),
(81201, 695, 81, 'Urdorf', 506204300, 79851500, 0),
(81202, 695, 81, 'Urmitz', 504166700, 75166700, 0),
(81203, 695, 81, 'Vallendar', 503958600, 76242700, 0),
(81204, 695, 81, 'Vettelschoss', 506166700, 73500000, 0),
(81205, 695, 81, 'Wachenheim an der Weinstrasse', 494404500, 81804100, 0),
(81206, 695, 81, 'Wahlbach', 500000000, 76000000, 0),
(81207, 695, 81, 'Waldfriede', 498547700, 75508100, 0),
(81208, 695, 81, 'Waldlaubersheim', 499333300, 78333300, 0),
(81209, 695, 81, 'Waldleiningen', 494000000, 78833300, 0),
(81210, 695, 81, 'Waldmohr', 493833300, 73333300, 0),
(81211, 695, 81, 'Waldorf', 504833300, 72333300, 0),
(81212, 695, 81, 'Waldsee', 493952800, 84402800, 0),
(81213, 695, 81, 'Wallenborn', 501500000, 67166700, 0),
(81214, 695, 81, 'Wallroth', 506924600, 73958400, 0),
(81215, 695, 81, 'Walsdorf', 502833300, 67166700, 0),
(81216, 695, 81, 'Wasch', 494596600, 77534600, 0),
(81217, 695, 81, 'Wawern', 496500000, 65500000, 0),
(81218, 695, 81, 'Wehr', 495882500, 63796200, 0),
(81219, 695, 81, 'Weibern', 504000000, 71500000, 0),
(81220, 695, 81, 'Weiersbach', 496000000, 72000000, 0),
(81221, 695, 81, 'Weilerbach', 494833300, 76333300, 0),
(81222, 695, 81, 'Weingarten', 492594600, 82862000, 0),
(81223, 695, 81, 'Weis', 504500000, 75500000, 0),
(81224, 695, 81, 'Weitersburg', 504166700, 76000000, 0),
(81225, 695, 81, 'Welling', 503333300, 73166700, 0),
(81226, 695, 81, 'Welschneudorf', 503666700, 78000000, 0),
(81227, 695, 81, 'Wendelsheim', 497666700, 80000000, 0),
(81228, 695, 81, 'Wershofen', 504448200, 68133300, 0),
(81229, 695, 81, 'Weselberg', 493333300, 76166700, 0),
(81230, 695, 81, 'Westheim', 492464000, 83235700, 0),
(81231, 695, 81, 'Westhofen', 497044400, 82480600, 0),
(81232, 695, 81, 'Weyer', 501833300, 77166700, 0),
(81233, 695, 81, 'Wiebelsheim', 500833300, 76333300, 0),
(81234, 695, 81, 'Wied', 506333300, 77500000, 0),
(81235, 695, 81, 'Wilgartswiesen', 492166700, 78833300, 0),
(81236, 695, 81, 'Winden', 490977800, 81169400, 0),
(81237, 695, 81, 'Windhagen', 506333300, 73500000, 0),
(81238, 695, 81, 'Wirges', 504719500, 77984400, 0),
(81239, 695, 81, 'Wolf', 499790800, 71034500, 0),
(81240, 695, 81, 'Woppenroth', 498666700, 74166700, 0),
(81241, 695, 81, 'Worrstadt', 498486100, 81241700, 0),
(81242, 695, 81, 'Zell', 496488300, 81391100, 0),
(81243, 695, 81, 'Zornheim', 498900000, 82247200, 0),
(81244, 696, 81, 'Altforweiler', 492741100, 67059800, 0),
(81245, 696, 81, 'Aussen', 494464600, 68444100, 0),
(81246, 696, 81, 'Bachem', 494777600, 67046700, 0),
(81247, 696, 81, 'Beaumarais', 493115000, 67174100, 0),
(81248, 696, 81, 'Beckingen', 494000000, 67000000, 0),
(81249, 696, 81, 'Berus', 492642000, 66958700, 0),
(81250, 696, 81, 'Bettingen', 494409700, 68575900, 0),
(81251, 696, 81, 'Biel', 495059800, 68634500, 0),
(81252, 696, 81, 'Bisten', 492543100, 67070200, 0),
(81253, 696, 81, 'Bliesen', 494952800, 71116000, 0),
(81254, 696, 81, 'Blieskastel', 492372400, 72561700, 0),
(81255, 696, 81, 'Bous', 492833300, 68000000, 0),
(81256, 696, 81, 'Bubach', 494109300, 69431200, 0),
(81257, 696, 81, 'Diefflen', 493730000, 67625200, 0),
(81258, 696, 81, 'Eisen', 496090200, 70562300, 0),
(81259, 696, 81, 'Eiweiler', 493616000, 69333500, 0),
(81260, 696, 81, 'Elversberg', 493143700, 71284400, 0),
(81261, 696, 81, 'Ensdorf', 493000000, 67833300, 0),
(81262, 696, 81, 'Eppelborn', 494000000, 69666700, 0),
(81263, 696, 81, 'Eschberg', 492343000, 70424900, 0),
(81264, 696, 81, 'Fechingen', 492006300, 70676500, 0),
(81265, 696, 81, 'Felsberg', 492935100, 67037800, 0),
(81266, 696, 81, 'Freisen', 495500000, 72500000, 0),
(81267, 696, 81, 'Geislautern', 492358800, 68367900, 0),
(81268, 696, 81, 'Gisingen', 493324500, 66551600, 0),
(81269, 696, 81, 'Grossrosseln', 492029600, 68414800, 0),
(81270, 696, 81, 'Hasborn', 494833300, 69833300, 0),
(81271, 696, 81, 'Hausbach', 495072400, 66885500, 0),
(81272, 696, 81, 'Hoof', 494890400, 72430800, 0),
(81273, 696, 81, 'Illingen', 493736200, 70475800, 0),
(81274, 696, 81, 'Kleinblittersdorf', 491578000, 70373400, 0),
(81275, 696, 81, 'Kohlhof', 493150500, 72470300, 0),
(81276, 696, 81, 'Leitersweiler', 494931600, 72101200, 0),
(81277, 696, 81, 'Marpingen', 494522800, 70582000, 0),
(81278, 696, 81, 'Michelbach', 494664200, 68367900, 0),
(81279, 696, 81, 'Michelsberg', 493667900, 70853800, 0),
(81280, 696, 81, 'Nalbach', 493833300, 67833300, 0),
(81281, 696, 81, 'Namborn', 495166700, 71333300, 0),
(81282, 696, 81, 'Neuweiler', 492832600, 70697000, 0),
(81283, 696, 81, 'Niederkirchen', 494675000, 72510500, 0),
(81284, 696, 81, 'Oberthal', 495166700, 71000000, 0),
(81285, 696, 81, 'Otzenhausen', 496049600, 69918000, 0),
(81286, 696, 81, 'Perl', 494716900, 63813400, 0),
(81287, 696, 81, 'Quierschied', 493166700, 70500000, 0),
(81288, 696, 81, 'Rech', 494531200, 66030000, 0),
(81289, 696, 81, 'Rehlingen', 493774100, 66816600, 0),
(81290, 696, 81, 'Reinheim', 491373600, 71807700, 0),
(81291, 696, 81, 'Rheinstrasse', 494564100, 70923600, 0),
(81292, 696, 81, 'Rockershausen', 492480300, 69154600, 0),
(81293, 696, 81, 'Russhutte', 492580800, 69758200, 0),
(81294, 696, 81, 'Saarhoelzbach', 495158500, 66074200, 0),
(81295, 696, 81, 'Schafbrucke', 492262900, 70468700, 0),
(81296, 696, 81, 'Schaffhausen', 492562000, 68099900, 0),
(81297, 696, 81, 'Scheidt', 492459600, 70588900, 0),
(81298, 696, 81, 'Schmelz', 494333300, 68500000, 0),
(81299, 696, 81, 'Schnappach', 493073600, 70833200, 0),
(81300, 696, 81, 'Selbach', 495363700, 70376200, 0),
(81301, 696, 81, 'Sellerbach', 493065600, 69046100, 0),
(81302, 696, 81, 'Sengscheid', 492560200, 70979800, 0),
(81303, 696, 81, 'Siersburg', 493602300, 66673100, 0),
(81304, 696, 81, 'Stahlhammer', 492333300, 70666700, 0),
(81305, 696, 81, 'Staudt', 494666700, 66000000, 0),
(81306, 696, 81, 'Uberherrn', 492418700, 66984000, 0),
(81307, 696, 81, 'Uchtelfangen', 493792200, 70197300, 0),
(81308, 696, 81, 'Urexweiler', 494280600, 70781100, 0),
(81309, 696, 81, 'Waldbach', 496044300, 70456800, 0),
(81310, 696, 81, 'Walsheim', 491525300, 72321600, 0),
(81311, 696, 81, 'Websweiler', 493783500, 72779300, 0),
(81312, 696, 81, 'Wehingen', 494621000, 65094000, 0),
(81313, 696, 81, 'Weiler', 494555500, 65659400, 0),
(81314, 696, 81, 'Wies', 495378600, 63778200, 0),
(81315, 696, 81, 'Winterbach', 494758200, 71030000, 0),
(81316, 698, 81, 'Aken', 518527400, 120446100, 0),
(81317, 698, 81, 'Alexisbad', 516500600, 111164800, 0),
(81318, 698, 81, 'Alsleben', 517016100, 116764800, 0),
(81319, 698, 81, 'Altenweddingen', 519988300, 115294600, 0),
(81320, 698, 81, 'Altjessnitz', 516915200, 123213100, 0),
(81321, 698, 81, 'Altona', 520983700, 111221900, 0),
(81322, 698, 81, 'Andorf', 528566300, 109943300, 0),
(81323, 698, 81, 'Angern', 523500000, 117333300, 0),
(81324, 698, 81, 'Arneburg', 526756500, 120051400, 0),
(81325, 698, 81, 'Arnim', 526260800, 119476300, 0),
(81326, 698, 81, 'Arnsdorf', 518218600, 129531500, 0),
(81327, 698, 81, 'Baars', 527544700, 112253200, 0),
(81328, 698, 81, 'Baben', 526971900, 118911600, 0),
(81329, 698, 81, 'Badeleben', 521463400, 111253700, 0),
(81330, 698, 81, 'Ballenstedt', 517190000, 112326500, 0),
(81331, 698, 81, 'Ballerstedt', 527319900, 117106100, 0),
(81332, 698, 81, 'Barby', 519671100, 118826100, 0),
(81333, 698, 81, 'Baumgarten', 526680200, 118702800, 0),
(81334, 698, 81, 'Beese', 527321000, 115161300, 0),
(81335, 698, 81, 'Behrend', 528477200, 117491400, 0),
(81336, 698, 81, 'Benkendorf', 514301300, 119198000, 0),
(81337, 698, 81, 'Benndorf', 511339600, 116271500, 0),
(81338, 698, 81, 'Bennewitz', 514381400, 120993800, 0),
(81339, 698, 81, 'Bennstedt', 514820100, 118262000, 0),
(81340, 698, 81, 'Bertingen', 523496800, 118363600, 0),
(81341, 698, 81, 'Biederitz', 521500000, 117166700, 0),
(81342, 698, 81, 'Biere', 519743100, 116544300, 0),
(81343, 698, 81, 'Biesenthal', 527425200, 115579900, 0),
(81344, 698, 81, 'Billerbeck', 527828500, 116986000, 0),
(81345, 698, 81, 'Birkholz', 524162400, 118391400, 0),
(81346, 698, 81, 'Bleiche', 522557100, 115480000, 0),
(81347, 698, 81, 'Blumenberg', 520333600, 114585200, 0),
(81348, 698, 81, 'Blumenthal', 523227400, 118341900, 0),
(81349, 698, 81, 'Borne', 519488100, 115586500, 0),
(81350, 698, 81, 'Bornsen', 527175100, 109163800, 0),
(81351, 698, 81, 'Borstel', 526413400, 118351700, 0),
(81352, 698, 81, 'Brambach', 518784000, 121484800, 0),
(81353, 698, 81, 'Braunsbedra', 512860200, 118898700, 0),
(81354, 698, 81, 'Brehm', 522861000, 119122200, 0),
(81355, 698, 81, 'Bretsch', 528403500, 116299000, 0),
(81356, 698, 81, 'Buckau', 521067700, 116404400, 0),
(81357, 698, 81, 'Burg bei Magdeburg', 522715200, 118549300, 0),
(81358, 698, 81, 'Buro', 518825900, 124043800, 0),
(81359, 698, 81, 'Busch', 527842000, 119498900, 0),
(81360, 698, 81, 'Calbe', 519066800, 117747800, 0),
(81361, 698, 81, 'Dahlen', 525604900, 118257500, 0),
(81362, 698, 81, 'Dambeck', 528020500, 111595600, 0),
(81363, 698, 81, 'Diesdorf', 517626400, 121569600, 0),
(81364, 698, 81, 'Dobberkau', 527045800, 116060600, 0),
(81365, 698, 81, 'Dohren', 523415300, 110196300, 0),
(81366, 698, 81, 'Dolau', 515104400, 118858400, 0),
(81367, 698, 81, 'Dolkau', 513601800, 121500700, 0),
(81368, 698, 81, 'Dolle', 524089100, 116249100, 0),
(81369, 698, 81, 'Domnitz', 516333300, 118333300, 0),
(81370, 698, 81, 'Dorst', 523787300, 113893600, 0),
(81371, 698, 81, 'Drewitz', 522155300, 121648700, 0),
(81372, 698, 81, 'Ebendorf', 521855100, 115747800, 0),
(81373, 698, 81, 'Edersleben', 514166700, 112833300, 0),
(81374, 698, 81, 'Egeln', 519438400, 114326500, 0),
(81375, 698, 81, 'Eggersdorf', 519762100, 117097100, 0),
(81376, 698, 81, 'Eiche', 522660000, 113345600, 0),
(81377, 698, 81, 'Eickendorf', 519476500, 116753800, 0),
(81378, 698, 81, 'Eisleben Lutherstadt', 515275400, 115483500, 0),
(81379, 698, 81, 'Elsdorf', 517819700, 119788400, 0),
(81380, 698, 81, 'Endorf', 517129900, 113753800, 0),
(81381, 698, 81, 'Engelsburg', 514890300, 112682300, 0),
(81382, 698, 81, 'Ermsleben', 517324400, 113507000, 0),
(81383, 698, 81, 'Erxleben', 522181200, 112424500, 0),
(81384, 698, 81, 'Farsleben', 522776100, 116527200, 0),
(81385, 698, 81, 'Ferchland', 524403200, 119994700, 0),
(81386, 698, 81, 'Flechtingen', 523308300, 112417600, 0),
(81387, 698, 81, 'Freist', 516043900, 117025800, 0),
(81388, 698, 81, 'Freyburg', 512136200, 117680400, 0),
(81389, 698, 81, 'Friedensau', 522107600, 119848400, 0),
(81390, 698, 81, 'Gallin', 518384500, 127576600, 0),
(81391, 698, 81, 'Garlipp', 526439800, 116144100, 0),
(81392, 698, 81, 'Garz', 527521400, 122001500, 0),
(81393, 698, 81, 'Geestgottberg', 529544200, 117360700, 0),
(81394, 698, 81, 'Gehrden', 520093600, 119573000, 0),
(81395, 698, 81, 'Genthin', 524066800, 121592000, 0),
(81396, 698, 81, 'Gladau', 523043300, 120909200, 0),
(81397, 698, 81, 'Gladigau', 527715600, 115697200, 0),
(81398, 698, 81, 'Glienicke', 521871200, 120935500, 0),
(81399, 698, 81, 'Gnadau', 519769100, 117794800, 0),
(81400, 698, 81, 'Gobel', 520762700, 120142800, 0),
(81401, 698, 81, 'Goldbeck', 527169500, 118606000, 0),
(81402, 698, 81, 'Gommern', 520739100, 118229700, 0),
(81403, 698, 81, 'Grabow', 522488900, 119624300, 0),
(81404, 698, 81, 'Grassau', 526708500, 116844000, 0),
(81405, 698, 81, 'Grobers', 514305000, 121162300, 0),
(81406, 698, 81, 'Grona', 517647200, 116972800, 0),
(81407, 698, 81, 'Gutenberg', 515471000, 119718100, 0),
(81408, 698, 81, 'Haagen', 524653900, 113252400, 0),
(81409, 698, 81, 'Hagendorf', 520689600, 122482200, 0),
(81410, 698, 81, 'Harbke', 521887700, 110462400, 0),
(81411, 698, 81, 'Harsleben', 518666700, 111000000, 0),
(81412, 698, 81, 'Hasselfelde', 516905100, 108537300, 0),
(81413, 698, 81, 'Hasserode', 518228600, 107557700, 0),
(81414, 698, 81, 'Havelberg', 528308800, 120755200, 0),
(81415, 698, 81, 'Haverland', 529252300, 116054400, 0),
(81416, 698, 81, 'Hemstedt', 525667400, 114295300, 0),
(81417, 698, 81, 'Herzfelde', 528891100, 118026200, 0),
(81418, 698, 81, 'Himmelreich', 524934000, 111773600, 0),
(81419, 698, 81, 'Hoym', 517829200, 113124400, 0),
(81420, 698, 81, 'Iden', 527798200, 119129600, 0),
(81421, 698, 81, 'Ilsenburg', 518669600, 106781700, 0),
(81422, 698, 81, 'Insel', 525619000, 117536400, 0),
(81423, 698, 81, 'Jessen', 517933700, 129576200, 0),
(81424, 698, 81, 'Kade', 523793400, 122665600, 0),
(81425, 698, 81, 'Kakerbeck', 526692400, 112784900, 0),
(81426, 698, 81, 'Kalbe', 526565600, 113845600, 0),
(81427, 698, 81, 'Kannenberg', 527956200, 119832700, 0),
(81428, 698, 81, 'Kassuhn', 528205200, 113793000, 0),
(81429, 698, 81, 'Katharinenhof', 516166700, 124333300, 0),
(81430, 698, 81, 'Konnern', 516712000, 117706800, 0),
(81431, 698, 81, 'Koselitz', 519571200, 124865500, 0),
(81432, 698, 81, 'Kreuztal', 517587600, 108653100, 0),
(81433, 698, 81, 'Krumpa', 512972400, 118441200, 0),
(81434, 698, 81, 'Kusel', 522285700, 120727300, 0),
(81435, 698, 81, 'Landsberg', 515269800, 121607600, 0),
(81436, 698, 81, 'Langenapel', 528177200, 109645200, 0),
(81437, 698, 81, 'Langendorf', 510882000, 122609800, 0),
(81438, 698, 81, 'Leau', 517325700, 117948400, 0),
(81439, 698, 81, 'Leipa', 518333300, 126000000, 0),
(81440, 698, 81, 'Leitzkau', 520581800, 119520300, 0),
(81441, 698, 81, 'Leppin', 528851200, 115733700, 0),
(81442, 698, 81, 'Lerchenfeld', 519054100, 106515000, 0),
(81443, 698, 81, 'Lindenthal', 525069400, 114074500, 0),
(81444, 698, 81, 'Lindhorst', 523031000, 115938800, 0),
(81445, 698, 81, 'Lindstedt', 526000000, 115333300, 0),
(81446, 698, 81, 'Losse', 528738000, 116722400, 0),
(81447, 698, 81, 'Luhe', 521521400, 119507100, 0),
(81448, 698, 81, 'Lust', 518992700, 115404500, 0),
(81449, 698, 81, 'Magdeburgerforth', 522289400, 121919600, 0),
(81450, 698, 81, 'Mallendorf', 511198800, 115524200, 0),
(81451, 698, 81, 'Mammendorf', 521766700, 114278400, 0),
(81452, 698, 81, 'Mansfeld', 515923400, 114522400, 0),
(81453, 698, 81, 'Marienborn', 521961400, 111068300, 0),
(81454, 698, 81, 'Marke', 517255100, 122489400, 0),
(81455, 698, 81, 'Maxdorf', 517951000, 119316800, 0),
(81456, 698, 81, 'Meinsdorf', 519107300, 122554000, 0),
(81457, 698, 81, 'Mellin', 526491900, 109885600, 0),
(81458, 698, 81, 'Menz', 521185600, 117636200, 0),
(81459, 698, 81, 'Meseberg', 522740400, 115301500, 0),
(81460, 698, 81, 'Micheln', 518088500, 119712300, 0),
(81461, 698, 81, 'Mochau', 519310300, 126795300, 0),
(81462, 698, 81, 'Moringen', 525910800, 117454300, 0),
(81463, 698, 81, 'Moritz', 519959700, 120265800, 0),
(81464, 698, 81, 'Mose', 522753000, 116245700, 0),
(81465, 698, 81, 'Most', 517626000, 122757500, 0),
(81466, 698, 81, 'Nachterstedt', 518008100, 113348900, 0),
(81467, 698, 81, 'Nebra', 512881000, 115774900, 0),
(81468, 698, 81, 'Nessa', 511500000, 120166700, 0),
(81469, 698, 81, 'Netzschkau', 513761800, 119035300, 0),
(81470, 698, 81, 'Neu Konigsborn', 521347000, 117736500, 0),
(81471, 698, 81, 'Neubau', 525808000, 112870800, 0),
(81472, 698, 81, 'Neudorf', 516080000, 111147400, 0),
(81473, 698, 81, 'Neulingen', 528639000, 115711700, 0),
(81474, 698, 81, 'Neutz', 516062000, 118431900, 0),
(81475, 698, 81, 'Niederndodeleben', 521341600, 115008500, 0),
(81476, 698, 81, 'Niendorf', 524429300, 110495000, 0),
(81477, 698, 81, 'Nienhagen', 519500200, 111645400, 0),
(81478, 698, 81, 'Nienstedt', 514416400, 113983200, 0),
(81479, 698, 81, 'Nierow Zwei', 526666700, 121500000, 0),
(81480, 698, 81, 'Oranienbaum', 517986000, 124058400, 0),
(81481, 698, 81, 'Ossig', 509976500, 121001400, 0),
(81482, 698, 81, 'Osterburg', 527872100, 117529700, 0),
(81483, 698, 81, 'Osterfeld', 510801400, 119304700, 0),
(81484, 698, 81, 'Osterholz', 527503200, 120269400, 0),
(81485, 698, 81, 'Osterwieck', 519699000, 107104200, 0),
(81486, 698, 81, 'Osterwohle', 528364800, 110080800, 0),
(81487, 698, 81, 'Ostrau', 510987800, 121971000, 0),
(81488, 698, 81, 'Papenberg', 522910300, 113811600, 0),
(81489, 698, 81, 'Peissen', 515026500, 120573700, 0),
(81490, 698, 81, 'Perver', 528448400, 111705600, 0),
(81491, 698, 81, 'Polleben', 515796600, 115993100, 0),
(81492, 698, 81, 'Poppau', 526802200, 111346500, 0),
(81493, 698, 81, 'Porst', 517691000, 120024100, 0),
(81494, 698, 81, 'Pretzsch', 510943900, 119463100, 0),
(81495, 698, 81, 'Quast', 520539600, 121266400, 0),
(81496, 698, 81, 'Rassnitz', 513908500, 120940600, 0),
(81497, 698, 81, 'Rather', 515222100, 117330400, 0),
(81498, 698, 81, 'Retzau', 517247900, 123143000, 0),
(81499, 698, 81, 'Rieder', 517333300, 111666700, 0),
(81500, 698, 81, 'Rodden', 513343000, 121597300, 0),
(81501, 698, 81, 'Rosenfeld', 515235200, 120945800, 0),
(81502, 698, 81, 'Rossbach', 511696500, 117772700, 0),
(81503, 698, 81, 'Rosslau', 518873600, 122419200, 0),
(81504, 698, 81, 'Rothenberg', 528308200, 116722400, 0),
(81505, 698, 81, 'Rothenschirmbach', 514557300, 115472000, 0),
(81506, 698, 81, 'Rotta', 517643900, 126023600, 0),
(81507, 698, 81, 'Rusches Hof', 514500000, 119833300, 0),
(81508, 698, 81, 'Sandbeiendorf', 523959200, 117193200, 0),
(81509, 698, 81, 'Sandersdorf', 516284100, 122649200, 0),
(81510, 698, 81, 'Sankt Ulrich', 512998500, 117970400, 0),
(81511, 698, 81, 'Saubach', 512145200, 115246000, 0),
(81512, 698, 81, 'Schafstadt', 513813100, 117730200, 0),
(81513, 698, 81, 'Schernikau', 526270500, 117666900, 0),
(81514, 698, 81, 'Schierke', 517639400, 106621200, 0),
(81515, 698, 81, 'Schimmel', 511730300, 115730700, 0),
(81516, 698, 81, 'Schleuss', 525155900, 117241300, 0),
(81517, 698, 81, 'Schollene', 526769500, 122186900, 0),
(81518, 698, 81, 'Schopsdorf', 522356800, 122247800, 0),
(81519, 698, 81, 'Schwerz', 515652800, 121327900, 0),
(81520, 698, 81, 'Schwoitsch', 514361600, 121285400, 0),
(81521, 698, 81, 'Seeburg', 514903700, 117026000, 0),
(81522, 698, 81, 'Seedorf', 524121800, 120664600, 0),
(81523, 698, 81, 'Siems', 524995000, 112072600, 0),
(81524, 698, 81, 'Siepe', 527299500, 114070700, 0),
(81525, 698, 81, 'Sommerschenburg', 521717200, 111040900, 0),
(81526, 698, 81, 'Spergau', 512934700, 120229200, 0),
(81527, 698, 81, 'Spiegelsberge', 518666700, 110333300, 0),
(81528, 698, 81, 'Spielberg', 511423400, 116448500, 0),
(81529, 698, 81, 'Staats', 525446200, 116375300, 0),
(81530, 698, 81, 'Stackelitz', 520082800, 123771300, 0),
(81531, 698, 81, 'Stapel', 528070700, 116326900, 0),
(81532, 698, 81, 'Steinburg', 511905000, 115172600, 0),
(81533, 698, 81, 'Stennewitz', 514630500, 120713900, 0),
(81534, 698, 81, 'Sulldorf', 520251400, 115650000, 0),
(81535, 698, 81, 'Sydow', 525237500, 121477600, 0),
(81536, 698, 81, 'Taucha', 511933600, 120803600, 0),
(81537, 698, 81, 'Teutschenthal', 514500000, 118000000, 0),
(81538, 698, 81, 'Thalheim', 516526800, 122275600, 0),
(81539, 698, 81, 'Thie', 518842800, 115412300, 0),
(81540, 698, 81, 'Thiessen', 519179100, 126763300, 0),
(81541, 698, 81, 'Trift', 516949700, 130093400, 0),
(81542, 698, 81, 'Trotha', 515163800, 119597800, 0),
(81543, 698, 81, 'Uchtspringe', 525401100, 115995900, 0),
(81544, 698, 81, 'Vesta', 512743300, 120592500, 0),
(81545, 698, 81, 'Vogelsdorf', 520119400, 108999000, 0),
(81546, 698, 81, 'Walbeck', 516650800, 114707100, 0),
(81547, 698, 81, 'Wegeleben', 518837600, 111734700, 0),
(81548, 698, 81, 'Weinberg', 516737000, 129330400, 0),
(81549, 698, 81, 'Wellen', 521451800, 114410600, 0),
(81550, 698, 81, 'Wernitz', 524891600, 112342100, 0),
(81551, 698, 81, 'Westerburg', 520163400, 108669000, 0),
(81552, 698, 81, 'Westeregeln', 519632800, 113926500, 0),
(81553, 698, 81, 'Westerhusen', 520648400, 116758900, 0),
(81554, 698, 81, 'Wimmelburg', 515166700, 115166700, 0),
(81555, 698, 81, 'Wischer', 526404600, 119615400, 0),
(81556, 698, 81, 'Wohlgemuth', 526873100, 110759000, 0),
(81557, 698, 81, 'Wormlitz-Bollberg', 514500000, 119333300, 0),
(81558, 698, 81, 'Wulfen', 518193800, 119306300, 0),
(81559, 698, 81, 'Wust', 525515300, 121142100, 0),
(81560, 698, 81, 'Zaschendorf', 511175900, 119792700, 0),
(81561, 698, 81, 'Zingst', 512973300, 115646800, 0),
(81562, 698, 81, 'Zscherben', 513357600, 119696800, 0),
(81563, 698, 81, 'Zschornewitz', 517166700, 124000000, 0),
(81564, 697, 81, 'Adelsberg', 508110000, 129882700, 0),
(81565, 697, 81, 'Adorf', 503201100, 122598600, 0),
(81566, 697, 81, 'Altenberg', 507655600, 137533400, 0),
(81567, 697, 81, 'Althen', 513404800, 125204700, 0),
(81568, 697, 81, 'Altmittweida', 509666700, 129500000, 0),
(81569, 697, 81, 'Am Bahnhof', 509253600, 135062600, 0),
(81570, 697, 81, 'Anbau', 507305200, 127505100, 0),
(81571, 697, 81, 'Antonsthal', 505007400, 127601100, 0),
(81572, 697, 81, 'Arzberg', 515333300, 131333300, 0),
(81573, 697, 81, 'Auerhammer', 505753200, 126958800, 0),
(81574, 697, 81, 'Auligk', 511072700, 122360400, 0),
(81575, 697, 81, 'Bad Gottleuba', 508528800, 139437800, 0),
(81576, 697, 81, 'Bad Lausick', 511458400, 126272000, 0),
(81577, 697, 81, 'Bad Muskau', 515505200, 147124000, 0),
(81578, 697, 81, 'Bannewitz', 509929100, 137171200, 0),
(81579, 697, 81, 'Barenstein', 505000000, 130333300, 0),
(81580, 697, 81, 'Belgern', 512000300, 145721600, 0),
(81581, 697, 81, 'Berndorf', 511055600, 123333300, 0),
(81582, 697, 81, 'Bernsbach', 505833300, 127666700, 0),
(81583, 697, 81, 'Berthelsdorf', 507702500, 125060500, 0),
(81584, 697, 81, 'Bertsdorf', 508843700, 147329100, 0),
(81585, 697, 81, 'Birkenwald', 502833300, 122500000, 0),
(81586, 697, 81, 'Bischheim', 512405700, 140330500, 0),
(81587, 697, 81, 'Blasewitz', 510530500, 137983100, 0),
(81588, 697, 81, 'Bockelwitz', 512000000, 129666700, 0),
(81589, 697, 81, 'Bockmuhlen', 503804400, 123247500, 0),
(81590, 697, 81, 'Bohlitz-Ehrenberg', 513575800, 122925900, 0),
(81591, 697, 81, 'Borsdorf', 513500000, 125333300, 0),
(81592, 697, 81, 'Boxberg', 514037300, 145759800, 0),
(81593, 697, 81, 'Braunsteich', 514968100, 146831700, 0),
(81594, 697, 81, 'Breitenbrunn', 504755300, 127664900, 0),
(81595, 697, 81, 'Buchenhain', 508382700, 140043800, 0),
(81596, 697, 81, 'Burgstadt', 509133300, 128060000, 0),
(81597, 697, 81, 'Cainsdorf', 506723200, 124884400, 0),
(81598, 697, 81, 'Callenberg', 508500000, 126333300, 0),
(81599, 697, 81, 'Carlsberg', 510897500, 144664100, 0),
(81600, 697, 81, 'Commichau', 511395300, 128343100, 0),
(81601, 697, 81, 'Concordiaplatz', 507333300, 127166700, 0),
(81602, 697, 81, 'Cranzahl', 505147300, 129918000, 0),
(81603, 697, 81, 'Crossen', 507596700, 124900600, 0),
(81604, 697, 81, 'Crottendorf', 505166700, 129500000, 0),
(81605, 697, 81, 'Crumbach', 509794100, 131061900, 0),
(81606, 697, 81, 'Cunewalde', 511000000, 145166700, 0),
(81607, 697, 81, 'Dennheritz', 508141200, 124651900, 0),
(81608, 697, 81, 'Dippoldiswalde', 508962100, 136690500, 0),
(81609, 697, 81, 'Dittrich', 508530600, 125072000, 0),
(81610, 697, 81, 'Dohma', 509166700, 139333300, 0),
(81611, 697, 81, 'Dohna', 509562100, 138583900, 0),
(81612, 697, 81, 'Dosen', 512855500, 124103700, 0),
(81613, 697, 81, 'Drebach', 506666700, 130333300, 0),
(81614, 697, 81, 'Eibenstock', 504943100, 125997800, 0),
(81615, 697, 81, 'Eich', 505480000, 123514200, 0),
(81616, 697, 81, 'Ellefeld', 504836700, 123888000, 0),
(81617, 697, 81, 'Elsterberg', 506084100, 121678700, 0),
(81618, 697, 81, 'Engelsdorf', 513343800, 124821500, 0),
(81619, 697, 81, 'Erla', 505168800, 127840100, 0),
(81620, 697, 81, 'Erlbach', 503166700, 123666700, 0),
(81621, 697, 81, 'Eschenbach', 503680200, 123208900, 0),
(81622, 697, 81, 'Espenhain', 511833300, 124666700, 0),
(81623, 697, 81, 'Euba', 508390600, 130239900, 0),
(81624, 697, 81, 'Fichtigsthal', 508740200, 127493400, 0),
(81625, 697, 81, 'Flemsdorf', 514653800, 122742900, 0),
(81626, 697, 81, 'Floha', 508561300, 130740700, 0),
(81627, 697, 81, 'Friedewald', 511400100, 136616300, 0),
(81628, 697, 81, 'Gablenz', 506740500, 127665000, 0),
(81629, 697, 81, 'Gaudlitz', 512125900, 130311400, 0),
(81630, 697, 81, 'Gautzsch', 512781800, 123629200, 0),
(81631, 697, 81, 'Geising', 507625200, 137856100, 0),
(81632, 697, 81, 'Geithain', 510552800, 126967400, 0),
(81633, 697, 81, 'Gelenau', 507115200, 129666600, 0),
(81634, 697, 81, 'Gerichshain', 513557000, 125831200, 0),
(81635, 697, 81, 'Goldhausen', 512333300, 131833300, 0),
(81636, 697, 81, 'Gopplasgrun', 503241800, 123776400, 0),
(81637, 697, 81, 'Gornsdorf', 507000000, 128833300, 0),
(81638, 697, 81, 'Gorschlitz', 515779600, 126482800, 0),
(81639, 697, 81, 'Gottesberg', 504260100, 124821800, 0),
(81640, 697, 81, 'Greifenhain', 510588900, 125892500, 0),
(81641, 697, 81, 'Grethen', 512343900, 126619000, 0),
(81642, 697, 81, 'Griessbach', 506051700, 126154600, 0),
(81643, 697, 81, 'Groitzsch', 510671200, 134199300, 0),
(81644, 697, 81, 'Grossdittmannsdorf', 511972600, 137714500, 0),
(81645, 697, 81, 'Grossenhain', 512895100, 135335000, 0),
(81646, 697, 81, 'Grossposna', 512666700, 125000000, 0),
(81647, 697, 81, 'Grossstadteln', 512611000, 123785800, 0),
(81648, 697, 81, 'Grossweitzschen', 511666700, 130500000, 0),
(81649, 697, 81, 'Grube', 511550800, 146785600, 0),
(81650, 697, 81, 'Grunbach', 504499500, 123618600, 0),
(81651, 697, 81, 'Grund', 509936200, 134716700, 0),
(81652, 697, 81, 'Halsbach', 509239500, 133768900, 0),
(81653, 697, 81, 'Halsbrucke', 509500000, 133500000, 0),
(81654, 697, 81, 'Hammerstadt', 513959700, 147513400, 0),
(81655, 697, 81, 'Hartau', 508532900, 148053600, 0),
(81656, 697, 81, 'Hartenstein', 506623600, 126696600, 0),
(81657, 697, 81, 'Hasslau', 510995500, 131839200, 0),
(81658, 697, 81, 'Hausdorf', 508878800, 130861100, 0),
(81659, 697, 81, 'Heideberg', 514652900, 131428500, 0),
(81660, 697, 81, 'Herold', 506767100, 129794000, 0),
(81661, 697, 81, 'Hohenlohe', 512183800, 122145400, 0),
(81662, 697, 81, 'Hohenroda', 514988100, 124282800, 0),
(81663, 697, 81, 'Holle', 506833300, 133333300, 0),
(81664, 697, 81, 'Holtendorf', 511482900, 148993100, 0),
(81665, 697, 81, 'Jahnishausen', 512741600, 132793800, 0),
(81666, 697, 81, 'Johanngeorgenstadt', 504325400, 127114000, 0),
(81667, 697, 81, 'Kalk', 507007600, 131738600, 0),
(81668, 697, 81, 'Kandler', 508555200, 127921700, 0),
(81669, 697, 81, 'Kapellenberg', 510666700, 144333300, 0),
(81670, 697, 81, 'Kaufungen', 508894800, 126851800, 0),
(81671, 697, 81, 'Kegel', 503218400, 123932800, 0),
(81672, 697, 81, 'Kessel', 503148800, 122937400, 0),
(81673, 697, 81, 'Kirschau', 510931700, 144284000, 0),
(81674, 697, 81, 'Kitzen', 512166700, 122333300, 0),
(81675, 697, 81, 'Kleeberg', 512166700, 149000000, 0),
(81676, 697, 81, 'Kleinbeucha', 511580000, 125910200, 0),
(81677, 697, 81, 'Kleinluga', 509883700, 138295600, 0),
(81678, 697, 81, 'Kleinschirma', 509067600, 132892800, 0),
(81679, 697, 81, 'Kleinschweidnitz', 510741800, 146591000, 0),
(81680, 697, 81, 'Klingenthal', 503596200, 124646300, 0),
(81681, 697, 81, 'Klingewalde', 511810600, 149787000, 0),
(81682, 697, 81, 'Koblitz', 511000000, 144833300, 0),
(81683, 697, 81, 'Kodersdorf', 512333300, 148833300, 0),
(81684, 697, 81, 'Kohren-Sahlis', 510188300, 126042400, 0),
(81685, 697, 81, 'Konigstein', 509157000, 140718600, 0),
(81686, 697, 81, 'Krebs', 509372400, 138936100, 0),
(81687, 697, 81, 'Kreischa', 509453400, 137551400, 0),
(81688, 697, 81, 'Kriebstein', 510500000, 130166700, 0),
(81689, 697, 81, 'Krostitz', 514620800, 124536000, 0),
(81690, 697, 81, 'Lampertswalde', 513166700, 136666700, 0),
(81691, 697, 81, 'Langenau', 508395800, 132958800, 0),
(81692, 697, 81, 'Langenchursdorf', 508537000, 126724400, 0),
(81693, 697, 81, 'Laske', 513008400, 142299600, 0),
(81694, 697, 81, 'Last', 516299000, 129846100, 0),
(81695, 697, 81, 'Laubach', 512278400, 134673100, 0),
(81696, 697, 81, 'Laue', 515570100, 123886900, 0),
(81697, 697, 81, 'Lauenstein', 507831200, 138236500, 0),
(81698, 697, 81, 'Laussnitz', 512500000, 138833300, 0),
(81699, 697, 81, 'Lauta', 506655100, 131445600, 0),
(81700, 697, 81, 'Lauterhofen', 505845500, 124914900, 0),
(81701, 697, 81, 'Lehn', 511228200, 144209200, 0),
(81702, 697, 81, 'Lehnhauser', 511802400, 147733600, 0),
(81703, 697, 81, 'Lichtenwalde', 508844500, 130034200, 0),
(81704, 697, 81, 'Liebenau', 507881300, 138544000, 0),
(81705, 697, 81, 'Liebersee', 514642300, 131660900, 0),
(81706, 697, 81, 'Lieske', 513276800, 145297100, 0),
(81707, 697, 81, 'Limbach-Oberfrohna', 508588200, 127616500, 0),
(81708, 697, 81, 'Lippendorf', 511725700, 123671700, 0),
(81709, 697, 81, 'Lissa', 515000000, 122833300, 0),
(81710, 697, 81, 'Lommatzsch', 511953700, 133091700, 0),
(81711, 697, 81, 'Loschwitz', 510538600, 138139300, 0),
(81712, 697, 81, 'Malter', 509175900, 136617600, 0),
(81713, 697, 81, 'Marienau', 507213400, 126349400, 0),
(81714, 697, 81, 'Mark', 511500000, 126166700, 0),
(81715, 697, 81, 'Markranstadt', 513014600, 122202000, 0),
(81716, 697, 81, 'Marsdorf', 511633600, 137666400, 0),
(81717, 697, 81, 'Meerane', 508468800, 124647300, 0),
(81718, 697, 81, 'Memmendorf', 508814000, 131945200, 0),
(81719, 697, 81, 'Meusen', 510000000, 128000000, 0),
(81720, 697, 81, 'Mildenau', 506000000, 130833300, 0),
(81721, 697, 81, 'Mohsdorf', 509342700, 128268400, 0),
(81722, 697, 81, 'Moritzburg', 511592200, 136802100, 0),
(81723, 697, 81, 'Mosel', 507811800, 124755600, 0),
(81724, 697, 81, 'Muhlau', 509000000, 127666700, 0),
(81725, 697, 81, 'Mulde', 504166700, 124000000, 0),
(81726, 697, 81, 'Muldenberg', 504157700, 124011600, 0),
(81727, 697, 81, 'Mulsen Sankt Micheln', 507490400, 125718000, 0),
(81728, 697, 81, 'Mutschlena', 514385000, 124918100, 0),
(81729, 697, 81, 'Mutzschen', 512615900, 128912500, 0),
(81730, 697, 81, 'Mylau', 506186100, 122653600, 0),
(81731, 697, 81, 'Nardt', 514572900, 141999700, 0),
(81732, 697, 81, 'Nassau', 507632500, 135421600, 0),
(81733, 697, 81, 'Naunhof', 511841300, 129850300, 0),
(81734, 697, 81, 'Neuberg', 504889500, 123948400, 0),
(81735, 697, 81, 'Neuenhauser', 510916500, 145508100, 0),
(81736, 697, 81, 'Neuensalz', 505000000, 122166700, 0),
(81737, 697, 81, 'Neuhausen', 506764700, 134675000, 0),
(81738, 697, 81, 'Neukirch', 512833300, 139833300, 0),
(81739, 697, 81, 'Niederbobritzsch', 508991300, 134360600, 0),
(81740, 697, 81, 'Niedergurig', 512267800, 144786100, 0),
(81741, 697, 81, 'Niederwildberg', 511166700, 135833300, 0),
(81742, 697, 81, 'Niesky', 512924100, 148210700, 0),
(81743, 697, 81, 'Nutzung', 508000000, 127500000, 0),
(81744, 697, 81, 'Oberebenheit', 509445200, 139698300, 0),
(81745, 697, 81, 'Obergorbitz', 510500000, 136666700, 0),
(81746, 697, 81, 'Oberholz', 512602100, 125076500, 0),
(81747, 697, 81, 'Oberlossnitz', 511031900, 136809700, 0),
(81748, 697, 81, 'Oberwiera', 508833300, 125000000, 0),
(81749, 697, 81, 'Oederan', 508606400, 131716400, 0),
(81750, 697, 81, 'Oelsnitz', 504147000, 121695000, 0),
(81751, 697, 81, 'Olbernhau', 506587000, 133425000, 0),
(81752, 697, 81, 'Ossa', 510252600, 126660000, 0),
(81753, 697, 81, 'Panitz', 512521100, 132260000, 0),
(81754, 697, 81, 'Panschwitz-Kuckau', 512333300, 142000000, 0),
(81755, 697, 81, 'Paunsdorf', 513494800, 124449400, 0),
(81756, 697, 81, 'Pausa', 505817200, 119973200, 0),
(81757, 697, 81, 'Penig', 509333600, 127042200, 0),
(81758, 697, 81, 'Peres', 511738800, 123376100, 0),
(81759, 697, 81, 'Pfaffenhain', 507538200, 128244900, 0),
(81760, 697, 81, 'Platten', 503192500, 123284000, 0),
(81761, 697, 81, 'Plaussig', 513922800, 124531400, 0),
(81762, 697, 81, 'Pleissa', 508358200, 127661100, 0),
(81763, 697, 81, 'Pockau', 507000000, 132333300, 0),
(81764, 697, 81, 'Polenz', 510244500, 141819800, 0),
(81765, 697, 81, 'Posthausen', 513552200, 126016200, 0),
(81766, 697, 81, 'Priestewitz', 512500000, 135166700, 0),
(81767, 697, 81, 'Pulsnitz', 511832000, 140141600, 0),
(81768, 697, 81, 'Rabenau', 509648400, 136430500, 0),
(81769, 697, 81, 'Rabenberg', 509585400, 128092700, 0),
(81770, 697, 81, 'Rackwitz', 514333300, 123833300, 0),
(81771, 697, 81, 'Radeburg', 512151600, 137281000, 0),
(81772, 697, 81, 'Radefeld', 514227500, 122972400, 0),
(81773, 697, 81, 'Radibor', 512448100, 143984200, 0),
(81774, 697, 81, 'Rautenkranz', 504592900, 124934300, 0),
(81775, 697, 81, 'Rechenberg', 507354000, 135576000, 0),
(81776, 697, 81, 'Regis-Breitingen', 510915200, 124459800, 0),
(81777, 697, 81, 'Reichenberg', 511267900, 136797900, 0),
(81778, 697, 81, 'Reichstein', 508778600, 140467900, 0),
(81779, 697, 81, 'Reinberg', 509181300, 137123100, 0),
(81780, 697, 81, 'Reissig', 505202800, 121477700, 0),
(81781, 697, 81, 'Remse', 508500000, 125666700, 0),
(81782, 697, 81, 'Riegel', 514321100, 143578900, 0),
(81783, 697, 81, 'Rodewisch', 505308300, 124132900, 0),
(81784, 697, 81, 'Rohrsdorf', 508621300, 128338900, 0),
(81785, 697, 81, 'Rossgen', 509894900, 129781800, 0),
(81786, 697, 81, 'Ruben', 512166700, 124166700, 0),
(81787, 697, 81, 'Sacka', 512840200, 137915800, 0),
(81788, 697, 81, 'Sand', 509616000, 133471600, 0),
(81789, 697, 81, 'Saxonia', 513870500, 141115300, 0),
(81790, 697, 81, 'Schaller', 507731300, 126359600, 0),
(81791, 697, 81, 'Scheibe', 505666700, 130000000, 0),
(81792, 697, 81, 'Schellenberg', 508051700, 131214900, 0),
(81793, 697, 81, 'Schleife', 515333300, 145333300, 0),
(81794, 697, 81, 'Schlema', 506025700, 126728800, 0),
(81795, 697, 81, 'Schmiedeberg', 508364400, 136762200, 0),
(81796, 697, 81, 'Schneeberg', 505946500, 126413900, 0),
(81797, 697, 81, 'Schoenheide', 505045800, 125215800, 0),
(81798, 697, 81, 'Schwarze Pumpe', 515383800, 143416100, 0),
(81799, 697, 81, 'Sdier', 512676100, 144953400, 0),
(81800, 697, 81, 'Sebnitz', 509754000, 142757900, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(81801, 697, 81, 'Seidnitz', 510268200, 138052700, 0),
(81802, 697, 81, 'Seifen', 509194300, 136383700, 0),
(81803, 697, 81, 'Seifertshain', 512941000, 125179100, 0),
(81804, 697, 81, 'Seifhennersdorf', 509349200, 146019400, 0),
(81805, 697, 81, 'Sohl', 502756700, 122834300, 0),
(81806, 697, 81, 'Sohland', 510408900, 144189700, 0),
(81807, 697, 81, 'Sommerberg', 503500000, 124000000, 0),
(81808, 697, 81, 'Sommerfeld', 513467000, 124871400, 0),
(81809, 697, 81, 'Spitzgrund', 511500000, 135833300, 0),
(81810, 697, 81, 'Stenz', 512669400, 138860600, 0),
(81811, 697, 81, 'Strand', 509399900, 140725400, 0),
(81812, 697, 81, 'Strauch', 513659500, 135746400, 0),
(81813, 697, 81, 'Strehla', 511689300, 144410900, 0),
(81814, 697, 81, 'Tanneberg', 510267900, 129646700, 0),
(81815, 697, 81, 'Tannenberg', 506000000, 129500000, 0),
(81816, 697, 81, 'Thermalbad Wiesenbad', 506166700, 130500000, 0),
(81817, 697, 81, 'Thiendorf', 512937500, 137412400, 0),
(81818, 697, 81, 'Thum', 506708100, 129509000, 0),
(81819, 697, 81, 'Thurm', 507667500, 125515900, 0),
(81820, 697, 81, 'Torfhaus', 515592500, 127456000, 0),
(81821, 697, 81, 'Torgau', 515601600, 129961700, 0),
(81822, 697, 81, 'Treuen', 505424700, 123033900, 0),
(81823, 697, 81, 'Trieb', 504806600, 122904000, 0),
(81824, 697, 81, 'Uebigau', 513398600, 135614700, 0),
(81825, 697, 81, 'Venusberg', 506991800, 130185400, 0),
(81826, 697, 81, 'Wachau', 511666700, 139000000, 0),
(81827, 697, 81, 'Wahlen', 508063000, 123905700, 0),
(81828, 697, 81, 'Walda', 513204500, 134940300, 0),
(81829, 697, 81, 'Waldheim', 510728200, 130200400, 0),
(81830, 697, 81, 'Waldhof', 513638800, 140479300, 0),
(81831, 697, 81, 'Waldkirchen', 505966700, 123799400, 0),
(81832, 697, 81, 'Wechselburg', 510000000, 127666700, 0),
(81833, 697, 81, 'Weidensdorf', 508478500, 125392900, 0),
(81834, 697, 81, 'Weischlitz', 504500000, 120666700, 0),
(81835, 697, 81, 'Weissenborn', 507340700, 124698300, 0),
(81836, 697, 81, 'Weisser Hirsch', 510628700, 138206300, 0),
(81837, 697, 81, 'Weisswasser', 515040300, 146401700, 0),
(81838, 697, 81, 'Welsau', 515721600, 129697000, 0),
(81839, 697, 81, 'Werda', 504333300, 123166700, 0),
(81840, 697, 81, 'Wetro', 512503900, 143097400, 0),
(81841, 697, 81, 'Wiedemar', 514666700, 122000000, 0),
(81842, 697, 81, 'Wiederitzsch', 513975000, 123727200, 0),
(81843, 697, 81, 'Wiesen', 506480600, 125521800, 0),
(81844, 697, 81, 'Wildenau', 505387400, 128004600, 0),
(81845, 697, 81, 'Wildenfels', 506678400, 126088600, 0),
(81846, 697, 81, 'Wilthen', 510974500, 143929000, 0),
(81847, 697, 81, 'Wittichenau', 513849600, 142440300, 0),
(81848, 697, 81, 'Wurzen', 513707000, 127393800, 0),
(81849, 697, 81, 'Zedtlitz', 511034000, 125141000, 0),
(81850, 697, 81, 'Zeissig', 514236600, 142759800, 0),
(81851, 697, 81, 'Zeithain', 513335600, 133380900, 0),
(81852, 697, 81, 'Zelle', 505890800, 127087700, 0),
(81853, 697, 81, 'Zietsch', 513166700, 139000000, 0),
(81854, 697, 81, 'Zimpel', 513260300, 146133900, 0),
(81855, 697, 81, 'Zschadrass', 511382800, 128184800, 0),
(81856, 697, 81, 'Zschepplin', 515000000, 126000000, 0),
(81857, 697, 81, 'Zschernitz', 515268000, 122283000, 0),
(81858, 697, 81, 'Zschopau', 507481800, 130769100, 0),
(81859, 697, 81, 'Zschortau', 514793000, 123589300, 0),
(81860, 697, 81, 'Zwenkau', 512187200, 123300800, 0),
(81861, 697, 81, 'Zwiesel', 508790500, 139686800, 0),
(81862, 699, 81, 'Achterwehr', 543131800, 99661000, 0),
(81863, 699, 81, 'Adolfskoog', 544166700, 89666700, 0),
(81864, 699, 81, 'Altholzkrug', 547500000, 93833300, 0),
(81865, 699, 81, 'Altstadter Garten', 543111100, 96416700, 0),
(81866, 699, 81, 'Alveslohe', 537833300, 99166700, 0),
(81867, 699, 81, 'Anker', 536879100, 106378500, 0),
(81868, 699, 81, 'Arup', 546183200, 96392200, 0),
(81869, 699, 81, 'Ascheberg', 541502700, 103455200, 0),
(81870, 699, 81, 'Aukrug', 540833300, 97833300, 0),
(81871, 699, 81, 'Barg', 547409400, 96836300, 0),
(81872, 699, 81, 'Barlt', 540166700, 90500000, 0),
(81873, 699, 81, 'Barsbek', 544000000, 103166700, 0),
(81874, 699, 81, 'Barsbuettel', 535666700, 101666700, 0),
(81875, 699, 81, 'Bass', 539500000, 100166700, 0),
(81876, 699, 81, 'Bauland', 536691500, 96308800, 0),
(81877, 699, 81, 'Belmermoor', 539138000, 91287200, 0),
(81878, 699, 81, 'Bendorf', 540833300, 93833300, 0),
(81879, 699, 81, 'Besenbek', 537598000, 96321500, 0),
(81880, 699, 81, 'Bevern', 537559200, 97708800, 0),
(81881, 699, 81, 'Blasberg', 548000000, 94500000, 0),
(81882, 699, 81, 'Blunk', 540166700, 103166700, 0),
(81883, 699, 81, 'Bockhorn', 539188100, 101362200, 0),
(81884, 699, 81, 'Bohle', 546833300, 90166700, 0),
(81885, 699, 81, 'Bokel', 538666700, 97333300, 0),
(81886, 699, 81, 'Borgdorf', 541833300, 98833300, 0),
(81887, 699, 81, 'Bosbull', 548166700, 88666700, 0),
(81888, 699, 81, 'Bosdorf', 541500000, 104833300, 0),
(81889, 699, 81, 'Brammer', 542000000, 97666700, 0),
(81890, 699, 81, 'Bramstedt', 548403300, 90852800, 0),
(81891, 699, 81, 'Brasilien', 544242200, 103909200, 0),
(81892, 699, 81, 'Bredenbek', 540772600, 103838100, 0),
(81893, 699, 81, 'Breitenberg', 539241300, 96351400, 0),
(81894, 699, 81, 'Breklum', 546000000, 89833300, 0),
(81895, 699, 81, 'Brok', 543166700, 107833300, 0),
(81896, 699, 81, 'Brux', 542740600, 98673000, 0),
(81897, 699, 81, 'Bunge', 544318900, 93312000, 0),
(81898, 699, 81, 'Cleve', 539118800, 106769500, 0),
(81899, 699, 81, 'Cleverbruck', 539040000, 106688400, 0),
(81900, 699, 81, 'Dageling', 538833300, 95333300, 0),
(81901, 699, 81, 'Dahl', 537000000, 97666700, 0),
(81902, 699, 81, 'Damp', 545833300, 99833300, 0),
(81903, 699, 81, 'Datum', 536166700, 98000000, 0),
(81904, 699, 81, 'Delingsdorf', 537000000, 102500000, 0),
(81905, 699, 81, 'Eggebek', 546166700, 93666700, 0),
(81906, 699, 81, 'Einhaus', 537166700, 107333300, 0),
(81907, 699, 81, 'Espe', 538500000, 95833300, 0),
(81908, 699, 81, 'Fehmarn', 544378000, 111935200, 0),
(81909, 699, 81, 'Feierabend', 543000000, 91833300, 0),
(81910, 699, 81, 'Felde', 543000000, 99333300, 0),
(81911, 699, 81, 'Fitzen', 534948900, 106466100, 0),
(81912, 699, 81, 'Fockbek', 543000000, 96000000, 0),
(81913, 699, 81, 'Fredeburg', 536666700, 107166700, 0),
(81914, 699, 81, 'Freudenberg', 540166700, 103500000, 0),
(81915, 699, 81, 'Friedrichskoog', 540166700, 89166700, 0),
(81916, 699, 81, 'Gath', 547883300, 88403600, 0),
(81917, 699, 81, 'Gnutz', 541333300, 98166700, 0),
(81918, 699, 81, 'Grauel', 540666700, 96666700, 0),
(81919, 699, 81, 'Gremmerup', 547812700, 95779100, 0),
(81920, 699, 81, 'Grill', 537883900, 94733600, 0),
(81921, 699, 81, 'Grode', 546333300, 87166700, 0),
(81922, 699, 81, 'Gulde', 546926500, 98413200, 0),
(81923, 699, 81, 'Haffkrug', 540522500, 107465400, 0),
(81924, 699, 81, 'Hagen', 539465200, 98265900, 0),
(81925, 699, 81, 'Hammoor', 537137800, 103220000, 0),
(81926, 699, 81, 'Hartenholm', 539000000, 100833300, 0),
(81927, 699, 81, 'Hasenmoor', 539000000, 99833300, 0),
(81928, 699, 81, 'Hasloh', 536833300, 99000000, 0),
(81929, 699, 81, 'Hassendorf', 540772700, 105016800, 0),
(81930, 699, 81, 'Heidkoppel', 544318100, 103337500, 0),
(81931, 699, 81, 'Heikendorf', 543666700, 102000000, 0),
(81932, 699, 81, 'Helgoland', 541814300, 78863000, 0),
(81933, 699, 81, 'Henstedt', 537902500, 100054200, 0),
(81934, 699, 81, 'Herzhorn', 537833300, 94833300, 0),
(81935, 699, 81, 'Hesel', 541078600, 91017100, 0),
(81936, 699, 81, 'Hochfeld', 538931900, 93738900, 0),
(81937, 699, 81, 'Hohenlockstedt', 539666700, 96166700, 0),
(81938, 699, 81, 'Hohenraden', 536957000, 98212700, 0),
(81939, 699, 81, 'Hohenwestedt', 540833300, 96666700, 0),
(81940, 699, 81, 'Hohewarte', 538619900, 107217300, 0),
(81941, 699, 81, 'Hohn', 543000000, 95000000, 0),
(81942, 699, 81, 'Holm', 536166700, 96666700, 0),
(81943, 699, 81, 'Holt', 548166700, 91500000, 0),
(81944, 699, 81, 'Horsten', 540166700, 105500000, 0),
(81945, 699, 81, 'Hude', 538166700, 104500000, 0),
(81946, 699, 81, 'Janneby', 546333300, 93000000, 0),
(81947, 699, 81, 'Jersbek', 537333300, 102166700, 0),
(81948, 699, 81, 'Johannistal', 543555500, 108819500, 0),
(81949, 699, 81, 'Kampen', 538554800, 99356700, 0),
(81950, 699, 81, 'Kanzlei', 541333300, 90333300, 0),
(81951, 699, 81, 'Karlsberg', 548333300, 94000000, 0),
(81952, 699, 81, 'Kayhude', 537666700, 101333300, 0),
(81953, 699, 81, 'Keitum', 548929000, 83709000, 0),
(81954, 699, 81, 'Kellenhusen', 541933800, 110616500, 0),
(81955, 699, 81, 'Kisdorf', 538166700, 100166700, 0),
(81956, 699, 81, 'Klamp', 543000000, 105333300, 0),
(81957, 699, 81, 'Kletkamp', 542500000, 106333300, 0),
(81958, 699, 81, 'Klostersee', 542000000, 110166700, 0),
(81959, 699, 81, 'Knoop', 543748300, 101019200, 0),
(81960, 699, 81, 'Knorburg', 547111800, 90700900, 0),
(81961, 699, 81, 'Koberg', 536333300, 105166700, 0),
(81962, 699, 81, 'Kohn', 543500000, 104500000, 0),
(81963, 699, 81, 'Kornick', 541500000, 109333300, 0),
(81964, 699, 81, 'Krempe', 538369400, 94883000, 0),
(81965, 699, 81, 'Krempel', 543166700, 90333300, 0),
(81966, 699, 81, 'Kreuzweg', 535166700, 102333300, 0),
(81967, 699, 81, 'Kropp', 544166700, 95166700, 0),
(81968, 699, 81, 'Kuecknitz', 539135100, 108054800, 0),
(81969, 699, 81, 'Kummerfeld', 536833300, 97833300, 0),
(81970, 699, 81, 'Lander', 537055200, 96337400, 0),
(81971, 699, 81, 'Langenharm', 537166700, 100000000, 0),
(81972, 699, 81, 'Langenhorn', 543333300, 92666700, 0),
(81973, 699, 81, 'Langenhorst', 537166700, 103000000, 0),
(81974, 699, 81, 'Langwedel', 542166700, 99333300, 0),
(81975, 699, 81, 'Lehmkuhl', 538970200, 95652800, 0),
(81976, 699, 81, 'Lehmrade', 536000000, 107500000, 0),
(81977, 699, 81, 'Lensahn', 542333300, 108833300, 0),
(81978, 699, 81, 'Lindholm', 547601000, 88745500, 0),
(81979, 699, 81, 'Lohe', 539000000, 106500000, 0),
(81980, 699, 81, 'Loop', 541500000, 99500000, 0),
(81981, 699, 81, 'Loose', 545166700, 98833300, 0),
(81982, 699, 81, 'Lubscher Kamp', 539044700, 94824400, 0),
(81983, 699, 81, 'Luebeck St. Gertrud', 487823200, 91770200, 0),
(81984, 699, 81, 'Lunden', 543333300, 90166700, 0),
(81985, 699, 81, 'Marne', 539523400, 90110700, 0),
(81986, 699, 81, 'Marnerdeich', 539500000, 89833300, 0),
(81987, 699, 81, 'Meldorf', 540918200, 90687000, 0),
(81988, 699, 81, 'Meyn', 547666700, 92166700, 0),
(81989, 699, 81, 'Middelburg', 540813100, 106826200, 0),
(81990, 699, 81, 'Molfsee', 542666700, 100666700, 0),
(81991, 699, 81, 'Moorhusen', 537565700, 95365300, 0),
(81992, 699, 81, 'Moorkaten', 538214500, 99120900, 0),
(81993, 699, 81, 'Moorrege', 536666700, 96666700, 0),
(81994, 699, 81, 'Morsum', 548698900, 84393900, 0),
(81995, 699, 81, 'Murwik', 548135700, 94606900, 0),
(81996, 699, 81, 'Nahe', 538000000, 101333300, 0),
(81997, 699, 81, 'Nebel', 546508500, 83537300, 0),
(81998, 699, 81, 'Nehring', 541666700, 90666700, 0),
(81999, 699, 81, 'Neumuhlen', 543336400, 101959500, 0),
(82000, 699, 81, 'Niesgrau', 547500000, 98166700, 0),
(82001, 699, 81, 'Nobiskrug', 543084700, 97092900, 0),
(82002, 699, 81, 'Nordende', 544000000, 89833300, 0),
(82003, 699, 81, 'Norderfriedrichskoog', 544038700, 88968000, 0),
(82004, 699, 81, 'Norderreihe', 544000000, 88500000, 0),
(82005, 699, 81, 'Nordheide', 541833300, 93500000, 0),
(82006, 699, 81, 'Nordholz', 541000000, 92833300, 0),
(82007, 699, 81, 'Oelixdorf', 539333300, 95666700, 0),
(82008, 699, 81, 'Oersdorf', 538333300, 99833300, 0),
(82009, 699, 81, 'Offenau', 537666700, 96833300, 0),
(82010, 699, 81, 'Ording', 543333300, 86000000, 0),
(82011, 699, 81, 'Orth', 544474800, 110520800, 0),
(82012, 699, 81, 'Ostermoor', 536737800, 99044600, 0),
(82013, 699, 81, 'Osterronfeld', 542833300, 97000000, 0),
(82014, 699, 81, 'Owschlag', 543833300, 96000000, 0),
(82015, 699, 81, 'Plugge', 542720300, 109609700, 0),
(82016, 699, 81, 'Poggensee', 536500000, 105833300, 0),
(82017, 699, 81, 'Pries', 544027700, 101571500, 0),
(82018, 699, 81, 'Prisdorf', 536833300, 97500000, 0),
(82019, 699, 81, 'Puls', 540833300, 95166700, 0),
(82020, 699, 81, 'Rehagen', 537069700, 102043700, 0),
(82021, 699, 81, 'Rehm', 543005400, 90393300, 0),
(82022, 699, 81, 'Reisiek', 537574600, 96994500, 0),
(82023, 699, 81, 'Renzel', 537214000, 98586700, 0),
(82024, 699, 81, 'Rickert', 543333300, 96666700, 0),
(82025, 699, 81, 'Rosdorf', 539780200, 97273900, 0),
(82026, 699, 81, 'Roseburg', 535333300, 106333300, 0),
(82027, 699, 81, 'Rosendahl', 544777700, 91007100, 0),
(82028, 699, 81, 'Rosenkranz', 548956000, 87505000, 0),
(82029, 699, 81, 'Rotekate', 540666700, 100166700, 0),
(82030, 699, 81, 'Rott', 544403000, 92771800, 0),
(82031, 699, 81, 'Rumpel', 537833300, 103500000, 0),
(82032, 699, 81, 'Rusdorf', 541902300, 91077400, 0),
(82033, 699, 81, 'Schacht', 543052600, 97206700, 0),
(82034, 699, 81, 'Schafflund', 547666700, 91833300, 0),
(82035, 699, 81, 'Schellhorn', 542295200, 102940200, 0),
(82036, 699, 81, 'Schmalfeld', 538833300, 99666700, 0),
(82037, 699, 81, 'Schoenberg', 543950000, 103734100, 0),
(82038, 699, 81, 'Schonhorst', 542264400, 101060100, 0),
(82039, 699, 81, 'Schotten', 539173100, 93240700, 0),
(82040, 699, 81, 'Schulau', 535748700, 97127700, 0),
(82041, 699, 81, 'Schwabe', 542512200, 96823600, 0),
(82042, 699, 81, 'Sehestedt', 543666700, 98166700, 0),
(82043, 699, 81, 'Sereetz', 539223100, 107380200, 0),
(82044, 699, 81, 'Seth', 538500000, 101833300, 0),
(82045, 699, 81, 'Sierksdorf', 540666700, 107666700, 0),
(82046, 699, 81, 'Sohren', 539106400, 104299100, 0),
(82047, 699, 81, 'Sollerup', 545833300, 93166700, 0),
(82048, 699, 81, 'Stadum', 547333300, 90500000, 0),
(82049, 699, 81, 'Stelle', 542500000, 90666700, 0),
(82050, 699, 81, 'Stift', 543855200, 101322400, 0),
(82051, 699, 81, 'Strande', 544333300, 101666700, 0),
(82052, 699, 81, 'Struckum', 545833300, 90000000, 0),
(82053, 699, 81, 'Struxdorf', 546333300, 96500000, 0),
(82054, 699, 81, 'Stuvenborn', 538500000, 101333300, 0),
(82055, 699, 81, 'Suden', 544846900, 88540800, 0),
(82056, 699, 81, 'Surendorf', 544726300, 100763000, 0),
(82057, 699, 81, 'Sylt-Ost', 548611000, 84114100, 0),
(82058, 699, 81, 'Tarp', 546666700, 94000000, 0),
(82059, 699, 81, 'Tasdorf', 541000000, 100333300, 0),
(82060, 699, 81, 'Thumby', 545833300, 99166700, 0),
(82061, 699, 81, 'Trappenkamp', 540500000, 102500000, 0),
(82062, 699, 81, 'Triangel', 539779300, 90043500, 0),
(82063, 699, 81, 'Trittau', 536166700, 104000000, 0),
(82064, 699, 81, 'Ulstrupfeld', 548264600, 95409300, 0),
(82065, 699, 81, 'Ulzburg', 537928400, 99838300, 0),
(82066, 699, 81, 'Viertbruch', 537518900, 101899600, 0),
(82067, 699, 81, 'Vorwerk', 538936900, 106848900, 0),
(82068, 699, 81, 'Wasbek', 540666700, 99000000, 0),
(82069, 699, 81, 'Wasserloos', 548000000, 94833300, 0),
(82070, 699, 81, 'Wassersleben', 548333300, 94166700, 0),
(82071, 699, 81, 'Weding', 547478500, 93887200, 0),
(82072, 699, 81, 'Wees', 548166700, 95166700, 0),
(82073, 699, 81, 'Weide', 539429500, 100187100, 0),
(82074, 699, 81, 'Weissenhaus', 543018500, 107672000, 0),
(82075, 699, 81, 'Welt', 543024800, 87945800, 0),
(82076, 699, 81, 'Wenningstedt', 549357700, 83299500, 0),
(82077, 699, 81, 'Westerronfeld', 542833300, 96500000, 0),
(82078, 699, 81, 'Wiemersdorf', 539581500, 99029700, 0),
(82079, 699, 81, 'Windeby', 544666700, 98166700, 0),
(82080, 699, 81, 'Witzhave', 535666700, 103333300, 0),
(82081, 699, 81, 'Wohltorf', 535166700, 102833300, 0),
(82082, 699, 81, 'Wulfsmoor', 539123300, 97240200, 0),
(82083, 700, 81, 'Albrechts', 506193500, 106418600, 0),
(82084, 700, 81, 'Altendorf', 508373600, 115758600, 0),
(82085, 700, 81, 'Angelroda', 507500000, 108666700, 0),
(82086, 700, 81, 'Artern', 513643200, 112916800, 0),
(82087, 700, 81, 'Aue', 507188700, 104315300, 0),
(82088, 700, 81, 'Auma', 507004400, 118995800, 0),
(82089, 700, 81, 'Bad Colberg', 502743100, 107995600, 0),
(82090, 700, 81, 'Bad Salzungen', 508134200, 102361000, 0),
(82091, 700, 81, 'Baerwinkel', 504007100, 116792000, 0),
(82092, 700, 81, 'Barchfeld', 508000000, 103000000, 0),
(82093, 700, 81, 'Beerwalde', 508786100, 122337300, 0),
(82094, 700, 81, 'Berka', 509396600, 100708600, 0),
(82095, 700, 81, 'Berlingerode', 514577500, 102384000, 0),
(82096, 700, 81, 'Bernshausen', 507310500, 101948100, 0),
(82097, 700, 81, 'Beuren', 513785000, 102785400, 0),
(82098, 700, 81, 'Bienstadt', 510166700, 108500000, 0),
(82099, 700, 81, 'Birnbaum', 508500000, 107333300, 0),
(82100, 700, 81, 'Blankenberg', 504029900, 117162300, 0),
(82101, 700, 81, 'Blankenburg', 512000000, 107500000, 0),
(82102, 700, 81, 'Blankenstein', 504021300, 116989800, 0),
(82103, 700, 81, 'Bodenstein', 514536800, 103451000, 0),
(82104, 700, 81, 'Bohlen', 506000000, 110500000, 0),
(82105, 700, 81, 'Bothenheilingen', 511833300, 106166700, 0),
(82106, 700, 81, 'Braunsdorf', 506361100, 112573900, 0),
(82107, 700, 81, 'Breesen', 509666000, 123379000, 0),
(82108, 700, 81, 'Breitenworbis', 514000000, 104166700, 0),
(82109, 700, 81, 'Breitungen', 507635500, 103272400, 0),
(82110, 700, 81, 'Breuberg', 506166700, 104166700, 0),
(82111, 700, 81, 'Brunn', 504485400, 108563300, 0),
(82112, 700, 81, 'Bucha', 506328600, 114923000, 0),
(82113, 700, 81, 'Buchheim', 510078100, 119590600, 0),
(82114, 700, 81, 'Buchholz', 514000000, 109166700, 0),
(82115, 700, 81, 'Buna', 505945500, 120778500, 0),
(82116, 700, 81, 'Burbach', 509615200, 104214200, 0),
(82117, 700, 81, 'Burkhardtsdorf', 510148200, 114999800, 0),
(82118, 700, 81, 'Buscha', 509528700, 125658000, 0),
(82119, 700, 81, 'Buttelstedt', 510765000, 113435300, 0),
(82120, 700, 81, 'Christes', 506666700, 104833300, 0),
(82121, 700, 81, 'Chursdorf', 506666700, 118500000, 0),
(82122, 700, 81, 'Creuzburg', 510528800, 102475000, 0),
(82123, 700, 81, 'Crock', 504518700, 108870900, 0),
(82124, 700, 81, 'Crossen an der Elster', 509749400, 119781000, 0),
(82125, 700, 81, 'Dachrieden', 512658400, 104451900, 0),
(82126, 700, 81, 'Darnstedt', 510796400, 116108900, 0),
(82127, 700, 81, 'Deuna', 513545000, 104743900, 0),
(82128, 700, 81, 'Dietlas', 508146800, 100880600, 0),
(82129, 700, 81, 'Dingsleben', 504333300, 106000000, 0),
(82130, 700, 81, 'Dittersdorf', 506500000, 118166700, 0),
(82131, 700, 81, 'Donges', 508746800, 101613900, 0),
(82132, 700, 81, 'Dorfilm', 505665200, 115393900, 0),
(82133, 700, 81, 'Drackendorf', 508880900, 116314300, 0),
(82134, 700, 81, 'Ebeleben', 512852100, 107375300, 0),
(82135, 700, 81, 'Ebersberg', 504863200, 118906300, 0),
(82136, 700, 81, 'Ebersdorf', 504846200, 116675700, 0),
(82137, 700, 81, 'Ehrenberg', 504833300, 106500000, 0),
(82138, 700, 81, 'Eibenberg', 502955900, 113859100, 0),
(82139, 700, 81, 'Eicha', 503498400, 105701400, 0),
(82140, 700, 81, 'Eichenberg', 505500000, 106666700, 0),
(82141, 700, 81, 'Eichfeld', 507178400, 112725000, 0),
(82142, 700, 81, 'Einhausen', 505333300, 104666700, 0),
(82143, 700, 81, 'Einsiedel', 504901900, 109099300, 0),
(82144, 700, 81, 'Eisenberg', 509686000, 119020800, 0),
(82145, 700, 81, 'Eisfeld', 504264800, 109069500, 0),
(82146, 700, 81, 'Ellrich', 515865600, 106632600, 0),
(82147, 700, 81, 'Elstertal', 508500000, 120833300, 0),
(82148, 700, 81, 'Ernstroda', 508648400, 106205600, 0),
(82149, 700, 81, 'Ernstthal', 504903800, 111781800, 0),
(82150, 700, 81, 'Falken', 511162300, 102684400, 0),
(82151, 700, 81, 'Falkenau', 508892900, 122550900, 0),
(82152, 700, 81, 'Falkenhain', 510760700, 122975800, 0),
(82153, 700, 81, 'Fambach', 507333300, 103666700, 0),
(82154, 700, 81, 'Farnroda', 509410700, 103918200, 0),
(82155, 700, 81, 'Finneck', 511857500, 114213200, 0),
(82156, 700, 81, 'Fischbach', 505263600, 107324700, 0),
(82157, 700, 81, 'Frankenheim', 505445200, 100682800, 0),
(82158, 700, 81, 'Freiheit', 514333300, 102833300, 0),
(82159, 700, 81, 'Friedrichsthal', 504547800, 112151000, 0),
(82160, 700, 81, 'Friesen', 502681700, 113629500, 0),
(82161, 700, 81, 'Geba', 505797300, 102610500, 0),
(82162, 700, 81, 'Gebesee', 511148800, 109345500, 0),
(82163, 700, 81, 'Gefell', 504405400, 118592900, 0),
(82164, 700, 81, 'Geisa', 507146500, 99507500, 0),
(82165, 700, 81, 'Geismar', 506822700, 99282900, 0),
(82166, 700, 81, 'Georgenthal', 508320600, 106626600, 0),
(82167, 700, 81, 'Gerstungen', 509666700, 100666700, 0),
(82168, 700, 81, 'Glattbach', 506986700, 101289100, 0),
(82169, 700, 81, 'Gleichamberg', 503833300, 106000000, 0),
(82170, 700, 81, 'Gohren', 509666700, 123666700, 0),
(82171, 700, 81, 'Goschwitz', 508789600, 115925200, 0),
(82172, 700, 81, 'Gossel', 508000000, 108500000, 0),
(82173, 700, 81, 'Gossnitz', 508890200, 124329200, 0),
(82174, 700, 81, 'Gratz', 506333300, 114666700, 0),
(82175, 700, 81, 'Greussen', 512296400, 109442200, 0),
(82176, 700, 81, 'Groben', 508860400, 116835000, 0),
(82177, 700, 81, 'Grossengottern', 511500000, 105833300, 0),
(82178, 700, 81, 'Grossenlupnitz', 509931800, 104089400, 0),
(82179, 700, 81, 'Grossensee', 509333300, 99666700, 0),
(82180, 700, 81, 'Grossenstein', 509000000, 122000000, 0),
(82181, 700, 81, 'Grub', 505500000, 106333300, 0),
(82182, 700, 81, 'Grumbach', 504299600, 114989900, 0),
(82183, 700, 81, 'Gumpe', 515166700, 107833300, 0),
(82184, 700, 81, 'Haide', 506697200, 122919400, 0),
(82185, 700, 81, 'Haig', 502815500, 112764400, 0),
(82186, 700, 81, 'Hain', 507074900, 120833300, 0),
(82187, 700, 81, 'Haina', 504166700, 105333300, 0),
(82188, 700, 81, 'Hainichen', 508733200, 124530000, 0),
(82189, 700, 81, 'Hainsberg', 506920400, 120925000, 0),
(82190, 700, 81, 'Hainspitz', 509500000, 118333300, 0),
(82191, 700, 81, 'Hartha', 509396300, 122426800, 0),
(82192, 700, 81, 'Haubinda', 503366000, 106405000, 0),
(82193, 700, 81, 'Herges', 506830000, 105577800, 0),
(82194, 700, 81, 'Hesselbach', 503212400, 113828700, 0),
(82195, 700, 81, 'Heubach', 505000000, 105000000, 0),
(82196, 700, 81, 'Hilbersdorf', 508166700, 121500000, 0),
(82197, 700, 81, 'Hildburghausen', 504255300, 107318400, 0),
(82198, 700, 81, 'Hirschberg', 504053800, 118182900, 0),
(82199, 700, 81, 'Hochdorf', 508279500, 113236400, 0),
(82200, 700, 81, 'Hohenolsen', 507333300, 120833300, 0),
(82201, 700, 81, 'Hohenwart', 507727900, 100952500, 0),
(82202, 700, 81, 'Holbach', 515408900, 106031800, 0),
(82203, 700, 81, 'Holzdorf', 509415600, 112786700, 0),
(82204, 700, 81, 'Holzhausen', 503014500, 107491000, 0),
(82205, 700, 81, 'Hottelstedt', 510380300, 112288500, 0),
(82206, 700, 81, 'Hummelshain', 507666700, 116333300, 0),
(82207, 700, 81, 'Hutten', 506500000, 120166700, 0),
(82208, 700, 81, 'Immelborn', 508000000, 102833300, 0),
(82209, 700, 81, 'Isseroda', 509666700, 112166700, 0),
(82210, 700, 81, 'Jecha', 513598500, 108910100, 0),
(82211, 700, 81, 'Kahla', 508065100, 115851600, 0),
(82212, 700, 81, 'Kahlert', 505683300, 109295200, 0),
(82213, 700, 81, 'Kaltenborn', 507854500, 102302500, 0),
(82214, 700, 81, 'Kaltenlengsfeld', 506500000, 102000000, 0),
(82215, 700, 81, 'Kamsdorf', 506500000, 114333300, 0),
(82216, 700, 81, 'Kerspleben', 510075800, 111014600, 0),
(82217, 700, 81, 'Ketten', 506464500, 99279200, 0),
(82218, 700, 81, 'Kiessling', 504079100, 116716600, 0),
(82219, 700, 81, 'Kleinneuhausen', 511500000, 112833300, 0),
(82220, 700, 81, 'Klettbach', 509166700, 111500000, 0),
(82221, 700, 81, 'Kloster Vessra', 505000000, 106500000, 0),
(82222, 700, 81, 'Korbussen', 508903700, 121720200, 0),
(82223, 700, 81, 'Korner', 512333300, 106000000, 0),
(82224, 700, 81, 'Kraftsdorf', 508833300, 119166700, 0),
(82225, 700, 81, 'Kranich', 506847800, 120046400, 0),
(82226, 700, 81, 'Krauthausen', 510166700, 102666700, 0),
(82227, 700, 81, 'Kriebitzsch', 510234700, 123331800, 0),
(82228, 700, 81, 'Krombach', 513000000, 101333300, 0),
(82229, 700, 81, 'Kromsdorf', 510000000, 113666700, 0),
(82230, 700, 81, 'Kuhberg', 507500000, 120500000, 0),
(82231, 700, 81, 'Kummer', 508752100, 123742100, 0),
(82232, 700, 81, 'Kunitz', 509546900, 116365000, 0),
(82233, 700, 81, 'Lamprecht', 505370300, 111905900, 0),
(82234, 700, 81, 'Langenberg', 509216300, 120570700, 0),
(82235, 700, 81, 'Langewiesen', 506725200, 109710200, 0),
(82236, 700, 81, 'Langula', 511500000, 104166700, 0),
(82237, 700, 81, 'Laudenbach', 508041600, 104104200, 0),
(82238, 700, 81, 'Lauter', 506215500, 107075200, 0),
(82239, 700, 81, 'Lauterbach', 510666700, 103500000, 0),
(82240, 700, 81, 'Legefeld', 509329000, 112944600, 0),
(82241, 700, 81, 'Lehesten', 504750700, 114468100, 0),
(82242, 700, 81, 'Leimbach', 508166700, 102000000, 0),
(82243, 700, 81, 'Leinefelde', 513879600, 103262000, 0),
(82244, 700, 81, 'Lengefeld', 508287100, 113430400, 0),
(82245, 700, 81, 'Lengenfeld', 512133800, 102216900, 0),
(82246, 700, 81, 'Leubsdorf', 507169600, 118461300, 0),
(82247, 700, 81, 'Leutenberg', 505635400, 114561900, 0),
(82248, 700, 81, 'Leutersdorf', 505166700, 105500000, 0),
(82249, 700, 81, 'Lichte', 505166700, 111833300, 0),
(82250, 700, 81, 'Lichtenau', 505041100, 108440200, 0),
(82251, 700, 81, 'Liebau', 502833300, 111833300, 0),
(82252, 700, 81, 'Liebenstein', 507666700, 108500000, 0),
(82253, 700, 81, 'Limbach', 504752600, 110693100, 0),
(82254, 700, 81, 'Linda', 506857600, 117827000, 0),
(82255, 700, 81, 'Lindenau', 502528200, 107553900, 0),
(82256, 700, 81, 'Lindenhof', 508166700, 107500000, 0),
(82257, 700, 81, 'Lindig', 507833300, 116000000, 0),
(82258, 700, 81, 'Lobichau', 508938300, 122636600, 0),
(82259, 700, 81, 'Lutter', 513333300, 101166700, 0),
(82260, 700, 81, 'Manebach', 506782800, 108577900, 0),
(82261, 700, 81, 'Marksuhl', 509166700, 102000000, 0),
(82262, 700, 81, 'Maua', 508686500, 116000100, 0),
(82263, 700, 81, 'Mehlis', 506630900, 106495100, 0),
(82264, 700, 81, 'Mellenbach', 505907000, 111008200, 0),
(82265, 700, 81, 'Merkendorf', 506899900, 119722700, 0),
(82266, 700, 81, 'Merkers', 508223200, 101177700, 0),
(82267, 700, 81, 'Milz', 503833300, 105333300, 0),
(82268, 700, 81, 'Mittelhausen', 510408200, 110057600, 0),
(82269, 700, 81, 'Mittelsdorf', 506076100, 101314800, 0),
(82270, 700, 81, 'Morbach', 514498100, 106964100, 0),
(82271, 700, 81, 'Moxa', 506500000, 116333300, 0),
(82272, 700, 81, 'Naundorf', 507095900, 114103200, 0),
(82273, 700, 81, 'Nausitz', 513166700, 113333300, 0),
(82274, 700, 81, 'Neubrunn', 505000000, 104666700, 0),
(82275, 700, 81, 'Neudeck', 506409400, 117670200, 0),
(82276, 700, 81, 'Neudietendorf', 509125000, 109134600, 0),
(82277, 700, 81, 'Neuendorf', 508268300, 102769800, 0),
(82278, 700, 81, 'Neuenhof', 509963500, 102136200, 0),
(82279, 700, 81, 'Neuhaus am Rennweg', 505100600, 111378700, 0),
(82280, 700, 81, 'Neuhof', 502839100, 107258100, 0),
(82281, 700, 81, 'Neumark', 510796500, 112470000, 0),
(82282, 700, 81, 'Neundorf', 504326300, 110091100, 0),
(82283, 700, 81, 'Neuwerk', 505968100, 108290800, 0),
(82284, 700, 81, 'Niedersynderstedt', 508878200, 114397700, 0),
(82285, 700, 81, 'Nischwitz', 508225300, 122742500, 0),
(82286, 700, 81, 'Nobitz', 509762100, 124860500, 0),
(82287, 700, 81, 'Nordheim', 504528600, 104020800, 0),
(82288, 700, 81, 'Oberdorla', 511666700, 104166700, 0),
(82289, 700, 81, 'Obermehler', 512666700, 106000000, 0),
(82290, 700, 81, 'Oberweissbach', 505823100, 111438200, 0),
(82291, 700, 81, 'Ohrdruf', 508288200, 107340700, 0),
(82292, 700, 81, 'Ollendorf', 510333300, 111833300, 0),
(82293, 700, 81, 'Oppurg', 507106500, 116528900, 0),
(82294, 700, 81, 'Pansdorf', 506290200, 121174100, 0),
(82295, 700, 81, 'Pappenheim', 507963100, 104748800, 0),
(82296, 700, 81, 'Paska', 506198500, 116290300, 0),
(82297, 700, 81, 'Plaue', 507783500, 108996900, 0),
(82298, 700, 81, 'Podelwitz', 509103800, 124686200, 0),
(82299, 700, 81, 'Pohlen', 508072500, 121645600, 0),
(82300, 700, 81, 'Poppenhausen', 502364400, 107177500, 0),
(82301, 700, 81, 'Possneck', 506935800, 115922900, 0),
(82302, 700, 81, 'Poxdorf', 509666700, 117500000, 0),
(82303, 700, 81, 'Queienfeld', 504503500, 104555400, 0),
(82304, 700, 81, 'Rathsfeld', 513951400, 110722600, 0),
(82305, 700, 81, 'Rauschwitz', 509666700, 118000000, 0),
(82306, 700, 81, 'Rautenberg', 510228200, 124133300, 0),
(82307, 700, 81, 'Reinsdorf', 506392700, 122378200, 0),
(82308, 700, 81, 'Riechheim', 508794800, 111199700, 0),
(82309, 700, 81, 'Riethgen', 512500000, 111166700, 0),
(82310, 700, 81, 'Rimbach', 513385100, 99419600, 0),
(82311, 700, 81, 'Roben', 509425400, 120541300, 0),
(82312, 700, 81, 'Rockstedt', 512833300, 107500000, 0),
(82313, 700, 81, 'Roda', 505458200, 114492900, 0),
(82314, 700, 81, 'Ronneburg', 508634000, 121866600, 0),
(82315, 700, 81, 'Rothenstein', 508500000, 116000000, 0),
(82316, 700, 81, 'Rottersdorf', 504670200, 114784300, 0),
(82317, 700, 81, 'Ruhla', 508929600, 103657300, 0),
(82318, 700, 81, 'Saalburg', 505024100, 117317600, 0),
(82319, 700, 81, 'Schanze', 504833300, 103333300, 0),
(82320, 700, 81, 'Schillingshof', 507333300, 111666700, 0),
(82321, 700, 81, 'Schlegel', 504000000, 116166700, 0),
(82322, 700, 81, 'Schlotheim', 512464300, 106584200, 0),
(82323, 700, 81, 'Schmiedefeld', 505333300, 112166700, 0),
(82324, 700, 81, 'Schmolln', 508967800, 123533900, 0),
(82325, 700, 81, 'Schnellbach', 507558600, 105012400, 0),
(82326, 700, 81, 'Schonau', 505180500, 108696600, 0),
(82327, 700, 81, 'Schonberg', 511377200, 102829000, 0),
(82328, 700, 81, 'Schwabhausen', 508833300, 107333300, 0),
(82329, 700, 81, 'Schwallungen', 507000000, 103666700, 0),
(82330, 700, 81, 'Schwansee', 510808400, 110873100, 0),
(82331, 700, 81, 'Schwarza', 506192500, 105297100, 0),
(82332, 700, 81, 'Schwarzbach', 504819900, 108287900, 0),
(82333, 700, 81, 'Schwarzhausen', 509019700, 104710000, 0),
(82334, 700, 81, 'Schwarzwald', 503911800, 111230900, 0),
(82335, 700, 81, 'Schweina', 508333300, 103333300, 0),
(82336, 700, 81, 'Seebach', 509166700, 104166700, 0),
(82337, 700, 81, 'Seehausen', 513312700, 111264100, 0),
(82338, 700, 81, 'Seifersdorf', 508057700, 120152300, 0),
(82339, 700, 81, 'Seligenthal', 507641700, 104751500, 0),
(82340, 700, 81, 'Silbitz', 509500000, 120000000, 0),
(82341, 700, 81, 'Sollstedt', 513097600, 104881000, 0),
(82342, 700, 81, 'Solz', 506186000, 103345700, 0),
(82343, 700, 81, 'Sommerda', 511591400, 111152400, 0),
(82344, 700, 81, 'Sondershausen', 513697300, 108701100, 0),
(82345, 700, 81, 'Sonneborn', 510000000, 105833300, 0),
(82346, 700, 81, 'Sorge', 506577000, 110504100, 0),
(82347, 700, 81, 'Springstille', 506871600, 105281600, 0),
(82348, 700, 81, 'Sprotau', 511166700, 112000000, 0),
(82349, 700, 81, 'Stadtilm', 507759600, 110826200, 0),
(82350, 700, 81, 'Stadtroda', 508568400, 117267800, 0),
(82351, 700, 81, 'Starkenburg', 509839000, 123100500, 0),
(82352, 700, 81, 'Steinberg', 506935800, 100790300, 0),
(82353, 700, 81, 'Steinfeld', 503778300, 107259900, 0),
(82354, 700, 81, 'Stelzen', 504419800, 109896300, 0),
(82355, 700, 81, 'Stern', 506445200, 121035100, 0),
(82356, 700, 81, 'Stiebritz', 509984300, 116024100, 0),
(82357, 700, 81, 'Stoben', 510735600, 116927400, 0),
(82358, 700, 81, 'Stockhausen', 509898300, 103833700, 0),
(82359, 700, 81, 'Stolzenberg', 508632600, 122285600, 0),
(82360, 700, 81, 'Stotternheim', 510548500, 110424200, 0),
(82361, 700, 81, 'Straussberg', 513876900, 107465800, 0),
(82362, 700, 81, 'Struth', 507771800, 119507100, 0),
(82363, 700, 81, 'Sulza', 508666700, 116166700, 0),
(82364, 700, 81, 'Tambach-Dietharz', 507924500, 106156800, 0),
(82365, 700, 81, 'Teistungen', 514666700, 102666700, 0),
(82366, 700, 81, 'Thal', 509136000, 103944300, 0),
(82367, 700, 81, 'Themar', 505046500, 106153600, 0),
(82368, 700, 81, 'Thonhausen', 508333300, 123166700, 0),
(82369, 700, 81, 'Thorey', 508868700, 109445100, 0),
(82370, 700, 81, 'Tischendorf', 507296200, 119214300, 0),
(82371, 700, 81, 'Trannroda', 506961300, 115378800, 0),
(82372, 700, 81, 'Triptis', 507356700, 118701500, 0),
(82373, 700, 81, 'Tschirma', 507164900, 121347000, 0),
(82374, 700, 81, 'Ulla', 509745400, 112598900, 0),
(82375, 700, 81, 'Unterwellenborn', 506500000, 114333300, 0),
(82376, 700, 81, 'Urbach', 512946800, 106054000, 0),
(82377, 700, 81, 'Vacha', 508279000, 100218500, 0),
(82378, 700, 81, 'Viernau', 506622500, 105577800, 0),
(82379, 700, 81, 'Vogelsberg', 511333300, 112500000, 0),
(82380, 700, 81, 'Waldeck', 509166700, 117833300, 0),
(82381, 700, 81, 'Waldhaus', 506897500, 122241600, 0),
(82382, 700, 81, 'Walschleben', 510666700, 109333300, 0),
(82383, 700, 81, 'Waltersleben', 509152800, 110239800, 0),
(82384, 700, 81, 'Wangenheim', 510166700, 106166700, 0),
(82385, 700, 81, 'Wehnde', 514833300, 103166700, 0),
(82386, 700, 81, 'Weida', 507744900, 120602800, 0),
(82387, 700, 81, 'Weidenbach', 512937200, 100679200, 0),
(82388, 700, 81, 'Weidhausen', 503394800, 112165300, 0),
(82389, 700, 81, 'Weissbach', 507237800, 114513400, 0),
(82390, 700, 81, 'Weissen', 507369800, 114493500, 0),
(82391, 700, 81, 'Wernrode', 514009300, 107365000, 0),
(82392, 700, 81, 'Westenfeld', 504333300, 105000000, 0),
(82393, 700, 81, 'Westhausen', 503166700, 106666700, 0),
(82394, 700, 81, 'Wilhelmsdorf', 506296500, 115498100, 0),
(82395, 700, 81, 'Wilhelmsthal', 509192000, 103093400, 0),
(82396, 700, 81, 'Windischleuba', 510333300, 124833300, 0),
(82397, 700, 81, 'Winterstein', 508841700, 104564500, 0),
(82398, 700, 81, 'Witterda', 510333300, 108833300, 0),
(82399, 700, 81, 'Wolfmannshausen', 504286700, 104583300, 0),
(82400, 700, 81, 'Wurzbach', 504635600, 115377900, 0),
(82401, 700, 81, 'Zedlitz', 508166700, 120333300, 0),
(82402, 700, 81, 'Zimmern', 510000000, 116333300, 0),
(82403, 700, 81, 'Zirkel', 506067800, 110911400, 0),
(82404, 700, 81, 'Zollnitz', 508666700, 116333300, 0),
(82405, 700, 81, 'Zwatzen', 509586200, 116174500, 0),
(82406, 700, 81, 'Zwinge', 515500000, 103833300, 0),
(82407, 701, 82, 'Obuasi', 62060200, -16619100, 0),
(82408, 702, 82, 'Sunyani', 73399100, -23267600, 0),
(82409, 702, 82, 'Techiman', 75861600, -19413700, 0),
(82410, 702, 82, 'Wenchi', 77391600, -21045600, 0),
(82411, 703, 82, 'Dunkwa', 59656200, -17799500, 0),
(82412, 703, 82, 'Elmina', 50898100, -13480400, 0),
(82413, 704, 82, 'Nkawkaw', 65512100, -7662000, 0),
(82414, 704, 82, 'Nsawam', 58089300, -3502600, 0),
(82415, 2829, 82, 'Bolgatanga', 107855600, -8513900, 0),
(82416, 2830, 82, 'Anloga', 57947300, 8972800, 0),
(82417, 2830, 82, 'Ho', 66000000, 4666700, 0),
(82418, 2830, 82, 'Keta', 59179300, 9879000, 0),
(82419, 708, 82, 'Axim', 48699200, -22404600, 0),
(82420, 708, 82, 'Tarkwa', 53064400, -19847400, 0),
(82421, 710, 84, 'Astakos', 385355600, 210813500, 0),
(82422, 711, 84, 'Kalavryta', 380322200, 221125000, 0),
(82423, 711, 84, 'Lapas', 381000000, 214166700, 0),
(82424, 711, 84, 'Paralia', 402680600, 225952800, 0),
(82425, 712, 84, 'Ermioni', 373869000, 232442300, 0),
(82426, 712, 84, 'Kranidi', 373816700, 231552800, 0),
(82427, 712, 84, 'Nea Tirins', 376000000, 228166700, 0),
(82428, 714, 84, 'Agios Dimitrios', 394000000, 210833300, 0),
(82429, 715, 84, 'Ayios Stefanos', 381500000, 238500000, 0),
(82430, 715, 84, 'Khalkoutsion', 383333300, 237333300, 0),
(82431, 715, 84, 'Marathon', 381500000, 239666700, 0),
(82432, 719, 84, 'Tycheron', 410333300, 262833300, 0),
(82433, 720, 84, 'Amarinthos', 384000000, 238833300, 0),
(82434, 721, 84, 'Iroikon', 405833300, 214833300, 0),
(82435, 723, 84, 'Atalanti', 386511100, 229991700, 0),
(82436, 723, 84, 'Domokos', 391272200, 223002800, 0),
(82437, 726, 84, 'Diavatos', 405455600, 222669400, 0),
(82438, 726, 84, 'Makrochorion', 405513900, 222500000, 0),
(82439, 726, 84, 'Marina', 406961100, 221008300, 0),
(82440, 726, 84, 'Stavros', 405888900, 223086100, 0),
(82441, 727, 84, 'Anatoli', 396388900, 208652800, 0),
(82442, 727, 84, 'Koutselion', 395888900, 209141700, 0),
(82443, 727, 84, 'Neochoropoulon', 396286100, 208341700, 0),
(82444, 727, 84, 'Nidri', 387070800, 207098300, 0),
(82445, 728, 84, 'Malia', 352833300, 254666700, 0),
(82446, 2831, 84, 'Karditsa', 393655600, 219216700, 0),
(82447, 2831, 84, 'Mitropolis', 393394400, 218369400, 0),
(82448, 730, 84, 'Thasos', 407780600, 247094400, 0),
(82449, 732, 84, 'Kato Korakiana', 396897200, 198252800, 0),
(82450, 735, 84, 'Lagkada', 384758300, 261208300, 0),
(82451, 735, 84, 'Vrontados', 384088900, 261327800, 0),
(82452, 736, 84, 'Andros', 378333300, 249333300, 0),
(82453, 738, 84, 'Assos', 379333300, 228333300, 0),
(82454, 738, 84, 'Isthmia', 379121100, 229998800, 0),
(82455, 739, 84, 'Ano Komi', 402333300, 218333300, 0),
(82456, 739, 84, 'Koila', 403333300, 217833300, 0),
(82457, 741, 84, 'Farsala', 392947200, 223847200, 0),
(82458, 742, 84, 'Ayios Nikolaos', 402500000, 237000000, 0),
(82459, 742, 84, 'Neapolis', 352538900, 256097200, 0),
(82460, 743, 84, 'Petra', 393333300, 261833300, 0),
(82461, 745, 84, 'Agria', 393333300, 230166700, 0),
(82462, 745, 84, 'Almyros', 391822200, 227594400, 0),
(82463, 745, 84, 'Skiathos', 391622700, 234908900, 0),
(82464, 746, 84, 'Aris', 371000000, 220000000, 0),
(82465, 747, 84, 'Aridaia', 409730600, 220563900, 0),
(82466, 750, 84, 'Anogeia', 352833300, 248833300, 0),
(82467, 751, 84, 'Arisvi', 410666700, 255833300, 0),
(82468, 753, 84, 'Alistrati', 410666700, 239500000, 0),
(82469, 755, 84, 'Ambelokipoi', 377666700, 208666700, 0),
(82470, 755, 84, 'Asvestochori', 406412500, 230252800, 0),
(82471, 755, 84, 'Kardia', 404677800, 229947200, 0),
(82472, 755, 84, 'Lagyna', 407230600, 230000000, 0),
(82473, 755, 84, 'Nea Michaniona', 404644400, 228608300, 0),
(82474, 758, 84, 'Petrokhorion', 411166700, 248333300, 0),
(82475, 759, 84, 'Lithakia', 377166700, 208333300, 0),
(82476, 2832, 85, 'Nanortalik', 601431700, -452371500, 0),
(82477, 2832, 85, 'Narsaq', 609166700, -460500000, 0),
(82478, 2832, 85, 'Qaqortoq', 607166700, -460333300, 0),
(82479, 760, 85, 'Upernavik', 727868400, -561548500, 0),
(82480, 760, 85, 'Uummannaq', 706747200, -521263900, 0),
(82481, 2833, 85, 'Maniitsoq', 654166700, -529000000, 0),
(82482, 2833, 85, 'Sisimiut', 669394600, -536735000, 0),
(82483, 761, 85, 'Paamiut', 619940200, -496677600, 0),
(82484, 761, 85, 'Tasiilaq', 656145100, -376367600, 0),
(82485, 2834, 85, 'Aasiaat', 687098100, -528698800, 0),
(82486, 765, 87, 'Petit-Canal', 163783600, -614878800, 0),
(82487, 2835, 88, 'Barrigada Village', 134691300, 1447990100, 0),
(82488, 773, 88, 'Mongmong-Toto-Maite Mayor''s Office', 134679600, 1447821800, 0),
(82489, 2836, 88, 'Talofofo Mayor''s Office', 133548000, 1447558900, 0),
(82490, 777, 89, 'Tucuru', 153000000, -900666700, 0),
(82491, 2837, 89, 'Cubulco', 151333300, -905833300, 0),
(82492, 778, 89, 'Parramos', 146077800, -908030600, 0),
(82493, 778, 89, 'Patzicia', 146316700, -909269400, 0),
(82494, 779, 89, 'Camotan', 148166700, -893666700, 0),
(82495, 779, 89, 'Esquipulas', 145666700, -893500000, 0),
(82496, 779, 89, 'San Juan Ermita', 147666700, -894333300, 0),
(82497, 780, 89, 'San Antonio La Paz', 147497200, -902866700, 0),
(82498, 780, 89, 'San Cristobal Acasaguastlan', 149166700, -898833300, 0),
(82499, 782, 89, 'San Juan Sacatepequez', 147188900, -906441700, 0),
(82500, 782, 89, 'Villa Canales', 144813900, -905316700, 0),
(82501, 784, 89, 'El Estor', 155333300, -893500000, 0),
(82502, 787, 89, 'Ciudad Melchor de Mencos', 170686100, -891522200, 0),
(82503, 787, 89, 'San Andres', 169666700, -899166700, 0),
(82504, 787, 89, 'San Jose', 169833300, -899000000, 0),
(82505, 2838, 89, 'El Asintal', 146000000, -917333300, 0),
(82506, 2838, 89, 'Retalhuleu', 145333300, -916833300, 0),
(82507, 2838, 89, 'Santa Cruz Mulua', 145833300, -916166700, 0),
(82508, 790, 89, 'Ciudad Vieja', 145263900, -907597200, 0),
(82509, 790, 89, 'San Lucas Sacatepequez', 146097200, -906569400, 0),
(82510, 790, 89, 'San Miguel Duenas', 145238900, -907983300, 0),
(82511, 790, 89, 'Santa Lucia Milpas Altas', 145758300, -906786100, 0),
(82512, 790, 89, 'Santiago Sacatepequez', 146352800, -906763900, 0),
(82513, 791, 89, 'Catarina', 148500000, -920833300, 0),
(82514, 791, 89, 'Malacatan', 149000000, -920500000, 0),
(82515, 791, 89, 'San Marcos', 149666700, -918000000, 0),
(82516, 792, 89, 'Cuilapa', 142763900, -903002800, 0),
(82517, 2839, 89, 'Nahuala', 148500000, -913166700, 0),
(82518, 2839, 89, 'Solola', 147666700, -911833300, 0),
(82519, 793, 89, 'Cuyotenango', 145333300, -915666700, 0),
(82520, 2840, 89, 'Totonicapan', 149166700, -913666700, 0),
(82521, 2841, 91, 'Coyah', 97055600, -133769400, 0),
(82522, 2842, 91, 'Dabola', 107500000, -111166700, 0),
(82523, 2843, 91, 'Dalaba', 107000000, -122500000, 0),
(82524, 2844, 91, 'Fria', 104500000, -135333300, 0),
(82525, 2845, 91, 'Gueckedou', 85625000, -101325000, 0),
(82526, 2846, 91, 'Kankan', 103854200, -93056800, 0),
(82527, 2847, 91, 'Kissidougou', 91848000, -100998700, 0),
(82528, 2848, 91, 'Labe', 113182300, -122833200, 0),
(82529, 2849, 91, 'Macenta', 85435100, -94709900, 0),
(82530, 2850, 91, 'Nzerekore', 77562400, -88179000, 0),
(82531, 2851, 91, 'Pita', 110833300, -124000000, 0),
(82532, 2852, 91, 'Siguiri', 114228200, -91685200, 0),
(82533, 799, 93, 'Mahaica Village', 66833300, -579166700, 0),
(82534, 2853, 93, 'Linden', 60000000, -583000000, 0),
(82535, 2854, 94, 'Jeremie', 186500000, -741166700, 0),
(82536, 2855, 94, 'Fort Liberte', 196677800, -718397200, 0),
(82537, 2855, 94, 'Ouanaminthe', 195500000, -717333300, 0),
(82538, 2855, 94, 'Trou du Nord', 196333300, -720166700, 0),
(82539, 805, 94, 'Cabaret', 187358300, -724175000, 0),
(82540, 805, 94, 'Gressier', 185500000, -725166700, 0),
(82541, 805, 94, 'Kenscoff', 184505600, -722869400, 0),
(82542, 805, 94, 'Leogane', 185108300, -726338900, 0),
(82543, 2856, 94, 'Fond des Blancs', 182833300, -731333300, 0),
(82544, 2856, 94, 'Torbeck', 181666700, -738119400, 0),
(82545, 808, 96, 'La Masica', 156166700, -871166700, 0),
(82546, 810, 96, 'Saba', 154666700, -862500000, 0),
(82547, 810, 96, 'Tocoa', 156833300, -860000000, 0),
(82548, 812, 96, 'Copan', 148333300, -891500000, 0),
(82549, 812, 96, 'Florida', 150333300, -888333300, 0),
(82550, 812, 96, 'La Entrada', 150500000, -887333300, 0),
(82551, 813, 96, 'Omoa', 157666700, -880333300, 0),
(82552, 813, 96, 'Potrerillos', 152333300, -879666700, 0),
(82553, 813, 96, 'Villanueva', 153166700, -880000000, 0),
(82554, 814, 96, 'El Paraiso', 138666700, -865500000, 0),
(82555, 815, 96, 'El Chimbo', 141333300, -871166700, 0),
(82556, 815, 96, 'El Lolo', 141166700, -872666700, 0),
(82557, 815, 96, 'Valle de Angeles', 141500000, -870333300, 0),
(82558, 816, 96, 'Intibuca', 143166700, -881666700, 0),
(82559, 816, 96, 'Jesus de Otoro', 144833300, -879833300, 0),
(82560, 818, 96, 'La Paz', 143166700, -876833300, 0),
(82561, 2857, 96, 'Lepaera', 147833300, -885833300, 0),
(82562, 820, 96, 'Juticalpa', 146500000, -862000000, 0),
(82563, 820, 96, 'La Estancia', 150500000, -863500000, 0),
(82564, 821, 96, 'Atima', 149333300, -884833300, 0),
(82565, 821, 96, 'Naco', 153833300, -881833300, 0),
(82566, 821, 96, 'Sula', 152500000, -885666700, 0),
(82567, 822, 96, 'El Negrito', 153166700, -877000000, 0),
(82568, 822, 96, 'Morazan', 153166700, -876000000, 0),
(82569, 822, 96, 'Santa Rita', 151666700, -872833300, 0),
(82570, 822, 96, 'Yoro', 151333300, -871333300, 0),
(82571, 823, 97, 'Cheung Pei Shan', 223833300, 1141333300, 0),
(82572, 823, 97, 'Cheung Po', 224166700, 1140666700, 0),
(82573, 823, 97, 'Chuk Hang', 224500000, 1141000000, 0),
(82574, 823, 97, 'Chung Hau', 222333300, 1140000000, 0),
(82575, 823, 97, 'Chung Mei', 225000000, 1142333300, 0),
(82576, 823, 97, 'Chung Mei Kok', 224666700, 1143666700, 0),
(82577, 823, 97, 'Chung Wai', 224666700, 1143500000, 0),
(82578, 823, 97, 'Fung Kat Heung', 224500000, 1140500000, 0),
(82579, 823, 97, 'Hang Mei', 222500000, 1138666700, 0),
(82580, 823, 97, 'Ho Tin', 224000000, 1139666700, 0),
(82581, 823, 97, 'Hong Lok Yuen', 224631500, 1141552000, 0),
(82582, 823, 97, 'Hung Shui', 222833300, 1140000000, 0),
(82583, 823, 97, 'Ka Loon Tsuen', 223580600, 1140338900, 0),
(82584, 823, 97, 'Kam Tin Shi', 224333300, 1140666700, 0),
(82585, 823, 97, 'Kam Tsin', 225000000, 1141166700, 0),
(82586, 823, 97, 'Lin Fa Tei', 224333300, 1140833300, 0),
(82587, 823, 97, 'Lo So Shing', 222000000, 1141166700, 0),
(82588, 823, 97, 'Lok Ma Chau', 225094600, 1140791600, 0),
(82589, 823, 97, 'Ma Wan', 222833300, 1139333300, 0),
(82590, 823, 97, 'Man Hang', 224000000, 1141833300, 0),
(82591, 823, 97, 'Mau Ping', 223833300, 1142333300, 0),
(82592, 823, 97, 'Nam Shan', 223833300, 1142166700, 0),
(82593, 823, 97, 'Ngan Hang', 222333300, 1142333300, 0),
(82594, 823, 97, 'Ngau Hom Sha', 224519300, 1139676600, 0),
(82595, 823, 97, 'Ngong Ping', 222555600, 1139039100, 0),
(82596, 823, 97, 'Pai Tau', 223833300, 1141833300, 0),
(82597, 823, 97, 'Pak Tin', 223833300, 1141666700, 0),
(82598, 823, 97, 'Ping Yeung', 225333300, 1141666700, 0),
(82599, 823, 97, 'Pui O', 222470300, 1139768800, 0),
(82600, 823, 97, 'Sai Kung', 223833300, 1142666700, 0),
(82601, 823, 97, 'San Tin', 225000000, 1140666700, 0),
(82602, 823, 97, 'San Tin Wai', 223666700, 1141833300, 0),
(82603, 823, 97, 'San Tsuen', 223833300, 1141166700, 0),
(82604, 823, 97, 'San Wai', 224500000, 1139833300, 0),
(82605, 823, 97, 'Sha Po Kong', 223894300, 1139210400, 0),
(82606, 823, 97, 'Sha Tau Kok', 225500000, 1142166700, 0),
(82607, 823, 97, 'Shan Liu', 221666700, 1142666700, 0),
(82608, 823, 97, 'Shan Mei', 224000000, 1141833300, 0),
(82609, 823, 97, 'Shek Wai Kok', 223833300, 1141166700, 0),
(82610, 823, 97, 'Sheung Chung Mei', 223500000, 1141000000, 0),
(82611, 823, 97, 'Shui Pin Wai', 224500000, 1140166700, 0),
(82612, 823, 97, 'Shui Wo', 224500000, 1141166700, 0),
(82613, 823, 97, 'So Kwun Tan', 223709900, 1139971900, 0),
(82614, 823, 97, 'Tai O', 222530200, 1138632800, 0),
(82615, 823, 97, 'Tai Pak', 223000000, 1140166700, 0),
(82616, 823, 97, 'Tai Tei Tong', 222674700, 1139824600, 0),
(82617, 823, 97, 'Tai Tung', 224333300, 1142666700, 0),
(82618, 823, 97, 'Tai Wo Hau', 223666700, 1141333300, 0),
(82619, 823, 97, 'Tam Kon Shan', 223666700, 1141000000, 0),
(82620, 823, 97, 'Tin Ha Wan', 222833300, 1142833300, 0),
(82621, 823, 97, 'Tung Hing', 222833300, 1139333300, 0),
(82622, 823, 97, 'Wong Nai Uk', 222833300, 1139333300, 0),
(82623, 823, 97, 'Wong Wan', 225166700, 1143000000, 0),
(82624, 823, 97, 'Yam O', 223333300, 1140166700, 0),
(82625, 823, 97, 'Yuen Kong', 224333300, 1140666700, 0),
(82626, 824, 98, 'Agasegyhaza', 468402600, 194520800, 0),
(82627, 824, 98, 'Akaszto', 466916700, 192042300, 0),
(82628, 824, 98, 'Bacsbokod', 461250000, 191562100, 0),
(82629, 824, 98, 'Batya', 464880000, 189541900, 0),
(82630, 824, 98, 'Csavoly', 461891700, 191466700, 0),
(82631, 824, 98, 'Csengod', 467154300, 192680200, 0),
(82632, 824, 98, 'Davod', 459950000, 189172200, 0),
(82633, 824, 98, 'Dunavecse', 469140700, 189743300, 0),
(82634, 824, 98, 'Dusnok', 463908500, 189629600, 0),
(82635, 824, 98, 'Ersekcsanad', 462535200, 189845700, 0),
(82636, 824, 98, 'Fueloepjakab', 467422100, 197213200, 0),
(82637, 824, 98, 'Fulopszallas', 468207500, 192374800, 0),
(82638, 824, 98, 'Gara', 460319400, 190427800, 0),
(82639, 824, 98, 'Hajos', 463986100, 191205600, 0),
(82640, 824, 98, 'Helvecia', 468366100, 196225100, 0),
(82641, 824, 98, 'Hercegszanto', 459500000, 189391700, 0),
(82642, 824, 98, 'Izsak', 468045400, 193517200, 0),
(82643, 824, 98, 'Jaszszentlaszlo', 465668500, 197606500, 0),
(82644, 824, 98, 'Katymar', 460339800, 192093500, 0),
(82645, 824, 98, 'Kelebia', 461968000, 196165900, 0),
(82646, 824, 98, 'Kerekegyhaza', 469372200, 194780600, 0),
(82647, 824, 98, 'Kisszallas', 462800900, 194895400, 0),
(82648, 824, 98, 'Kunfeherto', 463609100, 194145400, 0),
(82649, 824, 98, 'Lakitelek', 468760100, 199950400, 0),
(82650, 824, 98, 'Madaras', 460587000, 192612100, 0),
(82651, 824, 98, 'Melykut', 462150900, 193810200, 0),
(82652, 824, 98, 'Nagybaracska', 460424800, 189059000, 0),
(82653, 824, 98, 'Nemesnadudvar', 463405000, 190511500, 0),
(82654, 824, 98, 'Nyarlorinc', 468601700, 198783600, 0),
(82655, 824, 98, 'Orgovany', 467508700, 194725900, 0),
(82656, 824, 98, 'Palmonostora', 466241700, 199515600, 0),
(82657, 824, 98, 'Solt', 468006700, 189999300, 0),
(82658, 824, 98, 'Sukosd', 462818100, 189952400, 0),
(82659, 824, 98, 'Szank', 465571300, 196610300, 0),
(82660, 824, 98, 'Szentkiraly', 469189200, 199184600, 0),
(82661, 824, 98, 'Tazlar', 465482400, 195143600, 0),
(82662, 824, 98, 'Tiszaalpar', 468127900, 199984100, 0),
(82663, 824, 98, 'Tiszakecske', 469326200, 201034900, 0),
(82664, 824, 98, 'Varosfoeld', 468167400, 197566800, 0),
(82665, 824, 98, 'Vaskut', 461078200, 189851400, 0),
(82666, 825, 98, 'Buekkoesd', 461075100, 179882000, 0),
(82667, 825, 98, 'Dunaszekcso', 460866300, 187586500, 0),
(82668, 825, 98, 'Hosszuheteny', 461641400, 183507700, 0),
(82669, 825, 98, 'Lanycsok', 460054300, 186252600, 0),
(82670, 825, 98, 'Magocs', 463499800, 182324000, 0),
(82671, 825, 98, 'Mecseknadasd', 462246800, 184707600, 0),
(82672, 825, 98, 'Pecsvarad', 461603300, 184232100, 0),
(82673, 825, 98, 'Sasd', 462552000, 181077600, 0),
(82674, 825, 98, 'Sellye', 458724700, 178471100, 0),
(82675, 825, 98, 'Szentlorinc', 460401600, 179871900, 0),
(82676, 825, 98, 'Vajszlo', 458595800, 179840600, 0),
(82677, 825, 98, 'Villany', 458688900, 184538900, 0),
(82678, 826, 98, 'Bekessamson', 464166700, 206333300, 0),
(82679, 826, 98, 'Bekesszentandras', 468666700, 204833300, 0),
(82680, 826, 98, 'Bucsa', 472000000, 210000000, 0),
(82681, 826, 98, 'Dombegyhaz', 463333300, 211333300, 0),
(82682, 826, 98, 'Elek', 465333300, 212500000, 0),
(82683, 826, 98, 'Gyomaendrod', 469333300, 208333300, 0),
(82684, 826, 98, 'Kaszaper', 464666700, 208333300, 0),
(82685, 826, 98, 'Ketegyhaza', 465333300, 211833300, 0),
(82686, 826, 98, 'Kevermes', 464166700, 211833300, 0),
(82687, 826, 98, 'Kondoros', 467666700, 208000000, 0),
(82688, 826, 98, 'Korostarcsa', 468833300, 210333300, 0),
(82689, 826, 98, 'Kunagota', 464333300, 210500000, 0),
(82690, 826, 98, 'Lokoshaza', 464333300, 212333300, 0),
(82691, 826, 98, 'Magyarbanhegyes', 464500000, 209666700, 0),
(82692, 826, 98, 'Mehkerek', 467833300, 214500000, 0),
(82693, 826, 98, 'Mezohegyes', 463166700, 208166700, 0),
(82694, 826, 98, 'Mezokovacshaza', 464000000, 209166700, 0),
(82695, 826, 98, 'Okany', 469000000, 213500000, 0),
(82696, 826, 98, 'Pusztafoldvar', 465333300, 208000000, 0),
(82697, 826, 98, 'Ujkigyos', 465833300, 210333300, 0),
(82698, 826, 98, 'Veszto', 469166700, 212666700, 0),
(82699, 827, 98, 'Alsozsolca', 480698200, 208804600, 0),
(82700, 827, 98, 'Arlo', 481833300, 202666700, 0),
(82701, 827, 98, 'Aszalo', 482166700, 209666700, 0),
(82702, 827, 98, 'Bekecs', 481500000, 211833300, 0),
(82703, 827, 98, 'Bocs', 480500000, 209666700, 0),
(82704, 827, 98, 'Bogacs', 479000000, 205333300, 0),
(82705, 827, 98, 'Boldva', 482166700, 208000000, 0),
(82706, 827, 98, 'Borsodnadasd', 481166700, 202500000, 0),
(82707, 827, 98, 'Cigand', 482556100, 218919500, 0),
(82708, 827, 98, 'Farkaslyuk', 481833300, 203166700, 0),
(82709, 827, 98, 'Gesztely', 481000000, 209666700, 0),
(82710, 827, 98, 'Halmaj', 482500000, 210000000, 0),
(82711, 827, 98, 'Hernadnemeti', 480666700, 209833300, 0),
(82712, 827, 98, 'Jardanhaza', 481500000, 202500000, 0),
(82713, 827, 98, 'Karcsa', 483113000, 218053700, 0),
(82714, 827, 98, 'Mad', 482000000, 212833300, 0),
(82715, 827, 98, 'Megyaszo', 481833300, 210500000, 0),
(82716, 827, 98, 'Mezozombor', 481500000, 212666700, 0),
(82717, 827, 98, 'Monok', 482166700, 211500000, 0),
(82718, 827, 98, 'Mucsony', 482666700, 206833300, 0),
(82719, 827, 98, 'Olaszliszka', 482500000, 214333300, 0),
(82720, 827, 98, 'Onga', 481166700, 209166700, 0),
(82721, 827, 98, 'Onod', 480000000, 209166700, 0),
(82722, 827, 98, 'Prugy', 480833300, 212500000, 0),
(82723, 827, 98, 'Putnok', 483000000, 204333300, 0),
(82724, 827, 98, 'Ricse', 483256400, 219706900, 0),
(82725, 827, 98, 'Sajolad', 480500000, 209000000, 0),
(82726, 827, 98, 'Sajooeroes', 479500000, 210333300, 0),
(82727, 827, 98, 'Sajoszentpeter', 482166700, 207166700, 0),
(82728, 827, 98, 'Sajoszoged', 479500000, 210000000, 0),
(82729, 827, 98, 'Sajovamos', 481833300, 208500000, 0),
(82730, 827, 98, 'Saly', 479500000, 206666700, 0),
(82731, 827, 98, 'Szendro', 484000000, 207333300, 0),
(82732, 827, 98, 'Szentistvan', 477666700, 206666700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(82733, 827, 98, 'Szirmabesenyo', 481500000, 208000000, 0),
(82734, 827, 98, 'Taktaharkany', 480833300, 211333300, 0),
(82735, 827, 98, 'Taktaszada', 481166700, 211833300, 0),
(82736, 827, 98, 'Tallya', 482333300, 212333300, 0),
(82737, 827, 98, 'Tiszakarad', 482000000, 217166700, 0),
(82738, 827, 98, 'Tiszakeszi', 477833300, 210000000, 0),
(82739, 827, 98, 'Tiszaluc', 480333300, 210833300, 0),
(82740, 829, 98, 'Apatfalva', 461666700, 205833300, 0),
(82741, 829, 98, 'Asotthalom', 461987500, 197833400, 0),
(82742, 829, 98, 'Baks', 465429700, 201021300, 0),
(82743, 829, 98, 'Balastya', 464227700, 200081600, 0),
(82744, 829, 98, 'Csanytelek', 465950000, 201234200, 0),
(82745, 829, 98, 'Deszk', 462180200, 202432200, 0),
(82746, 829, 98, 'Fabiansebestyen', 466833300, 204666700, 0),
(82747, 829, 98, 'Foldeak', 463166700, 205000000, 0),
(82748, 829, 98, 'Kiszombor', 461833300, 204333300, 0),
(82749, 829, 98, 'Maroslele', 462666700, 203500000, 0),
(82750, 829, 98, 'Mindszent', 465236200, 201903800, 0),
(82751, 829, 98, 'Opusztaszer', 464859200, 200872200, 0),
(82752, 829, 98, 'Pusztaszer', 465508300, 199882400, 0),
(82753, 829, 98, 'Ruzsa', 462880600, 197471400, 0),
(82754, 829, 98, 'Tomorkeny', 466171600, 200435700, 0),
(82755, 829, 98, 'Zsombo', 463256600, 199746400, 0),
(82756, 830, 98, 'Alap', 467991400, 186893800, 0),
(82757, 830, 98, 'Bakonycsernye', 473239500, 180750900, 0),
(82758, 830, 98, 'Baracs', 468820200, 189065800, 0),
(82759, 830, 98, 'Baracska', 472822500, 187585400, 0),
(82760, 830, 98, 'Cece', 467705600, 186282600, 0),
(82761, 830, 98, 'Deg', 468680700, 184504200, 0),
(82762, 830, 98, 'Eloszallas', 468309400, 188348100, 0),
(82763, 830, 98, 'Enying', 469304600, 182420200, 0),
(82764, 830, 98, 'Ercsi', 472519400, 188962300, 0),
(82765, 830, 98, 'Fehervarcsurgo', 472934900, 182646000, 0),
(82766, 830, 98, 'Kapolnasnyek', 472400400, 186756400, 0),
(82767, 830, 98, 'Kislang', 469574400, 183881300, 0),
(82768, 830, 98, 'Lovasbereny', 473099700, 185517700, 0),
(82769, 830, 98, 'Mezofalva', 469318400, 187717700, 0),
(82770, 830, 98, 'Pakozd', 472136900, 185330600, 0),
(82771, 830, 98, 'Perkata', 470470100, 187873400, 0),
(82772, 830, 98, 'Polgardi', 470609900, 183020000, 0),
(82773, 830, 98, 'Pusztavam', 474294800, 182264800, 0),
(82774, 830, 98, 'Sarkeresztur', 470054000, 185439100, 0),
(82775, 830, 98, 'Soponya', 470148500, 184534300, 0),
(82776, 830, 98, 'Szarliget', 475158100, 184948000, 0),
(82777, 830, 98, 'Val', 473626400, 186793100, 0),
(82778, 830, 98, 'Zamoly', 473166700, 184081000, 0),
(82779, 831, 98, 'Agfalva', 476899100, 165165800, 0),
(82780, 831, 98, 'Beled', 474659400, 170929400, 0),
(82781, 831, 98, 'Bony', 476500000, 178697700, 0),
(82782, 831, 98, 'Fertod', 476194700, 168867600, 0),
(82783, 831, 98, 'Fertorakos', 477201700, 166504000, 0),
(82784, 831, 98, 'Halaszi', 478893000, 173261500, 0),
(82785, 831, 98, 'Janossomorja', 477862100, 171360300, 0),
(82786, 831, 98, 'Kony', 476305300, 173571700, 0),
(82787, 831, 98, 'Lebeny', 477357400, 173907600, 0),
(82788, 831, 98, 'Mihalyi', 475138400, 170950700, 0),
(82789, 831, 98, 'Mosonszentmiklos', 477277800, 174278400, 0),
(82790, 831, 98, 'Nagycenk', 476043500, 166973200, 0),
(82791, 831, 98, 'Nyul', 475904700, 176890400, 0),
(82792, 831, 98, 'Otteveny', 477194600, 174847400, 0),
(82793, 831, 98, 'Per', 476115300, 178063200, 0),
(82794, 831, 98, 'Szany', 474642300, 173040200, 0),
(82795, 831, 98, 'Tet', 475192200, 175080200, 0),
(82796, 832, 98, 'Bagamer', 474488200, 219890000, 0),
(82797, 832, 98, 'Barand', 473000000, 212333300, 0),
(82798, 832, 98, 'Biharnagybajom', 472166700, 212333300, 0),
(82799, 832, 98, 'Egyek', 476333300, 209000000, 0),
(82800, 832, 98, 'Hajdubagos', 473929500, 216655100, 0),
(82801, 832, 98, 'Hajduhadhaz', 476833300, 216666700, 0),
(82802, 832, 98, 'Hajduszovat', 473833300, 214833300, 0),
(82803, 832, 98, 'Hortobagy', 475827800, 211510800, 0),
(82804, 832, 98, 'Konyar', 473166700, 216666700, 0),
(82805, 832, 98, 'Mikepercs', 474500000, 216333300, 0),
(82806, 832, 98, 'Monostorpalyi', 474000000, 217833300, 0),
(82807, 832, 98, 'Nagyrabe', 472000000, 213333300, 0),
(82808, 832, 98, 'Nyirabrany', 475531100, 220240100, 0),
(82809, 832, 98, 'Nyiracsad', 476033000, 219720800, 0),
(82810, 832, 98, 'Nyiradony', 476974600, 219187800, 0),
(82811, 832, 98, 'Nyirmartonfalva', 475833300, 219000000, 0),
(82812, 832, 98, 'Pocsaj', 472833300, 218166700, 0),
(82813, 832, 98, 'Sarand', 474000000, 216333300, 0),
(82814, 832, 98, 'Sarretudvari', 472333300, 212000000, 0),
(82815, 832, 98, 'Tiszacsege', 477000000, 210000000, 0),
(82816, 833, 98, 'Abasar', 477970500, 200032400, 0),
(82817, 833, 98, 'Adacs', 476921000, 199769600, 0),
(82818, 833, 98, 'Apc', 477941900, 196942900, 0),
(82819, 833, 98, 'Besenyotelek', 477000000, 204333300, 0),
(82820, 833, 98, 'Csany', 476482900, 198297200, 0),
(82821, 833, 98, 'Domoszlo', 478333300, 201166700, 0),
(82822, 833, 98, 'Ecsed', 477326700, 197669600, 0),
(82823, 833, 98, 'Erdotelek', 476833300, 203166700, 0),
(82824, 833, 98, 'Gyongyoshalasz', 477416100, 199287600, 0),
(82825, 833, 98, 'Gyongyospata', 478150500, 197892400, 0),
(82826, 833, 98, 'Gyongyossolymos', 478172400, 199361900, 0),
(82827, 833, 98, 'Gyongyostarjan', 478136900, 198672400, 0),
(82828, 833, 98, 'Karacsond', 477296200, 200307600, 0),
(82829, 833, 98, 'Kerecsend', 478000000, 203500000, 0),
(82830, 833, 98, 'Kiskore', 475000000, 205000000, 0),
(82831, 833, 98, 'Maklar', 478000000, 204166700, 0),
(82832, 833, 98, 'Parad', 479232400, 200297200, 0),
(82833, 833, 98, 'Petervasara', 480166700, 201000000, 0),
(82834, 833, 98, 'Recsk', 479333300, 201166700, 0),
(82835, 833, 98, 'Szihalom', 477666700, 204833300, 0),
(82836, 833, 98, 'Szilvasvarad', 481000000, 204000000, 0),
(82837, 833, 98, 'Tarnalelesz', 480500000, 201833300, 0),
(82838, 833, 98, 'Tarnaoers', 475949900, 200525400, 0),
(82839, 833, 98, 'Tiszanana', 475666700, 205333300, 0),
(82840, 833, 98, 'Vamosgyork', 476842800, 199292400, 0),
(82841, 833, 98, 'Verpelet', 478500000, 202333300, 0),
(82842, 834, 98, 'Abadszalok', 474666700, 206000000, 0),
(82843, 834, 98, 'Alattyan', 474270500, 200422000, 0),
(82844, 834, 98, 'Besenyszog', 473000000, 202666700, 0),
(82845, 834, 98, 'Cserkeszolo', 468632000, 201870100, 0),
(82846, 834, 98, 'Fegyvernek', 472666700, 205333300, 0),
(82847, 834, 98, 'Janoshida', 473833300, 200666700, 0),
(82848, 834, 98, 'Jaszarokszallas', 476423800, 199803800, 0),
(82849, 834, 98, 'Jaszjakohalma', 475203800, 199908600, 0),
(82850, 834, 98, 'Jaszkiser', 474500000, 202166700, 0),
(82851, 834, 98, 'Kenderes', 472500000, 206833300, 0),
(82852, 834, 98, 'Kengyel', 470833300, 203333300, 0),
(82853, 834, 98, 'Kunmadaras', 474333300, 208000000, 0),
(82854, 834, 98, 'Kunszentmarton', 468391600, 202887900, 0),
(82855, 834, 98, 'Ocsod', 469000000, 204000000, 0),
(82856, 834, 98, 'Rakoczifalva', 470833300, 202333300, 0),
(82857, 834, 98, 'Rakocziujfalu', 470666700, 202666700, 0),
(82858, 834, 98, 'Szeleveny', 468025900, 202028300, 0),
(82859, 834, 98, 'Tiszabo', 473000000, 204833300, 0),
(82860, 834, 98, 'Tiszabura', 474500000, 204666700, 0),
(82861, 834, 98, 'Tiszafoldvar', 469833300, 202500000, 0),
(82862, 834, 98, 'Tiszapuspoki', 472166700, 203166700, 0),
(82863, 834, 98, 'Tiszaroff', 474000000, 204500000, 0),
(82864, 834, 98, 'Tiszasuly', 473833300, 204000000, 0),
(82865, 834, 98, 'Tiszaszentimre', 474833300, 207333300, 0),
(82866, 834, 98, 'Ujszasz', 473000000, 200833300, 0),
(82867, 834, 98, 'Zagyvarekas', 472666700, 201333300, 0),
(82868, 835, 98, 'Almasfuzito', 477275200, 182653800, 0),
(82869, 835, 98, 'Babolna', 476436100, 179779800, 0),
(82870, 835, 98, 'Dunaalmas', 477286800, 183223500, 0),
(82871, 835, 98, 'Kecsked', 475229800, 183093900, 0),
(82872, 835, 98, 'Kesztolc', 477126600, 188017700, 0),
(82873, 835, 98, 'Mocsa', 476699900, 181850500, 0),
(82874, 835, 98, 'Nagyigmand', 476409400, 180813000, 0),
(82875, 835, 98, 'Naszaly', 477032900, 182575100, 0),
(82876, 835, 98, 'Neszmely', 477358500, 183596600, 0),
(82877, 835, 98, 'Piliscsev', 476792400, 188187200, 0),
(82878, 835, 98, 'Pilismarot', 477846400, 188753900, 0),
(82879, 835, 98, 'Sutto', 477575000, 184488900, 0),
(82880, 835, 98, 'Szomod', 476849200, 183406100, 0),
(82881, 835, 98, 'Tardos', 476619200, 184441600, 0),
(82882, 835, 98, 'Tarjan', 476104200, 185107000, 0),
(82883, 835, 98, 'Tat', 477414800, 186481300, 0),
(82884, 835, 98, 'Vertesszolos', 476210600, 183813000, 0),
(82885, 836, 98, 'Bujak', 478835200, 195438100, 0),
(82886, 836, 98, 'Diosjeno', 479396800, 190431700, 0),
(82887, 836, 98, 'Hehalom', 477801700, 195851900, 0),
(82888, 836, 98, 'Jobbagyi', 478323800, 196776200, 0),
(82889, 836, 98, 'Karancskeszi', 481635300, 196968600, 0),
(82890, 836, 98, 'Kazar', 480495200, 198614300, 0),
(82891, 836, 98, 'Matranovak', 480380900, 199825700, 0),
(82892, 836, 98, 'Matraverebely', 479742100, 197804900, 0),
(82893, 836, 98, 'Nagyoroszi', 480050300, 190905000, 0),
(82894, 836, 98, 'Palotas', 477952800, 195961800, 0),
(82895, 836, 98, 'Rimoc', 480369500, 195301000, 0),
(82896, 836, 98, 'Romhany', 479261800, 192572300, 0),
(82897, 836, 98, 'Szurdokpuspoki', 478592300, 196921800, 0),
(82898, 836, 98, 'Tar', 479537100, 197461000, 0),
(82899, 837, 98, 'Acsa', 477942500, 193879500, 0),
(82900, 837, 98, 'Alsonemedi', 473152400, 191584300, 0),
(82901, 837, 98, 'Bugyi', 472274800, 191466400, 0),
(82902, 837, 98, 'Cegledbercel', 472237000, 196682800, 0),
(82903, 837, 98, 'Csobanka', 476463700, 189618900, 0),
(82904, 837, 98, 'Danszentmiklos', 472148600, 195469500, 0),
(82905, 837, 98, 'Delegyhaza', 472413500, 190901900, 0),
(82906, 837, 98, 'Domony', 476555200, 194322900, 0),
(82907, 837, 98, 'Domsod', 470900500, 190110600, 0),
(82908, 837, 98, 'Dunabogdany', 477905200, 190412500, 0),
(82909, 837, 98, 'Dunavarsany', 472785900, 190661700, 0),
(82910, 837, 98, 'Erdokertes', 476726100, 193078600, 0),
(82911, 837, 98, 'Farmos', 473606700, 198461900, 0),
(82912, 837, 98, 'Felsopakony', 473432800, 192369800, 0),
(82913, 837, 98, 'Galgaheviz', 476166700, 195666700, 0),
(82914, 837, 98, 'Galgamacsa', 476956200, 193872400, 0),
(82915, 837, 98, 'Gomba', 473709500, 195305700, 0),
(82916, 837, 98, 'Iklad', 476653400, 194361000, 0),
(82917, 837, 98, 'Jaszkarajeno', 470500000, 200666700, 0),
(82918, 837, 98, 'Koka', 474855200, 195787600, 0),
(82919, 837, 98, 'Mende', 474313200, 194562800, 0),
(82920, 837, 98, 'Nyaregyhaza', 472617500, 195014600, 0),
(82921, 837, 98, 'Orkeny', 471299100, 194332400, 0),
(82922, 837, 98, 'Pand', 473533300, 196357100, 0),
(82923, 837, 98, 'Pilis', 472890400, 195484800, 0),
(82924, 837, 98, 'Pilisszanto', 476690900, 188876200, 0),
(82925, 837, 98, 'Pilisszentivan', 476096400, 188994000, 0),
(82926, 837, 98, 'Pilisszentkereszt', 476914300, 189050300, 0),
(82927, 837, 98, 'Suelysap', 474520600, 195336900, 0),
(82928, 837, 98, 'Szentlorinckata', 475194700, 197528600, 0),
(82929, 837, 98, 'Szentmartonkata', 474541900, 197014300, 0),
(82930, 837, 98, 'Szob', 478192100, 188702000, 0),
(82931, 837, 98, 'Taborfalva', 470994200, 194783700, 0),
(82932, 837, 98, 'Tahitotfalu', 477500000, 191000000, 0),
(82933, 837, 98, 'Tapiobicske', 473609600, 196860900, 0),
(82934, 837, 98, 'Tapiogyorgye', 473350500, 199527600, 0),
(82935, 837, 98, 'Tapiosag', 474020000, 196304700, 0),
(82936, 837, 98, 'Tapioszecso', 474500000, 196092300, 0),
(82937, 837, 98, 'Tapioszentmarton', 473399000, 197464800, 0),
(82938, 837, 98, 'Toalmas', 475078200, 196665700, 0),
(82939, 837, 98, 'Tortel', 471220900, 199371400, 0),
(82940, 837, 98, 'Ujszilvas', 472747700, 199247700, 0),
(82941, 837, 98, 'Uri', 474142900, 195276200, 0),
(82942, 837, 98, 'Veroce', 478246800, 190348400, 0),
(82943, 837, 98, 'Visegrad', 477852600, 189709000, 0),
(82944, 837, 98, 'Zsambok', 475438100, 196104800, 0),
(82945, 838, 98, 'Babocsa', 460415500, 173433200, 0),
(82946, 838, 98, 'Balatonfenyves', 467154200, 174922300, 0),
(82947, 838, 98, 'Balatonszabadi', 468939800, 181373800, 0),
(82948, 838, 98, 'Balatonszarszo', 468294600, 178242600, 0),
(82949, 838, 98, 'Berzence', 462090800, 171481000, 0),
(82950, 838, 98, 'Bohonye', 464134500, 173803600, 0),
(82951, 838, 98, 'Csurgo', 462531400, 171006000, 0),
(82952, 838, 98, 'Kadarkut', 462362300, 176201400, 0),
(82953, 838, 98, 'Karad', 466907600, 178413600, 0),
(82954, 838, 98, 'Kethely', 466460500, 173936200, 0),
(82955, 838, 98, 'Labod', 462053500, 174541900, 0),
(82956, 838, 98, 'Lengyeltoti', 466701300, 176439800, 0),
(82957, 838, 98, 'Segesd', 463414200, 173513200, 0),
(82958, 838, 98, 'Somogyvar', 465814000, 176628900, 0),
(82959, 838, 98, 'Zamardi', 468848800, 179536600, 0),
(82960, 839, 98, 'Ajak', 481766400, 220627300, 0),
(82961, 839, 98, 'Anarcs', 481764200, 221116700, 0),
(82962, 839, 98, 'Apagy', 479643000, 219353900, 0),
(82963, 839, 98, 'Aranyosapati', 482059500, 222591600, 0),
(82964, 839, 98, 'Baktaloranthaza', 480000000, 220833300, 0),
(82965, 839, 98, 'Bokony', 477333300, 217500000, 0),
(82966, 839, 98, 'Buj', 481000000, 216500000, 0),
(82967, 839, 98, 'Demecser', 481110800, 219174900, 0),
(82968, 839, 98, 'Doge', 482624600, 220633900, 0),
(82969, 839, 98, 'Encsencs', 477333300, 221166700, 0),
(82970, 839, 98, 'Gegeny', 481500000, 219500000, 0),
(82971, 839, 98, 'Gyulahaza', 481333300, 221166700, 0),
(82972, 839, 98, 'Hodasz', 479183400, 222015300, 0),
(82973, 839, 98, 'Kallosemjen', 478608100, 219392800, 0),
(82974, 839, 98, 'Kalmanhaza', 478833300, 215833300, 0),
(82975, 839, 98, 'Kantorjanosi', 479333300, 221500000, 0),
(82976, 839, 98, 'Kek', 481166700, 218833300, 0),
(82977, 839, 98, 'Kemecse', 480753200, 218062500, 0),
(82978, 839, 98, 'Kisleta', 478424400, 220039300, 0),
(82979, 839, 98, 'Kocsord', 479391200, 223833300, 0),
(82980, 839, 98, 'Levelek', 479628200, 219853700, 0),
(82981, 839, 98, 'Mandok', 483214900, 221910700, 0),
(82982, 839, 98, 'Merk', 477882400, 223803800, 0),
(82983, 839, 98, 'Nagycserkesz', 479666700, 215333300, 0),
(82984, 839, 98, 'Nagydobos', 480575900, 223042400, 0),
(82985, 839, 98, 'Nagyecsed', 478654700, 223916000, 0),
(82986, 839, 98, 'Nagyhalasz', 481333300, 217666700, 0),
(82987, 839, 98, 'Nagykallo', 478749100, 218408200, 0),
(82988, 839, 98, 'Napkor', 479379700, 218676300, 0),
(82989, 839, 98, 'Nyirbeltek', 477000000, 221333300, 0),
(82990, 839, 98, 'Nyirbogat', 478034000, 220656100, 0),
(82991, 839, 98, 'Nyircsaholy', 479038300, 223363000, 0),
(82992, 839, 98, 'Nyirgyulaj', 478862200, 220978100, 0),
(82993, 839, 98, 'Nyirkarasz', 481016700, 220979400, 0),
(82994, 839, 98, 'Nyirlugos', 476931500, 220447600, 0),
(82995, 839, 98, 'Nyirmada', 480666700, 222000000, 0),
(82996, 839, 98, 'Nyirmeggyes', 479166700, 222666700, 0),
(82997, 839, 98, 'Nyirmihalydi', 477397600, 219644500, 0),
(82998, 839, 98, 'Nyirtass', 481166700, 220333300, 0),
(82999, 839, 98, 'Nyirvasvari', 478166700, 221868300, 0),
(83000, 839, 98, 'Porcsalma', 478833300, 225666700, 0),
(83001, 839, 98, 'Rakamaz', 481333300, 214666700, 0),
(83002, 839, 98, 'Szakoly', 477666700, 219166700, 0),
(83003, 839, 98, 'Szamosszeg', 480456100, 223658200, 0),
(83004, 839, 98, 'Tarpa', 481048000, 225374400, 0),
(83005, 839, 98, 'Tiszabezded', 483666700, 221500000, 0),
(83006, 839, 98, 'Tiszadada', 480333300, 212500000, 0),
(83007, 839, 98, 'Tiszadob', 480166700, 211666700, 0),
(83008, 839, 98, 'Tiszaeszlar', 480500000, 214666700, 0),
(83009, 839, 98, 'Tiszalok', 480166700, 213833300, 0),
(83010, 839, 98, 'Tiszanagyfalu', 481000000, 214833300, 0),
(83011, 839, 98, 'Tornyospalca', 482666700, 221833300, 0),
(83012, 839, 98, 'Tunyogmatolcs', 479666700, 224666700, 0),
(83013, 839, 98, 'Tyukod', 478537800, 225633000, 0),
(83014, 840, 98, 'Bata', 461286400, 187702700, 0),
(83015, 840, 98, 'Bataszek', 461937300, 187230700, 0),
(83016, 840, 98, 'Bogyiszlo', 463863800, 188296200, 0),
(83017, 840, 98, 'Bolcske', 467410200, 189673600, 0),
(83018, 840, 98, 'Dobrokoz', 464217800, 182395200, 0),
(83019, 840, 98, 'Dunafoldvar', 468080000, 189263800, 0),
(83020, 840, 98, 'Dunaszentgyorgy', 465285200, 188177100, 0),
(83021, 840, 98, 'Fadd', 464647600, 188192500, 0),
(83022, 840, 98, 'Gyonk', 465560300, 184769400, 0),
(83023, 840, 98, 'Hogyesz', 464969700, 184184100, 0),
(83024, 840, 98, 'Iregszemcse', 466928600, 181858100, 0),
(83025, 840, 98, 'Madocsa', 466879000, 189579100, 0),
(83026, 840, 98, 'Nagydorog', 466274900, 186556500, 0),
(83027, 840, 98, 'Nagymanyok', 462791100, 184548900, 0),
(83028, 840, 98, 'Ocseny', 463137000, 187574900, 0),
(83029, 840, 98, 'Ozora', 467513300, 184001000, 0),
(83030, 840, 98, 'Pincehely', 466809500, 184393500, 0),
(83031, 840, 98, 'Szedres', 464755100, 186830500, 0),
(83032, 840, 98, 'Szentgalpuszta', 463747900, 186260100, 0),
(83033, 840, 98, 'Tengelic', 465287800, 187111700, 0),
(83034, 841, 98, 'Buk', 473848600, 167506500, 0),
(83035, 841, 98, 'Csepreg', 474009800, 167088100, 0),
(83036, 841, 98, 'Jak', 471425000, 165814800, 0),
(83037, 841, 98, 'Janoshaza', 471193700, 171650300, 0),
(83038, 841, 98, 'Vasvar', 470492800, 167995400, 0),
(83039, 841, 98, 'Vep', 472304100, 167224800, 0),
(83040, 842, 98, 'Berhida', 471113100, 181294800, 0),
(83041, 842, 98, 'Csopak', 469770900, 179181900, 0),
(83042, 842, 98, 'Herend', 471333300, 177500000, 0),
(83043, 842, 98, 'Osi', 471472200, 181883300, 0),
(83044, 842, 98, 'Petfuerdo', 471666700, 181166700, 0),
(83045, 842, 98, 'Revfueloep', 468257300, 176196700, 0),
(83046, 842, 98, 'Sumeg', 469770300, 172820900, 0),
(83047, 842, 98, 'Szentkiralyszabadja', 470576000, 179705200, 0),
(83048, 842, 98, 'Urkut', 470850500, 176439300, 0),
(83049, 843, 98, 'Cserszegtomaj', 468016500, 172209600, 0),
(83050, 843, 98, 'Gyenesdias', 467705800, 172866000, 0),
(83051, 843, 98, 'Murakeresztur', 463642200, 168817700, 0),
(83052, 843, 98, 'Pacsa', 467198100, 170140100, 0),
(83053, 843, 98, 'Turje', 469836600, 171074200, 0),
(83054, 843, 98, 'Zalakomar', 465379600, 171809400, 0),
(83055, 844, 99, 'Neskaupstadur', 651488200, -136795100, 0),
(83056, 846, 99, 'Dalvik', 659701800, -185286100, 0),
(83057, 846, 99, 'Husavik', 660448900, -173388500, 0),
(83058, 848, 99, 'Torlakshofn', 638609300, -213784400, 0),
(83059, 849, 99, 'Grindavik', 638424000, -224337500, 0),
(83060, 851, 99, 'Stykkisholmur', 650757300, -227296700, 0),
(83061, 853, 100, 'Avanigadda', 160214800, 809180800, 0),
(83062, 853, 100, 'Chinnachowk', 144751600, 788354000, 0),
(83063, 853, 100, 'Chirala', 158166700, 803500000, 0),
(83064, 853, 100, 'Chodavaram', 174500000, 817666700, 0),
(83065, 853, 100, 'Giddalur', 153500000, 789166700, 0),
(83066, 853, 100, 'Guntakal', 151666700, 773833300, 0),
(83067, 853, 100, 'Jaggayyapeta', 169000000, 801000000, 0),
(83068, 853, 100, 'Kadiri', 141166700, 781666700, 0),
(83069, 853, 100, 'Kalyandurg', 145451900, 771055200, 0),
(83070, 853, 100, 'Kanuru', 162858400, 812546400, 0),
(83071, 853, 100, 'Markapur', 157333300, 792833300, 0),
(83072, 853, 100, 'Nandikotkur', 158666700, 782666700, 0),
(83073, 853, 100, 'Narasapur', 164500000, 816666700, 0),
(83074, 853, 100, 'Narsipatnam', 176666700, 826166700, 0),
(83075, 853, 100, 'Nayudupeta', 139000000, 799000000, 0),
(83076, 853, 100, 'Nuzvid', 167833300, 808500000, 0),
(83077, 853, 100, 'Peddapuram', 170833300, 821333300, 0),
(83078, 853, 100, 'Penugonda', 166666700, 817333300, 0),
(83079, 853, 100, 'Ponnuru', 160666700, 805666700, 0),
(83080, 853, 100, 'Rayachoti', 140500000, 787500000, 0),
(83081, 853, 100, 'Razam', 184666700, 836666700, 0),
(83082, 853, 100, 'Samalkot', 170500000, 821833300, 0),
(83083, 853, 100, 'Srisailam', 160833300, 788666700, 0),
(83084, 853, 100, 'Tadpatri', 149166700, 780166700, 0),
(83085, 853, 100, 'Tanuku', 167500000, 817000000, 0),
(83086, 853, 100, 'Tekkali', 186166700, 842333300, 0),
(83087, 853, 100, 'Tuni', 173500000, 825500000, 0),
(83088, 853, 100, 'Vetapalem', 157833300, 803166700, 0),
(83089, 854, 100, 'Pasighat', 280666700, 953333300, 0),
(83090, 855, 100, 'Bongaigaon', 264782200, 905567600, 0),
(83091, 855, 100, 'Dhing', 264666700, 924666700, 0),
(83092, 855, 100, 'Gauripur', 260835200, 899615800, 0),
(83093, 855, 100, 'Goalpara', 261666700, 906166700, 0),
(83094, 855, 100, 'Golaghat', 265166700, 939666700, 0),
(83095, 855, 100, 'Golakganj', 261000000, 898333300, 0),
(83096, 855, 100, 'Hajo', 262500000, 915333300, 0),
(83097, 855, 100, 'Karimganj', 248666700, 923500000, 0),
(83098, 855, 100, 'Kokrajhar', 263990400, 902718200, 0),
(83099, 855, 100, 'Lala', 245500000, 926000000, 0),
(83100, 855, 100, 'Nazira', 269166700, 947333300, 0),
(83101, 855, 100, 'Palasbari', 261361100, 915486100, 0),
(83102, 855, 100, 'Raha', 262333300, 925166700, 0),
(83103, 855, 100, 'Sibsagar', 269833300, 946333300, 0),
(83104, 855, 100, 'Sonari', 270666700, 950333300, 0),
(83105, 856, 100, 'Bagaha', 271000000, 840833300, 0),
(83106, 856, 100, 'Bhabua', 250500000, 836166700, 0),
(83107, 856, 100, 'Bihar Sharif', 251833300, 855166700, 0),
(83108, 856, 100, 'Bihariganj', 257333300, 869833300, 0),
(83109, 856, 100, 'Jamalpur', 253000000, 865000000, 0),
(83110, 856, 100, 'Madhubani', 263666700, 860833300, 0),
(83111, 856, 100, 'Raxaul', 269833300, 848500000, 0),
(83112, 856, 100, 'Revelganj', 257833300, 846666700, 0),
(83113, 856, 100, 'Sheohar', 265166700, 853000000, 0),
(83114, 856, 100, 'Sitamarhi', 266000000, 854833300, 0),
(83115, 856, 100, 'Supaul', 261166700, 866000000, 0),
(83116, 858, 100, 'Arang', 212000000, 819666700, 0),
(83117, 858, 100, 'Deori', 214500000, 826166700, 0),
(83118, 858, 100, 'Gidam', 189833300, 814000000, 0),
(83119, 858, 100, 'Jashpurnagar', 229000000, 841500000, 0),
(83120, 858, 100, 'Junagarh', 198666700, 829333300, 0),
(83121, 858, 100, 'Katghora', 225000000, 825500000, 0),
(83122, 858, 100, 'Kharod', 217500000, 825666700, 0),
(83123, 858, 100, 'Kharsia', 219666700, 831166700, 0),
(83124, 858, 100, 'Kondagaon', 196000000, 816666700, 0),
(83125, 858, 100, 'Kumhari', 212666700, 815166700, 0),
(83126, 858, 100, 'Mahasamund', 211000000, 821000000, 0),
(83127, 858, 100, 'Mungeli', 220666700, 816833300, 0),
(83128, 858, 100, 'Patan', 210333300, 815333300, 0),
(83129, 858, 100, 'Pathalgaon', 225666700, 834666700, 0),
(83130, 858, 100, 'Saraipali', 213333300, 830000000, 0),
(83131, 858, 100, 'Sarangarh', 216000000, 830833300, 0),
(83132, 858, 100, 'Umarkot', 196666700, 822166700, 0),
(83133, 860, 100, 'Diu', 207140500, 709822400, 0),
(83134, 862, 100, 'Arambol', 156868100, 737044900, 0),
(83135, 862, 100, 'Benaulim', 152500000, 739166700, 0),
(83136, 862, 100, 'Cavelossim', 151725500, 739419400, 0),
(83137, 862, 100, 'Chinchinim', 152000000, 739666700, 0),
(83138, 862, 100, 'Colva', 152666700, 739166700, 0),
(83139, 862, 100, 'Cuncolim', 151666700, 739833300, 0),
(83140, 862, 100, 'Curchorem', 152500000, 741000000, 0),
(83141, 862, 100, 'Itanagar', 271000000, 936166700, 0),
(83142, 862, 100, 'Saligao', 155500000, 737666700, 0),
(83143, 862, 100, 'Taleigao', 154666700, 738000000, 0),
(83144, 863, 100, 'Amod', 219833300, 729000000, 0),
(83145, 863, 100, 'Chanasma', 237166700, 721166700, 0),
(83146, 863, 100, 'Chhota Udepur', 223166700, 740166700, 0),
(83147, 863, 100, 'Dahegam', 231666700, 728166700, 0),
(83148, 863, 100, 'Dhanera', 245166700, 720166700, 0),
(83149, 863, 100, 'Dharampur', 205333300, 731833300, 0),
(83150, 863, 100, 'Dhoraji', 217333300, 704500000, 0),
(83151, 863, 100, 'Jasdan', 220333300, 712000000, 0),
(83152, 863, 100, 'Kalavad', 222166700, 703833300, 0),
(83153, 863, 100, 'Kapadvanj', 230166700, 730666700, 0),
(83154, 863, 100, 'Kodinar', 207902800, 707030600, 0),
(83155, 863, 100, 'Kutiyana', 216233300, 699816700, 0),
(83156, 863, 100, 'Lakhtar', 228500000, 717833300, 0),
(83157, 863, 100, 'Mahemdavad', 228333300, 727666700, 0),
(83158, 863, 100, 'Mandvi', 212500000, 733000000, 0),
(83159, 863, 100, 'Meghraj', 235000000, 735000000, 0),
(83160, 863, 100, 'Pardi', 205166700, 729500000, 0),
(83161, 863, 100, 'Parnera', 205500000, 729500000, 0),
(83162, 863, 100, 'Petlad', 224666700, 728000000, 0),
(83163, 863, 100, 'Rajpipla', 218666700, 735000000, 0),
(83164, 863, 100, 'Roha', 232000000, 692666700, 0),
(83165, 863, 100, 'Sayla', 225500000, 714666700, 0),
(83166, 863, 100, 'Songadh', 211666700, 735666700, 0),
(83167, 863, 100, 'Vaghodia', 223000000, 733833300, 0),
(83168, 863, 100, 'Vasa', 226666700, 727333300, 0),
(83169, 864, 100, 'Chhachhrauli', 302500000, 773666700, 0),
(83170, 864, 100, 'Farrukhnagar', 284500000, 768166700, 0),
(83171, 864, 100, 'Indri', 298800000, 770711100, 0),
(83172, 864, 100, 'Jagadhri', 301666700, 773000000, 0),
(83173, 864, 100, 'Maham', 289833300, 763000000, 0),
(83174, 864, 100, 'Mustafabad', 302000000, 771500000, 0),
(83175, 864, 100, 'Nilokheri', 298333300, 769166700, 0),
(83176, 864, 100, 'Punahana', 278666700, 772000000, 0),
(83177, 864, 100, 'Radaur', 300333300, 771500000, 0),
(83178, 864, 100, 'Tohana', 297000000, 759000000, 0),
(83179, 864, 100, 'Tosham', 288833300, 759166700, 0),
(83180, 864, 100, 'Uklana', 295166700, 758666700, 0),
(83181, 865, 100, 'Arki', 311500000, 769666700, 0),
(83182, 865, 100, 'Manali', 322666700, 771666700, 0),
(83183, 865, 100, 'Nahan', 305500000, 773000000, 0),
(83184, 866, 100, 'Anantnag', 337333300, 751500000, 0),
(83185, 866, 100, 'Kargil', 345666700, 761000000, 0),
(83186, 866, 100, 'Kathua', 323666700, 755166700, 0),
(83187, 866, 100, 'Nawanshahr', 327666700, 745333300, 0),
(83188, 866, 100, 'Pahalgam', 340333300, 753333300, 0),
(83189, 866, 100, 'Rajauri', 333833300, 743000000, 0),
(83190, 866, 100, 'Ramban', 332500000, 752500000, 0),
(83191, 867, 100, 'Chaibasa', 225666700, 858166700, 0),
(83192, 867, 100, 'Chakradharpur', 227000000, 856333300, 0),
(83193, 867, 100, 'Chandil', 229666700, 860500000, 0),
(83194, 867, 100, 'Jagannathpur', 222333300, 856500000, 0),
(83195, 867, 100, 'Kharsawan', 228000000, 858333300, 0),
(83196, 867, 100, 'Noamundi', 221500000, 855333300, 0),
(83197, 867, 100, 'Ramgarh', 236333300, 855166700, 0),
(83198, 867, 100, 'Saraikela', 227166700, 859500000, 0),
(83199, 867, 100, 'Sini', 228000000, 859666700, 0),
(83200, 868, 100, 'Basavana Bagevadi', 165833300, 759666700, 0),
(83201, 868, 100, 'Bhadravati', 138666700, 757166700, 0),
(83202, 868, 100, 'Bhalki', 180333300, 772166700, 0),
(83203, 868, 100, 'Bhatkal', 139666700, 745666700, 0),
(83204, 868, 100, 'Byadgi', 146833300, 754833300, 0),
(83205, 868, 100, 'Challakere', 143166700, 766500000, 0),
(83206, 868, 100, 'Chamrajnagar', 119166700, 769500000, 0),
(83207, 868, 100, 'Devanhalli', 132325000, 776991700, 0),
(83208, 868, 100, 'Gauribidanur', 136111100, 775166700, 0),
(83209, 868, 100, 'Gokak', 161666700, 748333300, 0),
(83210, 868, 100, 'Gubbi', 133105600, 769444400, 0),
(83211, 868, 100, 'Haliyal', 153333300, 747666700, 0),
(83212, 868, 100, 'Hiriyur', 139455600, 766191700, 0),
(83213, 868, 100, 'Hosanagara', 139166700, 750666700, 0),
(83214, 868, 100, 'Kampli', 154000000, 766166700, 0),
(83215, 868, 100, 'Karkal', 132000000, 749833300, 0),
(83216, 868, 100, 'Karwar', 148000000, 741333300, 0),
(83217, 868, 100, 'Kolar', 131333300, 781333300, 0),
(83218, 868, 100, 'Koppal', 153500000, 761500000, 0),
(83219, 868, 100, 'Kumta', 144166700, 744000000, 0),
(83220, 868, 100, 'Kunigal', 130222200, 770266700, 0),
(83221, 868, 100, 'Magadi', 129666700, 772333300, 0),
(83222, 868, 100, 'Malpe', 133500000, 747166700, 0),
(83223, 868, 100, 'Manvi', 159833300, 770500000, 0),
(83224, 868, 100, 'Mudhol', 163500000, 752833300, 0),
(83225, 868, 100, 'Sankeshwar', 162666700, 744833300, 0),
(83226, 868, 100, 'Sargur', 119833300, 764166700, 0),
(83227, 868, 100, 'Savanur', 149666700, 753500000, 0),
(83228, 868, 100, 'Seram', 171833300, 772833300, 0),
(83229, 868, 100, 'Someshwar', 135000000, 750666700, 0),
(83230, 868, 100, 'Sulya', 125666700, 753833300, 0),
(83231, 868, 100, 'Tarikere', 137166700, 758166700, 0),
(83232, 868, 100, 'Tiptur', 132586100, 764783300, 0),
(83233, 868, 100, 'Yadgir', 167666700, 771333300, 0),
(83234, 868, 100, 'Yellapur', 149666700, 747166700, 0),
(83235, 869, 100, 'Chittur', 107000000, 767500000, 0),
(83236, 869, 100, 'Erattupetta', 97000000, 767833300, 0),
(83237, 869, 100, 'Kodungallur', 102166700, 762166700, 0),
(83238, 869, 100, 'Mahe', 117000000, 755333300, 0),
(83239, 869, 100, 'Mavoor', 112666700, 759166700, 0),
(83240, 869, 100, 'Pappinisseri', 119500000, 753500000, 0),
(83241, 869, 100, 'Piravam', 98666700, 765000000, 0),
(83242, 869, 100, 'Shertallai', 97000000, 763333300, 0),
(83243, 871, 100, 'Agar', 237000000, 760166700, 0),
(83244, 871, 100, 'Alot', 237666700, 755500000, 0),
(83245, 871, 100, 'Amarkantak', 226666700, 817500000, 0),
(83246, 871, 100, 'Ambah', 267075000, 782261100, 0),
(83247, 871, 100, 'Ashta', 230166700, 767166700, 0),
(83248, 871, 100, 'Badnawar', 230166700, 752166700, 0),
(83249, 871, 100, 'Barela', 231000000, 800500000, 0),
(83250, 871, 100, 'Biaora', 238666700, 769166700, 0),
(83251, 871, 100, 'Datia', 256666700, 784666700, 0),
(83252, 871, 100, 'Etawa', 241855000, 782031000, 0),
(83253, 871, 100, 'Guna', 246500000, 773166700, 0),
(83254, 871, 100, 'Hatta', 241166700, 796000000, 0),
(83255, 871, 100, 'Itarsi', 226166700, 777500000, 0),
(83256, 871, 100, 'Jamai', 222000000, 785833300, 0),
(83257, 871, 100, 'Jatara', 250166700, 790500000, 0),
(83258, 871, 100, 'Jiran', 243166700, 748833300, 0),
(83259, 871, 100, 'Khajuraho', 248500000, 799333300, 0),
(83260, 871, 100, 'Khamaria', 232166700, 798833300, 0),
(83261, 871, 100, 'Khandwa', 218333300, 763333300, 0),
(83262, 871, 100, 'Khargon', 218166700, 756000000, 0),
(83263, 871, 100, 'Khurai', 240436000, 783319000, 0),
(83264, 871, 100, 'Kothi', 247500000, 807833300, 0),
(83265, 871, 100, 'Kukshi', 222000000, 747500000, 0),
(83266, 871, 100, 'Maheshwar', 221833300, 755833300, 0),
(83267, 871, 100, 'Mandideep', 230816600, 775332800, 0),
(83268, 871, 100, 'Multai', 217666700, 782500000, 0),
(83269, 871, 100, 'Pachmarhi', 224666700, 784333300, 0),
(83270, 871, 100, 'Raghogarh', 244500000, 772000000, 0),
(83271, 871, 100, 'Rajgarh', 226833300, 749500000, 0),
(83272, 871, 100, 'Rajnagar', 248833300, 799166700, 0),
(83273, 871, 100, 'Rajpur', 219333300, 751333300, 0),
(83274, 871, 100, 'Rehli', 236333300, 790833300, 0),
(83275, 871, 100, 'Sarangpur', 235666700, 764666700, 0),
(83276, 871, 100, 'Seoni', 220833300, 795333300, 0),
(83277, 871, 100, 'Sheopur', 256666700, 767000000, 0),
(83278, 871, 100, 'Sirmaur', 248500000, 813833300, 0),
(83279, 871, 100, 'Tekanpur', 259833300, 782666700, 0),
(83280, 872, 100, 'Ahiri', 194000000, 800166700, 0),
(83281, 872, 100, 'Akot', 210963900, 770586100, 0),
(83282, 872, 100, 'Anjangaon', 211630600, 773094400, 0),
(83283, 872, 100, 'Ashti', 193833300, 762333300, 0),
(83284, 872, 100, 'Ausa', 182500000, 765000000, 0),
(83285, 872, 100, 'Bhor', 181666700, 738500000, 0),
(83286, 872, 100, 'Dahanu', 199666700, 727333300, 0),
(83287, 872, 100, 'Daund', 184666700, 746000000, 0),
(83288, 872, 100, 'Deoli', 206666700, 784833300, 0),
(83289, 872, 100, 'Deulgaon Raja', 200166700, 760333300, 0),
(83290, 872, 100, 'Faizpur', 211666700, 758500000, 0),
(83291, 872, 100, 'Karjat', 189166700, 733333300, 0),
(83292, 872, 100, 'Khamgaon', 206833300, 765666700, 0),
(83293, 872, 100, 'Khed', 177166700, 733833300, 0),
(83294, 872, 100, 'Kudal', 160333300, 736833300, 0),
(83295, 872, 100, 'Lonar', 199833300, 765333300, 0),
(83296, 872, 100, 'Mahad', 180833300, 734166700, 0),
(83297, 872, 100, 'Manmad', 202500000, 744500000, 0),
(83298, 872, 100, 'Moram', 178000000, 764666700, 0),
(83299, 872, 100, 'Murbad', 192500000, 734000000, 0),
(83300, 872, 100, 'Nandurbar', 213666700, 742500000, 0),
(83301, 872, 100, 'Osmanabad', 181666700, 760500000, 0),
(83302, 872, 100, 'Pachora', 206666700, 753500000, 0),
(83303, 872, 100, 'Panhala', 168166700, 741166700, 0),
(83304, 872, 100, 'Patan', 173666700, 739000000, 0),
(83305, 872, 100, 'Pusad', 199000000, 775833300, 0),
(83306, 872, 100, 'Rahuri', 193833300, 746500000, 0),
(83307, 872, 100, 'Ramtek', 214000000, 793333300, 0),
(83308, 872, 100, 'Shegaon', 207833300, 766833300, 0),
(83309, 872, 100, 'Shrigonda', 186166700, 746833300, 0),
(83310, 872, 100, 'Taloda', 215666700, 742166700, 0),
(83311, 872, 100, 'Tarapur', 198500000, 727000000, 0),
(83312, 872, 100, 'Tasgaon', 170333300, 746000000, 0),
(83313, 872, 100, 'Tuljapur', 180000000, 760833300, 0),
(83314, 872, 100, 'Umred', 208500000, 793333300, 0),
(83315, 872, 100, 'Vada', 196500000, 731333300, 0),
(83316, 872, 100, 'Vaijapur', 199166700, 747333300, 0),
(83317, 872, 100, 'Vasind', 194166700, 732666700, 0),
(83318, 872, 100, 'Vengurla', 158666700, 736333300, 0),
(83319, 872, 100, 'Wani', 200666700, 789500000, 0),
(83320, 872, 100, 'Warora', 202333300, 790000000, 0),
(83321, 873, 100, 'Churachandpur', 243333300, 936666700, 0),
(83322, 873, 100, 'Mayang Imphal', 246166700, 938833300, 0),
(83323, 874, 100, 'Nongpoh', 259000000, 918833300, 0),
(83324, 876, 100, 'Mokokchung', 263333300, 945333300, 0),
(83325, 877, 100, 'Bada Barabil', 221166700, 854000000, 0),
(83326, 877, 100, 'Balugaon', 201666700, 851000000, 0),
(83327, 877, 100, 'Barbil', 216568500, 856434900, 0),
(83328, 877, 100, 'Bhawanipatna', 199000000, 831666700, 0),
(83329, 877, 100, 'Bolanikhodan', 221000000, 853166700, 0),
(83330, 877, 100, 'Ganjam', 193833300, 850666700, 0),
(83331, 877, 100, 'Jagatsinghapur', 202666700, 861666700, 0),
(83332, 877, 100, 'Kesinga', 202000000, 832333300, 0),
(83333, 877, 100, 'Khurda', 201833300, 856166700, 0),
(83334, 877, 100, 'Koraput', 188166700, 827166700, 0),
(83335, 877, 100, 'Nayagarh', 201333300, 851000000, 0),
(83336, 877, 100, 'Nilgiri', 214580600, 867669400, 0),
(83337, 877, 100, 'Paradip Garh', 203166700, 866166700, 0),
(83338, 877, 100, 'Patamundai', 205666700, 865666700, 0),
(83339, 877, 100, 'Rengali', 216333300, 840500000, 0),
(83340, 877, 100, 'Talcher', 209500000, 852166700, 0),
(83341, 879, 100, 'Adampur', 314327800, 757175000, 0),
(83342, 879, 100, 'Amloh', 306084000, 762319000, 0),
(83343, 879, 100, 'Bhawanigarh', 302666700, 760350000, 0),
(83344, 879, 100, 'Chima', 306854000, 760863000, 0),
(83345, 879, 100, 'Fazilka', 304000000, 740333300, 0),
(83346, 879, 100, 'Garhshankar', 312166700, 761333300, 0),
(83347, 879, 100, 'Giddarbaha', 302000000, 746666700, 0),
(83348, 879, 100, 'Laungowal', 302166700, 756833300, 0),
(83349, 879, 100, 'Majitha', 317583300, 749544400, 0),
(83350, 879, 100, 'Maler Kotla', 305166700, 758833300, 0),
(83351, 879, 100, 'Phillaur', 310291700, 757841700, 0),
(83352, 879, 100, 'Sardulgarh', 297000000, 752500000, 0),
(83353, 879, 100, 'Talwara', 319486100, 758666700, 0),
(83354, 880, 100, 'Bari', 266500000, 776000000, 0),
(83355, 880, 100, 'Baswa', 271500000, 765833300, 0),
(83356, 880, 100, 'Dariba', 249500000, 741333300, 0),
(83357, 880, 100, 'Didwana', 274000000, 745666700, 0),
(83358, 880, 100, 'Dungarpur', 238333300, 737166700, 0),
(83359, 880, 100, 'Gangapur', 252166700, 742666700, 0),
(83360, 880, 100, 'Hindaun', 267166700, 770166700, 0),
(83361, 880, 100, 'Jobner', 269666700, 753833300, 0),
(83362, 880, 100, 'Mahwah', 270500000, 769333300, 0),
(83363, 880, 100, 'Makrana', 270500000, 747166700, 0),
(83364, 880, 100, 'Mandawar', 278666700, 765500000, 0),
(83365, 880, 100, 'Napasar', 279666700, 735500000, 0),
(83366, 880, 100, 'Nokha', 276000000, 734166700, 0),
(83367, 880, 100, 'Partapur', 236000000, 741666700, 0),
(83368, 880, 100, 'Pipar', 263855600, 735377800, 0),
(83369, 880, 100, 'Raisinghnagar', 295358300, 734491700, 0),
(83370, 880, 100, 'Ratangarh', 248166700, 751166700, 0),
(83371, 880, 100, 'Sarwar', 260666700, 750000000, 0),
(83372, 880, 100, 'Suratgarh', 293166700, 739000000, 0),
(83373, 880, 100, 'Taranagar', 286709000, 750351000, 0),
(83374, 882, 100, 'Alangulam', 88666700, 775000000, 0),
(83375, 882, 100, 'Ammapettai', 108000000, 793333300, 0),
(83376, 882, 100, 'Arcot', 129000000, 793333300, 0),
(83377, 882, 100, 'Attayyampatti', 115333300, 780666700, 0),
(83378, 882, 100, 'Ayyampettai', 109000000, 791833300, 0),
(83379, 882, 100, 'Chettipalaiyam', 109000000, 770666700, 0),
(83380, 882, 100, 'Cheyur', 123480600, 800047200, 0),
(83381, 882, 100, 'Elumalai', 98666700, 777000000, 0),
(83382, 882, 100, 'Gangaikondan', 88500000, 777833300, 0),
(83383, 882, 100, 'Harur', 120666700, 785000000, 0),
(83384, 882, 100, 'Kallupatti', 97166700, 778666700, 0),
(83385, 882, 100, 'Kangayam', 110000000, 775666700, 0),
(83386, 882, 100, 'Kilakarai', 92333300, 787833300, 0),
(83387, 882, 100, 'Kombai', 98333300, 773166700, 0),
(83388, 882, 100, 'Kotagiri', 114333300, 768833300, 0),
(83389, 882, 100, 'Mallapuram', 119666700, 782500000, 0),
(83390, 882, 100, 'Mallasamudram', 114833300, 780333300, 0),
(83391, 882, 100, 'Mallur', 115500000, 781333300, 0),
(83392, 882, 100, 'Manali', 131666700, 802666700, 0),
(83393, 882, 100, 'Mandapam', 92833300, 791166700, 0),
(83394, 882, 100, 'Mangalam', 97666700, 786666700, 0),
(83395, 882, 100, 'Mattur', 113333300, 792333300, 0),
(83396, 882, 100, 'Mettur', 118000000, 778000000, 0),
(83397, 882, 100, 'Mohanur', 110833300, 781666700, 0),
(83398, 882, 100, 'Musiri', 109333300, 784500000, 0),
(83399, 882, 100, 'Padmanabhapuram', 82333300, 773333300, 0),
(83400, 882, 100, 'Panruti', 117666700, 795500000, 0),
(83401, 882, 100, 'Pattukkottai', 104333300, 793166700, 0),
(83402, 882, 100, 'Polur', 125000000, 791333300, 0),
(83403, 882, 100, 'Ponneri', 133166700, 802000000, 0),
(83404, 882, 100, 'Pudukkottai', 103833300, 788166700, 0),
(83405, 882, 100, 'Pudur', 93166700, 781500000, 0),
(83406, 882, 100, 'Rajapalaiyam', 94500000, 775666700, 0),
(83407, 882, 100, 'Ramanathapuram', 93833300, 788333300, 0),
(83408, 882, 100, 'Sattur', 93666700, 779333300, 0),
(83409, 882, 100, 'Satyamangalam', 115166700, 772500000, 0),
(83410, 882, 100, 'Sivaganga', 98666700, 784833300, 0),
(83411, 882, 100, 'Tarangambadi', 110319400, 798527800, 0),
(83412, 882, 100, 'Udankudi', 84333300, 780166700, 0),
(83413, 882, 100, 'Vadamadurai', 104666700, 780833300, 0),
(83414, 882, 100, 'Velur', 111000000, 780166700, 0),
(83415, 882, 100, 'Viravanallur', 87000000, 775333300, 0),
(83416, 882, 100, 'Vriddhachalam', 115000000, 793333300, 0),
(83417, 882, 100, 'Wellington', 113666700, 768000000, 0),
(83418, 883, 100, 'Banswada', 183833300, 778833300, 0),
(83419, 883, 100, 'Bhadrachalam', 176666700, 808833300, 0),
(83420, 883, 100, 'Bodhan', 186666700, 779000000, 0),
(83421, 883, 100, 'Mahbubabad', 176166700, 800166700, 0),
(83422, 883, 100, 'Mandamarri', 189650600, 794747500, 0),
(83423, 883, 100, 'Paloncha', 176000000, 806833300, 0),
(83424, 883, 100, 'Sadaseopet', 176166700, 779500000, 0),
(83425, 883, 100, 'Suriapet', 171500000, 796166700, 0),
(83426, 883, 100, 'Vikarabad', 173333300, 779000000, 0),
(83427, 885, 100, 'Akbarpur', 263833300, 799500000, 0),
(83428, 885, 100, 'Aliganj', 275000000, 791833300, 0),
(83429, 885, 100, 'Amanpur', 277166700, 787500000, 0),
(83430, 885, 100, 'Amethi', 261500000, 818166700, 0),
(83431, 885, 100, 'Babina', 252500000, 784666700, 0),
(83432, 885, 100, 'Bahraich', 275833300, 816000000, 0),
(83433, 885, 100, 'Banbasa', 289913200, 800760800, 0),
(83434, 885, 100, 'Bela', 259333300, 819833300, 0),
(83435, 885, 100, 'Biswan', 275000000, 810000000, 0),
(83436, 885, 100, 'Chandausi', 284500000, 787666700, 0),
(83437, 885, 100, 'Chhata', 277166700, 775000000, 0),
(83438, 885, 100, 'Chhibramau', 271483000, 794979000, 0),
(83439, 885, 100, 'Chhutmalpur', 300313900, 777525000, 0),
(83440, 885, 100, 'Deoband', 297000000, 776833300, 0),
(83441, 885, 100, 'Gokul', 274500000, 777166700, 0),
(83442, 885, 100, 'Govardhan', 275000000, 774666700, 0),
(83443, 885, 100, 'Iglas', 277166700, 779333300, 0),
(83444, 885, 100, 'Jahanabad', 286333300, 797166700, 0),
(83445, 885, 100, 'Jais', 262500000, 815333300, 0),
(83446, 885, 100, 'Jalalabad', 277242000, 796599000, 0),
(83447, 885, 100, 'Kalpi', 261166700, 797333300, 0),
(83448, 885, 100, 'Kanth', 290666700, 786333300, 0),
(83449, 885, 100, 'Karari', 254500000, 814333300, 0),
(83450, 885, 100, 'Katra', 275166700, 820166700, 0),
(83451, 885, 100, 'Khailar', 253500000, 785333300, 0),
(83452, 885, 100, 'Khairagarh', 214166700, 809666700, 0),
(83453, 885, 100, 'Khanpur', 285333300, 780500000, 0),
(83454, 885, 100, 'Kotra', 258166700, 793166700, 0),
(83455, 885, 100, 'Lalganj', 259333300, 817000000, 0),
(83456, 885, 100, 'Mahaban', 274333300, 777500000, 0),
(83457, 885, 100, 'Mahoba', 252833300, 798666700, 0),
(83458, 885, 100, 'Mawana', 291000000, 779166700, 0),
(83459, 885, 100, 'Mohan', 267833300, 806833300, 0),
(83460, 885, 100, 'Moth', 257166700, 789500000, 0),
(83461, 885, 100, 'Najibabad', 296333300, 783333300, 0),
(83462, 885, 100, 'Nanpara', 278666700, 815000000, 0),
(83463, 885, 100, 'Orai', 259833300, 794666700, 0),
(83464, 885, 100, 'Pali', 244833300, 784166700, 0),
(83465, 885, 100, 'Parichha', 255166700, 787500000, 0),
(83466, 885, 100, 'Patti', 259166700, 822000000, 0),
(83467, 885, 100, 'Puranpur', 285166700, 801500000, 0),
(83468, 885, 100, 'Rajakhera', 268961100, 781713900, 0),
(83469, 885, 100, 'Rajapur', 253833300, 811500000, 0),
(83470, 885, 100, 'Rampura', 263497000, 791833000, 0),
(83471, 885, 100, 'Rath', 255833300, 795666700, 0),
(83472, 885, 100, 'Renukut', 242000000, 830333300, 0),
(83473, 885, 100, 'Sadabad', 274500000, 780500000, 0),
(83474, 885, 100, 'Sadat', 256833300, 832833300, 0),
(83475, 885, 100, 'Salon', 260333300, 814500000, 0),
(83476, 885, 100, 'Sandila', 270833300, 805166700, 0),
(83477, 885, 100, 'Shahpur', 293500000, 775500000, 0),
(83478, 885, 100, 'Shamsabad', 270166700, 781333300, 0),
(83479, 885, 100, 'Sidhauli', 272833300, 808333300, 0),
(83480, 885, 100, 'Sikandarabad', 284500000, 777000000, 0),
(83481, 885, 100, 'Sikandarpur', 260500000, 840500000, 0),
(83482, 885, 100, 'Sikandra Rao', 277000000, 784000000, 0),
(83483, 885, 100, 'Sirsa', 252833300, 820833300, 0),
(83484, 885, 100, 'Tanda', 265500000, 826500000, 0),
(83485, 885, 100, 'Tikamgarh', 247450000, 788333000, 0),
(83486, 885, 100, 'Tundla', 272000000, 782833300, 0),
(83487, 886, 100, 'Barkot', 308166700, 782000000, 0),
(83488, 886, 100, 'Bazpur', 291500000, 791166700, 0),
(83489, 886, 100, 'Bhowali', 293833300, 795166700, 0),
(83490, 886, 100, 'Doiwala', 301833300, 781166700, 0),
(83491, 886, 100, 'Dwarahat', 297833300, 794333300, 0),
(83492, 886, 100, 'Joshimath', 305666700, 795666700, 0),
(83493, 886, 100, 'Kashipur', 292166700, 789500000, 0),
(83494, 886, 100, 'Pauri', 301500000, 787833300, 0),
(83495, 886, 100, 'Ramnagar', 294000000, 791166700, 0),
(83496, 886, 100, 'Tanakpur', 290833300, 801166700, 0),
(83497, 886, 100, 'Tehri', 303833300, 784833300, 0),
(83498, 886, 100, 'Uttarkashi', 307333300, 784500000, 0),
(83499, 887, 100, 'Ahmadpur', 238333300, 877000000, 0),
(83500, 887, 100, 'Balarampur', 223341700, 882977800, 0),
(83501, 887, 100, 'Birpara', 267042100, 891454700, 0),
(83502, 887, 100, 'Chittaranjan', 238666700, 868666700, 0),
(83503, 887, 100, 'Dalkola', 258500000, 878500000, 0),
(83504, 887, 100, 'Daulatpur', 253333300, 883166700, 0),
(83505, 887, 100, 'Debipur', 242333300, 886333300, 0),
(83506, 887, 100, 'Diamond Harbour', 221916700, 881847200, 0),
(83507, 887, 100, 'Egra', 219000000, 875333300, 0),
(83508, 887, 100, 'Farakka', 248166700, 879000000, 0),
(83509, 887, 100, 'Fort Gloster', 225044400, 881833300, 0),
(83510, 887, 100, 'Gobardanga', 228747200, 887586100, 0),
(83511, 887, 100, 'Gopalpur', 226144400, 887513900, 0),
(83512, 887, 100, 'Haripur', 229361100, 882319400, 0),
(83513, 887, 100, 'Jhargram', 224500000, 869833300, 0),
(83514, 887, 100, 'Kandi', 239500000, 880333300, 0),
(83515, 887, 100, 'Monoharpur', 221083300, 880788900, 0),
(83516, 887, 100, 'Nangi', 225083300, 882152800, 0),
(83517, 887, 100, 'Pakaur', 246333300, 878500000, 0),
(83518, 887, 100, 'Panihati', 226941700, 883744400, 0),
(83519, 887, 100, 'Ramchandrapur', 228963900, 884752800, 0),
(83520, 887, 100, 'Rampur Hat', 241666700, 877833300, 0),
(83521, 887, 100, 'Sankrail', 225500000, 882000000, 0),
(83522, 887, 100, 'Taki', 225861100, 889213900, 0),
(83523, 887, 100, 'Tarakeswar', 228850000, 880172200, 0),
(83524, 887, 100, 'Titagarh', 227363900, 883736100, 0),
(83525, 889, 101, 'Banjar Badung Tengah', -85067000, 1151994000, 0),
(83526, 889, 101, 'Banjar Kertasari', -86239000, 1152095000, 0),
(83527, 889, 101, 'Banjar Mambalkajanan', -85506000, 1152234000, 0),
(83528, 889, 101, 'Banjar Manukayaanyar', -84083000, 1153124000, 0),
(83529, 889, 101, 'Banjar Medura', -86926000, 1152533000, 0),
(83530, 889, 101, 'Banjar Pasekan', -86329000, 1152840000, 0),
(83531, 889, 101, 'Banjar Peguyangan', -81188000, 1150931000, 0),
(83532, 889, 101, 'Banjar Triwangsakeliki', -84520000, 1152620000, 0),
(83533, 889, 101, 'Kubu', -82524000, 1155666000, 0),
(83534, 889, 101, 'Negara', -83150700, 1146025500, 0),
(83535, 889, 101, 'Satria', -83534000, 1146267000, 0),
(83536, 889, 101, 'Singaraja', -81120000, 1150881800, 0),
(83537, 889, 101, 'Tabanan', -85413000, 1151252200, 0),
(83538, 890, 101, 'Barengkok Hilir', -67663000, 1059234000, 0),
(83539, 890, 101, 'Cempaka', -66078000, 1061192000, 0),
(83540, 890, 101, 'Cibeureum', -65991000, 1059199000, 0),
(83541, 890, 101, 'Cikedung', -61322000, 1059853000, 0),
(83542, 890, 101, 'Cilegong', -65485000, 1059988000, 0),
(83543, 890, 101, 'Cililitan', -65063800, 1059780200, 0),
(83544, 890, 101, 'Cipayung', -62074000, 1060158000, 0),
(83545, 890, 101, 'Cipinang', -68947400, 1062092600, 0),
(83546, 890, 101, 'Citeureup', -67707000, 1060025800, 0),
(83547, 890, 101, 'Curug', -67616000, 1057639000, 0),
(83548, 890, 101, 'Jatake', -68727000, 1062564000, 0),
(83549, 890, 101, 'Kopi', -64401000, 1060585000, 0),
(83550, 890, 101, 'Labuan', -63784000, 1058300000, 0),
(83551, 890, 101, 'Pangkalan', -65583000, 1057574000, 0),
(83552, 890, 101, 'Salam', -66914000, 1057176000, 0),
(83553, 890, 101, 'Sarakole', -63962400, 1060721600, 0),
(83554, 890, 101, 'Sukapura', -67636000, 1057211000, 0),
(83555, 890, 101, 'Tajur', -65294000, 1060777000, 0),
(83556, 890, 101, 'Teluk', -63722000, 1058252000, 0),
(83557, 892, 101, 'Limboto', 6270000, 1229778000, 0),
(83558, 896, 101, 'Ampera', -73226000, 1082108000, 0),
(83559, 896, 101, 'Ancol', -73651000, 1083871000, 0),
(83560, 896, 101, 'Asem', -71567000, 1081432000, 0),
(83561, 896, 101, 'Bojonggaling', -69966700, 1066408300, 0),
(83562, 896, 101, 'Cibeber', -69986100, 1070791700, 0),
(83563, 896, 101, 'Cihampelas', -73647000, 1081230000, 0),
(83564, 896, 101, 'Cikalong', -74963000, 1076669000, 0),
(83565, 896, 101, 'Cikupa', -70067000, 1083975000, 0),
(83566, 896, 101, 'Cilandak', -69987000, 1067177500, 0),
(83567, 896, 101, 'Cilangkap', -74041000, 1084981000, 0),
(83568, 896, 101, 'Cinagara', -70249000, 1085870000, 0),
(83569, 896, 101, 'Cireundeu', -73234000, 1071565000, 0),
(83570, 896, 101, 'Darma', -70045000, 1084035000, 0),
(83571, 896, 101, 'Desa', -74748000, 1080168000, 0),
(83572, 896, 101, 'Genteng', -72991000, 1074955000, 0),
(83573, 896, 101, 'Gudang', -72605000, 1078547000, 0),
(83574, 896, 101, 'Gunajaya', -73720000, 1082765000, 0),
(83575, 896, 101, 'Kalibaru', -70759000, 1070426000, 0),
(83576, 896, 101, 'Kalidung', -71913000, 1078902000, 0),
(83577, 896, 101, 'Karanganyar', -71037000, 1086148000, 0),
(83578, 896, 101, 'Kutaraja', -70213200, 1085613200, 0),
(83579, 896, 101, 'Madura', -71478000, 1083789000, 0),
(83580, 896, 101, 'Mandala', -77402000, 1084732000, 0),
(83581, 896, 101, 'Maribaya', -70861000, 1078764000, 0),
(83582, 896, 101, 'Pakuwon', -72155000, 1079036000, 0),
(83583, 896, 101, 'Parapat', -76892000, 1086572000, 0),
(83584, 896, 101, 'Pasanggrahan', -73872000, 1082040000, 0),
(83585, 896, 101, 'Pasar', -70953000, 1081002000, 0),
(83586, 896, 101, 'Paseh', -71026000, 1077641000, 0),
(83587, 896, 101, 'Pasir', -74742000, 1081836000, 0),
(83588, 896, 101, 'Pegadungan', -75933000, 1083714000, 0),
(83589, 896, 101, 'Perum', -71700000, 1078975000, 0),
(83590, 896, 101, 'Pesantren', -73710000, 1080485000, 0),
(83591, 896, 101, 'Plumbon', -67050000, 1084727800, 0),
(83592, 896, 101, 'Pugeran', -75389000, 1080939000, 0),
(83593, 896, 101, 'Puncak', -74487000, 1071260000, 0),
(83594, 896, 101, 'Purwosari', -77339000, 1083352000, 0),
(83595, 896, 101, 'Rawa', -70276000, 1083352000, 0),
(83596, 896, 101, 'Simpang', -74188000, 1071592000, 0),
(83597, 896, 101, 'Sudimara', -73626000, 1081774000, 0),
(83598, 896, 101, 'Sukahurip', -73521000, 1086363000, 0),
(83599, 896, 101, 'Sumber', -67602800, 1084830600, 0),
(83600, 896, 101, 'Sumur', -72812000, 1070846000, 0),
(83601, 896, 101, 'Tugu', -72962000, 1082470000, 0),
(83602, 896, 101, 'Urug', -72549000, 1078324000, 0),
(83603, 896, 101, 'Warudoyong', -71258000, 1082206000, 0),
(83604, 897, 101, 'Adipala', -76597200, 1091500000, 0),
(83605, 897, 101, 'Babatan', -66110000, 1110542000, 0),
(83606, 897, 101, 'Baekrajan', -67674000, 1108541000, 0),
(83607, 897, 101, 'Baki', -76127800, 1107838900, 0),
(83608, 897, 101, 'Buaran', -70500000, 1095500000, 0),
(83609, 897, 101, 'Ceper', -76741700, 1106788900, 0),
(83610, 897, 101, 'Cepu', -71475000, 1115906000, 0),
(83611, 897, 101, 'Cimahi', -72026000, 1085860000, 0),
(83612, 897, 101, 'Colomadu', -75333300, 1107500000, 0),
(83613, 897, 101, 'Gading Barat', -68803000, 1115599000, 0),
(83614, 897, 101, 'Gunem', -68070000, 1114656000, 0),
(83615, 897, 101, 'Jatilawang', -75344400, 1091197200, 0),
(83616, 897, 101, 'Jekulo', -68057000, 1109262000, 0),
(83617, 897, 101, 'Jeruk', -69386000, 1115070000, 0),
(83618, 897, 101, 'Kedung', -67294000, 1114935000, 0),
(83619, 897, 101, 'Kroya', -76330600, 1092461100, 0),
(83620, 897, 101, 'Kutasari', -73127000, 1087829000, 0),
(83621, 897, 101, 'Kutoarjo', -77169400, 1099127800, 0),
(83622, 897, 101, 'Lancar', -75941700, 1091469400, 0),
(83623, 897, 101, 'Majenang', -72975000, 1087642000, 0),
(83624, 897, 101, 'Menara', -67283000, 1115918000, 0),
(83625, 897, 101, 'Mlonggo', -65333300, 1107000000, 0),
(83626, 897, 101, 'Muntilan', -75811100, 1102927800, 0),
(83627, 897, 101, 'Pulo', -69377000, 1112597000, 0),
(83628, 897, 101, 'Randudongkal', -70981000, 1093243000, 0),
(83629, 897, 101, 'Ronggo', -68414000, 1112564000, 0),
(83630, 897, 101, 'Slawi', -69816000, 1091407000, 0),
(83631, 897, 101, 'Tritunggal', -66977000, 1113969000, 0),
(83632, 897, 101, 'Trucuk', -77183300, 1106588900, 0),
(83633, 898, 101, 'Bambang', -70595000, 1123969000, 0),
(83634, 898, 101, 'Bilo', -71114000, 1123782000, 0),
(83635, 898, 101, 'Bringin', -70055000, 1119035000, 0),
(83636, 898, 101, 'Bulu', -71659000, 1116751000, 0),
(83637, 898, 101, 'Bumiayu', -80151000, 1126347000, 0),
(83638, 898, 101, 'Gading', -81025000, 1126352000, 0),
(83639, 898, 101, 'Gajah', -71125000, 1124534000, 0),
(83640, 898, 101, 'Gesikgebang', -73867000, 1128085000, 0),
(83641, 898, 101, 'Gowa', -70487000, 1124050000, 0),
(83642, 898, 101, 'Jetis', -69122000, 1116263000, 0),
(83643, 898, 101, 'Kadipaten', -81357000, 1132158000, 0),
(83644, 898, 101, 'Kalianget', -70500000, 1139333300, 0),
(83645, 898, 101, 'Kalisari', -80234000, 1126483000, 0),
(83646, 898, 101, 'Kamal', -71677800, 1127191700, 0),
(83647, 898, 101, 'Karang', -69086000, 1120558000, 0),
(83648, 898, 101, 'Karangasem', -68057000, 1118916000, 0),
(83649, 898, 101, 'Karanglo', -83847000, 1142778000, 0),
(83650, 898, 101, 'Kembangan', -71476000, 1116902000, 0),
(83651, 898, 101, 'Kendaruan', -71185000, 1124220000, 0),
(83652, 898, 101, 'Kepuh', -80060000, 1126188000, 0),
(83653, 898, 101, 'Kramat', -81311000, 1134499000, 0),
(83654, 898, 101, 'Krian', -71163000, 1124194000, 0),
(83655, 898, 101, 'Made', -71174000, 1123915000, 0),
(83656, 898, 101, 'Makam', -80033000, 1132154000, 0),
(83657, 898, 101, 'Mangli', -81910000, 1136516000, 0),
(83658, 898, 101, 'Mojosari', -77631000, 1141946000, 0),
(83659, 898, 101, 'Mojosawit', -72477000, 1117131000, 0),
(83660, 898, 101, 'Prangi', -71874000, 1115835000, 0),
(83661, 898, 101, 'Purwodadi', -81560000, 1120780000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(83662, 898, 101, 'Purworejo', -82685000, 1123227000, 0),
(83663, 898, 101, 'Sedati', -73952000, 1127675000, 0),
(83664, 898, 101, 'Sepanjang', -81703600, 1126627500, 0),
(83665, 898, 101, 'Serut', -80810000, 1119097000, 0),
(83666, 898, 101, 'Sumenep', -70166700, 1138666700, 0),
(83667, 898, 101, 'Telengsari', -81814000, 1136917000, 0),
(83668, 898, 101, 'Tembalang', -80701000, 1123350000, 0),
(83669, 898, 101, 'Tenggilis Lama', -73166000, 1127628000, 0),
(83670, 898, 101, 'Tlogowaru', -68528000, 1119237000, 0),
(83671, 898, 101, 'Tunggul', -68759000, 1123739000, 0),
(83672, 898, 101, 'Ujung', -82137000, 1143818000, 0),
(83673, 898, 101, 'Wates', -82538000, 1123763000, 0),
(83674, 898, 101, 'Wlingi', -80776000, 1123311000, 0),
(83675, 901, 101, 'Kualakapuas', -30091300, 1143875900, 0),
(83676, 902, 101, 'Loa Janan', -5829500, 1170950300, 0),
(83677, 905, 101, 'Gedongtataan', -53827000, 1050955000, 0),
(83678, 905, 101, 'Jepara', -51694800, 1057044100, 0),
(83679, 905, 101, 'Panjang', -54759000, 1053198200, 0),
(83680, 905, 101, 'Pekalongan', -50827700, 1053588400, 0),
(83681, 905, 101, 'Terbanggi-besar', -48666700, 1052333300, 0),
(83682, 907, 101, 'Laiwui', -13517700, 1276692900, 0),
(83683, 907, 101, 'Tobelo', 17283700, 1280094800, 0),
(83684, 906, 101, 'Namlea', -32571200, 1271003200, 0),
(83685, 906, 101, 'Tual', -56666700, 1327500000, 0),
(83686, 908, 101, 'Anyar', -82301000, 1164250000, 0),
(83687, 908, 101, 'Bayan', -82689000, 1164255000, 0),
(83688, 908, 101, 'Bima', -84666700, 1187166700, 0),
(83689, 908, 101, 'Dalam', -85155000, 1169953000, 0),
(83690, 908, 101, 'Karangparwa', -86034000, 1161271000, 0),
(83691, 908, 101, 'Lido', -86294000, 1187341000, 0),
(83692, 908, 101, 'Mujur', -86036000, 1164012000, 0),
(83693, 908, 101, 'Ndano', -84960000, 1185407000, 0),
(83694, 908, 101, 'Pancoran', -86636000, 1164877000, 0),
(83695, 908, 101, 'Sindu', -85832000, 1161351000, 0),
(83696, 908, 101, 'Tanakawu Dua', -87741000, 1162678000, 0),
(83697, 909, 101, 'Bajawa', -87848000, 1209744000, 0),
(83698, 909, 101, 'Bola', -87419000, 1222958000, 0),
(83699, 909, 101, 'Sasa', -84388000, 1201809000, 0),
(83700, 909, 101, 'Sikka', -87494000, 1221961000, 0),
(83701, 909, 101, 'Waikabubak', -96475000, 1193889000, 0),
(83702, 909, 101, 'Waingapu', -96567000, 1202641000, 0),
(83703, 910, 101, 'Nabire', -33666700, 1354833300, 0),
(83704, 912, 101, 'Majene', -35403000, 1189707000, 0),
(83705, 913, 101, 'Beringinjaya', -30072000, 1202057000, 0),
(83706, 914, 101, 'Bokat', 10871000, 1215050000, 0),
(83707, 916, 101, 'Kotamobagu', 7416000, 1243124000, 0),
(83708, 916, 101, 'Tomohon', 13346000, 1248392000, 0),
(83709, 917, 101, 'Batusangkar', -4562400, 1006268000, 0),
(83710, 917, 101, 'Painan', -13517200, 1005738300, 0),
(83711, 917, 101, 'Pariaman', -6189800, 1001199700, 0),
(83712, 917, 101, 'Sawahlunto', -6748300, 1008071500, 0),
(83713, 918, 101, 'Lubuklinggau', -33000000, 1028666700, 0),
(83714, 919, 101, 'Harian', 25561000, 986625000, 0),
(83715, 919, 101, 'Labuhan Deli', 37278000, 986738000, 0),
(83716, 920, 101, 'Melati', -85072000, 1186234000, 0),
(83717, 920, 101, 'Sewon', -78763900, 1103588900, 0),
(83718, 924, 102, 'Paveh', 350434000, 463565000, 0),
(83719, 924, 102, 'Sonqor', 347837000, 476004000, 0),
(83720, 928, 102, 'Khani Yek', 298916700, 516866700, 0),
(83721, 944, 102, 'Piranshahr', 367010000, 451413000, 0),
(83722, 944, 102, 'Qarah Zia'' od Din', 388915000, 450255000, 0),
(83723, 944, 102, 'Takab', 364009000, 471133000, 0),
(83724, 952, 103, 'Al Fallujah', 333538000, 437795100, 0),
(83725, 953, 103, 'Al Faw', 299776300, 484741200, 0),
(83726, 954, 103, 'Ar Rumaythah', 315262900, 452024600, 0),
(83727, 972, 104, 'Newmarket on Fergus', 527600000, -88955600, 0),
(83728, 973, 104, 'Bantry', 516833300, -94500000, 0),
(83729, 973, 104, 'Derry', 515866600, -90502600, 0),
(83730, 974, 104, 'Killybegs', 546333300, -84500000, 0),
(83731, 974, 104, 'Moville', 551833300, -70500000, 0),
(83732, 978, 104, 'Gort', 530663900, -88166700, 0),
(83733, 982, 104, 'Abbeyleix', 528991700, -73575000, 0),
(83734, 984, 104, 'Abbeyfeale', 523813900, -93025000, 0),
(83735, 986, 104, 'Blackrock', 539640500, -63651400, 0),
(83736, 990, 104, 'Tullamore', 532738900, -74888900, 0),
(83737, 991, 104, 'Boyle', 539666700, -83000000, 0),
(83738, 996, 104, 'Kill', 521761100, -73350000, 0),
(83739, 1003, 106, 'Buqei''a', 329791700, 353361100, 0),
(83740, 1003, 106, 'Esh Sheikh Dannun', 329923100, 351479000, 0),
(83741, 1003, 106, 'Judeida', 329255600, 351550000, 0),
(83742, 1003, 106, 'Kaukab Abu el Hija', 328333300, 352500000, 0),
(83743, 1003, 106, 'Maghar', 328869400, 354069400, 0),
(83744, 1003, 106, 'Shelomi', 330747200, 351460800, 0),
(83745, 1004, 106, 'Rekhasim', 327500000, 351000000, 0),
(83746, 1007, 107, 'Alanno', 422954400, 139711000, 0),
(83747, 1007, 107, 'Altino', 420993400, 143316200, 0),
(83748, 1007, 107, 'Ancarano', 428360500, 137393900, 0),
(83749, 1007, 107, 'Archi', 420899400, 143812200, 0),
(83750, 1007, 107, 'Arielli', 422619400, 143075100, 0),
(83751, 1007, 107, 'Atessa', 420693400, 144511200, 0),
(83752, 1007, 107, 'Basciano', 425937400, 137401000, 0),
(83753, 1007, 107, 'Bellante', 427418500, 138102000, 0),
(83754, 1007, 107, 'Bisenti', 425287400, 138005000, 0),
(83755, 1007, 107, 'Bucchianico', 423048400, 141810100, 0),
(83756, 1007, 107, 'Bussi sul Tirino', 422130400, 138262000, 0),
(83757, 1007, 107, 'Campli', 427285400, 136922900, 0),
(83758, 1007, 107, 'Canzano', 426456400, 138041000, 0),
(83759, 1007, 107, 'Capistrello', 419727300, 133991000, 0),
(83760, 1007, 107, 'Cappelle sul Tavo', 424658400, 140976000, 0),
(83761, 1007, 107, 'Casalanguida', 420366400, 144993200, 0),
(83762, 1007, 107, 'Casalbordino', 421535400, 145991200, 0),
(83763, 1007, 107, 'Castelli', 424879400, 137117000, 0),
(83764, 1007, 107, 'Castilenti', 425333400, 139171000, 0),
(83765, 1007, 107, 'Cellino Attanasio', 425857400, 138605000, 0),
(83766, 1007, 107, 'Cepagatti', 423649400, 140758100, 0),
(83767, 1007, 107, 'Cerchio', 420609300, 136017000, 0),
(83768, 1007, 107, 'Civitella Roveto', 419160300, 134269000, 0),
(83769, 1007, 107, 'Collecorvino', 424589400, 140152000, 0),
(83770, 1007, 107, 'Colledara', 425407400, 136790000, 0),
(83771, 1007, 107, 'Collelongo', 418868300, 135849000, 0),
(83772, 1007, 107, 'Crecchio', 422891400, 143229100, 0),
(83773, 1007, 107, 'Crognaleto', 425879400, 134895900, 0),
(83774, 1007, 107, 'Elice', 425204400, 139693000, 0),
(83775, 1007, 107, 'Fara Filiorum Petri', 422489400, 141860100, 0),
(83776, 1007, 107, 'Fara San Martino', 420900400, 142053100, 0),
(83777, 1007, 107, 'Fossacesia', 422356400, 144796200, 0),
(83778, 1007, 107, 'Gissi', 420166400, 145443200, 0),
(83779, 1007, 107, 'Isola del Gran Sasso d''Italia', 425032400, 136572100, 0),
(83780, 1007, 107, 'Lama dei Peligni', 420415300, 141862100, 0),
(83781, 1007, 107, 'Lettomanoppello', 422437400, 140366100, 0),
(83782, 1007, 107, 'Magliano de'' Marsi', 420915300, 133637900, 0),
(83783, 1007, 107, 'Manoppello', 422576400, 140600100, 0),
(83784, 1007, 107, 'Montefino', 425445400, 138837000, 0),
(83785, 1007, 107, 'Montereale', 425218400, 132475800, 0),
(83786, 1007, 107, 'Montorio al Vomano', 425831400, 136382900, 0),
(83787, 1007, 107, 'Morro d''Oro', 426630500, 139205000, 0),
(83788, 1007, 107, 'Moscufo', 424281400, 140543000, 0),
(83789, 1007, 107, 'Mozzagrogna', 422148400, 144392200, 0),
(83790, 1007, 107, 'Nocciano', 423330400, 139841000, 0),
(83791, 1007, 107, 'Ocre', 422859300, 134752900, 0),
(83792, 1007, 107, 'Orsogna', 422189400, 142791100, 0),
(83793, 1007, 107, 'Ortucchio', 419550300, 136458000, 0),
(83794, 1007, 107, 'Ovindoli', 421370300, 135161000, 0),
(83795, 1007, 107, 'Paglieta', 421630400, 144973200, 0),
(83796, 1007, 107, 'Palena', 419830300, 141377100, 0),
(83797, 1007, 107, 'Palombaro', 421248400, 142306100, 0),
(83798, 1007, 107, 'Penna Sant''Andrea', 425934400, 137722000, 0),
(83799, 1007, 107, 'Pescina', 420235100, 136511600, 0),
(83800, 1007, 107, 'Pescocostanzo', 418863300, 140656100, 0),
(83801, 1007, 107, 'Picciano', 424756400, 139893000, 0),
(83802, 1007, 107, 'Pizzoferrato', 419214300, 142357200, 0),
(83803, 1007, 107, 'Popoli', 421699300, 138308000, 0),
(83804, 1007, 107, 'Rapino', 422107400, 141839100, 0),
(83805, 1007, 107, 'Rocca San Giovanni', 422460400, 144616200, 0),
(83806, 1007, 107, 'Rocca di Mezzo', 422047300, 135193000, 0),
(83807, 1007, 107, 'Roccaraso', 418501300, 140784100, 0),
(83808, 1007, 107, 'Rosciano', 423239400, 140462100, 0),
(83809, 1007, 107, 'San Valentino in Abruzzo Citeriore', 422330400, 139856100, 0),
(83810, 1007, 107, 'Sant''Egidio alla Vibrata', 428210500, 137178900, 0),
(83811, 1007, 107, 'Scafa', 422671400, 139998100, 0),
(83812, 1007, 107, 'Scerni', 421024400, 145687200, 0),
(83813, 1007, 107, 'Tagliacozzo', 420693300, 132546900, 0),
(83814, 1007, 107, 'Tocco da Casauria', 422137400, 139135000, 0),
(83815, 1007, 107, 'Torano Nuovo', 428230500, 137772900, 0),
(83816, 1007, 107, 'Torino di Sangro', 421881400, 145408200, 0),
(83817, 1007, 107, 'Tortoreto', 428090500, 139116000, 0),
(83818, 1007, 107, 'Tossicia', 425449400, 136474900, 0),
(83819, 1007, 107, 'Treglio', 422677400, 144255200, 0),
(83820, 1007, 107, 'Vacri', 422962400, 142303100, 0),
(83821, 1007, 107, 'Villalfonsina', 421605400, 145716200, 0),
(83822, 1008, 107, 'Acerenza', 407921200, 159365700, 0),
(83823, 1008, 107, 'Anzi', 405166200, 159245700, 0),
(83824, 1008, 107, 'Atella', 408803200, 156501600, 0),
(83825, 1008, 107, 'Barile', 409463200, 156726600, 0),
(83826, 1008, 107, 'Bella', 407609200, 155405600, 0),
(83827, 1008, 107, 'Calvello', 404760100, 158485700, 0),
(83828, 1008, 107, 'Castelgrande', 407866200, 154301600, 0),
(83829, 1008, 107, 'Chiaromonte', 401239100, 162147800, 0),
(83830, 1008, 107, 'Ferrandina', 405012200, 164546800, 0),
(83831, 1008, 107, 'Forenza', 408604100, 158545700, 0),
(83832, 1008, 107, 'Gallicchio', 402890100, 161390800, 0),
(83833, 1008, 107, 'Gorgoglione', 403944100, 161445800, 0),
(83834, 1008, 107, 'Grumento Nova', 402828100, 158887700, 0),
(83835, 1008, 107, 'Irsina', 407496200, 162357800, 0),
(83836, 1008, 107, 'Laurenzana', 404605100, 159709700, 0),
(83837, 1008, 107, 'Lauria Inferiore', 400465000, 158357800, 0),
(83838, 1008, 107, 'Lavello', 410456200, 157907600, 0),
(83839, 1008, 107, 'Moliterno', 402418100, 158634700, 0),
(83840, 1008, 107, 'Montalbano Ionico', 402879200, 165787900, 0),
(83841, 1008, 107, 'Montemurro', 402969100, 159912800, 0),
(83842, 1008, 107, 'Muro Lucano', 407525200, 154857600, 0),
(83843, 1008, 107, 'Palazzo San Gervasio', 409313200, 159807700, 0),
(83844, 1008, 107, 'Picerno', 406403200, 156432600, 0),
(83845, 1008, 107, 'Pietrapertosa', 405181200, 160624700, 0),
(83846, 1008, 107, 'Pignola', 405731200, 157831700, 0),
(83847, 1008, 107, 'Pomarico', 405178200, 165472800, 0),
(83848, 1008, 107, 'Rapolla', 409757200, 156712600, 0),
(83849, 1008, 107, 'Rapone', 408467200, 155011600, 0),
(83850, 1008, 107, 'Rivello', 400780000, 157560700, 0),
(83851, 1008, 107, 'Rotondella', 401713100, 165255900, 0),
(83852, 1008, 107, 'Salandra', 405275200, 163191800, 0),
(83853, 1008, 107, 'San Fele', 408172200, 155394600, 0),
(83854, 1008, 107, 'San Mauro Forte', 404871200, 162480800, 0),
(83855, 1008, 107, 'Satriano di Lucania', 405439100, 156382600, 0),
(83856, 1008, 107, 'Savoia di Lucania', 405698100, 155525600, 0),
(83857, 1008, 107, 'Senise', 401471100, 162888800, 0),
(83858, 1008, 107, 'Tricarico', 406176200, 161464800, 0),
(83859, 1008, 107, 'Vaglio di Basilicata', 406675200, 159179700, 0),
(83860, 1008, 107, 'Venosa', 409613200, 158148600, 0),
(83861, 1009, 107, 'Acquappesa', 394937000, 159520800, 0),
(83862, 1009, 107, 'Acquaro', 385547800, 161872000, 0),
(83863, 1009, 107, 'Africo', 380506700, 161332000, 0),
(83864, 1009, 107, 'Albi', 390249900, 165964000, 0),
(83865, 1009, 107, 'Altomonte', 396990000, 161299900, 0),
(83866, 1009, 107, 'Amaroni', 387930800, 164481000, 0),
(83867, 1009, 107, 'Amato', 383833300, 161333300, 0),
(83868, 1009, 107, 'Amendolara', 399521100, 165823900, 0),
(83869, 1009, 107, 'Antonimina', 382722700, 161484000, 0),
(83870, 1009, 107, 'Badolato', 385686800, 165246100, 0),
(83871, 1009, 107, 'Belcastro', 390179900, 167864100, 0),
(83872, 1009, 107, 'Bianco', 380906700, 161493000, 0),
(83873, 1009, 107, 'Bisignano', 395059000, 162771900, 0),
(83874, 1009, 107, 'Bonifati', 395853000, 159002800, 0),
(83875, 1009, 107, 'Borgia', 388261900, 165088000, 0),
(83876, 1009, 107, 'Bova Marina', 379303700, 159175000, 0),
(83877, 1009, 107, 'Bovalino Marina', 381489700, 161740000, 0),
(83878, 1009, 107, 'Bruzzano Zeffirio', 380132700, 160826000, 0),
(83879, 1009, 107, 'Buonvicino', 396860000, 158854800, 0),
(83880, 1009, 107, 'Calanna', 381836700, 157230900, 0),
(83881, 1009, 107, 'Campana', 394136000, 168222000, 0),
(83882, 1009, 107, 'Capistrano', 386922800, 162896000, 0),
(83883, 1009, 107, 'Cardeto', 380845700, 157666000, 0),
(83884, 1009, 107, 'Careri', 381765700, 161178000, 0),
(83885, 1009, 107, 'Carolei', 392562900, 162200900, 0),
(83886, 1009, 107, 'Casabona', 392503000, 169565100, 0),
(83887, 1009, 107, 'Cassano al Ionio', 397830000, 163181900, 0),
(83888, 1009, 107, 'Caulonia', 383813800, 164090100, 0),
(83889, 1009, 107, 'Cerva', 390238900, 167436100, 0),
(83890, 1009, 107, 'Cervicati', 395425000, 161282900, 0),
(83891, 1009, 107, 'Cessaniti', 386636800, 160268000, 0),
(83892, 1009, 107, 'Chiaravalle Centrale', 386803800, 164106000, 0),
(83893, 1009, 107, 'Cicala', 390221900, 164861000, 0),
(83894, 1009, 107, 'Ciro', 393824000, 170626100, 0),
(83895, 1009, 107, 'Ciro Marina', 393732000, 171260100, 0),
(83896, 1009, 107, 'Cittanova', 383551700, 160798000, 0),
(83897, 1009, 107, 'Cleto', 390901900, 161583900, 0),
(83898, 1009, 107, 'Colosimi', 391190900, 163997000, 0),
(83899, 1009, 107, 'Condofuri', 380044700, 158577000, 0),
(83900, 1009, 107, 'Cortale', 388400900, 164096000, 0),
(83901, 1009, 107, 'Cotronei', 391581900, 167809100, 0),
(83902, 1009, 107, 'Cropalati', 395172000, 167265000, 0),
(83903, 1009, 107, 'Cropani', 389677900, 167813100, 0),
(83904, 1009, 107, 'Crosia', 395676000, 167728000, 0),
(83905, 1009, 107, 'Crucoli', 394237000, 170023100, 0),
(83906, 1009, 107, 'Cutro', 390352900, 169819100, 0),
(83907, 1009, 107, 'Dasa', 385648800, 161960000, 0),
(83908, 1009, 107, 'Decollatura', 390477900, 163551000, 0),
(83909, 1009, 107, 'Drapia', 386655800, 159115900, 0),
(83910, 1009, 107, 'Fabrizia', 384870800, 163010000, 0),
(83911, 1009, 107, 'Falerna', 390024900, 161707000, 0),
(83912, 1009, 107, 'Feroleto Antico', 389623900, 163878000, 0),
(83913, 1009, 107, 'Feroleto della Chiesa', 384657800, 160642000, 0),
(83914, 1009, 107, 'Figline Vegliaturo', 392251900, 163303000, 0),
(83915, 1009, 107, 'Filadelfia', 387846800, 162920000, 0),
(83916, 1009, 107, 'Filogaso', 386814800, 162287000, 0),
(83917, 1009, 107, 'Fiumara', 382126700, 156936900, 0),
(83918, 1009, 107, 'Fiumefreddo Bruzio', 392343900, 160695900, 0),
(83919, 1009, 107, 'Francica', 386156800, 160993000, 0),
(83920, 1009, 107, 'Fuscaldo', 394142900, 160297900, 0),
(83921, 1009, 107, 'Gasperina', 387408800, 165061000, 0),
(83922, 1009, 107, 'Gerace', 382713700, 162207000, 0),
(83923, 1009, 107, 'Giffone', 384381800, 161500000, 0),
(83924, 1009, 107, 'Gimigliano', 389744900, 165305000, 0),
(83925, 1009, 107, 'Girifalco', 388242800, 164241000, 0),
(83926, 1009, 107, 'Gizzeria', 389799900, 162033000, 0),
(83927, 1009, 107, 'Grisolia', 397245000, 158541800, 0),
(83928, 1009, 107, 'Grotteria', 383654800, 162649000, 0),
(83929, 1009, 107, 'Guardavalle', 385049800, 165035100, 0),
(83930, 1009, 107, 'Isca sullo Ionio', 386012800, 165196100, 0),
(83931, 1009, 107, 'Joppolo', 385833800, 158970900, 0),
(83932, 1009, 107, 'Laureana di Borrello', 384925800, 160821000, 0),
(83933, 1009, 107, 'Longobardi', 392070900, 160764900, 0),
(83934, 1009, 107, 'Longobucco', 394483000, 166105000, 0),
(83935, 1009, 107, 'Lungro', 397383000, 161245800, 0),
(83936, 1009, 107, 'Maida', 388601900, 163630000, 0),
(83937, 1009, 107, 'Maierato', 387077800, 161865000, 0),
(83938, 1009, 107, 'Malvito', 395997000, 160532800, 0),
(83939, 1009, 107, 'Mandatoriccio', 394672000, 168348000, 0),
(83940, 1009, 107, 'Marcellinara', 389249900, 164849000, 0),
(83941, 1009, 107, 'Maropati', 384417800, 160975000, 0),
(83942, 1009, 107, 'Martirano', 390811900, 162483000, 0),
(83943, 1009, 107, 'Melicucco', 384339800, 160599000, 0),
(83944, 1009, 107, 'Melissa', 393086000, 170298100, 0),
(83945, 1009, 107, 'Molochio', 383071700, 160293000, 0),
(83946, 1009, 107, 'Monasterace', 384536800, 165520100, 0),
(83947, 1009, 107, 'Mongrassano', 395269000, 161105900, 0),
(83948, 1009, 107, 'Montauro', 387486800, 165132000, 0),
(83949, 1009, 107, 'Montegiordano', 400430100, 165343900, 0),
(83950, 1009, 107, 'Monterosso', 387168800, 162910000, 0),
(83951, 1009, 107, 'Morano Calabro', 398398000, 161412800, 0),
(83952, 1009, 107, 'Motta San Giovanni', 380031600, 156951000, 0),
(83953, 1009, 107, 'Nicastro', 389833300, 163166700, 0),
(83954, 1009, 107, 'Nocera Terinese', 390343900, 161685900, 0),
(83955, 1009, 107, 'Oppido Mamertina', 382933700, 159839000, 0),
(83956, 1009, 107, 'Palermiti', 387486800, 164522000, 0),
(83957, 1009, 107, 'Palizzi', 379666700, 159867000, 0),
(83958, 1009, 107, 'Pallagorio', 393089000, 169083100, 0),
(83959, 1009, 107, 'Paludi', 395301000, 166828000, 0),
(83960, 1009, 107, 'Papasidero', 398715000, 159078800, 0),
(83961, 1009, 107, 'Parenti', 391621900, 164105000, 0),
(83962, 1009, 107, 'Pedace', 392763900, 163364000, 0),
(83963, 1009, 107, 'Pentone', 389857900, 165825000, 0),
(83964, 1009, 107, 'Petrona', 390436900, 167559100, 0),
(83965, 1009, 107, 'Pianopoli', 389541900, 163884000, 0),
(83966, 1009, 107, 'Pietrafitta', 392613900, 163386000, 0),
(83967, 1009, 107, 'Pietrapaola', 394875000, 168158000, 0),
(83968, 1009, 107, 'Pizzoni', 386230800, 162519000, 0),
(83969, 1009, 107, 'Placanica', 384118800, 164525100, 0),
(83970, 1009, 107, 'Platania', 390053900, 163201000, 0),
(83971, 1009, 107, 'Plati', 382199700, 160465000, 0),
(83972, 1009, 107, 'Riace', 384182800, 164812100, 0),
(83973, 1009, 107, 'Ricadi', 386253800, 158672900, 0),
(83974, 1009, 107, 'Rocca Imperiale', 401097100, 165801900, 0),
(83975, 1009, 107, 'Rocca di Neto', 391843000, 170089100, 0),
(83976, 1009, 107, 'Roccabernarda', 391356900, 168705100, 0),
(83977, 1009, 107, 'Roccella Ionica', 383219800, 164009100, 0),
(83978, 1009, 107, 'Rogliano', 391811900, 163210000, 0),
(83979, 1009, 107, 'Rombiolo', 385917800, 160017000, 0),
(83980, 1009, 107, 'Roseto Capo Spulico', 399870100, 166016900, 0),
(83981, 1009, 107, 'Rovito', 393079900, 163210900, 0),
(83982, 1009, 107, 'San Costantino Calabro', 386322800, 160739000, 0),
(83983, 1009, 107, 'San Demetrio Corone', 395699000, 163614900, 0),
(83984, 1009, 107, 'San Ferdinando', 384855800, 159189000, 0),
(83985, 1009, 107, 'San Fili', 393388900, 161434900, 0),
(83986, 1009, 107, 'San Giorgio Morgeto', 383901800, 160855000, 0),
(83987, 1009, 107, 'San Lorenzo', 380109700, 158344000, 0),
(83988, 1009, 107, 'San Lorenzo del Vallo', 396682000, 162973900, 0),
(83989, 1009, 107, 'San Luca', 381483700, 160660000, 0),
(83990, 1009, 107, 'San Lucido', 393088900, 160507900, 0),
(83991, 1009, 107, 'San Pietro Apostolo', 390043900, 164684000, 0),
(83992, 1009, 107, 'San Pietro di Carida', 385236800, 161353000, 0),
(83993, 1009, 107, 'San Roberto', 382112700, 157365900, 0),
(83994, 1009, 107, 'Sant''Angelo', 385878800, 162187000, 0),
(83995, 1009, 107, 'Santa Caterina Albanese', 395859000, 160703900, 0),
(83996, 1009, 107, 'Santa Severina', 391478000, 169100100, 0),
(83997, 1009, 107, 'Saracena', 397788000, 161566800, 0),
(83998, 1009, 107, 'Satriano', 386668800, 164812000, 0),
(83999, 1009, 107, 'Savelli', 393135000, 167764000, 0),
(84000, 1009, 107, 'Scandale', 391242000, 169608100, 0),
(84001, 1009, 107, 'Scido', 382435700, 159327000, 0),
(84002, 1009, 107, 'Scigliano', 391273900, 163059000, 0),
(84003, 1009, 107, 'Sellia Marina', 388859900, 167493100, 0),
(84004, 1009, 107, 'Seminara', 383337700, 158696000, 0),
(84005, 1009, 107, 'Simbario', 386120800, 163351000, 0),
(84006, 1009, 107, 'Soriano Calabro', 385994800, 162277000, 0),
(84007, 1009, 107, 'Soveria Simeri', 389465900, 166801100, 0),
(84008, 1009, 107, 'Spezzano Albanese', 396688000, 163104900, 0),
(84009, 1009, 107, 'Spilinga', 386285800, 159069900, 0),
(84010, 1009, 107, 'Squillace', 387794800, 165122000, 0),
(84011, 1009, 107, 'Stignano', 384160800, 164703100, 0),
(84012, 1009, 107, 'Strongoli', 392665000, 170544100, 0),
(84013, 1009, 107, 'Tarsia', 396209000, 162716900, 0),
(84014, 1009, 107, 'Terranova di Sibari', 396569000, 163394900, 0),
(84015, 1009, 107, 'Terravecchia', 394649000, 169460100, 0),
(84016, 1009, 107, 'Tiriolo', 389432900, 165083000, 0),
(84017, 1009, 107, 'Tortora', 399413000, 158051800, 0),
(84018, 1009, 107, 'Trebisacce', 398708100, 165311900, 0),
(84019, 1009, 107, 'Zumpano', 393108900, 162920900, 0),
(84020, 1009, 107, 'Zungri', 386566800, 159840900, 0),
(84021, 1010, 107, 'Aiello del Sabato', 408891200, 148208400, 0),
(84022, 1010, 107, 'Alife', 413261200, 143340300, 0),
(84023, 1010, 107, 'Alvignano', 412447200, 143356300, 0),
(84024, 1010, 107, 'Amorosi', 412031200, 144638300, 0),
(84025, 1010, 107, 'Apollosa', 410941200, 147053400, 0),
(84026, 1010, 107, 'Aquilonia', 409867200, 154744600, 0),
(84027, 1010, 107, 'Arienzo', 410281200, 145006300, 0),
(84028, 1010, 107, 'Arpaia', 410373200, 145500300, 0),
(84029, 1010, 107, 'Auletta', 405615100, 154253600, 0),
(84030, 1010, 107, 'Avella', 409589100, 146005400, 0),
(84031, 1010, 107, 'Bagnoli Irpino', 408331200, 150725500, 0),
(84032, 1010, 107, 'Baia', 413029200, 142521200, 0),
(84033, 1010, 107, 'Bellona', 411600200, 142323300, 0),
(84034, 1010, 107, 'Bellosguardo', 404233100, 153141600, 0),
(84035, 1010, 107, 'Bisaccia', 410121200, 153747500, 0),
(84036, 1010, 107, 'Bonea', 410752200, 146189400, 0),
(84037, 1010, 107, 'Bonito', 410977200, 150013400, 0),
(84038, 1010, 107, 'Bracigliano', 408235100, 147054400, 0),
(84039, 1010, 107, 'Bucciano', 410768200, 145713300, 0),
(84040, 1010, 107, 'Buccino', 406329100, 153696600, 0),
(84041, 1010, 107, 'Buonalbergo', 412232200, 149774400, 0),
(84042, 1010, 107, 'Caiazzo', 411787200, 143622300, 0),
(84043, 1010, 107, 'Calabritto', 407822200, 152239500, 0),
(84044, 1010, 107, 'Camigliano', 411798200, 142095200, 0),
(84045, 1010, 107, 'Camposano', 409522100, 145286400, 0),
(84046, 1010, 107, 'Candida', 409424200, 148741400, 0),
(84047, 1010, 107, 'Carife', 410263200, 152089500, 0),
(84048, 1010, 107, 'Carinola', 411872100, 139815200, 0),
(84049, 1010, 107, 'Casalbuono', 402143100, 156879700, 0),
(84050, 1010, 107, 'Casaluce', 410019100, 141980300, 0),
(84051, 1010, 107, 'Casapesenna', 409915100, 141361300, 0),
(84052, 1010, 107, 'Castel Campagnano', 411827200, 144522300, 0),
(84053, 1010, 107, 'Castelcivita', 404942100, 152344600, 0),
(84054, 1010, 107, 'Castelvetere sul Calore', 409287200, 149861400, 0),
(84055, 1010, 107, 'Cautano', 411514200, 146441400, 0),
(84056, 1010, 107, 'Cellole', 412048100, 138543200, 0),
(84057, 1010, 107, 'Ceraso', 401943000, 152560600, 0),
(84058, 1010, 107, 'Cimitile', 409405100, 145254400, 0),
(84059, 1010, 107, 'Colliano', 407261200, 152911600, 0),
(84060, 1010, 107, 'Comiziano', 409521100, 145514400, 0),
(84061, 1010, 107, 'Curti', 410729100, 142739300, 0),
(84062, 1010, 107, 'Domicella', 408800100, 145877400, 0),
(84063, 1010, 107, 'Dragoni', 412718200, 143123300, 0),
(84064, 1010, 107, 'Dugenta', 411322200, 144524300, 0),
(84065, 1010, 107, 'Durazzano', 410630200, 144506300, 0),
(84066, 1010, 107, 'Faicchio', 412779200, 144780300, 0),
(84067, 1010, 107, 'Falciano del Massico', 411627100, 139481200, 0),
(84068, 1010, 107, 'Flumeri', 410778200, 151477500, 0),
(84069, 1010, 107, 'Foglianise', 411645200, 146682400, 0),
(84070, 1010, 107, 'Fontanarosa', 410181200, 150205400, 0),
(84071, 1010, 107, 'Formicola', 412100200, 142374200, 0),
(84072, 1010, 107, 'Francolise', 411850200, 140567200, 0),
(84073, 1010, 107, 'Frignano', 409981100, 141791300, 0),
(84074, 1010, 107, 'Galluccio', 413523200, 139537200, 0),
(84075, 1010, 107, 'Gesualdo', 410067200, 150724500, 0),
(84076, 1010, 107, 'Giffoni Sei Casali', 407185100, 149046500, 0),
(84077, 1010, 107, 'Giffoni Valle Piana', 407181100, 149423500, 0),
(84078, 1010, 107, 'Gioia Sannitica', 413001200, 144441300, 0),
(84079, 1010, 107, 'Grazzanise', 410894100, 141003200, 0),
(84080, 1010, 107, 'Grottaminarda', 410697200, 150589400, 0),
(84081, 1010, 107, 'Guardia Lombardi', 409537200, 152088500, 0),
(84082, 1010, 107, 'Guardia Sanframondi', 412579200, 145976300, 0),
(84083, 1010, 107, 'Lacco Ameno', 407506000, 138903200, 0),
(84084, 1010, 107, 'Lacedonia', 410512200, 154238500, 0),
(84085, 1010, 107, 'Lapio', 409811200, 149463400, 0),
(84086, 1010, 107, 'Laurino', 403365100, 153371600, 0),
(84087, 1010, 107, 'Lauro', 408782100, 146322400, 0),
(84088, 1010, 107, 'Laviano', 407860200, 153096500, 0),
(84089, 1010, 107, 'Lettere', 407049100, 145449400, 0),
(84090, 1010, 107, 'Limatola', 411408200, 143929300, 0),
(84091, 1010, 107, 'Lioni', 408765200, 151877500, 0),
(84092, 1010, 107, 'Liveri', 409047100, 145659400, 0),
(84093, 1010, 107, 'Luogosano', 409872200, 149908400, 0),
(84094, 1010, 107, 'Lustra', 402883000, 150682600, 0),
(84095, 1010, 107, 'Macerata Campania', 410633100, 142737300, 0),
(84096, 1010, 107, 'Mariglianella', 409295100, 144358300, 0),
(84097, 1010, 107, 'Melito Irpino', 411031200, 150523400, 0),
(84098, 1010, 107, 'Mercogliano', 409221200, 147418400, 0),
(84099, 1010, 107, 'Mignano Monte Lungo', 414059200, 139855200, 0),
(84100, 1010, 107, 'Minori', 406503000, 146268400, 0),
(84101, 1010, 107, 'Mirabella Eclano', 410449200, 149987400, 0),
(84102, 1010, 107, 'Moio della Civitella', 402471000, 152688600, 0),
(84103, 1010, 107, 'Molinara', 412935200, 149078400, 0),
(84104, 1010, 107, 'Montecalvo Irpino', 411956200, 150334400, 0),
(84105, 1010, 107, 'Montecorice', 402349000, 149861500, 0),
(84106, 1010, 107, 'Montefalcione', 409615200, 148839400, 0),
(84107, 1010, 107, 'Montefalcone di Val Fortore', 413247200, 150099400, 0),
(84108, 1010, 107, 'Montefredane', 409628200, 148106400, 0),
(84109, 1010, 107, 'Montefusco', 410376200, 148549400, 0),
(84110, 1010, 107, 'Montemarano', 409152200, 149976500, 0),
(84111, 1010, 107, 'Montesano sulla Marcellana', 402760100, 157046700, 0),
(84112, 1010, 107, 'Montoro Superiore', 408196100, 148038400, 0),
(84113, 1010, 107, 'Morcone', 413431200, 146676300, 0),
(84114, 1010, 107, 'Morra De Sanctis', 409290200, 152428500, 0),
(84115, 1010, 107, 'Naples', 408333300, 142500000, 0),
(84116, 1010, 107, 'Nusco', 408871200, 150882500, 0),
(84117, 1010, 107, 'Ospedaletto d''Alpinolo', 409394200, 147435400, 0),
(84118, 1010, 107, 'Paolisi', 410371200, 145764400, 0),
(84119, 1010, 107, 'Paternopoli', 409733200, 150320500, 0),
(84120, 1010, 107, 'Paupisi', 411953200, 146652400, 0),
(84121, 1010, 107, 'Perdifumo', 402682000, 150149500, 0),
(84122, 1010, 107, 'Perito', 402977000, 151476600, 0),
(84123, 1010, 107, 'Piaggine', 403448100, 153786600, 0),
(84124, 1010, 107, 'Pietradefusi', 410415200, 148855400, 0),
(84125, 1010, 107, 'Pietrastornina', 409923200, 147289400, 0),
(84126, 1010, 107, 'Pietrelcina', 411994200, 148441400, 0),
(84127, 1010, 107, 'Pimonte', 406736100, 145098400, 0),
(84128, 1010, 107, 'Pisciotta', 401089000, 152345600, 0),
(84129, 1010, 107, 'Polla', 405171100, 154979600, 0),
(84130, 1010, 107, 'Pollena Trocchia', 408548100, 143819300, 0),
(84131, 1010, 107, 'Pontelatone', 411935200, 142517300, 0),
(84132, 1010, 107, 'Postiglione', 405590100, 152323600, 0),
(84133, 1010, 107, 'Prata Sannita', 414328200, 142027200, 0),
(84134, 1010, 107, 'Prata di Principato Ultra', 409872200, 148372400, 0),
(84135, 1010, 107, 'Pratella', 414046200, 141777200, 0),
(84136, 1010, 107, 'Presenzano', 413766200, 140764200, 0),
(84137, 1010, 107, 'Quadrelle', 409485100, 146393400, 0),
(84138, 1010, 107, 'Quindici', 408633100, 146475400, 0),
(84139, 1010, 107, 'Ravello', 406493200, 146116700, 0),
(84140, 1010, 107, 'Recale', 410551100, 143040300, 0),
(84141, 1010, 107, 'Ricigliano', 406672200, 154784600, 0),
(84142, 1010, 107, 'Rocca d''Evandro', 413890200, 139081200, 0),
(84143, 1010, 107, 'Roccarainola', 409694100, 145598400, 0),
(84144, 1010, 107, 'Rotondi', 410314200, 145950400, 0),
(84145, 1010, 107, 'Sala Consilina', 403912100, 155988700, 0),
(84146, 1010, 107, 'San Giorgio la Molara', 412730200, 149303400, 0),
(84147, 1010, 107, 'San Giovanni a Piro', 400503000, 154509700, 0),
(84148, 1010, 107, 'San Gregorio', 413852200, 143716300, 0),
(84149, 1010, 107, 'San Gregorio Magno', 406580100, 154018600, 0),
(84150, 1010, 107, 'San Leucio del Sannio', 410744200, 147574400, 0),
(84151, 1010, 107, 'San Martino Sannita', 410662200, 148358400, 0),
(84152, 1010, 107, 'San Martino Valle Caudina', 410256200, 146645400, 0),
(84153, 1010, 107, 'San Pietro al Tanagro', 404568100, 154806600, 0),
(84154, 1010, 107, 'San Salvatore Telesino', 412360200, 144991300, 0),
(84155, 1010, 107, 'San Tammaro', 410758100, 142336300, 0),
(84156, 1010, 107, 'San Valentino Torio', 407930100, 145980400, 0),
(84157, 1010, 107, 'Sant''Anastasia', 408669100, 144048300, 0),
(84158, 1010, 107, 'Sant''Antonio Abate', 407237100, 145465400, 0),
(84159, 1010, 107, 'Sant''Arsenio', 404729100, 154845600, 0),
(84160, 1010, 107, 'Santa Maria la Carita', 407161100, 145098400, 0),
(84161, 1010, 107, 'Santo Stefano del Sole', 408939200, 148685400, 0),
(84162, 1010, 107, 'Sanza', 402446100, 155526700, 0),
(84163, 1010, 107, 'Sassano', 403377100, 155630700, 0),
(84164, 1010, 107, 'Savignano Irpino', 412285200, 151792500, 0),
(84165, 1010, 107, 'Scampitella', 410925200, 152999500, 0),
(84166, 1010, 107, 'Serino', 408548100, 148722400, 0),
(84167, 1010, 107, 'Serrara Fontana', 407116000, 138934200, 0),
(84168, 1010, 107, 'Siano', 408016100, 146936400, 0),
(84169, 1010, 107, 'Solofra', 408295100, 148419400, 0),
(84170, 1010, 107, 'Sparanise', 411868200, 140937200, 0),
(84171, 1010, 107, 'Striano', 408159100, 145765400, 0),
(84172, 1010, 107, 'Sturno', 410201200, 151102500, 0),
(84173, 1010, 107, 'Summonte', 409492200, 147453400, 0),
(84174, 1010, 107, 'Taurano', 408837100, 146344400, 0),
(84175, 1010, 107, 'Taurasi', 410087200, 149586400, 0),
(84176, 1010, 107, 'Teano', 412513200, 140665200, 0),
(84177, 1010, 107, 'Telese', 412173200, 145277300, 0),
(84178, 1010, 107, 'Teora', 408528200, 152533500, 0),
(84179, 1010, 107, 'Torraca', 401116000, 156363700, 0),
(84180, 1010, 107, 'Tramonti', 406946100, 146400400, 0),
(84181, 1010, 107, 'Trentola', 409754100, 141762300, 0),
(84182, 1010, 107, 'Tufino', 409541100, 145659400, 0),
(84183, 1010, 107, 'Vallata', 410372200, 152521500, 0),
(84184, 1010, 107, 'Valle Agricola', 414250200, 142550200, 0),
(84185, 1010, 107, 'Vibonati', 400998000, 155828700, 0),
(84186, 1010, 107, 'Vico Equense', 406598100, 144317400, 0),
(84187, 1010, 107, 'Visciano', 409254100, 145828400, 0),
(84188, 1011, 107, 'Alseno', 448983600, 99613700, 0),
(84189, 1011, 107, 'Bagnara di Romagna', 443905700, 118300200, 0),
(84190, 1011, 107, 'Baiso', 445010600, 106038000, 0),
(84191, 1011, 107, 'Bardi', 446329600, 97301700, 0),
(84192, 1011, 107, 'Baricella', 446466700, 115345100, 0),
(84193, 1011, 107, 'Bastiglia', 447269700, 109986000, 0),
(84194, 1011, 107, 'Bazzano', 445021600, 110854100, 0),
(84195, 1011, 107, 'Berceto', 445089900, 99910400, 0),
(84196, 1011, 107, 'Berra', 449771800, 119785200, 0),
(84197, 1011, 107, 'Bertinoro', 441469400, 121388900, 0),
(84198, 1011, 107, 'Bettola', 447782600, 96085700, 0),
(84199, 1011, 107, 'Bibbiano', 446643600, 104802900, 0),
(84200, 1011, 107, 'Bobbio', 447705600, 93853600, 0),
(84201, 1011, 107, 'Borgo Tossignano', 442766600, 115902200, 0),
(84202, 1011, 107, 'Borgonovo Val Tidone', 450143600, 94434600, 0),
(84203, 1011, 107, 'Brescello', 448965700, 105122900, 0),
(84204, 1011, 107, 'Busana', 443688600, 103233900, 0),
(84205, 1011, 107, 'Cadeo', 449753600, 98310700, 0),
(84206, 1011, 107, 'Campagnola Emilia', 448392700, 107570900, 0),
(84207, 1011, 107, 'Campegine', 447836700, 105318900, 0),
(84208, 1011, 107, 'Camposanto', 447869700, 111429000, 0),
(84209, 1011, 107, 'Caorso', 450484700, 98710700, 0),
(84210, 1011, 107, 'Carpineti', 444559600, 105196900, 0),
(84211, 1011, 107, 'Casina', 445102600, 105015900, 0),
(84212, 1011, 107, 'Casola Valsenio', 442250600, 116251200, 0),
(84213, 1011, 107, 'Castel Bolognese', 443206700, 117999200, 0),
(84214, 1011, 107, 'Castel Guelfo di Bologna', 444306700, 116778200, 0),
(84215, 1011, 107, 'Castel San Pietro Terme', 443985700, 115848200, 0),
(84216, 1011, 107, 'Castell''Arquato', 448523600, 98723700, 0),
(84217, 1011, 107, 'Castelnovo di Sotto', 448079700, 105681900, 0),
(84218, 1011, 107, 'Castelvetro di Modena', 445057600, 109464000, 0),
(84219, 1011, 107, 'Castiglione dei Pepoli', 441422600, 111638100, 0),
(84220, 1011, 107, 'Civitella di Romagna', 440076600, 119422300, 0),
(84221, 1011, 107, 'Coli', 447447600, 94145600, 0),
(84222, 1011, 107, 'Colorno', 449262700, 103767800, 0),
(84223, 1011, 107, 'Compiano', 444960500, 96620800, 0),
(84224, 1011, 107, 'Copparo', 448929800, 118249200, 0),
(84225, 1011, 107, 'Corniglio', 444742600, 100900800, 0),
(84226, 1011, 107, 'Cortemaggiore', 449937700, 99307700, 0),
(84227, 1011, 107, 'Cotignola', 443871700, 119394300, 0),
(84228, 1011, 107, 'Crevalcore', 447205700, 111498000, 0),
(84229, 1011, 107, 'Dozza', 443602700, 116322200, 0),
(84230, 1011, 107, 'Fanano', 442114600, 107964000, 0),
(84231, 1011, 107, 'Fontanelice', 442596600, 115592200, 0),
(84232, 1011, 107, 'Fontevivo', 448587600, 101751800, 0),
(84233, 1011, 107, 'Fornovo di Taro', 446919600, 101009800, 0),
(84234, 1011, 107, 'Frassinoro', 442955600, 105702000, 0),
(84235, 1011, 107, 'Gaibanella', 447666700, 116500000, 0),
(84236, 1011, 107, 'Galliera', 447492700, 113937100, 0),
(84237, 1011, 107, 'Gambettola', 441174800, 123370500, 0),
(84238, 1011, 107, 'Gattatico', 447961700, 104433900, 0),
(84239, 1011, 107, 'Gazzola', 449600600, 95489600, 0),
(84240, 1011, 107, 'Grizzana', 442579600, 111563100, 0),
(84241, 1011, 107, 'Gualtieri', 448989700, 106303900, 0),
(84242, 1011, 107, 'Lagosanto', 447586100, 121436100, 0),
(84243, 1011, 107, 'Lama Mocogno', 443072600, 107306000, 0),
(84244, 1011, 107, 'Langhirano', 446126600, 102655900, 0),
(84245, 1011, 107, 'Loiano', 442680600, 113284200, 0),
(84246, 1011, 107, 'Lugagnano Val d''Arda', 448232600, 98271700, 0),
(84247, 1011, 107, 'Luzzara', 449575700, 106903900, 0),
(84248, 1011, 107, 'Malalbergo', 447186700, 115322100, 0),
(84249, 1011, 107, 'Meldola', 441283300, 120625000, 0),
(84250, 1011, 107, 'Mercato Saraceno', 439637600, 121975400, 0),
(84251, 1011, 107, 'Mezzani', 449162700, 104297800, 0),
(84252, 1011, 107, 'Migliarino', 447698800, 119337200, 0),
(84253, 1011, 107, 'Migliaro', 448000800, 119738200, 0),
(84254, 1011, 107, 'Modigliana', 441611600, 117935300, 0),
(84255, 1011, 107, 'Monghidoro', 442264600, 113275200, 0),
(84256, 1011, 107, 'Monte Colombo', 439201600, 125523500, 0),
(84257, 1011, 107, 'Montefiorino', 443528600, 106256000, 0),
(84258, 1011, 107, 'Montiano', 440861100, 123075000, 0),
(84259, 1011, 107, 'Mordano', 443979700, 118118200, 0),
(84260, 1011, 107, 'Neviano degli Arduini', 445823600, 103156900, 0),
(84261, 1011, 107, 'Ostellato', 447456800, 119435200, 0),
(84262, 1011, 107, 'Palanzano', 444372600, 101944900, 0),
(84263, 1011, 107, 'Pennabilli', 438180600, 122656400, 0),
(84264, 1011, 107, 'Pievepelago', 442047500, 106166000, 0),
(84265, 1011, 107, 'Polesine Parmense', 450162700, 100872800, 0),
(84266, 1011, 107, 'Polinago', 443447600, 107235000, 0),
(84267, 1011, 107, 'Ravarino', 447211700, 110984000, 0),
(84268, 1011, 107, 'Rio Saliceto', 448115700, 108026000, 0),
(84269, 1011, 107, 'Riolo Terme', 442753600, 117278200, 0),
(84270, 1011, 107, 'Rivergaro', 449095600, 95972700, 0),
(84271, 1011, 107, 'Rocca San Casciano', 440591600, 118431300, 0),
(84272, 1011, 107, 'Roccabianca', 450093700, 102193800, 0),
(84273, 1011, 107, 'Rolo', 448856700, 108602000, 0),
(84274, 1011, 107, 'San Clemente', 439329600, 126258500, 0),
(84275, 1011, 107, 'San Giovanni in Marignano', 439341600, 127013500, 0),
(84276, 1011, 107, 'San Leo', 438969600, 123436400, 0),
(84277, 1011, 107, 'San Possidonio', 448937700, 110013000, 0),
(84278, 1011, 107, 'San Secondo Parmense', 449216700, 102292800, 0),
(84279, 1011, 107, 'Sant''Agata Bolognese', 446641700, 111340000, 0),
(84280, 1011, 107, 'Sant''Agata sul Santerno', 444421700, 118601200, 0),
(84281, 1011, 107, 'Sant''Agostino', 447922700, 113882100, 0),
(84282, 1011, 107, 'Santa Sofia', 439444600, 119087300, 0),
(84283, 1011, 107, 'Sarmato', 450569600, 94923600, 0),
(84284, 1011, 107, 'Sarsina', 439203600, 121418400, 0),
(84285, 1011, 107, 'Savignano sul Panaro', 444803600, 110351000, 0),
(84286, 1011, 107, 'Savigno', 443918600, 110748100, 0),
(84287, 1011, 107, 'Solignano', 446130600, 99754800, 0),
(84288, 1011, 107, 'Terenzo', 446099600, 100896800, 0),
(84289, 1011, 107, 'Terra del Sole', 441823600, 119556300, 0),
(84290, 1011, 107, 'Toano', 443763600, 105612000, 0),
(84291, 1011, 107, 'Torrile', 449238700, 103246800, 0),
(84292, 1011, 107, 'Travo', 448624600, 95453700, 0),
(84293, 1011, 107, 'Trecasali', 449357700, 102721800, 0),
(84294, 1011, 107, 'Tredozio', 440809600, 117441300, 0),
(84295, 1011, 107, 'Tresigallo', 448159800, 118947200, 0),
(84296, 1011, 107, 'Varano de'' Melegari', 446880600, 100114800, 0),
(84297, 1011, 107, 'Varsi', 446621600, 98466800, 0),
(84298, 1011, 107, 'Vergato', 442826600, 111073100, 0),
(84299, 1011, 107, 'Verucchio', 439826600, 124230400, 0),
(84300, 1011, 107, 'Vigolzone', 449146600, 96693700, 0),
(84301, 1011, 107, 'Villa Minozzo', 443650600, 104660000, 0),
(84302, 1011, 107, 'Zibello', 450184700, 101296800, 0),
(84303, 1012, 107, 'Ampezzo', 464138900, 127947200, 0),
(84304, 1012, 107, 'Aquileia', 457702800, 133683300, 0),
(84305, 1012, 107, 'Arba', 461461100, 127925000, 0),
(84306, 1012, 107, 'Arta Terme', 464769400, 130308300, 0),
(84307, 1012, 107, 'Attimis', 461886100, 133152800, 0),
(84308, 1012, 107, 'Aurisina', 457496800, 136734500, 0),
(84309, 1012, 107, 'Buja', 462066200, 131158200, 0),
(84310, 1012, 107, 'Carlino', 458022200, 131880600, 0),
(84311, 1012, 107, 'Cassacco', 461680600, 131561100, 0),
(84312, 1012, 107, 'Chions', 458488900, 127111100, 0),
(84313, 1012, 107, 'Claut', 462700000, 125141700, 0),
(84314, 1012, 107, 'Cordovado', 458469400, 128802800, 0),
(84315, 1012, 107, 'Corno di Rosazzo', 459994400, 134397200, 0),
(84316, 1012, 107, 'Enemonzo', 464083300, 128794400, 0),
(84317, 1012, 107, 'Fagagna', 461141700, 130938900, 0),
(84318, 1012, 107, 'Fanna', 461886100, 127486100, 0),
(84319, 1012, 107, 'Fiumicello', 457920200, 134096400, 0),
(84320, 1012, 107, 'Gradisca d''Isonzo', 458925000, 135016700, 0),
(84321, 1012, 107, 'Magnano in Riviera', 462344400, 131786100, 0),
(84322, 1012, 107, 'Malborghetto Valbruna', 465127800, 134400000, 0),
(84323, 1012, 107, 'Manzano', 459916700, 133838900, 0),
(84324, 1012, 107, 'Meduno', 462180600, 127980600, 0),
(84325, 1012, 107, 'Moggio Udinese', 464108300, 132013900, 0),
(84326, 1012, 107, 'Montereale Valcellina', 461597200, 126594400, 0),
(84327, 1012, 107, 'Moruzzo', 461222200, 131263900, 0),
(84328, 1012, 107, 'Mossa', 459397200, 135477800, 0),
(84329, 1012, 107, 'Paluzza', 465266700, 130183300, 0),
(84330, 1012, 107, 'Pasiano', 458497200, 126272200, 0),
(84331, 1012, 107, 'Pontebba', 465072200, 133113900, 0),
(84332, 1012, 107, 'Porpetto', 458619400, 132216700, 0),
(84333, 1012, 107, 'Pozzuolo del Friuli', 459877800, 131955600, 0),
(84334, 1012, 107, 'Pravisdomini', 458191700, 126958300, 0),
(84335, 1012, 107, 'Ragogna', 461805600, 129800000, 0),
(84336, 1012, 107, 'Resia', 463740300, 133049200, 0),
(84337, 1012, 107, 'Rive d''Arcano', 461272200, 130322200, 0),
(84338, 1012, 107, 'Romans d''Isonzo', 458916700, 134408300, 0),
(84339, 1012, 107, 'Ronchis', 458125000, 129975000, 0),
(84340, 1012, 107, 'Ruda', 458419400, 134002800, 0),
(84341, 1012, 107, 'San Giovanni al Natisone', 459797200, 134033300, 0),
(84342, 1012, 107, 'San Pier d''Isonzo', 458475000, 134558300, 0),
(84343, 1012, 107, 'San Quirino', 460347200, 126791700, 0),
(84344, 1012, 107, 'Savogna d''Isonzo', 459022200, 135758300, 0),
(84345, 1012, 107, 'Sedegliano', 460138900, 129747200, 0),
(84346, 1012, 107, 'Sequals', 461647200, 128297200, 0),
(84347, 1012, 107, 'Sesto al Reghena', 458486100, 128172200, 0),
(84348, 1012, 107, 'Sgonico', 457363900, 137486100, 0),
(84349, 1012, 107, 'Tarvisio', 465108300, 135941700, 0),
(84350, 1012, 107, 'Teor', 458563900, 130566700, 0),
(84351, 1012, 107, 'Trasaghis', 462794400, 130736100, 0),
(84352, 1012, 107, 'Travesio', 461997200, 128644400, 0),
(84353, 1012, 107, 'Turriaco', 458222200, 134466700, 0),
(84354, 1012, 107, 'Valvasone', 459944400, 128702800, 0),
(84355, 1012, 107, 'Venzone', 463330600, 131422200, 0),
(84356, 1012, 107, 'Villa Santina', 464175000, 129222200, 0),
(84357, 1012, 107, 'Villesse', 458605600, 134408300, 0),
(84358, 1012, 107, 'Vivaro', 460747200, 127744400, 0),
(84359, 1012, 107, 'Zoppola', 459661100, 127675000, 0),
(84360, 1013, 107, 'Acquapendente', 427438300, 118641500, 0),
(84361, 1013, 107, 'Acuto', 417915200, 131743900, 0),
(84362, 1013, 107, 'Agosta', 419816200, 130326900, 0),
(84363, 1013, 107, 'Allumiere', 421562200, 119039600, 0),
(84364, 1013, 107, 'Alvito', 416895200, 137442100, 0),
(84365, 1013, 107, 'Amatrice', 426266400, 132950800, 0),
(84366, 1013, 107, 'Aquino', 414911200, 137047100, 0),
(84367, 1013, 107, 'Arce', 415866200, 135736100, 0),
(84368, 1013, 107, 'Arcinazzo Romano', 418797200, 131143900, 0),
(84369, 1013, 107, 'Ausonia', 413602200, 137510100, 0),
(84370, 1013, 107, 'Bagnoregio', 426290300, 120883600, 0),
(84371, 1013, 107, 'Bassano Romano', 422244200, 121891700, 0),
(84372, 1013, 107, 'Bassiano', 415504200, 130318900, 0),
(84373, 1013, 107, 'Bolsena', 426438300, 119850600, 0),
(84374, 1013, 107, 'Bomarzo', 424819300, 122487600, 0),
(84375, 1013, 107, 'Borgorose', 421890300, 132339900, 0),
(84376, 1013, 107, 'Canino', 424640200, 117511500, 0),
(84377, 1013, 107, 'Cantalice', 424657300, 129047800, 0),
(84378, 1013, 107, 'Cantalupo in Sabina', 423061300, 126472800, 0),
(84379, 1013, 107, 'Capodimonte', 425465300, 119047600, 0),
(84380, 1013, 107, 'Casperia', 423382400, 126702000, 0),
(84381, 1013, 107, 'Castiglione in Teverina', 426479300, 122033600, 0),
(84382, 1013, 107, 'Castrocielo', 415283200, 136935100, 0),
(84383, 1013, 107, 'Cave', 418167200, 129337900, 0),
(84384, 1013, 107, 'Cellere', 425104200, 117716500, 0),
(84385, 1013, 107, 'Ceprano', 415457200, 135147300, 0),
(84386, 1013, 107, 'Cervaro', 414837200, 139053100, 0),
(84387, 1013, 107, 'Civitella d''Agliano', 426032300, 121869600, 0),
(84388, 1013, 107, 'Colfelice', 415549200, 136034100, 0),
(84389, 1013, 107, 'Collevecchio', 423340300, 125526700, 0),
(84390, 1013, 107, 'Contigliano', 424115300, 127678800, 0),
(84391, 1013, 107, 'Corchiano', 423449300, 123556700, 0),
(84392, 1013, 107, 'Cori', 416444200, 129127900, 0),
(84393, 1013, 107, 'Fara in Sabina', 422089300, 127291800, 0),
(84394, 1013, 107, 'Farnese', 425494300, 117256500, 0),
(84395, 1013, 107, 'Fiuggi', 417986200, 132203000, 0),
(84396, 1013, 107, 'Fontechiari', 416682200, 136745100, 0),
(84397, 1013, 107, 'Forano', 423012300, 125897700, 0),
(84398, 1013, 107, 'Fumone', 417275200, 132725000, 0),
(84399, 1013, 107, 'Gaeta', 412140800, 135708200, 0),
(84400, 1013, 107, 'Gallese', 423737300, 123989700, 0),
(84401, 1013, 107, 'Gallicano nel Lazio', 418688200, 128240800, 0),
(84402, 1013, 107, 'Gallinaro', 416534200, 137978100, 0),
(84403, 1013, 107, 'Genazzano', 418252200, 129707900, 0),
(84404, 1013, 107, 'Greccio', 424441300, 127524800, 0),
(84405, 1013, 107, 'Guarcino', 417990200, 133134000, 0),
(84406, 1013, 107, 'Leonessa', 425655400, 129613800, 0),
(84407, 1013, 107, 'Maenza', 415237200, 131815000, 0),
(84408, 1013, 107, 'Marta', 425336300, 119250600, 0),
(84409, 1013, 107, 'Montalto di Castro', 423504200, 116069500, 0),
(84410, 1013, 107, 'Monte Porzio Catone', 418149200, 127184800, 0),
(84411, 1013, 107, 'Monte Romano', 422665200, 118937600, 0),
(84412, 1013, 107, 'Monte San Biagio', 413525100, 133522000, 0),
(84413, 1013, 107, 'Monte San Giovanni Campano', 416406200, 135137000, 0),
(84414, 1013, 107, 'Montelanico', 416511200, 130398900, 0),
(84415, 1013, 107, 'Monterosi', 421958200, 123084700, 0),
(84416, 1013, 107, 'Montopoli in Sabina', 422459300, 126920800, 0),
(84417, 1013, 107, 'Montorio Romano', 421390200, 128014800, 0),
(84418, 1013, 107, 'Moricone', 421111200, 127739800, 0),
(84419, 1013, 107, 'Morolo', 416382200, 131971000, 0),
(84420, 1013, 107, 'Olevano Romano', 418606200, 130330900, 0),
(84421, 1013, 107, 'Onano', 426914300, 118162500, 0),
(84422, 1013, 107, 'Orte', 424593300, 123853700, 0),
(84423, 1013, 107, 'Pastena', 414689200, 134916000, 0),
(84424, 1013, 107, 'Patrica', 415922200, 132440000, 0),
(84425, 1013, 107, 'Petrella Salto', 422954300, 130682800, 0),
(84426, 1013, 107, 'Picinisco', 416463200, 138676100, 0),
(84427, 1013, 107, 'Pignataro Interamna', 414392200, 137862100, 0),
(84428, 1013, 107, 'Poggio Bustone', 425018300, 128881800, 0),
(84429, 1013, 107, 'Poggio Moiano', 422026300, 128793800, 0),
(84430, 1013, 107, 'Poggio Nativo', 422154300, 127965800, 0),
(84431, 1013, 107, 'Poli', 418888200, 128919900, 0),
(84432, 1013, 107, 'Pontinia', 414109100, 130441000, 0),
(84433, 1013, 107, 'Ponza', 408938000, 129625000, 0),
(84434, 1013, 107, 'Posta', 416903200, 136974100, 0),
(84435, 1013, 107, 'Prossedi', 415162200, 132607000, 0),
(84436, 1013, 107, 'Ripi', 416122200, 134258000, 0),
(84437, 1013, 107, 'Rocca Priora', 417786200, 127481800, 0),
(84438, 1013, 107, 'Rocca Santo Stefano', 419105200, 130237900, 0),
(84439, 1013, 107, 'Roccasecca dei Volsci', 414785200, 132128000, 0),
(84440, 1013, 107, 'Rome', 418947400, 124839000, 0),
(84441, 1013, 107, 'Roviano', 420255200, 129962900, 0),
(84442, 1013, 107, 'Sabaudia', 413002500, 130281500, 0),
(84443, 1013, 107, 'Sacrofano', 421046200, 124463700, 0),
(84444, 1013, 107, 'San Donato Val di Comino', 417081200, 138126100, 0),
(84445, 1013, 107, 'San Felice Circeo', 412371600, 130941600, 0),
(84446, 1013, 107, 'San Giovanni Incarico', 415017200, 135579100, 0),
(84447, 1013, 107, 'San Gregorio da Sassola', 419171200, 128707900, 0),
(84448, 1013, 107, 'San Vito Romano', 418798200, 129793900, 0),
(84449, 1013, 107, 'Serrone', 418421200, 130951900, 0),
(84450, 1013, 107, 'Sezze', 415033100, 130641000, 0),
(84451, 1013, 107, 'Soriano nel Cimino', 424187300, 122333600, 0),
(84452, 1013, 107, 'Supino', 416152200, 132376000, 0),
(84453, 1013, 107, 'Sutri', 422470200, 122150700, 0),
(84454, 1013, 107, 'Tarano', 423559300, 125949700, 0),
(84455, 1013, 107, 'Tolfa', 421514200, 119364600, 0),
(84456, 1013, 107, 'Trevi nel Lazio', 418630200, 132501000, 0),
(84457, 1013, 107, 'Trivigliano', 417757200, 132723000, 0),
(84458, 1013, 107, 'Tuscania', 424206200, 118711600, 0),
(84459, 1013, 107, 'Valentano', 425645300, 118260500, 0),
(84460, 1013, 107, 'Vallerano', 423840300, 122634700, 0),
(84461, 1013, 107, 'Vallerotonda', 415505200, 139120100, 0),
(84462, 1013, 107, 'Vico nel Lazio', 417770200, 133407000, 0),
(84463, 1013, 107, 'Vignanello', 423838300, 122767700, 0),
(84464, 1013, 107, 'Vitorchiano', 424654300, 121724600, 0),
(84465, 1014, 107, 'Altare', 443352400, 83429500, 0),
(84466, 1014, 107, 'Ameglia', 440677400, 99651900, 0),
(84467, 1014, 107, 'Andora', 439551400, 81412100, 0),
(84468, 1014, 107, 'Avegno', 443828400, 91579700, 0),
(84469, 1014, 107, 'Badalucco', 439173200, 78457500, 0),
(84470, 1014, 107, 'Bergeggi', 442483300, 84440200, 0),
(84471, 1014, 107, 'Beverino', 441940200, 97688200, 0),
(84472, 1014, 107, 'Borgio Verezzi', 441590600, 83083200, 0),
(84473, 1014, 107, 'Borzonasca', 444222500, 93865700, 0),
(84474, 1014, 107, 'Brugnato', 442367100, 97249600, 0),
(84475, 1014, 107, 'Busalla', 445706000, 89454500, 0),
(84476, 1014, 107, 'Calice Ligure', 442049300, 82953500, 0),
(84477, 1014, 107, 'Calizzano', 442345300, 81201500, 0),
(84478, 1014, 107, 'Campo Ligure', 445376400, 86981500, 0),
(84479, 1014, 107, 'Carasco', 443497500, 93456700, 0),
(84480, 1014, 107, 'Casarza Ligure', 442718800, 94470400, 0),
(84481, 1014, 107, 'Casella', 445350500, 89979600, 0),
(84482, 1014, 107, 'Ceranesi', 445056300, 88934300, 0),
(84483, 1014, 107, 'Ceriale', 440912800, 82289300, 0),
(84484, 1014, 107, 'Cicagna', 444040500, 92463700, 0),
(84485, 1014, 107, 'Cogoleto', 443893400, 86428600, 0),
(84486, 1014, 107, 'Cogorno', 443175000, 93700000, 0),
(84487, 1014, 107, 'Davagna', 444658500, 90866600, 0),
(84488, 1014, 107, 'Dego', 444430400, 83059500, 0),
(84489, 1014, 107, 'Deiva Marina', 442193100, 95206400, 0),
(84490, 1014, 107, 'Isola del Cantone', 446478300, 89574600, 0),
(84491, 1014, 107, 'Leivi', 443534400, 93107400, 0),
(84492, 1014, 107, 'Masone', 445013400, 87163500, 0),
(84493, 1014, 107, 'Mezzanego', 443827500, 93766700, 0),
(84494, 1014, 107, 'Mignanego', 445182400, 89124000, 0),
(84495, 1014, 107, 'Millesimo', 443675400, 82017500, 0),
(84496, 1014, 107, 'Moconesi', 444206500, 92097700, 0),
(84497, 1014, 107, 'Moneglia', 442390500, 94908100, 0),
(84498, 1014, 107, 'Monterosso al Mare', 441466600, 96549400, 0),
(84499, 1014, 107, 'Montoggio', 445174500, 90481600, 0),
(84500, 1014, 107, 'Noli', 442060800, 84145800, 0),
(84501, 1014, 107, 'Ortovero', 440538500, 80995000, 0),
(84502, 1014, 107, 'Pieve Ligure', 443749400, 90941000, 0),
(84503, 1014, 107, 'Pieve di Teco', 440470300, 79149500, 0),
(84504, 1014, 107, 'Pontedassio', 439403200, 80138500, 0),
(84505, 1014, 107, 'Rezzoaglio', 445262500, 93882700, 0),
(84506, 1014, 107, 'Ricco del Golfo di Spezia', 441541000, 97641400, 0),
(84507, 1014, 107, 'San Lorenzo al Mare', 438537800, 79640600, 0),
(84508, 1014, 107, 'Santo Stefano al Mare', 438385500, 78972800, 0),
(84509, 1014, 107, 'Sassello', 444813400, 84947500, 0),
(84510, 1014, 107, 'Savignone', 445643500, 89872600, 0),
(84511, 1014, 107, 'Serra Ricco', 445107100, 89380600, 0),
(84512, 1014, 107, 'Sesta Godano', 442937500, 96753500, 0),
(84513, 1014, 107, 'Sori', 443730100, 91047000, 0),
(84514, 1014, 107, 'Stella', 443934400, 84979500, 0),
(84515, 1014, 107, 'Taggia', 438485200, 78545400, 0),
(84516, 1014, 107, 'Toirano', 441275300, 82048500, 0),
(84517, 1014, 107, 'Torriglia', 445201500, 91601600, 0),
(84518, 1014, 107, 'Vado Ligure', 442691400, 84337500, 0),
(84519, 1014, 107, 'Vallebona', 438127200, 76665400, 0),
(84520, 1014, 107, 'Vallecrosia', 437867100, 76390200, 0),
(84521, 1014, 107, 'Varese Ligure', 443763500, 95941800, 0),
(84522, 1014, 107, 'Vernazza', 441350100, 96834600, 0),
(84523, 1014, 107, 'Vezzano Ligure', 441414400, 98869200, 0),
(84524, 1014, 107, 'Zoagli', 443366800, 92668000, 0),
(84525, 1015, 107, 'Airuno', 457538800, 94242500, 0),
(84526, 1015, 107, 'Albairate', 454195700, 89374400, 0),
(84527, 1015, 107, 'Alme', 457359800, 96141500, 0),
(84528, 1015, 107, 'Almenno San Bartolomeo', 457426800, 95822500, 0),
(84529, 1015, 107, 'Almenno San Salvatore', 457501800, 95962500, 0),
(84530, 1015, 107, 'Alzate Brianza', 457697800, 91820400, 0),
(84531, 1015, 107, 'Ambivere', 457195800, 95501500, 0),
(84532, 1015, 107, 'Angera', 457755500, 85786100, 0),
(84533, 1015, 107, 'Antegnate', 454864800, 97914600, 0),
(84534, 1015, 107, 'Appiano Gentile', 457375800, 89787400, 0),
(84535, 1015, 107, 'Aprica', 461527000, 101516600, 0),
(84536, 1015, 107, 'Ardesio', 459374900, 99311600, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(84537, 1015, 107, 'Arena Po', 450966600, 93624600, 0),
(84538, 1015, 107, 'Arsago Seprio', 456883700, 87346300, 0),
(84539, 1015, 107, 'Asso', 458605800, 92696400, 0),
(84540, 1015, 107, 'Azzano Mella', 454545800, 101171700, 0),
(84541, 1015, 107, 'Azzate', 457803800, 87931300, 0),
(84542, 1015, 107, 'Bagnolo Mella', 454290800, 101843700, 0),
(84543, 1015, 107, 'Barasso', 458404800, 87568300, 0),
(84544, 1015, 107, 'Bardello', 458359800, 86968300, 0),
(84545, 1015, 107, 'Bariano', 455125800, 97036600, 0),
(84546, 1015, 107, 'Barzago', 457554800, 93142400, 0),
(84547, 1015, 107, 'Barzana', 457355800, 95673500, 0),
(84548, 1015, 107, 'Barzano', 457354800, 93130400, 0),
(84549, 1015, 107, 'Basiano', 455824800, 94632500, 0),
(84550, 1015, 107, 'Bellano', 460432900, 93061400, 0),
(84551, 1015, 107, 'Bellinzago Lombardo', 455420800, 94459500, 0),
(84552, 1015, 107, 'Bellusco', 456195800, 94190500, 0),
(84553, 1015, 107, 'Berbenno', 458147800, 95710500, 0),
(84554, 1015, 107, 'Bereguardo', 452570600, 90273500, 0),
(84555, 1015, 107, 'Berlingo', 455029800, 100436600, 0),
(84556, 1015, 107, 'Bernareggio', 456477800, 94050500, 0),
(84557, 1015, 107, 'Besano', 458889800, 88910300, 0),
(84558, 1015, 107, 'Besate', 453129600, 89696400, 0),
(84559, 1015, 107, 'Besnate', 456976700, 87677300, 0),
(84560, 1015, 107, 'Besozzo', 458519800, 86692300, 0),
(84561, 1015, 107, 'Biandronno', 458150800, 87100300, 0),
(84562, 1015, 107, 'Bodio Lomnago', 457886800, 87508300, 0),
(84563, 1015, 107, 'Boffalora d''Adda', 453597700, 94941600, 0),
(84564, 1015, 107, 'Boffalora sopra Ticino', 454673500, 88309500, 0),
(84565, 1015, 107, 'Borghetto Lodigiano', 452147700, 94992600, 0),
(84566, 1015, 107, 'Borgo San Giacomo', 453469800, 99684700, 0),
(84567, 1015, 107, 'Borgo San Giovanni', 452778700, 94349600, 0),
(84568, 1015, 107, 'Borgoforte', 450512800, 107492900, 0),
(84569, 1015, 107, 'Borgosatollo', 454807800, 102410700, 0),
(84570, 1015, 107, 'Bornasco', 452665700, 92179500, 0),
(84571, 1015, 107, 'Borno', 459453900, 101978600, 0),
(84572, 1015, 107, 'Brandico', 454541800, 100526700, 0),
(84573, 1015, 107, 'Bregnano', 456977800, 90593400, 0),
(84574, 1015, 107, 'Brembate di Sopra', 457166800, 95794500, 0),
(84575, 1015, 107, 'Brembilla', 458221800, 95958500, 0),
(84576, 1015, 107, 'Brembio', 452145700, 95714600, 0),
(84577, 1015, 107, 'Brenta', 458941800, 86837300, 0),
(84578, 1015, 107, 'Brignano Gera d''Adda', 455465800, 96476600, 0),
(84579, 1015, 107, 'Brissago Valtravaglia', 459485800, 87461300, 0),
(84580, 1015, 107, 'Buglio in Monte', 461826900, 96748400, 0),
(84581, 1015, 107, 'Bulciago', 457505800, 92853400, 0),
(84582, 1015, 107, 'Bulgarograsso', 457470800, 90064400, 0),
(84583, 1015, 107, 'Burago di Molgora', 455964800, 93816500, 0),
(84584, 1015, 107, 'Cabiate', 456741800, 91737400, 0),
(84585, 1015, 107, 'Cadorago', 457272800, 90378400, 0),
(84586, 1015, 107, 'Cadrezzate', 457992700, 86433300, 0),
(84587, 1015, 107, 'Cagno', 458110800, 89173400, 0),
(84588, 1015, 107, 'Caino', 456093800, 103131700, 0),
(84589, 1015, 107, 'Cairate', 456892700, 88694400, 0),
(84590, 1015, 107, 'Calcinate', 456202800, 97992600, 0),
(84591, 1015, 107, 'Calco', 457241800, 94125500, 0),
(84592, 1015, 107, 'Calvignasco', 453259700, 90277500, 0),
(84593, 1015, 107, 'Calvisano', 453481800, 103449800, 0),
(84594, 1015, 107, 'Camisano', 454432800, 97457600, 0),
(84595, 1015, 107, 'Campodolcino', 464042000, 93519300, 0),
(84596, 1015, 107, 'Candia Lomellina', 451787600, 85948400, 0),
(84597, 1015, 107, 'Canegrate', 455692700, 89284400, 0),
(84598, 1015, 107, 'Canova', 457302800, 94033500, 0),
(84599, 1015, 107, 'Capizzone', 457844800, 95677500, 0),
(84600, 1015, 107, 'Caponago', 455664800, 93758500, 0),
(84601, 1015, 107, 'Capriano del Colle', 454747800, 101322700, 0),
(84602, 1015, 107, 'Caprino Bergamasco', 457452800, 94817500, 0),
(84603, 1015, 107, 'Caravate', 458788800, 86579300, 0),
(84604, 1015, 107, 'Carbonate', 456850700, 89381400, 0),
(84605, 1015, 107, 'Carimate', 457029800, 91106400, 0),
(84606, 1015, 107, 'Carobbio degli Angeli', 456651800, 98291600, 0),
(84607, 1015, 107, 'Carugo', 457084800, 91968400, 0),
(84608, 1015, 107, 'Casalbuttano', 452518700, 99616700, 0),
(84609, 1015, 107, 'Casale Litta', 457678700, 87413300, 0),
(84610, 1015, 107, 'Casaletto Vaprio', 454081700, 96287600, 0),
(84611, 1015, 107, 'Casalmaiocco', 453538700, 93743500, 0),
(84612, 1015, 107, 'Casalmoro', 452595800, 104044800, 0),
(84613, 1015, 107, 'Casalromano', 452006800, 103693800, 0),
(84614, 1015, 107, 'Casalzuigno', 459050800, 87088300, 0),
(84615, 1015, 107, 'Caselle Lurani', 452805700, 93594500, 0),
(84616, 1015, 107, 'Casirate d''Adda', 454967800, 95662600, 0),
(84617, 1015, 107, 'Casnate con Bernate', 457562800, 90726400, 0),
(84618, 1015, 107, 'Casnigo', 458159900, 98685600, 0),
(84619, 1015, 107, 'Casorate Primo', 453123700, 90168500, 0),
(84620, 1015, 107, 'Cassago Brianza', 457380800, 92934400, 0),
(84621, 1015, 107, 'Cassina Rizzardi', 457522800, 90245400, 0),
(84622, 1015, 107, 'Castel d''Ario', 451879800, 109744900, 0),
(84623, 1015, 107, 'Castelbelforte', 452120800, 108924900, 0),
(84624, 1015, 107, 'Castelcovati', 455019800, 99459600, 0),
(84625, 1015, 107, 'Castello di Brianza', 457592800, 93453400, 0),
(84626, 1015, 107, 'Castelmarte', 458323800, 92330400, 0),
(84627, 1015, 107, 'Castelseprio', 457159700, 88626400, 0),
(84628, 1015, 107, 'Castiglione Olona', 457531800, 88745400, 0),
(84629, 1015, 107, 'Castiglione d''Adda', 452188700, 96941600, 0),
(84630, 1015, 107, 'Casto', 456948900, 103211700, 0),
(84631, 1015, 107, 'Cava Manara', 451401600, 91068500, 0),
(84632, 1015, 107, 'Cavallasca', 458095800, 90328400, 0),
(84633, 1015, 107, 'Cavenago di Brianza', 455840800, 94144500, 0),
(84634, 1015, 107, 'Cazzano Sant''Andrea', 458125900, 98847600, 0),
(84635, 1015, 107, 'Cernusco Lombardone', 456908800, 93992500, 0),
(84636, 1015, 107, 'Cervesina', 450612600, 90161500, 0),
(84637, 1015, 107, 'Ceto', 460026000, 103519600, 0),
(84638, 1015, 107, 'Cevo', 460814000, 103685600, 0),
(84639, 1015, 107, 'Chiavenna', 463215900, 93986400, 0),
(84640, 1015, 107, 'Chignolo Po', 451481700, 94815600, 0),
(84641, 1015, 107, 'Cingia de'' Botti', 450850700, 102754800, 0),
(84642, 1015, 107, 'Cirimido', 456997800, 90125400, 0),
(84643, 1015, 107, 'Cisano Bergamasco', 457424800, 94702500, 0),
(84644, 1015, 107, 'Ciserano', 455893800, 96025500, 0),
(84645, 1015, 107, 'Cisliano', 454446700, 89902400, 0),
(84646, 1015, 107, 'Cividate Camuno', 459424900, 102774600, 0),
(84647, 1015, 107, 'Cividate al Piano', 455548800, 98309600, 0),
(84648, 1015, 107, 'Clivio', 458627800, 89308300, 0),
(84649, 1015, 107, 'Cocquio Trevisago', 458628800, 86882300, 0),
(84650, 1015, 107, 'Colere', 459742900, 100827600, 0),
(84651, 1015, 107, 'Colico', 461323900, 93698400, 0),
(84652, 1015, 107, 'Colle Brianza', 457623800, 93643400, 0),
(84653, 1015, 107, 'Collio', 458097900, 103342700, 0),
(84654, 1015, 107, 'Cologno al Serio', 455820800, 97087600, 0),
(84655, 1015, 107, 'Colturano', 453815100, 93344300, 0),
(84656, 1015, 107, 'Cornate d''Adda', 456416800, 94673500, 0),
(84657, 1015, 107, 'Cornegliano Laudense', 452861700, 94879600, 0),
(84658, 1015, 107, 'Corno Giovine', 451334700, 97596700, 0),
(84659, 1015, 107, 'Corte Franca', 456299800, 99884600, 0),
(84660, 1015, 107, 'Corte Palasio', 453136700, 95621600, 0),
(84661, 1015, 107, 'Corteno Golgi', 461662000, 102434600, 0),
(84662, 1015, 107, 'Cortenova', 460002900, 93845400, 0),
(84663, 1015, 107, 'Cortenuova', 455389800, 97878600, 0),
(84664, 1015, 107, 'Corteolona', 451578600, 93693600, 0),
(84665, 1015, 107, 'Cosio Valtellino', 461350900, 95516400, 0),
(84666, 1015, 107, 'Costa di Mezzate', 456619800, 97939600, 0),
(84667, 1015, 107, 'Covo', 455002800, 97712600, 0),
(84668, 1015, 107, 'Cremella', 457385800, 93006400, 0),
(84669, 1015, 107, 'Cremosano', 453946700, 96382600, 0),
(84670, 1015, 107, 'Crespiatica', 453566700, 95751600, 0),
(84671, 1015, 107, 'Crone', 457333300, 104833300, 0),
(84672, 1015, 107, 'Cuasso al Monte', 459147800, 88792300, 0),
(84673, 1015, 107, 'Cugliate-Fabiasco', 459456800, 88186300, 0),
(84674, 1015, 107, 'Cura Carpignano', 452124600, 92556500, 0),
(84675, 1015, 107, 'Cuveglio', 459060800, 87333300, 0),
(84676, 1015, 107, 'Cuvio', 458961800, 87341300, 0),
(84677, 1015, 107, 'Dairago', 455671700, 88632400, 0),
(84678, 1015, 107, 'Daverio', 457779800, 87734300, 0),
(84679, 1015, 107, 'Delebio', 461360900, 94606400, 0),
(84680, 1015, 107, 'Dervio', 460759900, 93046400, 0),
(84681, 1015, 107, 'Domaso', 461528900, 93334400, 0),
(84682, 1015, 107, 'Dongo', 461315900, 92808400, 0),
(84683, 1015, 107, 'Dosolo', 449533700, 106375900, 0),
(84684, 1015, 107, 'Dossena', 458802900, 96967500, 0),
(84685, 1015, 107, 'Drezzo', 458152800, 89948400, 0),
(84686, 1015, 107, 'Dumenza', 460188800, 87875300, 0),
(84687, 1015, 107, 'Ello', 457856800, 93653400, 0),
(84688, 1015, 107, 'Entratico', 457077800, 98731600, 0),
(84689, 1015, 107, 'Eupilio', 458180800, 92698400, 0),
(84690, 1015, 107, 'Fagnano Olona', 456697700, 88599400, 0),
(84691, 1015, 107, 'Faloppio', 458096800, 89643400, 0),
(84692, 1015, 107, 'Fara Olivana con Sola', 454950800, 97490600, 0),
(84693, 1015, 107, 'Felonica', 449789800, 113537000, 0),
(84694, 1015, 107, 'Ferrera Erbognone', 451150600, 88643500, 0),
(84695, 1015, 107, 'Fiesse', 452314800, 103241800, 0),
(84696, 1015, 107, 'Figino Serenza', 457104800, 91311400, 0),
(84697, 1015, 107, 'Flero', 454825800, 101734700, 0),
(84698, 1015, 107, 'Fombio', 451403700, 96877600, 0),
(84699, 1015, 107, 'Gadesco-Pieve Delmona', 451576700, 101156700, 0),
(84700, 1015, 107, 'Gandellino', 459910900, 99461500, 0),
(84701, 1015, 107, 'Gardone Riviera', 456249900, 105652800, 0),
(84702, 1015, 107, 'Gargnano', 456890900, 106608800, 0),
(84703, 1015, 107, 'Gavirate', 458400800, 87198300, 0),
(84704, 1015, 107, 'Gazzaniga', 457933800, 98297600, 0),
(84705, 1015, 107, 'Genivolta', 453325700, 98772600, 0),
(84706, 1015, 107, 'Ghisalba', 455947800, 97592600, 0),
(84707, 1015, 107, 'Gianico', 458655900, 101748600, 0),
(84708, 1015, 107, 'Giussago', 452847700, 91407500, 0),
(84709, 1015, 107, 'Godiasco', 448975600, 90567600, 0),
(84710, 1015, 107, 'Goito', 452548800, 106720800, 0),
(84711, 1015, 107, 'Golasecca', 456967700, 86661300, 0),
(84712, 1015, 107, 'Gorla Minore', 456411700, 89026400, 0),
(84713, 1015, 107, 'Gornate-Olona', 457415800, 88599400, 0),
(84714, 1015, 107, 'Graffignana', 452064700, 94543600, 0),
(84715, 1015, 107, 'Grandola ed Uniti', 460248800, 92127400, 0),
(84716, 1015, 107, 'Gravedona', 461463900, 93009400, 0),
(84717, 1015, 107, 'Gravellona', 453276600, 87641400, 0),
(84718, 1015, 107, 'Grezzago', 455910800, 94972500, 0),
(84719, 1015, 107, 'Grontardo', 452018700, 101507700, 0),
(84720, 1015, 107, 'Gropello Cairoli', 451785600, 89927500, 0),
(84721, 1015, 107, 'Grumello Cremonese', 451930700, 98658700, 0),
(84722, 1015, 107, 'Guardamiglio', 451075700, 96813600, 0),
(84723, 1015, 107, 'Idro', 457360900, 104733700, 0),
(84724, 1015, 107, 'Imbersago', 457058800, 94444500, 0),
(84725, 1015, 107, 'Inverno e Monteleone', 451978700, 93852600, 0),
(84726, 1015, 107, 'Inveruno', 455107700, 88507400, 0),
(84727, 1015, 107, 'Jerago con Orago', 457046700, 87959300, 0),
(84728, 1015, 107, 'Lanzo d''Intelvi', 459838800, 90260300, 0),
(84729, 1015, 107, 'Lardirago', 452350700, 92320500, 0),
(84730, 1015, 107, 'Laveno', 459127600, 86185600, 0),
(84731, 1015, 107, 'Laveno-Mombello', 459088800, 86203600, 0),
(84732, 1015, 107, 'Lazzate', 456720800, 90842400, 0),
(84733, 1015, 107, 'Leggiuno', 458758800, 86206300, 0),
(84734, 1015, 107, 'Lezzeno', 459451800, 91889400, 0),
(84735, 1015, 107, 'Lierna', 459594800, 93056400, 0),
(84736, 1015, 107, 'Limido Comasco', 456891700, 89798400, 0),
(84737, 1015, 107, 'Livraga', 451922700, 95464600, 0),
(84738, 1015, 107, 'Locate Varesino', 456914700, 89315400, 0),
(84739, 1015, 107, 'Lodi Vecchio', 453023700, 94175600, 0),
(84740, 1015, 107, 'Lograto', 454842800, 100532700, 0),
(84741, 1015, 107, 'Lomagna', 456679800, 93760500, 0),
(84742, 1015, 107, 'Longone al Segrino', 458142800, 92514400, 0),
(84743, 1015, 107, 'Lucino', 457837800, 90424400, 0),
(84744, 1015, 107, 'Luisago', 457628800, 90354400, 0),
(84745, 1015, 107, 'Lungavilla', 450406600, 90813500, 0),
(84746, 1015, 107, 'Lurago Marinone', 457057800, 89813400, 0),
(84747, 1015, 107, 'Lurano', 455656800, 96401600, 0),
(84748, 1015, 107, 'Maccagno Superiore', 460435700, 87341300, 0),
(84749, 1015, 107, 'Mairago', 452517700, 95783600, 0),
(84750, 1015, 107, 'Mairano', 454491800, 100795700, 0),
(84751, 1015, 107, 'Malagnino', 451347700, 101147700, 0),
(84752, 1015, 107, 'Malegno', 459507900, 102740600, 0),
(84753, 1015, 107, 'Malgesso', 458278800, 86755300, 0),
(84754, 1015, 107, 'Malonno', 461241000, 103206600, 0),
(84755, 1015, 107, 'Mapello', 457143800, 95550500, 0),
(84756, 1015, 107, 'Marcaria', 451205800, 105327800, 0),
(84757, 1015, 107, 'Marchirolo', 459478800, 88334300, 0),
(84758, 1015, 107, 'Martinengo', 455730800, 97670600, 0),
(84759, 1015, 107, 'Marudo', 452529700, 93771600, 0),
(84760, 1015, 107, 'Marzano', 452479700, 92950500, 0),
(84761, 1015, 107, 'Masate', 455670800, 94641500, 0),
(84762, 1015, 107, 'Maslianico', 458438800, 90475400, 0),
(84763, 1015, 107, 'Mazzano', 455200800, 103538700, 0),
(84764, 1015, 107, 'Mede', 450978600, 87359400, 0),
(84765, 1015, 107, 'Medolago', 456685800, 94956500, 0),
(84766, 1015, 107, 'Medole', 453242800, 105130800, 0),
(84767, 1015, 107, 'Mercallo', 457500700, 86713300, 0),
(84768, 1015, 107, 'Merlino', 454333700, 94298500, 0),
(84769, 1015, 107, 'Merone', 457871800, 92440400, 0),
(84770, 1015, 107, 'Mese', 463062900, 93823400, 0),
(84771, 1015, 107, 'Mezzago', 456289800, 94448500, 0),
(84772, 1015, 107, 'Milan', 454642700, 91895100, 0),
(84773, 1015, 107, 'Misano di Gera d''Adda', 454709800, 96224600, 0),
(84774, 1015, 107, 'Missaglia', 457088800, 93370500, 0),
(84775, 1015, 107, 'Moglia', 449371700, 109134000, 0),
(84776, 1015, 107, 'Molteno', 457803800, 93074400, 0),
(84777, 1015, 107, 'Moltrasio', 458599800, 90984400, 0),
(84778, 1015, 107, 'Montebello della Battaglia', 450009600, 91034500, 0),
(84779, 1015, 107, 'Montello', 456720800, 98056600, 0),
(84780, 1015, 107, 'Monticello Brianza', 457094800, 93156400, 0),
(84781, 1015, 107, 'Morazzone', 457644800, 88281300, 0),
(84782, 1015, 107, 'Morimondo', 453543700, 89566400, 0),
(84783, 1015, 107, 'Mornago', 457457700, 87512300, 0),
(84784, 1015, 107, 'Mozzo', 456986800, 96086500, 0),
(84785, 1015, 107, 'Muscoline', 455624800, 104618700, 0),
(84786, 1015, 107, 'Musso', 461111900, 92746400, 0),
(84787, 1015, 107, 'Nembro', 457462800, 97628600, 0),
(84788, 1015, 107, 'Noviglio', 453590700, 90521500, 0),
(84789, 1015, 107, 'Odolo', 456451900, 103835700, 0),
(84790, 1015, 107, 'Offanengo', 453788700, 97423600, 0),
(84791, 1015, 107, 'Oggiona con Santo Stefano', 457042700, 88165300, 0),
(84792, 1015, 107, 'Oltre il Colle', 458894900, 97692500, 0),
(84793, 1015, 107, 'Origgio', 455961700, 90175400, 0),
(84794, 1015, 107, 'Ornago', 456006800, 94201500, 0),
(84795, 1015, 107, 'Orzinuovi', 454039800, 99215600, 0),
(84796, 1015, 107, 'Orzivecchi', 454205800, 99632600, 0),
(84797, 1015, 107, 'Ossimo', 459461900, 102305600, 0),
(84798, 1015, 107, 'Ossona', 455053700, 88925400, 0),
(84799, 1015, 107, 'Ozzero', 453673700, 89231400, 0),
(84800, 1015, 107, 'Paderno', 452388700, 99302700, 0),
(84801, 1015, 107, 'Paitone', 455520800, 104022700, 0),
(84802, 1015, 107, 'Palazzago', 457529800, 95336500, 0),
(84803, 1015, 107, 'Palazzo Pignano', 453900700, 95695600, 0),
(84804, 1015, 107, 'Palestro', 453017600, 85334400, 0),
(84805, 1015, 107, 'Paratico', 456568800, 99595600, 0),
(84806, 1015, 107, 'Pare', 458108800, 90087400, 0),
(84807, 1015, 107, 'Parona', 452824600, 87508400, 0),
(84808, 1015, 107, 'Parre', 458745900, 98908600, 0),
(84809, 1015, 107, 'Passirano', 455986800, 100666600, 0),
(84810, 1015, 107, 'Pavone del Mella', 453037800, 102090700, 0),
(84811, 1015, 107, 'Pegognaga', 449926700, 108596900, 0),
(84812, 1015, 107, 'Pescate', 458334800, 93939400, 0),
(84813, 1015, 107, 'Pessano con Bornago', 455493800, 93814500, 0),
(84814, 1015, 107, 'Piadena', 451265700, 103683800, 0),
(84815, 1015, 107, 'Piancogno', 459196900, 102252600, 0),
(84816, 1015, 107, 'Pianengo', 454021700, 96947600, 0),
(84817, 1015, 107, 'Pianico', 458098900, 100430600, 0),
(84818, 1015, 107, 'Piantedo', 461341900, 94293400, 0),
(84819, 1015, 107, 'Pieve Fissiraga', 452632700, 94583600, 0),
(84820, 1015, 107, 'Pieve Porto Morone', 451093600, 94357600, 0),
(84821, 1015, 107, 'Pisogne', 458100900, 101072600, 0),
(84822, 1015, 107, 'Poggio Rusco', 449748800, 111187000, 0),
(84823, 1015, 107, 'Pompiano', 454319800, 99892600, 0),
(84824, 1015, 107, 'Pomponesco', 449313700, 106012900, 0),
(84825, 1015, 107, 'Poncarale', 454609800, 101767700, 0),
(84826, 1015, 107, 'Ponte Lambro', 458265800, 92254400, 0),
(84827, 1015, 107, 'Ponte Nossa', 458656900, 98832600, 0),
(84828, 1015, 107, 'Ponte Tresa', 459590800, 88653300, 0),
(84829, 1015, 107, 'Ponte di Legno', 462586000, 105086600, 0),
(84830, 1015, 107, 'Pontoglio', 455693800, 98534600, 0),
(84831, 1015, 107, 'Porto Ceresio', 459026800, 88992300, 0),
(84832, 1015, 107, 'Pozzo d''Adda', 455725800, 95029500, 0),
(84833, 1015, 107, 'Pozzolengo', 454062800, 106329800, 0),
(84834, 1015, 107, 'Pradalunga', 457458800, 97822600, 0),
(84835, 1015, 107, 'Pralboino', 452655800, 102175700, 0),
(84836, 1015, 107, 'Premolo', 458701900, 98746600, 0),
(84837, 1015, 107, 'Presezzo', 456920800, 95703500, 0),
(84838, 1015, 107, 'Prevalle', 455513800, 104220700, 0),
(84839, 1015, 107, 'Puegnago sul Garda', 455667800, 105097800, 0),
(84840, 1015, 107, 'Ranco', 457973300, 85710500, 0),
(84841, 1015, 107, 'Remedello', 452783800, 103719800, 0),
(84842, 1015, 107, 'Revere', 450534800, 111313000, 0),
(84843, 1015, 107, 'Rezzato', 455141800, 103166700, 0),
(84844, 1015, 107, 'Ricengo', 454056700, 97239600, 0),
(84845, 1015, 107, 'Rivanazzano', 449290800, 90136800, 0),
(84846, 1015, 107, 'Rivarolo Mantovano', 450699700, 104336800, 0),
(84847, 1015, 107, 'Rivolta d''Adda', 454701700, 95114500, 0),
(84848, 1015, 107, 'Robecco d''Oglio', 452593700, 100765700, 0),
(84849, 1015, 107, 'Robecco sul Naviglio', 454390700, 88855400, 0),
(84850, 1015, 107, 'Rodengo-Saiano', 455995800, 101071600, 0),
(84851, 1015, 107, 'Rodero', 458239800, 89152300, 0),
(84852, 1015, 107, 'Roe Volciano', 456119900, 104885700, 0),
(84853, 1015, 107, 'Rogeno', 457823800, 92740400, 0),
(84854, 1015, 107, 'Rogno', 458565900, 101321600, 0),
(84855, 1015, 107, 'Romanengo', 453773700, 97816600, 0),
(84856, 1015, 107, 'Ronago', 458322800, 89836400, 0),
(84857, 1015, 107, 'Ronco Briantino', 456662800, 94053500, 0),
(84858, 1015, 107, 'Roncoferraro', 451405800, 109394900, 0),
(84859, 1015, 107, 'Rosate', 453528700, 90172400, 0),
(84860, 1015, 107, 'Sabbioneta', 449978700, 104884800, 0),
(84861, 1015, 107, 'Sale Marasino', 457032800, 101135600, 0),
(84862, 1015, 107, 'Saltrio', 458734700, 89243600, 0),
(84863, 1015, 107, 'San Benedetto Po', 450381800, 109313900, 0),
(84864, 1015, 107, 'San Colombano al Lambro', 451840700, 94867600, 0),
(84865, 1015, 107, 'San Gervasio Bresciano', 453073800, 101486700, 0),
(84866, 1015, 107, 'San Giacomo delle Segnate', 449725800, 110331000, 0),
(84867, 1015, 107, 'San Giorgio di Lomellina', 451748600, 87901400, 0),
(84868, 1015, 107, 'San Martino in Strada', 452749700, 95263600, 0),
(84869, 1015, 107, 'San Rocco al Porto', 450819700, 96971600, 0),
(84870, 1015, 107, 'San Siro', 460657300, 92687700, 0),
(84871, 1015, 107, 'San Zeno Naviglio', 454925800, 102184700, 0),
(84872, 1015, 107, 'San Zenone al Lambro', 453272700, 93552500, 0),
(84873, 1015, 107, 'Sannazzaro de'' Burgondi', 451022600, 89063500, 0),
(84874, 1015, 107, 'Santa Maria Hoe', 457442800, 93744500, 0),
(84875, 1015, 107, 'Sarezzo', 456616800, 101959700, 0),
(84876, 1015, 107, 'Scandolara Ravara', 450497700, 103055800, 0),
(84877, 1015, 107, 'Schilpario', 460087900, 101577600, 0),
(84878, 1015, 107, 'Selvino', 457820800, 97511500, 0),
(84879, 1015, 107, 'Seniga', 452426700, 101779700, 0),
(84880, 1015, 107, 'Senna Lodigiana', 451516700, 95938600, 0),
(84881, 1015, 107, 'Sergnano', 454288800, 97016600, 0),
(84882, 1015, 107, 'Serle', 455613700, 103682100, 0),
(84883, 1015, 107, 'Sermide', 450044800, 112940000, 0),
(84884, 1015, 107, 'Sirone', 457726800, 93221400, 0),
(84885, 1015, 107, 'Sirtori', 457365800, 93308400, 0),
(84886, 1015, 107, 'Siziano', 453143700, 92031500, 0),
(84887, 1015, 107, 'Solaro', 448799000, 91731500, 0),
(84888, 1015, 107, 'Solbiate', 457896800, 89331400, 0),
(84889, 1015, 107, 'Solbiate Olona', 456514700, 88853400, 0),
(84890, 1015, 107, 'Solferino', 453685800, 105666800, 0),
(84891, 1015, 107, 'Somaglia', 451494700, 96334600, 0),
(84892, 1015, 107, 'Sonico', 461655000, 103528600, 0),
(84893, 1015, 107, 'Sorico', 461725900, 93840400, 0),
(84894, 1015, 107, 'Sorisole', 457362800, 96550500, 0),
(84895, 1015, 107, 'Sospiro', 451085700, 101576800, 0),
(84896, 1015, 107, 'Sotto il Monte', 457056800, 95034500, 0),
(84897, 1015, 107, 'Sovere', 458142900, 100284600, 0),
(84898, 1015, 107, 'Spirano', 455820800, 96688600, 0),
(84899, 1015, 107, 'Suello', 458167800, 93115400, 0),
(84900, 1015, 107, 'Suisio', 456570800, 95022500, 0),
(84901, 1015, 107, 'Sulbiate', 456352800, 94260500, 0),
(84902, 1015, 107, 'Sustinente', 450698800, 110181000, 0),
(84903, 1015, 107, 'Suzzara', 449918700, 107430900, 0),
(84904, 1015, 107, 'Taino', 457624900, 86165400, 0),
(84905, 1015, 107, 'Ternate', 457816700, 86923300, 0),
(84906, 1015, 107, 'Tignale', 457393800, 107212000, 0),
(84907, 1015, 107, 'Torno', 458548800, 91158400, 0),
(84908, 1015, 107, 'Torre Pallavicina', 454463800, 98770600, 0),
(84909, 1015, 107, 'Torre d''Isola', 452174600, 90761500, 0),
(84910, 1015, 107, 'Torre de'' Busi', 457740800, 94802500, 0),
(84911, 1015, 107, 'Torre de'' Picenardi', 451435700, 102868800, 0),
(84912, 1015, 107, 'Toscolano', 456344900, 106083800, 0),
(84913, 1015, 107, 'Traona', 461501900, 95322400, 0),
(84914, 1015, 107, 'Tremosine', 457714900, 107577800, 0),
(84915, 1015, 107, 'Trezzano Rosa', 455827800, 94866500, 0),
(84916, 1015, 107, 'Trivolzio', 452584600, 90427500, 0),
(84917, 1015, 107, 'Tromello', 452103600, 88695400, 0),
(84918, 1015, 107, 'Turano Lodigiano', 452488700, 96214600, 0),
(84919, 1015, 107, 'Turate', 456572700, 90042400, 0),
(84920, 1015, 107, 'Ubiale Clanezzo', 457836800, 96193500, 0),
(84921, 1015, 107, 'Vaiano Cremasco', 453719700, 95871600, 0),
(84922, 1015, 107, 'Vailate', 454633800, 96030600, 0),
(84923, 1015, 107, 'Valbondione', 460341900, 100058600, 0),
(84924, 1015, 107, 'Valgreghentino', 457792800, 94134500, 0),
(84925, 1015, 107, 'Valle Lomellina', 451530600, 86685400, 0),
(84926, 1015, 107, 'Valmadrera', 458462800, 93582400, 0),
(84927, 1015, 107, 'Varzi', 448229700, 91976200, 0),
(84928, 1015, 107, 'Veduggio con Colzano', 457338800, 92702400, 0),
(84929, 1015, 107, 'Veniano', 457193800, 89897400, 0),
(84930, 1015, 107, 'Verceia', 461986900, 94547400, 0),
(84931, 1015, 107, 'Verderio Superiore', 456677800, 94403500, 0),
(84932, 1015, 107, 'Vermezzo', 453962700, 89790400, 0),
(84933, 1015, 107, 'Vernate', 453163700, 90604500, 0),
(84934, 1015, 107, 'Verolanuova', 453281800, 100758700, 0),
(84935, 1015, 107, 'Verolavecchia', 453270800, 100571700, 0),
(84936, 1015, 107, 'Verrua Po', 451068600, 91753500, 0),
(84937, 1015, 107, 'Viadanica', 456846800, 99614600, 0),
(84938, 1015, 107, 'Vigano', 457246800, 93249400, 0),
(84939, 1015, 107, 'Viggiu', 458716800, 89104300, 0),
(84940, 1015, 107, 'Villa Guardia', 457764800, 90266400, 0),
(84941, 1015, 107, 'Villa Poma', 450023800, 111145000, 0),
(84942, 1015, 107, 'Villa d''Alme', 457496800, 96144500, 0),
(84943, 1015, 107, 'Villa di Serio', 457241800, 97361500, 0),
(84944, 1015, 107, 'Visano', 453183800, 103723800, 0),
(84945, 1015, 107, 'Vizzolo Predabissi', 453558700, 93481500, 0),
(84946, 1015, 107, 'Zanica', 456408800, 96856600, 0),
(84947, 1015, 107, 'Zelo Buon Persico', 454124700, 94326500, 0),
(84948, 1016, 107, 'Acquaviva Picena', 429453500, 138154900, 0),
(84949, 1016, 107, 'Altidona', 431084600, 137972900, 0),
(84950, 1016, 107, 'Barbara', 435803600, 130273600, 0),
(84951, 1016, 107, 'Belforte del Chienti', 431625500, 132453800, 0),
(84952, 1016, 107, 'Campofilone', 430805500, 138173900, 0),
(84953, 1016, 107, 'Cantiano', 434757500, 126286600, 0),
(84954, 1016, 107, 'Carassai', 430320500, 136849900, 0),
(84955, 1016, 107, 'Cartoceto', 437656600, 128834600, 0),
(84956, 1016, 107, 'Castelbellino', 434867600, 131446700, 0),
(84957, 1016, 107, 'Castelleone di Suasa', 436081600, 129779600, 0),
(84958, 1016, 107, 'Castelplanio', 434930600, 130818700, 0),
(84959, 1016, 107, 'Castelraimondo', 432081500, 130536700, 0),
(84960, 1016, 107, 'Castorano', 428983500, 137288900, 0),
(84961, 1016, 107, 'Cingoli', 433732600, 132024700, 0),
(84962, 1016, 107, 'Colbordolo', 438200600, 127210500, 0),
(84963, 1016, 107, 'Colmurano', 431648500, 133590800, 0),
(84964, 1016, 107, 'Comunanza', 429573500, 134122800, 0),
(84965, 1016, 107, 'Cupra Marittima', 430299500, 138578900, 0),
(84966, 1016, 107, 'Cupramontana', 434458600, 131154700, 0),
(84967, 1016, 107, 'Fermignano', 436839600, 126440500, 0),
(84968, 1016, 107, 'Filottrano', 434355300, 133514100, 0),
(84969, 1016, 107, 'Genga', 434296600, 129349600, 0),
(84970, 1016, 107, 'Gradara', 439388700, 127712500, 0),
(84971, 1016, 107, 'Loro Piceno', 431668500, 134177800, 0),
(84972, 1016, 107, 'Lunano', 437311600, 124435500, 0),
(84973, 1016, 107, 'Macerata Feltria', 438029600, 124402500, 0),
(84974, 1016, 107, 'Magliano di Tenna', 431379500, 135871800, 0),
(84975, 1016, 107, 'Maiolati Spontini', 434776600, 131217700, 0),
(84976, 1016, 107, 'Massignano', 430507500, 137971900, 0),
(84977, 1016, 107, 'Montalto delle Marche', 429898500, 136091900, 0),
(84978, 1016, 107, 'Monte Porzio', 436911600, 130468600, 0),
(84979, 1016, 107, 'Monte Roberto', 434805600, 131379700, 0),
(84980, 1016, 107, 'Monte San Giusto', 432357600, 135952800, 0),
(84981, 1016, 107, 'Monte San Pietrangeli', 431893600, 135753800, 0),
(84982, 1016, 107, 'Montecarotto', 435279600, 130628700, 0),
(84983, 1016, 107, 'Montecassiano', 433673600, 134387800, 0),
(84984, 1016, 107, 'Monteciccardo', 438185600, 128069600, 0),
(84985, 1016, 107, 'Montecopiolo', 438413600, 123599400, 0),
(84986, 1016, 107, 'Montefelcino', 437347600, 128339600, 0),
(84987, 1016, 107, 'Montefiore dell''Aso', 430519500, 137527900, 0),
(84988, 1016, 107, 'Montefortino', 429431500, 133455800, 0),
(84989, 1016, 107, 'Montegiorgio', 431322500, 135363800, 0),
(84990, 1016, 107, 'Montelupone', 433429600, 135700800, 0),
(84991, 1016, 107, 'Monteprandone', 429200500, 138425900, 0),
(84992, 1016, 107, 'Offagna', 435268600, 134406800, 0),
(84993, 1016, 107, 'Offida', 429357500, 137003900, 0),
(84994, 1016, 107, 'Ostra Vetere', 436043600, 130598600, 0),
(84995, 1016, 107, 'Petriano', 437791600, 127333600, 0),
(84996, 1016, 107, 'Petritoli', 430685500, 136630900, 0),
(84997, 1016, 107, 'Piandimeleto', 437241600, 124110500, 0),
(84998, 1016, 107, 'Piobbico', 435877600, 125101500, 0),
(84999, 1016, 107, 'Ripe', 436690600, 131058600, 0),
(85000, 1016, 107, 'Roccafluvione', 428599500, 134767800, 0),
(85001, 1016, 107, 'San Costanzo', 437661600, 130727600, 0),
(85002, 1016, 107, 'San Lorenzo in Campo', 436038600, 129457600, 0),
(85003, 1016, 107, 'Sant''Angelo in Lizzola', 438269600, 128007600, 0),
(85004, 1016, 107, 'Sant''Angelo in Vado', 436654600, 124157500, 0),
(85005, 1016, 107, 'Sant''Ippolito', 436866600, 128710600, 0),
(85006, 1016, 107, 'Santa Maria Nuova', 434940600, 133116700, 0),
(85007, 1016, 107, 'Sarnano', 430347500, 132981800, 0),
(85008, 1016, 107, 'Sassocorvaro', 437815600, 124987500, 0),
(85009, 1016, 107, 'Sassoferrato', 434326600, 128572600, 0),
(85010, 1016, 107, 'Serra San Quirico', 434453600, 130192700, 0),
(85011, 1016, 107, 'Serra de'' Conti', 435419600, 130356600, 0),
(85012, 1016, 107, 'Serravalle di Chienti', 430718500, 129521700, 0),
(85013, 1016, 107, 'Servigliano', 430805500, 134920800, 0),
(85014, 1016, 107, 'Spinetoli', 428914500, 137701900, 0),
(85015, 1016, 107, 'Tavullia', 438978600, 127548500, 0),
(85016, 1016, 107, 'Urbania', 436696600, 125200500, 0),
(85017, 1016, 107, 'Urbisaglia', 431913500, 133729800, 0),
(85018, 1016, 107, 'Venarotta', 428829500, 134922800, 0),
(85019, 1017, 107, 'Busso', 415541300, 145610300, 0),
(85020, 1017, 107, 'Castelpetroso', 415594200, 143450200, 0),
(85021, 1017, 107, 'Castropignano', 416183300, 145598300, 0),
(85022, 1017, 107, 'Guglionesi', 419144400, 149172300, 0),
(85023, 1017, 107, 'Larino', 418055400, 149193300, 0),
(85024, 1017, 107, 'Mafalda', 419430800, 147161000, 0),
(85025, 1017, 107, 'Miranda', 416451300, 142463200, 0),
(85026, 1017, 107, 'Montaquila', 415667200, 141126200, 0),
(85027, 1017, 107, 'Monteroduni', 415211200, 141770200, 0),
(85028, 1017, 107, 'Oratino', 415848300, 145901300, 0),
(85029, 1017, 107, 'Palata', 418885400, 147868300, 0),
(85030, 1017, 107, 'Pesche', 416061200, 142776200, 0),
(85031, 1017, 107, 'Ripalimosani', 416110300, 146627300, 0),
(85032, 1017, 107, 'Sant''Agapito', 415445200, 142224200, 0),
(85033, 1017, 107, 'Sant''Elia a Pianisi', 416204300, 148752300, 0),
(85034, 1017, 107, 'Vinchiaturo', 414929200, 145907300, 0),
(85035, 1018, 107, 'Aglie', 453680000, 77680000, 0),
(85036, 1018, 107, 'Agrate Conturbia', 456754700, 85597300, 0),
(85037, 1018, 107, 'Alluvioni Cambio', 450012600, 87951500, 0),
(85038, 1018, 107, 'Andezeno', 450377500, 78705300, 0),
(85039, 1018, 107, 'Asigliano Vercellese', 452614600, 84085300, 0),
(85040, 1018, 107, 'Azeglio', 454234600, 79939200, 0),
(85041, 1018, 107, 'Balangero', 452704500, 75174200, 0),
(85042, 1018, 107, 'Baldichieri', 449059500, 80916300, 0),
(85043, 1018, 107, 'Barbania', 452912500, 76303200, 0),
(85044, 1018, 107, 'Bardonecchia', 450783400, 67032000, 0),
(85045, 1018, 107, 'Barge', 447275400, 73210200, 0),
(85046, 1018, 107, 'Bassignana', 450011600, 87309500, 0),
(85047, 1018, 107, 'Bene Vagienna', 445433400, 78283400, 0),
(85048, 1018, 107, 'Beura', 460795800, 82997200, 0),
(85049, 1018, 107, 'Biandrate', 454526600, 84624300, 0),
(85050, 1018, 107, 'Bibiana', 447989400, 72882200, 0),
(85051, 1018, 107, 'Boca', 456789700, 84087300, 0),
(85052, 1018, 107, 'Bogogno', 456630700, 85347300, 0),
(85053, 1018, 107, 'Bolzano Novarese', 457639700, 84449200, 0),
(85054, 1018, 107, 'Borgo Ticino', 456892700, 86018300, 0),
(85055, 1018, 107, 'Bosco Marengo', 448255500, 86772500, 0),
(85056, 1018, 107, 'Bricherasio', 448235400, 73054200, 0),
(85057, 1018, 107, 'Briga Novarese', 457318700, 84567300, 0),
(85058, 1018, 107, 'Briona', 455424700, 84797300, 0),
(85059, 1018, 107, 'Brossasco', 445686300, 73617200, 0),
(85060, 1018, 107, 'Buriasco', 448736400, 74103200, 0),
(85061, 1018, 107, 'Burolo', 454811600, 79339200, 0),
(85062, 1018, 107, 'Busano', 453328500, 76572200, 0),
(85063, 1018, 107, 'Busca', 445181300, 74743300, 0),
(85064, 1018, 107, 'Buttigliera d''Asti', 450217500, 79510300, 0),
(85065, 1018, 107, 'Cafasse', 452486500, 75188200, 0),
(85066, 1018, 107, 'Calosso', 447399400, 82271400, 0),
(85067, 1018, 107, 'Cambiano', 449683500, 77720300, 0),
(85068, 1018, 107, 'Campiglione-Fenile', 448028400, 73242200, 0),
(85069, 1018, 107, 'Candelo', 455469600, 81057200, 0),
(85070, 1018, 107, 'Candiolo', 449592400, 76017200, 0),
(85071, 1018, 107, 'Caprie', 451188400, 73319100, 0),
(85072, 1018, 107, 'Caraglio', 444194300, 74329300, 0),
(85073, 1018, 107, 'Caramagna Piemonte', 447822400, 77394300, 0),
(85074, 1018, 107, 'Carignano', 449069400, 76732200, 0),
(85075, 1018, 107, 'Carru', 444810400, 78744400, 0),
(85076, 1018, 107, 'Casale Corte Cerro', 459154500, 84140700, 0),
(85077, 1018, 107, 'Casalgrasso', 448196400, 76246200, 0),
(85078, 1018, 107, 'Casalino', 453583600, 85239400, 0),
(85079, 1018, 107, 'Caselette', 451047500, 74808200, 0),
(85080, 1018, 107, 'Cassano Spinola', 447655700, 88622800, 0),
(85081, 1018, 107, 'Cassine', 447499500, 85278500, 0),
(85082, 1018, 107, 'Castagnole Lanze', 447511400, 81502400, 0),
(85083, 1018, 107, 'Castellamonte', 453819600, 77121200, 0),
(85084, 1018, 107, 'Castellazzo Bormida', 448450500, 85772400, 0),
(85085, 1018, 107, 'Castelletto Stura', 444438300, 76392300, 0),
(85086, 1018, 107, 'Castelnuovo Don Bosco', 450408500, 79631300, 0),
(85087, 1018, 107, 'Castiglione Torinese', 451190500, 78071200, 0),
(85088, 1018, 107, 'Cavaglia', 454074600, 80933200, 0),
(85089, 1018, 107, 'Ceres', 453146500, 73896100, 0),
(85090, 1018, 107, 'Cerrione', 454683600, 80681200, 0),
(85091, 1018, 107, 'Cervasca', 443809300, 74712300, 0),
(85092, 1018, 107, 'Cervere', 446354400, 77919300, 0),
(85093, 1018, 107, 'Ceva', 443825300, 80255400, 0),
(85094, 1018, 107, 'Chianocco', 451485400, 71698100, 0),
(85095, 1018, 107, 'Cocconato', 450880500, 80394300, 0),
(85096, 1018, 107, 'Coggiola', 456843700, 81836200, 0),
(85097, 1018, 107, 'Condove', 451173400, 73076100, 0),
(85098, 1018, 107, 'Conzano', 450204500, 84539400, 0),
(85099, 1018, 107, 'Corio', 453137500, 75322100, 0),
(85100, 1018, 107, 'Cortemilia', 445779400, 81929400, 0),
(85101, 1018, 107, 'Cressa', 456482700, 85090300, 0),
(85102, 1018, 107, 'Crevoladossola', 461485800, 82974200, 0),
(85103, 1018, 107, 'Cureggio', 456748700, 84597300, 0),
(85104, 1018, 107, 'Demonte', 443155300, 72987300, 0),
(85105, 1018, 107, 'Desana', 452696600, 83597300, 0),
(85106, 1018, 107, 'Dogliani', 445309400, 79472400, 0),
(85107, 1018, 107, 'Dronero', 444657300, 73513300, 0),
(85108, 1018, 107, 'Envie', 446822400, 73711200, 0),
(85109, 1018, 107, 'Farigliano', 445120400, 79142400, 0),
(85110, 1018, 107, 'Feletto', 453038500, 77447200, 0),
(85111, 1018, 107, 'Felizzano', 448993500, 84358400, 0),
(85112, 1018, 107, 'Ferrere', 448754500, 79947300, 0),
(85113, 1018, 107, 'Foglizzo', 452719500, 78198200, 0),
(85114, 1018, 107, 'Fontaneto d''Agogna', 456434700, 84808300, 0),
(85115, 1018, 107, 'Frassineto Po', 451336600, 85343400, 0),
(85116, 1018, 107, 'Front', 452808500, 76636200, 0),
(85117, 1018, 107, 'Frossasco', 449330400, 73500200, 0),
(85118, 1018, 107, 'Frugarolo', 448371500, 86815500, 0),
(85119, 1018, 107, 'Fubine', 449627500, 84299400, 0),
(85120, 1018, 107, 'Gabiano', 451567500, 81952300, 0),
(85121, 1018, 107, 'Garessio', 442029300, 80192400, 0),
(85122, 1018, 107, 'Gassino Torinese', 451316500, 78276200, 0),
(85123, 1018, 107, 'Gattinara', 456178700, 83674300, 0),
(85124, 1018, 107, 'Gavi', 446876500, 88093500, 0),
(85125, 1018, 107, 'Govone', 448044400, 80940400, 0),
(85126, 1018, 107, 'Gozzano', 457464700, 84367200, 0),
(85127, 1018, 107, 'Graglia', 455585600, 79780200, 0),
(85128, 1018, 107, 'Grignasco', 456797700, 83430200, 0),
(85129, 1018, 107, 'Grinzane Cavour', 446533400, 79950400, 0),
(85130, 1018, 107, 'Guarene', 447400400, 80351400, 0),
(85131, 1018, 107, 'Invorio Inferiore', 457569700, 84883300, 0),
(85132, 1018, 107, 'Isola d''Asti', 448331500, 81802400, 0),
(85133, 1018, 107, 'Lagnasco', 446250400, 75548300, 0),
(85134, 1018, 107, 'Lauriano', 451582500, 79916300, 0),
(85135, 1018, 107, 'Lesa', 458206600, 85596400, 0),
(85136, 1018, 107, 'Lessona', 455851600, 81951200, 0),
(85137, 1018, 107, 'Limone Piemonte', 442027300, 75763400, 0),
(85138, 1018, 107, 'Lombardore', 452354500, 77403200, 0),
(85139, 1018, 107, 'Lombriasco', 448409400, 76359200, 0),
(85140, 1018, 107, 'Macello', 448511400, 73980200, 0),
(85141, 1018, 107, 'Maggiora', 456893700, 84223300, 0),
(85142, 1018, 107, 'Magliano Alpi', 444596300, 78053400, 0),
(85143, 1018, 107, 'Mango', 446864400, 81502400, 0),
(85144, 1018, 107, 'Manta', 446158400, 74870300, 0),
(85145, 1018, 107, 'Marene', 446616400, 77322300, 0),
(85146, 1018, 107, 'Margarita', 444034300, 76849300, 0),
(85147, 1018, 107, 'Masera', 461399800, 83234200, 0),
(85148, 1018, 107, 'Masio', 448696500, 84077400, 0),
(85149, 1018, 107, 'Masserano', 455969600, 82167200, 0),
(85150, 1018, 107, 'Meina', 457887700, 85388300, 0),
(85151, 1018, 107, 'Mercenasco', 453565600, 78801200, 0),
(85152, 1018, 107, 'Mergozzo', 459612800, 84495200, 0),
(85153, 1018, 107, 'Mombello Monferrato', 451328500, 82503300, 0),
(85154, 1018, 107, 'Mombercelli', 448178500, 82947400, 0),
(85155, 1018, 107, 'Momo', 455755700, 85534300, 0),
(85156, 1018, 107, 'Moncrivello', 453323600, 79955200, 0),
(85157, 1018, 107, 'Mongrando', 455282600, 80071200, 0),
(85158, 1018, 107, 'Monta', 448136400, 79572300, 0),
(85159, 1018, 107, 'Montalto Dora', 454907600, 78628200, 0),
(85160, 1018, 107, 'Montemagno', 449830500, 83253400, 0),
(85161, 1018, 107, 'Montiglio', 450652500, 80972300, 0),
(85162, 1018, 107, 'Morozzo', 444239300, 77133400, 0),
(85163, 1018, 107, 'Mosso', 456500700, 81376200, 0),
(85164, 1018, 107, 'Narzole', 445954400, 78698400, 0),
(85165, 1018, 107, 'Neive', 447271400, 81126400, 0),
(85166, 1018, 107, 'Nole', 452412500, 75731200, 0),
(85167, 1018, 107, 'None', 449331400, 75401200, 0),
(85168, 1018, 107, 'Occimiano', 450602600, 85076400, 0),
(85169, 1018, 107, 'Ornavasso', 459679800, 84151200, 0),
(85170, 1018, 107, 'Orta San Giulio', 457978700, 84186200, 0),
(85171, 1018, 107, 'Oulx', 450355400, 68338000, 0),
(85172, 1018, 107, 'Ozegna', 453489600, 77452200, 0),
(85173, 1018, 107, 'Paesana', 446872300, 72734200, 0),
(85174, 1018, 107, 'Pallanzeno', 460420200, 82594900, 0),
(85175, 1018, 107, 'Paruzzaro', 457501700, 85178300, 0),
(85176, 1018, 107, 'Pavone Canavese', 454375600, 78517200, 0),
(85177, 1018, 107, 'Pecetto', 450207500, 77502200, 0),
(85178, 1018, 107, 'Perosa Argentina', 449574400, 71909100, 0),
(85179, 1018, 107, 'Pessione', 449650400, 78411500, 0),
(85180, 1018, 107, 'Peveragno', 443315300, 76198300, 0),
(85181, 1018, 107, 'Pezzana', 452620600, 84850400, 0),
(85182, 1018, 107, 'Piedimulera', 460240800, 82589700, 0),
(85183, 1018, 107, 'Pinasca', 449426400, 72291200, 0),
(85184, 1018, 107, 'Piobesi Torinese', 449329400, 76101200, 0),
(85185, 1018, 107, 'Piscina', 449187400, 74253200, 0),
(85186, 1018, 107, 'Piverone', 454462600, 80057200, 0),
(85187, 1018, 107, 'Poirino', 449208400, 78469300, 0),
(85188, 1018, 107, 'Pollone', 455797600, 80059200, 0),
(85189, 1018, 107, 'Polonghera', 448023400, 75957200, 0),
(85190, 1018, 107, 'Pontecurone', 449601600, 89338500, 0),
(85191, 1018, 107, 'Pralormo', 448597400, 79014300, 0),
(85192, 1018, 107, 'Pralungo', 455901600, 80385200, 0),
(85193, 1018, 107, 'Prarostino', 448663400, 72676200, 0),
(85194, 1018, 107, 'Predosa', 447513500, 86554500, 0),
(85195, 1018, 107, 'Premosello Chiovenda', 460041800, 83289200, 0),
(85196, 1018, 107, 'Priocca', 447862400, 80642400, 0),
(85197, 1018, 107, 'Quargnento', 449449500, 84870400, 0),
(85198, 1018, 107, 'Quattordio', 448963500, 84049400, 0),
(85199, 1018, 107, 'Revello', 446546400, 73915200, 0),
(85200, 1018, 107, 'Rivara', 453325500, 76329200, 0),
(85201, 1018, 107, 'Rivarossa', 452516500, 77148200, 0),
(85202, 1018, 107, 'Robassomero', 452000500, 75689200, 0),
(85203, 1018, 107, 'Robilante', 442935300, 75124300, 0),
(85204, 1018, 107, 'Rocca Grimalda', 446714500, 86484500, 0),
(85205, 1018, 107, 'Roccabruna', 444745300, 73437300, 0),
(85206, 1018, 107, 'Roccavione', 443146300, 74824300, 0),
(85207, 1018, 107, 'Roddi', 446796400, 79754400, 0),
(85208, 1018, 107, 'Roletto', 449244400, 73323200, 0),
(85209, 1018, 107, 'Romagnano Sesia', 456310700, 83886300, 0),
(85210, 1018, 107, 'Romano Canavese', 453886600, 78665200, 0),
(85211, 1018, 107, 'Ronco Biellese', 455784600, 80907200, 0),
(85212, 1018, 107, 'Rosta', 450679400, 74651200, 0),
(85213, 1018, 107, 'Rubiana', 451377500, 73839100, 0),
(85214, 1018, 107, 'Sale', 449806600, 88093500, 0),
(85215, 1018, 107, 'Samone', 454483600, 78405200, 0),
(85216, 1018, 107, 'San Benigno Canavese', 452270500, 77850200, 0),
(85217, 1018, 107, 'San Gillio', 451427500, 75358200, 0),
(85218, 1018, 107, 'San Giusto Canavese', 453151500, 78091200, 0),
(85219, 1018, 107, 'San Maurizio d''Opaglio', 457711700, 83976200, 0),
(85220, 1018, 107, 'San Raffaele Cimena', 451466500, 78493200, 0),
(85221, 1018, 107, 'San Salvatore Monferrato', 449941500, 85659400, 0),
(85222, 1018, 107, 'Sandigliano', 455185600, 80775200, 0),
(85223, 1018, 107, 'Sanfre', 447499400, 78026300, 0),
(85224, 1018, 107, 'Sangano', 450261400, 74481200, 0),
(85225, 1018, 107, 'Sant''Albano Stura', 445089300, 77223300, 0),
(85226, 1018, 107, 'Sant''Ambrogio di Torino', 450994400, 73623200, 0),
(85227, 1018, 107, 'Santa Maria Maggiore', 461350800, 84623200, 0),
(85228, 1018, 107, 'Santo Stefano Belbo', 447065400, 82260400, 0),
(85229, 1018, 107, 'Scalenghe', 448917400, 74925200, 0),
(85230, 1018, 107, 'Sezzadio', 447848500, 85725500, 0),
(85231, 1018, 107, 'Sommariva Perno', 447456400, 79006300, 0),
(85232, 1018, 107, 'Sommariva del Bosco', 447687400, 77853300, 0),
(85233, 1018, 107, 'Sordevolo', 455734600, 79734200, 0),
(85234, 1018, 107, 'Sparone', 454138500, 75434100, 0),
(85235, 1018, 107, 'Spigno Monferrato', 445431400, 83339500, 0),
(85236, 1018, 107, 'Strambino', 453814600, 78857200, 0),
(85237, 1018, 107, 'Strona', 456165600, 81691200, 0),
(85238, 1018, 107, 'Stroppiana', 452302600, 84538400, 0),
(85239, 1018, 107, 'Tagliolo Monferrato', 446383500, 86658500, 0),
(85240, 1018, 107, 'Ticineto', 450961600, 85517400, 0),
(85241, 1018, 107, 'Torrazza Piemonte', 452153500, 79767300, 0),
(85242, 1018, 107, 'Torre Pellice', 448197400, 72160200, 0),
(85243, 1018, 107, 'Trinita', 445085400, 77570300, 0),
(85244, 1018, 107, 'Trivero', 456604700, 81740200, 0),
(85245, 1018, 107, 'Valduggia', 457283700, 83299200, 0),
(85246, 1018, 107, 'Valperga', 453732500, 76580200, 0),
(85247, 1018, 107, 'Varallo', 458138700, 82590200, 0),
(85248, 1018, 107, 'Varzo', 462066800, 82524100, 0),
(85249, 1018, 107, 'Vauda Canavese', 452799500, 76202200, 0),
(85250, 1018, 107, 'Venasca', 445645300, 74009200, 0),
(85251, 1018, 107, 'Verrone', 455036600, 81190200, 0),
(85252, 1018, 107, 'Vespolate', 453503600, 86678400, 0),
(85253, 1018, 107, 'Vignale', 450112500, 83961400, 0),
(85254, 1018, 107, 'Vignole Borbera', 447081900, 88902600, 0),
(85255, 1018, 107, 'Vignolo', 443622300, 74727300, 0),
(85256, 1018, 107, 'Vignone', 459611800, 85637200, 0),
(85257, 1018, 107, 'Vigone', 448444400, 74949200, 0),
(85258, 1018, 107, 'Villadossola', 460731800, 82674200, 0),
(85259, 1018, 107, 'Villafalletto', 445437300, 75401300, 0),
(85260, 1018, 107, 'Villafranca d''Asti', 449119500, 80316300, 0),
(85261, 1018, 107, 'Villanova Mondovi', 443469300, 77663400, 0),
(85262, 1018, 107, 'Villanova Monferrato', 451828600, 84792400, 0),
(85263, 1018, 107, 'Villar Dora', 451146500, 73835200, 0),
(85264, 1018, 107, 'Villar Focchiardo', 451124400, 72384100, 0),
(85265, 1018, 107, 'Villar Perosa', 449187400, 72492200, 0),
(85266, 1018, 107, 'Villarbasse', 450451400, 74684200, 0),
(85267, 1018, 107, 'Villastellone', 449172400, 77449300, 0),
(85268, 1018, 107, 'Villata', 453877600, 84326300, 0),
(85269, 1018, 107, 'Virle Piemonte', 448645400, 75701200, 0),
(85270, 1018, 107, 'Vische', 453356600, 79448200, 0),
(85271, 1018, 107, 'Visone', 446618400, 85007500, 0),
(85272, 1018, 107, 'Volpedo', 448902600, 89818500, 0),
(85273, 1018, 107, 'Volvera', 449548400, 75114200, 0),
(85274, 1019, 107, 'Alberona', 414327300, 151230400, 0),
(85275, 1019, 107, 'Andrano', 399832200, 183825300, 0),
(85276, 1019, 107, 'Apricena', 417839400, 154437400, 0),
(85277, 1019, 107, 'Arnesano', 403371300, 180909200, 0),
(85278, 1019, 107, 'Biccari', 413961300, 151944400, 0),
(85279, 1019, 107, 'Bitetto', 410386300, 167468800, 0),
(85280, 1019, 107, 'Bovino', 412499300, 153412500, 0),
(85281, 1019, 107, 'Cagnano Varano', 418287400, 157731500, 0),
(85282, 1019, 107, 'Campi Salentina', 403994400, 180186100, 0),
(85283, 1019, 107, 'Carovigno', 407080300, 176550100, 0),
(85284, 1019, 107, 'Castrignano del Capo', 398323200, 183512300, 0),
(85285, 1019, 107, 'Castro', 400070200, 184257300, 0),
(85286, 1019, 107, 'Celenza Valfortore', 415617300, 149788400, 0),
(85287, 1019, 107, 'Cellino San Marco', 404722300, 179663200, 0),
(85288, 1019, 107, 'Crispiano', 406058300, 172302800, 0),
(85289, 1019, 107, 'Cursi', 401496200, 183148300, 0),
(85290, 1019, 107, 'Cutrofiano', 401263200, 182016300, 0),
(85291, 1019, 107, 'Deliceto', 412230300, 153858500, 0),
(85292, 1019, 107, 'Diso', 400095200, 183925300, 0),
(85293, 1019, 107, 'Erchie', 404380300, 177306100, 0),
(85294, 1019, 107, 'Faggiano', 404198200, 173866000, 0),
(85295, 1019, 107, 'Fragagnano', 404319200, 174722100, 0),
(85296, 1019, 107, 'Guagnano', 404012300, 179490200, 0),
(85297, 1019, 107, 'Ischitella', 419043400, 158994500, 0),
(85298, 1019, 107, 'Lesina', 418594400, 153527400, 0),
(85299, 1019, 107, 'Lizzanello', 403041300, 182225200, 0),
(85300, 1019, 107, 'Martano', 402034200, 183028300, 0),
(85301, 1019, 107, 'Martignano', 402374200, 182552300, 0),
(85302, 1019, 107, 'Maruggio', 403219200, 175728100, 0),
(85303, 1019, 107, 'Melendugno', 402747300, 183368300, 0),
(85304, 1019, 107, 'Miggiano', 399597200, 183116300, 0),
(85305, 1019, 107, 'Minervino Murge', 410843300, 160783700, 0),
(85306, 1019, 107, 'Mola di Bari', 410609400, 170872900, 0),
(85307, 1019, 107, 'Monteiasi', 404999200, 173826000, 0),
(85308, 1019, 107, 'Montemesola', 405645300, 173376000, 0),
(85309, 1019, 107, 'Montesano Salentino', 399756200, 183214300, 0),
(85310, 1019, 107, 'Morciano di Leuca', 398478200, 183124300, 0),
(85311, 1019, 107, 'Muro Leccese', 401023200, 183381300, 0),
(85312, 1019, 107, 'Nociglia', 400392200, 183260300, 0),
(85313, 1019, 107, 'Palagianello', 406098200, 169759900, 0),
(85314, 1019, 107, 'Palagiano', 405788900, 170386100, 0),
(85315, 1019, 107, 'Parabita', 400519200, 181295300, 0),
(85316, 1019, 107, 'Peschici', 419460500, 160158600, 0),
(85317, 1019, 107, 'Pietra Montecorvino', 415416300, 151275400, 0),
(85318, 1019, 107, 'Poggiardo', 400542200, 183791300, 0),
(85319, 1019, 107, 'Poggio Imperiale', 418250400, 153652400, 0),
(85320, 1019, 107, 'Pulsano', 403821200, 173564000, 0),
(85321, 1019, 107, 'Rignano Garganico', 416793400, 155883500, 0),
(85322, 1019, 107, 'Ruffano', 399829200, 182464300, 0),
(85323, 1019, 107, 'Salice Salentino', 403870300, 179607200, 0),
(85324, 1019, 107, 'Salve', 398613200, 182933300, 0),
(85325, 1019, 107, 'San Donaci', 404506300, 179251200, 0),
(85326, 1019, 107, 'San Donato di Lecce', 402681300, 181842200, 0),
(85327, 1019, 107, 'San Michele Salentino', 406316300, 176315100, 0),
(85328, 1019, 107, 'San Pancrazio Salentino', 404191300, 178305200, 0),
(85329, 1019, 107, 'San Paolo di Civitate', 417383400, 152602400, 0),
(85330, 1019, 107, 'Sanarica', 400891200, 183487300, 0),
(85331, 1019, 107, 'Serracapriola', 418119400, 151602400, 0),
(85332, 1019, 107, 'Soleto', 401884200, 182063300, 0),
(85333, 1019, 107, 'Spongano', 400178200, 183656300, 0),
(85334, 1019, 107, 'Sternatia', 402221200, 182252300, 0),
(85335, 1019, 107, 'Stornara', 412873300, 157697600, 0),
(85336, 1019, 107, 'Surano', 400283200, 183451300, 0),
(85337, 1019, 107, 'Torchiarolo', 404841700, 180525000, 0),
(85338, 1019, 107, 'Toritto', 409982300, 166797800, 0),
(85339, 1019, 107, 'Trepuzzi', 404055600, 180755600, 0),
(85340, 1019, 107, 'Tricase', 399304200, 183553300, 0),
(85341, 1019, 107, 'Troia', 413631300, 153123500, 0),
(85342, 1019, 107, 'Ugento', 399263200, 181574300, 0),
(85343, 1019, 107, 'Vico del Gargano', 418983400, 159575500, 0),
(85344, 1019, 107, 'Volturino', 414772300, 151242400, 0),
(85345, 1020, 107, 'Aggius', 409303700, 90659200, 0),
(85346, 1020, 107, 'Ardauli', 400846500, 89115300, 0),
(85347, 1020, 107, 'Arzachena', 410768800, 93887200, 0),
(85348, 1020, 107, 'Arzana', 399197200, 95269400, 0),
(85349, 1020, 107, 'Atzara', 399913900, 90780600, 0),
(85350, 1020, 107, 'Badesi', 409650700, 88842200, 0),
(85351, 1020, 107, 'Baratili San Pietro', 399930600, 85552800, 0),
(85352, 1020, 107, 'Barrali', 394772200, 91005600, 0),
(85353, 1020, 107, 'Benetutti', 404564600, 91688300, 0),
(85354, 1020, 107, 'Berchidda', 407840700, 91645200, 0),
(85355, 1020, 107, 'Bitti', 404795600, 93840300, 0),
(85356, 1020, 107, 'Bolotana', 403257600, 89611300, 0),
(85357, 1020, 107, 'Bonnanaro', 405333600, 87644200, 0),
(85358, 1020, 107, 'Bono', 404145600, 90323300, 0),
(85359, 1020, 107, 'Bonorva', 404187600, 87681200, 0),
(85360, 1020, 107, 'Bortigali', 402828600, 88362200, 0),
(85361, 1020, 107, 'Budduso', 405780600, 92581300, 0),
(85362, 1020, 107, 'Budoni', 407025700, 97077400, 0),
(85363, 1020, 107, 'Burcei', 393458300, 93616700, 0),
(85364, 1020, 107, 'Burgos', 403906600, 89942300, 0),
(85365, 1020, 107, 'Busachi', 400326500, 88967300, 0),
(85366, 1020, 107, 'Calangianus', 409197700, 91948200, 0),
(85367, 1020, 107, 'Capoterra', 391744400, 89711100, 0),
(85368, 1020, 107, 'Carloforte', 391450000, 83058300, 0),
(85369, 1020, 107, 'Chiaramonti', 407490600, 88186200, 0),
(85370, 1020, 107, 'Codrongianos', 406572600, 86798200, 0),
(85371, 1020, 107, 'Collinas', 396427800, 88413900, 0),
(85372, 1020, 107, 'Decimomannu', 393125000, 89694400, 0),
(85373, 1020, 107, 'Dolianova', 393777800, 91758300, 0),
(85374, 1020, 107, 'Domus de Maria', 389440300, 88635400, 0),
(85375, 1020, 107, 'Dorgali', 402925600, 95881400, 0),
(85376, 1020, 107, 'Fluminimaggiore', 394397200, 84963900, 0),
(85377, 1020, 107, 'Fordongianus', 399958300, 88102800, 0),
(85378, 1020, 107, 'Galtelli', 403852600, 96146400, 0),
(85379, 1020, 107, 'Gavoi', 401617600, 91951300, 0),
(85380, 1020, 107, 'Genoni', 397950000, 90066700, 0),
(85381, 1020, 107, 'Gergei', 397002800, 91013900, 0),
(85382, 1020, 107, 'Ghilarza', 401196500, 88349300, 0),
(85383, 1020, 107, 'Giba', 390700000, 86344400, 0),
(85384, 1020, 107, 'Golfo Aranci', 410064800, 96145300, 0),
(85385, 1020, 107, 'Gonnesa', 392652800, 84711100, 0),
(85386, 1020, 107, 'Guamaggiore', 395700000, 90733300, 0),
(85387, 1020, 107, 'Irgoli', 404104600, 96305400, 0),
(85388, 1020, 107, 'Isili', 397397200, 91061100, 0),
(85389, 1020, 107, 'Laconi', 398547200, 90516700, 0),
(85390, 1020, 107, 'Lanusei', 398758300, 95416700, 0),
(85391, 1020, 107, 'Lode', 405913700, 95387300, 0),
(85392, 1020, 107, 'Lula', 404703600, 94864400, 0),
(85393, 1020, 107, 'Lunamatrona', 396488900, 89000000, 0),
(85394, 1020, 107, 'Luras', 409352700, 91753200, 0),
(85395, 1020, 107, 'Mandas', 396547200, 91255600, 0),
(85396, 1020, 107, 'Maracalagonis', 392872200, 92275000, 0),
(85397, 1020, 107, 'Marrubiu', 397505600, 86375000, 0),
(85398, 1020, 107, 'Meana Sardo', 399458300, 90722200, 0),
(85399, 1020, 107, 'Milis', 400504500, 86370200, 0),
(85400, 1020, 107, 'Mogoro', 396855600, 87769400, 0),
(85401, 1020, 107, 'Monastir', 393861100, 90438900, 0),
(85402, 1020, 107, 'Monti', 408059700, 93255300, 0),
(85403, 1020, 107, 'Muravera', 394191700, 95713900, 0),
(85404, 1020, 107, 'Musei', 393016700, 86666700, 0),
(85405, 1020, 107, 'Norbello', 401347500, 88320300, 0),
(85406, 1020, 107, 'Nule', 404615600, 91898300, 0),
(85407, 1020, 107, 'Nulvi', 407850000, 87419400, 0),
(85408, 1020, 107, 'Nurachi', 399738900, 85388900, 0),
(85409, 1020, 107, 'Nurallao', 397905600, 90802800, 0),
(85410, 1020, 107, 'Nuraminis', 394447200, 90136100, 0),
(85411, 1020, 107, 'Nurri', 397100000, 92300000, 0),
(85412, 1020, 107, 'Oliena', 402722600, 94030400, 0),
(85413, 1020, 107, 'Orani', 402501600, 91806300, 0),
(85414, 1020, 107, 'Orgosolo', 402047600, 93549400, 0),
(85415, 1020, 107, 'Orotelli', 403058600, 91129300, 0),
(85416, 1020, 107, 'Orroli', 396930600, 92513900, 0),
(85417, 1020, 107, 'Ortacesus', 395391700, 90833300, 0),
(85418, 1020, 107, 'Ortueri', 400354500, 89871300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(85419, 1020, 107, 'Orune', 404078600, 93696300, 0),
(85420, 1020, 107, 'Oschiri', 407197700, 91010200, 0),
(85421, 1020, 107, 'Osilo', 407434900, 86711300, 0),
(85422, 1020, 107, 'Ossi', 406772200, 85927800, 0),
(85423, 1020, 107, 'Ottana', 402336600, 90429300, 0),
(85424, 1020, 107, 'Ozieri', 405859600, 90012200, 0),
(85425, 1020, 107, 'Pabillonis', 395944400, 87200000, 0),
(85426, 1020, 107, 'Padru', 407657700, 95202300, 0),
(85427, 1020, 107, 'Perdasdefogu', 396816700, 94391700, 0),
(85428, 1020, 107, 'Perdaxius', 391602800, 86108300, 0),
(85429, 1020, 107, 'Perfugas', 408333700, 88828200, 0),
(85430, 1020, 107, 'Pimentel', 394891700, 90652800, 0),
(85431, 1020, 107, 'Ploaghe', 406642600, 87418200, 0),
(85432, 1020, 107, 'Porto Cervo', 411406300, 95326700, 0),
(85433, 1020, 107, 'Riola Sardo', 399958300, 85400000, 0),
(85434, 1020, 107, 'San Basilio', 395375000, 91963900, 0),
(85435, 1020, 107, 'San Gavino Monreale', 395513900, 87916700, 0),
(85436, 1020, 107, 'San Giovanni Suergiu', 391100000, 85211100, 0),
(85437, 1020, 107, 'San Nicolo d''Arcidano', 396841700, 86436100, 0),
(85438, 1020, 107, 'San Sperate', 393583300, 90022200, 0),
(85439, 1020, 107, 'San Vero Milis', 400145500, 85982200, 0),
(85440, 1020, 107, 'San Vito', 394447200, 95366700, 0),
(85441, 1020, 107, 'Sant''Antonio', 409910700, 93020200, 0),
(85442, 1020, 107, 'Santu Lussurgiu', 401399300, 86522300, 0),
(85443, 1020, 107, 'Sardara', 396144400, 88216700, 0),
(85444, 1020, 107, 'Sarroch', 390644400, 90097200, 0),
(85445, 1020, 107, 'Sarule', 402288600, 91672300, 0),
(85446, 1020, 107, 'Scano Montiferro', 402152500, 85869200, 0),
(85447, 1020, 107, 'Sedilo', 401722500, 89217300, 0),
(85448, 1020, 107, 'Sedini', 408522700, 88157200, 0),
(85449, 1020, 107, 'Segariu', 395636100, 89827800, 0),
(85450, 1020, 107, 'Selegas', 395688900, 91030600, 0),
(85451, 1020, 107, 'Sennori', 407913900, 85950000, 0),
(85452, 1020, 107, 'Serdiana', 393733300, 91597200, 0),
(85453, 1020, 107, 'Serrenti', 394930600, 89788900, 0),
(85454, 1020, 107, 'Seui', 398391700, 93200000, 0),
(85455, 1020, 107, 'Seulo', 398694400, 92369400, 0),
(85456, 1020, 107, 'Siligo', 405761600, 87269200, 0),
(85457, 1020, 107, 'Siliqua', 393016700, 88077800, 0),
(85458, 1020, 107, 'Silius', 395163900, 92952800, 0),
(85459, 1020, 107, 'Simaxis', 399313900, 86894400, 0),
(85460, 1020, 107, 'Sindia', 402966500, 86566200, 0),
(85461, 1020, 107, 'Sorgono', 400259500, 91020300, 0),
(85462, 1020, 107, 'Sorso', 408000000, 85772200, 0),
(85463, 1020, 107, 'Stintino', 409372200, 82275000, 0),
(85464, 1020, 107, 'Suelli', 395641700, 91311100, 0),
(85465, 1020, 107, 'Suni', 402808500, 85494200, 0),
(85466, 1020, 107, 'Telti', 408763700, 93528300, 0),
(85467, 1020, 107, 'Tempio Pausania', 408973700, 91035200, 0),
(85468, 1020, 107, 'Terralba', 397191700, 86391700, 0),
(85469, 1020, 107, 'Tertenia', 396980600, 95727800, 0),
(85470, 1020, 107, 'Teulada', 389674300, 87722400, 0),
(85471, 1020, 107, 'Thiesi', 405248600, 87164200, 0),
(85472, 1020, 107, 'Tissi', 406786100, 85591700, 0),
(85473, 1020, 107, 'Tonara', 400250500, 91729400, 0),
(85474, 1020, 107, 'Torpe', 406279700, 96773400, 0),
(85475, 1020, 107, 'Torralba', 405129600, 87653200, 0),
(85476, 1020, 107, 'Tratalias', 390980600, 85688900, 0),
(85477, 1020, 107, 'Triei', 400367600, 96403400, 0),
(85478, 1020, 107, 'Ulassai', 398094400, 94988900, 0),
(85479, 1020, 107, 'Uras', 397006400, 87000300, 0),
(85480, 1020, 107, 'Urzulei', 400934600, 95075400, 0),
(85481, 1020, 107, 'Usini', 406640600, 85405100, 0),
(85482, 1020, 107, 'Viddalba', 409169700, 88945200, 0),
(85483, 1020, 107, 'Villagrande Strisaili', 399622200, 95055600, 0),
(85484, 1020, 107, 'Villamar', 396194400, 89605600, 0),
(85485, 1020, 107, 'Villamassargia', 392761100, 86397200, 0),
(85486, 1020, 107, 'Villasalto', 394922200, 93941700, 0),
(85487, 1020, 107, 'Villasimius', 391430600, 95186100, 0),
(85488, 1020, 107, 'Villasor', 393797200, 89416700, 0),
(85489, 1020, 107, 'Villaspeciosa', 393133300, 89291700, 0),
(85490, 1020, 107, 'Zeddiani', 399908300, 85952800, 0),
(85491, 1021, 107, 'Acitrezza', 375596000, 151599000, 0),
(85492, 1021, 107, 'Agira', 376561500, 145215800, 0),
(85493, 1021, 107, 'Aidone', 374154500, 144452800, 0),
(85494, 1021, 107, 'Alcara li Fusi', 380219600, 147008700, 0),
(85495, 1021, 107, 'Alessandria della Rocca', 375664400, 134533500, 0),
(85496, 1021, 107, 'Alia', 377799500, 137138600, 0),
(85497, 1021, 107, 'Alimena', 376936500, 141136700, 0),
(85498, 1021, 107, 'Altofonte', 380420500, 132962400, 0),
(85499, 1021, 107, 'Assoro', 376252500, 144216700, 0),
(85500, 1021, 107, 'Barrafranca', 373791400, 142010700, 0),
(85501, 1021, 107, 'Baucina', 379249500, 135372500, 0),
(85502, 1021, 107, 'Bisacquino', 377024400, 132597500, 0),
(85503, 1021, 107, 'Bivona', 376193400, 134383500, 0),
(85504, 1021, 107, 'Bolognetta', 379656500, 134568500, 0),
(85505, 1021, 107, 'Bompietro', 377449500, 140929600, 0),
(85506, 1021, 107, 'Borgetto', 380470500, 131435400, 0),
(85507, 1021, 107, 'Buccheri', 371250400, 148498900, 0),
(85508, 1021, 107, 'Burgio', 375994400, 132901500, 0),
(85509, 1021, 107, 'Buscemi', 370868400, 148838900, 0),
(85510, 1021, 107, 'Butera', 371910400, 141836700, 0),
(85511, 1021, 107, 'Calamonaci', 375261400, 132898500, 0),
(85512, 1021, 107, 'Calascibetta', 375908500, 142706700, 0),
(85513, 1021, 107, 'Calatafimi', 379148400, 128625400, 0),
(85514, 1021, 107, 'Caltavuturo', 378209500, 138901600, 0),
(85515, 1021, 107, 'Cammarata', 376299400, 136314600, 0),
(85516, 1021, 107, 'Campofranco', 375111400, 137125600, 0),
(85517, 1021, 107, 'Camporeale', 378971400, 130938400, 0),
(85518, 1021, 107, 'Camporotondo Etneo', 375656500, 150031900, 0),
(85519, 1021, 107, 'Capaci', 381710700, 132393000, 0),
(85520, 1021, 107, 'Capizzi', 378478500, 144781700, 0),
(85521, 1021, 107, 'Casalvecchio Siculo', 379581600, 153225900, 0),
(85522, 1021, 107, 'Castel di Iudica', 374947500, 146474400, 0),
(85523, 1021, 107, 'Casteltermini', 375405400, 136444600, 0),
(85524, 1021, 107, 'Castrofilippo', 373504600, 137500100, 0),
(85525, 1021, 107, 'Castroreale', 380991600, 152101800, 0),
(85526, 1021, 107, 'Catenanuova', 375698500, 146920800, 0),
(85527, 1021, 107, 'Centuripe', 376229500, 147390800, 0),
(85528, 1021, 107, 'Cerami', 378106500, 145072700, 0),
(85529, 1021, 107, 'Cesaro', 378447600, 147130800, 0),
(85530, 1021, 107, 'Chiusa Sclafani', 376769400, 132701500, 0),
(85531, 1021, 107, 'Cianciana', 375202400, 134335500, 0),
(85532, 1021, 107, 'Collesano', 379183500, 139356600, 0),
(85533, 1021, 107, 'Delia', 373587400, 139286700, 0),
(85534, 1021, 107, 'Falcone', 381170600, 150790800, 0),
(85535, 1021, 107, 'Favignana', 379300400, 123285300, 0),
(85536, 1021, 107, 'Ferla', 371205400, 149395900, 0),
(85537, 1021, 107, 'Ficarra', 381090600, 148289800, 0),
(85538, 1021, 107, 'Furnari', 381043600, 151235800, 0),
(85539, 1021, 107, 'Gaggi', 378599500, 152212600, 0),
(85540, 1021, 107, 'Gagliano Castelferrato', 377119500, 145367700, 0),
(85541, 1021, 107, 'Galati Mamertino', 380319600, 147708800, 0),
(85542, 1021, 107, 'Giardinello', 380880500, 131570400, 0),
(85543, 1021, 107, 'Giarratana', 370486400, 147941900, 0),
(85544, 1021, 107, 'Gioiosa Marea', 381727600, 148955800, 0),
(85545, 1021, 107, 'Giuliana', 376734400, 132369500, 0),
(85546, 1021, 107, 'Graniti', 378898600, 152245900, 0),
(85547, 1021, 107, 'Gratteri', 379655500, 139722600, 0),
(85548, 1021, 107, 'Isnello', 379439500, 140057600, 0),
(85549, 1021, 107, 'Itala', 380511600, 154379900, 0),
(85550, 1021, 107, 'Lampedusa', 355000000, 126000000, 0),
(85551, 1021, 107, 'Lascari', 380000500, 139414600, 0),
(85552, 1021, 107, 'Lercara Friddi', 377469500, 136048500, 0),
(85553, 1021, 107, 'Letoianni', 378926600, 153191900, 0),
(85554, 1021, 107, 'Librizzi', 380957600, 149581800, 0),
(85555, 1021, 107, 'Licodia Eubea', 371571400, 147060800, 0),
(85556, 1021, 107, 'Limina', 379407600, 152711900, 0),
(85557, 1021, 107, 'Linguaglossa', 378431600, 151387800, 0),
(85558, 1021, 107, 'Longi', 380273600, 147522800, 0),
(85559, 1021, 107, 'Lucca Sicula', 375794400, 133069500, 0),
(85560, 1021, 107, 'Marianopoli', 375974500, 139157600, 0),
(85561, 1021, 107, 'Marineo', 379499500, 134168500, 0),
(85562, 1021, 107, 'Mazzarrone', 370883400, 145612800, 0),
(85563, 1021, 107, 'Meri', 381658600, 152498800, 0),
(85564, 1021, 107, 'Mezzojuso', 378644500, 134646500, 0),
(85565, 1021, 107, 'Milena', 374696400, 137351600, 0),
(85566, 1021, 107, 'Milo', 377232600, 151158900, 0),
(85567, 1021, 107, 'Mineo', 372653500, 146900800, 0),
(85568, 1021, 107, 'Mirto', 380846600, 147514800, 0),
(85569, 1021, 107, 'Montallegro', 373929400, 133507500, 0),
(85570, 1021, 107, 'Montedoro', 374532400, 138167600, 0),
(85571, 1021, 107, 'Montemaggiore Belsito', 378464500, 137612600, 0),
(85572, 1021, 107, 'Monterosso Almo', 370896400, 147645900, 0),
(85573, 1021, 107, 'Montevago', 377022400, 129858400, 0),
(85574, 1021, 107, 'Naro', 372935400, 137935600, 0),
(85575, 1021, 107, 'Niscemi', 371486400, 143912800, 0),
(85576, 1021, 107, 'Nissoria', 376551500, 144473700, 0),
(85577, 1021, 107, 'Nizza di Sicilia', 379949600, 154118900, 0),
(85578, 1021, 107, 'Palazzo Adriano', 376810400, 133790500, 0),
(85579, 1021, 107, 'Palazzolo Acreide', 370623400, 149034900, 0),
(85580, 1021, 107, 'Petralia Sottana', 378094500, 140924600, 0),
(85581, 1021, 107, 'Pettineo', 379672600, 142918700, 0),
(85582, 1021, 107, 'Polizzi Generosa', 378118500, 140033600, 0),
(85583, 1021, 107, 'Pollina', 379936600, 141452600, 0),
(85584, 1021, 107, 'Portopalo', 366823400, 151346000, 0),
(85585, 1021, 107, 'Prizzi', 377214400, 134327500, 0),
(85586, 1021, 107, 'Racalmuto', 374071400, 137337600, 0),
(85587, 1021, 107, 'Raddusa', 374756500, 145338800, 0),
(85588, 1021, 107, 'Ragalna', 376345500, 149469800, 0),
(85589, 1021, 107, 'Realmonte', 373091400, 134618600, 0),
(85590, 1021, 107, 'Regalbuto', 376526500, 146408800, 0),
(85591, 1021, 107, 'Resuttano', 376786500, 140294600, 0),
(85592, 1021, 107, 'Roccalumera', 379762600, 153951900, 0),
(85593, 1021, 107, 'Roccapalumba', 378059500, 136384600, 0),
(85594, 1021, 107, 'Roccavaldina', 381832700, 153726900, 0),
(85595, 1021, 107, 'Rodi', 381088600, 151692800, 0),
(85596, 1021, 107, 'Salaparuta', 377579400, 130097400, 0),
(85597, 1021, 107, 'Salemi', 378231400, 128056400, 0),
(85598, 1021, 107, 'Sambuca di Sicilia', 376494400, 131109400, 0),
(85599, 1021, 107, 'San Biagio Platani', 375090400, 135255600, 0),
(85600, 1021, 107, 'San Cipirello', 379621500, 131761400, 0),
(85601, 1021, 107, 'San Fratello', 380170600, 145981700, 0),
(85602, 1021, 107, 'San Marco d''Alunzio', 380718600, 147006700, 0),
(85603, 1021, 107, 'San Pier Niceto', 381612700, 153481900, 0),
(85604, 1021, 107, 'San Pietro Clarenza', 375688500, 150228900, 0),
(85605, 1021, 107, 'San Vito lo Capo', 381723500, 127349300, 0),
(85606, 1021, 107, 'Sant''Alessio Siculo', 379245600, 153490900, 0),
(85607, 1021, 107, 'Santa Elisabetta', 374346400, 135568600, 0),
(85608, 1021, 107, 'Santa Margherita di Belice', 376918400, 130201400, 0),
(85609, 1021, 107, 'Santa Ninfa', 377713400, 128776400, 0),
(85610, 1021, 107, 'Savoca', 379532600, 153400900, 0),
(85611, 1021, 107, 'Sciara', 379153500, 137628600, 0),
(85612, 1021, 107, 'Scordia', 372980500, 148407800, 0),
(85613, 1021, 107, 'Serradifalco', 374538400, 138804600, 0),
(85614, 1021, 107, 'Siculiana', 373344400, 134215600, 0),
(85615, 1021, 107, 'Sinagra', 380796600, 148522800, 0),
(85616, 1021, 107, 'Solarino', 371020500, 151188900, 0),
(85617, 1021, 107, 'Sommatino', 373359400, 139966700, 0),
(85618, 1021, 107, 'Sortino', 371565500, 150259900, 0),
(85619, 1021, 107, 'Sutera', 375233400, 137344600, 0),
(85620, 1021, 107, 'Torregrotta', 382031700, 153494900, 0),
(85621, 1021, 107, 'Torrenova', 380937600, 146799700, 0),
(85622, 1021, 107, 'Trappeto', 380687500, 130379400, 0),
(85623, 1021, 107, 'Tripi', 380472600, 150973800, 0),
(85624, 1021, 107, 'Tusa', 379838600, 142360600, 0),
(85625, 1021, 107, 'Ustica', 387107600, 131916400, 0),
(85626, 1021, 107, 'Valdina', 381945700, 153689900, 0),
(85627, 1021, 107, 'Valledolmo', 377474500, 138278600, 0),
(85628, 1021, 107, 'Vallelunga Pratameno', 376820500, 138315600, 0),
(85629, 1021, 107, 'Vicari', 378237500, 135661500, 0),
(85630, 1021, 107, 'Villafranca Tirrena', 382400700, 154373900, 0),
(85631, 1021, 107, 'Villalba', 376550500, 138428600, 0),
(85632, 1022, 107, 'Abbadia San Salvatore', 428821300, 116695400, 0),
(85633, 1022, 107, 'Agliana', 439065500, 110062100, 0),
(85634, 1022, 107, 'Arcidosso', 428716200, 115359900, 0),
(85635, 1022, 107, 'Badia Tedalda', 437072600, 121864400, 0),
(85636, 1022, 107, 'Bagnone', 443149400, 99950700, 0),
(85637, 1022, 107, 'Barberino di Val d''Elsa', 435409400, 111697200, 0),
(85638, 1022, 107, 'Borgo a Mozzano', 439789500, 105457000, 0),
(85639, 1022, 107, 'Buti', 437289400, 105858100, 0),
(85640, 1022, 107, 'Campagnatico', 428837300, 112735400, 0),
(85641, 1022, 107, 'Campo nell''Elba', 427480200, 102333200, 0),
(85642, 1022, 107, 'Camporgiano', 441600500, 103337000, 0),
(85643, 1022, 107, 'Cantagallo', 440220500, 110797100, 0),
(85644, 1022, 107, 'Casale Marittimo', 432967300, 106158200, 0),
(85645, 1022, 107, 'Casciana Terme', 435273400, 106182100, 0),
(85646, 1022, 107, 'Castel Focognano', 436536500, 117877400, 0),
(85647, 1022, 107, 'Castel San Niccolo', 437444500, 117091300, 0),
(85648, 1022, 107, 'Castelfranco di Sotto', 437015400, 107455100, 0),
(85649, 1022, 107, 'Castellina Marittima', 434118400, 105763100, 0),
(85650, 1022, 107, 'Castelnuovo Berardenga', 433463400, 115033300, 0),
(85651, 1022, 107, 'Castelnuovo di Garfagnana', 441212500, 104046000, 0),
(85652, 1022, 107, 'Castiglion Fibocchi', 435278500, 117627400, 0),
(85653, 1022, 107, 'Castiglione d''Orcia', 430044400, 116161400, 0),
(85654, 1022, 107, 'Castiglione di Garfagnana', 441499500, 104109000, 0),
(85655, 1022, 107, 'Cavriglia', 435202400, 114869300, 0),
(85656, 1022, 107, 'Cetona', 429669400, 119023500, 0),
(85657, 1022, 107, 'Chianciano Terme', 430439400, 118124500, 0),
(85658, 1022, 107, 'Chiusdino', 431546300, 110842300, 0),
(85659, 1022, 107, 'Chiusi della Verna', 436974500, 119350400, 0),
(85660, 1022, 107, 'Cinigiano', 428905900, 113919600, 0),
(85661, 1022, 107, 'Civitella Paganico', 429942300, 112807400, 0),
(85662, 1022, 107, 'Civitella in Val di Chiana', 434176400, 117233400, 0),
(85663, 1022, 107, 'Coreglia Antelminelli', 440636500, 105255000, 0),
(85664, 1022, 107, 'Crespina', 435730400, 105643100, 0),
(85665, 1022, 107, 'Cutigliano', 440994500, 107554100, 0),
(85666, 1022, 107, 'Dicomano', 438909500, 115211300, 0),
(85667, 1022, 107, 'Fauglia', 435706400, 105144100, 0),
(85668, 1022, 107, 'Filattiera', 443300500, 99330800, 0),
(85669, 1022, 107, 'Firenzuola', 441210600, 113791200, 0),
(85670, 1022, 107, 'Fosdinovo', 441324500, 100164900, 0),
(85671, 1022, 107, 'Gaiole in Chianti', 434654400, 114356300, 0),
(85672, 1022, 107, 'Gallicano', 440573500, 104452000, 0),
(85673, 1022, 107, 'Gambassi', 435369400, 109523200, 0),
(85674, 1022, 107, 'Gavorrano', 429252600, 109068100, 0),
(85675, 1022, 107, 'Greve', 435865400, 113163300, 0),
(85676, 1022, 107, 'Incisa in Valdarno', 436557500, 114486300, 0),
(85677, 1022, 107, 'Isola del Giglio', 423579100, 109072400, 0),
(85678, 1022, 107, 'Laiatico', 434713400, 107287200, 0),
(85679, 1022, 107, 'Larciano', 438336500, 108900100, 0),
(85680, 1022, 107, 'Lari', 435679400, 105926100, 0),
(85681, 1022, 107, 'Licciana Nardi', 442660500, 100355900, 0),
(85682, 1022, 107, 'Londa', 438618500, 115691300, 0),
(85683, 1022, 107, 'Loro Ciuffenna', 435856500, 116275300, 0),
(85684, 1022, 107, 'Lucignano', 432736400, 117448400, 0),
(85685, 1022, 107, 'Magliano in Toscana', 425980200, 112923400, 0),
(85686, 1022, 107, 'Marciana Marina', 428027200, 101963200, 0),
(85687, 1022, 107, 'Marliana', 439338500, 107702100, 0),
(85688, 1022, 107, 'Marradi', 440745600, 116121200, 0),
(85689, 1022, 107, 'Molazzana', 440717500, 104178000, 0),
(85690, 1022, 107, 'Montecarlo', 438512500, 106683100, 0),
(85691, 1022, 107, 'Montecatini', 433928400, 107488200, 0),
(85692, 1022, 107, 'Monterchi', 434883500, 121111400, 0),
(85693, 1022, 107, 'Montescudaio', 433260300, 106260200, 0),
(85694, 1022, 107, 'Montespertoli', 436442400, 110737200, 0),
(85695, 1022, 107, 'Monticiano', 431395300, 111761300, 0),
(85696, 1022, 107, 'Montieri', 431311300, 110166300, 0),
(85697, 1022, 107, 'Montopoli in Val d''Arno', 436735400, 107495100, 0),
(85698, 1022, 107, 'Mulazzo', 443161500, 98895800, 0),
(85699, 1022, 107, 'Palaia', 436050400, 107720100, 0),
(85700, 1022, 107, 'Palazzuolo sul Senio', 441138600, 115474200, 0),
(85701, 1022, 107, 'Peccioli', 435495400, 107200100, 0),
(85702, 1022, 107, 'Pergine Valdarno', 434702800, 116855200, 0),
(85703, 1022, 107, 'Pescaglia', 439662500, 104111000, 0),
(85704, 1022, 107, 'Pescia', 438970500, 106904100, 0),
(85705, 1022, 107, 'Piazza al Serchio', 441845500, 102968900, 0),
(85706, 1022, 107, 'Pienza', 430778400, 116779400, 0),
(85707, 1022, 107, 'Pieve Santo Stefano', 436714500, 120412400, 0),
(85708, 1022, 107, 'Piteglio', 440276500, 107651100, 0),
(85709, 1022, 107, 'Poggio a Caiano', 438136500, 110507200, 0),
(85710, 1022, 107, 'Pomarance', 432989400, 108728200, 0),
(85711, 1022, 107, 'Pontremoli', 443751500, 98788800, 0),
(85712, 1022, 107, 'Poppi', 437348500, 117607300, 0),
(85713, 1022, 107, 'Pratovecchio', 437868500, 117235300, 0),
(85714, 1022, 107, 'Radda in Chianti', 434856400, 113781300, 0),
(85715, 1022, 107, 'Radicofani', 428955300, 117700500, 0),
(85716, 1022, 107, 'Rapolano Terme', 432895400, 116052400, 0),
(85717, 1022, 107, 'Roccalbegna', 427863000, 115078800, 0),
(85718, 1022, 107, 'Roccastrada', 430099300, 111665300, 0),
(85719, 1022, 107, 'San Casciano dei Bagni', 428709300, 118755500, 0),
(85720, 1022, 107, 'San Giuliano Terme', 437616400, 104404000, 0),
(85721, 1022, 107, 'San Godenzo', 439255600, 116184300, 0),
(85722, 1022, 107, 'San Piero a Sieve', 439613500, 113244200, 0),
(85723, 1022, 107, 'San Romano in Garfagnana', 441694500, 103469000, 0),
(85724, 1022, 107, 'Santa Luce', 434723400, 105635100, 0),
(85725, 1022, 107, 'Sarteano', 429898400, 118672500, 0),
(85726, 1022, 107, 'Scansano', 426889200, 113339400, 0),
(85727, 1022, 107, 'Scarlino', 429071300, 108512300, 0),
(85728, 1022, 107, 'Serravalle Pistoiese', 439060500, 108327100, 0),
(85729, 1022, 107, 'Sestino', 437096600, 122978500, 0),
(85730, 1022, 107, 'Sorano', 426812300, 117142500, 0),
(85731, 1022, 107, 'Sovicille', 432803300, 112282800, 0),
(85732, 1022, 107, 'Talla', 436018500, 117871400, 0),
(85733, 1022, 107, 'Tavarnelle Val di Pesa', 435618400, 111715200, 0),
(85734, 1022, 107, 'Taviano', 441000000, 110000000, 0),
(85735, 1022, 107, 'Terricciola', 435247400, 106801100, 0),
(85736, 1022, 107, 'Torrita di Siena', 431702400, 117794400, 0),
(85737, 1022, 107, 'Tresana', 442542500, 99128800, 0),
(85738, 1022, 107, 'Uzzano', 438826000, 107109000, 0),
(85739, 1022, 107, 'Vagli di Sotto', 441092500, 102888000, 0),
(85740, 1022, 107, 'Vernio', 440475500, 111505200, 0),
(85741, 1022, 107, 'Vicchio', 439324500, 114585200, 0),
(85742, 1022, 107, 'Villa Basilica', 439245500, 106449100, 0),
(85743, 1022, 107, 'Zeri', 443537500, 97631800, 0),
(85744, 1023, 107, 'Albiano', 461449100, 111934800, 0),
(85745, 1023, 107, 'Bedollo', 461655100, 112998800, 0),
(85746, 1023, 107, 'Besenello', 459426000, 111103800, 0),
(85747, 1023, 107, 'Bleggio Inferiore', 460356200, 108692100, 0),
(85748, 1023, 107, 'Brennero', 470000000, 115000000, 0),
(85749, 1023, 107, 'Brennero - Brenner', 469381300, 114424700, 0),
(85750, 1023, 107, 'Caldonazzo', 459950000, 112646800, 0),
(85751, 1023, 107, 'Calliano', 459330000, 110935800, 0),
(85752, 1023, 107, 'Campo di Trens', 468746300, 114866700, 0),
(85753, 1023, 107, 'Canal San Bovo', 461557100, 117324900, 0),
(85754, 1023, 107, 'Castelrotto', 465666200, 115609800, 0),
(85755, 1023, 107, 'Cavedine', 459952000, 109735800, 0),
(85756, 1023, 107, 'Cembra', 461737100, 112207800, 0),
(85757, 1023, 107, 'Chiusa', 466425200, 115719800, 0),
(85758, 1023, 107, 'Civezzano', 460913300, 111846800, 0),
(85759, 1023, 107, 'Condino', 458896900, 106002700, 0),
(85760, 1023, 107, 'Coredo', 463490600, 110900100, 0),
(85761, 1023, 107, 'Cortaccia', 463140100, 112238800, 0),
(85762, 1023, 107, 'Egna', 463169100, 112725800, 0),
(85763, 1023, 107, 'Falzes', 468144300, 118836800, 0),
(85764, 1023, 107, 'Fiave', 460036000, 108429700, 0),
(85765, 1023, 107, 'Folgaria', 459152000, 111706800, 0),
(85766, 1023, 107, 'Fornace', 461180500, 112075100, 0),
(85767, 1023, 107, 'Gais', 468369300, 119497800, 0),
(85768, 1023, 107, 'Giovo', 461558100, 111527800, 0),
(85769, 1023, 107, 'Imer', 461493100, 117891900, 0),
(85770, 1023, 107, 'Isera', 458876000, 110091800, 0),
(85771, 1023, 107, 'Laces', 466169200, 108563600, 0),
(85772, 1023, 107, 'Lagundo', 466811300, 111257200, 0),
(85773, 1023, 107, 'Lana', 466124200, 111558700, 0),
(85774, 1023, 107, 'Lavis', 461395000, 111128800, 0),
(85775, 1023, 107, 'Levico Terme', 460129000, 113071800, 0),
(85776, 1023, 107, 'Lomaso', 460238000, 108652700, 0),
(85777, 1023, 107, 'Male', 463516100, 109128700, 0),
(85778, 1023, 107, 'Mezzano', 461547100, 118079900, 0),
(85779, 1023, 107, 'Mezzocorona', 462134100, 111186800, 0),
(85780, 1023, 107, 'Molveno', 461421000, 109637700, 0),
(85781, 1023, 107, 'Montagna', 463305100, 113008800, 0),
(85782, 1023, 107, 'Moso', 468321200, 111664700, 0),
(85783, 1023, 107, 'Nago', 458729000, 108733800, 0),
(85784, 1023, 107, 'Nalles', 465433200, 112094700, 0),
(85785, 1023, 107, 'Nomi', 459286000, 110718800, 0),
(85786, 1023, 107, 'Nova Levante', 464300200, 115377800, 0),
(85787, 1023, 107, 'Pozza', 464289200, 116907900, 0),
(85788, 1023, 107, 'Predazzo', 463088100, 115996900, 0),
(85789, 1023, 107, 'Renon - Ritten', 465415200, 114572800, 0),
(85790, 1023, 107, 'Rifiano', 467037200, 111816700, 0),
(85791, 1023, 107, 'Rodengo', 468000000, 117000000, 0),
(85792, 1023, 107, 'Romeno', 463948100, 111184700, 0),
(85793, 1023, 107, 'Ronzo-Chienis', 458896000, 109500800, 0),
(85794, 1023, 107, 'San Genesio Atesino', 465358200, 113295800, 0),
(85795, 1023, 107, 'San Leonardo in Passiria', 468128200, 112457700, 0),
(85796, 1023, 107, 'San Lorenzo di Sebato', 467859300, 119093800, 0),
(85797, 1023, 107, 'San Lorenzo in Banale', 460766000, 109084700, 0),
(85798, 1023, 107, 'Santa Cristina', 465589200, 117191800, 0),
(85799, 1023, 107, 'Sardagna', 460640600, 110962800, 0),
(85800, 1023, 107, 'Sciaves', 467688300, 116655800, 0),
(85801, 1023, 107, 'Scurelle', 460645100, 115056900, 0),
(85802, 1023, 107, 'Segonzano', 461902100, 112598800, 0),
(85803, 1023, 107, 'Silandro', 466284200, 107711600, 0),
(85804, 1023, 107, 'Spiazzo', 461036000, 107393700, 0),
(85805, 1023, 107, 'Spormaggiore', 462197100, 110490800, 0),
(85806, 1023, 107, 'Stelvio', 465980100, 105452600, 0),
(85807, 1023, 107, 'Stenico', 460502000, 108536700, 0),
(85808, 1023, 107, 'Strigno', 460674100, 115200900, 0),
(85809, 1023, 107, 'Tassullo', 463346000, 110505300, 0),
(85810, 1023, 107, 'Telve', 460713100, 114795900, 0),
(85811, 1023, 107, 'Termeno', 463415100, 112422800, 0),
(85812, 1023, 107, 'Tesero', 462904100, 115119800, 0),
(85813, 1023, 107, 'Tirolo - Tirol', 466910200, 111542700, 0),
(85814, 1023, 107, 'Tonadico', 461811100, 118393900, 0),
(85815, 1023, 107, 'Trambileno', 458689000, 110733800, 0),
(85816, 1023, 107, 'Transacqua', 461717100, 118306900, 0),
(85817, 1023, 107, 'Tuenno', 463284400, 110230600, 0),
(85818, 1023, 107, 'Val di Vizze - Pfitsch', 469000300, 114650700, 0),
(85819, 1023, 107, 'Vallarsa', 457828000, 111178800, 0),
(85820, 1023, 107, 'Valle Aurina - Ahrntal', 469962400, 119798800, 0),
(85821, 1023, 107, 'Varna', 467382200, 116385800, 0),
(85822, 1023, 107, 'Vattaro', 459946000, 112168800, 0),
(85823, 1023, 107, 'Vigo di Fassa', 464186200, 116733800, 0),
(85824, 1023, 107, 'Villa Lagarina', 459162000, 110305800, 0),
(85825, 1023, 107, 'Villabassa', 467402800, 121702800, 0),
(85826, 1023, 107, 'Villandro - Villanders', 466308200, 115370800, 0),
(85827, 1023, 107, 'Vipiteno', 468925300, 114300700, 0),
(85828, 1023, 107, 'Volano', 459180000, 110623800, 0),
(85829, 1023, 107, 'Ziano di Fiemme', 462865100, 115659800, 0),
(85830, 1024, 107, 'Alviano', 425886300, 122975600, 0),
(85831, 1024, 107, 'Amelia', 425523300, 124181700, 0),
(85832, 1024, 107, 'Avigliano', 426548300, 124261600, 0),
(85833, 1024, 107, 'Baschi', 426728300, 122179600, 0),
(85834, 1024, 107, 'Bettona', 430126400, 124854600, 0),
(85835, 1024, 107, 'Fabro', 428752400, 120171500, 0),
(85836, 1024, 107, 'Ferentillo', 426205400, 127895700, 0),
(85837, 1024, 107, 'Giano dell''Umbria', 428338400, 125777700, 0),
(85838, 1024, 107, 'Giove', 425093300, 123306600, 0),
(85839, 1024, 107, 'Gualdo Cattaneo', 429118400, 125557600, 0),
(85840, 1024, 107, 'Maltignano', 427000000, 130500000, 0),
(85841, 1024, 107, 'Monte Grimano', 434666700, 124666700, 0),
(85842, 1024, 107, 'Montecastrilli', 426524300, 124885700, 0),
(85843, 1024, 107, 'Montecchio', 426635300, 122868600, 0),
(85844, 1024, 107, 'Montefranco', 425983400, 127653700, 0),
(85845, 1024, 107, 'Montone', 433612500, 123263500, 0),
(85846, 1024, 107, 'Nocera Umbra', 431115500, 127871700, 0),
(85847, 1024, 107, 'Norcia', 427931400, 130953800, 0),
(85848, 1024, 107, 'Piegaro', 429669400, 120834500, 0),
(85849, 1024, 107, 'San Gemini', 426090300, 125430700, 0),
(85850, 1024, 107, 'San Giustino', 435494500, 121735500, 0),
(85851, 1024, 107, 'Scheggia', 434034500, 126666600, 0),
(85852, 1024, 107, 'Sigillo', 433302500, 127411600, 0),
(85853, 1024, 107, 'Torgiano', 430285400, 124413600, 0),
(85854, 1025, 107, 'Arnad', 456472600, 77170100, 0),
(85855, 1025, 107, 'Charvensod', 457200600, 73250000, 0),
(85856, 1025, 107, 'Cogne', 456088600, 73588000, 0),
(85857, 1025, 107, 'Donnas', 456028600, 77749100, 0),
(85858, 1025, 107, 'Gignod', 457799600, 72964000, 0),
(85859, 1025, 107, 'Gressan', 457206600, 72869000, 0),
(85860, 1025, 107, 'Issogne', 456549600, 76857100, 0),
(85861, 1025, 107, 'La Salle', 457462600, 70740000, 0),
(85862, 1025, 107, 'Morgex', 457569600, 70370000, 0),
(85863, 1025, 107, 'Pollein', 457272600, 73522000, 0),
(85864, 1025, 107, 'Saint-Christophe', 457540600, 73472000, 0),
(85865, 1025, 107, 'Saint-Pierre', 457097600, 72273000, 0),
(85866, 1025, 107, 'Sarre', 457182600, 72580000, 0),
(85867, 1025, 107, 'Verres', 456665600, 76891100, 0),
(85868, 1026, 107, 'Agordo', 462855600, 120375000, 0),
(85869, 1026, 107, 'Agugliaro', 453253900, 115842000, 0),
(85870, 1026, 107, 'Alano di Piave', 459068100, 119084000, 0),
(85871, 1026, 107, 'Albaredo d''Adige', 453159900, 112728000, 0),
(85872, 1026, 107, 'Albettone', 453568900, 115818000, 0),
(85873, 1026, 107, 'Alonte', 453658900, 114271000, 0),
(85874, 1026, 107, 'Altissimo', 456142900, 112518900, 0),
(85875, 1026, 107, 'Altivole', 457537000, 119562000, 0),
(85876, 1026, 107, 'Anguillara Veneta', 451385900, 118886100, 0),
(85877, 1026, 107, 'Arcade', 457888900, 122188900, 0),
(85878, 1026, 107, 'Ariano nel Polesine', 449400000, 121388900, 0),
(85879, 1026, 107, 'Arqua Petrarca', 452703900, 117206100, 0),
(85880, 1026, 107, 'Arqua Polesine', 450100800, 117398100, 0),
(85881, 1026, 107, 'Arre', 452180900, 119242100, 0),
(85882, 1026, 107, 'Arsiero', 458029000, 113541900, 0),
(85883, 1026, 107, 'Arzergrande', 452666700, 120475000, 0),
(85884, 1026, 107, 'Badia Calavena', 455663900, 111525900, 0),
(85885, 1026, 107, 'Bagnoli di Sopra', 451875900, 118849100, 0),
(85886, 1026, 107, 'Baone', 452435900, 116881100, 0),
(85887, 1026, 107, 'Barbarano Vicentino', 454094900, 115444000, 0),
(85888, 1026, 107, 'Battaglia Terme', 452859900, 117815100, 0),
(85889, 1026, 107, 'Belfiore', 453822900, 112094900, 0),
(85890, 1026, 107, 'Bergantino', 450610800, 112517000, 0),
(85891, 1026, 107, 'Bevilacqua', 452317800, 113925000, 0),
(85892, 1026, 107, 'Bolzano Vicentino', 456037000, 116233000, 0),
(85893, 1026, 107, 'Bonavigo', 452596800, 112796000, 0),
(85894, 1026, 107, 'Borso del Grappa', 458100000, 117877000, 0),
(85895, 1026, 107, 'Bosaro', 449987800, 117647100, 0),
(85896, 1026, 107, 'Brenzone', 456998900, 107605800, 0),
(85897, 1026, 107, 'Bressanvido', 456443000, 116343000, 0),
(85898, 1026, 107, 'Brugine', 452965900, 119951100, 0),
(85899, 1026, 107, 'Buttapietra', 453426800, 110010900, 0),
(85900, 1026, 107, 'Caerano di San Marco', 457852000, 120028000, 0),
(85901, 1026, 107, 'Calalzo', 464400000, 123833300, 0),
(85902, 1026, 107, 'Caltrano', 457748000, 114497900, 0),
(85903, 1026, 107, 'Calvene', 457674000, 115113900, 0),
(85904, 1026, 107, 'Camisano Vicentino', 455222000, 117077000, 0),
(85905, 1026, 107, 'Campiglia dei Berici', 453347900, 115424000, 0),
(85906, 1026, 107, 'Campodoro', 454902900, 117520000, 0),
(85907, 1026, 107, 'Cappella Maggiore', 459694400, 123588900, 0),
(85908, 1026, 107, 'Caprino Veronese', 456048900, 107951800, 0),
(85909, 1026, 107, 'Carre', 457488000, 114577900, 0),
(85910, 1026, 107, 'Cartura', 452683900, 118568100, 0),
(85911, 1026, 107, 'Casaleone', 451737800, 111943000, 0),
(85912, 1026, 107, 'Casalserugo', 453190900, 119130100, 0),
(85913, 1026, 107, 'Castagnaro', 451172800, 114114000, 0),
(85914, 1026, 107, 'Castegnero', 454424900, 115845000, 0),
(85915, 1026, 107, 'Castelcucco', 458307000, 118842000, 0),
(85916, 1026, 107, 'Castelguglielmo', 450247800, 115366100, 0),
(85917, 1026, 107, 'Castello Lavazzo', 462841700, 123113900, 0),
(85918, 1026, 107, 'Castelmassa', 450184800, 113133000, 0),
(85919, 1026, 107, 'Castelnovo Bariano', 450273800, 112876000, 0),
(85920, 1026, 107, 'Cavaso del Tomba', 458607000, 118984000, 0),
(85921, 1026, 107, 'Ceggia', 456891700, 126366700, 0),
(85922, 1026, 107, 'Cerea', 451920800, 112103000, 0),
(85923, 1026, 107, 'Ceregnano', 450479800, 118693100, 0),
(85924, 1026, 107, 'Cerro Veronese', 455744900, 110415900, 0),
(85925, 1026, 107, 'Cessalto', 457116700, 126111100, 0),
(85926, 1026, 107, 'Chiarano', 457302800, 125802800, 0),
(85927, 1026, 107, 'Chies d''Alpago', 461638900, 123961100, 0),
(85928, 1026, 107, 'Chiuppano', 457638000, 114616900, 0),
(85929, 1026, 107, 'Cimadolmo', 457872200, 123605600, 0),
(85930, 1026, 107, 'Cinto Caomaggiore', 458255600, 127861100, 0),
(85931, 1026, 107, 'Codogne', 458708300, 124308300, 0),
(85932, 1026, 107, 'Cogollo del Cengio', 457847000, 114258900, 0),
(85933, 1026, 107, 'Colle Umberto', 459430600, 123372200, 0),
(85934, 1026, 107, 'Cologna Veneta', 453102900, 113844000, 0),
(85935, 1026, 107, 'Conco', 458000000, 116071000, 0),
(85936, 1026, 107, 'Concordia Sagittaria', 457594400, 128405600, 0),
(85937, 1026, 107, 'Cordignano', 459469400, 124141700, 0),
(85938, 1026, 107, 'Costermano', 455868900, 107371800, 0),
(85939, 1026, 107, 'Crespano del Grappa', 458254000, 118337000, 0),
(85940, 1026, 107, 'Crespino', 449838800, 118870200, 0),
(85941, 1026, 107, 'Curtarolo', 455221000, 118358000, 0),
(85942, 1026, 107, 'Dolce', 456006900, 108524800, 0),
(85943, 1026, 107, 'Domegge di Cadore', 464602800, 124172200, 0),
(85944, 1026, 107, 'Erbe', 452414800, 109691900, 0),
(85945, 1026, 107, 'Fara Vicentino', 457398000, 115476000, 0),
(85946, 1026, 107, 'Farra d''Alpago', 461183300, 123191700, 0),
(85947, 1026, 107, 'Ficarolo', 449543800, 114348100, 0),
(85948, 1026, 107, 'Fiesso Umbertiano', 449625800, 116054100, 0),
(85949, 1026, 107, 'Follina', 459525000, 121138900, 0),
(85950, 1026, 107, 'Fontanelle', 458472200, 124419400, 0),
(85951, 1026, 107, 'Fonzaso', 460172100, 117998000, 0),
(85952, 1026, 107, 'Fratta Polesine', 450292800, 116450100, 0),
(85953, 1026, 107, 'Fumane', 455382900, 108833800, 0),
(85954, 1026, 107, 'Gaiarine', 458805600, 124830600, 0),
(85955, 1026, 107, 'Gaiba', 449461800, 114802100, 0),
(85956, 1026, 107, 'Gavello', 450216800, 119151200, 0),
(85957, 1026, 107, 'Gazzo', 455806000, 117042000, 0),
(85958, 1026, 107, 'Grancona', 454218900, 114516000, 0),
(85959, 1026, 107, 'Grantorto', 456009000, 117316000, 0),
(85960, 1026, 107, 'Granze', 451564900, 117147100, 0),
(85961, 1026, 107, 'Gruaro', 458347200, 128411100, 0),
(85962, 1026, 107, 'Guarda Veneta', 449805800, 118004100, 0),
(85963, 1026, 107, 'Isola Rizza', 452922800, 111990000, 0),
(85964, 1026, 107, 'Lendinara', 450842800, 115997100, 0),
(85965, 1026, 107, 'Lentiai', 460475000, 120225000, 0),
(85966, 1026, 107, 'Longare', 454732900, 116112000, 0),
(85967, 1026, 107, 'Longarone', 462657900, 122999200, 0),
(85968, 1026, 107, 'Lusia', 450984800, 116651100, 0),
(85969, 1026, 107, 'Lusiana', 457849000, 115756000, 0),
(85970, 1026, 107, 'Malcesine', 457636900, 108108800, 0),
(85971, 1026, 107, 'Marano di Valpolicella', 455557900, 109151800, 0),
(85972, 1026, 107, 'Mareno di Piave', 458475000, 123547200, 0),
(85973, 1026, 107, 'Masi', 451088800, 114892000, 0),
(85974, 1026, 107, 'Mason Vicentino', 457186000, 116068000, 0),
(85975, 1026, 107, 'Massanzago', 455563000, 120073100, 0),
(85976, 1026, 107, 'Meduna di Livenza', 458066700, 126119400, 0),
(85977, 1026, 107, 'Megliadino San Vitale', 451964800, 115260000, 0),
(85978, 1026, 107, 'Meolo', 456219400, 124525000, 0),
(85979, 1026, 107, 'Merlara', 451663800, 114413000, 0),
(85980, 1026, 107, 'Minerbe', 452410800, 113348000, 0),
(85981, 1026, 107, 'Monfumo', 458308000, 119203000, 0),
(85982, 1026, 107, 'Montagnana', 452286800, 114635000, 0),
(85983, 1026, 107, 'Monte di Malo', 456610000, 113612900, 0),
(85984, 1026, 107, 'Montecchia di Crosara', 454844900, 112543900, 0),
(85985, 1026, 107, 'Montecchio Precalcino', 456657000, 115636000, 0),
(85986, 1026, 107, 'Montegalda', 454460900, 116750000, 0),
(85987, 1026, 107, 'Montegaldella', 454360900, 116706000, 0),
(85988, 1026, 107, 'Monteviale', 455604900, 114580000, 0),
(85989, 1026, 107, 'Morgano', 456408300, 120752800, 0),
(85990, 1026, 107, 'Mossano', 454189900, 115548000, 0),
(85991, 1026, 107, 'Mozzecane', 453074800, 108186900, 0),
(85992, 1026, 107, 'Murano', 454585700, 123568300, 0),
(85993, 1026, 107, 'Nervesa della Battaglia', 458230600, 122063900, 0),
(85994, 1026, 107, 'Nogarole Rocca', 452918800, 108837900, 0),
(85995, 1026, 107, 'Nove', 457222000, 116777000, 0),
(85996, 1026, 107, 'Orgiano', 453478900, 114631000, 0),
(85997, 1026, 107, 'Ormelle', 457794400, 124158300, 0),
(85998, 1026, 107, 'Ospedaletto Euganeo', 452167900, 116132100, 0),
(85999, 1026, 107, 'Pernumia', 452589900, 117872100, 0),
(86000, 1026, 107, 'Piacenza d''Adige', 451286800, 115465100, 0),
(86001, 1026, 107, 'Pianezze', 457398000, 116269000, 0),
(86002, 1026, 107, 'Pieve d''Alpago', 461591700, 123400000, 0),
(86003, 1026, 107, 'Piovene Rocchette', 457576000, 114348900, 0),
(86004, 1026, 107, 'Poiana Maggiore', 452903900, 115025000, 0),
(86005, 1026, 107, 'Polverara', 453093900, 119560100, 0),
(86006, 1026, 107, 'Ponte nell''Alpi', 461808300, 122833300, 0),
(86007, 1026, 107, 'Pontecchio Polesine', 450197800, 118138100, 0),
(86008, 1026, 107, 'Pontelongo', 452511100, 120272200, 0),
(86009, 1026, 107, 'Porto Viro', 450166700, 122166700, 0),
(86010, 1026, 107, 'Possagno', 458525000, 118731000, 0),
(86011, 1026, 107, 'Povegliano', 457605600, 122075000, 0),
(86012, 1026, 107, 'Pozzoleone', 456486000, 116735000, 0),
(86013, 1026, 107, 'Pozzonovo', 451962900, 117917100, 0),
(86014, 1026, 107, 'Pramaggiore', 458150000, 127388900, 0),
(86015, 1026, 107, 'Pressana', 452839900, 114048000, 0),
(86016, 1026, 107, 'Puos d''Alpago', 461427800, 123636100, 0),
(86017, 1026, 107, 'Quarto d''Altino', 455794400, 123733300, 0),
(86018, 1026, 107, 'Quero', 459218100, 119315000, 0),
(86019, 1026, 107, 'Recoaro Terme', 457042000, 112244900, 0),
(86020, 1026, 107, 'Refrontolo', 459238900, 122069400, 0),
(86021, 1026, 107, 'Rocca Pietore', 464339200, 119767900, 0),
(86022, 1026, 107, 'Ronca', 454808900, 112875900, 0),
(86023, 1026, 107, 'Ronco all''Adige', 453366900, 112430000, 0),
(86024, 1026, 107, 'Roverchiara', 452679800, 112451000, 0),
(86025, 1026, 107, 'Roveredo di Gua', 452730900, 114442000, 0),
(86026, 1026, 107, 'Saccolongo', 454042900, 117460000, 0),
(86027, 1026, 107, 'Salcedo', 457577000, 115672000, 0),
(86028, 1026, 107, 'Saletto', 452288900, 115378000, 0),
(86029, 1026, 107, 'San Bellino', 450298800, 115889100, 0),
(86030, 1026, 107, 'San Giovanni Ilarione', 455205900, 112361900, 0),
(86031, 1026, 107, 'San Gregorio nelle Alpi', 461039100, 120267000, 0),
(86032, 1026, 107, 'San Martino di Venezze', 451314900, 118697100, 0),
(86033, 1026, 107, 'San Michele al Tagliamento', 457643500, 129949400, 0),
(86034, 1026, 107, 'San Nazario', 458395000, 116896000, 0),
(86035, 1026, 107, 'San Pietro in Gu', 456093000, 116769000, 0),
(86036, 1026, 107, 'San Polo di Piave', 457911100, 123933300, 0),
(86037, 1026, 107, 'San Vito di Cadore', 464633300, 122005600, 0),
(86038, 1026, 107, 'San Vito di Leguzzano', 456822000, 113776900, 0),
(86039, 1026, 107, 'San Zenone', 457804000, 118372000, 0),
(86040, 1026, 107, 'Sanguinetto', 451837800, 111446000, 0),
(86041, 1026, 107, 'Sant''Urbano', 451236800, 116474100, 0),
(86042, 1026, 107, 'Santa Lucia di Piave', 458511100, 122869400, 0),
(86043, 1026, 107, 'Santa Margherita d''Adige', 452119900, 115590000, 0),
(86044, 1026, 107, 'Santo Stefano di Cadore', 465552800, 125527800, 0),
(86045, 1026, 107, 'Sarego', 454076900, 114019000, 0),
(86046, 1026, 107, 'Sarmede', 459794400, 123855600, 0),
(86047, 1026, 107, 'Schiavon', 456963000, 116450000, 0),
(86048, 1026, 107, 'Seren del Grappa', 459935100, 118496000, 0),
(86049, 1026, 107, 'Soave', 454210900, 112465900, 0),
(86050, 1026, 107, 'Solagna', 458192000, 117154000, 0),
(86051, 1026, 107, 'Sorga', 452132800, 109798900, 0),
(86052, 1026, 107, 'Sospirolo', 461394400, 120677800, 0),
(86053, 1026, 107, 'Sossano', 453602900, 115120000, 0),
(86054, 1026, 107, 'Spresiano', 457777800, 122661100, 0),
(86055, 1026, 107, 'Stanghella', 451350900, 117574100, 0),
(86056, 1026, 107, 'Stienta', 449410800, 115421100, 0),
(86057, 1026, 107, 'Taglio', 450222200, 122108300, 0),
(86058, 1026, 107, 'Taibon', 462988900, 120033300, 0),
(86059, 1026, 107, 'Tambre', 461263200, 124194100, 0),
(86060, 1026, 107, 'Teglio Veneto', 458158300, 128855600, 0),
(86061, 1026, 107, 'Teolo', 453484900, 116708000, 0),
(86062, 1026, 107, 'Terrassa Padovana', 452440900, 119027100, 0),
(86063, 1026, 107, 'Torri del Benaco', 456029900, 106892800, 0),
(86064, 1026, 107, 'Trecenta', 450310800, 114598000, 0),
(86065, 1026, 107, 'Trevignano', 457377800, 120652800, 0),
(86066, 1026, 107, 'Urbana', 451927800, 114449000, 0),
(86067, 1026, 107, 'Valdastico', 458867000, 113615900, 0),
(86068, 1026, 107, 'Valdobbiadene', 458993100, 119946000, 0),
(86069, 1026, 107, 'Valle di Cadore', 464177800, 123363900, 0),
(86070, 1026, 107, 'Valli del Pasubio', 457408000, 112616900, 0),
(86071, 1026, 107, 'Valstagna', 458563000, 116607000, 0),
(86072, 1026, 107, 'Velo d''Astico', 457884000, 113676900, 0),
(86073, 1026, 107, 'Veronella', 453227900, 113247000, 0),
(86074, 1026, 107, 'Vescovana', 451341800, 117165100, 0),
(86075, 1026, 107, 'Vigo di Cadore', 465041700, 124736100, 0),
(86076, 1026, 107, 'Vigonovo', 453869400, 120086100, 0),
(86077, 1026, 107, 'Villa Bartolomea', 451519800, 113537000, 0),
(86078, 1026, 107, 'Villa Estense', 451724900, 116697100, 0),
(86079, 1026, 107, 'Villa del Conte', 455866000, 118590000, 0),
(86080, 1026, 107, 'Villadose', 450688800, 118933200, 0),
(86081, 1026, 107, 'Villaga', 454027900, 115338000, 0),
(86082, 1026, 107, 'Villamarzana', 450135800, 116974100, 0),
(86083, 1026, 107, 'Villaverla', 456517000, 114873000, 0),
(86084, 1026, 107, 'Zane', 457234000, 114428900, 0),
(86085, 1026, 107, 'Zenson di Piave', 456783300, 124883300, 0),
(86086, 1026, 107, 'Zero Branco', 456019400, 121633300, 0),
(86087, 1026, 107, 'Zimella', 453321900, 113753000, 0),
(86088, 1027, 108, 'Hayes', 178756900, -772371100, 0),
(86089, 1029, 108, 'Port Royal', 179371200, -768408100, 0),
(86090, 1033, 108, 'Moneague', 182755600, -771117700, 0),
(86091, 1035, 108, 'Malvern', 179729100, -777010800, 0),
(86092, 2858, 108, 'Gayle', 183264200, -770097100, 0),
(86093, 2859, 108, 'Morant Bay', 178814500, -764092700, 0),
(86094, 1037, 108, 'Falmouth', 184935800, -776558700, 0),
(86095, 1039, 109, 'Ama', 351830000, 1367830000, 0),
(86096, 1039, 109, 'Inuyama', 353830000, 1369500000, 0),
(86097, 1039, 109, 'Kiyosu', 352000000, 1368500000, 0),
(86098, 1039, 109, 'Sobue', 352500000, 1367166700, 0),
(86099, 1039, 109, 'Taketoyo', 348500000, 1369170000, 0),
(86100, 1039, 109, 'Yatomi', 351170000, 1367170000, 0),
(86101, 1041, 109, 'Hirakawa', 405830000, 1405670000, 0),
(86102, 1042, 109, 'Kamogawa', 351140280, 1400988900, 0),
(86103, 1042, 109, 'Urayasu', 356500000, 1399000000, 0),
(86104, 1043, 109, 'Shikokuchuo', 339830000, 1335500000, 0),
(86105, 1045, 109, 'Koga', 337330000, 1304670000, 0),
(86106, 1045, 109, 'Miyawaka', 337170000, 1306670000, 0),
(86107, 1046, 109, 'Miharu', 374330000, 1404830000, 0),
(86108, 1046, 109, 'Namie', 374830000, 1410000000, 0),
(86109, 1047, 109, 'Godo', 354170000, 1366170000, 0),
(86110, 1047, 109, 'Hida', 362330000, 1371830000, 0),
(86111, 1047, 109, 'Mitake', 354330000, 1371330000, 0),
(86112, 1047, 109, 'Motosu', 354830000, 1366830000, 0),
(86113, 1047, 109, 'Seki', 355000000, 1369170000, 0),
(86114, 1047, 109, 'Toki', 353500000, 1371830000, 0),
(86115, 1048, 109, 'Annaka', 363166700, 1389000000, 0),
(86116, 1049, 109, 'Shinichi', 345500000, 1332666700, 0),
(86117, 1050, 109, 'Kamikawa', 438477800, 1427702800, 0),
(86118, 1050, 109, 'Kitahiroshima', 429830000, 1415670000, 0),
(86119, 1050, 109, 'Nanae', 419000000, 1407000000, 0),
(86120, 1051, 109, 'Sasayama', 350725000, 1352219400, 0),
(86121, 1052, 109, 'Hitachiota', 365347200, 1405338900, 0),
(86122, 1052, 109, 'Itako', 359438900, 1405586100, 0),
(86123, 1052, 109, 'Kitaibaraki', 367991700, 1407544400, 0),
(86124, 1052, 109, 'Okunoya', 362833300, 1404166700, 0),
(86125, 1053, 109, 'Nanao', 370330000, 1369670000, 0),
(86126, 1054, 109, 'Tono', 393170000, 1415330000, 0),
(86127, 1055, 109, 'Kan''onji', 340961100, 1336852800, 0),
(86128, 1056, 109, 'Izumi', 320830000, 1303500000, 0),
(86129, 1056, 109, 'Satsumasendai', 318170000, 1303000000, 0),
(86130, 1056, 109, 'Tarumizu', 315227800, 1307594400, 0),
(86131, 1060, 109, 'Tanabe', 348170000, 1357670000, 0),
(86132, 1061, 109, 'Kameyama', 348558300, 1364516700, 0),
(86133, 1062, 109, 'Misato', 385444440, 1410569440, 0),
(86134, 1063, 109, 'Saito', 321170000, 1314000000, 0),
(86135, 1064, 109, 'Chino', 360000000, 1381670000, 0),
(86136, 1064, 109, 'Komagane', 357330000, 1379330000, 0),
(86137, 1064, 109, 'Yamanouchi', 367500000, 1384170000, 0),
(86138, 1066, 109, 'Gojo', 343486100, 1356963900, 0),
(86139, 1066, 109, 'Tawaramoto', 345500000, 1358000000, 0),
(86140, 1068, 109, 'Nakatsu', 336000000, 1311830000, 0),
(86141, 1068, 109, 'Usuki', 331330000, 1318000000, 0),
(86142, 1069, 109, 'Kasaoka', 345038900, 1335100000, 0),
(86143, 1070, 109, 'Itoman', 261236100, 1276658300, 0),
(86144, 1071, 109, 'Fujidera', 345670000, 1356000000, 0),
(86145, 1071, 109, 'Kawachinagano', 344670000, 1355670000, 0),
(86146, 1073, 109, 'Ogawa', 360500000, 1392670000, 0),
(86147, 1074, 109, 'Kitahama', 351666700, 1359166700, 0),
(86148, 1074, 109, 'Omihachiman', 350588900, 1359944400, 0),
(86149, 1076, 109, 'Makinohara', 347330000, 1382170000, 0),
(86150, 1076, 109, 'Omaezaki', 346330000, 1381330000, 0),
(86151, 1077, 109, 'Sakura', 366830000, 1399670000, 0),
(86152, 1077, 109, 'Yaita', 368000000, 1399330000, 0),
(86153, 1078, 109, 'Anan', 339170000, 1346670000, 0),
(86154, 1078, 109, 'Yoshinogawa', 340630600, 1343613900, 0),
(86155, 1079, 109, 'Hamura', 357672200, 1393108300, 0),
(86156, 1082, 109, 'Gobo', 338830000, 1351500000, 0),
(86157, 1082, 109, 'Kinokawa', 342663900, 1353652800, 0),
(86158, 1082, 109, 'Koya', 342170000, 1355830000, 0),
(86159, 1083, 109, 'Higashine', 384330000, 1404000000, 0),
(86160, 1084, 109, 'Kudamatsu', 340170000, 1318670000, 0),
(86161, 1093, 111, 'Ajloun', 323304500, 357478400, 0),
(86162, 1093, 111, 'At Tayyibah', 325416700, 357169400, 0),
(86163, 1093, 111, 'Burma', 322199000, 357839400, 0),
(86164, 1093, 111, 'Sal', 325694400, 359119400, 0),
(86165, 1094, 111, 'At Tayyibah', 302566100, 354599700, 0),
(86166, 1094, 111, 'Petra', 303222100, 354793300, 0),
(86167, 1096, 112, 'Bakanas', 448080600, 762772200, 0),
(86168, 1096, 112, 'Kegen', 430197200, 792202800, 0),
(86169, 1096, 112, 'Koktal', 496500000, 735166700, 0),
(86170, 1096, 112, 'Sarkand', 454100000, 799186100, 0),
(86171, 1096, 112, 'Tekeli', 448300000, 788238900, 0),
(86172, 1096, 112, 'Turgen''', 434005600, 775933300, 0),
(86173, 1096, 112, 'Ulken', 452119400, 739786100, 0),
(86174, 1096, 112, 'Zharkent', 441627800, 800000000, 0),
(86175, 1098, 112, 'Astrakhan', 515283300, 697972200, 0),
(86176, 1098, 112, 'Atbasar', 518000000, 683333300, 0),
(86177, 1098, 112, 'Balkashino', 525166700, 687666700, 0),
(86178, 1098, 112, 'Bestobe', 524994400, 730975000, 0),
(86179, 1098, 112, 'Derzhavinsk', 511000000, 663166700, 0),
(86180, 1098, 112, 'Esil', 519555600, 664041700, 0),
(86181, 1098, 112, 'Makinsk', 526291700, 704169400, 0),
(86182, 1098, 112, 'Shantobe', 524580600, 681838900, 0),
(86183, 1098, 112, 'Shortandy', 517005600, 709994400, 0),
(86184, 1099, 112, 'Bayganin', 486947200, 558741700, 0),
(86185, 1099, 112, 'Khromtau', 502502800, 584347200, 0),
(86186, 1099, 112, 'Martuk', 507475000, 565055600, 0),
(86187, 1099, 112, 'Oktyabr''sk', 494744400, 574233300, 0),
(86188, 1099, 112, 'Shubarkuduk', 491447200, 564872200, 0),
(86189, 1099, 112, 'Temir', 491413900, 571300000, 0),
(86190, 1101, 112, 'Dossor', 475272200, 529811100, 0),
(86191, 1101, 112, 'Inderbor', 485500000, 517833300, 0),
(86192, 1101, 112, 'Makhambet', 476666700, 515833300, 0),
(86193, 1101, 112, 'Miyaly', 488844400, 537836100, 0),
(86194, 1102, 112, 'Aksuat', 487166700, 837000000, 0),
(86195, 1102, 112, 'Aktogay', 481666700, 753000000, 0),
(86196, 1102, 112, 'Altay', 502491700, 823533300, 0),
(86197, 1102, 112, 'Ayagoz', 479713900, 804391700, 0),
(86198, 1102, 112, 'Borodulikha', 507202800, 809283300, 0),
(86199, 1102, 112, 'Glubokoye', 501455600, 823113900, 0),
(86200, 1102, 112, 'Kokpekty', 487500000, 824000000, 0),
(86201, 1102, 112, 'Kurchum', 485722200, 836541700, 0),
(86202, 1102, 112, 'Shar', 495886100, 810452800, 0),
(86203, 1102, 112, 'Shemonaikha', 506327800, 819055600, 0),
(86204, 1102, 112, 'Ust''-Talovka', 505558300, 818583300, 0),
(86205, 1102, 112, 'Zaysan', 474666700, 848666700, 0),
(86206, 1102, 112, 'Zhezkent', 509322200, 813611100, 0),
(86207, 1102, 112, 'Zyryanovsk', 497386100, 842719400, 0),
(86208, 1103, 112, 'Beyneu', 453166700, 552000000, 0),
(86209, 1103, 112, 'Fort-Shevchenko', 445086300, 502629600, 0),
(86210, 1103, 112, 'Kuryk', 432000000, 516500000, 0),
(86211, 1103, 112, 'Shetpe', 441666700, 521166700, 0),
(86212, 1104, 112, 'Bishkul''', 547802800, 691033300, 0),
(86213, 1104, 112, 'Bulaevo', 549055600, 704438900, 0),
(86214, 1104, 112, 'Kishkenekol''', 536363900, 723413900, 0),
(86215, 1104, 112, 'Saumalkol''', 532933300, 681041700, 0),
(86216, 1104, 112, 'Smirnovo', 545125000, 694222200, 0),
(86217, 1104, 112, 'Stepnyak', 528338900, 707802800, 0),
(86218, 1104, 112, 'Taiynsha', 538477800, 697638900, 0),
(86219, 1104, 112, 'Timiryazevo', 537419400, 665205600, 0),
(86220, 1104, 112, 'Yavlenka', 543461100, 684575000, 0),
(86221, 1105, 112, 'Bayanauyl', 507888900, 756955600, 0),
(86222, 1105, 112, 'Kachiry', 530675000, 761036100, 0),
(86223, 1105, 112, 'Zhelezinka', 535400000, 753072200, 0),
(86224, 1106, 112, 'Abay', 496311100, 728538900, 0),
(86225, 1106, 112, 'Akzhal', 496913900, 755811100, 0),
(86226, 1106, 112, 'Aqadyr', 482552800, 728483300, 0),
(86227, 1106, 112, 'Atasu', 486813900, 716433300, 0),
(86228, 1106, 112, 'Dolinka', 496741700, 726761100, 0),
(86229, 1106, 112, 'Karabas', 465333300, 762000000, 0),
(86230, 1106, 112, 'Kyzylzhar', 499833300, 725833300, 0),
(86231, 1106, 112, 'Novodolinskiy', 497050000, 727047200, 0),
(86232, 1106, 112, 'Osakarovka', 505650000, 725691700, 0),
(86233, 1106, 112, 'Priozersk', 460310600, 737024700, 0),
(86234, 1107, 112, 'Borovskoy', 538000000, 641500000, 0),
(86235, 1107, 112, 'Fedorovka', 536313900, 627077800, 0),
(86236, 1107, 112, 'Kachar', 533905600, 629297200, 0),
(86237, 1107, 112, 'Karasu', 526725000, 654911100, 0),
(86238, 1107, 112, 'Ordzhonikidze', 524411100, 617408300, 0),
(86239, 1107, 112, 'Tobol', 526844400, 625794400, 0),
(86240, 1108, 112, 'Aral', 468000000, 616666700, 0),
(86241, 1108, 112, 'Terenozek', 450500000, 649833300, 0),
(86242, 1108, 112, 'Zhosaly', 454877800, 640780600, 0),
(86243, 1109, 112, 'Aksu', 424166700, 698333300, 0),
(86244, 1109, 112, 'Asykata', 408994400, 683611100, 0),
(86245, 1109, 112, 'Kentau', 435206100, 685094000, 0),
(86246, 1109, 112, 'Kokterek', 425333300, 702666700, 0),
(86247, 1109, 112, 'Lenger', 421830100, 698839300, 0),
(86248, 1109, 112, 'Myrzakent', 406666700, 685333300, 0),
(86249, 1109, 112, 'Sastobe', 425500000, 700000000, 0),
(86250, 1109, 112, 'Shardara', 412547200, 679691700, 0),
(86251, 1109, 112, 'Shayan', 430297200, 693772200, 0),
(86252, 1109, 112, 'Temirlanovka', 425994400, 692633300, 0),
(86253, 1109, 112, 'Turkestan', 433333300, 682500000, 0),
(86254, 1110, 112, 'Burlin', 514269400, 527125000, 0),
(86255, 1110, 112, 'Chapaev', 502000000, 511666700, 0),
(86256, 1110, 112, 'Chingirlau', 510950000, 540813900, 0),
(86257, 1110, 112, 'Fedorovka', 512000000, 519833300, 0),
(86258, 1110, 112, 'Kamenka', 511166700, 503166700, 0),
(86259, 1110, 112, 'Kaztalovka', 497575000, 486950000, 0),
(86260, 1110, 112, 'Peremetnoe', 511833300, 508166700, 0),
(86261, 1111, 112, 'Karatau', 431666700, 704666700, 0),
(86262, 1111, 112, 'Merke', 428727800, 731786100, 0),
(86263, 1111, 112, 'Mynaral', 454161100, 736844400, 0),
(86264, 1111, 112, 'Sarykemer', 430000000, 715000000, 0),
(86265, 1112, 113, 'Karuri', -7000000, 371833300, 0),
(86266, 1112, 113, 'Kijabe', -9330400, 365758100, 0),
(86267, 1112, 113, 'Limuru', -11000000, 366500000, 0),
(86268, 1112, 113, 'Murang''a', -7166700, 371500000, 0),
(86269, 1113, 113, 'Gazi', -44240200, 395058800, 0),
(86270, 1113, 113, 'Lamu', -22716900, 409020100, 0),
(86271, 1113, 113, 'Mariakani', -38633200, 394736200, 0),
(86272, 1113, 113, 'Taveta', -33963200, 376736200, 0),
(86273, 1113, 113, 'Wundanyi', -34019300, 383640200, 0),
(86274, 1114, 113, 'Chuka', -3331600, 376458800, 0),
(86275, 1114, 113, 'Kangundo', -12979200, 373470500, 0),
(86276, 1114, 113, 'Kitui', -13669600, 380105600, 0),
(86277, 1114, 113, 'Makueni', -18040900, 376203400, 0),
(86278, 1114, 113, 'Moyale', 35167000, 390584200, 0),
(86279, 1116, 113, 'Wajir', 17471000, 400573200, 0),
(86280, 1117, 113, 'Bondo', 2386100, 342694400, 0),
(86281, 1117, 113, 'Kisii', -6817400, 347666600, 0),
(86282, 1117, 113, 'Migori', -10634400, 344731300, 0),
(86283, 1117, 113, 'Siaya', 611600, 342882300, 0),
(86284, 1118, 113, 'Bomet', -7812900, 353415600, 0),
(86285, 1118, 113, 'Kabarnet', 4919400, 357430300, 0),
(86286, 1118, 113, 'Kajiado', -18523800, 367768300, 0),
(86287, 1118, 113, 'Litein', -5822600, 351902900, 0),
(86288, 1118, 113, 'Lodwar', 31191100, 355972700, 0),
(86289, 1118, 113, 'Molo', -2479000, 357374300, 0),
(86290, 1118, 113, 'Narok', -10782900, 358601200, 0),
(86291, 1118, 113, 'Rongai', -1733300, 358638200, 0),
(86292, 1118, 113, 'Sotik', -6833300, 351187100, 0),
(86293, 1119, 113, 'Butere', 2063600, 344934800, 0),
(86294, 1119, 113, 'Mumias', 3351100, 344864000, 0),
(86295, 2860, 115, 'Panghyon-dong', 398872200, 1252413900, 0),
(86296, 1123, 116, 'Cheonan', 368166670, 1271666670, 0),
(86297, 1130, 116, 'Yongin', 372333330, 1272000000, 0),
(86298, 1133, 116, 'Busan', 351027800, 1290402800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(86299, 2861, 118, 'Jalal-Abad', 409333300, 730000000, 0),
(86300, 1150, 118, 'Kyzyl-Suu', 423414000, 780055800, 0),
(86301, 2862, 119, 'Lamam', 154166700, 1067000000, 0),
(86302, 2863, 120, 'Aluksne', 574166700, 270500000, 0),
(86303, 2864, 120, 'Incukalns', 570980600, 246863900, 0),
(86304, 2865, 120, 'Jaunpiebalga', 571833300, 260500000, 0),
(86305, 1195, 120, 'Daugavgriva', 570431500, 240361300, 0),
(86306, 1196, 120, 'Saulkrasti', 572622400, 244147100, 0),
(86307, 2866, 120, 'Salacgriva', 577536100, 243580600, 0),
(86308, 2867, 120, 'Skrunda', 566833300, 220166700, 0),
(86309, 1202, 120, 'Kandava', 570408700, 227746600, 0),
(86310, 1203, 120, 'Smiltene', 574244400, 259016400, 0),
(86311, 1211, 121, 'Batroun', 342552800, 356580600, 0),
(86312, 1213, 121, 'Bhamdoun el Mhatta', 338086100, 356597200, 0),
(86313, 1214, 121, 'Habbouch', 334075000, 354827800, 0),
(86314, 2868, 122, 'Quthing', -304000100, 277002700, 0),
(86315, 2869, 123, 'Buchanan', 58808300, -100466700, 0),
(86316, 2870, 123, 'Zwedru', 60666700, -81280600, 0),
(86317, 2871, 123, 'Harper', 43750000, -77169400, 0),
(86318, 2872, 123, 'Ganta', 73022200, -85308300, 0),
(86319, 2873, 123, 'Greenville', 50111100, -90388900, 0),
(86320, 1219, 124, 'Al Bayda''', 327627200, 217550600, 0),
(86321, 1221, 124, 'Waddan', 291614000, 161390400, 0),
(86322, 1223, 124, 'Masallatah', 326166700, 140000000, 0),
(86323, 1224, 124, 'Ajdabiya', 307554500, 202262600, 0),
(86324, 1226, 124, 'Surman', 327566800, 125715900, 0),
(86325, 1228, 124, 'Al Qubbah', 327616200, 222423700, 0),
(86326, 1231, 124, 'Sabha', 270376600, 144283200, 0),
(86327, 2874, 124, 'Surt', 312089200, 165886600, 0),
(86328, 2875, 124, 'Birak', 275495600, 142713800, 0),
(86329, 2876, 125, 'Gamprin', 472203800, 95093500, 0),
(86330, 2877, 125, 'Planken', 471851600, 95443700, 0),
(86331, 1241, 126, 'Druskininkai', 540166700, 239666700, 0),
(86332, 1241, 126, 'Lazdijai', 542333300, 235166700, 0),
(86333, 1243, 126, 'Priekule', 555536100, 213266700, 0),
(86334, 1243, 126, 'Skuodas', 562666700, 215333300, 0),
(86335, 1245, 126, 'Obeliai', 559666700, 251500000, 0),
(86336, 1246, 126, 'Akmene', 562500000, 227500000, 0),
(86337, 1248, 126, 'Seda', 561666700, 221000000, 0),
(86338, 1249, 126, 'Ignalina', 553500000, 261666700, 0),
(86339, 1249, 126, 'Zarasai', 557333300, 262500000, 0),
(86340, 1250, 126, 'Eisiskes', 541666700, 250000000, 0),
(86341, 1250, 126, 'Trakai', 546333300, 249333300, 0),
(86342, 1251, 127, 'Warken', 498544400, 60950000, 0),
(86343, 1252, 127, 'Echternach', 498055600, 64222200, 0),
(86344, 1252, 127, 'Junglinster', 497072200, 62530600, 0),
(86345, 1252, 127, 'Mertert', 496961100, 64813900, 0),
(86346, 1252, 127, 'Mondorf-les-Bains', 495050000, 62811100, 0),
(86347, 1253, 127, 'Bascharage', 495675000, 59102800, 0),
(86348, 1253, 127, 'Bergem', 495250000, 60422200, 0),
(86349, 1253, 127, 'Bissen', 497875000, 60694400, 0),
(86350, 1253, 127, 'Colmar', 498102800, 60972200, 0),
(86351, 1253, 127, 'Hautcharage', 495775000, 59108300, 0),
(86352, 1253, 127, 'Heisdorf-sur-Alzette', 496686100, 61422200, 0),
(86353, 1253, 127, 'Niederanven', 496475000, 62600000, 0),
(86354, 1253, 127, 'Soleuvre', 495255600, 59405600, 0),
(86355, 1253, 127, 'Tetange', 494758300, 60422200, 0),
(86356, 1256, 129, 'Rusinovo', 416833300, 228083300, 0),
(86357, 1260, 129, 'Pirok', 419108300, 209105600, 0),
(86358, 2878, 129, 'Bosilovo', 414405600, 227277800, 0),
(86359, 1270, 129, 'Marino', 419930600, 215911100, 0),
(86360, 1273, 129, 'Vatasa', 414169400, 220188900, 0),
(86361, 2879, 129, 'Klechovce', 421161100, 218572200, 0),
(86362, 1294, 129, 'Ljubin', 420013900, 213091700, 0),
(86363, 2880, 129, 'Sopotnica', 412947200, 211550000, 0),
(86364, 2881, 129, 'Valandovo', 413169400, 225611100, 0),
(86365, 2882, 129, 'Oktisi', 412325000, 206072200, 0),
(86366, 2883, 129, 'Zelenikovo', 418866700, 215869400, 0),
(86367, 1311, 129, 'Strimnica', 419675000, 210347200, 0),
(86368, 1314, 130, 'Ambositra', -205166700, 472500000, 0),
(86369, 1316, 130, 'Ambodifotatra', -169833300, 498500000, 0),
(86370, 1316, 130, 'Maroantsetra', -154333300, 497333300, 0),
(86371, 2884, 131, 'Mangochi', -144781500, 352644800, 0),
(86372, 1326, 132, 'Buloh Kasap', 25536000, 1027640000, 0),
(86373, 1326, 132, 'Mersing', 24312000, 1038405000, 0),
(86374, 1327, 132, 'Gurun', 58171700, 1004738100, 0),
(86375, 1328, 132, 'Kampung Kadok', 60000000, 1022500000, 0),
(86376, 1328, 132, 'Ketereh', 59570100, 1022481700, 0),
(86377, 1328, 132, 'Pulai Chondong', 58713300, 1022317700, 0),
(86378, 1331, 132, 'Alor Gajah', 23804000, 1022089000, 0),
(86379, 1331, 132, 'Bukit Rambai', 22594000, 1021838000, 0),
(86380, 1331, 132, 'Kuala Sungai Baru', 23594000, 1020353000, 0),
(86381, 1331, 132, 'Pulau Sebang', 24550000, 1022329000, 0),
(86382, 1332, 132, 'Kuala Klawang', 29333330, 1020833330, 0),
(86383, 1333, 132, 'Tanah Rata', 44750000, 1013704000, 0),
(86384, 1338, 132, 'Semporna', 44817800, 1186111800, 0),
(86385, 1340, 132, 'Tanjung Sepat', 26579000, 1015629000, 0),
(86386, 1341, 132, 'Jertih', 57336000, 1024897000, 0),
(86387, 1341, 132, 'Paka', 46374000, 1034368000, 0),
(86388, 2885, 133, 'Kudahuvadhoo', 26707500, 728943700, 0),
(86389, 2886, 133, 'Dhidhdhoo', 68833300, 731000000, 0),
(86390, 2887, 133, 'Madifushi', 23558200, 733547300, 0),
(86391, 2888, 133, 'Vilufushi', 25030600, 733085900, 0),
(86392, 2889, 134, 'Ansongo', 156597000, 5022000, 0),
(86393, 2889, 134, 'Menaka', 159182000, 24022000, 0),
(86394, 1351, 134, 'Kita', 130349000, -94895000, 0),
(86395, 2890, 134, 'Kidal', 184411100, 14077800, 0),
(86396, 2891, 134, 'Banamba', 135500000, -74500000, 0),
(86397, 2891, 134, 'Kati', 127440900, -80725700, 0),
(86398, 2891, 134, 'Koulikoro', 128627300, -75598500, 0),
(86399, 2892, 134, 'Djenne', 139060800, -45533200, 0),
(86400, 2892, 134, 'Douentza', 149951000, -29517000, 0),
(86401, 2892, 134, 'Mopti', 144930200, -41942000, 0),
(86402, 2893, 134, 'Segou', 134317000, -62157000, 0),
(86403, 2894, 134, 'Goundam', 164145300, -36707500, 0),
(86404, 2894, 134, 'Tombouctou', 167734800, -30074200, 0),
(86405, 1353, 135, 'Mqabba', 358476300, 144682400, 0),
(86406, 1353, 135, 'Qala', 360361100, 143094400, 0),
(86407, 1353, 135, 'Qrendi', 358347200, 144583300, 0),
(86408, 1353, 135, 'Safi', 358330600, 144847200, 0),
(86409, 1353, 135, 'Sannat', 360244400, 142427800, 0),
(86410, 1353, 135, 'Vittoriosa', 358922200, 145183300, 0),
(86411, 2895, 136, 'Ailuk', 102197200, 1699796700, 0),
(86412, 2896, 136, 'Enewetak', 113473500, 1623373300, 0),
(86413, 1355, 136, 'RMI Capitol', 70893100, 1713805000, 0),
(86414, 1356, 137, 'La Trinite', 147375800, -609628600, 0),
(86415, 1356, 137, 'Le Lorrain', 148329200, -610566700, 0),
(86416, 2897, 138, 'Nema', 166162000, -72535000, 0),
(86417, 2898, 138, 'Akjoujt', 196969400, -144163900, 0),
(86418, 1359, 139, 'Albion', -202116700, 574008300, 0),
(86419, 1360, 139, 'Laventure', -201458300, 576766700, 0),
(86420, 1367, 139, 'Grand Gaube', -200063900, 576608300, 0),
(86421, 1367, 139, 'Mapou', -200758300, 576013900, 0),
(86422, 1371, 141, 'Santa Rosalia', 273166700, -1122833300, 0),
(86423, 1370, 141, 'Delta', 323550000, -1151930600, 0),
(86424, 1372, 141, 'Champoton', 193500000, -907166700, 0),
(86425, 1373, 141, 'Altamirano', 168833300, -921500000, 0),
(86426, 1373, 141, 'Motozintla de Mendoza', 153666700, -922333300, 0),
(86427, 1373, 141, 'Ocosingo', 170666700, -922500000, 0),
(86428, 1373, 141, 'Oxchuc', 168500000, -924166700, 0),
(86429, 1373, 141, 'Tonala', 160833300, -937500000, 0),
(86430, 1374, 141, 'Anahuac', 285000000, -1067500000, 0),
(86431, 1374, 141, 'Buenaventura', 298500000, -1074833300, 0),
(86432, 1374, 141, 'Creel', 277500000, -1076333300, 0),
(86433, 1374, 141, 'Nuevo Casas Grandes', 304166700, -1079166700, 0),
(86434, 1374, 141, 'Saucillo', 280166700, -1052833300, 0),
(86435, 1374, 141, 'Valle de Allende', 269333300, -1054000000, 0),
(86436, 1375, 141, 'Arteaga', 254666700, -1008500000, 0),
(86437, 1375, 141, 'Ciudad Acuna', 293232200, -1009521700, 0),
(86438, 1375, 141, 'Concordia', 257833300, -1031166700, 0),
(86439, 1376, 141, 'Coquimatlan', 192000000, -1038000000, 0),
(86440, 1379, 141, 'Abasolo', 204500000, -1015166700, 0),
(86441, 1379, 141, 'Cueramaro', 206166700, -1017166700, 0),
(86442, 1379, 141, 'Duarte', 210833300, -1015166700, 0),
(86443, 1379, 141, 'Salvatierra', 202166700, -1008833300, 0),
(86444, 1379, 141, 'San Felipe', 214833300, -1012166700, 0),
(86445, 1379, 141, 'Victoria', 212108300, -1002119400, 0),
(86446, 1380, 141, 'Petaquillas', 175000000, -994666700, 0),
(86447, 1381, 141, 'Huejutla de Reyes', 211333300, -984166700, 0),
(86448, 1381, 141, 'Huichapan', 203833300, -996500000, 0),
(86449, 1381, 141, 'Progreso de Obregon', 202500000, -992000000, 0),
(86450, 1381, 141, 'Santiago Tulantepec', 200333300, -983500000, 0),
(86451, 1381, 141, 'Tepeapulco', 197833300, -985500000, 0),
(86452, 1382, 141, 'Amatitan', 208333300, -1037166700, 0),
(86453, 1382, 141, 'Antonio Escobedo', 208000000, -1040166700, 0),
(86454, 1382, 141, 'Atequiza', 204000000, -1031333300, 0),
(86455, 1382, 141, 'Atoyac', 200166700, -1035333300, 0),
(86456, 1382, 141, 'El Salto', 203333300, -1045000000, 0),
(86457, 1382, 141, 'El Verde', 205500000, -1032666700, 0),
(86458, 1382, 141, 'Huejuquilla el Alto', 226000000, -1038666700, 0),
(86459, 1382, 141, 'San Martin Hidalgo', 204353800, -1039287800, 0),
(86460, 1382, 141, 'Tala', 206666700, -1037000000, 0),
(86461, 1382, 141, 'Tototlan', 205500000, -1028000000, 0),
(86462, 1382, 141, 'Zapote', 210666700, -1028000000, 0),
(86463, 1382, 141, 'Zapotiltic', 196166700, -1034333300, 0),
(86464, 1382, 141, 'Zapotlanejo', 206333300, -1030666700, 0),
(86465, 1383, 141, 'Amecameca de Juarez', 191166700, -987666700, 0),
(86466, 1383, 141, 'Calixtlahuaca', 193341700, -996911100, 0),
(86467, 1383, 141, 'Chiautla', 195333300, -988833300, 0),
(86468, 1383, 141, 'Chimalpa', 194333300, -993500000, 0),
(86469, 1383, 141, 'Rayon', 191444400, -995836100, 0),
(86470, 1383, 141, 'San Bartolo', 191833300, -1000500000, 0),
(86471, 1383, 141, 'San Miguel Zinacantepec', 192819400, -997386100, 0),
(86472, 1383, 141, 'San Pedro Techuchulco', 191108300, -995277800, 0),
(86473, 1383, 141, 'Santa Ana Jilotzingo', 195394400, -994008300, 0),
(86474, 1383, 141, 'Santiago Cuautlalpan', 196866700, -992869400, 0),
(86475, 1383, 141, 'Yachihuacaltepec', 193241700, -996794400, 0),
(86476, 1384, 141, 'Churintzio', 201500000, -1020666700, 0),
(86477, 1384, 141, 'La Piedad Cavadas', 203500000, -1020000000, 0),
(86478, 1384, 141, 'Periban de Ramos', 195166700, -1024166700, 0),
(86479, 1384, 141, 'San Lucas', 185666700, -1007833300, 0),
(86480, 1384, 141, 'Venustiano Carranza', 201166700, -1026500000, 0),
(86481, 1384, 141, 'Zinapecuaro', 198666700, -1008166700, 0),
(86482, 1385, 141, 'Atlatlahucan', 189333300, -989000000, 0),
(86483, 1385, 141, 'La Joya', 186666700, -994666700, 0),
(86484, 1385, 141, 'Oaxtepec', 189000000, -989666700, 0),
(86485, 1385, 141, 'Temixco', 188500000, -992333300, 0),
(86486, 1387, 141, 'Cienega de Flores', 259500000, -1001833300, 0),
(86487, 1387, 141, 'Mina', 260011000, -1005298800, 0),
(86488, 1388, 141, 'Cacaotepec', 171333300, -968000000, 0),
(86489, 1388, 141, 'El Espinal', 163333300, -940666700, 0),
(86490, 1388, 141, 'Matias Romero', 168833300, -950333300, 0),
(86491, 1388, 141, 'San Jeronimo Ixtepec', 165785500, -951022300, 0),
(86492, 1388, 141, 'Santa Maria del Tule', 170333300, -966166700, 0),
(86493, 1388, 141, 'Santiago Pinotepa Nacional', 163166700, -980166700, 0),
(86494, 1389, 141, 'Acatzingo de Hidalgo', 189833300, -977833300, 0),
(86495, 1389, 141, 'Actipan', 189583300, -978027800, 0),
(86496, 1389, 141, 'Huautla de Jimenez', 181315000, -968408800, 0),
(86497, 1389, 141, 'Huejotzingo', 191500000, -984000000, 0),
(86498, 1389, 141, 'Libres', 194666700, -976833300, 0),
(86499, 1389, 141, 'Necaxa', 202166700, -980000000, 0),
(86500, 1389, 141, 'Oriental', 193666700, -976166700, 0),
(86501, 1389, 141, 'San Miguel Xoxtla', 191833300, -983000000, 0),
(86502, 1389, 141, 'Tepatlaxco de Hidalgo', 190674700, -979659500, 0),
(86503, 1389, 141, 'Tepeaca', 189666700, -979000000, 0),
(86504, 1389, 141, 'Tepexi de Rodriguez', 185833300, -979333300, 0),
(86505, 1389, 141, 'Tlanepantla', 188500000, -979000000, 0),
(86506, 1389, 141, 'Zacatepec', 192666700, -975333300, 0),
(86507, 1390, 141, 'Amascala', 207000000, -1002666700, 0),
(86508, 1390, 141, 'San Nicolas', 204833300, -999166700, 0),
(86509, 1391, 141, 'Chunhuhub', 195500000, -886833300, 0),
(86510, 1392, 141, 'Cardenas', 220000000, -996666700, 0),
(86511, 1392, 141, 'Charcas', 231333300, -1011166700, 0),
(86512, 1393, 141, 'Choix', 267091700, -1083219400, 0),
(86513, 1393, 141, 'El Dorado', 243202800, -1073602800, 0),
(86514, 1393, 141, 'Guamuchil', 254666700, -1081000000, 0),
(86515, 1393, 141, 'Mochicahui', 259333300, -1089333300, 0),
(86516, 1393, 141, 'San Blas', 260833300, -1087666700, 0),
(86517, 1394, 141, 'Bacum', 275500000, -1100833300, 0),
(86518, 1394, 141, 'Moctezuma', 298000000, -1096666700, 0),
(86519, 1394, 141, 'Sonoyta', 318500000, -1128333300, 0),
(86520, 1395, 141, 'Frontera', 185833300, -926500000, 0),
(86521, 1395, 141, 'Huimanguillo', 178500000, -933833300, 0),
(86522, 1395, 141, 'Villa el Triunfo', 179166700, -911666700, 0),
(86523, 1396, 141, 'Aldama', 229166700, -980666700, 0),
(86524, 1396, 141, 'Manuel', 227333300, -983000000, 0),
(86525, 1397, 141, 'Huamantla', 193152800, -979250000, 0),
(86526, 1397, 141, 'San Felipe Ixtacuixtla', 193333300, -983666700, 0),
(86527, 1397, 141, 'San Luis Teolocholco', 192500000, -981833300, 0),
(86528, 1398, 141, 'Allende', 181500000, -944000000, 0),
(86529, 1398, 141, 'Coacotla', 179333300, -946750000, 0),
(86530, 1398, 141, 'Cuitlahuac', 188166700, -967166700, 0),
(86531, 1398, 141, 'El Tejar', 190500000, -961666700, 0),
(86532, 1398, 141, 'Hidalgo', 199666700, -968666700, 0),
(86533, 1398, 141, 'La Perla', 189333300, -971333300, 0),
(86534, 1398, 141, 'Playa Vicente', 178333300, -958166700, 0),
(86535, 1398, 141, 'San Juan Evangelista', 179000000, -951333300, 0),
(86536, 1398, 141, 'San Rafael', 202000000, -968500000, 0),
(86537, 1398, 141, 'Tequila', 187333300, -970666700, 0),
(86538, 1398, 141, 'Xico', 194166700, -970000000, 0),
(86539, 1398, 141, 'Zaragoza', 212833300, -977166700, 0),
(86540, 1399, 141, 'Opichen', 205500000, -898500000, 0),
(86541, 1399, 141, 'Tixkokob', 210000000, -894000000, 0),
(86542, 1400, 141, 'Luis Moya', 224166700, -1022500000, 0),
(86543, 1400, 141, 'Pinos', 223000000, -1015666700, 0),
(86544, 1400, 141, 'Sanchez Roman', 217833300, -1033166700, 0),
(86545, 1400, 141, 'Tabasco', 218666700, -1029166700, 0),
(86546, 2899, 143, 'Causeni', 466441700, 294138900, 0),
(86547, 1410, 143, 'Vadul lui Voda', 470916700, 290755600, 0),
(86548, 1418, 143, 'Bugeac', 463658300, 286633300, 0),
(86549, 2900, 143, 'Glodeni', 477708300, 275144400, 0),
(86550, 2901, 143, 'Taraclia', 459000000, 286688900, 0),
(86551, 2902, 145, 'Choybalsan', 480666700, 1145000000, 0),
(86552, 1435, 145, 'Altai', 463722200, 962583300, 0),
(86553, 2903, 145, 'Arvayheer', 462638900, 1027750000, 0),
(86554, 2904, 145, 'Delgerhaan', 500857800, 1061857800, 0),
(86555, 1441, 146, 'Petrovac na Moru', 422055600, 189425000, 0),
(86556, 2905, 146, 'Danilovgrad', 425538400, 191460800, 0),
(86557, 1443, 146, 'Bijela', 424533300, 186555600, 0),
(86558, 1443, 146, 'Igalo', 424600700, 185064700, 0),
(86559, 1447, 146, 'Tuzi', 423655600, 193313900, 0),
(86560, 2906, 146, 'Zabljak', 431542300, 191232500, 0),
(86561, 1452, 148, 'Oued Zem', 328627000, -65735900, 0),
(86562, 1452, 148, 'Riah', 331512200, -73750400, 0),
(86563, 1453, 148, 'Youssoufia', 322463400, -85294100, 0),
(86564, 1455, 148, 'Sidi Bousber', 345628400, -53620800, 0),
(86565, 1458, 148, 'Ouirgane', 311776600, -80732900, 0),
(86566, 1459, 148, 'Aoufous', 316800000, -41700000, 0),
(86567, 1459, 148, 'El Hajeb', 336878600, -53710000, 0),
(86568, 1459, 148, 'Sidi Yahya Ou Saad', 326801100, -55773800, 0),
(86569, 1460, 148, 'El Aioun', 345831900, -25061200, 0),
(86570, 1460, 148, 'Jerada', 343100000, -21600000, 0),
(86571, 1461, 148, 'Oulmes', 334258500, -60013700, 0),
(86572, 1462, 148, 'Tarsouat', 295815300, -90266400, 0),
(86573, 1462, 148, 'Tineghir', 315157100, -55342800, 0),
(86574, 1463, 148, 'Ifrane', 317021700, -63494000, 0),
(86575, 1463, 148, 'Oulad Ayad', 322000000, -68000000, 0),
(86576, 1465, 148, 'Ourtzagh', 345347700, -49687800, 0),
(86577, 1465, 148, 'Targuist', 349376900, -43185600, 0),
(86578, 1467, 149, 'Macia', -250269400, 330988900, 0),
(86579, 2907, 149, 'Inhambane', -238650000, 353833300, 0),
(86580, 2908, 149, 'Chimoio', -191163900, 334833300, 0),
(86581, 2909, 149, 'Quelimane', -178786100, 368883300, 0),
(86582, 2910, 150, 'Myitkyina', 253833300, 974000000, 0),
(86583, 1473, 150, 'Magway', 201500000, 949166700, 0),
(86584, 2911, 150, 'Bago', 173366700, 964797200, 0),
(86585, 2911, 150, 'Thanatpin', 172119400, 963033300, 0),
(86586, 1476, 150, 'Sagaing', 218787000, 959796500, 0),
(86587, 2912, 151, 'Katima Mulilo', -175000000, 242666700, 0),
(86588, 1479, 151, 'Omaruru', -214333300, 159333300, 0),
(86589, 1479, 151, 'Usakos', -220000000, 156000000, 0),
(86590, 2913, 151, 'Mariental', -246333300, 179666700, 0),
(86591, 2913, 151, 'Rehoboth', -233166700, 170833300, 0),
(86592, 2914, 151, 'Opuwo', -180606800, 138399800, 0),
(86593, 1480, 151, 'Luderitz', -266480600, 151594400, 0),
(86594, 2915, 151, 'Khorixas', -203666700, 149666700, 0),
(86595, 2915, 151, 'Outjo', -201166700, 161500000, 0),
(86596, 2916, 151, 'Oshikango', -174000000, 158833300, 0),
(86597, 2917, 151, 'Otjiwarongo', -204636900, 166477200, 0),
(86598, 1485, 151, 'Grootfontein', -195666700, 181166700, 0),
(86599, 1492, 153, 'Jaleswar', 266471100, 858008100, 0),
(86600, 1492, 153, 'Malangwa', 268567900, 855581100, 0),
(86601, 1493, 153, 'Khandbari', 273746900, 872039000, 0),
(86602, 1494, 153, 'Bhairahawa', 275000000, 834500000, 0),
(86603, 1497, 153, 'Lahan', 267295800, 864951500, 0),
(86604, 1497, 153, 'Siraha', 266541100, 862087000, 0),
(86605, 1498, 153, 'Tikapur', 285000000, 811333300, 0),
(86606, 1499, 154, 'Dalen', 526991700, 67555600, 0),
(86607, 1499, 154, 'Havelte', 527694100, 62401500, 0),
(86608, 1499, 154, 'Schoonebeek', 526625000, 68847200, 0),
(86609, 1501, 154, 'Aldeboarn', 530500000, 59000000, 0),
(86610, 1501, 154, 'Boelenslaan', 531617000, 61447900, 0),
(86611, 1501, 154, 'Broeksterwald', 532746600, 59964800, 0),
(86612, 1501, 154, 'Burdaard', 532942100, 58789700, 0),
(86613, 1501, 154, 'De Knipe', 529682900, 59711600, 0),
(86614, 1501, 154, 'De Westereen', 532573100, 60363000, 0),
(86615, 1501, 154, 'Deinum', 531918200, 57243100, 0),
(86616, 1501, 154, 'Drogeham', 532021300, 61118300, 0),
(86617, 1501, 154, 'Eastermar', 531746600, 60599900, 0),
(86618, 1501, 154, 'Echtenerbrug', 528714100, 58214700, 0),
(86619, 1501, 154, 'Feanwalden', 532355800, 59883200, 0),
(86620, 1501, 154, 'Ferwert', 533378400, 58253300, 0),
(86621, 1501, 154, 'Heeg', 529686000, 56107500, 0),
(86622, 1501, 154, 'Hollum', 534394000, 56380500, 0),
(86623, 1501, 154, 'Jirnsum', 530775300, 57925400, 0),
(86624, 1501, 154, 'Kootstertille', 532126100, 60920900, 0),
(86625, 1501, 154, 'Mantgum', 531286500, 57192400, 0),
(86626, 1501, 154, 'Minnertsga', 532510400, 55951300, 0),
(86627, 1501, 154, 'Nieuwehorne', 529511300, 60634200, 0),
(86628, 1501, 154, 'Oentsjerk', 532500000, 59000000, 0),
(86629, 1501, 154, 'Oudega', 531250400, 59988800, 0),
(86630, 1501, 154, 'Oudehaske', 529570900, 58709500, 0),
(86631, 1501, 154, 'Reduzum', 531177500, 57876500, 0),
(86632, 1501, 154, 'Rinsumageast', 532969500, 59493100, 0),
(86633, 1501, 154, 'Sexbierum', 532182300, 54840200, 0),
(86634, 1501, 154, 'Sint Annaparochie', 532762000, 56572700, 0),
(86635, 1501, 154, 'Sint Jacobiparochie', 532729100, 56035400, 0),
(86636, 1501, 154, 'Steggerda', 528573400, 60754800, 0),
(86637, 1501, 154, 'Sumar', 531833300, 60000000, 0),
(86638, 1501, 154, 'Surhuizum', 532047500, 61798100, 0),
(86639, 1501, 154, 'Ternaard', 533820300, 59652300, 0),
(86640, 1501, 154, 'Twijzelerheide', 532401500, 60459100, 0),
(86641, 1501, 154, 'Tytsjerk', 532134300, 59096100, 0),
(86642, 1501, 154, 'Tzum', 531589900, 55627700, 0),
(86643, 1501, 154, 'Walterswald', 533000000, 60333300, 0),
(86644, 1501, 154, 'Warten', 531500000, 59000000, 0),
(86645, 1501, 154, 'Wergea', 531514500, 58440400, 0),
(86646, 1501, 154, 'Winsum', 531519000, 56335900, 0),
(86647, 1501, 154, 'Wirdum', 531489300, 58038700, 0),
(86648, 1501, 154, 'Woudsend', 529435700, 56284300, 0),
(86649, 1502, 154, 'Almen', 521583300, 63000000, 0),
(86650, 1502, 154, 'Bredevoort', 519416700, 66208300, 0),
(86651, 1502, 154, 'Eefde', 521666700, 62250000, 0),
(86652, 1502, 154, 'Ellecom', 520325000, 60875000, 0),
(86653, 1502, 154, 'Emst', 523158300, 59736100, 0),
(86654, 1502, 154, 'Harfsen', 522075000, 62972200, 0),
(86655, 1502, 154, 'Harskamp', 521300000, 57527800, 0),
(86656, 1502, 154, 'Loenen', 521175000, 60194400, 0),
(86657, 1502, 154, 'Nederhemert', 517651800, 51681700, 0),
(86658, 1502, 154, 'Neerijnen', 518316700, 52819400, 0),
(86659, 1502, 154, 'Oene', 523441700, 60486100, 0),
(86660, 1502, 154, 'Randwijk', 519533300, 57083300, 0),
(86661, 1502, 154, 'Valburg', 519116700, 57902800, 0),
(86662, 1502, 154, 'Wekerom', 521125000, 57138900, 0),
(86663, 1502, 154, 'Wolfheze', 520033300, 57902800, 0),
(86664, 1503, 154, 'Grijpskerk', 532625000, 63083300, 0),
(86665, 1504, 154, 'Doenrade', 509675000, 59069400, 0),
(86666, 1504, 154, 'Koningsbosch', 510516700, 59583300, 0),
(86667, 1504, 154, 'Oirsbeek', 509508300, 59083300, 0),
(86668, 1505, 154, '''s Gravenmoer', 516559400, 49407600, 0),
(86669, 1505, 154, 'Lepelstraat', 515483300, 42763900, 0),
(86670, 1505, 154, 'Nieuw-Vossemeer', 515900000, 42180600, 0),
(86671, 1505, 154, 'Reek', 517458300, 56819400, 0),
(86672, 1505, 154, 'Tongelre', 514488900, 55197800, 0),
(86673, 1505, 154, 'Zijtaart', 515925000, 55416700, 0),
(86674, 1507, 154, 'Diepenheim', 522000000, 65555600, 0),
(86675, 1507, 154, 'Giethoorn', 527400000, 60791700, 0),
(86676, 1507, 154, 'Heino', 524366100, 62328200, 0),
(86677, 1507, 154, 'Hengevelde', 521991700, 66361100, 0),
(86678, 1507, 154, 'Magele', 524691700, 65208300, 0),
(86679, 1507, 154, 'Oldemarkt', 528208300, 59750000, 0),
(86680, 1507, 154, 'Sint Jansklooster', 526775000, 60055600, 0),
(86681, 1508, 154, 'Maarsbergen', 520583300, 54055600, 0),
(86682, 1509, 154, 'Burgh', 516891700, 37333300, 0),
(86683, 1509, 154, 'Haamstede', 516968200, 37429900, 0),
(86684, 1509, 154, 'Koewacht', 512283300, 39736100, 0),
(86685, 1509, 154, 'Scharendijke', 517358300, 38430600, 0),
(86686, 1510, 154, 'Nieuwenhoorn', 518541700, 41430600, 0),
(86687, 1515, 156, 'Leeston', -437666700, 1723000000, 0),
(86688, 1521, 156, 'Ahipara', -351666700, 1731666700, 0),
(86689, 1523, 156, 'Te Anau', -454166700, 1677166700, 0),
(86690, 1524, 156, 'Opunake', -394555600, 1738583300, 0),
(86691, 1526, 156, 'Turangi', -390000000, 1759333300, 0),
(86692, 1527, 156, 'Karori', -412848600, 1747368000, 0),
(86693, 1528, 156, 'Hokitika', -427166700, 1709666700, 0),
(86694, 1532, 157, 'Somotillo', 130432800, -869064500, 0),
(86695, 1535, 157, 'Diriomo', 118761200, -860518400, 0),
(86696, 1537, 157, 'Nagarote', 122659300, -865647400, 0),
(86697, 1540, 157, 'Ciudad Dario', 127314300, -861240200, 0),
(86698, 1544, 158, 'Bilma', 186853200, 129164300, 0),
(86699, 2918, 158, 'Diffa', 133153600, 126113400, 0),
(86700, 2919, 158, 'Dosso', 130490000, 31937000, 0),
(86701, 2920, 158, 'Maradi', 135000000, 71017400, 0),
(86702, 2921, 158, 'Tahoua', 148888000, 52692000, 0),
(86703, 1546, 158, 'Goure', 139835000, 102703500, 0),
(86704, 1547, 159, 'Arochukwu', 53897900, 79140400, 0),
(86705, 1547, 159, 'Bende', 55571800, 76367600, 0),
(86706, 1547, 159, 'Umuahia', 55262700, 74895900, 0),
(86707, 1548, 159, 'Ganye', 84333300, 120666700, 0),
(86708, 1548, 159, 'Mubi', 102676100, 132643600, 0),
(86709, 1549, 159, 'Abak', 49797000, 77917100, 0),
(86710, 1549, 159, 'Eket', 46412200, 79209200, 0),
(86711, 1549, 159, 'Etinan', 48426200, 78525200, 0),
(86712, 1550, 159, 'Agulu', 61100000, 70724000, 0),
(86713, 1550, 159, 'Nnewi', 60198600, 69147800, 0),
(86714, 1550, 159, 'Onitsha', 61454300, 67884500, 0),
(86715, 2922, 159, 'Azare', 116765000, 101948000, 0),
(86716, 2922, 159, 'Bauchi', 103134400, 98432700, 0),
(86717, 2922, 159, 'Darazo', 109937500, 104117900, 0),
(86718, 2922, 159, 'Gamawa', 121343000, 105396000, 0),
(86719, 1551, 159, 'Amassoma', 49691700, 61097200, 0),
(86720, 1552, 159, 'Katsina Ala', 71666700, 92833300, 0),
(86721, 1552, 159, 'Yandev', 73666700, 90500000, 0),
(86722, 2923, 159, 'Bama', 115221000, 136855800, 0),
(86723, 2923, 159, 'Kukawa', 129234200, 135605800, 0),
(86724, 2923, 159, 'Maiduguri', 118464400, 131602700, 0),
(86725, 1553, 159, 'Akankpa', 51264000, 81898000, 0),
(86726, 1553, 159, 'Obubra', 60752500, 83290400, 0),
(86727, 1553, 159, 'Obudu', 66673700, 91715700, 0),
(86728, 1553, 159, 'Ogoja', 66547100, 87976400, 0),
(86729, 1553, 159, 'Ugep', 58086000, 80812000, 0),
(86730, 1554, 159, 'Abraka', 57902300, 61047300, 0),
(86731, 1554, 159, 'Agbor', 62518300, 61933700, 0),
(86732, 1554, 159, 'Bomadi', 51593100, 59251600, 0),
(86733, 1554, 159, 'Kwale', 57063200, 64374100, 0),
(86734, 1554, 159, 'Ogwashi-Uku', 61781800, 65242900, 0),
(86735, 1554, 159, 'Sapele', 58940500, 56766600, 0),
(86736, 1554, 159, 'Ughelli', 54898600, 60074300, 0),
(86737, 2924, 159, 'Abakaliki', 63162500, 81169100, 0),
(86738, 2924, 159, 'Afikpo', 58931200, 79373500, 0),
(86739, 2924, 159, 'Effium', 66291700, 80592500, 0),
(86740, 1555, 159, 'Ekpoma', 67420600, 61390000, 0),
(86741, 1555, 159, 'Uromi', 67000000, 63333300, 0),
(86742, 1556, 159, 'Ado-Ekiti', 76210000, 52215000, 0),
(86743, 1557, 159, 'Adani', 67397100, 70111700, 0),
(86744, 1557, 159, 'Eha Amufu', 66591500, 77596100, 0),
(86745, 2925, 159, 'Akko', 102889900, 109732000, 0),
(86746, 2925, 159, 'Dukku', 108230600, 107716700, 0),
(86747, 2925, 159, 'Gombe', 102896900, 111672900, 0),
(86748, 1559, 159, 'Oguta', 57089000, 68102600, 0),
(86749, 1559, 159, 'Orlu', 57946400, 70349500, 0),
(86750, 1560, 159, 'Babura', 127730500, 90158300, 0),
(86751, 1560, 159, 'Birnin Kudu', 114458800, 94984000, 0),
(86752, 1560, 159, 'Gumel', 126279100, 93911900, 0),
(86753, 1562, 159, 'Wudil', 118106700, 88450500, 0),
(86754, 1563, 159, 'Batsari', 127514700, 72447200, 0),
(86755, 1563, 159, 'Funtua', 115232500, 73081300, 0),
(86756, 1563, 159, 'Gora', 119129400, 76653000, 0),
(86757, 1563, 159, 'Katsina', 129894300, 76006300, 0),
(86758, 1563, 159, 'Malumfashi', 117852900, 76217500, 0),
(86759, 2926, 159, 'Argungu', 127433400, 45268700, 0),
(86760, 2926, 159, 'Birnin Kebbi', 124538900, 41975000, 0),
(86761, 2926, 159, 'Gwandu', 124938200, 46422700, 0),
(86762, 2926, 159, 'Shanga', 112106200, 45787800, 0),
(86763, 2926, 159, 'Zuru', 114240600, 52287900, 0),
(86764, 2927, 159, 'Ajaokuta', 75622900, 66549700, 0),
(86765, 2927, 159, 'Ankpa', 73705800, 76253000, 0),
(86766, 2927, 159, 'Egbe', 82166700, 55166700, 0),
(86767, 2927, 159, 'Idah', 71065100, 67341500, 0),
(86768, 2927, 159, 'Kabba', 78287300, 60731000, 0),
(86769, 2927, 159, 'Lokoja', 78023600, 67430000, 0),
(86770, 1564, 159, 'Jebba', 91333300, 48333300, 0),
(86771, 1564, 159, 'Kaiama', 96225000, 39480600, 0),
(86772, 1564, 159, 'Lafiagi', 88666700, 54166700, 0),
(86773, 1564, 159, 'Offa', 81500000, 47166700, 0),
(86774, 1564, 159, 'Okuta', 92166700, 31833300, 0),
(86775, 1564, 159, 'Pategi', 87333300, 57500000, 0),
(86776, 2928, 159, 'Akwanga', 89166700, 83833300, 0),
(86777, 2928, 159, 'Keffi', 88486100, 78736100, 0),
(86778, 2928, 159, 'Lafia', 84833300, 85166700, 0),
(86779, 2928, 159, 'Nassarawa', 85294400, 77241700, 0),
(86780, 2928, 159, 'Wamba', 89333300, 86000000, 0),
(86781, 2929, 159, 'Bida', 90833300, 60166700, 0),
(86782, 2929, 159, 'Ibeto', 104853600, 51450200, 0),
(86783, 2929, 159, 'Kontagora', 103998900, 54694900, 0),
(86784, 2929, 159, 'Lapai', 90500000, 65666700, 0),
(86785, 2929, 159, 'Minna', 96138900, 65569400, 0),
(86786, 2929, 159, 'Zungeru', 98127800, 61558300, 0),
(86787, 1566, 159, 'Ijebu-Igbo', 69798000, 40032900, 0),
(86788, 1566, 159, 'Ijebu-Ode', 68160900, 39158800, 0),
(86789, 1566, 159, 'Owode', 69486400, 35051100, 0),
(86790, 1566, 159, 'Shagamu', 68432300, 36477600, 0),
(86791, 1567, 159, 'Idanre', 71127000, 51159000, 0),
(86792, 1567, 159, 'Ondo', 71000000, 48333300, 0),
(86793, 1568, 159, 'Apomu', 73333300, 41833300, 0),
(86794, 1568, 159, 'Ejigbo', 79000000, 43166700, 0),
(86795, 1568, 159, 'Gbongan', 74666700, 43500000, 0),
(86796, 1568, 159, 'Ikire', 73500000, 41833300, 0),
(86797, 1568, 159, 'Ikirun', 79166700, 46666700, 0),
(86798, 1568, 159, 'Oyan', 80500000, 47666700, 0),
(86799, 1569, 159, 'Igboho', 88333300, 37500000, 0),
(86800, 1569, 159, 'Saki', 86666700, 33833300, 0),
(86801, 1570, 159, 'Bokkos', 93000000, 90000000, 0),
(86802, 1570, 159, 'Pankshin', 93333300, 94500000, 0),
(86803, 1571, 159, 'Ahoada', 50739500, 66535300, 0),
(86804, 1571, 159, 'Bonny', 44522000, 71680800, 0),
(86805, 1571, 159, 'Bori', 46736600, 73620100, 0),
(86806, 1571, 159, 'Elele', 51009000, 68141100, 0),
(86807, 2930, 159, 'Dange', 128512800, 53470500, 0),
(86808, 2930, 159, 'Goronyo', 134423200, 56763200, 0),
(86809, 2930, 159, 'Sokoto', 130609200, 52390200, 0),
(86810, 2931, 159, 'Jalingo', 88833300, 113666700, 0),
(86811, 2931, 159, 'Wukari', 78500000, 97833300, 0),
(86812, 2932, 159, 'Damaturu', 117470000, 119608000, 0),
(86813, 2932, 159, 'Daura', 115538000, 114085000, 0),
(86814, 2932, 159, 'Gashua', 128710000, 110482000, 0),
(86815, 2932, 159, 'Geidam', 128970000, 119304000, 0),
(86816, 2932, 159, 'Potiskum', 117091000, 110694000, 0),
(86817, 2933, 159, 'Gusau', 121627800, 66613500, 0),
(86818, 2933, 159, 'Kaura Namoda', 125897900, 65779100, 0),
(86819, 2933, 159, 'Maru', 123341700, 64056900, 0),
(86820, 2933, 159, 'Moriki', 128740500, 64875400, 0),
(86821, 2933, 159, 'Talata Mafara', 125731700, 60597100, 0),
(86822, 1575, 163, 'Maura', 602500000, 110166700, 0),
(86823, 1575, 163, 'Teigebyen', 602215500, 110186700, 0),
(86824, 1576, 163, 'Amli', 587684500, 84865100, 0),
(86825, 1576, 163, 'Birkeland', 583309100, 82322900, 0),
(86826, 1576, 163, 'Blakstad', 585046000, 86464800, 0),
(86827, 1576, 163, 'Hovden', 595602700, 73567600, 0),
(86828, 1576, 163, 'Myra', 587466600, 88600000, 0),
(86829, 1576, 163, 'Valle', 592125900, 75355900, 0),
(86830, 1577, 163, 'Noresund', 601803200, 96231200, 0),
(86831, 1577, 163, 'Tofte', 595427500, 105613800, 0),
(86832, 1577, 163, 'Troim', 608611400, 85653700, 0),
(86833, 1578, 163, 'Breivikbotn', 705887100, 222848600, 0),
(86834, 1578, 163, 'Havoysund', 709963400, 246621700, 0),
(86835, 1579, 163, 'Bergset', 618892600, 110779900, 0),
(86836, 1579, 163, 'Valer', 606784500, 118331400, 0),
(86837, 1580, 163, 'Austrheim', 607774000, 49323000, 0),
(86838, 1580, 163, 'Etnesjoen', 596647700, 59326400, 0),
(86839, 1580, 163, 'Fedje', 607789000, 47148500, 0),
(86840, 1580, 163, 'Kinsarvik', 603756800, 67224700, 0),
(86841, 1580, 163, 'Knarrviki', 605422200, 52883300, 0),
(86842, 1580, 163, 'Lonevag', 605261900, 54936500, 0),
(86843, 1580, 163, 'Norheimsund', 603708900, 61456200, 0),
(86844, 1580, 163, 'Rubbestadneset', 598147200, 52680600, 0),
(86845, 1580, 163, 'Sveio', 595419000, 53517800, 0),
(86846, 1580, 163, 'Tjeldsto', 605986100, 48442100, 0),
(86847, 1580, 163, 'Ulvik', 605711700, 69170100, 0),
(86848, 1581, 163, 'Aure', 632677900, 85313300, 0),
(86849, 1581, 163, 'Fiska', 621005900, 55578800, 0),
(86850, 1581, 163, 'Hareid', 623713600, 60263400, 0),
(86851, 1581, 163, 'Hopen', 634634400, 80139000, 0),
(86852, 1581, 163, 'Rindal', 630565000, 92123900, 0),
(86853, 1581, 163, 'Skodje', 625020600, 67034300, 0),
(86854, 1581, 163, 'Tomra', 625833300, 69333300, 0),
(86855, 1581, 163, 'Valldal', 622978200, 72637400, 0),
(86856, 1582, 163, 'Leksvik', 636724800, 106266000, 0),
(86857, 1582, 163, 'Namdalseid', 642224300, 112213900, 0),
(86858, 1582, 163, 'Royrvik', 648873300, 135621900, 0),
(86859, 1583, 163, 'Andenes', 693142800, 161193900, 0),
(86860, 1583, 163, 'Bogen', 685264700, 169928000, 0),
(86861, 1583, 163, 'Gladstad', 656773200, 119613700, 0),
(86862, 1583, 163, 'Glomfjord', 668166700, 139666700, 0),
(86863, 1583, 163, 'Hattfjelldal', 655979500, 139842200, 0),
(86864, 1583, 163, 'Hauknes', 662833300, 140666700, 0),
(86865, 1583, 163, 'Leinesfjorden', 677754800, 150154500, 0),
(86866, 1583, 163, 'Lodingen', 684139900, 159951200, 0),
(86867, 1583, 163, 'Ramberg', 680890200, 132317700, 0),
(86868, 1583, 163, 'Reine', 679324900, 130895500, 0),
(86869, 1583, 163, 'Rognan', 670952800, 153877800, 0),
(86870, 1583, 163, 'Rost', 675175400, 121176000, 0),
(86871, 1583, 163, 'Vagaholmen', 667136700, 132871100, 0),
(86872, 1584, 163, 'Bagn', 608224900, 95520700, 0),
(86873, 1584, 163, 'Dovre', 619843900, 92539900, 0),
(86874, 1584, 163, 'Grua', 602666700, 106666700, 0),
(86875, 1584, 163, 'Heggenes', 611438300, 90694200, 0),
(86876, 1584, 163, 'Otta', 617712000, 95352900, 0),
(86877, 1584, 163, 'Raufoss', 607263800, 106171800, 0),
(86878, 1584, 163, 'Ringebu', 615166700, 101666700, 0),
(86879, 1584, 163, 'Skreia', 606500000, 109333300, 0),
(86880, 1586, 163, 'Elvestad', 596240100, 109508000, 0),
(86881, 1586, 163, 'Knappstad', 596333300, 110500000, 0),
(86882, 1586, 163, 'Meieribyen', 594745300, 111608300, 0),
(86883, 1586, 163, 'Ryggebyen', 593750000, 107500000, 0),
(86884, 1587, 163, 'Bokn', 592306200, 54352400, 0),
(86885, 1587, 163, 'Hjelmeland', 592333300, 61833300, 0),
(86886, 1587, 163, 'Judaberg', 591658500, 58731500, 0),
(86887, 1587, 163, 'Sand', 594853200, 62535300, 0),
(86888, 1587, 163, 'Sauda', 596505900, 63541500, 0),
(86889, 1587, 163, 'Skudeneshavn', 591485600, 52568700, 0),
(86890, 1587, 163, 'Vigrestad', 585666700, 57000000, 0),
(86891, 1588, 163, 'Ardalstangen', 612371100, 76983400, 0),
(86892, 1588, 163, 'Aurlandsvangen', 609081400, 71897700, 0),
(86893, 1588, 163, 'Dale', 613631100, 53980900, 0),
(86894, 1588, 163, 'Hyllestad', 611710900, 52960300, 0),
(86895, 1588, 163, 'Nordfjordeid', 619062600, 59915400, 0),
(86896, 1588, 163, 'Selje', 620459100, 53509600, 0),
(86897, 1589, 163, 'Arnes', 639611400, 102260100, 0),
(86898, 1589, 163, 'Roan', 641726900, 102289800, 0),
(86899, 1590, 163, 'Bo', 594129900, 90693000, 0),
(86900, 1590, 163, 'Dalen', 594447400, 80116800, 0),
(86901, 1590, 163, 'Gvarv', 593874600, 91737000, 0),
(86902, 1590, 163, 'Moland', 591865000, 80895000, 0),
(86903, 1590, 163, 'Prestestranda', 590977300, 90586600, 0),
(86904, 1590, 163, 'Seljord', 594894000, 86340300, 0),
(86905, 1590, 163, 'Treungen', 590215400, 85237500, 0),
(86906, 1590, 163, 'Ulefoss', 592838200, 92645900, 0),
(86907, 1591, 163, 'Borkenes', 687739600, 161739100, 0),
(86908, 1591, 163, 'Evenskjer', 685849100, 165754600, 0),
(86909, 1591, 163, 'Moen', 691304300, 186122600, 0),
(86910, 1592, 163, 'Helland', 581887500, 75251300, 0),
(86911, 1592, 163, 'Konsmo', 582852900, 73559800, 0),
(86912, 1592, 163, 'Tingvatn', 583757000, 72197000, 0),
(86913, 1592, 163, 'Ytre Strai', 582000000, 79000000, 0),
(86914, 1593, 163, 'Andebu', 593059200, 101765300, 0),
(86915, 1593, 163, 'Hof', 595301300, 100903200, 0),
(86916, 1593, 163, 'Melsomvik', 592238900, 103447200, 0),
(86917, 1593, 163, 'Skoger', 596666700, 102333300, 0),
(86918, 1593, 163, 'Svarstad', 593990000, 99698500, 0),
(86919, 1608, 165, 'Alpurai', 349205800, 726325600, 0),
(86920, 1608, 165, 'Baffa', 344378200, 732193700, 0),
(86921, 1608, 165, 'Bat Khela', 346166700, 719713900, 0),
(86922, 1608, 165, 'Havelian', 340536000, 731657100, 0),
(86923, 1608, 165, 'Lakki Marwat', 326079500, 709114200, 0),
(86924, 1608, 165, 'Swabi', 341198800, 724698700, 0),
(86925, 1609, 165, 'Gilgit', 359221000, 743087000, 0),
(86926, 1609, 165, 'Skardu', 352885100, 756333400, 0),
(86927, 1610, 165, 'Baddomalhi', 319928300, 746683400, 0),
(86928, 1610, 165, 'Bhai Pheru', 312000000, 739500000, 0),
(86929, 1610, 165, 'Bhera', 324831800, 729097000, 0),
(86930, 1610, 165, 'Bhopalwala', 324288800, 743633000, 0),
(86931, 1610, 165, 'Chawinda', 323469200, 747061200, 0),
(86932, 1610, 165, 'Choa Saidan Shah', 327200600, 729848600, 0),
(86933, 1610, 165, 'Chunian', 309639700, 739802900, 0),
(86934, 1610, 165, 'Daud Khel', 328749800, 715701200, 0),
(86935, 1610, 165, 'Jandiala Sher Khan', 318198600, 739181200, 0),
(86936, 1610, 165, 'Jauharabad', 322898000, 722813000, 0),
(86937, 1610, 165, 'Jhumra', 315678100, 731834700, 0),
(86938, 1610, 165, 'Kot Mumin', 321895400, 730279800, 0),
(86939, 1610, 165, 'Kot Sultan', 307737000, 709312500, 0),
(86940, 1610, 165, 'Leiah', 309612800, 709390400, 0),
(86941, 1610, 165, 'Liliani', 322065100, 729537200, 0),
(86942, 1610, 165, 'Mamu Kanjan', 308333300, 728000000, 0),
(86943, 1610, 165, 'Mitha Tiwana', 322486100, 721108300, 0),
(86944, 1610, 165, 'Murree', 339072700, 733929500, 0),
(86945, 1610, 165, 'Rajanpur', 291035100, 703250400, 0),
(86946, 1610, 165, 'Rasulnagar', 323285300, 737813600, 0),
(86947, 1610, 165, 'Renala Khurd', 308833300, 736000000, 0),
(86948, 1610, 165, 'Talagang', 329297300, 724158300, 0),
(86949, 1611, 165, 'Bhit Shah', 258043700, 684926500, 0),
(86950, 1611, 165, 'Johi', 266920600, 676133000, 0),
(86951, 1611, 165, 'Nasirabad', 273809100, 679167800, 0),
(86952, 1611, 165, 'Naushahro Firoz', 268423800, 681229800, 0),
(86953, 1611, 165, 'Sakrand', 261383900, 682736100, 0),
(86954, 2934, 166, 'Ngetkib', 73645100, 1345148400, 0),
(86955, 2935, 166, 'Koror State', 73397800, 1344732600, 0),
(86956, 2935, 166, 'Koror Town', 73425700, 1344788800, 0),
(86957, 1613, 167, '''Abasan al Kabirah', 313191300, 343400500, 0),
(86958, 1613, 167, 'Al Qararah', 313738900, 343408500, 0),
(86959, 1613, 167, 'Dayr Samit', 315205700, 349744200, 0),
(86960, 1614, 167, 'Al Lubban al Gharbi', 320350400, 350392800, 0),
(86961, 1614, 167, 'Bal''a', 323339200, 351116000, 0),
(86962, 1614, 167, 'Barta''ah ash Sharqiyah', 324730400, 350936000, 0),
(86963, 1614, 167, 'Bayt ''Inun', 315587000, 351244000, 0),
(86964, 1614, 167, 'Bayt Iba', 322363100, 352108500, 0),
(86965, 1614, 167, 'Bayt Lid', 322608900, 351316900, 0),
(86966, 1614, 167, 'Bayt Sira', 318901800, 350462100, 0),
(86967, 1614, 167, 'Bi''r Zayt', 319696900, 352015000, 0),
(86968, 1614, 167, 'Fahmah', 323829100, 351791200, 0),
(86969, 1614, 167, 'Jurat ash Sham''ah', 316505100, 351700100, 0),
(86970, 1614, 167, 'Kafr Dan', 324792700, 352556600, 0),
(86971, 1614, 167, 'Khallat Hamamah', 317216000, 351924300, 0),
(86972, 1614, 167, 'Khallat Salih', 314201300, 351151600, 0),
(86973, 1614, 167, 'Maythalun', 323479800, 352744600, 0),
(86974, 1614, 167, 'Rummanah', 325237700, 352051400, 0),
(86975, 1614, 167, 'Sayda', 323848900, 351185600, 0),
(86976, 1614, 167, 'Zayta', 323867800, 350490300, 0),
(86977, 1614, 167, 'Zububa', 325450100, 352239400, 0),
(86978, 1615, 168, 'Barranco', 95166700, -827000000, 0),
(86979, 1616, 168, 'Alanje', 84000000, -825500000, 0),
(86980, 2936, 168, 'Las Tablas', 77666700, -802833300, 0),
(86981, 2936, 168, 'Los Santos', 79333300, -804166700, 0),
(86982, 2936, 168, 'Tonosi', 74000000, -804500000, 0),
(86983, 1620, 168, 'La Mitra', 88422200, -797866700, 0),
(86984, 1620, 168, 'Las Colinas', 85500000, -800833300, 0),
(86985, 1620, 168, 'Las Cumbres', 90833300, -795333300, 0),
(86986, 1620, 168, 'San Vicente de Bique', 89166700, -796833300, 0),
(86987, 1622, 168, 'La Pena', 81333300, -810333300, 0),
(86988, 2937, 169, 'Lorengau', -20225900, 1472711900, 0),
(86989, 2938, 169, 'Samarai', -106166700, 1506666700, 0),
(86990, 2939, 169, 'Panguna', -63164000, 1554848300, 0),
(86991, 2940, 169, 'Kimbe', -55502100, 1501428500, 0),
(86992, 1627, 170, 'Los Cedrales', -256500000, -547000000, 0),
(86993, 1627, 170, 'San Alberto', -249666700, -549000000, 0),
(86994, 2941, 170, 'Salto del Guaira', -240500000, -543500000, 0),
(86995, 1634, 170, 'Obligado', -270333300, -556333300, 0),
(86996, 2942, 171, 'Chachapoyas', -62316900, -778690300, 0),
(86997, 1638, 171, 'Carhuaz', -92819400, -776447200, 0),
(86998, 1639, 171, 'Andahuaylas', -136555600, -733872200, 0),
(86999, 1640, 171, 'Camana', -166227800, -727111100, 0),
(87000, 1640, 171, 'Mollendo', -170230600, -720147200, 0),
(87001, 1642, 171, 'Bambamarca', -66833300, -785333300, 0),
(87002, 1644, 171, 'Santo Tomas', -144455600, -720841700, 0),
(87003, 2943, 171, 'Huancavelica', -127666700, -749833300, 0),
(87004, 1646, 171, 'Nazca', -148333300, -749500000, 0),
(87005, 1646, 171, 'San Clemente', -136666700, -761500000, 0),
(87006, 1647, 171, 'Junin', -111588900, -759930600, 0),
(87007, 1647, 171, 'Morococha', -115997200, -761411100, 0),
(87008, 1647, 171, 'San Ramon', -111213900, -753530600, 0),
(87009, 1647, 171, 'Satipo', -112522200, -746386100, 0),
(87010, 1648, 171, 'Guadalupe', -72500000, -794833300, 0),
(87011, 1649, 171, 'Ferrenafe', -66388900, -797888900, 0),
(87012, 1649, 171, 'Lambayeque', -67011100, -799061100, 0),
(87013, 1649, 171, 'San Jose', -67425000, -798291700, 0),
(87014, 1650, 171, 'Chancay', -115713900, -772672200, 0),
(87015, 1650, 171, 'Chilca', -125211100, -767372200, 0),
(87016, 1650, 171, 'Imperial', -130592700, -763526900, 0),
(87017, 1650, 171, 'Oyon', -106680600, -767730600, 0),
(87018, 2944, 171, 'Ilo', -176394400, -713375000, 0),
(87019, 2944, 171, 'Moquegua', -171955600, -709352800, 0),
(87020, 2945, 171, 'Cerro de Pasco', -106833300, -762666700, 0),
(87021, 1655, 171, 'Juli', -162166700, -694500000, 0),
(87022, 1656, 171, 'Tocache Nuevo', -81841700, -765125000, 0),
(87023, 1660, 172, 'San Ramon', 174135000, 1207076000, 0),
(87024, 2946, 172, 'Cuevas', 80191700, 1260941700, 0),
(87025, 1661, 172, 'Aquino', 118221000, 1221088000, 0),
(87026, 1661, 172, 'Batan', 115857000, 1224971000, 0),
(87027, 1661, 172, 'Calizo', 115819000, 1223857000, 0),
(87028, 1661, 172, 'Cortez', 115301000, 1223975000, 0),
(87029, 1661, 172, 'Feliciano', 115787000, 1223583000, 0),
(87030, 1661, 172, 'Malay', 119002700, 1219091100, 0),
(87031, 1661, 172, 'Morales', 115456000, 1223764000, 0),
(87032, 1662, 172, 'Alabel', 61017900, 1252904800, 0),
(87033, 1662, 172, 'Batang', 132513900, 1235641700, 0),
(87034, 1662, 172, 'Camalig', 131821000, 1236543000, 0),
(87035, 1662, 172, 'Daraga', 131483000, 1237124000, 0),
(87036, 1662, 172, 'Herrera', 132652800, 1235825000, 0),
(87037, 1662, 172, 'Manito', 131235000, 1238693000, 0),
(87038, 1662, 172, 'Polangui', 132923000, 1234855000, 0),
(87039, 1662, 172, 'Sagrada Familia', 132690000, 1233977000, 0),
(87040, 1662, 172, 'Villahermosa', 130458000, 1237133000, 0),
(87041, 2947, 172, 'Santol', 101725000, 1229947000, 0),
(87042, 1663, 172, 'Anini-y', 104312000, 1219270000, 0),
(87043, 1663, 172, 'Caluya', 119310000, 1215477000, 0),
(87044, 1663, 172, 'Valderrama', 114059100, 1220837100, 0),
(87045, 1664, 172, 'Umiray', 152206000, 1214111000, 0),
(87046, 1667, 172, 'Bagac', 145962000, 1203928000, 0),
(87047, 1667, 172, 'Balanga', 146761100, 1205361100, 0),
(87048, 1667, 172, 'Balut', 146833300, 1205500000, 0),
(87049, 1667, 172, 'Dinalupihan', 148732000, 1204651000, 0),
(87050, 1667, 172, 'Mabayo', 147318000, 1202781000, 0),
(87051, 1667, 172, 'Morong', 146788900, 1202661100, 0),
(87052, 1667, 172, 'Orani', 148006000, 1205371000, 0),
(87053, 2948, 172, 'Basco', 204486500, 1219701700, 0),
(87054, 1668, 172, 'Aya', 138945000, 1211139000, 0),
(87055, 1668, 172, 'Balayan', 139371400, 1207322400, 0),
(87056, 1668, 172, 'Boot', 140455600, 1210772200, 0),
(87057, 1668, 172, 'Calaca', 139324400, 1208132700, 0),
(87058, 1668, 172, 'Calatagan', 138322400, 1206322000, 0),
(87059, 1668, 172, 'Lian', 140381000, 1206509000, 0),
(87060, 1668, 172, 'Lobo', 136481000, 1212112000, 0),
(87061, 1668, 172, 'Malvar', 140447200, 1211586100, 0),
(87062, 1668, 172, 'Padre Garcia', 138791000, 1212139000, 0),
(87063, 1668, 172, 'Taal', 138799200, 1209231100, 0),
(87064, 1668, 172, 'Tanauan', 140862700, 1211497500, 0),
(87065, 1670, 172, 'Buguias', 167226700, 1208283400, 0),
(87066, 1670, 172, 'Itogon', 163638900, 1206769400, 0),
(87067, 1670, 172, 'Kabayan', 166417800, 1208295400, 0),
(87068, 1671, 172, 'Anda', 97460000, 1245767000, 0),
(87069, 1671, 172, 'Baclayon', 96263900, 1238941700, 0),
(87070, 1671, 172, 'Balilihan', 97561000, 1239730000, 0),
(87071, 1671, 172, 'Calape', 98922000, 1238748000, 0),
(87072, 1671, 172, 'La Paz', 96984000, 1238660000, 0),
(87073, 1671, 172, 'Sevilla', 97038300, 1240482900, 0),
(87074, 1671, 172, 'Tipolo', 100196000, 1245144000, 0),
(87075, 1671, 172, 'Trinidad', 100795500, 1243432400, 0),
(87076, 1673, 172, 'Bagong Barrio', 149000000, 1209500000, 0),
(87077, 1673, 172, 'Bayanan', 133592000, 1211699000, 0),
(87078, 1673, 172, 'Bustos', 149580600, 1209177800, 0),
(87079, 1673, 172, 'Guiguinto', 148333300, 1208833300, 0),
(87080, 1673, 172, 'Guyong', 148386100, 1209797200, 0),
(87081, 1673, 172, 'Kulianin', 149066700, 1208994400, 0),
(87082, 1673, 172, 'Manatal', 148166700, 1209000000, 0),
(87083, 1673, 172, 'Meycauayan', 147369400, 1209608300, 0),
(87084, 1673, 172, 'Norzagaray', 149109000, 1210493000, 0),
(87085, 1673, 172, 'Pandi', 148650000, 1209572200, 0),
(87086, 1673, 172, 'Plaridel', 86214000, 1237101000, 0),
(87087, 1673, 172, 'Sulucan', 148000000, 1209333300, 0),
(87088, 1674, 172, 'Libertad', 81075000, 1260263900, 0),
(87089, 1674, 172, 'Los Angeles', 90125000, 1256080600, 0),
(87090, 1677, 172, 'Agusan', 84905600, 1247372200, 0),
(87091, 1676, 172, 'Aparri', 183566000, 1216406000, 0),
(87092, 1676, 172, 'Bauan', 177156000, 1216913000, 0),
(87093, 1676, 172, 'Carig', 176636100, 1217466700, 0),
(87094, 1676, 172, 'Enrile', 175596000, 1216974000, 0),
(87095, 1676, 172, 'Gattaran', 180556900, 1216409500, 0),
(87096, 1676, 172, 'Gonzaga', 182593700, 1219949500, 0),
(87097, 1676, 172, 'Pata', 177152000, 1215018000, 0),
(87098, 1680, 172, 'Labo', 141532000, 1228303000, 0),
(87099, 1680, 172, 'Mercedes', 69586100, 1221483300, 0),
(87100, 1680, 172, 'Paracale', 142804000, 1227881000, 0),
(87101, 1681, 172, 'Bahay', 135437000, 1230407000, 0),
(87102, 1681, 172, 'Cabusao', 137227000, 1231169000, 0),
(87103, 1681, 172, 'Castillo', 137313000, 1231166000, 0),
(87104, 1681, 172, 'Fabrica', 134900000, 1232940000, 0),
(87105, 1681, 172, 'Gainza', 136165000, 1231419000, 0),
(87106, 1681, 172, 'Ocampo', 135594000, 1233761000, 0),
(87107, 1681, 172, 'Sagrada', 135301000, 1234527000, 0),
(87108, 1681, 172, 'San Miguel', 134166700, 1234000000, 0),
(87109, 1681, 172, 'Tara', 138166700, 1229833300, 0),
(87110, 1683, 172, 'Bula', 114480000, 1225685000, 0),
(87111, 1683, 172, 'Cuartero', 113407000, 1226694000, 0),
(87112, 1683, 172, 'Damayan', 114936000, 1225531000, 0),
(87113, 1683, 172, 'Dumarao', 112654000, 1226889000, 0),
(87114, 1683, 172, 'Jaena', 114166700, 1224000000, 0),
(87115, 1683, 172, 'Mambusao', 114289000, 1225961000, 0),
(87116, 1683, 172, 'Talon', 115600000, 1226811100, 0),
(87117, 1683, 172, 'Tapas', 112613000, 1225364000, 0),
(87118, 1684, 172, 'Calatagan', 135885000, 1242065000, 0),
(87119, 1685, 172, 'Banaba', 139000000, 1212000000, 0),
(87120, 1685, 172, 'Paradahan', 143233500, 1208604600, 0),
(87121, 1685, 172, 'Silang', 142156700, 1209713700, 0),
(87122, 1685, 172, 'Ternate', 142897000, 1207168000, 0),
(87123, 1687, 172, 'Argao', 98794400, 1235955600, 0),
(87124, 1687, 172, 'Asturias', 105669000, 1237161000, 0),
(87125, 1687, 172, 'Balamban', 105039000, 1237156000, 0),
(87126, 1687, 172, 'Bonbon', 102245000, 1235573000, 0),
(87127, 1687, 172, 'Carcar', 101061000, 1236402000, 0),
(87128, 1687, 172, 'Daanbantayan', 112505000, 1240000000, 0),
(87129, 1687, 172, 'Dalaguete', 97612000, 1235349000, 0),
(87130, 1687, 172, 'Lanao', 112603000, 1240373000, 0),
(87131, 1687, 172, 'Lepanto', 96845000, 1234026000, 0),
(87132, 1687, 172, 'Lugo', 108163900, 1239888900, 0),
(87133, 1687, 172, 'Magay', 104719000, 1240132000, 0),
(87134, 1687, 172, 'Maravilla', 109011000, 1238918000, 0),
(87135, 1687, 172, 'Maya', 112743000, 1240579000, 0),
(87136, 1687, 172, 'Ocana', 100656000, 1236244000, 0),
(87137, 1687, 172, 'Pajo', 112306000, 1240138000, 0),
(87138, 1687, 172, 'Poro', 106292000, 1244087000, 0),
(87139, 1687, 172, 'Saavedra', 99738900, 1233802800, 0),
(87140, 1687, 172, 'Santander', 94156000, 1233291000, 0),
(87141, 1687, 172, 'Tayud', 103782000, 1239940000, 0),
(87142, 2949, 172, 'Danao', 105208300, 1240272200, 0),
(87143, 2950, 172, 'Ilaya', 85430600, 1234330600, 0),
(87144, 1691, 172, 'Caraga', 73297200, 1265675000, 0),
(87145, 1691, 172, 'Luzon', 65190400, 1260940800, 0),
(87146, 1691, 172, 'Nangan', 64726400, 1261243800, 0),
(87147, 1691, 172, 'San Isidro', 100180600, 1260744400, 0),
(87148, 1692, 172, 'Bansalan', 67861100, 1252133300, 0),
(87149, 1692, 172, 'Buhangin', 64911100, 1255475000, 0),
(87150, 1692, 172, 'Hagonoy', 66833300, 1253255600, 0),
(87151, 1692, 172, 'Malalag', 65958300, 1253991700, 0),
(87152, 1692, 172, 'Malinao', 66591700, 1252866700, 0),
(87153, 1692, 172, 'Sarangani', 54033300, 1254636100, 0),
(87154, 1692, 172, 'Wines', 71938900, 1253891700, 0),
(87155, 1689, 172, 'Babag', 77311100, 1260708300, 0),
(87156, 1689, 172, 'Cogon', 71508300, 1257172200, 0),
(87157, 1689, 172, 'Compostela', 76730600, 1260888900, 0),
(87158, 1689, 172, 'Concepcion', 77505600, 1257119400, 0),
(87159, 1689, 172, 'New Sibonga', 75609000, 1259298000, 0),
(87160, 1689, 172, 'Pag-asa', 75755600, 1256838900, 0),
(87161, 1689, 172, 'Panabo', 73080600, 1256841700, 0),
(87162, 1689, 172, 'Tapia', 77541700, 1260119400, 0),
(87163, 1689, 172, 'Ula', 71322200, 1254922200, 0),
(87164, 1695, 172, 'Dolores', 110613900, 1246133300, 0),
(87165, 1696, 172, 'Conel', 62022200, 1251872200, 0),
(87166, 1699, 172, 'Bacarra', 182529000, 1206125000, 0),
(87167, 1699, 172, 'Badoc', 179265000, 1204764000, 0),
(87168, 1699, 172, 'Espiritu', 179809000, 1206569000, 0),
(87169, 1699, 172, 'Marcos', 180520000, 1206898000, 0),
(87170, 1699, 172, 'Pinili', 179517000, 1205278000, 0),
(87171, 1699, 172, 'Tabug', 180343000, 1205488000, 0),
(87172, 1700, 172, 'Bantay', 175847200, 1203891700, 0),
(87173, 1700, 172, 'Candon', 171947200, 1204516700, 0),
(87174, 1700, 172, 'Fuerte', 175380600, 1203644400, 0),
(87175, 1700, 172, 'Mabilbila Sur', 175000000, 1204333300, 0),
(87176, 1700, 172, 'San Ildefonso', 176222200, 1203966700, 0),
(87177, 1700, 172, 'Suyo', 169762000, 1205254000, 0),
(87178, 1701, 172, 'Abaca', 111342000, 1227156000, 0),
(87179, 1701, 172, 'Aganan', 107833300, 1225333300, 0),
(87180, 1701, 172, 'Avila', 106920000, 1227090000, 0),
(87181, 1701, 172, 'Badiangan', 109879000, 1225377000, 0),
(87182, 1701, 172, 'Cabatuan', 108794000, 1224860000, 0),
(87183, 1701, 172, 'Cabugao', 108102800, 1225447200, 0),
(87184, 1701, 172, 'Carmelo', 110166700, 1228166700, 0),
(87185, 1701, 172, 'Constancia', 105959600, 1226415000, 0),
(87186, 1701, 172, 'Ermita', 109000000, 1227166700, 0),
(87187, 1701, 172, 'Estancia', 114551000, 1231520000, 0),
(87188, 1701, 172, 'Granada', 116333300, 1233500000, 0),
(87189, 1701, 172, 'Janiuay', 109493000, 1225061000, 0),
(87190, 1701, 172, 'Jordan', 106583600, 1225963000, 0),
(87191, 1701, 172, 'Lemery', 112258000, 1229275000, 0),
(87192, 1701, 172, 'Leon', 107808500, 1223894000, 0),
(87193, 1701, 172, 'Mina', 109313000, 1225745000, 0),
(87194, 1701, 172, 'Pakiad', 107127800, 1225241700, 0),
(87195, 1701, 172, 'Passi', 111077800, 1226419400, 0),
(87196, 1701, 172, 'Pavia', 107761100, 1225455600, 0),
(87197, 1701, 172, 'San Dionisio', 112710000, 1230964000, 0),
(87198, 1701, 172, 'Tiwi', 109297200, 1227341700, 0),
(87199, 2951, 172, 'Iriga', 134250000, 1234177800, 0),
(87200, 1703, 172, 'Bagong', 169843500, 1216121400, 0),
(87201, 1703, 172, 'Batal', 166875000, 1216008300, 0),
(87202, 1703, 172, 'Echague', 167052000, 1216724000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(87203, 1703, 172, 'Ilagan', 171485400, 1218892400, 0),
(87204, 1703, 172, 'Jones', 165571000, 1217029000, 0),
(87205, 1703, 172, 'Ramon', 167841600, 1215350400, 0),
(87206, 1703, 172, 'Roxas', 171189400, 1216201400, 0),
(87207, 1703, 172, 'San Mateo', 168820600, 1215869400, 0),
(87208, 1703, 172, 'Santiago', 72888900, 1265733300, 0),
(87209, 1703, 172, 'Sindon', 170603400, 1220151400, 0),
(87210, 2952, 172, 'Flora', 182163000, 1214185000, 0),
(87211, 2953, 172, 'La Carlota', 104233300, 1229208300, 0),
(87212, 1704, 172, 'Balaoan', 168219000, 1204045000, 0),
(87213, 1704, 172, 'Bangar', 168936000, 1204243000, 0),
(87214, 1704, 172, 'Bauang', 165308300, 1203330600, 0),
(87215, 1704, 172, 'Lloren', 163331000, 1204329000, 0),
(87216, 1704, 172, 'Naguilian', 165338900, 1203966700, 0),
(87217, 1704, 172, 'Pugo', 163221000, 1204670000, 0),
(87218, 1705, 172, 'Cavinti', 142448200, 1215079700, 0),
(87219, 1705, 172, 'Kalayaan', 143247000, 1214769000, 0),
(87220, 1705, 172, 'Magdalena', 141999000, 1214290000, 0),
(87221, 1705, 172, 'Pagsanjan', 142732000, 1214552000, 0),
(87222, 1705, 172, 'Pila', 142325000, 1213648000, 0),
(87223, 1705, 172, 'San Andres', 132614000, 1237795000, 0),
(87224, 1705, 172, 'San Diego', 141872000, 1214867000, 0),
(87225, 1705, 172, 'San Gregorio', 140297000, 1212639000, 0),
(87226, 1705, 172, 'San Miguel', 142013000, 1213732000, 0),
(87227, 1705, 172, 'San Pablo', 140666670, 1213333330, 0),
(87228, 1705, 172, 'Siniloan', 144216000, 1214463000, 0),
(87229, 1706, 172, 'Imelda', 76500000, 1239500000, 0),
(87230, 1706, 172, 'Kapatagan', 79003000, 1237692000, 0),
(87231, 1706, 172, 'Kawit', 81875000, 1240666700, 0),
(87232, 1706, 172, 'Maigo', 81613000, 1239583000, 0),
(87233, 1706, 172, 'Salvador', 78952800, 1238436100, 0),
(87234, 1707, 172, 'Balindong', 79166700, 1242002800, 0),
(87235, 1707, 172, 'Madamba', 78273300, 1240471200, 0),
(87236, 1711, 172, 'Balagtas', 111333000, 1245192000, 0),
(87237, 1711, 172, 'Caridad', 104883300, 1228944400, 0),
(87238, 1711, 172, 'Isabel', 109267000, 1244340000, 0),
(87239, 1711, 172, 'Palo', 111575000, 1249908300, 0),
(87240, 1711, 172, 'Tunga', 112455600, 1247516700, 0),
(87241, 1712, 172, 'Malabanan', 140000000, 1211333300, 0),
(87242, 1712, 172, 'Pangao', 139172200, 1211255600, 0),
(87243, 1712, 172, 'San Celestino', 139255600, 1212363900, 0),
(87244, 1714, 172, 'Gang', 72458300, 1242663900, 0),
(87245, 1714, 172, 'Sultan Kudarat', 72288900, 1242577800, 0),
(87246, 2954, 172, 'Boac', 134463000, 1218400000, 0),
(87247, 1718, 172, 'Malinta', 123022200, 1235575000, 0),
(87248, 1718, 172, 'Milagros', 122181400, 1235095100, 0),
(87249, 1718, 172, 'Pena', 120890000, 1239384000, 0),
(87250, 2955, 172, 'Caloocan', 146500000, 1209666670, 0),
(87251, 2955, 172, 'Makati', 145502700, 1210326900, 0),
(87252, 2955, 172, 'Mandaluyong City', 145832000, 1210409000, 0),
(87253, 2955, 172, 'Manila', 146042000, 1209822000, 0),
(87254, 2955, 172, 'Marikina', 146400000, 1210972220, 0),
(87255, 2955, 172, 'Muntinlupa', 143833330, 1210500000, 0),
(87256, 2955, 172, 'Paranaque', 144666670, 1210166670, 0),
(87257, 2955, 172, 'Pasay', 145500000, 1210000000, 0),
(87258, 2955, 172, 'Pasig', 145869900, 1210649600, 0),
(87259, 2955, 172, 'Port Area', 145833000, 1209667000, 0),
(87260, 2955, 172, 'Quezon City', 146627000, 1210328000, 0),
(87261, 1719, 172, 'Adela', 124416400, 1209729100, 0),
(87262, 1719, 172, 'Banos', 126455300, 1209097200, 0),
(87263, 1719, 172, 'Harrison', 134500000, 1204333300, 0),
(87264, 1719, 172, 'Sablayan', 128346000, 1207690000, 0),
(87265, 1719, 172, 'San Jose', 123527500, 1210676100, 0),
(87266, 2956, 172, 'Baco', 133573000, 1210983000, 0),
(87267, 2956, 172, 'Evangelista', 133335000, 1210972000, 0),
(87268, 2956, 172, 'Gloria', 129833300, 1214666700, 0),
(87269, 2956, 172, 'Malamig', 129500000, 1213666700, 0),
(87270, 2956, 172, 'Pangulayan', 130398000, 1214479200, 0),
(87271, 2956, 172, 'Puerto Galera', 135006000, 1209548000, 0),
(87272, 2956, 172, 'Sagana', 127225200, 1214867200, 0),
(87273, 1720, 172, 'Calamba', 85587000, 1236425000, 0),
(87274, 1720, 172, 'Jimenez', 83365000, 1238383000, 0),
(87275, 1720, 172, 'Pines', 84522200, 1238075000, 0),
(87276, 1721, 172, 'Alubijid', 85733300, 1244736100, 0),
(87277, 1721, 172, 'Claveria', 86100000, 1248947200, 0),
(87278, 1721, 172, 'Initao', 84997200, 1243038900, 0),
(87279, 1721, 172, 'Jasaan', 86541700, 1247555600, 0),
(87280, 1721, 172, 'Kauswagan', 87897200, 1247755600, 0),
(87281, 1721, 172, 'Medina', 89122200, 1250244400, 0),
(87282, 1721, 172, 'Naawan', 84344400, 1242888900, 0),
(87283, 1721, 172, 'Solana', 86230600, 1247705600, 0),
(87284, 1721, 172, 'Taboc', 88783300, 1247975000, 0),
(87285, 1721, 172, 'Tagoloan', 85388900, 1247569400, 0),
(87286, 2957, 172, 'Villarosa', 155500000, 1207500000, 0),
(87287, 1723, 172, 'Alim', 95649000, 1224876000, 0),
(87288, 1723, 172, 'Antipolo', 103565000, 1229646000, 0),
(87289, 1723, 172, 'Binalbagan', 101948000, 1228581000, 0),
(87290, 1723, 172, 'Cervantes', 108752800, 1235175000, 0),
(87291, 1723, 172, 'Concepcion', 106905600, 1230702800, 0),
(87292, 1723, 172, 'Consuelo', 99996000, 1227580000, 0),
(87293, 1723, 172, 'Daan Banua', 109038900, 1230608300, 0),
(87294, 1723, 172, 'Escalante', 108402800, 1234991700, 0),
(87295, 1723, 172, 'Ilog', 100266000, 1227684000, 0),
(87296, 1723, 172, 'Kabankalan', 99888900, 1228122200, 0),
(87297, 1723, 172, 'Mabini', 107958300, 1234855600, 0),
(87298, 1723, 172, 'Manalad', 100056000, 1227769000, 0),
(87299, 1723, 172, 'Maquiling', 107809400, 1233938000, 0),
(87300, 1723, 172, 'Miranda', 103047000, 1228778000, 0),
(87301, 1723, 172, 'Montilla', 102027000, 1229261000, 0),
(87302, 1723, 172, 'Napoles', 105041700, 1228997200, 0),
(87303, 1723, 172, 'Paraiso', 64736100, 1248108300, 0),
(87304, 1723, 172, 'Pontevedra', 103746000, 1228682000, 0),
(87305, 1723, 172, 'Pulupandan', 105203000, 1228017000, 0),
(87306, 1723, 172, 'San Fernando', 107102800, 1230700000, 0),
(87307, 1723, 172, 'San Pablo', 109123400, 1231418000, 0),
(87308, 1723, 172, 'Saravia', 108775400, 1229677000, 0),
(87309, 1723, 172, 'Valladolid', 104616000, 1228245000, 0),
(87310, 1723, 172, 'Victorias City', 109000000, 1230777800, 0),
(87311, 1724, 172, 'Bacong', 92464000, 1232956000, 0),
(87312, 1724, 172, 'Pamplona', 94724000, 1231192000, 0),
(87313, 1724, 172, 'Polo', 62647200, 1251125000, 0),
(87314, 1724, 172, 'Tambo', 98950000, 1230556000, 0),
(87315, 1724, 172, 'Tanjay', 95152800, 1231583300, 0),
(87316, 1725, 172, 'Banawa', 71536100, 1248666700, 0),
(87317, 1725, 172, 'Batasan', 70333300, 1250500000, 0),
(87318, 1725, 172, 'Kabacan', 71066700, 1248291700, 0),
(87319, 1725, 172, 'Kidapawan', 70083300, 1250894400, 0),
(87320, 1725, 172, 'Linao', 71677800, 1249675000, 0),
(87321, 1725, 172, 'Matalam', 70863900, 1249005600, 0),
(87322, 1725, 172, 'Midsayap', 71908300, 1245302800, 0),
(87323, 1725, 172, 'Pigcawayan', 72772200, 1244255600, 0),
(87324, 1726, 172, 'Allen', 125006000, 1242849000, 0),
(87325, 1726, 172, 'Anito', 124497200, 1252886100, 0),
(87326, 1726, 172, 'Cabatuan', 125228000, 1252202000, 0),
(87327, 1726, 172, 'Mondragon', 125157000, 1247523000, 0),
(87328, 1726, 172, 'Nenita', 124916700, 1248044400, 0),
(87329, 1726, 172, 'Salvacion', 126151000, 1250390000, 0),
(87330, 1726, 172, 'San Jose', 125296000, 1244875000, 0),
(87331, 1727, 172, 'Baloy', 158053000, 1207742000, 0),
(87332, 1727, 172, 'Buliran', 155500000, 1209500000, 0),
(87333, 1727, 172, 'Cavite', 156655000, 1207693000, 0),
(87334, 1727, 172, 'Conversion', 158984000, 1211277000, 0),
(87335, 1727, 172, 'Estrella', 157500000, 1210333300, 0),
(87336, 1727, 172, 'Jaen', 153275000, 1209192000, 0),
(87337, 1727, 172, 'Llanera', 156635000, 1210182000, 0),
(87338, 1727, 172, 'Maligaya', 156741700, 1208897200, 0),
(87339, 1727, 172, 'Mangga', 152510000, 1209089000, 0),
(87340, 1727, 172, 'Nampicuan', 157314000, 1206250000, 0),
(87341, 1727, 172, 'Pias', 153452600, 1210747300, 0),
(87342, 1727, 172, 'San Francisco', 85355600, 1259500000, 0),
(87343, 1727, 172, 'San Leonardo', 153630000, 1209639000, 0),
(87344, 1727, 172, 'Soledad', 154282000, 1209839000, 0),
(87345, 1727, 172, 'Susana', 155689000, 1211522000, 0),
(87346, 1727, 172, 'Tabaco', 156414000, 1209349000, 0),
(87347, 1727, 172, 'Talavera', 155883000, 1209192000, 0),
(87348, 1728, 172, 'Solano', 165191800, 1211812400, 0),
(87349, 1730, 172, 'Tugbong', 110166700, 1246000000, 0),
(87350, 1732, 172, 'Baheli', 99960000, 1187857000, 0),
(87351, 1732, 172, 'Coron', 119986000, 1202043000, 0),
(87352, 1732, 172, 'Magsaysay', 108738900, 1210530600, 0),
(87353, 1732, 172, 'Narra', 92687700, 1184043000, 0),
(87354, 1732, 172, 'Osmena', 105208300, 1199258300, 0),
(87355, 1732, 172, 'Suba', 108438000, 1210102000, 0),
(87356, 1733, 172, 'Arayat', 151505000, 1207697000, 0),
(87357, 1733, 172, 'Arenas', 151704000, 1206876000, 0),
(87358, 1733, 172, 'Bacolor', 150003000, 1206520000, 0),
(87359, 1733, 172, 'Cauayan', 151508000, 1206724000, 0),
(87360, 1733, 172, 'Floridablanca', 149775000, 1205285000, 0),
(87361, 1733, 172, 'Lourdes', 149666700, 1206833300, 0),
(87362, 1733, 172, 'Lubao', 149405000, 1206011000, 0),
(87363, 1733, 172, 'Mexico', 150646000, 1207198000, 0),
(87364, 1733, 172, 'Minalin', 149676000, 1206828000, 0),
(87365, 1733, 172, 'Prado', 148814000, 1205176000, 0),
(87366, 1733, 172, 'San Roque Dau', 149784000, 1205741000, 0),
(87367, 1733, 172, 'San Simon', 149996000, 1207808000, 0),
(87368, 1733, 172, 'Santa Ana', 150955000, 1207670000, 0),
(87369, 1734, 172, 'Aguilar', 158884000, 1202378000, 0),
(87370, 1734, 172, 'Alcala', 158472200, 1205241700, 0),
(87371, 1734, 172, 'Anda', 162892000, 1199500000, 0),
(87372, 1734, 172, 'Balungao', 158980600, 1206883300, 0),
(87373, 1734, 172, 'Bantog', 160091000, 1206929000, 0),
(87374, 1734, 172, 'Bautista', 139944400, 1212777800, 0),
(87375, 1734, 172, 'Bayambang', 158127000, 1204557000, 0),
(87376, 1734, 172, 'Binalonan', 160503000, 1205926000, 0),
(87377, 1734, 172, 'Bogtong', 157536000, 1203285000, 0),
(87378, 1734, 172, 'Bolinao', 163883000, 1198923000, 0),
(87379, 1734, 172, 'Diaz', 158463000, 1208347000, 0),
(87380, 1734, 172, 'Don Pedro', 158894000, 1204281000, 0),
(87381, 1734, 172, 'Eguia', 159065000, 1198858000, 0),
(87382, 1734, 172, 'Hacienda', 159360000, 1201786000, 0),
(87383, 1734, 172, 'Isla', 158938900, 1203036100, 0),
(87384, 1734, 172, 'Labrador', 160281200, 1201442400, 0),
(87385, 1734, 172, 'Longos', 161066000, 1203954000, 0),
(87386, 1734, 172, 'Lucero', 164051000, 1199124000, 0),
(87387, 1734, 172, 'Malasiqui', 159201000, 1204140000, 0),
(87388, 1734, 172, 'Manaoag', 160438000, 1204861000, 0),
(87389, 1734, 172, 'Natividad', 160443000, 1207987000, 0),
(87390, 1734, 172, 'Puelay', 158850000, 1205741700, 0),
(87391, 1734, 172, 'San Fabian', 161666700, 1205000000, 0),
(87392, 1734, 172, 'San Gabriel', 157634000, 1204644000, 0),
(87393, 1734, 172, 'San Pedro', 158352800, 1205661100, 0),
(87394, 1734, 172, 'Sual', 160668200, 1200941400, 0),
(87395, 1734, 172, 'Tagudin', 160806000, 1199539000, 0),
(87396, 1734, 172, 'Tamayo', 158833300, 1202833300, 0),
(87397, 1734, 172, 'Tandoc', 159666700, 1203333300, 0),
(87398, 1734, 172, 'Tayug', 160274000, 1207434000, 0),
(87399, 1734, 172, 'Urdaneta', 159761100, 1205711100, 0),
(87400, 1734, 172, 'Villanueva', 157833300, 1205500000, 0),
(87401, 1734, 172, 'Villasis', 159016700, 1205883300, 0),
(87402, 1736, 172, 'Bantilan', 147519400, 1216655600, 0),
(87403, 1736, 172, 'Binay', 135027800, 1225975000, 0),
(87404, 1736, 172, 'Calauag', 106681700, 1195705000, 0),
(87405, 1736, 172, 'Candelaria', 112893000, 1225228000, 0),
(87406, 1736, 172, 'Carlagan', 149750000, 1220455600, 0),
(87407, 1736, 172, 'Dagatan', 137389000, 1211990000, 0),
(87408, 1736, 172, 'Lopez', 138844400, 1222641700, 0),
(87409, 1736, 172, 'Lucban', 183333300, 1214333300, 0),
(87410, 1736, 172, 'Mauban', 141911100, 1217311100, 0),
(87411, 1736, 172, 'Montecillo', 138894400, 1214777800, 0),
(87412, 1736, 172, 'Perez', 141950000, 1219230600, 0),
(87413, 1736, 172, 'Pitogo', 74546000, 1233111000, 0),
(87414, 1736, 172, 'Real', 146625000, 1216047200, 0),
(87415, 1736, 172, 'Rosario', 83869400, 1260033300, 0),
(87416, 1736, 172, 'Tala', 132833300, 1225833300, 0),
(87417, 1736, 172, 'Tayabas', 140288900, 1215911100, 0),
(87418, 2958, 172, 'Aglipay', 164889000, 1216450000, 0),
(87419, 1737, 172, 'Daraitan', 146028000, 1214319000, 0),
(87420, 1737, 172, 'Malanday', 147069000, 1211306000, 0),
(87421, 1737, 172, 'Malaya', 143971000, 1213385000, 0),
(87422, 1737, 172, 'Navotas', 144167000, 1212268000, 0),
(87423, 1737, 172, 'Pililla', 144854000, 1213062000, 0),
(87424, 1737, 172, 'Tanay', 144968000, 1212846000, 0),
(87425, 1738, 172, 'Alcantara', 122589000, 1220544000, 0),
(87426, 1738, 172, 'Espana', 123841400, 1224990100, 0),
(87427, 1738, 172, 'Odiongan', 124016700, 1219919400, 0),
(87428, 1738, 172, 'Punta', 122441000, 1220097000, 0),
(87429, 2959, 172, 'Gandara', 120130000, 1248118000, 0),
(87430, 2959, 172, 'Villareal', 115659000, 1249281000, 0),
(87431, 2959, 172, 'Wright', 117702800, 1250219400, 0),
(87432, 2960, 172, 'Guadalupe', 104558300, 1233730600, 0),
(87433, 2960, 172, 'Palanas', 105277800, 1234047200, 0),
(87434, 2961, 172, 'Larena', 92452800, 1235938900, 0),
(87435, 2961, 172, 'Maria', 91983000, 1236544000, 0),
(87436, 2962, 172, 'Bulan', 126713900, 1238750000, 0),
(87437, 2962, 172, 'Magallanes', 128291700, 1238363900, 0),
(87438, 2962, 172, 'Pili', 129805600, 1238641700, 0),
(87439, 2962, 172, 'San Rafael', 128905000, 1236823000, 0),
(87440, 1741, 172, 'Baliton', 57436100, 1252363900, 0),
(87441, 1741, 172, 'Daliao', 58611100, 1249533300, 0),
(87442, 1741, 172, 'Koronadal', 62533300, 1249950000, 0),
(87443, 1741, 172, 'Maan', 59338900, 1247355600, 0),
(87444, 1741, 172, 'Maasin', 58575000, 1250061100, 0),
(87445, 1741, 172, 'Polomolok', 62216700, 1250639800, 0),
(87446, 1741, 172, 'Sulit', 62361100, 1250205600, 0),
(87447, 1741, 172, 'Teresita', 64136100, 1247072200, 0),
(87448, 2963, 172, 'Ibarra', 101247200, 1248841700, 0),
(87449, 1742, 172, 'Basak', 67273600, 1241511700, 0),
(87450, 1742, 172, 'Isulan', 66294400, 1246050000, 0),
(87451, 1742, 172, 'Lebak', 66438900, 1240658300, 0),
(87452, 1742, 172, 'Tran', 67202800, 1240550000, 0),
(87453, 1742, 172, 'Villamor', 67047200, 1245186100, 0),
(87454, 2964, 172, 'Bangkal', 60666700, 1210666700, 0),
(87455, 2964, 172, 'Pang', 59483700, 1212883000, 0),
(87456, 1744, 172, 'Loreto', 103636100, 1255730600, 0),
(87457, 1744, 172, 'Pilar', 98650000, 1260994400, 0),
(87458, 1744, 172, 'Sison', 96602800, 1255286100, 0),
(87459, 1744, 172, 'Socorro', 96213900, 1259666700, 0),
(87460, 1744, 172, 'Union', 97566700, 1261102800, 0),
(87461, 1745, 172, 'Bacolod', 89316700, 1262894400, 0),
(87462, 1745, 172, 'Bayabas', 89697200, 1262861100, 0),
(87463, 1745, 172, 'Cortes', 92797200, 1261911100, 0),
(87464, 1745, 172, 'Javier', 84888900, 1260850000, 0),
(87465, 1745, 172, 'Lanuza', 92341700, 1260644400, 0),
(87466, 1745, 172, 'Loyola', 83350000, 1263347200, 0),
(87467, 1745, 172, 'Madrid', 92621100, 1259643700, 0),
(87468, 2965, 172, 'Patuto', 141166700, 1209666700, 0),
(87469, 2966, 172, 'Tangub', 80600000, 1237500000, 0),
(87470, 1748, 172, 'Almendras', 152757600, 1206987300, 0),
(87471, 1748, 172, 'Bacabac', 157333300, 1204166700, 0),
(87472, 1748, 172, 'Baquero Norte', 157162000, 1205543000, 0),
(87473, 1748, 172, 'Burgos', 154946500, 1204045300, 0),
(87474, 1748, 172, 'Cardona', 155722000, 1205897000, 0),
(87475, 1748, 172, 'Cutcut', 154666700, 1206666700, 0),
(87476, 1748, 172, 'Estacion', 156994400, 1206083300, 0),
(87477, 1748, 172, 'Gerona', 156065000, 1205978000, 0),
(87478, 1748, 172, 'La Paz', 154412500, 1207286300, 0),
(87479, 1748, 172, 'Mayantoc', 156199000, 1203770000, 0),
(87480, 1748, 172, 'Moncada', 157354000, 1205740000, 0),
(87481, 1748, 172, 'Ramos', 156653000, 1206406000, 0),
(87482, 1748, 172, 'San Clemente', 157124000, 1203590000, 0),
(87483, 1748, 172, 'San Jacinto', 155446000, 1206664000, 0),
(87484, 1748, 172, 'San Manuel', 154902800, 1206650000, 0),
(87485, 1748, 172, 'San Pascual', 155091700, 1206680600, 0),
(87486, 1748, 172, 'San Vicente', 185074600, 1221503500, 0),
(87487, 1748, 172, 'Santa Ignacia', 156169000, 1204358000, 0),
(87488, 1748, 172, 'Sinait', 155386100, 1205830600, 0),
(87489, 2967, 172, 'Buan', 51608000, 1200426000, 0),
(87490, 2968, 172, 'Toledo', 103791700, 1236419400, 0),
(87491, 1750, 172, 'Iba', 153276000, 1199780000, 0),
(87492, 1750, 172, 'Malabon', 156361000, 1199379000, 0),
(87493, 1750, 172, 'Masinloc', 155363000, 1199502000, 0),
(87494, 1750, 172, 'San Agustin', 149333300, 1201500000, 0),
(87495, 1750, 172, 'San Marcelino', 149741800, 1201573300, 0),
(87496, 1750, 172, 'San Narciso', 135702800, 1225650000, 0),
(87497, 1750, 172, 'San Nicolas', 149490900, 1200770300, 0),
(87498, 2969, 172, 'Barcelona', 85441700, 1234958300, 0),
(87499, 2969, 172, 'Dalangin', 78505600, 1225783300, 0),
(87500, 2969, 172, 'Polanco', 85329000, 1233617000, 0),
(87501, 2969, 172, 'Sindangan', 82376000, 1229974000, 0),
(87502, 1752, 172, 'Ipil', 77844400, 1225861100, 0),
(87503, 1752, 172, 'Josefina', 82000000, 1235333300, 0),
(87504, 1752, 172, 'Kalian', 75916000, 1232319000, 0),
(87505, 1752, 172, 'Katipunan', 75825000, 1228305600, 0),
(87506, 1752, 172, 'Mabuhay', 74177800, 1228366700, 0),
(87507, 1752, 172, 'Mahayag', 72166700, 1256194400, 0),
(87508, 1752, 172, 'Tolosa', 70322200, 1221613900, 0),
(87510, 1753, 173, 'Boguszow-Gorce', 507551400, 162049400, 0),
(87511, 1753, 173, 'Bozkow', 505131500, 165752800, 0),
(87512, 1753, 173, 'Bystrzyca', 509604800, 173970200, 0),
(87513, 1753, 173, 'Ciechow', 511321800, 165677300, 0),
(87514, 1753, 173, 'Cieplowody', 506747700, 169087100, 0),
(87515, 1753, 173, 'Cieszkow', 516310400, 173572600, 0),
(87516, 1753, 173, 'Czarny Bor', 507708300, 161305000, 0),
(87517, 1753, 173, 'Dlugoleka', 511790200, 171913700, 0),
(87518, 1753, 173, 'Dobroszyce', 512677600, 173420500, 0),
(87519, 1753, 173, 'Dziadowa Kloda', 512354300, 177091900, 0),
(87520, 1753, 173, 'Dziecmorowice', 507694700, 163521200, 0),
(87521, 1753, 173, 'Gaworzyce', 516277300, 158819800, 0),
(87522, 1753, 173, 'Gluszyca Gorna', 506660600, 163758500, 0),
(87523, 1753, 173, 'Gniechowice', 509880400, 168336300, 0),
(87524, 1753, 173, 'Grebocice', 515990900, 161674100, 0),
(87525, 1753, 173, 'Henrykow', 506532700, 170102700, 0),
(87526, 1753, 173, 'Janowice Wielkie', 508756900, 159232200, 0),
(87527, 1753, 173, 'Jelcz', 510210200, 173209500, 0),
(87528, 1753, 173, 'Jordanow Slaski', 508642100, 168687300, 0),
(87529, 1753, 173, 'Kielczow', 511399900, 171779800, 0),
(87530, 1753, 173, 'Kobierzyce', 509705400, 169350800, 0),
(87531, 1753, 173, 'Kotla', 517454200, 160357500, 0),
(87532, 1753, 173, 'Krosnice', 514764100, 173591700, 0),
(87533, 1753, 173, 'Kunice', 512223100, 162480900, 0),
(87534, 1753, 173, 'Ladek-Zdroj', 503437100, 168794600, 0),
(87535, 1753, 173, 'Lagiewniki', 507908800, 168445700, 0),
(87536, 1753, 173, 'Legnickie Pole', 511441900, 162420800, 0),
(87537, 1753, 173, 'Lewin Klodzki', 504055900, 162910100, 0),
(87538, 1753, 173, 'Ludwikowice Klodzkie', 506246400, 164605200, 0),
(87539, 1753, 173, 'Marciszow', 508447000, 160211600, 0),
(87540, 1753, 173, 'Miedzyborz', 513962600, 176661000, 0),
(87541, 1753, 173, 'Mieroszow', 506658900, 161888300, 0),
(87542, 1753, 173, 'Milkowice', 512560100, 160723100, 0),
(87543, 1753, 173, 'Olszanica', 512067200, 158004000, 0),
(87544, 1753, 173, 'Olszyna', 510671000, 153722800, 0),
(87545, 1753, 173, 'Osiek', 513671700, 162338000, 0),
(87546, 1753, 173, 'Ostroszowice', 506457600, 166396500, 0),
(87547, 1753, 173, 'Paszowice', 510107800, 161527300, 0),
(87548, 1753, 173, 'Podgorzyn', 508326100, 156816100, 0),
(87549, 1753, 173, 'Prochowice', 512730700, 163653200, 0),
(87550, 1753, 173, 'Przemkow', 515253000, 157944100, 0),
(87551, 1753, 173, 'Przeworno', 506862900, 171658800, 0),
(87552, 1753, 173, 'Radkow', 505042600, 164006100, 0),
(87553, 1753, 173, 'Rudna', 515098100, 162636300, 0),
(87554, 1753, 173, 'Siekierczyn', 511221700, 151937500, 0),
(87555, 1753, 173, 'Stare Bogaczowice', 508475200, 161930800, 0),
(87556, 1753, 173, 'Stoszowice', 505998600, 167389600, 0),
(87557, 1753, 173, 'Sulikow', 510762400, 150679200, 0),
(87558, 1753, 173, 'Szczepanow', 511979600, 166106400, 0),
(87559, 1753, 173, 'Szczytna', 504134300, 164474300, 0),
(87560, 1753, 173, 'Twardogora', 513648700, 174687800, 0),
(87561, 1753, 173, 'Tyniec Maly', 510194800, 169199800, 0),
(87562, 1753, 173, 'Uciechow', 507548700, 166817500, 0),
(87563, 1753, 173, 'Udanin', 510374000, 164546900, 0),
(87564, 1753, 173, 'Wiazow', 508139900, 172021400, 0),
(87565, 1753, 173, 'Winsko', 514703200, 166139000, 0),
(87566, 1753, 173, 'Wlen', 510163500, 156747400, 0),
(87567, 1753, 173, 'Wojcieszow', 509519400, 159218500, 0),
(87568, 1753, 173, 'Zagrodno', 511913400, 158653300, 0),
(87569, 1753, 173, 'Zarow', 509411600, 164946600, 0),
(87570, 1753, 173, 'Zmigrod', 514667200, 169056400, 0),
(87571, 1754, 173, 'Bartniczka', 532477600, 196043300, 0),
(87572, 1754, 173, 'Baruchowo', 524941200, 192649600, 0),
(87573, 1754, 173, 'Bobrowo', 532854900, 192705300, 0),
(87574, 1754, 173, 'Brzuze', 530545800, 192619500, 0),
(87575, 1754, 173, 'Bukowiec', 534338300, 182404800, 0),
(87576, 1754, 173, 'Byton', 525575700, 185952200, 0),
(87577, 1754, 173, 'Cekcyn', 535729400, 180112300, 0),
(87578, 1754, 173, 'Chocen', 524861800, 190133900, 0),
(87579, 1754, 173, 'Chrostkowo', 529437800, 192532800, 0),
(87580, 1754, 173, 'Ciechocin', 530558100, 189263500, 0),
(87581, 1754, 173, 'Dabrowa Chelminska', 531751800, 183053700, 0),
(87582, 1754, 173, 'Debowa Laka', 532554100, 190959500, 0),
(87583, 1754, 173, 'Drzycim', 535052000, 183094000, 0),
(87584, 1754, 173, 'Gruta', 534531500, 189570000, 0),
(87585, 1754, 173, 'Kesowo', 535587200, 177158000, 0),
(87586, 1754, 173, 'Kikol', 529099400, 191201600, 0),
(87587, 1754, 173, 'Kowal', 525301900, 191476700, 0),
(87588, 1754, 173, 'Ksiazki', 533298000, 190702900, 0),
(87589, 1754, 173, 'Lasin', 535179400, 190883200, 0),
(87590, 1754, 173, 'Lipno', 528443600, 191785200, 0),
(87591, 1754, 173, 'Lisewo', 532958000, 186871400, 0),
(87592, 1754, 173, 'Lniano', 535280100, 182126700, 0),
(87593, 1754, 173, 'Lubanie', 527468900, 189194000, 0),
(87594, 1754, 173, 'Lubiewo', 534654200, 180299400, 0),
(87595, 1754, 173, 'Obrowo', 529714900, 188786300, 0),
(87596, 1754, 173, 'Osie', 535991800, 183437300, 0),
(87597, 1754, 173, 'Pakosc', 528017800, 180853000, 0),
(87598, 1754, 173, 'Pluznica', 532967200, 187769200, 0),
(87599, 1754, 173, 'Raciazek', 528565000, 188133400, 0),
(87600, 1754, 173, 'Radzyn Chelminski', 533850900, 189372500, 0),
(87601, 1754, 173, 'Rogowo', 527244900, 176511700, 0),
(87602, 1754, 173, 'Skepe', 528679800, 193560400, 0),
(87603, 1754, 173, 'Skrwilno', 530160700, 196236400, 0),
(87604, 1754, 173, 'Sliwice', 537087500, 181737000, 0),
(87605, 1754, 173, 'Sosno', 533892200, 176871300, 0),
(87606, 1754, 173, 'Swiecie nad Osa', 534440000, 191017100, 0),
(87607, 1754, 173, 'Swiedziebnia', 531520700, 195546300, 0),
(87608, 1754, 173, 'Swiekatowo', 534186400, 180973100, 0),
(87609, 1754, 173, 'Tluchowo', 527471500, 194656300, 0),
(87610, 1754, 173, 'Topolka', 525032700, 187124600, 0),
(87611, 1754, 173, 'Waganiec', 528012000, 188758900, 0),
(87612, 1754, 173, 'Wapielsk', 531376100, 192779200, 0),
(87613, 1754, 173, 'Warlubie', 535875100, 186344400, 0),
(87614, 1754, 173, 'Zbojno', 530084800, 191575000, 0),
(87615, 1755, 173, 'Bedkow', 515876300, 197495600, 0),
(87616, 1755, 173, 'Bedlno', 522082900, 195759200, 0),
(87617, 1755, 173, 'Biala Rawska', 518077900, 204725900, 0),
(87618, 1755, 173, 'Bialaczow', 512981500, 202972400, 0),
(87619, 1755, 173, 'Braszewice', 514990200, 184498200, 0),
(87620, 1755, 173, 'Brzeznio', 514940000, 186223400, 0),
(87621, 1755, 173, 'Budziszewice', 516673900, 199358100, 0),
(87622, 1755, 173, 'Burzenin', 514607700, 188323300, 0),
(87623, 1755, 173, 'Chasno', 521953500, 199425900, 0),
(87624, 1755, 173, 'Cieladz', 517157600, 203442800, 0),
(87625, 1755, 173, 'Czastary', 512586900, 183195300, 0),
(87626, 1755, 173, 'Czerniewice', 516541900, 201555300, 0),
(87627, 1755, 173, 'Dabrowice', 523114200, 190843700, 0),
(87628, 1755, 173, 'Dlutow', 515593600, 193919800, 0),
(87629, 1755, 173, 'Dmosin', 519243700, 197593400, 0),
(87630, 1755, 173, 'Domaniewice', 520062300, 198029400, 0),
(87631, 1755, 173, 'Galewice', 513447100, 182575600, 0),
(87632, 1755, 173, 'Galkow Maly', 517255400, 197135900, 0),
(87633, 1755, 173, 'Gidle', 509619900, 194718100, 0),
(87634, 1755, 173, 'Godzianow', 518969400, 200358900, 0),
(87635, 1755, 173, 'Gomunice', 511689000, 194933500, 0),
(87636, 1755, 173, 'Gora Swietej Malgorzaty', 520571300, 193199700, 0),
(87637, 1755, 173, 'Gorzkowice', 512153300, 195962600, 0),
(87638, 1755, 173, 'Goszczanow', 517916300, 185057000, 0),
(87639, 1755, 173, 'Grabica', 514798900, 195313700, 0),
(87640, 1755, 173, 'Inowlodz', 515271700, 202230000, 0),
(87641, 1755, 173, 'Jezow', 518137600, 199687700, 0),
(87642, 1755, 173, 'Kiernozia', 522685800, 198709200, 0),
(87643, 1755, 173, 'Kluki', 513418700, 192393800, 0),
(87644, 1755, 173, 'Kocierzew Poludniowy', 522172800, 200181200, 0),
(87645, 1755, 173, 'Kowiesy', 518894200, 204192900, 0),
(87646, 1755, 173, 'Krosniewice', 522559200, 191703700, 0),
(87647, 1755, 173, 'Ksawerow', 516828800, 194028000, 0),
(87648, 1755, 173, 'Leki Szlacheckie', 511877400, 197979600, 0),
(87649, 1755, 173, 'Lgota Wielka', 511490400, 193273500, 0),
(87650, 1755, 173, 'Lipce Reymontowskie', 518986300, 199417300, 0),
(87651, 1755, 173, 'Lubochnia', 516079400, 200539100, 0),
(87652, 1755, 173, 'Lutomiersk', 517537600, 192109700, 0),
(87653, 1755, 173, 'Lututow', 513703300, 184348000, 0),
(87654, 1755, 173, 'Makow', 519469600, 200521100, 0),
(87655, 1755, 173, 'Mniszkow', 513701700, 200391500, 0),
(87656, 1755, 173, 'Mokrsko', 511789700, 184887900, 0),
(87657, 1755, 173, 'Moszczenica', 515029700, 197198600, 0),
(87658, 1755, 173, 'Nieborow', 520777100, 200690200, 0),
(87659, 1755, 173, 'Nowosolna', 518041600, 196514500, 0),
(87660, 1755, 173, 'Osjakow', 512894600, 187915100, 0),
(87661, 1755, 173, 'Parzeczew', 519485500, 192060800, 0),
(87662, 1755, 173, 'Peczniew', 518038400, 187231100, 0),
(87663, 1755, 173, 'Plawno', 509777200, 194552400, 0),
(87664, 1755, 173, 'Reczno', 511902600, 198537500, 0),
(87665, 1755, 173, 'Regnow', 517485000, 203871100, 0),
(87666, 1755, 173, 'Rokiciny-Kolonia', 516646800, 197831200, 0),
(87667, 1755, 173, 'Sadkowice', 517251700, 205146500, 0),
(87668, 1755, 173, 'Sedziejowice', 515067700, 190276300, 0),
(87669, 1755, 173, 'Siemkowice', 512019400, 188988000, 0),
(87670, 1755, 173, 'Skomlin', 511708900, 183869900, 0),
(87671, 1755, 173, 'Strzelce', 523147800, 194070100, 0),
(87672, 1755, 173, 'Sulejow', 513543600, 198853800, 0),
(87673, 1755, 173, 'Swinice Warckie', 520407200, 189178600, 0),
(87674, 1755, 173, 'Szadek', 516917400, 189754900, 0),
(87675, 1755, 173, 'Ujazd', 515978100, 199222500, 0),
(87676, 1755, 173, 'Walichnowy', 512957900, 183807300, 0),
(87677, 1755, 173, 'Wartkowice', 519762600, 190018000, 0),
(87678, 1755, 173, 'Wierzchlas', 512045700, 186654300, 0),
(87679, 1755, 173, 'Wodzierady', 517182600, 191512300, 0),
(87680, 1755, 173, 'Wolborz', 515019600, 198304900, 0),
(87681, 1755, 173, 'Wroblew', 516121500, 186148700, 0),
(87682, 1755, 173, 'Zadzim', 517766600, 188492800, 0),
(87683, 1755, 173, 'Zarnow', 512460700, 201747600, 0),
(87684, 1755, 173, 'Zelechlinek', 517121400, 200346000, 0),
(87685, 1755, 173, 'Zloczew', 514171900, 186036300, 0),
(87686, 1756, 173, 'Abramow', 514564700, 223152100, 0),
(87687, 1756, 173, 'Aleksandrow', 504663000, 228922500, 0),
(87688, 1756, 173, 'Annopol', 508855100, 218567800, 0),
(87689, 1756, 173, 'Batorz', 508505000, 224931300, 0),
(87690, 1756, 173, 'Belzec', 503845300, 234383900, 0),
(87691, 1756, 173, 'Borki', 517216100, 225212900, 0),
(87692, 1756, 173, 'Borzechow', 510925800, 222841400, 0),
(87693, 1756, 173, 'Czemierniki', 516729800, 226388700, 0),
(87694, 1756, 173, 'Debowa Kloda', 515944600, 230064000, 0),
(87695, 1756, 173, 'Dolhobyczow', 505859100, 240359400, 0),
(87696, 1756, 173, 'Drelow', 519121900, 228716500, 0),
(87697, 1756, 173, 'Dubienka', 510486200, 238925200, 0),
(87698, 1756, 173, 'Dzierzkowice', 509602000, 220663900, 0),
(87699, 1756, 173, 'Fajslawice', 510959200, 229632300, 0),
(87700, 1756, 173, 'Firlej', 515588200, 225084100, 0),
(87701, 1756, 173, 'Frampol', 506715900, 226706100, 0),
(87702, 1756, 173, 'Garbow', 513551700, 223293700, 0),
(87703, 1756, 173, 'Godziszow', 507488900, 224979400, 0),
(87704, 1756, 173, 'Godziszow Pierwszy', 507575300, 224838600, 0),
(87705, 1756, 173, 'Goraj', 507218400, 226665100, 0),
(87706, 1756, 173, 'Goscieradow', 508685900, 220053600, 0),
(87707, 1756, 173, 'Grabowiec', 508209000, 235505700, 0),
(87708, 1756, 173, 'Hansk', 514128600, 233994200, 0),
(87709, 1756, 173, 'Horodlo', 508945900, 240372300, 0),
(87710, 1756, 173, 'Izbica', 508872800, 231524800, 0),
(87711, 1756, 173, 'Jablon', 517250100, 230874300, 0),
(87712, 1756, 173, 'Janow Podlaski', 521939800, 232121800, 0),
(87713, 1756, 173, 'Janowiec', 513235900, 218894000, 0),
(87714, 1756, 173, 'Jarczow', 504243800, 235857600, 0),
(87715, 1756, 173, 'Jeziorzany', 516024500, 222766700, 0),
(87716, 1756, 173, 'Karczmiska', 512295200, 219815800, 0),
(87717, 1756, 173, 'Kazimierz Dolny', 513191100, 219550200, 0),
(87718, 1756, 173, 'Kloczew', 517213400, 219649300, 0),
(87719, 1756, 173, 'Kock', 516399700, 224439100, 0),
(87720, 1756, 173, 'Koden', 519117100, 236030100, 0),
(87721, 1756, 173, 'Komarow-Osada', 506287800, 234937500, 0),
(87722, 1756, 173, 'Komarowka Podlaska', 518031500, 229439200, 0),
(87723, 1756, 173, 'Konstantynow', 522074600, 230853000, 0),
(87724, 1756, 173, 'Krasniczyn', 509317100, 233492900, 0),
(87725, 1756, 173, 'Krasnobrod', 505455100, 232130800, 0),
(87726, 1756, 173, 'Krynice', 505876000, 233815700, 0),
(87727, 1756, 173, 'Laszczow', 505333200, 237256200, 0),
(87728, 1756, 173, 'Lesna Podlaska', 521331700, 230278600, 0),
(87729, 1756, 173, 'Lomazy', 519043500, 231765600, 0),
(87730, 1756, 173, 'Lopiennik Gorny', 510408000, 230183300, 0),
(87731, 1756, 173, 'Markuszow', 513745700, 222580400, 0),
(87732, 1756, 173, 'Melgiew', 512251900, 227841400, 0),
(87733, 1756, 173, 'Miaczyn', 507382500, 235013000, 0),
(87734, 1756, 173, 'Michow', 515257300, 223143500, 0),
(87735, 1756, 173, 'Milanow', 517037400, 228883000, 0),
(87736, 1756, 173, 'Milejow', 512322600, 229244300, 0),
(87737, 1756, 173, 'Nowodwor', 516390100, 221018300, 0),
(87738, 1756, 173, 'Obsza', 503152000, 229568800, 0),
(87739, 1756, 173, 'Ostrow Lubelski', 514941600, 228528700, 0),
(87740, 1756, 173, 'Piszczac', 519811800, 233771900, 0),
(87741, 1756, 173, 'Podedworze', 516881500, 231996100, 0),
(87742, 1756, 173, 'Pokrowka', 510947900, 234634500, 0),
(87743, 1756, 173, 'Przytoczno', 516195100, 222713500, 0),
(87744, 1756, 173, 'Puchaczow', 513105000, 229737000, 0),
(87745, 1756, 173, 'Rachanie', 505384200, 235468800, 0),
(87746, 1756, 173, 'Radecznica', 507515500, 228297600, 0),
(87747, 1756, 173, 'Rejowiec', 510913400, 232819200, 0),
(87748, 1756, 173, 'Rejowiec Fabryczny', 511141400, 232472400, 0),
(87749, 1756, 173, 'Rokitno', 521214200, 232951400, 0),
(87750, 1756, 173, 'Rossosz', 518583600, 231374000, 0),
(87751, 1756, 173, 'Rybczewice', 510287600, 228505300, 0),
(87752, 1756, 173, 'Rzeczyca', 519622500, 227494200, 0),
(87753, 1756, 173, 'Serniki', 514371600, 226585300, 0),
(87754, 1756, 173, 'Serokomla', 517007000, 223323700, 0),
(87755, 1756, 173, 'Siemien', 516288300, 227724300, 0),
(87756, 1756, 173, 'Siennica Rozana', 510012300, 233226000, 0),
(87757, 1756, 173, 'Sitno', 507494400, 233626000, 0),
(87758, 1756, 173, 'Slawatycze', 517633800, 235546000, 0),
(87759, 1756, 173, 'Sosnowica', 515206500, 230921500, 0),
(87760, 1756, 173, 'Sosnowka', 517508400, 233381400, 0),
(87761, 1756, 173, 'Spiczyn', 513412800, 227535400, 0),
(87762, 1756, 173, 'Stoczek Lukowski', 519613500, 219713700, 0),
(87763, 1756, 173, 'Sulow', 507709900, 229559300, 0),
(87764, 1756, 173, 'Szastarka', 508549400, 223346000, 0),
(87765, 1756, 173, 'Szczebrzeszyn', 506949900, 229795400, 0),
(87766, 1756, 173, 'Tarnawatka', 505315400, 233959000, 0),
(87767, 1756, 173, 'Telatyn', 505271200, 238395600, 0),
(87768, 1756, 173, 'Tereszpol', 505666700, 229333300, 0),
(87769, 1756, 173, 'Trzydnik Duzy', 508488700, 221335900, 0),
(87770, 1756, 173, 'Tuczna', 518802800, 234252000, 0),
(87771, 1756, 173, 'Turobin', 508236700, 227427300, 0),
(87772, 1756, 173, 'Tyszowce', 506169900, 236992700, 0),
(87773, 1756, 173, 'Ulez', 515919500, 221074100, 0),
(87774, 1756, 173, 'Ulhowek', 504496900, 237995600, 0),
(87775, 1756, 173, 'Urszulin', 513939000, 231948000, 0),
(87776, 1756, 173, 'Wawolnica', 512946700, 221468100, 0),
(87777, 1756, 173, 'Werbkowice', 507537300, 237641100, 0),
(87778, 1756, 173, 'Wilkolaz', 510147300, 223501400, 0),
(87779, 1756, 173, 'Wohyn', 517564200, 227858200, 0),
(87780, 1756, 173, 'Wojcieszkow', 517692200, 223158900, 0),
(87781, 1756, 173, 'Wojslawice', 509191600, 235460200, 0),
(87782, 1756, 173, 'Wola Sernicka', 514497800, 226835100, 0),
(87783, 1756, 173, 'Wola Uhruska', 513213900, 236262700, 0),
(87784, 1756, 173, 'Zakrzowek', 509512400, 223813800, 0),
(87785, 1756, 173, 'Zolkiewka', 509099100, 228346500, 0),
(87786, 1756, 173, 'Zyrzyn', 514991800, 220917000, 0),
(87787, 1757, 173, 'Bledzew', 525171100, 154138200, 0),
(87788, 1757, 173, 'Bobrowice', 519485000, 150905800, 0),
(87789, 1757, 173, 'Bojadla', 519532100, 158103600, 0),
(87790, 1757, 173, 'Bytnica', 521506600, 151694600, 0),
(87791, 1757, 173, 'Dabie', 520105600, 151522100, 0),
(87792, 1757, 173, 'Gorzyca', 524944700, 146550300, 0),
(87793, 1757, 173, 'Klenica', 519921700, 157839200, 0),
(87794, 1757, 173, 'Kolsko', 519614600, 159598700, 0),
(87795, 1757, 173, 'Konotop', 519315700, 159039100, 0),
(87796, 1757, 173, 'Lagow', 523342900, 152976900, 0),
(87797, 1757, 173, 'Lipinki Luzyckie', 516395400, 149987400, 0),
(87798, 1757, 173, 'Lubiszyn', 527807500, 149479300, 0),
(87799, 1757, 173, 'Lubniewice', 525163800, 152500500, 0),
(87800, 1757, 173, 'Miedzylesie', 521448700, 153828300, 0),
(87801, 1757, 173, 'Nowogrod Bobrzanski', 517985600, 152352000, 0),
(87802, 1757, 173, 'Osno Lubuskie', 524536000, 148754900, 0),
(87803, 1757, 173, 'Otyn', 518476600, 157110500, 0),
(87804, 1757, 173, 'Przewoz', 514805300, 149518800, 0),
(87805, 1757, 173, 'Przytoczna', 525775500, 156787800, 0),
(87806, 1757, 173, 'Siedlisko', 517686400, 158139600, 0),
(87807, 1757, 173, 'Sieniawa Zarska', 516400700, 150604500, 0),
(87808, 1757, 173, 'Skape', 521529200, 154584500, 0),
(87809, 1757, 173, 'Stare Kurowo', 528566900, 156774900, 0),
(87810, 1757, 173, 'Szczaniec', 522687400, 156817000, 0),
(87811, 1757, 173, 'Szlichtyngowa', 517122200, 162442700, 0),
(87812, 1757, 173, 'Torzym', 523133100, 150824300, 0),
(87813, 1757, 173, 'Trzciel', 523650400, 158730600, 0),
(87814, 1757, 173, 'Trzebiechow', 520211300, 157362000, 0),
(87815, 1757, 173, 'Tuplice', 516763900, 148291400, 0),
(87816, 1757, 173, 'Zabor', 519519400, 157167600, 0),
(87817, 1757, 173, 'Zwierzyn', 528321200, 155676300, 0),
(87818, 1758, 173, 'Bachowice', 499581200, 194936900, 0),
(87819, 1758, 173, 'Balin', 501679900, 193834000, 0),
(87820, 1758, 173, 'Barwald Gorny', 498621100, 196174600, 0),
(87821, 1758, 173, 'Beczarka', 498779300, 198672300, 0),
(87822, 1758, 173, 'Bialka', 496930600, 196703300, 0),
(87823, 1758, 173, 'Boleslaw', 502972900, 194807300, 0),
(87824, 1758, 173, 'Borek', 500177800, 205308700, 0),
(87825, 1758, 173, 'Brzaczowice', 498747800, 200370900, 0),
(87826, 1758, 173, 'Brzezinka', 500423700, 191902000, 0),
(87827, 1758, 173, 'Budzow', 497762200, 196727400, 0),
(87828, 1758, 173, 'Bukowina Tatrzanska', 493430200, 201080700, 0),
(87829, 1758, 173, 'Bulowice', 498765000, 192887300, 0),
(87830, 1758, 173, 'Chyzne', 494267200, 196695600, 0),
(87831, 1758, 173, 'Ciezkowice', 497857500, 209732400, 0),
(87832, 1758, 173, 'Czulow', 500595600, 197010600, 0),
(87833, 1758, 173, 'Dziewin', 500755400, 204549100, 0),
(87834, 1758, 173, 'Filipowice', 501557300, 195657900, 0),
(87835, 1758, 173, 'Frydman', 494492700, 202296100, 0),
(87836, 1758, 173, 'Frydrychowice', 499048100, 194193600, 0),
(87837, 1758, 173, 'Gdow', 499081800, 201987900, 0),
(87838, 1758, 173, 'Giebultow', 501455600, 198785600, 0),
(87839, 1758, 173, 'Greboszow', 502450100, 207766900, 0),
(87840, 1758, 173, 'Grzechynia', 497136000, 196456100, 0),
(87841, 1758, 173, 'Inwald', 498635500, 193927600, 0),
(87842, 1758, 173, 'Iwkowa', 498171600, 205901800, 0),
(87843, 1758, 173, 'Jadowniki', 499588400, 206443400, 0),
(87844, 1758, 173, 'Jaroszowice', 498626700, 195196200, 0),
(87845, 1758, 173, 'Jasien', 499698800, 205719000, 0),
(87846, 1758, 173, 'Jerzmanowice', 502126700, 197467200, 0),
(87847, 1758, 173, 'Jodlowka-Walki', 500499200, 211333200, 0),
(87848, 1758, 173, 'Jordanow', 496493500, 198298100, 0),
(87849, 1758, 173, 'Juszczyn', 496929000, 196912800, 0),
(87850, 1758, 173, 'Kamionka Wielka', 495684800, 208236400, 0),
(87851, 1758, 173, 'Kasina Wielka', 497296900, 201355400, 0),
(87852, 1758, 173, 'Kaszow', 500388400, 197193400, 0),
(87853, 1758, 173, 'Klikuszowa', 495193000, 199849000, 0),
(87854, 1758, 173, 'Kluszkowce', 494510000, 203017900, 0),
(87855, 1758, 173, 'Koscielisko', 492907300, 198892900, 0),
(87856, 1758, 173, 'Koszyce', 499722600, 209416600, 0),
(87857, 1758, 173, 'Kozlow', 504839400, 200245600, 0),
(87858, 1758, 173, 'Kroscienko nad Dunajcem', 494408100, 204262400, 0),
(87859, 1758, 173, 'Krosnica', 494478700, 203395600, 0),
(87860, 1758, 173, 'Krzczonow', 497381300, 199182100, 0),
(87861, 1758, 173, 'Krzyszkowice', 498834600, 199228500, 0),
(87862, 1758, 173, 'Kukow', 497325200, 194848500, 0),
(87863, 1758, 173, 'Labowa', 495276600, 208549700, 0),
(87864, 1758, 173, 'Lachowice', 497155500, 194745500, 0),
(87865, 1758, 173, 'Laczany', 499840700, 195786700, 0),
(87866, 1758, 173, 'Lapanow', 498653800, 202914900, 0),
(87867, 1758, 173, 'Lapczyca', 499599400, 203844500, 0),
(87868, 1758, 173, 'Lapsze Nizne', 493980700, 202434300, 0),
(87869, 1758, 173, 'Lasek', 495088300, 199807800, 0),
(87870, 1758, 173, 'Laskowa', 497614700, 204504500, 0),
(87871, 1758, 173, 'Lipinki', 496729600, 212928800, 0),
(87872, 1758, 173, 'Lipnica Mala', 495150700, 196349700, 0),
(87873, 1758, 173, 'Lipnica Wielka', 494740400, 196388300, 0),
(87874, 1758, 173, 'Liszki', 500388400, 197683500, 0),
(87875, 1758, 173, 'Lopuszna', 494728100, 201302100, 0),
(87876, 1758, 173, 'Lososina Dolna', 497497700, 206312900, 0),
(87877, 1758, 173, 'Lubien', 497192100, 199784700, 0),
(87878, 1758, 173, 'Lubomierz', 496085400, 202021400, 0),
(87879, 1758, 173, 'Ludzmierz', 494665600, 199825000, 0),
(87880, 1758, 173, 'Lukowa', 500930000, 209754800, 0),
(87881, 1758, 173, 'Luzna', 497128800, 210463700, 0),
(87882, 1758, 173, 'Malec', 499210600, 192453000, 0),
(87883, 1758, 173, 'Maszkienice', 499892000, 206865700, 0),
(87884, 1758, 173, 'Metkow', 500525100, 193752500, 0),
(87885, 1758, 173, 'Mnikow', 500604400, 197259500, 0),
(87886, 1758, 173, 'Modlniczka', 501173900, 198553000, 0),
(87887, 1758, 173, 'Mszana Dolna', 496743200, 200799200, 0),
(87888, 1758, 173, 'Mszana Gorna', 496620200, 200973400, 0),
(87889, 1758, 173, 'Myslachowice', 501851400, 194811600, 0),
(87890, 1758, 173, 'Nawojowa', 495668600, 207392700, 0),
(87891, 1758, 173, 'Niedomice', 501073700, 208954800, 0),
(87892, 1758, 173, 'Niedzwiedz', 496210000, 200779400, 0),
(87893, 1758, 173, 'Nowa Wies', 499074600, 192164600, 0),
(87894, 1758, 173, 'Ochojno', 499525500, 199745200, 0),
(87895, 1758, 173, 'Ochotnica Dolna', 495268200, 203426500, 0),
(87896, 1758, 173, 'Okocim', 499489000, 206016000, 0),
(87897, 1758, 173, 'Olpiny', 498068600, 212046400, 0),
(87898, 1758, 173, 'Osielec', 496807900, 197824300, 0),
(87899, 1758, 173, 'Ostrowsko', 494761600, 201005200, 0),
(87900, 1758, 173, 'Palcza', 498045400, 197438900, 0),
(87901, 1758, 173, 'Pawlikowice', 499531000, 200548600, 0),
(87902, 1758, 173, 'Piekielnik', 494768800, 197681000, 0),
(87903, 1758, 173, 'Plaza', 500998800, 194645100, 0),
(87904, 1758, 173, 'Plesna', 499264200, 209452600, 0),
(87905, 1758, 173, 'Podwilk', 495476000, 197387400, 0),
(87906, 1758, 173, 'Pogorzyce', 501018600, 194222800, 0),
(87907, 1758, 173, 'Polanka Wielka', 499850100, 193261500, 0),
(87908, 1758, 173, 'Ponikiew', 498331100, 194657100, 0),
(87909, 1758, 173, 'Porabka Uszewska', 499426000, 206905200, 0),
(87910, 1758, 173, 'Poreba Wielka', 500111600, 192837500, 0),
(87911, 1758, 173, 'Przecieszyn', 499783800, 191704600, 0),
(87912, 1758, 173, 'Przeginia', 502383100, 196885300, 0),
(87913, 1758, 173, 'Przytkowice', 499178500, 196857000, 0),
(87914, 1758, 173, 'Raba Wyzna', 495668100, 198796700, 0),
(87915, 1758, 173, 'Raczna', 500098400, 197678400, 0),
(87916, 1758, 173, 'Radgoszcz', 502058000, 211131500, 0),
(87917, 1758, 173, 'Rajsko', 500119300, 191929400, 0),
(87918, 1758, 173, 'Regulice', 500831400, 195278500, 0),
(87919, 1758, 173, 'Roczyny', 498537000, 193156800, 0),
(87920, 1758, 173, 'Rokiciny', 495724300, 199230200, 0),
(87921, 1758, 173, 'Ropa', 495914600, 210443100, 0),
(87922, 1758, 173, 'Rudawa', 501215100, 197123900, 0),
(87923, 1758, 173, 'Rusocice', 499960400, 196064800, 0),
(87924, 1758, 173, 'Ryczow', 499810300, 195501700, 0),
(87925, 1758, 173, 'Rzepiennik Strzyzewski', 498054200, 210359900, 0),
(87926, 1758, 173, 'Rzeszotary', 499462500, 199728000, 0),
(87927, 1758, 173, 'Rzezawa', 499899700, 205150800, 0),
(87928, 1758, 173, 'Rzyki', 498112900, 193961900, 0),
(87929, 1758, 173, 'Sekowa', 496221700, 211976900, 0),
(87930, 1758, 173, 'Siepraw', 499143700, 199586400, 0),
(87931, 1758, 173, 'Sieradza', 501349900, 209294700, 0),
(87932, 1758, 173, 'Skawica', 496771800, 196232100, 0),
(87933, 1758, 173, 'Skrzydlna', 497534300, 201861800, 0),
(87934, 1758, 173, 'Skrzyszow', 499937300, 210613900, 0),
(87935, 1758, 173, 'Slomniki', 502401200, 200822400, 0),
(87936, 1758, 173, 'Slopnice', 496849600, 203432500, 0),
(87937, 1758, 173, 'Smegorzow', 502284300, 210041400, 0),
(87938, 1758, 173, 'Spytkowice', 495774400, 198334100, 0),
(87939, 1758, 173, 'Stanislaw Dolny', 499047000, 196533400, 0),
(87940, 1758, 173, 'Stanislaw Gorny', 499115500, 196293100, 0),
(87941, 1758, 173, 'Stanislawice', 499855000, 203512300, 0),
(87942, 1758, 173, 'Stronie', 498305600, 196749700, 0),
(87943, 1758, 173, 'Stroza', 497962800, 199237900, 0),
(87944, 1758, 173, 'Stryszow', 498256900, 196176300, 0),
(87945, 1758, 173, 'Suloszowa', 502678900, 197328200, 0),
(87946, 1758, 173, 'Szaflary', 494265500, 200271300, 0),
(87947, 1758, 173, 'Szarow', 499950500, 202696000, 0),
(87948, 1758, 173, 'Szczawnica', 494243700, 204848700, 0),
(87949, 1758, 173, 'Szczurowa', 501191500, 206361000, 0),
(87950, 1758, 173, 'Szerzyny', 498091900, 212467000, 0),
(87951, 1758, 173, 'Szynwald', 499676700, 211229300, 0),
(87952, 1758, 173, 'Targanice', 498057500, 193244400, 0),
(87953, 1758, 173, 'Targowisko', 499847300, 202934600, 0),
(87954, 1758, 173, 'Tenczynek', 501198600, 196130800, 0),
(87955, 1758, 173, 'Tokarnia', 497272000, 198716100, 0),
(87956, 1758, 173, 'Tomice', 498977300, 194835700, 0),
(87957, 1758, 173, 'Trzebunia', 497914600, 198471500, 0),
(87958, 1758, 173, 'Uscie Gorlickie', 495219200, 211382100, 0),
(87959, 1758, 173, 'Waksmund', 494820700, 200756300, 0),
(87960, 1758, 173, 'Wawrzenczyce', 501101200, 203161200, 0),
(87961, 1758, 173, 'Weglowka', 497342400, 200857500, 0),
(87962, 1758, 173, 'Wegrzce Wielkie', 500149100, 201108200, 0),
(87963, 1758, 173, 'Wietrzychowice', 501909700, 207650200, 0),
(87964, 1758, 173, 'Wlosienica', 500182200, 193167100, 0),
(87965, 1758, 173, 'Wola Debinska', 499821400, 206877700, 0),
(87966, 1758, 173, 'Wola Filipowska', 501343300, 195801300, 0),
(87967, 1758, 173, 'Wola Radziszowska', 499055800, 197882700, 0),
(87968, 1758, 173, 'Wolowice', 499887600, 197263000, 0),
(87969, 1758, 173, 'Zabierzow Bochenski', 500682100, 203189600, 0),
(87970, 1758, 173, 'Zabno', 501333400, 208861500, 0),
(87971, 1758, 173, 'Zagornik', 498371000, 193786800, 0),
(87972, 1758, 173, 'Zagorze', 500944900, 194035700, 0),
(87973, 1758, 173, 'Zakrzow', 498255800, 196497300, 0),
(87974, 1758, 173, 'Zalas', 500803300, 196213200, 0),
(87975, 1758, 173, 'Zawoja', 496439600, 195422700, 0),
(87976, 1758, 173, 'Zegocina', 498139500, 204196400, 0),
(87977, 1758, 173, 'Zubrzyca Gorna', 495617400, 196497300, 0),
(87978, 1758, 173, 'Zurowa', 498263600, 211689400, 0),
(87979, 1759, 173, 'Baboszewo', 526807000, 202552700, 0),
(87980, 1759, 173, 'Baniocha', 520165300, 211398400, 0),
(87981, 1759, 173, 'Bialobrzegi', 516469500, 209504100, 0),
(87982, 1759, 173, 'Bielany', 523417400, 222492900, 0),
(87983, 1759, 173, 'Bielsk', 526718000, 198050000, 0),
(87984, 1759, 173, 'Biezun', 529610700, 198897600, 0),
(87985, 1759, 173, 'Bledow', 517776700, 206979800, 0),
(87986, 1759, 173, 'Bodzanow', 524999200, 200294500, 0),
(87987, 1759, 173, 'Borkowice', 513202500, 206833900, 0),
(87988, 1759, 173, 'Borowie', 519490800, 217658000, 0),
(87989, 1759, 173, 'Branszczyk', 526293100, 215874500, 0),
(87990, 1759, 173, 'Brochow', 523195000, 202625700, 0),
(87991, 1759, 173, 'Brody-Parcele', 524779700, 207497400, 0),
(87992, 1759, 173, 'Brok', 526994800, 218570400, 0),
(87993, 1759, 173, 'Brudzen Duzy', 526688400, 195039900, 0),
(87994, 1759, 173, 'Bulkowo', 525408700, 201188900, 0),
(87995, 1759, 173, 'Ceglow', 521478200, 217373900, 0),
(87996, 1759, 173, 'Celestynow', 520609300, 213910700, 0),
(87997, 1759, 173, 'Chlewiska', 512437600, 207687100, 0),
(87998, 1759, 173, 'Chorzele', 532607500, 208972800, 0),
(87999, 1759, 173, 'Ciepielow', 512483800, 215747500, 0),
(88000, 1759, 173, 'Czerwin', 529490500, 217584200, 0),
(88001, 1759, 173, 'Dobre', 523209700, 216788100, 0),
(88002, 1759, 173, 'Domanice', 520373900, 221764200, 0),
(88003, 1759, 173, 'Drobin', 527377500, 199892800, 0),
(88004, 1759, 173, 'Duczki', 523627100, 212904700, 0),
(88005, 1759, 173, 'Dziekanow Lesny', 523524300, 208512400, 0),
(88006, 1759, 173, 'Dzierzaznia', 526281100, 202336400, 0),
(88007, 1759, 173, 'Dzierzgowo', 531527900, 206632200, 0),
(88008, 1759, 173, 'Gabin', 523984900, 197350900, 0),
(88009, 1759, 173, 'Garbatka-Letnisko', 514832000, 216107900, 0),
(88010, 1759, 173, 'Gasocin', 527375400, 207118000, 0),
(88011, 1759, 173, 'Gielniow', 514007600, 204812600, 0),
(88012, 1759, 173, 'Glinojeck', 528198300, 202919800, 0),
(88013, 1759, 173, 'Golymin-Osrodek', 528080000, 208732500, 0),
(88014, 1759, 173, 'Goszczyn', 517318700, 208515400, 0),
(88015, 1759, 173, 'Goworowo', 529008300, 215557800, 0),
(88016, 1759, 173, 'Gozd', 513783200, 213791400, 0),
(88017, 1759, 173, 'Gozdowo', 527245500, 196850100, 0),
(88018, 1759, 173, 'Grudusk', 530584500, 206249400, 0),
(88019, 1759, 173, 'Guzow', 521162600, 203367200, 0),
(88020, 1759, 173, 'Ilow', 523395300, 200273000, 0),
(88021, 1759, 173, 'Izabelin', 522999200, 208172900, 0),
(88022, 1759, 173, 'Jadow', 524784900, 216319900, 0),
(88023, 1759, 173, 'Jakubow', 522196500, 216803200, 0),
(88024, 1759, 173, 'Jastrzebia', 514974200, 212370900, 0),
(88025, 1759, 173, 'Jednorozec', 531411600, 210516100, 0),
(88026, 1759, 173, 'Joniec', 526012800, 205817700, 0),
(88027, 1759, 173, 'Kadzidlo', 532343500, 214645400, 0),
(88028, 1759, 173, 'Kaluszyn', 522066900, 218083800, 0),
(88029, 1759, 173, 'Karczew', 520765500, 212496200, 0),
(88030, 1759, 173, 'Karniewo', 528370000, 209888600, 0),
(88031, 1759, 173, 'Kazanow', 512759300, 214673700, 0),
(88032, 1759, 173, 'Klwow', 515344800, 206364400, 0),
(88033, 1759, 173, 'Korytnica', 524144100, 218494900, 0),
(88034, 1759, 173, 'Kowala', 512333300, 210833300, 0),
(88035, 1759, 173, 'Krasnosielc', 530337800, 211573500, 0),
(88036, 1759, 173, 'Krzynowloga Mala', 531577300, 207857900, 0),
(88037, 1759, 173, 'Kuczbork-Osada', 530861900, 200478200, 0),
(88038, 1759, 173, 'Laskarzew', 517899300, 215912200, 0),
(88039, 1759, 173, 'Latowicz', 520263600, 218082900, 0),
(88040, 1759, 173, 'Lipowiec Koscielny', 531045900, 201763900, 0),
(88041, 1759, 173, 'Lutocin', 529815200, 197665500, 0),
(88042, 1759, 173, 'Lyse', 533644300, 215648700, 0),
(88043, 1759, 173, 'Maciejowice', 516922200, 215534200, 0),
(88044, 1759, 173, 'Mala Wies', 524577900, 201022300, 0),
(88045, 1759, 173, 'Mirow', 511972000, 210329000, 0),
(88046, 1759, 173, 'Mlodzieszyn', 522994500, 202001700, 0),
(88047, 1759, 173, 'Mlynarze', 529541700, 214114100, 0),
(88048, 1759, 173, 'Mochowo', 527657000, 195559200, 0),
(88049, 1759, 173, 'Mogielnica', 516943200, 207222700, 0),
(88050, 1759, 173, 'Mokobody', 522652300, 221118200, 0),
(88051, 1759, 173, 'Mordy', 522116000, 225172500, 0),
(88052, 1759, 173, 'Mrozy', 520197500, 203670200, 0),
(88053, 1759, 173, 'Myszyniec', 533805500, 213496100, 0),
(88054, 1759, 173, 'Naruszewo', 525268700, 203515700, 0),
(88055, 1759, 173, 'Nowe Grocholice', 521592400, 209111000, 0),
(88056, 1759, 173, 'Nowe Lipiny', 523578900, 212712500, 0),
(88057, 1759, 173, 'Nowy Duninow', 525827100, 194799600, 0),
(88058, 1759, 173, 'Obryte', 527163300, 212494500, 0),
(88059, 1759, 173, 'Odrzywol', 515195300, 205555900, 0),
(88060, 1759, 173, 'Opinogora Gorna', 529055400, 207178100, 0),
(88061, 1759, 173, 'Oronsko', 513133900, 209906700, 0),
(88062, 1759, 173, 'Osieck', 519665300, 214191300, 0),
(88063, 1759, 173, 'Ostrowek', 523893800, 213673800, 0),
(88064, 1759, 173, 'Pacyna', 523028100, 197098200, 0),
(88065, 1759, 173, 'Paprotnia', 522051300, 204232000, 0),
(88066, 1759, 173, 'Parysow', 519758400, 216800600, 0),
(88067, 1759, 173, 'Pokrzywnica', 526207200, 210192500, 0),
(88068, 1759, 173, 'Policzna', 514554500, 216268400, 0),
(88069, 1759, 173, 'Pomiechowek', 524713800, 207292300, 0),
(88070, 1759, 173, 'Poswietne', 523296700, 214213700, 0),
(88071, 1759, 173, 'Potworow', 515087400, 207217600, 0),
(88072, 1759, 173, 'Prazmow', 519404000, 209547900, 0),
(88073, 1759, 173, 'Przesmyki', 522681600, 225839400, 0),
(88074, 1759, 173, 'Przylek', 513085600, 217474400, 0),
(88075, 1759, 173, 'Przytyk', 514656700, 209058700, 0),
(88076, 1759, 173, 'Radzanow', 515578600, 208639800, 0),
(88077, 1759, 173, 'Radzanowo', 525730600, 198910900, 0),
(88078, 1759, 173, 'Radziejowice', 520083400, 205477000, 0),
(88079, 1759, 173, 'Regimin', 529416600, 205531900, 0),
(88080, 1759, 173, 'Rosciszewo', 529033100, 197741900, 0),
(88081, 1759, 173, 'Rusinow', 514367800, 205870100, 0),
(88082, 1759, 173, 'Rzasnik', 527133200, 213677200, 0),
(88083, 1759, 173, 'Rzeczniow', 511280400, 214400800, 0),
(88084, 1759, 173, 'Rzekun', 530475600, 216206900, 0),
(88085, 1759, 173, 'Rzewnie', 528350800, 213368200, 0),
(88086, 1759, 173, 'Sadowne', 526412400, 218456300, 0),
(88087, 1759, 173, 'Sanniki', 523304600, 198676600, 0),
(88088, 1759, 173, 'Sarnaki', 523150400, 228904400, 0),
(88089, 1759, 173, 'Serock', 525103600, 210691000, 0),
(88090, 1759, 173, 'Siemiatkowo', 528811000, 200289300, 0),
(88091, 1759, 173, 'Siennica', 520916400, 216192100, 0),
(88092, 1759, 173, 'Sienno', 510877300, 214832500, 0),
(88093, 1759, 173, 'Skorzec', 521072700, 221305200, 0),
(88094, 1759, 173, 'Slupno', 525058800, 198373600, 0),
(88095, 1759, 173, 'Sonsk', 527816400, 206990100, 0),
(88096, 1759, 173, 'Stanislawow', 522893700, 215484800, 0),
(88097, 1759, 173, 'Stara Blotnica', 515467600, 209747900, 0),
(88098, 1759, 173, 'Starozreby', 526326500, 199855000, 0),
(88099, 1759, 173, 'Stoczek', 525433200, 219001300, 0),
(88100, 1759, 173, 'Strachowka', 524269200, 216350000, 0),
(88101, 1759, 173, 'Stromiec', 516470000, 210922900, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(88102, 1759, 173, 'Strzegowo', 528939400, 202854800, 0),
(88103, 1759, 173, 'Stupsk', 530225800, 204368000, 0),
(88104, 1759, 173, 'Sucha', 516199900, 209488700, 0),
(88105, 1759, 173, 'Suchozebry', 522594800, 222528900, 0),
(88106, 1759, 173, 'Sulbiny Gorne', 518732100, 216317400, 0),
(88107, 1759, 173, 'Szczutowo', 529404700, 195743800, 0),
(88108, 1759, 173, 'Szelkow', 528348700, 212176900, 0),
(88109, 1759, 173, 'Szrensk', 530127700, 201200900, 0),
(88110, 1759, 173, 'Tczow', 513260000, 214467700, 0),
(88111, 1759, 173, 'Teresin', 521988700, 204167200, 0),
(88112, 1759, 173, 'Trabki', 519479200, 215992900, 0),
(88113, 1759, 173, 'Trojanow', 516922500, 218111200, 0),
(88114, 1759, 173, 'Troszyn', 530311500, 217308300, 0),
(88115, 1759, 173, 'Wieczfnia Koscielna', 531953400, 204763700, 0),
(88116, 1759, 173, 'Wieliszew', 524513000, 209682700, 0),
(88117, 1759, 173, 'Wieniawa', 513617100, 207948900, 0),
(88118, 1759, 173, 'Wierzbica', 512494000, 210825900, 0),
(88119, 1759, 173, 'Wierzbno', 523100800, 218590200, 0),
(88120, 1759, 173, 'Wilga', 518521100, 213775100, 0),
(88121, 1759, 173, 'Winnica', 526430600, 209411400, 0),
(88122, 1759, 173, 'Wiskitki', 520883100, 203870800, 0),
(88123, 1759, 173, 'Wisniew', 520726500, 222939200, 0),
(88124, 1759, 173, 'Wisniewo', 530647400, 203480500, 0),
(88125, 1759, 173, 'Wodynie', 520404000, 219557500, 0),
(88126, 1759, 173, 'Wola Rebkowska', 519018100, 215581800, 0),
(88127, 1759, 173, 'Wolanow', 513803000, 209770200, 0),
(88128, 1759, 173, 'Wysmierzyce', 516249400, 208139400, 0),
(88129, 1759, 173, 'Wyszogrod', 523898800, 201908100, 0),
(88130, 1759, 173, 'Zabieniec', 520585600, 210481700, 0),
(88131, 1759, 173, 'Zakrzew', 514409500, 210010500, 0),
(88132, 1759, 173, 'Zaluski', 525115200, 205286400, 0),
(88133, 1759, 173, 'Zawidz', 528274500, 198736700, 0),
(88134, 1759, 173, 'Zbuczyn', 520897400, 224382900, 0),
(88135, 1759, 173, 'Zuromin', 530661100, 199089400, 0),
(88136, 1760, 173, 'Baborow', 501576000, 179851300, 0),
(88137, 1760, 173, 'Bierawa', 502811100, 182417700, 0),
(88138, 1760, 173, 'Bierdzany', 508185200, 181580800, 0),
(88139, 1760, 173, 'Branice', 500510800, 177939900, 0),
(88140, 1760, 173, 'Chmielowice', 506495700, 178666900, 0),
(88141, 1760, 173, 'Chroscice', 507807600, 178122700, 0),
(88142, 1760, 173, 'Chroscina', 506230600, 173686100, 0),
(88143, 1760, 173, 'Cisek', 502823200, 181998800, 0),
(88144, 1760, 173, 'Dlugomilowice', 502829800, 181487300, 0),
(88145, 1760, 173, 'Dziergowice', 502424800, 182860600, 0),
(88146, 1760, 173, 'Gogolin', 504922200, 180199400, 0),
(88147, 1760, 173, 'Gorazdze', 505290300, 180100300, 0),
(88148, 1760, 173, 'Izbicko', 505716300, 181558500, 0),
(88149, 1760, 173, 'Jemielnica', 505457300, 183780700, 0),
(88150, 1760, 173, 'Kamienica', 504500700, 169539600, 0),
(88151, 1760, 173, 'Kamiennik', 505703200, 171497900, 0),
(88152, 1760, 173, 'Kolonowskie', 506533800, 183849300, 0),
(88153, 1760, 173, 'Komprachcice', 506367800, 178263500, 0),
(88154, 1760, 173, 'Korfantow', 504889400, 175989800, 0),
(88155, 1760, 173, 'Laka Prudnicka', 503106100, 175280900, 0),
(88156, 1760, 173, 'Lesnica', 504308300, 181868400, 0),
(88157, 1760, 173, 'Losiow', 507909600, 175659400, 0),
(88158, 1760, 173, 'Lubniany', 507859700, 180011000, 0),
(88159, 1760, 173, 'Lubrza', 503363100, 176263600, 0),
(88160, 1760, 173, 'Lubsza', 509159100, 175217300, 0),
(88161, 1760, 173, 'Moszczanka', 503002000, 174910900, 0),
(88162, 1760, 173, 'Murow', 508630700, 179455700, 0),
(88163, 1760, 173, 'Olszanka', 507951400, 174789000, 0),
(88164, 1760, 173, 'Otmuchow', 504662700, 171734800, 0),
(88165, 1760, 173, 'Pakoslawice', 505447400, 173657800, 0),
(88166, 1760, 173, 'Pawlowiczki', 502466000, 180486500, 0),
(88167, 1760, 173, 'Polska Cerekiew', 502282700, 181267500, 0),
(88168, 1760, 173, 'Popielow', 508263200, 177437800, 0),
(88169, 1760, 173, 'Raszowa', 503977900, 181772200, 0),
(88170, 1760, 173, 'Renska Wies', 503158700, 181260700, 0),
(88171, 1760, 173, 'Rozwadza', 504349300, 180998000, 0),
(88172, 1760, 173, 'Sidzina', 505737500, 174490400, 0),
(88173, 1760, 173, 'Skoroszyce', 505964800, 173824300, 0),
(88174, 1760, 173, 'Strzeleczki', 504621500, 178566500, 0),
(88175, 1760, 173, 'Swierczow', 509601600, 177588000, 0),
(88176, 1760, 173, 'Tarnow Opolski', 505763100, 180836700, 0),
(88177, 1760, 173, 'Twardawa', 503434900, 179909700, 0),
(88178, 1760, 173, 'Ujazd', 503893800, 183492900, 0),
(88179, 1760, 173, 'Walce', 503732200, 180042700, 0),
(88180, 1760, 173, 'Wegry', 507431900, 180174100, 0),
(88181, 1760, 173, 'Wiekszyce', 503365900, 181022100, 0),
(88182, 1760, 173, 'Wilkow', 511015800, 176628400, 0),
(88183, 1761, 173, 'Adamowka', 502585700, 226959500, 0),
(88184, 1761, 173, 'Besko', 495875700, 219529200, 0),
(88185, 1761, 173, 'Bialobrzegi', 501025200, 223190700, 0),
(88186, 1761, 173, 'Bircza', 496917300, 224785400, 0),
(88187, 1761, 173, 'Blazowa', 498852100, 221003700, 0),
(88188, 1761, 173, 'Blizne', 497533200, 219735100, 0),
(88189, 1761, 173, 'Bojanow', 504253100, 219511100, 0),
(88190, 1761, 173, 'Brzoza Krolewska', 502390800, 223255900, 0),
(88191, 1761, 173, 'Brzyska', 498222600, 213900400, 0),
(88192, 1761, 173, 'Bukowsko', 494803900, 220632900, 0),
(88193, 1761, 173, 'Chwalowice', 507666500, 218868300, 0),
(88194, 1761, 173, 'Cisna', 492132800, 223279500, 0),
(88195, 1761, 173, 'Czarna', 493311600, 226589600, 0),
(88196, 1761, 173, 'Domaradz', 497867500, 219457100, 0),
(88197, 1761, 173, 'Dubiecko', 498260800, 223911700, 0),
(88198, 1761, 173, 'Dzikowiec', 502728800, 218436500, 0),
(88199, 1761, 173, 'Giedlarowa', 502268900, 224059300, 0),
(88200, 1761, 173, 'Gluchow', 500817100, 222713500, 0),
(88201, 1761, 173, 'Gorliczyna', 500921700, 224876400, 0),
(88202, 1761, 173, 'Grabownica Starzenska', 496589600, 220775400, 0),
(88203, 1761, 173, 'Grebow', 505653600, 218740400, 0),
(88204, 1761, 173, 'Grodzisko Dolne', 501623800, 224629200, 0),
(88205, 1761, 173, 'Grzeska', 500830300, 224539900, 0),
(88206, 1761, 173, 'Haczow', 496615200, 218979000, 0),
(88207, 1761, 173, 'Handzlowka', 499952700, 222231100, 0),
(88208, 1761, 173, 'Harasiuki', 504751500, 224728800, 0),
(88209, 1761, 173, 'Horyniec-Zdroj', 501915200, 233627700, 0),
(88210, 1761, 173, 'Humniska', 496750700, 220536800, 0),
(88211, 1761, 173, 'Husow', 499797100, 222864500, 0),
(88212, 1761, 173, 'Iwonicz-Zdroj', 495631900, 217899200, 0),
(88213, 1761, 173, 'Jasienica Rosielna', 497514400, 219417600, 0),
(88214, 1761, 173, 'Jasionow', 496584100, 219767800, 0),
(88215, 1761, 173, 'Jasliska', 494422900, 218079500, 0),
(88216, 1761, 173, 'Jawornik', 498464000, 218940400, 0),
(88217, 1761, 173, 'Jawornik Polski', 498908200, 222886800, 0),
(88218, 1761, 173, 'Jodlowa', 498722900, 212789700, 0),
(88219, 1761, 173, 'Jodlowka', 498943000, 224665300, 0),
(88220, 1761, 173, 'Kielanowka', 500261600, 219290500, 0),
(88221, 1761, 173, 'Kolaczyce', 498074300, 214340700, 0),
(88222, 1761, 173, 'Komancza', 493392200, 220616600, 0),
(88223, 1761, 173, 'Konczyce', 504257500, 221537600, 0),
(88224, 1761, 173, 'Kosina', 500721300, 223290300, 0),
(88225, 1761, 173, 'Kraczkowa', 500379600, 221680100, 0),
(88226, 1761, 173, 'Krasiczyn', 497764400, 226525200, 0),
(88227, 1761, 173, 'Krempna', 495112800, 215004200, 0),
(88228, 1761, 173, 'Kroscienko Wyzne', 496794600, 218289800, 0),
(88229, 1761, 173, 'Krzemienica', 500621000, 221805400, 0),
(88230, 1761, 173, 'Krzeszow', 504038100, 223424100, 0),
(88231, 1761, 173, 'Krzywcza', 497989400, 225454900, 0),
(88232, 1761, 173, 'Kurylowka', 502997600, 224660100, 0),
(88233, 1761, 173, 'Laszki', 500202000, 228999700, 0),
(88234, 1761, 173, 'Leki', 498099600, 216602300, 0),
(88235, 1761, 173, 'Letownia', 503248100, 222340100, 0),
(88236, 1761, 173, 'Lutowiska', 492531800, 226925200, 0),
(88237, 1761, 173, 'Markowa', 500263300, 223316000, 0),
(88238, 1761, 173, 'Narol', 503492500, 233267900, 0),
(88239, 1761, 173, 'Niebocko', 496777400, 221048400, 0),
(88240, 1761, 173, 'Niebylec', 498566900, 219034800, 0),
(88241, 1761, 173, 'Niedzwiada', 499893700, 215216200, 0),
(88242, 1761, 173, 'Nienadowa', 498290100, 224270400, 0),
(88243, 1761, 173, 'Niwiska', 502249200, 216303600, 0),
(88244, 1761, 173, 'Nowosielce', 500574700, 224105600, 0),
(88245, 1761, 173, 'Nozdrzec', 497732300, 221986500, 0),
(88246, 1761, 173, 'Odrzykon', 497405700, 217407400, 0),
(88247, 1761, 173, 'Olszanica', 494774100, 224438200, 0),
(88248, 1761, 173, 'Orly', 498710700, 228029800, 0),
(88249, 1761, 173, 'Orzechowka', 497308000, 219451900, 0),
(88250, 1761, 173, 'Osiek Jasielski', 496378400, 214884000, 0),
(88251, 1761, 173, 'Padew Narodowa', 504394700, 215005900, 0),
(88252, 1761, 173, 'Pawlosiow', 499953300, 226476300, 0),
(88253, 1761, 173, 'Pilzno', 499788300, 212922800, 0),
(88254, 1761, 173, 'Polanczyk', 493696900, 224211200, 0),
(88255, 1761, 173, 'Poraz', 494859700, 222250000, 0),
(88256, 1761, 173, 'Pruchnik', 499062000, 225155400, 0),
(88257, 1761, 173, 'Przeclaw', 501933900, 214800700, 0),
(88258, 1761, 173, 'Przedmiescie Dubieckie', 498371000, 223717700, 0),
(88259, 1761, 173, 'Pysznica', 505699900, 221291300, 0),
(88260, 1761, 173, 'Raclawice', 505137000, 221655200, 0),
(88261, 1761, 173, 'Radomysl Wielki', 501969300, 212769300, 0),
(88262, 1761, 173, 'Rakszawa', 501605100, 222390700, 0),
(88263, 1761, 173, 'Ranizow', 502587300, 219713700, 0),
(88264, 1761, 173, 'Rokietnica', 498998300, 226417100, 0),
(88265, 1761, 173, 'Rozborz', 500561500, 225468600, 0),
(88266, 1761, 173, 'Rudna Wielka', 500879900, 219475900, 0),
(88267, 1761, 173, 'Rudnik nad Sanem', 504415200, 222485600, 0),
(88268, 1761, 173, 'Siedleczka', 499606100, 223794900, 0),
(88269, 1761, 173, 'Siedliska', 499540900, 219474200, 0),
(88270, 1761, 173, 'Sieniawa', 495650800, 219278500, 0),
(88271, 1761, 173, 'Sietesz', 499862200, 223467100, 0),
(88272, 1761, 173, 'Skolyszyn', 497495500, 213366500, 0),
(88273, 1761, 173, 'Slotowa', 499460300, 212942500, 0),
(88274, 1761, 173, 'Sokolniki', 506380300, 218064900, 0),
(88275, 1761, 173, 'Sokolow Malopolski', 502290900, 221196800, 0),
(88276, 1761, 173, 'Sonina', 500608900, 222655100, 0),
(88277, 1761, 173, 'Sosnica', 499008300, 228746900, 0),
(88278, 1761, 173, 'Straszydle', 499003800, 219812400, 0),
(88279, 1761, 173, 'Stubno', 498980600, 229560200, 0),
(88280, 1761, 173, 'Swilcza', 500717900, 218979800, 0),
(88281, 1761, 173, 'Tarnowiec', 497310800, 215766300, 0),
(88282, 1761, 173, 'Tyrawa Woloska', 495774400, 223698800, 0),
(88283, 1761, 173, 'Wadowice Gorne', 502631200, 213021500, 0),
(88284, 1761, 173, 'Wiazownica', 500806600, 227066800, 0),
(88285, 1761, 173, 'Wielkie Oczy', 500235700, 231640700, 0),
(88286, 1761, 173, 'Wielopole Skrzynskie', 499456400, 216149100, 0),
(88287, 1761, 173, 'Wierzawice', 502362300, 224509000, 0),
(88288, 1761, 173, 'Wierzbna', 500331100, 226012800, 0),
(88289, 1761, 173, 'Wojaszowka', 497777700, 216707900, 0),
(88290, 1761, 173, 'Wola Zarczycka', 502912000, 222502300, 0),
(88291, 1761, 173, 'Wysoka Glogowska', 501601900, 220212400, 0),
(88292, 1761, 173, 'Zagorzyce', 500169000, 216751700, 0),
(88293, 1761, 173, 'Zaklikow', 507576900, 221022600, 0),
(88294, 1761, 173, 'Zalesie', 500122600, 225326200, 0),
(88295, 1761, 173, 'Zaleszany', 506479900, 218906900, 0),
(88296, 1761, 173, 'Zarszyn', 495817800, 220128300, 0),
(88297, 1761, 173, 'Zglobien', 500127000, 218549000, 0),
(88298, 1761, 173, 'Zolynia', 501620000, 223082500, 0),
(88299, 1761, 173, 'Zyrakow', 500854500, 213962200, 0),
(88300, 1762, 173, 'Bialowieza', 527038500, 238657400, 0),
(88301, 1762, 173, 'Czeremcha', 525166700, 233500000, 0),
(88302, 1762, 173, 'Drohiczyn', 524001100, 226585300, 0),
(88303, 1762, 173, 'Dziadkowice', 525638000, 229168900, 0),
(88304, 1762, 173, 'Filipow', 541803700, 226207600, 0),
(88305, 1762, 173, 'Goniadz', 534895300, 227357800, 0),
(88306, 1762, 173, 'Jedwabne', 532855400, 223035300, 0),
(88307, 1762, 173, 'Kleszczele', 525731400, 233253900, 0),
(88308, 1762, 173, 'Knyszyn', 533140600, 229196300, 0),
(88309, 1762, 173, 'Krasnopol', 541161300, 232047600, 0),
(88310, 1762, 173, 'Krynki', 532644400, 237730400, 0),
(88311, 1762, 173, 'Kuznica', 535109400, 236495300, 0),
(88312, 1762, 173, 'Lipsk', 537331200, 234022500, 0),
(88313, 1762, 173, 'Milejczyce', 525196700, 231320600, 0),
(88314, 1762, 173, 'Monki', 534049600, 227979100, 0),
(88315, 1762, 173, 'Narew', 529141800, 235198400, 0),
(88316, 1762, 173, 'Nowogrod', 532269800, 218821000, 0),
(88317, 1762, 173, 'Nurzec-Stacja', 524624900, 230857100, 0),
(88318, 1762, 173, 'Perlejewo', 525667600, 225645700, 0),
(88319, 1762, 173, 'Punsk', 542511400, 231812400, 0),
(88320, 1762, 173, 'Rajgrod', 537310200, 227051500, 0),
(88321, 1762, 173, 'Rudka', 527243900, 227267600, 0),
(88322, 1762, 173, 'Rutki', 531000000, 224333300, 0),
(88323, 1762, 173, 'Rutki-Kossaki', 530893200, 224401100, 0),
(88324, 1762, 173, 'Sniadowo', 530387400, 219907700, 0),
(88325, 1762, 173, 'Sokoly', 529931400, 227005000, 0),
(88326, 1762, 173, 'Stawiski', 533798700, 221546200, 0),
(88327, 1762, 173, 'Szumowo', 529188400, 220844900, 0),
(88328, 1762, 173, 'Tykocin', 532056700, 227745700, 0),
(88329, 1762, 173, 'Wasosz', 535220900, 223191500, 0),
(88330, 1762, 173, 'Wizna', 531951800, 223824100, 0),
(88331, 1762, 173, 'Zabludow', 530144200, 233383100, 0),
(88332, 1762, 173, 'Zbojna', 532429300, 217881200, 0),
(88333, 1763, 173, 'Bobowo', 538837800, 185568100, 0),
(88334, 1763, 173, 'Borzytuchom', 542002100, 173680100, 0),
(88335, 1763, 173, 'Cedry Wielkie', 542470700, 188456700, 0),
(88336, 1763, 173, 'Chmielno', 543254300, 180986000, 0),
(88337, 1763, 173, 'Choczewo', 547399300, 178917500, 0),
(88338, 1763, 173, 'Czarna Woda', 538445800, 181000600, 0),
(88339, 1763, 173, 'Damnica', 545002500, 172715400, 0),
(88340, 1763, 173, 'Debnica Kaszubska', 543783100, 171611600, 0),
(88341, 1763, 173, 'Dziemiany', 540063600, 177675500, 0),
(88342, 1763, 173, 'Garcz', 543476000, 181016900, 0),
(88343, 1763, 173, 'Gardeja', 536112500, 189468700, 0),
(88344, 1763, 173, 'Gniewino', 547170900, 180166300, 0),
(88345, 1763, 173, 'Gniezdzewo', 547474100, 183794400, 0),
(88346, 1763, 173, 'Goscicino', 546045900, 181549100, 0),
(88347, 1763, 173, 'Jastarnia', 546960600, 186787300, 0),
(88348, 1763, 173, 'Jastrzebia Gora', 548313500, 183130100, 0),
(88349, 1763, 173, 'Karsin', 539076800, 179209300, 0),
(88350, 1763, 173, 'Kepice', 542411100, 168896800, 0),
(88351, 1763, 173, 'Koczala', 539044900, 170652900, 0),
(88352, 1763, 173, 'Kolczyglowy', 542389500, 172315400, 0),
(88353, 1763, 173, 'Krynica Morska', 543805100, 194441300, 0),
(88354, 1763, 173, 'Leba', 547609900, 175554700, 0),
(88355, 1763, 173, 'Leczyce', 545940500, 178593100, 0),
(88356, 1763, 173, 'Linia', 544514300, 179345400, 0),
(88357, 1763, 173, 'Liniewo', 540766100, 182267500, 0),
(88358, 1763, 173, 'Lipnica', 539962300, 174070200, 0),
(88359, 1763, 173, 'Lipusz', 540980600, 177845500, 0),
(88360, 1763, 173, 'Lubichowo', 538513600, 183990100, 0),
(88361, 1763, 173, 'Mikolajki Pomorskie', 538513100, 191657400, 0),
(88362, 1763, 173, 'Miloradz', 540139200, 189184600, 0),
(88363, 1763, 173, 'Mrzezino', 546537800, 184302500, 0),
(88364, 1763, 173, 'Nowa Wies Leborska', 545587800, 177275600, 0),
(88365, 1763, 173, 'Nowy Staw', 541360900, 190090900, 0),
(88366, 1763, 173, 'Orle', 546402200, 181705700, 0),
(88367, 1763, 173, 'Ostaszewo', 542125600, 189514200, 0),
(88368, 1763, 173, 'Parchowo', 542065800, 176681600, 0),
(88369, 1763, 173, 'Przodkowo', 543799100, 182876000, 0),
(88370, 1763, 173, 'Ryjewo', 538446300, 189607700, 0),
(88371, 1763, 173, 'Rzeczenica', 537579000, 171075200, 0),
(88372, 1763, 173, 'Sadlinki', 536653900, 188680700, 0),
(88373, 1763, 173, 'Sierakowice', 543461000, 178925200, 0),
(88374, 1763, 173, 'Skorcz', 537943600, 185256100, 0),
(88375, 1763, 173, 'Smoldzino', 546631800, 172136900, 0),
(88376, 1763, 173, 'Stara Kiszewa', 539900600, 181695800, 0),
(88377, 1763, 173, 'Stare Pole', 540566700, 192087400, 0),
(88378, 1763, 173, 'Stary Targ', 539233500, 191700300, 0),
(88379, 1763, 173, 'Stegna', 543268400, 191125200, 0),
(88380, 1763, 173, 'Stezyca', 542059300, 179556900, 0),
(88381, 1763, 173, 'Studzienice', 540926200, 175758100, 0),
(88382, 1763, 173, 'Subkowy', 540022700, 187692800, 0),
(88383, 1763, 173, 'Suchy Dab', 542080900, 187673100, 0),
(88384, 1763, 173, 'Suleczyno', 542330200, 177733000, 0),
(88385, 1763, 173, 'Szemud', 544870900, 182228000, 0),
(88386, 1763, 173, 'Szlachta', 537682700, 181136700, 0),
(88387, 1763, 173, 'Sztutowo', 543267900, 191792100, 0),
(88388, 1763, 173, 'Trabki Wielkie', 541706200, 185400300, 0),
(88389, 1763, 173, 'Trzebielino', 541999600, 170872600, 0),
(88390, 1763, 173, 'Tuchomie', 541152200, 173363400, 0),
(88391, 1763, 173, 'Zblewo', 539336600, 183226200, 0),
(88392, 1764, 173, 'Bakow', 498934200, 187149500, 0),
(88393, 1764, 173, 'Bestwina', 498971200, 190577600, 0),
(88394, 1764, 173, 'Borucin', 500076300, 181574800, 0),
(88395, 1764, 173, 'Buczkowice', 497285800, 190690800, 0),
(88396, 1764, 173, 'Chalupki', 499255900, 183173000, 0),
(88397, 1764, 173, 'Choron', 506817800, 192605800, 0),
(88398, 1764, 173, 'Ciecina', 496022000, 191410200, 0),
(88399, 1764, 173, 'Cisiec', 495921300, 191054000, 0),
(88400, 1764, 173, 'Cisownica', 497227600, 187620700, 0),
(88401, 1764, 173, 'Czaniec', 498507100, 192535400, 0),
(88402, 1764, 173, 'Czernichow', 497544300, 192094700, 0),
(88403, 1764, 173, 'Czyzowice', 499849000, 184043300, 0),
(88404, 1764, 173, 'Dabrowa Zielona', 508439400, 195565200, 0),
(88405, 1764, 173, 'Dobieszowice', 503969700, 190130400, 0),
(88406, 1764, 173, 'Dziegielow', 497225900, 187049100, 0),
(88407, 1764, 173, 'Gaszowice', 501085800, 184304200, 0),
(88408, 1764, 173, 'Gniazdow', 505962100, 191113200, 0),
(88409, 1764, 173, 'Goczalkowice Zdroj', 499445400, 189692700, 0),
(88410, 1764, 173, 'Godziszka', 497128800, 190758700, 0),
(88411, 1764, 173, 'Goleszow', 497358000, 187367500, 0),
(88412, 1764, 173, 'Gorki Wielkie', 497797100, 188311700, 0),
(88413, 1764, 173, 'Gorzyczki', 499491200, 184033000, 0),
(88414, 1764, 173, 'Hazlach', 498071400, 186517800, 0),
(88415, 1764, 173, 'Herby', 507531800, 188875600, 0),
(88416, 1764, 173, 'Huta Stara B', 507379200, 191329500, 0),
(88417, 1764, 173, 'Istebna', 495631900, 189056700, 0),
(88418, 1764, 173, 'Jastrzab', 506701900, 191817000, 0),
(88419, 1764, 173, 'Jaworzynka', 495401900, 188699600, 0),
(88420, 1764, 173, 'Jejkowice', 501081400, 184676700, 0),
(88421, 1764, 173, 'Jelesnia', 496424600, 193270100, 0),
(88422, 1764, 173, 'Kaczyce', 498275200, 185916100, 0),
(88423, 1764, 173, 'Kamyk', 509017900, 190287500, 0),
(88424, 1764, 173, 'Klomnice', 509216500, 193567900, 0),
(88425, 1764, 173, 'Kobiernice', 498549700, 192164600, 0),
(88426, 1764, 173, 'Kobior', 500608900, 189346800, 0),
(88427, 1764, 173, 'Kochanowice', 507054800, 187491100, 0),
(88428, 1764, 173, 'Konczyce Male', 498582400, 186296400, 0),
(88429, 1764, 173, 'Koniakow', 495506600, 189491000, 0),
(88430, 1764, 173, 'Korbielow', 495682000, 193500100, 0),
(88431, 1764, 173, 'Kornowac', 500717900, 183284600, 0),
(88432, 1764, 173, 'Koszarawa', 496446200, 194008300, 0),
(88433, 1764, 173, 'Kroczyce', 505617600, 195700000, 0),
(88434, 1764, 173, 'Krupski Mlyn', 505733700, 186225100, 0),
(88435, 1764, 173, 'Kryry', 500166700, 188056800, 0),
(88436, 1764, 173, 'Krzanowice', 500182200, 181225100, 0),
(88437, 1764, 173, 'Krzyzanowice', 499824700, 182684600, 0),
(88438, 1764, 173, 'Krzyzowa', 495923500, 193446900, 0),
(88439, 1764, 173, 'Krzyzowice', 499852800, 186728100, 0),
(88440, 1764, 173, 'Ledziny', 501426400, 191314900, 0),
(88441, 1764, 173, 'Lekawica', 497220900, 192649600, 0),
(88442, 1764, 173, 'Ligota', 498985600, 189509000, 0),
(88443, 1764, 173, 'Lipie', 510125700, 187965800, 0),
(88444, 1764, 173, 'Lobodno', 509307900, 189909000, 0),
(88445, 1764, 173, 'Lubomia', 500397200, 183082000, 0),
(88446, 1764, 173, 'Mazancowice', 498580200, 189770800, 0),
(88447, 1764, 173, 'Miedzna', 499822500, 190488300, 0),
(88448, 1764, 173, 'Milowka', 495554000, 190907200, 0),
(88449, 1764, 173, 'Mstow', 508296900, 192854700, 0),
(88450, 1764, 173, 'Mszana', 499693900, 185279300, 0),
(88451, 1764, 173, 'Niedobczyce', 500654000, 184953100, 0),
(88452, 1764, 173, 'Niegowonice', 503890900, 194226300, 0),
(88453, 1764, 173, 'Ochaby', 498425200, 187689400, 0),
(88454, 1764, 173, 'Ogrodzieniec', 504517700, 195198700, 0),
(88455, 1764, 173, 'Olza', 499539300, 183391000, 0),
(88456, 1764, 173, 'Ostrowy nad Oksza', 509779900, 190535500, 0),
(88457, 1764, 173, 'Ozarowice', 504618200, 190431700, 0),
(88458, 1764, 173, 'Pawonkow', 506949900, 185814900, 0),
(88459, 1764, 173, 'Piersciec', 498333900, 188140900, 0),
(88460, 1764, 173, 'Pietrowice Wielkie', 500845200, 180914800, 0),
(88461, 1764, 173, 'Pisarzowice', 498836300, 191456500, 0),
(88462, 1764, 173, 'Pogorze', 497996100, 188432700, 0),
(88463, 1764, 173, 'Pogwizdow', 498038200, 186010600, 0),
(88464, 1764, 173, 'Polomia', 499918500, 185510200, 0),
(88465, 1764, 173, 'Porabka', 498171600, 192183500, 0),
(88466, 1764, 173, 'Przyborow', 496215000, 193870100, 0),
(88467, 1764, 173, 'Przystajn', 508849500, 186916900, 0),
(88468, 1764, 173, 'Psary', 503796400, 191154800, 0),
(88469, 1764, 173, 'Puncow', 497184200, 186615700, 0),
(88470, 1764, 173, 'Rajcza', 495092700, 191127800, 0),
(88471, 1764, 173, 'Raszczyce', 501219000, 182996200, 0),
(88472, 1764, 173, 'Rogow', 499909700, 183507700, 0),
(88473, 1764, 173, 'Rokitno Szlacheckie', 504319500, 194329300, 0),
(88474, 1764, 173, 'Rudnik', 501272900, 181859800, 0),
(88475, 1764, 173, 'Rudniki', 505213400, 194313000, 0),
(88476, 1764, 173, 'Rybarzowice', 497295600, 191016200, 0),
(88477, 1764, 173, 'Rycerka Dolna', 494780500, 190616200, 0),
(88478, 1764, 173, 'Rycerka Gorna', 494443600, 190159600, 0),
(88479, 1764, 173, 'Saczow', 504352000, 190303800, 0),
(88480, 1764, 173, 'Siewierz', 504665700, 192302800, 0),
(88481, 1764, 173, 'Slawkow', 502994300, 193896700, 0),
(88482, 1764, 173, 'Slemien', 497182600, 193673500, 0),
(88483, 1764, 173, 'Stanowice', 501303700, 186708400, 0),
(88484, 1764, 173, 'Starcza', 506642100, 190418000, 0),
(88485, 1764, 173, 'Strzebin', 506164700, 188979400, 0),
(88486, 1764, 173, 'Strzyzowice', 503872500, 190803800, 0),
(88487, 1764, 173, 'Suszec', 500295800, 187916000, 0),
(88488, 1764, 173, 'Tworkow', 500055900, 182357600, 0),
(88489, 1764, 173, 'Tworog', 505310000, 187157200, 0),
(88490, 1764, 173, 'Ujsoly', 494829000, 191380100, 0),
(88491, 1764, 173, 'Wielowies', 505096600, 186160800, 0),
(88492, 1764, 173, 'Wilamowice', 499170100, 191523700, 0),
(88493, 1764, 173, 'Wilcza', 501889900, 185966800, 0),
(88494, 1764, 173, 'Wlodowice', 505556000, 194515500, 0),
(88495, 1764, 173, 'Zablocie', 499028200, 187814700, 0),
(88496, 1764, 173, 'Zabnica', 495813900, 191562100, 0),
(88497, 1764, 173, 'Zaborze', 498727900, 188037000, 0),
(88498, 1764, 173, 'Zamarski', 497825400, 186697200, 0),
(88499, 1764, 173, 'Zarzecze', 497193200, 191752600, 0),
(88500, 1764, 173, 'Zbytkow', 499228800, 187269700, 0),
(88501, 1765, 173, 'Backowice', 507919400, 212321100, 0),
(88502, 1765, 173, 'Baltow', 510184500, 215438500, 0),
(88503, 1765, 173, 'Bejsce', 502390300, 205983400, 0),
(88504, 1765, 173, 'Bieliny', 508494700, 209414900, 0),
(88505, 1765, 173, 'Blizyn', 511077800, 207593500, 0),
(88506, 1765, 173, 'Bodzechow', 509071500, 214371500, 0),
(88507, 1765, 173, 'Bogoria', 506517500, 212600000, 0),
(88508, 1765, 173, 'Cmielow', 508902800, 215142600, 0),
(88509, 1765, 173, 'Czarnocin', 503408000, 205162000, 0),
(88510, 1765, 173, 'Dwikozy', 507361300, 217886400, 0),
(88511, 1765, 173, 'Dzialoszyce', 503653400, 203522600, 0),
(88512, 1765, 173, 'Falkow', 511360600, 201061000, 0),
(88513, 1765, 173, 'Gnojno', 506026300, 208491300, 0),
(88514, 1765, 173, 'Gowarczow', 512784500, 204383500, 0),
(88515, 1765, 173, 'Imielno', 505856900, 204481300, 0),
(88516, 1765, 173, 'Iwaniska', 507314600, 212806000, 0),
(88517, 1765, 173, 'Kaniow', 509857700, 206639100, 0),
(88518, 1765, 173, 'Kije', 506072100, 205712100, 0),
(88519, 1765, 173, 'Klimontow', 506558800, 214558700, 0),
(88520, 1765, 173, 'Koprzywnica', 505934000, 215838000, 0),
(88521, 1765, 173, 'Kostomloty Drugie', 509268400, 205652900, 0),
(88522, 1765, 173, 'Kostomloty Pierwsze', 509232200, 205949000, 0),
(88523, 1765, 173, 'Kunow', 509615600, 212805800, 0),
(88524, 1765, 173, 'Laczna', 510023100, 207971200, 0),
(88525, 1765, 173, 'Lagow', 507751700, 210843100, 0),
(88526, 1765, 173, 'Lipnik', 507297700, 214938900, 0),
(88527, 1765, 173, 'Loniow', 505644300, 215259900, 0),
(88528, 1765, 173, 'Lopuszno', 509486400, 202508100, 0),
(88529, 1765, 173, 'Lubnice', 504116400, 211501400, 0),
(88530, 1765, 173, 'Michalow', 504954100, 204617800, 0),
(88531, 1765, 173, 'Mirzec', 511346600, 210571000, 0),
(88532, 1765, 173, 'Mniow', 510122400, 204842700, 0),
(88533, 1765, 173, 'Naglowice', 506783500, 201066100, 0),
(88534, 1765, 173, 'Nowy Korczyn', 503012400, 208075900, 0),
(88535, 1765, 173, 'Oksa', 507287400, 201008600, 0),
(88536, 1765, 173, 'Opatowiec', 502431400, 207234800, 0),
(88537, 1765, 173, 'Osiek', 505199600, 214419200, 0),
(88538, 1765, 173, 'Pacanow', 504003100, 210414800, 0),
(88539, 1765, 173, 'Pawlow', 509621600, 211206200, 0),
(88540, 1765, 173, 'Pierzchnica', 506975400, 207548900, 0),
(88541, 1765, 173, 'Radoszyce', 510739200, 202583600, 0),
(88542, 1765, 173, 'Rogow', 512041400, 204348300, 0),
(88543, 1765, 173, 'Ruda Maleniecka', 511459200, 202237700, 0),
(88544, 1765, 173, 'Rytwiany', 505292000, 212063600, 0),
(88545, 1765, 173, 'Sadowie', 508526100, 213688400, 0),
(88546, 1765, 173, 'Samborzec', 506466300, 216482200, 0),
(88547, 1765, 173, 'Secemin', 507667600, 198359900, 0),
(88548, 1765, 173, 'Skarzysko Koscielne', 511382200, 209119600, 0),
(88549, 1765, 173, 'Slupia', 506007300, 199743500, 0),
(88550, 1765, 173, 'Smykow', 510444200, 204003200, 0),
(88551, 1765, 173, 'Solec-Zdroj', 503659400, 208895600, 0),
(88552, 1765, 173, 'Strawczyn', 509417700, 204213500, 0),
(88553, 1765, 173, 'Szydlow', 505911400, 210068000, 0),
(88554, 1765, 173, 'Tarlow', 510016000, 217147400, 0),
(88555, 1765, 173, 'Wasniow', 508991400, 212230100, 0),
(88556, 1765, 173, 'Wielka Wies', 510710700, 209665500, 0),
(88557, 1765, 173, 'Wislica', 503489100, 206743800, 0),
(88558, 1765, 173, 'Wodzislaw', 505204700, 201915000, 0),
(88559, 1765, 173, 'Wojciechowice', 508422600, 215894200, 0),
(88560, 1765, 173, 'Wola Jachowa', 508452400, 208581400, 0),
(88561, 1765, 173, 'Zagnansk', 509803700, 206631400, 0),
(88562, 1765, 173, 'Zawichost', 508074300, 218540800, 0),
(88563, 1766, 173, 'Barciany', 542199300, 213534700, 0),
(88564, 1766, 173, 'Czerwonka', 539162700, 208968500, 0),
(88565, 1766, 173, 'Dzwierzuty', 537049400, 209603700, 0),
(88566, 1766, 173, 'Frombork', 543576600, 196802900, 0),
(88567, 1766, 173, 'Gierzwald', 535412800, 200886700, 0),
(88568, 1766, 173, 'Gietrzwald', 537461700, 202374200, 0),
(88569, 1766, 173, 'Goldap', 543063100, 223036200, 0),
(88570, 1766, 173, 'Gorowo Ilaweckie', 542855900, 204888600, 0),
(88571, 1766, 173, 'Gronowo Elblaskie', 540858800, 193059800, 0),
(88572, 1766, 173, 'Gronowo Gorne', 541386300, 194598800, 0),
(88573, 1766, 173, 'Jedwabno', 535299000, 207265700, 0),
(88574, 1766, 173, 'Kowale Oleckie', 541635400, 224166600, 0),
(88575, 1766, 173, 'Kozlowo', 533065200, 202909800, 0),
(88576, 1766, 173, 'Kruklanki', 540885500, 219222700, 0),
(88577, 1766, 173, 'Kurzetnik', 533985800, 195785800, 0),
(88578, 1766, 173, 'Lubomino', 540668400, 202395600, 0),
(88579, 1766, 173, 'Mikolajki', 538028800, 215701100, 0),
(88580, 1766, 173, 'Milakowo', 540092300, 200712500, 0),
(88581, 1766, 173, 'Milomlyn', 537644900, 198380000, 0),
(88582, 1766, 173, 'Mlynary', 541869000, 197214900, 0),
(88583, 1766, 173, 'Orneta', 541148300, 201332800, 0),
(88584, 1766, 173, 'Pasym', 536506900, 207918800, 0),
(88585, 1766, 173, 'Pieniezno', 542364900, 201283300, 0),
(88586, 1766, 173, 'Pozezdrze', 541414700, 218597000, 0),
(88587, 1766, 173, 'Prostki', 536990100, 224318300, 0),
(88588, 1766, 173, 'Purda', 537084400, 207068300, 0),
(88589, 1766, 173, 'Ruciane-Nida', 536416100, 215396400, 0),
(88590, 1766, 173, 'Srokowo', 542141600, 215228200, 0),
(88591, 1766, 173, 'Stare Juchy', 539219800, 221736700, 0),
(88592, 1766, 173, 'Swietajno', 535669200, 212154600, 0),
(88593, 1766, 173, 'Wielbark', 533985800, 209462900, 0),
(88594, 1767, 173, 'Babiak', 523453000, 186666300, 0),
(88595, 1767, 173, 'Baranow', 512634200, 180047000, 0),
(88596, 1767, 173, 'Bialosliwie', 531046100, 171253300, 0),
(88597, 1767, 173, 'Bojanowo', 517074900, 167482700, 0),
(88598, 1767, 173, 'Bralin', 512858100, 179032500, 0),
(88599, 1767, 173, 'Brdow', 523539000, 187298000, 0),
(88600, 1767, 173, 'Brenno', 519225700, 162148800, 0),
(88601, 1767, 173, 'Brudzew', 520994900, 186043200, 0),
(88602, 1767, 173, 'Chocz', 519764200, 178699500, 0),
(88603, 1767, 173, 'Chodow', 522496100, 190121800, 0),
(88604, 1767, 173, 'Chrzypsko Wielkie', 526281700, 162285200, 0),
(88605, 1767, 173, 'Czajkow', 514919700, 183272600, 0),
(88606, 1767, 173, 'Czermin', 519500800, 177495700, 0),
(88607, 1767, 173, 'Czerniejewo', 524264000, 174892500, 0),
(88608, 1767, 173, 'Dabie', 520866800, 188225000, 0),
(88609, 1767, 173, 'Damaslawek', 528397900, 175006200, 0),
(88610, 1767, 173, 'Dolsk', 519818000, 170627300, 0),
(88611, 1767, 173, 'Doruchow', 514171900, 180769700, 0),
(88612, 1767, 173, 'Drawsko', 528542100, 160312500, 0),
(88613, 1767, 173, 'Duszniki', 524469100, 164060200, 0),
(88614, 1767, 173, 'Golina', 519148900, 174826800, 0),
(88615, 1767, 173, 'Granowo', 522224400, 165285900, 0),
(88616, 1767, 173, 'Jablonna', 522059800, 162074100, 0),
(88617, 1767, 173, 'Jaraczewo', 519685400, 172970700, 0),
(88618, 1767, 173, 'Jastrowie', 534204800, 168175600, 0),
(88619, 1767, 173, 'Kaczory', 531034800, 168816900, 0),
(88620, 1767, 173, 'Kamieniec', 521661400, 164616400, 0),
(88621, 1767, 173, 'Kaweczyn', 519092300, 185310200, 0),
(88622, 1767, 173, 'Kiszkowo', 525887100, 172663000, 0),
(88623, 1767, 173, 'Kleczew', 523705700, 181771400, 0),
(88624, 1767, 173, 'Klodawa', 522544700, 189135200, 0),
(88625, 1767, 173, 'Konary', 516569000, 170418500, 0),
(88626, 1767, 173, 'Kotlin', 519191300, 176482500, 0),
(88627, 1767, 173, 'Kozminek', 517987400, 183389300, 0),
(88628, 1767, 173, 'Kramsk', 522646900, 184240700, 0),
(88629, 1767, 173, 'Kraszewice', 515186800, 182199700, 0),
(88630, 1767, 173, 'Krobia', 517740500, 169823700, 0),
(88631, 1767, 173, 'Krzemieniewo', 518590500, 168335400, 0),
(88632, 1767, 173, 'Krzykosy', 521104100, 173741100, 0),
(88633, 1767, 173, 'Krzymow', 521896000, 184311000, 0),
(88634, 1767, 173, 'Krzywin', 519629600, 168198500, 0),
(88635, 1767, 173, 'Kuslin', 523638600, 163153800, 0),
(88636, 1767, 173, 'Kwilcz', 525550600, 160856200, 0),
(88637, 1767, 173, 'Ladek', 522092900, 179299400, 0),
(88638, 1767, 173, 'Leka Opatowska', 512123100, 181071000, 0),
(88639, 1767, 173, 'Lichen Stary', 523122600, 183551500, 0),
(88640, 1767, 173, 'Liskow', 518331300, 183978900, 0),
(88641, 1767, 173, 'Lobzenica', 532624400, 172557400, 0),
(88642, 1767, 173, 'Lubasz', 528521300, 165234400, 0),
(88643, 1767, 173, 'Miasteczko Krajenskie', 530978400, 170047800, 0),
(88644, 1767, 173, 'Miedzichowo', 523758100, 159587600, 0),
(88645, 1767, 173, 'Mieleszyn', 526686800, 174977900, 0),
(88646, 1767, 173, 'Niechanowo', 524652700, 176781200, 0),
(88647, 1767, 173, 'Obrzycko', 527033800, 165280700, 0),
(88648, 1767, 173, 'Okonek', 535361800, 168515800, 0),
(88649, 1767, 173, 'Olszowka', 521903000, 188625800, 0),
(88650, 1767, 173, 'Orchowo', 525093800, 180157800, 0),
(88651, 1767, 173, 'Osiek Maly', 522763000, 186023400, 0),
(88652, 1767, 173, 'Ostrowite', 523819900, 180447000, 0),
(88653, 1767, 173, 'Pakoslaw', 516143800, 170579300, 0),
(88654, 1767, 173, 'Pamiatkowo', 525533400, 166809400, 0),
(88655, 1767, 173, 'Pecna', 521833300, 168000000, 0),
(88656, 1767, 173, 'Pepowo', 517656900, 171266100, 0),
(88657, 1767, 173, 'Pogorzela', 518222000, 172301700, 0),
(88658, 1767, 173, 'Poniec', 517634300, 168086700, 0),
(88659, 1767, 173, 'Przygodzice', 515919500, 178241200, 0),
(88660, 1767, 173, 'Przykona', 519817100, 186124700, 0),
(88661, 1767, 173, 'Pyzdry', 521705600, 176900500, 0),
(88662, 1767, 173, 'Raszkow', 517182800, 177257100, 0),
(88663, 1767, 173, 'Rogalinek', 522494500, 168998900, 0),
(88664, 1767, 173, 'Rozdrazew', 517821800, 175049100, 0),
(88665, 1767, 173, 'Rychtal', 511453300, 178513200, 0),
(88666, 1767, 173, 'Rychwal', 520714900, 181651000, 0),
(88667, 1767, 173, 'Ryczywol', 528132400, 168311400, 0),
(88668, 1767, 173, 'Rzgow Pierwszy', 521513400, 180497600, 0),
(88669, 1767, 173, 'Sierakow', 526513400, 160804700, 0),
(88670, 1767, 173, 'Skoki', 526722200, 171610700, 0),
(88671, 1767, 173, 'Skulsk', 524820000, 183311200, 0),
(88672, 1767, 173, 'Slupia pod Kepnem', 512392400, 180425500, 0),
(88673, 1767, 173, 'Sompolno', 523883200, 185028200, 0),
(88674, 1767, 173, 'Sulmierzyce', 516059400, 175305300, 0),
(88675, 1767, 173, 'Szamocin', 530279500, 171265300, 0),
(88676, 1767, 173, 'Szydlowo', 531621200, 166117100, 0),
(88677, 1767, 173, 'Tarnowka', 533417400, 168527300, 0),
(88678, 1767, 173, 'Wielen', 528946100, 161713600, 0),
(88679, 1767, 173, 'Wielichowo', 521157300, 163518000, 0),
(88680, 1767, 173, 'Wierzbinek', 524402600, 185108500, 0),
(88681, 1767, 173, 'Wijewo', 519162700, 161855200, 0),
(88682, 1767, 173, 'Wilczogora', 524734800, 181674400, 0),
(88683, 1767, 173, 'Wilczyn', 524881600, 181612600, 0),
(88684, 1767, 173, 'Wilkowice', 518851300, 165341700, 0),
(88685, 1767, 173, 'Witaszyce', 519415100, 175618200, 0),
(88686, 1767, 173, 'Wladyslawow', 521031300, 184762600, 0),
(88687, 1767, 173, 'Zagorow', 521683500, 178956100, 0),
(88688, 1767, 173, 'Zakrzewo', 534118600, 171547200, 0),
(88689, 1767, 173, 'Zlotniki', 524940700, 168449600, 0),
(88690, 1768, 173, 'Barwice', 537449000, 163553000, 0),
(88691, 1768, 173, 'Bierzwnik', 530356700, 156650000, 0),
(88692, 1768, 173, 'Bobolice', 539550800, 165889300, 0),
(88693, 1768, 173, 'Boleszkowice', 527249300, 145690100, 0),
(88694, 1768, 173, 'Cedynia', 528793100, 142024900, 0),
(88695, 1768, 173, 'Cerkwica', 540077700, 151090300, 0),
(88696, 1768, 173, 'Chociwel', 534669600, 153334200, 0),
(88697, 1768, 173, 'Dobrzany', 533591400, 154288600, 0),
(88698, 1768, 173, 'Dolice', 531908100, 152026700, 0),
(88699, 1768, 173, 'Drawsko Pomorskie', 535305600, 158096700, 0),
(88700, 1768, 173, 'Golczewo', 538242600, 149784700, 0),
(88701, 1768, 173, 'Grzmiaca', 538373400, 164351200, 0),
(88702, 1768, 173, 'Insko', 534361300, 155502000, 0),
(88703, 1768, 173, 'Kalisz Pomorski', 532990800, 159063100, 0),
(88704, 1768, 173, 'Karnice', 540300100, 150549600, 0),
(88705, 1768, 173, 'Kozielice', 531067900, 148223700, 0),
(88706, 1768, 173, 'Krzecin', 530816000, 154900800, 0),
(88707, 1768, 173, 'Lubowo', 535863400, 163917700, 0),
(88708, 1768, 173, 'Marianowo', 533828700, 152664500, 0),
(88709, 1768, 173, 'Moryn', 528576900, 143929700, 0),
(88710, 1768, 173, 'Mrzezyno', 541438400, 152914200, 0),
(88711, 1768, 173, 'Nowe Warpno', 537225600, 142896100, 0),
(88712, 1768, 173, 'Nowogrodek Pomorski', 529114900, 150294700, 0),
(88713, 1768, 173, 'Osina', 536047300, 150123000, 0),
(88714, 1768, 173, 'Pobierowo', 540610000, 149328200, 0),
(88715, 1768, 173, 'Polanow', 541193000, 166851200, 0),
(88716, 1768, 173, 'Przelewice', 531041300, 150762500, 0),
(88717, 1768, 173, 'Przybiernow', 537578000, 147852900, 0),
(88718, 1768, 173, 'Radowo Male', 536657500, 154478900, 0),
(88719, 1768, 173, 'Recz', 532598900, 155471300, 0),
(88720, 1768, 173, 'Resko', 537730700, 154060700, 0),
(88721, 1768, 173, 'Rewal', 540812000, 150147100, 0),
(88722, 1768, 173, 'Ryman', 539439100, 155286600, 0),
(88723, 1768, 173, 'Suchan', 532800300, 153254100, 0),
(88724, 1768, 173, 'Swierzno', 539649700, 149654400, 0),
(88725, 1768, 173, 'Trzcinsko Zdroj', 529648700, 146066700, 0),
(88726, 1768, 173, 'Tychowo', 539277400, 162577100, 0),
(88727, 1768, 173, 'Warnice', 532537600, 149940200, 0),
(88728, 1769, 174, 'Argoncilhe', 410254100, -85388500, 0),
(88729, 1769, 174, 'Avanca', 408077100, -85722000, 0),
(88730, 1769, 174, 'Beduido', 407642700, -85611000, 0),
(88731, 1769, 174, 'Branca', 407665300, -84826200, 0),
(88732, 1769, 174, 'Cucujaes', 408741300, -85068700, 0),
(88733, 1769, 174, 'Esmoriz', 409577300, -86275300, 0),
(88734, 1769, 174, 'Gafanha da Nazare', 406362100, -87133800, 0),
(88735, 1769, 174, 'Lobao', 409866400, -84856600, 0),
(88736, 1769, 174, 'Macieira de Cambra', 408593900, -83733800, 0),
(88737, 1769, 174, 'Mealhada', 403780600, -84499100, 0),
(88738, 1769, 174, 'Milheiros de Poiares', 409216300, -84678800, 0),
(88739, 1769, 174, 'Oia', 405426400, -85385600, 0),
(88740, 1769, 174, 'Oliveira do Bairro', 405146000, -84938600, 0),
(88741, 1769, 174, 'Pampilhosa do Botao', 403358000, -84273800, 0),
(88742, 1769, 174, 'Pardilho', 407992500, -86259800, 0),
(88743, 1769, 174, 'Sangalhos', 404867800, -84696800, 0),
(88744, 1769, 174, 'Souto', 409867500, -86223000, 0),
(88745, 1769, 174, 'Valega', 408362900, -85806100, 0),
(88746, 1769, 174, 'Vila Cha', 408666700, -84666700, 0),
(88747, 1770, 174, 'Lagoa', 390500000, -279833300, 0),
(88748, 1770, 174, 'Madalena', 385364200, -285266000, 0),
(88749, 1771, 174, 'Ferreira do Alentejo', 380500000, -80333300, 0),
(88750, 1771, 174, 'Moura', 381401000, -74485600, 0),
(88751, 1772, 174, 'Antas', 417364400, -83088800, 0),
(88752, 1772, 174, 'Brito', 414582100, -83610300, 0),
(88753, 1772, 174, 'Ferreiros', 413500000, -85500000, 0),
(88754, 1772, 174, 'Galegos', 415626800, -85720400, 0),
(88755, 1772, 174, 'Ponte', 414705700, -83299000, 0),
(88756, 1772, 174, 'Real', 416388200, -81809800, 0),
(88757, 1772, 174, 'Selho', 414193800, -83459900, 0),
(88758, 1772, 174, 'Serzedo', 414050200, -82292600, 0),
(88759, 1774, 174, 'Proenca-a-Nova', 397522000, -79239000, 0),
(88760, 1774, 174, 'Serta', 398084600, -80988300, 0),
(88761, 1775, 174, 'Alhadas', 401860700, -87905700, 0),
(88762, 1775, 174, 'Arganil', 402182600, -80540300, 0),
(88763, 1775, 174, 'Buarcos', 401660400, -88768000, 0),
(88764, 1775, 174, 'Condeixa a Nova', 401157300, -84983400, 0),
(88765, 1775, 174, 'Lavos', 400936300, -88282600, 0),
(88766, 1775, 174, 'Lorvao', 402593800, -83168400, 0),
(88767, 1775, 174, 'Miranda do Corvo', 400931800, -83326100, 0),
(88768, 1775, 174, 'Poiares', 402102600, -82574600, 0),
(88769, 1775, 174, 'Soure', 400598900, -86260500, 0),
(88770, 1776, 174, 'Estremoz', 388443200, -75858500, 0),
(88771, 1776, 174, 'Montemor-o-Novo', 386481200, -82145500, 0),
(88772, 1777, 174, 'Castro Marim', 372206800, -74435000, 0),
(88773, 1777, 174, 'Guia', 371295900, -82996200, 0),
(88774, 1777, 174, 'Monchique', 373177500, -85552900, 0),
(88775, 1777, 174, 'Santa Barbara de Nexe', 371061900, -79664800, 0),
(88776, 1778, 174, 'Alcains', 399164200, -74565500, 0),
(88777, 1778, 174, 'Manteigas', 404028000, -75397700, 0),
(88778, 1779, 174, 'Amor', 398040400, -88598400, 0),
(88779, 1779, 174, 'Bombarral', 392672300, -91579500, 0),
(88780, 1779, 174, 'Caranguejeira', 397461900, -87074000, 0),
(88781, 1779, 174, 'Pataias', 396697800, -89958000, 0),
(88782, 1779, 174, 'Santa Catarina da Serra', 396796000, -86867900, 0),
(88783, 1779, 174, 'Turquel', 394641200, -89774300, 0),
(88784, 1780, 174, 'A dos Cunhados', 391523700, -92972000, 0),
(88785, 1780, 174, 'Aveiras de Cima', 391379600, -88993200, 0),
(88786, 1780, 174, 'Bucelas', 389019300, -91188500, 0),
(88787, 1780, 174, 'Colares', 387992200, -94469100, 0),
(88788, 1780, 174, 'Milharado', 389473200, -91991400, 0),
(88789, 1780, 174, 'Pero Pinheiro', 388578300, -93235200, 0),
(88790, 1780, 174, 'Santo Antao do Tojal', 388515100, -91397500, 0),
(88791, 1780, 174, 'Sao Joao da Talha', 388218300, -90907900, 0),
(88792, 1780, 174, 'Unhos', 388258900, -91223100, 0),
(88793, 1781, 174, 'Curral das Freiras', 327202900, -169699300, 0),
(88794, 1781, 174, 'Ribeira Brava', 326500000, -170666700, 0),
(88795, 1781, 174, 'Vila de Porto Santo', 330500000, -163333300, 0),
(88796, 1782, 174, 'Campo Maior', 390177400, -70649700, 0),
(88797, 1782, 174, 'Ponte de Sor', 392496400, -80100900, 0),
(88798, 1782, 174, 'Reguengo', 392980100, -73923400, 0),
(88799, 1782, 174, 'Sao Juliao', 393226800, -73110600, 0),
(88800, 1783, 174, 'Arvore', 413392200, -87180600, 0),
(88801, 1783, 174, 'Canelas', 410833300, -86000000, 0),
(88802, 1783, 174, 'Carvalhosa', 413005700, -83608000, 0),
(88803, 1783, 174, 'Ferreira', 412671800, -83443400, 0),
(88804, 1783, 174, 'Gandra', 412011600, -84337600, 0),
(88805, 1783, 174, 'Jovim', 411110200, -85190300, 0),
(88806, 1783, 174, 'Lustosa', 413408200, -83171500, 0),
(88807, 1783, 174, 'Pedroso', 414110300, -87489700, 0),
(88808, 1783, 174, 'Perozinho', 410651300, -85853200, 0),
(88809, 1783, 174, 'Sobrado', 412104100, -84548800, 0),
(88810, 1783, 174, 'Vizela', 413824200, -82488700, 0),
(88811, 1784, 174, 'Alcanede', 394150100, -88218900, 0),
(88812, 1784, 174, 'Riachos', 394447200, -85142000, 0),
(88813, 1785, 174, 'Quinta do Anjo', 385675300, -89422800, 0),
(88814, 1786, 174, 'Meadela', 417065400, -87962800, 0),
(88815, 1786, 174, 'Mozelos', 418677400, -83977600, 0),
(88816, 1786, 174, 'Vila', 420304000, -81588000, 0),
(88817, 1787, 174, 'Godim', 411710400, -78030300, 0),
(88818, 1787, 174, 'Sobreira', 415237100, -78023400, 0),
(88819, 1788, 174, 'Campo', 407108600, -79144500, 0),
(88820, 1788, 174, 'Carregal do Sal', 404333300, -80000000, 0),
(88821, 1788, 174, 'Castro Daire', 408984000, -79338000, 0),
(88822, 1788, 174, 'Nelas', 405321600, -78515200, 0),
(88823, 2971, 175, 'Adjuntas', 181584900, -668017700, 0),
(88824, 1791, 175, 'Sumidero', 182185700, -661287800, 0),
(88825, 1794, 175, 'Animas', 184455000, -666349000, 0),
(88826, 2972, 175, 'Barceloneta', 184505000, -665385100, 0),
(88827, 1811, 175, 'San Antonio', 184488400, -663026700, 0),
(88828, 1812, 175, 'Luis M. Cintron', 182996800, -656384900, 0),
(88829, 2973, 175, 'Florida', 183624500, -665612800, 0),
(88830, 2974, 175, 'Magas Arriba', 180174600, -667690600, 0),
(88831, 1817, 175, 'Carrizales', 184818900, -667899000, 0),
(88832, 1819, 175, 'Punta Santiago', 181663500, -657482200, 0),
(88833, 1825, 175, 'Loiza', 184313400, -658801600, 0),
(88834, 2975, 175, 'Juncos', 182274600, -659210000, 0),
(88835, 2976, 175, 'Quebradillas', 184738300, -669385100, 0),
(88836, 1838, 175, 'Rincon', 183402300, -672499000, 0),
(88837, 1839, 175, 'Palmer', 183705100, -657740500, 0),
(88838, 2977, 175, 'Sabana Grande', 180777400, -669604500, 0),
(88839, 2978, 175, 'Santa Isabel', 179660800, -664048900, 0),
(88840, 1846, 175, 'San Jose', 183982800, -662557200, 0),
(88841, 1849, 175, 'Ceiba', 184463400, -663507300, 0),
(88842, 1850, 175, 'Miranda', 183866200, -663837800, 0),
(88843, 2979, 175, 'Yabucoa', 180505200, -658793300, 0),
(88844, 2980, 176, 'Ar Ru''ays', 261333300, 512166700, 0),
(88845, 2980, 176, 'Fuwayrit', 260216700, 513669400, 0),
(88846, 2980, 176, 'Madinat ash Shamal', 261293300, 512009000, 0),
(88847, 1860, 177, 'Bras-Panon', -209966700, 556782300, 0),
(88848, 1860, 177, 'La Possession', -209289200, 553351300, 0),
(88849, 1861, 178, 'Baia de Aries', 463833300, 232833300, 0),
(88850, 1861, 178, 'Pianu de Sus', 459000000, 234833300, 0),
(88851, 1861, 178, 'Poiana Vadului', 464000000, 228833300, 0),
(88852, 1861, 178, 'Teius', 462000000, 236833300, 0),
(88853, 1862, 178, 'Misca', 463000000, 216833300, 0),
(88854, 1863, 178, 'Bradu', 447833300, 249000000, 0),
(88855, 1863, 178, 'Leordeni', 447833300, 251166700, 0),
(88856, 1863, 178, 'Leresti', 453333300, 250666700, 0),
(88857, 1863, 178, 'Lunca Corbului', 447000000, 247500000, 0),
(88858, 1863, 178, 'Nucsoara', 453333300, 247833300, 0),
(88859, 1863, 178, 'Poenari', 452166700, 250500000, 0),
(88860, 1863, 178, 'Rucar', 454000000, 251666700, 0),
(88861, 1863, 178, 'Stolnici', 445666700, 247833300, 0),
(88862, 1864, 178, 'Beresti-Bistrita', 467166700, 268333300, 0),
(88863, 1864, 178, 'Negri', 467000000, 269666700, 0),
(88864, 1864, 178, 'Pirjol', 465833300, 266000000, 0),
(88865, 1865, 178, 'Avram Iancu', 463833300, 227833300, 0),
(88866, 1865, 178, 'Bors', 471166700, 218166700, 0),
(88867, 1865, 178, 'Rieni', 465666700, 224500000, 0),
(88868, 1867, 178, 'Albesti', 438000000, 284166700, 0),
(88869, 1867, 178, 'Vladeni', 446166700, 278833300, 0),
(88870, 1868, 178, 'Faurei', 450833300, 272666700, 0),
(88871, 1868, 178, 'Stancuta', 449000000, 278333300, 0),
(88872, 1869, 178, 'Bran', 455166700, 253500000, 0),
(88873, 1869, 178, 'Ghimbav', 456666700, 255000000, 0),
(88874, 1869, 178, 'Lisa', 457166700, 248500000, 0),
(88875, 1869, 178, 'Sacele', 444833300, 286500000, 0),
(88876, 1869, 178, 'Sercaia', 458333300, 251333300, 0),
(88877, 1869, 178, 'Voila', 458166700, 248500000, 0),
(88878, 1869, 178, 'Zarnesti', 453000000, 268666700, 0),
(88879, 1871, 178, 'Balaceanu', 452666700, 271500000, 0),
(88880, 1871, 178, 'Magura', 440333300, 254000000, 0),
(88881, 1871, 178, 'Scortoasa', 453666700, 266666700, 0),
(88882, 1871, 178, 'Stilpu', 450833300, 267166700, 0),
(88883, 1871, 178, 'Ziduri', 453000000, 270833300, 0),
(88884, 1872, 178, 'Belciugatele', 444833300, 264333300, 0),
(88885, 1872, 178, 'Perisoru', 444500000, 275500000, 0),
(88886, 1873, 178, 'Berzovia', 454261100, 216280600, 0),
(88887, 1873, 178, 'Doclin', 452969400, 216538900, 0),
(88888, 1873, 178, 'Obreja', 454833300, 222500000, 0),
(88889, 1873, 178, 'Socol', 448608300, 213702800, 0),
(88890, 1874, 178, 'Gilau', 467324500, 233617400, 0),
(88891, 1874, 178, 'Iara', 465500000, 235166700, 0),
(88892, 1874, 178, 'Sandulesti', 465833300, 237166700, 0),
(88893, 1875, 178, 'Dobromir', 440166700, 277833300, 0),
(88894, 1875, 178, 'Limanu', 438000000, 285333300, 0),
(88895, 1875, 178, 'Murfatlar', 441833300, 284166700, 0),
(88896, 1875, 178, 'Topraisar', 440166700, 284500000, 0),
(88897, 1876, 178, 'Catalina', 459666700, 261500000, 0),
(88898, 1876, 178, 'Reci', 458500000, 259333300, 0),
(88899, 1877, 178, 'Cornesti', 447833300, 258666700, 0),
(88900, 1877, 178, 'Dragomiresti', 449166700, 253333300, 0),
(88901, 1877, 178, 'Fieni', 451333300, 254166700, 0),
(88902, 1877, 178, 'Lucieni', 448500000, 254333300, 0),
(88903, 1877, 178, 'Racari', 446333300, 257333300, 0),
(88904, 1877, 178, 'Vacaresti', 448500000, 254833300, 0),
(88905, 1878, 178, 'Amarastii de Jos', 439500000, 241666700, 0),
(88906, 1878, 178, 'Bechet', 437666700, 239500000, 0),
(88907, 1878, 178, 'Bratovesti', 441333300, 239000000, 0),
(88908, 1878, 178, 'Cosoveni', 442500000, 239333300, 0),
(88909, 1878, 178, 'Isalnita', 444000000, 237333300, 0),
(88910, 1878, 178, 'Podari', 442500000, 237833300, 0),
(88911, 1879, 178, 'Independenta', 439666700, 280833300, 0),
(88912, 1879, 178, 'Pechea', 456333300, 278000000, 0),
(88913, 1881, 178, 'Matasari', 448500000, 230833300, 0),
(88914, 1881, 178, 'Novaci-Straini', 451833300, 236666700, 0),
(88915, 1881, 178, 'Turceni', 446833300, 233666700, 0),
(88916, 1882, 178, 'Baile Tusnad', 461500000, 258500000, 0),
(88917, 1882, 178, 'Carta', 465333300, 257500000, 0),
(88918, 1882, 178, 'Tusnad', 462000000, 259000000, 0),
(88919, 1882, 178, 'Vlahita', 463500000, 255166700, 0),
(88920, 1883, 178, 'Branisca', 459166700, 227833300, 0),
(88921, 1883, 178, 'Buces', 461833300, 229333300, 0),
(88922, 1883, 178, 'Lunca', 438333300, 247666700, 0),
(88923, 1883, 178, 'Uricani', 453373100, 231524000, 0),
(88924, 1884, 178, 'Dridu', 447000000, 264500000, 0),
(88925, 1884, 178, 'Gheorghe Lazar', 446333300, 274500000, 0),
(88926, 1884, 178, 'Ion Roata', 446666700, 267666700, 0),
(88927, 1885, 178, 'Alexandru Ioan Cuza', 471333300, 268500000, 0),
(88928, 1885, 178, 'Motca', 472500000, 266166700, 0),
(88929, 1885, 178, 'Tomesti', 457833300, 223000000, 0),
(88930, 1886, 178, 'Ciolpani', 447333300, 260833300, 0),
(88931, 1886, 178, 'Domnesti-Sarbi', 443833300, 259166700, 0),
(88932, 1886, 178, 'Dragomiresti-Vale', 444750000, 259350000, 0),
(88933, 1886, 178, 'Ganeasa', 444166700, 242833300, 0),
(88934, 1887, 178, 'Ardusat', 476500000, 233666700, 0),
(88935, 1887, 178, 'Borsa', 469333300, 236666700, 0),
(88936, 1887, 178, 'Giulesti', 478166700, 239333300, 0),
(88937, 1887, 178, 'Lapus', 475000000, 240166700, 0),
(88938, 1887, 178, 'Oarta de Jos', 474500000, 231333300, 0),
(88939, 1887, 178, 'Somcuta Mare', 475166700, 234666700, 0),
(88940, 1888, 178, 'Douazeci si Trei August', 439166700, 285833300, 0),
(88941, 1888, 178, 'Vanju-Mare', 444252800, 228697200, 0),
(88942, 1889, 178, 'Ghindari', 465000000, 249166700, 0),
(88943, 1889, 178, 'Grebenisu de Cimpie', 466000000, 243000000, 0),
(88944, 1889, 178, 'Petelea', 467289200, 247065400, 0),
(88945, 1889, 178, 'Sarmasu', 467500000, 241666700, 0),
(88946, 1889, 178, 'Sincai', 466500000, 243833300, 0),
(88947, 1889, 178, 'Singeorgiu de Mures', 465696000, 245945300, 0),
(88948, 1889, 178, 'Sinpaul', 464500000, 243500000, 0),
(88949, 1889, 178, 'Ungheni', 445000000, 249666700, 0),
(88950, 1890, 178, 'Costisa', 467500000, 266500000, 0),
(88951, 1890, 178, 'Doljesti', 470333300, 269833300, 0),
(88952, 1890, 178, 'Gheraesti', 470166700, 268166700, 0),
(88953, 1890, 178, 'Girov', 469500000, 265166700, 0),
(88954, 1890, 178, 'Horia', 446333300, 281166700, 0),
(88955, 1890, 178, 'Icusesti', 468000000, 269333300, 0),
(88956, 1890, 178, 'Moldoveni', 468333300, 267666700, 0),
(88957, 1890, 178, 'Tasca', 469000000, 260166700, 0),
(88958, 1890, 178, 'Tirgu Neamt', 472000000, 263666700, 0),
(88959, 1891, 178, 'Piatra Olt', 443666700, 242666700, 0),
(88960, 1891, 178, 'Schitu', 441408300, 258366700, 0),
(88961, 1891, 178, 'Valea Mare', 444666700, 244333300, 0),
(88962, 1892, 178, 'Alunis', 452000000, 258666700, 0),
(88963, 1892, 178, 'Azuga', 454500000, 255500000, 0),
(88964, 1892, 178, 'Berceni', 443141700, 261855600, 0),
(88965, 1892, 178, 'Blejoiu', 450000000, 260166700, 0),
(88966, 1892, 178, 'Colceag', 449500000, 263500000, 0),
(88967, 1892, 178, 'Filipestii de Padure', 450000000, 257500000, 0),
(88968, 1892, 178, 'Gorgota', 447833300, 260833300, 0),
(88969, 1892, 178, 'Gura Vadului', 450500000, 264666700, 0),
(88970, 1892, 178, 'Manesti', 448666700, 258500000, 0),
(88971, 1893, 178, 'Creaca', 472000000, 232500000, 0),
(88972, 1893, 178, 'Sarmasag', 473500000, 228333300, 0),
(88973, 1894, 178, 'Ardud', 476333300, 228833300, 0),
(88974, 1894, 178, 'Livada', 462228400, 213840300, 0),
(88975, 1895, 178, 'Agnita', 459666700, 246166700, 0),
(88976, 1895, 178, 'Blajel', 462166700, 243166700, 0),
(88977, 1895, 178, 'Miercurea Sibiului', 458833300, 238000000, 0),
(88978, 1895, 178, 'Sadu', 456666700, 241833300, 0),
(88979, 1895, 178, 'Ucea de Sus', 457500000, 246833300, 0),
(88980, 1896, 178, 'Fundu Moldovei', 475333300, 254000000, 0),
(88981, 1896, 178, 'Granicesti', 478166700, 260666700, 0),
(88982, 1896, 178, 'Malini', 474666700, 260833300, 0),
(88983, 1896, 178, 'Siminicea', 477000000, 264000000, 0),
(88984, 1896, 178, 'Vama', 475666700, 256833300, 0),
(88985, 1896, 178, 'Vatra Moldovitei', 476500000, 255666700, 0),
(88986, 1898, 178, 'Curtea', 458166700, 223000000, 0),
(88987, 1898, 178, 'Denta', 453538900, 212491700, 0),
(88988, 1898, 178, 'Remetea Mare', 457794400, 213761100, 0),
(88989, 1898, 178, 'Traian Vuia', 458000000, 220666700, 0),
(88990, 1899, 178, 'Cerna', 450833300, 283166700, 0),
(88991, 1899, 178, 'Chilia Veche', 454166700, 292833300, 0),
(88992, 1899, 178, 'Macin', 452437100, 281356400, 0),
(88993, 1899, 178, 'Mahmudia', 450833300, 290833300, 0),
(88994, 1900, 178, 'Brezoi', 453500000, 242500000, 0),
(88995, 1900, 178, 'Mihaesti', 441333300, 247833300, 0),
(88996, 1900, 178, 'Ocnele Mari', 450833300, 243166700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(88997, 1901, 178, 'Islaz', 437333300, 247500000, 0),
(88998, 1902, 178, 'Corbita', 461500000, 273000000, 0),
(88999, 1902, 178, 'Maicanesti', 455000000, 275000000, 0),
(89000, 1902, 178, 'Pufesti', 460000000, 272000000, 0),
(89001, 1902, 178, 'Urechesti', 456000000, 270666700, 0),
(89002, 1903, 179, 'Beloye', 450483200, 396514300, 0),
(89003, 1903, 179, 'Enem', 449271000, 389085200, 0),
(89004, 1904, 179, 'Charyshskoye', 513978000, 835598000, 0),
(89005, 1904, 179, 'Nagornyy', 527959000, 835498000, 0),
(89006, 1904, 179, 'Togul', 534650000, 859128000, 0),
(89007, 1904, 179, 'Zaton', 532936100, 838072200, 0),
(89008, 1905, 179, 'Talakan', 503166700, 1303666700, 0),
(89009, 1905, 179, 'Tokur', 531333300, 1329000000, 0),
(89010, 1906, 179, 'Konosha', 609736000, 402570000, 0),
(89011, 1906, 179, 'Onega', 639060700, 381403500, 0),
(89012, 1906, 179, 'Pinega', 647001400, 433936200, 0),
(89013, 1906, 179, 'Plesetsk', 627080400, 402915900, 0),
(89014, 1907, 179, 'Aksarayskiy', 467924400, 480118800, 0),
(89015, 1907, 179, 'Kapustin Yar', 485817500, 457448100, 0),
(89016, 1907, 179, 'Liman', 457845700, 472240500, 0),
(89017, 1907, 179, 'Volodarskiy', 464013400, 485409300, 0),
(89018, 1908, 179, 'Aksakovo', 540333300, 541500000, 0),
(89019, 1908, 179, 'Buzdyak', 545833300, 545500000, 0),
(89020, 1908, 179, 'Iglino', 548324400, 564126400, 0),
(89021, 1908, 179, 'Kandry', 545666700, 541166700, 0),
(89022, 1908, 179, 'Nikolo-Berezovka', 561242200, 541557300, 0),
(89023, 1908, 179, 'Sharan', 548166700, 540000000, 0),
(89024, 1908, 179, 'Urman', 548831400, 568741700, 0),
(89025, 1909, 179, 'Prokhorovka', 510374100, 367325200, 0),
(89026, 1909, 179, 'Valuyki', 502035000, 381067000, 0),
(89027, 1909, 179, 'Volokonovka', 504827000, 378563000, 0),
(89028, 1909, 179, 'Yakovlevo', 508603300, 364478400, 0),
(89029, 1910, 179, 'Belyye Berega', 532085100, 346640500, 0),
(89030, 1910, 179, 'Seshcha', 537361000, 333387000, 0),
(89031, 1911, 179, 'Babushkin', 517122200, 1058647200, 0),
(89032, 1911, 179, 'Bagdarin', 544333300, 1136000000, 0),
(89033, 1911, 179, 'Barguzin', 536166700, 1096166700, 0),
(89034, 1911, 179, 'Kabansk', 520486100, 1066527800, 0),
(89035, 1911, 179, 'Kichera', 559375000, 1100997200, 0),
(89036, 1911, 179, 'Kurumkan', 543000000, 1103000000, 0),
(89037, 1911, 179, 'Kyren', 516828000, 1021408000, 0),
(89038, 1911, 179, 'Onokhoy', 519320000, 1080747000, 0),
(89039, 1911, 179, 'Orlik', 525178000, 998250000, 0),
(89040, 1911, 179, 'Petropavlovka', 506114000, 1053196000, 0),
(89041, 1911, 179, 'Turka', 529492000, 1082217000, 0),
(89042, 1912, 179, 'Ekazhevo', 432122200, 448230600, 0),
(89043, 1912, 179, 'Kalinovskaya', 435758300, 455191700, 0),
(89044, 1913, 179, 'Agapovka', 532973000, 591348000, 0),
(89045, 1913, 179, 'Asha', 549973000, 572722000, 0),
(89046, 1913, 179, 'Bobrovka', 540470000, 617455000, 0),
(89047, 1913, 179, 'Cheremshanka', 561192000, 602680400, 0),
(89048, 1913, 179, 'Kartaly', 530522200, 606466700, 0),
(89049, 1913, 179, 'Kusa', 553383300, 594405600, 0),
(89050, 1913, 179, 'Leninsk', 549030600, 598675000, 0),
(89051, 1913, 179, 'Lokomotivnyy', 530118000, 605684000, 0),
(89052, 1913, 179, 'Mezhevoy', 551711100, 587813900, 0),
(89053, 1913, 179, 'Nyazepetrovsk', 560530600, 596027800, 0),
(89054, 1913, 179, 'Parizh', 532974000, 601005000, 0),
(89055, 1913, 179, 'Roza', 549163000, 614586000, 0),
(89056, 1913, 179, 'Varna', 533819400, 609747200, 0),
(89057, 1913, 179, 'Yemanzhelinsk', 547547200, 613208300, 0),
(89058, 1914, 179, 'Lavrentiya', 655833300, -1710000000, 0),
(89059, 1916, 179, 'Khiv', 417542800, 479306300, 0),
(89060, 1916, 179, 'Kochubey', 443861100, 465825000, 0),
(89061, 1916, 179, 'Kostek', 433438600, 468541100, 0),
(89062, 1916, 179, 'Levashi', 424303600, 473214800, 0),
(89063, 1916, 179, 'Samur', 418252700, 484859700, 0),
(89064, 1916, 179, 'Siukh', 425999000, 465446200, 0),
(89065, 1916, 179, 'Sulak', 432734200, 475146300, 0),
(89066, 1917, 179, 'Chemal', 514111100, 860050000, 0),
(89067, 1917, 179, 'Mayma', 520197200, 859113900, 0),
(89068, 1917, 179, 'Ust''-Kan', 509276000, 847610000, 0),
(89069, 1919, 179, 'Bayanday', 530661100, 1055138900, 0),
(89070, 1919, 179, 'Bodaybo', 578505600, 1141933300, 0),
(89071, 1919, 179, 'Magistral''nyy', 561725000, 1074458300, 0),
(89072, 1919, 179, 'Mama', 583105600, 1128986100, 0),
(89073, 1919, 179, 'Novaya Igirma', 571334000, 1039112000, 0),
(89074, 1919, 179, 'Sayansk', 541088000, 1021648000, 0),
(89075, 1920, 179, 'Kitovo', 568658600, 412824600, 0),
(89076, 1920, 179, 'Lezhnevo', 567750800, 408917400, 0),
(89077, 1920, 179, 'Petrovskiy', 566421000, 403202600, 0),
(89078, 1920, 179, 'Puchezh', 569787800, 431676200, 0),
(89079, 1920, 179, 'Savino', 565928500, 412181400, 0),
(89080, 1920, 179, 'Teykovo', 568579600, 405369200, 0),
(89081, 1921, 179, 'Aleksandrovskaya', 434833300, 436500000, 0),
(89082, 1921, 179, 'El''brus', 432577000, 426443500, 0),
(89083, 1921, 179, 'Soldatskaya', 438180600, 438158300, 0),
(89084, 1921, 179, 'Terek', 434833300, 441361100, 0),
(89085, 1922, 179, 'Ladushkin', 545702500, 201709900, 0),
(89086, 1922, 179, 'Neman', 550311100, 220263900, 0),
(89087, 1922, 179, 'Nesterov', 546305600, 225713900, 0),
(89088, 1922, 179, 'Yantarnyy', 548710200, 199401600, 0),
(89089, 1922, 179, 'Yuzhnyy', 545483700, 205984300, 0),
(89090, 1923, 179, 'Sadovoye', 477772000, 445208000, 0),
(89091, 1925, 179, 'Ozernovskiy', 515000000, 1565166700, 0),
(89092, 1925, 179, 'Yelizovo', 531873000, 1583805000, 0),
(89093, 1926, 179, 'Kavkazskiy', 442672000, 422347000, 0),
(89094, 1926, 179, 'Storozhevaya', 438788600, 414514300, 0),
(89095, 1927, 179, 'Chupa', 662700100, 330548600, 0),
(89096, 1927, 179, 'Kem''', 649554600, 345792900, 0),
(89097, 1927, 179, 'Nadvoitsy', 638666700, 343166700, 0),
(89098, 1927, 179, 'Pindushi', 629151900, 345799600, 0),
(89099, 1928, 179, 'Chistogorskiy', 539835000, 873843000, 0),
(89100, 1928, 179, 'Nikitinskiy', 545845000, 860115000, 0),
(89101, 1928, 179, 'Rudnichnyy', 560837000, 862517000, 0),
(89102, 1929, 179, 'Ayan', 564500000, 1381666700, 0),
(89103, 1929, 179, 'De-Kastri', 514666700, 1407833300, 0),
(89104, 1929, 179, 'Gorin', 511983300, 1366669400, 0),
(89105, 1929, 179, 'Gornyy', 507500000, 1364000000, 0),
(89106, 1929, 179, 'Khurba', 504072200, 1368819400, 0),
(89107, 1929, 179, 'Lazarev', 522250000, 1415130600, 0),
(89108, 1929, 179, 'Nikolayevsk-na-Amure', 531405600, 1407300000, 0),
(89109, 1930, 179, 'Cheremushki', 528355600, 913944400, 0),
(89110, 1931, 179, 'Berezovo', 639380600, 650419400, 0),
(89111, 1931, 179, 'Igrim', 631906000, 644162000, 0),
(89112, 1931, 179, 'Raduzhnyy', 620961100, 774750000, 0),
(89113, 1931, 179, 'Singapay', 611545200, 726607200, 0),
(89114, 1932, 179, 'Kosino', 584127200, 512781900, 0),
(89115, 1932, 179, 'Omutninsk', 586700100, 521932000, 0),
(89116, 1932, 179, 'Stulovo', 587225000, 501438900, 0),
(89117, 1933, 179, 'Ezhva', 618128100, 507283400, 0),
(89118, 1933, 179, 'Promyshlennyy', 675833300, 639166700, 0),
(89119, 1934, 179, 'Antropovo', 583987600, 430065900, 0),
(89120, 1934, 179, 'Bogovarovo', 589784900, 470246200, 0),
(89121, 1934, 179, 'Buy', 584786100, 415300000, 0),
(89122, 1934, 179, 'Chukhloma', 587537500, 426831800, 0),
(89123, 1934, 179, 'Georgiyevskoye', 587310000, 450240400, 0),
(89124, 1934, 179, 'Kadyy', 577870400, 431902900, 0),
(89125, 1934, 179, 'Kologriv', 588274800, 443177700, 0),
(89126, 1934, 179, 'Krasnoye-na-Volge', 575148300, 412390000, 0),
(89127, 1934, 179, 'Makar''yev', 578850100, 438049000, 0),
(89128, 1934, 179, 'Nerekhta', 574588100, 405747100, 0),
(89129, 1934, 179, 'Neya', 582971900, 438680800, 0),
(89130, 1934, 179, 'Ostrovskoye', 578057400, 422433200, 0),
(89131, 1934, 179, 'Parfen''yevo', 584839600, 434087600, 0),
(89132, 1934, 179, 'Pavino', 591139000, 461414200, 0),
(89133, 1934, 179, 'Ponazyrevo', 583578400, 463142100, 0),
(89134, 1934, 179, 'Pyshchug', 588872600, 457134100, 0),
(89135, 1934, 179, 'Soligalich', 590796000, 422852600, 0),
(89136, 1934, 179, 'Sudislavl''', 578817500, 417082900, 0),
(89137, 1934, 179, 'Susanino', 581461100, 415872200, 0),
(89138, 1934, 179, 'Vokhma', 589303000, 467585900, 0),
(89139, 1934, 179, 'Volgorechensk', 574393100, 411555300, 0),
(89140, 1935, 179, 'Afipskiy', 449021200, 388439300, 0),
(89141, 1935, 179, 'Azovskaya', 447908300, 386263900, 0),
(89142, 1935, 179, 'Dneprovskaya', 456235900, 388080700, 0),
(89143, 1935, 179, 'Il''ich', 454248800, 367740200, 0),
(89144, 1935, 179, 'Kavkazskaya', 454453000, 406765000, 0),
(89145, 1935, 179, 'Krasnoye', 467373000, 395645000, 0),
(89146, 1935, 179, 'Kropotkin', 454375000, 405755600, 0),
(89147, 1935, 179, 'Kushchevskaya', 465599000, 396321000, 0),
(89148, 1935, 179, 'Lazarevskoye', 439088600, 393313700, 0),
(89149, 1935, 179, 'Novoleushkovskaya', 459956000, 399921000, 0),
(89150, 1935, 179, 'Petropavlovskaya', 450818900, 404512500, 0),
(89151, 1935, 179, 'Ryazanskaya', 449552800, 395889400, 0),
(89152, 1935, 179, 'Saratovskaya', 447075200, 392215600, 0),
(89153, 1935, 179, 'Shedok', 442179000, 408487000, 0),
(89154, 1935, 179, 'Taman''', 452117000, 367160900, 0),
(89155, 1935, 179, 'Troitskaya', 451349300, 381254400, 0),
(89156, 1935, 179, 'Uspenskoye', 448311000, 413927000, 0),
(89157, 1935, 179, 'Verkhnebakanskiy', 448491700, 376572200, 0),
(89158, 1935, 179, 'Zavetnyy', 449316000, 411373000, 0),
(89159, 1936, 179, 'Baykit', 616700000, 963700000, 0),
(89160, 1936, 179, 'Boguchany', 583813900, 974530600, 0),
(89161, 1936, 179, 'Khatanga', 719666700, 1025000000, 0),
(89162, 1936, 179, 'Rassvet', 570050000, 914786100, 0),
(89163, 1936, 179, 'Shushenskoye', 533250000, 919355600, 0),
(89164, 1936, 179, 'Snezhnogorsk', 680930600, 877400000, 0),
(89165, 1936, 179, 'Strelka', 580727800, 930344400, 0),
(89166, 1936, 179, 'Svetlogorsk', 669166700, 883500000, 0),
(89167, 1936, 179, 'Talnakh', 694865000, 883972000, 0),
(89168, 1936, 179, 'Uyar', 558100000, 943152800, 0),
(89169, 1937, 179, 'Tselinnoye', 545011100, 636736100, 0),
(89170, 1938, 179, 'L''govskiy', 516306900, 352775000, 0),
(89171, 1938, 179, 'Manturovo', 514547000, 371282000, 0),
(89172, 1939, 179, 'Begunitsy', 595855200, 293175700, 0),
(89173, 1939, 179, 'Fornosovo', 595688900, 305544400, 0),
(89174, 1939, 179, 'Kamennogorsk', 609545100, 291339100, 0),
(89175, 1939, 179, 'Kipen''', 596764900, 298531100, 0),
(89176, 1939, 179, 'Kirovsk', 598810100, 309950700, 0),
(89177, 1939, 179, 'Novaya Ladoga', 601024600, 323019100, 0),
(89178, 1939, 179, 'Novoye Devyatkino', 600726900, 304783700, 0),
(89179, 1939, 179, 'Pavlovo', 598086100, 308966700, 0),
(89180, 1939, 179, 'Priozersk', 610392800, 301290700, 0),
(89181, 1939, 179, 'Shlissel''burg', 599473000, 310384500, 0),
(89182, 1939, 179, 'Siverskiy', 593544400, 300783300, 0),
(89183, 1939, 179, 'Svetogorsk', 611121300, 288632100, 0),
(89184, 1939, 179, 'Ul''yanovka', 596394400, 307647200, 0),
(89185, 1940, 179, 'Chaplygin', 532431900, 399628800, 0),
(89186, 1940, 179, 'Dolgorukovo', 523194500, 383452700, 0),
(89187, 1940, 179, 'Lebedyan''', 530194200, 391663900, 0),
(89188, 1940, 179, 'Zadonsk', 523904000, 389261000, 0),
(89189, 1941, 179, 'Arman''', 597000000, 1501666700, 0),
(89190, 1941, 179, 'Dukat', 625500000, 1555500000, 0),
(89191, 1942, 179, 'Zvenigovo', 559753900, 480130400, 0),
(89192, 1943, 179, 'Insar', 538653100, 443738200, 0),
(89193, 1943, 179, 'Temnikov', 546302300, 432148300, 0),
(89194, 1943, 179, 'Umet', 541161100, 426975000, 0),
(89195, 1945, 179, 'Bolshevo', 559348600, 378300200, 0),
(89196, 1945, 179, 'Cherkizovo', 559758300, 377875000, 0),
(89197, 1945, 179, 'Drezna', 557420800, 388475300, 0),
(89198, 1945, 179, 'Fryanovo', 561333300, 384500000, 0),
(89199, 1945, 179, 'Kokoshkino', 555976900, 371695000, 0),
(89200, 1945, 179, 'Kurovskoye', 555818300, 389199400, 0),
(89201, 1945, 179, 'Lesnyye Polyany', 559666700, 378666700, 0),
(89202, 1945, 179, 'Lotoshino', 562266700, 356413900, 0),
(89203, 1945, 179, 'Nikolina Gora', 557343300, 370436400, 0),
(89204, 1945, 179, 'Ostrovtsy', 555875000, 380055600, 0),
(89205, 1945, 179, 'Snegiri', 558886800, 370242100, 0),
(89206, 1945, 179, 'Sofrino', 561500000, 379666700, 0),
(89207, 1945, 179, 'Vatutinki', 554965000, 373298800, 0),
(89208, 1945, 179, 'Vereya', 553447200, 361719400, 0),
(89209, 1945, 179, 'Vinogradovo', 569333300, 375500000, 0),
(89210, 1945, 179, 'Vishnyakovskiye Dachi', 557613900, 381344400, 0),
(89211, 1945, 179, 'Yakhroma', 563000000, 374833300, 0),
(89212, 1945, 179, 'Zhilevo', 550140800, 380110600, 0),
(89213, 1945, 179, 'Zhitnevo', 553423300, 379146400, 0),
(89214, 1946, 179, 'Molochnyy', 688538900, 330204600, 0),
(89215, 1946, 179, 'Olenegorsk', 681432000, 332528700, 0),
(89216, 1946, 179, 'Roslyakovo', 690430300, 331990600, 0),
(89217, 1947, 179, 'Nar''yan-Mar', 676712600, 530869700, 0),
(89218, 1948, 179, 'Gorbatov', 561330600, 430583300, 0),
(89219, 1948, 179, 'Gorodets', 566513900, 434750000, 0),
(89220, 1948, 179, 'Kulebaki', 554133300, 425325000, 0),
(89221, 1948, 179, 'Lesogorsk', 550979000, 439355200, 0),
(89222, 1948, 179, 'Pervomaysk', 548689000, 438027200, 0),
(89223, 1948, 179, 'Semenov', 567874900, 444929700, 0),
(89224, 1948, 179, 'Shakhun''ya', 576757900, 466113600, 0),
(89225, 1948, 179, 'Smolino', 562813900, 430338900, 0),
(89226, 1948, 179, 'Surovatikha', 557651600, 438984500, 0),
(89227, 1948, 179, 'Uren''', 574551600, 457852200, 0),
(89228, 1950, 179, 'Borovichi', 583877800, 339154600, 0),
(89229, 1950, 179, 'Marevo', 573146100, 320804500, 0),
(89230, 1950, 179, 'Nebolchi', 591239300, 333453700, 0),
(89231, 1950, 179, 'Okulovka', 584008300, 332908300, 0),
(89232, 1950, 179, 'Parfino', 579730600, 316480600, 0),
(89233, 1950, 179, 'Pestovo', 585938200, 358024400, 0),
(89234, 1950, 179, 'Shimsk', 582120100, 307126900, 0),
(89235, 1950, 179, 'Uglovka', 582391700, 335108300, 0),
(89236, 1950, 179, 'Volot', 579277800, 307025000, 0),
(89237, 1951, 179, 'Kuybyshev', 554475300, 783218100, 0),
(89238, 1951, 179, 'Sokur', 552093000, 833190000, 0),
(89239, 1952, 179, 'Azovo', 546997200, 730236700, 0),
(89240, 1952, 179, 'Okoneshnikovo', 548376700, 750834300, 0),
(89241, 1952, 179, 'Sherbakul''', 546315800, 723963500, 0),
(89242, 1953, 179, 'Korsakovo', 532676600, 373568900, 0),
(89243, 1953, 179, 'Kromy', 526876200, 357666500, 0),
(89244, 1954, 179, 'Abdulino', 537000000, 536666700, 0),
(89245, 1954, 179, 'Prigorodnyy', 517660800, 552664800, 0),
(89246, 1954, 179, 'Saraktash', 517866200, 517866200, 0),
(89247, 1954, 179, 'Sharlyk', 529166700, 547500000, 0),
(89248, 1954, 179, 'Totskoye', 525247800, 527622800, 0),
(89249, 1955, 179, 'Mokshan', 534365000, 446132200, 0),
(89250, 1955, 179, 'Srednyaya Yelyuzan''', 530241000, 459529000, 0),
(89251, 1957, 179, 'Barda', 569276800, 555934500, 0),
(89252, 1957, 179, 'Bershet''', 577338800, 563730700, 0),
(89253, 1957, 179, 'Cherdyn''', 604029500, 564786800, 0),
(89254, 1957, 179, 'Chermoz', 587869600, 561489400, 0),
(89255, 1957, 179, 'Ferma', 579008100, 563014400, 0),
(89256, 1957, 179, 'Gamovo', 578688300, 561016400, 0),
(89257, 1957, 179, 'Gayny', 603070700, 543241200, 0),
(89258, 1957, 179, 'Gornozavodsk', 583758300, 583211100, 0),
(89259, 1957, 179, 'Gremyachinsk', 585603000, 578510000, 0),
(89260, 1957, 179, 'Gubakha', 588386200, 575532500, 0),
(89261, 1957, 179, 'Karagay', 582666900, 549367800, 0),
(89262, 1957, 179, 'Kizel', 590470900, 576476700, 0),
(89263, 1957, 179, 'Kochevo', 595994000, 543124800, 0),
(89264, 1957, 179, 'Kosa', 599445300, 549977000, 0),
(89265, 1957, 179, 'Krasnovishersk', 604078300, 570819900, 0),
(89266, 1957, 179, 'Kultayevo', 578943500, 559391600, 0),
(89267, 1957, 179, 'Kungur', 574335800, 569516500, 0),
(89268, 1957, 179, 'Maykor', 590058600, 558799800, 0),
(89269, 1957, 179, 'Nyrob', 607330000, 567202400, 0),
(89270, 1957, 179, 'Nytva', 579404200, 553339700, 0),
(89271, 1957, 179, 'Ocher', 578903500, 547202000, 0),
(89272, 1957, 179, 'Orda', 571950900, 569090800, 0),
(89273, 1957, 179, 'Polazna', 582945800, 564054600, 0),
(89274, 1957, 179, 'Siva', 583820400, 543803700, 0),
(89275, 1957, 179, 'Teplaya Gora', 585244400, 590727800, 0),
(89276, 1957, 179, 'Ugleural''skiy', 589533500, 575846300, 0),
(89277, 1957, 179, 'Usol''ye', 594267500, 566808100, 0),
(89278, 1957, 179, 'Yayva', 593303300, 572640800, 0),
(89279, 1957, 179, 'Yubileynyy', 587810200, 577778200, 0),
(89280, 1957, 179, 'Zvezdnyy', 577325000, 563147200, 0),
(89281, 1958, 179, 'Barabash', 432000000, 1314833300, 0),
(89282, 1958, 179, 'Dunay', 428802800, 1323375000, 0),
(89283, 1958, 179, 'Livadiya', 428691700, 1326763900, 0),
(89284, 1958, 179, 'Rettikhovka', 441683300, 1327669400, 0),
(89285, 1958, 179, 'Tavrichanka', 433377800, 1318638900, 0),
(89286, 1958, 179, 'Zarubino', 426300000, 1310922200, 0),
(89287, 1958, 179, 'Zavodskoy', 434597200, 1322922200, 0),
(89288, 1959, 179, 'Dedovichi', 575516600, 299501800, 0),
(89289, 1959, 179, 'Nevel''', 560209400, 299284400, 0),
(89290, 1959, 179, 'Porkhov', 577650200, 295561200, 0),
(89291, 1960, 179, 'Dubovskoye', 474142000, 427697000, 0),
(89292, 1960, 179, 'Gigant', 465066500, 413418500, 0),
(89293, 1960, 179, 'Grushevskaya', 474405600, 399511100, 0),
(89294, 1960, 179, 'Gukovo', 480530600, 399311100, 0),
(89295, 1960, 179, 'Kashary', 490400100, 410055700, 0),
(89296, 1960, 179, 'Koksovyy', 482005800, 406508900, 0),
(89297, 1960, 179, 'Konstantinovsk', 475827800, 410922200, 0),
(89298, 1960, 179, 'Krasnoarmeyskiy', 470114000, 422072000, 0),
(89299, 1960, 179, 'Krasnovka', 488176900, 400922600, 0),
(89300, 1960, 179, 'Krasnyy Sulin', 478922100, 400703700, 0),
(89301, 1960, 179, 'Kuybyshevo', 478122800, 389073100, 0),
(89302, 1960, 179, 'Likhovskoy', 481518800, 401792500, 0),
(89303, 1960, 179, 'Melikhovskaya', 474810600, 404866900, 0),
(89304, 1960, 179, 'Milyutinskaya', 486278800, 416678800, 0),
(89305, 1960, 179, 'Nikolayevskaya', 476139100, 415023000, 0),
(89306, 1960, 179, 'Novyy Yegorlyk', 463927000, 418716200, 0),
(89307, 1960, 179, 'Persianovka', 475297200, 394183300, 0),
(89308, 1960, 179, 'Peschanokopskoye', 461951700, 410814300, 0),
(89309, 1960, 179, 'Peshkovo', 470186700, 393884500, 0),
(89310, 1960, 179, 'Rodionovo-Nesvetaiskoye', 476000000, 397000000, 0),
(89311, 1960, 179, 'Sal''sk', 464747000, 415411400, 0),
(89312, 1960, 179, 'Sambek', 477430600, 398308300, 0),
(89313, 1960, 179, 'Semikarakorsk', 475194300, 408112000, 0),
(89314, 1960, 179, 'Sinyavskoye', 472763800, 392763200, 0),
(89315, 1960, 179, 'Staraya Stanitsa', 483363300, 402958800, 0),
(89316, 1960, 179, 'Tarasovskiy', 487272700, 403626700, 0),
(89317, 1960, 179, 'Ust''-Donetskiy', 476419000, 408718200, 0),
(89318, 1960, 179, 'Veselyy', 470933800, 407422000, 0),
(89319, 1960, 179, 'Veshenskaya', 496303300, 417334000, 0),
(89320, 1960, 179, 'Zimovniki', 471474000, 424721000, 0),
(89321, 1960, 179, 'Zverevo', 480210800, 401228200, 0),
(89322, 1961, 179, 'Mikhaylov', 542298000, 390269000, 0),
(89323, 1961, 179, 'Sasovo', 543536900, 419198600, 0),
(89324, 1961, 179, 'Skopin', 538248600, 395505300, 0),
(89325, 1961, 179, 'Ukholovo', 537929000, 404892000, 0),
(89326, 1962, 179, 'Komarovo', 601840800, 298175200, 0),
(89327, 1963, 179, 'Belaya Gora', 685333300, 1464166700, 0),
(89328, 1963, 179, 'Chul''man', 568479000, 1249104000, 0),
(89329, 1963, 179, 'Mayya', 617333300, 1302811100, 0),
(89330, 1963, 179, 'Serebryanyy Bor', 568000000, 1248000000, 0),
(89331, 1963, 179, 'Vitim', 594511100, 1125577800, 0),
(89332, 1964, 179, 'Gastello', 491166700, 1429666700, 0),
(89333, 1964, 179, 'Otrada', 440694400, 1458638900, 0),
(89334, 1965, 179, 'Bereza', 535183300, 501396700, 0),
(89335, 1965, 179, 'Bezenchuk', 529820000, 494333000, 0),
(89336, 1965, 179, 'Krasnoarmeyskoye', 527181500, 500321900, 0),
(89337, 1965, 179, 'Kurumoch', 534896300, 500374800, 0),
(89338, 1965, 179, 'Mayskoye', 522724400, 500338200, 0),
(89339, 1965, 179, 'Novokuybyshevsk', 530959000, 499462000, 0),
(89340, 1965, 179, 'Novosemeykino', 533833300, 503666700, 0),
(89341, 1965, 179, 'Petra-Dubrava', 532961300, 503655400, 0),
(89342, 1965, 179, 'Sernovodsk', 539229300, 512570400, 0),
(89343, 1965, 179, 'Varlamovo', 531897000, 484226000, 0),
(89344, 1966, 179, 'Gornyy', 517578000, 485413000, 0),
(89345, 1966, 179, 'Khvalynsk', 524906000, 481058000, 0),
(89346, 1966, 179, 'Repnoye', 515921000, 431861000, 0),
(89347, 1966, 179, 'Romanovka', 517442700, 427527000, 0),
(89348, 1967, 179, 'Demidov', 552706300, 315149800, 0),
(89349, 1967, 179, 'Dorogobuzh', 549150000, 332972200, 0),
(89350, 1967, 179, 'Roslavl''', 539527800, 328638900, 0),
(89351, 1968, 179, 'Donskoye', 454551800, 419741100, 0),
(89352, 1968, 179, 'Ivanovskoye', 445795000, 418764000, 0),
(89353, 1968, 179, 'Mineral''nyye Vody', 442102800, 431352800, 0),
(89354, 1968, 179, 'Nadezhda', 441000000, 446000000, 0),
(89355, 1968, 179, 'Novoterskiy', 441486100, 430925000, 0),
(89356, 1968, 179, 'Orlovka', 446913900, 441744400, 0),
(89357, 1968, 179, 'Podgornaya', 442030600, 434297200, 0),
(89358, 1968, 179, 'Spitsevka', 451230600, 425125000, 0),
(89359, 1969, 179, 'Arti', 564234400, 585327600, 0),
(89360, 1969, 179, 'Bobrovskiy', 566732000, 609807000, 0),
(89361, 1969, 179, 'Bogdanovich', 567802800, 620494400, 0),
(89362, 1969, 179, 'Dvurechensk', 565982000, 610953000, 0),
(89363, 1969, 179, 'Monetnyy', 570472000, 608794000, 0),
(89364, 1969, 179, 'Nev''yansk', 574953000, 602112000, 0),
(89365, 1969, 179, 'Nizhniye Sergi', 566613900, 593033300, 0),
(89366, 1969, 179, 'Sredneural''sk', 569892100, 604666200, 0),
(89367, 1969, 179, 'Tavda', 580425400, 652725800, 0),
(89368, 1969, 179, 'Troitskiy', 570602800, 637481100, 0),
(89369, 1969, 179, 'Turinsk', 580457500, 636960500, 0),
(89370, 1969, 179, 'Ufimskiy', 567084000, 580517000, 0),
(89371, 1969, 179, 'Vostochnyy', 587999100, 618139100, 0),
(89372, 1970, 179, 'Kirsanov', 526549400, 427223600, 0),
(89373, 1970, 179, 'Zherdevka', 518486100, 414605600, 0),
(89374, 1971, 179, 'Aktyubinskiy', 548137200, 528055900, 0),
(89375, 1971, 179, 'Arsk', 560915100, 498778300, 0),
(89376, 1971, 179, 'Bogatyye Saby', 560102000, 504483000, 0),
(89377, 1971, 179, 'Chistopol''', 553631100, 506424400, 0),
(89378, 1972, 179, 'Kargasok', 590555600, 808572200, 0),
(89379, 1972, 179, 'Svetlyy', 569166700, 859666700, 0),
(89380, 1973, 179, 'Bogoroditsk', 537716600, 381240800, 0),
(89381, 1973, 179, 'Chekalin', 540968500, 362449900, 0),
(89382, 1973, 179, 'Gorelki', 542561700, 376108000, 0),
(89383, 1973, 179, 'Kireyevsk', 539336100, 379279200, 0),
(89384, 1973, 179, 'Kurkino', 534256800, 386582400, 0),
(89385, 1973, 179, 'Severo-Zadonsk', 540348100, 384017200, 0),
(89386, 1973, 179, 'Shchekino', 540091700, 375119400, 0),
(89387, 1973, 179, 'Suvorov', 541223000, 364965700, 0),
(89388, 1975, 179, 'Andreapol''', 566513400, 322664000, 0),
(89389, 1975, 179, 'Belyy', 558402000, 329419000, 0),
(89390, 1975, 179, 'Firovo', 574813500, 337021100, 0),
(89391, 1975, 179, 'Kalashnikovo', 572823700, 352261700, 0),
(89392, 1975, 179, 'Kuvshinovo', 570295300, 341725200, 0),
(89393, 1975, 179, 'Kuzhenkino', 577611100, 339508300, 0),
(89394, 1975, 179, 'Nelidovo', 562210700, 327773800, 0),
(89395, 1975, 179, 'Olenino', 562091700, 334888800, 0),
(89396, 1975, 179, 'Ostashkov', 571466700, 331075300, 0),
(89397, 1975, 179, 'Peno', 569262400, 327426200, 0),
(89398, 1975, 179, 'Radchenko', 566802700, 363717800, 0),
(89399, 1975, 179, 'Rameshki', 573439000, 360453500, 0),
(89400, 1975, 179, 'Rzhev', 562624100, 343281700, 0),
(89401, 1975, 179, 'Sandovo', 584602200, 364127700, 0),
(89402, 1975, 179, 'Selizharovo', 568518800, 334486900, 0),
(89403, 1975, 179, 'Spirovo', 574190500, 349765800, 0),
(89404, 1975, 179, 'Zapadnaya Dvina', 562590100, 320745400, 0),
(89405, 1975, 179, 'Zavidovo', 565333300, 365333300, 0),
(89406, 1976, 179, 'Aromashevo', 568601800, 686375400, 0),
(89407, 1976, 179, 'Irtyshskiy', 583333300, 681333300, 0),
(89408, 1976, 179, 'Sladkovo', 555283500, 703385400, 0),
(89409, 1976, 179, 'Vikulovo', 568166700, 706106900, 0),
(89410, 1977, 179, 'Fakel', 576324600, 530252400, 0),
(89411, 1978, 179, 'Cherdakly', 543594000, 488449700, 0),
(89412, 1978, 179, 'Izmaylovo', 537211400, 472458100, 0),
(89413, 1978, 179, 'Silikatnyy', 539895700, 483275000, 0),
(89414, 1979, 179, 'Balakirevo', 565058800, 388432400, 0),
(89415, 1979, 179, 'Gorokhovets', 561947200, 427002800, 0),
(89416, 1980, 179, 'Bykovo', 497661800, 453886600, 0),
(89417, 1980, 179, 'Dubovka', 490582500, 448290000, 0),
(89418, 1980, 179, 'El''ton', 491273000, 468470300, 0),
(89419, 1980, 179, 'Frolovo', 497713300, 436622200, 0),
(89420, 1980, 179, 'Ilovlya', 493033400, 439796500, 0),
(89421, 1980, 179, 'Kotovo', 503211300, 448011900, 0),
(89422, 1980, 179, 'Kumylzhenskaya', 498809000, 425898000, 0),
(89423, 1980, 179, 'Primorsk', 492653200, 450288900, 0),
(89424, 1981, 179, 'Kichmengskiy Gorodok', 599816400, 457854300, 0),
(89425, 1981, 179, 'Kirillov', 598629900, 383812800, 0),
(89426, 1981, 179, 'Sheksna', 592099800, 385106600, 0),
(89427, 1981, 179, 'Vozhega', 604724600, 402213400, 0),
(89428, 1981, 179, 'Vytegra', 610063600, 364481100, 0),
(89429, 1982, 179, 'Buturlinovka', 508238900, 406091700, 0),
(89430, 1982, 179, 'Kalach', 504258000, 410261000, 0),
(89431, 1982, 179, 'Kantemirovka', 497088700, 398592200, 0),
(89432, 1982, 179, 'Kashirskoye', 514194500, 396124800, 0),
(89433, 1982, 179, 'Mitrofanovka', 499708300, 396938900, 0),
(89434, 1982, 179, 'Novovoronezh', 513071900, 392173200, 0),
(89435, 1982, 179, 'Panino', 516467000, 401346000, 0),
(89436, 1982, 179, 'Sadovoye', 515311100, 405019400, 0),
(89437, 1982, 179, 'Strelitsa', 516083000, 389102000, 0),
(89438, 1982, 179, 'Volya', 517651000, 395404000, 0),
(89439, 1982, 179, 'Vorontsovka', 506132000, 403549000, 0),
(89440, 1983, 179, 'Pangody', 658500200, 744859300, 0),
(89441, 1983, 179, 'Tazovskiy', 674666700, 787000000, 0),
(89442, 1983, 179, 'Yar-Sale', 668333300, 708333300, 0),
(89443, 1984, 179, 'Borisoglebskiy', 572586000, 391508000, 0),
(89444, 1984, 179, 'Danilov', 581908000, 401717100, 0),
(89445, 1984, 179, 'Dubki', 573000000, 402500000, 0),
(89446, 1985, 179, 'Amurzet', 476966700, 1310980600, 0),
(89447, 1986, 179, 'Amazar', 538580000, 1208750000, 0),
(89448, 1986, 179, 'Bukachacha', 529833300, 1169166700, 0),
(89449, 1986, 179, 'Dauriya', 499333300, 1168666700, 0),
(89450, 1986, 179, 'Domna', 518971200, 1131573000, 0),
(89451, 1986, 179, 'Orlovskiy', 510333300, 1148333300, 0),
(89452, 1986, 179, 'Pervomayskiy', 516701300, 1156254300, 0),
(89453, 1986, 179, 'Zabaykal''sk', 496333300, 1173166700, 0),
(89454, 2981, 180, 'Butare', -26038000, 297431000, 0),
(89455, 2982, 184, 'Vieux Fort', 137166700, -609500000, 0),
(89456, 2983, 192, 'Kaffrine', 141059400, -155508000, 0),
(89457, 2024, 192, 'Ouro Sogui', 156000000, -133166700, 0),
(89458, 2025, 192, 'Ndioum', 165129300, -146470600, 0),
(89459, 2027, 192, 'Pout', 147738900, -170602800, 0),
(89460, 2027, 192, 'Thies', 148341700, -171061100, 0),
(89461, 2027, 192, 'Thies Nones', 147833300, -169666700, 0),
(89462, 2029, 193, 'Banatski Karlovac', 450472200, 210161100, 0),
(89463, 2029, 193, 'Cajetina', 437557200, 197254400, 0),
(89464, 2029, 193, 'Dobanovci', 448269400, 202255600, 0),
(89465, 2029, 193, 'Dubovo', 427119400, 203697200, 0),
(89466, 2029, 193, 'Durici', 438247200, 194113900, 0),
(89467, 2029, 193, 'Jarak', 449166700, 197572200, 0),
(89468, 2029, 193, 'Kamenica', 443425000, 197225000, 0),
(89469, 2029, 193, 'Klenak', 447880600, 197105600, 0),
(89470, 2029, 193, 'Osjecenik', 431452800, 198588900, 0),
(89471, 2029, 193, 'Platicevo', 448211100, 197952800, 0),
(89472, 2029, 193, 'Prislonica', 439530600, 204377800, 0),
(89473, 2029, 193, 'Radenkovic', 449244400, 194933300, 0),
(89474, 2029, 193, 'Sasinci', 449702800, 197427800, 0),
(89475, 2029, 193, 'Simanovci', 448725000, 200916700, 0),
(89476, 2029, 193, 'Stari Banovci', 449863900, 202866700, 0),
(89477, 2029, 193, 'Stubline', 445738900, 201413900, 0),
(89478, 2030, 193, 'Decan', 425401800, 202879300, 0),
(89479, 2030, 193, 'Kacanik', 422319400, 212594400, 0),
(89480, 2030, 193, 'Klina', 426216700, 205777800, 0),
(89481, 2030, 193, 'Kosuriq', 425702800, 204647200, 0),
(89482, 2030, 193, 'Peje', 426591300, 202882800, 0),
(89483, 2030, 193, 'Strpce', 422394400, 210272200, 0),
(89484, 2030, 193, 'Suva Reka', 423586100, 208250000, 0),
(89485, 2030, 193, 'Vushtrri', 428230600, 209675000, 0),
(89486, 2031, 193, 'Basaid', 456411100, 204141700, 0),
(89487, 2031, 193, 'Kumane', 455388900, 202283300, 0),
(89488, 2031, 193, 'Mokrin', 459358300, 204072200, 0),
(89489, 2031, 193, 'Nova Crnja', 456683300, 206050000, 0),
(89490, 2031, 193, 'Pecinci', 449088900, 199663900, 0),
(89491, 2031, 193, 'Secanj', 453666700, 207722200, 0),
(89492, 2031, 193, 'Sremski Karlovci', 452025000, 199344400, 0),
(89493, 2031, 193, 'Srpski Itebej', 455700000, 207136100, 0),
(89494, 2031, 193, 'Sutjeska', 453841700, 206988900, 0),
(89495, 2031, 193, 'Turija', 445244400, 216402800, 0),
(89496, 2984, 195, 'Makali', 86333300, -116666700, 0),
(89497, 2984, 195, 'Makeni', 88833300, -120500000, 0),
(89500, 2037, 198, 'Fil''akovo', 482675700, 198247300, 0),
(89501, 2037, 198, 'Revuca', 486834600, 201173400, 0),
(89502, 2039, 198, 'Medzev', 487004100, 208936700, 0),
(89503, 2040, 198, 'Brezova pod Bradlom', 486635000, 175390400, 0),
(89504, 2040, 198, 'Nemsova', 489670200, 181189200, 0),
(89505, 2040, 198, 'Stara Tura', 487772100, 176943300, 0),
(89506, 2040, 198, 'Svodin', 479105400, 184996700, 0),
(89507, 2041, 198, 'Lubica', 491166700, 204500000, 0),
(89508, 2041, 198, 'Nova Lesna', 491225300, 202673700, 0),
(89509, 2041, 198, 'Podolinec', 492586900, 205360000, 0),
(89510, 2041, 198, 'Spisske Podhradie', 490008800, 207530700, 0),
(89511, 2041, 198, 'Svit', 490601400, 202069500, 0),
(89512, 2041, 198, 'Vysne Ruzbachy', 493038700, 205655800, 0),
(89513, 2043, 198, 'Holic', 488110500, 171623800, 0),
(89514, 2043, 198, 'Smolenice', 485047800, 174306700, 0),
(89515, 2045, 199, 'Gancani', 466325000, 162511100, 0),
(89516, 2051, 199, 'Vnanje Gorice', 460072200, 144219400, 0),
(89517, 2053, 199, 'Rakek', 458133300, 143111100, 0),
(89518, 2986, 199, 'Cerkno', 461255600, 139816700, 0),
(89519, 2987, 199, 'Crensovci', 465744400, 162905600, 0),
(89520, 2988, 199, 'Divaca', 456847200, 139702800, 0),
(89521, 2060, 199, 'Spodnje Hoce', 465000000, 156500000, 0),
(89522, 2989, 199, 'Deskle', 460525000, 136236100, 0),
(89523, 2989, 199, 'Kanal', 460886100, 136397200, 0),
(89524, 2085, 199, 'Limbus', 465536100, 155836100, 0),
(89525, 2990, 199, 'Metlika', 456472200, 153141700, 0),
(89526, 2991, 199, 'Miren', 458955600, 136075000, 0),
(89527, 2092, 199, 'Cernelavci', 466666700, 161333300, 0),
(89528, 2992, 199, 'Oplotnica', 463877800, 154466700, 0),
(89529, 2993, 199, 'Pivka', 456794400, 141966700, 0),
(89530, 2994, 199, 'Prebold', 462369400, 150925000, 0),
(89531, 2108, 199, 'Lesce', 463611100, 141577800, 0),
(89532, 2121, 199, 'Pamece', 465341700, 150791700, 0),
(89533, 2139, 199, 'Kisovec', 461391100, 149629500, 0),
(89534, 2140, 199, 'Gotovlje', 462602800, 151694400, 0),
(89535, 2140, 199, 'Sempeter v Savinjski dolini', 462563900, 151219400, 0),
(89536, 2995, 199, 'Zuzemberk', 458338900, 149291700, 0),
(89537, 2996, 200, 'Gizo', -81030300, 1568418600, 0),
(89538, 2997, 201, 'Kismaayo', -3581700, 425453600, 0),
(89539, 2998, 201, 'Garoowe', 84053600, 484844600, 0),
(89540, 2149, 202, 'Aliwal North', -306936600, 267114100, 0),
(89541, 2149, 202, 'Cradock', -321642200, 256191800, 0),
(89542, 2149, 202, 'Queenstown', -318975600, 268753300, 0),
(89543, 2150, 202, 'Bethlehem', -282307800, 283070700, 0),
(89544, 2150, 202, 'Bothaville', -273887000, 266170100, 0),
(89545, 2150, 202, 'Frankfort', -272666700, 284833300, 0),
(89546, 2150, 202, 'Heilbron', -272811500, 279709000, 0),
(89547, 2150, 202, 'Parys', -269033000, 274572700, 0),
(89548, 2150, 202, 'Reitz', -278013800, 284272600, 0),
(89549, 2150, 202, 'Virginia', -281039100, 268659300, 0),
(89550, 2151, 202, 'Mabopane', -254976800, 281006500, 0),
(89551, 2153, 202, 'Mankoeng', -239000000, 298166700, 0),
(89552, 2154, 202, 'Barberton', -257884200, 310531900, 0),
(89553, 2154, 202, 'Belfast', -256899100, 300350400, 0),
(89554, 2154, 202, 'Breyten', -263017600, 299869600, 0),
(89555, 2154, 202, 'Driefontein', -270177000, 304497900, 0),
(89556, 2154, 202, 'Kriel', -262739100, 292253000, 0),
(89557, 2154, 202, 'Lydenburg', -250978000, 304596700, 0),
(89558, 2154, 202, 'Siyabuswa', -251131900, 290445400, 0),
(89559, 2154, 202, 'Standerton', -269336600, 292415200, 0),
(89560, 2155, 202, 'Zeerust', -255369500, 260751200, 0),
(89561, 2156, 202, 'Kuruman', -274524000, 234324600, 0),
(89562, 2156, 202, 'Springbok', -296643400, 178865000, 0),
(89563, 2157, 202, 'Bredasdorp', -345321500, 200403100, 0),
(89564, 2157, 202, 'Caledon', -342299700, 194265000, 0),
(89565, 2157, 202, 'Ceres', -333688900, 193109600, 0),
(89566, 2157, 202, 'Oudtshoorn', -335906700, 222014000, 0),
(89567, 2157, 202, 'Swellendam', -340226200, 204417100, 0),
(89568, 2157, 202, 'Vredendal', -316683300, 185011900, 0),
(89575, 2159, 204, 'Alcolea del Rio', 376150600, -56669400, 0),
(89576, 2159, 204, 'Alosno', 375486100, -71147000, 0),
(89577, 2159, 204, 'Antequera', 370193800, -45612300, 0),
(89578, 2159, 204, 'Arjona', 379349300, -40547800, 0),
(89579, 2159, 204, 'Bonares', 373242300, -66807300, 0),
(89580, 2159, 204, 'Cala', 379666700, -63166700, 0),
(89581, 2159, 204, 'Canete de las Torres', 378671700, -43183500, 0),
(89582, 2159, 204, 'Cantillana', 376103200, -58247200, 0),
(89583, 2159, 204, 'Carboneras', 369966600, -18965100, 0),
(89584, 2159, 204, 'Cazorla', 379149500, -30034200, 0),
(89585, 2159, 204, 'Cenes de la Vega', 371600600, -35354800, 0),
(89586, 2159, 204, 'Cortes de Baza', 376551400, -27716600, 0),
(89587, 2159, 204, 'Durcal', 369878800, -35660100, 0),
(89588, 2159, 204, 'El Carpio', 379408500, -44969600, 0),
(89589, 2159, 204, 'Espera', 368744600, -58060000, 0),
(89590, 2159, 204, 'Fuentes de Andalucia', 374640900, -53461500, 0),
(89591, 2159, 204, 'Gines', 373867800, -60774300, 0),
(89592, 2159, 204, 'Gualchos', 367446700, -33907900, 0),
(89593, 2159, 204, 'Guillena', 375426200, -60562600, 0),
(89594, 2159, 204, 'La Carolina', 382755900, -36153400, 0),
(89595, 2159, 204, 'La Puebla del Rio', 372678700, -60626400, 0),
(89596, 2159, 204, 'Las Gabias', 371329600, -36976500, 0),
(89597, 2159, 204, 'Luque', 375579700, -42797400, 0),
(89598, 2159, 204, 'Marchena', 373290000, -54168200, 0),
(89599, 2159, 204, 'Mengibar', 379697800, -38088400, 0),
(89600, 2159, 204, 'Mollina', 371253400, -46568600, 0),
(89601, 2159, 204, 'Montoro', 380240900, -43834000, 0),
(89602, 2159, 204, 'Olvera', 369341800, -52667800, 0),
(89603, 2159, 204, 'Orjiva', 369025900, -34237900, 0),
(89604, 2159, 204, 'Palma del Rio', 377002400, -52812100, 0),
(89605, 2159, 204, 'Pedrera', 372260400, -48942000, 0),
(89606, 2159, 204, 'Pedro Martinez', 375029000, -32313400, 0),
(89607, 2159, 204, 'Pinar', 374445700, -34386100, 0),
(89608, 2159, 204, 'Pizarra', 367654300, -47083300, 0),
(89609, 2159, 204, 'Posadas', 378020500, -51072600, 0),
(89610, 2159, 204, 'Retamar', 368332000, -23159700, 0),
(89611, 2159, 204, 'San Juan de Aznalfarache', 373581200, -60373100, 0),
(89612, 2159, 204, 'Santo Tome', 380286100, -31009200, 0),
(89613, 2159, 204, 'Torredonjimeno', 377674800, -39577600, 0),
(89614, 2159, 204, 'Trigueros', 373860600, -68268000, 0),
(89615, 2159, 204, 'Turre', 371522400, -18949700, 0),
(89616, 2159, 204, 'Ubrique', 366777800, -54460000, 0),
(89617, 2159, 204, 'Umbrete', 373688100, -61584700, 0),
(89618, 2159, 204, 'Valdes', 367583500, -42423500, 0),
(89619, 2159, 204, 'Villanueva de Cordoba', 383227700, -46287200, 0),
(89620, 2159, 204, 'Villanueva del Trabuco', 370283200, -43389100, 0),
(89621, 2160, 204, 'Alagon', 417696400, -11190600, 0),
(89622, 2160, 204, 'Andorra', 409765500, -4472100, 0),
(89623, 2160, 204, 'Belchite', 413032500, -7505000, 0),
(89624, 2160, 204, 'Binefar', 418514100, 2943300, 0),
(89625, 2160, 204, 'Borja', 418341200, -15327100, 0),
(89626, 2160, 204, 'Brea de Aragon', 415238700, -16026100, 0),
(89627, 2160, 204, 'Epila', 416004600, -12800700, 0),
(89628, 2160, 204, 'Fraga', 415229400, 3489400, 0),
(89629, 2160, 204, 'La Almunia de Dona Godina', 414767000, -13745100, 0),
(89630, 2160, 204, 'Lecinena', 417986800, -6117400, 0),
(89631, 2160, 204, 'Pedrola', 417910200, -12135700, 0),
(89632, 2160, 204, 'Pinseque', 417365700, -11004100, 0),
(89633, 2160, 204, 'San Agustin', 400500000, -6833300, 0),
(89634, 2160, 204, 'Santa Eulalia', 405674200, -13135400, 0),
(89635, 2160, 204, 'Sarinena', 417912800, -1580400, 0),
(89636, 2161, 204, 'Barzana', 431574200, -59734500, 0),
(89637, 2161, 204, 'Carrena', 433173700, -48460900, 0),
(89638, 2161, 204, 'Figueras', 435394300, -70255900, 0),
(89639, 2161, 204, 'Salas', 434118000, -62602300, 0),
(89640, 2161, 204, 'Sama', 432956800, -56841600, 0),
(89641, 2161, 204, 'Tineo', 433376500, -64145200, 0),
(89642, 2162, 204, 'Aguimes', 279053900, -154460900, 0),
(89643, 2162, 204, 'Antigua', 284230700, -140137900, 0),
(89644, 2162, 204, 'Firgas', 281071100, -155629900, 0),
(89645, 2162, 204, 'Frontera', 277540400, -180036700, 0),
(89646, 2162, 204, 'Garachico', 283736500, -167634200, 0),
(89647, 2162, 204, 'Guia', 281397400, -156329400, 0),
(89648, 2162, 204, 'Icod de los Vinos', 283724100, -167118800, 0),
(89649, 2162, 204, 'Mazo', 286090600, -177780100, 0),
(89650, 2162, 204, 'San Bartolome', 290009300, -136130000, 0),
(89651, 2162, 204, 'San Miguel', 280982600, -166170800, 0),
(89652, 2162, 204, 'Santa Lucia', 279117400, -155407100, 0),
(89653, 2162, 204, 'Tanque', 283666700, -168333300, 0),
(89654, 2162, 204, 'Tazacorte', 286418600, -179339400, 0),
(89655, 2162, 204, 'Tegueste', 285166700, -163166700, 0),
(89656, 2162, 204, 'Teguise', 290604900, -135639800, 0),
(89657, 2162, 204, 'Teror', 280606200, -155490900, 0),
(89658, 2162, 204, 'Tias', 289610800, -136450200, 0),
(89659, 2162, 204, 'Tinajo', 290632600, -136764700, 0),
(89660, 2162, 204, 'Vallehermosa', 281794400, -172666400, 0),
(89661, 2163, 204, 'Ampuero', 433426800, -34166700, 0),
(89662, 2163, 204, 'Comillas', 433860300, -42916200, 0),
(89663, 2164, 204, 'Agreda', 418558800, -19224400, 0),
(89664, 2164, 204, 'Cantalpino', 410534100, -53304500, 0),
(89665, 2164, 204, 'Cuadros', 427116300, -56382800, 0),
(89666, 2164, 204, 'La Alberca', 404890800, -61110700, 0),
(89667, 2164, 204, 'Mombeltran', 402598700, -50174900, 0),
(89668, 2164, 204, 'Olmedo', 412870600, -46887800, 0),
(89669, 2164, 204, 'Olvega', 417790100, -19839100, 0),
(89670, 2164, 204, 'Onzonilla', 425243500, -55816000, 0),
(89671, 2164, 204, 'Pias', 420833300, -70000000, 0),
(89672, 2164, 204, 'Portillo', 414786700, -45896700, 0),
(89673, 2164, 204, 'Rueda', 414123200, -49588400, 0),
(89674, 2164, 204, 'Sahagun', 423708500, -50294200, 0),
(89675, 2164, 204, 'Saldana', 425214600, -47360500, 0),
(89676, 2164, 204, 'San Cristobal de Segovia', 409522500, -40765200, 0),
(89677, 2164, 204, 'Tudela de Duero', 415845000, -45809300, 0),
(89678, 2165, 204, 'Alcaraz', 386668000, -24910600, 0),
(89679, 2165, 204, 'Almagro', 388894100, -37113200, 0),
(89680, 2165, 204, 'Alpera', 389666700, -12166700, 0),
(89681, 2165, 204, 'Balazote', 388844400, -21518000, 0),
(89682, 2165, 204, 'Bargas', 399411300, -40197900, 0),
(89683, 2165, 204, 'Bogarra', 385813900, -22129000, 0),
(89684, 2165, 204, 'Bonete', 388713600, -13485100, 0),
(89685, 2165, 204, 'Burguillos de Toledo', 397963500, -39925400, 0),
(89686, 2165, 204, 'Cabanillas del Campo', 406337600, -32293700, 0),
(89687, 2165, 204, 'Casas Ibanez', 392833300, -14666700, 0),
(89688, 2165, 204, 'Cuerva', 396637400, -42108500, 0),
(89689, 2165, 204, 'Escalona', 401669000, -44048400, 0),
(89690, 2165, 204, 'Fuencaliente', 391862400, -40257600, 0),
(89691, 2165, 204, 'Fuente-Alamo', 386928800, -14315800, 0),
(89692, 2165, 204, 'Higueruela', 389637100, -14437000, 0),
(89693, 2165, 204, 'Infantes', 387366900, -30121900, 0),
(89694, 2165, 204, 'La Gineta', 391145200, -19960300, 0),
(89695, 2165, 204, 'La Pueblanueva', 399120800, -46793300, 0),
(89696, 2165, 204, 'Landete', 399000000, -13666700, 0),
(89697, 2165, 204, 'Las Pedroneras', 394499700, -26739400, 0),
(89698, 2165, 204, 'Mejorada', 400099100, -48850600, 0),
(89699, 2165, 204, 'Miguel Esteban', 395244800, -30761800, 0),
(89700, 2165, 204, 'Noblejas', 399806100, -34400100, 0),
(89701, 2165, 204, 'Oropesa', 399172600, -51737100, 0),
(89702, 2165, 204, 'Pantoja', 400433600, -38328000, 0),
(89703, 2165, 204, 'Pedro Munoz', 394028500, -29466400, 0),
(89704, 2165, 204, 'Polan', 397876500, -41679200, 0),
(89705, 2165, 204, 'Quer', 406053200, -32753000, 0),
(89706, 2165, 204, 'Recas', 400528600, -39909000, 0),
(89707, 2165, 204, 'Santa Cruz del Retamar', 401191700, -42415800, 0),
(89708, 2165, 204, 'Uceda', 408394400, -34604000, 0),
(89709, 2165, 204, 'Vega del Codorno', 404245700, -19131200, 0),
(89710, 2165, 204, 'Villafranca de los Caballeros', 394282400, -33607900, 0),
(89711, 2165, 204, 'Villarrubia de los Ojos', 392208500, -36080200, 0),
(89712, 2165, 204, 'Yuncler', 400407900, -38997900, 0),
(89713, 2166, 204, 'Albesa', 417528200, 6593600, 0),
(89714, 2166, 204, 'Almenar', 417960400, 5683400, 0),
(89715, 2166, 204, 'Amposta', 407130800, 5810300, 0),
(89716, 2166, 204, 'Angles', 419561700, 26360300, 0),
(89717, 2166, 204, 'Asco', 411833300, 5666700, 0),
(89718, 2166, 204, 'Calafell', 411999700, 15683000, 0),
(89719, 2166, 204, 'Camarles', 407816900, 6550900, 0),
(89720, 2166, 204, 'Cassa de la Selva', 418878400, 28752400, 0),
(89721, 2166, 204, 'Castello d''Empuries', 422567300, 30744600, 0),
(89722, 2166, 204, 'Gurb', 419541900, 22353700, 0),
(89723, 2166, 204, 'La Granada', 413781600, 17190200, 0),
(89724, 2166, 204, 'La Llagosta', 415143500, 21929700, 0),
(89725, 2166, 204, 'La Secuita', 412046000, 12799600, 0),
(89726, 2166, 204, 'Moia', 418111200, 20983900, 0),
(89727, 2166, 204, 'Montmelo', 415500200, 22419000, 0),
(89728, 2166, 204, 'Montornes del Valles', 415333300, 22666700, 0),
(89729, 2166, 204, 'Parets del Valles', 415748100, 22330600, 0),
(89730, 2166, 204, 'Pineda de Mar', 416276300, 26889000, 0),
(89731, 2166, 204, 'Sant Joan de Vilatorrada', 417454900, 18047600, 0),
(89732, 2166, 204, 'Santa Coloma de Cervello', 413673600, 20142600, 0),
(89733, 2166, 204, 'Santa Eulalia de Roncana', 416500000, 22333300, 0),
(89734, 2166, 204, 'Solsona', 419939500, 15170600, 0),
(89735, 2166, 204, 'Taradell', 418749500, 22866200, 0),
(89736, 2166, 204, 'Torredembarra', 411450500, 13986100, 0),
(89737, 2166, 204, 'Vallmoll', 412431100, 12490000, 0),
(89738, 2166, 204, 'Verdu', 416105700, 11428400, 0),
(89739, 2166, 204, 'Vielha', 427019600, 7955600, 0),
(89740, 2166, 204, 'Vilaseca', 420617400, 22552800, 0),
(89741, 2166, 204, 'el Perello', 408666700, 7166700, 0),
(89742, 2166, 204, 'l''Escala', 421256200, 31326100, 0),
(89743, 2168, 204, 'Algorfa', 380863600, -7964600, 0),
(89744, 2168, 204, 'Artana', 398910400, -2575800, 0),
(89745, 2168, 204, 'Biar', 386311700, -7645800, 0),
(89746, 2168, 204, 'Casinos', 397000000, -7000000, 0),
(89747, 2168, 204, 'Castalla', 385969400, -6720700, 0),
(89748, 2168, 204, 'Dolores', 381400200, -7708800, 0),
(89749, 2168, 204, 'Enguera', 389797400, -6868300, 0),
(89750, 2168, 204, 'Fortaleny', 391833300, -3000000, 0),
(89751, 2168, 204, 'Hondon de los Frailes', 382739000, -9293800, 0),
(89752, 2168, 204, 'Loriguilla', 396833300, -9166700, 0),
(89753, 2168, 204, 'Miramar', 389503600, -1400700, 0),
(89754, 2168, 204, 'Monserrat', 393666700, -6000000, 0),
(89755, 2168, 204, 'Montesa', 389503000, -6520000, 0),
(89756, 2168, 204, 'Muro del Alcoy', 387812000, -4360800, 0),
(89757, 2168, 204, 'Naquera', 396500000, -4166700, 0),
(89758, 2168, 204, 'Nules', 398536200, -1564200, 0),
(89759, 2168, 204, 'Oliva', 389197100, -1193500, 0),
(89760, 2168, 204, 'Ondara', 388281700, 172000, 0),
(89761, 2168, 204, 'Onil', 386260600, -6731300, 0),
(89762, 2168, 204, 'Orcheta', 385639700, -2629900, 0),
(89763, 2168, 204, 'Peniscola', 403574000, 4069200, 0),
(89764, 2168, 204, 'Picanya', 394333300, -4333300, 0),
(89765, 2168, 204, 'Pucol', 396166700, -3000000, 0),
(89766, 2168, 204, 'Quart de Poblet', 394813900, -4393700, 0),
(89767, 2168, 204, 'Requena', 394883400, -11004400, 0),
(89768, 2168, 204, 'Salinas', 385202500, -9120200, 0),
(89769, 2168, 204, 'San Isidro', 381724900, -8387400, 0),
(89770, 2168, 204, 'Serra', 396833300, -4333300, 0),
(89771, 2168, 204, 'Tous', 391395100, -5877700, 0),
(89772, 2168, 204, 'Vilamarxant', 395666700, -6166700, 0),
(89773, 2168, 204, 'Villalonga', 388856600, -2079500, 0),
(89774, 2168, 204, 'Xeresa', 390166700, -2166700, 0),
(89775, 2169, 204, 'Aceuchal', 386462700, -64863600, 0),
(89776, 2169, 204, 'Alange', 387849400, -62457400, 0),
(89777, 2169, 204, 'Alia', 394480300, -52175400, 0),
(89778, 2169, 204, 'Arroyo de la Luz', 394851100, -65840100, 0),
(89779, 2169, 204, 'Cabeza del Buey', 387222700, -52194600, 0),
(89780, 2169, 204, 'Campanario', 388644000, -56174400, 0),
(89781, 2169, 204, 'El Casar', 385308900, -59251300, 0),
(89782, 2169, 204, 'Feria', 385115100, -65641600, 0),
(89783, 2169, 204, 'Guadalupe', 394508000, -53258800, 0),
(89784, 2169, 204, 'Moraleja', 400668200, -66598300, 0),
(89785, 2169, 204, 'Peraleda de la Mata', 398528800, -54606500, 0),
(89786, 2169, 204, 'Ribera del Fresno', 385517700, -62376800, 0),
(89787, 2169, 204, 'Santa Marta', 386142100, -66279900, 0),
(89788, 2169, 204, 'Segura de Leon', 381166700, -65166700, 0),
(89789, 2169, 204, 'Valdecaballeros', 392428900, -51900000, 0),
(89790, 2170, 204, 'Ares', 434299500, -82425400, 0),
(89791, 2170, 204, 'Blancos', 419965200, -77517500, 0),
(89792, 2170, 204, 'Carino', 437413400, -78671500, 0),
(89793, 2170, 204, 'Dozon', 425833300, -80166700, 0),
(89794, 2170, 204, 'Fisterra', 429049200, -92628900, 0),
(89795, 2170, 204, 'Guitiriz', 431816900, -78965600, 0),
(89796, 2170, 204, 'La Rua', 424004800, -71026800, 0),
(89797, 2170, 204, 'Mino', 433500000, -82000000, 0),
(89798, 2170, 204, 'Muros', 427761700, -90603200, 0),
(89799, 2170, 204, 'Naron', 435166700, -81527800, 0),
(89800, 2170, 204, 'Padron', 427387500, -86605700, 0),
(89801, 2170, 204, 'Paramo', 429500000, -73000000, 0),
(89802, 2170, 204, 'Porrino', 421615600, -86198000, 0),
(89803, 2170, 204, 'Quiroga', 424767800, -72746300, 0),
(89804, 2170, 204, 'Redondela', 422833700, -86096000, 0),
(89805, 2170, 204, 'Ribeira', 427461000, -84439200, 0),
(89806, 2170, 204, 'Rios', 419745700, -72823400, 0),
(89807, 2170, 204, 'Sobrado', 430388200, -80278400, 0),
(89808, 2170, 204, 'Vedra', 427781600, -84763600, 0),
(89809, 2170, 204, 'Verin', 419414900, -74380900, 0),
(89810, 2171, 204, 'Alaior', 399303400, 41403900, 0),
(89811, 2171, 204, 'Lloseta', 397184900, 28669000, 0),
(89812, 2171, 204, 'Puigpunyent', 396251400, 25275900, 0),
(89813, 2171, 204, 'Sant Francesc de Formentera', 387000000, 14166700, 0),
(89814, 2171, 204, 'Sineu', 396425400, 30103400, 0),
(89815, 2171, 204, 'es Camp de Mar', 395382700, 24238600, 0),
(89816, 2172, 204, 'Haro', 425763400, -28476000, 0),
(89817, 2172, 204, 'Pradejon', 423344600, -20685100, 0),
(89818, 2172, 204, 'Quel', 422297900, -20519600, 0),
(89819, 2173, 204, 'Ajalvir', 405320500, -34784100, 0),
(89820, 2173, 204, 'Buitrago del Lozoya', 409909000, -36336500, 0),
(89821, 2173, 204, 'El Molar', 407321600, -35796900, 0),
(89822, 2173, 204, 'Paracuellos de Jarama', 405035300, -35277500, 0),
(89823, 2173, 204, 'Pelayos de la Presa', 403605100, -43346200, 0),
(89824, 2173, 204, 'San Martin de la Vega', 402073500, -35706300, 0),
(89825, 2173, 204, 'Santa Maria de la Alameda', 405949200, -42577200, 0),
(89826, 2173, 204, 'Valdeolmos', 406370800, -34506400, 0),
(89827, 2173, 204, 'Valdepielagos', 407584200, -34616400, 0),
(89828, 2173, 204, 'Valdilecha', 402953000, -33023300, 0),
(89829, 2175, 204, 'Calasparra', 382299700, -16998600, 0),
(89830, 2176, 204, 'Aoiz', 427863300, -13725200, 0),
(89831, 2176, 204, 'Atarrabia', 428323000, -16073500, 0),
(89832, 2176, 204, 'Azagra', 423000000, -19000000, 0),
(89833, 2176, 204, 'Beriain', 427334800, -16444800, 0),
(89834, 2176, 204, 'Berriobeiti', 428500000, -17000000, 0),
(89835, 2176, 204, 'Bunuel', 419800900, -14450300, 0),
(89836, 2176, 204, 'Elorz', 427325800, -15615200, 0),
(89837, 2176, 204, 'Estella', 426718200, -20322600, 0),
(89838, 2176, 204, 'Fustinana', 420208700, -14852600, 0),
(89839, 2176, 204, 'Marcilla', 423279400, -17371400, 0),
(89840, 2176, 204, 'Oltza', 428500000, -17666700, 0),
(89841, 2176, 204, 'Orkoien', 428238000, -17048500, 0),
(89842, 2176, 204, 'San Adrian', 423343300, -19350900, 0),
(89843, 2176, 204, 'Sanguesa', 425748300, -12828300, 0),
(89844, 2177, 204, 'Aretxabaleta', 430341400, -25045600, 0),
(89845, 2177, 204, 'Ataun', 430061200, -21766300, 0),
(89846, 2177, 204, 'Azkoitia', 431774400, -23112900, 0),
(89847, 2177, 204, 'Azpeitia', 431824600, -22669300, 0),
(89848, 2177, 204, 'Beasain', 430501700, -22008700, 0),
(89849, 2177, 204, 'Berriatua', 433166700, -24666700, 0),
(89850, 2177, 204, 'Eskoriatza', 430182900, -25259800, 0),
(89851, 2177, 204, 'Getaria', 433032600, -22044400, 0),
(89852, 2177, 204, 'Irura', 431665100, -20674600, 0),
(89853, 2177, 204, 'Lekeitio', 433641700, -25049200, 0),
(89854, 2177, 204, 'Lezo', 433214200, -18973900, 0),
(89855, 2177, 204, 'Murguia', 429568600, -28194500, 0),
(89856, 2177, 204, 'Mutriku', 433064300, -23851700, 0),
(89857, 2177, 204, 'Ondarroa', 433166700, -24166700, 0),
(89858, 2177, 204, 'Oyon', 425057100, -24363800, 0),
(89859, 2177, 204, 'Villabona', 431854000, -20530400, 0),
(89860, 2177, 204, 'Zierbena', 433500000, -30833300, 0),
(89861, 2180, 205, 'Kuliyapitiya', 74688000, 800401000, 0),
(89862, 2180, 205, 'Puttalam', 80362000, 798283000, 0),
(89863, 2181, 205, 'Ampara', 72833300, 816666700, 0),
(89864, 2181, 205, 'Batticaloa', 77102000, 816924000, 0),
(89865, 2181, 205, 'Eravur Town', 77782000, 816038000, 0),
(89866, 2183, 205, 'Ambalangoda', 62355000, 800538000, 0),
(89867, 2183, 205, 'Hikkaduwa', 61407000, 801012000, 0),
(89868, 3005, 206, 'El Fasher', 136279300, 253493600, 0),
(89869, 2191, 206, 'Marawi', 184833300, 318166700, 0),
(89870, 3006, 206, 'Port Sudan', 196174500, 372164400, 0),
(89871, 2192, 206, 'Shendi', 166915000, 334341000, 0),
(89872, 2194, 206, 'Kusti', 131666700, 326666700, 0),
(89874, 2198, 208, 'Piggs Peak', -259666700, 312500000, 0),
(89875, 2199, 208, 'Siteki', -264500000, 319500000, 0),
(89876, 2200, 208, 'Malkerns', -265666700, 311833300, 0),
(89877, 2201, 209, 'Morrum', 561833300, 147500000, 0),
(89878, 2201, 209, 'Svangsta', 562666700, 147666700, 0),
(89879, 2202, 209, 'AElvdalen', 612277400, 140393500, 0),
(89880, 2202, 209, 'Bjursas', 607333300, 154333300, 0),
(89881, 2202, 209, 'Gagnef', 605985600, 150774500, 0),
(89882, 2202, 209, 'Grycksbo', 606833300, 154666700, 0),
(89883, 2202, 209, 'Mockfjard', 605000000, 149666700, 0),
(89884, 2202, 209, 'Ornas', 605094400, 155412800, 0),
(89885, 2202, 209, 'Raettvik', 608863200, 151178700, 0),
(89886, 2202, 209, 'Smedby', 607000000, 150500000, 0),
(89887, 2202, 209, 'Svardsjo', 607500000, 159166700, 0),
(89888, 2203, 209, 'Arsunda', 605333300, 167333300, 0),
(89889, 2203, 209, 'Delsbo', 618010400, 165557100, 0),
(89890, 2203, 209, 'Kilafors', 612333300, 165666700, 0),
(89891, 2203, 209, 'Vittsjo', 611166700, 161000000, 0),
(89892, 2204, 209, 'Hemse', 572378800, 183744300, 0),
(89893, 2205, 209, 'Getinge', 568166700, 127333300, 0),
(89894, 2205, 209, 'Harplinge', 567500000, 127166700, 0),
(89895, 2205, 209, 'Mellbystrand', 565166700, 129333300, 0),
(89896, 2205, 209, 'Oskarstrom', 568000000, 129666700, 0),
(89897, 2205, 209, 'Torup', 569666700, 130833300, 0),
(89898, 2205, 209, 'Vallda', 574775000, 120013900, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(89899, 2205, 209, 'Veinge', 565500000, 130666700, 0),
(89900, 2206, 209, 'Hammarstrand', 631104100, 163537700, 0),
(89901, 2206, 209, 'Valla', 635500000, 138000000, 0),
(89902, 2207, 209, 'Aneby', 578389500, 148101600, 0),
(89903, 2207, 209, 'Bor', 571166700, 141666700, 0),
(89904, 2207, 209, 'Bredaryd', 571666700, 137333300, 0),
(89905, 2207, 209, 'Ekenassjon', 575000000, 150000000, 0),
(89906, 2207, 209, 'Gnosjoe', 573585000, 137368600, 0),
(89907, 2207, 209, 'Hillerstorp', 573166700, 138666700, 0),
(89908, 2207, 209, 'Landsbro', 573666700, 149000000, 0),
(89909, 2207, 209, 'Marieholm', 573833300, 138500000, 0),
(89910, 2207, 209, 'Smalandsstenar', 571666700, 134000000, 0),
(89911, 2208, 209, 'Hoegsby', 571659700, 160256200, 0),
(89912, 2208, 209, 'Ingelstad', 570000000, 168500000, 0),
(89913, 2208, 209, 'Jamjo', 568000000, 166833300, 0),
(89914, 2208, 209, 'Moerbylanga', 565248000, 163787700, 0),
(89915, 2208, 209, 'Sodra Sandby', 565666700, 166166700, 0),
(89916, 2209, 209, 'Lammhult', 571666700, 145833300, 0),
(89917, 2209, 209, 'Rottne', 570166700, 149000000, 0),
(89918, 2209, 209, 'Tingsryd', 565247000, 149790200, 0),
(89919, 2210, 209, 'Arjeplog', 660517300, 178860600, 0),
(89920, 2210, 209, 'Sodra Sunderbyn', 656598300, 219400400, 0),
(89921, 2211, 209, 'Askersund', 588798800, 149023000, 0),
(89922, 2211, 209, 'Fjugesta', 591737500, 148722700, 0),
(89923, 2211, 209, 'Garphyttan', 593042900, 149462300, 0),
(89924, 2211, 209, 'Haellefors', 597838800, 145219700, 0),
(89925, 2211, 209, 'Laxa', 589863000, 146190400, 0),
(89926, 2211, 209, 'Palsboda', 590666700, 153333300, 0),
(89927, 2211, 209, 'Skollersta', 591500000, 153333300, 0),
(89928, 2211, 209, 'Vintrosa', 592500000, 149500000, 0),
(89929, 2212, 209, 'Gusum', 582666700, 164833300, 0),
(89930, 2212, 209, 'Hestra', 579600000, 150700000, 0),
(89931, 2212, 209, 'Kimstad', 585333300, 159666700, 0),
(89932, 2212, 209, 'Kisa', 579878100, 156330300, 0),
(89933, 2212, 209, 'Krokek', 586666700, 164000000, 0),
(89934, 2212, 209, 'Mantorp', 583500000, 152833300, 0),
(89935, 2212, 209, 'Rimforsa', 581362400, 156865000, 0),
(89936, 2212, 209, 'Valdemarsvik', 582031000, 166022500, 0),
(89937, 2213, 209, 'Asmundtorp', 558833300, 129333300, 0),
(89938, 2213, 209, 'Bjarnum', 562833300, 137000000, 0),
(89939, 2213, 209, 'Blentarp', 555833300, 136000000, 0),
(89940, 2213, 209, 'Glimakra', 563000000, 141333300, 0),
(89941, 2213, 209, 'Hyllinge', 561000000, 128500000, 0),
(89942, 2213, 209, 'Kagerod', 560166700, 131000000, 0),
(89943, 2213, 209, 'Kvidinge', 561333300, 130666700, 0),
(89944, 2213, 209, 'Lonsboda', 564000000, 143166700, 0),
(89945, 2213, 209, 'Nasum', 561666700, 144833300, 0),
(89946, 2213, 209, 'Norra Asum', 559833300, 141500000, 0),
(89947, 2213, 209, 'Sibbhult', 562666700, 142000000, 0),
(89948, 2213, 209, 'Skare', 553833300, 130500000, 0),
(89949, 2213, 209, 'Skivarp', 554166700, 135666700, 0),
(89950, 2213, 209, 'Stehag', 559000000, 133833300, 0),
(89951, 2213, 209, 'Svaloev', 559134000, 131076200, 0),
(89952, 2213, 209, 'Vinslov', 561000000, 139166700, 0),
(89953, 2214, 209, 'Arla', 592833300, 166666700, 0),
(89954, 2214, 209, 'Malmkoping', 591333300, 167333300, 0),
(89955, 2214, 209, 'Skogstorp', 593333300, 164666700, 0),
(89956, 2214, 209, 'Stigtomta', 588000000, 167833300, 0),
(89957, 2214, 209, 'Torshalla', 594166700, 164666700, 0),
(89958, 2214, 209, 'Vagnharad', 589500000, 175166700, 0),
(89959, 2214, 209, 'Vingaker', 590433000, 158737400, 0),
(89960, 2216, 209, 'Alunda', 602666700, 184000000, 0),
(89961, 2216, 209, 'Anneberg', 602416700, 184166700, 0),
(89962, 2216, 209, 'Dalby', 595333300, 173500000, 0),
(89963, 2216, 209, 'Karlholmsbruk', 605166700, 176166700, 0),
(89964, 2216, 209, 'Orbyhus', 602333300, 177000000, 0),
(89965, 2216, 209, 'Oregrund', 603333300, 184333300, 0),
(89966, 2216, 209, 'Osterbybruk', 602000000, 179000000, 0),
(89967, 2217, 209, 'Amotfors', 597666700, 123666700, 0),
(89968, 2217, 209, 'Bjorneborg', 592500000, 142500000, 0),
(89969, 2217, 209, 'Deje', 596000000, 134666700, 0),
(89970, 2217, 209, 'Forshaga', 595254100, 134812700, 0),
(89971, 2217, 209, 'Valberg', 594000000, 131666700, 0),
(89972, 2218, 209, 'Burea', 646166700, 212000000, 0),
(89973, 2218, 209, 'Byske', 649525800, 212058000, 0),
(89974, 2218, 209, 'Fristad', 652000000, 167166700, 0),
(89975, 2218, 209, 'Soderfors', 648166700, 180500000, 0),
(89976, 2218, 209, 'Storvik', 651500000, 207333300, 0),
(89977, 2218, 209, 'Taftea', 638333300, 204833300, 0),
(89978, 2219, 209, 'Bollstabruk', 629977700, 176734800, 0),
(89979, 2219, 209, 'Fransta', 625000000, 161500000, 0),
(89980, 2219, 209, 'Johannedal', 624336100, 173711100, 0),
(89981, 2220, 209, 'Kolback', 595666700, 162500000, 0),
(89982, 2220, 209, 'Norberg', 600650500, 159236600, 0),
(89983, 2220, 209, 'Ramnas', 597666700, 162000000, 0),
(89984, 2220, 209, 'Skinnskatteberg', 598302800, 156933700, 0),
(89985, 2220, 209, 'Surahammar', 597072500, 162218800, 0),
(89986, 2221, 209, 'Anderstorp', 588833300, 142833300, 0),
(89987, 2221, 209, 'Bralanda', 585666700, 123666700, 0),
(89988, 2221, 209, 'Bua', 575666700, 126666700, 0),
(89989, 2221, 209, 'Floby', 581333300, 133333300, 0),
(89990, 2221, 209, 'Furulund', 577166700, 121333300, 0),
(89991, 2221, 209, 'Henan', 582384800, 116759800, 0),
(89992, 2221, 209, 'Hunnebostrand', 584412700, 113032000, 0),
(89993, 2221, 209, 'Lodose', 580333300, 121333300, 0),
(89994, 2221, 209, 'Myggenas', 580617600, 117493600, 0),
(89995, 2221, 209, 'Ojersjo', 577000000, 121166700, 0),
(89996, 2221, 209, 'Ronnang', 579333300, 115833300, 0),
(89997, 2221, 209, 'Skepplanda', 579833300, 122000000, 0),
(89998, 2221, 209, 'Smoegen', 583559300, 112241100, 0),
(89999, 2221, 209, 'Sollebrunn', 581166700, 125333300, 0),
(90000, 2221, 209, 'Svanesund', 581333300, 118333300, 0),
(90001, 2222, 210, 'Aristau', 472869200, 83635600, 0),
(90002, 2222, 210, 'Auw', 472108200, 83658300, 0),
(90003, 2222, 210, 'Boniswil', 473172500, 81896300, 0),
(90004, 2222, 210, 'Brittnau', 472595400, 79468900, 0),
(90005, 2222, 210, 'Buttwil', 472682800, 83106400, 0),
(90006, 2222, 210, 'Eiken', 475339400, 79888300, 0),
(90007, 2222, 210, 'Fulenbach', 472749600, 78334400, 0),
(90008, 2222, 210, 'Gebenstorf', 474813600, 82394900, 0),
(90009, 2222, 210, 'Kaisten', 475416000, 80433700, 0),
(90010, 2222, 210, 'Killwangen', 474318200, 83480500, 0),
(90011, 2222, 210, 'Kolliken', 473333300, 80166700, 0),
(90012, 2222, 210, 'Magden', 475286800, 78112800, 0),
(90013, 2222, 210, 'Meisterschwanden', 472948900, 82286700, 0),
(90014, 2222, 210, 'Muhen', 473333300, 80500000, 0),
(90015, 2222, 210, 'Niederlenz', 474007900, 81764000, 0),
(90016, 2222, 210, 'Oberendingen', 475363600, 82933800, 0),
(90017, 2222, 210, 'Oberlunkhofen', 473115000, 83914200, 0),
(90018, 2222, 210, 'Obersiggenthal', 474875000, 82965200, 0),
(90019, 2222, 210, 'Rupperswil', 474166700, 81333300, 0),
(90020, 2222, 210, 'Sarmenstorf', 473102200, 82494900, 0),
(90021, 2222, 210, 'Schinznach Bad', 474499200, 81683300, 0),
(90022, 2222, 210, 'Schinznach Dorf', 474465000, 81408900, 0),
(90023, 2222, 210, 'Tegerfelden', 475580900, 82891400, 0),
(90024, 2222, 210, 'Teufenthal', 473286300, 81207400, 0),
(90025, 2222, 210, 'Veltheim', 474379600, 81472200, 0),
(90026, 2222, 210, 'Vordemwald', 472758500, 79011400, 0),
(90027, 2222, 210, 'Waltenschwil', 473349300, 83034400, 0),
(90028, 2222, 210, 'Wegenstetten', 474979400, 79315900, 0),
(90029, 2222, 210, 'Wurenlingen', 475335600, 82566600, 0),
(90030, 2222, 210, 'Wurenlos', 474420800, 83643900, 0),
(90031, 2223, 210, 'Gais', 473615000, 94535600, 0),
(90032, 2223, 210, 'Rehetobel', 474261100, 94830000, 0),
(90033, 2223, 210, 'Schwellbrunn', 473525500, 92489400, 0),
(90034, 2223, 210, 'Speicher', 474109000, 94433500, 0),
(90035, 2223, 210, 'Trogen', 474078200, 94649800, 0),
(90036, 2223, 210, 'Walzenhausen', 474500700, 96049500, 0),
(90037, 2224, 210, 'Arisdorf', 475132300, 77651500, 0),
(90038, 2224, 210, 'Brislach', 474176300, 75434000, 0),
(90039, 2224, 210, 'Bubendorf', 474458600, 77375900, 0),
(90040, 2224, 210, 'Gelterkinden', 474649700, 78517400, 0),
(90041, 2224, 210, 'Grellingen', 474423100, 75890600, 0),
(90042, 2224, 210, 'Itingen', 474665100, 77850200, 0),
(90043, 2224, 210, 'Kaenerkinden', 474118800, 78371600, 0),
(90044, 2224, 210, 'Langenbruck', 473491700, 77680200, 0),
(90045, 2224, 210, 'Laufelfingen', 473945700, 78557800, 0),
(90046, 2224, 210, 'Liesberg', 474039800, 74278700, 0),
(90047, 2224, 210, 'Reigoldswil', 473982400, 76871800, 0),
(90048, 2224, 210, 'Zunzgen', 474567100, 78070800, 0),
(90049, 2224, 210, 'Zwingen', 474382500, 75302700, 0),
(90050, 2226, 210, 'Adelboden', 464914200, 75603100, 0),
(90051, 2226, 210, 'Attiswil', 472467300, 76135300, 0),
(90052, 2226, 210, 'Biglen', 469262900, 76250800, 0),
(90053, 2226, 210, 'Boltigen', 466289000, 73911100, 0),
(90054, 2226, 210, 'Brienz', 467545000, 80384700, 0),
(90055, 2226, 210, 'Courtelary', 471782200, 70723600, 0),
(90056, 2226, 210, 'Eggiwil', 468757500, 77956700, 0),
(90057, 2226, 210, 'Erlenbach im Simmental', 466602100, 75544500, 0),
(90058, 2226, 210, 'Ferenbalm', 469488000, 72112400, 0),
(90059, 2226, 210, 'Frauenkappelen', 469542500, 73383500, 0),
(90060, 2226, 210, 'Grindelwald', 466239600, 80360100, 0),
(90061, 2226, 210, 'Huttwil', 471150200, 78620900, 0),
(90062, 2226, 210, 'Ins', 470058400, 71060900, 0),
(90063, 2226, 210, 'Kallnach', 470203200, 72354500, 0),
(90064, 2226, 210, 'Kandersteg', 464946700, 76732600, 0),
(90065, 2226, 210, 'Kappelen', 470601500, 72686000, 0),
(90066, 2226, 210, 'Koppigen', 471338500, 75987500, 0),
(90067, 2226, 210, 'Lauperswil', 469654400, 77419700, 0),
(90068, 2226, 210, 'Lauterbrunnen', 465956800, 79076500, 0),
(90069, 2226, 210, 'Leuzigen', 471745800, 74577600, 0),
(90070, 2226, 210, 'Linden', 468487200, 76749100, 0),
(90071, 2226, 210, 'Lotzwil', 471913500, 77910200, 0),
(90072, 2226, 210, 'Lutzelfluh', 470075700, 76916500, 0),
(90073, 2226, 210, 'Lyssach', 470644500, 75822800, 0),
(90074, 2226, 210, 'Malleray', 472383900, 72728600, 0),
(90075, 2226, 210, 'Meiringen', 467267800, 81839600, 0),
(90076, 2226, 210, 'Melchnau', 471821300, 78512800, 0),
(90077, 2226, 210, 'Niederwichtrach', 468501000, 75774800, 0),
(90078, 2226, 210, 'Oberbipp', 472529600, 76658000, 0),
(90079, 2226, 210, 'Orpund', 471389100, 73077500, 0),
(90080, 2226, 210, 'Roggwil', 472411900, 78214100, 0),
(90081, 2226, 210, 'Rubigen', 468986800, 75446000, 0),
(90082, 2226, 210, 'Saanen', 464895600, 72596100, 0),
(90083, 2226, 210, 'Sankt Stephan', 465116800, 73938600, 0),
(90084, 2226, 210, 'Seftigen', 467876500, 75393600, 0),
(90085, 2226, 210, 'Signau', 469194400, 77241800, 0),
(90086, 2226, 210, 'Sigriswil', 467165600, 77133500, 0),
(90087, 2226, 210, 'Tauffelen', 470652400, 71970400, 0),
(90088, 2226, 210, 'Tavannes', 472207900, 71975900, 0),
(90089, 2226, 210, 'Toffen', 468603100, 74921600, 0),
(90090, 2226, 210, 'Uetendorf', 467739200, 75725100, 0),
(90091, 2226, 210, 'Unterseen', 466853000, 78472200, 0),
(90092, 2226, 210, 'Uttigen', 467943500, 75778900, 0),
(90093, 2226, 210, 'Utzenstorf', 471298100, 75583800, 0),
(90094, 2226, 210, 'Vechigen', 469461600, 75606500, 0),
(90095, 2226, 210, 'Wahlern', 468280600, 73531800, 0),
(90096, 2226, 210, 'Walkringen', 469485600, 76204000, 0),
(90097, 2226, 210, 'Wangen an der Aare', 472320000, 76544800, 0),
(90098, 2226, 210, 'Wattenwil', 467697300, 75083500, 0),
(90099, 2226, 210, 'Wiedlisbach', 472519400, 76461000, 0),
(90100, 2226, 210, 'Wimmis', 466758700, 76397200, 0),
(90101, 2226, 210, 'Worben', 471027900, 72951800, 0),
(90102, 2226, 210, 'Wynigen', 471058600, 76668100, 0),
(90103, 2226, 210, 'Zaziwil', 469019600, 76618500, 0),
(90104, 2226, 210, 'Zweisimmen', 465545200, 73738500, 0),
(90105, 2227, 210, 'Attalens', 465099600, 68483500, 0),
(90106, 2227, 210, 'Broc', 466051400, 70989100, 0),
(90107, 2227, 210, 'Charmey', 466162200, 71681400, 0),
(90108, 2227, 210, 'Domdidier', 468671600, 70133700, 0),
(90109, 2227, 210, 'Giffers', 467623000, 72084500, 0),
(90110, 2227, 210, 'Grolley', 468336000, 70711600, 0),
(90111, 2227, 210, 'Gurwolf', 469064800, 71121500, 0),
(90112, 2227, 210, 'Kerzers', 469758600, 71957000, 0),
(90113, 2227, 210, 'Mezieres', 466795800, 69263000, 0),
(90114, 2227, 210, 'Plaffeien', 467419800, 72866600, 0),
(90115, 2227, 210, 'Praroman', 467465300, 71778100, 0),
(90116, 2227, 210, 'Romont', 466965200, 69189800, 0),
(90117, 2227, 210, 'Rue', 466191600, 68222500, 0),
(90118, 2227, 210, 'Treyvaux', 467274500, 71377200, 0),
(90119, 2227, 210, 'Villaz-Saint-Pierre', 467207400, 69563800, 0),
(90120, 2228, 210, 'Chancy', 461500300, 59715300, 0),
(90121, 2228, 210, 'Corsier', 462629700, 62246100, 0),
(90122, 2228, 210, 'Geneva', 462022200, 61456900, 0),
(90123, 2229, 210, 'Ennenda', 470346500, 90772500, 0),
(90124, 2229, 210, 'Netstal', 470619700, 90553400, 0),
(90125, 2229, 210, 'Oberurnen', 471141200, 90586600, 0),
(90126, 2229, 210, 'Schwanden', 469954100, 90701000, 0),
(90127, 2230, 210, 'Arosa', 467779300, 96762100, 0),
(90128, 2230, 210, 'Bonaduz', 468110300, 93982100, 0),
(90129, 2230, 210, 'Breil', 467698600, 90603600, 0),
(90130, 2230, 210, 'Brusio', 462576700, 101260400, 0),
(90131, 2230, 210, 'Cazis', 467230800, 94288100, 0),
(90132, 2230, 210, 'Felsberg', 468442400, 94768400, 0),
(90133, 2230, 210, 'Grusch', 469796500, 96463900, 0),
(90134, 2230, 210, 'Klosters Serneus', 468891800, 98382600, 0),
(90135, 2230, 210, 'Luzein', 469195700, 97608000, 0),
(90136, 2230, 210, 'Maienfeld', 470047200, 95311500, 0),
(90137, 2230, 210, 'Malans', 469809600, 95752700, 0),
(90138, 2230, 210, 'Mesocco', 463903700, 92332300, 0),
(90139, 2230, 210, 'Pontresina', 464955000, 99012600, 0),
(90140, 2230, 210, 'Tamins', 468296400, 94064800, 0),
(90141, 2230, 210, 'Thusis', 466972400, 94393800, 0),
(90142, 2230, 210, 'Trimmis', 468990700, 95623600, 0),
(90143, 2230, 210, 'Trun', 467429200, 89871600, 0),
(90144, 2230, 210, 'Zernez', 467008700, 100946100, 0),
(90145, 2230, 210, 'Zuoz', 466020900, 99588500, 0),
(90146, 2231, 210, 'Oberegg', 474240200, 95513400, 0),
(90147, 2232, 210, 'Boncourt', 474956000, 70142300, 0),
(90148, 2232, 210, 'Courrendlin', 473385300, 73724300, 0),
(90149, 2232, 210, 'Courtetelle', 473407400, 73182700, 0),
(90150, 2232, 210, 'Les Breuleux', 472109900, 70079200, 0),
(90151, 2232, 210, 'Saignelegier', 472561900, 69964800, 0),
(90152, 2233, 210, 'Ballwil', 471548700, 83213800, 0),
(90153, 2233, 210, 'Buron', 472120600, 80942100, 0),
(90154, 2233, 210, 'Buttisholz', 471144200, 80942500, 0),
(90155, 2233, 210, 'Eich', 471511600, 81669600, 0),
(90156, 2233, 210, 'Grosswangen', 471328200, 80478100, 0),
(90157, 2233, 210, 'Gunzwil', 472107200, 81793200, 0),
(90158, 2233, 210, 'Hildisrieden', 471506800, 82258200, 0),
(90159, 2233, 210, 'Hochdorf', 471666700, 82833300, 0),
(90160, 2233, 210, 'Inwil', 471253000, 83488500, 0),
(90161, 2233, 210, 'Nebikon', 471925700, 79780600, 0),
(90162, 2233, 210, 'Neudorf', 471769900, 82091100, 0),
(90163, 2233, 210, 'Oberdiessbach', 468333300, 79500000, 0),
(90164, 2233, 210, 'Oberkirch', 471564200, 81156700, 0),
(90165, 2233, 210, 'Romerswil', 471681300, 82464300, 0),
(90166, 2233, 210, 'Schwarzenberg', 470170500, 81726100, 0),
(90167, 2233, 210, 'Triengen', 472337500, 80772900, 0),
(90168, 2233, 210, 'Vitznau', 470101400, 84842000, 0),
(90169, 2233, 210, 'Wauwil', 471845700, 80210000, 0),
(90170, 2233, 210, 'Wikon', 472633900, 79680100, 0),
(90171, 2234, 210, 'Chezard-Saint-Martin', 470662900, 69333200, 0),
(90172, 2234, 210, 'Cornaux', 470833300, 70166700, 0),
(90173, 2234, 210, 'Grand-Savagnier', 470517700, 69553400, 0),
(90174, 2234, 210, 'Les Ponts-de-Martel', 469992500, 67335600, 0),
(90175, 2234, 210, 'Travers', 469401800, 66759500, 0),
(90176, 2235, 210, 'Buochs', 469739800, 84227900, 0),
(90177, 2235, 210, 'Emmetten', 469565800, 85146700, 0),
(90178, 2235, 210, 'Ennetburgen', 469833300, 83333300, 0),
(90179, 2236, 210, 'Alpnach', 469402000, 82742600, 0),
(90180, 2236, 210, 'Giswil', 468333300, 81806500, 0),
(90181, 2236, 210, 'Lungern', 467857800, 81598400, 0),
(90182, 2237, 210, 'Andwil', 474385500, 92763600, 0),
(90183, 2237, 210, 'Bad Ragaz', 470060100, 95026600, 0),
(90184, 2237, 210, 'Benken', 471984200, 90043400, 0),
(90185, 2237, 210, 'Butschwil', 473602200, 90721300, 0),
(90186, 2237, 210, 'Ebnat-Kappel', 472619500, 91247300, 0),
(90187, 2237, 210, 'Eichberg', 473430400, 95299000, 0),
(90188, 2237, 210, 'Eschenbach', 472398100, 89215600, 0),
(90189, 2237, 210, 'Flawil', 474146100, 91828400, 0),
(90190, 2237, 210, 'Ganterschwil', 473810300, 90923900, 0),
(90191, 2237, 210, 'Gommiswald', 472312800, 90235500, 0),
(90192, 2237, 210, 'Jonschwil', 474240200, 90868900, 0),
(90193, 2237, 210, 'Mogelsberg', 473622200, 91354100, 0),
(90194, 2237, 210, 'Muolen', 475210200, 93255400, 0),
(90195, 2237, 210, 'Ruthi', 472948000, 95385700, 0),
(90196, 2237, 210, 'Sargans', 470489600, 94410300, 0),
(90197, 2237, 210, 'Schanis', 471579900, 90473600, 0),
(90198, 2237, 210, 'Sennwald', 472605300, 95026800, 0),
(90199, 2237, 210, 'Walenstadt', 471241100, 93119400, 0),
(90200, 2237, 210, 'Wattwil', 473022500, 90875700, 0),
(90201, 2237, 210, 'Wildhaus', 472014800, 93548800, 0),
(90202, 2238, 210, 'Loehningen', 477012100, 85523600, 0),
(90203, 2238, 210, 'Neunkirch', 476901200, 84998100, 0),
(90204, 2238, 210, 'Schleitheim', 477481800, 84821300, 0),
(90205, 2238, 210, 'Wilchingen', 476674600, 84677400, 0),
(90206, 2239, 210, 'Feusisberg', 471870700, 87472400, 0),
(90207, 2239, 210, 'Muotathal', 469767600, 87649900, 0),
(90208, 2239, 210, 'Schubelbach', 471732600, 89281100, 0),
(90209, 2239, 210, 'Steinen', 470497600, 86121400, 0),
(90210, 2239, 210, 'Tuggen', 472029100, 89436600, 0),
(90211, 2239, 210, 'Unteriberg', 470500000, 87833300, 0),
(90212, 2240, 210, 'Balsthal', 473161300, 76931800, 0),
(90213, 2240, 210, 'Biberist', 471855900, 75600500, 0),
(90214, 2240, 210, 'Breitenbach', 474056400, 75438200, 0),
(90215, 2240, 210, 'Busserach', 473946400, 75411600, 0),
(90216, 2240, 210, 'Gunzgen', 473137500, 78310200, 0),
(90217, 2240, 210, 'Hagendorf', 473343600, 78419200, 0),
(90218, 2240, 210, 'Kleinlutzel', 474253700, 74229400, 0),
(90219, 2240, 210, 'Matzendorf', 473037400, 76282000, 0),
(90220, 2240, 210, 'Messen', 470912800, 74495700, 0),
(90221, 2240, 210, 'Murgenthal', 472666700, 78166700, 0),
(90222, 2240, 210, 'Nunningen', 473945000, 76212200, 0),
(90223, 2240, 210, 'Oberbuchsiten', 473050800, 77574600, 0),
(90224, 2240, 210, 'Obergosgen', 473640600, 79527600, 0),
(90225, 2240, 210, 'Riedholz', 472315800, 75682900, 0),
(90226, 2240, 210, 'Rodersdorf', 474822000, 74576000, 0),
(90227, 2240, 210, 'Subingen', 471985200, 76194900, 0),
(90228, 2240, 210, 'Wangen', 473436500, 78698200, 0),
(90229, 2240, 210, 'Wolfwil', 472681900, 77896700, 0),
(90230, 2241, 210, 'Affeltrangen', 475270100, 90320700, 0),
(90231, 2241, 210, 'Burglen', 475503600, 91523500, 0),
(90232, 2241, 210, 'Diessenhofen', 476890800, 87495800, 0),
(90233, 2241, 210, 'Ermatingen', 476708700, 90846200, 0),
(90234, 2241, 210, 'Eschenz', 476507000, 88656400, 0),
(90235, 2241, 210, 'Fischingen', 474142800, 89691400, 0),
(90236, 2241, 210, 'Guttingen', 476038600, 92869100, 0),
(90237, 2241, 210, 'Huttwilen', 476067400, 88734300, 0),
(90238, 2241, 210, 'Maerstetten', 475925200, 90685100, 0),
(90239, 2241, 210, 'Matzingen', 475202600, 89319400, 0),
(90240, 2241, 210, 'Mullheim', 476019500, 90035700, 0),
(90241, 2241, 210, 'Munchwilen', 474771900, 89967700, 0),
(90242, 2241, 210, 'Pfyn', 475976300, 89532000, 0),
(90243, 2241, 210, 'Stettfurt', 475244600, 89550900, 0),
(90244, 2241, 210, 'Sulgen', 475377000, 91849700, 0),
(90245, 2241, 210, 'Thundorf', 475459400, 89635800, 0),
(90246, 2241, 210, 'Uttwil', 475836000, 93424000, 0),
(90247, 2241, 210, 'Wangi', 474976100, 89535600, 0),
(90248, 2241, 210, 'Wigoltingen', 475969500, 90314000, 0),
(90249, 2242, 210, 'Bodio', 463780800, 89099100, 0),
(90250, 2242, 210, 'Brissago', 461201300, 87118100, 0),
(90251, 2242, 210, 'Comano', 460359300, 89557300, 0),
(90252, 2242, 210, 'Ligornetto', 458614800, 89544600, 0),
(90253, 2242, 210, 'Lodrino', 463001600, 89798600, 0),
(90254, 2242, 210, 'Melide', 459545500, 89472500, 0),
(90255, 2242, 210, 'Sementina', 461836300, 89916200, 0),
(90256, 2242, 210, 'Verscio', 461907600, 87277200, 0),
(90257, 2243, 210, 'Bauen', 469355900, 85783600, 0),
(90258, 2243, 210, 'Erstfeld', 468188500, 86505200, 0),
(90259, 2243, 210, 'Flueelen', 469000000, 86166700, 0),
(90260, 2244, 210, 'Ayent', 462768600, 74067600, 0),
(90261, 2244, 210, 'Basse-Nendaz', 461899300, 73120900, 0),
(90262, 2244, 210, 'Chamoson', 462010400, 72234100, 0),
(90263, 2244, 210, 'Conthey', 462252800, 73037200, 0),
(90264, 2244, 210, 'Evionnaz', 460166700, 70166700, 0),
(90265, 2244, 210, 'Fully', 461385100, 71146800, 0),
(90266, 2244, 210, 'Gampel', 463159900, 77421000, 0),
(90267, 2244, 210, 'Grachen', 461963600, 78395000, 0),
(90268, 2244, 210, 'Leukerbad', 463794300, 76268700, 0),
(90269, 2244, 210, 'Raron', 463119600, 78002900, 0),
(90270, 2244, 210, 'Saas-Fee', 461134700, 79348800, 0),
(90271, 2244, 210, 'Saint-Maurice', 462182600, 70032000, 0),
(90272, 2244, 210, 'Salvan', 461163400, 70161800, 0),
(90273, 2244, 210, 'Stalden', 462334100, 78727300, 0),
(90274, 2244, 210, 'Vernayaz', 461366700, 70390600, 0),
(90275, 2244, 210, 'Veyras', 463021200, 75361900, 0),
(90276, 2244, 210, 'Vionnaz', 463110100, 69006200, 0),
(90277, 2244, 210, 'Vouvry', 463362500, 68905300, 0),
(90278, 2245, 210, 'Arzier', 464596200, 62081300, 0),
(90279, 2245, 210, 'Biere', 465376100, 63336200, 0),
(90280, 2245, 210, 'Cossonay', 466144300, 65063100, 0),
(90281, 2245, 210, 'Genolier', 464353700, 62180900, 0),
(90282, 2245, 210, 'Gimel', 465094500, 63073600, 0),
(90283, 2245, 210, 'Grandson', 468094600, 66460000, 0),
(90284, 2245, 210, 'Gryon', 462737700, 70597500, 0),
(90285, 2245, 210, 'La Tour-de-Peilz', 464531200, 68585600, 0),
(90286, 2245, 210, 'Ollon', 462952400, 69931400, 0),
(90287, 2245, 210, 'Palezieux', 465454300, 68325000, 0),
(90288, 2245, 210, 'Penthalaz', 466107700, 65251900, 0),
(90289, 2245, 210, 'Saint-Cergue', 464459000, 61573600, 0),
(90290, 2245, 210, 'Villeneuve', 463986900, 69265400, 0),
(90291, 2247, 210, 'Au', 472418500, 86440600, 0),
(90292, 2247, 210, 'Bubikon', 472669800, 88179000, 0),
(90293, 2247, 210, 'Daenikon', 474467400, 84064800, 0),
(90294, 2247, 210, 'Dorf', 472371500, 87399900, 0),
(90295, 2247, 210, 'Ebmatingen', 473498700, 86401300, 0),
(90296, 2247, 210, 'Elgg', 474971500, 88652300, 0),
(90297, 2247, 210, 'Elsau-Raeterschen', 475023800, 87987400, 0),
(90298, 2247, 210, 'End-Hoeri', 475079900, 85120300, 0),
(90299, 2247, 210, 'Erlenbach', 473029800, 85974300, 0),
(90300, 2247, 210, 'Flurlingen', 476839000, 86299500, 0),
(90301, 2247, 210, 'Gattikon', 472843900, 85483000, 0),
(90302, 2247, 210, 'Grossandelfingen', 475944700, 86782600, 0),
(90303, 2247, 210, 'Gutenswil', 473838700, 87176300, 0),
(90304, 2247, 210, 'Hedingen', 472979400, 84483300, 0),
(90305, 2247, 210, 'Hegnau', 473922700, 86698800, 0),
(90306, 2247, 210, 'Henggart', 475627200, 86821500, 0),
(90307, 2247, 210, 'Hettlingen', 475461000, 87053200, 0),
(90308, 2247, 210, 'Illnau', 474113000, 87212500, 0),
(90309, 2247, 210, 'Knonau', 472235000, 84619700, 0),
(90310, 2247, 210, 'Langnau am Albis', 472888500, 85411000, 0),
(90311, 2247, 210, 'Marthalen', 476291300, 86532600, 0),
(90312, 2247, 210, 'Monchaltorf', 473095800, 87202900, 0),
(90313, 2247, 210, 'Nanikon', 473697500, 86889400, 0),
(90314, 2247, 210, 'Neerach', 475109600, 84709900, 0),
(90315, 2247, 210, 'Niederglatt', 474906600, 84998700, 0),
(90316, 2247, 210, 'Niederhasli', 474801200, 84857600, 0),
(90317, 2247, 210, 'Nurensdorf', 474481400, 86490800, 0),
(90318, 2247, 210, 'Oberengstringen', 474084100, 84651500, 0),
(90319, 2247, 210, 'Oberglatt', 474757600, 85189600, 0),
(90320, 2247, 210, 'Obfelden', 472641300, 84215000, 0),
(90321, 2247, 210, 'Pfungen', 475139400, 86423000, 0),
(90322, 2247, 210, 'Rafz', 476043800, 85430500, 0),
(90323, 2247, 210, 'Russikon', 473966900, 87751500, 0),
(90324, 2247, 210, 'Tagelswangen', 474307000, 86728400, 0),
(90325, 2247, 210, 'Uhwiesen', 476707400, 86354200, 0),
(90326, 2247, 210, 'Unterengstringen', 474139600, 84476100, 0),
(90327, 2247, 210, 'Veltheim', 475141900, 87170000, 0),
(90328, 2247, 210, 'Wald', 472759500, 89140500, 0),
(90329, 2247, 210, 'Weiningen', 474202200, 84364400, 0),
(90330, 2247, 210, 'Zumikon', 473315800, 86227100, 0),
(90331, 3008, 211, 'Al Qamishli', 370514100, 412284200, 0),
(90332, 2253, 211, 'Nubl', 363771000, 369923800, 0),
(90333, 2256, 211, 'Ma''arrat Misrin', 360133700, 366725400, 0),
(90334, 2257, 211, '''Irbin', 335399400, 363671600, 0),
(90335, 2257, 211, 'Al Kiswah', 333572000, 362427800, 0),
(90336, 2257, 211, 'Al Qutayfah', 337384800, 366007100, 0),
(90337, 2266, 214, 'Karatu', -33333300, 356666700, 0),
(90338, 2269, 214, 'Mafinga', -72500000, 350666700, 0),
(90339, 2272, 214, 'Same', -40666700, 377333300, 0),
(90340, 3009, 214, 'Lindi', -100000000, 397166700, 0),
(90341, 3010, 214, 'Chake Chake', -52458600, 397665900, 0),
(90342, 3011, 214, 'Mkuranga', -71179900, 392078200, 0),
(90343, 3011, 214, 'Mlandizi', -67000000, 387333300, 0),
(90344, 3011, 214, 'Vikindu', -70066700, 392984900, 0),
(90345, 3012, 214, 'Liuli', -110833300, 346333300, 0),
(90346, 2279, 214, 'Puma', -50000000, 347333300, 0),
(90347, 2281, 214, 'Lushoto', -47833300, 382833300, 0),
(90348, 3013, 214, 'Koani', -61333300, 392833300, 0),
(90349, 2285, 215, 'Ban Thai Tan', 146166700, 1004833300, 0),
(90350, 2287, 215, 'Khlong Khuean', 137913100, 1011635300, 0),
(90351, 2289, 215, 'Khon San', 166128600, 1019194400, 0),
(90352, 2291, 215, 'Chiang Dao', 193654200, 989645300, 0),
(90353, 2291, 215, 'Doi Tao', 179528600, 986845800, 0),
(90354, 2292, 215, 'Khun Tan', 198335300, 1002585800, 0),
(90355, 2294, 215, 'Lamae', 97678900, 990925600, 0),
(90356, 2294, 215, 'Phato', 97908900, 987765800, 0),
(90357, 2296, 215, 'Khlong Lan', 162033100, 993199700, 0),
(90358, 2297, 215, 'Lao Khwan', 145952200, 997743100, 0),
(90359, 2297, 215, 'Nong Prue', 146114400, 994503300, 0),
(90360, 2298, 215, 'Phu Wiang', 166525900, 1023755500, 0),
(90361, 2304, 215, 'Nong Muang', 152459200, 1006555600, 0),
(90362, 2306, 215, 'Kantharawichai', 163271900, 1032986400, 0),
(90363, 2309, 215, 'Bang Len', 140218800, 1001718300, 0),
(90364, 2310, 215, 'Ban Phaeng', 179650700, 1042153400, 0),
(90365, 2311, 215, 'Chakkarat', 150135300, 1024128900, 0),
(90366, 2311, 215, 'Chum Phuang', 153486100, 1027416100, 0),
(90367, 2311, 215, 'Dan Khun Thot', 152085000, 1017713800, 0),
(90368, 2311, 215, 'Non Daeng', 154106100, 1025402500, 0),
(90369, 2311, 215, 'Phimai', 152232400, 1024947200, 0),
(90370, 2311, 215, 'Thepharak', 152874500, 1015708100, 0),
(90371, 2312, 215, 'Krok Phra', 155558900, 1000715300, 0),
(90372, 2313, 215, 'Chawang', 84261400, 995047200, 0),
(90373, 2313, 215, 'Chian Yai', 81693600, 1001447000, 0),
(90374, 2313, 215, 'Chulabhorn', 80759700, 998694700, 0),
(90375, 2314, 215, 'Pua', 191750300, 1009162200, 0),
(90376, 2315, 215, 'Bacho', 65167800, 1016510000, 0),
(90377, 2315, 215, 'Su-ngai Kolok', 60297700, 1019658600, 0),
(90378, 2315, 215, 'Su-ngai Padi', 60857000, 1018795900, 0),
(90379, 2315, 215, 'Sukhirin', 59388900, 1017707700, 0),
(90380, 2316, 215, 'Na Wang', 173244400, 1020783000, 0),
(90381, 2319, 215, 'Nong Suea', 141347800, 1008250300, 0),
(90382, 2320, 215, 'Mayo', 67186400, 1014098300, 0),
(90383, 2322, 215, 'Srinagarindra', 75699100, 999435300, 0),
(90384, 2323, 215, 'Pong', 191493100, 1002752200, 0),
(90385, 2324, 215, 'Nong Phai', 159902500, 1010618300, 0),
(90386, 2325, 215, 'Nong Ya Plong', 131628800, 996972300, 0),
(90387, 2329, 215, 'Long', 180760600, 998325600, 0),
(90388, 2329, 215, 'Nong Muang Khai', 182639700, 1001891100, 0),
(90389, 2332, 215, 'Bang Saphan Noi', 110833300, 994500000, 0),
(90390, 2333, 215, 'Kra Buri', 104042900, 987726600, 0),
(90391, 2334, 215, 'Suan Phueng', 135447200, 993401100, 0),
(90392, 2336, 215, 'Kaset Wisai', 156555800, 1035836100, 0),
(90393, 2336, 215, 'Phanom Phrai', 156778300, 1041102500, 0),
(90394, 2336, 215, 'Waeng', 163000600, 1039778600, 0),
(90395, 2338, 215, 'Phon Na Kaeo', 172212200, 1042899400, 0),
(90396, 2342, 215, 'Chaloem Phra Kiat', 146115000, 1009082500, 0),
(90397, 2345, 215, 'Khu Khan', 147135800, 1041983600, 0),
(90398, 2345, 215, 'Pho Si Suwan', 152292900, 1040767000, 0),
(90399, 2345, 215, 'Phrai Bueng', 147483300, 1043626100, 0),
(90400, 2346, 215, 'Chana', 69154200, 1007403900, 0),
(90401, 2347, 215, 'Si Nakhon', 173477800, 999910600, 0),
(90402, 2349, 215, 'Khian Sa', 88429500, 991985600, 0),
(90403, 2349, 215, 'Phanom', 88547500, 988126700, 0),
(90404, 2350, 215, 'Lamduan', 147220500, 1036693400, 0),
(90405, 2350, 215, 'Tha Tum', 153195000, 1036754200, 0),
(90406, 2351, 215, 'Tak', 168696800, 991289800, 0),
(90407, 2352, 215, 'Kantang', 74054200, 995156100, 0),
(90408, 2352, 215, 'Yan Ta Khao', 73862200, 996669200, 0),
(90409, 2354, 215, 'Muang Sam Sip', 155130700, 1047256500, 0),
(90410, 2355, 215, 'Ban Dung', 176990000, 1032595700, 0),
(90411, 2355, 215, 'Ban Phan Don', 171427200, 1029726100, 0),
(90412, 2355, 215, 'Ban Phue', 176874200, 1024725600, 0),
(90413, 2355, 215, 'Non Sa-at', 169791400, 1028937000, 0),
(90414, 2358, 215, 'Yaha', 64797000, 1011320000, 0),
(90415, 3014, 217, 'Kpalime', 69000000, 6333300, 0),
(90416, 2363, 218, 'Atafu Village', -85421200, -1725159100, 0),
(90417, 3015, 220, 'Tabaquite', 103833300, -613000000, 0),
(90418, 2379, 221, 'Sejenane', 370572200, 92380600, 0),
(90419, 2379, 221, 'Zahanah', 370395900, 100387600, 0),
(90420, 2389, 221, 'Qulaybiyah', 368475700, 110938600, 0),
(90421, 2389, 221, 'Zawiyat al Jadidi', 366437500, 105742800, 0),
(90422, 2390, 221, 'Jabinyanah', 350350000, 109080900, 0),
(90423, 2393, 221, 'Harqalah', 360302700, 105090400, 0),
(90424, 2393, 221, 'Sidi Bou Ali', 359566700, 104730600, 0),
(90425, 2398, 222, 'Imamoglu', 372650600, 356571700, 0),
(90426, 2398, 222, 'Karatas', 365820400, 353701400, 0),
(90427, 2398, 222, 'Yumurtalik', 367666700, 357833300, 0),
(90428, 2400, 222, 'Dinar', 380650000, 301655700, 0),
(90429, 2400, 222, 'Iscehisar', 388619400, 307502800, 0),
(90430, 2400, 222, 'Sincanli', 387444400, 302427800, 0),
(90431, 2401, 222, 'Hamur', 396088900, 429891700, 0),
(90432, 2401, 222, 'Patnos', 392336100, 428634400, 0),
(90433, 2401, 222, 'Taslicay', 396336100, 433750000, 0),
(90434, 2401, 222, 'Tutak', 395407200, 427705600, 0),
(90435, 2402, 222, 'Eskil', 384016700, 334130600, 0),
(90436, 2402, 222, 'Gulagac', 383957600, 343457600, 0),
(90437, 2403, 222, 'Goynucek', 403991700, 355250000, 0),
(90438, 2404, 222, 'Bala', 395542200, 331234400, 0),
(90439, 2404, 222, 'Gudul', 402105100, 322455200, 0),
(90440, 2404, 222, 'Nallihan', 401859300, 313517900, 0),
(90441, 2405, 222, 'Tekirova', 365017000, 305272300, 0),
(90442, 2406, 222, 'Merdinik', 407936100, 426091700, 0),
(90443, 2407, 222, 'Ardanuc', 411273800, 420629200, 0),
(90444, 2407, 222, 'Yusufeli', 408203500, 415443000, 0),
(90445, 2408, 222, 'Cine', 376116700, 280613900, 0),
(90446, 2408, 222, 'Incirliova', 378522200, 277236100, 0),
(90447, 2408, 222, 'Karacasu', 377281600, 286056900, 0),
(90448, 2408, 222, 'Karpuzlu', 375586100, 278352800, 0),
(90449, 2408, 222, 'Kocarli', 377611300, 277058200, 0),
(90450, 2409, 222, 'Balya', 397486100, 275788900, 0),
(90451, 2409, 222, 'Ivrindi', 395838900, 274863900, 0),
(90452, 2409, 222, 'Kepsut', 396888900, 281522200, 0),
(90453, 2409, 222, 'Savastepe', 393831900, 276561200, 0),
(90454, 2411, 222, 'Hasankeyf', 377130800, 414145900, 0),
(90455, 2411, 222, 'Kayapinar', 375573500, 411649600, 0),
(90456, 2411, 222, 'Kozluk', 381938300, 414885300, 0),
(90457, 2412, 222, 'Aydintepe', 403894400, 401506000, 0),
(90458, 2412, 222, 'Pulur', 401636100, 398925000, 0),
(90459, 2413, 222, 'Golpazari', 402847200, 303172200, 0),
(90460, 2413, 222, 'Yenipazar', 401783300, 305200000, 0),
(90461, 2414, 222, 'Kigi', 393136100, 403502800, 0),
(90462, 2414, 222, 'Yayladere', 392261400, 400695000, 0),
(90463, 2415, 222, 'Adilcevaz', 388038900, 427342200, 0),
(90464, 2416, 222, 'Goynuk', 404002800, 307883300, 0),
(90465, 2417, 222, 'Kemer', 373522200, 300630600, 0),
(90466, 2418, 222, 'Cakirca', 404705600, 296633300, 0),
(90467, 2418, 222, 'Cakirli', 405180600, 294522200, 0),
(90468, 2418, 222, 'Keles', 399136100, 292294400, 0),
(90469, 2418, 222, 'Narlica', 403858300, 294811100, 0),
(90470, 2418, 222, 'Yenicekoy', 400877800, 294219400, 0),
(90471, 2419, 222, 'Bayramic', 398086200, 266098300, 0),
(90472, 2419, 222, 'Ezine', 397856100, 263408300, 0),
(90473, 2419, 222, 'Gokceada', 402010700, 259090200, 0),
(90474, 2420, 222, 'Kizilirmak', 403455600, 339863900, 0),
(90475, 2420, 222, 'Korgun', 407348000, 335184400, 0),
(90476, 2420, 222, 'Kursunlu', 408410100, 332602800, 0),
(90477, 2420, 222, 'Yaprakli', 407578500, 337781900, 0),
(90478, 2421, 222, 'Alaca', 401683300, 348425000, 0),
(90479, 2422, 222, 'Civril', 383013900, 297386100, 0),
(90480, 2422, 222, 'Tavas', 375735100, 290705800, 0),
(90481, 2423, 222, 'Altinkum', 382642500, 410611200, 0),
(90482, 2423, 222, 'Ambar', 378531600, 405277600, 0),
(90483, 2423, 222, 'Cungus', 382125000, 392855600, 0),
(90484, 2425, 222, 'Lalapasa', 418395100, 267356100, 0),
(90485, 2426, 222, 'Karakocan', 389558300, 400386100, 0),
(90486, 2426, 222, 'Palu', 386916700, 399288900, 0),
(90487, 2427, 222, 'Ilic', 394550300, 385640000, 0),
(90488, 2427, 222, 'Kemah', 396016700, 390380600, 0),
(90489, 2427, 222, 'Refahiye', 399008300, 387666700, 0),
(90490, 2427, 222, 'Tercan', 397794400, 403925000, 0),
(90491, 2428, 222, 'Askale', 399205400, 406952000, 0),
(90492, 2428, 222, 'Hinis', 393606000, 417022200, 0),
(90493, 2428, 222, 'Karayazi', 397028000, 421456100, 0),
(90494, 2428, 222, 'Narman', 403465300, 418702700, 0),
(90495, 2428, 222, 'Olur', 408216400, 421284600, 0),
(90496, 2428, 222, 'Senkaya', 405619400, 423469400, 0),
(90497, 2428, 222, 'Tortum', 402973000, 415477100, 0),
(90498, 2430, 222, 'Ikizce', 368638900, 377733300, 0),
(90499, 2430, 222, 'Islahiye', 370250000, 366305600, 0),
(90500, 2430, 222, 'Sekili', 369783300, 376733300, 0),
(90501, 2431, 222, 'Alucra', 403208300, 387636100, 0),
(90502, 2431, 222, 'Dogankent', 408075000, 389172200, 0),
(90503, 2431, 222, 'Eynesil', 410645300, 391438000, 0),
(90504, 2431, 222, 'Piraziz', 409531400, 381178400, 0),
(90505, 2431, 222, 'Tirebolu', 410069400, 388138900, 0),
(90506, 2432, 222, 'Kelkit', 401297800, 394360700, 0),
(90507, 2432, 222, 'Torul', 405580500, 392936000, 0),
(90508, 2433, 222, 'Semdinli', 373051400, 445742000, 0),
(90509, 2434, 222, 'Baliklidere', 361148900, 361029700, 0),
(90510, 2434, 222, 'Boynuyogun', 361679700, 363402100, 0),
(90511, 2434, 222, 'Buyukdalyan', 362777100, 361992100, 0),
(90512, 2434, 222, 'Karasuleymanli', 363416500, 364140000, 0),
(90513, 2434, 222, 'Kuzeytepe', 362655600, 361516700, 0),
(90514, 2434, 222, 'Mahmutlar', 369490000, 361923100, 0),
(90515, 2434, 222, 'Toygarli', 362144600, 360707800, 0),
(90516, 2434, 222, 'Uzunkavak', 363513400, 364195500, 0),
(90517, 2434, 222, 'Yayladagi', 359025000, 360627200, 0),
(90518, 2435, 222, 'Karakoyunlu', 398703600, 436301400, 0),
(90519, 2435, 222, 'Tuzluca', 400495700, 436618400, 0),
(90520, 2436, 222, 'Yalvac', 382955600, 311777800, 0),
(90521, 2436, 222, 'Yenisarbademli', 377077800, 313863900, 0),
(90522, 2439, 222, 'Caglayancerit', 377495900, 372962200, 0),
(90523, 2439, 222, 'Turkoglu', 373884400, 368483300, 0),
(90524, 2440, 222, 'Eskipazar', 409429800, 325309100, 0),
(90525, 2440, 222, 'Ovacik', 410766100, 329199400, 0),
(90526, 2442, 222, 'Kagizman', 401566900, 431342400, 0),
(90527, 2442, 222, 'Sarikamis', 403380600, 425730600, 0),
(90528, 2443, 222, 'Devrekani', 416030300, 338392200, 0),
(90529, 2443, 222, 'Ihsangazi', 412043200, 335545500, 0),
(90530, 2444, 222, 'Akkisla', 390022200, 361738100, 0),
(90531, 2444, 222, 'Felahiye', 390905600, 355672200, 0),
(90532, 2444, 222, 'Hacilar', 386463100, 354493700, 0),
(90533, 2444, 222, 'Sarioglan', 390769400, 359667100, 0),
(90534, 2446, 222, 'Keskin', 396730600, 336136100, 0),
(90535, 2446, 222, 'Sulakyurt', 401573300, 337160000, 0),
(90536, 2448, 222, 'Boztepe', 392697200, 342611100, 0),
(90537, 2448, 222, 'Mucur', 390614700, 343828600, 0),
(90538, 2449, 222, 'Tavsanli', 408187600, 295113600, 0),
(90539, 2450, 222, 'Altinekin', 383077800, 328686100, 0),
(90540, 2450, 222, 'Bozkir', 371896300, 322473600, 0),
(90541, 2450, 222, 'Derebucak', 373917900, 315091800, 0),
(90542, 2450, 222, 'Hadim', 369877600, 324567400, 0),
(90543, 2450, 222, 'Sarayonu', 382620100, 324045700, 0),
(90544, 2450, 222, 'Taskent', 369243000, 324913100, 0),
(90545, 2451, 222, 'Saphane', 390273000, 292221800, 0),
(90546, 2452, 222, 'Arapgir', 390411700, 384951600, 0),
(90547, 2452, 222, 'Arguvan', 387699500, 382712000, 0),
(90548, 2452, 222, 'Battalgazi', 384245400, 383649100, 0),
(90549, 2452, 222, 'Dogansehir', 380919400, 378788900, 0),
(90550, 2452, 222, 'Doganyol', 383118400, 390381900, 0),
(90551, 2452, 222, 'Hekimhan', 388179600, 379311700, 0),
(90552, 2452, 222, 'Kale', 384166700, 387666700, 0),
(90553, 2453, 222, 'Ahmetli', 385196000, 279386500, 0),
(90554, 2453, 222, 'Demirci', 390460700, 286588900, 0),
(90555, 2453, 222, 'Selendi', 387444400, 288677800, 0),
(90556, 2454, 222, 'Aran', 374392800, 407465600, 0),
(90557, 2454, 222, 'Cavuslu', 374986100, 412441700, 0),
(90558, 2454, 222, 'Ciplak', 369447200, 402375000, 0),
(90559, 2454, 222, 'Dargecit', 375454500, 417196600, 0),
(90560, 2454, 222, 'Derik', 373633300, 402711100, 0),
(90561, 2454, 222, 'Duruca', 370933300, 413086100, 0),
(90562, 2454, 222, 'Esme', 371561100, 406405600, 0),
(90563, 2454, 222, 'Kilavuz', 374783300, 417805600, 0),
(90564, 2454, 222, 'Oguz', 371776300, 409543700, 0),
(90565, 2454, 222, 'Omerli', 374022200, 409540900, 0),
(90566, 2454, 222, 'Ortaca', 374736100, 415505600, 0),
(90567, 2454, 222, 'Selah', 372050000, 406944400, 0),
(90568, 2454, 222, 'Senocak', 376513600, 406953100, 0),
(90569, 2455, 222, 'Bozyazi', 361082000, 329611300, 0),
(90570, 2456, 222, 'Goecek', 367581800, 289281600, 0),
(90571, 2456, 222, 'Kargi', 367013200, 290755700, 0),
(90572, 2457, 222, 'Haskoy', 386833300, 416894400, 0),
(90573, 2457, 222, 'Korkut', 387390800, 417821600, 0),
(90574, 2458, 222, 'Goereme', 386437000, 348352900, 0),
(90575, 2458, 222, 'Hacibektas', 389407700, 345577000, 0),
(90576, 2459, 222, 'Camardi', 378322200, 349813900, 0),
(90577, 2459, 222, 'Ulukisla', 375477600, 344852800, 0),
(90578, 2460, 222, 'Aybasti', 406866700, 373991700, 0),
(90579, 2460, 222, 'Catalpinar', 408789900, 374535100, 0),
(90580, 2460, 222, 'Gurgentepe', 407883300, 376016700, 0),
(90581, 2460, 222, 'Kabaduz', 408597200, 378900000, 0),
(90582, 2460, 222, 'Kabatas', 407500000, 374500000, 0),
(90583, 2460, 222, 'Mesudiye', 404625000, 377725000, 0),
(90584, 2460, 222, 'Persembe', 410655600, 377713900, 0),
(90585, 2461, 222, 'Toprakkale', 370685500, 361466100, 0),
(90586, 2462, 222, 'Hemsin', 410501900, 408935800, 0),
(90587, 2462, 222, 'Iyidere', 410119200, 403618500, 0),
(90588, 2462, 222, 'Kalkandere', 409280400, 404419000, 0),
(90589, 2463, 222, 'Ferizli', 409408200, 304858300, 0),
(90590, 2463, 222, 'Karapurcek', 406419400, 305394400, 0),
(90591, 2463, 222, 'Kaynarca', 410308300, 303075000, 0),
(90592, 2463, 222, 'Kocaali', 410533600, 308527800, 0),
(90593, 2463, 222, 'Tarakli', 403969400, 304927800, 0),
(90594, 2464, 222, 'Asarcik', 410355600, 362355600, 0),
(90595, 2464, 222, 'Ayvacik', 409911100, 366313900, 0),
(90596, 2464, 222, 'Kavak', 410783300, 360425000, 0),
(90597, 2464, 222, 'Ladik', 409105600, 358919400, 0),
(90598, 2465, 222, 'Altinbasak', 368600000, 390313900, 0),
(90599, 2465, 222, 'Asagibegdes', 368147200, 389191700, 0),
(90600, 2465, 222, 'Koyunluca', 368227800, 393433300, 0),
(90601, 2465, 222, 'Meydankapi', 367827800, 391583300, 0),
(90602, 2465, 222, 'Muratli', 369616700, 401005600, 0),
(90603, 2465, 222, 'Seksenoren', 369725200, 390748400, 0),
(90604, 2465, 222, 'Sevimli', 367877800, 389147200, 0),
(90605, 2466, 222, 'Baykan', 381626600, 417833300, 0),
(90606, 2466, 222, 'Begendik', 379755600, 426441700, 0),
(90607, 2466, 222, 'Doganca', 378083300, 423400000, 0),
(90608, 2466, 222, 'Eruh', 377516700, 421811100, 0),
(90609, 2466, 222, 'Kurtalan', 379271700, 417028200, 0),
(90610, 2466, 222, 'Pervari', 379357300, 425492700, 0),
(90611, 2467, 222, 'Duragan', 414158300, 350544400, 0),
(90612, 2467, 222, 'Erfelek', 418792600, 349183800, 0),
(90613, 2467, 222, 'Gerze', 418036100, 352011100, 0),
(90614, 2468, 222, 'Bisbin', 373386100, 425702800, 0),
(90615, 2468, 222, 'Bostanci', 371800000, 423300000, 0),
(90616, 2468, 222, 'Caliskan', 372972200, 426436100, 0),
(90617, 2468, 222, 'Dicle', 372933300, 420663900, 0),
(90618, 2468, 222, 'Hilal', 374752800, 427858300, 0),
(90619, 2468, 222, 'Ozbek', 371749900, 416953500, 0),
(90620, 2468, 222, 'Pinarbasi', 372133300, 418877800, 0),
(90621, 2468, 222, 'Razvaliny Ayinvan', 372805600, 423350000, 0),
(90622, 2468, 222, 'Serkan', 371594400, 417416700, 0),
(90623, 2468, 222, 'Yenikoy', 372713900, 424261100, 0),
(90624, 2469, 222, 'Aksu', 400894800, 380352300, 0),
(90625, 2469, 222, 'Divrigi', 393710000, 381137000, 0),
(90626, 2469, 222, 'Gemerek', 391834200, 360718900, 0),
(90627, 2469, 222, 'Golova', 400619400, 386066700, 0),
(90628, 2469, 222, 'Gurun', 387222500, 372709700, 0),
(90629, 2469, 222, 'Hafik', 398563900, 373863900, 0),
(90630, 2469, 222, 'Imranli', 398754400, 381135800, 0),
(90631, 2469, 222, 'Kangal', 392335400, 373911100, 0),
(90632, 2469, 222, 'Susehri', 401644400, 380866700, 0),
(90633, 2469, 222, 'Ulas', 394449200, 370390000, 0),
(90634, 2469, 222, 'Zara', 398977800, 377583300, 0),
(90635, 2471, 222, 'Almus', 403758300, 369044400, 0),
(90636, 2471, 222, 'Sulusaray', 399938900, 360840400, 0),
(90637, 2471, 222, 'Yesilyurt', 403278600, 363514400, 0),
(90638, 2472, 222, 'Arakli', 409385400, 400584200, 0),
(90639, 2472, 222, 'Arsin', 409495800, 399275600, 0),
(90640, 2472, 222, 'Hayrat', 408884400, 403698600, 0),
(90641, 2472, 222, 'Koprubasi', 408085800, 401237600, 0),
(90642, 2472, 222, 'Salpazari', 409411100, 391955600, 0),
(90643, 2472, 222, 'Skefe', 410827800, 393827800, 0),
(90644, 2472, 222, 'Tonya', 408862500, 392923800, 0),
(90645, 2472, 222, 'Vakfikebir', 410458300, 392763900, 0),
(90646, 2473, 222, 'Nazimiye', 391798600, 398284300, 0),
(90647, 2474, 222, 'Karahalli', 383208300, 295302800, 0),
(90648, 2474, 222, 'Sivasli', 384994400, 296836100, 0),
(90649, 2474, 222, 'Ulubey', 384198700, 292912900, 0),
(90650, 2475, 222, 'Gurpinar', 383260600, 434120700, 0),
(90651, 2476, 222, 'Korukoy', 406543500, 291629000, 0),
(90652, 2477, 222, 'Aydincik', 401272700, 352876500, 0),
(90653, 2477, 222, 'Candir', 392444600, 355139600, 0),
(90654, 2477, 222, 'Cayiralan', 393027800, 356438900, 0),
(90655, 2477, 222, 'Cekerek', 400730600, 354947200, 0),
(90656, 2477, 222, 'Saraykent', 396936100, 355111100, 0),
(90657, 3016, 223, 'Sayat', 387839200, 638803500, 0),
(90658, 3017, 226, 'Jinja', 4390200, 332031700, 0),
(90659, 3018, 226, 'Kabale', -12485700, 299899300, 0),
(90660, 3019, 226, 'Kasese', 1833300, 300833300, 0),
(90661, 3020, 226, 'Kiboga', 9161100, 317741700, 0),
(90662, 3021, 226, 'Mbarara', -6080000, 306500000, 0),
(90663, 2488, 227, 'Khrystynivka', 488248800, 299680600, 0),
(90664, 2488, 227, 'Nove-Misto', 489811300, 298281300, 0),
(90665, 2490, 227, 'Ropcha', 481198800, 257742100, 0),
(90666, 2491, 227, 'Vol''noye', 476364600, 348138700, 0),
(90667, 2492, 227, 'Dmytrivka', 479361100, 389366100, 0),
(90668, 2492, 227, 'Soledar', 486793500, 380890200, 0),
(90669, 2492, 227, 'Uglegorsk', 483147400, 382742300, 0),
(90670, 2493, 227, 'Kuty', 482586800, 251794600, 0),
(90671, 2493, 227, 'Otyniya', 487376700, 248611100, 0),
(90672, 2493, 227, 'Yamnytsya', 489897200, 247075000, 0),
(90673, 2494, 227, 'Nova Vodolaha', 497185000, 358707800, 0),
(90674, 2495, 227, 'Krasne', 461308800, 327691000, 0),
(90675, 2495, 227, 'Zheleznyj port', 461166700, 322833300, 0),
(90676, 2496, 227, 'Krasyliv', 496518600, 269725200, 0),
(90677, 2496, 227, 'Letychiv', 493826300, 276305100, 0),
(90678, 2496, 227, 'Nova Ushytsya', 488371600, 272743400, 0),
(90679, 2496, 227, 'Polonne', 501242400, 275108700, 0),
(90680, 2496, 227, 'Stara Synyava', 496031800, 276190900, 0),
(90681, 2497, 227, 'Perehonivka', 485355200, 305192300, 0),
(90682, 2497, 227, 'Pomichna', 482422200, 314158300, 0),
(90683, 2498, 227, 'Nikita', 445156400, 342384000, 0),
(90684, 2498, 227, 'Pervomays''ke', 457174400, 338559600, 0),
(90685, 2498, 227, 'Saky', 451342400, 335999600, 0),
(90686, 2498, 227, 'Simeiz', 444064600, 340070400, 0),
(90687, 2498, 227, 'Zuya', 450531000, 343154200, 0),
(90688, 2500, 227, 'Bucha', 505434500, 302120100, 0),
(90689, 2500, 227, 'Kaharlyk', 498623300, 308281500, 0),
(90690, 2500, 227, 'Klavdiyevo-Tarasove', 505841600, 300113400, 0),
(90691, 2500, 227, 'Krivaya Gora', 513849400, 301997800, 0),
(90692, 2501, 227, 'Mykolayiv', 495237200, 239852200, 0),
(90693, 2501, 227, 'Podbuzh', 493348300, 232488700, 0),
(90694, 2501, 227, 'Podgortsy', 499461200, 249795000, 0),
(90695, 2501, 227, 'Yavoriv', 499386400, 233825400, 0),
(90696, 2501, 227, 'Zhovkva', 500582500, 239726000, 0),
(90697, 2502, 227, 'Krasnyy Kut', 482013800, 387976500, 0),
(90698, 2502, 227, 'Lozno-Oleksandrivka', 498374100, 387380800, 0),
(90699, 2502, 227, 'Molodogvardeysk', 483457800, 396582400, 0),
(90700, 2502, 227, 'Schast''ye', 487396300, 392323000, 0),
(90701, 2503, 227, 'Aleksandrovka', 468382600, 327611600, 0),
(90702, 2503, 227, 'Bashtanka', 474071900, 324386800, 0),
(90703, 2504, 227, 'Artsyz', 459919400, 294182400, 0),
(90704, 2504, 227, 'Borodino', 463025000, 292416700, 0),
(90705, 2504, 227, 'Fontanka', 465625500, 308607100, 0),
(90706, 2504, 227, 'Kiliya', 454551800, 292636700, 0),
(90707, 2504, 227, 'Sergeyevka', 460272000, 303768200, 0),
(90708, 2505, 227, 'Lokhvytsya', 503677600, 332602400, 0),
(90709, 2505, 227, 'Novi Sanzhary', 493439500, 343108400, 0),
(90710, 2505, 227, 'Pyryatyn', 502445000, 325107300, 0),
(90711, 2505, 227, 'Shyshaky', 498817500, 340111800, 0),
(90712, 2506, 227, 'Kuznetsovs''k', 516833300, 258666700, 0),
(90713, 2508, 227, 'Kirikovka', 503640800, 351149000, 0),
(90714, 2508, 227, 'Trostyanets''', 504784300, 349629800, 0),
(90715, 2509, 227, 'Buchach', 490625400, 253879800, 0),
(90716, 2509, 227, 'Tovste', 488466200, 257262100, 0),
(90717, 2509, 227, 'Yahil''nytsya', 489424800, 257437400, 0),
(90718, 2510, 227, 'Bar', 490771700, 276825600, 0),
(90719, 2510, 227, 'Ladyzhyn', 486849600, 292367800, 0),
(90720, 2511, 227, 'Olyka', 507185500, 258125100, 0),
(90721, 2511, 227, 'Shats''k', 515020800, 239380600, 0),
(90722, 2511, 227, 'Svityaz''', 514821100, 238590400, 0),
(90723, 2512, 227, 'Chop', 484319800, 222055500, 0),
(90724, 2512, 227, 'Nelipyno', 485610100, 230314600, 0),
(90725, 2512, 227, 'Vyshkove', 480491100, 234211300, 0),
(90726, 2513, 227, 'Ternuvate', 478304900, 361276100, 0),
(90727, 2514, 227, 'Baranovka', 502969100, 276622000, 0),
(90728, 4073, 229, 'Abbess Roding', 517783000, 2772300, 0),
(90729, 4032, 229, 'Abbots Ripton', 523861100, -1921000, 0),
(90730, 4058, 229, 'Abbotskerswell', 505081600, -36134200, 0),
(90731, 4022, 229, 'Abram', 535085500, -25926600, 0),
(90732, 4083, 229, 'Aconbury', 519993900, -27026600, 0),
(90733, 4150, 229, 'Acton Trussell', 527608300, -20967200, 0),
(90734, 4138, 229, 'Adderley', 529540200, -25047100, 0),
(90735, 4029, 229, 'Addington', 513068500, 3736200, 0),
(90736, 4083, 229, 'Adforton', 523342000, -28794000, 0),
(90737, 4115, 229, 'Aiskew', 542931900, -15815200, 0),
(90738, 4029, 229, 'Akeley', 520335900, -9695400, 0),
(90739, 4168, 229, 'Albourne', 509345600, -1988000, 0),
(90740, 4084, 229, 'Albury', 512203200, -4961000, 0),
(90741, 4032, 229, 'Alconbury', 523690000, -2600900, 0),
(90742, 4154, 229, 'Aldeburgh', 521525900, 16012400, 0),
(90743, 4084, 229, 'Aldenham', 516736300, -3535700, 0),
(90744, 4169, 229, 'Alderbury', 510435400, -17338200, 0),
(90745, 4061, 229, 'Alderholt', 509166700, -18333300, 0),
(90746, 4078, 229, 'Alderley', 516164700, -23358000, 0),
(90747, 4165, 229, 'Aldermaston', 513839100, -11532600, 0),
(90748, 4164, 229, 'Alderminster', 521371400, -16667600, 0),
(90749, 4154, 229, 'Alderton', 519833300, -20000000, 0),
(90750, 4037, 229, 'Aldford', 531276200, -28681200, 0),
(90751, 4070, 229, 'Alfriston', 508075600, 1567300, 0),
(90752, 4083, 229, 'Allensmore', 520187500, -27804500, 0),
(90753, 4094, 229, 'Allington', 511500000, -17000000, 0),
(90754, 4115, 229, 'Alne', 540837500, -12401400, 0),
(90755, 4150, 229, 'Alrewas', 527327800, -17496800, 0),
(90756, 4036, 229, 'Alsager', 530961700, -23064900, 0),
(90757, 4048, 229, 'Altarnun', 506046400, -45122400, 0),
(90758, 4041, 229, 'Altofts', 537068700, -14331200, 0),
(90759, 4172, 229, 'Alvechurch', 523517300, -19653100, 0),
(90760, 4041, 229, 'Alverthorpe', 536926400, -15334500, 0),
(90761, 4168, 229, 'Amberley', 509091500, -5337800, 0),
(90762, 4115, 229, 'Ampleforth', 541995600, -11069100, 0),
(90763, 4094, 229, 'Ancaster', 529827600, -5359300, 0),
(90764, 4078, 229, 'Andoversford', 518749600, -19645100, 0),
(90765, 4093, 229, 'Anstey', 519762600, 435600, 0),
(90766, 4164, 229, 'Ansty', 509932800, -1567300, 0),
(90767, 4048, 229, 'Antony', 503701300, -42523100, 0),
(90768, 4025, 229, 'Apperley Bridge', 538359200, -17086300, 0),
(90769, 4053, 229, 'Appleby', 536166700, -5666700, 0),
(90770, 4053, 229, 'Appleby-in-Westmorland', 545770400, -24897800, 0),
(90771, 4084, 229, 'Ardeley', 519276800, -979300, 0),
(90772, 4121, 229, 'Ardley', 519417800, -12119700, 0),
(90773, 4035, 229, 'Arlesey', 520071300, -2656500, 0),
(90774, 4164, 229, 'Arley', 525041300, -15728900, 0),
(90775, 4150, 229, 'Armitage', 527419300, -18826600, 0),
(90776, 4061, 229, 'Arne', 506927200, -20403000, 0),
(90777, 4093, 229, 'Arnesby', 525263900, -10922100, 0),
(90778, 4069, 229, 'Arram', 538845700, -4268700, 0),
(90779, 4069, 229, 'Arras', 538666700, -6000000, 0),
(90780, 4168, 229, 'Arundel', 508542300, -5539300, 0),
(90781, 4093, 229, 'Asfordby', 527633100, -9585600, 0),
(90782, 4121, 229, 'Ashbury', 507500000, -41166700, 0),
(90783, 4094, 229, 'Ashby', 532166700, -166700, 0),
(90784, 4073, 229, 'Ashdon', 520549600, 3132200, 0),
(90786, 4078, 229, 'Ashleworth', 519290500, -22754300, 0),
(90787, 4061, 229, 'Ashmore', 509500000, -21333300, 0),
(90788, 4164, 229, 'Ashow', 523303900, -15451500, 0),
(90789, 4172, 229, 'Ashton under Hill', 520413900, -20054900, 0),
(90790, 4059, 229, 'Ashwell', 520386600, -1539800, 0),
(90791, 4109, 229, 'Ashwellthorpe', 525342900, 11570800, 0),
(90792, 4092, 229, 'Ashworth', 536190400, -22258500, 0),
(90793, 4119, 229, 'Aslockton', 529529900, -8970000, 0),
(90794, 4036, 229, 'Astbury', 531510900, -22316400, 0),
(90795, 4029, 229, 'Aston Clinton', 518002000, -7254000, 0),
(90796, 4119, 229, 'Attenborough', 529062600, -12316200, 0),
(90797, 4169, 229, 'Atworth', 513923400, -21929700, 0),
(90798, 4057, 229, 'Ault Hucknall', 531823000, -13011600, 0),
(90799, 4060, 229, 'Austerfield', 534460100, -10056500, 0),
(90800, 4115, 229, 'Austwick', 541110400, -23581200, 0),
(90801, 4169, 229, 'Avebury', 514166700, -18666700, 0),
(90802, 4078, 229, 'Avening', 516801000, -21690300, 0),
(90803, 4028, 229, 'Avonmouth', 515100500, -26889800, 0),
(90804, 4119, 229, 'Awsworth', 529891200, -12835400, 0),
(90805, 4049, 229, 'Aycliffe', 546000000, -15500000, 0),
(90806, 4089, 229, 'Aylesham', 512253900, 12015700, 0),
(90807, 4084, 229, 'Ayot Saint Peter', 518166700, -2166700, 0),
(90808, 4119, 229, 'Babworth', 533179900, -9758300, 0),
(90809, 4037, 229, 'Backford', 532386200, -29027900, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(90810, 4116, 229, 'Badby', 522292200, -11832100, 0),
(90811, 4138, 229, 'Badger', 525928200, -23443500, 0),
(90812, 4089, 229, 'Badlesmere', 512417200, 8769800, 0),
(90813, 4144, 229, 'Badminton', 515426700, -22848800, 0),
(90814, 4172, 229, 'Badsey', 520881900, -18992500, 0),
(90815, 4041, 229, 'Badsworth', 536287600, -13012800, 0),
(90816, 4127, 229, 'Baffins', 508085300, -10587000, 0),
(90817, 4115, 229, 'Bagby', 542178600, -12899300, 0),
(90818, 4164, 229, 'Baginton', 523721700, -14936700, 0),
(90819, 4092, 229, 'Balderstone', 537833300, -25666700, 0),
(90820, 4057, 229, 'Bamford', 533500000, -16833300, 0),
(90821, 4053, 229, 'Bampton', 509833300, -34833300, 0),
(90822, 4109, 229, 'Banham', 524524000, 10368300, 0),
(90823, 4053, 229, 'Barbon', 542373400, -25718300, 0),
(90824, 4154, 229, 'Bardwell', 523262700, 8479200, 0),
(90825, 4092, 229, 'Bare', 540743500, -28376500, 0),
(90826, 4031, 229, 'Barkisland', 536761400, -19184000, 0),
(90827, 4094, 229, 'Barkston', 529642500, -6159200, 0),
(90828, 4150, 229, 'Barlaston', 529420000, -21705000, 0),
(90829, 4093, 229, 'Barlestone', 526471800, -13701300, 0),
(90830, 4076, 229, 'Barley Mow', 548835400, -15719500, 0),
(90831, 4073, 229, 'Barling', 515710400, 7832100, 0),
(90832, 4154, 229, 'Barnham', 508312000, -6378900, 0),
(90833, 4032, 229, 'Barrington', 509596000, -28712500, 0),
(90834, 4093, 229, 'Barsby', 526954900, -9680100, 0),
(90835, 4036, 229, 'Barthomley', 530686200, -23482100, 0),
(90836, 4081, 229, 'Bartley', 509144000, -15655300, 0),
(90837, 4142, 229, 'Barton Saint David', 510866700, -26555600, 0),
(90838, 4035, 229, 'Barton-le-Clay', 519659800, -4273100, 0),
(90839, 4092, 229, 'Bashall Eaves', 538854400, -24638200, 0),
(90840, 4032, 229, 'Bassingbourn', 520782100, -539000, 0),
(90841, 4006, 229, 'Batheaston', 514066200, -23104200, 0),
(90842, 4006, 229, 'Bathford', 514002000, -23016100, 0),
(90843, 4081, 229, 'Baughurst', 513373700, -11659200, 0),
(90844, 4109, 229, 'Bawburgh', 526333300, 11833300, 0),
(90845, 4169, 229, 'Baydon', 515004300, -15970100, 0),
(90846, 4084, 229, 'Bayford', 517595500, -1019700, 0),
(90847, 4154, 229, 'Baylham', 521217600, 10707200, 0),
(90848, 4004, 229, 'Beach', 514360500, -24284900, 0),
(90849, 4154, 229, 'Bealings', 520843600, 12530000, 0),
(90850, 4164, 229, 'Bearley', 522435700, -17379000, 0),
(90851, 4081, 229, 'Beaulieu', 508183000, -14520000, 0),
(90852, 4172, 229, 'Beckford', 520205300, -20347800, 0),
(90853, 4119, 229, 'Beckingham', 530666700, -6833300, 0),
(90854, 4121, 229, 'Beckley', 509861500, 6392700, 0),
(90855, 4070, 229, 'Beddingham', 508521200, 515800, 0),
(90856, 4057, 229, 'Beeley', 532034800, -16044900, 0),
(90857, 4117, 229, 'Belford', 556000000, -18333300, 0),
(90858, 4020, 229, 'Belhus', 515000000, 2500000, 0),
(90859, 4115, 229, 'Bellerby', 543313200, -18247800, 0),
(90860, 4154, 229, 'Belstead', 520266200, 11053300, 0),
(90861, 4093, 229, 'Belvoir', 528833300, -7833300, 0),
(90862, 4087, 229, 'Bembridge', 506863400, -10827500, 0),
(90863, 4069, 229, 'Bempton', 541303600, -1785300, 0),
(90864, 4025, 229, 'Ben Rhydding', 539245000, -18006300, 0),
(90865, 4089, 229, 'Benenden', 510669100, 5812500, 0),
(90866, 4094, 229, 'Benington', 518833300, -1000000, 0),
(90867, 4070, 229, 'Berwick', 508257800, 1545000, 0),
(90868, 4117, 229, 'Berwick-Upon-Tweed', 557833300, -20000000, 0),
(90869, 4172, 229, 'Besford', 521000000, -21333300, 0),
(90870, 4150, 229, 'Betley', 530343900, -23686500, 0),
(90871, 4141, 229, 'Bickenhill', 524397400, -17254500, 0),
(90872, 4094, 229, 'Bicker', 529216300, -1795600, 0),
(90873, 4089, 229, 'Bicknor', 512950700, 6687500, 0),
(90874, 4089, 229, 'Bidborough', 511695000, 2368900, 0),
(90875, 4007, 229, 'Biddenham', 521384700, -5068700, 0),
(90876, 4169, 229, 'Biddestone', 514608300, -21983300, 0),
(90877, 4081, 229, 'Bighton', 511049200, -11276400, 0),
(90878, 4115, 229, 'Bilbrough', 539127100, -11915400, 0),
(90879, 4154, 229, 'Bildeston', 521065800, 9091600, 0),
(90880, 4164, 229, 'Billesley', 522105000, -17882800, 0),
(90881, 4094, 229, 'Billingborough', 528938400, -3418600, 0),
(90882, 4094, 229, 'Billinghay', 530795900, -2768900, 0),
(90883, 4138, 229, 'Billingsley', 524555300, -24233300, 0),
(90884, 4115, 229, 'Bilsdale', 543735600, -11192300, 0),
(90885, 4016, 229, 'Birch', 518333300, 8166700, 0),
(90886, 4078, 229, 'Birdlip', 518275000, -21078700, 0),
(90887, 4115, 229, 'Birkby', 544166700, -14833300, 0),
(90888, 4090, 229, 'Birkenshaw', 537459700, -16896600, 0),
(90889, 4083, 229, 'Birley', 521833300, -28000000, 0),
(90890, 4089, 229, 'Birling', 513190300, 4095000, 0),
(90891, 4172, 229, 'Birlingham', 520866600, -20987600, 0),
(90892, 4133, 229, 'Bisham', 515570400, -7755700, 0),
(90893, 4133, 229, 'Bisham Abbey', 515606300, -7715400, 0),
(90894, 4078, 229, 'Bishops Cleeve', 519474900, -20627700, 0),
(90895, 4081, 229, 'Bishops Sutton', 510835200, -11368300, 0),
(90896, 4058, 229, 'Bishops Tawton', 510500000, -40500000, 0),
(90897, 4169, 229, 'Bishopstrow', 511930600, -21552800, 0),
(90898, 4144, 229, 'Bitton', 514247900, -24596500, 0),
(90899, 4093, 229, 'Blaby', 525757700, -11640300, 0),
(90900, 4073, 229, 'Black Notley', 518530100, 5684600, 0),
(90901, 4058, 229, 'Blackawton', 503468700, -36790700, 0),
(90902, 4070, 229, 'Blackham', 511410200, 1435100, 0),
(90903, 4073, 229, 'Blackmore', 516925600, 3186500, 0),
(90904, 4121, 229, 'Blackthorn', 518686500, -10985900, 0),
(90905, 4116, 229, 'Blakesley', 521467400, -10883900, 0),
(90906, 4076, 229, 'Blaydon-on-Tyne', 549646100, -17139200, 0),
(90907, 4114, 229, 'Bleadon', 513086100, -29475000, 0),
(90908, 4119, 229, 'Bleasby', 530333300, -9333300, 0),
(90909, 4078, 229, 'Bledington', 519034800, -16454500, 0),
(90910, 4121, 229, 'Blewbury', 515688000, -12326100, 0),
(90911, 4048, 229, 'Blisland', 505276000, -46823700, 0),
(90912, 4142, 229, 'Blue Anchor', 511811100, -34013900, 0),
(90913, 4035, 229, 'Blunham', 521469500, -3217800, 0),
(90914, 4032, 229, 'Bluntisham', 523547900, 85400, 0),
(90915, 4094, 229, 'Blyton', 534438400, -7175300, 0),
(90916, 4089, 229, 'Bobbing', 513554600, 7121800, 0),
(90917, 4150, 229, 'Bobbington', 525122000, -22827800, 0),
(90918, 4083, 229, 'Bodenham', 521500000, -26833300, 0),
(90919, 4115, 229, 'Bolton Bridge', 539732000, -18939400, 0),
(90920, 4005, 229, 'Bolton upon Dearne', 535166700, -13166700, 0),
(90921, 4057, 229, 'Bonsall', 531211400, -15845500, 0),
(90922, 4029, 229, 'Booker', 516142900, -7944500, 0),
(90923, 4156, 229, 'Bookham', 512792300, -3742200, 0),
(90924, 4053, 229, 'Boot', 544000000, -32666700, 0),
(90925, 4040, 229, 'Boothstown', 535025300, -24163600, 0),
(90926, 4138, 229, 'Boraston', 523263000, -25673500, 0),
(90927, 4089, 229, 'Borden', 513342600, 7003800, 0),
(90928, 4089, 229, 'Borough Green', 512915800, 3047800, 0),
(90929, 4036, 229, 'Bosley', 531901200, -21255300, 0),
(90930, 4081, 229, 'Botley', 509143300, -12698400, 0),
(90931, 4168, 229, 'Botolphs', 508716300, -3060700, 0),
(90932, 4094, 229, 'Boultham', 532166700, -5666700, 0),
(90933, 4138, 229, 'Bourton', 510744400, -23277800, 0),
(90934, 4078, 229, 'Bourton on the Water', 518666700, -17500000, 0),
(90935, 4084, 229, 'Bovingdon', 517231200, -5367000, 0),
(90936, 4103, 229, 'Bow Brickhill', 520028000, -6806400, 0),
(90937, 4168, 229, 'Boxgrove', 508588400, -7136000, 0),
(90938, 4089, 229, 'Boxley', 513024800, 5431800, 0),
(90939, 4154, 229, 'Boxted', 519500000, 9166700, 0),
(90940, 4069, 229, 'Boynton', 540974600, -2647900, 0),
(90941, 4089, 229, 'Brabourne', 511362100, 10055700, 0),
(90942, 4094, 229, 'Braceborough', 527062400, -4028900, 0),
(90943, 4092, 229, 'Bracewell', 539322500, -22095800, 0),
(90944, 4049, 229, 'Bradbury', 546486300, -15097900, 0),
(90945, 4048, 229, 'Braddock', 504302900, -45890800, 0),
(90946, 4136, 229, 'Bradfield', 514491400, -11308200, 0),
(90948, 4087, 229, 'Brading', 506797100, -11425800, 0),
(90949, 4057, 229, 'Bradwell', 518753800, 6213700, 0),
(90950, 4073, 229, 'Bradwell on Sea', 517248000, 8998500, 0),
(90951, 4057, 229, 'Brailsford', 529698500, -16221500, 0),
(90952, 4053, 229, 'Braithwaite', 546023000, -31911800, 0),
(90953, 4081, 229, 'Bramdean', 510480600, -11264000, 0),
(90954, 4039, 229, 'Bramham', 538811800, -13545200, 0),
(90955, 4150, 229, 'Bramshall', 528951700, -19105500, 0),
(90957, 4172, 229, 'Bransford', 521718200, -22997100, 0),
(90958, 4094, 229, 'Branston', 527833300, -16666700, 0),
(90959, 4053, 229, 'Branthwaite', 546100600, -34593200, 0),
(90960, 4057, 229, 'Brassington', 530851100, -16559500, 0),
(90961, 4089, 229, 'Brasted', 512766000, 1106800, 0),
(90962, 4059, 229, 'Braunston', 522897900, -12026600, 0),
(90963, 4133, 229, 'Bray Court', 514989100, -6992600, 0),
(90964, 4078, 229, 'Bream', 517482200, -25774700, 0),
(90965, 4070, 229, 'Brede', 509358200, 5966100, 0),
(90966, 4089, 229, 'Bredgar', 513122400, 6967700, 0),
(90967, 4172, 229, 'Bredons Hardwick', 520171400, -21279100, 0),
(90968, 4058, 229, 'Brentor', 506000000, -41666700, 0),
(90969, 4089, 229, 'Brenzett', 510100800, 8541900, 0),
(90970, 4109, 229, 'Bressingham', 523853400, 10493700, 0),
(90971, 4092, 229, 'Bretherton', 536785600, -27867300, 0),
(90972, 4109, 229, 'Brettenham', 521500000, 8833300, 0),
(90973, 4053, 229, 'Bridekirk', 546894600, -33695100, 0),
(90974, 4081, 229, 'Bridgemary', 508271300, -11756000, 0),
(90975, 4109, 229, 'Bridgham', 524363100, 8806600, 0),
(90976, 4087, 229, 'Brighstone', 506426300, -13947900, 0),
(90977, 4136, 229, 'Brightside', 534044800, -14286700, 0),
(90978, 4116, 229, 'Brigstock', 524577500, -6083400, 0),
(90979, 4029, 229, 'Brill', 518166700, -10500000, 0),
(90980, 4165, 229, 'Brimpton', 513793300, -11979400, 0),
(90981, 4078, 229, 'Brimscombe', 517197300, -21855300, 0),
(90982, 4032, 229, 'Brinkley', 521668000, 3819000, 0),
(90983, 4164, 229, 'Brinklow', 524000000, -13500000, 0),
(90984, 4169, 229, 'Britford', 510541800, -17735300, 0),
(90985, 4021, 229, 'Brixham', 503943100, -35158500, 0),
(90986, 4058, 229, 'Brixton', 503500000, -40333300, 0),
(90987, 4121, 229, 'Brize Norton', 517666700, -15666700, 0),
(90988, 4169, 229, 'Broad Chalke', 510272400, -19484700, 0),
(90989, 4058, 229, 'Broad Clyst', 507666700, -34333300, 0),
(90990, 4169, 229, 'Broad Hinton', 514887000, -18478600, 0),
(90991, 4083, 229, 'Broad Oak', 518833300, -27500000, 0),
(90992, 4169, 229, 'Broad Town', 514985300, -18701600, 0),
(90993, 4058, 229, 'Broadhempston', 504837400, -36897200, 0),
(90994, 4172, 229, 'Broadway', 509333300, -29666700, 0),
(90995, 4061, 229, 'Broadwey', 506506900, -24679400, 0),
(90996, 4061, 229, 'Broadwindsor', 508201400, -28000900, 0),
(90997, 4049, 229, 'Broadwood', 548000000, -18000000, 0),
(90998, 4079, 229, 'Brockley Hill', 516343100, -3055600, 0),
(90999, 4138, 229, 'Brockton', 526333300, -30000000, 0),
(91000, 4154, 229, 'Brome', 523440800, 11338000, 0),
(91001, 4007, 229, 'Bromham', 521450800, -5290600, 0),
(91002, 4083, 229, 'Bromyard', 521901900, -25087500, 0),
(91003, 4156, 229, 'Brookwood', 513000000, -6333300, 0),
(91004, 4164, 229, 'Broom', 521666700, -18500000, 0),
(91005, 4138, 229, 'Broome', 524166700, -28833300, 0),
(91006, 4158, 229, 'Broughton', 510960600, -15620300, 0),
(91007, 4093, 229, 'Broughton Astley', 525278700, -12176800, 0),
(91008, 4053, 229, 'Broughton in Furness', 542771000, -32111800, 0),
(91009, 4037, 229, 'Broxton', 530835000, -27782800, 0),
(91010, 4107, 229, 'Brunswick Village', 550481900, -16429700, 0),
(91011, 4142, 229, 'Brushford', 510197200, -35388900, 0),
(91012, 4109, 229, 'Buckenham', 526011400, 14786100, 0),
(91013, 4154, 229, 'Bucklesham', 520301100, 12692600, 0),
(91014, 4138, 229, 'Bucknell', 519258500, -11870400, 0),
(91015, 4058, 229, 'Budleigh Salterton', 506298300, -33218100, 0),
(91016, 4116, 229, 'Bugbrooke', 522100600, -10130400, 0),
(91017, 4048, 229, 'Bugle', 503957700, -47933400, 0),
(91018, 4083, 229, 'Bullingham', 520333300, -27166700, 0),
(91019, 4093, 229, 'Burbage', 513518400, -16708700, 0),
(91020, 4081, 229, 'Burghclere', 513487400, -13235100, 0),
(91021, 4083, 229, 'Burghill', 520965500, -27677800, 0),
(91022, 4060, 229, 'Burghwallis', 536011000, -11946200, 0),
(91023, 4089, 229, 'Burham', 513324300, 4783300, 0),
(91024, 4058, 229, 'Burlescombe', 509423000, -33178200, 0),
(91025, 4059, 229, 'Burley', 508166700, -17000000, 0),
(91026, 4053, 229, 'Burneside', 543527100, -27615100, 0),
(91028, 4150, 229, 'Burnhill Green', 526026200, -23113100, 0),
(91029, 4083, 229, 'Burrington', 509333300, -39500000, 0),
(91030, 4153, 229, 'Burslem', 530447600, -21970400, 0),
(91031, 4109, 229, 'Burston', 524047200, 11407800, 0),
(91032, 4061, 229, 'Burton Bradstock', 507028900, -27277700, 0),
(91033, 4094, 229, 'Burwell', 522763200, 3273200, 0),
(91034, 4172, 229, 'Bushley', 520082500, -21858500, 0),
(91035, 4142, 229, 'Butleigh', 511008400, -26850800, 0),
(91036, 4053, 229, 'Buttermere', 513473900, -15115600, 0),
(91037, 4115, 229, 'Byram', 537239400, -12612800, 0),
(91038, 4094, 229, 'Caistor', 534967300, -3153800, 0),
(91039, 4115, 229, 'Caldwell', 545166700, -17500000, 0),
(91040, 4083, 229, 'Callow', 520166700, -27333300, 0),
(91041, 4048, 229, 'Calstock', 504962300, -42063900, 0),
(91042, 4150, 229, 'Calton', 530333300, -18500000, 0),
(91043, 4036, 229, 'Calveley', 531232800, -26087400, 0),
(91044, 4119, 229, 'Calverton', 520411900, -8504100, 0),
(91045, 4070, 229, 'Camber', 509347300, 7984800, 0),
(91046, 4073, 229, 'Canewdon', 516175900, 7445800, 0),
(91047, 4126, 229, 'Canford Cliffs', 507036300, -19208900, 0),
(91048, 4060, 229, 'Cantley', 525789600, 15135400, 0),
(91049, 4156, 229, 'Capel', 511494200, -3237500, 0),
(91050, 4136, 229, 'Carbrook', 534068500, -14130300, 0),
(91051, 4119, 229, 'Carburton', 532520400, -10839100, 0),
(91052, 4037, 229, 'Carden', 530721400, -27973500, 0),
(91053, 4138, 229, 'Cardington', 521174200, -4128900, 0),
(91054, 4048, 229, 'Cardinham', 504899200, -46480300, 0),
(91055, 4069, 229, 'Carnaby', 540725800, -2493400, 0),
(91056, 4102, 229, 'Carrington', 530833300, -500000, 0),
(91057, 4115, 229, 'Carthorpe', 542486900, -15286600, 0),
(91058, 4053, 229, 'Cartmel', 542000000, -29500000, 0),
(91059, 4121, 229, 'Cassington', 517929000, -13442800, 0),
(91060, 4169, 229, 'Castle Combe', 514928900, -22289700, 0),
(91061, 4049, 229, 'Castleside', 548342900, -18784900, 0),
(91062, 4103, 229, 'Castlethorpe', 520923000, -8353900, 0),
(91063, 4004, 229, 'Castleton', 533431200, -17750600, 0),
(91064, 4092, 229, 'Caton', 540666700, -27166700, 0),
(91065, 4070, 229, 'Catsfield', 508968300, 4517700, 0),
(91066, 4115, 229, 'Catterick', 543754200, -16332800, 0),
(91067, 4115, 229, 'Catterick Garrison', 543774800, -17223200, 0),
(91068, 4093, 229, 'Catthorpe', 523983200, -11895800, 0),
(91069, 4119, 229, 'Caunton', 531330900, -8867600, 0),
(91070, 4061, 229, 'Cerne Abbas', 508089300, -24758300, 0),
(91071, 4048, 229, 'Chacewater', 502500000, -51666700, 0),
(91072, 4121, 229, 'Chadlington', 518949300, -15253800, 0),
(91073, 4093, 229, 'Chadwell', 528000000, -8333300, 0),
(91074, 4070, 229, 'Chailey', 509575700, -189600, 0),
(91075, 4087, 229, 'Chale', 505956100, -13183600, 0),
(91077, 4058, 229, 'Challacombe', 511471700, -38872400, 0),
(91078, 4081, 229, 'Chalton', 509398300, -9606200, 0),
(91079, 4070, 229, 'Chalvington', 508644000, 1590900, 0),
(91080, 4057, 229, 'Chapel en le Frith', 533240700, -19129100, 0),
(91081, 4073, 229, 'Chappel', 519212600, 7534200, 0),
(91082, 4144, 229, 'Charfield', 516272200, -24066700, 0),
(91083, 4089, 229, 'Charing', 512107300, 7946600, 0),
(91084, 4075, 229, 'Charlestown', 503333300, -47666700, 0),
(91085, 4121, 229, 'Charney Basset', 516488100, -14528600, 0),
(91086, 4089, 229, 'Chartham', 512562000, 10183600, 0),
(91087, 4150, 229, 'Chasetown', 526723200, -19253500, 0),
(91088, 4057, 229, 'Chatsworth', 532294300, -16089500, 0),
(91089, 4098, 229, 'Chattenden', 514183200, 5294500, 0),
(91090, 4081, 229, 'Chawton', 511328500, -9889500, 0),
(91091, 4150, 229, 'Chebsey', 528551900, -22096200, 0),
(91092, 4121, 229, 'Checkendon', 515413200, -10451200, 0),
(91093, 4036, 229, 'Checkley', 529333300, -19500000, 0),
(91094, 4109, 229, 'Chedgrave', 525405800, 14807500, 0),
(91095, 4036, 229, 'Chelford', 532709000, -22832900, 0),
(91096, 4007, 229, 'Chellington', 521919600, -6013700, 0),
(91097, 4154, 229, 'Chelmondiston', 519893200, 12114100, 0),
(91098, 4156, 229, 'Chelsham', 513140400, -236000, 0),
(91099, 4029, 229, 'Chenies', 516744700, -5304800, 0),
(91100, 4061, 229, 'Cheselbourne', 507976900, -23394400, 0),
(91101, 4032, 229, 'Chesterton', 518874100, -11854900, 0),
(91102, 4117, 229, 'Cheswick', 557113900, -19520700, 0),
(91103, 4032, 229, 'Chettisham', 524226300, 2756000, 0),
(91104, 4032, 229, 'Cheveley', 522204900, 4643000, 0),
(91105, 4006, 229, 'Chew Magna', 513661100, -26102800, 0),
(91106, 4142, 229, 'Chewton Mendip', 512763900, -25769400, 0),
(91107, 4061, 229, 'Chickerell', 506242900, -25028000, 0),
(91108, 4156, 229, 'Chiddingfold', 511186600, -6226200, 0),
(91109, 4070, 229, 'Chiddingly', 509071500, 1941500, 0),
(91110, 4089, 229, 'Chiddingstone', 511860700, 1483200, 0),
(91111, 4165, 229, 'Chieveley', 514616300, -13161300, 0),
(91112, 4081, 229, 'Chilbolton', 511593200, -14364200, 0),
(91113, 4093, 229, 'Chilcote', 527003100, -15761900, 0),
(91114, 4168, 229, 'Chilgrove', 509239200, -8231200, 0),
(91115, 4142, 229, 'Chilthorne Domer', 509707800, -26790000, 0),
(91116, 4169, 229, 'Chilton Foliat', 514324500, -15391200, 0),
(91117, 4142, 229, 'Chilton Trinity', 511479800, -30087100, 0),
(91118, 4142, 229, 'Chinnock', 509166700, -27333300, 0),
(91119, 4084, 229, 'Chipperfield', 517038700, -4908200, 0),
(91120, 4092, 229, 'Chipping', 538833300, -25833300, 0),
(91121, 4078, 229, 'Chipping Campden', 520496400, -17767000, 0),
(91122, 4073, 229, 'Chipping Ongar', 517037900, 2454800, 0),
(91123, 4144, 229, 'Chipping Sodbury', 515381300, -23937900, 0),
(91124, 4156, 229, 'Chipstead', 513095800, -1732100, 0),
(91125, 4018, 229, 'Chiseldon', 515160600, -17320600, 0),
(91126, 4121, 229, 'Chislehampton', 516853300, -11435200, 0),
(91127, 4089, 229, 'Chislet', 513349600, 11914200, 0),
(91128, 4168, 229, 'Chithurst', 510012000, -8002600, 0),
(91129, 4169, 229, 'Chitterne', 511995400, -20079600, 0),
(91130, 4156, 229, 'Chobham', 513458400, -6045900, 0),
(91131, 4029, 229, 'Cholesbury', 517549400, -6517500, 0),
(91132, 4029, 229, 'Chorleywood West', 516500000, -5333300, 0),
(91133, 4057, 229, 'Church Broughton', 529004100, -16962100, 0),
(91134, 4164, 229, 'Church End', 520166700, -21500000, 0),
(91135, 4172, 229, 'Church Lench', 521591600, -19653100, 0),
(91136, 4172, 229, 'Churchill', 513339900, -27994100, 0),
(91137, 4058, 229, 'Churchstow', 502987700, -38098500, 0),
(91138, 4078, 229, 'Clapton', 518500000, -17666700, 0),
(91139, 4092, 229, 'Claughton', 540833300, -26666700, 0),
(91140, 4073, 229, 'Clavering', 519654000, 1430800, 0),
(91141, 4138, 229, 'Claverley', 525379000, -23064600, 0),
(91142, 4058, 229, 'Clawton', 507685000, -43365700, 0),
(91143, 4109, 229, 'Claxton', 525666700, 14333300, 0),
(91144, 4093, 229, 'Claybrooke Magna', 524934600, -12771200, 0),
(91145, 4121, 229, 'Claydon', 521067200, 11113400, 0),
(91146, 4025, 229, 'Clayton', 509116900, -1543200, 0),
(91147, 4078, 229, 'Clearwell', 517660000, -26210000, 0),
(91148, 4053, 229, 'Cleator Moor', 545214300, -35159000, 0),
(91149, 4138, 229, 'Clee Hill', 523741100, -26017900, 0),
(91150, 4089, 229, 'Cliffsend', 513299700, 13667700, 0),
(91151, 4150, 229, 'Clifton Campville', 526946400, -16283800, 0),
(91152, 4121, 229, 'Clifton Hampden', 516569000, -12102100, 0),
(91153, 4029, 229, 'Cliveden', 515584500, -6892200, 0),
(91154, 4035, 229, 'Clophill', 520272700, -4237700, 0),
(91155, 4138, 229, 'Clun', 524214100, -30275300, 0),
(91156, 4006, 229, 'Clutton', 513294400, -25430600, 0),
(91157, 4157, 229, 'Coalport', 526192000, -24507200, 0),
(91158, 4078, 229, 'Coates', 517075000, -20338900, 0),
(91159, 4054, 229, 'Coatham Mundeville', 545800200, -15564500, 0),
(91160, 4078, 229, 'Coberley', 518424500, -20543000, 0),
(91161, 4153, 229, 'Cobridge', 530336400, -21878600, 0),
(91162, 4049, 229, 'Cockfield', 521573700, 7842800, 0),
(91163, 4116, 229, 'Cogenhoe', 522375800, -7838100, 0),
(91164, 4053, 229, 'Colby', 545756400, -25155300, 0),
(91165, 4165, 229, 'Cold Ash', 514242600, -12646300, 0),
(91166, 4073, 229, 'Cold Norton', 516720900, 6699700, 0),
(91167, 4142, 229, 'Cole', 511007300, -24769600, 0),
(91168, 4169, 229, 'Colerne', 514383300, -22628000, 0),
(91169, 4169, 229, 'Collingbourne Kingston', 513010500, -16587600, 0),
(91170, 4083, 229, 'Collington', 522500000, -25166700, 0),
(91171, 4007, 229, 'Colmworth', 522168100, -3782600, 0),
(91172, 4117, 229, 'Colwell', 550666700, -20666700, 0),
(91173, 4119, 229, 'Colwick', 529542200, -10842100, 0),
(91174, 4142, 229, 'Combe Florey', 510729900, -32154700, 0),
(91175, 4142, 229, 'Combe Saint Nicholas', 509000000, -30000000, 0),
(91176, 4164, 229, 'Compton Verney', 521702200, -15434100, 0),
(91177, 4114, 229, 'Congresbury', 513713500, -28101800, 0),
(91178, 4094, 229, 'Coningsby', 531059800, -1759500, 0),
(91179, 4032, 229, 'Conington', 522774300, -656200, 0),
(91180, 4115, 229, 'Cononley', 539179700, -20165600, 0),
(91181, 4048, 229, 'Constantine', 501189000, -51759500, 0),
(91182, 4133, 229, 'Cookham', 515593600, -7081000, 0),
(91183, 4098, 229, 'Cooling', 514547400, 5239500, 0),
(91184, 4169, 229, 'Coombe Bissett', 510363200, -18457800, 0),
(91185, 4168, 229, 'Coombes', 508620900, -3083000, 0),
(91186, 4073, 229, 'Copford', 518809400, 8006300, 0),
(91187, 4115, 229, 'Copgrove', 540642200, -14745300, 0),
(91188, 4007, 229, 'Cople', 521234200, -3893300, 0),
(91189, 4045, 229, 'Copmanthorpe', 539141900, -11420900, 0),
(91190, 4127, 229, 'Copnor', 508169500, -10646300, 0),
(91191, 4150, 229, 'Coppenhall', 527666700, -21333300, 0),
(91192, 4165, 229, 'Copthorne', 511392900, -1174200, 0),
(91193, 4142, 229, 'Corfe', 509716600, -30953200, 0),
(91194, 4061, 229, 'Corfe Castle', 506402100, -20595100, 0),
(91195, 4053, 229, 'Corney', 543117100, -33661100, 0),
(91196, 4031, 229, 'Cornholme', 537323000, -21385100, 0),
(91197, 4169, 229, 'Corston', 513850000, -24402800, 0),
(91198, 4154, 229, 'Corton', 511630600, -20900000, 0),
(91199, 4020, 229, 'Coryton', 506333300, -41833300, 0),
(91200, 4164, 229, 'Cosford', 524000000, -12666700, 0),
(91201, 4116, 229, 'Cosgrove', 520751800, -8480100, 0),
(91202, 4119, 229, 'Costock', 528321200, -11480700, 0),
(91203, 4142, 229, 'Cote', 511955600, -29366700, 0),
(91204, 4138, 229, 'Coton', 522105800, 609400, 0),
(91205, 4119, 229, 'Cottam', 533000000, -7666700, 0),
(91206, 4059, 229, 'Cottesmore', 527138400, -6633000, 0),
(91207, 4154, 229, 'Cotton', 522631700, 10318600, 0),
(91208, 4007, 229, 'Cotton End', 520956000, -4174100, 0),
(91209, 4138, 229, 'Cound', 526400900, -26545300, 0),
(91210, 4053, 229, 'Coupland', 545500000, -24500000, 0),
(91211, 4116, 229, 'Courteenhall', 521706100, -9002100, 0),
(91212, 4032, 229, 'Coveney', 524166600, 1884800, 0),
(91213, 4094, 229, 'Covenham', 534166700, 166700, 0),
(91214, 4115, 229, 'Cowthorpe', 539666700, -13500000, 0),
(91215, 4049, 229, 'Coxhoe', 547147500, -15035600, 0),
(91216, 4117, 229, 'Cragside', 553136500, -18858000, 0),
(91217, 4061, 229, 'Cranborne', 509193100, -19212800, 0),
(91218, 4069, 229, 'Cranswick', 539500000, -4333300, 0),
(91219, 4115, 229, 'Craven', 540900100, -21560700, 0),
(91220, 4073, 229, 'Cressing', 518561400, 5847600, 0),
(91221, 4117, 229, 'Cresswell', 529500000, -20333300, 0),
(91222, 4116, 229, 'Crick', 523480800, -11370800, 0),
(91223, 4053, 229, 'Croasdale', 545500000, -24000000, 0),
(91224, 4089, 229, 'Crockham Hill', 512365600, 642900, 0),
(91225, 4041, 229, 'Crofton', 536563900, -14296800, 0),
(91226, 4081, 229, 'Crondall', 512328500, -8632900, 0),
(91227, 4117, 229, 'Crookham', 556166700, -21333300, 0),
(91228, 4115, 229, 'Cropton', 542913000, -8389900, 0),
(91229, 4119, 229, 'Cropwell Bishop', 529148000, -9848200, 0),
(91230, 4072, 229, 'Cross', 512885700, -28388700, 0),
(91231, 4169, 229, 'Cross Keys', 514411100, -21852800, 0),
(91232, 4070, 229, 'Cross in Hand', 509735900, 2238000, 0),
(91233, 4053, 229, 'Crosthwaite', 543148400, -28588200, 0),
(91234, 4092, 229, 'Croston', 536621700, -27752300, 0),
(91235, 4116, 229, 'Croughton', 519977200, -12047200, 0),
(91236, 4048, 229, 'Crowan', 501635500, -52970700, 0),
(91237, 4142, 229, 'Crowcombe', 511243300, -32336800, 0),
(91238, 4156, 229, 'Crowhurst', 508854400, 4950700, 0),
(91239, 4121, 229, 'Crowmarsh Gifford', 515983700, -11107300, 0),
(91240, 4094, 229, 'Croxby', 534669000, -2073300, 0),
(91241, 4049, 229, 'Croxdale', 547283600, -15858500, 0),
(91242, 4113, 229, 'Croxton', 522248600, -1790400, 0),
(91243, 4093, 229, 'Croxton Kerrial', 528552400, -7611500, 0),
(91244, 4169, 229, 'Crudwell', 516331800, -20695900, 0),
(91245, 4048, 229, 'Cubert', 503788700, -51150900, 0),
(91246, 4029, 229, 'Cublington', 518923800, -7795100, 0),
(91247, 4168, 229, 'Cuckfield', 510107300, -1406800, 0),
(91248, 4037, 229, 'Cuddington', 517935400, -9312600, 0),
(91249, 4116, 229, 'Culworth', 521175700, -12052300, 0),
(91250, 4094, 229, 'Cumberworth', 532390400, 2560100, 0),
(91251, 4121, 229, 'Cumnor', 517344200, -13330400, 0),
(91252, 4115, 229, 'Cundall', 541470300, -13520800, 0),
(91253, 4048, 229, 'Cury', 500468200, -52442100, 0),
(91254, 4115, 229, 'Dalby', 541333300, -10333300, 0),
(91255, 4116, 229, 'Dallington', 509470400, 3578700, 0),
(91256, 4089, 229, 'Darenth', 514213700, 2578400, 0),
(91257, 4115, 229, 'Darley', 540333300, -17000000, 0),
(91258, 4136, 229, 'Darnall', 533859500, -14096800, 0),
(91259, 4116, 229, 'Deanshanger', 520499600, -8866300, 0),
(91260, 4073, 229, 'Debden', 519774300, 2646600, 0),
(91261, 4154, 229, 'Debenham', 522242200, 11817200, 0),
(91262, 4073, 229, 'Dedham', 519589200, 9933600, 0),
(91263, 4136, 229, 'Deepcar', 534784000, -15699300, 0),
(91264, 4115, 229, 'Deepdale', 521256600, -2371300, 0),
(91265, 4078, 229, 'Deerhurst', 519665900, -21898800, 0),
(91266, 4045, 229, 'Deighton', 539000000, -10500000, 0),
(91267, 4048, 229, 'Delabole', 506234700, -47319000, 0),
(91268, 4116, 229, 'Denford', 523783000, -5439900, 0),
(91269, 4025, 229, 'Denholme', 538018900, -18950300, 0),
(91270, 4154, 229, 'Dennington', 510500000, -39666700, 0),
(91271, 4150, 229, 'Denstone', 529633400, -18523600, 0),
(91272, 4076, 229, 'Derwent Haugh', 549620100, -16762200, 0),
(91273, 4089, 229, 'Detling', 512950600, 5703100, 0),
(91274, 4048, 229, 'Devoran', 502114200, -50927100, 0),
(91275, 4094, 229, 'Digby', 530796900, -3922500, 0),
(91276, 4015, 229, 'Diggle', 535674400, -19972300, 0),
(91277, 4084, 229, 'Digswell', 518234200, -1916600, 0),
(91278, 4069, 229, 'Dimlington', 536666700, 1166700, 0),
(91279, 4029, 229, 'Dinton', 510833300, -19833300, 0),
(91280, 4036, 229, 'Disley', 533586500, -20384800, 0),
(91281, 4070, 229, 'Ditchling', 509210000, -1153600, 0),
(91282, 4117, 229, 'Doddington', 512813800, 7722600, 0),
(91283, 4058, 229, 'Doddiscombsleigh', 506678200, -36212800, 0),
(91284, 4094, 229, 'Donington', 529046100, -2050500, 0),
(91285, 4093, 229, 'Donisthorpe', 527240100, -15380000, 0),
(91286, 4136, 229, 'Dore', 533269000, -15403300, 0),
(91288, 4029, 229, 'Dorney', 515030800, -6621000, 0),
(91289, 4094, 229, 'Dorrington', 526166700, -27833300, 0),
(91290, 4172, 229, 'Doverdale', 522934800, -22055200, 0),
(91291, 4078, 229, 'Down Ampney', 516733900, -18566400, 0),
(91292, 4087, 229, 'Downend', 506867800, -12469500, 0),
(91293, 4032, 229, 'Downham', 524317900, 2386100, 0),
(91294, 4083, 229, 'Downton', 510000000, -17333300, 0),
(91295, 4057, 229, 'Drakelowe', 527666700, -16333300, 0),
(91296, 4115, 229, 'Drax', 537284000, -9808700, 0),
(91297, 4057, 229, 'Draycott', 512561500, -27511600, 0),
(91298, 4150, 229, 'Draycott in the Moors', 529576600, -20266300, 0),
(91299, 4029, 229, 'Drayton Parslow', 519493400, -7804600, 0),
(91300, 4121, 229, 'Ducklington', 517676300, -14841800, 0),
(91301, 4078, 229, 'Dudbridge', 517399200, -22405300, 0),
(91302, 4142, 229, 'Dulcote', 511999200, -26261200, 0),
(91303, 4164, 229, 'Dunchurch', 523375700, -12913600, 0),
(91304, 4168, 229, 'Duncton', 509466100, -6346800, 0),
(91305, 4094, 229, 'Dunham', 532666700, -7666700, 0),
(91306, 4094, 229, 'Dunholme', 533006700, -4654100, 0),
(91307, 4069, 229, 'Dunnington', 539500000, -2500000, 0),
(91308, 4142, 229, 'Dunster', 511823800, -34460800, 0),
(91309, 4076, 229, 'Dunston', 527500000, -21000000, 0),
(91310, 4081, 229, 'Durley', 509431200, -12641100, 0),
(91311, 4142, 229, 'Durston', 510479100, -30061000, 0),
(91312, 4078, 229, 'Dymock', 519787800, -24396700, 0),
(91313, 4032, 229, 'Earith', 523542200, 305600, 0),
(91314, 4093, 229, 'Earl Shilton', 525768200, -13153600, 0),
(91315, 4117, 229, 'Earle', 555297100, -20218300, 0),
(91316, 4116, 229, 'Earls Barton', 522662700, -7524800, 0),
(91317, 4041, 229, 'East Ardsley', 537217000, -15446100, 0),
(91318, 4058, 229, 'East Budleigh', 506525900, -33195200, 0),
(91319, 4121, 229, 'East Challow', 515889100, -14514000, 0),
(91320, 4058, 229, 'East Down', 511666700, -40000000, 0),
(91321, 4121, 229, 'East Hanney', 516344300, -13951800, 0),
(91322, 4073, 229, 'East Hanningfield', 516827700, 5590200, 0),
(91323, 4109, 229, 'East Harling', 524384300, 9335300, 0),
(91324, 4070, 229, 'East Hoathly', 509245700, 1630800, 0),
(91325, 4073, 229, 'East Horndon', 515692000, 3436200, 0),
(91326, 4142, 229, 'East Huntspill', 512023200, -29397600, 0),
(91327, 4119, 229, 'East Stoke', 506833300, -21833300, 0),
(91328, 4165, 229, 'Eastbury', 514912400, -14992500, 0),
(91329, 4089, 229, 'Eastchurch', 514067300, 8576600, 0),
(91331, 4024, 229, 'Easthampstead', 514007000, -7635500, 0),
(91332, 4078, 229, 'Eastington', 517472200, -23263900, 0),
(91333, 4041, 229, 'Eastmoor', 536898500, -14785200, 0),
(91334, 4114, 229, 'Easton-in-Gordano', 514759200, -26998700, 0),
(91335, 4069, 229, 'Eastrington', 537603800, -7932500, 0),
(91336, 4089, 229, 'Eastry', 512463900, 13077600, 0),
(91337, 4031, 229, 'Eastwood', 530000000, -13000000, 0),
(91338, 4083, 229, 'Eaton Bishop', 520456800, -28131400, 0),
(91339, 4032, 229, 'Eaton Socon', 522175200, -2892500, 0),
(91340, 4078, 229, 'Ebrington', 520582600, -17321700, 0),
(91341, 4158, 229, 'Eccles', 524666700, 9666700, 0),
(91342, 4136, 229, 'Ecclesall', 533544700, -15135500, 0),
(91343, 4057, 229, 'Eckington', 520666700, -21166700, 0),
(91344, 4057, 229, 'Edale', 533666700, -18166700, 0),
(91345, 4053, 229, 'Edenhall', 546829600, -26792000, 0),
(91346, 4094, 229, 'Edenham', 527837700, -4276100, 0),
(91347, 4078, 229, 'Edgeworth', 517521700, -20765700, 0),
(91348, 4008, 229, 'Edgworth', 536463600, -23940100, 0),
(91349, 4150, 229, 'Edingale', 527067600, -16891200, 0),
(91350, 4169, 229, 'Edington', 511547200, -28772200, 0),
(91351, 4059, 229, 'Edith Weston', 526378600, -6318900, 0),
(91352, 4117, 229, 'Edlingham', 553738800, -18278200, 0),
(91353, 4094, 229, 'Edlington', 532256700, -1540700, 0),
(91354, 4049, 229, 'Edmondsley', 548357200, -16322400, 0),
(91355, 4093, 229, 'Edmondthorpe', 527499100, -7260400, 0),
(91356, 4119, 229, 'Edwalton', 529157300, -11115100, 0),
(91357, 4083, 229, 'Edwin Loach', 522166700, -25000000, 0),
(91358, 4089, 229, 'Egerton', 511941100, 7281000, 0),
(91359, 4073, 229, 'Eight Ash Green', 518958700, 8228000, 0),
(91360, 4117, 229, 'Ellington', 523325600, -2993800, 0),
(91361, 4154, 229, 'Ellough', 524266400, 15916300, 0),
(91362, 4172, 229, 'Elmbridge', 523166700, -21500000, 0),
(91363, 4093, 229, 'Elmesthorpe', 525609100, -13110700, 0),
(91364, 4172, 229, 'Elmley Lovett', 523239800, -21904000, 0),
(91365, 4078, 229, 'Elmore', 518349100, -23093700, 0),
(91366, 4089, 229, 'Elmstone', 512973000, 12409400, 0),
(91367, 4115, 229, 'Elslack', 539395000, -21084200, 0),
(91368, 4032, 229, 'Elsworth', 522547000, -722500, 0),
(91369, 4053, 229, 'Elterwater', 544344100, -30372900, 0),
(91370, 4152, 229, 'Elton', 523333300, -28000000, 0),
(91371, 4045, 229, 'Elvington', 512075300, 12585400, 0),
(91372, 4103, 229, 'Emberton', 521369100, -7067300, 0),
(91373, 4115, 229, 'Embsay', 539766400, -19928200, 0),
(91374, 4090, 229, 'Emley', 536139500, -16313000, 0),
(91375, 4059, 229, 'Empingham', 526672200, -5960100, 0),
(91376, 4121, 229, 'Enstone', 519153700, -14537100, 0),
(91377, 4154, 229, 'Eriswell', 523747300, 5293600, 0),
(91378, 4025, 229, 'Esholt', 538585500, -17247200, 0),
(91379, 4053, 229, 'Eskdale', 543879000, -33243900, 0),
(91380, 4092, 229, 'Euxton', 536699000, -26761500, 0),
(91381, 4078, 229, 'Evenlode', 519602400, -16764500, 0),
(91382, 4169, 229, 'Everleigh', 512814500, -17094700, 0),
(91383, 4035, 229, 'Eversholt', 519870200, -5598300, 0),
(91384, 4121, 229, 'Ewelme', 516188700, -10709100, 0),
(91385, 4078, 229, 'Ewen', 516762900, -19969300, 0),
(91386, 4058, 229, 'Exbourne', 507987500, -39847700, 0),
(91387, 4142, 229, 'Exford', 511338100, -36404200, 0),
(91388, 4031, 229, 'Exley', 536986100, -18524100, 0),
(91389, 4058, 229, 'Exminster', 506807500, -34970600, 0),
(91390, 4154, 229, 'Exning', 522664200, 3743900, 0),
(91391, 4059, 229, 'Exton', 509850700, -11275600, 0),
(91392, 4116, 229, 'Eydon', 521488700, -12080700, 0),
(91393, 4154, 229, 'Eyke', 521157300, 13824700, 0),
(91394, 4089, 229, 'Eynsford', 513676500, 2113200, 0),
(91395, 4070, 229, 'Fairlight', 508790200, 6523600, 0),
(91396, 4144, 229, 'Falfield', 516369400, -24605600, 0),
(91397, 4069, 229, 'Fangfoss', 539690000, -8347300, 0),
(91398, 4081, 229, 'Farleigh Wallop', 512159700, -11061400, 0),
(91399, 4169, 229, 'Farley', 510500000, -16833300, 0),
(91400, 4037, 229, 'Farndon', 530500000, -8500000, 0),
(91401, 4090, 229, 'Farnley Tyas', 536114200, -17519900, 0),
(91402, 4116, 229, 'Farthinghoe', 520534500, -12204800, 0),
(91403, 4089, 229, 'Fawkham Green', 513678200, 2767200, 0),
(91404, 4029, 229, 'Fawley', 508166700, -13500000, 0),
(91405, 4117, 229, 'Felton', 513888900, -26827800, 0),
(91406, 4103, 229, 'Fenny Stratford', 519968000, -7179600, 0),
(91407, 4049, 229, 'Ferryhill', 546833300, -15500000, 0),
(91408, 4121, 229, 'Fifield', 518672200, -16549900, 0),
(91409, 4109, 229, 'Filby', 526595700, 16427100, 0),
(91410, 4058, 229, 'Filleigh', 510359200, -39041100, 0),
(91411, 4073, 229, 'Finchingfield', 519684100, 4512900, 0),
(91412, 4121, 229, 'Finmere', 519911800, -10750800, 0),
(91413, 4132, 229, 'Firbeck', 533909000, -11532400, 0),
(91414, 4049, 229, 'Fishburn', 546829600, -14363100, 0),
(91415, 4060, 229, 'Fishlake', 536106300, -10110100, 0),
(91416, 4138, 229, 'Fitz', 527557800, -28195500, 0),
(91417, 4041, 229, 'Fitzwilliam', 536328800, -13769000, 0),
(91418, 4168, 229, 'Five Oaks', 510447700, -4353300, 0),
(91419, 4142, 229, 'Fivehead', 510021200, -29214500, 0),
(91420, 4150, 229, 'Flash', 532016000, -19637300, 0),
(91421, 4114, 229, 'Flax Bourton', 514212200, -27052200, 0),
(91422, 4078, 229, 'Flaxley', 518345400, -24510100, 0),
(91423, 4070, 229, 'Fletching', 509933400, 345000, 0),
(91424, 4053, 229, 'Flimby', 546895600, -35209200, 0),
(91425, 4119, 229, 'Flintham', 530063100, -8981500, 0),
(91426, 4116, 229, 'Flore', 522364700, -10572600, 0),
(91427, 4032, 229, 'Folksworth', 524953700, -3127800, 0),
(91428, 4168, 229, 'Fontwell', 508552000, -6483100, 0),
(91429, 4073, 229, 'Ford End', 518250800, 4313000, 0),
(91430, 4032, 229, 'Fordham', 519166700, 8000000, 0),
(91431, 4154, 229, 'Fornham All Saints', 522758000, 6920500, 0),
(91432, 4154, 229, 'Fornham St. Genevieve', 515085300, -1257400, 0),
(91433, 4073, 229, 'Foulness', 516004800, 9017300, 0),
(91434, 4109, 229, 'Foulsham', 527818200, 10104900, 0),
(91435, 4089, 229, 'Four Elms', 512163500, 1060900, 0),
(91436, 4117, 229, 'Fourstones', 550058100, -21757000, 0),
(91437, 4032, 229, 'Fowlmere', 520934300, 743300, 0),
(91438, 4093, 229, 'Foxton', 521151000, 586200, 0),
(91439, 4070, 229, 'Framfield', 509633700, 1276300, 0),
(91440, 4094, 229, 'Frampton', 507500000, -25333300, 0),
(91441, 4144, 229, 'Frampton Cotterell', 515335100, -24757000, 0),
(91442, 4078, 229, 'Frampton on Severn', 517705400, -23638200, 0),
(91443, 4154, 229, 'Framsden', 521908100, 12105900, 0),
(91444, 4058, 229, 'Fremington', 510666700, -41166700, 0),
(91445, 4154, 229, 'Fressingfield', 523474500, 13176700, 0),
(91446, 4154, 229, 'Freston', 520077100, 11599200, 0),
(91447, 4121, 229, 'Fringford', 519533600, -11229200, 0),
(91448, 4053, 229, 'Frizington', 545418500, -34946000, 0),
(91449, 4057, 229, 'Froggatt', 532825000, -16356300, 0),
(91450, 4029, 229, 'Fulmer', 515614900, -5600000, 0),
(91451, 4094, 229, 'Fulstow', 534556800, -41100, 0),
(91452, 4061, 229, 'Furzebrook', 506532100, -20982600, 0),
(91453, 4073, 229, 'Fyfield', 512166700, -15833300, 0),
(91454, 4150, 229, 'Gailey', 526932300, -21314500, 0),
(91455, 4073, 229, 'Galleywood', 517000700, 4707600, 0),
(91456, 4058, 229, 'Galmpton', 503833300, -35666700, 0),
(91457, 4032, 229, 'Gamlingay', 521556100, -1930300, 0),
(91458, 4121, 229, 'Garford', 516627900, -13840600, 0),
(91459, 4069, 229, 'Garton', 538003500, -829100, 0),
(91460, 4087, 229, 'Gatcombe', 517464200, -24658700, 0),
(91461, 4156, 229, 'Gatton', 512635000, -1721100, 0),
(91462, 4094, 229, 'Gautby', 532355900, -2421300, 0),
(91463, 4029, 229, 'Gawcott', 519813600, -10101000, 0),
(91464, 4164, 229, 'Gaydon', 521834000, -14701000, 0),
(91465, 4103, 229, 'Gayhurst', 521136200, -7627800, 0),
(91466, 4154, 229, 'Gazeley', 522487200, 5178200, 0),
(91467, 4119, 229, 'Gedling', 529757400, -10787300, 0),
(91468, 4094, 229, 'Gedney', 527976800, 791400, 0),
(91469, 4058, 229, 'Georgeham', 511364700, -41960000, 0),
(91470, 4048, 229, 'Gerrans', 501817100, -49801700, 0),
(91471, 4115, 229, 'Giggleswick', 540719500, -22884800, 0),
(91472, 4053, 229, 'Gilgarran', 545938500, -35020600, 0),
(91473, 4115, 229, 'Gilling', 544407000, -17214200, 0),
(91474, 4117, 229, 'Gilsland', 549912500, -25717800, 0),
(91475, 4032, 229, 'Girton', 522333300, 833300, 0),
(91476, 4053, 229, 'Glasson', 539980800, -28474300, 0),
(91477, 4163, 229, 'Glazebrook', 534284000, -24604900, 0),
(91478, 4094, 229, 'Glentworth', 533813800, -5791300, 0),
(91479, 4138, 229, 'Gobowen', 528961500, -30368600, 0),
(91480, 4142, 229, 'Godney', 511791700, -27366700, 0),
(91481, 4081, 229, 'Godshill', 506330800, -12547600, 0),
(91482, 4084, 229, 'Goffs Oak', 517101500, -872000, 0),
(91483, 4048, 229, 'Golant', 503634100, -46426300, 0),
(91484, 4058, 229, 'Goodleigh', 510892300, -40021200, 0),
(91485, 4089, 229, 'Goodnestone', 512476300, 12320100, 0),
(91486, 4107, 229, 'Gosforth', 544171800, -34336600, 0),
(91487, 4119, 229, 'Gotham', 528679900, -12055800, 0),
(91488, 4069, 229, 'Goxhill', 536763500, -3375900, 0),
(91489, 4048, 229, 'Grade', 499824800, -51912800, 0),
(91490, 4048, 229, 'Grampound', 502992100, -49027500, 0),
(91491, 4163, 229, 'Grappenhall', 533720400, -25467500, 0),
(91492, 4053, 229, 'Grasmere', 544583600, -30251900, 0),
(91493, 4089, 229, 'Graveney', 513279600, 9469700, 0),
(91494, 4035, 229, 'Gravenhurst', 520085400, -3698200, 0),
(91495, 4053, 229, 'Great Asby', 545145100, -24909800, 0),
(91496, 4073, 229, 'Great Bardfield', 519481300, 4364500, 0),
(91497, 4169, 229, 'Great Bedwyn', 513795000, -16015100, 0),
(91498, 4154, 229, 'Great Blakenham', 521139400, 10925400, 0),
(91499, 4073, 229, 'Great Braxted', 517952900, 6990100, 0),
(91500, 4116, 229, 'Great Creaton', 523333300, -9500000, 0),
(91501, 4116, 229, 'Great Everdon', 522000000, -11333300, 0),
(91502, 4093, 229, 'Great Glen', 525754800, -10349000, 0),
(91503, 4115, 229, 'Great Heck', 536822000, -11042600, 0),
(91504, 4057, 229, 'Great Longstone', 532416900, -17016800, 0),
(91505, 4100, 229, 'Great Meols', 534056900, -31533900, 0),
(91506, 4164, 229, 'Great Packington', 524500000, -16500000, 0),
(91507, 4094, 229, 'Great Ponton', 528633300, -6277700, 0),
(91508, 4078, 229, 'Great Rissington', 518538500, -17111700, 0),
(91509, 4109, 229, 'Great Ryburgh', 528082300, 9009700, 0),
(91510, 4073, 229, 'Great Sampford', 519922500, 3913900, 0),
(91511, 4115, 229, 'Great Smeaton', 544339300, -14651800, 0),
(91512, 4053, 229, 'Great Strickland', 546000000, -26833300, 0),
(91513, 4032, 229, 'Great Stukeley', 523565700, -2107100, 0),
(91514, 4121, 229, 'Great Tew', 519608500, -14259900, 0),
(91515, 4073, 229, 'Great Tey', 518992500, 7490300, 0),
(91516, 4058, 229, 'Great Torrington', 509530900, -41440100, 0),
(91517, 4073, 229, 'Great Totham', 517735400, 6893200, 0),
(91518, 4073, 229, 'Great Wakering', 515524200, 8038000, 0),
(91519, 4169, 229, 'Great Wishford', 511189800, -18884200, 0),
(91520, 4084, 229, 'Great Wymondley', 519432900, -2357300, 0),
(91521, 4150, 229, 'Great Wyrley', 526627700, -20111100, 0),
(91522, 4061, 229, 'Green Island', 506795200, -19932000, 0),
(91523, 4073, 229, 'Greensted', 517028600, 2158600, 0),
(91524, 4059, 229, 'Greetham', 527205900, -6306800, 0),
(91525, 4164, 229, 'Grendon', 522344200, -7141100, 0),
(91526, 4116, 229, 'Gretton', 519666700, -19833300, 0),
(91527, 4053, 229, 'Greystoke', 546690700, -28727500, 0),
(91528, 4136, 229, 'Grimesthorpe', 534073300, -14390300, 0),
(91529, 4150, 229, 'Grindley', 528599900, -19468500, 0),
(91530, 4115, 229, 'Grinton', 543802600, -19335900, 0),
(91531, 4070, 229, 'Groombridge', 511112200, 1857600, 0),
(91532, 4116, 229, 'Guilsborough', 523512500, -10101600, 0),
(91533, 4048, 229, 'Gulval', 501328200, -55211800, 0),
(91534, 4087, 229, 'Gurnard', 507605700, -13241100, 0),
(91535, 4048, 229, 'Gweek', 500959700, -52074900, 0),
(91536, 4048, 229, 'Gwennap', 502179800, -51704000, 0),
(91537, 4048, 229, 'Gwithian', 502215000, -53855300, 0),
(91538, 4116, 229, 'Hackleton', 521879800, -8231200, 0),
(91539, 4094, 229, 'Hackthorn', 533166700, -5166700, 0),
(91540, 4053, 229, 'Hackthorpe', 546042900, -27151700, 0),
(91541, 4032, 229, 'Haddon', 525203500, -3283900, 0),
(91542, 4057, 229, 'Hadfield', 534643900, -19711000, 0),
(91543, 4089, 229, 'Hadlow', 512241700, 3391400, 0),
(91544, 4022, 229, 'Haigh', 536000000, -25833300, 0),
(91545, 4109, 229, 'Hainford', 527227900, 12909500, 0),
(91546, 4058, 229, 'Halberton', 509074000, -34120600, 0),
(91547, 4109, 229, 'Hales', 525166700, 15000000, 0),
(91548, 4093, 229, 'Hallaton', 525610700, -8369000, 0),
(91549, 4142, 229, 'Halse', 510430600, -32286100, 0),
(91550, 4058, 229, 'Halwill', 507781100, -42083900, 0),
(91551, 4092, 229, 'Hambleton', 537666700, -11666700, 0),
(91552, 4144, 229, 'Hambrook', 515080600, -25205600, 0),
(91553, 4061, 229, 'Hampreston', 507900900, -19237200, 0),
(91554, 4115, 229, 'Hampsthwaite', 540237400, -16061600, 0),
(91555, 4083, 229, 'Hampton Bishop', 520401600, -26571700, 0),
(91556, 4138, 229, 'Hampton Loade', 524747600, -23763700, 0),
(91557, 4141, 229, 'Hampton in Arden', 524254000, -17027100, 0),
(91558, 4150, 229, 'Hanbury', 522666700, -20500000, 0),
(91559, 4094, 229, 'Hannah', 532833300, 2500000, 0),
(91560, 4103, 229, 'Hanslope', 521142500, -8267200, 0),
(91561, 4109, 229, 'Happisburgh', 528236600, 15313800, 0),
(91562, 4117, 229, 'Harbottle', 553362100, -21054300, 0),
(91563, 4169, 229, 'Hardenhuish', 514702800, -21311100, 0),
(91564, 4078, 229, 'Haresfield', 517833300, -22666700, 0),
(91565, 4039, 229, 'Harewood', 539011900, -15119600, 0),
(91566, 4058, 229, 'Harford', 504166700, -39166700, 0),
(91567, 4037, 229, 'Hargrave', 522051900, 5887100, 0),
(91568, 4053, 229, 'Harker', 549380500, -29448600, 0),
(91569, 4138, 229, 'Harlescott', 527433000, -27426400, 0),
(91570, 4116, 229, 'Harlestone', 522721300, -9635700, 0),
(91571, 4117, 229, 'Harlow Hill', 550095600, -18784800, 0),
(91572, 4117, 229, 'Harnham', 551000000, -18833300, 0),
(91573, 4069, 229, 'Harpham', 540401300, -3335200, 0),
(91574, 4109, 229, 'Harpley', 528000000, 6666700, 0),
(91575, 4116, 229, 'Harpole', 522424600, -9893700, 0),
(91576, 4089, 229, 'Harrietsham', 512425200, 6706000, 0),
(91577, 4053, 229, 'Harrington', 524000000, -8500000, 0),
(91578, 4007, 229, 'Harrold', 522012700, -6103800, 0),
(91579, 4116, 229, 'Harrowden', 523166700, -7166700, 0),
(91580, 4117, 229, 'Hartburn', 551666700, -18500000, 0),
(91581, 4057, 229, 'Hartington', 531414700, -18101700, 0),
(91582, 4116, 229, 'Hartwell', 521461600, -8537600, 0),
(91583, 4172, 229, 'Harvington', 521333300, -19166700, 0),
(91584, 4156, 229, 'Hascombe', 511496900, -5725800, 0),
(91585, 4164, 229, 'Haseley', 523094400, -16580600, 0),
(91586, 4092, 229, 'Haslingden', 537032600, -23238200, 0),
(91587, 4049, 229, 'Haswell', 547833300, -14166700, 0),
(91588, 4169, 229, 'Hatch', 510538900, -21075000, 0),
(91589, 4142, 229, 'Hatch Beauchamp', 509775700, -29977400, 0),
(91590, 4121, 229, 'Hatford', 516510500, -15123400, 0),
(91591, 4058, 229, 'Hatherleigh', 508214400, -40722800, 0),
(91592, 4078, 229, 'Hatherop', 517455800, -17764000, 0),
(91593, 4019, 229, 'Hattersley', 534479000, -20278000, 0),
(91594, 4054, 229, 'Haughton le Skerne', 545384900, -15191500, 0),
(91595, 4053, 229, 'Haverigg', 541997300, -32926300, 0),
(91596, 4053, 229, 'Haverthwaite', 542457900, -30133400, 0),
(91597, 4058, 229, 'Hawkchurch', 508000000, -29333300, 0),
(91598, 4154, 229, 'Hawkedon', 521460800, 6242500, 0),
(91599, 4142, 229, 'Hawkridge', 510641500, -36275400, 0),
(91600, 4053, 229, 'Hawkshead', 543750300, -29990000, 0),
(91601, 4119, 229, 'Hawksworth', 529666700, -8666700, 0),
(91602, 4025, 229, 'Haworth', 538290500, -19482700, 0),
(91603, 4049, 229, 'Hawthorn', 514241700, -22236100, 0),
(91604, 4035, 229, 'Haynes', 520664600, -3994600, 0),
(91605, 4057, 229, 'Heage', 530505000, -14468800, 0),
(91606, 4117, 229, 'Healey', 542166700, -17333300, 0),
(91607, 4111, 229, 'Healing', 535810100, -1620200, 0),
(91608, 4093, 229, 'Heather', 526933000, -14241000, 0),
(91609, 4081, 229, 'Heckfield', 513394100, -9606200, 0),
(91610, 4058, 229, 'Hele', 508166700, -34333300, 0),
(91611, 4116, 229, 'Hellidon', 522180300, -12428300, 0),
(91612, 4115, 229, 'Hellifield', 540048600, -22230200, 0),
(91613, 4090, 229, 'Helme', 536041400, -18501200, 0),
(91614, 4094, 229, 'Helpringham', 529512800, -3061600, 0),
(91615, 4037, 229, 'Helsby', 532739600, -27690500, 0),
(91616, 4058, 229, 'Hemerdon', 503970400, -40213900, 0),
(91617, 4115, 229, 'Hemingbrough', 537686300, -9767300, 0),
(91618, 4094, 229, 'Hemswell', 534069900, -6016000, 0),
(91619, 4073, 229, 'Henham', 519334700, 2479600, 0),
(91620, 4115, 229, 'Hensall', 537025000, -11072200, 0),
(91621, 4090, 229, 'Hepworth', 523358600, 9123800, 0),
(91622, 4165, 229, 'Hermitage', 514554000, -12682300, 0),
(91623, 4089, 229, 'Herne', 513496500, 11333100, 0),
(91624, 4073, 229, 'Herongate', 515989100, 3448200, 0),
(91625, 4070, 229, 'Herstmonceux', 508895800, 3229000, 0),
(91626, 4049, 229, 'Hesleden', 547371200, -13170600, 0),
(91627, 4115, 229, 'Hetton', 540166700, -20500000, 0),
(91628, 4089, 229, 'Hever', 511836500, 1106400, 0),
(91629, 4109, 229, 'Heydon', 520403500, 868600, 0),
(91630, 4168, 229, 'Heyshott', 509556700, -7244100, 0),
(91631, 4113, 229, 'Hibaldstow', 535113300, -5208200, 0),
(91632, 4109, 229, 'Hickling', 527554600, 15698400, 0),
(91633, 4168, 229, 'Hickstead', 509681600, -1950100, 0),
(91634, 4089, 229, 'High Halden', 511033100, 7139400, 0),
(91635, 4098, 229, 'High Halstow', 514486300, 5609000, 0),
(91636, 4136, 229, 'High Hazels', 533833300, -14000000, 0),
(91637, 4057, 229, 'High Peak Junction', 531000000, -15333300, 0),
(91638, 4081, 229, 'Highclere', 513386000, -13756900, 0),
(91639, 4069, 229, 'Highfield', 538178800, -9011400, 0),
(91640, 4135, 229, 'Hightown', 535166700, -30500000, 0),
(91641, 4150, 229, 'Hilderstone', 529104000, -20795100, 0),
(91642, 4078, 229, 'Hillesley', 516044400, -23355600, 0),
(91643, 4169, 229, 'Hilmarton', 514765700, -19718700, 0),
(91644, 4150, 229, 'Himley', 525190400, -21818200, 0),
(91645, 4156, 229, 'Hinchley Wood', 513746100, -3383800, 0),
(91646, 4169, 229, 'Hindon', 510922200, -21258300, 0),
(91647, 4154, 229, 'Hintlesham', 520496100, 10446500, 0),
(91648, 4089, 229, 'Hoath', 513339400, 11622300, 0),
(91649, 4035, 229, 'Hockliffe', 519310900, -5865200, 0),
(91650, 4057, 229, 'Holbrook', 519834000, 11585400, 0),
(91651, 4117, 229, 'Holburn', 556000000, -19166700, 0),
(91652, 4142, 229, 'Holford', 511612600, -32100700, 0),
(91653, 4053, 229, 'Holker', 541833300, -29666700, 0),
(91654, 4089, 229, 'Hollingbourne', 512677200, 6428700, 0),
(91655, 4109, 229, 'Holme Hale', 526316600, 7873600, 0),
(91656, 4156, 229, 'Holmwood', 511804900, -3217600, 0),
(91657, 4173, 229, 'Holt', 513555600, -21972200, 0),
(91658, 4045, 229, 'Holtby', 539787600, -9725500, 0),
(91659, 4094, 229, 'Holton', 510411100, -24472200, 0),
(91660, 4094, 229, 'Holton le Clay', 535052000, -630000, 0),
(91661, 4109, 229, 'Honing', 527972400, 14512400, 0),
(91662, 4094, 229, 'Honington', 520816700, -16179900, 0),
(91663, 4070, 229, 'Hooe', 508701700, 4041800, 0),
(91664, 4121, 229, 'Hook Norton', 519956400, -14827700, 0),
(91665, 4150, 229, 'Hopton', 523729300, 9268900, 0),
(91666, 4094, 229, 'Horbling', 529027900, -3384300, 0),
(91667, 4049, 229, 'Horden', 547647800, -13142700, 0),
(91668, 4142, 229, 'Hornblotton Green', 510986100, -25883300, 0),
(91669, 4115, 229, 'Hornby', 541000000, -26333300, 0),
(91670, 4020, 229, 'Horndon on the Hill', 515235800, 4049100, 0),
(91671, 4156, 229, 'Horne', 511831600, -882300, 0),
(91672, 4169, 229, 'Horningsham', 511695500, -22707100, 0),
(91673, 4121, 229, 'Hornton', 521016000, -14276200, 0),
(91674, 4154, 229, 'Horringer', 522174000, 6714100, 0),
(91675, 4081, 229, 'Horsebridge', 508824100, 2413600, 0),
(91676, 4109, 229, 'Horsey', 527333300, 16666700, 0),
(91677, 4109, 229, 'Horsford', 527015300, 12401500, 0),
(91678, 4094, 229, 'Horsington', 532000000, -2166700, 0),
(91679, 4117, 229, 'Horsley', 516833300, -22333300, 0),
(91680, 4150, 229, 'Horton', 508658900, -19590000, 0),
(91681, 4093, 229, 'Hose', 528569900, -9042800, 0),
(91682, 4069, 229, 'Hotham', 537958300, -6425300, 0),
(91683, 4089, 229, 'Hothfield', 511711600, 8182200, 0),
(91684, 4037, 229, 'Hough Green', 531833300, -29000000, 0),
(91685, 4094, 229, 'Hougham', 511130100, 12472900, 0),
(91686, 4094, 229, 'Howell', 530018700, -3088200, 0),
(91687, 4115, 229, 'Huby', 540833300, -11333300, 0),
(91688, 4057, 229, 'Hucklow', 533000000, -17500000, 0),
(91689, 4093, 229, 'Hugglescote', 527097600, -13717900, 0),
(91690, 4169, 229, 'Huish', 513711400, -17926600, 0),
(91691, 4169, 229, 'Hullavington', 515377800, -21516300, 0),
(91692, 4094, 229, 'Humby', 528666700, -500000, 0),
(91693, 4115, 229, 'Hunton', 512177400, 4579900, 0),
(91694, 4142, 229, 'Huntspill', 512056200, -29873500, 0),
(91695, 4164, 229, 'Hurley', 515464400, -8092100, 0),
(91696, 4061, 229, 'Hurn', 507727200, -18205500, 0),
(91697, 4092, 229, 'Hurst Green', 510181800, 4702700, 0),
(91698, 4081, 229, 'Hurstbourne Tarrant', 512762700, -14529800, 0),
(91699, 4093, 229, 'Husbands Bosworth', 524523200, -10555700, 0),
(91700, 4035, 229, 'Husborne Crawley', 520163700, -6105600, 0),
(91701, 4049, 229, 'Hutton Henry', 547194500, -13403400, 0),
(91702, 4029, 229, 'Ibstone', 516364000, -9129000, 0),
(91703, 4084, 229, 'Ickleford', 519701800, -2798900, 0),
(91704, 4070, 229, 'Icklesham', 509158100, 6677600, 0),
(91705, 4032, 229, 'Ickleton', 520722800, 1773700, 0),
(91706, 4154, 229, 'Icklingham', 523272900, 5962700, 0),
(91707, 4150, 229, 'Ilam', 530547500, -17996100, 0),
(91708, 4142, 229, 'Ilchester', 510058700, -26798100, 0),
(91709, 4117, 229, 'Ilderton', 554913400, -19749700, 0),
(91710, 4048, 229, 'Illogan', 502439300, -52656400, 0),
(91711, 4142, 229, 'Ilton', 509500000, -29166700, 0),
(91712, 4169, 229, 'Imber', 512361200, -20510900, 0),
(91713, 4073, 229, 'Ingatestone', 516702700, 3835900, 0),
(91714, 4115, 229, 'Ingerthorpe', 540869300, -15541900, 0),
(91715, 4094, 229, 'Ingoldmells', 531941400, 3335800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(91716, 4117, 229, 'Ingram', 554402200, -19745300, 0),
(91717, 4025, 229, 'Ingrow', 538543200, -19165000, 0),
(91718, 4092, 229, 'Inskip', 538342100, -28175600, 0),
(91719, 4058, 229, 'Instow', 510536900, -41791800, 0),
(91720, 4073, 229, 'Inworth', 518268100, 7272900, 0),
(91721, 4116, 229, 'Irchester', 522810800, -6451000, 0),
(91722, 4144, 229, 'Iron Acton', 515492100, -24608700, 0),
(91723, 4070, 229, 'Isfield', 509347900, 651300, 0),
(91724, 4088, 229, 'Isles of Scilly', 499251500, -62989400, 0),
(91725, 4061, 229, 'Iwerne Courtney', 509166700, -22000000, 0),
(91726, 4154, 229, 'Ixworth', 522989300, 8341000, 0),
(91727, 4048, 229, 'Jacobstow', 507333300, -45500000, 0),
(91728, 4113, 229, 'Keadby', 535930800, -7402100, 0),
(91729, 4093, 229, 'Kegworth', 528348200, -12804200, 0),
(91730, 4109, 229, 'Kelling', 529425100, 11146800, 0),
(91731, 4049, 229, 'Kelloe', 547189400, -14749500, 0),
(91732, 4073, 229, 'Kelvedon', 518400700, 7057000, 0),
(91733, 4078, 229, 'Kemble', 516766700, -20180600, 0),
(91734, 4172, 229, 'Kempsey', 521393600, -22175100, 0),
(91735, 4078, 229, 'Kempsford', 516713500, -17735900, 0),
(91736, 4007, 229, 'Kempston Hardwick', 520895600, -4990800, 0),
(91737, 4089, 229, 'Kemsing', 513060400, 2291700, 0),
(91738, 4032, 229, 'Kennett', 522849600, 4875600, 0),
(91739, 4035, 229, 'Kensworth', 518517300, -5038600, 0),
(91740, 4058, 229, 'Kentisbury', 511833300, -39833300, 0),
(91741, 4107, 229, 'Kenton', 506333300, -34666700, 0),
(91742, 4163, 229, 'Kenyon', 534558600, -25593600, 0),
(91743, 4053, 229, 'Kershopefoot', 551372400, -28219000, 0),
(91744, 4157, 229, 'Ketley', 526958800, -24818100, 0),
(91745, 4059, 229, 'Ketton', 526280400, -5545900, 0),
(91746, 4079, 229, 'Kew Gardens', 514728300, -3007500, 0),
(91747, 4089, 229, 'Key Street', 513454000, 6989300, 0),
(91748, 4121, 229, 'Kiddington', 519027700, -13987300, 0),
(91749, 4117, 229, 'Kielder', 552344800, -25853800, 0),
(91750, 4093, 229, 'Kilby', 525528500, -10862900, 0),
(91751, 4048, 229, 'Kilkhampton', 508756600, -44839200, 0),
(91752, 4132, 229, 'Kilnhurst', 534705900, -13036700, 0),
(91753, 4109, 229, 'Kilverstone', 524238600, 7790700, 0),
(91754, 4119, 229, 'Kilvington', 529774200, -8104800, 0),
(91755, 4032, 229, 'Kimbolton', 522500000, -27000000, 0),
(91756, 4084, 229, 'Kimpton', 518500000, -2833300, 0),
(91757, 4081, 229, 'Kings Worthy', 510886200, -12978000, 0),
(91758, 4078, 229, 'Kingscote', 516666700, -22666700, 0),
(91759, 4089, 229, 'Kingsdown', 511833300, 14000000, 0),
(91760, 4083, 229, 'Kingsland', 522500000, -28000000, 0),
(91761, 4037, 229, 'Kingsley', 511393500, -8711800, 0),
(91763, 4053, 229, 'Kingstown', 549338000, -29629600, 0),
(91764, 4169, 229, 'Kington Langley', 514887700, -21166300, 0),
(91765, 4157, 229, 'Kinnersley', 521333300, -29500000, 0),
(91766, 4165, 229, 'Kintbury', 513995800, -14486500, 0),
(91767, 4115, 229, 'Kirby', 544333300, -11666700, 0),
(91768, 4093, 229, 'Kirby Muxloe', 526333800, -12332200, 0),
(91769, 4069, 229, 'Kirk Ella', 537539900, -4549000, 0),
(91770, 4115, 229, 'Kirk Hammerton', 539943500, -12917600, 0),
(91771, 4057, 229, 'Kirk Langley', 529459700, -15725400, 0),
(91772, 4049, 229, 'Kirk Merrington', 546763700, -15975400, 0),
(91773, 4115, 229, 'Kirk Smeaton', 536443300, -12178500, 0),
(91774, 4053, 229, 'Kirkbride', 548932900, -32018300, 0),
(91775, 4069, 229, 'Kirkburn', 539833500, -5039700, 0),
(91776, 4115, 229, 'Kirkby Malzeard', 541644300, -16463300, 0),
(91777, 4053, 229, 'Kirkby Stephen', 544722900, -23486500, 0),
(91778, 4053, 229, 'Kirkby-in-Furness', 542324300, -31874100, 0),
(91779, 4115, 229, 'Kirkbymoorside', 542701400, -9321800, 0),
(91780, 4121, 229, 'Kirtlington', 518732100, -12749300, 0),
(91781, 4094, 229, 'Kirton', 520083400, 13193900, 0),
(91782, 4113, 229, 'Kirton in Lindsey', 534754800, -5956600, 0),
(91783, 4116, 229, 'Kislingbury', 522297600, -9791400, 0),
(91784, 4115, 229, 'Knapton', 528500000, 14333300, 0),
(91785, 4154, 229, 'Lackford', 523022500, 6262300, 0),
(91786, 4169, 229, 'Lacock', 514152800, -21219400, 0),
(91787, 4048, 229, 'Ladock', 503202600, -49614200, 0),
(91788, 4089, 229, 'Lamberhurst', 511019600, 3932800, 0),
(91789, 4165, 229, 'Lambourn', 515080500, -15310500, 0),
(91790, 4142, 229, 'Lambrook', 509666700, -28333300, 0),
(91791, 4076, 229, 'Lamesley', 549156700, -16094500, 0),
(91792, 4116, 229, 'Lamport', 523635000, -8914400, 0),
(91793, 4092, 229, 'Laneshaw Bridge', 538628000, -21188500, 0),
(91794, 4119, 229, 'Langar', 529037900, -9253100, 0),
(91795, 4109, 229, 'Langham', 522924200, 8978700, 0),
(91796, 4168, 229, 'Langley Green', 511281700, -1983500, 0),
(91797, 4057, 229, 'Langley Mill', 530188700, -13299100, 0),
(91798, 4005, 229, 'Langsett', 535005700, -16815400, 0),
(91799, 4081, 229, 'Langstone', 508396600, -9827600, 0),
(91800, 4115, 229, 'Langton', 532000000, -1500000, 0),
(91801, 4094, 229, 'Langworth', 532733700, -4105400, 0),
(91802, 4048, 229, 'Lanivet', 504435100, -47644300, 0),
(91803, 4048, 229, 'Lanlivery', 503989900, -47030800, 0),
(91804, 4150, 229, 'Lapley', 527141300, -21877500, 0),
(91805, 4164, 229, 'Lapworth', 523364900, -17611600, 0),
(91806, 4081, 229, 'Lasham', 511776700, -10349500, 0),
(91807, 4029, 229, 'Latimer', 516796100, -5496600, 0),
(91808, 4169, 229, 'Latton', 516589100, -18705700, 0),
(91809, 4103, 229, 'Lavendon', 521727900, -6610900, 0),
(91810, 4154, 229, 'Lavenham', 521086100, 7961700, 0),
(91811, 4081, 229, 'Laverstoke', 512346200, -12965600, 0),
(91812, 4073, 229, 'Lawford', 519333300, 10333300, 0),
(91813, 4069, 229, 'Laxton', 525500000, -6000000, 0),
(91814, 4121, 229, 'Leafield', 518350400, -15438400, 0),
(91815, 4115, 229, 'Leake', 543166700, -13333300, 0),
(91816, 4162, 229, 'Leamore', 526089200, -20043600, 0),
(91817, 4049, 229, 'Leamside', 548142900, -15171300, 0),
(91818, 4084, 229, 'Leavesden Green', 516902200, -3340500, 0),
(91819, 4092, 229, 'Leck', 541863000, -25471100, 0),
(91820, 4081, 229, 'Leckford', 511373600, -14657100, 0),
(91821, 4029, 229, 'Leckhampstead', 520340700, -9382200, 0),
(91822, 4039, 229, 'Ledston', 537525400, -13435500, 0),
(91823, 4029, 229, 'Lee', 512000000, -41833300, 0),
(91824, 4058, 229, 'Lee Mill', 503857000, -39712100, 0),
(91825, 4048, 229, 'Leedstown', 501605500, -53550300, 0),
(91826, 4094, 229, 'Legbourne', 533385300, 526000, 0),
(91827, 4078, 229, 'Leighterton', 516195200, -22563300, 0),
(91828, 4081, 229, 'Lepe', 507855400, -13639400, 0),
(91829, 4075, 229, 'Leven', 538833300, -3166700, 0),
(91830, 4053, 229, 'Levens', 542690600, -27873500, 0),
(91831, 4094, 229, 'Leverton', 530000000, 833300, 0),
(91832, 4121, 229, 'Lewknor', 516713800, -9672300, 0),
(91833, 4018, 229, 'Liddington', 515315800, -17029800, 0),
(91834, 4164, 229, 'Lighthorne', 521998200, -15044400, 0),
(91835, 4157, 229, 'Lilleshall', 527341800, -24031600, 0),
(91836, 4084, 229, 'Lilley', 519254300, -3746900, 0),
(91837, 4164, 229, 'Lillington', 509166700, -25333300, 0),
(91838, 4168, 229, 'Linchmere', 510837900, -7421800, 0),
(91839, 4053, 229, 'Lindal in Furness', 541666700, -31500000, 0),
(91840, 4117, 229, 'Linden', 552500000, -17666700, 0),
(91841, 4073, 229, 'Lindsell', 519172200, 3881300, 0),
(91842, 4156, 229, 'Lingfield', 511748200, -128700, 0),
(91843, 4138, 229, 'Linley', 525833300, -24333300, 0),
(91844, 4094, 229, 'Linwood', 533500000, -3333300, 0),
(91845, 4069, 229, 'Lissett', 540053000, -2515700, 0),
(91846, 4073, 229, 'Liston', 520666700, 7000000, 0),
(91847, 4084, 229, 'Little Amwell', 517833300, -333300, 0),
(91848, 4073, 229, 'Little Burstead', 516046900, 4077000, 0),
(91849, 4089, 229, 'Little Chart', 511792600, 7794300, 0),
(91850, 4073, 229, 'Little Clacton', 518255700, 11421500, 0),
(91851, 4070, 229, 'Little Common', 508465400, 4338700, 0),
(91852, 4057, 229, 'Little Eaton', 529702800, -14595000, 0),
(91853, 4073, 229, 'Little Hallingbury', 518332400, 1815100, 0),
(91854, 4121, 229, 'Little Haseley', 517008800, -10744200, 0),
(91855, 4029, 229, 'Little Horwood', 519686500, -8491200, 0),
(91856, 4103, 229, 'Little Linford', 520900500, -7705000, 0),
(91857, 4084, 229, 'Little Munden', 518666700, -500000, 0),
(91858, 4116, 229, 'Little Oakley', 519158400, 12227000, 0),
(91859, 4164, 229, 'Little Packington', 524500000, -16833300, 0),
(91860, 4081, 229, 'Little Somborne', 510944900, -14517000, 0),
(91861, 4073, 229, 'Little Waltham', 517874900, 4785900, 0),
(91862, 4078, 229, 'Little Washbourne', 520000000, -20166700, 0),
(91863, 4073, 229, 'Littlebury', 520345000, 2095800, 0),
(91864, 4061, 229, 'Littlemoor', 506459800, -24470300, 0),
(91865, 4115, 229, 'Litton', 512875000, -25816700, 0),
(91866, 4048, 229, 'Lizard', 499679500, -52043400, 0),
(91867, 4114, 229, 'Locking', 513332700, -29138700, 0),
(91868, 4121, 229, 'Lockinge', 515859800, -13878800, 0),
(91869, 4093, 229, 'Loddington', 523973400, -8017400, 0),
(91870, 4168, 229, 'Lodsworth', 510010100, -6808100, 0),
(91871, 4032, 229, 'Lolworth', 522578900, 8600, 0),
(91872, 4094, 229, 'Long Bennington', 529931400, -7580300, 0),
(91873, 4116, 229, 'Long Buckby', 523026000, -10811300, 0),
(91874, 4029, 229, 'Long Crendon', 517729400, -9968400, 0),
(91875, 4078, 229, 'Long Newnton', 516263900, -21333300, 0),
(91876, 4014, 229, 'Longbenton', 550177700, -15693600, 0),
(91877, 4078, 229, 'Longborough', 519654200, -17405600, 0),
(91878, 4117, 229, 'Longhirst', 551971900, -16485500, 0),
(91879, 4078, 229, 'Longhope', 518666700, -24500000, 0),
(91880, 4078, 229, 'Longney', 518166700, -25166700, 0),
(91881, 4081, 229, 'Longparish', 511972800, -13835000, 0),
(91882, 4092, 229, 'Longridge', 538333300, -25833300, 0),
(91883, 4138, 229, 'Loppington', 528588800, -27874800, 0),
(91884, 4076, 229, 'Low Eighton', 549131600, -15828900, 0),
(91885, 4076, 229, 'Low Walker', 549666700, -15333300, 0),
(91886, 4078, 229, 'Lower Cam', 517040200, -23668200, 0),
(91887, 4029, 229, 'Lower Hartwell', 518060100, -8498100, 0),
(91888, 4156, 229, 'Lower Kingswood', 512708300, -2102000, 0),
(91889, 4078, 229, 'Lower Lemington', 520000000, -16833300, 0),
(91890, 4078, 229, 'Lower Slaughter', 519013400, -17606500, 0),
(91891, 4078, 229, 'Lower Soudley', 517841400, -24868900, 0),
(91892, 4093, 229, 'Lowesby', 526605600, -9316900, 0),
(91893, 4069, 229, 'Lowthorpe', 540294200, -3459300, 0),
(91894, 4114, 229, 'Loxton', 512965200, -28993700, 0),
(91895, 4093, 229, 'Lubenham', 524799000, -9643800, 0),
(91896, 4113, 229, 'Luddington', 536333300, -7500000, 0),
(91897, 4048, 229, 'Ludgvan', 501445900, -54947300, 0),
(91898, 4169, 229, 'Ludwell', 510031500, -21397600, 0),
(91899, 4057, 229, 'Lullington', 527127400, -16312100, 0),
(91900, 4041, 229, 'Lupset', 536719400, -15313100, 0),
(91901, 4094, 229, 'Lusby', 531904100, 28900, 0),
(91902, 4078, 229, 'Lydbrook', 518376300, -25781800, 0),
(91903, 4089, 229, 'Lydden', 511630400, 12353600, 0),
(91904, 4168, 229, 'Lyminster', 508334800, -5464000, 0),
(91905, 4058, 229, 'Lympstone', 506475100, -34316200, 0),
(91906, 4058, 229, 'Lynton', 512294900, -38354700, 0),
(91907, 4057, 229, 'Mackworth', 529359700, -15370900, 0),
(91908, 4172, 229, 'Madresfield', 521273400, -22891800, 0),
(91909, 4048, 229, 'Madron', 501326600, -55648400, 0),
(91910, 4150, 229, 'Maer', 529500000, -23166700, 0),
(91911, 4115, 229, 'Malham', 540619100, -21525900, 0),
(91912, 4058, 229, 'Manaton', 506166200, -37683800, 0),
(91913, 4094, 229, 'Manby', 533629100, 965300, 0),
(91914, 4053, 229, 'Manesty', 545597200, -31578800, 0),
(91915, 4089, 229, 'Manston', 509500000, -22666700, 0),
(91916, 4073, 229, 'Manuden', 519189100, 1672000, 0),
(91917, 4121, 229, 'Marcham', 516686200, -13442800, 0),
(91918, 4089, 229, 'Marden', 511748200, 4885500, 0),
(91919, 4070, 229, 'Maresfield', 509972600, 877600, 0),
(91920, 4073, 229, 'Margaretting', 516900100, 4149900, 0),
(91921, 4048, 229, 'Marhamchurch', 508051300, -45224100, 0),
(91922, 4093, 229, 'Market Bosworth', 526242800, -14017400, 0),
(91923, 4169, 229, 'Market Lavington', 512875600, -19772900, 0),
(91924, 4073, 229, 'Marks Tey', 518762800, 7642400, 0),
(91925, 4073, 229, 'Markshall', 519000000, 6833300, 0),
(91926, 4076, 229, 'Marley Hill', 549167800, -16814200, 0),
(91927, 4057, 229, 'Marlpool', 530068300, -13445900, 0),
(91928, 4060, 229, 'Marr', 535429600, -12205100, 0),
(91929, 4121, 229, 'Marsh Baldon', 516919800, -11876000, 0),
(91930, 4109, 229, 'Marsham', 527688100, 12533000, 0),
(91931, 4138, 229, 'Marshbrook', 525035100, -28238500, 0),
(91932, 4108, 229, 'Marshfield', 514619400, -23200000, 0),
(91933, 4061, 229, 'Marshwood', 507931100, -28776100, 0),
(91934, 4142, 229, 'Marston Magna', 510000000, -25833300, 0),
(91935, 4081, 229, 'Martyr Worthy', 510932800, -12645600, 0),
(91936, 4058, 229, 'Marwood', 511189800, -40801400, 0),
(91937, 4073, 229, 'Matching', 517849900, 2093800, 0),
(91938, 4057, 229, 'Matlock Bath', 531219600, -15587700, 0),
(91939, 4119, 229, 'Mattersey', 533961800, -9649300, 0),
(91940, 4035, 229, 'Maulden', 520306300, -4697500, 0),
(91941, 4053, 229, 'Mawbray', 548087800, -34279300, 0),
(91942, 4048, 229, 'Mawgan Porth', 504666700, -50333300, 0),
(91943, 4048, 229, 'Mawnan', 501074900, -50956200, 0),
(91944, 4116, 229, 'Mawsley', 523697200, -8155400, 0),
(91945, 4124, 229, 'Maxey', 526583600, -3340400, 0),
(91946, 4008, 229, 'Meadowbank', 537166700, -25166700, 0),
(91947, 4142, 229, 'Meare', 511716700, -27838900, 0),
(91948, 4093, 229, 'Measham', 527064400, -15063700, 0),
(91949, 4029, 229, 'Medmenham', 515529000, -8401100, 0),
(91950, 4081, 229, 'Medstead', 511296500, -10652400, 0),
(91951, 4007, 229, 'Melchbourne', 522801800, -4932700, 0),
(91952, 4092, 229, 'Melling', 534833300, -29166700, 0),
(91953, 4092, 229, 'Mellor', 534000000, -20166700, 0),
(91954, 4090, 229, 'Meltham', 535833300, -18500000, 0),
(91955, 4113, 229, 'Melton Ross', 535818100, -3855600, 0),
(91956, 4058, 229, 'Membury', 508166700, -30166700, 0),
(91957, 4154, 229, 'Mendham', 523975500, 13375900, 0),
(91958, 4048, 229, 'Menheniot', 504400600, -44119400, 0),
(91959, 4156, 229, 'Merrow', 512455200, -5313600, 0),
(91960, 4058, 229, 'Merryfield', 508333300, -43333300, 0),
(91961, 4089, 229, 'Mersham', 511192000, 9330700, 0),
(91962, 4113, 229, 'Messingham', 535282800, -6538500, 0),
(91963, 4094, 229, 'Metheringham', 531401500, -4036800, 0),
(91964, 4039, 229, 'Methley', 537374000, -14091500, 0),
(91965, 4109, 229, 'Methwold', 525233200, 5540200, 0),
(91966, 4081, 229, 'Micheldever', 511485300, -12669000, 0),
(91967, 4154, 229, 'Mickfield', 522128900, 11252800, 0),
(91968, 4056, 229, 'Mickleover', 529049000, -15427700, 0),
(91969, 4049, 229, 'Mickleton', 520833300, -17666700, 0),
(91970, 4094, 229, 'Middle Rasen', 533872200, -3620200, 0),
(91971, 4081, 229, 'Middle Wallop', 511403500, -15842800, 0),
(91972, 4115, 229, 'Middleham', 542833300, -18166700, 0),
(91973, 4153, 229, 'Middleport', 530426000, -22028200, 0),
(91974, 4041, 229, 'Middlestown', 536507900, -15976200, 0),
(91975, 4121, 229, 'Middleton Stoney', 519073200, -12249800, 0),
(91976, 4165, 229, 'Midgham', 514015100, -12027900, 0),
(91978, 4053, 229, 'Milburn', 546587400, -25330400, 0),
(91979, 4081, 229, 'Milford on Sea', 507256100, -15900400, 0),
(91980, 4069, 229, 'Millington', 539500000, -7333300, 0),
(91981, 4121, 229, 'Milton Common', 517260100, -10574500, 0),
(91982, 4007, 229, 'Milton Ernest', 521930200, -5114000, 0),
(91983, 4061, 229, 'Milton on Stour', 510559500, -22859100, 0),
(91984, 4142, 229, 'Milverton', 510233300, -32522200, 0),
(91985, 4081, 229, 'Minstead', 508977100, -16008100, 0),
(91986, 4121, 229, 'Minster Lovell', 517927400, -15483000, 0),
(91987, 4138, 229, 'Minsterley', 526398900, -29280700, 0),
(91988, 4164, 229, 'Minworth', 525333300, -17666700, 0),
(91989, 4078, 229, 'Miserden', 517788100, -20965200, 0),
(91990, 4048, 229, 'Mitchell', 503516200, -50095700, 0),
(91991, 4121, 229, 'Mixbury', 520016300, -11141700, 0),
(91992, 4036, 229, 'Mobberley', 533166700, -23166700, 0),
(91993, 4058, 229, 'Modbury', 503495700, -38868400, 0),
(91994, 4156, 229, 'Molesey', 514000000, -3500000, 0),
(91995, 4154, 229, 'Monks Eleigh', 520917400, 8683100, 0),
(91996, 4029, 229, 'Monks Risborough', 517320800, -8287800, 0),
(91997, 4142, 229, 'Montacute', 509500000, -27166700, 0),
(91998, 4057, 229, 'Monyash', 531956500, -17767000, 0),
(91999, 4041, 229, 'Moorthorpe', 535876100, -12994800, 0),
(92000, 4039, 229, 'Moortown', 534833300, -3833300, 0),
(92001, 4058, 229, 'Morchard Bishop', 508541600, -37489400, 0),
(92002, 4059, 229, 'Morcott', 525966900, -6370400, 0),
(92003, 4100, 229, 'Moreton', 507000000, -22833300, 0),
(92004, 4053, 229, 'Morland', 545937500, -26241900, 0),
(92005, 4039, 229, 'Morley', 529647200, -14124300, 0),
(92006, 4109, 229, 'Morston', 529548400, 9879100, 0),
(92007, 4081, 229, 'Mortimer West End', 513698500, -10914200, 0),
(92009, 4036, 229, 'Mottram St. Andrew', 515085300, -1257400, 0),
(92010, 4037, 229, 'Mouldsworth', 532333300, -27333300, 0),
(92011, 4121, 229, 'Moulsford', 515526300, -11505600, 0),
(92012, 4070, 229, 'Mountfield', 509563200, 4800500, 0),
(92013, 4048, 229, 'Mousehole', 500831300, -55392100, 0),
(92014, 4150, 229, 'Mow Cop', 531112500, -22165700, 0),
(92015, 4093, 229, 'Mowsley', 524932100, -10500900, 0),
(92016, 4150, 229, 'Mucklestone', 529326500, -24096200, 0),
(92017, 4049, 229, 'Muggleswick', 548333300, -19333300, 0),
(92018, 4048, 229, 'Mullion', 500270600, -52424800, 0),
(92019, 4029, 229, 'Mursley', 519496100, -8116100, 0),
(92020, 4049, 229, 'Murton', 539660700, -10107000, 0),
(92021, 4048, 229, 'Nanpean', 503688400, -48693500, 0),
(92022, 4109, 229, 'Narford', 526833300, 6166700, 0),
(92023, 4116, 229, 'Naseby', 523942200, -9892700, 0),
(92024, 4116, 229, 'Nassington', 525531800, -4338300, 0),
(92025, 4078, 229, 'Naunton', 519000000, -18333300, 0),
(92026, 4109, 229, 'Needham', 523857600, 12706800, 0),
(92027, 4092, 229, 'Nelson', 538333300, -22000000, 0),
(92028, 4053, 229, 'Nenthead', 547892100, -23421500, 0),
(92029, 4078, 229, 'Nether Westcote', 518804600, -16734000, 0),
(92030, 4169, 229, 'Netheravon', 512361300, -17908300, 0),
(92031, 4057, 229, 'Netherseal', 527154000, -15772200, 0),
(92032, 4081, 229, 'Netley', 508763400, -13539800, 0),
(92033, 4121, 229, 'Nettlebed', 515754700, -9896300, 0),
(92034, 4094, 229, 'Nettleham', 532660300, -4886600, 0),
(92035, 4094, 229, 'Nettleton', 515022200, -22625000, 0),
(92036, 4081, 229, 'New Alresford', 510862400, -11701100, 0),
(92037, 4156, 229, 'New Chapel', 511636300, -504700, 0),
(92038, 4016, 229, 'New Hey', 536000000, -20833300, 0),
(92039, 4057, 229, 'New Mills', 533659200, -19998600, 0),
(92040, 4089, 229, 'New Romney', 509859900, 9412200, 0),
(92041, 4053, 229, 'Newbiggin', 546417100, -21355500, 0),
(92042, 4093, 229, 'Newbold Verdon', 526295900, -13422000, 0),
(92043, 4107, 229, 'Newburn', 549876000, -17441500, 0),
(92044, 4053, 229, 'Newby', 541166700, -24166700, 0),
(92045, 4115, 229, 'Newby Wiske', 542838900, -14368700, 0),
(92046, 4089, 229, 'Newington', 513521700, 6676800, 0),
(92047, 4078, 229, 'Newland', 517833300, -26500000, 0),
(92048, 4048, 229, 'Newlyn', 501052000, -55517600, 0),
(92049, 4035, 229, 'Newmill End', 518504100, -3740500, 0),
(92050, 4058, 229, 'Newton Ferrers', 503146700, -40392000, 0),
(92051, 4115, 229, 'Nidd', 540331100, -15362900, 0),
(92052, 4087, 229, 'Niton', 505870200, -12848900, 0),
(92053, 4109, 229, 'Nordelph', 525843900, 2955600, 0),
(92054, 4117, 229, 'Norham', 557188400, -21626600, 0),
(92055, 4032, 229, 'Norman Cross', 525040200, -2917800, 0),
(92056, 4119, 229, 'Normanton on Trent', 532125900, -8170900, 0),
(92057, 4069, 229, 'North Cave', 537801200, -6496500, 0),
(92058, 4078, 229, 'North Cerney', 517705800, -19719800, 0),
(92059, 4142, 229, 'North Curry', 510225000, -29716700, 0),
(92060, 4069, 229, 'North Dalton', 539572300, -5758600, 0),
(92061, 4115, 229, 'North Duffield', 538257900, -9641400, 0),
(92062, 4048, 229, 'North Hill', 505500000, -44333300, 0),
(92063, 4094, 229, 'North Hykeham', 531830600, -5876600, 0),
(92064, 4093, 229, 'North Kilworth', 524442400, -10958000, 0),
(92065, 4059, 229, 'North Luffenham', 526210800, -6198700, 0),
(92066, 4029, 229, 'North Marston', 518990100, -8770200, 0),
(92068, 4058, 229, 'North Molton', 510539400, -37990900, 0),
(92069, 4081, 229, 'North Waltham', 512124800, -11960500, 0),
(92070, 4073, 229, 'North Weald', 517174000, 1687400, 0),
(92071, 4109, 229, 'North Wootton', 511755600, -26238900, 0),
(92072, 4081, 229, 'Northam', 509000000, -13833300, 0),
(92073, 4058, 229, 'Northcott', 507000000, -43500000, 0),
(92074, 4035, 229, 'Northill', 521056200, -3230300, 0),
(92075, 4078, 229, 'Northleach', 518299400, -18371200, 0),
(92076, 4058, 229, 'Northleigh', 507666700, -31500000, 0),
(92077, 4121, 229, 'Northmoor', 517228900, -13946600, 0),
(92078, 4172, 229, 'Norton', 513099300, 8253900, 0),
(92079, 4119, 229, 'Norwell', 531479500, -8458900, 0),
(92080, 4115, 229, 'Nun Monkton', 540142600, -12261000, 0),
(92081, 4081, 229, 'Nutley', 510282200, 559600, 0),
(92082, 4093, 229, 'Oadby', 525833300, -10833300, 0),
(92083, 4142, 229, 'Oake', 510234500, -32074000, 0),
(92084, 4142, 229, 'Oakhill', 512236100, -25263900, 0),
(92085, 4025, 229, 'Oakworth', 538333300, -19666700, 0),
(92086, 4156, 229, 'Ockham', 512991700, -4607400, 0),
(92087, 4156, 229, 'Ockley', 511517300, -3586900, 0),
(92088, 4007, 229, 'Odell', 522093700, -5888000, 0),
(92089, 4169, 229, 'Odstock', 510344400, -17925900, 0),
(92090, 4164, 229, 'Offchurch', 522874800, -14760300, 0),
(92091, 4172, 229, 'Offenham', 521122000, -19234700, 0),
(92092, 4089, 229, 'Offham', 508913400, -106400, 0),
(92093, 4154, 229, 'Offton', 521062900, 10147300, 0),
(92094, 4057, 229, 'Old Brampton', 532428500, -14969900, 0),
(92095, 4111, 229, 'Old Clee', 535566300, -531300, 0),
(92096, 4093, 229, 'Old Dalby', 528071100, -10030800, 0),
(92097, 4134, 229, 'Old Hill', 524833300, -20666700, 0),
(92098, 4107, 229, 'Old Walker', 549833300, -15500000, 0),
(92099, 4144, 229, 'Oldbury-on-Severn', 516297200, -25655600, 0),
(92100, 1030, 229, 'Openshaw', 534666700, -21666700, 0),
(92101, 4154, 229, 'Orford', 520957200, 15344800, 0),
(92102, 4132, 229, 'Orgreave', 533833300, -13666700, 0),
(92103, 4116, 229, 'Orlingbury', 523421000, -7383600, 0),
(92104, 4053, 229, 'Orton', 544695400, -25799000, 0),
(92105, 4032, 229, 'Orwell', 521356000, -109900, 0),
(92106, 4094, 229, 'Osbournby', 529299100, -4107000, 0),
(92107, 4117, 229, 'Otterburn', 552166700, -21666700, 0),
(92108, 4048, 229, 'Otterham', 506877700, -45954400, 0),
(92109, 4142, 229, 'Otterhampton', 511827800, -30786100, 0),
(92110, 4058, 229, 'Otterton', 506601400, -32980200, 0),
(92111, 4069, 229, 'Ottringham', 537009200, -790900, 0),
(92112, 4090, 229, 'Outlane', 536576900, -18734300, 0),
(92113, 4172, 229, 'Overbury', 520349900, -20626400, 0),
(92114, 4057, 229, 'Overseal', 527354500, -15649600, 0),
(92115, 4092, 229, 'Overton', 512438900, -12615400, 0),
(92116, 4117, 229, 'Ovingham', 549705400, -18654700, 0),
(92117, 4109, 229, 'Ovington', 510817400, -12008700, 0),
(92118, 4061, 229, 'Owermoigne', 506653000, -23272600, 0),
(92119, 4081, 229, 'Owslebury', 510085700, -12673800, 0),
(92120, 4109, 229, 'Oxborough', 525836000, 5726200, 0),
(92121, 4057, 229, 'Padfield', 534635800, -19552200, 0),
(92122, 4048, 229, 'Padstow', 505388500, -49366400, 0),
(92123, 4165, 229, 'Padworth', 513926600, -11136000, 0),
(92124, 4164, 229, 'Pailton', 524333700, -13087200, 0),
(92125, 4078, 229, 'Painswick', 517856800, -21955500, 0),
(92126, 4154, 229, 'Pakenham', 522705100, 8210300, 0),
(92127, 4165, 229, 'Pangbourne', 514837000, -10851900, 0),
(92128, 4138, 229, 'Pant', 527833300, -30666700, 0),
(92129, 4094, 229, 'Panton', 532936700, -2380000, 0),
(92130, 4119, 229, 'Papplewick', 530541900, -11828800, 0),
(92131, 4032, 229, 'Papworth Everard', 522489300, -1182700, 0),
(92132, 4154, 229, 'Parham', 521954600, 13742400, 0),
(92133, 4150, 229, 'Pasturefields', 528256600, -20150500, 0),
(92134, 4168, 229, 'Patching', 508472500, -4567900, 0),
(92135, 4115, 229, 'Pateley Bridge', 540861600, -17598100, 0),
(92136, 4169, 229, 'Patney', 513278700, -18978200, 0),
(92137, 4040, 229, 'Patricroft', 534833300, -24000000, 0),
(92138, 4069, 229, 'Patrington', 536839500, -133000, 0),
(92139, 4053, 229, 'Patterdale', 545337300, -29316300, 0),
(92140, 4116, 229, 'Pattishall', 521829300, -10208500, 0),
(92141, 4116, 229, 'Paulerspury', 521027100, -9502300, 0),
(92142, 4078, 229, 'Pauntley', 519594300, -23729500, 0),
(92143, 4058, 229, 'Payhembury', 508067400, -32951800, 0),
(92144, 4156, 229, 'Peaslake', 511915600, -4465800, 0),
(92145, 4070, 229, 'Peasmarsh', 509726200, 6891300, 0),
(92146, 4093, 229, 'Peatling Parva', 524991400, -11345500, 0),
(92147, 4073, 229, 'Peldon', 518131300, 8855200, 0),
(92148, 4048, 229, 'Pelynt', 503658900, -45227400, 0),
(92149, 4092, 229, 'Pendleton', 538500000, -23666700, 0),
(92150, 4053, 229, 'Pennington', 541833300, -31333300, 0),
(92151, 4006, 229, 'Pensford', 513711100, -25472200, 0),
(92152, 4156, 229, 'Peper Harow', 511918200, -6673300, 0),
(92153, 4070, 229, 'Pett', 508948300, 6632600, 0),
(92154, 4115, 229, 'Pickering', 542500000, -7666700, 0),
(92155, 4059, 229, 'Pickworth', 527131100, -5331800, 0),
(92156, 4116, 229, 'Piddington', 518333300, -10666700, 0),
(92157, 4061, 229, 'Piddlehinton', 507738600, -24047000, 0),
(92158, 4061, 229, 'Piddletrenthide', 508001400, -24223800, 0),
(92159, 4115, 229, 'Piercebridge', 545347800, -16755900, 0),
(92160, 4081, 229, 'Pilcot', 512500000, -8666700, 0),
(92161, 4114, 229, 'Pill', 514780600, -26855600, 0),
(92162, 4092, 229, 'Pilling', 539316100, -29089200, 0),
(92163, 4144, 229, 'Pilning', 515633700, -26426400, 0),
(92164, 4116, 229, 'Pilton', 510833300, -40666700, 0),
(92165, 4094, 229, 'Pinchbeck', 528130300, -1625600, 0),
(92166, 4057, 229, 'Pinxton', 530906200, -13176700, 0),
(92167, 4029, 229, 'Pitstone', 518283000, -6398700, 0),
(92168, 4081, 229, 'Plaitford', 509666700, -16000000, 0),
(92169, 4049, 229, 'Plawsworth', 548264300, -15937200, 0),
(92170, 4089, 229, 'Plaxtol', 512583200, 2956900, 0),
(92171, 4070, 229, 'Playden', 509711400, 7410600, 0),
(92172, 4154, 229, 'Playford', 520851000, 12334300, 0),
(92173, 4057, 229, 'Pleasley', 531730200, -12472400, 0),
(92174, 4138, 229, 'Plowden', 524840500, -29152100, 0),
(92175, 4092, 229, 'Plumpton', 509029200, -680600, 0),
(92176, 4119, 229, 'Plumtree', 528914000, -10900500, 0),
(92177, 4058, 229, 'Plymtree', 508175800, -33475200, 0),
(92178, 4094, 229, 'Pointon', 528720300, -3429800, 0),
(92179, 4168, 229, 'Poling', 508333300, -5166700, 0),
(92180, 4048, 229, 'Polperro', 503316900, -45206500, 0),
(92181, 4142, 229, 'Polsham', 511827800, -26998500, 0),
(92182, 4138, 229, 'Pontesbury', 526482600, -28903500, 0),
(92183, 4081, 229, 'Popham', 511911200, -12006400, 0),
(92184, 4048, 229, 'Porkellis', 501558800, -52296600, 0),
(92185, 4152, 229, 'Port Clarence', 545870300, -12273700, 0),
(92186, 4048, 229, 'Port Isaac', 505930900, -48287800, 0),
(92187, 4100, 229, 'Port Sunlight', 533541300, -29984700, 0),
(92188, 4098, 229, 'Port Victoria', 514333300, 7000000, 0),
(92189, 4114, 229, 'Portbury', 514741300, -27210100, 0),
(92190, 4061, 229, 'Portesham', 506706500, -25639300, 0),
(92191, 4048, 229, 'Porthcurno', 500486100, -56577300, 0),
(92192, 4071, 229, 'Portobello', 548949500, -15607000, 0),
(92193, 4048, 229, 'Portreath', 502605800, -52893300, 0),
(92194, 4109, 229, 'Postwick', 526267100, 13779100, 0),
(92195, 4140, 229, 'Poyle', 514764800, -5166400, 0),
(92196, 4168, 229, 'Poynings', 508943700, -2046200, 0),
(92197, 4036, 229, 'Poynton', 533500000, -21166700, 0),
(92198, 4138, 229, 'Prees', 528968900, -26640100, 0),
(92199, 4142, 229, 'Priddy', 512588000, -26793700, 0),
(92200, 4006, 229, 'Priston', 513430600, -24391700, 0),
(92201, 4084, 229, 'Puckeridge', 518911700, 130500, 0),
(92202, 4061, 229, 'Puddletown', 507500000, -23500000, 0),
(92203, 4061, 229, 'Pulham', 524166700, 12500000, 0),
(92204, 4142, 229, 'Puriton', 511693300, -29719800, 0),
(92205, 4073, 229, 'Purleigh', 516872400, 6583200, 0),
(92206, 4078, 229, 'Purton', 515833300, -18666700, 0),
(92207, 4121, 229, 'Pusey', 516679100, -14854900, 0),
(92208, 4070, 229, 'Pyecombe', 508833300, 1666700, 0),
(92209, 4029, 229, 'Quainton', 518740800, -9172700, 0),
(92210, 4078, 229, 'Quenington', 517365900, -17914200, 0),
(92211, 4062, 229, 'Quinton', 521166700, -17333300, 0),
(92212, 4093, 229, 'Quorn', 527427200, -11717300, 0),
(92213, 4119, 229, 'Radcliffe on Trent', 529480200, -10385500, 0),
(92214, 4116, 229, 'Radstone', 520606700, -11474500, 0),
(92215, 4084, 229, 'Radwell', 520184900, -2012700, 0),
(92216, 4073, 229, 'Radwinter', 520110400, 3397600, 0),
(92217, 4119, 229, 'Rampton', 533000000, -8000000, 0),
(92218, 4169, 229, 'Ramsbury', 514437300, -16025700, 0),
(92219, 4121, 229, 'Ramsden', 518333300, -14833300, 0),
(92220, 4119, 229, 'Ranby', 533211700, -10237600, 0),
(92221, 4144, 229, 'Rangeworthy', 515738900, -24501500, 0),
(92222, 4090, 229, 'Ravensthorpe', 536787100, -16608200, 0),
(92223, 4093, 229, 'Ravenstone', 521493400, -7587400, 0),
(92224, 4053, 229, 'Ravenstonedale', 544321100, -24312400, 0),
(92225, 4154, 229, 'Ravenswood', 520291600, 12091800, 0),
(92226, 4076, 229, 'Ravensworth', 544666700, -17833300, 0),
(92227, 4039, 229, 'Rawdon', 538552400, -16841100, 0),
(92228, 4093, 229, 'Rearsby', 527267300, -10337800, 0),
(92229, 4089, 229, 'Reculver', 513782600, 11976400, 0),
(92230, 4113, 229, 'Redbourne', 534872800, -5356700, 0),
(92231, 4154, 229, 'Rede', 521717600, 6369700, 0),
(92232, 4138, 229, 'Rednal', 528500000, -29333300, 0),
(92233, 4054, 229, 'Redworth', 546040400, -16293200, 0),
(92234, 4170, 229, 'Remenham', 515518900, -8908400, 0),
(92235, 4154, 229, 'Rendham', 522287300, 14389900, 0),
(92236, 4154, 229, 'Rendlesham', 521266500, 14153600, 0),
(92237, 4053, 229, 'Renwick', 547817800, -26252200, 0),
(92238, 4073, 229, 'Rettendon', 516553700, 5521700, 0),
(92239, 4073, 229, 'Ridgewell', 520392900, 5318100, 0),
(92240, 4035, 229, 'Ridgmont', 520153200, -5787100, 0),
(92241, 4070, 229, 'Ringmer', 508930700, 554500, 0),
(92242, 4154, 229, 'Ringshall', 521333300, 9833300, 0),
(92243, 4109, 229, 'Ringstead', 506333300, -23500000, 0),
(92244, 4172, 229, 'Ripple', 520333300, -21833300, 0),
(92245, 4031, 229, 'Ripponden', 536744900, -19418300, 0),
(92246, 4007, 229, 'Riseley', 522521300, -4792800, 0),
(92247, 4092, 229, 'Rivington', 536252200, -25659400, 0),
(92248, 4041, 229, 'Robin Hood', 537413500, -15083000, 0),
(92249, 4058, 229, 'Roborough', 509333300, -40333300, 0),
(92250, 4150, 229, 'Rocester', 529513000, -18398800, 0),
(92251, 4081, 229, 'Rockbourne', 509611600, -18380700, 0),
(92252, 4070, 229, 'Rodmell', 508357000, 131300, 0),
(92253, 4168, 229, 'Rogate', 510080800, -8506300, 0),
(92254, 4049, 229, 'Rokeby', 545166700, -18666700, 0),
(92255, 4138, 229, 'Romsley', 524166700, -20500000, 0),
(92256, 4069, 229, 'Roos', 537529200, -446300, 0),
(92257, 4053, 229, 'Roose', 541135000, -31905400, 0),
(92258, 4053, 229, 'Rosthwaite', 545235700, -31469000, 0),
(92259, 4116, 229, 'Rothersthorpe', 522057600, -9577900, 0),
(92260, 4039, 229, 'Rothwell', 524166700, -8000000, 0),
(92261, 4109, 229, 'Roughton', 528833300, 13000000, 0),
(92262, 4169, 229, 'Rowde', 513632500, -20309800, 0),
(92263, 4081, 229, 'Rowlands Castle', 508910100, -9580900, 0),
(92264, 4157, 229, 'Rowton', 527666700, -25833300, 0),
(92265, 4115, 229, 'Roxby', 536333300, -6166700, 0),
(92266, 4007, 229, 'Roxton', 521775600, -3159400, 0),
(92267, 4073, 229, 'Roxwell', 517515600, 3807000, 0),
(92268, 4078, 229, 'Ruardean', 518550100, -25505400, 0),
(92269, 4092, 229, 'Rufford', 536337500, -28166200, 0),
(92270, 4162, 229, 'Rushall', 512833300, -18166700, 0),
(92271, 4070, 229, 'Rushlake Green', 509440100, 3150000, 0),
(92272, 4116, 229, 'Rushton', 524386900, -7617500, 0),
(92273, 4168, 229, 'Rusper', 511214900, -2786500, 0),
(92274, 4070, 229, 'Rye', 509511400, 7337000, 0),
(92275, 4078, 229, 'Ryeford', 517372200, -22725000, 0),
(92276, 4059, 229, 'Ryhall', 526858500, -4684600, 0),
(92277, 4164, 229, 'Ryton on Dunsmore', 523666700, -14333300, 0),
(92278, 4049, 229, 'Sacriston', 548176900, -16241000, 0),
(92279, 4093, 229, 'Saddington', 525212200, -10317500, 0),
(92280, 4048, 229, 'Saint Allen', 503000000, -50666700, 0),
(92281, 4048, 229, 'Saint Clement', 502500000, -50166700, 0),
(92282, 4048, 229, 'Saint Columb Minor', 504166700, -50500000, 0),
(92283, 4048, 229, 'Saint Endellion', 505666700, -48333300, 0),
(92284, 4048, 229, 'Saint Germans', 504000000, -43000000, 0),
(92285, 4048, 229, 'Saint Issey', 505000000, -49166700, 0),
(92286, 4154, 229, 'Saint James', 523783200, 14072400, 0),
(92287, 4048, 229, 'Saint Martin', 503666700, -44333300, 0),
(92289, 4089, 229, 'Saint Michaels', 510848200, 6918800, 0),
(92290, 4048, 229, 'Saint Winnow', 503833300, -46500000, 0),
(92291, 4094, 229, 'Saleby', 532856100, 1842800, 0),
(92292, 4129, 229, 'Saltburn-by-the-Sea', 545823700, -9736700, 0),
(92293, 4006, 229, 'Saltford', 514013900, -24594400, 0),
(92294, 4115, 229, 'Salton', 542113600, -9034500, 0),
(92295, 4121, 229, 'Sandford-on-Thames', 517115900, -12286700, 0),
(92296, 4150, 229, 'Sandon', 519927000, -759200, 0),
(92297, 4084, 229, 'Sandridge', 517809000, -3052100, 0),
(92298, 4109, 229, 'Sandringham', 528309400, 5070000, 0),
(92299, 4113, 229, 'Sandtoft', 535637600, -8788600, 0),
(92300, 4154, 229, 'Santon Downham', 524583100, 6770300, 0),
(92301, 4154, 229, 'Sapiston', 523395600, 8118700, 0),
(92302, 4078, 229, 'Sapperton', 517294400, -20783300, 0),
(92303, 4081, 229, 'Sarisbury Green', 508649700, -12914100, 0),
(92304, 4084, 229, 'Sarratt', 516845800, -4940000, 0),
(92305, 4029, 229, 'Saunderton', 516762500, -8253000, 0),
(92306, 4115, 229, 'Sawdon', 542525800, -5571800, 0),
(92307, 4032, 229, 'Sawston', 521208900, 1694300, 0),
(92308, 4032, 229, 'Sawtry', 524398400, -2842200, 0),
(92309, 4094, 229, 'Saxby', 527716200, -7858700, 0),
(92310, 4094, 229, 'Saxilby', 532674600, -6625300, 0),
(92311, 4115, 229, 'Saxton', 538255600, -12775400, 0),
(92312, 4053, 229, 'Scales', 541408400, -31142800, 0),
(92313, 4090, 229, 'Scapegoat Hill', 536440400, -18683600, 0),
(92314, 4039, 229, 'Scarcroft', 538666700, -14500000, 0),
(92315, 4090, 229, 'Scissett', 535900000, -16236900, 0),
(92316, 4119, 229, 'Scofton', 533176100, -10558300, 0),
(92317, 4048, 229, 'Scorrier', 502547200, -51962700, 0),
(92318, 4053, 229, 'Scotby', 548900400, -28746400, 0),
(92319, 4107, 229, 'Scotswood', 549703900, -16855200, 0),
(92320, 4094, 229, 'Scotton', 534797700, -6651900, 0),
(92321, 4093, 229, 'Seagrave', 527508400, -10850700, 0),
(92322, 4156, 229, 'Seale', 512223100, -7168600, 0),
(92323, 4115, 229, 'Seamer', 542371400, -4415100, 0),
(92324, 4053, 229, 'Seascale', 543983100, -34796100, 0),
(92325, 4142, 229, 'Seavington st. Mary', 515085300, -1257400, 0),
(92326, 4053, 229, 'Sedbergh', 543212300, -25251400, 0),
(92327, 4172, 229, 'Sedgeberrow', 520456100, -19664200, 0),
(92328, 4049, 229, 'Sedgefield', 546532900, -14495200, 0),
(92329, 4062, 229, 'Sedgley', 525414900, -21221200, 0),
(92330, 4053, 229, 'Sedgwick', 542764000, -27494000, 0),
(92331, 4169, 229, 'Seend', 513480600, -20847200, 0),
(92332, 4029, 229, 'Seer Green', 516179600, -6059200, 0),
(92333, 4109, 229, 'Seething', 525278500, 14179100, 0),
(92334, 4150, 229, 'Seighford', 528220100, -21773300, 0),
(92335, 4150, 229, 'Seisdon', 525512600, -22366200, 0),
(92336, 4053, 229, 'Sellafield', 544220200, -35054800, 0),
(92337, 4089, 229, 'Selling', 512710300, 9193500, 0),
(92338, 4070, 229, 'Selmeston', 508424500, 1424800, 0),
(92339, 4169, 229, 'Semington', 513449300, -21479800, 0),
(92340, 4048, 229, 'Sennen', 500777700, -57011700, 0),
(92341, 4109, 229, 'Setchey', 526991200, 4192800, 0),
(92342, 4172, 229, 'Severn Stoke', 520964500, -22090600, 0),
(92343, 4087, 229, 'Shalfleet', 507014000, -14150000, 0),
(92344, 4053, 229, 'Shap', 545314900, -26755100, 0),
(92345, 4142, 229, 'Shapwick', 508166700, -20833300, 0),
(92346, 4057, 229, 'Shardlow', 528695400, -13626500, 0),
(92347, 4007, 229, 'Sharnbrook', 522260600, -5442500, 0),
(92348, 4150, 229, 'Sheen', 531500000, -18333300, 0),
(92349, 4073, 229, 'Sheering', 518037300, 1845400, 0),
(92350, 4081, 229, 'Sheet', 510149200, -9205800, 0),
(92351, 4119, 229, 'Shelford', 521418100, 1242800, 0),
(92353, 4093, 229, 'Shenton', 525983900, -14329200, 0),
(92355, 4049, 229, 'Sherburn', 541666700, -5166700, 0),
(92356, 4115, 229, 'Sherburn in Elmet', 537951900, -12466000, 0),
(92357, 4103, 229, 'Sherington', 521117200, -6997300, 0),
(92358, 4169, 229, 'Sherrington', 511511400, -20564200, 0),
(92359, 4169, 229, 'Sherston', 515720500, -22127800, 0),
(92360, 4138, 229, 'Shifnal', 526704300, -23724800, 0),
(92361, 4061, 229, 'Shillingstone', 508956700, -22449500, 0),
(92362, 4035, 229, 'Shillington', 519934400, -3600600, 0),
(92363, 4164, 229, 'Shilton', 517746100, -16146000, 0),
(92364, 4109, 229, 'Shimpling', 521292700, 7173700, 0),
(92365, 4049, 229, 'Shincliffe', 547600500, -15505600, 0),
(92366, 4142, 229, 'Shipham', 513140200, -27987000, 0),
(92367, 4121, 229, 'Shiplake', 515006200, -9026000, 0),
(92368, 4115, 229, 'Shipton', 518500000, -19333300, 0),
(92369, 4028, 229, 'Shirehampton', 514892000, -26753000, 0),
(92370, 4014, 229, 'Shiremoor', 550353500, -15095000, 0),
(92371, 4058, 229, 'Shirwell', 511181100, -40065100, 0),
(92372, 4089, 229, 'Shoreham', 513334000, 1780100, 0),
(92373, 4168, 229, 'Shottermill', 510867600, -7364300, 0),
(92374, 4057, 229, 'Shottle', 530441000, -15367900, 0),
(92375, 4109, 229, 'Shropham', 525000100, 9226200, 0),
(92376, 4150, 229, 'Shugborough', 528000000, -20166700, 0),
(92377, 4058, 229, 'Shute', 507666700, -30666700, 0),
(92378, 4138, 229, 'Sibdon Carwood', 524430300, -28661500, 0),
(92379, 4073, 229, 'Sible Hedingham', 519777200, 5926200, 0),
(92380, 4093, 229, 'Sibson', 526049200, -14784300, 0),
(92381, 4153, 229, 'Sideway', 529872900, -21838800, 0),
(92382, 4168, 229, 'Sidlesham', 507738300, -7863800, 0),
(92383, 4070, 229, 'Sidley', 508573500, 4678400, 0),
(92384, 4156, 229, 'Sidlow', 512047600, -2044700, 0),
(92385, 4081, 229, 'Silchester', 513535600, -11006100, 0),
(92386, 4053, 229, 'Silloth', 548687000, -33844800, 0),
(92387, 4073, 229, 'Silver End', 518473400, 6239900, 0),
(92388, 4058, 229, 'Silverton', 508166700, -34833300, 0),
(92389, 4168, 229, 'Singleton', 509115800, -7537700, 0),
(92390, 4144, 229, 'Siston', 514744400, -24500000, 0),
(92391, 4094, 229, 'Sixhills', 533666700, -2333300, 0),
(92392, 4090, 229, 'Skelmanthorpe', 535905700, -16517300, 0),
(92393, 4053, 229, 'Skelton', 537166700, -8333300, 0),
(92394, 4069, 229, 'Skerne', 539821900, -4058900, 0),
(92395, 4069, 229, 'Skipsea', 539767400, -2208400, 0),
(92397, 4092, 229, 'Slaidburn', 539661800, -24383000, 0),
(92398, 4090, 229, 'Slaithwaite', 536232600, -18838100, 0),
(92399, 4117, 229, 'Slaley', 549136800, -20371100, 0),
(92400, 4168, 229, 'Slaugham', 510385900, -2077100, 0),
(92401, 4078, 229, 'Slimbridge', 517310400, -23788800, 0),
(92402, 4168, 229, 'Slinfold', 510720900, -4065800, 0),
(92403, 4115, 229, 'Slingsby', 541642900, -9344400, 0),
(92404, 4168, 229, 'Small Dole', 509025500, -2747500, 0),
(92405, 4057, 229, 'Smalley', 529985400, -13946200, 0),
(92406, 4057, 229, 'Smisby', 527682400, -14842700, 0),
(92407, 4016, 229, 'Smithy Bridge', 536330000, -21137600, 0),
(92408, 4115, 229, 'Snainton', 542275800, -5865900, 0),
(92409, 4093, 229, 'Snarestone', 526804500, -14947800, 0),
(92410, 4081, 229, 'Soberton', 509454500, -11329700, 0),
(92411, 4032, 229, 'Somersham', 520960700, 10502200, 0),
(92412, 4168, 229, 'Sompting', 508346200, -3423800, 0),
(92413, 4170, 229, 'Sonning', 514741100, -9121200, 0),
(92414, 4121, 229, 'Sotwell', 516157800, -11593200, 0),
(92415, 4142, 229, 'South Barrow', 510483300, -25705600, 0),
(92416, 4069, 229, 'South Cave', 537698700, -6010700, 0),
(92417, 4048, 229, 'South Hill', 505333300, -43500000, 0),
(92418, 4121, 229, 'South Leigh', 517757800, -14335400, 0),
(92419, 4059, 229, 'South Luffenham', 526085700, -6123200, 0),
(92420, 4018, 229, 'South Marston', 515891800, -17193900, 0),
(92421, 4084, 229, 'South Mimms', 516958600, -2327300, 0),
(92422, 4049, 229, 'South Moor', 548500000, -17000000, 0),
(92423, 4057, 229, 'South Normanton', 531063700, -13426200, 0),
(92425, 4058, 229, 'South Tawton', 507338000, -39097700, 0),
(92426, 4109, 229, 'South Walsham', 526644100, 14938000, 0),
(92427, 4164, 229, 'Southam', 519292400, -20402800, 0),
(92428, 4168, 229, 'Southbourne', 507221100, -17842500, 0),
(92429, 4089, 229, 'Southfleet', 514162800, 3203200, 0),
(92430, 4035, 229, 'Southill', 520643100, -3235800, 0),
(92431, 4119, 229, 'Southwell', 505333300, -24333300, 0),
(92432, 4109, 229, 'Sparham', 527348600, 10672500, 0),
(92433, 4142, 229, 'Sparkford', 510352800, -25597200, 0),
(92434, 4081, 229, 'Sparsholt', 510778600, -13791300, 0),
(92435, 4142, 229, 'Spaxton', 511252300, -31072400, 0),
(92436, 4121, 229, 'Spelsbury', 518922300, -14935400, 0),
(92437, 4115, 229, 'Spofforth', 539542700, -14484800, 0),
(92438, 4094, 229, 'Springthorpe', 533967400, -6844300, 0),
(92439, 4060, 229, 'Sprotbrough', 535138800, -11885000, 0),
(92440, 4109, 229, 'St Johns Fen End', 526798800, 2742200, 0),
(92441, 4121, 229, 'Stadhampton', 516813100, -11313800, 0),
(92442, 4005, 229, 'Staincross', 535941300, -15115000, 0),
(92443, 4115, 229, 'Stainforth', 536000000, -10333300, 0),
(92444, 4101, 229, 'Stainton', 534333300, -11666700, 0),
(92445, 4061, 229, 'Stalbridge', 509580700, -23754800, 0),
(92446, 4111, 229, 'Stallingborough', 535867500, -1848900, 0),
(92447, 4121, 229, 'Standlake', 517269000, -14243600, 0),
(92448, 4121, 229, 'Stanford in the Vale', 516396900, -15065200, 0),
(92449, 4124, 229, 'Stanground', 525543600, -2211000, 0),
(92450, 4123, 229, 'Stanley', 529586700, -13795600, 0),
(92451, 4084, 229, 'Stanstead Abbotts', 517864200, 117500, 0),
(92452, 4018, 229, 'Stanton Fitzwarren', 516120000, -17445500, 0),
(92453, 4121, 229, 'Stanton Harcourt', 517491900, -14017900, 0),
(92454, 4121, 229, 'Stanton Saint John', 517666700, -11500000, 0),
(92455, 4057, 229, 'Stanton by Dale', 529373200, -13093100, 0),
(92456, 4078, 229, 'Stanway', 519833300, -19166700, 0),
(92457, 4089, 229, 'Staple', 512629900, 12547600, 0),
(92459, 4094, 229, 'Stapleford', 511166700, -19000000, 0),
(92460, 4115, 229, 'Starbeck', 539994400, -14989900, 0),
(92461, 4083, 229, 'Staunton', 518166700, -26500000, 0),
(92462, 4116, 229, 'Staverton', 504666700, -37000000, 0),
(92463, 4073, 229, 'Stebbing', 518911100, 4142200, 0),
(92464, 4081, 229, 'Steep', 510227700, -9421200, 0),
(92465, 4025, 229, 'Steeton', 538833300, -19500000, 0),
(92466, 4035, 229, 'Steppingley', 520075800, -5285500, 0),
(92467, 4032, 229, 'Stetchworth', 522000000, 4000000, 0),
(92468, 4121, 229, 'Steventon', 512299500, -12180700, 0),
(92469, 4073, 229, 'Stisted', 518919900, 6145900, 0),
(92470, 4061, 229, 'Stoborough', 506751400, -21106900, 0),
(92471, 4089, 229, 'Stockbury', 513254300, 6401900, 0),
(92472, 4058, 229, 'Stockland', 508368000, -30734200, 0),
(92473, 4117, 229, 'Stocksfield', 549463300, -19172300, 0),
(92474, 4142, 229, 'Stogursey', 511797200, -31419400, 0),
(92475, 4116, 229, 'Stoke Bruerne', 521421300, -9147400, 0),
(92476, 4058, 229, 'Stoke Canon', 507666700, -35000000, 0),
(92477, 4048, 229, 'Stoke Climsland', 505473400, -43167800, 0),
(92478, 4109, 229, 'Stoke Ferry', 525705100, 5132000, 0),
(92479, 4058, 229, 'Stoke Fleming', 503250800, -35986200, 0),
(92480, 4058, 229, 'Stoke Gabriel', 504032800, -36211100, 0),
(92481, 4029, 229, 'Stoke Hammond', 519567500, -7190000, 0),
(92482, 4154, 229, 'Stoke Park', 520332700, 11290200, 0),
(92483, 4142, 229, 'Stoke-sub-Hamdon', 509539700, -27497100, 0),
(92484, 4058, 229, 'Stokenham', 502744800, -36749300, 0),
(92485, 4035, 229, 'Stondon', 520015000, -3193300, 0),
(92486, 4145, 229, 'Stonehouse', 517500000, -22833300, 0),
(92487, 4121, 229, 'Stonesfield', 518514200, -14296000, 0),
(92489, 4109, 229, 'Stow Bedon', 525278100, 8812200, 0),
(92490, 4032, 229, 'Stow cum Quy', 522231700, 2252200, 0),
(92491, 4078, 229, 'Stow on the Wold', 519300800, -17238200, 0),
(92492, 4006, 229, 'Stowey', 513366400, -25793600, 0),
(92493, 4089, 229, 'Stowting', 511358100, 10361600, 0),
(92494, 4165, 229, 'Stratfield Mortimer', 513733900, -10349500, 0),
(92495, 4081, 229, 'Stratfield Saye', 513498100, -10201800, 0),
(92496, 4035, 229, 'Streatley', 515231600, -11491000, 0),
(92497, 4150, 229, 'Streethay', 526920000, -17869200, 0),
(92498, 4162, 229, 'Streetly', 525833300, -18833300, 0),
(92499, 4073, 229, 'Strethall', 520333300, 1666700, 0),
(92500, 4163, 229, 'Stretton', 527000000, -21666700, 0),
(92501, 4116, 229, 'Strixton', 522467200, -6821400, 0),
(92502, 4012, 229, 'Stubbins', 536500000, -23166700, 0),
(92503, 4035, 229, 'Studham', 518312800, -5168300, 0),
(92504, 4061, 229, 'Studland', 506427100, -19531600, 0),
(92505, 4032, 229, 'Stuntney', 523807200, 2839500, 0),
(92506, 4061, 229, 'Sturminster Marshall', 507996800, -20761500, 0),
(92507, 4172, 229, 'Suckley', 521592800, -24056100, 0),
(92508, 4154, 229, 'Sudbourne', 521228400, 15235800, 0),
(92509, 4094, 229, 'Sudbrooke', 532666700, -4500000, 0),
(92510, 4115, 229, 'Summer Bridge', 540500000, -17000000, 0),
(92511, 4054, 229, 'Summerhouse', 545672800, -16892300, 0),
(92512, 4049, 229, 'Sunderland Bridge', 547333300, -15833300, 0),
(92513, 4089, 229, 'Sundridge', 512779700, 1223100, 0),
(92514, 4081, 229, 'Sutton Scotney', 511541000, -13367300, 0),
(92515, 4089, 229, 'Sutton at Hone', 514090600, 2374100, 0),
(92516, 4032, 229, 'Swaffham Prior', 522524500, 3006600, 0),
(92517, 4094, 229, 'Swallow', 535107900, -2270500, 0),
(92518, 4169, 229, 'Swallowcliffe', 510400500, -20425200, 0),
(92519, 4076, 229, 'Swalwell', 549532700, -16815700, 0),
(92520, 4029, 229, 'Swanbourne', 519381800, -8362500, 0),
(92521, 4069, 229, 'Swanland', 537373300, -4916700, 0),
(92522, 4081, 229, 'Swanmore', 509440400, -11802100, 0),
(92523, 4117, 229, 'Swarland', 553240300, -17448100, 0),
(92524, 4032, 229, 'Swavesey', 523015500, -47600, 0),
(92525, 4081, 229, 'Sway', 507868500, -16029400, 0),
(92526, 4121, 229, 'Swerford', 519769500, -14602400, 0),
(92527, 4039, 229, 'Swillington', 537684600, -14175000, 0),
(92528, 4121, 229, 'Swinbrook', 518072900, -15939900, 0),
(92529, 4094, 229, 'Swinderby', 531573100, -6843500, 0),
(92530, 4036, 229, 'Tabley', 533098200, -24201600, 0),
(92531, 4150, 229, 'Talke', 530773300, -22628300, 0),
(92532, 4053, 229, 'Tallentire', 547056300, -33850700, 0),
(92533, 4156, 229, 'Tandridge', 512380100, -328700, 0),
(92534, 4089, 229, 'Tankerton', 513637000, 10491300, 0),
(92535, 4154, 229, 'Tannington', 522651600, 12939400, 0),
(92536, 4164, 229, 'Tanworth', 523332900, -18361800, 0),
(92537, 4029, 229, 'Taplow', 515329900, -6868200, 0),
(92538, 4037, 229, 'Tattenhall', 531218800, -27674600, 0),
(92539, 4156, 229, 'Tattenham Corner', 513128000, -2430700, 0),
(92540, 4094, 229, 'Tattershall', 531044600, -1896400, 0),
(92541, 4058, 229, 'Tawstock', 510497200, -40630700, 0),
(92542, 4089, 229, 'Temple Ewell', 511525400, 12692600, 0),
(92543, 4078, 229, 'Temple Guiting', 519514100, -18656500, 0),
(92544, 4132, 229, 'Templeborough', 534183200, -13874900, 0),
(92545, 4073, 229, 'Terling', 518061200, 5683700, 0),
(92546, 4115, 229, 'Terrington', 541272000, -9748800, 0),
(92548, 4109, 229, 'Terrington Saint John', 527054600, 2738900, 0),
(92549, 4094, 229, 'Tetney', 534923900, -210600, 0),
(92550, 4121, 229, 'Tetsworth', 517096100, -10056400, 0),
(92551, 4089, 229, 'Thannington', 512695900, 10543400, 0),
(92552, 4073, 229, 'Thaxted', 519532600, 3447800, 0),
(92553, 4163, 229, 'Thelwall', 533825500, -25273400, 0),
(92554, 4084, 229, 'Therfield', 520164000, -533000, 0),
(92555, 4094, 229, 'Thimbleby', 532125900, -1475000, 0),
(92556, 4084, 229, 'Thorley', 518488000, 1419000, 0),
(92557, 4116, 229, 'Thornby', 523748400, -10167100, 0),
(92558, 4061, 229, 'Thorncombe', 508258600, -28878800, 0),
(92559, 4039, 229, 'Thorner', 538609300, -14267600, 0),
(92560, 4049, 229, 'Thornley', 547500000, -14333300, 0),
(92561, 4058, 229, 'Thorverton', 508079400, -35281600, 0),
(92562, 4053, 229, 'Threlkeld', 546196500, -30499100, 0),
(92563, 4109, 229, 'Threxton', 525666700, 7833300, 0),
(92564, 4172, 229, 'Throckmorton', 521451400, -20302000, 0),
(92565, 4117, 229, 'Thropton', 553145900, -19575900, 0),
(92566, 4093, 229, 'Thrussington', 527362900, -10406100, 0),
(92567, 4083, 229, 'Thruxton', 512087100, -15842600, 0),
(92568, 4094, 229, 'Thurlby', 527387900, -3786800, 0),
(92569, 4007, 229, 'Thurleigh', 522147100, -4635400, 0),
(92570, 4058, 229, 'Thurlestone', 502693200, -38626400, 0),
(92571, 4109, 229, 'Thursford', 528647200, 9612500, 0),
(92572, 4100, 229, 'Thurstaston', 533491300, -31325500, 0),
(92573, 4154, 229, 'Thurston', 522524400, 8074900, 0),
(92574, 4157, 229, 'Tibberton', 519000000, -23500000, 0),
(92575, 4109, 229, 'Tibenham', 524637000, 11445100, 0),
(92576, 4057, 229, 'Tibshelf', 531443600, -13405600, 0),
(92577, 4060, 229, 'Tickhill', 534319400, -11085900, 0),
(92578, 4169, 229, 'Tidcombe', 513238000, -15853800, 0),
(92579, 4156, 229, 'Tilford', 511837500, -7506800, 0),
(92580, 4168, 229, 'Tilgate', 511019900, -1807000, 0),
(92581, 4093, 229, 'Tilton', 526434300, -9032000, 0),
(92582, 4115, 229, 'Timble', 539719900, -17298300, 0),
(92583, 4136, 229, 'Tinsley', 534098600, -13946300, 0),
(92584, 4057, 229, 'Tissington', 530668500, -17381900, 0),
(92585, 4116, 229, 'Titchmarsh', 524067700, -4982500, 0),
(92586, 4083, 229, 'Titley', 522344600, -29810400, 0),
(92587, 4053, 229, 'Todhills', 549552000, -29827900, 0),
(92588, 4132, 229, 'Todwick', 533537300, -12567300, 0),
(92589, 4073, 229, 'Tollesbury', 517591300, 8346200, 0),
(92590, 4073, 229, 'Tolleshunt Major', 517684200, 7536800, 0),
(92591, 4025, 229, 'Tong', 526666700, -23000000, 0),
(92592, 4093, 229, 'Tonge', 528040100, -13770700, 0),
(92593, 4115, 229, 'Topcliffe', 541776900, -13882100, 0),
(92594, 4144, 229, 'Tortworth', 516325000, -24306500, 0),
(92595, 4053, 229, 'Torver', 543385400, -31022300, 0),
(92596, 4087, 229, 'Totland Bay', 506738700, -15556000, 0),
(92597, 4035, 229, 'Totternhoe', 518855500, -5734300, 0),
(92598, 4012, 229, 'Tottington', 525166700, 8000000, 0),
(92599, 4049, 229, 'Tow Law', 547445600, -18143400, 0),
(92600, 4078, 229, 'Tredington', 519666700, -21333300, 0),
(92601, 4048, 229, 'Treen', 501833300, -56000000, 0),
(92602, 4157, 229, 'Trench', 527166700, -24666700, 0),
(92603, 4088, 229, 'Tresco', 499487400, -63311100, 0),
(92604, 4150, 229, 'Trescott', 525710900, -22264800, 0),
(92606, 4168, 229, 'Trotton', 509962600, -8117900, 0),
(92607, 4142, 229, 'Trull', 509944300, -31219400, 0),
(92608, 4093, 229, 'Tugby', 526017400, -8757100, 0),
(92609, 4093, 229, 'Tur Langton', 525441500, -9468700, 0),
(92610, 4125, 229, 'Turnchapel', 503585100, -41177000, 0),
(92611, 4168, 229, 'Turners Hill', 511034100, -851400, 0),
(92612, 4008, 229, 'Turton', 536333300, -24000000, 0),
(92613, 4029, 229, 'Turville', 516138100, -8932000, 0),
(92614, 4094, 229, 'Twenty', 527709900, -2911400, 0),
(92615, 4032, 229, 'Tydd Saint Giles', 527281800, 1110600, 0),
(92616, 4168, 229, 'Tyes Cross', 510666700, -166700, 0),
(92617, 4144, 229, 'Tytherington', 511683300, -21211100, 0),
(92618, 4006, 229, 'Ubley', 513214100, -26780000, 0),
(92619, 4094, 229, 'Uffington', 516025100, -15599700, 0),
(92620, 4124, 229, 'Ufford', 521268000, 13489600, 0),
(92621, 4164, 229, 'Ullenhall', 523048600, -18233800, 0),
(92622, 4093, 229, 'Ullesthorpe', 524843800, -12526900, 0),
(92623, 4012, 229, 'Unsworth', 535610500, -22731500, 0),
(92624, 4169, 229, 'Upavon', 512946000, -18079100, 0),
(92625, 4081, 229, 'Upham', 509825300, -12349300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(92626, 4058, 229, 'Uplowman', 509270000, -34012700, 0),
(92627, 4083, 229, 'Upper Colwall', 520883600, -23417200, 0),
(92628, 4053, 229, 'Upper Denton', 549818900, -26010700, 0),
(92629, 4169, 229, 'Upper Seagry', 515260000, -20782800, 0),
(92630, 4073, 229, 'Upshire', 516903400, 460400, 0),
(92631, 4169, 229, 'Upton Scudamore', 512300000, -21933300, 0),
(92632, 4172, 229, 'Upton upon Severn', 520625800, -22180200, 0),
(92633, 4081, 229, 'Vernham Dean', 513070400, -15119700, 0),
(92634, 4048, 229, 'Veryan', 502186800, -49240500, 0),
(92635, 4172, 229, 'Vigo', 523333300, -20166700, 0),
(92636, 4172, 229, 'Wadborough', 521265000, -21440400, 0),
(92637, 4094, 229, 'Waddingham', 534532000, -5201100, 0),
(92638, 4060, 229, 'Wadworth', 534672600, -11426100, 0),
(92639, 4154, 229, 'Waldringfield', 520527000, 13253100, 0),
(92640, 4094, 229, 'Walkerith', 534274300, -8164500, 0),
(92641, 4012, 229, 'Walmersley', 536197200, -22928100, 0),
(92642, 4109, 229, 'Walpole', 523180300, 14689100, 0),
(92643, 4162, 229, 'Walsall Wood', 526267600, -19316500, 0),
(92645, 4093, 229, 'Waltham on the Wolds', 528169800, -8083500, 0),
(92646, 4095, 229, 'Walton', 511238900, -27711100, 0),
(92647, 4156, 229, 'Walton on the Hill', 512829600, -2480500, 0),
(92648, 4073, 229, 'Walton-on-the-Naze', 518481900, 12673800, 0),
(92649, 4069, 229, 'Wansford', 525833300, -4166700, 0),
(92650, 4079, 229, 'Wapping', 515050600, -568200, 0),
(92651, 4070, 229, 'Warbleton', 509452100, 2846600, 0),
(92652, 4032, 229, 'Warboys', 524035200, -793100, 0),
(92653, 4160, 229, 'Warburton', 534019000, -24525400, 0),
(92654, 4016, 229, 'Wardle', 536500000, -21333300, 0),
(92655, 4109, 229, 'Warham', 529373300, 8974400, 0),
(92656, 4036, 229, 'Warmingham', 531465100, -24371300, 0),
(92657, 4116, 229, 'Warmington', 521253700, -14037200, 0),
(92658, 4081, 229, 'Warsash', 508533100, -13003000, 0),
(92659, 4070, 229, 'Wartling', 508587900, 3543100, 0),
(92660, 4121, 229, 'Watchfield', 512191700, -29352800, 0),
(92661, 4150, 229, 'Waterfall', 530500000, -18833300, 0),
(92662, 4089, 229, 'Wateringbury', 512554300, 4231700, 0),
(92663, 4069, 229, 'Watton', 525666700, 8333300, 0),
(92664, 4084, 229, 'Watton at Stone', 518584200, -1138100, 0),
(92665, 4053, 229, 'Waverton', 531666700, -28000000, 0),
(92666, 4142, 229, 'Wedmore', 512272700, -28115200, 0),
(92667, 4150, 229, 'Weeford', 526323900, -17923200, 0),
(92668, 4116, 229, 'Welford', 514572700, -14113100, 0),
(92669, 4115, 229, 'Well', 542333300, -15833300, 0),
(92670, 4172, 229, 'Welland', 520500000, -23000000, 0),
(92671, 4109, 229, 'Wellingham', 527653200, 7715500, 0),
(92672, 4138, 229, 'Welshampton', 529098500, -28385300, 0),
(92673, 4058, 229, 'Wembury', 503227200, -40752900, 0),
(92674, 4073, 229, 'Wendens Ambo', 520035400, 2011900, 0),
(92675, 4048, 229, 'Wendron', 501333300, -52500000, 0),
(92676, 4032, 229, 'Wendy', 521115400, -691800, 0),
(92677, 4092, 229, 'Wennington', 541166700, -25833300, 0),
(92678, 4156, 229, 'Wentworth', 514000000, -5833300, 0),
(92679, 4083, 229, 'Weobley', 521596000, -28750000, 0),
(92680, 4032, 229, 'Werrington', 506666700, -43666700, 0),
(92681, 4061, 229, 'West Bay', 507108400, -27610700, 0),
(92682, 4058, 229, 'West Buckland', 509666700, -31833300, 0),
(92683, 4168, 229, 'West Chiltington', 509554000, -4494100, 0),
(92684, 4169, 229, 'West Dean', 507765300, 1617100, 0),
(92685, 4109, 229, 'West Dereham', 525814800, 4480100, 0),
(92686, 4168, 229, 'West Green', 511190300, -1995600, 0),
(92687, 4169, 229, 'West Grimstead', 510392700, -17008600, 0),
(92688, 4057, 229, 'West Hallam', 529709300, -13584600, 0),
(92689, 4168, 229, 'West Harting', 509870200, -8917000, 0),
(92690, 4061, 229, 'West Lulworth', 506261400, -22467900, 0),
(92691, 4132, 229, 'West Melton', 535041500, -13580000, 0),
(92692, 4073, 229, 'West Mersea', 517779800, 9187300, 0),
(92693, 4049, 229, 'West Rainton', 548166700, -15000000, 0),
(92694, 4109, 229, 'West Walton', 526978200, 1740600, 0),
(92695, 4168, 229, 'West Wittering', 507807600, -8957300, 0),
(92696, 4029, 229, 'West Wycombe', 516446500, -8034600, 0),
(92697, 4089, 229, 'Westcliffe', 511543700, 13569800, 0),
(92698, 4029, 229, 'Westcott', 512249500, -3677000, 0),
(92699, 4168, 229, 'Westergate', 508398800, -6712300, 0),
(92700, 4167, 229, 'Westfield', 509102300, 5755400, 0),
(92701, 4089, 229, 'Westgate on Sea', 513823900, 13367300, 0),
(92702, 4092, 229, 'Westhead', 535628800, -28436300, 0),
(92703, 4154, 229, 'Westley', 522500000, 6666700, 0),
(92704, 4150, 229, 'Weston under Lizard', 526949100, -22891800, 0),
(92705, 4035, 229, 'Westoning', 519814000, -4969800, 0),
(92706, 4142, 229, 'Westonzoyland', 511085400, -29284300, 0),
(92707, 4115, 229, 'Westow', 540775700, -8492100, 0),
(92708, 4053, 229, 'Westward', 547934600, -31305900, 0),
(92709, 4169, 229, 'Westwood', 513311100, -22738900, 0),
(92710, 4073, 229, 'Wethersfield', 519535800, 4888500, 0),
(92711, 4150, 229, 'Wetton', 530953600, -18385800, 0),
(92712, 4109, 229, 'Weybourne', 529429200, 11409500, 0),
(92713, 4057, 229, 'Whaley Bridge', 533303100, -19826000, 0),
(92714, 4094, 229, 'Whaplode', 527993400, -363900, 0),
(92715, 4035, 229, 'Wharley End', 520734700, -6307300, 0),
(92716, 4058, 229, 'Whimple', 507664900, -33565500, 0),
(92717, 4087, 229, 'Whippingham', 507374700, -12686200, 0),
(92718, 4094, 229, 'Whisby', 532000000, -6500000, 0),
(92719, 4073, 229, 'White Notley', 518354900, 5903400, 0),
(92720, 4133, 229, 'White Waltham', 514883300, -7784400, 0),
(92721, 4169, 229, 'Whiteparish', 510104100, -16485500, 0),
(92722, 4058, 229, 'Whitestone', 507333300, -36000000, 0),
(92723, 4069, 229, 'Whitgift', 536953400, -7671300, 0),
(92724, 4150, 229, 'Whitgreave', 528511100, -21497900, 0),
(92725, 4115, 229, 'Whitley', 513952800, -21644400, 0),
(92726, 4150, 229, 'Whitmore', 529666700, -22833300, 0),
(92727, 4083, 229, 'Whitney', 521166700, -30833300, 0),
(92728, 4117, 229, 'Whittingham', 553833300, -18833300, 0),
(92729, 4116, 229, 'Whittlebury', 520902700, -9922000, 0),
(92730, 4032, 229, 'Whittlesey', 525580400, -1301600, 0),
(92731, 4057, 229, 'Whitwell', 505984400, -12642000, 0),
(92732, 4115, 229, 'Whixley', 540143100, -13225600, 0),
(92733, 4114, 229, 'Wick Saint Lawrence', 513847200, -29102800, 0),
(92734, 4165, 229, 'Wickham', 508992400, -11881500, 0),
(92735, 4073, 229, 'Wickham Bishops', 517783000, 6682300, 0),
(92736, 4154, 229, 'Wickham Market', 521529800, 13629900, 0),
(92737, 4117, 229, 'Wideopen', 550451400, -16224600, 0),
(92738, 4081, 229, 'Widley', 508553800, -10508700, 0),
(92739, 4053, 229, 'Wigton', 548248200, -31611400, 0),
(92740, 4069, 229, 'Wilberfoss', 539485400, -8894500, 0),
(92741, 4109, 229, 'Wilby', 522868000, -7290500, 0),
(92742, 4037, 229, 'Willaston', 530666700, -24833300, 0),
(92743, 4103, 229, 'Willen', 520641000, -7231200, 0),
(92744, 4138, 229, 'Willey', 524500000, -12666700, 0),
(92745, 4094, 229, 'Willingham', 523140400, 577600, 0),
(92746, 4014, 229, 'Willington Quay', 549925500, -14948900, 0),
(92747, 4094, 229, 'Willoughby', 523008700, -12378500, 0),
(92748, 4164, 229, 'Wilmcote', 522208100, -17652800, 0),
(92749, 4007, 229, 'Wilshamstead', 520808800, -4488900, 0),
(92750, 4158, 229, 'Wilton', 510000000, -31000000, 0),
(92751, 4073, 229, 'Wimbish', 520061500, 3206000, 0),
(92752, 4032, 229, 'Wimblington', 525092500, 841600, 0),
(92754, 4053, 229, 'Winder', 545479700, -34731400, 0),
(92755, 4078, 229, 'Windrush', 518168800, -17225400, 0),
(92756, 4109, 229, 'Winfarthing', 524305600, 10979000, 0),
(92757, 4117, 229, 'Wingates', 552500000, -18500000, 0),
(92758, 4089, 229, 'Wingham', 512716800, 12146300, 0),
(92759, 4029, 229, 'Wingrave', 518649400, -7424400, 0),
(92760, 4024, 229, 'Winkfield', 514422800, -6982500, 0),
(92761, 4142, 229, 'Winsham', 508500000, -29000000, 0),
(92762, 4078, 229, 'Winson', 517768100, -18692200, 0),
(92763, 4049, 229, 'Winston', 545451900, -17885400, 0),
(92764, 4165, 229, 'Winterbourne', 514460900, -13466000, 0),
(92765, 4169, 229, 'Winterbourne Bassett', 514727000, -18519400, 0),
(92766, 4169, 229, 'Winterslow', 510971700, -16630700, 0),
(92767, 4113, 229, 'Winterton', 536549700, -5988500, 0),
(92768, 4115, 229, 'Wintringham', 541333300, -6500000, 0),
(92769, 4163, 229, 'Winwick', 524130200, -3777400, 0),
(92770, 4168, 229, 'Wisborough Green', 510230800, -5060400, 0),
(92771, 4156, 229, 'Wisley', 513227000, -4764900, 0),
(92772, 4154, 229, 'Wissington', 519654500, 8465400, 0),
(92773, 4061, 229, 'Witchampton', 508589100, -20170000, 0),
(92774, 4069, 229, 'Withernsea', 537311000, 334700, 0),
(92775, 4070, 229, 'Withyham', 511009900, 1349300, 0),
(92776, 4154, 229, 'Witnesham', 521050700, 11855000, 0),
(92777, 4121, 229, 'Wittenham', 516333300, -12166700, 0),
(92778, 4049, 229, 'Witton Gilbert', 548057200, -16368600, 0),
(92779, 4070, 229, 'Wivelsfield', 509690800, -908900, 0),
(92780, 4164, 229, 'Wixford', 521891700, -18714800, 0),
(92781, 4172, 229, 'Wolverley', 524166700, -22500000, 0),
(92782, 4152, 229, 'Wolviston', 546233300, -12994600, 0),
(92783, 4081, 229, 'Wonston', 511524300, -13204600, 0),
(92784, 4058, 229, 'Woodbury', 506766400, -34016000, 0),
(92785, 4100, 229, 'Woodchurch', 510760500, 7734600, 0),
(92786, 4157, 229, 'Woodcote', 527333300, -23333300, 0),
(92787, 4081, 229, 'Woodcott', 512921400, -13780100, 0),
(92788, 4049, 229, 'Woodham', 546333300, -15500000, 0),
(92789, 4073, 229, 'Woodham Mortimer', 517091100, 6233000, 0),
(92790, 4049, 229, 'Woodland', 505000000, -37000000, 0),
(92791, 4058, 229, 'Woodleigh', 503277400, -37486000, 0),
(92792, 4116, 229, 'Woodnewton', 525363300, -4725400, 0),
(92793, 4061, 229, 'Wool', 506796600, -22189000, 0),
(92794, 4142, 229, 'Woolavington', 511649300, -29381400, 0),
(92795, 4083, 229, 'Woolhope', 520180000, -25666600, 0),
(92796, 4084, 229, 'Woolmer Green', 518526500, -1814400, 0),
(92797, 4142, 229, 'Woolminstone', 508682200, -28391100, 0),
(92798, 4154, 229, 'Woolpit', 522245400, 8882600, 0),
(92799, 4103, 229, 'Woolstone', 515880600, -15778300, 0),
(92800, 4138, 229, 'Worfield', 525580600, -23576500, 0),
(92801, 4154, 229, 'Worlingworth', 522702600, 12699500, 0),
(92802, 4073, 229, 'Wormingford', 519487600, 8086100, 0),
(92803, 4156, 229, 'Worplesdon', 512756600, -6071700, 0),
(92804, 4093, 229, 'Worthington', 527803400, -13976700, 0),
(92805, 4005, 229, 'Wortley', 534833300, -15333300, 0),
(92806, 4094, 229, 'Wrangle', 530393500, 1298900, 0),
(92807, 4114, 229, 'Wraxall', 511252800, -25700000, 0),
(92808, 4053, 229, 'Wreay', 548319100, -28804600, 0),
(92809, 4041, 229, 'Wrenthorpe', 536981800, -15253200, 0),
(92810, 4035, 229, 'Wrestlingworth', 521104100, -1634200, 0),
(92811, 4006, 229, 'Writhlington', 512913400, -24280600, 0),
(92812, 4138, 229, 'Wroxeter', 526704200, -26475900, 0),
(92813, 4109, 229, 'Wroxham', 527069200, 14022200, 0),
(92814, 4121, 229, 'Wroxton', 520728200, -13970900, 0),
(92815, 4172, 229, 'Wychbold', 522920700, -21187200, 0),
(92816, 4049, 229, 'Wycliffe', 545227800, -18182400, 0),
(92817, 4117, 229, 'Wylam', 549765400, -18218700, 0),
(92818, 4007, 229, 'Wymington', 522682900, -6007700, 0),
(92819, 4142, 229, 'Yarlington', 510611000, -24932500, 0),
(92820, 4087, 229, 'Yarmouth', 507052900, -14992900, 0),
(92821, 4121, 229, 'Yarnton', 518098600, -13069400, 0),
(92822, 4116, 229, 'Yelvertoft', 523733500, -11215400, 0),
(92823, 4142, 229, 'Yeovilton', 510035900, -26489800, 0),
(92824, 4154, 229, 'Yoxford', 522681900, 15068100, 0),
(92825, 4072, 229, 'Aird', 552333300, -65000000, 0),
(92826, 2523, 229, 'Aldergrove', 546458300, -62424700, 0),
(92827, 2523, 229, 'Ardmillan', 544833300, -56666700, 0),
(92828, 2523, 229, 'Ballyeaston', 547666700, -60000000, 0),
(92829, 2523, 229, 'Ballykelly', 550500000, -70166700, 0),
(92830, 2523, 229, 'Ballymagorry', 548500000, -74333300, 0),
(92831, 2523, 229, 'Billy', 551666700, -64833300, 0),
(92832, 4079, 229, 'Blackheath', 550500000, -67000000, 0),
(92833, 2523, 229, 'Burren', 541166700, -62666700, 0),
(92834, 2523, 229, 'Caledon', 543500000, -68333300, 0),
(92835, 2523, 229, 'Carland', 545333300, -67833300, 0),
(92836, 2523, 229, 'Carn', 549000000, -68333300, 0),
(92837, 2523, 229, 'Carnteel', 544333300, -69333300, 0),
(92838, 2523, 229, 'Carr', 544833300, -59333300, 0),
(92839, 2523, 229, 'Castlereagh', 545735000, -58847200, 0),
(92840, 2523, 229, 'Castlerock', 551500000, -67833300, 0),
(92841, 2523, 229, 'Chapeltown', 542833300, -55833300, 0),
(92842, 2523, 229, 'Coa', 544000000, -75666700, 0),
(92843, 2523, 229, 'Connor', 548000000, -62000000, 0),
(92844, 2523, 229, 'Cooneen', 543333300, -73000000, 0),
(92845, 2523, 229, 'Corbet Milltown', 543333300, -62000000, 0),
(92846, 2523, 229, 'Cranley', 543166700, -57666700, 0),
(92847, 2523, 229, 'Curran', 547946500, -66142800, 0),
(92848, 2523, 229, 'Derrymacash', 544666700, -63833300, 0),
(92849, 2523, 229, 'Doagh', 547500000, -60833300, 0),
(92850, 2523, 229, 'Dromore', 544166700, -61500000, 0),
(92851, 2523, 229, 'Drumcree', 544333300, -64666700, 0),
(92852, 2523, 229, 'Drumsurn', 549833300, -68833300, 0),
(92853, 2523, 229, 'Dungiven', 549333300, -69166700, 0),
(92854, 2523, 229, 'Fivemiletown', 543833300, -73000000, 0),
(92855, 2523, 229, 'Galgorm', 548666700, -63166700, 0),
(92856, 2523, 229, 'Garrison', 544166700, -80833300, 0),
(92857, 2523, 229, 'Glenarm', 549670700, -59528700, 0),
(92858, 2523, 229, 'Glynn', 548166700, -58166700, 0),
(92859, 4027, 229, 'Granville', 544899800, -68032800, 0),
(92860, 2523, 229, 'Irish Town', 547166700, -71333300, 0),
(92861, 2523, 229, 'Kearney', 543877500, -54606300, 0),
(92862, 2523, 229, 'Keeran', 545500000, -76000000, 0),
(92863, 2523, 229, 'Kilkeel', 540619600, -60030800, 0),
(92864, 2523, 229, 'Kilroot', 547280000, -57560000, 0),
(92865, 2523, 229, 'Kingsmill', 546166700, -66500000, 0),
(92866, 2523, 229, 'Lack', 545666700, -75666700, 0),
(92867, 2523, 229, 'Maghera', 542413600, -58994900, 0),
(92868, 4139, 229, 'Middletown', 543000000, -68666700, 0),
(92869, 4093, 229, 'Moira', 544802100, -62282200, 0),
(92870, 2523, 229, 'Moorfields', 548166700, -61500000, 0),
(92871, 4079, 229, 'Mount Pleasant', 546166700, -73333300, 0),
(92872, 2523, 229, 'Mountjoy', 546500000, -73500000, 0),
(92873, 2523, 229, 'Muckamore', 546833300, -61500000, 0),
(92874, 2523, 229, 'Oritor', 546569500, -68022500, 0),
(92875, 4037, 229, 'Parkgate', 547166700, -61000000, 0),
(92876, 2523, 229, 'Pomeroy', 546000000, -69333300, 0),
(92877, 2523, 229, 'Purdysburn', 545333300, -59166700, 0),
(92878, 2523, 229, 'Queens Island', 546166700, -59000000, 0),
(92879, 2523, 229, 'Rosetta', 545666700, -59000000, 0),
(92880, 2523, 229, 'Rosslea', 542333300, -71833300, 0),
(92881, 2523, 229, 'Saintfield', 544604600, -58306500, 0),
(92882, 2523, 229, 'Saul', 543333300, -56666700, 0),
(92883, 2523, 229, 'Sprucefield', 544805100, -60454000, 0),
(92884, 2523, 229, 'Stormont', 545992100, -58284200, 0),
(92885, 2523, 229, 'Tandragee', 543548600, -64139600, 0),
(92886, 2523, 229, 'Tempo', 543833300, -74666700, 0),
(92887, 2523, 229, 'The Birches', 544833300, -65500000, 0),
(92888, 2523, 229, 'The Diamond', 543833300, -61166700, 0),
(92889, 2523, 229, 'Tobermore', 548166700, -67000000, 0),
(92890, 2523, 229, 'Tully', 541833300, -76333300, 0),
(92891, 2523, 229, 'Warrenpoint', 540994700, -62508800, 0),
(92892, 2523, 229, 'Whitehead', 547537100, -57093300, 0),
(92893, 2523, 229, 'Woodburn', 547333300, -58333300, 0),
(92894, 4105, 229, 'Aberlour', 574707600, -32250900, 0),
(92895, 4123, 229, 'Abernethy', 563324700, -33122600, 0),
(92896, 4145, 229, 'Abington', 554833300, -37000000, 0),
(92897, 4001, 229, 'Aboyne', 570754600, -27802300, 0),
(92898, 4074, 229, 'Airth', 560683400, -37699300, 0),
(92899, 4075, 229, 'Allanhill Farm', 563171300, -27756400, 0),
(92900, 4085, 229, 'Alness', 576959600, -42551000, 0),
(92901, 4046, 229, 'Alva', 561528400, -38050500, 0),
(92902, 4158, 229, 'Ancrum', 555135600, -25892000, 0),
(92903, 4143, 229, 'Annbank', 554756400, -45220800, 0),
(92904, 4151, 229, 'Ardeonaig', 564953500, -41618000, 0),
(92905, 4004, 229, 'Ardrishaig', 560156600, -54480600, 0),
(92906, 4085, 229, 'Ardullie', 576366600, -43657600, 0),
(92907, 4000, 229, 'Ashtown', 571820200, -22272200, 0),
(92908, 4085, 229, 'Astle', 578833300, -41166700, 0),
(92909, 4085, 229, 'Athnamulloch', 572500000, -51000000, 0),
(92910, 4063, 229, 'Auchencairn', 548417700, -38729600, 0),
(92911, 4145, 229, 'Auchengray', 557709500, -36021100, 0),
(92912, 4001, 229, 'Auchmacoy', 573681100, -20149500, 0),
(92913, 4085, 229, 'Avoch', 575689800, -41767500, 0),
(92914, 4158, 229, 'Ayton', 558500000, -21333300, 0),
(92915, 4151, 229, 'Balfron', 560680900, -43355900, 0),
(92916, 4001, 229, 'Ballater', 570493000, -30402300, 0),
(92917, 4105, 229, 'Ballindalloch', 574114300, -33586400, 0),
(92918, 4166, 229, 'Balloch', 560000000, -45833300, 0),
(92919, 4001, 229, 'Balmedie', 572505200, -20616300, 0),
(92920, 4085, 229, 'Balmore', 573833300, -43833300, 0),
(92921, 4085, 229, 'Balnain', 573363100, -45823800, 0),
(92922, 4145, 229, 'Bankend', 555833300, -39166700, 0),
(92923, 4068, 229, 'Barrhead', 557991600, -43928500, 0),
(92924, 4143, 229, 'Barrhill', 551026700, -47696300, 0),
(92925, 4063, 229, 'Beattock', 553070400, -34522700, 0),
(92926, 4067, 229, 'Belhaven', 559989900, -25382100, 0),
(92927, 4085, 229, 'Belloch', 565666700, -57000000, 0),
(92928, 4167, 229, 'Bents', 558443600, -36431400, 0),
(92929, 4090, 229, 'Birkenshaw', 558353300, -40927500, 0),
(92930, 4123, 229, 'Birnam', 565579800, -35760000, 0),
(92931, 4001, 229, 'Birse', 570624800, -27316500, 0),
(92932, 4085, 229, 'Blain', 567500000, -57833300, 0),
(92933, 4000, 229, 'Bodachra', 572071500, -21329800, 0),
(92934, 4085, 229, 'Bonar Bridge', 578921400, -43447400, 0),
(92935, 4166, 229, 'Bonhill', 559794400, -45638000, 0),
(92936, 4085, 229, 'Borgue', 548122000, -41341400, 0),
(92937, 4102, 229, 'Borthwick', 558166700, -30000000, 0),
(92938, 4158, 229, 'Bowhill', 555426700, -29006500, 0),
(92939, 4065, 229, 'Bowhouse', 556000000, -44166700, 0),
(92940, 4004, 229, 'Bowmore', 557558300, -62842600, 0),
(92941, 4137, 229, 'Brae', 603963500, -13529600, 0),
(92942, 4112, 229, 'Braehead', 558759900, -43648400, 0),
(92943, 4001, 229, 'Braemar', 570059000, -34006000, 0),
(92944, 4085, 229, 'Braemore', 577500000, -50333300, 0),
(92945, 4145, 229, 'Braidwood', 557102300, -38431600, 0),
(92946, 4072, 229, 'Breasclete', 582166700, -67333300, 0),
(92947, 4151, 229, 'Bridge of Allan', 561540200, -39463100, 0),
(92948, 4004, 229, 'Bridge of Orchy', 565152800, -47653200, 0),
(92949, 4063, 229, 'Brydekirk', 550223300, -32763000, 0),
(92950, 4075, 229, 'Buckhaven', 561714900, -30337700, 0),
(92951, 4105, 229, 'Buckie', 576757000, -29623800, 0),
(92952, 4004, 229, 'Burgh', 563500000, -61666700, 0),
(92953, 4151, 229, 'Callander', 562441000, -42163700, 0),
(92954, 4151, 229, 'Cambusbarron', 561089300, -39675100, 0),
(92955, 4075, 229, 'Cameron', 562944500, -28517600, 0),
(92956, 4000, 229, 'Camphill', 571000000, -22333300, 0),
(92957, 4123, 229, 'Cargill', 565141300, -33793200, 0),
(92958, 4072, 229, 'Carinish', 575166700, -73000000, 0),
(92959, 4077, 229, 'Carmunnock', 557906200, -42358400, 0),
(92960, 4075, 229, 'Carnock', 560840100, -35390600, 0),
(92961, 4003, 229, 'Carnoustie', 565013600, -27090500, 0),
(92962, 4145, 229, 'Carnwath', 557003600, -36257900, 0),
(92963, 4004, 229, 'Carradale', 555892600, -54719700, 0),
(92964, 4004, 229, 'Carrick', 561000000, -49000000, 0),
(92965, 4102, 229, 'Carrington', 558333300, -30833300, 0),
(92966, 4063, 229, 'Carronbridge', 552666700, -37833300, 0),
(92967, 4063, 229, 'Carsphairn', 552129100, -42632200, 0),
(92968, 4001, 229, 'Caskieben', 572042200, -22764000, 0),
(92969, 4063, 229, 'Castle Douglas', 549409500, -39278400, 0),
(92970, 4063, 229, 'Castle Kennedy', 548979200, -49552200, 0),
(92971, 4072, 229, 'Castlebay', 569500000, -74666700, 0),
(92972, 4085, 229, 'Cawdor', 575255700, -39317400, 0),
(92973, 4075, 229, 'Cellardyke', 562241100, -26905400, 0),
(92974, 4112, 229, 'Chapelhall', 558434900, -39488100, 0),
(92975, 4075, 229, 'Charlestown', 560367200, -34987400, 0),
(92976, 4158, 229, 'Chesters', 553879100, -25958500, 0),
(92977, 4158, 229, 'Chirnside', 558021500, -22092700, 0),
(92978, 4072, 229, 'Clachan', 557333300, -55666700, 0),
(92979, 4046, 229, 'Clackmannan', 561074300, -37509800, 0),
(92980, 4068, 229, 'Clarkston', 557859400, -42765100, 0),
(92981, 4112, 229, 'Cleland', 558024300, -39142000, 0),
(92982, 4000, 229, 'Cloverhill', 571992500, -20844000, 0),
(92983, 4158, 229, 'Cockburnspath', 559324300, -23625000, 0),
(92984, 4158, 229, 'Coldingham', 558862300, -21574400, 0),
(92985, 4158, 229, 'Coldstream', 556511100, -22529500, 0),
(92986, 4071, 229, 'Colinton', 559073900, -32560900, 0),
(92987, 4085, 229, 'Conon Bridge', 575663000, -44367800, 0),
(92988, 4110, 229, 'Corrie', 556423000, -51391800, 0),
(92989, 4063, 229, 'Corsock', 550665000, -39457800, 0),
(92990, 4145, 229, 'Covington', 556333300, -36333300, 0),
(92991, 4071, 229, 'Craigmillar', 559320900, -31414000, 0),
(92992, 4075, 229, 'Crail', 562604200, -26267600, 0),
(92993, 4158, 229, 'Cranshaws', 558488000, -25085000, 0),
(92994, 4145, 229, 'Crawford', 554666700, -36500000, 0),
(92995, 4063, 229, 'Creetown', 549023800, -43799000, 0),
(92996, 4123, 229, 'Crook of Devon', 561847200, -35553400, 0),
(92997, 4063, 229, 'Crossmichael', 549804600, -39860000, 0),
(92998, 4085, 229, 'Culbokie', 576038700, -43361800, 0),
(92999, 4145, 229, 'Culter', 555833300, -35500000, 0),
(93000, 4063, 229, 'Dalbeattie', 549327800, -38227100, 0),
(93001, 4123, 229, 'Dall', 566797100, -42970200, 0),
(93002, 4102, 229, 'Danderhall', 559143400, -31106200, 0),
(93003, 4065, 229, 'Darvel', 556097600, -42814200, 0),
(93004, 4063, 229, 'Davington', 553000000, -32000000, 0),
(93005, 4001, 229, 'Daviot', 573333300, -24166700, 0),
(93006, 4072, 229, 'Dell', 584666700, -63000000, 0),
(93007, 4158, 229, 'Denholm', 554569900, -26849700, 0),
(93008, 4085, 229, 'Dingwall', 575953100, -44272100, 0),
(93009, 4067, 229, 'Dirleton', 560456500, -27814100, 0),
(93010, 4145, 229, 'Dolphinton', 557062600, -34244500, 0),
(93011, 4085, 229, 'Dores', 573813600, -43328200, 0),
(93012, 4110, 229, 'Dreghorn', 556000000, -46166700, 0),
(93013, 4123, 229, 'Dron', 563166700, -33833300, 0),
(93014, 4063, 229, 'Drummore', 546900600, -48938100, 0),
(93015, 4151, 229, 'Drymen', 560658200, -44527300, 0),
(93016, 4105, 229, 'Dufftown', 574333300, -31333300, 0),
(93017, 4105, 229, 'Duffus', 577010500, -33939400, 0),
(93018, 4065, 229, 'Dunlop', 557119800, -45362200, 0),
(93019, 4074, 229, 'Dunmore', 560833300, -37666700, 0),
(93020, 4123, 229, 'Dunning', 563120100, -35863800, 0),
(93021, 4004, 229, 'Dunollie', 564275100, -54838200, 0),
(93022, 4085, 229, 'Dunvegan', 574350400, -65792300, 0),
(93023, 4105, 229, 'Dyke', 576000000, -36833300, 0),
(93024, 4067, 229, 'East Linton', 559873700, -26568200, 0),
(93025, 4158, 229, 'Eccles', 556666700, -23833300, 0),
(93026, 4085, 229, 'Edderton', 578331500, -41761600, 0),
(93027, 4158, 229, 'Eddleston', 557123000, -32065500, 0),
(93028, 4158, 229, 'Ednam', 556281100, -24187600, 0),
(93029, 4003, 229, 'Edzell', 568000000, -26500000, 0),
(93030, 4072, 229, 'Eishken', 580166700, -65333300, 0),
(93031, 4110, 229, 'Fairlie', 557560200, -48556400, 0),
(93032, 4075, 229, 'Falkland', 562505300, -32055200, 0),
(93033, 4065, 229, 'Fenwick', 556500000, -44333300, 0),
(93034, 4003, 229, 'Fern', 567445100, -28463900, 0),
(93035, 4105, 229, 'Fife Keith', 575333300, -29666700, 0),
(93036, 4003, 229, 'Finavon', 567064600, -28264200, 0),
(93037, 4001, 229, 'Findon', 570666700, -21000000, 0),
(93038, 4001, 229, 'Fingask', 573333300, -23666700, 0),
(93039, 4151, 229, 'Fintry', 560500000, -42000000, 0),
(93040, 4046, 229, 'Forest Mill', 561257400, -36881000, 0),
(93041, 4085, 229, 'Fort Augustus', 571431300, -46822400, 0),
(93042, 4085, 229, 'Fort George', 575829900, -40645100, 0),
(93043, 4123, 229, 'Foss', 566975200, -39790200, 0),
(93044, 4158, 229, 'Foulden', 557833300, -21166700, 0),
(93045, 4158, 229, 'Fountainhall', 557335500, -29089300, 0),
(93046, 4003, 229, 'Friockheim', 566368800, -26680600, 0),
(93047, 4004, 229, 'Furnace', 561533200, -51839200, 0),
(93048, 4001, 229, 'Fyvie', 574323600, -23918700, 0),
(93049, 4085, 229, 'Galtrigill', 574833300, -67000000, 0),
(93050, 4151, 229, 'Gargunnock', 561247400, -40831900, 0),
(93051, 4063, 229, 'Garlieston', 547894300, -43726000, 0),
(93052, 4085, 229, 'Geary', 575538900, -65747500, 0),
(93053, 4063, 229, 'Gelston', 549000000, -39000000, 0),
(93054, 4130, 229, 'Georgetown', 558666700, -44666700, 0),
(93055, 4068, 229, 'Giffnock', 558037300, -42948800, 0),
(93056, 4063, 229, 'Gillespie', 548333300, -47333300, 0),
(93057, 4123, 229, 'Gilmerton', 559084200, -31280100, 0),
(93058, 4123, 229, 'Glendevon', 562217200, -36268400, 0),
(93059, 4085, 229, 'Glenfinnan', 568705100, -54505100, 0),
(93060, 4063, 229, 'Glenluce', 548787900, -48103700, 0),
(93061, 4085, 229, 'Glenmore', 566833300, -59500000, 0),
(93062, 4003, 229, 'Glenogil', 567500000, -29000000, 0),
(93063, 4085, 229, 'Grantown on Spey', 573166700, -36166700, 0),
(93064, 4085, 229, 'Greenland', 585833300, -33166700, 0),
(93065, 4158, 229, 'Greenlaw', 557068000, -24624100, 0),
(93066, 4063, 229, 'Gretna', 549938000, -30659400, 0),
(93067, 4067, 229, 'Gullane', 560353900, -28295100, 0),
(93068, 4075, 229, 'Halbeath', 560812700, -34075100, 0),
(93069, 4085, 229, 'Halkirk', 585122700, -34915500, 0),
(93070, 4085, 229, 'Hallin', 575348300, -65942700, 0),
(93071, 4112, 229, 'Harthill', 558666700, -37500000, 0),
(93072, 4112, 229, 'Hartwood', 558112700, -38378300, 0),
(93073, 4001, 229, 'Hatton', 574166700, -19000000, 0),
(93074, 4145, 229, 'Haywood', 557666700, -36333300, 0),
(93075, 4001, 229, 'Heatherwick', 572606200, -23218500, 0),
(93076, 4158, 229, 'Hobkirk', 553833300, -26500000, 0),
(93077, 4003, 229, 'Hole', 567666700, -32000000, 0),
(93078, 4067, 229, 'Hopes', 558500000, -27000000, 0),
(93079, 4158, 229, 'Horndean', 557333300, -21666700, 0),
(93080, 4102, 229, 'Howgate', 558107100, -32013100, 0),
(93081, 4158, 229, 'Hume', 556647500, -24732000, 0),
(93082, 4158, 229, 'Hutton', 557666700, -21500000, 0),
(93083, 4063, 229, 'Inch', 548833300, -49666700, 0),
(93084, 4085, 229, 'Inchbae Lodge', 576833300, -46833300, 0),
(93085, 4158, 229, 'Innerleithen', 556192700, -30630100, 0),
(93086, 4085, 229, 'Inver', 570166700, -32500000, 0),
(93087, 4003, 229, 'Inverarity', 565874100, -28922100, 0),
(93088, 4085, 229, 'Invergordon', 576886000, -41674500, 0),
(93089, 4004, 229, 'Isle of Bute', 558366300, -50558600, 0),
(93090, 4085, 229, 'Isle of Eigg', 568995800, -61407600, 0),
(93091, 4063, 229, 'Kelton', 550166700, -35833300, 0),
(93092, 4075, 229, 'Kelty', 561336200, -33869000, 0),
(93093, 4085, 229, 'Kenmore', 561666700, -51166700, 0),
(93094, 4046, 229, 'Kennet', 561010700, -37302700, 0),
(93095, 4085, 229, 'Kentallen', 566667900, -52500900, 0),
(93096, 4130, 229, 'Kilbarchan', 558362000, -45535600, 0),
(93097, 4110, 229, 'Kilbirnie', 557508200, -46879100, 0),
(93098, 4004, 229, 'Kilbrandon', 562833300, -56000000, 0),
(93099, 4085, 229, 'Kilbride', 561000000, -54500000, 0),
(93100, 4151, 229, 'Killearn', 560423900, -43684000, 0),
(93101, 4004, 229, 'Kilpatrick', 563166700, -61833300, 0),
(93102, 4085, 229, 'Kincardine', 560666700, -37166700, 0),
(93103, 4075, 229, 'Kinghorn', 560689600, -31760700, 0),
(93104, 4075, 229, 'Kingskettle', 562621500, -31169300, 0),
(93105, 4085, 229, 'Kinloch', 565166700, -38333300, 0),
(93106, 4105, 229, 'Kinloss', 576349400, -35701200, 0),
(93107, 4123, 229, 'Kinnaird', 564333300, -32333300, 0),
(93108, 4077, 229, 'Kinning Park', 558526000, -42734800, 0),
(93109, 4158, 229, 'Kirk Yetholm', 555471100, -22755800, 0),
(93110, 4063, 229, 'Kirkcolm', 549732200, -50796900, 0),
(93111, 4063, 229, 'Kirkcowan', 549134900, -46090000, 0),
(93112, 4063, 229, 'Kirkgunzeon', 549828500, -37735700, 0),
(93113, 4085, 229, 'Kirkhill', 574766200, -44132400, 0),
(93114, 4158, 229, 'Kirkhope', 555040300, -29826400, 0),
(93115, 4063, 229, 'Kirkinner', 548325300, -44567700, 0),
(93116, 4123, 229, 'Kirkmichael', 551833300, -35666700, 0),
(93117, 4105, 229, 'Kirktown of Deskford', 576333300, -28166700, 0),
(93118, 4072, 229, 'Knock', 564666700, -59833300, 0),
(93119, 4065, 229, 'Kyle', 554539400, -42764300, 0),
(93120, 4085, 229, 'Kyle of Lochalsh', 572838700, -57111700, 0),
(93121, 4085, 229, 'Lairg', 580236900, -43995800, 0),
(93122, 4158, 229, 'Leitholm', 556899100, -23371900, 0),
(93123, 4066, 229, 'Lennoxtown', 559726300, -42000100, 0),
(93124, 4001, 229, 'Leslie', 562000000, -32166700, 0),
(93125, 4063, 229, 'Leswalt', 549303900, -50918700, 0),
(93126, 4085, 229, 'Lewiston', 573275200, -44742700, 0),
(93127, 4158, 229, 'Lindean', 555731000, -28179800, 0),
(93128, 4158, 229, 'Linton', 555166700, -23666700, 0),
(93129, 4072, 229, 'Lionel', 584889800, -62459000, 0),
(93130, 4102, 229, 'Loanhead', 558794500, -31587400, 0),
(93131, 4072, 229, 'Lochboisdale', 571666700, -73166700, 0),
(93132, 4085, 229, 'Lochcarron', 573983300, -54989500, 0),
(93133, 4085, 229, 'Lochend', 548666700, -37666700, 0),
(93134, 4003, 229, 'Logie', 563727100, -29663900, 0),
(93135, 4085, 229, 'Lone', 583333300, -48833300, 0),
(93136, 4112, 229, 'Longriggend', 559095400, -38860200, 0),
(93137, 4001, 229, 'Longside', 575173100, -19397600, 0),
(93138, 4065, 229, 'Lugton', 557444700, -45295600, 0),
(93139, 4001, 229, 'Lumphanan', 571265500, -26883900, 0),
(93140, 4001, 229, 'Lumsden', 572859400, -28742100, 0),
(93141, 4003, 229, 'Lunan', 566559500, -25126300, 0),
(93142, 4003, 229, 'Lundie', 565158500, -31546200, 0),
(93143, 4085, 229, 'Lybster', 582989400, -32846400, 0),
(93144, 4105, 229, 'Lyne', 573333300, -34000000, 0),
(93145, 4143, 229, 'Maidens', 553333300, -48166700, 0),
(93146, 4085, 229, 'Mains of Dalvey', 573500000, -34833300, 0),
(93147, 4000, 229, 'Mains of Dyce', 572155400, -21853400, 0),
(93148, 4001, 229, 'Marykirk', 567821600, -25158200, 0),
(93149, 4065, 229, 'Mauchline', 555160400, -43792800, 0),
(93150, 4123, 229, 'Meikleour', 565402800, -33714800, 0),
(93151, 4063, 229, 'Mennock', 553515400, -38799200, 0),
(93152, 4001, 229, 'Methlick', 574258700, -22400200, 0),
(93153, 4123, 229, 'Methven', 564151200, -35827300, 0),
(93154, 4130, 229, 'Millikenpark', 558270400, -45358800, 0),
(93155, 4123, 229, 'Milnathort', 562268800, -34193000, 0),
(93156, 4063, 229, 'Minnigaff', 549666700, -44833300, 0),
(93157, 4158, 229, 'Minto', 554745800, -26892300, 0),
(93158, 4003, 229, 'Monikie', 565379900, -28152700, 0),
(93159, 4143, 229, 'Monkton', 555000000, -46000000, 0),
(93160, 4158, 229, 'Morebattle', 555174900, -23639000, 0),
(93161, 4003, 229, 'Muirhead', 558980300, -41058000, 0),
(93162, 4085, 229, 'Nedd', 582333300, -52000000, 0),
(93163, 4145, 229, 'Netherburn', 557086800, -39035700, 0),
(93164, 4112, 229, 'New Monkland', 558833300, -40000000, 0),
(93165, 4071, 229, 'Newbridge', 559333300, -34000000, 0),
(93166, 4001, 229, 'Newburgh', 563333300, -32500000, 0),
(93167, 4158, 229, 'Newcastleton', 551790800, -28133600, 0),
(93168, 4063, 229, 'Newton Stewart', 549578400, -44831500, 0),
(93169, 4001, 229, 'Newtonhill', 570333300, -21500000, 0),
(93170, 4085, 229, 'Nigg', 577166700, -40000000, 0),
(93171, 4102, 229, 'Nine Mile Burn', 558050000, -33153000, 0),
(93172, 4158, 229, 'Nisbet', 555244800, -25185600, 0),
(93173, 4075, 229, 'North Queensferry', 560089900, -33913400, 0),
(93174, 4065, 229, 'Ochiltree', 554598100, -43678200, 0),
(93175, 4123, 229, 'Old Scone', 564253900, -34285900, 0),
(93176, 4067, 229, 'Ormiston', 559130200, -29398500, 0),
(93177, 4158, 229, 'Oxnam', 554580700, -24773700, 0),
(93178, 4063, 229, 'Palnackie', 548919600, -38413000, 0),
(93179, 4063, 229, 'Parton', 550166700, -40500000, 0),
(93180, 4158, 229, 'Paxton', 557705600, -21059700, 0),
(93181, 4063, 229, 'Penpont', 552333300, -38166700, 0),
(93182, 4000, 229, 'Peterculter', 570992900, -22658800, 0),
(93183, 4075, 229, 'Pettycur', 560500000, -31666700, 0),
(93184, 4158, 229, 'Philiphaugh', 555398000, -28837400, 0),
(93185, 4075, 229, 'Pitlessie', 562742000, -30748100, 0),
(93186, 4001, 229, 'Pittrichie', 573166700, -22333300, 0),
(93187, 4151, 229, 'Plean', 560651600, -38759600, 0),
(93188, 4063, 229, 'Port William', 547588900, -45828700, 0),
(93189, 4071, 229, 'Portobello', 559538600, -31166000, 0),
(93190, 4158, 229, 'Priesthaugh', 553333300, -28333300, 0),
(93191, 4167, 229, 'Pumpherston', 559081800, -34933800, 0),
(93192, 4105, 229, 'Pyke', 573666700, -30166700, 0),
(93193, 4145, 229, 'Quarter', 557383500, -40319700, 0),
(93194, 4085, 229, 'Reay', 585595300, -37732300, 0),
(93195, 4085, 229, 'Redcastle', 575166700, -45333300, 0),
(93196, 4085, 229, 'Rhian', 581145400, -44411100, 0),
(93197, 4001, 229, 'Roadside', 568666700, -22666700, 0),
(93198, 4145, 229, 'Roberton', 554166700, -29000000, 0),
(93199, 4053, 229, 'Rockcliffe', 548500000, -38000000, 0),
(93200, 4123, 229, 'Rosemount', 565666700, -32833300, 0),
(93201, 4102, 229, 'Roslin', 558574900, -31689500, 0),
(93202, 4085, 229, 'Rothiemurchus', 571333300, -38500000, 0),
(93203, 4158, 229, 'Roxburgh', 555679500, -24799700, 0),
(93204, 4004, 229, 'Saint Catherines', 562219800, -50326000, 0),
(93205, 4075, 229, 'Saint Davids', 560333300, -33500000, 0),
(93207, 4003, 229, 'Saint Vigeans', 565666700, -25666700, 0),
(93208, 4085, 229, 'Sand', 578833300, -55000000, 0),
(93209, 4004, 229, 'Sandbank', 559820300, -49497300, 0),
(93210, 4137, 229, 'Sandwick', 582037800, -63567100, 0),
(93211, 4063, 229, 'Sanquhar', 553652700, -39216000, 0),
(93212, 4137, 229, 'Scalloway', 601383200, -12769000, 0),
(93213, 4120, 229, 'Scapa', 589631300, -29788900, 0),
(93214, 4085, 229, 'Sconser', 573133900, -61114900, 0),
(93215, 4085, 229, 'Scotstown', 567119000, -55717200, 0),
(93216, 4004, 229, 'Shandon', 560394900, -48026900, 0),
(93217, 4077, 229, 'Silverburn Centre', 558222500, -43394300, 0),
(93218, 4074, 229, 'Skinflats', 560318400, -37588100, 0),
(93219, 4158, 229, 'Smailholm', 556197200, -25603100, 0),
(93220, 4063, 229, 'Sorbie', 547919100, -44337700, 0),
(93221, 4112, 229, 'South Cobbinshaw', 558000000, -37500000, 0),
(93222, 4063, 229, 'Springholm', 550101800, -38686100, 0),
(93223, 4110, 229, 'Springside', 556166700, -46000000, 0),
(93224, 4158, 229, 'Sprouston', 556079800, -23909300, 0),
(93225, 4110, 229, 'Stevenston', 556397000, -47533900, 0),
(93226, 4004, 229, 'Stonefield', 558897500, -54188300, 0),
(93227, 4158, 229, 'Stow', 557000000, -28500000, 0),
(93228, 4003, 229, 'Stracathro', 567775700, -26152500, 0),
(93229, 4001, 229, 'Strachan', 570204800, -25383900, 0),
(93230, 4151, 229, 'Strathblane', 559859600, -43065800, 0),
(93231, 4085, 229, 'Strathpeffer', 575884700, -45383200, 0),
(93232, 4120, 229, 'Stromness', 589649800, -32960100, 0),
(93233, 4120, 229, 'Stronsay', 591185100, -26095400, 0),
(93234, 4077, 229, 'Summerston', 558999500, -42917200, 0),
(93235, 4001, 229, 'Sunnyside', 572501300, -21648600, 0),
(93236, 4145, 229, 'Symington', 555333300, -45666700, 0),
(93237, 4063, 229, 'Talnotry', 550166700, -43666700, 0),
(93238, 4143, 229, 'Tarbolton', 555129200, -44864800, 0),
(93239, 4145, 229, 'Tarbrax', 557802300, -35532800, 0),
(93240, 4158, 229, 'Teviothead', 553387600, -29388100, 0),
(93241, 4004, 229, 'Tighnabruaich', 559061300, -52336200, 0),
(93242, 4085, 229, 'Tongue', 584762900, -44171900, 0),
(93243, 4085, 229, 'Tordarroch', 573666700, -42000000, 0),
(93244, 4085, 229, 'Tore', 575410400, -43321600, 0),
(93245, 4085, 229, 'Torlundy', 568471200, -50465800, 0),
(93246, 4167, 229, 'Torphichen', 559335300, -36546000, 0),
(93247, 4063, 229, 'Torthorwald', 550897000, -35150500, 0),
(93248, 4001, 229, 'Tough', 572000000, -26500000, 0),
(93249, 4075, 229, 'Townhill', 560833300, -34333300, 0),
(93250, 4143, 229, 'Turnberry', 553133200, -48281500, 0),
(93251, 4071, 229, 'Turnhouse', 559548300, -33443000, 0),
(93252, 4137, 229, 'Twatt', 602666700, -14166700, 0),
(93253, 4063, 229, 'Twynholm', 548664800, -40832400, 0),
(93254, 4105, 229, 'Urquhart', 576487500, -31942200, 0),
(93255, 4137, 229, 'Walls', 602287400, -15631300, 0),
(93256, 4137, 229, 'Wester Quarff', 600951200, -12647800, 0),
(93257, 4167, 229, 'Westfield', 559333300, -37000000, 0),
(93258, 4158, 229, 'Westruther', 557419900, -25845200, 0),
(93259, 4001, 229, 'Whitehills', 576666700, -25833300, 0),
(93260, 4063, 229, 'Whithorn', 547323200, -44155900, 0),
(93261, 4063, 229, 'Wigtown', 548678300, -44448900, 0),
(93262, 4158, 229, 'Yarrow', 555166700, -30500000, 0),
(93263, 4080, 229, 'Aber', 532333300, -40166700, 0),
(93264, 4131, 229, 'Aber-nant', 517194400, -34302800, 0),
(93265, 4131, 229, 'Aberaman', 517030700, -34302600, 0),
(93266, 4139, 229, 'Aberangell', 526666700, -37166700, 0),
(93267, 4010, 229, 'Aberbeeg', 517119400, -31416700, 0),
(93268, 4106, 229, 'Aberdulais', 516831700, -37755000, 0),
(93269, 4034, 229, 'Abergwili', 518659300, -42696900, 0),
(93270, 4106, 229, 'Abergwynfi', 516535500, -36026000, 0),
(93271, 4080, 229, 'Abersoch', 528243700, -45058400, 0),
(93272, 4173, 229, 'Acrefair', 529804100, -30761200, 0),
(93273, 4122, 229, 'Angle', 516840000, -50891900, 0),
(93274, 4080, 229, 'Bethesda', 518280600, -47694400, 0),
(93275, 4139, 229, 'Beulah', 521500000, -35666700, 0),
(93276, 4042, 229, 'Bishopston', 515775000, -40480600, 0),
(93277, 4080, 229, 'Blaenau-Ffestiniog', 529946400, -39369700, 0),
(93278, 4106, 229, 'Blaengwrach', 517368500, -36391500, 0),
(93279, 4080, 229, 'Bontnewydd', 531162300, -42682700, 0),
(93280, 4122, 229, 'Broad Haven', 517802500, -51025800, 0),
(93281, 4122, 229, 'Broadmoor', 517172200, -47550000, 0),
(93282, 4022, 229, 'Bryn', 516163900, -37116700, 0),
(93283, 4026, 229, 'Bryncethin', 515459400, -35678100, 0),
(93284, 4002, 229, 'Bryngwran', 532702300, -44807900, 0),
(93285, 4139, 229, 'Buttington', 526689500, -31114100, 0),
(93286, 4051, 229, 'Caergwrle', 531095300, -30380800, 0),
(93287, 4139, 229, 'Caersws', 525163400, -34294800, 0),
(93288, 4122, 229, 'Camrose', 518413900, -50100000, 0),
(93289, 4034, 229, 'Capel Dewi', 518586100, -42116700, 0),
(93290, 4034, 229, 'Carmel', 518286100, -40511100, 0),
(93291, 4122, 229, 'Cheriton', 516161100, -42377800, 0),
(93292, 4122, 229, 'Cilgerran', 520551300, -46324500, 0),
(93293, 4122, 229, 'Clarbeston', 518545300, -48359500, 0),
(93294, 4106, 229, 'Croeserw', 516447200, -36402800, 0),
(93295, 4122, 229, 'Crymych', 519736100, -46472200, 0),
(93296, 4080, 229, 'Cwm-y-glo', 531333300, -41666700, 0),
(93297, 4106, 229, 'Cwmafan', 516000000, -37500000, 0),
(93298, 4131, 229, 'Cwmparc', 516543800, -35168600, 0),
(93299, 4122, 229, 'Dale', 517091700, -51733300, 0),
(93300, 4055, 229, 'Derwen', 530333300, -34000000, 0),
(93301, 4122, 229, 'Dinas', 516166700, -36000000, 0),
(93302, 4083, 229, 'Dulas', 533866000, -42539800, 0),
(93303, 4055, 229, 'Dyserth', 533003200, -34126200, 0),
(93304, 4173, 229, 'Erbistock', 529727700, -29664000, 0),
(93305, 4131, 229, 'Ferndale', 516605600, -34475000, 0),
(93306, 4080, 229, 'Ffestiniog', 529599600, -39324200, 0),
(93307, 4030, 229, 'Fochriw', 517400300, -32986100, 0),
(93308, 4139, 229, 'Forden', 526016300, -31420400, 0),
(93309, 4122, 229, 'Freystrop', 517633300, -49602800, 0),
(93310, 4034, 229, 'Garnant', 518015300, -39056100, 0),
(93311, 4139, 229, 'Garth', 516000000, -36347200, 0),
(93312, 4122, 229, 'Gelli', 518416700, -47833300, 0),
(93313, 4030, 229, 'Gelligaer', 516644400, -32561100, 0),
(93314, 4042, 229, 'Glais', 516886200, -38772300, 0),
(93315, 4139, 229, 'Glasbury', 520453400, -32004200, 0),
(93316, 4106, 229, 'Glyncorrwg', 516794400, -36280600, 0),
(93317, 4042, 229, 'Gowerton', 516471100, -40397500, 0),
(93318, 4159, 229, 'Griffithstown', 516851500, -30267800, 0),
(93319, 4173, 229, 'Gyfelia', 530015500, -30013900, 0),
(93320, 4051, 229, 'Hawarden', 531847800, -30257800, 0),
(93321, 4139, 229, 'Hay', 520704900, -31274100, 0),
(93322, 4122, 229, 'Hayscastle', 518889300, -50568600, 0),
(93323, 4117, 229, 'Hebron', 519163900, -46511100, 0),
(93324, 4034, 229, 'Hendy', 517139800, -40532000, 0),
(93325, 4161, 229, 'Hensol', 515024900, -33680600, 0),
(93326, 4122, 229, 'Herbrandston', 517263900, -50866700, 0),
(93327, 4139, 229, 'Highgate', 525500000, -33166700, 0),
(93328, 4150, 229, 'Horton', 515516700, -42027800, 0),
(93329, 4109, 229, 'Houghton', 517288900, -49208300, 0),
(93330, 4104, 229, 'Kemeys Inferior', 516302800, -28988900, 0),
(93331, 4026, 229, 'Kenfig', 515172600, -37272400, 0),
(93332, 4047, 229, 'Kinmel Bay', 533122600, -35171700, 0),
(93333, 4139, 229, 'Kinnerton', 522616600, -31094900, 0),
(93334, 4042, 229, 'Knelston', 515787800, -42115500, 0),
(93335, 4122, 229, 'Lamphey', 516664000, -48720500, 0),
(93336, 4042, 229, 'Landore', 516439600, -39414300, 0),
(93337, 4122, 229, 'Letterston', 519275700, -49914100, 0),
(93338, 4122, 229, 'Leweston', 518619400, -49938900, 0),
(93339, 4080, 229, 'Llanaber', 527407900, -40738200, 0),
(93340, 4139, 229, 'Llanarmon-Mynydd-mawr', 528500000, -32833300, 0),
(93341, 4106, 229, 'Llandarcy', 516422600, -38565700, 0),
(93342, 4034, 229, 'Llandeilo', 518845900, -39915400, 0),
(93343, 4161, 229, 'Llandough', 514455600, -34472200, 0),
(93344, 4034, 229, 'Llandovery', 519941500, -37963700, 0),
(93345, 4055, 229, 'Llanfair-Dyffryn-Clwyd', 530833300, -33000000, 0),
(93346, 4139, 229, 'Llanfyllin', 527657000, -32718700, 0),
(93347, 4055, 229, 'Llangollen', 529682900, -31712700, 0),
(93348, 4104, 229, 'Llangwm', 516961100, -28300000, 0),
(93349, 4080, 229, 'Llanllechid', 531970800, -40629700, 0),
(93350, 4139, 229, 'Llanllugan', 526100800, -33946500, 0),
(93351, 4080, 229, 'Llanrug', 531487000, -41952000, 0),
(93352, 4050, 229, 'Llansantffraid', 522833300, -41833300, 0),
(93353, 4034, 229, 'Llansawel', 520000000, -40166700, 0),
(93354, 4047, 229, 'Llysfaen', 532833300, -36666700, 0),
(93355, 4034, 229, 'Login', 518780100, -46665500, 0),
(93356, 4122, 229, 'Loveston', 517425000, -47766700, 0),
(93357, 4108, 229, 'Lower Clapton', 515500000, -30000000, 0),
(93358, 4033, 229, 'Maendy', 515000000, -32000000, 0),
(93359, 4030, 229, 'Maesycwmmer', 516352800, -32322200, 0),
(93360, 4122, 229, 'Manorbier', 516458300, -47958300, 0),
(93361, 4161, 229, 'Marcross', 514125000, -35463900, 0),
(93362, 4104, 229, 'Mathern', 516168800, -26894700, 0),
(93363, 4122, 229, 'Mathry', 519463900, -50866700, 0),
(93364, 4122, 229, 'Merrion', 516343100, -49814700, 0),
(93365, 4034, 229, 'Merthyr', 518630600, -43961100, 0),
(93366, 4131, 229, 'Nantgarw', 515599500, -32715500, 0),
(93367, 4122, 229, 'Nevern', 520238700, -48006800, 0),
(93368, 4159, 229, 'New Inn', 516905600, -30091700, 0),
(93369, 4122, 229, 'New Park', 517638900, -48719400, 0),
(93370, 4002, 229, 'Newborough', 531666700, -43666700, 0),
(93371, 4092, 229, 'Newchurch', 518919400, -43544400, 0),
(93372, 4122, 229, 'Neyland', 517101400, -49515500, 0),
(93373, 4080, 229, 'Pale', 529121300, -35137900, 0),
(93374, 4034, 229, 'Pen-y-groes', 518025000, -40530600, 0),
(93375, 4161, 229, 'Penarth', 514394200, -31760900, 0),
(93376, 4042, 229, 'Penllergaer', 516715300, -40068700, 0),
(93377, 4161, 229, 'Penmark', 514102800, -33566700, 0),
(93378, 4042, 229, 'Pennard', 515786100, -40672200, 0),
(93379, 4080, 229, 'Penrhyndeudraeth', 529333300, -40666700, 0),
(93380, 4042, 229, 'Penrice', 515695800, -41765500, 0),
(93381, 4131, 229, 'Pentre', 516542900, -34913300, 0),
(93382, 4002, 229, 'Pentre Berw', 532252000, -42917100, 0),
(93383, 4033, 229, 'Pentyrch', 515288900, -32950000, 0),
(93384, 4131, 229, 'Penywaun', 517316700, -34825000, 0),
(93385, 4106, 229, 'Pontardawe', 517223000, -38501500, 0),
(93386, 4159, 229, 'Pontnewydd', 516644400, -30275000, 0),
(93387, 4106, 229, 'Pontrhydyfen', 516343500, -37446900, 0),
(93388, 4080, 229, 'Portmeirion', 529172600, -40922800, 0),
(93389, 4139, 229, 'Presteigne', 522718300, -30057900, 0),
(93390, 4026, 229, 'Pyle', 515166700, -37000000, 0),
(93391, 4071, 229, 'Queensferry', 532000000, -30333300, 0),
(93392, 4131, 229, 'Rhigos', 517423100, -35618500, 0),
(93393, 4034, 229, 'Rhos', 519930600, -43619400, 0),
(93394, 4002, 229, 'Rhosneigr', 532318600, -45148000, 0),
(93395, 4055, 229, 'Rhuddlan', 532833300, -34666700, 0),
(93396, 4085, 229, 'Rockfield', 518297800, -27522900, 0),
(93397, 4173, 229, 'Rossett', 531092100, -29447800, 0),
(93398, 4033, 229, 'Saint Fagans', 514888900, -32702800, 0),
(93399, 4048, 229, 'Saint Hilary', 514505600, -34136100, 0),
(93400, 4122, 229, 'Saint Nicholas', 514600000, -33083300, 0),
(93401, 4122, 229, 'Saundersfoot', 517118400, -47006900, 0),
(93402, 4051, 229, 'Sealand', 532122000, -29719300, 0),
(93403, 4106, 229, 'Seven Sisters', 517666700, -37166700, 0),
(93404, 4122, 229, 'Solva', 518740400, -51968300, 0),
(93405, 4079, 229, 'Southgate', 515694400, -40897200, 0),
(93406, 4117, 229, 'Spittal', 518688900, -49425000, 0),
(93407, 4104, 229, 'St Bride''s Netherwent', 516021900, -28213400, 0),
(93408, 4122, 229, 'Stepaside', 517302800, -47063900, 0),
(93409, 4131, 229, 'Taff''s Well', 515427800, -32725000, 0),
(93410, 4051, 229, 'Talacre', 533494200, -33247400, 0),
(93411, 4034, 229, 'Talley', 519756100, -39873900, 0),
(93412, 4122, 229, 'Tavernspite', 517819400, -46411100, 0),
(93413, 4050, 229, 'Temple Bar', 521666700, -41500000, 0),
(93414, 4122, 229, 'Templeton', 517719400, -47377800, 0),
(93415, 4010, 229, 'Tredegar', 517725100, -32467900, 0),
(93416, 4050, 229, 'Tregaron', 522195000, -39329500, 0),
(93417, 4099, 229, 'Treharris', 516645700, -33072500, 0),
(93418, 4034, 229, 'Trelech', 519444400, -45000000, 0),
(93419, 4050, 229, 'Tremain', 521089100, -45799900, 0),
(93420, 4131, 229, 'Treorchy', 516595800, -35058700, 0),
(93421, 4080, 229, 'Trevor', 529743000, -30955500, 0),
(93422, 4081, 229, 'Tufton', 519188900, -48505600, 0),
(93423, 4034, 229, 'Tumble', 517836100, -41097200, 0),
(93424, 4042, 229, 'Upper Killay', 516134300, -40382500, 0),
(93425, 4122, 229, 'Wallis', 518947300, -48915400, 0),
(93426, 4161, 229, 'Wenvoe', 514477600, -32636900, 0),
(93427, 4051, 229, 'Whitford', 532833300, -32833300, 0),
(93428, 4108, 229, 'Whitson', 515485600, -28998600, 0),
(93429, 4079, 229, 'Whitton', 523000000, -30666700, 0),
(93430, 4145, 229, 'Wiston', 518258300, -48700000, 0),
(93431, 4122, 229, 'Wolfscastle', 518989600, -49704600, 0),
(93432, 4173, 229, 'Wynnstay', 529666700, -30333300, 0),
(93433, 4106, 229, 'Ystalyfera', 517671600, -37808200, 0),
(93434, 4034, 229, 'Ystrad-ffin', 521000000, -37666700, 0),
(93435, 2527, 230, 'Addison', 342154490, -872880360, 0),
(93436, 2527, 230, 'Alberta', 321152830, -873290620, 0),
(93437, 2527, 230, 'Anderson', 349522940, -872730600, 0),
(93438, 2527, 230, 'Ariton', 315980600, -857186100, 0),
(93439, 2527, 230, 'Arley', 340507800, -871560000, 0),
(93440, 2527, 230, 'Autaugaville', 324586800, -867145800, 0),
(93441, 2527, 230, 'Bankston', 337049080, -876882150, 0),
(93442, 2527, 230, 'Beatrice', 317484140, -871062900, 0),
(93443, 2527, 230, 'Black', 310073920, -857456420, 0),
(93444, 2527, 230, 'Bridgeport', 349446620, -857230820, 0),
(93445, 2527, 230, 'Brighton', 334009800, -869415600, 0),
(93446, 2527, 230, 'Bucks', 310891370, -880445490, 0),
(93447, 2527, 230, 'Burnwell', 338311200, -872775000, 0),
(93448, 2527, 230, 'Bynum', 336131600, -859610800, 0),
(93449, 2527, 230, 'Camp Hill', 328975120, -855746980, 0),
(93450, 2527, 230, 'Catherine', 321850000, -874690000, 0),
(93451, 2527, 230, 'Chancellor', 311785000, -859183810, 0),
(93452, 2527, 230, 'Clio', 317109140, -856607210, 0),
(93453, 2527, 230, 'Coffee Springs', 311694950, -859116880, 0),
(93454, 2527, 230, 'Cook Springs', 335896270, -863929220, 0),
(93455, 2527, 230, 'Cragford', 332147140, -856905020, 0),
(93456, 2527, 230, 'Crane Hill', 340745790, -870572910, 0),
(93457, 2527, 230, 'Creola', 308876300, -880260330, 0),
(93458, 2527, 230, 'Deer Park', 313211110, -881886110, 0),
(93459, 2527, 230, 'Detroit', 340258300, -881716700, 0),
(93460, 2527, 230, 'Dixons Mills', 320570470, -877288090, 0),
(93461, 2527, 230, 'Dutton', 346080490, -859024380, 0),
(93462, 2527, 230, 'Eldridge', 339221300, -876231000, 0),
(93463, 2527, 230, 'Epes', 327116670, -882388890, 0),
(93464, 2527, 230, 'Eutaw', 328401600, -878884670, 0),
(93465, 2527, 230, 'Five Points', 330476860, -852681960, 0),
(93466, 2527, 230, 'Flint City', 345231500, -869702900, 0),
(93467, 2527, 230, 'Florala', 310051800, -863280000, 0),
(93468, 2527, 230, 'Forkland', 326519700, -878714350, 0),
(93469, 2527, 230, 'Fosters', 330837920, -876693290, 0),
(93470, 2527, 230, 'Franklin', 317219200, -874550180, 0),
(93471, 2527, 230, 'Frankville', 316567850, -881338520, 0),
(93472, 2527, 230, 'Fruithurst', 337302550, -854318600, 0),
(93473, 2527, 230, 'Fulton', 317303590, -876512820, 0),
(93474, 2527, 230, 'Fyffe', 345053410, -859039660, 0),
(93475, 2527, 230, 'Gainesville', 328174150, -881566940, 0),
(93476, 2527, 230, 'Gallant', 339924410, -862279410, 0),
(93477, 2527, 230, 'Garden City', 340147820, -867500770, 0),
(93478, 2527, 230, 'Glencoe', 339532300, -859053400, 0),
(93479, 2527, 230, 'Grady', 320013240, -861154420, 0),
(93480, 2527, 230, 'Hatchechubbee', 322201820, -852388170, 0),
(93481, 2527, 230, 'Highland Home', 319206890, -862979150, 0),
(93482, 2527, 230, 'Hillsboro', 346136180, -871997310, 0),
(93483, 2527, 230, 'Hollywood', 347366410, -859648170, 0),
(93484, 2527, 230, 'Hueytown', 334119000, -870461400, 0),
(93485, 2527, 230, 'Hurtsboro', 322350100, -854170220, 0),
(93486, 2527, 230, 'Jack', 315969440, -859136110, 0),
(93487, 2527, 230, 'Kimberly', 337734400, -868138800, 0),
(93488, 2527, 230, 'Lake View', 332806700, -871375000, 0),
(93489, 2527, 230, 'Langston', 344536430, -861430480, 0),
(93490, 2527, 230, 'LeRoy', 315150330, -878961780, 0),
(93491, 2527, 230, 'Leesburg', 341619690, -857789220, 0),
(93492, 2527, 230, 'Linden', 323036750, -877944470, 0),
(93493, 2527, 230, 'Lipscomb', 334009800, -869415600, 0),
(93494, 2527, 230, 'Lower Peach Tree', 318514600, -875708650, 0),
(93495, 2527, 230, 'Lowndesboro', 323101200, -866523000, 0),
(93496, 2527, 230, 'Lynn', 340523260, -875306270, 0),
(93497, 2527, 230, 'Malvern', 311060240, -856018700, 0),
(93498, 2527, 230, 'Marbury', 326690780, -865165110, 0),
(93499, 2527, 230, 'McIntosh', 312334250, -880652420, 0),
(93500, 2527, 230, 'McKenzie', 315457200, -867439200, 0),
(93501, 2527, 230, 'Midfield', 335002800, -869176200, 0),
(93502, 2527, 230, 'Midway', 321074960, -855255780, 0),
(93503, 2527, 230, 'Minter', 320858200, -870162230, 0),
(93504, 2527, 230, 'Mount Vernon', 310693800, -880531200, 0),
(93505, 2527, 230, 'Muscadine', 337439310, -853789800, 0),
(93506, 2527, 230, 'Newbern', 325462600, -875856460, 0),
(93507, 2527, 230, 'Oak Hill', 319221390, -870881290, 0),
(93508, 2527, 230, 'Pansey', 310551830, -853036520, 0),
(93509, 2527, 230, 'Pennington', 322466460, -880806110, 0),
(93510, 2527, 230, 'Perdido', 310130650, -876599170, 0),
(93511, 2527, 230, 'Peterman', 316041600, -872645410, 0),
(93512, 2527, 230, 'Pinckard', 313966250, -855031460, 0),
(93513, 2527, 230, 'Pine Hill', 319482000, -875572900, 0),
(93514, 2527, 230, 'Pittsview', 321885190, -852242240, 0),
(93515, 2527, 230, 'Plantersville', 326570000, -869240000, 0),
(93516, 2527, 230, 'Priceville', 345460220, -869801320, 0),
(93517, 2527, 230, 'Randolph', 328911690, -869069350, 0),
(93518, 2527, 230, 'Rehobeth', 311229600, -854527100, 0),
(93519, 2527, 230, 'Ryland', 347697220, -864808330, 0),
(93520, 2527, 230, 'Safford', 322816420, -874159850, 0),
(93521, 2527, 230, 'Saint Elmo', 304930920, -882869380, 0),
(93522, 2527, 230, 'Saint Stephens', 315389860, -880538750, 0),
(93523, 2527, 230, 'Samson', 311105210, -860483250, 0),
(93524, 2527, 230, 'Sardis City', 342026180, -861554910, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(93525, 2527, 230, 'Selmont-West Selmont', 323784300, -870074000, 0),
(93526, 2527, 230, 'Shannon', 334045000, -868743880, 0),
(93527, 2527, 230, 'Shorter', 324063850, -859537920, 0),
(93528, 2527, 230, 'Shorterville', 316145720, -851466250, 0),
(93529, 2527, 230, 'Siluria', 332403860, -868240700, 0),
(93530, 2527, 230, 'Somerville', 345363670, -867808480, 0),
(93531, 2527, 230, 'Southside', 340141670, -860066670, 0),
(93532, 2527, 230, 'Stapleton', 307405320, -877893690, 0),
(93533, 2527, 230, 'Stewartville', 330792900, -862444200, 0),
(93534, 2527, 230, 'Sylvania', 345623100, -858124700, 0),
(93535, 2527, 230, 'Taylor', 311998200, -854176800, 0),
(93536, 2527, 230, 'Titus', 326543020, -862682250, 0),
(93537, 2527, 230, 'Trafford', 338131860, -867458000, 0),
(93538, 2527, 230, 'Uniontown', 324599900, -874647070, 0),
(93539, 2527, 230, 'Uriah', 313278910, -876049120, 0),
(93540, 2527, 230, 'Valley Grande', 325090200, -869874900, 0),
(93541, 2527, 230, 'Vance', 332925700, -871590970, 0),
(93542, 2527, 230, 'Vandiver', 334841260, -865014000, 0),
(93543, 2527, 230, 'Verbena', 326899400, -865501960, 0),
(93544, 2527, 230, 'Vinegar Bend', 312551510, -883943550, 0),
(93545, 2527, 230, 'Vredenburgh', 318232110, -873119150, 0),
(93546, 2527, 230, 'Waterloo', 349483720, -880069480, 0),
(93547, 2527, 230, 'Waverly', 327858780, -855319450, 0),
(93548, 2527, 230, 'Westover', 333406790, -865419470, 0),
(93549, 2527, 230, 'Whitesboro', 341634300, -860694200, 0),
(93550, 2527, 230, 'Wing', 311217840, -865861930, 0),
(93551, 2528, 230, 'Akiak', 608811680, -1611887340, 0),
(93552, 2528, 230, 'Akutan', 541355600, -1657730600, 0),
(93553, 2528, 230, 'Alakanuk', 627214300, -1645798100, 0),
(93554, 2528, 230, 'Atka', 521223960, -1744301240, 0),
(93555, 2528, 230, 'Atqasuk', 704712250, -1574279450, 0),
(93556, 2528, 230, 'Brevig Mission', 654594750, -1668267420, 0),
(93557, 2528, 230, 'Chalkyitsik', 666516700, -1437272200, 0),
(93558, 2528, 230, 'Clear', 644929050, -1486779300, 0),
(93559, 2528, 230, 'College', 648569400, -1478027800, 0),
(93560, 2528, 230, 'Ester', 649468000, -1482477750, 0),
(93561, 2528, 230, 'False Pass', 548442550, -1634304940, 0),
(93562, 2528, 230, 'Gateway', 615727800, -1492408300, 0),
(93563, 2528, 230, 'Gustavus', 588251100, -1369723400, 0),
(93564, 2528, 230, 'Kake', 569745000, -1339456300, 0),
(93565, 2528, 230, 'Kotlik', 630981720, -1640362880, 0),
(93566, 2528, 230, 'McGrath', 629135260, -1549446160, 0),
(93567, 2528, 230, 'Nenana', 645580600, -1490905600, 0),
(93568, 2528, 230, 'Nikolai', 629971310, -1543882840, 0),
(93569, 2528, 230, 'Nondalton', 599663690, -1548516140, 0),
(93570, 2528, 230, 'Noorvik', 668372200, -1610366700, 0),
(93571, 2528, 230, 'Northway', 629600000, -1419300000, 0),
(93572, 2528, 230, 'Nuiqsut', 702362590, -1511260770, 0),
(93573, 2528, 230, 'Pilot Station', 616812840, -1631847820, 0),
(93574, 2528, 230, 'Platinum', 587911770, -1614802440, 0),
(93575, 2528, 230, 'Point Baker', 562474840, -1333571850, 0),
(93576, 2528, 230, 'Point Hope', 683469400, -1667630600, 0),
(93577, 2528, 230, 'Point Lay', 695405110, -1632487900, 0),
(93578, 2528, 230, 'Quinhagak', 597533300, -1619027800, 0),
(93579, 2528, 230, 'Rampart', 654915370, -1498565630, 0),
(93580, 2528, 230, 'Shungnak', 667170100, -1569962600, 0),
(93581, 2528, 230, 'Sleetmute', 616838900, -1571519400, 0),
(93582, 2528, 230, 'Sutton', 617966670, -1484627780, 0),
(93583, 2528, 230, 'Talkeetna', 621739520, -1499001670, 0),
(93584, 2528, 230, 'Tanana', 653176690, -1518917900, 0),
(93585, 2528, 230, 'Toksook Bay', 606031280, -1647601330, 0),
(93586, 2528, 230, 'Tuluksak', 611092730, -1609510550, 0),
(93587, 2528, 230, 'Tyonek', 610604900, -1512007500, 0),
(93588, 2528, 230, 'White Mountain', 648657400, -1632592400, 0),
(93589, 2529, 230, 'Avra Valley', 324378500, -1113153800, 0),
(93590, 2529, 230, 'Beaver Dam', 368994200, -1139327400, 0),
(93591, 2529, 230, 'Cameron', 357458330, -1114727780, 0),
(93592, 2529, 230, 'Central', 328632260, -1097875220, 0),
(93593, 2529, 230, 'Clay Springs', 343616700, -1102952800, 0),
(93594, 2529, 230, 'Dateland', 328763110, -1134262000, 0),
(93595, 2529, 230, 'Desert Hills', 338334700, -1121292300, 0),
(93596, 2529, 230, 'Dewey-Humboldt', 345300000, -1122422200, 0),
(93597, 2529, 230, 'Dragoon', 320325070, -1100462870, 0),
(93598, 2529, 230, 'Elfrida', 316852800, -1096869400, 0),
(93599, 2529, 230, 'Fort McDowell', 336254780, -1116659800, 0),
(93600, 2529, 230, 'Fredonia', 369455400, -1125265900, 0),
(93601, 2529, 230, 'Grand Canyon Village', 360544200, -1121386200, 0),
(93602, 2529, 230, 'Greer', 340100000, -1094580560, 0),
(93603, 2529, 230, 'Happy Jack', 346599770, -1114809920, 0),
(93604, 2529, 230, 'Jerome', 347483300, -1121108300, 0),
(93605, 2529, 230, 'Kaibeto', 365900000, -1110700000, 0),
(93606, 2529, 230, 'Kirkland', 344329320, -1125999250, 0),
(93607, 2529, 230, 'Leupp', 352861290, -1110379080, 0),
(93608, 2529, 230, 'Littlefield', 368833330, -1139333330, 0),
(93609, 2529, 230, 'Lukeville', 318825000, -1128150000, 0),
(93610, 2529, 230, 'Mount Lemmon', 324292890, -1107997010, 0),
(93611, 2529, 230, 'Palo Verde', 333285000, -1127037000, 0),
(93612, 2529, 230, 'Patagonia', 315356460, -1107475110, 0),
(93613, 2529, 230, 'Pinon', 361008300, -1102194400, 0),
(93614, 2529, 230, 'Rock Point', 367180560, -1096252780, 0),
(93615, 2529, 230, 'Roll', 327516000, -1139874000, 0),
(93616, 2529, 230, 'Roosevelt', 336156280, -1110006840, 0),
(93617, 2529, 230, 'Round Rock', 365130560, -1094727780, 0),
(93618, 2529, 230, 'San Simon', 321775800, -1093798800, 0),
(93619, 2529, 230, 'Second Mesa', 358050000, -1104919440, 0),
(93620, 2529, 230, 'Spring Valley', 343165710, -1121228750, 0),
(93621, 2529, 230, 'Stanfield', 329272000, -1119776000, 0),
(93622, 2529, 230, 'Star Valley', 342550400, -1112584700, 0),
(93623, 2529, 230, 'Superior', 332055000, -1111681000, 0),
(93624, 2529, 230, 'Tonalea', 363177800, -1109702800, 0),
(93625, 2529, 230, 'Wenden', 338225000, -1135408330, 0),
(93626, 2529, 230, 'Winkelman', 329355600, -1107385100, 0),
(93627, 2530, 230, 'Adona', 350481600, -929042100, 0),
(93628, 2530, 230, 'Altus', 354425580, -937635390, 0),
(93629, 2530, 230, 'Ash Flat', 362239230, -916124420, 0),
(93630, 2530, 230, 'Avoca', 363533900, -940446050, 0),
(93631, 2530, 230, 'Bay', 357423000, -905623300, 0),
(93632, 2530, 230, 'Bigelow', 348838670, -926950860, 0),
(93633, 2530, 230, 'Biggers', 362455320, -909578000, 0),
(93634, 2530, 230, 'Bluff City', 336968220, -932027210, 0),
(93635, 2530, 230, 'Board Camp', 345518400, -942054910, 0),
(93636, 2530, 230, 'Bradley', 331129550, -936490620, 0),
(93637, 2530, 230, 'Brickeys', 348453900, -905272050, 0),
(93638, 2530, 230, 'Caldwell', 351032050, -907714400, 0),
(93639, 2530, 230, 'Casa', 350257200, -930424200, 0),
(93640, 2530, 230, 'Casscoe', 344538470, -913289170, 0),
(93641, 2530, 230, 'Cedarville', 355698100, -943668800, 0),
(93642, 2530, 230, 'Center Ridge', 353738900, -925630600, 0),
(93643, 2530, 230, 'Cherry Valley', 353950400, -907962300, 0),
(93644, 2530, 230, 'Clarkridge', 364510970, -923488820, 0),
(93645, 2530, 230, 'Cleveland', 353687990, -927041910, 0),
(93646, 2530, 230, 'Coal Hill', 354373100, -936729700, 0),
(93647, 2530, 230, 'Colt', 351032080, -907714430, 0),
(93648, 2530, 230, 'De Valls Bluff', 347145120, -915429270, 0),
(93649, 2530, 230, 'Deer', 358266700, -932094400, 0),
(93650, 2530, 230, 'Diaz', 355539600, -911925000, 0),
(93651, 2530, 230, 'Earle', 352693760, -904623600, 0),
(93652, 2530, 230, 'East End', 345506500, -923409900, 0),
(93653, 2530, 230, 'Edgemont', 356487040, -921895810, 0),
(93654, 2530, 230, 'Elizabeth', 363140050, -920955200, 0),
(93655, 2530, 230, 'Evansville', 358009650, -944761730, 0),
(93656, 2530, 230, 'Evening Shade', 360940660, -915795560, 0),
(93657, 2530, 230, 'Franklin', 361224090, -918088820, 0),
(93658, 2530, 230, 'Frenchmans Bayou', 354663060, -900569170, 0),
(93659, 2530, 230, 'Garner', 351225930, -917293120, 0),
(93660, 2530, 230, 'Gateway', 364763730, -939190070, 0),
(93661, 2530, 230, 'Gould', 339876630, -915567860, 0),
(93662, 2530, 230, 'Grannis', 343127220, -943475780, 0),
(93663, 2530, 230, 'Gravelly', 348901630, -936730950, 0),
(93664, 2530, 230, 'Guion', 359576000, -919394900, 0),
(93665, 2530, 230, 'Gurdon', 339209400, -931540600, 0),
(93666, 2530, 230, 'Harrell', 335061550, -923948180, 0),
(93667, 2530, 230, 'Haskell', 345663570, -925848450, 0),
(93668, 2530, 230, 'Havana', 350981260, -936083120, 0),
(93669, 2530, 230, 'Higginson', 352522800, -918492600, 0),
(93670, 2530, 230, 'Highland', 362759000, -915240300, 0),
(93671, 2530, 230, 'Holiday Island', 363992120, -937373780, 0),
(93672, 2530, 230, 'Holly Grove', 346040360, -911657270, 0),
(93673, 2530, 230, 'Houston', 332145150, -926656580, 0),
(93674, 2530, 230, 'Huntington', 350829890, -942589170, 0),
(93675, 2530, 230, 'Imboden', 361823310, -911948300, 0),
(93676, 2530, 230, 'Jacksonport', 356378000, -911930960, 0),
(93677, 2530, 230, 'Jessieville', 347092110, -932199180, 0),
(93678, 2530, 230, 'Junction City', 330195300, -927239090, 0),
(93679, 2530, 230, 'Kingsland', 338782450, -923049570, 0),
(93680, 2530, 230, 'Knobel', 363139260, -905872860, 0),
(93681, 2530, 230, 'Knoxville', 353697630, -933646140, 0),
(93682, 2530, 230, 'Lake City', 358161900, -904342700, 0),
(93683, 2530, 230, 'Leola', 342120000, -926050800, 0),
(93684, 2530, 230, 'Lepanto', 356101210, -903351780, 0),
(93685, 2530, 230, 'Leslie', 358267800, -925750200, 0),
(93686, 2530, 230, 'Letona', 353625770, -918290040, 0),
(93687, 2530, 230, 'Lexa', 346771420, -907667550, 0),
(93688, 2530, 230, 'Lockesburg', 339181590, -941152500, 0),
(93689, 2530, 230, 'Madison', 350130560, -907225000, 0),
(93690, 2530, 230, 'Marvell', 345556600, -909128900, 0),
(93691, 2530, 230, 'Maynard', 364239780, -909003950, 0),
(93692, 2530, 230, 'McCaskill', 339299740, -936392110, 0),
(93693, 2530, 230, 'Menifee', 351483120, -925548200, 0),
(93694, 2530, 230, 'Monroe', 347347200, -911031000, 0),
(93695, 2530, 230, 'Moscow', 341463890, -917950000, 0),
(93696, 2530, 230, 'Mount Ida', 345567600, -936340800, 0),
(93697, 2530, 230, 'Mount Vernon', 351863350, -920752330, 0),
(93698, 2530, 230, 'Mountainburg', 356262750, -940861950, 0),
(93699, 2530, 230, 'Norphlet', 333250490, -926653480, 0),
(93700, 2530, 230, 'Oxford', 362145590, -919197570, 0),
(93701, 2530, 230, 'Pencil Bluff', 346537250, -937481680, 0),
(93702, 2530, 230, 'Plumerville', 351592650, -926354400, 0),
(93703, 2530, 230, 'Poughkeepsie', 360824070, -914345140, 0),
(93704, 2530, 230, 'Proctor', 350975000, -902829000, 0),
(93705, 2530, 230, 'Pyatt', 362162640, -927399710, 0),
(93706, 2530, 230, 'Ratcliff', 352589100, -938333860, 0),
(93707, 2530, 230, 'Ravenden', 361846810, -912857130, 0),
(93708, 2530, 230, 'Rector', 362631200, -902926000, 0),
(93709, 2530, 230, 'Redfield', 344451000, -921832000, 0),
(93710, 2530, 230, 'Roe', 346033330, -913416670, 0),
(93711, 2530, 230, 'Russell', 353625000, -915075000, 0),
(93712, 2530, 230, 'Saint Joe', 359655970, -928115960, 0),
(93713, 2530, 230, 'Salado', 356912320, -915925220, 0),
(93714, 2530, 230, 'Springfield', 336289970, -917909640, 0),
(93715, 2530, 230, 'Subiaco', 353273820, -936360220, 0),
(93716, 2530, 230, 'Sulphur Rock', 357995440, -914754070, 0),
(93717, 2530, 230, 'Summit', 362502800, -926875000, 0),
(93718, 2530, 230, 'Timbo', 358426080, -923569310, 0),
(93719, 2530, 230, 'Tucker', 344391540, -918913690, 0),
(93720, 2530, 230, 'Tumbling Shoals', 355522750, -919500420, 0),
(93721, 2530, 230, 'Viola', 363870780, -919934840, 0),
(93722, 2530, 230, 'Warm Springs', 364676340, -910420740, 0),
(93723, 2530, 230, 'Wesley', 359258550, -939073260, 0),
(93724, 2530, 230, 'West Ridge', 355955280, -902169310, 0),
(93725, 2530, 230, 'Wheatley', 349514140, -910992300, 0),
(93726, 2530, 230, 'Whelen Springs', 339169870, -931485340, 0),
(93727, 2530, 230, 'Widener', 350231640, -906852340, 0),
(93728, 2530, 230, 'Wilmar', 336214200, -919278000, 0),
(93729, 2530, 230, 'Wilmot', 330537790, -915728340, 0),
(93730, 2530, 230, 'Wilton', 336731030, -941256130, 0),
(93731, 2530, 230, 'Winchester', 337514080, -915461910, 0),
(93732, 2530, 230, 'Wrightsville', 346805020, -922776120, 0),
(93733, 2531, 230, 'Alpaugh', 360055840, -1201304390, 0),
(93734, 2531, 230, 'Amador City', 384236870, -1208276910, 0),
(93735, 2531, 230, 'Applegate', 389804000, -1209875000, 0),
(93736, 2531, 230, 'Artois', 397270310, -1221446310, 0),
(93737, 2531, 230, 'Avila Beach', 351799800, -1207318400, 0),
(93738, 2531, 230, 'Avocado Heights', 340361200, -1179911800, 0),
(93739, 2531, 230, 'Baker', 352729500, -1160650430, 0),
(93740, 2531, 230, 'Bangor', 394072580, -1213898250, 0),
(93741, 2531, 230, 'Bear Valley Springs', 351371170, -1185254950, 0),
(93742, 2531, 230, 'Bertsch-Oceanview', 417525000, -1241587500, 0),
(93743, 2531, 230, 'Biola', 368021700, -1200162700, 0),
(93744, 2531, 230, 'Birds Landing', 382461600, -1220220600, 0),
(93745, 2531, 230, 'Black Point-Green Point', 381154700, -1225131800, 0),
(93746, 2531, 230, 'Blue Lake', 409074910, -1239393670, 0),
(93747, 2531, 230, 'Bodega', 383770810, -1229835420, 0),
(93748, 2531, 230, 'Bodfish', 355880100, -1184920300, 0),
(93749, 2531, 230, 'Boonville', 390044420, -1233579210, 0),
(93750, 2531, 230, 'Burson', 381879600, -1208831660, 0),
(93751, 2531, 230, 'Butte City', 394615800, -1219485000, 0),
(93752, 2531, 230, 'Buttonwillow', 354016090, -1194447460, 0),
(93753, 2531, 230, 'California Hot Springs', 359046380, -1187232740, 0),
(93754, 2531, 230, 'Calpine', 396531000, -1205146200, 0),
(93755, 2531, 230, 'Camp Pendleton North', 332933640, -1173000630, 0),
(93756, 2531, 230, 'Canby', 415627350, -1210225420, 0),
(93757, 2531, 230, 'Capay', 386878300, -1221380200, 0),
(93758, 2531, 230, 'Carlotta', 404871530, -1238846990, 0),
(93759, 2531, 230, 'Carmel Valley Village', 365060500, -1217659400, 0),
(93760, 2531, 230, 'Caspar', 393636100, -1238158300, 0),
(93761, 2531, 230, 'Castella', 411453190, -1223167150, 0),
(93762, 2531, 230, 'Cedar Ridge', 380657600, -1202768600, 0),
(93763, 2531, 230, 'Cedarville', 415207100, -1201679910, 0),
(93764, 2531, 230, 'Challenge', 394672130, -1212077490, 0),
(93765, 2531, 230, 'Challenge-Brownsville', 394644700, -1212633800, 0),
(93766, 2531, 230, 'Chinese Camp', 378624000, -1204429900, 0),
(93767, 2531, 230, 'Cima', 352377780, -1154983330, 0),
(93768, 2531, 230, 'Clearlake Park', 389720560, -1226619100, 0),
(93769, 2531, 230, 'Clements', 382039510, -1210691240, 0),
(93770, 2531, 230, 'Clio', 397293000, -1205518800, 0),
(93771, 2531, 230, 'Crescent Mills', 400881110, -1208944470, 0),
(93772, 2531, 230, 'Crows Landing', 374265350, -1210431100, 0),
(93773, 2531, 230, 'Del Monte Forest', 365863500, -1219474600, 0),
(93774, 2531, 230, 'Desert Center', 337125000, -1154013890, 0),
(93775, 2531, 230, 'Diamond Springs', 386646420, -1208245790, 0),
(93776, 2531, 230, 'Dobbins', 393751300, -1212160160, 0),
(93777, 2531, 230, 'Douglas Flat', 381144000, -1204537800, 0),
(93778, 2531, 230, 'Downieville', 395612460, -1208251940, 0),
(93779, 2531, 230, 'Doyle', 400382930, -1201173180, 0),
(93780, 2531, 230, 'Duncans Mills', 384965090, -1231462140, 0),
(93781, 2531, 230, 'Dutch Flat', 392003810, -1208269460, 0),
(93782, 2531, 230, 'East Quincy', 399340600, -1208980100, 0),
(93783, 2531, 230, 'East Sonora', 379777000, -1203613000, 0),
(93784, 2531, 230, 'El Nido', 371276800, -1204783880, 0),
(93785, 2531, 230, 'El Portal', 376468830, -1198533180, 0),
(93786, 2531, 230, 'Elk Creek', 396052800, -1225391700, 0),
(93787, 2531, 230, 'Fairmead', 370763300, -1201929500, 0),
(93788, 2531, 230, 'Fellows', 352048150, -1195522520, 0),
(93789, 2531, 230, 'Fetters Hot Springs-Agua Caliente', 383214000, -1224868200, 0),
(93790, 2531, 230, 'Garden Acres', 379638100, -1212293900, 0),
(93791, 2531, 230, 'Garden Valley', 388487650, -1208428550, 0),
(93792, 2531, 230, 'Georgetown', 389154340, -1207914600, 0),
(93793, 2531, 230, 'Glenn', 395937000, -1220527800, 0),
(93794, 2531, 230, 'Gold Run', 391640400, -1208565240, 0),
(93795, 2531, 230, 'Greenwood', 389140900, -1209007790, 0),
(93796, 2531, 230, 'Guinda', 388108820, -1222220610, 0),
(93797, 2531, 230, 'Harmony', 355119900, -1210085130, 0),
(93798, 2531, 230, 'Hathaway Pines', 381848860, -1203733780, 0),
(93799, 2531, 230, 'Herlong', 401436100, -1201347200, 0),
(93800, 2531, 230, 'Holt', 379344000, -1214260800, 0),
(93801, 2531, 230, 'Honeydew', 402445120, -1241159520, 0),
(93802, 2531, 230, 'Hornbrook', 419398200, -1225300200, 0),
(93803, 2531, 230, 'Humboldt Hill', 407259600, -1241897800, 0),
(93804, 2531, 230, 'Huron', 361870300, -1200952450, 0),
(93805, 2531, 230, 'Hyampom', 406179600, -1234509200, 0),
(93806, 2531, 230, 'Igo', 404571660, -1225918720, 0),
(93807, 2531, 230, 'Independence', 368314250, -1182336020, 0),
(93808, 2531, 230, 'Isleton', 381439000, -1215949000, 0),
(93809, 2531, 230, 'Jacumba', 326179000, -1161868000, 0),
(93810, 2531, 230, 'Jolon', 360489630, -1212020180, 0),
(93811, 2531, 230, 'Keeler', 364884100, -1178728220, 0),
(93812, 2531, 230, 'Keene', 352351540, -1186049010, 0),
(93813, 2531, 230, 'Kettleman City', 360244530, -1199772400, 0),
(93814, 2531, 230, 'Kneeland', 407305370, -1239571490, 0),
(93815, 2531, 230, 'Lagunitas', 380131030, -1226942420, 0),
(93816, 2531, 230, 'Lake Los Angeles', 346124900, -1178281200, 0),
(93817, 2531, 230, 'Lake Wildwood', 392329500, -1212005100, 0),
(93818, 2531, 230, 'Lakeview', 338386300, -1171180900, 0),
(93819, 2531, 230, 'Lemon Cove', 363806680, -1190236520, 0),
(93820, 2531, 230, 'Litchfield', 403826700, -1202710720, 0),
(93821, 2531, 230, 'Loma Mar', 372415100, -1222558400, 0),
(93822, 2531, 230, 'Long Barn', 382129800, -1200394800, 0),
(93823, 2531, 230, 'Los Molinos', 400567840, -1221013950, 0),
(93824, 2531, 230, 'Ludlow', 348400000, -1159671000, 0),
(93825, 2531, 230, 'Manchester', 389866510, -1236660010, 0),
(93826, 2531, 230, 'Manton', 404459340, -1218453040, 0),
(93827, 2531, 230, 'Maricopa', 350588600, -1194009500, 0),
(93828, 2531, 230, 'Mc Kittrick', 354715250, -1196731160, 0),
(93829, 2531, 230, 'McCloud', 413718000, -1218850800, 0),
(93830, 2531, 230, 'McFarland', 356790820, -1192256410, 0),
(93831, 2531, 230, 'Midpines', 375443800, -1199204500, 0),
(93832, 2531, 230, 'Milford', 401946470, -1204069610, 0),
(93833, 2531, 230, 'Miramonte', 366907430, -1190361410, 0),
(93834, 2531, 230, 'Moccasin', 377892680, -1203057420, 0),
(93835, 2531, 230, 'Montalvin', 379954800, -1223327500, 0),
(93836, 2531, 230, 'Morongo Valley', 340819920, -1165505150, 0),
(93837, 2531, 230, 'Moss Beach', 375473000, -1224981000, 0),
(93838, 2531, 230, 'Mount Aukum', 385624230, -1207154860, 0),
(93839, 2531, 230, 'Mount San Antonio', 342888890, -1176466670, 0),
(93840, 2531, 230, 'Mountain Pass', 354727500, -1155288600, 0),
(93841, 2531, 230, 'Myers Flat', 402944110, -1238048500, 0),
(93842, 2531, 230, 'Navarro', 391264800, -1235470200, 0),
(93843, 2531, 230, 'Nelson', 395589580, -1217737470, 0),
(93844, 2531, 230, 'North Lakeport', 390883100, -1229053800, 0),
(93845, 2531, 230, 'North Palm Springs', 339226540, -1165481030, 0),
(93846, 2531, 230, 'Ocotillo', 327278610, -1159545700, 0),
(93847, 2531, 230, 'Oro Grande', 346621000, -1172948000, 0),
(93848, 2531, 230, 'Oroville East', 395112600, -1214751900, 0),
(93849, 2531, 230, 'Paicines', 365480400, -1210162800, 0),
(93850, 2531, 230, 'Palermo', 394354400, -1215380200, 0),
(93851, 2531, 230, 'Paynes Creek', 403372240, -1218031360, 0),
(93852, 2531, 230, 'Petrolia', 402612330, -1241901520, 0),
(93853, 2531, 230, 'Phillipsville', 402127760, -1237838840, 0),
(93854, 2531, 230, 'Platina', 403704000, -1229527200, 0),
(93855, 2531, 230, 'Pleasant Grove', 388198600, -1215047480, 0),
(93856, 2531, 230, 'Point Arena', 388958690, -1236529620, 0),
(93857, 2531, 230, 'Port Costa', 380464530, -1221860070, 0),
(93858, 2531, 230, 'Potter Valley', 393459990, -1231127600, 0),
(93859, 2531, 230, 'Princeton', 394249200, -1220962800, 0),
(93860, 2531, 230, 'Raisin City', 366075580, -1198736590, 0),
(93861, 2531, 230, 'Raymond', 373185430, -1200072270, 0),
(93862, 2531, 230, 'Rio Dell', 404993000, -1241064400, 0),
(93863, 2531, 230, 'Robbins', 388809850, -1217169210, 0),
(93864, 2531, 230, 'Rough And Ready', 392271150, -1211465950, 0),
(93865, 2531, 230, 'Round Mountain', 407765650, -1219851060, 0),
(93866, 2531, 230, 'San Geronimo', 380136490, -1226621440, 0),
(93867, 2531, 230, 'San Gregorio', 372974000, -1223648000, 0),
(93868, 2531, 230, 'San Pasqual', 330917100, -1169539200, 0),
(93869, 2531, 230, 'Santa Ysabel', 331427460, -1167091800, 0),
(93870, 2531, 230, 'Saticoy', 342802800, -1191644400, 0),
(93871, 2531, 230, 'Shasta', 405993200, -1224919600, 0),
(93872, 2531, 230, 'Sky Valley', 338900200, -1163525100, 0),
(93873, 2531, 230, 'Snelling', 375114820, -1204720540, 0),
(93874, 2531, 230, 'Soda Springs', 393214720, -1204098390, 0),
(93875, 2531, 230, 'Somis', 342727690, -1190117640, 0),
(93876, 2531, 230, 'Stevinson', 373294690, -1208718020, 0),
(93877, 2531, 230, 'Stirling City', 399543370, -1215149320, 0),
(93878, 2531, 230, 'Stratford', 361803480, -1198174720, 0),
(93879, 2531, 230, 'Strawberry Valley', 395641670, -1211058330, 0),
(93880, 2531, 230, 'Suisun', 382461600, -1220220600, 0),
(93881, 2531, 230, 'Sultana', 365447220, -1193374550, 0),
(93882, 2531, 230, 'Sunnyside-Tahoe City', 391502300, -1201612000, 0),
(93883, 2531, 230, 'Surfside', 337266040, -1180817240, 0),
(93884, 2531, 230, 'Taft Heights', 351346900, -1194726200, 0),
(93885, 2531, 230, 'Tecopa', 359520000, -1158981000, 0),
(93886, 2531, 230, 'Tehama', 400243910, -1221222860, 0),
(93887, 2531, 230, 'The Sea Ranch', 387411200, -1234825300, 0),
(93888, 2531, 230, 'Tipton', 360586310, -1193102500, 0),
(93889, 2531, 230, 'Tranquillity', 366464310, -1202593610, 0),
(93890, 2531, 230, 'Traver', 364546770, -1194842040, 0),
(93891, 2531, 230, 'Trona', 357552250, -1173859190, 0),
(93892, 2531, 230, 'Twain', 400432800, -1211125800, 0),
(93893, 2531, 230, 'Twin Bridges', 388083000, -1201264000, 0),
(93894, 2531, 230, 'Val Verde', 344450000, -1186575900, 0),
(93895, 2531, 230, 'Valley Ford', 382965820, -1229430330, 0),
(93896, 2531, 230, 'Valyermo', 344296220, -1177976850, 0),
(93897, 2531, 230, 'Vernalis', 376221820, -1212471460, 0),
(93898, 2531, 230, 'Villa Grande', 384742200, -1230351000, 0),
(93899, 2531, 230, 'Vina', 399370070, -1220118040, 0),
(93900, 2531, 230, 'Vineburg', 382516530, -1224533160, 0),
(93901, 2531, 230, 'Vinton', 397156970, -1202153090, 0),
(93902, 2531, 230, 'Wallace', 381707080, -1209354750, 0),
(93903, 2531, 230, 'Waukena', 361488490, -1195037510, 0),
(93904, 2531, 230, 'Weott', 403215800, -1239222800, 0),
(93905, 2531, 230, 'West Modesto', 376175400, -1210391400, 0),
(93906, 2531, 230, 'Westhaven-Moonstone', 410448900, -1241023900, 0),
(93907, 2531, 230, 'Whitewater', 339331930, -1166936030, 0),
(93908, 2531, 230, 'Whitmore', 406461850, -1219152550, 0),
(93909, 2531, 230, 'Wilseyville', 383755420, -1204860570, 0),
(93910, 2531, 230, 'Wofford Heights', 357069000, -1184562000, 0),
(93911, 2531, 230, 'Yolo', 387325120, -1218076500, 0),
(93912, 2531, 230, 'Zamora', 387910200, -1219234200, 0),
(93913, 2531, 230, 'Zenia', 401838450, -1234169780, 0),
(93914, 2532, 230, 'Aguilar', 374004340, -1046447150, 0),
(93915, 2532, 230, 'Allenspark', 402196880, -1055253050, 0),
(93916, 2532, 230, 'Alma', 392984670, -1060651920, 0),
(93917, 2532, 230, 'Arapahoe', 389185080, -1022296170, 0),
(93918, 2532, 230, 'Austin', 387813900, -1079511100, 0),
(93919, 2532, 230, 'Avondale', 381792610, -1043908260, 0),
(93920, 2532, 230, 'Battlement Mesa', 394607880, -1080083180, 0),
(93921, 2532, 230, 'Branson', 371304600, -1037736520, 0),
(93922, 2532, 230, 'Campion', 403494300, -1050777600, 0),
(93923, 2532, 230, 'Campo', 370901700, -1025693920, 0),
(93924, 2532, 230, 'Cascade-Chipita Park', 389435400, -1050023700, 0),
(93925, 2532, 230, 'Clark', 407371600, -1069158460, 0),
(93926, 2532, 230, 'Cory', 387899800, -1079887300, 0),
(93927, 2532, 230, 'De Beque', 393307660, -1082143070, 0),
(93928, 2532, 230, 'Deer Trail', 396150980, -1040427770, 0),
(93929, 2532, 230, 'Dinosaur', 402416700, -1090086100, 0),
(93930, 2532, 230, 'Drake', 404414640, -1053718650, 0),
(93931, 2532, 230, 'DuPont', 398448460, -1049183500, 0),
(93932, 2532, 230, 'Dumont', 397900300, -1056433940, 0),
(93933, 2532, 230, 'Eckley', 400299150, -1025193080, 0),
(93934, 2532, 230, 'Empire', 397629010, -1057121280, 0),
(93935, 2532, 230, 'Fowler', 381291700, -1040232900, 0),
(93936, 2532, 230, 'Gardner', 377865280, -1051824990, 0),
(93937, 2532, 230, 'Gateway', 387858080, -1087491900, 0),
(93938, 2532, 230, 'Genoa', 392776980, -1034990700, 0),
(93939, 2532, 230, 'Granada', 379126210, -1023501630, 0),
(93940, 2532, 230, 'Granite', 390472030, -1062611480, 0),
(93941, 2532, 230, 'Hamilton', 403321330, -1075502200, 0),
(93942, 2532, 230, 'Hartman', 380875620, -1021709760, 0),
(93943, 2532, 230, 'Hasty', 380613890, -1029266670, 0),
(93944, 2532, 230, 'Haswell', 384366430, -1031250420, 0),
(93945, 2532, 230, 'Idalia', 397197600, -1022546400, 0),
(93946, 2532, 230, 'Iliff', 408064620, -1030449220, 0),
(93947, 2532, 230, 'Karval', 386993450, -1034219690, 0),
(93948, 2532, 230, 'La Jara', 373089600, -1060352400, 0),
(93949, 2532, 230, 'La Veta', 374611200, -1050391800, 0),
(93950, 2532, 230, 'Lewis', 374995530, -1086735800, 0),
(93951, 2532, 230, 'Loma', 392277600, -1088030580, 0),
(93952, 2532, 230, 'Lucerne', 404818800, -1046978180, 0),
(93953, 2532, 230, 'Manassa', 371741110, -1059357020, 0),
(93954, 2532, 230, 'Manzanola', 381059620, -1038715280, 0),
(93955, 2532, 230, 'McClave', 381313100, -1028726990, 0),
(93956, 2532, 230, 'Mesa', 391663900, -1081388900, 0),
(93957, 2532, 230, 'Mesa Verde National Park', 372986700, -1084190800, 0),
(93958, 2532, 230, 'Model', 374988090, -1041507510, 0),
(93959, 2532, 230, 'Mountain Village', 379814260, -1079428200, 0),
(93960, 2532, 230, 'New Raymer', 406409620, -1038743420, 0),
(93961, 2532, 230, 'Olney Springs', 382087310, -1039389060, 0),
(93962, 2532, 230, 'Perry Park', 392566600, -1049924800, 0),
(93963, 2532, 230, 'Pierce', 406411610, -1047591580, 0),
(93964, 2532, 230, 'Placerville', 380409520, -1080636400, 0),
(93965, 2532, 230, 'Platteville', 402245770, -1048214190, 0),
(93966, 2532, 230, 'Red Cliff', 394848720, -1063796660, 0),
(93967, 2532, 230, 'Rockvale', 383682590, -1051641100, 0),
(93968, 2532, 230, 'Sherrelwood', 398377600, -1050013700, 0),
(93969, 2532, 230, 'South Fork', 376726250, -1066326080, 0),
(93970, 2532, 230, 'Stoneham', 405973640, -1036496560, 0),
(93971, 2532, 230, 'Towaoc', 371936520, -1087396250, 0),
(93972, 2532, 230, 'Two Buttes', 376948390, -1023548780, 0),
(93973, 2532, 230, 'Vilas', 373899100, -1024359930, 0),
(93974, 2532, 230, 'Walden', 406441500, -1062997740, 0),
(93975, 2532, 230, 'Weldona', 403625640, -1040209270, 0),
(93976, 2532, 230, 'Weston', 371745600, -1048955400, 0),
(93977, 2532, 230, 'Wiley', 381612680, -1027154690, 0),
(93978, 2532, 230, 'Wolcott', 396422650, -1066080190, 0),
(93979, 2532, 230, 'Yellow Jacket', 374971380, -1087731560, 0),
(93980, 2533, 230, 'Centerbrook', 413462870, -724190860, 0),
(93981, 2533, 230, 'Central Village', 417245580, -719094590, 0),
(93982, 2533, 230, 'Cobalt', 415681480, -725579340, 0),
(93983, 2533, 230, 'Colebrook', 420017010, -730973290, 0),
(93984, 2533, 230, 'Conning Towers-Nautilus Park', 413533800, -720368400, 0),
(93985, 2533, 230, 'East Brooklyn', 417967700, -718972900, 0),
(93986, 2533, 230, 'East Hartland', 420029000, -729347000, 0),
(93987, 2533, 230, 'East Killingly', 418491000, -718060200, 0),
(93988, 2533, 230, 'East Woodstock', 419852700, -719751900, 0),
(93989, 2533, 230, 'Eastford', 418927080, -720918970, 0),
(93990, 2533, 230, 'Essex Village', 413554400, -723910100, 0),
(93991, 2533, 230, 'Gilman', 415792000, -721972600, 0),
(93992, 2533, 230, 'Mashantucket', 414724200, -719500100, 0),
(93993, 2533, 230, 'Montville', 414489000, -721304830, 0),
(93994, 2533, 230, 'New Preston', 416751000, -733517900, 0),
(93995, 2533, 230, 'Norfolk', 419880230, -731959220, 0),
(93996, 2533, 230, 'North Granby', 419959300, -728295400, 0),
(93997, 2533, 230, 'North Grosvenor Dale', 419859600, -719077200, 0),
(93998, 2533, 230, 'Northwest Harwinton', 417768500, -730792200, 0),
(93999, 2533, 230, 'Oneco', 416925030, -718119240, 0),
(94000, 2533, 230, 'Pemberwick', 410256500, -736606800, 0),
(94001, 2533, 230, 'Plymouth', 416657290, -730471250, 0),
(94002, 2533, 230, 'Scotland', 416838910, -720809720, 0),
(94003, 2533, 230, 'Stafford', 419851200, -722556600, 0),
(94004, 2533, 230, 'Staffordville', 419933200, -722623810, 0),
(94005, 2533, 230, 'Versailles', 416031290, -720446970, 0),
(94006, 2533, 230, 'West Cornwall', 418642400, -733324400, 0),
(94007, 2534, 230, 'Cheswold', 392178620, -755879360, 0),
(94008, 2534, 230, 'Dover Air Force Base', 391236000, -754774200, 0),
(94009, 2534, 230, 'Edgemoor', 397722480, -754957590, 0),
(94010, 2534, 230, 'Ellendale', 387791540, -753650880, 0),
(94011, 2534, 230, 'Houston', 389175140, -755052440, 0),
(94012, 2534, 230, 'Kenton', 392272260, -756670270, 0),
(94013, 2534, 230, 'Kirkwood', 394969690, -756833720, 0),
(94014, 2534, 230, 'Little Creek', 391652470, -754488300, 0),
(94015, 2534, 230, 'Saint Georges', 395550960, -756507910, 0),
(94016, 2534, 230, 'Yorklyn', 398027560, -756682010, 0),
(94017, 2536, 230, 'Alturas', 278716900, -817150800, 0),
(94018, 2536, 230, 'Asbury Lake', 300491300, -818214900, 0),
(94019, 2536, 230, 'Babson Park', 278319700, -815223000, 0),
(94020, 2536, 230, 'Big Coppitt Key', 245965300, -816600900, 0),
(94021, 2536, 230, 'Boulevard Gardens', 261232600, -801799700, 0),
(94022, 2536, 230, 'Brookridge', 285511000, -824920400, 0),
(94023, 2536, 230, 'Bryceville', 304084000, -819533000, 0),
(94024, 2536, 230, 'Bunche Park', 259206500, -802369900, 0),
(94025, 2536, 230, 'Campbellton', 309438900, -853564600, 0),
(94026, 2536, 230, 'Canal Point', 268614090, -806314860, 0),
(94027, 2536, 230, 'Cedar Grove', 302038680, -856590870, 0),
(94028, 2536, 230, 'Charlotte Harbor', 269583900, -820670300, 0),
(94029, 2536, 230, 'Crystal Springs', 281814000, -821575800, 0),
(94030, 2536, 230, 'Cudjoe Key', 246715300, -814984200, 0),
(94031, 2536, 230, 'East Pensacola Heights', 304288100, -871799700, 0),
(94032, 2536, 230, 'Ebro', 304325060, -859124300, 0),
(94033, 2536, 230, 'Edgar', 296168850, -818979070, 0),
(94034, 2536, 230, 'Eglin Village', 304632620, -865374730, 0),
(94035, 2536, 230, 'Elkton', 297595000, -813049000, 0),
(94036, 2536, 230, 'Fairfield', 293715850, -822775640, 0),
(94037, 2536, 230, 'Florahome', 297605270, -818827510, 0),
(94038, 2536, 230, 'Fort Pierce North', 274736400, -803593000, 0),
(94039, 2536, 230, 'Fussels Corner', 280541900, -818606400, 0),
(94040, 2536, 230, 'Gladeview', 258392600, -802356000, 0),
(94041, 2536, 230, 'Glen St. Mary', 302904220, -821618720, 0),
(94042, 2536, 230, 'Goodland', 259255000, -816466800, 0),
(94043, 2536, 230, 'Greensboro', 305705300, -847430600, 0),
(94044, 2536, 230, 'Gretna', 306141120, -846621630, 0),
(94045, 2536, 230, 'Hernando Beach', 284694400, -826592700, 0),
(94046, 2536, 230, 'High Point', 285468700, -825246800, 0),
(94047, 2536, 230, 'Holder', 289161070, -824570990, 0),
(94048, 2536, 230, 'Horseshoe Beach', 295513400, -832567600, 0),
(94049, 2536, 230, 'Hosford', 302128920, -848051690, 0),
(94050, 2536, 230, 'Howey-in-the-Hills', 287067210, -817879700, 0),
(94051, 2536, 230, 'Indian Lake Estates', 278012000, -813374000, 0),
(94052, 2536, 230, 'Indian River Shores', 276502450, -803595850, 0),
(94053, 2536, 230, 'Island Grove', 295880600, -821263300, 0),
(94054, 2536, 230, 'Jennings', 305646240, -832465120, 0),
(94055, 2536, 230, 'Lacoochee', 284658300, -821720300, 0),
(94056, 2536, 230, 'Lake Como', 294838900, -815727800, 0),
(94057, 2536, 230, 'Lantana', 265782570, -800809530, 0),
(94058, 2536, 230, 'Laurel', 271437800, -824615800, 0),
(94059, 2536, 230, 'Lee', 303674840, -832654640, 0),
(94060, 2536, 230, 'Lulu', 300677100, -825530200, 0),
(94061, 2536, 230, 'Marathon Shores', 247243350, -810476490, 0),
(94062, 2536, 230, 'McDavid', 308693400, -874538400, 0),
(94063, 2536, 230, 'McIntosh', 294460000, -822294520, 0),
(94064, 2536, 230, 'Medulla', 279678000, -819734200, 0),
(94065, 2536, 230, 'Nocatee', 271603300, -818823100, 0),
(94066, 2536, 230, 'North Redington Beach', 278161400, -828206600, 0),
(94067, 2536, 230, 'Oak Hill', 288644300, -808545000, 0),
(94068, 2536, 230, 'Ochopee', 259044200, -813058200, 0),
(94069, 2536, 230, 'Okahumpka', 287500930, -818849850, 0),
(94070, 2536, 230, 'Orange Lake', 294163810, -822157570, 0),
(94071, 2536, 230, 'Orange Springs', 295058000, -819456000, 0),
(94072, 2536, 230, 'Otter Creek', 293239790, -827733550, 0),
(94073, 2536, 230, 'Paisley', 289783000, -815081000, 0),
(94074, 2536, 230, 'Pierson', 292243370, -814674660, 0),
(94075, 2536, 230, 'Pomona Park', 294961100, -816002800, 0),
(94076, 2536, 230, 'Ponce de Leon', 307677400, -859531030, 0),
(94077, 2536, 230, 'Punta Gorda Isles', 269175600, -820784200, 0),
(94078, 2536, 230, 'Raiford', 300918480, -821957790, 0),
(94079, 2536, 230, 'Redington Beach', 278140560, -827965770, 0),
(94080, 2536, 230, 'Redington Shores', 278261400, -828289900, 0),
(94081, 2536, 230, 'Rosemary Beach', 302534650, -859486140, 0),
(94082, 2536, 230, 'Saint Augustine Shores', 298108000, -813103500, 0),
(94083, 2536, 230, 'Saint Marks', 301627660, -842072870, 0),
(94084, 2536, 230, 'Sopchoppy', 301227990, -845246790, 0),
(94085, 2536, 230, 'South Apopka', 286619400, -815095200, 0),
(94086, 2536, 230, 'South Beach', 275911400, -803442200, 0),
(94087, 2536, 230, 'Suwannee', 293294300, -831437400, 0),
(94088, 2536, 230, 'Wacissa', 303583330, -839872220, 0),
(94089, 2536, 230, 'Waverly', 279800160, -816157040, 0),
(94090, 2536, 230, 'Welaka', 294804300, -816722560, 0),
(94091, 2536, 230, 'Wellborn', 301805740, -828579380, 0),
(94092, 2536, 230, 'West Perrine', 256059400, -803628300, 0),
(94093, 2536, 230, 'White Springs', 303350150, -827581190, 0),
(94094, 2536, 230, 'Yalaha', 287386000, -818086900, 0),
(94095, 2537, 230, 'Ailey', 322104000, -824833200, 0),
(94096, 2537, 230, 'Alamo', 321534020, -827785310, 0),
(94097, 2537, 230, 'Alapaha', 313913730, -831965170, 0),
(94098, 2537, 230, 'Allentown', 325976940, -832231990, 0),
(94099, 2537, 230, 'Alston', 320805150, -824796230, 0),
(94100, 2537, 230, 'Alto', 344673200, -835737800, 0),
(94101, 2537, 230, 'Ambrose', 315111360, -830141360, 0),
(94102, 2537, 230, 'Andersonville', 321955000, -841422790, 0),
(94103, 2537, 230, 'Arabi', 318417250, -837257970, 0),
(94104, 2537, 230, 'Argyle', 310659010, -827589850, 0),
(94105, 2537, 230, 'Attapulgus', 307506000, -844860000, 0),
(94106, 2537, 230, 'Avera', 331928350, -825280060, 0),
(94107, 2537, 230, 'Barwick', 308967610, -837409500, 0),
(94108, 2537, 230, 'Boston', 307918600, -837898900, 0),
(94109, 2537, 230, 'Bowersville', 344001250, -830470780, 0),
(94110, 2537, 230, 'Bowman', 340948740, -828205900, 0),
(94111, 2537, 230, 'Brinson', 309447700, -846778210, 0),
(94112, 2537, 230, 'Broxton', 316251900, -828868100, 0),
(94113, 2537, 230, 'Buckhead', 335314530, -833421090, 0),
(94114, 2537, 230, 'Butler', 325541640, -842418250, 0),
(94115, 2537, 230, 'Calvary', 307480880, -843112420, 0),
(94116, 2537, 230, 'Camilla', 312303320, -842084980, 0),
(94117, 2537, 230, 'Cataula', 326406020, -849013000, 0),
(94118, 2537, 230, 'Cecil', 311080630, -834217590, 0),
(94119, 2537, 230, 'Cedar Springs', 311862310, -850033980, 0),
(94120, 2537, 230, 'Chattanooga Valley', 349328500, -853555100, 0),
(94121, 2537, 230, 'Chauncey', 322087240, -831269050, 0),
(94122, 2537, 230, 'Chester', 323937800, -831529300, 0),
(94123, 2537, 230, 'Chula', 315476580, -835561280, 0),
(94124, 2537, 230, 'Cisco', 348804640, -846683250, 0),
(94125, 2537, 230, 'Cobbtown', 322578000, -821250300, 0),
(94126, 2537, 230, 'Coleman', 316559870, -848783190, 0),
(94127, 2537, 230, 'Crescent', 314965470, -813737190, 0),
(94128, 2537, 230, 'Damascus', 313465210, -847305210, 0),
(94129, 2537, 230, 'Davisboro', 329842880, -826021470, 0),
(94130, 2537, 230, 'Dewy Rose', 341829500, -829451190, 0),
(94131, 2537, 230, 'Dexter', 324382400, -830606020, 0),
(94132, 2537, 230, 'Doerun', 313172170, -839170500, 0),
(94133, 2537, 230, 'East Dublin', 325501800, -828678000, 0),
(94134, 2537, 230, 'East Griffin', 332437300, -842288100, 0),
(94135, 2537, 230, 'Edison', 315600370, -847399490, 0),
(94136, 2537, 230, 'Elko', 323446350, -837415370, 0),
(94137, 2537, 230, 'Fleming', 318841660, -814122050, 0),
(94138, 2537, 230, 'Franklin Springs', 342746520, -831751290, 0),
(94139, 2537, 230, 'Garden City', 321733900, -812058400, 0),
(94140, 2537, 230, 'Gibson', 332331370, -825998260, 0),
(94141, 2537, 230, 'Good Hope', 337784000, -835663000, 0),
(94142, 2537, 230, 'Grantville', 332248000, -848171000, 0),
(94143, 2537, 230, 'Hagan', 321558000, -819337800, 0),
(94144, 2537, 230, 'Hamilton', 327261320, -849936920, 0),
(94145, 2537, 230, 'Homerville', 310370200, -827511300, 0),
(94146, 2537, 230, 'Hortense', 313122460, -819655390, 0),
(94147, 2537, 230, 'Jakin', 311862560, -850034230, 0),
(94148, 2537, 230, 'Jeffersonville', 326810150, -833335380, 0),
(94149, 2537, 230, 'Jersey', 337155560, -837988890, 0),
(94150, 2537, 230, 'Junction City', 326030940, -844573190, 0),
(94151, 2537, 230, 'Keysville', 331726470, -821816470, 0),
(94152, 2537, 230, 'Kings Bay Base', 307993200, -815642300, 0),
(94153, 2537, 230, 'Knoxville', 327243100, -839976900, 0),
(94154, 2537, 230, 'Lake City', 335867890, -843260570, 0),
(94155, 2537, 230, 'Lakemont', 347525680, -833966350, 0),
(94156, 2537, 230, 'Manassas', 320894590, -820524720, 0),
(94157, 2537, 230, 'Marshallville', 324562600, -839401900, 0),
(94158, 2537, 230, 'McCaysville', 349861900, -843713100, 0),
(94159, 2537, 230, 'McIntyre', 328461600, -832014350, 0),
(94160, 2537, 230, 'McRae', 320650830, -828982210, 0),
(94161, 2537, 230, 'Meansville', 329814440, -843275590, 0),
(94162, 2537, 230, 'Mershon', 314791950, -822174740, 0),
(94163, 2537, 230, 'Milan', 319309850, -830680770, 0),
(94164, 2537, 230, 'Millwood', 312737700, -826379480, 0),
(94165, 2537, 230, 'Morgan', 315376700, -845993600, 0),
(94166, 2537, 230, 'Morven', 309034360, -834977230, 0),
(94167, 2537, 230, 'Mount Zion', 335877000, -851225000, 0),
(94168, 2537, 230, 'Oliver', 325206610, -815327940, 0),
(94169, 2537, 230, 'Omaha', 321460190, -849040620, 0),
(94170, 2537, 230, 'Omega', 313823800, -835831300, 0),
(94171, 2537, 230, 'Pine Mountain Valley', 327844330, -848207510, 0),
(94172, 2537, 230, 'Pineview', 320780020, -835016590, 0),
(94173, 2537, 230, 'Poulan', 315120320, -837908640, 0),
(94174, 2537, 230, 'Rabun Gap', 349597890, -833928090, 0),
(94175, 2537, 230, 'Ray City', 310746400, -831993200, 0),
(94176, 2537, 230, 'Rayle', 337266010, -827633900, 0),
(94177, 2537, 230, 'Rebecca', 317866540, -835313660, 0),
(94178, 2537, 230, 'Riceboro', 317263000, -814689700, 0),
(94179, 2537, 230, 'Richland', 320895930, -846607870, 0),
(94180, 2537, 230, 'Robins Air Force Base', 326097730, -835950660, 0),
(94181, 2537, 230, 'Rydal', 343464710, -847366400, 0),
(94182, 2537, 230, 'Sale City', 312535590, -840435710, 0),
(94183, 2537, 230, 'Shady Dale', 334001280, -836633630, 0),
(94184, 2537, 230, 'Shellman', 317607830, -846092160, 0),
(94185, 2537, 230, 'Shiloh', 327983620, -847454840, 0),
(94186, 2537, 230, 'Stapleton', 332088180, -824594750, 0),
(94187, 2537, 230, 'Stillmore', 324533420, -822242430, 0),
(94188, 2537, 230, 'Stockton', 310325580, -830062810, 0),
(94189, 2537, 230, 'Sugar Valley', 345728020, -850247960, 0),
(94190, 2537, 230, 'Sumner', 315441640, -837166390, 0),
(94191, 2537, 230, 'Talmo', 342180880, -837334880, 0),
(94192, 2537, 230, 'Tignall', 338669400, -827411100, 0),
(94193, 2537, 230, 'Turin', 333252380, -846315480, 0),
(94194, 2537, 230, 'Twin City', 326500440, -821553530, 0),
(94195, 2537, 230, 'Ty Ty', 314676450, -835388760, 0),
(94196, 2537, 230, 'Unionville', 314349100, -835096100, 0),
(94197, 2537, 230, 'Uvalda', 320380280, -825142500, 0),
(94198, 2537, 230, 'Waco', 336428580, -852321150, 0),
(94199, 2537, 230, 'Wadley', 328660160, -824048570, 0),
(94200, 2537, 230, 'Warthen', 330119580, -828211800, 0),
(94201, 2537, 230, 'Waynesville', 312480560, -818214680, 0),
(94202, 2537, 230, 'West Green', 316094150, -827410710, 0),
(94203, 2537, 230, 'Wiley', 347995420, -834477430, 0),
(94204, 2537, 230, 'Woodland', 327931150, -845727100, 0),
(94205, 2537, 230, 'Yatesville', 329237100, -841641910, 0),
(94206, 2538, 230, 'Anahola', 221422600, -1593138800, 0),
(94207, 2538, 230, 'Hanalei', 222175950, -1594824890, 0),
(94208, 2538, 230, 'Keokea', 207086100, -1563583300, 0),
(94209, 2538, 230, 'Kualapu''u', 211552200, -1570396800, 0),
(94210, 2538, 230, 'Makaweli', 219511800, -1596672000, 0),
(94211, 2538, 230, 'Maunawili', 213727800, -1577705600, 0),
(94212, 2538, 230, 'Paauilo', 199230000, -1554376800, 0),
(94213, 2538, 230, 'Papa''ikou', 197888900, -1550958300, 0),
(94214, 2538, 230, 'Papaaloa', 199198610, -1551961460, 0),
(94215, 2538, 230, 'Pepeekeo', 198316740, -1551131070, 0),
(94216, 2538, 230, 'Waikapu', 208964230, -1565034830, 0),
(94217, 2538, 230, 'Wheeler Army Airfield', 214876910, -1580350830, 0),
(94218, 2539, 230, 'Ahsahka', 465781960, -1162524610, 0),
(94219, 2539, 230, 'Albion', 423935070, -1135514190, 0),
(94220, 2539, 230, 'Bellevue', 434122860, -1142023260, 0),
(94221, 2539, 230, 'Bliss', 429261100, -1149486100, 0),
(94222, 2539, 230, 'Bovill', 468625740, -1163939530, 0),
(94223, 2539, 230, 'Bruneau', 431697600, -1157137800, 0),
(94224, 2539, 230, 'Carmen', 452711470, -1138426880, 0),
(94225, 2539, 230, 'Cataldo', 475319400, -1164572400, 0),
(94226, 2539, 230, 'Chester', 439994440, -1115691670, 0),
(94227, 2539, 230, 'Cocolalla', 481136500, -1166501880, 0),
(94228, 2539, 230, 'Corral', 433198990, -1149973860, 0),
(94229, 2539, 230, 'Deary', 468000000, -1165586100, 0),
(94230, 2539, 230, 'Desmet', 471470570, -1169159340, 0),
(94231, 2539, 230, 'Downey', 424519200, -1121579220, 0),
(94232, 2539, 230, 'Eden', 426004210, -1142224810, 0),
(94233, 2539, 230, 'Ferdinand', 461297760, -1164197080, 0),
(94234, 2539, 230, 'Garden Valley', 440557200, -1156243800, 0),
(94235, 2539, 230, 'Genesee', 465570380, -1169425590, 0),
(94236, 2539, 230, 'Georgetown', 424727090, -1113970910, 0),
(94237, 2539, 230, 'Grace', 425249670, -1117593070, 0),
(94238, 2539, 230, 'Grand View', 429856940, -1160915710, 0),
(94239, 2539, 230, 'Greenleaf', 436699510, -1168201730, 0),
(94240, 2539, 230, 'Hammett', 429792710, -1155609980, 0),
(94241, 2539, 230, 'Harrison', 474522060, -1167775820, 0),
(94242, 2539, 230, 'Huston', 435953100, -1167830700, 0),
(94243, 2539, 230, 'Inkom', 427967520, -1122338490, 0),
(94244, 2539, 230, 'Juliaetta', 465727390, -1167499010, 0),
(94245, 2539, 230, 'King Hill', 428610110, -1152424700, 0),
(94246, 2539, 230, 'Leadore', 445988690, -1133543350, 0),
(94247, 2539, 230, 'Lowman', 441418600, -1155514820, 0),
(94248, 2539, 230, 'Mackay', 439119400, -1136136100, 0),
(94249, 2539, 230, 'Moreland', 432226900, -1124424800, 0),
(94250, 2539, 230, 'Mountain Home Air Force Base', 430496300, -1158656100, 0),
(94251, 2539, 230, 'Nezperce', 462185830, -1162489630, 0),
(94252, 2539, 230, 'Nordman', 486644490, -1169476900, 0),
(94253, 2539, 230, 'Pierce', 464884200, -1157998800, 0),
(94254, 2539, 230, 'Placerville', 439429510, -1159448120, 0),
(94255, 2539, 230, 'Porthill', 489773830, -1164821240, 0),
(94256, 2539, 230, 'Princeton', 469124970, -1168125970, 0),
(94257, 2539, 230, 'Reubens', 463447200, -1165419000, 0),
(94258, 2539, 230, 'Richfield', 430515060, -1141514240, 0),
(94259, 2539, 230, 'Riggins', 453644720, -1163923720, 0),
(94260, 2539, 230, 'Ririe', 435971240, -1116596740, 0),
(94261, 2539, 230, 'Roberts', 437344650, -1121256680, 0),
(94262, 2539, 230, 'Santa', 472410300, -1165459480, 0),
(94263, 2539, 230, 'Smelterville', 475419550, -1161818400, 0),
(94264, 2539, 230, 'Tendoy', 449594440, -1136438890, 0),
(94265, 2539, 230, 'Tensed', 471874200, -1168762200, 0),
(94266, 2539, 230, 'Warren', 452641670, -1156755560, 0),
(94267, 2539, 230, 'Winchester', 462407490, -1166087790, 0),
(94268, 2539, 230, 'Worley', 474441640, -1169119070, 0),
(94269, 2540, 230, 'Adair', 402923100, -904252560, 0),
(94270, 2540, 230, 'Alden', 424588890, -885177780, 0),
(94271, 2540, 230, 'Alma', 387355720, -889199180, 0),
(94272, 2540, 230, 'Alpha', 411919420, -903768860, 0),
(94273, 2540, 230, 'Andalusia', 414392000, -907176400, 0),
(94274, 2540, 230, 'Apple River', 424768540, -901081450, 0),
(94275, 2540, 230, 'Armstrong', 402186520, -878956710, 0),
(94276, 2540, 230, 'Arrowsmith', 404485210, -886326550, 0),
(94277, 2540, 230, 'Atwood', 397994800, -884622800, 0),
(94278, 2540, 230, 'Bardolph', 404952800, -905633300, 0),
(94279, 2540, 230, 'Baylis', 397286100, -909080600, 0),
(94280, 2540, 230, 'Beckemeyer', 386056000, -894359200, 0),
(94281, 2540, 230, 'Belknap', 373265080, -889518180, 0),
(94282, 2540, 230, 'Bellflower', 403399110, -885173020, 0),
(94283, 2540, 230, 'Benson', 408491790, -891208760, 0),
(94284, 2540, 230, 'Blackstone', 410632610, -886424620, 0),
(94285, 2540, 230, 'Bondville', 401126000, -883719920, 0),
(94286, 2540, 230, 'Braceville', 412406400, -882601200, 0),
(94287, 2540, 230, 'Broadlands', 399085050, -879968060, 0),
(94288, 2540, 230, 'Browning', 401574970, -903496450, 0),
(94289, 2540, 230, 'Buckley', 405963230, -880364450, 0),
(94290, 2540, 230, 'Buckner', 379808250, -890154700, 0),
(94291, 2540, 230, 'Buda', 413259290, -896801880, 0),
(94292, 2540, 230, 'Buffalo', 398505050, -894090600, 0),
(94293, 2540, 230, 'Buffalo Prairie', 413841440, -909107770, 0),
(94294, 2540, 230, 'Bull Valley', 423205800, -883550900, 0),
(94295, 2540, 230, 'Bureau', 412890430, -893674750, 0),
(94296, 2540, 230, 'Cameron', 408833050, -904987180, 0),
(94297, 2540, 230, 'Carrier Mills', 376906330, -886282680, 0),
(94298, 2540, 230, 'Cave-In-Rock', 375398090, -882383860, 0),
(94299, 2540, 230, 'Cedar Point', 412631870, -891249160, 0),
(94300, 2540, 230, 'Cedarville', 423753670, -896360380, 0),
(94301, 2540, 230, 'Chadwick', 419154310, -898289850, 0),
(94302, 2540, 230, 'Chambersburg', 397822210, -907495300, 0),
(94303, 2540, 230, 'Chana', 419879720, -892066050, 0),
(94304, 2540, 230, 'Chandlerville', 400483300, -901508300, 0),
(94305, 2540, 230, 'Chapin', 397667990, -904014810, 0),
(94306, 2540, 230, 'Cherry', 414265080, -892111790, 0),
(94307, 2540, 230, 'Chesterfield', 392793540, -900915200, 0),
(94308, 2540, 230, 'Chestnut', 400662300, -891936820, 0),
(94309, 2540, 230, 'Clare', 420259980, -888435790, 0),
(94310, 2540, 230, 'Clayton', 400299160, -909574450, 0),
(94311, 2540, 230, 'Colp', 378052200, -890800200, 0),
(94312, 2540, 230, 'Congerville', 406169360, -892067180, 0),
(94313, 2540, 230, 'Cornell', 409884600, -887384400, 0),
(94314, 2540, 230, 'Cowden', 392183240, -889039170, 0),
(94315, 2540, 230, 'Crainville', 377519900, -890678500, 0),
(94316, 2540, 230, 'Cutler', 379829120, -893636110, 0),
(94317, 2540, 230, 'Dakota', 424067360, -895456080, 0),
(94318, 2540, 230, 'DeWitt', 401862790, -887899320, 0),
(94319, 2540, 230, 'Depue', 413242000, -893067500, 0),
(94320, 2540, 230, 'Diamond', 412892400, -882909600, 0),
(94321, 2540, 230, 'Dixmoor', 416086200, -876680400, 0),
(94322, 2540, 230, 'Donovan', 408844060, -876157740, 0),
(94323, 2540, 230, 'Dow', 389648780, -902998070, 0),
(94324, 2540, 230, 'Dundas', 388266340, -881043320, 0),
(94325, 2540, 230, 'Eagarville', 391119400, -897835400, 0),
(94326, 2540, 230, 'Easton', 402322200, -898433300, 0),
(94327, 2540, 230, 'Edelstein', 409587000, -895882200, 0),
(94328, 2540, 230, 'Edinburg', 396572700, -893895300, 0),
(94329, 2540, 230, 'Eldorado', 378147960, -884413910, 0),
(94330, 2540, 230, 'Elliott', 404641550, -882748370, 0),
(94331, 2540, 230, 'Ellis Grove', 380034380, -898977230, 0),
(94332, 2540, 230, 'Ellsworth', 404485560, -887188070, 0),
(94333, 2540, 230, 'Emington', 409693340, -883581540, 0),
(94334, 2540, 230, 'Enfield', 380991040, -883389670, 0),
(94335, 2540, 230, 'Evansville', 380955600, -899052950, 0),
(94336, 2540, 230, 'Farmersville', 394411230, -896500190, 0),
(94337, 2540, 230, 'Fithian', 400703470, -877770770, 0),
(94338, 2540, 230, 'Frankfort Heights', 379017530, -888395870, 0),
(94339, 2540, 230, 'Franklin', 396213140, -900419020, 0),
(94340, 2540, 230, 'Freeman Spur', 378009340, -890077940, 0),
(94341, 2540, 230, 'Fults', 381618420, -901999150, 0),
(94342, 2540, 230, 'Geff', 384419400, -884044400, 0),
(94343, 2540, 230, 'German Valley', 422172700, -894670810, 0),
(94344, 2540, 230, 'Germantown', 385536600, -895384200, 0),
(94345, 2540, 230, 'Gladstone', 408644400, -909588900, 0),
(94346, 2540, 230, 'Golconda', 373583820, -884890370, 0),
(94347, 2540, 230, 'Good Hope', 405553560, -906709980, 0),
(94348, 2540, 230, 'Gorham', 377404200, -894478200, 0),
(94349, 2540, 230, 'Grand Tower', 376420980, -894685210, 0),
(94350, 2540, 230, 'Graymont', 409090680, -887585240, 0),
(94351, 2540, 230, 'Green Rock', 414730900, -903576300, 0),
(94352, 2540, 230, 'Hanna City', 406917000, -897951100, 0),
(94353, 2540, 230, 'Harristown', 398416080, -890595250, 0),
(94354, 2540, 230, 'Henning', 403051640, -877003020, 0),
(94355, 2540, 230, 'Herod', 374894360, -884781400, 0),
(94356, 2540, 230, 'Hillsdale', 415960800, -902307000, 0),
(94357, 2540, 230, 'Hodgkins', 417952510, -878756970, 0),
(94358, 2540, 230, 'Huntsville', 401492500, -908541740, 0),
(94359, 2540, 230, 'Hurst', 378315880, -891427360, 0),
(94360, 2540, 230, 'Illiopolis', 398535240, -892477390, 0),
(94361, 2540, 230, 'Industry', 403266240, -906069150, 0),
(94362, 2540, 230, 'Ingraham', 388416920, -883102310, 0),
(94363, 2540, 230, 'Iroquois', 408274800, -875818800, 0),
(94364, 2540, 230, 'Irving', 392043410, -894059370, 0),
(94365, 2540, 230, 'Jacob', 377477860, -895493780, 0),
(94366, 2540, 230, 'Johnsburg', 423406650, -882912830, 0),
(94367, 2540, 230, 'Joppa', 372080740, -888438250, 0),
(94368, 2540, 230, 'Junction', 376801040, -882550870, 0),
(94369, 2540, 230, 'Keenes', 383643000, -886561200, 0),
(94370, 2540, 230, 'Keithsburg', 410991460, -909350680, 0),
(94371, 2540, 230, 'Kell', 385411110, -889122220, 0),
(94372, 2540, 230, 'Kinderhook', 396481530, -911847630, 0),
(94373, 2540, 230, 'Kingston', 421114200, -888003600, 0),
(94374, 2540, 230, 'Kingston Mines', 405576500, -897702910, 0),
(94375, 2540, 230, 'Kinmundy', 387717860, -888483740, 0),
(94376, 2540, 230, 'Kirkland', 420925300, -888512100, 0),
(94377, 2540, 230, 'Lake Barrington', 421911140, -881346220, 0),
(94378, 2540, 230, 'Lake Catherine', 424791900, -881334200, 0),
(94379, 2540, 230, 'Lake Fork', 399705560, -893500000, 0),
(94380, 2540, 230, 'Lake Summerset', 424544600, -893895600, 0),
(94381, 2540, 230, 'Lancaster', 385351600, -878869260, 0),
(94382, 2540, 230, 'Laura', 409435280, -899624880, 0),
(94383, 2540, 230, 'Leonore', 411891690, -889826820, 0),
(94384, 2540, 230, 'Liberty', 398917800, -910450200, 0),
(94385, 2540, 230, 'Lindenwood', 420512340, -890235490, 0),
(94386, 2540, 230, 'Littleton', 402412200, -906220800, 0),
(94387, 2540, 230, 'London Mills', 407116700, -902675000, 0),
(94388, 2540, 230, 'Lovejoy', 386570920, -901654150, 0),
(94389, 2540, 230, 'Lowpoint', 408502780, -893319440, 0),
(94390, 2540, 230, 'Ludlow', 403865320, -881262640, 0),
(94391, 2540, 230, 'Lynn Center', 412870200, -903325200, 0),
(94392, 2540, 230, 'Macedonia', 380100220, -886820180, 0),
(94393, 2540, 230, 'Martinton', 409161330, -877271750, 0),
(94394, 2540, 230, 'Mason', 389609820, -886334650, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(94395, 2540, 230, 'Mazon', 412484460, -884131480, 0),
(94396, 2540, 230, 'McClure', 372945550, -894963580, 0),
(94397, 2540, 230, 'McLean', 403153290, -891716020, 0),
(94398, 2540, 230, 'McLeansboro', 381200000, -884530560, 0),
(94399, 2540, 230, 'Medora', 392050800, -901600800, 0),
(94400, 2540, 230, 'Menard', 379100000, -898397220, 0),
(94401, 2540, 230, 'Metcalf', 398019300, -878064000, 0),
(94402, 2540, 230, 'Michael', 392288640, -906307940, 0),
(94403, 2540, 230, 'Milmine', 398901440, -886409580, 0),
(94404, 2540, 230, 'Monroe Center', 421053880, -890030890, 0),
(94405, 2540, 230, 'Montrose', 391491350, -883183190, 0),
(94406, 2540, 230, 'Mount Auburn', 397578350, -892145700, 0),
(94407, 2540, 230, 'Mount Zion', 397714300, -888742400, 0),
(94408, 2540, 230, 'National Stock Yards', 386448300, -901596330, 0),
(94409, 2540, 230, 'New Douglas', 389700000, -896675000, 0),
(94410, 2540, 230, 'New Windsor', 412020860, -904434010, 0),
(94411, 2540, 230, 'Niota', 406160010, -912873740, 0),
(94412, 2540, 230, 'North Henderson', 411076190, -904762810, 0),
(94413, 2540, 230, 'North Pekin', 405604200, -896091000, 0),
(94414, 2540, 230, 'Odell', 410036400, -885253400, 0),
(94415, 2540, 230, 'Ogden', 401135020, -879571120, 0),
(94416, 2540, 230, 'Opdyke', 382788580, -887555020, 0),
(94417, 2540, 230, 'Ozark', 375341220, -887643420, 0),
(94418, 2540, 230, 'Patoka', 387520200, -890969400, 0),
(94419, 2540, 230, 'Percy', 380114870, -896358440, 0),
(94420, 2540, 230, 'Pesotum', 399143300, -882739970, 0),
(94421, 2540, 230, 'Phoenix', 416086200, -876680400, 0),
(94422, 2540, 230, 'Pleasant Plains', 398747630, -899191570, 0),
(94423, 2540, 230, 'Plymouth', 402901800, -908937600, 0),
(94424, 2540, 230, 'Pomona', 376414290, -893481060, 0),
(94425, 2540, 230, 'Port Barrington', 421911140, -881346220, 0),
(94426, 2540, 230, 'Pulaski', 372152750, -892000590, 0),
(94427, 2540, 230, 'Raritan', 406797000, -908446800, 0),
(94428, 2540, 230, 'Reynolds', 413394200, -907039050, 0),
(94429, 2540, 230, 'Ringwood', 424082000, -882964000, 0),
(94430, 2540, 230, 'Roberts', 406143970, -881832870, 0),
(94431, 2540, 230, 'Rockbridge', 392864030, -902717700, 0),
(94432, 2540, 230, 'Rockwood', 378297890, -896231720, 0),
(94433, 2540, 230, 'Rosiclare', 374187610, -883532530, 0),
(94434, 2540, 230, 'Round Lake Heights', 423800200, -881042500, 0),
(94435, 2540, 230, 'Royalton', 378769900, -891145200, 0),
(94436, 2540, 230, 'Russell', 424894000, -879259500, 0),
(94437, 2540, 230, 'Sailor Springs', 387647550, -883587140, 0),
(94438, 2540, 230, 'Saint Francisville', 385918520, -876463600, 0),
(94439, 2540, 230, 'Sainte Marie', 389322000, -880233000, 0),
(94440, 2540, 230, 'San Jose', 403031440, -896050030, 0),
(94441, 2540, 230, 'Saunemin', 408934560, -884048140, 0),
(94442, 2540, 230, 'Saybrook', 404275000, -885266700, 0),
(94443, 2540, 230, 'Secor', 407424370, -891351820, 0),
(94444, 2540, 230, 'Seymour', 401605380, -884361590, 0),
(94445, 2540, 230, 'Shabbona', 417682090, -888692910, 0),
(94446, 2540, 230, 'Shawneetown', 377159120, -881855790, 0),
(94447, 2540, 230, 'Sheldon', 407717740, -875647390, 0),
(94448, 2540, 230, 'Shobonier', 388453510, -890845000, 0),
(94449, 2540, 230, 'Shumway', 391841700, -886530600, 0),
(94450, 2540, 230, 'Sibley', 405875000, -883822200, 0),
(94451, 2540, 230, 'Smithboro', 388764000, -893238000, 0),
(94452, 2540, 230, 'Smithshire', 407206080, -907309690, 0),
(94453, 2540, 230, 'Southern View', 397572700, -896537100, 0),
(94454, 2540, 230, 'Speer', 410175850, -896964510, 0),
(94455, 2540, 230, 'Springerton', 381660030, -883776480, 0),
(94456, 2540, 230, 'Standard', 412566360, -891779070, 0),
(94457, 2540, 230, 'Stonington', 396382460, -891904090, 0),
(94458, 2540, 230, 'Strasburg', 393880560, -886422550, 0),
(94459, 2540, 230, 'Table Grove', 404069010, -903913620, 0),
(94460, 2540, 230, 'Tamaroa', 381369400, -892288900, 0),
(94461, 2540, 230, 'Teutopolis', 391331000, -884719900, 0),
(94462, 2540, 230, 'Thebes', 371940000, -893983800, 0),
(94463, 2540, 230, 'Thomasboro', 402417000, -881842100, 0),
(94464, 2540, 230, 'Thomson', 419650800, -901032000, 0),
(94465, 2540, 230, 'Tower Hill', 393891150, -889640540, 0),
(94466, 2540, 230, 'Tower Lake', 422319700, -881520200, 0),
(94467, 2540, 230, 'Trilla', 393885400, -883406300, 0),
(94468, 2540, 230, 'Trivoli', 406775050, -899019920, 0),
(94469, 2540, 230, 'Twin Grove', 404933700, -890798000, 0),
(94470, 2540, 230, 'Villa Ridge', 371586100, -891947200, 0),
(94471, 2540, 230, 'Walnut Hill', 384775000, -890455600, 0),
(94472, 2540, 230, 'Washington Park', 386310830, -900936600, 0),
(94473, 2540, 230, 'Weldon', 401232570, -887500780, 0),
(94474, 2540, 230, 'West Brooklyn', 417191910, -891624910, 0),
(94475, 2540, 230, 'West Dundee', 421102800, -882965400, 0),
(94476, 2540, 230, 'West York', 392069440, -877272430, 0),
(94477, 2540, 230, 'Westfield', 394548910, -879975260, 0),
(94478, 2540, 230, 'White Heath', 400861100, -885127800, 0),
(94479, 2540, 230, 'Whittington', 381072670, -888735140, 0),
(94480, 2540, 230, 'Willow Hill', 389752080, -880104690, 0),
(94481, 2540, 230, 'Wilsonville', 390688660, -898553040, 0),
(94482, 2540, 230, 'Woodland', 407143800, -877311000, 0),
(94483, 2540, 230, 'Wyoming', 410617000, -897731600, 0),
(94484, 2540, 230, 'Yale', 391285420, -880038740, 0),
(94485, 2540, 230, 'Zeigler', 378994900, -890520200, 0),
(94486, 2541, 230, 'Advance', 399952780, -866209900, 0),
(94487, 2541, 230, 'Albany', 402978910, -852441420, 0),
(94488, 2541, 230, 'Ambia', 404659080, -874630860, 0),
(94489, 2541, 230, 'Ashley', 415145010, -850701630, 0),
(94490, 2541, 230, 'Avilla', 413658800, -852388600, 0),
(94491, 2541, 230, 'Bath', 394903480, -848406520, 0),
(94492, 2541, 230, 'Beverly Shores', 416737550, -869749700, 0),
(94493, 2541, 230, 'Blanford', 396512140, -874602690, 0),
(94494, 2541, 230, 'Bringhurst', 405145230, -865251050, 0),
(94495, 2541, 230, 'Brooklyn', 395392100, -863691600, 0),
(94496, 2541, 230, 'Buck Creek', 404877000, -867613200, 0),
(94497, 2541, 230, 'Burket', 411552000, -859686000, 0),
(94498, 2541, 230, 'Burns Harbor', 416181200, -870279300, 0),
(94499, 2541, 230, 'Burrows', 406765800, -865075200, 0),
(94500, 2541, 230, 'Cannelburg', 386955020, -869674520, 0),
(94501, 2541, 230, 'Cannelton', 380965100, -864632700, 0),
(94502, 2541, 230, 'Carthage', 397350130, -855725700, 0),
(94503, 2541, 230, 'Centerpoint', 393788330, -870989380, 0),
(94504, 2541, 230, 'Clarks Hill', 402438820, -867295500, 0),
(94505, 2541, 230, 'Coal City', 392488090, -869879310, 0),
(94506, 2541, 230, 'Coalmont', 392015950, -871874270, 0),
(94507, 2541, 230, 'Colfax', 401937400, -866671430, 0),
(94508, 2541, 230, 'Cory', 393829500, -872050320, 0),
(94509, 2541, 230, 'Dayton', 403742000, -867689000, 0),
(94510, 2541, 230, 'Delong', 411382800, -864163200, 0),
(94511, 2541, 230, 'Dublin', 398136460, -852068890, 0),
(94512, 2541, 230, 'Elberfeld', 381611900, -874480000, 0),
(94513, 2541, 230, 'Elnora', 388763390, -870849850, 0),
(94514, 2541, 230, 'Evanston', 380247000, -868309800, 0),
(94515, 2541, 230, 'Farmersburg', 392541020, -873787070, 0),
(94516, 2541, 230, 'Flat Rock', 393942140, -856859490, 0),
(94517, 2541, 230, 'Fredericksburg', 384331300, -861899700, 0),
(94518, 2541, 230, 'Fulda', 381387830, -868482100, 0),
(94519, 2541, 230, 'Fulton', 409485090, -862661990, 0),
(94520, 2541, 230, 'Galena', 383517300, -859416400, 0),
(94521, 2541, 230, 'Gentryville', 382175410, -868636440, 0),
(94522, 2541, 230, 'Glenwood', 396096840, -852751800, 0),
(94523, 2541, 230, 'Grammer', 391350000, -858133330, 0),
(94524, 2541, 230, 'Gwynneville', 396608330, -856480560, 0),
(94525, 2541, 230, 'Hanna', 414143500, -867796690, 0),
(94526, 2541, 230, 'Hartsville', 392669470, -856977980, 0),
(94527, 2541, 230, 'Hayden', 389830560, -857405560, 0),
(94528, 2541, 230, 'Helmsburg', 393071560, -863114660, 0),
(94529, 2541, 230, 'Hoagland', 409508220, -850057010, 0),
(94530, 2541, 230, 'Ireland', 382932960, -869607650, 0),
(94531, 2541, 230, 'Jonesboro', 404759150, -856225570, 0),
(94532, 2541, 230, 'Kempton', 402885470, -862303200, 0),
(94533, 2541, 230, 'Kimmell', 413517530, -856081870, 0),
(94534, 2541, 230, 'Kingman', 400173000, -872851200, 0),
(94535, 2541, 230, 'Kouts', 413142140, -870330650, 0),
(94536, 2541, 230, 'Lacrosse', 413110450, -868869170, 0),
(94537, 2541, 230, 'Ladoga', 399151910, -867986200, 0),
(94538, 2541, 230, 'Laketon', 409741670, -858358330, 0),
(94539, 2541, 230, 'Lakeville', 415256460, -862769710, 0),
(94540, 2541, 230, 'Lincoln City', 381299100, -869891700, 0),
(94541, 2541, 230, 'Little York', 386996650, -859039470, 0),
(94542, 2541, 230, 'Losantville', 400397400, -852019200, 0),
(94543, 2541, 230, 'Lucerne', 408661920, -864119220, 0),
(94544, 2541, 230, 'Lynnville', 381997200, -873113900, 0),
(94545, 2541, 230, 'Matthews', 403875010, -854980440, 0),
(94546, 2541, 230, 'Maxwell', 398567530, -857702620, 0),
(94547, 2541, 230, 'Mays', 397435800, -854299800, 0),
(94548, 2541, 230, 'Milton', 397657890, -851366450, 0),
(94549, 2541, 230, 'Modoc', 399923800, -850789800, 0),
(94550, 2541, 230, 'Monroe', 407418650, -849433180, 0),
(94551, 2541, 230, 'Monroe City', 385809250, -873538090, 0),
(94552, 2541, 230, 'Monroeville', 409747700, -848683000, 0),
(94553, 2541, 230, 'Mooreland', 399959150, -852503750, 0),
(94554, 2541, 230, 'Napoleon', 392047200, -853308000, 0),
(94555, 2541, 230, 'New Harmony', 381167890, -879221380, 0),
(94556, 2541, 230, 'Newberry', 389255940, -870094180, 0),
(94557, 2541, 230, 'Oakford', 404191200, -861040800, 0),
(94558, 2541, 230, 'Oolitic', 389008800, -865252700, 0),
(94559, 2541, 230, 'Orestes', 402708240, -857278980, 0),
(94560, 2541, 230, 'Orland', 417368000, -851697000, 0),
(94561, 2541, 230, 'Otwell', 384809850, -871009470, 0),
(94562, 2541, 230, 'Pine Village', 404324400, -872351540, 0),
(94563, 2541, 230, 'Plainville', 387794680, -871838310, 0),
(94564, 2541, 230, 'Poland', 394500390, -869751210, 0),
(94565, 2541, 230, 'Poneto', 406538810, -852414060, 0),
(94566, 2541, 230, 'Reynolds', 407487110, -868739210, 0),
(94567, 2541, 230, 'Romney', 402552530, -868992950, 0),
(94568, 2541, 230, 'Roselawn', 411831610, -872085900, 0),
(94569, 2541, 230, 'Royal Center', 408585740, -864917950, 0),
(94570, 2541, 230, 'Russellville', 398225930, -869546700, 0),
(94571, 2541, 230, 'Saint Bernice', 397572830, -874852530, 0),
(94572, 2541, 230, 'Saint Croix', 382276860, -866105820, 0),
(94573, 2541, 230, 'Schneider', 411828940, -874629030, 0),
(94574, 2541, 230, 'Schnellville', 383419680, -867558340, 0),
(94575, 2541, 230, 'Sharpsville', 403795970, -860903200, 0),
(94576, 2541, 230, 'Spencerville', 412518990, -849403820, 0),
(94577, 2541, 230, 'Stendal', 382769800, -871282440, 0),
(94578, 2541, 230, 'Stilesville', 396256000, -866054000, 0),
(94579, 2541, 230, 'Sulphur Springs', 400159290, -854421590, 0),
(94580, 2541, 230, 'Switz City', 390341700, -870544400, 0),
(94581, 2541, 230, 'Thayer', 411733200, -873336000, 0),
(94582, 2541, 230, 'Tippecanoe', 412118450, -861235110, 0),
(94583, 2541, 230, 'Underwood', 385158030, -857595950, 0),
(94584, 2541, 230, 'Union Mills', 414760200, -867790800, 0),
(94585, 2541, 230, 'Uniondale', 408338150, -852329280, 0),
(94586, 2541, 230, 'Urbana', 408989830, -857170510, 0),
(94587, 2541, 230, 'Velpen', 383739170, -871043350, 0),
(94588, 2541, 230, 'Vernon', 389845100, -856094200, 0),
(94589, 2541, 230, 'Walton', 406608700, -862419400, 0),
(94590, 2541, 230, 'Waveland', 398780640, -870429470, 0),
(94591, 2541, 230, 'West Baden Springs', 385783800, -866100000, 0),
(94592, 2541, 230, 'Westpoint', 403162820, -870638420, 0),
(94593, 2541, 230, 'Wheatland', 386718890, -872992850, 0),
(94594, 2541, 230, 'Windfall', 403621020, -859578910, 0),
(94595, 2542, 230, 'Ackworth', 413814000, -933987600, 0),
(94596, 2542, 230, 'Afton', 410273360, -941971140, 0),
(94597, 2542, 230, 'Alburnett', 421561510, -916328610, 0),
(94598, 2542, 230, 'Alleman', 406751500, -933830900, 0),
(94599, 2542, 230, 'Alton', 429868520, -960109430, 0),
(94600, 2542, 230, 'Anthon', 423886250, -958852460, 0),
(94601, 2542, 230, 'Arion', 419499500, -954629500, 0),
(94602, 2542, 230, 'Arispe', 409837520, -940714340, 0),
(94603, 2542, 230, 'Ashton', 433126420, -957848240, 0),
(94604, 2542, 230, 'Avoca', 414766600, -953380500, 0),
(94605, 2542, 230, 'Ayrshire', 430386490, -948342980, 0),
(94606, 2542, 230, 'Bancroft', 432927800, -942169400, 0),
(94607, 2542, 230, 'Barnes City', 415079460, -924710370, 0),
(94608, 2542, 230, 'Bayard', 418520540, -945584530, 0),
(94609, 2542, 230, 'Beaman', 422205370, -928222920, 0),
(94610, 2542, 230, 'Belle Plaine', 418969400, -922782400, 0),
(94611, 2542, 230, 'Berwick', 416680080, -935442930, 0),
(94612, 2542, 230, 'Bevington', 413596230, -937901760, 0),
(94613, 2542, 230, 'Blencoe', 419321020, -960816640, 0),
(94614, 2542, 230, 'Bonaparte', 407002050, -918004190, 0),
(94615, 2542, 230, 'Booneville', 415383860, -938826630, 0),
(94616, 2542, 230, 'Brayton', 415532680, -949834560, 0),
(94617, 2542, 230, 'Bronson', 424113640, -962124440, 0),
(94618, 2542, 230, 'Brunsville', 428091700, -962686100, 0),
(94619, 2542, 230, 'Buckingham', 423125180, -923785120, 0),
(94620, 2542, 230, 'Buffalo', 414574180, -907267950, 0),
(94621, 2542, 230, 'Buffalo Center', 433877190, -939479880, 0),
(94622, 2542, 230, 'Callender', 423616800, -942916840, 0),
(94623, 2542, 230, 'Calumet', 429457330, -955502260, 0),
(94624, 2542, 230, 'Cantril', 406436230, -920688290, 0),
(94625, 2542, 230, 'Carson', 412357440, -954184270, 0),
(94626, 2542, 230, 'Castalia', 431685620, -916642650, 0),
(94627, 2542, 230, 'Center Junction', 420774510, -910731590, 0),
(94628, 2542, 230, 'Clearfield', 408005970, -944772480, 0),
(94629, 2542, 230, 'Clemons', 421340530, -931456170, 0),
(94630, 2542, 230, 'Clermont', 430037790, -916616790, 0),
(94631, 2542, 230, 'Clinton Stock Yards', 418167000, -902226300, 0),
(94632, 2542, 230, 'College Springs', 406177350, -951078980, 0),
(94633, 2542, 230, 'Conrad', 422247100, -928746500, 0),
(94634, 2542, 230, 'Crescent', 413665210, -958534270, 0),
(94635, 2542, 230, 'Crystal Lake', 432243940, -937893560, 0),
(94636, 2542, 230, 'Cushing', 424646730, -956762760, 0),
(94637, 2542, 230, 'Dakota City', 427203290, -942007010, 0),
(94638, 2542, 230, 'Danbury', 422608880, -957833860, 0),
(94639, 2542, 230, 'Deep River', 415983700, -923187400, 0),
(94640, 2542, 230, 'Delaware', 424852350, -912689990, 0),
(94641, 2542, 230, 'Deloit', 420972200, -953191700, 0),
(94642, 2542, 230, 'Delta', 413003880, -923533220, 0),
(94643, 2542, 230, 'Dow City', 419275820, -954792480, 0),
(94644, 2542, 230, 'Drakesville', 407773300, -924549840, 0),
(94645, 2542, 230, 'Dunkerton', 425773470, -921701980, 0),
(94646, 2542, 230, 'Durant', 415997500, -909107000, 0),
(94647, 2542, 230, 'Earlville', 424815020, -912696600, 0),
(94648, 2542, 230, 'Elberon', 420144020, -923499350, 0),
(94649, 2542, 230, 'Elk Run Heights', 424828800, -922770600, 0),
(94650, 2542, 230, 'Elliott', 411491340, -951623580, 0),
(94651, 2542, 230, 'Exira', 415916700, -948783300, 0),
(94652, 2542, 230, 'Farmersburg', 429500050, -913101820, 0),
(94653, 2542, 230, 'Ferguson', 419373670, -928656580, 0),
(94654, 2542, 230, 'Fruitland', 413550050, -911273760, 0),
(94655, 2542, 230, 'Galt', 426905660, -935965650, 0),
(94656, 2542, 230, 'Garber', 427461480, -912517560, 0),
(94657, 2542, 230, 'Garden City', 422526410, -934046370, 0),
(94658, 2542, 230, 'Garnavillo', 428727000, -912291600, 0),
(94659, 2542, 230, 'Garrison', 421412410, -921391850, 0),
(94660, 2542, 230, 'Gilbertville', 424164050, -922134240, 0),
(94661, 2542, 230, 'Grand River', 408106790, -939576580, 0),
(94662, 2542, 230, 'Granville', 429833000, -959045590, 0),
(94663, 2542, 230, 'Greene', 428975410, -928044130, 0),
(94664, 2542, 230, 'Hancock', 413902410, -953583490, 0),
(94665, 2542, 230, 'Hanlontown', 432795290, -933784780, 0),
(94666, 2542, 230, 'Harcourt', 422617420, -941758270, 0),
(94667, 2542, 230, 'Harpers Ferry', 432045530, -911458810, 0),
(94668, 2542, 230, 'Hartford', 414590030, -933922290, 0),
(94669, 2542, 230, 'Hartwick', 418191690, -923573150, 0),
(94670, 2542, 230, 'Hastings', 410224450, -954983320, 0),
(94671, 2542, 230, 'Henderson', 411389790, -954307260, 0),
(94672, 2542, 230, 'Hillsboro', 408305110, -917084190, 0),
(94673, 2542, 230, 'Honey Creek', 414778200, -959191800, 0),
(94674, 2542, 230, 'Hornick', 423490800, -960652800, 0),
(94675, 2542, 230, 'Jewell', 423069300, -936402200, 0),
(94676, 2542, 230, 'Kamrar', 423929320, -937298090, 0),
(94677, 2542, 230, 'Kellerton', 406490210, -940725260, 0),
(94678, 2542, 230, 'Kelley', 419440610, -936589780, 0),
(94679, 2542, 230, 'Kensett', 433535250, -932297950, 0),
(94680, 2542, 230, 'Kimballton', 416283300, -950744400, 0),
(94681, 2542, 230, 'Klemme', 430459500, -934771660, 0),
(94682, 2542, 230, 'Ladora', 417620480, -921953930, 0),
(94683, 2542, 230, 'Lakota', 434087650, -940550750, 0),
(94684, 2542, 230, 'Lamont', 425998870, -916422300, 0),
(94685, 2542, 230, 'Larchwood', 434541350, -964328340, 0),
(94686, 2542, 230, 'Larrabee', 428613900, -955450000, 0),
(94687, 2542, 230, 'Laurel', 418856170, -929416550, 0),
(94688, 2542, 230, 'Lawler', 431037140, -921399010, 0),
(94689, 2542, 230, 'Le Claire', 415986400, -903434600, 0),
(94690, 2542, 230, 'Libertyville', 409565640, -920488870, 0),
(94691, 2542, 230, 'Lineville', 405824060, -935250730, 0),
(94692, 2542, 230, 'Liscomb', 421838750, -929997330, 0),
(94693, 2542, 230, 'Little Rock', 434663780, -959193980, 0),
(94694, 2542, 230, 'Long Grove', 417194560, -905478940, 0),
(94695, 2542, 230, 'Lorimor', 411263900, -940558300, 0),
(94696, 2542, 230, 'Lovilia', 411325330, -929059270, 0),
(94697, 2542, 230, 'Lowden', 418588200, -909329400, 0),
(94698, 2542, 230, 'Macedonia', 411921660, -954236000, 0),
(94699, 2542, 230, 'Macksburg', 412138950, -941853800, 0),
(94700, 2542, 230, 'Malcom', 416100690, -925292460, 0),
(94701, 2542, 230, 'Mallard', 429441000, -946792800, 0),
(94702, 2542, 230, 'Marcus', 428258200, -958075100, 0),
(94703, 2542, 230, 'Martensdale', 413734140, -937411050, 0),
(94704, 2542, 230, 'McCallsburg', 421657800, -933901270, 0),
(94705, 2542, 230, 'McGregor', 430215770, -911816160, 0),
(94706, 2542, 230, 'McIntire', 434646670, -926128800, 0),
(94707, 2542, 230, 'Melbourne', 419306310, -930688380, 0),
(94708, 2542, 230, 'Melcher-Dallas', 412250000, -932413200, 0),
(94709, 2542, 230, 'Meservey', 429277540, -934649200, 0),
(94710, 2542, 230, 'Middletown', 408238430, -912637240, 0),
(94711, 2542, 230, 'Milo', 412883300, -934400000, 0),
(94712, 2542, 230, 'Milton', 406768920, -921401860, 0),
(94713, 2542, 230, 'Minden', 414677190, -955417450, 0),
(94714, 2542, 230, 'Monroe', 415222100, -931018700, 0),
(94715, 2542, 230, 'Moorland', 424472250, -942904290, 0),
(94716, 2542, 230, 'Moravia', 408856200, -928606200, 0),
(94717, 2542, 230, 'Morrison', 423726030, -927927260, 0),
(94718, 2542, 230, 'Moscow', 415832220, -910525660, 0),
(94719, 2542, 230, 'Murray', 410419030, -939499520, 0),
(94720, 2542, 230, 'Nashua', 429527500, -925363000, 0),
(94721, 2542, 230, 'Neola', 414508300, -956175000, 0),
(94722, 2542, 230, 'New Providence', 421944080, -931905630, 0),
(94723, 2542, 230, 'Newell', 426058000, -950022750, 0),
(94724, 2542, 230, 'Northboro', 406080060, -952902410, 0),
(94725, 2542, 230, 'Oakville', 410974860, -910432580, 0),
(94726, 2542, 230, 'Okoboji', 433794910, -951630340, 0),
(94727, 2542, 230, 'Otley', 414591880, -930398060, 0),
(94728, 2542, 230, 'Oxford', 417232690, -917839950, 0),
(94729, 2542, 230, 'Pacific Junction', 410197540, -957981320, 0),
(94730, 2542, 230, 'Panama', 417265490, -954745870, 0),
(94731, 2542, 230, 'Parkersburg', 425774800, -927868600, 0),
(94732, 2542, 230, 'Patterson', 413758330, -938728350, 0),
(94733, 2542, 230, 'Peosta', 424315800, -907993800, 0),
(94734, 2542, 230, 'Peterson', 429185090, -953404120, 0),
(94735, 2542, 230, 'Pleasant Valley', 415655000, -904247090, 0),
(94736, 2542, 230, 'Portsmouth', 416451700, -954998200, 0),
(94737, 2542, 230, 'Prairieburg', 422372750, -914243940, 0),
(94738, 2542, 230, 'Primghar', 430869200, -956272300, 0),
(94739, 2542, 230, 'Reasnor', 415862300, -930229810, 0),
(94740, 2542, 230, 'Redding', 406052350, -943573940, 0),
(94741, 2542, 230, 'Redfield', 415531400, -941821900, 0),
(94742, 2542, 230, 'Rembrandt', 428251090, -951651420, 0),
(94743, 2542, 230, 'Renwick', 428278800, -939777060, 0),
(94744, 2542, 230, 'Rock Falls', 432073820, -930851800, 0),
(94745, 2542, 230, 'Rudd', 431277480, -929045110, 0),
(94746, 2542, 230, 'Ruthven', 431302460, -948994720, 0),
(94747, 2542, 230, 'Sac City', 424222000, -949897100, 0),
(94748, 2542, 230, 'Saint Anthony', 421333640, -931997450, 0),
(94749, 2542, 230, 'Saint Charles', 413010910, -937467460, 0),
(94750, 2542, 230, 'Saint Lucas', 430666330, -919331390, 0),
(94751, 2542, 230, 'Salix', 423064050, -962756190, 0),
(94752, 2542, 230, 'Searsboro', 415552650, -926993200, 0),
(94753, 2542, 230, 'Shellsburg', 420928480, -918695260, 0),
(94754, 2542, 230, 'Sidney', 407483300, -956475000, 0),
(94755, 2542, 230, 'Spillville', 432031800, -919510600, 0),
(94756, 2542, 230, 'Springbrook', 421640280, -904908380, 0),
(94757, 2542, 230, 'Stanwood', 418921920, -911509170, 0),
(94758, 2542, 230, 'Stockton', 416578140, -908389790, 0),
(94759, 2542, 230, 'Stout', 425787000, -927614730, 0),
(94760, 2542, 230, 'Stuart', 415047860, -943158030, 0),
(94761, 2542, 230, 'Sutherland', 429728490, -954974000, 0),
(94762, 2542, 230, 'Swea City', 433834430, -943093230, 0),
(94763, 2542, 230, 'Tabor', 408983300, -956713900, 0),
(94764, 2542, 230, 'Tama', 419670710, -925764000, 0),
(94765, 2542, 230, 'Teeds Grove', 420115800, -902475000, 0),
(94766, 2542, 230, 'Thornton', 429437980, -933838710, 0),
(94767, 2542, 230, 'Thurman', 408196720, -957532580, 0),
(94768, 2542, 230, 'Tripoli', 428080400, -922582300, 0),
(94769, 2542, 230, 'Underwood', 413153790, -957074000, 0),
(94770, 2542, 230, 'Ventura', 431265070, -934752960, 0),
(94771, 2542, 230, 'Wadena', 428401270, -916544740, 0),
(94772, 2542, 230, 'Walker', 422710140, -917592740, 0),
(94773, 2542, 230, 'Waucoma', 430611890, -919900390, 0),
(94774, 2542, 230, 'Webster', 414367120, -921892670, 0),
(94775, 2542, 230, 'Welton', 419056460, -906110530, 0),
(94776, 2542, 230, 'What Cheer', 413799090, -923540280, 0),
(94777, 2542, 230, 'Worthington', 423923380, -911026990, 0),
(94778, 2543, 230, 'Alma', 389636650, -962439510, 0),
(94779, 2543, 230, 'Almena', 398921140, -997105360, 0),
(94780, 2543, 230, 'Arcadia', 376284130, -947016350, 0),
(94781, 2543, 230, 'Arlington', 378838780, -981854000, 0),
(94782, 2543, 230, 'Aurora', 394115410, -975106130, 0),
(94783, 2543, 230, 'Barnard', 391758370, -980977670, 0),
(94784, 2543, 230, 'Barnes', 396534170, -968623550, 0),
(94785, 2543, 230, 'Belpre', 379211630, -990932920, 0),
(94786, 2543, 230, 'Bennington', 390332570, -975923080, 0),
(94787, 2543, 230, 'Bentley', 378872210, -975152780, 0),
(94788, 2543, 230, 'Benton', 377870050, -971093180, 0),
(94789, 2543, 230, 'Bern', 399568540, -959569340, 0),
(94790, 2543, 230, 'Beverly', 389584900, -979838370, 0),
(94791, 2543, 230, 'Bird City', 397500700, -1015329780, 0),
(94792, 2543, 230, 'Blue Mound', 380955440, -950049510, 0),
(94793, 2543, 230, 'Burden', 373191050, -967544260, 0),
(94794, 2543, 230, 'Burrton', 380282800, -975559010, 0),
(94795, 2543, 230, 'Cassoday', 380282560, -966545190, 0),
(94796, 2543, 230, 'Cedar Vale', 371051820, -965008800, 0),
(94797, 2543, 230, 'Centralia', 397239900, -961299230, 0),
(94798, 2543, 230, 'Cherokee', 373421760, -948267660, 0),
(94799, 2543, 230, 'Chetopa', 370360070, -950911820, 0),
(94800, 2543, 230, 'Cimarron', 379045800, -1003327800, 0),
(94801, 2543, 230, 'Claflin', 385250000, -985372200, 0),
(94802, 2543, 230, 'Clifton', 395655210, -972801900, 0),
(94803, 2543, 230, 'Coats', 375138980, -989029330, 0),
(94804, 2543, 230, 'Collyer', 389145180, -1000579870, 0),
(94805, 2543, 230, 'Colwich', 377585540, -975351780, 0),
(94806, 2543, 230, 'Cummings', 394845570, -952908760, 0),
(94807, 2543, 230, 'Cunningham', 376667400, -984025800, 0),
(94808, 2543, 230, 'Delphos', 392754430, -977655990, 0),
(94809, 2543, 230, 'Denison', 394628490, -957418620, 0),
(94810, 2543, 230, 'Easton', 393445660, -951152480, 0),
(94811, 2543, 230, 'Edna', 370617730, -953605420, 0),
(94812, 2543, 230, 'Effingham', 394863770, -954520780, 0),
(94813, 2543, 230, 'Emmett', 393082090, -960573000, 0),
(94814, 2543, 230, 'Enterprise', 389015750, -971162880, 0),
(94815, 2543, 230, 'Erie', 375690470, -952429420, 0),
(94816, 2543, 230, 'Fairview', 398488550, -957041900, 0),
(94817, 2543, 230, 'Fall River', 376072000, -960279000, 0),
(94818, 2543, 230, 'Glasco', 393613780, -978364550, 0),
(94819, 2543, 230, 'Goff', 396530280, -959576750, 0),
(94820, 2543, 230, 'Greeley', 383681700, -951263230, 0),
(94821, 2543, 230, 'Hamilton', 379846410, -961995500, 0),
(94822, 2543, 230, 'Hartford', 383079020, -959564410, 0),
(94823, 2543, 230, 'Harveyville', 387898350, -959617750, 0),
(94824, 2543, 230, 'Hazelton', 371231310, -984029840, 0),
(94825, 2543, 230, 'Hoisington', 386076870, -988401600, 0),
(94826, 2543, 230, 'Holcomb', 380051460, -1009836760, 0),
(94827, 2543, 230, 'Hoxie', 393527800, -1001637800, 0),
(94828, 2543, 230, 'Hudson', 381734810, -985822590, 0),
(94829, 2543, 230, 'Humboldt', 378121680, -954337160, 0),
(94830, 2543, 230, 'Hunter', 392632450, -984334950, 0),
(94831, 2543, 230, 'Ingalls', 379580110, -1005245720, 0),
(94832, 2543, 230, 'Jamestown', 395993540, -978611350, 0),
(94833, 2543, 230, 'Kanopolis', 387103850, -981566870, 0),
(94834, 2543, 230, 'Kiowa', 370172500, -984853500, 0),
(94835, 2543, 230, 'Kirwin', 396523540, -991256570, 0),
(94836, 2543, 230, 'Kismet', 372029380, -1007015780, 0),
(94837, 2543, 230, 'Lancaster', 396031200, -953259000, 0),
(94838, 2543, 230, 'Latham', 375359510, -966430210, 0),
(94839, 2543, 230, 'Le Roy', 380832650, -956333670, 0),
(94840, 2543, 230, 'Lebanon', 398163000, -985576200, 0),
(94841, 2543, 230, 'Lebo', 383875750, -958444570, 0),
(94842, 2543, 230, 'Levant', 393728900, -1012235200, 0),
(94843, 2543, 230, 'Linn', 396853290, -970769520, 0),
(94844, 2543, 230, 'Linwood', 390012980, -950379310, 0),
(94845, 2543, 230, 'Longford', 391696100, -973307900, 0),
(94846, 2543, 230, 'Longton', 374277840, -960726080, 0),
(94847, 2543, 230, 'Macksville', 379583380, -989704480, 0),
(94848, 2543, 230, 'Maple City', 370780800, -967879800, 0),
(94849, 2543, 230, 'Mapleton', 380178240, -948747820, 0),
(94850, 2543, 230, 'McLouth', 391957500, -952070290, 0),
(94851, 2543, 230, 'Minneola', 374211600, -999170400, 0),
(94852, 2543, 230, 'Monument', 389600760, -1010640310, 0),
(94853, 2543, 230, 'Mount Hope', 378579320, -976643090, 0),
(94854, 2543, 230, 'Mulberry', 375477960, -946828020, 0),
(94855, 2543, 230, 'Mullinville', 375890260, -994606210, 0),
(94856, 2543, 230, 'Murdock', 376042120, -979718810, 0),
(94857, 2543, 230, 'Neosho Rapids', 383979490, -960236350, 0),
(94858, 2543, 230, 'Ness City', 384526510, -999056240, 0),
(94859, 2543, 230, 'Nortonville', 394179030, -953315590, 0),
(94860, 2543, 230, 'Opolis', 373465710, -946191470, 0),
(94861, 2543, 230, 'Palco', 392528010, -995627760, 0),
(94862, 2543, 230, 'Pawnee Rock', 383041200, -989769600, 0),
(94863, 2543, 230, 'Paxico', 390680970, -961668620, 0),
(94864, 2543, 230, 'Peck', 374988450, -973825210, 0),
(94865, 2543, 230, 'Peru', 370813900, -960963900, 0),
(94866, 2543, 230, 'Piedmont', 376364590, -964122300, 0),
(94867, 2543, 230, 'Powhattan', 397617400, -956333100, 0),
(94868, 2543, 230, 'Princeton', 384872190, -952751550, 0),
(94869, 2543, 230, 'Quinter', 389149800, -1002454600, 0),
(94870, 2543, 230, 'Ransom', 386358260, -999314290, 0),
(94871, 2543, 230, 'Riverton', 371013190, -946709170, 0),
(94872, 2543, 230, 'Rosalia', 377812260, -966207560, 0),
(94873, 2543, 230, 'Saint Francis', 397747800, -1018104000, 0),
(94874, 2543, 230, 'Satanta', 374482860, -1010118220, 0),
(94875, 2543, 230, 'Scandia', 397951380, -977828790, 0),
(94876, 2543, 230, 'Sharon Springs', 388977900, -1017521200, 0),
(94877, 2543, 230, 'Soldier', 395363300, -959654600, 0),
(94878, 2543, 230, 'Solomon', 389193410, -973708510, 0),
(94879, 2543, 230, 'Spearville', 378486190, -997548700, 0),
(94880, 2543, 230, 'Stark', 376869830, -951292930, 0),
(94881, 2543, 230, 'Stockton', 394367330, -992717390, 0),
(94882, 2543, 230, 'Strong City', 383947470, -965362170, 0),
(94883, 2543, 230, 'Sublette', 374857170, -1008433160, 0),
(94884, 2543, 230, 'Summerfield', 399577550, -962947490, 0),
(94885, 2543, 230, 'Sylvia', 379586910, -984079920, 0),
(94886, 2543, 230, 'Victoria', 388527900, -991476000, 0),
(94887, 2543, 230, 'Walton', 381184330, -972567220, 0),
(94888, 2543, 230, 'Waterville', 396914700, -967480720, 0),
(94889, 2543, 230, 'Waverly', 383883360, -955999350, 0),
(94890, 2543, 230, 'Weskan', 388861160, -1019447060, 0),
(94891, 2543, 230, 'White Cloud', 399424630, -952861360, 0),
(94892, 2543, 230, 'Williamsburg', 384805200, -954660320, 0),
(94893, 2543, 230, 'Wright', 378245320, -999331910, 0),
(94894, 2544, 230, 'Aberdeen', 372538890, -866816670, 0),
(94895, 2544, 230, 'Adolphus', 366715580, -862756750, 0),
(94896, 2544, 230, 'Ages Brookside', 368591670, -832494440, 0),
(94897, 2544, 230, 'Allensville', 367047600, -870498600, 0),
(94898, 2544, 230, 'Arjay', 368420780, -836375100, 0),
(94899, 2544, 230, 'Augusta', 387685740, -840017610, 0),
(94900, 2544, 230, 'Avawam', 372209600, -832807100, 0),
(94901, 2544, 230, 'Beaumont', 368656200, -856451060, 0),
(94902, 2544, 230, 'Beech Grove', 375661450, -872590020, 0),
(94903, 2544, 230, 'Benham', 369650860, -829565800, 0),
(94904, 2544, 230, 'Bethelridge', 371480240, -847183360, 0),
(94905, 2544, 230, 'Betsy Layne', 375436800, -826921800, 0),
(94906, 2544, 230, 'Beverly', 369388940, -835627040, 0),
(94907, 2544, 230, 'Bevinsville', 373372800, -827109000, 0),
(94908, 2544, 230, 'Bledsoe', 368749340, -834298550, 0),
(94909, 2544, 230, 'Bradfordsville', 374224070, -851639560, 0),
(94910, 2544, 230, 'Breeding', 369565740, -853918800, 0),
(94911, 2544, 230, 'Burgin', 377892000, -848617800, 0),
(94912, 2544, 230, 'Burna', 370275770, -882834490, 0),
(94913, 2544, 230, 'Cannon', 369668330, -838095990, 0),
(94914, 2544, 230, 'Center', 371287840, -856879310, 0),
(94915, 2544, 230, 'Centertown', 374173290, -869962500, 0),
(94916, 2544, 230, 'Clayhole', 374677410, -832320850, 0),
(94917, 2544, 230, 'Clinton', 367135800, -890068200, 0),
(94918, 2544, 230, 'Coldiron', 368746200, -834403200, 0),
(94919, 2544, 230, 'Corinth', 385370980, -845919530, 0),
(94920, 2544, 230, 'Corydon', 377310510, -876938210, 0),
(94921, 2544, 230, 'Crescent Springs', 390350830, -845706030, 0),
(94922, 2544, 230, 'Crestview Hills', 390350830, -845706030, 0),
(94923, 2544, 230, 'Cromwell', 373386020, -867700280, 0),
(94924, 2544, 230, 'Cub Run', 372979430, -860605320, 0),
(94925, 2544, 230, 'Custer', 377507810, -862507330, 0),
(94926, 2544, 230, 'David', 376095390, -828951660, 0),
(94927, 2544, 230, 'Dayhoit', 368663230, -833898360, 0),
(94928, 2544, 230, 'Dexter', 366989170, -881655920, 0),
(94929, 2544, 230, 'Doe Valley', 379566500, -861165300, 0),
(94930, 2544, 230, 'Dunmor', 370808150, -869816560, 0),
(94931, 2544, 230, 'Dunnville', 373167000, -849811800, 0),
(94932, 2544, 230, 'Eastview', 376029800, -861111890, 0),
(94933, 2544, 230, 'Edgewood', 390350830, -845706030, 0),
(94934, 2544, 230, 'Elkton', 368745500, -871774560, 0),
(94935, 2544, 230, 'Emerson', 383825350, -832612980, 0),
(94936, 2544, 230, 'Eminence', 383763760, -851805520, 0),
(94937, 2544, 230, 'Essie', 369891860, -833890740, 0),
(94938, 2544, 230, 'Eubank', 372565800, -845982600, 0),
(94939, 2544, 230, 'Fall Rock', 372196800, -837883200, 0),
(94940, 2544, 230, 'Falls Of Rough', 375879600, -864936000, 0),
(94941, 2544, 230, 'Farmers', 381427780, -835461110, 0),
(94942, 2544, 230, 'Flat Lick', 368336420, -837599520, 0),
(94943, 2544, 230, 'Fordsville', 376281600, -867087000, 0),
(94944, 2544, 230, 'Forest Hills', 376293200, -823024310, 0),
(94945, 2544, 230, 'Fourmile', 367406400, -836930620, 0),
(94946, 2544, 230, 'Freeburn', 374918360, -821655880, 0),
(94947, 2544, 230, 'Frenchburg', 379509200, -836257500, 0),
(94948, 2544, 230, 'Gamaliel', 366584520, -858145890, 0),
(94949, 2544, 230, 'Garfield', 378150020, -863209870, 0),
(94950, 2544, 230, 'Garrett', 374863270, -828558370, 0),
(94951, 2544, 230, 'Germantown', 386272200, -839791340, 0),
(94952, 2544, 230, 'Gray', 369505330, -839635000, 0),
(94953, 2544, 230, 'Hagerhill', 377972140, -828186510, 0),
(94954, 2544, 230, 'Hazel Green', 377946500, -834591590, 0),
(94955, 2544, 230, 'Helton', 370868100, -833650140, 0),
(94956, 2544, 230, 'Herndon', 367129410, -876012830, 0),
(94957, 2544, 230, 'Hi Hat', 373908470, -827282020, 0),
(94958, 2544, 230, 'Hickory', 368535000, -886951800, 0),
(94959, 2544, 230, 'Highland Heights', 390202200, -844401600, 0),
(94960, 2544, 230, 'Hurstbourne', 382381300, -855882900, 0),
(94961, 2544, 230, 'Irvington', 378803400, -862838600, 0),
(94962, 2544, 230, 'Island City', 373899260, -837175130, 0),
(94963, 2544, 230, 'Jackhorn', 371686600, -826893510, 0),
(94964, 2544, 230, 'Jeff', 372068100, -831877100, 0),
(94965, 2544, 230, 'Keavy', 370188970, -841603120, 0),
(94966, 2544, 230, 'Kettle Island', 368184850, -835844450, 0),
(94967, 2544, 230, 'Kings Mountain', 373650600, -847008430, 0),
(94968, 2544, 230, 'Kite', 373016670, -827894440, 0),
(94969, 2544, 230, 'Lafayette', 366575900, -876504030, 0),
(94970, 2544, 230, 'Ledbetter', 370480200, -884911820, 0),
(94971, 2544, 230, 'Letcher', 371619050, -829954280, 0),
(94972, 2544, 230, 'Linefork', 370384890, -829450810, 0),
(94973, 2544, 230, 'Livermore', 374983520, -871250910, 0),
(94974, 2544, 230, 'Livingston', 373020650, -842349370, 0),
(94975, 2544, 230, 'Loretto', 376898520, -854566130, 0),
(94976, 2544, 230, 'Lost Creek', 374800000, -833200000, 0),
(94977, 2544, 230, 'Lovelaceville', 369685800, -888307800, 0),
(94978, 2544, 230, 'Lovely', 377797930, -823619810, 0),
(94979, 2544, 230, 'Lowmansville', 380000710, -827151160, 0),
(94980, 2544, 230, 'Magnolia', 373771410, -857317670, 0),
(94981, 2544, 230, 'Mannsville', 373413400, -853432000, 0),
(94982, 2544, 230, 'Maple Mount', 376897380, -873234020, 0),
(94983, 2544, 230, 'Mayslick', 385300760, -838777590, 0),
(94984, 2544, 230, 'McDowell', 374278830, -827437450, 0),
(94985, 2544, 230, 'McRoberts', 372099970, -826702150, 0),
(94986, 2544, 230, 'Means', 379148240, -837129770, 0),
(94987, 2544, 230, 'Melvin', 373502780, -826941670, 0),
(94988, 2544, 230, 'Millstone', 371448530, -827398440, 0),
(94989, 2544, 230, 'Millwood', 374405290, -864104830, 0),
(94990, 2544, 230, 'Miracle', 367011110, -835211110, 0),
(94991, 2544, 230, 'Morning View', 388422600, -845226600, 0),
(94992, 2544, 230, 'Mount Eden', 380193740, -851373980, 0),
(94993, 2544, 230, 'Mount Sherman', 374159580, -856320250, 0),
(94994, 2544, 230, 'Nazareth', 378480560, -854727780, 0),
(94995, 2544, 230, 'New Castle', 384334000, -851696800, 0),
(94996, 2544, 230, 'North Middletown', 382039250, -842394570, 0),
(94997, 2544, 230, 'Olympia', 380525860, -837577700, 0),
(94998, 2544, 230, 'Parkers Lake', 368478670, -844509470, 0),
(94999, 2544, 230, 'Pembroke', 367768930, -873632940, 0),
(95000, 2544, 230, 'Phyllis', 374671120, -823427920, 0),
(95001, 2544, 230, 'Pine Top', 373057160, -828259570, 0),
(95002, 2544, 230, 'Pleasureville', 384164960, -849616630, 0),
(95003, 2544, 230, 'Powderly', 372934880, -871269640, 0),
(95004, 2544, 230, 'Printer', 375081640, -827076760, 0),
(95005, 2544, 230, 'Providence', 374012440, -877546050, 0),
(95006, 2544, 230, 'Quincy', 386306320, -830944480, 0),
(95007, 2544, 230, 'Raccoon', 374975210, -824275020, 0),
(95008, 2544, 230, 'River', 378743570, -826630060, 0),
(95009, 2544, 230, 'Robards', 376901030, -875514490, 0),
(95010, 2544, 230, 'Rosine', 376654630, -868287520, 0),
(95011, 2544, 230, 'Rumsey', 375071570, -872837590, 0),
(95012, 2544, 230, 'Sacramento', 374210130, -872778380, 0),
(95013, 2544, 230, 'Saint Catharine', 376945880, -852638300, 0),
(95014, 2544, 230, 'Saint Francis', 376287220, -854662510, 0),
(95015, 2544, 230, 'Salt Lick', 380838530, -836192860, 0),
(95016, 2544, 230, 'Sandy Hook', 380864700, -831262800, 0),
(95017, 2544, 230, 'Sharpsburg', 382450000, -838680560, 0),
(95018, 2544, 230, 'Smilax', 371668480, -832598430, 0),
(95019, 2544, 230, 'South Carrollton', 373363800, -871403900, 0),
(95020, 2544, 230, 'Southgate', 390830650, -844840620, 0),
(95021, 2544, 230, 'Sparta', 387236880, -848876600, 0),
(95022, 2544, 230, 'Spottsville', 378575000, -874136100, 0),
(95023, 2544, 230, 'Strunk', 366102290, -844305990, 0),
(95024, 2544, 230, 'Sulphur', 384895590, -852317330, 0),
(95025, 2544, 230, 'Summersville', 373366720, -857004800, 0),
(95026, 2544, 230, 'Symsonia', 369646610, -885100200, 0),
(95027, 2544, 230, 'Thelma', 378013290, -827689760, 0),
(95028, 2544, 230, 'Thornton', 371336680, -827431190, 0),
(95029, 2544, 230, 'Thousandsticks', 371850000, -834288890, 0),
(95030, 2544, 230, 'Tollesboro', 385865960, -835461860, 0),
(95031, 2544, 230, 'Tomahawk', 378271200, -826228200, 0),
(95032, 2544, 230, 'Totz', 369695860, -832013080, 0),
(95033, 2544, 230, 'Ulysses', 380000350, -827150800, 0),
(95034, 2544, 230, 'Uniontown', 377773460, -878107660, 0),
(95035, 2544, 230, 'Vest', 374333120, -830697440, 0),
(95036, 2544, 230, 'Wallins Creek', 368178600, -834057600, 0),
(95037, 2544, 230, 'Warbranch', 369892020, -833890900, 0),
(95038, 2544, 230, 'Warfield', 378540000, -824350200, 0),
(95039, 2544, 230, 'Waverly', 378026800, -877728990, 0),
(95040, 2544, 230, 'Wayland', 375267650, -828235650, 0),
(95041, 2544, 230, 'Webster', 379274800, -863956010, 0),
(95042, 2544, 230, 'West Somerset', 370876910, -846010990, 0),
(95043, 2544, 230, 'Westview', 376305750, -863967400, 0),
(95044, 2544, 230, 'Wheatcroft', 374893030, -878611820, 0),
(95045, 2544, 230, 'Wingo', 366447200, -887363900, 0),
(95046, 2544, 230, 'Wittensville', 378722310, -828141930, 0),
(95047, 2544, 230, 'Woodburn', 368407430, -866114680, 0),
(95048, 2544, 230, 'Worthville', 386338960, -850603380, 0),
(95049, 2545, 230, 'Addis', 303553920, -912647860, 0),
(95050, 2545, 230, 'Ama', 299521500, -902964700, 0),
(95051, 2545, 230, 'Arcadia', 325524720, -929252910, 0),
(95052, 2545, 230, 'Avery Island', 300448640, -918785570, 0),
(95053, 2545, 230, 'Bawcomville', 324704200, -921673600, 0),
(95054, 2545, 230, 'Bayou Vista', 296984250, -912133630, 0),
(95055, 2545, 230, 'Belmont', 317121250, -934994870, 0),
(95056, 2545, 230, 'Bonita', 329023780, -916784710, 0),
(95057, 2545, 230, 'Boothville', 293462040, -894229900, 0),
(95058, 2545, 230, 'Campti', 318935000, -931182200, 0),
(95059, 2545, 230, 'Carville', 302174200, -910962100, 0),
(95060, 2545, 230, 'Castor', 321872930, -931308760, 0),
(95061, 2545, 230, 'Charenton', 297948990, -915089800, 0),
(95062, 2545, 230, 'Chataignier', 305683200, -923218800, 0),
(95063, 2545, 230, 'Cheneyville', 310174270, -922916600, 0),
(95064, 2545, 230, 'Clayton', 317464800, -914953200, 0),
(95065, 2545, 230, 'Crowville', 321614030, -917232470, 0),
(95066, 2545, 230, 'Darrow', 301317650, -909669560, 0),
(95067, 2545, 230, 'DeQuincy', 304464920, -934318520, 0),
(95068, 2545, 230, 'Dry Creek', 307805500, -929543820, 0),
(95069, 2545, 230, 'Egan', 302138180, -923743450, 0),
(95070, 2545, 230, 'Empire', 293700450, -895724920, 0),
(95071, 2545, 230, 'Epps', 326021000, -914843000, 0),
(95072, 2545, 230, 'Erwinville', 305310200, -914078900, 0),
(95073, 2545, 230, 'Estherwood', 301843350, -924626380, 0),
(95074, 2545, 230, 'Evangeline', 302599820, -925640060, 0),
(95075, 2545, 230, 'Evergreen', 309468280, -920956040, 0),
(95076, 2545, 230, 'Fenton', 303634690, -929167580, 0),
(95077, 2545, 230, 'Florien', 315628710, -934789960, 0),
(95078, 2545, 230, 'Gardner', 312694440, -926927780, 0),
(95079, 2545, 230, 'Garyville', 301253000, -906098000, 0),
(95080, 2545, 230, 'Gramercy', 301014000, -906955000, 0),
(95081, 2545, 230, 'Grayson', 320118800, -919500970, 0),
(95082, 2545, 230, 'Hayes', 301367710, -929287520, 0),
(95083, 2545, 230, 'Haynesville', 329469000, -931229400, 0),
(95084, 2545, 230, 'Hester', 300191410, -907724220, 0),
(95085, 2545, 230, 'Hodge', 322833330, -927166670, 0),
(95086, 2545, 230, 'Husser', 305958430, -903380510, 0),
(95087, 2545, 230, 'Kilbourne', 328704870, -914285330, 0),
(95088, 2545, 230, 'Labadieville', 298356140, -909608890, 0),
(95089, 2545, 230, 'Lacassine', 301030400, -928986500, 0),
(95090, 2545, 230, 'Lafitte', 297209650, -901218180, 0),
(95091, 2545, 230, 'Lakeland', 305736890, -914266700, 0),
(95092, 2545, 230, 'Lettsworth', 309385310, -917312070, 0),
(95093, 2545, 230, 'Lottie', 305213700, -916868140, 0),
(95094, 2545, 230, 'Lutcher', 300587000, -907073000, 0),
(95095, 2545, 230, 'Lydia', 299244940, -917823750, 0),
(95096, 2545, 230, 'Melville', 306538460, -917898720, 0),
(95097, 2545, 230, 'Mer Rouge', 327675000, -917494870, 0),
(95098, 2545, 230, 'Mermentau', 301892750, -925805560, 0),
(95099, 2545, 230, 'Minorca', 315793300, -914817800, 0),
(95100, 2545, 230, 'Monterey', 313489120, -916687500, 0),
(95101, 2545, 230, 'Montgomery', 316281240, -928209940, 0),
(95102, 2545, 230, 'Mora', 313298570, -928843200, 0),
(95103, 2545, 230, 'Morganza', 306907400, -916135280, 0),
(95104, 2545, 230, 'Morrow', 308242200, -920416800, 0),
(95105, 2545, 230, 'Newellton', 320726500, -912409500, 0),
(95106, 2545, 230, 'Norwood', 309321690, -910342650, 0),
(95107, 2545, 230, 'Oscar', 306149730, -914639550, 0),
(95108, 2545, 230, 'Paincourtville', 299068610, -910295660, 0),
(95109, 2545, 230, 'Palmetto', 306992860, -919150120, 0),
(95110, 2545, 230, 'Perry', 299483330, -921569440, 0),
(95111, 2545, 230, 'Pine Grove', 306950800, -907747700, 0),
(95112, 2545, 230, 'Plattenville', 299886000, -910219200, 0),
(95113, 2545, 230, 'Plaucheville', 309211990, -919874920, 0),
(95114, 2545, 230, 'Pride', 306219590, -909983810, 0),
(95115, 2545, 230, 'Princeton', 325728720, -935538150, 0),
(95116, 2545, 230, 'Provencal', 318044100, -933067980, 0),
(95117, 2545, 230, 'Quitman', 323651650, -926511180, 0),
(95118, 2545, 230, 'Richwood', 324819600, -920800200, 0),
(95119, 2545, 230, 'Rosedale', 304400000, -914616700, 0),
(95120, 2545, 230, 'Roseland', 307652740, -905128370, 0),
(95121, 2545, 230, 'Saint Joseph', 319162820, -912383700, 0),
(95122, 2545, 230, 'Saint Maurice', 317594440, -929588890, 0),
(95123, 2545, 230, 'Sicily Island', 318555480, -916931260, 0),
(95124, 2545, 230, 'Simmesport', 304849260, -925979460, 0),
(95125, 2545, 230, 'Simsboro', 325302830, -927855210, 0),
(95126, 2545, 230, 'Taylor', 325003910, -930738290, 0),
(95127, 2545, 230, 'Tioga', 313933370, -924341420, 0),
(95128, 2545, 230, 'Transylvania', 326672580, -912532550, 0),
(95129, 2545, 230, 'Tunica', 309291670, -915550000, 0),
(95130, 2545, 230, 'Turkey Creek', 308794400, -924094400, 0),
(95131, 2545, 230, 'Urania', 318637870, -922935800, 0),
(95132, 2545, 230, 'Vacherie', 299628410, -907064450, 0),
(95133, 2545, 230, 'Varnado', 309630790, -898128250, 0),
(95134, 2545, 230, 'Waggaman', 299269800, -902041200, 0),
(95135, 2545, 230, 'Washington', 306139380, -920585380, 0),
(95136, 2545, 230, 'Waterproof', 318211680, -913812700, 0),
(95137, 2545, 230, 'Woodworth', 311465800, -924973600, 0),
(95138, 2546, 230, 'Alfred', 434931540, -707063520, 0),
(95139, 2546, 230, 'Aurora', 449245210, -683358130, 0),
(95140, 2546, 230, 'Baileyville', 451545710, -674062950, 0),
(95141, 2546, 230, 'Beals', 444888460, -675893870, 0),
(95142, 2546, 230, 'Benton', 445521060, -696315540, 0),
(95143, 2546, 230, 'Bernard', 442398510, -683610600, 0),
(95144, 2546, 230, 'Bowdoin', 439817110, -700929810, 0),
(95145, 2546, 230, 'Bryant Pond', 443825990, -706162210, 0),
(95146, 2546, 230, 'Bustins Island', 437999000, -700717790, 0),
(95147, 2546, 230, 'Chebeague Island', 437340830, -701278120, 0),
(95148, 2546, 230, 'Chelsea', 443522800, -697316900, 0),
(95149, 2546, 230, 'Clayton Lake', 466208170, -695215080, 0),
(95150, 2546, 230, 'Coopers Mills', 442744840, -694945300, 0),
(95151, 2546, 230, 'Corinna', 449323680, -692141240, 0),
(95152, 2546, 230, 'Cranberry Isles', 442483330, -682608330, 0),
(95153, 2546, 230, 'Dixmont', 447008040, -691018930, 0),
(95154, 2546, 230, 'East Orland', 445845230, -686638560, 0),
(95155, 2546, 230, 'East Vassalboro', 444477780, -696063890, 0),
(95156, 2546, 230, 'East Wilton', 445922380, -703016850, 0),
(95157, 2546, 230, 'Etna', 447850560, -691337410, 0),
(95158, 2546, 230, 'Eustis', 451810230, -704925940, 0),
(95159, 2546, 230, 'Exeter', 449654740, -691088840, 0),
(95160, 2546, 230, 'Falmouth Foreside', 437348000, -702078300, 0),
(95161, 2546, 230, 'Georgetown', 438061290, -697632080, 0),
(95162, 2546, 230, 'Guilford', 452136050, -694066000, 0),
(95163, 2546, 230, 'Hancock', 445292400, -682536300, 0),
(95164, 2546, 230, 'Hulls Cove', 444129100, -682507500, 0),
(95165, 2546, 230, 'Jefferson', 441978460, -694739350, 0),
(95166, 2546, 230, 'Jonesboro', 446665300, -675887210, 0),
(95167, 2546, 230, 'Kittery Point', 430882710, -706985620, 0),
(95168, 2546, 230, 'Lake Arrowhead', 436636900, -707347800, 0),
(95169, 2546, 230, 'Lambert Lake', 455354900, -675336900, 0),
(95170, 2546, 230, 'Lisbon', 440262210, -701092000, 0),
(95171, 2546, 230, 'Little Deer Isle', 442863900, -686958300, 0),
(95172, 2546, 230, 'Mapleton', 466535730, -681851970, 0),
(95173, 2546, 230, 'Monroe', 445895610, -690441290, 0),
(95174, 2546, 230, 'New Sweden', 469668350, -681190290, 0),
(95175, 2546, 230, 'Newfield', 436741670, -709113890, 0),
(95176, 2546, 230, 'North Monmouth', 442732560, -700518640, 0),
(95177, 2546, 230, 'North Vassalboro', 444785670, -696243210, 0),
(95178, 2546, 230, 'Palmyra', 448603800, -693739800, 0),
(95179, 2546, 230, 'Port Clyde', 440428610, -691463390, 0),
(95180, 2546, 230, 'Rome', 446742350, -698538110, 0),
(95181, 2546, 230, 'Saint Albans', 449215070, -696193290, 0),
(95182, 2546, 230, 'Saint George', 439670500, -692109460, 0),
(95183, 2546, 230, 'Seal Cove', 443160800, -683645930, 0),
(95184, 2546, 230, 'Sebago', 438872220, -706775000, 0),
(95185, 2546, 230, 'Smithfield', 446198610, -698031510, 0),
(95186, 2546, 230, 'Springfield', 453941480, -681007730, 0),
(95187, 2546, 230, 'Stillwater', 449135150, -686866560, 0),
(95188, 2546, 230, 'Strong', 448075600, -702209000, 0),
(95189, 2546, 230, 'Swanville', 444207910, -690042840, 0),
(95190, 2546, 230, 'Trenton', 448287100, -683651600, 0),
(95191, 2546, 230, 'Veazie', 448162830, -687787710, 0),
(95192, 2546, 230, 'Wallagrass', 471482490, -686357380, 0),
(95193, 2546, 230, 'Wayne', 443550610, -700796250, 0),
(95194, 2546, 230, 'Wells Beach Station', 433239700, -705914400, 0),
(95195, 2546, 230, 'Wesley', 449522220, -676613890, 0),
(95196, 2546, 230, 'West Newfield', 436741670, -709113890, 0),
(95197, 2546, 230, 'West Poland', 440414290, -704462980, 0),
(95198, 2546, 230, 'Windsor', 443059020, -695757350, 0),
(95199, 2547, 230, 'Abell', 382521540, -767378170, 0),
(95200, 2547, 230, 'Aquasco', 385813450, -767122280, 0),
(95201, 2547, 230, 'Arden on the Severn', 390659400, -765788500, 0),
(95202, 2547, 230, 'Avenue', 382561100, -767677800, 0),
(95203, 2547, 230, 'Bel Alton', 384751000, -769786000, 0),
(95204, 2547, 230, 'Bloomington', 395038480, -791143280, 0),
(95205, 2547, 230, 'Boring', 395253360, -768185380, 0),
(95206, 2547, 230, 'Bozman', 387530600, -762989440, 0),
(95207, 2547, 230, 'Bushwood', 382774800, -767964390, 0),
(95208, 2547, 230, 'Callaway', 382372960, -765239720, 0),
(95209, 2547, 230, 'Clear Spring', 396561100, -779308300, 0),
(95210, 2547, 230, 'Colmar Manor', 389395550, -769516420, 0),
(95211, 2547, 230, 'Cordova', 388777780, -759911110, 0),
(95212, 2547, 230, 'Corriganville', 396927780, -787930560, 0),
(95213, 2547, 230, 'Cresaptown', 395969590, -788345110, 0),
(95214, 2547, 230, 'Deal Island', 381544400, -759455600, 0),
(95215, 2547, 230, 'Edmonston', 389408400, -769282800, 0),
(95216, 2547, 230, 'Fairplay', 395446930, -777618950, 0),
(95217, 2547, 230, 'Faulkner', 384397000, -769623000, 0),
(95218, 2547, 230, 'Fork', 394764000, -764535000, 0),
(95219, 2547, 230, 'Fort Howard', 392049770, -764461610, 0),
(95220, 2547, 230, 'Fountainhead-Orchard Hills', 396863600, -777190100, 0),
(95221, 2547, 230, 'Georgetown', 393658560, -758864050, 0),
(95222, 2547, 230, 'Glen Echo', 389686100, -771425000, 0),
(95223, 2547, 230, 'Glenarden', 389596800, -768553200, 0),
(95224, 2547, 230, 'Halfway', 396206500, -777588800, 0),
(95225, 2547, 230, 'Hillsboro', 389161710, -759416940, 0),
(95226, 2547, 230, 'Huntingtown Town Center', 386209500, -766160700, 0),
(95227, 2547, 230, 'Ironsides', 384916670, -771600000, 0),
(95228, 2547, 230, 'Issue', 383054930, -769204070, 0),
(95229, 2547, 230, 'Joppatowne', 394324290, -763552480, 0),
(95230, 2547, 230, 'Keymar', 395988600, -772589400, 0),
(95231, 2547, 230, 'Lineboro', 397194010, -768447300, 0),
(95232, 2547, 230, 'Luke', 394753800, -790589400, 0),
(95233, 2547, 230, 'Mardela Springs', 384588980, -757562350, 0),
(95234, 2547, 230, 'Marlton', 387737300, -767899700, 0),
(95235, 2547, 230, 'Marydel', 391097590, -757681340, 0),
(95236, 2547, 230, 'Maryland Line', 397117410, -766535830, 0),
(95237, 2547, 230, 'McDaniel', 388171950, -762904650, 0),
(95238, 2547, 230, 'Mount Savage', 396960510, -788811300, 0),
(95239, 2547, 230, 'New Midway', 395547500, -773041700, 0),
(95240, 2547, 230, 'Newark', 382406100, -752836890, 0),
(95241, 2547, 230, 'Perry Point', 395542000, -760737000, 0),
(95242, 2547, 230, 'Perryman', 394695500, -762044000, 0),
(95243, 2547, 230, 'Pylesville', 396972410, -764347680, 0),
(95244, 2547, 230, 'Ridgely', 389478900, -758843800, 0),
(95245, 2547, 230, 'Riverdale Park', 389605980, -769181640, 0),
(95246, 2547, 230, 'Rocky Ridge', 396141050, -773384050, 0),
(95247, 2547, 230, 'Rossville', 393384400, -764796800, 0),
(95248, 2547, 230, 'Saint Michaels', 387866750, -762237450, 0),
(95249, 2547, 230, 'Seat Pleasant', 388870800, -768919800, 0),
(95250, 2547, 230, 'Selby-on-the-Bay', 389162200, -765224600, 0),
(95251, 2547, 230, 'Sharptown', 385398340, -757193270, 0),
(95252, 2547, 230, 'Sherwood', 387405300, -763251500, 0),
(95253, 2547, 230, 'Tilghman', 386951800, -763357390, 0),
(95254, 2547, 230, 'Tuscarora', 392647000, -775007000, 0),
(95255, 2547, 230, 'Warwick', 394303320, -758052810, 0),
(95256, 2547, 230, 'Williamsburg', 396048470, -778041930, 0),
(95257, 2548, 230, 'Charlton Depot', 421733600, -719785800, 0),
(95258, 2548, 230, 'East Brookfield', 422278700, -720467400, 0),
(95259, 2548, 230, 'East Douglas', 420577200, -717550200, 0),
(95260, 2548, 230, 'East Pepperell', 426653700, -715731200, 0),
(95261, 2548, 230, 'Freetown', 417667700, -710328200, 0),
(95262, 2548, 230, 'Gilbertville', 423342600, -721760400, 0),
(95263, 2548, 230, 'Goshen', 424668000, -728307600, 0),
(95264, 2548, 230, 'Granville', 420667600, -728614900, 0),
(95265, 2548, 230, 'Lanesborough', 425393400, -732462000, 0),
(95266, 2548, 230, 'Linwood', 420999360, -716412440, 0),
(95267, 2548, 230, 'Middlefield', 423467340, -730081070, 0),
(95268, 2548, 230, 'Millers Falls', 425770200, -724831200, 0),
(95269, 2548, 230, 'Monson Center', 420989800, -723048100, 0),
(95270, 2548, 230, 'Monterey', 422088000, -731972400, 0),
(95271, 2548, 230, 'New Marlborough', 421836600, -733639800, 0),
(95272, 2548, 230, 'North Dighton', 418573820, -711477230, 0),
(95273, 2548, 230, 'North Hatfield', 424086700, -726257130, 0),
(95274, 2548, 230, 'North Lakeville', 418576000, -709422600, 0),
(95275, 2548, 230, 'North Truro', 417938490, -702423840, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(95276, 2548, 230, 'North Westport', 416603800, -710883800, 0),
(95277, 2548, 230, 'Otis', 421931500, -730917700, 0),
(95278, 2548, 230, 'Pelham', 423768600, -724691400, 0),
(95279, 2548, 230, 'Sandisfield', 421178400, -731341200, 0),
(95280, 2548, 230, 'Shelburne', 425833800, -727715400, 0),
(95281, 2548, 230, 'Silver Beach', 416397700, -706354900, 0),
(95282, 2548, 230, 'South Amherst', 423403700, -725050900, 0),
(95283, 2548, 230, 'South Duxbury', 420231600, -706828100, 0),
(95284, 2548, 230, 'South Egremont', 421075800, -734650800, 0),
(95285, 2548, 230, 'South Harwich', 416790970, -700412540, 0),
(95286, 2548, 230, 'South Orleans', 417477800, -699891300, 0),
(95287, 2548, 230, 'Southfield', 421013900, -732327800, 0),
(95288, 2548, 230, 'Tyringham', 424464000, -714594000, 0),
(95289, 2548, 230, 'West Chatham', 416786500, -699994010, 0),
(95290, 2548, 230, 'West Dennis', 416612540, -701646410, 0),
(95291, 2548, 230, 'West Falmouth', 416042700, -706344700, 0),
(95292, 2548, 230, 'West Townsend', 426711600, -717130800, 0),
(95293, 2548, 230, 'Westhampton', 423028700, -727745400, 0),
(95294, 2548, 230, 'Whately', 424344570, -726467460, 0),
(95295, 2548, 230, 'Williamsburg', 423971940, -727452230, 0),
(95296, 2548, 230, 'Woronoco', 421634760, -728376240, 0),
(95297, 2549, 230, 'Addison', 420021920, -843221650, 0),
(95298, 2549, 230, 'Ahmeek', 472975330, -883957400, 0),
(95299, 2549, 230, 'Alden', 448940910, -852651420, 0),
(95300, 2549, 230, 'Applegate', 433544640, -826463920, 0),
(95301, 2549, 230, 'Athens', 420886600, -852347100, 0),
(95302, 2549, 230, 'Au Train', 464282460, -868379040, 0),
(95303, 2549, 230, 'Bay Port', 438302010, -833515170, 0),
(95304, 2549, 230, 'Bay Shore', 453583330, -850972220, 0),
(95305, 2549, 230, 'Benton Heights', 421311500, -864072400, 0),
(95306, 2549, 230, 'Benzonia', 445918410, -860973410, 0),
(95307, 2549, 230, 'Bergland', 465919670, -895672320, 0),
(95308, 2549, 230, 'Berrien Center', 419553120, -862752130, 0),
(95309, 2549, 230, 'Bitely', 437403820, -858695250, 0),
(95310, 2549, 230, 'Brant', 432483500, -842941610, 0),
(95311, 2549, 230, 'Brethren', 443068910, -860231520, 0),
(95312, 2549, 230, 'Bridgewater', 421597630, -839180730, 0),
(95313, 2549, 230, 'Brohman', 436866060, -857952270, 0),
(95314, 2549, 230, 'Burlington', 421370940, -850894310, 0),
(95315, 2549, 230, 'Camden', 417550000, -847569400, 0),
(95316, 2549, 230, 'Carp Lake', 457000680, -847951970, 0),
(95317, 2549, 230, 'Cedarville', 459221760, -844002390, 0),
(95318, 2549, 230, 'Ceresco', 422279160, -850948250, 0),
(95319, 2549, 230, 'Clarksville', 428450320, -852470710, 0),
(95320, 2549, 230, 'Columbus', 428544400, -826825000, 0),
(95321, 2549, 230, 'Comstock', 422638800, -854640000, 0),
(95322, 2549, 230, 'Dafter', 463446870, -844127800, 0),
(95323, 2549, 230, 'Deerton', 464490170, -870057610, 0),
(95324, 2549, 230, 'Dowling', 425008230, -852397340, 0),
(95325, 2549, 230, 'Eastlake', 442452620, -862948890, 0),
(95326, 2549, 230, 'Eau Claire', 419858300, -862997200, 0),
(95327, 2549, 230, 'Eben Junction', 463552810, -870356150, 0),
(95328, 2549, 230, 'Eckerman', 463323560, -851761350, 0),
(95329, 2549, 230, 'Edenville', 437999850, -843897630, 0),
(95330, 2549, 230, 'Ewen', 465423240, -893800660, 0),
(95331, 2549, 230, 'Felch', 459972000, -878254800, 0),
(95332, 2549, 230, 'Filion', 439031330, -829977880, 0),
(95333, 2549, 230, 'Fostoria', 432702800, -834044400, 0),
(95334, 2549, 230, 'Fountain', 440184350, -861357760, 0),
(95335, 2549, 230, 'Fowler', 430017000, -847397200, 0),
(95336, 2549, 230, 'Free Soil', 441071700, -862398650, 0),
(95337, 2549, 230, 'Gagetown', 436520170, -832741250, 0),
(95338, 2549, 230, 'Galien', 417986410, -865120730, 0),
(95339, 2549, 230, 'Germfask', 462447540, -859274540, 0),
(95340, 2549, 230, 'Glen Arbor', 448902650, -859659970, 0),
(95341, 2549, 230, 'Goodells', 429525000, -826858300, 0),
(95342, 2549, 230, 'Gould City', 460667700, -857333770, 0),
(95343, 2549, 230, 'Gowen', 432367580, -853411990, 0),
(95344, 2549, 230, 'Grand Junction', 423757260, -860591610, 0),
(95345, 2549, 230, 'Greilickville', 447830600, -856386900, 0),
(95346, 2549, 230, 'Gulliver', 461121460, -860079510, 0),
(95347, 2549, 230, 'Harbert', 418770150, -866309880, 0),
(95348, 2549, 230, 'Harrietta', 442943480, -857250350, 0),
(95349, 2549, 230, 'Harris', 457036110, -873452780, 0),
(95350, 2549, 230, 'Hersey', 438521780, -854098490, 0),
(95351, 2549, 230, 'Holton', 434281840, -861042230, 0),
(95352, 2549, 230, 'Honor', 447023570, -860566510, 0),
(95353, 2549, 230, 'Hubbardston', 430939810, -848644800, 0),
(95354, 2549, 230, 'Hubbell', 471750600, -884311380, 0),
(95355, 2549, 230, 'Idlewild', 438908390, -857830840, 0),
(95356, 2549, 230, 'Jasper', 417695950, -840082320, 0),
(95357, 2549, 230, 'Kearsarge', 472750000, -884161110, 0),
(95358, 2549, 230, 'Kinde', 439503570, -830032500, 0),
(95359, 2549, 230, 'Lakeside', 418486610, -866696220, 0),
(95360, 2549, 230, 'Leonidas', 420317590, -853522490, 0),
(95361, 2549, 230, 'Levering', 456465280, -848417650, 0),
(95362, 2549, 230, 'Linwood', 437474290, -840377640, 0),
(95363, 2549, 230, 'Luna Pier', 418069900, -834424300, 0),
(95364, 2549, 230, 'Luther', 440560100, -856881310, 0),
(95365, 2549, 230, 'Luzerne', 446355920, -842522770, 0),
(95366, 2549, 230, 'Lyons', 429825000, -849466700, 0),
(95367, 2549, 230, 'Macatawa', 427657410, -862065000, 0),
(95368, 2549, 230, 'Manitou Beach', 419746570, -842783640, 0),
(95369, 2549, 230, 'Maple City', 448800070, -858903640, 0),
(95370, 2549, 230, 'Marenisco', 463758000, -895939800, 0),
(95371, 2549, 230, 'Mass City', 467257750, -890338590, 0),
(95372, 2549, 230, 'Maybee', 420038900, -835155600, 0),
(95373, 2549, 230, 'Mayfield', 445984190, -855326920, 0),
(95374, 2549, 230, 'McMillan', 463733800, -857390800, 0),
(95375, 2549, 230, 'Merritt', 435247060, -837553200, 0),
(95376, 2549, 230, 'Michigamme', 465309530, -880876680, 0),
(95377, 2549, 230, 'Middleton', 431970490, -847378230, 0),
(95378, 2549, 230, 'Moline', 427238310, -857778580, 0),
(95379, 2549, 230, 'Muir', 430322400, -849195050, 0),
(95380, 2549, 230, 'National City', 443023750, -836756280, 0),
(95381, 2549, 230, 'Naubinway', 461498100, -854048500, 0),
(95382, 2549, 230, 'New Troy', 418763460, -865501090, 0),
(95383, 2549, 230, 'Northport', 451334760, -856121130, 0),
(95384, 2549, 230, 'Norvell', 421605660, -841870000, 0),
(95385, 2549, 230, 'Oakley', 431513530, -842015270, 0),
(95386, 2549, 230, 'Olivet', 424539970, -849089720, 0),
(95387, 2549, 230, 'Onekama', 443683430, -862167750, 0),
(95388, 2549, 230, 'Onondaga', 424441700, -845622200, 0),
(95389, 2549, 230, 'Orleans', 430859490, -851173050, 0),
(95390, 2549, 230, 'Owendale', 437304490, -832449130, 0),
(95391, 2549, 230, 'Painesdale', 470431340, -886716930, 0),
(95392, 2549, 230, 'Palo', 431096400, -849849320, 0),
(95393, 2549, 230, 'Parchment', 423471000, -855474600, 0),
(95394, 2549, 230, 'Pentwater', 437802800, -864300000, 0),
(95395, 2549, 230, 'Pierson', 433321150, -854849040, 0),
(95396, 2549, 230, 'Pleasant Lake', 423944220, -843458950, 0),
(95397, 2549, 230, 'Pointe Aux Pins', 457641920, -844676340, 0),
(95398, 2549, 230, 'Port Hope', 439443090, -827792780, 0),
(95399, 2549, 230, 'Port Sanilac', 434763400, -825730000, 0),
(95400, 2549, 230, 'Presque Isle', 453250410, -834905260, 0),
(95401, 2549, 230, 'Quinnesec', 458014190, -879881410, 0),
(95402, 2549, 230, 'River Rouge', 423313890, -830458330, 0),
(95403, 2549, 230, 'Rodney', 437006260, -853110560, 0),
(95404, 2549, 230, 'Seney', 464174300, -860526800, 0),
(95405, 2549, 230, 'Shaftsburg', 428095170, -842933250, 0),
(95406, 2549, 230, 'Sherwood', 420070000, -852303250, 0),
(95407, 2549, 230, 'Skandia', 463501040, -872513600, 0),
(95408, 2549, 230, 'South Range', 470710940, -886437280, 0),
(95409, 2549, 230, 'Stambaugh', 460810700, -886270800, 0),
(95410, 2549, 230, 'Sumner', 432936730, -847974590, 0),
(95411, 2549, 230, 'Sunfield', 427495140, -849892560, 0),
(95412, 2549, 230, 'Trenary', 461858300, -868608300, 0),
(95413, 2549, 230, 'Trout Creek', 464786390, -890071770, 0),
(95414, 2549, 230, 'Trout Lake', 461936110, -850188890, 0),
(95415, 2549, 230, 'Trufant', 433161460, -853465520, 0),
(95416, 2549, 230, 'Twining', 441218510, -838546780, 0),
(95417, 2549, 230, 'Union Lake', 426147000, -834469200, 0),
(95418, 2549, 230, 'Union Pier', 418280290, -866898580, 0),
(95419, 2549, 230, 'Vanderbilt', 451451400, -846279320, 0),
(95420, 2549, 230, 'Wakefield', 464771950, -899376210, 0),
(95421, 2549, 230, 'Watton', 464989250, -886204380, 0),
(95422, 2549, 230, 'Weston', 417708300, -841006770, 0),
(95423, 2549, 230, 'White Pine', 467554230, -895823810, 0),
(95424, 2549, 230, 'Whittemore', 442365310, -838102310, 0),
(95425, 2549, 230, 'Wilson', 456567220, -873980500, 0),
(95426, 2549, 230, 'Zilwaukee', 434736090, -839498690, 0),
(95427, 2550, 230, 'Alberta', 455718050, -961734150, 0),
(95428, 2550, 230, 'Alborn', 469768610, -926029660, 0),
(95429, 2550, 230, 'Alpha', 435874480, -949142120, 0),
(95430, 2550, 230, 'Alvarado', 482278030, -969557700, 0),
(95431, 2550, 230, 'Angora', 477590250, -927719530, 0),
(95432, 2550, 230, 'Argyle', 483329680, -968223920, 0),
(95433, 2550, 230, 'Babbitt', 477085300, -919446000, 0),
(95434, 2550, 230, 'Beaver Creek', 436312580, -963725770, 0),
(95435, 2550, 230, 'Bejou', 474556040, -959358730, 0),
(95436, 2550, 230, 'Bena', 473130920, -942083730, 0),
(95437, 2550, 230, 'Blackduck', 478150680, -945382890, 0),
(95438, 2550, 230, 'Blomkest', 449688600, -950564400, 0),
(95439, 2550, 230, 'Bovey', 472495320, -933652670, 0),
(95440, 2550, 230, 'Boyd', 448486470, -959705060, 0),
(95441, 2550, 230, 'Breezy Point', 466159200, -942814200, 0),
(95442, 2550, 230, 'Brewster', 436941650, -954639310, 0),
(95443, 2550, 230, 'Brooks', 478039860, -960309420, 0),
(95444, 2550, 230, 'Brookston', 468577720, -926719330, 0),
(95445, 2550, 230, 'Brooten', 455280590, -950893150, 0),
(95446, 2550, 230, 'Browns Valley', 456475840, -967241100, 0),
(95447, 2550, 230, 'Brownton', 447321330, -943503050, 0),
(95448, 2550, 230, 'Butterfield', 439585170, -947934950, 0),
(95449, 2550, 230, 'Campbell', 461259000, -964417800, 0),
(95450, 2550, 230, 'Canton', 435871290, -919098810, 0),
(95451, 2550, 230, 'Carlos', 459709550, -952917250, 0),
(95452, 2550, 230, 'Carver', 447183000, -936869000, 0),
(95453, 2550, 230, 'Castle Rock', 445730180, -931244840, 0),
(95454, 2550, 230, 'Centerville', 451635800, -929564300, 0),
(95455, 2550, 230, 'Ceylon', 435331670, -946347150, 0),
(95456, 2550, 230, 'Chandler', 439296670, -959482990, 0),
(95457, 2550, 230, 'Clara City', 449578290, -953677400, 0),
(95458, 2550, 230, 'Clinton', 454592690, -964363110, 0),
(95459, 2550, 230, 'Cohasset', 472396870, -936228660, 0),
(95460, 2550, 230, 'Correll', 452316700, -961613900, 0),
(95461, 2550, 230, 'Courtland', 442630450, -943383890, 0),
(95462, 2550, 230, 'Currie', 440421050, -954335850, 0),
(95463, 2550, 230, 'Dakota', 439136100, -913597200, 0),
(95464, 2550, 230, 'Dalbo', 456634000, -934034000, 0),
(95465, 2550, 230, 'Danube', 448049170, -950577150, 0),
(95466, 2550, 230, 'Danvers', 452845260, -957516330, 0),
(95467, 2550, 230, 'Darwin', 451092600, -944402280, 0),
(95468, 2550, 230, 'Deer Creek', 464126290, -952810060, 0),
(95469, 2550, 230, 'Deerwood', 464741980, -939059170, 0),
(95470, 2550, 230, 'Dellwood', 450941400, -930016800, 0),
(95471, 2550, 230, 'Dennison', 444071400, -930184800, 0),
(95472, 2550, 230, 'Dilworth', 468766300, -967034100, 0),
(95473, 2550, 230, 'Donaldson', 485880000, -968626800, 0),
(95474, 2550, 230, 'Dover', 439737050, -921366400, 0),
(95475, 2550, 230, 'Dumont', 457187530, -964228740, 0),
(95476, 2550, 230, 'Eagle Lake', 441623010, -938828720, 0),
(95477, 2550, 230, 'East Bethel', 453489750, -932466770, 0),
(95478, 2550, 230, 'East Gull Lake', 464080200, -943558400, 0),
(95479, 2550, 230, 'Easton', 437608030, -939471270, 0),
(95480, 2550, 230, 'Eden Valley', 453260700, -945461100, 0),
(95481, 2550, 230, 'Edgerton', 438724700, -961286400, 0),
(95482, 2550, 230, 'Elgin', 441270000, -922504200, 0),
(95483, 2550, 230, 'Elkton', 436303420, -926890400, 0),
(95484, 2550, 230, 'Evansville', 460058610, -956857960, 0),
(95485, 2550, 230, 'Flom', 471661200, -961305000, 0),
(95486, 2550, 230, 'Fort Ripley', 462044640, -942281080, 0),
(95487, 2550, 230, 'Frost', 435868690, -939229300, 0),
(95488, 2550, 230, 'Garden City', 440476610, -941664230, 0),
(95489, 2550, 230, 'Gilman', 457352800, -939483300, 0),
(95490, 2550, 230, 'Glyndon', 468752400, -965789600, 0),
(95491, 2550, 230, 'Graceville', 455684840, -964373410, 0),
(95492, 2550, 230, 'Greenfield', 450896000, -937354000, 0),
(95493, 2550, 230, 'Grey Eagle', 458242470, -947489540, 0),
(95494, 2550, 230, 'Grove City', 451516810, -946821520, 0),
(95495, 2550, 230, 'Gully', 478044040, -956438290, 0),
(95496, 2550, 230, 'Hanska', 441500000, -944947200, 0),
(95497, 2550, 230, 'Hayward', 436480230, -932456220, 0),
(95498, 2550, 230, 'Hines', 477588010, -946773320, 0),
(95499, 2550, 230, 'Hitterdal', 470204500, -963148210, 0),
(95500, 2550, 230, 'Holyoke', 464686200, -923947800, 0),
(95501, 2550, 230, 'Hope', 439808920, -933411050, 0),
(95502, 2550, 230, 'Independence', 450252400, -937074600, 0),
(95503, 2550, 230, 'Iron', 474072400, -926549450, 0),
(95504, 2550, 230, 'Ivanhoe', 444609600, -962463580, 0),
(95505, 2550, 230, 'Jacobson', 469414200, -933134720, 0),
(95506, 2550, 230, 'Jasper', 438566820, -963944480, 0),
(95507, 2550, 230, 'Kandiyohi', 451446090, -949224870, 0),
(95508, 2550, 230, 'Kellogg', 443044800, -920043600, 0),
(95509, 2550, 230, 'Kennedy', 486346310, -969788970, 0),
(95510, 2550, 230, 'Kent', 464262910, -966780880, 0),
(95511, 2550, 230, 'Kerkhoven', 452388400, -953126200, 0),
(95512, 2550, 230, 'Kettle River', 465131210, -929191780, 0),
(95513, 2550, 230, 'Kimball', 453593400, -942994390, 0),
(95514, 2550, 230, 'La Salle', 439823200, -946289300, 0),
(95515, 2550, 230, 'Lafayette', 444469040, -943943510, 0),
(95516, 2550, 230, 'Lake Saint Croix Beach', 449503000, -927689000, 0),
(95517, 2550, 230, 'Lake Shore', 465057650, -942800840, 0),
(95518, 2550, 230, 'Lancaster', 489115260, -968425440, 0),
(95519, 2550, 230, 'Leonard', 476380800, -953835000, 0),
(95520, 2550, 230, 'Lewisville', 439235970, -944354030, 0),
(95521, 2550, 230, 'Lucan', 444088160, -954098810, 0),
(95522, 2550, 230, 'Madison Lake', 442014700, -938129610, 0),
(95523, 2550, 230, 'Mahtomedi', 450702000, -929529000, 0),
(95524, 2550, 230, 'Makinen', 473372260, -922591210, 0),
(95525, 2550, 230, 'Marine on Saint Croix', 452028600, -928252800, 0),
(95526, 2550, 230, 'Medina', 450784800, -935785800, 0),
(95527, 2550, 230, 'Motley', 463269600, -946248600, 0),
(95528, 2550, 230, 'Murdock', 452243570, -953927130, 0),
(95529, 2550, 230, 'Nashua', 460599040, -963460430, 0),
(95530, 2550, 230, 'Nett Lake', 480536110, -928308330, 0),
(95531, 2550, 230, 'Nevis', 469641700, -948444400, 0),
(95532, 2550, 230, 'New Auburn', 446779650, -942092740, 0),
(95533, 2550, 230, 'Nicollet', 442755000, -941907920, 0),
(95534, 2550, 230, 'Norcross', 458907900, -961297180, 0),
(95535, 2550, 230, 'Northrop', 437201180, -944421710, 0),
(95536, 2550, 230, 'Nowthen', 453280200, -934702300, 0),
(95537, 2550, 230, 'Odin', 438677330, -947424530, 0),
(95538, 2550, 230, 'Ogilvie', 458313900, -934236100, 0),
(95539, 2550, 230, 'Ormsby', 438491700, -946975000, 0),
(95540, 2550, 230, 'Orr', 480611100, -928291700, 0),
(95541, 2550, 230, 'Palisade', 467277550, -936108970, 0),
(95542, 2550, 230, 'Pemberton', 440074480, -937847770, 0),
(95543, 2550, 230, 'Pennock', 452151030, -951696590, 0),
(95544, 2550, 230, 'Perley', 471769400, -968030600, 0),
(95545, 2550, 230, 'Preston', 436702400, -920832200, 0),
(95546, 2550, 230, 'Racine', 437965700, -925694200, 0),
(95547, 2550, 230, 'Randolph', 445259000, -930193000, 0),
(95548, 2550, 230, 'Raymond', 450237120, -951955840, 0),
(95549, 2550, 230, 'Reading', 437123200, -957579600, 0),
(95550, 2550, 230, 'Richwood', 469386000, -958618200, 0),
(95551, 2550, 230, 'Rochert', 468717000, -955975200, 0),
(95552, 2550, 230, 'Rockville', 454580020, -944252850, 0),
(95553, 2550, 230, 'Rose Creek', 435710130, -927191850, 0),
(95554, 2550, 230, 'Round Lake', 435402170, -954661510, 0),
(95555, 2550, 230, 'Royalton', 458314310, -942896760, 0),
(95556, 2550, 230, 'Rushmore', 436306250, -957538490, 0),
(95557, 2550, 230, 'Ruthton', 441761100, -961033300, 0),
(95558, 2550, 230, 'Sabin', 467784580, -966550050, 0),
(95559, 2550, 230, 'Saint Stephen', 457012900, -942698020, 0),
(95560, 2550, 230, 'Schroeder', 476933940, -909602190, 0),
(95561, 2550, 230, 'Silver Lake', 449039870, -941975830, 0),
(95562, 2550, 230, 'Squaw Lake', 476292230, -941761390, 0),
(95563, 2550, 230, 'Stephen', 484692270, -968704840, 0),
(95564, 2550, 230, 'Storden', 440388720, -953192010, 0),
(95565, 2550, 230, 'Strandquist', 484567840, -964522290, 0),
(95566, 2550, 230, 'Strathcona', 486243340, -961153470, 0),
(95567, 2550, 230, 'Sunburg', 453294390, -951853840, 0),
(95568, 2550, 230, 'Taunton', 445895350, -960549750, 0),
(95569, 2550, 230, 'Tonka Bay', 449085700, -935930100, 0),
(95570, 2550, 230, 'Trimont', 437614380, -947140860, 0),
(95571, 2550, 230, 'Vernon Center', 439618490, -941682030, 0),
(95572, 2550, 230, 'Vesta', 444994460, -954110200, 0),
(95573, 2550, 230, 'Vining', 462386090, -955829790, 0),
(95574, 2550, 230, 'Waltham', 438049790, -928694860, 0),
(95575, 2550, 230, 'Wanamingo', 443044100, -927904700, 0),
(95576, 2550, 230, 'Welcome', 436674890, -946203970, 0),
(95577, 2550, 230, 'West Concord', 441475000, -928361110, 0),
(95578, 2550, 230, 'Westbrook', 440425000, -954366700, 0),
(95579, 2550, 230, 'Willow River', 463095610, -928586890, 0),
(95580, 2550, 230, 'Wilmont', 437757920, -958329720, 0),
(95581, 2550, 230, 'Zumbro Falls', 442249200, -924341400, 0),
(95582, 2551, 230, 'Anguilla', 329730870, -908300870, 0),
(95583, 2551, 230, 'Avon', 332641570, -910256240, 0),
(95584, 2551, 230, 'Beaumont', 311295000, -889046400, 0),
(95585, 2551, 230, 'Becker', 339892060, -884726700, 0),
(95586, 2551, 230, 'Bellefontaine', 336117980, -893668180, 0),
(95587, 2551, 230, 'Benton', 328711880, -904680640, 0),
(95588, 2551, 230, 'Blue Mountain', 346705600, -890286100, 0),
(95589, 2551, 230, 'Blue Springs', 344266800, -888687000, 0),
(95590, 2551, 230, 'Brooksville', 332345700, -885822700, 0),
(95591, 2551, 230, 'Burnsville', 348886470, -883092490, 0),
(95592, 2551, 230, 'Camden', 327305850, -898160530, 0),
(95593, 2551, 230, 'Cary', 328046950, -909259000, 0),
(95594, 2551, 230, 'Chunky', 323722340, -886988070, 0),
(95595, 2551, 230, 'Coffeeville', 339769670, -896764720, 0),
(95596, 2551, 230, 'Coila', 333686810, -899763770, 0),
(95597, 2551, 230, 'Columbus Air Force Base', 335049770, -884041720, 0),
(95598, 2551, 230, 'Como', 345106600, -899398100, 0),
(95599, 2551, 230, 'Crenshaw', 345042170, -901936420, 0),
(95600, 2551, 230, 'Crosby', 313142230, -909823680, 0),
(95601, 2551, 230, 'Derma', 338866120, -893257650, 0),
(95602, 2551, 230, 'Doddsville', 336597220, -906163890, 0),
(95603, 2551, 230, 'Dumas', 346405820, -888029810, 0),
(95604, 2551, 230, 'Durant', 330734400, -898585350, 0),
(95605, 2551, 230, 'Edwards', 322791810, -905881250, 0),
(95606, 2551, 230, 'Enid', 341227370, -900377150, 0),
(95607, 2551, 230, 'Enterprise', 320797400, -887442700, 0),
(95608, 2551, 230, 'Escatawpa', 304404800, -885436300, 0),
(95609, 2551, 230, 'Etta', 344349970, -891853330, 0),
(95610, 2551, 230, 'Friars Point', 343630530, -906351390, 0),
(95611, 2551, 230, 'Goodman', 329701300, -899123100, 0),
(95612, 2551, 230, 'Gore Springs', 337873200, -898047550, 0),
(95613, 2551, 230, 'Grace', 328241580, -910446770, 0),
(95614, 2551, 230, 'Harrisville', 319610820, -900948050, 0),
(95615, 2551, 230, 'Heidelberg', 318982800, -890061240, 0),
(95616, 2551, 230, 'Hickory', 323144790, -890198010, 0),
(95617, 2551, 230, 'Independence', 346920600, -899866200, 0),
(95618, 2551, 230, 'Inverness', 333518040, -905925830, 0),
(95619, 2551, 230, 'Isola', 332597750, -905934030, 0),
(95620, 2551, 230, 'Jonestown', 343249280, -904528400, 0),
(95621, 2551, 230, 'Kokomo', 311753950, -899860450, 0),
(95622, 2551, 230, 'Lake Cormorant', 349253400, -901598400, 0),
(95623, 2551, 230, 'Lamar', 349884600, -893747400, 0),
(95624, 2551, 230, 'Lauderdale', 325296600, -884785200, 0),
(95625, 2551, 230, 'Lawrence', 322917800, -892699700, 0),
(95626, 2551, 230, 'Lyon', 342378160, -905195520, 0),
(95627, 2551, 230, 'Mantee', 337333330, -890666670, 0),
(95628, 2551, 230, 'Marietta', 344975560, -884213890, 0),
(95629, 2551, 230, 'Mayhew', 333518040, -905925830, 0),
(95630, 2551, 230, 'McAdams', 330216200, -896881900, 0),
(95631, 2551, 230, 'McLain', 310738800, -888160800, 0),
(95632, 2551, 230, 'Metcalfe', 334540000, -910073300, 0),
(95633, 2551, 230, 'Michigan City', 349327780, -892111110, 0),
(95634, 2551, 230, 'Moorhead', 334498680, -905048390, 0),
(95635, 2551, 230, 'Moselle', 314822420, -893266620, 0),
(95636, 2551, 230, 'Neely', 311835280, -887391630, 0),
(95637, 2551, 230, 'Nettleton', 341989940, -886636420, 0),
(95638, 2551, 230, 'New Hope', 334681700, -883267000, 0),
(95639, 2551, 230, 'North Carrollton', 335209100, -899164730, 0),
(95640, 2551, 230, 'Okolona', 338978400, -889909800, 0),
(95641, 2551, 230, 'Paulding', 320099300, -890775920, 0),
(95642, 2551, 230, 'Pinola', 318240040, -900231060, 0),
(95643, 2551, 230, 'Plantersville', 342134400, -886645000, 0),
(95644, 2551, 230, 'Pocahontas', 324620090, -902628320, 0),
(95645, 2551, 230, 'Pope', 342163540, -899464970, 0),
(95646, 2551, 230, 'Potts Camp', 347724600, -894480590, 0),
(95647, 2551, 230, 'Prairie', 338050130, -886345580, 0),
(95648, 2551, 230, 'Pulaski', 322732040, -896340180, 0),
(95649, 2551, 230, 'Randolph', 341712000, -891883200, 0),
(95650, 2551, 230, 'Rosedale', 338464200, -910018800, 0),
(95651, 2551, 230, 'Ruleville', 337218580, -905472510, 0),
(95652, 2551, 230, 'Sallis', 329801320, -897816890, 0),
(95653, 2551, 230, 'Sandhill', 324697010, -898746860, 0),
(95654, 2551, 230, 'Schlater', 336114740, -903763610, 0),
(95655, 2551, 230, 'Scooba', 328405010, -885163570, 0),
(95656, 2551, 230, 'Scott', 335951070, -910767580, 0),
(95657, 2551, 230, 'Sharon', 317896000, -890986700, 0),
(95658, 2551, 230, 'Sherman', 343337650, -889547090, 0),
(95659, 2551, 230, 'Sibley', 313850190, -914039090, 0),
(95660, 2551, 230, 'Slate Spring', 337405560, -893711110, 0),
(95661, 2551, 230, 'Sontag', 316141670, -902380560, 0),
(95662, 2551, 230, 'Soso', 317627120, -893209900, 0),
(95663, 2551, 230, 'Sturgis', 333577200, -890500200, 0),
(95664, 2551, 230, 'Taylor', 342746180, -896381210, 0),
(95665, 2551, 230, 'Tchula', 331818660, -902231540, 0),
(95666, 2551, 230, 'Thaxton', 343116000, -891583200, 0),
(95667, 2551, 230, 'Tula', 343676100, -895242200, 0),
(95668, 2551, 230, 'Tutwiler', 340150860, -904342650, 0),
(95669, 2551, 230, 'Utica', 321190390, -906023890, 0),
(95670, 2551, 230, 'Van Vleet', 339121540, -889306660, 0),
(95671, 2551, 230, 'Vossburg', 319833620, -889695160, 0),
(95672, 2551, 230, 'Weir', 332661000, -892825200, 0),
(95673, 2551, 230, 'Whitfield', 322352780, -900719440, 0),
(95674, 2551, 230, 'Winstonville', 338978520, -907187890, 0),
(95675, 2551, 230, 'Woodland', 337961170, -890553670, 0),
(95676, 2552, 230, 'Altamont', 399323650, -940775760, 0),
(95677, 2552, 230, 'Altenburg', 375237000, -895972800, 0),
(95678, 2552, 230, 'Arcadia', 375846960, -906289000, 0),
(95679, 2552, 230, 'Armstrong', 392688900, -927008300, 0),
(95680, 2552, 230, 'Arrow Rock', 390035980, -930438370, 0),
(95681, 2552, 230, 'Asbury', 372728150, -946085410, 0),
(95682, 2552, 230, 'Atlanta', 399268010, -924513110, 0),
(95683, 2552, 230, 'Barnard', 403601730, -948935130, 0),
(95684, 2552, 230, 'Barnett', 384024700, -927554120, 0),
(95685, 2552, 230, 'Bel-Ridge', 387073200, -903035400, 0),
(95686, 2552, 230, 'Belgrade', 377866700, -908491700, 0),
(95687, 2552, 230, 'Bell City', 369872320, -897798960, 0),
(95688, 2552, 230, 'Berkeley', 387385980, -903402040, 0),
(95689, 2552, 230, 'Bertrand', 369096820, -894473840, 0),
(95690, 2552, 230, 'Birch Tree', 369127200, -914954160, 0),
(95691, 2552, 230, 'Blackwater', 389794400, -929908300, 0),
(95692, 2552, 230, 'Bland', 383079000, -916336800, 0),
(95693, 2552, 230, 'Bloomsdale', 380321000, -902574000, 0),
(95694, 2552, 230, 'Bolckow', 401145030, -948208150, 0),
(95695, 2552, 230, 'Brashear', 402184320, -924324420, 0),
(95696, 2552, 230, 'Braymer', 395924620, -937900290, 0),
(95697, 2552, 230, 'Breckenridge Hills', 387038110, -903652750, 0),
(95698, 2552, 230, 'Broseley', 367041730, -902371140, 0),
(95699, 2552, 230, 'Brownwood', 370799100, -899556500, 0),
(95700, 2552, 230, 'Bruner', 369787110, -929540430, 0),
(95701, 2552, 230, 'Brunswick', 394308000, -931239000, 0),
(95702, 2552, 230, 'Bunceton', 387881760, -927983250, 0),
(95703, 2552, 230, 'Byrnes Mill', 384106740, -905601930, 0),
(95704, 2552, 230, 'Caledonia', 377743250, -908015320, 0),
(95705, 2552, 230, 'Calhoun', 384827400, -936418800, 0),
(95706, 2552, 230, 'Callao', 397394500, -926453380, 0),
(95707, 2552, 230, 'Cape Fair', 366739200, -935292000, 0),
(95708, 2552, 230, 'Caplinger Mills', 377941670, -938041670, 0),
(95709, 2552, 230, 'Centertown', 386160000, -923850600, 0),
(95710, 2552, 230, 'Chamois', 386642400, -917691600, 0),
(95711, 2552, 230, 'Chestnutridge', 368568720, -931211460, 0),
(95712, 2552, 230, 'Chula', 399233420, -934802860, 0),
(95713, 2552, 230, 'Clarence', 397427800, -922611100, 0),
(95714, 2552, 230, 'Clarkton', 364510070, -899652990, 0),
(95715, 2552, 230, 'Clearmont', 405065700, -950319950, 0),
(95716, 2552, 230, 'Clifton Hill', 394391700, -926672200, 0),
(95717, 2552, 230, 'Climax Springs', 381280910, -929645450, 0),
(95718, 2552, 230, 'Cole Camp', 384600200, -932027000, 0),
(95719, 2552, 230, 'Cool Valley', 387073200, -903035400, 0),
(95720, 2552, 230, 'Corder', 391115000, -936371000, 0),
(95721, 2552, 230, 'Creighton', 385058000, -940938000, 0),
(95722, 2552, 230, 'Dearborn', 395263930, -947694460, 0),
(95723, 2552, 230, 'Dellwood', 387418940, -902594020, 0),
(95724, 2552, 230, 'Diamond', 368365710, -943760390, 0),
(95725, 2552, 230, 'Diggins', 371740350, -928522740, 0),
(95726, 2552, 230, 'Drury', 369304370, -923636270, 0),
(95727, 2552, 230, 'Eagleville', 405172100, -940259750, 0),
(95728, 2552, 230, 'Edwards', 381678690, -931461520, 0),
(95729, 2552, 230, 'Essex', 368022420, -898052410, 0),
(95730, 2552, 230, 'Everton', 373587000, -937113800, 0),
(95731, 2552, 230, 'Fair Grove', 373716840, -931357880, 0),
(95732, 2552, 230, 'Fairfax', 403332600, -953896800, 0),
(95733, 2552, 230, 'Falcon', 376114200, -923505000, 0),
(95734, 2552, 230, 'Faucett', 395857250, -947980460, 0),
(95735, 2552, 230, 'Flat River', 378537970, -905182420, 0),
(95736, 2552, 230, 'Flemington', 377711880, -934503300, 0),
(95737, 2552, 230, 'Frankford', 394891500, -912791760, 0),
(95738, 2552, 230, 'Freeburg', 383365200, -919282200, 0),
(95739, 2552, 230, 'Freeman', 386093940, -944799430, 0),
(95740, 2552, 230, 'Freistatt', 370200060, -938973800, 0),
(95741, 2552, 230, 'Galt', 401591020, -934091800, 0),
(95742, 2552, 230, 'Garrison', 368539110, -929877920, 0),
(95743, 2552, 230, 'Gentry', 403317000, -944206000, 0),
(95744, 2552, 230, 'Gobler', 361550880, -899320650, 0),
(95745, 2552, 230, 'Grandin', 368162360, -907654700, 0),
(95746, 2552, 230, 'Greenfield', 374141310, -938419270, 0),
(95747, 2552, 230, 'Greenville', 370925490, -904534260, 0),
(95748, 2552, 230, 'Guilford', 401722440, -946759990, 0),
(95749, 2552, 230, 'Hale', 395722850, -933466040, 0),
(95750, 2552, 230, 'Hartsburg', 386952800, -923100000, 0),
(95751, 2552, 230, 'Helena', 399341090, -946904660, 0),
(95752, 2552, 230, 'Hematite', 382009650, -904785250, 0),
(95753, 2552, 230, 'Henley', 383779610, -923331750, 0),
(95754, 2552, 230, 'High Hill', 389021230, -913717690, 0),
(95755, 2552, 230, 'Hopkins', 405385160, -948212520, 0),
(95756, 2552, 230, 'Hornersville', 360418270, -901140670, 0),
(95757, 2552, 230, 'Ionia', 384883440, -933158650, 0),
(95758, 2552, 230, 'Isabella', 365794560, -926053890, 0),
(95759, 2552, 230, 'Jamesport', 400106370, -937897690, 0),
(95760, 2552, 230, 'Jasper', 373277680, -943022890, 0),
(95761, 2552, 230, 'Jennings', 387418940, -902594020, 0),
(95762, 2552, 230, 'Jonesburg', 389090840, -912971640, 0),
(95763, 2552, 230, 'Kewanee', 366711000, -895738200, 0),
(95764, 2552, 230, 'Keytesville', 394344700, -929382500, 0),
(95765, 2552, 230, 'Knox City', 401447200, -920105600, 0),
(95766, 2552, 230, 'Koshkonong', 366145050, -916194170, 0),
(95767, 2552, 230, 'Laddonia', 392404010, -916428700, 0),
(95768, 2552, 230, 'Lampe', 365806370, -934477550, 0),
(95769, 2552, 230, 'Leeton', 385838240, -936941410, 0),
(95770, 2552, 230, 'Leopold', 372575000, -899261100, 0),
(95771, 2552, 230, 'Lewistown', 400849330, -918130140, 0),
(95772, 2552, 230, 'Lilbourn', 365922800, -896153600, 0),
(95773, 2552, 230, 'Linn Creek', 380477800, -926986100, 0),
(95774, 2552, 230, 'Long Lane', 375725900, -929324050, 0),
(95775, 2552, 230, 'Louisiana', 394450340, -910541690, 0),
(95776, 2552, 230, 'Lowndes', 371352780, -902502140, 0),
(95777, 2552, 230, 'Lynchburg', 374953220, -923087650, 0),
(95778, 2552, 230, 'Marston', 365283580, -896068350, 0),
(95779, 2552, 230, 'Martinsburg', 391012200, -916488490, 0),
(95780, 2552, 230, 'Maysville', 398874630, -943603250, 0),
(95781, 2552, 230, 'Mayview', 390439900, -938306510, 0),
(95782, 2552, 230, 'Middletown', 390948030, -913648300, 0),
(95783, 2552, 230, 'Moline Acres', 387418940, -902594020, 0),
(95784, 2552, 230, 'Montreal', 379897580, -925199890, 0),
(95785, 2552, 230, 'Morley', 370442940, -896106000, 0),
(95786, 2552, 230, 'Morrison', 385029210, -915359500, 0),
(95787, 2552, 230, 'Morrisville', 374669110, -934303980, 0),
(95788, 2552, 230, 'Mound City', 404854800, -942883200, 0),
(95789, 2552, 230, 'New Melle', 387099970, -908794750, 0),
(95790, 2552, 230, 'Niangua', 374018680, -927427600, 0),
(95791, 2552, 230, 'Norborne', 393012580, -936756770, 0),
(95792, 2552, 230, 'Normandy', 387073200, -903035400, 0),
(95793, 2552, 230, 'Northwoods', 387073200, -903035400, 0),
(95794, 2552, 230, 'Oak Ridge', 375171000, -897216000, 0),
(95795, 2552, 230, 'Oakland', 385764400, -903856700, 0),
(95796, 2552, 230, 'Old Appleton', 375703990, -897030820, 0),
(95797, 2552, 230, 'Oran', 370866340, -896488210, 0),
(95798, 2552, 230, 'Orrick', 392470990, -940431710, 0),
(95799, 2552, 230, 'Oxly', 365841050, -906879190, 0),
(95800, 2552, 230, 'Pagedale', 386784540, -903037300, 0),
(95801, 2552, 230, 'Paris', 394808700, -920012800, 0),
(95802, 2552, 230, 'Patterson', 372108170, -905715080, 0),
(95803, 2552, 230, 'Patton', 374158120, -900652900, 0),
(95804, 2552, 230, 'Perry', 394290000, -916695680, 0),
(95805, 2552, 230, 'Phillipsburg', 375769860, -927696390, 0),
(95806, 2552, 230, 'Point Lookout', 365892500, -932389400, 0),
(95807, 2552, 230, 'Polo', 395567020, -940375340, 0),
(95808, 2552, 230, 'Ponce de Leon', 368927740, -933722890, 0),
(95809, 2552, 230, 'Pontiac', 365250720, -925496570, 0),
(95810, 2552, 230, 'Portage Des Sioux', 389266020, -903657340, 0),
(95811, 2552, 230, 'Preston', 379416700, -932111100, 0),
(95812, 2552, 230, 'Queen City', 404221010, -925696630, 0),
(95813, 2552, 230, 'Ridgedale', 365396650, -932795720, 0),
(95814, 2552, 230, 'Riverview', 387462000, -902115600, 0),
(95815, 2552, 230, 'Robertsville', 383982670, -908282180, 0),
(95816, 2552, 230, 'Rock Hill', 386179200, -903483600, 0),
(95817, 2552, 230, 'Rocky Mount', 382926000, -927169200, 0),
(95818, 2552, 230, 'Saint Elizabeth', 382555600, -922683300, 0),
(95819, 2552, 230, 'Saint John', 387038110, -903652750, 0),
(95820, 2552, 230, 'Saint Patrick', 403171490, -916648520, 0),
(95821, 2552, 230, 'Saint Thomas', 385079340, -924407920, 0),
(95822, 2552, 230, 'Sarcoxie', 370675270, -941234440, 0),
(95823, 2552, 230, 'Sedgewickville', 375472570, -899276490, 0),
(95824, 2552, 230, 'Shelbyville', 398058700, -920415600, 0),
(95825, 2552, 230, 'Silva', 372259800, -904419000, 0),
(95826, 2552, 230, 'Slater', 392147850, -930714210, 0),
(95827, 2552, 230, 'Spokane', 368571420, -932685990, 0),
(95828, 2552, 230, 'Squires', 368467910, -925827020, 0),
(95829, 2552, 230, 'Stark City', 368864170, -941418950, 0),
(95830, 2552, 230, 'Stotts City', 371115360, -939577620, 0),
(95831, 2552, 230, 'Sturgeon', 392330600, -922802800, 0),
(95832, 2552, 230, 'Sumner', 396556550, -932426570, 0),
(95833, 2552, 230, 'Taylor', 399380600, -915238900, 0),
(95834, 2552, 230, 'Tecumseh', 365914200, -922611000, 0),
(95835, 2552, 230, 'Theodosia', 365779800, -927067800, 0),
(95836, 2552, 230, 'Tunas', 378369660, -929588820, 0),
(95837, 2552, 230, 'Union Star', 399790040, -945968800, 0),
(95838, 2552, 230, 'Unionville', 404769600, -930032600, 0),
(95839, 2552, 230, 'Vanzant', 369710920, -921993200, 0),
(95840, 2552, 230, 'Vichy', 381056760, -917992680, 0),
(95841, 2552, 230, 'Vinita Park', 387038110, -903652750, 0),
(95842, 2552, 230, 'Walnut Grove', 374111020, -935472720, 0),
(95843, 2552, 230, 'Walnut Shade', 367693400, -932261900, 0),
(95844, 2552, 230, 'Wellington', 391324110, -939854800, 0),
(95845, 2552, 230, 'Wellsville', 390719800, -915701600, 0),
(95846, 2552, 230, 'West Alton', 388665000, -902129000, 0),
(95847, 2552, 230, 'Westboro', 405301220, -953164420, 0),
(95848, 2552, 230, 'Westphalia', 384282600, -920231400, 0),
(95849, 2552, 230, 'Wheaton', 367629190, -940593330, 0),
(95850, 2552, 230, 'Whitewater', 372746140, -897583350, 0),
(95851, 2552, 230, 'Williamsville', 369642330, -904899250, 0),
(95852, 2552, 230, 'Winona', 370591030, -912304750, 0),
(95853, 2552, 230, 'Worth', 404286240, -944228350, 0),
(95854, 2552, 230, 'Wyaconda', 403353400, -918927300, 0),
(95855, 2553, 230, 'Alder', 452863500, -1121033100, 0),
(95856, 2553, 230, 'Belfry', 450665600, -1091649100, 0),
(95857, 2553, 230, 'Belt', 473698670, -1109014180, 0),
(95858, 2553, 230, 'Big Arm', 477950190, -1142969190, 0),
(95859, 2553, 230, 'Birney', 453073090, -1064916600, 0),
(95860, 2553, 230, 'Bonner', 468772870, -1136301320, 0),
(95861, 2553, 230, 'Boulder', 462023390, -1120815940, 0),
(95862, 2553, 230, 'Buffalo', 468016920, -1096893210, 0),
(95863, 2553, 230, 'Capitol', 454676430, -1041847910, 0),
(95864, 2553, 230, 'Cardwell', 458627540, -1119776080, 0),
(95865, 2553, 230, 'Condon', 474903700, -1137146800, 0),
(95866, 2553, 230, 'Conner', 458538970, -1143330940, 0),
(95867, 2553, 230, 'Coram', 484365680, -1140536310, 0),
(95868, 2553, 230, 'Darby', 459930980, -1141829570, 0),
(95869, 2553, 230, 'Decker', 451305380, -1066985610, 0),
(95870, 2553, 230, 'Dixon', 473066190, -1143697160, 0),
(95871, 2553, 230, 'Drummond', 466605640, -1131689930, 0),
(95872, 2553, 230, 'Dutton', 478459420, -1117115770, 0),
(95873, 2553, 230, 'Ethridge', 485954330, -1121016220, 0),
(95874, 2553, 230, 'Fairview', 478549000, -1040462700, 0),
(95875, 2553, 230, 'Fishtail', 453000750, -1097877940, 0),
(95876, 2553, 230, 'Harlem', 486019440, -1088525470, 0),
(95877, 2553, 230, 'Harlowton', 464355100, -1098343500, 0),
(95878, 2553, 230, 'Harrison', 457318860, -1118024440, 0),
(95879, 2553, 230, 'Hathaway', 462761110, -1061961110, 0),
(95880, 2553, 230, 'Helena Valley West Central', 466629100, -1120604400, 0),
(95881, 2553, 230, 'Helmville', 468801990, -1129925570, 0),
(95882, 2553, 230, 'Jefferson City', 463817000, -1120564000, 0),
(95883, 2553, 230, 'Jordan', 473208300, -1069100700, 0),
(95884, 2553, 230, 'Judith Gap', 466035770, -1095984910, 0),
(95885, 2553, 230, 'Lloyd', 480423610, -1092162450, 0),
(95886, 2553, 230, 'Loma', 480040890, -1103908030, 0),
(95887, 2553, 230, 'Malta', 483597200, -1078742800, 0),
(95888, 2553, 230, 'Marysville', 467505560, -1122994440, 0),
(95889, 2553, 230, 'McAllister', 454465060, -1117847910, 0),
(95890, 2553, 230, 'Melville', 460742720, -1098765110, 0),
(95891, 2553, 230, 'Montana City', 464953800, -1119675000, 0),
(95892, 2553, 230, 'Neihart', 470431280, -1107727900, 0),
(95893, 2553, 230, 'Noxon', 480393740, -1158214170, 0),
(95894, 2553, 230, 'Nye', 454417660, -1098357480, 0),
(95895, 2553, 230, 'Olive', 455414890, -1056487740, 0),
(95896, 2553, 230, 'Peerless', 487825230, -1058005430, 0),
(95897, 2553, 230, 'Philipsburg', 462990600, -1133613100, 0),
(95898, 2553, 230, 'Pinesdale', 463282970, -1142173510, 0),
(95899, 2553, 230, 'Pony', 456074500, -1119346200, 0),
(95900, 2553, 230, 'Power', 476529810, -1114793660, 0),
(95901, 2553, 230, 'Pray', 454339760, -1106809880, 0),
(95902, 2553, 230, 'Ramsay', 461107910, -1126430450, 0),
(95903, 2553, 230, 'Reed Point', 457072200, -1095444400, 0),
(95904, 2553, 230, 'Rexford', 489206580, -1151740140, 0),
(95905, 2553, 230, 'Ryegate', 462971800, -1092587900, 0),
(95906, 2553, 230, 'Sand Coulee', 473968300, -1111659890, 0),
(95907, 2553, 230, 'Savage', 474527400, -1043418930, 0),
(95908, 2553, 230, 'Stanford', 471535800, -1102182600, 0),
(95909, 2553, 230, 'Superior', 471803260, -1148869390, 0),
(95910, 2553, 230, 'Thompson Falls', 475971600, -1153443200, 0),
(95911, 2553, 230, 'Ulm', 474210400, -1115420120, 0),
(95912, 2553, 230, 'Volborg', 460345920, -1056235460, 0),
(95913, 2553, 230, 'White Sulphur Springs', 465482800, -1109021600, 0),
(95914, 2553, 230, 'Wibaux', 469850100, -1041882700, 0),
(95915, 2553, 230, 'Willow Creek', 458244580, -1116369660, 0),
(95916, 2553, 230, 'Wolf Creek', 470424000, -1120626300, 0),
(95917, 2553, 230, 'Zurich', 486543710, -1092132640, 0),
(95918, 2554, 230, 'Alma', 401003480, -993608800, 0),
(95919, 2554, 230, 'Amelia', 422152600, -988429100, 0),
(95920, 2554, 230, 'Ames', 414598020, -966379430, 0),
(95921, 2554, 230, 'Ansley', 413287880, -993283330, 0),
(95922, 2554, 230, 'Arlington', 414525000, -963511300, 0),
(95923, 2554, 230, 'Arnold', 414230500, -1001932680, 0),
(95924, 2554, 230, 'Ashby', 419086750, -1019546260, 0),
(95925, 2554, 230, 'Atlanta', 404530680, -993394580, 0),
(95926, 2554, 230, 'Axtell', 404797400, -991272950, 0),
(95927, 2554, 230, 'Beemer', 419310040, -968090690, 0),
(95928, 2554, 230, 'Bellwood', 413422200, -972391700, 0),
(95929, 2554, 230, 'Brainard', 411766820, -969657140, 0),
(95930, 2554, 230, 'Bruning', 403355600, -975650000, 0),
(95931, 2554, 230, 'Burr', 405363250, -962994800, 0),
(95932, 2554, 230, 'Callaway', 412911390, -999216210, 0),
(95933, 2554, 230, 'Carleton', 402963050, -976665900, 0),
(95934, 2554, 230, 'Cedar Rapids', 415569310, -981439890, 0),
(95935, 2554, 230, 'Ceresco', 410588210, -966469850, 0),
(95936, 2554, 230, 'Chapman', 409990980, -982038810, 0),
(95937, 2554, 230, 'Chester', 400108740, -976169000, 0),
(95938, 2554, 230, 'Clarkson', 417224430, -971216600, 0),
(95939, 2554, 230, 'Cody', 429358800, -1012534600, 0),
(95940, 2554, 230, 'Cook', 405105820, -961619960, 0),
(95941, 2554, 230, 'Dannebrog', 411246000, -985483200, 0),
(95942, 2554, 230, 'De Witt', 403954470, -969221210, 0),
(95943, 2554, 230, 'Decatur', 420063260, -962493950, 0),
(95944, 2554, 230, 'Deshler', 401399740, -977235840, 0),
(95945, 2554, 230, 'Deweese', 403550300, -981381100, 0),
(95946, 2554, 230, 'Dodge', 417250820, -968800440, 0),
(95947, 2554, 230, 'Doniphan', 407737740, -983705660, 0),
(95948, 2554, 230, 'Douglas', 405927730, -963857660, 0),
(95949, 2554, 230, 'Dwight', 410897870, -969658250, 0),
(95950, 2554, 230, 'Eddyville', 410110800, -997042800, 0),
(95951, 2554, 230, 'Edison', 402635450, -997985780, 0),
(95952, 2554, 230, 'Elba', 412830820, -985941870, 0),
(95953, 2554, 230, 'Elwood', 405578400, -998563800, 0),
(95954, 2554, 230, 'Emerson', 422841950, -967263290, 0),
(95955, 2554, 230, 'Emmet', 424366320, -988302930, 0),
(95956, 2554, 230, 'Exeter', 406440120, -974485130, 0),
(95957, 2554, 230, 'Fairfield', 404318690, -981063020, 0),
(95958, 2554, 230, 'Farnam', 407068080, -1002155600, 0),
(95959, 2554, 230, 'Franklin', 400961200, -989525800, 0),
(95960, 2554, 230, 'Funk', 404638160, -992496270, 0),
(95961, 2554, 230, 'Genoa', 414486200, -977306100, 0),
(95962, 2554, 230, 'Glenvil', 404809230, -982213730, 0),
(95963, 2554, 230, 'Grafton', 406277520, -977145320, 0),
(95964, 2554, 230, 'Greenwood', 409720210, -966922360, 0),
(95965, 2554, 230, 'Gresham', 410068230, -974204640, 0),
(95966, 2554, 230, 'Haigler', 401595750, -1019468810, 0),
(95967, 2554, 230, 'Harrison', 426910540, -1038552430, 0),
(95968, 2554, 230, 'Hartington', 426225000, -972645000, 0),
(95969, 2554, 230, 'Harvard', 406189000, -980972700, 0),
(95970, 2554, 230, 'Hay Springs', 426841750, -1026903300, 0),
(95971, 2554, 230, 'Hazard', 410267740, -989164260, 0),
(95972, 2554, 230, 'Heartwell', 405676560, -987808060, 0),
(95973, 2554, 230, 'Hebron', 401663900, -975858800, 0),
(95974, 2554, 230, 'Hooper', 416111100, -965472200, 0),
(95975, 2554, 230, 'Humphrey', 416903900, -974870190, 0),
(95976, 2554, 230, 'Indianola', 402410550, -1004179310, 0),
(95977, 2554, 230, 'Inland', 405720000, -982278000, 0),
(95978, 2554, 230, 'Keystone', 413041460, -1016075470, 0),
(95979, 2554, 230, 'Kilgore', 428736000, -1010158040, 0),
(95980, 2554, 230, 'Kimball', 412334210, -1036580640, 0),
(95981, 2554, 230, 'Lawrence', 402635050, -982171950, 0),
(95982, 2554, 230, 'Lemoyne', 413376090, -1018789240, 0),
(95983, 2554, 230, 'Lewellen', 414428370, -1021115950, 0),
(95984, 2554, 230, 'Lewiston', 402432050, -964066740, 0),
(95985, 2554, 230, 'Litchfield', 411999740, -991203970, 0),
(95986, 2554, 230, 'Long Pine', 424365830, -997478810, 0),
(95987, 2554, 230, 'Malmo', 413039970, -967346620, 0),
(95988, 2554, 230, 'Marquette', 410058960, -980091710, 0),
(95989, 2554, 230, 'Mason City', 411630980, -993110310, 0),
(95990, 2554, 230, 'McCool Junction', 407436750, -975960850, 0),
(95991, 2554, 230, 'McLean', 423981570, -974745150, 0),
(95992, 2554, 230, 'Memphis', 410946460, -964327600, 0),
(95993, 2554, 230, 'Milligan', 405003380, -973876000, 0),
(95994, 2554, 230, 'Minatare', 418500640, -1036144060, 0),
(95995, 2554, 230, 'Monroe', 414680170, -976136440, 0),
(95996, 2554, 230, 'Morse Bluff', 414133520, -968040660, 0),
(95997, 2554, 230, 'Murdock', 409266170, -962808430, 0),
(95998, 2554, 230, 'Nehawka', 408350180, -959972680, 0),
(95999, 2554, 230, 'Newcastle', 426595800, -968868190, 0),
(96000, 2554, 230, 'Newport', 425961200, -993340200, 0),
(96001, 2554, 230, 'Niobrara', 427684800, -980098800, 0),
(96002, 2554, 230, 'North Loup', 414658630, -987037720, 0),
(96003, 2554, 230, 'Oak', 402634350, -978771720, 0),
(96004, 2554, 230, 'Oakdale', 420461210, -979497780, 0),
(96005, 2554, 230, 'Oconto', 411331200, -996639390, 0),
(96006, 2554, 230, 'Orchard', 423361100, -982400000, 0),
(96007, 2554, 230, 'Orleans', 401761690, -994609730, 0),
(96008, 2554, 230, 'Palmer', 411679260, -982167020, 0),
(96009, 2554, 230, 'Parks', 401739490, -1017669010, 0),
(96010, 2554, 230, 'Pawnee City', 401114040, -961526310, 0),
(96011, 2554, 230, 'Paxton', 411247200, -1013558300, 0),
(96012, 2554, 230, 'Petersburg', 418573370, -981478560, 0),
(96013, 2554, 230, 'Pickrell', 403929180, -967419190, 0),
(96014, 2554, 230, 'Plainview', 423497300, -977920100, 0),
(96015, 2554, 230, 'Plymouth', 403032220, -969879290, 0),
(96016, 2554, 230, 'Polk', 410731350, -977863550, 0),
(96017, 2554, 230, 'Potter', 412177800, -1033147200, 0),
(96018, 2554, 230, 'Randolph', 423767350, -973567900, 0),
(96019, 2554, 230, 'Roca', 406749010, -966674690, 0),
(96020, 2554, 230, 'Royal', 423065180, -981256480, 0),
(96021, 2554, 230, 'Saint Libory', 410845800, -983623800, 0),
(96022, 2554, 230, 'Shelton', 407770240, -987307720, 0),
(96023, 2554, 230, 'Smithfield', 405853890, -998594830, 0),
(96024, 2554, 230, 'Sterling', 404619400, -963783300, 0),
(96025, 2554, 230, 'Surprise', 410971800, -973134000, 0),
(96026, 2554, 230, 'Swanton', 403932700, -970837650, 0),
(96027, 2554, 230, 'Terrytown', 418474700, -1036616100, 0),
(96028, 2554, 230, 'Ulysses', 410709940, -972004030, 0),
(96029, 2554, 230, 'Union', 408271920, -958961330, 0),
(96030, 2554, 230, 'Valparaiso', 410795280, -968303860, 0),
(96031, 2554, 230, 'Venango', 408502340, -1019362010, 0),
(96032, 2554, 230, 'Verdigre', 425976100, -980390370, 0),
(96033, 2554, 230, 'Virginia', 402452800, -964977800, 0),
(96034, 2554, 230, 'Wallace', 408366000, -1011628000, 0),
(96035, 2554, 230, 'Walton', 407585380, -965125340, 0),
(96036, 2554, 230, 'Washington', 413974800, -962077200, 0),
(96037, 2554, 230, 'Wausa', 424975300, -975389840, 0),
(96038, 2554, 230, 'Wellfleet', 407946540, -1007283160, 0),
(96039, 2554, 230, 'Western', 403972550, -972296520, 0),
(96040, 2554, 230, 'Wilsonville', 400889310, -1001369560, 0),
(96041, 2554, 230, 'Wisner', 419906000, -969159270, 0),
(96042, 2555, 230, 'Austin', 397360900, -1171967600, 0),
(96043, 2555, 230, 'Cold Springs', 396801900, -1199765900, 0),
(96044, 2555, 230, 'Deeth', 410803200, -1152714600, 0),
(96045, 2555, 230, 'Dyer', 376783200, -1180836000, 0),
(96046, 2555, 230, 'Gardnerville Ranchos', 388882400, -1197412900, 0),
(96047, 2555, 230, 'Golconda', 410098210, -1172972300, 0),
(96048, 2555, 230, 'Imlay', 406600000, -1181400000, 0),
(96049, 2555, 230, 'Indian Springs', 365708280, -1156699030, 0),
(96050, 2555, 230, 'Lund', 389073010, -1151342120, 0),
(96051, 2555, 230, 'McGill', 394049400, -1147786300, 0),
(96052, 2555, 230, 'Mercury', 366602100, -1159991700, 0),
(96053, 2555, 230, 'Mina', 383855940, -1181064920, 0),
(96054, 2555, 230, 'Owyhee', 417485670, -1160116530, 0),
(96055, 2555, 230, 'Paradise Valley', 416026490, -1173818900, 0),
(96056, 2555, 230, 'Schurz', 389461150, -1188183040, 0),
(96057, 2555, 230, 'Searchlight', 354656640, -1149160490, 0),
(96058, 2555, 230, 'Silverpeak', 378044740, -1178768640, 0),
(96059, 2555, 230, 'Valmy', 407927780, -1171258330, 0),
(96060, 2556, 230, 'Alton Bay', 434700000, -712341700, 0),
(96061, 2556, 230, 'Barnstead', 433698790, -712916860, 0),
(96062, 2556, 230, 'Bennington', 430027860, -719236190, 0),
(96063, 2556, 230, 'Brentwood', 429775200, -709923000, 0),
(96064, 2556, 230, 'Deerfield', 431411930, -712452100, 0),
(96065, 2556, 230, 'Derry Village', 428917500, -713120100, 0),
(96066, 2556, 230, 'Drewsville', 431280560, -723925000, 0),
(96067, 2556, 230, 'Dublin', 428987030, -720427770, 0),
(96068, 2556, 230, 'Errol', 447774500, -711757390, 0),
(96069, 2556, 230, 'Etna', 437155200, -722127770, 0),
(96070, 2556, 230, 'Haverhill', 440345100, -720639800, 0),
(96071, 2556, 230, 'Hopkinton', 432032400, -716730600, 0),
(96072, 2556, 230, 'Jefferson', 444189500, -714745300, 0),
(96073, 2556, 230, 'Kensington', 429270300, -709439400, 0),
(96074, 2556, 230, 'Lyme Town Offices', 438152500, -721494200, 0),
(96075, 2556, 230, 'Meriden', 435180350, -722793600, 0),
(96076, 2556, 230, 'Milan', 445733900, -711850800, 0),
(96077, 2556, 230, 'New Castle', 430688070, -707205140, 0),
(96078, 2556, 230, 'Newington', 430681200, -707854200, 0),
(96079, 2556, 230, 'North Haverhill', 440853290, -720253870, 0),
(96080, 2556, 230, 'North Sutton', 433638890, -719400000, 0),
(96081, 2556, 230, 'North Walpole', 431418840, -724477580, 0),
(96082, 2556, 230, 'Northfield', 434564400, -715700400, 0),
(96083, 2556, 230, 'Orford', 439053500, -721400900, 0),
(96084, 2556, 230, 'Piermont', 439766990, -720969370, 0),
(96085, 2556, 230, 'Plainfield', 435180350, -722793600, 0),
(96086, 2556, 230, 'Salisbury', 433319510, -714575770, 0),
(96087, 2556, 230, 'South Tamworth', 438397960, -713126850, 0),
(96088, 2556, 230, 'Springfield', 434877310, -720536190, 0),
(96089, 2556, 230, 'Stoddard', 430894270, -720872240, 0),
(96090, 2556, 230, 'Sullivan', 429938890, -721961110, 0),
(96091, 2556, 230, 'Sutton', 433200000, -719347220, 0),
(96092, 2556, 230, 'Unity', 433685720, -723454160, 0),
(96093, 2556, 230, 'West Peterborough', 428731510, -719668810, 0),
(96094, 2556, 230, 'Wilmot', 434517400, -719136900, 0),
(96095, 2556, 230, 'Winchester', 427855800, -723348000, 0),
(96096, 2557, 230, 'Allenhurst', 402372600, -740058000, 0),
(96097, 2557, 230, 'Alloway', 395632520, -753467410, 0),
(96098, 2557, 230, 'Baptistown', 405216000, -750063000, 0),
(96099, 2557, 230, 'Blawenburg', 404040500, -747032000, 0),
(96100, 2557, 230, 'Cedar Brook', 397126250, -748987430, 0),
(96101, 2557, 230, 'Chesterfield', 401523000, -746539000, 0),
(96102, 2557, 230, 'Cliffwood Beach', 404420500, -742168100, 0),
(96103, 2557, 230, 'Cookstown', 400488900, -745625000, 0),
(96104, 2557, 230, 'Crandon Lakes', 411242600, -748398900, 0),
(96105, 2557, 230, 'Deepwater', 396831200, -754916500, 0),
(96106, 2557, 230, 'Delmont', 392038780, -749711380, 0),
(96107, 2557, 230, 'Dennisville', 391921030, -748214230, 0),
(96108, 2557, 230, 'Dorchester', 392727000, -749772000, 0),
(96109, 2557, 230, 'Edgewater Park', 400582170, -749134870, 0),
(96110, 2557, 230, 'Fairton', 393792500, -752233500, 0),
(96111, 2557, 230, 'Folsom', 396299540, -747701430, 0),
(96112, 2557, 230, 'Gibbstown', 398263000, -752751000, 0),
(96113, 2557, 230, 'Golden Triangle', 399278900, -750387800, 0),
(96114, 2557, 230, 'Greendell', 409738890, -748213890, 0),
(96115, 2557, 230, 'Greenwich', 393897220, -753388890, 0),
(96116, 2557, 230, 'Hamilton Square', 402273300, -746532100, 0),
(96117, 2557, 230, 'Hibernia', 409428750, -744954250, 0),
(96118, 2557, 230, 'Hopatcong Hills', 409439900, -746707200, 0),
(96119, 2557, 230, 'Imlaystown', 401646490, -744970580, 0),
(96120, 2557, 230, 'Lake Como', 401655000, -740726400, 0),
(96121, 2557, 230, 'Lake Telemark', 409567700, -744979300, 0),
(96122, 2557, 230, 'Longport', 393167000, -745455000, 0),
(96123, 2557, 230, 'Norma', 394960800, -750883200, 0),
(96124, 2557, 230, 'North Cape May', 389712000, -749231400, 0),
(96125, 2557, 230, 'Quinton', 395571860, -754034760, 0),
(96126, 2557, 230, 'Sea Bright', 403705800, -740046000, 0),
(96127, 2557, 230, 'Seaside Park', 399221420, -740790800, 0),
(96128, 2557, 230, 'Ship Bottom', 396468000, -741858600, 0),
(96129, 2557, 230, 'Tewksbury', 406919440, -747833330, 0),
(96130, 2557, 230, 'Waterford Works', 397225800, -748590000, 0),
(96131, 2557, 230, 'White Horse', 401906700, -747023800, 0),
(96132, 2557, 230, 'White Meadow Lake', 409237100, -745107100, 0),
(96133, 2557, 230, 'Whittingham', 403298200, -744451100, 0),
(96134, 2558, 230, 'Abiquiu', 361546240, -1062361270, 0),
(96135, 2558, 230, 'Acoma Pueblo', 350830830, -1075959790, 0),
(96136, 2558, 230, 'Arroyo Seco', 365166900, -1055691800, 0),
(96137, 2558, 230, 'Blanco', 367800300, -1077342090, 0),
(96138, 2558, 230, 'Brimhall', 358084830, -1085765860, 0),
(96139, 2558, 230, 'Buckhorn', 328673990, -1087222330, 0),
(96140, 2558, 230, 'Cannon Air Force Base', 343865800, -1033177300, 0),
(96141, 2558, 230, 'Caprock', 334043950, -1036587920, 0),
(96142, 2558, 230, 'Clines Corners', 350099300, -1059720160, 0),
(96143, 2558, 230, 'Cochiti Lake', 356469000, -1063350000, 0),
(96144, 2558, 230, 'Crossroads', 335082800, -1033388500, 0),
(96145, 2558, 230, 'Dora', 339385800, -1033360800, 0),
(96146, 2558, 230, 'El Rito', 363227130, -1062810640, 0),
(96147, 2558, 230, 'Enchanted Hills', 353367600, -1065929600, 0),
(96148, 2558, 230, 'Encino', 345938790, -1054988350, 0),
(96149, 2558, 230, 'Fort Stanton', 334958330, -1055225000, 0),
(96150, 2558, 230, 'Fort Wingate', 354314110, -1087262290, 0),
(96151, 2558, 230, 'Fruitland', 367437690, -1083977670, 0),
(96152, 2558, 230, 'Gallina', 361639600, -1066092500, 0),
(96153, 2558, 230, 'Hachita', 319168600, -1083225900, 0),
(96154, 2558, 230, 'Hanover', 327466670, -1078858330, 0),
(96155, 2558, 230, 'Jal', 321121510, -1031948730, 0),
(96156, 2558, 230, 'Jemez Springs', 357641640, -1069213430, 0),
(96157, 2558, 230, 'La Puebla', 359891900, -1059964100, 0),
(96158, 2558, 230, 'Lake Arthur', 329881290, -1044119210, 0),
(96159, 2558, 230, 'Lemitar', 341598600, -1069084590, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(96160, 2558, 230, 'Lincoln', 334896500, -1055348990, 0),
(96161, 2558, 230, 'Lingo', 336522940, -1031396280, 0),
(96162, 2558, 230, 'Loving', 322862300, -1040957700, 0),
(96163, 2558, 230, 'Maljamar', 328279370, -1037358520, 0),
(96164, 2558, 230, 'Maxwell', 365409890, -1045399840, 0),
(96165, 2558, 230, 'McAlister', 347446790, -1036601120, 0),
(96166, 2558, 230, 'McIntosh', 347475950, -1061564730, 0),
(96167, 2558, 230, 'Melrose', 344284550, -1036301650, 0),
(96168, 2558, 230, 'Milnesand', 336302760, -1032855440, 0),
(96169, 2558, 230, 'New Laguna', 350019590, -1074130180, 0),
(96170, 2558, 230, 'Newcomb', 362832870, -1087068320, 0),
(96171, 2558, 230, 'Orogrande', 323772900, -1060918100, 0),
(96172, 2558, 230, 'Paguate', 348738700, -1072843300, 0),
(96173, 2558, 230, 'Peralta', 348327000, -1066628400, 0),
(96174, 2558, 230, 'Picacho', 334259300, -1050328100, 0),
(96175, 2558, 230, 'Pinehill', 351348000, -1084956000, 0),
(96176, 2558, 230, 'Pojoaque', 355849500, -1060215800, 0),
(96177, 2558, 230, 'Radium Springs', 326410800, -1070726500, 0),
(96178, 2558, 230, 'Rehoboth', 354314160, -1087262340, 0),
(96179, 2558, 230, 'Ribera', 352351450, -1055197680, 0),
(96180, 2558, 230, 'Rincon', 326675880, -1071552260, 0),
(96181, 2558, 230, 'Salem', 327149140, -1072366460, 0),
(96182, 2558, 230, 'San Felipe Pueblo', 353796250, -1064800560, 0),
(96183, 2558, 230, 'San Fidel', 350824100, -1076079500, 0),
(96184, 2558, 230, 'San Patricio', 333644940, -1053555880, 0),
(96185, 2558, 230, 'Santa Clara', 327795200, -1081503200, 0),
(96186, 2558, 230, 'Taos Pueblo', 363974400, -1055944800, 0),
(96187, 2558, 230, 'Tesuque', 358080720, -1059171190, 0),
(96188, 2558, 230, 'Tierra Amarilla', 367272220, -1065327780, 0),
(96189, 2558, 230, 'Tinnie', 332765730, -1051370490, 0),
(96190, 2558, 230, 'Truchas', 360371700, -1058078100, 0),
(96191, 2558, 230, 'Upper Fruitland', 367158400, -1083142400, 0),
(96192, 2558, 230, 'Valmora', 358500000, -1054333330, 0),
(96193, 2558, 230, 'Velarde', 361461110, -1060050000, 0),
(96194, 2558, 230, 'Wagon Mound', 360103840, -1047017160, 0),
(96195, 2558, 230, 'Waterflow', 367597200, -1084817500, 0),
(96196, 2558, 230, 'Weed', 328018830, -1054609470, 0),
(96197, 2558, 230, 'White Sands', 322604510, -1064709400, 0),
(96198, 2558, 230, 'Whites City', 321755560, -1043761110, 0),
(96199, 2558, 230, 'Youngsville', 361891300, -1065586200, 0),
(96200, 2559, 230, 'Acra', 423269440, -740988890, 0),
(96201, 2559, 230, 'Adams Center', 438600600, -760054800, 0),
(96202, 2559, 230, 'Alexander', 429181960, -782543350, 0),
(96203, 2559, 230, 'Ancramdale', 420401260, -736281120, 0),
(96204, 2559, 230, 'Argyle', 432367800, -734569800, 0),
(96205, 2559, 230, 'Ashland', 422383770, -743060980, 0),
(96206, 2559, 230, 'Bardonia', 410970600, -740101200, 0),
(96207, 2559, 230, 'Barneveld', 432315600, -751575600, 0),
(96208, 2559, 230, 'Bay Wood', 407501000, -732912300, 0),
(96209, 2559, 230, 'Belleville', 437884870, -761142470, 0),
(96210, 2559, 230, 'Bergen', 430764950, -779860610, 0),
(96211, 2559, 230, 'Berlin', 426933210, -733700230, 0),
(96212, 2559, 230, 'Bethel', 416639230, -749059590, 0),
(96213, 2559, 230, 'Bloomingburg', 415541700, -744394400, 0),
(96214, 2559, 230, 'Bloomington', 418479600, -740790600, 0),
(96215, 2559, 230, 'Bolivar', 420778080, -781557970, 0),
(96216, 2559, 230, 'Bouckville', 428964690, -755731040, 0),
(96217, 2559, 230, 'Branchport', 426126680, -772118890, 0),
(96218, 2559, 230, 'Brant', 425827560, -790129000, 0),
(96219, 2559, 230, 'Brant Lake', 436715500, -737692400, 0),
(96220, 2559, 230, 'Brantingham', 436885800, -752925000, 0),
(96221, 2559, 230, 'Brookhaven', 407792700, -729153800, 0),
(96222, 2559, 230, 'Buskirk', 429608570, -734508180, 0),
(96223, 2559, 230, 'Cadyville', 446748080, -736677890, 0),
(96224, 2559, 230, 'Cameron', 421997820, -774648790, 0),
(96225, 2559, 230, 'Canaan', 423938010, -734024570, 0),
(96226, 2559, 230, 'Canajoharie', 429056300, -745718100, 0),
(96227, 2559, 230, 'Caroga Lake', 431997600, -745101000, 0),
(96228, 2559, 230, 'Cassadaga', 423483060, -792952300, 0),
(96229, 2559, 230, 'Castle Point', 415285250, -739634330, 0),
(96230, 2559, 230, 'Castorland', 438883940, -754571620, 0),
(96231, 2559, 230, 'Cayuga', 429261420, -767215580, 0),
(96232, 2559, 230, 'Central Bridge', 427164720, -743582710, 0),
(96233, 2559, 230, 'Chaffee', 425694790, -785033610, 0),
(96234, 2559, 230, 'Chelsea', 415536000, -739672200, 0),
(96235, 2559, 230, 'Chemung', 420474810, -766187300, 0),
(96236, 2559, 230, 'Cherry Creek', 423114120, -791409930, 0),
(96237, 2559, 230, 'Cherry Plain', 426349550, -733543790, 0),
(96238, 2559, 230, 'Childwold', 443010000, -746978400, 0),
(96239, 2559, 230, 'Churubusco', 449516790, -739342300, 0),
(96240, 2559, 230, 'Claryville', 419740720, -745414790, 0),
(96241, 2559, 230, 'Claverack', 422243880, -737342150, 0),
(96242, 2559, 230, 'Clemons', 436373590, -734378760, 0),
(96243, 2559, 230, 'Clyde', 430801610, -768719460, 0),
(96244, 2559, 230, 'Cochecton', 417596400, -747928800, 0),
(96245, 2559, 230, 'Coeymans', 424736160, -737948600, 0),
(96246, 2559, 230, 'Coeymans Hollow', 424984200, -739122600, 0),
(96247, 2559, 230, 'Collins', 424994000, -788596000, 0),
(96248, 2559, 230, 'Collins Center', 424936110, -788516670, 0),
(96249, 2559, 230, 'Comstock', 434599940, -733705090, 0),
(96250, 2559, 230, 'Conewango Valley', 422401630, -790618780, 0),
(96251, 2559, 230, 'Connelly', 419094880, -739912560, 0),
(96252, 2559, 230, 'Constableville', 435647200, -754258300, 0),
(96253, 2559, 230, 'Copake', 421161960, -735558830, 0),
(96254, 2559, 230, 'Copenhagen', 438934180, -757068160, 0),
(96255, 2559, 230, 'Corbettsville', 420154800, -757908000, 0),
(96256, 2559, 230, 'Corfu', 429778200, -783835800, 0),
(96257, 2559, 230, 'Cowlesville', 428173530, -784559330, 0),
(96258, 2559, 230, 'Croton Falls', 413466760, -736591300, 0),
(96259, 2559, 230, 'Crugers', 412167600, -738967200, 0),
(96260, 2559, 230, 'Cuddebackville', 414818900, -746285150, 0),
(96261, 2559, 230, 'Cumberland Head', 447164300, -734026300, 0),
(96262, 2559, 230, 'Dalton', 425441720, -779233350, 0),
(96263, 2559, 230, 'Darien Center', 428935970, -783792370, 0),
(96264, 2559, 230, 'Davenport Center', 424573130, -748980040, 0),
(96265, 2559, 230, 'De Ruyter', 427602000, -758923200, 0),
(96266, 2559, 230, 'Deerfield', 431744440, -751616670, 0),
(96267, 2559, 230, 'Denver', 422701090, -745321210, 0),
(96268, 2559, 230, 'Dewittville', 422401090, -794012750, 0),
(96269, 2559, 230, 'Diamond Point', 434853000, -736919400, 0),
(96270, 2559, 230, 'Durhamville', 431418000, -756700200, 0),
(96271, 2559, 230, 'Earlton', 423516430, -739035760, 0),
(96272, 2559, 230, 'East Atlantic Beach', 407898200, -737470800, 0),
(96273, 2559, 230, 'East Bloomfield', 428896800, -774469940, 0),
(96274, 2559, 230, 'East Branch', 420238890, -751130560, 0),
(96275, 2559, 230, 'East Hills', 407846590, -736394970, 0),
(96276, 2559, 230, 'East Meredith', 424168200, -748885800, 0),
(96277, 2559, 230, 'East Otto', 424082310, -787258000, 0),
(96278, 2559, 230, 'Ellisburg', 437406410, -761214480, 0),
(96279, 2559, 230, 'Elma Center', 428297800, -786361400, 0),
(96280, 2559, 230, 'Elmira Heights', 421298000, -768207900, 0),
(96281, 2559, 230, 'Esopus', 418392240, -739925790, 0),
(96282, 2559, 230, 'Fabius', 428551520, -759840800, 0),
(96283, 2559, 230, 'Farmersville Station', 424367400, -783022200, 0),
(96284, 2559, 230, 'Fishers Landing', 442763890, -760083330, 0),
(96285, 2559, 230, 'Fleischmanns', 421950000, -745505560, 0),
(96286, 2559, 230, 'Flower Hill', 408073200, -736812400, 0),
(96287, 2559, 230, 'Forestport', 434935800, -751633200, 0),
(96288, 2559, 230, 'Fort Covington', 449551930, -744876460, 0),
(96289, 2559, 230, 'Fort Johnson', 429605980, -742517720, 0),
(96290, 2559, 230, 'Fort Montgomery', 413371450, -739861640, 0),
(96291, 2559, 230, 'Freedom', 424766400, -783164400, 0),
(96292, 2559, 230, 'Friendship', 422064600, -781375100, 0),
(96293, 2559, 230, 'Garden City South', 407191670, -736888890, 0),
(96294, 2559, 230, 'Glenham', 415196220, -739382620, 0),
(96295, 2559, 230, 'Glenwood Landing', 408306600, -736387400, 0),
(96296, 2559, 230, 'Grand Gorge', 423860170, -745284210, 0),
(96297, 2559, 230, 'Granite Springs', 413188000, -737651000, 0),
(96298, 2559, 230, 'Great Valley', 422125800, -785907000, 0),
(96299, 2559, 230, 'Green Island', 427420200, -736947600, 0),
(96300, 2559, 230, 'Greenwood', 421445430, -776418500, 0),
(96301, 2559, 230, 'Groveland', 426810780, -777495310, 0),
(96302, 2559, 230, 'Guilderland Center', 427018800, -739666200, 0),
(96303, 2559, 230, 'Hague', 437894490, -734992920, 0),
(96304, 2559, 230, 'Hailesboro', 443077600, -754497100, 0),
(96305, 2559, 230, 'Haines Falls', 421959990, -741164640, 0),
(96306, 2559, 230, 'Hall', 427948100, -770675940, 0),
(96307, 2559, 230, 'Hampton', 409053470, -724111780, 0),
(96308, 2559, 230, 'Hannacroix', 424229990, -738853430, 0),
(96309, 2559, 230, 'Harford', 424193890, -762316340, 0),
(96310, 2559, 230, 'Harris', 417164770, -747273060, 0),
(96311, 2559, 230, 'Hartford', 433347630, -734020380, 0),
(96312, 2559, 230, 'Haviland', 417667600, -739015200, 0),
(96313, 2559, 230, 'Henderson Harbor', 438679700, -761935200, 0),
(96314, 2559, 230, 'Hillburn', 411237680, -741695560, 0),
(96315, 2559, 230, 'Hillcrest', 411278700, -740409700, 0),
(96316, 2559, 230, 'Hillsdale', 422269400, -735369400, 0),
(96317, 2559, 230, 'Hinsdale', 422011200, -784098000, 0),
(96318, 2559, 230, 'Hubbardsville', 428151950, -754568140, 0),
(96319, 2559, 230, 'Hunt', 425562320, -780041110, 0),
(96320, 2559, 230, 'Huntington Bay', 408998200, -734148400, 0),
(96321, 2559, 230, 'Ionia', 429339870, -775100060, 0),
(96322, 2559, 230, 'Jay', 443535310, -737141350, 0),
(96323, 2559, 230, 'Jefferson', 425248200, -746130000, 0),
(96324, 2559, 230, 'Jefferson Heights', 422339800, -738823500, 0),
(96325, 2559, 230, 'Jewett', 422725880, -743173970, 0),
(96326, 2559, 230, 'Johnsburg', 436433300, -740041700, 0),
(96327, 2559, 230, 'Kauneonga Lake', 416903680, -748440420, 0),
(96328, 2559, 230, 'Kennedy', 421561980, -791027100, 0),
(96329, 2559, 230, 'Keuka Park', 425871790, -771189790, 0),
(96330, 2559, 230, 'Knoxboro', 429863890, -755175000, 0),
(96331, 2559, 230, 'La Fargeville', 441910200, -759555600, 0),
(96332, 2559, 230, 'Lacona', 436464320, -760607420, 0),
(96333, 2559, 230, 'Lake Clear', 443675000, -742327800, 0),
(96334, 2559, 230, 'Laurel', 409654090, -725477270, 0),
(96335, 2559, 230, 'Lee Center', 433144200, -755121000, 0),
(96336, 2559, 230, 'Leonardsville', 428086110, -752530560, 0),
(96337, 2559, 230, 'Lewis', 443170210, -735808900, 0),
(96338, 2559, 230, 'Locke', 426491700, -764225000, 0),
(96339, 2559, 230, 'Lodi', 426025980, -768432540, 0),
(96340, 2559, 230, 'Long Eddy', 418684700, -750805100, 0),
(96341, 2559, 230, 'Lowman', 421363240, -767283920, 0),
(96342, 2559, 230, 'Lyme', 440661110, -761741670, 0),
(96343, 2559, 230, 'Lyndonville', 433375040, -783798380, 0),
(96344, 2559, 230, 'Maine', 421998160, -760586600, 0),
(96345, 2559, 230, 'Malden-on-Hudson', 420944670, -739354460, 0),
(96346, 2559, 230, 'Manchester', 429697900, -772302600, 0),
(96347, 2559, 230, 'McDonough', 425187770, -757766010, 0),
(96348, 2559, 230, 'Medusa', 424354120, -741443690, 0),
(96349, 2559, 230, 'Menands', 426769800, -737374800, 0),
(96350, 2559, 230, 'Meridian', 431655000, -765372000, 0),
(96351, 2559, 230, 'Middle Grove', 431187000, -739875000, 0),
(96352, 2559, 230, 'Milton', 416598200, -739570800, 0),
(96353, 2559, 230, 'Model City', 431915000, -789837000, 0),
(96354, 2559, 230, 'Moira', 448681200, -745639800, 0),
(96355, 2559, 230, 'Montezuma', 430527600, -766552800, 0),
(96356, 2559, 230, 'Mount Tremper', 420421360, -742616020, 0),
(96357, 2559, 230, 'Mount Upton', 424102200, -754029000, 0),
(96358, 2559, 230, 'Mumford', 429947400, -778591260, 0),
(96359, 2559, 230, 'New Baltimore', 424461000, -737887800, 0),
(96360, 2559, 230, 'New Suffolk', 409937870, -724761560, 0),
(96361, 2559, 230, 'New York City', 407142700, -740059700, 0),
(96362, 2559, 230, 'Newcomb', 439713900, -741608300, 0),
(96363, 2559, 230, 'Newtonville', 427248000, -737530040, 0),
(96364, 2559, 230, 'Nichols', 420429600, -763587000, 0),
(96365, 2559, 230, 'Nicholville', 447055560, -747152780, 0),
(96366, 2559, 230, 'Nineveh', 421547400, -755427600, 0),
(96367, 2559, 230, 'Niverville', 424409200, -736609500, 0),
(96368, 2559, 230, 'North Bangor', 448189800, -744150000, 0),
(96369, 2559, 230, 'North Brookfield', 428533200, -753775800, 0),
(96370, 2559, 230, 'North Hudson', 440018490, -738016770, 0),
(96371, 2559, 230, 'North Lawrence', 447609700, -746528160, 0),
(96372, 2559, 230, 'North Norwich', 426169440, -755272220, 0),
(96373, 2559, 230, 'North Rose', 431958290, -769072310, 0),
(96374, 2559, 230, 'Oak Hill', 424095990, -741481390, 0),
(96375, 2559, 230, 'Olmstedville', 438617400, -740646800, 0),
(96376, 2559, 230, 'Ontario Center', 432268060, -773064050, 0),
(96377, 2559, 230, 'Oswegatchie', 441831390, -750799020, 0),
(96378, 2559, 230, 'Otisco', 428658330, -762391670, 0),
(96379, 2559, 230, 'Perrysburg', 424706700, -790059960, 0),
(96380, 2559, 230, 'Peterboro', 429668300, -756862710, 0),
(96381, 2559, 230, 'Piermont', 410396900, -739206900, 0),
(96382, 2559, 230, 'Pierrepont Manor', 437350200, -760591200, 0),
(96383, 2559, 230, 'Piffard', 428295980, -778977670, 0),
(96384, 2559, 230, 'Pine Hill', 421314110, -744808750, 0),
(96385, 2559, 230, 'Pine Valley', 422264390, -768512780, 0),
(96386, 2559, 230, 'Plainville', 407191670, -736888890, 0),
(96387, 2559, 230, 'Plandome', 407974200, -736844370, 0),
(96388, 2559, 230, 'Poland', 432051000, -750726000, 0),
(96389, 2559, 230, 'Pond Eddy', 414544880, -748514960, 0),
(96390, 2559, 230, 'Portland', 423766510, -794730710, 0),
(96391, 2559, 230, 'Pottersville', 436980760, -737580550, 0),
(96392, 2559, 230, 'Preston Hollow', 424566000, -742206600, 0),
(96393, 2559, 230, 'Pulteney', 425326600, -771689890, 0),
(96394, 2559, 230, 'Purling', 422688660, -740070410, 0),
(96395, 2559, 230, 'Quogue', 408215810, -726016390, 0),
(96396, 2559, 230, 'Randolph', 421620000, -789753200, 0),
(96397, 2559, 230, 'Raquette Lake', 438712090, -745532060, 0),
(96398, 2559, 230, 'Ray Brook', 442999800, -740857800, 0),
(96399, 2559, 230, 'Redwood', 443022240, -758087710, 0),
(96400, 2559, 230, 'Rensselaerville', 425046600, -741473400, 0),
(96401, 2559, 230, 'Retsof', 428355240, -778803960, 0),
(96402, 2559, 230, 'Richland', 435616590, -760137150, 0),
(96403, 2559, 230, 'Riga', 430694440, -778838890, 0),
(96404, 2559, 230, 'Rodman', 438488470, -758592750, 0),
(96405, 2559, 230, 'Rushford', 423871680, -782403120, 0),
(96406, 2559, 230, 'Sagaponack', 409511720, -722858410, 0),
(96407, 2559, 230, 'Salt Point', 418061100, -737947200, 0),
(96408, 2559, 230, 'Sangerfield', 429138890, -753794440, 0),
(96409, 2559, 230, 'Saranac', 446799410, -738223360, 0),
(96410, 2559, 230, 'Savona', 423083380, -771852250, 0),
(96411, 2559, 230, 'Schodack Landing', 424795200, -737251800, 0),
(96412, 2559, 230, 'Scipio Center', 427844400, -765668400, 0),
(96413, 2559, 230, 'Scotchtown', 414814800, -743601500, 0),
(96414, 2559, 230, 'Severance', 438822020, -737248160, 0),
(96415, 2559, 230, 'Shandaken', 421299600, -743846400, 0),
(96416, 2559, 230, 'Shelter Island Heights', 410839900, -723559200, 0),
(96417, 2559, 230, 'Shinnecock Hills', 408909300, -724637000, 0),
(96418, 2559, 230, 'Silver Springs', 426760800, -780937200, 0),
(96419, 2559, 230, 'Sinclairville', 422745810, -792467490, 0),
(96420, 2559, 230, 'Sloan', 428933900, -787939200, 0),
(96421, 2559, 230, 'Sloansville', 427615250, -743740120, 0),
(96422, 2559, 230, 'Smithville Flats', 423974400, -758365800, 0),
(96423, 2559, 230, 'South Byron', 430483330, -780658330, 0),
(96424, 2559, 230, 'South Cairo', 422730120, -739505250, 0),
(96425, 2559, 230, 'South Dayton', 423985300, -791000880, 0),
(96426, 2559, 230, 'South New Berlin', 425383800, -753477000, 0),
(96427, 2559, 230, 'South Wales', 427088900, -785780600, 0),
(96428, 2559, 230, 'Southfields', 412579230, -741728720, 0),
(96429, 2559, 230, 'Sparrow Bush', 414312370, -747205620, 0),
(96430, 2559, 230, 'Spencertown', 423229750, -735452390, 0),
(96431, 2559, 230, 'Sprakers', 428496000, -744763800, 0),
(96432, 2559, 230, 'Springfield Center', 428423480, -748427070, 0),
(96433, 2559, 230, 'Stafford', 429795820, -780793070, 0),
(96434, 2559, 230, 'Steamburg', 421080000, -789043800, 0),
(96435, 2559, 230, 'Sterling', 433153490, -767021750, 0),
(96436, 2559, 230, 'Stockton', 423269250, -793651920, 0),
(96437, 2559, 230, 'Stony Creek', 434280300, -739653950, 0),
(96438, 2559, 230, 'Stottville', 422862000, -737387300, 0),
(96439, 2559, 230, 'Sugar Loaf', 413213180, -742875210, 0),
(96440, 2559, 230, 'Summitville', 416194100, -744487100, 0),
(96441, 2559, 230, 'Taberg', 433945620, -756122690, 0),
(96442, 2559, 230, 'Tannersville', 421956420, -741337500, 0),
(96443, 2559, 230, 'Thompson Ridge', 415680600, -743300000, 0),
(96444, 2559, 230, 'Town Line', 428906100, -785778000, 0),
(96445, 2559, 230, 'Tribes Hill', 429553500, -742851300, 0),
(96446, 2559, 230, 'Vails Gate', 414658870, -740486380, 0),
(96447, 2559, 230, 'Verbank', 417195350, -737001040, 0),
(96448, 2559, 230, 'Vermontville', 444708000, -740368800, 0),
(96449, 2559, 230, 'Victory Mills', 430874060, -735935780, 0),
(96450, 2559, 230, 'Village of the Branch', 408562100, -731873300, 0),
(96451, 2559, 230, 'Wainscott', 409529740, -722512950, 0),
(96452, 2559, 230, 'Walker Valley', 416335800, -743782800, 0),
(96453, 2559, 230, 'Wampsville', 430800340, -757072860, 0),
(96454, 2559, 230, 'Wanakah', 427461700, -789030900, 0),
(96455, 2559, 230, 'Wassaic', 417821020, -735480260, 0),
(96456, 2559, 230, 'Water Mill', 409298960, -723516900, 0),
(96457, 2559, 230, 'Watermill', 409298960, -723516900, 0),
(96458, 2559, 230, 'Wayland', 425398700, -775881860, 0),
(96459, 2559, 230, 'Wellesley Island', 442889900, -760109500, 0),
(96460, 2559, 230, 'Wells', 434737550, -742736570, 0),
(96461, 2559, 230, 'West Camp', 421192880, -739325920, 0),
(96462, 2559, 230, 'West Coxsackie', 423832800, -738243000, 0),
(96463, 2559, 230, 'West Davenport', 424458000, -749635800, 0),
(96464, 2559, 230, 'West Edmeston', 427877250, -753168430, 0),
(96465, 2559, 230, 'West Fulton', 425395110, -744541060, 0),
(96466, 2559, 230, 'West Monroe', 432958300, -760825000, 0),
(96467, 2559, 230, 'West Park', 418112210, -740041750, 0),
(96468, 2559, 230, 'West Shokan', 419463660, -742910700, 0),
(96469, 2559, 230, 'West Stockholm', 447325300, -748870060, 0),
(96470, 2559, 230, 'Westbrookville', 414985280, -745598520, 0),
(96471, 2559, 230, 'Westmoreland', 431118780, -754162470, 0),
(96472, 2559, 230, 'Weston Mills', 420759000, -783725200, 0),
(96473, 2559, 230, 'Westons Mills', 420622900, -783772400, 0),
(96474, 2559, 230, 'White Lake', 416507220, -748714630, 0),
(96475, 2559, 230, 'Whitesville', 420368620, -777778790, 0),
(96476, 2559, 230, 'Woodgate', 435376270, -751191630, 0),
(96477, 2559, 230, 'Woodhull', 420776400, -774082050, 0),
(96478, 2559, 230, 'York', 407252840, -739977250, 0),
(96479, 2559, 230, 'Yulan', 415233630, -749285250, 0),
(96480, 2560, 230, 'Albertson', 351156140, -778504810, 0),
(96481, 2560, 230, 'Atkinson', 345271780, -781734520, 0),
(96482, 2560, 230, 'Balsam Grove', 352259780, -828872120, 0),
(96483, 2560, 230, 'Bath', 354773990, -768139590, 0),
(96484, 2560, 230, 'Bermuda Run', 360037500, -804220000, 0),
(96485, 2560, 230, 'Black Creek', 356361100, -779333330, 0),
(96486, 2560, 230, 'Boonville', 362326400, -807081200, 0),
(96487, 2560, 230, 'Bunn', 359687050, -781949240, 0),
(96488, 2560, 230, 'Cajahs Mountain', 358348500, -815414800, 0),
(96489, 2560, 230, 'Cedar Island', 349419600, -763356100, 0),
(96490, 2560, 230, 'Cedar Point', 346979510, -770680700, 0),
(96491, 2560, 230, 'Cerro Gordo', 342892080, -789251000, 0),
(96492, 2560, 230, 'Chimney Rock', 354383600, -822445900, 0),
(96493, 2560, 230, 'Climax', 359326690, -797004170, 0),
(96494, 2560, 230, 'Cofield', 363184100, -768590310, 0),
(96495, 2560, 230, 'Collettsville', 359925330, -817145840, 0),
(96496, 2560, 230, 'Como', 365029040, -770152230, 0),
(96497, 2560, 230, 'Conway', 364427080, -772580580, 0),
(96498, 2560, 230, 'Cove City', 352067490, -772932060, 0),
(96499, 2560, 230, 'Cramerton', 352399840, -810781650, 0),
(96500, 2560, 230, 'Crossnore', 360924480, -818536470, 0),
(96501, 2560, 230, 'Currie', 344092650, -781036910, 0),
(96502, 2560, 230, 'Dana', 353292800, -823754000, 0),
(96503, 2560, 230, 'Danbury', 364093000, -802058800, 0),
(96504, 2560, 230, 'Deep Gap', 361933020, -815278370, 0),
(96505, 2560, 230, 'Dillsboro', 353689830, -832520900, 0),
(96506, 2560, 230, 'Drexel', 357579100, -816042600, 0),
(96507, 2560, 230, 'Dublin', 346566000, -787266000, 0),
(96508, 2560, 230, 'Eagle Springs', 353323000, -796276000, 0),
(96509, 2560, 230, 'Edward', 353263730, -768946140, 0),
(96510, 2560, 230, 'Elk Park', 361747200, -819567000, 0),
(96511, 2560, 230, 'Engelhard', 355333200, -760377000, 0),
(96512, 2560, 230, 'Ernul', 352418050, -770257510, 0),
(96513, 2560, 230, 'Erwin', 353266390, -786733260, 0),
(96514, 2560, 230, 'Everetts', 358333230, -771717990, 0),
(96515, 2560, 230, 'Fairfield Harbour', 350765500, -769635600, 0),
(96516, 2560, 230, 'Falcon', 351896000, -786523830, 0),
(96517, 2560, 230, 'Falkland', 356985520, -775147790, 0),
(96518, 2560, 230, 'Foscoe', 361618000, -817656600, 0),
(96519, 2560, 230, 'Fountain', 356736100, -776388900, 0),
(96520, 2560, 230, 'Franklinville', 357437500, -796922500, 0),
(96521, 2560, 230, 'Fremont', 355428600, -779650200, 0),
(96522, 2560, 230, 'Gatesville', 364034900, -767530100, 0),
(96523, 2560, 230, 'Gibson', 347896630, -795529620, 0),
(96524, 2560, 230, 'Glenville', 351950470, -830864770, 0),
(96525, 2560, 230, 'Godwin', 351952610, -786616460, 0),
(96526, 2560, 230, 'Gold Hill', 355208000, -803383000, 0),
(96527, 2560, 230, 'Goldston', 355561530, -793480670, 0),
(96528, 2560, 230, 'Grantsboro', 351400050, -768202750, 0),
(96529, 2560, 230, 'Gulf', 355602780, -792819440, 0),
(96530, 2560, 230, 'Half Moon', 348260000, -774594100, 0),
(96531, 2560, 230, 'Halifax', 363268960, -775907430, 0),
(96532, 2560, 230, 'Harbinger', 360882090, -758174790, 0),
(96533, 2560, 230, 'Hazelwood', 354687100, -830040300, 0),
(96534, 2560, 230, 'Hobgood', 359839220, -774413970, 0),
(96535, 2560, 230, 'Hollister', 362466670, -779569440, 0),
(96536, 2560, 230, 'Jackson', 363896000, -774213600, 0),
(96537, 2560, 230, 'Jonas Ridge', 358837490, -817414340, 0),
(96538, 2560, 230, 'Julian', 359516450, -796378830, 0),
(96539, 2560, 230, 'Kelford', 361810910, -772198820, 0),
(96540, 2560, 230, 'Kelly', 344805640, -783157980, 0),
(96541, 2560, 230, 'Knotts Island', 365377710, -760391150, 0),
(96542, 2560, 230, 'Kure Beach', 339968400, -779072100, 0),
(96543, 2560, 230, 'Lake Toxaway', 351424140, -829349720, 0),
(96544, 2560, 230, 'Lansing', 364900000, -815100000, 0),
(96545, 2560, 230, 'Lattimore', 353157530, -816561170, 0),
(96546, 2560, 230, 'Lilesville', 349674250, -799882950, 0),
(96547, 2560, 230, 'Longwood', 339583570, -785486240, 0),
(96548, 2560, 230, 'Lowgap', 364974740, -808475510, 0),
(96549, 2560, 230, 'Lumber Bridge', 348901100, -790777080, 0),
(96550, 2560, 230, 'Macclesfield', 357783000, -775876200, 0),
(96551, 2560, 230, 'Macon', 364336360, -780026740, 0),
(96552, 2560, 230, 'Mamers', 354164300, -789348400, 0),
(96553, 2560, 230, 'Maple', 363914400, -760055400, 0),
(96554, 2560, 230, 'Margarettsville', 365245370, -772938520, 0),
(96555, 2560, 230, 'Maury', 354819440, -775863890, 0),
(96556, 2560, 230, 'Merry Hill', 360820000, -767664000, 0),
(96557, 2560, 230, 'Micro', 360908510, -799271660, 0),
(96558, 2560, 230, 'Mooresboro', 352527980, -817172540, 0),
(96559, 2560, 230, 'Morven', 348633300, -800000000, 0),
(96560, 2560, 230, 'Mulberry', 362395800, -811806400, 0),
(96561, 2560, 230, 'Norman', 351701640, -797225500, 0),
(96562, 2560, 230, 'Olin', 359558930, -808528010, 0),
(96563, 2560, 230, 'Patterson', 359991670, -815641670, 0),
(96564, 2560, 230, 'Pelham', 364781370, -794697120, 0),
(96565, 2560, 230, 'Penrose', 352819360, -826569600, 0),
(96566, 2560, 230, 'Pine Level', 355132200, -782444400, 0),
(96567, 2560, 230, 'Piney Creek', 365616800, -812821300, 0),
(96568, 2560, 230, 'Plumtree', 360269440, -820080560, 0),
(96569, 2560, 230, 'Pollocksville', 350021970, -772312240, 0),
(96570, 2560, 230, 'Poplar Branch', 362650880, -758829970, 0),
(96571, 2560, 230, 'Powells Point', 361197910, -758336160, 0),
(96572, 2560, 230, 'Prospect Hill', 362936000, -791973500, 0),
(96573, 2560, 230, 'Riegelwood', 343449000, -782578200, 0),
(96574, 2560, 230, 'River Road', 355068300, -769907800, 0),
(96575, 2560, 230, 'Roduco', 364616670, -768127780, 0),
(96576, 2560, 230, 'Saint James', 339293400, -781163800, 0),
(96577, 2560, 230, 'Sapphire', 351050130, -829790290, 0),
(96578, 2560, 230, 'Seaboard', 364887000, -774420720, 0),
(96579, 2560, 230, 'Semora', 365117430, -790839540, 0),
(96580, 2560, 230, 'Seven Lakes', 352784800, -795644800, 0),
(96581, 2560, 230, 'Seven Springs', 352083480, -779168460, 0),
(96582, 2560, 230, 'Severn', 365137420, -771897750, 0),
(96583, 2560, 230, 'Shiloh', 362418810, -760784880, 0),
(96584, 2560, 230, 'Stacy', 348586200, -764253000, 0),
(96585, 2560, 230, 'Swanquarter', 354043350, -762747680, 0),
(96586, 2560, 230, 'Tar Heel', 347322500, -787934600, 0),
(96587, 2560, 230, 'Teachey', 347699720, -780113320, 0),
(96588, 2560, 230, 'Toast', 365004100, -806264500, 0),
(96589, 2560, 230, 'Tuckasegee', 352502930, -831211640, 0),
(96590, 2560, 230, 'Tuxedo', 352335780, -824157310, 0),
(96591, 2560, 230, 'Vandemere', 351849130, -766641280, 0),
(96592, 2560, 230, 'Waco', 353611190, -814306050, 0),
(96593, 2560, 230, 'Warrensville', 364621200, -815464800, 0),
(96594, 2560, 230, 'West Marion', 356579000, -820253900, 0),
(96595, 2560, 230, 'Wise', 364860900, -781712900, 0),
(96596, 2560, 230, 'Woodland', 363249000, -771990600, 0),
(96597, 2560, 230, 'Zionville', 363292290, -817401510, 0),
(96598, 2561, 230, 'Alamo', 485899460, -1034062120, 0),
(96599, 2561, 230, 'Arthur', 471081710, -971964990, 0),
(96600, 2561, 230, 'Belfield', 468847200, -1031808000, 0),
(96601, 2561, 230, 'Berthold', 483281060, -1019215890, 0),
(96602, 2561, 230, 'Buffalo', 469344070, -974925610, 0),
(96603, 2561, 230, 'Burlington', 482752900, -1014287800, 0),
(96604, 2561, 230, 'Butte', 477608860, -1006492460, 0),
(96605, 2561, 230, 'Buxton', 476033300, -970997200, 0),
(96606, 2561, 230, 'Cando', 484866700, -992098600, 0),
(96607, 2561, 230, 'Cannon Ball', 463789800, -1006129800, 0),
(96608, 2561, 230, 'Churchs Ferry', 483154720, -990822320, 0),
(96609, 2561, 230, 'Cleveland', 468940800, -990959400, 0),
(96610, 2561, 230, 'Columbus', 488628000, -1028151000, 0),
(96611, 2561, 230, 'Crystal', 485866430, -976658000, 0),
(96612, 2561, 230, 'Dodge', 473033500, -1021789700, 0),
(96613, 2561, 230, 'Donnybrook', 484752000, -1019041800, 0),
(96614, 2561, 230, 'Drake', 479245360, -1003710290, 0),
(96615, 2561, 230, 'Dunseith', 488150680, -1000620150, 0),
(96616, 2561, 230, 'Edgeley', 463213200, -987217200, 0),
(96617, 2561, 230, 'Elgin', 464096400, -1018312800, 0),
(96618, 2561, 230, 'Emerado', 479256000, -972406000, 0),
(96619, 2561, 230, 'Fairfield', 471205200, -1033140000, 0),
(96620, 2561, 230, 'Fairmount', 460547670, -966023670, 0),
(96621, 2561, 230, 'Fessenden', 476491700, -996292900, 0),
(96622, 2561, 230, 'Flasher', 464665200, -1011789600, 0),
(96623, 2561, 230, 'Forbes', 460348440, -988423000, 0),
(96624, 2561, 230, 'Forman', 461077400, -976364900, 0),
(96625, 2561, 230, 'Galesburg', 472816200, -973240030, 0),
(96626, 2561, 230, 'Gardner', 471083490, -970057910, 0),
(96627, 2561, 230, 'Glenburn', 485196430, -1012374780, 0),
(96628, 2561, 230, 'Goodrich', 474769830, -1001236030, 0),
(96629, 2561, 230, 'Grace City', 475439040, -988194850, 0),
(96630, 2561, 230, 'Grand Forks Air Force Base', 479599800, -973683600, 0),
(96631, 2561, 230, 'Granville', 482527500, -1007832590, 0),
(96632, 2561, 230, 'Gwinner', 462244800, -977606400, 0),
(96633, 2561, 230, 'Hague', 460650410, -999418780, 0),
(96634, 2561, 230, 'Harwood', 469961400, -968994600, 0),
(96635, 2561, 230, 'Hatton', 476388060, -974584610, 0),
(96636, 2561, 230, 'Hazelton', 464838400, -1002774950, 0),
(96637, 2561, 230, 'Hettinger', 460358400, -1025701200, 0),
(96638, 2561, 230, 'Hope', 472000200, -977839200, 0),
(96639, 2561, 230, 'Hunter', 471953840, -973238120, 0),
(96640, 2561, 230, 'Kramer', 486793650, -1006575180, 0),
(96641, 2561, 230, 'Lamoure', 463974000, -982832400, 0),
(96642, 2561, 230, 'Larimore', 479066600, -976267500, 0),
(96643, 2561, 230, 'Leeds', 482764200, -994374600, 0),
(96644, 2561, 230, 'Lehr', 462811870, -993513080, 0),
(96645, 2561, 230, 'Linton', 462666600, -1002328900, 0),
(96646, 2561, 230, 'Manvel', 481023650, -972465820, 0),
(96647, 2561, 230, 'Mapleton', 468671400, -970693200, 0),
(96648, 2561, 230, 'McVille', 477766800, -981648000, 0),
(96649, 2561, 230, 'Mekinock', 479793730, -975053030, 0),
(96650, 2561, 230, 'Minnewaukan', 480713900, -992523600, 0),
(96651, 2561, 230, 'Mooreton', 462687010, -968751280, 0),
(96652, 2561, 230, 'Nekoma', 485772000, -983700000, 0),
(96653, 2561, 230, 'New Salem', 468537000, -1014355800, 0),
(96654, 2561, 230, 'Pingree', 471351000, -990310700, 0),
(96655, 2561, 230, 'Portal', 489465820, -1025453030, 0),
(96656, 2561, 230, 'Powers Lake', 486187800, -1026240000, 0),
(96657, 2561, 230, 'Reynolds', 476720860, -971077950, 0),
(96658, 2561, 230, 'Rocklake', 488588630, -991313150, 0),
(96659, 2561, 230, 'Rogers', 470719400, -982011100, 0),
(96660, 2561, 230, 'Rolette', 486543000, -998901000, 0),
(96661, 2561, 230, 'Ross', 483281380, -1025038700, 0),
(96662, 2561, 230, 'Ryder', 478510800, -1017898200, 0),
(96663, 2561, 230, 'Saint Thomas', 486303980, -974693040, 0),
(96664, 2561, 230, 'Sharon', 476293830, -979204870, 0),
(96665, 2561, 230, 'Sheldon', 465311670, -974125580, 0),
(96666, 2561, 230, 'Stanton', 473211100, -1013815500, 0),
(96667, 2561, 230, 'Starkweather', 484484100, -988006330, 0),
(96668, 2561, 230, 'Sterling', 468514400, -1002664240, 0),
(96669, 2561, 230, 'Strasburg', 462830660, -1002119210, 0),
(96670, 2561, 230, 'Tolley', 488214830, -1018680750, 0),
(96671, 2561, 230, 'Towner', 483458300, -1004054100, 0),
(96672, 2561, 230, 'Turtle Lake', 475187450, -1008898230, 0),
(96673, 2561, 230, 'Underwood', 474532100, -1011378980, 0),
(96674, 2561, 230, 'Walcott', 464991010, -970717180, 0),
(96675, 2561, 230, 'Wilton', 471588900, -1007858300, 0),
(96676, 2561, 230, 'York', 483263730, -995233170, 0),
(96677, 2561, 230, 'Ypsilanti', 467616870, -984390440, 0),
(96678, 2561, 230, 'Zeeland', 460263560, -997245730, 0),
(96679, 2562, 230, 'Addyston', 391387520, -847096180, 0),
(96680, 2562, 230, 'Alger', 406965770, -838227130, 0),
(96681, 2562, 230, 'Anna', 403987750, -842026380, 0),
(96682, 2562, 230, 'Ansonia', 402144900, -846369000, 0),
(96683, 2562, 230, 'Arlington', 408936600, -836502100, 0),
(96684, 2562, 230, 'Bakersville', 403549800, -816447400, 0),
(96685, 2562, 230, 'Ballville', 413278300, -831321400, 0),
(96686, 2562, 230, 'Beaverdam', 408333430, -839701480, 0),
(96687, 2562, 230, 'Beechwood Trails', 400236700, -826507200, 0),
(96688, 2562, 230, 'Belle Center', 405078840, -837902890, 0),
(96689, 2562, 230, 'Belle Valley', 398013140, -815534500, 0),
(96690, 2562, 230, 'Berlin', 405564140, -818111450, 0),
(96691, 2562, 230, 'Bethesda', 400161800, -810726000, 0),
(96692, 2562, 230, 'Bettsville', 412458070, -832326120, 0),
(96693, 2562, 230, 'Birmingham', 413291160, -823576400, 0),
(96694, 2562, 230, 'Bladensburg', 402905690, -822907460, 0),
(96695, 2562, 230, 'Blaine', 400690750, -808174500, 0),
(96696, 2562, 230, 'Bloomingburg', 396347630, -834030980, 0),
(96697, 2562, 230, 'Bloomingdale', 403442220, -808075270, 0),
(96698, 2562, 230, 'Blue Creek', 387906850, -833399070, 0),
(96699, 2562, 230, 'Blue Rock', 397963950, -818782850, 0),
(96700, 2562, 230, 'Boston Heights', 412647800, -815131700, 0),
(96701, 2562, 230, 'Bradner', 413323150, -834404140, 0),
(96702, 2562, 230, 'Brewster', 407070000, -815981800, 0),
(96703, 2562, 230, 'Brilliant', 402647900, -806261900, 0),
(96704, 2562, 230, 'Brinkhaven', 404714860, -821899790, 0),
(96705, 2562, 230, 'Brookfield Center', 412406100, -805578500, 0),
(96706, 2562, 230, 'Burbank', 409471450, -819973590, 0),
(96707, 2562, 230, 'Butler', 405838820, -824146670, 0),
(96708, 2562, 230, 'Calcutta', 406734000, -805764600, 0),
(96709, 2562, 230, 'Caledonia', 406466400, -829611600, 0),
(96710, 2562, 230, 'Camden', 412378300, -823057200, 0),
(96711, 2562, 230, 'Carbon Hill', 394998750, -822374470, 0),
(96712, 2562, 230, 'Carlisle', 395289600, -842974200, 0),
(96713, 2562, 230, 'Champion Heights', 412899900, -808459500, 0),
(96714, 2562, 230, 'Chandlersville', 398791580, -818121860, 0),
(96715, 2562, 230, 'Cherry Fork', 388514860, -835856660, 0),
(96716, 2562, 230, 'Cheshire', 389459200, -821115820, 0),
(96717, 2562, 230, 'Chester', 390875000, -819227780, 0),
(96718, 2562, 230, 'Chilo', 387927140, -841402120, 0),
(96719, 2562, 230, 'Choctaw Lake', 399600600, -834849200, 0),
(96720, 2562, 230, 'Christiansburg', 400563300, -840253770, 0),
(96721, 2562, 230, 'Clarksburg', 394904730, -831608270, 0),
(96722, 2562, 230, 'Clay Center', 415584660, -832508700, 0),
(96723, 2562, 230, 'Clifton', 397989520, -838265840, 0),
(96724, 2562, 230, 'Coal Grove', 385249200, -826692000, 0),
(96725, 2562, 230, 'Conesville', 401926290, -819101830, 0),
(96726, 2562, 230, 'Creston', 409870000, -818937500, 0),
(96727, 2562, 230, 'Cuba', 393608470, -838624180, 0),
(96728, 2562, 230, 'Derby', 397642470, -832079580, 0),
(96729, 2562, 230, 'Derwent', 399302580, -815023360, 0),
(96730, 2562, 230, 'Dexter City', 396371380, -815064860, 0),
(96731, 2562, 230, 'Dola', 407690670, -836844140, 0),
(96732, 2562, 230, 'Dunbridge', 414575600, -836117250, 0),
(96733, 2562, 230, 'Dunkirk', 407848950, -836346590, 0),
(96734, 2562, 230, 'East Fultonham', 398532510, -821228980, 0),
(96735, 2562, 230, 'East Sparta', 406927040, -813760440, 0),
(96736, 2562, 230, 'Eaton Estates', 413089400, -820057000, 0),
(96737, 2562, 230, 'Edon', 415718300, -847679970, 0),
(96738, 2562, 230, 'Elida', 407886600, -842038400, 0),
(96739, 2562, 230, 'Fairfield Beach', 399159000, -824751600, 0),
(96740, 2562, 230, 'Fairpoint', 401202000, -809329800, 0),
(96741, 2562, 230, 'Fairport Harbor', 417500000, -812833330, 0),
(96742, 2562, 230, 'Fairview', 399945180, -812865540, 0),
(96743, 2562, 230, 'Flushing', 401280520, -810686730, 0),
(96744, 2562, 230, 'Friendship', 386977200, -830938200, 0),
(96745, 2562, 230, 'Fulton', 404627540, -828279820, 0),
(96746, 2562, 230, 'Gomer', 408443230, -841843880, 0),
(96747, 2562, 230, 'Granville South', 400520700, -825416600, 0),
(96748, 2562, 230, 'Gratiot', 399519640, -822124140, 0),
(96749, 2562, 230, 'Greenford', 409438890, -807916670, 0),
(96750, 2562, 230, 'Greenhills', 392681100, -845230000, 0),
(96751, 2562, 230, 'Greenwich', 410300500, -825157300, 0),
(96752, 2562, 230, 'Hammondsville', 406138330, -807853780, 0),
(96753, 2562, 230, 'Hanoverton', 407536100, -809355600, 0),
(96754, 2562, 230, 'Harlem Springs', 405198700, -809973080, 0),
(96755, 2562, 230, 'Harpster', 407414910, -832362090, 0),
(96756, 2562, 230, 'Harrisville', 401817510, -808871440, 0),
(96757, 2562, 230, 'Haskins', 414647700, -837060500, 0),
(96758, 2562, 230, 'Haverhill', 385845900, -828317400, 0),
(96759, 2562, 230, 'Haydenville', 394720750, -823147900, 0),
(96760, 2562, 230, 'Hayesville', 407717780, -822601080, 0),
(96761, 2562, 230, 'Helena', 413119440, -832813890, 0),
(96762, 2562, 230, 'Highland', 393443680, -836027470, 0),
(96763, 2562, 230, 'Hockingport', 391879800, -817519200, 0),
(96764, 2562, 230, 'Hollansburg', 399951510, -847895260, 0),
(96765, 2562, 230, 'Hooven', 391767950, -847624740, 0),
(96766, 2562, 230, 'Hopedale', 403669030, -809080960, 0),
(96767, 2562, 230, 'Hoytville', 411898570, -837848940, 0),
(96768, 2562, 230, 'Hunter', 394928400, -842896600, 0),
(96769, 2562, 230, 'Irondale', 405927970, -807066620, 0),
(96770, 2562, 230, 'Irwin', 400900290, -834543840, 0),
(96771, 2562, 230, 'Jacksontown', 399599670, -824145510, 0),
(96772, 2562, 230, 'Jacobsburg', 399429560, -808988010, 0),
(96773, 2562, 230, 'Jasper', 390476070, -830524230, 0),
(96774, 2562, 230, 'Jerusalem', 398401590, -811141540, 0),
(96775, 2562, 230, 'Junction City', 397145330, -823129640, 0),
(96776, 2562, 230, 'Kensington', 407328680, -809506630, 0),
(96777, 2562, 230, 'Kerr', 388727780, -822608330, 0),
(96778, 2562, 230, 'Kipton', 412668800, -823045810, 0),
(96779, 2562, 230, 'Kirkersville', 399602240, -826058530, 0),
(96780, 2562, 230, 'Kitts Hill', 385761240, -825308610, 0),
(96781, 2562, 230, 'La Rue', 405758930, -833653090, 0),
(96782, 2562, 230, 'Lafferty', 401116670, -810194440, 0),
(96783, 2562, 230, 'Langsville', 390628200, -822498600, 0),
(96784, 2562, 230, 'Lansing', 400762430, -807887710, 0),
(96785, 2562, 230, 'Latham', 390880970, -832902860, 0),
(96786, 2562, 230, 'Latty', 410886000, -845851800, 0),
(96787, 2562, 230, 'Laura', 399967320, -844086350, 0),
(96788, 2562, 230, 'Laurelville', 394711100, -827380600, 0),
(96789, 2562, 230, 'Lewistown', 404369720, -839172490, 0),
(96790, 2562, 230, 'Limaville', 409828340, -811485500, 0),
(96791, 2562, 230, 'Logan Elm Village', 395697800, -829518500, 0),
(96792, 2562, 230, 'Lordstown', 411656100, -808575800, 0),
(96793, 2562, 230, 'Lore City', 400503820, -814379360, 0),
(96794, 2562, 230, 'Mack', 391581100, -846496700, 0),
(96795, 2562, 230, 'Macksburg', 396078310, -814387230, 0),
(96796, 2562, 230, 'Magnetic Springs', 403530140, -832632720, 0),
(96797, 2562, 230, 'Magnolia', 406678110, -813079300, 0),
(96798, 2562, 230, 'Martinsburg', 402733020, -823347140, 0),
(96799, 2562, 230, 'Martinsville', 393166070, -837965670, 0),
(96800, 2562, 230, 'McClure', 413732030, -839417790, 0),
(96801, 2562, 230, 'McCutchenville', 409803910, -832696800, 0),
(96802, 2562, 230, 'McGuffey', 406921010, -837853760, 0),
(96803, 2562, 230, 'Mechanicsburg', 400720000, -835563100, 0),
(96804, 2562, 230, 'Mendon', 406736190, -845238040, 0),
(96805, 2562, 230, 'Mesopotamia', 414622640, -809533120, 0),
(96806, 2562, 230, 'Middle Point', 408553060, -844473220, 0),
(96807, 2562, 230, 'Middleburg', 413845800, -817911600, 0),
(96808, 2562, 230, 'Miller City', 411031310, -841317980, 0),
(96809, 2562, 230, 'Millfield', 394327800, -820969400, 0),
(96810, 2562, 230, 'Milton Center', 413008980, -838289800, 0),
(96811, 2562, 230, 'Mineral Ridge', 411430260, -807726770, 0),
(96812, 2562, 230, 'Morral', 406894400, -832130600, 0),
(96813, 2562, 230, 'Mount Blanchard', 409060960, -835338420, 0),
(96814, 2562, 230, 'Mount Cory', 409678330, -838368770, 0),
(96815, 2562, 230, 'Mount Eaton', 406950340, -817020460, 0),
(96816, 2562, 230, 'Mount Pleasant', 401758800, -807999520, 0),
(96817, 2562, 230, 'Mount Saint Joseph', 390956740, -846402020, 0),
(96818, 2562, 230, 'Mount Victory', 405508310, -834984150, 0),
(96819, 2562, 230, 'Navarre', 407245000, -815220700, 0),
(96820, 2562, 230, 'Negley', 407743190, -805580330, 0),
(96821, 2562, 230, 'New Athens', 401832230, -809957680, 0),
(96822, 2562, 230, 'New Burlington', 392595000, -845571700, 0),
(96823, 2562, 230, 'New Hampshire', 405561000, -839527200, 0),
(96824, 2562, 230, 'New London', 410850500, -823998900, 0),
(96825, 2562, 230, 'New Madison', 399800540, -847143820, 0),
(96826, 2562, 230, 'New Marshfield', 393250000, -822180600, 0),
(96827, 2562, 230, 'New Straitsville', 396152010, -822782850, 0),
(96828, 2562, 230, 'New Washington', 409494950, -828522710, 0),
(96829, 2562, 230, 'North Bend', 391417200, -847566000, 0),
(96830, 2562, 230, 'North Bloomfield', 414607800, -808304400, 0),
(96831, 2562, 230, 'North Jackson', 410813760, -808653500, 0),
(96832, 2562, 230, 'North Lawrence', 408317480, -816159010, 0),
(96833, 2562, 230, 'North Madison', 418020000, -810489900, 0),
(96834, 2562, 230, 'North Randall', 414395110, -815448240, 0),
(96835, 2562, 230, 'North Robinson', 407923660, -828572330, 0),
(96836, 2562, 230, 'Northbrook', 392464500, -845835600, 0),
(96837, 2562, 230, 'Norwich', 399955360, -818022760, 0),
(96838, 2562, 230, 'Okeana', 393440470, -847833660, 0),
(96839, 2562, 230, 'Oregonia', 394381000, -840658000, 0),
(96840, 2562, 230, 'Osgood', 403401420, -844952620, 0),
(96841, 2562, 230, 'Ostrander', 402852910, -832037810, 0),
(96842, 2562, 230, 'Otway', 388200630, -832882850, 0),
(96843, 2562, 230, 'Owensville', 391230040, -841373230, 0),
(96844, 2562, 230, 'Paulding', 411381100, -845805100, 0),
(96845, 2562, 230, 'Pemberton', 402942970, -840333450, 0),
(96846, 2562, 230, 'Petersburg', 409188750, -805356430, 0),
(96847, 2562, 230, 'Pleasant City', 399033300, -815419400, 0),
(96848, 2562, 230, 'Polk', 409215600, -822022800, 0),
(96849, 2562, 230, 'Port Jefferson', 403305020, -840919330, 0),
(96850, 2562, 230, 'Portland', 389880770, -817971620, 0),
(96851, 2562, 230, 'Powhatan Point', 398600800, -808153700, 0),
(96852, 2562, 230, 'Radnor', 403985550, -831609570, 0),
(96853, 2562, 230, 'Raymond', 402472200, -833665800, 0),
(96854, 2562, 230, 'Reesville', 394819140, -836767500, 0),
(96855, 2562, 230, 'Richmond Heights', 415539800, -814796100, 0),
(96856, 2562, 230, 'Ridgeville Corners', 414376070, -842610000, 0),
(96857, 2562, 230, 'Ridgeway', 405284060, -835842570, 0),
(96858, 2562, 230, 'Risingsun', 412720800, -834358200, 0),
(96859, 2562, 230, 'Rogers', 407800460, -806050770, 0),
(96860, 2562, 230, 'Roseville', 398072900, -820712500, 0),
(96861, 2562, 230, 'Rossburg', 402871820, -846328760, 0),
(96862, 2562, 230, 'Rossmoyne', 392136700, -843868800, 0),
(96863, 2562, 230, 'Rushsylvania', 404616700, -836711100, 0),
(96864, 2562, 230, 'Rushville', 397787000, -824246000, 0),
(96865, 2562, 230, 'Russellville', 388589750, -837726420, 0),
(96866, 2562, 230, 'Rutland', 390783760, -821557550, 0),
(96867, 2562, 230, 'Scio', 403788510, -811211390, 0),
(96868, 2562, 230, 'Scott', 409867430, -845844620, 0),
(96869, 2562, 230, 'Scottown', 386117660, -823993410, 0),
(96870, 2562, 230, 'Sedalia', 397292490, -834738900, 0),
(96871, 2562, 230, 'Shade', 391702010, -820281390, 0),
(96872, 2562, 230, 'Sharon Center', 410997220, -817358330, 0),
(96873, 2562, 230, 'Shawnee', 396127700, -822131840, 0),
(96874, 2562, 230, 'Shawnee Hills', 396528400, -837868700, 0),
(96875, 2562, 230, 'Sherwood', 413018500, -845615140, 0),
(96876, 2562, 230, 'Shiloh', 409351200, -825079800, 0),
(96877, 2562, 230, 'Somerset', 398070100, -822970900, 0),
(96878, 2562, 230, 'Somerville', 395527370, -846321180, 0),
(96879, 2562, 230, 'South Bloomfield', 397184000, -829868500, 0),
(96880, 2562, 230, 'South Russell', 414384620, -814186740, 0),
(96881, 2562, 230, 'South Salem', 393076380, -832582230, 0),
(96882, 2562, 230, 'South Solon', 397386600, -835659730, 0),
(96883, 2562, 230, 'Stafford', 397129990, -812774470, 0),
(96884, 2562, 230, 'Stillwater', 403191800, -813115700, 0),
(96885, 2562, 230, 'Stratton', 405203400, -806274680, 0),
(96886, 2562, 230, 'Sugar Grove', 396308880, -825349450, 0),
(96887, 2562, 230, 'The Village of Indian Hill', 392497800, -842957700, 0),
(96888, 2562, 230, 'Thornport', 399131200, -824109900, 0),
(96889, 2562, 230, 'Thurman', 389564410, -824734690, 0),
(96890, 2562, 230, 'Thurston', 398423360, -825438410, 0),
(96891, 2562, 230, 'Trimble', 394817110, -820809870, 0),
(96892, 2562, 230, 'Trotwood', 397942100, -842701100, 0),
(96893, 2562, 230, 'Union Furnace', 394510040, -823636640, 0),
(96894, 2562, 230, 'Vaughnsville', 408818530, -841481920, 0),
(96895, 2562, 230, 'Venedocia', 407522230, -845159380, 0),
(96896, 2562, 230, 'Vickery', 413882410, -829436970, 0),
(96897, 2562, 230, 'Vinton', 390039000, -823691400, 0),
(96898, 2562, 230, 'Wakefield', 389702780, -830200000, 0),
(96899, 2562, 230, 'Walbridge', 415735410, -834977290, 0),
(96900, 2562, 230, 'Warnock', 400225000, -809375000, 0),
(96901, 2562, 230, 'Waterford', 395148950, -816646600, 0),
(96902, 2562, 230, 'Wayland', 411598800, -810700190, 0),
(96903, 2562, 230, 'Waynesfield', 406041980, -839646960, 0),
(96904, 2562, 230, 'West Elkton', 395883300, -845563900, 0),
(96905, 2562, 230, 'West Farmington', 413703260, -809607510, 0),
(96906, 2562, 230, 'West Manchester', 398956110, -846213150, 0),
(96907, 2562, 230, 'Wharton', 408703590, -834510550, 0),
(96908, 2562, 230, 'Williston', 416016960, -833343960, 0),
(96909, 2562, 230, 'Willshire', 406945800, -847825820, 0),
(96910, 2562, 230, 'Wilmot', 406565610, -816355200, 0),
(96911, 2562, 230, 'Winesburg', 406166050, -817057570, 0),
(96912, 2562, 230, 'Wolfhurst', 400692400, -807837000, 0),
(96913, 2562, 230, 'Yorkville', 401631100, -807057040, 0),
(96914, 2562, 230, 'Zaleski', 392832300, -823936380, 0),
(96915, 2562, 230, 'Zanesfield', 403206740, -836492910, 0),
(96916, 2563, 230, 'Achille', 339261250, -962634330, 0),
(96917, 2563, 230, 'Addington', 342431160, -979662790, 0),
(96918, 2563, 230, 'Alderson', 349007470, -956909630, 0),
(96919, 2563, 230, 'Alex', 349145960, -977797340, 0),
(96920, 2563, 230, 'Allen', 348778280, -964143000, 0),
(96921, 2563, 230, 'Altus Air Force Base', 346802010, -993423740, 0),
(96922, 2563, 230, 'Amber', 351310530, -977881970, 0),
(96923, 2563, 230, 'Arcadia', 356841000, -973292000, 0),
(96924, 2563, 230, 'Arnett', 360837000, -997458000, 0),
(96925, 2563, 230, 'Balko', 365859670, -1006793990, 0),
(96926, 2563, 230, 'Battiest', 343933200, -949246800, 0),
(96927, 2563, 230, 'Billings', 365287250, -974453940, 0),
(96928, 2563, 230, 'Bokchito', 340180350, -961403220, 0),
(96929, 2563, 230, 'Boley', 354957060, -964868910, 0),
(96930, 2563, 230, 'Boswell', 340311500, -958324400, 0),
(96931, 2563, 230, 'Bowlegs', 351474890, -966693090, 0),
(96932, 2563, 230, 'Boynton', 356676670, -956704660, 0),
(96933, 2563, 230, 'Braggs', 356751880, -951743270, 0),
(96934, 2563, 230, 'Bunch', 357179800, -947424470, 0),
(96935, 2563, 230, 'Burlington', 369097200, -984355200, 0),
(96936, 2563, 230, 'Byars', 348727520, -970463090, 0),
(96937, 2563, 230, 'Calumet', 356019000, -981763000, 0),
(96938, 2563, 230, 'Camargo', 360295350, -992799300, 0),
(96939, 2563, 230, 'Canton', 360558280, -985896390, 0),
(96940, 2563, 230, 'Canute', 354184750, -992809890, 0),
(96941, 2563, 230, 'Carney', 358067070, -970167690, 0),
(96942, 2563, 230, 'Cashion', 357993660, -976781620, 0),
(96943, 2563, 230, 'Cement', 349369200, -981467400, 0),
(96944, 2563, 230, 'Chattanooga', 344216890, -986491340, 0),
(96945, 2563, 230, 'Cherokee', 367550520, -983526680, 0),
(96946, 2563, 230, 'Chester', 363288180, -988729050, 0),
(96947, 2563, 230, 'Cheyenne', 356139400, -996714900, 0),
(96948, 2563, 230, 'Clarita', 344827780, -964330560, 0),
(96949, 2563, 230, 'Concho', 356155560, -979941670, 0),
(96950, 2563, 230, 'Copan', 368989770, -959250550, 0),
(96951, 2563, 230, 'Corn', 353780760, -987818440, 0),
(96952, 2563, 230, 'Covington', 362973500, -975433800, 0),
(96953, 2563, 230, 'Crowder', 351238200, -956697000, 0),
(96954, 2563, 230, 'Custer City', 356934600, -989239200, 0),
(96955, 2563, 230, 'Dacoma', 366620060, -985640030, 0),
(96956, 2563, 230, 'Daisy', 345517220, -957351140, 0),
(96957, 2563, 230, 'Davidson', 342432310, -990786010, 0),
(96958, 2563, 230, 'Delaware', 367775640, -956405160, 0),
(96959, 2563, 230, 'Dill City', 352775470, -991304240, 0),
(96960, 2563, 230, 'Dougherty', 343997680, -970510830, 0),
(96961, 2563, 230, 'Dover', 359802330, -979109830, 0),
(96962, 2563, 230, 'Drummond', 363026000, -980370300, 0),
(96963, 2563, 230, 'Earlsboro', 352491810, -968036070, 0),
(96964, 2563, 230, 'Elmore City', 346141000, -974046400, 0),
(96965, 2563, 230, 'Eucha', 363739160, -949145280, 0),
(96966, 2563, 230, 'Fairfax', 365713580, -967086930, 0),
(96967, 2563, 230, 'Fargo', 363731180, -996228540, 0),
(96968, 2563, 230, 'Finley', 343458640, -955518030, 0),
(96969, 2563, 230, 'Fittstown', 346247250, -966724550, 0),
(96970, 2563, 230, 'Forgan', 369089600, -1005355820, 0),
(96971, 2563, 230, 'Fort Towson', 340459040, -952568090, 0),
(96972, 2563, 230, 'Foster', 346363400, -975541600, 0),
(96973, 2563, 230, 'Foyil', 364336980, -955204540, 0),
(96974, 2563, 230, 'Freedom', 368804710, -991674400, 0),
(96975, 2563, 230, 'Garber', 364365520, -975816410, 0),
(96976, 2563, 230, 'Gowen', 348813000, -954766200, 0),
(96977, 2563, 230, 'Gracemont', 351888930, -982571320, 0),
(96978, 2563, 230, 'Hallett', 362323630, -965668970, 0),
(96979, 2563, 230, 'Hammon', 356897150, -994719700, 0),
(96980, 2563, 230, 'Hanna', 352155560, -959255560, 0),
(96981, 2563, 230, 'Helena', 365461400, -982700700, 0),
(96982, 2563, 230, 'Hendrix', 337944480, -963112820, 0),
(96983, 2563, 230, 'Hennepin', 344755200, -974119200, 0),
(96984, 2563, 230, 'Hillsdale', 365629800, -979911000, 0),
(96985, 2563, 230, 'Hodgen', 347572070, -946010050, 0),
(96986, 2563, 230, 'Hollister', 343628440, -988881800, 0),
(96987, 2563, 230, 'Howe', 349276800, -947004800, 0),
(96988, 2563, 230, 'Indiahoma', 346198800, -987520950, 0),
(96989, 2563, 230, 'Isabella', 362356170, -983402290, 0),
(96990, 2563, 230, 'Jennings', 361942300, -965892640, 0),
(96991, 2563, 230, 'Kaw City', 367631840, -968614870, 0),
(96992, 2563, 230, 'Keyes', 368076530, -1022508660, 0),
(96993, 2563, 230, 'Kiefer', 359464550, -960584920, 0),
(96994, 2563, 230, 'Kinta', 351773830, -952976730, 0),
(96995, 2563, 230, 'Lahoma', 363877200, -980923260, 0),
(96996, 2563, 230, 'Leedey', 358683210, -993445100, 0),
(96997, 2563, 230, 'Leflore', 348985800, -949800000, 0),
(96998, 2563, 230, 'Lehigh', 344697630, -962204580, 0),
(96999, 2563, 230, 'Lone Wolf', 349884520, -992468330, 0),
(97000, 2563, 230, 'Longdale', 361149800, -985564370, 0),
(97001, 2563, 230, 'Manchester', 369558270, -980095360, 0),
(97002, 2563, 230, 'Mangum', 348777000, -995100600, 0),
(97003, 2563, 230, 'Martha', 347244070, -993850240, 0),
(97004, 2563, 230, 'Meridian', 344273100, -979780900, 0),
(97005, 2563, 230, 'Milburn', 341719500, -965264670, 0),
(97006, 2563, 230, 'Milfay', 357550000, -965655560, 0),
(97007, 2563, 230, 'Mill Creek', 343393790, -968243200, 0),
(97008, 2563, 230, 'Millerton', 339898860, -950189260, 0),
(97009, 2563, 230, 'Minco', 353129780, -979472080, 0),
(97010, 2563, 230, 'Monroe', 349924800, -945166200, 0),
(97011, 2563, 230, 'Moyers', 343500050, -956713860, 0),
(97012, 2563, 230, 'Muse', 346784470, -946924390, 0),
(97013, 2563, 230, 'Mutual', 361436480, -993004600, 0),
(97014, 2563, 230, 'Nash', 366648750, -980512690, 0),
(97015, 2563, 230, 'Nashoba', 345301300, -951819480, 0),
(97016, 2563, 230, 'Oaks', 361692190, -948604590, 0),
(97017, 2563, 230, 'Omega', 358483140, -981800190, 0),
(97018, 2563, 230, 'Orlando', 361317400, -974418300, 0),
(97019, 2563, 230, 'Osage', 361515100, -960273530, 0),
(97020, 2563, 230, 'Panola', 349286110, -952130560, 0),
(97021, 2563, 230, 'Peggs', 360801640, -949822310, 0),
(97022, 2563, 230, 'Pink', 352606300, -971197500, 0),
(97023, 2563, 230, 'Pittsburg', 346568110, -958150150, 0),
(97024, 2563, 230, 'Prue', 362835990, -962417790, 0),
(97025, 2563, 230, 'Quapaw', 369420000, -947329200, 0),
(97026, 2563, 230, 'Ratliff City', 344104400, -975129700, 0),
(97027, 2563, 230, 'Rattan', 343075950, -952671870, 0),
(97028, 2563, 230, 'Red Oak', 349453800, -950806200, 0),
(97029, 2563, 230, 'Reydon', 356571600, -999029040, 0),
(97030, 2563, 230, 'Ringwood', 363814510, -982429710, 0),
(97031, 2563, 230, 'Ripley', 359872690, -968871850, 0),
(97032, 2563, 230, 'Roff', 346328480, -968388920, 0),
(97033, 2563, 230, 'Saint Louis', 350796670, -968527530, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(97034, 2563, 230, 'Sasakwa', 349523760, -965434190, 0),
(97035, 2563, 230, 'Seiling', 361420260, -989291030, 0),
(97036, 2563, 230, 'Sentinel', 351562200, -991739910, 0),
(97037, 2563, 230, 'Sharon', 362591440, -993914100, 0),
(97038, 2563, 230, 'Slaughterville', 350153010, -973314110, 0),
(97039, 2563, 230, 'Smithville', 344825820, -945801650, 0),
(97040, 2563, 230, 'Soper', 340205030, -956890280, 0),
(97041, 2563, 230, 'Southard', 360762150, -984577850, 0),
(97042, 2563, 230, 'Spencerville', 341328580, -953940020, 0),
(97043, 2563, 230, 'Sweetwater', 354428750, -999119600, 0),
(97044, 2563, 230, 'Swink', 340177200, -952018800, 0),
(97045, 2563, 230, 'Taft', 357636830, -955446520, 0),
(97046, 2563, 230, 'Temple', 342720300, -982358800, 0),
(97047, 2563, 230, 'Texhoma', 365102080, -1017783640, 0),
(97048, 2563, 230, 'Tipton', 344989780, -991442290, 0),
(97049, 2563, 230, 'Tryon', 358725000, -969630600, 0),
(97050, 2563, 230, 'Tupelo', 346046580, -964179810, 0),
(97051, 2563, 230, 'Tuskahoma', 347403100, -952633900, 0),
(97052, 2563, 230, 'Twin Oaks', 361955850, -948654420, 0),
(97053, 2563, 230, 'Tyrone', 369523520, -1010261330, 0),
(97054, 2563, 230, 'Verden', 350356370, -979493420, 0),
(97055, 2563, 230, 'Wanette', 349913000, -970344000, 0),
(97056, 2563, 230, 'Weleetka', 353369160, -961305080, 0),
(97057, 2563, 230, 'Whitefield', 352476500, -952276780, 0),
(97058, 2563, 230, 'Willow', 350470520, -996419970, 0),
(97059, 2563, 230, 'Wilson', 341621400, -974261400, 0),
(97060, 2563, 230, 'Wynnewood', 346439450, -971634290, 0),
(97061, 2564, 230, 'Amity', 451156700, -1232073300, 0),
(97062, 2564, 230, 'Beaver', 452816760, -1237521700, 0),
(97063, 2564, 230, 'Blue River', 441796650, -1221202040, 0),
(97064, 2564, 230, 'Bly', 424250080, -1211816140, 0),
(97065, 2564, 230, 'Bonanza', 422944300, -1211850970, 0),
(97066, 2564, 230, 'Bridal Veil', 455509450, -1222738670, 0),
(97067, 2564, 230, 'Brothers', 437182300, -1204719980, 0),
(97068, 2564, 230, 'Buxton', 456880310, -1231906960, 0),
(97069, 2564, 230, 'Camp Sherman', 444448570, -1216588280, 0),
(97070, 2564, 230, 'Cove', 453332000, -1178538520, 0),
(97071, 2564, 230, 'Crater Lake', 424212800, -1228179200, 0),
(97072, 2564, 230, 'Detroit', 447340320, -1221478710, 0),
(97073, 2564, 230, 'Drain', 436531700, -1233632940, 0),
(97074, 2564, 230, 'Durkee', 445822200, -1174636200, 0),
(97075, 2564, 230, 'Echo', 457407830, -1191919490, 0),
(97076, 2564, 230, 'Eddyville', 445857600, -1237773600, 0),
(97077, 2564, 230, 'Fields', 422692900, -1188610300, 0),
(97078, 2564, 230, 'Foster', 444249100, -1225703080, 0),
(97079, 2564, 230, 'Gearhart', 459999000, -1239171000, 0),
(97080, 2564, 230, 'Gilchrist', 434247820, -1217021150, 0),
(97081, 2564, 230, 'Gold Hill', 424625400, -1230882000, 0),
(97082, 2564, 230, 'Green', 431603900, -1233678500, 0),
(97083, 2564, 230, 'Hebo', 451942820, -1238321500, 0),
(97084, 2564, 230, 'Idanha', 446999610, -1220739870, 0),
(97085, 2564, 230, 'Kent', 455416000, -1224979200, 0),
(97086, 2564, 230, 'Kerby', 421630560, -1236469440, 0),
(97087, 2564, 230, 'Lexington', 453894700, -1198067400, 0),
(97088, 2564, 230, 'Manning', 456188890, -1231130560, 0),
(97089, 2564, 230, 'Mapleton', 440354610, -1238627840, 0),
(97090, 2564, 230, 'Moro', 454840100, -1207311700, 0),
(97091, 2564, 230, 'Mount Angel', 450679000, -1228000900, 0),
(97092, 2564, 230, 'New Pine Creek', 420493420, -1202373640, 0),
(97093, 2564, 230, 'North Powder', 450387610, -1179375500, 0),
(97094, 2564, 230, 'Noti', 440964200, -1234676640, 0),
(97095, 2564, 230, 'O''Brien', 420438600, -1237170600, 0),
(97096, 2564, 230, 'Oakland', 434668800, -1233662400, 0),
(97097, 2564, 230, 'Oakridge', 437465100, -1224617200, 0),
(97098, 2564, 230, 'Oxbow', 449562500, -1169209150, 0),
(97099, 2564, 230, 'Pleasant Hill', 439672200, -1229107200, 0),
(97100, 2564, 230, 'Powers', 428831320, -1240719120, 0),
(97101, 2564, 230, 'Rickreall', 449835160, -1232017920, 0),
(97102, 2564, 230, 'Riddle', 429509500, -1233642300, 0),
(97103, 2564, 230, 'Riverside', 435090870, -1180990420, 0),
(97104, 2564, 230, 'Saint Benedict', 450571100, -1227827600, 0),
(97105, 2564, 230, 'Shedd', 444664850, -1231117520, 0),
(97106, 2564, 230, 'Sprague River', 424406950, -1214346490, 0),
(97107, 2564, 230, 'Spray', 448141160, -1198670980, 0),
(97108, 2564, 230, 'Summerville', 455149860, -1180190040, 0),
(97109, 2564, 230, 'Sunriver', 438445800, -1215089100, 0),
(97110, 2564, 230, 'Tenmile', 430934410, -1235680870, 0),
(97111, 2564, 230, 'Trail', 426477800, -1228083300, 0),
(97112, 2564, 230, 'Ukiah', 451341000, -1189312800, 0),
(97113, 2564, 230, 'Unity', 444382940, -1181907330, 0),
(97114, 2564, 230, 'Vida', 441331200, -1224633600, 0),
(97115, 2564, 230, 'Wasco', 455927680, -1206986450, 0),
(97116, 2564, 230, 'Wedderburn', 424597990, -1244010250, 0),
(97117, 2564, 230, 'Westfall', 439465520, -1177491970, 0),
(97118, 2564, 230, 'Westfir', 437580600, -1224958800, 0),
(97119, 2564, 230, 'Wilderville', 423783000, -1236915000, 0),
(97120, 2564, 230, 'Wood Village', 455279640, -1223978850, 0),
(97121, 2565, 230, 'Adamstown', 402433120, -760558480, 0),
(97122, 2565, 230, 'Airville', 397661760, -763735270, 0),
(97123, 2565, 230, 'Alba', 417042900, -768306100, 0),
(97124, 2565, 230, 'Allenport', 400792000, -798562480, 0),
(97125, 2565, 230, 'Allensville', 406031720, -777248040, 0),
(97126, 2565, 230, 'Allenwood', 411179500, -770220700, 0),
(97127, 2565, 230, 'Allport', 409735450, -782183160, 0),
(97128, 2565, 230, 'Alverda', 406302780, -788572220, 0),
(97129, 2565, 230, 'Amberson', 401907600, -752065800, 0),
(97130, 2565, 230, 'Andreas', 407421520, -758275900, 0),
(97131, 2565, 230, 'Aristes', 408186100, -763402340, 0),
(97132, 2565, 230, 'Arona', 402682200, -796600800, 0),
(97133, 2565, 230, 'Aspers', 399765420, -772342150, 0),
(97134, 2565, 230, 'Atlasburg', 403832100, -803920200, 0),
(97135, 2565, 230, 'Avalon', 405006650, -800667040, 0),
(97136, 2565, 230, 'Bairdford', 406310920, -798821400, 0),
(97137, 2565, 230, 'Barnesboro', 406627680, -787821940, 0),
(97138, 2565, 230, 'Beach Haven', 410673900, -761757600, 0),
(97139, 2565, 230, 'Beallsville', 400635670, -800260730, 0),
(97140, 2565, 230, 'Beaver Meadows', 409283300, -759127800, 0),
(97141, 2565, 230, 'Beccaria', 407602430, -785085930, 0),
(97142, 2565, 230, 'Bedminster', 404166000, -751175000, 0),
(97143, 2565, 230, 'Beech Creek', 410953500, -775240160, 0),
(97144, 2565, 230, 'Belleville', 406058890, -777219600, 0),
(97145, 2565, 230, 'Belmont', 402873000, -788894700, 0),
(97146, 2565, 230, 'Benezett', 413178290, -783319670, 0),
(97147, 2565, 230, 'Big Beaver', 407619320, -803416560, 0),
(97148, 2565, 230, 'Big Run', 409699830, -788793260, 0),
(97149, 2565, 230, 'Birchrunville', 401064770, -756426860, 0),
(97150, 2565, 230, 'Bird-in-Hand', 400514090, -761802560, 0),
(97151, 2565, 230, 'Blairs Mills', 402556650, -777751090, 0),
(97152, 2565, 230, 'Blooming Glen', 403727720, -752536610, 0),
(97153, 2565, 230, 'Blossburg', 416775900, -770659430, 0),
(97154, 2565, 230, 'Bonneauville', 398120400, -771372100, 0),
(97155, 2565, 230, 'Braddock', 404037000, -798624000, 0),
(97156, 2565, 230, 'Brandamore', 400490690, -758329540, 0),
(97157, 2565, 230, 'Brockport', 412963030, -787295150, 0),
(97158, 2565, 230, 'Brockton', 407493200, -760690890, 0),
(97159, 2565, 230, 'Brogue', 400985010, -770234080, 0),
(97160, 2565, 230, 'Brownstown', 401261910, -762122570, 0),
(97161, 2565, 230, 'Bruin', 410558150, -797293400, 0),
(97162, 2565, 230, 'Buck Hill Falls', 411877200, -752661000, 0),
(97163, 2565, 230, 'Buckingham', 402788320, -750655330, 0),
(97164, 2565, 230, 'Buena Vista', 402654810, -797975870, 0),
(97165, 2565, 230, 'Bulger', 403783300, -803277800, 0),
(97166, 2565, 230, 'Burnham', 406350720, -775687480, 0),
(97167, 2565, 230, 'Cadogan', 407539500, -795839880, 0),
(97168, 2565, 230, 'Callery', 407404800, -800365800, 0),
(97169, 2565, 230, 'Calumet', 402109000, -794853200, 0),
(97170, 2565, 230, 'Campbelltown', 402766330, -765812090, 0),
(97171, 2565, 230, 'Camptown', 417310800, -762349800, 0),
(97172, 2565, 230, 'Cashtown', 398877380, -773580590, 0),
(97173, 2565, 230, 'Cassville', 402914900, -780277410, 0),
(97174, 2565, 230, 'Cecil-Bishop', 403181900, -801933200, 0),
(97175, 2565, 230, 'Centerport', 404870500, -760080250, 0),
(97176, 2565, 230, 'Champion', 400425000, -793231000, 0),
(97177, 2565, 230, 'Chicora', 409481200, -797428300, 0),
(97178, 2565, 230, 'Churchville', 401868000, -750096600, 0),
(97179, 2565, 230, 'Clarendon', 418127200, -791613250, 0),
(97180, 2565, 230, 'Claridge', 403655560, -796225000, 0),
(97181, 2565, 230, 'Clarington', 413268650, -791490780, 0),
(97182, 2565, 230, 'Clune', 405494340, -793082030, 0),
(97183, 2565, 230, 'Coal Center', 400843000, -799135000, 0),
(97184, 2565, 230, 'Cocolamus', 406588860, -771046350, 0),
(97185, 2565, 230, 'Codorus', 398216800, -768447800, 0),
(97186, 2565, 230, 'Cogan Station', 413254800, -770469000, 0),
(97187, 2565, 230, 'Collingdale', 399173400, -752710200, 0),
(97188, 2565, 230, 'Colonial Park', 403006400, -768096900, 0),
(97189, 2565, 230, 'Colver', 405438890, -787881630, 0),
(97190, 2565, 230, 'Conashaugh Lakes', 413059300, -749896200, 0),
(97191, 2565, 230, 'Concord', 398942860, -755010000, 0),
(97192, 2565, 230, 'Conemaugh', 403581610, -788761420, 0),
(97193, 2565, 230, 'Confluence', 398100000, -793566700, 0),
(97194, 2565, 230, 'Coral', 405019210, -791741480, 0),
(97195, 2565, 230, 'Corsica', 411920140, -791736920, 0),
(97196, 2565, 230, 'Covington', 417582360, -770667660, 0),
(97197, 2565, 230, 'Crabtree', 403640460, -794696520, 0),
(97198, 2565, 230, 'Crafton', 404353260, -800746750, 0),
(97199, 2565, 230, 'Creighton', 405872200, -797783300, 0),
(97200, 2565, 230, 'Crown', 413896500, -792711000, 0),
(97201, 2565, 230, 'Crucible', 399483330, -799650000, 0),
(97202, 2565, 230, 'Cuddy', 403517000, -801691000, 0),
(97203, 2565, 230, 'Cumbola', 407115320, -761390570, 0),
(97204, 2565, 230, 'Curryville', 402757800, -783385800, 0),
(97205, 2565, 230, 'Curtisville', 406422900, -798508900, 0),
(97206, 2565, 230, 'Dagus Mines', 413539130, -786066750, 0),
(97207, 2565, 230, 'Dawson', 400736870, -796690480, 0),
(97208, 2565, 230, 'Defiance', 401608700, -782315300, 0),
(97209, 2565, 230, 'Delano', 408388550, -760711120, 0),
(97210, 2565, 230, 'Denbo', 400027890, -799358890, 0),
(97211, 2565, 230, 'Dewart', 411087960, -768778890, 0),
(97212, 2565, 230, 'Dickerson Run', 400301100, -796646100, 0),
(97213, 2565, 230, 'Dilliner', 397561980, -799939690, 0),
(97214, 2565, 230, 'Dry Run', 401794830, -777482630, 0),
(97215, 2565, 230, 'Dudley', 402227790, -781666070, 0),
(97216, 2565, 230, 'Dunlo', 402943800, -787213200, 0),
(97217, 2565, 230, 'Dysart', 406057650, -785047700, 0),
(97218, 2565, 230, 'Earlington', 403211240, -753799510, 0),
(97219, 2565, 230, 'East Butler', 408800080, -798479300, 0),
(97220, 2565, 230, 'East Conemaugh', 403581610, -788761420, 0),
(97221, 2565, 230, 'East Springfield', 419824120, -804344960, 0),
(97222, 2565, 230, 'Eau Claire', 411357000, -797982000, 0),
(97223, 2565, 230, 'Ebervale', 409832990, -759584180, 0),
(97224, 2565, 230, 'Edgeworth', 405522290, -801530980, 0),
(97225, 2565, 230, 'Edwardsville', 412645800, -758881800, 0),
(97226, 2565, 230, 'Egypt', 406801000, -755299100, 0),
(97227, 2565, 230, 'Elkland', 419861800, -773108100, 0),
(97228, 2565, 230, 'Elliottsburg', 403630680, -772674360, 0),
(97229, 2565, 230, 'Elmhurst', 413755200, -755483360, 0),
(97230, 2565, 230, 'Elmora', 406015800, -787465800, 0),
(97231, 2565, 230, 'Elton', 402796800, -788025000, 0),
(97232, 2565, 230, 'Emsworth', 404698800, -800157000, 0),
(97233, 2565, 230, 'Enhaut', 402317600, -768269200, 0),
(97234, 2565, 230, 'Equinunk', 417966490, -752074780, 0),
(97235, 2565, 230, 'Evans City', 407692300, -800628400, 0),
(97236, 2565, 230, 'Evansburg', 401809400, -754290700, 0),
(97237, 2565, 230, 'Fairmount City', 410636270, -792718970, 0),
(97238, 2565, 230, 'Fallentimber', 406625750, -784878710, 0),
(97239, 2565, 230, 'Falls Creek', 411445920, -788081590, 0),
(97240, 2565, 230, 'Fannettsburg', 400680550, -778216070, 0),
(97241, 2565, 230, 'Fleming', 409145200, -779331500, 0),
(97242, 2565, 230, 'Fombell', 408147500, -802009240, 0),
(97243, 2565, 230, 'Forest Grove', 402977070, -750573880, 0),
(97244, 2565, 230, 'Fountainville', 402416300, -750157990, 0),
(97245, 2565, 230, 'Franklin Park', 405834000, -800878400, 0),
(97246, 2565, 230, 'Franklintown', 400746800, -770285510, 0),
(97247, 2565, 230, 'Fredericktown', 399950000, -799994400, 0),
(97248, 2565, 230, 'Friedensburg', 406028100, -762395100, 0),
(97249, 2565, 230, 'Fryburg', 413690440, -794144190, 0),
(97250, 2565, 230, 'Fullerton', 406317600, -754732400, 0),
(97251, 2565, 230, 'Gaines', 416713800, -775525800, 0),
(97252, 2565, 230, 'Gans', 397333330, -798666670, 0),
(97253, 2565, 230, 'Garards Fort', 398641210, -800035980, 0),
(97254, 2565, 230, 'Garden View', 412542400, -770460800, 0),
(97255, 2565, 230, 'Gardenville', 403814300, -750934990, 0),
(97256, 2565, 230, 'Garland', 418161110, -794441670, 0),
(97257, 2565, 230, 'Garrett', 398655200, -790627580, 0),
(97258, 2565, 230, 'Gastonville', 402572900, -799958800, 0),
(97259, 2565, 230, 'Geistown', 402909100, -788689100, 0),
(97260, 2565, 230, 'Gibbon Glade', 397369240, -795660060, 0),
(97261, 2565, 230, 'Gifford', 418572000, -785743200, 0),
(97262, 2565, 230, 'Gilberton', 407987620, -762173370, 0),
(97263, 2565, 230, 'Goodville', 401336100, -760030600, 0),
(97264, 2565, 230, 'Gordonville', 400377410, -761056320, 0),
(97265, 2565, 230, 'Gradyville', 399379400, -754643250, 0),
(97266, 2565, 230, 'Granville', 406038640, -775717990, 0),
(97267, 2565, 230, 'Grapeville', 403243350, -796050030, 0),
(97268, 2565, 230, 'Grassflat', 410086070, -781335730, 0),
(97269, 2565, 230, 'Gratz', 406109940, -767173240, 0),
(97270, 2565, 230, 'Gray', 401346820, -790935060, 0),
(97271, 2565, 230, 'Greeley', 414490700, -750374400, 0),
(97272, 2565, 230, 'Grindstone', 400148000, -798289000, 0),
(97273, 2565, 230, 'Guilford', 399154100, -776010500, 0),
(97274, 2565, 230, 'Hadley', 414352470, -802657500, 0),
(97275, 2565, 230, 'Harrison Valley', 419533000, -777023550, 0),
(97276, 2565, 230, 'Harrisonville', 399784800, -780837000, 0),
(97277, 2565, 230, 'Harwick', 405551000, -798055250, 0),
(97278, 2565, 230, 'Herminie', 402629210, -797141730, 0),
(97279, 2565, 230, 'Hillsdale', 407516670, -788852780, 0),
(97280, 2565, 230, 'Hillsville', 410077780, -804969440, 0),
(97281, 2565, 230, 'Hilltown', 403015790, -753253050, 0),
(97282, 2565, 230, 'Holicong', 403357790, -750471100, 0),
(97283, 2565, 230, 'Holmes', 399041700, -753086100, 0),
(97284, 2565, 230, 'Hopeland', 402348330, -762670830, 0),
(97285, 2565, 230, 'Houserville', 408239500, -778288900, 0),
(97286, 2565, 230, 'Hunlock', 412333330, -761330560, 0),
(97287, 2565, 230, 'Hustontown', 401189150, -779915650, 0),
(97288, 2565, 230, 'Imler', 402481730, -785413060, 0),
(97289, 2565, 230, 'Immaculata', 399004820, -756724410, 0),
(97290, 2565, 230, 'Intercourse', 400535060, -761240640, 0),
(97291, 2565, 230, 'Irvona', 408291850, -785664760, 0),
(97292, 2565, 230, 'Jones Mills', 400653160, -793158200, 0),
(97293, 2565, 230, 'Karthaus', 411371100, -780164330, 0),
(97294, 2565, 230, 'Kent', 405415910, -792830840, 0),
(97295, 2565, 230, 'Kersey', 413530560, -786148510, 0),
(97296, 2565, 230, 'Knoxville', 419583600, -774385200, 0),
(97297, 2565, 230, 'Kossuth', 412894190, -795893620, 0),
(97298, 2565, 230, 'La Belle', 399686060, -799410030, 0),
(97299, 2565, 230, 'Laceyville', 416452800, -761605600, 0),
(97300, 2565, 230, 'Lake Como', 418627550, -752959450, 0),
(97301, 2565, 230, 'Lake Lynn', 397371000, -798175000, 0),
(97302, 2565, 230, 'Lamar', 410161110, -775313890, 0),
(97303, 2565, 230, 'Landisburg', 403087280, -773364520, 0),
(97304, 2565, 230, 'Langeloth', 403629420, -804090820, 0),
(97305, 2565, 230, 'Langhorne Manor', 401642900, -749422880, 0),
(97306, 2565, 230, 'Laughlintown', 401936000, -791668000, 0),
(97307, 2565, 230, 'Laurelton', 409522370, -771945470, 0),
(97308, 2565, 230, 'Le Raysville', 418450860, -761761480, 0),
(97309, 2565, 230, 'Leck Kill', 407104280, -766276310, 0),
(97310, 2565, 230, 'Lederach', 402644630, -754184580, 0),
(97311, 2565, 230, 'Lemont', 408106200, -778183300, 0),
(97312, 2565, 230, 'Lenni', 398954720, -754460660, 0),
(97313, 2565, 230, 'Lewis Run', 418697270, -786613450, 0),
(97314, 2565, 230, 'Linden', 412702390, -771589900, 0),
(97315, 2565, 230, 'Llewellyn', 406736680, -762767560, 0),
(97316, 2565, 230, 'Lopez', 414576200, -762953060, 0),
(97317, 2565, 230, 'Lower Allen', 402203050, -769997990, 0),
(97318, 2565, 230, 'Loysburg', 401776110, -783774410, 0),
(97319, 2565, 230, 'Lucernemines', 405440380, -791573280, 0),
(97320, 2565, 230, 'Lyon Station', 404804670, -757581110, 0),
(97321, 2565, 230, 'Madisonburg', 409414110, -774984040, 0),
(97322, 2565, 230, 'Mahaffey', 409009800, -787257000, 0),
(97323, 2565, 230, 'Mainland', 402651000, -753550170, 0),
(97324, 2565, 230, 'Manns Choice', 399694850, -786536170, 0),
(97325, 2565, 230, 'Manorville', 407862460, -795214190, 0),
(97326, 2565, 230, 'Marianna', 400155600, -801105600, 0),
(97327, 2565, 230, 'Marshalls Creek', 410430600, -751275000, 0),
(97328, 2565, 230, 'Mayfield', 415366490, -755392710, 0),
(97329, 2565, 230, 'Mayport', 409754440, -792533200, 0),
(97330, 2565, 230, 'Maytown', 400753700, -765821900, 0),
(97331, 2565, 230, 'McClellandtown', 398866200, -798640200, 0),
(97332, 2565, 230, 'McElhattan', 411497220, -773655560, 0),
(97333, 2565, 230, 'McIntyre', 405714150, -793000200, 0),
(97334, 2565, 230, 'Meshoppen', 416506900, -760261100, 0),
(97335, 2565, 230, 'Mill Run', 399649460, -794574310, 0),
(97336, 2565, 230, 'Millerton', 419833330, -769386100, 0),
(97337, 2565, 230, 'Millsboro', 399900910, -799940590, 0),
(97338, 2565, 230, 'Minisink Hills', 410002200, -751375200, 0),
(97339, 2565, 230, 'Modena', 399619910, -758036230, 0),
(97340, 2565, 230, 'Mohrsville', 404770920, -760138770, 0),
(97341, 2565, 230, 'Mont Alto', 398442600, -775583200, 0),
(97342, 2565, 230, 'Montandon', 409719540, -768496360, 0),
(97343, 2565, 230, 'Morgan', 403545720, -801471120, 0),
(97344, 2565, 230, 'Mount Aetna', 404191200, -762955200, 0),
(97345, 2565, 230, 'Mountainhome', 411778960, -752613380, 0),
(97346, 2565, 230, 'Munhall', 403941640, -799046320, 0),
(97347, 2565, 230, 'Muse', 402928500, -802003400, 0),
(97348, 2565, 230, 'Nemacolin', 398776080, -799241590, 0),
(97349, 2565, 230, 'New Beaver', 408922530, -803420990, 0),
(97350, 2565, 230, 'New Bedford', 410971800, -805050000, 0),
(97351, 2565, 230, 'New Berlin', 408803000, -769863040, 0),
(97352, 2565, 230, 'New Berlinville', 403353230, -756400920, 0),
(97353, 2565, 230, 'New Columbia', 410437200, -768849000, 0),
(97354, 2565, 230, 'New Freeport', 397558160, -804594050, 0),
(97355, 2565, 230, 'New Galilee', 408352580, -804015520, 0),
(97356, 2565, 230, 'New London', 397718000, -758926000, 0),
(97357, 2565, 230, 'Newell', 400735440, -798886200, 0),
(97358, 2565, 230, 'Newfoundland', 412881400, -754013200, 0),
(97359, 2565, 230, 'Newry', 403920280, -784378000, 0),
(97360, 2565, 230, 'North Apollo', 405930840, -795583030, 0),
(97361, 2565, 230, 'North Braddock', 404037000, -798624000, 0),
(97362, 2565, 230, 'North Warren', 418535280, -791583100, 0),
(97363, 2565, 230, 'Northwest Harborcreek', 421494400, -799946300, 0),
(97364, 2565, 230, 'Nu Mine', 407997000, -792718800, 0),
(97365, 2565, 230, 'Oak Hills', 408247900, -799131100, 0),
(97366, 2565, 230, 'Oak Ridge', 410075000, -792961110, 0),
(97367, 2565, 230, 'Ohiopyle', 398276980, -794503050, 0),
(97368, 2565, 230, 'Oneida', 409064860, -761318840, 0),
(97369, 2565, 230, 'Ono', 404026800, -765349800, 0),
(97370, 2565, 230, 'Orbisonia', 402394200, -779071200, 0),
(97371, 2565, 230, 'Orrstown', 400586100, -776091700, 0),
(97372, 2565, 230, 'Osceola', 419852920, -773477840, 0),
(97373, 2565, 230, 'Paint', 412101580, -793820020, 0),
(97374, 2565, 230, 'Parker Ford', 402063090, -755930400, 0),
(97375, 2565, 230, 'Parkville', 397812100, -769633100, 0),
(97376, 2565, 230, 'Paxtonville', 407702780, -770838890, 0),
(97377, 2565, 230, 'Peach Glen', 399727040, -772321960, 0),
(97378, 2565, 230, 'Penn', 403353000, -796415000, 0),
(97379, 2565, 230, 'Penn Run', 405651840, -790083610, 0),
(97380, 2565, 230, 'Penns Creek', 408571000, -770677930, 0),
(97381, 2565, 230, 'Penns Park', 402631200, -749958640, 0),
(97382, 2565, 230, 'Petersburg', 405725000, -780480600, 0),
(97383, 2565, 230, 'Picture Rocks', 412799930, -767117530, 0),
(97384, 2565, 230, 'Pine Forge', 402826800, -756910800, 0),
(97385, 2565, 230, 'Pitman', 407048520, -765133560, 0),
(97386, 2565, 230, 'Pittsfield', 419379510, -793867260, 0),
(97387, 2565, 230, 'Pleasant Hills', 403461400, -799779370, 0),
(97388, 2565, 230, 'Pleasant Unity', 402403540, -794504020, 0),
(97389, 2565, 230, 'Pleasantville', 415869010, -795715920, 0),
(97390, 2565, 230, 'Plumville', 407929800, -791808000, 0),
(97391, 2565, 230, 'Pocono Lake Preserve', 411052800, -754764000, 0),
(97392, 2565, 230, 'Pocono Manor', 410980540, -753627330, 0),
(97393, 2565, 230, 'Polk', 413411770, -799331760, 0),
(97394, 2565, 230, 'Port Clinton', 405817800, -760273800, 0),
(97395, 2565, 230, 'Portland', 409267450, -751026420, 0),
(97396, 2565, 230, 'Preston Park', 418636800, -753838180, 0),
(97397, 2565, 230, 'Pymatuning Central', 415854600, -804796000, 0),
(97398, 2565, 230, 'Quincy', 398009500, -775747430, 0),
(97399, 2565, 230, 'Rankin', 404037000, -798624000, 0),
(97400, 2565, 230, 'Reamstown', 402104730, -761204100, 0),
(97401, 2565, 230, 'Rector', 401774330, -792277140, 0),
(97402, 2565, 230, 'Red Hill', 403761370, -754861220, 0),
(97403, 2565, 230, 'Refton', 399462500, -762332000, 0),
(97404, 2565, 230, 'Rehrersburg', 404575200, -762447000, 0),
(97405, 2565, 230, 'Reiffton', 403198200, -758735400, 0),
(97406, 2565, 230, 'Reno', 414101310, -797467840, 0),
(97407, 2565, 230, 'Renovo', 413358600, -777379200, 0),
(97408, 2565, 230, 'Republic', 399625800, -798767100, 0),
(97409, 2565, 230, 'Revere', 405152780, -751613890, 0),
(97410, 2565, 230, 'Rheems', 401289500, -765706790, 0),
(97411, 2565, 230, 'Rices Landing', 399462830, -799958530, 0),
(97412, 2565, 230, 'Riddlesburg', 401619440, -782547220, 0),
(97413, 2565, 230, 'Rixford', 419263070, -784947170, 0),
(97414, 2565, 230, 'Rochester Mills', 408207170, -790059330, 0),
(97415, 2565, 230, 'Rockhill Furnace', 402420080, -779006810, 0),
(97416, 2565, 230, 'Rogersville', 397456200, -800928000, 0),
(97417, 2565, 230, 'Rothsville', 401512100, -762510700, 0),
(97418, 2565, 230, 'Saint Michael', 403383340, -787794220, 0),
(97419, 2565, 230, 'Saint Petersburg', 411616200, -796530000, 0),
(97420, 2565, 230, 'Saint Thomas', 399110000, -778190000, 0),
(97421, 2565, 230, 'Salfordville', 402948630, -754381310, 0),
(97422, 2565, 230, 'Salisbury', 405921460, -754751830, 0),
(97423, 2565, 230, 'Salix', 403000800, -787653000, 0),
(97424, 2565, 230, 'Saltillo', 402117940, -780078430, 0),
(97425, 2565, 230, 'Sand Hill', 403595400, -764316300, 0),
(97426, 2565, 230, 'Sciota', 409215170, -752815980, 0),
(97427, 2565, 230, 'Seminole', 409547220, -793430560, 0),
(97428, 2565, 230, 'Shartlesville', 405127200, -761047200, 0),
(97429, 2565, 230, 'Shawnee-on-Delaware', 410095800, -751115400, 0),
(97430, 2565, 230, 'Sheakleyville', 414446530, -802070690, 0),
(97431, 2565, 230, 'Sheffield', 417039500, -790356000, 0),
(97432, 2565, 230, 'Sheppton', 408950600, -761138760, 0),
(97433, 2565, 230, 'Shillington', 403111200, -759238200, 0),
(97434, 2565, 230, 'Shippingport', 406205940, -804255800, 0),
(97435, 2565, 230, 'Shiremanstown', 402234200, -769535900, 0),
(97436, 2565, 230, 'Shohola', 414189480, -749107480, 0),
(97437, 2565, 230, 'Silver Spring', 402203050, -769997990, 0),
(97438, 2565, 230, 'Silverdale', 403472820, -752704560, 0),
(97439, 2565, 230, 'Six Mile Run', 401567190, -782022200, 0),
(97440, 2565, 230, 'Skytop', 412276800, -752386200, 0),
(97441, 2565, 230, 'Slatedale', 407453140, -756541260, 0),
(97442, 2565, 230, 'Slickville', 404659000, -795024000, 0),
(97443, 2565, 230, 'Sligo', 411084400, -794944630, 0),
(97444, 2565, 230, 'Smock', 399879000, -797776000, 0),
(97445, 2565, 230, 'Smoketown', 400371000, -762008840, 0),
(97446, 2565, 230, 'South Greensburg', 402953830, -795415730, 0),
(97447, 2565, 230, 'South Sterling', 412756180, -753943290, 0),
(97448, 2565, 230, 'South Williamsport', 412285400, -770140300, 0),
(97449, 2565, 230, 'Southeastern', 399856750, -755106670, 0),
(97450, 2565, 230, 'Southmont', 403070860, -789408060, 0),
(97451, 2565, 230, 'Southwest', 401512200, -795407800, 0),
(97452, 2565, 230, 'Spring Glen', 406369650, -766467610, 0),
(97453, 2565, 230, 'Springdale', 405381350, -797846790, 0),
(97454, 2565, 230, 'Springs', 397419510, -790943620, 0),
(97455, 2565, 230, 'Springtown', 405562800, -752896800, 0),
(97456, 2565, 230, 'Spruce Creek', 406188700, -781386250, 0),
(97457, 2565, 230, 'Stockertown', 407553200, -752612900, 0),
(97458, 2565, 230, 'Stowe', 402423600, -756366600, 0),
(97459, 2565, 230, 'Stoystown', 402444580, -788436960, 0),
(97460, 2565, 230, 'Strabane', 402510290, -801993430, 0),
(97461, 2565, 230, 'Stump Creek', 410125200, -788374800, 0),
(97462, 2565, 230, 'Sugarcreek', 413849400, -798131400, 0),
(97463, 2565, 230, 'Summit Station', 405776290, -761922710, 0),
(97464, 2565, 230, 'Sutersville', 402391000, -797896000, 0),
(97465, 2565, 230, 'Sykesville', 410503400, -788222500, 0),
(97466, 2565, 230, 'Terre Hill', 401573200, -760505000, 0),
(97467, 2565, 230, 'Thompson', 418310750, -755336110, 0),
(97468, 2565, 230, 'Thompsontown', 405647200, -772347200, 0),
(97469, 2565, 230, 'Throop', 414205050, -756250010, 0),
(97470, 2565, 230, 'Todd', 402653160, -781053520, 0),
(97471, 2565, 230, 'Torrance', 404172220, -792230560, 0),
(97472, 2565, 230, 'Tower City', 405892500, -765524600, 0),
(97473, 2565, 230, 'Townville', 416799510, -798748820, 0),
(97474, 2565, 230, 'Tremont', 406266000, -764071200, 0),
(97475, 2565, 230, 'Tresckow', 409153920, -759652380, 0),
(97476, 2565, 230, 'Trevorton', 407815430, -766756590, 0),
(97477, 2565, 230, 'Trexlertown', 405501990, -755980700, 0),
(97478, 2565, 230, 'Trucksville', 413002800, -759658800, 0),
(97479, 2565, 230, 'Trumbauersville', 404124910, -753789090, 0),
(97480, 2565, 230, 'Tuscarora', 407690390, -760392440, 0),
(97481, 2565, 230, 'Tyler Hill', 416669560, -751522010, 0),
(97482, 2565, 230, 'Upper Black Eddy', 405652800, -750997200, 0),
(97483, 2565, 230, 'Utica', 414835390, -799336710, 0),
(97484, 2565, 230, 'Versailles', 403405700, -798411600, 0),
(97485, 2565, 230, 'Volant', 411144400, -802594400, 0),
(97486, 2565, 230, 'Wampum', 408922530, -803420990, 0),
(97487, 2565, 230, 'Warren Center', 418535280, -791583100, 0),
(97488, 2565, 230, 'Washington Boro', 399944050, -764528980, 0),
(97489, 2565, 230, 'Washingtonville', 410518780, -766751280, 0),
(97490, 2565, 230, 'Weedville', 412678200, -784960800, 0),
(97491, 2565, 230, 'West Decatur', 409462600, -783605650, 0),
(97492, 2565, 230, 'West Easton', 406859580, -752409730, 0),
(97493, 2565, 230, 'West Finley', 399831410, -804439800, 0),
(97494, 2565, 230, 'West Homestead', 403941640, -799046320, 0),
(97495, 2565, 230, 'West Lebanon', 403598910, -764332880, 0),
(97496, 2565, 230, 'West Norriton', 401493000, -753675000, 0),
(97497, 2565, 230, 'Westmont', 403156300, -789516900, 0),
(97498, 2565, 230, 'Wheatland', 412011390, -804952060, 0),
(97499, 2565, 230, 'White', 406206760, -791585480, 0),
(97500, 2565, 230, 'Whitney', 402529640, -794087240, 0),
(97501, 2565, 230, 'Wickerham Manor-Fisher', 401774900, -799068400, 0),
(97502, 2565, 230, 'Wiconisco', 405731090, -766885510, 0),
(97503, 2565, 230, 'Wilburton', 408151160, -763758310, 0),
(97504, 2565, 230, 'Wilson', 406859580, -752409730, 0),
(97505, 2565, 230, 'Winburne', 409708660, -781590000, 0),
(97506, 2565, 230, 'Witmer', 400480200, -762115800, 0),
(97507, 2565, 230, 'Woolrich', 411880660, -773723830, 0),
(97508, 2565, 230, 'Wysox', 417851860, -763599190, 0),
(97509, 2565, 230, 'Yoe', 399018450, -766468820, 0),
(97510, 2565, 230, 'Youngstown', 402796800, -793657800, 0),
(97511, 2565, 230, 'Zieglerville', 402833330, -754833330, 0),
(97512, 2565, 230, 'Zion', 409142300, -776847200, 0),
(97513, 2565, 230, 'Zion Grove', 409413000, -762180000, 0),
(97514, 2565, 230, 'Zionsville', 404532120, -755082160, 0),
(97515, 2565, 230, 'Zullinger', 397686630, -776267650, 0),
(97516, 2566, 230, 'Hopkinton', 414612100, -717775700, 0),
(97517, 2566, 230, 'Kenyon', 414445280, -716277450, 0),
(97518, 2566, 230, 'Manville', 419659860, -714743270, 0),
(97519, 2567, 230, 'Alcolu', 338596190, -802123160, 0),
(97520, 2567, 230, 'Blackville', 333579300, -812706600, 0),
(97521, 2567, 230, 'Blair', 343214490, -811323620, 0),
(97522, 2567, 230, 'Blenheim', 344515550, -796519990, 0),
(97523, 2567, 230, 'Branchville', 332512700, -808156500, 0),
(97524, 2567, 230, 'Brookdale', 335068200, -808234200, 0),
(97525, 2567, 230, 'Buffalo', 347256900, -816834300, 0),
(97526, 2567, 230, 'Burnettown', 335154100, -818490000, 0),
(97527, 2567, 230, 'Calhoun Falls', 340923400, -825956900, 0),
(97528, 2567, 230, 'Cameron', 335575000, -807152800, 0),
(97529, 2567, 230, 'Chappells', 342337100, -818415000, 0),
(97530, 2567, 230, 'Cleveland', 350489360, -826416080, 0),
(97531, 2567, 230, 'Clifton', 349847870, -818240520, 0),
(97532, 2567, 230, 'Coosawhatchie', 324887420, -809893120, 0),
(97533, 2567, 230, 'Cross', 333000120, -802019970, 0),
(97534, 2567, 230, 'Cross Hill', 342804720, -819834970, 0),
(97535, 2567, 230, 'Dale', 325563890, -806900000, 0),
(97536, 2567, 230, 'Dorchester', 331422860, -803781060, 0),
(97537, 2567, 230, 'Dunean', 348248400, -824192900, 0),
(97538, 2567, 230, 'Early Branch', 326353200, -810349200, 0),
(97539, 2567, 230, 'East Gaffney', 350801300, -816328700, 0),
(97540, 2567, 230, 'Eastover', 339183600, -807321600, 0),
(97541, 2567, 230, 'Edgefield', 337848640, -819297680, 0),
(97542, 2567, 230, 'Edisto Island', 325667350, -803100780, 0),
(97543, 2567, 230, 'Ehrhardt', 331108720, -810235840, 0),
(97544, 2567, 230, 'Estill', 327445200, -812401200, 0),
(97545, 2567, 230, 'Fair Play', 345258310, -830435380, 0),
(97546, 2567, 230, 'Fort Lawn', 347006700, -809150780, 0),
(97547, 2567, 230, 'Gable', 338438580, -800881290, 0),
(97548, 2567, 230, 'Garnett', 326038800, -812443200, 0),
(97549, 2567, 230, 'Gifford', 328606680, -812391320, 0),
(97550, 2567, 230, 'Green Pond', 326548920, -805141000, 0),
(97551, 2567, 230, 'Green Sea', 342133190, -790619540, 0),
(97552, 2567, 230, 'Gresham', 339300000, -794100000, 0),
(97553, 2567, 230, 'Hickory Grove', 349722090, -814280000, 0),
(97554, 2567, 230, 'Islandton', 329509090, -808865820, 0),
(97555, 2567, 230, 'Jenkinsville', 342461800, -812647800, 0),
(97556, 2567, 230, 'Kiawah Island', 326937000, -800959800, 0),
(97557, 2567, 230, 'Kinards', 343497500, -817659200, 0),
(97558, 2567, 230, 'Lake View', 343447570, -791640490, 0),
(97559, 2567, 230, 'Lockhart', 347881430, -814606400, 0),
(97560, 2567, 230, 'Lowndesville', 342582000, -825831000, 0),
(97561, 2567, 230, 'Martin', 330985100, -815255310, 0),
(97562, 2567, 230, 'Mayesville', 339860770, -802084330, 0),
(97563, 2567, 230, 'McBee', 344892000, -802482000, 0),
(97564, 2567, 230, 'McClellanville', 331023370, -794699460, 0),
(97565, 2567, 230, 'McColl', 346636020, -795450250, 0),
(97566, 2567, 230, 'McConnells', 348713910, -812221190, 0),
(97567, 2567, 230, 'Montmorenci', 335050390, -815983970, 0),
(97568, 2567, 230, 'Mountville', 343380840, -819576630, 0),
(97569, 2567, 230, 'Nesmith', 335993420, -795647630, 0),
(97570, 2567, 230, 'Pamplico', 339960000, -795700600, 0),
(97571, 2567, 230, 'Patrick', 345627100, -800739950, 0),
(97572, 2567, 230, 'Pinewood', 337394400, -804633300, 0),
(97573, 2567, 230, 'Pomaria', 343247730, -814443200, 0),
(97574, 2567, 230, 'Ravenel', 327900290, -802217850, 0),
(97575, 2567, 230, 'Rembert', 340904570, -805031930, 0),
(97576, 2567, 230, 'Ruby', 347046440, -802050890, 0),
(97577, 2567, 230, 'Saint Matthews', 336648800, -807778700, 0),
(97578, 2567, 230, 'Salley', 336360790, -812940680, 0),
(97579, 2567, 230, 'Salters', 335648690, -798268890, 0),
(97580, 2567, 230, 'Sandy Springs', 345940840, -827379940, 0),
(97581, 2567, 230, 'Seabrook Island', 326937000, -800959800, 0),
(97582, 2567, 230, 'Sharon', 349112640, -813456430, 0),
(97583, 2567, 230, 'Slater', 350309390, -824950370, 0),
(97584, 2567, 230, 'Smoaks', 330996630, -808103450, 0),
(97585, 2567, 230, 'Smyrna', 350322230, -814143910, 0),
(97586, 2567, 230, 'Southern Shops', 349859500, -819945500, 0),
(97587, 2567, 230, 'Springdale', 339593200, -811089800, 0),
(97588, 2567, 230, 'Springfield', 334976960, -812798930, 0),
(97589, 2567, 230, 'Startex', 349336420, -820987790, 0),
(97590, 2567, 230, 'Tamassee', 348992920, -829819130, 0),
(97591, 2567, 230, 'Vance', 334361100, -804197200, 0),
(97592, 2567, 230, 'Waterloo', 343328500, -820851630, 0),
(97593, 2567, 230, 'Wedgefield', 338926600, -805181400, 0),
(97594, 2567, 230, 'White Rock', 341565980, -812832740, 0),
(97595, 2567, 230, 'Whitmire', 345019570, -816189020, 0),
(97596, 2567, 230, 'Williams', 330343800, -808426800, 0),
(97597, 2567, 230, 'Yemassee', 326542200, -808267200, 0),
(97598, 2568, 230, 'Agar', 448453590, -1000607140, 0),
(97599, 2568, 230, 'Allen', 433047990, -1019122250, 0),
(97600, 2568, 230, 'Arlington', 443653440, -971499090, 0),
(97601, 2568, 230, 'Ashton', 450219000, -984945000, 0),
(97602, 2568, 230, 'Bradley', 449062960, -977076870, 0),
(97603, 2568, 230, 'Bruce', 444836980, -969321150, 0),
(97604, 2568, 230, 'Bryant', 446305650, -974308220, 0),
(97605, 2568, 230, 'Burbank', 426045190, -965627780, 0),
(97606, 2568, 230, 'Canistota', 435973870, -972926910, 0),
(97607, 2568, 230, 'Canova', 438931200, -975424200, 0),
(97608, 2568, 230, 'Castlewood', 447258700, -970279860, 0),
(97609, 2568, 230, 'Cavour', 443706380, -980357760, 0),
(97610, 2568, 230, 'Centerville', 431440430, -969897500, 0),
(97611, 2568, 230, 'Chester', 438916580, -970085660, 0),
(97612, 2568, 230, 'Clark', 448777400, -977331400, 0),
(97613, 2568, 230, 'Conde', 451707000, -980190000, 0),
(97614, 2568, 230, 'Corona', 453640250, -966677760, 0),
(97615, 2568, 230, 'Eden', 456134460, -973542100, 0),
(97616, 2568, 230, 'Edgemont', 432990740, -1038291670, 0),
(97617, 2568, 230, 'Ethan', 435458240, -979833850, 0),
(97618, 2568, 230, 'Fairburn', 436512500, -1032224590, 0),
(97619, 2568, 230, 'Faulkton', 450349700, -991240000, 0),
(97620, 2568, 230, 'Fort Pierre', 446718200, -1007738200, 0),
(97621, 2568, 230, 'Frederick', 458328470, -985060150, 0),
(97622, 2568, 230, 'Fulton', 437275580, -978219270, 0),
(97623, 2568, 230, 'Garden City', 449349390, -975549180, 0),
(97624, 2568, 230, 'Gayville', 428882190, -971727830, 0),
(97625, 2568, 230, 'Goodwin', 448941000, -967927800, 0),
(97626, 2568, 230, 'Harrison', 434575800, -985269000, 0),
(97627, 2568, 230, 'Hayti', 446571900, -972050700, 0),
(97628, 2568, 230, 'Hecla', 458826110, -981484680, 0),
(97629, 2568, 230, 'Hermosa', 438388900, -1031938900, 0),
(97630, 2568, 230, 'Humboldt', 437093780, -968893430, 0),
(97631, 2568, 230, 'Hurley', 432872400, -971603400, 0),
(97632, 2568, 230, 'Jefferson', 425747470, -965409230, 0),
(97633, 2568, 230, 'Keystone', 439435520, -1033638230, 0),
(97634, 2568, 230, 'Kranzburg', 448792200, -969424800, 0),
(97635, 2568, 230, 'Lake Norden', 445822620, -972098790, 0),
(97636, 2568, 230, 'Lane', 440703000, -984028800, 0),
(97637, 2568, 230, 'Marion', 434229170, -972586190, 0),
(97638, 2568, 230, 'Marvin', 452813050, -969385130, 0),
(97639, 2568, 230, 'McIntosh', 459213900, -1013495800, 0),
(97640, 2568, 230, 'Midland', 442479000, -1013206800, 0),
(97641, 2568, 230, 'Monroe', 434802000, -972192000, 0),
(97642, 2568, 230, 'Murdo', 438883200, -1007129100, 0),
(97643, 2568, 230, 'New Underwood', 440946150, -1028337010, 0),
(97644, 2568, 230, 'Newell', 447163890, -1034229720, 0),
(97645, 2568, 230, 'Nisland', 446735480, -1035558840, 0),
(97646, 2568, 230, 'Northville', 451665000, -986887800, 0),
(97647, 2568, 230, 'Olivet', 432408200, -976753400, 0),
(97648, 2568, 230, 'Pickstown', 430669350, -985304880, 0),
(97649, 2568, 230, 'Pierpont', 455010080, -977951860, 0),
(97650, 2568, 230, 'Platte', 433869400, -988445300, 0),
(97651, 2568, 230, 'Pollock', 458614210, -1003202620, 0),
(97652, 2568, 230, 'Ramona', 441176670, -972150820, 0),
(97653, 2568, 230, 'Reliance', 438299730, -995290510, 0),
(97654, 2568, 230, 'Revillo', 450161100, -965705600, 0),
(97655, 2568, 230, 'Saint Lawrence', 445312920, -988044130, 0),
(97656, 2568, 230, 'South Shore', 451075320, -970239630, 0),
(97657, 2568, 230, 'Strandburg', 450202700, -968214620, 0),
(97658, 2568, 230, 'Summerset', 441588220, -1033271360, 0),
(97659, 2568, 230, 'Summit', 453869790, -970432130, 0),
(97660, 2568, 230, 'Tolstoy', 451371130, -996212260, 0),
(97661, 2568, 230, 'Toronto', 445733700, -966427650, 0),
(97662, 2568, 230, 'Tulare', 447205770, -985839550, 0),
(97663, 2568, 230, 'Tuthill', 430976300, -1014396180, 0),
(97664, 2568, 230, 'Union Center', 447336110, -1026541670, 0),
(97665, 2568, 230, 'Utica', 429601630, -975089870, 0),
(97666, 2568, 230, 'Vale', 446280820, -1033666390, 0),
(97667, 2568, 230, 'Valley Springs', 435822080, -964655700, 0),
(97668, 2568, 230, 'Viborg', 431899200, -971169600, 0),
(97669, 2568, 230, 'Volin', 429960790, -972194300, 0),
(97670, 2568, 230, 'Wakonda', 429940310, -970444730, 0),
(97671, 2568, 230, 'Warner', 453503620, -984437430, 0),
(97672, 2568, 230, 'Wasta', 440987500, -1023338530, 0),
(97673, 2568, 230, 'Wessington Springs', 440791600, -985695400, 0),
(97674, 2568, 230, 'Whitehorse', 452705560, -1008861110, 0),
(97675, 2568, 230, 'Whitewood', 444638680, -1036381110, 0),
(97676, 2568, 230, 'Wilmot', 454154080, -968661180, 0),
(97677, 2568, 230, 'Wolsey', 444109580, -984723860, 0),
(97678, 2568, 230, 'Wood', 435599010, -1004080680, 0),
(97679, 2568, 230, 'Worthing', 433298330, -967667160, 0),
(97680, 2568, 230, 'Wounded Knee', 431588450, -1023591200, 0),
(97681, 2568, 230, 'Yale', 445321230, -979811290, 0),
(97682, 2569, 230, 'Arthur', 364224220, -835585160, 0),
(97683, 2569, 230, 'Atwood', 360106370, -887148440, 0),
(97684, 2569, 230, 'Beechgrove', 356195080, -861723930, 0),
(97685, 2569, 230, 'Beersheba Springs', 354840750, -856520070, 0),
(97686, 2569, 230, 'Belvidere', 352016030, -859024530, 0),
(97687, 2569, 230, 'Big Sandy', 362405000, -880588000, 0),
(97688, 2569, 230, 'Bogota', 361638900, -894383300, 0),
(97689, 2569, 230, 'Bradyville', 356992110, -861010550, 0),
(97690, 2569, 230, 'Burlison', 355624600, -898387900, 0),
(97691, 2569, 230, 'Calhoun', 353833070, -847645140, 0),
(97692, 2569, 230, 'Castalian Springs', 363831940, -863159260, 0),
(97693, 2569, 230, 'Cedar Grove', 358627480, -885193340, 0),
(97694, 2569, 230, 'Central', 358036900, -895373000, 0),
(97695, 2569, 230, 'Clairfield', 365425280, -838754640, 0),
(97696, 2569, 230, 'Coker Creek', 354622940, -843437000, 0),
(97697, 2569, 230, 'Copperhill', 349895440, -843704660, 0),
(97698, 2569, 230, 'Crockett Mills', 359086570, -891913800, 0),
(97699, 2569, 230, 'Cumberland City', 363723180, -875633430, 0),
(97700, 2569, 230, 'Darden', 356475180, -881270400, 0),
(97701, 2569, 230, 'Deer Lodge', 362199530, -848388120, 0),
(97702, 2569, 230, 'Denmark', 355439610, -889894070, 0),
(97703, 2569, 230, 'Doyle', 358673460, -854964490, 0),
(97704, 2569, 230, 'Duck River', 356933900, -873441700, 0),
(97705, 2569, 230, 'Ducktown', 350355970, -843830600, 0),
(97706, 2569, 230, 'Duff', 364274510, -839941780, 0),
(97707, 2569, 230, 'Englewood', 353317120, -845214690, 0),
(97708, 2569, 230, 'Eva', 361136180, -879941730, 0),
(97709, 2569, 230, 'Frankewing', 351722110, -867776240, 0),
(97710, 2569, 230, 'Friendship', 359086630, -891913860, 0),
(97711, 2569, 230, 'Gallaway', 352920600, -897417000, 0),
(97712, 2569, 230, 'Georgetown', 352706380, -849866490, 0),
(97713, 2569, 230, 'Goodspring', 351282670, -871443350, 0),
(97714, 2569, 230, 'Grand Junction', 352748580, -891538120, 0),
(97715, 2569, 230, 'Granville', 362799190, -857471810, 0),
(97716, 2569, 230, 'Gruetli-Laager', 353723000, -856180300, 0),
(97717, 2569, 230, 'Guild', 350172520, -855099830, 0),
(97718, 2569, 230, 'Hartford', 358215470, -830993580, 0),
(97719, 2569, 230, 'Helenwood', 364233300, -845413900, 0),
(97720, 2569, 230, 'Hillsboro', 353895260, -859977140, 0),
(97721, 2569, 230, 'Hollow Rock', 360302100, -882765610, 0),
(97722, 2569, 230, 'Hornbeak', 363334140, -893089950, 0),
(97723, 2569, 230, 'Hornsby', 352240390, -888239610, 0),
(97724, 2569, 230, 'Hunter', 363717800, -821587400, 0),
(97725, 2569, 230, 'Huron', 355851210, -885086890, 0),
(97726, 2569, 230, 'Indian Mound', 364667540, -875748950, 0),
(97727, 2569, 230, 'Iron City', 350200970, -875809290, 0),
(97728, 2569, 230, 'Lake City', 362177410, -841524920, 0),
(97729, 2569, 230, 'Lancaster', 360977900, -858502690, 0),
(97730, 2569, 230, 'Lancing', 361536660, -846905460, 0),
(97731, 2569, 230, 'Lavinia', 358636070, -886491610, 0),
(97732, 2569, 230, 'Lutts', 351198880, -879053880, 0),
(97733, 2569, 230, 'Lynnville', 353885400, -869976000, 0),
(97734, 2569, 230, 'Maury City', 358180990, -892229590, 0),
(97735, 2569, 230, 'McLemoresville', 359858820, -885801220, 0),
(97736, 2569, 230, 'Medon', 354697440, -888936800, 0),
(97737, 2569, 230, 'Millersville', 363245400, -867381050, 0),
(97738, 2569, 230, 'Minor Hill', 350383300, -871711100, 0),
(97739, 2569, 230, 'Moscow', 350608000, -893773000, 0),
(97740, 2569, 230, 'Moss', 365966720, -856857070, 0),
(97741, 2569, 230, 'New Hope', 350050800, -856583000, 0),
(97742, 2569, 230, 'Nunnelly', 358362830, -874470820, 0),
(97743, 2569, 230, 'Oakdale', 360142560, -846375090, 0),
(97744, 2569, 230, 'Obion', 362589600, -891917400, 0),
(97745, 2569, 230, 'Ocoee', 351069690, -847082240, 0),
(97746, 2569, 230, 'Old Fort', 350440340, -846426250, 0),
(97747, 2569, 230, 'Only', 358718280, -876535890, 0),
(97748, 2569, 230, 'Pall Mall', 365684280, -849507300, 0),
(97749, 2569, 230, 'Pinson', 354895530, -887404030, 0),
(97750, 2569, 230, 'Piperton', 350521060, -896780030, 0),
(97751, 2569, 230, 'Pocahontas', 350318040, -888157780, 0),
(97752, 2569, 230, 'Powder Springs', 362495660, -836687640, 0),
(97753, 2569, 230, 'Primm Springs', 358393000, -872391000, 0),
(97754, 2569, 230, 'Puryear', 364462290, -883344890, 0),
(97755, 2569, 230, 'Reagan', 355107720, -883553780, 0),
(97756, 2569, 230, 'Red Boiling Springs', 365333900, -858499800, 0),
(97757, 2569, 230, 'Rickman', 363050360, -853890410, 0),
(97758, 2569, 230, 'Ridgely', 362647310, -894833030, 0),
(97759, 2569, 230, 'Rives', 363242470, -890398900, 0),
(97760, 2569, 230, 'Sardis', 354361230, -883102450, 0),
(97761, 2569, 230, 'Saulsbury', 350520790, -889467190, 0),
(97762, 2569, 230, 'Scotts Hill', 355025570, -882367900, 0),
(97763, 2569, 230, 'Stanton', 354436420, -893387940, 0),
(97764, 2569, 230, 'Stantonville', 351842380, -884445470, 0),
(97765, 2569, 230, 'Stewart', 363219010, -878931610, 0),
(97766, 2569, 230, 'Sugar Tree', 357821940, -879949950, 0),
(97767, 2569, 230, 'Tallassee', 355687800, -839813400, 0),
(97768, 2569, 230, 'Ten Mile', 356827890, -846517400, 0),
(97769, 2569, 230, 'Thorn Hill', 363927000, -833620200, 0),
(97770, 2569, 230, 'Vanleer', 362235820, -874619070, 0),
(97771, 2569, 230, 'Wartrace', 355269400, -863308300, 0),
(97772, 2569, 230, 'Watauga', 364133260, -822692060, 0),
(97773, 2569, 230, 'Williamsport', 356494230, -872378470, 0),
(97774, 2569, 230, 'Woodland Mills', 364320040, -891217950, 0),
(97775, 2569, 230, 'Yorkville', 360775600, -890592520, 0),
(97776, 2570, 230, 'Alleyton', 297484700, -964549100, 0),
(97777, 2570, 230, 'Allison', 355472290, -1001444250, 0),
(97778, 2570, 230, 'Altair', 296400880, -965119350, 0),
(97779, 2570, 230, 'Amherst', 340139930, -1024132090, 0),
(97780, 2570, 230, 'Anderson', 304871500, -959869000, 0),
(97781, 2570, 230, 'Apple Springs', 312550200, -949749000, 0),
(97782, 2570, 230, 'Aquilla', 318699590, -972075960, 0),
(97783, 2570, 230, 'Arcola', 294059010, -954411040, 0),
(97784, 2570, 230, 'Armstrong', 268265960, -977506590, 0),
(97785, 2570, 230, 'Art', 307759000, -990666900, 0),
(97786, 2570, 230, 'Artesia Wells', 282800000, -992844400, 0),
(97787, 2570, 230, 'Arthur City', 338702800, -955061100, 0),
(97788, 2570, 230, 'Aurora', 330481380, -974729870, 0),
(97789, 2570, 230, 'Austwell', 283958070, -969721040, 0),
(97790, 2570, 230, 'Avery', 335536100, -947802800, 0),
(97791, 2570, 230, 'Bangs', 317144560, -991288280, 0),
(97792, 2570, 230, 'Bardwell', 323106260, -967981080, 0),
(97793, 2570, 230, 'Bartonville', 330731800, -971316800, 0),
(97794, 2570, 230, 'Bellevue', 335918310, -981677900, 0),
(97795, 2570, 230, 'Bellmead', 315940500, -971088900, 0),
(97796, 2570, 230, 'Bend', 310823030, -985015440, 0),
(97797, 2570, 230, 'Benjamin', 335839800, -997923100, 0),
(97798, 2570, 230, 'Big Lake', 312127890, -1014667890, 0),
(97799, 2570, 230, 'Big Springs', 325146100, -1015757400, 0),
(97800, 2570, 230, 'Big Wells', 285528510, -995577730, 0),
(97801, 2570, 230, 'Bigfoot', 292156340, -987068430, 0),
(97802, 2570, 230, 'Blackwell', 320839400, -1003219580, 0),
(97803, 2570, 230, 'Bledsoe', 336400040, -1028730500, 0),
(97804, 2570, 230, 'Bleiblerville', 299394120, -964051810, 0),
(97805, 2570, 230, 'Bluffton', 308327130, -984958840, 0),
(97806, 2570, 230, 'Briggs', 309334800, -979708200, 0),
(97807, 2570, 230, 'Bronte', 318863050, -1002937830, 0),
(97808, 2570, 230, 'Bruni', 274208690, -988537530, 0),
(97809, 2570, 230, 'Buchanan Dam', 307399000, -984311400, 0),
(97810, 2570, 230, 'Bynum', 319867690, -969687710, 0),
(97811, 2570, 230, 'Calvert', 309737740, -966673370, 0),
(97812, 2570, 230, 'Camp Wood', 296687720, -1000118240, 0),
(97813, 2570, 230, 'Catarina', 283456800, -996141900, 0),
(97814, 2570, 230, 'Chester', 307663730, -944612210, 0),
(97815, 2570, 230, 'Chillicothe', 342526330, -995137220, 0),
(97816, 2570, 230, 'Chireno', 314843740, -944119060, 0),
(97817, 2570, 230, 'Citrus City', 263264600, -983853000, 0),
(97818, 2570, 230, 'Coahoma', 322930350, -1013131910, 0),
(97819, 2570, 230, 'Coldspring', 305924200, -951293800, 0),
(97820, 2570, 230, 'Combine', 325884700, -965086000, 0),
(97821, 2570, 230, 'Como', 330786630, -953678870, 0),
(97822, 2570, 230, 'Concepcion', 275295180, -983815160, 0),
(97823, 2570, 230, 'Corrigan', 310005180, -948179750, 0),
(97824, 2570, 230, 'Cost', 294202600, -975542600, 0),
(97825, 2570, 230, 'Cotton Center', 340732720, -1019334980, 0),
(97826, 2570, 230, 'Cottonwood Shores', 305797310, -982720850, 0),
(97827, 2570, 230, 'Coyanosa', 312027980, -1030664390, 0),
(97828, 2570, 230, 'Crosbyton', 336562030, -1012427650, 0),
(97829, 2570, 230, 'Cross Roads', 332923490, -969869640, 0),
(97830, 2570, 230, 'Crowell', 339839700, -997248200, 0),
(97831, 2570, 230, 'Daisetta', 301144400, -946427800, 0),
(97832, 2570, 230, 'Danevang', 290804950, -961762760, 0),
(97833, 2570, 230, 'Davilla', 307662700, -971843800, 0),
(97834, 2570, 230, 'Dawn', 349092600, -1022020400, 0),
(97835, 2570, 230, 'Dawson', 318931200, -967041000, 0),
(97836, 2570, 230, 'De Berry', 322504800, -941394000, 0),
(97837, 2570, 230, 'Deanville', 304318800, -967558200, 0),
(97838, 2570, 230, 'Desdemona', 323027300, -985635800, 0),
(97839, 2570, 230, 'Devers', 299892940, -945302330, 0),
(97840, 2570, 230, 'Dike', 331927120, -954656350, 0),
(97841, 2570, 230, 'Dodge', 307452780, -953977780, 0),
(97842, 2570, 230, 'Doss', 302494350, -989160560, 0),
(97843, 2570, 230, 'Douglass', 316594410, -948745880, 0),
(97844, 2570, 230, 'Driscoll', 276437000, -977697510, 0),
(97845, 2570, 230, 'Eden', 312160100, -998361670, 0),
(97846, 2570, 230, 'Eidson Road', 286772000, -1004870200, 0),
(97847, 2570, 230, 'El Lago', 295635600, -950452100, 0),
(97848, 2570, 230, 'Elysian Fields', 323683200, -941827200, 0),
(97849, 2570, 230, 'Energy', 317650200, -983686200, 0),
(97850, 2570, 230, 'Eustace', 323088900, -960091700, 0),
(97851, 2570, 230, 'Evadale', 303549300, -940726800, 0),
(97852, 2570, 230, 'Falcon Heights', 265809990, -989861690, 0),
(97853, 2570, 230, 'Falls City', 289331480, -980633970, 0),
(97854, 2570, 230, 'Fannin', 286567880, -974261460, 0),
(97855, 2570, 230, 'Farnsworth', 363910920, -1007607980, 0),
(97856, 2570, 230, 'Floydada', 339845200, -1013376600, 0),
(97857, 2570, 230, 'Follett', 364322200, -1001411100, 0),
(97858, 2570, 230, 'Forestburg', 335452640, -975996470, 0),
(97859, 2570, 230, 'Forreston', 322358000, -968571000, 0),
(97860, 2570, 230, 'Fort Hancock', 312984600, -1058452500, 0),
(97861, 2570, 230, 'Fowlerton', 289673190, -984877630, 0),
(97862, 2570, 230, 'Fred', 306083540, -941858550, 0),
(97863, 2570, 230, 'Gallatin', 318951070, -951525180, 0),
(97864, 2570, 230, 'Garciasville', 263736050, -986531920, 0),
(97865, 2570, 230, 'Garrison', 317992800, -944853000, 0),
(97866, 2570, 230, 'Garwood', 294487140, -963964560, 0),
(97867, 2570, 230, 'Gilchrist', 295138530, -944893920, 0),
(97868, 2570, 230, 'Gillett', 290774810, -977906490, 0),
(97869, 2570, 230, 'Glidden', 297077260, -965435930, 0),
(97870, 2570, 230, 'Gober', 335551840, -960447150, 0),
(97871, 2570, 230, 'Golden', 327760150, -955880420, 0),
(97872, 2570, 230, 'Goldsmith', 319815190, -1026145200, 0),
(97873, 2570, 230, 'Green Valley Farms', 261220200, -975605400, 0),
(97874, 2570, 230, 'Greenwood', 333808330, -974741670, 0),
(97875, 2570, 230, 'Groveton', 310602600, -950918400, 0),
(97876, 2570, 230, 'Hale Center', 340642400, -1018437900, 0),
(97877, 2570, 230, 'Hamlin', 328836790, -1001276610, 0),
(97878, 2570, 230, 'Hankamer', 297687830, -946658340, 0),
(97879, 2570, 230, 'Harrold', 339735600, -990258000, 0),
(97880, 2570, 230, 'Hart', 343850700, -1021157400, 0),
(97881, 2570, 230, 'Hartley', 358803570, -1023998140, 0),
(97882, 2570, 230, 'Heidelberg', 261970200, -978802800, 0),
(97883, 2570, 230, 'Hillister', 306835330, -944133430, 0),
(97884, 2570, 230, 'Hilltop Lakes', 310888200, -961533000, 0),
(97885, 2570, 230, 'Hobson', 289374910, -979811270, 0),
(97886, 2570, 230, 'Holliday', 338162100, -986950600, 0),
(97887, 2570, 230, 'Homestead Meadows North', 318496300, -1061728500, 0),
(97888, 2570, 230, 'Hooks', 334693200, -943150200, 0),
(97889, 2570, 230, 'Hunt', 300754310, -993261250, 0),
(97890, 2570, 230, 'Jayton', 332635660, -1005847300, 0),
(97891, 2570, 230, 'Jermyn', 332597060, -983985350, 0),
(97892, 2570, 230, 'Jonesboro', 316005000, -977605200, 0),
(97893, 2570, 230, 'Josephine', 330584770, -963800850, 0),
(97894, 2570, 230, 'Karnack', 326283000, -941752800, 0),
(97895, 2570, 230, 'Kendalia', 299397630, -985075720, 0),
(97896, 2570, 230, 'Kendleton', 294488980, -960024220, 0),
(97897, 2570, 230, 'Kirvin', 317663890, -963300000, 0),
(97898, 2570, 230, 'Knott', 324032590, -1016425390, 0),
(97899, 2570, 230, 'Kopperl', 321208200, -975751200, 0),
(97900, 2570, 230, 'La Coste', 293107900, -988100300, 0),
(97901, 2570, 230, 'La Paloma', 260459100, -976674900, 0),
(97902, 2570, 230, 'La Pryor', 289514970, -998496090, 0),
(97903, 2570, 230, 'La Villa', 263009890, -979264970, 0),
(97904, 2570, 230, 'Laguna Heights', 260800800, -972538600, 0),
(97905, 2570, 230, 'Lake Creek', 334669990, -956139780, 0),
(97906, 2570, 230, 'Lake Worth', 328248160, -974531140, 0),
(97907, 2570, 230, 'Lakeview', 346627650, -1007623430, 0),
(97908, 2570, 230, 'Lane City', 292129670, -960195190, 0),
(97909, 2570, 230, 'Langtry', 298083000, -1015582800, 0),
(97910, 2570, 230, 'Lazbuddie', 343945140, -1028927950, 0),
(97911, 2570, 230, 'LeRoy', 316544450, -969793700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(97912, 2570, 230, 'Lefors', 354385000, -1008057720, 0),
(97913, 2570, 230, 'Lenorah', 324084450, -1017835400, 0),
(97914, 2570, 230, 'Lindsay', 336359400, -972227900, 0),
(97915, 2570, 230, 'Lolita', 288183770, -964428360, 0),
(97916, 2570, 230, 'London', 306246670, -996565290, 0),
(97917, 2570, 230, 'Lone Oak', 329958300, -959411100, 0),
(97918, 2570, 230, 'Loraine', 324079460, -1007169190, 0),
(97919, 2570, 230, 'Lorenzo', 336706400, -1015351600, 0),
(97920, 2570, 230, 'Los Indios', 260945500, -976707090, 0),
(97921, 2570, 230, 'Lozano', 261094700, -974781920, 0),
(97922, 2570, 230, 'Lyford', 264122900, -977897200, 0),
(97923, 2570, 230, 'Malone', 319353430, -968842280, 0),
(97924, 2570, 230, 'Maryneal', 321657360, -1005499950, 0),
(97925, 2570, 230, 'Maud', 333329000, -943427000, 0),
(97926, 2570, 230, 'Mereta', 314907750, -1001837910, 0),
(97927, 2570, 230, 'Mertens', 320236580, -969010060, 0),
(97928, 2570, 230, 'Midkiff', 313866160, -1019578860, 0),
(97929, 2570, 230, 'Midway North', 261877600, -980170800, 0),
(97930, 2570, 230, 'Miles', 315958980, -1001865600, 0),
(97931, 2570, 230, 'Mingus', 326516050, -984322830, 0),
(97932, 2570, 230, 'Morse', 360757470, -1015196460, 0),
(97933, 2570, 230, 'Mound', 313106590, -975716850, 0),
(97934, 2570, 230, 'Mullin', 315709000, -987030830, 0),
(97935, 2570, 230, 'Naples', 332031800, -946802100, 0),
(97936, 2570, 230, 'Nazareth', 345529170, -1021131700, 0),
(97937, 2570, 230, 'Nemo', 322849020, -976469670, 0),
(97938, 2570, 230, 'Nixon', 292674600, -977644400, 0),
(97939, 2570, 230, 'Nolan', 322845180, -1002482370, 0),
(97940, 2570, 230, 'Nome', 300424900, -943774590, 0),
(97941, 2570, 230, 'Nordheim', 288975860, -975607000, 0),
(97942, 2570, 230, 'Odonnell', 329671810, -1018285870, 0),
(97943, 2570, 230, 'Oilton', 274208370, -988537210, 0),
(97944, 2570, 230, 'Olivarez', 262284100, -979922300, 0),
(97945, 2570, 230, 'Omaha', 331813090, -947431480, 0),
(97946, 2570, 230, 'Orange Grove', 279566800, -979369400, 0),
(97947, 2570, 230, 'Orchard', 296028940, -959649170, 0),
(97948, 2570, 230, 'Overton', 322666200, -949549800, 0),
(97949, 2570, 230, 'Ozona', 307109980, -1012120620, 0),
(97950, 2570, 230, 'Paducah', 340123000, -1003020600, 0),
(97951, 2570, 230, 'Palmview', 262146600, -983516400, 0),
(97952, 2570, 230, 'Palo Pinto', 327517420, -982863800, 0),
(97953, 2570, 230, 'Pattison', 298164010, -959896720, 0),
(97954, 2570, 230, 'Pattonville', 335630730, -953929920, 0),
(97955, 2570, 230, 'Pawnee', 286525200, -980025000, 0),
(97956, 2570, 230, 'Peggy', 287394440, -981783330, 0),
(97957, 2570, 230, 'Penelope', 318553270, -969429120, 0),
(97958, 2570, 230, 'Penitas', 263133540, -983924940, 0),
(97959, 2570, 230, 'Penwell', 317378800, -1025917800, 0),
(97960, 2570, 230, 'Petersburg', 338707690, -1015969900, 0),
(97961, 2570, 230, 'Pettus', 296646680, -984992240, 0),
(97962, 2570, 230, 'Petty', 336163900, -957928650, 0),
(97963, 2570, 230, 'Pierce', 292388890, -961997220, 0),
(97964, 2570, 230, 'Powell', 322098120, -963602110, 0),
(97965, 2570, 230, 'Priddy', 316755600, -985088900, 0),
(97966, 2570, 230, 'Purmela', 314659790, -979056090, 0),
(97967, 2570, 230, 'Ralls', 336742500, -1013876600, 0),
(97968, 2570, 230, 'Ravenna', 336687510, -962400170, 0),
(97969, 2570, 230, 'Raywood', 300415800, -946719000, 0),
(97970, 2570, 230, 'Reagan', 312395900, -967535950, 0),
(97971, 2570, 230, 'Red Rock', 299479520, -974411760, 0),
(97972, 2570, 230, 'Redwood', 298102200, -979113900, 0),
(97973, 2570, 230, 'Reno', 329442900, -975772500, 0),
(97974, 2570, 230, 'Rice', 322143000, -964153000, 0),
(97975, 2570, 230, 'Richland Springs', 313041320, -988186930, 0),
(97976, 2570, 230, 'Rio Bravo', 273641900, -994800400, 0),
(97977, 2570, 230, 'Riverside', 308427100, -953740050, 0),
(97978, 2570, 230, 'Rochelle', 313304670, -991425870, 0),
(97979, 2570, 230, 'Ross', 316695000, -971015000, 0),
(97980, 2570, 230, 'Rotan', 328564780, -1004623460, 0),
(97981, 2570, 230, 'Round Mountain', 304394660, -984702300, 0),
(97982, 2570, 230, 'Rowena', 316367000, -999667440, 0),
(97983, 2570, 230, 'Rye', 304525000, -947686110, 0),
(97984, 2570, 230, 'Sabinal', 293168070, -994734960, 0),
(97985, 2570, 230, 'Saint Jo', 336948300, -975225200, 0),
(97986, 2570, 230, 'Salt Flat', 318203950, -1053088210, 0),
(97987, 2570, 230, 'San Carlos', 262956300, -980719500, 0),
(97988, 2570, 230, 'San Felipe', 297834780, -961582920, 0),
(97989, 2570, 230, 'San Isidro', 267370720, -983995850, 0),
(97990, 2570, 230, 'Santa Rosa', 262567400, -978250000, 0),
(97991, 2570, 230, 'Saratoga', 303606460, -945575460, 0),
(97992, 2570, 230, 'Scottsville', 325359480, -942414200, 0),
(97993, 2570, 230, 'Sebastian', 263428500, -977902700, 0),
(97994, 2570, 230, 'Shelbyville', 317215200, -939325800, 0),
(97995, 2570, 230, 'Sheridan', 294933000, -966708000, 0),
(97996, 2570, 230, 'Sherwood Shores', 338523200, -968177800, 0),
(97997, 2570, 230, 'Smiley', 292408520, -975962800, 0),
(97998, 2570, 230, 'Springlake', 342487090, -1023153840, 0),
(97999, 2570, 230, 'Sterling City', 318362500, -1009848300, 0),
(98000, 2570, 230, 'Stonewall', 302092650, -986571070, 0),
(98001, 2570, 230, 'Strawn', 325567730, -984972900, 0),
(98002, 2570, 230, 'Sulphur Bluff', 333359660, -953612550, 0),
(98003, 2570, 230, 'Sundown', 334564990, -1024884580, 0),
(98004, 2570, 230, 'Talco', 333623810, -951034200, 0),
(98005, 2570, 230, 'Tilden', 283473910, -986538740, 0),
(98006, 2570, 230, 'Timpson', 318907200, -943901400, 0),
(98007, 2570, 230, 'Tivoli', 284580970, -968948940, 0),
(98008, 2570, 230, 'Tow', 308738800, -985149320, 0),
(98009, 2570, 230, 'Valentine', 307259190, -1044516550, 0),
(98010, 2570, 230, 'Valley Spring', 308387950, -988423400, 0),
(98011, 2570, 230, 'Vinton', 319745750, -1065958460, 0),
(98012, 2570, 230, 'Wadsworth', 285807370, -960468520, 0),
(98013, 2570, 230, 'Wall', 313142760, -1003374770, 0),
(98014, 2570, 230, 'Warren', 306349120, -943783400, 0),
(98015, 2570, 230, 'Wayside', 348118570, -1015419850, 0),
(98016, 2570, 230, 'Wellman', 330461360, -1024272940, 0),
(98017, 2570, 230, 'Weston Lakes', 296822680, -959245500, 0),
(98018, 2570, 230, 'White Deer', 354308180, -1011751970, 0),
(98019, 2570, 230, 'Whitsett', 286338890, -982716670, 0),
(98020, 2570, 230, 'Wickett', 315684490, -1030054780, 0),
(98021, 2570, 230, 'Wildorado', 352163810, -1022444360, 0),
(98022, 2570, 230, 'Wildwood', 305000000, -944000000, 0),
(98023, 2570, 230, 'Wilmer', 325985290, -966798360, 0),
(98024, 2570, 230, 'Winfield', 331664610, -951088290, 0),
(98025, 2570, 230, 'Woodsboro', 281675000, -972997220, 0),
(98026, 2570, 230, 'Woodson', 330152300, -990559800, 0),
(98027, 2571, 230, 'Altamont', 404014800, -1104679100, 0),
(98028, 2571, 230, 'Benjamin', 401130000, -1116735000, 0),
(98029, 2571, 230, 'Benson', 418358400, -1118709600, 0),
(98030, 2571, 230, 'Bingham Canyon', 405333330, -1121500000, 0),
(98031, 2571, 230, 'Bryce', 376741230, -1121582830, 0),
(98032, 2571, 230, 'Carbonville', 396199600, -1108343300, 0),
(98033, 2571, 230, 'Cleveland', 393494210, -1108526830, 0),
(98034, 2571, 230, 'Cornish', 419689640, -1120031300, 0),
(98035, 2571, 230, 'Dammeron Valley', 373138200, -1136686200, 0),
(98036, 2571, 230, 'Dutch John', 409300000, -1093861100, 0),
(98037, 2571, 230, 'East Carbon City', 395477400, -1104148800, 0),
(98038, 2571, 230, 'Elk Ridge', 400270470, -1117046730, 0),
(98039, 2571, 230, 'Elsinore', 386764630, -1121439810, 0),
(98040, 2571, 230, 'Elwood', 416904800, -1121410600, 0),
(98041, 2571, 230, 'Emery', 389222200, -1112494400, 0),
(98042, 2571, 230, 'Escalante', 377653050, -1115923250, 0),
(98043, 2571, 230, 'Farr West', 412763790, -1119874410, 0),
(98044, 2571, 230, 'Fayette', 392190440, -1118676250, 0),
(98045, 2571, 230, 'Fort Duchesne', 402956160, -1098382090, 0),
(98046, 2571, 230, 'Francis', 406105100, -1112807400, 0),
(98047, 2571, 230, 'Fruitland', 402127780, -1108388890, 0),
(98048, 2571, 230, 'Glendale', 373178900, -1125967760, 0),
(98049, 2571, 230, 'Greenwich', 382859800, -1120652800, 0),
(98050, 2571, 230, 'Hanksville', 383713900, -1107130600, 0),
(98051, 2571, 230, 'Hanna', 404367370, -1108271850, 0),
(98052, 2571, 230, 'Harrisville', 412763790, -1119874410, 0),
(98053, 2571, 230, 'Howell', 417811490, -1124303110, 0),
(98054, 2571, 230, 'Joseph', 386199140, -1122179400, 0),
(98055, 2571, 230, 'Kenilworth', 396884550, -1108065460, 0),
(98056, 2571, 230, 'Koosharem', 385150010, -1118806390, 0),
(98057, 2571, 230, 'Lake Powell', 369361100, -1114841700, 0),
(98058, 2571, 230, 'Lapoint', 403858300, -1097962700, 0),
(98059, 2571, 230, 'Levan', 395540110, -1118608650, 0),
(98060, 2571, 230, 'Liberty', 413385000, -1118676000, 0),
(98061, 2571, 230, 'Mayfield', 391131880, -1117023920, 0),
(98062, 2571, 230, 'Minersville', 382133300, -1129250000, 0),
(98063, 2571, 230, 'Mount Carmel', 372200350, -1127410700, 0),
(98064, 2571, 230, 'Myton', 401981250, -1100587930, 0),
(98065, 2571, 230, 'Newcastle', 378227250, -1137234090, 0),
(98066, 2571, 230, 'Nibley', 417364800, -1116738000, 0),
(98067, 2571, 230, 'Peoa', 407133060, -1113347070, 0),
(98068, 2571, 230, 'Perry', 415360800, -1120488000, 0),
(98069, 2571, 230, 'Plymouth', 419073920, -1121559470, 0),
(98070, 2571, 230, 'Portage', 419761220, -1121893300, 0),
(98071, 2571, 230, 'Randlett', 402085960, -1097289860, 0),
(98072, 2571, 230, 'Redmond', 390031830, -1118699140, 0),
(98073, 2571, 230, 'Scipio', 392520550, -1121029920, 0),
(98074, 2571, 230, 'Sigurd', 388432750, -1119679760, 0),
(98075, 2571, 230, 'Snowville', 418388110, -1125928230, 0),
(98076, 2571, 230, 'South Willard', 413632700, -1120357800, 0),
(98077, 2571, 230, 'Spring City', 394802840, -1114947870, 0),
(98078, 2571, 230, 'Spring Glen', 396594100, -1108534900, 0),
(98079, 2571, 230, 'Stockton', 404517000, -1123607330, 0),
(98080, 2571, 230, 'Tabiona', 403738910, -1106784420, 0),
(98081, 2571, 230, 'Trenton', 419294080, -1119350700, 0),
(98082, 2571, 230, 'Wellington', 395424700, -1107354300, 0),
(98083, 2572, 230, 'Adamant', 443574000, -725081000, 0),
(98084, 2572, 230, 'Albany', 448828170, -722181010, 0),
(98085, 2572, 230, 'Bakersfield', 449319590, -730921220, 0),
(98086, 2572, 230, 'Barnard', 437286110, -726194440, 0),
(98087, 2572, 230, 'Beecher Falls', 450074150, -715184960, 0),
(98088, 2572, 230, 'Bridgewater Corners', 436000000, -727491670, 0),
(98089, 2572, 230, 'Brookfield', 440341200, -726024000, 0),
(98090, 2572, 230, 'Castleton', 436279800, -731707800, 0),
(98091, 2572, 230, 'Concord', 444354000, -718543200, 0),
(98092, 2572, 230, 'Derby Line', 450003600, -721066200, 0),
(98093, 2572, 230, 'Dover', 429652000, -729074000, 0),
(98094, 2572, 230, 'East Charleston', 448228700, -719858800, 0),
(98095, 2572, 230, 'East Middlebury', 439734500, -731057800, 0),
(98096, 2572, 230, 'East Montpelier', 442493100, -724748630, 0),
(98097, 2572, 230, 'East Ryegate', 442702780, -721444440, 0),
(98098, 2572, 230, 'East Thetford', 437886110, -722558330, 0),
(98099, 2572, 230, 'Fairfield', 447827000, -730164960, 0),
(98100, 2572, 230, 'Ferrisburg', 442025000, -732763900, 0),
(98101, 2572, 230, 'Gilman', 444150630, -717194990, 0),
(98102, 2572, 230, 'Graniteville', 441521300, -724752200, 0),
(98103, 2572, 230, 'Greensboro', 445814860, -722981300, 0),
(98104, 2572, 230, 'Guildhall', 447337200, -716415000, 0),
(98105, 2572, 230, 'Highgate Springs', 449794200, -731058000, 0),
(98106, 2572, 230, 'Island Pond', 447963000, -718555800, 0),
(98107, 2572, 230, 'Jacksonville', 427692180, -727990120, 0),
(98108, 2572, 230, 'Lowell', 447916570, -724570620, 0),
(98109, 2572, 230, 'Lower Waterford', 443551500, -719072200, 0),
(98110, 2572, 230, 'Morgan', 449091670, -719794440, 0),
(98111, 2572, 230, 'Morristown', 445572700, -726237300, 0),
(98112, 2572, 230, 'Newbury', 440461110, -720852780, 0),
(98113, 2572, 230, 'North Hartland', 435922120, -723511520, 0),
(98114, 2572, 230, 'North Hero', 448532840, -732782820, 0),
(98115, 2572, 230, 'North Pomfret', 437227780, -724802780, 0),
(98116, 2572, 230, 'Perkinsville', 434169440, -725183330, 0),
(98117, 2572, 230, 'Pittsfield', 437576790, -728536640, 0),
(98118, 2572, 230, 'Plainfield', 442438450, -724081910, 0),
(98119, 2572, 230, 'Reading', 434943000, -725845200, 0),
(98120, 2572, 230, 'Richford', 449901000, -726627000, 0),
(98121, 2572, 230, 'Rockingham', 431854200, -724885800, 0),
(98122, 2572, 230, 'Roxbury', 440700580, -727280870, 0),
(98123, 2572, 230, 'Salisbury', 439033200, -730953000, 0),
(98124, 2572, 230, 'Sheldon', 448834600, -729330210, 0),
(98125, 2572, 230, 'South Barre', 441779810, -725052170, 0),
(98126, 2572, 230, 'South Pomfret', 436906520, -725370120, 0),
(98127, 2572, 230, 'Sutton', 446632630, -720396390, 0),
(98128, 2572, 230, 'Thetford', 438918620, -722660480, 0),
(98129, 2572, 230, 'Troy', 449471650, -723933690, 0),
(98130, 2572, 230, 'Wardsboro', 430294800, -728116200, 0),
(98131, 2572, 230, 'Websterville', 441605560, -724700000, 0),
(98132, 2572, 230, 'West Pawlet', 433608070, -732256780, 0),
(98133, 2572, 230, 'West Wardsboro', 430744200, -728989200, 0),
(98134, 2572, 230, 'Westford', 446292130, -730045300, 0),
(98135, 2572, 230, 'Westminster', 430762550, -724560160, 0),
(98136, 2572, 230, 'Westminster Station', 430855560, -724397220, 0),
(98137, 2572, 230, 'Worcester', 444123960, -725735760, 0),
(98138, 2573, 230, 'Alberta', 368366040, -778518240, 0),
(98139, 2573, 230, 'Appalachia', 369052000, -827835790, 0),
(98140, 2573, 230, 'Arvonia', 376676840, -784118920, 0),
(98141, 2573, 230, 'Austinville', 368210040, -808681630, 0),
(98142, 2573, 230, 'Bacova', 380538890, -798438890, 0),
(98143, 2573, 230, 'Bandy', 371760870, -816670240, 0),
(98144, 2573, 230, 'Barhamsville', 374628000, -768167000, 0),
(98145, 2573, 230, 'Barren Springs', 369129410, -808068760, 0),
(98146, 2573, 230, 'Bastian', 371617800, -811984800, 0),
(98147, 2573, 230, 'Batesville', 379966400, -787202100, 0),
(98148, 2573, 230, 'Beaumont', 376759790, -778957550, 0),
(98149, 2573, 230, 'Bellwood', 374218100, -774374800, 0),
(98150, 2573, 230, 'Big Rock', 373522220, -822119440, 0),
(98151, 2573, 230, 'Birdsnest', 374359920, -758977950, 0),
(98152, 2573, 230, 'Bishop', 372086110, -815583330, 0),
(98153, 2573, 230, 'Bloxom', 378231990, -756112320, 0),
(98154, 2573, 230, 'Blue Grass', 385305860, -796020930, 0),
(98155, 2573, 230, 'Blue Ridge', 373778770, -798227630, 0),
(98156, 2573, 230, 'Breaks', 372991000, -823088600, 0),
(98157, 2573, 230, 'Brightwood', 384215200, -781936100, 0),
(98158, 2573, 230, 'Burkeville', 371873290, -782030850, 0),
(98159, 2573, 230, 'Calverton', 386319440, -776708330, 0),
(98160, 2573, 230, 'Cana', 365895800, -806717300, 0),
(98161, 2573, 230, 'Castleton', 386047960, -781181470, 0),
(98162, 2573, 230, 'Catawba', 373579120, -801769450, 0),
(98163, 2573, 230, 'Ceres', 370100520, -813651400, 0),
(98164, 2573, 230, 'Champlain', 380287550, -769635750, 0),
(98165, 2573, 230, 'Church Road', 371830600, -776383300, 0),
(98166, 2573, 230, 'Claudville', 365962930, -804284020, 0),
(98167, 2573, 230, 'Clear Brook', 392563900, -780961100, 0),
(98168, 2573, 230, 'Cleveland', 369830230, -821342630, 0),
(98169, 2573, 230, 'Clover', 368759030, -787869970, 0),
(98170, 2573, 230, 'Collinsville', 367245510, -799167360, 0),
(98171, 2573, 230, 'Craigsville', 381083640, -793346930, 0),
(98172, 2573, 230, 'Crimora', 381540200, -788503000, 0),
(98173, 2573, 230, 'Damascus', 366393590, -818023990, 0),
(98174, 2573, 230, 'DeWitt', 370359000, -776499000, 0),
(98175, 2573, 230, 'Deltaville', 375548600, -763368900, 0),
(98176, 2573, 230, 'Diggs', 374360060, -762813420, 0),
(98177, 2573, 230, 'Dillwyn', 375216350, -784762970, 0),
(98178, 2573, 230, 'Dolphin', 368378530, -777948120, 0),
(98179, 2573, 230, 'Dry Fork', 367418100, -794617090, 0),
(98180, 2573, 230, 'Dunnsville', 378438000, -768310800, 0),
(98181, 2573, 230, 'Dyke', 382660310, -785758140, 0),
(98182, 2573, 230, 'East Stone Gap', 368478870, -827574610, 0),
(98183, 2573, 230, 'Eastville', 372770040, -759597480, 0),
(98184, 2573, 230, 'Edwardsville', 379063200, -763654800, 0),
(98185, 2573, 230, 'Elk Creek', 367288200, -811957800, 0),
(98186, 2573, 230, 'Elkwood', 384589000, -778069000, 0),
(98187, 2573, 230, 'Esmont', 378033920, -786255450, 0),
(98188, 2573, 230, 'Fairfield', 378784990, -793036570, 0),
(98189, 2573, 230, 'Fairlawn', 371367000, -806082000, 0),
(98190, 2573, 230, 'Fork Union', 377711230, -782166110, 0),
(98191, 2573, 230, 'Freeman', 367129830, -775538050, 0),
(98192, 2573, 230, 'Glade Hill', 370058180, -797700600, 0),
(98193, 2573, 230, 'Goldvein', 384920810, -776656500, 0),
(98194, 2573, 230, 'Greenbackville', 380013750, -754152750, 0),
(98195, 2573, 230, 'Greenwood', 380449250, -787890620, 0),
(98196, 2573, 230, 'Grimstead', 375001800, -763015800, 0),
(98197, 2573, 230, 'Hardyville', 375441160, -764263730, 0),
(98198, 2573, 230, 'Hartfield', 375620910, -764791060, 0),
(98199, 2573, 230, 'Henry', 368386910, -800047680, 0),
(98200, 2573, 230, 'Hinton', 384844200, -790074000, 0),
(98201, 2573, 230, 'Hiwassee', 370161000, -806063400, 0),
(98202, 2573, 230, 'Howardsville', 377654940, -785914440, 0),
(98203, 2573, 230, 'Huddleston', 370639140, -795464360, 0),
(98204, 2573, 230, 'Hudgins', 374707800, -763261200, 0),
(98205, 2573, 230, 'Idylwood', 388951100, -772116500, 0),
(98206, 2573, 230, 'Jamaica', 377250010, -766920330, 0),
(98207, 2573, 230, 'Jewell Ridge', 372271000, -818122260, 0),
(98208, 2573, 230, 'Keezletown', 384536220, -787641080, 0),
(98209, 2573, 230, 'Keller', 376401720, -757463080, 0),
(98210, 2573, 230, 'King William', 376794240, -770673580, 0),
(98211, 2573, 230, 'La Crosse', 367522220, -780463890, 0),
(98212, 2573, 230, 'Laurel Fork', 367107090, -805185810, 0),
(98213, 2573, 230, 'Lignum', 384007000, -778181000, 0),
(98214, 2573, 230, 'Lincoln', 391152780, -776952780, 0),
(98215, 2573, 230, 'Little Plymouth', 376676700, -768093530, 0),
(98216, 2573, 230, 'Lively', 377775000, -765138000, 0),
(98217, 2573, 230, 'Locust Hill', 375892900, -764986500, 0),
(98218, 2573, 230, 'Long Island', 370652710, -791154540, 0),
(98219, 2573, 230, 'Low Moor', 377886110, -798838890, 0),
(98220, 2573, 230, 'Lunenburg', 369177970, -782932410, 0),
(98221, 2573, 230, 'Lynch Station', 371468250, -793651970, 0),
(98222, 2573, 230, 'Lyndhurst', 380293000, -789450200, 0),
(98223, 2573, 230, 'Manquin', 377109160, -771925240, 0),
(98224, 2573, 230, 'Mappsville', 378334200, -755751000, 0),
(98225, 2573, 230, 'Markham', 389154000, -780031000, 0),
(98226, 2573, 230, 'Massanutten', 384045850, -787221590, 0),
(98227, 2573, 230, 'McClure', 370818920, -823829210, 0),
(98228, 2573, 230, 'McKenney', 370077490, -777257360, 0),
(98229, 2573, 230, 'Meadows Of Dan', 367240080, -804033120, 0),
(98230, 2573, 230, 'Milford', 380082600, -773458800, 0),
(98231, 2573, 230, 'Millboro', 380206200, -796509000, 0),
(98232, 2573, 230, 'Mitchells', 383822000, -780134000, 0),
(98233, 2573, 230, 'Mollusk', 377299800, -765382800, 0),
(98234, 2573, 230, 'Montpelier Station', 381992100, -781182900, 0),
(98235, 2573, 230, 'Montvale', 374276670, -797070510, 0),
(98236, 2573, 230, 'Natural Bridge', 375882450, -795055930, 0),
(98237, 2573, 230, 'Natural Bridge Station', 375882450, -795055930, 0),
(98238, 2573, 230, 'Nelsonia', 378321720, -755679640, 0),
(98239, 2573, 230, 'New Canton', 376465190, -782899450, 0),
(98240, 2573, 230, 'New River', 371508500, -806176370, 0),
(98241, 2573, 230, 'Newport', 373161400, -804822200, 0),
(98242, 2573, 230, 'Newsoms', 366120110, -770953560, 0),
(98243, 2573, 230, 'Nickelsville', 367525260, -824215070, 0),
(98244, 2573, 230, 'Nora', 370260730, -823463330, 0),
(98245, 2573, 230, 'North Garden', 379551300, -786937190, 0),
(98246, 2573, 230, 'North Shore', 370820900, -796583600, 0),
(98247, 2573, 230, 'Norwood', 376225800, -787576750, 0),
(98248, 2573, 230, 'Oakwood', 372644440, -819761110, 0),
(98249, 2573, 230, 'Onley', 376592800, -756857700, 0),
(98250, 2573, 230, 'Ophelia', 379099800, -762838200, 0),
(98251, 2573, 230, 'Pamplin', 372597000, -786400200, 0),
(98252, 2573, 230, 'Paris', 390327000, -779423000, 0),
(98253, 2573, 230, 'Parksley', 377876740, -756570240, 0),
(98254, 2573, 230, 'Pilgrims Knob', 372990440, -819072380, 0),
(98255, 2573, 230, 'Pittsville', 370095180, -794806950, 0),
(98256, 2573, 230, 'Radiant', 383188590, -781790390, 0),
(98257, 2573, 230, 'Randolph', 369715210, -787095310, 0),
(98258, 2573, 230, 'Rapidan', 383335400, -780390870, 0),
(98259, 2573, 230, 'Raven', 370870600, -818551200, 0),
(98260, 2573, 230, 'Rawlings', 369533000, -778335530, 0),
(98261, 2573, 230, 'Red Oak', 367674340, -786357820, 0),
(98262, 2573, 230, 'Redwood', 370058470, -797700890, 0),
(98263, 2573, 230, 'Rileyville', 387648030, -783776240, 0),
(98264, 2573, 230, 'Ruby', 385041000, -775158000, 0),
(98265, 2573, 230, 'Saxe', 369034580, -786190700, 0),
(98266, 2573, 230, 'Schuyler', 377762530, -787001400, 0),
(98267, 2573, 230, 'Shawsville', 371684700, -802553200, 0),
(98268, 2573, 230, 'Shipman', 377589000, -788191200, 0),
(98269, 2573, 230, 'Skippers', 365914200, -775417800, 0),
(98270, 2573, 230, 'Skipwith', 367301720, -785284910, 0),
(98271, 2573, 230, 'Somerville', 385216670, -776097220, 0),
(98272, 2573, 230, 'Spout Spring', 373687800, -789104480, 0),
(98273, 2573, 230, 'Springville', 371965100, -814028800, 0),
(98274, 2573, 230, 'Staffordsville', 372456770, -807668280, 0),
(98275, 2573, 230, 'Stratford', 381462200, -768422800, 0),
(98276, 2573, 230, 'Studley', 376755000, -772911000, 0),
(98277, 2573, 230, 'Sutherland', 371971410, -775520240, 0),
(98278, 2573, 230, 'Tasley', 377173210, -757743990, 0),
(98279, 2573, 230, 'Temperanceville', 378946090, -755593840, 0),
(98280, 2573, 230, 'Thaxton', 373327020, -796886090, 0),
(98281, 2573, 230, 'Thornburg', 381333000, -775219200, 0),
(98282, 2573, 230, 'Toms Brook', 389478180, -784301190, 0),
(98283, 2573, 230, 'Topping', 375990000, -764518200, 0),
(98284, 2573, 230, 'Troutdale', 366913500, -814377550, 0),
(98285, 2573, 230, 'Unionville', 382252150, -779124780, 0),
(98286, 2573, 230, 'Village', 379488000, -766044000, 0),
(98287, 2573, 230, 'Wake', 375663410, -764295280, 0),
(98288, 2573, 230, 'Weems', 376925050, -764250220, 0),
(98289, 2573, 230, 'White Marsh', 373422000, -765216000, 0),
(98290, 2573, 230, 'Willis', 368645820, -804923850, 0),
(98291, 2573, 230, 'Willis Wharf', 375083110, -758703790, 0),
(98292, 2573, 230, 'Wilsons', 371305000, -778521000, 0),
(98293, 2573, 230, 'Wingina', 376400000, -787238900, 0),
(98294, 2573, 230, 'Woodville', 386492540, -781721580, 0),
(98295, 2573, 230, 'Wylliesburg', 368384340, -786128490, 0),
(98296, 2574, 230, 'Airway Heights', 476938600, -1176222000, 0),
(98297, 2574, 230, 'Algona', 473077800, -1222630200, 0),
(98298, 2574, 230, 'Anderson Island', 471600000, -1227100000, 0),
(98299, 2574, 230, 'Arlington Heights', 482020500, -1220620800, 0),
(98300, 2574, 230, 'Basin City', 457940770, -1225216010, 0),
(98301, 2574, 230, 'Benge', 468866900, -1179993600, 0),
(98302, 2574, 230, 'Blakely Island', 486113900, -1229198370, 0),
(98303, 2574, 230, 'Boyds', 489959940, -1182119210, 0),
(98304, 2574, 230, 'Bucoda', 467977800, -1228683300, 0),
(98305, 2574, 230, 'Burbank', 461993650, -1190110840, 0),
(98306, 2574, 230, 'Burton', 473890800, -1224594000, 0),
(98307, 2574, 230, 'Canterwood', 473751000, -1225893000, 0),
(98308, 2574, 230, 'Carbonado', 470701430, -1220478070, 0),
(98309, 2574, 230, 'Carrolls', 460716370, -1228630960, 0),
(98310, 2574, 230, 'Chelan Falls', 478002800, -1199865550, 0),
(98311, 2574, 230, 'Chico', 476114800, -1227104200, 0),
(98312, 2574, 230, 'Chimacum', 480116700, -1227694400, 0),
(98313, 2574, 230, 'Chinook', 462722200, -1239461100, 0),
(98314, 2574, 230, 'Cinebar', 465811170, -1225406970, 0),
(98315, 2574, 230, 'Clallam Bay', 481734900, -1242818700, 0),
(98316, 2574, 230, 'Clear Lake', 484642700, -1222340400, 0),
(98317, 2574, 230, 'Colton', 465670000, -1171330000, 0),
(98318, 2574, 230, 'Country Homes', 477507500, -1174002500, 0),
(98319, 2574, 230, 'Cusick', 484381950, -1173209680, 0),
(98320, 2574, 230, 'Dallesport', 456173400, -1211795200, 0),
(98321, 2574, 230, 'Dixie', 461401800, -1181541000, 0),
(98322, 2574, 230, 'Edwall', 474933050, -1178138890, 0),
(98323, 2574, 230, 'Endicott', 469245550, -1177040270, 0),
(98324, 2574, 230, 'Evans', 486939000, -1180113000, 0),
(98325, 2574, 230, 'Farmington', 470895260, -1170437900, 0),
(98326, 2574, 230, 'Fern Prairie', 456365100, -1223987000, 0),
(98327, 2574, 230, 'Ford', 478085000, -1177713540, 0),
(98328, 2574, 230, 'George', 470783300, -1198572200, 0),
(98329, 2574, 230, 'Glenoma', 465280790, -1221202550, 0),
(98330, 2574, 230, 'Grayland', 467449150, -1240841500, 0),
(98331, 2574, 230, 'Hobart', 474217700, -1219728900, 0),
(98332, 2574, 230, 'Inchelium', 482906380, -1185244380, 0),
(98333, 2574, 230, 'Kapowsin', 469861040, -1222278930, 0),
(98334, 2574, 230, 'Key Center', 473406500, -1227454100, 0),
(98335, 2574, 230, 'Keyport', 477031410, -1226253840, 0),
(98336, 2574, 230, 'Lamont', 471945600, -1178018800, 0),
(98337, 2574, 230, 'Lewisville', 458098400, -1225231500, 0),
(98338, 2574, 230, 'Lilliwaup', 475521790, -1231874410, 0),
(98339, 2574, 230, 'Lincoln', 478232180, -1184728970, 0),
(98340, 2574, 230, 'Littlerock', 469017640, -1230200940, 0),
(98341, 2574, 230, 'Lochsloy', 480514900, -1220320800, 0),
(98342, 2574, 230, 'Malden', 471959110, -1174822140, 0),
(98343, 2574, 230, 'Malone', 469590300, -1233330300, 0),
(98344, 2574, 230, 'Marcus', 486646910, -1180673450, 0),
(98345, 2574, 230, 'Marietta', 487870500, -1225804500, 0),
(98346, 2574, 230, 'McKenna', 469605280, -1224818540, 0),
(98347, 2574, 230, 'Metaline', 488516530, -1173890720, 0),
(98348, 2574, 230, 'Metaline Falls', 488613900, -1173708300, 0),
(98349, 2574, 230, 'Moclips', 472385390, -1240974990, 0),
(98350, 2574, 230, 'Napavine', 466390800, -1230157200, 0),
(98351, 2574, 230, 'North Bonneville', 456429210, -1219694880, 0),
(98352, 2574, 230, 'Orient', 488661110, -1182016670, 0),
(98353, 2574, 230, 'Orondo', 477891810, -1200358940, 0),
(98354, 2574, 230, 'Pacific Beach', 472011110, -1241666670, 0),
(98355, 2574, 230, 'Palisades', 474619170, -1197604360, 0),
(98356, 2574, 230, 'Parker', 465010800, -1204641000, 0),
(98357, 2574, 230, 'Pateros', 482319820, -1198120530, 0),
(98358, 2574, 230, 'Paterson', 460205380, -1197774150, 0),
(98359, 2574, 230, 'Point Roberts', 489853800, -1230779700, 0),
(98360, 2574, 230, 'Pomeroy', 464748700, -1176026900, 0),
(98361, 2574, 230, 'Port Angeles East', 481066700, -1233717200, 0),
(98362, 2574, 230, 'Quinault', 474125990, -1237404590, 0),
(98363, 2574, 230, 'Randle', 470012440, -1205431440, 0),
(98364, 2574, 230, 'Rice', 484278900, -1181324470, 0),
(98365, 2574, 230, 'Rock Island', 473707700, -1201385660, 0),
(98366, 2574, 230, 'Rockport', 484824000, -1215271200, 0),
(98367, 2574, 230, 'Seaview', 463488380, -1240507680, 0),
(98368, 2574, 230, 'Shaw Island', 485842000, -1229277700, 0),
(98369, 2574, 230, 'Silver Creek', 465345230, -1225767320, 0),
(98370, 2574, 230, 'South Cle Elum', 471875210, -1209519010, 0),
(98371, 2574, 230, 'Sprague', 472986590, -1179788220, 0),
(98372, 2574, 230, 'Steptoe', 470061000, -1173550200, 0),
(98373, 2574, 230, 'Tanner', 474753800, -1217462200, 0),
(98374, 2574, 230, 'Terrace Heights', 466062400, -1204397900, 0),
(98375, 2574, 230, 'Thorp', 470344490, -1209311330, 0),
(98376, 2574, 230, 'Tokeland', 467338200, -1240167000, 0),
(98377, 2574, 230, 'Tracyton', 476089800, -1226551400, 0),
(98378, 2574, 230, 'Underwood', 457323260, -1215447970, 0),
(98379, 2574, 230, 'Union Hill-Novelty Hill', 476788700, -1220283300, 0),
(98380, 2574, 230, 'Wahkiacus', 458273680, -1212745850, 0),
(98381, 2574, 230, 'Wallula', 460849020, -1189050470, 0),
(98382, 2574, 230, 'Wauconda', 487180410, -1189484090, 0),
(98383, 2574, 230, 'Waverly', 473906470, -1172044720, 0),
(98384, 2574, 230, 'West Side Highway', 461839900, -1229171500, 0),
(98385, 2574, 230, 'White Swan', 463753940, -1207008270, 0),
(98386, 2574, 230, 'Wollochet', 472687100, -1225840200, 0),
(98387, 2575, 230, 'Accoville', 377686110, -818372220, 0),
(98388, 2575, 230, 'Adrian', 389160820, -803043740, 0),
(98389, 2575, 230, 'Allen Junction', 375891670, -813508330, 0),
(98390, 2575, 230, 'Alloy', 381813600, -813295200, 0),
(98391, 2575, 230, 'Ashton', 385998900, -821118240, 0),
(98392, 2575, 230, 'Avondale', 374005560, -817847220, 0),
(98393, 2575, 230, 'Beech Bottom', 402262960, -806520450, 0),
(98394, 2575, 230, 'Beverly', 388467710, -798704570, 0),
(98395, 2575, 230, 'Bickmore', 383575000, -811038890, 0),
(98396, 2575, 230, 'Big Bend', 389861570, -811386720, 0),
(98397, 2575, 230, 'Big Sandy', 374641670, -816983330, 0),
(98398, 2575, 230, 'Bim', 383336900, -814931800, 0),
(98399, 2575, 230, 'Blacksville', 396966420, -802335830, 0),
(98400, 2575, 230, 'Boaz', 393923200, -814540390, 0),
(98401, 2575, 230, 'Bolivar', 393234300, -777527700, 0),
(98402, 2575, 230, 'Bolt', 377816200, -814169000, 0),
(98403, 2575, 230, 'Bradshaw', 373528820, -818008690, 0),
(98404, 2575, 230, 'Bramwell', 373374170, -813346660, 0),
(98405, 2575, 230, 'Branchland', 382208300, -822038900, 0),
(98406, 2575, 230, 'Brush Fork', 372809500, -812559300, 0),
(98407, 2575, 230, 'Burnsville', 388486200, -806503800, 0),
(98408, 2575, 230, 'Burton', 396656400, -804195000, 0),
(98409, 2575, 230, 'Cabin Creek', 381955560, -814863310, 0),
(98410, 2575, 230, 'Cabins', 389506550, -792727070, 0),
(98411, 2575, 230, 'Caldwell', 377561650, -803474430, 0),
(98412, 2575, 230, 'Cameron', 398268620, -805662320, 0),
(98413, 2575, 230, 'Camp Creek', 374926870, -811133890, 0),
(98414, 2575, 230, 'Cannelton', 381941700, -812958300, 0),
(98415, 2575, 230, 'Canvas', 382604480, -807344620, 0),
(98416, 2575, 230, 'Carolina', 394802780, -802736110, 0),
(98417, 2575, 230, 'Cass', 383641670, -799625000, 0),
(98418, 2575, 230, 'Cedar Grove', 382197920, -814327120, 0),
(98419, 2575, 230, 'Chesapeake', 382234400, -815362300, 0),
(98420, 2575, 230, 'Clay', 384603800, -810851100, 0),
(98421, 2575, 230, 'Clear Creek', 378996320, -813196400, 0),
(98422, 2575, 230, 'Coal Fork', 383176000, -815209500, 0),
(98423, 2575, 230, 'Colcord', 379391840, -814578770, 0),
(98424, 2575, 230, 'Costa', 381529410, -817146810, 0),
(98425, 2575, 230, 'Cyclone', 377409590, -816655960, 0),
(98426, 2575, 230, 'Davin', 377135780, -817873730, 0),
(98427, 2575, 230, 'Davy', 374797200, -816500000, 0),
(98428, 2575, 230, 'Dawes', 381435800, -814526200, 0),
(98429, 2575, 230, 'Delbarton', 377086100, -821838900, 0),
(98430, 2575, 230, 'Dixie', 382670080, -811810540, 0),
(98431, 2575, 230, 'Dorothy', 379673510, -814925070, 0),
(98432, 2575, 230, 'Dunlow', 380377210, -823454940, 0),
(98433, 2575, 230, 'East Bank', 382186720, -814438840, 0),
(98434, 2575, 230, 'Eccles', 377830560, -812661110, 0),
(98435, 2575, 230, 'Edgarton', 375809700, -821052600, 0),
(98436, 2575, 230, 'Exchange', 387973200, -807639000, 0),
(98437, 2575, 230, 'Fairlea', 377806800, -804570200, 0),
(98438, 2575, 230, 'Farmington', 395146390, -802500840, 0),
(98439, 2575, 230, 'Fenwick', 382512370, -806418980, 0),
(98440, 2575, 230, 'Flatwoods', 387282000, -806305800, 0),
(98441, 2575, 230, 'Fort Ashby', 395031500, -787686300, 0),
(98442, 2575, 230, 'Foster', 380906840, -817712770, 0),
(98443, 2575, 230, 'Fraziers Bottom', 385694500, -820257080, 0),
(98444, 2575, 230, 'Freeman', 373630560, -813344440, 0),
(98445, 2575, 230, 'Friendly', 394901940, -810127640, 0),
(98446, 2575, 230, 'Gallagher', 381377400, -813825600, 0),
(98447, 2575, 230, 'Gap Mills', 375622200, -804080600, 0),
(98448, 2575, 230, 'Gary', 373625560, -815526000, 0),
(98449, 2575, 230, 'Gauley Bridge', 381677800, -811969400, 0),
(98450, 2575, 230, 'Gerrardstown', 393702800, -780955600, 0),
(98451, 2575, 230, 'Given', 387341700, -817333330, 0),
(98452, 2575, 230, 'Glasgow', 382109600, -814209650, 0),
(98453, 2575, 230, 'Glen Daniel', 377438980, -813948290, 0),
(98454, 2575, 230, 'Glen Jean', 378981200, -811609380, 0),
(98455, 2575, 230, 'Glen Rogers', 377321890, -814422410, 0),
(98456, 2575, 230, 'Grant Town', 395572760, -801786860, 0),
(98457, 2575, 230, 'Great Cacapon', 396150550, -783899630, 0),
(98458, 2575, 230, 'Halltown', 393138890, -777980560, 0),
(98459, 2575, 230, 'Hartford', 390007800, -819795000, 0),
(98460, 2575, 230, 'Henderson', 388333010, -821386520, 0),
(98461, 2575, 230, 'Hepzibah', 393325000, -803355560, 0),
(98462, 2575, 230, 'Ikes Fork', 375222200, -818044400, 0),
(98463, 2575, 230, 'Itmann', 375733200, -814183200, 0),
(98464, 2575, 230, 'Jacksonburg', 394984520, -806421820, 0),
(98465, 2575, 230, 'Justice', 375886110, -818355560, 0),
(98466, 2575, 230, 'Kerens', 390200020, -797523160, 0),
(98467, 2575, 230, 'Kimberly', 381265450, -813258680, 0),
(98468, 2575, 230, 'Kincaid', 380305800, -812652000, 0),
(98469, 2575, 230, 'Lansing', 381089050, -810318060, 0),
(98470, 2575, 230, 'Leon', 387457660, -819555330, 0),
(98471, 2575, 230, 'Liberty', 386314960, -817668540, 0),
(98472, 2575, 230, 'Littleton', 396616800, -805759200, 0),
(98473, 2575, 230, 'Lost Creek', 391701600, -803872800, 0),
(98474, 2575, 230, 'Lyburn', 377768470, -819509350, 0),
(98475, 2575, 230, 'Lynco', 376761110, -816633330, 0),
(98476, 2575, 230, 'MacArthur', 377584500, -812126000, 0),
(98477, 2575, 230, 'Macfarlan', 390793900, -811882300, 0),
(98478, 2575, 230, 'Marmet', 382453800, -815670600, 0),
(98479, 2575, 230, 'Mason', 390182630, -820303980, 0),
(98480, 2575, 230, 'Mathias', 388781500, -788929080, 0),
(98481, 2575, 230, 'McMechen', 399881300, -807314700, 0),
(98482, 2575, 230, 'Meadowbrook', 393469870, -803120240, 0),
(98483, 2575, 230, 'Middlebourne', 395007000, -808908600, 0),
(98484, 2575, 230, 'Mill Creek', 387302590, -800255720, 0),
(98485, 2575, 230, 'Millwood', 388834060, -818604100, 0),
(98486, 2575, 230, 'Minden', 379758330, -811197220, 0),
(98487, 2575, 230, 'Mohawk', 374969020, -819021050, 0),
(98488, 2575, 230, 'Monongah', 394717480, -801508260, 0),
(98489, 2575, 230, 'Mount Nebo', 382051800, -808219200, 0),
(98490, 2575, 230, 'Mount Storm', 392121400, -792523230, 0),
(98491, 2575, 230, 'Mount Zion', 388909030, -811255070, 0),
(98492, 2575, 230, 'Myra', 382270220, -821349380, 0),
(98493, 2575, 230, 'Newhall', 372647600, -816183000, 0),
(98494, 2575, 230, 'Newtown', 376492670, -821282780, 0),
(98495, 2575, 230, 'Normantown', 388914680, -809569570, 0),
(98496, 2575, 230, 'Norton', 389316670, -799658330, 0),
(98497, 2575, 230, 'Oceana', 376920600, -816240000, 0),
(98498, 2575, 230, 'Orlando', 388901320, -805685810, 0),
(98499, 2575, 230, 'Orma', 387094440, -810983330, 0),
(98500, 2575, 230, 'Ottawa', 379596000, -818184600, 0),
(98501, 2575, 230, 'Palestine', 389678740, -814264570, 0),
(98502, 2575, 230, 'Panther', 374833330, -818958300, 0),
(98503, 2575, 230, 'Pecks Mill', 379319490, -820005000, 0),
(98504, 2575, 230, 'Pence Springs', 376724340, -807096010, 0),
(98505, 2575, 230, 'Pentress', 397102780, -801605560, 0),
(98506, 2575, 230, 'Petroleum', 391811790, -812537940, 0),
(98507, 2575, 230, 'Piedmont', 395101670, -789962120, 0),
(98508, 2575, 230, 'Piney View', 378340750, -811232080, 0),
(98509, 2575, 230, 'Pleasant Valley', 394768830, -801514310, 0),
(98510, 2575, 230, 'Pratt', 382096510, -813860840, 0),
(98511, 2575, 230, 'Premier', 374330000, -816346500, 0),
(98512, 2575, 230, 'Procious', 384724200, -812250000, 0),
(98513, 2575, 230, 'Proctor', 397200300, -807513510, 0),
(98514, 2575, 230, 'Prosperity', 378344000, -812074270, 0),
(98515, 2575, 230, 'Purgitsville', 392638250, -789003900, 0),
(98516, 2575, 230, 'Quinwood', 380580600, -807044400, 0),
(98517, 2575, 230, 'Rachel', 395222880, -802989630, 0),
(98518, 2575, 230, 'Ragland', 377025000, -821275000, 0),
(98519, 2575, 230, 'Raleigh', 377583540, -811677280, 0),
(98520, 2575, 230, 'Reedy', 388431510, -814498120, 0),
(98521, 2575, 230, 'Rhodell', 376225200, -812935200, 0),
(98522, 2575, 230, 'Rivesville', 395311580, -801228040, 0),
(98523, 2575, 230, 'Rock', 373888140, -812359460, 0),
(98524, 2575, 230, 'Rock Creek', 378365680, -814891190, 0),
(98525, 2575, 230, 'Rosedale', 387817950, -808985600, 0),
(98526, 2575, 230, 'Rupert', 379615800, -806922000, 0),
(98527, 2575, 230, 'Sandyville', 389070930, -816401000, 0),
(98528, 2575, 230, 'Saulsville', 376358680, -814472670, 0),
(98529, 2575, 230, 'Scarbro', 379692240, -811583000, 0),
(98530, 2575, 230, 'Seneca Rocks', 388432030, -793818620, 0),
(98531, 2575, 230, 'Shanks', 392690740, -787015060, 0),
(98532, 2575, 230, 'Shoals', 383269440, -824752780, 0),
(98533, 2575, 230, 'Simpson', 392833700, -800690500, 0),
(98534, 2575, 230, 'Sinks Grove', 376681200, -805215000, 0),
(98535, 2575, 230, 'Sissonville', 385269000, -816391200, 0),
(98536, 2575, 230, 'Slanesville', 393996960, -785077170, 0),
(98537, 2575, 230, 'Slatyfork', 383886460, -800672660, 0),
(98538, 2575, 230, 'Smithburg', 392953290, -807750720, 0),
(98539, 2575, 230, 'Sod', 382441700, -818761100, 0),
(98540, 2575, 230, 'Sophia', 377076100, -812506600, 0),
(98541, 2575, 230, 'Southside', 387125130, -820105990, 0),
(98542, 2575, 230, 'Star City', 396375080, -799528440, 0),
(98543, 2575, 230, 'Swiss', 382764810, -810677730, 0),
(98544, 2575, 230, 'Thornton', 393313660, -799037200, 0),
(98545, 2575, 230, 'Turtle Creek', 380442200, -818618390, 0),
(98546, 2575, 230, 'Union', 375618290, -805113130, 0),
(98547, 2575, 230, 'Valley Bend', 387983810, -799247170, 0),
(98548, 2575, 230, 'Van', 379576300, -816967040, 0),
(98549, 2575, 230, 'Verdunville', 378985030, -819933190, 0),
(98550, 2575, 230, 'Walkersville', 388490310, -805036340, 0),
(98551, 2575, 230, 'Wallace', 394093500, -804847590, 0),
(98552, 2575, 230, 'Walton', 385803530, -814175650, 0),
(98553, 2575, 230, 'War', 373027730, -816800820, 0),
(98554, 2575, 230, 'Waverly', 393235250, -814229440, 0),
(98555, 2575, 230, 'Wayside', 375618290, -805113130, 0),
(98556, 2575, 230, 'Webster Springs', 384972600, -803692800, 0),
(98557, 2575, 230, 'West Columbia', 389310740, -820705360, 0),
(98558, 2575, 230, 'West Liberty', 401674420, -805960410, 0),
(98559, 2575, 230, 'White Oak', 376835610, -810331510, 0),
(98560, 2575, 230, 'Whitesville', 379731440, -815288100, 0),
(98561, 2575, 230, 'Wilkinson', 378362350, -820216220, 0),
(98562, 2575, 230, 'Williamsburg', 379700000, -804922200, 0),
(98563, 2575, 230, 'Winifrede', 381625280, -815630440, 0),
(98564, 2575, 230, 'Wyoming', 375780700, -815855400, 0),
(98565, 2576, 230, 'Adell', 436590310, -880341910, 0),
(98566, 2576, 230, 'Afton', 426041820, -890714150, 0),
(98567, 2576, 230, 'Albany', 427310100, -894452400, 0),
(98568, 2576, 230, 'Almond', 442947200, -894244400, 0),
(98569, 2576, 230, 'Argyle', 427023420, -899014410, 0),
(98570, 2576, 230, 'Arkansaw', 446218330, -920697470, 0),
(98571, 2576, 230, 'Armstrong Creek', 456675300, -884469590, 0),
(98572, 2576, 230, 'Ashippun', 432119440, -885161110, 0),
(98573, 2576, 230, 'Bancroft', 443073480, -895435180, 0),
(98574, 2576, 230, 'Bassett', 425404800, -882277200, 0),
(98575, 2576, 230, 'Bay City', 445873000, -924535000, 0),
(98576, 2576, 230, 'Bayside', 431805600, -879006400, 0),
(98577, 2576, 230, 'Beetown', 428075000, -908661100, 0),
(98578, 2576, 230, 'Benton', 425603350, -903663700, 0),
(98579, 2576, 230, 'Blair', 442933170, -912309780, 0),
(98580, 2576, 230, 'Blenker', 446155630, -899186030, 0),
(98581, 2576, 230, 'Boyceville', 450434610, -920400740, 0),
(98582, 2576, 230, 'Briggsville', 436602470, -896180220, 0),
(98583, 2576, 230, 'Bryant', 452203200, -889686600, 0),
(98584, 2576, 230, 'Camp Lake', 425347400, -881437000, 0),
(98585, 2576, 230, 'Cashton', 437435400, -907771200, 0),
(98586, 2576, 230, 'Cassville', 427400410, -909424080, 0),
(98587, 2576, 230, 'Cazenovia', 435030160, -902718010, 0),
(98588, 2576, 230, 'Centuria', 454503120, -925487340, 0),
(98589, 2576, 230, 'Chaseburg', 436561940, -910126060, 0),
(98590, 2576, 230, 'Cobb', 429645590, -903323950, 0),
(98591, 2576, 230, 'Collins', 440852170, -879815950, 0),
(98592, 2576, 230, 'Coloma', 440226900, -896340130, 0),
(98593, 2576, 230, 'Conrath', 453715090, -910594900, 0),
(98594, 2576, 230, 'Couderay', 457977440, -913428440, 0),
(98595, 2576, 230, 'Dale', 442838900, -886680600, 0),
(98596, 2576, 230, 'Dalton', 436555230, -892043130, 0),
(98597, 2576, 230, 'De Soto', 434855560, -912125000, 0),
(98598, 2576, 230, 'Deerbrook', 452424500, -891561600, 0),
(98599, 2576, 230, 'Dickeyville', 426263690, -905945850, 0),
(98600, 2576, 230, 'Dorchester', 450022200, -903319400, 0),
(98601, 2576, 230, 'Downing', 450466700, -921286100, 0),
(98602, 2576, 230, 'Drummond', 463322370, -913365470, 0),
(98603, 2576, 230, 'Eagle Lake', 427069600, -881281400, 0),
(98604, 2576, 230, 'Eastman', 431969050, -910145190, 0),
(98605, 2576, 230, 'Eden', 436946440, -883418460, 0),
(98606, 2576, 230, 'Edgewater', 457422000, -914749800, 0),
(98607, 2576, 230, 'Edmund', 429666400, -902643620, 0),
(98608, 2576, 230, 'Egg Harbor', 450176690, -872863470, 0),
(98609, 2576, 230, 'Eland', 448203150, -892676190, 0),
(98610, 2576, 230, 'Elton', 451494330, -888913940, 0),
(98611, 2576, 230, 'Endeavor', 437158300, -894688900, 0),
(98612, 2576, 230, 'Ettrick', 441707820, -912723410, 0),
(98613, 2576, 230, 'Exeland', 456777360, -912339040, 0),
(98614, 2576, 230, 'Fairchild', 446252800, -910005600, 0),
(98615, 2576, 230, 'Fall River', 433860250, -890435840, 0),
(98616, 2576, 230, 'Footville', 427694670, -892737120, 0),
(98617, 2576, 230, 'Forestville', 447012730, -875016390, 0),
(98618, 2576, 230, 'Fox Lake', 435655400, -889065000, 0),
(98619, 2576, 230, 'Francis Creek', 442039290, -877201390, 0),
(98620, 2576, 230, 'Friesland', 435885410, -890661740, 0),
(98621, 2576, 230, 'Glen Flora', 455047800, -908596200, 0),
(98622, 2576, 230, 'Glenbeulah', 437924630, -880759920, 0),
(98623, 2576, 230, 'Goodman', 456294870, -883545700, 0),
(98624, 2576, 230, 'Gordon', 461986720, -918974530, 0),
(98625, 2576, 230, 'Greenbush', 437783650, -880830130, 0),
(98626, 2576, 230, 'Hawthorne', 465030560, -918605560, 0),
(98627, 2576, 230, 'Hazel Green', 425366910, -905083220, 0),
(98628, 2576, 230, 'High Bridge', 463834610, -907363770, 0),
(98629, 2576, 230, 'Hillpoint', 433874620, -901655380, 0),
(98630, 2576, 230, 'Honey Creek', 427491730, -883046530, 0),
(98631, 2576, 230, 'Hustler', 438800000, -902716670, 0),
(98632, 2576, 230, 'Juda', 425016990, -895102190, 0),
(98633, 2576, 230, 'Junction City', 446041190, -897458420, 0),
(98634, 2576, 230, 'Kieler', 425835280, -906008520, 0),
(98635, 2576, 230, 'King', 443550200, -891189000, 0),
(98636, 2576, 230, 'Kingston', 436940160, -891253310, 0),
(98637, 2576, 230, 'La Farge', 436187590, -906244760, 0),
(98638, 2576, 230, 'Lake Tomahawk', 458080830, -895803890, 0),
(98639, 2576, 230, 'Linden', 429165090, -902760640, 0),
(98640, 2576, 230, 'Livingston', 428988190, -904559180, 0),
(98641, 2576, 230, 'Lowell', 433393260, -888157430, 0),
(98642, 2576, 230, 'Lyons', 426501040, -883581490, 0),
(98643, 2576, 230, 'Maple', 466422560, -916800760, 0),
(98644, 2576, 230, 'Maribel', 442840750, -878055760, 0),
(98645, 2576, 230, 'Mason', 464392800, -910858800, 0),
(98646, 2576, 230, 'Mather', 441427780, -903086110, 0),
(98647, 2576, 230, 'Mattoon', 450053550, -890414250, 0),
(98648, 2576, 230, 'Mellen', 463252150, -906571510, 0),
(98649, 2576, 230, 'Melrose', 441328710, -909958630, 0),
(98650, 2576, 230, 'Menominee', 448755200, -919193400, 0),
(98651, 2576, 230, 'Merrillan', 444467400, -908181600, 0),
(98652, 2576, 230, 'Mikana', 455927020, -915989260, 0),
(98653, 2576, 230, 'Milladore', 446005660, -898818350, 0),
(98654, 2576, 230, 'Montreal', 464291700, -902388900, 0),
(98655, 2576, 230, 'Mount Hope', 429728020, -908447390, 0),
(98656, 2576, 230, 'Mount Sterling', 433143230, -909306260, 0),
(98657, 2576, 230, 'Neshkoro', 439352330, -892572660, 0),
(98658, 2576, 230, 'New Glarus', 428124120, -896366510, 0),
(98659, 2576, 230, 'Newton', 439690900, -877928980, 0),
(98660, 2576, 230, 'Norwalk', 438244900, -906631900, 0),
(98661, 2576, 230, 'Odanah', 465620270, -906568830, 0),
(98662, 2576, 230, 'Ogema', 454357250, -902437000, 0),
(98663, 2576, 230, 'Okauchee', 431130940, -884451230, 0),
(98664, 2576, 230, 'Pepin', 444423250, -921487220, 0),
(98665, 2576, 230, 'Pigeon Falls', 444253410, -912053950, 0),
(98666, 2576, 230, 'Pittsville', 444466920, -901801750, 0),
(98667, 2576, 230, 'Plain', 432770900, -900454270, 0),
(98668, 2576, 230, 'Plum City', 446324000, -921912000, 0),
(98669, 2576, 230, 'Potosi', 426975590, -907075490, 0),
(98670, 2576, 230, 'Rock Springs', 434787810, -899120900, 0),
(98671, 2576, 230, 'Saint Cloud', 437940760, -881747380, 0),
(98672, 2576, 230, 'Saint Peter', 438363800, -883414900, 0),
(98673, 2576, 230, 'Sand Creek', 451728000, -917037000, 0),
(98674, 2576, 230, 'Sarona', 456302000, -917238680, 0),
(98675, 2576, 230, 'Saxon', 465197960, -905533480, 0),
(98676, 2576, 230, 'Sayner', 459957140, -895189060, 0),
(98677, 2576, 230, 'Seneca', 432649800, -909583200, 0),
(98678, 2576, 230, 'Sheldon', 453106970, -909017000, 0),
(98679, 2576, 230, 'South Range', 465585600, -919209600, 0),
(98680, 2576, 230, 'South Wayne', 425879090, -899024110, 0),
(98681, 2576, 230, 'Springbrook', 459867270, -916764510, 0),
(98682, 2576, 230, 'Springfield', 426430500, -884138100, 0),
(98683, 2576, 230, 'Stetsonville', 450802340, -903154390, 0),
(98684, 2576, 230, 'Stitzer', 429169710, -905885440, 0),
(98685, 2576, 230, 'Stockbridge', 440749140, -882999570, 0),
(98686, 2576, 230, 'Stratford', 448010800, -900793000, 0),
(98687, 2576, 230, 'Summit Lake', 453630690, -891877050, 0),
(98688, 2576, 230, 'Taylor', 443284240, -911099790, 0),
(98689, 2576, 230, 'Thorp', 449593510, -907996110, 0),
(98690, 2576, 230, 'Unity', 448464810, -903215060, 0),
(98691, 2576, 230, 'Vesper', 444653070, -899912440, 0),
(98692, 2576, 230, 'Waldo', 436761290, -879440330, 0),
(98693, 2576, 230, 'Webster', 458789320, -922976140, 0),
(98694, 2576, 230, 'Westboro', 453355650, -903573900, 0),
(98695, 2576, 230, 'Wilton', 438152500, -905285670, 0),
(98696, 2576, 230, 'Winnebago', 440754000, -885237000, 0),
(98697, 2576, 230, 'Withee', 449551220, -905978320, 0),
(98698, 2576, 230, 'Woodville', 449530200, -922913000, 0),
(98699, 2576, 230, 'Zachow', 447322220, -883636110, 0),
(98700, 2577, 230, 'Aladdin', 448224940, -1042048910, 0),
(98701, 2577, 230, 'Albin', 414189140, -1043569410, 0),
(98702, 2577, 230, 'Alcova', 425273520, -1067765980, 0),
(98703, 2577, 230, 'Arapahoe', 429621800, -1084898300, 0),
(98704, 2577, 230, 'Arminto', 431202920, -1073708400, 0),
(98705, 2577, 230, 'Auburn', 427922960, -1109607030, 0),
(98706, 2577, 230, 'Bairoil', 422394440, -1075601030, 0),
(98707, 2577, 230, 'Bedford', 429000000, -1109333330, 0),
(98708, 2577, 230, 'Big Horn', 446681400, -1070063360, 0),
(98709, 2577, 230, 'Boulder', 427293770, -1096854630, 0),
(98710, 2577, 230, 'Centennial', 413039870, -1061352440, 0),
(98711, 2577, 230, 'Cowley', 448841780, -1084662530, 0),
(98712, 2577, 230, 'Deaver', 448911550, -1085954890, 0),
(98713, 2577, 230, 'Elk Mountain', 416882760, -1064133150, 0),
(98714, 2577, 230, 'Etna', 430506760, -1110099720, 0),
(98715, 2577, 230, 'Fairview', 426809350, -1110003250, 0),
(98716, 2577, 230, 'Fort Bridger', 413001880, -1103884390, 0),
(98717, 2577, 230, 'Fox Farm-College', 411120300, -1047854600, 0),
(98718, 2577, 230, 'Granger', 415940810, -1099659040, 0),
(98719, 2577, 230, 'Granite Canon', 410181230, -1052492420, 0),
(98720, 2577, 230, 'Hartville', 423261000, -1046820000, 0),
(98721, 2577, 230, 'Horse Creek', 413959480, -1053659700, 0),
(98722, 2577, 230, 'Jeffrey City', 425138800, -1078908840, 0),
(98723, 2577, 230, 'Kinnear', 432361470, -1088144760, 0),
(98724, 2577, 230, 'Kirby', 438043120, -1081780360, 0),
(98725, 2577, 230, 'La Barge', 422596080, -1102058280, 0),
(98726, 2577, 230, 'La Grange', 416361200, -1043527900, 0),
(98727, 2577, 230, 'Medicine Bow', 418987390, -1062011150, 0),
(98728, 2577, 230, 'Opal', 417696360, -1103208360, 0),
(98729, 2577, 230, 'Point Of Rocks', 415973320, -1092343130, 0),
(98730, 2577, 230, 'Robertson', 410863360, -1105584960, 0),
(98731, 2577, 230, 'Saint Stephens', 429838890, -1084158330, 0),
(98732, 2577, 230, 'Savery', 410833020, -1073481170, 0),
(98733, 2577, 230, 'Shawnee', 426760550, -1050209860, 0),
(98734, 2577, 230, 'Shell', 445355600, -1077791700, 0),
(98735, 2577, 230, 'Sleepy Hollow', 442410900, -1054222200, 0),
(98736, 2577, 230, 'Smoot', 426076450, -1109082160, 0),
(98737, 2577, 230, 'South Park', 434221500, -1107932600, 0),
(98738, 2577, 230, 'Superior', 417631360, -1089672860, 0),
(98739, 2577, 230, 'Wamsutter', 416295700, -1082648200, 0),
(98740, 2577, 230, 'Wolf', 447033480, -1073053170, 0),
(98741, 2577, 230, 'Yoder', 419559210, -1044601180, 0),
(98742, 2579, 232, 'Aguas Corrientes', -345219400, -563936100, 0),
(98743, 2579, 232, 'Progreso', -346650000, -562194400, 0),
(98744, 2579, 232, 'Sauce', -346469400, -560627800, 0),
(98745, 3022, 232, 'Melo', -323666700, -541833300, 0),
(98746, 3022, 232, 'Rio Branco', -325666700, -534166700, 0),
(98747, 2580, 232, 'Ombues de Lavalle', -339166700, -577833300, 0),
(98748, 2580, 232, 'Tarariras', -342833300, -576166700, 0),
(98749, 2581, 232, 'Paso de los Toros', -328166700, -565166700, 0),
(98750, 2581, 232, 'Sarandi del Yi', -333500000, -556333300, 0),
(98751, 3023, 232, 'Trinidad', -335388900, -568886100, 0),
(98752, 3024, 232, 'Florida', -340955600, -562141700, 0),
(98753, 3024, 232, 'Sarandi Grande', -337333300, -563333300, 0),
(98754, 2582, 232, 'Jose Batlle y Ordonez', -334666700, -551166700, 0),
(98755, 3025, 232, 'San Javier', -326833300, -581333300, 0),
(98756, 3025, 232, 'Young', -326833300, -576333300, 0),
(98757, 3026, 232, 'Minas de Corrales', -315833300, -554666700, 0),
(98758, 3026, 232, 'Rivera', -309053400, -555507600, 0),
(98759, 3026, 232, 'Tranqueras', -312000000, -557500000, 0),
(98760, 2588, 232, 'Delta del Tigre', -347633300, -563852800, 0),
(98761, 2589, 232, 'Dolores', -335441700, -581972200, 0),
(98762, 2590, 232, 'Curtina', -321500000, -561166700, 0),
(98763, 3027, 232, 'Treinta y Tres', -332333300, -543833300, 0),
(98764, 3027, 232, 'Tupambae', -328333300, -547666700, 0),
(98765, 3027, 232, 'Vergara', -329333300, -539500000, 0),
(98766, 3028, 233, 'Buxoro', 397747200, 644286100, 0),
(98767, 3028, 233, 'Wobkent', 400302800, 645150000, 0),
(98768, 2595, 233, 'Koson', 390375000, 655850000, 0),
(98769, 3029, 234, 'Isangel', -195500000, 1692666700, 0),
(98770, 2602, 235, 'San Jose de Guanipa', 88872400, -641651200, 0),
(98771, 2603, 235, 'Guasdalito', 72424100, -707323600, 0),
(98772, 2604, 235, 'Palo Negro', 101738900, -675419400, 0),
(98773, 2604, 235, 'San Mateo', 102130200, -674236500, 0),
(98774, 2604, 235, 'Villa de Cura', 100386300, -674893800, 0),
(98775, 2607, 235, 'Moron', 104888900, -682002800, 0),
(98776, 2607, 235, 'San Joaquin', 102630000, -677858000, 0),
(98777, 2608, 235, 'Tinaquillo', 99186100, -683047200, 0),
(98778, 2611, 235, 'Tucacas', 107906000, -683257700, 0),
(98779, 2612, 235, 'Altagracia de Orituco', 98600500, -663813900, 0),
(98780, 2613, 235, 'Carora', 101755400, -700827400, 0),
(98781, 2613, 235, 'El Tocuyo', 97873400, -697937000, 0),
(98782, 2613, 235, 'Quibor', 99286600, -696201000, 0),
(98783, 2615, 235, 'Santa Teresa', 102340900, -666630800, 0),
(98784, 2620, 235, 'Rubio', 77013100, -723556900, 0),
(98785, 2621, 235, 'Trujillo', 93708400, -704347200, 0),
(98786, 2623, 235, 'Nirgua', 101552600, -685663000, 0),
(98787, 2624, 235, 'Santa Rita', 105380600, -715169400, 0),
(98788, 2628, 236, 'Cam Ranh', 119214400, 1091591300, 0),
(98789, 2632, 236, 'Da Nang', 160677800, 1082208300, 0),
(98790, 2633, 236, 'Hanoi', 210245000, 1058411700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(98791, 2644, 236, 'Ho Chi Minh City', 107500000, 1066666700, 0),
(98792, 2666, 236, 'Bac Kan', 221333300, 1058333300, 0),
(98793, 2682, 238, 'Christiansted', 177500000, -647500000, 0),
(98794, 2682, 238, 'Frederiksted', 177116670, -648819440, 0),
(98795, 3030, 241, 'Al Bayda''', 139852300, 455727200, 0),
(98796, 3031, 241, 'Bani Hujjaj', 154166700, 433166700, 0),
(98797, 2692, 241, 'Manwakh', 168077800, 481091700, 0),
(98798, 2697, 242, 'Mkushi', -136201500, 293939000, 0),
(98799, 2698, 242, 'Chambishi', -126324700, 280536700, 0),
(98800, 2698, 242, 'Chililabombwe', -123647500, 278228600, 0),
(98801, 2698, 242, 'Kalulushi', -128377800, 280919200, 0),
(98802, 2698, 242, 'Mufulira', -125498200, 282407100, 0),
(98803, 3032, 242, 'Kawambwa', -97915000, 290791300, 0),
(98804, 3032, 242, 'Mansa', -111997600, 288943100, 0),
(98805, 2700, 242, 'Chongwe', -153291600, 286820400, 0),
(98806, 2700, 242, 'Kafue', -157691100, 281813600, 0),
(98807, 2703, 242, 'Mazabuka', -158560100, 277480000, 0),
(98808, 2703, 242, 'Monze', -162833300, 274833300, 0),
(98809, 2703, 242, 'Namwala', -157504200, 264383900, 0),
(98810, 3033, 242, 'Kalabo', -149700400, 226813800, 0),
(98811, 3033, 242, 'Kaoma', -147833300, 248000000, 0),
(98812, 3033, 242, 'Mongu', -152483500, 231274100, 0),
(98813, 2706, 243, 'Nyanga', -182166700, 327500000, 0),
(98814, 2706, 243, 'Rusape', -185278500, 321284300, 0),
(98815, 3034, 243, 'Bindura', -173019200, 313305600, 0),
(98816, 3034, 243, 'Mvurwi', -170333300, 308500000, 0),
(98817, 2707, 243, 'Mutoko', -173969900, 322267700, 0),
(98818, 3035, 243, 'Chegutu', -181302100, 301407400, 0),
(98819, 3035, 243, 'Chinhoyi', -173666700, 302000000, 0),
(98820, 3035, 243, 'Kadoma', -183332800, 299153400, 0),
(98821, 3035, 243, 'Kariba', -165166700, 288000000, 0),
(98822, 3035, 243, 'Karoi', -168099300, 296924700, 0),
(98823, 2708, 243, 'Chiredzi', -210500000, 316666700, 0),
(98824, 2708, 243, 'Zvishavane', -203267400, 300664800, 0),
(98825, 2711, 243, 'Gokwe', -182047600, 289349000, 0),
(98826, 2711, 243, 'Gweru', -194500000, 298166700, 0),
(98827, 2711, 243, 'Kwekwe', -189281000, 298148600, 0),
(98828, 3036, 1, 'Pul-e Khumri', 359445800, 687151200, 0),
(98829, 3037, 1, 'Maymana', 359213900, 647836100, 0),
(98830, 3, 1, 'Chahar Burj', 342447500, 621916500, 0),
(98831, 5, 1, 'Kishk-e Nakhud', 316251900, 650551100, 0),
(98832, 6, 1, 'Basawul', 342474900, 708721800, 0),
(98833, 7, 1, 'Uruzgan', 329277500, 666325300, 0),
(98834, 18, 3, 'Perrenjas-Fshat', 410666700, 205352800, 0),
(98835, 19, 3, 'Fier-Cifci', 407166700, 195666700, 0),
(98836, 19, 3, 'Patos Fshat', 406427800, 196508300, 0),
(98837, 2723, 3, 'Gjirokaster', 400758300, 201388900, 0),
(98838, 2723, 3, 'Libohove', 400311100, 202630600, 0),
(98839, 20, 3, 'Bilisht', 406275000, 209900000, 0),
(98840, 20, 3, 'Maliq', 407058300, 206997200, 0),
(98841, 22, 3, 'Kurbnesh', 417797200, 200836100, 0),
(98842, 22, 3, 'Mamurras', 415775000, 196922200, 0),
(98843, 23, 3, 'Koplik', 422136100, 194363900, 0),
(98844, 24, 3, 'Rrogozhine', 410763900, 196652800, 0),
(98845, 25, 3, 'Konispol', 396588900, 201813900, 0),
(98846, 25, 3, 'Orikum', 403252800, 194713900, 0),
(98847, 25, 3, 'Sarande', 398755600, 200052800, 0),
(98848, 28, 4, 'El Malah', 353913800, -10923800, 0),
(98849, 30, 4, 'Drean', 366848200, 77511100, 0),
(98850, 33, 4, 'Amizour', 366402200, 49013100, 0),
(98851, 33, 4, 'Barbacha', 365666700, 49666700, 0),
(98852, 33, 4, 'Seddouk', 365472200, 46861100, 0),
(98853, 33, 4, 'el hed', 366500000, 47736100, 0),
(98854, 34, 4, 'Sidi Khaled', 343870000, 49878500, 0),
(98855, 34, 4, 'Zeribet el Oued', 346828400, 65110900, 0),
(98856, 35, 4, 'Chebli', 365772200, 30091700, 0),
(98857, 35, 4, 'Sidi Moussa', 366063700, 30878300, 0),
(98858, 36, 4, 'Bordj Zemoura', 362746200, 48566800, 0),
(98859, 36, 4, 'Mansourah', 360872500, 44519200, 0),
(98860, 37, 4, 'Sour el Ghozlane', 361476600, 36912300, 0),
(98861, 38, 4, 'Draa Ben Khedda', 367343600, 39622300, 0),
(98862, 38, 4, 'Makouda', 367856700, 40627300, 0),
(98863, 38, 4, 'Naciria', 367462500, 38316300, 0),
(98864, 38, 4, 'Tadmait', 367441300, 39004500, 0),
(98865, 39, 4, 'Boukadir', 360662900, 11260200, 0),
(98866, 39, 4, 'Ech Chettia', 361959100, 12553800, 0),
(98867, 39, 4, 'Oued Fodda', 361850300, 15329900, 0),
(98868, 39, 4, 'Oued Sly', 361012400, 11994900, 0),
(98869, 44, 4, 'Ben Mehidi', 367696700, 79064000, 0),
(98870, 3038, 4, 'Illizi', 264833300, 84666700, 0),
(98871, 48, 4, 'Aflou', 341128000, 21022800, 0),
(98872, 50, 4, 'Sig', 355283200, -1936900, 0),
(98873, 51, 4, '''Ain Boucif', 358912300, 31585000, 0),
(98874, 52, 4, 'Telerghma', 361165300, 63543400, 0),
(98875, 54, 4, 'Ain Sefra', 327500000, -5833300, 0),
(98876, 56, 4, 'El Hadjira', 326133600, 55125900, 0),
(98877, 56, 4, 'Sidi Amrane', 334988500, 60080300, 0),
(98878, 57, 4, 'Ain Fakroun', 359710800, 68737400, 0),
(98879, 58, 4, '''Ain Merane', 361627700, 9703700, 0),
(98880, 58, 4, 'Ammi Moussa', 358678100, 11114300, 0),
(98881, 65, 4, 'Bir el Ater', 347448800, 80602400, 0),
(98882, 68, 4, 'El Affroun', 364701000, 26252800, 0),
(98883, 70, 4, 'Beni Douala', 366195400, 40828200, 0),
(98884, 70, 4, 'Chemini', 366000000, 46166700, 0),
(98885, 70, 4, 'Ighram', 364629500, 45053200, 0),
(98886, 70, 4, 'Tirmitine', 366539300, 39814300, 0),
(98887, 70, 4, 'Tizi Rached', 366717600, 41917600, 0),
(98888, 71, 4, 'Ouled Mimoun', 349047200, -10339400, 0),
(98889, 71, 4, 'Remchi', 350619600, -14336200, 0),
(98890, 71, 4, 'Sebdou', 346370300, -13314300, 0),
(98891, 71, 4, 'Sidi Abdelli', 350693700, -11370600, 0),
(98892, 76, 6, 'Pas de la Casa', 425427700, 17336100, 0),
(98893, 3039, 7, 'N''dalatando', -92978200, 149116200, 0),
(98894, 85, 7, 'Uacu Cungo', -113634300, 151207800, 0),
(98895, 86, 7, 'Caala', -128525000, 155605600, 0),
(98896, 91, 10, 'Potters Village', 170833300, -618166700, 0),
(98897, 3040, 10, 'Bolans', 170333300, -618833300, 0),
(98898, 93, 11, 'Ancasti', -288124700, -655014500, 0),
(98899, 93, 11, 'Capayan', -287610500, -660502400, 0),
(98900, 93, 11, 'El Rodeo', -282151800, -658742000, 0),
(98901, 93, 11, 'Icano', -289193400, -653281700, 0),
(98902, 93, 11, 'La Puerta de San Jose', -275500000, -670166700, 0),
(98903, 93, 11, 'Londres', -277143900, -671334900, 0),
(98904, 93, 11, 'Los Altos', -280484500, -654994600, 0),
(98905, 93, 11, 'Recreo', -292818400, -650609600, 0),
(98906, 93, 11, 'San Fernando del Valle de Catamarca', -284695700, -657852400, 0),
(98907, 94, 11, 'Avia Terai', -266853200, -607292000, 0),
(98908, 94, 11, 'Basail', -278666700, -593000000, 0),
(98909, 94, 11, 'Campo Largo', -268007700, -608421500, 0),
(98910, 94, 11, 'Chorotis', -279157800, -613998200, 0),
(98911, 94, 11, 'Colonias Unidas', -266982500, -596315400, 0),
(98912, 94, 11, 'Corzuela', -269537400, -609692800, 0),
(98913, 94, 11, 'General Vedia', -269338200, -586604000, 0),
(98914, 94, 11, 'La Tigra', -271099600, -605871900, 0),
(98915, 94, 11, 'Makalle', -272068700, -592869600, 0),
(98916, 94, 11, 'Pampa del Indio', -260646800, -599189800, 0),
(98917, 94, 11, 'Presidencia de la Plaza', -270014700, -598424300, 0),
(98918, 94, 11, 'Puerto Bermejo', -269317300, -585053800, 0),
(98919, 94, 11, 'Puerto Vilelas', -275141400, -589390600, 0),
(98920, 94, 11, 'Villa Berthet', -272917400, -604126300, 0),
(98921, 95, 11, 'Alto Rio Senguer', -450410500, -708198200, 0),
(98922, 95, 11, 'Camarones', -447970900, -657099400, 0),
(98923, 95, 11, 'Dolavon', -433000000, -657000000, 0),
(98924, 95, 11, 'Gobernador Costa', -440499200, -705979800, 0),
(98925, 95, 11, 'Hoyo de Epuyen', -420718900, -715081100, 0),
(98926, 95, 11, 'Lago Puelo', -420809500, -716140500, 0),
(98927, 95, 11, 'Trevelin', -430858000, -714638600, 0),
(98928, 96, 11, 'Alejandro Roca', -333536900, -637184900, 0),
(98929, 96, 11, 'Alejo Ledesma', -336064300, -626230400, 0),
(98930, 96, 11, 'Almafuerte', -321929600, -642555900, 0),
(98931, 96, 11, 'Altos de Chipion', -309559000, -623372700, 0),
(98932, 96, 11, 'Arroyito', -314202200, -630500200, 0),
(98933, 96, 11, 'Berrotaran', -324510000, -643886700, 0),
(98934, 96, 11, 'Buchardo', -347226300, -635092000, 0),
(98935, 96, 11, 'Camilo Aldao', -331274500, -620945300, 0),
(98936, 96, 11, 'Carnerillo', -329137000, -640217500, 0),
(98937, 96, 11, 'Carrilobo', -318729600, -631171600, 0),
(98938, 96, 11, 'Cavanagh', -334760600, -623388800, 0),
(98939, 96, 11, 'Charras', -330240000, -640471900, 0),
(98940, 96, 11, 'Cintra', -323067300, -626521400, 0),
(98941, 96, 11, 'Colonia La Tordilla', -312374600, -630613400, 0),
(98942, 96, 11, 'Colonia San Bartolome', -315278000, -627243600, 0),
(98943, 96, 11, 'Coronel Baigorria', -328477000, -643610700, 0),
(98944, 96, 11, 'Coronel Moldes', -336227000, -645971100, 0),
(98945, 96, 11, 'Costa Sacate', -316477000, -637593500, 0),
(98946, 96, 11, 'Cruz Alta', -330088700, -618074600, 0),
(98947, 96, 11, 'Cuesta Blanca', -314865800, -645715000, 0),
(98948, 96, 11, 'Dalmacio Velez Sarsfield', -326107200, -635803800, 0),
(98949, 96, 11, 'Dean Funes', -304203600, -643498400, 0),
(98950, 96, 11, 'El Tio', -313835700, -628293800, 0),
(98951, 96, 11, 'Etruria', -329400800, -632466000, 0),
(98952, 96, 11, 'General Baldissera', -331224600, -623063000, 0),
(98953, 96, 11, 'General Roca', -327319600, -619159900, 0),
(98954, 96, 11, 'Guatimozin', -334615000, -624384400, 0),
(98955, 96, 11, 'Huanchillas', -336665200, -636370100, 0),
(98956, 96, 11, 'Huerta Grande', -310752400, -644906300, 0),
(98957, 96, 11, 'Inriville', -329442400, -622302800, 0),
(98958, 96, 11, 'Isla Verde', -332410400, -624029700, 0),
(98959, 96, 11, 'La Cesira', -339511500, -629723800, 0),
(98960, 96, 11, 'La Cumbre', -309820100, -644913900, 0),
(98961, 96, 11, 'La Granja', -310091900, -642686900, 0),
(98962, 96, 11, 'Laguna Larga', -317765200, -638010400, 0),
(98963, 96, 11, 'Las Acequias', -332815500, -639761000, 0),
(98964, 96, 11, 'Las Varas', -318026000, -626165500, 0),
(98965, 96, 11, 'Mattaldi', -344819400, -641725500, 0),
(98966, 96, 11, 'Monte Buey', -329164200, -624566800, 0),
(98967, 96, 11, 'Monte Maiz', -332046200, -626008500, 0),
(98968, 96, 11, 'Morrison', -325948000, -628345500, 0),
(98969, 96, 11, 'Morteros', -307116400, -619986200, 0),
(98970, 96, 11, 'Noetinger', -323659700, -623112600, 0),
(98971, 96, 11, 'Obispo Trejo', -307812800, -634134800, 0),
(98972, 96, 11, 'Pascanas', -331255000, -630408400, 0),
(98973, 96, 11, 'Pasco', -327473300, -633423200, 0),
(98974, 96, 11, 'Quilino', -302139700, -645006300, 0),
(98975, 96, 11, 'San Agustin', -319768100, -643740000, 0),
(98976, 96, 11, 'San Basilio', -334976300, -643149500, 0),
(98977, 96, 11, 'San Francisco del Chanar', -297899100, -639386100, 0),
(98978, 96, 11, 'Santa Eufemia', -331765800, -632828100, 0),
(98979, 96, 11, 'Santa Magdalena', -345177600, -639440900, 0),
(98980, 96, 11, 'Santa Rosa de Rio Primero', -311523100, -634019100, 0),
(98981, 96, 11, 'Santiago Temple', -313873100, -634182100, 0),
(98982, 96, 11, 'Saturnino M. Laspiur', -317028700, -624820200, 0),
(98983, 96, 11, 'Serrano', -344697100, -635384200, 0),
(98984, 96, 11, 'Tancacha', -322430900, -639807000, 0),
(98985, 96, 11, 'Ticino', -326935000, -634360600, 0),
(98986, 96, 11, 'Toledo', -315557400, -640094700, 0),
(98987, 96, 11, 'Valle Hermoso', -311173200, -644808400, 0),
(98988, 96, 11, 'Villa Berna', -319032100, -647565100, 0),
(98989, 96, 11, 'Villa Concepcion del Tio', -313225900, -628135400, 0),
(98990, 96, 11, 'Villa Cura Brochero', -317057800, -650179600, 0),
(98991, 96, 11, 'Villa Dolores', -319458500, -651895800, 0),
(98992, 96, 11, 'Villa Giardino', -310333300, -644833300, 0),
(98993, 96, 11, 'Villa Reduccion', -332010500, -638623400, 0),
(98994, 96, 11, 'Villa Rumipal', -321879000, -644802700, 0),
(98995, 96, 11, 'Villa Tulumba', -303955200, -641224000, 0),
(98996, 96, 11, 'Villa del Dique', -321766700, -644554300, 0),
(98997, 97, 11, 'Bonpland', -298239700, -574314600, 0),
(98998, 97, 11, 'Cruz de los Milagros', -288364600, -590047600, 0),
(98999, 97, 11, 'Gobernador Juan E. Martinez', -289170500, -589329200, 0),
(99000, 97, 11, 'Herlitzka', -275651600, -582555700, 0),
(99001, 97, 11, 'Itati', -272704300, -582445800, 0),
(99002, 97, 11, 'Juan Pujol', -304187300, -578561200, 0),
(99003, 97, 11, 'Loreto', -277683400, -572753100, 0),
(99004, 97, 11, 'Mariano I. Loza', -293766800, -581943600, 0),
(99005, 97, 11, 'Mburucuya', -280453900, -582244900, 0),
(99006, 97, 11, 'Mocoreta', -306189100, -579634400, 0),
(99007, 97, 11, 'Nuestra Senora del Rosario de Caa Cati', -277507200, -576207300, 0),
(99008, 97, 11, 'Nueve de Julio', -288405100, -588265000, 0),
(99009, 97, 11, 'Pedro R. Fernandez', -287509700, -586558300, 0),
(99010, 97, 11, 'Perugorria', -293413200, -586105900, 0),
(99011, 97, 11, 'Pueblo Libertador', -302208700, -593898100, 0),
(99012, 97, 11, 'Riachuelo', -275775400, -587394500, 0),
(99013, 97, 11, 'San Carlos', -277458600, -558973000, 0),
(99014, 97, 11, 'San Luis del Palmar', -275079000, -585545400, 0),
(99015, 97, 11, 'Santa Lucia', -289874600, -591028700, 0),
(99016, 97, 11, 'Santa Rosa', -282631800, -581189100, 0),
(99017, 97, 11, 'Santo Tome', -285493900, -560407700, 0),
(99018, 97, 11, 'Yapeyu', -294691400, -568184100, 0),
(99019, 99, 11, 'Aldea San Antonio', -326237600, -587033300, 0),
(99020, 99, 11, 'Aranguren', -322425200, -601610700, 0),
(99021, 99, 11, 'Ceibas', -334333300, -587500000, 0),
(99022, 99, 11, 'Dominguez', -319871000, -589619700, 0),
(99023, 99, 11, 'General Campos', -315231100, -584049000, 0),
(99024, 99, 11, 'Gobernador Mansilla', -325445300, -593548000, 0),
(99025, 99, 11, 'Hasenkamp', -315122600, -598354500, 0),
(99026, 99, 11, 'Hernandez', -323373000, -600216000, 0),
(99027, 99, 11, 'La Criolla', -312690400, -581055800, 0),
(99028, 99, 11, 'Larroque', -330359500, -590012500, 0),
(99029, 99, 11, 'Los Charruas', -311754800, -581877400, 0),
(99030, 99, 11, 'Lucas Gonzalez', -323843000, -595301300, 0),
(99031, 99, 11, 'Piedras Blancas', -311862300, -599595700, 0),
(99032, 99, 11, 'Pronunciamiento', -323461700, -584328700, 0),
(99033, 99, 11, 'Puerto Yerua', -315371300, -580152700, 0),
(99034, 99, 11, 'San Gustavo', -306896100, -593984000, 0),
(99035, 99, 11, 'San Jose de Feliciano', -303845200, -587516700, 0),
(99036, 99, 11, 'San Justo', -324465400, -584356900, 0),
(99037, 99, 11, 'Santa Anita', -321747600, -587862200, 0),
(99038, 99, 11, 'Santa Elena', -309476800, -597869600, 0),
(99039, 99, 11, 'Ubajay', -317935800, -583135000, 0),
(99040, 99, 11, 'Urdinarrain', -326857300, -588932400, 0),
(99041, 99, 11, 'Villa Hernandarias', -312310100, -599850000, 0),
(99042, 99, 11, 'Villa Mantero', -323972700, -587459600, 0),
(99043, 99, 11, 'Villa Maria Grande', -316656500, -599018200, 0),
(99044, 99, 11, 'Villa del Rosario', -307956700, -579125700, 0),
(99045, 100, 11, 'Estanislao del Campo', -250550400, -600921800, 0),
(99046, 100, 11, 'General Enrique Mosconi', -232166700, -623000000, 0),
(99047, 100, 11, 'Ibarreta', -252143800, -598585100, 0),
(99048, 100, 11, 'Ingeniero Guillermo N. Juarez', -239000000, -618500000, 0),
(99049, 100, 11, 'Laguna Naick-Neck', -252476900, -580938300, 0),
(99050, 100, 11, 'Laguna Yema', -242539100, -612446600, 0),
(99051, 100, 11, 'Palo Santo', -255633200, -593378100, 0),
(99052, 100, 11, 'Pirane', -257323900, -591087900, 0),
(99053, 100, 11, 'Pozo del Tigre', -248968200, -603235900, 0),
(99054, 100, 11, 'Riacho Eh-Eh', -253620900, -582775000, 0),
(99055, 100, 11, 'San Francisco de Laishi', -262426200, -586303900, 0),
(99056, 100, 11, 'Villa Escolar', -266220900, -586713400, 0),
(99057, 101, 11, 'Calilegua', -237736800, -647700200, 0),
(99058, 101, 11, 'El Aguilar', -232258200, -656921300, 0),
(99059, 101, 11, 'Fraile Pintado', -239407900, -647994300, 0),
(99060, 101, 11, 'Ingenio La Esperanza', -242255400, -648389600, 0),
(99061, 101, 11, 'La Mendieta', -243118700, -649637700, 0),
(99062, 101, 11, 'Maimara', -236239200, -654079700, 0),
(99063, 101, 11, 'Tilcara', -235775700, -653509000, 0),
(99064, 101, 11, 'Yuto', -236434200, -644719400, 0),
(99065, 102, 11, 'Bernardo Larroude', -350244900, -635825300, 0),
(99066, 102, 11, 'Embajador Martini', -353863300, -642809200, 0),
(99067, 102, 11, 'General San Martin', -379790400, -636044900, 0),
(99068, 102, 11, 'Lonquimay', -364654600, -636242900, 0),
(99069, 102, 11, 'Telen', -362642900, -655101800, 0),
(99070, 102, 11, 'Uriburu', -365068200, -638622600, 0),
(99071, 102, 11, 'Veinticinco de Mayo', -377741000, -677163800, 0),
(99072, 102, 11, 'Victorica', -362150500, -654358600, 0),
(99073, 103, 11, 'Arauco', -285805000, -667943800, 0),
(99074, 103, 11, 'Castro Barros', -305795200, -657269600, 0),
(99075, 103, 11, 'Villa Bustos', -292835600, -670224900, 0),
(99076, 103, 11, 'Vinchina', -287596400, -682069200, 0),
(99077, 105, 11, 'Bonpland', -274821800, -554775600, 0),
(99078, 105, 11, 'Cerro Azul', -276331000, -554962000, 0),
(99079, 105, 11, 'Colonia Aurora', -274742800, -545249800, 0),
(99080, 105, 11, 'Concepcion de la Sierra', -279831100, -555203100, 0),
(99081, 105, 11, 'Dos de Mayo', -270227700, -546866900, 0),
(99082, 105, 11, 'El Alcazar', -267145900, -548152300, 0),
(99083, 105, 11, 'Garuhape', -268176800, -549566400, 0),
(99084, 105, 11, 'Gobernador Roca', -271863600, -554643300, 0),
(99085, 105, 11, 'Guarani', -275166700, -551666700, 0),
(99086, 105, 11, 'Loreto', -273363500, -555222500, 0),
(99087, 105, 11, 'Martires', -274333300, -553833300, 0),
(99088, 105, 11, 'Mojon Grande', -277116400, -551563100, 0),
(99089, 105, 11, 'Picada Gobernador Lopez', -276706900, -552458500, 0),
(99090, 105, 11, 'Puerto Eldorado', -264084200, -546946300, 0),
(99091, 105, 11, 'Puerto Esperanza', -260151700, -546730600, 0),
(99092, 105, 11, 'Puerto Leoni', -269606900, -551657000, 0),
(99093, 105, 11, 'Puerto Libertad', -259164100, -546208900, 0),
(99094, 105, 11, 'Ruiz de Montoya', -269833300, -550500000, 0),
(99095, 105, 11, 'Santa Maria', -279035600, -553854100, 0),
(99096, 105, 11, 'Santo Pipo', -271413200, -554086700, 0),
(99097, 105, 11, 'Tres Capones', -280064100, -556047100, 0),
(99098, 105, 11, 'Veinticinco de Mayo', -273767900, -547431200, 0),
(99099, 106, 11, 'Andacollo', -371794500, -706691200, 0),
(99100, 106, 11, 'Anelo', -383544100, -687884000, 0),
(99101, 106, 11, 'Barrancas', -368166700, -699166700, 0),
(99102, 106, 11, 'Centenario', -388043300, -681399800, 0),
(99103, 106, 11, 'Chos Malal', -373780900, -702708500, 0),
(99104, 106, 11, 'El Huecu', -376452200, -705800600, 0),
(99105, 106, 11, 'Las Lajas', -385232200, -703674400, 0),
(99106, 106, 11, 'Loncopue', -380728400, -706160900, 0),
(99107, 106, 11, 'Picun Leufu', -395235100, -692796600, 0),
(99108, 106, 11, 'Piedra del Aguila', -400481100, -700741000, 0),
(99109, 106, 11, 'Senillosa', -390000000, -684166700, 0),
(99110, 106, 11, 'Vista Alegre', -387500000, -681833300, 0),
(99111, 107, 11, 'Cervantes', -390500000, -673833300, 0),
(99112, 107, 11, 'Chichinales', -391150500, -669271400, 0),
(99113, 107, 11, 'Contraalmirante Cordero', -387242300, -681528400, 0),
(99114, 107, 11, 'General Fernandez Oro', -389529700, -679248900, 0),
(99115, 107, 11, 'Ingeniero Jacobacci', -413426900, -695447900, 0),
(99116, 107, 11, 'Ingeniero Luis A. Huergo', -390833300, -672333300, 0),
(99117, 107, 11, 'Lamarque', -394230400, -657020800, 0),
(99118, 107, 11, 'Los Menucos', -408440200, -680871800, 0),
(99119, 107, 11, 'Sierra Colorada', -405848700, -677567400, 0),
(99120, 107, 11, 'Sierra Grande', -416060200, -653557400, 0),
(99121, 107, 11, 'Valcheta', -407000000, -661500000, 0),
(99122, 108, 11, 'Apolinario Saravia', -244327600, -639953500, 0),
(99123, 108, 11, 'Cachi', -251203300, -661651900, 0),
(99124, 108, 11, 'Campo Quijano', -249098200, -656365600, 0),
(99125, 108, 11, 'Chicoana', -251008800, -655331000, 0),
(99126, 108, 11, 'El Carril', -250741000, -654917400, 0),
(99127, 108, 11, 'Embarcacion', -232089800, -640960500, 0),
(99128, 108, 11, 'Joaquin V. Gonzalez', -250833300, -641833300, 0),
(99129, 108, 11, 'Las Lajitas', -246833300, -642500000, 0),
(99130, 109, 11, 'Albardon', -314372200, -685255600, 0),
(99131, 109, 11, 'Calingasta', -313308400, -694078300, 0),
(99132, 109, 11, 'Pocito', -316833300, -685833300, 0),
(99133, 109, 11, 'San Agustin de Valle Fertil', -306335300, -674682100, 0),
(99134, 109, 11, 'San Jose de Jachal', -302405700, -687469300, 0),
(99135, 109, 11, 'Villa Paula de Sarmiento', -314933000, -685383800, 0),
(99136, 109, 11, 'Zonda', -315500000, -687333300, 0),
(99137, 110, 11, 'Buena Esperanza', -347564700, -652538000, 0),
(99138, 110, 11, 'Candelaria', -320603600, -658247700, 0),
(99139, 110, 11, 'Justo Daract', -338594000, -651827700, 0),
(99140, 110, 11, 'Naschel', -329165600, -653753500, 0),
(99141, 110, 11, 'San Francisco del Monte de Oro', -325982500, -661253900, 0),
(99142, 110, 11, 'Santa Rosa del Conlara', -323428600, -652032300, 0),
(99143, 110, 11, 'Union', -351528200, -659460200, 0),
(99144, 111, 11, 'Comandante Luis Piedra Buena', -499851300, -689146700, 0),
(99145, 111, 11, 'Puerto Deseado', -477503400, -658938200, 0),
(99146, 111, 11, 'Puerto Santa Cruz', -500191000, -685232100, 0),
(99147, 111, 11, 'Veintiocho de Noviembre', -516500000, -723000000, 0),
(99148, 112, 11, 'Arrufo', -302328100, -617286200, 0),
(99149, 112, 11, 'Coronda', -319726300, -609198200, 0),
(99150, 112, 11, 'Laguna Paiva', -313039100, -606589400, 0),
(99151, 112, 11, 'Las Parejas', -326847800, -615163700, 0),
(99152, 112, 11, 'Malabrigo', -293463600, -599695700, 0),
(99153, 112, 11, 'San Carlos Centro', -317286400, -610919200, 0),
(99154, 112, 11, 'Sastre', -317676200, -618288600, 0),
(99155, 113, 11, 'Campo Gallo', -265833300, -628500000, 0),
(99156, 113, 11, 'Clodomira', -275744000, -641310800, 0),
(99157, 113, 11, 'Colonia Dora', -286000000, -629500000, 0),
(99158, 113, 11, 'Los Juries', -284653900, -621086200, 0),
(99159, 113, 11, 'Los Telares', -289847900, -634488900, 0),
(99160, 113, 11, 'Sumampa', -293847000, -634690600, 0),
(99161, 113, 11, 'Suncho Corral', -279335700, -634293800, 0),
(99162, 113, 11, 'Tintina', -270333300, -627166700, 0),
(99163, 113, 11, 'Villa Atamisqui', -284960900, -638160900, 0),
(99164, 113, 11, 'Villa General Mitre', -291431000, -626524800, 0),
(99165, 113, 11, 'Villa Ojo de Agua', -295000300, -636937700, 0),
(99166, 115, 11, 'Aguilares', -274338000, -656142700, 0),
(99167, 115, 11, 'Bella Vista', -270308400, -653031500, 0),
(99168, 115, 11, 'Burruyacu', -264991800, -647420600, 0),
(99169, 115, 11, 'Graneros', -276493400, -654383000, 0),
(99170, 115, 11, 'La Cocha', -277772900, -655703500, 0),
(99171, 115, 11, 'Simoca', -272627200, -653564700, 0),
(99172, 115, 11, 'Trancas', -262313500, -652802500, 0),
(99173, 116, 12, 'Aghavnatun', 402323800, 442497400, 0),
(99174, 116, 12, 'Arteni', 402984800, 437622000, 0),
(99175, 116, 12, 'Byurakan', 403380000, 442713800, 0),
(99176, 116, 12, 'Kosh', 402999900, 441558400, 0),
(99177, 116, 12, 'Shenavan', 404829600, 443830000, 0),
(99178, 116, 12, 'Voskevaz', 402767800, 442950900, 0),
(99179, 117, 12, 'Aralek', 399019500, 446514000, 0),
(99180, 117, 12, 'Bartsrashen', 400853300, 445795800, 0),
(99181, 117, 12, 'Berkanush', 399772600, 445139400, 0),
(99182, 117, 12, 'Dashtavan', 401012100, 443906700, 0),
(99183, 117, 12, 'Geghanist', 401449300, 444305400, 0),
(99184, 117, 12, 'Mrganush', 400285700, 445583100, 0),
(99185, 117, 12, 'Norashen', 399996000, 445895200, 0),
(99186, 117, 12, 'Vosketap''', 398811400, 446491700, 0),
(99187, 118, 12, 'Arbat''', 401381100, 444020000, 0),
(99188, 118, 12, 'Arevashat', 401425000, 443706800, 0),
(99189, 118, 12, 'Argavand', 400609700, 440947400, 0),
(99190, 118, 12, 'Artimet', 401508000, 442654300, 0),
(99191, 118, 12, 'Griboyedov', 401130700, 442716900, 0),
(99192, 118, 12, 'Lenughi', 401256200, 439648400, 0),
(99193, 118, 12, 'Lukashin', 401758300, 440186100, 0),
(99194, 118, 12, 'Mertsavan', 401814000, 444003200, 0),
(99195, 118, 12, 'Mrgashat', 401246200, 440658400, 0),
(99196, 118, 12, 'Musalerr', 401539300, 443789400, 0),
(99197, 118, 12, 'Pshatavan', 400386500, 440662900, 0),
(99198, 118, 12, 'Zhdanov', 401570100, 440919200, 0),
(99199, 119, 12, 'Vardenis', 401827200, 457311000, 0),
(99200, 119, 12, 'Verin Getashen', 401332800, 452506800, 0),
(99201, 119, 12, 'Zovaber', 405669300, 447882700, 0),
(99202, 120, 12, 'Argel', 403794300, 445982800, 0),
(99203, 120, 12, 'Bjni', 404559000, 446481200, 0),
(99204, 120, 12, 'Fantan', 403943800, 446847600, 0),
(99205, 120, 12, 'Garrni', 401193100, 447344200, 0),
(99206, 121, 12, 'Alaverdi', 410976600, 446731600, 0),
(99207, 121, 12, 'Darpas', 408367400, 444249400, 0),
(99208, 121, 12, 'Margahovit', 407338100, 446847400, 0),
(99209, 121, 12, 'Urrut', 410677800, 443962800, 0),
(99210, 122, 12, 'Anushavan', 406501300, 439775600, 0),
(99211, 122, 12, 'Lerrnakert', 405611800, 439385100, 0),
(99212, 122, 12, 'Mayisyan', 408471500, 438393800, 0),
(99213, 124, 12, 'Archis', 411635100, 448763200, 0),
(99214, 125, 12, 'Malishka', 397375800, 453900400, 0),
(99215, 125, 12, 'Vayk''', 396910000, 454665300, 0),
(99216, 128, 14, 'Duffy', -353345900, 1490318800, 0),
(99217, 128, 14, 'Franklin', -351994600, 1491432900, 0),
(99218, 128, 14, 'Gilmore', -354152200, 1491381800, 0),
(99219, 128, 14, 'Ginninderra', -352000000, 1490833300, 0),
(99220, 128, 14, 'Giralang', -352109300, 1490960000, 0),
(99221, 128, 14, 'Gowrie', -354118700, 1491090300, 0),
(99222, 128, 14, 'Gudgenby', -357500000, 1489833300, 0),
(99223, 128, 14, 'Macarthur', -354085600, 1491319600, 0),
(99224, 128, 14, 'Macgregor', -352098000, 1490110100, 0),
(99225, 128, 14, 'Monash', -354157700, 1490906300, 0),
(99226, 128, 14, 'Red Hill', -353334300, 1491205800, 0),
(99227, 129, 14, 'Abermain', -328166700, 1514333300, 0),
(99228, 129, 14, 'Adamstown Heights', -329490600, 1517100900, 0),
(99229, 129, 14, 'Agnes Banks', -336094400, 1507167400, 0),
(99230, 129, 14, 'Allgomera', -308181700, 1527955200, 0),
(99231, 129, 14, 'Ambarvale', -340894200, 1507965600, 0),
(99232, 129, 14, 'Annangrove', -336575800, 1509475500, 0),
(99233, 129, 14, 'Appin', -342034700, 1507864400, 0),
(99234, 129, 14, 'Apsley', -326000000, 1489833300, 0),
(99235, 129, 14, 'Arakoon', -309000000, 1530666700, 0),
(99236, 129, 14, 'Argenton', -329350500, 1516306400, 0),
(99237, 129, 14, 'Argents Hill', -306166700, 1527500000, 0),
(99238, 129, 14, 'Ashmont', -351249100, 1473317200, 0),
(99239, 129, 14, 'Attunga', -309302800, 1508468000, 0),
(99240, 129, 14, 'Awaba', -330082100, 1515509600, 0),
(99241, 129, 14, 'Badgerys Creek', -338907500, 1507426500, 0),
(99242, 129, 14, 'Baerami Creek', -325000000, 1504666700, 0),
(99243, 129, 14, 'Balgowlah Heights', -338055600, 1512591700, 0),
(99244, 129, 14, 'Bangor', -340166700, 1510333300, 0),
(99245, 129, 14, 'Baradine', -309486900, 1490691800, 0),
(99246, 129, 14, 'Barnsley', -329333300, 1515833300, 0),
(99247, 129, 14, 'Bawley Point', -355077800, 1503892200, 0),
(99248, 129, 14, 'Bay View', -336598200, 1512987800, 0),
(99249, 129, 14, 'Beaconsfield', -338333300, 1497500000, 0),
(99250, 129, 14, 'Beggan Beggan', -346833300, 1482666700, 0),
(99251, 129, 14, 'Belltrees', -319833300, 1511333300, 0),
(99252, 129, 14, 'Bemboka', -366289000, 1495718100, 0),
(99253, 129, 14, 'Ben Lomond', -300166700, 1516666700, 0),
(99254, 129, 14, 'Bendethera', -359333300, 1497500000, 0),
(99255, 129, 14, 'Beresfield', -328000000, 1516500000, 0),
(99256, 129, 14, 'Berrigan', -356587900, 1458114500, 0),
(99257, 129, 14, 'Berrilee', -336166700, 1511000000, 0),
(99258, 129, 14, 'Bigga', -340833300, 1491500000, 0),
(99259, 129, 14, 'Bilambil', -282333300, 1534666700, 0),
(99260, 129, 14, 'Bimbaya', -367166700, 1497000000, 0),
(99261, 129, 14, 'Binalong', -346717200, 1486348300, 0),
(99262, 129, 14, 'Binna Burra', -287000000, 1535000000, 0),
(99263, 129, 14, 'Bithramere', -311356800, 1507811200, 0),
(99264, 129, 14, 'Black Swamp', -290000000, 1521500000, 0),
(99265, 129, 14, 'Blackbutt', -345705900, 1508396300, 0),
(99266, 129, 14, 'Blackwall', -335000000, 1513166700, 0),
(99267, 129, 14, 'Blair Athol', -340621000, 1508014400, 0),
(99268, 129, 14, 'Blakebrook', -287666700, 1532333300, 0),
(99269, 129, 14, 'Blandford', -318000000, 1509000000, 0),
(99270, 129, 14, 'Blowering', -355116900, 1482658200, 0),
(99271, 129, 14, 'Bobin', -317166700, 1522833300, 0),
(99272, 129, 14, 'Bobs Farm', -327666700, 1520166700, 0),
(99273, 129, 14, 'Bogangar', -283294400, 1535686000, 0),
(99274, 129, 14, 'Boggabilla', -286047700, 1503593400, 0),
(99275, 129, 14, 'Boloka', -365333300, 1487333300, 0),
(99276, 129, 14, 'Bongongolong', -349333300, 1480666700, 0),
(99277, 129, 14, 'Bonnet Bay', -340000000, 1510500000, 0),
(99278, 129, 14, 'Bonny Hills', -315906100, 1528390800, 0),
(99279, 129, 14, 'Booker Bay', -335166700, 1513500000, 0),
(99280, 129, 14, 'Boolambayte', -324000000, 1522666700, 0),
(99281, 129, 14, 'Booligal', -338666700, 1448833300, 0),
(99282, 129, 14, 'Borenore', -332500000, 1489666700, 0),
(99283, 129, 14, 'Bourkelands', -351559300, 1473470400, 0),
(99284, 129, 14, 'Brandy Hill', -326960200, 1516968800, 0),
(99285, 129, 14, 'Branxton', -326554700, 1513511400, 0),
(99286, 129, 14, 'Brays Creek', -284000000, 1532000000, 0),
(99287, 129, 14, 'Brewarrina', -299606700, 1468598600, 0),
(99288, 129, 14, 'Bringagee', -344500000, 1457000000, 0),
(99289, 129, 14, 'Bringelly', -339333300, 1507333300, 0),
(99290, 129, 14, 'Brocklehurst', -321806200, 1486229200, 0),
(99291, 129, 14, 'Brooklet', -287333300, 1535166700, 0),
(99292, 129, 14, 'Brooms Head', -296089300, 1533364600, 0),
(99293, 129, 14, 'Brush Creek', -331666700, 1512833300, 0),
(99294, 129, 14, 'Brushy Hill', -320333300, 1509500000, 0),
(99295, 129, 14, 'Buckenbowra', -357333300, 1500666700, 0),
(99296, 129, 14, 'Bulga', -326666700, 1510166700, 0),
(99297, 129, 14, 'Bullawa Creek', -303166700, 1499833300, 0),
(99298, 129, 14, 'Bundaburra', -335166700, 1477166700, 0),
(99299, 129, 14, 'Bundannon', -349000000, 1505166700, 0),
(99300, 129, 14, 'Bundarra', -301721100, 1510761900, 0),
(99301, 129, 14, 'Bundure', -351666700, 1460000000, 0),
(99302, 129, 14, 'Bungawalbin', -290333300, 1532833300, 0),
(99303, 129, 14, 'Bungonia', -348500000, 1499500000, 0),
(99304, 129, 14, 'Burra', -355593900, 1492235200, 0),
(99305, 129, 14, 'Burrill Lake', -353871600, 1504495200, 0),
(99306, 129, 14, 'Byangum', -283500000, 1533666700, 0),
(99307, 129, 14, 'Byron', -296833300, 1511000000, 0),
(99308, 129, 14, 'Cabarita Beach', -283336200, 1535665500, 0),
(99309, 129, 14, 'Campbelltown South', -341000000, 1508166700, 0),
(99310, 129, 14, 'Cams Wharf', -331261200, 1516209400, 0),
(99311, 129, 14, 'Canobolas', -333000000, 1490666700, 0),
(99312, 129, 14, 'Canoelands', -335000000, 1510666700, 0),
(99313, 129, 14, 'Canowindra', -335624700, 1486643400, 0),
(99314, 129, 14, 'Captains Flat', -355911000, 1494452400, 0),
(99315, 129, 14, 'Carey Bay', -330266300, 1516057100, 0),
(99316, 129, 14, 'Castle Doyle', -306166700, 1517666700, 0),
(99317, 129, 14, 'Catalina', -357300000, 1501849400, 0),
(99318, 129, 14, 'Caves Beach', -331063700, 1516440200, 0),
(99319, 129, 14, 'Cawongla', -286000000, 1531000000, 0),
(99320, 129, 14, 'Centennial Park', -338979400, 1512336400, 0),
(99321, 129, 14, 'Chain Valley Bay', -331724100, 1515714300, 0),
(99322, 129, 14, 'Chambigne', -297333300, 1527833300, 0),
(99323, 129, 14, 'Charleyong', -352500000, 1499166700, 0),
(99324, 129, 14, 'Chinderah', -282333300, 1535500000, 0),
(99325, 129, 14, 'Clarence Town', -325839500, 1517775700, 0),
(99326, 129, 14, 'Colo Heights', -332164500, 1507246900, 0),
(99327, 129, 14, 'Colo Vale', -344009500, 1504857300, 0),
(99328, 129, 14, 'Colongra', -332068800, 1515435900, 0),
(99329, 129, 14, 'Colyton', -337828300, 1507967900, 0),
(99330, 129, 14, 'Comleroy', -335333300, 1506833300, 0),
(99331, 129, 14, 'Como', -340000000, 1510666700, 0),
(99332, 129, 14, 'Connells Point', -339833300, 1510833300, 0),
(99333, 129, 14, 'Coolangatta', -348528300, 1507262400, 0),
(99334, 129, 14, 'Coomba Park', -322418800, 1524712200, 0),
(99335, 129, 14, 'Copmanhurst', -295851800, 1527789600, 0),
(99336, 129, 14, 'Cottage Point', -336196800, 1512036400, 0),
(99337, 129, 14, 'Couridjah', -342335900, 1505513200, 0),
(99338, 129, 14, 'Crabbes Creek', -284666700, 1535000000, 0),
(99339, 129, 14, 'Crookwell', -344592500, 1494713800, 0),
(99340, 129, 14, 'Crosslands', -314393100, 1527154300, 0),
(99341, 129, 14, 'Cudgera Creek', -283833300, 1535166700, 0),
(99342, 129, 14, 'Cullerin', -347833300, 1494166700, 0),
(99343, 129, 14, 'Dalmeny', -361695000, 1501315800, 0),
(99344, 129, 14, 'Darouble', -316833300, 1471666700, 0),
(99345, 129, 14, 'Daysdale', -356500000, 1463000000, 0),
(99346, 129, 14, 'Delungra', -296540400, 1508300500, 0),
(99347, 129, 14, 'Dignams Creek', -363500000, 1499666700, 0),
(99348, 129, 14, 'Dilga', -329333300, 1486166700, 0),
(99349, 129, 14, 'Dolans Bay', -340500000, 1511166700, 0),
(99350, 129, 14, 'Dooralong', -331833300, 1513500000, 0),
(99351, 129, 14, 'Dunbogan', -316500000, 1528166700, 0),
(99352, 129, 14, 'Dundarbang', -330000000, 1489833300, 0),
(99353, 129, 14, 'Dunns Creek', -326333300, 1516333300, 0),
(99354, 129, 14, 'Duranbah', -283166700, 1535333300, 0),
(99355, 129, 14, 'East Kangaloon', -345666700, 1505833300, 0),
(99356, 129, 14, 'East Killara', -337553500, 1511815400, 0),
(99357, 129, 14, 'Eastholme', -340333300, 1461333300, 0),
(99358, 129, 14, 'Edensor Park', -338797100, 1508777800, 0),
(99359, 129, 14, 'Edgeworth', -329250800, 1516161200, 0),
(99360, 129, 14, 'Edith', -338000000, 1499166700, 0),
(99361, 129, 14, 'Eglinton', -333773100, 1495465400, 0),
(99362, 129, 14, 'Elderslie', -340500000, 1507000000, 0),
(99363, 129, 14, 'Ellerston', -318166700, 1513166700, 0),
(99364, 129, 14, 'Emerton', -337441100, 1508064400, 0),
(99365, 129, 14, 'Eschol Park', -340298200, 1508095700, 0),
(99366, 129, 14, 'Euabalong West', -330666700, 1464000000, 0),
(99367, 129, 14, 'Euramilong', -316666700, 1485000000, 0),
(99368, 129, 14, 'Exeter', -346128300, 1503208300, 0),
(99369, 129, 14, 'Farmborough Heights', -344549900, 1508130800, 0),
(99370, 129, 14, 'Fassifern', -329833300, 1515833300, 0),
(99371, 129, 14, 'Federal', -286500000, 1534500000, 0),
(99372, 129, 14, 'Fingal Bay', -327432200, 1521699100, 0),
(99373, 129, 14, 'Flinders', -345833300, 1508551600, 0),
(99374, 129, 14, 'Forbes River', -313666700, 1523166700, 0),
(99375, 129, 14, 'Forest Hill', -351481000, 1474670700, 0),
(99376, 129, 14, 'Galong', -346000000, 1485500000, 0),
(99377, 129, 14, 'Ganmain', -347931900, 1470390900, 0),
(99378, 129, 14, 'Gap', -313500000, 1506000000, 0),
(99379, 129, 14, 'Garryowen', -356666700, 1474333300, 0),
(99380, 129, 14, 'Georgeville', -313500000, 1499000000, 0),
(99381, 129, 14, 'Glanmire', -334166700, 1497166700, 0),
(99382, 129, 14, 'Glen Innes', -297348500, 1517385000, 0),
(99383, 129, 14, 'Glenbrook', -337666700, 1506166700, 0),
(99384, 129, 14, 'Glenfield Park', -351372500, 1473328500, 0),
(99385, 129, 14, 'Glenorie', -336017700, 1510088600, 0),
(99386, 129, 14, 'Glenquarry', -345333300, 1505000000, 0),
(99387, 129, 14, 'Glenwilliam', -325333300, 1518000000, 0),
(99388, 129, 14, 'Goobang', -331000000, 1482500000, 0),
(99389, 129, 14, 'Good Hope', -349166700, 1488166700, 0),
(99390, 129, 14, 'Goolgowi', -339779500, 1457153200, 0),
(99391, 129, 14, 'Goonoo Goonoo', -313000000, 1509000000, 0),
(99392, 129, 14, 'Grays Crossing', -307333300, 1527666700, 0),
(99393, 129, 14, 'Gregadoo', -352333300, 1474333300, 0),
(99394, 129, 14, 'Greta', -326778300, 1513892400, 0),
(99395, 129, 14, 'Gulmarrad', -294870000, 1532334100, 0),
(99396, 129, 14, 'Gundagai', -350652500, 1481080200, 0),
(99397, 129, 14, 'Gunnary', -343666700, 1488333300, 0),
(99398, 129, 14, 'Gunnedah West', -309500000, 1502000000, 0),
(99399, 129, 14, 'Gwabegar', -306166700, 1489833300, 0),
(99400, 129, 14, 'Gwandalan', -331353800, 1515828600, 0),
(99401, 129, 14, 'Hastings Point', -283627000, 1535767700, 0),
(99402, 129, 14, 'Hawks Nest', -326675500, 1521783100, 0),
(99403, 129, 14, 'Haywards Bay', -345339000, 1507915900, 0),
(99404, 129, 14, 'Hebersham', -337458200, 1508238500, 0),
(99405, 129, 14, 'Henriendi', -306000000, 1500166700, 0),
(99406, 129, 14, 'Herons Creek', -315833300, 1527333300, 0),
(99407, 129, 14, 'Horsfield Bay', -334924100, 1513010000, 0),
(99408, 129, 14, 'Hoskinstown', -354166700, 1494500000, 0),
(99409, 129, 14, 'Huonbrook', -285333300, 1534000000, 0),
(99410, 129, 14, 'Iluka', -294067300, 1533523700, 0),
(99411, 129, 14, 'Inglega', -313833300, 1478500000, 0),
(99412, 129, 14, 'Iogebyra', -366500000, 1485000000, 0),
(99413, 129, 14, 'Jamberoo', -346474500, 1507746400, 0),
(99414, 129, 14, 'Jaspers Brush', -348166700, 1506666700, 0),
(99415, 129, 14, 'Jembatcumbene', -355333300, 1497833300, 0),
(99416, 129, 14, 'Jerilderie', -353566400, 1457289100, 0),
(99417, 129, 14, 'Jerseyville', -309166700, 1530333300, 0),
(99418, 129, 14, 'Jiggi', -286833300, 1531833300, 0),
(99419, 129, 14, 'Johns River', -317500000, 1527000000, 0),
(99420, 129, 14, 'Junction Hill', -296411300, 1529249100, 0),
(99421, 129, 14, 'Junee', -348681900, 1475827300, 0),
(99422, 129, 14, 'Kahiba', -330833300, 1516250000, 0),
(99423, 129, 14, 'Kalaru', -367357100, 1499363200, 0),
(99424, 129, 14, 'Kew', -316333300, 1527166700, 0),
(99425, 129, 14, 'Khancoban', -362181300, 1481305200, 0),
(99426, 129, 14, 'Kikoira', -336666700, 1466666700, 0),
(99427, 129, 14, 'Kilaben Bay', -330239500, 1515919700, 0),
(99428, 129, 14, 'Killawarra', -318833300, 1523000000, 0),
(99429, 129, 14, 'Killcare', -335166700, 1513666700, 0),
(99430, 129, 14, 'Koloona', -296333300, 1507166700, 0),
(99431, 129, 14, 'Kooringal', -351406900, 1473768000, 0),
(99432, 129, 14, 'Kootingal', -310585700, 1510535000, 0),
(99433, 129, 14, 'Kyalite', -349666700, 1434666700, 0),
(99434, 129, 14, 'Kyeamba', -354333300, 1476166700, 0),
(99435, 129, 14, 'Kyeemagh', -339500000, 1511500000, 0),
(99436, 129, 14, 'Lacmalac', -353166700, 1483166700, 0),
(99437, 129, 14, 'Lakesland', -341666700, 1505333300, 0),
(99438, 129, 14, 'Lalor Park', -337609000, 1509312300, 0),
(99439, 129, 14, 'Lansdale', -322333300, 1471833300, 0),
(99440, 129, 14, 'Lawrence', -294921000, 1530968900, 0),
(99441, 129, 14, 'Legume', -284000000, 1523000000, 0),
(99442, 129, 14, 'Lethbridge Park', -337371600, 1508004200, 0),
(99443, 129, 14, 'Lette', -343666700, 1431666700, 0),
(99444, 129, 14, 'Lilli Pilli', -340666700, 1511166700, 0),
(99445, 129, 14, 'Limeburners Creek', -326166700, 1519166700, 0),
(99446, 129, 14, 'Linden', -337166700, 1505000000, 0),
(99447, 129, 14, 'Little Bay', -339833300, 1512333300, 0),
(99448, 129, 14, 'Llangothlin', -301333300, 1516833300, 0),
(99449, 129, 14, 'Lochiel', -369500000, 1498000000, 0),
(99450, 129, 14, 'Londonderry', -336465600, 1507351500, 0),
(99451, 129, 14, 'Long Point', -340166700, 1509000000, 0),
(99452, 129, 14, 'Lord Howe Island', -315593800, 1590858100, 0),
(99453, 129, 14, 'Lorn', -327333300, 1515666700, 0),
(99454, 129, 14, 'Lorne', -316666700, 1526166700, 0),
(99455, 129, 14, 'Louth Park', -327708500, 1515482600, 0),
(99456, 129, 14, 'Lower Macdonald', -333652800, 1509511100, 0),
(99457, 129, 14, 'Luddenham', -338785000, 1506886300, 0),
(99458, 129, 14, 'Lugarno', -339833300, 1510333300, 0),
(99459, 129, 14, 'Lynwood', -288719800, 1534425400, 0),
(99460, 129, 14, 'Macksville', -307078000, 1529202900, 0),
(99461, 129, 14, 'Maclean', -294581000, 1531975200, 0),
(99462, 129, 14, 'Macquarie Hills', -329511100, 1516446100, 0),
(99463, 129, 14, 'Maldon', -342000000, 1506333300, 0),
(99464, 129, 14, 'Markdale', -342333300, 1492833300, 0),
(99465, 129, 14, 'Markwell', -323333300, 1521833300, 0),
(99466, 129, 14, 'Maroota', -334833300, 1509500000, 0),
(99467, 129, 14, 'Maryland', -285500000, 1520000000, 0),
(99468, 129, 14, 'Mayfield East', -329003100, 1517497200, 0),
(99469, 129, 14, 'Meerschaum Vale', -289166700, 1534333300, 0),
(99470, 129, 14, 'Megalong', -337333300, 1502500000, 0),
(99471, 129, 14, 'Merrygoen', -318166700, 1492333300, 0),
(99472, 129, 14, 'Michelago', -357166700, 1491666700, 0),
(99473, 129, 14, 'Millfield', -328885600, 1512613100, 0),
(99474, 129, 14, 'Millthorpe', -334460100, 1491853900, 0),
(99475, 129, 14, 'Milton', -353164400, 1504361000, 0),
(99476, 129, 14, 'Mitchell', -296833300, 1521166700, 0),
(99477, 129, 14, 'Monkerai', -322914900, 1518602400, 0),
(99478, 129, 14, 'Mooball', -284500000, 1534833300, 0),
(99479, 129, 14, 'Moona Plains', -310000000, 1518833300, 0),
(99480, 129, 14, 'Moonee Beach', -302057500, 1531529300, 0),
(99481, 129, 14, 'Moorland', -317833300, 1526666700, 0),
(99482, 129, 14, 'Mooyabil', -285500000, 1534500000, 0),
(99483, 129, 14, 'Moppin', -292000000, 1497500000, 0),
(99484, 129, 14, 'Morisset', -331080100, 1514870600, 0),
(99485, 129, 14, 'Mororo', -293333300, 1532500000, 0),
(99486, 129, 14, 'Morundah', -349333300, 1463000000, 0),
(99487, 129, 14, 'Morven', -356500000, 1471000000, 0),
(99488, 129, 14, 'Moulamein', -350892600, 1440365000, 0),
(99489, 129, 14, 'Mount Frome', -326000000, 1496333300, 0),
(99490, 129, 14, 'Mount Keira', -344188900, 1508541700, 0),
(99491, 129, 14, 'Mount Pritchard', -339029500, 1509046500, 0),
(99492, 129, 14, 'Mount Vernon', -338603600, 1508100700, 0),
(99493, 129, 14, 'Mulbring', -329047600, 1514850800, 0),
(99494, 129, 14, 'Mullaway', -300803800, 1531959300, 0),
(99495, 129, 14, 'Mundawaddra', -353833300, 1469833300, 0),
(99496, 129, 14, 'Mungeribar', -321333300, 1481166700, 0),
(99497, 129, 14, 'Murringo', -343000000, 1485166700, 0),
(99498, 129, 14, 'Mylestom', -304648800, 1530431800, 0),
(99499, 129, 14, 'Myocum', -285959700, 1535060600, 0),
(99500, 129, 14, 'Nabiac', -320983700, 1523762700, 0),
(99501, 129, 14, 'Nelligen', -356466900, 1501361700, 0),
(99502, 129, 14, 'New Italy', -291500000, 1532833300, 0),
(99503, 129, 14, 'Newee Creek', -306316200, 1529275000, 0),
(99504, 129, 14, 'Niagara Park', -333763800, 1513486000, 0),
(99505, 129, 14, 'North Avoca', -334560800, 1514351100, 0),
(99506, 129, 14, 'North Dorrigo', -302833300, 1526833300, 0),
(99507, 129, 14, 'North Lismore', -288000000, 1532833300, 0),
(99508, 129, 14, 'North Shore', -314023700, 1529018500, 0),
(99509, 129, 14, 'Nullamanna', -296500000, 1512166700, 0),
(99510, 129, 14, 'Numbugga', -366333300, 1497500000, 0),
(99511, 129, 14, 'O.B.X. Creek', -297833300, 1527166700, 0),
(99512, 129, 14, 'Oakhampton', -327000000, 1515666700, 0),
(99513, 129, 14, 'Old Junee', -348333300, 1475333300, 0),
(99514, 129, 14, 'Old Koreelah', -284000000, 1524166700, 0),
(99515, 129, 14, 'Olinda', -328333300, 1501333300, 0),
(99516, 129, 14, 'Orangeville', -340310800, 1506017900, 0),
(99517, 129, 14, 'Palm Dale', -333333300, 1513666700, 0),
(99518, 129, 14, 'Pappinbarra', -313666700, 1525000000, 0),
(99519, 129, 14, 'Pelaw Main', -328377900, 1514815100, 0),
(99520, 129, 14, 'Phegans Bay', -334878400, 1513081600, 0),
(99521, 129, 14, 'Phillip Bay', -339833300, 1512333300, 0),
(99522, 129, 14, 'Piallaway', -311666700, 1505833300, 0),
(99523, 129, 14, 'Piney Range', -338500000, 1479166700, 0),
(99524, 129, 14, 'Pitt Town', -335871800, 1508585700, 0),
(99525, 129, 14, 'Plumpton', -337518400, 1508368600, 0),
(99526, 129, 14, 'Port Botany', -339666700, 1512166700, 0),
(99527, 129, 14, 'Pottsville Beach', -283885300, 1535656400, 0),
(99528, 129, 14, 'Pretty Pine', -354166700, 1448666700, 0),
(99529, 129, 14, 'Puggoon', -322666700, 1494833300, 0),
(99530, 129, 14, 'Putta Bucca', -325752900, 1495847900, 0),
(99531, 129, 14, 'Rockley', -337000000, 1495666700, 0),
(99532, 129, 14, 'Rockvale', -303833300, 1519500000, 0),
(99533, 129, 14, 'Rocky River', -306166700, 1515000000, 0),
(99534, 129, 14, 'Rookhurst', -318833300, 1518833300, 0),
(99535, 129, 14, 'Rookwood', -338742100, 1510556900, 0),
(99536, 129, 14, 'Ropes Crossing', -337288200, 1507770500, 0),
(99537, 129, 14, 'Rothbury', -327500000, 1513333300, 0),
(99538, 129, 14, 'Round Mountain', -283500000, 1535500000, 0),
(99539, 129, 14, 'Rous Mill', -288833300, 1533833300, 0),
(99540, 129, 14, 'Royal National Park', -341114300, 1510676400, 0),
(99541, 129, 14, 'Rye Park', -345166700, 1489000000, 0),
(99542, 129, 14, 'San Isidore', -351248200, 1472894300, 0),
(99543, 129, 14, 'Sancrox', -314333300, 1527833300, 0),
(99544, 129, 14, 'Sandy Beach', -301468100, 1531923800, 0),
(99545, 129, 14, 'Sangar', -357000000, 1461666700, 0),
(99546, 129, 14, 'Schofields', -337166700, 1508666700, 0),
(99547, 129, 14, 'Shannon Vale', -297000000, 1518833300, 0),
(99548, 129, 14, 'Shell Cove', -345887000, 1508725000, 0),
(99549, 129, 14, 'Shell Cover', -345912500, 1508548200, 0),
(99550, 129, 14, 'Shoal Bay', -327223100, 1521749800, 0),
(99551, 129, 14, 'Sleepy Hollow', -284166700, 1535166700, 0),
(99552, 129, 14, 'Smiths Lake', -323824000, 1525018400, 0),
(99553, 129, 14, 'South Golden Beach', -284989100, 1535466500, 0),
(99554, 129, 14, 'South Littleton', -335006200, 1501372900, 0),
(99555, 129, 14, 'Spring Hill', -333988300, 1491525500, 0),
(99556, 129, 14, 'Springrange', -350759700, 1490888900, 0),
(99557, 129, 14, 'Springvale', -351668700, 1473305800, 0),
(99558, 129, 14, 'St Albans', -332833300, 1509833300, 0),
(99559, 129, 14, 'St Huberts Island', -334956200, 1513461600, 0),
(99560, 129, 14, 'Stanford Merthyr', -328247500, 1514935600, 0),
(99561, 129, 14, 'Stanwell Park', -342261000, 1509858200, 0),
(99562, 129, 14, 'Stanwell Tops', -342192900, 1509764000, 0),
(99563, 129, 14, 'Stewarts River', -317333300, 1526500000, 0),
(99564, 129, 14, 'Stockton', -329166700, 1517833300, 0),
(99565, 129, 14, 'Sunshine Bay', -357454000, 1502079200, 0),
(99566, 129, 14, 'Sutton Forest', -345833300, 1503166700, 0),
(99567, 129, 14, 'Sylvania Waters', -340166700, 1511000000, 0),
(99568, 129, 14, 'Table Top', -359666700, 1470000000, 0),
(99569, 129, 14, 'Tabulam', -289000000, 1525666700, 0),
(99570, 129, 14, 'Talbingo', -355774000, 1483038000, 0),
(99571, 129, 14, 'Tanilba Bay', -327470600, 1519971400, 0),
(99572, 129, 14, 'Tapitallee', -348298200, 1505396900, 0),
(99573, 129, 14, 'Tarban', -289666700, 1518833300, 0),
(99574, 129, 14, 'Tarro', -328000000, 1516666700, 0),
(99575, 129, 14, 'Telarah', -327333300, 1515333300, 0),
(99576, 129, 14, 'Tenambit', -327333300, 1516166700, 0),
(99577, 129, 14, 'Tennyson', -335329900, 1507374600, 0),
(99578, 129, 14, 'Terragon', -284333300, 1532833300, 0),
(99579, 129, 14, 'The Lagoon', -335500000, 1496166700, 0),
(99580, 129, 14, 'The Pocket', -285166700, 1534833300, 0),
(99581, 129, 14, 'Thora', -304333300, 1527833300, 0),
(99582, 129, 14, 'Thuddungra', -341500000, 1481166700, 0),
(99583, 129, 14, 'Thyra', -358500000, 1446500000, 0),
(99584, 129, 14, 'Timor', -317833300, 1510833300, 0),
(99585, 129, 14, 'Tintenbar', -288000000, 1535166700, 0),
(99586, 129, 14, 'Toongabbie West', -337833300, 1509333300, 0),
(99587, 129, 14, 'Torrowangee', -314666700, 1414833300, 0),
(99588, 129, 14, 'Towradgi', -343866700, 1509027800, 0),
(99589, 129, 14, 'Trangie', -320314700, 1479834400, 0),
(99590, 129, 14, 'Tullimbar', -345833300, 1507500000, 0),
(99591, 129, 14, 'Tumbarumba', -357761700, 1480105100, 0),
(99592, 129, 14, 'Tuppal', -356833300, 1452666700, 0),
(99593, 129, 14, 'Tyagarah', -286000000, 1535500000, 0),
(99594, 129, 14, 'Tyringham', -302166700, 1525333300, 0),
(99595, 129, 14, 'Upper Bowman', -319500000, 1517666700, 0),
(99596, 129, 14, 'Upper Burragorang', -341500000, 1503333300, 0),
(99597, 129, 14, 'Upper Burringbar', -284500000, 1534500000, 0),
(99598, 129, 14, 'Upper Colo', -334166700, 1507333300, 0),
(99599, 129, 14, 'Upper Corindi', -300500000, 1531333300, 0),
(99600, 129, 14, 'Upper Mongogarie', -289833300, 1528500000, 0),
(99601, 129, 14, 'Upper Rouchel', -321166700, 1510833300, 0),
(99602, 129, 14, 'Uralgurra', -308500000, 1525500000, 0),
(99603, 129, 14, 'Vacy', -325500000, 1515833300, 0),
(99604, 129, 14, 'Vincentia', -350682500, 1506748000, 0),
(99605, 129, 14, 'Voyager Point', -339587100, 1509741700, 0),
(99606, 129, 14, 'Waddi', -346000000, 1460000000, 0),
(99607, 129, 14, 'Wagonga', -362166700, 1500500000, 0),
(99608, 129, 14, 'Wagstaffe', -335236100, 1513408900, 0),
(99609, 129, 14, 'Wamoon', -345166700, 1463166700, 0),
(99610, 129, 14, 'Wandandian', -351000000, 1505000000, 0),
(99611, 129, 14, 'Waratah West', -329000300, 1517117000, 0),
(99612, 129, 14, 'Warnervale', -332466200, 1514517300, 0),
(99613, 129, 14, 'Warren', -317022400, 1478339200, 0),
(99614, 129, 14, 'Waterfall', -341356800, 1509923400, 0),
(99615, 129, 14, 'Wattagong', -330166700, 1512000000, 0),
(99616, 129, 14, 'Wattamolla', -347333300, 1506500000, 0),
(99617, 129, 14, 'Wattle Grove', -339542300, 1509404800, 0),
(99618, 129, 14, 'Wedderburn', -341333300, 1508166700, 0),
(99619, 129, 14, 'Wee Jasper', -351500000, 1487000000, 0),
(99620, 129, 14, 'Weemelah', -290166700, 1492666700, 0),
(99621, 129, 14, 'Wellington', -325558800, 1489450800, 0),
(99622, 129, 14, 'Werris Creek', -313490800, 1506487000, 0),
(99623, 129, 14, 'White Cliffs', -308521000, 1430886200, 0),
(99624, 129, 14, 'Whoota', -323166700, 1524833300, 0),
(99625, 129, 14, 'Wiangaree', -285166700, 1529666700, 0),
(99626, 129, 14, 'Wilberforce', -335625600, 1508378400, 0),
(99627, 129, 14, 'Wildes Meadow', -346000000, 1505166700, 0),
(99628, 129, 14, 'Willawarrin', -309333300, 1526166700, 0),
(99629, 129, 14, 'Willbriggie', -344666700, 1460166700, 0),
(99630, 129, 14, 'Willi Willi', -309333300, 1524500000, 0),
(99631, 129, 14, 'Wilsons Creek', -285606400, 1534254900, 0),
(99632, 129, 14, 'Winchendon Vale', -347000000, 1473833300, 0),
(99633, 129, 14, 'Windang', -345333300, 1508666700, 0),
(99634, 129, 14, 'Windella Downs', -326963900, 1514732700, 0),
(99635, 129, 14, 'Winton', -310666700, 1507166700, 0),
(99636, 129, 14, 'Wollomombi', -305333300, 1520500000, 0),
(99637, 129, 14, 'Wombarra', -342833300, 1509500000, 0),
(99638, 129, 14, 'Woodbine', -340458900, 1508214600, 0),
(99639, 129, 14, 'Woodburn', -290716300, 1533460800, 0),
(99640, 129, 14, 'Woodlands', -344056600, 1503943300, 0),
(99641, 129, 14, 'Woodrising', -329859500, 1516065700, 0),
(99642, 129, 14, 'Woodview', -288666700, 1529666700, 0),
(99643, 129, 14, 'Woodville', -326833300, 1516166700, 0),
(99644, 129, 14, 'Woolomin', -313000000, 1511500000, 0),
(99645, 129, 14, 'Woolooware', -340500000, 1511333300, 0),
(99646, 129, 14, 'Wooloweyah', -294809300, 1533428000, 0),
(99647, 129, 14, 'Woronora Dam', -341166700, 1509333300, 0),
(99648, 129, 14, 'Wowingragong', -334333300, 1479166700, 0),
(99649, 129, 14, 'Wrightville', -315333300, 1458500000, 0),
(99650, 129, 14, 'Wybong', -322666700, 1506333300, 0),
(99651, 129, 14, 'Yallaroi', -291166700, 1504833300, 0),
(99652, 129, 14, 'Yalwal', -349333300, 1504000000, 0),
(99653, 129, 14, 'Yambulla', -372166700, 1495500000, 0),
(99654, 129, 14, 'Yanco', -345982700, 1464123700, 0),
(99655, 129, 14, 'Yantabulla', -293500000, 1450000000, 0),
(99656, 129, 14, 'Yarraford', -296500000, 1517833300, 0),
(99657, 129, 14, 'Yarrangobilly', -356500000, 1484833300, 0),
(99658, 129, 14, 'Yarras', -314166700, 1523500000, 0),
(99659, 129, 14, 'Yarrawonga Park', -330945700, 1515470700, 0),
(99660, 129, 14, 'Yarrowyck', -304666700, 1513500000, 0),
(99661, 129, 14, 'Yerranderie', -341166700, 1502166700, 0),
(99662, 129, 14, 'Yerrinbool', -343688400, 1505384800, 0),
(99663, 129, 14, 'Yuraygir', -295764900, 1533070100, 0),
(99664, 130, 14, 'Alawa', -123795400, 1308732000, 0),
(99665, 130, 14, 'Alyangula', -138541300, 1364213000, 0),
(99666, 130, 14, 'Anula', -123912500, 1308904700, 0),
(99667, 130, 14, 'Bakewell', -124968400, 1309934400, 0),
(99668, 130, 14, 'Batchelor', -130504600, 1310307200, 0),
(99669, 130, 14, 'Bees Creek', -125794800, 1310593000, 0),
(99670, 130, 14, 'Belyuen', -125381400, 1306982400, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(99671, 130, 14, 'Birdum', -156500000, 1332166700, 0),
(99672, 130, 14, 'Braitling', -236800500, 1338687700, 0),
(99673, 130, 14, 'Brinkin', -123705700, 1308679900, 0),
(99674, 130, 14, 'Darwin River', -128193000, 1309697400, 0),
(99675, 130, 14, 'Flynn', -237134600, 1338355900, 0),
(99676, 130, 14, 'Gray', -124903600, 1309822800, 0),
(99677, 130, 14, 'Gunyangara', -122164900, 1367053800, 0),
(99678, 130, 14, 'Humpty Doo', -125840600, 1311367400, 0),
(99679, 130, 14, 'Maningrida', -120511100, 1342225800, 0),
(99680, 130, 14, 'Nyirripi', -226492400, 1305638600, 0),
(99681, 130, 14, 'Pigeon Hole', -167872400, 1312143700, 0),
(99682, 130, 14, 'Rapid Creek', -123804200, 1308591900, 0),
(99683, 130, 14, 'Wallace Rockhole', -241242300, 1330910100, 0),
(99684, 130, 14, 'Wulagi', -123834500, 1308954300, 0),
(99685, 130, 14, 'Yulara', -252406000, 1309889000, 0),
(99686, 131, 14, 'Abergowrie', -184382000, 1459312600, 0),
(99687, 131, 14, 'Abermain', -275666700, 1527833300, 0),
(99688, 131, 14, 'Adare', -275126700, 1522953700, 0),
(99689, 131, 14, 'Adelaide Park', -230967800, 1506956800, 0),
(99690, 131, 14, 'Agnes Water', -242119000, 1519035000, 0),
(99691, 131, 14, 'Alice River', -193343700, 1466139100, 0),
(99692, 131, 14, 'Allan', -282000000, 1519500000, 0),
(99693, 131, 14, 'Alton', -279833300, 1493166700, 0),
(99694, 131, 14, 'Anduramba', -271500000, 1521000000, 0),
(99695, 131, 14, 'Apple Tree Creek', -252166700, 1522333300, 0),
(99696, 131, 14, 'Aratula', -279833300, 1525333300, 0),
(99697, 131, 14, 'Austinville', -281545200, 1533091700, 0),
(99698, 131, 14, 'Avenell Heights', -248896000, 1523678600, 0),
(99699, 131, 14, 'Balberra', -213000000, 1491166700, 0),
(99700, 131, 14, 'Ballandean', -288000000, 1518333300, 0),
(99701, 131, 14, 'Barakula', -264333300, 1505166700, 0),
(99702, 131, 14, 'Baralaba', -241745500, 1498156400, 0),
(99703, 131, 14, 'Barcaldine', -235535300, 1452854200, 0),
(99704, 131, 14, 'Barlil', -262000000, 1518833300, 0),
(99705, 131, 14, 'Barmundu', -241333300, 1512000000, 0),
(99706, 131, 14, 'Barringha', -195500000, 1468333300, 0),
(99707, 131, 14, 'Bartle Frere', -174500000, 1458833300, 0),
(99708, 131, 14, 'Basin Pocket', -275998900, 1527713300, 0),
(99709, 131, 14, 'Battery Hill', -267787800, 1531288700, 0),
(99710, 131, 14, 'Bedourie', -243500000, 1394666700, 0),
(99711, 131, 14, 'Beechmont', -281214500, 1531919900, 0),
(99712, 131, 14, 'Beerburrum', -269666700, 1529666700, 0),
(99713, 131, 14, 'Benaraby', -240166700, 1513166700, 0),
(99714, 131, 14, 'Berat', -280500000, 1520500000, 0),
(99715, 131, 14, 'Berner Creek', -175666700, 1459000000, 0),
(99716, 131, 14, 'Berserker', -233643600, 1505278600, 0),
(99717, 131, 14, 'Biggenden', -255085500, 1520448000, 0),
(99718, 131, 14, 'Bilinga', -281666700, 1535166700, 0),
(99719, 131, 14, 'Binbee', -203000000, 1479333300, 0),
(99720, 131, 14, 'Birimgan', -227000000, 1474500000, 0),
(99721, 131, 14, 'Blackbutt', -268863400, 1521017500, 0),
(99722, 131, 14, 'Blue Mountain Heights', -275048800, 1519559000, 0),
(99723, 131, 14, 'Bohle Plains', -193213900, 1466308800, 0),
(99724, 131, 14, 'Boigu', -92333300, 1422166700, 0),
(99725, 131, 14, 'Boldon', -211500000, 1489166700, 0),
(99726, 131, 14, 'Bonogin', -281393000, 1533529700, 0),
(99727, 131, 14, 'Boortkoi', -265333300, 1503833300, 0),
(99728, 131, 14, 'Bootharh', -252333300, 1523500000, 0),
(99729, 131, 14, 'Bracalba', -270166700, 1528500000, 0),
(99730, 131, 14, 'Braeside', -284000000, 1519166700, 0),
(99731, 131, 14, 'Brookfield', -275000000, 1529000000, 0),
(99732, 131, 14, 'Bunburra', -280666700, 1526833300, 0),
(99733, 131, 14, 'Bungundarra', -230489500, 1506383600, 0),
(99734, 131, 14, 'Burncluith', -266333300, 1507166700, 0),
(99735, 131, 14, 'Burnside', -266325500, 1529406300, 0),
(99736, 131, 14, 'Burrum', -253333300, 1525833300, 0),
(99737, 131, 14, 'Burrum Heads', -251845700, 1526126200, 0),
(99738, 131, 14, 'Burua', -239500000, 1512166700, 0),
(99739, 131, 14, 'Bushland Beach', -191913400, 1466768200, 0),
(99740, 131, 14, 'Callandoon North', -284833300, 1501833300, 0),
(99741, 131, 14, 'Camerons Pocket', -209631200, 1486959400, 0),
(99742, 131, 14, 'Canalpin', -275863900, 1534108300, 0),
(99743, 131, 14, 'Cardwell', -182633200, 1460229300, 0),
(99744, 131, 14, 'Carmila West', -219166700, 1493500000, 0),
(99745, 131, 14, 'Castledean', -265333300, 1502666700, 0),
(99746, 131, 14, 'Cawarral', -232666700, 1506666700, 0),
(99747, 131, 14, 'Cedar Creek', -273334800, 1528187200, 0),
(99748, 131, 14, 'Chadford', -264833300, 1492500000, 0),
(99749, 131, 14, 'Chapingah', -264833300, 1513833300, 0),
(99750, 131, 14, 'Charleville', -264054200, 1462427400, 0),
(99751, 131, 14, 'Charlton', -275333300, 1518666700, 0),
(99752, 131, 14, 'Chevallum', -267006500, 1529935100, 0),
(99753, 131, 14, 'Chewko', -170666700, 1453833300, 0),
(99754, 131, 14, 'Childers', -252370800, 1522787600, 0),
(99755, 131, 14, 'Churchill', -276423300, 1527502200, 0),
(99756, 131, 14, 'Chuwar', -275662000, 1527784400, 0),
(99757, 131, 14, 'Clare', -197833300, 1472333300, 0),
(99758, 131, 14, 'Clonduff', -258333300, 1499000000, 0),
(99759, 131, 14, 'Closeburn', -273333300, 1528333300, 0),
(99760, 131, 14, 'Coalbank', -271166700, 1518500000, 0),
(99761, 131, 14, 'Cobba-da-mana', -284166700, 1512333300, 0),
(99762, 131, 14, 'Colinton', -269333300, 1523166700, 0),
(99763, 131, 14, 'Coningsby', -211000000, 1490666700, 0),
(99764, 131, 14, 'Cooyar', -269833300, 1518333300, 0),
(99765, 131, 14, 'Cotswold Hills', -275224100, 1518951600, 0),
(99766, 131, 14, 'Cow Bay', -162332200, 1454542600, 0),
(99767, 131, 14, 'Cunnamulla', -280676600, 1456843900, 0),
(99768, 131, 14, 'Curra', -260666700, 1525833300, 0),
(99769, 131, 14, 'Currumbin Valley', -282080500, 1533942400, 0),
(99770, 131, 14, 'Daintree', -162500000, 1453166700, 0),
(99771, 131, 14, 'Dakabin', -272259400, 1529909700, 0),
(99772, 131, 14, 'Dangore', -264500000, 1515833300, 0),
(99773, 131, 14, 'Deebing Heights', -276671900, 1527486700, 0),
(99774, 131, 14, 'Dingo', -236500000, 1493333300, 0),
(99775, 131, 14, 'Dinmore', -276000000, 1528333300, 0),
(99776, 131, 14, 'Dirranbandi', -285854100, 1482255100, 0),
(99777, 131, 14, 'Dittmer', -204500000, 1484000000, 0),
(99778, 131, 14, 'Doolandella', -276132800, 1529854700, 0),
(99779, 131, 14, 'Doomadgee', -179435000, 1388271900, 0),
(99780, 131, 14, 'Ducklo', -272500000, 1510166700, 0),
(99781, 131, 14, 'Dysart', -225882500, 1483492400, 0),
(99782, 131, 14, 'East Barron', -173166700, 1455333300, 0),
(99783, 131, 14, 'Eastern Heights', -276284900, 1527782800, 0),
(99784, 131, 14, 'Edens Landing', -277027000, 1531694300, 0),
(99785, 131, 14, 'Edge Hill', -169000000, 1457500000, 0),
(99786, 131, 14, 'Eerwah Vale', -264793600, 1529111800, 0),
(99787, 131, 14, 'Einasleigh', -185166700, 1441000000, 0),
(99788, 131, 14, 'Elliott Heads', -249162200, 1524898800, 0),
(99789, 131, 14, 'Eromanga', -266666700, 1432666700, 0),
(99790, 131, 14, 'Esk', -272389500, 1524222300, 0),
(99791, 131, 14, 'Eulama', -262166700, 1529166700, 0),
(99792, 131, 14, 'Eulo', -281666700, 1450500000, 0),
(99793, 131, 14, 'Felton East', -278166700, 1517666700, 0),
(99794, 131, 14, 'Fig Tree Pocket', -275278400, 1529619000, 0),
(99795, 131, 14, 'Flagstone Creek', -276166700, 1521166700, 0),
(99796, 131, 14, 'Flametree', -202699500, 1487496900, 0),
(99797, 131, 14, 'Forest Hill', -275926200, 1523556800, 0),
(99798, 131, 14, 'Forsayth', -185833300, 1436166700, 0),
(99799, 131, 14, 'Foxdale', -203666700, 1485500000, 0),
(99800, 131, 14, 'Frenchville', -233476100, 1505445000, 0),
(99801, 131, 14, 'Gargett', -211666700, 1487500000, 0),
(99802, 131, 14, 'Gheerulla', -265666700, 1527666700, 0),
(99803, 131, 14, 'Gilbert River', -181500000, 1428666700, 0),
(99804, 131, 14, 'Gillens Siding', -250166700, 1517666700, 0),
(99805, 131, 14, 'Gilston', -280333300, 1533000000, 0),
(99806, 131, 14, 'Glass House Mountains', -268975800, 1529531900, 0),
(99807, 131, 14, 'Glastonbury', -262166700, 1525166700, 0),
(99808, 131, 14, 'Glen Eden', -238973800, 1512713300, 0),
(99809, 131, 14, 'Glenore Grove', -275333300, 1524000000, 0),
(99810, 131, 14, 'Glenview', -267666700, 1530166700, 0),
(99811, 131, 14, 'Golden Beach', -268217700, 1531197200, 0),
(99812, 131, 14, 'Goondoon', -249500000, 1521000000, 0),
(99813, 131, 14, 'Gowrie Junction', -274833300, 1518833300, 0),
(99814, 131, 14, 'Greenmount', -211838800, 1490342200, 0),
(99815, 131, 14, 'Guanaba', -279381000, 1532392600, 0),
(99816, 131, 14, 'Gulliver', -192850800, 1467745500, 0),
(99817, 131, 14, 'Habana', -210333300, 1490833300, 0),
(99818, 131, 14, 'Haden', -272166700, 1518833300, 0),
(99819, 131, 14, 'Harristown', -275833300, 1519333300, 0),
(99820, 131, 14, 'Hatton Vale', -275666700, 1524666700, 0),
(99821, 131, 14, 'Haughton Valley', -198500000, 1466666700, 0),
(99822, 131, 14, 'Hawkwood', -257833300, 1508333300, 0),
(99823, 131, 14, 'Hayman Island', -200564200, 1488856900, 0),
(99824, 131, 14, 'Hodgleigh', -266333300, 1519333300, 0),
(99825, 131, 14, 'Hope Vale', -152956100, 1451112500, 0),
(99826, 131, 14, 'Hughenden', -208439900, 1442003500, 0),
(99827, 131, 14, 'Idalia', -193068200, 1468138900, 0),
(99828, 131, 14, 'Ideraway', -255833300, 1516166700, 0),
(99829, 131, 14, 'Ilfracombe', -235000000, 1445000000, 0),
(99830, 131, 14, 'Jacobs Well', -277799200, 1533615300, 0),
(99831, 131, 14, 'Jandowae', -267841100, 1511124000, 0),
(99832, 131, 14, 'Jericho', -236000000, 1461333300, 0),
(99833, 131, 14, 'Jibbinbar', -287833300, 1516166700, 0),
(99834, 131, 14, 'Josephville', -280333300, 1529333300, 0),
(99835, 131, 14, 'Julatten', -166166700, 1453500000, 0),
(99836, 131, 14, 'Jundah', -248333300, 1430666700, 0),
(99837, 131, 14, 'Kagaru', -278666700, 1529500000, 0),
(99838, 131, 14, 'Karana Downs', -275485700, 1528072800, 0),
(99839, 131, 14, 'Keebah', -197333300, 1474666700, 0),
(99840, 131, 14, 'Kelsey Creek', -204333300, 1484500000, 0),
(99841, 131, 14, 'Kelso', -193893200, 1467191200, 0),
(99842, 131, 14, 'Kenilworth', -265966200, 1527280700, 0),
(99843, 131, 14, 'Kin Kora', -238770500, 1512472200, 0),
(99844, 131, 14, 'Kings Beach', -268016600, 1531426100, 0),
(99845, 131, 14, 'Kingsthorpe', -274755800, 1518140900, 0),
(99846, 131, 14, 'Kinka Beach', -232247000, 1507967900, 0),
(99847, 131, 14, 'Koumala', -216166700, 1492500000, 0),
(99848, 131, 14, 'Kowanyama', -154736200, 1417456700, 0),
(99849, 131, 14, 'Kumbia', -267000000, 1516666700, 0),
(99850, 131, 14, 'Kupunn', -272333300, 1511166700, 0),
(99851, 131, 14, 'Kurwongbah', -272325000, 1529762100, 0),
(99852, 131, 14, 'Lake Eacham', -172954500, 1456474800, 0),
(99853, 131, 14, 'Larapinta', -276426400, 1530052000, 0),
(99854, 131, 14, 'Laravale', -280833300, 1529333300, 0),
(99855, 131, 14, 'Lawgi Dawes', -246037600, 1507809600, 0),
(99856, 131, 14, 'Leaholme', -233666700, 1506500000, 0),
(99857, 131, 14, 'Linville', -268666700, 1522833300, 0),
(99858, 131, 14, 'Lockrose', -274890100, 1524600000, 0),
(99859, 131, 14, 'Lockyer Waters', -274538900, 1524057700, 0),
(99860, 131, 14, 'Lota', -274692300, 1531858000, 0),
(99861, 131, 14, 'Maadi', -178333300, 1460000000, 0),
(99862, 131, 14, 'Macleay Island', -276108900, 1533599600, 0),
(99863, 131, 14, 'Manoora', -169170600, 1457366500, 0),
(99864, 131, 14, 'Mapleton', -266243100, 1528678400, 0),
(99865, 131, 14, 'Marcoola', -265862300, 1530929700, 0),
(99866, 131, 14, 'Maroochy River', -265776700, 1530188400, 0),
(99867, 131, 14, 'Maudsland', -279500000, 1532666700, 0),
(99868, 131, 14, 'Meadowvale', -248166700, 1522833300, 0),
(99869, 131, 14, 'Middle Ridge', -276070900, 1519668800, 0),
(99870, 131, 14, 'Middlemount', -228122600, 1486992600, 0),
(99871, 131, 14, 'Mikoolu', -207333300, 1486000000, 0),
(99872, 131, 14, 'Minden', -275833300, 1525500000, 0),
(99873, 131, 14, 'Mirani', -211572900, 1488621700, 0),
(99874, 131, 14, 'Miriam Vale', -243321500, 1515629100, 0),
(99875, 131, 14, 'Moolboolaman', -250166700, 1518166700, 0),
(99876, 131, 14, 'Mooroobie', -285666700, 1503833300, 0),
(99877, 131, 14, 'Mount Aberdeen', -202166700, 1479500000, 0),
(99878, 131, 14, 'Mount Cotton', -276333300, 1532333300, 0),
(99879, 131, 14, 'Mount Edwards', -280166700, 1525166700, 0),
(99880, 131, 14, 'Mount Garnet', -176766100, 1451143000, 0),
(99881, 131, 14, 'Mount Kent', -278500000, 1518333300, 0),
(99882, 131, 14, 'Mount Lofty', -275462800, 1519721800, 0),
(99883, 131, 14, 'Mount Low', -192320900, 1466695100, 0),
(99884, 131, 14, 'Mount Marshall', -280833300, 1520333300, 0),
(99885, 131, 14, 'Mount Pleasant', -211181400, 1491596500, 0),
(99886, 131, 14, 'Mount Walker', -277833300, 1525333300, 0),
(99887, 131, 14, 'Moura', -245722000, 1499672800, 0),
(99888, 131, 14, 'Mulgowie', -277333300, 1523666700, 0),
(99889, 131, 14, 'Munruben', -277463500, 1530311900, 0),
(99890, 131, 14, 'Murphys Creek', -274666700, 1520500000, 0),
(99891, 131, 14, 'Nabilla', -211500000, 1489500000, 0),
(99892, 131, 14, 'Nashville', -273062400, 1530497400, 0),
(99893, 131, 14, 'Neranwood', -281166700, 1533000000, 0),
(99894, 131, 14, 'New Beith', -277935900, 1528844300, 0),
(99895, 131, 14, 'Newtown', -275560200, 1519325500, 0),
(99896, 131, 14, 'Night jar', -192500000, 1467000000, 0),
(99897, 131, 14, 'Nikenbah', -253166700, 1528000000, 0),
(99898, 131, 14, 'Nindaroo', -210833300, 1491500000, 0),
(99899, 131, 14, 'Ningi', -270610800, 1530788300, 0),
(99900, 131, 14, 'Nome', -193833300, 1469166700, 0),
(99901, 131, 14, 'Normanton', -176718300, 1410772100, 0),
(99902, 131, 14, 'North Tamborine', -279275600, 1531848400, 0),
(99903, 131, 14, 'Oak Beach', -165912000, 1455137400, 0),
(99904, 131, 14, 'Oakey', -274330500, 1517206300, 0),
(99905, 131, 14, 'Ocean View', -271270900, 1528052900, 0),
(99906, 131, 14, 'Oonoonba', -193000000, 1468166700, 0),
(99907, 131, 14, 'Orkabie', -218166700, 1493666700, 0),
(99908, 131, 14, 'Ottaba', -271500000, 1523833300, 0),
(99909, 131, 14, 'Owanyilla', -256666700, 1526000000, 0),
(99910, 131, 14, 'Oxley', -275500000, 1529833300, 0),
(99911, 131, 14, 'Pacific Heights', -230984600, 1507355500, 0),
(99912, 131, 14, 'Pacific Paradise', -266180700, 1530778100, 0),
(99913, 131, 14, 'Paddys Green', -169175900, 1452825400, 0),
(99914, 131, 14, 'Palm Grove', -203927100, 1487006900, 0),
(99915, 131, 14, 'Palma', -173166700, 1459333300, 0),
(99916, 131, 14, 'Palmerville', -159833300, 1440833300, 0),
(99917, 131, 14, 'Palmview', -267459700, 1530598900, 0),
(99918, 131, 14, 'Pandoin', -232500000, 1505000000, 0),
(99919, 131, 14, 'Parkhurst', -233000000, 1505166700, 0),
(99920, 131, 14, 'Parkside', -207377000, 1394886500, 0),
(99921, 131, 14, 'Parramatta Park', -169231000, 1457639800, 0),
(99922, 131, 14, 'Pikedale', -286500000, 1516333300, 0),
(99923, 131, 14, 'Pinbarren', -263333300, 1528500000, 0),
(99924, 131, 14, 'Pindi Pindi', -208666700, 1487333300, 0),
(99925, 131, 14, 'Pine Mountain', -275500000, 1527000000, 0),
(99926, 131, 14, 'Prairie', -208833300, 1446000000, 0),
(99927, 131, 14, 'Prospect', -245117400, 1504188500, 0),
(99928, 131, 14, 'Red Hill', -203166700, 1485000000, 0),
(99929, 131, 14, 'Reesville', -267594600, 1527879100, 0),
(99930, 131, 14, 'Regency Downs', -275335900, 1524404900, 0),
(99931, 131, 14, 'Rocky Creek', -171833300, 1454500000, 0),
(99932, 131, 14, 'Rolleston', -244666700, 1486166700, 0),
(99933, 131, 14, 'Ropeley', -276666700, 1522666700, 0),
(99934, 131, 14, 'Rosemount', -266303000, 1529997000, 0),
(99935, 131, 14, 'Rothwell', -272143300, 1530467600, 0),
(99936, 131, 14, 'Rural View', -210644700, 1491646000, 0),
(99937, 131, 14, 'Russell River', -174833300, 1458666700, 0),
(99938, 131, 14, 'Shelly Beach', -267965400, 1531458500, 0),
(99939, 131, 14, 'Shinfield', -214833300, 1491500000, 0),
(99940, 131, 14, 'Sisalana', -236666700, 1506666700, 0),
(99941, 131, 14, 'Sliepner Junction', -233500000, 1506666700, 0),
(99942, 131, 14, 'South Stradbroke', -278380100, 1534248000, 0),
(99943, 131, 14, 'Springsure', -241147800, 1480884900, 0),
(99944, 131, 14, 'Stanley', -194000000, 1468333300, 0),
(99945, 131, 14, 'Stonehenge', -243666700, 1432833300, 0),
(99946, 131, 14, 'Sun Valley', -238751600, 1512575200, 0),
(99947, 131, 14, 'Swanbank', -276569200, 1528072100, 0),
(99948, 131, 14, 'Tabooba', -281333300, 1529500000, 0),
(99949, 131, 14, 'Tamborine', -278833300, 1531333300, 0),
(99950, 131, 14, 'Tanah Merah', -276715100, 1531701900, 0),
(99951, 131, 14, 'Thangool', -244863200, 1505736200, 0),
(99952, 131, 14, 'The Range', -233920000, 1504962400, 0),
(99953, 131, 14, 'Tiaro', -257260600, 1525826600, 0),
(99954, 131, 14, 'Tin Can Bay', -259164600, 1530058400, 0),
(99955, 131, 14, 'Tingoora', -263666700, 1518166700, 0),
(99956, 131, 14, 'Tolga', -172333300, 1454833300, 0),
(99957, 131, 14, 'Topaz', -174166700, 1457166700, 0),
(99958, 131, 14, 'Torrens Creek', -207666700, 1450166700, 0),
(99959, 131, 14, 'Traveston', -263166700, 1527833300, 0),
(99960, 131, 14, 'Tummaville', -278666700, 1515000000, 0),
(99961, 131, 14, 'Tumoulin', -175666700, 1454666700, 0),
(99962, 131, 14, 'Upper Caboolture', -271166700, 1528833300, 0),
(99963, 131, 14, 'Urraween', -253000000, 1528166700, 0),
(99964, 131, 14, 'Valdora', -265459300, 1530068400, 0),
(99965, 131, 14, 'Vincent', -192834100, 1467646300, 0),
(99966, 131, 14, 'Wallumbilla', -265827300, 1491871000, 0),
(99967, 131, 14, 'Warrill View', -278239700, 1526154600, 0),
(99968, 131, 14, 'Waterford', -277000000, 1531500000, 0),
(99969, 131, 14, 'Wattle Park', -263166700, 1493166700, 0),
(99970, 131, 14, 'Weipa', -126234600, 1418788300, 0),
(99971, 131, 14, 'West Point', -191408700, 1468243500, 0),
(99972, 131, 14, 'White Patch', -270306900, 1531282000, 0),
(99973, 131, 14, 'Whitsundays', -202318400, 1489520400, 0),
(99974, 131, 14, 'Willow Vale', -278449900, 1532631000, 0),
(99975, 131, 14, 'Withcott', -275540800, 1520243200, 0),
(99976, 131, 14, 'Witta', -267000000, 1528166700, 0),
(99977, 131, 14, 'Womalilla', -265000000, 1478333300, 0),
(99978, 131, 14, 'Wongabel', -173166700, 1454833300, 0),
(99979, 131, 14, 'Wongaling Beach', -179132700, 1460961200, 0),
(99980, 131, 14, 'Wongawallan', -278755300, 1532286500, 0),
(99981, 131, 14, 'Woodend', -276055400, 1527530700, 0),
(99982, 131, 14, 'Woodford', -269529100, 1527774700, 0),
(99983, 131, 14, 'Wycarbah', -235500000, 1502166700, 0),
(99984, 131, 14, 'Yarraden', -144666700, 1432166700, 0),
(99985, 131, 14, 'Yarraman', -268416700, 1519813800, 0),
(99986, 131, 14, 'Yarranlea', -277333300, 1515333300, 0),
(99987, 131, 14, 'Yatee', -170500000, 1457666700, 0),
(99988, 131, 14, 'Yednia', -267666700, 1524666700, 0),
(99989, 132, 14, 'Allendale North', -343000000, 1389166700, 0),
(99990, 132, 14, 'Alma', -342666700, 1386333300, 0),
(99991, 132, 14, 'Appila', -330500000, 1384166700, 0),
(99992, 132, 14, 'Ashville', -355166700, 1393666700, 0),
(99993, 132, 14, 'Auburn', -340269100, 1386852100, 0),
(99994, 132, 14, 'Banksia Park', -348101500, 1387357000, 0),
(99995, 132, 14, 'Beaumont', -349489900, 1386618800, 0),
(99996, 132, 14, 'Biggs Flat', -350666700, 1387833300, 0),
(99997, 132, 14, 'Bletchley', -352333300, 1389833300, 0),
(99998, 132, 14, 'Bow Hill', -349000000, 1396166700, 0),
(99999, 132, 14, 'Bowmans', -341500000, 1382666700, 0),
(100000, 132, 14, 'Brinkworth', -337000000, 1384000000, 0),
(100001, 132, 14, 'Bull Island', -369500000, 1401833300, 0),
(100002, 132, 14, 'Burra', -336717100, 1389283400, 0),
(100003, 132, 14, 'Callington', -351197700, 1390414000, 0),
(100004, 132, 14, 'Carey Gully', -349646800, 1387617900, 0),
(100005, 132, 14, 'Chandlers Hill', -350865300, 1386169200, 0),
(100006, 132, 14, 'Cherry Gardens', -350666700, 1386500000, 0),
(100007, 132, 14, 'Coffin Bay', -346078100, 1353545000, 0),
(100008, 132, 14, 'Coobowie', -350500000, 1377166700, 0),
(100009, 132, 14, 'Coomandook', -354833300, 1397000000, 0),
(100010, 132, 14, 'Craigburn Farm', -350500000, 1386166700, 0),
(100011, 132, 14, 'Crystal Brook', -333525600, 1382095500, 0),
(100012, 132, 14, 'Cygnet River', -357000000, 1375166700, 0),
(100013, 132, 14, 'Darlington', -350333300, 1385666700, 0),
(100014, 132, 14, 'Delamere', -355833300, 1381833300, 0),
(100015, 132, 14, 'Dorset Vale', -351000000, 1386833300, 0),
(100016, 132, 14, 'Dover Gardens', -350240000, 1385369500, 0),
(100017, 132, 14, 'Dry Creek', -348280800, 1385547000, 0),
(100018, 132, 14, 'Ettrick Brae', -350000000, 1395666700, 0),
(100019, 132, 14, 'Fairview Park', -347999800, 1387285700, 0),
(100020, 132, 14, 'Gawler', -346025100, 1387490200, 0),
(100021, 132, 14, 'Gladstone', -332669500, 1383565500, 0),
(100022, 132, 14, 'Gulfview Heights', -347954500, 1386693700, 0),
(100023, 132, 14, 'Hardwicke Bay', -348888000, 1374580100, 0),
(100024, 132, 14, 'Hatherleigh', -375000000, 1402666700, 0),
(100025, 132, 14, 'Highgate', -349617700, 1386218000, 0),
(100026, 132, 14, 'Hope Forest', -352833300, 1386166700, 0),
(100027, 132, 14, 'Inglewood', -348333300, 1387666700, 0),
(100028, 132, 14, 'Kakoonie', -347833300, 1394666700, 0),
(100029, 132, 14, 'Kanmantoo', -350666700, 1390166700, 0),
(100030, 132, 14, 'Karawirra', -346166700, 1389333300, 0),
(100031, 132, 14, 'Keith', -360991000, 1403531500, 0),
(100032, 132, 14, 'Ketchowla', -333000000, 1392000000, 0),
(100033, 132, 14, 'Kilroo', -335833300, 1360833300, 0),
(100034, 132, 14, 'Kingston', -342333300, 1403500000, 0),
(100035, 132, 14, 'Korunye', -345166700, 1385166700, 0),
(100036, 132, 14, 'Kyancutta', -331333300, 1355666700, 0),
(100037, 132, 14, 'Langhorne Creek', -353000000, 1390333300, 0),
(100038, 132, 14, 'Laura', -331852000, 1383022800, 0),
(100039, 132, 14, 'Lewiston', -346000000, 1386000000, 0),
(100040, 132, 14, 'Lochaber', -368333300, 1405166700, 0),
(100041, 132, 14, 'Lower Inman Valley', -355159600, 1385678800, 0),
(100042, 132, 14, 'Lower Light', -345333300, 1384333300, 0),
(100043, 132, 14, 'Lucindale', -369727100, 1403701300, 0),
(100044, 132, 14, 'Maslin Beach', -352259500, 1384798400, 0),
(100045, 132, 14, 'Maylands', -349112800, 1386367100, 0),
(100046, 132, 14, 'Middleton', -355087900, 1387207600, 0),
(100047, 132, 14, 'Milendella', -348166700, 1392000000, 0),
(100048, 132, 14, 'Minlaton', -347710100, 1375957600, 0),
(100049, 132, 14, 'Montarra', -352666700, 1386166700, 0),
(100050, 132, 14, 'Mount Compass', -353468500, 1386203200, 0),
(100051, 132, 14, 'Mount Crawford', -346666700, 1389500000, 0),
(100052, 132, 14, 'Mount Lofty', -350000000, 1387000000, 0),
(100053, 132, 14, 'Mount Torrens', -348754600, 1389586300, 0),
(100054, 132, 14, 'Mullaquana', -330575400, 1375459300, 0),
(100055, 132, 14, 'Mulpata', -351500000, 1404000000, 0),
(100056, 132, 14, 'Mypolonga Flat', -350500000, 1393500000, 0),
(100057, 132, 14, 'Native Valley', -350333300, 1389833300, 0),
(100058, 132, 14, 'Normanville', -354478100, 1383149500, 0),
(100059, 132, 14, 'North Beach', -339028900, 1376328700, 0),
(100060, 132, 14, 'North Haven', -347882500, 1384916200, 0),
(100061, 132, 14, 'North Yelta', -340500000, 1376333300, 0),
(100062, 132, 14, 'Oakbank', -349834000, 1388452800, 0),
(100063, 132, 14, 'One Tree Hill', -347000000, 1387666700, 0),
(100064, 132, 14, 'Onkaparinga Hills', -351351400, 1385669700, 0),
(100065, 132, 14, 'Oodla Wirra', -328833300, 1390666700, 0),
(100066, 132, 14, 'Parndana', -357817200, 1372565200, 0),
(100067, 132, 14, 'Pasadena', -350027400, 1385886200, 0),
(100068, 132, 14, 'Paskeville', -340333300, 1379000000, 0),
(100069, 132, 14, 'Penfield', -347000000, 1386333300, 0),
(100070, 132, 14, 'Penneshaw', -357333300, 1379333300, 0),
(100071, 132, 14, 'Piccadilly', -349778300, 1387302000, 0),
(100072, 132, 14, 'Pinkertons Plains', -344333300, 1386333300, 0),
(100073, 132, 14, 'Pinnaroo', -352615500, 1409119900, 0),
(100074, 132, 14, 'Port Augusta West', -324833300, 1377500000, 0),
(100075, 132, 14, 'Port Broughton', -336007000, 1379359700, 0),
(100076, 132, 14, 'Port Germein', -330216200, 1380013300, 0),
(100077, 132, 14, 'Pyap', -344333300, 1404833300, 0),
(100078, 132, 14, 'Queenstown', -348609100, 1385104800, 0),
(100079, 132, 14, 'Red Banks', -344833300, 1385666700, 0),
(100080, 132, 14, 'Rendelsham', -375500000, 1402166700, 0),
(100081, 132, 14, 'Riverton', -341550700, 1387481800, 0),
(100082, 132, 14, 'Roseworthy', -345339700, 1387502300, 0),
(100083, 132, 14, 'Rostrevor', -348938600, 1386918300, 0),
(100084, 132, 14, 'Rowland Flat', -345833300, 1389333300, 0),
(100085, 132, 14, 'Sandilands', -345166700, 1377666700, 0),
(100086, 132, 14, 'Sedan', -345833300, 1393000000, 0),
(100087, 132, 14, 'Sellicks Hill', -353333300, 1384666700, 0),
(100088, 132, 14, 'Smoky Bay', -323666700, 1339333300, 0),
(100089, 132, 14, 'Solomontown', -332000000, 1380333300, 0),
(100090, 132, 14, 'Springfield', -349781900, 1386324900, 0),
(100091, 132, 14, 'Springton', -347074400, 1390892900, 0),
(100092, 132, 14, 'Stewarts', -369666700, 1406000000, 0),
(100093, 132, 14, 'Stonefield', -343666700, 1392833300, 0),
(100094, 132, 14, 'Stow', -339833300, 1383666700, 0),
(100095, 132, 14, 'Sutherlands', -341500000, 1392166700, 0),
(100096, 132, 14, 'Tailem Bend', -352522600, 1394554600, 0),
(100097, 132, 14, 'Tarlee', -342666700, 1387666700, 0),
(100098, 132, 14, 'Taylorville', -341000000, 1399666700, 0),
(100099, 132, 14, 'Teal Flat', -348833300, 1395333300, 0),
(100100, 132, 14, 'Teatree Gully', -348166700, 1387333300, 0),
(100101, 132, 14, 'Terowie', -331666700, 1389000000, 0),
(100102, 132, 14, 'Tinga Tingana', -288000000, 1401666700, 0),
(100103, 132, 14, 'Tooperang', -353833300, 1387333300, 0),
(100104, 132, 14, 'Toorak Gardens', -349332200, 1386375600, 0),
(100105, 132, 14, 'Tortachilla', -352333300, 1384833300, 0),
(100106, 132, 14, 'Upper Sturt', -350166700, 1386833300, 0),
(100107, 132, 14, 'Uroonda', -321666700, 1386166700, 0),
(100108, 132, 14, 'Utera', -335500000, 1369166700, 0),
(100109, 132, 14, 'Vimy Ridge', -350166700, 1387666700, 0),
(100110, 132, 14, 'Willochra', -322333300, 1381333300, 0),
(100111, 132, 14, 'Willyaroo', -352666700, 1389166700, 0),
(100112, 132, 14, 'Wilmington', -326498900, 1380981400, 0),
(100113, 132, 14, 'Windsor', -344166700, 1383333300, 0),
(100114, 132, 14, 'Winkie', -343000000, 1405333300, 0),
(100115, 132, 14, 'Wirrulla', -324000000, 1345166700, 0),
(100116, 132, 14, 'Wolseley', -363666700, 1409000000, 0),
(100117, 132, 14, 'Woods Well', -360000000, 1395333300, 0),
(100118, 132, 14, 'Yaroona', -351333300, 1386666700, 0),
(100119, 132, 14, 'Yurgo', -351833300, 1400500000, 0),
(100120, 133, 14, 'Adamsfield', -427333300, 1463166700, 0),
(100121, 133, 14, 'Adventure Bay', -433666700, 1473333300, 0),
(100122, 133, 14, 'Alonnah', -433166700, 1472500000, 0),
(100123, 133, 14, 'Ambleside', -412031600, 1463722500, 0),
(100124, 133, 14, 'Beaconsfield', -412022700, 1468172300, 0),
(100125, 133, 14, 'Beauty Point', -411566300, 1468210800, 0),
(100126, 133, 14, 'Bell Bay', -411166700, 1468666700, 0),
(100127, 133, 14, 'Bothwell', -423847700, 1470083200, 0),
(100128, 133, 14, 'Bridgenorth', -413833300, 1469833300, 0),
(100129, 133, 14, 'Bridport', -410004600, 1473917500, 0),
(100130, 133, 14, 'Brooklyn', -410722300, 1459073100, 0),
(100131, 133, 14, 'Carlton', -428666700, 1476833300, 0),
(100132, 133, 14, 'Chigwell', -428091200, 1472448000, 0),
(100133, 133, 14, 'Christmas Hills', -409000000, 1450000000, 0),
(100134, 133, 14, 'Chudleigh', -415333300, 1464666700, 0),
(100135, 133, 14, 'Clarence Point', -411292700, 1467891700, 0),
(100136, 133, 14, 'Collins Cap', -428500000, 1471500000, 0),
(100137, 133, 14, 'Collinsvale', -428416700, 1471961200, 0),
(100138, 133, 14, 'Cremorne', -429561500, 1475328800, 0),
(100139, 133, 14, 'Deep Bay', -432082200, 1471340400, 0),
(100140, 133, 14, 'Dodges Ferry', -428512900, 1476227000, 0),
(100141, 133, 14, 'Don', -411833300, 1463000000, 0),
(100142, 133, 14, 'Douglas River', -417855600, 1482502800, 0),
(100143, 133, 14, 'East Cam', -410594000, 1458513900, 0),
(100144, 133, 14, 'Garden Island Creek', -432500000, 1471666700, 0),
(100145, 133, 14, 'Geeveston', -431633700, 1469254900, 0),
(100146, 133, 14, 'Goshen', -412500000, 1480833300, 0),
(100147, 133, 14, 'Gretna', -426833300, 1469333300, 0),
(100148, 133, 14, 'Grindelwald', -413514700, 1470052400, 0),
(100149, 133, 14, 'Gunns Plains', -412833300, 1460500000, 0),
(100150, 133, 14, 'Hermitage', -422500000, 1468833300, 0),
(100151, 133, 14, 'Holwell', -413000000, 1467833300, 0),
(100152, 133, 14, 'Interlaken', -421500000, 1471833300, 0),
(100153, 133, 14, 'Judbury', -430000000, 1469166700, 0),
(100154, 133, 14, 'Kellatier', -410833300, 1456333300, 0),
(100155, 133, 14, 'Kellevie', -427666700, 1478000000, 0),
(100156, 133, 14, 'Kings Park', -414416700, 1471500000, 0),
(100157, 133, 14, 'Lebrina', -411666700, 1472166700, 0),
(100158, 133, 14, 'Lilydale', -412502700, 1472175800, 0),
(100159, 133, 14, 'Little Swanport', -423225000, 1479577800, 0),
(100160, 133, 14, 'Longford', -416051200, 1471188700, 0),
(100161, 133, 14, 'Longley Lower', -429833300, 1471333300, 0),
(100162, 133, 14, 'Loorana', -398500000, 1439000000, 0),
(100163, 133, 14, 'Lower Mount Hicks', -410666700, 1457500000, 0),
(100164, 133, 14, 'Lune River', -434166700, 1469000000, 0),
(100165, 133, 14, 'Miandetta', -411955000, 1463532200, 0),
(100166, 133, 14, 'Mole Creek', -415559600, 1464074600, 0),
(100167, 133, 14, 'Montello', -410576200, 1458962600, 0),
(100168, 133, 14, 'Mornington', -428626700, 1473981900, 0),
(100169, 133, 14, 'Murdunna', -429500000, 1478666700, 0),
(100170, 133, 14, 'Neika', -429500000, 1472333300, 0),
(100171, 133, 14, 'Nietta', -413500000, 1460666700, 0),
(100172, 133, 14, 'Ouse', -424666700, 1467166700, 0),
(100173, 133, 14, 'Paradise', -414333300, 1453333300, 0),
(100174, 133, 14, 'Pawleena', -427333300, 1476000000, 0),
(100175, 133, 14, 'Pawtella', -422833300, 1475000000, 0),
(100176, 133, 14, 'Perth', -415715100, 1471713000, 0),
(100177, 133, 14, 'Riana', -412000000, 1460000000, 0),
(100178, 133, 14, 'Richmond', -427355400, 1474383300, 0),
(100179, 133, 14, 'Roger River West', -410333300, 1450166700, 0),
(100180, 133, 14, 'Saint Helens', -413202800, 1482388900, 0),
(100181, 133, 14, 'Saint Leonards', -414666700, 1472000000, 0),
(100182, 133, 14, 'Sheffield', -413821100, 1463253300, 0),
(100183, 133, 14, 'Sisters Beach', -409197100, 1455596900, 0),
(100184, 133, 14, 'Smithton', -408425000, 1451235700, 0),
(100185, 133, 14, 'South Burnie', -410583300, 1459083300, 0),
(100186, 133, 14, 'Southwest', -428254400, 1460640000, 0),
(100187, 133, 14, 'Stanley', -407606400, 1452955500, 0),
(100188, 133, 14, 'Sulphur Creek', -410943300, 1460225100, 0),
(100189, 133, 14, 'Taranna', -430500000, 1479000000, 0),
(100190, 133, 14, 'Tarraleah', -423000000, 1464000000, 0),
(100191, 133, 14, 'Thirlstane', -412166700, 1465166700, 0),
(100192, 133, 14, 'Upper Castra', -413333300, 1461333300, 0),
(100193, 133, 14, 'Wattle Hill', -427666700, 1476500000, 0),
(100194, 133, 14, 'Wesley Vale', -411833300, 1464500000, 0),
(100195, 133, 14, 'White Beach', -431248800, 1477212100, 0),
(100196, 133, 14, 'Wilmot Lower', -413333300, 1462000000, 0),
(100197, 133, 14, 'Woodbridge', -431595600, 1472374400, 0),
(100198, 134, 14, 'Albacutya', -358166700, 1420000000, 0),
(100199, 134, 14, 'Alfredton', -375666700, 1438166700, 0),
(100200, 134, 14, 'Allansford', -383863900, 1425943200, 0),
(100201, 134, 14, 'Appin', -359000000, 1438666700, 0),
(100202, 134, 14, 'Arthurs Creek', -375833300, 1452000000, 0),
(100203, 134, 14, 'Avoca', -370904400, 1434736500, 0),
(100204, 134, 14, 'Back Creek', -363666700, 1468500000, 0),
(100205, 134, 14, 'Bahgallah', -376333300, 1413833300, 0),
(100206, 134, 14, 'Bailieston East', -367500000, 1451166700, 0),
(100207, 134, 14, 'Ballendella', -363000000, 1446500000, 0),
(100208, 134, 14, 'Balliang East', -377833300, 1444500000, 0),
(100209, 134, 14, 'Bandiana', -361500000, 1469333300, 0),
(100210, 134, 14, 'Bannerton', -347000000, 1427833300, 0),
(100211, 134, 14, 'Barmah', -360166700, 1449666700, 0),
(100212, 134, 14, 'Barraport', -360166700, 1436833300, 0),
(100213, 134, 14, 'Barwite', -370000000, 1461666700, 0),
(100214, 134, 14, 'Barwon Downs', -384666700, 1437500000, 0),
(100215, 134, 14, 'Beaconsfield Upper', -379941500, 1454142000, 0),
(100216, 134, 14, 'Beaufort', -374299600, 1433834700, 0),
(100217, 134, 14, 'Bell Bird', -376500000, 1488166700, 0),
(100218, 134, 14, 'Bellbrae', -383333300, 1442666700, 0),
(100219, 134, 14, 'Benambra', -369500000, 1477166700, 0),
(100220, 134, 14, 'Benloch', -372166700, 1447000000, 0),
(100221, 134, 14, 'Beverford', -352237700, 1434727100, 0),
(100222, 134, 14, 'Beveridge', -374833300, 1449833300, 0),
(100223, 134, 14, 'Billabong', -342666700, 1422166700, 0),
(100224, 134, 14, 'Black Rock North', -379666700, 1450166700, 0),
(100225, 134, 14, 'Bolinda', -374333300, 1447500000, 0),
(100226, 134, 14, 'Bonnie Doon', -370166700, 1458666700, 0),
(100227, 134, 14, 'Bonshaw', -376039700, 1438225900, 0),
(100228, 134, 14, 'Booroolite', -371500000, 1462000000, 0),
(100229, 134, 14, 'Boralma', -362166700, 1464166700, 0),
(100230, 134, 14, 'Broadwater', -381252700, 1420497500, 0),
(100231, 134, 14, 'Buangor', -373666700, 1431666700, 0),
(100232, 134, 14, 'Buckland', -368833300, 1468500000, 0),
(100233, 134, 14, 'Buckland Lower', -368000000, 1468500000, 0),
(100234, 134, 14, 'Budgeree East', -384500000, 1463833300, 0),
(100235, 134, 14, 'Bulla', -376384300, 1448073700, 0),
(100236, 134, 14, 'Bullumwaal', -376333300, 1475333300, 0),
(100237, 134, 14, 'Buln Buln East', -380833300, 1460000000, 0),
(100238, 134, 14, 'Burlington', -370333300, 1452333300, 0),
(100239, 134, 14, 'Burramine South', -360500000, 1458666700, 0),
(100240, 134, 14, 'Cairnlea', -377593100, 1447878100, 0),
(100241, 134, 14, 'Callawadda South', -369000000, 1428000000, 0),
(100242, 134, 14, 'Callignee North', -383166700, 1466000000, 0),
(100243, 134, 14, 'Calrossie', -384833300, 1466666700, 0),
(100244, 134, 14, 'Caralulup', -372000000, 1436333300, 0),
(100245, 134, 14, 'Carboor Upper', -366666700, 1465333300, 0),
(100246, 134, 14, 'Carlisle River', -385666700, 1433833300, 0),
(100247, 134, 14, 'Carranballac', -377000000, 1432166700, 0),
(100248, 134, 14, 'Cashmore', -383166700, 1414833300, 0),
(100249, 134, 14, 'Casterton', -375848900, 1414029700, 0),
(100250, 134, 14, 'Chiltern', -361504400, 1466084300, 0),
(100251, 134, 14, 'Chiselhurst', -376333300, 1453333300, 0),
(100252, 134, 14, 'Christmas Hills', -376500000, 1453333300, 0),
(100253, 134, 14, 'Clyde North', -381166700, 1453333300, 0),
(100254, 134, 14, 'Cocamba', -351166700, 1429000000, 0),
(100255, 134, 14, 'Cockatoo', -379367700, 1454937600, 0),
(100256, 134, 14, 'Codrington', -382666700, 1419666700, 0),
(100257, 134, 14, 'Coleraine', -375982700, 1416912400, 0),
(100258, 134, 14, 'Colignan', -345500000, 1423833300, 0),
(100259, 134, 14, 'Connangorach', -369666700, 1420166700, 0),
(100260, 134, 14, 'Corobimilla', -348666700, 1464000000, 0),
(100261, 134, 14, 'Cowwarr', -380166700, 1466833300, 0),
(100262, 134, 14, 'Dandenong West', -379833300, 1452000000, 0),
(100263, 134, 14, 'Dandongadale', -368000000, 1466666700, 0),
(100264, 134, 14, 'Darnum', -381884800, 1460052600, 0),
(100265, 134, 14, 'Denicull Creek', -373333300, 1429000000, 0),
(100266, 134, 14, 'Dennington', -383666700, 1424500000, 0),
(100267, 134, 14, 'Digby', -378000000, 1415333300, 0),
(100268, 134, 14, 'Diggers Rest', -376259700, 1447188100, 0),
(100269, 134, 14, 'Dinner Plain', -370236000, 1472412400, 0),
(100270, 134, 14, 'Dixons Creek', -376000000, 1454166700, 0),
(100271, 134, 14, 'Doroq', -381000000, 1439666700, 0),
(100272, 134, 14, 'Drouin South', -381666700, 1458333300, 0),
(100273, 134, 14, 'Drouin West', -381000000, 1458666700, 0),
(100274, 134, 14, 'Drumborg', -380833300, 1416000000, 0),
(100275, 134, 14, 'Dudley South', -386000000, 1455833300, 0),
(100276, 134, 14, 'Durham Lead', -377000000, 1438833300, 0),
(100277, 134, 14, 'Dutson', -381833300, 1471833300, 0),
(100278, 134, 14, 'Edi', -366500000, 1464333300, 0),
(100279, 134, 14, 'Elsternwick East', -379000000, 1450166700, 0),
(100280, 134, 14, 'Elsternwick North', -378833300, 1450000000, 0),
(100281, 134, 14, 'Emu', -367333300, 1434666700, 0),
(100282, 134, 14, 'Epsom', -367166700, 1443166700, 0),
(100283, 134, 14, 'Eumemmerring', -379978000, 1452482100, 0),
(100284, 134, 14, 'Eurobin', -366333300, 1468666700, 0),
(100285, 134, 14, 'Exford', -377259200, 1445299500, 0),
(100286, 134, 14, 'Flora Hill', -367812300, 1442956200, 0),
(100287, 134, 14, 'French Island', -383500100, 1453649000, 0),
(100288, 134, 14, 'Fryerstown', -371333300, 1442500000, 0),
(100289, 134, 14, 'Gama', -355333300, 1425333300, 0),
(100290, 134, 14, 'Georges Creek', -361833300, 1472833300, 0),
(100291, 134, 14, 'Gilderoy', -378666700, 1457166700, 0),
(100292, 134, 14, 'Gillinggall', -373166700, 1481500000, 0),
(100293, 134, 14, 'Girgarre', -363998600, 1449496400, 0),
(100294, 134, 14, 'Glenaladale', -377833300, 1473500000, 0),
(100295, 134, 14, 'Glencairn', -375333300, 1465666700, 0),
(100296, 134, 14, 'Glengarry', -381166700, 1465666700, 0),
(100297, 134, 14, 'Glennons Hill', -376333300, 1452500000, 0),
(100298, 134, 14, 'Glenrowan', -364634800, 1462244900, 0),
(100299, 134, 14, 'Gorae West', -382500000, 1414833300, 0),
(100300, 134, 14, 'Gormandale', -382833300, 1467000000, 0),
(100301, 134, 14, 'Goroke', -367178800, 1414730500, 0),
(100302, 134, 14, 'Gould', -380666700, 1463500000, 0),
(100303, 134, 14, 'Grassmere', -382833300, 1425333300, 0),
(100304, 134, 14, 'Great Western', -371500000, 1428500000, 0),
(100305, 134, 14, 'Greens Creek', -369333300, 1429500000, 0),
(100306, 134, 14, 'Greenwald', -379666700, 1413666700, 0),
(100307, 134, 14, 'Gunbower', -359560600, 1443692500, 0),
(100308, 134, 14, 'Harrietville', -369166700, 1470666700, 0),
(100309, 134, 14, 'Hazelwood South', -383169800, 1464625800, 0),
(100310, 134, 14, 'Healesville West', -376000000, 1455000000, 0),
(100311, 134, 14, 'Hepburn Springs', -373163200, 1441378800, 0),
(100312, 134, 14, 'Heytesbury Lower', -385666700, 1429333300, 0),
(100313, 134, 14, 'High Camp', -371833300, 1449000000, 0),
(100314, 134, 14, 'Hinnomunjie', -370166700, 1476500000, 0),
(100315, 134, 14, 'Hmas Cerberus', -383810700, 1451982200, 0),
(100316, 134, 14, 'Hopetoun', -357270200, 1423663000, 0),
(100317, 134, 14, 'Ironbark', -367547800, 1442637800, 0),
(100318, 134, 14, 'Jacana', -376877800, 1449111100, 0),
(100319, 134, 14, 'Jackass Flat', -367158900, 1442859700, 0),
(100320, 134, 14, 'Jancourt', -383666700, 1431000000, 0),
(100321, 134, 14, 'Jeparit', -361425200, 1419882000, 0),
(100322, 134, 14, 'Kangaroo Ground', -376891900, 1452317000, 0),
(100323, 134, 14, 'Kariah', -381833300, 1432166700, 0),
(100324, 134, 14, 'Karyrie', -359000000, 1428500000, 0),
(100325, 134, 14, 'Katamatite', -360758900, 1456872400, 0),
(100326, 134, 14, 'Keely', -358500000, 1442500000, 0),
(100327, 134, 14, 'Kinglake Central', -375000000, 1453000000, 0),
(100328, 134, 14, 'Kirkstall', -382666700, 1423166700, 0),
(100329, 134, 14, 'Knowsley', -368333300, 1445833300, 0),
(100330, 134, 14, 'Koleya', -345166700, 1417000000, 0),
(100331, 134, 14, 'Konongwootong', -375333300, 1416833300, 0),
(100332, 134, 14, 'Koo-Wee-Rup', -381994100, 1454908100, 0),
(100333, 134, 14, 'Kooloonong', -348666700, 1431333300, 0),
(100334, 134, 14, 'Koriella', -371666700, 1456500000, 0),
(100335, 134, 14, 'Koyuga', -362166700, 1449000000, 0),
(100336, 134, 14, 'Krowera', -384333300, 1456666700, 0),
(100337, 134, 14, 'Laen East', -363833300, 1428833300, 0),
(100338, 134, 14, 'Lang Lang', -382660500, 1455621000, 0),
(100339, 134, 14, 'Lawrence', -373166700, 1439000000, 0),
(100340, 134, 14, 'Lethbridge', -379657100, 1441357400, 0),
(100341, 134, 14, 'Letts Beach', -382000000, 1474166700, 0),
(100342, 134, 14, 'Limestone', -372500000, 1455000000, 0),
(100343, 134, 14, 'Lisbaun', -381166700, 1453500000, 0),
(100344, 134, 14, 'Litchfield', -363000000, 1428666700, 0),
(100345, 134, 14, 'Little River', -379666700, 1445000000, 0),
(100346, 134, 14, 'Livingston', -384833300, 1463500000, 0),
(100347, 134, 14, 'Loch Valley', -378333300, 1460000000, 0),
(100348, 134, 14, 'Lockwood', -368333300, 1441500000, 0),
(100349, 134, 14, 'Longwarry North', -380833300, 1457666700, 0),
(100350, 134, 14, 'Lorne', -385404300, 1439763600, 0),
(100351, 134, 14, 'Majors Line', -369333300, 1448500000, 0),
(100352, 134, 14, 'Mallacoota', -375589600, 1497540700, 0),
(100353, 134, 14, 'Mandurang', -368166700, 1443000000, 0),
(100354, 134, 14, 'Mannerim', -382166700, 1445833300, 0),
(100355, 134, 14, 'Mardan', -384500000, 1461333300, 0),
(100356, 134, 14, 'Markwood', -364730300, 1465088100, 0),
(100357, 134, 14, 'Marong', -367333300, 1441333300, 0),
(100358, 134, 14, 'Marraweeney', -367500000, 1457500000, 0),
(100359, 134, 14, 'Maude', -379500000, 1441666700, 0),
(100360, 134, 14, 'McKenzie Creek', -368000000, 1421833300, 0),
(100361, 134, 14, 'McKillop', -378000000, 1454000000, 0),
(100362, 134, 14, 'McMahons Creek', -377166700, 1458333300, 0),
(100363, 134, 14, 'Middle Tarwin', -386666700, 1459333300, 0),
(100364, 134, 14, 'Mile Bridge', -381333300, 1451333300, 0),
(100365, 134, 14, 'Millgrove', -377552700, 1456534700, 0),
(100366, 134, 14, 'Milloo', -363166700, 1443666700, 0),
(100367, 134, 14, 'Mingay', -378333300, 1433166700, 0),
(100368, 134, 14, 'Modewarre', -382500000, 1441333300, 0),
(100369, 134, 14, 'Monea', -368666700, 1452833300, 0),
(100370, 134, 14, 'Monegeeta', -374166700, 1447500000, 0),
(100371, 134, 14, 'Mooralla', -374000000, 1421333300, 0),
(100372, 134, 14, 'Mooroopna North', -363333300, 1453000000, 0),
(100373, 134, 14, 'Mount Beauty', -367362800, 1471753100, 0),
(100374, 134, 14, 'Mount Dandenong', -378333300, 1453666700, 0),
(100375, 134, 14, 'Mount Lonarch', -372500000, 1434000000, 0),
(100376, 134, 14, 'Mount Moriac', -382166700, 1441833300, 0),
(100377, 134, 14, 'Muckleford South', -371000000, 1441333300, 0),
(100378, 134, 14, 'Murchison East', -366166700, 1452500000, 0),
(100379, 134, 14, 'Murrungowar', -375833300, 1487166700, 0),
(100380, 134, 14, 'Myrniong', -376166700, 1443500000, 0),
(100381, 134, 14, 'Nar Nar Goon', -380824600, 1455700800, 0),
(100382, 134, 14, 'Nathalia', -360577200, 1452040600, 0),
(100383, 134, 14, 'Naybethong', -375666700, 1456500000, 0),
(100384, 134, 14, 'Newry', -379166700, 1468833300, 0),
(100385, 134, 14, 'Nhill', -363333300, 1416500600, 0),
(100386, 134, 14, 'Nilma North', -381500000, 1459833300, 0),
(100387, 134, 14, 'Nine Mile', -364333300, 1434833300, 0),
(100388, 134, 14, 'Noorongong', -363000000, 1472333300, 0),
(100389, 134, 14, 'North Prentice', -360333300, 1465000000, 0),
(100390, 134, 14, 'North Wonthaggi', -386000000, 1456000000, 0),
(100391, 134, 14, 'Nullawil', -358500000, 1431833300, 0),
(100392, 134, 14, 'Nyora', -383336400, 1456724800, 0),
(100393, 134, 14, 'Ovens', -365833300, 1467666700, 0),
(100394, 134, 14, 'Oxley Flats', -363954100, 1463851600, 0),
(100395, 134, 14, 'Parslows', -378166700, 1455166700, 0),
(100396, 134, 14, 'Penshurst', -378752800, 1422907100, 0),
(100397, 134, 14, 'Peronne', -367333300, 1413833300, 0),
(100398, 134, 14, 'Pheasant Creek', -374833300, 1452833300, 0),
(100399, 134, 14, 'Phillip Island', -384834900, 1452310200, 0),
(100400, 134, 14, 'Picola', -360000000, 1451333300, 0),
(100401, 134, 14, 'Pimpinio', -365833300, 1421166700, 0),
(100402, 134, 14, 'Pine Lodge South', -364166700, 1455666700, 0),
(100403, 134, 14, 'Pira', -352666700, 1433666700, 0),
(100404, 134, 14, 'Pootilla', -375166700, 1439666700, 0),
(100405, 134, 14, 'Port Campbell', -386191900, 1429958300, 0),
(100406, 134, 14, 'Pound Creek', -386333300, 1458000000, 0),
(100407, 134, 14, 'Powelltown', -378666700, 1457500000, 0),
(100408, 134, 14, 'Powlett River', -385666700, 1455833300, 0),
(100409, 134, 14, 'Puckapunyal', -369949300, 1450400500, 0),
(100410, 134, 14, 'Quambatook', -358523600, 1435206900, 0),
(100411, 134, 14, 'Ravenswood', -369000000, 1442166700, 0),
(100412, 134, 14, 'Red Hill South', -383833300, 1450333300, 0),
(100413, 134, 14, 'Reedy Creek', -372666700, 1451333300, 0),
(100414, 134, 14, 'Rhyll', -384642100, 1452994800, 0),
(100415, 134, 14, 'Rokewood', -379000000, 1437166700, 0),
(100416, 134, 14, 'Ross Creek', -376500000, 1437500000, 0),
(100417, 134, 14, 'Rye', -383666700, 1448166700, 0),
(100418, 134, 14, 'Saint Andrews Beach', -384141000, 1448243600, 0),
(100419, 134, 14, 'Scotts Creek', -384333300, 1430500000, 0),
(100420, 134, 14, 'Shelbourne', -368833300, 1440166700, 0),
(100421, 134, 14, 'Shoreham', -384263400, 1450469400, 0),
(100422, 134, 14, 'Smith Gully Road', -376166700, 1452666700, 0),
(100423, 134, 14, 'Smythes Creek', -376000000, 1437833300, 0),
(100424, 134, 14, 'Snake Valley', -376116200, 1435850100, 0),
(100425, 134, 14, 'Sorrento', -383166700, 1447333300, 0),
(100426, 134, 14, 'St Albans Park', -381880200, 1443920700, 0),
(100427, 134, 14, 'Swan Reach', -378333300, 1478666700, 0),
(100428, 134, 14, 'Tabilk', -368500000, 1451666700, 0),
(100429, 134, 14, 'Tally Ho', -378666700, 1451500000, 0),
(100430, 134, 14, 'Tamleugh North', -365000000, 1455500000, 0),
(100431, 134, 14, 'Taradale', -371500000, 1443666700, 0),
(100432, 134, 14, 'Taripta', -362666700, 1450500000, 0),
(100433, 134, 14, 'Tarwin Lower', -387000000, 1458500000, 0),
(100434, 134, 14, 'Tatong', -367333300, 1461000000, 0),
(100435, 134, 14, 'Tawonga', -366895400, 1471421200, 0),
(100436, 134, 14, 'Thorpdale South', -383000000, 1461666700, 0),
(100437, 134, 14, 'Tooan', -368000000, 1417833300, 0),
(100438, 134, 14, 'Tooborac', -370500000, 1448333300, 0),
(100439, 134, 14, 'Tooloonook', -385500000, 1466000000, 0),
(100440, 134, 14, 'Tooradin', -382147500, 1453832600, 0),
(100441, 134, 14, 'Trafalgar East', -381833300, 1461833300, 0),
(100442, 134, 14, 'Traralgon South', -382666700, 1465500000, 0),
(100443, 134, 14, 'Tyntynder', -352333300, 1434666700, 0),
(100444, 134, 14, 'Ulupna', -358833300, 1454000000, 0),
(100445, 134, 14, 'Undera', -362833300, 1452166700, 0),
(100446, 134, 14, 'Valencia Creek', -378333300, 1469833300, 0),
(100447, 134, 14, 'Wahgunyah', -360166700, 1464000000, 0),
(100448, 134, 14, 'Walhalla', -379500000, 1464500000, 0),
(100449, 134, 14, 'Waratah North', -387500000, 1460833300, 0),
(100450, 134, 14, 'Watchem', -361500000, 1428500000, 0),
(100451, 134, 14, 'Wedderburn', -364190000, 1436138600, 0),
(100452, 134, 14, 'Weerite', -382500000, 1432500000, 0),
(100453, 134, 14, 'Westbury', -381363500, 1462175400, 0),
(100454, 134, 14, 'White Gate', -366500000, 1460500000, 0),
(100455, 134, 14, 'Whorouly', -365166700, 1466000000, 0),
(100456, 134, 14, 'Whroo', -366500000, 1450166700, 0),
(100457, 134, 14, 'Wild Duck Creek', -358833300, 1445833300, 0),
(100458, 134, 14, 'Winchelsea', -382448500, 1439832200, 0),
(100459, 134, 14, 'Winjallok', -368166700, 1432000000, 0),
(100460, 134, 14, 'Wollert', -375833300, 1450333300, 0),
(100461, 134, 14, 'Woodbourne', -378500000, 1439833300, 0),
(100462, 134, 14, 'Woolamai', -385000000, 1455000000, 0),
(100463, 134, 14, 'Woolsthorpe', -382000000, 1424333300, 0),
(100464, 134, 14, 'Woorarra East', -386166700, 1463833300, 0),
(100465, 134, 14, 'Wy Yung', -378000000, 1475833300, 0),
(100466, 134, 14, 'Wycheproof', -360776500, 1432271400, 0),
(100467, 134, 14, 'Wye River', -386333300, 1438833300, 0),
(100468, 134, 14, 'Yalca', -359833300, 1453166700, 0),
(100469, 134, 14, 'Yanac', -361333300, 1414333300, 0),
(100470, 134, 14, 'Yannathan', -382333300, 1456500000, 0),
(100471, 134, 14, 'Yapeen', -371333300, 1441833300, 0),
(100472, 134, 14, 'Yarragon', -382052500, 1460607900, 0),
(100473, 134, 14, 'Yeringberg', -376833300, 1454500000, 0),
(100474, 135, 14, 'Ambergate', -337119700, 1153179700, 0),
(100475, 135, 14, 'Arumvale', -341666700, 1150833300, 0),
(100476, 135, 14, 'Aubin Grove', -321671400, 1158626400, 0),
(100477, 135, 14, 'Aveley', -317813200, 1159895900, 0),
(100478, 135, 14, 'Bakers Hill', -317500000, 1164500000, 0),
(100479, 135, 14, 'Balbarrup', -342333300, 1162000000, 0),
(100480, 135, 14, 'Banjup', -321417900, 1158867100, 0),
(100481, 135, 14, 'Banksia Grove', -316961500, 1158050100, 0),
(100482, 135, 14, 'Banksiadale', -326500000, 1160833300, 0),
(100483, 135, 14, 'Beachlands', -287857000, 1146019200, 0),
(100484, 135, 14, 'Beelerup', -335666700, 1158500000, 0),
(100485, 135, 14, 'Beldon', -317746600, 1157627000, 0),
(100486, 135, 14, 'Bendering', -323833300, 1183166700, 0),
(100487, 135, 14, 'Berkshire Valley', -305500000, 1161666700, 0),
(100488, 135, 14, 'Bidyadanga Community', -186836600, 1217788900, 0),
(100489, 135, 14, 'Bindi Bindi', -306333300, 1163666700, 0),
(100490, 135, 14, 'Boundain', -329500000, 1173166700, 0),
(100491, 135, 14, 'Boyanup', -334829500, 1157283800, 0),
(100492, 135, 14, 'Brentwood', -320434700, 1158524600, 0),
(100493, 135, 14, 'Broadwater', -336630400, 1152842000, 0),
(100494, 135, 14, 'Broadwood', -307902900, 1214549200, 0),
(100495, 135, 14, 'Brookton', -323723500, 1170105000, 0),
(100496, 135, 14, 'Broomehill', -338500000, 1176500000, 0),
(100497, 135, 14, 'Bruce Rock', -318804600, 1181474900, 0),
(100498, 135, 14, 'Bulgarra', -207258400, 1168567300, 0),
(100499, 135, 14, 'Bundera Bundera', -224000000, 1138000000, 0),
(100500, 135, 14, 'Burabadji', -312166700, 1168000000, 0),
(100501, 135, 14, 'Cadoux', -307833300, 1171333300, 0),
(100502, 135, 14, 'Calingiri', -311000000, 1164500000, 0),
(100503, 135, 14, 'Calista', -322410000, 1157976300, 0),
(100504, 135, 14, 'Capel', -335580800, 1155627800, 0),
(100505, 135, 14, 'Carbunup', -337000000, 1151833300, 0),
(100506, 135, 14, 'Cardup', -322500000, 1160000000, 0),
(100507, 135, 14, 'Carnarvon', -248807300, 1136594000, 0),
(100508, 135, 14, 'Carramar', -316902300, 1157715900, 0),
(100509, 135, 14, 'Cartmeticup', -334666700, 1175333300, 0),
(100510, 135, 14, 'Caversham', -318833300, 1159666700, 0),
(100511, 135, 14, 'Centennial Park', -350118000, 1178794200, 0),
(100512, 135, 14, 'Clackline', -317333300, 1165333300, 0),
(100513, 135, 14, 'Collingwood Heights', -349926900, 1179207400, 0),
(100514, 135, 14, 'Cookernup', -329833300, 1158833300, 0),
(100515, 135, 14, 'Cowaramup', -338666700, 1150833300, 0),
(100516, 135, 14, 'Dandaragan', -306666700, 1157000000, 0),
(100517, 135, 14, 'Dardanup', -333983000, 1157518000, 0),
(100518, 135, 14, 'Dawesville', -326322900, 1156290400, 0),
(100519, 135, 14, 'Deeside', -344000000, 1164166700, 0),
(100520, 135, 14, 'Dinninup', -338166700, 1165500000, 0),
(100521, 135, 14, 'Djugun', -179335100, 1222386200, 0),
(100522, 135, 14, 'Donnybrook', -335713000, 1158244600, 0),
(100523, 135, 14, 'Dwellingup', -327143800, 1160622000, 0),
(100524, 135, 14, 'Ewlyamartup', -337000000, 1177333300, 0),
(100525, 135, 14, 'Gidgegannup', -317544100, 1161874600, 0),
(100526, 135, 14, 'Gledhow', -350071900, 1178284300, 0),
(100527, 135, 14, 'Glen Forrest', -319192900, 1161072600, 0),
(100528, 135, 14, 'Gnarabup', -339946900, 1149980300, 0),
(100529, 135, 14, 'Gnowangerup', -339369800, 1180090400, 0),
(100530, 135, 14, 'Goldsworthy', -203500000, 1195333300, 0),
(100531, 135, 14, 'Goomalling', -313015600, 1168252700, 0),
(100532, 135, 14, 'Grasmere', -350180600, 1177555600, 0),
(100533, 135, 14, 'Greenbushes', -338496500, 1160581900, 0),
(100534, 135, 14, 'Gwelup', -318716300, 1157948400, 0),
(100535, 135, 14, 'Hazelmere', -319174200, 1160118100, 0),
(100536, 135, 14, 'Helena Valley', -319193800, 1160398200, 0),
(100537, 135, 14, 'Herne Hill', -318333300, 1160166700, 0),
(100538, 135, 14, 'Hoffmans Mill', -330000000, 1160833300, 0),
(100539, 135, 14, 'Horse Shoe', -254500000, 1185833300, 0),
(100540, 135, 14, 'Jennapullin', -315333300, 1167000000, 0),
(100541, 135, 14, 'Jingalup', -339666700, 1170333300, 0),
(100542, 135, 14, 'Juradine', -315833300, 1167500000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(100543, 135, 14, 'Kalbarri', -277105000, 1141650500, 0),
(100544, 135, 14, 'Kambalda', -312016500, 1216708300, 0),
(100545, 135, 14, 'Kellerberrin', -316318200, 1177198300, 0),
(100546, 135, 14, 'Kentdale', -349000000, 1170500000, 0),
(100547, 135, 14, 'Key Farm', -315833300, 1164666700, 0),
(100548, 135, 14, 'Keysbrook', -324333300, 1159666700, 0),
(100549, 135, 14, 'King River', -349297200, 1179127800, 0),
(100550, 135, 14, 'Kirup', -337000000, 1159000000, 0),
(100551, 135, 14, 'Koondoola', -318414500, 1158665400, 0),
(100552, 135, 14, 'Kudardup', -342833300, 1151000000, 0),
(100553, 135, 14, 'Lancelin', -310225100, 1153365100, 0),
(100554, 135, 14, 'Langford', -320409200, 1159415700, 0),
(100555, 135, 14, 'Learmonth', -222500000, 1140833300, 0),
(100556, 135, 14, 'Leda', -322676600, 1157993000, 0),
(100557, 135, 14, 'Leschenault', -332565600, 1157223200, 0),
(100558, 135, 14, 'Lilliginni', -310500000, 1207666700, 0),
(100559, 135, 14, 'Lockridge', -318816800, 1159503100, 0),
(100560, 135, 14, 'Looma', -180394200, 1241491200, 0),
(100561, 135, 14, 'Lower King', -349577800, 1179383300, 0),
(100562, 135, 14, 'Madora Bay', -324695100, 1157526400, 0),
(100563, 135, 14, 'Maida Vale', -319518700, 1160276400, 0),
(100564, 135, 14, 'Mambenup', -337833300, 1215500000, 0),
(100565, 135, 14, 'Marbellup', -349675000, 1177333300, 0),
(100566, 135, 14, 'Mariginiup', -317110600, 1158432100, 0),
(100567, 135, 14, 'Meadow Springs', -324971800, 1157533400, 0),
(100568, 135, 14, 'Millbridge', -333061700, 1157350000, 0),
(100569, 135, 14, 'Milpara', -349873700, 1178654500, 0),
(100570, 135, 14, 'Mooliabeenee', -313333300, 1160166700, 0),
(100571, 135, 14, 'Moolyella', -211333300, 1199000000, 0),
(100572, 135, 14, 'Moonyoonooka', -287833300, 1147166700, 0),
(100573, 135, 14, 'Mount Magnet', -280647900, 1178490400, 0),
(100574, 135, 14, 'Mount Richon', -321734900, 1160213700, 0),
(100575, 135, 14, 'Mulataga', -207394600, 1168774200, 0),
(100576, 135, 14, 'Mundijong', -322921700, 1159856400, 0),
(100577, 135, 14, 'Muntadgin', -317500000, 1185666700, 0),
(100578, 135, 14, 'Nannup Mill', -339833300, 1157500000, 0),
(100579, 135, 14, 'Narrogin', -329328200, 1171776300, 0),
(100580, 135, 14, 'Norpa', -315833300, 1184166700, 0),
(100581, 135, 14, 'North Bannister', -325833300, 1164333300, 0),
(100582, 135, 14, 'North Dandalup', -325166700, 1159666700, 0),
(100583, 135, 14, 'North Plantations', -248336100, 1137273300, 0),
(100584, 135, 14, 'North Walgoolan', -311666700, 1186000000, 0),
(100585, 135, 14, 'Nowergup', -316370800, 1157625400, 0),
(100586, 135, 14, 'Old Napier Downs', -172500000, 1247333300, 0),
(100587, 135, 14, 'Ongerup', -339666700, 1184833300, 0),
(100588, 135, 14, 'Pannawonica', -216391800, 1163222300, 0),
(100589, 135, 14, 'Paraburdoo', -232041700, 1176697300, 0),
(100590, 135, 14, 'Pemberton', -344431100, 1160368900, 0),
(100591, 135, 14, 'Peron', -322766100, 1157004600, 0),
(100592, 135, 14, 'Port Denison', -292833300, 1149166700, 0),
(100593, 135, 14, 'Quagitup', -336333300, 1199666700, 0),
(100594, 135, 14, 'Quairading', -320119700, 1173955400, 0),
(100595, 135, 14, 'Rawlinna', -310166700, 1253333300, 0),
(100596, 135, 14, 'Roebourne', -207722900, 1171464800, 0),
(100597, 135, 14, 'Roelands', -332833300, 1158166700, 0),
(100598, 135, 14, 'Rosa Brook', -339500000, 1151833300, 0),
(100599, 135, 14, 'Shoalwater', -322908800, 1157110100, 0),
(100600, 135, 14, 'Shotts', -333833300, 1162666700, 0),
(100601, 135, 14, 'South Kalamunda', -319833300, 1160666700, 0),
(100602, 135, 14, 'Spalding', -287352500, 1146365100, 0),
(100603, 135, 14, 'Speddingup', -335166700, 1217500000, 0),
(100604, 135, 14, 'Sturt Creek', -190958200, 1282969800, 0),
(100605, 135, 14, 'Sunset Beach', -287190700, 1146229700, 0),
(100606, 135, 14, 'Talbot Brook', -320333300, 1166833300, 0),
(100607, 135, 14, 'Tapping', -317194700, 1157955900, 0),
(100608, 135, 14, 'The Lakes', -318745400, 1163359200, 0),
(100609, 135, 14, 'Thundulda', -322666700, 1260000000, 0),
(100610, 135, 14, 'Toolbrunup', -340166700, 1178333300, 0),
(100611, 135, 14, 'Venn', -325666700, 1159000000, 0),
(100612, 135, 14, 'Viveash', -318776700, 1159974600, 0),
(100613, 135, 14, 'Waggrakine', -287166700, 1146166700, 0),
(100614, 135, 14, 'Wagin', -333089400, 1173432800, 0),
(100615, 135, 14, 'Wandina', -288193800, 1146346400, 0),
(100616, 135, 14, 'Wannanup', -325994600, 1156448800, 0),
(100617, 135, 14, 'Wansbrough', -341333300, 1176666700, 0),
(100618, 135, 14, 'Warrenup', -349717700, 1178651700, 0),
(100619, 135, 14, 'Waterford', -320157400, 1158866200, 0),
(100620, 135, 14, 'Wattening', -313333300, 1165166700, 0),
(100621, 135, 14, 'Wellington Mills', -334666700, 1159000000, 0),
(100622, 135, 14, 'West Swan', -318476400, 1159799200, 0),
(100623, 135, 14, 'Westonia', -313000000, 1187000000, 0),
(100624, 135, 14, 'Whim Creek', -208333300, 1178333300, 0),
(100625, 135, 14, 'Wokalup', -331166700, 1158666700, 0),
(100626, 135, 14, 'Wongan Hills', -308929400, 1167192500, 0),
(100627, 135, 14, 'Wooroloo', -318038000, 1163131100, 0),
(100628, 135, 14, 'Wundowie', -317616300, 1163799000, 0),
(100629, 135, 14, 'Yakamia', -350006100, 1178843100, 0),
(100630, 135, 14, 'Yallingup', -336500000, 1150333300, 0),
(100631, 135, 14, 'Yallingup Siding', -336829600, 1150977100, 0),
(100632, 135, 14, 'Yarloop', -329537200, 1158969300, 0),
(100633, 135, 14, 'Yelbeni', -311833300, 1176666700, 0),
(100634, 135, 14, 'Yerangatup', -338166700, 1223833300, 0),
(100635, 135, 14, 'Yericoin', -309333300, 1163833300, 0),
(100636, 135, 14, 'Yoting', -319666700, 1176166700, 0),
(100637, 135, 14, 'Yunderup', -325860100, 1157889600, 0),
(100638, 136, 15, 'Gussing', 470593600, 163243100, 0),
(100639, 136, 15, 'Kleinmurbisch', 470333300, 163333300, 0),
(100640, 136, 15, 'Schachendorf', 472666700, 164333300, 0),
(100641, 137, 15, 'Bruckl', 467516700, 145366700, 0),
(100642, 138, 15, 'Bad Deutsch-Altenburg', 481342500, 169062400, 0),
(100643, 138, 15, 'Dorfstetten', 483257300, 149821800, 0),
(100644, 138, 15, 'Gotzendorf an der Leitha', 480166700, 165833300, 0),
(100645, 138, 15, 'Grunbach am Schneeberg', 477974700, 159878500, 0),
(100646, 138, 15, 'Haunoldstein', 482000000, 154500000, 0),
(100647, 138, 15, 'Kirnberg an der Mank', 480724600, 153223200, 0),
(100648, 138, 15, 'Klausen-Leopoldsdorf', 480877100, 160168600, 0),
(100649, 138, 15, 'Waldkirchen an der Thaya', 489333300, 153500000, 0),
(100650, 139, 15, 'Edt bei Lambach', 481166700, 138833300, 0),
(100651, 139, 15, 'Oberndorf bei Schwanenstadt', 480555900, 137567700, 0),
(100652, 141, 15, 'Altenmarkt bei Furstenfeld', 470500000, 160500000, 0),
(100653, 141, 15, 'Empersdorf', 469833300, 156000000, 0),
(100654, 141, 15, 'Gross Sankt Florian', 468244400, 153186100, 0),
(100655, 141, 15, 'Hof bei Straden', 468000000, 159333300, 0),
(100656, 141, 15, 'Ilz', 470833300, 159166700, 0),
(100657, 141, 15, 'Loipersdorf bei Furstenfeld', 470000000, 161000000, 0),
(100658, 141, 15, 'Oberwolz Stadt', 472000000, 142666700, 0),
(100659, 141, 15, 'Palfau', 477000000, 148000000, 0),
(100660, 141, 15, 'Sankt Lorenzen bei Scheifling', 471455600, 144058300, 0),
(100661, 141, 15, 'Sankt Marein bei Graz', 470158300, 156838900, 0),
(100662, 141, 15, 'Sankt Nikolai im Solktal', 473166700, 140500000, 0),
(100663, 141, 15, 'Stainz bei Straden', 468244400, 158922200, 0),
(100664, 142, 15, 'Rettenschoss', 476571800, 122687200, 0),
(100665, 142, 15, 'Rum', 472833300, 114500000, 0),
(100666, 142, 15, 'See', 470833300, 104666700, 0),
(100667, 142, 15, 'Wangle', 474833300, 106833300, 0),
(100668, 145, 16, 'Digah', 404925700, 498747800, 0),
(100669, 145, 16, 'Gyuzdek', 403744400, 496819400, 0),
(100670, 3041, 16, 'Astara', 384559800, 488749800, 0),
(100671, 3041, 16, 'Kijoba', 385327800, 488166700, 0),
(100672, 149, 16, 'Bilajer', 405680600, 500377800, 0),
(100673, 149, 16, 'Qala', 404418200, 501681200, 0),
(100674, 149, 16, 'Ramana', 404422200, 499805600, 0),
(100675, 3042, 16, 'Barda', 403744400, 471266700, 0),
(100676, 3043, 16, 'Orconikidze', 396322200, 476907600, 0),
(100677, 3044, 16, 'Ismayilli', 407789700, 481637500, 0),
(100678, 157, 16, 'Haftoni', 387632500, 487622300, 0),
(100679, 162, 16, 'Julfa', 389558000, 456308000, 0),
(100680, 162, 16, 'Sedarak', 397114400, 448880500, 0),
(100681, 169, 16, 'Samur', 416325400, 484302500, 0),
(100682, 3045, 16, 'Tel''mankend', 398786700, 483990200, 0),
(100683, 3046, 16, 'Qarayeri', 407886200, 463065900, 0),
(100684, 173, 16, 'Haci Zeynalabdin', 406233300, 495586100, 0),
(100685, 177, 16, 'Xudat', 416309600, 486810000, 0),
(100686, 3047, 16, 'Zardob', 402183300, 477083300, 0),
(100687, 3048, 17, 'High Rock', 266208300, -782833300, 0),
(100688, 189, 19, 'Pirojpur', 225666700, 899833300, 0),
(100689, 190, 19, 'Fatikchari', 226872600, 917853000, 0),
(100690, 190, 19, 'Nabinagar', 238916700, 909733300, 0),
(100691, 190, 19, 'Satkania', 220796000, 920572000, 0),
(100692, 191, 19, 'Bhairab Bazar', 240666700, 909666700, 0),
(100693, 191, 19, 'Gafargaon', 244333300, 905666700, 0),
(100694, 191, 19, 'Sherpur', 250188100, 900175100, 0),
(100695, 191, 19, 'Tungipara', 229000000, 899166700, 0),
(100696, 192, 19, 'Bheramara', 240232000, 889925000, 0),
(100697, 192, 19, 'Kaliganj', 234095000, 891402000, 0),
(100698, 192, 19, 'Phultala', 227000000, 895166700, 0),
(100699, 192, 19, 'Satkhira', 227166700, 891000000, 0),
(100700, 193, 19, 'Ishurdi', 241333300, 890833300, 0),
(100701, 193, 19, 'Joypurhat', 250943300, 890216900, 0),
(100702, 193, 19, 'Nawabganj', 245911200, 882710200, 0),
(100703, 193, 19, 'Sirajganj', 244500000, 897166700, 0),
(100704, 195, 19, 'Habiganj', 243833300, 914166700, 0),
(100705, 201, 21, 'Kamyanyets', 524001400, 238100000, 0),
(100706, 201, 21, 'Lyakhavichy', 530388000, 262656000, 0),
(100707, 202, 21, 'Kalinkavichy', 521317300, 293386100, 0),
(100708, 202, 21, 'Pyetrykaw', 521283000, 284948100, 0),
(100709, 202, 21, 'Turov', 520670000, 277305200, 0),
(100710, 203, 21, 'Astravyets', 546137800, 259553700, 0),
(100711, 203, 21, 'Boruny', 543165100, 261370200, 0),
(100712, 203, 21, 'Mir', 534544000, 264670000, 0),
(100713, 203, 21, 'Shchuchin', 536014000, 247465000, 0),
(100714, 203, 21, 'Skidal''', 535904000, 242478000, 0),
(100715, 203, 21, 'Smarhon''', 544790600, 263934000, 0),
(100716, 203, 21, 'Soly', 545130100, 261938100, 0),
(100717, 203, 21, 'Vawkavysk', 531561000, 244513000, 0),
(100718, 203, 21, 'Vishnevo', 547122100, 265225300, 0),
(100719, 204, 21, 'Chavusi', 538075300, 309712200, 0),
(100720, 205, 21, 'Chervyen''', 537059000, 284313000, 0),
(100721, 205, 21, 'Ivyanyets', 538864000, 267432000, 0),
(100722, 205, 21, 'Rudzyensk', 535983000, 278621000, 0),
(100723, 205, 21, 'Smalyavichy', 540226100, 280886500, 0),
(100724, 205, 21, 'Valozhyn', 540909300, 265224600, 0),
(100725, 206, 21, 'Miyory', 556217100, 276299000, 0),
(100726, 206, 21, 'Syanno', 548105500, 297069400, 0),
(100727, 207, 22, 'Baarle-Hertog', 514050400, 48922600, 0),
(100728, 207, 22, 'Niel', 511109600, 43342800, 0),
(100729, 210, 22, 'Bernissart', 504746000, 36496100, 0),
(100730, 210, 22, 'Chievres', 505878700, 38071100, 0),
(100731, 210, 22, 'Ecaussinnes-d''Enghien', 505682200, 41658000, 0),
(100732, 210, 22, 'Flobecq', 507373300, 37387600, 0),
(100733, 210, 22, 'Froidchapelle', 501510600, 43274200, 0),
(100734, 210, 22, 'Merbes-le-Chateau', 503245000, 41649000, 0),
(100735, 210, 22, 'Quievrain', 504073700, 36835100, 0),
(100736, 210, 22, 'Rumes', 505545000, 33053500, 0),
(100737, 211, 22, 'Anthisnes', 504832300, 55190000, 0),
(100738, 211, 22, 'Baelen', 506313100, 59743300, 0),
(100739, 211, 22, 'Braives', 506174500, 51330200, 0),
(100740, 211, 22, 'Burdinne', 505845400, 50766300, 0),
(100741, 211, 22, 'Butgenbach', 504268900, 62050400, 0),
(100742, 211, 22, 'Clavier', 504006900, 53515400, 0),
(100743, 211, 22, 'Donceel', 506482700, 53200000, 0),
(100744, 211, 22, 'Hamoir', 504267500, 55330400, 0),
(100745, 211, 22, 'Jalhay', 505587600, 59676400, 0),
(100746, 211, 22, 'Juprelle', 507076000, 55312700, 0),
(100747, 211, 22, 'Lierneux', 502847700, 57923600, 0),
(100748, 211, 22, 'Marchin', 504670700, 52428000, 0),
(100749, 211, 22, 'Modave', 504461400, 52953200, 0),
(100750, 211, 22, 'Ouffet', 504387000, 54657000, 0),
(100751, 211, 22, 'Pepinster', 505737500, 58049000, 0),
(100752, 211, 22, 'Plombieres', 507365600, 59592200, 0),
(100753, 211, 22, 'Stoumont', 504066700, 58083800, 0),
(100754, 211, 22, 'Trois-Ponts', 503712800, 58714600, 0),
(100755, 211, 22, 'Verlaine', 506074300, 53174000, 0),
(100756, 212, 22, 'Sint-Pieters-Voeren', 507386300, 58222400, 0),
(100757, 213, 22, 'Attert', 497503500, 57863400, 0),
(100758, 213, 22, 'Durbuy', 503529100, 54563100, 0),
(100759, 213, 22, 'Erezee', 502929200, 55581500, 0),
(100760, 213, 22, 'Etalle', 496764000, 56020100, 0),
(100761, 213, 22, 'La Roche-en-Ardenne', 501836100, 55754700, 0),
(100762, 213, 22, 'Leglise', 497998500, 55365200, 0),
(100763, 213, 22, 'Martelange', 498319500, 57365500, 0),
(100764, 213, 22, 'Paliseul', 499039500, 51353700, 0),
(100765, 213, 22, 'Rouvroy', 495377100, 54903100, 0),
(100766, 213, 22, 'Saint-Leger', 496119600, 56568800, 0),
(100767, 213, 22, 'Sainte-Ode', 500833300, 55333300, 0),
(100768, 213, 22, 'Tellin', 500803800, 52163800, 0),
(100769, 213, 22, 'Tenneville', 500950100, 55289400, 0),
(100770, 213, 22, 'Vaux-sur-Sure', 499110000, 55784800, 0),
(100771, 213, 22, 'Wellin', 500813300, 51141300, 0),
(100772, 214, 22, 'Anhee', 503103900, 48782700, 0),
(100773, 214, 22, 'Beauraing', 501104200, 49555400, 0),
(100774, 214, 22, 'Doische', 501335600, 47354500, 0),
(100775, 214, 22, 'Gedinne', 499803700, 49367400, 0),
(100776, 214, 22, 'Hamois', 503402000, 51561900, 0),
(100777, 214, 22, 'Hastiere-Lavaux', 502184900, 48244600, 0),
(100778, 214, 22, 'Havelange', 503893100, 52381600, 0),
(100779, 214, 22, 'Houyet', 501861900, 50076200, 0),
(100780, 214, 22, 'Onhaye', 502414800, 48406900, 0),
(100781, 214, 22, 'Somme-Leuze', 503369900, 53670500, 0),
(100782, 216, 22, 'Geetbets', 508943100, 51119900, 0),
(100783, 216, 22, 'Kortenaken', 509086200, 50596800, 0),
(100784, 217, 22, 'Dentergem', 509642900, 34161700, 0),
(100785, 217, 22, 'Kortemark', 510295100, 30411200, 0),
(100786, 217, 22, 'Ruiselede', 510403900, 33941600, 0),
(100787, 217, 22, 'Wenduine', 512983000, 30821300, 0),
(100788, 219, 23, 'San Ignacio', 171561100, -890713900, 0),
(100789, 236, 27, 'La Santisima Trinidad', -148333300, -649000000, 0),
(100790, 237, 27, 'Colquiri', -174166700, -671333300, 0),
(100791, 237, 27, 'Coroico', -161888900, -677271300, 0),
(100792, 240, 27, 'Uyuni', -204596700, -668250300, 0),
(100793, 241, 27, 'Ascension', -157000000, -630833300, 0),
(100794, 241, 27, 'La Belgica', -175500000, -632166700, 0),
(100795, 241, 27, 'Okinawa Numero Uno', -172333300, -628166700, 0),
(100796, 241, 27, 'Samaipata', -181500000, -638666700, 0),
(100797, 241, 27, 'San Ignacio de Velasco', -163666700, -609500000, 0),
(100798, 241, 27, 'San Julian', -177833300, -628666700, 0),
(100799, 241, 27, 'Villa Yapacani', -174000000, -638333300, 0),
(100800, 245, 29, 'Banovici', 444052800, 185241700, 0),
(100801, 245, 29, 'Blagaj', 432575000, 178886100, 0),
(100802, 245, 29, 'Bosansko Grahovo', 441794400, 163638900, 0),
(100803, 245, 29, 'Busovaca', 440975000, 178788900, 0),
(100804, 245, 29, 'Buzim', 450547200, 160319400, 0),
(100805, 245, 29, 'Coralici', 450069400, 158719400, 0),
(100806, 245, 29, 'Crnici', 431288900, 178666700, 0),
(100807, 245, 29, 'Divicani', 443666700, 173261100, 0),
(100808, 245, 29, 'Drinovci', 433550000, 173538900, 0),
(100809, 245, 29, 'Dubrave Donje', 444811100, 186961100, 0),
(100810, 245, 29, 'Gornje Zivinice', 444286100, 186169400, 0),
(100811, 245, 29, 'Gornji Vakuf', 439380600, 175883300, 0),
(100812, 245, 29, 'Izacic', 448750000, 157819400, 0),
(100813, 245, 29, 'Jablanica', 436602800, 177616700, 0),
(100814, 245, 29, 'Kacuni', 440650000, 179386100, 0),
(100815, 245, 29, 'Karadaglije', 445716700, 180183300, 0),
(100816, 245, 29, 'Kljuc', 445350000, 167722200, 0),
(100817, 245, 29, 'Kovaci', 444491700, 182050000, 0),
(100818, 245, 29, 'Lokvine', 442047200, 178563900, 0),
(100819, 245, 29, 'Mahala', 440119400, 182552800, 0),
(100820, 245, 29, 'Mionica', 448672200, 184630600, 0),
(100821, 245, 29, 'Neum', 429233300, 176155600, 0),
(100822, 245, 29, 'Orahovica Donja', 446530600, 183702800, 0),
(100823, 245, 29, 'Otoka', 449600000, 161791700, 0),
(100824, 245, 29, 'Pjanici', 449836100, 158227800, 0),
(100825, 245, 29, 'Podzvizd', 451741700, 158736100, 0),
(100826, 245, 29, 'Prozor', 438222200, 176091700, 0),
(100827, 245, 29, 'Radisici', 432219400, 175430600, 0),
(100828, 245, 29, 'Serici', 444652800, 185580600, 0),
(100829, 245, 29, 'Sladna', 447294400, 184241700, 0),
(100830, 245, 29, 'Stupari', 443147200, 186841700, 0),
(100831, 245, 29, 'Sumatac', 450988900, 158575000, 0),
(100832, 245, 29, 'Tesanjka', 446730600, 180127800, 0),
(100833, 245, 29, 'Vares', 441644400, 183283300, 0),
(100834, 245, 29, 'Voljevac', 438786100, 176591700, 0),
(100835, 245, 29, 'Vrnograc', 451636100, 159536100, 0),
(100836, 245, 29, 'Zeljezno Polje', 444083300, 179319400, 0),
(100837, 246, 29, 'Dvorovi', 448066700, 192605600, 0),
(100838, 246, 29, 'Kostajnica', 452197200, 165358300, 0),
(100839, 246, 29, 'Lamovita', 449255600, 169072200, 0),
(100840, 246, 29, 'Maglajani', 449486100, 173494400, 0),
(100841, 246, 29, 'Omarska', 448900000, 168991700, 0),
(100842, 246, 29, 'Pribinic', 446105600, 176905600, 0),
(100843, 246, 29, 'Skender Vakuf', 444908300, 173775000, 0),
(100844, 246, 29, 'Sokolac', 439397200, 188016700, 0),
(100845, 246, 29, 'Ugljevik', 446636100, 190202800, 0),
(100846, 246, 29, 'Visegrad', 437847200, 192991700, 0),
(100847, 246, 29, 'Vlasenica', 441819400, 189405600, 0),
(100848, 247, 30, 'Gweta', -201833300, 252333300, 0),
(100849, 247, 30, 'Letlhakane', -214166700, 255833300, 0),
(100850, 247, 30, 'Mahalapye', -231040700, 268142100, 0),
(100851, 3049, 30, 'Bokaa', -244500000, 260166700, 0),
(100852, 3049, 30, 'Mochudi', -244166700, 261500000, 0),
(100853, 248, 30, 'Thamaga', -246701400, 255397500, 0),
(100854, 251, 31, 'Manoel Urbano', -88388900, -692597200, 0),
(100855, 251, 31, 'Placido de Castro', -103352800, -671855600, 0),
(100856, 251, 31, 'Sena Madureira', -90655600, -686569400, 0),
(100857, 251, 31, 'Xapuri', -106516700, -685044400, 0),
(100858, 252, 31, 'Agua Branca', -92608300, -379361100, 0),
(100859, 252, 31, 'Barra de Santo Antonio', -94047200, -355072200, 0),
(100860, 252, 31, 'Batalha', -96777800, -371247200, 0),
(100861, 252, 31, 'Cacimbinhas', -94002800, -369902800, 0),
(100862, 252, 31, 'Campo Alegre', -97819400, -363508300, 0),
(100863, 252, 31, 'Capela', -94075000, -360736100, 0),
(100864, 252, 31, 'Coite do Noia', -96322200, -365786100, 0),
(100865, 252, 31, 'Dois Riachos', -93925000, -371005600, 0),
(100866, 252, 31, 'Ibateguara', -89725000, -359394400, 0),
(100867, 252, 31, 'Igreja Nova', -101252800, -366619400, 0),
(100868, 252, 31, 'Inhapi', -92213900, -377486100, 0),
(100869, 252, 31, 'Lagoa da Canoa', -98297200, -367377800, 0),
(100870, 252, 31, 'Limoeiro de Anadia', -97405600, -365027800, 0),
(100871, 252, 31, 'Major Isidoro', -95322200, -369850000, 0),
(100872, 252, 31, 'Matriz de Camaragibe', -91516700, -355333300, 0),
(100873, 252, 31, 'Messias', -93833300, -358416700, 0),
(100874, 252, 31, 'Novo Lino', -89150000, -356466700, 0),
(100875, 252, 31, 'Olivenca', -95186100, -371905600, 0),
(100876, 252, 31, 'Pao de Acucar', -97483300, -374366700, 0),
(100877, 252, 31, 'Poco das Trincheiras', -93125000, -372855600, 0),
(100878, 252, 31, 'Porto Real do Colegio', -101858300, -368400000, 0),
(100879, 252, 31, 'Santana do Mundau', -91680600, -362222200, 0),
(100880, 252, 31, 'Sao Jose da Laje', -90097200, -360583300, 0),
(100881, 252, 31, 'Vicosa', -93713900, -362408300, 0),
(100882, 254, 31, 'Alvaraes', -32208300, -648041700, 0),
(100883, 254, 31, 'Anori', -37727800, -616441700, 0),
(100884, 254, 31, 'Barreirinha', -27933300, -570700000, 0),
(100885, 254, 31, 'Benjamin Constant', -43830600, -700311100, 0),
(100886, 254, 31, 'Canutama', -65338900, -643830600, 0),
(100887, 254, 31, 'Carauari', -48827800, -668958300, 0),
(100888, 254, 31, 'Careiro da Varzea', -32002800, -598119400, 0),
(100889, 254, 31, 'Coari', -40850000, -631413900, 0),
(100890, 254, 31, 'Codajas', -38366700, -620569400, 0),
(100891, 254, 31, 'Envira', -73000000, -702166700, 0),
(100892, 254, 31, 'Fonte Boa', -25138900, -660916700, 0),
(100893, 254, 31, 'Guajara', -29666700, -576666700, 0),
(100894, 254, 31, 'Iranduba', -32847200, -601861100, 0),
(100895, 254, 31, 'Jutai', -51833300, -689000000, 0),
(100896, 254, 31, 'Manaquiri', -33166700, -603500000, 0),
(100897, 254, 31, 'Manicore', -58091700, -613002800, 0),
(100898, 254, 31, 'Maraa', -18333300, -653666700, 0),
(100899, 254, 31, 'Maues', -33836100, -577186100, 0),
(100900, 254, 31, 'Nhamunda', -21861100, -567130600, 0),
(100901, 254, 31, 'Nova Olinda do Norte', -38880600, -590941700, 0),
(100902, 254, 31, 'Novo Aripuana', -51205600, -603797200, 0),
(100903, 254, 31, 'Parintins', -26283300, -567358300, 0),
(100904, 254, 31, 'Pauini', -77136100, -669763900, 0),
(100905, 254, 31, 'Santa Isabel do Rio Negro', -4138900, -650191700, 0),
(100906, 254, 31, 'Santo Antonio do Ica', -31022200, -679397200, 0),
(100907, 254, 31, 'Sao Gabriel da Cachoeira', -1302800, -670891700, 0),
(100908, 254, 31, 'Sao Paulo de Olivenca', -33783300, -688725000, 0),
(100909, 254, 31, 'Tonantins', -28730600, -678022200, 0),
(100910, 254, 31, 'Uarini', -29900000, -651083300, 0),
(100911, 254, 31, 'Urucara', -25363900, -577600000, 0),
(100912, 255, 31, 'Barra da Estiva', -136261100, -413269400, 0),
(100913, 255, 31, 'Barro Alto', -117608300, -419116700, 0),
(100914, 255, 31, 'Cipo', -110997200, -385136100, 0),
(100915, 255, 31, 'Conceicao do Almeida', -127794400, -391700000, 0),
(100916, 255, 31, 'Curaca', -89902800, -399094400, 0),
(100917, 255, 31, 'Formosa do Rio Preto', -110483300, -451930600, 0),
(100918, 255, 31, 'Ibicarai', -148650000, -395875000, 0),
(100919, 255, 31, 'Ibicui', -148416700, -399866700, 0),
(100920, 255, 31, 'Ibirapitanga', -141641700, -393736100, 0),
(100921, 255, 31, 'Ibirataia', -140669400, -396405600, 0),
(100922, 255, 31, 'Itagi', -141627800, -400061100, 0),
(100923, 255, 31, 'Itajuipe', -146780600, -393750000, 0),
(100924, 255, 31, 'Itaparica', -128883300, -386786100, 0),
(100925, 255, 31, 'Itapicuru', -113166700, -382333300, 0),
(100926, 255, 31, 'Itirucu', -135316700, -401502800, 0),
(100927, 255, 31, 'Itororo', -151169400, -400702800, 0),
(100928, 255, 31, 'Jitauna', -140188900, -398888900, 0),
(100929, 255, 31, 'Lapao', -113833300, -418319400, 0),
(100930, 255, 31, 'Marau', -141030600, -390147200, 0),
(100931, 255, 31, 'Mascote', -155630600, -393025000, 0),
(100932, 255, 31, 'Muritiba', -129166700, -392500000, 0),
(100933, 255, 31, 'Nova Soure', -112333300, -384833300, 0),
(100934, 255, 31, 'Olindina', -113666700, -383333300, 0),
(100935, 255, 31, 'Palmas de Monte Alto', -142672200, -431619400, 0),
(100936, 255, 31, 'Paratinga', -126905600, -431841700, 0),
(100937, 255, 31, 'Quijingue', -107525000, -392091700, 0),
(100938, 255, 31, 'Riachao do Jacuipe', -118069400, -393855600, 0),
(100939, 255, 31, 'Riacho de Santana', -136091700, -429388900, 0),
(100940, 255, 31, 'Rio Real', -114847200, -379327800, 0),
(100941, 255, 31, 'Santa Ines', -132922200, -398188900, 0),
(100942, 255, 31, 'Santa Maria da Vitoria', -133947200, -441886100, 0),
(100943, 255, 31, 'Sao Goncalo dos Campos', -124333300, -389666700, 0),
(100944, 255, 31, 'Saubara', -127375000, -387686100, 0),
(100945, 255, 31, 'Tanhacu', -140213900, -412480600, 0),
(100946, 255, 31, 'Terra Nova', -123666700, -406666700, 0),
(100947, 255, 31, 'Tremedal', -149758300, -414108300, 0),
(100948, 255, 31, 'Uaua', -98413900, -394816700, 0),
(100949, 255, 31, 'Ubaitaba', -143125000, -393233300, 0),
(100950, 255, 31, 'Una', -152933300, -390752800, 0),
(100951, 255, 31, 'Urucuca', -145930600, -392844400, 0),
(100952, 255, 31, 'Xique Xique', -108216700, -427311100, 0),
(100953, 256, 31, 'Aracoiaba', -43711100, -388141700, 0),
(100954, 256, 31, 'Barroquinha', -30188900, -411361100, 0),
(100955, 256, 31, 'Boa Viagem', -51275000, -397322200, 0),
(100956, 256, 31, 'Caririacu', -70422200, -392836100, 0),
(100957, 256, 31, 'Farias Brito', -69305600, -395655600, 0),
(100958, 256, 31, 'Forquilha', -37983300, -402605600, 0),
(100959, 256, 31, 'Guaiuba', -40397200, -386372200, 0),
(100960, 256, 31, 'Guaraciaba do Norte', -41669400, -407475000, 0),
(100961, 256, 31, 'Ibiapina', -39233300, -408894400, 0),
(100962, 256, 31, 'Itapage', -36866700, -395861100, 0),
(100963, 256, 31, 'Jucas', -65252800, -395275000, 0),
(100964, 256, 31, 'Mombaca', -57430600, -396275000, 0),
(100965, 256, 31, 'Novo Oriente', -55344400, -407741700, 0),
(100966, 256, 31, 'Ocara', -44908300, -385966700, 0),
(100967, 256, 31, 'Oros', -62444400, -389136100, 0),
(100968, 256, 31, 'Pacatuba', -39841700, -386202800, 0),
(100969, 256, 31, 'Quixere', -50741700, -379886100, 0),
(100970, 256, 31, 'Santana do Acarau', -34605600, -402122200, 0),
(100971, 256, 31, 'Sao Goncalo do Amarante', -36072200, -389683300, 0),
(100972, 256, 31, 'Sao Joao dos Inhamuns', -60000000, -402833300, 0),
(100973, 256, 31, 'Tamboril', -48322200, -403205600, 0),
(100974, 256, 31, 'Umirim', -36772200, -393502800, 0),
(100975, 258, 31, 'Alfredo Chaves', -206350000, -407497200, 0),
(100976, 258, 31, 'Irupi', -203452800, -416411100, 0),
(100977, 258, 31, 'Mucurici', -180933300, -405158300, 0),
(100978, 258, 31, 'Sao Jose do Calcado', -210252800, -416544400, 0),
(100979, 258, 31, 'Viana', -203902800, -404961100, 0),
(100980, 259, 31, 'Abadiania', -162041700, -487069400, 0),
(100981, 259, 31, 'Barro Alto', -149708300, -489158300, 0),
(100982, 259, 31, 'Carmo do Rio Verde', -153536100, -497075000, 0),
(100983, 259, 31, 'Goianapolis', -165105600, -490238900, 0),
(100984, 259, 31, 'Guapo', -168305600, -495319400, 0),
(100985, 259, 31, 'Iaciara', -140958300, -466316700, 0),
(100986, 259, 31, 'Itapirapua', -158233300, -506133300, 0),
(100987, 259, 31, 'Orizona', -170313900, -482958300, 0),
(100988, 259, 31, 'Petrolina de Goias', -160950000, -493380600, 0),
(100989, 259, 31, 'Piranhas', -164269400, -518222200, 0),
(100990, 259, 31, 'Pirenopolis', -158525000, -489591700, 0),
(100991, 259, 31, 'Uruana', -154980600, -496875000, 0),
(100992, 260, 31, 'Alcantara', -24088900, -444147200, 0),
(100993, 260, 31, 'Anajatuba', -32644400, -446197200, 0),
(100994, 260, 31, 'Araioses', -28900000, -419030600, 0),
(100995, 260, 31, 'Barreirinhas', -27469400, -428263900, 0),
(100996, 260, 31, 'Bequimao', -24488900, -447825000, 0),
(100997, 260, 31, 'Bom Jardim', -70166700, -464833300, 0),
(100998, 260, 31, 'Brejo', -36844400, -427502800, 0),
(100999, 260, 31, 'Buriti Bravo', -58372200, -438336100, 0),
(101000, 260, 31, 'Cantanhede', -36333300, -443766700, 0),
(101001, 260, 31, 'Carutapera', -11950000, -460200000, 0),
(101002, 260, 31, 'Chapadinha', -37416700, -433602800, 0),
(101003, 260, 31, 'Coroata', -41300000, -441241700, 0),
(101004, 260, 31, 'Cururupu', -18283300, -448683300, 0),
(101005, 260, 31, 'Humberto de Campos', -25983300, -434611100, 0),
(101006, 260, 31, 'Icatu', -27758300, -440658300, 0),
(101007, 260, 31, 'Lago da Pedra', -43333300, -451666700, 0),
(101008, 260, 31, 'Maracacume', -20427800, -459591700, 0),
(101009, 260, 31, 'Matinha', -31005600, -450336100, 0),
(101010, 260, 31, 'Mirador', -63708300, -443630600, 0),
(101011, 260, 31, 'Moncao', -34916700, -452511100, 0),
(101012, 260, 31, 'Montes Altos', -58333300, -470666700, 0),
(101013, 260, 31, 'Morros', -94466700, -463002800, 0),
(101014, 260, 31, 'Paulo Ramos', -42166700, -451833300, 0),
(101015, 260, 31, 'Pio XII', -38325000, -451525000, 0),
(101016, 260, 31, 'Raposa', -65166700, -441833300, 0),
(101017, 260, 31, 'Riachao', -73619400, -466172200, 0),
(101018, 260, 31, 'Santa Luzia', -76333300, -472000000, 0),
(101019, 260, 31, 'Santa Quiteria do Maranhao', -35155600, -425466700, 0),
(101020, 260, 31, 'Santa Rita', -38333300, -438833300, 0),
(101021, 260, 31, 'Sao Benedito do Rio Preto', -33336100, -435283300, 0),
(101022, 260, 31, 'Sao Bento', -26958300, -448213900, 0),
(101023, 260, 31, 'Sao Domingos do Maranhao', -55758300, -443852800, 0),
(101024, 260, 31, 'Sao Joao Batista', -29552800, -448069400, 0),
(101025, 260, 31, 'Timbiras', -42552800, -439405600, 0),
(101026, 260, 31, 'Tuntum', -52580600, -446488900, 0),
(101027, 260, 31, 'Turiacu', -16633300, -453716700, 0),
(101028, 260, 31, 'Urbano Santos', -32077800, -434036100, 0),
(101029, 260, 31, 'Vargem Grande', -35430600, -439158300, 0),
(101030, 260, 31, 'Vitoria do Mearim', -34622200, -448705600, 0),
(101031, 260, 31, 'Vitorino Freire', -40666700, -451666700, 0),
(101032, 262, 31, 'Bonito', -211211100, -564819400, 0),
(101033, 262, 31, 'Guia Lopes da Laguna', -214577800, -561141700, 0),
(101034, 262, 31, 'Paranhos', -238927800, -554311100, 0),
(101035, 261, 31, 'Araguaiana', -157338900, -518313900, 0),
(101036, 261, 31, 'Nobres', -147202800, -563275000, 0),
(101037, 261, 31, 'Nortelandia', -144547200, -568027800, 0),
(101038, 261, 31, 'Santo Antonio do Leverger', -158655600, -560766700, 0),
(101039, 263, 31, 'Acucena', -190730600, -425463900, 0),
(101040, 263, 31, 'Aguas Formosas', -170822200, -409358300, 0),
(101041, 263, 31, 'Barreiro do Jaiba', -156166700, -436000000, 0),
(101042, 263, 31, 'Brasilia de Minas', -162063900, -444333300, 0),
(101043, 263, 31, 'Cambuquira', -218522200, -452958300, 0),
(101044, 263, 31, 'Campina Verde', -195355600, -494863900, 0),
(101045, 263, 31, 'Capinopolis', -186819400, -495697200, 0),
(101046, 263, 31, 'Carai', -171888900, -416947200, 0),
(101047, 263, 31, 'Centralina', -185838900, -491994400, 0),
(101048, 263, 31, 'Conselheiro Pena', -191722200, -414722200, 0),
(101049, 263, 31, 'Divino das Laranjeiras', -187777800, -414797200, 0),
(101050, 263, 31, 'Ibia', -194783300, -465388900, 0),
(101051, 263, 31, 'Itacarambi', -151022200, -440919400, 0),
(101052, 263, 31, 'Itanhandu', -222958300, -449347200, 0),
(101053, 263, 31, 'Jequitinhonha', -164338900, -410033300, 0),
(101054, 263, 31, 'Joaima', -166541700, -410305600, 0),
(101055, 263, 31, 'Lima Duarte', -218425000, -437930600, 0),
(101056, 263, 31, 'Mar de Espanha', -218672200, -430097200, 0),
(101057, 263, 31, 'Martinho Campos', -193316700, -452369400, 0),
(101058, 263, 31, 'Monte Alegre de Minas', -188705600, -488808300, 0),
(101059, 263, 31, 'Novo Cruzeiro', -174680600, -418752800, 0),
(101060, 263, 31, 'Pecanha', -185486100, -425569400, 0),
(101061, 263, 31, 'Rio Piracicaba', -199291700, -431741700, 0),
(101062, 263, 31, 'Sao Domingos do Prata', -198650000, -429683300, 0),
(101063, 263, 31, 'Sao Joao da Ponte', -159291700, -440077800, 0),
(101064, 263, 31, 'Tiradentes', -211102800, -441780600, 0),
(101065, 264, 31, 'Abidos', -19175000, -555180600, 0),
(101066, 264, 31, 'Acara', -19608300, -481966700, 0),
(101067, 264, 31, 'Afua', -1566700, -503866700, 0),
(101068, 264, 31, 'Augusto Correa', -10216700, -466350000, 0),
(101069, 264, 31, 'Baiao', -27905600, -496716700, 0),
(101070, 264, 31, 'Curuca', -7288900, -478480600, 0),
(101071, 264, 31, 'Gurupa', -14050000, -516400000, 0),
(101072, 264, 31, 'Igarape Miri', -19750000, -489597200, 0),
(101073, 264, 31, 'Limoeiro do Ajuru', -18952800, -493805600, 0),
(101074, 264, 31, 'Maracana', -7666700, -474500000, 0),
(101075, 264, 31, 'Marapanim', -7175000, -476997200, 0),
(101076, 264, 31, 'Mocajuba', -25841700, -495072200, 0),
(101077, 264, 31, 'Moju', -18838900, -487688900, 0),
(101078, 264, 31, 'Muana', -15283300, -492166700, 0),
(101079, 264, 31, 'Oeiras do Para', -20030600, -498544400, 0),
(101080, 264, 31, 'Ourem', -15519400, -471144400, 0),
(101081, 264, 31, 'Prainha', -18000000, -534800000, 0),
(101082, 264, 31, 'Santa Maria do Para', -13502800, -475755600, 0),
(101083, 264, 31, 'Santo Antonio do Taua', -11519400, -481294400, 0),
(101084, 264, 31, 'Sao Felix do Xingu', -66447200, -519950000, 0),
(101085, 264, 31, 'Sao Joao de Pirabas', -7747200, -471772200, 0),
(101086, 264, 31, 'Senador Jose Porfirio', -25908300, -519541700, 0),
(101087, 264, 31, 'Terra Santa', -21041700, -564869400, 0),
(101088, 264, 31, 'Viseu', -11966700, -461400000, 0),
(101089, 265, 31, 'Alagoa Nova', -70708300, -357583300, 0),
(101090, 265, 31, 'Alagoinha', -69500000, -355450000, 0),
(101091, 265, 31, 'Belem do Brejo do Cruz', -61886100, -375358300, 0),
(101092, 265, 31, 'Coremas', -70144400, -379458300, 0),
(101093, 265, 31, 'Cruz do Espirito Santo', -71400000, -350863900, 0),
(101094, 265, 31, 'Gurinhem', -71238900, -354244400, 0),
(101095, 265, 31, 'Imaculada', -73897200, -375091700, 0),
(101096, 265, 31, 'Itabaiana', -73286100, -353325000, 0),
(101097, 265, 31, 'Juazeirinho', -68166700, -380500000, 0),
(101098, 265, 31, 'Juripiranga', -73733300, -352380600, 0),
(101099, 265, 31, 'Juru', -75369400, -378186100, 0),
(101100, 265, 31, 'Manaira', -77061100, -381544400, 0),
(101101, 265, 31, 'Mogeiro', -72994400, -354794400, 0),
(101102, 265, 31, 'Natuba', -76413900, -355500000, 0),
(101103, 265, 31, 'Nova Floresta', -64552800, -362033300, 0),
(101104, 265, 31, 'Paulista', -65938900, -376241700, 0),
(101105, 265, 31, 'Pirpirituba', -67800000, -354986100, 0),
(101106, 265, 31, 'Puxinana', -71611100, -359605600, 0),
(101107, 265, 31, 'Salgado de Sao Felix', -73569400, -354405600, 0),
(101108, 265, 31, 'Sao Jose de Piranhas', -71205600, -385019400, 0),
(101109, 265, 31, 'Serra Branca', -65333300, -382666700, 0),
(101110, 265, 31, 'Soledade', -70572200, -363627800, 0),
(101111, 265, 31, 'Tavares', -76358300, -378783300, 0),
(101112, 265, 31, 'Uirauna', -65183300, -384122200, 0),
(101113, 265, 31, 'Umbuzeiro', -76955600, -356636100, 0),
(101114, 266, 31, 'Florestopolis', -228633300, -513872200, 0),
(101115, 266, 31, 'Ipora', -240030600, -537041700, 0),
(101116, 267, 31, 'Belem de Sao Francisco', -87538900, -389658300, 0),
(101117, 267, 31, 'Buique', -86230600, -371558300, 0),
(101118, 267, 31, 'Caetes', -87730600, -366225000, 0),
(101119, 267, 31, 'Canhotinho', -88822200, -361911100, 0),
(101120, 267, 31, 'Cha Grande', -82383300, -354616700, 0),
(101121, 267, 31, 'Cumaru', -80061100, -356972200, 0),
(101122, 267, 31, 'Feira Nova', -79508300, -353891700, 0),
(101123, 267, 31, 'Gameleira', -85844400, -353866700, 0),
(101124, 267, 31, 'Ibimirim', -85405600, -376902800, 0),
(101125, 267, 31, 'Jatoba', -91830600, -382688900, 0),
(101126, 267, 31, 'Joao Alfredo', -78558300, -355883300, 0),
(101127, 267, 31, 'Joaquim Nabuco', -86244400, -355333300, 0),
(101128, 267, 31, 'Rio Formoso', -86636100, -351586100, 0),
(101129, 267, 31, 'Sao Joaquim do Monte', -84325000, -358044400, 0),
(101130, 267, 31, 'Sao Jose da Coroa Grande', -88977800, -351477800, 0),
(101131, 267, 31, 'Sao Jose do Belmonte', -78613900, -387597200, 0),
(101132, 268, 31, 'Buriti dos Lopes', -31750000, -418669400, 0),
(101133, 268, 31, 'Canto do Buriti', -81100000, -429444400, 0),
(101134, 268, 31, 'Castelo do Piaui', -53222200, -415525000, 0),
(101135, 268, 31, 'Demerval Lobao', -53583300, -426763900, 0),
(101136, 268, 31, 'Elesbao Veloso', -62019400, -421402800, 0),
(101137, 268, 31, 'Gilbues', -98316700, -453438900, 0),
(101138, 268, 31, 'Itainopolis', -74469400, -414783300, 0),
(101139, 268, 31, 'Jaicos', -73591700, -411377800, 0),
(101140, 268, 31, 'Jose de Freitas', -47563900, -425755600, 0),
(101141, 268, 31, 'Luzilandia', -34577800, -423702800, 0),
(101142, 268, 31, 'Matias Olimpio', -37158300, -425555600, 0),
(101143, 268, 31, 'Monsenhor Gil', -55641700, -426077800, 0),
(101144, 268, 31, 'Oeiras', -70252800, -421311100, 0),
(101145, 268, 31, 'Palmeirais', -59777800, -430633300, 0),
(101146, 268, 31, 'Piracuruca', -39280600, -417091700, 0),
(101147, 268, 31, 'Regeneracao', -62377800, -426883300, 0),
(101148, 268, 31, 'Sao Joao do Piaui', -83580600, -422466700, 0),
(101149, 268, 31, 'Sao Pedro do Piaui', -59294400, -427186100, 0),
(101150, 268, 31, 'Simoes', -75988900, -408177800, 0),
(101151, 269, 31, 'Ares', -61944400, -351602800, 0),
(101152, 269, 31, 'Montanhas', -64858300, -352875000, 0),
(101153, 269, 31, 'Monte Alegre', -58897200, -363013900, 0),
(101154, 269, 31, 'Pedro Velho', -64391700, -352213900, 0),
(101155, 269, 31, 'Santana do Matos', -59575000, -366555600, 0),
(101156, 269, 31, 'Sao Paulo do Potengi', -58950000, -357627800, 0),
(101157, 269, 31, 'Taipu', -56216700, -355966700, 0),
(101158, 269, 31, 'Upanema', -56419400, -372577800, 0),
(101159, 270, 31, 'Encruzilhada do Sul', -305438900, -525219400, 0),
(101160, 270, 31, 'Quarai', -303875000, -564513900, 0),
(101161, 270, 31, 'Santa Vitoria do Palmar', -335188900, -533680600, 0),
(101162, 271, 31, 'Cambuci', -215752800, -419111100, 0),
(101163, 271, 31, 'Paraiba do Sul', -221619400, -432927800, 0),
(101164, 271, 31, 'Porciuncula', -209627800, -420408300, 0),
(101165, 271, 31, 'Rio Claro', -227230600, -441355600, 0),
(101166, 272, 31, 'Posto Fiscal Rolim de Moura', -130833300, -622666700, 0),
(101167, 274, 31, 'Anitapolis', -279019400, -491286100, 0),
(101168, 274, 31, 'Costeira do Pirajubae', -276358600, -485212000, 0),
(101169, 274, 31, 'Pantano do Sul', -277797200, -485086100, 0),
(101170, 274, 31, 'Ribeirao da Ilha', -276993400, -485321900, 0),
(101171, 275, 31, 'Bernardino de Campos', -230130600, -494741700, 0),
(101172, 275, 31, 'Boa Esperanca do Sul', -219925000, -483908300, 0),
(101173, 275, 31, 'Borborema', -216197200, -490736100, 0),
(101174, 275, 31, 'Cerqueira Cesar', -230355600, -491661100, 0),
(101175, 275, 31, 'General Salgado', -206483300, -503605600, 0),
(101176, 275, 31, 'Ipaucu', -230566700, -496263900, 0),
(101177, 275, 31, 'Joanopolis', -229302800, -462755600, 0),
(101178, 275, 31, 'Miguelopolis', -201794400, -480319400, 0),
(101179, 275, 31, 'Paulista Florida', -216000000, -512000000, 0),
(101180, 275, 31, 'Sao Lourenco da Serra', -238525000, -469425000, 0),
(101181, 276, 31, 'Araua', -112622200, -376197200, 0),
(101182, 276, 31, 'Areia Branca', -107577800, -373152800, 0),
(101183, 276, 31, 'Boquim', -111469400, -376205600, 0),
(101184, 276, 31, 'Campo do Brito', -107333300, -374933300, 0),
(101185, 276, 31, 'Carira', -103608300, -377011100, 0),
(101186, 276, 31, 'Cristinapolis', -114755600, -377552800, 0),
(101187, 276, 31, 'Frei Paulo', -105494400, -375344400, 0),
(101188, 276, 31, 'Gararu', -99675000, -370833300, 0),
(101189, 276, 31, 'Indiaroba', -115191700, -375116700, 0),
(101190, 276, 31, 'Japoata', -103466700, -368011100, 0),
(101191, 276, 31, 'Neopolis', -103200000, -365794400, 0),
(101192, 276, 31, 'Nossa Senhora das Dores', -104916700, -371933300, 0),
(101193, 276, 31, 'Propria', -102111100, -368402800, 0),
(101194, 276, 31, 'Riachao do Dantas', -110688900, -377250000, 0),
(101195, 276, 31, 'Santo Amaro das Brotas', -107888900, -370544400, 0),
(101196, 276, 31, 'Tomar do Geru', -113733300, -378405600, 0),
(101197, 282, 34, 'Belitsa', 419569400, 235725000, 0),
(101198, 282, 34, 'Strumyani', 416333300, 232000000, 0),
(101199, 283, 34, 'Akhtopol', 421000000, 279500000, 0),
(101200, 283, 34, 'Sungurlare', 427666700, 267833300, 0),
(101201, 284, 34, 'Krushari', 438166700, 277500000, 0),
(101202, 287, 34, 'Lyubimets', 418333300, 260833300, 0),
(101203, 287, 34, 'Mineralni Bani', 419166700, 253500000, 0),
(101204, 287, 34, 'Topolovgrad', 420833300, 263333300, 0),
(101205, 289, 34, 'Bobovdol', 423697200, 230172200, 0),
(101206, 289, 34, 'Kocherinovo', 420833300, 230666700, 0),
(101207, 290, 34, 'Letnitsa', 433116700, 250733300, 0),
(101208, 290, 34, 'Yablanitsa', 430313900, 241127800, 0),
(101209, 291, 34, 'Boychinovtsi', 434722200, 233358300, 0),
(101210, 291, 34, 'Brusartsi', 436666700, 230666700, 0),
(101211, 292, 34, 'Bratsigovo', 420166700, 243666700, 0),
(101212, 294, 34, 'Gulyantsi', 436333300, 247000000, 0),
(101213, 294, 34, 'Iskur', 434500000, 242666700, 0),
(101214, 294, 34, 'Koynare', 433500000, 241333300, 0),
(101215, 294, 34, 'Nikopol', 437000000, 249000000, 0),
(101216, 295, 34, 'Brezovo', 423500000, 250833300, 0),
(101217, 295, 34, 'Suedinenie', 422666700, 245500000, 0),
(101218, 299, 34, 'Alfatar', 439500000, 272833300, 0),
(101219, 300, 34, 'Kermen', 425000000, 262500000, 0),
(101220, 300, 34, 'Tvurditsa', 427000000, 259000000, 0),
(101221, 301, 34, 'Madan', 415000000, 249500000, 0),
(101222, 302, 34, 'Etropole', 428333300, 240000000, 0),
(101223, 303, 34, 'Muglizh', 426000000, 255500000, 0),
(101224, 303, 34, 'Nikolaevo', 426333300, 258000000, 0),
(101225, 303, 34, 'Pavel Banya', 426000000, 252000000, 0),
(101226, 304, 34, 'Antonovo', 431500000, 261666700, 0),
(101227, 304, 34, 'Opaka', 434500000, 261666700, 0),
(101228, 305, 34, 'Dolni Chiflik', 429833300, 277166700, 0),
(101229, 305, 34, 'Vulchidol', 434000000, 275500000, 0),
(101230, 306, 34, 'Kilifarevo', 429833300, 256333300, 0),
(101231, 306, 34, 'Lyaskovets', 431111100, 257283300, 0),
(101232, 306, 34, 'Polski Trumbesh', 433836100, 256497200, 0),
(101233, 306, 34, 'Zlataritsa', 430500000, 259000000, 0),
(101234, 307, 34, 'Dunavtsi', 439211100, 228211100, 0),
(101235, 307, 34, 'Gramada', 438344400, 226586100, 0),
(101236, 308, 34, 'Borovan', 434333300, 237500000, 0),
(101237, 308, 34, 'Knezha', 435000000, 240833300, 0),
(101238, 308, 34, 'Krivodol', 433744400, 234844400, 0),
(101239, 308, 34, 'Miziya', 436833300, 238500000, 0),
(101240, 309, 34, 'Bolyarovo', 421500000, 268166700, 0),
(101241, 3050, 35, 'Koudougou', 122500000, -23666700, 0),
(101242, 3051, 36, 'Kirundo', -25845000, 300959000, 0),
(101243, 3052, 37, 'Vila Nova Sintra', 148666700, -247166700, 0),
(101244, 3053, 37, 'Santa Maria', 166000000, -229000000, 0),
(101245, 3054, 38, 'Krong Kaoh Kong', 116175000, 1029805600, 0),
(101246, 3055, 38, 'Senmonourom', 124500000, 1072000000, 0),
(101247, 3056, 38, 'Samraong', 124526200, 1055872600, 0),
(101248, 3057, 38, 'Phnum Tbeng Meanchey', 138166700, 1049666700, 0),
(101249, 3058, 38, 'Prey Veng', 114868200, 1053253300, 0),
(101250, 3059, 38, 'Banlung', 137468000, 1070045200, 0),
(101251, 3059, 38, 'Lumphat', 134878400, 1069815800, 0),
(101252, 3060, 38, 'Stoeng Treng', 135258600, 1059683000, 0),
(101253, 328, 39, 'Tignere', 73666700, 126500000, 0),
(101254, 329, 39, 'Okoa', 39833300, 116000000, 0),
(101255, 332, 39, 'Bonaberi', 40779000, 96759000, 0),
(101256, 332, 39, 'Dibombari', 41787000, 96561000, 0),
(101257, 334, 39, 'Babanki', 61166700, 102500000, 0),
(101258, 334, 39, 'Kumbo', 62000000, 106666700, 0),
(101259, 334, 39, 'Wum', 63833300, 100666700, 0),
(101260, 337, 39, 'Tiko', 40745000, 93699000, 0),
(101261, 338, 40, 'Acadia Valley', 511501300, -1102183200, 0),
(101262, 338, 40, 'Alberta Beach', 536668400, -1143520800, 0),
(101263, 338, 40, 'Alcomdale', 539001500, -1138353500, 0),
(101264, 338, 40, 'Alix', 524001200, -1131852500, 0),
(101265, 338, 40, 'Alliance', 524334500, -1117850300, 0),
(101266, 338, 40, 'Alsike', 531834200, -1144853900, 0),
(101267, 338, 40, 'Amisk', 525501300, -1110683600, 0),
(101268, 338, 40, 'Ardmore', 543334700, -1104850300, 0),
(101269, 338, 40, 'Ardrossan', 535501400, -1131352900, 0),
(101270, 338, 40, 'Armada', 504167800, -1127685600, 0),
(101271, 338, 40, 'Arrowwood', 507334100, -1131519100, 0),
(101272, 338, 40, 'Atikameg', 559334500, -1156524600, 0),
(101273, 338, 40, 'Bank Bay', 545668700, -1102184100, 0),
(101274, 338, 40, 'Bardo', 533001400, -1126852200, 0),
(101275, 338, 40, 'Bassano', 507834200, -1124685400, 0),
(101276, 338, 40, 'Bawlf', 529168400, -1124685800, 0),
(101277, 338, 40, 'Beach Corner', 535334300, -1141187600, 0),
(101278, 338, 40, 'Bearberry', 518500900, -1149020400, 0),
(101279, 338, 40, 'Beaver Crossing', 543501700, -1102183900, 0),
(101280, 338, 40, 'Bellevue', 495833200, -1143686900, 0),
(101281, 338, 40, 'Bentley', 524668100, -1140687100, 0),
(101282, 338, 40, 'Big Stone', 512001200, -1112017200, 0),
(101283, 338, 40, 'Bitumount', 573835200, -1116351500, 0),
(101284, 338, 40, 'Bluffton', 527501100, -1142853300, 0),
(101285, 338, 40, 'Botha', 523001300, -1125351900, 0),
(101286, 338, 40, 'Bowden', 519168100, -1140352900, 0),
(101287, 338, 40, 'Brule', 532833700, -1178856900, 0),
(101288, 338, 40, 'Burmis', 495500200, -1142852900, 0),
(101289, 338, 40, 'Carlos', 525501000, -1146353300, 0),
(101290, 338, 40, 'Caroline', 520834100, -1147520500, 0),
(101291, 338, 40, 'Carolside', 512168100, -1116350700, 0),
(101292, 338, 40, 'Carvel Corner', 535501300, -1142187700, 0),
(101293, 338, 40, 'Caslan', 546334900, -1125186700, 0),
(101294, 338, 40, 'Castle Island', 537168400, -1143353800, 0),
(101295, 338, 40, 'Cayley', 504500900, -1138519700, 0),
(101296, 338, 40, 'Chard', 558335100, -1109185000, 0),
(101297, 338, 40, 'Clive', 524668200, -1134519800, 0),
(101298, 338, 40, 'Clyde', 541501500, -1136520500, 0),
(101299, 338, 40, 'Coghill', 523501200, -1132852500, 0),
(101300, 338, 40, 'Coleman', 496333200, -1145020000, 0),
(101301, 338, 40, 'Connemara', 504000800, -1138186600, 0),
(101302, 338, 40, 'Coronation', 520834300, -1114517400, 0),
(101303, 338, 40, 'Cousins', 500667600, -1107183500, 0),
(101304, 338, 40, 'Cowley', 495667000, -1140852500, 0),
(101305, 338, 40, 'Cranford', 497667300, -1123518200, 0),
(101306, 338, 40, 'Crowsnest Pass', 496042200, -1145214000, 0),
(101307, 338, 40, 'Cygnet', 522668100, -1139520000, 0),
(101308, 338, 40, 'Czar', 524501300, -1108349400, 0),
(101309, 338, 40, 'Daysland', 528668400, -1122518400, 0),
(101310, 338, 40, 'Delacour', 511501200, -1137686600, 0),
(101311, 338, 40, 'Delia', 516334300, -1123851400, 0),
(101312, 338, 40, 'Delph', 540001600, -1126686400, 0),
(101313, 338, 40, 'Demmitt', 554499100, -1199028100, 0),
(101314, 338, 40, 'Deville', 534501400, -1129186600, 0),
(101315, 338, 40, 'Dewberry', 535834700, -1105349300, 0),
(101316, 338, 40, 'Donalda', 525834300, -1125686100, 0),
(101317, 338, 40, 'Draper', 566669000, -1112518700, 0),
(101318, 338, 40, 'Driftpile', 553334100, -1157691000, 0),
(101319, 338, 40, 'Duchess', 507168200, -1119185000, 0),
(101320, 338, 40, 'Dunmore', 499667600, -1106016300, 0),
(101321, 338, 40, 'Eaglesham', 557833600, -1178859900, 0),
(101322, 338, 40, 'Edgerton', 527501400, -1104516000, 0),
(101323, 338, 40, 'Egremont', 540334600, -1131353000, 0),
(101324, 338, 40, 'Embarras', 533000900, -1169022900, 0),
(101325, 338, 40, 'Enchant', 501667700, -1124185200, 0),
(101326, 338, 40, 'Entwistle', 536001400, -1150021300, 0),
(101327, 338, 40, 'Evansburg', 536001400, -1150188300, 0),
(101328, 338, 40, 'Excelsior', 537834400, -1135020200, 0),
(101329, 338, 40, 'Fawcett', 545334500, -1140854200, 0),
(101330, 338, 40, 'Ferintosh', 527668300, -1129686600, 0),
(101331, 338, 40, 'Fern Creek', 531001300, -1142520600, 0),
(101332, 338, 40, 'Fitzsimmons', 553333000, -1183693900, 0),
(101333, 338, 40, 'Forestburg', 525834400, -1120685000, 0),
(101334, 338, 40, 'Fort Assiniboine', 543334400, -1147688700, 0),
(101335, 338, 40, 'Frog Lake', 538334800, -1104183400, 0),
(101336, 338, 40, 'Galahad', 525168400, -1119350700, 0),
(101337, 338, 40, 'Garden Creek', 587002300, -1138855800, 0),
(101338, 338, 40, 'Gem', 509501100, -1121851300, 0),
(101339, 338, 40, 'Girouxville', 557500800, -1173359300, 0),
(101340, 338, 40, 'Glen Leslie', 551999900, -1184693900, 0),
(101341, 338, 40, 'Glen Park', 532001300, -1139187400, 0),
(101342, 338, 40, 'Goodfish Lake', 543001800, -1118351700, 0),
(101343, 338, 40, 'Granum', 498667200, -1135019200, 0),
(101344, 338, 40, 'Grassy Lake', 498167600, -1117184600, 0),
(101345, 338, 40, 'Hardisty', 526668400, -1113016800, 0),
(101346, 338, 40, 'Hartshorn', 519334300, -1123351400, 0),
(101347, 338, 40, 'Hay Lakes', 532001300, -1130519800, 0),
(101348, 338, 40, 'Highland Park', 560711100, -1182350000, 0),
(101349, 338, 40, 'Hill Spring', 492832600, -1136352100, 0),
(101350, 338, 40, 'Hillcrest', 495833200, -1143852900, 0),
(101351, 338, 40, 'Hillsdown', 522168200, -1135686800, 0),
(101352, 338, 40, 'Hines Creek', 562500500, -1186027800, 0),
(101353, 338, 40, 'Holden', 532334400, -1122351400, 0),
(101354, 338, 40, 'Horen', 534834300, -1147354100, 0),
(101355, 338, 40, 'Hussar', 510501200, -1126851700, 0),
(101356, 338, 40, 'Hylo', 546834900, -1122186300, 0),
(101357, 338, 40, 'Irvine', 499500900, -1102683100, 0),
(101358, 338, 40, 'Janet', 510088900, -1138763800, 0),
(101359, 338, 40, 'Jarvis Bay', 523168100, -1140687000, 0),
(101360, 338, 40, 'Joussard', 553668100, -1159357300, 0),
(101361, 338, 40, 'Kapasiwin', 535501400, -1144520900, 0),
(101362, 338, 40, 'Keephills', 534418300, -1143520800, 0),
(101363, 338, 40, 'Keg River', 577501300, -1176360900, 0),
(101364, 338, 40, 'Kimball', 490832800, -1132018900, 0),
(101365, 338, 40, 'Kneehill', 514668300, -1127351700, 0),
(101366, 338, 40, 'Krakow', 537445500, -1124352000, 0),
(101367, 338, 40, 'Leslieville', 523834100, -1146020300, 0),
(101368, 338, 40, 'Lindbrook', 534001400, -1128186400, 0),
(101369, 338, 40, 'Lomond', 503500800, -1126518500, 0),
(101370, 338, 40, 'Lougheed', 527334500, -1115517100, 0),
(101371, 338, 40, 'Lyalta', 511168200, -1136019500, 0),
(101372, 338, 40, 'Magrath', 494166800, -1128685600, 0),
(101373, 338, 40, 'Mallaig', 542168800, -1113685200, 0),
(101374, 338, 40, 'Manly Corner', 535668300, -1142187700, 0),
(101375, 338, 40, 'Mariana Lake', 559543900, -1120199900, 0),
(101376, 338, 40, 'McLennan', 557000900, -1169025900, 0),
(101377, 338, 40, 'Mildred Lake', 570335300, -1116019100, 0),
(101378, 338, 40, 'Milo', 505668000, -1128851800, 0),
(101379, 338, 40, 'Mirror', 524632440, -1131162400, 0),
(101380, 338, 40, 'Morley', 511500900, -1148687300, 0),
(101381, 338, 40, 'Morrin', 516668300, -1127851800, 0),
(101382, 338, 40, 'Mountain House', 519668100, -1143353100, 0),
(101383, 338, 40, 'Myrnam', 536668600, -1112350400, 0),
(101384, 338, 40, 'Nampa', 560334000, -1171359400, 0),
(101385, 338, 40, 'New Dayton', 494166900, -1123851200, 0),
(101386, 338, 40, 'New Norway', 528668300, -1129519600, 0),
(101387, 338, 40, 'Newbrook', 543168700, -1129520000, 0),
(101388, 338, 40, 'Nobleford', 498833100, -1130518600, 0),
(101389, 338, 40, 'Norglenwold', 523168100, -1141187000, 0),
(101390, 338, 40, 'Norris Beach', 529751200, -1140187400, 0),
(101391, 338, 40, 'Oberlin', 522834200, -1129019200, 0),
(101392, 338, 40, 'Onoway', 537001400, -1142020700, 0),
(101393, 338, 40, 'Parkland Beach', 526001100, -1140687200, 0),
(101394, 338, 40, 'Patience', 530501200, -1137520200, 0),
(101395, 338, 40, 'Patricia', 507001200, -1116684700, 0),
(101396, 338, 40, 'Peers', 536668400, -1160022300, 0),
(101397, 338, 40, 'Peno', 539168600, -1126852400, 0),
(101398, 338, 40, 'Picture Butte', 498833000, -1127851600, 0),
(101399, 338, 40, 'Pine Lake', 521168200, -1134852500, 0),
(101400, 338, 40, 'Piyami', 498500000, -1128351700, 0),
(101401, 338, 40, 'Priddis', 509865210, -1145094070, 0),
(101402, 338, 40, 'Quigley', 561169100, -1108850900, 0),
(101403, 338, 40, 'Raley', 492832800, -1131851900, 0),
(101404, 338, 40, 'Ralston', 502501100, -1111684400, 0),
(101405, 338, 40, 'Red Earth', 565470000, -1152820000, 0),
(101406, 338, 40, 'Redwater', 539501500, -1131019900, 0),
(101407, 338, 40, 'Rosalind', 527834300, -1124518700, 0),
(101408, 338, 40, 'Rosemary', 507668200, -1120851100, 0),
(101409, 338, 40, 'Round Hill', 531668300, -1126352200, 0),
(101410, 338, 40, 'Rusylvia', 536168600, -1108349900, 0),
(101411, 338, 40, 'Rycroft', 557499700, -1187194600, 0),
(101412, 338, 40, 'Ryley', 532834400, -1124351800, 0),
(101413, 338, 40, 'Seba Beach', 535501300, -1147354100, 0),
(101414, 338, 40, 'Silver Sands', 536334300, -1146521000, 0),
(101415, 338, 40, 'Simon Lakes', 564834800, -1166359100, 0),
(101416, 338, 40, 'Snug Cove', 546334900, -1113518500, 0),
(101417, 338, 40, 'Spring Point', 497167000, -1137686000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(101418, 338, 40, 'Springridge', 494499800, -1136519100, 0),
(101419, 338, 40, 'St. Brides', 539834600, -1115518000, 0),
(101420, 338, 40, 'Standard', 511168200, -1129852000, 0),
(101421, 338, 40, 'Stavely', 501667800, -1136352500, 0),
(101422, 338, 40, 'Stonelaw', 518668300, -1124851500, 0),
(101423, 338, 40, 'Strome', 528001400, -1120685000, 0),
(101424, 338, 40, 'Sunnynook', 512834100, -1116684700, 0),
(101425, 338, 40, 'Sunrise Beach', 537884400, -1140506500, 0),
(101426, 338, 40, 'Sunset House', 551167600, -1168692100, 0),
(101427, 338, 40, 'Tangent', 558000700, -1176693700, 0),
(101428, 338, 40, 'Tawatinaw', 543001600, -1134853500, 0),
(101429, 338, 40, 'Tennion', 499667400, -1125851300, 0),
(101430, 338, 40, 'Tilley', 504501100, -1116517700, 0),
(101431, 338, 40, 'Torlea', 531334400, -1119184800, 0),
(101432, 338, 40, 'Twining', 516334100, -1132852200, 0),
(101433, 338, 40, 'Two Hills', 537168600, -1117518100, 0),
(101434, 338, 40, 'Vauxhall', 500667800, -1121185300, 0),
(101435, 338, 40, 'Vega', 544001500, -1143854300, 0),
(101436, 338, 40, 'Veteran', 520001200, -1111184100, 0),
(101437, 338, 40, 'Viking', 531001400, -1117684400, 0),
(101438, 338, 40, 'Violet Grove', 531668100, -1150354400, 0),
(101439, 338, 40, 'Wabamun', 535501400, -1144687900, 0),
(101440, 338, 40, 'Wagner', 553501300, -1149855900, 0),
(101441, 338, 40, 'Wandering River', 552002100, -1124686600, 0),
(101442, 338, 40, 'Warner', 492833000, -1122017800, 0),
(101443, 338, 40, 'Waskatenau', 541168700, -1127852700, 0),
(101444, 338, 40, 'Water Valley', 515001000, -1146020200, 0),
(101445, 338, 40, 'Weberville', 562834000, -1173193900, 0),
(101446, 338, 40, 'White Elk', 509668100, -1141852900, 0),
(101447, 338, 40, 'Wildwood', 536168400, -1152354500, 0),
(101448, 338, 40, 'Willingdon', 538334600, -1121351600, 0),
(101449, 338, 40, 'Wolf', 509501100, -1141686900, 0),
(101450, 339, 40, '122 Mile House', 518498300, -1216027300, 0),
(101451, 339, 40, 'Alexis Creek', 520831100, -1232862100, 0),
(101452, 339, 40, 'Allison Lake', 496886200, -1206038600, 0),
(101453, 339, 40, 'Athalmer', 505166600, -1160187700, 0),
(101454, 339, 40, 'Baker Creek', 529331600, -1230223400, 0),
(101455, 339, 40, 'Baker Trails', 490866800, -1219374300, 0),
(101456, 339, 40, 'Bamberton', 485829400, -1235193300, 0),
(101457, 339, 40, 'Barrett Lake', 544497600, -1267534000, 0),
(101458, 339, 40, 'Barriere', 511830800, -1201192000, 0),
(101459, 339, 40, 'Big Lake Ranch', 524165300, -1218527800, 0),
(101460, 339, 40, 'Big White Ski', 497236000, -1189290000, 0),
(101461, 339, 40, 'Birken', 504830300, -1226194000, 0),
(101462, 339, 40, 'Blackloam', 506497800, -1202524900, 0),
(101463, 339, 40, 'Blucher Hall', 510998000, -1200191800, 0),
(101464, 339, 40, 'Boswell', 494498800, -1167688700, 0),
(101465, 339, 40, 'Bowser', 494329300, -1246695000, 0),
(101466, 339, 40, 'Burton', 499831500, -1178855700, 0),
(101467, 339, 40, 'Camp McKinney', 491164700, -1191856600, 0),
(101468, 339, 40, 'Canim Lake', 517665300, -1209026300, 0),
(101469, 339, 40, 'Carmi', 494997700, -1191190700, 0),
(101470, 339, 40, 'Celista', 509429600, -1193530200, 0),
(101471, 339, 40, 'Charlie Lake', 562831800, -1209529300, 0),
(101472, 339, 40, 'Cheam View', 492496900, -1216858500, 0),
(101473, 339, 40, 'Christina Lake', 490396700, -1182084700, 0),
(101474, 339, 40, 'Clinton', 510830900, -1215859700, 0),
(101475, 339, 40, 'Corra Linn', 494665400, -1174855400, 0),
(101476, 339, 40, 'Cortes Bay', 500628600, -1249356900, 0),
(101477, 339, 40, 'Crescent Valley', 494498400, -1175522400, 0),
(101478, 339, 40, 'Dease Lake', 584356900, -1299874900, 0),
(101479, 339, 40, 'Denman Island', 495329400, -1248195000, 0),
(101480, 339, 40, 'Devine', 505164300, -1224859800, 0),
(101481, 339, 40, 'Duncan Bay', 500663400, -1252861900, 0),
(101482, 339, 40, 'Dunsmuir', 493829300, -1246027900, 0),
(101483, 339, 40, 'Eagle Bluff', 492636600, -1195051900, 0),
(101484, 339, 40, 'Exstew', 543828800, -1291034500, 0),
(101485, 339, 40, 'Ferguson', 506831800, -1174855300, 0),
(101486, 339, 40, 'Fleming', 552464500, -1275711800, 0),
(101487, 339, 40, 'Fort St. James', 437001100, -794163000, 0),
(101488, 339, 40, 'Galloway', 493718100, -1152249500, 0),
(101489, 339, 40, 'Gates', 504997300, -1225359900, 0),
(101490, 339, 40, 'Georgetown Mills', 544661300, -1304034400, 0),
(101491, 339, 40, 'Gifford', 490996700, -1223358800, 0),
(101492, 339, 40, 'Gitanyow', 552664100, -1280702700, 0),
(101493, 339, 40, 'Glen Lake', 484329300, -1235193100, 0),
(101494, 339, 40, 'Gold River', 496829000, -1261196300, 0),
(101495, 339, 40, 'Gramsons', 504497200, -1226860100, 0),
(101496, 339, 40, 'Granisle', 548831000, -1262201100, 0),
(101497, 339, 40, 'Grindrod', 506331000, -1191190500, 0),
(101498, 339, 40, 'Hanceville', 519192200, -1230445800, 0),
(101499, 339, 40, 'Heriot Bay', 500996400, -1252195900, 0),
(101500, 339, 40, 'Hkusam', 503829300, -1259196800, 0),
(101501, 339, 40, 'Holmwood', 506164900, -1199524300, 0),
(101502, 339, 40, 'Hopkins Landing', 494294500, -1234798000, 0),
(101503, 339, 40, 'Hornby Island', 495352400, -1246783400, 0),
(101504, 339, 40, 'Jesmond', 512497900, -1219527000, 0),
(101505, 339, 40, 'Kaleden', 493983500, -1196042100, 0),
(101506, 339, 40, 'Kingcome', 509663400, -1261863300, 0),
(101507, 339, 40, 'Kitwanga', 550997100, -1280702600, 0),
(101508, 339, 40, 'Lindell Beach', 490352800, -1220161300, 0),
(101509, 339, 40, 'Lumberton', 494166200, -1158688000, 0),
(101510, 339, 40, 'Malakwa', 509331300, -1188023400, 0),
(101511, 339, 40, 'Maple Bay', 488163300, -1236193600, 0),
(101512, 339, 40, 'Marblehead', 502498800, -1169689000, 0),
(101513, 339, 40, 'Marshall School Junction', 497107100, -1245114100, 0),
(101514, 339, 40, 'Marysville', 496332400, -1159521800, 0),
(101515, 339, 40, 'Meziadin Junction', 561010000, -1293039300, 0),
(101516, 339, 40, 'Minto Landing', 491996800, -1219525700, 0),
(101517, 339, 40, 'Montrose', 490831400, -1175855200, 0),
(101518, 339, 40, 'Moricetown', 550330500, -1273368000, 0),
(101519, 339, 40, 'Moyie', 492999100, -1158353800, 0),
(101520, 339, 40, 'New Denver', 499915500, -1173758000, 0),
(101521, 339, 40, 'Oona River', 539494700, -1302533600, 0),
(101522, 339, 40, 'Osland', 541327500, -1301700800, 0),
(101523, 339, 40, 'Paradise Point', 507998100, -1191690600, 0),
(101524, 339, 40, 'Penny', 538499400, -1212861400, 0),
(101525, 339, 40, 'Pioneer Mine', 507664500, -1227860800, 0),
(101526, 339, 40, 'Port Alice', 503828900, -1274531300, 0),
(101527, 339, 40, 'Porto Rico', 493331800, -1172355100, 0),
(101528, 339, 40, 'Procter', 496166100, -1169521800, 0),
(101529, 339, 40, 'Promonotory', 491035400, -1219352000, 0),
(101530, 339, 40, 'Quesnel Forks', 526665700, -1216694300, 0),
(101531, 339, 40, 'Quilchena', 501601300, -1205119500, 0),
(101532, 339, 40, 'Redstone', 521331000, -1237029600, 0),
(101533, 339, 40, 'Rock Creek', 490503000, -1189887100, 0),
(101534, 339, 40, 'Roe Lake', 515165300, -1208358900, 0),
(101535, 339, 40, 'Rogers', 514999100, -1174855400, 0),
(101536, 339, 40, 'Rose Prairie', 564998800, -1207862600, 0),
(101537, 339, 40, 'Round Prairie', 500667700, -1149188000, 0),
(101538, 339, 40, 'Ruby Creek', 493496900, -1216025500, 0),
(101539, 339, 40, 'Saseenos', 483829200, -1236693100, 0),
(101540, 339, 40, 'Seymour Arm', 512331400, -1189523800, 0),
(101541, 339, 40, 'Shoreacres', 494165400, -1175355400, 0),
(101542, 339, 40, 'Silverton', 499526500, -1173605000, 0),
(101543, 339, 40, 'Sirdar', 492331700, -1166188200, 0),
(101544, 339, 40, 'Skeena', 542327700, -1298366700, 0),
(101545, 339, 40, 'Skeena Crossing', 550983200, -1278146300, 0),
(101546, 339, 40, 'Skookumchuck', 499166400, -1157353900, 0),
(101547, 339, 40, 'Slocan', 497665600, -1174689300, 0),
(101548, 339, 40, 'Sorrento', 508831100, -1194691000, 0),
(101549, 339, 40, 'Sproat Lake', 492829200, -1249195100, 0),
(101550, 339, 40, 'St. Ives', 509816100, -1191016700, 0),
(101551, 339, 40, 'Stephen', 514499900, -1162855000, 0),
(101552, 339, 40, 'Sunset Prairie', 558498900, -1207696000, 0),
(101553, 339, 40, 'Swartz Bay', 486829400, -1234193300, 0),
(101554, 339, 40, 'Taft', 509831400, -1186523400, 0),
(101555, 339, 40, 'Tappen', 507831100, -1193356800, 0),
(101556, 339, 40, 'Tatogga', 577343500, -1299928300, 0),
(101557, 339, 40, 'Tatton', 517165300, -1213693600, 0),
(101558, 339, 40, 'Telkwa', 546969600, -1270534600, 0),
(101559, 339, 40, 'Tlell', 535662100, -1319367200, 0),
(101560, 339, 40, 'Union Bay', 495829400, -1248861100, 0),
(101561, 339, 40, 'Vallican', 495665400, -1176522500, 0),
(101562, 339, 40, 'Wardner', 494166300, -1154187500, 0),
(101563, 339, 40, 'Ware', 574163100, -1256365900, 0),
(101564, 339, 40, 'Warfield', 490956300, -1177453300, 0),
(101565, 339, 40, 'Westbridge', 491664700, -1189690200, 0),
(101566, 339, 40, 'Westholme', 488663300, -1237026700, 0),
(101567, 339, 40, 'Yahk', 490832000, -1160853900, 0),
(101568, 339, 40, 'Yreka', 504663000, -1275531500, 0),
(101569, 339, 40, 'Zeballos', 499828800, -1268530300, 0),
(101570, 340, 40, 'Ashville', 511750100, -1002966400, 0),
(101571, 340, 40, 'Austin', 499503300, -989368800, 0),
(101572, 340, 40, 'Baldur', 493853200, -992447200, 0),
(101573, 340, 40, 'Bay Shore Heights', 507875100, -969931600, 0),
(101574, 340, 40, 'Bellsite', 525942400, -1010605800, 0),
(101575, 340, 40, 'Berens River', 523653100, -970298300, 0),
(101576, 340, 40, 'Big Island Landing', 497847000, -951807900, 0),
(101577, 340, 40, 'Big Woody', 521397000, -1014669900, 0),
(101578, 340, 40, 'Binney', 492617000, -985932900, 0),
(101579, 340, 40, 'Birdtail', 507269000, -1008872800, 0),
(101580, 340, 40, 'Birtle', 504225000, -1010484000, 0),
(101581, 340, 40, 'Bissett', 510250200, -956816300, 0),
(101582, 340, 40, 'Bloom', 499789200, -984918400, 0),
(101583, 340, 40, 'Breezy Point', 502717100, -968498200, 0),
(101584, 340, 40, 'Bristol', 494727900, -967389100, 0),
(101585, 340, 40, 'Brochet', 578799800, -1016718100, 0),
(101586, 340, 40, 'Cabot', 498744000, -975895800, 0),
(101587, 340, 40, 'Cartwright', 490956200, -993408300, 0),
(101588, 340, 40, 'Caye', 499811200, -986654600, 0),
(101589, 340, 40, 'Chatfield', 507839100, -975714800, 0),
(101590, 340, 40, 'Clear Springs', 495602900, -966842000, 0),
(101591, 340, 40, 'Cromer', 497314000, -1012359300, 0),
(101592, 340, 40, 'Cross Lake', 498297000, -952018900, 0),
(101593, 340, 40, 'Crystal City', 491464100, -989497100, 0),
(101594, 340, 40, 'Curtis', 499414200, -981463200, 0),
(101595, 340, 40, 'Cypress River', 495558200, -990875000, 0),
(101596, 340, 40, 'Dallas', 513922100, -974856800, 0),
(101597, 340, 40, 'Deacon', 498494000, -969356300, 0),
(101598, 340, 40, 'Domain', 496142000, -973220600, 0),
(101599, 340, 40, 'Douglas Station', 498922300, -997108400, 0),
(101600, 340, 40, 'Dufresne', 497268900, -967239100, 0),
(101601, 340, 40, 'Dufrost', 493582900, -970523400, 0),
(101602, 340, 40, 'Ebb and Flow', 510381200, -990685700, 0),
(101603, 340, 40, 'Edenburg', 490160800, -974871000, 0),
(101604, 340, 40, 'Elgin', 494439100, -1002700900, 0),
(101605, 340, 40, 'Elkhorn', 499756000, -1012403400, 0),
(101606, 340, 40, 'Elma', 498749900, -959086400, 0),
(101607, 340, 40, 'Emesville', 500386000, -971378400, 0),
(101608, 340, 40, 'Endcliffe', 508685900, -1013651100, 0),
(101609, 340, 40, 'Ethelbert', 515292100, -1003941700, 0),
(101610, 340, 40, 'Fairford', 515841100, -987231400, 0),
(101611, 340, 40, 'Foley', 505472200, -970920600, 0),
(101612, 340, 40, 'Garson', 500778000, -967073000, 0),
(101613, 340, 40, 'Gillam', 563474500, -947080800, 0),
(101614, 340, 40, 'Glenboro', 495558200, -992919100, 0),
(101615, 340, 40, 'Good Harbour', 521297200, -1001502500, 0),
(101616, 340, 40, 'Grand Beach', 505542100, -966339200, 0),
(101617, 340, 40, 'Grand Rapids', 532083200, -993007500, 0),
(101618, 340, 40, 'Green Oak', 501647000, -964533900, 0),
(101619, 340, 40, 'Greenway', 493653100, -991161100, 0),
(101620, 340, 40, 'Gretna', 490077900, -975624100, 0),
(101621, 340, 40, 'Hillside Beach', 506683100, -965642100, 0),
(101622, 340, 40, 'Hochstadt', 494741900, -968734300, 0),
(101623, 340, 40, 'Inglis', 509446900, -1012520000, 0),
(101624, 340, 40, 'Ipswich', 504183100, -1004816600, 0),
(101625, 340, 40, 'Kinosota', 509058200, -988671600, 0),
(101626, 340, 40, 'Kitchiokonim Place', 539126900, -943343400, 0),
(101627, 340, 40, 'La Salle', 496931000, -972645600, 0),
(101628, 340, 40, 'Lac du Bonnet', 502536000, -960611600, 0),
(101629, 340, 40, 'Ladysmith', 498075200, -988249800, 0),
(101630, 340, 40, 'Landseer', 495753200, -989732800, 0),
(101631, 340, 40, 'Le Pensie', 584570100, -1011632400, 0),
(101632, 340, 40, 'Leaf Rapids', 564628700, -1000058000, 0),
(101633, 340, 40, 'Leighton', 492192200, -1006002800, 0),
(101634, 340, 40, 'Little Ridge', 505447200, -986926600, 0),
(101635, 340, 40, 'Lynn Lake', 568252400, -1010756400, 0),
(101636, 340, 40, 'MacGregor', 499661300, -987793700, 0),
(101637, 340, 40, 'Matawak', 545833200, -934009600, 0),
(101638, 340, 40, 'McCreary', 507731200, -994930000, 0),
(101639, 340, 40, 'McDonald', 500808000, -969700300, 0),
(101640, 340, 40, 'Medika', 497377900, -958783400, 0),
(101641, 340, 40, 'Melita', 492681100, -1009966900, 0),
(101642, 340, 40, 'Miami', 493711000, -982446600, 0),
(101643, 340, 40, 'Miniota', 501433100, -1010340200, 0),
(101644, 340, 40, 'Moosehorn', 512914100, -984235300, 0),
(101645, 340, 40, 'Moss Spur', 499880900, -961347600, 0),
(101646, 340, 40, 'Norgate', 506831200, -994702000, 0),
(101647, 340, 40, 'Norman', 500653100, -1004525900, 0),
(101648, 340, 40, 'Norway House', 539821400, -978326500, 0),
(101649, 340, 40, 'Notre Dame de Lourdes', 495331000, -985585600, 0),
(101650, 340, 40, 'Opekamank', 527475300, -967100000, 0),
(101651, 340, 40, 'Oswald', 502106100, -975523800, 0),
(101652, 340, 40, 'Parkdale', 500419000, -970364300, 0),
(101653, 340, 40, 'Pilot Mound', 492014100, -988947000, 0),
(101654, 340, 40, 'Piney', 490752700, -959788600, 0),
(101655, 340, 40, 'Plum Coulee', 491910900, -977613300, 0),
(101656, 340, 40, 'Pukatawagan', 557423900, -1013164900, 0),
(101657, 340, 40, 'Rapid City', 501208200, -1000366700, 0),
(101658, 340, 40, 'Reaburn', 500872100, -978738000, 0),
(101659, 340, 40, 'Rivers', 500308100, -1002402900, 0),
(101660, 340, 40, 'Roblin', 512299900, -1013565000, 0),
(101661, 340, 40, 'Roland', 493664000, -979407500, 0),
(101662, 340, 40, 'Rossburn', 506692000, -1008119700, 0),
(101663, 340, 40, 'Rossdale', 500914000, -970039300, 0),
(101664, 340, 40, 'Russell', 507807900, -1012848100, 0),
(101665, 340, 40, 'Sapton', 500186000, -967039000, 0),
(101666, 340, 40, 'Shoal Lake', 504378100, -1005919600, 0),
(101667, 340, 40, 'Snow Lake', 548790300, -1000374000, 0),
(101668, 340, 40, 'Somerset', 494122100, -986613800, 0),
(101669, 340, 40, 'South Junction', 490405700, -957661400, 0),
(101670, 340, 40, 'Sperling', 495081100, -977054000, 0),
(101671, 340, 40, 'Split Lake', 560169500, -958271000, 0),
(101672, 340, 40, 'Spring Well', 503211000, -962608800, 0),
(101673, 340, 40, 'Spruce Sands', 507850100, -969850600, 0),
(101674, 340, 40, 'St-Pierre-Jolys', 494402900, -969850400, 0),
(101675, 340, 40, 'St. Andrews', 500714000, -969839300, 0),
(101676, 340, 40, 'St. Raymond', 496180900, -965887000, 0),
(101677, 340, 40, 'Ste. Rose du Lac', 437001100, -794163000, 0),
(101678, 340, 40, 'Stony Mountain', 500864000, -972195500, 0),
(101679, 340, 40, 'Tadoule Lake', 587141300, -984829000, 0),
(101680, 340, 40, 'Telford', 498403000, -953861000, 0),
(101681, 340, 40, 'Toniata', 497147000, -952321900, 0),
(101682, 340, 40, 'Traverse Bay', 506733100, -964862100, 0),
(101683, 340, 40, 'Treherne', 496294100, -986985600, 0),
(101684, 340, 40, 'Victoria Beach', 507022100, -965634100, 0),
(101685, 340, 40, 'Walkerburn', 515235800, -1014876200, 0),
(101686, 340, 40, 'Waskada', 490967300, -1008027700, 0),
(101687, 340, 40, 'Wawanesa', 495950100, -996847600, 0),
(101688, 340, 40, 'White Plains', 498533000, -975412700, 0),
(101689, 340, 40, 'Whitemouth', 499541900, -959758500, 0),
(101690, 340, 40, 'Winnipegosis', 516486100, -999266400, 0),
(101691, 340, 40, 'Woodridge', 492838700, -961483700, 0),
(101692, 340, 40, 'Woodroyd', 502758100, -974837700, 0),
(101693, 340, 40, 'Zbaraz', 509944100, -974862600, 0),
(101694, 341, 40, 'Aboushagan Road', 459834500, -643487500, 0),
(101695, 341, 40, 'Allardville', 474749800, -654950000, 0),
(101696, 341, 40, 'Barnaby River', 468834100, -655154500, 0),
(101697, 341, 40, 'Bon Accord', 466492000, -675925000, 0),
(101698, 341, 40, 'Brookville', 457168600, -647987700, 0),
(101699, 341, 40, 'Cambridge-Narrows', 458120400, -659641500, 0),
(101700, 341, 40, 'Canterbury', 458954100, -674678100, 0),
(101701, 341, 40, 'Chatham', 470334100, -654320400, 0),
(101702, 341, 40, 'Cochrane Corner', 454834500, -661488500, 0),
(101703, 341, 40, 'Crystal Beach', 453605900, -662180300, 0),
(101704, 341, 40, 'Cumberland Bay', 460334400, -658655600, 0),
(101705, 341, 40, 'Derrys Corner', 457334600, -647320600, 0),
(101706, 341, 40, 'Donegal', 457001600, -652655100, 0),
(101707, 341, 40, 'Edwards Corner', 451168400, -670821800, 0),
(101708, 341, 40, 'Flowers Cove', 460334400, -660321700, 0),
(101709, 341, 40, 'Four Corners', 451834400, -673156000, 0),
(101710, 341, 40, 'Fredericton Junction', 456604300, -666138700, 0),
(101711, 341, 40, 'Grand Manan', 446982400, -668210900, 0),
(101712, 341, 40, 'Grand-Sault', 470334000, -677284800, 0),
(101713, 341, 40, 'Grande-Anse', 478077900, -651945000, 0),
(101714, 341, 40, 'Harcourt', 464668300, -652487700, 0),
(101715, 341, 40, 'Isaiah Corner', 459001500, -647154600, 0),
(101716, 341, 40, 'Kingsclear', 458309810, -669089900, 0),
(101717, 341, 40, 'Lauvergot', 472914600, -651607700, 0),
(101718, 341, 40, 'Lavillette', 472636200, -653152700, 0),
(101719, 341, 40, 'Lawrence Station', 454334300, -671822000, 0),
(101720, 341, 40, 'Listuguj', 480117500, -667028000, 0),
(101721, 341, 40, 'Lower Main River', 465635800, -649873900, 0),
(101722, 341, 40, 'Marysville', 459834100, -665821800, 0),
(101723, 341, 40, 'McAdam', 455923200, -673070000, 0),
(101724, 341, 40, 'McGowans Corner', 458834300, -662988700, 0),
(101725, 341, 40, 'Melrose', 461001400, -639487300, 0),
(101726, 341, 40, 'Millerton', 469001100, -656320500, 0),
(101727, 341, 40, 'Millville', 461307200, -671961600, 0),
(101728, 341, 40, 'New Bandon', 465006400, -662491900, 0),
(101729, 341, 40, 'Perth', 466859500, -676160400, 0),
(101730, 341, 40, 'Plaster Rock', 469065400, -673899700, 0),
(101731, 341, 40, 'Port Elgin', 460487400, -640868300, 0),
(101732, 341, 40, 'Prince William', 459168100, -670488900, 0),
(101733, 341, 40, 'Royal Road', 460941000, -667353800, 0),
(101734, 341, 40, 'Saint Wilfred', 472541800, -652139900, 0),
(101735, 341, 40, 'Saint-David', 464168400, -647487500, 0),
(101736, 341, 40, 'Saint-Louis de Kent', 467401300, -649698300, 0),
(101737, 341, 40, 'Salisbury', 460232950, -650578430, 0),
(101738, 341, 40, 'Shemogue', 461501400, -641820400, 0),
(101739, 341, 40, 'St. Martins', 453509700, -655457100, 0),
(101740, 341, 40, 'Tobique Indian Reservation', 467808000, -677011000, 0),
(101741, 341, 40, 'Upper Blackville', 466501100, -658654700, 0),
(101742, 341, 40, 'Welsford', 454501400, -663321600, 0),
(101743, 341, 40, 'Welshpool', 448834400, -669488900, 0),
(101744, 341, 40, 'Woodland', 450834300, -667155900, 0),
(101745, 342, 40, 'Anchor Point', 512333900, -567981000, 0),
(101746, 342, 40, 'Arnold''s Cove', 477693000, -539870300, 0),
(101747, 342, 40, 'Avondale', 474165900, -531980800, 0),
(101748, 342, 40, 'Baie Verte', 499332500, -561815200, 0),
(101749, 342, 40, 'Bauline', 477165900, -528313500, 0),
(101750, 342, 40, 'Bay de Verde', 480831900, -528980500, 0),
(101751, 342, 40, 'Bell Island Front', 476312900, -529341600, 0),
(101752, 342, 40, 'Benton', 488999100, -544148300, 0),
(101753, 342, 40, 'Big Brook', 515167900, -561480100, 0),
(101754, 342, 40, 'Bird Cove', 510500800, -569314100, 0),
(101755, 342, 40, 'Bishop''s Cove', 476331900, -532313800, 0),
(101756, 342, 40, 'Bonne Bay', 495000100, -579150200, 0),
(101757, 342, 40, 'Branch', 468832000, -539481400, 0),
(101758, 342, 40, 'Burlington', 497499700, -560148800, 0),
(101759, 342, 40, 'Cartyville', 482333100, -587985200, 0),
(101760, 342, 40, 'Chapel Arm', 475169100, -536693300, 0),
(101761, 342, 40, 'Clarenville-Shoal Harbour', 481805000, -539698200, 0),
(101762, 342, 40, 'Clarke''s Beach', 475498900, -532813800, 0),
(101763, 342, 40, 'Collier''s Riverhead', 474665900, -532147800, 0),
(101764, 342, 40, 'Comfort Cove-Newstead', 493999300, -548648400, 0),
(101765, 342, 40, 'Conception Harbour', 474426900, -532180800, 0),
(101766, 342, 40, 'Crooks Lake Lodge', 526557700, -594377500, 0),
(101767, 342, 40, 'Cross Roads', 474471000, -535475000, 0),
(101768, 342, 40, 'Cruisers', 489832400, -555815100, 0),
(101769, 342, 40, 'Cupids', 475498900, -532147800, 0),
(101770, 342, 40, 'Daniel''s Harbour', 502333300, -575815600, 0),
(101771, 342, 40, 'Devils Kitchen', 470665900, -529313600, 0),
(101772, 342, 40, 'East Bay', 477667000, -582485000, 0),
(101773, 342, 40, 'Embree', 493027300, -550425600, 0),
(101774, 342, 40, 'Flat Bay', 484000200, -585818200, 0),
(101775, 342, 40, 'Flat Rock', 469998900, -529813700, 0),
(101776, 342, 40, 'Flatrock', 477067760, -527130840, 0),
(101777, 342, 40, 'Fox Harbour', 473166000, -539148200, 0),
(101778, 342, 40, 'Fox Island Harbour', 475999700, -572817400, 0),
(101779, 342, 40, 'Foxtrap', 475165900, -529813600, 0),
(101780, 342, 40, 'Freshwater', 468498900, -529480700, 0),
(101781, 342, 40, 'Gallardin Point', 472599000, -539731300, 0),
(101782, 342, 40, 'Gallows Cove', 474498900, -531480800, 0),
(101783, 342, 40, 'Gambo', 487832000, -542148200, 0),
(101784, 342, 40, 'Georges Brook', 482332000, -539648100, 0),
(101785, 342, 40, 'Glenburnie', 494333100, -578983200, 0),
(101786, 342, 40, 'Glenburnie-Birchy Head-Shoal Brook', 494500100, -579150200, 0),
(101787, 342, 40, 'Glenwood', 489832200, -548814600, 0),
(101788, 342, 40, 'Glovertown South', 486666100, -540148100, 0),
(101789, 342, 40, 'Grand Le Pierre', 476832100, -547815200, 0),
(101790, 342, 40, 'Greenland', 475665900, -531813800, 0),
(101791, 342, 40, 'Greenspond', 490665800, -535647600, 0),
(101792, 342, 40, 'Hampden', 495500000, -568482600, 0),
(101793, 342, 40, 'Harbour Breton', 474832500, -557983300, 0),
(101794, 342, 40, 'Harbour Main', 474331900, -531647800, 0),
(101795, 342, 40, 'Hare Bay', 488499000, -540148100, 0),
(101796, 342, 40, 'Heart''s Desire', 478165900, -534480900, 0),
(101797, 342, 40, 'Howley', 491666900, -571149700, 0),
(101798, 342, 40, 'Humber Arm South', 490167100, -581484100, 0),
(101799, 342, 40, 'Joyce', 483833200, -585985200, 0),
(101800, 342, 40, 'King''s Point', 495832700, -561815000, 0),
(101801, 342, 40, 'Kippens', 485500100, -586318000, 0),
(101802, 342, 40, 'La Scie', 499499500, -555981100, 0),
(101803, 342, 40, 'Lawn', 469499400, -555316300, 0),
(101804, 342, 40, 'Little Bay', 495999600, -559481800, 0),
(101805, 342, 40, 'Little Bay East', 475499200, -548482500, 0),
(101806, 342, 40, 'Logy Bay-Middle Cove-Outer Cove', 476331900, -526813400, 0),
(101807, 342, 40, 'Mary''s Harbour', 523167800, -558313000, 0),
(101808, 342, 40, 'Massey Drive', 489333100, -578984000, 0),
(101809, 342, 40, 'Morrisville', 478666500, -557650200, 0),
(101810, 342, 40, 'Mount Moriah', 489667100, -580317100, 0),
(101811, 342, 40, 'Nain', 565458100, -616725300, 0),
(101812, 342, 40, 'New-Wes-Valley', 491498800, -535647500, 0),
(101813, 342, 40, 'Norris Point', 495272100, -578845600, 0),
(101814, 342, 40, 'Parkers Cove', 473999200, -548649600, 0),
(101815, 342, 40, 'Placentia', 472332000, -539648300, 0),
(101816, 342, 40, 'Port Hope Simpson', 525500900, -562980300, 0),
(101817, 342, 40, 'Port Saunders', 506500700, -572982200, 0),
(101818, 342, 40, 'Port Union', 484998900, -530813500, 0),
(101819, 342, 40, 'Port au Port', 485500100, -587152100, 0),
(101820, 342, 40, 'Port au Port East', 485500100, -587152100, 0),
(101821, 342, 40, 'Portugal Cove-St. Phillip''s', 437001100, -794163000, 0),
(101822, 342, 40, 'Postville', 548979300, -597944600, 0),
(101823, 342, 40, 'Red Harbour', 472999300, -549815700, 0),
(101824, 342, 40, 'Reids Fishing Room', 475234900, -536703100, 0),
(101825, 342, 40, 'Rioux', 481999000, -540314200, 0),
(101826, 342, 40, 'Rocky Harbour', 496000100, -579150200, 0),
(101827, 342, 40, 'Saint Fintan''s', 481834900, -588400300, 0),
(101828, 342, 40, 'Seal Cove', 474665900, -530813700, 0),
(101829, 342, 40, 'Seldom Come By', 496166200, -541814100, 0),
(101830, 342, 40, 'Sheshatshit', 535186800, -601459400, 0),
(101831, 342, 40, 'South Brook', 494332500, -560815300, 0),
(101832, 342, 40, 'South River', 475498900, -532647800, 0),
(101833, 342, 40, 'South Side', 492166300, -550314600, 0),
(101834, 342, 40, 'Sprucy Cove', 497500100, -568649300, 0),
(101835, 342, 40, 'St. Anthony', 513667800, -555812700, 0),
(101836, 342, 40, 'St. Bernard''s-Jacques Fontaine', 475193200, -549149600, 0),
(101837, 342, 40, 'St. George''s', 484333100, -584818100, 0),
(101838, 342, 40, 'St. Lawrence', 469166400, -553983200, 0),
(101839, 342, 40, 'Stephenville Crossing', 485000100, -584318000, 0),
(101840, 342, 40, 'Swansea', 477498900, -532647800, 0),
(101841, 342, 40, 'Topsail', 475331900, -529313600, 0),
(101842, 342, 40, 'Trinity', 483665900, -533647700, 0),
(101843, 342, 40, 'Triton', 495166400, -556148900, 0),
(101844, 342, 40, 'Trout River', 494833300, -581316500, 0),
(101845, 342, 40, 'Upper Ferry', 478500100, -592485800, 0),
(101846, 342, 40, 'Upper Island Cove', 476498900, -532147800, 0),
(101847, 342, 40, 'Valleyfield', 491331800, -536147500, 0),
(101848, 342, 40, 'Victoria Cove', 493499200, -544981100, 0),
(101849, 342, 40, 'Windsor', 489499400, -556649200, 0),
(101850, 343, 40, 'Holman', 707341800, -1177545700, 0),
(101851, 343, 40, 'Wekweeti', 641902780, -1141827780, 0),
(101852, 344, 40, 'Amiraults Corner', 444501500, -658488500, 0),
(101853, 344, 40, 'Avonport', 451001500, -642487500, 0),
(101854, 344, 40, 'Aylesford', 450334500, -648320900, 0),
(101855, 344, 40, 'Baddeck', 461001400, -607484900, 0),
(101856, 344, 40, 'Balmoral', 456668400, -610652200, 0),
(101857, 344, 40, 'Barrington', 435668600, -655655300, 0),
(101858, 344, 40, 'Barrios Beach', 456334400, -616152500, 0),
(101859, 344, 40, 'Bear River', 445668500, -656488400, 0),
(101860, 344, 40, 'Belmont', 454236100, -633886100, 0),
(101861, 344, 40, 'Big Pond Centre', 458834400, -605651700, 0),
(101862, 344, 40, 'Big Ridge South', 459334400, -602317500, 0),
(101863, 344, 40, 'Bridgetown', 448501500, -652988200, 0),
(101864, 344, 40, 'Brookfield', 452501500, -632819800, 0),
(101865, 344, 40, 'Broughton', 460834400, -599651400, 0),
(101866, 344, 40, 'Caledonia', 443668600, -650321000, 0),
(101867, 344, 40, 'Cambridge Station', 450668500, -646320700, 0),
(101868, 344, 40, 'Camperdown', 442668600, -645987700, 0),
(101869, 344, 40, 'Canso', 453334500, -609985100, 0),
(101870, 344, 40, 'Caribou Marsh', 460501400, -601984500, 0),
(101871, 344, 40, 'Carrington', 458334500, -637654100, 0),
(101872, 344, 40, 'Casey Corner', 450168500, -645487700, 0),
(101873, 344, 40, 'Castle Bay', 459168400, -606484800, 0),
(101874, 344, 40, 'Chester', 445501500, -642487400, 0),
(101875, 344, 40, 'Cheticamp', 466334400, -610152100, 0),
(101876, 344, 40, 'Church Point', 443334500, -661155700, 0),
(101877, 344, 40, 'Clark''s Harbour', 434501600, -656321300, 0),
(101878, 344, 40, 'Coldbrook', 450668500, -645820700, 0),
(101879, 344, 40, 'Cornwallis Square', 450834500, -646654700, 0),
(101880, 344, 40, 'Coxheath', 461168400, -602317500, 0),
(101881, 344, 40, 'Crouchers Forks', 446334500, -638820200, 0),
(101882, 344, 40, 'Debert', 454334500, -634653900, 0),
(101883, 344, 40, 'Devils Island', 445834500, -634653900, 0),
(101884, 344, 40, 'Dingwall', 469001400, -604651600, 0),
(101885, 344, 40, 'Dufferin Mines', 449501500, -623986100, 0),
(101886, 344, 40, 'East Clifford', 444334500, -647320800, 0),
(101887, 344, 40, 'East Southampton', 455834500, -641987400, 0),
(101888, 344, 40, 'Ecum Secum', 449668500, -621318900, 0),
(101889, 344, 40, 'Eskasoni', 459327700, -606438400, 0),
(101890, 344, 40, 'Evanston', 456168400, -612152300, 0),
(101891, 344, 40, 'Farmington', 455668500, -638987400, 0),
(101892, 344, 40, 'Feeners Corner', 444668500, -645820700, 0),
(101893, 344, 40, 'Fort Belcher', 453668500, -634153900, 0),
(101894, 344, 40, 'Glenmore', 450668500, -631486700, 0),
(101895, 344, 40, 'Grand River', 456501500, -606651900, 0),
(101896, 344, 40, 'Grant Valley', 451334500, -636654000, 0),
(101897, 344, 40, 'Grass Cove', 459834400, -608151900, 0),
(101898, 344, 40, 'Great Village', 454168500, -635987000, 0),
(101899, 344, 40, 'Hantsport', 450668500, -641654400, 0),
(101900, 344, 40, 'Hebron', 438834500, -660821700, 0),
(101901, 344, 40, 'Hillside', 456133200, -626301400, 0),
(101902, 344, 40, 'Hoegs Corner', 454334500, -637654200, 0),
(101903, 344, 40, 'Homeville', 460834400, -598984400, 0),
(101904, 344, 40, 'Hopewell', 454834500, -626986400, 0),
(101905, 344, 40, 'Hoppenderry', 454168500, -618818700, 0),
(101906, 344, 40, 'Horton Landing', 451168500, -642820500, 0),
(101907, 344, 40, 'Immaculate Conception Church', 462443100, -602180000, 0),
(101908, 344, 40, 'Ingramport', 446668500, -639487200, 0),
(101909, 344, 40, 'Jacksons Point', 460001400, -640320300, 0),
(101910, 344, 40, 'Joggins', 456834500, -644320500, 0),
(101911, 344, 40, 'Kemptville', 440501500, -658321500, 0),
(101912, 344, 40, 'Kennetcook', 451834500, -637320100, 0),
(101913, 344, 40, 'Labelle', 443168600, -648320800, 0),
(101914, 344, 40, 'Leitches Creek Station', 461668400, -602984600, 0),
(101915, 344, 40, 'Lewis Mountain', 460168400, -610652100, 0),
(101916, 344, 40, 'Lockeport', 437001600, -651155000, 0),
(101917, 344, 40, 'Lower Woods Harbour', 435168600, -657321400, 0),
(101918, 344, 40, 'Mabou', 460668400, -613818300, 0),
(101919, 344, 40, 'MacNeils Vale', 460168400, -608151900, 0),
(101920, 344, 40, 'Maccan', 457168500, -642487400, 0),
(101921, 344, 40, 'Main-a-Dieu', 460001400, -598484300, 0),
(101922, 344, 40, 'Mantua', 450001500, -640487300, 0),
(101923, 344, 40, 'Marshalls Crossing', 456396100, -626378600, 0),
(101924, 344, 40, 'McCurdys Corner', 453834500, -632986800, 0),
(101925, 344, 40, 'Meaghers Grant', 449334500, -632319700, 0),
(101926, 344, 40, 'Micmac', 456168500, -625153200, 0),
(101927, 344, 40, 'Mill Village', 441501600, -646487700, 0),
(101928, 344, 40, 'Millbrook', 455168500, -628153500, 0),
(101929, 344, 40, 'Milton', 440668600, -647487800, 0),
(101930, 344, 40, 'Morrison Road', 461001400, -600151400, 0),
(101931, 344, 40, 'New Dominion', 462501400, -604151600, 0),
(101932, 344, 40, 'New Ross', 447334500, -644487600, 0),
(101933, 344, 40, 'New Waterford', 462501400, -600817500, 0),
(101934, 344, 40, 'Newport Landing', 450168500, -641320400, 0),
(101935, 344, 40, 'North West Arm', 461501400, -602817600, 0),
(101936, 344, 40, 'Oak Park', 435834600, -656321300, 0),
(101937, 344, 40, 'Orangedale', 459001400, -610985200, 0),
(101938, 344, 40, 'Parkers Cove', 448168500, -655155300, 0),
(101939, 344, 40, 'Petit-de-Grat', 455058700, -609567800, 0),
(101940, 344, 40, 'Plainfield', 456501500, -629153500, 0),
(101941, 344, 40, 'Pleasantfield', 442334600, -648987900, 0),
(101942, 344, 40, 'Point Aconi', 463334400, -602984600, 0),
(101943, 344, 40, 'Pomquet', 456271200, -618444400, 0),
(101944, 344, 40, 'Port Clyde', 436001600, -654655200, 0),
(101945, 344, 40, 'Port Hastings', 456501400, -613985400, 0),
(101946, 344, 40, 'Port Hood', 460168400, -615318500, 0),
(101947, 344, 40, 'Port Morien', 461334400, -598651400, 0),
(101948, 344, 40, 'Port Mouton', 439334600, -648487900, 0),
(101949, 344, 40, 'Pubnico', 437001600, -657821500, 0),
(101950, 344, 40, 'Queensville', 457334400, -613652400, 0),
(101951, 344, 40, 'River Denys', 458369300, -611780500, 0),
(101952, 344, 40, 'River Hebert', 456834500, -643820500, 0),
(101953, 344, 40, 'Riversdale', 454168500, -630486600, 0),
(101954, 344, 40, 'Roseway', 436334600, -653488200, 0),
(101955, 344, 40, 'Roxbury', 448001500, -651655100, 0),
(101956, 344, 40, 'Salmon River', 440501500, -661655700, 0),
(101957, 344, 40, 'Seaforth', 446668500, -632653700, 0),
(101958, 344, 40, 'Soldiers Cove West', 457001500, -607484900, 0),
(101959, 344, 40, 'South Rawdon', 450001500, -638654200, 0),
(101960, 344, 40, 'Spanish Ship Bay', 450218500, -620322400, 0),
(101961, 344, 40, 'Springhill', 456501500, -640487300, 0),
(101962, 344, 40, 'Summerville Centre', 439501600, -648154900, 0),
(101963, 344, 40, 'Tangier', 448001500, -626986300, 0),
(101964, 344, 40, 'Tidnish Cross Roads', 459834500, -639987300, 0),
(101965, 344, 40, 'Tiverton', 443834500, -662155800, 0),
(101966, 344, 40, 'Tracadie', 456168400, -616652600, 0),
(101967, 344, 40, 'Trenton', 456154800, -626374300, 0),
(101968, 344, 40, 'Troy', 457001400, -614318400, 0),
(101969, 344, 40, 'Wallace', 458001500, -634819900, 0),
(101970, 344, 40, 'Wentworth Centre', 456668500, -635487000, 0),
(101971, 344, 40, 'West Bay', 453668500, -643820600, 0),
(101972, 344, 40, 'West Bay Road', 457334400, -612485300, 0),
(101973, 344, 40, 'West Pennant', 444668500, -636487000, 0),
(101974, 344, 40, 'West St. Andrews', 437001100, -794163000, 0),
(101975, 344, 40, 'Westport', 442668500, -663488800, 0),
(101976, 345, 40, 'Bathurst Inlet', 668396600, -1080507900, 0),
(101977, 345, 40, 'Resolute', 746973600, -948306200, 0),
(101978, 346, 40, 'Aikensville', 434334000, -802329700, 0),
(101979, 346, 40, 'Alexandra Park', 436509500, -794046200, 0),
(101980, 346, 40, 'Allen''s Corners', 431193100, -795879100, 0),
(101981, 346, 40, 'Ambassador Beach', 420131900, -829854400, 0),
(101982, 346, 40, 'Applewood Heights', 436083000, -795972300, 0),
(101983, 346, 40, 'Arkell', 435374700, -801693000, 0),
(101984, 346, 40, 'Arran-Elderslie', 444014300, -811248100, 0),
(101985, 346, 40, 'Avalon Park', 427626000, -802418600, 0),
(101986, 346, 40, 'Avondale', 452167900, -746825700, 0),
(101987, 346, 40, 'Baby Point', 436537100, -794987900, 0),
(101988, 346, 40, 'Ballinafad', 436959900, -800137700, 0),
(101989, 346, 40, 'Bayfield', 435667900, -816997800, 0),
(101990, 346, 40, 'Bellingham', 463931600, -832859800, 0),
(101991, 346, 40, 'Belwood', 437934000, -803223300, 0),
(101992, 346, 40, 'Bensfort Bridge', 442001200, -782828300, 0),
(101993, 346, 40, 'Big Trout Lake', 538172700, -896611400, 0),
(101994, 346, 40, 'Birchwood', 435275200, -796251300, 0),
(101995, 346, 40, 'Biscotasing', 472833900, -820998000, 0),
(101996, 346, 40, 'Black Horse', 439834100, -797996400, 0),
(101997, 346, 40, 'Braeside', 454668100, -763993900, 0),
(101998, 346, 40, 'Bruceton', 452168200, -773827700, 0),
(101999, 346, 40, 'Bummers'' Roost', 458168000, -796163500, 0),
(102000, 346, 40, 'Campbellcroft', 440668200, -783662300, 0),
(102001, 346, 40, 'Carden', 446501200, -790328900, 0),
(102002, 346, 40, 'Carrying Place', 440501200, -775827800, 0),
(102003, 346, 40, 'Cat Lake', 517203900, -918169800, 0),
(102004, 346, 40, 'Cavan', 441998700, -784687300, 0),
(102005, 346, 40, 'Chestnut Hills', 436596100, -795257400, 0),
(102006, 346, 40, 'Chisholm''s Mills', 443537200, -773094600, 0),
(102007, 346, 40, 'Churchill', 436571300, -800549700, 0),
(102008, 346, 40, 'Clover Valley', 457128700, -818148000, 0),
(102009, 346, 40, 'Cole Wharf', 441334200, -770661400, 0),
(102010, 346, 40, 'Collins', 502834100, -894501000, 0),
(102011, 346, 40, 'Copperkettle', 446500900, -809997300, 0),
(102012, 346, 40, 'Cozy Corners', 489430600, -942948000, 0),
(102013, 346, 40, 'Crediton', 432833900, -815497700, 0),
(102014, 346, 40, 'Crookston', 444334200, -774494700, 0),
(102015, 346, 40, 'Dacre', 453668100, -769661400, 0),
(102016, 346, 40, 'Dashwood', 433500800, -816330700, 0),
(102017, 346, 40, 'Decker Hollow', 440168200, -784662400, 0),
(102018, 346, 40, 'Denfield', 431167900, -814330600, 0),
(102019, 346, 40, 'Devonshire', 488168800, -808330800, 0),
(102020, 346, 40, 'Dundurn', 429612000, -803018600, 0),
(102021, 346, 40, 'Dunkerron', 440334100, -796663300, 0),
(102022, 346, 40, 'Dunsford', 444501200, -786495600, 0),
(102023, 346, 40, 'Eagle River', 497919300, -931947500, 0),
(102024, 346, 40, 'Earlton', 477168600, -798163900, 0),
(102025, 346, 40, 'Earnscliffe', 441334100, -800496600, 0),
(102026, 346, 40, 'Echo Bay', 464833600, -840666300, 0),
(102027, 346, 40, 'Eden Mills', 435783400, -801464700, 0),
(102028, 346, 40, 'Elk City', 477276000, -803328000, 0),
(102029, 346, 40, 'Elk Lake', 477300300, -803308300, 0),
(102030, 346, 40, 'Eloida', 447334140, -760221650, 0),
(102031, 346, 40, 'Emsdale', 455334000, -793163500, 0),
(102032, 346, 40, 'Enterprise', 444668200, -768661300, 0),
(102033, 346, 40, 'Farmington', 439294300, -801693800, 0),
(102034, 346, 40, 'Fingal', 427167900, -813164400, 0),
(102035, 346, 40, 'Fort Albany', 521999800, -816666400, 0),
(102036, 346, 40, 'Fort Severn', 559835200, -876331700, 0),
(102037, 346, 40, 'Four Ponds Corners', 430204000, -803957800, 0),
(102038, 346, 40, 'French River', 461667800, -804663900, 0),
(102039, 346, 40, 'Gilmour', 448168300, -776161800, 0),
(102040, 346, 40, 'Glen Gordon', 451786900, -745275600, 0),
(102041, 346, 40, 'Glen Robertson', 453500900, -744992500, 0),
(102042, 346, 40, 'Glencolin', 427936900, -809314200, 0),
(102043, 346, 40, 'Golden Lake', 455834200, -772327600, 0),
(102044, 346, 40, 'Goldenburgh', 463550600, -833498800, 0),
(102045, 346, 40, 'Granton', 432167900, -812997500, 0),
(102046, 346, 40, 'Griffis Corners', 440334200, -778995000, 0),
(102047, 346, 40, 'Gunters', 453843300, -780656200, 0),
(102048, 346, 40, 'Hallebourg', 496669200, -835165300, 0),
(102049, 346, 40, 'Harriston', 439000900, -808830200, 0),
(102050, 346, 40, 'Harry''s Corner', 445848100, -792977100, 0),
(102051, 346, 40, 'Hay''s Shore', 451029100, -761593800, 0),
(102052, 346, 40, 'Head Lake', 447168200, -789328900, 0),
(102053, 346, 40, 'Hensall', 434333900, -814997600, 0),
(102054, 346, 40, 'Hillier', 439705800, -774247700, 0),
(102055, 346, 40, 'Hillsdale', 445834100, -797496500, 0),
(102056, 346, 40, 'Hindon Hill', 450501200, -787995800, 0),
(102057, 346, 40, 'Holiday', 431275900, -809783300, 0),
(102058, 346, 40, 'Humberside', 436557100, -794890100, 0),
(102059, 346, 40, 'Indian Landing', 459168200, -772827700, 0),
(102060, 346, 40, 'Juniper Island', 445501200, -781495200, 0),
(102061, 346, 40, 'Kaministiquia', 485334000, -895668400, 0),
(102062, 346, 40, 'Kashechewan', 522999600, -816166200, 0),
(102063, 346, 40, 'Kaszuby', 454334200, -775827900, 0),
(102064, 346, 40, 'Kearney', 455501000, -792163400, 0),
(102065, 346, 40, 'Kirk Cove', 448001200, -769827300, 0),
(102066, 346, 40, 'Koreatown', 436635300, -794151400, 0),
(102067, 346, 40, 'Laclu', 497833100, -947004500, 0),
(102068, 346, 40, 'Lafontaine Beach', 447429000, -800946800, 0),
(102069, 346, 40, 'Lambton Shores', 431667800, -819330900, 0),
(102070, 346, 40, 'Larder Lake', 481001700, -797163800, 0),
(102071, 346, 40, 'Little Buffalo', 430051000, -801649500, 0),
(102072, 346, 40, 'Little Egypt', 440833900, -813664500, 0),
(102073, 346, 40, 'Little Port Elgin', 448806900, -810436300, 0),
(102074, 346, 40, 'Longbow Lake', 497167100, -943337200, 0),
(102075, 346, 40, 'Lorne Park Estates', 435326100, -796029100, 0),
(102076, 346, 40, 'Lucan', 431833900, -813997600, 0),
(102077, 346, 40, 'MacTier', 451350700, -797703600, 0),
(102078, 346, 40, 'Mackies', 482333800, -900668800, 0),
(102079, 346, 40, 'Macville', 438588500, -797816800, 0),
(102080, 346, 40, 'Madawaska', 455001200, -779828200, 0),
(102081, 346, 40, 'Madsen', 509667600, -939171400, 0),
(102082, 346, 40, 'Maiangowi Settlement', 457667700, -817164900, 0),
(102083, 346, 40, 'Mallorytown Landing', 444545100, -758582500, 0),
(102084, 346, 40, 'Maplegrove', 444001100, -795329300, 0),
(102085, 346, 40, 'Markstay-Warren', 464667800, -804830000, 0),
(102086, 346, 40, 'Martinville', 445793100, -796996400, 0),
(102087, 346, 40, 'Matachewan', 479368600, -806489600, 0),
(102088, 346, 40, 'Matheson', 485334700, -804664500, 0),
(102089, 346, 40, 'Mattice', 496169200, -832665100, 0),
(102090, 346, 40, 'Maynooth', 452296300, -779409600, 0),
(102091, 346, 40, 'McLeanville', 447876100, -756410400, 0),
(102092, 346, 40, 'Mildmay', 440500900, -811164400, 0),
(102093, 346, 40, 'Milnet', 468333800, -809497400, 0),
(102094, 346, 40, 'Minaki', 499833100, -946671500, 0),
(102095, 346, 40, 'Mine Centre', 487665400, -926169800, 0),
(102096, 346, 40, 'Minnitaki', 498164400, -930920400, 0),
(102097, 346, 40, 'Mirvish Village', 436627500, -794106800, 0),
(102098, 346, 40, 'Mississippi Station', 449168100, -766827100, 0),
(102099, 346, 40, 'Monteagle Valley', 451909900, -777885200, 0),
(102100, 346, 40, 'Mount Slaven', 446031400, -794348200, 0),
(102101, 346, 40, 'Mountain Grove', 447334200, -768494200, 0),
(102102, 346, 40, 'Moxam''s Landing', 463736800, -810858400, 0),
(102103, 346, 40, 'Mud Lake', 455668100, -771827600, 0),
(102104, 346, 40, 'Napanee Downtown', 442483200, -769506900, 0),
(102105, 346, 40, 'Neebing', 481668000, -894168300, 0),
(102106, 346, 40, 'Nestleton Station', 441408300, -787932600, 0),
(102107, 346, 40, 'Nestor Falls', 491166600, -939336600, 0),
(102108, 346, 40, 'Nipissing Ouest', 464167900, -799829600, 0),
(102109, 346, 40, 'North Spirit Lake', 525168100, -930170500, 0),
(102110, 346, 40, 'North Woolwich', 436570700, -805452300, 0),
(102111, 346, 40, 'Norwood', 443834200, -779828100, 0),
(102112, 346, 40, 'Nottawa', 444501000, -802163800, 0),
(102113, 346, 40, 'Oliphant', 447333900, -812664400, 0),
(102114, 346, 40, 'Olivet', 438501000, -806664100, 0),
(102115, 346, 40, 'Ompah', 450168100, -768327300, 0),
(102116, 346, 40, 'Orange Corners', 443065200, -784706400, 0),
(102117, 346, 40, 'Orrville', 453834000, -797663400, 0),
(102118, 346, 40, 'Orton', 437808200, -802298100, 0),
(102119, 346, 40, 'Osnaburgh House', 511334100, -902668600, 0),
(102120, 346, 40, 'Otter Lake', 452834000, -799329600, 0),
(102121, 346, 40, 'Oxdrift', 498136400, -929809400, 0),
(102122, 346, 40, 'Pakenham', 453334100, -762826900, 0),
(102123, 346, 40, 'Parham', 446501200, -767161100, 0),
(102124, 346, 40, 'Parker', 437622900, -805848900, 0),
(102125, 346, 40, 'Parkway East', 437539200, -793224000, 0),
(102126, 346, 40, 'Pendleton', 454501000, -750659900, 0),
(102127, 346, 40, 'Port Loring', 459167900, -799829700, 0),
(102128, 346, 40, 'Port Maitland', 428668100, -795663100, 0),
(102129, 346, 40, 'Prince Edward', 440001200, -772494600, 0),
(102130, 346, 40, 'Raglan', 423000900, -819164700, 0),
(102131, 346, 40, 'Ramore', 484340400, -803251600, 0),
(102132, 346, 40, 'Ramsey', 474333900, -823331000, 0),
(102133, 346, 40, 'Rathburn', 446501100, -792663100, 0),
(102134, 346, 40, 'Reid''s Mill', 433168000, -804496800, 0),
(102135, 346, 40, 'Reidsville', 433168000, -804329800, 0),
(102136, 346, 40, 'Richards Landing', 462833900, -840332300, 0),
(102137, 346, 40, 'River Canard', 421833800, -830831500, 0),
(102138, 346, 40, 'Riviere-aux-Canards', 421833800, -830831500, 0),
(102139, 346, 40, 'Rockport', 443668100, -759326600, 0),
(102140, 346, 40, 'Rodney', 425667900, -816830600, 0),
(102141, 346, 40, 'Rosemont', 441219800, -799893100, 0),
(102142, 346, 40, 'Roseneath', 441927600, -780576000, 0),
(102143, 346, 40, 'Rutherglen', 462668100, -790495900, 0),
(102144, 346, 40, 'Sarawak', 446333900, -809497200, 0),
(102145, 346, 40, 'Scarborough Station', 437204400, -792526200, 0),
(102146, 346, 40, 'Scudder', 418167800, -826498000, 0),
(102147, 346, 40, 'Severn Bridge', 447668100, -793329200, 0),
(102148, 346, 40, 'Showers Corners', 431939900, -805813900, 0),
(102149, 346, 40, 'Sinclair Shore', 450609100, -761729800, 0),
(102150, 346, 40, 'Skatepark', 442512200, -769442400, 0),
(102151, 346, 40, 'South Augusta', 446501100, -756493400, 0),
(102152, 346, 40, 'Sparta', 427000900, -810830300, 0),
(102153, 346, 40, 'Spier', 437377400, -803636200, 0),
(102154, 346, 40, 'Spotswood', 459001100, -769161400, 0),
(102155, 346, 40, 'Spragge', 462000700, -826665600, 0),
(102156, 346, 40, 'Spring Arbour', 426668000, -805329800, 0),
(102157, 346, 40, 'Starrview Acres', 439427200, -800999500, 0),
(102158, 346, 40, 'Stewarttown', 436311700, -799298300, 0),
(102159, 346, 40, 'Stoney Point', 442668100, -795329200, 0),
(102160, 346, 40, 'Swastika', 481001700, -800997100, 0),
(102161, 346, 40, 'Teeswater', 439958900, -812864500, 0),
(102162, 346, 40, 'Temiskaming Shores', 474937600, -797152900, 0),
(102163, 346, 40, 'Thornloe', 476668600, -797496800, 0),
(102164, 346, 40, 'Tichborne', 446668100, -766827100, 0),
(102165, 346, 40, 'Tilden Lake', 465834000, -796329500, 0),
(102166, 346, 40, 'Tobermory', 452500700, -816664700, 0),
(102167, 346, 40, 'Tollgate', 431593000, -807750100, 0),
(102168, 346, 40, 'Tormore', 438483900, -796950000, 0),
(102169, 346, 40, 'Torrance', 450001000, -795663400, 0),
(102170, 346, 40, 'Trout Creek', 459834000, -793663200, 0),
(102171, 346, 40, 'Turbine', 463667800, -815164800, 0),
(102172, 346, 40, 'Tyrone', 440168200, -787162600, 0),
(102173, 346, 40, 'Utterson', 452168100, -793329300, 0),
(102174, 346, 40, 'Village of Port Stanton', 447975700, -794103000, 0),
(102175, 346, 40, 'Wabigoon', 497167400, -925836100, 0),
(102176, 346, 40, 'Waubaushene', 447501100, -796996500, 0),
(102177, 346, 40, 'Weagamow Lake', 529501300, -913335100, 0),
(102178, 346, 40, 'Webbwood', 462667700, -818831000, 0),
(102179, 346, 40, 'White Pigeon', 430076200, -791223700, 0),
(102180, 346, 40, 'Wolford Centre', 448223100, -758146500, 0),
(102181, 346, 40, 'Woodbine Gardens', 437007100, -792988900, 0),
(102182, 346, 40, 'Woodbine Heights', 436953100, -793323600, 0),
(102183, 346, 40, 'Woods', 454787000, -802063700, 0),
(102184, 346, 40, 'Wyebridge', 447001000, -798829600, 0),
(102185, 346, 40, 'Wyse', 467237200, -791149200, 0),
(102186, 346, 40, 'Yankee Bonnet', 442668200, -783162300, 0),
(102187, 346, 40, 'Yelverton', 441609000, -787158400, 0),
(102188, 347, 40, 'Albany', 462834300, -636487200, 0),
(102189, 347, 40, 'Bayfield', 464668000, -621986200, 0),
(102190, 347, 40, 'Bloomfield Corner', 467668500, -641820300, 0),
(102191, 347, 40, 'Brighton', 462348200, -631486900, 0),
(102192, 347, 40, 'Cavendish', 464834200, -633820000, 0),
(102193, 347, 40, 'Chepstow', 463501000, -622153200, 0),
(102194, 347, 40, 'Coleman', 466834500, -641654400, 0),
(102195, 347, 40, 'Crapaud', 462334300, -634987100, 0),
(102196, 347, 40, 'Ellerslie', 466001400, -639487300, 0),
(102197, 347, 40, 'Fairview', 461834200, -631986900, 0),
(102198, 347, 40, 'Glencoe', 462001100, -628153600, 0),
(102199, 347, 40, 'Hillsborough Park', 462632200, -630972800, 0),
(102200, 347, 40, 'Hunter River', 463501200, -633487000, 0),
(102201, 347, 40, 'Johnstons River', 462668200, -630153800, 0),
(102202, 347, 40, 'Kinkora', 463168300, -635987200, 0),
(102203, 347, 40, 'Lakeside', 464325900, -627842000, 0),
(102204, 347, 40, 'Mermaid', 462668200, -630319800, 0),
(102205, 347, 40, 'Mill River East', 467668500, -641320300, 0),
(102206, 347, 40, 'Miltonvale Park', 463168200, -632153900, 0),
(102207, 347, 40, 'Miminegash', 468834500, -642320300, 0),
(102208, 347, 40, 'Miscouche', 464334400, -638654300, 0),
(102209, 347, 40, 'Morell', 464168100, -626986500, 0),
(102210, 347, 40, 'Mount Stewart', 463668100, -628653600, 0),
(102211, 347, 40, 'North Milton', 463334200, -632153900, 0),
(102212, 347, 40, 'North River', 462584200, -631944900, 0),
(102213, 347, 40, 'Northam', 465501400, -639654300, 0),
(102214, 347, 40, 'Park Corner', 465334300, -635654100, 0),
(102215, 347, 40, 'Reads Corner', 464001300, -637431200, 0),
(102216, 347, 40, 'Sherbrooke', 464223300, -637612200, 0),
(102217, 347, 40, 'Slemon Park', 464348300, -638209200, 0),
(102218, 347, 40, 'Souris', 463501000, -622486200, 0),
(102219, 347, 40, 'St. Eleanors', 464215300, -638098200, 0),
(102220, 347, 40, 'St. Louis', 468834500, -641487300, 0),
(102221, 347, 40, 'Stanhope Bayshore', 464168200, -631153900, 0),
(102222, 347, 40, 'Tyne Valley', 465834400, -639320300, 0),
(102223, 347, 40, 'Vernon Bridge', 461668100, -628819700, 0),
(102224, 347, 40, 'Wellington Station', 464501400, -639987400, 0),
(102225, 347, 40, 'WinsloeNorth', 463501200, -631986900, 0),
(102226, 348, 40, 'Abercorn', 450333800, -726658200, 0),
(102227, 348, 40, 'Akulivik', 608005600, -781993500, 0),
(102228, 348, 40, 'Armagh', 467396300, -705943700, 0),
(102229, 348, 40, 'Aupaluk', 593004100, -695985300, 0),
(102230, 348, 40, 'Austin', 451833900, -722824000, 0),
(102231, 348, 40, 'Barnston-Ouest', 451000900, -719657800, 0),
(102232, 348, 40, 'Bearn', 472834500, -793329600, 0),
(102233, 348, 40, 'Beaux-Rivages--Lac-des-Ecorces--Val-Barrette', 465334100, -752992900, 0),
(102234, 348, 40, 'Belcourt', 484001900, -773494600, 0),
(102235, 348, 40, 'Bergeronnes', 482457100, -695460300, 0),
(102236, 348, 40, 'Berry', 488168800, -782662500, 0),
(102237, 348, 40, 'Berthier-Sur-Mer', 469249500, -707320400, 0),
(102238, 348, 40, 'Betsiamites', 489413300, -686460100, 0),
(102239, 348, 40, 'Blanc-Sablon', 514168000, -571314200, 0),
(102240, 348, 40, 'Bolton-Est', 452000900, -723491000, 0),
(102241, 348, 40, 'Bonsecours', 454167800, -722824000, 0),
(102242, 348, 40, 'Brebeuf', 460667900, -746659500, 0),
(102243, 348, 40, 'Bristol', 455334100, -764661000, 0),
(102244, 348, 40, 'Bryson', 456834100, -766161100, 0),
(102245, 348, 40, 'Bury', 454667800, -714990700, 0),
(102246, 348, 40, 'Cadillac', 482237800, -783828600, 0),
(102247, 348, 40, 'Carleton-sur-Mer', 481198530, -662861590, 0),
(102248, 348, 40, 'Carmel', 459722600, -723769000, 0),
(102249, 348, 40, 'Cayamant', 461334100, -762493700, 0),
(102250, 348, 40, 'Champlain', 464407000, -723447100, 0),
(102251, 348, 40, 'Chapais', 497834400, -748491900, 0),
(102252, 348, 40, 'Charette', 464500600, -729324400, 0),
(102253, 348, 40, 'Cheneville', 458834000, -750492900, 0),
(102254, 348, 40, 'Clarke City', 501918000, -666320500, 0),
(102255, 348, 40, 'Crabtree', 459667700, -734658600, 0),
(102256, 348, 40, 'Dalhousie', 453004300, -744583800, 0),
(102257, 348, 40, 'Davangus', 484590800, -788843000, 0),
(102258, 348, 40, 'Denholm', 458168000, -757493400, 0),
(102259, 348, 40, 'Didyme', 489000300, -726656300, 0),
(102260, 348, 40, 'Dudswell', 456584490, -715801820, 0),
(102261, 348, 40, 'Duhamel', 460168000, -750825900, 0),
(102262, 348, 40, 'Duparquet', 485001800, -792329400, 0),
(102263, 348, 40, 'Elgin', 450167900, -742325400, 0),
(102264, 348, 40, 'Fort-Coulonge', 458501100, -767327200, 0),
(102265, 348, 40, 'Fossambault-sur-lac', 468766200, -716154100, 0),
(102266, 348, 40, 'Frelighsburg', 450500800, -728324300, 0),
(102267, 348, 40, 'Frontenac', 455833800, -708323300, 0),
(102268, 348, 40, 'Gore', 457670000, -742500000, 0),
(102269, 348, 40, 'Grand-Remous', 466168100, -758993300, 0),
(102270, 348, 40, 'Grande-Ligne', 452206800, -733010600, 0),
(102271, 348, 40, 'Gros-Mecatina', 508334100, -589649500, 0),
(102272, 348, 40, 'Havelock', 450500800, -737491900, 0),
(102273, 348, 40, 'Havre-aux-Maisons', 474705700, -617377600, 0),
(102274, 348, 40, 'Henryville', 451333800, -731824500, 0),
(102275, 348, 40, 'Herouxville', 466667600, -726158200, 0),
(102276, 348, 40, 'Huberdeau', 459667900, -746325500, 0),
(102277, 348, 40, 'Inukjuak', 584546800, -781013900, 0),
(102278, 348, 40, 'Irlande', 460667700, -714823800, 0),
(102279, 348, 40, 'Kangiqsualujjuaq', 586914300, -659524700, 0),
(102280, 348, 40, 'Kangiqsujuaq', 615985200, -719602600, 0),
(102281, 348, 40, 'Kawawachikamach', 551669000, -668652500, 0),
(102282, 348, 40, 'Kegaska', 501837400, -612709800, 0),
(102283, 348, 40, 'Kiamika', 464168000, -753325900, 0),
(102284, 348, 40, 'L''Annonciation', 464083900, -748709600, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(102285, 348, 40, 'L''Avenir', 457667700, -722991000, 0),
(102286, 348, 40, 'L''Isle-Verte', 480134700, -693406400, 0),
(102287, 348, 40, 'La Corne', 483501800, -779995200, 0),
(102288, 348, 40, 'La Dore', 487167600, -726490400, 0),
(102289, 348, 40, 'La Durantaye', 468373600, -708507400, 0),
(102290, 348, 40, 'La Patrie', 454000900, -712490500, 0),
(102291, 348, 40, 'La Presentation', 456667800, -730491400, 0),
(102292, 348, 40, 'La Reine', 488668900, -794996600, 0),
(102293, 348, 40, 'La Tabatiere', 508334100, -589649500, 0),
(102294, 348, 40, 'Labrecque', 486667900, -715323900, 0),
(102295, 348, 40, 'Lac-Bouchette', 482500900, -721824400, 0),
(102296, 348, 40, 'Lac-Castor', 463669900, -748795600, 0),
(102297, 348, 40, 'Lac-Drolet', 457524060, -708340260, 0),
(102298, 348, 40, 'Lac-au-Saumon', 484210000, -673475600, 0),
(102299, 348, 40, 'Lac-des-Plages', 460000900, -748992700, 0),
(102300, 348, 40, 'Lac-des-Seize-Iles', 459000900, -744659400, 0),
(102301, 348, 40, 'Laforce', 475334500, -787329100, 0),
(102302, 348, 40, 'Lamarche', 488000900, -714323800, 0),
(102303, 348, 40, 'Landrienne', 485501800, -779495200, 0),
(102304, 348, 40, 'Lantier', 461500800, -742492200, 0),
(102305, 348, 40, 'Latulipe-et-Gaboury', 474001500, -789996300, 0),
(102306, 348, 40, 'Launay', 486501800, -785328700, 0),
(102307, 348, 40, 'Lawrenceville', 454167800, -723491100, 0),
(102308, 348, 40, 'Leclercville', 465667500, -719990900, 0),
(102309, 348, 40, 'Leslie-Clapham-et-Huddersfield', 459334100, -764827000, 0),
(102310, 348, 40, 'Longue-Pointe-de-Mingan', 502668400, -641486700, 0),
(102311, 348, 40, 'Lorrainville', 473501500, -793496600, 0),
(102312, 348, 40, 'Lotbiniere', 466167500, -719323900, 0),
(102313, 348, 40, 'Macamic', 487501800, -789996200, 0),
(102314, 348, 40, 'Maliotenam', 502111900, -661816400, 0),
(102315, 348, 40, 'Mandeville', 463667700, -733491500, 0),
(102316, 348, 40, 'Mansfield-et-Pontefract', 460334100, -767327200, 0),
(102317, 348, 40, 'Maple Grove', 453209100, -738380800, 0),
(102318, 348, 40, 'Martinville', 452667900, -717157700, 0),
(102319, 348, 40, 'Matagami', 497501800, -776327700, 0),
(102320, 348, 40, 'McWatters', 482126700, -789121100, 0),
(102321, 348, 40, 'Milan', 456000800, -711323500, 0),
(102322, 348, 40, 'Mille-Isles', 458167800, -742159200, 0),
(102323, 348, 40, 'Mistassini', 488889300, -722049000, 0),
(102324, 348, 40, 'Mont-Fournier', 470705600, -701544400, 0),
(102325, 348, 40, 'Montpellier', 458501000, -751660000, 0),
(102326, 348, 40, 'Murdochville', 489583000, -655006000, 0),
(102327, 348, 40, 'Namur', 459001000, -749325800, 0),
(102328, 348, 40, 'Naudville', 485500900, -716491000, 0),
(102329, 348, 40, 'Newport', 482667400, -647438000, 0),
(102330, 348, 40, 'Nominingue', 464001000, -750325700, 0),
(102331, 348, 40, 'Normetal', 490001900, -793663500, 0),
(102332, 348, 40, 'Notre-Dame-de-Montauban', 468667600, -723324000, 0),
(102333, 348, 40, 'Notre-Dame-de-Pontmain', 462834100, -756326200, 0),
(102334, 348, 40, 'Notre-Dame-de-Stanbridge', 451667800, -730324400, 0),
(102335, 348, 40, 'Notre-Dame-des-Bois', 454000900, -710657400, 0),
(102336, 348, 40, 'Notre-Dame-du-Bon-Conseil', 460000600, -723491000, 0),
(102337, 348, 40, 'Noyan', 450667800, -732991500, 0),
(102338, 348, 40, 'Obedjiwan', 486590500, -749333700, 0),
(102339, 348, 40, 'Old Chelsea', 455034000, -758118500, 0),
(102340, 348, 40, 'Pabos Mills', 483080300, -647103300, 0),
(102341, 348, 40, 'Palmarolle', 486668800, -791996400, 0),
(102342, 348, 40, 'Perron', 481668800, -775494800, 0),
(102343, 348, 40, 'Petite-Riviere-au-Renard', 490131000, -644279500, 0),
(102344, 348, 40, 'Pikogan', 485988600, -781164800, 0),
(102345, 348, 40, 'Plaisance', 456168000, -751160000, 0),
(102346, 348, 40, 'Pointe-Fortune', 455667800, -743825400, 0),
(102347, 348, 40, 'Port-Daniel', 481642500, -649784700, 0),
(102348, 348, 40, 'Port-Menier', 498184400, -643519900, 0),
(102349, 348, 40, 'Portage-du-Fort', 456001100, -766661200, 0),
(102350, 348, 40, 'Poularies', 486668800, -789829100, 0),
(102351, 348, 40, 'Princeville', 461716300, -718746200, 0),
(102352, 348, 40, 'Puvirnituq', 600338200, -772824200, 0),
(102353, 348, 40, 'Ragueneau', 490667900, -685322600, 0),
(102354, 348, 40, 'Restigouche', 480144000, -666894000, 0),
(102355, 348, 40, 'Riviere-Beaudette', 452333900, -743325500, 0),
(102356, 348, 40, 'Riviere-Heva', 482334800, -782162500, 0),
(102357, 348, 40, 'Riviere-a-Pierre', 469833600, -721823800, 0),
(102358, 348, 40, 'Riviere-au-Renard', 489957100, -643971300, 0),
(102359, 348, 40, 'Roquemaure', 486001800, -793996500, 0),
(102360, 348, 40, 'Roxton', 455500700, -725158200, 0),
(102361, 348, 40, 'Roxton Falls', 455667700, -725158200, 0),
(102362, 348, 40, 'Saint-Adelphe', 467333600, -724324000, 0),
(102363, 348, 40, 'Saint-Adrien', 458167700, -717157900, 0),
(102364, 348, 40, 'Saint-Alban', 467167500, -720824000, 0),
(102365, 348, 40, 'Saint-Alexis', 459333700, -736158700, 0),
(102366, 348, 40, 'Saint-Alphonse-Rodriguez', 461833800, -736991700, 0),
(102367, 348, 40, 'Saint-Ambroise', 485500900, -713157800, 0),
(102368, 348, 40, 'Saint-Andre-d''Argenteuil', 455667800, -743325300, 0),
(102369, 348, 40, 'Saint-Andre-du-Lac-Saint-Jean', 483167900, -719824200, 0),
(102370, 348, 40, 'Saint-Anicet', 451167900, -743492500, 0),
(102371, 348, 40, 'Saint-Barthelemy', 461833600, -731324400, 0),
(102372, 348, 40, 'Saint-Bernard-de-Michaudville', 458333700, -730658400, 0),
(102373, 348, 40, 'Saint-Camille', 456833800, -716990800, 0),
(102374, 348, 40, 'Saint-Charles-de-Bourget', 485667900, -713657800, 0),
(102375, 348, 40, 'Saint-Cleophas-de-Brandon', 462333700, -734158500, 0),
(102376, 348, 40, 'Saint-Clet', 453500900, -742159300, 0),
(102377, 348, 40, 'Saint-Come', 462667800, -737824800, 0),
(102378, 348, 40, 'Saint-Cyprien-de-Napierville', 451833800, -734158700, 0),
(102379, 348, 40, 'Saint-Cyrille-de-Wendover', 459333600, -724324100, 0),
(102380, 348, 40, 'Saint-Damase', 455334100, -729991400, 0),
(102381, 348, 40, 'Saint-David-de-Falardeau', 486167900, -711157600, 0),
(102382, 348, 40, 'Saint-Dominique', 455667800, -728491300, 0),
(102383, 348, 40, 'Saint-Edmond-de-Grantham', 458833700, -726658300, 0),
(102384, 348, 40, 'Saint-Edouard', 452333800, -735158800, 0),
(102385, 348, 40, 'Saint-Edouard-de-Fabre', 472001400, -793663600, 0),
(102386, 348, 40, 'Saint-Edouard-de-Maskinonge', 463333600, -731491400, 0),
(102387, 348, 40, 'Saint-Etienne-de-Beauharnois', 452500800, -739159000, 0),
(102388, 348, 40, 'Saint-Felix-de-Dalquier', 486834800, -781162400, 0),
(102389, 348, 40, 'Saint-Gabriel', 463000700, -733824500, 0),
(102390, 348, 40, 'Saint-Gabriel-de-Brandon', 462851600, -733828400, 0),
(102391, 348, 40, 'Saint-Gedeon', 485000900, -717658100, 0),
(102392, 348, 40, 'Saint-Georges-de-Clarenceville', 450667800, -732491500, 0),
(102393, 348, 40, 'Saint-Georges-de-Malbaie', 486553700, -642195500, 0),
(102394, 348, 40, 'Saint-Gerard', 457639700, -714129800, 0),
(102395, 348, 40, 'Saint-Gerard-Majella', 460000600, -728324300, 0),
(102396, 348, 40, 'Saint-Hermenegilde', 451000900, -716657700, 0),
(102397, 348, 40, 'Saint-Honore', 485333800, -710823600, 0),
(102398, 348, 40, 'Saint-Honore-de-Shenley', 459667700, -708323400, 0),
(102399, 348, 40, 'Saint-Ignace-de-Loyola', 460667600, -731324500, 0),
(102400, 348, 40, 'Saint-Isidore', 453000800, -736824800, 0),
(102401, 348, 40, 'Saint-Isidore-d''Auckland', 452667900, -715157600, 0),
(102402, 348, 40, 'Saint-Jacques-le-Mineur', 452833800, -734158700, 0),
(102403, 348, 40, 'Saint-Jean-Baptiste', 455170000, -731170000, 0),
(102404, 348, 40, 'Saint-Joseph-de-la-Rive', 474566500, -703678200, 0),
(102405, 348, 40, 'Saint-Jude', 457667700, -729824400, 0),
(102406, 348, 40, 'Saint-Juste-du-Lac', 476470000, -687230900, 0),
(102407, 348, 40, 'Saint-Justin', 462500600, -730824400, 0),
(102408, 348, 40, 'Saint-Leon-le-Grand', 463167600, -729324300, 0),
(102409, 348, 40, 'Saint-Louis-de-Terrebonne', 457019800, -737866900, 0),
(102410, 348, 40, 'Saint-Ludger', 457500800, -706990300, 0),
(102411, 348, 40, 'Saint-Malachie', 465353700, -707842300, 0),
(102412, 348, 40, 'Saint-Marc-sur-Richelieu', 456833800, -731991500, 0),
(102413, 348, 40, 'Saint-Mathieu-d''Harricana', 484668800, -781328400, 0),
(102414, 348, 40, 'Saint-Mathieu-de-Rioux', 481831700, -689869300, 0),
(102415, 348, 40, 'Saint-Narcisse', 465639500, -724705100, 0),
(102416, 348, 40, 'Saint-Nazaire', 485833900, -715323900, 0),
(102417, 348, 40, 'Saint-Nazaire-d''Acton', 457333700, -726158200, 0),
(102418, 348, 40, 'Saint-Paul-de-l''Ile-aux-Noix', 451333800, -732824500, 0),
(102419, 348, 40, 'Saint-Paulin', 464167600, -730324400, 0),
(102420, 348, 40, 'Saint-Pie-de-Guire', 460000600, -727491300, 0),
(102421, 348, 40, 'Saint-Pierre-les-Becquets', 465000500, -721991000, 0),
(102422, 348, 40, 'Saint-Polycarpe', 453000900, -742992400, 0),
(102423, 348, 40, 'Saint-Remi-de-Tingwick', 458667700, -718158100, 0),
(102424, 348, 40, 'Saint-Sebastien', 451167800, -731491500, 0),
(102425, 348, 40, 'Saint-Severin', 466667600, -724991100, 0),
(102426, 348, 40, 'Saint-Sulpice', 458333800, -733491700, 0),
(102427, 348, 40, 'Saint-Sylvere', 462333600, -722158000, 0),
(102428, 348, 40, 'Saint-Telesphore', 453000900, -743825400, 0),
(102429, 348, 40, 'Saint-Ubalde', 467500600, -722658000, 0),
(102430, 348, 40, 'Saint-Urbain-Premier', 452167800, -737324900, 0),
(102431, 348, 40, 'Saint-Valentin', 451333800, -733158600, 0),
(102432, 348, 40, 'Saint-Valere', 460667600, -720990900, 0),
(102433, 348, 40, 'Saint-Valerien-de-Milton', 455667700, -727158300, 0),
(102434, 348, 40, 'Saint-Zenon', 465500800, -738158800, 0),
(102435, 348, 40, 'Sainte-Anne-de-Sabrevois', 452167800, -732158500, 0),
(102436, 348, 40, 'Sainte-Anne-de-la-Perade', 465833500, -721991000, 0),
(102437, 348, 40, 'Sainte-Anne-des-Monts', 491240200, -664924300, 0),
(102438, 348, 40, 'Sainte-Brigide-d''Iberville', 453167800, -730658500, 0),
(102439, 348, 40, 'Sainte-Brigitte-des-Saults', 460333600, -724824100, 0),
(102440, 348, 40, 'Sainte-Cecile-de-Milton', 454833800, -727491300, 0),
(102441, 348, 40, 'Sainte-Christine', 456167700, -724158100, 0),
(102442, 348, 40, 'Sainte-Clotilde-de-Horton', 459833600, -722324000, 0),
(102443, 348, 40, 'Sainte-Edwidge-de-Clifton', 452000900, -716823700, 0),
(102444, 348, 40, 'Sainte-Elisabeth', 460833700, -733491500, 0),
(102445, 348, 40, 'Sainte-Eulalie', 461000600, -722491000, 0),
(102446, 348, 40, 'Sainte-Genevieve-de-Batiscan', 465300500, -723388100, 0),
(102447, 348, 40, 'Sainte-Gertrude-Manneville', 485334800, -783662600, 0),
(102448, 348, 40, 'Sainte-Jeanne-d''Arc', 488667300, -720822100, 0),
(102449, 348, 40, 'Sainte-Lucie-des-Laurentides', 461333800, -741825100, 0),
(102450, 348, 40, 'Sainte-Madeleine', 456000800, -730991400, 0),
(102451, 348, 40, 'Sainte-Marie-Madeleine', 456000800, -730991400, 0),
(102452, 348, 40, 'Sainte-Marie-de-Blandford', 463167500, -721824000, 0),
(102453, 348, 40, 'Sainte-Melanie', 461333700, -735158600, 0),
(102454, 348, 40, 'Sainte-Monique', 461667600, -725324100, 0),
(102455, 348, 40, 'Sainte-Praxede', 459000700, -712490700, 0),
(102456, 348, 40, 'Sainte-Sophie-de-Levrard', 464333500, -721158000, 0),
(102457, 348, 40, 'Sainte-Thecle', 468167600, -724991100, 0),
(102458, 348, 40, 'Sainte-Victoire-de-Sorel', 459500700, -730824400, 0),
(102459, 348, 40, 'Salluit', 622041100, -756434400, 0),
(102460, 348, 40, 'Schefferville', 548002200, -668318300, 0),
(102461, 348, 40, 'Scotstown', 455333800, -712823600, 0),
(102462, 348, 40, 'Sheenboro', 459666700, -772333300, 0),
(102463, 348, 40, 'Stanbridge Station', 451167800, -730324400, 0),
(102464, 348, 40, 'Stornoway', 457167800, -711657700, 0),
(102465, 348, 40, 'Stukely-Sud', 453167800, -724158100, 0),
(102466, 348, 40, 'Taschereau', 486668900, -786828900, 0),
(102467, 348, 40, 'Tasiujaq', 587003800, -699319000, 0),
(102468, 348, 40, 'Tingwick', 458833700, -719491100, 0),
(102469, 348, 40, 'Trecesson', 486501800, -783162500, 0),
(102470, 348, 40, 'Umiujaq', 565553500, -765522000, 0),
(102471, 348, 40, 'Upton', 456500700, -726824300, 0),
(102472, 348, 40, 'Val-Joli', 456000800, -719657900, 0),
(102473, 348, 40, 'Venise-en-Quebec', 450833800, -731324500, 0),
(102474, 348, 40, 'Waltham', 459168100, -769161400, 0),
(102475, 348, 40, 'Waskaganish', 512001800, -787661000, 0),
(102476, 348, 40, 'Weedon', 457000700, -714490800, 0),
(102477, 348, 40, 'Wentworth-Nord', 458500900, -744492400, 0),
(102478, 348, 40, 'Weymontachie', 478994000, -737772000, 0),
(102479, 348, 40, 'Woburn', 453847900, -708626300, 0),
(102480, 349, 40, 'Abernethy', 507500400, -1034177400, 0),
(102481, 349, 40, 'Alameda', 492667500, -1022842000, 0),
(102482, 349, 40, 'Antelope', 501500700, -1083346900, 0),
(102483, 349, 40, 'Arborfield', 531000600, -1036509200, 0),
(102484, 349, 40, 'Archerwill', 524333000, -1038509800, 0),
(102485, 349, 40, 'B-Say-Tah', 508000700, -1038510300, 0),
(102486, 349, 40, 'Balcarres', 508000600, -1035510200, 0),
(102487, 349, 40, 'Balgonie', 504833800, -1042677800, 0),
(102488, 349, 40, 'Beaver Creek', 519667800, -1066679300, 0),
(102489, 349, 40, 'Bengough', 494000600, -1051343900, 0),
(102490, 349, 40, 'Bienfait', 491500700, -1028176100, 0),
(102491, 349, 40, 'Blaine Lake', 528334000, -1069011700, 0),
(102492, 349, 40, 'Bournemouth', 531668400, -1079012800, 0),
(102493, 349, 40, 'Broadview', 503667300, -1025843100, 0),
(102494, 349, 40, 'Brora', 505834000, -1046844200, 0),
(102495, 349, 40, 'Bruno', 522667600, -1055178300, 0),
(102496, 349, 40, 'Cadillac', 497333600, -1077513400, 0),
(102497, 349, 40, 'Candle Lake', 537501000, -1052509400, 0),
(102498, 349, 40, 'Carievale', 491667400, -1016341800, 0),
(102499, 349, 40, 'Carnduff', 491667400, -1018008800, 0),
(102500, 349, 40, 'Carrot River', 532833700, -1035842300, 0),
(102501, 349, 40, 'Christopher Lake', 535333900, -1058009900, 0),
(102502, 349, 40, 'Churchbridge', 509000000, -1019009400, 0),
(102503, 349, 40, 'Cochin', 530834600, -1083346500, 0),
(102504, 349, 40, 'Codette', 532833700, -1040342300, 0),
(102505, 349, 40, 'Cole Bay', 550945700, -1083347400, 0),
(102506, 349, 40, 'Conquest', 515333800, -1072345900, 0),
(102507, 349, 40, 'Craven', 507000900, -1048011200, 0),
(102508, 349, 40, 'Cree Lake', 573669100, -1068345600, 0),
(102509, 349, 40, 'Creighton', 547501400, -1019007800, 0),
(102510, 349, 40, 'Cudsaskwa Beach', 526500600, -1056177900, 0),
(102511, 349, 40, 'Cudworth', 525000600, -1057344200, 0),
(102512, 349, 40, 'Cumberland House', 539667900, -1022675700, 0),
(102513, 349, 40, 'Cupar', 509500800, -1042177800, 0),
(102514, 349, 40, 'Cut Knife', 527501500, -1090181400, 0),
(102515, 349, 40, 'Davidson', 512667600, -1059844900, 0),
(102516, 349, 40, 'Dodsland', 518001100, -1088181500, 0),
(102517, 349, 40, 'Dorintosh', 543668900, -1086347600, 0),
(102518, 349, 40, 'Duck Lake', 528167800, -1062344200, 0),
(102519, 349, 40, 'Duff', 508833200, -1030843100, 0),
(102520, 349, 40, 'Dunfermline', 521333900, -1070345500, 0),
(102521, 349, 40, 'Ebenezer', 513667000, -1024509500, 0),
(102522, 349, 40, 'Edzell', 521833900, -1067679300, 0),
(102523, 349, 40, 'Elrose', 512001000, -1080346700, 0),
(102524, 349, 40, 'Eyebrow', 508000600, -1061512100, 0),
(102525, 349, 40, 'Fisher', 530333700, -1054510200, 0),
(102526, 349, 40, 'Foam Lake', 516500100, -1035343100, 0),
(102527, 349, 40, 'Frenchman Butte', 535834800, -1096348300, 0),
(102528, 349, 40, 'Gainsborough', 491667300, -1014508900, 0),
(102529, 349, 40, 'Glenavon', 502000400, -1031343300, 0),
(102530, 349, 40, 'Glenside', 514500800, -1068012600, 0),
(102531, 349, 40, 'Glidden', 512376100, -1091653800, 0),
(102532, 349, 40, 'Goodsoil', 544001900, -1092182600, 0),
(102533, 349, 40, 'Grenfell', 504167400, -1029343200, 0),
(102534, 349, 40, 'Hague', 525111800, -1064178700, 0),
(102535, 349, 40, 'Herbert', 504333700, -1072179900, 0),
(102536, 349, 40, 'Holbein', 532333900, -1062010700, 0),
(102537, 349, 40, 'Hyas', 518999800, -1022676400, 0),
(102538, 349, 40, 'Ile-a-la-Crosse', 554501700, -1078846900, 0),
(102539, 349, 40, 'Imperial', 513500700, -1054344800, 0),
(102540, 349, 40, 'Insinger', 515332900, -1030842800, 0),
(102541, 349, 40, 'Kennedy', 500167300, -1023509900, 0),
(102542, 349, 40, 'Kenosee Lake', 498333300, -1022842900, 0),
(102543, 349, 40, 'Kincaid', 496667600, -1070012600, 0),
(102544, 349, 40, 'Kinistino', 529500400, -1050343000, 0),
(102545, 349, 40, 'Kronau', 503000800, -1043010800, 0),
(102546, 349, 40, 'Kyle', 508333800, -1080346700, 0),
(102547, 349, 40, 'Lafleche', 497167600, -1065845200, 0),
(102548, 349, 40, 'Langbank', 500500300, -1023009900, 0),
(102549, 349, 40, 'Leoville', 536334400, -1075512300, 0),
(102550, 349, 40, 'Lestock', 513167800, -1039843700, 0),
(102551, 349, 40, 'Loon Lake', 540335000, -1091682000, 0),
(102552, 349, 40, 'Luseland', 520834300, -1094015000, 0),
(102553, 349, 40, 'Mankota', 494167600, -1070679500, 0),
(102554, 349, 40, 'Marcelin', 529167900, -1067844500, 0),
(102555, 349, 40, 'Marengo', 514834200, -1097848500, 0),
(102556, 349, 40, 'Markinch', 509333800, -1043677900, 0),
(102557, 349, 40, 'Marshall', 531834600, -1097848500, 0),
(102558, 349, 40, 'Maryville', 530500300, -1044176500, 0),
(102559, 349, 40, 'McLean', 505167800, -1040677700, 0),
(102560, 349, 40, 'Meacham', 521000700, -1057511600, 0),
(102561, 349, 40, 'Midale', 494000600, -1034010000, 0),
(102562, 349, 40, 'Minton', 491667600, -1045843500, 0),
(102563, 349, 40, 'Mortlach', 504500700, -1060678900, 0),
(102564, 349, 40, 'Mossbank', 499333600, -1059678600, 0),
(102565, 349, 40, 'Muenster', 522000500, -1050010900, 0),
(102566, 349, 40, 'Neilburg', 528334500, -1096348100, 0),
(102567, 349, 40, 'Neudorf', 507167300, -1030177100, 0),
(102568, 349, 40, 'Neuhorst', 524000900, -1065845000, 0),
(102569, 349, 40, 'Nobleville', 524333000, -1036176700, 0),
(102570, 349, 40, 'Ogema', 495833700, -1049177900, 0),
(102571, 349, 40, 'Paradise Hill', 535334800, -1094682100, 0),
(102572, 349, 40, 'Parkbeg', 504500700, -1062679100, 0),
(102573, 349, 40, 'Piapot', 499833700, -1091181700, 0),
(102574, 349, 40, 'Pierceland', 543334800, -1097683400, 0),
(102575, 349, 40, 'Pilot Butte', 504667800, -1044177800, 0),
(102576, 349, 40, 'Plato', 511668000, -1084514100, 0),
(102577, 349, 40, 'Pleasantdale', 525833200, -1045010000, 0),
(102578, 349, 40, 'Plunkett', 519167700, -1054511500, 0),
(102579, 349, 40, 'Quinton', 513833700, -1044011000, 0),
(102580, 349, 40, 'Radisson', 524668100, -1074012600, 0),
(102581, 349, 40, 'Rama', 517666900, -1030009700, 0),
(102582, 349, 40, 'Red Earth', 534833800, -1028676400, 0),
(102583, 349, 40, 'Redvers', 495667200, -1017009300, 0),
(102584, 349, 40, 'Rhein', 513499900, -1022009400, 0),
(102585, 349, 40, 'Richard', 527001200, -1076679800, 0),
(102586, 349, 40, 'Riverhurst', 509000600, -1068679700, 0),
(102587, 349, 40, 'Rocanville', 503833000, -1017009400, 0),
(102588, 349, 40, 'Rockglen', 491833600, -1059511500, 0),
(102589, 349, 40, 'Rush Lake', 504000600, -1074013100, 0),
(102590, 349, 40, 'Saskatchewan Landing', 506500800, -1079846600, 0),
(102591, 349, 40, 'Sedley', 501667700, -1040010900, 0),
(102592, 349, 40, 'Semans', 514167700, -1047344200, 0),
(102593, 349, 40, 'Shaunavon', 496500500, -1084181000, 0),
(102594, 349, 40, 'Sheho', 515833000, -1032176900, 0),
(102595, 349, 40, 'Smeaton', 535000900, -1048176500, 0),
(102596, 349, 40, 'Sonningdale', 523834100, -1076846000, 0),
(102597, 349, 40, 'Southend Reindeer', 563168800, -1032340900, 0),
(102598, 349, 40, 'Southey', 509333800, -1045011000, 0),
(102599, 349, 40, 'Spalding', 523333300, -1045010400, 0),
(102600, 349, 40, 'Spiritwood', 533668300, -1075179300, 0),
(102601, 349, 40, 'Springside', 513500000, -1027342700, 0),
(102602, 349, 40, 'Springwater', 519668100, -1083847100, 0),
(102603, 349, 40, 'Spruce Lake', 535334800, -1090847500, 0),
(102604, 349, 40, 'St. Alphege', 523834300, -1086181100, 0),
(102605, 349, 40, 'St. Cyr Lake', 542168700, -1080680800, 0),
(102606, 349, 40, 'St. Louis', 529167800, -1058177700, 0),
(102607, 349, 40, 'St. Walburg', 536501900, -1092014700, 0),
(102608, 349, 40, 'Stanleyville', 531500700, -1054843100, 0),
(102609, 349, 40, 'Stoughton', 496833500, -1030343000, 0),
(102610, 349, 40, 'Sturgis', 519332800, -1025342500, 0),
(102611, 349, 40, 'Tompkins', 500667700, -1087847400, 0),
(102612, 349, 40, 'Turnor Lake', 564668800, -1086847700, 0),
(102613, 349, 40, 'Unity', 524501400, -1091681600, 0),
(102614, 349, 40, 'Veregin', 515832800, -1020842300, 0),
(102615, 349, 40, 'Vibank', 503333700, -1039343700, 0),
(102616, 349, 40, 'Vonda', 523167700, -1061011700, 0),
(102617, 349, 40, 'Wakaw', 526500700, -1057344000, 0),
(102618, 349, 40, 'Waldheim', 526500900, -1066178800, 0),
(102619, 349, 40, 'Watson', 521167300, -1045177600, 0),
(102620, 349, 40, 'Wawota', 499000300, -1020342700, 0),
(102621, 349, 40, 'Weldon', 530167500, -1051343000, 0),
(102622, 349, 40, 'Westview', 509333100, -1028509900, 0),
(102623, 349, 40, 'White Bear', 508833900, -1082180900, 0),
(102624, 349, 40, 'White Star', 533000800, -1057343100, 0),
(102625, 349, 40, 'Wilkie', 524168300, -1087014200, 0),
(102626, 349, 40, 'Willowbrook', 512000000, -1028009800, 0),
(102627, 349, 40, 'Young', 517833700, -1057511900, 0),
(102628, 349, 40, 'Zehner', 505667800, -1044677900, 0),
(102629, 349, 40, 'Zenon Park', 530667500, -1037509200, 0),
(102630, 350, 40, 'Beaver Creek', 623826600, -1408792500, 0),
(102631, 350, 40, 'Dominion', 636619500, -1386612200, 0),
(102632, 350, 40, 'Grand Forks', 639202500, -1393169200, 0),
(102633, 350, 40, 'Old Crow', 675711700, -1398341600, 0),
(102634, 350, 40, 'Tagish', 603133100, -1342717300, 0),
(102635, 350, 40, 'Ten Mile', 601661000, -1343703200, 0),
(102636, 350, 40, 'Teslin', 601661700, -1327243300, 0),
(102637, 3061, 43, 'Mao', 141211600, 153103000, 0),
(102638, 354, 44, 'Puerto Aisen', -454000000, -727000000, 0),
(102639, 355, 44, 'San Pedro de Atacama', -229166700, -682166700, 0),
(102640, 356, 44, 'Carahue', -387000000, -731666700, 0),
(102641, 356, 44, 'Traiguen', -382500000, -726833300, 0),
(102642, 356, 44, 'Victoria', -382166700, -723333300, 0),
(102643, 356, 44, 'Vilcun', -386500000, -722333300, 0),
(102644, 358, 44, 'Diego de Almagro', -263666700, -700500000, 0),
(102645, 359, 44, 'Arauco', -372463000, -733175200, 0),
(102646, 359, 44, 'Bulnes', -367423200, -722985400, 0),
(102647, 359, 44, 'Coihueco', -366166700, -718333300, 0),
(102648, 359, 44, 'Tome', -366166700, -729500000, 0),
(102649, 359, 44, 'Yumbel', -370833300, -725666700, 0),
(102650, 360, 44, 'Salamanca', -317750000, -709722200, 0),
(102651, 362, 44, 'Puerto Quellon', -431166700, -736166700, 0),
(102652, 365, 44, 'Parral', -361500000, -718333300, 0),
(102653, 369, 45, 'Banqiaotou', 302000000, 1186000000, 0),
(102654, 369, 45, 'Bengkouling', 308198400, 1194228500, 0),
(102655, 369, 45, 'Biqiao', 310152100, 1190215200, 0),
(102656, 369, 45, 'Bowang', 315627800, 1188390800, 0),
(102657, 369, 45, 'Chang''an', 301524000, 1185191200, 0),
(102658, 369, 45, 'Chengkan', 299236100, 1182836100, 0),
(102659, 369, 45, 'Cishangang', 309098300, 1195095000, 0),
(102660, 369, 45, 'Dangcheng', 344278700, 1163765700, 0),
(102661, 369, 45, 'Dianbu', 318741600, 1174518600, 0),
(102662, 369, 45, 'Dingcheng', 325160900, 1176595200, 0),
(102663, 369, 45, 'Dougou', 313583300, 1180139900, 0),
(102664, 369, 45, 'Duji', 339976500, 1168284000, 0),
(102665, 369, 45, 'Erlangkou', 319696900, 1181276800, 0),
(102666, 369, 45, 'Fanyang', 310847100, 1181942500, 0),
(102667, 369, 45, 'Fengtai', 327082500, 1167295600, 0),
(102668, 369, 45, 'Fuxing', 299056000, 1164142200, 0),
(102669, 369, 45, 'Fuyu', 301500000, 1161166700, 0),
(102670, 369, 45, 'Gangkou', 307327800, 1189111100, 0),
(102671, 369, 45, 'Gantang', 302969400, 1181305600, 0),
(102672, 369, 45, 'Hanting', 309186800, 1185484800, 0),
(102673, 369, 45, 'Helixi', 306284100, 1189812400, 0),
(102674, 369, 45, 'Hengshan', 314080200, 1163186600, 0),
(102675, 369, 45, 'Huangcun', 306086800, 1183270200, 0),
(102676, 369, 45, 'Huayang', 300708700, 1185903200, 0),
(102677, 369, 45, 'Huicheng', 298692500, 1184336400, 0),
(102678, 369, 45, 'Huikou', 298183200, 1162453700, 0),
(102679, 369, 45, 'Hujiadun', 315101400, 1185898600, 0),
(102680, 369, 45, 'Huoqiu', 323547300, 1162939000, 0),
(102681, 369, 45, 'Huyang', 313869200, 1188232500, 0),
(102682, 369, 45, 'Jiaocun', 301919300, 1180667800, 0),
(102683, 369, 45, 'Jinxi', 304322600, 1162921700, 0),
(102684, 369, 45, 'Jinzipai', 298463100, 1178077800, 0),
(102685, 369, 45, 'Laoqiao', 316090600, 1183037000, 0),
(102686, 369, 45, 'Lingcheng', 335376600, 1175335700, 0),
(102687, 369, 45, 'Linquan', 330850600, 1152902300, 0),
(102688, 369, 45, 'Liulang', 312409300, 1185372900, 0),
(102689, 369, 45, 'Lixin', 331432800, 1162271800, 0),
(102690, 369, 45, 'Liyang', 317166700, 1183500000, 0),
(102691, 369, 45, 'Longcheng', 341844800, 1169507700, 0),
(102692, 369, 45, 'Longquan', 296400700, 1168135300, 0),
(102693, 369, 45, 'Longshanqiao', 314962200, 1184812200, 0),
(102694, 369, 45, 'Makeng', 299246800, 1170847100, 0),
(102695, 369, 45, 'Meicheng', 306344400, 1165727800, 0),
(102696, 369, 45, 'Menkoutang', 310140800, 1194394900, 0),
(102697, 369, 45, 'Muta', 297759200, 1170499500, 0),
(102698, 369, 45, 'Niandou', 314333300, 1184583300, 0),
(102699, 369, 45, 'Pinghu', 303281500, 1180054400, 0),
(102700, 369, 45, 'Qiankou', 298705600, 1182952800, 0),
(102701, 369, 45, 'Qili', 301990600, 1174779800, 0),
(102702, 369, 45, 'Qingshui', 313172400, 1184768600, 0),
(102703, 369, 45, 'Quantoushan', 310704700, 1192142400, 0),
(102704, 369, 45, 'Sanshan', 312124400, 1182298600, 0),
(102705, 369, 45, 'Sanyang', 300231700, 1187833400, 0),
(102706, 369, 45, 'Shencun', 310500000, 1188500000, 0),
(102707, 369, 45, 'Shiqiao', 314432000, 1186001800, 0),
(102708, 369, 45, 'Shouchun', 325816200, 1167929200, 0),
(102709, 369, 45, 'Shuihu', 324766700, 1171577800, 0),
(102710, 369, 45, 'Shuiyang', 312277800, 1187907700, 0),
(102711, 369, 45, 'Sicheng', 334893600, 1178567900, 0),
(102712, 369, 45, 'Suncun', 303160600, 1184134900, 0),
(102713, 369, 45, 'Taihe', 331655200, 1156488600, 0),
(102714, 369, 45, 'Tangzhai', 344327800, 1165911100, 0),
(102715, 369, 45, 'Tanjiaqiao', 301744400, 1182683300, 0),
(102716, 369, 45, 'Tiantang', 308500000, 1163500000, 0),
(102717, 369, 45, 'Wucheng', 296007700, 1181749500, 0),
(102718, 369, 45, 'Wuyang', 319925000, 1162472200, 0),
(102719, 369, 45, 'Xianghe', 320908800, 1182500100, 0),
(102720, 369, 45, 'Xianyuan', 303054200, 1182002000, 0),
(102721, 369, 45, 'Xiaojiangba', 312849500, 1180621300, 0),
(102722, 369, 45, 'Xiaolukou', 298615000, 1176077000, 0),
(102723, 369, 45, 'Xikou', 296862600, 1180095200, 0),
(102724, 369, 45, 'Xin''an', 324379900, 1184088800, 0),
(102725, 369, 45, 'Xuanzhou', 309525000, 1187552800, 0),
(102726, 369, 45, 'Yangong', 306506200, 1184501900, 0),
(102727, 369, 45, 'Yangxi', 301566700, 1186421000, 0),
(102728, 369, 45, 'Yansi', 298236500, 1183367900, 0),
(102729, 369, 45, 'Yaodu', 301000000, 1170166700, 0),
(102730, 369, 45, 'Yintang', 315975600, 1185308900, 0),
(102731, 369, 45, 'Yishan', 308275900, 1188169800, 0),
(102732, 369, 45, 'Yuncao', 314226600, 1180741000, 0),
(102733, 369, 45, 'Yunle', 304500000, 1186333300, 0),
(102734, 369, 45, 'Yuxikou', 314335800, 1183030300, 0),
(102735, 369, 45, 'Zhangdu', 305963700, 1182279600, 0),
(102736, 369, 45, 'Zhoutou', 298640900, 1163181600, 0),
(102737, 369, 45, 'Zhupu', 300375300, 1188321700, 0),
(102738, 369, 45, 'Zhuyang', 307304700, 1180021500, 0),
(102739, 369, 45, 'Zongyang', 306988900, 1172041700, 0),
(102740, 371, 45, 'Caijiagang', 289088900, 1063361100, 0),
(102741, 371, 45, 'Chetian', 291418300, 1090461000, 0),
(102742, 371, 45, 'Guofuchang', 288500000, 1066013900, 0),
(102743, 371, 45, 'Pianbai', 290310900, 1090922100, 0),
(102744, 371, 45, 'Puhechang', 289525000, 1068311100, 0),
(102745, 371, 45, 'Shijiaochang', 289244400, 1067561100, 0),
(102746, 372, 45, 'Bailian', 265162100, 1173778000, 0),
(102747, 372, 45, 'Cewu', 257284300, 1163479200, 0),
(102748, 372, 45, 'Chadi', 250246600, 1165801400, 0),
(102749, 372, 45, 'Changqiao', 268213900, 1188436100, 0),
(102750, 372, 45, 'Cuijiang', 262632200, 1166499100, 0),
(102751, 372, 45, 'Dadeng', 245438600, 1183275300, 0),
(102752, 372, 45, 'Daqiao', 266150000, 1189063900, 0),
(102753, 372, 45, 'Datian', 269286400, 1169999000, 0),
(102754, 372, 45, 'Datong', 258423100, 1163588600, 0),
(102755, 372, 45, 'Dazuo', 248861600, 1189643300, 0),
(102756, 372, 45, 'Dingtou', 268458300, 1196605600, 0),
(102757, 372, 45, 'Dongkeng', 239500800, 1173825400, 0),
(102758, 372, 45, 'Dongling', 249827100, 1188979000, 0),
(102759, 372, 45, 'Dongpu', 238858800, 1171164500, 0),
(102760, 372, 45, 'Dongyuan', 249173800, 1187523600, 0),
(102761, 372, 45, 'Fengcheng', 247236500, 1167242900, 0),
(102762, 372, 45, 'Gantang', 267983300, 1189361100, 0),
(102763, 372, 45, 'Gaoqiao', 265603500, 1177749700, 0),
(102764, 372, 45, 'Guantou', 261352800, 1195633300, 0),
(102765, 372, 45, 'Gucheng', 258645000, 1161679900, 0),
(102766, 372, 45, 'Hangchuan', 275194700, 1173349100, 0),
(102767, 372, 45, 'Hetian', 256670000, 1164154300, 0),
(102768, 372, 45, 'Hongyang', 265286100, 1194625000, 0),
(102769, 372, 45, 'Huai''an', 261013900, 1192225000, 0),
(102770, 372, 45, 'Hufang', 262180400, 1172291200, 0),
(102771, 372, 45, 'Huilong', 274807300, 1184075300, 0),
(102772, 372, 45, 'Jiangkou', 254872200, 1191986100, 0),
(102773, 372, 45, 'Jiuxian', 252239700, 1164976000, 0),
(102774, 372, 45, 'Junkou', 266581400, 1167946700, 0),
(102775, 372, 45, 'Junxi', 256750800, 1178447000, 0),
(102776, 372, 45, 'Juxi', 254946500, 1167387100, 0),
(102777, 372, 45, 'Kuai''an', 260341700, 1194163900, 0),
(102778, 372, 45, 'Langkou', 263874000, 1178396700, 0),
(102779, 372, 45, 'Lincheng', 250593800, 1164080800, 0),
(102780, 372, 45, 'Longmen', 249597200, 1180888900, 0),
(102781, 372, 45, 'Luocheng', 250323100, 1187949500, 0),
(102782, 372, 45, 'Miaoqian', 253298800, 1166799400, 0),
(102783, 372, 45, 'Nanxia', 262808400, 1178745200, 0),
(102784, 372, 45, 'Nanzhao', 237198800, 1171711600, 0),
(102785, 372, 45, 'Pandu', 262375000, 1194519400, 0),
(102786, 372, 45, 'Pengkou', 255309300, 1166844500, 0),
(102787, 372, 45, 'Quxi', 256537600, 1169151700, 0),
(102788, 372, 45, 'Sansha', 269242000, 1202087700, 0),
(102789, 372, 45, 'Shajiang', 267825000, 1199669400, 0),
(102790, 372, 45, 'Shancheng', 244915500, 1173456800, 0),
(102791, 372, 45, 'Shangcai Zhongxing', 252639800, 1164162100, 0),
(102792, 372, 45, 'Shaxiaba', 253223600, 1165002300, 0),
(102793, 372, 45, 'Shuangcheng', 272400000, 1198944400, 0),
(102794, 372, 45, 'Shuangxi', 270224800, 1190414000, 0),
(102795, 372, 45, 'Songji', 265766200, 1187403500, 0),
(102796, 372, 45, 'Sui''an', 240869800, 1176091200, 0),
(102797, 372, 45, 'Suicheng', 268377900, 1168359200, 0),
(102798, 372, 45, 'Tangchuan', 261145700, 1184261600, 0),
(102799, 372, 45, 'Tingjiang', 260730600, 1195072200, 0),
(102800, 372, 45, 'Wu''an', 246038700, 1177453900, 0),
(102801, 372, 45, 'Wufu', 276123900, 1182050100, 0),
(102802, 372, 45, 'Xiadao', 265750800, 1182694300, 0),
(102803, 372, 45, 'Xianan', 262666300, 1166589700, 0),
(102804, 372, 45, 'Xiancun', 269386100, 1193602800, 0),
(102805, 372, 45, 'Xiaqu', 268237000, 1171565400, 0),
(102806, 372, 45, 'Xindian', 245937700, 1182410500, 0),
(102807, 372, 45, 'Xinqiao', 258809600, 1164516400, 0),
(102808, 372, 45, 'Xinshi', 262485900, 1165142000, 0),
(102809, 372, 45, 'Xiongshan', 273643900, 1188571100, 0),
(102810, 372, 45, 'Xubi', 262797500, 1176325200, 0),
(102811, 372, 45, 'Yacheng', 269882900, 1201883500, 0),
(102812, 372, 45, 'Yakou', 246719400, 1186372200, 0),
(102813, 372, 45, 'Yong''an', 259833330, 1173666670, 0),
(102814, 372, 45, 'Youxi', 261736100, 1181788900, 0),
(102815, 372, 45, 'Yuankeng', 267613400, 1177106800, 0),
(102816, 372, 45, 'Yushan', 269574800, 1203227700, 0),
(102817, 372, 45, 'Zhaizipu', 239567500, 1172626600, 0),
(102818, 372, 45, 'Zhanghuban', 263865400, 1184840800, 0),
(102819, 372, 45, 'Zhongfang', 266008300, 1194258300, 0),
(102820, 373, 45, 'Baihe', 338697400, 1048522100, 0),
(102821, 373, 45, 'Biandu', 346576800, 1036400600, 0),
(102822, 373, 45, 'Binglincha', 360404300, 1073726400, 0),
(102823, 373, 45, 'Caijiamiao', 360540300, 1077185000, 0),
(102824, 373, 45, 'Caizi Zhen', 349884800, 1044716200, 0),
(102825, 373, 45, 'Chengjiao Zhen', 344351600, 1040398600, 0),
(102826, 373, 45, 'Chuimatan', 357181000, 1028740700, 0),
(102827, 373, 45, 'Dagou', 359798600, 1052325300, 0),
(102828, 373, 45, 'Dangchang', 340446200, 1043946400, 0),
(102829, 373, 45, 'Dianga', 340636300, 1032135800, 0),
(102830, 373, 45, 'Fujia', 338188900, 1059536100, 0),
(102831, 373, 45, 'Gangouyi', 359563200, 1050187800, 0),
(102832, 373, 45, 'Gaoqiao', 340952500, 1059488300, 0),
(102833, 373, 45, 'Gongchang Zhen', 349988100, 1046400000, 0),
(102834, 373, 45, 'Gongzishi', 337583600, 1044343800, 0),
(102835, 373, 45, 'Hadapu Zhen', 342313200, 1042230100, 0),
(102836, 373, 45, 'Huangzhu', 339675500, 1056826600, 0),
(102837, 373, 45, 'Kangduo', 350343100, 1035245100, 0),
(102838, 373, 45, 'Labrang', 352012500, 1025211700, 0),
(102839, 373, 45, 'Laojunmiao', 398333300, 977333300, 0),
(102840, 373, 45, 'Laojunpo', 357471600, 1054211800, 0),
(102841, 373, 45, 'Liangdang', 339097200, 1063022200, 0),
(102842, 373, 45, 'Liangshan', 350731800, 1059740000, 0),
(102843, 373, 45, 'Lianlu', 350143600, 1037456000, 0),
(102844, 373, 45, 'Lintan', 346888500, 1033524200, 0),
(102845, 373, 45, 'Longcheng', 350009600, 1059733900, 0),
(102846, 373, 45, 'Longxing', 335986400, 1051929000, 0),
(102847, 373, 45, 'Manisi', 355103500, 1029269800, 0),
(102848, 373, 45, 'Miaoxiang', 365285000, 1079868800, 0),
(102849, 373, 45, 'Puwo', 349737900, 1075217900, 0),
(102850, 373, 45, 'Quzi', 362932300, 1075120400, 0),
(102851, 373, 45, 'Rouyuan', 364609200, 1079831100, 0),
(102852, 373, 45, 'Sangke', 351249700, 1024441100, 0),
(102853, 373, 45, 'Shancheng', 369568000, 1070266300, 0),
(102854, 373, 45, 'Suhe', 340625000, 1052221000, 0),
(102855, 373, 45, 'Tange Zhen', 346276400, 1048406200, 0),
(102856, 373, 45, 'Tianjiahe', 350619100, 1039413700, 0),
(102857, 373, 45, 'Wenfeng Zhen', 349517900, 1046980600, 0),
(102858, 373, 45, 'Wuchengzi', 360992400, 1072647100, 0),
(102859, 373, 45, 'Xiaxihao', 403000000, 971666700, 0),
(102860, 373, 45, 'Xindian', 353522200, 1055180700, 0),
(102861, 373, 45, 'Yangzhuang', 350671800, 1040392000, 0),
(102862, 373, 45, 'Yiwa', 341374400, 1031689400, 0),
(102863, 373, 45, 'Yuanyang Zhen', 347876800, 1047753100, 0),
(102864, 373, 45, 'Zhaizigou', 356788100, 1028891900, 0),
(102865, 373, 45, 'Zuitai', 333308300, 1056046700, 0),
(102866, 374, 45, 'Baokou', 232182300, 1151930700, 0),
(102867, 374, 45, 'Bazi', 245217000, 1141195700, 0),
(102868, 374, 45, 'Beitou', 244119200, 1142824100, 0),
(102869, 374, 45, 'Caitang', 235075500, 1166499700, 0),
(102870, 374, 45, 'Changning', 232154300, 1140393800, 0),
(102871, 374, 45, 'Chetian', 244336000, 1152863400, 0),
(102872, 374, 45, 'Chiguang', 243863000, 1154310400, 0),
(102873, 374, 45, 'Chikeng', 228507700, 1154582800, 0),
(102874, 374, 45, 'Chonglou', 221294800, 1128074700, 0),
(102875, 374, 45, 'Da''an', 230727500, 1156264000, 0),
(102876, 374, 45, 'Daba', 233698400, 1161772100, 0),
(102877, 374, 45, 'Dahao', 232873300, 1167160900, 0),
(102878, 374, 45, 'Dalubian', 250414400, 1126291100, 0),
(102879, 374, 45, 'Dazhe', 245803700, 1158582800, 0),
(102880, 374, 45, 'Dongtang', 250822500, 1136316500, 0),
(102881, 374, 45, 'Duanfen', 220585200, 1127542100, 0),
(102882, 374, 45, 'Dubu', 243337400, 1126608800, 0),
(102883, 374, 45, 'Duheng', 247687200, 1142752800, 0),
(102884, 374, 45, 'Duozhu', 230302500, 1149441100, 0),
(102885, 374, 45, 'Ebu', 228276500, 1149969900, 0),
(102886, 374, 45, 'Fengren', 241750400, 1153259700, 0),
(102887, 374, 45, 'Futang', 244170600, 1120920400, 0),
(102888, 374, 45, 'Gaotan', 231883500, 1153059400, 0),
(102889, 374, 45, 'Guanbu', 234336100, 1164636100, 0),
(102890, 374, 45, 'Guanyinge', 234000000, 1145907500, 0),
(102891, 374, 45, 'Guiyu', 233221300, 1163429500, 0),
(102892, 374, 45, 'Guzhai', 243908300, 1151483300, 0),
(102893, 374, 45, 'Hengshishui', 243650100, 1138013600, 0),
(102894, 374, 45, 'Hengshitang', 243438900, 1133850000, 0),
(102895, 374, 45, 'Heping', 232511200, 1164815300, 0),
(102896, 374, 45, 'Hongcao', 228360100, 1153552200, 0),
(102897, 374, 45, 'Huangben', 246916800, 1126838700, 0),
(102898, 374, 45, 'Huanghuai', 244736300, 1157778000, 0),
(102899, 374, 45, 'Huangsha', 241709200, 1148436200, 0),
(102900, 374, 45, 'Huizhai', 234789400, 1159981800, 0),
(102901, 374, 45, 'Huliao', 243808900, 1166493200, 0),
(102902, 374, 45, 'Jiangkou', 234384300, 1114968300, 0),
(102903, 374, 45, 'Jiazi', 228779100, 1160670500, 0),
(102904, 374, 45, 'Jiekou', 235437100, 1135803900, 0),
(102905, 374, 45, 'Jingnan', 241919000, 1159210100, 0),
(102906, 374, 45, 'Jinzao', 234541000, 1163904000, 0),
(102907, 374, 45, 'Jiulong', 241441400, 1129144200, 0),
(102908, 374, 45, 'Ketang', 229436500, 1154520000, 0),
(102909, 374, 45, 'Kuitan', 230683700, 1159733500, 0),
(102910, 374, 45, 'Lakou', 239503800, 1150802200, 0),
(102911, 374, 45, 'Laolong', 241072700, 1152368800, 0),
(102912, 374, 45, 'Leiling', 230801900, 1163672000, 0),
(102913, 374, 45, 'Liangying', 232157600, 1163591200, 0),
(102914, 374, 45, 'Lianjiangkou', 240327800, 1133038700, 0),
(102915, 374, 45, 'Lianxia', 234977100, 1167780600, 0),
(102916, 374, 45, 'Libu', 245671500, 1124205800, 0),
(102917, 374, 45, 'Lizui', 243422200, 1153252600, 0),
(102918, 374, 45, 'Longhu', 235549400, 1166451900, 0),
(102919, 374, 45, 'Longjiang', 236094300, 1142893500, 0),
(102920, 374, 45, 'Longwo', 234774500, 1152888300, 0),
(102921, 374, 45, 'Luoba', 248625000, 1142082500, 0),
(102922, 374, 45, 'Luozhou', 216328400, 1102737300, 0),
(102923, 374, 45, 'Maba', 246841200, 1135983900, 0),
(102924, 374, 45, 'Magong', 227901900, 1152385300, 0),
(102925, 374, 45, 'Mazha', 234620400, 1140057500, 0),
(102926, 374, 45, 'Nanfeng', 237434400, 1117959300, 0),
(102927, 374, 45, 'Nanxi', 235044000, 1162423400, 0),
(102928, 374, 45, 'Neiguan', 243702000, 1145530300, 0),
(102929, 374, 45, 'Neihu', 229768300, 1158279800, 0),
(102930, 374, 45, 'Nibei', 240852000, 1158138600, 0),
(102931, 374, 45, 'Ningzhong', 241585000, 1157437600, 0),
(102932, 374, 45, 'Paitan', 234907100, 1137753600, 0),
(102933, 374, 45, 'Pengzhai', 243593300, 1150727300, 0),
(102934, 374, 45, 'Pingshi', 252866700, 1130514000, 0),
(102935, 374, 45, 'Qiaochong', 229216200, 1157826400, 0),
(102936, 374, 45, 'Qiaotou', 230233900, 1140921100, 0),
(102937, 374, 45, 'Qigong', 243103800, 1125689000, 0),
(102938, 374, 45, 'Qiuchang', 228215300, 1144258600, 0),
(102939, 374, 45, 'Renshan', 228379500, 1148042300, 0),
(102940, 374, 45, 'Sanjiang', 247206300, 1122944200, 0),
(102941, 374, 45, 'Shahe', 239941700, 1128791700, 0),
(102942, 374, 45, 'Shangchuan', 217262000, 1127713000, 0),
(102943, 374, 45, 'Shaping', 250893200, 1130380500, 0),
(102944, 374, 45, 'Shatian', 228626600, 1145452600, 0),
(102945, 374, 45, 'Shazhuang', 231333000, 1138350600, 0),
(102946, 374, 45, 'Shigutang', 243510800, 1131475000, 0),
(102947, 374, 45, 'Shitan', 231744400, 1137878600, 0),
(102948, 374, 45, 'Shuibian', 240955600, 1131685900, 0),
(102949, 374, 45, 'Shuibu', 223356000, 1127924800, 0),
(102950, 374, 45, 'Shuichun', 233255900, 1157251300, 0),
(102951, 374, 45, 'Sijiu', 222196100, 1128535700, 0),
(102952, 374, 45, 'Simapu', 232599800, 1163640500, 0),
(102953, 374, 45, 'Suqu', 233582900, 1153439800, 0),
(102954, 374, 45, 'Taiping', 236713600, 1128786400, 0),
(102955, 374, 45, 'Tangping', 220264700, 1119322900, 0),
(102956, 374, 45, 'Tianqian', 227279000, 1155025800, 0),
(102957, 374, 45, 'Tieyong', 227245900, 1148341400, 0),
(102958, 374, 45, 'Tuocheng', 240623500, 1151857600, 0),
(102959, 374, 45, 'Tuotang', 234191500, 1165874900, 0),
(102960, 374, 45, 'Wangniudun', 230532900, 1136474200, 0),
(102961, 374, 45, 'Wenci', 237608100, 1166745000, 0),
(102962, 374, 45, 'Wencun', 218624400, 1124944100, 0),
(102963, 374, 45, 'Xiangshui', 232687100, 1142187100, 0),
(102964, 374, 45, 'Xiaojinkou', 231889400, 1144042200, 0),
(102965, 374, 45, 'Xiashuai', 242141800, 1120854100, 0),
(102966, 374, 45, 'Xiayong', 227735500, 1146507900, 0),
(102967, 374, 45, 'Xincheng', 227001400, 1122240700, 0),
(102968, 374, 45, 'Xingzi', 250013800, 1125540000, 0),
(102969, 374, 45, 'Yonghan', 235700300, 1139682100, 0),
(102970, 374, 45, 'Yuantan', 236635300, 1131958800, 0),
(102971, 374, 45, 'Zhelin', 235815000, 1170911100, 0),
(102972, 374, 45, 'Zhongba', 237073100, 1153410400, 0),
(102973, 374, 45, 'Zhongshangang', 225666500, 1134559200, 0),
(102974, 374, 45, 'Zhoupi', 242493900, 1140250700, 0),
(102975, 374, 45, 'Zhucun', 232796000, 1136878500, 0),
(102976, 374, 45, 'dong hai dao', 210244800, 1103961300, 0),
(102977, 375, 45, 'Babu', 244166700, 1115166700, 0),
(102978, 375, 45, 'Baihe', 221500000, 1072333300, 0),
(102979, 375, 45, 'Bama', 241705400, 1072489200, 0),
(102980, 375, 45, 'Chengzhong', 221682400, 1070073000, 0),
(102981, 375, 45, 'Fengcheng', 245711700, 1070424300, 0),
(102982, 375, 45, 'Fuyang', 248344100, 1112580200, 0),
(102983, 375, 45, 'Labao', 242598500, 1093341400, 0),
(102984, 375, 45, 'Leli', 243540600, 1062437000, 0),
(102985, 375, 45, 'Lianzhou', 216682000, 1091694600, 0),
(102986, 375, 45, 'Licheng', 245064900, 1103891900, 0),
(102987, 375, 45, 'Liupai', 250400000, 1071731500, 0),
(102988, 375, 45, 'Long''an', 232071200, 1076509000, 0),
(102989, 375, 45, 'Matou', 233553400, 1075564000, 0),
(102990, 375, 45, 'Pingma', 236374300, 1071014000, 0),
(102991, 375, 45, 'Pumiao', 227500000, 1084833300, 0),
(102992, 375, 45, 'Rongzhou', 228772400, 1105571700, 0),
(102993, 375, 45, 'Tengzhou', 233880600, 1108911600, 0),
(102994, 375, 45, 'Wenquan', 223252800, 1102555600, 0),
(102995, 375, 45, 'Wuxuan', 236246600, 1096520000, 0),
(102996, 375, 45, 'Xiaojiang', 222814600, 1095293400, 0),
(102997, 375, 45, 'Yashan', 221975000, 1099419400, 0),
(102998, 375, 45, 'Zhongshan', 245333300, 1113000000, 0),
(102999, 376, 45, 'Bahuang', 277180600, 1090188900, 0),
(103000, 376, 45, 'Bangdong', 269755600, 1091858300, 0),
(103001, 376, 45, 'Chadian', 275819400, 1091327800, 0),
(103002, 376, 45, 'Changsha', 286877800, 1059897200, 0),
(103003, 376, 45, 'Chumi', 282336100, 1068327800, 0),
(103004, 376, 45, 'Dabachang', 277425000, 1083433300, 0),
(103005, 376, 45, 'Dundong', 260108300, 1091450000, 0),
(103006, 376, 45, 'Gaoniang', 268425000, 1091788900, 0),
(103007, 376, 45, 'Guandu', 286136100, 1060813900, 0),
(103008, 376, 45, 'Huaqiuba', 281252800, 1066108300, 0),
(103009, 376, 45, 'Loushanguan', 281375000, 1068200000, 0),
(103010, 376, 45, 'Maoping', 267369400, 1092211100, 0),
(103011, 376, 45, 'Sanchahe', 284952800, 1064283300, 0),
(103012, 376, 45, 'Sangmu', 282152800, 1062688900, 0),
(103013, 376, 45, 'Songkan', 285497200, 1068597200, 0),
(103014, 376, 45, 'Tingdong', 258244400, 1086125000, 0),
(103015, 376, 45, 'Xiaoweizhai', 261902800, 1075125000, 0),
(103016, 376, 45, 'Xujiaba', 278847200, 1081136100, 0),
(103017, 376, 45, 'Youyupu', 275597200, 1091377800, 0),
(103018, 376, 45, 'Zhujiachang', 273575000, 1089383300, 0),
(103019, 377, 45, 'Baoyou', 187493200, 1091717200, 0),
(103020, 377, 45, 'Benhao', 186121800, 1099577500, 0),
(103021, 377, 45, 'Changsa', 197628000, 1108983000, 0),
(103022, 377, 45, 'Dapo', 196160900, 1105715800, 0),
(103023, 377, 45, 'Dazhipo', 198031600, 1106819100, 0),
(103024, 377, 45, 'Donghe', 190508000, 1089376800, 0),
(103025, 377, 45, 'Hou''an', 188671400, 1104465400, 0),
(103026, 377, 45, 'Huangliu', 185026300, 1087891800, 0),
(103027, 377, 45, 'Jialai', 197080600, 1096955600, 0),
(103028, 377, 45, 'Jiusuo', 184442500, 1089101500, 0),
(103029, 377, 45, 'Limushan', 192675200, 1097829800, 0),
(103030, 377, 45, 'Nada', 195225700, 1095786000, 0),
(103031, 377, 45, 'Penglai', 195378400, 1105359800, 0),
(103032, 377, 45, 'Sangengluo', 188630600, 1101805100, 0),
(103033, 377, 45, 'Shibi', 191651800, 1103029000, 0),
(103034, 377, 45, 'Tuncheng', 193633300, 1100977800, 0),
(103035, 377, 45, 'Wengtian', 199329600, 1108731300, 0),
(103036, 377, 45, 'Wulie', 192861400, 1087839400, 0),
(103037, 377, 45, 'Xinpo', 197716500, 1103654600, 0),
(103038, 377, 45, 'Yacha', 192305600, 1094475000, 0),
(103039, 377, 45, 'Yinggehai', 185114200, 1086894400, 0),
(103040, 377, 45, 'Yinggen', 190383300, 1098400000, 0),
(103041, 378, 45, 'Beidaihehaibin', 398222200, 1195180600, 0),
(103042, 378, 45, 'Shahecheng', 369383300, 1145058300, 0),
(103043, 378, 45, 'Wuwangkou', 390451200, 1140185800, 0),
(103044, 378, 45, 'Xiwanzi', 409713900, 1152725000, 0),
(103045, 378, 45, 'Yingshouyingzi', 405514700, 1176615500, 0),
(103046, 379, 45, 'Bamiantong', 449333300, 1305333300, 0),
(103047, 379, 45, 'Baoshan', 465586100, 1314244400, 0),
(103048, 379, 45, 'Bayan', 460833300, 1274000000, 0),
(103049, 379, 45, 'Beiyinhe', 451666700, 1270000000, 0),
(103050, 379, 45, 'Chaihe', 447666700, 1297000000, 0),
(103051, 379, 45, 'Chengzihe', 453333300, 1310666700, 0),
(103052, 379, 45, 'Fengxiang', 475833300, 1308333300, 0),
(103053, 379, 45, 'Gonghe', 441110800, 1302048400, 0),
(103054, 379, 45, 'Hedong', 452566800, 1280309600, 0),
(103055, 379, 45, 'Hulan Ergi', 472041700, 1236333300, 0),
(103056, 379, 45, 'Lanxi', 462622200, 1262855600, 0),
(103057, 379, 45, 'Laojieji', 449701200, 1279653000, 0),
(103058, 379, 45, 'Linkou', 453000000, 1302833300, 0),
(103059, 379, 45, 'Mingshui', 471666700, 1259166700, 0),
(103060, 379, 45, 'Mulan', 459471500, 1280370600, 0),
(103061, 379, 45, 'Nancha', 471333300, 1292666700, 0),
(103062, 379, 45, 'Nianzishan', 475166700, 1228833300, 0),
(103063, 379, 45, 'Pingshan', 453229100, 1273975800, 0),
(103064, 379, 45, 'Shanhetun', 447000000, 1272000000, 0),
(103065, 379, 45, 'Sheli', 455641800, 1269278300, 0),
(103066, 379, 45, 'Suileng', 472500000, 1270833300, 0),
(103067, 379, 45, 'Tieli', 469500000, 1280500000, 0),
(103068, 379, 45, 'Wangkui', 468333300, 1265000000, 0),
(103069, 379, 45, 'Xiangyang', 457529700, 1269230400, 0),
(103070, 379, 45, 'Xiaoshanzi', 449071200, 1276024000, 0),
(103071, 379, 45, 'Xiaoyangqi', 508000000, 1242833300, 0),
(103072, 379, 45, 'Xilinji', 529906300, 1232352200, 0),
(103073, 379, 45, 'Xinglong', 453000000, 1269000000, 0),
(103074, 379, 45, 'Yuquan', 454100100, 1271590200, 0),
(103075, 379, 45, 'Zhaoyuan', 455000000, 1251333300, 0),
(103076, 380, 45, 'Baitugang', 334470100, 1123665300, 0),
(103077, 380, 45, 'Banqiao', 329976100, 1136212400, 0),
(103078, 380, 45, 'Beidu', 337073500, 1132871200, 0),
(103079, 380, 45, 'Beizi', 339634800, 1126035600, 0),
(103080, 380, 45, 'Changcun', 335329800, 1131221200, 0),
(103081, 380, 45, 'Chaobei', 330405600, 1121037000, 0),
(103082, 380, 45, 'Checun', 337963100, 1121166600, 0),
(103083, 380, 45, 'Chenzhuang', 326564500, 1132976500, 0),
(103084, 380, 45, 'Cigou', 338330500, 1135827400, 0),
(103085, 380, 45, 'Dafengying', 330067200, 1128417000, 0),
(103086, 380, 45, 'Donggaohuang', 337575800, 1133638300, 0),
(103087, 380, 45, 'Dongzhou', 337844100, 1128070500, 0),
(103088, 380, 45, 'Gaodian', 326393400, 1132353700, 0),
(103089, 380, 45, 'Gunziying', 336700100, 1131032300, 0),
(103090, 380, 45, 'Haozhai', 330095900, 1130345600, 0),
(103091, 380, 45, 'Huangdimiao', 337675700, 1139856700, 0),
(103092, 380, 45, 'Huayuan', 327223900, 1133196400, 0),
(103093, 380, 45, 'Jialou', 328947400, 1134507200, 0),
(103094, 380, 45, 'Jiangguanchi', 340006300, 1138691400, 0),
(103095, 380, 45, 'Jiangliji', 339401900, 1138348400, 0),
(103096, 380, 45, 'Juling', 338622000, 1139600400, 0),
(103097, 380, 45, 'Kunyang', 336200000, 1133450000, 0),
(103098, 380, 45, 'Liangwa', 338458600, 1129252200, 0),
(103099, 380, 45, 'Lianhua', 335976800, 1138196600, 0),
(103100, 380, 45, 'Liuge', 329841700, 1139722200, 0),
(103101, 380, 45, 'Longquan', 334882600, 1134250400, 0),
(103102, 380, 45, 'Luyang', 337356400, 1129050800, 0),
(103103, 380, 45, 'Magutian', 326738300, 1134737300, 0),
(103104, 380, 45, 'Malou', 336798700, 1129859700, 0),
(103105, 380, 45, 'Mashankou', 332057700, 1120026100, 0),
(103106, 380, 45, 'Muzhijie', 339622100, 1121652400, 0),
(103107, 380, 45, 'Nanzhao', 334924900, 1124272300, 0),
(103108, 380, 45, 'Pushan', 331197000, 1125947900, 0),
(103109, 380, 45, 'Qianying', 339796500, 1129092600, 0),
(103110, 380, 45, 'Qiaotou', 330551500, 1128101600, 0),
(103111, 380, 45, 'Qutun', 330404100, 1120254000, 0),
(103112, 380, 45, 'Shangjiuwu', 339489600, 1129776700, 0),
(103113, 380, 45, 'Shedian', 330612800, 1129425900, 0),
(103114, 380, 45, 'Shewan', 327340900, 1132405600, 0),
(103115, 380, 45, 'Shifosi', 330791200, 1121556000, 0),
(103116, 380, 45, 'Shilipu', 338817300, 1134305400, 0),
(103117, 380, 45, 'Shimen', 332885500, 1124845400, 0),
(103118, 380, 45, 'Shuizhai', 336218400, 1135431700, 0),
(103119, 380, 45, 'Sikeshu', 336660400, 1125850900, 0),
(103120, 380, 45, 'Sipo', 332809700, 1135171800, 0),
(103121, 380, 45, 'Songji', 334635800, 1139732100, 0),
(103122, 380, 45, 'Wangping', 339276600, 1124590300, 0),
(103123, 380, 45, 'Wawu', 338896400, 1126608600, 0),
(103124, 380, 45, 'Wucheng', 334500400, 1137541300, 0),
(103125, 380, 45, 'Xiangcheng', 338470300, 1134778000, 0),
(103126, 380, 45, 'Xiantai', 335301000, 1134509400, 0),
(103127, 380, 45, 'Yangce', 329928500, 1132470600, 0),
(103128, 380, 45, 'Yangji', 333272100, 1129925700, 0),
(103129, 380, 45, 'Yangzhuang', 338357600, 1130350300, 0),
(103130, 380, 45, 'Zheshan', 330446400, 1123516700, 0),
(103131, 380, 45, 'Zunhuadian', 337059600, 1134007500, 0),
(103132, 381, 45, 'Anfusi', 305250500, 1115854900, 0),
(103133, 381, 45, 'Anju', 317450200, 1132004000, 0),
(103134, 381, 45, 'Bahe', 304288300, 1150229100, 0),
(103135, 381, 45, 'Baifusi', 292040500, 1092194500, 0),
(103136, 381, 45, 'Baimiao', 310348400, 1122211500, 0),
(103137, 381, 45, 'Baisha', 311357200, 1138943500, 0),
(103138, 381, 45, 'Baiyushan', 306047400, 1144875300, 0),
(103139, 381, 45, 'Baling', 308429800, 1117925300, 0),
(103140, 381, 45, 'Banyue', 306166600, 1118282200, 0),
(103141, 381, 45, 'Bao''an', 301729100, 1147359600, 0),
(103142, 381, 45, 'Baokang', 318780600, 1112563900, 0),
(103143, 381, 45, 'Caidian', 305833300, 1140333300, 0),
(103144, 381, 45, 'Caishan', 298836600, 1157868400, 0),
(103145, 381, 45, 'Cangbu', 308341400, 1145929300, 0),
(103146, 381, 45, 'Cenhe', 302710900, 1123704900, 0),
(103147, 381, 45, 'Chencelou', 305984600, 1150461500, 0),
(103148, 381, 45, 'Dahe''an', 308480600, 1154818000, 0),
(103149, 381, 45, 'Dalukou', 302742000, 1149990400, 0),
(103150, 381, 45, 'Dawang', 300387100, 1151181200, 0),
(103151, 381, 45, 'Dayan', 303393200, 1110840900, 0),
(103152, 381, 45, 'Dayanpo', 316089000, 1134375000, 0),
(103153, 381, 45, 'Dingzhai', 296000000, 1090500000, 0),
(103154, 381, 45, 'Dongshan', 307763500, 1140143400, 0),
(103155, 381, 45, 'Douhudi', 300605600, 1122241700, 0),
(103156, 381, 45, 'Doushan', 312024700, 1140030500, 0),
(103157, 381, 45, 'Dujiajing', 306621200, 1144562300, 0),
(103158, 381, 45, 'Duodaoshi', 309617400, 1121847600, 0),
(103159, 381, 45, 'Fanggaoping', 306855200, 1149269600, 0),
(103160, 381, 45, 'Fasi', 301564000, 1141564000, 0),
(103161, 381, 45, 'Fengkou', 300833300, 1132666700, 0),
(103162, 381, 45, 'Fengshan', 307884800, 1153921400, 0),
(103163, 381, 45, 'Fenxiang', 309120500, 1114187800, 0),
(103164, 381, 45, 'Fushan', 298663000, 1143113100, 0),
(103165, 381, 45, 'Futu', 299047800, 1150822000, 0),
(103166, 381, 45, 'Gaojiayan', 306088100, 1110557300, 0),
(103167, 381, 45, 'Gaoleshan', 296782500, 1091445300, 0),
(103168, 381, 45, 'Gaoluo', 297322100, 1094913500, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(103169, 381, 45, 'Guankou', 305500000, 1153333300, 0),
(103170, 381, 45, 'Guanshang', 306570400, 1145533300, 0),
(103171, 381, 45, 'Guantangyi', 297756400, 1140859500, 0),
(103172, 381, 45, 'Gucheng', 322660400, 1116347600, 0),
(103173, 381, 45, 'Gujiadian', 303305200, 1115768500, 0),
(103174, 381, 45, 'Haokou', 303812800, 1126399300, 0),
(103175, 381, 45, 'Haoxue', 300476100, 1124675900, 0),
(103176, 381, 45, 'Henggouqiao', 299322000, 1143562900, 0),
(103177, 381, 45, 'Honghuatao', 305145300, 1114034000, 0),
(103178, 381, 45, 'Hongqi', 306059900, 1144318500, 0),
(103179, 381, 45, 'Houhu', 306596800, 1143255300, 0),
(103180, 381, 45, 'Huangjindong', 299518200, 1090769100, 0),
(103181, 381, 45, 'Huangpi', 308845300, 1143778900, 0),
(103182, 381, 45, 'Huangsangkou', 300141800, 1153279500, 0),
(103183, 381, 45, 'Huangshapu', 297419700, 1146799300, 0),
(103184, 381, 45, 'Huangxiekou', 300330000, 1128525600, 0),
(103185, 381, 45, 'Huayuan', 313142200, 1140177500, 0),
(103186, 381, 45, 'Hujiagou', 295740700, 1093233200, 0),
(103187, 381, 45, 'Hujindian', 310722200, 1136581200, 0),
(103188, 381, 45, 'Jieheshi', 300134300, 1117146400, 0),
(103189, 381, 45, 'Jiugongshan', 295188000, 1146814000, 0),
(103190, 381, 45, 'Jiujie', 308350500, 1149211500, 0),
(103191, 381, 45, 'Jiukou', 308644000, 1126661100, 0),
(103192, 381, 45, 'Jiusi', 294336300, 1092550700, 0),
(103193, 381, 45, 'Juanshui', 293030600, 1138867600, 0),
(103194, 381, 45, 'Junchuan', 316520600, 1132184300, 0),
(103195, 381, 45, 'Konglong', 298866800, 1159032300, 0),
(103196, 381, 45, 'Laoxialu', 301869800, 1149742500, 0),
(103197, 381, 45, 'Laoxin', 301904800, 1128513200, 0),
(103198, 381, 45, 'Letianxi', 308697500, 1110715500, 0),
(103199, 381, 45, 'Lianpeng', 306551900, 1112688200, 0),
(103200, 381, 45, 'Libu', 303222300, 1120666700, 0),
(103201, 381, 45, 'Liji', 308724700, 1146657700, 0),
(103202, 381, 45, 'Lishan', 318576400, 1132950500, 0),
(103203, 381, 45, 'Lishi', 305894600, 1125677400, 0),
(103204, 381, 45, 'Liuhou', 314844700, 1120222500, 0),
(103205, 381, 45, 'Liushui', 315670700, 1124479800, 0),
(103206, 381, 45, 'Liuzhi', 308845300, 1144948300, 0),
(103207, 381, 45, 'Longping', 298695600, 1156974200, 0),
(103208, 381, 45, 'Longquan', 307309500, 1114902400, 0),
(103209, 381, 45, 'Longzhouping', 304952500, 1111597900, 0),
(103210, 381, 45, 'Luoyang', 314729200, 1134253200, 0),
(103211, 381, 45, 'Macaomiao', 306573900, 1150176400, 0),
(103212, 381, 45, 'Maojiagang', 300438900, 1120686100, 0),
(103213, 381, 45, 'Maoping', 308297200, 1109777800, 0),
(103214, 381, 45, 'Maping', 316009200, 1135505500, 0),
(103215, 381, 45, 'Miaoqian', 308918200, 1118711800, 0),
(103216, 381, 45, 'Mintian', 306830900, 1141591200, 0),
(103217, 381, 45, 'Nanlinqiao', 295723500, 1143484300, 0),
(103218, 381, 45, 'Niaojin', 303482200, 1140511400, 0),
(103219, 381, 45, 'Panjiawan', 302210900, 1111991900, 0),
(103220, 381, 45, 'Qingshuitang', 297976900, 1090694200, 0),
(103221, 381, 45, 'Qixingtai', 304135500, 1118873900, 0),
(103222, 381, 45, 'Renheping', 301022200, 1112366900, 0),
(103223, 381, 45, 'Sancha', 309449400, 1140592900, 0),
(103224, 381, 45, 'Sanchanlu', 309251400, 1147482300, 0),
(103225, 381, 45, 'Sandouping', 308150200, 1110104800, 0),
(103226, 381, 45, 'Sanlifan', 308355300, 1152665900, 0),
(103227, 381, 45, 'Shadaogou', 296938900, 1095563900, 0),
(103228, 381, 45, 'Shadaoguan', 301728400, 1119220400, 0),
(103229, 381, 45, 'Shagang', 300666700, 1126333300, 0),
(103230, 381, 45, 'Shengjiaba', 299848200, 1092192600, 0),
(103231, 381, 45, 'Shili', 316141600, 1138801300, 0),
(103232, 381, 45, 'Shilipu', 305617200, 1142135600, 0),
(103233, 381, 45, 'Shilong', 308954100, 1128421700, 0),
(103234, 381, 45, 'Shuangxiqiao', 299270000, 1144808500, 0),
(103235, 381, 45, 'Sijiachang', 300859700, 1116212600, 0),
(103236, 381, 45, 'Songmuping', 301332300, 1114790200, 0),
(103237, 381, 45, 'Taodian', 305396400, 1149653700, 0),
(103238, 381, 45, 'Tuanbei', 307286900, 1152276800, 0),
(103239, 381, 45, 'Wangjiaqiao', 301351000, 1116711200, 0),
(103240, 381, 45, 'Wangren', 301537200, 1151235000, 0),
(103241, 381, 45, 'Wenji', 311587500, 1125286700, 0),
(103242, 381, 45, 'Wenquan', 308492800, 1156991000, 0),
(103243, 381, 45, 'Wufeng', 302000000, 1106908100, 0),
(103244, 381, 45, 'Wujia', 306463500, 1113471300, 0),
(103245, 381, 45, 'Wujiashan', 306170200, 1141316600, 0),
(103246, 381, 45, 'Wulijie', 303394900, 1143921100, 0),
(103247, 381, 45, 'Wupu', 310395600, 1138007600, 0),
(103248, 381, 45, 'Wutongkou', 306926000, 1144034900, 0),
(103249, 381, 45, 'Wuxue', 298505800, 1155525000, 0),
(103250, 381, 45, 'Wuyanquan', 303549200, 1113220800, 0),
(103251, 381, 45, 'Xiannu', 305269300, 1117399200, 0),
(103252, 381, 45, 'Xiaoguan', 298758800, 1093193100, 0),
(103253, 381, 45, 'Xinchong', 307747400, 1148154400, 0),
(103254, 381, 45, 'Xingou', 301317900, 1129529200, 0),
(103255, 381, 45, 'Xinjie', 318185400, 1132117600, 0),
(103256, 381, 45, 'Xinshi', 310470400, 1131409800, 0),
(103257, 381, 45, 'Xiongji', 319563900, 1126547200, 0),
(103258, 381, 45, 'Xiongkou', 303064600, 1127752700, 0),
(103259, 381, 45, 'Xiulin', 297166700, 1124000000, 0),
(103260, 381, 45, 'Yanghe', 310962500, 1135808900, 0),
(103261, 381, 45, 'Yanmenkou', 308347300, 1129746900, 0),
(103262, 381, 45, 'Yaojiadian', 303668100, 1114376300, 0),
(103263, 381, 45, 'Yaqueling', 306454300, 1115861500, 0),
(103264, 381, 45, 'Yezhou', 306036900, 1097233300, 0),
(103265, 381, 45, 'Yongfeng', 305654900, 1142202600, 0),
(103266, 381, 45, 'Yunchi', 305223500, 1114404600, 0),
(103267, 381, 45, 'Yunxixian', 329827600, 1104230600, 0),
(103268, 381, 45, 'Yuquan', 308296900, 1117742300, 0),
(103269, 381, 45, 'Yushan', 319894600, 1123678500, 0),
(103270, 381, 45, 'Yuxin', 306729300, 1129909500, 0),
(103271, 381, 45, 'Zengdian', 311258200, 1137702700, 0),
(103272, 381, 45, 'Zhangduhu', 306732500, 1147901700, 0),
(103273, 381, 45, 'Zhichanghe', 300280600, 1118447200, 0),
(103274, 381, 45, 'Zhoulaoju', 300338500, 1129804300, 0),
(103275, 381, 45, 'Zhugentan', 304977600, 1129023700, 0),
(103276, 381, 45, 'Zhuwa', 305950800, 1151165600, 0),
(103277, 381, 45, 'Zouma', 298299300, 1104283600, 0),
(103278, 381, 45, 'Zoumaling', 306530500, 1140159100, 0),
(103279, 381, 45, 'Zuoling', 305328400, 1146003400, 0),
(103280, 382, 45, 'Anfu', 294500000, 1116500000, 0),
(103281, 382, 45, 'Baisha', 282055600, 1102000000, 0),
(103282, 382, 45, 'Baiyashi', 263888300, 1112621300, 0),
(103283, 382, 45, 'Bojia', 264672200, 1119680600, 0),
(103284, 382, 45, 'Chaling', 267893200, 1135759200, 0),
(103285, 382, 45, 'Changpu', 265758400, 1101078500, 0),
(103286, 382, 45, 'Chatian', 278022200, 1093736100, 0),
(103287, 382, 45, 'Chujiang', 295783300, 1113694400, 0),
(103288, 382, 45, 'Daweishan', 284618600, 1140078500, 0),
(103289, 382, 45, 'Dengyuantai', 266880600, 1105422200, 0),
(103290, 382, 45, 'Dongkou', 270527200, 1105361000, 0),
(103291, 382, 45, 'Dongmen', 255238900, 1116088900, 0),
(103292, 382, 45, 'Fenghuang', 279355700, 1095996100, 0),
(103293, 382, 45, 'Gaocun', 278773100, 1097847600, 0),
(103294, 382, 45, 'Gaotangling', 283666700, 1128166700, 0),
(103295, 382, 45, 'Guidong', 260817000, 1139822600, 0),
(103296, 382, 45, 'Guiyang', 257333300, 1127458900, 0),
(103297, 382, 45, 'Guluoshan', 295880200, 1101919600, 0),
(103298, 382, 45, 'Hanchang', 287000000, 1135833300, 0),
(103299, 382, 45, 'Hejiadong', 258863900, 1115008300, 0),
(103300, 382, 45, 'Hengbanqiao', 271716700, 1108652800, 0),
(103301, 382, 45, 'Hexiangqiao', 272202800, 1109633300, 0),
(103302, 382, 45, 'Huangmaoyuan', 274041700, 1104747200, 0),
(103303, 382, 45, 'Huarong', 295188900, 1125483700, 0),
(103304, 382, 45, 'Huilongxu', 251683300, 1113547200, 0),
(103305, 382, 45, 'Huomachong', 278833300, 1102300000, 0),
(103306, 382, 45, 'Jiahe', 255593600, 1123635200, 0),
(103307, 382, 45, 'Jiaoziya', 292886100, 1103222200, 0),
(103308, 382, 45, 'Jinling', 260008300, 1122869400, 0),
(103309, 382, 45, 'Jinshi', 264179600, 1108001700, 0),
(103310, 382, 45, 'Jinshiqiao', 275827800, 1109452800, 0),
(103311, 382, 45, 'Lefutang', 256483300, 1115033300, 0),
(103312, 382, 45, 'Liangyaping', 277183300, 1106708300, 0),
(103313, 382, 45, 'Linwu', 252324700, 1125398100, 0),
(103314, 382, 45, 'Liuduzhai', 273661100, 1109350000, 0),
(103315, 382, 45, 'Liyang', 296333300, 1117500000, 0),
(103316, 382, 45, 'Liyuan', 293953700, 1101559100, 0),
(103317, 382, 45, 'Longbo', 259292200, 1116222000, 0),
(103318, 382, 45, 'Longquan', 258997200, 1122111100, 0),
(103319, 382, 45, 'Longtan', 274113900, 1105363900, 0),
(103320, 382, 45, 'Longtanshui', 289619800, 1111309500, 0),
(103321, 382, 45, 'Longyang', 289058300, 1119561100, 0),
(103322, 382, 45, 'Lufeng', 279094400, 1105858300, 0),
(103323, 382, 45, 'Lukou', 276918700, 1131521400, 0),
(103324, 382, 45, 'Luojiu', 275158300, 1098088900, 0),
(103325, 382, 45, 'Luyang', 276238900, 1100988900, 0),
(103326, 382, 45, 'Maojia', 258352800, 1122002800, 0),
(103327, 382, 45, 'Maoli', 258547200, 1121444400, 0),
(103328, 382, 45, 'Nanqiao', 287376800, 1140715300, 0),
(103329, 382, 45, 'Niangxi', 273085600, 1114318600, 0),
(103330, 382, 45, 'Puzi', 269863900, 1097763900, 0),
(103331, 382, 45, 'Qianling', 287166700, 1096166700, 0),
(103332, 382, 45, 'Qijiaxi', 288687400, 1106479300, 0),
(103333, 382, 45, 'Qingjiangqiao', 266044400, 1109852800, 0),
(103334, 382, 45, 'Renchaoxi', 296089800, 1105856800, 0),
(103335, 382, 45, 'Renhe', 256813900, 1119525000, 0),
(103336, 382, 45, 'Rongjiawan', 291500000, 1131024400, 0),
(103337, 382, 45, 'Rucheng', 255325700, 1137201400, 0),
(103338, 382, 45, 'Shigaoshan', 295135800, 1094653200, 0),
(103339, 382, 45, 'Shuishaping', 293777900, 1095550500, 0),
(103340, 382, 45, 'Shuishi', 254563900, 1118944400, 0),
(103341, 382, 45, 'Simenqian', 274872200, 1108861100, 0),
(103342, 382, 45, 'Tafeng', 253540700, 1121898700, 0),
(103343, 382, 45, 'Taipingxu', 254744400, 1123280600, 0),
(103344, 382, 45, 'Tangdi', 259447200, 1117305600, 0),
(103345, 382, 45, 'Tangdukou', 269658900, 1112413800, 0),
(103346, 382, 45, 'Tangjiafang', 268400000, 1103647200, 0),
(103347, 382, 45, 'Tongjinpu', 295384500, 1109668500, 0),
(103348, 382, 45, 'Tongwan', 275811100, 1102772200, 0),
(103349, 382, 45, 'Tuojiang', 251866700, 1115716700, 0),
(103350, 382, 45, 'Tuokou', 271247200, 1096247200, 0),
(103351, 382, 45, 'Wanjiazhuang', 254986100, 1115719400, 0),
(103352, 382, 45, 'Wantouqiao', 268411100, 1106194400, 0),
(103353, 382, 45, 'Weixinchang', 297596600, 1111079200, 0),
(103354, 382, 45, 'Xiayang', 264813600, 1137980300, 0),
(103355, 382, 45, 'Xinxu', 254219400, 1123725000, 0),
(103356, 382, 45, 'Yanliupu', 295691900, 1111281400, 0),
(103357, 382, 45, 'Yanmen', 278550000, 1097402800, 0),
(103358, 382, 45, 'Yichongqiao', 293313600, 1108611300, 0),
(103359, 382, 45, 'Yisuhe', 277654400, 1129268300, 0),
(103360, 382, 45, 'Yongfeng', 274282900, 1121833800, 0),
(103361, 382, 45, 'Yongxing', 261066500, 1131327800, 0),
(103362, 382, 45, 'Youxian', 269839900, 1133623100, 0),
(103363, 382, 45, 'Zhishiping', 258605600, 1123216700, 0),
(103364, 382, 45, 'Zhonghe', 257050000, 1118552800, 0),
(103365, 382, 45, 'Zhuzhoujiang Miaozuxiang', 266752800, 1100719400, 0),
(103366, 383, 45, 'Baipu', 322475000, 1207755600, 0),
(103367, 383, 45, 'Caobu', 322463900, 1210856300, 0),
(103368, 383, 45, 'Caojia', 319238900, 1216347200, 0),
(103369, 383, 45, 'Changjiang', 320977800, 1205627800, 0),
(103370, 383, 45, 'Changqiao', 315380500, 1190796600, 0),
(103371, 383, 45, 'Changqing', 322611100, 1204555600, 0),
(103372, 383, 45, 'Changsha', 324104800, 1212866900, 0),
(103373, 383, 45, 'Daiyao', 329291300, 1202142600, 0),
(103374, 383, 45, 'Dalun', 324437600, 1202419200, 0),
(103375, 383, 45, 'Danyang', 316483700, 1187149900, 0),
(103376, 383, 45, 'Dasizhuang', 323581100, 1199660700, 0),
(103377, 383, 45, 'Datong', 323492800, 1205203100, 0),
(103378, 383, 45, 'Daxing', 317561500, 1216760700, 0),
(103379, 383, 45, 'Dayu', 323086300, 1212947400, 0),
(103380, 383, 45, 'Diaoyumiao', 330859600, 1199734400, 0),
(103381, 383, 45, 'Dongbaozhuang', 329837600, 1199204700, 0),
(103382, 383, 45, 'Dongchen', 324166700, 1206500000, 0),
(103383, 383, 45, 'Dongkan', 339997200, 1198308300, 0),
(103384, 383, 45, 'Dongping', 317086300, 1191337900, 0),
(103385, 383, 45, 'Dougou', 342833300, 1191166700, 0),
(103386, 383, 45, 'Dunshang', 347087200, 1190389900, 0),
(103387, 383, 45, 'Gaogou', 340175000, 1191886100, 0),
(103388, 383, 45, 'Gaojia', 318261100, 1215838900, 0),
(103389, 383, 45, 'Gaoxu', 343333300, 1190083300, 0),
(103390, 383, 45, 'Guanyinsi', 330877400, 1201798900, 0),
(103391, 383, 45, 'Guba', 324049600, 1209515800, 0),
(103392, 383, 45, 'Gucheng', 313056800, 1189640600, 0),
(103393, 383, 45, 'Gugaozhuang', 323646000, 1201633600, 0),
(103394, 383, 45, 'Guiren', 336697200, 1181888900, 0),
(103395, 383, 45, 'Guoyuan', 321675000, 1206030600, 0),
(103396, 383, 45, 'Haimen', 318972200, 1211544400, 0),
(103397, 383, 45, 'Haitou', 349336100, 1191697200, 0),
(103398, 383, 45, 'Haizhou', 345816700, 1191288900, 0),
(103399, 383, 45, 'Hengjiaduo', 323194400, 1202803000, 0),
(103400, 383, 45, 'Hongmiao', 322240300, 1189172800, 0),
(103401, 383, 45, 'Huajiaqiao', 313038900, 1210761100, 0),
(103402, 383, 45, 'Huangqiao', 322407200, 1202328000, 0),
(103403, 383, 45, 'Huilong', 318111100, 1216550000, 0),
(103404, 383, 45, 'Huzhuang', 323518400, 1200214400, 0),
(103405, 383, 45, 'Jiang''an', 321694400, 1204055600, 0),
(103406, 383, 45, 'Jianggang', 327586100, 1208341700, 0),
(103407, 383, 45, 'Jing''an', 322285600, 1191429900, 0),
(103408, 383, 45, 'Jinping', 345166700, 1191166700, 0),
(103409, 383, 45, 'Jiulong', 319080600, 1215713900, 0),
(103410, 383, 45, 'Liangxu', 324694400, 1201166700, 0),
(103411, 383, 45, 'Liji', 341050000, 1192527800, 0),
(103412, 383, 45, 'Liuhe', 315097200, 1212552800, 0),
(103413, 383, 45, 'Luoyang', 347108100, 1191070200, 0),
(103414, 383, 45, 'Lusigang', 320553300, 1215955400, 0),
(103415, 383, 45, 'Minggou', 322491700, 1199075000, 0),
(103416, 383, 45, 'Nancheng', 345616700, 1192241700, 0),
(103417, 383, 45, 'Nandu', 314277300, 1193728200, 0),
(103418, 383, 45, 'Nanhe', 342500000, 1197666700, 0),
(103419, 383, 45, 'Nanshenzao', 327833300, 1205333300, 0),
(103420, 383, 45, 'Nanyang', 318738900, 1217088900, 0),
(103421, 383, 45, 'Pingdong', 321363900, 1207916700, 0),
(103422, 383, 45, 'Qilin', 319366200, 1213491300, 0),
(103423, 383, 45, 'Rucheng', 323883300, 1205552800, 0),
(103424, 383, 45, 'Sanmenzha', 320893500, 1214841000, 0),
(103425, 383, 45, 'Sanxutou', 320090000, 1209751700, 0),
(103426, 383, 45, 'Sanyu', 321238800, 1212825200, 0),
(103427, 383, 45, 'Sanzao', 328166700, 1203500000, 0),
(103428, 383, 45, 'Shangsanhe', 318758900, 1211187300, 0),
(103429, 383, 45, 'Shanhu', 321780300, 1203218100, 0),
(103430, 383, 45, 'Shaxi', 315666000, 1210639600, 0),
(103431, 383, 45, 'Shechenzhuang', 330057600, 1202367800, 0),
(103432, 383, 45, 'Shengang', 318866100, 1201384100, 0),
(103433, 383, 45, 'Shiqiao', 319282500, 1184157000, 0),
(103434, 383, 45, 'Shiyan', 327150000, 1201752800, 0),
(103435, 383, 45, 'Shuangfeng', 315141700, 1210309300, 0),
(103436, 383, 45, 'Shuining', 321448000, 1185597300, 0),
(103437, 383, 45, 'Sidui', 344166700, 1194666700, 0),
(103438, 383, 45, 'Sijia', 320142800, 1212758300, 0),
(103439, 383, 45, 'Sizao', 328496900, 1204630200, 0),
(103440, 383, 45, 'Sunjiadaqiao', 320860000, 1202773600, 0),
(103441, 383, 45, 'Tainan', 327620500, 1202694400, 0),
(103442, 383, 45, 'Taiping', 314347200, 1206983300, 0),
(103443, 383, 45, 'Tangshan', 320538900, 1190663800, 0),
(103444, 383, 45, 'Tangzi', 329363900, 1200819400, 0),
(103445, 383, 45, 'Taozhuang', 328666700, 1201388900, 0),
(103446, 383, 45, 'Touzao', 328892300, 1205492400, 0),
(103447, 383, 45, 'Tuhe', 343333300, 1195500000, 0),
(103448, 383, 45, 'Tuqiao', 319333600, 1190674000, 0),
(103449, 383, 45, 'Wangying', 330316700, 1195185800, 0),
(103450, 383, 45, 'Weitang', 314619500, 1206449100, 0),
(103451, 383, 45, 'Xiaodianzhi', 326861100, 1200750000, 0),
(103452, 383, 45, 'Xichang', 325250000, 1205916700, 0),
(103453, 383, 45, 'Xinjie', 326795300, 1207734200, 0),
(103454, 383, 45, 'Xinkai', 319099900, 1209397300, 0),
(103455, 383, 45, 'Xinpu', 345997200, 1191594400, 0),
(103456, 383, 45, 'Xinzhuang', 315352200, 1206920500, 0),
(103457, 383, 45, 'Xuanjiabao', 322916700, 1199972200, 0),
(103458, 383, 45, 'Xuhe', 327333300, 1206500000, 0),
(103459, 383, 45, 'Yanweigang', 344666700, 1197666700, 0),
(103460, 383, 45, 'Yicheng', 313705300, 1198702700, 0),
(103461, 383, 45, 'Youzha', 320187800, 1210630600, 0),
(103462, 383, 45, 'Yujiaduo', 326407700, 1200128300, 0),
(103463, 383, 45, 'Yushan', 316774800, 1208013400, 0),
(103464, 383, 45, 'Zhangdian', 324041800, 1200514700, 0),
(103465, 383, 45, 'Zhangji', 340500000, 1196500000, 0),
(103466, 383, 45, 'Zhetang', 317561400, 1189155200, 0),
(103467, 383, 45, 'Zhongxing', 337038900, 1186791700, 0),
(103468, 383, 45, 'Zhoucheng', 313439700, 1193687300, 0),
(103469, 383, 45, 'Zhuanqiang', 312637300, 1188137300, 0),
(103470, 384, 45, 'Aicheng', 290881600, 1157616800, 0),
(103471, 384, 45, 'Antang', 270012600, 1146809500, 0),
(103472, 384, 45, 'Aoxi', 274258900, 1158364300, 0),
(103473, 384, 45, 'Aoyang', 282389600, 1149208100, 0),
(103474, 384, 45, 'Baishui', 270782500, 1153652900, 0),
(103475, 384, 45, 'Baiyang', 297333300, 1156494200, 0),
(103476, 384, 45, 'Baqiu', 275526000, 1151516400, 0),
(103477, 384, 45, 'Beishan', 292925800, 1161952700, 0),
(103478, 384, 45, 'Butou', 262908300, 1153375000, 0),
(103479, 384, 45, 'Caijiang', 266137800, 1158134200, 0),
(103480, 384, 45, 'Caochang', 280710100, 1146726500, 0),
(103481, 384, 45, 'Changbu', 287951600, 1156241300, 0),
(103482, 384, 45, 'Changleng', 287000000, 1158166700, 0),
(103483, 384, 45, 'Changsha', 254749600, 1155227400, 0),
(103484, 384, 45, 'Chaoyang', 284439200, 1180695900, 0),
(103485, 384, 45, 'Chengjiang', 250612000, 1157201800, 0),
(103486, 384, 45, 'Chengmen', 296435300, 1158123700, 0),
(103487, 384, 45, 'Chengshan', 296015000, 1162570800, 0),
(103488, 384, 45, 'Cunqian', 284696800, 1151318000, 0),
(103489, 384, 45, 'Dabu', 256929400, 1150695900, 0),
(103490, 384, 45, 'Dacheng', 285382300, 1155188400, 0),
(103491, 384, 45, 'Dachun', 291186700, 1142504300, 0),
(103492, 384, 45, 'Dadong', 294882700, 1149496000, 0),
(103493, 384, 45, 'Daifang', 275514600, 1157060400, 0),
(103494, 384, 45, 'Daixi', 286742800, 1146263300, 0),
(103495, 384, 45, 'Datangping', 289942200, 1159022600, 0),
(103496, 384, 45, 'Dayangzhou', 279005900, 1154489800, 0),
(103497, 384, 45, 'Dengjiaxiang', 282520400, 1165612500, 0),
(103498, 384, 45, 'Dongguan', 278272000, 1164603200, 0),
(103499, 384, 45, 'Dongjiao', 325009000, 1199312900, 0),
(103500, 384, 45, 'Duchang', 292660000, 1161863100, 0),
(103501, 384, 45, 'Ducheng', 282334600, 1154915300, 0),
(103502, 384, 45, 'Enjiang', 273217800, 1154292500, 0),
(103503, 384, 45, 'Fengjiang', 274004300, 1150009900, 0),
(103504, 384, 45, 'Fulong', 296600700, 1163375200, 0),
(103505, 384, 45, 'Furongdun', 298594300, 1164932200, 0),
(103506, 384, 45, 'Fushan', 285154700, 1158531400, 0),
(103507, 384, 45, 'Futian', 268224700, 1152494600, 0),
(103508, 384, 45, 'Gangbian', 284663900, 1176891700, 0),
(103509, 384, 45, 'Gangkoujie', 297250400, 1157818900, 0),
(103510, 384, 45, 'Gangshang', 284172100, 1158632800, 0),
(103511, 384, 45, 'Gangshangji', 281155700, 1165197100, 0),
(103512, 384, 45, 'Ganluo', 272084700, 1145861500, 0),
(103513, 384, 45, 'Gaojia', 290011100, 1173825000, 0),
(103514, 384, 45, 'Gaojialing', 291675400, 1167823000, 0),
(103515, 384, 45, 'Gaotang', 294146500, 1157749100, 0),
(103516, 384, 45, 'Ge''ao', 262623500, 1157234800, 0),
(103517, 384, 45, 'Gexi', 284642400, 1174587700, 0),
(103518, 384, 45, 'Gongjiang', 259573500, 1154100200, 0),
(103519, 384, 45, 'Gujiang', 271880900, 1147880000, 0),
(103520, 384, 45, 'Gulonggang', 264477800, 1156969700, 0),
(103521, 384, 45, 'Gushi', 290612700, 1141479700, 0),
(103522, 384, 45, 'Hangkou', 290473900, 1144418400, 0),
(103523, 384, 45, 'Hebu', 271013800, 1149669600, 0),
(103524, 384, 45, 'Hekou', 283195800, 1177143700, 0),
(103525, 384, 45, 'Heling', 283531400, 1154108200, 0),
(103526, 384, 45, 'Henggang', 295566000, 1154877600, 0),
(103527, 384, 45, 'Hengshan', 283172400, 1181970600, 0),
(103528, 384, 45, 'Heshi', 322066600, 1201362600, 0),
(103529, 384, 45, 'Houjiagang', 295232700, 1168473800, 0),
(103530, 384, 45, 'Houtian', 284652200, 1157906000, 0),
(103531, 384, 45, 'Hualingang', 287063300, 1166930700, 0),
(103532, 384, 45, 'Huangbei', 266922200, 1158488900, 0),
(103533, 384, 45, 'Huanghua', 298625600, 1165947000, 0),
(103534, 384, 45, 'Huangsha', 289228900, 1146714900, 0),
(103535, 384, 45, 'Huangtugang', 278953600, 1152283300, 0),
(103536, 384, 45, 'Huatanshan', 287109000, 1178150800, 0),
(103537, 384, 45, 'Huayuan', 295963800, 1153205200, 0),
(103538, 384, 45, 'Huibu', 282940900, 1152518700, 0),
(103539, 384, 45, 'Hutang', 283236200, 1156121100, 0),
(103540, 384, 45, 'Huze', 278656400, 1147507400, 0),
(103541, 384, 45, 'Jianchang', 275583100, 1166397800, 0),
(103542, 384, 45, 'Jiangxiangzhen', 287606400, 1160167700, 0),
(103543, 384, 45, 'Jianshan', 281304200, 1151903500, 0),
(103544, 384, 45, 'Jiecun', 262188900, 1154363900, 0),
(103545, 384, 45, 'Jinchuan', 277603600, 1153885000, 0),
(103546, 384, 45, 'Jingcheng', 292843700, 1172181600, 0),
(103547, 384, 45, 'Jinggonglu', 279960600, 1163550900, 0),
(103548, 384, 45, 'Jiuhe', 290557900, 1158182700, 0),
(103549, 384, 45, 'Junbu', 267045200, 1156656400, 0),
(103550, 384, 45, 'Lafangzhen', 283957700, 1154671100, 0),
(103551, 384, 45, 'Leping', 289666700, 1171166700, 0),
(103552, 384, 45, 'Liangshan', 276724000, 1149061300, 0),
(103553, 384, 45, 'Lianhua', 296409500, 1159793000, 0),
(103554, 384, 45, 'Lianjiang', 251314100, 1153928600, 0),
(103555, 384, 45, 'Liaonan', 293012600, 1159687900, 0),
(103556, 384, 45, 'Liduzhen', 282236000, 1161564200, 0),
(103557, 384, 45, 'Lingdi', 282062600, 1182988800, 0),
(103558, 384, 45, 'Lingyang', 284234100, 1176085400, 0),
(103559, 384, 45, 'Litian', 270169100, 1141401300, 0),
(103560, 384, 45, 'Liudu', 286461200, 1183051800, 0),
(103561, 384, 45, 'Longcheng', 298991200, 1165510500, 0),
(103562, 384, 45, 'Longmen', 270902700, 1141430600, 0),
(103563, 384, 45, 'Longmenfan', 285004600, 1176511300, 0),
(103564, 384, 45, 'Longtan', 283925900, 1152372700, 0),
(103565, 384, 45, 'Longtoushan', 289479300, 1178396400, 0),
(103566, 384, 45, 'Luojiang', 258800100, 1152525500, 0),
(103567, 384, 45, 'Luoxi', 284149000, 1161507400, 0),
(103568, 384, 45, 'Luozhen', 281204800, 1162627300, 0),
(103569, 384, 45, 'Mahuiling', 294461400, 1158016600, 0),
(103570, 384, 45, 'Maqiu', 286710900, 1160784200, 0),
(103571, 384, 45, 'Moxi', 293658100, 1155801200, 0),
(103572, 384, 45, 'Mulan', 264960300, 1163901900, 0),
(103573, 384, 45, 'Nanjing', 246862900, 1144012800, 0),
(103574, 384, 45, 'Nankang', 294465400, 1160406800, 0),
(103575, 384, 45, 'Nanshan', 288034400, 1180854100, 0),
(103576, 384, 45, 'Nanxinxiang', 288006900, 1160634000, 0),
(103577, 384, 45, 'Nianyushan', 292067100, 1171037800, 0),
(103578, 384, 45, 'Nieqiao', 293923700, 1156525500, 0),
(103579, 384, 45, 'Niutian', 273012500, 1157231800, 0),
(103580, 384, 45, 'Pangushan', 256428000, 1154223400, 0),
(103581, 384, 45, 'Pingdu', 273863000, 1146101800, 0),
(103582, 384, 45, 'Pingshan', 262181500, 1162832600, 0),
(103583, 384, 45, 'Poyang', 289924200, 1166675400, 0),
(103584, 384, 45, 'Puting', 293312900, 1157574600, 0),
(103585, 384, 45, 'Qidu', 272756000, 1155563200, 0),
(103586, 384, 45, 'Qili', 284478100, 1162684800, 0),
(103587, 384, 45, 'Qincheng', 272127000, 1165300800, 0),
(103588, 384, 45, 'Quankou', 294985600, 1150275200, 0),
(103589, 384, 45, 'Quannan Xian', 247463600, 1145249100, 0),
(103590, 384, 45, 'Qujiang', 282471500, 1157909700, 0),
(103591, 384, 45, 'Raobu', 288785900, 1169472800, 0),
(103592, 384, 45, 'Rentian', 259872700, 1161166100, 0),
(103593, 384, 45, 'Rongtang', 281086200, 1157151600, 0),
(103594, 384, 45, 'Sanbiao', 250420800, 1155902200, 0),
(103595, 384, 45, 'Sandu', 285699200, 1144463700, 0),
(103596, 384, 45, 'Sanli', 286809000, 1163784800, 0),
(103597, 384, 45, 'Sanxixiang', 261005400, 1152997200, 0),
(103598, 384, 45, 'Shacun', 266390000, 1150709500, 0),
(103599, 384, 45, 'Shahejie', 296079400, 1158872000, 0),
(103600, 384, 45, 'Shangdundu', 279382700, 1162926900, 0),
(103601, 384, 45, 'Shangfu', 286755600, 1150041300, 0),
(103602, 384, 45, 'Shangyi', 265981300, 1151229000, 0),
(103603, 384, 45, 'Shatian', 283380100, 1182807000, 0),
(103604, 384, 45, 'Shaxin', 259933400, 1157663000, 0),
(103605, 384, 45, 'Shazhouba', 258847600, 1159933700, 0),
(103606, 384, 45, 'Shegeng', 284356600, 1166634600, 0),
(103607, 384, 45, 'Shengmi', 285729000, 1157924900, 0),
(103608, 384, 45, 'Shenzhengqiao', 277102200, 1154630300, 0),
(103609, 384, 45, 'Shibi', 287299900, 1155690000, 0),
(103610, 384, 45, 'Shigang', 284431100, 1156253400, 0),
(103611, 384, 45, 'Shimen', 277793600, 1166588900, 0),
(103612, 384, 45, 'Shimenlou', 289705000, 1148541100, 0),
(103613, 384, 45, 'Shinao', 283908500, 1152905900, 0),
(103614, 384, 45, 'Shiren', 286559500, 1178978100, 0),
(103615, 384, 45, 'Shizi', 296028400, 1158362400, 0),
(103616, 384, 45, 'Shuanggang', 290751100, 1166156000, 0),
(103617, 384, 45, 'Shuangxi', 288629500, 1153519400, 0),
(103618, 384, 45, 'Shuangzhong', 297429600, 1162242600, 0),
(103619, 384, 45, 'Shuibian', 276080500, 1153263600, 0),
(103620, 384, 45, 'Shuixi', 278230500, 1150298600, 0),
(103621, 384, 45, 'Shuiyuan', 289985300, 1140346600, 0),
(103622, 384, 45, 'Siguqiao', 287467700, 1182619100, 0),
(103623, 384, 45, 'Siquanpu', 281672400, 1146009200, 0),
(103624, 384, 45, 'Sishilijie', 291139200, 1167577600, 0),
(103625, 384, 45, 'Sundu', 281395000, 1157649500, 0),
(103626, 384, 45, 'Sushan', 295010800, 1162062500, 0),
(103627, 384, 45, 'Taihe', 270527200, 1166110500, 0),
(103628, 384, 45, 'Taiping', 288047600, 1157136800, 0),
(103629, 384, 45, 'Tanxi', 272891300, 1169374900, 0),
(103630, 384, 45, 'Taosha', 280511800, 1160669300, 0),
(103631, 384, 45, 'Tianjingyuan', 275317100, 1166473000, 0),
(103632, 384, 45, 'Tielu', 278722900, 1157881100, 0),
(103633, 384, 45, 'Tongshanxiang', 288398500, 1167957200, 0),
(103634, 384, 45, 'Tongyuan', 280784500, 1162219400, 0),
(103635, 384, 45, 'Tubu', 290453200, 1158126700, 0),
(103636, 384, 45, 'Wanbu', 288580000, 1156519300, 0),
(103637, 384, 45, 'Wanchong', 272127000, 1157017500, 0),
(103638, 384, 45, 'Wanfu', 274115400, 1148829300, 0),
(103639, 384, 45, 'Wangdun', 293375200, 1162629300, 0),
(103640, 384, 45, 'Wanggang', 293887500, 1173142700, 0),
(103641, 384, 45, 'Wangjia', 287090700, 1169386000, 0),
(103642, 384, 45, 'Wangmudu', 256109500, 1149965400, 0),
(103643, 384, 45, 'Wenfeng', 271989900, 1151196300, 0),
(103644, 384, 45, 'Wenwuba', 256031700, 1157962900, 0),
(103645, 384, 45, 'Wujiang', 272141000, 1152645100, 0),
(103646, 384, 45, 'Wukou', 289806200, 1172391600, 0),
(103647, 384, 45, 'Xiafan', 297674700, 1155421600, 0),
(103648, 384, 45, 'Xiangcheng', 281990400, 1151615200, 0),
(103649, 384, 45, 'Xiangtang', 284264400, 1159632300, 0),
(103650, 384, 45, 'Xiangtun', 290080600, 1175402800, 0),
(103651, 384, 45, 'Xiapu', 277964200, 1144431600, 0),
(103652, 384, 45, 'Xiaxi', 284597900, 1181866900, 0),
(103653, 384, 45, 'Xicun', 277551200, 1142178800, 0),
(103654, 384, 45, 'Xiejiatan', 294876500, 1167119500, 0),
(103655, 384, 45, 'Xikou', 291631200, 1143757600, 0),
(103656, 384, 45, 'Xingang', 297542000, 1160972100, 0),
(103657, 384, 45, 'Xinhe', 296196400, 1157690600, 0),
(103658, 384, 45, 'Xinminxiang', 289332500, 1155582900, 0),
(103659, 384, 45, 'Xinning', 292392200, 1150973700, 0),
(103660, 384, 45, 'Xintang', 296187900, 1157135800, 0),
(103661, 384, 45, 'Xishan', 285516600, 1156247900, 0),
(103662, 384, 45, 'Xiugu', 279113200, 1167763700, 0),
(103663, 384, 45, 'Xiushi', 280007800, 1159265400, 0),
(103664, 384, 45, 'Xushangqiao', 282287900, 1165463900, 0),
(103665, 384, 45, 'Yanbei', 273697400, 1155323400, 0),
(103666, 384, 45, 'Yanghuxiang', 280229000, 1154932500, 0),
(103667, 384, 45, 'Yanglin', 281411700, 1176918800, 0),
(103668, 384, 45, 'Yangzi', 296413000, 1166041200, 0),
(103669, 384, 45, 'Yantian', 273659400, 1143742900, 0),
(103670, 384, 45, 'Yaotian', 271296400, 1156207900, 0),
(103671, 384, 45, 'Yinkeng', 262151200, 1156147300, 0),
(103672, 384, 45, 'Yiyang', 284052100, 1174321600, 0),
(103673, 384, 45, 'Yong''an', 297653400, 1157897300, 0),
(103674, 384, 45, 'Yonghe', 270311100, 1150146900, 0),
(103675, 384, 45, 'Yongning', 285244900, 1143657600, 0),
(103676, 384, 45, 'Yongping', 282155400, 1177777000, 0),
(103677, 384, 45, 'Youdunjie', 293770000, 1166374200, 0),
(103678, 384, 45, 'Yuankeng', 276488700, 1147274600, 0),
(103679, 384, 45, 'Yuannan', 276709300, 1140315000, 0),
(103680, 384, 45, 'Yuanqian', 268010400, 1151669900, 0),
(103681, 384, 45, 'Yunshan', 281759300, 1162995000, 0),
(103682, 384, 45, 'Zangwan', 294695400, 1173940900, 0),
(103683, 384, 45, 'Zhajin', 290096100, 1142359700, 0),
(103684, 384, 45, 'Zhangjiafang', 275151600, 1140093100, 0),
(103685, 384, 45, 'Zhegang', 293455000, 1167308100, 0),
(103686, 384, 45, 'Zhenkou', 273987800, 1163428600, 0),
(103687, 384, 45, 'Zhentou', 292667700, 1174682700, 0),
(103688, 384, 45, 'Zhiguang', 283610000, 1170772300, 0),
(103689, 384, 45, 'Zhongyun', 292212600, 1176859400, 0),
(103690, 384, 45, 'Zhoushangxiang', 280048900, 1154091600, 0),
(103691, 384, 45, 'Zhoutian', 253288200, 1157278300, 0),
(103692, 384, 45, 'Zhouxi', 291859000, 1163894400, 0),
(103693, 384, 45, 'Zhushan', 277774800, 1149426300, 0),
(103694, 384, 45, 'Zishan', 259599500, 1155412200, 0),
(103695, 384, 45, 'Zixi', 280694900, 1177840000, 0),
(103696, 385, 45, 'Baiquan', 428853800, 1249582700, 0),
(103697, 385, 45, 'Changling', 442653200, 1240004500, 0),
(103698, 385, 45, 'Chaoyang', 426622300, 1260263000, 0),
(103699, 385, 45, 'Chaoyangchuan', 428797100, 1293614600, 0),
(103700, 385, 45, 'Choushui', 423946300, 1270762700, 0),
(103701, 385, 45, 'Da''an', 418355600, 1261272200, 0),
(103702, 385, 45, 'Dahuanggou', 420508400, 1261265500, 0),
(103703, 385, 45, 'Dalai', 455000000, 1243000000, 0),
(103704, 385, 45, 'Dashitou', 433066700, 1285113900, 0),
(103705, 385, 45, 'Dongfeng', 426403100, 1255117600, 0),
(103706, 385, 45, 'Donggang', 421615600, 1274858900, 0),
(103707, 385, 45, 'Dongjiang', 426488900, 1281002800, 0),
(103708, 385, 45, 'Erdaobaihe', 424245600, 1281104800, 0),
(103709, 385, 45, 'Erdaodianzi', 431423200, 1271425700, 0),
(103710, 385, 45, 'Erdaojiang', 417763900, 1260319400, 0),
(103711, 385, 45, 'Ermi', 417880600, 1258297200, 0),
(103712, 385, 45, 'Fuyu', 451833300, 1248166700, 0),
(103713, 385, 45, 'Gongji', 429950500, 1268867900, 0),
(103714, 385, 45, 'Helong', 425397400, 1289972200, 0),
(103715, 385, 45, 'Huangnihe', 435583300, 1280238900, 0),
(103716, 385, 45, 'Hunchun', 428675000, 1303580600, 0),
(103717, 385, 45, 'Jincang', 433630800, 1304797200, 0),
(103718, 385, 45, 'Jinjiadian', 423436100, 1268891700, 0),
(103719, 385, 45, 'Kuaidamao', 416553200, 1257422500, 0),
(103720, 385, 45, 'Liangshui Chaoxianzu', 409285200, 1258530800, 0),
(103721, 385, 45, 'Linjiang', 418069400, 1269077800, 0),
(103722, 385, 45, 'Lishu', 433047200, 1243277800, 0),
(103723, 385, 45, 'Liuhe', 422400700, 1257171700, 0),
(103724, 385, 45, 'Longjing', 427713900, 1294233300, 0),
(103725, 385, 45, 'Lushuihe', 425190000, 1277825800, 0),
(103726, 385, 45, 'Maxian', 410995500, 1261527700, 0),
(103727, 385, 45, 'Nong''an', 443819800, 1251684700, 0),
(103728, 385, 45, 'Qinghe', 414387400, 1259286500, 0),
(103729, 385, 45, 'Qingshan', 450891500, 1268994600, 0),
(103730, 385, 45, 'Quanyang', 423516700, 1275452800, 0),
(103731, 385, 45, 'Sanchahe', 449630600, 1260153200, 0),
(103732, 385, 45, 'Sanchazi', 420816700, 1266002800, 0),
(103733, 385, 45, 'Sandao', 425277800, 1284494400, 0),
(103734, 385, 45, 'Sandaowan', 431655600, 1291744400, 0),
(103735, 385, 45, 'Shisandaogou', 414291700, 1277786100, 0),
(103736, 385, 45, 'Songjianghe', 421859000, 1274789500, 0),
(103737, 385, 45, 'Tianqiaoling', 435900700, 1296297400, 0),
(103738, 385, 45, 'Tumen', 429661100, 1298425000, 0),
(103739, 385, 45, 'Xianpudong', 424503400, 1294028700, 0),
(103740, 385, 45, 'Xingcan', 424779500, 1272204500, 0),
(103741, 385, 45, 'Xinglongshan', 439561100, 1254661100, 0),
(103742, 385, 45, 'Xitumenzi', 431951400, 1310725700, 0),
(103743, 385, 45, 'Yantongshan', 432919400, 1260094400, 0),
(103744, 385, 45, 'Ying''ebu', 417302800, 1255563900, 0),
(103745, 385, 45, 'Zhengjiatun', 435063900, 1235063900, 0),
(103746, 385, 45, 'Zhongxin', 429300000, 1304863900, 0),
(103747, 386, 45, 'Bahui', 409318700, 1232003600, 0),
(103748, 386, 45, 'Bamiancheng', 431972700, 1240492400, 0),
(103749, 386, 45, 'Bangshipu', 404151400, 1226611700, 0),
(103750, 386, 45, 'Baoshan', 403638400, 1238615000, 0),
(103751, 386, 45, 'Buyunshan', 400225800, 1227049900, 0),
(103752, 386, 45, 'Caohekou', 408789600, 1239038200, 0),
(103753, 386, 45, 'Caohezhang', 410678700, 1240407800, 0),
(103754, 386, 45, 'Chengjiao', 403346800, 1203402900, 0),
(103755, 386, 45, 'Dachangshandao', 392755600, 1226000000, 0),
(103756, 386, 45, 'Dadianzi', 402316100, 1198072300, 0),
(103757, 386, 45, 'Dafangshen', 404952600, 1233298600, 0),
(103758, 386, 45, 'Dasiping', 413168600, 1247134300, 0),
(103759, 386, 45, 'Dasuhe', 419181700, 1249562400, 0),
(103760, 386, 45, 'Daxing', 427878300, 1238445200, 0),
(103761, 386, 45, 'Dayingzi', 403141700, 1236075000, 0),
(103762, 386, 45, 'Dongfeng', 409749000, 1222663200, 0),
(103763, 386, 45, 'Dongguantun', 426924900, 1233490900, 0),
(103764, 386, 45, 'Dongshangen', 403755300, 1197718300, 0),
(103765, 386, 45, 'Dongyingfang', 412198200, 1245226900, 0),
(103766, 386, 45, 'Dongzhou', 418643200, 1240384600, 0),
(103767, 386, 45, 'Erjiegou', 408505000, 1220796800, 0),
(103768, 386, 45, 'Erniusuokou', 427661800, 1231548600, 0),
(103769, 386, 45, 'Ertaizi', 428732400, 1240519200, 0),
(103770, 386, 45, 'Fengcheng', 404536100, 1240716700, 0),
(103771, 386, 45, 'Fujia', 432837400, 1238112600, 0),
(103772, 386, 45, 'Gangtun', 409197900, 1206169800, 0),
(103773, 386, 45, 'Gaoqiao', 408987700, 1209968600, 0),
(103774, 386, 45, 'Gaoshanzi', 415478800, 1220494800, 0),
(103775, 386, 45, 'Gaotun', 404340500, 1226028800, 0),
(103776, 386, 45, 'Gaotuo', 411340200, 1226597200, 0),
(103777, 386, 45, 'Gengzhuang', 409852300, 1227017800, 0),
(103778, 386, 45, 'Gongchangling', 411166700, 1234500000, 0),
(103779, 386, 45, 'Gouyan', 408190100, 1222448300, 0),
(103780, 386, 45, 'Guangyudian', 404709000, 1199783900, 0),
(103781, 386, 45, 'Guanyinge', 413133300, 1241146100, 0),
(103782, 386, 45, 'Guyushu', 426270500, 1237037200, 0),
(103783, 386, 45, 'Guzhuyingzi', 409380500, 1202671900, 0),
(103784, 386, 45, 'Haicheng', 408515800, 1227475400, 0),
(103785, 386, 45, 'Haizhouwobao', 429382300, 1233708200, 0),
(103786, 386, 45, 'Haoguantun', 426744400, 1234869100, 0),
(103787, 386, 45, 'Heigou', 400817700, 1236069600, 0),
(103788, 386, 45, 'Heiiyugou', 408043000, 1205536800, 0),
(103789, 386, 45, 'Heping', 401375500, 1221966900, 0),
(103790, 386, 45, 'Hongqi', 401413200, 1238756700, 0),
(103791, 386, 45, 'Hongtoushan', 419952300, 1245051800, 0),
(103792, 386, 45, 'Hou''an', 417041700, 1242139200, 0),
(103793, 386, 45, 'Jiabeiyan', 403295300, 1197317400, 0),
(103794, 386, 45, 'Jiubing', 416422500, 1241099300, 0),
(103795, 386, 45, 'Jiupu', 410666700, 1229500000, 0),
(103796, 386, 45, 'Kaiyuan', 425330600, 1240402800, 0),
(103797, 386, 45, 'Kangping', 427391700, 1233494400, 0),
(103798, 386, 45, 'Kuangdonggou', 401736100, 1227041700, 0),
(103799, 386, 45, 'Laocheng', 427834800, 1239940000, 0),
(103800, 386, 45, 'Liangjiazi', 427783500, 1234853800, 0),
(103801, 386, 45, 'Liaotun', 414851400, 1217678900, 0),
(103802, 386, 45, 'Liaozhong', 415061100, 1227241700, 0),
(103803, 386, 45, 'Lingyuan', 412400000, 1194011100, 0),
(103804, 386, 45, 'Liujia', 415000800, 1221132800, 0),
(103805, 386, 45, 'Liushu', 406129500, 1224143300, 0),
(103806, 386, 45, 'Liushutun', 426267900, 1229677600, 0),
(103807, 386, 45, 'Lubei', 409480100, 1225274800, 0),
(103808, 386, 45, 'Luoluopu', 415529100, 1217142000, 0),
(103809, 386, 45, 'Majuanzi', 415254600, 1243697700, 0),
(103810, 386, 45, 'Maoqitun', 408056400, 1205447500, 0),
(103811, 386, 45, 'Mashizhai', 400885900, 1220816100, 0),
(103812, 386, 45, 'Mazhonghe', 427145200, 1240233200, 0),
(103813, 386, 45, 'Muyuzi', 413817500, 1249550300, 0),
(103814, 386, 45, 'Nankouqian', 419865900, 1246008200, 0),
(103815, 386, 45, 'Nanpiao', 410982200, 1207479200, 0),
(103816, 386, 45, 'Nanzamu', 419692700, 1244110100, 0),
(103817, 386, 45, 'Nuanchitang', 410280300, 1206638600, 0),
(103818, 386, 45, 'Qingduizi', 414456100, 1219084800, 0),
(103819, 386, 45, 'Qinghecheng', 414546000, 1242252100, 0),
(103820, 386, 45, 'Qinghua', 406643100, 1222117800, 0),
(103821, 386, 45, 'Qingshiling', 404753100, 1224139900, 0),
(103822, 386, 45, 'Qiujia', 431173600, 1240726200, 0),
(103823, 386, 45, 'Quantou', 428653700, 1241703200, 0),
(103824, 386, 45, 'Qujiadian', 432222600, 1239292400, 0),
(103825, 386, 45, 'Shaguotun', 411313000, 1206913100, 0),
(103826, 386, 45, 'Shaheying', 408252600, 1207633100, 0),
(103827, 386, 45, 'Shangma', 417813500, 1241500500, 0),
(103828, 386, 45, 'Shangmatun', 409430600, 1233628400, 0),
(103829, 386, 45, 'Shimiaozi', 406569200, 1235141800, 0),
(103830, 386, 45, 'Shiqiao', 406360700, 1224975400, 0),
(103831, 386, 45, 'Shizijie', 400619000, 1224889500, 0),
(103832, 386, 45, 'Taijitun', 410573700, 1208720400, 0),
(103833, 386, 45, 'Taiyangsheng', 403704600, 1223601000, 0),
(103834, 386, 45, 'Tangtu', 418272300, 1243369500, 0),
(103835, 386, 45, 'Tashantun', 402549400, 1203954900, 0),
(103836, 386, 45, 'Tianshifu', 412556300, 1243531300, 0),
(103837, 386, 45, 'Tongyuanpu', 407922200, 1239158300, 0),
(103838, 386, 45, 'Wafangdian', 396183300, 1220080600, 0),
(103839, 386, 45, 'Wanghu', 410349700, 1209430000, 0),
(103840, 386, 45, 'Wangjia', 409508800, 1220621500, 0),
(103841, 386, 45, 'Wangjiazhuang', 400550700, 1198550300, 0),
(103842, 386, 45, 'Xiaochengzi', 428899900, 1232045200, 0),
(103843, 386, 45, 'Xiaozhuangzi', 402707800, 1204299700, 0),
(103844, 386, 45, 'Xiguantun Muguzu Manzuxiang', 425749500, 1231652500, 0),
(103845, 386, 45, 'Xiliu', 408485800, 1226241700, 0),
(103846, 386, 45, 'Xintaimen', 408346400, 1204178100, 0),
(103847, 386, 45, 'Xizhahaqi', 426760300, 1228861900, 0),
(103848, 386, 45, 'Xutun', 400377400, 1220771900, 0),
(103849, 386, 45, 'Yangshufang', 402425400, 1224328000, 0),
(103850, 386, 45, 'Yebaishou', 413975000, 1196408300, 0),
(103851, 386, 45, 'Yongfeng', 427405300, 1238495800, 0),
(103852, 386, 45, 'Zhangdang', 419075000, 1240744000, 0),
(103853, 386, 45, 'Zhaoquanhe', 409592200, 1219940500, 0),
(103854, 386, 45, 'Zhong''an', 416052400, 1219790400, 0),
(103855, 387, 45, 'Altan Emel', 486666700, 1168333300, 0),
(103856, 387, 45, 'Altan Xiret', 395772200, 1097527800, 0),
(103857, 387, 45, 'Amgalang', 482500000, 1182000000, 0),
(103858, 387, 45, 'Bayan Gol', 403000000, 1069833300, 0),
(103859, 387, 45, 'Bayan Hure', 495000000, 1195166700, 0),
(103860, 387, 45, 'Bayan Huxu', 451500000, 1214000000, 0),
(103861, 387, 45, 'Bayantuohai', 491333300, 1197333300, 0),
(103862, 387, 45, 'Bayinbaolige', 410913900, 1070663900, 0),
(103863, 387, 45, 'Beichengqu', 404394400, 1131536100, 0),
(103864, 387, 45, 'Bieligutai', 440303000, 1149803600, 0),
(103865, 387, 45, 'Dabagou', 460694600, 1219163200, 0),
(103866, 387, 45, 'Daihai', 405211100, 1124930600, 0),
(103867, 387, 45, 'Daqin Tal', 428833300, 1206666700, 0),
(103868, 387, 45, 'Galutu', 386008600, 1088474200, 0),
(103869, 387, 45, 'Genhe', 507833300, 1215166700, 0),
(103870, 387, 45, 'Haliut', 415561100, 1085197200, 0),
(103871, 387, 45, 'Haoxinying', 408822200, 1117150000, 0),
(103872, 387, 45, 'Hobor', 412625000, 1126275000, 0),
(103873, 387, 45, 'Inder', 467000000, 1229333300, 0),
(103874, 387, 45, 'Jalai Nur', 494500000, 1177000000, 0),
(103875, 387, 45, 'Jinshan', 419166700, 1186666700, 0),
(103876, 387, 45, 'Lasengmiao', 393230600, 1068355600, 0),
(103877, 387, 45, 'Linxi', 435166700, 1180333300, 0),
(103878, 387, 45, 'Manzhouli', 496000000, 1174333300, 0),
(103879, 387, 45, 'Mositai', 455363200, 1196697200, 0),
(103880, 387, 45, 'Mujiayingzi', 421166700, 1187833300, 0),
(103881, 387, 45, 'Oljoq', 383666700, 1075000000, 0),
(103882, 387, 45, 'Pendiqing', 399419100, 1120038300, 0),
(103883, 387, 45, 'Pingzhuang', 420372200, 1192888900, 0),
(103884, 387, 45, 'Qasq', 407122200, 1111288900, 0),
(103885, 387, 45, 'Qinggis Han', 477500000, 1228333300, 0),
(103886, 387, 45, 'Saihan Tal', 427358300, 1126513900, 0),
(103887, 387, 45, 'Salaqi', 405413900, 1105108300, 0),
(103888, 387, 45, 'Shagedu', 396475000, 1108594400, 0),
(103889, 387, 45, 'Shiguai', 407058300, 1102855600, 0),
(103890, 387, 45, 'Shulinzhao', 403927800, 1100269400, 0),
(103891, 387, 45, 'Togrog Ul', 407772200, 1132036100, 0),
(103892, 387, 45, 'Tongyangdao', 417703100, 1099698700, 0),
(103893, 387, 45, 'Tuquan', 453666700, 1216833300, 0),
(103894, 387, 45, 'Ulan', 390933300, 1079858300, 0),
(103895, 387, 45, 'Ulan Hua', 415130600, 1116963900, 0),
(103896, 387, 45, 'Uliastai', 455500000, 1168333300, 0),
(103897, 387, 45, 'Wudan', 429344400, 1190238900, 0),
(103898, 387, 45, 'Xamba', 408847200, 1071400000, 0),
(103899, 387, 45, 'Xin Bulag', 422375000, 1138363900, 0),
(103900, 387, 45, 'Xinhui', 422838900, 1198983300, 0),
(103901, 387, 45, 'Xiritala', 439388900, 1160702100, 0),
(103902, 387, 45, 'Xishanzui', 407075000, 1086438900, 0),
(103903, 387, 45, 'Xuejiawan', 398667800, 1112208000, 0),
(103904, 387, 45, 'Yakeshi', 492833300, 1207333300, 0),
(103905, 387, 45, 'Zalantun', 480000000, 1227166700, 0),
(103906, 387, 45, 'Zhuozishan', 408991700, 1125602800, 0),
(103907, 388, 45, 'Beiwa', 361388400, 1066093200, 0),
(103908, 388, 45, 'Gucheng', 358569400, 1064580600, 0),
(103909, 388, 45, 'Haoshui', 356500000, 1061000000, 0),
(103910, 388, 45, 'Heiquan', 361055200, 1061865100, 0),
(103911, 388, 45, 'Hongsipu', 373991700, 1060602800, 0),
(103912, 388, 45, 'Jiaocha', 361466600, 1065101000, 0),
(103913, 388, 45, 'Magaozhuang', 368739500, 1064415700, 0),
(103914, 388, 45, 'Malianchuan', 358095900, 1059243500, 0),
(103915, 388, 45, 'Mataigou', 387966700, 1066722200, 0),
(103916, 388, 45, 'Shitanjing', 392341700, 1063438900, 0),
(103917, 388, 45, 'Xingping', 358412500, 1056603100, 0),
(103918, 388, 45, 'Xitan', 358837800, 1057416100, 0),
(103919, 389, 45, 'Baijiaji', 359702900, 1026377200, 0),
(103920, 389, 45, 'Chaka', 367921900, 990737200, 0),
(103921, 389, 45, 'Dehenglong', 359712000, 1021519500, 0),
(103922, 389, 45, 'Duowa', 351963600, 1022491700, 0),
(103923, 389, 45, 'Gabasumdo', 352589000, 1005499400, 0),
(103924, 389, 45, 'Guorenduo', 359171700, 1009364900, 0),
(103925, 389, 45, 'Hexi', 373688600, 973562200, 0),
(103926, 389, 45, 'Hor', 352317800, 1009868600, 0),
(103927, 389, 45, 'Jiangqun', 350553800, 1003328300, 0),
(103928, 389, 45, 'Magitang', 359385900, 1020296800, 0),
(103929, 389, 45, 'Rongwo', 355148300, 1020160000, 0),
(103930, 389, 45, 'Sangdang', 355210300, 1000124900, 0),
(103931, 389, 45, 'Shaliuhe', 373260000, 1001343900, 0),
(103932, 389, 45, 'Wangjia', 360083600, 1028117900, 0),
(103933, 389, 45, 'Xitieshan', 372833300, 955166700, 0),
(103934, 390, 45, 'Bao''an', 341550100, 1099542300, 0),
(103935, 390, 45, 'Bayu', 343366900, 1072767500, 0),
(103936, 390, 45, 'Caocun', 349001300, 1092008900, 0),
(103937, 390, 45, 'Caotan', 343960000, 1089707100, 0),
(103938, 390, 45, 'Changgouhe', 332569500, 1066307700, 0),
(103939, 390, 45, 'Chejiazhuang', 349892400, 1079002600, 0),
(103940, 390, 45, 'Dahekan', 330411100, 1070363900, 0),
(103941, 390, 45, 'Dengjiapo', 342272300, 1090251300, 0),
(103942, 390, 45, 'Diaotai', 342855600, 1086863900, 0),
(103943, 390, 45, 'Dingjunshan', 331393100, 1066590900, 0),
(103944, 390, 45, 'Dizhai', 342103000, 1091150600, 0),
(103945, 390, 45, 'Doucun', 347480800, 1091796800, 0),
(103946, 390, 45, 'Duqu', 341100200, 1090016500, 0),
(103947, 390, 45, 'Ganting', 341011100, 1085944400, 0),
(103948, 390, 45, 'Gaojialing', 329345800, 1070330400, 0),
(103949, 390, 45, 'Gengzhen', 344386200, 1090998400, 0),
(103950, 390, 45, 'Hekou', 339590300, 1068149000, 0),
(103951, 390, 45, 'Huaiya', 342075400, 1078725600, 0),
(103952, 390, 45, 'Huazhou', 345152200, 1097575900, 0),
(103953, 390, 45, 'Hujiaba', 329775900, 1064688100, 0),
(103954, 390, 45, 'Hujiamiao', 349579400, 1084190000, 0),
(103955, 390, 45, 'Laodian', 341714000, 1085641800, 0),
(103956, 390, 45, 'Laomiao', 349992200, 1094128000, 0),
(103957, 390, 45, 'Liugu', 347441600, 1092777100, 0),
(103958, 390, 45, 'Liuqu', 348664600, 1092654800, 0),
(103959, 390, 45, 'Longgao', 349552800, 1083150300, 0),
(103960, 390, 45, 'Louguan', 340930100, 1082991200, 0),
(103961, 390, 45, 'Madao', 334241800, 1070001400, 0),
(103962, 390, 45, 'Mazhuang', 344369400, 1086555600, 0),
(103963, 390, 45, 'Moxi', 345150000, 1081888900, 0),
(103964, 390, 45, 'Pucheng', 349561100, 1095840600, 0),
(103965, 390, 45, 'Qiaodi', 346063900, 1087161100, 0),
(103966, 390, 45, 'Qingshu', 329362900, 1069032400, 0),
(103967, 390, 45, 'Qishuba', 329579500, 1065928500, 0),
(103968, 390, 45, 'Qujiang', 341931600, 1089882500, 0),
(103969, 390, 45, 'Runzhen', 348700000, 1085075000, 0),
(103970, 390, 45, 'Sangzhen', 342561100, 1083461100, 0),
(103971, 390, 45, 'Shangyi', 348347700, 1082646600, 0),
(103972, 390, 45, 'Shuangbaiyang', 345740800, 1070307300, 0),
(103973, 390, 45, 'Shuigou', 347485800, 1070127900, 0),
(103974, 390, 45, 'Taiyigong', 340261700, 1090016000, 0),
(103975, 390, 45, 'Taochuan', 340569200, 1075469400, 0),
(103976, 390, 45, 'Taoxia', 345433700, 1099783900, 0),
(103977, 390, 45, 'Tiebiancheng', 369899100, 1078479500, 0),
(103978, 390, 45, 'Tonggousi', 331709800, 1067486900, 0),
(103979, 390, 45, 'Weizhuang', 349735600, 1099273000, 0),
(103980, 390, 45, 'Wujiabao', 343475400, 1086992600, 0),
(103981, 390, 45, 'Xiangcunxiang', 350069900, 1095861100, 0),
(103982, 390, 45, 'Xiangmiao', 349925200, 1082260000, 0),
(103983, 390, 45, 'Xiangshui', 329422200, 1070797200, 0),
(103984, 390, 45, 'Xiaocun', 342638800, 1082614400, 0),
(103985, 390, 45, 'Xinbuzi', 349859900, 1080864600, 0),
(103986, 390, 45, 'Xinglong', 341246800, 1088168000, 0),
(103987, 390, 45, 'Xinxing', 346668800, 1092743600, 0),
(103988, 390, 45, 'Xinzhu', 343848800, 1090554300, 0),
(103989, 390, 45, 'Xishenba', 328051200, 1069199100, 0),
(103990, 390, 45, 'Yabai', 341793900, 1080866200, 0),
(103991, 390, 45, 'Yanta', 342063600, 1089524000, 0),
(103992, 390, 45, 'Yaozhou', 349052800, 1089700000, 0),
(103993, 390, 45, 'Yingtou', 341601400, 1077538600, 0),
(103994, 390, 45, 'Yongchuan', 343655600, 1076370600, 0),
(103995, 390, 45, 'Yuhuazhai', 342269400, 1088555600, 0),
(103996, 390, 45, 'Yujin', 345150800, 1092446500, 0),
(103997, 390, 45, 'Zhongshan Donglu', 343796400, 1071463800, 0),
(103998, 390, 45, 'Ziwu', 340580500, 1088936200, 0),
(103999, 390, 45, 'Zongying', 331579400, 1069804200, 0),
(104000, 391, 45, 'Beizhai', 362197200, 1205288900, 0),
(104001, 391, 45, 'Bianzhuang', 348486100, 1180447200, 0),
(104002, 391, 45, 'Jiamaying', 372080600, 1159500000, 0),
(104003, 391, 45, 'Laocheng', 371427800, 1158883300, 0),
(104004, 391, 45, 'Penglai', 378086100, 1207508300, 0),
(104005, 391, 45, 'Qixia', 372975000, 1208255600, 0),
(104006, 391, 45, 'Shilaoren', 360977800, 1204908300, 0),
(104007, 391, 45, 'Suozhen', 369538900, 1181047200, 0),
(104008, 391, 45, 'Taishan', 362558330, 1171075000, 0),
(104009, 391, 45, 'Xiazhen', 348022200, 1171116700, 0),
(104010, 391, 45, 'Yatou', 371500000, 1223833300, 0),
(104011, 391, 45, 'Zhoucheng', 359122200, 1163116700, 0),
(104012, 391, 45, 'Zhu Cheng City', 359950200, 1194025900, 0),
(104013, 392, 45, 'Chonggu', 312036100, 1211705600, 0),
(104014, 392, 45, 'Datuan', 309738100, 1217335600, 0),
(104015, 392, 45, 'Fengcheng', 309157800, 1216404000, 0),
(104016, 392, 45, 'Qianxu Zhen', 307767200, 1212419400, 0),
(104017, 392, 45, 'Shihudang', 309851600, 1211144600, 0),
(104018, 392, 45, 'Shuyuan Zhen', 309315900, 1218601900, 0),
(104019, 392, 45, 'Xinchenglu', 313886400, 1212630500, 0),
(104020, 392, 45, 'Xingang', 317204800, 1209271200, 0),
(104021, 392, 45, 'Xuhang', 314129300, 1212706500, 0),
(104022, 392, 45, 'Yexie', 309454300, 1213164300, 0),
(104023, 392, 45, 'Yongfeng', 310062700, 1212016400, 0),
(104024, 392, 45, 'Zhongshan', 310360100, 1212441400, 0),
(104025, 392, 45, 'Zhuangxing', 308515700, 1213335200, 0),
(104026, 393, 45, 'Beicaoshan', 394663900, 1131975000, 0),
(104027, 393, 45, 'Chongwen', 357749100, 1132507900, 0),
(104028, 393, 45, 'Daciyao', 396378400, 1137291000, 0),
(104029, 393, 45, 'Dahuaishu', 362655600, 1116752800, 0),
(104030, 393, 45, 'Danzhu', 361245000, 1128610100, 0),
(104031, 393, 45, 'Dietaisi', 388057600, 1122033200, 0),
(104032, 393, 45, 'Dongguan', 390173200, 1111267400, 0),
(104033, 393, 45, 'Echeng', 383744400, 1119716600, 0),
(104034, 393, 45, 'Fengcheng', 356332300, 1114360500, 0),
(104035, 393, 45, 'Fenghuang', 389978000, 1122977900, 0),
(104036, 393, 45, 'Fengzhou', 368427800, 1128541700, 0),
(104037, 393, 45, 'Fucheng', 361468400, 1122335100, 0),
(104038, 393, 45, 'Gedong', 378931100, 1112554400, 0),
(104039, 393, 45, 'Guanshan', 378146400, 1135922400, 0),
(104040, 393, 45, 'Guhan', 365354700, 1130252800, 0),
(104041, 393, 45, 'Gutao', 372025000, 1121780600, 0),
(104042, 393, 45, 'Haibeitou', 398038200, 1131850100, 0),
(104043, 393, 45, 'Huquan', 397953800, 1141830300, 0),
(104044, 393, 45, 'Luhua', 363313900, 1132244400, 0),
(104045, 393, 45, 'Majunying', 400908300, 1132247200, 0),
(104046, 393, 45, 'Qingyuan', 376174800, 1123258300, 0),
(104047, 393, 45, 'Qinhe', 365013900, 1123247200, 0),
(104048, 393, 45, 'Que''ershan', 401191400, 1129432800, 0),
(104049, 393, 45, 'Shahe', 392708300, 1135477800, 0),
(104050, 393, 45, 'Shangguan', 390690100, 1129291300, 0),
(104051, 393, 45, 'Shangmofang', 391049900, 1130179700, 0),
(104052, 393, 45, 'Shengrenjian', 348442200, 1111913100, 0),
(104053, 393, 45, 'Taicheng', 387310200, 1132280000, 0),
(104054, 393, 45, 'Wenbi', 393874000, 1111911500, 0),
(104055, 393, 45, 'Xiaruyue', 392120000, 1133574100, 0),
(104056, 393, 45, 'Xiedian', 354281600, 1108118100, 0),
(104057, 393, 45, 'Xiping', 400395200, 1136045500, 0),
(104058, 393, 45, 'Xishuijie', 396636600, 1122334100, 0),
(104059, 393, 45, 'Xiushui', 381037900, 1133886500, 0),
(104060, 393, 45, 'Xubu', 400279200, 1137447300, 0),
(104061, 393, 45, 'Xuejiawa', 390497500, 1124424500, 0),
(104062, 393, 45, 'Yanglinjie', 390089800, 1135909000, 0),
(104063, 393, 45, 'Yangmingbu', 390125000, 1128722200, 0),
(104064, 393, 45, 'Yuquan', 404425900, 1139744200, 0),
(104065, 394, 45, 'Barkam', 319005900, 1022209200, 0),
(104066, 394, 45, 'Changchi', 321637700, 1066581400, 0),
(104067, 394, 45, 'Chaotian', 326446200, 1058850100, 0),
(104068, 394, 45, 'Chonglong', 297806200, 1048522400, 0),
(104069, 394, 45, 'Dayuanhuizu', 324230600, 1052344500, 0),
(104070, 394, 45, 'Dazhasi', 335779500, 1029641200, 0),
(104071, 394, 45, 'Dingping', 303386200, 1069270000, 0),
(104072, 394, 45, 'Dongxi', 320657700, 1062484300, 0),
(104073, 394, 45, 'Ganzi', 316243900, 999904900, 0),
(104074, 394, 45, 'Gengqing', 318164900, 985957900, 0),
(104075, 394, 45, 'Gongjing', 293474800, 1047115700, 0),
(104076, 394, 45, 'Hepingyizu', 292469300, 1030824900, 0),
(104077, 394, 45, 'Jiachuan', 322090700, 1062149400, 0),
(104078, 394, 45, 'Jiang''an', 287333500, 1050683000, 0),
(104079, 394, 45, 'Kaijiang', 310395900, 1046744800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(104080, 394, 45, 'Lingjiang', 317346000, 1059316200, 0),
(104081, 394, 45, 'Luocheng', 293848100, 1040286200, 0),
(104082, 394, 45, 'Magong', 323277100, 1050323400, 0),
(104083, 394, 45, 'Maliu', 325259300, 1060467300, 0),
(104084, 394, 45, 'Muxi', 289596400, 1039008600, 0),
(104085, 394, 45, 'Pisha', 270705700, 1027577100, 0),
(104086, 394, 45, 'Pu''an', 320372800, 1054668600, 0),
(104087, 394, 45, 'Qiaowa', 279307900, 1012778100, 0),
(104088, 394, 45, 'Qiaozhuang', 325902600, 1052334300, 0),
(104089, 394, 45, 'Qifo', 323039800, 1052848100, 0),
(104090, 394, 45, 'Qiongxi', 327927200, 1025429400, 0),
(104091, 394, 45, 'Qumong', 329777100, 980979500, 0),
(104092, 394, 45, 'Se''ergu', 319382500, 1034194200, 0),
(104093, 394, 45, 'Seke', 322714600, 1003331600, 0),
(104094, 394, 45, 'Shaping', 292308200, 1032658700, 0),
(104095, 394, 45, 'Shuanghejiedao', 303744800, 1067726600, 0),
(104096, 394, 45, 'Suishan', 296083100, 1034860300, 0),
(104097, 394, 45, 'Temuli', 277079500, 1028076800, 0),
(104098, 394, 45, 'Tiandiba', 277017800, 1032480600, 0),
(104099, 394, 45, 'Tongzilin', 267003900, 1018513400, 0),
(104100, 394, 45, 'Xiasi', 322899800, 1055132600, 0),
(104101, 394, 45, 'Xinmian', 292399200, 1023720800, 0),
(104102, 394, 45, 'Xinshiba', 289709100, 1027712600, 0),
(104103, 394, 45, 'Xiwai', 312168200, 1074752500, 0),
(104104, 394, 45, 'Xunchang', 284543300, 1047149800, 0),
(104105, 394, 45, 'Yuanba', 323256400, 1059617800, 0),
(104106, 394, 45, 'Zagunao', 314428800, 1031717800, 0),
(104107, 394, 45, 'Zhanggu', 308695000, 1018841300, 0),
(104108, 395, 45, 'Bangjun', 399911100, 1172627800, 0),
(104109, 395, 45, 'Beihuaidian', 392552800, 1175583300, 0),
(104110, 395, 45, 'Chengtougu', 391400000, 1177788900, 0),
(104111, 395, 45, 'Cuihuangkou', 395258300, 1171805600, 0),
(104112, 395, 45, 'Dabizhuang', 391930600, 1172558300, 0),
(104113, 395, 45, 'Dadunqiu', 394061100, 1170330600, 0),
(104114, 395, 45, 'Dajianchang', 394777800, 1170830600, 0),
(104115, 395, 45, 'Daliang', 395394400, 1170950000, 0),
(104116, 395, 45, 'Dawangtai', 392702800, 1174786100, 0),
(104117, 395, 45, 'Dazhongzhuang', 396808300, 1175641700, 0),
(104118, 395, 45, 'Dongjituo', 394219400, 1175741700, 0),
(104119, 395, 45, 'Dongtazhuang', 398938900, 1173372200, 0),
(104120, 395, 45, 'Hangou', 392908300, 1170900000, 0),
(104121, 395, 45, 'Hebeitun', 395747200, 1171133300, 0),
(104122, 395, 45, 'Heilangkou', 396127800, 1174016700, 0),
(104123, 395, 45, 'Huangcaotuo', 391755600, 1173205600, 0),
(104124, 395, 45, 'Liu''anzhuang', 392338900, 1171930600, 0),
(104125, 395, 45, 'Majiadian', 396577800, 1172661100, 0),
(104126, 395, 45, 'Meichang', 393661100, 1171805600, 0),
(104127, 395, 45, 'Nancaicun', 394752800, 1170161100, 0),
(104128, 395, 45, 'Niudaokou', 397861100, 1172522200, 0),
(104129, 395, 45, 'Niujiapai', 395222200, 1172894400, 0),
(104130, 395, 45, 'Penguanzhuang', 394841700, 1178133300, 0),
(104131, 395, 45, 'Qingguang', 391950000, 1170266700, 0),
(104132, 395, 45, 'Renfengzhuang', 393113900, 1176622200, 0),
(104133, 395, 45, 'Sanchakou', 397844400, 1173186100, 0),
(104134, 395, 45, 'Xiacang', 397863900, 1174166700, 0),
(104135, 395, 45, 'Xiditou', 392522200, 1173463900, 0),
(104136, 395, 45, 'Yangcun', 393638900, 1170602800, 0),
(104137, 395, 45, 'Yangezhuang', 399963900, 1176902800, 0),
(104138, 395, 45, 'Yangjiapo', 392941700, 1178875000, 0),
(104139, 395, 45, 'Yinliu', 399825000, 1173963900, 0),
(104140, 395, 45, 'Youguzhuang', 399058300, 1172461100, 0),
(104141, 395, 45, 'Zaojiacheng', 392761100, 1174316700, 0),
(104142, 395, 45, 'Zhongxinqiao', 390347200, 1175425000, 0),
(104143, 396, 45, 'Arzak', 396761600, 761201700, 0),
(104144, 396, 45, 'Baikouquan', 459666700, 854500000, 0),
(104145, 396, 45, 'Changshanzi', 440605600, 875852800, 0),
(104146, 396, 45, 'Darya Boyi', 383833300, 820000000, 0),
(104147, 396, 45, 'Diwopu', 438833300, 874833300, 0),
(104148, 396, 45, 'Ewirgol', 429644400, 876611100, 0),
(104149, 396, 45, 'Lucaogou', 438666700, 877833300, 0),
(104150, 396, 45, 'Urho', 461000000, 856666700, 0),
(104151, 396, 45, 'Yilkiqi', 379611100, 772491700, 0),
(104152, 397, 45, 'Baima', 300500000, 969000000, 0),
(104153, 397, 45, 'Biruxong', 314010000, 936010000, 0),
(104154, 397, 45, 'Deqen', 299617800, 907187500, 0),
(104155, 397, 45, 'Domartang', 309000000, 948333300, 0),
(104156, 397, 45, 'Gartog', 296833300, 985500000, 0),
(104157, 397, 45, 'Gyigang', 286666700, 975166700, 0),
(104158, 397, 45, 'Jiajuedibu', 309333300, 886333300, 0),
(104159, 397, 45, 'Jomda', 315000000, 982666700, 0),
(104160, 397, 45, 'Kangmar', 285000000, 897500000, 0),
(104161, 397, 45, 'Nangxian', 290500000, 932000000, 0),
(104162, 397, 45, 'Qiangqinxue', 292666700, 899000000, 0),
(104163, 397, 45, 'Racaka', 314000000, 965166700, 0),
(104164, 397, 45, 'Tungdor', 292000000, 940833300, 0),
(104165, 397, 45, 'Xarlung', 299000000, 933000000, 0),
(104166, 397, 45, 'Yanduo', 306500000, 976833300, 0),
(104167, 397, 45, 'Zhamog', 298333300, 957500000, 0),
(104168, 397, 45, 'Zito', 307833300, 958833300, 0),
(104169, 397, 45, 'Zongga', 290000000, 852500000, 0),
(104170, 398, 45, 'Ala', 249984800, 1027883500, 0),
(104171, 398, 45, 'Badi', 278801300, 990907600, 0),
(104172, 398, 45, 'Bajie', 246691700, 1023608300, 0),
(104173, 398, 45, 'Beidacun Xiaozhai', 248578900, 1033598800, 0),
(104174, 398, 45, 'Chahe', 242833000, 1022509900, 0),
(104175, 398, 45, 'Cikai', 277634400, 987110500, 0),
(104176, 398, 45, 'Dalongtan', 244358300, 1021083200, 0),
(104177, 398, 45, 'Daxinshao', 242405200, 1034515300, 0),
(104178, 398, 45, 'Dedang', 240118000, 992396400, 0),
(104179, 398, 45, 'Dengzishan', 248985800, 1020451800, 0),
(104180, 398, 45, 'Enle', 239604900, 1010826500, 0),
(104181, 398, 45, 'Fenglu', 246765200, 1029112900, 0),
(104182, 398, 45, 'Gezan', 282038900, 998094400, 0),
(104183, 398, 45, 'Hekou', 225385100, 1040110900, 0),
(104184, 398, 45, 'Huakoulongtan', 245013200, 1034133800, 0),
(104185, 398, 45, 'Huaxijie', 240750100, 1030139800, 0),
(104186, 398, 45, 'Jiaokui', 275941400, 1040047800, 0),
(104187, 398, 45, 'Jincheng', 247022200, 1027441700, 0),
(104188, 398, 45, 'Jinhe', 227666700, 1032500000, 0),
(104189, 398, 45, 'Jinshan', 251150800, 1020983200, 0),
(104190, 398, 45, 'Laojiangjunjie', 246796400, 1027115900, 0),
(104191, 398, 45, 'Lianran', 249227100, 1024849600, 0),
(104192, 398, 45, 'Lianzhu', 234084400, 1017102800, 0),
(104193, 398, 45, 'Longcheng', 248982700, 1027996500, 0),
(104194, 398, 45, 'Longquan', 246719200, 1021613000, 0),
(104195, 398, 45, 'Longshan', 246008900, 987041800, 0),
(104196, 398, 45, 'Luoxiong', 248855800, 1042922500, 0),
(104197, 398, 45, 'Luoyang', 249297400, 1028052200, 0),
(104198, 398, 45, 'Mabai', 230127900, 1044508100, 0),
(104199, 398, 45, 'Mengdong', 231615200, 992022600, 0),
(104200, 398, 45, 'Menglie', 225596700, 1018679000, 0),
(104201, 398, 45, 'Mengsuo', 226019900, 995513700, 0),
(104202, 398, 45, 'Mingyihe', 247875600, 1024279000, 0),
(104203, 398, 45, 'Nayun', 223319600, 995613200, 0),
(104204, 398, 45, 'Ningzhou', 241960800, 1029270500, 0),
(104205, 398, 45, 'Shangfangxinjie', 245544000, 1025516200, 0),
(104206, 398, 45, 'Shangpa', 269194800, 989515800, 0),
(104207, 398, 45, 'Shuangjiang', 241726100, 1024004900, 0),
(104208, 398, 45, 'Taiping', 249525000, 1025883400, 0),
(104209, 398, 45, 'Tangchijie', 249616700, 1030336100, 0),
(104210, 398, 45, 'Tuodian', 246666700, 1016333300, 0),
(104211, 398, 45, 'Wenquanxiaocun', 249633500, 1024455800, 0),
(104212, 398, 45, 'Xiangjiaba', 286208400, 1042992700, 0),
(104213, 398, 45, 'Xisa', 234500000, 1047077500, 0),
(104214, 398, 45, 'Yanjing', 280720700, 1041890000, 0),
(104215, 398, 45, 'Yongbei', 266462300, 1007807300, 0),
(104216, 398, 45, 'Zhaopu', 246168800, 1021820400, 0),
(104217, 398, 45, 'Zhaxi', 278508100, 1049687400, 0),
(104218, 398, 45, 'Zhedao', 248193400, 982762700, 0),
(104219, 398, 45, 'Zhongcheng', 285678600, 1039100700, 0),
(104220, 398, 45, 'Zhongxin', 266166700, 1012715400, 0),
(104221, 399, 45, 'Anren', 280614700, 1193365000, 0),
(104222, 399, 45, 'Badu', 279763900, 1189352800, 0),
(104223, 399, 45, 'Baizhang', 305280600, 1197247200, 0),
(104224, 399, 45, 'Chang''an', 304556100, 1204437600, 0),
(104225, 399, 45, 'Changhua', 301683300, 1192175000, 0),
(104226, 399, 45, 'Changle', 294565000, 1206104900, 0),
(104227, 399, 45, 'Chengnan', 307371100, 1207293700, 0),
(104228, 399, 45, 'Chi''an', 291450100, 1200303600, 0),
(104229, 399, 45, 'Chongxian', 303883000, 1201711700, 0),
(104230, 399, 45, 'Chunjian', 300763900, 1198265300, 0),
(104231, 399, 45, 'Chunjing', 300332800, 1199640500, 0),
(104232, 399, 45, 'Dadong''ao', 299222800, 1223888100, 0),
(104233, 399, 45, 'Daqi', 298921000, 1217959800, 0),
(104234, 399, 45, 'Datang''an', 296922200, 1201638900, 0),
(104235, 399, 45, 'Dayuan', 300061100, 1199955600, 0),
(104236, 399, 45, 'Dong''an', 289829900, 1186573200, 0),
(104237, 399, 45, 'Dongzha', 307611300, 1207859400, 0),
(104238, 399, 45, 'Dongzhou', 300783000, 1199847800, 0),
(104239, 399, 45, 'Doumen', 300976000, 1205925000, 0),
(104240, 399, 45, 'Dujing', 296014700, 1187550000, 0),
(104241, 399, 45, 'Fenghua Shi', 296562800, 1214064000, 0),
(104242, 399, 45, 'Fenglin', 285228500, 1184991800, 0),
(104243, 399, 45, 'Fengqiao', 297903800, 1204151900, 0),
(104244, 399, 45, 'Fushan', 299982000, 1205591200, 0),
(104245, 399, 45, 'Fuyang', 300533300, 1199519400, 0),
(104246, 399, 45, 'Gaoqiao', 299081000, 1214541800, 0),
(104247, 399, 45, 'Guishan', 306500000, 1195500000, 0),
(104248, 399, 45, 'Guli', 288833300, 1200333300, 0),
(104249, 399, 45, 'Gulin', 298325000, 1214302800, 0),
(104250, 399, 45, 'Guocun', 295547900, 1186329600, 0),
(104251, 399, 45, 'Guozhai', 292209900, 1203954900, 0),
(104252, 399, 45, 'Haiyanmiao', 302274800, 1213993000, 0),
(104253, 399, 45, 'Hangbu', 289365700, 1187786200, 0),
(104254, 399, 45, 'Hecun', 286702700, 1185287000, 0),
(104255, 399, 45, 'Hengdian', 291569800, 1203147800, 0),
(104256, 399, 45, 'Hengjie', 298591700, 1213969400, 0),
(104257, 399, 45, 'Hengxizhen', 297254900, 1215904300, 0),
(104258, 399, 45, 'Hexi', 279804700, 1196352800, 0),
(104259, 399, 45, 'Hongtang', 299517500, 1215060600, 0),
(104260, 399, 45, 'Huailu', 293433000, 1203817400, 0),
(104261, 399, 45, 'Huangtan', 292961100, 1213583300, 0),
(104262, 399, 45, 'Huangze', 295789400, 1209236500, 0),
(104263, 399, 45, 'Huxiaoqiao', 306704000, 1211572400, 0),
(104264, 399, 45, 'Jiangbei', 293002800, 1202322200, 0),
(104265, 399, 45, 'Jiangkou', 297329000, 1214036700, 0),
(104266, 399, 45, 'Jingling', 293734300, 1207828900, 0),
(104267, 399, 45, 'Jiubao', 303192300, 1202656200, 0),
(104268, 399, 45, 'Kaihua', 291430600, 1184033300, 0),
(104269, 399, 45, 'Kangqiao', 303648900, 1201441000, 0),
(104270, 399, 45, 'Kuntong', 307613600, 1197884700, 0),
(104271, 399, 45, 'Lakou', 283385800, 1199554500, 0),
(104272, 399, 45, 'Lijiaxiang', 309508300, 1199758300, 0),
(104273, 399, 45, 'Liu''ao', 290852000, 1215901300, 0),
(104274, 399, 45, 'Liutangting', 302758800, 1212648900, 0),
(104275, 399, 45, 'Liyang', 294828400, 1189927000, 0),
(104276, 399, 45, 'Longshan', 290232000, 1201820400, 0),
(104277, 399, 45, 'Loumenkou', 301137700, 1220867000, 0),
(104278, 399, 45, 'Lubu', 299905200, 1212303400, 0),
(104279, 399, 45, 'Lujiawu', 290075300, 1182492000, 0),
(104280, 399, 45, 'Luotouzhen', 299800000, 1215844400, 0),
(104281, 399, 45, 'Ma''an', 301473000, 1205817400, 0),
(104282, 399, 45, 'Maoshan', 297457200, 1214958600, 0),
(104283, 399, 45, 'Mashan', 300793700, 1206580300, 0),
(104284, 399, 45, 'Minggang', 291913200, 1216377500, 0),
(104285, 399, 45, 'Mishixiang', 302948300, 1201434200, 0),
(104286, 399, 45, 'Nanyang', 302626800, 1204425700, 0),
(104287, 399, 45, 'Panbanqiao', 303847200, 1198713900, 0),
(104288, 399, 45, 'Pingyao', 304005600, 1199633300, 0),
(104289, 399, 45, 'Puyang', 294602800, 1198861100, 0),
(104290, 399, 45, 'Qiaotou', 301609600, 1213568800, 0),
(104291, 399, 45, 'Renhe', 304460900, 1200753500, 0),
(104292, 399, 45, 'Ru''ao', 293594700, 1209166300, 0),
(104293, 399, 45, 'Sanxi', 276959000, 1190626200, 0),
(104294, 399, 45, 'Shanggan', 301730600, 1197113500, 0),
(104295, 399, 45, 'Shangsongfan', 289932600, 1185258700, 0),
(104296, 399, 45, 'Shangtang', 303156600, 1201503300, 0),
(104297, 399, 45, 'Shengzhou Shi', 295958300, 1208166700, 0),
(104298, 399, 45, 'Shimen', 306274700, 1204424900, 0),
(104299, 399, 45, 'Shiqiao', 279819500, 1205591700, 0),
(104300, 399, 45, 'Shitang', 282232600, 1196655800, 0),
(104301, 399, 45, 'Shoujiang', 301266700, 1199594400, 0),
(104302, 399, 45, 'Shuanglin', 307811700, 1203144000, 0),
(104303, 399, 45, 'Shuangpu', 301150300, 1201176400, 0),
(104304, 399, 45, 'Shuangqiao', 300588000, 1220114400, 0),
(104305, 399, 45, 'Shuangxi', 285946700, 1198755200, 0),
(104306, 399, 45, 'Tantou', 291116800, 1211187300, 0),
(104307, 399, 45, 'Taozhuang', 309691700, 1208065100, 0),
(104308, 399, 45, 'Tianshewang', 300711100, 1221508300, 0),
(104309, 399, 45, 'Tiantai', 291363300, 1210295800, 0),
(104310, 399, 45, 'Tianyuan', 301997000, 1211815500, 0),
(104311, 399, 45, 'Tongyuan', 304558500, 1208390400, 0),
(104312, 399, 45, 'Weitang', 308502100, 1209113800, 0),
(104313, 399, 45, 'Wuxiang', 298460300, 1216873500, 0),
(104314, 399, 45, 'Xianju', 288500000, 1207333300, 0),
(104315, 399, 45, 'Xiaohe', 303099700, 1201350500, 0),
(104316, 399, 45, 'Xiaopu', 310295500, 1198295800, 0),
(104317, 399, 45, 'Xieqiao', 304887300, 1205680500, 0),
(104318, 399, 45, 'Xinchang', 295052800, 1209001700, 0),
(104319, 399, 45, 'Xinfeng', 307090000, 1209183500, 0),
(104320, 399, 45, 'Xingqiao', 303994300, 1202517100, 0),
(104321, 399, 45, 'Xinjie', 301918300, 1203330700, 0),
(104322, 399, 45, 'Xinpu', 302436700, 1213641900, 0),
(104323, 399, 45, 'Xinshi', 306173800, 1202840700, 0),
(104324, 399, 45, 'Xinwan', 302788900, 1205385700, 0),
(104325, 399, 45, 'Xitianmu', 302657700, 1194722300, 0),
(104326, 399, 45, 'Xucun', 304352300, 1203647300, 0),
(104327, 399, 45, 'Yaozhuang', 309139900, 1209565100, 0),
(104328, 399, 45, 'Yucheng', 305350700, 1208522900, 0),
(104329, 399, 45, 'Yunxi', 290261200, 1189396900, 0),
(104330, 399, 45, 'Yutiao', 302897100, 1190220400, 0),
(104331, 399, 45, 'Zhicheng', 310061100, 1199036100, 0),
(104332, 399, 45, 'Zhishan', 277163300, 1199192100, 0),
(104333, 399, 45, 'Zhongguan', 306495800, 1201845100, 0),
(104334, 399, 45, 'Zhoukou', 276968400, 1189193800, 0),
(104335, 401, 47, 'Angelopolis', 61107200, -757092300, 0),
(104336, 401, 47, 'Argelia', 57312700, -751425700, 0),
(104337, 401, 47, 'Belmira', 66050800, -756661900, 0),
(104338, 401, 47, 'Buritica', 67187300, -759073400, 0),
(104339, 401, 47, 'Caceres', 75807800, -753484200, 0),
(104340, 401, 47, 'Caicedo', 64051100, -759825500, 0),
(104341, 401, 47, 'Campamento', 69792000, -752972400, 0),
(104342, 401, 47, 'Canasgordas', 67498900, -760253900, 0),
(104343, 401, 47, 'Caracoli', 64119400, -747605600, 0),
(104344, 401, 47, 'Carmen de Viboral', 60823600, -753350900, 0),
(104345, 401, 47, 'Cisneros', 65383300, -750886100, 0),
(104346, 401, 47, 'Ciudad Bolivar', 58538900, -760252800, 0),
(104347, 401, 47, 'Concepcion', 63940800, -752583000, 0),
(104348, 401, 47, 'Don Matias', 64856800, -753949600, 0),
(104349, 401, 47, 'Ebejico', 63259800, -757683500, 0),
(104350, 401, 47, 'Frontino', 67800500, -761288000, 0),
(104351, 401, 47, 'Granada', 61435300, -751853200, 0),
(104352, 401, 47, 'Guadalupe', 68144900, -752406300, 0),
(104353, 401, 47, 'Guatape', 62327400, -751586400, 0),
(104354, 401, 47, 'Jardin', 55990200, -758197600, 0),
(104355, 401, 47, 'Liborina', 66779000, -758121800, 0),
(104356, 401, 47, 'Marinilla', 61735800, -753362100, 0),
(104357, 401, 47, 'Narino', 56089300, -751765600, 0),
(104358, 401, 47, 'Peque', 70212200, -759092600, 0),
(104359, 401, 47, 'Pueblorrico', 57917600, -758410100, 0),
(104360, 401, 47, 'San Andres', 69033300, -756825000, 0),
(104361, 401, 47, 'San Juan de Uraba', 87592400, -765296900, 0),
(104362, 401, 47, 'San Luis', 60416700, -749927800, 0),
(104363, 401, 47, 'San Pedro de Uraba', 82751500, -763764100, 0),
(104364, 401, 47, 'San Rafael', 62943600, -750258900, 0),
(104365, 401, 47, 'Santa Barbara', 58745800, -755670600, 0),
(104366, 401, 47, 'Sonson', 57106200, -753106800, 0),
(104367, 401, 47, 'Tamesis', 56646200, -757133900, 0),
(104368, 401, 47, 'Uramita', 68994400, -761741700, 0),
(104369, 401, 47, 'Valparaiso', 56150000, -756242200, 0),
(104370, 401, 47, 'Vegachi', 67614100, -747947300, 0),
(104371, 401, 47, 'Yolombo', 65984100, -750114000, 0),
(104372, 401, 47, 'Yondo', 70062100, -739097200, 0),
(104373, 402, 47, 'Tame', 64610000, -717300400, 0),
(104374, 403, 47, 'Juan de Acosta', 108281300, -750334100, 0),
(104375, 403, 47, 'Luruaco', 106092100, -751430900, 0),
(104376, 403, 47, 'Palmar de Varela', 107405500, -747544300, 0),
(104377, 403, 47, 'Polonuevo', 107769700, -748534400, 0),
(104378, 403, 47, 'Ponedera', 106410400, -747502600, 0),
(104379, 403, 47, 'Sitionuevo', 107773700, -747204900, 0),
(104380, 403, 47, 'Suan', 103334700, -748801600, 0),
(104381, 403, 47, 'Usiacuri', 107500000, -749833300, 0),
(104382, 404, 47, 'Achi', 85681800, -745540500, 0),
(104383, 404, 47, 'Cantagallo', 73759900, -739196300, 0),
(104384, 404, 47, 'Clemencia', 105664600, -753249900, 0),
(104385, 404, 47, 'El Carmen de Bolivar', 97174000, -751202300, 0),
(104386, 404, 47, 'Hatillo de Loba', 89563500, -740782000, 0),
(104387, 404, 47, 'Morales', 82752000, -738688400, 0),
(104388, 404, 47, 'Regidor', 86656500, -738215100, 0),
(104389, 404, 47, 'San Cristobal', 98780900, -752524800, 0),
(104390, 404, 47, 'San Jacinto', 98276700, -751217000, 0),
(104391, 404, 47, 'San Juan Nepomuceno', 99515600, -750819800, 0),
(104392, 404, 47, 'San Zenon', 92421700, -745003700, 0),
(104393, 404, 47, 'Santa Rosa del Sur', 79644400, -740544400, 0),
(104394, 405, 47, 'Aquitania', 55197200, -728875000, 0),
(104395, 405, 47, 'Arcabuco', 57546300, -734366900, 0),
(104396, 405, 47, 'Belen', 59889200, -729125400, 0),
(104397, 405, 47, 'Chinavita', 51672300, -733682300, 0),
(104398, 405, 47, 'Chivor', 48855600, -733688900, 0),
(104399, 405, 47, 'Cienega', 54086700, -732957200, 0),
(104400, 405, 47, 'Cubara', 69988900, -721091700, 0),
(104401, 405, 47, 'Cucaita', 55437300, -734543300, 0),
(104402, 405, 47, 'El Espino', 64827700, -724971800, 0),
(104403, 405, 47, 'Guateque', 50061900, -734727400, 0),
(104404, 405, 47, 'Guican', 64618400, -724112900, 0),
(104405, 405, 47, 'La Capilla', 57049300, -734752700, 0),
(104406, 405, 47, 'Maripi', 55519400, -740086100, 0),
(104407, 405, 47, 'Miraflores', 51960800, -731450400, 0),
(104408, 405, 47, 'Nobsa', 57697800, -729409900, 0),
(104409, 405, 47, 'Otanche', 56567200, -741824900, 0),
(104410, 405, 47, 'Paez', 51011200, -730512200, 0),
(104411, 405, 47, 'Pesca', 55500000, -730500000, 0),
(104412, 405, 47, 'Ramiriqui', 54002000, -733354400, 0),
(104413, 405, 47, 'Saboya', 56963600, -737693200, 0),
(104414, 405, 47, 'Samaca', 54927400, -734853700, 0),
(104415, 405, 47, 'San Mateo', 64011100, -725556300, 0),
(104416, 405, 47, 'Santa Sofia', 57090800, -736040400, 0),
(104417, 405, 47, 'Santana', 60575000, -734811200, 0),
(104418, 405, 47, 'Socha Viejo', 59817000, -727150300, 0),
(104419, 405, 47, 'Socota', 60402800, -726350900, 0),
(104420, 405, 47, 'Susacon', 62297800, -726901000, 0),
(104421, 405, 47, 'Sutamarchan', 56153800, -736170100, 0),
(104422, 405, 47, 'Tasco', 59104400, -727800100, 0),
(104423, 405, 47, 'Toca', 55639200, -731839800, 0),
(104424, 405, 47, 'Turmeque', 53236000, -734906700, 0),
(104425, 405, 47, 'Tuta', 56896600, -732277900, 0),
(104426, 406, 47, 'Aguadas', 56116100, -754562400, 0),
(104427, 406, 47, 'Aranzazu', 52712300, -754904400, 0),
(104428, 406, 47, 'Belalcazar', 49952800, -758127800, 0),
(104429, 406, 47, 'Filadelfia', 52960600, -755612000, 0),
(104430, 406, 47, 'Manzanares', 53247200, -751569400, 0),
(104431, 406, 47, 'Marmato', 54784300, -755926700, 0),
(104432, 406, 47, 'Marulanda', 52839300, -752601600, 0),
(104433, 406, 47, 'Neira', 51665000, -755200100, 0),
(104434, 406, 47, 'Norcasia', 55778200, -748852100, 0),
(104435, 406, 47, 'Pacora', 55270800, -754593000, 0),
(104436, 406, 47, 'Palestina', 50194000, -756224200, 0),
(104437, 406, 47, 'Salamina', 54073300, -754874900, 0),
(104438, 406, 47, 'Supia', 54530300, -756507200, 0),
(104439, 406, 47, 'Victoria', 53164800, -749110100, 0),
(104440, 406, 47, 'Viterbo', 50624200, -758715900, 0),
(104441, 407, 47, 'Belen de los Andaquies', 14182800, -758775400, 0),
(104442, 407, 47, 'Curillo', 10332700, -759190600, 0),
(104443, 407, 47, 'El Doncello', 16781700, -752846600, 0),
(104444, 407, 47, 'El Paujil', 15700600, -753286300, 0),
(104445, 407, 47, 'Milan', 12920500, -755116700, 0),
(104446, 407, 47, 'Solano', 6993700, -752535300, 0),
(104447, 408, 47, 'Mani', 48172200, -722886100, 0),
(104448, 408, 47, 'Monterrey', 48720600, -728987900, 0),
(104449, 408, 47, 'Nunchia', 56405600, -721986100, 0),
(104450, 408, 47, 'Orocue', 47911800, -713354200, 0),
(104451, 408, 47, 'Pajarito', 52929000, -727027700, 0),
(104452, 408, 47, 'Villanueva', 52833300, -719666700, 0),
(104453, 409, 47, 'Almaguer', 19170000, -768523300, 0),
(104454, 409, 47, 'Argelia', 22556300, -772487600, 0),
(104455, 409, 47, 'Buenos Aires', 30150300, -766427500, 0),
(104456, 409, 47, 'Cartago', 15630500, -771176000, 0),
(104457, 409, 47, 'Corinto', 31740700, -762599300, 0),
(104458, 409, 47, 'El Bordo', 21169600, -769821400, 0),
(104459, 409, 47, 'El Tambo', 24519900, -768102900, 0),
(104460, 409, 47, 'Guapi', 25708200, -778854200, 0),
(104461, 409, 47, 'Inza', 25513000, -760654600, 0),
(104462, 409, 47, 'La Cruz', 16030100, -769690100, 0),
(104463, 409, 47, 'Mercaderes', 18009400, -771659600, 0),
(104464, 409, 47, 'Morales', 27570100, -766172300, 0),
(104465, 409, 47, 'Padilla', 32203800, -763138500, 0),
(104466, 409, 47, 'Patia', 20689500, -770527300, 0),
(104467, 409, 47, 'Rosas', 22609300, -767398600, 0),
(104468, 409, 47, 'San Bernardo', 15211900, -770309100, 0),
(104469, 409, 47, 'Silvia', 26110300, -763785300, 0),
(104470, 410, 47, 'Becerril', 97041300, -732793000, 0),
(104471, 410, 47, 'Chimichagua', 92577800, -738122800, 0),
(104472, 410, 47, 'Chiriguana', 93623800, -736031400, 0),
(104473, 410, 47, 'El Paso', 96605700, -737472300, 0),
(104474, 410, 47, 'La Gloria', 86186800, -738026500, 0),
(104475, 410, 47, 'Manaure Balcon del Cesar', 103927800, -730325000, 0),
(104476, 410, 47, 'Rio de Oro', 82919000, -733848500, 0),
(104477, 410, 47, 'San Martin', 80015100, -735112600, 0),
(104478, 410, 47, 'Tamalameque', 88522100, -738122900, 0),
(104479, 411, 47, 'Acandi', 85063300, -772778400, 0),
(104480, 411, 47, 'Certegui', 53707300, -766044000, 0),
(104481, 411, 47, 'El Carmen', 58877800, -751641700, 0),
(104482, 411, 47, 'Mutis', 62262200, -774043900, 0),
(104483, 411, 47, 'Novita', 49551100, -766052600, 0),
(104484, 411, 47, 'Nuqui', 57125000, -772708300, 0),
(104485, 411, 47, 'Riosucio', 74402700, -771167000, 0),
(104486, 411, 47, 'Santa Genoveva de Docorodo', 42587500, -773651600, 0),
(104487, 412, 47, 'Ayapel', 83137200, -751398200, 0),
(104488, 412, 47, 'Buenavista', 90496300, -760028000, 0),
(104489, 412, 47, 'Chima', 91489300, -756284100, 0),
(104490, 412, 47, 'Chinu', 91056900, -753981200, 0),
(104491, 412, 47, 'Los Cordobas', 88940300, -763545500, 0),
(104492, 412, 47, 'Momil', 92376800, -756748900, 0),
(104493, 412, 47, 'Monitos', 82500000, -760500000, 0),
(104494, 412, 47, 'San Antero', 93741000, -757589100, 0),
(104495, 412, 47, 'San Carlos', 87437200, -757133100, 0),
(104496, 413, 47, 'Anolaima', 48336200, -744995000, 0),
(104497, 413, 47, 'Apulo', 45195200, -745929300, 0),
(104498, 413, 47, 'Caparrapi', 53464400, -744914700, 0),
(104499, 413, 47, 'Chaguani', 49482900, -745939200, 0),
(104500, 413, 47, 'Choachi', 45289700, -739227300, 0),
(104501, 413, 47, 'Choconta', 51446800, -736857800, 0),
(104502, 413, 47, 'Cucunuba', 52495800, -737661000, 0),
(104503, 413, 47, 'Fomeque', 44879700, -738974900, 0),
(104504, 413, 47, 'Gachala', 46924400, -735204200, 0),
(104505, 413, 47, 'Gacheta', 48185400, -736365900, 0),
(104506, 413, 47, 'Guayabal de Siquima', 48773900, -744674400, 0),
(104507, 413, 47, 'Junin', 47902700, -736601100, 0),
(104508, 413, 47, 'Lenguazaque', 53071100, -737115200, 0),
(104509, 413, 47, 'Nemocon', 50500000, -738833300, 0),
(104510, 413, 47, 'Nilo', 43060400, -746208300, 0),
(104511, 413, 47, 'Paratebueno', 43757500, -732154700, 0),
(104512, 413, 47, 'Sesquile', 50475000, -738008300, 0),
(104513, 413, 47, 'Susa', 54519000, -738143600, 0),
(104514, 413, 47, 'Sutatausa', 52477900, -738523800, 0),
(104515, 413, 47, 'Topaipi', 53345700, -743029200, 0),
(104516, 413, 47, 'Ubaque', 44866800, -739374800, 0),
(104517, 413, 47, 'Villapinzon', 52161700, -735949000, 0),
(104518, 413, 47, 'Viota', 44371300, -745215700, 0),
(104519, 413, 47, 'Yacopi', 54594800, -743382300, 0),
(104520, 413, 47, 'Zipacon', 47588100, -743801700, 0),
(104521, 415, 47, 'El Retorno', 23302200, -726276500, 0),
(104522, 415, 47, 'Miraflores', 13366700, -719511100, 0),
(104523, 416, 47, 'Aipe', 32222200, -752366700, 0),
(104524, 416, 47, 'Algeciras', 25229500, -753149200, 0),
(104525, 416, 47, 'Altamira', 20627800, -757872200, 0),
(104526, 416, 47, 'Baraya', 31533300, -750530600, 0),
(104527, 416, 47, 'Elias', 20117000, -759396800, 0),
(104528, 416, 47, 'Guadalupe', 20248000, -757558900, 0),
(104529, 416, 47, 'Iquira', 26486700, -756345700, 0),
(104530, 416, 47, 'Isnos', 19355600, -762405600, 0),
(104531, 416, 47, 'Oporapa', 20501500, -759767500, 0),
(104532, 416, 47, 'Paicol', 24496200, -757750000, 0),
(104533, 416, 47, 'Palermo', 28916700, -754375000, 0),
(104534, 416, 47, 'Pital', 22665000, -758044200, 0),
(104535, 416, 47, 'San Agustin', 18786300, -762755700, 0),
(104536, 416, 47, 'Santa Maria', 29500000, -756500000, 0),
(104537, 416, 47, 'Suaza', 19761100, -757945400, 0),
(104538, 416, 47, 'Tello', 30669400, -751377800, 0),
(104539, 416, 47, 'Timana', 19713600, -759312300, 0),
(104540, 416, 47, 'Yaguara', 26635500, -755175300, 0),
(104541, 417, 47, 'Barrancas', 109575600, -727876900, 0),
(104542, 417, 47, 'Dibulla', 112725100, -733091100, 0),
(104543, 417, 47, 'El Molino', 106522500, -729240500, 0),
(104544, 417, 47, 'Manaure', 117750500, -724444700, 0),
(104545, 417, 47, 'Uribia', 117139000, -722660400, 0),
(104546, 417, 47, 'Urumita', 105589400, -730123200, 0),
(104547, 418, 47, 'Buenavista', 92143300, -743136300, 0),
(104548, 418, 47, 'El Penon', 89891600, -739485700, 0),
(104549, 418, 47, 'El Reten', 106113500, -742682400, 0),
(104550, 418, 47, 'Guamal', 91433400, -742238400, 0),
(104551, 418, 47, 'Nueva Granada', 98016800, -743930400, 0),
(104552, 418, 47, 'San Antonio', 99330300, -746934600, 0),
(104553, 418, 47, 'Zambrano', 97472400, -748153000, 0),
(104554, 419, 47, 'Cumaral', 42708000, -734866900, 0),
(104555, 419, 47, 'El Castillo', 35636300, -737948800, 0),
(104556, 419, 47, 'Granada', 35386100, -737005600, 0),
(104557, 419, 47, 'Guamal', 38804300, -737656600, 0),
(104558, 419, 47, 'La Macarena', 21836700, -737848500, 0),
(104559, 419, 47, 'Mesetas', 33846400, -740442400, 0),
(104560, 419, 47, 'Puerto Lopez', 40845100, -729559700, 0),
(104561, 419, 47, 'Restrepo', 42583300, -735614200, 0),
(104562, 419, 47, 'San Carlos de Guaroa', 37116100, -732434400, 0),
(104563, 419, 47, 'San Juan de Arama', 33463900, -738894400, 0),
(104564, 419, 47, 'Vista Hermosa', 31242800, -737515600, 0),
(104565, 420, 47, 'Barbacoas', 16715400, -781397800, 0),
(104566, 420, 47, 'Cordoba', 8590500, -775195000, 0),
(104567, 420, 47, 'Cumbal', 9087500, -777914500, 0),
(104568, 420, 47, 'Cumbitara', 16517400, -775822500, 0),
(104569, 420, 47, 'El Tambo', 14181400, -773967800, 0),
(104570, 420, 47, 'Francisco Pizarro', 21019400, -787216700, 0),
(104571, 420, 47, 'Guachucal', 9609300, -777316000, 0),
(104572, 420, 47, 'Guaitarilla', 11385500, -775530100, 0),
(104573, 420, 47, 'Gualmatan', 9188800, -775665100, 0),
(104574, 420, 47, 'La Union', 16045000, -771315200, 0),
(104575, 420, 47, 'Policarpa', 16323100, -774619900, 0),
(104576, 420, 47, 'Potosi', 8073900, -775721600, 0),
(104577, 420, 47, 'Samaniego', 13385000, -775957000, 0),
(104578, 420, 47, 'San Jose', 16965900, -782448200, 0),
(104579, 420, 47, 'Sandona', 12915100, -774740900, 0),
(104580, 420, 47, 'Sapuyes', 10372800, -776209400, 0),
(104581, 420, 47, 'Sotomayor', 15146900, -775044400, 0),
(104582, 420, 47, 'Tuquerres', 10923400, -776208500, 0),
(104583, 420, 47, 'Yacuanquer', 11157700, -774016900, 0),
(104584, 421, 47, 'Abrego', 80806500, -732205400, 0),
(104585, 421, 47, 'Cucutilla', 75394100, -727723800, 0),
(104586, 421, 47, 'Durania', 77130700, -726575900, 0),
(104587, 421, 47, 'El Carmen', 85106400, -734477600, 0),
(104588, 421, 47, 'El Tarra', 85756200, -730948900, 0),
(104589, 421, 47, 'Gramalote', 78875200, -727974900, 0),
(104590, 421, 47, 'Lourdes', 79441100, -728325300, 0),
(104591, 421, 47, 'Puerto Santander', 83636100, -724063000, 0),
(104592, 421, 47, 'San Calixto', 84021000, -732073700, 0),
(104593, 421, 47, 'Silos', 72052400, -727563900, 0),
(104594, 422, 47, 'Colon', 11911700, -769685000, 0),
(104595, 422, 47, 'Puerto Leguizamo', -1933700, -747818900, 0),
(104596, 422, 47, 'San Francisco', 11786700, -768785000, 0),
(104597, 422, 47, 'San Miguel', 3431400, -769112400, 0),
(104598, 422, 47, 'Sibundoy', 12047800, -769236600, 0),
(104599, 422, 47, 'Valle del Guamuez', 4525000, -769191700, 0),
(104600, 422, 47, 'Villagarzon', 10375000, -766266700, 0),
(104601, 423, 47, 'Buenavista', 43539000, -757178200, 0),
(104602, 423, 47, 'Cordoba', 43931800, -756893500, 0),
(104603, 423, 47, 'Filandia', 46747200, -756583300, 0),
(104604, 423, 47, 'Pijao', 43341900, -757034800, 0),
(104605, 423, 47, 'Salento', 46375000, -755702800, 0),
(104606, 424, 47, 'Apia', 51064500, -759431800, 0),
(104607, 424, 47, 'Belen de Umbria', 52008800, -758686500, 0),
(104608, 424, 47, 'La Celia', 50433300, -760166700, 0),
(104609, 424, 47, 'Marsella', 49372200, -757377800, 0),
(104610, 424, 47, 'Mistrato', 52973000, -758832200, 0),
(104611, 424, 47, 'Quinchia', 53395700, -757301800, 0),
(104612, 424, 47, 'Santuario', 50723700, -759634100, 0),
(104613, 426, 47, 'Aratoca', 66935300, -730208300, 0),
(104614, 426, 47, 'Capitanejo', 65288100, -726959500, 0),
(104615, 426, 47, 'Contratacion', 62900500, -734735400, 0),
(104616, 426, 47, 'Curiti', 66051900, -730680900, 0),
(104617, 426, 47, 'El Playon', 74713100, -732031000, 0),
(104618, 426, 47, 'Guepsa', 60250500, -735731300, 0),
(104619, 426, 47, 'La Belleza', 58637100, -739616700, 0),
(104620, 426, 47, 'La Paz', 61784800, -735894800, 0),
(104621, 426, 47, 'Landazuri', 62182600, -738112100, 0),
(104622, 426, 47, 'Los Santos', 71700000, -730930600, 0),
(104623, 426, 47, 'Malaga', 66990300, -727323300, 0),
(104624, 426, 47, 'Matanza', 73223300, -730151600, 0),
(104625, 426, 47, 'Mogotes', 64755900, -729704600, 0),
(104626, 426, 47, 'Oiba', 62638800, -732987600, 0),
(104627, 426, 47, 'Puerto Wilches', 73482800, -738960100, 0),
(104628, 426, 47, 'Valle de San Jose', 64475000, -731436100, 0),
(104629, 426, 47, 'Velez', 60133500, -736735200, 0),
(104630, 426, 47, 'Villanueva', 66716900, -731742000, 0),
(104631, 426, 47, 'Zapatoca', 68153200, -732676800, 0),
(104632, 427, 47, 'Caimito', 88122900, -754106600, 0),
(104633, 427, 47, 'Majagual', 85388600, -746203800, 0),
(104634, 427, 47, 'Morroa', 93334800, -753054200, 0),
(104635, 427, 47, 'Palmito', 93333300, -755500000, 0),
(104636, 427, 47, 'Sampues', 91836100, -753816700, 0),
(104637, 427, 47, 'San Benito Abad', 89290100, -750270900, 0),
(104638, 427, 47, 'San Pedro', 93956000, -750647600, 0),
(104639, 427, 47, 'Since', 92439100, -751467500, 0),
(104640, 428, 47, 'Ambalema', 47840500, -747626800, 0),
(104641, 428, 47, 'Anzoategui', 46299600, -750953900, 0),
(104642, 428, 47, 'Carmen de Apicala', 41472500, -747201400, 0),
(104643, 428, 47, 'Casabianca', 50795900, -751205900, 0),
(104644, 428, 47, 'Coyaima', 37993600, -751946700, 0),
(104645, 428, 47, 'Cunday', 40600400, -746921200, 0),
(104646, 428, 47, 'Falan', 51156400, -749489400, 0),
(104647, 428, 47, 'Fresno', 51526400, -750362400, 0),
(104648, 428, 47, 'Herveo', 50833300, -751666700, 0),
(104649, 428, 47, 'Icononzo', 41769800, -745325400, 0),
(104650, 428, 47, 'Murillo', 48739300, -751715100, 0),
(104651, 428, 47, 'Natagaima', 36205700, -750941500, 0),
(104652, 428, 47, 'Palocabildo', 51170500, -750173200, 0),
(104653, 428, 47, 'Planadas', 31969800, -756450600, 0),
(104654, 428, 47, 'Prado', 37502400, -749293200, 0),
(104655, 428, 47, 'Rioblanco', 35308300, -756805600, 0),
(104656, 428, 47, 'Rovira', 42392200, -752399600, 0),
(104657, 428, 47, 'Saldana', 39292200, -750151700, 0),
(104658, 428, 47, 'Suarez', 40490600, -748319800, 0),
(104659, 428, 47, 'Valle de San Juan', 41986900, -751173300, 0),
(104660, 428, 47, 'Villahermosa', 50306700, -751160700, 0),
(104661, 428, 47, 'Villarrica', 39350200, -746003600, 0),
(104662, 429, 47, 'Caicedonia', 43324000, -758266500, 0),
(104663, 429, 47, 'El Dovio', 45079000, -762361900, 0),
(104664, 429, 47, 'Florida', 33223000, -762348000, 0),
(104665, 429, 47, 'La Cumbre', 37225000, -760208300, 0),
(104666, 429, 47, 'Roldanillo', 44125600, -761545700, 0),
(104667, 429, 47, 'Trujillo', 42121700, -763194500, 0),
(104668, 429, 47, 'Vijes', 36993400, -764423000, 0),
(104669, 429, 47, 'Zarzal', 43946200, -760715000, 0),
(104670, 3062, 47, 'La Primavera', 54905600, -704091700, 0),
(104671, 3062, 47, 'Puerto Carreno', 61890300, -674858800, 0),
(104672, 430, 48, 'Moutsamoudou', -121667200, 443994400, 0),
(104673, 3063, 48, 'Nioumachoua', -123613900, 437152800, 0),
(104674, 2780, 50, 'Kampene', -36000000, 266666700, 0),
(104675, 3064, 49, 'Loandjili', -47561100, 118577800, 0),
(104676, 442, 52, 'Bijagua', 107328000, -850567600, 0),
(104677, 442, 52, 'Desamparados', 99472700, -845062600, 0),
(104678, 442, 52, 'Pocosol', 103666700, -846166700, 0),
(104679, 442, 52, 'Rio Segundo', 102413800, -842793300, 0),
(104680, 442, 52, 'Upala', 108979200, -850145400, 0),
(104681, 442, 52, 'Zarcero', 101856100, -843907600, 0),
(104682, 443, 52, 'Cot', 98944900, -838730200, 0),
(104683, 443, 52, 'Orosi', 97961700, -838538300, 0),
(104684, 444, 52, 'Bagaces', 105270900, -852548200, 0),
(104685, 444, 52, 'La Cruz', 110737700, -856327200, 0),
(104686, 446, 52, 'Batan', 100844400, -833410000, 0),
(104687, 446, 52, 'Guacimo', 102104400, -836806700, 0),
(104688, 446, 52, 'Matina', 100760900, -832895300, 0),
(104689, 447, 52, 'Ciudad Cortes', 89598800, -835238100, 0),
(104690, 447, 52, 'Golfito', 86390100, -831660300, 0),
(104691, 447, 52, 'Miramar', 100925000, -847297800, 0),
(104692, 447, 52, 'Parrita', 95201200, -843224900, 0),
(104693, 447, 52, 'San Vito', 88207900, -829709200, 0),
(104694, 448, 52, 'Salitral', 99116300, -841783500, 0),
(104695, 448, 52, 'Salitrillos', 98525900, -840906200, 0),
(104696, 452, 53, 'Dabou', 53255600, -43768500, 0),
(104697, 452, 53, 'Jacqueville', 52051500, -44146000, 0),
(104698, 452, 53, 'Tiassale', 58983300, -48283300, 0),
(104699, 454, 54, 'Brezovac', 458675000, 168408300, 0),
(104700, 454, 54, 'Dezanovac', 455705600, 170866700, 0),
(104701, 454, 54, 'Sirac', 455233300, 172550000, 0),
(104702, 454, 54, 'Veliki Grgevac', 457502800, 170475000, 0),
(104703, 454, 54, 'Zdralovi', 458763900, 168750000, 0),
(104704, 455, 54, 'Batrina', 451894400, 176663900, 0),
(104705, 455, 54, 'Bukovlje', 451852800, 180700000, 0),
(104706, 455, 54, 'Garcin', 451827800, 181830600, 0),
(104707, 455, 54, 'Ljupina', 452175000, 173827800, 0),
(104708, 455, 54, 'Podvinje', 451902800, 180269400, 0),
(104709, 455, 54, 'Slobodnica', 451622200, 179327800, 0),
(104710, 455, 54, 'Vrpolje', 452105600, 184055600, 0),
(104711, 456, 54, 'Jasenice', 425927800, 182691700, 0),
(104712, 456, 54, 'Opuzen', 430152800, 175655600, 0),
(104713, 456, 54, 'Zrnovo', 429511100, 171141700, 0),
(104714, 458, 54, 'Medulin', 448225000, 139350000, 0),
(104715, 458, 54, 'Rabac', 450794400, 141575000, 0),
(104716, 458, 54, 'Rasa', 450802800, 140788900, 0),
(104717, 458, 54, 'Vodnjan', 449594400, 138516700, 0),
(104718, 458, 54, 'Vrsar', 451491700, 136052800, 0),
(104719, 459, 54, 'Ostarije', 452247200, 152733300, 0),
(104720, 459, 54, 'Vojnic', 453236100, 156986100, 0),
(104721, 460, 54, 'Hlebine', 461569400, 169627800, 0),
(104722, 460, 54, 'Legrad', 462975000, 168566700, 0),
(104723, 460, 54, 'Reka', 461302800, 167669400, 0),
(104724, 461, 54, 'Bedekovcina', 460411100, 159963900, 0),
(104725, 461, 54, 'Marija Bistrica', 460061100, 161111100, 0),
(104726, 461, 54, 'Mihovljan', 461330600, 159722200, 0),
(104727, 461, 54, 'Radoboj', 461663900, 159236100, 0),
(104728, 462, 54, 'Jezerce', 448825000, 156202800, 0),
(104729, 463, 54, 'Domasinec', 464325000, 166000000, 0),
(104730, 463, 54, 'Kotoriba', 463550000, 168180600, 0),
(104731, 463, 54, 'Mackovec', 464241700, 164336100, 0),
(104732, 463, 54, 'Mihovljan', 464086100, 164480600, 0),
(104733, 463, 54, 'Podturen', 464647200, 165430600, 0),
(104734, 463, 54, 'Pribislavec', 463925000, 164825000, 0),
(104735, 463, 54, 'Strahoninec', 463688900, 164150000, 0),
(104736, 464, 54, 'Bilje', 456069400, 187438900, 0),
(104737, 464, 54, 'Bistrinci', 456916700, 183986100, 0),
(104738, 464, 54, 'Bizovac', 455927800, 184588900, 0),
(104739, 464, 54, 'Ceminac', 456863900, 186675000, 0),
(104740, 464, 54, 'Fericanci', 455288900, 179758300, 0),
(104741, 464, 54, 'Jagodnjak', 456991700, 185769400, 0),
(104742, 464, 54, 'Koska', 455452800, 182858300, 0),
(104743, 464, 54, 'Ladimirevci', 456255600, 184486100, 0),
(104744, 464, 54, 'Ovcara', 455066700, 185675000, 0),
(104745, 464, 54, 'Petrijevci', 456127800, 185352800, 0),
(104746, 464, 54, 'Piskorevci', 452552800, 184041700, 0),
(104747, 464, 54, 'Sarvas', 455272200, 188375000, 0),
(104748, 464, 54, 'Strizivojna', 452261100, 184238900, 0),
(104749, 464, 54, 'Tenja', 454980600, 187472200, 0),
(104750, 464, 54, 'Viskovci', 453450000, 184622200, 0),
(104751, 465, 54, 'Jaksic', 453580600, 177638900, 0),
(104752, 465, 54, 'Vidovci', 453325000, 177147200, 0),
(104753, 466, 54, 'Cres', 449609200, 144124600, 0),
(104754, 466, 54, 'Drazice', 453908300, 144702800, 0),
(104755, 466, 54, 'Klana', 454469400, 143769400, 0),
(104756, 466, 54, 'Lopar', 448325000, 147302800, 0),
(104757, 466, 54, 'Marcelji', 453961100, 143894400, 0),
(104758, 466, 54, 'Omisalj', 452088900, 145563900, 0),
(104759, 466, 54, 'Selce', 451563900, 147211100, 0),
(104760, 466, 54, 'Supetarska Draga', 447975000, 147247200, 0),
(104761, 467, 54, 'Kistanje', 439827800, 159650000, 0),
(104762, 467, 54, 'Pirovac', 438191700, 156727800, 0),
(104763, 467, 54, 'Tijesno', 438041700, 156433300, 0),
(104764, 467, 54, 'Tribunj', 437554700, 157444400, 0),
(104765, 468, 54, 'Dvor', 450730600, 163708300, 0),
(104766, 468, 54, 'Glina', 453380600, 160880600, 0),
(104767, 468, 54, 'Gvozd', 453502800, 158805600, 0),
(104768, 468, 54, 'Husain', 454741700, 168130600, 0),
(104769, 468, 54, 'Lekenik', 455855600, 162113900, 0),
(104770, 468, 54, 'Lipovljani', 453966700, 168897200, 0),
(104771, 468, 54, 'Osekovo', 455163900, 166166700, 0),
(104772, 468, 54, 'Repusnica', 454927800, 167308300, 0),
(104773, 469, 54, 'Baska Voda', 433569400, 169502800, 0),
(104774, 469, 54, 'Brnaze', 436800000, 166497200, 0),
(104775, 469, 54, 'Duce', 434427800, 166683300, 0),
(104776, 469, 54, 'Jelsa', 431613900, 166930600, 0),
(104777, 469, 54, 'Klis', 435594400, 165194400, 0),
(104778, 469, 54, 'Otok', 436913900, 167383300, 0),
(104779, 469, 54, 'Runovic', 433766700, 172366700, 0),
(104780, 469, 54, 'Tucepi', 432722200, 170544400, 0),
(104781, 469, 54, 'Veliki Drvenik', 434500000, 161500000, 0),
(104782, 469, 54, 'Vis', 430619400, 161830600, 0),
(104783, 469, 54, 'Zmijavci', 434108300, 172055600, 0),
(104784, 470, 54, 'Jalkovec', 462808300, 163197200, 0),
(104785, 470, 54, 'Petrijanec', 463491700, 162250000, 0),
(104786, 471, 54, 'Orahovica', 455400000, 178847200, 0),
(104787, 471, 54, 'Rezovac', 457833300, 174166700, 0),
(104788, 471, 54, 'Spisic-Bukovica', 458572200, 172994400, 0),
(104789, 472, 54, 'Brsadin', 453627800, 189111100, 0),
(104790, 472, 54, 'Ceric', 453113900, 188561100, 0),
(104791, 472, 54, 'Jarmina', 453180600, 187291700, 0),
(104792, 472, 54, 'Markusica', 453738900, 187058300, 0),
(104793, 472, 54, 'Nijemci', 451402800, 190355600, 0),
(104794, 472, 54, 'Retkovci', 452333300, 186530600, 0),
(104795, 472, 54, 'Slakovci', 452247200, 189502800, 0),
(104796, 472, 54, 'Vodinci', 452755600, 186097200, 0),
(104797, 473, 54, 'Bibinje', 440666700, 153000000, 0),
(104798, 473, 54, 'Galovac', 440713900, 153933300, 0),
(104799, 473, 54, 'Nin', 442333300, 151833300, 0),
(104800, 473, 54, 'Obrovac', 442005600, 156822200, 0),
(104801, 473, 54, 'Pag', 444450000, 150575000, 0),
(104802, 473, 54, 'Pakostane', 439122200, 155088900, 0),
(104803, 473, 54, 'Polaca', 440183300, 155175000, 0),
(104804, 473, 54, 'Posedarje', 442136100, 154766700, 0),
(104805, 473, 54, 'Pridraga', 441666700, 155666700, 0),
(104806, 473, 54, 'Razanac', 442819400, 153480600, 0),
(104807, 473, 54, 'Stari Grad', 444300000, 150622200, 0),
(104808, 473, 54, 'Turanj', 439711100, 154113900, 0),
(104809, 473, 54, 'Vir', 443030600, 150852800, 0),
(104810, 473, 54, 'Vrsi', 442647200, 152325000, 0),
(104811, 474, 54, 'Gradici', 457000000, 160500000, 0),
(104812, 474, 54, 'Micevec', 457500000, 160666700, 0),
(104813, 474, 54, 'Rude', 457666700, 156666700, 0),
(104814, 480, 57, 'Akhyritou', 351000000, 338625000, 0),
(104815, 480, 57, 'Avgorou', 350368800, 338402900, 0),
(104816, 480, 57, 'Phrenaros', 350416700, 339250000, 0),
(104817, 480, 57, 'Trikomo', 352875000, 338916700, 0),
(104818, 482, 57, 'Kophinou', 348250000, 333875000, 0),
(104819, 482, 57, 'Meneou', 348500000, 335708300, 0),
(104820, 482, 57, 'Mosphiloti', 349500000, 334291700, 0),
(104821, 482, 57, 'Perivolia', 348291700, 335833300, 0),
(104822, 482, 57, 'Tersephanou', 348541700, 335458300, 0),
(104823, 483, 57, 'Pakhna', 347791700, 327958300, 0),
(104824, 484, 57, 'Akaki', 351333300, 331291700, 0),
(104825, 484, 57, 'Mammari', 351666700, 332000000, 0),
(104826, 484, 57, 'Peristerona', 351333300, 330791700, 0),
(104827, 487, 58, 'Brloh', 489298700, 142185700, 0),
(104828, 487, 58, 'Chvalsiny', 488540100, 142111400, 0),
(104829, 487, 58, 'Chynov', 494067700, 148112200, 0),
(104830, 487, 58, 'Ckyne', 491150300, 138290600, 0),
(104831, 487, 58, 'Horni Plana', 487673600, 140325700, 0),
(104832, 487, 58, 'Jarosov nad Nezarkou', 491898900, 150673400, 0),
(104833, 487, 58, 'Jistebnice', 494855300, 145276000, 0),
(104834, 487, 58, 'Kardasova Recice', 491847800, 148531500, 0),
(104835, 487, 58, 'Katovice', 492734800, 138303500, 0),
(104836, 487, 58, 'Lisov', 490159700, 146083800, 0),
(104837, 487, 58, 'Malonty', 486861100, 145767800, 0),
(104838, 487, 58, 'Malsice', 493639100, 145786800, 0),
(104839, 487, 58, 'Mirotice', 494290800, 140369700, 0),
(104840, 487, 58, 'Mirovice', 495155500, 140358200, 0),
(104841, 487, 58, 'Netolice', 490493000, 141970000, 0),
(104842, 487, 58, 'Nova Bystrice', 490192600, 151031600, 0),
(104843, 487, 58, 'Radomysl', 493163400, 139302400, 0),
(104844, 487, 58, 'Sepekov', 494286500, 144181500, 0),
(104845, 487, 58, 'Strmilov', 491584600, 151993400, 0),
(104846, 487, 58, 'Suchdol nad Luznici', 488900000, 148772000, 0),
(104847, 487, 58, 'Vcelna', 489237300, 144538300, 0),
(104848, 487, 58, 'Vetrni', 487742500, 142861600, 0),
(104849, 487, 58, 'Vlachovo Brezi', 490813500, 139584200, 0),
(104850, 487, 58, 'Vodnany', 491478900, 141751300, 0),
(104851, 487, 58, 'Zdikov', 490845600, 136973800, 0),
(104852, 488, 58, 'Boritov', 494250400, 165911900, 0),
(104853, 488, 58, 'Bosovice', 490535100, 168367600, 0),
(104854, 488, 58, 'Damborice', 490382800, 169175700, 0),
(104855, 488, 58, 'Dolni Dunajovice', 488544700, 165928300, 0),
(104856, 488, 58, 'Hodonice', 488368000, 161633700, 0),
(104857, 488, 58, 'Hroznova Lhota', 489078400, 174169700, 0),
(104858, 488, 58, 'Jevisovice', 489873600, 159899200, 0),
(104859, 488, 58, 'Kostice', 487468500, 169786900, 0),
(104860, 488, 58, 'Krepice', 489998600, 167198900, 0),
(104861, 488, 58, 'Krumvir', 489890100, 169102700, 0),
(104862, 488, 58, 'Letonice', 491772600, 169591300, 0),
(104863, 488, 58, 'Lipovec', 493839400, 168058300, 0),
(104864, 488, 58, 'Lysice', 494516000, 165371600, 0),
(104865, 488, 58, 'Moutnice', 490492400, 167374100, 0),
(104866, 488, 58, 'Ostrov u Macochy', 493823600, 167626800, 0),
(104867, 488, 58, 'Petrov', 488819600, 172781000, 0),
(104868, 488, 58, 'Pustimer', 493225100, 170279200, 0),
(104869, 488, 58, 'Rajec-Jestrebi', 494109400, 166390200, 0),
(104870, 488, 58, 'Ricany', 492149700, 163936200, 0),
(104871, 488, 58, 'Rosice', 491823200, 163878700, 0),
(104872, 488, 58, 'Sardice', 489640300, 170281200, 0),
(104873, 488, 58, 'Sitborice', 490143300, 167797500, 0),
(104874, 488, 58, 'Telnice', 491018700, 167177400, 0),
(104875, 488, 58, 'Unanov', 489008200, 160635100, 0),
(104876, 488, 58, 'Valtice', 487406900, 167549900, 0),
(104877, 488, 58, 'Velke Opatovice', 496123700, 166794700, 0),
(104878, 488, 58, 'Visnove', 489824100, 161502500, 0),
(104879, 488, 58, 'Vlkos', 489896000, 171635600, 0),
(104880, 488, 58, 'Vojkovice', 490513800, 166082000, 0),
(104881, 488, 58, 'Zbysov', 491552400, 163495100, 0),
(104882, 489, 58, 'Abertamy', 503687400, 128182600, 0),
(104883, 489, 58, 'Bukovany', 501663200, 125726500, 0),
(104884, 489, 58, 'Dolni Zandov', 500179400, 125510100, 0),
(104885, 489, 58, 'Hranice', 503045900, 121757700, 0),
(104886, 489, 58, 'Hroznetin', 503094000, 128718000, 0),
(104887, 489, 58, 'Lazne Kynzvart', 500105800, 126247400, 0),
(104888, 489, 58, 'Merklin', 503280800, 128635000, 0),
(104889, 489, 58, 'Olovi', 502511300, 125587700, 0),
(104890, 489, 58, 'Rotava', 502962700, 125734100, 0),
(104891, 490, 58, 'Albrechtice nad Orlici', 501397900, 160643700, 0),
(104892, 490, 58, 'Dolni Cernilov', 502611000, 159610700, 0),
(104893, 490, 58, 'Doudleby nad Orlici', 501074200, 162613100, 0),
(104894, 490, 58, 'Mostek', 504862300, 156962200, 0),
(104895, 490, 58, 'Pilnikov', 505324700, 158202000, 0),
(104896, 490, 58, 'Rudnik', 505951700, 157336200, 0),
(104897, 490, 58, 'Stara Paka', 505103200, 154944400, 0),
(104898, 490, 58, 'Stare Nechanice', 502429800, 156178700, 0),
(104899, 490, 58, 'Zadni Mostek', 504967000, 156980400, 0),
(104900, 491, 58, 'Benecko', 506663300, 155481600, 0),
(104901, 491, 58, 'Lucany nad Nisou', 507413600, 152204600, 0),
(104902, 491, 58, 'Mnisek', 508316300, 150563000, 0),
(104903, 491, 58, 'Ohrazenice', 505976500, 151259600, 0),
(104904, 491, 58, 'Smrzovka', 507382000, 152463900, 0),
(104905, 491, 58, 'Zakupy', 506847500, 146452200, 0),
(104906, 492, 58, 'Brezova', 497915800, 178655600, 0),
(104907, 492, 58, 'Celadna', 495487300, 183375900, 0),
(104908, 492, 58, 'Darkovice', 499359200, 182221300, 0),
(104909, 492, 58, 'Dolni Zivotice', 498973200, 177796900, 0),
(104910, 492, 58, 'Hodslavice', 495385600, 180236700, 0),
(104911, 492, 58, 'Horni Terlicko', 497517700, 184829000, 0),
(104912, 492, 58, 'Jesenik nad Odrou', 496119400, 179052600, 0),
(104913, 492, 58, 'Kuncice pod Ondrejnikem', 495507000, 182611300, 0),
(104914, 492, 58, 'Lucina', 497208200, 184477600, 0),
(104915, 492, 58, 'Mesto Albrechtice', 501629400, 175748100, 0),
(104916, 492, 58, 'Metylovice', 496066600, 183391100, 0),
(104917, 492, 58, 'Mokre Lazce', 499046200, 180295400, 0),
(104918, 492, 58, 'Morkov', 495368400, 180596800, 0),
(104919, 492, 58, 'Nydek', 496560900, 187568700, 0),
(104920, 492, 58, 'Ostravice', 495351000, 183916400, 0),
(104921, 492, 58, 'Petrovice u Karvine', 498958700, 185477900, 0),
(104922, 492, 58, 'Pist''', 499785700, 181934900, 0),
(104923, 492, 58, 'Prazmo', 496087600, 184861700, 0),
(104924, 492, 58, 'Pusta Polom', 498491700, 179979000, 0),
(104925, 492, 58, 'Sedliste', 497183600, 183686900, 0),
(104926, 492, 58, 'Stara Ves nad Ondrejnici', 497277500, 181885000, 0),
(104927, 492, 58, 'Stary Jicin', 495768600, 179616900, 0),
(104928, 492, 58, 'Stonava', 498169100, 185251800, 0),
(104929, 492, 58, 'Velke Hostice', 499360900, 179738000, 0),
(104930, 492, 58, 'Vendryne', 496666200, 187130700, 0),
(104931, 493, 58, 'Bila Lhota', 497095300, 169750700, 0),
(104932, 493, 58, 'Bludov', 499408000, 169284900, 0),
(104933, 493, 58, 'Bouzov', 497042600, 168928800, 0),
(104934, 493, 58, 'Brodek u Prerova', 494841900, 173382500, 0),
(104935, 493, 58, 'Celechovice na Hane', 495162600, 170937900, 0),
(104936, 493, 58, 'Ceska Ves', 502573600, 172280500, 0),
(104937, 493, 58, 'Dolany', 496498700, 173224000, 0),
(104938, 493, 58, 'Dolni Libina', 498582100, 171072900, 0),
(104939, 493, 58, 'Dolni Studenky', 499350600, 169710700, 0),
(104940, 493, 58, 'Dolni Ujezd', 495459700, 175354700, 0),
(104941, 493, 58, 'Doloplazy', 495687600, 174139300, 0),
(104942, 493, 58, 'Drevohostice', 494259400, 175920400, 0),
(104943, 493, 58, 'Dub nad Moravou', 494824900, 172772300, 0),
(104944, 493, 58, 'Dubicko', 498280600, 169626600, 0),
(104945, 493, 58, 'Grygov', 495384100, 173088700, 0),
(104946, 493, 58, 'Horni Stepanov', 495490100, 167907800, 0),
(104947, 493, 58, 'Lestina', 498687900, 169274800, 0),
(104948, 493, 58, 'Loucna nad Desnou', 500743300, 170905200, 0),
(104949, 493, 58, 'Majetin', 494980800, 173331400, 0),
(104950, 493, 58, 'Medlov', 497875400, 170626100, 0),
(104951, 493, 58, 'Mesto Libava', 497216200, 175201300, 0),
(104952, 493, 58, 'Mikulovice', 502985400, 173215500, 0),
(104953, 493, 58, 'Moravicany', 497569400, 169604200, 0),
(104954, 493, 58, 'Novy Malin', 499426200, 170319100, 0),
(104955, 493, 58, 'Otaslavice', 493883300, 170710800, 0),
(104956, 493, 58, 'Postrelmov', 499075600, 169122600, 0),
(104957, 493, 58, 'Potstat', 496369300, 176517400, 0),
(104958, 493, 58, 'Premyslovice', 495563700, 169558100, 0),
(104959, 493, 58, 'Radslavice', 494781700, 175165600, 0),
(104960, 493, 58, 'Rapotin', 500109400, 170312100, 0),
(104961, 493, 58, 'Senice na Hane', 496240100, 170857800, 0),
(104962, 493, 58, 'Sobotin', 500103900, 170912900, 0),
(104963, 493, 58, 'Stare Mesto', 501617400, 169473400, 0),
(104964, 493, 58, 'Stity', 499612200, 167657600, 0),
(104965, 493, 58, 'Sudkov', 499190300, 169451600, 0),
(104966, 493, 58, 'Tesetice', 495931700, 171260700, 0),
(104967, 493, 58, 'Tovacov', 494308300, 172879500, 0),
(104968, 493, 58, 'Trsice', 495423700, 174248300, 0),
(104969, 493, 58, 'Vrbatky', 495080500, 171999400, 0),
(104970, 494, 58, 'Brezova nad Svitavou', 496441800, 165179900, 0),
(104971, 494, 58, 'Brnenec', 496273500, 165220200, 0),
(104972, 494, 58, 'Bystre', 496284600, 163467900, 0),
(104973, 494, 58, 'Chroustovice', 499555300, 159914300, 0),
(104974, 494, 58, 'Dlouha Trebova', 499404000, 164232900, 0),
(104975, 494, 58, 'Dolni Cermna', 499795400, 165647500, 0),
(104976, 494, 58, 'Dolni Dobrouc', 499927300, 164976600, 0),
(104977, 494, 58, 'Dolni Roven', 500292700, 159677400, 0),
(104978, 494, 58, 'Dolni Ujezd', 498256200, 162546100, 0),
(104979, 494, 58, 'Horni Cermna', 499705300, 166077200, 0),
(104980, 494, 58, 'Horni Sloupnice', 499213800, 163394800, 0),
(104981, 494, 58, 'Jedlova', 496610000, 163060800, 0),
(104982, 494, 58, 'Krouna', 497724000, 160267400, 0),
(104983, 494, 58, 'Mestecko Trnavka', 497092600, 167274400, 0),
(104984, 494, 58, 'Osik', 498435500, 162846700, 0),
(104985, 494, 58, 'Sec', 498469400, 156564300, 0),
(104986, 495, 58, 'Chlumcany', 496325600, 133132300, 0),
(104987, 495, 58, 'Chotesov', 496540800, 132027100, 0),
(104988, 495, 58, 'Holoubkov', 497759800, 136924600, 0),
(104989, 495, 58, 'Hromnice', 498490700, 134414600, 0),
(104990, 495, 58, 'Klenci pod Cerchovem', 494348400, 128147300, 0),
(104991, 495, 58, 'Mecin', 494800900, 134028900, 0),
(104992, 495, 58, 'Mirosov', 496878200, 136580700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(104993, 495, 58, 'Osek', 497759400, 135906000, 0),
(104994, 495, 58, 'Planice', 493899300, 134710600, 0),
(104995, 495, 58, 'Postrekov', 494582700, 128067800, 0),
(104996, 496, 58, 'Bela pod Bezdezem', 505012100, 148041800, 0),
(104997, 496, 58, 'Brandysek', 501892300, 141619900, 0),
(104998, 496, 58, 'Breznice', 495576300, 139506300, 0),
(104999, 496, 58, 'Bysice', 503104400, 146113600, 0),
(105000, 496, 58, 'Cerhenice', 500712700, 150720300, 0),
(105001, 496, 58, 'Cervene Pecky', 499782200, 152085600, 0),
(105002, 496, 58, 'Cirkvice', 499456000, 153350500, 0),
(105003, 496, 58, 'Citov', 503722500, 143981300, 0),
(105004, 496, 58, 'Dolni Berkovice', 503931300, 144502400, 0),
(105005, 496, 58, 'Dolni Bousov', 504382500, 151281200, 0),
(105006, 496, 58, 'Klobuky', 502940100, 139874800, 0),
(105007, 496, 58, 'Knezmost', 504891700, 150382900, 0),
(105008, 496, 58, 'Krasna Hora nad Vltavou', 496046100, 142774200, 0),
(105009, 496, 58, 'Krinec', 502644900, 151378200, 0),
(105010, 496, 58, 'Lustenice', 503229600, 149366700, 0),
(105011, 496, 58, 'Luzec nad Vltavou', 503213800, 144002200, 0),
(105012, 496, 58, 'Milin', 496319200, 140460000, 0),
(105013, 496, 58, 'Naceradec', 496101800, 149063300, 0),
(105014, 496, 58, 'Ostromer', 503724600, 155494900, 0),
(105015, 496, 58, 'Pavlikov', 500559900, 137363600, 0),
(105016, 496, 58, 'Postupice', 497279800, 147772200, 0),
(105017, 496, 58, 'Stara Hut''', 497822500, 141973500, 0),
(105018, 496, 58, 'Stary Kolin', 500097700, 152938800, 0),
(105019, 496, 58, 'Velky Osek', 500986700, 151862900, 0),
(105020, 496, 58, 'Vrdy', 499215300, 154724300, 0),
(105021, 496, 58, 'Vsetaty', 502818700, 145929700, 0),
(105022, 496, 58, 'Zizelice', 501319200, 153932000, 0),
(105023, 496, 58, 'Zvole', 499346600, 144176900, 0),
(105024, 497, 58, 'Bechlin', 504161500, 143409200, 0),
(105025, 497, 58, 'Bilina Kyselka', 505500000, 137666700, 0),
(105026, 497, 58, 'Bohusovice nad Ohri', 504931600, 141504800, 0),
(105027, 497, 58, 'Chribska', 508607900, 144844400, 0),
(105028, 497, 58, 'Dolni Poustevna', 509825100, 142868400, 0),
(105029, 497, 58, 'Horni Jiretin', 505730900, 135471700, 0),
(105030, 497, 58, 'Jilove', 507608200, 141038300, 0),
(105031, 497, 58, 'Jirikov', 509951400, 145691000, 0),
(105032, 497, 58, 'Kryry', 501743700, 134266000, 0),
(105033, 497, 58, 'Lenesice', 503751600, 137659000, 0),
(105034, 497, 58, 'Libesice', 505688600, 142890600, 0),
(105035, 497, 58, 'Lom u Mostu', 505932800, 136572900, 0),
(105036, 497, 58, 'Mikulasovice', 509650700, 143636800, 0),
(105037, 497, 58, 'Obrnice', 505049800, 136954000, 0),
(105038, 497, 58, 'Perstejn', 503816600, 131102000, 0),
(105039, 497, 58, 'Stare Krecany', 509504400, 144961700, 0),
(105040, 497, 58, 'Velky Senov', 509907800, 143742800, 0),
(105041, 497, 58, 'Vernerice', 506611400, 143011400, 0),
(105042, 497, 58, 'Vroutek', 501799900, 133798600, 0),
(105043, 497, 58, 'Zabrusany', 506049500, 137874800, 0),
(105044, 498, 58, 'Bohdalov', 494792100, 158758200, 0),
(105045, 498, 58, 'Dobronin', 494783300, 156499200, 0),
(105046, 498, 58, 'Jimramov', 496371900, 162263200, 0),
(105047, 498, 58, 'Nove Syrovice', 490176300, 157734500, 0),
(105048, 498, 58, 'Pocatky', 492602000, 152402200, 0),
(105049, 498, 58, 'Starec', 491978300, 158279100, 0),
(105050, 498, 58, 'Stoky', 495024900, 155886300, 0),
(105051, 498, 58, 'Velky Beranov', 494050400, 156670000, 0),
(105052, 499, 58, 'Chvalcov', 493891800, 177114900, 0),
(105053, 499, 58, 'Dolni Becva', 494549800, 181941900, 0),
(105054, 499, 58, 'Host''alkova', 493546700, 178694400, 0),
(105055, 499, 58, 'Hvozdna', 492484800, 177516300, 0),
(105056, 499, 58, 'Karolinka', 493512800, 182400600, 0),
(105057, 499, 58, 'Kelc', 494784400, 178153300, 0),
(105058, 499, 58, 'Knezpole', 490985500, 175167100, 0),
(105059, 499, 58, 'Kvasice', 492422300, 174697400, 0),
(105060, 499, 58, 'Nedakonice', 490315900, 173814100, 0),
(105061, 499, 58, 'Novy Hrozenkov', 493369700, 181979300, 0),
(105062, 499, 58, 'Polesovice', 490339000, 173406400, 0),
(105063, 499, 58, 'Tlumacov', 492535100, 174955900, 0),
(105064, 499, 58, 'Traplice', 491308800, 174362200, 0),
(105065, 499, 58, 'Vidce', 494415100, 180947300, 0),
(105066, 499, 58, 'Zborovice', 492488900, 172846400, 0),
(105067, 499, 58, 'Zdounky', 492277100, 173189900, 0),
(105068, 499, 58, 'Zlechov', 490739600, 173793800, 0),
(105069, 500, 59, 'Blovstrod', 558703800, 123864000, 0),
(105070, 501, 59, 'Snejbjerg', 561387500, 88989600, 0),
(105071, 502, 59, 'Kas', 571977400, 96717300, 0),
(105072, 506, 60, 'Loyada', 114611100, 432527800, 0),
(105073, 3065, 61, 'Wesley', 155666700, -613166700, 0),
(105074, 3066, 61, 'Berekua', 152333300, -613166700, 0),
(105075, 510, 62, 'Pueblo Viejo', 184000000, -707676500, 0),
(105076, 511, 62, 'Villa Jaragua', 184907700, -714837700, 0),
(105077, 2802, 62, 'Loma de Cabrera', 194333300, -716000000, 0),
(105078, 514, 62, 'Agua Santa del Yuna', 191528200, -697797700, 0),
(105079, 514, 62, 'Pimentel', 191841600, -701088400, 0),
(105080, 514, 62, 'Villa Riva', 191806800, -699131900, 0),
(105081, 3067, 62, 'Miches', 189836400, -690476000, 0),
(105082, 3067, 62, 'Santa Cruz de El Seibo', 187655900, -690388600, 0),
(105083, 515, 62, 'Cayetano Germosen', 193441300, -704834200, 0),
(105084, 515, 62, 'Gaspar Hernandez', 196289000, -702811200, 0),
(105085, 515, 62, 'San Victor Arriba', 194774100, -705358500, 0),
(105086, 515, 62, 'Veragua Arriba', 195833300, -703333300, 0),
(105087, 2803, 62, 'Duverge', 183783900, -715246900, 0),
(105088, 519, 62, 'Constanza', 189091900, -707449900, 0),
(105089, 519, 62, 'Jima Abajo', 191329200, -703760700, 0),
(105090, 519, 62, 'Rincon', 191193800, -704063200, 0),
(105091, 519, 62, 'Rio Verde Arriba', 193158300, -705664300, 0),
(105092, 520, 62, 'El Factor', 193183400, -698882700, 0),
(105093, 520, 62, 'La Entrada', 195536700, -699076200, 0),
(105094, 521, 62, 'Juan Adrian', 187636500, -703373200, 0),
(105095, 521, 62, 'Sabana del Puerto', 190666700, -704166700, 0),
(105096, 3068, 62, 'San Fernando de Monte Cristi', 198666700, -716500000, 0),
(105097, 523, 62, 'Matanzas', 182333300, -704166700, 0),
(105098, 523, 62, 'Nizao', 182500000, -702000000, 0),
(105099, 524, 62, 'Villa Isabela', 198228800, -710564100, 0),
(105100, 2804, 62, 'Salsipuedes', 194055200, -703798500, 0),
(105101, 2804, 62, 'Villa Tapia', 193008400, -704219900, 0),
(105102, 526, 62, 'Cambita Garabitos', 184533000, -701978000, 0),
(105103, 529, 62, 'Fantino', 191214800, -702997200, 0),
(105104, 530, 62, 'Baitoa', 193251200, -707035700, 0),
(105105, 530, 62, 'Licey al Medio', 194333300, -706000000, 0),
(105106, 530, 62, 'Palmar Arriba', 195395700, -707382600, 0),
(105107, 530, 62, 'Pedro Garcia', 195920200, -706525600, 0),
(105108, 530, 62, 'Sabana Iglesia', 193211400, -707599200, 0),
(105109, 530, 62, 'San Jose de Las Matas', 193391500, -709381900, 0),
(105110, 530, 62, 'Villa Bisono', 195637800, -708758200, 0),
(105111, 532, 62, 'La Caya', 196998100, -711208400, 0),
(105112, 538, 63, 'San Miguel de Salcedo', -10333300, -785666700, 0),
(105113, 540, 63, 'San Lorenzo de Esmeraldas', 12883300, -788369400, 0),
(105114, 542, 63, 'Coronel Marcelino Mariduena', -22000000, -794166700, 0),
(105115, 542, 63, 'Lomas de Sargentillo', -18833300, -800833300, 0),
(105116, 543, 63, 'Pimampiro', 4000000, -779666700, 0),
(105117, 545, 63, 'Montalvo', -18000000, -793333300, 0),
(105118, 545, 63, 'Palenque', -14500000, -797333300, 0),
(105119, 545, 63, 'Ventanas', -14500000, -794666700, 0),
(105120, 554, 64, 'Hawsh ''Isa', 309128000, 302901800, 0),
(105121, 555, 64, 'Ibshaway', 293580400, 306814200, 0),
(105122, 556, 64, 'Qutur', 309722500, 309561400, 0),
(105123, 560, 64, 'Al Bajur', 304302600, 310368100, 0),
(105124, 560, 64, 'Quwaysina', 305648200, 311577700, 0),
(105125, 561, 64, 'Dayr Mawas', 276417600, 308466200, 0),
(105126, 561, 64, 'Mallawi', 277314000, 308416500, 0),
(105127, 561, 64, 'Matay', 284189900, 307792400, 0),
(105128, 566, 64, 'Hihya', 306713000, 315880100, 0),
(105129, 567, 64, 'Idfu', 249802800, 328747200, 0),
(105130, 568, 64, 'Abnub', 272696000, 311510500, 0),
(105131, 2809, 65, 'Atiquizaya', 139769400, -897525000, 0),
(105132, 2809, 65, 'Guaymango', 137502800, -898422200, 0),
(105133, 580, 65, 'Suchitoto', 139380600, -890277800, 0),
(105134, 2811, 65, 'San Pedro Masahuat', 135436100, -890386100, 0),
(105135, 582, 65, 'Intipuca', 131969400, -880544400, 0),
(105136, 582, 65, 'Pasaquina', 135844400, -878411100, 0),
(105137, 582, 65, 'San Alejo', 134313900, -879630600, 0),
(105138, 583, 65, 'Cacaopera', 137666700, -880833300, 0),
(105139, 583, 65, 'Guatajiagua', 136666700, -882000000, 0),
(105140, 584, 65, 'Chapeltique', 136333300, -882666700, 0),
(105141, 584, 65, 'Chirilagua', 132202800, -881386100, 0),
(105142, 584, 65, 'El Transito', 133500000, -883500000, 0),
(105143, 584, 65, 'Moncagua', 135333300, -882500000, 0),
(105144, 584, 65, 'Nueva Guadalupe', 135333300, -883500000, 0),
(105145, 584, 65, 'Sesori', 137166700, -883666700, 0),
(105146, 588, 65, 'Juayua', 138413900, -897455600, 0),
(105147, 588, 65, 'San Antonio del Monte', 137163900, -897383300, 0),
(105148, 588, 65, 'Sonzacate', 137341700, -897147200, 0),
(105149, 589, 65, 'Santa Elena', 133833300, -884166700, 0),
(105150, 600, 68, 'Audru', 584086100, 243738900, 0),
(105151, 600, 68, 'Sindi', 584005600, 246675000, 0),
(105152, 602, 68, 'Jarvakandi', 587788900, 248258300, 0),
(105153, 602, 68, 'Kehtna', 589302800, 248780600, 0),
(105154, 604, 68, 'Noo', 582755600, 265375000, 0),
(105155, 604, 68, 'Puhja', 583419400, 263147200, 0),
(105156, 606, 68, 'Abja-Paluoja', 581252800, 253497200, 0),
(105157, 609, 69, 'Debre Mark''os', 103500000, 377333300, 0),
(105158, 611, 69, 'Bedele', 84560000, 363530200, 0),
(105159, 611, 69, 'Ginir', 71333300, 407000000, 0),
(105160, 611, 69, 'Hagere Hiywet', 89833300, 378500000, 0),
(105161, 611, 69, 'Mega', 40500000, 383000000, 0),
(105162, 611, 69, 'Ziway', 79333300, 387166700, 0),
(105163, 2816, 69, 'Inda Silase', 141030700, 382828900, 0),
(105164, 612, 69, 'Boditi', 69666700, 378666700, 0),
(105165, 621, 73, 'Halsua', 634666700, 241666700, 0),
(105166, 621, 73, 'Ullava', 637063600, 238918500, 0),
(105167, 622, 73, 'Loimaan Kunta', 608728300, 229851200, 0),
(105168, 622, 73, 'Mietoinen', 606333300, 219333300, 0),
(105169, 626, 73, 'Pyhaselka', 624333300, 299666700, 0),
(105170, 628, 73, 'Maaninka', 631552300, 272993900, 0),
(105171, 629, 73, 'Replot', 632288200, 214169100, 0),
(105172, 630, 73, 'Auttoinen', 612990100, 250888700, 0),
(105173, 631, 73, 'Kiikoinen', 614538500, 225769900, 0),
(105174, 631, 73, 'Mouhijarvi', 615000000, 230166700, 0),
(105175, 631, 73, 'Suodenniemi', 615581000, 227852600, 0),
(105176, 638, 74, 'Balschwiller', 476694000, 71692000, 0),
(105177, 638, 74, 'Battenheim', 478200700, 73830300, 0),
(105178, 638, 74, 'Bernardswiller', 484520800, 74617100, 0),
(105179, 638, 74, 'Bitschwiller-les-Thann', 478286300, 70806600, 0),
(105180, 638, 74, 'Blodelsheim', 478841100, 75367800, 0),
(105181, 638, 74, 'Butten', 489717000, 72219000, 0),
(105182, 638, 74, 'Dingsheim', 486305300, 76693200, 0),
(105183, 638, 74, 'Eschentzwiller', 477125300, 73980600, 0),
(105184, 638, 74, 'Freland', 481721500, 71916700, 0),
(105185, 638, 74, 'Furchhausen', 487189000, 74389000, 0),
(105186, 638, 74, 'Geudertheim', 487241500, 77518800, 0),
(105187, 638, 74, 'Gresswiller', 485354200, 74325100, 0),
(105188, 638, 74, 'Hangenbieten', 485598500, 76146400, 0),
(105189, 638, 74, 'Harskirchen', 489328000, 70400000, 0),
(105190, 638, 74, 'Hartmannswiller', 478628000, 72164000, 0),
(105191, 638, 74, 'Helfrantzkirch', 476083000, 74169000, 0),
(105192, 638, 74, 'Herrlisheim-pres-Colmar', 480183500, 73266800, 0),
(105193, 638, 74, 'Hochstatt', 477034300, 72758400, 0),
(105194, 638, 74, 'Innenheim', 484965900, 75743900, 0),
(105195, 638, 74, 'Kintzheim', 482548000, 73949100, 0),
(105196, 638, 74, 'Kruth', 479307900, 69647500, 0),
(105197, 638, 74, 'Leymen', 474952200, 74842600, 0),
(105198, 638, 74, 'Montreux-Vieux', 476206000, 70233000, 0),
(105199, 638, 74, 'Mothern', 489331000, 81547000, 0),
(105200, 638, 74, 'Muntzenheim', 481031000, 74744000, 0),
(105201, 638, 74, 'Oberbruck', 478100000, 69433000, 0),
(105202, 638, 74, 'Pfulgriesheim', 486440300, 76708600, 0),
(105203, 638, 74, 'Raedersheim', 478889500, 72822200, 0),
(105204, 638, 74, 'Saint-Blaise-la-Roche', 484047000, 71625000, 0),
(105205, 638, 74, 'Sainte-Croix-en-Plaine', 480087600, 73855600, 0),
(105206, 638, 74, 'Schwindratzheim', 487558200, 75989800, 0),
(105207, 638, 74, 'Seebach', 489711000, 79892000, 0),
(105208, 638, 74, 'Soultzeren', 480621300, 71021400, 0),
(105209, 638, 74, 'Tagsdorf', 476222000, 73022000, 0),
(105210, 638, 74, 'Vieux-Thann', 478034700, 71206800, 0),
(105211, 638, 74, 'Wangenbourg-Engenthal', 486280500, 73047100, 0),
(105212, 638, 74, 'Weislingen', 489200000, 72525000, 0),
(105213, 639, 74, 'Aire-sur-l''Adour', 437000000, -2600000, 0),
(105214, 639, 74, 'Allemans-du-Dropt', 446278000, 2900000, 0),
(105215, 639, 74, 'Assat', 432500000, -3000000, 0),
(105216, 639, 74, 'Asson', 431500000, -2500000, 0),
(105217, 639, 74, 'Aubagnan', 436681000, -4875000, 0),
(105218, 639, 74, 'Banos', 437375000, -6219000, 0),
(105219, 639, 74, 'Beaumont-du-Perigord', 447666200, 7691600, 0),
(105220, 639, 74, 'Beaupuy', 445354900, 1490000, 0),
(105221, 639, 74, 'Bosdarros', 432166700, -3666700, 0),
(105222, 639, 74, 'Braud-et-Saint-Louis', 452470300, -6243800, 0),
(105223, 639, 74, 'Cabanac-et-Villagrains', 446000000, -5500000, 0),
(105224, 639, 74, 'Carignan-de-Bordeaux', 448000000, -4833300, 0),
(105225, 639, 74, 'Carlux', 448847000, 13542000, 0),
(105226, 639, 74, 'Castelnau-Chalosse', 436653000, -8428000, 0),
(105227, 639, 74, 'Caudecoste', 441178000, 7375000, 0),
(105228, 639, 74, 'Cezac', 450901900, -4196300, 0),
(105229, 639, 74, 'Cissac-Medoc', 452278000, -8300000, 0),
(105230, 639, 74, 'Coursac', 451288100, 6391900, 0),
(105231, 639, 74, 'Eugenie-les-Bains', 436969000, -3772000, 0),
(105232, 639, 74, 'Eyvigues-et-Eybenes', 449333300, 13500000, 0),
(105233, 639, 74, 'Fontet', 445597000, -297000, 0),
(105234, 639, 74, 'Gailleres', 439414000, -3717000, 0),
(105235, 639, 74, 'Habas', 435718000, -9297600, 0),
(105236, 639, 74, 'Hostens', 444942000, -6381000, 0),
(105237, 639, 74, 'La Bachellerie', 451467000, 11542000, 0),
(105238, 639, 74, 'La Bastide-Clairence', 434284000, -12552000, 0),
(105239, 639, 74, 'La Roche-Chalais', 451500000, 166700, 0),
(105240, 639, 74, 'La Sauvetat-sur-Lede', 444700000, 7308000, 0),
(105241, 639, 74, 'Lahourcade', 433553000, -6161000, 0),
(105242, 639, 74, 'Le Buisson-de-Cadouin', 448461000, 9103000, 0),
(105243, 639, 74, 'Le Fieu', 450603000, -325000, 0),
(105244, 639, 74, 'Lembras', 448843100, 5265700, 0),
(105245, 639, 74, 'Menesplet', 450166700, 1166700, 0),
(105246, 639, 74, 'Mensignac', 452250600, 5621400, 0),
(105247, 639, 74, 'Mirepeix', 431833300, -2500000, 0),
(105248, 639, 74, 'Mouliets-et-Villemartin', 448333300, -166700, 0),
(105249, 639, 74, 'Pessac-sur-Dordogne', 448217000, 794000, 0),
(105250, 639, 74, 'Piegut-Pluviers', 456229800, 6901300, 0),
(105251, 639, 74, 'Poey-de-Lescar', 433500000, -4666700, 0),
(105252, 639, 74, 'Pontenx-les-Forges', 442413400, -11209500, 0),
(105253, 639, 74, 'Pontonx-sur-l''Adour', 437889000, -9250000, 0),
(105254, 639, 74, 'Puymirol', 441878000, 7983000, 0),
(105255, 639, 74, 'Queyrac', 453631000, -9769000, 0),
(105256, 639, 74, 'Razac-sur-l''Isle', 451647000, 6006000, 0),
(105257, 639, 74, 'Rions', 446637800, -3511400, 0),
(105258, 639, 74, 'Saint-Andre-de-Seignanx', 435580000, -13518300, 0),
(105259, 639, 74, 'Saint-Andre-et-Appelles', 448200000, 1950000, 0),
(105260, 639, 74, 'Saint-Aubin-de-Blaye', 452689000, -5597000, 0),
(105261, 639, 74, 'Saint-Avit-Senieur', 447756000, 8172000, 0),
(105262, 639, 74, 'Saint-Christoly-de-Blaye', 451317800, -5076000, 0),
(105263, 639, 74, 'Saint-Christophe-des-Bardes', 448969000, -1217000, 0),
(105264, 639, 74, 'Saint-Geours-d''Auribat', 437575000, -8372000, 0),
(105265, 639, 74, 'Saint-Germain-du-Salembre', 451389000, 4506000, 0),
(105266, 639, 74, 'Saint-Hilaire', 445333300, 7166700, 0),
(105267, 639, 74, 'Saint-Jean-de-Marsacq', 436272000, -12578000, 0),
(105268, 639, 74, 'Saint-Lon-les-Mines', 436150000, -11253000, 0),
(105269, 639, 74, 'Saint-Martin-Lacaussade', 451463100, -6431000, 0),
(105270, 639, 74, 'Saint-Meard-de-Drone', 452500000, 4228000, 0),
(105271, 639, 74, 'Saint-Medard-d''Eyrans', 447167000, -5167000, 0),
(105272, 639, 74, 'Saint-Pandelon', 436706000, -10375000, 0),
(105273, 639, 74, 'Saint-Pardon-de-Conques', 445550000, -1800000, 0),
(105274, 639, 74, 'Saint-Pardoux-la-Riviere', 454938800, 7465100, 0),
(105275, 639, 74, 'Saint-Pierre-du-Mont', 438845300, -5218500, 0),
(105276, 639, 74, 'Saint-Seurin-sur-l''Isle', 450166700, 0, 0),
(105277, 639, 74, 'Saint-Sulpice-de-Faleyrens', 448666700, -1833300, 0),
(105278, 639, 74, 'Saint-Vivien-de-Medoc', 454311000, -10344000, 0),
(105279, 639, 74, 'Sainte-Colombe-en-Bruilhois', 441782200, 5157200, 0),
(105280, 639, 74, 'Sainte-Helene', 449666700, -8833300, 0),
(105281, 639, 74, 'Saubion', 436714000, -13482200, 0),
(105282, 639, 74, 'Sauternes', 445328000, -3414000, 0),
(105283, 639, 74, 'Sevignacq-Meyracq', 431142000, -4108000, 0),
(105284, 639, 74, 'Soussans', 450561900, -6991600, 0),
(105285, 639, 74, 'Tocane-Saint-Apre', 452540400, 4968200, 0),
(105286, 639, 74, 'Urt', 434900900, -12974400, 0),
(105287, 639, 74, 'Verteillac', 453481000, 3669000, 0),
(105288, 639, 74, 'Villandraut', 444583000, -3711000, 0),
(105289, 639, 74, 'Villegouge', 449666700, -3000000, 0),
(105290, 639, 74, 'Virelade', 446669000, -3806000, 0),
(105291, 640, 74, 'Aubazat', 451400000, 34400000, 0),
(105292, 640, 74, 'Beaulon', 466017800, 36726200, 0),
(105293, 640, 74, 'Beaumont', 457512300, 30835500, 0),
(105294, 640, 74, 'Begues', 461283000, 31567000, 0),
(105295, 640, 74, 'Bourbon-l''Archambault', 465842000, 30572000, 0),
(105296, 640, 74, 'Brout-Vernet', 461875600, 32732400, 0),
(105297, 640, 74, 'Brugheas', 460769800, 33675400, 0),
(105298, 640, 74, 'Chanonat', 456929900, 30935100, 0),
(105299, 640, 74, 'Chauriat', 457515200, 32794600, 0),
(105300, 640, 74, 'Dallet', 457703900, 32390600, 0),
(105301, 640, 74, 'Escoutoux', 458207500, 35641500, 0),
(105302, 640, 74, 'Espaly-Saint-Marcel', 450479000, 38655700, 0),
(105303, 640, 74, 'Le Breuil-sur-Couze', 454688600, 32634400, 0),
(105304, 640, 74, 'Le Cheix', 459592000, 31742000, 0),
(105305, 640, 74, 'Les Ancizes-Comps', 459253500, 28107400, 0),
(105306, 640, 74, 'Les Martres-d''Artiere', 458358000, 32619000, 0),
(105307, 640, 74, 'Malintrat', 458144600, 31871800, 0),
(105308, 640, 74, 'Mazet-Saint-Voy', 450478800, 42449900, 0),
(105309, 640, 74, 'Montfaucon-en-Velay', 451856100, 43137600, 0),
(105310, 640, 74, 'Montvicq', 463208000, 28222000, 0),
(105311, 640, 74, 'Neris-les-Bains', 462868800, 26586900, 0),
(105312, 640, 74, 'Saint-Georges-sur-Allier', 457109300, 32429600, 0),
(105313, 640, 74, 'Saint-Martin-Valmeroux', 451183000, 24258000, 0),
(105314, 640, 74, 'Saint-Maurice-de-Lignon', 452243100, 41391100, 0),
(105315, 640, 74, 'Saint-Paul-des-Landes', 449441600, 23142000, 0),
(105316, 640, 74, 'Saint-Saturnin', 456594500, 30901900, 0),
(105317, 640, 74, 'Sauvagnat-Sainte-Marthe', 455900000, 32110000, 0),
(105318, 640, 74, 'Vallon-en-Sully', 465367600, 26082800, 0),
(105319, 641, 74, 'Acqueville', 496103000, -17481000, 0),
(105320, 641, 74, 'Bagnoles-de-l''Orne', 485497000, -4236000, 0),
(105321, 641, 74, 'Barneville-Plage', 493678600, -17651200, 0),
(105322, 641, 74, 'Cahagnes', 490663100, -7686900, 0),
(105323, 641, 74, 'Cambes-en-Plaine', 492316100, -3854000, 0),
(105324, 641, 74, 'Caumont-l''Evente', 490911000, -8039000, 0),
(105325, 641, 74, 'Cerisy-la-Salle', 490262200, -12828300, 0),
(105326, 641, 74, 'Colleville-Montgomery', 492752800, -3005200, 0),
(105327, 641, 74, 'Conde-sur-Vire', 490500000, -10333300, 0),
(105328, 641, 74, 'Couterne', 485131800, -4153800, 0),
(105329, 641, 74, 'Cresserons', 492870100, -3556900, 0),
(105330, 641, 74, 'Cuverville', 491899800, -2647400, 0),
(105331, 641, 74, 'Digosville', 496310400, -15262700, 0),
(105332, 641, 74, 'Drubec', 492614000, 1089000, 0),
(105333, 641, 74, 'Ducey', 486184200, -12905200, 0),
(105334, 641, 74, 'Equemauville', 493940600, 2076000, 0),
(105335, 641, 74, 'Fermanville', 496867300, -14628400, 0),
(105336, 641, 74, 'Hauteville-sur-Mer', 489769000, -15386000, 0),
(105337, 641, 74, 'Herouvillette', 492213000, -2434800, 0),
(105338, 641, 74, 'La Ferriere-aux-Etangs', 486622700, -5195500, 0),
(105339, 641, 74, 'La Meauffe', 491764300, -11111900, 0),
(105340, 641, 74, 'Langrune-sur-Mer', 493234600, -3734600, 0),
(105341, 641, 74, 'Le Beny-Bocage', 489378000, -8381000, 0),
(105342, 641, 74, 'Le Theil-Bocage', 488833300, -7166700, 0),
(105343, 641, 74, 'Lison', 492422000, -10367000, 0),
(105344, 641, 74, 'Mauves-sur-Huisne', 484500000, 6211000, 0),
(105345, 641, 74, 'Mery-Corbon', 491358000, -825000, 0),
(105346, 641, 74, 'Saint-Come-de-Fresne', 493350000, -6050000, 0),
(105347, 641, 74, 'Saint-Desir', 491405600, 2139800, 0),
(105348, 641, 74, 'Saint-Martin-aux-Chartrains', 493083000, 1550000, 0),
(105349, 641, 74, 'Saint-Martin-de-Bienfaite-la-Cressonniere', 490461000, 3631000, 0),
(105350, 641, 74, 'Saint-Martin-de-Fontenay', 491152300, -3739100, 0),
(105351, 641, 74, 'Saint-Martin-des-Champs', 486684100, -13339300, 0),
(105352, 641, 74, 'Saint-Sauveur-la-Pommeraye', 488469000, -14439000, 0),
(105353, 641, 74, 'Saint-Sylvain', 490562400, -2175800, 0),
(105354, 641, 74, 'Sainte-Mere-Eglise', 494100000, -13172600, 0),
(105355, 641, 74, 'Sommervieu', 492942000, -6464000, 0),
(105356, 641, 74, 'Tour-en-Bessin', 492975000, -7781000, 0),
(105357, 641, 74, 'Urville-Nacqueville', 496744400, -17366400, 0),
(105358, 642, 74, 'Bassou', 479247000, 35161000, 0),
(105359, 642, 74, 'Belleneuve', 473622400, 52639300, 0),
(105360, 642, 74, 'Binges', 473300000, 52681000, 0),
(105361, 642, 74, 'Brannay', 482311000, 31183000, 0),
(105362, 642, 74, 'Cercy-la-Tour', 468620300, 36465200, 0),
(105363, 642, 74, 'Cerisiers', 481342000, 34856000, 0),
(105364, 642, 74, 'Champvallon', 479353000, 33461000, 0),
(105365, 642, 74, 'Clesse', 464172000, 48156000, 0),
(105366, 642, 74, 'Corcelles-les-Monts', 472953000, 49392000, 0),
(105367, 642, 74, 'Corgoloin', 470847000, 49153000, 0),
(105368, 642, 74, 'Coulanges-les-Nevers', 470050900, 31875600, 0),
(105369, 642, 74, 'Coulmier-le-Sec', 477508000, 44936000, 0),
(105370, 642, 74, 'Cussy-les-Forges', 474708000, 40272000, 0),
(105371, 642, 74, 'Daix', 473508100, 50005200, 0),
(105372, 642, 74, 'Dixmont', 480836000, 34144000, 0),
(105373, 642, 74, 'Farges-les-Chalon', 468342000, 48069000, 0),
(105374, 642, 74, 'Flogny-la-Chapelle', 479500000, 38666700, 0),
(105375, 642, 74, 'Hurigny', 463472200, 47967600, 0),
(105376, 642, 74, 'Izier', 472825000, 51917000, 0),
(105377, 642, 74, 'L''Isle-sur-Serein', 475883000, 40053000, 0),
(105378, 642, 74, 'Laroche-Saint-Cydroine', 479680100, 34846700, 0),
(105379, 642, 74, 'Lezinnes', 478017000, 40886000, 0),
(105380, 642, 74, 'Lucenay-les-Aix', 467027400, 34830800, 0),
(105381, 642, 74, 'Mailly-la-Ville', 476000000, 36819000, 0),
(105382, 642, 74, 'Marcilly-sur-Tille', 475170000, 51297900, 0),
(105383, 642, 74, 'Marmagne', 468366600, 43589200, 0),
(105384, 642, 74, 'Messigny-et-Vantoux', 474066600, 50171500, 0),
(105385, 642, 74, 'Mesvres', 468631000, 42425000, 0),
(105386, 642, 74, 'Montcenis', 467878500, 43873800, 0),
(105387, 642, 74, 'Montenoison', 472164000, 34278000, 0),
(105388, 642, 74, 'Nanton', 466206000, 48169000, 0),
(105389, 642, 74, 'Neuvy-Sautour', 480419000, 37947200, 0),
(105390, 642, 74, 'Nod-sur-Seine', 477672000, 45731000, 0),
(105391, 642, 74, 'Ouroux-sur-Saone', 467214700, 49526200, 0),
(105392, 642, 74, 'Palinges', 465535700, 42196400, 0),
(105393, 642, 74, 'Pasques', 473672000, 48631000, 0),
(105394, 642, 74, 'Perceneige', 483536000, 34083000, 0),
(105395, 642, 74, 'Perrecy-les-Forges', 466145200, 42138000, 0),
(105396, 642, 74, 'Perrigny-les-Dijon', 472664800, 50062800, 0),
(105397, 642, 74, 'Pierre-de-Bresse', 468833300, 52500000, 0),
(105398, 642, 74, 'Puligny-Montrachet', 469460000, 47530000, 0),
(105399, 642, 74, 'Sagy', 466012900, 53104500, 0),
(105400, 642, 74, 'Saint-Desert', 467550000, 47097000, 0),
(105401, 642, 74, 'Saint-Gengoux-le-National', 466147600, 46626100, 0),
(105402, 642, 74, 'Saint-Jean-de-Losne', 471024700, 52655600, 0),
(105403, 642, 74, 'Saint-Parize-le-Chatel', 468544700, 31826700, 0),
(105404, 642, 74, 'Saint-Sauveur-en-Puisaye', 476192000, 31978000, 0),
(105405, 642, 74, 'Saint-Seine-en-Bache', 471208000, 53717000, 0),
(105406, 642, 74, 'Saint-Yan', 464114700, 40387600, 0),
(105407, 642, 74, 'Sassenay', 468307400, 49252300, 0),
(105408, 642, 74, 'Tart-le-Bas', 472058000, 52250000, 0),
(105409, 642, 74, 'Til-Chatel', 475186000, 51753000, 0),
(105410, 642, 74, 'Toulon-sur-Arroux', 466934500, 41386900, 0),
(105411, 642, 74, 'Treclun', 471911000, 52919000, 0),
(105412, 642, 74, 'Urzy', 470487700, 32029400, 0),
(105413, 642, 74, 'Val-de-Mercy', 476767000, 35894000, 0),
(105414, 642, 74, 'Varennes-Saint-Sauveur', 464822600, 52434900, 0),
(105415, 642, 74, 'Virey-le-Grand', 468333300, 48666700, 0),
(105416, 643, 74, 'Arzano', 479013600, -34403200, 0),
(105417, 643, 74, 'Bais', 480095900, -12898300, 0),
(105418, 643, 74, 'Belle-Isle-en-Terre', 485447800, -33950000, 0),
(105419, 643, 74, 'Bille', 482886000, -12450000, 0),
(105420, 643, 74, 'Bourbriac', 484738400, -31875800, 0),
(105421, 643, 74, 'Branderion', 477941200, -31947400, 0),
(105422, 643, 74, 'Brehand', 484033300, -25741200, 0),
(105423, 643, 74, 'Brusvily', 483914000, -21258000, 0),
(105424, 643, 74, 'Calorguen', 484105000, -20275000, 0),
(105425, 643, 74, 'Chateauneuf-d''Ille-et-Vilaine', 485619000, -19286000, 0),
(105426, 643, 74, 'Chevaigne', 482115300, -16293400, 0),
(105427, 643, 74, 'Cleguerec', 481257800, -30716200, 0),
(105428, 643, 74, 'Coesmes', 478832500, -14407400, 0),
(105429, 643, 74, 'Cohiniac', 484616000, -29475000, 0),
(105430, 643, 74, 'Dineault', 482192200, -41641100, 0),
(105431, 643, 74, 'Epiniac', 485000000, -17000000, 0),
(105432, 643, 74, 'Erce-en-Lamee', 478304800, -15586700, 0),
(105433, 643, 74, 'Esquibien', 480250600, -45613900, 0),
(105434, 643, 74, 'Goudelin', 486037500, -30184200, 0),
(105435, 643, 74, 'Guignen', 479200900, -18616100, 0),
(105436, 643, 74, 'Guipel', 482993700, -17186600, 0),
(105437, 643, 74, 'Guisseny', 486329200, -44088400, 0),
(105438, 643, 74, 'Henanbihen', 485607200, -23760200, 0),
(105439, 643, 74, 'Hopital-Camfrout', 483278900, -42415500, 0),
(105440, 643, 74, 'Inguiniel', 479765800, -32807200, 0),
(105441, 643, 74, 'Irvillac', 483701100, -42122200, 0),
(105442, 643, 74, 'Kermoroc''h', 486225000, -32053000, 0),
(105443, 643, 74, 'Kernilis', 485707500, -44180000, 0),
(105444, 643, 74, 'La Chapelle-Janson', 483477500, -11020900, 0),
(105445, 643, 74, 'La Dominelais', 477622900, -16881900, 0),
(105446, 643, 74, 'La Meaugon', 484993300, -28385000, 0),
(105447, 643, 74, 'Lampaul-Plouarzel', 484472700, -47604500, 0),
(105448, 643, 74, 'Landehen', 484302200, -25400000, 0),
(105449, 643, 74, 'Langoat', 487506100, -32812100, 0),
(105450, 643, 74, 'Langonnet', 481051100, -34935600, 0),
(105451, 643, 74, 'Lanvenegen', 479981100, -35413400, 0),
(105452, 643, 74, 'Lassy', 479782900, -18719000, 0),
(105453, 643, 74, 'Le Drennec', 485347500, -43700800, 0),
(105454, 643, 74, 'Le Tour-du-Parc', 475267000, -26442000, 0),
(105455, 643, 74, 'Le Trevoux', 478947800, -36408000, 0),
(105456, 643, 74, 'Livre-sur-Changeon', 482193700, -13443800, 0),
(105457, 643, 74, 'Locmiquelic', 477249900, -33415300, 0),
(105458, 643, 74, 'Logonna-Daoulas', 483230800, -42967500, 0),
(105459, 643, 74, 'Louannec', 487942300, -34120000, 0),
(105460, 643, 74, 'Louvigne-de-Bais', 480489800, -13309100, 0),
(105461, 643, 74, 'Mauron', 480825700, -22847700, 0),
(105462, 643, 74, 'Montreuil-sur-Ille', 483078800, -16688000, 0),
(105463, 643, 74, 'Peillac', 477139100, -22197100, 0),
(105464, 643, 74, 'Penestin', 474822600, -24727500, 0),
(105465, 643, 74, 'Plaine-Haute', 484444200, -28541600, 0),
(105466, 643, 74, 'Pleine-Fougeres', 485330800, -15653400, 0),
(105467, 643, 74, 'Plerguer', 485267600, -18476900, 0),
(105468, 643, 74, 'Ploemel', 476515300, -30703000, 0),
(105469, 643, 74, 'Ploezal', 487153400, -32033300, 0),
(105470, 643, 74, 'Plogastel-Saint-Germain', 479833300, -42666700, 0),
(105471, 643, 74, 'Plogonnec', 480833300, -41833300, 0),
(105472, 643, 74, 'Plomodiern', 481833300, -42333300, 0),
(105473, 643, 74, 'Plouasne', 483008100, -20069800, 0),
(105474, 643, 74, 'Plougasnou', 487000000, -38000000, 0),
(105475, 643, 74, 'Plougourvest', 485500000, -40833300, 0),
(105476, 643, 74, 'Plouguin', 485333300, -46000000, 0),
(105477, 643, 74, 'Plouider', 486166700, -43000000, 0),
(105478, 643, 74, 'Plourhan', 486314000, -28703000, 0),
(105479, 643, 74, 'Plourin-les-Morlaix', 485333300, -37833300, 0),
(105480, 643, 74, 'Plumergat', 477413400, -29150100, 0),
(105481, 643, 74, 'Plumieux', 481030300, -25838200, 0),
(105482, 643, 74, 'Poce-les-Bois', 481162600, -12516800, 0),
(105483, 643, 74, 'Pommerit-le-Vicomte', 486198900, -30900000, 0),
(105484, 643, 74, 'Pouldergat', 480500000, -43333300, 0),
(105485, 643, 74, 'Poullaouen', 483333300, -36500000, 0),
(105486, 643, 74, 'Priziac', 480666700, -34166700, 0),
(105487, 643, 74, 'Querrien', 479666700, -35333300, 0),
(105488, 643, 74, 'Renac', 477203000, -19750000, 0),
(105489, 643, 74, 'Roscanvel', 483152000, -45493700, 0),
(105490, 643, 74, 'Rospez', 487294000, -33836400, 0),
(105491, 643, 74, 'Roz-Landrieux', 485433600, -18158600, 0),
(105492, 643, 74, 'Saint-Broladre', 485867700, -16576800, 0),
(105493, 643, 74, 'Saint-Domineuc', 483719100, -18754400, 0),
(105494, 643, 74, 'Saint-Gildas-de-Rhuys', 475006000, -28382500, 0),
(105495, 643, 74, 'Saint-Jacut-les-Pins', 476858100, -22151400, 0),
(105496, 643, 74, 'Saint-Marc-le-Blanc', 483649800, -14093800, 0),
(105497, 643, 74, 'Saint-Ouen-des-Alleux', 483280500, -14259000, 0),
(105498, 643, 74, 'Saint-Perreux', 476695200, -21080900, 0),
(105499, 643, 74, 'Saint-Pierre-de-Plesguen', 484463800, -19127800, 0),
(105500, 643, 74, 'Saint-Senoux', 479055200, -17881900, 0),
(105501, 643, 74, 'Saint-Vincent-sur-Oust', 477001000, -21465700, 0),
(105502, 643, 74, 'Talensac', 481084700, -19282900, 0),
(105503, 643, 74, 'Taupont', 479596100, -24393300, 0),
(105504, 643, 74, 'Telgruc-sur-Mer', 482333300, -43500000, 0),
(105505, 643, 74, 'Thourie', 478550000, -14797000, 0),
(105506, 643, 74, 'Tresboeuf', 478833300, -15500000, 0),
(105507, 644, 74, 'Arrou', 480976800, 11285100, 0),
(105508, 644, 74, 'Ascheres-le-Marche', 481100800, 20072600, 0),
(105509, 644, 74, 'Authon-du-Perche', 481961600, 8918900, 0),
(105510, 644, 74, 'Azay-le-Ferron', 468509700, 10708400, 0),
(105511, 644, 74, 'Bazoches-les-Hautes', 481586000, 18089000, 0),
(105512, 644, 74, 'Beaulieu-les-Loches', 471252600, 10158500, 0),
(105513, 644, 74, 'Beaumont-la-Ronce', 475694800, 6701700, 0),
(105514, 644, 74, 'Bercheres-Saint-Germain', 485369000, 14800000, 0),
(105515, 644, 74, 'Bercheres-sur-Vesgre', 488419000, 15414000, 0),
(105516, 644, 74, 'Briantes', 465586000, 20233000, 0),
(105517, 644, 74, 'Brinon-sur-Sauldre', 475660000, 22564700, 0),
(105518, 644, 74, 'Champrond-en-Gatine', 484031000, 10764000, 0),
(105519, 644, 74, 'Changy-les-Bois', 478579300, 26854300, 0),
(105520, 644, 74, 'Chateauneuf-sur-Cher', 468577800, 23171000, 0),
(105521, 644, 74, 'Chatillon-Coligny', 478226600, 28456300, 0),
(105522, 644, 74, 'Cheille', 472611400, 4055300, 0),
(105523, 644, 74, 'Chevillon-sur-Huillard', 479619700, 26260100, 0),
(105524, 644, 74, 'Chitenay', 474975300, 13713900, 0),
(105525, 644, 74, 'Clere-les-Pins', 474255000, 3896300, 0),
(105526, 644, 74, 'Cours-les-Barres', 470251300, 30316700, 0),
(105527, 644, 74, 'Crecy-Couve', 486697000, 12822000, 0),
(105528, 644, 74, 'Cuffy', 469627500, 30523800, 0),
(105529, 644, 74, 'Droue', 480402300, 10753400, 0),
(105530, 644, 74, 'Dry', 477961200, 17133000, 0),
(105531, 644, 74, 'Engenville', 482389000, 22467000, 0),
(105532, 644, 74, 'Jars', 473961000, 26836000, 0),
(105533, 644, 74, 'La Bazoche-Gouet', 481398600, 9816300, 0),
(105534, 644, 74, 'La Chapelle-du-Noyer', 480319100, 13095300, 0),
(105535, 644, 74, 'La Chapelle-sur-Loire', 472506300, 2188700, 0),
(105536, 644, 74, 'La Croix-en-Touraine', 473403100, 9902400, 0),
(105537, 644, 74, 'Laons', 487044000, 11769000, 0),
(105538, 644, 74, 'Le Grand-Pressigny', 469201700, 8038000, 0),
(105539, 644, 74, 'Limeray', 474603000, 10425000, 0),
(105540, 644, 74, 'Lourouer-Saint-Laurent', 466242000, 20136000, 0),
(105541, 644, 74, 'Lunery', 469356900, 22689500, 0),
(105542, 644, 74, 'Luray', 487203500, 13988900, 0),
(105543, 644, 74, 'Manthelan', 471363200, 7931900, 0),
(105544, 644, 74, 'Menestreau-en-Villette', 476996200, 20233300, 0),
(105545, 644, 74, 'Montcresson', 479056100, 28079600, 0),
(105546, 644, 74, 'Monteaux', 474867000, 11142000, 0),
(105547, 644, 74, 'Montlivault', 476398700, 14448600, 0),
(105548, 644, 74, 'Morancez', 484005100, 14938800, 0),
(105549, 644, 74, 'Niherne', 468276800, 15638400, 0),
(105550, 644, 74, 'Noizay', 474218800, 8920100, 0),
(105551, 644, 74, 'Noyers-sur-Cher', 472770100, 14032000, 0),
(105552, 644, 74, 'Outarville', 482139300, 20219800, 0),
(105553, 644, 74, 'Pernay', 474444000, 5003000, 0),
(105554, 644, 74, 'Plaimpied-Givaudins', 469980000, 24542800, 0),
(105555, 644, 74, 'Poce-sur-Cisse', 474433000, 9914200, 0),
(105556, 644, 74, 'Poilly-lez-Gien', 476772400, 25974300, 0),
(105557, 644, 74, 'Quiers-sur-Bezonde', 479961500, 24414100, 0),
(105558, 644, 74, 'Reignac-sur-Indre', 472266200, 9158700, 0),
(105559, 644, 74, 'Reugny', 474820800, 8846800, 0),
(105560, 644, 74, 'Rigny-Usse', 472531000, 3000000, 0),
(105561, 644, 74, 'Rouvray-Saint-Florentin', 482586000, 15683000, 0),
(105562, 644, 74, 'Saint-Branchs', 472265500, 7730600, 0),
(105563, 644, 74, 'Saint-Christophe-sur-le-Nais', 476172000, 4780100, 0),
(105564, 644, 74, 'Saint-Denis-de-l''Hotel', 478742000, 21308000, 0),
(105565, 644, 74, 'Saint-Denis-sur-Loire', 476258000, 13872000, 0),
(105566, 644, 74, 'Saint-Dye-sur-Loire', 476559500, 14884700, 0),
(105567, 644, 74, 'Saint-Eloy-de-Gy', 471555200, 23426700, 0),
(105568, 644, 74, 'Saint-Epain', 471448200, 5366800, 0),
(105569, 644, 74, 'Saint-Etienne-de-Chigny', 473833300, 5333300, 0),
(105570, 644, 74, 'Saint-Georges-sur-Cher', 473299600, 11326100, 0),
(105571, 644, 74, 'Saint-Georges-sur-Moulon', 471911000, 24233000, 0),
(105572, 644, 74, 'Saint-Marcel', 466019300, 15132400, 0),
(105573, 644, 74, 'Saint-Martin-le-Beau', 473556600, 9095300, 0),
(105574, 644, 74, 'Saint-Maurice-sur-Fessard', 479923100, 26215700, 0),
(105575, 644, 74, 'Saint-Pere-sur-Loire', 477666700, 23666700, 0),
(105576, 644, 74, 'Saint-Prest', 484910700, 15303400, 0),
(105577, 644, 74, 'Saint-Remy-sur-Avre', 487614200, 12453200, 0),
(105578, 644, 74, 'Saint-Romain-sur-Cher', 473187700, 13995600, 0),
(105579, 644, 74, 'Sarge-sur-Braye', 479235200, 8534000, 0),
(105580, 644, 74, 'Savigny-en-Sancerre', 474414200, 28095300, 0),
(105581, 644, 74, 'Suevres', 476665500, 14615300, 0),
(105582, 644, 74, 'Trigueres', 479397500, 29857000, 0),
(105583, 644, 74, 'Verneuil-sur-Indre', 470569000, 10428000, 0),
(105584, 644, 74, 'Vernou-sur-Brenne', 474193600, 8475800, 0),
(105585, 644, 74, 'Vert-en-Drouais', 487602800, 12946000, 0),
(105586, 644, 74, 'Villedieu-sur-Indre', 468459800, 15397500, 0),
(105587, 644, 74, 'Villiers-sur-Loir', 478050700, 9977400, 0),
(105588, 644, 74, 'Vimory', 479478600, 26870100, 0),
(105589, 644, 74, 'Vitry-aux-Loges', 479333300, 22666700, 0),
(105590, 645, 74, 'Avenay-Val-d''Or', 490700000, 40467000, 0),
(105591, 645, 74, 'Bassuet', 487983000, 46683000, 0),
(105592, 645, 74, 'Berru', 492725000, 41525000, 0),
(105593, 645, 74, 'Bologne', 482000400, 51420900, 0),
(105594, 645, 74, 'Chaintrix-Bierges', 489025000, 41075000, 0),
(105595, 645, 74, 'Compertrix', 489417900, 43463100, 0),
(105596, 645, 74, 'Ervy-le-Chatel', 480411600, 39098800, 0),
(105597, 645, 74, 'Haybes', 500045800, 47049600, 0),
(105598, 645, 74, 'Jeugny', 481317000, 40372000, 0),
(105599, 645, 74, 'Laferte-sur-Amance', 478339000, 56972000, 0),
(105600, 645, 74, 'Lagery', 492103000, 37458000, 0),
(105601, 645, 74, 'Le Chatelet-sur-Retourne', 494175000, 42792000, 0),
(105602, 645, 74, 'Lonny', 498164000, 45883000, 0),
(105603, 645, 74, 'Mairy-sur-Marne', 488831000, 44100000, 0),
(105604, 645, 74, 'Marcilly-sur-Seine', 485575000, 37100000, 0),
(105605, 645, 74, 'Marigny-le-Chatel', 484029100, 37358800, 0),
(105606, 645, 74, 'Maubert-Fontaine', 498686000, 44294000, 0),
(105607, 645, 74, 'Montcy-Notre-Dame', 497750700, 47424500, 0),
(105608, 645, 74, 'Neufmanil', 498109600, 47967300, 0),
(105609, 645, 74, 'Neuilly-l''Eveque', 479175000, 54414000, 0),
(105610, 645, 74, 'Pargny-les-Reims', 492203000, 39269000, 0),
(105611, 645, 74, 'Pogny', 488589000, 44833000, 0),
(105612, 645, 74, 'Pouru-Saint-Remy', 496833300, 50833300, 0),
(105613, 645, 74, 'Rilly-la-Montagne', 491655200, 40456800, 0),
(105614, 645, 74, 'Saint-Germain-la-Ville', 488839000, 44469000, 0),
(105615, 645, 74, 'Saint-Just-Sauvage', 485547800, 37844900, 0),
(105616, 645, 74, 'Sault-les-Rethel', 494998000, 43622700, 0),
(105617, 645, 74, 'Thibie', 489303000, 42164000, 0),
(105618, 645, 74, 'Troissy', 490817000, 37106000, 0),
(105619, 645, 74, 'Vaux-sur-Blaise', 484719000, 49717000, 0),
(105620, 645, 74, 'Verzenay', 491591800, 41454300, 0),
(105621, 646, 74, 'Appietto', 420145400, 87678900, 0),
(105622, 646, 74, 'Santa-Lucia-di-Moriani', 423821200, 95224200, 0),
(105623, 646, 74, 'Santa-Maria-di-Lota', 427478300, 94320200, 0),
(105624, 646, 74, 'Sari-Solenzara', 418351900, 93747000, 0),
(105625, 646, 74, 'Venzolasca', 424850000, 94572000, 0),
(105626, 647, 74, 'Abergement-la-Ronce', 470708000, 53697000, 0),
(105627, 647, 74, 'Aillevillers-et-Lyaumont', 479203300, 63377500, 0),
(105628, 647, 74, 'Arc-les-Gray', 474570100, 55854700, 0),
(105629, 647, 74, 'Baudoncourt', 477786000, 63461000, 0),
(105630, 647, 74, 'Bois-d''Amont', 465364000, 61397000, 0),
(105631, 647, 74, 'Bourguignon', 474142000, 67806000, 0),
(105632, 647, 74, 'Chalonvillars', 476405600, 67840700, 0),
(105633, 647, 74, 'Champvans', 471046600, 54376000, 0),
(105634, 647, 74, 'Chenebier', 476422000, 67194000, 0),
(105635, 647, 74, 'Crancot', 466869000, 56606000, 0),
(105636, 647, 74, 'Damparis', 470755600, 54139800, 0),
(105637, 647, 74, 'Etueffont', 477197000, 69225000, 0),
(105638, 647, 74, 'Fontaine-les-Luxeuil', 478559200, 63348200, 0),
(105639, 647, 74, 'Frotey-les-Vesoul', 476207800, 61883100, 0),
(105640, 647, 74, 'Gevingey', 466375000, 55069000, 0),
(105641, 647, 74, 'Grand''Combe-Chateleu', 470269000, 65706000, 0),
(105642, 647, 74, 'Grandvelle-et-le-Perrenot', 475097000, 59961000, 0),
(105643, 647, 74, 'Joncherey', 475261600, 70015800, 0),
(105644, 647, 74, 'Le Russey', 471605500, 67291200, 0),
(105645, 647, 74, 'Montbenoit', 469936000, 64628000, 0),
(105646, 647, 74, 'Montenois', 474922200, 66656100, 0),
(105647, 647, 74, 'Montmirey-le-Chateau', 472244000, 55353000, 0),
(105648, 647, 74, 'Noidans-les-Vesoul', 476129900, 61257100, 0),
(105649, 647, 74, 'Pierrefontaine-les-Varans', 472160100, 65403000, 0),
(105650, 647, 74, 'Pugey', 471853000, 59914000, 0),
(105651, 647, 74, 'Raddon-et-Chapendu', 478425000, 64719000, 0),
(105652, 647, 74, 'Roye', 476699500, 65413900, 0),
(105653, 647, 74, 'Salins-les-Bains', 469466300, 58776300, 0),
(105654, 647, 74, 'Scey-sur-Saone-et-Saint-Albin', 476639800, 59745100, 0),
(105655, 647, 74, 'Sellieres', 468286000, 55642000, 0),
(105656, 647, 74, 'Tarcenay', 471569000, 61131000, 0),
(105657, 647, 74, 'Vercel-Villedieu-le-Camp', 471831800, 64008200, 0),
(105658, 647, 74, 'Villette-les-Dole', 470489000, 54953000, 0),
(105659, 648, 74, 'Allouville-Bellefosse', 496241000, 6770000, 0),
(105660, 648, 74, 'Bezu-Saint-Eloi', 492952400, 17040400, 0),
(105661, 648, 74, 'Bouquetot', 493639000, 7831000, 0),
(105662, 648, 74, 'Ecrainville', 496494300, 3248800, 0),
(105663, 648, 74, 'Eslettes', 495482000, 10551500, 0),
(105664, 648, 74, 'Fauville-en-Caux', 496525700, 5919700, 0),
(105665, 648, 74, 'Fontaine-Bellenger', 491864000, 12619000, 0),
(105666, 648, 74, 'Fontaine-le-Bourg', 495645100, 11639100, 0),
(105667, 648, 74, 'Francheville', 487864700, 8496200, 0),
(105668, 648, 74, 'Gonfreville-Caillot', 496528000, 4414000, 0),
(105669, 648, 74, 'Grainville-la-Teinturiere', 497477300, 6404800, 0),
(105670, 648, 74, 'Henouville', 494789000, 9636700, 0),
(105671, 648, 74, 'Hericourt-en-Caux', 496978000, 6989000, 0),
(105672, 648, 74, 'Heudreville-sur-Eure', 491408900, 11881300, 0),
(105673, 648, 74, 'Jumieges', 494332400, 8191800, 0),
(105674, 648, 74, 'La Bonneville-sur-Iton', 489936000, 10367000, 0),
(105675, 648, 74, 'La Ferriere-sur-Risle', 489789000, 7867000, 0),
(105676, 648, 74, 'La Mailleraye-sur-Seine', 494830800, 7703000, 0),
(105677, 648, 74, 'Le Mesnil-Reaume', 499725000, 14464000, 0),
(105678, 648, 74, 'Lyons-la-Foret', 494003000, 14769000, 0),
(105679, 648, 74, 'Maneglise', 495657800, 2557200, 0),
(105680, 648, 74, 'Mesnil-sur-l''Estree', 487728000, 13022000, 0),
(105681, 648, 74, 'Montfort-sur-Risle', 492961000, 6656000, 0),
(105682, 648, 74, 'Neville', 498247200, 7086200, 0),
(105683, 648, 74, 'Nolleval', 494947000, 14822000, 0),
(105684, 648, 74, 'Poses', 493053900, 12435300, 0),
(105685, 648, 74, 'Quillebeuf-sur-Seine', 494693400, 5279300, 0),
(105686, 648, 74, 'Saint-Antoine-la-Foret', 495381000, 4725000, 0),
(105687, 648, 74, 'Saint-Aubin-Routot', 495234100, 3260200, 0),
(105688, 648, 74, 'Saint-Aubin-les-Elbeuf', 493036000, 10105600, 0),
(105689, 648, 74, 'Saint-Aubin-sur-Scie', 498716200, 10682300, 0),
(105690, 648, 74, 'Saint-Eustache-la-Foret', 495513700, 4559900, 0),
(105691, 648, 74, 'Saint-Georges-Motel', 487936000, 13675000, 0),
(105692, 648, 74, 'Saint-Germain-Village', 493490800, 5033200, 0),
(105693, 648, 74, 'Saint-Just', 491085200, 14410100, 0),
(105694, 648, 74, 'Saint-Martin-Osmonville', 496387200, 12995200, 0),
(105695, 648, 74, 'Saint-Nicolas-de-la-Taille', 495108500, 4740500, 0),
(105696, 648, 74, 'Saint-Pierre-des-Fleurs', 492500000, 9666700, 0),
(105697, 648, 74, 'Saint-Pierre-les-Elbeuf', 492790100, 10430500, 0),
(105698, 648, 74, 'Saint-Valery-en-Caux', 498666700, 7333300, 0),
(105699, 648, 74, 'Saint-Vincent-Cramesnil', 495050000, 3628000, 0),
(105700, 648, 74, 'Sainte-Colombe-la-Commanderie', 491044000, 9372000, 0),
(105701, 648, 74, 'Sainte-Marguerite-sur-Duclair', 495085200, 8436200, 0),
(105702, 648, 74, 'Tourville-sur-Arques', 498592600, 11023800, 0),
(105703, 648, 74, 'Toutainville', 493647400, 4653800, 0),
(105704, 648, 74, 'Varengeville-sur-Mer', 499047500, 9948000, 0),
(105705, 648, 74, 'Veules-les-Roses', 498742000, 8003000, 0),
(105706, 649, 74, 'Andilly', 490093500, 23024000, 0),
(105707, 649, 74, 'Attainville', 490577900, 23449700, 0),
(105708, 649, 74, 'Auvers-Saint-Georges', 484927600, 22204500, 0),
(105709, 649, 74, 'Barbey', 483650000, 30569000, 0),
(105710, 649, 74, 'Baulne', 484930300, 23623000, 0),
(105711, 649, 74, 'Bazemont', 489272600, 18665100, 0),
(105712, 649, 74, 'Boissettes', 485214000, 26106000, 0),
(105713, 649, 74, 'Butry-sur-Oise', 490883600, 21991600, 0),
(105714, 649, 74, 'Chatenay-sur-Seine', 484183900, 30947400, 0),
(105715, 649, 74, 'Chennevieres-les-Louvres', 490450000, 25517000, 0),
(105716, 649, 74, 'Chevru', 487333000, 32000000, 0),
(105717, 649, 74, 'Clairefontaine-en-Yvelines', 486131000, 19086000, 0),
(105718, 649, 74, 'Conde-Sainte-Libiaire', 488969500, 28390400, 0),
(105719, 649, 74, 'Conde-sur-Vesgre', 487419900, 16606900, 0),
(105720, 649, 74, 'Couilly-Pont-aux-Dames', 488847300, 28567700, 0),
(105721, 649, 74, 'D''Huison-Longueville', 484579000, 23220000, 0),
(105722, 649, 74, 'Ennery', 490750500, 21059900, 0),
(105723, 649, 74, 'Forfry', 490574000, 28479000, 0),
(105724, 649, 74, 'Gometz-le-Chatel', 486783700, 21379200, 0),
(105725, 649, 74, 'Herme', 484827000, 33468000, 0),
(105726, 649, 74, 'Issou', 489899400, 17929200, 0),
(105727, 649, 74, 'La Chapelle-Gauthier', 485494700, 28977600, 0),
(105728, 649, 74, 'La Chapelle-sur-Crecy', 488586200, 29345500, 0),
(105729, 649, 74, 'La Roche-Guyon', 490822000, 16303000, 0),
(105730, 649, 74, 'Le Pin', 489152300, 26284100, 0),
(105731, 649, 74, 'Le Val-Saint-Germain', 485660100, 20647100, 0),
(105732, 649, 74, 'Les Alluets-le-Roi', 489137900, 19181000, 0),
(105733, 649, 74, 'Les Molieres', 486730600, 20695900, 0),
(105734, 649, 74, 'Leudeville', 485659000, 23267600, 0),
(105735, 649, 74, 'Lumigny-Nesles-Ormeaux', 487333300, 29500000, 0),
(105736, 649, 74, 'Maison-Rouge', 485594000, 31514000, 0),
(105737, 649, 74, 'Marles-en-Brie', 487278400, 28800300, 0),
(105738, 649, 74, 'Mezy-sur-Seine', 490000000, 18833300, 0),
(105739, 649, 74, 'Montcourt-Fromonville', 483067200, 27046000, 0),
(105740, 649, 74, 'Montfort-l''Amaury', 487778000, 18100000, 0),
(105741, 649, 74, 'Montigny-Lencoup', 484516200, 30650300, 0),
(105742, 649, 74, 'Nainville-les-Roches', 485047000, 24929000, 0),
(105743, 649, 74, 'Neufmoutiers-en-Brie', 487688200, 28315600, 0),
(105744, 649, 74, 'Oissery', 490704700, 28181900, 0),
(105745, 649, 74, 'Presles-en-Brie', 487152700, 27411200, 0),
(105746, 649, 74, 'Puiseux-en-France', 490555200, 25003500, 0),
(105747, 649, 74, 'Sailly', 490408000, 18008000, 0),
(105748, 649, 74, 'Saint-Clair-sur-Epte', 492081000, 16803000, 0),
(105749, 649, 74, 'Saint-Germain-sur-Morin', 488825700, 28512700, 0),
(105750, 649, 74, 'Saint-Sauveur-sur-Ecole', 484975000, 25471100, 0),
(105751, 649, 74, 'Sivry-Courtry', 485286000, 27558000, 0),
(105752, 649, 74, 'Soignolles-en-Brie', 486535000, 26996800, 0),
(105753, 649, 74, 'Villeneuve-Saint-Denis', 488153000, 27942000, 0),
(105754, 649, 74, 'Villiers-Saint-Georges', 486499800, 34075400, 0),
(105755, 649, 74, 'Voisenon', 485717000, 26648000, 0),
(105756, 649, 74, 'Voulangis', 488525200, 28955800, 0),
(105757, 650, 74, 'Aubord', 437582700, 43110500, 0),
(105758, 650, 74, 'Belveze-du-Razes', 431258000, 20958000, 0),
(105759, 650, 74, 'Bize-Minervois', 433165600, 28713400, 0),
(105760, 650, 74, 'Boucoiran-et-Nozieres', 439961000, 41861000, 0),
(105761, 650, 74, 'Castelnau-de-Guers', 434339800, 34370800, 0),
(105762, 650, 74, 'Clarensac', 438253600, 42204700, 0),
(105763, 650, 74, 'Colombieres-sur-Orb', 435811000, 30106000, 0),
(105764, 650, 74, 'Colombiers', 433142400, 31394700, 0),
(105765, 650, 74, 'Corbere-les-Cabanes', 426592000, 26767000, 0),
(105766, 650, 74, 'Corneilhan', 433995700, 31914700, 0),
(105767, 650, 74, 'Creissan', 433752400, 30119600, 0),
(105768, 650, 74, 'Espira-de-l''Agly', 427781000, 28364000, 0),
(105769, 650, 74, 'Espondeilhan', 434411000, 32631000, 0),
(105770, 650, 74, 'Estagel', 427731400, 26966500, 0),
(105771, 650, 74, 'Ferrals-les-Corbieres', 431500000, 27333300, 0),
(105772, 650, 74, 'Fleury', 432309500, 31374500, 0),
(105773, 650, 74, 'Galargues', 437714000, 40219000, 0),
(105774, 650, 74, 'La Calmette', 439228300, 42661700, 0),
(105775, 650, 74, 'Labastide-d''Anjou', 433475000, 18522000, 0),
(105776, 650, 74, 'Le Cailar', 436792300, 42357600, 0),
(105777, 650, 74, 'Le Poujol-sur-Orb', 435791900, 30615600, 0),
(105778, 650, 74, 'Lecques', 438378000, 40639000, 0),
(105779, 650, 74, 'Les Mages', 442286200, 41694600, 0),
(105780, 650, 74, 'Molieres-sur-Ceze', 442598900, 41583600, 0),
(105781, 650, 74, 'Mons', 441148000, 41732500, 0),
(105782, 650, 74, 'Montescot', 426069200, 29331800, 0),
(105783, 650, 74, 'Montolieu', 433100000, 22158000, 0),
(105784, 650, 74, 'Moux', 431814000, 26522000, 0),
(105785, 650, 74, 'Nages-et-Solorgues', 437901000, 42302700, 0),
(105786, 650, 74, 'Nevian', 432123800, 29028600, 0),
(105787, 650, 74, 'Olette', 425561000, 22706000, 0),
(105788, 650, 74, 'Ornaisons', 431804000, 28368900, 0),
(105789, 650, 74, 'Paraza', 432506000, 28322000, 0),
(105790, 650, 74, 'Pomerols', 433913900, 34994400, 0),
(105791, 650, 74, 'Puicheric', 432238000, 26245500, 0),
(105792, 650, 74, 'Reiners', 424770200, 27068000, 0),
(105793, 650, 74, 'Ria-Sirach', 426166700, 24000000, 0),
(105794, 650, 74, 'Roullens', 431658000, 22731000, 0),
(105795, 650, 74, 'Saint-Amans', 432278000, 18872000, 0),
(105796, 650, 74, 'Saint-Andre-de-Roquepertuis', 442414000, 44567000, 0),
(105797, 650, 74, 'Saint-Bres', 436674200, 40310500, 0),
(105798, 650, 74, 'Saint-Chely-d''Apcher', 448039000, 32760000, 0),
(105799, 650, 74, 'Saint-Feliu-d''Avall', 426825000, 27392000, 0),
(105800, 650, 74, 'Saint-Florent-sur-Auzonnet', 442403200, 41125200, 0),
(105801, 650, 74, 'Saint-Genies-de-Comolas', 440661700, 47215700, 0),
(105802, 650, 74, 'Saint-Genies-des-Mourgues', 436978000, 40361000, 0),
(105803, 650, 74, 'Saint-Hippolyte', 427855000, 29662000, 0),
(105804, 650, 74, 'Saint-Jean-de-Maruejols-et-Avejan', 442581000, 42942000, 0),
(105805, 650, 74, 'Saint-Julien-de-Peyrolas', 442883700, 45650700, 0),
(105806, 650, 74, 'Saint-Nazaire', 426679000, 29916800, 0),
(105807, 650, 74, 'Saint-Nazaire-d''Aude', 432453000, 28947000, 0),
(105808, 650, 74, 'Saint-Pons-de-Thomieres', 434833300, 27666700, 0),
(105809, 650, 74, 'Saint-Privat-des-Vieux', 441441500, 41298800, 0),
(105810, 650, 74, 'Sant Genis de Fontanes', 425432500, 29206000, 0),
(105811, 650, 74, 'Sauteyrargues', 438397000, 39197000, 0),
(105812, 650, 74, 'Soupex', 433794000, 18961000, 0),
(105813, 650, 74, 'Sumene', 439805700, 37157400, 0),
(105814, 650, 74, 'Vernet-les-Bains', 425483400, 23871700, 0),
(105815, 650, 74, 'Vestric-et-Candiac', 437406200, 42591400, 0),
(105816, 650, 74, 'Vilallonga dels Monts', 425255700, 29043400, 0),
(105817, 650, 74, 'Villedaigne', 432161000, 28608000, 0),
(105818, 650, 74, 'Villemoustaussou', 432518600, 23655200, 0),
(105819, 650, 74, 'Villeneuve-la-Riviere', 426936600, 28029400, 0),
(105820, 650, 74, 'Villeneuve-les-Beziers', 433151700, 32805900, 0),
(105821, 650, 74, 'Vinca', 426448600, 25283000, 0),
(105822, 650, 74, 'la Roca d''Albera', 425213000, 29337400, 0),
(105823, 651, 74, 'Bugeat', 455975600, 19288700, 0),
(105824, 651, 74, 'Bussiere-Galant', 456270200, 10364000, 0),
(105825, 651, 74, 'Chamboulive', 454329000, 17041500, 0),
(105826, 651, 74, 'Compreignac', 459916200, 12756100, 0),
(105827, 651, 74, 'Cussac', 457066600, 8512400, 0),
(105828, 651, 74, 'Evaux-les-Bains', 461734600, 24846300, 0),
(105829, 651, 74, 'Ladignac-le-Long', 455825600, 11135900, 0),
(105830, 651, 74, 'Magnac-Laval', 462151400, 11672400, 0),
(105831, 651, 74, 'Mansac', 451687000, 13834100, 0),
(105832, 651, 74, 'Oradour-sur-Vayres', 457328600, 8645700, 0),
(105833, 651, 74, 'Peyrat-de-Bellac', 461408700, 10366100, 0),
(105834, 651, 74, 'Saint-Gence', 459219800, 11372600, 0),
(105835, 651, 74, 'Saint-Mathieu', 457067400, 7590800, 0),
(105836, 651, 74, 'Saint-Pantaleon-de-Larche', 451413800, 14460800, 0),
(105837, 651, 74, 'Saint-Priest-sous-Aixe', 458166700, 11000000, 0),
(105838, 651, 74, 'Saint-Privat', 451385700, 20986900, 0),
(105839, 651, 74, 'Sainte-Fereole', 452280600, 15827800, 0),
(105840, 651, 74, 'Solignac', 457552800, 12756300, 0),
(105841, 651, 74, 'Verneuil-sur-Vienne', 458552400, 11013300, 0),
(105842, 651, 74, 'Vigeois', 453801400, 15163500, 0),
(105843, 652, 74, 'Altviller', 490733000, 67333000, 0),
(105844, 652, 74, 'Ambly-sur-Meuse', 490200000, 54433000, 0),
(105845, 652, 74, 'Aydoilles', 482102600, 65738900, 0),
(105846, 652, 74, 'Badonviller', 484978000, 68943700, 0),
(105847, 652, 74, 'Belleville', 488190200, 61010800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(105848, 652, 74, 'Bettborn', 488017000, 70222000, 0),
(105849, 652, 74, 'Blenod-les-Pont-a-Mousson', 488848700, 60484400, 0),
(105850, 652, 74, 'Boulange', 493809300, 59523100, 0),
(105851, 652, 74, 'Bourdonnay', 487203000, 67297000, 0),
(105852, 652, 74, 'Bruley', 487081000, 58508000, 0),
(105853, 652, 74, 'Cerville', 486972000, 63136000, 0),
(105854, 652, 74, 'Chaligny', 486240600, 60833300, 0),
(105855, 652, 74, 'Charency-Vezin', 494836000, 55117000, 0),
(105856, 652, 74, 'Cocheren', 491460400, 68558000, 0),
(105857, 652, 74, 'Corny-sur-Moselle', 490349700, 60597100, 0),
(105858, 652, 74, 'Crusnes', 494335900, 59153600, 0),
(105859, 652, 74, 'Doncourt-les-Conflans', 491436000, 59338200, 0),
(105860, 652, 74, 'Dugny-sur-Meuse', 491095300, 53855000, 0),
(105861, 652, 74, 'Etzling', 491785600, 69613800, 0),
(105862, 652, 74, 'Farschviller', 490942400, 68953400, 0),
(105863, 652, 74, 'Fey', 490306000, 60978000, 0),
(105864, 652, 74, 'Gomelange', 492428000, 64708000, 0),
(105865, 652, 74, 'Gravelotte', 491106000, 60306000, 0),
(105866, 652, 74, 'Insming', 489567000, 68750000, 0),
(105867, 652, 74, 'Jouy-aux-Arches', 490630800, 60802300, 0),
(105868, 652, 74, 'Lagney', 487336000, 58403000, 0),
(105869, 652, 74, 'Landres', 493207500, 58057800, 0),
(105870, 652, 74, 'Le Menil', 479047700, 67820900, 0),
(105871, 652, 74, 'Le Val-d''Ajol', 479258000, 64836000, 0),
(105872, 652, 74, 'Lemberg', 490027800, 73797600, 0),
(105873, 652, 74, 'Lerouville', 487926100, 55406300, 0),
(105874, 652, 74, 'Leyr', 488039000, 62658000, 0),
(105875, 652, 74, 'Longeville-les-Metz', 491127700, 61353000, 0),
(105876, 652, 74, 'Lutzelbourg', 487353000, 72519000, 0),
(105877, 652, 74, 'Mangiennes', 493578000, 55269000, 0),
(105878, 652, 74, 'Mars-la-Tour', 490997000, 58867000, 0),
(105879, 652, 74, 'Mazerulles', 487597000, 63822000, 0),
(105880, 652, 74, 'Mercy-le-Bas', 493830200, 57504400, 0),
(105881, 652, 74, 'Montbronn', 489939200, 73105800, 0),
(105882, 652, 74, 'Monthureux-le-Sec', 481719000, 60261000, 0),
(105883, 652, 74, 'Moutiers', 492336900, 59649800, 0),
(105884, 652, 74, 'Neufgrange', 490760200, 70580600, 0),
(105885, 652, 74, 'Noviant-aux-Pres', 488411000, 58828000, 0),
(105886, 652, 74, 'Pierrepont', 494161400, 57140000, 0),
(105887, 652, 74, 'Pierrevillers', 492242000, 61019700, 0),
(105888, 652, 74, 'Plombieres-les-Bains', 479633700, 64575800, 0),
(105889, 652, 74, 'Pont-Saint-Vincent', 486029800, 60994200, 0),
(105890, 652, 74, 'Provencheres-les-Darney', 481293000, 59575000, 0),
(105891, 652, 74, 'Pulligny', 485422200, 61421900, 0),
(105892, 652, 74, 'Raon-aux-Bois', 480568600, 65209800, 0),
(105893, 652, 74, 'Remering-les-Puttelange', 490361000, 69403000, 0),
(105894, 652, 74, 'Rochonvillers', 494147000, 60289000, 0),
(105895, 652, 74, 'Rurange-les-Thionville', 492771100, 62313900, 0),
(105896, 652, 74, 'Russange', 494830800, 59523900, 0),
(105897, 652, 74, 'Saint-Leonard', 482163800, 69435500, 0),
(105898, 652, 74, 'Sarreinsming', 490896600, 71095800, 0),
(105899, 652, 74, 'Teting-sur-Nied', 490500000, 66666700, 0),
(105900, 652, 74, 'Tressange', 494053800, 59813800, 0),
(105901, 652, 74, 'Vannes-le-Chatel', 485467000, 57803000, 0),
(105902, 652, 74, 'Vic-sur-Seille', 487820400, 65308100, 0),
(105903, 652, 74, 'Villey-Saint-Etienne', 487313600, 59784100, 0),
(105904, 652, 74, 'Volstroff', 493115600, 62600800, 0),
(105905, 653, 74, 'Aubiet', 436463100, 7844200, 0),
(105906, 653, 74, 'Auzielle', 435416500, 15657400, 0),
(105907, 653, 74, 'Blars', 445669000, 17206000, 0),
(105908, 653, 74, 'Borderes-sur-l''Echez', 432600000, 500000, 0),
(105909, 653, 74, 'Bordes-de-Riviere', 431078000, 6342000, 0),
(105910, 653, 74, 'Bragayrac', 434831000, 10706000, 0),
(105911, 653, 74, 'Castelnau-d''Auzan', 439490000, 860000, 0),
(105912, 653, 74, 'Castelnau-d''Estretefonds', 437836700, 13590400, 0),
(105913, 653, 74, 'Corbarieu', 439441500, 13688200, 0),
(105914, 653, 74, 'Duravel', 445172000, 10806000, 0),
(105915, 653, 74, 'Entraygues-sur-Truyere', 446460600, 25674500, 0),
(105916, 653, 74, 'Felzins', 446050000, 21358000, 0),
(105917, 653, 74, 'Grazac', 433125000, 14561000, 0),
(105918, 653, 74, 'Labastide-Saint-Georges', 436996200, 18458500, 0),
(105919, 653, 74, 'Lafitte-Vigordane', 433006000, 11639000, 0),
(105920, 653, 74, 'Lamagistere', 441248800, 8248600, 0),
(105921, 653, 74, 'Lapeyrouse-Fossat', 436997300, 15104900, 0),
(105922, 653, 74, 'Laroque-d''Olmes', 429711000, 18728000, 0),
(105923, 653, 74, 'Layrac-sur-Tarn', 438350000, 15561000, 0),
(105924, 653, 74, 'Le Vernet', 431861000, 16031000, 0),
(105925, 653, 74, 'Les Cabannes', 427864000, 16878000, 0),
(105926, 653, 74, 'Les Pujols', 430892000, 17194000, 0),
(105927, 653, 74, 'Levignac', 436669000, 11953000, 0),
(105928, 653, 74, 'Meauzac', 440894000, 12400000, 0),
(105929, 653, 74, 'Mirandol-Bourgnounac', 441427300, 21685700, 0),
(105930, 653, 74, 'Montbrun-Lauragais', 434575000, 15222000, 0),
(105931, 653, 74, 'Montlaur', 434893500, 15680700, 0),
(105932, 653, 74, 'Moyrazes', 443420400, 24393300, 0),
(105933, 653, 74, 'Ore', 429761000, 6511000, 0),
(105934, 653, 74, 'Ossun', 431833300, -333300, 0),
(105935, 653, 74, 'Pechabou', 435024100, 15093400, 0),
(105936, 653, 74, 'Pompignan', 438176800, 13120900, 0),
(105937, 653, 74, 'Preignan', 437117700, 6260800, 0),
(105938, 653, 74, 'Puy-l''Eveque', 445056000, 11389000, 0),
(105939, 653, 74, 'Realville', 441145200, 14799800, 0),
(105940, 653, 74, 'Saint-Amans-Soult', 434769700, 24907600, 0),
(105941, 653, 74, 'Saint-Genies-Bellevue', 436840900, 14869300, 0),
(105942, 653, 74, 'Saint-Geniez-d''Olt', 444658000, 29744000, 0),
(105943, 653, 74, 'Saint-Leon', 434014000, 15614000, 0),
(105944, 653, 74, 'Saint-Porquier', 440034400, 11793200, 0),
(105945, 653, 74, 'Sainte-Radegonde', 443374300, 26267200, 0),
(105946, 653, 74, 'Salles-la-Source', 444350500, 25128300, 0),
(105947, 653, 74, 'Sarrancolin', 429675000, 3781000, 0),
(105948, 653, 74, 'Segoufielle', 436322000, 11314000, 0),
(105949, 653, 74, 'Seissan', 434921500, 5925000, 0),
(105950, 653, 74, 'Tuzaguet', 430781000, 4414000, 0),
(105951, 653, 74, 'Villeneuve-les-Bouloc', 437676800, 14227800, 0),
(105952, 653, 74, 'Villenouvelle', 434358100, 16627900, 0),
(105953, 654, 74, 'Anhiers', 504073700, 31551200, 0),
(105954, 654, 74, 'Anstaing', 506047300, 31907900, 0),
(105955, 654, 74, 'Arleux-en-Gohelle', 503636000, 28719000, 0),
(105956, 654, 74, 'Aubers', 505954300, 28266600, 0),
(105957, 654, 74, 'Aubry-du-Hainaut', 503666700, 34666700, 0),
(105958, 654, 74, 'Aulnoy-lez-Valenciennes', 503333300, 35333300, 0),
(105959, 654, 74, 'Bajus', 504219000, 24808000, 0),
(105960, 654, 74, 'Bavincourt', 502258000, 25686000, 0),
(105961, 654, 74, 'Beaumetz-les-Loges', 502389700, 26581800, 0),
(105962, 654, 74, 'Bertincourt', 500864000, 29811000, 0),
(105963, 654, 74, 'Bousies', 501509700, 36175200, 0),
(105964, 654, 74, 'Bruille-lez-Marchiennes', 503606800, 32442400, 0),
(105965, 654, 74, 'Brunembert', 507142000, 18942000, 0),
(105966, 654, 74, 'Brunemont', 502736000, 31397000, 0),
(105967, 654, 74, 'Burbure', 505366300, 24689700, 0),
(105968, 654, 74, 'Busigny', 500342400, 34671300, 0),
(105969, 654, 74, 'Cauchy-a-la-Tour', 505039400, 24460600, 0),
(105970, 654, 74, 'Chemy', 505311000, 29892000, 0),
(105971, 654, 74, 'Clary', 500779000, 33994300, 0),
(105972, 654, 74, 'Coudekerque-Village', 510000000, 24166700, 0),
(105973, 654, 74, 'Coutiches', 504552000, 32038400, 0),
(105974, 654, 74, 'Cuinchy', 505175000, 27488000, 0),
(105975, 654, 74, 'Delettes', 506183000, 22139000, 0),
(105976, 654, 74, 'Erre', 503625200, 33156100, 0),
(105977, 654, 74, 'Esquerchin', 503760000, 30140000, 0),
(105978, 654, 74, 'Estourmel', 501469000, 33205000, 0),
(105979, 654, 74, 'Fouquieres-les-Bethune', 505153400, 26099900, 0),
(105980, 654, 74, 'Givenchy-en-Gohelle', 503908000, 27732000, 0),
(105981, 654, 74, 'Goeulzin', 503166700, 31000000, 0),
(105982, 654, 74, 'Gommecourt', 501408000, 26461000, 0),
(105983, 654, 74, 'Gouy-sous-Bellonne', 503114000, 30565700, 0),
(105984, 654, 74, 'Graincourt-les-Havrincourt', 501453000, 31103000, 0),
(105985, 654, 74, 'Grand-Rullecourt', 502553000, 24750000, 0),
(105986, 654, 74, 'Grenay', 504496200, 27516800, 0),
(105987, 654, 74, 'Guemps', 509156000, 19967000, 0),
(105988, 654, 74, 'Hallennes-lez-Haubourdin', 506166700, 29666700, 0),
(105989, 654, 74, 'Hallines', 507108700, 22262900, 0),
(105990, 654, 74, 'Haverskerque', 506408900, 25416200, 0),
(105991, 654, 74, 'Helesmes', 503703600, 33591800, 0),
(105992, 654, 74, 'Henin-sur-Cojeul', 502256000, 28353000, 0),
(105993, 654, 74, 'Hermies', 501112600, 30420200, 0),
(105994, 654, 74, 'Heuringhem', 506963800, 22833300, 0),
(105995, 654, 74, 'Hordain', 502630600, 33135800, 0),
(105996, 654, 74, 'Illies', 505614400, 28301100, 0),
(105997, 654, 74, 'Lapugnoy', 505163500, 25346000, 0),
(105998, 654, 74, 'Lecelles', 504677900, 34009600, 0),
(105999, 654, 74, 'Leffrinckoucke', 510345700, 24645200, 0),
(106000, 654, 74, 'Lewarde', 503417300, 31678200, 0),
(106001, 654, 74, 'Ligny-en-Cambresis', 501012300, 33784100, 0),
(106002, 654, 74, 'Looberghe', 509169400, 22743900, 0),
(106003, 654, 74, 'Marbaix', 501289000, 38422000, 0),
(106004, 654, 74, 'Maretz', 500453000, 34180800, 0),
(106005, 654, 74, 'Marquillies', 505557700, 28706700, 0),
(106006, 654, 74, 'Monchecourt', 503041300, 32102900, 0),
(106007, 654, 74, 'Mont-Saint-Eloi', 503510500, 26924900, 0),
(106008, 654, 74, 'Nortkerque', 508751900, 20246400, 0),
(106009, 654, 74, 'Ouve-Wirquin', 506514000, 21456000, 0),
(106010, 654, 74, 'Peuplingues', 509156000, 17681000, 0),
(106011, 654, 74, 'Queant', 501800000, 29842000, 0),
(106012, 654, 74, 'Richebourg-l''Avoue', 505699900, 27488400, 0),
(106013, 654, 74, 'Rieux-en-Cambresis', 502006900, 33523200, 0),
(106014, 654, 74, 'Roeulx', 503000000, 33333300, 0),
(106015, 654, 74, 'Sailly-lez-Lannoy', 506500000, 32166700, 0),
(106016, 654, 74, 'Saint-Aubert', 502080500, 34172700, 0),
(106017, 654, 74, 'Saint-Folquin', 509447300, 21243300, 0),
(106018, 654, 74, 'Saint-Josse', 504680100, 16618000, 0),
(106019, 654, 74, 'Saulzoir', 502405800, 34443000, 0),
(106020, 654, 74, 'Sempy', 504939000, 18789000, 0),
(106021, 654, 74, 'Solesmes', 501846800, 34979900, 0),
(106022, 654, 74, 'Thun-Saint-Amand', 504727600, 34511600, 0),
(106023, 654, 74, 'Vis-en-Artois', 502478000, 29408000, 0),
(106024, 654, 74, 'Walincourt-Selvigny', 500692000, 33367000, 0),
(106025, 654, 74, 'Zutkerque', 508530400, 20681800, 0),
(106026, 655, 74, 'Andard', 474565900, -3975200, 0),
(106027, 655, 74, 'Asserac', 474288100, -23891600, 0),
(106028, 655, 74, 'Avessac', 476532400, -19896200, 0),
(106029, 655, 74, 'Aze', 478222000, -6833300, 0),
(106030, 655, 74, 'Beaulieu-sous-la-Roche', 466764700, -16112900, 0),
(106031, 655, 74, 'Beaurepaire', 469097700, -10892800, 0),
(106032, 655, 74, 'Benet', 463697200, -5933300, 0),
(106033, 655, 74, 'Besse-sur-Braye', 478333300, 7500000, 0),
(106034, 655, 74, 'Blaison-Gohier', 473995100, -3772300, 0),
(106035, 655, 74, 'Bouloire', 479738500, 5500900, 0),
(106036, 655, 74, 'Brette-les-Pins', 479106200, 3364900, 0),
(106037, 655, 74, 'Breze', 471735700, -605900, 0),
(106038, 655, 74, 'Casson', 473876100, -15565400, 0),
(106039, 655, 74, 'Chaille-les-Marais', 463962800, -10236900, 0),
(106040, 655, 74, 'Challes', 479303300, 4151100, 0),
(106041, 655, 74, 'Chaufour-Notre-Dame', 480261000, 758000, 0),
(106042, 655, 74, 'Clermont-Creans', 477183100, -145900, 0),
(106043, 655, 74, 'Conquereuil', 476252400, -17510500, 0),
(106044, 655, 74, 'Courcite', 483063300, -2496100, 0),
(106045, 655, 74, 'Domfront-en-Champagne', 481056000, 264000, 0),
(106046, 655, 74, 'Doue-la-Fontaine', 471937200, -2749200, 0),
(106047, 655, 74, 'Entrammes', 479975900, -7139900, 0),
(106048, 655, 74, 'Etival-les-le-Mans', 479500000, 833300, 0),
(106049, 655, 74, 'Falleron', 468816000, -17020800, 0),
(106050, 655, 74, 'Fay-de-Bretagne', 474145300, -17915500, 0),
(106051, 655, 74, 'Grosbreuil', 465394600, -16165500, 0),
(106052, 655, 74, 'Jarze', 475556300, -2318200, 0),
(106053, 655, 74, 'Joue-sur-Erdre', 474959600, -14204700, 0),
(106054, 655, 74, 'L''Huisserie', 480247000, -7675000, 0),
(106055, 655, 74, 'La Baconniere', 481801200, -8920200, 0),
(106056, 655, 74, 'La Barre-de-Monts', 468805800, -21216800, 0),
(106057, 655, 74, 'La Bohalle', 474209500, -3972300, 0),
(106058, 655, 74, 'La Chapelle-d''Aligne', 477333000, -2333000, 0),
(106059, 655, 74, 'La Chapelle-du-Genet', 471820300, -10185700, 0),
(106060, 655, 74, 'La Meilleraye-de-Bretagne', 475594100, -14020000, 0),
(106061, 655, 74, 'La Regrippiere', 471816700, -11762000, 0),
(106062, 655, 74, 'La Remaudiere', 472376200, -12435800, 0),
(106063, 655, 74, 'La Tourlandry', 471437600, -6968800, 0),
(106064, 655, 74, 'Laigne-en-Belin', 478770600, 2279600, 0),
(106065, 655, 74, 'Landemont', 472653600, -12398900, 0),
(106066, 655, 74, 'Landevieille', 466417000, -18050000, 0),
(106067, 655, 74, 'Le Fenouiller', 467190100, -19017500, 0),
(106068, 655, 74, 'Le Fief-Sauvin', 472214300, -10421400, 0),
(106069, 655, 74, 'Le Gavre', 475213100, -17490500, 0),
(106070, 655, 74, 'Le Genest-Saint-Isle', 480992000, -8878000, 0),
(106071, 655, 74, 'Le Lion-d''Angers', 476286000, -7117000, 0),
(106072, 655, 74, 'Le Louroux-Beconnais', 475221100, -8866400, 0),
(106073, 655, 74, 'Le Plessis-Grammoire', 474988400, -4302100, 0),
(106074, 655, 74, 'Les Clouzeaux', 466288100, -15094700, 0),
(106075, 655, 74, 'Lombron', 480787800, 4186900, 0),
(106076, 655, 74, 'Lusanger', 476815300, -15885700, 0),
(106077, 655, 74, 'Marigne-Laille', 478176500, 3405000, 0),
(106078, 655, 74, 'Moisdon-la-Riviere', 476217500, -13725800, 0),
(106079, 655, 74, 'Montbizot', 481499500, 1838400, 0),
(106080, 655, 74, 'Montfaucon-Montigne', 471000000, -11166700, 0),
(106081, 655, 74, 'Montreuil-Juigne', 475292000, -6108000, 0),
(106082, 655, 74, 'Moulay', 482724500, -6273400, 0),
(106083, 655, 74, 'Mouzeil', 474473800, -13478600, 0),
(106084, 655, 74, 'Notre-Dame-de-Riez', 467444500, -19085700, 0),
(106085, 655, 74, 'Nueil-sur-Layon', 471181100, -3657300, 0),
(106086, 655, 74, 'Parcay-les-Pins', 474366800, 1631200, 0),
(106087, 655, 74, 'Pellouailles-les-Vignes', 475217200, -4395400, 0),
(106088, 655, 74, 'Pissotte', 464972500, -8066600, 0),
(106089, 655, 74, 'Prinquiau', 473621500, -20095200, 0),
(106090, 655, 74, 'Rablay-sur-Layon', 472958000, -5753000, 0),
(106091, 655, 74, 'Saint-Andre-de-la-Marche', 470995200, -9944100, 0),
(106092, 655, 74, 'Saint-Cosme-en-Vairais', 482666700, 4666700, 0),
(106093, 655, 74, 'Saint-Cyr-en-Bourg', 471952000, -608500, 0),
(106094, 655, 74, 'Saint-Fiacre-sur-Maine', 471425500, -14171400, 0),
(106095, 655, 74, 'Saint-Florent-des-Bois', 465937700, -13158000, 0),
(106096, 655, 74, 'Saint-Fort', 477992800, -7209500, 0),
(106097, 655, 74, 'Saint-Georges-de-Pointindoux', 466446200, -16220400, 0),
(106098, 655, 74, 'Saint-Hilaire-de-Clisson', 470622200, -13077800, 0),
(106099, 655, 74, 'Saint-Hilaire-des-Loges', 464719000, -6639300, 0),
(106100, 655, 74, 'Saint-Jean-de-Boiseau', 471931500, -17234000, 0),
(106101, 655, 74, 'Saint-Jean-de-Monts', 467908800, -20821900, 0),
(106102, 655, 74, 'Saint-Jean-des-Mauvrets', 473985700, -4492900, 0),
(106103, 655, 74, 'Saint-Lambert-du-Lattay', 473025000, -6332100, 0),
(106104, 655, 74, 'Saint-Leger-les-Vignes', 471358700, -17306000, 0),
(106105, 655, 74, 'Saint-Lumine-de-Clisson', 470841200, -13352400, 0),
(106106, 655, 74, 'Saint-Malo-de-Guersac', 473534500, -21777300, 0),
(106107, 655, 74, 'Saint-Mars-la-Briere', 480304600, 3731900, 0),
(106108, 655, 74, 'Saint-Mathurin', 465649300, -17138900, 0),
(106109, 655, 74, 'Saint-Melaine-sur-Aubance', 473666700, -5000000, 0),
(106110, 655, 74, 'Saint-Paterne', 484161400, 1127100, 0),
(106111, 655, 74, 'Saint-Pierre-du-Chemin', 466952300, -7009500, 0),
(106112, 655, 74, 'Saint-Prouant', 467582200, -9570300, 0),
(106113, 655, 74, 'Saint-Sylvain-d''Anjou', 475200000, -4700000, 0),
(106114, 655, 74, 'Saint-Viaud', 472561900, -20183300, 0),
(106115, 655, 74, 'Sainte-Anne-sur-Brivet', 474607100, -20041500, 0),
(106116, 655, 74, 'Savennieres', 473822500, -6570800, 0),
(106117, 655, 74, 'Serigne', 465010700, -8445300, 0),
(106118, 655, 74, 'Soulaire-et-Bourg', 475789600, -5523200, 0),
(106119, 655, 74, 'Souligne-sous-Ballon', 481375800, 2357200, 0),
(106120, 655, 74, 'Tennie', 481076900, -762600, 0),
(106121, 655, 74, 'Toutlemonde', 470548800, -7654800, 0),
(106122, 655, 74, 'Varennes-sur-Loire', 472376700, 535000, 0),
(106123, 655, 74, 'Varrains', 472230500, -603300, 0),
(106124, 655, 74, 'Villebernier', 472537400, -323000, 0),
(106125, 655, 74, 'Yvre-le-Polin', 478223500, 1558100, 0),
(106126, 656, 74, 'Ailly-le-Haut-Clocher', 500786000, 19961000, 0),
(106127, 656, 74, 'Ambleny', 493808000, 31844800, 0),
(106128, 656, 74, 'Angicourt', 493117600, 25041900, 0),
(106129, 656, 74, 'Aulnois-sous-Laon', 496142900, 36054700, 0),
(106130, 656, 74, 'Avilly-Saint-Leonard', 491944900, 25414800, 0),
(106131, 656, 74, 'Avrechy', 494479600, 24271000, 0),
(106132, 656, 74, 'Baboeuf', 495894000, 30853000, 0),
(106133, 656, 74, 'Bacouel', 496194000, 23867000, 0),
(106134, 656, 74, 'Baizieux', 499936000, 25197000, 0),
(106135, 656, 74, 'Beaucamps-le-Jeune', 498169000, 17728000, 0),
(106136, 656, 74, 'Bellicourt', 499617000, 32367000, 0),
(106137, 656, 74, 'Bernaville', 501323200, 21630000, 0),
(106138, 656, 74, 'Blaincourt-les-Precy', 492333300, 23500000, 0),
(106139, 656, 74, 'Bouchoir', 497492000, 26744000, 0),
(106140, 656, 74, 'Bourg-et-Comin', 493975000, 36550000, 0),
(106141, 656, 74, 'Boutavent', 495928100, 17991600, 0),
(106142, 656, 74, 'Bovelles', 498833000, 21461000, 0),
(106143, 656, 74, 'Catenoy', 493682400, 25105400, 0),
(106144, 656, 74, 'Cinqueux', 493173900, 25299700, 0),
(106145, 656, 74, 'Combles', 500100000, 28661000, 0),
(106146, 656, 74, 'Conde-en-Brie', 490056000, 35570000, 0),
(106147, 656, 74, 'Courbes', 496853000, 34519000, 0),
(106148, 656, 74, 'Courcelette', 500589000, 27478000, 0),
(106149, 656, 74, 'Courmelles', 493459600, 33121500, 0),
(106150, 656, 74, 'Cuise-la-Motte', 493864200, 30058800, 0),
(106151, 656, 74, 'Domart-sur-la-Luce', 498170000, 24830000, 0),
(106152, 656, 74, 'Eppeville', 497406900, 30511400, 0),
(106153, 656, 74, 'Estrees-Mons', 498789000, 30075000, 0),
(106154, 656, 74, 'Flesselles', 500020200, 22611900, 0),
(106155, 656, 74, 'Fonsommes', 499031000, 34003000, 0),
(106156, 656, 74, 'Fontaine-Chaalis', 491719000, 26842000, 0),
(106157, 656, 74, 'Frocourt', 493836000, 20850000, 0),
(106158, 656, 74, 'Gandelu', 490956000, 31839000, 0),
(106159, 656, 74, 'Gratibus', 496878000, 25406000, 0),
(106160, 656, 74, 'Hangest-en-Santerre', 497542000, 26067000, 0),
(106161, 656, 74, 'Hornoy-le-Bourg', 498500000, 19000000, 0),
(106162, 656, 74, 'Huchenneville', 500517000, 18008000, 0),
(106163, 656, 74, 'Jaulgonne', 490892000, 35342000, 0),
(106164, 656, 74, 'La Houssoye', 493553000, 19428000, 0),
(106165, 656, 74, 'Le Catelet', 500031000, 32450000, 0),
(106166, 656, 74, 'Le Nouvion-en-Thierache', 500162500, 37850900, 0),
(106167, 656, 74, 'Le Plessis-Brion', 494641900, 28909600, 0),
(106168, 656, 74, 'Les Ageux', 493166700, 26000000, 0),
(106169, 656, 74, 'Liancourt-Saint-Pierre', 492356000, 19086000, 0),
(106170, 656, 74, 'Lucheux', 502000000, 24167000, 0),
(106171, 656, 74, 'Mareuil-sur-Ourcq', 491375200, 30782200, 0),
(106172, 656, 74, 'Mers-les-Bains', 500653800, 13881000, 0),
(106173, 656, 74, 'Monchy-Saint-Eloi', 492904200, 24673900, 0),
(106174, 656, 74, 'Mont-Notre-Dame', 492944000, 35844000, 0),
(106175, 656, 74, 'Montbrehain', 499675000, 33514000, 0),
(106176, 656, 74, 'Neufchatel-sur-Aisne', 494300000, 40400000, 0),
(106177, 656, 74, 'Nogent-l''Artaud', 489656000, 33244000, 0),
(106178, 656, 74, 'Ognes', 496124400, 31934000, 0),
(106179, 656, 74, 'Omissy', 498776000, 33123500, 0),
(106180, 656, 74, 'Origny-en-Thierache', 498932700, 40164400, 0),
(106181, 656, 74, 'Pont-de-Metz', 498782000, 22426600, 0),
(106182, 656, 74, 'Quevauvillers', 498237600, 20843100, 0),
(106183, 656, 74, 'Ribemont-sur-Ancre', 499608000, 25664000, 0),
(106184, 656, 74, 'Saint-Germer-de-Fly', 494428100, 17798600, 0),
(106185, 656, 74, 'Saint-Leger-les-Domart', 500520800, 21406700, 0),
(106186, 656, 74, 'Saint-Martin-Longueau', 493428100, 26027600, 0),
(106187, 656, 74, 'Saint-Sauflieu', 497900000, 22539000, 0),
(106188, 656, 74, 'Serifontaine', 493544000, 17687300, 0),
(106189, 656, 74, 'Silly-le-Long', 491074900, 27922600, 0),
(106190, 656, 74, 'Sinceny', 495961900, 32467900, 0),
(106191, 656, 74, 'Talmas', 500304900, 23255400, 0),
(106192, 656, 74, 'Toutencourt', 500361000, 24619000, 0),
(106193, 656, 74, 'Vic-sur-Aisne', 494060900, 31122200, 0),
(106194, 656, 74, 'Villeneuve-Saint-Germain', 493797600, 33595200, 0),
(106195, 656, 74, 'Villers-Saint-Paul', 492888400, 24896800, 0),
(106196, 657, 74, 'Angeac-Champagne', 456083000, -2963000, 0),
(106197, 657, 74, 'Antran', 468535000, 5431700, 0),
(106198, 657, 74, 'Archigny', 466741100, 6537200, 0),
(106199, 657, 74, 'Ars', 456439000, -3811000, 0),
(106200, 657, 74, 'Aubeterre-sur-Dronne', 452725000, 1711000, 0),
(106201, 657, 74, 'Auge-Saint-Medard', 458481000, -847000, 0),
(106202, 657, 74, 'Beruges', 465673800, 2074100, 0),
(106203, 657, 74, 'Bignoux', 466000800, 4693200, 0),
(106204, 657, 74, 'Breuil-Magne', 459847800, -9600000, 0),
(106205, 657, 74, 'Brigueuil', 459533700, 8606500, 0),
(106206, 657, 74, 'Brives-sur-Charente', 456711000, -4608000, 0),
(106207, 657, 74, 'Brizambourg', 458233000, -4789000, 0),
(106208, 657, 74, 'Cabariot', 459264400, -8574100, 0),
(106209, 657, 74, 'Chail', 462108000, -897000, 0),
(106210, 657, 74, 'Chassors', 457000000, -2166700, 0),
(106211, 657, 74, 'Chaunay', 462076000, 1608400, 0),
(106212, 657, 74, 'Corme-Royal', 457439500, -8147000, 0),
(106213, 657, 74, 'Coulonges-sur-l''Autize', 464842000, -5978000, 0),
(106214, 657, 74, 'Courcerac', 458425000, -3639000, 0),
(106215, 657, 74, 'Cravans', 455969000, -7097000, 0),
(106216, 657, 74, 'Epannes', 462314000, -5825000, 0),
(106217, 657, 74, 'Frontenay-Rohan-Rohan', 462527600, -5383300, 0),
(106218, 657, 74, 'Gourge', 467292000, -1644000, 0),
(106219, 657, 74, 'La Roche-Posay', 467865400, 8135400, 0),
(106220, 657, 74, 'Lathus-Saint-Remy', 463333300, 9666700, 0),
(106221, 657, 74, 'Lavoux', 465956600, 5301200, 0),
(106222, 657, 74, 'Le Grand-Village-Plage', 458608000, -12353000, 0),
(106223, 657, 74, 'Le Gua', 457261400, -9446800, 0),
(106224, 657, 74, 'Le Pin', 468617900, -6544000, 0),
(106225, 657, 74, 'Les Essards', 457928000, -7575000, 0),
(106226, 657, 74, 'Les Portes-en-Re', 462508000, -14972000, 0),
(106227, 657, 74, 'Loix', 462233000, -14411000, 0),
(106228, 657, 74, 'Lussant', 459609000, -8223000, 0),
(106229, 657, 74, 'Magnac-sur-Touvre', 456666700, 2333300, 0),
(106230, 657, 74, 'Nancras', 457461000, -8803000, 0),
(106231, 657, 74, 'Nanteuil', 464117200, -1746200, 0),
(106232, 657, 74, 'Nieul-les-Saintes', 457602100, -7313700, 0),
(106233, 657, 74, 'Nieulle-sur-Seudre', 457506000, -9986000, 0),
(106234, 657, 74, 'Nouaille-Maupertuis', 465111300, 4166700, 0),
(106235, 657, 74, 'Pont-l''Abbe-d''Arnoult', 458278000, -8753000, 0),
(106236, 657, 74, 'Roches-Premarie-Andille', 464825100, 3710600, 0),
(106237, 657, 74, 'Rouille', 464202400, 407300, 0),
(106238, 657, 74, 'Roumazieres-Loubert', 458958000, 5761000, 0),
(106239, 657, 74, 'Saint-Aigulin', 451500000, -166700, 0),
(106240, 657, 74, 'Saint-Aubin-le-Cloud', 466530800, -3525800, 0),
(106241, 657, 74, 'Saint-Germain-de-Lusignan', 454501100, -4614700, 0),
(106242, 657, 74, 'Saint-Gervais-les-Trois-Clochers', 469006700, 4076600, 0),
(106243, 657, 74, 'Saint-Jean-de-Liversay', 462689400, -8738500, 0),
(106244, 657, 74, 'Saint-Just-Luzac', 458000000, -10333300, 0),
(106245, 657, 74, 'Saint-Leger-de-Montbrun', 470000000, -1333300, 0),
(106246, 657, 74, 'Saint-Maixent-l''Ecole', 464136000, -2069000, 0),
(106247, 657, 74, 'Saint-Maurice-la-Clouere', 463780400, 4125300, 0),
(106248, 657, 74, 'Saint-Meme-les-Carrieres', 456500000, -1500000, 0),
(106249, 657, 74, 'Saint-Pierre-d''Oleron', 459436000, -13058000, 0),
(106250, 657, 74, 'Saint-Pierre-des-Echaubrognes', 469898800, -7444100, 0),
(106251, 657, 74, 'Saint-Porchaire', 458207500, -7823500, 0),
(106252, 657, 74, 'Saint-Rogatien', 461500000, -10696300, 0),
(106253, 657, 74, 'Saint-Romain-de-Benet', 456915000, -8476500, 0),
(106254, 657, 74, 'Saint-Sauveur-d''Aunis', 462164000, -8850000, 0),
(106255, 657, 74, 'Saint-Severin', 453139000, 2544000, 0),
(106256, 657, 74, 'Saint-Sulpice-de-Cognac', 457597800, -3809300, 0),
(106257, 657, 74, 'Tourriers', 457983000, 1925000, 0),
(106258, 657, 74, 'Valdivienne', 465081000, 6378000, 0),
(106259, 657, 74, 'Vasles', 465761800, -263800, 0),
(106260, 657, 74, 'Vilhonneur', 456822000, 4208000, 0),
(106261, 657, 74, 'Villebois-Lavalette', 454836000, 2806000, 0),
(106262, 658, 74, 'Antonaves', 442672000, 58056000, 0),
(106263, 658, 74, 'Aspres-les-Corps', 448028000, 59825000, 0),
(106264, 658, 74, 'Bargemon', 436189900, 65495700, 0),
(106265, 658, 74, 'Castagniers', 437932100, 72328600, 0),
(106266, 658, 74, 'Castellar', 438044000, 74972000, 0),
(106267, 658, 74, 'Cereste', 438556700, 55845200, 0),
(106268, 658, 74, 'Chabottes', 446439000, 61717000, 0),
(106269, 658, 74, 'Chateauneuf-le-Rouge', 434893600, 55692100, 0),
(106270, 658, 74, 'Esparron-de-Verdon', 437397000, 59722000, 0),
(106271, 658, 74, 'Forcalqueiret', 433347100, 60823800, 0),
(106272, 658, 74, 'Greoux-les-Bains', 437575300, 58816900, 0),
(106273, 658, 74, 'La Bastide-des-Jourdans', 437870700, 56346800, 0),
(106274, 658, 74, 'La Croix-Valmer', 432079500, 65669600, 0),
(106275, 658, 74, 'La Javie', 441753000, 63519000, 0),
(106276, 658, 74, 'La Verdiere', 436394000, 59367000, 0),
(106277, 658, 74, 'Le Chaffaut-Saint-Jurson', 440389000, 61508000, 0),
(106278, 658, 74, 'Le Lauzet-Ubaye', 444308000, 64328000, 0),
(106279, 658, 74, 'Le Monetier-les-Bains', 449756500, 65067000, 0),
(106280, 658, 74, 'Les Adrets-de-l''Esterel', 435207000, 68105000, 0),
(106281, 658, 74, 'Les Thuiles', 443939000, 65719000, 0),
(106282, 658, 74, 'Malaussene', 439308000, 71286000, 0),
(106283, 658, 74, 'Malemort-du-Comtat', 440207000, 51599100, 0),
(106284, 658, 74, 'Moissac-Bellevue', 436536000, 61672000, 0),
(106285, 658, 74, 'Pelleautier', 445178000, 60172000, 0),
(106286, 658, 74, 'Pourcieux', 434701000, 57861000, 0),
(106287, 658, 74, 'Saint-Cezaire-sur-Siagne', 436488400, 67938400, 0),
(106288, 658, 74, 'Saint-Marc-Jaumegarde', 435459900, 55127200, 0),
(106289, 658, 74, 'Saint-Michel-l''Observatoire', 439106000, 57167000, 0),
(106290, 658, 74, 'Saint-Paul-en-Foret', 435676200, 66947500, 0),
(106291, 658, 74, 'Saint-Sauveur-sur-Tinee', 440847000, 71056000, 0),
(106292, 658, 74, 'Sollies-Ville', 431822800, 60385800, 0),
(106293, 658, 74, 'Villars-Colmars', 441675000, 66050000, 0),
(106294, 658, 74, 'Villecroze', 435818100, 62754200, 0),
(106295, 659, 74, 'Albigny-sur-Saone', 458666700, 48333300, 0),
(106296, 659, 74, 'Ambierle', 461041100, 38938600, 0),
(106297, 659, 74, 'Andance', 452404600, 47979800, 0),
(106298, 659, 74, 'Arthun', 457739000, 40347000, 0),
(106299, 659, 74, 'Avressieux', 455731000, 56953000, 0),
(106300, 659, 74, 'Bage-la-Ville', 463165400, 49466600, 0),
(106301, 659, 74, 'Balbigny', 458192800, 41875600, 0),
(106302, 659, 74, 'Bellevaux', 462598000, 65347400, 0),
(106303, 659, 74, 'Bonne-sur-Menoge', 461660000, 63227600, 0),
(106304, 659, 74, 'Brides-les-Bains', 454533000, 65675000, 0),
(106305, 659, 74, 'Challex', 461845800, 59763900, 0),
(106306, 659, 74, 'Chamoux-sur-Gelon', 455333000, 62164000, 0),
(106307, 659, 74, 'Charantonnay', 455367100, 51103400, 0),
(106308, 659, 74, 'Chassagny', 456067000, 47321400, 0),
(106309, 659, 74, 'Chateau-Gaillard', 459735900, 53067300, 0),
(106310, 659, 74, 'Chazelles-sur-Lyon', 456380600, 43913000, 0),
(106311, 659, 74, 'Chazey-sur-Ain', 458930000, 52535200, 0),
(106312, 659, 74, 'Chirassimont', 459144000, 42861000, 0),
(106313, 659, 74, 'Clonas-sur-Vareze', 454132600, 47899600, 0),
(106314, 659, 74, 'Commelle', 454292000, 52269000, 0),
(106315, 659, 74, 'Cruet', 455289000, 60922000, 0),
(106316, 659, 74, 'Cuinzier', 461283000, 42675000, 0),
(106317, 659, 74, 'Desaignes', 449954400, 45141300, 0),
(106318, 659, 74, 'Dingy-Saint-Clair', 459080600, 62245200, 0),
(106319, 659, 74, 'Etaux', 460666700, 63000000, 0),
(106320, 659, 74, 'Eyzin-Pinet', 454724100, 49984100, 0),
(106321, 659, 74, 'Farnay', 454929100, 45964300, 0),
(106322, 659, 74, 'Foissiat', 463700800, 51757300, 0),
(106323, 659, 74, 'Fontaines-Saint-Martin', 458447800, 48548900, 0),
(106324, 659, 74, 'Francheleins', 460744000, 48092000, 0),
(106325, 659, 74, 'Granges-les-Beaumont', 450519000, 49833000, 0),
(106326, 659, 74, 'Grezieu-la-Varenne', 457483300, 46901600, 0),
(106327, 659, 74, 'Grieges', 462558300, 48513400, 0),
(106328, 659, 74, 'Habere-Lullin', 462344000, 64531000, 0),
(106329, 659, 74, 'Izeron', 451472000, 53767000, 0),
(106330, 659, 74, 'Jaillans', 450292000, 51753000, 0),
(106331, 659, 74, 'Jarnioux', 459656000, 46281000, 0),
(106332, 659, 74, 'La Chapelle-de-la-Tour', 455842200, 54661100, 0),
(106333, 659, 74, 'La Roche-de-Glun', 450133600, 48448800, 0),
(106334, 659, 74, 'Labegude', 446465600, 43690000, 0),
(106335, 659, 74, 'Lachapelle-sous-Aubenas', 445641700, 43639200, 0),
(106336, 659, 74, 'Lalevade-d''Ardeche', 446486000, 43239000, 0),
(106337, 659, 74, 'Lancrans', 461272800, 58327700, 0),
(106338, 659, 74, 'Le Sappey-en-Chartreuse', 452599800, 57772100, 0),
(106339, 659, 74, 'Lent', 461203200, 51937000, 0),
(106340, 659, 74, 'Lepin-le-Lac', 455361000, 57953000, 0),
(106341, 659, 74, 'Les Contamines-Montjoie', 458213600, 67281700, 0),
(106342, 659, 74, 'Les Ollieres-sur-Eyrieux', 448064000, 46219000, 0),
(106343, 659, 74, 'Leyment', 459229400, 52947900, 0),
(106344, 659, 74, 'Lezigneux', 455670500, 40652400, 0),
(106345, 659, 74, 'Loisin', 462922700, 63101000, 0),
(106346, 659, 74, 'Lucinges', 461913600, 63173100, 0),
(106347, 659, 74, 'Manthes', 453036000, 50081000, 0),
(106348, 659, 74, 'Marlieux', 460650000, 50700000, 0),
(106349, 659, 74, 'Meaudre', 451269500, 55270700, 0),
(106350, 659, 74, 'Menthon-Saint-Bernard', 458599500, 61955200, 0),
(106351, 659, 74, 'Meyras', 446825000, 42681000, 0),
(106352, 659, 74, 'Mieussy', 461336900, 65241600, 0),
(106353, 659, 74, 'Mionnay', 458955700, 49307400, 0),
(106354, 659, 74, 'Mirabel-aux-Baronnies', 443113300, 50984600, 0),
(106355, 659, 74, 'Miribel-les-Echelles', 454290600, 57083500, 0),
(106356, 659, 74, 'Mogneneins', 461333000, 48167000, 0),
(106357, 659, 74, 'Monestier-de-Clermont', 449178000, 56361000, 0),
(106358, 659, 74, 'Mont-Saxonnex', 460545900, 64878800, 0),
(106359, 659, 74, 'Neuvecelle', 463950200, 66125700, 0),
(106360, 659, 74, 'Panossas', 456794000, 52047000, 0),
(106361, 659, 74, 'Pollionnay', 457647300, 46609900, 0),
(106362, 659, 74, 'Pouilly-les-Feurs', 458000000, 42333300, 0),
(106363, 659, 74, 'Poule-les-Echarmeaux', 461497000, 44581000, 0),
(106364, 659, 74, 'Revel-Tourdan', 453847000, 50392000, 0),
(106365, 659, 74, 'Rochegude', 442485900, 48292200, 0),
(106366, 659, 74, 'Rozier-en-Donzy', 457965000, 42734400, 0),
(106367, 659, 74, 'Ruy', 455877200, 53189000, 0),
(106368, 659, 74, 'Saint-Andeol-le-Chateau', 455870300, 46949500, 0),
(106369, 659, 74, 'Saint-Andre-le-Puy', 456445800, 42574400, 0),
(106370, 659, 74, 'Saint-Andre-sur-Vieux-Jonc', 461500000, 50666700, 0),
(106371, 659, 74, 'Saint-Antoine-l''Abbaye', 451666700, 52166700, 0),
(106372, 659, 74, 'Saint-Clair-du-Rhone', 454390900, 47717800, 0),
(106373, 659, 74, 'Saint-Clement-les-Places', 457536000, 44242000, 0),
(106374, 659, 74, 'Saint-Denis-en-Bugey', 459489000, 53280800, 0),
(106375, 659, 74, 'Saint-Denis-les-Bourg', 462021700, 51892400, 0),
(106376, 659, 74, 'Saint-Didier-de-Formans', 459536100, 47848500, 0),
(106377, 659, 74, 'Saint-Didier-de-la-Tour', 455554800, 54831400, 0),
(106378, 659, 74, 'Saint-Etienne-de-Cuines', 453500000, 62833300, 0),
(106379, 659, 74, 'Saint-Etienne-de-Fontbellon', 446017500, 43858000, 0),
(106380, 659, 74, 'Saint-Georges-les-Bains', 448622200, 48075800, 0),
(106381, 659, 74, 'Saint-Germain-Lespinasse', 461016500, 39620400, 0),
(106382, 659, 74, 'Saint-Jean-de-Sixt', 459221600, 64099100, 0),
(106383, 659, 74, 'Saint-Jean-sur-Veyle', 462587600, 49175100, 0),
(106384, 659, 74, 'Saint-Jeoire-Prieure', 455356000, 59942000, 0),
(106385, 659, 74, 'Saint-Jodard', 458817000, 41331000, 0),
(106386, 659, 74, 'Saint-Joseph-de-Riviere', 453757400, 56976800, 0),
(106387, 659, 74, 'Saint-Julien-en-Saint-Alban', 447541700, 46967800, 0),
(106388, 659, 74, 'Saint-Julien-sur-Reyssouze', 464025000, 51119000, 0),
(106389, 659, 74, 'Saint-Just-la-Pendue', 458953200, 42427600, 0),
(106390, 659, 74, 'Saint-Laurent-du-Pape', 448242800, 47612700, 0),
(106391, 659, 74, 'Saint-Laurent-en-Royans', 450290700, 53277700, 0),
(106392, 659, 74, 'Saint-Leger-sur-Roanne', 460412600, 39976400, 0),
(106393, 659, 74, 'Saint-Marcel-d''Ardeche', 443283000, 46178000, 0),
(106394, 659, 74, 'Saint-Marcel-les-Annonay', 452855500, 46247400, 0),
(106395, 659, 74, 'Saint-Marcel-les-Sauzet', 445950100, 48062300, 0),
(106396, 659, 74, 'Saint-Maurice-de-Beynost', 458344000, 49775000, 0),
(106397, 659, 74, 'Saint-Medard-en-Forez', 455986000, 43628000, 0),
(106398, 659, 74, 'Saint-Nizier-du-Moucherotte', 451719000, 56311000, 0),
(106399, 659, 74, 'Saint-Paul-de-Varces', 450717500, 56424700, 0),
(106400, 659, 74, 'Saint-Romain-en-Jarez', 455569000, 45350000, 0),
(106401, 659, 74, 'Saint-Romain-la-Motte', 460846000, 39816000, 0),
(106402, 659, 74, 'Saint-Sauveur-de-Montagut', 448214200, 45799300, 0),
(106403, 659, 74, 'Saint-Sorlin-de-Vienne', 454686000, 49433000, 0),
(106404, 659, 74, 'Saint-Sorlin-en-Valloire', 452898600, 49520500, 0),
(106405, 659, 74, 'Saint-Uze', 451850200, 48656100, 0),
(106406, 659, 74, 'Saint-Verand', 451727700, 53319500, 0),
(106407, 659, 74, 'Saint-Victor-de-Cessieu', 455500000, 54000000, 0),
(106408, 659, 74, 'Sainte-Helene-sur-Isere', 456131300, 63206500, 0),
(106409, 659, 74, 'Sallenoves', 460064000, 59994000, 0),
(106410, 659, 74, 'Satillieu', 451503500, 46149300, 0),
(106411, 659, 74, 'Savas-Mepin', 454900000, 50719000, 0),
(106412, 659, 74, 'Savasse', 446022900, 47793100, 0),
(106413, 659, 74, 'Siccieu-Saint-Julien-et-Carisieu', 457358000, 53169000, 0),
(106414, 659, 74, 'Sixt-Fer-a-Cheval', 460558000, 67764000, 0),
(106415, 659, 74, 'Varacieux', 452328000, 53383000, 0),
(106416, 659, 74, 'Vernioz', 454268200, 48818800, 0),
(106417, 659, 74, 'Versonnex', 459275300, 59258500, 0),
(106418, 659, 74, 'Villette-d''Anthon', 457961000, 51167000, 0),
(106419, 659, 74, 'Vimines', 455474100, 58649300, 0),
(106420, 659, 74, 'Viuz-la-Chiesaz', 458108400, 60620700, 0),
(106421, 659, 74, 'Vourey', 453195800, 55202800, 0),
(106422, 660, 75, 'Mana', 56591900, -537766600, 0),
(106423, 660, 75, 'Remire-Montjoly', 49166700, -522666700, 0),
(106424, 660, 75, 'Saint-Laurent-du-Maroni', 55000000, -540333300, 0),
(106425, 660, 75, 'Sinnamary', 53833300, -529500000, 0),
(106426, 661, 76, 'Anau', -165166700, -1517333300, 0),
(106427, 661, 76, 'Vaitape', -165166700, -1517500000, 0),
(106428, 662, 76, 'Arue', -175166700, -1495000000, 0),
(106429, 662, 76, 'Vairao', -177833300, -1492833300, 0),
(106430, 664, 78, 'Ntoum', 3833300, 97833300, 0),
(106431, 2822, 78, 'Mimongo', -16195200, 116067500, 0),
(106432, 668, 80, 'Bichvint''a', 431619800, 403410200, 0),
(106433, 668, 80, 'Naghvarevi', 413527200, 447617800, 0),
(106434, 668, 80, 'Stantsiya Novyy Afon', 430805600, 408383300, 0),
(106435, 669, 80, 'Gant''iadi', 433811100, 400794400, 0),
(106436, 669, 80, 'Makhinjauri', 416738500, 416940100, 0),
(106437, 669, 80, 'Ochkhamuri', 418597500, 418530900, 0),
(106438, 3069, 80, 'Bagdadi', 418166700, 460333300, 0),
(106439, 673, 80, 'Urek''i', 419955600, 417786100, 0),
(106440, 676, 80, 'Akhmeta', 420311100, 452075000, 0),
(106441, 676, 80, 'Qvareli', 419549200, 458171600, 0),
(106442, 678, 80, 'Bolnisi', 414479400, 445383800, 0),
(106443, 679, 80, 'P''asanauri', 423506000, 446891200, 0),
(106444, 681, 80, 'Jvari', 427169200, 420520000, 0),
(106445, 681, 80, 'Mestia', 430458100, 427278000, 0),
(106446, 681, 80, 'Senaki', 422704200, 420675000, 0),
(106447, 681, 80, 'Tsalenjikha', 426044400, 420682500, 0),
(106448, 682, 80, 'Aspindza', 415738900, 432482600, 0),
(106449, 682, 80, 'Ninotsminda', 412645800, 435916000, 0),
(106450, 685, 81, 'Abtsgmund', 488950300, 100017200, 0),
(106451, 685, 81, 'Achstetten', 482588600, 98974800, 0),
(106452, 685, 81, 'Adelberg', 487622700, 95999100, 0),
(106453, 685, 81, 'Adelmannsfelden', 489547600, 100046600, 0),
(106454, 685, 81, 'Adelsheim', 494015000, 93925000, 0),
(106455, 685, 81, 'Affalterbach', 489226700, 93236200, 0),
(106456, 685, 81, 'Affalterwang', 488161000, 102077600, 0),
(106457, 685, 81, 'Affstatt', 486067000, 88582400, 0),
(106458, 685, 81, 'Aftersteg', 478428900, 79284400, 0),
(106459, 685, 81, 'Aglasterhausen', 493569400, 89869400, 0),
(106460, 685, 81, 'Aich', 486240900, 92376600, 0),
(106461, 685, 81, 'Aichach', 478393400, 95788200, 0),
(106462, 685, 81, 'Aichelau', 482914700, 93949400, 0),
(106463, 685, 81, 'Aistaig', 483157700, 85716100, 0),
(106464, 685, 81, 'Algershofen', 482295000, 96283600, 0),
(106465, 685, 81, 'Allewind', 483666700, 99000000, 0),
(106466, 685, 81, 'Allfeld', 493243800, 92410900, 0),
(106467, 685, 81, 'Allmannsweier', 483678400, 77825100, 0),
(106468, 685, 81, 'Allmend', 480310400, 79366500, 0),
(106469, 685, 81, 'Allmendshofen', 479418800, 85010100, 0),
(106470, 685, 81, 'Allmersbach am Weinberg', 489914000, 93942800, 0),
(106471, 685, 81, 'Altbach', 487226800, 93807800, 0),
(106472, 685, 81, 'Altbacherhof', 487333300, 93833300, 0),
(106473, 685, 81, 'Altbierlingen', 482540600, 97528600, 0),
(106474, 685, 81, 'Altbulach', 486660000, 87104800, 0),
(106475, 685, 81, 'Alteburg', 484619400, 91533700, 0),
(106476, 685, 81, 'Altenbach', 494870400, 87377200, 0),
(106477, 685, 81, 'Altenmunster', 491272000, 100520600, 0),
(106478, 685, 81, 'Altenriet', 485914000, 92218600, 0),
(106479, 685, 81, 'Altenrond', 477970200, 80561000, 0),
(106480, 685, 81, 'Altenstadt', 486255600, 98156400, 0),
(106481, 685, 81, 'Altensteig', 485864800, 86039500, 0),
(106482, 685, 81, 'Altensteigdorf', 485933500, 86119800, 0),
(106483, 685, 81, 'Altes Lager', 484193900, 95492500, 0),
(106484, 685, 81, 'Altglashutten', 478560200, 81113000, 0),
(106485, 685, 81, 'Althueb', 490166700, 102166700, 0),
(106486, 685, 81, 'Altneudorf', 494635600, 88041100, 0),
(106487, 685, 81, 'Altoberndorf', 482752100, 85962000, 0),
(106488, 685, 81, 'Altschweier', 486995400, 81623300, 0),
(106489, 685, 81, 'Altstadt', 481589300, 86453000, 0),
(106490, 685, 81, 'Altwiesloch', 493001100, 87121800, 0),
(106491, 685, 81, 'Am Bach', 481763700, 82315500, 0),
(106492, 685, 81, 'Amoltern', 481271400, 76779000, 0),
(106493, 685, 81, 'Andelfingen', 481465600, 94073900, 0),
(106494, 685, 81, 'Asselfingen', 485295900, 101916600, 0),
(106495, 685, 81, 'Assmannshardt', 481553900, 97391400, 0),
(106496, 685, 81, 'Attlisberg', 477223800, 81672200, 0),
(106497, 685, 81, 'Atzenbach', 477147200, 78737000, 0),
(106498, 685, 81, 'Au am Rhein', 489500000, 82333300, 0),
(106499, 685, 81, 'Au im Murgtal', 487210400, 83606800, 0),
(106500, 685, 81, 'Aufen', 479630300, 84716600, 0),
(106501, 685, 81, 'Aufhofen', 481740400, 97836500, 0),
(106502, 685, 81, 'Aurich', 489145400, 89448600, 0),
(106503, 685, 81, 'Ausserer Vogelsberg', 483872900, 84511300, 0),
(106504, 685, 81, 'Babstadt', 492425700, 90561000, 0),
(106505, 685, 81, 'Bachheim', 478591600, 84029200, 0),
(106506, 685, 81, 'Bad Ditzenbach', 485883000, 97039300, 0),
(106507, 685, 81, 'Bad Durrheim', 480209300, 85305600, 0),
(106508, 685, 81, 'Bad Griesbach', 484504100, 82349400, 0),
(106509, 685, 81, 'Bad Herrenalb', 487978700, 84361700, 0),
(106510, 685, 81, 'Bad Peterstal-Griesbach', 484333300, 82166700, 0),
(106511, 685, 81, 'Bad Sebastiansweiler', 484016000, 90144500, 0),
(106512, 685, 81, 'Baiertal', 493010100, 87368800, 0),
(106513, 685, 81, 'Baierthal', 496841100, 97297000, 0),
(106514, 685, 81, 'Baisingen', 485044400, 87762700, 0),
(106515, 685, 81, 'Balg', 487894600, 82264900, 0),
(106516, 685, 81, 'Baltringen', 481730900, 98641600, 0),
(106517, 685, 81, 'Balzholz', 485666400, 93901300, 0),
(106518, 685, 81, 'Barenthal', 480666700, 89333300, 0),
(106519, 685, 81, 'Bargau', 487874700, 98875700, 0),
(106520, 685, 81, 'Bartholoma', 487535000, 99875200, 0),
(106521, 685, 81, 'Batschenhof', 489038400, 98690500, 0),
(106522, 685, 81, 'Batzenhausle', 480871200, 79370000, 0),
(106523, 685, 81, 'Baumlesfeld', 490666700, 95833300, 0),
(106524, 685, 81, 'Baustetten', 482064100, 98875100, 0),
(106525, 685, 81, 'Bautzenhof', 490339100, 102347400, 0),
(106526, 685, 81, 'Bechtoldsweiler', 483845300, 89450200, 0),
(106527, 685, 81, 'Beffendorf', 482813100, 85398100, 0),
(106528, 685, 81, 'Behla', 478955500, 85140100, 0),
(106529, 685, 81, 'Bei der Holzlebruck', 479233300, 81940400, 0),
(106530, 685, 81, 'Beiertheim', 489904100, 83755300, 0),
(106531, 685, 81, 'Beilstein', 490414000, 93137000, 0),
(106532, 685, 81, 'Belsen', 483948500, 90387000, 0),
(106533, 685, 81, 'Benningen am Neckar', 489467200, 92421200, 0),
(106534, 685, 81, 'Benzenzimmern', 488895800, 104366700, 0),
(106535, 685, 81, 'Benzhausen', 480573200, 78096900, 0),
(106536, 685, 81, 'Benzingen', 481706400, 91496800, 0),
(106537, 685, 81, 'Bergach', 483801400, 80386700, 0),
(106538, 685, 81, 'Bergerhausen', 480999500, 98100900, 0),
(106539, 685, 81, 'Bergfelden', 483461500, 86825500, 0),
(106540, 685, 81, 'Berghulen', 484639900, 97611000, 0),
(106541, 685, 81, 'Berkheim', 480426300, 100822700, 0),
(106542, 685, 81, 'Bernhausen', 480285300, 95202500, 0),
(106543, 685, 81, 'Bernlohe', 488480300, 101765600, 0),
(106544, 685, 81, 'Berolzheim', 494750300, 95403800, 0),
(106545, 685, 81, 'Berwangen', 476280600, 85025100, 0),
(106546, 685, 81, 'Bettringen', 487880900, 98427200, 0),
(106547, 685, 81, 'Beutelsbach', 488041400, 93882500, 0),
(106548, 685, 81, 'Bickensohl', 480780000, 76456100, 0),
(106549, 685, 81, 'Bickesheim Kloster', 489333300, 82666700, 0),
(106550, 685, 81, 'Biengen', 479385400, 76921000, 0),
(106551, 685, 81, 'Bieringen', 484515200, 88548500, 0),
(106552, 685, 81, 'Bierlingen', 484320200, 88152400, 0),
(106553, 685, 81, 'Biezighofen', 479401200, 78178100, 0),
(106554, 685, 81, 'Bildechingen', 484643900, 87143900, 0),
(106555, 685, 81, 'Bilfingen', 489482400, 86249300, 0),
(106556, 685, 81, 'Binswangen', 491743800, 92592100, 0),
(106557, 685, 81, 'Binzen', 476333300, 76166700, 0),
(106558, 685, 81, 'Binzmatte', 484185800, 80165200, 0),
(106559, 685, 81, 'Birach', 483504300, 80799900, 0),
(106560, 685, 81, 'Birkach', 487214900, 92087300, 0),
(106561, 685, 81, 'Birkenfeld', 488666700, 86333300, 0),
(106562, 685, 81, 'Birkenlohe', 489065100, 97818200, 0),
(106563, 685, 81, 'Birkmannsweiler', 488648000, 94307300, 0),
(106564, 685, 81, 'Bischoffingen', 481043500, 76272400, 0),
(106565, 685, 81, 'Bischweier', 488376600, 82841200, 0),
(106566, 685, 81, 'Bissingen an der Enz', 489500000, 91000000, 0),
(106567, 685, 81, 'Bissingen an der Teck', 485991500, 94914600, 0),
(106568, 685, 81, 'Bissingen ob Lontal', 485673800, 101723500, 0),
(106569, 685, 81, 'Bitz', 482440000, 90914400, 0),
(106570, 685, 81, 'Blansingen', 476911900, 75416000, 0),
(106571, 685, 81, 'Bleibach', 481224600, 80077300, 0),
(106572, 685, 81, 'Blochingen', 480689000, 93458500, 0),
(106573, 685, 81, 'Blumberg', 478405800, 85332900, 0),
(106574, 685, 81, 'Blumenau', 495566700, 84683300, 0),
(106575, 685, 81, 'Bobingen an der Rems', 488195500, 99213000, 0),
(106576, 685, 81, 'Bobstadt', 494672500, 96740000, 0),
(106577, 685, 81, 'Bochingen', 483011200, 86133500, 0),
(106578, 685, 81, 'Bodelshofen', 486673800, 94094500, 0),
(106579, 685, 81, 'Bodigheim', 494780200, 93137000, 0),
(106580, 685, 81, 'Bodman-Ludwigshafen', 478166700, 90666700, 0),
(106581, 685, 81, 'Boffingen', 484315500, 85234600, 0),
(106582, 685, 81, 'Bollenbach', 482925900, 80738600, 0),
(106583, 685, 81, 'Bollingen', 484549700, 99109100, 0),
(106584, 685, 81, 'Bollschweil', 479214300, 77898600, 0),
(106585, 685, 81, 'Bonfeld', 492134500, 90949900, 0),
(106586, 685, 81, 'Bonlanden auf den Fildern', 486532700, 92168900, 0),
(106587, 685, 81, 'Bonndorf im Schwarzwald', 478186300, 83413900, 0),
(106588, 685, 81, 'Bortlingen', 487537600, 96318100, 0),
(106589, 685, 81, 'Bosenlustnau', 490368000, 102688300, 0),
(106590, 685, 81, 'Bosingen', 482333300, 85500000, 0),
(106591, 685, 81, 'Botenheim', 490651400, 90639700, 0),
(106592, 685, 81, 'Botzingen', 480764200, 77248500, 0),
(106593, 685, 81, 'Boxberg', 494796500, 96400600, 0),
(106594, 685, 81, 'Brackenhofen', 480918300, 96055300, 0),
(106595, 685, 81, 'Brainkofen', 488399200, 98652700, 0),
(106596, 685, 81, 'Braune Hardt', 489770100, 101080800, 0),
(106597, 685, 81, 'Braunhofe', 481465100, 80475500, 0),
(106598, 685, 81, 'Braunisheim', 486038600, 99416200, 0),
(106599, 685, 81, 'Braunsbach', 491991700, 97905600, 0),
(106600, 685, 81, 'Brausenried', 488753300, 100955300, 0),
(106601, 685, 81, 'Breech', 487694800, 96258300, 0),
(106602, 685, 81, 'Breitenstein', 486316900, 90479700, 0),
(106603, 685, 81, 'Brend', 488556200, 96923400, 0),
(106604, 685, 81, 'Brettenfeld', 492580100, 100199900, 0),
(106605, 685, 81, 'Bretzenacker', 488567200, 94542500, 0),
(106606, 685, 81, 'Bretzingen', 495766600, 94872800, 0),
(106607, 685, 81, 'Breuningsweiler', 488526600, 94110800, 0),
(106608, 685, 81, 'Bronnacker', 494441300, 94831600, 0),
(106609, 685, 81, 'Bronnenmuhle', 486666700, 101500000, 0),
(106610, 685, 81, 'Bronnweiler', 484498700, 91391700, 0),
(106611, 685, 81, 'Brotzingen', 488881400, 86627400, 0),
(106612, 685, 81, 'Bruch', 489211600, 95201900, 0),
(106613, 685, 81, 'Brucken', 485732400, 94563500, 0),
(106614, 685, 81, 'Bubsheim', 481166700, 88333300, 0),
(106615, 685, 81, 'Buch am Ahorn', 495390900, 95556000, 0),
(106616, 685, 81, 'Buchenau', 491001800, 85282200, 0),
(106617, 685, 81, 'Buchhalde', 485218600, 93721100, 0),
(106618, 685, 81, 'Buchholz', 480817400, 79155100, 0),
(106619, 685, 81, 'Buchig', 490488600, 84675100, 0),
(106620, 685, 81, 'Buckenberg', 488837700, 87338900, 0),
(106621, 685, 81, 'Bugenstegen', 492391800, 99328400, 0),
(106622, 685, 81, 'Buhlbach', 485256200, 82649500, 0),
(106623, 685, 81, 'Buhlerhohe', 486743700, 82289800, 0),
(106624, 685, 81, 'Buhlertann', 490416700, 99086100, 0),
(106625, 685, 81, 'Buhlhof', 479100600, 94201700, 0),
(106626, 685, 81, 'Buhlweg', 484500000, 79666700, 0),
(106627, 685, 81, 'Bulach', 489853400, 83798200, 0),
(106628, 685, 81, 'Burbach', 488703600, 84378400, 0),
(106629, 685, 81, 'Burchau', 477738900, 78271600, 0),
(106630, 685, 81, 'Burg', 476584100, 80794900, 0),
(106631, 685, 81, 'Burg Neunstadt', 492431700, 93359700, 0),
(106632, 685, 81, 'Burgheim', 483500000, 78833300, 0),
(106633, 685, 81, 'Burgholz', 488156400, 98659900, 0),
(106634, 685, 81, 'Burkhardshof', 488666700, 94166700, 0),
(106635, 685, 81, 'Burkheim', 481008300, 75995300, 0),
(106636, 685, 81, 'Bus', 481794700, 78947200, 0),
(106637, 685, 81, 'Busenbach', 489318000, 84611500, 0),
(106638, 685, 81, 'Busslingen', 477927500, 86839200, 0),
(106639, 685, 81, 'Butschenberg', 486839900, 82034900, 0),
(106640, 685, 81, 'Buttelbronn', 492170000, 94929900, 0),
(106641, 685, 81, 'Buttenhausen', 483615000, 94777700, 0),
(106642, 685, 81, 'Calmbach', 487764100, 85797200, 0),
(106643, 685, 81, 'Cappel', 492000400, 95301300, 0),
(106644, 685, 81, 'Charlottenhohe', 487836500, 86003000, 0),
(106645, 685, 81, 'Christophshof', 487018200, 85244400, 0),
(106646, 685, 81, 'Christophstal', 484678800, 83984800, 0),
(106647, 685, 81, 'Cottenweiler', 489189300, 94833300, 0),
(106648, 685, 81, 'Dachtel', 486778700, 88546400, 0),
(106649, 685, 81, 'Dallau', 493855300, 91906000, 0),
(106650, 685, 81, 'Dammerstock', 489833300, 84000000, 0),
(106651, 685, 81, 'Darmsbach', 489369100, 85631900, 0),
(106652, 685, 81, 'Darmsheim', 486952700, 89395200, 0),
(106653, 685, 81, 'Datzingen', 487166800, 88860900, 0),
(106654, 685, 81, 'Dauchingen', 480899300, 85501100, 0),
(106655, 685, 81, 'Daudenzell', 493465900, 90059900, 0),
(106656, 685, 81, 'Dautenstein', 483049200, 79419000, 0),
(106657, 685, 81, 'Daxlanden', 490046200, 83319000, 0),
(106658, 685, 81, 'Degerloch', 487467700, 91704900, 0),
(106659, 685, 81, 'Degerschlacht', 485224300, 91753000, 0),
(106660, 685, 81, 'Delkhofen', 481652300, 87849000, 0),
(106661, 685, 81, 'Dertingen', 497680400, 96202200, 0),
(106662, 685, 81, 'Dettenhausen', 486075800, 91004100, 0),
(106663, 685, 81, 'Dettingen am Albuch', 485988600, 101242000, 0),
(106664, 685, 81, 'Dettingen unter Teck', 486166700, 94500000, 0),
(106665, 685, 81, 'Diedelsheim', 490408000, 86840600, 0),
(106666, 685, 81, 'Dielheim', 492841700, 87380600, 0),
(106667, 685, 81, 'Diersheim', 486481400, 78885300, 0),
(106668, 685, 81, 'Dietenbach', 479538100, 79454900, 0),
(106669, 685, 81, 'Dietenhausen', 489164100, 85595500, 0),
(106670, 685, 81, 'Dietersbach', 482833300, 81666700, 0),
(106671, 685, 81, 'Dietersweiler', 484517200, 84670800, 0),
(106672, 685, 81, 'Dillweissenstein', 488696200, 86883200, 0),
(106673, 685, 81, 'Dilsberg', 493983400, 88354400, 0),
(106674, 685, 81, 'Dilsbergerhof', 493804100, 88395000, 0),
(106675, 685, 81, 'Dimbach', 491708700, 93838600, 0),
(106676, 685, 81, 'Dinglingen', 483500000, 78500000, 0),
(106677, 685, 81, 'Doffingen', 487106500, 89132600, 0),
(106678, 685, 81, 'Doggingen', 478916600, 84347300, 0),
(106679, 685, 81, 'Donnbronn', 491031800, 92662500, 0),
(106680, 685, 81, 'Dorlinbach', 482461000, 79559900, 0),
(106681, 685, 81, 'Dornach', 485777400, 91958100, 0),
(106682, 685, 81, 'Dorzbach', 493835500, 97073200, 0),
(106683, 685, 81, 'Dottenweiler', 483977100, 84657600, 0),
(106684, 685, 81, 'Dotternhausen', 482284800, 87922800, 0),
(106685, 685, 81, 'Dottighofen', 479329400, 76842500, 0),
(106686, 685, 81, 'Dreiangel', 481166700, 82500000, 0),
(106687, 685, 81, 'Dresselhof', 489411200, 94744400, 0),
(106688, 685, 81, 'Duhren', 492437700, 88363600, 0),
(106689, 685, 81, 'Dundenheim', 484491900, 78180800, 0),
(106690, 685, 81, 'Dunningen', 482124200, 85061900, 0),
(106691, 685, 81, 'Durbheim', 480500000, 87833300, 0),
(106692, 685, 81, 'Durmentingen', 481166700, 95333300, 0),
(106693, 685, 81, 'Durnachhof', 482333300, 98500000, 0),
(106694, 685, 81, 'Durrenbuchig', 490209000, 86477400, 0),
(106695, 685, 81, 'Durrenzimmern', 490865100, 90770100, 0),
(106696, 685, 81, 'Durrhof', 497494200, 93614500, 0),
(106697, 685, 81, 'Durrmenz', 489417300, 88386600, 0),
(106698, 685, 81, 'Durrn', 489568700, 87543400, 0),
(106699, 685, 81, 'Durrweiler', 485206100, 85497800, 0),
(106700, 685, 81, 'Duttenberg', 492509600, 91943800, 0),
(106701, 685, 81, 'Duznau', 476262300, 97145100, 0),
(106702, 685, 81, 'Eberdingen', 488833300, 89666700, 0),
(106703, 685, 81, 'Eberstadt', 491802800, 93211100, 0),
(106704, 685, 81, 'Eberstal', 493420200, 96400100, 0),
(106705, 685, 81, 'Ebersweier', 484343900, 79878000, 0),
(106706, 685, 81, 'Ebhausen', 485833300, 86833300, 0),
(106707, 685, 81, 'Eckacker', 481844900, 79154800, 0),
(106708, 685, 81, 'Eckenweiler', 484730900, 88161800, 0),
(106709, 685, 81, 'Edelfingen', 495125700, 97527300, 0),
(106710, 685, 81, 'Edingen-Neckarhausen', 494572200, 86063900, 0),
(106711, 685, 81, 'Effringen', 486241600, 87136700, 0),
(106712, 685, 81, 'Egartenhof', 489500000, 90833300, 0),
(106713, 685, 81, 'Eggenstein-Leopoldshafen', 490900600, 83987900, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(106714, 685, 81, 'Eglingen', 483511700, 94285000, 0),
(106715, 685, 81, 'Ehestetten', 482000000, 90500000, 0),
(106716, 685, 81, 'Ehrenstetten', 479129300, 77564100, 0),
(106717, 685, 81, 'Ehrstadt', 492429400, 89822600, 0),
(106718, 685, 81, 'Eiberg', 489953000, 102398900, 0),
(106719, 685, 81, 'Eichelberg', 490873600, 100840800, 0),
(106720, 685, 81, 'Eichenau', 481564700, 94969900, 0),
(106721, 685, 81, 'Eichenrain', 490285800, 101365600, 0),
(106722, 685, 81, 'Eichtersheim', 492381100, 87772600, 0),
(106723, 685, 81, 'Eiersheim', 496608900, 95879200, 0),
(106724, 685, 81, 'Eilet', 481881200, 80860100, 0),
(106725, 685, 81, 'Einod', 489997000, 93616400, 0),
(106726, 685, 81, 'Einode', 478733900, 95600600, 0),
(106727, 685, 81, 'Eisenbreche', 478003400, 81767900, 0),
(106728, 685, 81, 'Eisensprung', 483373200, 80362100, 0),
(106729, 685, 81, 'Eisingen', 489500000, 86666700, 0),
(106730, 685, 81, 'Elchesheim', 489296300, 82106700, 0),
(106731, 685, 81, 'Elchingen auf dem Hartsfeld', 487912400, 102647300, 0),
(106732, 685, 81, 'Elgersweier', 484400200, 79475800, 0),
(106733, 685, 81, 'Ellhofen', 491466700, 93219400, 0),
(106734, 685, 81, 'Elme', 480988200, 80587000, 0),
(106735, 685, 81, 'Elpersheim', 494694400, 98727800, 0),
(106736, 685, 81, 'Elsenz', 491783300, 88322700, 0),
(106737, 685, 81, 'Emerkingen', 482119200, 96564700, 0),
(106738, 685, 81, 'Emmingen', 485836600, 87347200, 0),
(106739, 685, 81, 'Emmingen ab Egg', 479298800, 88519000, 0),
(106740, 685, 81, 'Emmingen-Liptingen', 479333300, 88833300, 0),
(106741, 685, 81, 'Endingen', 481422100, 77004900, 0),
(106742, 685, 81, 'Engelberg', 487901800, 94657100, 0),
(106743, 685, 81, 'Engelsbrand', 488333300, 86500000, 0),
(106744, 685, 81, 'Engstlatt', 483007200, 88741200, 0),
(106745, 685, 81, 'Ennahofen', 483509700, 96598100, 0),
(106746, 685, 81, 'Ennetach', 480523800, 93201000, 0),
(106747, 685, 81, 'Ensingen', 489678400, 89501100, 0),
(106748, 685, 81, 'Enslingen', 491611100, 97558300, 0),
(106749, 685, 81, 'Entringen', 485534300, 89721800, 0),
(106750, 685, 81, 'Enzberg', 489359400, 88001200, 0),
(106751, 685, 81, 'Enzweihingen', 489169600, 89833800, 0),
(106752, 685, 81, 'Epfenbach', 493391700, 89077800, 0),
(106753, 685, 81, 'Erbach', 483284100, 98875200, 0),
(106754, 685, 81, 'Erbersbronn', 486355400, 83263700, 0),
(106755, 685, 81, 'Erbstetten', 482795700, 95403400, 0),
(106756, 685, 81, 'Erdlinsbach', 482817700, 82868000, 0),
(106757, 685, 81, 'Erisdorf', 481194900, 94824500, 0),
(106758, 685, 81, 'Erkenbrechtsweiler', 485565600, 94321100, 0),
(106759, 685, 81, 'Erlau', 488296700, 101112400, 0),
(106760, 685, 81, 'Ermingen', 483812200, 98992000, 0),
(106761, 685, 81, 'Erolzheim', 480900100, 100730000, 0),
(106762, 685, 81, 'Ersingen', 482926000, 98551000, 0),
(106763, 685, 81, 'Eschelbronn', 493194400, 88652800, 0),
(106764, 685, 81, 'Ettenheimweiler', 482371400, 78202600, 0),
(106765, 685, 81, 'Ettlenschiess', 485638300, 99247300, 0),
(106766, 685, 81, 'Ettmannsweiler', 486151500, 85492900, 0),
(106767, 685, 81, 'Eubigheim', 495005000, 95386800, 0),
(106768, 685, 81, 'Eyachmuhle', 487822100, 85201500, 0),
(106769, 685, 81, 'Eybach', 486368800, 98743100, 0),
(106770, 685, 81, 'Fachsenfeld', 488849200, 100473800, 0),
(106771, 685, 81, 'Feckenhausen', 481676600, 86897100, 0),
(106772, 685, 81, 'Feldberg-Ort', 478592500, 80394200, 0),
(106773, 685, 81, 'Feldhausen', 482548000, 92709600, 0),
(106774, 685, 81, 'Feldstetten', 484774200, 96268600, 0),
(106775, 685, 81, 'Fessenbach', 484648400, 79784800, 0),
(106776, 685, 81, 'Feudenheim', 494867100, 85335000, 0),
(106777, 685, 81, 'Fichtenberg', 489860100, 97119900, 0),
(106778, 685, 81, 'Finsterlingen', 477022200, 80860000, 0),
(106779, 685, 81, 'Fischingen', 476500000, 76000000, 0),
(106780, 685, 81, 'Fisslerhof', 489372000, 91378400, 0),
(106781, 685, 81, 'Flacht', 488345500, 89118000, 0),
(106782, 685, 81, 'Flehingen', 490877200, 87791300, 0),
(106783, 685, 81, 'Flein', 491030600, 92108300, 0),
(106784, 685, 81, 'Fleischwangen', 478833300, 94833300, 0),
(106785, 685, 81, 'Flinsbach', 493072900, 90022000, 0),
(106786, 685, 81, 'Flochberg', 488475100, 103734100, 0),
(106787, 685, 81, 'Flozlingen', 481664000, 85316400, 0),
(106788, 685, 81, 'Fluorn', 483035300, 84818300, 0),
(106789, 685, 81, 'Forchheim', 481666700, 77000000, 0),
(106790, 685, 81, 'Frankenbach', 491589000, 91720700, 0),
(106791, 685, 81, 'Frauenkopf', 487666700, 92166700, 0),
(106792, 685, 81, 'Freistett', 486712400, 79392500, 0),
(106793, 685, 81, 'Freitagshof', 486704300, 94308800, 0),
(106794, 685, 81, 'Freudenberg', 497425400, 93243900, 0),
(106795, 685, 81, 'Frickenhausen', 485935300, 93600500, 0),
(106796, 685, 81, 'Frickingen', 478166700, 92666700, 0),
(106797, 685, 81, 'Friedach', 477482200, 96474500, 0),
(106798, 685, 81, 'Friedingen', 477854800, 88770800, 0),
(106799, 685, 81, 'Friedrichsfeld', 494420500, 85769600, 0),
(106800, 685, 81, 'Friesenheim', 483666700, 78833300, 0),
(106801, 685, 81, 'Frohnau', 482966000, 81947100, 0),
(106802, 685, 81, 'Froschlach', 484564500, 79773700, 0),
(106803, 685, 81, 'Furfeld', 492103800, 90606100, 0),
(106804, 685, 81, 'Furnsal', 483763900, 85193800, 0),
(106805, 685, 81, 'Gailenkirchen', 491470200, 96913100, 0),
(106806, 685, 81, 'Gaisdorf', 491718000, 97484400, 0),
(106807, 685, 81, 'Gallenbach', 487374000, 81790300, 0),
(106808, 685, 81, 'Gallenweiler', 478836200, 76818600, 0),
(106809, 685, 81, 'Gammertingen', 482524000, 92234800, 0),
(106810, 685, 81, 'Gamshurst', 486655600, 80189300, 0),
(106811, 685, 81, 'Garnberg', 492855000, 97039700, 0),
(106812, 685, 81, 'Gass', 477934400, 80515200, 0),
(106813, 685, 81, 'Gauangelloch', 493458600, 87525100, 0),
(106814, 685, 81, 'Gausbach', 486852300, 83644600, 0),
(106815, 685, 81, 'Gebenweiler', 489100900, 96504200, 0),
(106816, 685, 81, 'Gebersheim', 488125200, 89790100, 0),
(106817, 685, 81, 'Gechingen', 486952700, 88291500, 0),
(106818, 685, 81, 'Geisingen', 479250400, 86500200, 0),
(106819, 685, 81, 'Gellmersbach', 491811400, 92981500, 0),
(106820, 685, 81, 'Genkingen', 484067600, 91853400, 0),
(106821, 685, 81, 'Georgenstadt', 490257300, 102059400, 0),
(106822, 685, 81, 'Geradstetten', 488099700, 94424500, 0),
(106823, 685, 81, 'Gerhausen', 483981500, 98004900, 0),
(106824, 685, 81, 'Germannsweiler', 489350000, 94146800, 0),
(106825, 685, 81, 'Geroldsau', 487258900, 82465600, 0),
(106826, 685, 81, 'Geroldshofstetten', 477698000, 82576300, 0),
(106827, 685, 81, 'Gerolzahn', 496253000, 93195600, 0),
(106828, 685, 81, 'Gerschweiler', 486128800, 102500700, 0),
(106829, 685, 81, 'Gerstetten', 486333300, 100333300, 0),
(106830, 685, 81, 'Gissigheim', 495946500, 95876500, 0),
(106831, 685, 81, 'Gochsheim', 491034800, 87464000, 0),
(106832, 685, 81, 'Gogglingen', 483374200, 99390200, 0),
(106833, 685, 81, 'Goldbach', 477833300, 91500000, 0),
(106834, 685, 81, 'Gollenhof', 489038700, 93603900, 0),
(106835, 685, 81, 'Gomadingen', 483998000, 93906500, 0),
(106836, 685, 81, 'Gondelsheim', 490591700, 86583300, 0),
(106837, 685, 81, 'Gonningen', 484331900, 91486900, 0),
(106838, 685, 81, 'Goschweiler', 478581900, 83125800, 0),
(106839, 685, 81, 'Gosheim', 481343000, 87542600, 0),
(106840, 685, 81, 'Gottingen', 484733200, 100804700, 0),
(106841, 685, 81, 'Gotzingen', 494945800, 93954300, 0),
(106842, 685, 81, 'Graben-Neudorf', 491669500, 84924300, 0),
(106843, 685, 81, 'Grantschen', 491601800, 93268800, 0),
(106844, 685, 81, 'Grauleshof', 488333300, 101166700, 0),
(106845, 685, 81, 'Greffern', 487520600, 80051500, 0),
(106846, 685, 81, 'Grenzacher Horn', 475604800, 76415100, 0),
(106847, 685, 81, 'Grimmelfingen', 483718500, 99357600, 0),
(106848, 685, 81, 'Grissheim', 478730900, 75917000, 0),
(106849, 685, 81, 'Gronau', 490343800, 93365500, 0),
(106850, 685, 81, 'Grossaspach', 489664100, 94010000, 0),
(106851, 685, 81, 'Grossengstingen', 483871000, 92854600, 0),
(106852, 685, 81, 'Grossgartach', 491442900, 91226400, 0),
(106853, 685, 81, 'Grossheppach', 488195500, 93849800, 0),
(106854, 685, 81, 'Grossingersheim', 489608700, 91803900, 0),
(106855, 685, 81, 'Grosssachsen', 495238000, 86578900, 0),
(106856, 685, 81, 'Grosssachsenheim', 489604000, 90663500, 0),
(106857, 685, 81, 'Grossvillars', 490458000, 87709200, 0),
(106858, 685, 81, 'Grunbach', 486988900, 98428900, 0),
(106859, 685, 81, 'Gruner Berg', 482823100, 85829400, 0),
(106860, 685, 81, 'Grunern', 478705400, 77190000, 0),
(106861, 685, 81, 'Grunmettstetten', 484575300, 86156800, 0),
(106862, 685, 81, 'Grunsfeldhausen', 496262300, 97434800, 0),
(106863, 685, 81, 'Grunwettersbach', 489556500, 84689100, 0),
(106864, 685, 81, 'Grunwinkel', 490004900, 83545000, 0),
(106865, 685, 81, 'Gruol', 483456100, 87756700, 0),
(106866, 685, 81, 'Gschlachtenbretzingen', 490881700, 97540400, 0),
(106867, 685, 81, 'Gultlingen', 486503200, 87747300, 0),
(106868, 685, 81, 'Gultstein', 485750200, 88785800, 0),
(106869, 685, 81, 'Gundelfingen', 480500000, 78666700, 0),
(106870, 685, 81, 'Gundelsbach', 488284400, 93997700, 0),
(106871, 685, 81, 'Gundelsheim', 492833000, 91603700, 0),
(106872, 685, 81, 'Gundringen', 485159300, 87079600, 0),
(106873, 685, 81, 'Gut Scheibenhardt', 489747500, 83724400, 0),
(106874, 685, 81, 'Gutenberg', 485342500, 95187100, 0),
(106875, 685, 81, 'Gutmadingen', 479112800, 86153100, 0),
(106876, 685, 81, 'Haag', 488791500, 99991500, 0),
(106877, 685, 81, 'Haft', 486568400, 81178000, 0),
(106878, 685, 81, 'Hagelberg', 476612800, 77150600, 0),
(106879, 685, 81, 'Hagenbruck', 485687400, 81620300, 0),
(106880, 685, 81, 'Haigerloch', 483661400, 88035700, 0),
(106881, 685, 81, 'Hainstadt', 495395200, 93303900, 0),
(106882, 685, 81, 'Halde', 478914200, 78924100, 0),
(106883, 685, 81, 'Haltenbergstetten', 494000000, 99166700, 0),
(106884, 685, 81, 'Haltingen', 476138800, 76133800, 0),
(106885, 685, 81, 'Hambrucken', 491900000, 85405600, 0),
(106886, 685, 81, 'Hammereisenbach', 479959700, 83196700, 0),
(106887, 685, 81, 'Hangendeinbach', 487958700, 97371500, 0),
(106888, 685, 81, 'Hanweiler', 488541300, 93874300, 0),
(106889, 685, 81, 'Happach', 477411800, 79513300, 0),
(106890, 685, 81, 'Happenbach', 490852800, 92969900, 0),
(106891, 685, 81, 'Hardhof', 493364200, 91449900, 0),
(106892, 685, 81, 'Hardt', 481833300, 84166700, 0),
(106893, 685, 81, 'Hardthof', 488911000, 90296500, 0),
(106894, 685, 81, 'Harnersberg', 489903000, 96529100, 0),
(106895, 685, 81, 'Harras', 481431600, 88225300, 0),
(106896, 685, 81, 'Harthausen', 482618300, 86296300, 0),
(106897, 685, 81, 'Harthausen auf der Scheer', 481972800, 91604500, 0),
(106898, 685, 81, 'Hasenloch', 476333300, 76666700, 0),
(106899, 685, 81, 'Haslach im Kinzigtal', 482777300, 80894100, 0),
(106900, 685, 81, 'Hattenhofen', 486664800, 95745600, 0),
(106901, 685, 81, 'Haueneberstein', 488051900, 82206300, 0),
(106902, 685, 81, 'Hauingen', 476442300, 76953200, 0),
(106903, 685, 81, 'Hausach-Dorf', 482811800, 81555700, 0),
(106904, 685, 81, 'Hausen am Tann', 481983300, 88363100, 0),
(106905, 685, 81, 'Hausen an der Fils', 486073800, 97636700, 0),
(106906, 685, 81, 'Hausen an der Mohlin', 479561700, 76693900, 0),
(106907, 685, 81, 'Hausen an der Wurm', 487893700, 88384300, 0),
(106908, 685, 81, 'Hausen an der Zaber', 490780400, 91053300, 0),
(106909, 685, 81, 'Hausen vor Wald', 478918000, 84892300, 0),
(106910, 685, 81, 'Hecklingen', 481706400, 77714400, 0),
(106911, 685, 81, 'Heerberg', 489489100, 98549900, 0),
(106912, 685, 81, 'Hegensberg', 487411100, 93390700, 0),
(106913, 685, 81, 'Hegnach', 488574600, 92987400, 0),
(106914, 685, 81, 'Hegnauhof', 487990100, 95580600, 0),
(106915, 685, 81, 'Heidelsheim', 491014600, 86433500, 0),
(106916, 685, 81, 'Heidenhof', 489120600, 93821500, 0),
(106917, 685, 81, 'Heiligenholz', 478534200, 92655800, 0),
(106918, 685, 81, 'Heiligkreuz', 495061900, 86943500, 0),
(106919, 685, 81, 'Heiligkreuztal', 481335000, 94026700, 0),
(106920, 685, 81, 'Heimbach', 481623800, 78290800, 0),
(106921, 685, 81, 'Heimeck', 480958600, 79906300, 0),
(106922, 685, 81, 'Heinstetten', 481351600, 89640400, 0),
(106923, 685, 81, 'Hellmannshofen', 490724200, 99818100, 0),
(106924, 685, 81, 'Helmstadt', 493252000, 89756500, 0),
(106925, 685, 81, 'Hemmendorf', 484184600, 89200800, 0),
(106926, 685, 81, 'Hemmingen', 488666700, 90333300, 0),
(106927, 685, 81, 'Herboldshausen', 491786100, 99796200, 0),
(106928, 685, 81, 'Herdtlingshagen', 491837800, 97517800, 0),
(106929, 685, 81, 'Herdwangen', 478667600, 91801200, 0),
(106930, 685, 81, 'Herlikofen', 488212100, 98485200, 0),
(106931, 685, 81, 'Hermannsfeld', 488190700, 99892800, 0),
(106932, 685, 81, 'Hermersberg', 492759800, 96010400, 0),
(106933, 685, 81, 'Herrenholzle', 491377900, 94543200, 0),
(106934, 685, 81, 'Herrlingen', 484207400, 98979500, 0),
(106935, 685, 81, 'Hertmannsweiler', 488880300, 94222100, 0),
(106936, 685, 81, 'Heselbronn', 485958100, 85808900, 0),
(106937, 685, 81, 'Heselwangen', 482741700, 88798300, 0),
(106938, 685, 81, 'Heslachhof', 489559300, 95171400, 0),
(106939, 685, 81, 'Hesselhurst', 485163900, 78831300, 0),
(106940, 685, 81, 'Heuchstetten', 486414500, 100049200, 0),
(106941, 685, 81, 'Heumaden', 487465700, 92354700, 0),
(106942, 685, 81, 'Heutingsheim', 489288200, 91913900, 0),
(106943, 685, 81, 'Heuweiler', 480500000, 79000000, 0),
(106944, 685, 81, 'Hildboltsweier', 484530200, 79158800, 0),
(106945, 685, 81, 'Hildrizhausen', 486242300, 89660500, 0),
(106946, 685, 81, 'Hilgartshausen', 492675800, 100683800, 0),
(106947, 685, 81, 'Hilpertsau', 487367100, 83510300, 0),
(106948, 685, 81, 'Himmelreich', 479591700, 79926200, 0),
(106949, 685, 81, 'Himmlingen', 488401500, 101322300, 0),
(106950, 685, 81, 'Hinteraichhalden', 482558900, 84130000, 0),
(106951, 685, 81, 'Hinterburg', 482125100, 84896400, 0),
(106952, 685, 81, 'Hinterdorf', 479371100, 80584900, 0),
(106953, 685, 81, 'Hinterer Geisberg', 482485800, 79940100, 0),
(106954, 685, 81, 'Hinterheuweiler', 480426900, 78957000, 0),
(106955, 685, 81, 'Hipfelhof', 491588600, 91462700, 0),
(106956, 685, 81, 'Hirrlingen', 484124500, 88874200, 0),
(106957, 685, 81, 'Hirrweiler', 490922000, 94118400, 0),
(106958, 685, 81, 'Hirsau', 487353600, 87356800, 0),
(106959, 685, 81, 'Hirschau', 485015100, 89963400, 0),
(106960, 685, 81, 'Hitzkofen', 481047900, 92891100, 0),
(106961, 685, 81, 'Hochhausen', 493232900, 91035400, 0),
(106962, 685, 81, 'Hochstetten', 480198600, 76101000, 0),
(106963, 685, 81, 'Hochwiese', 487333300, 85333300, 0),
(106964, 685, 81, 'Hof', 477714600, 78700700, 0),
(106965, 685, 81, 'Hofherrnweiler', 488315900, 100590600, 0),
(106966, 685, 81, 'Hofingen', 488179000, 90168600, 0),
(106967, 685, 81, 'Hofstett am Steig', 486052200, 98505300, 0),
(106968, 685, 81, 'Hofstett-Emerbuch', 485815600, 99148500, 0),
(106969, 685, 81, 'Hohbaum', 486880400, 81563200, 0),
(106970, 685, 81, 'Hohe Eck', 481912500, 79248800, 0),
(106971, 685, 81, 'Hohebach', 493627100, 97316000, 0),
(106972, 685, 81, 'Hohenacker', 488646300, 93165800, 0),
(106973, 685, 81, 'Hohenasperg', 489101200, 91382600, 0),
(106974, 685, 81, 'Hohenberg', 488420700, 103274200, 0),
(106975, 685, 81, 'Hohengehren', 487601500, 94537400, 0),
(106976, 685, 81, 'Hohenhaslach', 490010900, 90199700, 0),
(106977, 685, 81, 'Hohenheim', 487138500, 92163300, 0),
(106978, 685, 81, 'Hohenklingen', 490251000, 88082500, 0),
(106979, 685, 81, 'Hohenmemmingen', 486281400, 102750500, 0),
(106980, 685, 81, 'Hohensachsen', 495191000, 86690100, 0),
(106981, 685, 81, 'Hohenstadt', 485444000, 96639300, 0),
(106982, 685, 81, 'Hohlenstein', 487620400, 103822600, 0),
(106983, 685, 81, 'Hohrain', 487362400, 97002400, 0),
(106984, 685, 81, 'Hohweg', 482238600, 82241200, 0),
(106985, 685, 81, 'Hollerbach', 495151600, 92791200, 0),
(106986, 685, 81, 'Hollstein', 476381000, 77451000, 0),
(106987, 685, 81, 'Holzelfingen', 484262400, 92761500, 0),
(106988, 685, 81, 'Holzhausen', 480718000, 78002400, 0),
(106989, 685, 81, 'Holzheim', 486869900, 96884000, 0),
(106990, 685, 81, 'Holzle', 479839000, 90360000, 0),
(106991, 685, 81, 'Holzleuten', 488512900, 99623000, 0),
(106992, 685, 81, 'Holzmaden', 486333300, 95166700, 0),
(106993, 685, 81, 'Holzweiler Hof', 490118000, 92500900, 0),
(106994, 685, 81, 'Hopfau', 483717900, 85775800, 0),
(106995, 685, 81, 'Hopfigheim', 489821000, 92435100, 0),
(106996, 685, 81, 'Horden', 487814000, 83469000, 0),
(106997, 685, 81, 'Horkheim', 491152500, 91712000, 0),
(106998, 685, 81, 'Horlachen', 489413300, 97053500, 0),
(106999, 685, 81, 'Hornstaad', 476925100, 89966900, 0),
(107000, 685, 81, 'Horrenberg', 492804000, 87808700, 0),
(107001, 685, 81, 'Horschweiler', 484798200, 85612700, 0),
(107002, 685, 81, 'Hosslinswart', 488294100, 94623200, 0),
(107003, 685, 81, 'Hubertshofen', 479580700, 83922100, 0),
(107004, 685, 81, 'Huchenfeld', 488559200, 86975200, 0),
(107005, 685, 81, 'Huffenhardt', 492919400, 90816700, 0),
(107006, 685, 81, 'Hugelheim', 478303300, 76209900, 0),
(107007, 685, 81, 'Hugsweier', 483624000, 78344300, 0),
(107008, 685, 81, 'Hundheim', 496904900, 94682300, 0),
(107009, 685, 81, 'Hundsbosch', 486353500, 81151600, 0),
(107010, 685, 81, 'Hungerberg', 485333300, 80833300, 0),
(107011, 685, 81, 'Hutmacherdobel', 483882300, 80757800, 0),
(107012, 685, 81, 'Huttenheim', 491986200, 84675600, 0),
(107013, 685, 81, 'Huttisheim', 482796500, 99424600, 0),
(107014, 685, 81, 'Huttlingen', 488926600, 101006400, 0),
(107015, 685, 81, 'Huzenbach', 485858300, 83889800, 0),
(107016, 685, 81, 'Ichenheim', 484331800, 78106200, 0),
(107017, 685, 81, 'Iffezheim', 488216700, 81431000, 0),
(107018, 685, 81, 'Igelsloch', 487508800, 86614100, 0),
(107019, 685, 81, 'Ihlingen', 484335600, 86618600, 0),
(107020, 685, 81, 'Ihringen', 480500000, 76500000, 0),
(107021, 685, 81, 'Illingen', 489340600, 82074700, 0),
(107022, 685, 81, 'Immenhausen', 484795800, 91011400, 0),
(107023, 685, 81, 'In den Hofen', 486133200, 81320100, 0),
(107024, 685, 81, 'Ingerkingen', 481989400, 97707000, 0),
(107025, 685, 81, 'Irndorf', 480666700, 89666700, 0),
(107026, 685, 81, 'Iselshausen', 485329400, 87219500, 0),
(107027, 685, 81, 'Istein', 476595700, 75373100, 0),
(107028, 685, 81, 'Jagstfeld', 492359200, 91950800, 0),
(107029, 685, 81, 'Jagstzell', 490305500, 100975100, 0),
(107030, 685, 81, 'Jebenhausen', 486826000, 96269800, 0),
(107031, 685, 81, 'Jesingen', 486390600, 94892300, 0),
(107032, 685, 81, 'Jestetten', 476500000, 85666700, 0),
(107033, 685, 81, 'Jettkofen', 479678700, 93706600, 0),
(107034, 685, 81, 'Kaisersbach', 489302300, 96389800, 0),
(107035, 685, 81, 'Kaltental', 487393800, 91296800, 0),
(107036, 685, 81, 'Kammersbrunn', 486349000, 81192600, 0),
(107037, 685, 81, 'Kapfenhardt', 488082800, 86831800, 0),
(107038, 685, 81, 'Kappel-Grafenhausen', 482833300, 77500000, 0),
(107039, 685, 81, 'Kappishausern', 485483200, 93295000, 0),
(107040, 685, 81, 'Karlsdorf', 491419400, 85377800, 0),
(107041, 685, 81, 'Karlsdorf-Neuthard', 491347200, 85302800, 0),
(107042, 685, 81, 'Kembach', 497444600, 96279600, 0),
(107043, 685, 81, 'Kems', 479069800, 77007500, 0),
(107044, 685, 81, 'Kiebingen', 484753100, 89713700, 0),
(107045, 685, 81, 'Kiesberg', 491028000, 96821200, 0),
(107046, 685, 81, 'Kieselberg', 489847100, 97986700, 0),
(107047, 685, 81, 'Kilpen', 480675200, 81402300, 0),
(107048, 685, 81, 'Kimmichsweiler', 487387300, 93544300, 0),
(107049, 685, 81, 'Kirchberg', 480200200, 87240400, 0),
(107050, 685, 81, 'Kirchberg an der Iller', 481333300, 100833300, 0),
(107051, 685, 81, 'Kirchberg an der Murr', 489429700, 93408300, 0),
(107052, 685, 81, 'Kirchdorf', 480163100, 84716800, 0),
(107053, 685, 81, 'Kirchen', 476482100, 75692000, 0),
(107054, 685, 81, 'Kirchensall', 492398500, 96005900, 0),
(107055, 685, 81, 'Kirchheim am Ries', 488792200, 104002800, 0),
(107056, 685, 81, 'Kirchhofen', 479222700, 77423400, 0),
(107057, 685, 81, 'Kislau', 492166700, 86500000, 0),
(107058, 685, 81, 'Kittersburg', 485013700, 78380100, 0),
(107059, 685, 81, 'Klaffenbach', 488975500, 95749700, 0),
(107060, 685, 81, 'Klarenberg', 488000000, 98166700, 0),
(107061, 685, 81, 'Kleinallmendingen', 483300100, 97192100, 0),
(107062, 685, 81, 'Kleinaspach', 489904800, 93614500, 0),
(107063, 685, 81, 'Kleinbettlingen', 485711600, 92869200, 0),
(107064, 685, 81, 'Kleindeinbach', 487940700, 97503000, 0),
(107065, 685, 81, 'Kleines Tal', 479570300, 78979100, 0),
(107066, 685, 81, 'Kleinheppach', 488267600, 93749400, 0),
(107067, 685, 81, 'Kleiningersheim', 489750300, 92011900, 0),
(107068, 685, 81, 'Kleinishof', 487519700, 97732600, 0),
(107069, 685, 81, 'Kleinsachsenheim', 489698300, 90685900, 0),
(107070, 685, 81, 'Kleintissen', 480462400, 95184400, 0),
(107071, 685, 81, 'Klingenberg', 491194100, 91536000, 0),
(107072, 685, 81, 'Klosterhof', 486894600, 100672500, 0),
(107073, 685, 81, 'Klosterle', 484284800, 83281600, 0),
(107074, 685, 81, 'Klosterreichenbach', 485271700, 84021500, 0),
(107075, 685, 81, 'Kniebis', 484670200, 83034300, 0),
(107076, 685, 81, 'Knittlingen', 490248700, 87560600, 0),
(107077, 685, 81, 'Kochersberg', 489657900, 96145000, 0),
(107078, 685, 81, 'Kochersteinsfeld', 492431700, 94042200, 0),
(107079, 685, 81, 'Kogenbach', 477833300, 91666700, 0),
(107080, 685, 81, 'Kolbingen', 480500000, 88833300, 0),
(107081, 685, 81, 'Kollnau', 481030600, 79674800, 0),
(107082, 685, 81, 'Konigsbach', 489666700, 86166700, 0),
(107083, 685, 81, 'Konigsbach-Stein', 489666700, 86166700, 0),
(107084, 685, 81, 'Konigsbronnhof', 488952700, 94920800, 0),
(107085, 685, 81, 'Konigschaffhausen', 481345900, 76567800, 0),
(107086, 685, 81, 'Konigseggwald', 479333300, 94166700, 0),
(107087, 685, 81, 'Konigsfeld im Schwarzwald', 481381400, 84197300, 0),
(107088, 685, 81, 'Konigshofen', 495500000, 97500000, 0),
(107089, 685, 81, 'Korb', 488430300, 93625800, 0),
(107090, 685, 81, 'Kottweil', 488449900, 94693400, 0),
(107091, 685, 81, 'Krapfenreut', 487324200, 95313300, 0),
(107092, 685, 81, 'Krebsstein', 485390000, 95162800, 0),
(107093, 685, 81, 'Krummhardt', 487625500, 93982900, 0),
(107094, 685, 81, 'Krummsteig', 482492800, 85937700, 0),
(107095, 685, 81, 'Krummwalden', 487075600, 97337200, 0),
(107096, 685, 81, 'Kubach', 492413400, 97071300, 0),
(107097, 685, 81, 'Kuchen', 486358300, 97998900, 0),
(107098, 685, 81, 'Kuhlhof', 491000000, 94833300, 0),
(107099, 685, 81, 'Kuppingen', 486119200, 88426200, 0),
(107100, 685, 81, 'Kurzach', 490272800, 93936700, 0),
(107101, 685, 81, 'Kusterdingen', 485229100, 91197700, 0),
(107102, 685, 81, 'Lager Heuberg', 481333300, 90666700, 0),
(107103, 685, 81, 'Laiz', 480787100, 91958100, 0),
(107104, 685, 81, 'Lampoldshausen', 492643800, 94007000, 0),
(107105, 685, 81, 'Langackern', 479445300, 78581600, 0),
(107106, 685, 81, 'Langenalb', 488442700, 84996400, 0),
(107107, 685, 81, 'Langenburg', 492540100, 98567300, 0),
(107108, 685, 81, 'Langenwinkel', 483326600, 78239100, 0),
(107109, 685, 81, 'Langenzell', 493638900, 88391700, 0),
(107110, 685, 81, 'Laucherthal', 480831300, 92755500, 0),
(107111, 685, 81, 'Lauda-Konigshofen', 495652600, 97081600, 0),
(107112, 685, 81, 'Laufen', 478417400, 76840800, 0),
(107113, 685, 81, 'Laufen am Kocher', 489436400, 98570500, 0),
(107114, 685, 81, 'Laufenburg', 475651200, 80604500, 0),
(107115, 685, 81, 'Lauffen ob Rottweil', 481252800, 86245300, 0),
(107116, 685, 81, 'Lauterach', 482562000, 95803400, 0),
(107117, 685, 81, 'Lauterbad', 484410400, 84311500, 0),
(107118, 685, 81, 'Lauterburg', 487817200, 99794600, 0),
(107119, 685, 81, 'Lautlingen', 482149100, 89584700, 0),
(107120, 685, 81, 'Lederberg', 487526000, 92424200, 0),
(107121, 685, 81, 'Legelshurst', 485698000, 79150600, 0),
(107122, 685, 81, 'Lehnenberg', 488505100, 94382000, 0),
(107123, 685, 81, 'Leibi', 484321100, 101097400, 0),
(107124, 685, 81, 'Leinroden', 488807900, 99921900, 0),
(107125, 685, 81, 'Leiselheim', 481261100, 76365300, 0),
(107126, 685, 81, 'Lendsiedel', 492020100, 99644100, 0),
(107127, 685, 81, 'Lengenfeld', 480568600, 90305500, 0),
(107128, 685, 81, 'Lenglingen', 487578400, 97402200, 0),
(107129, 685, 81, 'Leofels', 492069500, 99169100, 0),
(107130, 685, 81, 'Leutershausen', 494978600, 86596600, 0),
(107131, 685, 81, 'Liebelsberg', 486726600, 86820300, 0),
(107132, 685, 81, 'Liebersbronn', 487480700, 93393700, 0),
(107133, 685, 81, 'Liedolsheim', 491587500, 84222200, 0),
(107134, 685, 81, 'Liehenbach', 486980200, 81867900, 0),
(107135, 685, 81, 'Liel', 477401300, 76046000, 0),
(107136, 685, 81, 'Lienzingen', 489752300, 88598900, 0),
(107137, 685, 81, 'Lierbach', 485154300, 81827900, 0),
(107138, 685, 81, 'Lindelberg', 491787900, 94686700, 0),
(107139, 685, 81, 'Linden', 476981600, 96618800, 0),
(107140, 685, 81, 'Lindenbuch', 483479000, 84526400, 0),
(107141, 685, 81, 'Linker Sulzbach', 482417100, 81895100, 0),
(107142, 685, 81, 'Linsenhofen', 485785700, 93710800, 0),
(107143, 685, 81, 'Lipburg', 477867500, 76587600, 0),
(107144, 685, 81, 'Lippoldsweiler', 489374800, 95213900, 0),
(107145, 685, 81, 'Littenweiler', 479786300, 78952100, 0),
(107146, 685, 81, 'Litzlung', 487660800, 81620400, 0),
(107147, 685, 81, 'Lobenfeld', 493578200, 88714300, 0),
(107148, 685, 81, 'Locherberg', 484358600, 81760600, 0),
(107149, 685, 81, 'Lochwald', 486423600, 81529600, 0),
(107150, 685, 81, 'Loffelstelzen', 495081400, 97899100, 0),
(107151, 685, 81, 'Loffeltal', 479107600, 80852400, 0),
(107152, 685, 81, 'Lohrbach', 494003500, 91378400, 0),
(107153, 685, 81, 'Lontal', 485723500, 102062100, 0),
(107154, 685, 81, 'Ludwigsthal', 480004100, 88327700, 0),
(107155, 685, 81, 'Luginsland', 487924500, 92600600, 0),
(107156, 685, 81, 'Lupbuhl', 480346300, 87746300, 0),
(107157, 685, 81, 'Lutzelsachsen', 495271400, 86664800, 0),
(107158, 685, 81, 'Lutzenhardt', 484879100, 85635100, 0),
(107159, 685, 81, 'Machtolsheim', 484943100, 97395500, 0),
(107160, 685, 81, 'Maderhofe', 488445700, 99296700, 0),
(107161, 685, 81, 'Mahlberg', 482863900, 78141100, 0),
(107162, 685, 81, 'Mahringen', 484359200, 99389400, 0),
(107163, 685, 81, 'Maichingen', 487226200, 89660500, 0),
(107164, 685, 81, 'Mainhardt', 490761100, 95563900, 0),
(107165, 685, 81, 'Maisenbach', 487703200, 86851400, 0),
(107166, 685, 81, 'Malmsheim', 487743800, 89032200, 0),
(107167, 685, 81, 'Malsburg', 477322200, 77079400, 0),
(107168, 685, 81, 'Malschenberg', 492558500, 86810900, 0),
(107169, 685, 81, 'Mangoldshausen', 489935000, 99559300, 0),
(107170, 685, 81, 'Margrethausen', 482307300, 89674100, 0),
(107171, 685, 81, 'Mariazell', 481839000, 84580700, 0),
(107172, 685, 81, 'Markelsheim', 494733400, 98331200, 0),
(107173, 685, 81, 'Maselheim', 481333300, 98833300, 0),
(107174, 685, 81, 'Massenbach', 491636300, 90641900, 0),
(107175, 685, 81, 'Massenbachhausen', 491777800, 90433300, 0),
(107176, 685, 81, 'Maubach', 489244600, 94261600, 0),
(107177, 685, 81, 'Meimsheim', 490662300, 90869300, 0),
(107178, 685, 81, 'Mengen', 479580900, 77117200, 0),
(107179, 685, 81, 'Merdingen', 480166700, 76833300, 0),
(107180, 685, 81, 'Mergelstetten', 486578300, 101560000, 0),
(107181, 685, 81, 'Merklingen', 485113500, 97549600, 0),
(107182, 685, 81, 'Messbach', 493716700, 96947100, 0),
(107183, 685, 81, 'Metterzimmern', 489617700, 91027100, 0),
(107184, 685, 81, 'Metzingen', 485369500, 92833000, 0),
(107185, 685, 81, 'Michaelsberg', 493000000, 91500000, 0),
(107186, 685, 81, 'Michelau', 488609600, 95395700, 0),
(107187, 685, 81, 'Michelbach', 488183900, 83511700, 0),
(107188, 685, 81, 'Michelbach am Heuchelberg', 490718500, 89424400, 0),
(107189, 685, 81, 'Miedelsbach', 488436900, 95405100, 0),
(107190, 685, 81, 'Mingolsheim', 492202500, 86547800, 0),
(107191, 685, 81, 'Mitteldorf', 494666700, 87666700, 0),
(107192, 685, 81, 'Mittelenztal', 486602900, 84662600, 0),
(107193, 685, 81, 'Mittelmutschelbach', 489404600, 85336800, 0),
(107194, 685, 81, 'Mittelschefflenz', 494016000, 92798700, 0),
(107195, 685, 81, 'Mittlerer Pfitzhof', 492960000, 94593600, 0),
(107196, 685, 81, 'Mockmuhl', 493249000, 93583700, 0),
(107197, 685, 81, 'Mogglingen', 488232000, 99625000, 0),
(107198, 685, 81, 'Mohnhof', 487522800, 99704400, 0),
(107199, 685, 81, 'Monakam', 487894700, 87502600, 0),
(107200, 685, 81, 'Monchzell', 493355500, 88497500, 0),
(107201, 685, 81, 'Mondfeld', 497822900, 94173000, 0),
(107202, 685, 81, 'Moosbeuren', 481793100, 97258200, 0),
(107203, 685, 81, 'Morsch', 489619600, 82978500, 0),
(107204, 685, 81, 'Morsingen', 482115200, 94399600, 0),
(107205, 685, 81, 'Mottlingen', 487617300, 88003500, 0),
(107206, 685, 81, 'Muckenloch', 493901600, 88595800, 0),
(107207, 685, 81, 'Muckenschopf', 486943300, 79875800, 0),
(107208, 685, 81, 'Muhlebachle', 481125800, 79125700, 0),
(107209, 685, 81, 'Muhlen', 482837100, 96475800, 0),
(107210, 685, 81, 'Muhlenbach', 482500000, 81166700, 0),
(107211, 685, 81, 'Muhlheim an der Donau', 480312200, 88836100, 0),
(107212, 685, 81, 'Muhrich', 487321800, 81695100, 0),
(107213, 685, 81, 'Mulden', 478439200, 78026000, 0),
(107214, 685, 81, 'Mullenbach', 487132100, 81509000, 0),
(107215, 685, 81, 'Munchingen', 478239900, 83957900, 0),
(107216, 685, 81, 'Mundenhof', 480156600, 77762000, 0),
(107217, 685, 81, 'Munklingen', 487748900, 88138200, 0),
(107218, 685, 81, 'Munzingen', 479690400, 77007200, 0),
(107219, 685, 81, 'Murbach', 477140400, 87677800, 0),
(107220, 685, 81, 'Nachstenbach', 495666700, 86666700, 0),
(107221, 685, 81, 'Nasgenstadt', 482795400, 97617000, 0),
(107222, 685, 81, 'Neckarburken', 493781700, 91690600, 0),
(107223, 685, 81, 'Neckarkatzenbach', 493836000, 90343400, 0),
(107224, 685, 81, 'Neckarrems', 488695400, 92786800, 0),
(107225, 685, 81, 'Neckarwimmersbach', 494500000, 89833300, 0),
(107226, 685, 81, 'Neckarzimmern', 493191700, 91327800, 0),
(107227, 685, 81, 'Nehren', 484309700, 90699000, 0),
(107228, 685, 81, 'Neibsheim', 490704300, 86839600, 0),
(107229, 685, 81, 'Neidenstein', 493166700, 88847200, 0),
(107230, 685, 81, 'Neipperg', 491049700, 90494200, 0),
(107231, 685, 81, 'Nellmersbach', 489017300, 94047500, 0),
(107232, 685, 81, 'Nenningen', 487103900, 98622900, 0),
(107233, 685, 81, 'Nesslerhauser', 478404700, 78863700, 0),
(107234, 685, 81, 'Neuburg', 482454800, 95880800, 0),
(107235, 685, 81, 'Neuburgweier', 489694000, 82679000, 0),
(107236, 685, 81, 'Neudenau', 492918100, 92697500, 0),
(107237, 685, 81, 'Neuenhaus', 486225100, 92055300, 0),
(107238, 685, 81, 'Neuenstein', 492049000, 95800000, 0),
(107239, 685, 81, 'Neuershausen', 480702500, 77711500, 0),
(107240, 685, 81, 'Neuglashutten', 478562500, 80835300, 0),
(107241, 685, 81, 'Neuhausel', 479833300, 79166700, 0),
(107242, 685, 81, 'Neuhausen an der Erms', 485292800, 93077600, 0),
(107243, 685, 81, 'Neuhausen auf den Fildern', 486833300, 92833300, 0),
(107244, 685, 81, 'Neuhauser', 478333300, 78000000, 0),
(107245, 685, 81, 'Neuhengstett', 487372300, 87812500, 0),
(107246, 685, 81, 'Neuhueb', 490166700, 102166700, 0),
(107247, 685, 81, 'Neuhutten', 491057800, 94846500, 0),
(107248, 685, 81, 'Neulautern', 490612800, 94335300, 0),
(107249, 685, 81, 'Neumalsch', 489033600, 83056800, 0),
(107250, 685, 81, 'Neumuhl', 485680900, 78462200, 0),
(107251, 685, 81, 'Neunheim', 489541800, 101615000, 0),
(107252, 685, 81, 'Neusand', 485434600, 79305900, 0),
(107253, 685, 81, 'Neustadt', 479121700, 82143000, 0),
(107254, 685, 81, 'Neustadt Rems Murr Kreis', 488474700, 93214100, 0),
(107255, 685, 81, 'Neuwirtshaus', 488373200, 91402600, 0),
(107256, 685, 81, 'Niederalfingen', 488951700, 100801700, 0),
(107257, 685, 81, 'Niederhausen', 482383900, 77130900, 0),
(107258, 685, 81, 'Niederndorf', 490341800, 97474900, 0),
(107259, 685, 81, 'Niederreutin', 485271600, 88055300, 0),
(107260, 685, 81, 'Niederstetten', 494000000, 99194400, 0),
(107261, 685, 81, 'Niedertal', 481802000, 79167400, 0),
(107262, 685, 81, 'Niederwalden', 487166700, 96000000, 0),
(107263, 685, 81, 'Niederwasser', 481905000, 82282700, 0),
(107264, 685, 81, 'Niederweiler', 478056000, 76549000, 0),
(107265, 685, 81, 'Niederwinden', 481425900, 80198900, 0),
(107266, 685, 81, 'Niefern-Oschelbronn', 489166700, 87833300, 0),
(107267, 685, 81, 'Nimburg', 481076600, 77779800, 0),
(107268, 685, 81, 'Nonnenweier', 483491900, 77600600, 0),
(107269, 685, 81, 'Nordstetten', 480825500, 84745800, 0),
(107270, 685, 81, 'Notzingen', 486707600, 94572100, 0),
(107271, 685, 81, 'Nussbach', 481301300, 82578000, 0),
(107272, 685, 81, 'Ober Tullingen', 475978900, 76410300, 0),
(107273, 685, 81, 'Oberbaldingen', 479755600, 86051500, 0),
(107274, 685, 81, 'Oberbalzheim', 481624200, 100775500, 0),
(107275, 685, 81, 'Oberberken', 487768400, 95525300, 0),
(107276, 685, 81, 'Oberbettringen', 487904400, 98473100, 0),
(107277, 685, 81, 'Oberbichtlingen', 479668600, 91053700, 0),
(107278, 685, 81, 'Oberbobingen', 488105500, 99278600, 0),
(107279, 685, 81, 'Oberdeufstetten', 490553200, 102339400, 0),
(107280, 685, 81, 'Oberdigisheim', 481757000, 88927000, 0),
(107281, 685, 81, 'Oberdischingen', 483000000, 98333300, 0),
(107282, 685, 81, 'Obereggingen', 477023400, 83869600, 0),
(107283, 685, 81, 'Obereisesheim', 491956100, 91999000, 0),
(107284, 685, 81, 'Oberflockenbach', 495113700, 87289300, 0),
(107285, 685, 81, 'Obergimpern', 492562400, 90390200, 0),
(107286, 685, 81, 'Obergrombach', 490771800, 85840700, 0),
(107287, 685, 81, 'Oberhausen-Rheinhausen', 492738900, 84716700, 0),
(107288, 685, 81, 'Oberheinriet', 490962900, 93241000, 0),
(107289, 685, 81, 'Oberherrlingen', 484300000, 98870300, 0),
(107290, 685, 81, 'Oberhollsteig', 479131200, 81015600, 0),
(107291, 685, 81, 'Oberinzlingen', 475893800, 76997400, 0),
(107292, 685, 81, 'Oberjesingen', 486230400, 88321500, 0),
(107293, 685, 81, 'Oberkirchberg', 483240700, 100183300, 0),
(107294, 685, 81, 'Oberkutterau', 477386600, 81437600, 0),
(107295, 685, 81, 'Oberlehen', 477873300, 80466300, 0),
(107296, 685, 81, 'Obermarchtal', 482327900, 95723500, 0),
(107297, 685, 81, 'Obernhausen', 488686400, 85947800, 0),
(107298, 685, 81, 'Obernheim', 481500000, 88666700, 0),
(107299, 685, 81, 'Oberowisheim', 491474800, 86909200, 0),
(107300, 685, 81, 'Oberprechtal', 482134600, 81407000, 0),
(107301, 685, 81, 'Oberriexingen', 489265200, 90270100, 0),
(107302, 685, 81, 'Oberrimsingen', 479789400, 76628300, 0),
(107303, 685, 81, 'Oberschefflenz', 494156300, 92823500, 0),
(107304, 685, 81, 'Oberscheidental', 495077200, 91508000, 0),
(107305, 685, 81, 'Oberschlechtbach', 488779000, 95301200, 0),
(107306, 685, 81, 'Oberschontal', 489428800, 94026700, 0),
(107307, 685, 81, 'Oberschopfheim', 483967500, 79028000, 0),
(107308, 685, 81, 'Oberspeltach', 491050600, 99815400, 0),
(107309, 685, 81, 'Oberstadion', 481833300, 96833300, 0),
(107310, 685, 81, 'Oberstotzingen', 485382000, 102224300, 0),
(107311, 685, 81, 'Obertalheim', 484883100, 86571000, 0),
(107312, 685, 81, 'Oberthalfingen', 484320200, 100368300, 0),
(107313, 685, 81, 'Obertsrot', 487460300, 83445500, 0),
(107314, 685, 81, 'Oberturkheim', 487642200, 92679100, 0),
(107315, 685, 81, 'Oberwalden', 487390700, 96137200, 0),
(107316, 685, 81, 'Oberweier', 483767400, 79018300, 0),
(107317, 685, 81, 'Oberworthaus', 484666700, 89166700, 0),
(107318, 685, 81, 'Ochsenburg', 490736000, 88964200, 0),
(107319, 685, 81, 'Odenheim', 491791500, 87493500, 0),
(107320, 685, 81, 'Odenwaldstetten', 483484600, 93725400, 0),
(107321, 685, 81, 'Odernhardt', 488538600, 94657100, 0),
(107322, 685, 81, 'Odsbach', 485022200, 80880000, 0),
(107323, 685, 81, 'Oferdingen', 485485700, 92086900, 0),
(107324, 685, 81, 'Offenau', 492458300, 91605600, 0),
(107325, 685, 81, 'Offenbach', 482086800, 82147200, 0),
(107326, 685, 81, 'Offnadingen', 479342200, 77123200, 0),
(107327, 685, 81, 'Oggenhausen', 486715200, 102388300, 0),
(107328, 685, 81, 'Ohlinsweiler', 479421900, 77603800, 0),
(107329, 685, 81, 'Ohmenhausen', 484783800, 91399800, 0),
(107330, 685, 81, 'Ohrensbach', 480417100, 79499800, 0),
(107331, 685, 81, 'Olberg', 481401200, 82138400, 0),
(107332, 685, 81, 'Olbronn-Durrn', 489666700, 87500000, 0),
(107333, 685, 81, 'Onolzheim', 491143300, 100350700, 0),
(107334, 685, 81, 'Onsbach', 486051600, 80355500, 0),
(107335, 685, 81, 'Onstmettingen', 482817400, 90001600, 0),
(107336, 685, 81, 'Oos', 487882900, 81932400, 0),
(107337, 685, 81, 'Opfingen', 480010500, 77152800, 0),
(107338, 685, 81, 'Oppelsbohm', 488614100, 94695300, 0),
(107339, 685, 81, 'Orschweier', 482780500, 77990100, 0),
(107340, 685, 81, 'Oschingen', 484153000, 91093800, 0),
(107341, 685, 81, 'Ostdorf', 483014100, 88418500, 0),
(107342, 685, 81, 'Ostelsheim', 487263300, 88481600, 0),
(107343, 685, 81, 'Osterhof', 488218400, 94274900, 0),
(107344, 685, 81, 'Ostringen', 492191100, 87119200, 0),
(107345, 685, 81, 'Otlingen', 476221000, 76259300, 0),
(107346, 685, 81, 'Ottenau', 487938600, 83421400, 0),
(107347, 685, 81, 'Ottenbach', 487364900, 97484400, 0),
(107348, 685, 81, 'Ottenbronn', 487444200, 87501800, 0),
(107349, 685, 81, 'Ottenheim', 483853500, 77555200, 0),
(107350, 685, 81, 'Ottenhofen im Schwarzwald', 485666700, 81500000, 0),
(107351, 685, 81, 'Ottensteg', 481197500, 80019800, 0),
(107352, 685, 81, 'Pappelau', 483680000, 98058300, 0),
(107353, 685, 81, 'Peterstal', 494428100, 87523700, 0),
(107354, 685, 81, 'Peterzell', 481330200, 83747200, 0),
(107355, 685, 81, 'Pfaffenhofen', 490644400, 89763900, 0),
(107356, 685, 81, 'Pfaffingen', 485257600, 89642900, 0),
(107357, 685, 81, 'Pfahlbach', 492526200, 94965100, 0),
(107358, 685, 81, 'Pfahlbronn', 488405400, 96815700, 0),
(107359, 685, 81, 'Pfahlhof', 490356200, 92388600, 0),
(107360, 685, 81, 'Pfauhausen', 487000000, 94166700, 0),
(107361, 685, 81, 'Pfeffingen', 482548800, 89646300, 0),
(107362, 685, 81, 'Pfinzweiler', 488529100, 85142300, 0),
(107363, 685, 81, 'Pflaumloch', 488505600, 104372200, 0),
(107364, 685, 81, 'Pfrondorf', 485478900, 91107100, 0),
(107365, 685, 81, 'Plieningen', 487008000, 92166400, 0),
(107366, 685, 81, 'Poltringen', 485360200, 89463900, 0),
(107367, 685, 81, 'Pommertsweiler', 489320200, 99915300, 0),
(107368, 685, 81, 'Poppenweiler', 489062600, 92630100, 0),
(107369, 685, 81, 'Prag', 477790200, 79679000, 0),
(107370, 685, 81, 'Raibach', 490913000, 97103100, 0),
(107371, 685, 81, 'Rainbach', 493937700, 88249200, 0),
(107372, 685, 81, 'Rammersweier', 484823100, 79680900, 0),
(107373, 685, 81, 'Rammingen', 485181400, 101719700, 0),
(107374, 685, 81, 'Ramsbach', 484965200, 81418200, 0),
(107375, 685, 81, 'Rappenhof', 491333300, 93000000, 0),
(107376, 685, 81, 'Ratshausen', 481937300, 87952000, 0),
(107377, 685, 81, 'Rattstadt', 489734800, 101721000, 0),
(107378, 685, 81, 'Rauental', 488424600, 100287200, 0),
(107379, 685, 81, 'Rauhfels', 485139900, 83568600, 0),
(107380, 685, 81, 'Raumunzach', 486402900, 83489600, 0),
(107381, 685, 81, 'Rechenberg', 490473800, 101408500, 0),
(107382, 685, 81, 'Rechenhausen', 492629400, 99166100, 0),
(107383, 685, 81, 'Rechentshofen', 489885600, 90395300, 0),
(107384, 685, 81, 'Reckersthal', 495358400, 98258200, 0),
(107385, 685, 81, 'Regglisweiler', 482426200, 100555800, 0),
(107386, 685, 81, 'Reichartshausen', 493550000, 89452800, 0),
(107387, 685, 81, 'Reichenbach bei Winnenden', 488404000, 94437800, 0),
(107388, 685, 81, 'Reichenbacherhofe', 485204700, 83766300, 0),
(107389, 685, 81, 'Reichertshausen', 493143700, 93069600, 0),
(107390, 685, 81, 'Reicholzheim', 497281500, 95354000, 0),
(107391, 685, 81, 'Reilsheim', 493504800, 87725800, 0),
(107392, 685, 81, 'Reisenbach', 495045200, 91249400, 0),
(107393, 685, 81, 'Remmingsheim', 484819400, 88846300, 0),
(107394, 685, 81, 'Renfrizhausen', 483690200, 87047300, 0),
(107395, 685, 81, 'Rengershausen', 494049800, 97246300, 0),
(107396, 685, 81, 'Reschenberg', 481508800, 80470900, 0),
(107397, 685, 81, 'Rettersburg', 488726600, 94714800, 0),
(107398, 685, 81, 'Rettigheim', 492381200, 86983100, 0),
(107399, 685, 81, 'Reubach', 492592300, 101060400, 0),
(107400, 685, 81, 'Reudern', 486289400, 93851600, 0),
(107401, 685, 81, 'Reusten', 485415900, 89206800, 0),
(107402, 685, 81, 'Reutlingendorf', 482087200, 95616700, 0),
(107403, 685, 81, 'Rexingen', 484393100, 86502300, 0),
(107404, 685, 81, 'Rheinbischofsheim', 486529800, 79263800, 0),
(107405, 685, 81, 'Rheinweiler', 477103000, 75365700, 0),
(107406, 685, 81, 'Richen', 491719000, 89407900, 0),
(107407, 685, 81, 'Riedenberg', 487411400, 92123700, 0),
(107408, 685, 81, 'Riedern am Wald', 477171100, 82917600, 0),
(107409, 685, 81, 'Riegel', 481511100, 77491400, 0),
(107410, 685, 81, 'Riet', 488920400, 89718000, 0),
(107411, 685, 81, 'Rietheim-Weilheim', 480166700, 87666700, 0),
(107412, 685, 81, 'Riggenbach', 478013400, 80459400, 0),
(107413, 685, 81, 'Ringelback', 485576900, 80877400, 0),
(107414, 685, 81, 'Ringgenweiler', 478188900, 94826600, 0),
(107415, 685, 81, 'Ringsheim', 482476500, 77782300, 0),
(107416, 685, 81, 'Rinklingen', 490354100, 86821800, 0),
(107417, 685, 81, 'Rinschheim', 495137200, 93933900, 0),
(107418, 685, 81, 'Rippolingen', 475767000, 79868000, 0),
(107419, 685, 81, 'Risslersberg', 481666700, 80666700, 0),
(107420, 685, 81, 'Roggenbach', 480763100, 83643200, 0),
(107421, 685, 81, 'Rohlingen', 489436400, 102183600, 0),
(107422, 685, 81, 'Rohracker', 487573200, 92326800, 0),
(107423, 685, 81, 'Rohrbach am Giesshubel', 491405600, 88569400, 0),
(107424, 685, 81, 'Rohrbronn', 488136600, 94648900, 0),
(107425, 685, 81, 'Roigheim', 493647200, 93400000, 0),
(107426, 685, 81, 'Rommelsbach', 485333500, 92030700, 0),
(107427, 685, 81, 'Rosenfeld', 482863900, 87235700, 0),
(107428, 685, 81, 'Rossburg', 492329600, 100883200, 0),
(107429, 685, 81, 'Rossfeld', 491387100, 100235700, 0),
(107430, 685, 81, 'Rosswag', 489354000, 89155400, 0),
(107431, 685, 81, 'Rosswalden', 486917300, 95027900, 0),
(107432, 685, 81, 'Rosswangen', 482327900, 88310800, 0),
(107433, 685, 81, 'Rot bei Laupheim', 482263900, 99503500, 0),
(107434, 685, 81, 'Rotenfels', 488110600, 83134400, 0),
(107435, 685, 81, 'Rotenzimmern', 482536300, 86838300, 0),
(107436, 685, 81, 'Rottenmunster', 481495100, 86341200, 0),
(107437, 685, 81, 'Rotzel', 475934900, 80624600, 0),
(107438, 685, 81, 'Rudern', 487646800, 92883400, 0),
(107439, 685, 81, 'Rudersberg', 488851500, 95292700, 0),
(107440, 685, 81, 'Rudmersbach', 488758900, 85409300, 0),
(107441, 685, 81, 'Ruhbuhl', 478666700, 82166700, 0),
(107442, 685, 81, 'Ruit auf den Fildern', 487297800, 92529300, 0),
(107443, 685, 81, 'Ruppertsstetten', 487302700, 98989000, 0),
(107444, 685, 81, 'Ruppurr', 489669200, 84053100, 0),
(107445, 685, 81, 'Russheim', 491869300, 84244000, 0),
(107446, 685, 81, 'Rutte', 476718600, 79892200, 0),
(107447, 685, 81, 'Sachsenweiler', 489443100, 94601900, 0),
(107448, 685, 81, 'Sagendobel', 480368100, 80322600, 0),
(107449, 685, 81, 'Sallenbusch', 490525000, 85787200, 0),
(107450, 685, 81, 'Salmbach', 488223400, 86573200, 0),
(107451, 685, 81, 'Sand', 485376100, 79210700, 0),
(107452, 685, 81, 'Sandraz', 477000000, 99500000, 0),
(107453, 685, 81, 'Sandweier', 488094200, 81947000, 0),
(107454, 685, 81, 'Sankt Blasien', 477625200, 81271400, 0),
(107455, 685, 81, 'Sankt Margen', 480080400, 80928300, 0),
(107456, 685, 81, 'Sankt Nikolaus', 480123900, 77246000, 0),
(107457, 685, 81, 'Sankt Peter', 480147500, 80329400, 0),
(107458, 685, 81, 'Sattel', 476833300, 98166700, 0),
(107459, 685, 81, 'Schachen', 476039900, 80987800, 0),
(107460, 685, 81, 'Schafhausen', 487249200, 88941600, 0),
(107461, 685, 81, 'Schafhof', 486500000, 94833300, 0),
(107462, 685, 81, 'Schalkstetten', 486141900, 99150800, 0),
(107463, 685, 81, 'Schallbach', 476500000, 76333300, 0),
(107464, 685, 81, 'Schanbach', 487586200, 93770900, 0),
(107465, 685, 81, 'Scharenstetten', 485135100, 98510500, 0),
(107466, 685, 81, 'Scharhof', 495602800, 84491800, 0),
(107467, 685, 81, 'Schelingen', 481042500, 76833200, 0),
(107468, 685, 81, 'Scheppach', 491615200, 94396600, 0),
(107469, 685, 81, 'Scheuern', 487576200, 83469400, 0),
(107470, 685, 81, 'Scheurachshof', 492833300, 96666700, 0),
(107471, 685, 81, 'Scheurenbuhl', 483271200, 84068400, 0),
(107472, 685, 81, 'Schielberg', 488433100, 84479700, 0),
(107473, 685, 81, 'Schillerhohe', 487865800, 90540000, 0),
(107474, 685, 81, 'Schlachtenhaus', 476906400, 77375500, 0),
(107475, 685, 81, 'Schlaitdorf', 486043100, 92226800, 0),
(107476, 685, 81, 'Schlat', 486532100, 97062500, 0),
(107477, 685, 81, 'Schlichenhofle', 489238200, 95738800, 0),
(107478, 685, 81, 'Schlichten', 487717200, 95030000, 0),
(107479, 685, 81, 'Schlierbach', 486736200, 95181100, 0),
(107480, 685, 81, 'Schlossau', 495383600, 91531600, 0),
(107481, 685, 81, 'Schlossreute', 488817600, 100592900, 0),
(107482, 685, 81, 'Schluchsee', 478166700, 81833300, 0),
(107483, 685, 81, 'Schluchtern', 491471000, 91018600, 0),
(107484, 685, 81, 'Schluttenbach', 488987500, 84024400, 0),
(107485, 685, 81, 'Schmieheim', 482799900, 78548000, 0),
(107486, 685, 81, 'Schnait', 487899300, 94046400, 0),
(107487, 685, 81, 'Schnaitheim', 487064800, 101627400, 0),
(107488, 685, 81, 'Schnittlingen', 486746400, 98756800, 0),
(107489, 685, 81, 'Schnurpflingen', 482728000, 99929200, 0),
(107490, 685, 81, 'Schockingen', 488456800, 90290000, 0),
(107491, 685, 81, 'Schomberg', 482099700, 87594900, 0),
(107492, 685, 81, 'Schonach im Schwarzwald', 481500500, 81874800, 0),
(107493, 685, 81, 'Schonau im Schwarzwald', 477862300, 78944500, 0),
(107494, 685, 81, 'Schonbuhl', 487992200, 94210900, 0),
(107495, 685, 81, 'Schonbuhlhof', 488909300, 90330800, 0),
(107496, 685, 81, 'Schoneburg', 481564900, 99475400, 0),
(107497, 685, 81, 'Schonmunzach', 486092500, 83641100, 0),
(107498, 685, 81, 'Schonwald im Schwarzwald', 481054900, 82038700, 0),
(107499, 685, 81, 'Schopfloch', 484547700, 85513100, 0),
(107500, 685, 81, 'Schoren', 478215400, 89140400, 0),
(107501, 685, 81, 'Schornbach', 488305400, 95119300, 0),
(107502, 685, 81, 'Schorrental', 485841200, 84400100, 0),
(107503, 685, 81, 'Schozach', 490669200, 92163200, 0),
(107504, 685, 81, 'Schrahofe', 481830500, 80880500, 0),
(107505, 685, 81, 'Schreckhof', 493622000, 91067100, 0),
(107506, 685, 81, 'Schreyerhof', 490000000, 92000000, 0),
(107507, 685, 81, 'Schrezheim', 489517600, 101129200, 0),
(107508, 685, 81, 'Schrozberg', 493452800, 99794400, 0),
(107509, 685, 81, 'Schugshof', 486685300, 81531000, 0),
(107510, 685, 81, 'Schupfholz', 480749200, 78216200, 0),
(107511, 685, 81, 'Schura', 480526700, 86442700, 0),
(107512, 685, 81, 'Schuttern', 483829700, 78501200, 0),
(107513, 685, 81, 'Schutterzell', 484020700, 78396100, 0),
(107514, 685, 81, 'Schwabenheim', 494500000, 86333300, 0),
(107515, 685, 81, 'Schwalldorf', 484500100, 88809000, 0),
(107516, 685, 81, 'Schwanenbach', 480225000, 82938800, 0),
(107517, 685, 81, 'Schwaningen', 477790800, 84270300, 0),
(107518, 685, 81, 'Schwenningen', 481000000, 90000000, 0),
(107519, 685, 81, 'Schwerzen', 476440200, 83577300, 0),
(107520, 685, 81, 'Schworzkirch', 483166200, 97769700, 0),
(107521, 685, 81, 'Sechselberg', 489429400, 95496900, 0),
(107522, 685, 81, 'Seckenheim', 494664200, 85576900, 0),
(107523, 685, 81, 'Seebronn', 485074500, 88738600, 0),
(107524, 685, 81, 'Seeburg', 484466300, 94598300, 0),
(107525, 685, 81, 'Seefelden', 477364700, 92288200, 0),
(107526, 685, 81, 'Seehof', 483715900, 88189700, 0),
(107527, 685, 81, 'Seeholze', 490333300, 96833300, 0),
(107528, 685, 81, 'Seelbach', 483166700, 79500000, 0),
(107529, 685, 81, 'Seitingen-Oberflacht', 480166700, 87166700, 0),
(107530, 685, 81, 'Selgenstadt', 491690800, 101721200, 0),
(107531, 685, 81, 'Sennfeld', 493801400, 93828400, 0),
(107532, 685, 81, 'Seppenhofen', 478738900, 83488800, 0),
(107533, 685, 81, 'Setzingen', 485381500, 101302500, 0),
(107534, 685, 81, 'Sickenhausen', 485325200, 91811400, 0),
(107535, 685, 81, 'Siegelau', 481454900, 79779100, 0),
(107536, 685, 81, 'Siegelhausen', 489051300, 93105700, 0),
(107537, 685, 81, 'Siegelhof', 493001900, 97043200, 0),
(107538, 685, 81, 'Siegelsbach', 492697200, 90897200, 0),
(107539, 685, 81, 'Siegelsberg', 489948600, 95935500, 0),
(107540, 685, 81, 'Siegenhof', 487166700, 94500000, 0),
(107541, 685, 81, 'Sigisweiler', 493207600, 99684800, 0),
(107542, 685, 81, 'Silberberg', 487894700, 89638400, 0),
(107543, 685, 81, 'Simmersfeld', 486166700, 85166700, 0),
(107544, 685, 81, 'Sirchingen', 484579500, 94070900, 0),
(107545, 685, 81, 'Sittenhardt', 490600600, 96491000, 0),
(107546, 685, 81, 'Soglingen', 485686300, 100379400, 0),
(107547, 685, 81, 'Solden', 479333300, 78166700, 0),
(107548, 685, 81, 'Sommertshausen', 480990300, 84530000, 0),
(107549, 685, 81, 'Sonderriet', 497184400, 94385000, 0),
(107550, 685, 81, 'Sparwiesen', 486833000, 95827700, 0),
(107551, 685, 81, 'Spechbach', 493463900, 88833300, 0),
(107552, 685, 81, 'Spessart', 489122900, 84323500, 0),
(107553, 685, 81, 'Spiegelberg', 490408300, 94444400, 0),
(107554, 685, 81, 'Spielberg', 485636200, 85894300, 0),
(107555, 685, 81, 'Spindelwag', 479973100, 100019900, 0),
(107556, 685, 81, 'Spindlershof', 487304400, 87096700, 0),
(107557, 685, 81, 'Spitzenberg', 485321300, 81224800, 0),
(107558, 685, 81, 'Spitzwald', 479465100, 82782000, 0),
(107559, 685, 81, 'Stahlhof', 480833300, 79666700, 0),
(107560, 685, 81, 'Stammheim', 486943000, 87689800, 0),
(107561, 685, 81, 'Starzeln', 483047400, 90640700, 0),
(107562, 685, 81, 'Staudenhofe', 481275200, 79029800, 0),
(107563, 685, 81, 'Staufenberg', 487654100, 83055300, 0),
(107564, 685, 81, 'Stebbach', 491451900, 89616900, 0),
(107565, 685, 81, 'Steckenhalt', 486668200, 81889900, 0),
(107566, 685, 81, 'Stefansfeld', 477762900, 92910900, 0),
(107567, 685, 81, 'Stefansgasse', 494666700, 87666700, 0),
(107568, 685, 81, 'Steig', 479151800, 80833700, 0),
(107569, 685, 81, 'Steighof', 483296100, 94915000, 0),
(107570, 685, 81, 'Stein am Kocher', 492615900, 92986000, 0),
(107571, 685, 81, 'Steinach', 479229400, 97414600, 0),
(107572, 685, 81, 'Steinackerle', 484914000, 83759300, 0),
(107573, 685, 81, 'Steinasage', 478077700, 83136800, 0),
(107574, 685, 81, 'Steinbacherhofe', 487641000, 98568700, 0),
(107575, 685, 81, 'Steinbachle', 483203200, 79496800, 0),
(107576, 685, 81, 'Steinen', 476444600, 77391400, 0),
(107577, 685, 81, 'Steinenstadt', 477684900, 75541400, 0),
(107578, 685, 81, 'Steinhaldenfeld', 488278300, 92318600, 0),
(107579, 685, 81, 'Steinheim am Albuch', 486909000, 100638200, 0),
(107580, 685, 81, 'Steinheim am der Murr', 489682100, 92770800, 0),
(107581, 685, 81, 'Steinhilben', 483090900, 92795400, 0),
(107582, 685, 81, 'Steinhofen', 483146400, 89055500, 0),
(107583, 685, 81, 'Steinmauern', 489009500, 81969200, 0),
(107584, 685, 81, 'Steinreinach', 488395500, 93704800, 0),
(107585, 685, 81, 'Stetten am Kalten Markt', 481241900, 90777500, 0),
(107586, 685, 81, 'Stetten auf den Fildern', 486720900, 91692500, 0),
(107587, 685, 81, 'Stetten bei Hechingen', 483455300, 89797800, 0),
(107588, 685, 81, 'Stetten ob Rottweil', 481781600, 85374600, 0),
(107589, 685, 81, 'Stetten unter Holstein', 483315200, 91816500, 0),
(107590, 685, 81, 'Stiftsgrundhof', 489078900, 94180300, 0),
(107591, 685, 81, 'Stockenburg', 490833300, 98833300, 0),
(107592, 685, 81, 'Stodtlen', 490000000, 103000000, 0),
(107593, 685, 81, 'Stollen', 481166700, 79833300, 0),
(107594, 685, 81, 'Strassberg', 481780500, 90905900, 0),
(107595, 685, 81, 'Strassdorf', 487776600, 97959000, 0),
(107596, 685, 81, 'Strassenheim', 495122700, 85755600, 0),
(107597, 685, 81, 'Streichen', 482695700, 89178100, 0),
(107598, 685, 81, 'Streithof', 491838900, 96304200, 0),
(107599, 685, 81, 'Strittmatt', 476659300, 80459800, 0),
(107600, 685, 81, 'Strohweiler', 485134200, 94866500, 0),
(107601, 685, 81, 'Strumpfelbach', 487839800, 93649600, 0),
(107602, 685, 81, 'Strumpfelbrunn', 494642500, 90788700, 0),
(107603, 685, 81, 'Stupferich', 489532800, 85068500, 0),
(107604, 685, 81, 'Stuppelau', 484973600, 100716300, 0),
(107605, 685, 81, 'Stutenhof', 483500000, 89666700, 0),
(107606, 685, 81, 'Sulgau', 482333300, 84166700, 0),
(107607, 685, 81, 'Sulmingen', 481539400, 98705800, 0),
(107608, 685, 81, 'Sulz', 483092600, 78618000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(107609, 685, 81, 'Sulz am Neckar', 483624100, 86330900, 0),
(107610, 685, 81, 'Sulzbach', 482471500, 82014500, 0),
(107611, 685, 81, 'Sulzbach an der Murr', 490030300, 95003000, 0),
(107612, 685, 81, 'Suppingen', 484581800, 97125100, 0),
(107613, 685, 81, 'Tabingen', 482412500, 87238300, 0),
(107614, 685, 81, 'Taferrot', 488497200, 98382400, 0),
(107615, 685, 81, 'Tairnbach', 492640500, 87570500, 0),
(107616, 685, 81, 'Talhausen', 479514100, 77756400, 0),
(107617, 685, 81, 'Tannheim', 480000000, 100833300, 0),
(107618, 685, 81, 'Tengen', 478212800, 86611700, 0),
(107619, 685, 81, 'Tennenbronn', 481904100, 83517600, 0),
(107620, 685, 81, 'Teurershof', 491166700, 97166700, 0),
(107621, 685, 81, 'Teusserbad', 490964200, 93788800, 0),
(107622, 685, 81, 'Thiergarten', 480893000, 90972700, 0),
(107623, 685, 81, 'Tiergarten', 485573000, 80643900, 0),
(107624, 685, 81, 'Tierhaupten', 488634400, 98194400, 0),
(107625, 685, 81, 'Titisee', 479013500, 81516800, 0),
(107626, 685, 81, 'Titisee-Neustadt', 479210400, 81906300, 0),
(107627, 685, 81, 'Todtnauberg', 478502600, 79400300, 0),
(107628, 685, 81, 'Tommelhardt', 491606300, 96393700, 0),
(107629, 685, 81, 'Traishof', 489763300, 85934600, 0),
(107630, 685, 81, 'Trasenberg', 486765700, 99076100, 0),
(107631, 685, 81, 'Treffentrill', 490410200, 90546800, 0),
(107632, 685, 81, 'Treppach', 488723400, 100581100, 0),
(107633, 685, 81, 'Tullau', 490903100, 97340700, 0),
(107634, 685, 81, 'Tullingen', 476021100, 76442500, 0),
(107635, 685, 81, 'Tumlingen', 484778600, 85768600, 0),
(107636, 685, 81, 'Tuningen', 480333300, 86000000, 0),
(107637, 685, 81, 'Tunsel', 479034200, 76687600, 0),
(107638, 685, 81, 'Turkheim', 485849000, 98031500, 0),
(107639, 685, 81, 'Uberauchen', 480118600, 84539800, 0),
(107640, 685, 81, 'Ubstadt', 491591700, 86341700, 0),
(107641, 685, 81, 'Umweg', 487294000, 81763900, 0),
(107642, 685, 81, 'Unadingen', 478798700, 84086300, 0),
(107643, 685, 81, 'Unlingen', 481673400, 95221900, 0),
(107644, 685, 81, 'Unter Blauen', 477265000, 78466700, 0),
(107645, 685, 81, 'Unter Tullingen', 476045700, 76451100, 0),
(107646, 685, 81, 'Unterbettringen', 487835500, 98401900, 0),
(107647, 685, 81, 'Unterbruden', 489374300, 95002100, 0),
(107648, 685, 81, 'Unterdielbach', 494450000, 90491300, 0),
(107649, 685, 81, 'Unterdigisheim', 481640300, 89108700, 0),
(107650, 685, 81, 'Untere Muhlbauern', 481808200, 84630600, 0),
(107651, 685, 81, 'Unterelchingen', 484609700, 101045000, 0),
(107652, 685, 81, 'Unterentersbach', 483294700, 80537900, 0),
(107653, 685, 81, 'Unteressendorf', 480069200, 97712200, 0),
(107654, 685, 81, 'Untergriesheim', 492669100, 92231900, 0),
(107655, 685, 81, 'Untergriesingen', 482677000, 97836000, 0),
(107656, 685, 81, 'Untergrombach', 490897700, 85512800, 0),
(107657, 685, 81, 'Untergroningen', 489186200, 98916600, 0),
(107658, 685, 81, 'Unterhaslach', 484420400, 100198700, 0),
(107659, 685, 81, 'Unterhaugstett', 487684100, 87528900, 0),
(107660, 685, 81, 'Unterhausen', 484298000, 92550400, 0),
(107661, 685, 81, 'Unterheinriet', 490857700, 93216100, 0),
(107662, 685, 81, 'Unterholzheim', 482500000, 99000000, 0),
(107663, 685, 81, 'Unterjesingen', 485264400, 89802100, 0),
(107664, 685, 81, 'Unterjettingen', 485623000, 87844500, 0),
(107665, 685, 81, 'Unterkirneck', 487827100, 96800700, 0),
(107666, 685, 81, 'Unterkrozingen', 479193300, 76904500, 0),
(107667, 685, 81, 'Unterlehen', 477907800, 80646500, 0),
(107668, 685, 81, 'Unterlenzkirch', 478666700, 82166700, 0),
(107669, 685, 81, 'Untermberg', 489456500, 90836800, 0),
(107670, 685, 81, 'Untermunkheim', 491525500, 97338400, 0),
(107671, 685, 81, 'Unteropfingen', 480591500, 101283600, 0),
(107672, 685, 81, 'Unterowisheim', 491431200, 86691400, 0),
(107673, 685, 81, 'Unterreute', 480849600, 78122000, 0),
(107674, 685, 81, 'Unterschlechtbach', 488738600, 95302100, 0),
(107675, 685, 81, 'Unterschonbrunn', 494166700, 89333300, 0),
(107676, 685, 81, 'Unterschupf', 495131300, 96880500, 0),
(107677, 685, 81, 'Untersontheim', 490661300, 98907400, 0),
(107678, 685, 81, 'Unterspitzenbach', 481630400, 80193200, 0),
(107679, 685, 81, 'Untersulz', 486166700, 87833300, 0),
(107680, 685, 81, 'Untertalheim', 484942200, 86687600, 0),
(107681, 685, 81, 'Unterweissach', 489285500, 94792500, 0),
(107682, 685, 81, 'Unzhurst', 486874900, 80540800, 0),
(107683, 685, 81, 'Urphar', 497475400, 95747600, 0),
(107684, 685, 81, 'Ursenwang', 486675300, 96917400, 0),
(107685, 685, 81, 'Uttenweiler', 481500000, 96166700, 0),
(107686, 685, 81, 'Utzmemmingen', 488280100, 104361900, 0),
(107687, 685, 81, 'Vaihinger Hof', 482122600, 87040900, 0),
(107688, 685, 81, 'Venusmuhle', 481161000, 101139600, 0),
(107689, 685, 81, 'Viehhaus', 483585900, 86068400, 0),
(107690, 685, 81, 'Vier Hauser', 482352500, 84450500, 0),
(107691, 685, 81, 'Viesenhauserhof', 488500000, 92166700, 0),
(107692, 685, 81, 'Villingendorf', 482000000, 85833300, 0),
(107693, 685, 81, 'Vilsingen', 480623400, 91433300, 0),
(107694, 685, 81, 'Vimbuch', 487212100, 81129700, 0),
(107695, 685, 81, 'Vockenroth', 497487600, 94869900, 0),
(107696, 685, 81, 'Vogisheim', 477930400, 76214400, 0),
(107697, 685, 81, 'Vohrenbach', 480500000, 83000000, 0),
(107698, 685, 81, 'Volkersheim', 482202100, 97268000, 0),
(107699, 685, 81, 'Vollmaringen', 485134200, 87483800, 0),
(107700, 685, 81, 'Vorbachzimmern', 494237400, 99192300, 0),
(107701, 685, 81, 'Vorderaichhalden', 482666700, 84000000, 0),
(107702, 685, 81, 'Vorderbuchelberg', 489192400, 99739800, 0),
(107703, 685, 81, 'Vordere Haslen', 485165000, 83710500, 0),
(107704, 685, 81, 'Vordergriesbach', 480898800, 80923200, 0),
(107705, 685, 81, 'Vorderhundsberg', 488696400, 96067500, 0),
(107706, 685, 81, 'Vordertodtmoos', 477405200, 79984000, 0),
(107707, 685, 81, 'Vorstadtel', 493500000, 87833300, 0),
(107708, 685, 81, 'Vorstadtle mit Waldacker', 480324500, 78735400, 0),
(107709, 685, 81, 'Wachendorf', 484227100, 88439100, 0),
(107710, 685, 81, 'Walddorf', 485768500, 86502400, 0),
(107711, 685, 81, 'Waldenbronn', 487597500, 93175600, 0),
(107712, 685, 81, 'Waldenhausen', 497426900, 95222400, 0),
(107713, 685, 81, 'Waldenweiler', 489308500, 95612800, 0),
(107714, 685, 81, 'Waldhausen', 479274100, 84007900, 0),
(107715, 685, 81, 'Waldhornle', 485000000, 90666700, 0),
(107716, 685, 81, 'Waldmossingen', 482681200, 84850600, 0),
(107717, 685, 81, 'Waldmuhle', 488386600, 93123300, 0),
(107718, 685, 81, 'Waldprechtsweier', 488599200, 83315000, 0),
(107719, 685, 81, 'Waldrems', 489156200, 94331400, 0),
(107720, 685, 81, 'Waldsall', 492137600, 96482500, 0),
(107721, 685, 81, 'Waldstetten', 482333300, 88666700, 0),
(107722, 685, 81, 'Waldzimmern', 492698100, 96326700, 0),
(107723, 685, 81, 'Walheim', 490141700, 91511100, 0),
(107724, 685, 81, 'Walpertshofen', 481872300, 99246800, 0),
(107725, 685, 81, 'Wankheim', 484972700, 91014900, 0),
(107726, 685, 81, 'Waschenbeuren', 487599100, 96873500, 0),
(107727, 685, 81, 'Weckrieden', 491238500, 97529000, 0),
(107728, 685, 81, 'Wehingen', 481453300, 87915100, 0),
(107729, 685, 81, 'Weidach', 484444000, 98913000, 0),
(107730, 685, 81, 'Weihungszell', 482273600, 100241700, 0),
(107731, 685, 81, 'Weilen unter den Rinnen', 481898400, 87648600, 0),
(107732, 685, 81, 'Weiler ob Helfenstein', 486154300, 98555100, 0),
(107733, 685, 81, 'Weiler ob der Fils', 487054300, 95067800, 0),
(107734, 685, 81, 'Weiler zum Stein', 488988800, 93740500, 0),
(107735, 685, 81, 'Weilerstoffel', 487482000, 98389200, 0),
(107736, 685, 81, 'Weilheim', 476666700, 82333300, 0),
(107737, 685, 81, 'Weilheim an der Teck', 486157200, 95375100, 0),
(107738, 685, 81, 'Weilstetten', 482391900, 88531800, 0),
(107739, 685, 81, 'Weinstetten', 482910700, 99742100, 0),
(107740, 685, 81, 'Weissbach', 492971700, 95953100, 0),
(107741, 685, 81, 'Wellingen', 486745800, 94825300, 0),
(107742, 685, 81, 'Welschdorf', 482642700, 83681000, 0),
(107743, 685, 81, 'Wembach', 477725000, 78869000, 0),
(107744, 685, 81, 'Wendelsheim', 485000000, 88333300, 0),
(107745, 685, 81, 'Wenden', 486233400, 86608200, 0),
(107746, 685, 81, 'Wendenhof', 489637100, 99736800, 0),
(107747, 685, 81, 'Wendenreute', 478981600, 94626500, 0),
(107748, 685, 81, 'Werbach', 496708300, 96394400, 0),
(107749, 685, 81, 'Wermutshausen', 494183200, 99473800, 0),
(107750, 685, 81, 'Wessingen', 483277800, 89378900, 0),
(107751, 685, 81, 'Westerheim', 485151100, 96242400, 0),
(107752, 685, 81, 'Westernach', 491968400, 96854300, 0),
(107753, 685, 81, 'Westhausen', 488833300, 101833300, 0),
(107754, 685, 81, 'Wiblingen', 483600100, 99889800, 0),
(107755, 685, 81, 'Widmannstal', 491666700, 91833300, 0),
(107756, 685, 81, 'Wiedergrun', 485070400, 80091000, 0),
(107757, 685, 81, 'Wiehre', 479863300, 78576400, 0),
(107758, 685, 81, 'Wiesensteig', 485612700, 96254000, 0),
(107759, 685, 81, 'Wieslensdorf', 491474900, 94220800, 0),
(107760, 685, 81, 'Wiflingshausen', 487500000, 93333300, 0),
(107761, 685, 81, 'Wildberg', 486233600, 87451800, 0),
(107762, 685, 81, 'Wildenstein', 490692600, 102120800, 0),
(107763, 685, 81, 'Wilflingen', 481374300, 93546900, 0),
(107764, 685, 81, 'Wilhelmsfeld', 494705600, 87536100, 0),
(107765, 685, 81, 'Wilhelmshof', 489338600, 91583900, 0),
(107766, 685, 81, 'Willsbach', 491362600, 93563200, 0),
(107767, 685, 81, 'Wimmental', 491627800, 93519200, 0),
(107768, 685, 81, 'Wimpfen am Berg', 492333300, 91500000, 0),
(107769, 685, 81, 'Wimpfen im Tal', 492316400, 91794600, 0),
(107770, 685, 81, 'Windenreute', 481174200, 78813000, 0),
(107771, 685, 81, 'Windhof', 487166700, 87166700, 0),
(107772, 685, 81, 'Windischbuch', 494361600, 96221900, 0),
(107773, 685, 81, 'Windischenbach', 491804100, 94840600, 0),
(107774, 685, 81, 'Windschlag', 485155000, 79557800, 0),
(107775, 685, 81, 'Winterbach', 477972500, 94855800, 0),
(107776, 685, 81, 'Winterburg', 485857100, 81025600, 0),
(107777, 685, 81, 'Winterhalden', 483019800, 83716600, 0),
(107778, 685, 81, 'Winterlingen', 481833300, 91166700, 0),
(107779, 685, 81, 'Wintersdorf', 488457400, 81372800, 0),
(107780, 685, 81, 'Winterstettenstadt', 480071500, 97404100, 0),
(107781, 685, 81, 'Winzingen', 487131100, 98216100, 0),
(107782, 685, 81, 'Wippingen', 484275800, 98632800, 0),
(107783, 685, 81, 'Wissgoldingen', 487316000, 98127400, 0),
(107784, 685, 81, 'Wittelsbach', 479333300, 79333300, 0),
(107785, 685, 81, 'Wittershausen', 483163400, 86379300, 0),
(107786, 685, 81, 'Wittingen', 485914800, 98385100, 0),
(107787, 685, 81, 'Wittlensweiler', 484722400, 84495600, 0),
(107788, 685, 81, 'Wittlingen', 476500000, 76500000, 0),
(107789, 685, 81, 'Wolfartsweier', 489765000, 84567300, 0),
(107790, 685, 81, 'Wolfenweiler', 479590400, 77590300, 0),
(107791, 685, 81, 'Wolfsolden', 489199600, 93539100, 0),
(107792, 685, 81, 'Wolkenhof', 489860500, 95751400, 0),
(107793, 685, 81, 'Wollhausen', 485868500, 86755400, 0),
(107794, 685, 81, 'Wolterdingen', 479680300, 84220000, 0),
(107795, 685, 81, 'Wonnental', 481854100, 77667300, 0),
(107796, 685, 81, 'Worndorf', 479879700, 89988300, 0),
(107797, 685, 81, 'Wornershof', 487166700, 94333300, 0),
(107798, 685, 81, 'Wunschmichelbach', 495146300, 87482700, 0),
(107799, 685, 81, 'Wurmberg', 488666700, 88166700, 0),
(107800, 685, 81, 'Wurmersheim', 489373900, 82519300, 0),
(107801, 685, 81, 'Wurmfeld', 485151800, 88498300, 0),
(107802, 685, 81, 'Wurtingen', 484526600, 93413000, 0),
(107803, 685, 81, 'Wurzbach', 487214900, 86282800, 0),
(107804, 685, 81, 'Wustenriet', 488037700, 97679000, 0),
(107805, 685, 81, 'Wyhl', 481661700, 76491700, 0),
(107806, 685, 81, 'Zaberfeld', 490561100, 89269400, 0),
(107807, 685, 81, 'Zainen', 487638700, 86786700, 0),
(107808, 685, 81, 'Zainingen', 484824200, 95465200, 0),
(107809, 685, 81, 'Zarten', 479777800, 79496300, 0),
(107810, 685, 81, 'Zazenhausen', 488407400, 91981300, 0),
(107811, 685, 81, 'Zell am Harmersbach', 483465000, 80669900, 0),
(107812, 685, 81, 'Zell am Neckar', 487250600, 93599200, 0),
(107813, 685, 81, 'Zell im Wiesental', 477055500, 78524800, 0),
(107814, 685, 81, 'Zell unter Aichelberg', 486488200, 95713700, 0),
(107815, 685, 81, 'Zell-Weierbach', 484737700, 79833700, 0),
(107816, 685, 81, 'Ziegelbronn', 490912700, 95769600, 0),
(107817, 685, 81, 'Ziegelhausen', 494231700, 87539800, 0),
(107818, 685, 81, 'Ziegelhauser', 484003900, 94881100, 0),
(107819, 685, 81, 'Ziegelstadel', 480666700, 99333300, 0),
(107820, 685, 81, 'Zillhardtshof', 488711500, 93285900, 0),
(107821, 685, 81, 'Zillhausen', 482556000, 89233000, 0),
(107822, 685, 81, 'Zimmerhof', 492510300, 91192600, 0),
(107823, 685, 81, 'Zimmern ob Rottweil', 481666000, 85943600, 0),
(107824, 685, 81, 'Zizishausen', 486411900, 93482500, 0),
(107825, 685, 81, 'Zumhof', 488860000, 95467500, 0),
(107826, 685, 81, 'Zweiflingen', 492563900, 95180600, 0),
(107827, 685, 81, 'Zwiefalten', 482339600, 94623200, 0),
(107828, 686, 81, 'Abenberg', 492428200, 109640100, 0),
(107829, 686, 81, 'Abshofen', 485314100, 130531600, 0),
(107830, 686, 81, 'Abtsee', 479144400, 129071600, 0),
(107831, 686, 81, 'Abtsgreuth', 496654900, 105821100, 0),
(107832, 686, 81, 'Abwinkl', 476995300, 117346400, 0),
(107833, 686, 81, 'Achdorf', 485234000, 121389400, 0),
(107834, 686, 81, 'Achsheim', 484825000, 108169400, 0),
(107835, 686, 81, 'Adldorf', 486335400, 128341400, 0),
(107836, 686, 81, 'Adlersberg', 490459100, 120120000, 0),
(107837, 686, 81, 'Adlmannstein', 490944400, 122683400, 0),
(107838, 686, 81, 'Aha', 490962600, 107523200, 0),
(107839, 686, 81, 'Aicha vorm Wald', 486833300, 133000000, 0),
(107840, 686, 81, 'Aichig', 499324400, 116212700, 0),
(107841, 686, 81, 'Aidhausen', 501500000, 104333300, 0),
(107842, 686, 81, 'Aiglsham', 479915100, 123673900, 0),
(107843, 686, 81, 'Aising', 478292300, 121059900, 0),
(107844, 686, 81, 'Albaching', 481166700, 121166700, 0),
(107845, 686, 81, 'Alberndorf', 492841500, 106354300, 0),
(107846, 686, 81, 'Albertshausen bei Bad Kissingen', 502060500, 99925300, 0),
(107847, 686, 81, 'Aleuthe', 476670300, 103634600, 0),
(107848, 686, 81, 'Alfalter', 495384700, 114671500, 0),
(107849, 686, 81, 'Algertshausen', 484600000, 111192800, 0),
(107850, 686, 81, 'Alizberg', 495044200, 108083700, 0),
(107851, 686, 81, 'Allersburg', 493073300, 117780300, 0),
(107852, 686, 81, 'Allharting', 487171600, 131977300, 0),
(107853, 686, 81, 'Allkofen', 488389400, 122694000, 0),
(107854, 686, 81, 'Allmoshof', 494915500, 110615200, 0),
(107855, 686, 81, 'Alt Wiessee', 477093000, 117300100, 0),
(107856, 686, 81, 'Altdorf', 478137200, 106349200, 0),
(107857, 686, 81, 'Alteglofsheim', 489166700, 122000000, 0),
(107858, 686, 81, 'Alteiselfing', 480299700, 122392800, 0),
(107859, 686, 81, 'Altenbeuern', 477784400, 121484300, 0),
(107860, 686, 81, 'Altendorf', 488722800, 110215200, 0),
(107861, 686, 81, 'Altenerding', 482924400, 119053200, 0),
(107862, 686, 81, 'Altenfurt', 485549400, 112763100, 0),
(107863, 686, 81, 'Altenmunster', 484649500, 105906500, 0),
(107864, 686, 81, 'Altensittenbach', 495093800, 114094700, 0),
(107865, 686, 81, 'Alterhofen', 488465900, 126201200, 0),
(107866, 686, 81, 'Altfalter', 493971200, 122075300, 0),
(107867, 686, 81, 'Altkatterbach', 484666700, 107000000, 0),
(107868, 686, 81, 'Altkirchen', 479602700, 115928100, 0),
(107869, 686, 81, 'Altmannstein', 488992000, 116520300, 0),
(107870, 686, 81, 'Altmuhldorf', 482479200, 124909400, 0),
(107871, 686, 81, 'Altschonau', 489078900, 134628000, 0),
(107872, 686, 81, 'Altstockach', 481500000, 120015300, 0),
(107873, 686, 81, 'Alzgern', 482415400, 127529500, 0),
(107874, 686, 81, 'Ammerndorf', 494233500, 108501100, 0),
(107875, 686, 81, 'Ampermoching', 483050100, 114885200, 0),
(107876, 686, 81, 'Amperpettenbach', 483254400, 115307500, 0),
(107877, 686, 81, 'Angelbrechting', 481584100, 118139100, 0),
(107878, 686, 81, 'Angkofen', 485604400, 114875200, 0),
(107879, 686, 81, 'Anhausen', 483423200, 107748800, 0),
(107880, 686, 81, 'Apoig', 489426700, 127367400, 0),
(107881, 686, 81, 'Appertshofen', 488723500, 114623100, 0),
(107882, 686, 81, 'Appolding', 484136200, 119794200, 0),
(107883, 686, 81, 'Arberg', 491442800, 106172200, 0),
(107884, 686, 81, 'Arberhutte', 491124900, 131760600, 0),
(107885, 686, 81, 'Arfenreuth', 488495000, 134350800, 0),
(107886, 686, 81, 'Argelsried', 481084500, 113005400, 0),
(107887, 686, 81, 'Armetshofen', 483064900, 113412600, 0),
(107888, 686, 81, 'Armstorf', 482515300, 121600200, 0),
(107889, 686, 81, 'Arnbach', 483358600, 113450100, 0),
(107890, 686, 81, 'Arnbruck', 491301200, 129982000, 0),
(107891, 686, 81, 'Arnetsried', 489966600, 130550200, 0),
(107892, 686, 81, 'Arnsberg', 489260400, 113745800, 0),
(107893, 686, 81, 'Arnschwang', 492666700, 128166700, 0),
(107894, 686, 81, 'Arnshausen', 501699800, 100885000, 0),
(107895, 686, 81, 'Arth', 485878700, 120618900, 0),
(107896, 686, 81, 'Arzbach', 477110900, 115548500, 0),
(107897, 686, 81, 'Asbach', 481870300, 123908600, 0),
(107898, 686, 81, 'Asbach-Baumenheim', 486833300, 108166700, 0),
(107899, 686, 81, 'Ascha', 490000000, 126333300, 0),
(107900, 686, 81, 'Aschenau', 488812600, 128441200, 0),
(107901, 686, 81, 'Aschfeld', 500057200, 98253600, 0),
(107902, 686, 81, 'Assling', 479929700, 120064300, 0),
(107903, 686, 81, 'Asslkofen', 480705400, 119534700, 0),
(107904, 686, 81, 'Ast', 479019600, 118622300, 0),
(107905, 686, 81, 'Astheim', 498622700, 102156300, 0),
(107906, 686, 81, 'Attelsdorf', 497482100, 106313100, 0),
(107907, 686, 81, 'Atting', 483526000, 121166100, 0),
(107908, 686, 81, 'Atzldorf', 487337200, 134598000, 0),
(107909, 686, 81, 'Au bei Bad Aibling', 477971900, 119738100, 0),
(107910, 686, 81, 'Aubstadt', 503333300, 104333300, 0),
(107911, 686, 81, 'Auchsesheim', 486894500, 107819400, 0),
(107912, 686, 81, 'Aufheim', 483361700, 100649400, 0),
(107913, 686, 81, 'Aufhofen', 479375100, 115274900, 0),
(107914, 686, 81, 'Aufsess', 499000000, 112166700, 0),
(107915, 686, 81, 'Augsfeld', 500167800, 105495900, 0),
(107916, 686, 81, 'Aukofen', 489376900, 122404500, 0),
(107917, 686, 81, 'Auloh', 485691800, 122067600, 0),
(107918, 686, 81, 'Aulzhausen', 484434700, 109637000, 0),
(107919, 686, 81, 'Aura im Sinngrund', 501781900, 95754700, 0),
(107920, 686, 81, 'Ausserrotzing', 487342500, 132380100, 0),
(107921, 686, 81, 'Ay', 483284100, 100300900, 0),
(107922, 686, 81, 'Bach an der Donau', 490217000, 123037400, 0),
(107923, 686, 81, 'Bachern', 480626500, 111635700, 0),
(107924, 686, 81, 'Bachhagel', 486321700, 103204500, 0),
(107925, 686, 81, 'Bachhauserfilz', 479479700, 113989600, 0),
(107926, 686, 81, 'Bachingen an der Brenz', 485462700, 103128100, 0),
(107927, 686, 81, 'Bachmehring', 480457800, 122389400, 0),
(107928, 686, 81, 'Bad Berneck im Fichtelgebirge', 500456400, 116723800, 0),
(107929, 686, 81, 'Bad Bruckenau', 503085300, 97898500, 0),
(107930, 686, 81, 'Bad Endorf', 479090100, 122979500, 0),
(107931, 686, 81, 'Bad Gogging', 488218200, 117825400, 0),
(107932, 686, 81, 'Bad Heilbrunn', 477467100, 114593400, 0),
(107933, 686, 81, 'Bad Konigshofen im Grabfeld', 503008200, 104688700, 0),
(107934, 686, 81, 'Bad Neuhaus an der Saale', 503162000, 102247600, 0),
(107935, 686, 81, 'Badersdorf', 486328700, 128719400, 0),
(107936, 686, 81, 'Badersfeld', 482593800, 115200500, 0),
(107937, 686, 81, 'Baiershofen', 484582600, 105516200, 0),
(107938, 686, 81, 'Baldingen', 488588900, 104744500, 0),
(107939, 686, 81, 'Balzhausen', 482422800, 104936600, 0),
(107940, 686, 81, 'Banzenmuhle', 493293800, 104024900, 0),
(107941, 686, 81, 'Barmsee', 474958400, 112518800, 0),
(107942, 686, 81, 'Barnau', 498107900, 124331800, 0),
(107943, 686, 81, 'Barnfels', 497148700, 113411500, 0),
(107944, 686, 81, 'Barnreuth', 486914100, 135676000, 0),
(107945, 686, 81, 'Barnsdorf', 492219100, 110695000, 0),
(107946, 686, 81, 'Barnzell', 489650600, 126114900, 0),
(107947, 686, 81, 'Baschenegg', 483193100, 106436200, 0),
(107948, 686, 81, 'Batzenhausl', 486690600, 125980300, 0),
(107949, 686, 81, 'Batzhausen', 491882700, 116027600, 0),
(107950, 686, 81, 'Baudenbach', 496251200, 105359800, 0),
(107951, 686, 81, 'Bauernried', 485470500, 117950000, 0),
(107952, 686, 81, 'Baumenheim', 486813900, 108052800, 0),
(107953, 686, 81, 'Baumfeld', 488607100, 113201100, 0),
(107954, 686, 81, 'Baumgartl', 480910400, 103607900, 0),
(107955, 686, 81, 'Baunach', 499859200, 108517900, 0),
(107956, 686, 81, 'Bayerdilling', 486545000, 109546100, 0),
(107957, 686, 81, 'Bayerisch Eisenstein', 491166700, 132000000, 0),
(107958, 686, 81, 'Bechhofen', 491630800, 105557000, 0),
(107959, 686, 81, 'Bechtsrieth', 496448700, 122099700, 0),
(107960, 686, 81, 'Beerbach', 492142300, 109115700, 0),
(107961, 686, 81, 'Behringersdorf', 494845900, 112004100, 0),
(107962, 686, 81, 'Bellenberg', 482572600, 100909400, 0),
(107963, 686, 81, 'Bellershausen', 492987500, 102242600, 0),
(107964, 686, 81, 'Beratzhausen', 490963400, 118109600, 0),
(107965, 686, 81, 'Bergheim', 483195600, 108205000, 0),
(107966, 686, 81, 'Bergkirchen', 482567100, 113648800, 0),
(107967, 686, 81, 'Bergrothenfels', 498936900, 95846900, 0),
(107968, 686, 81, 'Bergstetten', 488005600, 108197200, 0),
(107969, 686, 81, 'Bernhaiming', 480170100, 124168200, 0),
(107970, 686, 81, 'Bernhardswald', 491000000, 122500000, 0),
(107971, 686, 81, 'Bernhardswinden', 492638400, 105674600, 0),
(107972, 686, 81, 'Bernheck', 496671600, 114865500, 0),
(107973, 686, 81, 'Bertensdorf', 485244100, 125410600, 0),
(107974, 686, 81, 'Betlinshausen', 482420500, 101084500, 0),
(107975, 686, 81, 'Beuerfeld', 503069300, 109534500, 0),
(107976, 686, 81, 'Beuern', 480874300, 110785100, 0),
(107977, 686, 81, 'Beutelsdorf', 495921300, 108956900, 0),
(107978, 686, 81, 'Biberbach', 483465300, 114950000, 0),
(107979, 686, 81, 'Bichl', 477147400, 119599600, 0),
(107980, 686, 81, 'Biding', 486902800, 110600900, 0),
(107981, 686, 81, 'Biebelried', 497666700, 100833300, 0),
(107982, 686, 81, 'Bierdorf', 479711800, 110960200, 0),
(107983, 686, 81, 'Bieselbach', 483931900, 106541600, 0),
(107984, 686, 81, 'Birkach', 481490100, 120153200, 0),
(107985, 686, 81, 'Birkig', 502878000, 111215100, 0),
(107986, 686, 81, 'Birnstengel', 500578100, 118070200, 0),
(107987, 686, 81, 'Birnthon', 494123900, 112619400, 0),
(107988, 686, 81, 'Bischbrunn', 498702800, 94891700, 0),
(107989, 686, 81, 'Bischofsholz', 491951700, 112488000, 0),
(107990, 686, 81, 'Bischofsmais', 489179600, 130818400, 0),
(107991, 686, 81, 'Bischofsreut', 488539200, 137332700, 0),
(107992, 686, 81, 'Bischofswang', 476773900, 107140200, 0),
(107993, 686, 81, 'Blankenburg', 485836100, 108236100, 0),
(107994, 686, 81, 'Blauenneuschacht', 496165800, 119117400, 0),
(107995, 686, 81, 'Blauhof', 489918000, 116066100, 0),
(107996, 686, 81, 'Blomenhof', 492960300, 114668700, 0),
(107997, 686, 81, 'Blossersberg', 490816500, 128995200, 0),
(107998, 686, 81, 'Blumenau', 500399000, 116522000, 0),
(107999, 686, 81, 'Bobingen', 482709100, 108339000, 0),
(108000, 686, 81, 'Bobrach', 489332200, 128830400, 0),
(108001, 686, 81, 'Bocklbach', 486308300, 131502800, 0),
(108002, 686, 81, 'Bodelstadt', 501348000, 108847300, 0),
(108003, 686, 81, 'Bodldorf', 485441400, 123696300, 0),
(108004, 686, 81, 'Bohmfeld', 488666700, 113666700, 0),
(108005, 686, 81, 'Bonau', 484500000, 119333300, 0),
(108006, 686, 81, 'Bonbruck', 483166700, 122833300, 0),
(108007, 686, 81, 'Bonhof', 489748000, 109567200, 0),
(108008, 686, 81, 'Bonstetten', 484400200, 107053200, 0),
(108009, 686, 81, 'Bosenbechhofen', 497365700, 108453900, 0),
(108010, 686, 81, 'Bottberg', 478119700, 117255900, 0),
(108011, 686, 81, 'Boxbrunn', 492679700, 106828900, 0),
(108012, 686, 81, 'Boxdorf', 495178800, 110275900, 0),
(108013, 686, 81, 'Brandach', 477974600, 110027000, 0),
(108014, 686, 81, 'Brandlengdorf', 482618500, 120545900, 0),
(108015, 686, 81, 'Braunetsrieth', 496168600, 123825700, 0),
(108016, 686, 81, 'Brauningshof', 496310100, 110410000, 0),
(108017, 686, 81, 'Braunsbach', 495023900, 110162900, 0),
(108018, 686, 81, 'Brautlach', 486973100, 114458700, 0),
(108019, 686, 81, 'Breitendiel', 496923800, 92210600, 0),
(108020, 686, 81, 'Breitenegg', 490833300, 116333300, 0),
(108021, 686, 81, 'Breitengussbach', 499720900, 108859100, 0),
(108022, 686, 81, 'Breitenstein', 495993400, 116470600, 0),
(108023, 686, 81, 'Breitenthal', 482378200, 102995100, 0),
(108024, 686, 81, 'Breitenweiher', 483342700, 121171300, 0),
(108025, 686, 81, 'Breitotting', 482383900, 119048000, 0),
(108026, 686, 81, 'Bremenhof', 492018100, 108334700, 0),
(108027, 686, 81, 'Bremsstallmuhle', 481618700, 127177300, 0),
(108028, 686, 81, 'Brendlorenzen', 503313100, 102115200, 0),
(108029, 686, 81, 'Brennberg', 490666700, 124000000, 0),
(108030, 686, 81, 'Breunsberg', 500325100, 91669100, 0),
(108031, 686, 81, 'Brodswinden', 492630300, 106086100, 0),
(108032, 686, 81, 'Bronnamberg', 494397000, 109066400, 0),
(108033, 686, 81, 'Bruckelsdorf', 493166700, 121833300, 0),
(108034, 686, 81, 'Brucken', 500893500, 91430400, 0),
(108035, 686, 81, 'Brucklach', 478378200, 120891800, 0),
(108036, 686, 81, 'Bruckmuhl', 478785900, 119109800, 0),
(108037, 686, 81, 'Brunoder', 491320400, 119817700, 0),
(108038, 686, 81, 'Bubach an der Naab', 492604100, 120763800, 0),
(108039, 686, 81, 'Buch am Buchrain', 482151000, 119950900, 0),
(108040, 686, 81, 'Buch am Erlbach', 484478400, 120357500, 0),
(108041, 686, 81, 'Buch am Wald', 493302000, 103348400, 0),
(108042, 686, 81, 'Buchbach', 483123100, 122734300, 0),
(108043, 686, 81, 'Buchberg', 477143200, 121810100, 0),
(108044, 686, 81, 'Buchelberg', 491547000, 107483700, 0),
(108045, 686, 81, 'Buchendorf', 480578900, 114025200, 0),
(108046, 686, 81, 'Buchenhain', 480298900, 114897300, 0),
(108047, 686, 81, 'Buchensee', 479166700, 112833300, 0),
(108048, 686, 81, 'Buchenthal', 485226500, 120538800, 0),
(108049, 686, 81, 'Buchhofen', 487000000, 129166700, 0),
(108050, 686, 81, 'Buchold', 500103200, 99516400, 0),
(108051, 686, 81, 'Buchschwabach', 493656800, 108834800, 0),
(108052, 686, 81, 'Buhler', 500129200, 98659700, 0),
(108053, 686, 81, 'Bullach', 495691500, 112540300, 0),
(108054, 686, 81, 'Bundorf', 502166700, 105166700, 0),
(108055, 686, 81, 'Burgambach', 496831200, 104357800, 0),
(108056, 686, 81, 'Burgau', 484315900, 104098900, 0),
(108057, 686, 81, 'Burgbernheim', 494510300, 103238500, 0),
(108058, 686, 81, 'Burgerschwaige', 487308300, 112332300, 0),
(108059, 686, 81, 'Burgfarrnbach', 494887900, 109235500, 0),
(108060, 686, 81, 'Burggen', 477768900, 108172400, 0),
(108061, 686, 81, 'Burggrafenhof', 494799200, 107799200, 0),
(108062, 686, 81, 'Burgham', 479394000, 124585000, 0),
(108063, 686, 81, 'Burgheim', 487003500, 110159900, 0),
(108064, 686, 81, 'Burghofe', 486457000, 108252800, 0),
(108065, 686, 81, 'Burgholz', 480978900, 110881700, 0),
(108066, 686, 81, 'Burgstadt', 497147600, 92691600, 0),
(108067, 686, 81, 'Burgweinting', 489890900, 121407000, 0),
(108068, 686, 81, 'Burkardroth', 502712600, 99916200, 0),
(108069, 686, 81, 'Burkersdorf', 501745300, 112818900, 0),
(108070, 686, 81, 'Busbach', 499418900, 114026900, 0),
(108071, 686, 81, 'Buscheller', 502307900, 110457300, 0),
(108072, 686, 81, 'Buttenheim', 498036500, 110300200, 0),
(108073, 686, 81, 'Butthard', 495991300, 98798700, 0),
(108074, 686, 81, 'Butzenbach', 484546400, 125744500, 0),
(108075, 686, 81, 'Buxach', 479831400, 101411500, 0),
(108076, 686, 81, 'Buxheim', 480000000, 101333300, 0),
(108077, 686, 81, 'Cadolzhofen', 493892000, 103297000, 0),
(108078, 686, 81, 'Callenberg', 502785500, 109212500, 0),
(108079, 686, 81, 'Carlsgrun', 503778800, 116195000, 0),
(108080, 686, 81, 'Chammunster', 492113700, 126942100, 0),
(108081, 686, 81, 'Christgarten', 487834400, 104638200, 0),
(108082, 686, 81, 'Claffheim', 492489200, 105895300, 0),
(108083, 686, 81, 'Colmberg', 493548000, 104115700, 0),
(108084, 686, 81, 'Colmdorf', 499382300, 116054600, 0),
(108085, 686, 81, 'Cortendorf', 502712300, 109905100, 0),
(108086, 686, 81, 'Dachelhofen', 493111500, 120759600, 0),
(108087, 686, 81, 'Dachsbach', 496405100, 107065200, 0),
(108088, 686, 81, 'Dachstadt', 496331700, 112468700, 0),
(108089, 686, 81, 'Daibersdorf', 486241900, 125439600, 0),
(108090, 686, 81, 'Dammbach', 498577400, 93275600, 0),
(108091, 686, 81, 'Dankenfeld', 499059500, 106720200, 0),
(108092, 686, 81, 'Dattenbrunn', 488883900, 107917300, 0),
(108093, 686, 81, 'Dechbetten', 490103500, 120532000, 0),
(108094, 686, 81, 'Dechsendorf', 496274500, 109385200, 0),
(108095, 686, 81, 'Deffingen', 484350100, 102983100, 0),
(108096, 686, 81, 'Degenreuth', 502332600, 120305400, 0),
(108097, 686, 81, 'Deinting', 480383900, 125738600, 0),
(108098, 686, 81, 'Denzenlohe', 499613000, 115234600, 0),
(108099, 686, 81, 'Denzingen', 484438900, 102837200, 0),
(108100, 686, 81, 'Dessmannsdorf', 492695200, 105827200, 0),
(108101, 686, 81, 'Dettenhausen', 479372200, 115058600, 0),
(108102, 686, 81, 'Dettenhofen', 479691200, 110263000, 0),
(108103, 686, 81, 'Dettenkofen', 488082900, 123762700, 0),
(108104, 686, 81, 'Dettenschwang', 479527500, 110151400, 0),
(108105, 686, 81, 'Dettingen am Main', 500414900, 90333400, 0),
(108106, 686, 81, 'Detwang', 493869400, 101677100, 0),
(108107, 686, 81, 'Deuerling', 490333300, 119000000, 0),
(108108, 686, 81, 'Deuringen', 483631700, 108180900, 0),
(108109, 686, 81, 'Deutelbach', 501786300, 95142300, 0),
(108110, 686, 81, 'Deutenhofen', 482935900, 114782200, 0),
(108111, 686, 81, 'Dezenacker', 486734700, 110901100, 0),
(108112, 686, 81, 'Diedorf', 483532000, 107820600, 0),
(108113, 686, 81, 'Diemuehle', 493266900, 115065100, 0),
(108114, 686, 81, 'Diepersdorf', 494611500, 112896500, 0),
(108115, 686, 81, 'Diepertshofen', 483447300, 101602900, 0),
(108116, 686, 81, 'Diessen am Ammersee', 479508400, 111030600, 0),
(108117, 686, 81, 'Dietenbronn', 492494600, 103941700, 0),
(108118, 686, 81, 'Dietersheim', 482802800, 116748800, 0),
(108119, 686, 81, 'Dietfurt im Mittelfranken', 489436000, 109302800, 0),
(108120, 686, 81, 'Dietraching', 483937600, 127295700, 0),
(108121, 686, 81, 'Diezmanning', 481806800, 121560300, 0),
(108122, 686, 81, 'Dipbach', 498978600, 101241600, 0),
(108123, 686, 81, 'Dirlafing', 482340600, 124064300, 0),
(108124, 686, 81, 'Dobersing', 492867800, 127394500, 0),
(108125, 686, 81, 'Dollnstein', 488683300, 110733600, 0),
(108126, 686, 81, 'Dombach im Loch', 492805800, 105333400, 0),
(108127, 686, 81, 'Dombuhl', 492534900, 102854200, 0),
(108128, 686, 81, 'Donaualtheim', 485938600, 104867300, 0),
(108129, 686, 81, 'Donaumunster', 486784900, 106988900, 0),
(108130, 686, 81, 'Donndorf', 499350500, 115077300, 0),
(108131, 686, 81, 'Dorfgutingen', 492158300, 103027600, 0),
(108132, 686, 81, 'Dorfhaus', 496254500, 112627000, 0),
(108133, 686, 81, 'Dorflas', 495821100, 108188700, 0),
(108134, 686, 81, 'Dorflas bei Marktredwitz', 499939500, 120897200, 0),
(108135, 686, 81, 'Dorfleins', 499314400, 108596400, 0),
(108136, 686, 81, 'Dorfprozelten', 497805600, 93802800, 0),
(108137, 686, 81, 'Dornsteinbach', 500920000, 91782300, 0),
(108138, 686, 81, 'Dornweiler', 482140400, 100921400, 0),
(108139, 686, 81, 'Dosingen', 479201900, 107016200, 0),
(108140, 686, 81, 'Dosingerried', 488911900, 131313200, 0),
(108141, 686, 81, 'Dottenheim', 495489800, 105156100, 0),
(108142, 686, 81, 'Drachselsried', 491075900, 130118500, 0),
(108143, 686, 81, 'Draisenfeld', 498856000, 116899000, 0),
(108144, 686, 81, 'Drosendorf', 499448100, 109719100, 0),
(108145, 686, 81, 'Drugendorf', 498074200, 111149000, 0),
(108146, 686, 81, 'During', 486583500, 134042000, 0),
(108147, 686, 81, 'Durn', 490870200, 115950400, 0),
(108148, 686, 81, 'Durnsricht', 494004200, 120692100, 0),
(108149, 686, 81, 'Durrenried', 502180900, 107432400, 0),
(108150, 686, 81, 'Durrlauingen', 484666600, 104286000, 0),
(108151, 686, 81, 'Durrnhaar', 479930200, 117359700, 0),
(108152, 686, 81, 'Durrnhieb', 500500000, 118000000, 0),
(108153, 686, 81, 'Ebenhausen', 479804400, 114513600, 0),
(108154, 686, 81, 'Ebenpaint', 490965200, 122593900, 0),
(108155, 686, 81, 'Ebermergen', 487541800, 107146200, 0),
(108156, 686, 81, 'Ebersdorf bei Coburg', 502197300, 110685700, 0),
(108157, 686, 81, 'Ebertshausen', 479685500, 115402800, 0),
(108158, 686, 81, 'Ebnat', 477941300, 122896700, 0),
(108159, 686, 81, 'Ebnath', 499500000, 119333300, 0),
(108160, 686, 81, 'Eborach', 498472800, 104995000, 0),
(108161, 686, 81, 'Ebratshofen', 476185100, 100353600, 0),
(108162, 686, 81, 'Eckartshausen', 500104000, 100803400, 0),
(108163, 686, 81, 'Eckartshof', 493582500, 101850000, 0),
(108164, 686, 81, 'Eckenhaid', 495744300, 112206000, 0),
(108165, 686, 81, 'Eckersdorf', 499348000, 114962100, 0),
(108166, 686, 81, 'Eckersmuhlen', 492175400, 111446900, 0),
(108167, 686, 81, 'Edelbach', 501104100, 92956500, 0),
(108168, 686, 81, 'Edelbrunn', 500143600, 107191400, 0),
(108169, 686, 81, 'Edeldorf', 496965300, 121962800, 0),
(108170, 686, 81, 'Edelsfeld', 495764400, 116958900, 0),
(108171, 686, 81, 'Edenstetten', 488943500, 129255900, 0),
(108172, 686, 81, 'Edlhausen', 490603100, 119084100, 0),
(108173, 686, 81, 'Edlkofen', 485151300, 119842600, 0),
(108174, 686, 81, 'Edlmannsberg', 485802400, 120166200, 0),
(108175, 686, 81, 'Effeltrich', 496592900, 110931900, 0),
(108176, 686, 81, 'Egerdach', 478951800, 127039000, 0),
(108177, 686, 81, 'Egern', 476937600, 117509100, 0),
(108178, 686, 81, 'Egersdorf', 494637700, 108766400, 0),
(108179, 686, 81, 'Eggelstetten', 486769500, 108508300, 0),
(108180, 686, 81, 'Eggenberg', 484228800, 115864000, 0),
(108181, 686, 81, 'Eggenhof', 495930800, 110770000, 0),
(108182, 686, 81, 'Eggerszell', 490233800, 126183200, 0),
(108183, 686, 81, 'Egglkofen', 484000000, 124500000, 0),
(108184, 686, 81, 'Eggolsheim', 497696100, 110570100, 0),
(108185, 686, 81, 'Eglharting', 480813500, 118601700, 0),
(108186, 686, 81, 'Eglhartinger Kolonie', 480833300, 118666700, 0),
(108187, 686, 81, 'Eglhausen', 484274700, 115530000, 0),
(108188, 686, 81, 'Eglsee', 490777200, 119118700, 0),
(108189, 686, 81, 'Egweil', 487833300, 112333300, 0),
(108190, 686, 81, 'Ehingen', 486000000, 108000000, 0),
(108191, 686, 81, 'Eichen', 498842400, 115049600, 0),
(108192, 686, 81, 'Eichenbuhl', 497055600, 93291700, 0),
(108193, 686, 81, 'Eichenkofen', 483463600, 119225900, 0),
(108194, 686, 81, 'Eicherloh', 482467300, 117787100, 0),
(108195, 686, 81, 'Eichhof', 502587400, 109175500, 0),
(108196, 686, 81, 'Eichholz', 478430300, 102767500, 0),
(108197, 686, 81, 'Eichhornseck', 483132300, 129017300, 0),
(108198, 686, 81, 'Eidengrub', 491460500, 124940200, 0),
(108199, 686, 81, 'Einbach', 477666700, 115500000, 0),
(108200, 686, 81, 'Einersdorf', 494526900, 105995300, 0),
(108201, 686, 81, 'Einhaus', 478035600, 117323100, 0),
(108202, 686, 81, 'Eisenbach', 498326400, 91117000, 0),
(108203, 686, 81, 'Eisenbartling', 479088500, 123058900, 0),
(108204, 686, 81, 'Eisenbrechtshofen', 485068100, 108230600, 0),
(108205, 686, 81, 'Eisenfelden', 482634600, 127019100, 0),
(108206, 686, 81, 'Eisenhammer', 496771500, 92211400, 0),
(108207, 686, 81, 'Eisenhofen', 483430200, 113027000, 0),
(108208, 686, 81, 'Eisingertshofen', 482805500, 114556700, 0),
(108209, 686, 81, 'Eitlbrunn', 491145700, 120666100, 0),
(108210, 686, 81, 'Eitting', 483666700, 119000000, 0),
(108211, 686, 81, 'Eitzing', 478528200, 121883900, 0),
(108212, 686, 81, 'Elisenfels', 500457200, 121749400, 0),
(108213, 686, 81, 'Ellighofen', 480009100, 108343000, 0),
(108214, 686, 81, 'Ellingen', 490607600, 109678300, 0),
(108215, 686, 81, 'Emersacker', 485000000, 106666700, 0),
(108216, 686, 81, 'Emmereis', 476016400, 103250000, 0),
(108217, 686, 81, 'Emsing', 489979000, 112630500, 0),
(108218, 686, 81, 'Enchendorf', 487742800, 128602400, 0),
(108219, 686, 81, 'Engelsberg', 481166700, 125500000, 0),
(108220, 686, 81, 'Englod', 484797300, 131809400, 0),
(108221, 686, 81, 'Engolling', 487942300, 131015400, 0),
(108222, 686, 81, 'Ensdorf', 481864000, 124469100, 0),
(108223, 686, 81, 'Ensfeld', 488378300, 110214100, 0),
(108224, 686, 81, 'Enterfels', 476414900, 117425100, 0),
(108225, 686, 81, 'Enterrottach', 476752300, 118150100, 0),
(108226, 686, 81, 'Entrischenbrunn', 484916700, 115477300, 0),
(108227, 686, 81, 'Enzerweis', 486307800, 128855500, 0),
(108228, 686, 81, 'Eppishofen', 484607400, 106009500, 0),
(108229, 686, 81, 'Erdweg', 483318000, 113033900, 0),
(108230, 686, 81, 'Ergersheim', 495166700, 103333300, 0),
(108231, 686, 81, 'Erkenbrechtshofen', 495290000, 104060700, 0),
(108232, 686, 81, 'Erkertshofen', 489784100, 112215000, 0),
(108233, 686, 81, 'Erkhausen', 481922500, 106396000, 0),
(108234, 686, 81, 'Erlabrunn', 498597200, 98441700, 0),
(108235, 686, 81, 'Erlenbach am Main', 498034100, 91631100, 0),
(108236, 686, 81, 'Erling', 479683800, 111857000, 0),
(108237, 686, 81, 'Erlingen', 485291900, 108388900, 0),
(108238, 686, 81, 'Erlingshofen', 486828100, 107108600, 0),
(108239, 686, 81, 'Ernhull', 495070600, 115868400, 0),
(108240, 686, 81, 'Ernsgaden', 487333300, 115833300, 0),
(108241, 686, 81, 'Eschenbach in der Oberpfalz', 497554000, 118330600, 0),
(108242, 686, 81, 'Escherndorf', 498630200, 101750600, 0),
(108243, 686, 81, 'Eslarn', 495834500, 125215600, 0),
(108244, 686, 81, 'Essfeld', 496719600, 99598500, 0),
(108245, 686, 81, 'Esterhofen', 483616500, 114488000, 0),
(108246, 686, 81, 'Ettenbeuren', 483732400, 103649100, 0),
(108247, 686, 81, 'Ettenhausen', 477098000, 123854400, 0),
(108248, 686, 81, 'Etterschlag', 480866800, 112011600, 0),
(108249, 686, 81, 'Etterzhausen', 490336300, 119788400, 0),
(108250, 686, 81, 'Ettleben', 499840500, 101227400, 0),
(108251, 686, 81, 'Etzenberg', 480993900, 120477400, 0),
(108252, 686, 81, 'Etzenricht', 496333300, 121000000, 0),
(108253, 686, 81, 'Euerdorf', 501485300, 100233100, 0),
(108254, 686, 81, 'Eugenbach', 485473200, 120853200, 0),
(108255, 686, 81, 'Eulenried', 485888900, 114158700, 0),
(108256, 686, 81, 'Eyerlohe', 492670000, 104209800, 0),
(108257, 686, 81, 'Ezelheim', 495993000, 104022300, 0),
(108258, 686, 81, 'Ezelsdorf', 493278100, 113476800, 0),
(108259, 686, 81, 'Falkendorf', 495792800, 108417000, 0),
(108260, 686, 81, 'Fasangarten', 481000000, 116000000, 0),
(108261, 686, 81, 'Fechenbach', 497720600, 93375800, 0),
(108262, 686, 81, 'Fehling', 479208300, 125284500, 0),
(108263, 686, 81, 'Feigenhofen', 484938900, 107793100, 0),
(108264, 686, 81, 'Feilitzsch', 503666700, 119333300, 0),
(108265, 686, 81, 'Feistelberg', 495578400, 121557600, 0),
(108266, 686, 81, 'Felben', 476467600, 106110000, 0),
(108267, 686, 81, 'Feldkahl', 500402600, 92089800, 0),
(108268, 686, 81, 'Feldolling', 478949400, 118557100, 0),
(108269, 686, 81, 'Feldwies', 478324000, 124846800, 0),
(108270, 686, 81, 'Fellheim', 480833300, 101500000, 0),
(108271, 686, 81, 'Festenbach', 477677800, 117466400, 0),
(108272, 686, 81, 'Fetzelhofen', 497029700, 107303700, 0),
(108273, 686, 81, 'Fichten', 491378600, 125541000, 0),
(108274, 686, 81, 'Fichtheim', 486463400, 127009600, 0),
(108275, 686, 81, 'Fiegenstall', 490745400, 110222900, 0),
(108276, 686, 81, 'Filzen', 478868600, 120869000, 0),
(108277, 686, 81, 'Finningen', 483824200, 100766100, 0),
(108278, 686, 81, 'Finsing', 482161500, 118241200, 0),
(108279, 686, 81, 'Firmelsdorf', 502350900, 111509000, 0),
(108280, 686, 81, 'Firnhaberau', 484049000, 108963100, 0),
(108281, 686, 81, 'Fischach', 482904700, 106559200, 0),
(108282, 686, 81, 'Fischaitnach', 490664700, 129133100, 0),
(108283, 686, 81, 'Fischerhauser', 482528300, 116974400, 0),
(108284, 686, 81, 'Fischerod', 486219400, 131538900, 0),
(108285, 686, 81, 'Flachslanden', 493984500, 105132400, 0),
(108286, 686, 81, 'Fladungen', 505205400, 101458100, 0),
(108287, 686, 81, 'Flanitz', 490036500, 132698500, 0),
(108288, 686, 81, 'Flitzing', 484633000, 117725100, 0),
(108289, 686, 81, 'Flossenburg', 497333300, 123500000, 0),
(108290, 686, 81, 'Flotzheim', 488375000, 108136100, 0),
(108291, 686, 81, 'Flugelsberg', 489985900, 116388400, 0),
(108292, 686, 81, 'Foching', 478948200, 117158000, 0),
(108293, 686, 81, 'Fockenfeld', 499991300, 122371400, 0),
(108294, 686, 81, 'Fohrenreuth', 502304600, 120453900, 0),
(108295, 686, 81, 'Forchheim', 488266500, 116832800, 0),
(108296, 686, 81, 'Fornbach', 485442700, 115218000, 0),
(108297, 686, 81, 'Forstaibach', 484406900, 120615200, 0),
(108298, 686, 81, 'Forstern', 481834300, 119771600, 0),
(108299, 686, 81, 'Forth', 495925300, 112267300, 0),
(108300, 686, 81, 'Fortschau', 498644700, 118937400, 0),
(108301, 686, 81, 'Fortschendorf', 503901200, 113484000, 0),
(108302, 686, 81, 'Fortschwind', 497497700, 109070200, 0),
(108303, 686, 81, 'Fradlberg', 488017000, 132565200, 0),
(108304, 686, 81, 'Frammersbach', 500646800, 94688800, 0),
(108305, 686, 81, 'Frankenhaag', 499092000, 114251400, 0),
(108306, 686, 81, 'Frankenheim', 492833300, 102500000, 0),
(108307, 686, 81, 'Frankenhofen', 478875000, 107516200, 0),
(108308, 686, 81, 'Frankenried', 478709700, 106680100, 0),
(108309, 686, 81, 'Frankenwinheim', 498873300, 103143200, 0),
(108310, 686, 81, 'Franzenhammer', 495500000, 113500000, 0),
(108311, 686, 81, 'Frauenbrundl', 488800900, 125529100, 0),
(108312, 686, 81, 'Frauenstetten', 485810900, 107146800, 0),
(108313, 686, 81, 'Freihung', 496213400, 119081700, 0),
(108314, 686, 81, 'Freimehring', 481171700, 121527100, 0),
(108315, 686, 81, 'Frensdorf', 498166700, 108666700, 0),
(108316, 686, 81, 'Freudeneck', 500353100, 108795500, 0),
(108317, 686, 81, 'Freystadt', 492000700, 113303200, 0),
(108318, 686, 81, 'Frichlkofen', 486205400, 125245100, 0),
(108319, 686, 81, 'Fridau', 500185800, 121519800, 0),
(108320, 686, 81, 'Fridritt', 502603800, 102539700, 0),
(108321, 686, 81, 'Friedheim', 480208200, 108572400, 0),
(108322, 686, 81, 'Frieding', 480106000, 112146400, 0),
(108323, 686, 81, 'Friedrichshofen', 487752500, 113794100, 0),
(108324, 686, 81, 'Friesenham', 482407200, 123510500, 0),
(108325, 686, 81, 'Friesenried', 478666700, 105333300, 0),
(108326, 686, 81, 'Friesheim', 490086500, 122768400, 0),
(108327, 686, 81, 'Frohnreuth', 488353200, 133307300, 0),
(108328, 686, 81, 'Frommerding', 487152800, 131558400, 0),
(108329, 686, 81, 'Fronau', 491365100, 121012700, 0),
(108330, 686, 81, 'Frontenhausen', 485462800, 125311800, 0),
(108331, 686, 81, 'Froschenthal', 477830000, 121457700, 0),
(108332, 686, 81, 'Fuchsmuhl', 499226500, 121458200, 0),
(108333, 686, 81, 'Furholzen', 477500000, 115500000, 0),
(108334, 686, 81, 'Fursetz', 499160700, 115990000, 0),
(108335, 686, 81, 'Furstatt', 478548100, 120972300, 0),
(108336, 686, 81, 'Furstberg', 483239200, 130763900, 0),
(108337, 686, 81, 'Furstenhof', 499229100, 121528600, 0),
(108338, 686, 81, 'Furth am Berg', 502776200, 111601600, 0),
(108339, 686, 81, 'Furth im Wald', 493095500, 128415600, 0),
(108340, 686, 81, 'Gabelbach', 483799700, 105678200, 0),
(108341, 686, 81, 'Gaben', 479277300, 123426200, 0),
(108342, 686, 81, 'Gabolshausen', 502715000, 105044700, 0),
(108343, 686, 81, 'Gaishausen', 489629900, 127215100, 0),
(108344, 686, 81, 'Galgenhof', 495626600, 108940400, 0),
(108345, 686, 81, 'Gallingkofen', 490470600, 121019100, 0),
(108346, 686, 81, 'Galsterlohe', 497023900, 123936100, 0),
(108347, 686, 81, 'Gammelsdorf', 485500000, 119500000, 0),
(108348, 686, 81, 'Gangkofen', 484370100, 125641900, 0),
(108349, 686, 81, 'Ganheim', 499666900, 100096700, 0),
(108350, 686, 81, 'Ganslberg', 485614500, 120910400, 0),
(108351, 686, 81, 'Garkofen', 481652300, 118287600, 0),
(108352, 686, 81, 'Garmersdorf', 494332000, 118979700, 0),
(108353, 686, 81, 'Garsdorf', 493718100, 118296100, 0),
(108354, 686, 81, 'Gartelsried', 484332400, 113253600, 0),
(108355, 686, 81, 'Gaukonigshofen', 496333300, 100000000, 0),
(108356, 686, 81, 'Gaulzhofen', 484846500, 109870000, 0),
(108357, 686, 81, 'Gebelkofen', 489349000, 121605900, 0),
(108358, 686, 81, 'Gebsattel', 493500000, 102000000, 0),
(108359, 686, 81, 'Gefell', 503147800, 112070800, 0),
(108360, 686, 81, 'Gefrees', 500953800, 117377200, 0),
(108361, 686, 81, 'Gehstorf', 491799600, 128432800, 0),
(108362, 686, 81, 'Geigant', 493260200, 126826800, 0),
(108363, 686, 81, 'Geisberg', 483330600, 130196400, 0),
(108364, 686, 81, 'Geisdorf', 499051400, 111108300, 0),
(108365, 686, 81, 'Geiselbach', 501166700, 92000000, 0),
(108366, 686, 81, 'Geiselbullach', 482278500, 113435300, 0),
(108367, 686, 81, 'Geiselhoring', 488250500, 123964900, 0),
(108368, 686, 81, 'Geiselwind', 497735600, 104706300, 0),
(108369, 686, 81, 'Geisenbrunn', 481059100, 113275600, 0),
(108370, 686, 81, 'Geisenfeldwinden', 486822000, 115963600, 0),
(108371, 686, 81, 'Geisling', 489700800, 123270900, 0),
(108372, 686, 81, 'Geltendorf', 481333300, 110333300, 0),
(108373, 686, 81, 'Gelting', 478935600, 114226900, 0),
(108374, 686, 81, 'Gemling', 489345200, 120608100, 0),
(108375, 686, 81, 'Gemunda', 502253300, 108059500, 0),
(108376, 686, 81, 'Genderkingen', 487000000, 108833300, 0),
(108377, 686, 81, 'Georgenbuch', 489614000, 116504900, 0),
(108378, 686, 81, 'Georgensgmund', 491897200, 110166700, 0),
(108379, 686, 81, 'Gerbersdorf', 485472300, 129765300, 0),
(108380, 686, 81, 'Gerholz', 476379300, 101452800, 0),
(108381, 686, 81, 'Gerlenhofen', 483461500, 100347200, 0),
(108382, 686, 81, 'Gerlhausen', 484829400, 117917800, 0),
(108383, 686, 81, 'Gernach', 499445700, 102350000, 0),
(108384, 686, 81, 'Geroldshausen', 496836100, 99022200, 0),
(108385, 686, 81, 'Geroldswind', 501845200, 106873300, 0),
(108386, 686, 81, 'Gessnach', 488373800, 130690100, 0),
(108387, 686, 81, 'Gestungshausen', 502373200, 111764400, 0),
(108388, 686, 81, 'Gieshugel', 497766000, 100185500, 0),
(108389, 686, 81, 'Gillisberg', 491862900, 127559300, 0),
(108390, 686, 81, 'Gisseltshausen', 487086300, 120270200, 0),
(108391, 686, 81, 'Glasberg', 490012100, 132346300, 0),
(108392, 686, 81, 'Glaslern', 483768400, 119310800, 0),
(108393, 686, 81, 'Glattbach', 500000000, 91500000, 0),
(108394, 686, 81, 'Glend', 502930900, 109492500, 0),
(108395, 686, 81, 'Glon', 482658400, 111059200, 0),
(108396, 686, 81, 'Gmund am Tegernsee', 477511900, 117381000, 0),
(108397, 686, 81, 'Gnadenfeld', 487131200, 111708300, 0),
(108398, 686, 81, 'Gockershof', 495016700, 108247400, 0),
(108399, 686, 81, 'Goggenhofen', 479517100, 117876400, 0),
(108400, 686, 81, 'Goggersreut', 487588000, 135119400, 0),
(108401, 686, 81, 'Goggingen', 483374600, 108648200, 0),
(108402, 686, 81, 'Goldau', 482329800, 123468000, 0),
(108403, 686, 81, 'Goldbuhl', 491277700, 106412000, 0),
(108404, 686, 81, 'Gollenbach', 498914400, 114176500, 0),
(108405, 686, 81, 'Gonnersdorf', 490663800, 121519800, 0),
(108406, 686, 81, 'Gosheim', 488325300, 107198200, 0),
(108407, 686, 81, 'Gosseltshausen', 486126900, 116094000, 0),
(108408, 686, 81, 'Gossmannsdorf', 501344800, 105659900, 0),
(108409, 686, 81, 'Gossmannsdorf am Main', 496804000, 100289700, 0),
(108410, 686, 81, 'Gossweinstein', 497689800, 113384100, 0),
(108411, 686, 81, 'Gotteshofen', 486499700, 114645500, 0),
(108412, 686, 81, 'Gottfrieding', 486500000, 125333300, 0),
(108413, 686, 81, 'Gotting', 478632200, 119439400, 0),
(108414, 686, 81, 'Grafensteinberg', 491530700, 108096000, 0),
(108415, 686, 81, 'Grafenwiesen', 492000000, 128833300, 0),
(108416, 686, 81, 'Grafertshofen', 482946100, 101616700, 0),
(108417, 686, 81, 'Grafing bei Munchen', 480459600, 119679700, 0),
(108418, 686, 81, 'Grafrath', 481166700, 111666700, 0),
(108419, 686, 81, 'Graming', 482092000, 126657600, 0),
(108420, 686, 81, 'Grassau', 477810000, 124535900, 0),
(108421, 686, 81, 'Greiling', 477666700, 116166700, 0),
(108422, 686, 81, 'Grenzhammer', 500013400, 117908600, 0),
(108423, 686, 81, 'Gressenwohr', 496320300, 118187300, 0),
(108424, 686, 81, 'Gresshausen', 500353900, 103834800, 0),
(108425, 686, 81, 'Grettstadt', 499833300, 103166700, 0),
(108426, 686, 81, 'Griessenbach', 477367600, 121082900, 0),
(108427, 686, 81, 'Griesstatt', 479940300, 121772700, 0),
(108428, 686, 81, 'Grimmschwinden', 492011300, 101652000, 0),
(108429, 686, 81, 'Grobern', 485992500, 113290600, 0),
(108430, 686, 81, 'Grolking', 478966900, 122429300, 0),
(108431, 686, 81, 'Grosdorf', 489620700, 113949400, 0),
(108432, 686, 81, 'Grossaitingen', 482275300, 107794800, 0),
(108433, 686, 81, 'Grossberg', 489704600, 120563200, 0),
(108434, 686, 81, 'Grossbrannenberg', 477333300, 121000000, 0),
(108435, 686, 81, 'Grossdingharting', 479806700, 115207100, 0),
(108436, 686, 81, 'Grossenast', 476601800, 110628900, 0),
(108437, 686, 81, 'Grossenhag', 485004000, 114659800, 0),
(108438, 686, 81, 'Grossenried', 491874800, 105795900, 0),
(108439, 686, 81, 'Grossgarnstadt', 502399500, 110751600, 0),
(108440, 686, 81, 'Grossgeschaidt', 495609600, 111744700, 0),
(108441, 686, 81, 'Grossgrundlach', 495282300, 110163200, 0),
(108442, 686, 81, 'Grosshabersdorf', 494000000, 107833300, 0),
(108443, 686, 81, 'Grosshartpenning', 478460600, 116784700, 0),
(108444, 686, 81, 'Grosshaslach', 493365900, 107284400, 0),
(108445, 686, 81, 'Grossholzhausen', 477659900, 120788800, 0),
(108446, 686, 81, 'Grosslangheim', 497562000, 102406500, 0),
(108447, 686, 81, 'Grossnobach', 483444800, 115748200, 0),
(108448, 686, 81, 'Grossohrenbronn', 491362500, 104380600, 0),
(108449, 686, 81, 'Grossprufening', 490104600, 120490800, 0),
(108450, 686, 81, 'Grossreuth bei Schweinau', 494344900, 110227300, 0),
(108451, 686, 81, 'Grossreuth hinter der Veste', 494749200, 110865900, 0),
(108452, 686, 81, 'Grossscherzhausen', 479458900, 127041700, 0),
(108453, 686, 81, 'Grossschwaiba', 485899400, 118716100, 0),
(108454, 686, 81, 'Grossschwarzenlohe', 493408900, 111149000, 0),
(108455, 686, 81, 'Grossviehberg', 495245400, 114505000, 0),
(108456, 686, 81, 'Grosswalding', 488551100, 129797200, 0),
(108457, 686, 81, 'Grossweingarten', 491676400, 109424600, 0),
(108458, 686, 81, 'Grosswelzheim', 500509900, 90141700, 0),
(108459, 686, 81, 'Grub am Forst', 502298600, 110198000, 0),
(108460, 686, 81, 'Grubmuhl', 480799100, 113873300, 0),
(108461, 686, 81, 'Grucking', 483422700, 119727800, 0),
(108462, 686, 81, 'Grumpel', 503276900, 114021300, 0),
(108463, 686, 81, 'Grundnern', 477136800, 115852600, 0),
(108464, 686, 81, 'Grunmorsbach', 499618600, 92104400, 0),
(108465, 686, 81, 'Grunreuth', 495900500, 115449400, 0),
(108466, 686, 81, 'Grunstein', 500880000, 117286700, 0),
(108467, 686, 81, 'Gschwendt', 477002400, 114156700, 0),
(108468, 686, 81, 'Gspannberg', 493520200, 113808100, 0),
(108469, 686, 81, 'Guglod', 489273500, 134314700, 0),
(108470, 686, 81, 'Gulg', 499720900, 122524400, 0),
(108471, 686, 81, 'Gundihausen', 484498800, 121356400, 0),
(108472, 686, 81, 'Gunding', 482566800, 113941100, 0),
(108473, 686, 81, 'Gundlitz', 501336600, 116584700, 0),
(108474, 686, 81, 'Gundlkoferau', 485191000, 120331800, 0),
(108475, 686, 81, 'Guntersdorf', 484669600, 124343200, 0),
(108476, 686, 81, 'Guntersrieth', 494822300, 115712600, 0),
(108477, 686, 81, 'Gunzlas', 499338800, 118579900, 0),
(108478, 686, 81, 'Gustenfelden', 493348400, 109750200, 0),
(108479, 686, 81, 'Gutenstetten', 496166700, 106333300, 0),
(108480, 686, 81, 'Gutmaning', 491924100, 126885600, 0),
(108481, 686, 81, 'Haader', 487831100, 123460300, 0),
(108482, 686, 81, 'Haag an der Amper', 484584000, 118279600, 0),
(108483, 686, 81, 'Haar', 481088100, 117265300, 0),
(108484, 686, 81, 'Haarbrucken', 503179000, 111007800, 0),
(108485, 686, 81, 'Haard', 502384800, 101233600, 0),
(108486, 686, 81, 'Haberbuhl', 490884300, 130430900, 0),
(108487, 686, 81, 'Haberkofen', 488184100, 127002700, 0),
(108488, 686, 81, 'Haberseigen', 493019800, 128038400, 0),
(108489, 686, 81, 'Habichau', 478198400, 115722100, 0),
(108490, 686, 81, 'Habichsthal', 500594400, 94026100, 0),
(108491, 686, 81, 'Habnith', 501149400, 120107800, 0),
(108492, 686, 81, 'Hackenhofen', 491766500, 117207000, 0),
(108493, 686, 81, 'Hader', 483558300, 106375000, 0),
(108494, 686, 81, 'Hafenlohr', 498694400, 96022200, 0),
(108495, 686, 81, 'Hagelstadt', 489000000, 122166700, 0),
(108496, 686, 81, 'Hagenbuch', 488359200, 108389200, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(108497, 686, 81, 'Hagenbuchach', 495333300, 107666700, 0),
(108498, 686, 81, 'Hagenheim', 479965800, 109526300, 0),
(108499, 686, 81, 'Hagenhofen', 494893400, 106263600, 0),
(108500, 686, 81, 'Hahnhof', 493862200, 112636900, 0),
(108501, 686, 81, 'Haid', 478803200, 116867100, 0),
(108502, 686, 81, 'Haidhof', 489783900, 116875100, 0),
(108503, 686, 81, 'Haidholzen', 478636200, 121768400, 0),
(108504, 686, 81, 'Haidling', 480344500, 119548000, 0),
(108505, 686, 81, 'Haidmuhl', 477835700, 118291900, 0),
(108506, 686, 81, 'Haigerloh', 482322600, 123856200, 0),
(108507, 686, 81, 'Hainbronn', 497450600, 115597400, 0),
(108508, 686, 81, 'Hainhofen', 483872700, 107978800, 0),
(108509, 686, 81, 'Hainsacker', 490719800, 120548900, 0),
(108510, 686, 81, 'Hainsfarth', 489666700, 106166700, 0),
(108511, 686, 81, 'Halmesricht', 496664100, 121117400, 0),
(108512, 686, 81, 'Halshorn', 486088300, 120183800, 0),
(108513, 686, 81, 'Hambach', 500989000, 102075200, 0),
(108514, 686, 81, 'Hammergmund', 496944400, 119525200, 0),
(108515, 686, 81, 'Hammerharlesberg', 497115800, 121784700, 0),
(108516, 686, 81, 'Hankofen', 487567400, 125890800, 0),
(108517, 686, 81, 'Hansgorgl', 495166700, 113833300, 0),
(108518, 686, 81, 'Hapberg', 478623600, 112775500, 0),
(108519, 686, 81, 'Happing', 478290000, 121276200, 0),
(108520, 686, 81, 'Haringlohe', 494743200, 117879600, 0),
(108521, 686, 81, 'Harretsreuth', 488254300, 133853800, 0),
(108522, 686, 81, 'Hartacker', 487633600, 116273400, 0),
(108523, 686, 81, 'Harthausen', 478630500, 120269400, 0),
(108524, 686, 81, 'Hartmannshof', 494958300, 115497400, 0),
(108525, 686, 81, 'Haselbrunn', 497639300, 118118500, 0),
(108526, 686, 81, 'Haselfurth', 484807700, 120062900, 0),
(108527, 686, 81, 'Haselmuhl', 494166100, 118736400, 0),
(108528, 686, 81, 'Hasenmahd', 477034900, 104891700, 0),
(108529, 686, 81, 'Haslangkreit', 485131600, 111755200, 0),
(108530, 686, 81, 'Hasloch', 497919400, 94936100, 0),
(108531, 686, 81, 'Hasselbach', 490354200, 103327800, 0),
(108532, 686, 81, 'Hassenberg', 502495100, 111963600, 0),
(108533, 686, 81, 'Hasslach bei Kronach', 502909500, 112912400, 0),
(108534, 686, 81, 'Hasslberg', 477476800, 126172800, 0),
(108535, 686, 81, 'Hatzenhofen', 487533100, 110586200, 0),
(108536, 686, 81, 'Haunoldshofen', 493904300, 106919600, 0),
(108537, 686, 81, 'Haunstetten', 483122000, 109005000, 0),
(108538, 686, 81, 'Haunswies', 484551600, 110042700, 0),
(108539, 686, 81, 'Hauptendorf', 495585100, 109040200, 0),
(108540, 686, 81, 'Hausen', 476735900, 109464400, 0),
(108541, 686, 81, 'Hauserdorfl', 477669700, 116891700, 0),
(108542, 686, 81, 'Hauslach', 491903900, 109981200, 0),
(108543, 686, 81, 'Haxthausen', 483800000, 116595400, 0),
(108544, 686, 81, 'Hebertshausen', 482895900, 114652600, 0),
(108545, 686, 81, 'Heft', 485602800, 130780600, 0),
(108546, 686, 81, 'Hegelhofen', 483132300, 101563500, 0),
(108547, 686, 81, 'Hegnabrunn', 500887100, 115701400, 0),
(108548, 686, 81, 'Heigenbrucken', 500333300, 93833300, 0),
(108549, 686, 81, 'Heignkam', 478920000, 116929700, 0),
(108550, 686, 81, 'Heilig Blut', 478384300, 121176800, 0),
(108551, 686, 81, 'Heiligkreuz', 477508600, 102829400, 0),
(108552, 686, 81, 'Heimathshausen', 480035900, 113665600, 0),
(108553, 686, 81, 'Heimenkirch', 476295900, 99030400, 0),
(108554, 686, 81, 'Heinersdorf', 491577400, 105759600, 0),
(108555, 686, 81, 'Heising', 477763800, 103194800, 0),
(108556, 686, 81, 'Helfkam', 488333300, 129333300, 0),
(108557, 686, 81, 'Hellmannsberg', 488350100, 115278900, 0),
(108558, 686, 81, 'Helmstadt', 497618000, 97080300, 0),
(108559, 686, 81, 'Henfenfeld', 494984600, 113905900, 0),
(108560, 686, 81, 'Hengthal', 485300600, 113171300, 0),
(108561, 686, 81, 'Hennenbach', 493157400, 105856200, 0),
(108562, 686, 81, 'Heppdiel', 496655800, 93591000, 0),
(108563, 686, 81, 'Hergatz', 476500000, 98333300, 0),
(108564, 686, 81, 'Hergolshausen', 499633600, 101556100, 0),
(108565, 686, 81, 'Heroldsbach', 496934200, 109988200, 0),
(108566, 686, 81, 'Herrenstetten', 481871500, 101154000, 0),
(108567, 686, 81, 'Herretshofen', 481611600, 103206300, 0),
(108568, 686, 81, 'Herrnfelden', 484435400, 123475300, 0),
(108569, 686, 81, 'Herschfeld', 503309500, 102408200, 0),
(108570, 686, 81, 'Herzogau', 486774200, 130960500, 0),
(108571, 686, 81, 'Hesselbach', 501096600, 103210700, 0),
(108572, 686, 81, 'Hesselberg', 496581800, 108684800, 0),
(108573, 686, 81, 'Hessellohe', 487513200, 111806500, 0),
(108574, 686, 81, 'Hessenthal', 499277800, 92841200, 0),
(108575, 686, 81, 'Hesslar', 499721200, 98503000, 0),
(108576, 686, 81, 'Hettenshausen', 485000000, 115000000, 0),
(108577, 686, 81, 'Hetzles', 496333300, 111333300, 0),
(108578, 686, 81, 'Hetzmannsdorf', 493539400, 125261300, 0),
(108579, 686, 81, 'Hienheim', 488637800, 117666500, 0),
(108580, 686, 81, 'Hilgenreit', 488498900, 132594300, 0),
(108581, 686, 81, 'Hilgertshausen-Tandern', 484296000, 113542800, 0),
(108582, 686, 81, 'Hillenberg', 504938500, 101023400, 0),
(108583, 686, 81, 'Hilpolding', 483439700, 121416500, 0),
(108584, 686, 81, 'Hiltersried', 493844100, 125770800, 0),
(108585, 686, 81, 'Hiltpoltstein', 496607500, 113227200, 0),
(108586, 686, 81, 'Himmelreich', 492040300, 130606000, 0),
(108587, 686, 81, 'Hinterrehberg', 501901200, 116098500, 0),
(108588, 686, 81, 'Hinterstein', 474805500, 104057700, 0),
(108589, 686, 81, 'Hinterstocken', 502188200, 113659300, 0),
(108590, 686, 81, 'Hintlaber', 486662700, 119602300, 0),
(108591, 686, 81, 'Hirblingen', 484233300, 108283400, 0),
(108592, 686, 81, 'Hirschbergalm', 479071900, 111865700, 0),
(108593, 686, 81, 'Hirschbronn', 492933500, 106382400, 0),
(108594, 686, 81, 'Hirschfeld', 499458000, 101874600, 0),
(108595, 686, 81, 'Hirschstein', 491067800, 118191700, 0),
(108596, 686, 81, 'Hirzlheim', 482712200, 122413900, 0),
(108597, 686, 81, 'Hitzhofen', 488500000, 113166700, 0),
(108598, 686, 81, 'Hobbach', 498537700, 92778200, 0),
(108599, 686, 81, 'Hochfelden', 482527900, 125740000, 0),
(108600, 686, 81, 'Hochmutting', 482361000, 115759200, 0),
(108601, 686, 81, 'Hochstadt am Main', 501500900, 111711600, 0),
(108602, 686, 81, 'Hochstadt an der Donau', 486112400, 105681600, 0),
(108603, 686, 81, 'Hochstadt bei Thiersheim', 501015700, 120871100, 0),
(108604, 686, 81, 'Hofbau', 479612400, 122926000, 0),
(108605, 686, 81, 'Hofheim in Unterfranken', 501367500, 105232100, 0),
(108606, 686, 81, 'Hofmuhle', 478522900, 121514900, 0),
(108607, 686, 81, 'Hofsingelding', 482481100, 118784500, 0),
(108608, 686, 81, 'Hofstetten', 476767700, 103473000, 0),
(108609, 686, 81, 'Hogen', 494920500, 116048200, 0),
(108610, 686, 81, 'Hohehaid', 500624500, 118086700, 0),
(108611, 686, 81, 'Hoheim', 497285900, 102035500, 0),
(108612, 686, 81, 'Hohenaltheim', 487840200, 105348600, 0),
(108613, 686, 81, 'Hohenbachern', 483984200, 116915800, 0),
(108614, 686, 81, 'Hohendilching', 479084000, 117799200, 0),
(108615, 686, 81, 'Hohenfels', 492039700, 118484100, 0),
(108616, 686, 81, 'Hohengebraching', 489606100, 120814300, 0),
(108617, 686, 81, 'Hohenkemnath', 493959500, 117796600, 0),
(108618, 686, 81, 'Hohenlinden', 481561200, 119945800, 0),
(108619, 686, 81, 'Hohenpfahl', 489161500, 118926700, 0),
(108620, 686, 81, 'Hohenreichen', 485670700, 107321700, 0),
(108621, 686, 81, 'Hohenried', 478768300, 112852800, 0),
(108622, 686, 81, 'Hohenschaftlarn', 479910700, 114572000, 0),
(108623, 686, 81, 'Hohenschambach', 490389900, 118471500, 0),
(108624, 686, 81, 'Hohensteig', 478630200, 121450900, 0),
(108625, 686, 81, 'Hohentrudingen', 490000500, 107018600, 0),
(108626, 686, 81, 'Hohenwarth', 490941000, 119890900, 0),
(108627, 686, 81, 'Hohersdorf', 494621000, 120624800, 0),
(108628, 686, 81, 'Holden', 482358800, 105763800, 0),
(108629, 686, 81, 'Holenbrunn', 500476300, 120355300, 0),
(108630, 686, 81, 'Holkering', 489800100, 120658400, 0),
(108631, 686, 81, 'Hollstadt', 503500000, 103000000, 0),
(108632, 686, 81, 'Holzgunz', 480166700, 102666700, 0),
(108633, 686, 81, 'Holzhausen', 478063500, 128496000, 0),
(108634, 686, 81, 'Holzhausen bei Buchloe', 480477900, 107827400, 0),
(108635, 686, 81, 'Holzheim', 483833300, 101000000, 0),
(108636, 686, 81, 'Holzheim am Forst', 491484900, 119977300, 0),
(108637, 686, 81, 'Holzkirchhausen', 497604400, 96673100, 0),
(108638, 686, 81, 'Holzolling', 478708200, 118273000, 0),
(108639, 686, 81, 'Honigsbach', 487213800, 124205500, 0),
(108640, 686, 81, 'Honings', 496384500, 111035200, 0),
(108641, 686, 81, 'Hopfau', 498606600, 120173500, 0),
(108642, 686, 81, 'Hopfen', 475725600, 99763000, 0),
(108643, 686, 81, 'Horbering', 483822100, 125497800, 0),
(108644, 686, 81, 'Hordt', 486338900, 131719500, 0),
(108645, 686, 81, 'Horgauergreut', 484001400, 106940300, 0),
(108646, 686, 81, 'Horgertsham', 484816700, 132852600, 0),
(108647, 686, 81, 'Horgertshausen', 485500000, 118666700, 0),
(108648, 686, 81, 'Horlachen', 501512500, 116990500, 0),
(108649, 686, 81, 'Horlkofen', 482430200, 119372500, 0),
(108650, 686, 81, 'Hornstorf', 489008300, 125820400, 0),
(108651, 686, 81, 'Horstein', 500569200, 90731600, 0),
(108652, 686, 81, 'Horvelsingen', 484858900, 100274300, 0),
(108653, 686, 81, 'Horzhausen', 485466900, 112005600, 0),
(108654, 686, 81, 'Hotelkam', 484587600, 122111200, 0),
(108655, 686, 81, 'Hottingen', 490626200, 110053000, 0),
(108656, 686, 81, 'Hotzaberg', 497528000, 118048200, 0),
(108657, 686, 81, 'Hoyren', 475641900, 96829200, 0),
(108658, 686, 81, 'Hummendorf', 501453700, 115156800, 0),
(108659, 686, 81, 'Humprechtshausen', 501210800, 104502700, 0),
(108660, 686, 81, 'Hundham', 477567500, 119436000, 0),
(108661, 686, 81, 'Hundsbach', 500169700, 98785600, 0),
(108662, 686, 81, 'Hundsschweif', 489553500, 125334300, 0),
(108663, 686, 81, 'Hundszell', 487302900, 114043900, 0),
(108664, 686, 81, 'Hundzell', 492103500, 129418200, 0),
(108665, 686, 81, 'Hungerberg', 488788300, 133136300, 0),
(108666, 686, 81, 'Hungersdorf', 489983100, 124118600, 0),
(108667, 686, 81, 'Hussingen', 489714500, 106861500, 0),
(108668, 686, 81, 'Ibenthann', 491872600, 121154200, 0),
(108669, 686, 81, 'Ibind', 501343000, 106351300, 0),
(108670, 686, 81, 'Ichenhausen', 483711900, 103070600, 0),
(108671, 686, 81, 'Iffelkofen', 487116000, 121931400, 0),
(108672, 686, 81, 'Igelsdorf', 496444600, 110437500, 0),
(108673, 686, 81, 'Iggensbach', 487333300, 131333300, 0),
(108674, 686, 81, 'Iglberg', 483136500, 123274200, 0),
(108675, 686, 81, 'Ihrlerstein', 489333300, 118666700, 0),
(108676, 686, 81, 'Illerberg', 482937000, 101062200, 0),
(108677, 686, 81, 'Illesheim', 494666700, 103833300, 0),
(108678, 686, 81, 'Imbuchs', 478338700, 119395600, 0),
(108679, 686, 81, 'Inchenhofen', 485128800, 111145800, 0),
(108680, 686, 81, 'Inching', 488992800, 112739400, 0),
(108681, 686, 81, 'Indersdorf Kloster', 483593300, 113829500, 0),
(108682, 686, 81, 'Ingelsberg', 481037100, 118249800, 0),
(108683, 686, 81, 'Ingstetten', 482701700, 102492100, 0),
(108684, 686, 81, 'Inham', 484500000, 132000000, 0),
(108685, 686, 81, 'Inholzen', 484175300, 120698900, 0),
(108686, 686, 81, 'Inkam', 486491900, 130381100, 0),
(108687, 686, 81, 'Innerhienthal', 488487100, 125748700, 0),
(108688, 686, 81, 'Inning am Ammersee', 480763600, 111523200, 0),
(108689, 686, 81, 'Inselkam', 478872300, 116790700, 0),
(108690, 686, 81, 'Ipsheim', 495275000, 104817600, 0),
(108691, 686, 81, 'Ipthausen', 502999200, 104833800, 0),
(108692, 686, 81, 'Irgertsheim', 487673900, 112766100, 0),
(108693, 686, 81, 'Irlmuhle', 492013100, 130419100, 0),
(108694, 686, 81, 'Isarmund', 487949400, 129792800, 0),
(108695, 686, 81, 'Isenhofen', 487333300, 111500000, 0),
(108696, 686, 81, 'Ittling', 488835200, 126323000, 0),
(108697, 686, 81, 'Jachenhausen', 489926600, 117065200, 0),
(108698, 686, 81, 'Jacobneuharting', 480296600, 120471100, 0),
(108699, 686, 81, 'Jagersruh', 503183400, 119640400, 0),
(108700, 686, 81, 'Jakobsthal', 500513700, 93218600, 0),
(108701, 686, 81, 'Janahof', 492051200, 126683600, 0),
(108702, 686, 81, 'Jedelhausen', 483531700, 100632200, 0),
(108703, 686, 81, 'Jedenhofen', 483768300, 114408900, 0),
(108704, 686, 81, 'Jenbach', 477725500, 120071900, 0),
(108705, 686, 81, 'Jessling', 482280100, 121596400, 0),
(108706, 686, 81, 'Jetzendorf', 484333300, 114166700, 0),
(108707, 686, 81, 'Johanneskirchen', 481701200, 116506300, 0),
(108708, 686, 81, 'Josefsthal', 476914500, 118850600, 0),
(108709, 686, 81, 'Josephenburg', 486800700, 114201400, 0),
(108710, 686, 81, 'Joshofen', 487448100, 112196200, 0),
(108711, 686, 81, 'Juchhoh', 499412500, 116452900, 0),
(108712, 686, 81, 'Kagenhof', 495053200, 108640600, 0),
(108713, 686, 81, 'Kairlindach', 496382900, 108517500, 0),
(108714, 686, 81, 'Kaisheim', 487675100, 107963900, 0),
(108715, 686, 81, 'Kalberau', 500908600, 90939100, 0),
(108716, 686, 81, 'Kallmunz', 491609400, 119605100, 0),
(108717, 686, 81, 'Kapfelberg', 489321400, 119831400, 0),
(108718, 686, 81, 'Kapsdorf', 492634200, 109129700, 0),
(108719, 686, 81, 'Kareth', 490398400, 120813600, 0),
(108720, 686, 81, 'Karlburg', 499789600, 97586300, 0),
(108721, 686, 81, 'Karling', 485725000, 130841700, 0),
(108722, 686, 81, 'Karlsruh', 486782800, 114076300, 0),
(108723, 686, 81, 'Karpfhofen', 483510300, 113823100, 0),
(108724, 686, 81, 'Karsbach', 500500000, 97833300, 0),
(108725, 686, 81, 'Katzdorf', 492477500, 121025800, 0),
(108726, 686, 81, 'Kauerlach', 491493800, 113219300, 0),
(108727, 686, 81, 'Kehlbach', 504443900, 113155700, 0),
(108728, 686, 81, 'Keilberg', 490424800, 121594600, 0),
(108729, 686, 81, 'Kelchsried', 482258100, 106336100, 0),
(108730, 686, 81, 'Kelheimwinzer', 489140300, 119138200, 0),
(108731, 686, 81, 'Kellmunz', 481215900, 101281100, 0),
(108732, 686, 81, 'Kemathen', 478071600, 119513200, 0),
(108733, 686, 81, 'Kemmathen', 491340300, 106163900, 0),
(108734, 686, 81, 'Kemmern', 499548600, 108778400, 0),
(108735, 686, 81, 'Kemnathen', 485711500, 115987000, 0),
(108736, 686, 81, 'Kersbach', 495417500, 113593500, 0),
(108737, 686, 81, 'Kerschdorf', 480192100, 122038400, 0),
(108738, 686, 81, 'Kiefersau', 477500000, 115333300, 0),
(108739, 686, 81, 'Kieslau', 491565600, 129382900, 0),
(108740, 686, 81, 'Kiliansdorf', 492259500, 110862400, 0),
(108741, 686, 81, 'Kindhofen', 483645100, 125231700, 0),
(108742, 686, 81, 'Kinning', 483353000, 124249300, 0),
(108743, 686, 81, 'Kirchdorf', 477797100, 121087400, 0),
(108744, 686, 81, 'Kirchdorf am Inn', 482475500, 129845400, 0),
(108745, 686, 81, 'Kirchdorf im Wald', 489104800, 132661400, 0),
(108746, 686, 81, 'Kirchehrenbach', 497333300, 111500000, 0),
(108747, 686, 81, 'Kirchenlaibach', 498751900, 117686400, 0),
(108748, 686, 81, 'Kirchenlamitz', 501519000, 119483100, 0),
(108749, 686, 81, 'Kirchenrohrbach', 491836200, 124061100, 0),
(108750, 686, 81, 'Kirchensittenbach', 495560100, 114222600, 0),
(108751, 686, 81, 'Kirchfembach', 495167100, 108042400, 0),
(108752, 686, 81, 'Kirchroth', 489500000, 125500000, 0),
(108753, 686, 81, 'Kirschfurt', 497434500, 93192700, 0),
(108754, 686, 81, 'Kissendorf', 483980900, 101954800, 0),
(108755, 686, 81, 'Klebheim', 496563500, 108878800, 0),
(108756, 686, 81, 'Kleegarten', 486948000, 127537800, 0),
(108757, 686, 81, 'Kleinbardorf', 502753500, 104042200, 0),
(108758, 686, 81, 'Kleinberghofen', 483555200, 112759600, 0),
(108759, 686, 81, 'Kleineibstadt', 502939900, 103721300, 0),
(108760, 686, 81, 'Kleineichberg', 488065300, 130167500, 0),
(108761, 686, 81, 'Kleinerdlingen', 488366600, 104758400, 0),
(108762, 686, 81, 'Kleingemunden', 500636300, 97039400, 0),
(108763, 686, 81, 'Kleingundertshausen', 486162000, 118105200, 0),
(108764, 686, 81, 'Kleinhohenrain', 479200200, 119045400, 0),
(108765, 686, 81, 'Kleinkotz', 484114300, 103007100, 0),
(108766, 686, 81, 'Kleinlintach', 489252400, 126999800, 0),
(108767, 686, 81, 'Kleinneuses', 496762900, 108079700, 0),
(108768, 686, 81, 'Kleinochsenfurt', 496704600, 100626200, 0),
(108769, 686, 81, 'Kleinprufening', 490069100, 120278000, 0),
(108770, 686, 81, 'Kleinreuth bei Schweinau', 494417900, 110096700, 0),
(108771, 686, 81, 'Kleinrinderfeld', 497002800, 98447200, 0),
(108772, 686, 81, 'Kleinschwarzenbach', 502473300, 117052200, 0),
(108773, 686, 81, 'Kleinschwarzenlohe', 493478300, 111107800, 0),
(108774, 686, 81, 'Kleinthal', 477815000, 118378300, 0),
(108775, 686, 81, 'Kleinwalding', 488540600, 129939800, 0),
(108776, 686, 81, 'Kless', 491918300, 130053900, 0),
(108777, 686, 81, 'Klettham', 483060800, 119006200, 0),
(108778, 686, 81, 'Kleukheim', 500348500, 110064600, 0),
(108779, 686, 81, 'Kloster Modingen', 486322200, 104360800, 0),
(108780, 686, 81, 'Klosterberg', 485973500, 113759300, 0),
(108781, 686, 81, 'Klotzenhof', 497453700, 92444800, 0),
(108782, 686, 81, 'Kneiting', 490256200, 120315200, 0),
(108783, 686, 81, 'Knodorf', 487427200, 115706800, 0),
(108784, 686, 81, 'Knogslersfreude', 487318300, 113949500, 0),
(108785, 686, 81, 'Kochheim', 487015200, 112834700, 0),
(108786, 686, 81, 'Kockersried', 489545700, 129882800, 0),
(108787, 686, 81, 'Koditz', 503333300, 118500000, 0),
(108788, 686, 81, 'Kofering', 489333300, 122000000, 0),
(108789, 686, 81, 'Kohlberg', 495912100, 120194800, 0),
(108790, 686, 81, 'Kohlnberg', 490041400, 131802700, 0),
(108791, 686, 81, 'Kolberg', 478902500, 120684400, 0),
(108792, 686, 81, 'Konigsdorf', 478154600, 114806300, 0),
(108793, 686, 81, 'Konigshausen', 481997100, 107006300, 0),
(108794, 686, 81, 'Konigshof', 493847700, 110754000, 0),
(108795, 686, 81, 'Konigswiesen', 490071600, 120702000, 0),
(108796, 686, 81, 'Konzenberg', 484495700, 104319400, 0),
(108797, 686, 81, 'Kopfingerhof', 482095400, 106184300, 0),
(108798, 686, 81, 'Kornthan', 499008000, 121628300, 0),
(108799, 686, 81, 'Kosbach', 496004800, 109374900, 0),
(108800, 686, 81, 'Kothaich', 479435700, 128117300, 0),
(108801, 686, 81, 'Kottgeisering', 481166700, 111333300, 0),
(108802, 686, 81, 'Kottmannsdorf', 498081400, 109688200, 0),
(108803, 686, 81, 'Kotzenhof', 495149600, 112597000, 0),
(108804, 686, 81, 'Krachenhausen', 491464300, 119542200, 0),
(108805, 686, 81, 'Kraftshof', 495115000, 110514400, 0),
(108806, 686, 81, 'Kragling', 478621000, 121657600, 0),
(108807, 686, 81, 'Kraisdorf', 501369900, 107259600, 0),
(108808, 686, 81, 'Kratzhof', 487871400, 107119900, 0),
(108809, 686, 81, 'Krausenbach', 498614500, 93365800, 0),
(108810, 686, 81, 'Kreppen', 483734900, 107857600, 0),
(108811, 686, 81, 'Kreppendorf', 495093300, 109013600, 0),
(108812, 686, 81, 'Kressen', 476497100, 104455600, 0),
(108813, 686, 81, 'Kricklhof', 495192100, 119501300, 0),
(108814, 686, 81, 'Krombach', 500833300, 92166700, 0),
(108815, 686, 81, 'Kronberg', 482064000, 125735900, 0),
(108816, 686, 81, 'Kronburg', 479043200, 101572000, 0),
(108817, 686, 81, 'Kronstetten', 493215200, 121432000, 0),
(108818, 686, 81, 'Kronwitt', 477755700, 120127300, 0),
(108819, 686, 81, 'Krottensee', 496299700, 115735100, 0),
(108820, 686, 81, 'Kruckenberg', 490142400, 123408000, 0),
(108821, 686, 81, 'Krugshof', 499002900, 116100700, 0),
(108822, 686, 81, 'Kruichen', 484323900, 106955300, 0),
(108823, 686, 81, 'Krumbad', 482451400, 103920400, 0),
(108824, 686, 81, 'Kueps Oberfranken', 501926500, 112760000, 0),
(108825, 686, 81, 'Kugl', 485904800, 127124100, 0),
(108826, 686, 81, 'Kuglmoos', 478500000, 121500000, 0),
(108827, 686, 81, 'Kuhham', 482444000, 123667300, 0),
(108828, 686, 81, 'Kuhnhof', 495313400, 112752300, 0),
(108829, 686, 81, 'Kulbing', 479369100, 128852500, 0),
(108830, 686, 81, 'Kulsheim', 495153400, 104221400, 0),
(108831, 686, 81, 'Kunzenlohe', 499191000, 120030100, 0),
(108832, 686, 81, 'Kupferberg', 501396000, 115776200, 0),
(108833, 686, 81, 'Kurnach', 498500000, 100333300, 0),
(108834, 686, 81, 'Kustersgreuth', 497998800, 107805100, 0),
(108835, 686, 81, 'Labersberg', 485068800, 113499900, 0),
(108836, 686, 81, 'Labertswend', 491054200, 103776100, 0),
(108837, 686, 81, 'Lager Hammelburg', 500890800, 99021200, 0),
(108838, 686, 81, 'Lager Lechfeld', 481798900, 108436800, 0),
(108839, 686, 81, 'Lahr', 492627100, 114903300, 0),
(108840, 686, 81, 'Laibstadt', 491000200, 111330300, 0),
(108841, 686, 81, 'Laineck', 499647200, 116157000, 0),
(108842, 686, 81, 'Laisacker', 487454900, 111632000, 0),
(108843, 686, 81, 'Lam', 491966500, 130505100, 0),
(108844, 686, 81, 'Lamerdingen', 480919500, 107398200, 0),
(108845, 686, 81, 'Lammerthal', 493022400, 118097900, 0),
(108846, 686, 81, 'Lampolz', 478693700, 103069700, 0),
(108847, 686, 81, 'Landasberg', 490039900, 127216500, 0),
(108848, 686, 81, 'Landau an der Isar', 486724900, 126931600, 0),
(108849, 686, 81, 'Landershofen', 488828800, 112338200, 0),
(108850, 686, 81, 'Landsberied', 481666700, 111666700, 0),
(108851, 686, 81, 'Landsham', 481862300, 117757100, 0),
(108852, 686, 81, 'Landshausen', 486421000, 103076600, 0),
(108853, 686, 81, 'Langenamming', 486722500, 130169500, 0),
(108854, 686, 81, 'Langenborn', 500783300, 92386600, 0),
(108855, 686, 81, 'Langenfeld', 496166700, 105166700, 0),
(108856, 686, 81, 'Langengeisling', 483255900, 119237600, 0),
(108857, 686, 81, 'Langenhaslach', 483150500, 103765900, 0),
(108858, 686, 81, 'Langenisarhofen', 487368900, 129658400, 0),
(108859, 686, 81, 'Langenpfunzen', 478799200, 121229800, 0),
(108860, 686, 81, 'Langenprozelten', 500623700, 96561800, 0),
(108861, 686, 81, 'Langenreichen', 485530600, 107916700, 0),
(108862, 686, 81, 'Langenstegham', 482835800, 124694100, 0),
(108863, 686, 81, 'Lauben', 477787900, 103007100, 0),
(108864, 686, 81, 'Laudenbach', 497458300, 91761100, 0),
(108865, 686, 81, 'Lauenstein', 505111100, 113684300, 0),
(108866, 686, 81, 'Laufamholz', 493705300, 110858900, 0),
(108867, 686, 81, 'Lauingen', 485677500, 104270600, 0),
(108868, 686, 81, 'Lauter bei Bad Kissingen', 502444600, 99733400, 0),
(108869, 686, 81, 'Lauterbach', 477114800, 108797000, 0),
(108870, 686, 81, 'Lauterbrunn', 484713900, 107186200, 0),
(108871, 686, 81, 'Lechfeld Nord', 482178900, 108684500, 0),
(108872, 686, 81, 'Lederstatt', 487402900, 108013800, 0),
(108873, 686, 81, 'Leeberg', 477000000, 117666700, 0),
(108874, 686, 81, 'Leeder', 479338900, 108284400, 0),
(108875, 686, 81, 'Lehendorf', 495222500, 115701400, 0),
(108876, 686, 81, 'Lehenreut', 487586100, 131684300, 0),
(108877, 686, 81, 'Lehrberg', 493456800, 105110100, 0),
(108878, 686, 81, 'Leimersberg', 497243800, 113188600, 0),
(108879, 686, 81, 'Leiten', 477637200, 118319700, 0),
(108880, 686, 81, 'Leitershofen', 483498700, 108422600, 0),
(108881, 686, 81, 'Lenau', 499160800, 118930400, 0),
(108882, 686, 81, 'Lengfeld', 489191200, 120066600, 0),
(108883, 686, 81, 'Leonrod', 484000000, 106666700, 0),
(108884, 686, 81, 'Leuchtenberg', 495973700, 122584000, 0),
(108885, 686, 81, 'Leupoldsdorferhammer', 500263200, 119339900, 0),
(108886, 686, 81, 'Lichteneck', 488511300, 134162800, 0),
(108887, 686, 81, 'Lichteneiche', 499239300, 109308800, 0),
(108888, 686, 81, 'Lichtenstein', 501418000, 107800700, 0),
(108889, 686, 81, 'Liessing', 486041600, 131444500, 0),
(108890, 686, 81, 'Lindenloh', 493616700, 121494900, 0),
(108891, 686, 81, 'Lindflur', 497110600, 99309900, 0),
(108892, 686, 81, 'Lindl', 483895500, 110637000, 0),
(108893, 686, 81, 'Lippertshofen', 488354400, 113566000, 0),
(108894, 686, 81, 'Listenberg', 500893400, 115125600, 0),
(108895, 686, 81, 'Litzlkirchen', 482082000, 123726700, 0),
(108896, 686, 81, 'Lobelstein', 502564000, 109890900, 0),
(108897, 686, 81, 'Lohholz', 478532000, 120465900, 0),
(108898, 686, 81, 'Lohmuhle', 486357100, 117837200, 0),
(108899, 686, 81, 'Lohnsitz', 498773800, 123525800, 0),
(108900, 686, 81, 'Lohrieth', 502992300, 102484400, 0),
(108901, 686, 81, 'Loipfering', 487062800, 132573500, 0),
(108902, 686, 81, 'Loitershofen', 482090500, 111206000, 0),
(108903, 686, 81, 'Loiting', 483908400, 121282300, 0),
(108904, 686, 81, 'Lonnerstadt', 496988200, 107671100, 0),
(108905, 686, 81, 'Lopsingen', 488777200, 105382000, 0),
(108906, 686, 81, 'Lorenzreuth', 500217300, 121067100, 0),
(108907, 686, 81, 'Loschenbrand', 485445300, 121165200, 0),
(108908, 686, 81, 'Losenried', 492105200, 123932400, 0),
(108909, 686, 81, 'Lossing', 483132200, 125651100, 0),
(108910, 686, 81, 'Lowendorf', 493126600, 126114900, 0),
(108911, 686, 81, 'Ludwigshohe', 495012200, 112472800, 0),
(108912, 686, 81, 'Ludwigsmoos', 486456800, 111907400, 0),
(108913, 686, 81, 'Ludwigsthal', 490580100, 132362100, 0),
(108914, 686, 81, 'Luhe-Wildenau', 495836700, 121492200, 0),
(108915, 686, 81, 'Luisenfels', 489102200, 133522600, 0),
(108916, 686, 81, 'Luitpolderhofe', 476833300, 115666700, 0),
(108917, 686, 81, 'Lulsfeld', 498666700, 103333300, 0),
(108918, 686, 81, 'Lustheim', 482504800, 115801800, 0),
(108919, 686, 81, 'Machtilshausen', 501233300, 99685500, 0),
(108920, 686, 81, 'Madelhofen', 497833600, 97695400, 0),
(108921, 686, 81, 'Maibach', 500951500, 101745400, 0),
(108922, 686, 81, 'Maibrunn', 490161700, 127829000, 0),
(108923, 686, 81, 'Maidbronn', 498470200, 99742000, 0),
(108924, 686, 81, 'Mailach', 496815900, 107473200, 0),
(108925, 686, 81, 'Mailes', 502020900, 104001700, 0),
(108926, 686, 81, 'Mainbernheim', 497079400, 102190000, 0),
(108927, 686, 81, 'Maising', 479859000, 112898300, 0),
(108928, 686, 81, 'Malgersdorf', 485333300, 127500000, 0),
(108929, 686, 81, 'Mammendorf', 482000000, 111500000, 0),
(108930, 686, 81, 'Manau', 501569400, 105683400, 0),
(108931, 686, 81, 'Mangersreuth', 500930300, 114463600, 0),
(108932, 686, 81, 'Mannhof', 495263300, 109768700, 0),
(108933, 686, 81, 'Manzenberg', 486719800, 135419400, 0),
(108934, 686, 81, 'Manzing', 480746400, 123702400, 0),
(108935, 686, 81, 'Mapprechts', 476408700, 98973800, 0),
(108936, 686, 81, 'Marbach', 477252400, 119514100, 0),
(108937, 686, 81, 'Margarethenried', 485653900, 118767300, 0),
(108938, 686, 81, 'Margetshochheim', 498375000, 98638900, 0),
(108939, 686, 81, 'Mariaburghausen', 500186700, 105151500, 0),
(108940, 686, 81, 'Mariakirchen', 485763300, 128647500, 0),
(108941, 686, 81, 'Mariaort', 490172800, 120281400, 0),
(108942, 686, 81, 'Markt Einersheim', 496866300, 102915500, 0),
(108943, 686, 81, 'Markt Erlbach', 494936700, 106526500, 0),
(108944, 686, 81, 'Markt Taschendorf', 497011100, 105555700, 0),
(108945, 686, 81, 'Marktleugast', 501730600, 116338900, 0),
(108946, 686, 81, 'Marktleuthen', 501300700, 120022600, 0),
(108947, 686, 81, 'Marktoffingen', 489333300, 104833300, 0),
(108948, 686, 81, 'Marktschorgast', 500947500, 116546500, 0),
(108949, 686, 81, 'Marktsteinach', 500695600, 103467100, 0),
(108950, 686, 81, 'Marktzeuln', 501667300, 111669200, 0),
(108951, 686, 81, 'Marloffstein', 496179400, 110632300, 0),
(108952, 686, 81, 'Maroldsweisach', 501957800, 106600300, 0),
(108953, 686, 81, 'Martinsreuth', 499726300, 115399700, 0),
(108954, 686, 81, 'Marxheim', 487500000, 109500000, 0),
(108955, 686, 81, 'Massbach', 501832100, 102752200, 0),
(108956, 686, 81, 'Massenhausen', 483484900, 116376100, 0),
(108957, 686, 81, 'Mauerberg', 481656200, 125749600, 0),
(108958, 686, 81, 'Mauerstetten', 478833300, 106666700, 0),
(108959, 686, 81, 'Mauggen', 483021200, 119852800, 0),
(108960, 686, 81, 'Maximilianshutte', 477962600, 125886900, 0),
(108961, 686, 81, 'Maxkron', 477678600, 114084100, 0),
(108962, 686, 81, 'Mechenhard', 497942400, 91950400, 0),
(108963, 686, 81, 'Mechenried', 500919500, 104760500, 0),
(108964, 686, 81, 'Mechlenreuth', 501707200, 118004300, 0),
(108965, 686, 81, 'Meckenhausen', 491714900, 112857900, 0),
(108966, 686, 81, 'Medbach', 497063900, 108543200, 0),
(108967, 686, 81, 'Meinhardswinden', 492774100, 105641100, 0),
(108968, 686, 81, 'Mengersreuth', 499301200, 119878000, 0),
(108969, 686, 81, 'Mengkofen', 487166700, 124500000, 0),
(108970, 686, 81, 'Menkhofen', 478828800, 119414100, 0),
(108971, 686, 81, 'Mering', 482656000, 109846100, 0),
(108972, 686, 81, 'Merkendorf', 492036100, 107041600, 0),
(108973, 686, 81, 'Merzingen', 487883200, 105709100, 0),
(108974, 686, 81, 'Mespelbrunn', 499144400, 92919400, 0),
(108975, 686, 81, 'Metten', 488551200, 129155400, 0),
(108976, 686, 81, 'Mettenbuch', 488600300, 129342600, 0),
(108977, 686, 81, 'Mettenheim', 482666700, 124666700, 0),
(108978, 686, 81, 'Metzenried', 484538200, 112874200, 0),
(108979, 686, 81, 'Meyernberg', 499410700, 115385000, 0),
(108980, 686, 81, 'Meyfried', 486729400, 108122000, 0),
(108981, 686, 81, 'Michelskirchen', 484208800, 113366900, 0),
(108982, 686, 81, 'Mietraching', 478804900, 119933800, 0),
(108983, 686, 81, 'Milbing', 477287900, 120999500, 0),
(108984, 686, 81, 'Mimberg', 493519700, 112799500, 0),
(108985, 686, 81, 'Mindelaltheim', 484634700, 104100600, 0),
(108986, 686, 81, 'Minoritenhof', 489768900, 120310600, 0),
(108987, 686, 81, 'Missen-Wilhams', 476000000, 101166700, 0),
(108988, 686, 81, 'Mistelbach', 499126000, 115126400, 0),
(108989, 686, 81, 'Mittelbug', 494812500, 112178500, 0),
(108990, 686, 81, 'Mitteleschenbach', 492166700, 107833300, 0),
(108991, 686, 81, 'Mittelneufnach', 481833300, 106000000, 0),
(108992, 686, 81, 'Mittelstetten', 480091800, 108301700, 0),
(108993, 686, 81, 'Mittenkirchen', 478704700, 118953600, 0),
(108994, 686, 81, 'Mitterbichl', 489015800, 132042200, 0),
(108995, 686, 81, 'Mitterbuch', 482027700, 119993000, 0),
(108996, 686, 81, 'Mitterdarching', 478685500, 117715100, 0),
(108997, 686, 81, 'Mitterfecking', 488793800, 119474900, 0),
(108998, 686, 81, 'Mitterharthausen', 488295800, 125529100, 0),
(108999, 686, 81, 'Mitterlern', 483915900, 119241900, 0),
(109000, 686, 81, 'Mitterlind', 499857000, 118631700, 0),
(109001, 686, 81, 'Mittersberg', 485980300, 118335200, 0),
(109002, 686, 81, 'Mitterschmiddorf', 484438200, 125309400, 0),
(109003, 686, 81, 'Mittersthal', 492125500, 115528100, 0),
(109004, 686, 81, 'Mockersdorf', 498341600, 118299900, 0),
(109005, 686, 81, 'Moding', 486470400, 127264900, 0),
(109006, 686, 81, 'Mogeldorf', 494681200, 111778500, 0),
(109007, 686, 81, 'Mogendorf', 492622200, 122948000, 0),
(109008, 686, 81, 'Mohrendorf', 496333300, 110000000, 0),
(109009, 686, 81, 'Mohrenhausen', 481964200, 102727300, 0),
(109010, 686, 81, 'Mombris', 500692100, 91637100, 0),
(109011, 686, 81, 'Momlingen', 498597200, 90833300, 0),
(109012, 686, 81, 'Monburg', 484697200, 107516700, 0),
(109013, 686, 81, 'Monchberg', 497932600, 92685800, 0),
(109014, 686, 81, 'Monchsberg', 496341100, 112605100, 0),
(109015, 686, 81, 'Monchsdeggingen', 487760500, 105804300, 0),
(109016, 686, 81, 'Moosach', 480321300, 118751000, 0),
(109017, 686, 81, 'Moosau', 489842700, 133033300, 0),
(109018, 686, 81, 'Moosdorf', 488777600, 126657000, 0),
(109019, 686, 81, 'Mooseurach', 478061600, 114428000, 0),
(109020, 686, 81, 'Mooshof', 484204100, 129455300, 0),
(109021, 686, 81, 'Mooslachen', 475666700, 96333300, 0),
(109022, 686, 81, 'Moosmuhle', 480589500, 103098600, 0),
(109023, 686, 81, 'Moosrain', 477671100, 117202600, 0),
(109024, 686, 81, 'Moosthenning', 486833300, 125000000, 0),
(109025, 686, 81, 'Mornsheim', 488701300, 110076100, 0),
(109026, 686, 81, 'Morrieden', 492500000, 102333300, 0),
(109027, 686, 81, 'Morsdorf', 492017700, 112836700, 0),
(109028, 686, 81, 'Morslingen', 486272200, 105143400, 0),
(109029, 686, 81, 'Mossling', 482598400, 125294400, 0),
(109030, 686, 81, 'Mostholz', 502811400, 112611700, 0),
(109031, 686, 81, 'Mottingen', 488092400, 105902200, 0),
(109032, 686, 81, 'Mudesheim', 499680700, 99165000, 0),
(109033, 686, 81, 'Muehlstaett', 479160000, 121253400, 0),
(109034, 686, 81, 'Muggenbach', 502128900, 107827900, 0),
(109035, 686, 81, 'Muggendorf', 498030600, 112616400, 0),
(109036, 686, 81, 'Muhlbruck', 492395600, 104744400, 0),
(109037, 686, 81, 'Muhlfeld', 479895400, 111707300, 0),
(109038, 686, 81, 'Muhlhausen', 484405000, 109348400, 0),
(109039, 686, 81, 'Muhlstetten', 491530800, 110100200, 0),
(109040, 686, 81, 'Muhr am See', 491544500, 107184500, 0),
(109041, 686, 81, 'Mundling', 488006000, 107445200, 0),
(109042, 686, 81, 'Mundraching', 479585800, 108782500, 0),
(109043, 686, 81, 'Munnerstadt', 502463600, 102018700, 0),
(109044, 686, 81, 'Munsing', 479000000, 113666700, 0),
(109045, 686, 81, 'Munsterhausen', 483097300, 104550000, 0),
(109046, 686, 81, 'Munsterschwarzach', 498059100, 102343800, 0),
(109047, 686, 81, 'Mutzenroth', 498742600, 104017800, 0),
(109048, 686, 81, 'Naabeck', 492939600, 120664400, 0),
(109049, 686, 81, 'Naabsiegenhofen', 493194100, 120667300, 0),
(109050, 686, 81, 'Nackendorf', 497263200, 108005600, 0),
(109051, 686, 81, 'Nahermemmingen', 488378600, 104510600, 0),
(109052, 686, 81, 'Nahermittenhausen', 486726600, 111153100, 0),
(109053, 686, 81, 'Naisa', 499119600, 110006100, 0),
(109054, 686, 81, 'Nankendorf', 496099300, 108316600, 0),
(109055, 686, 81, 'Nannhofen', 482190000, 111719600, 0),
(109056, 686, 81, 'Nantenbach', 500292900, 96381700, 0),
(109057, 686, 81, 'Nantwein', 479143300, 114349700, 0),
(109058, 686, 81, 'Nasbach', 493411700, 110234600, 0),
(109059, 686, 81, 'Nasnitz', 497161100, 115754200, 0),
(109060, 686, 81, 'Nassenfels', 487994800, 112258600, 0),
(109061, 686, 81, 'Nattermoos', 493163500, 121347000, 0),
(109062, 686, 81, 'Natternberg', 488233800, 129114600, 0),
(109063, 686, 81, 'Nederndorf', 500666700, 121166700, 0),
(109064, 686, 81, 'Neershof', 502675600, 110477800, 0),
(109065, 686, 81, 'Nemschenreuth', 497391200, 115207800, 0),
(109066, 686, 81, 'Neppersdorf', 486965400, 133990800, 0),
(109067, 686, 81, 'Neu-Lindach', 481901200, 112489100, 0),
(109068, 686, 81, 'Neubernricht', 494848000, 118565000, 0),
(109069, 686, 81, 'Neubrand', 499653700, 119049900, 0),
(109070, 686, 81, 'Neuburg an der Kammel', 483028400, 103613100, 0),
(109071, 686, 81, 'Neudeck', 480698600, 122410600, 0),
(109072, 686, 81, 'Neudorfles', 502737500, 109827400, 0),
(109073, 686, 81, 'Neuenbuch', 498051400, 94089300, 0),
(109074, 686, 81, 'Neuenhinzenhausen', 489054400, 116254900, 0),
(109075, 686, 81, 'Neuensee', 501756900, 111223700, 0),
(109076, 686, 81, 'Neuesting', 482184400, 113256600, 0),
(109077, 686, 81, 'Neugermering', 481368700, 113834400, 0),
(109078, 686, 81, 'Neuhaus am Inn', 484608600, 134208300, 0),
(109079, 686, 81, 'Neuhof an der Zenn', 494569000, 106454800, 0),
(109080, 686, 81, 'Neukirchen bei Sulzbach-Rosenberg', 495296700, 116258500, 0),
(109081, 686, 81, 'Neundorf am Holz', 502248100, 108428200, 0),
(109082, 686, 81, 'Neunhof', 495203200, 110483800, 0),
(109083, 686, 81, 'Neunkirchen am Brand', 496120400, 111296700, 0),
(109084, 686, 81, 'Neunkirchen am Sand', 495246400, 113195600, 0),
(109085, 686, 81, 'Neuotting', 482410200, 126899800, 0),
(109086, 686, 81, 'Neupullach', 481636200, 119512400, 0),
(109087, 686, 81, 'Neureut', 485969700, 134430700, 0),
(109088, 686, 81, 'Neuriederhof', 493138300, 121418700, 0),
(109089, 686, 81, 'Neuschwetzingen', 486950900, 113106500, 0),
(109090, 686, 81, 'Neuses am Berg', 498276400, 101766300, 0),
(109091, 686, 81, 'Neuses am Sand', 498451300, 103534400, 0),
(109092, 686, 81, 'Neusitz', 493666700, 102166700, 0),
(109093, 686, 81, 'Neusles', 496704800, 112396100, 0),
(109094, 686, 81, 'Neusorg', 499333300, 119666700, 0),
(109095, 686, 81, 'Neustadt an der Aisch', 495795300, 106112600, 0),
(109096, 686, 81, 'Neustift', 484120900, 117614500, 0),
(109097, 686, 81, 'Neustockach', 481483400, 119932100, 0),
(109098, 686, 81, 'Niederaichbach', 486000000, 123166700, 0),
(109099, 686, 81, 'Niederalteich', 487656400, 130241200, 0),
(109100, 686, 81, 'Niederaltheim', 487866200, 105236100, 0),
(109101, 686, 81, 'Niederding', 483246000, 118634000, 0),
(109102, 686, 81, 'Niederfeld', 487332600, 114821000, 0),
(109103, 686, 81, 'Niederhummel', 484338500, 118824500, 0),
(109104, 686, 81, 'Niederlauer', 502833300, 101833300, 0),
(109105, 686, 81, 'Niederleiten', 487568700, 129606100, 0),
(109106, 686, 81, 'Niederlindhart', 487655400, 122466000, 0),
(109107, 686, 81, 'Niedermauck', 491633200, 110211200, 0),
(109108, 686, 81, 'Niedermenach', 489318000, 126747800, 0),
(109109, 686, 81, 'Niedernfloss', 497345200, 122627600, 0),
(109110, 686, 81, 'Niederperlesreut', 487734600, 134454300, 0),
(109111, 686, 81, 'Niederpframmern', 480259800, 118170000, 0),
(109112, 686, 81, 'Niederreisbach', 485763300, 126314200, 0),
(109113, 686, 81, 'Niederried', 475811600, 106518000, 0),
(109114, 686, 81, 'Niederroth', 483231600, 113878900, 0),
(109115, 686, 81, 'Niederscheyern', 485181300, 114817200, 0),
(109116, 686, 81, 'Niederschonenfeld', 487166700, 109333300, 0),
(109117, 686, 81, 'Niederstimm', 487178500, 114661800, 0),
(109118, 686, 81, 'Niederstraubing', 483920100, 120852800, 0),
(109119, 686, 81, 'Niedertaufkirchen', 483333300, 125500000, 0),
(109120, 686, 81, 'Niedertraubling', 489601600, 121809200, 0),
(109121, 686, 81, 'Niederwinzer', 490330300, 120615300, 0),
(109122, 686, 81, 'Niederwohr', 487669700, 116680000, 0),
(109123, 686, 81, 'Nonnhof', 494128200, 115368500, 0),
(109124, 686, 81, 'Nordhalben', 503741100, 115099200, 0),
(109125, 686, 81, 'Nottau', 485762100, 136197900, 0),
(109126, 686, 81, 'Notting', 487043100, 116088100, 0),
(109127, 686, 81, 'Notzing', 483050600, 118477200, 0),
(109128, 686, 81, 'OExing', 480500000, 119666700, 0),
(109129, 686, 81, 'Obbach', 500743300, 100943800, 0),
(109130, 686, 81, 'Obelfing', 481415200, 118532200, 0),
(109131, 686, 81, 'Obenhausen', 482356500, 101783200, 0),
(109132, 686, 81, 'Oberalteich', 489183100, 126679000, 0),
(109133, 686, 81, 'Oberalting', 480370600, 112188000, 0),
(109134, 686, 81, 'Oberapfeldorf', 478951000, 109384700, 0),
(109135, 686, 81, 'Oberaugustenfeld', 482474000, 114476200, 0),
(109136, 686, 81, 'Oberbaar', 485856500, 109663000, 0),
(109137, 686, 81, 'Oberbaimbach', 493564100, 109903400, 0),
(109138, 686, 81, 'Oberbergen', 480913200, 109360300, 0),
(109139, 686, 81, 'Oberbergkirchen', 483000000, 123833300, 0),
(109140, 686, 81, 'Oberbernbach', 484726100, 111249900, 0),
(109141, 686, 81, 'Oberbessenbach', 499495300, 92524700, 0),
(109142, 686, 81, 'Oberbruck', 498862800, 118904500, 0),
(109143, 686, 81, 'Oberdorfen', 482732800, 121220300, 0),
(109144, 686, 81, 'Oberegg', 479453500, 104596100, 0),
(109145, 686, 81, 'Obereichenbach', 493171500, 106247500, 0),
(109146, 686, 81, 'Oberelchingen', 484490300, 100823600, 0),
(109147, 686, 81, 'Oberenzenau', 477405400, 114520500, 0),
(109148, 686, 81, 'Obererlbach', 484507900, 120272000, 0),
(109149, 686, 81, 'Obereschenbach', 501018000, 98476800, 0),
(109150, 686, 81, 'Obereulenbach', 487504300, 119745800, 0),
(109151, 686, 81, 'Oberfahlheim', 484294300, 101463900, 0),
(109152, 686, 81, 'Oberfellendorf', 498232600, 112268300, 0),
(109153, 686, 81, 'Oberfishcbach', 477621800, 115375300, 0),
(109154, 686, 81, 'Oberfladungen', 505286600, 101379800, 0),
(109155, 686, 81, 'Oberfurberg', 494718600, 109410100, 0),
(109156, 686, 81, 'Obergambach', 486675000, 120995800, 0),
(109157, 686, 81, 'Obergarching', 481249100, 125671600, 0),
(109158, 686, 81, 'Obergartenhof', 499860100, 91869900, 0),
(109159, 686, 81, 'Obergrashof', 482556100, 114915600, 0),
(109160, 686, 81, 'Oberhaidelbach', 494502700, 113461300, 0),
(109161, 686, 81, 'Oberharthausen', 488469100, 124773200, 0),
(109162, 686, 81, 'Oberhatzkofen', 486917200, 120016900, 0),
(109163, 686, 81, 'Oberhaunstadt', 487946000, 114408800, 0),
(109164, 686, 81, 'Oberhochstadt', 496481300, 106977700, 0),
(109165, 686, 81, 'Oberhof', 476788600, 117615000, 0),
(109166, 686, 81, 'Oberhofen', 477925900, 101638500, 0),
(109167, 686, 81, 'Oberhoft', 484637600, 127095500, 0),
(109168, 686, 81, 'Oberigling', 480725700, 108077700, 0),
(109169, 686, 81, 'Oberjulbach', 482543400, 129425000, 0),
(109170, 686, 81, 'Oberknoringen', 484325300, 103833400, 0),
(109171, 686, 81, 'Oberkoblitz', 495470100, 121538400, 0),
(109172, 686, 81, 'Oberkonnersreuth', 499249500, 115991200, 0),
(109173, 686, 81, 'Oberkreith', 492223000, 125108500, 0),
(109174, 686, 81, 'Oberlauringen', 502173800, 103790800, 0),
(109175, 686, 81, 'Oberlauter', 503098000, 109783500, 0),
(109176, 686, 81, 'Oberleinleiter', 498828000, 111282900, 0),
(109177, 686, 81, 'Oberleiten', 477268100, 118711900, 0),
(109178, 686, 81, 'Oberlichtenwald', 490569500, 122630600, 0),
(109179, 686, 81, 'Oberlindelburg', 493314600, 112871300, 0),
(109180, 686, 81, 'Obermassing', 489118000, 120935500, 0),
(109181, 686, 81, 'Obermauk', 491663800, 110652100, 0),
(109182, 686, 81, 'Obermeitingen', 481500000, 108000000, 0),
(109183, 686, 81, 'Obermettenwald', 488582300, 129165300, 0),
(109184, 686, 81, 'Obermunchen', 485847200, 119422200, 0),
(109185, 686, 81, 'Obermunchsdorf', 485903200, 126671400, 0),
(109186, 686, 81, 'Obermurbach', 476634200, 115749800, 0),
(109187, 686, 81, 'Obernbreit', 496586300, 101642400, 0),
(109188, 686, 81, 'Obernburg', 478918000, 121526400, 0),
(109189, 686, 81, 'Obernburg am Main', 498383800, 91442200, 0),
(109190, 686, 81, 'Oberneuhausen', 486245400, 119827200, 0),
(109191, 686, 81, 'Oberneuhuttendorf', 504890100, 113838500, 0),
(109192, 686, 81, 'Oberneuses', 498635600, 106669200, 0),
(109193, 686, 81, 'Oberobling', 488898900, 126416700, 0),
(109194, 686, 81, 'Oberobsang', 499537500, 115446500, 0),
(109195, 686, 81, 'Oberolsbach', 493571100, 114285300, 0),
(109196, 686, 81, 'Oberpeiching', 486602800, 108994400, 0),
(109197, 686, 81, 'Oberpleichfeld', 498769400, 100868200, 0),
(109198, 686, 81, 'Oberporing', 487000000, 128333300, 0),
(109199, 686, 81, 'Oberrappendorf', 492872400, 128704800, 0),
(109200, 686, 81, 'Oberredwitz', 500031200, 120746600, 0),
(109201, 686, 81, 'Oberreinbach', 495581200, 116558100, 0),
(109202, 686, 81, 'Oberreit', 479123200, 118192300, 0),
(109203, 686, 81, 'Oberroning', 487410900, 120867900, 0),
(109204, 686, 81, 'Oberrubendorf', 491018200, 128131200, 0),
(109205, 686, 81, 'Obersaal', 488981900, 119297700, 0),
(109206, 686, 81, 'Obersanding', 488876400, 121619400, 0),
(109207, 686, 81, 'Oberscherm', 483458100, 125168800, 0),
(109208, 686, 81, 'Oberschleichach', 499492500, 105960200, 0),
(109209, 686, 81, 'Oberschnatterbach', 484961300, 114246800, 0),
(109210, 686, 81, 'Oberschollenbach', 495732700, 111673500, 0),
(109211, 686, 81, 'Oberschollnach', 486722200, 131280600, 0),
(109212, 686, 81, 'Oberschwaig', 494949200, 117702100, 0),
(109213, 686, 81, 'Oberschwaningen', 490930600, 106285800, 0),
(109214, 686, 81, 'Oberschwarzach', 498517900, 117024200, 0),
(109215, 686, 81, 'Obersedlhof', 478101200, 110098200, 0),
(109216, 686, 81, 'Obersinn', 502087500, 96154500, 0),
(109217, 686, 81, 'Oberstaning', 491833300, 127333300, 0),
(109218, 686, 81, 'Obersteinbach auf der Haide', 492075000, 110890300, 0),
(109219, 686, 81, 'Obersteinhoring', 482666700, 126666700, 0),
(109220, 686, 81, 'Oberstimm', 487116900, 114559900, 0),
(109221, 686, 81, 'Oberteisbach', 486048300, 124568000, 0),
(109222, 686, 81, 'Oberthal', 478666700, 102500000, 0),
(109223, 686, 81, 'Oberthann', 485051600, 115808400, 0),
(109224, 686, 81, 'Oberumelsdorf', 487228400, 118679500, 0),
(109225, 686, 81, 'Obervilslern', 483852700, 122676100, 0),
(109226, 686, 81, 'Oberwalting', 487927900, 125108600, 0),
(109227, 686, 81, 'Oberwarngau', 478315400, 117166600, 0),
(109228, 686, 81, 'Oberweihersbuch', 494037700, 109859400, 0),
(109229, 686, 81, 'Oberwellitzleithen', 494041600, 113613200, 0),
(109230, 686, 81, 'Oberwerrn', 500701400, 101550600, 0),
(109231, 686, 81, 'Oberwiesenbach', 482894800, 103067200, 0),
(109232, 686, 81, 'Oberwildenau', 495998100, 121254700, 0),
(109233, 686, 81, 'Oberwindach', 480666700, 110333300, 0),
(109234, 686, 81, 'Oberwinkling', 488841100, 127917700, 0),
(109235, 686, 81, 'Oberwohlsbach', 503126300, 110192300, 0),
(109236, 686, 81, 'Oberwohr', 478427100, 121029100, 0),
(109237, 686, 81, 'Oberwornitz', 492630500, 102434400, 0),
(109238, 686, 81, 'Oberzeitlbach', 483724400, 112321900, 0),
(109239, 686, 81, 'Obing', 480004900, 124052800, 0),
(109240, 686, 81, 'Obristfeld', 501588500, 112200400, 0),
(109241, 686, 81, 'Ochsenholz', 499051300, 114183600, 0),
(109242, 686, 81, 'Odenpullach', 479918700, 115534100, 0),
(109243, 686, 81, 'Odenthal', 490658000, 121163400, 0),
(109244, 686, 81, 'Odkuhrieth', 496447200, 124795200, 0),
(109245, 686, 81, 'Odpielmannsberg', 495818900, 123872600, 0),
(109246, 686, 81, 'Odwaldhausen', 498245500, 123958800, 0),
(109247, 686, 81, 'Oesdorf', 497063300, 109786000, 0),
(109248, 686, 81, 'Oettingen in Bayern', 489527400, 106046500, 0),
(109249, 686, 81, 'Offenstetten', 488066400, 119069100, 0),
(109250, 686, 81, 'Ofterschwang', 475000000, 102333300, 0),
(109251, 686, 81, 'Ohausen', 491794600, 113327400, 0),
(109252, 686, 81, 'Ohlstadt', 476333300, 112333300, 0),
(109253, 686, 81, 'Ohu', 485931800, 122296100, 0),
(109254, 686, 81, 'Oppenroth', 502064000, 118483200, 0),
(109255, 686, 81, 'Oppersdorf', 490572800, 120658200, 0),
(109256, 686, 81, 'Ornbau', 491762300, 106579700, 0),
(109257, 686, 81, 'Ortlfing', 486978400, 110406000, 0),
(109258, 686, 81, 'Ossenzhausen', 485891400, 115496400, 0),
(109259, 686, 81, 'Ostendorf', 485747300, 108572200, 0),
(109260, 686, 81, 'Osterberg', 477488500, 117456700, 0),
(109261, 686, 81, 'Osterwarngau', 478407600, 117347700, 0),
(109262, 686, 81, 'Ostheim vor der Rhon', 504599600, 102305700, 0),
(109263, 686, 81, 'Ostin', 477452100, 117621500, 0),
(109264, 686, 81, 'Ottenburg', 483179100, 115964100, 0),
(109265, 686, 81, 'Ottendichl', 481313200, 117385500, 0),
(109266, 686, 81, 'Ottenhof', 496681800, 114624000, 0),
(109267, 686, 81, 'Ottmaring', 483325700, 110078700, 0),
(109268, 686, 81, 'Oxenbronn', 483741500, 102820000, 0),
(109269, 686, 81, 'Painhofen', 480796800, 110979100, 0),
(109270, 686, 81, 'Panholling', 488507700, 131436000, 0),
(109271, 686, 81, 'Pappenberg', 497006300, 117975100, 0),
(109272, 686, 81, 'Parkstein', 497292000, 120675500, 0),
(109273, 686, 81, 'Pasenbach', 483606600, 114402200, 0),
(109274, 686, 81, 'Pastetten', 481991100, 119436800, 0),
(109275, 686, 81, 'Paterzell', 478532900, 110505800, 0),
(109276, 686, 81, 'Paunzhausen', 484833300, 115666700, 0),
(109277, 686, 81, 'Pautzfeld', 497654700, 110286400, 0),
(109278, 686, 81, 'Pechhof', 497168300, 119847000, 0),
(109279, 686, 81, 'Peiss', 479611300, 117786300, 0),
(109280, 686, 81, 'Pelchenhofen', 492889700, 115310100, 0),
(109281, 686, 81, 'Pellheim', 482950400, 114158700, 0),
(109282, 686, 81, 'Pemmering', 481711200, 120291700, 0),
(109283, 686, 81, 'Penkhof', 494141900, 119152500, 0),
(109284, 686, 81, 'Pentenried', 480791100, 113432100, 0),
(109285, 686, 81, 'Penzenhofen', 493799200, 113064700, 0),
(109286, 686, 81, 'Penzenreuth', 497359800, 115811300, 0),
(109287, 686, 81, 'Pessenburgheim', 486287000, 109544700, 0),
(109288, 686, 81, 'Pestenacker', 481556100, 109427300, 0),
(109289, 686, 81, 'Petersbrunn', 480253200, 113609800, 0),
(109290, 686, 81, 'Petersgmund', 491864300, 110250800, 0),
(109291, 686, 81, 'Pettenhofen', 487766100, 112860500, 0),
(109292, 686, 81, 'Pettensiedel', 496035900, 112014200, 0),
(109293, 686, 81, 'Petzgersdorf', 478375900, 122281700, 0),
(109294, 686, 81, 'Petzkofen', 488780200, 122888000, 0),
(109295, 686, 81, 'Petzmannsberg', 501157800, 114384500, 0),
(109296, 686, 81, 'Pfaffengreuth', 493014300, 105944100, 0),
(109297, 686, 81, 'Pfaffenhofen a. Inn', 478909100, 121242700, 0),
(109298, 686, 81, 'Pfaffenkirchen', 482542800, 122729300, 0),
(109299, 686, 81, 'Pfaffenstein bei Regensburg', 490306700, 120784400, 0),
(109300, 686, 81, 'Pfannenstiel', 501500000, 121166700, 0),
(109301, 686, 81, 'Pfatter', 489630900, 123825400, 0),
(109302, 686, 81, 'Pflaumheim', 499087800, 90553000, 0),
(109303, 686, 81, 'Pflochsbach', 499631100, 96013900, 0),
(109304, 686, 81, 'Pflugdorf', 479677400, 109190800, 0),
(109305, 686, 81, 'Pfofeld', 491059000, 108366400, 0),
(109306, 686, 81, 'Pforring', 488082400, 116901200, 0),
(109307, 686, 81, 'Pforzen', 479333300, 106166700, 0),
(109308, 686, 81, 'Pfraundorf', 478035300, 121197200, 0),
(109309, 686, 81, 'Pickenbach', 487658200, 118941700, 0),
(109310, 686, 81, 'Piesenhausen', 477631300, 124502100, 0),
(109311, 686, 81, 'Piesenkam', 478118900, 116676500, 0),
(109312, 686, 81, 'Piflitz', 483808200, 114965000, 0),
(109313, 686, 81, 'Pillenreuth', 493800100, 110725300, 0),
(109314, 686, 81, 'Pingarten', 493186900, 123264400, 0),
(109315, 686, 81, 'Pinzberg', 497000000, 111000000, 0),
(109316, 686, 81, 'Pirkensee', 491634200, 120770300, 0),
(109317, 686, 81, 'Pirkern', 480663700, 126462700, 0),
(109318, 686, 81, 'Pischelsdorf', 484416000, 114672900, 0),
(109319, 686, 81, 'Pittersdorf', 485858900, 117657000, 0),
(109320, 686, 81, 'Pitzling', 480140400, 108828200, 0),
(109321, 686, 81, 'Plackersdorf', 483231600, 126239100, 0),
(109322, 686, 81, 'Platz', 502759200, 99103100, 0),
(109323, 686, 81, 'Plech', 496523500, 114692800, 0),
(109324, 686, 81, 'Pledl', 487251700, 130789700, 0),
(109325, 686, 81, 'Plockendorf', 493043600, 110674400, 0),
(109326, 686, 81, 'Plossen', 498568400, 117884100, 0),
(109327, 686, 81, 'Pohl', 500682200, 113212700, 0),
(109328, 686, 81, 'Poign', 489286500, 120993800, 0),
(109329, 686, 81, 'Pollenried', 490362200, 119398800, 0),
(109330, 686, 81, 'Pometsau', 489628100, 130723400, 0),
(109331, 686, 81, 'Pommelsbrunn', 495043700, 115110100, 0),
(109332, 686, 81, 'Poppenhausen', 500999900, 101424400, 0),
(109333, 686, 81, 'Poppenricht', 494833300, 118000000, 0),
(109334, 686, 81, 'Poppenwind', 496707900, 108404200, 0),
(109335, 686, 81, 'Porbitsch', 501157800, 114610100, 0),
(109336, 686, 81, 'Poring', 480949900, 118311600, 0),
(109337, 686, 81, 'Poschen', 480661900, 124305900, 0),
(109338, 686, 81, 'Poschetsried', 489623000, 131540300, 0),
(109339, 686, 81, 'Postbauer-Heng', 493052800, 113572200, 0),
(109340, 686, 81, 'Pottenau', 484362800, 119724000, 0),
(109341, 686, 81, 'Pottenstetten', 492397900, 120184400, 0),
(109342, 686, 81, 'Pottmes', 485838300, 110876200, 0),
(109343, 686, 81, 'Poxdorf', 496633500, 110707900, 0),
(109344, 686, 81, 'Preisenberg', 484957000, 121471000, 0),
(109345, 686, 81, 'Premberg', 492305000, 120653600, 0),
(109346, 686, 81, 'Pressath', 497685900, 119397200, 0),
(109347, 686, 81, 'Priefing', 487238200, 132484200, 0),
(109348, 686, 81, 'Prien am Chiemsee', 478560200, 123462300, 0),
(109349, 686, 81, 'Prunn', 486266900, 128084600, 0),
(109350, 686, 81, 'Prunst', 490027000, 129844800, 0),
(109351, 686, 81, 'Pruppach', 492751700, 110961200, 0),
(109352, 686, 81, 'Prussberg', 499132900, 104438200, 0),
(109353, 686, 81, 'Puch', 481893600, 112210500, 0),
(109354, 686, 81, 'Puchersreuth', 497500000, 122333300, 0),
(109355, 686, 81, 'Puchhausen', 487522700, 124919700, 0),
(109356, 686, 81, 'Puchhof', 489264000, 124559300, 0),
(109357, 686, 81, 'Puhlheim', 494099700, 113856100, 0),
(109358, 686, 81, 'Pumpernudl', 485787700, 118122500, 0),
(109359, 686, 81, 'Purfing', 481305200, 118334800, 0),
(109360, 686, 81, 'Pursruck', 494886500, 119461700, 0),
(109361, 686, 81, 'Purten', 482024800, 124214200, 0),
(109362, 686, 81, 'Puschendorf', 495239800, 108319200, 0),
(109363, 686, 81, 'Pyrbaum', 492962200, 112865500, 0),
(109364, 686, 81, 'Rabelsdorf', 501637800, 107486600, 0),
(109365, 686, 81, 'Rackertshofen', 488279400, 113854600, 0),
(109366, 686, 81, 'Radau', 483377300, 108614500, 0),
(109367, 686, 81, 'Radersdorf', 485110000, 111541300, 0),
(109368, 686, 81, 'Radldorf', 488760400, 124518300, 0),
(109369, 686, 81, 'Radlhofe', 485229600, 114813800, 0),
(109370, 686, 81, 'Radschin', 496222800, 120880500, 0),
(109371, 686, 81, 'Radwang', 490519600, 103336700, 0),
(109372, 686, 81, 'Raigering', 494581900, 118939900, 0),
(109373, 686, 81, 'Raitenbuch', 490146800, 111248600, 0),
(109374, 686, 81, 'Ramelsbach', 483686700, 114594100, 0),
(109375, 686, 81, 'Rampertshof', 496025300, 113490500, 0),
(109376, 686, 81, 'Ramsberg', 491180600, 109350000, 0),
(109377, 686, 81, 'Ramsthal', 501403900, 100677700, 0),
(109378, 686, 81, 'Randersacker', 497602100, 99827700, 0),
(109379, 686, 81, 'Ranna', 496533500, 115708800, 0),
(109380, 686, 81, 'Rannertshofen', 485901200, 120358200, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(109381, 686, 81, 'Rannungen', 501666700, 102166700, 0),
(109382, 686, 81, 'Rappenbugl', 492045800, 121086400, 0),
(109383, 686, 81, 'Rappoltengrun', 504016000, 114201500, 0),
(109384, 686, 81, 'Rattelsdorf', 500150200, 108885700, 0),
(109385, 686, 81, 'Rebdorf', 488870100, 111689200, 0),
(109386, 686, 81, 'Rechenlohe', 498588900, 121475800, 0),
(109387, 686, 81, 'Rechtenbach', 499830600, 95083300, 0),
(109388, 686, 81, 'Rechtmehring', 481166700, 121666700, 0),
(109389, 686, 81, 'Reckenneusig', 500068000, 108299600, 0),
(109390, 686, 81, 'Redenbach', 498876700, 124793700, 0),
(109391, 686, 81, 'Redenfelden', 477935000, 121177500, 0),
(109392, 686, 81, 'Reding', 484251500, 133986100, 0),
(109393, 686, 81, 'Regelsbach', 493698500, 109489500, 0),
(109394, 686, 81, 'Regensburg-Neupruell', 489937100, 120855200, 0),
(109395, 686, 81, 'Regnitzlosau', 503000000, 120500000, 0),
(109396, 686, 81, 'Reichelshof', 500425100, 102930900, 0),
(109397, 686, 81, 'Reichenberg', 484345700, 129610800, 0),
(109398, 686, 81, 'Reichenkam', 478833300, 113500000, 0),
(109399, 686, 81, 'Reichertswinn', 492660100, 116699700, 0),
(109400, 686, 81, 'Reichholz', 478593000, 104486600, 0),
(109401, 686, 81, 'Reichling', 479166700, 109333300, 0),
(109402, 686, 81, 'Reichmannshausen', 501209900, 103845000, 0),
(109403, 686, 81, 'Reifersberg', 484506500, 121822500, 0),
(109404, 686, 81, 'Reimlingen', 488166700, 105166700, 0),
(109405, 686, 81, 'Reindlschmiede', 477559400, 114383100, 0),
(109406, 686, 81, 'Reinersdorf', 496286700, 108499400, 0),
(109407, 686, 81, 'Reinersreuth', 501475300, 118441800, 0),
(109408, 686, 81, 'Reinhausen', 490309200, 121132900, 0),
(109409, 686, 81, 'Reisdorf', 485080400, 116133500, 0),
(109410, 686, 81, 'Reistenhausen', 497729400, 93175200, 0),
(109411, 686, 81, 'Reit im Winkl', 476772900, 124708600, 0),
(109412, 686, 81, 'Reitenstein', 491788400, 128801800, 0),
(109413, 686, 81, 'Reitern', 486769500, 131825000, 0),
(109414, 686, 81, 'Reiterswiesen', 501832200, 100993100, 0),
(109415, 686, 81, 'Reithofen', 482002200, 119645200, 0),
(109416, 686, 81, 'Remlingen', 498047700, 96948400, 0),
(109417, 686, 81, 'Remshart', 484517500, 103772700, 0),
(109418, 686, 81, 'Rengwartling', 486175500, 129410600, 0),
(109419, 686, 81, 'Repperndorf', 497502000, 101223500, 0),
(109420, 686, 81, 'Rettersheim', 498001800, 95822000, 0),
(109421, 686, 81, 'Retz', 493431600, 125296300, 0),
(109422, 686, 81, 'Retzbach', 499028000, 98227200, 0),
(109423, 686, 81, 'Retzendorf', 492426300, 108366900, 0),
(109424, 686, 81, 'Reupelsdorf', 498136600, 102914800, 0),
(109425, 686, 81, 'Reutberg', 478138900, 116373200, 0),
(109426, 686, 81, 'Reute', 474116800, 102560100, 0),
(109427, 686, 81, 'Reuth bei Erbendorf', 498437800, 121213600, 0),
(109428, 686, 81, 'Reuth unter Neuhaus', 490875800, 110959300, 0),
(109429, 686, 81, 'Reuthlos', 500216400, 109675100, 0),
(109430, 686, 81, 'Reutles', 495346200, 110248600, 0),
(109431, 686, 81, 'Richterhof', 492483100, 116749900, 0),
(109432, 686, 81, 'Richthausen', 493883700, 113064600, 0),
(109433, 686, 81, 'Riebling', 493231100, 114474100, 0),
(109434, 686, 81, 'Riedenberg', 503199300, 98610000, 0),
(109435, 686, 81, 'Riedenburg', 483446100, 133230700, 0),
(109436, 686, 81, 'Riedensheim', 487461200, 111074000, 0),
(109437, 686, 81, 'Riedenzhofen', 483389100, 114493000, 0),
(109438, 686, 81, 'Riederau', 479844000, 110940100, 0),
(109439, 686, 81, 'Riedering', 478387400, 122077800, 0),
(109440, 686, 81, 'Riedfeld', 495833600, 105942200, 0),
(109441, 686, 81, 'Riedhausen', 476882100, 111955000, 0),
(109442, 686, 81, 'Riedlern', 476413800, 117488100, 0),
(109443, 686, 81, 'Riedlhutte', 489070400, 133823800, 0),
(109444, 686, 81, 'Riekofen', 489166700, 123500000, 0),
(109445, 686, 81, 'Rieneck', 500934900, 96479700, 0),
(109446, 686, 81, 'Rimbach', 482621900, 122589400, 0),
(109447, 686, 81, 'Rimsting', 478807800, 123371300, 0),
(109448, 686, 81, 'Rinchnach', 489495600, 132010200, 0),
(109449, 686, 81, 'Ringheim', 499307200, 90371500, 0),
(109450, 686, 81, 'Rinkam', 488880000, 125053000, 0),
(109451, 686, 81, 'Rinning', 482860800, 121416100, 0),
(109452, 686, 81, 'Rittershausen', 496110400, 100121500, 0),
(109453, 686, 81, 'Ritzelsdorf', 494567400, 117075900, 0),
(109454, 686, 81, 'Rockingen', 490500000, 105666700, 0),
(109455, 686, 81, 'Rockolding', 487445000, 116017800, 0),
(109456, 686, 81, 'Rodenbach', 499605000, 95942100, 0),
(109457, 686, 81, 'Rodersberg', 499569800, 116262500, 0),
(109458, 686, 81, 'Rodesgrun', 503372400, 117425700, 0),
(109459, 686, 81, 'Rodheim', 495862400, 101407400, 0),
(109460, 686, 81, 'Rofingen', 484244200, 104426800, 0),
(109461, 686, 81, 'Roggden', 485394500, 106558800, 0),
(109462, 686, 81, 'Rogging', 488508700, 122173100, 0),
(109463, 686, 81, 'Rohbogen', 477239700, 117127400, 0),
(109464, 686, 81, 'Rohr', 476649200, 102787600, 0),
(109465, 686, 81, 'Rohrenhof', 487205300, 112181600, 0),
(109466, 686, 81, 'Rohrmoos', 474074700, 101674600, 0),
(109467, 686, 81, 'Roja', 482458100, 127404800, 0),
(109468, 686, 81, 'Rollbach', 497730600, 92461100, 0),
(109469, 686, 81, 'Rollhofen', 495420900, 113370300, 0),
(109470, 686, 81, 'Romansthal', 501014000, 110324000, 0),
(109471, 686, 81, 'Ronheim', 487950500, 106876500, 0),
(109472, 686, 81, 'Ronnweg', 486410800, 115268900, 0),
(109473, 686, 81, 'Rosing', 486996500, 112273500, 0),
(109474, 686, 81, 'Rossach', 501630700, 109360100, 0),
(109475, 686, 81, 'Rossbrunn', 497958400, 97555400, 0),
(109476, 686, 81, 'Rosstal', 493956700, 108884800, 0),
(109477, 686, 81, 'Rothaurach', 492413600, 110549100, 0),
(109478, 686, 81, 'Rothenbach an der Pegnitz', 494830100, 112411600, 0),
(109479, 686, 81, 'Rothenbach bei Sankt Wolfgang', 493648200, 111697500, 0),
(109480, 686, 81, 'Rothenbruck', 496197200, 115462700, 0),
(109481, 686, 81, 'Rothenfurth', 499542100, 120410900, 0),
(109482, 686, 81, 'Rothengrund', 500569300, 91403300, 0),
(109483, 686, 81, 'Rothenstadt', 496312800, 121386900, 0),
(109484, 686, 81, 'Rothhof', 498935000, 108281400, 0),
(109485, 686, 81, 'Rothlein', 499833300, 102166700, 0),
(109486, 686, 81, 'Rothschwaig', 481626800, 112001300, 0),
(109487, 686, 81, 'Rottach-Egern', 476896600, 117706500, 0),
(109488, 686, 81, 'Rottenbach', 491377900, 105780400, 0),
(109489, 686, 81, 'Rottenberg', 500389500, 92313900, 0),
(109490, 686, 81, 'Rottenburg an der Laaber', 487023300, 120271700, 0),
(109491, 686, 81, 'Rottersdorf', 486107000, 126952900, 0),
(109492, 686, 81, 'Rottershausen', 501654600, 101601000, 0),
(109493, 686, 81, 'Rubleinshof', 493434700, 113142900, 0),
(109494, 686, 81, 'Ruckasing', 487126000, 130337300, 0),
(109495, 686, 81, 'Rudelzhofen', 483373400, 114868100, 0),
(109496, 686, 81, 'Rudenau', 497113900, 91791700, 0),
(109497, 686, 81, 'Rudenschwinden', 505202600, 101137400, 0),
(109498, 686, 81, 'Rudenshofen', 491879300, 117122000, 0),
(109499, 686, 81, 'Rudering', 480734300, 121614400, 0),
(109500, 686, 81, 'Rudolfshof', 495208600, 112560900, 0),
(109501, 686, 81, 'Ruhmannsfelden', 489832700, 129834700, 0),
(109502, 686, 81, 'Ruith', 491480100, 121833800, 0),
(109503, 686, 81, 'Rundelshausen', 500063200, 100952400, 0),
(109504, 686, 81, 'Rupertsdorf', 480040700, 124907200, 0),
(109505, 686, 81, 'Ruppertshutten', 500820600, 95442600, 0),
(109506, 686, 81, 'Russenbach', 497695700, 111627100, 0),
(109507, 686, 81, 'Saal an der Saale', 503167300, 103577000, 0),
(109508, 686, 81, 'Sachsenkam', 478054300, 116439600, 0),
(109509, 686, 81, 'Sackdilling', 496468300, 116369500, 0),
(109510, 686, 81, 'Safferstetten', 483461000, 133105400, 0),
(109511, 686, 81, 'Saisting', 492814800, 126710000, 0),
(109512, 686, 81, 'Saladorf', 488617500, 120065200, 0),
(109513, 686, 81, 'Salgen', 481306900, 104789000, 0),
(109514, 686, 81, 'Salmading', 484580500, 115226800, 0),
(109515, 686, 81, 'Saltendorf an der Naab', 492238600, 120729800, 0),
(109516, 686, 81, 'Salz', 503084200, 102120500, 0),
(109517, 686, 81, 'Sandelzhausen', 486269800, 117957300, 0),
(109518, 686, 81, 'Sandheim', 490979300, 121232000, 0),
(109519, 686, 81, 'Sandizell', 485822100, 111777100, 0),
(109520, 686, 81, 'Sankt Afra', 483399800, 109664800, 0),
(109521, 686, 81, 'Sankt Anton', 482890200, 127219800, 0),
(109522, 686, 81, 'Sankt Englmar', 490000000, 128166700, 0),
(109523, 686, 81, 'Sankt Franziskus', 483736600, 110611300, 0),
(109524, 686, 81, 'Sankt Georgen', 479485600, 110843800, 0),
(109525, 686, 81, 'Sankt Gilgenberg', 499304500, 115026400, 0),
(109526, 686, 81, 'Sankt Heinrich', 478246800, 113376200, 0),
(109527, 686, 81, 'Sankt Hermann', 489169000, 130711300, 0),
(109528, 686, 81, 'Sankt Johannis', 499477200, 116157000, 0),
(109529, 686, 81, 'Sankt Margarethen', 477257900, 120961000, 0),
(109530, 686, 81, 'Sankt Ottilien', 480957200, 110451600, 0),
(109531, 686, 81, 'Sankt Sebastian', 483982200, 127699900, 0),
(109532, 686, 81, 'Sankt Veit', 483607600, 125063100, 0),
(109533, 686, 81, 'Sappenfeld', 489215400, 111249000, 0),
(109534, 686, 81, 'Sarching', 490144000, 122311300, 0),
(109535, 686, 81, 'Sassenreuth', 497758300, 117011300, 0),
(109536, 686, 81, 'Sattelpeilnstein', 491268000, 126694000, 0),
(109537, 686, 81, 'Sautorn', 487882600, 128249800, 0),
(109538, 686, 81, 'Schachendorf', 491685700, 126975700, 0),
(109539, 686, 81, 'Schaftlarn', 479888900, 114433800, 0),
(109540, 686, 81, 'Schaftnach', 493218800, 110796300, 0),
(109541, 686, 81, 'Schalkhausen', 493035800, 105255700, 0),
(109542, 686, 81, 'Schamhaupten', 489149700, 115986300, 0),
(109543, 686, 81, 'Schauenstein', 502782600, 117416900, 0),
(109544, 686, 81, 'Scheuerfeld', 502521900, 109257600, 0),
(109545, 686, 81, 'Scheuring', 481666700, 109000000, 0),
(109546, 686, 81, 'Schiederhof', 490215100, 125178500, 0),
(109547, 686, 81, 'Schimborn', 500543400, 91888400, 0),
(109548, 686, 81, 'Schirmitz', 496500000, 121666700, 0),
(109549, 686, 81, 'Schirnding', 500820600, 122274200, 0),
(109550, 686, 81, 'Schlattein', 497585900, 122809100, 0),
(109551, 686, 81, 'Schlatzendorf', 490695500, 128975700, 0),
(109552, 686, 81, 'Schleerieth', 500185500, 100972900, 0),
(109553, 686, 81, 'Schlehdorf', 476500000, 113166700, 0),
(109554, 686, 81, 'Schleifmuehle', 503384400, 117064300, 0),
(109555, 686, 81, 'Schleyreuth', 501973300, 113535000, 0),
(109556, 686, 81, 'Schlicht', 481664700, 122369000, 0),
(109557, 686, 81, 'Schlondorf', 492093400, 127210600, 0),
(109558, 686, 81, 'Schmalhof', 486388800, 131891700, 0),
(109559, 686, 81, 'Schmatzhausen', 486612500, 120330300, 0),
(109560, 686, 81, 'Schmerlenbach', 499860300, 92284400, 0),
(109561, 686, 81, 'Schmidmuhlen', 492689800, 119242900, 0),
(109562, 686, 81, 'Schnarchenreuth', 503884100, 117806900, 0),
(109563, 686, 81, 'Schneefelden', 476861400, 130432700, 0),
(109564, 686, 81, 'Schnepfenreuth', 494851200, 110489500, 0),
(109565, 686, 81, 'Schneppenbach', 500974600, 92319100, 0),
(109566, 686, 81, 'Schniegling', 494707500, 110302000, 0),
(109567, 686, 81, 'Schnotting', 484452700, 116501200, 0),
(109568, 686, 81, 'Schobdach', 490368400, 106130700, 0),
(109569, 686, 81, 'Schofweg', 488388200, 132286100, 0),
(109570, 686, 81, 'Schollkrippen', 500854500, 92469700, 0),
(109571, 686, 81, 'Schondorf am Ammersee', 480529600, 110913800, 0),
(109572, 686, 81, 'Schongeising', 481333300, 112000000, 0),
(109573, 686, 81, 'Schonhaid', 498397400, 112966600, 0),
(109574, 686, 81, 'Schonleiten', 485297000, 110105700, 0),
(109575, 686, 81, 'Schonsee', 495103000, 125476300, 0),
(109576, 686, 81, 'Schonstadt', 503446100, 110278800, 0),
(109577, 686, 81, 'Schonstein', 490696400, 126126000, 0),
(109578, 686, 81, 'Schonungen', 500500800, 103080900, 0),
(109579, 686, 81, 'Schonwald', 501997000, 120850300, 0),
(109580, 686, 81, 'Schorkendorf', 502357200, 109187200, 0),
(109581, 686, 81, 'Schraden', 476095800, 106412600, 0),
(109582, 686, 81, 'Schrappach', 498090800, 105825400, 0),
(109583, 686, 81, 'Schreihof', 484272500, 128877400, 0),
(109584, 686, 81, 'Schretzheim', 485921700, 105116900, 0),
(109585, 686, 81, 'Schrofen', 478986000, 101126800, 0),
(109586, 686, 81, 'Schupfenschlag', 499725800, 115933400, 0),
(109587, 686, 81, 'Schusselhausen', 486500000, 117833300, 0),
(109588, 686, 81, 'Schutzenau', 481846600, 124392700, 0),
(109589, 686, 81, 'Schwabegg', 481827400, 106903600, 0),
(109590, 686, 81, 'Schwaberwegen', 481597000, 118987500, 0),
(109591, 686, 81, 'Schwabhausen', 483031800, 113557400, 0),
(109592, 686, 81, 'Schwabhof', 483380800, 109545700, 0),
(109593, 686, 81, 'Schwabmuhlhausen', 481054800, 107720900, 0),
(109594, 686, 81, 'Schwabniederhofen', 478395100, 108784500, 0),
(109595, 686, 81, 'Schwabsoien', 478333300, 108333300, 0),
(109596, 686, 81, 'Schwarzersdorf', 485298800, 119155500, 0),
(109597, 686, 81, 'Schwarzhofe', 491208500, 119715800, 0),
(109598, 686, 81, 'Schweibach', 484166700, 122666700, 0),
(109599, 686, 81, 'Schweighof', 503313900, 107994800, 0),
(109600, 686, 81, 'Schweinheim', 499588000, 91648900, 0),
(109601, 686, 81, 'Schwemmelsbach', 500610500, 100319300, 0),
(109602, 686, 81, 'Schwifting', 480455500, 109276200, 0),
(109603, 686, 81, 'Schwindegg', 482666700, 122500000, 0),
(109604, 686, 81, 'Schworsheim', 489118300, 106188800, 0),
(109605, 686, 81, 'Seeb', 486362400, 118458300, 0),
(109606, 686, 81, 'Seehausen am Staffelsee', 476892800, 111849800, 0),
(109607, 686, 81, 'Seewies', 480660400, 121844800, 0),
(109608, 686, 81, 'Segelflug Hangar', 499192100, 109066700, 0),
(109609, 686, 81, 'Sehensand', 487137500, 111585200, 0),
(109610, 686, 81, 'Seibelsdorf', 502235000, 114248200, 0),
(109611, 686, 81, 'Seidmannsdorf', 502492200, 109998800, 0),
(109612, 686, 81, 'Seinsheim', 496407300, 102203800, 0),
(109613, 686, 81, 'Seligenporten', 492637200, 113106800, 0),
(109614, 686, 81, 'Seligenstadt', 498540600, 101019900, 0),
(109615, 686, 81, 'Sellenbergerhof', 496764500, 98499700, 0),
(109616, 686, 81, 'Seltmanns', 496500000, 100833300, 0),
(109617, 686, 81, 'Sensenhammer', 495894200, 106333700, 0),
(109618, 686, 81, 'Serlbach', 497342400, 110925000, 0),
(109619, 686, 81, 'Seubelsdorf', 501378600, 110496700, 0),
(109620, 686, 81, 'Seugenhof', 493090600, 129520200, 0),
(109621, 686, 81, 'Seussling', 497918500, 109986000, 0),
(109622, 686, 81, 'Seysdorf', 485451600, 117195500, 0),
(109623, 686, 81, 'Siebensee', 485344800, 121076200, 0),
(109624, 686, 81, 'Siebnach', 481326500, 106621500, 0),
(109625, 686, 81, 'Siechenhaus', 487333300, 114166700, 0),
(109626, 686, 81, 'Siechhaeusen', 483601600, 113862100, 0),
(109627, 686, 81, 'Siegenburg', 487542100, 118483100, 0),
(109628, 686, 81, 'Siegensdorf', 486792300, 122045600, 0),
(109629, 686, 81, 'Siggenham', 478503200, 123243200, 0),
(109630, 686, 81, 'Siglfing', 483187600, 118981200, 0),
(109631, 686, 81, 'Sigritzau', 496980800, 110817700, 0),
(109632, 686, 81, 'Silberstein', 503441600, 115667800, 0),
(109633, 686, 81, 'Simmelsdorf', 495977500, 113390100, 0),
(109634, 686, 81, 'Simmersdorf', 497483900, 107539200, 0),
(109635, 686, 81, 'Simmling', 488322900, 129856700, 0),
(109636, 686, 81, 'Simserfilze', 478487900, 121691700, 0),
(109637, 686, 81, 'Sinderlach', 491370200, 107664700, 0),
(109638, 686, 81, 'Sindersdorf', 491631900, 112729200, 0),
(109639, 686, 81, 'Singenrain', 502543400, 98861400, 0),
(109640, 686, 81, 'Singern', 484865600, 114009700, 0),
(109641, 686, 81, 'Sinzenhof', 492639400, 119478900, 0),
(109642, 686, 81, 'Sixtnitgern', 483331700, 112097000, 0),
(109643, 686, 81, 'Solalinden', 480921800, 117067100, 0),
(109644, 686, 81, 'Solching', 483303600, 121307700, 0),
(109645, 686, 81, 'Sollasod', 486166600, 131555600, 0),
(109646, 686, 81, 'Sollbach', 492375700, 123249000, 0),
(109647, 686, 81, 'Solln', 480787700, 115132000, 0),
(109648, 686, 81, 'Sollnes', 495926900, 117906500, 0),
(109649, 686, 81, 'Sommerach', 498333300, 102000000, 0),
(109650, 686, 81, 'Sommerkeller', 490167100, 109964600, 0),
(109651, 686, 81, 'Sonderheim', 486234900, 105961400, 0),
(109652, 686, 81, 'Sondheim vor der Rhoen', 504651000, 101567500, 0),
(109653, 686, 81, 'Sonnefeld', 502166700, 111333300, 0),
(109654, 686, 81, 'Sossau', 486445200, 125143800, 0),
(109655, 686, 81, 'Sparneck', 501621400, 118434900, 0),
(109656, 686, 81, 'Speckmannshof', 494502700, 118191400, 0),
(109657, 686, 81, 'Speckshof', 494921600, 118261000, 0),
(109658, 686, 81, 'Speikern', 495291600, 113439000, 0),
(109659, 686, 81, 'Spindlhof', 491323500, 121329200, 0),
(109660, 686, 81, 'Spitzingsee', 476612800, 118875500, 0),
(109661, 686, 81, 'Sporerau', 484903100, 120025600, 0),
(109662, 686, 81, 'Stachesried', 492925500, 129432700, 0),
(109663, 686, 81, 'Stadeln', 491500000, 107000000, 0),
(109664, 686, 81, 'Stadlhof', 491855300, 125016400, 0),
(109665, 686, 81, 'Stadtlauringen', 501870800, 103616400, 0),
(109666, 686, 81, 'Stadtprozelten', 497846600, 94118400, 0),
(109667, 686, 81, 'Stadtsteinach', 501643300, 115034900, 0),
(109668, 686, 81, 'Stallbaum', 494885300, 115333300, 0),
(109669, 686, 81, 'Stammbach', 501455100, 116912900, 0),
(109670, 686, 81, 'Statzling', 483920500, 109775700, 0),
(109671, 686, 81, 'Staubershammer', 497118800, 115891900, 0),
(109672, 686, 81, 'Stegaurach', 498654300, 108438500, 0),
(109673, 686, 81, 'Stein an der Traun', 479835000, 125473400, 0),
(109674, 686, 81, 'Stein bei Nurnberg', 494158100, 110159900, 0),
(109675, 686, 81, 'Steinach an der Saale', 502855600, 100955800, 0),
(109676, 686, 81, 'Steinfeld', 499527800, 96694400, 0),
(109677, 686, 81, 'Steingriff', 485709700, 112462700, 0),
(109678, 686, 81, 'Steinriesl', 488225000, 129684200, 0),
(109679, 686, 81, 'Steinsfeld', 494166700, 102166700, 0),
(109680, 686, 81, 'Steinweg', 490301000, 120920000, 0),
(109681, 686, 81, 'Steinwiesen', 502944400, 114629500, 0),
(109682, 686, 81, 'Stengelheim', 486770800, 112058400, 0),
(109683, 686, 81, 'Sterneck', 478856100, 118339500, 0),
(109684, 686, 81, 'Stettenberg', 495358200, 111395500, 0),
(109685, 686, 81, 'Stettenhof', 486560100, 104508600, 0),
(109686, 686, 81, 'Stettenhofen', 484654100, 108683400, 0),
(109687, 686, 81, 'Stettfeld', 499718700, 107238600, 0),
(109688, 686, 81, 'Steudach', 495771100, 109434100, 0),
(109689, 686, 81, 'Stierhof', 483500000, 109500000, 0),
(109690, 686, 81, 'Stockaten', 503575800, 118445200, 0),
(109691, 686, 81, 'Stockig', 499767600, 116010600, 0),
(109692, 686, 81, 'Stoffen', 480041100, 109060000, 0),
(109693, 686, 81, 'Stopfenheim', 490719500, 108897200, 0),
(109694, 686, 81, 'Stoppach', 495633000, 114375400, 0),
(109695, 686, 81, 'Stotting', 486408700, 132677900, 0),
(109696, 686, 81, 'Straas', 501816900, 117654200, 0),
(109697, 686, 81, 'Strahlfeld', 492425300, 124981200, 0),
(109698, 686, 81, 'Strassbessenbach', 499624000, 92471900, 0),
(109699, 686, 81, 'Strasslach-Dingharting', 480049100, 115141000, 0),
(109700, 686, 81, 'Strengenberg', 495050900, 112628700, 0),
(109701, 686, 81, 'Strobing', 479000300, 123010000, 0),
(109702, 686, 81, 'Strohreit', 480906200, 122175900, 0),
(109703, 686, 81, 'Strotzbach', 500786400, 91518900, 0),
(109704, 686, 81, 'Strub', 476254400, 129740800, 0),
(109705, 686, 81, 'Struth', 493317700, 105494400, 0),
(109706, 686, 81, 'Sulzbach am Main', 499114900, 91531500, 0),
(109707, 686, 81, 'Sulzbach an der Donau', 490285500, 122396100, 0),
(109708, 686, 81, 'Sulzdorf an der Lederhecke', 502408400, 105627700, 0),
(109709, 686, 81, 'Sulzemoos', 482910700, 112635600, 0),
(109710, 686, 81, 'Sulzheim', 499500000, 103333300, 0),
(109711, 686, 81, 'Sunkenrot', 479613300, 121664200, 0),
(109712, 686, 81, 'Sunzhausen', 483892900, 116592800, 0),
(109713, 686, 81, 'Surberg', 478666700, 127000000, 0),
(109714, 686, 81, 'Sussenbach', 491076600, 123657000, 0),
(109715, 686, 81, 'Sussenlohe', 497272500, 121407800, 0),
(109716, 686, 81, 'Sylbach', 500487800, 105159000, 0),
(109717, 686, 81, 'Tabeckendorf', 485934100, 129243700, 0),
(109718, 686, 81, 'Tabertshausen', 487309200, 128813300, 0),
(109719, 686, 81, 'Tafertingen', 484108300, 108261500, 0),
(109720, 686, 81, 'Tagmersheim', 488166700, 109666700, 0),
(109721, 686, 81, 'Taimering', 489178500, 123139900, 0),
(109722, 686, 81, 'Tandern', 484262400, 113048500, 0),
(109723, 686, 81, 'Tann', 483146300, 128930100, 0),
(109724, 686, 81, 'Tannenwirtshaus', 501725800, 115960200, 0),
(109725, 686, 81, 'Taxoldern', 493180500, 122952400, 0),
(109726, 686, 81, 'Tegernau', 480215100, 120402400, 0),
(109727, 686, 81, 'Teisnach', 490411400, 129878400, 0),
(109728, 686, 81, 'Teublitz', 492228900, 120872700, 0),
(109729, 686, 81, 'Teufelsgraben', 499389800, 115212100, 0),
(109730, 686, 81, 'Teufstetten', 482518000, 119144600, 0),
(109731, 686, 81, 'Teuschnitz', 503983900, 113823500, 0),
(109732, 686, 81, 'Thaldorf', 480035300, 120319600, 0),
(109733, 686, 81, 'Thalfingen', 484331900, 100476400, 0),
(109734, 686, 81, 'Thalmannsfeld', 490690900, 111510500, 0),
(109735, 686, 81, 'Thalmassing', 489116700, 121550000, 0),
(109736, 686, 81, 'Thalmuhl', 477659800, 109858100, 0),
(109737, 686, 81, 'Thalod', 485204400, 128953800, 0),
(109738, 686, 81, 'Thananger', 489512100, 127152100, 0),
(109739, 686, 81, 'Thanning', 479214000, 115351300, 0),
(109740, 686, 81, 'Thansuss', 496287300, 119388800, 0),
(109741, 686, 81, 'Theilheim', 497500000, 100333300, 0),
(109742, 686, 81, 'Theinheim', 498845700, 105877300, 0),
(109743, 686, 81, 'Theisenort', 502150400, 112784900, 0),
(109744, 686, 81, 'Theuern', 493873800, 119104200, 0),
(109745, 686, 81, 'Thierbacher Muehle', 503516900, 116687700, 0),
(109746, 686, 81, 'Thierling', 491536700, 126150500, 0),
(109747, 686, 81, 'Thiersheim', 500760900, 121265000, 0),
(109748, 686, 81, 'Thierstein', 501064300, 121020300, 0),
(109749, 686, 81, 'Thumsenreuth', 498544900, 121068600, 0),
(109750, 686, 81, 'Thungbach', 497757200, 106420200, 0),
(109751, 686, 81, 'Thungen', 499414000, 98586000, 0),
(109752, 686, 81, 'Thungersheim', 498783300, 98491700, 0),
(109753, 686, 81, 'Thungfeld', 497500000, 107833300, 0),
(109754, 686, 81, 'Thurasdorf', 490019800, 126795500, 0),
(109755, 686, 81, 'Thurnhofen', 491664600, 103973600, 0),
(109756, 686, 81, 'Thurnsberg', 483888100, 115891200, 0),
(109757, 686, 81, 'Tiefenhof', 492247300, 122341500, 0),
(109758, 686, 81, 'Tiefenklein', 501800700, 113045700, 0),
(109759, 686, 81, 'Tiefenstockheim', 496637400, 102063000, 0),
(109760, 686, 81, 'Toding', 486867800, 125655000, 0),
(109761, 686, 81, 'Toging', 490239100, 115611400, 0),
(109762, 686, 81, 'Tollern', 478516400, 111508600, 0),
(109763, 686, 81, 'Topen', 503833300, 118666700, 0),
(109764, 686, 81, 'Traich', 486020000, 117128300, 0),
(109765, 686, 81, 'Traidendorf', 491718200, 119463200, 0),
(109766, 686, 81, 'Trainau', 501910800, 112142100, 0),
(109767, 686, 81, 'Tratberg', 477576400, 118333600, 0),
(109768, 686, 81, 'Traubing', 479421100, 112554900, 0),
(109769, 686, 81, 'Trautberg', 497508400, 103329300, 0),
(109770, 686, 81, 'Trebgast', 500666700, 115500000, 0),
(109771, 686, 81, 'Tremmersdorf', 497758000, 118147000, 0),
(109772, 686, 81, 'Trennfeld', 497949800, 96155100, 0),
(109773, 686, 81, 'Trennfurt', 497776000, 91738000, 0),
(109774, 686, 81, 'Tressenried', 494583300, 124400000, 0),
(109775, 686, 81, 'Trettmanns', 498858800, 120986600, 0),
(109776, 686, 81, 'Treunitz', 499666100, 111987500, 0),
(109777, 686, 81, 'Trevesen', 498910900, 119760300, 0),
(109778, 686, 81, 'Trieb', 501447200, 111363600, 0),
(109779, 686, 81, 'Trobelsdorf', 493568100, 125456000, 0),
(109780, 686, 81, 'Trockau', 498239200, 114942700, 0),
(109781, 686, 81, 'Trogen', 503666700, 119500000, 0),
(109782, 686, 81, 'Trostberg an der Alz', 480280200, 125580400, 0),
(109783, 686, 81, 'Trubenbrunn', 512666700, 97000000, 0),
(109784, 686, 81, 'Truchtlaching', 479585900, 125008000, 0),
(109785, 686, 81, 'Tuching', 484072100, 117584600, 0),
(109786, 686, 81, 'Tuschnitz', 502003900, 112623800, 0),
(109787, 686, 81, 'Tussenhausen', 481021800, 105606900, 0),
(109788, 686, 81, 'Tuszshing', 482121800, 125995400, 0),
(109789, 686, 81, 'Tutschengereuth', 499028700, 107716600, 0),
(109790, 686, 81, 'Tutting', 483494600, 132530400, 0),
(109791, 686, 81, 'Uchenhofen', 500710000, 104786900, 0),
(109792, 686, 81, 'Udlding', 482588600, 114237600, 0),
(109793, 686, 81, 'Ueberackersdorf', 483701700, 126781900, 0),
(109794, 686, 81, 'Uetzing', 500860300, 110690700, 0),
(109795, 686, 81, 'Uffenheim', 495441500, 102328600, 0),
(109796, 686, 81, 'Uigenau', 493120400, 110173100, 0),
(109797, 686, 81, 'Ullersricht', 496470700, 121407500, 0),
(109798, 686, 81, 'Ullstadt', 496161400, 104763500, 0),
(109799, 686, 81, 'Ummendorf', 480130300, 109105600, 0),
(109800, 686, 81, 'Undorf', 490268300, 119351900, 0),
(109801, 686, 81, 'Unnersdorf', 501228400, 109856800, 0),
(109802, 686, 81, 'Unsernherrn', 487287100, 114365800, 0),
(109803, 686, 81, 'Unterahorn', 491769500, 104124300, 0),
(109804, 686, 81, 'Unteraltertheim', 497233000, 97380000, 0),
(109805, 686, 81, 'Unteraugustenfeld', 482563200, 114575700, 0),
(109806, 686, 81, 'Unteraurach', 498559100, 108651400, 0),
(109807, 686, 81, 'Unterbruck', 483491500, 115642800, 0),
(109808, 686, 81, 'Unterbrunnenreuth', 487197800, 114242400, 0),
(109809, 686, 81, 'Unterbuchfeld', 492374400, 115600200, 0),
(109810, 686, 81, 'Unterdarching', 478892100, 117688900, 0),
(109811, 686, 81, 'Unterdeggenbach', 488386200, 121877800, 0),
(109812, 686, 81, 'Unterdietenau', 486664000, 124754100, 0),
(109813, 686, 81, 'Untereichenbach', 493030600, 106193000, 0),
(109814, 686, 81, 'Untereisenheim', 498828200, 101589100, 0),
(109815, 686, 81, 'Unteremmendorf', 489909400, 114344000, 0),
(109816, 686, 81, 'Untereurach', 477764900, 113360100, 0),
(109817, 686, 81, 'Unterferrieden', 493257100, 113088100, 0),
(109818, 686, 81, 'Unterfilke', 505175700, 102232700, 0),
(109819, 686, 81, 'Unterfinning', 480274400, 110093500, 0),
(109820, 686, 81, 'Untergailnau', 492680800, 101858600, 0),
(109821, 686, 81, 'Untergartelshausen', 484252200, 117333200, 0),
(109822, 686, 81, 'Untergartenhof', 499899100, 91885900, 0),
(109823, 686, 81, 'Untergermaringen', 479375000, 106785200, 0),
(109824, 686, 81, 'Unterhaid', 499352000, 107924400, 0),
(109825, 686, 81, 'Unterhausmehring', 482637100, 121633900, 0),
(109826, 686, 81, 'Unterheckenhofen', 492163100, 110598900, 0),
(109827, 686, 81, 'Unterhoft', 484778100, 128252200, 0),
(109828, 686, 81, 'Unterkienberg', 484380800, 115820100, 0),
(109829, 686, 81, 'Unterkoblitz', 495396200, 121442500, 0),
(109830, 686, 81, 'Unterkodach', 500890700, 114213100, 0),
(109831, 686, 81, 'Unterlauter', 502989300, 109776100, 0),
(109832, 686, 81, 'Unterleichtersbach', 502670900, 98106400, 0),
(109833, 686, 81, 'Unterleiten', 478184300, 115435800, 0),
(109834, 686, 81, 'Untermainbach', 493001700, 110596300, 0),
(109835, 686, 81, 'Untermalching', 482116900, 112218000, 0),
(109836, 686, 81, 'Untermeitingen', 481666700, 108000000, 0),
(109837, 686, 81, 'Untermembach', 496161000, 109084400, 0),
(109838, 686, 81, 'Untermerzbach', 501275400, 108563400, 0),
(109839, 686, 81, 'Untermuhlhausen', 480924100, 109139700, 0),
(109840, 686, 81, 'Unternberg', 486747200, 130450000, 0),
(109841, 686, 81, 'Unternbibert', 494221900, 105875200, 0),
(109842, 686, 81, 'Unterneuhausen', 486167900, 119905800, 0),
(109843, 686, 81, 'Unterneukirchen', 481666700, 126166700, 0),
(109844, 686, 81, 'Unternzenn', 494518600, 104848400, 0),
(109845, 686, 81, 'Unteroberndorf', 499782700, 108958600, 0),
(109846, 686, 81, 'Unterpfraundorf', 491393800, 118568200, 0),
(109847, 686, 81, 'Unterpreppach', 500968000, 107567200, 0),
(109848, 686, 81, 'Unterreichenbach', 483122000, 102025200, 0),
(109849, 686, 81, 'Unterroth', 481956200, 101711100, 0),
(109850, 686, 81, 'Untersaal', 489052400, 119430900, 0),
(109851, 686, 81, 'Untersailauf', 500181000, 92517700, 0),
(109852, 686, 81, 'Unterschaftlarn', 479773800, 114673000, 0),
(109853, 686, 81, 'Unterschneitbach', 484472800, 111106100, 0),
(109854, 686, 81, 'Unterschollenbach', 495824500, 111617700, 0),
(109855, 686, 81, 'Unterschonau Zwei', 476000000, 129833300, 0),
(109856, 686, 81, 'Unterschweinbach', 482518000, 111799600, 0),
(109857, 686, 81, 'Unterschwendt', 486275300, 120456400, 0),
(109858, 686, 81, 'Unterspiesheim', 499537500, 102616000, 0),
(109859, 686, 81, 'Untersturmig', 497877500, 110477800, 0),
(109860, 686, 81, 'Untertattenbach', 484431400, 130660600, 0),
(109861, 686, 81, 'Unterteuerting', 488608200, 118927600, 0),
(109862, 686, 81, 'Unterunsbach', 486389400, 122105700, 0),
(109863, 686, 81, 'Untervierau', 491417300, 127645800, 0),
(109864, 686, 81, 'Unterwattenbach', 486242900, 122414800, 0),
(109865, 686, 81, 'Unterweihersbuch', 494086000, 109950800, 0),
(109866, 686, 81, 'Unterweikertshofen', 483327200, 112717600, 0),
(109867, 686, 81, 'Unterwesterbach', 483555700, 131808500, 0),
(109868, 686, 81, 'Unterwestern', 501073800, 92444400, 0),
(109869, 686, 81, 'Unterwimpasing', 489000000, 112166700, 0),
(109870, 686, 81, 'Unterwindsberg', 496061500, 113186600, 0),
(109871, 686, 81, 'Unterwittelsbach', 484739200, 111555400, 0),
(109872, 686, 81, 'Unterwornitz', 492500000, 102500000, 0),
(109873, 686, 81, 'Unterwurmbach', 491058700, 107328100, 0),
(109874, 686, 81, 'Unterzaunsbach', 497389000, 112205600, 0),
(109875, 686, 81, 'Urfersheim', 494712100, 103951900, 0),
(109876, 686, 81, 'Urspringen', 499002800, 96741700, 0),
(109877, 686, 81, 'Uschlberg', 493484400, 119412800, 0),
(109878, 686, 81, 'Utting am Ammersee', 480260800, 110861200, 0),
(109879, 686, 81, 'Uttstadt', 497183900, 109010600, 0),
(109880, 686, 81, 'Vagen', 478741000, 118844600, 0),
(109881, 686, 81, 'Vallried', 484048200, 105764000, 0),
(109882, 686, 81, 'Velburg', 492321200, 116716000, 0),
(109883, 686, 81, 'Vesperbild', 482795400, 105449900, 0),
(109884, 686, 81, 'Vielitz', 501822400, 121086600, 0),
(109885, 686, 81, 'Viereth', 499236700, 107773400, 0),
(109886, 686, 81, 'Villenbach', 485088700, 106146800, 0),
(109887, 686, 81, 'Vilseck', 496148000, 118026100, 0),
(109888, 686, 81, 'Vilsheim', 484500000, 121166700, 0),
(109889, 686, 81, 'Vincenzenbronn', 494136500, 108229500, 0),
(109890, 686, 81, 'Vogelheerd', 503244000, 118817400, 0),
(109891, 686, 81, 'Vogelhof', 495294400, 112559200, 0),
(109892, 686, 81, 'Vohenstrauss', 496238300, 123380800, 0),
(109893, 686, 81, 'Voita', 498233700, 117079900, 0),
(109894, 686, 81, 'Volkers', 503267200, 97658200, 0),
(109895, 686, 81, 'Volkersdorf', 484350700, 113973700, 0),
(109896, 686, 81, 'Volkmannsgrun', 502675700, 117383400, 0),
(109897, 686, 81, 'Vollenbach', 477134700, 111130700, 0),
(109898, 686, 81, 'Vorderfischen', 479274400, 111553900, 0),
(109899, 686, 81, 'Vorderreuth', 501907800, 114971900, 0),
(109900, 686, 81, 'Vorderthurn', 492443300, 122844000, 0),
(109901, 686, 81, 'Wachenroth', 497518500, 107133500, 0),
(109902, 686, 81, 'Wachsenberg', 493817400, 102420700, 0),
(109903, 686, 81, 'Wackersberg', 477333300, 115500000, 0),
(109904, 686, 81, 'Waffenschmiede', 490161300, 123822500, 0),
(109905, 686, 81, 'Wagenhausen', 500305600, 104096800, 0),
(109906, 686, 81, 'Wagesenberg', 485687200, 110709300, 0),
(109907, 686, 81, 'Wahnrod', 501333300, 95500000, 0),
(109908, 686, 81, 'Waidhaus', 496421800, 124952300, 0),
(109909, 686, 81, 'Waidhofen', 485833300, 113333300, 0),
(109910, 686, 81, 'Waigolshausen', 499500000, 101333300, 0),
(109911, 686, 81, 'Waizenbach', 486264000, 131662400, 0),
(109912, 686, 81, 'Waizenreuth', 499327100, 117450500, 0),
(109913, 686, 81, 'Walchshofen', 484869700, 111385500, 0),
(109914, 686, 81, 'Walddachsbach', 495337600, 105406500, 0),
(109915, 686, 81, 'Walddorf', 489541500, 118456900, 0),
(109916, 686, 81, 'Walderbach', 491833300, 123833300, 0),
(109917, 686, 81, 'Waldering', 478700400, 121715200, 0),
(109918, 686, 81, 'Waldfenster', 502481400, 99432700, 0),
(109919, 686, 81, 'Waldmunchen', 493780400, 127090500, 0),
(109920, 686, 81, 'Waldperlach', 480833300, 116666700, 0),
(109921, 686, 81, 'Waldsassen', 500016700, 123043400, 0),
(109922, 686, 81, 'Walkertshofen', 482333300, 105833300, 0),
(109923, 686, 81, 'Wallenburg', 478054900, 118279800, 0),
(109924, 686, 81, 'Walleshausen', 481515700, 109786000, 0),
(109925, 686, 81, 'Walpertskirchen', 482584000, 119752700, 0),
(109926, 686, 81, 'Waltershausen', 503386800, 103862500, 0),
(109927, 686, 81, 'Walting', 489166700, 113000000, 0),
(109928, 686, 81, 'Waltlham', 480752800, 123903000, 0),
(109929, 686, 81, 'Warnberg', 480670100, 115099600, 0),
(109930, 686, 81, 'Warzenried', 492949600, 129702200, 0),
(109931, 686, 81, 'Wasserlos', 500719000, 90738500, 0),
(109932, 686, 81, 'Wassertrudingen', 490432800, 105990600, 0),
(109933, 686, 81, 'Wattenweiler', 483139300, 103347300, 0),
(109934, 686, 81, 'Webams', 479037200, 104681800, 0),
(109935, 686, 81, 'Webling', 482694300, 114217500, 0),
(109936, 686, 81, 'Wehringen', 482500000, 108000000, 0),
(109937, 686, 81, 'Weichering', 487166700, 113166700, 0),
(109938, 686, 81, 'Weichshofen', 487159300, 124342600, 0),
(109939, 686, 81, 'Weichtungen', 502178300, 102884000, 0),
(109940, 686, 81, 'Weidenbuhl', 496099900, 112296600, 0),
(109941, 686, 81, 'Weidenloh', 497515800, 114020200, 0),
(109942, 686, 81, 'Weidenthal', 494683000, 122835200, 0),
(109943, 686, 81, 'Weidenwang', 491505000, 113938500, 0),
(109944, 686, 81, 'Weidhausen bei Coburg', 502035400, 111400600, 0),
(109945, 686, 81, 'Weidlberg', 497461000, 118224800, 0),
(109946, 686, 81, 'Weidnitz', 501451300, 112303200, 0),
(109947, 686, 81, 'Weidorf', 486141300, 110663800, 0),
(109948, 686, 81, 'Weigelshofen', 497875800, 110913800, 0),
(109949, 686, 81, 'Weigenhofen', 494825100, 113205300, 0),
(109950, 686, 81, 'Weiherhaus', 493740800, 110731200, 0),
(109951, 686, 81, 'Weiherhofen', 501003100, 118657800, 0),
(109952, 686, 81, 'Weiler-Simmerberg', 475826200, 99135200, 0),
(109953, 686, 81, 'Weilheim in Oberbayern', 478414700, 111548400, 0),
(109954, 686, 81, 'Weinberg', 484992000, 129866200, 0),
(109955, 686, 81, 'Weingarts', 496731300, 111710800, 0),
(109956, 686, 81, 'Weingartsgreuth', 497371600, 107350400, 0),
(109957, 686, 81, 'Weisingen', 485122800, 105142600, 0),
(109958, 686, 81, 'Weissenbach', 477600400, 119816600, 0),
(109959, 686, 81, 'Weissenbronn', 493268900, 108171600, 0),
(109960, 686, 81, 'Weissenfeld', 481335600, 117653300, 0),
(109961, 686, 81, 'Weissenhaid', 500848600, 118512500, 0),
(109962, 686, 81, 'Weiterndorf', 493396700, 108131100, 0),
(109963, 686, 81, 'Weitersdorf', 494036500, 109095000, 0),
(109964, 686, 81, 'Weitramsdorf', 502500000, 108833300, 0),
(109965, 686, 81, 'Welbhausen', 495263700, 102110700, 0),
(109966, 686, 81, 'Welkenbach', 495846200, 108593800, 0),
(109967, 686, 81, 'Wellenburg', 483358000, 108279100, 0),
(109968, 686, 81, 'Wellucken', 496206600, 110901800, 0),
(109969, 686, 81, 'Welschenkahl', 500190200, 113312300, 0),
(109970, 686, 81, 'Wendeldorf', 485155100, 124576800, 0),
(109971, 686, 81, 'Wendelhofen', 499595000, 115657500, 0),
(109972, 686, 81, 'Wendern', 498301200, 124131500, 0),
(109973, 686, 81, 'Wendersreuth', 497498500, 121109000, 0),
(109974, 686, 81, 'Wenigau', 484145600, 128228900, 0),
(109975, 686, 81, 'Wenigumstadt', 498931600, 90430000, 0),
(109976, 686, 81, 'Wenschdorf', 496789800, 92880600, 0),
(109977, 686, 81, 'Werfling', 480504300, 121053000, 0),
(109978, 686, 81, 'Wernberg-Koblitz', 495393100, 121613000, 0),
(109979, 686, 81, 'Wernfels', 491991700, 108786100, 0),
(109980, 686, 81, 'Westerringen', 481381800, 107541300, 0),
(109981, 686, 81, 'Westheim', 483864700, 108183900, 0),
(109982, 686, 81, 'Wettelsheim', 489808300, 108830500, 0),
(109983, 686, 81, 'Wetterfeld', 492199900, 125427300, 0),
(109984, 686, 81, 'Wetterling', 479859600, 118852300, 0),
(109985, 686, 81, 'Wettmannsberg', 477457500, 103461200, 0),
(109986, 686, 81, 'Wettstetten', 488333300, 114166700, 0),
(109987, 686, 81, 'Wetzelsdorf', 490226800, 129963000, 0),
(109988, 686, 81, 'Wetzendorf', 494705600, 110414800, 0),
(109989, 686, 81, 'Wetzlhof', 484166700, 127333300, 0),
(109990, 686, 81, 'Weyer', 500221700, 103152100, 0),
(109991, 686, 81, 'Weyersfeld', 500775600, 97934300, 0),
(109992, 686, 81, 'Wickenreuth', 500792800, 114450400, 0),
(109993, 686, 81, 'Wicklesgreuth', 493131100, 107104300, 0),
(109994, 686, 81, 'Wiebelbach', 497939000, 95315200, 0),
(109995, 686, 81, 'Wielenbach', 478666700, 111500000, 0),
(109996, 686, 81, 'Wiesau', 499081700, 121888900, 0),
(109997, 686, 81, 'Wiesenbach', 485869800, 110033900, 0),
(109998, 686, 81, 'Wiesenbronn', 497500000, 103000000, 0),
(109999, 686, 81, 'Wiesenfeld', 499916500, 96817400, 0),
(110000, 686, 81, 'Wiesenthau', 497166700, 111333300, 0),
(110001, 686, 81, 'Wieseth', 491666700, 104833300, 0),
(110002, 686, 81, 'Wiffertshausen', 483564200, 110057700, 0),
(110003, 686, 81, 'Wildenau', 497751900, 122596400, 0),
(110004, 686, 81, 'Wildenforst', 488712600, 128873100, 0),
(110005, 686, 81, 'Wildenroth', 481286800, 111635100, 0),
(110006, 686, 81, 'Wildensorg', 498808300, 108591000, 0),
(110007, 686, 81, 'Wilhelmsdorf', 495641900, 107371600, 0),
(110008, 686, 81, 'Wilhermsdorf', 494830800, 107155500, 0),
(110009, 686, 81, 'Willendorf', 492080700, 106750200, 0),
(110010, 686, 81, 'Willhartsberg', 481435800, 127292800, 0),
(110011, 686, 81, 'Willmatshofen', 482805700, 106551100, 0),
(110012, 686, 81, 'Willmering', 492500000, 126666700, 0),
(110013, 686, 81, 'Willmersbach', 496101000, 107082400, 0),
(110014, 686, 81, 'Wilzhofen', 478784700, 111825700, 0),
(110015, 686, 81, 'Wimbach', 485491400, 126267400, 0),
(110016, 686, 81, 'Windischenlaibach', 498661000, 117539800, 0),
(110017, 686, 81, 'Windsbach', 492478600, 108265100, 0),
(110018, 686, 81, 'Winkelhausen', 486002800, 112043700, 0),
(110019, 686, 81, 'Winklsass', 487359700, 121704400, 0),
(110020, 686, 81, 'Winterbach', 484666700, 104833300, 0),
(110021, 686, 81, 'Winterhausen', 497068300, 100166100, 0),
(110022, 686, 81, 'Wintersbach', 498619500, 93049100, 0),
(110023, 686, 81, 'Wintersdorf', 494275000, 109128600, 0),
(110024, 686, 81, 'Wirsberg', 501057200, 116051500, 0),
(110025, 686, 81, 'Woffenbach', 492762000, 114351400, 0),
(110026, 686, 81, 'Woffendorf', 501148000, 112387600, 0),
(110027, 686, 81, 'Wohlbach', 502088400, 109222400, 0),
(110028, 686, 81, 'Wohnau', 499642700, 104575900, 0),
(110029, 686, 81, 'Wolbattendorf', 503081800, 118499300, 0),
(110030, 686, 81, 'Wolfl', 477609400, 113615400, 0),
(110031, 686, 81, 'Wolfring', 494113100, 120404900, 0),
(110032, 686, 81, 'Wolfsacker', 486845900, 124870800, 0),
(110033, 686, 81, 'Wolfsdorf', 486418700, 127051700, 0),
(110034, 686, 81, 'Wolland', 492103600, 120529600, 0),
(110035, 686, 81, 'Wolpersreuth', 500897100, 113659400, 0),
(110036, 686, 81, 'Woppmannszell', 490899600, 125004600, 0),
(110037, 686, 81, 'Worleschwang', 484363900, 105991700, 0),
(110038, 686, 81, 'Wornbrunn', 480394100, 115492100, 0),
(110039, 686, 81, 'Wortelstetten', 485886500, 107507500, 0),
(110040, 686, 81, 'Worth an der Donau', 490009300, 124053900, 0),
(110041, 686, 81, 'Worth an der Isar', 486230000, 123394400, 0),
(110042, 686, 81, 'Worthsee', 480630500, 112017600, 0),
(110043, 686, 81, 'Worzeldorf', 493702100, 110975800, 0),
(110044, 686, 81, 'Wulfertshausen', 483824800, 109874400, 0),
(110045, 686, 81, 'Wulflingen', 500308000, 104756100, 0),
(110046, 686, 81, 'Wullenstetten', 483173700, 100699900, 0),
(110047, 686, 81, 'Wunau', 499408000, 116193600, 0),
(110048, 686, 81, 'Wurgau', 499794900, 110858900, 0),
(110049, 686, 81, 'Wurmannsquick', 483533400, 127860300, 0),
(110050, 686, 81, 'Wurmsham', 483500000, 123333300, 0),
(110051, 686, 81, 'Wustenahorn', 502495700, 109479300, 0),
(110052, 686, 81, 'Zeilding', 483333300, 120000000, 0),
(110053, 686, 81, 'Zeitlarn', 481330000, 126620800, 0),
(110054, 686, 81, 'Zellhub', 484125200, 127829600, 0),
(110055, 686, 81, 'Zellingen', 498973700, 98174600, 0),
(110056, 686, 81, 'Zellruglingen', 493618700, 106190100, 0),
(110057, 686, 81, 'Zeubelried', 496876200, 100857900, 0),
(110058, 686, 81, 'Ziegelanger', 499997800, 106163800, 0),
(110059, 686, 81, 'Ziegelhutten', 501201100, 114427000, 0),
(110060, 686, 81, 'Ziegelreuth', 479441200, 121139700, 0),
(110061, 686, 81, 'Zieglbach', 483646900, 111072200, 0),
(110062, 686, 81, 'Zieglstadl', 486919500, 121294400, 0),
(110063, 686, 81, 'Ziehring', 491833500, 125141100, 0),
(110064, 686, 81, 'Ziertheim', 486500000, 103833300, 0),
(110065, 686, 81, 'Zillofen', 483689700, 114126100, 0),
(110066, 686, 81, 'Zoggendorf', 498690500, 111536900, 0),
(110067, 686, 81, 'Zuchering', 487122800, 114061000, 0),
(110068, 686, 81, 'Zusamaltheim', 485310400, 106356200, 0),
(110069, 686, 81, 'Zusamzell', 484825000, 106052800, 0),
(110070, 686, 81, 'Zweckham', 479407600, 126452200, 0),
(110071, 686, 81, 'Zweifelau', 499126100, 118634900, 0),
(110072, 687, 81, 'Altglienicke', 524111600, 135355000, 0),
(110073, 687, 81, 'Biesdorf Sud', 524944500, 135579400, 0),
(110074, 687, 81, 'Buckow II', 524333300, 134701700, 0),
(110075, 687, 81, 'Eichkamp', 524944600, 132648300, 0),
(110076, 687, 81, 'Elsengrund', 524666700, 136000000, 0),
(110077, 687, 81, 'Falkenhagener Feld', 525519100, 131680200, 0),
(110078, 687, 81, 'Gosen', 524000000, 137166700, 0),
(110079, 687, 81, 'Haken felde', 525589200, 132081900, 0),
(110080, 687, 81, 'Hakenfelde', 525587700, 132083100, 0),
(110081, 687, 81, 'Heiligensee', 526144900, 132450100, 0),
(110082, 687, 81, 'Hessenwinkel', 524225200, 137208300, 0),
(110083, 687, 81, 'Hirschgarten', 524537200, 136073000, 0),
(110084, 687, 81, 'Hohenschonhausen', 525485900, 135058900, 0),
(110085, 687, 81, 'Hottengrund', 524478300, 131217000, 0),
(110086, 687, 81, 'Invalidensiedlung', 526574600, 132840600, 0),
(110087, 687, 81, 'Karolinenhoehe', 525166700, 131666700, 0),
(110088, 687, 81, 'Kiekemal', 524833300, 136166700, 0),
(110089, 687, 81, 'Kladow', 524542300, 131444500, 0),
(110090, 687, 81, 'Kolonie Falkenhorst', 523994900, 135813600, 0),
(110091, 687, 81, 'Konradshohe', 525853500, 132275800, 0),
(110092, 687, 81, 'Lankwitz', 524362300, 133459000, 0),
(110093, 687, 81, 'Mahlsdorf Sud', 524937200, 136127100, 0),
(110094, 687, 81, 'Neu Buch', 526333300, 135166700, 0),
(110095, 687, 81, 'Nordend', 525914100, 133953700, 0),
(110096, 687, 81, 'Pichelsdorf', 525126700, 131968200, 0),
(110097, 687, 81, 'Radeland', 525594800, 131844000, 0),
(110098, 687, 81, 'Rahnsdorf', 524411500, 136870800, 0),
(110099, 687, 81, 'Rahnsdorfermuhle', 524500000, 137000000, 0),
(110100, 687, 81, 'Ruhleben', 525231300, 132384600, 0),
(110101, 687, 81, 'Saatwinkel', 525607300, 132419100, 0),
(110102, 687, 81, 'Salzhof', 525536900, 132313000, 0),
(110103, 687, 81, 'Schmockwitz', 523751300, 136494800, 0),
(110104, 687, 81, 'Schmockwitzwerder', 523710000, 136935800, 0),
(110105, 687, 81, 'Schonblick', 524500000, 137333300, 0),
(110106, 687, 81, 'Schoneberg Bezirk', 524666700, 133500000, 0),
(110107, 687, 81, 'Siedlung Waldidyll', 525732000, 132790700, 0),
(110108, 687, 81, 'Tegelort', 525719200, 132306600, 0),
(110109, 687, 81, 'Tempelhof Bezirk', 524666700, 134000000, 0),
(110110, 687, 81, 'Wannsee', 524191500, 131553100, 0),
(110111, 687, 81, 'Weinmeisterhohe', 525048200, 131828800, 0),
(110112, 687, 81, 'Wilhelmsberg', 525333300, 134666700, 0),
(110113, 687, 81, 'Wilhelmstadt', 525246200, 131770700, 0),
(110114, 687, 81, 'Wochenend West', 524660600, 131147900, 0),
(110115, 687, 81, 'Wolfsgarten', 524656800, 135903200, 0),
(110116, 687, 81, 'Wuhlgarten', 525166700, 135666700, 0),
(110117, 688, 81, 'Alberthain', 525166700, 137666700, 0),
(110118, 688, 81, 'Alt Bork', 521879600, 128720300, 0),
(110119, 688, 81, 'Alt Buchhorst', 524315100, 138405100, 0),
(110120, 688, 81, 'Alt Golm', 523048100, 141247000, 0),
(110121, 688, 81, 'Alt Langerwisch', 523128300, 130651600, 0),
(110122, 688, 81, 'Alt Mahlisch', 524647800, 144188300, 0),
(110123, 688, 81, 'Alt Ruppin', 529483300, 128480000, 0),
(110124, 688, 81, 'Alt Toplitz', 524299500, 129089400, 0),
(110125, 688, 81, 'Alt Tucheband', 525373200, 145122500, 0),
(110126, 688, 81, 'Alt Zauche', 519167900, 140149400, 0),
(110127, 688, 81, 'Altes Lager', 520141000, 129926700, 0),
(110128, 688, 81, 'Altes Rad', 524103800, 129912500, 0),
(110129, 688, 81, 'Altfriedland', 526237400, 142085800, 0),
(110130, 688, 81, 'Altgarz', 527769600, 123687200, 0),
(110131, 688, 81, 'Altherzberg', 516931000, 132505400, 0),
(110132, 688, 81, 'Altlandsberg-Sud', 525500000, 137500000, 0),
(110133, 688, 81, 'Altnau', 517446500, 139776200, 0),
(110134, 688, 81, 'Altranft', 527668400, 140798400, 0),
(110135, 688, 81, 'Altreetz', 527646100, 141631800, 0),
(110136, 688, 81, 'Am Weinberg', 526275400, 128885100, 0),
(110137, 688, 81, 'Amalienfelde', 527415900, 130567400, 0),
(110138, 688, 81, 'Amselhain', 526377500, 137325700, 0),
(110139, 688, 81, 'Angermunde', 530149900, 139992400, 0),
(110140, 688, 81, 'Anhalterkolonie', 515882000, 139993000, 0),
(110141, 688, 81, 'Arendsee', 527682900, 134876100, 0),
(110142, 688, 81, 'Arenzhain', 516735300, 135091500, 0),
(110143, 688, 81, 'Bad Wilsnack', 529560700, 119490300, 0),
(110144, 688, 81, 'Bagenz', 516447600, 144331800, 0),
(110145, 688, 81, 'Bamme Ausbau', 526543900, 123975000, 0),
(110146, 688, 81, 'Barenklau', 519382600, 145666700, 0),
(110147, 688, 81, 'Baruth', 520446800, 135027000, 0),
(110148, 688, 81, 'Barwinkel', 526089900, 142647200, 0),
(110149, 688, 81, 'Basdorf', 527126400, 134386800, 0),
(110150, 688, 81, 'Battin', 533442500, 141583700, 0),
(110151, 688, 81, 'Beauregard', 527312000, 142176800, 0),
(110152, 688, 81, 'Beerfelde', 524305100, 140409100, 0),
(110153, 688, 81, 'Belten', 517878200, 140379500, 0),
(110154, 688, 81, 'Bentwisch', 530393200, 117280500, 0),
(110155, 688, 81, 'Berge', 526200900, 127951200, 0),
(110156, 688, 81, 'Bergfelde', 526728600, 133186200, 0),
(110157, 688, 81, 'Bergsoll', 532962100, 122339600, 0),
(110158, 688, 81, 'Berkenbruck', 521397300, 131186700, 0),
(110159, 688, 81, 'Berkholz', 530565900, 142120200, 0),
(110160, 688, 81, 'Biebersdorf', 519847200, 139741000, 0),
(110161, 688, 81, 'Biegen', 523107600, 143644800, 0),
(110162, 688, 81, 'Biesdorf', 527144600, 140706500, 0),
(110163, 688, 81, 'Bindow Sud', 522665200, 137444000, 0),
(110164, 688, 81, 'Birkenstein', 525264500, 136717500, 0),
(110165, 688, 81, 'Blankenfelde', 523372200, 134120500, 0),
(110166, 688, 81, 'Blankensee', 522399000, 131252300, 0),
(110167, 688, 81, 'Blesendorf', 532039800, 123372100, 0),
(110168, 688, 81, 'Blossin', 522573400, 137992000, 0),
(110169, 688, 81, 'Blumberg', 526029400, 136179800, 0),
(110170, 688, 81, 'Bohsdorf', 516218300, 145376300, 0),
(110171, 688, 81, 'Bollersdorf', 525811200, 140479200, 0),
(110172, 688, 81, 'Boossen', 523710300, 144740500, 0),
(110173, 688, 81, 'Bootz', 531940000, 117066200, 0),
(110174, 688, 81, 'Borkwalde', 522500000, 128333000, 0),
(110175, 688, 81, 'Bornim', 524254500, 130003500, 0),
(110176, 688, 81, 'Brandenburger Vorstadt', 523873900, 130245500, 0),
(110177, 688, 81, 'Bremsdorf', 521380700, 144898500, 0),
(110178, 688, 81, 'Brielow', 524615200, 125407800, 0),
(110179, 688, 81, 'Brieselang-Nord', 525946200, 129938300, 0),
(110180, 688, 81, 'Briesensee', 519560400, 140047100, 0),
(110181, 688, 81, 'Brieskow-Finkenheerd', 522538700, 145728500, 0),
(110182, 688, 81, 'Britz', 528872600, 138111900, 0),
(110183, 688, 81, 'Bruchmuhle', 525500000, 137788400, 0),
(110184, 688, 81, 'Bruck', 521976600, 127686800, 0),
(110185, 688, 81, 'Bruckermark', 522836000, 124897700, 0),
(110186, 688, 81, 'Brussow', 533997100, 141253300, 0),
(110187, 688, 81, 'Buchhorst', 526714000, 133958800, 0),
(110188, 688, 81, 'Buchow-Karpzow', 525156500, 129391500, 0),
(110189, 688, 81, 'Buchwalde', 515131500, 140177100, 0),
(110190, 688, 81, 'Buckwitz', 528654000, 124878500, 0),
(110191, 688, 81, 'Burg', 518344800, 141485600, 0),
(110192, 688, 81, 'Burg Kauper', 518617300, 140966400, 0),
(110193, 688, 81, 'Burgerswalde', 522603200, 136430400, 0),
(110194, 688, 81, 'Burkersdorf', 513814200, 137579700, 0),
(110195, 688, 81, 'Butterlake', 524496800, 125179000, 0),
(110196, 688, 81, 'Butzen', 519342800, 141680400, 0),
(110197, 688, 81, 'Cammer', 522579200, 126629100, 0),
(110198, 688, 81, 'Caputh', 523469800, 129922100, 0),
(110199, 688, 81, 'Carzig', 524591200, 144602700, 0),
(110200, 688, 81, 'Casekow', 532111700, 142082400, 0),
(110201, 688, 81, 'Charlottenhohe', 532635800, 137964400, 0),
(110202, 688, 81, 'Clara-Zetkin-Siedlung', 528628100, 137191800, 0),
(110203, 688, 81, 'Cottbuser Vorstadt', 518530400, 144270200, 0),
(110204, 688, 81, 'Crussow', 529998100, 140801000, 0),
(110205, 688, 81, 'Dabergotz', 529031000, 127246600, 0),
(110206, 688, 81, 'Dagow', 531521600, 130620800, 0),
(110207, 688, 81, 'Damelang', 522449600, 126946100, 0),
(110208, 688, 81, 'Dammkrug', 528372500, 127818200, 0),
(110209, 688, 81, 'Damsdorf', 519649200, 134363500, 0),
(110210, 688, 81, 'Darritz', 529454600, 127071900, 0),
(110211, 688, 81, 'Demerthin', 529743400, 122931700, 0),
(110212, 688, 81, 'Deutsch Wusterhausen', 522953200, 135844800, 0),
(110213, 688, 81, 'Diepensee', 523689400, 135207200, 0),
(110214, 688, 81, 'Dobern', 516166700, 146000000, 0),
(110215, 688, 81, 'Dolgenbrodt', 522429500, 137693100, 0),
(110216, 688, 81, 'Dolsthaida', 514666700, 137666700, 0),
(110217, 688, 81, 'Dorf Saarow', 522765100, 140455800, 0),
(110218, 688, 81, 'Dorotheenhof', 524000000, 124000000, 0),
(110219, 688, 81, 'Dossow', 531243200, 125324800, 0),
(110220, 688, 81, 'Drieschnitz', 516698200, 144726500, 0),
(110221, 688, 81, 'Dubrau', 517276900, 145347000, 0),
(110222, 688, 81, 'Eberswalde-Finow', 528401600, 137672400, 0),
(110223, 688, 81, 'Eichow', 517629100, 141296500, 0),
(110224, 688, 81, 'Eichstadt', 526952700, 131124400, 0),
(110225, 688, 81, 'Elisabethhohe', 523468800, 128835300, 0),
(110226, 688, 81, 'Elsterwerda-Biehla', 514707900, 135122400, 0),
(110227, 688, 81, 'Elsthal', 520799200, 131782200, 0),
(110228, 688, 81, 'Ernsthof', 526001800, 140217000, 0),
(110229, 688, 81, 'Fahlhorst', 523060800, 131625700, 0),
(110230, 688, 81, 'Fahrland', 524689300, 130117400, 0),
(110231, 688, 81, 'Falkenberg', 515855800, 132434700, 0),
(110232, 688, 81, 'Falkenhagen-Ost', 525619500, 131302000, 0),
(110233, 688, 81, 'Falkenhagener Alpen', 525833300, 130833300, 0),
(110234, 688, 81, 'Falkenhagener See', 525833300, 131166700, 0),
(110235, 688, 81, 'Falkenhain', 519380500, 135963200, 0),
(110236, 688, 81, 'Falkenrehde', 524962500, 129233700, 0),
(110237, 688, 81, 'Falkensee-Nordwest', 525833300, 130666700, 0),
(110238, 688, 81, 'Falkenthal', 529031000, 133011800, 0),
(110239, 688, 81, 'Fangschleuse', 524171000, 138035900, 0),
(110240, 688, 81, 'Felgentreu', 520940300, 130207500, 0),
(110241, 688, 81, 'Ferchesar', 526542100, 124466500, 0),
(110242, 688, 81, 'Fichtenberg', 514054300, 132537500, 0),
(110243, 688, 81, 'Fichtengrund', 527900800, 132639400, 0),
(110244, 688, 81, 'Fichtenwalde', 522803800, 128834900, 0),
(110245, 688, 81, 'Finkenkrug Sud', 525560000, 130387100, 0),
(110246, 688, 81, 'Fohrde', 524826900, 124715500, 0),
(110247, 688, 81, 'Frankfurter Vorstadt', 527109200, 141324500, 0),
(110248, 688, 81, 'Frauendorf', 514148400, 137696100, 0),
(110249, 688, 81, 'Freienhufen', 515838800, 139600400, 0),
(110250, 688, 81, 'Freudenberg', 526986000, 138170200, 0),
(110251, 688, 81, 'Freyenstein', 532870800, 123536100, 0),
(110252, 688, 81, 'Friedenthal', 527667900, 132282000, 0),
(110253, 688, 81, 'Friedrichshohe', 523915300, 129192400, 0),
(110254, 688, 81, 'Friesack', 527376400, 125796900, 0),
(110255, 688, 81, 'Frohden', 519745900, 131712200, 0),
(110256, 688, 81, 'Furstenberg', 521455000, 146722400, 0),
(110257, 688, 81, 'Furstenwalde-West', 523915800, 139452400, 0),
(110258, 688, 81, 'Furstenwerder', 533925100, 135838700, 0),
(110259, 688, 81, 'Gallin', 523833300, 129500000, 0),
(110260, 688, 81, 'Gantikow', 529780000, 123527500, 0),
(110261, 688, 81, 'Gartenstadt', 525983600, 138966800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(110262, 688, 81, 'Gartenstadt Falkenhoh', 525554800, 131428200, 0),
(110263, 688, 81, 'Gartow', 528875700, 125201200, 0),
(110264, 688, 81, 'Garzau', 525342700, 139415800, 0),
(110265, 688, 81, 'Gatow', 531073200, 143349300, 0),
(110266, 688, 81, 'Geesow', 532537100, 143791300, 0),
(110267, 688, 81, 'Geltow', 523626000, 129740800, 0),
(110268, 688, 81, 'Germendorf', 527499000, 131700500, 0),
(110269, 688, 81, 'Gersdorf-Morsdorf', 512241800, 140609200, 0),
(110270, 688, 81, 'Gielsdorf', 526070100, 138704100, 0),
(110271, 688, 81, 'Glasow', 523451600, 134362000, 0),
(110272, 688, 81, 'Glindow', 523668000, 129110000, 0),
(110273, 688, 81, 'Glowen', 529141800, 120854800, 0),
(110274, 688, 81, 'Gohlen', 520426300, 145724900, 0),
(110275, 688, 81, 'Gohlsdorf', 523601900, 128028500, 0),
(110276, 688, 81, 'Gorsdorf', 519038200, 134873300, 0),
(110277, 688, 81, 'Gorzke', 521666700, 123666700, 0),
(110278, 688, 81, 'Gottberg', 529086400, 126673200, 0),
(110279, 688, 81, 'Gotz', 524196500, 127193200, 0),
(110280, 688, 81, 'Grabchen', 523672300, 136950500, 0),
(110281, 688, 81, 'Grabow', 521109100, 127489200, 0),
(110282, 688, 81, 'Grenzlandsiedlung', 516000000, 140000000, 0),
(110283, 688, 81, 'Griessen', 518492500, 145924200, 0),
(110284, 688, 81, 'Grochwitz', 516996400, 132194200, 0),
(110285, 688, 81, 'Gross Bademeusel', 516944800, 147093200, 0),
(110286, 688, 81, 'Gross Beuchow', 518500300, 139030500, 0),
(110287, 688, 81, 'Gross Jamno', 517245600, 145759400, 0),
(110288, 688, 81, 'Gross Kolzig', 516381500, 146013400, 0),
(110289, 688, 81, 'Gross Koris', 521666700, 136666700, 0),
(110290, 688, 81, 'Gross Leine', 519969600, 140636000, 0),
(110291, 688, 81, 'Gross Marzehns', 519929100, 125804500, 0),
(110292, 688, 81, 'Gross Schacksdorf', 516932100, 146264600, 0),
(110293, 688, 81, 'Gross Schauen', 522388200, 139048100, 0),
(110294, 688, 81, 'Gross Vater', 530079700, 135570400, 0),
(110295, 688, 81, 'Grosskmehlen', 513790100, 137250100, 0),
(110296, 688, 81, 'Grossmachnow', 522736000, 134649900, 0),
(110297, 688, 81, 'Grossraschen', 515876000, 140109300, 0),
(110298, 688, 81, 'Grosswoltersdorf', 530666700, 131000000, 0),
(110299, 688, 81, 'Grube', 524320600, 129538600, 0),
(110300, 688, 81, 'Grube Louise', 515833300, 134166700, 0),
(110301, 688, 81, 'Grunelinde', 524858400, 137426600, 0),
(110302, 688, 81, 'Grunheide', 524234300, 138132400, 0),
(110303, 688, 81, 'Gulben', 517864600, 142541700, 0),
(110304, 688, 81, 'Gussow', 522560000, 137321200, 0),
(110305, 688, 81, 'Guterfelde', 523650100, 131945800, 0),
(110306, 688, 81, 'Hackenhausen', 522144300, 127462900, 0),
(110307, 688, 81, 'Hammelspring', 530714400, 134319000, 0),
(110308, 688, 81, 'Hanne', 525333300, 139166700, 0),
(110309, 688, 81, 'Heinrichsruh', 516500000, 136833300, 0),
(110310, 688, 81, 'Hermersdorf', 525680800, 141848900, 0),
(110311, 688, 81, 'Herrenmuhle', 522709200, 123262800, 0),
(110312, 688, 81, 'Herrensee', 525350800, 138895800, 0),
(110313, 688, 81, 'Herrenstein', 531711100, 137152300, 0),
(110314, 688, 81, 'Herzberg', 516869200, 132201600, 0),
(110315, 688, 81, 'Herzfelde', 524815900, 138520800, 0),
(110316, 688, 81, 'Hohenberge', 524573000, 137285900, 0),
(110317, 688, 81, 'Hohendorf', 519486100, 135575000, 0),
(110318, 688, 81, 'Hoheneiche', 525740000, 135973800, 0),
(110319, 688, 81, 'Hohenfelde', 531351300, 142786200, 0),
(110320, 688, 81, 'Hohenfliess', 525500000, 138333300, 0),
(110321, 688, 81, 'Hohenlandin', 530891800, 141289300, 0),
(110322, 688, 81, 'Hohenleipisch', 515000000, 135500000, 0),
(110323, 688, 81, 'Hohennauen', 526670100, 123373000, 0),
(110324, 688, 81, 'Hohenschopping', 526711600, 132287400, 0),
(110325, 688, 81, 'Holbeck', 520490100, 132799000, 0),
(110326, 688, 81, 'Hollander', 525000000, 136833300, 0),
(110327, 688, 81, 'Honow-Sud', 525346000, 136411600, 0),
(110328, 688, 81, 'Horlitz', 515266100, 139465500, 0),
(110329, 688, 81, 'Hortwinkel', 524585600, 138109300, 0),
(110330, 688, 81, 'Hosena', 514546800, 140250700, 0),
(110331, 688, 81, 'Hubertushohe', 522322300, 139705300, 0),
(110332, 688, 81, 'Huttenplatz', 521166700, 139500000, 0),
(110333, 688, 81, 'Invalidendank', 524666700, 137333300, 0),
(110334, 688, 81, 'Jacobsdorf', 523333300, 143500000, 0),
(110335, 688, 81, 'Jaenschwalde Ost', 518746600, 145428700, 0),
(110336, 688, 81, 'Junkershauser', 523173500, 129201800, 0),
(110337, 688, 81, 'Juterbog', 519960700, 130797900, 0),
(110338, 688, 81, 'Juttendorf', 515166700, 139833300, 0),
(110339, 688, 81, 'Kagar', 531290600, 128108600, 0),
(110340, 688, 81, 'Kagel', 524615400, 139105200, 0),
(110341, 688, 81, 'Kallinchen', 522117600, 135597000, 0),
(110342, 688, 81, 'Kaltenborn', 519338200, 146758100, 0),
(110343, 688, 81, 'Karstadt', 531500000, 117500000, 0),
(110344, 688, 81, 'Kaxdorf', 517079900, 132314900, 0),
(110345, 688, 81, 'Kemmen', 517335000, 139118400, 0),
(110346, 688, 81, 'Kerkow', 530372900, 139883400, 0),
(110347, 688, 81, 'Kersdorf', 523399900, 142614900, 0),
(110348, 688, 81, 'Kiekebusch', 517235300, 143631500, 0),
(110349, 688, 81, 'Kienitz Nord', 526775300, 144010200, 0),
(110350, 688, 81, 'Kienwerder', 523784300, 131806800, 0),
(110351, 688, 81, 'Kiewitt', 523907900, 130403400, 0),
(110352, 688, 81, 'Klandorf', 528732500, 135658400, 0),
(110353, 688, 81, 'Kleeden', 518666700, 139333300, 0),
(110354, 688, 81, 'Klein Breese', 530166700, 117833300, 0),
(110355, 688, 81, 'Klein Fredenwalde', 531278700, 137703300, 0),
(110356, 688, 81, 'Klein Kreutz', 524359000, 126276200, 0),
(110357, 688, 81, 'Klein Leipisch', 515166700, 137500000, 0),
(110358, 688, 81, 'Klein Leppin', 529432600, 121002400, 0),
(110359, 688, 81, 'Klein Leuthen', 520384000, 140636000, 0),
(110360, 688, 81, 'Klein Linde', 531098200, 119442900, 0),
(110361, 688, 81, 'Klein Wall', 524154000, 138693900, 0),
(110362, 688, 81, 'Klein Ziethen', 523800900, 134462800, 0),
(110363, 688, 81, 'Kleinmutz', 529656000, 132853900, 0),
(110364, 688, 81, 'Kleinow', 530524600, 119580200, 0),
(110365, 688, 81, 'Kleinschonebeck', 524803300, 137108700, 0),
(110366, 688, 81, 'Kleptow', 533662300, 140013900, 0),
(110367, 688, 81, 'Klettwitz', 515421600, 138926600, 0),
(110368, 688, 81, 'Klingetal Siedlung', 523666700, 145166700, 0),
(110369, 688, 81, 'Kloster Zinna', 520225200, 131054400, 0),
(110370, 688, 81, 'Klosterdorf', 525912300, 139544700, 0),
(110371, 688, 81, 'Klosterfelde', 527971100, 134788500, 0),
(110372, 688, 81, 'Klosterheide', 529918000, 129720200, 0),
(110373, 688, 81, 'Klosterwalde', 531710600, 135616800, 0),
(110374, 688, 81, 'Kluss', 532287600, 118106700, 0),
(110375, 688, 81, 'Kochsdorf', 515715500, 143464700, 0),
(110376, 688, 81, 'Kolonie Bergfelde', 526666700, 133166700, 0),
(110377, 688, 81, 'Kolonie Bernau Sud', 526666700, 135500000, 0),
(110378, 688, 81, 'Kolonie Borgsdorf', 527095400, 132762900, 0),
(110379, 688, 81, 'Kolonie Drewitz', 523833300, 131500000, 0),
(110380, 688, 81, 'Kolonie Fredersdorf', 525023500, 137237500, 0),
(110381, 688, 81, 'Kolonie Herrenhorst', 525500000, 139000000, 0),
(110382, 688, 81, 'Kolonie Janschwalde', 518632700, 145089700, 0),
(110383, 688, 81, 'Kolonie Klein Machnow', 524000000, 132166700, 0),
(110384, 688, 81, 'Kolonie Roeske', 524000000, 129166700, 0),
(110385, 688, 81, 'Kolonie Rontgental', 526497800, 135157600, 0),
(110386, 688, 81, 'Kolonie Teufelsberg', 528628100, 139961500, 0),
(110387, 688, 81, 'Kolonie Vogler', 525333300, 139000000, 0),
(110388, 688, 81, 'Kolonie Vorheide', 521686800, 142276600, 0),
(110389, 688, 81, 'Koppehof', 527189300, 131119300, 0),
(110390, 688, 81, 'Korba', 518047100, 133877400, 0),
(110391, 688, 81, 'Kotschka', 514500900, 135067100, 0),
(110392, 688, 81, 'Kotzen', 526333300, 125166700, 0),
(110393, 688, 81, 'Kranzlin', 529291400, 127439700, 0),
(110394, 688, 81, 'Krauschutz', 514500000, 135333300, 0),
(110395, 688, 81, 'Krempendorf', 533151400, 121780500, 0),
(110396, 688, 81, 'Kriele', 526551200, 125557100, 0),
(110397, 688, 81, 'Krielow', 524165600, 128034300, 0),
(110398, 688, 81, 'Kruge', 527570200, 138777900, 0),
(110399, 688, 81, 'Krugersdorf', 521543800, 143165800, 0),
(110400, 688, 81, 'Krummensee', 522617500, 136067100, 0),
(110401, 688, 81, 'Kuhberg', 530147500, 117227200, 0),
(110402, 688, 81, 'Kuhdamm', 533166700, 138333300, 0),
(110403, 688, 81, 'Kuhsiedlung', 527505300, 129889300, 0),
(110404, 688, 81, 'Kummersdorf-Gut', 521028600, 133755700, 0),
(110405, 688, 81, 'Kyritz', 529421200, 123970400, 0),
(110406, 688, 81, 'Langewahl', 523333300, 141000000, 0),
(110407, 688, 81, 'Lanke', 527608700, 135652800, 0),
(110408, 688, 81, 'Lasikow', 528255400, 125844100, 0),
(110409, 688, 81, 'Latzwall', 523532700, 138576600, 0),
(110410, 688, 81, 'Lebbin', 522962900, 139427600, 0),
(110411, 688, 81, 'Lebus', 524271900, 145323500, 0),
(110412, 688, 81, 'Leegebruch', 527234000, 131930400, 0),
(110413, 688, 81, 'Leest', 524343000, 129428600, 0),
(110414, 688, 81, 'Lehnitz', 527404500, 132626600, 0),
(110415, 688, 81, 'Leibchel', 520290500, 140776600, 0),
(110416, 688, 81, 'Lenzen', 530917600, 114745300, 0),
(110417, 688, 81, 'Letschin', 526437900, 143600700, 0),
(110418, 688, 81, 'Libbenichen', 524770900, 144361200, 0),
(110419, 688, 81, 'Lichtenow', 524797000, 139114200, 0),
(110420, 688, 81, 'Lieberose', 519849100, 142998700, 0),
(110421, 688, 81, 'Lindena', 515927900, 135434300, 0),
(110422, 688, 81, 'Lindenweg Siedlung', 531884500, 140637000, 0),
(110423, 688, 81, 'Lindhorst', 534436700, 137691800, 0),
(110424, 688, 81, 'Lochow', 526868300, 124461500, 0),
(110425, 688, 81, 'Lossow', 522881800, 145502300, 0),
(110426, 688, 81, 'Lowendorf', 522194900, 132015200, 0),
(110427, 688, 81, 'Ludersdorf', 521857700, 132899300, 0),
(110428, 688, 81, 'Ludwigsaue', 528456000, 129992300, 0),
(110429, 688, 81, 'Lutjenheide', 529765600, 117953700, 0),
(110430, 688, 81, 'Lutte', 521999100, 126069000, 0),
(110431, 688, 81, 'Madlow', 517247800, 143329900, 0),
(110432, 688, 81, 'Malterhausen', 520082300, 129386000, 0),
(110433, 688, 81, 'Marggraffshof', 523602000, 132389800, 0),
(110434, 688, 81, 'Marienthal', 530546800, 132785200, 0),
(110435, 688, 81, 'Marienwerder', 528420800, 135992700, 0),
(110436, 688, 81, 'Markendorf', 519845400, 131729700, 0),
(110437, 688, 81, 'Martensmuhle', 521632700, 131835400, 0),
(110438, 688, 81, 'Mehrow', 525708700, 136154900, 0),
(110439, 688, 81, 'Melchow', 527761300, 137064700, 0),
(110440, 688, 81, 'Mildenberg', 530108600, 132878800, 0),
(110441, 688, 81, 'Mittenwalde', 522600700, 135394500, 0),
(110442, 688, 81, 'Mixdorf', 522000000, 144000000, 0),
(110443, 688, 81, 'Moglin', 526650900, 141077300, 0),
(110444, 688, 81, 'Monchsheim', 524969900, 136558500, 0),
(110445, 688, 81, 'Motzow', 524641600, 125908600, 0),
(110446, 688, 81, 'Muhlensiedlung', 528221800, 132308300, 0),
(110447, 688, 81, 'Munchhausen', 516673200, 136446500, 0),
(110448, 688, 81, 'Musiker Siedlung', 529436200, 128087600, 0),
(110449, 688, 81, 'Nahmitz', 523367000, 127250900, 0),
(110450, 688, 81, 'Nassenheide', 528148200, 132145700, 0),
(110451, 688, 81, 'Nehesdorf', 516166700, 137166700, 0),
(110452, 688, 81, 'Netzen', 523437300, 126833700, 0),
(110453, 688, 81, 'Neu Fahrland', 524488600, 130492100, 0),
(110454, 688, 81, 'Neu Frankenfelde', 521081500, 131412400, 0),
(110455, 688, 81, 'Neu Madlitz', 523638800, 142508100, 0),
(110456, 688, 81, 'Neu Tucheband', 525499500, 144998900, 0),
(110457, 688, 81, 'Neu Waltersdorf', 523147200, 139300000, 0),
(110458, 688, 81, 'Neu Zauche', 519333300, 141000000, 0),
(110459, 688, 81, 'Neu-Schmellwitz', 517850200, 143434700, 0),
(110460, 688, 81, 'Neudobern', 516578000, 140142300, 0),
(110461, 688, 81, 'Neudoeberitz', 525406100, 130472100, 0),
(110462, 688, 81, 'Neue Muhle', 522023100, 140174900, 0),
(110463, 688, 81, 'Neue Schleuse', 526000000, 123166700, 0),
(110464, 688, 81, 'Neue Siedlung', 522833300, 134500000, 0),
(110465, 688, 81, 'Neue Ziegelei', 531500000, 125000000, 0),
(110466, 688, 81, 'Neuehutte', 528683900, 138550100, 0),
(110467, 688, 81, 'Neuemuhle', 523000000, 136666700, 0),
(110468, 688, 81, 'Neuendorf am See', 519088300, 138575000, 0),
(110469, 688, 81, 'Neuendorf bei Bruck', 520500000, 126666700, 0),
(110470, 688, 81, 'Neuenhauser', 525833300, 143500000, 0),
(110471, 688, 81, 'Neues Vorwerk', 524833300, 143666700, 0),
(110472, 688, 81, 'Neufriedrichsdorf', 526038500, 123777000, 0),
(110473, 688, 81, 'Neuhausen', 516787600, 144163300, 0),
(110474, 688, 81, 'Neuholland', 528596000, 133257300, 0),
(110475, 688, 81, 'Neulogow', 530621100, 131351900, 0),
(110476, 688, 81, 'Neumarkt', 519862900, 130997000, 0),
(110477, 688, 81, 'Neuschonfeld', 532465700, 143020500, 0),
(110478, 688, 81, 'Neuschulzendorf', 523478800, 135979200, 0),
(110479, 688, 81, 'Neuseddin', 522878000, 129889300, 0),
(110480, 688, 81, 'Neuseeland', 524182900, 137410400, 0),
(110481, 688, 81, 'Neustadter Vorstadt', 533029800, 138233800, 0),
(110482, 688, 81, 'Neuwandlitz', 527333300, 134500000, 0),
(110483, 688, 81, 'Neuzelle', 520901600, 146480400, 0),
(110484, 688, 81, 'Neuzeschdorf', 524124300, 144528200, 0),
(110485, 688, 81, 'Niederheide', 525166700, 136833300, 0),
(110486, 688, 81, 'Niederjesar', 524463400, 144287900, 0),
(110487, 688, 81, 'Niederneuendorf', 526084200, 131979300, 0),
(110488, 688, 81, 'Niemegk', 520738800, 126894700, 0),
(110489, 688, 81, 'Oberhammer', 515000000, 138000000, 0),
(110490, 688, 81, 'Oelsig', 516856000, 133744400, 0),
(110491, 688, 81, 'Oranienburger Berg', 527666700, 132500000, 0),
(110492, 688, 81, 'Ortrand', 513750500, 137598200, 0),
(110493, 688, 81, 'Paaren', 524887900, 129370200, 0),
(110494, 688, 81, 'Pankeborn', 526807500, 136033100, 0),
(110495, 688, 81, 'Papenberge', 525982500, 132025600, 0),
(110496, 688, 81, 'Papenbruch', 531270000, 124306900, 0),
(110497, 688, 81, 'Paplitz', 520557700, 134690600, 0),
(110498, 688, 81, 'Parstein', 529332200, 140364900, 0),
(110499, 688, 81, 'Patz', 522250700, 136588600, 0),
(110500, 688, 81, 'Paulinenaue', 526770100, 127106700, 0),
(110501, 688, 81, 'Paulinenhof', 523500000, 145166700, 0),
(110502, 688, 81, 'Paulshof', 525798400, 136972000, 0),
(110503, 688, 81, 'Pausin', 526389000, 130423200, 0),
(110504, 688, 81, 'Pawesin', 525166700, 127166700, 0),
(110505, 688, 81, 'Peetzig', 530726300, 139188200, 0),
(110506, 688, 81, 'Peickwitz', 514644800, 139801000, 0),
(110507, 688, 81, 'Pernitz', 522880800, 126024100, 0),
(110508, 688, 81, 'Pessin', 526424400, 126668100, 0),
(110509, 688, 81, 'Petznick', 531621100, 136252800, 0),
(110510, 688, 81, 'Petzow', 523456200, 129436100, 0),
(110511, 688, 81, 'Phoben', 524274700, 128807100, 0),
(110512, 688, 81, 'Pinnower Schleuse', 527170600, 132374900, 0),
(110513, 688, 81, 'Pittchenmuhle', 522833300, 135333300, 0),
(110514, 688, 81, 'Plattenburg', 529591900, 120295100, 0),
(110515, 688, 81, 'Plessa', 514666700, 136166700, 0),
(110516, 688, 81, 'Plessow', 523856400, 128772600, 0),
(110517, 688, 81, 'Pohlitz', 521841400, 145780400, 0),
(110518, 688, 81, 'Pohlitz-Ausbau', 521975600, 146058100, 0),
(110519, 688, 81, 'Poley', 515667100, 138564700, 0),
(110520, 688, 81, 'Postlin', 531745500, 117469500, 0),
(110521, 688, 81, 'Preschen', 516473800, 146586400, 0),
(110522, 688, 81, 'Preussnitz', 521330000, 126341800, 0),
(110523, 688, 81, 'Prieros', 522239800, 137707800, 0),
(110524, 688, 81, 'Prierosbruck', 522295200, 137656900, 0),
(110525, 688, 81, 'Pritzerbe', 524963300, 124569600, 0),
(110526, 688, 81, 'Prottlin', 531969500, 115784900, 0),
(110527, 688, 81, 'Protzel', 526372300, 139878300, 0),
(110528, 688, 81, 'Prutzke', 523500500, 126286600, 0),
(110529, 688, 81, 'Pudel', 523357600, 138942600, 0),
(110530, 688, 81, 'Putlitz', 532489900, 120417900, 0),
(110531, 688, 81, 'Radduscher Kaupen', 518296500, 140622400, 0),
(110532, 688, 81, 'Radebruck', 525589100, 137728300, 0),
(110533, 688, 81, 'Radehorst', 528810400, 129460100, 0),
(110534, 688, 81, 'Radewege', 524801400, 125772500, 0),
(110535, 688, 81, 'Radigke', 520540600, 126249000, 0),
(110536, 688, 81, 'Ratsvorwerk', 519363600, 139427300, 0),
(110537, 688, 81, 'Rauen', 523333300, 140166700, 0),
(110538, 688, 81, 'Ravensbruck', 531960500, 131606600, 0),
(110539, 688, 81, 'Reckahn', 523368300, 125482400, 0),
(110540, 688, 81, 'Reckenzin', 532247400, 116944300, 0),
(110541, 688, 81, 'Reichenbach', 519632100, 146792300, 0),
(110542, 688, 81, 'Reissdamm', 514408300, 135950200, 0),
(110543, 688, 81, 'Retzin', 531141400, 119948100, 0),
(110544, 688, 81, 'Rhinow', 527509400, 123419400, 0),
(110545, 688, 81, 'Riesdorf', 519542100, 132336000, 0),
(110546, 688, 81, 'Rietzer Grenze', 520833300, 128500000, 0),
(110547, 688, 81, 'Rogasen', 523217200, 123532900, 0),
(110548, 688, 81, 'Rotberg', 523425800, 135120800, 0),
(110549, 688, 81, 'Rudersdorf', 524692700, 137863100, 0),
(110550, 688, 81, 'Rudnitz', 527213700, 136250200, 0),
(110551, 688, 81, 'Saarmund', 523162400, 131251300, 0),
(110552, 688, 81, 'Saathain', 514632200, 134637700, 0),
(110553, 688, 81, 'Sachsendorf', 517319700, 143206700, 0),
(110554, 688, 81, 'Sachsenhausen', 527787600, 132399100, 0),
(110555, 688, 81, 'Sandgrund', 523333300, 145166700, 0),
(110556, 688, 81, 'Sandoer Vorstadt', 518494000, 136995900, 0),
(110557, 688, 81, 'Schacksdorf', 516150800, 137618400, 0),
(110558, 688, 81, 'Schlagenthin', 525197900, 140909900, 0),
(110559, 688, 81, 'Schmachtenhagen', 527682300, 133259100, 0),
(110560, 688, 81, 'Schmachtenhagen Ost', 527533100, 133476000, 0),
(110561, 688, 81, 'Schmellwitz', 517808000, 143360600, 0),
(110562, 688, 81, 'Schmergow', 524539800, 128116300, 0),
(110563, 688, 81, 'Schmerzke', 523894300, 125877600, 0),
(110564, 688, 81, 'Schonberg', 529347800, 129693600, 0),
(110565, 688, 81, 'Schonbruck', 526666700, 135333300, 0),
(110566, 688, 81, 'Schoneicher Plan', 522416300, 135322700, 0),
(110567, 688, 81, 'Schonfliess', 521559300, 146109600, 0),
(110568, 688, 81, 'Schonholz', 527198700, 124136900, 0),
(110569, 688, 81, 'Schonow', 526770600, 135363600, 0),
(110570, 688, 81, 'Schonwalde-Siedlung', 525990600, 131313600, 0),
(110571, 688, 81, 'Schopfurth', 528333300, 137000000, 0),
(110572, 688, 81, 'Schulzenaue', 527224100, 136410700, 0),
(110573, 688, 81, 'Schulzendorf', 523666700, 135833300, 0),
(110574, 688, 81, 'Schulzenhohe', 524792500, 137738700, 0),
(110575, 688, 81, 'Schwante', 527343200, 130884700, 0),
(110576, 688, 81, 'Schweizerhaus', 525666700, 140833300, 0),
(110577, 688, 81, 'Schwerin', 521500000, 136333300, 0),
(110578, 688, 81, 'Schwerzko', 520660700, 146212700, 0),
(110579, 688, 81, 'Seeburg', 525097300, 131198000, 0),
(110580, 688, 81, 'Seefeld', 526224300, 136801200, 0),
(110581, 688, 81, 'Seegefeld-Ost', 525573000, 131112500, 0),
(110582, 688, 81, 'Sellessen', 516065400, 144000700, 0),
(110583, 688, 81, 'Sembten', 520134900, 146381100, 0),
(110584, 688, 81, 'Serwest', 529351400, 139292900, 0),
(110585, 688, 81, 'Siedlung Bergheide', 522946400, 130291500, 0),
(110586, 688, 81, 'Siedlung Markendorf', 523152900, 144877400, 0),
(110587, 688, 81, 'Siedlung Six', 522871700, 130043800, 0),
(110588, 688, 81, 'Siedlung Weinberge', 522000000, 134666700, 0),
(110589, 688, 81, 'Siedlung am Hammergraben', 517782900, 143703400, 0),
(110590, 688, 81, 'Siegadel', 519966800, 141175000, 0),
(110591, 688, 81, 'Sielow', 517993200, 143048600, 0),
(110592, 688, 81, 'Sietzing', 526594100, 142860000, 0),
(110593, 688, 81, 'Sigron', 529892700, 119752700, 0),
(110594, 688, 81, 'Skadow', 518032900, 143529100, 0),
(110595, 688, 81, 'Slamen', 515666800, 143870500, 0),
(110596, 688, 81, 'Sommerfeld', 528024500, 130346800, 0),
(110597, 688, 81, 'Sonnewalde', 516922300, 136473000, 0),
(110598, 688, 81, 'Sperlingshof', 525327200, 130543300, 0),
(110599, 688, 81, 'Spiegelberg', 528596000, 124319700, 0),
(110600, 688, 81, 'Spremberger Vorstadt', 517500000, 143333300, 0),
(110601, 688, 81, 'Springeberg', 524333300, 137500000, 0),
(110602, 688, 81, 'Sputendorf', 523384400, 132201600, 0),
(110603, 688, 81, 'Stadtstelle', 526473900, 139162400, 0),
(110604, 688, 81, 'Stecherschleuse', 528378200, 139110100, 0),
(110605, 688, 81, 'Steinbeck', 527085300, 139230300, 0),
(110606, 688, 81, 'Steinhofel', 524000000, 141666700, 0),
(110607, 688, 81, 'Stolpe-Sud', 526310300, 132313200, 0),
(110608, 688, 81, 'Stolperstrasse', 526666700, 132833300, 0),
(110609, 688, 81, 'Storkow', 522566200, 139333800, 0),
(110610, 688, 81, 'Stottoff', 518666700, 139666700, 0),
(110611, 688, 81, 'Streichwitz', 520589300, 146497500, 0),
(110612, 688, 81, 'Streitberg', 523283800, 141638100, 0),
(110613, 688, 81, 'Stromtal', 521950300, 127966600, 0),
(110614, 688, 81, 'Struveshof', 523205200, 132312600, 0),
(110615, 688, 81, 'Stulpe', 520464700, 133222600, 0),
(110616, 688, 81, 'Suschow', 517994300, 140923000, 0),
(110617, 688, 81, 'Tarmow', 527967400, 128064500, 0),
(110618, 688, 81, 'Tauer', 519000000, 144500000, 0),
(110619, 688, 81, 'Techow', 531438200, 123600100, 0),
(110620, 688, 81, 'Teschendorf', 528522900, 131731200, 0),
(110621, 688, 81, 'Teupitz', 521296700, 136196000, 0),
(110622, 688, 81, 'Thyrow', 522526100, 132396200, 0),
(110623, 688, 81, 'Torfhaus', 525164700, 138422600, 0),
(110624, 688, 81, 'Trebbin', 522167500, 132249600, 0),
(110625, 688, 81, 'Trechwitz', 523661500, 127192000, 0),
(110626, 688, 81, 'Treskow', 528924900, 127978700, 0),
(110627, 688, 81, 'Treskowerberg', 529000000, 128000000, 0),
(110628, 688, 81, 'Tschernitz', 515833300, 146166700, 0),
(110629, 688, 81, 'Tuchen-Klobbicke', 527559300, 137949700, 0),
(110630, 688, 81, 'Turnow', 518728100, 143922800, 0),
(110631, 688, 81, 'Untermuhle', 526833300, 132666700, 0),
(110632, 688, 81, 'Vierraden', 530967000, 142933800, 0),
(110633, 688, 81, 'Vogelberg', 515166700, 138833300, 0),
(110634, 688, 81, 'Vor dem Baruther Tor', 520916100, 131906900, 0),
(110635, 688, 81, 'Vor dem Juterborger Tor', 520833300, 131666700, 0),
(110636, 688, 81, 'Vor dem Trebbiner Tor', 521027700, 131847100, 0),
(110637, 688, 81, 'Walddrehna', 517778300, 136269300, 0),
(110638, 688, 81, 'Waldeck', 524276500, 138311300, 0),
(110639, 688, 81, 'Waldsieversdorf', 525500000, 140666700, 0),
(110640, 688, 81, 'Warchau', 523600100, 123427200, 0),
(110641, 688, 81, 'Warthe', 532144300, 135075400, 0),
(110642, 688, 81, 'Wassmannsdorf', 523715900, 134675600, 0),
(110643, 688, 81, 'Wegendorf', 526009600, 137570300, 0),
(110644, 688, 81, 'Wehrhain', 517212600, 134186200, 0),
(110645, 688, 81, 'Wendemark', 527029700, 131508900, 0),
(110646, 688, 81, 'Wendisch Borschutz', 514368000, 132811900, 0),
(110647, 688, 81, 'Wendtshof', 528073300, 140118600, 0),
(110648, 688, 81, 'Wensickendorf', 527553100, 133766300, 0),
(110649, 688, 81, 'Wenzlow', 523000000, 124500000, 0),
(110650, 688, 81, 'Werbellin', 528902100, 137034700, 0),
(110651, 688, 81, 'Werben', 518166700, 141833300, 0),
(110652, 688, 81, 'Wernsdorf', 523691000, 137029500, 0),
(110653, 688, 81, 'Weskow', 515944100, 143984500, 0),
(110654, 688, 81, 'Wiepersdorf', 518069200, 133042300, 0),
(110655, 688, 81, 'Wiesenau', 522307100, 145910700, 0),
(110656, 688, 81, 'Wiesenburg', 521145600, 124553400, 0),
(110657, 688, 81, 'Wildenbruch', 522830200, 130616700, 0),
(110658, 688, 81, 'Wildpark West', 523877000, 129523700, 0),
(110659, 688, 81, 'Wilhelmsdorf', 523721700, 125053300, 0),
(110660, 688, 81, 'Wilhelmshof', 524166700, 125166700, 0),
(110661, 688, 81, 'Wilhelmshorst', 523318400, 130622000, 0),
(110662, 688, 81, 'Wilhelmsthal', 515833300, 143833300, 0),
(110663, 688, 81, 'Wilkendorf', 526112300, 139119500, 0),
(110664, 688, 81, 'Winkel', 515476500, 133840600, 0),
(110665, 688, 81, 'Wismar', 535232600, 137938100, 0),
(110666, 688, 81, 'Wochowsee', 522259600, 139037900, 0),
(110667, 688, 81, 'Wollup', 526272800, 144124300, 0),
(110668, 688, 81, 'Wriezen', 527209100, 141342500, 0),
(110669, 688, 81, 'Wusterwitz', 523833300, 124000000, 0),
(110670, 688, 81, 'Wuthenow', 529088500, 128364100, 0),
(110671, 688, 81, 'Zaue', 520402000, 141802000, 0),
(110672, 688, 81, 'Zeestow', 525730100, 129592300, 0),
(110673, 688, 81, 'Zepernick', 526508700, 135409100, 0),
(110674, 688, 81, 'Zerkwitz', 518618100, 139301500, 0),
(110675, 688, 81, 'Zernitz', 528828800, 123684700, 0),
(110676, 688, 81, 'Zeust', 521333500, 142685300, 0),
(110677, 688, 81, 'Ziegenhals', 523545400, 136733600, 0),
(110678, 688, 81, 'Ziesar', 522661600, 122899700, 0),
(110679, 688, 81, 'Ziltendorf', 522060800, 146241100, 0),
(110680, 688, 81, 'Zossen', 522160000, 134490900, 0),
(110681, 688, 81, 'Zuhlen', 530748400, 128180400, 0),
(110682, 688, 81, 'Zuhlsdorf', 527300000, 133876100, 0),
(110683, 689, 81, 'Arbergen', 530408500, 89188400, 0),
(110684, 689, 81, 'Blockdiek', 530743800, 89292200, 0),
(110685, 689, 81, 'Bockhorn', 532109500, 85791000, 0),
(110686, 689, 81, 'Borgfeld', 531245800, 89027900, 0),
(110687, 689, 81, 'Buntentor', 530625500, 88051600, 0),
(110688, 689, 81, 'Burgdamm', 531772300, 87171400, 0),
(110689, 689, 81, 'Ellenerbrok-Schevemoor', 530720100, 89498200, 0),
(110690, 689, 81, 'Gartenstadt Vahr', 530730400, 88815900, 0),
(110691, 689, 81, 'Geesthalle', 535500000, 86000000, 0),
(110692, 689, 81, 'Grohn', 531668200, 86381000, 0),
(110693, 689, 81, 'Grolland', 530599900, 87627100, 0),
(110694, 689, 81, 'Grosse Dunge', 531500000, 86833300, 0),
(110695, 689, 81, 'Hammersbeck', 531923600, 86184900, 0),
(110696, 689, 81, 'Hastedt', 530638600, 88614200, 0),
(110697, 689, 81, 'Hemelingen', 530504500, 88963500, 0),
(110698, 689, 81, 'Hohentor', 530724700, 87878200, 0),
(110699, 689, 81, 'Huckelriede', 530560700, 88127500, 0),
(110700, 689, 81, 'Industriehaefen', 531219000, 87325900, 0),
(110701, 689, 81, 'Katrepel', 531333300, 89166700, 0),
(110702, 689, 81, 'Kirchhuchting', 530493700, 87372200, 0),
(110703, 689, 81, 'Langen', 536055400, 85950900, 0),
(110704, 689, 81, 'Leherheide', 535943900, 86219500, 0),
(110705, 689, 81, 'Lobbendorf', 531795700, 85984200, 0),
(110706, 689, 81, 'Mahndorf', 530373400, 89457900, 0),
(110707, 689, 81, 'Mittelshuchting', 530561000, 87316800, 0),
(110708, 689, 81, 'Munte', 531000000, 88500000, 0),
(110709, 689, 81, 'Neue Vahr Nord', 530846400, 88882000, 0),
(110710, 689, 81, 'Neue Vahr Suedwest', 530773200, 88943300, 0),
(110711, 689, 81, 'Neustadt', 530683700, 87903900, 0),
(110712, 689, 81, 'Neustaedter Haefen', 531015500, 87402200, 0),
(110713, 689, 81, 'Oberneuland', 530901100, 89287900, 0),
(110714, 689, 81, 'Osterhagen-Ihlpohl', 531835400, 87136500, 0),
(110715, 689, 81, 'Osterholz', 530500000, 89500000, 0),
(110716, 689, 81, 'Rekum', 532197600, 85086500, 0),
(110717, 689, 81, 'Ronnebeck', 531915600, 85439300, 0),
(110718, 689, 81, 'Schonebeck', 531833300, 89833300, 0),
(110719, 689, 81, 'Seehausen', 531112600, 87082900, 0),
(110720, 689, 81, 'Suedevorstadt', 530645600, 87955000, 0),
(110721, 689, 81, 'Surheide', 535179600, 86374000, 0),
(110722, 689, 81, 'Tenever', 530649700, 89617100, 0),
(110723, 689, 81, 'Timmersloh', 531412000, 89337600, 0),
(110724, 689, 81, 'Warf', 531336500, 89021100, 0),
(110725, 689, 81, 'Weddewarden', 536005000, 85353500, 0),
(110726, 689, 81, 'Weidedamm', 530996400, 88074700, 0),
(110727, 689, 81, 'Westend', 530982000, 87866200, 0),
(110728, 689, 81, 'Woltmershauser Vorstadt', 530831200, 87638000, 0),
(110729, 690, 81, 'Achterschlag', 534679600, 102374700, 0),
(110730, 690, 81, 'Allermoehe', 534880600, 101158800, 0),
(110731, 690, 81, 'Alsterberg', 536166700, 100000000, 0),
(110732, 690, 81, 'Alt Wiedenthal', 534833300, 98833300, 0),
(110733, 690, 81, 'Auf der Boge', 534666700, 102000000, 0),
(110734, 690, 81, 'Billbrook', 535296700, 100946300, 0),
(110735, 690, 81, 'Billstedt', 535500000, 101333300, 0),
(110736, 690, 81, 'Blankenese', 535569800, 98059000, 0),
(110737, 690, 81, 'Borghorst', 534415800, 103016800, 0),
(110738, 690, 81, 'Bostelbeck', 534666700, 99333300, 0),
(110739, 690, 81, 'Dockenhuden', 535601900, 98284700, 0),
(110740, 690, 81, 'Duvenstedt', 537080600, 101044400, 0),
(110741, 690, 81, 'Eissendorf', 534500000, 99500000, 0),
(110742, 690, 81, 'Fernsicht', 535833300, 102000000, 0),
(110743, 690, 81, 'Finkenriek', 534833300, 100166700, 0),
(110744, 690, 81, 'Funfhausen', 534447400, 101309900, 0),
(110745, 690, 81, 'Gauert', 534594800, 100712100, 0),
(110746, 690, 81, 'Graft', 535166700, 98833300, 0),
(110747, 690, 81, 'Gross Flottbek', 535666700, 98666700, 0),
(110748, 690, 81, 'Gruener Jaeger', 536333300, 101000000, 0),
(110749, 690, 81, 'Gut Moor', 534500000, 100166700, 0),
(110750, 690, 81, 'Hitscherberg', 534333300, 102000000, 0),
(110751, 690, 81, 'Hochkamp', 535666700, 98500000, 0),
(110752, 690, 81, 'Hohenwisch', 535017900, 98792200, 0),
(110753, 690, 81, 'Holtenklinke', 534666700, 102500000, 0),
(110754, 690, 81, 'Honartsdeich', 535166700, 100000000, 0),
(110755, 690, 81, 'Horst', 534645900, 102628200, 0),
(110756, 690, 81, 'Kalbersteert', 534416400, 101947300, 0),
(110757, 690, 81, 'Kattwyk', 535000000, 99500000, 0),
(110758, 690, 81, 'Klein Dradenau', 535166700, 99000000, 0),
(110759, 690, 81, 'Klein Flottbek', 535500000, 98666700, 0),
(110760, 690, 81, 'Lange Grove', 534166700, 102500000, 0),
(110761, 690, 81, 'Liedenkummer im Norden', 535269900, 97773400, 0),
(110762, 690, 81, 'Lohbrugger Hohe', 535166700, 102166700, 0),
(110763, 690, 81, 'Marmstorf', 534333300, 99666700, 0),
(110764, 690, 81, 'Moorwerder', 534785600, 100530400, 0),
(110765, 690, 81, 'Muhlenberg', 535539700, 98241800, 0),
(110766, 690, 81, 'Neu Boberg', 535000000, 101833300, 0),
(110767, 690, 81, 'Neu Wiedenthal', 534833300, 98833300, 0),
(110768, 690, 81, 'Neudorf', 534702200, 100684300, 0),
(110769, 690, 81, 'Neuenfelde', 535182900, 97982800, 0),
(110770, 690, 81, 'Neufeld', 535166700, 97833300, 0),
(110771, 690, 81, 'Neugraben-Fischbek', 534833300, 98666700, 0),
(110772, 690, 81, 'Niedergeorgswerder', 535000000, 100333300, 0),
(110773, 690, 81, 'Niendorf', 536176900, 99503200, 0),
(110774, 690, 81, 'Nienstedten', 535500000, 98500000, 0),
(110775, 690, 81, 'OEjendorf', 535500000, 101333300, 0),
(110776, 690, 81, 'Ochsenwerder', 534756500, 101014700, 0),
(110777, 690, 81, 'Othmarschen', 535517300, 98863200, 0),
(110778, 690, 81, 'Parkberg', 537010400, 100912000, 0),
(110779, 690, 81, 'Peute', 535166700, 100333300, 0),
(110780, 690, 81, 'Pfeilshof', 536333300, 101000000, 0),
(110781, 690, 81, 'Poppenbuettel', 536591700, 100847200, 0),
(110782, 690, 81, 'Reitbrook', 534678700, 101485600, 0),
(110783, 690, 81, 'Rosengarten', 535208900, 98120400, 0),
(110784, 690, 81, 'Sande', 534087300, 101608100, 0),
(110785, 690, 81, 'Saselberg', 536666700, 101000000, 0),
(110786, 690, 81, 'Saselheide', 536333300, 101333300, 0),
(110787, 690, 81, 'Schiffbek', 535333300, 101166700, 0),
(110788, 690, 81, 'Seefeld', 534514200, 101567800, 0),
(110789, 690, 81, 'Sinstorf', 534239100, 99806600, 0),
(110790, 690, 81, 'Sophienhof', 536000000, 100666700, 0),
(110791, 690, 81, 'Steinfurth', 535333300, 101500000, 0),
(110792, 690, 81, 'Tannenbaum', 537000000, 101000000, 0),
(110793, 690, 81, 'Tatenberg', 534964200, 100766100, 0),
(110794, 690, 81, 'Teufelsbruck', 535470400, 98644400, 0),
(110795, 690, 81, 'Trillup', 536833300, 101166700, 0),
(110796, 690, 81, 'Vierzigstucken', 535130400, 98260300, 0),
(110797, 690, 81, 'Volksdorf', 536497200, 101841700, 0),
(110798, 690, 81, 'Waltershof', 535333300, 99166700, 0),
(110799, 690, 81, 'Wellingsbuettel', 536410400, 100798000, 0),
(110800, 690, 81, 'Wilhelmsburg', 535066900, 99871500, 0),
(110801, 690, 81, 'Wittenbergen', 535659800, 97594100, 0),
(110802, 690, 81, 'Wohldorf-Ohlstedt', 536928200, 101311700, 0),
(110803, 690, 81, 'yest', 535786300, 98769900, 0),
(110804, 691, 81, 'Adelshausen', 511105800, 95734500, 0),
(110805, 691, 81, 'Adolfseck', 501597900, 80798200, 0),
(110806, 691, 81, 'Ahl', 502937300, 93952000, 0),
(110807, 691, 81, 'Albshausen', 505443100, 84378400, 0),
(110808, 691, 81, 'Allendorf', 504980000, 82016000, 0),
(110809, 691, 81, 'Allendorf an der Lumda', 506774600, 88214900, 0),
(110810, 691, 81, 'Alsbach', 497408300, 86233700, 0),
(110811, 691, 81, 'Altastenberg', 511894600, 84671100, 0),
(110812, 691, 81, 'Alten Buseck', 506221800, 87532200, 0),
(110813, 691, 81, 'Altenbrunslar', 511657100, 94470400, 0),
(110814, 691, 81, 'Altenburg', 507346700, 92760400, 0),
(110815, 691, 81, 'Altenhain', 501568700, 84702300, 0),
(110816, 691, 81, 'Altenhasungen', 513390800, 92313500, 0),
(110817, 691, 81, 'Altenmittlau', 501439100, 91406200, 0),
(110818, 691, 81, 'Altenritte', 512648400, 94004800, 0),
(110819, 691, 81, 'Altenschlirf', 505346800, 93870800, 0),
(110820, 691, 81, 'Altenvers', 507097200, 86187900, 0),
(110821, 691, 81, 'Altmorschen', 510703000, 96157400, 0),
(110822, 691, 81, 'Altwildungen', 511264200, 91274900, 0),
(110823, 691, 81, 'Am Roten Berg', 501239600, 83343300, 0),
(110824, 691, 81, 'Am Triebweg', 500683500, 89647400, 0),
(110825, 691, 81, 'Amelose', 508307700, 85414400, 0),
(110826, 691, 81, 'Ammenhausen', 507719700, 85893000, 0),
(110827, 691, 81, 'Amoneburg', 500345400, 82539100, 0),
(110828, 691, 81, 'Angersbach', 506265800, 94445000, 0),
(110829, 691, 81, 'Anraff', 511440900, 91423400, 0),
(110830, 691, 81, 'Arborn', 505839600, 81738900, 0),
(110831, 691, 81, 'Arfurt', 504069800, 81981000, 0),
(110832, 691, 81, 'Argenstein', 507426300, 87342800, 0),
(110833, 691, 81, 'Armenhof', 505610500, 97909600, 0),
(110834, 691, 81, 'Asbach', 497763800, 87690700, 0),
(110835, 691, 81, 'Ascherode', 509052100, 92127700, 0),
(110836, 691, 81, 'Aspen Hutte', 502500000, 96166700, 0),
(110837, 691, 81, 'Asselbrunn', 496988500, 89950800, 0),
(110838, 691, 81, 'Assenheim', 502967000, 88156800, 0),
(110839, 691, 81, 'Astheim', 499355600, 83816700, 0),
(110840, 691, 81, 'Atzbach', 505776700, 85876100, 0),
(110841, 691, 81, 'Atzenhain', 506369000, 89834600, 0),
(110842, 691, 81, 'Aue', 511782600, 101244500, 0),
(110843, 691, 81, 'Auerbach', 497061200, 86211400, 0),
(110844, 691, 81, 'Auf der Bulau', 499792100, 87789000, 0),
(110845, 691, 81, 'Aufenau', 502523500, 93212200, 0),
(110846, 691, 81, 'Aulendiebach', 503149200, 90674800, 0),
(110847, 691, 81, 'Aulhausen', 499943500, 78916600, 0),
(110848, 691, 81, 'Auringen', 501239600, 83253200, 0),
(110849, 691, 81, 'Babenhausen', 499651900, 89512900, 0),
(110850, 691, 81, 'Bachrain', 505386900, 97080500, 0),
(110851, 691, 81, 'Bad Konig', 497432000, 90075000, 0),
(110852, 691, 81, 'Bad Salzschlirf', 506238800, 95081500, 0),
(110853, 691, 81, 'Bad Soden-Salmunster', 502757400, 93670500, 0),
(110854, 691, 81, 'Bad Sooden-Allendorf', 512709200, 99748300, 0),
(110855, 691, 81, 'Balhorn', 512741300, 92372200, 0),
(110856, 691, 81, 'Ballersbach', 506847600, 83671000, 0),
(110857, 691, 81, 'Barstadt', 501030700, 80749200, 0),
(110858, 691, 81, 'Battenberg', 510139100, 86460300, 0),
(110859, 691, 81, 'Bayerseich', 499500000, 86666700, 0),
(110860, 691, 81, 'Bebra', 509744500, 97956200, 0),
(110861, 691, 81, 'Bechlingen', 506282100, 84480000, 0),
(110862, 691, 81, 'Beerfurth', 497205600, 88632800, 0),
(110863, 691, 81, 'Beiershausen', 508253200, 96491500, 0),
(110864, 691, 81, 'Beilstein', 506098400, 82428600, 0),
(110865, 691, 81, 'Beiseforth', 510802800, 95479300, 0),
(110866, 691, 81, 'Bellnhausen', 507047800, 87201700, 0),
(110867, 691, 81, 'Bengendorf', 508903700, 99755900, 0),
(110868, 691, 81, 'Berge', 510571700, 93796100, 0),
(110869, 691, 81, 'Bergen', 501569000, 87547200, 0),
(110870, 691, 81, 'Berghausen', 505906500, 84199900, 0),
(110871, 691, 81, 'Berkach', 498997400, 84825100, 0),
(110872, 691, 81, 'Berkersheim', 501666700, 87000000, 0),
(110873, 691, 81, 'Bermuthshain', 504723000, 93163300, 0),
(110874, 691, 81, 'Bernsfeld', 506680700, 89893900, 0),
(110875, 691, 81, 'Bernshausen', 506549100, 95368200, 0),
(110876, 691, 81, 'Berstadt', 504260600, 88662100, 0),
(110877, 691, 81, 'Besse', 512209400, 93903200, 0),
(110878, 691, 81, 'Betzenrod', 505176300, 91241500, 0),
(110879, 691, 81, 'Beuerbach', 502823100, 82102400, 0),
(110880, 691, 81, 'Beuern', 506274600, 88210800, 0),
(110881, 691, 81, 'Bicken', 506926100, 83778200, 0),
(110882, 691, 81, 'Bickenbach', 497591700, 86175000, 0),
(110883, 691, 81, 'Billertshausen', 507475200, 91984100, 0),
(110884, 691, 81, 'Billings', 497555900, 87951200, 0),
(110885, 691, 81, 'Bimbach', 505748400, 95773300, 0),
(110886, 691, 81, 'Bischofferode', 511220200, 97577100, 0),
(110887, 691, 81, 'Biskirchen', 505338300, 83106400, 0),
(110888, 691, 81, 'Blankenbach', 510098800, 100043800, 0),
(110889, 691, 81, 'Blankenheim', 509387700, 97752600, 0),
(110890, 691, 81, 'Blickershausen', 513823900, 97940200, 0),
(110891, 691, 81, 'Bobstadt', 496636100, 84475000, 0),
(110892, 691, 81, 'Bomighausen', 512846600, 87561700, 0),
(110893, 691, 81, 'Bonbaden', 505000500, 84265100, 0),
(110894, 691, 81, 'Borken', 510450100, 92844000, 0),
(110895, 691, 81, 'Borsdorf', 504313600, 89749300, 0),
(110896, 691, 81, 'Bosserode', 509509600, 99924300, 0),
(110897, 691, 81, 'Bossgesass', 503777700, 92727900, 0),
(110898, 691, 81, 'Bottendorf', 510275100, 88125700, 0),
(110899, 691, 81, 'Bottenhorn', 507934600, 84793900, 0),
(110900, 691, 81, 'Bracht', 509204000, 88500700, 0),
(110901, 691, 81, 'Brandoberndorf', 504333300, 85000000, 0),
(110902, 691, 81, 'Braunshardt', 499141900, 85672200, 0),
(110903, 691, 81, 'Breckenheim', 500811700, 83704700, 0),
(110904, 691, 81, 'Breidenbach', 508833300, 84666700, 0),
(110905, 691, 81, 'Breidenstein', 509140600, 84632100, 0),
(110906, 691, 81, 'Breitenau', 512036400, 94742800, 0),
(110907, 691, 81, 'Breitenbrunn', 497665800, 90696600, 0),
(110908, 691, 81, 'Breithardt', 501951200, 80966000, 0),
(110909, 691, 81, 'Breitscheid', 506833300, 82000000, 0),
(110910, 691, 81, 'Breitzbach', 510227400, 100959300, 0),
(110911, 691, 81, 'Bronnzell', 505163700, 96804100, 0),
(110912, 691, 81, 'Bruchenbrucken', 503005300, 87929800, 0),
(110913, 691, 81, 'Brundersen', 512953100, 91881800, 0),
(110914, 691, 81, 'Buchenwerra', 511799000, 94804000, 0),
(110915, 691, 81, 'Buches', 502962300, 90718200, 0),
(110916, 691, 81, 'Buchklingen', 495457200, 87304100, 0),
(110917, 691, 81, 'Burg', 506984300, 83057000, 0),
(110918, 691, 81, 'Burg Grafenrode', 502587300, 87967000, 0),
(110919, 691, 81, 'Burg Hohenstein', 501919200, 80573200, 0),
(110920, 691, 81, 'Burgeln', 508534400, 88245900, 0),
(110921, 691, 81, 'Burgholzhausen', 502557700, 86766200, 0),
(110922, 691, 81, 'Burgsolms', 505419100, 84041100, 0),
(110923, 691, 81, 'Burkhardsfelden', 505779500, 88191600, 0),
(110924, 691, 81, 'Calbach', 502740400, 90512400, 0),
(110925, 691, 81, 'Caldern', 508440500, 86601400, 0),
(110926, 691, 81, 'Cassdorf', 510228300, 93683500, 0),
(110927, 691, 81, 'Clausmarbach', 507142300, 97366200, 0),
(110928, 691, 81, 'Colbe', 508500000, 88000000, 0),
(110929, 691, 81, 'Crainfeld', 504849600, 93488100, 0),
(110930, 691, 81, 'Dagobertshausen', 508210100, 87016000, 0),
(110931, 691, 81, 'Daisbach', 502493000, 81075600, 0),
(110932, 691, 81, 'Dammersbach', 506280400, 97772000, 0),
(110933, 691, 81, 'Datterode', 511183900, 100247800, 0),
(110934, 691, 81, 'Dehrn', 504204900, 80984600, 0),
(110935, 691, 81, 'Dens', 510238200, 99043900, 0),
(110936, 691, 81, 'Dexbach', 509370600, 85874100, 0),
(110937, 691, 81, 'Dicker Turm', 505300700, 97282200, 0),
(110938, 691, 81, 'Dickschied', 501257100, 79468600, 0),
(110939, 691, 81, 'Diebach am Haag', 502544900, 90739400, 0),
(110940, 691, 81, 'Dillheim', 506074400, 83710900, 0),
(110941, 691, 81, 'Dillingen', 502666700, 86333300, 0),
(110942, 691, 81, 'Dilschhausen', 508165100, 86549900, 0),
(110943, 691, 81, 'Dipperz', 505433300, 97958600, 0),
(110944, 691, 81, 'Dirlos', 505253800, 97591200, 0),
(110945, 691, 81, 'Donsbach', 507228900, 82384300, 0),
(110946, 691, 81, 'Dorfborn', 504659700, 96287400, 0),
(110947, 691, 81, 'Dorfweil', 502791500, 84563200, 0),
(110948, 691, 81, 'Dorheim', 503501500, 87898500, 0),
(110949, 691, 81, 'Dornberg', 499075200, 84874900, 0),
(110950, 691, 81, 'Dornbusch', 501474800, 86681300, 0),
(110951, 691, 81, 'Dorndiel', 498663600, 90154600, 0),
(110952, 691, 81, 'Dorndorf', 505042100, 80023400, 0),
(110953, 691, 81, 'Dornhagen', 512288100, 95009300, 0),
(110954, 691, 81, 'Dornigheim', 501379200, 88358200, 0),
(110955, 691, 81, 'Dorrenhof', 504564100, 98964500, 0),
(110956, 691, 81, 'Dortelweil', 502073400, 87449500, 0),
(110957, 691, 81, 'Dreihausen', 507268400, 88578500, 0),
(110958, 691, 81, 'Dudelsheim', 502929600, 90288300, 0),
(110959, 691, 81, 'Dudenrod', 503222200, 91100700, 0),
(110960, 691, 81, 'Dutenhofen', 505600000, 85972500, 0),
(110961, 691, 81, 'Ebersdorf', 509589000, 93239400, 0),
(110962, 691, 81, 'Ebersgons', 504533500, 86091600, 0),
(110963, 691, 81, 'Eckweisbach', 505719200, 99564000, 0),
(110964, 691, 81, 'Eddersheim', 500397200, 84666100, 0),
(110965, 691, 81, 'Edingen', 506332300, 83190400, 0),
(110966, 691, 81, 'Ehlhalten', 501761100, 83668400, 0),
(110967, 691, 81, 'Eibelshausen', 508155900, 83406800, 0),
(110968, 691, 81, 'Eibingen', 499850400, 79357200, 0),
(110969, 691, 81, 'Eichberg', 500387100, 80600200, 0),
(110970, 691, 81, 'Eichelsachsen', 504582200, 91255700, 0),
(110971, 691, 81, 'Eichenberg', 513719600, 98987600, 0),
(110972, 691, 81, 'Eichenheege', 501500000, 88500000, 0),
(110973, 691, 81, 'Eichhof', 508495100, 96757100, 0),
(110974, 691, 81, 'Eifa', 507499400, 93456200, 0),
(110975, 691, 81, 'Eigenheim', 500978300, 82578600, 0),
(110976, 691, 81, 'Einhausen', 496766700, 85483300, 0),
(110977, 691, 81, 'Eisenbach', 503389500, 82572400, 0),
(110978, 691, 81, 'Eiterhagen', 511907100, 95908500, 0),
(110979, 691, 81, 'Elbenberg', 512297000, 92030600, 0),
(110980, 691, 81, 'Elbersdorf', 511173200, 96567600, 0),
(110981, 691, 81, 'Elbgrund', 505108100, 80641800, 0),
(110982, 691, 81, 'Elfershausen', 510960200, 95047200, 0),
(110983, 691, 81, 'Elgershausen', 512727100, 93757200, 0),
(110984, 691, 81, 'Elkerhausen', 504175200, 82842100, 0),
(110985, 691, 81, 'Ellar', 505066900, 80926000, 0),
(110986, 691, 81, 'Ellenbach', 496670100, 87657400, 0),
(110987, 691, 81, 'Emsdorf', 508677300, 89872400, 0),
(110988, 691, 81, 'Emstal', 512464100, 92577600, 0),
(110989, 691, 81, 'Engelhelms', 505146800, 97132900, 0),
(110990, 691, 81, 'Eppenhain', 501697300, 83921800, 0),
(110991, 691, 81, 'Eppstein', 501427700, 83923200, 0),
(110992, 691, 81, 'Epterode', 512451200, 97909100, 0),
(110993, 691, 81, 'Erbstadt', 502695400, 88649800, 0),
(110994, 691, 81, 'Erda', 506742300, 85278100, 0),
(110995, 691, 81, 'Erdhausen', 507504100, 85656800, 0),
(110996, 691, 81, 'Erfelden', 498355600, 84680600, 0),
(110997, 691, 81, 'Erlenhof', 504329600, 96145800, 0),
(110998, 691, 81, 'Ernsthofen', 497730300, 87419600, 0),
(110999, 691, 81, 'Esch', 502500000, 83168800, 0),
(111000, 691, 81, 'Eschenhahn', 501901100, 82365200, 0),
(111001, 691, 81, 'Eschenstruth', 512279900, 96635900, 0),
(111002, 691, 81, 'Eschhofen', 503902800, 81065300, 0),
(111003, 691, 81, 'Eschollbrucken', 498114100, 85669500, 0),
(111004, 691, 81, 'Espenau', 513966400, 94702100, 0),
(111005, 691, 81, 'Ettinghausen Flugplatzsiedlung', 505729900, 88752400, 0),
(111006, 691, 81, 'Etzen-Gesass', 497602800, 89983300, 0),
(111007, 691, 81, 'Eudorf', 507669400, 92905800, 0),
(111008, 691, 81, 'Ewersbach', 508339500, 83115600, 0),
(111009, 691, 81, 'Fahrenbach', 496383400, 87670600, 0),
(111010, 691, 81, 'Falken-Gesass', 495602800, 89308700, 0),
(111011, 691, 81, 'Falkenbach', 504365000, 82448000, 0),
(111012, 691, 81, 'Falkenberg', 500039300, 83921600, 0),
(111013, 691, 81, 'Falkenstein', 501928400, 84774100, 0),
(111014, 691, 81, 'Faulbach', 504468500, 80665400, 0),
(111015, 691, 81, 'Fellerdilln', 507943300, 82033500, 0),
(111016, 691, 81, 'Fellingshausen', 506421400, 85973000, 0),
(111017, 691, 81, 'Fleisbach', 506467400, 83095200, 0),
(111018, 691, 81, 'Flensungen', 506096600, 90269200, 0),
(111019, 691, 81, 'Florsbach', 501300000, 94165500, 0),
(111020, 691, 81, 'Frankenbach', 506721500, 85722000, 0),
(111021, 691, 81, 'Frankenhausen', 497869600, 87088800, 0),
(111022, 691, 81, 'Frankershausen', 512361200, 99218700, 0),
(111023, 691, 81, 'Frechenhausen', 508110500, 84332000, 0),
(111024, 691, 81, 'Freienhagen', 512784500, 90646700, 0),
(111025, 691, 81, 'Freienseen', 505610600, 90472400, 0),
(111026, 691, 81, 'Frickhofen', 505052000, 80261000, 0),
(111027, 691, 81, 'Friedensdorf', 508522800, 85651600, 0),
(111028, 691, 81, 'Friedlos', 509000000, 97500000, 0),
(111029, 691, 81, 'Friedrichshutte', 505196000, 89839600, 0),
(111030, 691, 81, 'Frohnhausen', 507753400, 82997100, 0),
(111031, 691, 81, 'Frommershausen', 513661500, 94732200, 0),
(111032, 691, 81, 'Froschhausen', 500535400, 89375400, 0),
(111033, 691, 81, 'Furstenhagen', 512109700, 96897800, 0),
(111034, 691, 81, 'Furth', 496508300, 87847200, 0),
(111035, 691, 81, 'Gambach', 504610000, 87252000, 0),
(111036, 691, 81, 'Gammelsbach', 495261300, 89630500, 0),
(111037, 691, 81, 'Garbenheim', 505659700, 85291500, 0),
(111038, 691, 81, 'Garbenteich', 505357500, 87540200, 0),
(111039, 691, 81, 'Gassenbach', 502166700, 82666700, 0),
(111040, 691, 81, 'Gehau', 507799500, 94762900, 0),
(111041, 691, 81, 'Geismar', 510754900, 88612600, 0),
(111042, 691, 81, 'Gelnhaar', 503630600, 91467500, 0),
(111043, 691, 81, 'Gemunden an der Wohra', 509740100, 89694600, 0),
(111044, 691, 81, 'Gensungen', 511297100, 94407000, 0),
(111045, 691, 81, 'Georgenhausen', 498449600, 88029900, 0),
(111046, 691, 81, 'Gerbachshof', 505033800, 96886500, 0),
(111047, 691, 81, 'Gersfeld', 504513800, 99142200, 0),
(111048, 691, 81, 'Gershausen', 508300600, 95545200, 0),
(111049, 691, 81, 'Gerterode', 509330800, 96812400, 0),
(111050, 691, 81, 'Gettenau', 503839000, 88839200, 0),
(111051, 691, 81, 'Gettenbach', 502418000, 91677900, 0),
(111052, 691, 81, 'Gilsa', 510126000, 91933900, 0),
(111053, 691, 81, 'Gilserberg', 509500000, 90666700, 0),
(111054, 691, 81, 'Ginseldorf', 508399600, 88190300, 0),
(111055, 691, 81, 'Gittersdorf', 508915500, 96465700, 0),
(111056, 691, 81, 'Glaam', 508140900, 99393700, 0),
(111057, 691, 81, 'Glauburg', 503166700, 90000000, 0),
(111058, 691, 81, 'Gleimenhain', 508239900, 91176500, 0),
(111059, 691, 81, 'Goddelau', 498336300, 84980600, 0),
(111060, 691, 81, 'Gonnern', 508239700, 84473800, 0),
(111061, 691, 81, 'Gorsroth', 502263200, 82121300, 0),
(111062, 691, 81, 'Gossfelden', 508640500, 87415200, 0),
(111063, 691, 81, 'Gottingen', 508756600, 87743600, 0),
(111064, 691, 81, 'Gottsburen', 515792000, 95004300, 0),
(111065, 691, 81, 'Gotzenhain', 500000000, 87391700, 0),
(111066, 691, 81, 'Grafenhausen', 499294600, 86039000, 0),
(111067, 691, 81, 'Grebendorf', 512060000, 100662200, 0),
(111068, 691, 81, 'Greifenthal', 506103000, 83260900, 0),
(111069, 691, 81, 'Gronau', 496836600, 86729600, 0),
(111070, 691, 81, 'Gross Steinheim', 501000000, 89166700, 0),
(111071, 691, 81, 'Gross-Eichen', 505985300, 90755300, 0),
(111072, 691, 81, 'Grossaltenstadten', 506597700, 84911400, 0),
(111073, 691, 81, 'Grossauheim', 501029200, 89483500, 0),
(111074, 691, 81, 'Grossenhausen', 501604000, 91909900, 0),
(111075, 691, 81, 'Grossenlinden', 505270000, 86533400, 0),
(111076, 691, 81, 'Grossenritte', 512474400, 93878100, 0),
(111077, 691, 81, 'Grosskarben', 502402900, 87734400, 0),
(111078, 691, 81, 'Grossrechtenbach', 505166700, 85666700, 0),
(111079, 691, 81, 'Gruben', 506958100, 97504500, 0),
(111080, 691, 81, 'Grunberg', 505940300, 89586600, 0),
(111081, 691, 81, 'Gruningen', 505099300, 87300100, 0),
(111082, 691, 81, 'Grusen', 510017000, 89489500, 0),
(111083, 691, 81, 'Gungelshausen', 508659400, 92306600, 0),
(111084, 691, 81, 'Gunterod', 507402000, 84690000, 0),
(111085, 691, 81, 'Guntersau', 504716600, 82682300, 0),
(111086, 691, 81, 'Guntershausen', 512340600, 94616200, 0),
(111087, 691, 81, 'Gunzenau', 504608400, 94041300, 0),
(111088, 691, 81, 'Habitzheim', 498503600, 88824500, 0),
(111089, 691, 81, 'Hadamar', 504459300, 80425300, 0),
(111090, 691, 81, 'Hahn', 497947400, 85555400, 0),
(111091, 691, 81, 'Haigerseelbach', 507650900, 81791600, 0),
(111092, 691, 81, 'Haimbach', 505483400, 96290900, 0),
(111093, 691, 81, 'Haina', 510277400, 89744100, 0),
(111094, 691, 81, 'Hainchen', 502693100, 89961100, 0),
(111095, 691, 81, 'Haine', 510409900, 87211300, 0),
(111096, 691, 81, 'Hainhausen', 500414900, 88793600, 0),
(111097, 691, 81, 'Hainzell', 505399400, 94933900, 0),
(111098, 691, 81, 'Hallgarten', 500289900, 80315400, 0),
(111099, 691, 81, 'Hammelbach', 496355900, 88326300, 0),
(111100, 691, 81, 'Harbshausen', 511847500, 89180500, 0),
(111101, 691, 81, 'Harmuthsachsen', 511608400, 98599100, 0),
(111102, 691, 81, 'Harpertshausen', 499263400, 89180500, 0),
(111103, 691, 81, 'Hassloch', 499853300, 84569300, 0),
(111104, 691, 81, 'Hattenbach', 508060000, 95600800, 0),
(111105, 691, 81, 'Hattenheim', 500162000, 80538400, 0),
(111106, 691, 81, 'Hatzbach', 508760900, 90161100, 0),
(111107, 691, 81, 'Hatzfeld', 509933400, 85457000, 0),
(111108, 691, 81, 'Haukeller', 504559700, 97913100, 0),
(111109, 691, 81, 'Hausen uber Aar', 502521600, 80605300, 0),
(111110, 691, 81, 'Hausen vor der Hohe', 500836300, 80454900, 0),
(111111, 691, 81, 'Hebenshausen', 513897800, 99132700, 0),
(111112, 691, 81, 'Heblos', 506450700, 93608600, 0),
(111113, 691, 81, 'Heckholzhausen', 504873100, 81576400, 0),
(111114, 691, 81, 'Heenes', 508925200, 96768900, 0),
(111115, 691, 81, 'Heinebach', 510494400, 96667300, 0),
(111116, 691, 81, 'Heldra', 511277400, 101977700, 0),
(111117, 691, 81, 'Hellstein', 503192600, 92986400, 0),
(111118, 691, 81, 'Helmighausen', 514712300, 89278600, 0),
(111119, 691, 81, 'Helsen', 513907400, 90073300, 0),
(111120, 691, 81, 'Hemfurth-Edersee', 511713400, 90508400, 0),
(111121, 691, 81, 'Hemmen', 506197200, 96066500, 0),
(111122, 691, 81, 'Hennethal', 502283700, 81189000, 0),
(111123, 691, 81, 'Herbornseelbach', 507025300, 83452700, 0),
(111124, 691, 81, 'Heringhausen', 513648500, 87321600, 0),
(111125, 691, 81, 'Hermannstein', 505818900, 84897000, 0),
(111126, 691, 81, 'Herolz', 503467700, 95561200, 0),
(111127, 691, 81, 'Herrnhaag', 502666700, 90833300, 0),
(111128, 691, 81, 'Herzhausen', 508250000, 85581800, 0),
(111129, 691, 81, 'Hesseneck', 495698700, 90628600, 0),
(111130, 691, 81, 'Hessisch Lichtenau', 511995400, 97185700, 0),
(111131, 691, 81, 'Hettenhain', 501334300, 80871800, 0),
(111132, 691, 81, 'Hettenhausen', 504507200, 98129100, 0),
(111133, 691, 81, 'Hetzbach', 495936400, 89883600, 0),
(111134, 691, 81, 'Hetzerode', 511341400, 98099900, 0),
(111135, 691, 81, 'Heuchelheim', 503666700, 88666700, 0),
(111136, 691, 81, 'Hinserdorf', 501822100, 90314900, 0),
(111137, 691, 81, 'Hintermeilingen', 504972800, 81151700, 0),
(111138, 691, 81, 'Hirschhausen', 504968300, 83334700, 0),
(111139, 691, 81, 'Hirschhorn', 494456600, 88959400, 0),
(111140, 691, 81, 'Hirzenhain Bahnhof', 507879000, 84053600, 0),
(111141, 691, 81, 'Hoch-Weisel', 504029900, 86343100, 0),
(111142, 691, 81, 'Hochst an der Nidder', 502704100, 89275100, 0),
(111143, 691, 81, 'Hochwaldhausen', 505201500, 93152000, 0),
(111144, 691, 81, 'Hohe Tanne', 501484600, 88741200, 0),
(111145, 691, 81, 'Hoheneiche', 511286600, 99709900, 0),
(111146, 691, 81, 'Hohenkirchen', 513967700, 94714600, 0),
(111147, 691, 81, 'Hohensolms', 506516700, 85178300, 0),
(111148, 691, 81, 'Hollstein', 511802000, 97875500, 0),
(111149, 691, 81, 'Holzhausen', 505947700, 82821500, 0),
(111150, 691, 81, 'Holzheim', 504880900, 87214300, 0),
(111151, 691, 81, 'Homberg', 507310800, 89964400, 0),
(111152, 691, 81, 'Hopfmannsfeld', 505886600, 93123600, 0),
(111153, 691, 81, 'Horas', 505651900, 96577500, 0),
(111154, 691, 81, 'Horbach', 501407200, 91617400, 0),
(111155, 691, 81, 'Horgenau', 505864700, 92881800, 0),
(111156, 691, 81, 'Hornbach', 495680300, 87309800, 0),
(111157, 691, 81, 'Hornsheim', 505182800, 86297600, 0),
(111158, 691, 81, 'Hosenfeld', 505050200, 94796600, 0),
(111159, 691, 81, 'Hoxhohl', 497494300, 87203800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(111160, 691, 81, 'Hulsa', 509464700, 94597400, 0),
(111161, 691, 81, 'Hulshof', 507783700, 84846200, 0),
(111162, 691, 81, 'Hundelshausen', 512932800, 98480800, 0),
(111163, 691, 81, 'Hundsdorf', 510810300, 90401400, 0),
(111164, 691, 81, 'Hunhan', 506888900, 97351100, 0),
(111165, 691, 81, 'Hunoldstal', 503020100, 84619100, 0),
(111166, 691, 81, 'Hutte', 507575100, 85037800, 0),
(111167, 691, 81, 'Huttenfeld', 495961100, 85858400, 0),
(111168, 691, 81, 'Huttengesass', 502162500, 90432400, 0),
(111169, 691, 81, 'Hutzdorf', 506850700, 95810200, 0),
(111170, 691, 81, 'Igelhausen', 504055900, 91302400, 0),
(111171, 691, 81, 'Ihringshausen', 513516300, 95266900, 0),
(111172, 691, 81, 'Ilbenstadt', 502785000, 88011400, 0),
(111173, 691, 81, 'Ilietesheim', 501166700, 88666700, 0),
(111174, 691, 81, 'Inheiden', 504470700, 89037300, 0),
(111175, 691, 81, 'Ippinghausen', 512825300, 91450900, 0),
(111176, 691, 81, 'Jestadt', 512143200, 100182600, 0),
(111177, 691, 81, 'Johannesberg', 505228100, 96582700, 0),
(111178, 691, 81, 'Jugenheim an der Bergstrasse', 497547200, 86361100, 0),
(111179, 691, 81, 'Jugesheim', 500231800, 88735200, 0),
(111180, 691, 81, 'Kalkobes', 508666700, 96833300, 0),
(111181, 691, 81, 'Karolinenhof', 505305600, 97565500, 0),
(111182, 691, 81, 'Katzenbach', 508997300, 85732100, 0),
(111183, 691, 81, 'Katzenfurt', 506195000, 83489500, 0),
(111184, 691, 81, 'Kaufungen', 512811100, 96186100, 0),
(111185, 691, 81, 'Kefenrod', 503500000, 92000000, 0),
(111186, 691, 81, 'Kerstenhausen', 510656300, 92168100, 0),
(111187, 691, 81, 'Kerzell', 504856900, 96703700, 0),
(111188, 691, 81, 'Kesselstadt', 501298200, 88896600, 0),
(111189, 691, 81, 'Kestrich', 506486800, 91824400, 0),
(111190, 691, 81, 'Kimbach', 497268000, 90639900, 0),
(111191, 691, 81, 'Kinzenbach', 505913300, 86116600, 0),
(111192, 691, 81, 'Kirch Gons', 504713300, 86528500, 0),
(111193, 691, 81, 'Kirch-Brombach', 497340900, 89545900, 0),
(111194, 691, 81, 'Kirchberg', 506603200, 87160600, 0),
(111195, 691, 81, 'Kirchditmold', 513246600, 94382100, 0),
(111196, 691, 81, 'Kirchhain', 508272000, 89280600, 0),
(111197, 691, 81, 'Kirchhasel', 507007700, 98020600, 0),
(111198, 691, 81, 'Kirchheim', 508333300, 95666700, 0),
(111199, 691, 81, 'Kirchlotheim', 511685300, 88965200, 0),
(111200, 691, 81, 'Kirdorf', 502406200, 86088200, 0),
(111201, 691, 81, 'Kirschhausen', 496461500, 86868900, 0),
(111202, 691, 81, 'Kirtorf', 507694200, 91038800, 0),
(111203, 691, 81, 'Klarenthal', 500882600, 82020000, 0),
(111204, 691, 81, 'Kleba', 508203300, 95757100, 0),
(111205, 691, 81, 'Kleestadt', 499021700, 89541200, 0),
(111206, 691, 81, 'Klein Gumpen', 497015700, 88270000, 0),
(111207, 691, 81, 'Klein Welzheim', 500407700, 90052700, 0),
(111208, 691, 81, 'Klein-Gerau', 499198800, 85219300, 0),
(111209, 691, 81, 'Klein-Krotzenburg', 500763100, 89679300, 0),
(111210, 691, 81, 'Klein-Rohrheim', 497337900, 84901600, 0),
(111211, 691, 81, 'Kleinenglis', 510724400, 92548800, 0),
(111212, 691, 81, 'Kleinensee', 509284700, 99747300, 0),
(111213, 691, 81, 'Kleingladenbach', 508850500, 84293400, 0),
(111214, 691, 81, 'Kleinhausen', 496666700, 85500000, 0),
(111215, 691, 81, 'Kleinrechtenbach', 505166700, 85833300, 0),
(111216, 691, 81, 'Kleinseelheim', 508051800, 88843300, 0),
(111217, 691, 81, 'Kleinvach', 512483600, 99948600, 0),
(111218, 691, 81, 'Kloppenheim', 500941100, 83054400, 0),
(111219, 691, 81, 'Knickhagen', 513958900, 95536400, 0),
(111220, 691, 81, 'Kocherbach', 495999600, 88343000, 0),
(111221, 691, 81, 'Kohden', 504244300, 90106200, 0),
(111222, 691, 81, 'Kohlhaus', 505290700, 96798400, 0),
(111223, 691, 81, 'Kohlhausen', 508318900, 96793300, 0),
(111224, 691, 81, 'Kolschhausen', 506338900, 83968400, 0),
(111225, 691, 81, 'Kombach', 508782700, 85578400, 0),
(111226, 691, 81, 'Konigshofen', 501659500, 83019600, 0),
(111227, 691, 81, 'Konigswald', 510674600, 98180400, 0),
(111228, 691, 81, 'Konrode', 508161400, 98294200, 0),
(111229, 691, 81, 'Koppern', 502743100, 86496700, 0),
(111230, 691, 81, 'Kragenhof', 513648100, 95339900, 0),
(111231, 691, 81, 'Krockelbach', 496591300, 88019900, 0),
(111232, 691, 81, 'Krofdorf-Gleiberg', 506243600, 86347700, 0),
(111233, 691, 81, 'Kroge', 510273400, 86362600, 0),
(111234, 691, 81, 'Kruspis', 507717000, 96580700, 0),
(111235, 691, 81, 'Kubach', 504737900, 83008600, 0),
(111236, 691, 81, 'Kulos', 505413600, 98206600, 0),
(111237, 691, 81, 'Kunzenbach', 495333300, 87166700, 0),
(111238, 691, 81, 'Lahr', 505095000, 81325600, 0),
(111239, 691, 81, 'Laimbach', 504655400, 83549300, 0),
(111240, 691, 81, 'Lamerden', 515266900, 93265300, 0),
(111241, 691, 81, 'Lammerspiel', 500962800, 88578800, 0),
(111242, 691, 81, 'Landenhausen', 506091200, 94774800, 0),
(111243, 691, 81, 'Langen-Bergheim', 502357400, 89980800, 0),
(111244, 691, 81, 'Langen-Brombach', 497286400, 89617200, 0),
(111245, 691, 81, 'Langenaubach', 507168500, 81828400, 0),
(111246, 691, 81, 'Langendorf', 509429800, 89253600, 0),
(111247, 691, 81, 'Langschied', 501773000, 79679300, 0),
(111248, 691, 81, 'Langsdorf', 504939900, 88546400, 0),
(111249, 691, 81, 'Langstadt', 499288200, 89545200, 0),
(111250, 691, 81, 'Laubuseschbach', 503976400, 83371000, 0),
(111251, 691, 81, 'Laudenau', 497162200, 88052700, 0),
(111252, 691, 81, 'Lauerbach', 496509700, 89923500, 0),
(111253, 691, 81, 'Launsbach', 506200400, 86571300, 0),
(111254, 691, 81, 'Lauten-Weschnitz', 496508300, 87422600, 0),
(111255, 691, 81, 'Lautenhausen', 508700200, 98839900, 0),
(111256, 691, 81, 'Lauter', 505696700, 89678100, 0),
(111257, 691, 81, 'Leeheim', 498566700, 84394400, 0),
(111258, 691, 81, 'Lehnerz', 505758200, 97016100, 0),
(111259, 691, 81, 'Leibolz', 507520000, 98227700, 0),
(111260, 691, 81, 'Leidenhofen', 507262600, 88181500, 0),
(111261, 691, 81, 'Leisenwald', 503175500, 92297600, 0),
(111262, 691, 81, 'Lengers', 508654500, 99968700, 0),
(111263, 691, 81, 'Lengfeld', 498342700, 89027000, 0),
(111264, 691, 81, 'Lettgenbrunn', 501675700, 94170500, 0),
(111265, 691, 81, 'Lich', 505208500, 88156700, 0),
(111266, 691, 81, 'Liederbach', 501222100, 84939700, 0),
(111267, 691, 81, 'Lindenholzhausen', 503760200, 81215900, 0),
(111268, 691, 81, 'Lindheim', 502904500, 89801600, 0),
(111269, 691, 81, 'Lingeshof', 504896200, 97290800, 0),
(111270, 691, 81, 'Linnenbach', 496566900, 87547700, 0),
(111271, 691, 81, 'Linter', 503683300, 80960300, 0),
(111272, 691, 81, 'Lippoldsberg', 516223900, 95601700, 0),
(111273, 691, 81, 'Lissberg', 503736900, 90814300, 0),
(111274, 691, 81, 'Litzelbach', 496222500, 88330800, 0),
(111275, 691, 81, 'Lohnberg', 505129900, 82720200, 0),
(111276, 691, 81, 'Londorf', 506741600, 88621900, 0),
(111277, 691, 81, 'Lorch Rheingaukreis', 500461900, 78041800, 0),
(111278, 691, 81, 'Lorchhausen', 500526800, 77841600, 0),
(111279, 691, 81, 'Lorsch', 496500000, 85666700, 0),
(111280, 691, 81, 'Loschenrod', 504992300, 96787000, 0),
(111281, 691, 81, 'Loshausen', 508849100, 92505700, 0),
(111282, 691, 81, 'Lutzel-Wiebelsbach', 497858600, 90780400, 0),
(111283, 691, 81, 'Lutzellinden', 505373300, 86224700, 0),
(111284, 691, 81, 'Maberzell', 505612700, 96332900, 0),
(111285, 691, 81, 'Mademuhlen', 506242900, 81640200, 0),
(111286, 691, 81, 'Maden', 511645200, 93749400, 0),
(111287, 691, 81, 'Mainflingen', 500310100, 90257800, 0),
(111288, 691, 81, 'Mainzlar', 506630700, 87457900, 0),
(111289, 691, 81, 'Malchen', 497891700, 86519500, 0),
(111290, 691, 81, 'Malkomes', 508524800, 98190900, 0),
(111291, 691, 81, 'Mammolshain', 501716200, 84926600, 0),
(111292, 691, 81, 'Mandern', 511266500, 92003400, 0),
(111293, 691, 81, 'Marborn', 503199600, 94188400, 0),
(111294, 691, 81, 'Mardorf', 507655000, 89178200, 0),
(111295, 691, 81, 'Margretenhaun', 505659500, 97651300, 0),
(111296, 691, 81, 'Markobel', 502222500, 89847400, 0),
(111297, 691, 81, 'Martinhagen', 512868800, 92861100, 0),
(111298, 691, 81, 'Martinsthal', 500526700, 81210200, 0),
(111299, 691, 81, 'Massenheim', 500402600, 83886700, 0),
(111300, 691, 81, 'Meckbach', 509187700, 97909500, 0),
(111301, 691, 81, 'Meimbressen', 514041300, 93537400, 0),
(111302, 691, 81, 'Mengeringhausen', 513670100, 89884500, 0),
(111303, 691, 81, 'Mengerskirchen', 505639200, 81555400, 0),
(111304, 691, 81, 'Merkenfritz', 504002300, 91523000, 0),
(111305, 691, 81, 'Metze', 512050500, 93324600, 0),
(111306, 691, 81, 'Michelbach', 497333300, 88500000, 0),
(111307, 691, 81, 'Michelbacherhutte', 502439200, 80659000, 0),
(111308, 691, 81, 'Michelsrombach', 506612700, 96623900, 0),
(111309, 691, 81, 'Mittelbuchen', 501781400, 88880600, 0),
(111310, 691, 81, 'Mittenaar', 507000000, 83833300, 0),
(111311, 691, 81, 'Mittershausen', 496576600, 87139900, 0),
(111312, 691, 81, 'Moischt', 507754800, 88175700, 0),
(111313, 691, 81, 'Momart', 497268500, 90130300, 0),
(111314, 691, 81, 'Momberg', 508788700, 91097400, 0),
(111315, 691, 81, 'Morlenbach', 495991700, 87347200, 0),
(111316, 691, 81, 'Mornshausen an der Salzbode', 507526400, 86003200, 0),
(111317, 691, 81, 'Morshausen', 510425100, 94444500, 0),
(111318, 691, 81, 'Mosbach', 498920800, 90274800, 0),
(111319, 691, 81, 'Muhlhausen', 498010800, 90496000, 0),
(111320, 691, 81, 'Mumling Grumbach', 497722200, 89916700, 0),
(111321, 691, 81, 'Munster', 499227800, 88677800, 0),
(111322, 691, 81, 'Munzenberg', 504534600, 87743000, 0),
(111323, 691, 81, 'Muschenheim', 504846800, 87968200, 0),
(111324, 691, 81, 'Nauborn', 505310000, 84924300, 0),
(111325, 691, 81, 'Naumburg', 512481600, 91656900, 0),
(111326, 691, 81, 'Naunheim', 505837000, 85226800, 0),
(111327, 691, 81, 'Naunstadt', 503748100, 84503400, 0),
(111328, 691, 81, 'Naurod', 501351000, 83026500, 0),
(111329, 691, 81, 'Nausis', 508401400, 93633600, 0),
(111330, 691, 81, 'Neesbach', 503332200, 81501400, 0),
(111331, 691, 81, 'Nenterode', 509923300, 95331200, 0),
(111332, 691, 81, 'Netra', 510932800, 100926700, 0),
(111333, 691, 81, 'Neuenberg', 505462700, 96614500, 0),
(111334, 691, 81, 'Neuenbrunslar', 511699400, 94344400, 0),
(111335, 691, 81, 'Neuenhain', 501584000, 84920700, 0),
(111336, 691, 81, 'Neuerode', 512216700, 100553200, 0),
(111337, 691, 81, 'Neumorschen', 510641900, 96057800, 0),
(111338, 691, 81, 'Neuschloss', 496025000, 85163900, 0),
(111339, 691, 81, 'Neustadt', 498177800, 90341700, 0),
(111340, 691, 81, 'Neuweilnau', 503177400, 84079700, 0),
(111341, 691, 81, 'Neuwirtshaus', 501085800, 89789900, 0),
(111342, 691, 81, 'Niddawitzhausen', 511782900, 99842800, 0),
(111343, 691, 81, 'Niedenstein', 512334200, 93102800, 0),
(111344, 691, 81, 'Nieder Erlenbach', 502039300, 87080400, 0),
(111345, 691, 81, 'Nieder Liebersbach', 495812400, 87013900, 0),
(111346, 691, 81, 'Nieder Mockstadt', 503315300, 89437600, 0),
(111347, 691, 81, 'Nieder Ohmen', 506447200, 90350100, 0),
(111348, 691, 81, 'Nieder-Beerbach', 497919600, 86780600, 0),
(111349, 691, 81, 'Nieder-Kinzig', 497556300, 89756300, 0),
(111350, 691, 81, 'Nieder-Modau', 498005400, 87380100, 0),
(111351, 691, 81, 'Nieder-Ofleiden', 507532900, 89736300, 0),
(111352, 691, 81, 'Niederasphe', 509413700, 86669800, 0),
(111353, 691, 81, 'Niederbeisheim', 510402700, 95246400, 0),
(111354, 691, 81, 'Niederbiel', 505550500, 83984500, 0),
(111355, 691, 81, 'Niederdieten', 508709600, 84419700, 0),
(111356, 691, 81, 'Niederflorstadt', 503162000, 88616600, 0),
(111357, 691, 81, 'Niedergirmes', 505725100, 85020200, 0),
(111358, 691, 81, 'Niedergladbach', 501040700, 79885900, 0),
(111359, 691, 81, 'Niedergrundau', 502109700, 91080100, 0),
(111360, 691, 81, 'Niederhadamar', 504380500, 80325500, 0),
(111361, 691, 81, 'Niederhochstadt', 501571400, 85477300, 0),
(111362, 691, 81, 'Niederissigheim', 501936300, 89316000, 0),
(111363, 691, 81, 'Niederkalbach', 504375000, 96377600, 0),
(111364, 691, 81, 'Niederkleen', 504759700, 86170600, 0),
(111365, 691, 81, 'Niederklein', 507940000, 89969400, 0),
(111366, 691, 81, 'Niedermittlau', 501690800, 91267100, 0),
(111367, 691, 81, 'Niederroden', 499973400, 88745400, 0),
(111368, 691, 81, 'Niederrodenbach', 501450600, 90226600, 0),
(111369, 691, 81, 'Niederrosbach', 502988800, 87064100, 0),
(111370, 691, 81, 'Niederscheld', 507211300, 83058600, 0),
(111371, 691, 81, 'Niederseelbach', 501796200, 82818800, 0),
(111372, 691, 81, 'Niedershausen', 505372200, 82617200, 0),
(111373, 691, 81, 'Niedervorschutz', 511505100, 93815300, 0),
(111374, 691, 81, 'Niederwalluf', 500372600, 81570800, 0),
(111375, 691, 81, 'Niederweimar', 507625200, 87332700, 0),
(111376, 691, 81, 'Niederweyer', 504504400, 80804500, 0),
(111377, 691, 81, 'Niesig', 505753300, 96772400, 0),
(111378, 691, 81, 'Nieste', 513166700, 96666700, 0),
(111379, 691, 81, 'Nonrod', 497558500, 88197600, 0),
(111380, 691, 81, 'Nordheim', 496811100, 83891800, 0),
(111381, 691, 81, 'Nordshausen', 512803900, 94273900, 0),
(111382, 691, 81, 'Nothfelden', 513530200, 92094600, 0),
(111383, 691, 81, 'Ober Horgern', 504649400, 87502700, 0),
(111384, 691, 81, 'Ober Raidelbach', 497166700, 87333300, 0),
(111385, 691, 81, 'Ober Schmitten', 504463600, 90344500, 0),
(111386, 691, 81, 'Ober-Abtsteinach', 495439900, 87856100, 0),
(111387, 691, 81, 'Ober-Mossau', 496747500, 89257200, 0),
(111388, 691, 81, 'Ober-Roden', 499702600, 88372900, 0),
(111389, 691, 81, 'Ober-Werbe', 512253800, 89818400, 0),
(111390, 691, 81, 'Oberau', 502752000, 89429000, 0),
(111391, 691, 81, 'Oberbiel', 505532000, 84279700, 0),
(111392, 691, 81, 'Oberbimbach', 505744600, 95663600, 0),
(111393, 691, 81, 'Oberbreitzbach', 508065000, 99223700, 0),
(111394, 691, 81, 'Oberdieten', 508576000, 84150000, 0),
(111395, 691, 81, 'Oberdorf', 501808600, 90520300, 0),
(111396, 691, 81, 'Oberems', 502366100, 84042000, 0),
(111397, 691, 81, 'Obergeis', 509039600, 95945600, 0),
(111398, 691, 81, 'Obergotzenhof', 505758200, 97197200, 0),
(111399, 691, 81, 'Oberhochstadt', 501837100, 85415300, 0),
(111400, 691, 81, 'Oberhone', 511894800, 100083400, 0),
(111401, 691, 81, 'Oberjosbach', 501713500, 83359200, 0),
(111402, 691, 81, 'Oberkleen', 504610000, 85880500, 0),
(111403, 691, 81, 'Oberliederbach', 501176800, 84911700, 0),
(111404, 691, 81, 'Obermeiser', 514399500, 93041700, 0),
(111405, 691, 81, 'Obermelsungen', 511188500, 95315200, 0),
(111406, 691, 81, 'Obernhain', 502797400, 85435400, 0),
(111407, 691, 81, 'Oberorke', 511359300, 88462900, 0),
(111408, 691, 81, 'Oberreifenberg', 502434100, 84348800, 0),
(111409, 691, 81, 'Oberrodenbach', 501376500, 90610400, 0),
(111410, 691, 81, 'Oberrombach', 506584400, 96848800, 0),
(111411, 691, 81, 'Oberrosbach', 503045300, 86898000, 0),
(111412, 691, 81, 'Oberrosphe', 509115300, 87759600, 0),
(111413, 691, 81, 'Oberseemen', 504187400, 92359600, 0),
(111414, 691, 81, 'Oberstedten', 502264500, 85750000, 0),
(111415, 691, 81, 'Obervellmar', 513686700, 94634300, 0),
(111416, 691, 81, 'Oberwalgern', 507095600, 86664000, 0),
(111417, 691, 81, 'Oberwalluf', 500422500, 81407200, 0),
(111418, 691, 81, 'Oberweimar', 507562200, 87010000, 0),
(111419, 691, 81, 'Oberweyer', 504578900, 80942100, 0),
(111420, 691, 81, 'Oberwollstadt', 502971800, 87522200, 0),
(111421, 691, 81, 'Ockstadt', 503321900, 87219500, 0),
(111422, 691, 81, 'Odersbach', 504762400, 82422400, 0),
(111423, 691, 81, 'Oedelsheim', 515903000, 95931200, 0),
(111424, 691, 81, 'Oetmannshausen', 511387700, 99716500, 0),
(111425, 691, 81, 'Offenthal', 499811300, 87458300, 0),
(111426, 691, 81, 'Offheim', 504152600, 80620100, 0),
(111427, 691, 81, 'Okarben', 502516200, 87558400, 0),
(111428, 691, 81, 'Oppershofen', 504178200, 87451200, 0),
(111429, 691, 81, 'Opperz', 504479100, 96208000, 0),
(111430, 691, 81, 'Orpethal', 514926100, 89593500, 0),
(111431, 691, 81, 'Ossenheim', 503256500, 87942000, 0),
(111432, 691, 81, 'Ostende', 499106200, 86031600, 0),
(111433, 691, 81, 'Ostheim', 502247800, 89098600, 0),
(111434, 691, 81, 'Otterbach', 506934600, 90895700, 0),
(111435, 691, 81, 'Ottrau', 508000000, 93833300, 0),
(111436, 691, 81, 'Petterweil', 502428100, 87176500, 0),
(111437, 691, 81, 'Pfaffen-Beerfurth', 497166700, 88666700, 0),
(111438, 691, 81, 'Pfaffenhausen', 501694300, 94737800, 0),
(111439, 691, 81, 'Pfieffe', 511115600, 97351200, 0),
(111440, 691, 81, 'Pfirschbach', 497909000, 89593700, 0),
(111441, 691, 81, 'Philippinenhof', 513454100, 94964800, 0),
(111442, 691, 81, 'Philippstein', 504917000, 83800800, 0),
(111443, 691, 81, 'Philippsthal', 508394800, 100090600, 0),
(111444, 691, 81, 'Pohl Gons', 504613300, 86503600, 0),
(111445, 691, 81, 'Poppenhausen', 504879300, 98679500, 0),
(111446, 691, 81, 'Presberg', 500521900, 78909200, 0),
(111447, 691, 81, 'Probbach', 505449400, 82008800, 0),
(111448, 691, 81, 'Queckborn', 505752600, 89317800, 0),
(111449, 691, 81, 'Quentel', 511998300, 96471900, 0),
(111450, 691, 81, 'Quotshausen', 508545200, 84679000, 0),
(111451, 691, 81, 'Rabenau', 506775300, 88642500, 0),
(111452, 691, 81, 'Radheim', 498881000, 90203100, 0),
(111453, 691, 81, 'Rai-Breitenbach', 498150200, 90541300, 0),
(111454, 691, 81, 'Raibach', 498730200, 89605500, 0),
(111455, 691, 81, 'Rainrod', 504705800, 90775200, 0),
(111456, 691, 81, 'Rambach', 501168800, 82738300, 0),
(111457, 691, 81, 'Ransbach', 508265100, 99092800, 0),
(111458, 691, 81, 'Rattlar', 513110000, 86470500, 0),
(111459, 691, 81, 'Rauenthal', 500606100, 81123100, 0),
(111460, 691, 81, 'Rauischholzhausen', 507593700, 88803900, 0),
(111461, 691, 81, 'Rebgeshain', 505706300, 92375700, 0),
(111462, 691, 81, 'Reddehausen', 508796900, 88005600, 0),
(111463, 691, 81, 'Reddighausen', 510113300, 85886100, 0),
(111464, 691, 81, 'Rehbach', 497083900, 89526400, 0),
(111465, 691, 81, 'Reichenbach', 497110100, 86929100, 0),
(111466, 691, 81, 'Reichensachsen', 511527800, 99961700, 0),
(111467, 691, 81, 'Reilos', 509074200, 97393300, 0),
(111468, 691, 81, 'Reinhardshain', 506199500, 89059600, 0),
(111469, 691, 81, 'Reinhardshausen', 511116600, 90751400, 0),
(111470, 691, 81, 'Rembrucken', 500495600, 88524100, 0),
(111471, 691, 81, 'Rendel', 502151400, 87909500, 0),
(111472, 691, 81, 'Rengershausen', 511069800, 87019100, 0),
(111473, 691, 81, 'Rengshausen', 510071900, 95369400, 0),
(111474, 691, 81, 'Reulbach', 505203000, 99688100, 0),
(111475, 691, 81, 'Rhenegge', 513598200, 87714100, 0),
(111476, 691, 81, 'Rhina', 507634000, 96821200, 0),
(111477, 691, 81, 'Rhoden', 514732600, 90111100, 0),
(111478, 691, 81, 'Rhunda', 511142000, 94145000, 0),
(111479, 691, 81, 'Richen', 498886400, 89261200, 0),
(111480, 691, 81, 'Riedrode', 496491700, 84950000, 0),
(111481, 691, 81, 'Rimlos', 506455600, 93803600, 0),
(111482, 691, 81, 'Rinderbugen', 503171900, 91880100, 0),
(111483, 691, 81, 'Rindsmuhle', 505166700, 86333300, 0),
(111484, 691, 81, 'Rittershausen', 508466000, 82821700, 0),
(111485, 691, 81, 'Rixfeld', 505792800, 93850500, 0),
(111486, 691, 81, 'Rockenberg', 504305000, 87368800, 0),
(111487, 691, 81, 'Rod am Berg', 503001400, 84891700, 0),
(111488, 691, 81, 'Rod an der Weil', 503414100, 83787900, 0),
(111489, 691, 81, 'Roddenau', 510465900, 87530900, 0),
(111490, 691, 81, 'Rodgen', 503666700, 87666700, 0),
(111491, 691, 81, 'Rodheim vor der Hohe', 502658000, 87008400, 0),
(111492, 691, 81, 'Rohnstadt', 504081900, 83607700, 0),
(111493, 691, 81, 'Rohrenfurth', 511559100, 95483500, 0),
(111494, 691, 81, 'Rohrigshof', 508448500, 99626000, 0),
(111495, 691, 81, 'Rollhausen', 508460800, 93268800, 0),
(111496, 691, 81, 'Rollshausen', 507177400, 86040000, 0),
(111497, 691, 81, 'Rollwald', 499905400, 88481500, 0),
(111498, 691, 81, 'Romrod', 507134100, 92201000, 0),
(111499, 691, 81, 'Romsthal', 503169700, 93759700, 0),
(111500, 691, 81, 'Rosengarten', 496330500, 83997200, 0),
(111501, 691, 81, 'Rosenthal', 509743900, 88673600, 0),
(111502, 691, 81, 'Rossbach', 501611100, 92939400, 0),
(111503, 691, 81, 'Rote Warte', 501189000, 88107500, 0),
(111504, 691, 81, 'Rothenkirchen', 507214100, 97035300, 0),
(111505, 691, 81, 'Rothges', 505366300, 89282500, 0),
(111506, 691, 81, 'Ruchenbach', 507693600, 86255200, 0),
(111507, 691, 81, 'Ruddingshausen', 506876500, 89157500, 0),
(111508, 691, 81, 'Rudigheim', 502024000, 89765200, 0),
(111509, 691, 81, 'Rulfenrod', 507038100, 90869500, 0),
(111510, 691, 81, 'Rumpenheim', 501305400, 87993500, 0),
(111511, 691, 81, 'Runzhausen', 507929200, 85591700, 0),
(111512, 691, 81, 'Ruppertenrod', 506222400, 90887400, 0),
(111513, 691, 81, 'Ruppertshain', 501735900, 84006900, 0),
(111514, 691, 81, 'Saalburgsiedlung', 502885900, 85820000, 0),
(111515, 691, 81, 'Salz', 502908600, 93604700, 0),
(111516, 691, 81, 'Salzboden', 506836600, 86840200, 0),
(111517, 691, 81, 'Sand', 512461000, 92580800, 0),
(111518, 691, 81, 'Sandbach', 498192500, 90141500, 0),
(111519, 691, 81, 'Sandwiese', 497377800, 86016700, 0),
(111520, 691, 81, 'Sargenzell', 506643200, 97392900, 0),
(111521, 691, 81, 'Sarnau', 508660400, 87554700, 0),
(111522, 691, 81, 'Schachten', 514333300, 123833300, 0),
(111523, 691, 81, 'Schadeck', 504102400, 81563200, 0),
(111524, 691, 81, 'Schaferberg', 513862600, 94392300, 0),
(111525, 691, 81, 'Schluchtern', 503489100, 95253200, 0),
(111526, 691, 81, 'Schmitten', 502666700, 84500000, 0),
(111527, 691, 81, 'Schneidhain', 501695200, 84512500, 0),
(111528, 691, 81, 'Schneppenhausen', 499279200, 85802800, 0),
(111529, 691, 81, 'Schoeffengrund', 504874400, 84816200, 0),
(111530, 691, 81, 'Schonbach', 506688200, 82228700, 0),
(111531, 691, 81, 'Schonberg', 496918300, 86461700, 0),
(111532, 691, 81, 'Schoneberg', 515184300, 94188900, 0),
(111533, 691, 81, 'Schonenhof', 504368600, 96327500, 0),
(111534, 691, 81, 'Schonstadt', 508837200, 88317800, 0),
(111535, 691, 81, 'Schreufa', 510852800, 87990900, 0),
(111536, 691, 81, 'Schrock', 507861700, 88300200, 0),
(111537, 691, 81, 'Schupbach', 504550300, 81686300, 0),
(111538, 691, 81, 'Schwalefeld', 513075800, 86291800, 0),
(111539, 691, 81, 'Schwanheim', 496975000, 85697200, 0),
(111540, 691, 81, 'Schwarzenberg', 511476400, 95640400, 0),
(111541, 691, 81, 'Schwarzenfels', 502998700, 96746600, 0),
(111542, 691, 81, 'Schweinsberg', 507688600, 89641700, 0),
(111543, 691, 81, 'Seeheim', 497750000, 86511100, 0),
(111544, 691, 81, 'Seelenberg', 502614600, 84153200, 0),
(111545, 691, 81, 'Seidenroth', 502880200, 94575100, 0),
(111546, 691, 81, 'Seitzenhahn', 501256000, 81198000, 0),
(111547, 691, 81, 'Selters', 503404200, 90347100, 0),
(111548, 691, 81, 'Selzerbrunnen', 502333300, 87500000, 0),
(111549, 691, 81, 'Semd', 498737400, 88902100, 0),
(111550, 691, 81, 'Seulberg', 502430300, 86510500, 0),
(111551, 691, 81, 'Sickels', 505355800, 96441900, 0),
(111552, 691, 81, 'Sickenhofen', 499480100, 89305200, 0),
(111553, 691, 81, 'Siedelsbrunn', 495498600, 88078100, 0),
(111554, 691, 81, 'Sielen', 515516200, 93802800, 0),
(111555, 691, 81, 'Silges', 506370200, 98119100, 0),
(111556, 691, 81, 'Simmersbach', 508224400, 83784400, 0),
(111557, 691, 81, 'Sodel', 503938200, 88047400, 0),
(111558, 691, 81, 'Solzerhofe', 508666700, 97500000, 0),
(111559, 691, 81, 'Sondheim', 509990000, 93843000, 0),
(111560, 691, 81, 'Sorga', 508685700, 97606000, 0),
(111561, 691, 81, 'Spachbrucken', 498428600, 88287500, 0),
(111562, 691, 81, 'Spechtbach', 495666700, 88333300, 0),
(111563, 691, 81, 'Spilburg', 505500000, 85166700, 0),
(111564, 691, 81, 'Staden', 503315200, 89124700, 0),
(111565, 691, 81, 'Stammheim', 503111600, 89148000, 0),
(111566, 691, 81, 'Stangenrod', 506165900, 89679500, 0),
(111567, 691, 81, 'Steinberg', 500277500, 87868200, 0),
(111568, 691, 81, 'Steinbrucken', 508304300, 83337000, 0),
(111569, 691, 81, 'Steinbuch', 496830200, 89537500, 0),
(111570, 691, 81, 'Steindorf', 505476900, 84593000, 0),
(111571, 691, 81, 'Steinheim am Main', 501129800, 89073400, 0),
(111572, 691, 81, 'Steinheimer Hof', 500330600, 81428400, 0),
(111573, 691, 81, 'Sterkelshausen', 510102500, 96480600, 0),
(111574, 691, 81, 'Stockheim', 496710000, 90136500, 0),
(111575, 691, 81, 'Stockstadt am Rhein', 498094400, 84727800, 0),
(111576, 691, 81, 'Streitberg', 503231600, 92570900, 0),
(111577, 691, 81, 'Strinz-Margaretha', 502058500, 81334900, 0),
(111578, 691, 81, 'Strinz-Trinitatis', 502362700, 81555900, 0),
(111579, 691, 81, 'Struthhofe', 504196200, 95368200, 0),
(111580, 691, 81, 'Stryck', 512806100, 86198000, 0),
(111581, 691, 81, 'Sudeck', 513437400, 87643800, 0),
(111582, 691, 81, 'Suss', 509890300, 99717100, 0),
(111583, 691, 81, 'Thalau', 504407800, 97726800, 0),
(111584, 691, 81, 'Thalheim', 504864100, 80120400, 0),
(111585, 691, 81, 'Theobaldshof', 506682000, 100413100, 0),
(111586, 691, 81, 'Thomashutte', 499500000, 88166700, 0),
(111587, 691, 81, 'Trais-Horloff', 504590300, 88948100, 0),
(111588, 691, 81, 'Traisa', 498400100, 87019400, 0),
(111589, 691, 81, 'Trankhof', 504990200, 98931000, 0),
(111590, 691, 81, 'Treysa', 509120500, 91843000, 0),
(111591, 691, 81, 'Trockenbach', 508540800, 93027200, 0),
(111592, 691, 81, 'Trockenerfurth', 510406600, 92527700, 0),
(111593, 691, 81, 'Trohe', 506100000, 87528400, 0),
(111594, 691, 81, 'Twiste', 513365600, 89661300, 0),
(111595, 691, 81, 'Udenhausen', 507138100, 94483200, 0),
(111596, 691, 81, 'Ulfa', 504640400, 90096800, 0),
(111597, 691, 81, 'Ulfen', 510431500, 100159400, 0),
(111598, 691, 81, 'Ulmbach', 503705400, 94192300, 0),
(111599, 691, 81, 'Unshausen', 510823500, 93739000, 0),
(111600, 691, 81, 'Unter Gersprenz', 497500000, 88833300, 0),
(111601, 691, 81, 'Unter Mengelbach', 495833300, 87833300, 0),
(111602, 691, 81, 'Unter-Abtsteinach', 495271100, 87867900, 0),
(111603, 691, 81, 'Unter-Ostern', 496979000, 88620100, 0),
(111604, 691, 81, 'Unterer Hammer', 496966100, 90046000, 0),
(111605, 691, 81, 'Unterflockenbach', 495321500, 87270300, 0),
(111606, 691, 81, 'Unterhaun', 508369000, 97243000, 0),
(111607, 691, 81, 'Unterhausen', 507333300, 88500000, 0),
(111608, 691, 81, 'Urberach', 499727300, 87981200, 0),
(111609, 691, 81, 'Usseln', 512825900, 86658000, 0),
(111610, 691, 81, 'Uttrichshausen', 504134400, 97280500, 0),
(111611, 691, 81, 'Vaake', 514809600, 96159600, 0),
(111612, 691, 81, 'Veckerhagen', 514982700, 96006800, 0),
(111613, 691, 81, 'Veitsberg', 505930100, 88817400, 0),
(111614, 691, 81, 'Vernawahlshausen', 516253700, 96200800, 0),
(111615, 691, 81, 'Vetzberg', 506194800, 86133700, 0),
(111616, 691, 81, 'Vielbrunn', 497123900, 90991100, 0),
(111617, 691, 81, 'Vockenhausen', 501487000, 83781100, 0),
(111618, 691, 81, 'Vockerode', 512095300, 99047700, 0),
(111619, 691, 81, 'Vohl', 512056500, 89451000, 0),
(111620, 691, 81, 'Vollmarshausen', 512620800, 95641900, 0),
(111621, 691, 81, 'Vonhausen', 502583900, 91015600, 0),
(111622, 691, 81, 'Wabern', 511000000, 93500000, 0),
(111623, 691, 81, 'Wachenbuchen', 501672900, 88570800, 0),
(111624, 691, 81, 'Wachholderhof', 500348500, 80627600, 0),
(111625, 691, 81, 'Wagenfurth', 511784600, 94991600, 0),
(111626, 691, 81, 'Wahlen', 496155900, 88574700, 0),
(111627, 691, 81, 'Wahnhausen', 513641400, 95636000, 0),
(111628, 691, 81, 'Wald-Amorbach', 498479500, 90236800, 0),
(111629, 691, 81, 'Waldeck', 512061800, 90628600, 0),
(111630, 691, 81, 'Waldhausen', 505014400, 82512400, 0),
(111631, 691, 81, 'Waldkappel', 511446200, 98769500, 0),
(111632, 691, 81, 'Waldrandsiedlung', 500104000, 90358000, 0),
(111633, 691, 81, 'Waldsiedlung', 501525600, 88885800, 0),
(111634, 691, 81, 'Wallenstein', 509532900, 94864000, 0),
(111635, 691, 81, 'Wallerstadten', 499036100, 84508300, 0),
(111636, 691, 81, 'Walsdorf', 502698800, 82780500, 0),
(111637, 691, 81, 'Waltersbruck', 509966400, 92142000, 0),
(111638, 691, 81, 'Wasenberg', 508742900, 91893500, 0),
(111639, 691, 81, 'Wassmuthshausen', 509964000, 94128600, 0),
(111640, 691, 81, 'Watzenborn', 505398000, 87219100, 0),
(111641, 691, 81, 'Webern', 497531500, 87560300, 0),
(111642, 691, 81, 'Weckesheim', 503614100, 88426400, 0),
(111643, 691, 81, 'Wehrshausen', 508065700, 98866300, 0),
(111644, 691, 81, 'Weiden', 512511700, 99970400, 0),
(111645, 691, 81, 'Weidenhausen', 505083500, 85516500, 0),
(111646, 691, 81, 'Weifenbach', 509411000, 85007100, 0),
(111647, 691, 81, 'Weihershof', 505872100, 98566200, 0),
(111648, 691, 81, 'Weilbach', 500449200, 84348000, 0),
(111649, 691, 81, 'Weilmunster', 504314300, 83767300, 0),
(111650, 691, 81, 'Weimar', 513656200, 93934000, 0),
(111651, 691, 81, 'Weinbach', 504384300, 82913300, 0),
(111652, 691, 81, 'Weiskirchen', 500527200, 88881700, 0),
(111653, 691, 81, 'Weiterode', 509544200, 98101100, 0),
(111654, 691, 81, 'Welcherod', 509875700, 93091800, 0),
(111655, 691, 81, 'Wellerode', 512377600, 95721300, 0),
(111656, 691, 81, 'Wembach', 498065800, 87859100, 0),
(111657, 691, 81, 'Wendebach', 508348300, 97176900, 0),
(111658, 691, 81, 'Wenings', 503849700, 91964100, 0),
(111659, 691, 81, 'Wenkbach', 507438400, 87154200, 0),
(111660, 691, 81, 'Werkel', 511551800, 93113800, 0),
(111661, 691, 81, 'Wernborn', 503611200, 85689900, 0),
(111662, 691, 81, 'Wernges', 506770100, 94207700, 0),
(111663, 691, 81, 'Wernswig', 509941500, 93642400, 0),
(111664, 691, 81, 'Westerfeld', 503137900, 85243600, 0),
(111665, 691, 81, 'Wethen', 514915400, 90753900, 0),
(111666, 691, 81, 'Wetter', 509025400, 87236600, 0),
(111667, 691, 81, 'Wetterfeld', 505480500, 89572200, 0),
(111668, 691, 81, 'Wettesingen', 514503900, 91858400, 0),
(111669, 691, 81, 'Wettsaasen', 506313300, 90632800, 0),
(111670, 691, 81, 'Wichdorf', 512268800, 93025000, 0),
(111671, 691, 81, 'Wichmannshausen', 511085200, 99715900, 0),
(111672, 691, 81, 'Wickers', 505434400, 99892300, 0),
(111673, 691, 81, 'Wickersrode', 511539800, 97403000, 0),
(111674, 691, 81, 'Widdershausen', 509101800, 100138700, 0),
(111675, 691, 81, 'Wiebelsbach', 498232700, 89428000, 0),
(111676, 691, 81, 'Willersdorf', 510266000, 88515400, 0),
(111677, 691, 81, 'Wilsenroth', 505284300, 80202200, 0),
(111678, 691, 81, 'Windecken', 502212900, 88807400, 0),
(111679, 691, 81, 'Winterkasten', 497055600, 87866000, 0),
(111680, 691, 81, 'Wippershain', 508314000, 97714800, 0),
(111681, 691, 81, 'Wissenbach', 507906600, 83224300, 0),
(111682, 691, 81, 'Wissmar', 506373200, 86766400, 0),
(111683, 691, 81, 'Wohnbach', 504286400, 88292300, 0),
(111684, 691, 81, 'Wolferborn', 503299600, 91950300, 0),
(111685, 691, 81, 'Wolfgruben', 508727600, 85434800, 0),
(111686, 691, 81, 'Wolfhagen', 513261100, 91701500, 0),
(111687, 691, 81, 'Wolfskehlen', 498530600, 84997200, 0),
(111688, 691, 81, 'Wommelshausen', 507654500, 84933800, 0),
(111689, 691, 81, 'Wommen', 510140200, 101203800, 0),
(111690, 691, 81, 'Worsdorf', 502461100, 82543300, 0),
(111691, 691, 81, 'Wurges', 502835700, 82771600, 0),
(111692, 691, 81, 'Zeilhard', 498461100, 87916200, 0),
(111693, 691, 81, 'Zell', 496736700, 86469000, 0),
(111694, 691, 81, 'Zennern', 511099600, 93132400, 0),
(111695, 691, 81, 'Ziegenberg', 503662800, 86319500, 0),
(111696, 691, 81, 'Ziegenhain', 509152200, 92375400, 0),
(111697, 691, 81, 'Zimmersrode', 510080300, 92263900, 0),
(111698, 691, 81, 'Zirkenbach', 505203000, 96435900, 0),
(111699, 691, 81, 'Zotzenbach', 496024400, 87641900, 0),
(111700, 691, 81, 'schmidt-haus', 512338300, 94178800, 0),
(111701, 692, 81, 'Admannshagen-Bargeshagen', 541303800, 119991500, 0),
(111702, 692, 81, 'Alt Kosenow', 537931600, 137585700, 0),
(111703, 692, 81, 'Alt Pannekow', 539216000, 127151300, 0),
(111704, 692, 81, 'Altentreptow', 536941600, 132650400, 0),
(111705, 692, 81, 'Althagen', 543731600, 124161800, 0),
(111706, 692, 81, 'Althof', 540879900, 119280000, 0),
(111707, 692, 81, 'Am Schwarzen Busch', 540101600, 114306200, 0),
(111708, 692, 81, 'Amtshof', 533333300, 134500000, 0),
(111709, 692, 81, 'Andershof', 542765000, 131072900, 0),
(111710, 692, 81, 'Bad Kleinen', 537666700, 114666700, 0),
(111711, 692, 81, 'Bahlen', 533659700, 107627400, 0),
(111712, 692, 81, 'Bahlendorf', 533684000, 107520300, 0),
(111713, 692, 81, 'Bansin Dorf', 539598800, 141295400, 0),
(111714, 692, 81, 'Banzkow', 535333300, 115166700, 0),
(111715, 692, 81, 'Bargensdorf', 535107500, 132875400, 0),
(111716, 692, 81, 'Barnin', 536000000, 117000000, 0),
(111717, 692, 81, 'Bastorf', 541333300, 117000000, 0),
(111718, 692, 81, 'Benzin', 534403200, 120827300, 0),
(111719, 692, 81, 'Berndshof', 537331800, 140959700, 0),
(111720, 692, 81, 'Besendorf', 535125800, 112988100, 0),
(111721, 692, 81, 'Blieschow', 543770600, 136371200, 0),
(111722, 692, 81, 'Blumenholz', 534166700, 131166700, 0),
(111723, 692, 81, 'Bobitz', 538000000, 113500000, 0),
(111724, 692, 81, 'Bodstedt', 543701600, 126143600, 0),
(111725, 692, 81, 'Bolkow', 537510700, 121821500, 0),
(111726, 692, 81, 'Bollewick', 533538300, 125772900, 0),
(111727, 692, 81, 'Bollhagen', 542666700, 123500000, 0),
(111728, 692, 81, 'Boock', 534913100, 142453200, 0),
(111729, 692, 81, 'Borgerende-Rethwisch', 541333300, 119166700, 0),
(111730, 692, 81, 'Born', 543853600, 125305100, 0),
(111731, 692, 81, 'Brahlstorf', 533643800, 109516500, 0),
(111732, 692, 81, 'Bramow', 541041000, 120839300, 0),
(111733, 692, 81, 'Brenkenhof', 538376600, 134949500, 0),
(111734, 692, 81, 'Brinckmannsdorf', 540823200, 121824100, 0),
(111735, 692, 81, 'Brunshaupten', 541333300, 117500000, 0),
(111736, 692, 81, 'Brunzow', 541000000, 135666700, 0),
(111737, 692, 81, 'Buttlingen', 538323100, 111709100, 0),
(111738, 692, 81, 'Cambs', 536971600, 115271500, 0),
(111739, 692, 81, 'Camin', 534637300, 109684800, 0),
(111740, 692, 81, 'Cantnitz', 533808800, 133857200, 0),
(111741, 692, 81, 'Carpin', 533500000, 132500000, 0),
(111742, 692, 81, 'Colpin', 535166700, 134333300, 0),
(111743, 692, 81, 'Conow', 532223600, 113322500, 0),
(111744, 692, 81, 'Dalwitzhof', 540666800, 121504000, 0),
(111745, 692, 81, 'Dammhusen', 538799300, 114263400, 0),
(111746, 692, 81, 'Dandorf', 542731900, 123724900, 0),
(111747, 692, 81, 'Dargetzow', 538929100, 115044000, 0),
(111748, 692, 81, 'Darsser Ort', 544731300, 125028700, 0),
(111749, 692, 81, 'Dersekow', 540458300, 132924300, 0),
(111750, 692, 81, 'Dettmannsdorf', 541116500, 125287100, 0),
(111751, 692, 81, 'Diedrichshof', 537646500, 119139400, 0),
(111752, 692, 81, 'Dierhagen Ost', 543062100, 123512900, 0),
(111753, 692, 81, 'Dierhagen Strand', 542925800, 123339600, 0),
(111754, 692, 81, 'Diestelow', 535502000, 120667600, 0),
(111755, 692, 81, 'Dolitz', 539494400, 126813700, 0),
(111756, 692, 81, 'Domitz', 531408000, 112501700, 0),
(111757, 692, 81, 'Dorf Korkwitz', 542540400, 123870000, 0),
(111758, 692, 81, 'Dreschvitz', 544031500, 132941400, 0),
(111759, 692, 81, 'Drewshof', 543397000, 130545000, 0),
(111760, 692, 81, 'Dudinghausen', 539101000, 122186900, 0),
(111761, 692, 81, 'Duggenkoppel', 540666700, 118000000, 0),
(111762, 692, 81, 'Dummerhutte', 535682000, 112248900, 0),
(111763, 692, 81, 'Eichhof', 533875200, 112391000, 0),
(111764, 692, 81, 'Eixen', 541614300, 127238400, 0),
(111765, 692, 81, 'Eldena', 532333300, 114166700, 0),
(111766, 692, 81, 'Eldenburg', 535049100, 126325800, 0),
(111767, 692, 81, 'Feldstadt', 536233100, 114067300, 0),
(111768, 692, 81, 'Fetten-Vorstadt', 540833300, 133666700, 0),
(111769, 692, 81, 'Fienstorf', 541028600, 122741900, 0),
(111770, 692, 81, 'Fliederberg', 540500000, 135500000, 0),
(111771, 692, 81, 'Franzburg', 541850100, 128821000, 0),
(111772, 692, 81, 'Fresenbrugge', 532646000, 115410600, 0),
(111773, 692, 81, 'Friedenshof', 538867900, 114390900, 0),
(111774, 692, 81, 'Friedrichshagen', 536353800, 138686400, 0),
(111775, 692, 81, 'Friedrichsruhe', 535276600, 117512500, 0),
(111776, 692, 81, 'Friedrichsthal', 536524200, 113339400, 0),
(111777, 692, 81, 'Gagelow', 536855800, 118963900, 0),
(111778, 692, 81, 'Gager', 543096600, 136843300, 0),
(111779, 692, 81, 'Gallentin', 537589100, 114488700, 0),
(111780, 692, 81, 'Gallin', 534935300, 108331700, 0),
(111781, 692, 81, 'Ganschvitz', 545143500, 132717000, 0),
(111782, 692, 81, 'Gehag', 542710600, 129460100, 0),
(111783, 692, 81, 'Gelbensande', 542027200, 123016800, 0),
(111784, 692, 81, 'Georgenhof', 533670700, 132410900, 0),
(111785, 692, 81, 'Gerlachsruh', 540916200, 130284100, 0),
(111786, 692, 81, 'Gevezin', 535651400, 131119500, 0),
(111787, 692, 81, 'Gingst', 544500000, 132500000, 0),
(111788, 692, 81, 'Glashagen', 537877900, 114180500, 0),
(111789, 692, 81, 'Gneve', 533874200, 126368500, 0),
(111790, 692, 81, 'Godern', 536187600, 115432000, 0),
(111791, 692, 81, 'Golchen', 537105800, 116810400, 0),
(111792, 692, 81, 'Goldbeck', 539559700, 111230900, 0),
(111793, 692, 81, 'Gorkow', 534871300, 141715000, 0),
(111794, 692, 81, 'Gottesgabe', 536311000, 112489700, 0),
(111795, 692, 81, 'Gottmannsforde', 536841500, 112718000, 0),
(111796, 692, 81, 'Grambzow', 537403900, 125659600, 0),
(111797, 692, 81, 'Granitzhof', 543902500, 136113800, 0),
(111798, 692, 81, 'Grenzin', 541609800, 128794500, 0),
(111799, 692, 81, 'Gresse', 534333300, 107500000, 0),
(111800, 692, 81, 'Grevesmuhlen', 538633600, 111916000, 0),
(111801, 692, 81, 'Gross Bunzow', 539342100, 136583400, 0),
(111802, 692, 81, 'Gross Elmenhorst', 542096400, 130530500, 0),
(111803, 692, 81, 'Gross Ernsthof', 540797600, 137423000, 0),
(111804, 692, 81, 'Gross Flotow', 535531500, 129910400, 0),
(111805, 692, 81, 'Gross Godems', 533634600, 117972600, 0),
(111806, 692, 81, 'Gross Kirr', 544239700, 126995900, 0),
(111807, 692, 81, 'Gross Kordshagen', 543317900, 128430200, 0),
(111808, 692, 81, 'Gross Nemerow', 534666700, 132333300, 0),
(111809, 692, 81, 'Gross Rogahn', 535963800, 113260500, 0),
(111810, 692, 81, 'Gross Stove', 540416500, 120919200, 0),
(111811, 692, 81, 'Grosser Dreesch', 536017800, 114324800, 0),
(111812, 692, 81, 'Grussow', 534427700, 124248500, 0),
(111813, 692, 81, 'Gulze', 533530100, 108110600, 0),
(111814, 692, 81, 'Gumnitz', 536833300, 140500000, 0),
(111815, 692, 81, 'Hagenower Heide', 534050000, 112122700, 0),
(111816, 692, 81, 'Hausler Kosterbeck', 540666700, 122166700, 0),
(111817, 692, 81, 'Heiligenhagen', 540093800, 119350100, 0),
(111818, 692, 81, 'Herrnburg', 538398000, 107565500, 0),
(111819, 692, 81, 'Heydenhof', 538767800, 132576200, 0),
(111820, 692, 81, 'Hinrichsdorf', 541362300, 121615000, 0),
(111821, 692, 81, 'Hinrichshagen Hof', 540739700, 133508200, 0),
(111822, 692, 81, 'Hinter-Wendorf', 539068700, 114063900, 0),
(111823, 692, 81, 'Hof Patzig', 544657100, 133875800, 0),
(111824, 692, 81, 'Hohen Demzin', 537214000, 125438100, 0),
(111825, 692, 81, 'Holldorf', 534666700, 132666700, 0),
(111826, 692, 81, 'Hornstorf', 539166700, 115333300, 0),
(111827, 692, 81, 'Jabel', 535500000, 125500000, 0),
(111828, 692, 81, 'Jarmen', 539238500, 133403200, 0),
(111829, 692, 81, 'Jarmstorf', 537001900, 111062300, 0),
(111830, 692, 81, 'Jurgenstorf', 536666700, 129000000, 0),
(111831, 692, 81, 'Kaarz', 536974200, 117274400, 0),
(111832, 692, 81, 'Kamminke', 538666700, 142000000, 0),
(111833, 692, 81, 'Kankel', 539523500, 122240100, 0),
(111834, 692, 81, 'Karcheez', 537636600, 120722300, 0),
(111835, 692, 81, 'Kargow', 535000000, 127500000, 0),
(111836, 692, 81, 'Karlshagen', 541166700, 138333300, 0),
(111837, 692, 81, 'Kavelstorf', 540059600, 121908200, 0),
(111838, 692, 81, 'Kemnitzerhagen', 540640000, 135417200, 0),
(111839, 692, 81, 'Kieve', 532745600, 125937700, 0),
(111840, 692, 81, 'Kirch Baggendorf', 540848700, 129097100, 0),
(111841, 692, 81, 'Kirch Lutgendorf', 536000000, 125166700, 0),
(111842, 692, 81, 'Klein Bollhagen', 541357500, 117936200, 0),
(111843, 692, 81, 'Klein Lichtenhagen', 541500000, 120500000, 0),
(111844, 692, 81, 'Klein Molzahn', 537454600, 108896800, 0),
(111845, 692, 81, 'Klein Renzow', 536166700, 111666700, 0),
(111846, 692, 81, 'Klein Schwarfs', 540403200, 122275800, 0),
(111847, 692, 81, 'Klein Siemen', 540159800, 118264800, 0),
(111848, 692, 81, 'Klein Sprenz', 539235500, 121972300, 0),
(111849, 692, 81, 'Klein Tessin', 540324200, 124436200, 0),
(111850, 692, 81, 'Klein Trebbow', 532971100, 130745400, 0),
(111851, 692, 81, 'Klein Wehnendorf', 540556600, 123936100, 0),
(111852, 692, 81, 'Klein Welzin', 536304600, 112213800, 0),
(111853, 692, 81, 'Klein Zicker', 542814600, 136937700, 0),
(111854, 692, 81, 'Kleinmohrdorf', 543854300, 129450700, 0),
(111855, 692, 81, 'Klepelshagen', 535653200, 137557300, 0),
(111856, 692, 81, 'Klockenhagen', 542420100, 123615100, 0),
(111857, 692, 81, 'Klopzow', 533706000, 127788600, 0),
(111858, 692, 81, 'Kloster Malchow', 534713500, 124335400, 0),
(111859, 692, 81, 'Kloster Wulfshagen', 541633400, 124685400, 0),
(111860, 692, 81, 'Kluess', 537785400, 122422000, 0),
(111861, 692, 81, 'Klutz', 539647000, 111636700, 0),
(111862, 692, 81, 'Konsages', 539035300, 136173800, 0),
(111863, 692, 81, 'Korswandt', 539166700, 141666700, 0),
(111864, 692, 81, 'Kothendorf', 535443700, 112854900, 0),
(111865, 692, 81, 'Krampas', 545166700, 136333300, 0),
(111866, 692, 81, 'Krapelin', 541148300, 135903300, 0),
(111867, 692, 81, 'Krebsfoerden', 536000000, 114000000, 0),
(111868, 692, 81, 'Krempin', 540133300, 117106400, 0),
(111869, 692, 81, 'Krickow', 534594000, 131996400, 0),
(111870, 692, 81, 'Kritzkow', 538860000, 122465300, 0),
(111871, 692, 81, 'Kritzmow', 540500000, 120500000, 0),
(111872, 692, 81, 'Kroslin', 541166700, 137666700, 0),
(111873, 692, 81, 'Krummendorf', 541346000, 121168100, 0),
(111874, 692, 81, 'Krummin', 540500000, 138500000, 0),
(111875, 692, 81, 'Kuchelmiss', 536822700, 123616800, 0),
(111876, 692, 81, 'Kurzen Trechow', 538697100, 119143400, 0),
(111877, 692, 81, 'Kutzow', 538854000, 141283100, 0),
(111878, 692, 81, 'Ladebow', 541004800, 134365800, 0),
(111879, 692, 81, 'Langen Trechow', 538803700, 119413300, 0),
(111880, 692, 81, 'Langenfelde', 540063600, 129236100, 0),
(111881, 692, 81, 'Lankow', 536498300, 113691300, 0),
(111882, 692, 81, 'Lauen', 538782600, 108182300, 0),
(111883, 692, 81, 'Lauterbach', 543438700, 134993400, 0),
(111884, 692, 81, 'Leezen', 536626500, 114987400, 0),
(111885, 692, 81, 'Letzter Heller', 538666700, 112166700, 0),
(111886, 692, 81, 'Levenhagen', 540890500, 132689100, 0),
(111887, 692, 81, 'Libnow', 539028100, 137735200, 0),
(111888, 692, 81, 'Liepgarten', 537166700, 140166700, 0),
(111889, 692, 81, 'Loddin', 540333300, 140166700, 0),
(111890, 692, 81, 'Loiz', 537270700, 118847900, 0),
(111891, 692, 81, 'Lonvitz', 543578100, 135021300, 0),
(111892, 692, 81, 'Lubs', 537333300, 138833300, 0),
(111893, 692, 81, 'Lubstorf', 537256100, 114147100, 0),
(111894, 692, 81, 'Lubtheen', 533011800, 110836800, 0),
(111895, 692, 81, 'Lubz', 534626100, 120291700, 0),
(111896, 692, 81, 'Luedershagen Heide', 542904800, 126147900, 0),
(111897, 692, 81, 'Lutheran', 534583100, 120011900, 0),
(111898, 692, 81, 'Lutow', 540166700, 138833300, 0),
(111899, 692, 81, 'Lutzow', 536500000, 111833300, 0),
(111900, 692, 81, 'Malow', 533420500, 119174200, 0),
(111901, 692, 81, 'Mariawerth', 536525400, 138096000, 0),
(111902, 692, 81, 'Marienfelde', 534043800, 126176600, 0),
(111903, 692, 81, 'Marnitz', 533166700, 119333300, 0),
(111904, 692, 81, 'Martenshagen', 542957400, 126733300, 0),
(111905, 692, 81, 'Matzlow', 534484000, 117018100, 0),
(111906, 692, 81, 'Mechelsdorf', 541155800, 116729500, 0),
(111907, 692, 81, 'Medow', 535743700, 120786100, 0),
(111908, 692, 81, 'Meiersberg', 537000000, 139500000, 0),
(111909, 692, 81, 'Mollen', 536372600, 122782500, 0),
(111910, 692, 81, 'Mollenhagen', 535238800, 129286800, 0),
(111911, 692, 81, 'Molschow', 540833300, 138333300, 0),
(111912, 692, 81, 'Monkeshof', 535802400, 133045100, 0),
(111913, 692, 81, 'Muesser Holz', 535924000, 114680100, 0),
(111914, 692, 81, 'Muhlenkamp', 539864900, 131740800, 0),
(111915, 692, 81, 'Murchin', 539000000, 137333300, 0),
(111916, 692, 81, 'Nakensdorf', 538460500, 116835400, 0),
(111917, 692, 81, 'Neese', 532637600, 116250700, 0),
(111918, 692, 81, 'Neschow', 537742400, 109066900, 0),
(111919, 692, 81, 'Neu Brenz', 533806400, 116480700, 0),
(111920, 692, 81, 'Neu Broderstorf', 540909500, 122628300, 0),
(111921, 692, 81, 'Neu Farpen', 539488000, 115679100, 0),
(111922, 692, 81, 'Neu Jabel', 532246400, 111645100, 0),
(111923, 692, 81, 'Neu Kentzlin', 537642500, 129846200, 0),
(111924, 692, 81, 'Neu Kokendorf', 540092700, 123558500, 0),
(111925, 692, 81, 'Neu Polchow', 539467400, 124860300, 0),
(111926, 692, 81, 'Neu Reddevitz', 543352000, 136137300, 0),
(111927, 692, 81, 'Neu Rethwisch', 541337600, 119519900, 0),
(111928, 692, 81, 'Neu Roggentin', 540800700, 122009000, 0),
(111929, 692, 81, 'Neu Sassitz', 544007000, 134118900, 0),
(111930, 692, 81, 'Neu Tellin', 538523800, 132206100, 0),
(111931, 692, 81, 'Neu Ungnade', 540612500, 133120000, 0),
(111932, 692, 81, 'Neufeld', 533145400, 128691400, 0),
(111933, 692, 81, 'Neukalen', 538227500, 127901500, 0),
(111934, 692, 81, 'Neverin', 536166700, 133333300, 0),
(111935, 692, 81, 'Niederhagen', 541796200, 122073600, 0),
(111936, 692, 81, 'Niederklutz', 539710400, 111676400, 0),
(111937, 692, 81, 'Nienhusen', 540019400, 120304200, 0),
(111938, 692, 81, 'Niex', 540252000, 121555300, 0),
(111939, 692, 81, 'Nisbill', 537999800, 116548700, 0),
(111940, 692, 81, 'Nonnendorf', 541189700, 136947500, 0),
(111941, 692, 81, 'Oldenhagen', 541282500, 133613500, 0),
(111942, 692, 81, 'Ostorf', 536166700, 114166700, 0),
(111943, 692, 81, 'Ostseebad Ahrenshoop', 543834600, 124242500, 0),
(111944, 692, 81, 'Ostseebad Baabe', 543601600, 137038100, 0),
(111945, 692, 81, 'Ostseebad Boltenhagen', 539877900, 112019300, 0),
(111946, 692, 81, 'Ostseebad Gohren', 543414000, 137382300, 0),
(111947, 692, 81, 'Ostseebad Heiligendamm', 541432300, 118405200, 0),
(111948, 692, 81, 'Ostseebad Nienhagen', 541599800, 119685800, 0),
(111949, 692, 81, 'Ostseebad Prerow', 544446900, 125767700, 0),
(111950, 692, 81, 'Papendorf', 534964200, 139469700, 0),
(111951, 692, 81, 'Papenhagen', 541470500, 129808600, 0),
(111952, 692, 81, 'Parow', 543521500, 130694400, 0),
(111953, 692, 81, 'Parum', 535471100, 111904600, 0),
(111954, 692, 81, 'Pastin', 537033100, 118745000, 0),
(111955, 692, 81, 'Peenemunde', 541333300, 137833300, 0),
(111956, 692, 81, 'Peetsch', 532531000, 128418200, 0),
(111957, 692, 81, 'Perniek', 538802600, 117031600, 0),
(111958, 692, 81, 'Pingelshagen', 536831400, 113353200, 0),
(111959, 692, 81, 'Pinnow', 536000000, 115500000, 0),
(111960, 692, 81, 'Pluggentin', 543624100, 132974900, 0),
(111961, 692, 81, 'Plumsdorf', 537661000, 109514200, 0),
(111962, 692, 81, 'Poseritz', 543000000, 132833300, 0),
(111963, 692, 81, 'Priemerburg', 537926400, 122260700, 0),
(111964, 692, 81, 'Pritzier', 533791900, 110781200, 0),
(111965, 692, 81, 'Prora', 544388300, 135742000, 0),
(111966, 692, 81, 'Proseken', 539064600, 113673600, 0),
(111967, 692, 81, 'Prutzmannshagen', 541005800, 131345000, 0),
(111968, 692, 81, 'Puchow', 535333300, 130666700, 0),
(111969, 692, 81, 'Pudagla', 539666700, 140666700, 0),
(111970, 692, 81, 'Pulverhof', 534652600, 114214900, 0),
(111971, 692, 81, 'Putbus', 543551100, 134763400, 0),
(111972, 692, 81, 'Putgarten', 546666700, 134166700, 0),
(111973, 692, 81, 'Radegast', 536708800, 110798600, 0),
(111974, 692, 81, 'Raden', 537606100, 124328000, 0),
(111975, 692, 81, 'Raduhn', 534813500, 116841900, 0),
(111976, 692, 81, 'Rahnenfelde', 535221800, 130795700, 0),
(111977, 692, 81, 'Rakow', 540392300, 116204500, 0),
(111978, 692, 81, 'Rambeel', 537710600, 111725000, 0),
(111979, 692, 81, 'Ravensberg', 539902700, 117045000, 0),
(111980, 692, 81, 'Redentin', 539313400, 114858800, 0),
(111981, 692, 81, 'Reetzow', 539322000, 140972900, 0),
(111982, 692, 81, 'Rehna', 537787700, 110492900, 0),
(111983, 692, 81, 'Reimershagen', 536720000, 121759400, 0),
(111984, 692, 81, 'Retgendorf', 537292200, 115035900, 0),
(111985, 692, 81, 'Retzow', 533212400, 127611400, 0),
(111986, 692, 81, 'Reutershagen', 540989700, 120729400, 0),
(111987, 692, 81, 'Reutershof', 536802200, 129074800, 0),
(111988, 692, 81, 'Reuterstadt Stavenhagen', 536972500, 129046800, 0),
(111989, 692, 81, 'Ribnitz-Damgarten', 542422000, 124566600, 0),
(111990, 692, 81, 'Riekdahl', 540923100, 121837400, 0),
(111991, 692, 81, 'Rieth', 536905100, 142553900, 0),
(111992, 692, 81, 'Rohlstorf', 539171500, 115342000, 0),
(111993, 692, 81, 'Rolofshagen', 539048300, 111686600, 0),
(111994, 692, 81, 'Rom', 534447200, 119486600, 0),
(111995, 692, 81, 'Rosenow', 536333300, 130333300, 0),
(111996, 692, 81, 'Rossow', 534742500, 141255000, 0),
(111997, 692, 81, 'Rostocker Wulfshagen', 541790600, 123947200, 0),
(111998, 692, 81, 'Rothenkirchen', 543572600, 132429900, 0),
(111999, 692, 81, 'Rothenklempenow', 535166700, 142000000, 0),
(112000, 692, 81, 'Rovershagen', 541766800, 122427600, 0),
(112001, 692, 81, 'Rubow', 537567500, 115714500, 0),
(112002, 692, 81, 'Rugensee', 537331100, 113887600, 0),
(112003, 692, 81, 'Sabel', 534666700, 133333300, 0),
(112004, 692, 81, 'Sadelkow', 536052300, 134524600, 0),
(112005, 692, 81, 'Salzow', 534333300, 142500000, 0),
(112006, 692, 81, 'Sandort', 543509000, 136497800, 0),
(112007, 692, 81, 'Sanitz', 540775700, 123755800, 0),
(112008, 692, 81, 'Schadeland', 535400300, 108641500, 0),
(112009, 692, 81, 'Schaliss', 535577400, 109384600, 0),
(112010, 692, 81, 'Schanzenberg', 538579700, 137193600, 0),
(112011, 692, 81, 'Schaprode', 545166700, 131666700, 0),
(112012, 692, 81, 'Scharbow', 534727200, 111911900, 0),
(112013, 692, 81, 'Scharpitz', 543418500, 131573300, 0),
(112014, 692, 81, 'Schelfwerder', 536481000, 114347100, 0),
(112015, 692, 81, 'Schmarl', 541334200, 120736700, 0),
(112016, 692, 81, 'Schmedshagen', 543484700, 130116000, 0),
(112017, 692, 81, 'Schonberg', 538444100, 109326500, 0),
(112018, 692, 81, 'Schonkamp', 538456000, 127751900, 0),
(112019, 692, 81, 'Schrodershof', 538904400, 125807400, 0),
(112020, 692, 81, 'Schutow', 541079200, 120688200, 0),
(112021, 692, 81, 'Schwaan', 539404700, 121071500, 0),
(112022, 692, 81, 'Schwartow', 533979200, 107480600, 0),
(112023, 692, 81, 'Schwarzenpfost', 541828700, 123020600, 0),
(112024, 692, 81, 'Schwinge', 539949000, 131564800, 0),
(112025, 692, 81, 'Schwinkendorf', 536500000, 126833300, 0),
(112026, 692, 81, 'Seebad Heringsdorf', 539537800, 141685200, 0),
(112027, 692, 81, 'Seeheilbad Graal-Muritz', 542512400, 122513900, 0),
(112028, 692, 81, 'Selmsdorf-Hof', 538677100, 108485600, 0),
(112029, 692, 81, 'Selpin', 539911200, 124957500, 0),
(112030, 692, 81, 'Siedenbrunzow', 539000000, 131500000, 0),
(112031, 692, 81, 'Sildemow', 540521900, 121372400, 0),
(112032, 692, 81, 'Silz', 535194900, 124399600, 0),
(112033, 692, 81, 'Sorgenfrei', 538500000, 136833300, 0),
(112034, 692, 81, 'Spantekow', 537833300, 135333300, 0),
(112035, 692, 81, 'Spechtberg', 536366800, 140332500, 0),
(112036, 692, 81, 'Spiegelsdorf', 540803400, 136243500, 0),
(112037, 692, 81, 'Stavenhof', 536835100, 129302700, 0),
(112038, 692, 81, 'Steffenshagen', 541000000, 118333300, 0),
(112039, 692, 81, 'Steinhausen', 539397600, 116077800, 0),
(112040, 692, 81, 'Steinort', 542666700, 124333300, 0),
(112041, 692, 81, 'Stilow', 540891700, 135712200, 0),
(112042, 692, 81, 'Strasen', 532080100, 129935400, 0),
(112043, 692, 81, 'Strelitz Alt', 533323500, 130954800, 0),
(112044, 692, 81, 'Striesdorf', 539309900, 122580800, 0),
(112045, 692, 81, 'Stubbenfelde', 540290700, 140326200, 0),
(112046, 692, 81, 'Stulow', 540874400, 118845900, 0),
(112047, 692, 81, 'Stuterhof', 539030100, 130225300, 0),
(112048, 692, 81, 'Subzin', 538996200, 123513300, 0),
(112049, 692, 81, 'Subzow', 540463900, 133319100, 0),
(112050, 692, 81, 'Suckow', 533096500, 119708100, 0),
(112051, 692, 81, 'Sulstorf', 535166700, 113666700, 0),
(112052, 692, 81, 'Sulze', 532196400, 113250500, 0),
(112053, 692, 81, 'Tarnewitz', 539729400, 112340500, 0),
(112054, 692, 81, 'Techentin', 533077600, 114901300, 0),
(112055, 692, 81, 'Tellow', 538460400, 125151200, 0),
(112056, 692, 81, 'Tessenow', 533531100, 118945900, 0),
(112057, 692, 81, 'Thulendorf', 541000000, 123000000, 0),
(112058, 692, 81, 'Tressow', 536280700, 126702600, 0),
(112059, 692, 81, 'Tribsees', 540955600, 127568300, 0),
(112060, 692, 81, 'Trotzenburg', 539690700, 124055200, 0),
(112061, 692, 81, 'Tutzpatz', 537333300, 131500000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(112062, 692, 81, 'Ueckermunde', 537379500, 140447300, 0),
(112063, 692, 81, 'Ulrichshusen', 536262700, 126278000, 0),
(112064, 692, 81, 'Untergoehren', 534913100, 124883700, 0),
(112065, 692, 81, 'Upahl', 538166700, 112166700, 0),
(112066, 692, 81, 'Upatel', 539432600, 134556800, 0),
(112067, 692, 81, 'Utecht', 537666700, 107666700, 0),
(112068, 692, 81, 'Velgast', 542720400, 128107500, 0),
(112069, 692, 81, 'Viehhof', 543691300, 127247000, 0),
(112070, 692, 81, 'Vielist', 535500000, 126333300, 0),
(112071, 692, 81, 'Vierburg', 538198600, 119687300, 0),
(112072, 692, 81, 'Vietlipp', 540875900, 130442000, 0),
(112073, 692, 81, 'Villa Maria', 537833300, 121500000, 0),
(112074, 692, 81, 'Vilz', 540235000, 124900800, 0),
(112075, 692, 81, 'Vorwendorf', 539000000, 114166700, 0),
(112076, 692, 81, 'Vorwerk', 538924200, 130376500, 0),
(112077, 692, 81, 'Waldhalle', 545360200, 136739300, 0),
(112078, 692, 81, 'Walkenhagen', 541092700, 119225900, 0),
(112079, 692, 81, 'Wanzka', 534079700, 132299700, 0),
(112080, 692, 81, 'Warbende', 534164200, 133152800, 0),
(112081, 692, 81, 'Warenshof', 535256300, 126560400, 0),
(112082, 692, 81, 'Warlow', 533500000, 114000000, 0),
(112083, 692, 81, 'Warnitz', 536653600, 113481200, 0),
(112084, 692, 81, 'Weiblitz', 539664800, 137764000, 0),
(112085, 692, 81, 'Weitendorf', 533582500, 133902200, 0),
(112086, 692, 81, 'Weltzin', 537500000, 132911800, 0),
(112087, 692, 81, 'Wendisch Langendorf', 544233200, 129794900, 0),
(112088, 692, 81, 'Werdervorstadt', 536390900, 114276700, 0),
(112089, 692, 81, 'Westerbeck', 538314900, 108692200, 0),
(112090, 692, 81, 'Westhof', 541032900, 116793300, 0),
(112091, 692, 81, 'Wichmannsdorf', 539847600, 111863100, 0),
(112092, 692, 81, 'Wickendorf', 536804200, 114294700, 0),
(112093, 692, 81, 'Wieck', 539422100, 133988400, 0),
(112094, 692, 81, 'Wiendorf', 539464900, 121505400, 0),
(112095, 692, 81, 'Wieschendorf', 539334200, 109664800, 0),
(112096, 692, 81, 'Wildberg', 536500000, 131166700, 0),
(112097, 692, 81, 'Wilmshagen', 541684600, 131718300, 0),
(112098, 692, 81, 'Wismar Nord', 539095000, 114812300, 0),
(112099, 692, 81, 'Wismar Sued', 538824900, 114700700, 0),
(112100, 692, 81, 'Wobbelin', 534000000, 115000000, 0),
(112101, 692, 81, 'Wodenhof', 536021500, 112517400, 0),
(112102, 692, 81, 'Wohlenhagen', 539262200, 112499000, 0),
(112103, 692, 81, 'Wohsen', 541482600, 126562500, 0),
(112104, 692, 81, 'Woldenitz', 545817000, 132999800, 0),
(112105, 692, 81, 'Wolgasterfahre', 540559400, 137937100, 0),
(112106, 692, 81, 'Wotenitz', 538355800, 111803800, 0),
(112107, 692, 81, 'Wulfsberg', 543060200, 133171100, 0),
(112108, 692, 81, 'Wustrow', 532280300, 129697000, 0),
(112109, 692, 81, 'Zarrendorf', 542368900, 131009400, 0),
(112110, 692, 81, 'Zarrentin', 535507500, 109155000, 0),
(112111, 692, 81, 'Zemitz', 539833300, 137500000, 0),
(112112, 692, 81, 'Zickhusen', 537588600, 114139400, 0),
(112113, 692, 81, 'Ziegendorf', 532833300, 118166700, 0),
(112114, 692, 81, 'Ziegenkrug', 541166700, 120166700, 0),
(112115, 692, 81, 'Ziemitz', 540200400, 137754600, 0),
(112116, 692, 81, 'Ziesendorf', 540000000, 120333300, 0),
(112117, 692, 81, 'Ziethen', 538833300, 136833300, 0),
(112118, 692, 81, 'Ziggelmark', 535074100, 110496800, 0),
(112119, 692, 81, 'Zingst', 544333300, 126833300, 0),
(112120, 692, 81, 'Zippendorf', 536031000, 114611400, 0),
(112121, 692, 81, 'Zislow', 534321400, 123131000, 0),
(112122, 692, 81, 'Zolkow', 535632500, 118206000, 0),
(112123, 692, 81, 'Zusow', 539166700, 116833300, 0),
(112124, 692, 81, 'Zussow', 539770900, 135485500, 0),
(112125, 693, 81, 'Abbehausen', 534843100, 84384500, 0),
(112126, 693, 81, 'Abbensen', 523832800, 101840400, 0),
(112127, 693, 81, 'Abbesbuttel', 523523300, 105564900, 0),
(112128, 693, 81, 'Absen', 534024200, 84520700, 0),
(112129, 693, 81, 'Accum', 535441800, 80116000, 0),
(112130, 693, 81, 'Achtum', 521490800, 100064800, 0),
(112131, 693, 81, 'Adelebsen', 515827200, 97546100, 0),
(112132, 693, 81, 'Adelheide', 530092000, 86089400, 0),
(112133, 693, 81, 'Adelstedt', 534072200, 87954200, 0),
(112134, 693, 81, 'Adlum', 522140200, 100686300, 0),
(112135, 693, 81, 'Adolfsgluck', 526081600, 96604200, 0),
(112136, 693, 81, 'Adolphsheide', 528805300, 97054000, 0),
(112137, 693, 81, 'Adorf', 526109900, 70856800, 0),
(112138, 693, 81, 'Afferde', 520992300, 94079000, 0),
(112139, 693, 81, 'Ahe', 521841400, 91404500, 0),
(112140, 693, 81, 'Ahlem', 523781100, 96643600, 0),
(112141, 693, 81, 'Ahlten', 523666900, 99093200, 0),
(112142, 693, 81, 'Ahnsbeck', 526166700, 103000000, 0),
(112143, 693, 81, 'Ahrbeck', 524358100, 99906000, 0),
(112144, 693, 81, 'Ahrbergen', 522189700, 98794100, 0),
(112145, 693, 81, 'Ahrensflucht', 537241200, 91294400, 0),
(112146, 693, 81, 'Ahrensfluchtermoor', 537161200, 91121600, 0),
(112147, 693, 81, 'Ahrenswohlde', 533801000, 94660400, 0),
(112148, 693, 81, 'Albstedt', 533300300, 87175700, 0),
(112149, 693, 81, 'Algesdorf', 523239000, 93437000, 0),
(112150, 693, 81, 'Allenbuttel', 524193800, 106370000, 0),
(112151, 693, 81, 'Allendorf', 521816800, 82111000, 0),
(112152, 693, 81, 'Allersheim', 518438400, 94765700, 0),
(112153, 693, 81, 'Allrune', 522166700, 83166700, 0),
(112154, 693, 81, 'Almhorst', 523789500, 95660000, 0),
(112155, 693, 81, 'Alt Barenaue', 524173800, 81185800, 0),
(112156, 693, 81, 'Alt Garge', 532628400, 107914300, 0),
(112157, 693, 81, 'Alte Peldenmuhle', 531666700, 73333300, 0),
(112158, 693, 81, 'Altenau', 518011300, 104414800, 0),
(112159, 693, 81, 'Altenbruch-Westerende', 538270600, 87290800, 0),
(112160, 693, 81, 'Altenebstorf', 530194300, 104021600, 0),
(112161, 693, 81, 'Altenesch', 531322000, 86174500, 0),
(112162, 693, 81, 'Altengroden', 535522800, 80811800, 0),
(112163, 693, 81, 'Altenhagen', 522017200, 79864600, 0),
(112164, 693, 81, 'Altenhagen Eins', 521708300, 95155300, 0),
(112165, 693, 81, 'Altenhagen Zwei', 522615400, 94000900, 0),
(112166, 693, 81, 'Altenhorst', 524907200, 97424700, 0),
(112167, 693, 81, 'Altenlingen', 525395100, 72935700, 0),
(112168, 693, 81, 'Altenlunne', 524193800, 74333000, 0),
(112169, 693, 81, 'Altenmarhorst', 528069600, 85897600, 0),
(112170, 693, 81, 'Altenmelle', 521879400, 83457200, 0),
(112171, 693, 81, 'Altenwalde', 538183400, 86621400, 0),
(112172, 693, 81, 'Altenzollen', 523166700, 104500000, 0),
(112173, 693, 81, 'Altewiek', 522500000, 105666700, 0),
(112174, 693, 81, 'Altharen', 527886500, 72217500, 0),
(112175, 693, 81, 'Altholzhausen', 522166700, 80166700, 0),
(112176, 693, 81, 'Altklosterberg', 534691000, 96895600, 0),
(112177, 693, 81, 'Altmerdingsen', 524643800, 101298200, 0),
(112178, 693, 81, 'Am Bahnhof', 530941000, 91374200, 0),
(112179, 693, 81, 'Am Heidland', 526129500, 96920000, 0),
(112180, 693, 81, 'Am Papenberge', 525777000, 95924500, 0),
(112181, 693, 81, 'Amedorf', 525955900, 95688300, 0),
(112182, 693, 81, 'Amelith', 516941200, 95136100, 0),
(112183, 693, 81, 'An der Heide', 529136400, 90359700, 0),
(112184, 693, 81, 'Andorf', 526647000, 78169100, 0),
(112185, 693, 81, 'Angelbeck', 527192300, 77676800, 0),
(112186, 693, 81, 'Ankelohe', 536272800, 88980700, 0),
(112187, 693, 81, 'Apeler', 527977200, 84314500, 0),
(112188, 693, 81, 'Apelnstedt', 521924600, 106206900, 0),
(112189, 693, 81, 'Aperfeld', 532304800, 78202900, 0),
(112190, 693, 81, 'Argestorf', 522610100, 95835100, 0),
(112191, 693, 81, 'Arholzen', 518666700, 95666700, 0),
(112192, 693, 81, 'Armsen', 528950100, 93384700, 0),
(112193, 693, 81, 'Arnum', 523031100, 97372500, 0),
(112194, 693, 81, 'Arpke', 523859700, 101004700, 0),
(112195, 693, 81, 'Aschendorferkampe', 530333300, 73500000, 0),
(112196, 693, 81, 'Aschendorfermoor', 530666700, 74000000, 0),
(112197, 693, 81, 'Aschhauserfeld', 531924600, 80483700, 0),
(112198, 693, 81, 'Asendorf', 527666700, 90000000, 0),
(112199, 693, 81, 'Ashausen', 533617300, 101384100, 0),
(112200, 693, 81, 'Aslage', 525378100, 78439700, 0),
(112201, 693, 81, 'Astederfeld', 533586000, 79373300, 0),
(112202, 693, 81, 'Astrup', 522815400, 82690000, 0),
(112203, 693, 81, 'Atens', 534941100, 84703900, 0),
(112204, 693, 81, 'Auen', 528438500, 77309300, 0),
(112205, 693, 81, 'Auf dem Orte', 524402600, 78232600, 0),
(112206, 693, 81, 'Auf den Bulten', 529520300, 88452400, 0),
(112207, 693, 81, 'Auguststadt', 521833300, 105333300, 0),
(112208, 693, 81, 'Auheide', 521833300, 81833300, 0),
(112209, 693, 81, 'Aumuhle', 529042700, 83596500, 0),
(112210, 693, 81, 'Auricher Wiesmoor Zwei', 534062200, 76927200, 0),
(112211, 693, 81, 'Averfehrden', 520852700, 79667600, 0),
(112212, 693, 81, 'Baccum', 525139900, 74068000, 0),
(112213, 693, 81, 'Bad Bentheim', 523181400, 71634300, 0),
(112214, 693, 81, 'Bad Lauterberg im Harz', 516327200, 104703100, 0),
(112215, 693, 81, 'Bad Rehburg', 524396900, 92167400, 0),
(112216, 693, 81, 'Badbergen', 526333300, 79833300, 0),
(112217, 693, 81, 'Baddeckenstedt', 520833300, 102333300, 0),
(112218, 693, 81, 'Bademuhlen', 532963800, 92167300, 0),
(112219, 693, 81, 'Bahlburg', 533066700, 101772100, 0),
(112220, 693, 81, 'Bahnhof Holdorf', 525666700, 81333300, 0),
(112221, 693, 81, 'Bahnhof Leiferde', 524549600, 104318600, 0),
(112222, 693, 81, 'Bahnhof Suderburg', 529051000, 104332400, 0),
(112223, 693, 81, 'Bahrdorf', 523858700, 110004000, 0),
(112224, 693, 81, 'Bahrenborstel', 525700900, 88086300, 0),
(112225, 693, 81, 'Balge', 527166700, 91666700, 0),
(112226, 693, 81, 'Bannensiek', 521021600, 92860200, 0),
(112227, 693, 81, 'Barchel', 534667900, 90334800, 0),
(112228, 693, 81, 'Bardel', 522648900, 70507600, 0),
(112229, 693, 81, 'Bardenfleth', 531749000, 85656000, 0),
(112230, 693, 81, 'Barderstede', 535546100, 78665800, 0),
(112231, 693, 81, 'Barel', 529853600, 84327800, 0),
(112232, 693, 81, 'Barendorf', 532289600, 105215800, 0),
(112233, 693, 81, 'Bargebur', 535906500, 72216700, 0),
(112234, 693, 81, 'Barger', 535942700, 74318500, 0),
(112235, 693, 81, 'Bargten', 532361800, 87672500, 0),
(112236, 693, 81, 'Barienrode', 521117700, 99515100, 0),
(112237, 693, 81, 'Barken', 530165700, 87199800, 0),
(112238, 693, 81, 'Barkhausen', 522280200, 83869300, 0),
(112239, 693, 81, 'Barnitz', 531501800, 111683200, 0),
(112240, 693, 81, 'Barnten', 522017100, 98171600, 0),
(112241, 693, 81, 'Barrien-Heide', 529490800, 88144000, 0),
(112242, 693, 81, 'Bartolfelde', 515964000, 104578800, 0),
(112243, 693, 81, 'Barver', 526206600, 85925100, 0),
(112244, 693, 81, 'Barwedel', 525166700, 107833300, 0),
(112245, 693, 81, 'Basbeck', 536827500, 91820600, 0),
(112246, 693, 81, 'Bassen', 530639500, 90837400, 0),
(112247, 693, 81, 'Basum-Sussum', 525609000, 77937500, 0),
(112248, 693, 81, 'Bauerschaft Lengerich', 525535000, 75314700, 0),
(112249, 693, 81, 'Baum', 532666700, 81166700, 0),
(112250, 693, 81, 'Baven', 528461700, 100774700, 0),
(112251, 693, 81, 'Bawinkel', 526000000, 74000000, 0),
(112252, 693, 81, 'Beber', 522234900, 93805200, 0),
(112253, 693, 81, 'Bechtsbuttel', 523384900, 105405200, 0),
(112254, 693, 81, 'Beckdorf', 534166700, 96166700, 0),
(112255, 693, 81, 'Beckhok', 525514800, 73887100, 0),
(112256, 693, 81, 'Beddingen', 521827200, 104249300, 0),
(112257, 693, 81, 'Beheburg', 532166700, 77333300, 0),
(112258, 693, 81, 'Behrensen', 516564800, 99038300, 0),
(112259, 693, 81, 'Bei der Bake', 530166700, 81666700, 0),
(112260, 693, 81, 'Beim Kronsberg', 530166700, 79333300, 0),
(112261, 693, 81, 'Beim Strohe', 528500000, 80666700, 0),
(112262, 693, 81, 'Belum', 538166700, 90000000, 0),
(112263, 693, 81, 'Bemerode', 523500000, 98333300, 0),
(112264, 693, 81, 'Bendestorf', 533500000, 99666700, 0),
(112265, 693, 81, 'Benkel', 531686000, 91866000, 0),
(112266, 693, 81, 'Bennigsen', 522394300, 96687900, 0),
(112267, 693, 81, 'Bentwisch', 537648700, 91494700, 0),
(112268, 693, 81, 'Berel', 521651400, 102172600, 0),
(112269, 693, 81, 'Berensch', 538212200, 85908000, 0),
(112270, 693, 81, 'Bergen', 528083700, 99637400, 0),
(112271, 693, 81, 'Bergen an der Dumme', 528910900, 109562900, 0),
(112272, 693, 81, 'Bergfeld', 525440000, 108450500, 0),
(112273, 693, 81, 'Bergfried', 535554000, 96054800, 0),
(112274, 693, 81, 'Berkhoepen', 523981200, 102472800, 0),
(112275, 693, 81, 'Berkhof', 526039900, 97218700, 0),
(112276, 693, 81, 'Berkum', 523071700, 101887000, 0),
(112277, 693, 81, 'Berumbur', 536000000, 73166700, 0),
(112278, 693, 81, 'Berumerfehn', 535599600, 73424800, 0),
(112279, 693, 81, 'Beschotenweg', 531833300, 72666700, 0),
(112280, 693, 81, 'Besenberg', 531000000, 111000000, 0),
(112281, 693, 81, 'Bessingen', 521041900, 95024900, 0),
(112282, 693, 81, 'Besten', 525460400, 78154700, 0),
(112283, 693, 81, 'Bethen', 528674200, 80639100, 0),
(112284, 693, 81, 'Bettingerode', 519126100, 105712500, 0),
(112285, 693, 81, 'Bettmar', 521719300, 100375600, 0),
(112286, 693, 81, 'Betzhorn', 526257600, 105927600, 0),
(112287, 693, 81, 'Bevenrode', 523402600, 105774300, 0),
(112288, 693, 81, 'Bevern', 518582600, 94940800, 0),
(112289, 693, 81, 'Bevernerweide', 534666700, 91666700, 0),
(112290, 693, 81, 'Bexadde', 525271900, 81700500, 0),
(112291, 693, 81, 'Bexhovede', 534858400, 86896700, 0),
(112292, 693, 81, 'Bexten', 523408300, 73725800, 0),
(112293, 693, 81, 'Biene', 525734000, 72870000, 0),
(112294, 693, 81, 'Bienenbuttel', 531415700, 104867900, 0),
(112295, 693, 81, 'Bienrode', 523206500, 105261900, 0),
(112296, 693, 81, 'Bierbergen', 522436700, 101158300, 0),
(112297, 693, 81, 'Bierden', 530121700, 90100500, 0),
(112298, 693, 81, 'Billerbeck', 518461700, 99764400, 0),
(112299, 693, 81, 'Bilshausen', 516166700, 101666700, 0),
(112300, 693, 81, 'Bippen', 525833300, 77333300, 0),
(112301, 693, 81, 'Bischhausen', 514475900, 100813300, 0),
(112302, 693, 81, 'Bisperode', 520847100, 94978400, 0),
(112303, 693, 81, 'Bleckenstedt', 521775900, 104072000, 0),
(112304, 693, 81, 'Blexen', 535303400, 85323500, 0),
(112305, 693, 81, 'Blexersande', 535051600, 84872300, 0),
(112306, 693, 81, 'Blickwedel', 527621600, 104310900, 0),
(112307, 693, 81, 'Bliedersdorf', 534833300, 95666700, 0),
(112308, 693, 81, 'Bloherfelde', 531409400, 81600000, 0),
(112309, 693, 81, 'Blumchen', 516204800, 104179000, 0),
(112310, 693, 81, 'Blumenau', 524358100, 94552100, 0),
(112311, 693, 81, 'Bockel', 525642500, 85640100, 0),
(112312, 693, 81, 'Bockelkathen', 533044400, 105706600, 0),
(112313, 693, 81, 'Bockhorst', 530329600, 75757600, 0),
(112314, 693, 81, 'Bockleben', 529067800, 113410800, 0),
(112315, 693, 81, 'Bodenfelde', 516404400, 95556900, 0),
(112316, 693, 81, 'Bohlswarfe', 535333300, 79666700, 0),
(112317, 693, 81, 'Boitzen', 533363000, 93748400, 0),
(112318, 693, 81, 'Bokel', 525472500, 79357800, 0),
(112319, 693, 81, 'Bokelerburg', 532403600, 81585300, 0),
(112320, 693, 81, 'Bokelerweg', 530763700, 73517000, 0),
(112321, 693, 81, 'Bokensdorf', 525000000, 107166700, 0),
(112322, 693, 81, 'Bokern', 525357000, 82370400, 0),
(112323, 693, 81, 'Bollen', 530094800, 89433700, 0),
(112324, 693, 81, 'Bollensen', 516547700, 96801600, 0),
(112325, 693, 81, 'Bollinghausen', 532570000, 74579000, 0),
(112326, 693, 81, 'Bolzum', 522957800, 99453700, 0),
(112327, 693, 81, 'Bonaforth', 514003800, 96266000, 0),
(112328, 693, 81, 'Bonnigsen', 522838400, 95778700, 0),
(112329, 693, 81, 'Bookhof', 526690100, 75741000, 0),
(112330, 693, 81, 'Bookholzberg', 530958800, 85325000, 0),
(112331, 693, 81, 'Bordenau', 524654200, 94843700, 0),
(112332, 693, 81, 'Borger', 529121100, 75357600, 0),
(112333, 693, 81, 'Borgermoor', 530048700, 74926800, 0),
(112334, 693, 81, 'Borgloh', 521910800, 81854200, 0),
(112335, 693, 81, 'Borgwedde', 523700800, 81501600, 0),
(112336, 693, 81, 'Bornum', 519766300, 101390100, 0),
(112337, 693, 81, 'Borry', 520326400, 94602600, 0),
(112338, 693, 81, 'Borsum', 522076100, 100063100, 0),
(112339, 693, 81, 'Bortfeld', 522935700, 104061100, 0),
(112340, 693, 81, 'Braak', 518541000, 96164200, 0),
(112341, 693, 81, 'Brackede', 533540400, 107060100, 0),
(112342, 693, 81, 'Bramel', 535530000, 87006600, 0),
(112343, 693, 81, 'Bramhar', 526020400, 73658700, 0),
(112344, 693, 81, 'Brandhofen', 530500000, 87000000, 0),
(112345, 693, 81, 'Brandlecht', 523963900, 71179700, 0),
(112346, 693, 81, 'Braunlage', 517265100, 106109000, 0),
(112347, 693, 81, 'Brechtorf', 524790200, 108745800, 0),
(112348, 693, 81, 'Breddenberg', 529546400, 76112900, 0),
(112349, 693, 81, 'Breddorf', 532926200, 90808900, 0),
(112350, 693, 81, 'Bredelem', 519718700, 103539300, 0),
(112351, 693, 81, 'Breinum', 520304200, 99860600, 0),
(112352, 693, 81, 'Breloh', 530148900, 100863100, 0),
(112353, 693, 81, 'Breloh-Siedlung', 530039400, 100869900, 0),
(112354, 693, 81, 'Bremersand', 530177400, 79585700, 0),
(112355, 693, 81, 'Brendel', 530246700, 86240400, 0),
(112356, 693, 81, 'Brietlingen', 533333300, 104500000, 0),
(112357, 693, 81, 'Brillkamp', 530794300, 91083500, 0),
(112358, 693, 81, 'Brink', 524333300, 97333300, 0),
(112359, 693, 81, 'Brinkum', 530120900, 87856200, 0),
(112360, 693, 81, 'Brockhausen', 523319000, 83913000, 0),
(112361, 693, 81, 'Brockhofe', 530140600, 102845800, 0),
(112362, 693, 81, 'Brockstreck', 526604500, 83914900, 0),
(112363, 693, 81, 'Brockum', 524666700, 84166700, 0),
(112364, 693, 81, 'Broeckel', 525162700, 102150500, 0),
(112365, 693, 81, 'Broistedt', 521865600, 103305800, 0),
(112366, 693, 81, 'Brokeloh', 525478500, 92101500, 0),
(112367, 693, 81, 'Brokhausen', 531716700, 81579500, 0),
(112368, 693, 81, 'Brome', 526001900, 109375400, 0),
(112369, 693, 81, 'Broxterheide', 522086100, 82880300, 0),
(112370, 693, 81, 'Bruchmachtersen', 521407600, 103142700, 0),
(112371, 693, 81, 'Bruchtorf', 531069600, 105434400, 0),
(112372, 693, 81, 'Bruggen', 520500000, 97833300, 0),
(112373, 693, 81, 'Bruttendorf', 532615000, 92810400, 0),
(112374, 693, 81, 'Buendorf', 531800300, 107553600, 0),
(112375, 693, 81, 'Buitenborg', 525068600, 69557500, 0),
(112376, 693, 81, 'Bullendorf', 533484700, 105689600, 0),
(112377, 693, 81, 'Bultenbrink', 522384200, 92585600, 0),
(112378, 693, 81, 'Bultum', 520230300, 100633000, 0),
(112379, 693, 81, 'Bunderhammrich', 532504300, 72803000, 0),
(112380, 693, 81, 'Bundheim', 518897600, 105485100, 0),
(112381, 693, 81, 'Bungerhof', 530724100, 86430800, 0),
(112382, 693, 81, 'Buppel', 533749300, 81449000, 0),
(112383, 693, 81, 'Burg', 525933000, 101033000, 0),
(112384, 693, 81, 'Burg Dinklage', 526541400, 81364100, 0),
(112385, 693, 81, 'Burg Gretesch', 522749000, 81183000, 0),
(112386, 693, 81, 'Burgerfeld', 531666700, 82000000, 0),
(112387, 693, 81, 'Burgstemmen', 521449300, 97756200, 0),
(112388, 693, 81, 'Burhafe', 535987800, 77057500, 0),
(112389, 693, 81, 'Burhave', 535765500, 83659400, 0),
(112390, 693, 81, 'Burhaversiel', 535738400, 83805600, 0),
(112391, 693, 81, 'Busboomsfehn', 532509800, 76495000, 0),
(112392, 693, 81, 'Buschort', 524547200, 87554400, 0),
(112393, 693, 81, 'Bussmaate', 524500000, 70666700, 0),
(112394, 693, 81, 'Butlingen', 533713800, 104133600, 0),
(112395, 693, 81, 'Butzfleth', 536538400, 94826200, 0),
(112396, 693, 81, 'Cadenberge', 537692600, 90626900, 0),
(112397, 693, 81, 'Campen', 526667200, 89488000, 0),
(112398, 693, 81, 'Cantrup', 527646400, 87343100, 0),
(112399, 693, 81, 'Canum', 534252300, 71130600, 0),
(112400, 693, 81, 'Cappel', 537333300, 85833300, 0),
(112401, 693, 81, 'Carolinensiel', 536906200, 78013000, 0),
(112402, 693, 81, 'Carum', 527072900, 81144600, 0),
(112403, 693, 81, 'Celle Vorwerk', 526333300, 100833300, 0),
(112404, 693, 81, 'Cirkwehrum', 534366200, 71719500, 0),
(112405, 693, 81, 'Clemens-August-Dorf', 525085800, 81740400, 0),
(112406, 693, 81, 'Cleverns', 535488600, 78605700, 0),
(112407, 693, 81, 'Coldewei', 531796800, 84907500, 0),
(112408, 693, 81, 'Coldinne', 535898900, 73688300, 0),
(112409, 693, 81, 'Collinghorst', 531608200, 75308500, 0),
(112410, 693, 81, 'Coppenbrugge', 521185200, 95487000, 0),
(112411, 693, 81, 'Cremlingen', 522500000, 106500000, 0),
(112412, 693, 81, 'Critzum', 532898000, 73578700, 0),
(112413, 693, 81, 'Cronsbostel', 524166700, 94166700, 0),
(112414, 693, 81, 'Croya', 525471300, 109047900, 0),
(112415, 693, 81, 'Daerstorf', 534382000, 98067600, 0),
(112416, 693, 81, 'Dahlbrugge', 529896800, 92205500, 0),
(112417, 693, 81, 'Dahlheim', 513216100, 96415300, 0),
(112418, 693, 81, 'Dahlinghausen', 523134600, 84592700, 0),
(112419, 693, 81, 'Dahrenhorst', 524639600, 101635600, 0),
(112420, 693, 81, 'Damaschke', 525408000, 73535200, 0),
(112421, 693, 81, 'Dangastermoor', 534139300, 81078200, 0),
(112422, 693, 81, 'Dangenstorf', 529192500, 112252800, 0),
(112423, 693, 81, 'Dangersen', 533650900, 98561300, 0),
(112424, 693, 81, 'Danikhorst', 531428100, 79445100, 0),
(112425, 693, 81, 'Danndorf', 524247200, 109128600, 0),
(112426, 693, 81, 'Dannenberg', 530967000, 110900100, 0),
(112427, 693, 81, 'Dannenbuttel', 524920400, 106297100, 0),
(112428, 693, 81, 'Daverden', 529764700, 91710600, 0),
(112429, 693, 81, 'Debstedt', 536207900, 86372300, 0),
(112430, 693, 81, 'Dedenhausen', 524313200, 102293000, 0),
(112431, 693, 81, 'Deensen', 518666700, 95833300, 0),
(112432, 693, 81, 'Degersen', 522863300, 95713200, 0),
(112433, 693, 81, 'Dehmkerbrock', 521005000, 92381600, 0),
(112434, 693, 81, 'Deichhauser Heide', 530666700, 86333300, 0),
(112435, 693, 81, 'Deichsende', 537720500, 85927700, 0),
(112436, 693, 81, 'Deinste', 535333300, 94333300, 0),
(112437, 693, 81, 'Delligsen', 519412000, 98027200, 0),
(112438, 693, 81, 'Delmsen', 530425700, 97096400, 0),
(112439, 693, 81, 'Desingerode', 515265300, 101825000, 0),
(112440, 693, 81, 'Destedt', 522380100, 107106300, 0),
(112441, 693, 81, 'Detern', 532092600, 76739500, 0),
(112442, 693, 81, 'Detfurth', 520735800, 100211400, 0),
(112443, 693, 81, 'Deutsch Evern', 532000000, 104333300, 0),
(112444, 693, 81, 'Dibbesdorf', 523009200, 106021300, 0),
(112445, 693, 81, 'Dickel', 526449400, 84716600, 0),
(112446, 693, 81, 'Didderse', 523833300, 104000000, 0),
(112447, 693, 81, 'Dielmissen', 519706100, 96066900, 0),
(112448, 693, 81, 'Diemarden', 514866500, 99800400, 0),
(112449, 693, 81, 'Dienstborstel', 527307300, 89924900, 0),
(112450, 693, 81, 'Diensthop', 528144300, 92560100, 0),
(112451, 693, 81, 'Dierkshausen', 532678800, 99815300, 0),
(112452, 693, 81, 'Dobbeln', 521030300, 109025600, 0),
(112453, 693, 81, 'Dobrock', 537255600, 90967700, 0),
(112454, 693, 81, 'Dodesheide', 523047300, 80716900, 0),
(112455, 693, 81, 'Doenhausen', 527721200, 92277400, 0),
(112456, 693, 81, 'Dohlen', 529694600, 82531800, 0),
(112457, 693, 81, 'Dohrenkamp', 526132900, 90841900, 0),
(112458, 693, 81, 'Dollbergen', 524067100, 101809800, 0),
(112459, 693, 81, 'Dorfhagen', 533393600, 86816100, 0),
(112460, 693, 81, 'Dorfmark', 529016000, 97703200, 0),
(112461, 693, 81, 'Dorum', 536833300, 85666700, 0),
(112462, 693, 81, 'Dorverden', 528500000, 92333300, 0),
(112463, 693, 81, 'Dotzingen', 531500000, 110333300, 0),
(112464, 693, 81, 'Drakenburg', 526868900, 92108300, 0),
(112465, 693, 81, 'Dransfeld', 514991000, 97618000, 0),
(112466, 693, 81, 'Dreihausen', 532188800, 96175000, 0),
(112467, 693, 81, 'Dreikronen', 528854900, 95747400, 0),
(112468, 693, 81, 'Dreilinden', 517172200, 102568100, 0),
(112469, 693, 81, 'Dreilingen', 529191000, 103421700, 0),
(112470, 693, 81, 'Drielakermoor', 531166700, 82500000, 0),
(112471, 693, 81, 'Drispenstedt', 521748100, 99706700, 0),
(112472, 693, 81, 'Droper', 522073100, 80881300, 0),
(112473, 693, 81, 'Druber', 517622100, 99295800, 0),
(112474, 693, 81, 'Drutte', 521530400, 104486500, 0),
(112475, 693, 81, 'Dudenbostel', 525746400, 96364000, 0),
(112476, 693, 81, 'Dudensen', 525979400, 94412000, 0),
(112477, 693, 81, 'Dudinghausen', 524147000, 92964700, 0),
(112478, 693, 81, 'Duhnen', 538841100, 86438400, 0),
(112479, 693, 81, 'Duingen', 520044900, 96957800, 0),
(112480, 693, 81, 'Dune', 527816300, 71860200, 0),
(112481, 693, 81, 'Duneburg', 527794100, 72084100, 0),
(112482, 693, 81, 'Dungelbeck', 522943600, 102675800, 0),
(112483, 693, 81, 'Dushorn', 528314400, 96361100, 0),
(112484, 693, 81, 'Ebbendorf', 521995300, 81596900, 0),
(112485, 693, 81, 'Ebbingen', 529084900, 95700400, 0),
(112486, 693, 81, 'Eberhausen', 515535000, 97150600, 0),
(112487, 693, 81, 'Echem', 533333300, 105333300, 0),
(112488, 693, 81, 'Eddigehausen', 515946800, 99557400, 0),
(112489, 693, 81, 'Edendorf', 531390000, 105534000, 0),
(112490, 693, 81, 'Edesheim', 517508600, 99746300, 0),
(112491, 693, 81, 'Edewechterdamm', 530757000, 79301900, 0),
(112492, 693, 81, 'Edinghausen', 522833300, 80166700, 0),
(112493, 693, 81, 'Egels', 534662600, 75199600, 0),
(112494, 693, 81, 'Egenstedt', 520997600, 99917200, 0),
(112495, 693, 81, 'Eggermuhlen', 525666700, 78166700, 0),
(112496, 693, 81, 'Egterholz', 528457100, 81874800, 0),
(112497, 693, 81, 'Ehlen', 522991500, 91959300, 0),
(112498, 693, 81, 'Ehlershausen', 525204000, 100207300, 0),
(112499, 693, 81, 'Eichholz', 533905600, 103493200, 0),
(112500, 693, 81, 'Eickhorst', 523565200, 104948600, 0),
(112501, 693, 81, 'Eielstadt', 523167000, 83557300, 0),
(112502, 693, 81, 'Eilte', 527608100, 94964800, 0),
(112503, 693, 81, 'Eilvese', 525464000, 94156300, 0),
(112504, 693, 81, 'Eimbeckhausen', 522327400, 94228400, 0),
(112505, 693, 81, 'Eimke', 529660100, 103132400, 0),
(112506, 693, 81, 'Einfrielingen', 530039200, 98386700, 0),
(112507, 693, 81, 'Einste', 529205500, 91117200, 0),
(112508, 693, 81, 'Einswarden', 535159500, 85187300, 0),
(112509, 693, 81, 'Einum', 521623500, 100128400, 0),
(112510, 693, 81, 'Eischott', 524862300, 108417900, 0),
(112511, 693, 81, 'Eissel', 529788100, 90138700, 0),
(112512, 693, 81, 'Eisten', 528031400, 75444700, 0),
(112513, 693, 81, 'Eitze', 529089500, 92791400, 0),
(112514, 693, 81, 'Ekel', 536044200, 72123500, 0),
(112515, 693, 81, 'Ekelergaste', 536000000, 72166700, 0),
(112516, 693, 81, 'Elbdeich', 538317600, 91040000, 0),
(112517, 693, 81, 'Eldagsen', 521712200, 96592600, 0),
(112518, 693, 81, 'Ellenstedt', 528131400, 84091800, 0),
(112519, 693, 81, 'Ellerbeck', 522597600, 82528600, 0),
(112520, 693, 81, 'Elliehausen', 515499900, 98703400, 0),
(112521, 693, 81, 'Ellierode', 516321700, 98066100, 0),
(112522, 693, 81, 'Ellwurden', 534783800, 84488500, 0),
(112523, 693, 81, 'Elm', 535189300, 92059000, 0),
(112524, 693, 81, 'Elmlohe', 535867000, 87425400, 0),
(112525, 693, 81, 'Elsten', 527801800, 80700500, 0),
(112526, 693, 81, 'Elstorf', 534253300, 97850800, 0),
(112527, 693, 81, 'Elvershausen', 517077900, 100956300, 0),
(112528, 693, 81, 'Emlichheimer Wosten', 526376800, 68735700, 0),
(112529, 693, 81, 'Emmeln', 527871600, 72782400, 0),
(112530, 693, 81, 'Emmen', 527149900, 106233500, 0),
(112531, 693, 81, 'Emmern', 520517500, 93764900, 0),
(112532, 693, 81, 'Emmerstedt', 522435700, 109638400, 0),
(112533, 693, 81, 'Emmingen', 530005600, 99948800, 0),
(112534, 693, 81, 'Empede', 525360600, 94645500, 0),
(112535, 693, 81, 'Emsen', 533833400, 98619800, 0),
(112536, 693, 81, 'Emtinghausen', 529333300, 89666700, 0),
(112537, 693, 81, 'Engehausen', 526879400, 97004200, 0),
(112538, 693, 81, 'Engelbostel', 524476100, 96604200, 0),
(112539, 693, 81, 'Engelnstedt', 521705000, 103544500, 0),
(112540, 693, 81, 'Engensen', 524986200, 99433100, 0),
(112541, 693, 81, 'Engeo', 534723100, 91302800, 0),
(112542, 693, 81, 'Engern', 521938200, 91102400, 0),
(112543, 693, 81, 'Enzen', 523237500, 91557500, 0),
(112544, 693, 81, 'Eppendorf', 521661500, 81787800, 0),
(112545, 693, 81, 'Equord', 522930500, 101166900, 0),
(112546, 693, 81, 'Ermke', 528399800, 78867900, 0),
(112547, 693, 81, 'Erpen', 521177100, 81740700, 0),
(112548, 693, 81, 'Eschen', 534833300, 74833300, 0),
(112549, 693, 81, 'Esenshamm', 534487600, 84382700, 0),
(112550, 693, 81, 'Esklum', 532111300, 74422300, 0),
(112551, 693, 81, 'Esperke', 526327500, 96070300, 0),
(112552, 693, 81, 'Essehof', 523064800, 106589500, 0),
(112553, 693, 81, 'Essel', 526833300, 96500000, 0),
(112554, 693, 81, 'Essenrode', 523702900, 106343300, 0),
(112555, 693, 81, 'Essinghausen', 523316700, 102669000, 0),
(112556, 693, 81, 'Estebrugge', 535092600, 97315500, 0),
(112557, 693, 81, 'Esterfeld', 526962200, 72645600, 0),
(112558, 693, 81, 'Esterwegen', 529928800, 76332700, 0),
(112559, 693, 81, 'Etelsen', 529968800, 91229700, 0),
(112560, 693, 81, 'Etzhorn', 531854600, 82451400, 0),
(112561, 693, 81, 'Evenburg', 532333300, 75000000, 0),
(112562, 693, 81, 'Everloh', 523342900, 96044500, 0),
(112563, 693, 81, 'Eversten', 531316400, 81819800, 0),
(112564, 693, 81, 'Evessen', 521888800, 107108100, 0),
(112565, 693, 81, 'Exten', 521736200, 90996000, 0),
(112566, 693, 81, 'Eystrup', 527793500, 92131500, 0),
(112567, 693, 81, 'Fachenfelde', 533891700, 100760800, 0),
(112568, 693, 81, 'Fahrenhorst', 525734800, 108759500, 0),
(112569, 693, 81, 'Falkenburg', 530492000, 84869700, 0),
(112570, 693, 81, 'Farven', 534333300, 93166700, 0),
(112571, 693, 81, 'Fehndorf', 527802900, 71090700, 0),
(112572, 693, 81, 'Felde', 527330900, 79562100, 0),
(112573, 693, 81, 'Feldhorn', 534000000, 80333300, 0),
(112574, 693, 81, 'Feldtange', 532500000, 81000000, 0),
(112575, 693, 81, 'Fiestel', 523462200, 79800000, 0),
(112576, 693, 81, 'Flachsmeer', 531181800, 74618400, 0),
(112577, 693, 81, 'Flachstockheim', 520851000, 104395900, 0),
(112578, 693, 81, 'Fladderlohausen', 525740400, 80969700, 0),
(112579, 693, 81, 'Flakenholz', 520905800, 91893800, 0),
(112580, 693, 81, 'Flechtorf', 523560000, 107060100, 0),
(112581, 693, 81, 'Fleestedt', 534110200, 99855500, 0),
(112582, 693, 81, 'Fluthorn', 536117600, 71499500, 0),
(112583, 693, 81, 'Folmhusen', 531742000, 74809200, 0),
(112584, 693, 81, 'Forste', 517418700, 101788200, 0),
(112585, 693, 81, 'Forsterkamp', 524333300, 105666700, 0),
(112586, 693, 81, 'Franzenburg', 538124000, 86718000, 0),
(112587, 693, 81, 'Freepsum', 534170300, 71358400, 0),
(112588, 693, 81, 'Frellstedt', 522057100, 109154300, 0),
(112589, 693, 81, 'Frensdorferhaar', 524000000, 70500000, 0),
(112590, 693, 81, 'Freren', 524870000, 75431300, 0),
(112591, 693, 81, 'Freschenhausen', 533747100, 100602900, 0),
(112592, 693, 81, 'Freschluneberg', 534376500, 87342000, 0),
(112593, 693, 81, 'Friedrich August Hutte', 535110900, 84928000, 0),
(112594, 693, 81, 'Friedrichseck', 530167800, 98736000, 0),
(112595, 693, 81, 'Friedrichsfehn', 531206100, 80954100, 0),
(112596, 693, 81, 'Frielingen', 524602900, 95277700, 0),
(112597, 693, 81, 'Friesenwerdermoor', 534251500, 100515600, 0),
(112598, 693, 81, 'Fuhrbach', 515318100, 103388200, 0),
(112599, 693, 81, 'Fummelse', 521629400, 104851300, 0),
(112600, 693, 81, 'Gadenstedt', 522462800, 102163400, 0),
(112601, 693, 81, 'Gamsen', 525110000, 105403500, 0),
(112602, 693, 81, 'Ganspe', 531773500, 85487500, 0),
(112603, 693, 81, 'Garbsen-Mitte', 524265900, 96038300, 0),
(112604, 693, 81, 'Garlstorf', 532372800, 101013700, 0),
(112605, 693, 81, 'Garssen', 526591500, 101289700, 0),
(112606, 693, 81, 'Garstedt', 532846700, 101613700, 0),
(112607, 693, 81, 'Gartow', 530247000, 114620000, 0),
(112608, 693, 81, 'Gaste', 522566700, 79527800, 0),
(112609, 693, 81, 'Gebhardshagen', 521061900, 103585600, 0),
(112610, 693, 81, 'Geestenseth', 535087200, 88514600, 0),
(112611, 693, 81, 'Gehrden', 523136200, 96003300, 0),
(112612, 693, 81, 'Geitelde', 522098700, 104685800, 0),
(112613, 693, 81, 'Gelldorf', 522830600, 91203500, 0),
(112614, 693, 81, 'Gellenbeck', 521966700, 79494700, 0),
(112615, 693, 81, 'Gelshof', 526166700, 74166700, 0),
(112616, 693, 81, 'Gesmold', 522104900, 82723600, 0),
(112617, 693, 81, 'Gestorf', 522146500, 97074500, 0),
(112618, 693, 81, 'Gevensleben', 520765500, 108222200, 0),
(112619, 693, 81, 'Geversdorf', 538000000, 90833300, 0),
(112620, 693, 81, 'Gieboldehausen', 516096200, 102161900, 0),
(112621, 693, 81, 'Giehle', 533591900, 89289900, 0),
(112622, 693, 81, 'Giften', 522144400, 98341400, 0),
(112623, 693, 81, 'Gimte', 514349000, 96432800, 0),
(112624, 693, 81, 'Gladebeck', 516187900, 98499700, 0),
(112625, 693, 81, 'Glashutte', 515269000, 96190500, 0),
(112626, 693, 81, 'Gliesmarode', 522789200, 105572600, 0),
(112627, 693, 81, 'Glinde', 534961800, 90922100, 0),
(112628, 693, 81, 'Glusing', 531705000, 84794800, 0),
(112629, 693, 81, 'Glusingen', 527295400, 107067800, 0),
(112630, 693, 81, 'Glusingerlohe', 534031600, 100085700, 0),
(112631, 693, 81, 'Godshorn', 524389600, 97065900, 0),
(112632, 693, 81, 'Gohrde', 531500000, 108833300, 0),
(112633, 693, 81, 'Goldbeck', 521039700, 91536700, 0),
(112634, 693, 81, 'Goldmoor', 535501500, 74614900, 0),
(112635, 693, 81, 'Gollau', 529920400, 111261600, 0),
(112636, 693, 81, 'Golmbach', 519000000, 95500000, 0),
(112637, 693, 81, 'Golzwarderwurp', 533562400, 84429100, 0),
(112638, 693, 81, 'Gothel', 527038500, 85219600, 0),
(112639, 693, 81, 'Gothen', 525559000, 88158400, 0),
(112640, 693, 81, 'Gottingerode', 518945000, 105142600, 0),
(112641, 693, 81, 'Goxe', 523419500, 95471200, 0),
(112642, 693, 81, 'Grabstede', 533657900, 79905000, 0),
(112643, 693, 81, 'Grafschaft', 535564200, 79849400, 0),
(112644, 693, 81, 'Grapel', 535685900, 91797600, 0),
(112645, 693, 81, 'Grauhof', 519379200, 104487700, 0),
(112646, 693, 81, 'Greetsiel', 535016200, 70944500, 0),
(112647, 693, 81, 'Greven', 524931400, 81448400, 0),
(112648, 693, 81, 'Grewenweise', 521031400, 82153900, 0),
(112649, 693, 81, 'Grohnde', 520179200, 94190500, 0),
(112650, 693, 81, 'Gross Algermissen', 522545500, 99761400, 0),
(112651, 693, 81, 'Gross Banratz', 532411900, 109390500, 0),
(112652, 693, 81, 'Gross Bawinkel', 526019700, 74493900, 0),
(112653, 693, 81, 'Gross Berkel', 520654700, 93047300, 0),
(112654, 693, 81, 'Gross Bornhorst', 531742000, 82624000, 0),
(112655, 693, 81, 'Gross Brunsrode', 523523700, 106674900, 0),
(112656, 693, 81, 'Gross Bulten', 522633100, 101901200, 0),
(112657, 693, 81, 'Gross Denkte', 521452400, 106126200, 0),
(112658, 693, 81, 'Gross Dungen', 520952100, 100219100, 0),
(112659, 693, 81, 'Gross Eissel', 529558900, 91940400, 0),
(112660, 693, 81, 'Gross Ellershausen', 515197800, 98666800, 0),
(112661, 693, 81, 'Gross Escherde', 521556200, 98459000, 0),
(112662, 693, 81, 'Gross Flothe', 520876300, 104694600, 0),
(112663, 693, 81, 'Gross Forste', 522067400, 99101000, 0),
(112664, 693, 81, 'Gross Fredenbeck', 535237200, 94144400, 0),
(112665, 693, 81, 'Gross Giesen', 521981600, 98937500, 0),
(112666, 693, 81, 'Gross Gleidingen', 522309100, 104271200, 0),
(112667, 693, 81, 'Gross Hegesdorf', 523092100, 93090200, 0),
(112668, 693, 81, 'Gross Hilligsfeld', 521250000, 94372600, 0),
(112669, 693, 81, 'Gross Himstedt', 521863500, 102016600, 0),
(112670, 693, 81, 'Gross Hutbergen', 529217000, 91915700, 0),
(112671, 693, 81, 'Gross Ilde', 520090800, 100416800, 0),
(112672, 693, 81, 'Gross Ilsede', 522682100, 102241500, 0),
(112673, 693, 81, 'Gross Klecken', 533666700, 99333300, 0),
(112674, 693, 81, 'Gross Kohren', 528836800, 85844800, 0),
(112675, 693, 81, 'Gross Lafferde', 522268500, 102430300, 0),
(112676, 693, 81, 'Gross Liedern', 529575300, 105985500, 0),
(112677, 693, 81, 'Gross Lobke', 522697300, 100121500, 0),
(112678, 693, 81, 'Gross Munzel', 523655400, 94782800, 0),
(112679, 693, 81, 'Gross Oesingen', 526500000, 104833300, 0),
(112680, 693, 81, 'Gross Ostiem', 535363700, 79716100, 0),
(112681, 693, 81, 'Gross Rhuden', 519500000, 101166700, 0),
(112682, 693, 81, 'Gross Roscharden', 528035700, 78419700, 0),
(112683, 693, 81, 'Gross Schneen', 514363400, 99325900, 0),
(112684, 693, 81, 'Gross Schwulper', 523558900, 104312600, 0),
(112685, 693, 81, 'Gross Sittensen', 532833300, 95166700, 0),
(112686, 693, 81, 'Gross Sottrum', 531181900, 92395600, 0),
(112687, 693, 81, 'Gross Stavern', 527970800, 74315500, 0),
(112688, 693, 81, 'Gross Steinum', 522650100, 108714900, 0),
(112689, 693, 81, 'Gross Stockheim', 521744000, 105179900, 0),
(112690, 693, 81, 'Gross Thun', 535767500, 94485500, 0),
(112691, 693, 81, 'Gross Twulpstedt', 523736100, 109192900, 0),
(112692, 693, 81, 'Gross Upende', 535000000, 73500000, 0),
(112693, 693, 81, 'Gross Wittfeitzen', 530141400, 109472900, 0),
(112694, 693, 81, 'Grossenhalm', 531833300, 87000000, 0),
(112695, 693, 81, 'Grossenheidorn', 524581900, 93938300, 0),
(112696, 693, 81, 'Grossfreden', 519333300, 98833300, 0),
(112697, 693, 81, 'Grossgoltern', 523326100, 95011100, 0),
(112698, 693, 81, 'Grossringe', 525948500, 69214700, 0),
(112699, 693, 81, 'Grosssander', 533005200, 78053500, 0),
(112700, 693, 81, 'Grosswolderfeld', 531287800, 74652100, 0),
(112701, 693, 81, 'Grove', 523166700, 93666700, 0),
(112702, 693, 81, 'Grummersort', 531209600, 83482500, 0),
(112703, 693, 81, 'Grunendeich', 535695200, 96121800, 0),
(112704, 693, 81, 'Grupenhagen', 520733900, 92293700, 0),
(112705, 693, 81, 'Gruthugel', 523241200, 80505300, 0),
(112706, 693, 81, 'Gudendorf', 538015300, 86706300, 0),
(112707, 693, 81, 'Gulden', 530501400, 108772400, 0),
(112708, 693, 81, 'Gummer', 524068800, 95330500, 0),
(112709, 693, 81, 'Habbrugge', 530479900, 84736400, 0),
(112710, 693, 81, 'Habighorst', 527086400, 102274100, 0),
(112711, 693, 81, 'Hacklingen', 528490300, 106686000, 0),
(112712, 693, 81, 'Haddorf', 535998200, 94023300, 0),
(112713, 693, 81, 'Haftenkamp', 525376000, 69309800, 0),
(112714, 693, 81, 'Hagen am Teuteburger Wald', 522000000, 79833300, 0),
(112715, 693, 81, 'Hagen im Bremischen', 533666700, 86500000, 0),
(112716, 693, 81, 'Hagenbeck', 524934500, 76992900, 0),
(112717, 693, 81, 'Hagewede', 524824900, 83858900, 0),
(112718, 693, 81, 'Hahndorf', 519570700, 104344400, 0),
(112719, 693, 81, 'Hahnenberg', 525302400, 91237000, 0),
(112720, 693, 81, 'Hahnenklee-Bockswiese', 518548700, 103317800, 0),
(112721, 693, 81, 'Haimar', 523070100, 100452800, 0),
(112722, 693, 81, 'Hainhaus', 524835700, 97646000, 0),
(112723, 693, 81, 'Halbemond', 535666700, 72833300, 0),
(112724, 693, 81, 'Halsmuhlen', 529500000, 92333300, 0),
(112725, 693, 81, 'Halvesbostel', 533500000, 96000000, 0),
(112726, 693, 81, 'Hambrock', 529514300, 105741700, 0),
(112727, 693, 81, 'Hamelerwald', 523542200, 101125700, 0),
(112728, 693, 81, 'Hamelhausen', 527808600, 92829300, 0),
(112729, 693, 81, 'Hamelschenburg', 520289400, 93438700, 0),
(112730, 693, 81, 'Hamstrup', 527698500, 78649700, 0),
(112731, 693, 81, 'Handorf', 522921600, 102124800, 0),
(112732, 693, 81, 'Hanekenfahr', 524720000, 73028200, 0),
(112733, 693, 81, 'Hankenberge', 521743000, 81342800, 0),
(112734, 693, 81, 'Hankensbuttel', 527333300, 106000000, 0),
(112735, 693, 81, 'Hansahlen', 531333300, 97833300, 0),
(112736, 693, 81, 'Hardegsen', 516522700, 98305000, 0),
(112737, 693, 81, 'Harderode', 520462600, 95402500, 0),
(112738, 693, 81, 'Harkebrugge', 531199700, 78198500, 0),
(112739, 693, 81, 'Harlingerode', 519095400, 105170100, 0),
(112740, 693, 81, 'Harme', 527295700, 81813700, 0),
(112741, 693, 81, 'Harrenstatte', 528745000, 76156600, 0),
(112742, 693, 81, 'Harsweg', 533918900, 72086200, 0),
(112743, 693, 81, 'Hartingspecken', 537475300, 86155800, 0),
(112744, 693, 81, 'Hartlage', 525848200, 76955200, 0),
(112745, 693, 81, 'Hasede', 521978200, 99192700, 0),
(112746, 693, 81, 'Haskamp', 526027000, 82373400, 0),
(112747, 693, 81, 'Hassbergen', 527333300, 92333300, 0),
(112748, 693, 81, 'Hasselbrock', 529275600, 71936600, 0),
(112749, 693, 81, 'Haupthugel', 523275600, 80672500, 0),
(112750, 693, 81, 'Haxloh', 531789800, 96744900, 0),
(112751, 693, 81, 'Hechthausen', 536404100, 92394200, 0),
(112752, 693, 81, 'Hedendorf', 534793200, 96177500, 0),
(112753, 693, 81, 'Heemsen', 527000000, 92666700, 0),
(112754, 693, 81, 'Heere', 520666700, 102500000, 0),
(112755, 693, 81, 'Heerenborg', 532098800, 74609800, 0),
(112756, 693, 81, 'Heessel', 524438700, 99805600, 0),
(112757, 693, 81, 'Heessen', 522321100, 90964200, 0),
(112758, 693, 81, 'Heidbohl', 528162500, 90963100, 0),
(112759, 693, 81, 'Heidbrucken', 529584600, 76198800, 0),
(112760, 693, 81, 'Heidenau', 533166700, 96666700, 0),
(112761, 693, 81, 'Heidesiedlung', 532333300, 85833300, 0),
(112762, 693, 81, 'Heidhusen', 530548700, 83583200, 0),
(112763, 693, 81, 'Heidkamp', 532166700, 88166700, 0),
(112764, 693, 81, 'Heidkrug', 530500000, 86833300, 0),
(112765, 693, 81, 'Heidland', 521023600, 81836500, 0),
(112766, 693, 81, 'Heidmuhle', 535500000, 79500000, 0),
(112767, 693, 81, 'Heiligenbruch', 529614200, 89325400, 0),
(112768, 693, 81, 'Heiligenstock', 517666700, 103166700, 0),
(112769, 693, 81, 'Heiligenthal', 532206200, 103362600, 0),
(112770, 693, 81, 'Heimerode', 520109900, 104109200, 0),
(112771, 693, 81, 'Heinbockel', 535745700, 93264400, 0),
(112772, 693, 81, 'Heisede', 522582800, 98518200, 0),
(112773, 693, 81, 'Heissenbuttel', 533052400, 88489200, 0),
(112774, 693, 81, 'Heissum', 519966100, 103997600, 0),
(112775, 693, 81, 'Hellbusch', 529396200, 82680800, 0),
(112776, 693, 81, 'Helle', 526027600, 80413600, 0),
(112777, 693, 81, 'Hellingst', 533816600, 88638200, 0),
(112778, 693, 81, 'Helmersen', 521668800, 101467300, 0),
(112779, 693, 81, 'Helmighausen', 527255100, 76914800, 0),
(112780, 693, 81, 'Helmste', 535240400, 94821600, 0),
(112781, 693, 81, 'Helmstorf', 533633800, 99836900, 0),
(112782, 693, 81, 'Helpsen', 523113100, 91167600, 0),
(112783, 693, 81, 'Helvesiek', 532160600, 94915000, 0),
(112784, 693, 81, 'Helzendorf', 527576500, 90758200, 0),
(112785, 693, 81, 'Hemeln', 515001900, 96078900, 0),
(112786, 693, 81, 'Hemke', 524036700, 79535200, 0),
(112787, 693, 81, 'Hemmelsberg', 530851600, 83240500, 0),
(112788, 693, 81, 'Hemmelte', 527795600, 79688300, 0),
(112789, 693, 81, 'Hemmendorf', 520835800, 96036000, 0),
(112790, 693, 81, 'Hemsen', 527363000, 72781200, 0),
(112791, 693, 81, 'Henghold', 526251700, 77230400, 0),
(112792, 693, 81, 'Hengstbrink', 522665700, 81901000, 0),
(112793, 693, 81, 'Hengstenberg', 521282200, 84163700, 0),
(112794, 693, 81, 'Henneckenrode', 520595500, 101270700, 0),
(112795, 693, 81, 'Herbergen', 526901700, 78173900, 0),
(112796, 693, 81, 'Herberhausen', 515399200, 99854800, 0),
(112797, 693, 81, 'Herbrumerkampe', 530315100, 73438000, 0),
(112798, 693, 81, 'Herrenweide', 526000000, 83500000, 0),
(112799, 693, 81, 'Herrlichkeit', 536949800, 91261200, 0),
(112800, 693, 81, 'Herzog Juliushutte', 519193900, 103801900, 0),
(112801, 693, 81, 'Hesel', 533000000, 76000000, 0),
(112802, 693, 81, 'Hespe', 523299900, 91081800, 0),
(112803, 693, 81, 'Hesselnfeld', 528371100, 81313000, 0),
(112804, 693, 81, 'Hessendorf', 521678000, 90506000, 0),
(112805, 693, 81, 'Hetjershausen', 515317300, 98586200, 0),
(112806, 693, 81, 'Hettensen', 516184400, 97913600, 0),
(112807, 693, 81, 'Hettlich', 522500000, 81000000, 0),
(112808, 693, 81, 'Heubrucke', 531045300, 75679000, 0),
(112809, 693, 81, 'Hevensen', 516391800, 98694600, 0),
(112810, 693, 81, 'Hevesen', 523008200, 90736800, 0),
(112811, 693, 81, 'Hickingen', 522391800, 80949500, 0),
(112812, 693, 81, 'Hiddestorf', 522804500, 97086500, 0),
(112813, 693, 81, 'HildesheimerWald', 521163100, 98979900, 0),
(112814, 693, 81, 'Hilken', 529183100, 86667800, 0),
(112815, 693, 81, 'Hillerse', 516855800, 99497300, 0),
(112816, 693, 81, 'Hilmarsum', 533396700, 72402800, 0),
(112817, 693, 81, 'Hilwartshausen', 517732000, 97188700, 0),
(112818, 693, 81, 'Himmelreich', 525269800, 94484100, 0),
(112819, 693, 81, 'Himmelsthur', 521642700, 99118100, 0),
(112820, 693, 81, 'Hinteln', 533867500, 99065100, 0),
(112821, 693, 81, 'Hinter dem Forde', 529682700, 80397400, 0),
(112822, 693, 81, 'Hinter-Walle', 534733600, 74378100, 0),
(112823, 693, 81, 'Hinterhonisch', 529148000, 92046100, 0),
(112824, 693, 81, 'Hinternberg', 529975300, 76157300, 0),
(112825, 693, 81, 'Hittbergen', 533445000, 105891400, 0),
(112826, 693, 81, 'Hochelsten', 527704900, 80933300, 0),
(112827, 693, 81, 'Hockel', 524559000, 77406300, 0),
(112828, 693, 81, 'Hockelheim', 517010400, 99611600, 0),
(112829, 693, 81, 'Hoddersdeich', 535824900, 83662400, 0),
(112830, 693, 81, 'Hoerden', 516683500, 102837200, 0),
(112831, 693, 81, 'Hogenhausen', 528917800, 87683300, 0),
(112832, 693, 81, 'Hoheheide', 531666700, 82333300, 0),
(112833, 693, 81, 'Hohelucht', 531001000, 84665800, 0),
(112834, 693, 81, 'Hohenassel', 521365400, 102191700, 0),
(112835, 693, 81, 'Hohenaverbergen', 528825000, 93111800, 0),
(112836, 693, 81, 'Hohenborn', 530705100, 85936000, 0),
(112837, 693, 81, 'Hohendarme', 525000000, 73166700, 0),
(112838, 693, 81, 'Hoheneggelsen', 522087600, 101816700, 0),
(112839, 693, 81, 'Hohenesch', 531166700, 93666700, 0),
(112840, 693, 81, 'Hohenhausen', 533522000, 94527300, 0),
(112841, 693, 81, 'Hohenholz', 527850100, 92585600, 0),
(112842, 693, 81, 'Hohenkirchen', 536626000, 79174000, 0),
(112843, 693, 81, 'Hohenkorben', 525085400, 70843300, 0),
(112844, 693, 81, 'Hohensand', 530341900, 82092500, 0),
(112845, 693, 81, 'Hohenwedel', 536069400, 94437800, 0),
(112846, 693, 81, 'Hohnsleben', 521615100, 110551600, 0),
(112847, 693, 81, 'Hohnstedt', 517635400, 99597000, 0),
(112848, 693, 81, 'Holdenstedt', 529256700, 105274800, 0),
(112849, 693, 81, 'Holdorf', 525833300, 81166700, 0),
(112850, 693, 81, 'Holenberg', 519166700, 95833300, 0),
(112851, 693, 81, 'Hollage', 523493300, 79669100, 0),
(112852, 693, 81, 'Hollern', 535929200, 95479100, 0),
(112853, 693, 81, 'Hollnseth', 535833300, 91000000, 0),
(112854, 693, 81, 'Holm Seppensen', 532893200, 98643300, 0),
(112855, 693, 81, 'Holssel', 536889400, 86184800, 0),
(112856, 693, 81, 'Holtermoor', 531521700, 76168600, 0),
(112857, 693, 81, 'Holthusen', 531539000, 73125600, 0),
(112858, 693, 81, 'Holthuserheide', 531527300, 72990400, 0),
(112859, 693, 81, 'Holtinghausen', 528673900, 81303300, 0),
(112860, 693, 81, 'Holtorf', 526760800, 92281700, 0),
(112861, 693, 81, 'Holttange', 531233900, 79264900, 0),
(112862, 693, 81, 'Holzen', 519333300, 96666700, 0),
(112863, 693, 81, 'Hondelage', 523144400, 106056700, 0),
(112864, 693, 81, 'Honnersum', 521859300, 100046000, 0),
(112865, 693, 81, 'Hoogstede', 525833300, 69500000, 0),
(112866, 693, 81, 'Hooksiel', 536318500, 80266800, 0),
(112867, 693, 81, 'Horn', 535666700, 81000000, 0),
(112868, 693, 81, 'Hornbostel', 526730500, 98406600, 0),
(112869, 693, 81, 'Horneburg', 535067200, 95754600, 0),
(112870, 693, 81, 'Hornerholz', 534877200, 92001000, 0),
(112871, 693, 81, 'Hornheide', 530013600, 100974700, 0),
(112872, 693, 81, 'Horsten', 523389100, 93521100, 0),
(112873, 693, 81, 'Horsum', 519742500, 98658100, 0),
(112874, 693, 81, 'Horum', 537029700, 79918300, 0),
(112875, 693, 81, 'Horumersiel', 536858000, 80114500, 0),
(112876, 693, 81, 'Hotzum', 522219600, 106151100, 0),
(112877, 693, 81, 'Hove', 535188700, 97306500, 0),
(112878, 693, 81, 'Hover', 523492400, 98924800, 0),
(112879, 693, 81, 'Hoykenkamp', 530656900, 86000700, 0),
(112880, 693, 81, 'Hullstede', 532606900, 79471400, 0),
(112881, 693, 81, 'Hulsede', 522495100, 93614700, 0),
(112882, 693, 81, 'Hundsmuhlen', 531035900, 81803400, 0),
(112883, 693, 81, 'Hunfelde', 529803300, 72979300, 0),
(112884, 693, 81, 'Hupede', 522439400, 97337200, 0),
(112885, 693, 81, 'Hustadte', 522582500, 83650800, 0),
(112886, 693, 81, 'Huttenkrug', 525458800, 94281600, 0),
(112887, 693, 81, 'Huttfleth', 535728700, 96048100, 0),
(112888, 693, 81, 'Huvede', 524739300, 73755500, 0),
(112889, 693, 81, 'Idafehn', 531400700, 76372400, 0),
(112890, 693, 81, 'Ihlowerfehn', 533978100, 74247200, 0),
(112891, 693, 81, 'Ihme', 522992400, 96714000, 0),
(112892, 693, 81, 'Ihren', 531570100, 74677300, 0),
(112893, 693, 81, 'Ihrenerfeld', 531439900, 74753500, 0),
(112894, 693, 81, 'Ilten', 523467200, 99349400, 0),
(112895, 693, 81, 'Im Hagen', 521395600, 84014300, 0),
(112896, 693, 81, 'Im Sande', 534500000, 95166700, 0),
(112897, 693, 81, 'Immenbeck', 534465300, 97276800, 0),
(112898, 693, 81, 'Immendorf', 521460300, 104422100, 0),
(112899, 693, 81, 'Immenrode', 519584400, 104828500, 0),
(112900, 693, 81, 'In der Harst', 523749500, 99079900, 0),
(112901, 693, 81, 'Ingeln', 522773000, 98998800, 0),
(112902, 693, 81, 'Intschede', 529575800, 91374600, 0),
(112903, 693, 81, 'Ippensen', 518389900, 99548800, 0),
(112904, 693, 81, 'Isernhagen Farster Bauerschaft', 524709300, 98417900, 0),
(112905, 693, 81, 'Isernhagen Niederhagener Bauerschaft', 524558000, 97918200, 0),
(112906, 693, 81, 'Itzenbuttel', 533226700, 99341700, 0),
(112907, 693, 81, 'Itzum', 521150200, 99944100, 0),
(112908, 693, 81, 'Itzworden', 538011600, 90852000, 0),
(112909, 693, 81, 'Jaderaltendeich', 533438900, 82348100, 0),
(112910, 693, 81, 'Jakobidrebber', 526497300, 84248600, 0),
(112911, 693, 81, 'Jarssum', 533377300, 72519500, 0),
(112912, 693, 81, 'Jeddingen', 529707100, 95142300, 0),
(112913, 693, 81, 'Jeebel', 529607300, 88471400, 0),
(112914, 693, 81, 'Jeersdorf', 531698200, 94675200, 0),
(112915, 693, 81, 'Jehrden', 533966400, 100114100, 0),
(112916, 693, 81, 'Jeinsen', 522169700, 97927700, 0),
(112917, 693, 81, 'Jemgum', 532666700, 73833300, 0),
(112918, 693, 81, 'Jennelt', 534621800, 71316700, 0),
(112919, 693, 81, 'Jerxheim', 520817200, 108984400, 0),
(112920, 693, 81, 'Jorkerfelde', 535260100, 96758400, 0),
(112921, 693, 81, 'Jubberde', 532816400, 77630100, 0),
(112922, 693, 81, 'Juhnde', 514666700, 98000000, 0),
(112923, 693, 81, 'Juliusplate', 531965900, 85127000, 0),
(112924, 693, 81, 'Kaelberberg', 524148000, 101272500, 0),
(112925, 693, 81, 'Kaierde', 519254300, 97757700, 0),
(112926, 693, 81, 'Kakau', 528689200, 107782700, 0),
(112927, 693, 81, 'Kaken', 535743500, 92459800, 0),
(112928, 693, 81, 'Kalefeld', 518000000, 100333300, 0),
(112929, 693, 81, 'Kalkriese', 524092600, 80926200, 0),
(112930, 693, 81, 'Kaltenweide', 524758300, 97277800, 0),
(112931, 693, 81, 'Kammerborn', 516764900, 95792200, 0),
(112932, 693, 81, 'Kampsheide', 527535800, 90048800, 0),
(112933, 693, 81, 'Kanzlerfeld', 522859400, 104567100, 0),
(112934, 693, 81, 'Karlshofen', 533535700, 90235400, 0),
(112935, 693, 81, 'Kaseburg', 532921600, 84818700, 0),
(112936, 693, 81, 'Kassebruch', 533667800, 86365000, 0),
(112937, 693, 81, 'Kastorf', 524451300, 107822200, 0),
(112938, 693, 81, 'Kathen-Frackel', 528500000, 73166700, 0),
(112939, 693, 81, 'Katlenburg-Duhm', 516833300, 101000000, 0),
(112940, 693, 81, 'Kattrepel', 536000000, 77166700, 0),
(112941, 693, 81, 'Kattriede', 526124100, 92056100, 0),
(112942, 693, 81, 'Kayhausen', 531825600, 80306400, 0),
(112943, 693, 81, 'Kehdingertors Vorstadt', 536067700, 94568100, 0),
(112944, 693, 81, 'Kehrwieder', 527429600, 98243400, 0),
(112945, 693, 81, 'Kemnade', 519773700, 95139900, 0),
(112946, 693, 81, 'Kiffenbrink', 521879300, 80713000, 0),
(112947, 693, 81, 'Kirchboitzen', 528293800, 94890600, 0),
(112948, 693, 81, 'Kirchdorf', 522932600, 94904700, 0),
(112949, 693, 81, 'Kirchdorferfeld', 534433100, 74734700, 0),
(112950, 693, 81, 'Kirchgellersen', 532333300, 103000000, 0),
(112951, 693, 81, 'Kirchhorst', 524452600, 98967300, 0),
(112952, 693, 81, 'Kirchhorsten', 523031000, 91332700, 0),
(112953, 693, 81, 'Kirchreihe', 535333300, 81166700, 0),
(112954, 693, 81, 'Kirchrode', 523598800, 98303600, 0),
(112955, 693, 81, 'Kirchseelte', 529500000, 86833300, 0),
(112956, 693, 81, 'Kirchweyhe', 529891500, 88606500, 0),
(112957, 693, 81, 'Kissenbruck', 521095600, 105899600, 0),
(112958, 693, 81, 'Klauen', 530166700, 78500000, 0),
(112959, 693, 81, 'Klauenburg', 533484500, 97952000, 0),
(112960, 693, 81, 'Klecken', 533687600, 99387500, 0),
(112961, 693, 81, 'Klein Bornhorst', 531672700, 82757100, 0),
(112962, 693, 81, 'Klein Bummerstede', 530810400, 82250500, 0),
(112963, 693, 81, 'Klein Denkte', 521423400, 105858400, 0),
(112964, 693, 81, 'Klein Escherde', 521607400, 98372300, 0),
(112965, 693, 81, 'Klein Forste', 522140800, 99247700, 0),
(112966, 693, 81, 'Klein Fullen', 526888400, 72299700, 0),
(112967, 693, 81, 'Klein Gleidingen', 522558200, 104212700, 0),
(112968, 693, 81, 'Klein Haltern', 523154300, 81707100, 0),
(112969, 693, 81, 'Klein Hauslingen', 528151100, 93598400, 0),
(112970, 693, 81, 'Klein Hehlen', 526354600, 100609900, 0),
(112971, 693, 81, 'Klein Hesepe', 526333300, 72333300, 0),
(112972, 693, 81, 'Klein Holtensen', 522612200, 92867900, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(112973, 693, 81, 'Klein Kohren', 528947400, 85918200, 0),
(112974, 693, 81, 'Klein Lengden', 514972000, 100070000, 0),
(112975, 693, 81, 'Klein Mackenstedt', 529955500, 87160400, 0),
(112976, 693, 81, 'Klein Meckelsen', 533000000, 94500000, 0),
(112977, 693, 81, 'Klein Ostiem', 535289100, 79576900, 0),
(112978, 693, 81, 'Klein Remels', 532849700, 77308400, 0),
(112979, 693, 81, 'Klein Schneen', 514435300, 99059400, 0),
(112980, 693, 81, 'Klein Schwulper', 523415300, 104290300, 0),
(112981, 693, 81, 'Klein Sisbeck', 523527500, 109092500, 0),
(112982, 693, 81, 'Klein Sottrum', 531195400, 92264000, 0),
(112983, 693, 81, 'Klein Suntel', 521665600, 94374300, 0),
(112984, 693, 81, 'Klein Thondorf', 530859300, 107426500, 0),
(112985, 693, 81, 'Klein Thun', 535864700, 94581800, 0),
(112986, 693, 81, 'Klein Upende', 535000000, 73333300, 0),
(112987, 693, 81, 'Klein Vahlberg', 521233700, 107183600, 0),
(112988, 693, 81, 'Klein Wittfeitzen', 530079500, 109460200, 0),
(112989, 693, 81, 'Kleinenging', 528241500, 78091600, 0),
(112990, 693, 81, 'Kleinhollen', 532664600, 77141000, 0),
(112991, 693, 81, 'Klethen', 533946500, 94389500, 0),
(112992, 693, 81, 'Klieversberg', 524100600, 107679700, 0),
(112993, 693, 81, 'Klint', 534166700, 100333300, 0),
(112994, 693, 81, 'Klostermoor', 531705200, 89347400, 0),
(112995, 693, 81, 'Klosterneuland', 535500000, 79333300, 0),
(112996, 693, 81, 'Kluverdamm', 530853500, 89825000, 0),
(112997, 693, 81, 'Kneitlingen', 521747700, 107619700, 0),
(112998, 693, 81, 'Kniestedt', 520666700, 103833300, 0),
(112999, 693, 81, 'Kniphausersiel', 535666700, 81166700, 0),
(113000, 693, 81, 'Knutbuhren', 515387500, 98199600, 0),
(113001, 693, 81, 'Kobens', 530666700, 90833300, 0),
(113002, 693, 81, 'Kohlenbissen', 529766600, 101376300, 0),
(113003, 693, 81, 'Kohnsen', 518260500, 98179200, 0),
(113004, 693, 81, 'Koldehorn', 534833300, 75000000, 0),
(113005, 693, 81, 'Koldingen', 522727800, 97956800, 0),
(113006, 693, 81, 'Kolenfeld', 523877500, 94535600, 0),
(113007, 693, 81, 'Kolkhagen', 531576100, 103831300, 0),
(113008, 693, 81, 'Kolloge', 528283000, 87454800, 0),
(113009, 693, 81, 'Kolonie Friesland', 533546700, 72202800, 0),
(113010, 693, 81, 'Kolonie Hunzingen', 529087600, 95996300, 0),
(113011, 693, 81, 'Kolonie Lindenplan', 519000000, 96833300, 0),
(113012, 693, 81, 'Kolonie Stahldorf', 523166700, 102500000, 0),
(113013, 693, 81, 'Kolonie Veenhusen', 532884800, 74828700, 0),
(113014, 693, 81, 'Konigshorst', 529284100, 111383300, 0),
(113015, 693, 81, 'Koppelberg', 532408300, 85921400, 0),
(113016, 693, 81, 'Korde', 526322700, 72249700, 0),
(113017, 693, 81, 'Kornbeck', 535000000, 91000000, 0),
(113018, 693, 81, 'Korsorsberg', 530900200, 81272200, 0),
(113019, 693, 81, 'Kortebrugge', 532655500, 81290800, 0),
(113020, 693, 81, 'Kotermoor', 533862400, 83587600, 0),
(113021, 693, 81, 'Krahenriede', 521666700, 103333300, 0),
(113022, 693, 81, 'Krebshagen', 523014000, 92064700, 0),
(113023, 693, 81, 'Krempel', 537074700, 87044700, 0),
(113024, 693, 81, 'Kreyenbruck', 531097000, 82187300, 0),
(113025, 693, 81, 'Kroge', 526209600, 82648700, 0),
(113026, 693, 81, 'Kruckeberg', 521680400, 92750400, 0),
(113027, 693, 81, 'Krukum', 521833300, 84166700, 0),
(113028, 693, 81, 'Krumland', 529681000, 82367400, 0),
(113029, 693, 81, 'Kublingen', 521460300, 107873700, 0),
(113030, 693, 81, 'Kuhlen', 523000000, 71000000, 0),
(113031, 693, 81, 'Kuppendorf', 525653100, 88793500, 0),
(113032, 693, 81, 'Kutenholz', 534833300, 93333300, 0),
(113033, 693, 81, 'Laake', 531549000, 110757600, 0),
(113034, 693, 81, 'Laar', 523558100, 82538800, 0),
(113035, 693, 81, 'Lachendorf', 526166700, 102500000, 0),
(113036, 693, 81, 'Ladekop', 535179700, 96733500, 0),
(113037, 693, 81, 'Laer', 521798200, 83103200, 0),
(113038, 693, 81, 'Lage', 524666700, 69666700, 0),
(113039, 693, 81, 'Lagesbuttel', 523488700, 104583000, 0),
(113040, 693, 81, 'Lahausen', 529699200, 88431800, 0),
(113041, 693, 81, 'Lahe', 524197900, 98236100, 0),
(113042, 693, 81, 'Lamme', 522692100, 104413000, 0),
(113043, 693, 81, 'Lamstedt', 536333300, 91000000, 0),
(113044, 693, 81, 'Landegger Tenge', 528333300, 72000000, 0),
(113045, 693, 81, 'Landesbergen', 525666700, 91333300, 0),
(113046, 693, 81, 'Landeswarfen', 536617900, 79036400, 0),
(113047, 693, 81, 'Landolfshausen', 515333300, 101000000, 0),
(113048, 693, 81, 'Landwehrhagen', 513518200, 95912800, 0),
(113049, 693, 81, 'Lange Heide', 532530600, 87118000, 0),
(113050, 693, 81, 'Langefeld', 535465400, 75638000, 0),
(113051, 693, 81, 'Langendorf', 531000000, 112500000, 0),
(113052, 693, 81, 'Langenholzen', 519955000, 98517300, 0),
(113053, 693, 81, 'Langenwisch', 530458100, 86810400, 0),
(113054, 693, 81, 'Langereck', 535166700, 73500000, 0),
(113055, 693, 81, 'Langforden', 527868800, 82553700, 0),
(113056, 693, 81, 'Langholt', 531117900, 75912000, 0),
(113057, 693, 81, 'Langholterweg', 531333300, 75833300, 0),
(113058, 693, 81, 'Langwedel', 526793700, 105347400, 0),
(113059, 693, 81, 'Lanhausen', 534834100, 85925500, 0),
(113060, 693, 81, 'Lankum', 528322600, 80582000, 0),
(113061, 693, 81, 'Lanze', 529582200, 113285400, 0),
(113062, 693, 81, 'Lappenstuhl', 524187600, 80568600, 0),
(113063, 693, 81, 'Lasfelde', 517438400, 102254200, 0),
(113064, 693, 81, 'Lassronne', 533909200, 102271300, 0),
(113065, 693, 81, 'Latferde', 520321000, 94310600, 0),
(113066, 693, 81, 'Lattensberg', 529742800, 76229700, 0),
(113067, 693, 81, 'Laubhuette', 517960900, 102347900, 0),
(113068, 693, 81, 'Lauenbruck', 532000000, 95666700, 0),
(113069, 693, 81, 'Lauenhagen', 523500000, 92166700, 0),
(113070, 693, 81, 'Lauenstein', 520772400, 95562200, 0),
(113071, 693, 81, 'Lautenthal', 518693400, 102874100, 0),
(113072, 693, 81, 'Lavelsloh', 524210800, 87391800, 0),
(113073, 693, 81, 'Laxten', 525183800, 73470300, 0),
(113074, 693, 81, 'Lechtingen', 523307400, 80211400, 0),
(113075, 693, 81, 'Lecker', 523548200, 82672000, 0),
(113076, 693, 81, 'Lehmberg', 529344300, 98774500, 0),
(113077, 693, 81, 'Lehndorf', 522762500, 104792400, 0),
(113078, 693, 81, 'Leinde', 521345200, 104473500, 0),
(113079, 693, 81, 'Lembruch', 525333300, 83500000, 0),
(113080, 693, 81, 'Lemforde', 524655700, 83762100, 0),
(113081, 693, 81, 'Lemgrabe', 531775500, 107156400, 0),
(113082, 693, 81, 'Lemmie', 522899000, 96078900, 0),
(113083, 693, 81, 'Lemsen', 529071800, 82199000, 0),
(113084, 693, 81, 'Lengede', 522048700, 103077500, 0),
(113085, 693, 81, 'Lenglern', 515849600, 98738500, 0),
(113086, 693, 81, 'Lensian', 529419900, 110724800, 0),
(113087, 693, 81, 'Lesse', 521616100, 102583100, 0),
(113088, 693, 81, 'Lessien', 525687300, 107565600, 0),
(113089, 693, 81, 'Lesumstotel', 532031600, 87270400, 0),
(113090, 693, 81, 'Leveste', 523211800, 95533000, 0),
(113091, 693, 81, 'Lichtenberg', 521287500, 102905800, 0),
(113092, 693, 81, 'Lichtenhorst', 527189300, 94017200, 0),
(113093, 693, 81, 'Lichtenmoor', 527085300, 93028500, 0),
(113094, 693, 81, 'Liebenau', 526036200, 90971900, 0),
(113095, 693, 81, 'Liekwegen', 522837000, 91627100, 0),
(113096, 693, 81, 'Liethe', 524479700, 94555000, 0),
(113097, 693, 81, 'Lindau', 516500000, 101333300, 0),
(113098, 693, 81, 'Lindenberg', 522457800, 105619000, 0),
(113099, 693, 81, 'Lindhorst', 523666700, 92833300, 0),
(113100, 693, 81, 'Linken', 522483400, 84494600, 0),
(113101, 693, 81, 'Linnenkamp', 518622000, 96699800, 0),
(113102, 693, 81, 'Linnerheide', 522898000, 83973200, 0),
(113103, 693, 81, 'Lintelermarsch', 536227300, 71930600, 0),
(113104, 693, 81, 'Lintorf', 523068800, 84320400, 0),
(113105, 693, 81, 'Littel', 530275500, 81607300, 0),
(113106, 693, 81, 'Lobmachtersen', 520991200, 104250000, 0),
(113107, 693, 81, 'Loga', 532369400, 74924900, 0),
(113108, 693, 81, 'Logaerfeld', 532526900, 74907100, 0),
(113109, 693, 81, 'Logumer Vorwerk', 533512000, 71327800, 0),
(113110, 693, 81, 'Loher Ostmark', 531669700, 78065300, 0),
(113111, 693, 81, 'Lohnde', 524021900, 95590000, 0),
(113112, 693, 81, 'Lohne', 524536900, 98866900, 0),
(113113, 693, 81, 'Lohnerbruch', 525248400, 71552500, 0),
(113114, 693, 81, 'Lonauer Hammerhutte', 516666700, 103500000, 0),
(113115, 693, 81, 'Loog', 536755100, 69630600, 0),
(113116, 693, 81, 'Lubbrechtsen', 520335400, 97283100, 0),
(113117, 693, 81, 'Luchow', 529681100, 111539700, 0),
(113118, 693, 81, 'Lucklum', 522051700, 106894200, 0),
(113119, 693, 81, 'Luder', 528087800, 106660900, 0),
(113120, 693, 81, 'Ludersfeld', 523666700, 92500000, 0),
(113121, 693, 81, 'Ludingworth-Westerende', 538101700, 87203700, 0),
(113122, 693, 81, 'Ludwigsdorf', 534125200, 74579800, 0),
(113123, 693, 81, 'Luerte', 528763800, 84011100, 0),
(113124, 693, 81, 'Lugthoek', 525044300, 69921600, 0),
(113125, 693, 81, 'Luhden', 522253800, 90925600, 0),
(113126, 693, 81, 'Luhdorf', 533317200, 102012500, 0),
(113127, 693, 81, 'Luhedeich', 535666700, 96333300, 0),
(113128, 693, 81, 'Luhne', 531261800, 93702500, 0),
(113129, 693, 81, 'Luninghausen', 531897500, 89308100, 0),
(113130, 693, 81, 'Lunsen', 529666100, 90493100, 0),
(113131, 693, 81, 'Lustringen', 522720000, 81367900, 0),
(113132, 693, 81, 'Lutgenrode', 516307500, 99119000, 0),
(113133, 693, 81, 'Luthe', 524269200, 94736800, 0),
(113134, 693, 81, 'Lutter am Barenberge', 519894300, 102693000, 0),
(113135, 693, 81, 'Luttmersen', 525736400, 95639400, 0),
(113136, 693, 81, 'Lyhren', 523013900, 93198500, 0),
(113137, 693, 81, 'Maasen', 526922000, 88845100, 0),
(113138, 693, 81, 'Mahlerten', 521509000, 97961100, 0),
(113139, 693, 81, 'Malbergen', 522214500, 80390200, 0),
(113140, 693, 81, 'Mallen', 528312400, 90702600, 0),
(113141, 693, 81, 'Malstedt', 534273000, 92694200, 0),
(113142, 693, 81, 'Mariaspring', 516000000, 99500000, 0),
(113143, 693, 81, 'Marienburg', 521132500, 99767900, 0),
(113144, 693, 81, 'Mariengarten', 514452400, 98685800, 0),
(113145, 693, 81, 'Marienhafe', 535227400, 72730600, 0),
(113146, 693, 81, 'Marienhagen', 520371800, 96868500, 0),
(113147, 693, 81, 'Marienheil', 531581900, 75585200, 0),
(113148, 693, 81, 'Marienstein', 516256100, 99307000, 0),
(113149, 693, 81, 'Marienwehr', 534000000, 72500000, 0),
(113150, 693, 81, 'Marienwerder', 524059800, 96244500, 0),
(113151, 693, 81, 'Markeldissen', 519500000, 97500000, 0),
(113152, 693, 81, 'Marklendorf', 526702200, 97112500, 0),
(113153, 693, 81, 'Marklohe', 526666700, 91666700, 0),
(113154, 693, 81, 'Marl', 524833300, 83666700, 0),
(113155, 693, 81, 'Marschacht', 534152000, 103752400, 0),
(113156, 693, 81, 'Marschendorf', 527016700, 81527200, 0),
(113157, 693, 81, 'Martfelder Heide', 528843200, 90616000, 0),
(113158, 693, 81, 'Mascherode', 522233800, 105665300, 0),
(113159, 693, 81, 'Meerbeck', 523333300, 91500000, 0),
(113160, 693, 81, 'Meerhausen', 532729200, 75491700, 0),
(113161, 693, 81, 'Mehle', 521147800, 96940600, 0),
(113162, 693, 81, 'Meilsen', 533384000, 98360700, 0),
(113163, 693, 81, 'Meinbrexen', 516888400, 93988900, 0),
(113164, 693, 81, 'Meinefeld', 523094400, 91572900, 0),
(113165, 693, 81, 'Meinersand', 523833300, 105333300, 0),
(113166, 693, 81, 'Melbeck', 531833300, 104000000, 0),
(113167, 693, 81, 'Melchiorshausen', 529679100, 87967600, 0),
(113168, 693, 81, 'Mellinghausen', 527069700, 88970400, 0),
(113169, 693, 81, 'Melstrup', 528886200, 73386900, 0),
(113170, 693, 81, 'Melverode', 522296900, 105254200, 0),
(113171, 693, 81, 'Melzingen', 530048900, 104443900, 0),
(113172, 693, 81, 'Metjendorf', 531864900, 81668800, 0),
(113173, 693, 81, 'Meyenfeld', 524420800, 95702000, 0),
(113174, 693, 81, 'Meyershof', 533333300, 84500000, 0),
(113175, 693, 81, 'Middelburg', 534526000, 74988000, 0),
(113176, 693, 81, 'Mielenhausen', 514554900, 97007100, 0),
(113177, 693, 81, 'Mienenbuttel', 533763100, 98019200, 0),
(113178, 693, 81, 'Milliehausen', 522406300, 94158000, 0),
(113179, 693, 81, 'Mittellohne', 525000000, 72333300, 0),
(113180, 693, 81, 'Mittelrode', 522048000, 96531400, 0),
(113181, 693, 81, 'Mittelstenahe', 536500000, 90333300, 0),
(113182, 693, 81, 'Mohlenwarf', 531773200, 73041600, 0),
(113183, 693, 81, 'Mojenhorn', 535765900, 96110400, 0),
(113184, 693, 81, 'Mollenbeck', 521636100, 90376300, 0),
(113185, 693, 81, 'Monkehofen', 523139100, 82886200, 0),
(113186, 693, 81, 'Moor', 528313600, 89940900, 0),
(113187, 693, 81, 'Moordeich', 530297200, 87304000, 0),
(113188, 693, 81, 'Moorhauser', 526093500, 83429600, 0),
(113189, 693, 81, 'Moorhuttensiedlung', 522833300, 105833300, 0),
(113190, 693, 81, 'Moorkamp', 526713600, 82172600, 0),
(113191, 693, 81, 'Moorstrich', 534613700, 78913400, 0),
(113192, 693, 81, 'Moringen', 516991600, 98710700, 0),
(113193, 693, 81, 'Moritzberg', 521520700, 99157900, 0),
(113194, 693, 81, 'Motzen', 531775200, 85569600, 0),
(113195, 693, 81, 'Muden', 525277100, 103601100, 0),
(113196, 693, 81, 'Muhlen', 526180000, 82109900, 0),
(113197, 693, 81, 'Muhlenort', 523766800, 80483900, 0),
(113198, 693, 81, 'Mullberg', 534039300, 77646600, 0),
(113199, 693, 81, 'Mulsum', 535113600, 93021300, 0),
(113200, 693, 81, 'Munchehagen', 524398700, 91902200, 0),
(113201, 693, 81, 'Munchehof', 518490700, 101861100, 0),
(113202, 693, 81, 'Mundrup', 522203700, 81290000, 0),
(113203, 693, 81, 'Munnigburen', 525228800, 74272700, 0),
(113204, 693, 81, 'Munstedt', 522566000, 102737600, 0),
(113205, 693, 81, 'Munster Nord', 530000000, 101166700, 0),
(113206, 693, 81, 'Muntjedorf', 535797200, 73369400, 0),
(113207, 693, 81, 'Munzberg', 523000000, 105000000, 0),
(113208, 693, 81, 'Nadorst', 531676400, 82289200, 0),
(113209, 693, 81, 'Nartum', 532025100, 92492600, 0),
(113210, 693, 81, 'Nassenheide', 523389100, 80074400, 0),
(113211, 693, 81, 'Nateln', 529716500, 107605900, 0),
(113212, 693, 81, 'Natendorf', 530798000, 104703100, 0),
(113213, 693, 81, 'Neddernhof', 532837900, 97768000, 0),
(113214, 693, 81, 'Neermoor', 533052900, 74435300, 0),
(113215, 693, 81, 'Neerstedt', 529728000, 84036200, 0),
(113216, 693, 81, 'Nemden', 522277500, 82391700, 0),
(113217, 693, 81, 'Nesserland', 533500000, 71833300, 0),
(113218, 693, 81, 'Nessstrasse', 535406000, 96114500, 0),
(113219, 693, 81, 'Nette', 520366500, 100829600, 0),
(113220, 693, 81, 'Nettlingen', 521607200, 101571200, 0),
(113221, 693, 81, 'Neu Augustengroden', 537010800, 78567300, 0),
(113222, 693, 81, 'Neu Barstede', 534530100, 73872200, 0),
(113223, 693, 81, 'Neu Buddenstedt', 521707500, 110189200, 0),
(113224, 693, 81, 'Neu Darchau', 532290100, 108852900, 0),
(113225, 693, 81, 'Neu Gnadenfeld', 526123300, 69715600, 0),
(113226, 693, 81, 'Neu Lindenau', 532333300, 104000000, 0),
(113227, 693, 81, 'Neu Sandhorst', 534898800, 75166100, 0),
(113228, 693, 81, 'Neu Sankt Jurgen', 532528300, 89749900, 0),
(113229, 693, 81, 'Neu Tetendorf', 529774500, 98238900, 0),
(113230, 693, 81, 'Neu Wallinghausen', 534833300, 73833300, 0),
(113231, 693, 81, 'Neu Warmbuchen', 524661800, 98909400, 0),
(113232, 693, 81, 'Neubruchhausen', 528401700, 88414600, 0),
(113233, 693, 81, 'Neudorf-Platendorf', 525356500, 106026600, 0),
(113234, 693, 81, 'Neuekrug', 519410000, 102277900, 0),
(113235, 693, 81, 'Neuenbunnen', 527297000, 78607800, 0),
(113236, 693, 81, 'Neuengland', 530402300, 72225000, 0),
(113237, 693, 81, 'Neuenhaus', 524991200, 69662600, 0),
(113238, 693, 81, 'Neuenkampen', 528576900, 77810300, 0),
(113239, 693, 81, 'Neuenkoop', 531492800, 84513700, 0),
(113240, 693, 81, 'Neufeld', 535000000, 80166700, 0),
(113241, 693, 81, 'Neuhof', 515735500, 105846400, 0),
(113242, 693, 81, 'Neukloster', 534811600, 96377300, 0),
(113243, 693, 81, 'Neukuhla', 536120700, 92972700, 0),
(113244, 693, 81, 'Neupetritor', 522833300, 104833300, 0),
(113245, 693, 81, 'Neuscharrel', 530108100, 77644800, 0),
(113246, 693, 81, 'Neuseriem', 536500000, 76333300, 0),
(113247, 693, 81, 'Neustadt am Rubenberge', 525046200, 94587100, 0),
(113248, 693, 81, 'Neustadtgodens', 534778200, 79877200, 0),
(113249, 693, 81, 'Neusudende', 532108400, 82002900, 0),
(113250, 693, 81, 'Neuwall', 530673800, 77158400, 0),
(113251, 693, 81, 'Neuwallmoden', 520113000, 102622600, 0),
(113252, 693, 81, 'Nieder Gersten', 525756200, 75081300, 0),
(113253, 693, 81, 'Nieder Nordsehl', 523666700, 91833300, 0),
(113254, 693, 81, 'Niedermarschacht', 534175600, 103672900, 0),
(113255, 693, 81, 'Niedernjesa', 514765200, 99260000, 0),
(113256, 693, 81, 'Niedersand', 523833300, 105833300, 0),
(113257, 693, 81, 'Nienbrugge', 523845800, 92264100, 0),
(113258, 693, 81, 'Nienhof', 525485800, 103240600, 0),
(113259, 693, 81, 'Nienhorst', 525469200, 100578100, 0),
(113260, 693, 81, 'Nindorf', 528432200, 99726700, 0),
(113261, 693, 81, 'Ninkoperdeich', 534957300, 97789300, 0),
(113262, 693, 81, 'Nopke', 525961700, 93957100, 0),
(113263, 693, 81, 'Nord Edewecht', 531333300, 79833300, 0),
(113264, 693, 81, 'Norddeich', 536134900, 71604300, 0),
(113265, 693, 81, 'Norderaussendeich', 534500000, 83500000, 0),
(113266, 693, 81, 'Nordergast', 535833300, 78833300, 0),
(113267, 693, 81, 'Norderhofschlag', 533290300, 83707800, 0),
(113268, 693, 81, 'Norderteil', 537051900, 89553900, 0),
(113269, 693, 81, 'Nordfelde', 528000000, 86333300, 0),
(113270, 693, 81, 'Nordheide', 531072100, 84739200, 0),
(113271, 693, 81, 'Nordhofe', 525244200, 81805200, 0),
(113272, 693, 81, 'Nordhorn', 524308100, 70683300, 0),
(113273, 693, 81, 'Nordleda', 537666700, 88333300, 0),
(113274, 693, 81, 'Nordloh', 531769800, 77775200, 0),
(113275, 693, 81, 'Nordlohne', 525245700, 72503000, 0),
(113276, 693, 81, 'Nordsulingen', 526893900, 88017400, 0),
(113277, 693, 81, 'Norten-Hardenberg', 516287800, 99359300, 0),
(113278, 693, 81, 'Nortmoor', 532333300, 75666700, 0),
(113279, 693, 81, 'Nunningen', 528765700, 95274200, 0),
(113280, 693, 81, 'Obenstrohe', 533742700, 81024600, 0),
(113281, 693, 81, 'Ober Nordsehl', 523333300, 91833300, 0),
(113282, 693, 81, 'Oberhammelwarden', 532763500, 84791300, 0),
(113283, 693, 81, 'Oberhutte', 517606400, 102086100, 0),
(113284, 693, 81, 'Obermarschacht', 534092100, 103927000, 0),
(113285, 693, 81, 'Oberndorf', 537500000, 91500000, 0),
(113286, 693, 81, 'Obernfeld', 515500000, 102333300, 0),
(113287, 693, 81, 'Obernjesa', 514616000, 99164800, 0),
(113288, 693, 81, 'Oberscheden', 514666700, 97333300, 0),
(113289, 693, 81, 'Ochtelbur', 534109000, 73742100, 0),
(113290, 693, 81, 'Ochtmissen', 532759700, 103883100, 0),
(113291, 693, 81, 'Odertal', 516377800, 104827900, 0),
(113292, 693, 81, 'Oedeme', 532281400, 103762900, 0),
(113293, 693, 81, 'Oederquart', 538026700, 92368000, 0),
(113294, 693, 81, 'Oedesse', 523870700, 102312800, 0),
(113295, 693, 81, 'Oelber am weissen Wege', 520978600, 102305000, 0),
(113296, 693, 81, 'Oerzen', 531925500, 103258400, 0),
(113297, 693, 81, 'Oetzen', 530191700, 106757100, 0),
(113298, 693, 81, 'Ofenerdiek', 531893300, 82053200, 0),
(113299, 693, 81, 'Ofenerfeld', 531936000, 81778600, 0),
(113300, 693, 81, 'Offen', 527682900, 99816700, 0),
(113301, 693, 81, 'Ohlhof', 519241600, 104589800, 0),
(113302, 693, 81, 'Ohmstede', 531630400, 82489100, 0),
(113303, 693, 81, 'Ohndorf', 523562100, 93505700, 0),
(113304, 693, 81, 'Ohrbeck', 522308000, 79941600, 0),
(113305, 693, 81, 'Ohrbult', 534166700, 79666700, 0),
(113306, 693, 81, 'Ohrel', 534014200, 92927600, 0),
(113307, 693, 81, 'Ohrte', 525890800, 76792700, 0),
(113308, 693, 81, 'Oker', 519050800, 104819100, 0),
(113309, 693, 81, 'Oldau', 526551000, 99313900, 0),
(113310, 693, 81, 'Oldenbuttel', 532810500, 88068500, 0),
(113311, 693, 81, 'Oldendorf', 518166700, 97666700, 0),
(113312, 693, 81, 'Oldenrode', 517216300, 98170200, 0),
(113313, 693, 81, 'Oldenstadt', 529758300, 105891000, 0),
(113314, 693, 81, 'Ollen', 531730200, 84966300, 0),
(113315, 693, 81, 'Olper', 522863800, 104992400, 0),
(113316, 693, 81, 'Olsburg', 522644300, 101966900, 0),
(113317, 693, 81, 'Orde', 526833300, 73000000, 0),
(113318, 693, 81, 'Osdorf', 519846700, 92681700, 0),
(113319, 693, 81, 'Osede', 521972300, 80681400, 0),
(113320, 693, 81, 'Osloss', 524692500, 106801100, 0),
(113321, 693, 81, 'Osteel', 535333300, 72666700, 0),
(113322, 693, 81, 'Osten', 537000000, 92000000, 0),
(113323, 693, 81, 'Oster Ladekop', 535143500, 96882200, 0),
(113324, 693, 81, 'Oster-Jork', 535333300, 96833300, 0),
(113325, 693, 81, 'Osterbruch', 518234500, 100160100, 0),
(113326, 693, 81, 'Osteresch', 527976400, 72255400, 0),
(113327, 693, 81, 'Osterfelde', 522327100, 92053000, 0),
(113328, 693, 81, 'Osterlinde', 521292700, 102490400, 0),
(113329, 693, 81, 'Osternheide', 532166700, 88000000, 0),
(113330, 693, 81, 'Osterwald Oberende', 524616600, 95947400, 0),
(113331, 693, 81, 'Osterwald Unterende', 524622800, 95578600, 0),
(113332, 693, 81, 'Ostgrossefehn', 534019000, 76020800, 0),
(113333, 693, 81, 'Ostlahden', 527500000, 75833300, 0),
(113334, 693, 81, 'Ostmoor', 534647000, 97183100, 0),
(113335, 693, 81, 'Ostsiedlung Alhorn', 528834200, 82456900, 0),
(113336, 693, 81, 'Othfresen', 520073900, 103923800, 0),
(113337, 693, 81, 'Ottenstein', 519470700, 94070000, 0),
(113338, 693, 81, 'Otterstedt', 531429800, 91476100, 0),
(113339, 693, 81, 'Otze', 524861800, 100101800, 0),
(113340, 693, 81, 'Ovelgonne', 526357800, 99347200, 0),
(113341, 693, 81, 'Over', 534355700, 100949000, 0),
(113342, 693, 81, 'Overstedt', 528578900, 106816300, 0),
(113343, 693, 81, 'Oxstedt', 537964800, 86139400, 0),
(113344, 693, 81, 'Oyle', 526459400, 91459700, 0),
(113345, 693, 81, 'Oytermuhle', 530618000, 90361200, 0),
(113346, 693, 81, 'Oythe', 527391000, 83125300, 0),
(113347, 693, 81, 'Papenburgerweg', 530715900, 73765900, 0),
(113348, 693, 81, 'Papenmoorland', 535333300, 79500000, 0),
(113349, 693, 81, 'Parnewinkel', 533825900, 92147000, 0),
(113350, 693, 81, 'Pennigbuttel', 532452200, 88152000, 0),
(113351, 693, 81, 'Pente', 523898000, 79686200, 0),
(113352, 693, 81, 'Petersdorf', 530036400, 80341500, 0),
(113353, 693, 81, 'Petze', 520540700, 99330100, 0),
(113354, 693, 81, 'Petzen', 522715200, 90036400, 0),
(113355, 693, 81, 'Pewsum', 534325900, 70955600, 0),
(113356, 693, 81, 'Pfalzdorf', 535034500, 75777500, 0),
(113357, 693, 81, 'Pfennigstedterfeld', 529202000, 84590000, 0),
(113358, 693, 81, 'Piesberger', 523166700, 80166700, 0),
(113359, 693, 81, 'Platjenwerbe', 531839100, 86824800, 0),
(113360, 693, 81, 'Pohlde', 516129400, 103143400, 0),
(113361, 693, 81, 'Poitzen', 528983400, 101278500, 0),
(113362, 693, 81, 'Polier', 516735600, 95386500, 0),
(113363, 693, 81, 'Polle', 518987100, 94038600, 0),
(113364, 693, 81, 'Popens', 534587600, 75109300, 0),
(113365, 693, 81, 'Postmoor', 534976200, 95850000, 0),
(113366, 693, 81, 'Powe', 523166700, 81166700, 0),
(113367, 693, 81, 'Prezier', 528967800, 113063500, 0),
(113368, 693, 81, 'Pye', 523203200, 80014800, 0),
(113369, 693, 81, 'Quarnstedt', 530265500, 114702400, 0),
(113370, 693, 81, 'Querum', 522885600, 105627300, 0),
(113371, 693, 81, 'Rabke', 521960300, 108787000, 0),
(113372, 693, 81, 'Rahmoorhorst', 527528100, 102209800, 0),
(113373, 693, 81, 'Rahrdum', 535509300, 78863500, 0),
(113374, 693, 81, 'Rallenbuschen', 534142400, 81176900, 0),
(113375, 693, 81, 'Ramlingen', 525099500, 99929200, 0),
(113376, 693, 81, 'Ramsel', 525138400, 73783400, 0),
(113377, 693, 81, 'Rannenberg', 522153900, 92467100, 0),
(113378, 693, 81, 'Ratzlingen', 529758300, 106754500, 0),
(113379, 693, 81, 'Rauschenwasser', 516000000, 99333300, 0),
(113380, 693, 81, 'Rechterfeld', 528413000, 83876300, 0),
(113381, 693, 81, 'Rechtsupweg', 535333300, 73333300, 0),
(113382, 693, 81, 'Redderse', 522992200, 95652700, 0),
(113383, 693, 81, 'Reekenfeld', 531102600, 77652100, 0),
(113384, 693, 81, 'Regesbostel', 533833300, 96500000, 0),
(113385, 693, 81, 'Rehbeck', 529998600, 111506100, 0),
(113386, 693, 81, 'Rehburg-Loccum', 524695200, 91995700, 0),
(113387, 693, 81, 'Rehden', 526102400, 84809300, 0),
(113388, 693, 81, 'Rehrssen', 528888100, 88428700, 0),
(113389, 693, 81, 'Reine', 520513800, 91755600, 0),
(113390, 693, 81, 'Reinsdorf', 521554000, 110412600, 0),
(113391, 693, 81, 'Reinsehlen', 531537800, 98079300, 0),
(113392, 693, 81, 'Reislingen', 524198000, 108435100, 0),
(113393, 693, 81, 'Remlingen', 521136700, 106740800, 0),
(113394, 693, 81, 'Remsede', 521295900, 81065400, 0),
(113395, 693, 81, 'Renkenberge', 529000000, 73833300, 0),
(113396, 693, 81, 'Rennau', 522958800, 109120000, 0),
(113397, 693, 81, 'Reppner', 521734100, 103082700, 0),
(113398, 693, 81, 'Reselage', 525117200, 81897300, 0),
(113399, 693, 81, 'Resse', 525018900, 96284800, 0),
(113400, 693, 81, 'Rethem', 527862000, 93786200, 0),
(113401, 693, 81, 'Rethmar', 523153500, 100048400, 0),
(113402, 693, 81, 'Rettmer', 532126100, 103719000, 0),
(113403, 693, 81, 'Rhadereistedt', 533089300, 91411400, 0),
(113404, 693, 81, 'Rhaudermoor', 531367500, 75784800, 0),
(113405, 693, 81, 'Rhederfeld', 530713400, 72408400, 0),
(113406, 693, 81, 'Rhumspringe', 515833300, 103000000, 0),
(113407, 693, 81, 'Ribbesbuttel', 524343500, 105099700, 0),
(113408, 693, 81, 'Richtervenne', 526255700, 68512000, 0),
(113409, 693, 81, 'Riege', 530333300, 78833300, 0),
(113410, 693, 81, 'Riessel', 526609900, 82200400, 0),
(113411, 693, 81, 'Ringelheim', 520368600, 103087800, 0),
(113412, 693, 81, 'Ringstedt', 535609100, 88487100, 0),
(113413, 693, 81, 'Ripdorf', 529903000, 105745100, 0),
(113414, 693, 81, 'Ritzenbuttel', 531656900, 85819100, 0),
(113415, 693, 81, 'Rocke', 522629000, 90053600, 0),
(113416, 693, 81, 'Rodewald-Mittlere Bauerschaft', 526590000, 94830900, 0),
(113417, 693, 81, 'Roeddenserbusch', 523668600, 101276800, 0),
(113418, 693, 81, 'Rohrsen', 521117800, 94139100, 0),
(113419, 693, 81, 'Rohstorf', 532015600, 105811200, 0),
(113420, 693, 81, 'Rollinghausen', 519718500, 98379600, 0),
(113421, 693, 81, 'Rollshausen', 515666700, 102166700, 0),
(113422, 693, 81, 'Roloven', 523041800, 96767200, 0),
(113423, 693, 81, 'Romstedt', 531000000, 106500000, 0),
(113424, 693, 81, 'Rorichmoor', 533297700, 74525600, 0),
(113425, 693, 81, 'Rorichum', 533209600, 73541800, 0),
(113426, 693, 81, 'Rosenweide', 534166700, 101333300, 0),
(113427, 693, 81, 'Rossing', 521834300, 98141100, 0),
(113428, 693, 81, 'Rothemuhle', 523357600, 104366700, 0),
(113429, 693, 81, 'Rothertshausen', 523891800, 77733600, 0),
(113430, 693, 81, 'Rotlake', 530700700, 91615400, 0),
(113431, 693, 81, 'Rottinghausen', 524953000, 81713100, 0),
(113432, 693, 81, 'Ruhen', 524856000, 108864200, 0),
(113433, 693, 81, 'Ruhlertwist', 526485700, 70961900, 0),
(113434, 693, 81, 'Ruhme', 523072200, 105163200, 0),
(113435, 693, 81, 'Ruhwarden', 535909300, 82777700, 0),
(113436, 693, 81, 'Rulle', 523326200, 80633700, 0),
(113437, 693, 81, 'Runingen', 522212300, 105040500, 0),
(113438, 693, 81, 'Rusbend', 523118300, 90599900, 0),
(113439, 693, 81, 'Rustersiel', 535574100, 81072600, 0),
(113440, 693, 81, 'Ruten', 525425700, 74821400, 0),
(113441, 693, 81, 'Ruthe', 522472600, 98328400, 0),
(113442, 693, 81, 'Sahlenburg', 538618600, 86266900, 0),
(113443, 693, 81, 'Salder', 521364000, 103373200, 0),
(113444, 693, 81, 'Salzdahlum', 521960300, 105854100, 0),
(113445, 693, 81, 'Sammatz', 531937800, 109011400, 0),
(113446, 693, 81, 'Sandberge', 526958500, 92341900, 0),
(113447, 693, 81, 'Sandbrinkerheide', 525480600, 73709600, 0),
(113448, 693, 81, 'Sandel', 535409200, 78373200, 0),
(113449, 693, 81, 'Sandfort', 522519500, 81108400, 0),
(113450, 693, 81, 'Sandhausen', 525000000, 68833300, 0),
(113451, 693, 81, 'Sandhorst', 521962900, 84497400, 0),
(113452, 693, 81, 'Sandlingen', 525560600, 102091300, 0),
(113453, 693, 81, 'Sankt Andreasberg', 517100400, 105186700, 0),
(113454, 693, 81, 'Sankt Dionys', 533339900, 103987000, 0),
(113455, 693, 81, 'Sankt Hulfe', 526216600, 83946800, 0),
(113456, 693, 81, 'Sarchem', 531463100, 110038600, 0),
(113457, 693, 81, 'Sassenholz', 533501600, 93119400, 0),
(113458, 693, 81, 'Sautmannshausen', 526866300, 74528300, 0),
(113459, 693, 81, 'Schaarreihe', 535317000, 80796700, 0),
(113460, 693, 81, 'Schafkoven', 530669300, 86533600, 0),
(113461, 693, 81, 'Schandelah', 522701100, 106885600, 0),
(113462, 693, 81, 'Schapen', 522804500, 106052400, 0),
(113463, 693, 81, 'Schaphusen', 530644200, 90567900, 0),
(113464, 693, 81, 'Schaphusener Muhlentor', 530666700, 90666700, 0),
(113465, 693, 81, 'Scharfoldendorf', 519380200, 96334600, 0),
(113466, 693, 81, 'Scharnebeck', 533000000, 105166700, 0),
(113467, 693, 81, 'Scharrendorf', 527885500, 86492500, 0),
(113468, 693, 81, 'Scharringhausen', 525936600, 88081200, 0),
(113469, 693, 81, 'Scheerhorn', 525680100, 69626400, 0),
(113470, 693, 81, 'Scheie', 522766900, 90541400, 0),
(113471, 693, 81, 'Schellohne', 526800300, 82464400, 0),
(113472, 693, 81, 'Schepsdorf', 525103100, 72881400, 0),
(113473, 693, 81, 'Scherenbostel', 525261800, 97221000, 0),
(113474, 693, 81, 'Schermbeck', 522231900, 90742200, 0),
(113475, 693, 81, 'Schessinghausen', 525933500, 92520300, 0),
(113476, 693, 81, 'Schierbrok', 530875200, 85796400, 0),
(113477, 693, 81, 'Schierenbalken', 524166700, 105333300, 0),
(113478, 693, 81, 'Schierloh', 520784700, 80371200, 0),
(113479, 693, 81, 'Schillbrok', 530354400, 85917600, 0),
(113480, 693, 81, 'Schimm', 522121700, 82545700, 0),
(113481, 693, 81, 'Schirumer Leegmoor', 534236200, 74857100, 0),
(113482, 693, 81, 'Schladen', 520221800, 105396700, 0),
(113483, 693, 81, 'Schledehausen', 522814300, 82401500, 0),
(113484, 693, 81, 'Schleper', 527000000, 74333300, 0),
(113485, 693, 81, 'Schleptrup', 523881700, 80242800, 0),
(113486, 693, 81, 'Schlewecke', 518977900, 105384600, 0),
(113487, 693, 81, 'Schliestedt', 521350700, 108048800, 0),
(113488, 693, 81, 'Schloss Ricklingen', 524297000, 95083800, 0),
(113489, 693, 81, 'Schloyheide', 521252800, 83537900, 0),
(113490, 693, 81, 'Schmalenfelde', 532909900, 100032300, 0),
(113491, 693, 81, 'Schmarbeck', 529001300, 102017100, 0),
(113492, 693, 81, 'Schmedenstedt', 522767200, 102874900, 0),
(113493, 693, 81, 'Schnackenburg', 530372900, 115644800, 0),
(113494, 693, 81, 'Schnappe', 533535700, 84705300, 0),
(113495, 693, 81, 'Schnedinghausen', 516899000, 99117800, 0),
(113496, 693, 81, 'Schneeheide', 528507700, 95313700, 0),
(113497, 693, 81, 'Schneiderburg', 530000000, 90666700, 0),
(113498, 693, 81, 'Schnellenberg', 532361400, 103720400, 0),
(113499, 693, 81, 'Schnetlage', 527239900, 77397700, 0),
(113500, 693, 81, 'Schobrink', 526739900, 83247200, 0),
(113501, 693, 81, 'Schokland', 525913000, 77251700, 0),
(113502, 693, 81, 'Scholisch', 536169200, 94680900, 0),
(113503, 693, 81, 'Schoneworde', 526333300, 106333300, 0),
(113504, 693, 81, 'Schonhagen', 516899000, 95574200, 0),
(113505, 693, 81, 'Schottjer Dreesche', 535102300, 72608400, 0),
(113506, 693, 81, 'Schragenberg', 534982600, 95969000, 0),
(113507, 693, 81, 'Schukenbrock', 530038200, 72958700, 0),
(113508, 693, 81, 'Schulenburg', 521948800, 97766300, 0),
(113509, 693, 81, 'Schutzenkrug', 524666700, 92333300, 0),
(113510, 693, 81, 'Schwarme', 529000000, 90166700, 0),
(113511, 693, 81, 'Schwefingen', 526500600, 72701200, 0),
(113512, 693, 81, 'Schwei', 534022200, 83565600, 0),
(113513, 693, 81, 'Schweinebruck', 534010400, 79412800, 0),
(113514, 693, 81, 'Schwicheldt', 523071700, 101530400, 0),
(113515, 693, 81, 'Schwiederstorf', 534225300, 97993200, 0),
(113516, 693, 81, 'Schwiegershausen', 516825300, 102153100, 0),
(113517, 693, 81, 'Schwinde', 534228700, 103244300, 0),
(113518, 693, 81, 'Schwueblingsen', 524117900, 101365200, 0),
(113519, 693, 81, 'Sebbenhausen', 527298300, 91890500, 0),
(113520, 693, 81, 'Sedelsberg', 530445200, 77354000, 0),
(113521, 693, 81, 'Seerau in der Lucie', 530000400, 111769700, 0),
(113522, 693, 81, 'Seershausen', 524642700, 103334100, 0),
(113523, 693, 81, 'Segberg', 527795600, 71531800, 0),
(113524, 693, 81, 'Segelhorst', 521884600, 92542600, 0),
(113525, 693, 81, 'Sehlem', 520123600, 99759300, 0),
(113526, 693, 81, 'Selsingen', 533732900, 92128900, 0),
(113527, 693, 81, 'Severinghausen', 525006500, 80910500, 0),
(113528, 693, 81, 'Sibbesse', 520500000, 99000000, 0),
(113529, 693, 81, 'Sichelnstein', 513526300, 96390400, 0),
(113530, 693, 81, 'Siebenhofen', 535913600, 95637100, 0),
(113531, 693, 81, 'Siedenburg', 526929300, 89396100, 0),
(113532, 693, 81, 'Siedlung Grossenwede', 531394900, 96530100, 0),
(113533, 693, 81, 'Siedlung Heidkamp', 531897400, 81597100, 0),
(113534, 693, 81, 'Siedlung Heimbuch', 533573500, 99295000, 0),
(113535, 693, 81, 'Siedlung Schwarzer Berg', 527973600, 84234200, 0),
(113536, 693, 81, 'Siedlung Steinbrink', 522079600, 84447500, 0),
(113537, 693, 81, 'Siehenfelde', 528043800, 81477000, 0),
(113538, 693, 81, 'Sievershausen', 517695900, 96548300, 0),
(113539, 693, 81, 'Sillenstede', 535743700, 79850000, 0),
(113540, 693, 81, 'Simonswolde', 533748300, 74052600, 0),
(113541, 693, 81, 'Sinaburg', 533494400, 84662800, 0),
(113542, 693, 81, 'Smuddenhoek', 523000000, 71166700, 0),
(113543, 693, 81, 'Sodenmatt', 530480000, 87273100, 0),
(113544, 693, 81, 'Sohlde', 521889800, 102323900, 0),
(113545, 693, 81, 'Sohre', 521028100, 99575600, 0),
(113546, 693, 81, 'Solschen', 522666700, 101500000, 0),
(113547, 693, 81, 'Soltborg', 532354400, 73829000, 0),
(113548, 693, 81, 'Sophienhohe', 518834700, 105873700, 0),
(113549, 693, 81, 'Sorgensen', 524608000, 100271100, 0),
(113550, 693, 81, 'Sottorf', 531332900, 102182400, 0),
(113551, 693, 81, 'Spaden', 535745200, 86328500, 0),
(113552, 693, 81, 'Spasche', 529044500, 84030200, 0),
(113553, 693, 81, 'Spechtshorn', 526000000, 103833300, 0),
(113554, 693, 81, 'Speckenerfeld', 531666700, 80000000, 0),
(113555, 693, 81, 'Speckenholz', 529908700, 91429200, 0),
(113556, 693, 81, 'Speele', 513765500, 95639400, 0),
(113557, 693, 81, 'Spetzerfehn', 533885500, 76196000, 0),
(113558, 693, 81, 'Spiekeroog', 537701200, 76948100, 0),
(113559, 693, 81, 'Spreckens', 534508800, 91126000, 0),
(113560, 693, 81, 'Spreddig', 532883000, 88367900, 0),
(113561, 693, 81, 'Sprotze', 533091800, 98077900, 0),
(113562, 693, 81, 'Stadtoldendorf', 518824200, 96265000, 0),
(113563, 693, 81, 'Stapel', 531792200, 92013600, 0),
(113564, 693, 81, 'Stapelfeld', 528160600, 79888900, 0),
(113565, 693, 81, 'Stapelheide', 521358700, 81252600, 0),
(113566, 693, 81, 'Stapelmoorerheide', 531303200, 72957700, 0),
(113567, 693, 81, 'Stederdorf', 523498100, 102464700, 0),
(113568, 693, 81, 'Stedorf', 528577600, 92385900, 0),
(113569, 693, 81, 'Steenfelde', 531331200, 74368000, 0),
(113570, 693, 81, 'Steenfelderkloster', 531285100, 74314000, 0),
(113571, 693, 81, 'Steide', 523080100, 73162400, 0),
(113572, 693, 81, 'Steimbke', 526548300, 93909100, 0),
(113573, 693, 81, 'Steinbergen', 522097100, 91212300, 0),
(113574, 693, 81, 'Steinbild', 529256200, 73037600, 0),
(113575, 693, 81, 'Steinfeld', 525859600, 82141800, 0),
(113576, 693, 81, 'Steinforde', 526460600, 98608400, 0),
(113577, 693, 81, 'Steinhude', 524577200, 93702700, 0),
(113578, 693, 81, 'Steinwedel', 524121000, 99908900, 0),
(113579, 693, 81, 'Stelingen', 524499300, 96190100, 0),
(113580, 693, 81, 'Stemmen', 523230700, 91093800, 0),
(113581, 693, 81, 'Steterburg', 521902700, 104725300, 0),
(113582, 693, 81, 'Stickenbuttel', 538737300, 86533600, 0),
(113583, 693, 81, 'Stiddien', 522244300, 104569200, 0),
(113584, 693, 81, 'Stinstedt', 534731300, 87090700, 0),
(113585, 693, 81, 'Stocken', 524110100, 96590400, 0),
(113586, 693, 81, 'Stockheim', 517484300, 99293700, 0),
(113587, 693, 81, 'Stockse', 526406700, 93402700, 0),
(113588, 693, 81, 'Stockte', 533827800, 101903300, 0),
(113589, 693, 81, 'Stockumer Mark', 522665400, 81625100, 0),
(113590, 693, 81, 'Stoppelmarkt', 527482400, 82869500, 0),
(113591, 693, 81, 'Stotel', 534483400, 86029500, 0),
(113592, 693, 81, 'Stottinghausen', 527851600, 86562700, 0),
(113593, 693, 81, 'Stove', 534281500, 103112300, 0),
(113594, 693, 81, 'Strackholt', 533672000, 76391400, 0),
(113595, 693, 81, 'Stude', 525555900, 106761400, 0),
(113596, 693, 81, 'Stukenborg', 527400300, 82632600, 0),
(113597, 693, 81, 'Sud Dunum', 535851000, 76509600, 0),
(113598, 693, 81, 'Sudbruch', 527332700, 86838200, 0),
(113599, 693, 81, 'Suddorf', 530890400, 79464100, 0),
(113600, 693, 81, 'Sudendorf', 520649900, 79968700, 0),
(113601, 693, 81, 'Sudergast', 535666700, 79000000, 0),
(113602, 693, 81, 'Sudergellersen', 532166700, 103000000, 0),
(113603, 693, 81, 'Suderneuland Eins', 535777300, 72163900, 0),
(113604, 693, 81, 'Suderseefeld', 534639900, 83493800, 0),
(113605, 693, 81, 'Suderwalsede', 530016600, 93683200, 0),
(113606, 693, 81, 'Suderwisch', 537928900, 88544500, 0),
(113607, 693, 81, 'Sudhalenbeck', 526740200, 91133200, 0),
(113608, 693, 81, 'Sudheim', 516684900, 99783000, 0),
(113609, 693, 81, 'Sudsiedlung Alhorn', 528804400, 82221100, 0),
(113610, 693, 81, 'Sudwalde', 528000000, 88500000, 0),
(113611, 693, 81, 'Sudweyhe', 529846600, 88826000, 0),
(113612, 693, 81, 'Sudwinsen', 526745100, 99055500, 0),
(113613, 693, 81, 'Suhlendorf', 529333300, 107666700, 0),
(113614, 693, 81, 'Sulfeld', 524162400, 106909000, 0),
(113615, 693, 81, 'Supplingen', 522281100, 109039300, 0),
(113616, 693, 81, 'Suroide', 529649600, 99725800, 0),
(113617, 693, 81, 'Sustrum', 529166700, 72833300, 0),
(113618, 693, 81, 'Suterode', 516710100, 100613500, 0),
(113619, 693, 81, 'Suthen', 529712300, 110575200, 0),
(113620, 693, 81, 'Taaken', 531569300, 92066300, 0),
(113621, 693, 81, 'Talge', 525884000, 79474000, 0),
(113622, 693, 81, 'Tangendorf', 532945300, 100962000, 0),
(113623, 693, 81, 'Tannenhausen', 535148300, 74725100, 0),
(113624, 693, 81, 'Tappenort', 530666700, 86500000, 0),
(113625, 693, 81, 'Teich', 525000000, 69666700, 0),
(113626, 693, 81, 'Teichhutte', 517843300, 101944500, 0),
(113627, 693, 81, 'Telgte', 523286300, 102027800, 0),
(113628, 693, 81, 'Terheide', 535838800, 74628000, 0),
(113629, 693, 81, 'Thal', 519892100, 93143500, 0),
(113630, 693, 81, 'Thansen', 531321400, 101422900, 0),
(113631, 693, 81, 'Thiedebach', 522166700, 105000000, 0),
(113632, 693, 81, 'Thieshope', 533120300, 100776000, 0),
(113633, 693, 81, 'Thulsfeld', 529357400, 79303000, 0),
(113634, 693, 81, 'Thune', 523326100, 105104800, 0),
(113635, 693, 81, 'Thuste', 520258800, 96339800, 0),
(113636, 693, 81, 'Tichelwarf', 531677400, 72952900, 0),
(113637, 693, 81, 'Tiddische', 525166700, 108000000, 0),
(113638, 693, 81, 'Tiegen', 529847400, 98936300, 0),
(113639, 693, 81, 'Tiftlingerode', 515008400, 102420000, 0),
(113640, 693, 81, 'Timmerlah', 522393600, 104502700, 0),
(113641, 693, 81, 'Todtglusingen', 532823600, 97370400, 0),
(113642, 693, 81, 'Tonnhausen', 533744200, 102643600, 0),
(113643, 693, 81, 'Torsholterostermoor', 532118600, 79471400, 0),
(113644, 693, 81, 'Totensen', 534022100, 99257100, 0),
(113645, 693, 81, 'Trahe', 529416700, 83930600, 0),
(113646, 693, 81, 'Trenthopen', 532140800, 85954600, 0),
(113647, 693, 81, 'Triangel', 525090100, 105849800, 0),
(113648, 693, 81, 'Trupe', 531393900, 88924100, 0),
(113649, 693, 81, 'Truperdeich', 531349100, 88948900, 0),
(113650, 693, 81, 'Tuchtfeld', 519794900, 95735500, 0),
(113651, 693, 81, 'Tulau', 525757800, 108781800, 0),
(113652, 693, 81, 'Tundern', 520653700, 93758000, 0),
(113653, 693, 81, 'Tunxdorf', 530885900, 73155200, 0),
(113654, 693, 81, 'Tusskendor', 536000000, 67166700, 0),
(113655, 693, 81, 'Tweelbake', 531090100, 82647400, 0),
(113656, 693, 81, 'Tweelbake Ost', 530915600, 82892000, 0),
(113657, 693, 81, 'Tweelbake West', 531000000, 82500000, 0),
(113658, 693, 81, 'Twielenfleth', 535998200, 95522000, 0),
(113659, 693, 81, 'Uchtdorf', 521565600, 90982200, 0),
(113660, 693, 81, 'Uenzen', 528476900, 89443800, 0),
(113661, 693, 81, 'Uffeln', 524461100, 78785700, 0),
(113662, 693, 81, 'Uhlenbusch', 532134800, 83744500, 0),
(113663, 693, 81, 'Ummeln', 522830700, 99766200, 0),
(113664, 693, 81, 'Ummern', 525911100, 104319500, 0),
(113665, 693, 81, 'Undeloh', 531971100, 99757500, 0),
(113666, 693, 81, 'Unter Barkhausen', 533800800, 90198700, 0),
(113667, 693, 81, 'Unterluss', 528347100, 102968500, 0),
(113668, 693, 81, 'Updorf', 535690000, 77637400, 0),
(113669, 693, 81, 'Uphusen', 530288800, 89708500, 0),
(113670, 693, 81, 'Uphusermehren', 530216200, 89933400, 0),
(113671, 693, 81, 'Urneburg', 530456200, 85582900, 0),
(113672, 693, 81, 'Uschlag', 513299700, 96205800, 0),
(113673, 693, 81, 'Uthuserdrebber', 526723900, 84633700, 0),
(113674, 693, 81, 'Uthwerdum', 534808400, 73352000, 0),
(113675, 693, 81, 'Uttum', 534492600, 71545900, 0),
(113676, 693, 81, 'Vaensen', 533516000, 98814900, 0),
(113677, 693, 81, 'Vahrendorf', 534331300, 99024400, 0),
(113678, 693, 81, 'Vallstedt', 522178100, 103642300, 0),
(113679, 693, 81, 'Vardel', 527489200, 82553200, 0),
(113680, 693, 81, 'Varelerhafen', 534063600, 81646400, 0),
(113681, 693, 81, 'Varmissen', 515050300, 97944600, 0),
(113682, 693, 81, 'Varrelbusch', 528952100, 80082400, 0),
(113683, 693, 81, 'Vechtel', 525671100, 76336800, 0),
(113684, 693, 81, 'Vedhusen', 532895200, 83995500, 0),
(113685, 693, 81, 'Veerssen', 529513800, 105429300, 0),
(113686, 693, 81, 'Vehs', 526382200, 79409100, 0),
(113687, 693, 81, 'Velber', 523710000, 96497500, 0),
(113688, 693, 81, 'Veldhausen', 525182500, 69984800, 0),
(113689, 693, 81, 'Velstove', 524779700, 108218800, 0),
(113690, 693, 81, 'Veltenhof', 523077400, 104893700, 0),
(113691, 693, 81, 'Versfelde', 524342500, 108519200, 0),
(113692, 693, 81, 'Victorbur', 534742700, 73762400, 0),
(113693, 693, 81, 'Vienenburg', 519524200, 105637400, 0),
(113694, 693, 81, 'Vierde', 528818800, 97307400, 0),
(113695, 693, 81, 'Vierhausen', 531833300, 87500000, 0),
(113696, 693, 81, 'Vogelsen', 532833300, 103500000, 0),
(113697, 693, 81, 'Vohrum', 523415300, 101868200, 0),
(113698, 693, 81, 'Voigtei', 526062300, 89227400, 0),
(113699, 693, 81, 'Voitze', 525922000, 108779200, 0),
(113700, 693, 81, 'Volkenrode', 523041800, 104407900, 0),
(113701, 693, 81, 'Volkerode', 514682500, 98561300, 0),
(113702, 693, 81, 'Volkmarode', 522899000, 105987200, 0),
(113703, 693, 81, 'Volkmarsdorf', 523634400, 108864200, 0),
(113704, 693, 81, 'Volkmarshausen', 514438500, 96621900, 0),
(113705, 693, 81, 'Vollenerfehn', 531060300, 74170300, 0),
(113706, 693, 81, 'Vollenerkonigsfehn', 530990300, 74513200, 0),
(113707, 693, 81, 'Volpriehausen', 516641800, 97427500, 0),
(113708, 693, 81, 'Voltlage', 524333300, 77500000, 0),
(113709, 693, 81, 'Volzum', 521957200, 106581100, 0),
(113710, 693, 81, 'Vorbruck', 528666700, 96000000, 0),
(113711, 693, 81, 'Vorden', 524772900, 80938800, 0),
(113712, 693, 81, 'Vordorf', 523652200, 105203500, 0),
(113713, 693, 81, 'Vormeppen', 527000000, 73166700, 0),
(113714, 693, 81, 'Vorwalsrode', 528500000, 95833300, 0),
(113715, 693, 81, 'Vorwerk', 526519000, 101023000, 0),
(113716, 693, 81, 'Voslapp', 535868000, 81037400, 0),
(113717, 693, 81, 'Vossbarg', 533895100, 76955900, 0),
(113718, 693, 81, 'Vossberg', 526807400, 82300200, 0),
(113719, 693, 81, 'Vosspass', 520500000, 104000000, 0),
(113720, 693, 81, 'Wabetalsiedlung', 522666700, 105666700, 0),
(113721, 693, 81, 'Wachendorf', 525571400, 72560200, 0),
(113722, 693, 81, 'Wachenhausen', 516665800, 100950300, 0),
(113723, 693, 81, 'Wachholz', 534389700, 88098800, 0),
(113724, 693, 81, 'Waddewarden', 536085700, 79549000, 0),
(113725, 693, 81, 'Wagenhoff', 525333300, 105166700, 0),
(113726, 693, 81, 'Waggum', 523263200, 105580300, 0),
(113727, 693, 81, 'Wahle', 522708900, 103618200, 0),
(113728, 693, 81, 'Wahrenholz', 526166700, 106000000, 0),
(113729, 693, 81, 'Waldhausen', 523455100, 97632400, 0),
(113730, 693, 81, 'Waldheim', 523499200, 97812700, 0),
(113731, 693, 81, 'Waldschlosschen', 518333300, 98833300, 0),
(113732, 693, 81, 'Walkenried', 515833300, 106166700, 0),
(113733, 693, 81, 'Walle', 523412400, 104467100, 0),
(113734, 693, 81, 'Wallen', 525072000, 79458400, 0),
(113735, 693, 81, 'Wallerlange Acker', 534865200, 74586800, 0),
(113736, 693, 81, 'Wallhofen', 533228000, 88858300, 0),
(113737, 693, 81, 'Wallinghausen', 534757200, 75184600, 0),
(113738, 693, 81, 'Walsen', 527182000, 84932900, 0),
(113739, 693, 81, 'Waltringhausen', 523419500, 94058400, 0),
(113740, 693, 81, 'Wangelist', 520874700, 93471300, 0),
(113741, 693, 81, 'Wangerooge', 537900200, 78993800, 0),
(113742, 693, 81, 'Warber', 522949700, 90624700, 0),
(113743, 693, 81, 'Warsingsfehnpolder', 533000000, 74833300, 0),
(113744, 693, 81, 'Wartjenstedt', 521063500, 101925700, 0),
(113745, 693, 81, 'Wasbuttel', 524133100, 105935700, 0),
(113746, 693, 81, 'Watenstedt', 520885800, 108371500, 0),
(113747, 693, 81, 'Wathlingen', 525369000, 101506900, 0),
(113748, 693, 81, 'Watkenstrasse', 532500000, 84500000, 0),
(113749, 693, 81, 'Weddel', 522711800, 106229500, 0),
(113750, 693, 81, 'Weddersehl', 527308100, 105447100, 0),
(113751, 693, 81, 'Wedelheine', 523866100, 105868700, 0),
(113752, 693, 81, 'Wedesbuttel', 523807800, 105888200, 0),
(113753, 693, 81, 'Weertzen', 532990800, 93863700, 0),
(113754, 693, 81, 'Weferlingen', 521550800, 106886700, 0),
(113755, 693, 81, 'Wehldorf', 532355200, 92850000, 0),
(113756, 693, 81, 'Wehlen', 532134500, 98784500, 0),
(113757, 693, 81, 'Wehm', 528336800, 76669000, 0),
(113758, 693, 81, 'Wehrbleck', 526289000, 86901900, 0),
(113759, 693, 81, 'Wehre', 520042200, 104979500, 0),
(113760, 693, 81, 'Wehrendorf', 523299900, 83133600, 0),
(113761, 693, 81, 'Wehrstedt', 520459500, 100114600, 0),
(113762, 693, 81, 'Weinkaufsmoor', 531412100, 90056400, 0),
(113763, 693, 81, 'Weissenberge', 526191300, 105603800, 0),
(113764, 693, 81, 'Weisses Moor', 525970200, 106733000, 0),
(113765, 693, 81, 'Welle', 532398500, 98017800, 0),
(113766, 693, 81, 'Wellendorf', 521833000, 81405700, 0),
(113767, 693, 81, 'Wellenstrasse', 535333300, 97333300, 0),
(113768, 693, 81, 'Wellingholzhausen', 521569800, 82628300, 0),
(113769, 693, 81, 'Wendessen', 521551900, 105894500, 0),
(113770, 693, 81, 'Wendisch Evern', 532166700, 104666700, 0),
(113771, 693, 81, 'Wendthagen', 522880900, 92003000, 0),
(113772, 693, 81, 'Wennebostel', 525323000, 97506600, 0),
(113773, 693, 81, 'Wennerstorf', 533611400, 97770200, 0),
(113774, 693, 81, 'Wennigser Mark', 522703600, 95294400, 0),
(113775, 693, 81, 'Wensebrock', 530998400, 95009100, 0),
(113776, 693, 81, 'Wenzen', 518707200, 98129300, 0),
(113777, 693, 81, 'Wenzendorf', 533500000, 97666700, 0),
(113778, 693, 81, 'Werpeloh', 528833300, 75000000, 0),
(113779, 693, 81, 'Wersche', 522496900, 82054000, 0),
(113780, 693, 81, 'Wesendorf', 526000000, 105333300, 0),
(113781, 693, 81, 'Wesseln', 520826200, 100329100, 0),
(113782, 693, 81, 'Wester-Jork', 535333300, 96833300, 0),
(113783, 693, 81, 'Westerbakum', 527542700, 81801300, 0),
(113784, 693, 81, 'Westerbeck', 525116200, 106308200, 0),
(113785, 693, 81, 'Westerbeverstedt', 534402500, 87539800, 0),
(113786, 693, 81, 'Westercelle', 526003200, 100781400, 0),
(113787, 693, 81, 'Westerdeich', 536716200, 73497200, 0),
(113788, 693, 81, 'Westerende', 536104200, 73562400, 0),
(113789, 693, 81, 'Westergellersen', 532333300, 102500000, 0),
(113790, 693, 81, 'Westerheide', 523035300, 81578000, 0),
(113791, 693, 81, 'Westerloog', 536269000, 71950000, 0),
(113792, 693, 81, 'Westernheide', 528171100, 89518600, 0),
(113793, 693, 81, 'Westernholz', 522313500, 91381400, 0),
(113794, 693, 81, 'Westerode', 515202400, 102248300, 0),
(113795, 693, 81, 'Westersode', 536997500, 91106900, 0),
(113796, 693, 81, 'Westertimke', 532369700, 91308400, 0),
(113797, 693, 81, 'Westerwalsede', 530333300, 93666700, 0),
(113798, 693, 81, 'Westerwede', 531974900, 89176400, 0),
(113799, 693, 81, 'Westerweyhe', 529969800, 105109300, 0),
(113800, 693, 81, 'Westerwisch', 538607800, 86665300, 0),
(113801, 693, 81, 'Westfeld', 520500000, 99166700, 0),
(113802, 693, 81, 'Westmoor', 534792600, 96907100, 0),
(113803, 693, 81, 'Westrhauderfehn', 531336400, 75554700, 0),
(113804, 693, 81, 'Westrup', 522210100, 80046000, 0),
(113805, 693, 81, 'Westwippingen', 529333300, 74000000, 0),
(113806, 693, 81, 'Wethe', 536869700, 94478800, 0),
(113807, 693, 81, 'Wettensen', 520164300, 98039200, 0),
(113808, 693, 81, 'Wettmershagen', 523974600, 106495300, 0),
(113809, 693, 81, 'Wickensen', 519228800, 96529900, 0),
(113810, 693, 81, 'Wiedau', 530702600, 85724700, 0),
(113811, 693, 81, 'Wiedelah', 519599400, 105865900, 0),
(113812, 693, 81, 'Wiedensahl', 523838500, 91201900, 0),
(113813, 693, 81, 'Wiedigshof', 515638400, 106397400, 0),
(113814, 693, 81, 'Wiekhorn', 530333300, 86333300, 0),
(113815, 693, 81, 'Wiepenkathen', 535834800, 94172600, 0),
(113816, 693, 81, 'Wierthe', 522335800, 103838000, 0),
(113817, 693, 81, 'Wiesenau', 524166700, 97333300, 0),
(113818, 693, 81, 'Wiesens', 534525000, 75569300, 0),
(113819, 693, 81, 'Wietzen', 527166700, 90833300, 0),
(113820, 693, 81, 'Wildenlohsweg', 531166700, 81833300, 0),
(113821, 693, 81, 'Wilhelmsdorf', 523841900, 93555500, 0),
(113822, 693, 81, 'Wilkenburg', 523114200, 97531100, 0),
(113823, 693, 81, 'Wilstedt', 531833300, 91000000, 0),
(113824, 693, 81, 'Winkel', 524571600, 104965800, 0),
(113825, 693, 81, 'Winkelsheidermoor', 533994500, 80971800, 0),
(113826, 693, 81, 'Winninghausen', 523244300, 94373400, 0),
(113827, 693, 81, 'Winsen', 526830100, 99136200, 0),
(113828, 693, 81, 'Wipshausen', 523854700, 103557900, 0),
(113829, 693, 81, 'Wirdum', 534833300, 72000000, 0),
(113830, 693, 81, 'Wirringen', 522970400, 99168800, 0),
(113831, 693, 81, 'Wischhafen', 537833300, 93166700, 0),
(113832, 693, 81, 'Wissingen', 522625500, 82039100, 0),
(113833, 693, 81, 'Wittekop', 525922000, 100595300, 0),
(113834, 693, 81, 'Wittlage', 523212700, 83697800, 0),
(113835, 693, 81, 'Wobeck', 521338000, 108896800, 0),
(113836, 693, 81, 'Wohlde', 528134500, 99997900, 0),
(113837, 693, 81, 'Wohlesbostel', 533815300, 96869400, 0),
(113838, 693, 81, 'Wohnpark Gauerbach', 525266400, 73677600, 0),
(113839, 693, 81, 'Wolbrechtshausen', 516342300, 98841100, 0),
(113840, 693, 81, 'Wolfsbruchermoor', 537408900, 93103700, 0),
(113841, 693, 81, 'Wolfshagen', 519092800, 103195100, 0),
(113842, 693, 81, 'Wolpe', 526687000, 92514400, 0),
(113843, 693, 81, 'Woltem', 529672100, 97182900, 0),
(113844, 693, 81, 'Woltershausen', 519833300, 99500000, 0),
(113845, 693, 81, 'Wolthusen', 533724500, 72313900, 0),
(113846, 693, 81, 'Woltwiesche', 522058200, 102790800, 0),
(113847, 693, 81, 'Worpedorf', 531882200, 89924800, 0),
(113848, 693, 81, 'Wulfel', 523290500, 97750900, 0),
(113849, 693, 81, 'Wulferding', 527081200, 87028900, 0),
(113850, 693, 81, 'Wulfsen', 533000000, 101500000, 0),
(113851, 693, 81, 'Wulften', 516599900, 101743700, 0),
(113852, 693, 81, 'Wulzen', 528167000, 91392600, 0),
(113853, 693, 81, 'Wursterheide', 537757200, 86331300, 0),
(113854, 693, 81, 'Wurthfleth', 532962000, 85279600, 0),
(113855, 693, 81, 'Wustrow', 529237000, 111284600, 0),
(113856, 693, 81, 'Wybelsum', 533527300, 71077800, 0),
(113857, 693, 81, 'Zappenburg', 525166700, 106000000, 0),
(113858, 693, 81, 'Zasenbeck', 526727200, 108511400, 0),
(113859, 693, 81, 'Zerhusen', 526500600, 82304300, 0),
(113860, 693, 81, 'Ziegelkamp', 536807000, 91621700, 0),
(113861, 693, 81, 'Zuschlage', 527166700, 72166700, 0),
(113862, 693, 81, 'Zweidorf', 523275800, 103765900, 0),
(113863, 693, 81, 'Zwischenahnerfeld', 531833300, 80000000, 0),
(113864, 693, 81, 'Zwischenbergen', 533677400, 76843000, 0),
(113865, 694, 81, 'Ackenbrock', 513500000, 76666700, 0),
(113866, 694, 81, 'Adendorf', 506138000, 70606200, 0),
(113867, 694, 81, 'Aegidienberg', 506619000, 73030600, 0),
(113868, 694, 81, 'Aerbeck', 513913400, 63108300, 0),
(113869, 694, 81, 'Afden', 508666700, 60833300, 0),
(113870, 694, 81, 'Affeln', 512737800, 78577900, 0),
(113871, 694, 81, 'Affhupperhofe', 521121300, 84816900, 0),
(113872, 694, 81, 'Afholderbach', 509435600, 81381800, 0),
(113873, 694, 81, 'Ahelle', 511998800, 75762000, 0),
(113874, 694, 81, 'Ahm', 513544600, 75976700, 0),
(113875, 694, 81, 'Ahmenhorst', 518255400, 81158400, 0),
(113876, 694, 81, 'Ahmsen', 520860500, 86867500, 0),
(113877, 694, 81, 'Ahmserort', 522219100, 90124000, 0),
(113878, 694, 81, 'Ahrem', 507843900, 67641200, 0),
(113879, 694, 81, 'Albach', 508295600, 72645800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(113880, 694, 81, 'Albersloh', 518678300, 77376800, 0),
(113881, 694, 81, 'Alchen', 509004000, 79414800, 0),
(113882, 694, 81, 'Aldekerk', 514395600, 64166200, 0),
(113883, 694, 81, 'Aldenrade', 515298800, 67447600, 0),
(113884, 694, 81, 'Aldrup-Antrup', 521859200, 78181600, 0),
(113885, 694, 81, 'Alfert', 513666700, 84166700, 0),
(113886, 694, 81, 'Alferzhagen', 509863000, 75767200, 0),
(113887, 694, 81, 'Algert', 508410200, 72595500, 0),
(113888, 694, 81, 'Allagen', 514795100, 82529600, 0),
(113889, 694, 81, 'Allenbach', 509808900, 80947400, 0),
(113890, 694, 81, 'Allner', 507809000, 72976700, 0),
(113891, 694, 81, 'Allrath', 510668800, 66282000, 0),
(113892, 694, 81, 'Alperbruck', 509607100, 75330200, 0),
(113893, 694, 81, 'Alstadten', 508807400, 68609500, 0),
(113894, 694, 81, 'Alstatte', 519585600, 72914200, 0),
(113895, 694, 81, 'Alstedde', 516286100, 74891000, 0),
(113896, 694, 81, 'Alsum', 514833300, 67333300, 0),
(113897, 694, 81, 'Alswede', 523381800, 85622500, 0),
(113898, 694, 81, 'Alt Marienburg', 515500000, 92833300, 0),
(113899, 694, 81, 'Alt Mengede', 515697800, 73993200, 0),
(113900, 694, 81, 'Alt Wetten', 515844800, 62998400, 0),
(113901, 694, 81, 'Alte Kolonie', 515663500, 76791800, 0),
(113902, 694, 81, 'Alte Kolonie Westhausen', 515500000, 73666700, 0),
(113903, 694, 81, 'Altenberg', 507666700, 69333300, 0),
(113904, 694, 81, 'Altenbochum', 514725600, 72481200, 0),
(113905, 694, 81, 'Altenbogge', 515972300, 77448500, 0),
(113906, 694, 81, 'Altengeseke', 515564600, 82467000, 0),
(113907, 694, 81, 'Altenhof', 509619400, 79010400, 0),
(113908, 694, 81, 'Altenhohe', 511430500, 72408200, 0),
(113909, 694, 81, 'Altenhundem', 511058100, 80736900, 0),
(113910, 694, 81, 'Altenlinde', 510166700, 73666700, 0),
(113911, 694, 81, 'Altenmethler', 515891500, 76085700, 0),
(113912, 694, 81, 'Altenrath', 508588200, 71952400, 0),
(113913, 694, 81, 'Altenseelbach', 507792300, 79959200, 0),
(113914, 694, 81, 'Altensenne', 517681600, 86751600, 0),
(113915, 694, 81, 'Altenwenden', 509730600, 79189500, 0),
(113916, 694, 81, 'Altlunen', 516333300, 75333300, 0),
(113917, 694, 81, 'Altrhede', 518333300, 66833300, 0),
(113918, 694, 81, 'Altschermbeck', 516945700, 68748600, 0),
(113919, 694, 81, 'Altstadter Feldmark', 520974900, 86710500, 0),
(113920, 694, 81, 'Alverdissen', 520314300, 91256000, 0),
(113921, 694, 81, 'Alzenbach', 507674500, 74928500, 0),
(113922, 694, 81, 'Am Berge', 521896100, 70707300, 0),
(113923, 694, 81, 'Am Dammsteg', 511833300, 68500000, 0),
(113924, 694, 81, 'Am Dulmen', 516635800, 66796300, 0),
(113925, 694, 81, 'Am Nolsen', 514166700, 73166700, 0),
(113926, 694, 81, 'Am Reichswald', 517639800, 61001200, 0),
(113927, 694, 81, 'Am Sittardsberg', 513833300, 67666700, 0),
(113928, 694, 81, 'Ambergen', 523155000, 77626300, 0),
(113929, 694, 81, 'Amecke', 513000200, 79464200, 0),
(113930, 694, 81, 'Amelsburen', 518827400, 76091100, 0),
(113931, 694, 81, 'Amern', 512314900, 62508800, 0),
(113932, 694, 81, 'Aminghauser Heide', 523166700, 89333300, 0),
(113933, 694, 81, 'Ampen', 515525000, 80535000, 0),
(113934, 694, 81, 'Amshausen', 520251200, 84147300, 0),
(113935, 694, 81, 'Amtsknechtswahn', 508933900, 74051500, 0),
(113936, 694, 81, 'An der Kapelle', 518333300, 83666700, 0),
(113937, 694, 81, 'An der Wae', 512000000, 61333300, 0),
(113938, 694, 81, 'Angelmodde', 519189800, 76813300, 0),
(113939, 694, 81, 'Angerhausen', 513813100, 67404000, 0),
(113940, 694, 81, 'Angermund', 513285300, 67811300, 0),
(113941, 694, 81, 'Anholt', 518511100, 64248800, 0),
(113942, 694, 81, 'Anhoven', 511108500, 63289300, 0),
(113943, 694, 81, 'Anrath', 512789000, 64597400, 0),
(113944, 694, 81, 'Anstoss', 509063400, 78937400, 0),
(113945, 694, 81, 'Antfeld', 513726800, 84674600, 0),
(113946, 694, 81, 'Anzhausen', 508588600, 81263000, 0),
(113947, 694, 81, 'Appeldorn', 517231700, 63490500, 0),
(113948, 694, 81, 'Appelhulsen', 518969400, 74251000, 0),
(113949, 694, 81, 'Ardey', 514399400, 73733200, 0),
(113950, 694, 81, 'Arnoldshohe', 509000000, 69666700, 0),
(113951, 694, 81, 'Arpe', 511846700, 82020500, 0),
(113952, 694, 81, 'Arrenkamp', 524284600, 84219100, 0),
(113953, 694, 81, 'Arrode', 520748600, 84285700, 0),
(113954, 694, 81, 'Arsbeck', 511433600, 62119000, 0),
(113955, 694, 81, 'Ascheloh', 520597200, 83878000, 0),
(113956, 694, 81, 'Aschenhutte', 517166700, 90166700, 0),
(113957, 694, 81, 'Asemissen', 519794900, 86717300, 0),
(113958, 694, 81, 'Asmissen', 520583000, 90972800, 0),
(113959, 694, 81, 'Asperden', 516948700, 61175400, 0),
(113960, 694, 81, 'Asseln', 515282900, 75891400, 0),
(113961, 694, 81, 'Assen', 516892300, 80743800, 0),
(113962, 694, 81, 'Asterlagen', 514260000, 66903100, 0),
(113963, 694, 81, 'Atrop', 514000000, 67166700, 0),
(113964, 694, 81, 'Atsch', 507843700, 62063200, 0),
(113965, 694, 81, 'Atteln', 515951200, 87995500, 0),
(113966, 694, 81, 'Attenberg', 507607800, 73752800, 0),
(113967, 694, 81, 'Au', 507720200, 76575400, 0),
(113968, 694, 81, 'Auchel', 509500000, 76666700, 0),
(113969, 694, 81, 'Aue', 508063100, 62379600, 0),
(113970, 694, 81, 'Auf Brandscheidt', 513833300, 73500000, 0),
(113971, 694, 81, 'Auf Sirrenberg', 513602700, 72671200, 0),
(113972, 694, 81, 'Auf dem Berg', 512070300, 61662000, 0),
(113973, 694, 81, 'Auf dem Doren', 517385500, 87881100, 0),
(113974, 694, 81, 'Auf dem Kartel', 521497200, 86720900, 0),
(113975, 694, 81, 'Auf dem Sande', 523420200, 89649300, 0),
(113976, 694, 81, 'Auf dem Schnee', 514341600, 74080500, 0),
(113977, 694, 81, 'Auf der Bleiche', 514166700, 73500000, 0),
(113978, 694, 81, 'Auf der Blosse', 514225500, 68274400, 0),
(113979, 694, 81, 'Auf der Lieth', 517166700, 88333300, 0),
(113980, 694, 81, 'Auf der Luchte', 521947400, 89545200, 0),
(113981, 694, 81, 'Auf''m Kampen', 514000000, 69000000, 0),
(113982, 694, 81, 'Augustdorf', 519094400, 87317300, 0),
(113983, 694, 81, 'Aulhausen', 522537600, 89126400, 0),
(113984, 694, 81, 'Austum', 521620700, 75690500, 0),
(113985, 694, 81, 'Avenwedde', 519166700, 84833300, 0),
(113986, 694, 81, 'Averbruch', 515494100, 67480500, 0),
(113987, 694, 81, 'Bachem', 509002500, 68211900, 0),
(113988, 694, 81, 'Bachum', 514626300, 79288500, 0),
(113989, 694, 81, 'Backum', 516084100, 71356300, 0),
(113990, 694, 81, 'Bad Fredeburg', 511893000, 83097800, 0),
(113991, 694, 81, 'Bad Laasphe', 509313900, 84250200, 0),
(113992, 694, 81, 'Bad Sassendorf', 515833300, 81666700, 0),
(113993, 694, 81, 'Bad Seebruch', 521337100, 88546200, 0),
(113994, 694, 81, 'Bad Waldliesborn', 517141000, 83393600, 0),
(113995, 694, 81, 'Bad Westernkotten', 516318800, 83627400, 0),
(113996, 694, 81, 'Bad Zollern', 522695600, 89053600, 0),
(113997, 694, 81, 'Bahnhof Lohne', 522073700, 87149000, 0),
(113998, 694, 81, 'Bahnhof Reken', 518039000, 70443400, 0),
(113999, 694, 81, 'Bahnhof Vorhelm', 517833300, 69666700, 0),
(114000, 694, 81, 'Bahringhausen', 511261300, 71901700, 0),
(114001, 694, 81, 'Balberg', 516269000, 63496000, 0),
(114002, 694, 81, 'Baldenberg', 510085800, 76586600, 0),
(114003, 694, 81, 'Balhorn', 518500000, 79500000, 0),
(114004, 694, 81, 'Balken', 510912600, 70234100, 0),
(114005, 694, 81, 'Bamenohl', 511643600, 79730800, 0),
(114006, 694, 81, 'Barenberg', 513996500, 71423100, 0),
(114007, 694, 81, 'Barendorf', 514091500, 76921500, 0),
(114008, 694, 81, 'Barkfeld', 519500000, 87666700, 0),
(114009, 694, 81, 'Barkhausen an der Porta', 522532400, 89091200, 0),
(114010, 694, 81, 'Barmingholten', 515424500, 67860600, 0),
(114011, 694, 81, 'Barop', 514817300, 74319700, 0),
(114012, 694, 81, 'Barrenstein', 510768900, 66390900, 0),
(114013, 694, 81, 'Bathey', 514094100, 74841300, 0),
(114014, 694, 81, 'Bauchem', 509699600, 61030500, 0),
(114015, 694, 81, 'Bauerbrink', 524333300, 86000000, 0),
(114016, 694, 81, 'Baueshutte', 511666700, 64833300, 0),
(114017, 694, 81, 'Baukau', 515485600, 71987600, 0),
(114018, 694, 81, 'Baumberg', 511185000, 68911300, 0),
(114019, 694, 81, 'Baumgeshof', 512191000, 63262900, 0),
(114020, 694, 81, 'Bavert', 511782900, 70191600, 0),
(114021, 694, 81, 'Bebbelsdorf', 514542500, 73483100, 0),
(114022, 694, 81, 'Bechen', 510400900, 72087200, 0),
(114023, 694, 81, 'Bechlenberg', 511103200, 70177000, 0),
(114024, 694, 81, 'Bechlinghoven', 507481400, 71577400, 0),
(114025, 694, 81, 'Bechterdissen', 519928600, 86643500, 0),
(114026, 694, 81, 'Becklem', 516102000, 73039400, 0),
(114027, 694, 81, 'Beckrath', 511090200, 63839100, 0),
(114028, 694, 81, 'Bedburdyck', 511188500, 65630400, 0),
(114029, 694, 81, 'Beeckerheide', 511383600, 62879200, 0),
(114030, 694, 81, 'Begau', 508538800, 62058800, 0),
(114031, 694, 81, 'Beggendorf', 509241400, 61660800, 0),
(114032, 694, 81, 'Beifang', 516947100, 74576200, 0),
(114033, 694, 81, 'Beisinghausen', 512540100, 82348200, 0),
(114034, 694, 81, 'Bejahringerhof', 511783600, 66353700, 0),
(114035, 694, 81, 'Belecke', 514811100, 83319600, 0),
(114036, 694, 81, 'Belke', 521437100, 85626700, 0),
(114037, 694, 81, 'Belkerheide', 521523300, 85773300, 0),
(114038, 694, 81, 'Bellinghoven', 510650300, 63284700, 0),
(114039, 694, 81, 'Bellscheidt', 513149400, 69284600, 0),
(114040, 694, 81, 'Bengelshohe', 509699400, 73006700, 0),
(114041, 694, 81, 'Benhausen', 517412700, 88264800, 0),
(114042, 694, 81, 'Benninghauser Heide', 516585800, 82596400, 0),
(114043, 694, 81, 'Benroth', 508609100, 75235400, 0),
(114044, 694, 81, 'Bentfeld', 517371500, 86262900, 0),
(114045, 694, 81, 'Bentlake', 518194800, 86798300, 0),
(114046, 694, 81, 'Bentorf', 521353300, 89157500, 0),
(114047, 694, 81, 'Berchum', 513847100, 75397400, 0),
(114048, 694, 81, 'Berenbrock', 516067600, 82863800, 0),
(114049, 694, 81, 'Berentrop', 512905100, 77845500, 0),
(114050, 694, 81, 'Bergbuir', 505978200, 65696100, 0),
(114051, 694, 81, 'Bergede', 515281400, 81674600, 0),
(114052, 694, 81, 'Bergeler', 518232100, 81687800, 0),
(114053, 694, 81, 'Bergen', 515141200, 72528300, 0),
(114054, 694, 81, 'Bergerhof', 509339800, 77567200, 0),
(114055, 694, 81, 'Bergeshovede', 522703600, 76000700, 0),
(114056, 694, 81, 'Berghagen', 511875100, 77346100, 0),
(114057, 694, 81, 'Berghaltern', 517343200, 71617000, 0),
(114058, 694, 81, 'Berghofen', 514669100, 75286000, 0),
(114059, 694, 81, 'Berghofermark', 514666700, 75333300, 0),
(114060, 694, 81, 'Bergisch Born', 511576000, 72658300, 0),
(114061, 694, 81, 'Berkenroth', 508636500, 75480600, 0),
(114062, 694, 81, 'Berkum', 506232500, 71341600, 0),
(114063, 694, 81, 'Berlebeck', 518918500, 88745500, 0),
(114064, 694, 81, 'Berlinghausen', 510152400, 78041900, 0),
(114065, 694, 81, 'Bermbeck', 521666700, 86666700, 0),
(114066, 694, 81, 'Bernberg', 510238400, 76019700, 0),
(114067, 694, 81, 'Berninghausen', 513000000, 73500000, 0),
(114068, 694, 81, 'Berrendorf', 509256300, 65901100, 0),
(114069, 694, 81, 'Berrenrath', 508755300, 68141000, 0),
(114070, 694, 81, 'Bersitten', 509166700, 61000000, 0),
(114071, 694, 81, 'Bertlich', 516069900, 70879200, 0),
(114072, 694, 81, 'Berwicke', 516207500, 80299100, 0),
(114073, 694, 81, 'Berzdorf', 508305100, 69475000, 0),
(114074, 694, 81, 'Besebruch', 522257100, 87334800, 0),
(114075, 694, 81, 'Bessingen', 522000000, 88166700, 0),
(114076, 694, 81, 'Bettenhoven', 509584300, 64735200, 0),
(114077, 694, 81, 'Bettikum', 511468300, 67137600, 0),
(114078, 694, 81, 'Bettrath', 512166700, 66000000, 0),
(114079, 694, 81, 'Beuel', 507377900, 71344500, 0),
(114080, 694, 81, 'Beyenburg', 512485800, 72971600, 0),
(114081, 694, 81, 'Beyerohde', 512833300, 72500000, 0),
(114082, 694, 81, 'Bieberberg', 514204400, 78417100, 0),
(114083, 694, 81, 'Biekhofen', 511288900, 78784100, 0),
(114084, 694, 81, 'Bielstein', 509602000, 74954100, 0),
(114085, 694, 81, 'Biemenhorst', 518137000, 66182400, 0),
(114086, 694, 81, 'Biemke', 522669700, 88253200, 0),
(114087, 694, 81, 'Biemsen', 520787100, 87052100, 0),
(114088, 694, 81, 'Bierderloh', 523680400, 90293900, 0),
(114089, 694, 81, 'Bierstrass', 508694100, 61111000, 0),
(114090, 694, 81, 'Bigge', 513554100, 84705300, 0),
(114091, 694, 81, 'Bilk', 522434300, 72846200, 0),
(114092, 694, 81, 'Billmerich', 515034200, 76746800, 0),
(114093, 694, 81, 'Bilveringsen', 513862600, 77334200, 0),
(114094, 694, 81, 'Birgel', 507742200, 64443800, 0),
(114095, 694, 81, 'Birgte', 522479000, 76483300, 0),
(114096, 694, 81, 'Birkengang', 507825000, 62347300, 0),
(114097, 694, 81, 'Birlenbach', 509036600, 79899200, 0),
(114098, 694, 81, 'Bischofshutte', 511330400, 62378600, 0),
(114099, 694, 81, 'Bisdorf', 507562400, 69586600, 0),
(114100, 694, 81, 'Bislich', 516793300, 64945100, 0),
(114101, 694, 81, 'Bissingheim', 513924600, 68130600, 0),
(114102, 694, 81, 'Bistrup', 520935300, 90796900, 0),
(114103, 694, 81, 'Bittermark', 514454000, 74633600, 0),
(114104, 694, 81, 'Blaffertsberg', 512166700, 72166700, 0),
(114105, 694, 81, 'Blanken', 521959500, 85587100, 0),
(114106, 694, 81, 'Blankenheim', 504333300, 66500000, 0),
(114107, 694, 81, 'Blasheimer Busch', 523000500, 85472800, 0),
(114108, 694, 81, 'Blee', 510714000, 68924700, 0),
(114109, 694, 81, 'Bleiwasche', 514707700, 87044700, 0),
(114110, 694, 81, 'Blemke', 512403400, 78777200, 0),
(114111, 694, 81, 'Blerichen', 509842000, 65676500, 0),
(114112, 694, 81, 'Bliedinghausen', 511619200, 72008200, 0),
(114113, 694, 81, 'Bliersheim', 513913800, 67083200, 0),
(114114, 694, 81, 'Bliesheim', 507849200, 68268500, 0),
(114115, 694, 81, 'Blindenaaf', 509197000, 73163800, 0),
(114116, 694, 81, 'Blintrop', 512899700, 78497400, 0),
(114117, 694, 81, 'Blumenthal', 504979200, 64619200, 0),
(114118, 694, 81, 'Blumenthaler Haar', 515236100, 79274900, 0),
(114119, 694, 81, 'Bochold', 515333300, 69833300, 0),
(114120, 694, 81, 'Bochum-Hordel', 515016800, 71756000, 0),
(114121, 694, 81, 'Bockel', 512166700, 72000000, 0),
(114122, 694, 81, 'Bockenbach', 509724600, 79594000, 0),
(114123, 694, 81, 'Bockert', 512362800, 63755100, 0),
(114124, 694, 81, 'Bockholt', 514341200, 62836200, 0),
(114125, 694, 81, 'Bockraden', 523166900, 77145000, 0),
(114126, 694, 81, 'Bockum-Hoevel', 516983100, 77475900, 0),
(114127, 694, 81, 'Boddinghausen', 512291900, 78529800, 0),
(114128, 694, 81, 'Bodenheim', 506979900, 67975600, 0),
(114129, 694, 81, 'Bodinghausen', 520813700, 82839100, 0),
(114130, 694, 81, 'Boeckelt', 515416300, 63396500, 0),
(114131, 694, 81, 'Boelerheide', 513821700, 74669700, 0),
(114132, 694, 81, 'Bohle', 508228900, 68861700, 0),
(114133, 694, 81, 'Bohlenhagen', 508760200, 75966900, 0),
(114134, 694, 81, 'Boisheim', 512707800, 62730600, 0),
(114135, 694, 81, 'Boisheimer Nette', 512535700, 63058400, 0),
(114136, 694, 81, 'Bokel', 518020100, 83774200, 0),
(114137, 694, 81, 'Bokenforde', 516366300, 83928600, 0),
(114138, 694, 81, 'Bollinghausen', 511381600, 71947200, 0),
(114139, 694, 81, 'Bolthaus', 511505200, 69355100, 0),
(114140, 694, 81, 'Bolzenbach', 510137800, 73801400, 0),
(114141, 694, 81, 'Bombeck', 519833300, 73500000, 0),
(114142, 694, 81, 'Bomhake', 524222400, 83448700, 0),
(114143, 694, 81, 'Bonneberg', 521598200, 88295700, 0),
(114144, 694, 81, 'Bonning', 515971100, 65299100, 0),
(114145, 694, 81, 'Bonninghardt', 515710600, 64783000, 0),
(114146, 694, 81, 'Bonzel', 511193800, 80238500, 0),
(114147, 694, 81, 'Borbach', 514319200, 73791500, 0),
(114148, 694, 81, 'Borghagen', 516068200, 73179200, 0),
(114149, 694, 81, 'Borghees', 518561400, 62262500, 0),
(114150, 694, 81, 'Borgholz', 515997200, 77508400, 0),
(114151, 694, 81, 'Borkhausen', 519245800, 91081800, 0),
(114152, 694, 81, 'Born', 512447200, 62084500, 0),
(114153, 694, 81, 'Bornefeld', 511534800, 72708400, 0),
(114154, 694, 81, 'Borth', 515950100, 65553200, 0),
(114155, 694, 81, 'Boscheln', 509102400, 61380600, 0),
(114156, 694, 81, 'Boschheide', 514564600, 65402000, 0),
(114157, 694, 81, 'Bosensell', 519146500, 74792000, 0),
(114158, 694, 81, 'Bosingfeld', 520693500, 91205600, 0),
(114159, 694, 81, 'Bosinghoven', 513046100, 66314200, 0),
(114160, 694, 81, 'Boslar', 509728500, 63340600, 0),
(114161, 694, 81, 'Bosperde', 514563900, 77678500, 0),
(114162, 694, 81, 'Bottenbroich', 509158300, 67251700, 0),
(114163, 694, 81, 'Bovert', 512655900, 66369900, 0),
(114164, 694, 81, 'Boxberg', 508833300, 76333300, 0),
(114165, 694, 81, 'Boy', 515404500, 69684700, 0),
(114166, 694, 81, 'Braam-Ostwennemar', 516765200, 78819200, 0),
(114167, 694, 81, 'Braband', 513166700, 74000000, 0),
(114168, 694, 81, 'Brachelen', 510074500, 62380100, 0),
(114169, 694, 81, 'Brachtenbeck', 512989800, 76494600, 0),
(114170, 694, 81, 'Brachtpe', 510058700, 78019500, 0),
(114171, 694, 81, 'Bracken', 512985600, 72369500, 0),
(114172, 694, 81, 'Brake Zwei', 520666700, 86166700, 0),
(114173, 694, 81, 'Brambauer', 515969700, 74434100, 0),
(114174, 694, 81, 'Brandbruch', 514500000, 74833300, 0),
(114175, 694, 81, 'Brandenberg', 507006600, 64122800, 0),
(114176, 694, 81, 'Brandheide', 515166700, 73333300, 0),
(114177, 694, 81, 'Brandhorst', 521760800, 86297600, 0),
(114178, 694, 81, 'Braunenbruch', 519333300, 88500000, 0),
(114179, 694, 81, 'Brechte', 522500000, 71833300, 0),
(114180, 694, 81, 'Brechten', 515760600, 74674000, 0),
(114181, 694, 81, 'Bredeck', 519305500, 82857500, 0),
(114182, 694, 81, 'Bredenborn', 518106300, 91861200, 0),
(114183, 694, 81, 'Bredenbruch', 513553300, 77457300, 0),
(114184, 694, 81, 'Breinig', 507258600, 62176600, 0),
(114185, 694, 81, 'Breinigerheide', 507322400, 62152600, 0),
(114186, 694, 81, 'Breitenbenden', 505803600, 66750800, 0),
(114187, 694, 81, 'Bremcke', 512007700, 78258600, 0),
(114188, 694, 81, 'Bremen', 515042200, 79580000, 0),
(114189, 694, 81, 'Bremersheide', 511021400, 70680900, 0),
(114190, 694, 81, 'Bremke', 512506000, 82133200, 0),
(114191, 694, 81, 'Bremmen', 514666700, 74833300, 0),
(114192, 694, 81, 'Brenken', 515815500, 85906200, 0),
(114193, 694, 81, 'Brenkhausen', 518040800, 93515200, 0),
(114194, 694, 81, 'Brenzingen', 508695200, 76002800, 0),
(114195, 694, 81, 'Breun', 510646600, 74048400, 0),
(114196, 694, 81, 'Breyell', 512969000, 62458300, 0),
(114197, 694, 81, 'Brilon-Wald', 513417500, 85745400, 0),
(114198, 694, 81, 'Brinkerhook', 521641000, 70358600, 0),
(114199, 694, 81, 'Brinkerort', 523455600, 86395600, 0),
(114200, 694, 81, 'Broden', 511180500, 70481600, 0),
(114201, 694, 81, 'Broderhausen', 522582400, 87277600, 0),
(114202, 694, 81, 'Broekhuysen', 514091200, 62652800, 0),
(114203, 694, 81, 'Broichen', 509561600, 71559200, 0),
(114204, 694, 81, 'Broicherdorf', 512310800, 65961400, 0),
(114205, 694, 81, 'Broicherhof', 511099600, 64089100, 0),
(114206, 694, 81, 'Broichweiden', 508246600, 61666200, 0),
(114207, 694, 81, 'Brol', 507910400, 73284400, 0),
(114208, 694, 81, 'Brommenkamp', 515666700, 67333300, 0),
(114209, 694, 81, 'Bronicke', 516649900, 80715100, 0),
(114210, 694, 81, 'Brucherhof', 514666700, 75000000, 0),
(114211, 694, 81, 'Bruchort', 525036800, 86062400, 0),
(114212, 694, 81, 'Bruckerhofe', 513666700, 65166700, 0),
(114213, 694, 81, 'Bruckhausen', 513500000, 63333300, 0),
(114214, 694, 81, 'Brugge', 512117400, 75685100, 0),
(114215, 694, 81, 'Brullingsen', 515190600, 82215100, 0),
(114216, 694, 81, 'Brumlingsen', 513933700, 81703100, 0),
(114217, 694, 81, 'Brunebeck', 514490900, 74092900, 0),
(114218, 694, 81, 'Brunen', 517251200, 66870000, 0),
(114219, 694, 81, 'Bruninghausen', 512228300, 76976400, 0),
(114220, 694, 81, 'Bruningsen', 514887100, 80460300, 0),
(114221, 694, 81, 'Brunninghausen', 514768900, 74726300, 0),
(114222, 694, 81, 'Brunscheid', 512409600, 76934400, 0),
(114223, 694, 81, 'Buchen', 509361300, 79825300, 0),
(114224, 694, 81, 'Buchholz', 507457800, 73447200, 0),
(114225, 694, 81, 'Budberg', 515308500, 66386600, 0),
(114226, 694, 81, 'Buddemuhle', 511040400, 71802800, 0),
(114227, 694, 81, 'Budding', 513500000, 74166700, 0),
(114228, 694, 81, 'Buderich', 512500500, 67007000, 0),
(114229, 694, 81, 'Buemke', 512716200, 82171200, 0),
(114230, 694, 81, 'Buhlenholz', 517368200, 86784400, 0),
(114231, 694, 81, 'Buhn', 521821700, 88891900, 0),
(114232, 694, 81, 'Buhne', 515719000, 93102800, 0),
(114233, 694, 81, 'Buisdorf', 507834700, 72334800, 0),
(114234, 694, 81, 'Buke', 517394700, 89490500, 0),
(114235, 694, 81, 'Bulbringen', 512961400, 74044600, 0),
(114236, 694, 81, 'Buldern', 518661800, 73672400, 0),
(114237, 694, 81, 'Bungt', 511954300, 64752400, 0),
(114238, 694, 81, 'Buntenbeck', 512500000, 70666700, 0),
(114239, 694, 81, 'Burbach', 507500000, 80833300, 0),
(114240, 694, 81, 'Burgaltendorf', 514166700, 70833300, 0),
(114241, 694, 81, 'Burgsteinfurt', 521483900, 73330700, 0),
(114242, 694, 81, 'Burrig', 510482000, 69818100, 0),
(114243, 694, 81, 'Burvenich', 506556100, 65979000, 0),
(114244, 694, 81, 'Busbach', 507566200, 62163800, 0),
(114245, 694, 81, 'Buschdorf', 507592000, 70524200, 0),
(114246, 694, 81, 'Buschfeld', 507973700, 68177300, 0),
(114247, 694, 81, 'Buschgotthardshutten', 509031500, 80213700, 0),
(114248, 694, 81, 'Buschhutten', 509391100, 80051000, 0),
(114249, 694, 81, 'Busdorf', 509896600, 67116200, 0),
(114250, 694, 81, 'Buttenberg', 512995600, 73263800, 0),
(114251, 694, 81, 'Buttendorf', 522612200, 86531100, 0),
(114252, 694, 81, 'Butterheide', 510598900, 69573500, 0),
(114253, 694, 81, 'Buttgerwald', 512291900, 65317900, 0),
(114254, 694, 81, 'Cappel', 516812500, 83064300, 0),
(114255, 694, 81, 'Cappenberg', 516594600, 75342600, 0),
(114256, 694, 81, 'Carnap', 512833300, 71833300, 0),
(114257, 694, 81, 'Catenhorn', 522438400, 74329800, 0),
(114258, 694, 81, 'Chur', 511150900, 63919400, 0),
(114259, 694, 81, 'Clarenberg', 514833300, 75000000, 0),
(114260, 694, 81, 'Cleve', 520790500, 82997200, 0),
(114261, 694, 81, 'Clostern', 516820800, 73137500, 0),
(114262, 694, 81, 'Cobbenrode', 511996800, 81577800, 0),
(114263, 694, 81, 'Coerde', 519936500, 76478600, 0),
(114264, 694, 81, 'Crange', 515459800, 71723200, 0),
(114265, 694, 81, 'D''horn', 508082200, 63995400, 0),
(114266, 694, 81, 'Daberg', 516609500, 77801200, 0),
(114267, 694, 81, 'Dahlerhof', 508467700, 73325000, 0),
(114268, 694, 81, 'Dainghausen', 510670700, 75316400, 0),
(114269, 694, 81, 'Dalbke', 519302500, 86048500, 0),
(114270, 694, 81, 'Dalhausen', 516274500, 92934700, 0),
(114271, 694, 81, 'Dam', 512141500, 61916900, 0),
(114272, 694, 81, 'Dankersen', 522932100, 89595200, 0),
(114273, 694, 81, 'Dansweiler', 509573500, 67659200, 0),
(114274, 694, 81, 'Darfeld', 520238400, 72735200, 0),
(114275, 694, 81, 'Darup', 519303000, 72978600, 0),
(114276, 694, 81, 'Dasbeck', 517232800, 78082800, 0),
(114277, 694, 81, 'Daseburg', 515120500, 92216500, 0),
(114278, 694, 81, 'Dattenfeld', 508032700, 75630800, 0),
(114279, 694, 81, 'Dedinghausen', 516692700, 84064300, 0),
(114280, 694, 81, 'Deesem', 508573300, 72789600, 0),
(114281, 694, 81, 'Deifeld', 512397000, 86571100, 0),
(114282, 694, 81, 'Deilinghofen', 513782600, 78024100, 0),
(114283, 694, 81, 'Deininghausen', 515685200, 73345300, 0),
(114284, 694, 81, 'Delbruck', 517650200, 85622300, 0),
(114285, 694, 81, 'Delrath', 511279800, 67842300, 0),
(114286, 694, 81, 'Delstern', 513413600, 75094400, 0),
(114287, 694, 81, 'Delstrup', 519500000, 76833300, 0),
(114288, 694, 81, 'Demmeltrath', 511833300, 70500000, 0),
(114289, 694, 81, 'Depeskreuz', 512683800, 65577400, 0),
(114290, 694, 81, 'Deppendorf', 520698000, 84665100, 0),
(114291, 694, 81, 'Derikum', 511640900, 67367400, 0),
(114292, 694, 81, 'Dernekamp', 518158800, 73216900, 0),
(114293, 694, 81, 'Derschlag', 510083800, 76298700, 0),
(114294, 694, 81, 'Dersdorf', 507615200, 69655000, 0),
(114295, 694, 81, 'Deterberg', 513000000, 73500000, 0),
(114296, 694, 81, 'Detzkamp', 523521100, 88073000, 0),
(114297, 694, 81, 'Deusen', 515441300, 74290700, 0),
(114298, 694, 81, 'Dhunn', 511077400, 72563900, 0),
(114299, 694, 81, 'Dickebulten', 518910000, 71048700, 0),
(114300, 694, 81, 'Dickenberg', 523150000, 76705500, 0),
(114301, 694, 81, 'Diebrock', 521153700, 86250600, 0),
(114302, 694, 81, 'Dieckerort', 523659400, 86494200, 0),
(114303, 694, 81, 'Diekenbrock', 521333300, 86166700, 0),
(114304, 694, 81, 'Dierath', 510845100, 70748300, 0),
(114305, 694, 81, 'Diestedde', 517369200, 81730200, 0),
(114306, 694, 81, 'Dillnhutten', 509228000, 80071500, 0),
(114307, 694, 81, 'Dingen', 515577200, 73506900, 0),
(114308, 694, 81, 'Dingerdissen', 520006300, 86350800, 0),
(114309, 694, 81, 'Dinker', 516438000, 79628700, 0),
(114310, 694, 81, 'Dinslakenerbruch', 515822800, 67334400, 0),
(114311, 694, 81, 'Dirlenbach', 508740900, 78940400, 0),
(114312, 694, 81, 'Dirmerzheim', 508243300, 67680000, 0),
(114313, 694, 81, 'Disteln', 516060100, 71491100, 0),
(114314, 694, 81, 'Dohr', 511615800, 64696600, 0),
(114315, 694, 81, 'Dolberg', 517090600, 79202000, 0),
(114316, 694, 81, 'Dollendorf', 503713800, 67066000, 0),
(114317, 694, 81, 'Dombach', 509946500, 71557700, 0),
(114318, 694, 81, 'Donk', 512349300, 64685300, 0),
(114319, 694, 81, 'Donnerberg', 507834800, 62428000, 0),
(114320, 694, 81, 'Donrath', 508529800, 72268800, 0),
(114321, 694, 81, 'Donsbruggen', 517973400, 60872300, 0),
(114322, 694, 81, 'Dorbaum', 520067000, 77054500, 0),
(114323, 694, 81, 'Dorenhagen', 516706500, 88336800, 0),
(114324, 694, 81, 'Dorenthe', 522201000, 76824700, 0),
(114325, 694, 81, 'Dorentrup', 520410900, 90027800, 0),
(114326, 694, 81, 'Dorgen', 522177900, 88026500, 0),
(114327, 694, 81, 'Dorneburg', 515333300, 71833300, 0),
(114328, 694, 81, 'Dornerholz', 517430100, 87988000, 0),
(114329, 694, 81, 'Dorney', 514806500, 73698700, 0),
(114330, 694, 81, 'Dornsiepen', 511500000, 71000000, 0),
(114331, 694, 81, 'Dorsfeld', 508831000, 66333300, 0),
(114332, 694, 81, 'Dorstfeld', 515013400, 74108500, 0),
(114333, 694, 81, 'Dorthausen', 511687600, 63777100, 0),
(114334, 694, 81, 'Dottendorf', 507043500, 71154100, 0),
(114335, 694, 81, 'Dotzdorf', 510331200, 66774500, 0),
(114336, 694, 81, 'Drabenderhohe', 509439900, 74544000, 0),
(114337, 694, 81, 'Dreckburg', 516752200, 86229100, 0),
(114338, 694, 81, 'Dreihausen', 515254800, 78312400, 0),
(114339, 694, 81, 'Dreis-Tiefenbach', 509155300, 80558100, 0),
(114340, 694, 81, 'Dremmen', 510402400, 61470400, 0),
(114341, 694, 81, 'Drengenburg', 511500000, 68666700, 0),
(114342, 694, 81, 'Drenke', 516819000, 93102700, 0),
(114343, 694, 81, 'Drensteinfurt', 517953500, 77381500, 0),
(114344, 694, 81, 'Drespe', 509658900, 76138700, 0),
(114345, 694, 81, 'Drewer Sud', 516500000, 71166700, 0),
(114346, 694, 81, 'Dringenberg', 516711700, 90566800, 0),
(114347, 694, 81, 'Drolsholz', 511750700, 65461300, 0),
(114348, 694, 81, 'Drove', 507274600, 65168800, 0),
(114349, 694, 81, 'Drupplingsen', 514589100, 76768800, 0),
(114350, 694, 81, 'Duffelward', 518287800, 61062500, 0),
(114351, 694, 81, 'Dultgenstal', 511824300, 70537300, 0),
(114352, 694, 81, 'Dumberg', 514088600, 71316600, 0),
(114353, 694, 81, 'Dummerten', 522865700, 85522700, 0),
(114354, 694, 81, 'Dummlinghausen', 510243600, 76147500, 0),
(114355, 694, 81, 'Dumpe', 509777900, 73676500, 0),
(114356, 694, 81, 'Dumte', 521153500, 73697200, 0),
(114357, 694, 81, 'Dunne', 522262200, 85849600, 0),
(114358, 694, 81, 'Dunnebrett', 512554600, 76289800, 0),
(114359, 694, 81, 'Dunninghausen', 517452800, 81073700, 0),
(114360, 694, 81, 'Dunnwald', 509972000, 70421600, 0),
(114361, 694, 81, 'Dunstekoven', 506989300, 69327200, 0),
(114362, 694, 81, 'Dupp', 512517400, 64212200, 0),
(114363, 694, 81, 'Durbusch', 509189700, 72358700, 0),
(114364, 694, 81, 'Durscheven', 506704600, 67171000, 0),
(114365, 694, 81, 'Durwiss', 508368400, 62745700, 0),
(114366, 694, 81, 'Dusselberg', 512228100, 69969100, 0),
(114367, 694, 81, 'Dutzen', 522707300, 88619400, 0),
(114368, 694, 81, 'Ebbelich', 515954000, 71162600, 0),
(114369, 694, 81, 'Ebbinghoff', 520853200, 72366400, 0),
(114370, 694, 81, 'Echtz', 508258300, 64188900, 0),
(114371, 694, 81, 'Eckardtsheim', 519336200, 85632500, 0),
(114372, 694, 81, 'Eckeresse', 515907100, 70972800, 0),
(114373, 694, 81, 'Eckmannshausen', 509271600, 80718000, 0),
(114374, 694, 81, 'Eckringhausen', 511281500, 72157700, 0),
(114375, 694, 81, 'Ecksee', 515000000, 72833300, 0),
(114376, 694, 81, 'Eckum', 510344400, 66983900, 0),
(114377, 694, 81, 'Ederen', 509458800, 62474400, 0),
(114378, 694, 81, 'Edgoven', 507626800, 73011000, 0),
(114379, 694, 81, 'Eggeberg', 520833600, 83558500, 0),
(114380, 694, 81, 'Ehlenbruch', 519849900, 87351600, 0),
(114381, 694, 81, 'Ehrenberg', 512636500, 72612400, 0),
(114382, 694, 81, 'Ehringhausen', 511585800, 71736100, 0),
(114383, 694, 81, 'Ehrsen', 520660500, 87769600, 0),
(114384, 694, 81, 'Eich', 507326900, 61420200, 0),
(114385, 694, 81, 'Eichlinghofen', 514792600, 74086000, 0),
(114386, 694, 81, 'Eichof', 510258800, 72651200, 0),
(114387, 694, 81, 'Eick', 514828200, 66262900, 0),
(114388, 694, 81, 'Eickelborn', 516529400, 82201900, 0),
(114389, 694, 81, 'Eickert', 512000000, 69500000, 0),
(114390, 694, 81, 'Eidinghausen', 522235100, 87975000, 0),
(114391, 694, 81, 'Eikamp', 510196800, 71858700, 0),
(114392, 694, 81, 'Eilpe', 513450700, 74911300, 0),
(114393, 694, 81, 'Eilshausen', 521669900, 86332700, 0),
(114394, 694, 81, 'Einern', 513019200, 72137100, 0),
(114395, 694, 81, 'Eininghausen', 522800000, 84752400, 0),
(114396, 694, 81, 'Einruhr', 505836100, 63812300, 0),
(114397, 694, 81, 'Eisbach', 507157800, 72913900, 0),
(114398, 694, 81, 'Eisbergen', 522012400, 90163500, 0),
(114399, 694, 81, 'Eissen', 515731000, 91645700, 0),
(114400, 694, 81, 'Ekel', 516361500, 69363900, 0),
(114401, 694, 81, 'Elb', 511856600, 69140200, 0),
(114402, 694, 81, 'Elbrinxen', 519069500, 92529800, 0),
(114403, 694, 81, 'Eldagsen', 523856700, 89447100, 0),
(114404, 694, 81, 'Ell', 507700300, 63071000, 0),
(114405, 694, 81, 'Elleringhausen', 513373400, 85431800, 0),
(114406, 694, 81, 'Ellern', 517266500, 65130600, 0),
(114407, 694, 81, 'Ellinghorst', 515597900, 69547500, 0),
(114408, 694, 81, 'Elmenhorst', 516134400, 74368600, 0),
(114409, 694, 81, 'Elmpt', 512102900, 61532000, 0),
(114410, 694, 81, 'Elsenroth', 509309900, 75281400, 0),
(114411, 694, 81, 'Elsey', 513666700, 75666700, 0),
(114412, 694, 81, 'Elspe', 511536500, 80520100, 0),
(114413, 694, 81, 'Elvekum', 511477300, 67512500, 0),
(114414, 694, 81, 'Elvert', 518165700, 74348900, 0),
(114415, 694, 81, 'Embken', 506847500, 65766500, 0),
(114416, 694, 81, 'Emmelkamp', 516876600, 69332000, 0),
(114417, 694, 81, 'Emmelsum', 516221300, 66211700, 0),
(114418, 694, 81, 'Emscher-Lippe', 516333300, 73333300, 0),
(114419, 694, 81, 'Emst-Bissingheim', 513533900, 75141700, 0),
(114420, 694, 81, 'Endringhausen', 511957500, 72428600, 0),
(114421, 694, 81, 'Engelbleck', 512155100, 64656000, 0),
(114422, 694, 81, 'Engeldorf', 509997200, 72539800, 0),
(114423, 694, 81, 'Engelsholt', 511789200, 64097800, 0),
(114424, 694, 81, 'Ennest', 511456600, 79134600, 0),
(114425, 694, 81, 'Entenplatz', 507257500, 61468500, 0),
(114426, 694, 81, 'Epe', 521831500, 70412900, 0),
(114427, 694, 81, 'Eppendorf', 514560300, 71738500, 0),
(114428, 694, 81, 'Eppinghoven', 515678900, 67091200, 0),
(114429, 694, 81, 'Epsendorf', 511619100, 65971200, 0),
(114430, 694, 81, 'Erbschlo', 512381200, 72142400, 0),
(114431, 694, 81, 'Erindorf', 515333300, 73166700, 0),
(114432, 694, 81, 'Erndtebruck', 509833300, 82666700, 0),
(114433, 694, 81, 'Erp', 507672000, 67238400, 0),
(114434, 694, 81, 'Ersdorf', 505937500, 70064300, 0),
(114435, 694, 81, 'Esbecker Heide', 516809900, 83793700, 0),
(114436, 694, 81, 'Esborn', 513891400, 73316800, 0),
(114437, 694, 81, 'Esch', 504951100, 68295400, 0),
(114438, 694, 81, 'Eschbach', 512000000, 70500000, 0),
(114439, 694, 81, 'Esche', 509426900, 65444200, 0),
(114440, 694, 81, 'Escheln', 513971900, 64395000, 0),
(114441, 694, 81, 'Eschenbroich', 510745800, 62211100, 0),
(114442, 694, 81, 'Eschenbruch', 519607700, 91717000, 0),
(114443, 694, 81, 'Eschendorf', 522784500, 74764700, 0),
(114444, 694, 81, 'Eschert', 512741300, 64600400, 0),
(114445, 694, 81, 'Eschmar', 507931800, 71102800, 0),
(114446, 694, 81, 'Eschweide', 505524600, 61961100, 0),
(114447, 694, 81, 'Eselsheide', 518696400, 86571600, 0),
(114448, 694, 81, 'Esinghausen', 509401200, 74016500, 0),
(114449, 694, 81, 'Esking', 520174100, 73727800, 0),
(114450, 694, 81, 'Espen', 514333300, 73000000, 0),
(114451, 694, 81, 'Essentho', 514804100, 88316200, 0),
(114452, 694, 81, 'Estern-Buren', 519833300, 69833300, 0),
(114453, 694, 81, 'Etteln', 516290300, 87608700, 0),
(114454, 694, 81, 'Ettelscheid', 505330800, 64436200, 0),
(114455, 694, 81, 'Euelsloch', 508806700, 77138500, 0),
(114456, 694, 81, 'Euenheim', 506519400, 67537400, 0),
(114457, 694, 81, 'Eulenberg', 507109200, 73635900, 0),
(114458, 694, 81, 'Eveking', 512337300, 77367300, 0),
(114459, 694, 81, 'Evenhausen', 520008400, 86950800, 0),
(114460, 694, 81, 'Evenkamp', 516702600, 76555700, 0),
(114461, 694, 81, 'Eversael', 515479400, 66556800, 0),
(114462, 694, 81, 'Eversum', 517039100, 73175600, 0),
(114463, 694, 81, 'Eving', 515517700, 74808700, 0),
(114464, 694, 81, 'Evingsen', 513061400, 77293200, 0),
(114465, 694, 81, 'Fahn', 510166700, 70833300, 0),
(114466, 694, 81, 'Fahrn', 515178100, 67369800, 0),
(114467, 694, 81, 'Falkendiek', 521595200, 86943700, 0),
(114468, 694, 81, 'Falkenkrug', 519332100, 88965200, 0),
(114469, 694, 81, 'Farmbeck', 520290500, 90322200, 0),
(114470, 694, 81, 'Faulensiek', 521412800, 89390100, 0),
(114471, 694, 81, 'Feckelsberg', 509972300, 74366200, 0),
(114472, 694, 81, 'Feldhausen', 511299000, 69832700, 0),
(114473, 694, 81, 'Feldkassel', 510333300, 69166700, 0),
(114474, 694, 81, 'Feldmark Wesel', 516833300, 66333300, 0),
(114475, 694, 81, 'Feldsiefen', 510500000, 70333300, 0),
(114476, 694, 81, 'Fellinghausen', 509585600, 79713600, 0),
(114477, 694, 81, 'Fenke', 510342400, 74208400, 0),
(114478, 694, 81, 'Fenn-Heide', 517051800, 71415900, 0),
(114479, 694, 81, 'Ferndorf', 509627300, 80132700, 0),
(114480, 694, 81, 'Ferrenberg', 509385000, 72859500, 0),
(114481, 694, 81, 'Fettehenne', 510410900, 70799500, 0),
(114482, 694, 81, 'Fild', 514333300, 66166700, 0),
(114483, 694, 81, 'Findel', 522275000, 89198100, 0),
(114484, 694, 81, 'Fischelbach', 508738900, 83524600, 0),
(114485, 694, 81, 'Fischlaken', 513891900, 70267900, 0),
(114486, 694, 81, 'Flamerscheid', 511206600, 71094400, 0),
(114487, 694, 81, 'Flammersbach', 508617700, 81033600, 0),
(114488, 694, 81, 'Flamschen', 519231400, 71493800, 0),
(114489, 694, 81, 'Flanhard', 513000000, 72000000, 0),
(114490, 694, 81, 'Fleckenberg', 511340700, 82618000, 0),
(114491, 694, 81, 'Fleckenhaus', 511701800, 65762300, 0),
(114492, 694, 81, 'Fleier', 515492400, 75845100, 0),
(114493, 694, 81, 'Flerzheim', 506476200, 69870800, 0),
(114494, 694, 81, 'Fliesteden', 509933900, 67401100, 0),
(114495, 694, 81, 'Flieth', 511333300, 64166700, 0),
(114496, 694, 81, 'Flittard', 509980900, 69862700, 0),
(114497, 694, 81, 'Floes', 509000000, 61166700, 0),
(114498, 694, 81, 'Floithgraf', 510793300, 61014800, 0),
(114499, 694, 81, 'Floverich', 509382000, 61827300, 0),
(114500, 694, 81, 'Fluren', 516807700, 65693200, 0),
(114501, 694, 81, 'Flurener Feld', 516746100, 65525000, 0),
(114502, 694, 81, 'Fongern', 512921900, 62416400, 0),
(114503, 694, 81, 'Forsbach', 509219200, 71746300, 0),
(114504, 694, 81, 'Forstbach', 511618300, 69473800, 0),
(114505, 694, 81, 'Forthausen', 510779100, 72014000, 0),
(114506, 694, 81, 'Frangenheim', 507258200, 65643300, 0),
(114507, 694, 81, 'Frankenforst', 509555700, 71307800, 0),
(114508, 694, 81, 'Franzenshohe', 513833300, 69833300, 0),
(114509, 694, 81, 'Frauenberg', 506858600, 67391100, 0),
(114510, 694, 81, 'Frauwullesheim', 507937500, 65725400, 0),
(114511, 694, 81, 'Freckenhorst', 519212800, 79655200, 0),
(114512, 694, 81, 'Freimersdorf', 509541400, 67974800, 0),
(114513, 694, 81, 'Frelenberg', 509409400, 61102800, 0),
(114514, 694, 81, 'Fretter', 511940600, 80483000, 0),
(114515, 694, 81, 'Friedlin', 511802800, 77681600, 0),
(114516, 694, 81, 'Friedrichsdorf', 519384000, 84795200, 0),
(114517, 694, 81, 'Friedrichsfeld', 516280000, 66527300, 0),
(114518, 694, 81, 'Friedrichshohe', 519166700, 88666700, 0),
(114519, 694, 81, 'Friedrichstal', 509988400, 78321900, 0),
(114520, 694, 81, 'Frielick', 517287800, 78261300, 0),
(114521, 694, 81, 'Friesheim', 507583100, 67775300, 0),
(114522, 694, 81, 'Frillendorf', 514612400, 70537400, 0),
(114523, 694, 81, 'Frohlinde', 515316300, 73495800, 0),
(114524, 694, 81, 'Frohnrath', 505048400, 65170100, 0),
(114525, 694, 81, 'Frohnsmuhle', 508368000, 64310500, 0),
(114526, 694, 81, 'Froitzheim', 507131600, 65754700, 0),
(114527, 694, 81, 'Frommersbach', 510445900, 76069500, 0),
(114528, 694, 81, 'Frondenberg', 514756300, 77694600, 0),
(114529, 694, 81, 'Fronderath', 511001000, 62193500, 0),
(114530, 694, 81, 'Fronsberg', 513496700, 77621300, 0),
(114531, 694, 81, 'Frordissen', 519932300, 86369700, 0),
(114532, 694, 81, 'Frotheim', 523576000, 86756300, 0),
(114533, 694, 81, 'Fuchshutte', 512250400, 64600400, 0),
(114534, 694, 81, 'Fuchtorf', 520495300, 80299900, 0),
(114535, 694, 81, 'Fulme', 522032200, 90349500, 0),
(114536, 694, 81, 'Funderich', 514616900, 66289300, 0),
(114537, 694, 81, 'Furberg', 511842200, 71536300, 0),
(114538, 694, 81, 'Furkelt', 511433700, 70667000, 0),
(114539, 694, 81, 'Furstenberg', 515158100, 87418100, 0),
(114540, 694, 81, 'Furth', 512000000, 68500000, 0),
(114541, 694, 81, 'Fussenich', 507019400, 66176400, 0),
(114542, 694, 81, 'Gadderbaum', 520018200, 85153600, 0),
(114543, 694, 81, 'Gahmen', 515931600, 75130400, 0),
(114544, 694, 81, 'Galgenfeld', 514500000, 77833300, 0),
(114545, 694, 81, 'Galgensteeg', 517820500, 60141400, 0),
(114546, 694, 81, 'Garbeck', 513190200, 78302700, 0),
(114547, 694, 81, 'Garsdorf', 510068400, 66343400, 0),
(114548, 694, 81, 'Gartenstadt Meerer Busch', 512622600, 66793200, 0),
(114549, 694, 81, 'Gehlenbeck', 523104700, 86447800, 0),
(114550, 694, 81, 'Geilenbach', 510799300, 71162800, 0),
(114551, 694, 81, 'Geilenberg', 511629200, 70588600, 0),
(114552, 694, 81, 'Geiningen', 508927700, 76788900, 0),
(114553, 694, 81, 'Geisecke', 514535600, 76163900, 0),
(114554, 694, 81, 'Geislar', 507604600, 71277100, 0),
(114555, 694, 81, 'Geistingen', 507724600, 72680100, 0),
(114556, 694, 81, 'Gellendorf', 522575400, 74799200, 0),
(114557, 694, 81, 'Gelmer', 520279900, 76763500, 0),
(114558, 694, 81, 'Gelsenkirchen-Alt', 515166700, 71166700, 0),
(114559, 694, 81, 'Gemen', 518593200, 68647400, 0),
(114560, 694, 81, 'Gemund', 505720000, 65013600, 0),
(114561, 694, 81, 'Geneiken', 511106400, 62612900, 0),
(114562, 694, 81, 'Genhodder', 511660600, 63302500, 0),
(114563, 694, 81, 'Genhof', 510993900, 62577900, 0),
(114564, 694, 81, 'Genholt', 512557700, 61832800, 0),
(114565, 694, 81, 'Genna', 513626100, 76121300, 0),
(114566, 694, 81, 'Gennerich', 519797000, 74049600, 0),
(114567, 694, 81, 'Genrohe', 512542600, 62131000, 0),
(114568, 694, 81, 'Gerderhahn', 510991900, 62403800, 0),
(114569, 694, 81, 'Geretzhoven', 510121300, 66652700, 0),
(114570, 694, 81, 'Gerkerath', 511642600, 63591100, 0),
(114571, 694, 81, 'Gerlingsen', 513895000, 76672600, 0),
(114572, 694, 81, 'Gernsdorf', 508445600, 81718700, 0),
(114573, 694, 81, 'Gerodden', 513000000, 73666700, 0),
(114574, 694, 81, 'Gerstau', 512006200, 71573300, 0),
(114575, 694, 81, 'Gerthe', 515194300, 72831300, 0),
(114576, 694, 81, 'Gervinghook', 521359400, 68913800, 0),
(114577, 694, 81, 'Gestringen', 523510400, 85997200, 0),
(114578, 694, 81, 'Gevelinghausen', 513506500, 84415300, 0),
(114579, 694, 81, 'Gevelndorf', 512416000, 76162600, 0),
(114580, 694, 81, 'Gevelsdorf', 510089000, 63873600, 0),
(114581, 694, 81, 'Gewinghausen', 522060200, 85689800, 0),
(114582, 694, 81, 'Gey', 507497600, 64188800, 0),
(114583, 694, 81, 'Gielsdorf', 507273700, 70218000, 0),
(114584, 694, 81, 'Gier', 511378300, 67421700, 0),
(114585, 694, 81, 'Gierath', 509666700, 71000000, 0),
(114586, 694, 81, 'Giershagen', 514073000, 88270700, 0),
(114587, 694, 81, 'Giescheid', 504405700, 64263700, 0),
(114588, 694, 81, 'Giesendorf', 509270700, 65759200, 0),
(114589, 694, 81, 'Giesenkirchen', 511559900, 64912000, 0),
(114590, 694, 81, 'Gieslenberg', 510858800, 69531400, 0),
(114591, 694, 81, 'Gievenbeck', 519701800, 75688900, 0),
(114592, 694, 81, 'Gilsbach', 507712900, 80848500, 0),
(114593, 694, 81, 'Gimbte', 520614100, 76426200, 0),
(114594, 694, 81, 'Gimmersdorf', 506362800, 71451500, 0),
(114595, 694, 81, 'Gindorf', 510661700, 65643400, 0),
(114596, 694, 81, 'Girkhausen', 511169700, 84538200, 0),
(114597, 694, 81, 'Gladbach', 507618200, 66397700, 0),
(114598, 694, 81, 'Glashutte', 512166700, 68666700, 0),
(114599, 694, 81, 'Glesch', 509724300, 65927400, 0),
(114600, 694, 81, 'Gleuel', 508890000, 68365600, 0),
(114601, 694, 81, 'Glindholz', 513333300, 66166700, 0),
(114602, 694, 81, 'Glosingen', 514004900, 81370100, 0),
(114603, 694, 81, 'Glosinghausen', 521260600, 85143600, 0),
(114604, 694, 81, 'Godelheim', 517306400, 93701400, 0),
(114605, 694, 81, 'Godorferburg', 508302900, 69392500, 0),
(114606, 694, 81, 'Gohr', 511056400, 67194600, 0),
(114607, 694, 81, 'Gorgesheide', 512854200, 66158500, 0),
(114608, 694, 81, 'Gotterswickerhamm', 515816400, 66608600, 0),
(114609, 694, 81, 'Gotzenkirchen', 509054100, 67102400, 0),
(114610, 694, 81, 'Grabeloh', 514635900, 73394600, 0),
(114611, 694, 81, 'Graes', 521241100, 69769500, 0),
(114612, 694, 81, 'Grafenwald', 515701400, 69115000, 0),
(114613, 694, 81, 'Grafinghagen', 519706100, 86414300, 0),
(114614, 694, 81, 'Grambusch', 511043800, 62871900, 0),
(114615, 694, 81, 'Grebben', 510513600, 61354600, 0),
(114616, 694, 81, 'Greffen', 519774300, 81432700, 0),
(114617, 694, 81, 'Gremberghoven', 509015200, 70612900, 0),
(114618, 694, 81, 'Gressenich', 507723500, 62994600, 0),
(114619, 694, 81, 'Gresterlake', 519920000, 87245200, 0),
(114620, 694, 81, 'Grevel', 515629500, 75508400, 0),
(114621, 694, 81, 'Grevenbruck', 511362600, 80150100, 0),
(114622, 694, 81, 'Grevenhagen', 517982100, 89765200, 0),
(114623, 694, 81, 'Grevenstein', 513014900, 81285200, 0),
(114624, 694, 81, 'Griesemert', 510491200, 78870800, 0),
(114625, 694, 81, 'Grieth', 517870000, 63140100, 0),
(114626, 694, 81, 'Griethausen', 518217700, 61655600, 0),
(114627, 694, 81, 'Grille', 522857000, 89519200, 0),
(114628, 694, 81, 'Grind', 511546500, 68534900, 0),
(114629, 694, 81, 'Grissenbach', 508855400, 81699500, 0),
(114630, 694, 81, 'Gronebach', 512296300, 85605100, 0),
(114631, 694, 81, 'Gronenborn', 510536800, 71025200, 0),
(114632, 694, 81, 'Groppel', 518989500, 82376900, 0),
(114633, 694, 81, 'Gross Kuh', 513539800, 72150100, 0),
(114634, 694, 81, 'Gross Reken', 518304200, 70454400, 0),
(114635, 694, 81, 'Gross Scherkenbach', 511010100, 74230400, 0),
(114636, 694, 81, 'Gross Schlebach', 506034600, 69195100, 0),
(114637, 694, 81, 'Gross Vernich', 507424800, 68385500, 0),
(114638, 694, 81, 'Grossberghausen', 511613600, 72250000, 0),
(114639, 694, 81, 'Grossbullesheim', 506852600, 68209600, 0),
(114640, 694, 81, 'Grossburlo', 519000000, 67666700, 0),
(114641, 694, 81, 'Grosseheide', 510505300, 72008600, 0),
(114642, 694, 81, 'Grossehohe', 513000000, 70666700, 0),
(114643, 694, 81, 'Grosseneder', 515500000, 101666700, 0),
(114644, 694, 81, 'Grossgerichhausen', 511333300, 62833300, 0),
(114645, 694, 81, 'Grossoberscheid', 509345700, 73353300, 0),
(114646, 694, 81, 'Grossrott', 508833300, 69666700, 0),
(114647, 694, 81, 'Grotenrath', 509396800, 60620800, 0),
(114648, 694, 81, 'Grottenherten', 509965800, 64874300, 0),
(114649, 694, 81, 'Grouven', 509366200, 66053600, 0),
(114650, 694, 81, 'Grundend', 513008400, 66035900, 0),
(114651, 694, 81, 'Grundsteinheim', 516544700, 88764400, 0),
(114652, 694, 81, 'Grutlohn', 518151400, 68329800, 0),
(114653, 694, 81, 'Gubisrath', 511164500, 67020300, 0),
(114654, 694, 81, 'Guissen', 517324500, 79383900, 0),
(114655, 694, 81, 'Gusten', 509588200, 64314700, 0),
(114656, 694, 81, 'Haalsiepen', 511333300, 70000000, 0),
(114657, 694, 81, 'Haarenheidchen', 508049700, 61267800, 0),
(114658, 694, 81, 'Haarhausen', 509837300, 81025300, 0),
(114659, 694, 81, 'Haarzopf', 514172100, 69569300, 0),
(114660, 694, 81, 'Habbelrath', 509125600, 67521300, 0),
(114661, 694, 81, 'Habinghorst', 515859600, 73158200, 0),
(114662, 694, 81, 'Hacheney', 514791200, 74897300, 0),
(114663, 694, 81, 'Hachhausen', 516543000, 73002600, 0),
(114664, 694, 81, 'Hackenberg', 510329800, 76420000, 0),
(114665, 694, 81, 'Hackenbroich', 510664600, 68144100, 0),
(114666, 694, 81, 'Hackhausen', 510542900, 68161600, 0),
(114667, 694, 81, 'Haddenbach', 511963500, 71913900, 0),
(114668, 694, 81, 'Haddorf', 522551000, 73186400, 0),
(114669, 694, 81, 'Hadem', 510006300, 81202600, 0),
(114670, 694, 81, 'Hagelkreuz', 510901700, 69566200, 0),
(114671, 694, 81, 'Hagem', 516342700, 73242800, 0),
(114672, 694, 81, 'Hagendonop', 520014200, 89962600, 0),
(114673, 694, 81, 'Hagschenkel', 513833300, 66500000, 0),
(114674, 694, 81, 'Hahlen', 523049900, 88473100, 0),
(114675, 694, 81, 'Hahnberg', 519037500, 88732600, 0),
(114676, 694, 81, 'Hahnenbecke', 511103400, 76274300, 0),
(114677, 694, 81, 'Hahnenfurth', 512487800, 70404000, 0),
(114678, 694, 81, 'Hahnwald', 508731500, 69786700, 0),
(114679, 694, 81, 'Hakedahl', 519460100, 89109400, 0),
(114680, 694, 81, 'Halberbracht', 511380100, 80857900, 0),
(114681, 694, 81, 'Haldem', 524401500, 83798900, 0),
(114682, 694, 81, 'Haldenerheide', 513666700, 74833300, 0),
(114683, 694, 81, 'Haldern', 517736900, 64623800, 0),
(114684, 694, 81, 'Halen', 523344300, 79442000, 0),
(114685, 694, 81, 'Halfenhof', 509166700, 71666700, 0),
(114686, 694, 81, 'Halft', 507742400, 74762100, 0),
(114687, 694, 81, 'Halingen', 514603400, 77302000, 0),
(114688, 694, 81, 'Halloh', 513202300, 72563900, 0),
(114689, 694, 81, 'Halstern', 522406200, 87081500, 0),
(114690, 694, 81, 'Hamb', 515709600, 63887300, 0),
(114691, 694, 81, 'Hambach', 508990300, 64445200, 0),
(114692, 694, 81, 'Hamburen', 522652500, 78599300, 0),
(114693, 694, 81, 'Hamern', 512016600, 63996800, 0),
(114694, 694, 81, 'Hammern', 511254900, 73524900, 0),
(114695, 694, 81, 'Hammertal', 513944400, 72661800, 0),
(114696, 694, 81, 'Hamsfeld', 515208600, 64441800, 0),
(114697, 694, 81, 'Handorf', 519874400, 77017800, 0),
(114698, 694, 81, 'Hangeney', 515166700, 73666700, 0),
(114699, 694, 81, 'Hanschenberg', 521292400, 87150400, 0),
(114700, 694, 81, 'Hanselaer', 517355500, 63135000, 0),
(114701, 694, 81, 'Harbeck', 511434900, 62712200, 0),
(114702, 694, 81, 'Hardinghausen', 516191900, 69166700, 0),
(114703, 694, 81, 'Harkemissen', 521251100, 89136900, 0),
(114704, 694, 81, 'Harkenberg', 522916400, 75956000, 0),
(114705, 694, 81, 'Harkorten', 513474900, 74058700, 0),
(114706, 694, 81, 'Harkotten', 520607000, 80316200, 0),
(114707, 694, 81, 'Harpenerweg', 515000000, 73166700, 0),
(114708, 694, 81, 'Hartum', 523137200, 88199200, 0),
(114709, 694, 81, 'Harwick', 519697500, 69851900, 0),
(114710, 694, 81, 'Harzbeck', 513805100, 63175000, 0),
(114711, 694, 81, 'Hasenbuchel', 509665600, 72514100, 0),
(114712, 694, 81, 'Hasenheide', 522662400, 89355000, 0),
(114713, 694, 81, 'Hasperbach', 513258000, 74169800, 0),
(114714, 694, 81, 'Hasselbeck', 513333300, 69500000, 0),
(114715, 694, 81, 'Hasselt', 517679400, 62003200, 0),
(114716, 694, 81, 'Hassley', 513535900, 75305600, 0),
(114717, 694, 81, 'Hassmoor', 524431200, 85806800, 0),
(114718, 694, 81, 'Hasten', 511978000, 71647700, 0),
(114719, 694, 81, 'Hatzfeld', 512897800, 71838200, 0),
(114720, 694, 81, 'Hauenhorst', 522351200, 74534400, 0),
(114721, 694, 81, 'Haus Beck', 522124800, 87118000, 0),
(114722, 694, 81, 'Haus Konigskamp', 509135800, 63775800, 0),
(114723, 694, 81, 'Hausberge an der Porta', 522357900, 89224400, 0),
(114724, 694, 81, 'Hausdulmen', 518100000, 72560700, 0),
(114725, 694, 81, 'Haustenbeck', 518334100, 87752700, 0),
(114726, 694, 81, 'Hausweiler', 507179000, 68162900, 0),
(114727, 694, 81, 'Haxtergrund', 516924000, 87950700, 0),
(114728, 694, 81, 'Haxthausen', 516917700, 87842300, 0),
(114729, 694, 81, 'Hechmecke', 512059000, 78566200, 0),
(114730, 694, 81, 'Hecke', 510807300, 69819600, 0),
(114731, 694, 81, 'Heckfeld', 509166700, 63500000, 0),
(114732, 694, 81, 'Heepen', 520323800, 86051300, 0),
(114733, 694, 81, 'Heeren', 515834400, 77114800, 0),
(114734, 694, 81, 'Heerse', 520666700, 87500000, 0),
(114735, 694, 81, 'Heerserheide', 520481300, 87520800, 0),
(114736, 694, 81, 'Hefel', 513564000, 70538800, 0),
(114737, 694, 81, 'Hegensdorf', 515295400, 86292400, 0),
(114738, 694, 81, 'Heggen', 511548900, 79521300, 0),
(114739, 694, 81, 'Hehler', 512040900, 63135400, 0),
(114740, 694, 81, 'Hehlrath', 508385900, 62381100, 0),
(114741, 694, 81, 'Heidekamp', 519800700, 84682300, 0),
(114742, 694, 81, 'Heidenoldendorf', 519383300, 88450900, 0),
(114743, 694, 81, 'Heidenscheheide', 519882400, 88429600, 0),
(114744, 694, 81, 'Heiderott', 517070300, 65821800, 0),
(114745, 694, 81, 'Heiken', 516304600, 70525800, 0),
(114746, 694, 81, 'Heilenbecke', 513000000, 73500000, 0),
(114747, 694, 81, 'Heiligenkirchen', 519081700, 88752400, 0),
(114748, 694, 81, 'Heiligenpesch', 511793600, 63706800, 0),
(114749, 694, 81, 'Heimchen', 520138900, 84464800, 0),
(114750, 694, 81, 'Heimerzheim', 507164500, 69175200, 0),
(114751, 694, 81, 'Heipertz', 511500000, 70166700, 0),
(114752, 694, 81, 'Heischeid', 509413300, 76575500, 0),
(114753, 694, 81, 'Heisingen', 514026200, 70625200, 0),
(114754, 694, 81, 'Heisterbacherrott', 506958100, 72340600, 0),
(114755, 694, 81, 'Heisterholz', 523600200, 89634500, 0),
(114756, 694, 81, 'Heisterkamp', 516650000, 68609800, 0),
(114757, 694, 81, 'Heistern', 507976100, 63383200, 0),
(114758, 694, 81, 'Heisterschoss', 508055300, 73178000, 0),
(114759, 694, 81, 'Heitwinkel', 517162500, 85575200, 0),
(114760, 694, 81, 'Helberhausen', 510006400, 81377800, 0),
(114761, 694, 81, 'Helminghausen', 513831100, 87283400, 0),
(114762, 694, 81, 'Helpenstein', 511455400, 66689200, 0),
(114763, 694, 81, 'Helpup', 519707100, 87092400, 0),
(114764, 694, 81, 'Helserbruch', 522141000, 88940500, 0),
(114765, 694, 81, 'Hembecke', 513704400, 77961200, 0),
(114766, 694, 81, 'Hemfeld', 519138700, 81176500, 0),
(114767, 694, 81, 'Hemmerde', 515478800, 78117100, 0),
(114768, 694, 81, 'Hemmerden', 511243700, 65882800, 0),
(114769, 694, 81, 'Hemmerholz', 508666700, 77166700, 0),
(114770, 694, 81, 'Henglarn', 515980100, 87768300, 0),
(114771, 694, 81, 'Hengsbach', 508462200, 80085500, 0),
(114772, 694, 81, 'Henningen', 509345500, 74074900, 0),
(114773, 694, 81, 'Henrichenburg', 516000900, 73138800, 0),
(114774, 694, 81, 'Heppen', 515993600, 81455900, 0),
(114775, 694, 81, 'Herbach', 509052400, 61084700, 0),
(114776, 694, 81, 'Herbeck', 512013700, 73262400, 0),
(114777, 694, 81, 'Herbecke', 512313200, 75266800, 0),
(114778, 694, 81, 'Herbern', 517384900, 76660500, 0),
(114779, 694, 81, 'Herbertshausen', 509239600, 83600300, 0),
(114780, 694, 81, 'Herdringen', 514239500, 79628200, 0),
(114781, 694, 81, 'Herfen', 508558400, 76175700, 0),
(114782, 694, 81, 'Herforderheide', 520748400, 86506900, 0),
(114783, 694, 81, 'Herhagen', 512762900, 82664800, 0),
(114784, 694, 81, 'Heringhausen', 513333500, 84066000, 0),
(114785, 694, 81, 'Herlsen', 513044400, 76017400, 0),
(114786, 694, 81, 'Hermesdorf', 508933300, 76539000, 0),
(114787, 694, 81, 'Herrath', 511042900, 63616000, 0),
(114788, 694, 81, 'Herrenstrunden', 510051100, 71794200, 0),
(114789, 694, 81, 'Herresbach', 507052300, 72888900, 0),
(114790, 694, 81, 'Herreshagen', 510466800, 75213400, 0),
(114791, 694, 81, 'Herrig', 508021800, 67248800, 0),
(114792, 694, 81, 'Herringen', 516621700, 77415800, 0),
(114793, 694, 81, 'Herringhausen', 516532300, 82822400, 0),
(114794, 694, 81, 'Herrntrop', 510892100, 81058000, 0),
(114795, 694, 81, 'Herscheid', 511221800, 70962200, 0),
(114796, 694, 81, 'Hersel', 507725900, 70439200, 0),
(114797, 694, 81, 'Herstelle', 516418900, 94178600, 0),
(114798, 694, 81, 'Hervest', 516740900, 70077500, 0),
(114799, 694, 81, 'Hervorst', 517001700, 61383600, 0),
(114800, 694, 81, 'Herzbroich', 512062900, 65080300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(114801, 694, 81, 'Herzfeld', 516660700, 81465100, 0),
(114802, 694, 81, 'Hesselteich', 520284200, 82379300, 0),
(114803, 694, 81, 'Hessloh', 519960900, 88361000, 0),
(114804, 694, 81, 'Hestrup', 519740400, 90520500, 0),
(114805, 694, 81, 'Hetzert', 514496800, 62869600, 0),
(114806, 694, 81, 'Hetzingen', 506863200, 64681600, 0),
(114807, 694, 81, 'Heven', 514393500, 73084800, 0),
(114808, 694, 81, 'Heyen', 512235900, 61944700, 0),
(114809, 694, 81, 'Heyfeld', 517666700, 85833300, 0),
(114810, 694, 81, 'Heysundern', 519718700, 87703900, 0),
(114811, 694, 81, 'Hiddingsel', 518368300, 74018900, 0),
(114812, 694, 81, 'Hiesfeld', 515636600, 67764500, 0),
(114813, 694, 81, 'Hilbeck', 515765400, 78610600, 0),
(114814, 694, 81, 'Hildfeld', 512440600, 85653000, 0),
(114815, 694, 81, 'Hilfarth', 510367400, 62163100, 0),
(114816, 694, 81, 'Hilgen', 511024600, 71516600, 0),
(114817, 694, 81, 'Hillegossen', 519946100, 86029800, 0),
(114818, 694, 81, 'Hillentrup', 520489100, 89964400, 0),
(114819, 694, 81, 'Hillewalsen', 520873600, 86401500, 0),
(114820, 694, 81, 'Hilschebruch', 517500000, 86833300, 0),
(114821, 694, 81, 'Himberg', 506507900, 73038900, 0),
(114822, 694, 81, 'Himmelgeist', 511700200, 68054300, 0),
(114823, 694, 81, 'Hingenberg', 511506900, 70623800, 0),
(114824, 694, 81, 'Hinsel', 514296100, 70758800, 0),
(114825, 694, 81, 'Hinterdohr', 512127300, 71534300, 0),
(114826, 694, 81, 'Hinterfeld', 512206400, 66345100, 0),
(114827, 694, 81, 'Hitfeld', 507360900, 61311800, 0),
(114828, 694, 81, 'Hoberge-Uerentrup', 520333300, 84666700, 0),
(114829, 694, 81, 'Hobeuken', 513246700, 72580600, 0),
(114830, 694, 81, 'Hochbruch', 516523500, 64445400, 0),
(114831, 694, 81, 'Hochheide', 512774600, 64516800, 0),
(114832, 694, 81, 'Hochkirchen', 507963600, 66427200, 0),
(114833, 694, 81, 'Hochlarmark', 515700800, 71874600, 0),
(114834, 694, 81, 'Hochneukirch', 511005100, 64587200, 0),
(114835, 694, 81, 'Hockelmer', 517730400, 80922900, 0),
(114836, 694, 81, 'Hockstein', 511533800, 64166700, 0),
(114837, 694, 81, 'Hoengen', 508699900, 62077000, 0),
(114838, 694, 81, 'Hoerstgen', 515121500, 64673200, 0),
(114839, 694, 81, 'Hoetmar', 518716200, 79083500, 0),
(114840, 694, 81, 'Hofen', 505363400, 62525100, 0),
(114841, 694, 81, 'Hoferhof', 510930100, 71986100, 0),
(114842, 694, 81, 'Hofferhof', 508521000, 73532400, 0),
(114843, 694, 81, 'Hoffnung', 511251000, 72147200, 0),
(114844, 694, 81, 'Hofgen', 512000000, 70166700, 0),
(114845, 694, 81, 'Hohenbudberg', 513725000, 66691900, 0),
(114846, 694, 81, 'Hohenhagen', 511830200, 72136100, 0),
(114847, 694, 81, 'Hohenheide', 514881300, 77823500, 0),
(114848, 694, 81, 'Hohenleuchte', 514985800, 76116700, 0),
(114849, 694, 81, 'Hohenwart', 519479400, 89282800, 0),
(114850, 694, 81, 'Hohenwepel', 515338100, 91344000, 0),
(114851, 694, 81, 'Hohkeppel', 509797800, 73105400, 0),
(114852, 694, 81, 'Hohne', 521697600, 78798700, 0),
(114853, 694, 81, 'Hohscheid', 511125800, 71324000, 0),
(114854, 694, 81, 'Hoingen', 514849100, 79739500, 0),
(114855, 694, 81, 'Hokenbrugge', 522543000, 86338800, 0),
(114856, 694, 81, 'Holderberg', 514238600, 66148700, 0),
(114857, 694, 81, 'Holken', 513000000, 72333300, 0),
(114858, 694, 81, 'Hollenstein', 520827300, 88020300, 0),
(114859, 694, 81, 'Hollinde', 520978600, 86132800, 0),
(114860, 694, 81, 'Holserheide', 520318500, 87748100, 0),
(114861, 694, 81, 'Holstenhofen', 519628800, 90839800, 0),
(114862, 694, 81, 'Holsterbrink', 519018700, 72442100, 0),
(114863, 694, 81, 'Holten', 515255300, 67890400, 0),
(114864, 694, 81, 'Holterfeld', 511833300, 71500000, 0),
(114865, 694, 81, 'Holthuisenbosch', 516787100, 61322400, 0),
(114866, 694, 81, 'Holtrup', 518666700, 74500000, 0),
(114867, 694, 81, 'Holzbrede', 522261600, 87099200, 0),
(114868, 694, 81, 'Holzen', 514181700, 79160900, 0),
(114869, 694, 81, 'Holzhausen', 507363800, 81383500, 0),
(114870, 694, 81, 'Holzlar', 507444500, 71779500, 0),
(114871, 694, 81, 'Homberg', 512923800, 69261500, 0),
(114872, 694, 81, 'Homberge', 512864800, 73576500, 0),
(114873, 694, 81, 'Hombergen', 513430200, 62619500, 0),
(114874, 694, 81, 'Homburg', 509120000, 75297800, 0),
(114875, 694, 81, 'Homert', 511759200, 76480800, 0),
(114876, 694, 81, 'Hommersum', 516818200, 60346700, 0),
(114877, 694, 81, 'Honnepel', 517544300, 63303900, 0),
(114878, 694, 81, 'Hope', 523166700, 85833300, 0),
(114879, 694, 81, 'Hoppecke', 513757300, 86400200, 0),
(114880, 694, 81, 'Hopscheiderberg', 513640400, 71158400, 0),
(114881, 694, 81, 'Horbell', 509086000, 68641900, 0),
(114882, 694, 81, 'Hordel', 514978400, 71762000, 0),
(114883, 694, 81, 'Horder Bruch', 514666700, 75000000, 0),
(114884, 694, 81, 'Horst und Wall', 522000000, 71833300, 0),
(114885, 694, 81, 'Horste', 516882200, 84376500, 0),
(114886, 694, 81, 'Horster', 519177400, 80861600, 0),
(114887, 694, 81, 'Horsterholz', 514333300, 71500000, 0),
(114888, 694, 81, 'Horstgenerhuck', 515092500, 64901200, 0),
(114889, 694, 81, 'Horstmannsfeld', 520760900, 85245900, 0),
(114890, 694, 81, 'Hosinghausen', 511160600, 77343900, 0),
(114891, 694, 81, 'Hoste', 521627900, 79121600, 0),
(114892, 694, 81, 'Hostert', 512090300, 63091500, 0),
(114893, 694, 81, 'Hoterheide', 512754800, 66249800, 0),
(114894, 694, 81, 'Hovelriege', 518584900, 86378000, 0),
(114895, 694, 81, 'Hoven', 506855700, 66434400, 0),
(114896, 694, 81, 'Hovermuhle', 508166700, 63000000, 0),
(114897, 694, 81, 'Howald', 510651800, 78577800, 0),
(114898, 694, 81, 'Hubben', 511648000, 70452400, 0),
(114899, 694, 81, 'Huchelhoven', 510140100, 66801900, 0),
(114900, 694, 81, 'Huchem-Stammeln', 508529900, 64522400, 0),
(114901, 694, 81, 'Huhnerheide', 515514000, 67783300, 0),
(114902, 694, 81, 'Huhr', 513000000, 62500000, 0),
(114903, 694, 81, 'Huingsen', 514072700, 78222000, 0),
(114904, 694, 81, 'Hulchrath', 511255100, 66613200, 0),
(114905, 694, 81, 'Hullberg', 514422900, 73831100, 0),
(114906, 694, 81, 'Hullen', 515204700, 71259800, 0),
(114907, 694, 81, 'Hullern', 517377100, 72872000, 0),
(114908, 694, 81, 'Huls', 513728600, 65104300, 0),
(114909, 694, 81, 'Hulschotten', 511754200, 79166000, 0),
(114910, 694, 81, 'Hulsdau', 516310400, 70414600, 0),
(114911, 694, 81, 'Hulsdonk', 512646000, 64029100, 0),
(114912, 694, 81, 'Hulshort', 514282900, 65984800, 0),
(114913, 694, 81, 'Humfeld', 520268300, 90551400, 0),
(114914, 694, 81, 'Hummersen', 518786600, 93309100, 0),
(114915, 694, 81, 'Hundeort', 524253100, 86164400, 0),
(114916, 694, 81, 'Hundewick', 519739300, 68810300, 0),
(114917, 694, 81, 'Hunnebrock', 521882100, 85733600, 0),
(114918, 694, 81, 'Hunnebrockerheide', 521784200, 85875700, 0),
(114919, 694, 81, 'Hunshoven', 509666700, 61166700, 0),
(114920, 694, 81, 'Huppenbroich', 505913600, 63180500, 0),
(114921, 694, 81, 'Huppichteroth', 509159500, 75284400, 0),
(114922, 694, 81, 'Hurl', 518000000, 64166700, 0),
(114923, 694, 81, 'Hurtgen', 507109100, 63797800, 0),
(114924, 694, 81, 'Huthmachershof', 509401100, 64057000, 0),
(114925, 694, 81, 'Huttenheim', 513653000, 67434800, 0),
(114926, 694, 81, 'Huttenstrasse', 509500000, 71000000, 0),
(114927, 694, 81, 'Huttental', 509166700, 80333300, 0),
(114928, 694, 81, 'Hutz', 511926800, 71593400, 0),
(114929, 694, 81, 'Ibach', 511945700, 71712100, 0),
(114930, 694, 81, 'Ickern', 515922500, 73435200, 0),
(114931, 694, 81, 'Ihmert', 513298800, 77337100, 0),
(114932, 694, 81, 'Ilse', 524010400, 90431600, 0),
(114933, 694, 81, 'Im Alten Holz', 513723200, 75005300, 0),
(114934, 694, 81, 'Im Dahl', 512552400, 75158400, 0),
(114935, 694, 81, 'Im Kalthoferholz', 513333300, 73500000, 0),
(114936, 694, 81, 'Im Tannen', 523251500, 88464400, 0),
(114937, 694, 81, 'Imbach', 510828100, 70231200, 0),
(114938, 694, 81, 'Imgenbroich', 505728800, 62636000, 0),
(114939, 694, 81, 'Immecke', 511000000, 76666700, 0),
(114940, 694, 81, 'Immekeppel', 509604000, 72383600, 0),
(114941, 694, 81, 'Immendorf', 508593800, 69594900, 0),
(114942, 694, 81, 'Impekoven', 507120800, 70133000, 0),
(114943, 694, 81, 'In den Dammen', 524935600, 86379900, 0),
(114944, 694, 81, 'In der Been', 512856500, 67261200, 0),
(114945, 694, 81, 'In der Bredde', 513311800, 73866800, 0),
(114946, 694, 81, 'In der Calle', 513948000, 77072100, 0),
(114947, 694, 81, 'In der Ruemmecke', 513822300, 81583800, 0),
(114948, 694, 81, 'In die Juys', 513166700, 61833300, 0),
(114949, 694, 81, 'Inger', 508359500, 72671900, 0),
(114950, 694, 81, 'Isenbugel', 513462400, 69472200, 0),
(114951, 694, 81, 'Isengraben', 511083300, 63180900, 0),
(114952, 694, 81, 'Ispingrade', 511864600, 73485500, 0),
(114953, 694, 81, 'Isselhorst', 519460400, 84085700, 0),
(114954, 694, 81, 'Isselrott', 517004200, 66163800, 0),
(114955, 694, 81, 'Istorf', 520782400, 88397000, 0),
(114956, 694, 81, 'Ittenbach', 506796700, 72658400, 0),
(114957, 694, 81, 'Itter', 511684200, 68192200, 0),
(114958, 694, 81, 'Ivangsheide', 512684700, 66350800, 0),
(114959, 694, 81, 'Jakobwullesheim', 507622700, 65594900, 0),
(114960, 694, 81, 'Jellinghausen', 513149400, 73766000, 0),
(114961, 694, 81, 'Jerxen', 519562600, 88761600, 0),
(114962, 694, 81, 'Jerxerheide', 519513700, 88694100, 0),
(114963, 694, 81, 'Jesinghausen', 512833300, 72500000, 0),
(114964, 694, 81, 'Johannettental', 519253200, 88901700, 0),
(114965, 694, 81, 'Johannisberg', 511000000, 70166700, 0),
(114966, 694, 81, 'Johannistal', 512874400, 63539800, 0),
(114967, 694, 81, 'Jollenbeck', 520965800, 85129400, 0),
(114968, 694, 81, 'Jorsensmuhle', 510716800, 73476200, 0),
(114969, 694, 81, 'Jostberg', 511333300, 73500000, 0),
(114970, 694, 81, 'Jungersdorf', 508117200, 63733500, 0),
(114971, 694, 81, 'Kaan-Marienborn', 508708600, 80584900, 0),
(114972, 694, 81, 'Kaldauen', 508040600, 72591000, 0),
(114973, 694, 81, 'Kaldenkirchen', 513203500, 61983000, 0),
(114974, 694, 81, 'Kalkarberg', 517324500, 62721100, 0),
(114975, 694, 81, 'Kalldorf', 521584000, 89206400, 0),
(114976, 694, 81, 'Kallenberg', 511431800, 72501200, 0),
(114977, 694, 81, 'Kalstert', 511703100, 69597000, 0),
(114978, 694, 81, 'Kaltehardt', 514644000, 73092200, 0),
(114979, 694, 81, 'Kaltenherberg', 510813600, 71366700, 0),
(114980, 694, 81, 'Kalterherberg', 505211800, 62209200, 0),
(114981, 694, 81, 'Kalthof', 514219600, 76692600, 0),
(114982, 694, 81, 'Kamerhof', 508563500, 61130600, 0),
(114983, 694, 81, 'Kampchen', 508259700, 60936400, 0),
(114984, 694, 81, 'Kamper Berg', 515039500, 65158500, 0),
(114985, 694, 81, 'Kamperbruck', 515065600, 65038300, 0),
(114986, 694, 81, 'Kanzlei', 512500000, 66833300, 0),
(114987, 694, 81, 'Kapelle', 512166700, 61500000, 0),
(114988, 694, 81, 'Kapellen', 511279800, 66232100, 0),
(114989, 694, 81, 'Kardorf', 507675700, 69381300, 0),
(114990, 694, 81, 'Karnap', 511558200, 69339300, 0),
(114991, 694, 81, 'Karthaus', 518727800, 73110800, 0),
(114992, 694, 81, 'Kasberg', 507607300, 73308000, 0),
(114993, 694, 81, 'Kasend', 512388100, 62489700, 0),
(114994, 694, 81, 'Kattenvenne', 521086600, 78681100, 0),
(114995, 694, 81, 'Katterbach', 510094400, 70823000, 0),
(114996, 694, 81, 'Katternberg', 511576100, 70434800, 0),
(114997, 694, 81, 'Katzem', 510338800, 63551500, 0),
(114998, 694, 81, 'Kaunitz', 518561600, 85646800, 0),
(114999, 694, 81, 'Keddinghausen', 515342200, 85993700, 0),
(115000, 694, 81, 'Kehlinghausen', 509613800, 75160000, 0),
(115001, 694, 81, 'Kehn', 513038900, 64577800, 0),
(115002, 694, 81, 'Keldenich', 505373500, 65857200, 0),
(115003, 694, 81, 'Kellen', 517986000, 61591600, 0),
(115004, 694, 81, 'Kelz', 507691800, 65972800, 0),
(115005, 694, 81, 'Kelzenberg', 511155200, 65022200, 0),
(115006, 694, 81, 'Kemminghausen', 515563500, 74833700, 0),
(115007, 694, 81, 'Kendenich', 508646400, 68829300, 0),
(115008, 694, 81, 'Kervenheim', 516319800, 62763000, 0),
(115009, 694, 81, 'Kesseburen', 515200700, 77255300, 0),
(115010, 694, 81, 'Kessenich', 506786600, 67936400, 0),
(115011, 694, 81, 'Kettenheim', 507458000, 65950800, 0),
(115012, 694, 81, 'Kettling', 512594000, 77952300, 0),
(115013, 694, 81, 'Kettwig vor der Brucke', 513604500, 69323000, 0),
(115014, 694, 81, 'Keyenberg', 510817200, 64130100, 0),
(115015, 694, 81, 'Kibitzberg', 517559400, 69922100, 0),
(115016, 694, 81, 'Kickenbach', 511115600, 81016400, 0),
(115017, 694, 81, 'Kierberg', 508374700, 68849500, 0),
(115018, 694, 81, 'Kiffelberg', 509839000, 62999500, 0),
(115019, 694, 81, 'Kinzweiler', 508444400, 62259600, 0),
(115020, 694, 81, 'Kirchberg', 508981400, 63529700, 0),
(115021, 694, 81, 'Kirchboke', 517292900, 85661600, 0),
(115022, 694, 81, 'Kirchborchen', 516594800, 87315400, 0),
(115023, 694, 81, 'Kirchdorf', 517593500, 84698600, 0),
(115024, 694, 81, 'Kirchdornberg', 520435200, 84424800, 0),
(115025, 694, 81, 'Kirchende', 514183700, 74220800, 0),
(115026, 694, 81, 'Kirchheide', 520849600, 88691400, 0),
(115027, 694, 81, 'Kirchherten', 510068200, 64877300, 0),
(115028, 694, 81, 'Kirchlengerheide', 522117800, 86549600, 0),
(115029, 694, 81, 'Kirchveischede', 510911200, 79976000, 0),
(115030, 694, 81, 'Kirdorf', 509749000, 65726800, 0),
(115031, 694, 81, 'Kirspenich', 506008300, 67972400, 0),
(115032, 694, 81, 'Kissingerhoefen', 516612200, 77708500, 0),
(115033, 694, 81, 'Kiwittsheide', 520072100, 81936900, 0),
(115034, 694, 81, 'Klauberg', 511785700, 70938700, 0),
(115035, 694, 81, 'Klausen', 512124800, 72247200, 0),
(115036, 694, 81, 'Klausenberg', 509500000, 70833300, 0),
(115037, 694, 81, 'Kleebach', 511874700, 72868000, 0),
(115038, 694, 81, 'Kleef', 511783600, 69383200, 0),
(115039, 694, 81, 'Kleehof', 517168200, 86836700, 0),
(115040, 694, 81, 'Klef', 509490200, 73075800, 0),
(115041, 694, 81, 'Klein Aschen', 521744300, 85068700, 0),
(115042, 694, 81, 'Klein Esserden', 517780000, 63654200, 0),
(115043, 694, 81, 'Klein Herbede', 514546800, 72929900, 0),
(115044, 694, 81, 'Klein Kuh', 513750500, 72180300, 0),
(115045, 694, 81, 'Klein Reken', 517871000, 70436700, 0),
(115046, 694, 81, 'Klein Thebing', 517833300, 67333300, 0),
(115047, 694, 81, 'Klein Vernich', 507417200, 68265000, 0),
(115048, 694, 81, 'Kleinbroich', 511500000, 68833300, 0),
(115049, 694, 81, 'Kleinbullesheim', 506745300, 68251400, 0),
(115050, 694, 81, 'Kleinehohe', 513028100, 71020700, 0),
(115051, 694, 81, 'Kleinenbremen', 522347900, 90421800, 0),
(115052, 694, 81, 'Kleinenbroich', 511933300, 65597000, 0),
(115053, 694, 81, 'Kleinhammer', 512356500, 77602500, 0),
(115054, 694, 81, 'Kleinkonigsdorf', 509500000, 67666700, 0),
(115055, 694, 81, 'Kleinsiep', 512333300, 66166700, 0),
(115056, 694, 81, 'Klettenberg', 509135900, 69218200, 0),
(115057, 694, 81, 'Klief', 510331800, 71991700, 0),
(115058, 694, 81, 'Klink-Heide', 508419200, 60875000, 0),
(115059, 694, 81, 'Klinkum', 511360900, 62515600, 0),
(115060, 694, 81, 'Kloster', 521898900, 70218500, 0),
(115061, 694, 81, 'Klosterhardt', 515238900, 68790000, 0),
(115062, 694, 81, 'Klostermark', 513282600, 73230400, 0),
(115063, 694, 81, 'Kluckhof', 520022200, 89566900, 0),
(115064, 694, 81, 'Kluppelberg', 511166700, 74666700, 0),
(115065, 694, 81, 'Klut', 519594500, 88876000, 0),
(115066, 694, 81, 'Kluterberg', 519614600, 89016700, 0),
(115067, 694, 81, 'Knapchen', 513333300, 68500000, 0),
(115068, 694, 81, 'Knappstockberg', 510460400, 72166300, 0),
(115069, 694, 81, 'Knapsack', 508592000, 68543700, 0),
(115070, 694, 81, 'Knerling', 513051600, 76540300, 0),
(115071, 694, 81, 'Knetterhausen', 520517600, 81139000, 0),
(115072, 694, 81, 'Knetterheide', 520594600, 87348200, 0),
(115073, 694, 81, 'Knickelsdorf', 512424100, 65153200, 0),
(115074, 694, 81, 'Knittkuhl', 512500000, 68666700, 0),
(115075, 694, 81, 'Knuverdarp', 518780100, 69496800, 0),
(115076, 694, 81, 'Kockelwick', 520537700, 68077900, 0),
(115077, 694, 81, 'Kohlenhuck', 515101300, 65949800, 0),
(115078, 694, 81, 'Kohlfurth', 511869200, 71174600, 0),
(115079, 694, 81, 'Kohlfurtherbrucke', 511833300, 71000000, 0),
(115080, 694, 81, 'Kohlkaul', 507515500, 71744400, 0),
(115081, 694, 81, 'Kohr', 511434400, 64449500, 0),
(115082, 694, 81, 'Kolksbruch', 511833300, 69333300, 0),
(115083, 694, 81, 'Kollentrup', 517886200, 82039400, 0),
(115084, 694, 81, 'Kollerbeck', 518550800, 92402700, 0),
(115085, 694, 81, 'Kolonie Borussia', 515000000, 73666700, 0),
(115086, 694, 81, 'Kolonie Gertrudenau', 516166700, 71500000, 0),
(115087, 694, 81, 'Kolonie Holstein', 515223400, 75925300, 0),
(115088, 694, 81, 'Kolonie Horstmar', 516000000, 75500000, 0),
(115089, 694, 81, 'Kolonie Ludwigsdorf', 521465500, 73320000, 0),
(115090, 694, 81, 'Kolonie Maximilian', 516890000, 78938500, 0),
(115091, 694, 81, 'Kolonie Oberadenerheide', 516166700, 76000000, 0),
(115092, 694, 81, 'Kolonie Scholven', 516000000, 70166700, 0),
(115093, 694, 81, 'Kolonie Tannenberg', 516000000, 76666700, 0),
(115094, 694, 81, 'Kolsum', 512860600, 63069400, 0),
(115095, 694, 81, 'Kommern', 506115900, 66507600, 0),
(115096, 694, 81, 'Konigshardt', 515470300, 68607100, 0),
(115097, 694, 81, 'Konigshoven', 510052200, 65417900, 0),
(115098, 694, 81, 'Korbecke', 514968300, 81300500, 0),
(115099, 694, 81, 'Korde', 520076400, 76262100, 0),
(115100, 694, 81, 'Korfskamp', 522846800, 87560400, 0),
(115101, 694, 81, 'Kornelimunster', 507281800, 61773300, 0),
(115102, 694, 81, 'Koslar', 509268200, 63217600, 0),
(115103, 694, 81, 'Kottenich', 509033200, 62896700, 0),
(115104, 694, 81, 'Kranen', 512000000, 72000000, 0),
(115105, 694, 81, 'Kranuchel', 508770800, 73786400, 0),
(115106, 694, 81, 'Kranzmaar', 508500000, 68666700, 0),
(115107, 694, 81, 'Kratzberg', 512000000, 71666700, 0),
(115108, 694, 81, 'Krausen', 511833300, 70166700, 0),
(115109, 694, 81, 'Krauthausen', 507416300, 61880900, 0),
(115110, 694, 81, 'Krawinkel', 508452500, 73688500, 0),
(115111, 694, 81, 'Krechting', 518219800, 66958700, 0),
(115112, 694, 81, 'Krehwinkler Hofe', 513333300, 70166700, 0),
(115113, 694, 81, 'Kremenholl', 511713500, 71761100, 0),
(115114, 694, 81, 'Kreuzrath', 510055500, 60251400, 0),
(115115, 694, 81, 'Kriekhausen', 512068800, 70081800, 0),
(115116, 694, 81, 'Kruckel', 514548100, 74146100, 0),
(115117, 694, 81, 'Krudenburg', 516508400, 67504800, 0),
(115118, 694, 81, 'Krudersheide', 511451100, 69810800, 0),
(115119, 694, 81, 'Krukenhorst', 518252800, 85723500, 0),
(115120, 694, 81, 'Krutheide', 521122000, 87689800, 0),
(115121, 694, 81, 'Kuchenheim', 506489500, 68288400, 0),
(115122, 694, 81, 'Kuckhoven', 510608600, 63497300, 0),
(115123, 694, 81, 'Kuckum', 510841200, 63926700, 0),
(115124, 694, 81, 'Kuhberg', 516073600, 69615900, 0),
(115125, 694, 81, 'Kuhlen', 508884400, 73411500, 0),
(115126, 694, 81, 'Kuhleshutte', 513333300, 66000000, 0),
(115127, 694, 81, 'Kuhlsen', 516697900, 90299000, 0),
(115128, 694, 81, 'Kullenhahn', 512295400, 71344500, 0),
(115129, 694, 81, 'Kummerdingsen', 522741600, 86962800, 0),
(115130, 694, 81, 'Kumperheide', 515833300, 75000000, 0),
(115131, 694, 81, 'Kuntrop', 512860200, 78187000, 0),
(115132, 694, 81, 'Kupferdreh', 513935400, 70886000, 0),
(115133, 694, 81, 'Kurl', 515560800, 75831000, 0),
(115134, 694, 81, 'Kurtsiefen', 508696700, 73266200, 0),
(115135, 694, 81, 'Kurzenhulsen', 523606600, 85696900, 0),
(115136, 694, 81, 'Kusenbaum', 520461600, 86613500, 0),
(115137, 694, 81, 'Kute', 524110200, 86499600, 0),
(115138, 694, 81, 'Kutenhausen', 523318100, 89063500, 0),
(115139, 694, 81, 'Kutterheide', 512939100, 65926000, 0),
(115140, 694, 81, 'Labbeck', 516453800, 63809300, 0),
(115141, 694, 81, 'Lackhausen', 516795200, 66284900, 0),
(115142, 694, 81, 'Laggenbeck', 522640100, 77874600, 0),
(115143, 694, 81, 'Lamberg', 514666700, 76000000, 0),
(115144, 694, 81, 'Lamerong', 515449300, 64136000, 0),
(115145, 694, 81, 'Lamersdorf', 508486800, 63513700, 0),
(115146, 694, 81, 'Lamershagen', 519758900, 86180900, 0),
(115147, 694, 81, 'Lammersdorf', 506310000, 62788300, 0),
(115148, 694, 81, 'Landweg', 514833300, 76166700, 0),
(115149, 694, 81, 'Landwehr', 514508200, 77707700, 0),
(115150, 694, 81, 'Langel', 508461900, 70071000, 0),
(115151, 694, 81, 'Langenberg', 508130600, 76277200, 0),
(115152, 694, 81, 'Langenbruch', 513666700, 79833300, 0),
(115153, 694, 81, 'Langendorf', 506753900, 66163500, 0),
(115154, 694, 81, 'Langendreer', 514602300, 73258400, 0),
(115155, 694, 81, 'Langeneicke', 516340900, 84369300, 0),
(115156, 694, 81, 'Langenholdinghausen', 509168200, 79695000, 0),
(115157, 694, 81, 'Langenholthausen', 513121700, 78795600, 0),
(115158, 694, 81, 'Langenholzhausen', 521469700, 89654400, 0),
(115159, 694, 81, 'Langenstuck', 513337400, 76440800, 0),
(115160, 694, 81, 'Langewiese', 511548900, 84620400, 0),
(115161, 694, 81, 'Langschede', 514758200, 77136500, 0),
(115162, 694, 81, 'Langscheid', 504992200, 67639700, 0),
(115163, 694, 81, 'Langst-Kierst', 512986800, 67109600, 0),
(115164, 694, 81, 'Lannesdorf', 506648700, 71700400, 0),
(115165, 694, 81, 'Lanstrop', 515750400, 75675200, 0),
(115166, 694, 81, 'Lassfonderfeld', 514333300, 65666700, 0),
(115167, 694, 81, 'Lattenberg', 514166700, 80166700, 0),
(115168, 694, 81, 'Laubach', 512420300, 69534800, 0),
(115169, 694, 81, 'Laurensberg', 507978000, 60628200, 0),
(115170, 694, 81, 'Lausberg', 512556600, 74310500, 0),
(115171, 694, 81, 'Lauthausen', 507758500, 73278400, 0),
(115172, 694, 81, 'Leblich', 518126500, 69485500, 0),
(115173, 694, 81, 'Leeden', 522156400, 78903400, 0),
(115174, 694, 81, 'Lehmbach', 509328900, 71931900, 0),
(115175, 694, 81, 'Lehmbraken', 517856400, 72266500, 0),
(115176, 694, 81, 'Lehmkuhl', 517264000, 70209300, 0),
(115177, 694, 81, 'Lehn', 511765800, 70733700, 0),
(115178, 694, 81, 'Leienbach', 510312200, 76341800, 0),
(115179, 694, 81, 'Leiffarth', 509955200, 61911100, 0),
(115180, 694, 81, 'Leifringhausen', 512208100, 76724300, 0),
(115181, 694, 81, 'Leinschede', 512352000, 78936900, 0),
(115182, 694, 81, 'Leistrup', 519294000, 89450200, 0),
(115183, 694, 81, 'Leithe', 514650200, 71026600, 0),
(115184, 694, 81, 'Lembeck', 517595400, 70026400, 0),
(115185, 694, 81, 'Lendersdorf', 507672000, 64767500, 0),
(115186, 694, 81, 'Lendringsen', 514163800, 78380000, 0),
(115187, 694, 81, 'Lengelscheid', 511410900, 76700200, 0),
(115188, 694, 81, 'Lengsdorf', 507107300, 70683900, 0),
(115189, 694, 81, 'Lenhausen', 512002300, 79675100, 0),
(115190, 694, 81, 'Lenningsen', 515666700, 77666700, 0),
(115191, 694, 81, 'Leopoldstal', 518505200, 89698200, 0),
(115192, 694, 81, 'Lepperhof', 509769200, 76961400, 0),
(115193, 694, 81, 'Lerbeck', 522505800, 89419200, 0),
(115194, 694, 81, 'Leteln', 523142700, 89322600, 0),
(115195, 694, 81, 'Letmathe', 513670200, 76052500, 0),
(115196, 694, 81, 'Lettmecke', 511757000, 78588000, 0),
(115197, 694, 81, 'Leuscheid', 507687100, 75613600, 0),
(115198, 694, 81, 'Leuste', 518500000, 72666700, 0),
(115199, 694, 81, 'Liblar', 508081300, 68226300, 0),
(115200, 694, 81, 'Libur', 508385900, 70713200, 0),
(115201, 694, 81, 'Lichtenau', 516170700, 88966500, 0),
(115202, 694, 81, 'Lichtenbroich', 512831200, 67962200, 0),
(115203, 694, 81, 'Lichtenbusch', 507107400, 61254600, 0),
(115204, 694, 81, 'Lichtendorf', 514735700, 75969400, 0),
(115205, 694, 81, 'Lichtenplatz', 512541800, 71999900, 0),
(115206, 694, 81, 'Lichtringhausen', 511505100, 78422800, 0),
(115207, 694, 81, 'Liedern', 518333000, 65493900, 0),
(115208, 694, 81, 'Liessem', 506475200, 71587700, 0),
(115209, 694, 81, 'Limminghofen', 511666700, 70333300, 0),
(115210, 694, 81, 'Lindemannsheide', 520590300, 87626300, 0),
(115211, 694, 81, 'Linden', 508355900, 61750900, 0),
(115212, 694, 81, 'Lindenberg', 509008300, 79267400, 0),
(115213, 694, 81, 'Lindenhorst', 515523200, 74586500, 0),
(115214, 694, 81, 'Linkenbach', 507352300, 74561100, 0),
(115215, 694, 81, 'Linnenbeeke', 521244300, 88824500, 0),
(115216, 694, 81, 'Linnenfeld', 517333300, 78666700, 0),
(115217, 694, 81, 'Linneperhutte', 512988700, 80864700, 0),
(115218, 694, 81, 'Linning', 512226900, 65873300, 0),
(115219, 694, 81, 'Linzel', 518134300, 82151400, 0),
(115220, 694, 81, 'Lippe', 507088400, 80584800, 0),
(115221, 694, 81, 'Lipperode', 516929000, 83774500, 0),
(115222, 694, 81, 'Lippholthausen', 516138400, 74811400, 0),
(115223, 694, 81, 'Lippinghausen', 521505100, 86435300, 0),
(115224, 694, 81, 'Lippramsdorf', 517158800, 70966700, 0),
(115225, 694, 81, 'Lippstadter Bruch', 517666700, 85500000, 0),
(115226, 694, 81, 'Lobberich', 513001300, 62708500, 0),
(115227, 694, 81, 'Loburg', 520497400, 78704100, 0),
(115228, 694, 81, 'Loch', 505977600, 68942100, 0),
(115229, 694, 81, 'Lockhausen', 520642100, 86834900, 0),
(115230, 694, 81, 'Lockhauserheide', 520668300, 86923000, 0),
(115231, 694, 81, 'Loh', 510811800, 71249200, 0),
(115232, 694, 81, 'Lohausen', 512795300, 67279500, 0),
(115233, 694, 81, 'Lohauserholz', 516528000, 77988800, 0),
(115234, 694, 81, 'Lohbusch', 522369400, 88480200, 0),
(115235, 694, 81, 'Lohdorf', 511417800, 70158000, 0),
(115236, 694, 81, 'Lohmannsheide', 514847100, 66684800, 0),
(115237, 694, 81, 'Lohmuhle', 515144000, 66627500, 0),
(115238, 694, 81, 'Lohnen', 515908700, 66528600, 0),
(115239, 694, 81, 'Loikumerrott', 517537000, 65842900, 0),
(115240, 694, 81, 'Lommersum', 507108600, 67978200, 0),
(115241, 694, 81, 'Lontrop', 516459500, 71484000, 0),
(115242, 694, 81, 'Loope', 509754300, 73677500, 0),
(115243, 694, 81, 'Lope', 510153700, 75247300, 0),
(115244, 694, 81, 'Losheim', 503600300, 63739600, 0),
(115245, 694, 81, 'Loskamp', 514000000, 68666700, 0),
(115246, 694, 81, 'Lossel', 513506700, 76571100, 0),
(115247, 694, 81, 'Lottmaringhausen', 513323100, 82963600, 0),
(115248, 694, 81, 'Lottringhausen', 514549700, 74435400, 0),
(115249, 694, 81, 'Louisendorf', 517293600, 62310000, 0),
(115250, 694, 81, 'Lovelingloh', 519050200, 75971200, 0),
(115251, 694, 81, 'Lovenich', 506724200, 66701100, 0),
(115252, 694, 81, 'Lubbe', 522925800, 87292200, 0),
(115253, 694, 81, 'Lubrassen', 520333300, 86166700, 0),
(115254, 694, 81, 'Luchtringen', 517913600, 94287800, 0),
(115255, 694, 81, 'Ludenberg', 512566900, 68650700, 0),
(115256, 694, 81, 'Luetke Uentrop', 517002300, 79537600, 0),
(115257, 694, 81, 'Luffringhausen', 511474700, 72322200, 0),
(115258, 694, 81, 'Luftelberg', 506579500, 70168300, 0),
(115259, 694, 81, 'Luherheide', 520515400, 89071700, 0),
(115260, 694, 81, 'Luit', 513958800, 65719500, 0),
(115261, 694, 81, 'Lulsdorf', 508301100, 70127400, 0),
(115262, 694, 81, 'Lunten', 521007800, 68625000, 0),
(115263, 694, 81, 'Lunzum', 517582300, 71483800, 0),
(115264, 694, 81, 'Lurbke', 514235900, 78588500, 0),
(115265, 694, 81, 'Lustheide', 509490900, 71092500, 0),
(115266, 694, 81, 'Lutgenholthausen', 514666700, 74500000, 0),
(115267, 694, 81, 'Lutke', 517666100, 76246100, 0),
(115268, 694, 81, 'Lutmarsen', 517845000, 93418300, 0),
(115269, 694, 81, 'Lutte', 520104000, 89732600, 0),
(115270, 694, 81, 'Luttelbracht', 512586700, 62002600, 0),
(115271, 694, 81, 'Luttringhausen', 512081700, 72383200, 0),
(115272, 694, 81, 'Lutzel', 509682400, 81723600, 0),
(115273, 694, 81, 'Lutzingen', 508714500, 76468200, 0),
(115274, 694, 81, 'Luxheim', 507722100, 66312700, 0),
(115275, 694, 81, 'Macherscheid', 511666700, 67833300, 0),
(115276, 694, 81, 'Mackenbach', 508769800, 72541300, 0),
(115277, 694, 81, 'Maestrup', 520891100, 76471900, 0),
(115278, 694, 81, 'Mahnert', 512007500, 69802800, 0),
(115279, 694, 81, 'Malsbenden', 505765000, 64829000, 0),
(115280, 694, 81, 'Mangenberg', 511666700, 70666700, 0),
(115281, 694, 81, 'Manrode', 515830100, 93419400, 0),
(115282, 694, 81, 'Mantinghausen', 517050300, 84857800, 0),
(115283, 694, 81, 'Mariadorf', 508617200, 61899200, 0),
(115284, 694, 81, 'Marialinden', 509329200, 73230300, 0),
(115285, 694, 81, 'Mariaweiler', 508162200, 64402500, 0),
(115286, 694, 81, 'Marienbaum', 516994900, 63758200, 0),
(115287, 694, 81, 'Marienberg', 509285700, 60883300, 0),
(115288, 694, 81, 'Marienloh', 517643400, 87840100, 0),
(115289, 694, 81, 'Mark', 516830400, 78527900, 0),
(115290, 694, 81, 'Marscheid', 512390800, 72353600, 0),
(115291, 694, 81, 'Masbeck', 519649500, 74229200, 0),
(115292, 694, 81, 'Maschhaupt', 522603900, 87701000, 0),
(115293, 694, 81, 'Maspe', 519233100, 90782300, 0),
(115294, 694, 81, 'Massbruch', 520005600, 88032400, 0),
(115295, 694, 81, 'Massen', 515333300, 76500000, 0),
(115296, 694, 81, 'Matzerath', 510784800, 62839600, 0),
(115297, 694, 81, 'Maumke', 511212800, 80470000, 0),
(115298, 694, 81, 'Mausbach', 507586600, 62767900, 0),
(115299, 694, 81, 'Meckinghoven', 516266800, 73172800, 0),
(115300, 694, 81, 'Mehlbruch', 510746200, 69577800, 0),
(115301, 694, 81, 'Mehrbruch', 517305000, 64752700, 0),
(115302, 694, 81, 'Meide', 511819900, 69245300, 0),
(115303, 694, 81, 'Meiersfeld', 519301900, 89190100, 0),
(115304, 694, 81, 'Meindorf', 507782600, 71378200, 0),
(115305, 694, 81, 'Meiningsen', 515367300, 80594200, 0),
(115306, 694, 81, 'Mellrich', 515416500, 82930100, 0),
(115307, 694, 81, 'Mengeder Heide', 515829600, 73841300, 0),
(115308, 694, 81, 'Menglinghausen', 514731700, 74252900, 0),
(115309, 694, 81, 'Mennekrath', 510901700, 63406500, 0),
(115310, 694, 81, 'Mennrath', 511371400, 63830600, 0),
(115311, 694, 81, 'Mentzelsfelde', 517028300, 83462800, 0),
(115312, 694, 81, 'Menzelen', 516174000, 65300200, 0),
(115313, 694, 81, 'Menzelerheide', 516067800, 65154800, 0),
(115314, 694, 81, 'Menzenberg', 506297700, 72458200, 0),
(115315, 694, 81, 'Merbeck', 511744200, 62497200, 0),
(115316, 694, 81, 'Merfeld', 518479900, 72026600, 0),
(115317, 694, 81, 'Mergelheide', 518963200, 86477900, 0),
(115318, 694, 81, 'Merklinde', 515262300, 73194600, 0),
(115319, 694, 81, 'Merkstein', 508805100, 61008300, 0),
(115320, 694, 81, 'Merl', 506300800, 70554900, 0),
(115321, 694, 81, 'Merlsheim', 517966200, 90232100, 0),
(115322, 694, 81, 'Merscheid', 511709200, 70386400, 0),
(115323, 694, 81, 'Merscherhohe', 509376900, 63681900, 0),
(115324, 694, 81, 'Mertener Heide', 507738400, 69098200, 0),
(115325, 694, 81, 'Merzbach', 506020800, 69301800, 0),
(115326, 694, 81, 'Meschenich', 508605000, 69272700, 0),
(115327, 694, 81, 'Messdorf', 507289800, 70445100, 0),
(115328, 694, 81, 'Metelen', 521443400, 72127000, 0),
(115329, 694, 81, 'Metgesheide', 512907600, 62458600, 0),
(115330, 694, 81, 'Methler', 515807700, 76110200, 0),
(115331, 694, 81, 'Metternich', 507367900, 68891200, 0),
(115332, 694, 81, 'Metzkausen', 512652300, 69539800, 0),
(115333, 694, 81, 'Miel', 506708900, 69172600, 0),
(115334, 694, 81, 'Milchenbach', 511151800, 82141800, 0),
(115335, 694, 81, 'Milchplatz', 515612600, 66713900, 0),
(115336, 694, 81, 'Millinger Heide', 515697500, 65447400, 0),
(115337, 694, 81, 'Millingerbruch', 518200900, 63865000, 0),
(115338, 694, 81, 'Millrath', 512136200, 69687900, 0),
(115339, 694, 81, 'Milse', 520557600, 86021200, 0),
(115340, 694, 81, 'Milspe', 513017700, 73464200, 0),
(115341, 694, 81, 'Milte', 519993200, 79451600, 0),
(115342, 694, 81, 'Mindenerwald', 523787300, 87774200, 0),
(115343, 694, 81, 'Minderheide', 523125500, 88809900, 0),
(115344, 694, 81, 'Mintard', 513716000, 69027100, 0),
(115345, 694, 81, 'Mintarderberg', 513638700, 68877700, 0),
(115346, 694, 81, 'Mintenbeck', 511833300, 76166700, 0),
(115347, 694, 81, 'Mittel Brochhagen', 510460900, 74130300, 0),
(115348, 694, 81, 'Mittelagger', 509861600, 76530300, 0),
(115349, 694, 81, 'Mitteleschbach', 509518000, 72055900, 0),
(115350, 694, 81, 'Mittelwilden', 508079000, 80734400, 0),
(115351, 694, 81, 'Modrath', 508779700, 66973600, 0),
(115352, 694, 81, 'Mohnesee', 515000000, 81333300, 0),
(115353, 694, 81, 'Moitzfeld', 509673300, 71862800, 0),
(115354, 694, 81, 'Mollen', 515818400, 66946800, 0),
(115355, 694, 81, 'Mollmicke', 509737100, 78588500, 0),
(115356, 694, 81, 'Mondorf', 507768200, 70697000, 0),
(115357, 694, 81, 'Monninghausen', 516757600, 84554400, 0),
(115358, 694, 81, 'Moorlage', 518783500, 89636400, 0),
(115359, 694, 81, 'Moorshoven', 511285600, 63178000, 0),
(115360, 694, 81, 'Morenhoven', 506674500, 69533400, 0),
(115361, 694, 81, 'Morp', 512271500, 68889400, 0),
(115362, 694, 81, 'Morsbach', 505632000, 64464100, 0),
(115363, 694, 81, 'Morsbroich', 510333300, 70333300, 0),
(115364, 694, 81, 'Mozenborn', 507788000, 64568000, 0),
(115365, 694, 81, 'Muddersheim', 507516500, 66639500, 0),
(115366, 694, 81, 'Muggenbruch', 511699300, 77578900, 0),
(115367, 694, 81, 'Muhleip', 507324500, 74486100, 0),
(115368, 694, 81, 'Muhlenbergerweg', 518500000, 62333300, 0),
(115369, 694, 81, 'Muhlensenne', 517963000, 86598000, 0),
(115370, 694, 81, 'Muhlhausen', 515441900, 77372200, 0),
(115371, 694, 81, 'Mulheim', 504488700, 66830600, 0),
(115372, 694, 81, 'Mullenbach', 510681500, 75776500, 0),
(115373, 694, 81, 'Munchshecke', 507976800, 72680400, 0),
(115374, 694, 81, 'Mundelheim', 513555300, 66845900, 0),
(115375, 694, 81, 'Munscheid', 514390400, 71678400, 0),
(115376, 694, 81, 'Munsterbusch', 507670200, 62178900, 0),
(115377, 694, 81, 'Muntz', 509843500, 63686500, 0),
(115378, 694, 81, 'Mussingen', 519630800, 79002900, 0),
(115379, 694, 81, 'Mutz', 510117600, 71214200, 0),
(115380, 694, 81, 'Mutzenich', 505652400, 62180500, 0),
(115381, 694, 81, 'Myhlerfeld', 511000000, 61833300, 0),
(115382, 694, 81, 'Nachbarsberg', 512000000, 70166700, 0),
(115383, 694, 81, 'Nachrodt-Wiblingwerde', 513166700, 76166700, 0),
(115384, 694, 81, 'Nagelsbaum', 510920600, 70793700, 0),
(115385, 694, 81, 'Nahmer', 513396800, 75744400, 0),
(115386, 694, 81, 'Nalhof', 520915600, 90978200, 0),
(115387, 694, 81, 'Nallingen', 509352100, 75014600, 0),
(115388, 694, 81, 'Natarp', 518897000, 79028300, 0),
(115389, 694, 81, 'Natorp', 515099700, 76216600, 0),
(115390, 694, 81, 'Natrop', 516683400, 73389700, 0),
(115391, 694, 81, 'Natt', 512954000, 62248900, 0),
(115392, 694, 81, 'Natzungen', 516093400, 92338600, 0),
(115393, 694, 81, 'Neersbroich', 511816000, 64958400, 0),
(115394, 694, 81, 'Neersen', 512537200, 64774700, 0),
(115395, 694, 81, 'Neheim-Husten', 514500000, 79833300, 0),
(115396, 694, 81, 'Nemmenich', 506898100, 66851900, 0),
(115397, 694, 81, 'Neschen', 510519600, 71754700, 0),
(115398, 694, 81, 'Nesthausen', 517508700, 86885200, 0),
(115399, 694, 81, 'Netteberge', 516738300, 74784400, 0),
(115400, 694, 81, 'Nettelstedt', 523018600, 86977400, 0),
(115401, 694, 81, 'Nettesheim-Butzheim', 510490000, 67093000, 0),
(115402, 694, 81, 'Neu Lerbeck', 522584600, 89413400, 0),
(115403, 694, 81, 'Neuboddenberg', 510509600, 70872700, 0),
(115404, 694, 81, 'Neudieringhausen', 509798500, 75293000, 0),
(115405, 694, 81, 'Neue Kolonie Westhausen', 515500000, 73666700, 0),
(115406, 694, 81, 'Neuenbaum', 511255100, 67238000, 0),
(115407, 694, 81, 'Neuengesekerheide', 515417100, 82002700, 0),
(115408, 694, 81, 'Neuenhammer', 507326800, 62697800, 0),
(115409, 694, 81, 'Neuenhausen', 509420400, 72425700, 0),
(115410, 694, 81, 'Neuenhof', 511571900, 78393400, 0),
(115411, 694, 81, 'Neuenkirchen', 518313200, 84445600, 0),
(115412, 694, 81, 'Neuenkleusheim', 510223600, 79152900, 0),
(115413, 694, 81, 'Neuessen', 515000000, 70000000, 0),
(115414, 694, 81, 'Neuhonrath', 509001900, 72756500, 0),
(115415, 694, 81, 'Neuhuckeswagen', 511530800, 73458800, 0),
(115416, 694, 81, 'Neuhurden', 509543700, 72432300, 0),
(115417, 694, 81, 'Neukirchen-Vluyn', 517833300, 64000000, 0),
(115418, 694, 81, 'Neurath', 510391200, 65959600, 0),
(115419, 694, 81, 'Neusen', 508375500, 61791200, 0),
(115420, 694, 81, 'Neusserbroich', 512000000, 66666700, 0),
(115421, 694, 81, 'Neustadt', 516314200, 76892300, 0),
(115422, 694, 81, 'Neye', 511241200, 73788900, 0),
(115423, 694, 81, 'Nieder Eickum', 521183500, 86079400, 0),
(115424, 694, 81, 'Nieder Hellinghausen', 516666700, 82833300, 0),
(115425, 694, 81, 'Nieder-Rohre', 513166700, 80166700, 0),
(115426, 694, 81, 'Niederaden', 515960900, 75719300, 0),
(115427, 694, 81, 'Niederau', 507644400, 64940500, 0),
(115428, 694, 81, 'Niederbohlscheid', 507868000, 74523700, 0),
(115429, 694, 81, 'Niederbonsfeld', 513833300, 71333300, 0),
(115430, 694, 81, 'Niederbruch', 513184600, 66008000, 0),
(115431, 694, 81, 'Niederbruchhausen', 509014000, 73810400, 0),
(115432, 694, 81, 'Niederbusch', 509799500, 60352800, 0),
(115433, 694, 81, 'Niederdielfen', 508534800, 80903100, 0),
(115434, 694, 81, 'Niederdorf', 513874400, 62427700, 0),
(115435, 694, 81, 'Niederdornberg', 520582000, 84737700, 0),
(115436, 694, 81, 'Niederdresselndorf', 507207500, 81363000, 0),
(115437, 694, 81, 'Niedereimer', 514200200, 80490900, 0),
(115438, 694, 81, 'Niederelben', 508783500, 75100200, 0),
(115439, 694, 81, 'Niederembt', 509633200, 65444100, 0),
(115440, 694, 81, 'Niedereyll', 514420200, 63902700, 0),
(115441, 694, 81, 'Niederforstbach', 507441000, 61657400, 0),
(115442, 694, 81, 'Niedergaul', 511073700, 74114900, 0),
(115443, 694, 81, 'Niederheide', 512482400, 65053000, 0),
(115444, 694, 81, 'Niederhelden', 511231600, 79746800, 0),
(115445, 694, 81, 'Niederholtorf', 507322200, 71833800, 0),
(115446, 694, 81, 'Niederjollenbeck', 521000000, 85166700, 0),
(115447, 694, 81, 'Niederkastenholz', 506229400, 68346100, 0),
(115448, 694, 81, 'Niedermormter', 517450900, 63862900, 0),
(115449, 694, 81, 'Niedern', 520709000, 73176000, 0),
(115450, 694, 81, 'Niedernetphen', 509163700, 80996100, 0),
(115451, 694, 81, 'Niederntudorf', 516341100, 86768000, 0),
(115452, 694, 81, 'Niederoesterweg', 520306500, 81920500, 0),
(115453, 694, 81, 'Niederpleis', 507764600, 72084200, 0),
(115454, 694, 81, 'Niederrieferath', 508000000, 74833300, 0),
(115455, 694, 81, 'Niedersalwey', 512519700, 81250800, 0),
(115456, 694, 81, 'Niederschelden', 508452500, 79744100, 0),
(115457, 694, 81, 'Niederschwarzbach', 512881600, 69856200, 0),
(115458, 694, 81, 'Niedersessmar', 510058600, 75724600, 0),
(115459, 694, 81, 'Niedersprockhovel', 513670200, 72481200, 0),
(115460, 694, 81, 'Niederwarnsbach', 508639400, 77397800, 0),
(115461, 694, 81, 'Niederwenigern', 514044700, 71391300, 0),
(115462, 694, 81, 'Niederwennerscheid', 508561800, 73399700, 0),
(115463, 694, 81, 'Nienberge', 519956100, 75552700, 0),
(115464, 694, 81, 'Nienborg', 521356800, 71049300, 0),
(115465, 694, 81, 'Niep', 514075600, 65515900, 0),
(115466, 694, 81, 'Niephauserfeld', 514844800, 65658600, 0),
(115467, 694, 81, 'Nierenhof', 513666700, 71333300, 0),
(115468, 694, 81, 'Nierst', 513154900, 67144800, 0),
(115469, 694, 81, 'Nievenheim', 511146800, 67721300, 0),
(115470, 694, 81, 'Nittum', 510209400, 70787800, 0),
(115471, 694, 81, 'Noithausen', 511072900, 65821800, 0),
(115472, 694, 81, 'Nord Herringen', 516666700, 77333300, 0),
(115473, 694, 81, 'Nordspenge', 521512400, 84857500, 0),
(115474, 694, 81, 'Nordstern', 508833300, 61333300, 0),
(115475, 694, 81, 'Norf', 511570600, 67227700, 0),
(115476, 694, 81, 'Nothberg', 508090200, 62981600, 0),
(115477, 694, 81, 'Nothen', 505470900, 67231200, 0),
(115478, 694, 81, 'Notten', 515751600, 80886500, 0),
(115479, 694, 81, 'Nummen', 511969000, 70644200, 0),
(115480, 694, 81, 'Nusenhofen', 511172500, 71165700, 0),
(115481, 694, 81, 'Nutterden', 517888900, 60649600, 0),
(115482, 694, 81, 'Nuttlar', 513712400, 84239500, 0),
(115483, 694, 81, 'Oben im Eiberg', 514333300, 71333300, 0),
(115484, 694, 81, 'Obensiebeneick', 512870400, 71402200, 0),
(115485, 694, 81, 'Ober Nette', 515481000, 73980600, 0),
(115486, 694, 81, 'Ober-Sondern', 512341700, 72803600, 0),
(115487, 694, 81, 'Oberaussem', 509725900, 66826100, 0),
(115488, 694, 81, 'Oberbantenberg', 509695600, 75126000, 0),
(115489, 694, 81, 'Oberbauer', 512892300, 74178000, 0),
(115490, 694, 81, 'Oberbecksen', 521926000, 88369000, 0),
(115491, 694, 81, 'Oberbehme', 521784800, 86559700, 0),
(115492, 694, 81, 'Oberbolheim', 508126600, 66532500, 0),
(115493, 694, 81, 'Oberbonsfeld', 513666700, 71333300, 0),
(115494, 694, 81, 'Obercastrop', 515423300, 73114300, 0),
(115495, 694, 81, 'Oberdahl', 512169600, 71534900, 0),
(115496, 694, 81, 'Oberdollendorf', 506974200, 71885000, 0),
(115497, 694, 81, 'Oberdorp', 511374600, 72900200, 0),
(115498, 694, 81, 'Oberdrees', 506406400, 69201000, 0),
(115499, 694, 81, 'Oberdreisbach', 509002800, 74552000, 0),
(115500, 694, 81, 'Oberdresselndorf', 507124300, 81368600, 0),
(115501, 694, 81, 'Oberelfringhausen', 513247800, 71833400, 0),
(115502, 694, 81, 'Oberemmelsum', 516353700, 66471200, 0),
(115503, 694, 81, 'Oberennigloh', 522066900, 85558400, 0),
(115504, 694, 81, 'Oberfleckenberg', 511333300, 82666700, 0),
(115505, 694, 81, 'Oberfrielinghausen', 509908500, 73415100, 0),
(115506, 694, 81, 'Obergeich', 508146000, 63907600, 0),
(115507, 694, 81, 'Obergrune', 513593800, 76777600, 0),
(115508, 694, 81, 'Oberholthausen', 513833300, 72166700, 0),
(115509, 694, 81, 'Oberholzklau', 509253200, 79340700, 0),
(115510, 694, 81, 'Oberhundem', 510865000, 81754200, 0),
(115511, 694, 81, 'Oberkastenholz', 506166700, 68333300, 0),
(115512, 694, 81, 'Oberlandenbeck', 512004000, 81818300, 0),
(115513, 694, 81, 'Oberlohberg', 515723800, 67742400, 0),
(115514, 694, 81, 'Oberlossbruch', 519808600, 88909400, 0),
(115515, 694, 81, 'Obermassen', 515305000, 76491400, 0),
(115516, 694, 81, 'Obermassener Heide', 515166700, 76333300, 0),
(115517, 694, 81, 'Obermaubach', 507176700, 64415800, 0),
(115518, 694, 81, 'Obermeiderich', 514714900, 67931400, 0),
(115519, 694, 81, 'Obernackern', 522049300, 86436700, 0),
(115520, 694, 81, 'Obernau', 507859700, 76128000, 0),
(115521, 694, 81, 'Obernbeck', 522017800, 87040400, 0),
(115522, 694, 81, 'Obernetphen', 509126900, 81137100, 0),
(115523, 694, 81, 'Obernfelde', 522937600, 86026800, 0),
(115524, 694, 81, 'Oberntudorf', 516431900, 86652300, 0),
(115525, 694, 81, 'Oberpleis', 507074500, 72738900, 0),
(115526, 694, 81, 'Obersaal', 507793500, 75715000, 0),
(115527, 694, 81, 'Oberschelden', 508666200, 79490400, 0),
(115528, 694, 81, 'Oberschledorn', 512482200, 87175300, 0),
(115529, 694, 81, 'Obersdorf', 508388400, 80680700, 0),
(115530, 694, 81, 'Obersorpe', 511984900, 83956600, 0),
(115531, 694, 81, 'Obersteinhagen', 519887400, 84308800, 0),
(115532, 694, 81, 'Oberstiepel', 514333300, 72333300, 0),
(115533, 694, 81, 'Oberwengern', 513757800, 73727700, 0),
(115534, 694, 81, 'Oberwestrich', 510792600, 64005700, 0),
(115535, 694, 81, 'Oberwipper', 510910200, 75337900, 0),
(115536, 694, 81, 'Oberwolfert', 504333300, 64666700, 0),
(115537, 694, 81, 'Oberzier', 508680500, 64740400, 0),
(115538, 694, 81, 'Obmettmann', 512618600, 70045600, 0),
(115539, 694, 81, 'Obschwarzbach', 512846500, 70056900, 0),
(115540, 694, 81, 'Obspringen', 510742700, 60220500, 0),
(115541, 694, 81, 'Obstfeld', 513327700, 76506600, 0),
(115542, 694, 81, 'Odesheim', 504879400, 68787100, 0),
(115543, 694, 81, 'Oedingen', 511752400, 81221800, 0),
(115544, 694, 81, 'Oedt', 513251100, 63799200, 0),
(115545, 694, 81, 'Oekoven', 510658900, 66626100, 0),
(115546, 694, 81, 'Oelingrath', 512000000, 71833300, 0),
(115547, 694, 81, 'Oemberg', 513666700, 68666700, 0),
(115548, 694, 81, 'Oer', 516424000, 72333600, 0),
(115549, 694, 81, 'Oermten', 514925400, 64547600, 0),
(115550, 694, 81, 'Oespel', 514863400, 73825100, 0),
(115551, 694, 81, 'Oestereiden', 515664300, 84250900, 0),
(115552, 694, 81, 'Oesterholz', 518358300, 88392700, 0),
(115553, 694, 81, 'Oestrum', 514200600, 66881100, 0),
(115554, 694, 81, 'Oeverscheidt', 514833300, 74000000, 0),
(115555, 694, 81, 'Ofden', 508582500, 61527300, 0),
(115556, 694, 81, 'Offelten', 523024000, 85083200, 0),
(115557, 694, 81, 'Ohl', 509865600, 73838400, 0),
(115558, 694, 81, 'Oidtweiler', 508942100, 61884800, 0),
(115559, 694, 81, 'Oirlich', 513249600, 62936100, 0),
(115560, 694, 81, 'Oldendorf', 520644000, 83426600, 0),
(115561, 694, 81, 'Olef', 505427800, 64877400, 0),
(115562, 694, 81, 'Olsdorf', 507371900, 70028900, 0),
(115563, 694, 81, 'Ondrup', 517025300, 74833100, 0),
(115564, 694, 81, 'Onnert', 513019500, 62585900, 0),
(115565, 694, 81, 'Opherdicke', 514880200, 76441700, 0),
(115566, 694, 81, 'Opmunden', 515601500, 81618900, 0),
(115567, 694, 81, 'Oppum', 513224400, 66151800, 0),
(115568, 694, 81, 'Orbke', 519576000, 88477700, 0),
(115569, 694, 81, 'Orken', 510979200, 65710300, 0),
(115570, 694, 81, 'Orsbeck', 510869200, 61519600, 0),
(115571, 694, 81, 'Orsoy', 515238800, 66864700, 0),
(115572, 694, 81, 'Ortwick', 520533000, 70223500, 0),
(115573, 694, 81, 'Osberghausen', 509911300, 74931800, 0),
(115574, 694, 81, 'Ossenbeck', 518063900, 77103400, 0),
(115575, 694, 81, 'Ostbarthausen', 520961200, 82401800, 0),
(115576, 694, 81, 'Ostbuderich', 515500000, 78833300, 0),
(115577, 694, 81, 'Ostbusch', 516166700, 79666700, 0),
(115578, 694, 81, 'Ostdolberg', 517071400, 79359900, 0),
(115579, 694, 81, 'Ostenfelde', 518663000, 80794200, 0),
(115580, 694, 81, 'Ostenland', 517844500, 86158400, 0),
(115581, 694, 81, 'Ostenwalde', 523387700, 75758700, 0),
(115582, 694, 81, 'Osterhahlen', 522999600, 88635500, 0),
(115583, 694, 81, 'Osterledde', 522673400, 78066000, 0),
(115584, 694, 81, 'Osterwick', 520192300, 72110300, 0),
(115585, 694, 81, 'Ostfeld', 513666700, 76000000, 0),
(115586, 694, 81, 'Ostherbede', 514166700, 72666700, 0),
(115587, 694, 81, 'Osthusen', 517103100, 82809900, 0),
(115588, 694, 81, 'Ostrich', 510833300, 63166700, 0),
(115589, 694, 81, 'Ostwennemar', 516833300, 78666700, 0),
(115590, 694, 81, 'Othmaringhausen', 512221300, 75147900, 0),
(115591, 694, 81, 'Otinghausen', 521445100, 86195200, 0),
(115592, 694, 81, 'Otinghauserheide', 521474700, 86070800, 0),
(115593, 694, 81, 'Ottenfeld', 508666700, 61500000, 0),
(115594, 694, 81, 'Ottenheim', 507036500, 68140800, 0),
(115595, 694, 81, 'Ottenstein', 520744800, 69185000, 0),
(115596, 694, 81, 'Ottmarsbocholt', 518221300, 75418300, 0),
(115597, 694, 81, 'Overhetfeld', 512232800, 61514500, 0),
(115598, 694, 81, 'Overkamp Ree', 517207400, 64658800, 0),
(115599, 694, 81, 'Paashaus', 512000000, 70833300, 0),
(115600, 694, 81, 'Padberg', 514040600, 87648200, 0),
(115601, 694, 81, 'Paffendorf', 509624300, 66104200, 0),
(115602, 694, 81, 'Palmersheim', 506363100, 68589000, 0),
(115603, 694, 81, 'Pansheide', 519862500, 86740500, 0),
(115604, 694, 81, 'Papenholz', 514519100, 73021400, 0),
(115605, 694, 81, 'Papenkuhle', 512297300, 78371400, 0),
(115606, 694, 81, 'Papinghausen', 523202800, 89883800, 0),
(115607, 694, 81, 'Parsit', 514969600, 79601800, 0),
(115608, 694, 81, 'Pavenstadt', 519033400, 83534100, 0),
(115609, 694, 81, 'Pech', 506531900, 71121900, 0),
(115610, 694, 81, 'Peddenberg', 516676200, 67431000, 0),
(115611, 694, 81, 'Pelkum', 516384200, 77463100, 0),
(115612, 694, 81, 'Pernze', 510424600, 77008500, 0),
(115613, 694, 81, 'Persebeck', 514578400, 74074200, 0),
(115614, 694, 81, 'Pescherhofe', 508833300, 68666700, 0),
(115615, 694, 81, 'Petersundern', 515666700, 76000000, 0),
(115616, 694, 81, 'Pettseifen', 509767500, 76203800, 0),
(115617, 694, 81, 'Pfalzdorf', 517100900, 61880100, 0),
(115618, 694, 81, 'Pilghausen', 511500000, 70500000, 0),
(115619, 694, 81, 'Pingsdorf', 508147800, 68888600, 0),
(115620, 694, 81, 'Pixwaag', 511519100, 73311000, 0),
(115621, 694, 81, 'Plantage', 508954000, 71615400, 0),
(115622, 694, 81, 'Platteheide', 514350000, 77624200, 0),
(115623, 694, 81, 'Pleiserhohn', 507255400, 72904600, 0),
(115624, 694, 81, 'Pley', 508464300, 61012700, 0),
(115625, 694, 81, 'Plitschard', 508971900, 61113900, 0),
(115626, 694, 81, 'Plittersdorf', 506946400, 71583200, 0),
(115627, 694, 81, 'Plittershagen', 508825100, 78580800, 0),
(115628, 694, 81, 'Plooheide', 516018700, 63680200, 0),
(115629, 694, 81, 'Podinghausen', 521126100, 85403700, 0),
(115630, 694, 81, 'Pohlhausen', 508461100, 72971800, 0),
(115631, 694, 81, 'Polsum', 516254200, 70521200, 0),
(115632, 694, 81, 'Poppenbeck', 519767800, 73884500, 0),
(115633, 694, 81, 'Porselen', 510402700, 61730900, 0),
(115634, 694, 81, 'Praest', 518238700, 63435800, 0),
(115635, 694, 81, 'Prombach', 509281400, 75888800, 0),
(115636, 694, 81, 'Puffendorf', 509378000, 62068000, 0),
(115637, 694, 81, 'Pulsohde', 512833300, 72666700, 0),
(115638, 694, 81, 'Pungshaus', 511666700, 69500000, 0),
(115639, 694, 81, 'Pusselburen', 523065200, 76471400, 0),
(115640, 694, 81, 'Putzchen', 507454400, 71540800, 0),
(115641, 694, 81, 'Putzdorf', 508896100, 62834900, 0),
(115642, 694, 81, 'Qualburg', 517754900, 61811300, 0),
(115643, 694, 81, 'Quernheim', 522369200, 86405800, 0),
(115644, 694, 81, 'Quettingen', 510641000, 70418600, 0),
(115645, 694, 81, 'Raadt', 514000000, 69333300, 0),
(115646, 694, 81, 'Radbod', 516918200, 77724000, 0),
(115647, 694, 81, 'Raderbroich', 512071500, 65269900, 0),
(115648, 694, 81, 'Rafflenbeul', 513145800, 74631100, 0),
(115649, 694, 81, 'Rahe', 512769400, 62520500, 0),
(115650, 694, 81, 'Rahrbach', 510374200, 79780800, 0),
(115651, 694, 81, 'Ramersdorf', 507263800, 71346000, 0),
(115652, 694, 81, 'Ramsbeck', 513099100, 84016200, 0),
(115653, 694, 81, 'Ramsberg', 520854500, 72030500, 0),
(115654, 694, 81, 'Ramsdorf', 518870400, 69181900, 0),
(115655, 694, 81, 'Rankenberg', 507500000, 69666700, 0),
(115656, 694, 81, 'Rankenhohn', 508050700, 74637600, 0),
(115657, 694, 81, 'Ransberg', 512445500, 63473900, 0),
(115658, 694, 81, 'Ranzel', 508312200, 70338200, 0),
(115659, 694, 81, 'Rapen', 516476300, 72857700, 0),
(115660, 694, 81, 'Rauendahl', 514145800, 71783900, 0),
(115661, 694, 81, 'Rauschendorf', 507381100, 72263000, 0),
(115662, 694, 81, 'Rebbelroth', 510031800, 75929900, 0),
(115663, 694, 81, 'Reckerdingsmuhle', 515477200, 76558300, 0),
(115664, 694, 81, 'Reetz', 504256200, 66936700, 0),
(115665, 694, 81, 'Refrath', 509618300, 71130900, 0),
(115666, 694, 81, 'Regniet', 518551500, 64423100, 0),
(115667, 694, 81, 'Reh', 513728800, 75547200, 0),
(115668, 694, 81, 'Rehbrucke', 519333300, 71166700, 0),
(115669, 694, 81, 'Rehme', 522116800, 88247400, 0),
(115670, 694, 81, 'Rellinghausen', 514237500, 70395300, 0),
(115671, 694, 81, 'Remberg-Eppenhausen', 513585000, 75029600, 0),
(115672, 694, 81, 'Remmighausen', 519135700, 89111100, 0),
(115673, 694, 81, 'Rensing', 520833300, 67833300, 0),
(115674, 694, 81, 'Rentfort', 515763400, 69566200, 0),
(115675, 694, 81, 'Renzert', 508271900, 73359400, 0),
(115676, 694, 81, 'Repelen', 514872300, 66006600, 0),
(115677, 694, 81, 'Repinghofen', 510768700, 71035300, 0),
(115678, 694, 81, 'Rescheid', 504340100, 64351700, 0),
(115679, 694, 81, 'Restrauch', 511500000, 64166700, 0),
(115680, 694, 81, 'Retzen', 520517500, 88000500, 0),
(115681, 694, 81, 'Reusrath', 510853300, 69768600, 0),
(115682, 694, 81, 'Rhade', 517519300, 69361300, 0),
(115683, 694, 81, 'Rheder', 506228400, 67989600, 0),
(115684, 694, 81, 'Rhedung', 512019200, 65537900, 0),
(115685, 694, 81, 'Rheim', 514833300, 66000000, 0),
(115686, 694, 81, 'Rheinen', 514421900, 76325000, 0),
(115687, 694, 81, 'Rheinkamp', 515037100, 66115400, 0),
(115688, 694, 81, 'Rheinkassel', 510407200, 69339200, 0),
(115689, 694, 81, 'Rheinufer', 511666700, 68500000, 0),
(115690, 694, 81, 'Rheurdt', 514666700, 64666700, 0),
(115691, 694, 81, 'Richrath', 511298700, 69456200, 0),
(115692, 694, 81, 'Rickelrath', 511684800, 62851300, 0),
(115693, 694, 81, 'Rietherbach', 511390800, 69434500, 0),
(115694, 694, 81, 'Rinkhoven', 518607200, 78636600, 0),
(115695, 694, 81, 'Rippelbaum', 520261300, 80677200, 0),
(115696, 694, 81, 'Rischden', 509875900, 61159300, 0),
(115697, 694, 81, 'Ritzbruch', 513061000, 62453400, 0),
(115698, 694, 81, 'Ritzenhaufe', 511114700, 73630600, 0),
(115699, 694, 81, 'Rixbeck', 516704100, 83850800, 0),
(115700, 694, 81, 'Robend', 512568700, 64150600, 0),
(115701, 694, 81, 'Rodde', 522836800, 75308900, 0),
(115702, 694, 81, 'Rodemich', 509803400, 71119300, 0),
(115703, 694, 81, 'Rodenbeck', 522852500, 88770200, 0),
(115704, 694, 81, 'Roderwiese', 510663500, 73911000, 0),
(115705, 694, 81, 'Rodlinghausen', 519322000, 89124900, 0),
(115706, 694, 81, 'Roggendorf', 505913200, 66258700, 0),
(115707, 694, 81, 'Rohdenhaus', 513025400, 70144800, 0),
(115708, 694, 81, 'Rohlinghausen', 515128700, 71554300, 0),
(115709, 694, 81, 'Rohren', 505501100, 62864000, 0),
(115710, 694, 81, 'Roitzheim', 506444600, 68097600, 0),
(115711, 694, 81, 'Roleber', 507394200, 71899700, 0),
(115712, 694, 81, 'Rolscheid', 511361200, 70689700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(115713, 694, 81, 'Romaney', 510072500, 71580600, 0),
(115714, 694, 81, 'Romlinghoven', 507069600, 71826400, 0),
(115715, 694, 81, 'Rommelsdorf', 509363500, 75759900, 0),
(115716, 694, 81, 'Rommersberg', 509956800, 74152600, 0),
(115717, 694, 81, 'Rommerscheid', 509982800, 71529100, 0),
(115718, 694, 81, 'Ronkhausen', 512188500, 79576800, 0),
(115719, 694, 81, 'Ronsahl', 511099600, 75098800, 0),
(115720, 694, 81, 'Rosberg', 507660800, 69184200, 0),
(115721, 694, 81, 'Rosellerheide', 511238300, 67341000, 0),
(115722, 694, 81, 'Rosenbeck', 514073800, 86842600, 0),
(115723, 694, 81, 'Rosendahl', 513166700, 73166700, 0),
(115724, 694, 81, 'Rospe', 510177400, 75677900, 0),
(115725, 694, 81, 'Rossel', 508116700, 75330900, 0),
(115726, 694, 81, 'Rote Erde', 520170800, 84362800, 0),
(115727, 694, 81, 'Rothammer', 508111000, 63559000, 0),
(115728, 694, 81, 'Rothbroich', 510217500, 70896100, 0),
(115729, 694, 81, 'Rothemuhle', 509521800, 78175700, 0),
(115730, 694, 81, 'Rothenbach', 508156000, 72395800, 0),
(115731, 694, 81, 'Rott', 506824300, 62101100, 0),
(115732, 694, 81, 'Rottberg', 513604300, 70688500, 0),
(115733, 694, 81, 'Rottbitze', 506446800, 73102800, 0),
(115734, 694, 81, 'Rottscheidt', 512328700, 70749700, 0),
(115735, 694, 81, 'Rottum', 516113600, 77049100, 0),
(115736, 694, 81, 'Rotzinghofen', 510827000, 71001600, 0),
(115737, 694, 81, 'Rovenich', 507098400, 66863600, 0),
(115738, 694, 81, 'Rublinghausen', 510166400, 78339300, 0),
(115739, 694, 81, 'Ruckershausen', 509523400, 82927400, 0),
(115740, 694, 81, 'Ruckes', 511652400, 64918200, 0),
(115741, 694, 81, 'Rudersdorf', 508423100, 81457700, 0),
(115742, 694, 81, 'Rudinghausen', 514500800, 74008400, 0),
(115743, 694, 81, 'Ruh', 508673500, 75928300, 0),
(115744, 694, 81, 'Rumkendorf', 523720400, 84770100, 0),
(115745, 694, 81, 'Rumpen', 508185800, 60919400, 0),
(115746, 694, 81, 'Rungsdorf', 506842100, 71677100, 0),
(115747, 694, 81, 'Runthe', 516467600, 76568200, 0),
(115748, 694, 81, 'Rupelrath', 511250700, 70029400, 0),
(115749, 694, 81, 'Rurdorf', 509650400, 62753500, 0),
(115750, 694, 81, 'Rusfeld', 512871500, 73407300, 0),
(115751, 694, 81, 'Ruste', 516885800, 68912700, 0),
(115752, 694, 81, 'Ryth', 511968600, 62254800, 0),
(115753, 694, 81, 'Saal', 517513900, 61724000, 0),
(115754, 694, 81, 'Saalhausen', 511177400, 81658000, 0),
(115755, 694, 81, 'Saarbeck', 522790600, 79235400, 0),
(115756, 694, 81, 'Sabbenhausen', 519128600, 92886500, 0),
(115757, 694, 81, 'Salgert', 508484800, 72582300, 0),
(115758, 694, 81, 'Salmer', 520500000, 67666700, 0),
(115759, 694, 81, 'Sandberg', 513333300, 66166700, 0),
(115760, 694, 81, 'Sandbochum', 516578600, 76943800, 0),
(115761, 694, 81, 'Sande', 517580700, 86604900, 0),
(115762, 694, 81, 'Sandheide', 512033900, 69589500, 0),
(115763, 694, 81, 'Sankt Hubert', 513836500, 64571000, 0),
(115764, 694, 81, 'Sankt Joris', 508361700, 62099900, 0),
(115765, 694, 81, 'Sankt Peter', 511354000, 68014900, 0),
(115766, 694, 81, 'Sankt Wilhelmshutte', 514500000, 83666700, 0),
(115767, 694, 81, 'Schaag', 512820300, 62448300, 0),
(115768, 694, 81, 'Schaephuysen', 514406500, 64840600, 0),
(115769, 694, 81, 'Schaferkamp', 516274900, 83673100, 0),
(115770, 694, 81, 'Schalk', 513806300, 75943800, 0),
(115771, 694, 81, 'Schalksmuhle', 512333300, 75333300, 0),
(115772, 694, 81, 'Schapdetten', 519353600, 74164200, 0),
(115773, 694, 81, 'Schapdick', 517751300, 64575400, 0),
(115774, 694, 81, 'Scharfenberg', 514249200, 85294200, 0),
(115775, 694, 81, 'Scharfhausen', 511477300, 71089600, 0),
(115776, 694, 81, 'Scharnhorst', 515492100, 75390900, 0),
(115777, 694, 81, 'Scharnhorst-Ost', 515500000, 75333300, 0),
(115778, 694, 81, 'Scharrenbroich', 508873600, 71821000, 0),
(115779, 694, 81, 'Scheidingen', 516000000, 79333300, 0),
(115780, 694, 81, 'Scheifeshutte', 513707200, 64479100, 0),
(115781, 694, 81, 'Schelk', 515003400, 77636900, 0),
(115782, 694, 81, 'Schemmen', 510656700, 75622000, 0),
(115783, 694, 81, 'Scherfede', 515290400, 90276100, 0),
(115784, 694, 81, 'Scherfhausen', 511570600, 65784100, 0),
(115785, 694, 81, 'Scherpemich', 508723600, 73394900, 0),
(115786, 694, 81, 'Scheuren', 505351400, 64654700, 0),
(115787, 694, 81, 'Schevenhutte', 507702600, 63254500, 0),
(115788, 694, 81, 'Schickenberg', 512500000, 70833300, 0),
(115789, 694, 81, 'Schiefen', 507700300, 74305700, 0),
(115790, 694, 81, 'Schierloh', 522760800, 76774700, 0),
(115791, 694, 81, 'Schildesche', 520513600, 85565200, 0),
(115792, 694, 81, 'Schildesche-Bauerschaft', 520666700, 85666700, 0),
(115793, 694, 81, 'Schirick', 512632100, 63444600, 0),
(115794, 694, 81, 'Schladern', 508095100, 75908700, 0),
(115795, 694, 81, 'Schlangen', 518097800, 88460500, 0),
(115796, 694, 81, 'Schleckheim', 507205400, 61541700, 0),
(115797, 694, 81, 'Schlibeck', 513213400, 63241700, 0),
(115798, 694, 81, 'Schlich', 508001300, 63999700, 0),
(115799, 694, 81, 'Schloss Holte-Stukenbrock', 519010600, 86186800, 0),
(115800, 694, 81, 'Schluckingen', 515194100, 78647900, 0),
(115801, 694, 81, 'Schmalinge', 524099900, 84739000, 0),
(115802, 694, 81, 'Schmaxbruch', 512991500, 62477900, 0),
(115803, 694, 81, 'Schmerlecke', 515997100, 82487500, 0),
(115804, 694, 81, 'Schmitzheide', 513287900, 64324500, 0),
(115805, 694, 81, 'Schnappe', 510356900, 72116400, 0),
(115806, 694, 81, 'Schnapshof', 514904400, 81157600, 0),
(115807, 694, 81, 'Schnathorst', 522752500, 87095000, 0),
(115808, 694, 81, 'Schnellenbach', 510035600, 74514000, 0),
(115809, 694, 81, 'Schneppendahl', 511348100, 73111500, 0),
(115810, 694, 81, 'Schneppenhurth', 509175000, 76916700, 0),
(115811, 694, 81, 'Schnugshaide', 510938200, 70023600, 0),
(115812, 694, 81, 'Schollershammer', 507833300, 64833300, 0),
(115813, 694, 81, 'Scholven', 516001600, 70266700, 0),
(115814, 694, 81, 'Schomm', 512242200, 63386900, 0),
(115815, 694, 81, 'Schonholthausen', 511907100, 80067400, 0),
(115816, 694, 81, 'Schonnebeck', 514771600, 70634000, 0),
(115817, 694, 81, 'Schophoven', 508780900, 63974800, 0),
(115818, 694, 81, 'Schoppingen', 521000000, 72333300, 0),
(115819, 694, 81, 'Schraberg', 514262800, 74241300, 0),
(115820, 694, 81, 'Schravelen', 515908400, 62551300, 0),
(115821, 694, 81, 'Schuir', 513919500, 69721400, 0),
(115822, 694, 81, 'Schundelnhofe', 512619000, 63163900, 0),
(115823, 694, 81, 'Schurbusch', 522747900, 88272400, 0),
(115824, 694, 81, 'Schuter', 519166700, 78500000, 0),
(115825, 694, 81, 'Schwadorf', 508041300, 69170700, 0),
(115826, 694, 81, 'Schwafheim', 514247400, 66539800, 0),
(115827, 694, 81, 'Schwanenberg', 511014100, 62744400, 0),
(115828, 694, 81, 'Schwarz Rheindorf', 507507400, 71164300, 0),
(115829, 694, 81, 'Schwarzbroich', 510166200, 71092500, 0),
(115830, 694, 81, 'Schwarzenberg', 514000000, 67000000, 0),
(115831, 694, 81, 'Schwarzwasser', 517780100, 60484200, 0),
(115832, 694, 81, 'Schweisfurth', 509732700, 80556800, 0),
(115833, 694, 81, 'Schwelentrup', 520469000, 90209800, 0),
(115834, 694, 81, 'Schwelgern', 515000000, 67333300, 0),
(115835, 694, 81, 'Schwelmerbrunnen', 513000000, 73166700, 0),
(115836, 694, 81, 'Schwerfen', 506425700, 66450500, 0),
(115837, 694, 81, 'Schwerterheide', 514621800, 75683200, 0),
(115838, 694, 81, 'Schwiepinghook', 521348600, 69279200, 0),
(115839, 694, 81, 'Schwieringhausen', 515800700, 74147400, 0),
(115840, 694, 81, 'Schwitten', 514594500, 77961100, 0),
(115841, 694, 81, 'Schwoen', 522693100, 87916200, 0),
(115842, 694, 81, 'Sechtem', 507912200, 69530900, 0),
(115843, 694, 81, 'Seelbach', 508818400, 79648100, 0),
(115844, 694, 81, 'Sehnrath', 508972300, 66759500, 0),
(115845, 694, 81, 'Seidfeld', 513041900, 79881700, 0),
(115846, 694, 81, 'Selgersdorf', 508888600, 64071500, 0),
(115847, 694, 81, 'Selhausen', 508650300, 64357400, 0),
(115848, 694, 81, 'Selhorst', 517842700, 83125900, 0),
(115849, 694, 81, 'Selmer Heide', 517008700, 74457500, 0),
(115850, 694, 81, 'Selmigerheide', 516391700, 77821800, 0),
(115851, 694, 81, 'Sende', 519150300, 85815600, 0),
(115852, 694, 81, 'Senne Eins', 519578500, 85429000, 0),
(115853, 694, 81, 'Senne-Siewecke', 519060200, 86751300, 0),
(115854, 694, 81, 'Sennlich', 523055000, 78827900, 0),
(115855, 694, 81, 'Serm', 513485800, 67102300, 0),
(115856, 694, 81, 'Setterich', 509218700, 62040100, 0),
(115857, 694, 81, 'Settmecke', 513250200, 79903900, 0),
(115858, 694, 81, 'Sevelen', 514929800, 64286900, 0),
(115859, 694, 81, 'Sickingmuhle', 517006000, 71213100, 0),
(115860, 694, 81, 'Siddinghausen', 515225900, 85300600, 0),
(115861, 694, 81, 'Siebenbauern', 523056200, 88694200, 0),
(115862, 694, 81, 'Siebenmorgen', 509500000, 71166700, 0),
(115863, 694, 81, 'Siebenplaneten', 514832900, 73469300, 0),
(115864, 694, 81, 'Siedlung Geweke', 513585700, 74254300, 0),
(115865, 694, 81, 'Siedlung Ritzerfeld', 508833300, 61000000, 0),
(115866, 694, 81, 'Siegburg Mulldorf', 507833300, 72000000, 0),
(115867, 694, 81, 'Siepen', 516529800, 72069600, 0),
(115868, 694, 81, 'Sievernich', 507274700, 66651100, 0),
(115869, 694, 81, 'Silbach', 512294100, 84829900, 0),
(115870, 694, 81, 'Silschede', 513513500, 73327500, 0),
(115871, 694, 81, 'Simonshaus', 512166700, 70500000, 0),
(115872, 694, 81, 'Sinsen', 516657800, 71870400, 0),
(115873, 694, 81, 'Sinspert', 509679500, 76741400, 0),
(115874, 694, 81, 'Sinsteden', 510483000, 66597700, 0),
(115875, 694, 81, 'Sinthern', 509752000, 67791100, 0),
(115876, 694, 81, 'Soers', 507999700, 60951800, 0),
(115877, 694, 81, 'Sohlbach', 509329300, 79925000, 0),
(115878, 694, 81, 'Solde', 514969100, 75879000, 0),
(115879, 694, 81, 'Solderholz', 514824600, 75933400, 0),
(115880, 694, 81, 'Solingen-Grafrath', 512100300, 70729300, 0),
(115881, 694, 81, 'Solterwisch', 521474700, 87921200, 0),
(115882, 694, 81, 'Sonnborn', 512377300, 70868300, 0),
(115883, 694, 81, 'Sonnern', 515783000, 78990600, 0),
(115884, 694, 81, 'Soperich', 510901300, 60310200, 0),
(115885, 694, 81, 'Sotenich', 505245600, 65604700, 0),
(115886, 694, 81, 'Speck', 511408000, 66781400, 0),
(115887, 694, 81, 'Speckhorn', 516437800, 71908500, 0),
(115888, 694, 81, 'Speelberg', 518577600, 62562800, 0),
(115889, 694, 81, 'Spellen', 516072600, 66207300, 0),
(115890, 694, 81, 'Spengerheide', 521291300, 84810900, 0),
(115891, 694, 81, 'Spieckern', 512260200, 72904600, 0),
(115892, 694, 81, 'Spillenburg', 514333300, 70500000, 0),
(115893, 694, 81, 'Spitze', 510070300, 72086300, 0),
(115894, 694, 81, 'Spitzfeld', 515196600, 62422800, 0),
(115895, 694, 81, 'Spork', 518633400, 65611100, 0),
(115896, 694, 81, 'Spork-Eichholz', 519215600, 89015900, 0),
(115897, 694, 81, 'Sporkholz', 520211400, 90163400, 0),
(115898, 694, 81, 'Spormecke', 512584800, 75661100, 0),
(115899, 694, 81, 'Spoydeich', 518000000, 61500000, 0),
(115900, 694, 81, 'Spradowerheide', 522147400, 86256500, 0),
(115901, 694, 81, 'Sprakel', 520364100, 76156400, 0),
(115902, 694, 81, 'Sprickernheide', 520144700, 87919800, 0),
(115903, 694, 81, 'Spyck', 517986000, 61326400, 0),
(115904, 694, 81, 'Stachelau', 510376200, 78919600, 0),
(115905, 694, 81, 'Stadenhausen', 519869700, 87881100, 0),
(115906, 694, 81, 'Stadtbezirk 05', 512972000, 67391700, 0),
(115907, 694, 81, 'Stadtfeldmark', 521844000, 78417300, 0),
(115908, 694, 81, 'Stadtische Rahmede', 512775500, 76751300, 0),
(115909, 694, 81, 'Staherheide', 509833300, 60000000, 0),
(115910, 694, 81, 'Stahle', 518347200, 94291900, 0),
(115911, 694, 81, 'Stallberg', 508082000, 72331800, 0),
(115912, 694, 81, 'Stapelage', 519467000, 87370500, 0),
(115913, 694, 81, 'Steeg', 509864100, 74061300, 0),
(115914, 694, 81, 'Stegger', 517829600, 68262500, 0),
(115915, 694, 81, 'Steherberg', 512876800, 74253000, 0),
(115916, 694, 81, 'Stein', 507337000, 74652800, 0),
(115917, 694, 81, 'Steinbeckerheide', 521568100, 85868600, 0),
(115918, 694, 81, 'Steinbergen', 516602300, 62628700, 0),
(115919, 694, 81, 'Steinebruck', 507498500, 60873800, 0),
(115920, 694, 81, 'Steinerne Brucke', 514833300, 74666700, 0),
(115921, 694, 81, 'Steinerne Kreuz', 516363000, 71110600, 0),
(115922, 694, 81, 'Steinhausen', 511677600, 65340300, 0),
(115923, 694, 81, 'Steinknippen', 509000000, 71666700, 0),
(115924, 694, 81, 'Steinrath', 512937300, 66027100, 0),
(115925, 694, 81, 'Steinsiek', 521833300, 87166700, 0),
(115926, 694, 81, 'Steinwinkel', 512999600, 77076400, 0),
(115927, 694, 81, 'Stellerort', 523333300, 86833300, 0),
(115928, 694, 81, 'Stenden', 514175900, 64470700, 0),
(115929, 694, 81, 'Stendenbach', 509829700, 79712000, 0),
(115930, 694, 81, 'Stephanopel', 513454600, 77905500, 0),
(115931, 694, 81, 'Sterkrade Nord', 515495600, 68287500, 0),
(115932, 694, 81, 'Stevern', 519417600, 73843300, 0),
(115933, 694, 81, 'Stiegerheide', 513374300, 64283900, 0),
(115934, 694, 81, 'Stiepel', 514190600, 72418200, 0),
(115935, 694, 81, 'Stift Quernheim', 522434100, 86274200, 0),
(115936, 694, 81, 'Stiftsfeld', 522499800, 86237900, 0),
(115937, 694, 81, 'Stockdum', 511856700, 70812700, 0),
(115938, 694, 81, 'Stockem', 508242900, 70874300, 0),
(115939, 694, 81, 'Stockerberg', 511833300, 70833300, 0),
(115940, 694, 81, 'Stockheim', 507561900, 65231600, 0),
(115941, 694, 81, 'Stollen', 512000000, 72166700, 0),
(115942, 694, 81, 'Stommeln', 510217500, 67596800, 0),
(115943, 694, 81, 'Stopplin', 511784900, 77172700, 0),
(115944, 694, 81, 'Stormede', 516397000, 84686000, 0),
(115945, 694, 81, 'Storringen', 513194000, 73875600, 0),
(115946, 694, 81, 'Stossdorf', 507824800, 72512600, 0),
(115947, 694, 81, 'Stotzheim', 506280800, 68123400, 0),
(115948, 694, 81, 'Strassfeld', 507014500, 68714900, 0),
(115949, 694, 81, 'Strempt', 505810800, 66228900, 0),
(115950, 694, 81, 'Strohen', 519862300, 83867100, 0),
(115951, 694, 81, 'Stromberg', 507595200, 75174900, 0),
(115952, 694, 81, 'Strump', 512840200, 66574900, 0),
(115953, 694, 81, 'Strunkede', 517848700, 71665600, 0),
(115954, 694, 81, 'Strunkheide', 520500000, 86333300, 0),
(115955, 694, 81, 'Strusen', 520568200, 86338800, 0),
(115956, 694, 81, 'Stubecken', 514045100, 77573000, 0),
(115957, 694, 81, 'Stuckenbusch', 515917900, 71747600, 0),
(115958, 694, 81, 'Sturzelberg', 511376200, 68153000, 0),
(115959, 694, 81, 'Stutgerloch', 508174700, 63732000, 0),
(115960, 694, 81, 'Stuttgen', 511567200, 67800900, 0),
(115961, 694, 81, 'Subbern', 520338800, 80366200, 0),
(115962, 694, 81, 'Sudbruch', 522798300, 89473600, 0),
(115963, 694, 81, 'Suddorf', 522205700, 84860500, 0),
(115964, 694, 81, 'Suderwich', 516109800, 72626500, 0),
(115965, 694, 81, 'Suderwick', 518600100, 65000200, 0),
(115966, 694, 81, 'Sudheide', 520419300, 86709600, 0),
(115967, 694, 81, 'Sudhemmern', 523201000, 87884200, 0),
(115968, 694, 81, 'Sudkamp', 522260500, 88927200, 0),
(115969, 694, 81, 'Sudlengerheide', 521882900, 86025400, 0),
(115970, 694, 81, 'Sudlengern', 521930600, 86378200, 0),
(115971, 694, 81, 'Sudmuhle', 520000000, 77000000, 0),
(115972, 694, 81, 'Sulze', 509271400, 71973800, 0),
(115973, 694, 81, 'Summern', 514162800, 77092500, 0),
(115974, 694, 81, 'Surth', 508665700, 70113600, 0),
(115975, 694, 81, 'Susselheide', 514220300, 65372100, 0),
(115976, 694, 81, 'Sutrum-Harum', 522461200, 73933300, 0),
(115977, 694, 81, 'Suttorf', 521031400, 74665000, 0),
(115978, 694, 81, 'Syburg', 514254900, 74889000, 0),
(115979, 694, 81, 'Sylbach', 520262000, 87644300, 0),
(115980, 694, 81, 'Sythen', 517726900, 72227600, 0),
(115981, 694, 81, 'Tack', 513189800, 64696100, 0),
(115982, 694, 81, 'Tannenberg', 517417600, 71173800, 0),
(115983, 694, 81, 'Tatenhausen', 520423700, 83187300, 0),
(115984, 694, 81, 'Taubeneiche', 515036800, 82803900, 0),
(115985, 694, 81, 'Tefental', 511585700, 72747400, 0),
(115986, 694, 81, 'Tengern', 522570200, 86989400, 0),
(115987, 694, 81, 'Ternsche', 517141600, 74469600, 0),
(115988, 694, 81, 'Tetekum', 517433400, 74067300, 0),
(115989, 694, 81, 'Tetz', 509629800, 63145700, 0),
(115990, 694, 81, 'Theesen', 520682700, 85223900, 0),
(115991, 694, 81, 'Thenhoven', 510434400, 68491200, 0),
(115992, 694, 81, 'Theten', 511340200, 80337000, 0),
(115993, 694, 81, 'Thier', 510802400, 73725000, 0),
(115994, 694, 81, 'Thoningsen', 516156200, 81188300, 0),
(115995, 694, 81, 'Thorr', 509396600, 66311100, 0),
(115996, 694, 81, 'Thune', 517594200, 87064500, 0),
(115997, 694, 81, 'Tiekerhock', 522166700, 70333300, 0),
(115998, 694, 81, 'Tillinghausen', 509169600, 73952300, 0),
(115999, 694, 81, 'Todtenhausen', 523404200, 89171700, 0),
(116000, 694, 81, 'Tomp', 513063600, 61934300, 0),
(116001, 694, 81, 'Tonisberg', 514133200, 65045600, 0),
(116002, 694, 81, 'Tonisheide', 513135000, 70661000, 0),
(116003, 694, 81, 'Towen', 517531400, 65167000, 0),
(116004, 694, 81, 'Traar', 513770800, 65953800, 0),
(116005, 694, 81, 'Trills', 512118400, 69468000, 0),
(116006, 694, 81, 'Trimpelshutte', 511541900, 64773200, 0),
(116007, 694, 81, 'Trippelsdorf', 507806000, 69150500, 0),
(116008, 694, 81, 'Trompet', 514162800, 66698000, 0),
(116009, 694, 81, 'Trompete', 510963800, 69925300, 0),
(116010, 694, 81, 'Trophagen', 519965100, 88633900, 0),
(116011, 694, 81, 'Tuernich', 508589200, 67553500, 0),
(116012, 694, 81, 'Tullinghoff', 517421000, 74487200, 0),
(116013, 694, 81, 'Tungerloh-Probsting', 519309100, 70555100, 0),
(116014, 694, 81, 'Twelen', 520876700, 91317800, 0),
(116015, 694, 81, 'Twemke', 522634600, 88584300, 0),
(116016, 694, 81, 'Twenhusen', 523768200, 76854300, 0),
(116017, 694, 81, 'Twiestromen', 512500000, 75166700, 0),
(116018, 694, 81, 'Twisteden', 515531900, 62128100, 0),
(116019, 694, 81, 'Uberfeld', 511855100, 72280600, 0),
(116020, 694, 81, 'Uberhofe', 509269800, 71723900, 0),
(116021, 694, 81, 'Uberruhr', 514166700, 70833300, 0),
(116022, 694, 81, 'Uberseite', 511880900, 65580300, 0),
(116023, 694, 81, 'Uckendorf', 508215000, 70651600, 0),
(116024, 694, 81, 'Udemerbruch', 516534500, 63254700, 0),
(116025, 694, 81, 'Udemerfeld', 516683100, 62979800, 0),
(116026, 694, 81, 'Udesheim', 511641800, 67901900, 0),
(116027, 694, 81, 'Udorf', 507827500, 70329400, 0),
(116028, 694, 81, 'Uettelsheim', 514634900, 66753600, 0),
(116029, 694, 81, 'Uetterath', 510210900, 61327700, 0),
(116030, 694, 81, 'Uevekoven', 511244300, 62888000, 0),
(116031, 694, 81, 'Uhlenbart', 513663800, 72891000, 0),
(116032, 694, 81, 'Ulfkotte', 516397400, 69837200, 0),
(116033, 694, 81, 'Ullekoven', 507531900, 69546500, 0),
(116034, 694, 81, 'Ullendahlerbrunnen', 512778400, 71546600, 0),
(116035, 694, 81, 'Ulpenich', 506741900, 66950200, 0),
(116036, 694, 81, 'Ummeln', 519689400, 84595000, 0),
(116037, 694, 81, 'Umstand', 513777000, 69385800, 0),
(116038, 694, 81, 'Unnersberg', 511540200, 70921100, 0),
(116039, 694, 81, 'Unter Hipkendahl', 512166700, 71500000, 0),
(116040, 694, 81, 'Unterbeberich', 512403200, 64048100, 0),
(116041, 694, 81, 'Unterbirten', 516283000, 64955800, 0),
(116042, 694, 81, 'Unterdahl', 512174000, 71580300, 0),
(116043, 694, 81, 'Unteremmelsum', 516153600, 66368200, 0),
(116044, 694, 81, 'Untereschbach', 509483400, 72150500, 0),
(116045, 694, 81, 'Untergarschagen', 512097900, 72622600, 0),
(116046, 694, 81, 'Unterlichtinghagen', 510594000, 74341700, 0),
(116047, 694, 81, 'Unterlossbruch', 519833300, 88833300, 0),
(116048, 694, 81, 'Unterlughausen', 509068800, 71999100, 0),
(116049, 694, 81, 'Untermaubach', 507293700, 64559200, 0),
(116050, 694, 81, 'Unterossenbach', 510555600, 72377100, 0),
(116051, 694, 81, 'Unterschummerich', 510118600, 73815300, 0),
(116052, 694, 81, 'Unterschwarzen', 510780000, 73375000, 0),
(116053, 694, 81, 'Untersteeg', 509528200, 72264300, 0),
(116054, 694, 81, 'Unterwestrich', 510816400, 63949000, 0),
(116055, 694, 81, 'Unterwinkelhausen', 511331300, 71641900, 0),
(116056, 694, 81, 'Unterwolfert', 504500000, 64666700, 0),
(116057, 694, 81, 'Uphausen', 522639800, 88380800, 0),
(116058, 694, 81, 'Uphoff', 523440300, 87387300, 0),
(116059, 694, 81, 'Urbecke', 513666700, 77833300, 0),
(116060, 694, 81, 'Urdenbach', 511501500, 68809100, 0),
(116061, 694, 81, 'Urfeld', 508048700, 70232700, 0),
(116062, 694, 81, 'Uthuisen', 523166700, 75333300, 0),
(116063, 694, 81, 'Uthweiler', 507317300, 72649200, 0),
(116064, 694, 81, 'Vaalserquartier', 507690600, 60280200, 0),
(116065, 694, 81, 'Vadrup', 520332700, 77494800, 0),
(116066, 694, 81, 'Vahlhausen', 518845400, 90040700, 0),
(116067, 694, 81, 'Vahrenkamp', 524629700, 85150100, 0),
(116068, 694, 81, 'Varenholz', 521718800, 89878500, 0),
(116069, 694, 81, 'Varensell', 518593100, 84343500, 0),
(116070, 694, 81, 'Varresbeck', 512440100, 70956300, 0),
(116071, 694, 81, 'Vechtrup', 519798300, 78468300, 0),
(116072, 694, 81, 'Veert', 515265400, 62961500, 0),
(116073, 694, 81, 'Vehrte', 523452500, 81527100, 0),
(116074, 694, 81, 'Vellern', 517882300, 80725500, 0),
(116075, 694, 81, 'Velmede', 513551700, 83763900, 0),
(116076, 694, 81, 'Vennort', 519795200, 83231400, 0),
(116077, 694, 81, 'Venrath', 510903500, 63733200, 0),
(116078, 694, 81, 'Venusberg', 507013800, 70984200, 0),
(116079, 694, 81, 'Verberg', 513624300, 65835200, 0),
(116080, 694, 81, 'Vernum', 514899200, 63684600, 0),
(116081, 694, 81, 'Viehstrasse', 511597700, 63806100, 0),
(116082, 694, 81, 'Vieringhausen', 511748800, 71631600, 0),
(116083, 694, 81, 'Vilich', 507526300, 71281500, 0),
(116084, 694, 81, 'Vilich-Muldorf', 507572200, 71445600, 0),
(116085, 694, 81, 'Vilkerath', 509616700, 73187000, 0),
(116086, 694, 81, 'Villip', 506368200, 70959200, 0),
(116087, 694, 81, 'Vilsendorf', 520792400, 85473200, 0),
(116088, 694, 81, 'Vinning', 515265700, 78110100, 0),
(116089, 694, 81, 'Vinsebeck', 518460700, 90304200, 0),
(116090, 694, 81, 'Vinxel', 507203500, 72065200, 0),
(116091, 694, 81, 'Vlatten', 506498000, 65459800, 0),
(116092, 694, 81, 'Vochem', 508414500, 68993300, 0),
(116093, 694, 81, 'Voesch', 513919200, 64257600, 0),
(116094, 694, 81, 'Vogelberg', 512296800, 76418800, 0),
(116095, 694, 81, 'Vogelsang', 509572500, 68792900, 0),
(116096, 694, 81, 'Vogelsholl', 511166700, 70000000, 0),
(116097, 694, 81, 'Vogelsmuhle', 512188500, 73110700, 0),
(116098, 694, 81, 'Voiswinkel', 510170800, 71244900, 0),
(116099, 694, 81, 'Volberg', 509149100, 71941600, 0),
(116100, 694, 81, 'Volkhoven', 510166700, 68833300, 0),
(116101, 694, 81, 'Volkringhausen', 513592900, 78737600, 0),
(116102, 694, 81, 'Vollinghausen', 514804000, 82014600, 0),
(116103, 694, 81, 'Vollmerhausen', 509875000, 75431700, 0),
(116104, 694, 81, 'Volmershoven', 506793500, 70187300, 0),
(116105, 694, 81, 'Vonderort', 515033300, 68959700, 0),
(116106, 694, 81, 'Vorden', 518203900, 92310900, 0),
(116107, 694, 81, 'Vorderbruch', 522008600, 85055500, 0),
(116108, 694, 81, 'Vorderdohr', 512140200, 71462800, 0),
(116109, 694, 81, 'Vorderhufe', 511208800, 72102100, 0),
(116110, 694, 81, 'Vorm Holte', 511964000, 73763900, 0),
(116111, 694, 81, 'Vorst', 511699000, 74507500, 0),
(116112, 694, 81, 'Vorweiden', 508300500, 61678000, 0),
(116113, 694, 81, 'Vorwerk', 522575200, 86788500, 0),
(116114, 694, 81, 'Vossmar', 518768300, 80280000, 0),
(116115, 694, 81, 'Voursenbeck', 513491200, 62908400, 0),
(116116, 694, 81, 'Vowinkel', 520442500, 73704700, 0),
(116117, 694, 81, 'Vussem', 505670400, 66645300, 0),
(116118, 694, 81, 'Waag', 511500000, 73333300, 0),
(116119, 694, 81, 'Waddenhausen', 520161100, 87721500, 0),
(116120, 694, 81, 'Wadelheim', 522713400, 73936600, 0),
(116121, 694, 81, 'Wahlbach', 507573500, 80594400, 0),
(116122, 694, 81, 'Wahlbachsmuhle', 509478400, 83586200, 0),
(116123, 694, 81, 'Wahlscheid', 508873300, 72511500, 0),
(116124, 694, 81, 'Wahmbeck', 519938100, 89027000, 0),
(116125, 694, 81, 'Wahmbeckerheide', 519902700, 89130000, 0),
(116126, 694, 81, 'Wahn-Heide', 508589100, 71066200, 0),
(116127, 694, 81, 'Walbeck', 514953500, 62362000, 0),
(116128, 694, 81, 'Walberberg', 507959500, 69122000, 0),
(116129, 694, 81, 'Walburger', 515828000, 81106200, 0),
(116130, 694, 81, 'Walde', 517747900, 85463100, 0),
(116131, 694, 81, 'Waldemeine', 521044000, 87717200, 0),
(116132, 694, 81, 'Waldenrath', 510142900, 60739800, 0),
(116133, 694, 81, 'Waldhausen', 515106000, 82890700, 0),
(116134, 694, 81, 'Waldheide', 519453400, 88284000, 0),
(116135, 694, 81, 'Waldmuhle', 510333300, 72500000, 0),
(116136, 694, 81, 'Waldniel', 512119000, 62763900, 0),
(116137, 694, 81, 'Waldnielerstrasse', 512380700, 63185300, 0),
(116138, 694, 81, 'Waldteich', 515320100, 68057500, 0),
(116139, 694, 81, 'Wall', 513830200, 63881200, 0),
(116140, 694, 81, 'Wallen', 513306000, 81930900, 0),
(116141, 694, 81, 'Wallfahrtsteich', 523166700, 89166700, 0),
(116142, 694, 81, 'Walpersdorf', 509026600, 82065000, 0),
(116143, 694, 81, 'Wambel', 515181900, 75262600, 0),
(116144, 694, 81, 'Wamel', 514939500, 81872200, 0),
(116145, 694, 81, 'Wanheim', 513864300, 67519800, 0),
(116146, 694, 81, 'Wanheimerort', 514029800, 67600300, 0),
(116147, 694, 81, 'Warden', 508603600, 62189200, 0),
(116148, 694, 81, 'Wardhausen', 518242100, 61407600, 0),
(116149, 694, 81, 'Warmen', 514854400, 78214600, 0),
(116150, 694, 81, 'Wasserkurl', 515597100, 76272400, 0),
(116151, 694, 81, 'Wassermangel', 513328100, 69561500, 0),
(116152, 694, 81, 'Wattmannstrasse', 512188700, 65724000, 0),
(116153, 694, 81, 'Weckinghausen', 516342400, 83220300, 0),
(116154, 694, 81, 'Wedau', 513921000, 67938700, 0),
(116155, 694, 81, 'Weesbach', 508685000, 73188700, 0),
(116156, 694, 81, 'Weetfeld', 516281400, 78008900, 0),
(116157, 694, 81, 'Wehnrath', 509621300, 76558300, 0),
(116158, 694, 81, 'Wehofen', 515268800, 67688600, 0),
(116159, 694, 81, 'Wehr', 509951200, 59233000, 0),
(116160, 694, 81, 'Wehrden', 517107900, 93863900, 0),
(116161, 694, 81, 'Wehrstapel', 513529000, 83408900, 0),
(116162, 694, 81, 'Weiden', 508254800, 61654800, 0),
(116163, 694, 81, 'Weidenau', 508931500, 80373600, 0),
(116164, 694, 81, 'Weidesheim', 506599300, 68398300, 0),
(116165, 694, 81, 'Weiershagen', 509716200, 74897900, 0),
(116166, 694, 81, 'Weiler', 510166700, 68833300, 0),
(116167, 694, 81, 'Weiler in der Ebene', 507432800, 67061500, 0),
(116168, 694, 81, 'Weiler-Buch', 511513800, 62042200, 0),
(116169, 694, 81, 'Weinberg', 512833300, 71666700, 0),
(116170, 694, 81, 'Weinerbauerschaft', 521816000, 71820800, 0),
(116171, 694, 81, 'Weingarten', 523231700, 88783400, 0),
(116172, 694, 81, 'Welbeck', 519166700, 77333300, 0),
(116173, 694, 81, 'Welbergen', 522017200, 72586000, 0),
(116174, 694, 81, 'Welldorf', 509502100, 64172700, 0),
(116175, 694, 81, 'Wellenheide', 519717200, 88288000, 0),
(116176, 694, 81, 'Wellentrup', 519398200, 90251800, 0),
(116177, 694, 81, 'Wellinghofen', 514692500, 74903800, 0),
(116178, 694, 81, 'Wellinghoferheide', 514666700, 75000000, 0),
(116179, 694, 81, 'Welmen', 516408700, 66899200, 0),
(116180, 694, 81, 'Wenge', 516826600, 69930200, 0),
(116181, 694, 81, 'Wengern', 513988100, 73481200, 0),
(116182, 694, 81, 'Wenholthausen', 512851300, 81819600, 0),
(116183, 694, 81, 'Wennemen', 513530800, 81939700, 0),
(116184, 694, 81, 'Wennigloh', 513824100, 80207900, 0),
(116185, 694, 81, 'Werbsiepen', 512470900, 72269400, 0),
(116186, 694, 81, 'Weringhausen', 511694700, 79985800, 0),
(116187, 694, 81, 'Werlo', 510898900, 60775600, 0),
(116188, 694, 81, 'Wermingsen', 513730400, 77233200, 0),
(116189, 694, 81, 'Werries', 516891600, 78846600, 0),
(116190, 694, 81, 'Wersen', 523130800, 79344800, 0),
(116191, 694, 81, 'Werthausen', 514166700, 67166700, 0),
(116192, 694, 81, 'Wertherbruch', 517921200, 65255100, 0),
(116193, 694, 81, 'Werve', 515833300, 77333300, 0),
(116194, 694, 81, 'Wessum', 520878800, 69481400, 0),
(116195, 694, 81, 'Westbudericher Haar', 515244500, 78529900, 0),
(116196, 694, 81, 'Westende', 514141400, 74033300, 0),
(116197, 694, 81, 'Westenholz', 517533500, 84692400, 0),
(116198, 694, 81, 'Westerbauer', 513391300, 73969600, 0),
(116199, 694, 81, 'Westerbonen', 516001600, 77761500, 0),
(116200, 694, 81, 'Westerbruch', 514500000, 66666700, 0),
(116201, 694, 81, 'Westerengerheide', 521400900, 85032200, 0),
(116202, 694, 81, 'Westerfilde', 515443900, 73741900, 0),
(116203, 694, 81, 'Westerheide', 516439600, 77279400, 0),
(116204, 694, 81, 'Westerwiehe', 518172500, 84856500, 0),
(116205, 694, 81, 'Westfeld', 511607000, 84189900, 0),
(116206, 694, 81, 'Westhausen', 511525000, 71492400, 0),
(116207, 694, 81, 'Westheim', 514957800, 89092600, 0),
(116208, 694, 81, 'Westhofen', 514230200, 75330600, 0),
(116209, 694, 81, 'Westhoven', 508998900, 70245600, 0),
(116210, 694, 81, 'Westig', 513754700, 77586200, 0),
(116211, 694, 81, 'Westonnen', 515524300, 79622300, 0),
(116212, 694, 81, 'Westscheidt', 522326500, 87035600, 0),
(116213, 694, 81, 'Wethmar', 516248200, 75473100, 0),
(116214, 694, 81, 'Wetschewell', 511345000, 64206300, 0),
(116215, 694, 81, 'Wettmarsen', 513828500, 79152100, 0),
(116216, 694, 81, 'Wettringhof', 512342300, 76843100, 0),
(116217, 694, 81, 'Wichlinghofen', 514532600, 74913900, 0),
(116218, 694, 81, 'Wickeder Chaussee', 515166700, 76166700, 0),
(116219, 694, 81, 'Wickrathhahn', 511223600, 63882600, 0),
(116220, 694, 81, 'Widdau', 505609000, 63008000, 0),
(116221, 694, 81, 'Widdendorf', 509246900, 66194200, 0),
(116222, 694, 81, 'Widdersdorf', 509674900, 68312500, 0),
(116223, 694, 81, 'Widdig', 507946200, 70244400, 0),
(116224, 694, 81, 'Wieden', 511577300, 71142400, 0),
(116225, 694, 81, 'Wiedenest', 510311000, 76894500, 0),
(116226, 694, 81, 'Wiehe', 522155200, 87982000, 0),
(116227, 694, 81, 'Wierborn', 519983000, 91074100, 0),
(116228, 694, 81, 'Wiescheid', 508247300, 73251800, 0),
(116229, 694, 81, 'Wiescherhofen', 516475300, 77633900, 0),
(116230, 694, 81, 'Wiesenau', 508000000, 64500000, 0),
(116231, 694, 81, 'Wilbrenning', 518936300, 75806600, 0),
(116232, 694, 81, 'Wilgersdorf', 508142800, 81485300, 0),
(116233, 694, 81, 'Wilhelmsburg', 516686000, 86843400, 0),
(116234, 694, 81, 'Wilhelmsdorf', 519250900, 85508400, 0),
(116235, 694, 81, 'Wilhelmshohe', 508189000, 63197100, 0),
(116236, 694, 81, 'Wilkenroth', 509020300, 76397600, 0),
(116237, 694, 81, 'Willbeck', 512074300, 69746600, 0),
(116238, 694, 81, 'Wilmsberg', 521088200, 74130100, 0),
(116239, 694, 81, 'Wilsberg', 508288500, 60802800, 0),
(116240, 694, 81, 'Windberg', 512045700, 64121500, 0),
(116241, 694, 81, 'Windelsbleiche', 519567900, 85231600, 0),
(116242, 694, 81, 'Winden', 507364700, 64790800, 0),
(116243, 694, 81, 'Windflote', 519471700, 85009600, 0),
(116244, 694, 81, 'Windfuss', 509768700, 77139600, 0),
(116245, 694, 81, 'Windgarten', 512724600, 73188600, 0),
(116246, 694, 81, 'Windhagen', 510433900, 75528400, 0),
(116247, 694, 81, 'Windhof', 520011600, 87748600, 0),
(116248, 694, 81, 'Wingensiefen', 510333300, 71000000, 0),
(116249, 694, 81, 'Wingeshausen', 510691400, 82897600, 0),
(116250, 694, 81, 'Winkel', 511304600, 69803600, 0),
(116251, 694, 81, 'Winkelhausen', 514288700, 66796200, 0),
(116252, 694, 81, 'Winkelheim', 510000000, 65833300, 0),
(116253, 694, 81, 'Winkeling', 516248400, 65737500, 0),
(116254, 694, 81, 'Winkeln', 512067800, 63720000, 0),
(116255, 694, 81, 'Winster', 513500000, 68666700, 0),
(116256, 694, 81, 'Winterbach', 509844200, 80504300, 0),
(116257, 694, 81, 'Winterborn', 509132100, 75878000, 0),
(116258, 694, 81, 'Winternam', 514713100, 63402100, 0),
(116259, 694, 81, 'Winz', 514011800, 71580300, 0),
(116260, 694, 81, 'Winzermark', 513874300, 71277100, 0),
(116261, 694, 81, 'Wipperfeld', 510885900, 73275000, 0),
(116262, 694, 81, 'Wipperhof', 511191300, 73819400, 0),
(116263, 694, 81, 'Wirme', 510449100, 80690000, 0),
(116264, 694, 81, 'Wischlingen', 515245500, 73993400, 0),
(116265, 694, 81, 'Witterschlick', 506925700, 70243000, 0),
(116266, 694, 81, 'Wittkulle', 511833300, 70333300, 0),
(116267, 694, 81, 'Wittlaer', 513222500, 67411500, 0),
(116268, 694, 81, 'Witzerath', 506132700, 63082800, 0),
(116269, 694, 81, 'Witzhelden', 511156500, 71106400, 0),
(116270, 694, 81, 'Wolfskuhle', 512370500, 72003300, 0),
(116271, 694, 81, 'Womelsdorf', 510103200, 82630200, 0),
(116272, 694, 81, 'Wulfringhausen', 509562200, 75484200, 0),
(116273, 694, 81, 'Wullen', 514563600, 73595500, 0),
(116274, 694, 81, 'Wunne', 514557700, 77762000, 0),
(116275, 694, 81, 'Wurdinghausen', 510869100, 81219500, 0),
(116276, 694, 81, 'Wurgendorf', 507597700, 81271600, 0),
(116277, 694, 81, 'Wyler', 518056100, 59678500, 0),
(116278, 694, 81, 'Zange', 507930000, 71971400, 0),
(116279, 694, 81, 'Zeche Waltrop', 516166700, 74166700, 0),
(116280, 694, 81, 'Zeppenheim', 513018000, 67577100, 0),
(116281, 694, 81, 'Ziegelheide', 513713300, 63840100, 0),
(116282, 694, 81, 'Ziegelwiese', 513204200, 84043900, 0),
(116283, 694, 81, 'Zimmerseifen', 509967400, 76475900, 0),
(116284, 694, 81, 'Zinse', 510059500, 82113600, 0),
(116285, 694, 81, 'Zons', 511236400, 68446800, 0),
(116286, 694, 81, 'Zopp', 508678800, 61363900, 0),
(116287, 694, 81, 'Zur alten Kohlscheune', 507817700, 68222200, 0),
(116288, 694, 81, 'Zweckel', 515922900, 69852700, 0),
(116289, 694, 81, 'Zweifall', 507183800, 62558300, 0),
(116290, 695, 81, 'Ahutte', 503384600, 67704500, 0),
(116291, 695, 81, 'Ailertchen', 506000000, 79333300, 0),
(116292, 695, 81, 'Alken', 502500000, 74500000, 0),
(116293, 695, 81, 'Allenbach', 497500000, 71666700, 0),
(116294, 695, 81, 'Allendorf', 502666700, 80000000, 0),
(116295, 695, 81, 'Alsenbruck', 495666800, 78730300, 0),
(116296, 695, 81, 'Alsheim', 497680600, 83402800, 0),
(116297, 695, 81, 'Altdorf', 492872200, 82161100, 0),
(116298, 695, 81, 'Altenbamberg', 497833300, 78333300, 0),
(116299, 695, 81, 'Altendiez', 503666700, 79833300, 0),
(116300, 695, 81, 'Altenglan', 495500000, 74666700, 0),
(116301, 695, 81, 'Altenhofen', 506616200, 74736200, 0),
(116302, 695, 81, 'Altlay', 499833300, 72666700, 0),
(116303, 695, 81, 'Altstadt', 506565600, 78125300, 0),
(116304, 695, 81, 'Altwied', 504829700, 74658400, 0),
(116305, 695, 81, 'Ammerich', 506102300, 74247300, 0),
(116306, 695, 81, 'Amteroth', 506702700, 76655200, 0),
(116307, 695, 81, 'Annweiler am Trifels', 492061200, 79752700, 0),
(116308, 695, 81, 'Antweiler', 504000000, 68333300, 0),
(116309, 695, 81, 'Apostelmuhle', 492506300, 76165200, 0),
(116310, 695, 81, 'Arenrath', 499500000, 67333300, 0),
(116311, 695, 81, 'Arft', 503833300, 70833300, 0),
(116312, 695, 81, 'Argenthal', 499666700, 76000000, 0),
(116313, 695, 81, 'Arienheller', 505096700, 73347200, 0),
(116314, 695, 81, 'Arzbach', 503666700, 77500000, 0),
(116315, 695, 81, 'Aschbacherhof', 493932500, 77569700, 0),
(116316, 695, 81, 'Asselheim', 495787400, 81620000, 0),
(116317, 695, 81, 'Assenheim', 494233500, 82871400, 0),
(116318, 695, 81, 'Asterstein', 503508100, 76189700, 0),
(116319, 695, 81, 'Attenhausen', 503000000, 78833300, 0),
(116320, 695, 81, 'Auen', 498333300, 76000000, 0),
(116321, 695, 81, 'Autishof', 499575300, 77379700, 0),
(116322, 695, 81, 'Baalborn', 495014800, 78365600, 0),
(116323, 695, 81, 'Bacharach', 500572500, 77694800, 0),
(116324, 695, 81, 'Bachem', 505399000, 71133600, 0),
(116325, 695, 81, 'Bad Bertrich', 500666700, 70333300, 0),
(116326, 695, 81, 'Bad Honningen', 505168900, 73119500, 0),
(116327, 695, 81, 'Bad Salzig', 502062000, 76327800, 0),
(116328, 695, 81, 'Badem', 500000000, 66166700, 0),
(116329, 695, 81, 'Balduinstein', 503500000, 79666700, 0),
(116330, 695, 81, 'Balesfeld', 501000000, 65333300, 0),
(116331, 695, 81, 'Bannberscheid', 504666700, 78333300, 0),
(116332, 695, 81, 'Barbelroth', 490988900, 80691700, 0),
(116333, 695, 81, 'Barl', 500274200, 71663500, 0),
(116334, 695, 81, 'Baselt', 502205200, 64951900, 0),
(116335, 695, 81, 'Basselscheid', 501470400, 75407000, 0),
(116336, 695, 81, 'Baustert', 499780000, 63898400, 0),
(116337, 695, 81, 'Bayerfeld-Steckweiler', 496833300, 78000000, 0),
(116338, 695, 81, 'Bechenheim', 497286100, 80033300, 0),
(116339, 695, 81, 'Bechtheim', 497277800, 82922200, 0),
(116340, 695, 81, 'Beilingen', 499500000, 66666700, 0),
(116341, 695, 81, 'Bekond', 498500000, 68000000, 0),
(116342, 695, 81, 'Bellenmuhle', 495833300, 76833300, 0),
(116343, 695, 81, 'Beltheim', 501000000, 74500000, 0),
(116344, 695, 81, 'Bendorf', 504228900, 75792400, 0),
(116345, 695, 81, 'Bendorf-Sayn', 504363400, 75766800, 0),
(116346, 695, 81, 'Berg', 489840300, 82023200, 0),
(116347, 695, 81, 'Berghausen', 493048700, 84327700, 0),
(116348, 695, 81, 'Bergnassau-Scheuern', 503077600, 77890900, 0),
(116349, 695, 81, 'Bergweiler', 499666700, 68166700, 0),
(116350, 695, 81, 'Berndorf', 503000000, 67000000, 0),
(116351, 695, 81, 'Bernkastel-Kues', 499160200, 70766400, 0),
(116352, 695, 81, 'Berod bei Hochstenbach', 506475500, 76927600, 0),
(116353, 695, 81, 'Bescheid', 497500000, 68833300, 0),
(116354, 695, 81, 'Besslich', 498024400, 66016900, 0),
(116355, 695, 81, 'Bettenfeld', 500833300, 67666700, 0),
(116356, 695, 81, 'Bettgenhausen', 506463400, 75680600, 0),
(116357, 695, 81, 'Betzing', 503224800, 72644400, 0),
(116358, 695, 81, 'Bickendorf', 500333300, 65000000, 0),
(116359, 695, 81, 'Biebelnheim', 497966700, 81705600, 0),
(116360, 695, 81, 'Biebelsheim', 498666700, 79333300, 0),
(116361, 695, 81, 'Biersdorf', 500148200, 64508600, 0),
(116362, 695, 81, 'Billigheim', 491380600, 80997200, 0),
(116363, 695, 81, 'Bingerbruck', 499661200, 78847600, 0),
(116364, 695, 81, 'Binsfeld', 499666700, 67166700, 0),
(116365, 695, 81, 'Birgel', 503166700, 66166700, 0),
(116366, 695, 81, 'Birken-Honigsessen', 508166700, 77333300, 0),
(116367, 695, 81, 'Birkenfeld', 496524500, 71666800, 0),
(116368, 695, 81, 'Birkenheide', 494813900, 82619400, 0),
(116369, 695, 81, 'Birkenhordt', 491166700, 79333300, 0),
(116370, 695, 81, 'Birnbach', 507000000, 75833300, 0),
(116371, 695, 81, 'Birresdorf', 505918700, 71428000, 0),
(116372, 695, 81, 'Bissersheim', 495358300, 82041700, 0),
(116373, 695, 81, 'Bitzen', 508000000, 76833300, 0),
(116374, 695, 81, 'Blaubach', 495666700, 74000000, 0),
(116375, 695, 81, 'Blindert', 504748700, 68026600, 0),
(116376, 695, 81, 'Boden', 504666700, 78500000, 0),
(116377, 695, 81, 'Bodendorf', 505567400, 72177200, 0),
(116378, 695, 81, 'Bohl-Iggelheim', 493805600, 83038900, 0),
(116379, 695, 81, 'Bolingen', 505666000, 70824500, 0),
(116380, 695, 81, 'Bollendorf', 498500000, 63666700, 0),
(116381, 695, 81, 'Bolsdorf', 502740600, 66565200, 0),
(116382, 695, 81, 'Bombacherhof', 492685400, 73711600, 0),
(116383, 695, 81, 'Bonefeld', 505333300, 75000000, 0),
(116384, 695, 81, 'Borod', 506666700, 77000000, 0),
(116385, 695, 81, 'Bosenheim', 498447200, 79138200, 0),
(116386, 695, 81, 'Boverath', 502055400, 68483300, 0),
(116387, 695, 81, 'Brachtendorf', 502333300, 72333300, 0),
(116388, 695, 81, 'Braunweiler', 498666700, 77500000, 0),
(116389, 695, 81, 'Brechhofen', 505726000, 76237200, 0),
(116390, 695, 81, 'Breidscheid', 503745900, 69516000, 0),
(116391, 695, 81, 'Breitenbach', 494333300, 72666700, 0),
(116392, 695, 81, 'Briedeler Heck', 499781400, 72425700, 0),
(116393, 695, 81, 'Brodenbach', 502333300, 74500000, 0),
(116394, 695, 81, 'Brohl-Lutzing', 504829600, 73290800, 0),
(116395, 695, 81, 'Bruchertseifen', 507500000, 77166700, 0),
(116396, 695, 81, 'Bruckrachdorf', 505419600, 76831100, 0),
(116397, 695, 81, 'Bruhlborn', 502168400, 64622400, 0),
(116398, 695, 81, 'Bruttig-Fankel', 501333300, 72333300, 0),
(116399, 695, 81, 'Bubenheim', 496280600, 81177800, 0),
(116400, 695, 81, 'Buchelberg', 490207200, 81717000, 0),
(116401, 695, 81, 'Buchenbeuren', 499166700, 72666700, 0),
(116402, 695, 81, 'Buchholz', 493926900, 74388700, 0),
(116403, 695, 81, 'Buerdenbach-Bruchermuehle', 506194100, 75318100, 0),
(116404, 695, 81, 'Burder', 505146700, 74302800, 0),
(116405, 695, 81, 'Burgalben', 492833300, 76333300, 0),
(116406, 695, 81, 'Burgbirkenfeld', 496403100, 71681400, 0),
(116407, 695, 81, 'Burgschwalbach', 502833300, 80833300, 0),
(116408, 695, 81, 'Burrweiler', 492477800, 80783300, 0),
(116409, 695, 81, 'Buschmuhle', 492612400, 80650600, 0),
(116410, 695, 81, 'Butzweiler', 498151400, 66173000, 0),
(116411, 695, 81, 'Caan', 504666700, 76166700, 0),
(116412, 695, 81, 'Dalberg', 499000000, 77333300, 0),
(116413, 695, 81, 'Damflos', 496666700, 69833300, 0),
(116414, 695, 81, 'Dammheim', 492204200, 81501600, 0),
(116415, 695, 81, 'Dannenfels', 496333300, 79500000, 0),
(116416, 695, 81, 'Dannstadt-Schauernheim', 494402800, 83086100, 0),
(116417, 695, 81, 'Dansenberg', 494052400, 77285900, 0),
(116418, 695, 81, 'Daxweiler', 499666700, 77500000, 0),
(116419, 695, 81, 'Deesen', 505166700, 77000000, 0),
(116420, 695, 81, 'Densborn', 501333300, 66000000, 0),
(116421, 695, 81, 'Dernau', 505333300, 70500000, 0),
(116422, 695, 81, 'Derschen', 507166700, 79833300, 0),
(116423, 695, 81, 'Dhron', 498619500, 69091200, 0),
(116424, 695, 81, 'Dhronecken', 497166700, 69833300, 0),
(116425, 695, 81, 'Dickesbach', 497166700, 74166700, 0),
(116426, 695, 81, 'Dieblicherberg', 503000000, 74666700, 0),
(116427, 695, 81, 'Diedesfeld', 493229900, 81362700, 0),
(116428, 695, 81, 'Dielkirchen', 496666700, 78166700, 0),
(116429, 695, 81, 'Diemerstein', 494450400, 79586500, 0),
(116430, 695, 81, 'Dieperzen', 507046200, 76504700, 0),
(116431, 695, 81, 'Dietersheim', 499382800, 79085000, 0),
(116432, 695, 81, 'Dintesheim', 497075000, 81433300, 0),
(116433, 695, 81, 'Dittelsheim-Hessloch', 497438900, 82369400, 0),
(116434, 695, 81, 'Domaene Avelsbach', 497541000, 66914500, 0),
(116435, 695, 81, 'Dommershausen', 501500000, 74000000, 0),
(116436, 695, 81, 'Dorbach', 499254200, 68321900, 0),
(116437, 695, 81, 'Dorrenbach', 490897200, 79614000, 0),
(116438, 695, 81, 'Dottesfeld', 506231700, 75488100, 0),
(116439, 695, 81, 'Dreisbach', 506166700, 79333300, 0),
(116440, 695, 81, 'Drinhausen', 506607900, 74119500, 0),
(116441, 695, 81, 'Duchroth', 497833300, 77333300, 0),
(116442, 695, 81, 'Dudeldorf', 499833300, 66333300, 0),
(116443, 695, 81, 'Dunebusch', 507864300, 76947000, 0),
(116444, 695, 81, 'Ebernhahn', 504666700, 77666700, 0),
(116445, 695, 81, 'Edesheim', 492633300, 81350000, 0),
(116446, 695, 81, 'Ehlscheid', 505166700, 74500000, 0),
(116447, 695, 81, 'Ehrang', 498160600, 66982300, 0),
(116448, 695, 81, 'Ehrenberg', 506313400, 74197300, 0),
(116449, 695, 81, 'Ehweiler', 495166700, 73666700, 0),
(116450, 695, 81, 'Eich', 497500000, 83988900, 0),
(116451, 695, 81, 'Eichelhutte', 500389000, 67373600, 0),
(116452, 695, 81, 'Eilenburg', 506186500, 74397200, 0),
(116453, 695, 81, 'Eimsheim', 497958300, 82894400, 0),
(116454, 695, 81, 'Einsiedlerhof', 494326600, 76597900, 0),
(116455, 695, 81, 'Eisenach', 498500000, 65166700, 0),
(116456, 695, 81, 'Eisenberg', 495585900, 80719900, 0),
(116457, 695, 81, 'Elgendorf', 504425900, 77909900, 0),
(116458, 695, 81, 'Elkenroth', 507333300, 78833300, 0),
(116459, 695, 81, 'Elkhausen', 508196400, 78046500, 0),
(116460, 695, 81, 'Ellenz', 501166700, 72333300, 0),
(116461, 695, 81, 'Ellingen', 505485600, 75091700, 0),
(116462, 695, 81, 'Elsbach', 505713400, 74436200, 0),
(116463, 695, 81, 'Elsheim', 499176000, 81243400, 0),
(116464, 695, 81, 'Elzweiler', 495833300, 75166700, 0),
(116465, 695, 81, 'Emmerichenhain', 506303400, 80682600, 0),
(116466, 695, 81, 'Enkenbach-Alsenborn', 494833300, 79000000, 0),
(116467, 695, 81, 'Ensheim', 498063900, 81155600, 0),
(116468, 695, 81, 'Enspel', 506166700, 78833300, 0),
(116469, 695, 81, 'Enzheim', 497000000, 82000000, 0),
(116470, 695, 81, 'Eppenberg', 502500000, 70666700, 0),
(116471, 695, 81, 'Eppenrod', 504166700, 79333300, 0),
(116472, 695, 81, 'Erbes-Budesheim', 497544400, 80313900, 0),
(116473, 695, 81, 'Erfenbach', 494796600, 77123100, 0),
(116474, 695, 81, 'Erfenstein', 493537800, 80177500, 0),
(116475, 695, 81, 'Erfweiler', 491571200, 78123100, 0),
(116476, 695, 81, 'Erlenbrunn', 491716900, 76141800, 0),
(116477, 695, 81, 'Ernstweiler', 492546700, 73495000, 0),
(116478, 695, 81, 'Ernstweilerthalhof', 492678900, 73601800, 0),
(116479, 695, 81, 'Erpel', 505833300, 72333300, 0),
(116480, 695, 81, 'Erpolzheim', 494891700, 82247200, 0),
(116481, 695, 81, 'Erzhutten', 494583300, 77324000, 0),
(116482, 695, 81, 'Eselsfurth', 494611100, 78244400, 0),
(116483, 695, 81, 'Essenheim', 499305600, 81555600, 0),
(116484, 695, 81, 'Ettersdorf', 503965800, 78791800, 0),
(116485, 695, 81, 'Ettringen', 503500000, 72166700, 0),
(116486, 695, 81, 'Euren', 497402300, 66089600, 0),
(116487, 695, 81, 'Eusserthal', 492500000, 79666700, 0),
(116488, 695, 81, 'Fachingen', 503609800, 79929900, 0),
(116489, 695, 81, 'Faid', 501500000, 71166700, 0),
(116490, 695, 81, 'Farschweiler', 497166700, 68166700, 0),
(116491, 695, 81, 'Faulbach', 504652400, 76886900, 0),
(116492, 695, 81, 'Feckweiler', 496522700, 71542300, 0),
(116493, 695, 81, 'Fehl-Ritzhausen', 506500000, 80000000, 0),
(116494, 695, 81, 'Feusdorf', 503500000, 66166700, 0),
(116495, 695, 81, 'Filsch', 497355800, 67072400, 0),
(116496, 695, 81, 'Fischbacherhutte', 508559600, 78657800, 0),
(116497, 695, 81, 'Flacht', 503500000, 80500000, 0),
(116498, 695, 81, 'Fleringen', 502166700, 65000000, 0),
(116499, 695, 81, 'Flonheim', 497850000, 80400000, 0),
(116500, 695, 81, 'Fockenberg-Limbach', 494914100, 74971800, 0),
(116501, 695, 81, 'Forst', 494256700, 81897000, 0),
(116502, 695, 81, 'Framersheim', 497580600, 81741700, 0),
(116503, 695, 81, 'Frankeneck', 493763900, 80486100, 0),
(116504, 695, 81, 'Frankenstein', 494333300, 79833300, 0),
(116505, 695, 81, 'Frei-Laubersheim', 498000000, 79000000, 0),
(116506, 695, 81, 'Freilingerhohe', 499142800, 63355300, 0),
(116507, 695, 81, 'Freirachdorf', 505833300, 77166700, 0),
(116508, 695, 81, 'Freisheim', 505494100, 69305100, 0),
(116509, 695, 81, 'Freudenburg', 495434800, 65329200, 0),
(116510, 695, 81, 'Freusburgermuhle', 508192400, 78832000, 0),
(116511, 695, 81, 'Friedensau', 494236100, 84086100, 0),
(116512, 695, 81, 'Friedrichssegen', 503079000, 76626100, 0),
(116513, 695, 81, 'Froschen', 492500000, 75666700, 0),
(116514, 695, 81, 'Galenberg', 504333300, 72000000, 0),
(116515, 695, 81, 'Gamlen', 502333300, 72000000, 0),
(116516, 695, 81, 'Gammelshausen', 500672700, 74833700, 0),
(116517, 695, 81, 'Gau-Bickelheim', 498352800, 80205600, 0),
(116518, 695, 81, 'Gau-Bischofsheim', 499158300, 82727800, 0),
(116519, 695, 81, 'Gau-Odernheim', 497847200, 81941700, 0),
(116520, 695, 81, 'Gaugrehweiler', 497000000, 78666700, 0),
(116521, 695, 81, 'Gaulsheim', 499663800, 79586900, 0),
(116522, 695, 81, 'Gebhardshain', 507500000, 78166700, 0),
(116523, 695, 81, 'Gehrsweilerhof', 494740000, 77879200, 0),
(116524, 695, 81, 'Gehrweiler', 495833300, 77666700, 0),
(116525, 695, 81, 'Geilnau', 503500000, 79333300, 0),
(116526, 695, 81, 'Geiselberg', 493333300, 77000000, 0),
(116527, 695, 81, 'Gelenberg', 503000000, 68666700, 0),
(116528, 695, 81, 'Gemunden', 499000000, 74666700, 0),
(116529, 695, 81, 'Gerolsheim', 495477800, 82638900, 0),
(116530, 695, 81, 'Gershasen', 505572600, 79560400, 0),
(116531, 695, 81, 'Gimbsheim', 497777800, 83750000, 0),
(116532, 695, 81, 'Gimmeldingen', 493764900, 81523900, 0),
(116533, 695, 81, 'Glan-Munchweiler', 494722200, 74420400, 0),
(116534, 695, 81, 'Goddert', 505500000, 77333300, 0),
(116535, 695, 81, 'Godendorf', 498142000, 65004700, 0),
(116536, 695, 81, 'Godenroth', 500833300, 74833300, 0),
(116537, 695, 81, 'Godramstein', 492114200, 80801400, 0),
(116538, 695, 81, 'Gollenberg', 496666700, 71666700, 0),
(116539, 695, 81, 'Gommersheim', 492911100, 82658300, 0),
(116540, 695, 81, 'Gonnersdorf', 503333300, 66000000, 0),
(116541, 695, 81, 'Gonnheim', 494480600, 82386100, 0),
(116542, 695, 81, 'Gonzerath', 498577300, 71163900, 0),
(116543, 695, 81, 'Gornhausen', 498666700, 70500000, 0),
(116544, 695, 81, 'Gosenroth', 498833300, 73333300, 0),
(116545, 695, 81, 'Gottschied', 497216100, 73347100, 0),
(116546, 695, 81, 'Graach', 499345300, 70632900, 0),
(116547, 695, 81, 'Grethen', 494607200, 81474600, 0),
(116548, 695, 81, 'Grewenich', 497449300, 65184800, 0),
(116549, 695, 81, 'Grimburg', 496166700, 68833300, 0),
(116550, 695, 81, 'Grossbundenbach', 493000000, 74166700, 0),
(116551, 695, 81, 'Grossfischlingen', 492688900, 81763900, 0),
(116552, 695, 81, 'Grossmaischeid', 505000000, 76333300, 0),
(116553, 695, 81, 'Grossniedesheim', 495752800, 83122200, 0),
(116554, 695, 81, 'Grossseifen', 506333300, 79666700, 0),
(116555, 695, 81, 'Grunebach', 507833300, 79000000, 0),
(116556, 695, 81, 'Guckingen', 504000000, 80166700, 0),
(116557, 695, 81, 'Gullesheim', 505978400, 75285500, 0),
(116558, 695, 81, 'Gumbsweiler', 496018300, 75029000, 0),
(116559, 695, 81, 'Gunderath', 502551100, 69783800, 0),
(116560, 695, 81, 'Gundersheim', 496961100, 82025000, 0),
(116561, 695, 81, 'Gusterath', 497000000, 67166700, 0),
(116562, 695, 81, 'Haardt an der Weinstrasse', 493691800, 81414100, 0),
(116563, 695, 81, 'Hahnheim', 498608300, 82369400, 0),
(116564, 695, 81, 'Hahnweiler', 495666700, 72166700, 0),
(116565, 695, 81, 'Haide', 496720400, 79929900, 0),
(116566, 695, 81, 'Hain', 504506100, 71770800, 0),
(116567, 695, 81, 'Hainfeld', 492575000, 81011100, 0),
(116568, 695, 81, 'Hallgarten', 497666700, 77833300, 0),
(116569, 695, 81, 'Hambuch', 502333300, 71833300, 0),
(116570, 695, 81, 'Hammerbirkenfeld', 498113700, 72414600, 0),
(116571, 695, 81, 'Hanhofen', 493166700, 83408300, 0),
(116572, 695, 81, 'Hardtwald', 491236200, 83140500, 0),
(116573, 695, 81, 'Harsberg', 493335700, 75898000, 0),
(116574, 695, 81, 'Harspelt', 501333300, 61666700, 0),
(116575, 695, 81, 'Hasborn', 500500000, 69166700, 0),
(116576, 695, 81, 'Haschbach am Remigiusberg', 495333300, 74333300, 0),
(116577, 695, 81, 'Hasselbach', 500333300, 74500000, 0),
(116578, 695, 81, 'Hattert', 506666700, 77666700, 0),
(116579, 695, 81, 'Hattgenstein', 497000000, 71500000, 0),
(116580, 695, 81, 'Hatzenbuhl', 491111100, 82452800, 0),
(116581, 695, 81, 'Hayna', 491217900, 82040900, 0),
(116582, 695, 81, 'Hedwigsthal', 505840600, 76239200, 0),
(116583, 695, 81, 'Heidenfahrt', 500080700, 80969200, 0),
(116584, 695, 81, 'Heilberscheid', 504166700, 78833300, 0),
(116585, 695, 81, 'Heilenbach', 500666700, 64666700, 0),
(116586, 695, 81, 'Heimbach-Weis', 504503900, 75440200, 0),
(116587, 695, 81, 'Heimersheim', 497617800, 80825100, 0),
(116588, 695, 81, 'Helfant', 495880700, 64125800, 0),
(116589, 695, 81, 'Hennweiler', 498166700, 74333300, 0),
(116590, 695, 81, 'Hergersweiler', 490963900, 80916700, 0),
(116591, 695, 81, 'Herschbach', 504310300, 70220300, 0),
(116592, 695, 81, 'Hertlingshausen', 494930400, 80310000, 0),
(116593, 695, 81, 'Herxheimweyher', 491525000, 82550000, 0),
(116594, 695, 81, 'Hesseln', 505597900, 73565000, 0),
(116595, 695, 81, 'Hessloch', 497415500, 82473000, 0),
(116596, 695, 81, 'Hetzerath', 498833300, 68166700, 0),
(116597, 695, 81, 'Hetzhof', 500228400, 70268600, 0),
(116598, 695, 81, 'Heuberg', 495166700, 78666700, 0),
(116599, 695, 81, 'Heubergerhof', 496836700, 80282800, 0),
(116600, 695, 81, 'Heuchelheim bei Frankenthal', 495630600, 82908300, 0),
(116601, 695, 81, 'Hilgert', 504500000, 77000000, 0),
(116602, 695, 81, 'Hillesheim', 497763900, 82561100, 0),
(116603, 695, 81, 'Hinhausen', 508646100, 78370500, 0),
(116604, 695, 81, 'Hintertiefenbach', 497333300, 73500000, 0),
(116605, 695, 81, 'Hinterweidenthal', 492000000, 77500000, 0),
(116606, 695, 81, 'Hinzerath', 498473600, 71781200, 0),
(116607, 695, 81, 'Hirtscheid', 506344800, 78916400, 0),
(116608, 695, 81, 'Hirzen', 505000000, 77000000, 0),
(116609, 695, 81, 'Hochdorf', 494166700, 82733300, 0),
(116610, 695, 81, 'Hochheim', 496392200, 83316900, 0),
(116611, 695, 81, 'Hochstadten', 497982000, 75175100, 0),
(116612, 695, 81, 'Hochstberg', 502500000, 70000000, 0),
(116613, 695, 81, 'Hochstellerhof', 491390500, 75736200, 0),
(116614, 695, 81, 'Hoheischweiler', 492333300, 75500000, 0),
(116615, 695, 81, 'Hohen-Sulzen', 496191700, 82255600, 0),
(116616, 695, 81, 'Hohfroschen', 492500000, 75666700, 0),
(116617, 695, 81, 'Hohn', 506166700, 79833300, 0),
(116618, 695, 81, 'Hohn Urdorf', 506166700, 79833300, 0),
(116619, 695, 81, 'Holler', 504166700, 78333300, 0),
(116620, 695, 81, 'Holzbach', 499500000, 75333300, 0),
(116621, 695, 81, 'Holzerath', 496795100, 67607100, 0),
(116622, 695, 81, 'Holzweiler', 505586000, 70499300, 0),
(116623, 695, 81, 'Hommelsberg', 507145800, 78167200, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(116624, 695, 81, 'Hoppstadten-Weiersbach', 496166700, 72000000, 0),
(116625, 695, 81, 'Horchheim', 496104300, 83270200, 0),
(116626, 695, 81, 'Hordt', 491658300, 83263900, 0),
(116627, 695, 81, 'Horperath', 502500000, 69500000, 0),
(116628, 695, 81, 'Horressen', 504273100, 77963600, 0),
(116629, 695, 81, 'Horrweiler', 499000000, 79666700, 0),
(116630, 695, 81, 'Horterhof', 495396100, 77586400, 0),
(116631, 695, 81, 'Huffelsheim', 498166700, 78000000, 0),
(116632, 695, 81, 'Hundsangen', 504500000, 79833300, 0),
(116633, 695, 81, 'Hundsdorf', 504666700, 77166700, 0),
(116634, 695, 81, 'Hupperath', 500000000, 68333300, 0),
(116635, 695, 81, 'Hutte', 506517500, 77787200, 0),
(116636, 695, 81, 'Ibersheim', 497216700, 84008400, 0),
(116637, 695, 81, 'Iggelbach', 493322700, 79178200, 0),
(116638, 695, 81, 'Ilbesheim', 491827700, 80536300, 0),
(116639, 695, 81, 'Immendorf', 503732800, 76579200, 0),
(116640, 695, 81, 'Imsbacherhof', 491308500, 75455700, 0),
(116641, 695, 81, 'Ingelheim-Nord', 499910800, 80236700, 0),
(116642, 695, 81, 'Ingelheim-Sud', 499656900, 80590700, 0),
(116643, 695, 81, 'Insheim', 491580600, 81472200, 0),
(116644, 695, 81, 'Irmenach', 499333300, 71833300, 0),
(116645, 695, 81, 'Irmtraut', 505500000, 80666700, 0),
(116646, 695, 81, 'Irrel', 498500000, 64666700, 0),
(116647, 695, 81, 'Ischert', 496828300, 68704900, 0),
(116648, 695, 81, 'Ixheim', 492360600, 73667800, 0),
(116649, 695, 81, 'Junkerath', 503333300, 65833300, 0),
(116650, 695, 81, 'Kaden', 505500000, 79000000, 0),
(116651, 695, 81, 'Kadenbach', 503833300, 77333300, 0),
(116652, 695, 81, 'Kallenfels', 497976800, 74395500, 0),
(116653, 695, 81, 'Kallstadt', 494908300, 81761100, 0),
(116654, 695, 81, 'Kaltenengers', 504166700, 75500000, 0),
(116655, 695, 81, 'Kammerforst', 504500000, 76833300, 0),
(116656, 695, 81, 'Kamp-Bornhofen', 502166700, 76166700, 0),
(116657, 695, 81, 'Kapellen-Drusweiler', 491016700, 80311100, 0),
(116658, 695, 81, 'Kaplaneihof', 492666700, 73333300, 0),
(116659, 695, 81, 'Karschelt', 500796600, 61485000, 0),
(116660, 695, 81, 'Kasbach', 505833300, 72666700, 0),
(116661, 695, 81, 'Kasdorf', 502064300, 77842400, 0),
(116662, 695, 81, 'Kasel', 497617000, 67322200, 0),
(116663, 695, 81, 'Kashofen', 493333300, 74166700, 0),
(116664, 695, 81, 'Katzweiler', 495000000, 77000000, 0),
(116665, 695, 81, 'Kau', 506091200, 73408400, 0),
(116666, 695, 81, 'Kerzenheim', 495763900, 80597200, 0),
(116667, 695, 81, 'Kesseling', 504833300, 70166700, 0),
(116668, 695, 81, 'Kesten', 499000000, 69500000, 0),
(116669, 695, 81, 'Kindel', 499695200, 70520100, 0),
(116670, 695, 81, 'Kirburg', 506833300, 79333300, 0),
(116671, 695, 81, 'Kirchheim an der Weinstrasse', 495372200, 81808300, 0),
(116672, 695, 81, 'Kirchwald', 503666700, 71500000, 0),
(116673, 695, 81, 'Kleinbockenheim', 496166700, 81833300, 0),
(116674, 695, 81, 'Kleinholbach', 504454800, 79055400, 0),
(116675, 695, 81, 'Kleinkarlbach', 495386100, 81497200, 0),
(116676, 695, 81, 'Kleinsteinhausen', 492000000, 74666700, 0),
(116677, 695, 81, 'Kleinweidelbach', 499994300, 76481700, 0),
(116678, 695, 81, 'Klingen', 491388900, 80566700, 0),
(116679, 695, 81, 'Klingenmunster', 491405600, 80186100, 0),
(116680, 695, 81, 'Klotten', 501666700, 72000000, 0),
(116681, 695, 81, 'Klusserath', 498333300, 68500000, 0),
(116682, 695, 81, 'Kobern', 503085600, 74591700, 0),
(116683, 695, 81, 'Kobern-Gondorf', 503000000, 74500000, 0),
(116684, 695, 81, 'Kollig', 496341900, 64436300, 0),
(116685, 695, 81, 'Kollweiler', 495166700, 75833300, 0),
(116686, 695, 81, 'Kolsch-Bullesbach', 507082500, 73821300, 0),
(116687, 695, 81, 'Kongernheim', 498458300, 82466700, 0),
(116688, 695, 81, 'Konigsbach', 503242800, 75863900, 0),
(116689, 695, 81, 'Kordorf', 502833300, 79166700, 0),
(116690, 695, 81, 'Korweiler', 501000000, 74166700, 0),
(116691, 695, 81, 'Kottingen', 506541200, 73886200, 0),
(116692, 695, 81, 'Kovenig', 499812900, 71171600, 0),
(116693, 695, 81, 'Koxhausen', 499833300, 62333300, 0),
(116694, 695, 81, 'Kradenbach', 502500000, 68500000, 0),
(116695, 695, 81, 'Kratzenburg', 501833300, 75500000, 0),
(116696, 695, 81, 'Kreershauschen', 498859500, 76260500, 0),
(116697, 695, 81, 'Kreimbach', 495500000, 76333300, 0),
(116698, 695, 81, 'Kreuzberg', 502252800, 75845000, 0),
(116699, 695, 81, 'Krickenbach', 493666700, 76666700, 0),
(116700, 695, 81, 'Kriegsfeld', 497166700, 79166700, 0),
(116701, 695, 81, 'Kriegsheim', 496387200, 82215200, 0),
(116702, 695, 81, 'Kripp', 505600700, 72697700, 0),
(116703, 695, 81, 'Krov', 499833300, 70833300, 0),
(116704, 695, 81, 'Kruchten', 499000000, 63166700, 0),
(116705, 695, 81, 'Kuhardt', 491458300, 83144400, 0),
(116706, 695, 81, 'Kuhborncheshof', 494998300, 76738400, 0),
(116707, 695, 81, 'Kuhr', 502860200, 74596000, 0),
(116708, 695, 81, 'Kumbdchen', 499833300, 75166700, 0),
(116709, 695, 81, 'Kurrenberg', 503377200, 71589700, 0),
(116710, 695, 81, 'Kyllburg', 500386400, 65947800, 0),
(116711, 695, 81, 'Lambertsberg', 500833300, 63833300, 0),
(116712, 695, 81, 'Lampertsmuhle', 494842300, 77183300, 0),
(116713, 695, 81, 'Lamscheid', 501435600, 75736100, 0),
(116714, 695, 81, 'Langenbach bei Marienberg', 506380600, 79478700, 0),
(116715, 695, 81, 'Langweiler', 496666700, 75166700, 0),
(116716, 695, 81, 'Lantershofen', 505559000, 71064700, 0),
(116717, 695, 81, 'Lasdorf', 508000000, 78500000, 0),
(116718, 695, 81, 'Laufersweiler', 499000000, 73000000, 0),
(116719, 695, 81, 'Laumersheim', 495500000, 82333300, 0),
(116720, 695, 81, 'Laurenburg', 503333300, 79166700, 0),
(116721, 695, 81, 'Laurenziberg', 499316100, 79974200, 0),
(116722, 695, 81, 'Lautzenhausen', 499333300, 72666700, 0),
(116723, 695, 81, 'Lay', 503209400, 75400200, 0),
(116724, 695, 81, 'Leimersheim', 491333300, 83500000, 0),
(116725, 695, 81, 'Leingen', 507157800, 75430600, 0),
(116726, 695, 81, 'Leiselheim', 496405800, 83073500, 0),
(116727, 695, 81, 'Leubsdorf', 505500000, 73000000, 0),
(116728, 695, 81, 'Leuterod', 504833300, 78166700, 0),
(116729, 695, 81, 'Leuzbach', 506801900, 76242200, 0),
(116730, 695, 81, 'Liersberg', 497209900, 65374900, 0),
(116731, 695, 81, 'Liessem', 500333300, 64833300, 0),
(116732, 695, 81, 'Limbach', 497333300, 75500000, 0),
(116733, 695, 81, 'Locherhof', 508731900, 78378300, 0),
(116734, 695, 81, 'Lohnfeld', 506768300, 80904000, 0),
(116735, 695, 81, 'Lohnsfeld', 495500000, 78500000, 0),
(116736, 695, 81, 'Lohrermuhle', 498479700, 78373400, 0),
(116737, 695, 81, 'Lohrsdorf', 505504200, 71867500, 0),
(116738, 695, 81, 'Lollbach', 496833300, 75833300, 0),
(116739, 695, 81, 'Lonnig', 503166700, 74166700, 0),
(116740, 695, 81, 'Lonsheim', 497786100, 80766700, 0),
(116741, 695, 81, 'Losnich', 499666700, 70333300, 0),
(116742, 695, 81, 'Luckenbach', 504249200, 69134900, 0),
(116743, 695, 81, 'Ludwigshafen am Rhein-Oppau', 495186100, 83991700, 0),
(116744, 695, 81, 'Ludwigshof', 493333300, 84500000, 0),
(116745, 695, 81, 'Ludwigshohe', 498166700, 83436100, 0),
(116746, 695, 81, 'Ludwigswinkel', 490833300, 76666700, 0),
(116747, 695, 81, 'Lug', 491833300, 79000000, 0),
(116748, 695, 81, 'Lutzerath', 501333300, 70000000, 0),
(116749, 695, 81, 'Lutzingen', 504655400, 72808000, 0),
(116750, 695, 81, 'Luxem', 499997800, 69039300, 0),
(116751, 695, 81, 'Lykershausen', 502000000, 76666700, 0),
(116752, 695, 81, 'Machern', 499543200, 70021000, 0),
(116753, 695, 81, 'Mahlendorf', 498189700, 65280300, 0),
(116754, 695, 81, 'Mainz-Drais', 499752800, 81891700, 0),
(116755, 695, 81, 'Mainz-Ebersheim', 499127800, 82408300, 0),
(116756, 695, 81, 'Mainz-Finthen', 499888900, 81741700, 0),
(116757, 695, 81, 'Mainz-Zahlbach', 499862500, 82531800, 0),
(116758, 695, 81, 'Mallendar', 503874400, 76253700, 0),
(116759, 695, 81, 'Mandel', 498500000, 77666700, 0),
(116760, 695, 81, 'Mandern', 496000000, 67666700, 0),
(116761, 695, 81, 'Manubach', 500333300, 77500000, 0),
(116762, 695, 81, 'Mariahof', 497315500, 66585700, 0),
(116763, 695, 81, 'Marienberg', 502333300, 76166700, 0),
(116764, 695, 81, 'Maring', 499237300, 70043600, 0),
(116765, 695, 81, 'Marnheim', 496327800, 80400000, 0),
(116766, 695, 81, 'Martinshohe', 493666700, 74833300, 0),
(116767, 695, 81, 'Masholder', 499493300, 65145400, 0),
(116768, 695, 81, 'Mastershausen', 500666700, 73500000, 0),
(116769, 695, 81, 'Mauchenheim', 497180600, 80461100, 0),
(116770, 695, 81, 'Maudach', 494547200, 83755600, 0),
(116771, 695, 81, 'Maxdorf', 494880600, 82916700, 0),
(116772, 695, 81, 'Maximiliansau', 490337400, 82890800, 0),
(116773, 695, 81, 'Maxsain', 505500000, 77833300, 0),
(116774, 695, 81, 'Mechtersheim', 492669500, 84011100, 0),
(116775, 695, 81, 'Meinborn', 505000000, 75666700, 0),
(116776, 695, 81, 'Melsbach', 504833300, 74833300, 0),
(116777, 695, 81, 'Merl', 500401700, 71688900, 0),
(116778, 695, 81, 'Merscheid', 498236400, 70650700, 0),
(116779, 695, 81, 'Mertesdorf', 497721200, 67329000, 0),
(116780, 695, 81, 'Mertesheim', 495716700, 81355600, 0),
(116781, 695, 81, 'Mertloch', 502694800, 73081400, 0),
(116782, 695, 81, 'Merxheim', 497833300, 75666700, 0),
(116783, 695, 81, 'Merzalben', 492446700, 77307700, 0),
(116784, 695, 81, 'Mettweiler', 495833300, 73166700, 0),
(116785, 695, 81, 'Miellen', 503333300, 76666700, 0),
(116786, 695, 81, 'Miesau', 494052100, 74372400, 0),
(116787, 695, 81, 'Miesenheim', 504010900, 74110300, 0),
(116788, 695, 81, 'Minfeld', 490716700, 81452800, 0),
(116789, 695, 81, 'Mittel-Hambach', 493333300, 81333300, 0),
(116790, 695, 81, 'Mittelbollenbach', 496986700, 73969400, 0),
(116791, 695, 81, 'Mittelreidenbach', 497333300, 74500000, 0),
(116792, 695, 81, 'Mittelstrimmig', 500833300, 72833300, 0),
(116793, 695, 81, 'Molschbach', 493805600, 78220200, 0),
(116794, 695, 81, 'Monaise', 497166700, 66000000, 0),
(116795, 695, 81, 'Monzernheim', 497213900, 82283300, 0),
(116796, 695, 81, 'Monzingen', 498000000, 75833300, 0),
(116797, 695, 81, 'Morbach', 495762900, 76675100, 0),
(116798, 695, 81, 'Morlautern', 494685500, 77660500, 0),
(116799, 695, 81, 'Morlen', 507000000, 78833300, 0),
(116800, 695, 81, 'Morscheid', 497333300, 67500000, 0),
(116801, 695, 81, 'Morsdorf', 501000000, 73500000, 0),
(116802, 695, 81, 'Morswiesen', 503939000, 71247300, 0),
(116803, 695, 81, 'Morzheim', 491679200, 80766400, 0),
(116804, 695, 81, 'Moschelmuhle', 492771200, 76320200, 0),
(116805, 695, 81, 'Motsch', 499633000, 65525900, 0),
(116806, 695, 81, 'Mudenbach', 506666700, 77333300, 0),
(116807, 695, 81, 'Muhltal', 502394000, 75680600, 0),
(116808, 695, 81, 'Mullenbach', 502166700, 70666700, 0),
(116809, 695, 81, 'Munchschwanderhof', 494992400, 78016800, 0),
(116810, 695, 81, 'Munchweiler am Klingbach', 491500000, 79666700, 0),
(116811, 695, 81, 'Munchweiler an der Rodalbe', 492179800, 77029500, 0),
(116812, 695, 81, 'Mundersbach', 506000000, 77333300, 0),
(116813, 695, 81, 'Munster-Sarmsheim', 499500000, 79000000, 0),
(116814, 695, 81, 'Munstermaifeld', 502463800, 73620800, 0),
(116815, 695, 81, 'Muscheid', 505835600, 75554200, 0),
(116816, 695, 81, 'Muschenbach', 506833300, 77833300, 0),
(116817, 695, 81, 'Mutterschied', 499833300, 75666700, 0),
(116818, 695, 81, 'Nachtsheim', 503166700, 70666700, 0),
(116819, 695, 81, 'Nahbollenbach', 497139700, 73708700, 0),
(116820, 695, 81, 'Namedy', 504515700, 73645600, 0),
(116821, 695, 81, 'Nassau', 503142200, 78039200, 0),
(116822, 695, 81, 'Nassen', 505752300, 74652800, 0),
(116823, 695, 81, 'Nastatten', 501988300, 78589200, 0),
(116824, 695, 81, 'Naunheim', 502500000, 73166700, 0),
(116825, 695, 81, 'Nenzhauserhof', 501031000, 75995400, 0),
(116826, 695, 81, 'Neubrucke', 496083900, 71741500, 0),
(116827, 695, 81, 'Neudorf', 503682900, 76193400, 0),
(116828, 695, 81, 'Neufilzen', 499000000, 69833300, 0),
(116829, 695, 81, 'Neuhausel', 503833300, 77166700, 0),
(116830, 695, 81, 'Neuhochstein', 506218800, 79502500, 0),
(116831, 695, 81, 'Neuhoferthal', 493538400, 77908900, 0),
(116832, 695, 81, 'Neukirchen', 494910700, 78584400, 0),
(116833, 695, 81, 'Neumagen', 498500000, 69000000, 0),
(116834, 695, 81, 'Neumerl', 500507900, 71371500, 0),
(116835, 695, 81, 'Neunkhausen', 507000000, 79000000, 0),
(116836, 695, 81, 'Neupotz', 491177800, 83194400, 0),
(116837, 695, 81, 'Neuweg', 496995500, 73425600, 0),
(116838, 695, 81, 'Ney', 501833300, 75333300, 0),
(116839, 695, 81, 'Nieder-Florsheim', 496524100, 82106800, 0),
(116840, 695, 81, 'Nieder-Ingelheim', 499775600, 80724600, 0),
(116841, 695, 81, 'Nieder-Saulheim', 498756100, 81490700, 0),
(116842, 695, 81, 'Niederadenau', 504299600, 69323700, 0),
(116843, 695, 81, 'Niederahr', 504833300, 78500000, 0),
(116844, 695, 81, 'Niederauerbach', 492572000, 73940300, 0),
(116845, 695, 81, 'Niederbuchenau', 505768900, 74090200, 0),
(116846, 695, 81, 'Niederdorf', 505163200, 78105400, 0),
(116847, 695, 81, 'Niederdreisbach', 507500000, 79333300, 0),
(116848, 695, 81, 'Niederehe', 503119900, 67554000, 0),
(116849, 695, 81, 'Niederelbert', 504166700, 78166700, 0),
(116850, 695, 81, 'Niederelz', 502930100, 71237300, 0),
(116851, 695, 81, 'Niederemmel', 498802000, 69273300, 0),
(116852, 695, 81, 'Niederesch', 505500000, 70333300, 0),
(116853, 695, 81, 'Niederfischbach', 508500000, 78666700, 0),
(116854, 695, 81, 'Niederhattert', 506578700, 77578100, 0),
(116855, 695, 81, 'Niederhersdorf', 501705300, 65091100, 0),
(116856, 695, 81, 'Niederhochstadt', 492420000, 82182800, 0),
(116857, 695, 81, 'Niederkirchen', 495833300, 77000000, 0),
(116858, 695, 81, 'Niederkirchen bei Deidesheim', 494150000, 82100000, 0),
(116859, 695, 81, 'Niederlahnstein', 503126800, 76032800, 0),
(116860, 695, 81, 'Niederlustadt', 492462000, 82877600, 0),
(116861, 695, 81, 'Niederlutzingen', 504728500, 73016400, 0),
(116862, 695, 81, 'Niedermanderscheid', 500905600, 68171000, 0),
(116863, 695, 81, 'Niederoberweiler', 504666700, 72500000, 0),
(116864, 695, 81, 'Niederschelderhutte', 508415500, 79612700, 0),
(116865, 695, 81, 'Niederschlettenbach', 490833300, 78500000, 0),
(116866, 695, 81, 'Niedersimten', 491769200, 75982200, 0),
(116867, 695, 81, 'Niederspay', 502638500, 76453500, 0),
(116868, 695, 81, 'Niederstadtfeld', 501666700, 67666700, 0),
(116869, 695, 81, 'Niedersteinebach', 506001800, 75069200, 0),
(116870, 695, 81, 'Niederwerth', 504000000, 76166700, 0),
(116871, 695, 81, 'Niederworresbach', 497666700, 73333300, 0),
(116872, 695, 81, 'Niederzissen', 504666700, 72333300, 0),
(116873, 695, 81, 'Nierendorf', 505798200, 71492400, 0),
(116874, 695, 81, 'Niersbach', 499333300, 67500000, 0),
(116875, 695, 81, 'Nievern', 503333300, 76833300, 0),
(116876, 695, 81, 'Nimshuscheid', 501000000, 64833300, 0),
(116877, 695, 81, 'Nister Mohrendorf', 506556300, 80776400, 0),
(116878, 695, 81, 'Nittel', 496500000, 64500000, 0),
(116879, 695, 81, 'Nochern', 501666700, 77166700, 0),
(116880, 695, 81, 'Nonnenaue', 500137100, 81188900, 0),
(116881, 695, 81, 'Norheim', 498000000, 78166700, 0),
(116882, 695, 81, 'Nortershausen', 502166700, 74833300, 0),
(116883, 695, 81, 'Notwende', 495030600, 83744400, 0),
(116884, 695, 81, 'Nurburg', 503333300, 69500000, 0),
(116885, 695, 81, 'Ober Krombach', 507718800, 77827300, 0),
(116886, 695, 81, 'Ober-Florsheim', 496830600, 81552800, 0),
(116887, 695, 81, 'Ober-Hambach', 493333300, 81166700, 0),
(116888, 695, 81, 'Ober-Hilbersheim', 499000000, 80288900, 0),
(116889, 695, 81, 'Oberahr', 505000000, 78666700, 0),
(116890, 695, 81, 'Oberbreisig', 505007900, 72773900, 0),
(116891, 695, 81, 'Oberdreis', 506333300, 76666700, 0),
(116892, 695, 81, 'Oberdreisbach', 507216200, 79375400, 0),
(116893, 695, 81, 'Oberer Wiesenthalerhof', 494666700, 77166700, 0),
(116894, 695, 81, 'Oberfell', 502603800, 74446100, 0),
(116895, 695, 81, 'Obergondershausen', 501593700, 74833600, 0),
(116896, 695, 81, 'Oberheimbach', 500166700, 77833300, 0),
(116897, 695, 81, 'Oberhochstadt', 492379600, 82043700, 0),
(116898, 695, 81, 'Oberhummerich', 505685600, 74958400, 0),
(116899, 695, 81, 'Oberlahnstein', 502970500, 76154200, 0),
(116900, 695, 81, 'Obermehlen', 502290600, 63904600, 0),
(116901, 695, 81, 'Obermendig', 503736800, 72557600, 0),
(116902, 695, 81, 'Oberndorf', 497166700, 78166700, 0),
(116903, 695, 81, 'Oberneisen', 503166700, 80833300, 0),
(116904, 695, 81, 'Obernhof', 503166700, 78500000, 0),
(116905, 695, 81, 'Oberspay', 502521700, 76461200, 0),
(116906, 695, 81, 'Oberstreit', 498000000, 77000000, 0),
(116907, 695, 81, 'Obersulzen', 495683300, 82113900, 0),
(116908, 695, 81, 'Obertiefenbach', 502333300, 78833300, 0),
(116909, 695, 81, 'Oberwallmenach', 501666700, 78333300, 0),
(116910, 695, 81, 'Oberweiler im Tal', 495833300, 75500000, 0),
(116911, 695, 81, 'Oberweis', 499666700, 64166700, 0),
(116912, 695, 81, 'Oberzerf', 495875700, 66759600, 0),
(116913, 695, 81, 'Oberzissen', 504500000, 72000000, 0),
(116914, 695, 81, 'Ochtendung', 503500000, 73833300, 0),
(116915, 695, 81, 'Ockenfels', 505761000, 72753500, 0),
(116916, 695, 81, 'Odenbach', 496833300, 76500000, 0),
(116917, 695, 81, 'Oeverich', 505873700, 71145200, 0),
(116918, 695, 81, 'Offenbach an der Queich', 492022200, 81811100, 0),
(116919, 695, 81, 'Oggersheim', 494925000, 83683300, 0),
(116920, 695, 81, 'Ohlenberg', 505882500, 72820700, 0),
(116921, 695, 81, 'Ohmbach', 494500000, 73500000, 0),
(116922, 695, 81, 'Olewig', 497410700, 66727400, 0),
(116923, 695, 81, 'Olsbrucken', 495333300, 76500000, 0),
(116924, 695, 81, 'Olsdorf', 499535400, 63822000, 0),
(116925, 695, 81, 'Oppenhausen', 501997100, 74816900, 0),
(116926, 695, 81, 'Oranienstein', 503822000, 80127500, 0),
(116927, 695, 81, 'Osann', 499166700, 69500000, 0),
(116928, 695, 81, 'Osann-Monzel', 499166700, 69500000, 0),
(116929, 695, 81, 'Otterberg', 495030100, 77699500, 0),
(116930, 695, 81, 'Otterstadt', 493722200, 84477800, 0),
(116931, 695, 81, 'Otzingen', 505000000, 78333300, 0),
(116932, 695, 81, 'Pantenburg', 500833300, 68333300, 0),
(116933, 695, 81, 'Partenheim', 498838900, 80822200, 0),
(116934, 695, 81, 'Pellingen', 496755200, 66708500, 0),
(116935, 695, 81, 'Pelm', 502333300, 66833300, 0),
(116936, 695, 81, 'Pfalzel', 497810400, 66941100, 0),
(116937, 695, 81, 'Pfalzfeld', 501166700, 75833300, 0),
(116938, 695, 81, 'Pfeddersheim', 496357200, 82792200, 0),
(116939, 695, 81, 'Pickliessem', 498166700, 69833300, 0),
(116940, 695, 81, 'Piesport', 498864000, 69164900, 0),
(116941, 695, 81, 'Pittenbach', 501833300, 63500000, 0),
(116942, 695, 81, 'Planig', 498620400, 79125000, 0),
(116943, 695, 81, 'Pomster', 503534600, 68427700, 0),
(116944, 695, 81, 'Pottum', 506000000, 80000000, 0),
(116945, 695, 81, 'Preist', 499166700, 66333300, 0),
(116946, 695, 81, 'Prum', 502078500, 64201900, 0),
(116947, 695, 81, 'Prumzurlay', 498666700, 64333300, 0),
(116948, 695, 81, 'Putzborn', 501925300, 68088200, 0),
(116949, 695, 81, 'Putzfeld', 504917500, 69832700, 0),
(116950, 695, 81, 'Queichhambach', 492162000, 79919700, 0),
(116951, 695, 81, 'Queichheim', 491965100, 81388800, 0),
(116952, 695, 81, 'Quiddelbach', 503500000, 69333300, 0),
(116953, 695, 81, 'Quint', 498243600, 67063000, 0),
(116954, 695, 81, 'Racksen', 507333300, 77000000, 0),
(116955, 695, 81, 'Ramberg', 492602800, 80083300, 0),
(116956, 695, 81, 'Ramersbach', 504888200, 70974800, 0),
(116957, 695, 81, 'Ransbach', 504666700, 77333300, 0),
(116958, 695, 81, 'Raversbeuren', 499500000, 72333300, 0),
(116959, 695, 81, 'Rechtenbach', 490553100, 79601100, 0),
(116960, 695, 81, 'Rehlingerhof', 496166700, 64833300, 0),
(116961, 695, 81, 'Reichenbach', 495000000, 75333300, 0),
(116962, 695, 81, 'Reichenbacherhof', 494974500, 77432400, 0),
(116963, 695, 81, 'Reichenstein Falkenburg', 500068200, 78520000, 0),
(116964, 695, 81, 'Reifferscheid', 504052900, 68849900, 0),
(116965, 695, 81, 'Reil', 500166700, 71166700, 0),
(116966, 695, 81, 'Reinsfeld', 496833300, 68833300, 0),
(116967, 695, 81, 'Reipeldingen', 500833300, 61833300, 0),
(116968, 695, 81, 'Reipoltskirchen', 496333300, 76666700, 0),
(116969, 695, 81, 'Reitzenhain', 501500000, 77833300, 0),
(116970, 695, 81, 'Reudelsterz', 503166700, 71500000, 0),
(116971, 695, 81, 'Reuschbach', 494776700, 74826700, 0),
(116972, 695, 81, 'Rheindurkheim', 497013900, 83547200, 0),
(116973, 695, 81, 'Rhodt unter Rietburg', 492697200, 81077800, 0),
(116974, 695, 81, 'Riedelberg', 491833300, 74500000, 0),
(116975, 695, 81, 'Rieschweiler', 492500000, 75000000, 0),
(116976, 695, 81, 'Rimschweiler', 492188000, 73757100, 0),
(116977, 695, 81, 'Ringen', 505716100, 70967000, 0),
(116978, 695, 81, 'Rissbach', 499625500, 71052900, 0),
(116979, 695, 81, 'Rittersheim', 496647200, 80583300, 0),
(116980, 695, 81, 'Riveris', 497166700, 67666700, 0),
(116981, 695, 81, 'Rodersheim', 494286100, 82511100, 0),
(116982, 695, 81, 'Rodersheim-Gronau', 494300000, 82613900, 0),
(116983, 695, 81, 'Roderthal', 493400600, 79235300, 0),
(116984, 695, 81, 'Rodt', 495505900, 65871400, 0),
(116985, 695, 81, 'Rohl', 499333300, 65833300, 0),
(116986, 695, 81, 'Rohrbach', 491366700, 81286100, 0),
(116987, 695, 81, 'Rolandswerth', 506448300, 72044600, 0),
(116988, 695, 81, 'Rommersheim', 498233800, 80902300, 0),
(116989, 695, 81, 'Roschbach', 492461100, 81188900, 0),
(116990, 695, 81, 'Rotenhain', 506000000, 78833300, 0),
(116991, 695, 81, 'Ruber', 503000000, 73666700, 0),
(116992, 695, 81, 'Ruchheim', 494743000, 83280400, 0),
(116993, 695, 81, 'Ruckeroth', 505666700, 77500000, 0),
(116994, 695, 81, 'Rudesheim', 498500000, 78166700, 0),
(116995, 695, 81, 'Ruhbank', 491831100, 76323500, 0),
(116996, 695, 81, 'Rumbach', 490966000, 77876500, 0),
(116997, 695, 81, 'Rummelsheim', 499330700, 78597700, 0),
(116998, 695, 81, 'Ruppach', 504500000, 78833300, 0),
(116999, 695, 81, 'Ruppach-Goldhausen', 504666700, 78833300, 0),
(117000, 695, 81, 'Ruppertsecken', 496500000, 78833300, 0),
(117001, 695, 81, 'Ruppertsweiler', 491970700, 76895700, 0),
(117002, 695, 81, 'Ruthweiler', 495500000, 73666700, 0),
(117003, 695, 81, 'Sabershausen', 501207000, 74130600, 0),
(117004, 695, 81, 'Saline', 494666700, 81833300, 0),
(117005, 695, 81, 'Salmrohr', 499284200, 68471500, 0),
(117006, 695, 81, 'Sambach', 494936600, 77166500, 0),
(117007, 695, 81, 'Sand', 494124600, 73935700, 0),
(117008, 695, 81, 'Sangerhof', 494744000, 73880100, 0),
(117009, 695, 81, 'Sankt Antoniushof', 497447000, 76792200, 0),
(117010, 695, 81, 'Sankt Johannisberg', 497982500, 74964200, 0),
(117011, 695, 81, 'Sankt Martin', 493002800, 81052800, 0),
(117012, 695, 81, 'Sankt Medard', 497333200, 66295400, 0),
(117013, 695, 81, 'Sankt Sebastian', 504166700, 75666700, 0),
(117014, 695, 81, 'Sankt Thomas', 500666700, 66000000, 0),
(117015, 695, 81, 'Sarnstall', 492108900, 79383600, 0),
(117016, 695, 81, 'Sassenroth', 507704700, 79152400, 0),
(117017, 695, 81, 'Sausenheim', 495474400, 81576900, 0),
(117018, 695, 81, 'Schallodenbach', 495500000, 77166700, 0),
(117019, 695, 81, 'Scharfbillig', 499323300, 65552300, 0),
(117020, 695, 81, 'Scheuerfeld', 507833300, 78333300, 0),
(117021, 695, 81, 'Scheuern', 500166700, 63000000, 0),
(117022, 695, 81, 'Schimsheim', 498158600, 80616800, 0),
(117023, 695, 81, 'Schindeldorf', 499314400, 77725700, 0),
(117024, 695, 81, 'Schleidweiler', 498814700, 66606300, 0),
(117025, 695, 81, 'Schmelz', 496406700, 70117000, 0),
(117026, 695, 81, 'Schmittweiler bei Odenbach', 496912900, 77034000, 0),
(117027, 695, 81, 'Schoden', 496333300, 65833300, 0),
(117028, 695, 81, 'Schonbach', 502166700, 69500000, 0),
(117029, 695, 81, 'Schoneberg', 499166700, 77500000, 0),
(117030, 695, 81, 'Schonecken', 501590900, 64682000, 0),
(117031, 695, 81, 'Schonenberg', 494166700, 73833300, 0),
(117032, 695, 81, 'Schonenberg-Kubelberg', 494000000, 73666700, 0),
(117033, 695, 81, 'Schrollbach', 494539400, 74873400, 0),
(117034, 695, 81, 'Schwabenheim', 499287900, 80952500, 0),
(117035, 695, 81, 'Schwedelbach', 495000000, 76000000, 0),
(117036, 695, 81, 'Schweighausen', 502833300, 77500000, 0),
(117037, 695, 81, 'Schweppenhausen', 499166700, 78000000, 0),
(117038, 695, 81, 'Schwirzheim', 502333300, 65333300, 0),
(117039, 695, 81, 'Seck', 505833300, 80500000, 0),
(117040, 695, 81, 'Seebach', 494520200, 81583100, 0),
(117041, 695, 81, 'Seelenberg', 507833300, 79666700, 0),
(117042, 695, 81, 'Sehl', 501378300, 71789700, 0),
(117043, 695, 81, 'Seibersbach', 499666700, 77166700, 0),
(117044, 695, 81, 'Senheim', 500833300, 72166700, 0),
(117045, 695, 81, 'Siebenbach', 503833300, 70333300, 0),
(117046, 695, 81, 'Siebenborn', 499343600, 69925300, 0),
(117047, 695, 81, 'Siefersheim', 498000000, 79500000, 0),
(117048, 695, 81, 'Siegelbach', 494675300, 76916800, 0),
(117049, 695, 81, 'Simmertal', 498166700, 75166700, 0),
(117050, 695, 81, 'Singhofen', 502833300, 78333300, 0),
(117051, 695, 81, 'Sippersfeld', 495500000, 79333300, 0),
(117052, 695, 81, 'Sohren', 499333300, 73166700, 0),
(117053, 695, 81, 'Sondernheim', 491926200, 83586900, 0),
(117054, 695, 81, 'Sorth', 507000000, 76833300, 0),
(117055, 695, 81, 'Spabrucken', 499000000, 77166700, 0),
(117056, 695, 81, 'Spay', 502500000, 76500000, 0),
(117057, 695, 81, 'Spesbach', 494262200, 75028900, 0),
(117058, 695, 81, 'Spesenroth', 500500000, 74500000, 0),
(117059, 695, 81, 'Speyerdorf', 493342500, 82029000, 0),
(117060, 695, 81, 'Stadecken', 499088900, 81302800, 0),
(117061, 695, 81, 'Stadecken-Elsheim', 499122200, 81252800, 0),
(117062, 695, 81, 'Stadtkyll', 503500000, 65333300, 0),
(117063, 695, 81, 'Stambach', 492445400, 74553900, 0),
(117064, 695, 81, 'Stangenrod', 506574200, 79028000, 0),
(117065, 695, 81, 'Starkenburg', 499666700, 71333300, 0),
(117066, 695, 81, 'Starkmuhle', 497028000, 83061800, 0),
(117067, 695, 81, 'Staudernheim', 497833300, 76833300, 0),
(117068, 695, 81, 'Staudt', 504666700, 78333300, 0),
(117069, 695, 81, 'Stebach', 505166700, 76500000, 0),
(117070, 695, 81, 'Steckenstein', 507870000, 78003400, 0),
(117071, 695, 81, 'Steinbach', 494526800, 73844700, 0),
(117072, 695, 81, 'Steinbach am Donnersberg', 496000000, 79500000, 0),
(117073, 695, 81, 'Steinborn', 495545200, 80414800, 0),
(117074, 695, 81, 'Steineberg', 501833300, 69166700, 0),
(117075, 695, 81, 'Stockhausen', 506580100, 73613900, 0),
(117076, 695, 81, 'Strasse', 505833300, 78166700, 0),
(117077, 695, 81, 'Streithausen', 507000000, 78166700, 0),
(117078, 695, 81, 'Strodt', 506002300, 73641700, 0),
(117079, 695, 81, 'Strohn', 501166700, 69166700, 0),
(117080, 695, 81, 'Studernheim', 495076400, 83616700, 0),
(117081, 695, 81, 'Tarforst', 497415700, 66919600, 0),
(117082, 695, 81, 'Tawern', 496666700, 65166700, 0),
(117083, 695, 81, 'Teschenmoschel', 496333300, 77333300, 0),
(117084, 695, 81, 'Thal', 507571100, 77182200, 0),
(117085, 695, 81, 'Thalfroschen', 492577300, 75775600, 0),
(117086, 695, 81, 'Theodorshalle', 498166700, 78500000, 0),
(117087, 695, 81, 'Thornich', 498333300, 68333300, 0),
(117088, 695, 81, 'Tiefenstein', 497456000, 72755400, 0),
(117089, 695, 81, 'Tongeshof', 499166700, 82500000, 0),
(117090, 695, 81, 'Traisen', 498166700, 78166700, 0),
(117091, 695, 81, 'Trechtingshausen', 500166700, 78500000, 0),
(117092, 695, 81, 'Trimbs', 503166700, 73000000, 0),
(117093, 695, 81, 'Trippstadt', 493593500, 77748000, 0),
(117094, 695, 81, 'Trittenheim', 498166700, 69000000, 0),
(117095, 695, 81, 'Trittscheid', 501490800, 68248600, 0),
(117096, 695, 81, 'Udenheim', 498647200, 81716700, 0),
(117097, 695, 81, 'Udersdorf', 501500000, 68000000, 0),
(117098, 695, 81, 'Undenheim', 498380600, 82188900, 0),
(117099, 695, 81, 'Ungstein', 494792600, 81796100, 0),
(117100, 695, 81, 'Unterschutzen', 507521000, 76524600, 0),
(117101, 695, 81, 'Untersulzbach', 495166700, 76666700, 0),
(117102, 695, 81, 'Urbach-Uberdorf', 505569000, 75869500, 0),
(117103, 695, 81, 'Uxheim', 503500000, 67500000, 0),
(117104, 695, 81, 'Veitsrodt', 497500000, 73000000, 0),
(117105, 695, 81, 'Vettelhoven', 505710100, 70565200, 0),
(117106, 695, 81, 'Vielbach', 505166700, 77666700, 0),
(117107, 695, 81, 'Vollmersweiler', 490650000, 80772200, 0),
(117108, 695, 81, 'Wabern', 503952300, 71411000, 0),
(117109, 695, 81, 'Wahlheim', 497177800, 81061100, 0),
(117110, 695, 81, 'Waldalgesheim', 499500000, 78333300, 0),
(117111, 695, 81, 'Waldbockelheim', 498166700, 77166700, 0),
(117112, 695, 81, 'Waldbreitbach', 505500000, 74166700, 0),
(117113, 695, 81, 'Waldfischbach-Burgalben', 492833300, 76666700, 0),
(117114, 695, 81, 'Waldhilbersheim', 498956200, 78342200, 0),
(117115, 695, 81, 'Waldmuhlen', 505833300, 80666700, 0),
(117116, 695, 81, 'Waldrach', 497462300, 67454300, 0),
(117117, 695, 81, 'Walgenbach', 506724500, 74225000, 0),
(117118, 695, 81, 'Walhausen', 500333300, 72833300, 0),
(117119, 695, 81, 'Wallers', 504938600, 72579600, 0),
(117120, 695, 81, 'Wallertheim', 498355600, 80513900, 0),
(117121, 695, 81, 'Wallhalben', 493166700, 75333300, 0),
(117122, 695, 81, 'Wallmerod', 504833300, 79500000, 0),
(117123, 695, 81, 'Walporzheim', 505329800, 70814200, 0),
(117124, 695, 81, 'Walzenack', 500497700, 63887000, 0),
(117125, 695, 81, 'Wassenach', 504333300, 72833300, 0),
(117126, 695, 81, 'Wattenheim', 495216700, 80616700, 0),
(117127, 695, 81, 'Watzerath', 501833300, 63666700, 0),
(117128, 695, 81, 'Weiden', 498166700, 73000000, 0),
(117129, 695, 81, 'Weidenbach', 501333300, 67166700, 0),
(117130, 695, 81, 'Weidenhahn', 505500000, 78333300, 0),
(117131, 695, 81, 'Weidenthal', 494166700, 80000000, 0),
(117132, 695, 81, 'Weiperath', 498050900, 70727100, 0),
(117133, 695, 81, 'Weisel', 501166700, 78000000, 0),
(117134, 695, 81, 'Weisenheim am Sand', 495180600, 82477800, 0),
(117135, 695, 81, 'Weitefeld', 507166700, 79333300, 0),
(117136, 695, 81, 'Weitersbach', 498666700, 73166700, 0),
(117137, 695, 81, 'Weitersborn', 498500000, 75333300, 0),
(117138, 695, 81, 'Welchenhausen', 501578900, 61470600, 0),
(117139, 695, 81, 'Welcherath', 503166700, 69666700, 0),
(117140, 695, 81, 'Weltersbach', 494517600, 75182600, 0),
(117141, 695, 81, 'Wengerohr', 499752800, 69404200, 0),
(117142, 695, 81, 'Werlau', 501570400, 76869900, 0),
(117143, 695, 81, 'Werlenbach', 505941200, 75761100, 0),
(117144, 695, 81, 'Weroth', 504666700, 79500000, 0),
(117145, 695, 81, 'Westerburg', 505593800, 79748200, 0),
(117146, 695, 81, 'Westernohe', 505833300, 81000000, 0),
(117147, 695, 81, 'Westum', 505369000, 72290200, 0),
(117148, 695, 81, 'Weyerbusch', 507166700, 75500000, 0),
(117149, 695, 81, 'Weyher', 492675700, 80851200, 0),
(117150, 695, 81, 'Wickelhof', 495496800, 77309300, 0),
(117151, 695, 81, 'Wies-Oppenheim', 496055100, 82976800, 0),
(117152, 695, 81, 'Wiesenthalerhof', 494654800, 77299000, 0),
(117153, 695, 81, 'Willingen', 506675800, 80877400, 0),
(117154, 695, 81, 'Willroth', 505666700, 75166700, 0),
(117155, 695, 81, 'Willscheid', 506224500, 73347200, 0),
(117156, 695, 81, 'Wilzenberg-Hussweiler', 497000000, 72166700, 0),
(117157, 695, 81, 'Windesheim', 499000000, 78166700, 0),
(117158, 695, 81, 'Winningen', 503166700, 75166700, 0),
(117159, 695, 81, 'Winterspelt', 502166700, 62166700, 0),
(117160, 695, 81, 'Winzenheim', 498702200, 78668300, 0),
(117161, 695, 81, 'Wirft', 503666700, 68666700, 0),
(117162, 695, 81, 'Wittgert', 505000000, 77000000, 0),
(117163, 695, 81, 'Woldert', 506000000, 76500000, 0),
(117164, 695, 81, 'Wolfsheim', 498722200, 80394400, 0),
(117165, 695, 81, 'Wolfstein', 495841100, 76049600, 0),
(117166, 695, 81, 'Wollendorf', 504512700, 74241000, 0),
(117167, 695, 81, 'Wollmesheim', 491801500, 80798600, 0),
(117168, 695, 81, 'Wollscheid', 504451200, 71461800, 0),
(117169, 695, 81, 'Wollstein', 498166700, 79666700, 0),
(117170, 695, 81, 'Wolsreeg', 506207900, 73961100, 0),
(117171, 695, 81, 'Womrath', 499166700, 74500000, 0),
(117172, 695, 81, 'Wurrich', 499833300, 73000000, 0),
(117173, 695, 81, 'Wurzweiler', 496500000, 78666700, 0),
(117174, 695, 81, 'Zemmer', 499000000, 67000000, 0),
(117175, 695, 81, 'Zeselberg', 493394600, 76047900, 0),
(117176, 695, 81, 'Zewen', 497198500, 65768100, 0),
(117177, 695, 81, 'Zinhain', 506438500, 79277500, 0),
(117178, 695, 81, 'Zotzenheim', 498666700, 79666700, 0),
(117179, 695, 81, 'Zurbach', 505520500, 78222500, 0),
(117180, 696, 81, 'Alsfassen', 494750500, 71567200, 0),
(117181, 696, 81, 'Altenkessel', 492599800, 69161900, 0),
(117182, 696, 81, 'Altenwald', 493128400, 70827400, 0),
(117183, 696, 81, 'Aschbacherhof', 492333300, 69166700, 0),
(117184, 696, 81, 'Bedersdorf', 493046700, 66424100, 0),
(117185, 696, 81, 'Beeden', 493072200, 73122600, 0),
(117186, 696, 81, 'Besseringen', 494756000, 66041600, 0),
(117187, 696, 81, 'Biesingen', 492198400, 72027400, 0),
(117188, 696, 81, 'Bietzen', 494149000, 66573500, 0),
(117189, 696, 81, 'Bildstock', 493343400, 70979800, 0),
(117190, 696, 81, 'Bilsdorf', 493832500, 68236100, 0),
(117191, 696, 81, 'Bischmisheim', 492215800, 70689700, 0),
(117192, 696, 81, 'Blickweiler', 492142300, 72529500, 0),
(117193, 696, 81, 'Bliesbergrhof', 493078200, 72936800, 0),
(117194, 696, 81, 'Bosen', 495708100, 70528600, 0),
(117195, 696, 81, 'Bosen-Eckelhausen', 495666700, 70500000, 0),
(117196, 696, 81, 'Braunshausen', 495825600, 69933200, 0),
(117197, 696, 81, 'Brebach', 492117100, 70403500, 0),
(117198, 696, 81, 'Breiten', 494698400, 71586200, 0),
(117199, 696, 81, 'Breitfurt', 491973000, 72465100, 0),
(117200, 696, 81, 'Britten', 495206100, 66765100, 0),
(117201, 696, 81, 'Bruckweierhof', 493166700, 72333300, 0),
(117202, 696, 81, 'Bubingen', 491847900, 70412900, 0),
(117203, 696, 81, 'Budingen', 494450200, 65530500, 0),
(117204, 696, 81, 'Buschfeld', 494935800, 68646300, 0),
(117205, 696, 81, 'Buweiler-Rathen', 495582700, 69262100, 0),
(117206, 696, 81, 'Calmesweiler', 494108500, 69561700, 0),
(117207, 696, 81, 'Dagstuhl', 495301600, 68921700, 0),
(117208, 696, 81, 'Derlen', 492913600, 68395700, 0),
(117209, 696, 81, 'Differten', 492423700, 67718700, 0),
(117210, 696, 81, 'Dirmingen', 494168700, 70156600, 0),
(117211, 696, 81, 'Dorf im Warndt', 491905700, 68170200, 0),
(117212, 696, 81, 'Dorrenbach', 494337800, 72352300, 0),
(117213, 696, 81, 'Duppenweiler', 494154400, 67666300, 0),
(117214, 696, 81, 'Duren', 493046700, 66621800, 0),
(117215, 696, 81, 'Eisweiler', 495156800, 71523200, 0),
(117216, 696, 81, 'Engelfangen', 492930700, 69081200, 0),
(117217, 696, 81, 'Ensheim', 492048600, 71091100, 0),
(117218, 696, 81, 'Eschringen', 491889400, 71014900, 0),
(117219, 696, 81, 'Etzenhofen', 493125800, 69144300, 0),
(117220, 696, 81, 'Fenne', 492470200, 68849900, 0),
(117221, 696, 81, 'Fischbach', 493073600, 70279600, 0),
(117222, 696, 81, 'Frankenholz', 493813700, 72566400, 0),
(117223, 696, 81, 'Fraulautern', 493262500, 67723400, 0),
(117224, 696, 81, 'Fremersdorf', 494047400, 66482600, 0),
(117225, 696, 81, 'Friedrichsthal', 493278600, 70962200, 0),
(117226, 696, 81, 'Furpach', 493226600, 72108100, 0),
(117227, 696, 81, 'Furschweiler', 495156800, 71788800, 0),
(117228, 696, 81, 'Furstenhausen', 492431600, 68643100, 0),
(117229, 696, 81, 'Furth', 494233500, 72391900, 0),
(117230, 696, 81, 'Gennweiler', 493707500, 70584300, 0),
(117231, 696, 81, 'Gersheim', 491500000, 72000000, 0),
(117232, 696, 81, 'Gersweiler', 492365100, 69296600, 0),
(117233, 696, 81, 'Gottbillshutte', 494917900, 68347400, 0),
(117234, 696, 81, 'Gottelborn', 493456200, 70352800, 0),
(117235, 696, 81, 'Graulheck', 493657100, 71136500, 0),
(117236, 696, 81, 'Griesborn', 492979200, 68041300, 0),
(117237, 696, 81, 'Hangard', 493826000, 72104600, 0),
(117238, 696, 81, 'Hanweiler', 491166700, 70500000, 0),
(117239, 696, 81, 'Hasborn-Dautweiler', 494930000, 69782600, 0),
(117240, 696, 81, 'Hassel', 492660000, 71624300, 0),
(117241, 696, 81, 'Haustadt', 494137300, 67245900, 0),
(117242, 696, 81, 'Heiligenwald', 493557300, 70960700, 0),
(117243, 696, 81, 'Hellwies', 494317100, 67500700, 0),
(117244, 696, 81, 'Hemmersdorf', 493550200, 66139900, 0),
(117245, 696, 81, 'Hilschbach', 493178800, 69503100, 0),
(117246, 696, 81, 'Hirstein', 495287300, 71738600, 0),
(117247, 696, 81, 'Hirtel', 493512500, 69236600, 0),
(117248, 696, 81, 'Hixberg', 492913600, 69286400, 0),
(117249, 696, 81, 'Hoflimberg', 493366100, 67066200, 0),
(117250, 696, 81, 'Holzmuhle', 492997200, 67464100, 0),
(117251, 696, 81, 'Homburg-Nord', 493500000, 73333300, 0),
(117252, 696, 81, 'Honzrath', 494283000, 67295700, 0),
(117253, 696, 81, 'Hulzweiler', 493187900, 68130600, 0),
(117254, 696, 81, 'Huttersdorf', 494247900, 68452900, 0),
(117255, 696, 81, 'Huttigweiler', 493898500, 70729000, 0),
(117256, 696, 81, 'Imweiler', 495108300, 70776200, 0),
(117257, 696, 81, 'In der Sabelkaul', 492333300, 67000000, 0),
(117258, 696, 81, 'Ittersdorf', 492972100, 66556000, 0),
(117259, 696, 81, 'Jagersburg', 493689600, 73237600, 0),
(117260, 696, 81, 'Jagersfreude', 492655500, 70059900, 0),
(117261, 696, 81, 'Kaisen', 493709300, 70166800, 0),
(117262, 696, 81, 'Kerlingen', 493172500, 66510500, 0),
(117263, 696, 81, 'Keuchingen', 494943300, 65870800, 0),
(117264, 696, 81, 'Kirrberg', 493041500, 73708900, 0),
(117265, 696, 81, 'Klarenthal', 492302700, 68946900, 0),
(117266, 696, 81, 'Kleinottweiler', 493460400, 72933800, 0),
(117267, 696, 81, 'Knausholz', 492978400, 68233200, 0),
(117268, 696, 81, 'Kolln', 493017800, 68893800, 0),
(117269, 696, 81, 'Konfeld', 495563400, 68340700, 0),
(117270, 696, 81, 'Korprich', 493897300, 68345900, 0),
(117271, 696, 81, 'Krettnich', 495249600, 69436400, 0),
(117272, 696, 81, 'Kutzhof', 493472900, 69848800, 0),
(117273, 696, 81, 'Labach', 493606800, 68701800, 0),
(117274, 696, 81, 'Landsweiler-Reden', 493561300, 71327400, 0),
(117275, 696, 81, 'Lautenbach', 494183200, 72643800, 0),
(117276, 696, 81, 'Limbach', 493131200, 72739000, 0),
(117277, 696, 81, 'Lindscheid', 494907000, 69265700, 0),
(117278, 696, 81, 'Lisdorf', 493053000, 67587100, 0),
(117279, 696, 81, 'Ludweiler-Warndt', 492207400, 68119500, 0),
(117280, 696, 81, 'Lummerschied', 493547500, 70014400, 0),
(117281, 696, 81, 'Macherbach', 494232700, 69566200, 0),
(117282, 696, 81, 'Marth', 494723600, 72585300, 0),
(117283, 696, 81, 'Maybach', 493206700, 70680900, 0),
(117284, 696, 81, 'Mechern', 494193100, 66301100, 0),
(117285, 696, 81, 'Medelsheim', 491443600, 72674600, 0),
(117286, 696, 81, 'Merchweiler', 493500000, 70500000, 0),
(117287, 696, 81, 'Mettnich', 495401300, 69793100, 0),
(117288, 696, 81, 'Mondorf', 494175100, 65977300, 0),
(117289, 696, 81, 'Morscholz', 495594900, 68580200, 0),
(117290, 696, 81, 'Munchwies', 493945500, 72441100, 0),
(117291, 696, 81, 'Nennig', 495329000, 63808300, 0),
(117292, 696, 81, 'Neufechingen', 492166700, 70333300, 0),
(117293, 696, 81, 'Neuforweiler', 492869500, 67297100, 0),
(117294, 696, 81, 'Neuhof', 492955000, 67175500, 0),
(117295, 696, 81, 'Neumunster', 494025800, 71691600, 0),
(117296, 696, 81, 'Niederbexbach', 493318300, 72616200, 0),
(117297, 696, 81, 'Niederlimberg', 493333300, 67166700, 0),
(117298, 696, 81, 'Niedersalbach', 493344300, 69112100, 0),
(117299, 696, 81, 'Niederwurzbach', 492427100, 71965600, 0),
(117300, 696, 81, 'Nunkirchen', 494861200, 68404600, 0),
(117301, 696, 81, 'Oberkirchen', 495246500, 72588700, 0),
(117302, 696, 81, 'Oberlinxweiler', 494547300, 71501200, 0),
(117303, 696, 81, 'Oberperl', 494727000, 63931800, 0),
(117304, 696, 81, 'Ommersheim', 492184900, 71586200, 0),
(117305, 696, 81, 'Oppen', 494551800, 67818600, 0),
(117306, 696, 81, 'Orscholz', 495059300, 65250200, 0),
(117307, 696, 81, 'Osenbach', 495089400, 70878700, 0),
(117308, 696, 81, 'Pachten', 493561900, 67121300, 0),
(117309, 696, 81, 'Pflugscheid', 492954100, 69321600, 0),
(117310, 696, 81, 'Piesbach', 493888200, 68035400, 0),
(117311, 696, 81, 'Pikard', 492984600, 67289700, 0),
(117312, 696, 81, 'Prumburg', 494166700, 69666700, 0),
(117313, 696, 81, 'Puttlingen', 492855000, 68872300, 0),
(117314, 696, 81, 'Rammelfangen', 493309200, 66328800, 0),
(117315, 696, 81, 'Rappweiler', 495408600, 67979100, 0),
(117316, 696, 81, 'Rassweiler', 493841300, 70724100, 0),
(117317, 696, 81, 'Rehlingen-Siersburg', 493666700, 66833300, 0),
(117318, 696, 81, 'Reimsbach', 494506000, 67675100, 0),
(117319, 696, 81, 'Reisbach', 493613100, 68819100, 0),
(117320, 696, 81, 'Rentrisch', 492674400, 70840600, 0),
(117321, 696, 81, 'Rilchingen-Hanweiler', 491159000, 70571000, 0),
(117322, 696, 81, 'Rissenthal', 494671400, 67550500, 0),
(117323, 696, 81, 'Ritterstrasse', 492785800, 69027200, 0),
(117324, 696, 81, 'Roden', 493333500, 67509500, 0),
(117325, 696, 81, 'Rohrbach', 492828200, 71650600, 0),
(117326, 696, 81, 'Roth', 495246200, 68624000, 0),
(117327, 696, 81, 'Saal', 494619900, 72475400, 0),
(117328, 696, 81, 'Saarfels', 493933200, 66730100, 0),
(117329, 696, 81, 'Sanddorf', 493400000, 73675300, 0),
(117330, 696, 81, 'Sankt Nikolaus', 491705200, 68287300, 0),
(117331, 696, 81, 'Scheiden', 495458800, 67316500, 0),
(117332, 696, 81, 'Scheidterberg', 492424800, 70690200, 0),
(117333, 696, 81, 'Schonbach', 491958700, 70177000, 0),
(117334, 696, 81, 'Schonbruch', 493166700, 67166700, 0),
(117335, 696, 81, 'Schuren', 493008900, 71086700, 0),
(117336, 696, 81, 'Schwarzenholz', 493344300, 68615400, 0),
(117337, 696, 81, 'Schwarzerden', 495339400, 72830000, 0),
(117338, 696, 81, 'Schwemlingen', 494657900, 65877700, 0),
(117339, 696, 81, 'Seelbach', 492292200, 71855800, 0),
(117340, 696, 81, 'Sehndorf', 494776100, 63840900, 0),
(117341, 696, 81, 'Sotzweiler', 494671500, 70002600, 0),
(117342, 696, 81, 'Spiesen-Elversberg', 493166700, 71333300, 0),
(117343, 696, 81, 'Sprengen', 493073700, 68532000, 0),
(117344, 696, 81, 'Steinbach', 494070100, 72103800, 0),
(117345, 696, 81, 'Sulzbach', 492988200, 70569600, 0),
(117346, 696, 81, 'Theley', 494999500, 70248800, 0),
(117347, 696, 81, 'Turkismuhle', 495762900, 71099900, 0),
(117348, 696, 81, 'Unterfelsberg', 492901000, 66952900, 0),
(117349, 696, 81, 'Urweiler', 494801700, 71799100, 0),
(117350, 696, 81, 'Volkingen-Ludweiler', 492206200, 68056000, 0),
(117351, 696, 81, 'Wadrill', 495855800, 68937500, 0),
(117352, 696, 81, 'Wahlschied', 493409000, 69985100, 0),
(117353, 696, 81, 'Wallerfangen', 493333300, 67166700, 0),
(117354, 696, 81, 'Walpershofen', 493212100, 69251200, 0),
(117355, 696, 81, 'Webenheim', 492410800, 72720100, 0),
(117356, 696, 81, 'Wehrden', 492476400, 68242300, 0),
(117357, 696, 81, 'Wellesweiler', 493489500, 72266000, 0),
(117358, 696, 81, 'Werbeln', 492460100, 67929800, 0),
(117359, 696, 81, 'Wiebelskirchen', 493708400, 71877700, 0),
(117360, 696, 81, 'Wiesbach', 493714800, 69799000, 0),
(117361, 696, 81, 'Wittersheim', 491823800, 71641200, 0),
(117362, 696, 81, 'Wolfersweiler', 495648700, 71773700, 0),
(117363, 696, 81, 'Wustweilerhof', 493833300, 70500000, 0),
(117364, 698, 81, 'Abbendorf', 527493200, 109046300, 0),
(117365, 698, 81, 'Abbenrode', 519287100, 106255000, 0),
(117366, 698, 81, 'Aderstedt', 517798200, 116956700, 0),
(117367, 698, 81, 'Agnesdorf', 514953900, 110919000, 0),
(117368, 698, 81, 'Ahlsdorf', 515454300, 114665500, 0),
(117369, 698, 81, 'Alberstedt', 514475800, 116251100, 0),
(117370, 698, 81, 'Altenbrak', 517265500, 109415700, 0),
(117371, 698, 81, 'Altenburg', 511508600, 117727300, 0),
(117372, 698, 81, 'Altenplathow', 524172600, 121420100, 0),
(117373, 698, 81, 'Altenrode', 518513400, 107343000, 0),
(117374, 698, 81, 'Altkothen', 517666700, 119833300, 0),
(117375, 698, 81, 'Altmersleben', 526855200, 114244200, 0),
(117376, 698, 81, 'Am Scheuberg', 516500000, 115166700, 0),
(117377, 698, 81, 'Andersleben', 520152500, 113003000, 0),
(117378, 698, 81, 'Apollensdorf', 518763400, 125501200, 0),
(117379, 698, 81, 'Arensdorf', 517089200, 120131600, 0),
(117380, 698, 81, 'Arnsdorfer Berge', 518025500, 129721500, 0),
(117381, 698, 81, 'Atzendorf', 513383300, 119543700, 0),
(117382, 698, 81, 'Aue-Aylsdorf', 510679800, 121251700, 0),
(117383, 698, 81, 'Baalberge', 517646900, 117988000, 0),
(117384, 698, 81, 'Bad Bibra', 512079600, 115851700, 0),
(117385, 698, 81, 'Bad Durrenberg', 512954400, 120658300, 0),
(117386, 698, 81, 'Bad Lauchstadt', 513865200, 118695600, 0),
(117387, 698, 81, 'Bad Schmiedeberg', 516851600, 127348200, 0),
(117388, 698, 81, 'Bad Suderode', 517333300, 111166700, 0),
(117389, 698, 81, 'Badersleben', 519852000, 108895100, 0),
(117390, 698, 81, 'Baumersroda', 512613600, 117566200, 0),
(117391, 698, 81, 'Bebertal Eins', 522394400, 113348400, 0),
(117392, 698, 81, 'Bebitz', 517184000, 117566500, 0),
(117393, 698, 81, 'Beckendorf-Neindorf', 520926200, 111555900, 0),
(117394, 698, 81, 'Bedra', 512808800, 118828900, 0),
(117395, 698, 81, 'Benneckenbeck', 520872100, 115779600, 0),
(117396, 698, 81, 'Benneckenrode', 517543900, 110145400, 0),
(117397, 698, 81, 'Bergisdorf', 510318200, 121178400, 0),
(117398, 698, 81, 'Berkau', 519686100, 126409300, 0),
(117399, 698, 81, 'Beuchlitz', 514450600, 119012000, 0),
(117400, 698, 81, 'Beuditzvorstadt', 512008500, 119419200, 0),
(117401, 698, 81, 'Beyernaumburg', 514739200, 113945100, 0),
(117402, 698, 81, 'Biendorf', 517507700, 118484700, 0),
(117403, 698, 81, 'Bischofrode', 514865600, 115316400, 0),
(117404, 698, 81, 'Blankenheim', 515166700, 114166700, 0),
(117405, 698, 81, 'Bobbau', 516874700, 122725300, 0),
(117406, 698, 81, 'Boblas', 511105800, 118156500, 0),
(117407, 698, 81, 'Bohnshausen', 518591800, 109625300, 0),
(117408, 698, 81, 'Borgau', 511791000, 115222800, 0),
(117409, 698, 81, 'Bornitz', 510882100, 121716200, 0),
(117410, 698, 81, 'Breiteberg', 515166700, 110500000, 0),
(117411, 698, 81, 'Breitenstein', 516200300, 109462500, 0),
(117412, 698, 81, 'Brietz', 528695700, 110852800, 0),
(117413, 698, 81, 'Brietzke', 521027800, 120040300, 0),
(117414, 698, 81, 'Brosa', 516123900, 125121400, 0),
(117415, 698, 81, 'Bruckdorf', 514446200, 120284000, 0),
(117416, 698, 81, 'Bruckfeld', 521285400, 116673100, 0),
(117417, 698, 81, 'Buch', 524865400, 119457400, 0),
(117418, 698, 81, 'Buko', 519427300, 124080500, 0),
(117419, 698, 81, 'Bullenstedt', 517951000, 116719600, 0),
(117420, 698, 81, 'Bulstringen', 523166700, 113500000, 0),
(117421, 698, 81, 'Burgwerben', 512227000, 119839600, 0),
(117422, 698, 81, 'Calvorde', 523955100, 112946300, 0),
(117423, 698, 81, 'Cattenstedt', 517769700, 109676200, 0),
(117424, 698, 81, 'Chuttlitz', 528639200, 111165000, 0),
(117425, 698, 81, 'Cobbelsdorf', 519607800, 125299700, 0),
(117426, 698, 81, 'Colbitz', 523170800, 116053400, 0),
(117427, 698, 81, 'Cracau', 521169200, 116666700, 0),
(117428, 698, 81, 'Dahlenwarsleben', 521951900, 115373600, 0),
(117429, 698, 81, 'Deersheim', 519832000, 107809000, 0),
(117430, 698, 81, 'Dequede', 528362200, 116860100, 0),
(117431, 698, 81, 'Derenburg', 518708600, 109102900, 0),
(117432, 698, 81, 'Diebzig', 518653100, 119387200, 0),
(117433, 698, 81, 'Dieskau', 514355300, 120403500, 0),
(117434, 698, 81, 'Dietendorf', 510055900, 120298300, 0),
(117435, 698, 81, 'Dietersdorf', 515290500, 110488100, 0),
(117436, 698, 81, 'Dobien', 519051900, 126106800, 0),
(117437, 698, 81, 'Dodendorf', 520406700, 116156400, 0),
(117438, 698, 81, 'Dohndorf', 517255100, 118735200, 0),
(117439, 698, 81, 'Domersleben', 520919900, 114375700, 0),
(117440, 698, 81, 'Dorna', 517831300, 127110400, 0),
(117441, 698, 81, 'Dorndorf', 512352700, 116804800, 0),
(117442, 698, 81, 'Drackenstedt', 521550800, 113504200, 0),
(117443, 698, 81, 'Dreckente', 515416500, 119628200, 0),
(117444, 698, 81, 'Drobel', 517991500, 117769900, 0),
(117445, 698, 81, 'Droyssig', 510500000, 120333300, 0),
(117446, 698, 81, 'Drubeck', 518582000, 107183900, 0),
(117447, 698, 81, 'Dusedau', 527639300, 117938300, 0),
(117448, 698, 81, 'Ebersroda', 512513800, 117702400, 0),
(117449, 698, 81, 'Edderitz', 516993400, 119371200, 0),
(117450, 698, 81, 'Eichenbarleben', 521668800, 114012500, 0),
(117451, 698, 81, 'Eilsleben', 521470800, 112103500, 0),
(117452, 698, 81, 'Elbingerode', 517703900, 108055700, 0),
(117453, 698, 81, 'Elend', 517447400, 106875800, 0),
(117454, 698, 81, 'Elsnigk', 517913200, 120570800, 0),
(117455, 698, 81, 'Elstervorstadt', 518644700, 126907600, 0),
(117456, 698, 81, 'Emmeringen', 520482000, 112540200, 0),
(117457, 698, 81, 'Emseloh', 515017900, 113917300, 0),
(117458, 698, 81, 'Ermlitz', 513918200, 121594600, 0),
(117459, 698, 81, 'Fermersleben', 520921100, 116549500, 0),
(117460, 698, 81, 'Fischbeck', 525398600, 120167700, 0),
(117461, 698, 81, 'Flessau', 527599600, 116709300, 0),
(117462, 698, 81, 'Forderstedt', 518971700, 116334900, 0),
(117463, 698, 81, 'Frankenheim-Lindennaundorf', 513358200, 122515800, 0),
(117464, 698, 81, 'Frankleben', 513114400, 119293200, 0),
(117465, 698, 81, 'Friedersdorf', 516480900, 123655500, 0),
(117466, 698, 81, 'Friedrichsaue', 518358300, 113315500, 0),
(117467, 698, 81, 'Friedrichstadt', 518875100, 126694700, 0),
(117468, 698, 81, 'Frose', 517958100, 113791400, 0),
(117469, 698, 81, 'Gaditz', 517662600, 126738300, 0),
(117470, 698, 81, 'Gagel', 528461000, 115764400, 0),
(117471, 698, 81, 'Garitz', 519866100, 122372300, 0),
(117472, 698, 81, 'Garsena', 516497900, 117938300, 0),
(117473, 698, 81, 'Gartenstadt Hopfengarten', 520879700, 116286400, 0),
(117474, 698, 81, 'Gartenstadt Luttgensalbke', 520794000, 116468000, 0),
(117475, 698, 81, 'Germenau', 525617400, 109846100, 0),
(117476, 698, 81, 'Gernrode', 517257500, 111387600, 0),
(117477, 698, 81, 'Gerwisch', 521766200, 117397200, 0),
(117478, 698, 81, 'Geuz', 517566300, 119534700, 0),
(117479, 698, 81, 'Giebichenstein', 515166700, 119666700, 0),
(117480, 698, 81, 'Glauzig', 516540200, 119920100, 0),
(117481, 698, 81, 'Glebitzsch', 515963900, 121913800, 0),
(117482, 698, 81, 'Glusig', 522387300, 114414000, 0),
(117483, 698, 81, 'Gniebendorf', 512511200, 120287900, 0),
(117484, 698, 81, 'Golpa', 517196800, 123646300, 0),
(117485, 698, 81, 'Gonna', 515092600, 113237600, 0),
(117486, 698, 81, 'Gorrenberg', 518000000, 129666700, 0),
(117487, 698, 81, 'Gorzig', 516638100, 119975900, 0),
(117488, 698, 81, 'Gottesgnaden', 519031000, 117844900, 0),
(117489, 698, 81, 'Grabo', 517724400, 129364200, 0),
(117490, 698, 81, 'Grafenhainichen', 517289200, 124565100, 0),
(117491, 698, 81, 'Granschutz', 511843100, 120514900, 0),
(117492, 698, 81, 'Gravenitz', 527197900, 116767800, 0),
(117493, 698, 81, 'Greppin', 516468200, 123006600, 0),
(117494, 698, 81, 'Grobzig', 516822600, 118745300, 0),
(117495, 698, 81, 'Grochlitz', 511541800, 118270800, 0),
(117496, 698, 81, 'Grockstadt', 513281900, 115801300, 0),
(117497, 698, 81, 'Groeningen', 519374400, 112160100, 0),
(117498, 698, 81, 'Groitsch', 515538600, 119527900, 0),
(117499, 698, 81, 'Groitzschen', 510644700, 120824100, 0),
(117500, 698, 81, 'Gross Bornecke', 518846800, 114703200, 0),
(117501, 698, 81, 'Gross Germersleben', 520042400, 113639300, 0),
(117502, 698, 81, 'Gross Muhlingen', 519560600, 117094500, 0),
(117503, 698, 81, 'Grossalsleben', 519805800, 112256200, 0),
(117504, 698, 81, 'Grosse Muhle', 516318600, 123536000, 0),
(117505, 698, 81, 'Grossgrafendorf', 513938100, 118153600, 0),
(117506, 698, 81, 'Grosskorbetha', 512600200, 120301200, 0),
(117507, 698, 81, 'Grossosida', 510359500, 121096300, 0),
(117508, 698, 81, 'Grosszoberitz', 516194000, 121792100, 0),
(117509, 698, 81, 'Grunau', 511686600, 121422900, 0),
(117510, 698, 81, 'Grunewalde', 520299500, 117454800, 0),
(117511, 698, 81, 'Guntersberge', 516447500, 109806400, 0),
(117512, 698, 81, 'Gusten', 517963700, 116124600, 0),
(117513, 698, 81, 'Gutter', 522678700, 119082200, 0),
(117514, 698, 81, 'Gutz', 515310300, 121565100, 0),
(117515, 698, 81, 'Haardorf', 510663400, 119160000, 0),
(117516, 698, 81, 'Hainfeld', 515776500, 109251600, 0),
(117517, 698, 81, 'Hainichen', 510395500, 121691200, 0),
(117518, 698, 81, 'Hakeborn', 519184700, 113650800, 0),
(117519, 698, 81, 'Haldensleben II', 522645300, 114210600, 0),
(117520, 698, 81, 'Hamersleben', 520629700, 110854500, 0),
(117521, 698, 81, 'Harzgerode', 516418900, 111433000, 0),
(117522, 698, 81, 'Hausneindorf', 518401000, 112722700, 0),
(117523, 698, 81, 'Hecklingen', 518470500, 115341600, 0),
(117524, 698, 81, 'Heideloh', 516268700, 122013400, 0),
(117525, 698, 81, 'Helfta', 515042900, 115783600, 0),
(117526, 698, 81, 'Hermerode', 515983000, 112858500, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(117527, 698, 81, 'Hermsdorf', 521874000, 114755600, 0),
(117528, 698, 81, 'Heyrothsberge', 521380200, 117335700, 0),
(117529, 698, 81, 'Hohenmolsen', 511577000, 121000000, 0),
(117530, 698, 81, 'Hohentramm', 527082600, 111460700, 0),
(117531, 698, 81, 'Hohenwarsleben', 521789800, 114999400, 0),
(117532, 698, 81, 'Hohenwarthe', 522296800, 117152800, 0),
(117533, 698, 81, 'Hohenwulsch', 526718400, 115996000, 0),
(117534, 698, 81, 'Holdenstedt', 514756300, 114462200, 0),
(117535, 698, 81, 'Holzhausen', 526277000, 115462500, 0),
(117536, 698, 81, 'Holzweissig', 515981900, 123084200, 0),
(117537, 698, 81, 'Hordorf', 519953400, 111962000, 0),
(117538, 698, 81, 'Hornhausen', 520451000, 111710400, 0),
(117539, 698, 81, 'Horstdorf', 518166700, 124333300, 0),
(117540, 698, 81, 'Hotensleben', 521197400, 110223800, 0),
(117541, 698, 81, 'Hoyersdorf', 517299900, 121798000, 0),
(117542, 698, 81, 'Hubitz', 515949200, 115527100, 0),
(117543, 698, 81, 'Huttenrode', 517688000, 109038400, 0),
(117544, 698, 81, 'Immekath', 526260100, 110814700, 0),
(117545, 698, 81, 'Isenschnibbe', 525312300, 113920200, 0),
(117546, 698, 81, 'Ivenrode', 522727800, 112312900, 0),
(117547, 698, 81, 'Javenitz', 525333300, 115000000, 0),
(117548, 698, 81, 'Jeber-Bergfrieden', 519837400, 123501700, 0),
(117549, 698, 81, 'Jessnitz', 516830700, 122999200, 0),
(117550, 698, 81, 'Johannis-Vorstadt', 517500000, 114666700, 0),
(117551, 698, 81, 'Jonitz', 518368900, 122719000, 0),
(117552, 698, 81, 'Julienhof', 526166700, 120666700, 0),
(117553, 698, 81, 'Kabelitz', 525420300, 120491700, 0),
(117554, 698, 81, 'Kahmannsmuhle', 518833300, 110333300, 0),
(117555, 698, 81, 'Kaltendorf', 524360800, 109921300, 0),
(117556, 698, 81, 'Kammeritz', 513000000, 118500000, 0),
(117557, 698, 81, 'Keindorf', 524064000, 111954100, 0),
(117558, 698, 81, 'Kelbra', 514352800, 110414300, 0),
(117559, 698, 81, 'Kemberg', 517718900, 126322700, 0),
(117560, 698, 81, 'Kerstenberg', 527666700, 108666700, 0),
(117561, 698, 81, 'Kerzendorf', 519817700, 126608600, 0),
(117562, 698, 81, 'Kienberge', 518458400, 126249700, 0),
(117563, 698, 81, 'Kleckewitz', 517130000, 123000700, 0),
(117564, 698, 81, 'Klein Biesehof', 528666700, 117666700, 0),
(117565, 698, 81, 'Klein Germersleben', 520179000, 114063700, 0),
(117566, 698, 81, 'Klein Quenstedt', 519217900, 110655100, 0),
(117567, 698, 81, 'Klein Wanzleben', 520700500, 113659400, 0),
(117568, 698, 81, 'Klein-Schierstedt', 517546900, 115446000, 0),
(117569, 698, 81, 'Kleinau', 527995200, 115109600, 0),
(117570, 698, 81, 'Kleinkugel', 514572900, 120673100, 0),
(117571, 698, 81, 'Kleinkuhnau', 518392400, 121831800, 0),
(117572, 698, 81, 'Kleinosida', 510422500, 120983700, 0),
(117573, 698, 81, 'Kleinschwechten', 527094700, 118346800, 0),
(117574, 698, 81, 'Kleinwittenberg', 518662800, 126151600, 0),
(117575, 698, 81, 'Klepzig', 514839100, 121200400, 0),
(117576, 698, 81, 'Kleutsch', 517952800, 122965600, 0),
(117577, 698, 81, 'Klieken', 518880600, 123707000, 0),
(117578, 698, 81, 'Kliesberg', 517500000, 125000000, 0),
(117579, 698, 81, 'Klostermansfeld', 515833300, 115000000, 0),
(117580, 698, 81, 'Klussiedlung', 518629700, 110515700, 0),
(117581, 698, 81, 'Kochstedt', 514754500, 118017300, 0),
(117582, 698, 81, 'Kockern', 516069100, 121965000, 0),
(117583, 698, 81, 'Kolonie Freiimfelde', 513801000, 119781100, 0),
(117584, 698, 81, 'Kolonie Helbra', 515500000, 114833300, 0),
(117585, 698, 81, 'Kolonie Neu Gruneberg', 521213400, 116847200, 0),
(117586, 698, 81, 'Kolonie Waldheil', 514936100, 118700000, 0),
(117587, 698, 81, 'Konigshof', 517419400, 107658300, 0),
(117588, 698, 81, 'Kopsen', 511653300, 120569200, 0),
(117589, 698, 81, 'Kornitz', 517072500, 121081700, 0),
(117590, 698, 81, 'Kosslitz-Wiedebach', 511717200, 119735600, 0),
(117591, 698, 81, 'Kotzschau', 513124400, 121304400, 0),
(117592, 698, 81, 'Kotzschen', 513261000, 119723900, 0),
(117593, 698, 81, 'Kreisfeld', 515291500, 114850300, 0),
(117594, 698, 81, 'Kremkau', 526312000, 114510500, 0),
(117595, 698, 81, 'Kriegsdorf', 513502800, 120646700, 0),
(117596, 698, 81, 'Krinau', 528278700, 111771500, 0),
(117597, 698, 81, 'Krosigk', 516095200, 119343000, 0),
(117598, 698, 81, 'Krossuln', 511229000, 119936300, 0),
(117599, 698, 81, 'Krottorf', 519762900, 111787300, 0),
(117600, 698, 81, 'Kuckenburg', 514119600, 116529200, 0),
(117601, 698, 81, 'Kuhndorf', 510207700, 121398400, 0),
(117602, 698, 81, 'Kunrau', 525673800, 110177400, 0),
(117603, 698, 81, 'Kupferhutte', 514899200, 113101300, 0),
(117604, 698, 81, 'Kursdorf', 514188000, 122332800, 0),
(117605, 698, 81, 'Labetz', 518723600, 126966200, 0),
(117606, 698, 81, 'Ladekath', 527894500, 113392000, 0),
(117607, 698, 81, 'Langenbogen', 514830000, 117778600, 0),
(117608, 698, 81, 'Langenweddingen', 520337000, 115256900, 0),
(117609, 698, 81, 'Lemsdorf', 520983300, 115976100, 0),
(117610, 698, 81, 'Lennewitz', 513064200, 120720000, 0),
(117611, 698, 81, 'Leopoldshall', 518463600, 116057900, 0),
(117612, 698, 81, 'Leps', 519243000, 120500500, 0),
(117613, 698, 81, 'Lettin', 515263300, 119079400, 0),
(117614, 698, 81, 'Leuna-Ockendorf', 513308500, 120106900, 0),
(117615, 698, 81, 'Lieskau', 515039500, 118620800, 0),
(117616, 698, 81, 'Liesten', 527873400, 112949400, 0),
(117617, 698, 81, 'Listerfehrda', 518166700, 128500000, 0),
(117618, 698, 81, 'Loburg', 521150900, 120784000, 0),
(117619, 698, 81, 'Lochau', 513973800, 120530300, 0),
(117620, 698, 81, 'Loderburg', 518761100, 115397000, 0),
(117621, 698, 81, 'Lopitz', 513681900, 120451900, 0),
(117622, 698, 81, 'Lostau', 522087100, 117379500, 0),
(117623, 698, 81, 'Lubars', 521683200, 121238500, 0),
(117624, 698, 81, 'Luftkurort Arendsee', 528807300, 114862100, 0),
(117625, 698, 81, 'Lunstadt', 512605500, 119094000, 0),
(117626, 698, 81, 'Lutow', 528166700, 121833300, 0),
(117627, 698, 81, 'Lutzen', 512567100, 121416400, 0),
(117628, 698, 81, 'Mahlpfuhl', 524308200, 117698400, 0),
(117629, 698, 81, 'Markwerben', 512157800, 119407500, 0),
(117630, 698, 81, 'Martinsrieth', 514409200, 112438800, 0),
(117631, 698, 81, 'Mauken', 517215600, 128214000, 0),
(117632, 698, 81, 'Meisdorf', 517092100, 112937500, 0),
(117633, 698, 81, 'Melwitzer Siedlung', 517440600, 120087100, 0),
(117634, 698, 81, 'Memleben', 512659500, 114922100, 0),
(117635, 698, 81, 'Mescheide', 517226300, 124711900, 0),
(117636, 698, 81, 'Meyendorf', 520876700, 113304900, 0),
(117637, 698, 81, 'Michaelstein', 518064900, 109126400, 0),
(117638, 698, 81, 'Mildensee', 518253800, 122848400, 0),
(117639, 698, 81, 'Miltern', 525586100, 119332100, 0),
(117640, 698, 81, 'Mollendorf', 515720800, 114104800, 0),
(117641, 698, 81, 'Morsleben', 522189700, 111094100, 0),
(117642, 698, 81, 'Mosigkau', 518073200, 121531500, 0),
(117643, 698, 81, 'Mosthinsdorf', 516384600, 120236600, 0),
(117644, 698, 81, 'Mucheln', 512968800, 118075900, 0),
(117645, 698, 81, 'Muggenbusch', 528410900, 121147400, 0),
(117646, 698, 81, 'Muhlanger', 518500000, 127500000, 0),
(117647, 698, 81, 'Muhlstedt', 519260000, 122587900, 0),
(117648, 698, 81, 'Muhro', 520136000, 122346000, 0),
(117649, 698, 81, 'Mukrena', 517026900, 116843400, 0),
(117650, 698, 81, 'Muldenstein', 516719200, 123454800, 0),
(117651, 698, 81, 'Munchenhof', 518294800, 111179600, 0),
(117652, 698, 81, 'Mutzel', 523792700, 121751300, 0),
(117653, 698, 81, 'Nauendorf', 516000000, 118833300, 0),
(117654, 698, 81, 'Nedlitz', 520753600, 122348800, 0),
(117655, 698, 81, 'Neinstedt', 517495000, 110872100, 0),
(117656, 698, 81, 'Nellschutz', 512049100, 120495800, 0),
(117657, 698, 81, 'Nempitz', 512925200, 121466700, 0),
(117658, 698, 81, 'Nemsdorf', 513621300, 116612800, 0),
(117659, 698, 81, 'Neu Berge', 528258000, 119863200, 0),
(117660, 698, 81, 'Neu Konigsaue', 518341600, 114020000, 0),
(117661, 698, 81, 'Neu Runstedt', 519319800, 110378400, 0),
(117662, 698, 81, 'Neu Stassfurt', 518802800, 115603400, 0),
(117663, 698, 81, 'Neu Vandsburg', 517666700, 107833300, 0),
(117664, 698, 81, 'Neuborna', 517809000, 117165000, 0),
(117665, 698, 81, 'Neuehutte', 517498000, 107496700, 0),
(117666, 698, 81, 'Neugattersleben', 518509500, 117078300, 0),
(117667, 698, 81, 'Neugut', 520896500, 118499300, 0),
(117668, 698, 81, 'Neundorf', 518208000, 115748400, 0),
(117669, 698, 81, 'Neustadt', 515277600, 115392500, 0),
(117670, 698, 81, 'Niederbeuna', 513229600, 119565700, 0),
(117671, 698, 81, 'Niederholzhausen', 511271300, 115291300, 0),
(117672, 698, 81, 'Niemberg', 515503500, 120908900, 0),
(117673, 698, 81, 'Nienfelde', 528997800, 117702700, 0),
(117674, 698, 81, 'Nonnendorf', 519000000, 122666700, 0),
(117675, 698, 81, 'Noschenrode', 518299800, 107890100, 0),
(117676, 698, 81, 'Oberberge', 518040400, 129914500, 0),
(117677, 698, 81, 'Oberbeuna', 513213400, 119498300, 0),
(117678, 698, 81, 'Obergreisslau', 511755000, 119520300, 0),
(117679, 698, 81, 'Oberhutte', 515503400, 115476000, 0),
(117680, 698, 81, 'Oberrissdorf', 515407400, 116108700, 0),
(117681, 698, 81, 'Oberroblingen', 514370500, 113075000, 0),
(117682, 698, 81, 'Oberteutschenthal', 514500000, 118000000, 0),
(117683, 698, 81, 'Oberthau', 513862400, 121457300, 0),
(117684, 698, 81, 'Ochtmersleben', 521578200, 114089600, 0),
(117685, 698, 81, 'Olvenstedt', 521562100, 115708300, 0),
(117686, 698, 81, 'Opperode', 517169500, 112585800, 0),
(117687, 698, 81, 'Osmunde', 514465900, 121141900, 0),
(117688, 698, 81, 'Osterweddingen', 520440400, 115837100, 0),
(117689, 698, 81, 'Ottersleben', 520895300, 115710100, 0),
(117690, 698, 81, 'Pannigkau', 518107700, 126254000, 0),
(117691, 698, 81, 'Pansfelde', 516588400, 112787900, 0),
(117692, 698, 81, 'Parchau', 523223300, 118823200, 0),
(117693, 698, 81, 'Parey', 523802400, 119826900, 0),
(117694, 698, 81, 'Petersdorf', 515333300, 121333300, 0),
(117695, 698, 81, 'Pfaffendorf', 516982600, 119089400, 0),
(117696, 698, 81, 'Pfriemsdorf', 517206500, 120394800, 0),
(117697, 698, 81, 'Piethen', 516726200, 119306400, 0),
(117698, 698, 81, 'Plennschutz', 511536500, 119192100, 0),
(117699, 698, 81, 'Plossig', 517000000, 129500000, 0),
(117700, 698, 81, 'Plossnitz', 512082100, 116565700, 0),
(117701, 698, 81, 'Plotzkau', 517500000, 116833300, 0),
(117702, 698, 81, 'Poley', 517754900, 118207900, 0),
(117703, 698, 81, 'Potnitz', 518207200, 122860300, 0),
(117704, 698, 81, 'Pratau', 518422600, 126437300, 0),
(117705, 698, 81, 'Prester', 521028100, 116749500, 0),
(117706, 698, 81, 'Pretzien', 520453300, 118267800, 0),
(117707, 698, 81, 'Pretzier', 528322400, 112610500, 0),
(117708, 698, 81, 'Preusslitz', 517326100, 118109600, 0),
(117709, 698, 81, 'Priorau', 517326100, 122826400, 0),
(117710, 698, 81, 'Prosigk', 516996200, 120553000, 0),
(117711, 698, 81, 'Pruhlitz', 518461600, 127431800, 0),
(117712, 698, 81, 'Pulvermuhle', 518833300, 107000000, 0),
(117713, 698, 81, 'Punschrau', 511406400, 116778300, 0),
(117714, 698, 81, 'Puschendorf', 510500000, 121833300, 0),
(117715, 698, 81, 'Quenstedt', 516960700, 114564000, 0),
(117716, 698, 81, 'Rade', 517532100, 128857800, 0),
(117717, 698, 81, 'Radegast', 516565400, 120948500, 0),
(117718, 698, 81, 'Raguhn', 517116700, 122753100, 0),
(117719, 698, 81, 'Rasberg', 510383900, 121405700, 0),
(117720, 698, 81, 'Reddeber', 518662700, 108041500, 0),
(117721, 698, 81, 'Redekin', 524678400, 120761200, 0),
(117722, 698, 81, 'Reesdorf', 522424300, 121701400, 0),
(117723, 698, 81, 'Rehmsdorf', 510612300, 122145300, 0),
(117724, 698, 81, 'Reichardtswerben', 512485100, 119534900, 0),
(117725, 698, 81, 'Reideburg', 514839900, 120504700, 0),
(117726, 698, 81, 'Reinstedt', 517591200, 113530600, 0),
(117727, 698, 81, 'Rengerslage', 528127900, 118938200, 0),
(117728, 698, 81, 'Reuden', 511107400, 121947600, 0),
(117729, 698, 81, 'Reussen', 510839700, 121001400, 0),
(117730, 698, 81, 'Ribbensdorf', 523263200, 111034000, 0),
(117731, 698, 81, 'Riestedt', 514949600, 113602300, 0),
(117732, 698, 81, 'Ritze', 528579500, 112086500, 0),
(117733, 698, 81, 'Roblingen am See', 514594400, 116823200, 0),
(117734, 698, 81, 'Rochau', 527166700, 117500000, 0),
(117735, 698, 81, 'Rogatz', 523166700, 117666700, 0),
(117736, 698, 81, 'Roitzsch', 515752600, 122633100, 0),
(117737, 698, 81, 'Roitzschgen', 515339100, 121497900, 0),
(117738, 698, 81, 'Ropzig', 514330100, 119435300, 0),
(117739, 698, 81, 'Rosa', 516158100, 124906500, 0),
(117740, 698, 81, 'Roschwitz', 517819800, 117657100, 0),
(117741, 698, 81, 'Rossen', 513320500, 120189600, 0),
(117742, 698, 81, 'Rossla', 514633100, 110757600, 0),
(117743, 698, 81, 'Rotehof', 518201900, 124682500, 0),
(117744, 698, 81, 'Rothensee', 521819000, 116605500, 0),
(117745, 698, 81, 'Rottmersleben', 522130800, 113990000, 0),
(117746, 698, 81, 'Runthal', 511264400, 120376200, 0),
(117747, 698, 81, 'Sachsenland-Wohnsiedlung', 520016400, 117544200, 0),
(117748, 698, 81, 'Salbke', 520774500, 116682500, 0),
(117749, 698, 81, 'Salsitz', 510388300, 120896000, 0),
(117750, 698, 81, 'Salzelmen', 520018200, 117191400, 0),
(117751, 698, 81, 'Samswegen', 522605900, 115617400, 0),
(117752, 698, 81, 'Sandersleben', 516774500, 115679500, 0),
(117753, 698, 81, 'Sankt Micheln', 512959800, 117794700, 0),
(117754, 698, 81, 'Sanne', 526580600, 119416200, 0),
(117755, 698, 81, 'Sargstedt', 519410000, 109868200, 0),
(117756, 698, 81, 'Sargstedter Siedlung', 519133300, 110244900, 0),
(117757, 698, 81, 'Satuelle', 523347500, 113795700, 0),
(117758, 698, 81, 'Schellsitz', 511580500, 118453900, 0),
(117759, 698, 81, 'Schlanstedt', 520122500, 110309600, 0),
(117760, 698, 81, 'Schlettau', 514553100, 119070600, 0),
(117761, 698, 81, 'Schlossvorstadt', 518671900, 126444200, 0),
(117762, 698, 81, 'Schmatzfeld', 518923600, 107648700, 0),
(117763, 698, 81, 'Schneidlingen', 518945400, 114448700, 0),
(117764, 698, 81, 'Schnellin', 517617800, 127096400, 0),
(117765, 698, 81, 'Schotterey', 513906600, 118411400, 0),
(117766, 698, 81, 'Schricke', 523035500, 116619500, 0),
(117767, 698, 81, 'Schulpforta', 511434900, 117525400, 0),
(117768, 698, 81, 'Schwanebeck', 519679000, 111239300, 0),
(117769, 698, 81, 'Schwiesau', 525976900, 112582800, 0),
(117770, 698, 81, 'Seeben', 515308600, 119750400, 0),
(117771, 698, 81, 'Seehausen', 521028700, 112915300, 0),
(117772, 698, 81, 'Seena', 511120200, 115216800, 0),
(117773, 698, 81, 'Selau', 511979500, 120037400, 0),
(117774, 698, 81, 'Serno', 520026300, 124219400, 0),
(117775, 698, 81, 'Siebenhausen', 516917000, 122312300, 0),
(117776, 698, 81, 'Sieglitz', 510649000, 117564700, 0),
(117777, 698, 81, 'Silstedt', 518618500, 108488300, 0),
(117778, 698, 81, 'Sohlener Strasse', 520500000, 116500000, 0),
(117779, 698, 81, 'Stangerode', 516573200, 113539200, 0),
(117780, 698, 81, 'Steckelberg', 511667900, 120894300, 0),
(117781, 698, 81, 'Stegelitz', 521899000, 119067600, 0),
(117782, 698, 81, 'Steimke', 525880700, 109675300, 0),
(117783, 698, 81, 'Steinfurth', 516771300, 122715000, 0),
(117784, 698, 81, 'Streetz', 519309700, 122272700, 0),
(117785, 698, 81, 'Stumsdorf', 516162700, 120637900, 0),
(117786, 698, 81, 'Tangermunde', 525446300, 119764700, 0),
(117787, 698, 81, 'Tarthun', 519324400, 114731000, 0),
(117788, 698, 81, 'Teuchel', 518810500, 126541900, 0),
(117789, 698, 81, 'Teuchern', 511209400, 120241000, 0),
(117790, 698, 81, 'Teuditz', 512828700, 120985100, 0),
(117791, 698, 81, 'Theerhutte', 524572200, 115080500, 0),
(117792, 698, 81, 'Throtha', 515166700, 119333300, 0),
(117793, 698, 81, 'Tilleda', 514201900, 111406500, 0),
(117794, 698, 81, 'Timmenrode', 517711300, 110062400, 0),
(117795, 698, 81, 'Tollwitz', 512860100, 120973300, 0),
(117796, 698, 81, 'Torten', 517916900, 122594900, 0),
(117797, 698, 81, 'Trabitz', 519071300, 118288300, 0),
(117798, 698, 81, 'Uberfunder', 522759300, 118169700, 0),
(117799, 698, 81, 'Unseburg', 519319900, 115181400, 0),
(117800, 698, 81, 'Unteresperstedt', 514333300, 116833300, 0),
(117801, 698, 81, 'Unterrissdorf', 515186200, 115976700, 0),
(117802, 698, 81, 'Vielbaum', 529145200, 117236600, 0),
(117803, 698, 81, 'Vockerode', 518500000, 123500000, 0),
(117804, 698, 81, 'Wahrburg', 525899600, 118259900, 0),
(117805, 698, 81, 'Waldau', 510638200, 119338600, 0),
(117806, 698, 81, 'Waldersee', 518436300, 122781200, 0),
(117807, 698, 81, 'Wallendorf', 513598300, 120753700, 0),
(117808, 698, 81, 'Wallhausen', 514611700, 112076000, 0),
(117809, 698, 81, 'Wassensdorf', 524500500, 109982700, 0),
(117810, 698, 81, 'Wedderstedt', 518395000, 112441100, 0),
(117811, 698, 81, 'Wedringen', 522742500, 114650900, 0),
(117812, 698, 81, 'Wehrstedt', 519029000, 110736000, 0),
(117813, 698, 81, 'Weissenschirmbach', 513139600, 115508000, 0),
(117814, 698, 81, 'Wendischbrome', 526172800, 109254400, 0),
(117815, 698, 81, 'Wennungen', 512665900, 116352800, 0),
(117816, 698, 81, 'Werdershausen', 516668800, 118938900, 0),
(117817, 698, 81, 'Werderthau', 516247000, 119984600, 0),
(117818, 698, 81, 'Wernsdorf', 511536400, 120342100, 0),
(117819, 698, 81, 'Westdorf', 517355200, 114350000, 0),
(117820, 698, 81, 'Wetterzeube', 510000000, 120166700, 0),
(117821, 698, 81, 'Wetzendorf', 512781800, 116413500, 0),
(117822, 698, 81, 'Wienrode', 517650700, 109727600, 0),
(117823, 698, 81, 'Wiesewitz', 515538500, 122066200, 0),
(117824, 698, 81, 'Wieskau', 516481700, 119360500, 0),
(117825, 698, 81, 'Wohlsdorf', 517645100, 118653100, 0),
(117826, 698, 81, 'Wolferode', 515065000, 115129900, 0),
(117827, 698, 81, 'Wolfsfelde', 520790800, 116355500, 0),
(117828, 698, 81, 'Wolmirsleben', 519500000, 114833300, 0),
(117829, 698, 81, 'Worpen', 519259400, 125030800, 0),
(117830, 698, 81, 'Zabakuck', 524563900, 122139800, 0),
(117831, 698, 81, 'Zabenstedt', 516204000, 116712100, 0),
(117832, 698, 81, 'Zahna', 519141000, 127856100, 0),
(117833, 698, 81, 'Zallmsdorf', 519021100, 128366200, 0),
(117834, 698, 81, 'Zappendorf', 515102400, 117951400, 0),
(117835, 698, 81, 'Zaschwitz', 515746200, 118078900, 0),
(117836, 698, 81, 'Zedau', 527916300, 117220400, 0),
(117837, 698, 81, 'Zehbitz', 516749800, 121317700, 0),
(117838, 698, 81, 'Zehmitz', 516595000, 121108200, 0),
(117839, 698, 81, 'Zehringen', 517647200, 120234000, 0),
(117840, 698, 81, 'Zemnick', 518666700, 128500000, 0),
(117841, 698, 81, 'Zetzsch', 511632800, 121087800, 0),
(117842, 698, 81, 'Zeuchfeld', 512361000, 118285400, 0),
(117843, 698, 81, 'Zielitz', 522895800, 116757200, 0),
(117844, 698, 81, 'Zilly', 519454800, 108261200, 0),
(117845, 698, 81, 'Zipsendorf', 510503400, 122838200, 0),
(117846, 698, 81, 'Zoberitz', 515072800, 120337700, 0),
(117847, 698, 81, 'Zorbau', 512000000, 120166700, 0),
(117848, 698, 81, 'Zorbig', 516289400, 121174000, 0),
(117849, 698, 81, 'Zoschen', 513580200, 121165200, 0),
(117850, 698, 81, 'Zscherndorf', 516108700, 122675500, 0),
(117851, 698, 81, 'Zschochergen', 513503800, 121574000, 0),
(117852, 698, 81, 'Zwintschona', 514471100, 120446200, 0),
(117853, 697, 81, 'Abtnaundorf', 513659400, 124281000, 0),
(117854, 697, 81, 'Aitzendorf', 510672600, 128786900, 0),
(117855, 697, 81, 'Albernau', 505489800, 126531000, 0),
(117856, 697, 81, 'Alberoda', 506139900, 127051000, 0),
(117857, 697, 81, 'Alberthohe', 507333300, 124500000, 0),
(117858, 697, 81, 'Albrechtshain', 513057200, 125652700, 0),
(117859, 697, 81, 'Altenbach', 513535300, 126805000, 0),
(117860, 697, 81, 'Altendorf', 508371600, 128803500, 0),
(117861, 697, 81, 'Altensalz', 505183300, 122202300, 0),
(117862, 697, 81, 'Altgeringswalde', 510845200, 129159000, 0),
(117863, 697, 81, 'Altgersdorf', 509835600, 146066700, 0),
(117864, 697, 81, 'Altmugeln', 512396000, 130382000, 0),
(117865, 697, 81, 'Altpestitz', 510169100, 137368200, 0),
(117866, 697, 81, 'Altranstadt', 513148400, 121771900, 0),
(117867, 697, 81, 'Altscherbitz', 513929200, 122433800, 0),
(117868, 697, 81, 'Altstadt Borna', 511208300, 125067500, 0),
(117869, 697, 81, 'Altstadt Waldenburg', 508666700, 126166700, 0),
(117870, 697, 81, 'Am Bahnhof Kieritzsch', 511500000, 124166700, 0),
(117871, 697, 81, 'Am Fruhlingsberg', 510542200, 144432900, 0),
(117872, 697, 81, 'Ammelshain', 512930600, 126404600, 0),
(117873, 697, 81, 'An Neudorfel', 507000000, 124833300, 0),
(117874, 697, 81, 'Antheil-Muckenhain', 512833300, 149000000, 0),
(117875, 697, 81, 'Antonshohe', 504941300, 127675300, 0),
(117876, 697, 81, 'Arnsdorf', 509495400, 127336700, 0),
(117877, 697, 81, 'Aspenhauser', 510244600, 132252700, 0),
(117878, 697, 81, 'Auenhain', 512639900, 124314800, 0),
(117879, 697, 81, 'Auf dem Berge', 506689300, 125501300, 0),
(117880, 697, 81, 'Augustusbad', 511360200, 138995400, 0),
(117881, 697, 81, 'Augustusburg', 508119200, 131019700, 0),
(117882, 697, 81, 'Baalsdorf', 513234200, 124802100, 0),
(117883, 697, 81, 'Bad Brambach', 502166700, 123166700, 0),
(117884, 697, 81, 'Bad Duben', 515917400, 125849200, 0),
(117885, 697, 81, 'Bad Elster', 502819200, 122343000, 0),
(117886, 697, 81, 'Bad Schandau', 509174300, 141549400, 0),
(117887, 697, 81, 'Barenwalde', 505666900, 125291800, 0),
(117888, 697, 81, 'Barnsdorf', 511633100, 137305100, 0),
(117889, 697, 81, 'Baschutz', 511763000, 144986600, 0),
(117890, 697, 81, 'Basslitz', 512325700, 135329900, 0),
(117891, 697, 81, 'Bauda', 513266400, 134704700, 0),
(117892, 697, 81, 'Baumannsberg', 505000000, 125333300, 0),
(117893, 697, 81, 'Beerendorf', 515231400, 123732700, 0),
(117894, 697, 81, 'Beerwalde', 508888600, 135829800, 0),
(117895, 697, 81, 'Beiersdorf', 506806300, 123458400, 0),
(117896, 697, 81, 'Belmsdorf', 511200200, 142034700, 0),
(117897, 697, 81, 'Berbisdorf', 507637800, 129441600, 0),
(117898, 697, 81, 'Berggiesshubel', 508744200, 139464100, 0),
(117899, 697, 81, 'Bergisdorf', 511333300, 124333300, 0),
(117900, 697, 81, 'Bermsgrun', 505222300, 127763600, 0),
(117901, 697, 81, 'Bernsdorf', 507666700, 126666700, 0),
(117902, 697, 81, 'Bernstadt', 510473600, 148278400, 0),
(117903, 697, 81, 'Berreuth', 508994100, 136561800, 0),
(117904, 697, 81, 'Biesnitz', 511373600, 149576700, 0),
(117905, 697, 81, 'Birkenrode', 511424000, 142550600, 0),
(117906, 697, 81, 'Birkwitz', 509717100, 138897200, 0),
(117907, 697, 81, 'Bobersberg', 512839400, 135484100, 0),
(117908, 697, 81, 'Bockau', 505500000, 127000000, 0),
(117909, 697, 81, 'Bockwa', 506949200, 124974000, 0),
(117910, 697, 81, 'Bockwen', 511362600, 134803900, 0),
(117911, 697, 81, 'Bohlen', 511865600, 128605200, 0),
(117912, 697, 81, 'Bohlitz', 514411700, 127462900, 0),
(117913, 697, 81, 'Bonnewitz', 510057600, 139416100, 0),
(117914, 697, 81, 'Borda', 511522400, 147720000, 0),
(117915, 697, 81, 'Borna-Gersdorf', 508813900, 138983300, 0),
(117916, 697, 81, 'Borthen', 509709700, 138021800, 0),
(117917, 697, 81, 'Botzen', 514246900, 125716200, 0),
(117918, 697, 81, 'Boxdorf', 511197200, 136994100, 0),
(117919, 697, 81, 'Brauna', 512816900, 140404500, 0),
(117920, 697, 81, 'Braunsdorf', 508715900, 127086200, 0),
(117921, 697, 81, 'Breiteberg', 509000000, 147000000, 0),
(117922, 697, 81, 'Breitenau', 508073400, 138891200, 0),
(117923, 697, 81, 'Breitenberg', 510703900, 130300000, 0),
(117924, 697, 81, 'Breitenhain', 510855100, 123203000, 0),
(117925, 697, 81, 'Bremenhain', 513601800, 149406200, 0),
(117926, 697, 81, 'Bretnig', 511473700, 140584800, 0),
(117927, 697, 81, 'Brettmuhle', 505281300, 130566000, 0),
(117928, 697, 81, 'Brigittenhof', 515166700, 143333300, 0),
(117929, 697, 81, 'Brosen', 511502700, 123061000, 0),
(117930, 697, 81, 'Bruchheim', 510309500, 126794500, 0),
(117931, 697, 81, 'Bruderwiese', 506173700, 134762500, 0),
(117932, 697, 81, 'Buchheim', 511280200, 126637900, 0),
(117933, 697, 81, 'Buhlau', 510621100, 138499800, 0),
(117934, 697, 81, 'Bunitz', 514576400, 126960800, 0),
(117935, 697, 81, 'Burgk', 510025200, 136716100, 0),
(117936, 697, 81, 'Burk', 511994100, 144613600, 0),
(117937, 697, 81, 'Burkhardtsdorf', 507333300, 129166700, 0),
(117938, 697, 81, 'Canitz-Christina', 511782100, 145250200, 0),
(117939, 697, 81, 'Carlsfeld', 504347000, 125870400, 0),
(117940, 697, 81, 'Charlottengrund', 511509600, 140717300, 0),
(117941, 697, 81, 'Chrieschwitz', 505110400, 121626800, 0),
(117942, 697, 81, 'Christgrun', 505799300, 122089800, 0),
(117943, 697, 81, 'Clausnitz', 507467000, 134848400, 0),
(117944, 697, 81, 'Claussnitz', 509333300, 128833300, 0),
(117945, 697, 81, 'Colln', 511666700, 135000000, 0),
(117946, 697, 81, 'Copitz', 509708300, 139344500, 0),
(117947, 697, 81, 'Coschuetz', 510333300, 137000000, 0),
(117948, 697, 81, 'Cossebaude', 510874600, 136330900, 0),
(117949, 697, 81, 'Cossen', 509740900, 127731200, 0),
(117950, 697, 81, 'Coswig', 511320400, 135831200, 0),
(117951, 697, 81, 'Cradefeld', 513898100, 124910300, 0),
(117952, 697, 81, 'Crinitzleithen', 504971800, 123986500, 0),
(117953, 697, 81, 'Crostwitz', 512333300, 142500000, 0),
(117954, 697, 81, 'Culitzsch', 506563400, 125086700, 0),
(117955, 697, 81, 'Cunersdorf', 505509500, 130095800, 0),
(117956, 697, 81, 'Dahlen', 513649500, 129988100, 0),
(117957, 697, 81, 'Dankritz', 507763000, 124269800, 0),
(117958, 697, 81, 'Denkwitz', 511370900, 144317400, 0),
(117959, 697, 81, 'Dennschutz', 512020700, 132704200, 0),
(117960, 697, 81, 'Deutsch Ossig', 510993200, 149765200, 0),
(117961, 697, 81, 'Deutsch Paulsdorf', 511036900, 148328800, 0),
(117962, 697, 81, 'Deutscheinsiedel', 506323400, 134908800, 0),
(117963, 697, 81, 'Deutschenbora', 510601400, 133617800, 0),
(117964, 697, 81, 'Deutschkatharinenberg', 506117700, 134396200, 0),
(117965, 697, 81, 'Deutzen', 511166700, 124500000, 0),
(117966, 697, 81, 'Diedenhain', 510904500, 130015900, 0),
(117967, 697, 81, 'Diera', 511983900, 134486500, 0),
(117968, 697, 81, 'Dobitz', 513833300, 125166700, 0),
(117969, 697, 81, 'Dohlen', 510072300, 136448000, 0),
(117970, 697, 81, 'Dolzschen', 510239000, 136850800, 0),
(117971, 697, 81, 'Dommitzsch', 516407100, 128794000, 0),
(117972, 697, 81, 'Dorf Wehlen', 509610200, 140049900, 0),
(117973, 697, 81, 'Dreihansen', 506170200, 127444700, 0),
(117974, 697, 81, 'Dreihofe', 503609600, 124773500, 0),
(117975, 697, 81, 'Drescha', 509889500, 124114000, 0),
(117976, 697, 81, 'Durchwehna', 516209400, 126608700, 0),
(117977, 697, 81, 'Durrenuhlsdorf', 508925400, 126052000, 0),
(117978, 697, 81, 'Durrrohrsdorf', 510339500, 139971800, 0),
(117979, 697, 81, 'Ebersbrunn', 506499400, 124348600, 0),
(117980, 697, 81, 'Ebersdorf', 508812300, 129772800, 0),
(117981, 697, 81, 'Ehrenfriedersdorf', 506493400, 129700900, 0),
(117982, 697, 81, 'Eibau', 509833300, 146666700, 0),
(117983, 697, 81, 'Eicha', 512960600, 125692200, 0),
(117984, 697, 81, 'Eichbusch', 510323800, 138765200, 0),
(117985, 697, 81, 'Eichgraben', 508624300, 147991600, 0),
(117986, 697, 81, 'Elbersdorf', 510217500, 139916000, 0),
(117987, 697, 81, 'Elsnig', 516102400, 129283300, 0),
(117988, 697, 81, 'Elterlein', 505766300, 128683600, 0),
(117989, 697, 81, 'Elzenberg', 508218600, 125548100, 0),
(117990, 697, 81, 'Ennewitz', 514408400, 122318000, 0),
(117991, 697, 81, 'Erdmannsdorf', 508206700, 130745100, 0),
(117992, 697, 81, 'Erdmannshain', 512883300, 125767700, 0),
(117993, 697, 81, 'Erfenschlag', 507879800, 129550100, 0),
(117994, 697, 81, 'Eselsburg', 512666700, 141000000, 0),
(117995, 697, 81, 'Etzdorf', 510495300, 131789800, 0),
(117996, 697, 81, 'Falkenau', 508500000, 131166700, 0),
(117997, 697, 81, 'Fichtelberg Haus', 504287100, 129543600, 0),
(117998, 697, 81, 'Fischbach', 510852400, 140157900, 0),
(117999, 697, 81, 'Fischendorf', 511665200, 129261400, 0),
(118000, 697, 81, 'Flemmingen', 511000000, 129666700, 0),
(118001, 697, 81, 'Folbern', 512996500, 135890000, 0),
(118002, 697, 81, 'Folgenhauser', 510381200, 142267600, 0),
(118003, 697, 81, 'Frauenbach', 506693400, 134794900, 0),
(118004, 697, 81, 'Friedersdorf', 508449300, 135281300, 0),
(118005, 697, 81, 'Friedrichsgrun', 504451400, 124303000, 0),
(118006, 697, 81, 'Friedrichsthal', 506683800, 126069600, 0),
(118007, 697, 81, 'Fuchsbelle', 511739200, 140331900, 0),
(118008, 697, 81, 'Garnitz', 512801900, 122310000, 0),
(118009, 697, 81, 'Garnsdorf', 509214100, 129257200, 0),
(118010, 697, 81, 'Gatzen', 511249900, 122537700, 0),
(118011, 697, 81, 'Gauernitz', 511146200, 135561700, 0),
(118012, 697, 81, 'Gaulis', 511884100, 123963800, 0),
(118013, 697, 81, 'Gehringswalde', 506605500, 130924600, 0),
(118014, 697, 81, 'Gemeindeberg', 505763500, 126652900, 0),
(118015, 697, 81, 'Gemeindebusch', 511575000, 140445500, 0),
(118016, 697, 81, 'Geringswalde', 510767800, 129072500, 0),
(118017, 697, 81, 'Gesau', 508321500, 125155700, 0),
(118018, 697, 81, 'Geyersdorf', 505875200, 130401400, 0),
(118019, 697, 81, 'Gilsberg', 510666700, 130000000, 0),
(118020, 697, 81, 'Gittersee', 510105800, 136904700, 0),
(118021, 697, 81, 'Glashutte', 508519600, 137797700, 0),
(118022, 697, 81, 'Glaubitz', 513249800, 133781700, 0),
(118023, 697, 81, 'Glosa', 508787300, 129256200, 0),
(118024, 697, 81, 'Goda', 511833300, 143166700, 0),
(118025, 697, 81, 'Gohrenz', 512936200, 122459400, 0),
(118026, 697, 81, 'Golberode', 509830000, 137528900, 0),
(118027, 697, 81, 'Golk', 512152400, 134250400, 0),
(118028, 697, 81, 'Gomlitz', 511500000, 137833300, 0),
(118029, 697, 81, 'Goppeln', 509881500, 137599900, 0),
(118030, 697, 81, 'Gorbitz', 510455000, 136610800, 0),
(118031, 697, 81, 'Gordemitz', 514109800, 125417500, 0),
(118032, 697, 81, 'Gorschmitz', 511593200, 129248200, 0),
(118033, 697, 81, 'Gostritz', 510098700, 137488700, 0),
(118034, 697, 81, 'Gotzenthal', 508662600, 124522600, 0),
(118035, 697, 81, 'Granitz', 508050900, 132888300, 0),
(118036, 697, 81, 'Grassdorf', 513845600, 124852300, 0),
(118037, 697, 81, 'Graupa', 510002700, 139169400, 0),
(118038, 697, 81, 'Greifendorf', 510252500, 131135000, 0),
(118039, 697, 81, 'Grillenburg', 509531400, 135066700, 0),
(118040, 697, 81, 'Groblitz', 510401800, 128299000, 0),
(118041, 697, 81, 'Gross Radisch', 512540200, 146945600, 0),
(118042, 697, 81, 'Grossbardau', 512041900, 126984800, 0),
(118043, 697, 81, 'Grossbauchlitz', 511328800, 130984100, 0),
(118044, 697, 81, 'Grosscotta', 509028800, 139619400, 0),
(118045, 697, 81, 'Grossdehsa', 511091400, 146193200, 0),
(118046, 697, 81, 'Grosserkmannsdorf', 510863900, 139273700, 0),
(118047, 697, 81, 'Grossharthau', 511166700, 141000000, 0),
(118048, 697, 81, 'Grossluga', 509860500, 138308400, 0),
(118049, 697, 81, 'Grossolbersdorf', 507000000, 130833300, 0),
(118050, 697, 81, 'Grosspostwitz', 511208300, 144406500, 0),
(118051, 697, 81, 'Grosspriesligk', 511466500, 122921700, 0),
(118052, 697, 81, 'Grossruckerswalde', 506333300, 131166700, 0),
(118053, 697, 81, 'Grossschirma', 509660200, 132859000, 0),
(118054, 697, 81, 'Grossschlaisdorf', 509712100, 127541800, 0),
(118055, 697, 81, 'Grossschlatitz', 512500000, 130500000, 0),
(118056, 697, 81, 'Grossschonau', 509000000, 146833300, 0),
(118057, 697, 81, 'Grossschweidnitz', 510666700, 146333300, 0),
(118058, 697, 81, 'Grosstreben', 516467400, 129828600, 0),
(118059, 697, 81, 'Grossvoigtsberg', 509899300, 132851700, 0),
(118060, 697, 81, 'Grubnitz', 512625200, 132293800, 0),
(118061, 697, 81, 'Grunau', 506517500, 126079800, 0),
(118062, 697, 81, 'Grunbusch', 512612700, 144285700, 0),
(118063, 697, 81, 'Gruneburg', 509592000, 133577000, 0),
(118064, 697, 81, 'Grungrabchen', 513574800, 139752700, 0),
(118065, 697, 81, 'Grunstadtel', 505246200, 128238600, 0),
(118066, 697, 81, 'Gunnersdorf', 509007300, 130111200, 0),
(118067, 697, 81, 'Guttau', 512500000, 145666700, 0),
(118068, 697, 81, 'Haara', 506648100, 125241300, 0),
(118069, 697, 81, 'Hain', 508333300, 147333300, 0),
(118070, 697, 81, 'Hainichen', 509704400, 131228700, 0),
(118071, 697, 81, 'Hainsberg', 509871300, 136392500, 0),
(118072, 697, 81, 'Hanischmuhle', 508669700, 147236800, 0),
(118073, 697, 81, 'Hartensdorf', 506763800, 126081300, 0),
(118074, 697, 81, 'Harthau', 507743100, 129225300, 0),
(118075, 697, 81, 'Haselbachtal', 512357000, 140257600, 0),
(118076, 697, 81, 'Haselbrunn', 505140200, 121275400, 0),
(118077, 697, 81, 'Haselich', 509125900, 138194100, 0),
(118078, 697, 81, 'Haslich', 512460800, 140139500, 0),
(118079, 697, 81, 'Heeselicht', 510077600, 140902200, 0),
(118080, 697, 81, 'Heinersdorf', 508705200, 128864700, 0),
(118081, 697, 81, 'Heinrichsort', 507264700, 126387500, 0),
(118082, 697, 81, 'Helbersdorf', 508064000, 128903800, 0),
(118083, 697, 81, 'Helbigsdorfer Siedlung', 508022700, 133405300, 0),
(118084, 697, 81, 'Hellendorf', 508248900, 139690600, 0),
(118085, 697, 81, 'Hellerau', 511166700, 137500000, 0),
(118086, 697, 81, 'Helmsdorf', 507636100, 124544100, 0),
(118087, 697, 81, 'Hemmendorf', 510958400, 123182400, 0),
(118088, 697, 81, 'Herlasgrun', 505674300, 122300500, 0),
(118089, 697, 81, 'Herrndorf', 509770800, 134672900, 0),
(118090, 697, 81, 'Herrnhut', 510162400, 147438100, 0),
(118091, 697, 81, 'Hertigswalde', 509602600, 142872900, 0),
(118092, 697, 81, 'Herzogswalde', 510119400, 134975500, 0),
(118093, 697, 81, 'Hetzdorf', 508456200, 131450200, 0),
(118094, 697, 81, 'Hetzschen', 503076700, 123548400, 0),
(118095, 697, 81, 'Hinterer Viehbig', 508837000, 146601900, 0),
(118096, 697, 81, 'Hinterhain', 505029800, 124158600, 0),
(118097, 697, 81, 'Hirschbach', 509074800, 137461700, 0),
(118098, 697, 81, 'Hirschberg', 506022600, 133139400, 0),
(118099, 697, 81, 'Hirschstein', 506500000, 131500000, 0),
(118100, 697, 81, 'Hofgraben', 507500000, 127000000, 0),
(118101, 697, 81, 'Hofhainersdorf', 509673000, 142587100, 0),
(118102, 697, 81, 'Hohengrun', 504864000, 124326400, 0),
(118103, 697, 81, 'Hohenheida', 514203500, 124489700, 0),
(118104, 697, 81, 'Hohenpriessnitz', 515322300, 125952600, 0),
(118105, 697, 81, 'Hohle', 509833300, 140166700, 0),
(118106, 697, 81, 'Hohndorf', 507208700, 130910200, 0),
(118107, 697, 81, 'Hohnstein', 509799100, 141140800, 0),
(118108, 697, 81, 'Holscha', 512682900, 143458800, 0),
(118109, 697, 81, 'Holzel', 508047400, 125232100, 0),
(118110, 697, 81, 'Holzmuhle', 505135500, 120973700, 0),
(118111, 697, 81, 'Hornitz', 509010800, 147434800, 0),
(118112, 697, 81, 'Hubel', 505333300, 125333300, 0),
(118113, 697, 81, 'Hubertusburg', 512778200, 129390400, 0),
(118114, 697, 81, 'Hufen', 511686300, 137926500, 0),
(118115, 697, 81, 'Huttenreihe', 506500000, 133500000, 0),
(118116, 697, 81, 'Ilkendorf', 510841400, 133217600, 0),
(118117, 697, 81, 'Inselheide', 514000000, 147666700, 0),
(118118, 697, 81, 'Irfersgrun', 506107600, 124270100, 0),
(118119, 697, 81, 'Jacobshohe', 507363600, 125823500, 0),
(118120, 697, 81, 'Jahnsbach', 506670900, 129345400, 0),
(118121, 697, 81, 'Jauernick-Buschbach', 510963300, 149143300, 0),
(118122, 697, 81, 'Jenkwitz', 511719000, 144879700, 0),
(118123, 697, 81, 'Jesau', 512834900, 141214600, 0),
(118124, 697, 81, 'Jesewitz', 514227600, 125631200, 0),
(118125, 697, 81, 'Jessen', 511900600, 132837200, 0),
(118126, 697, 81, 'Jocketa', 505589600, 121717600, 0),
(118127, 697, 81, 'Johnsbach', 508292000, 137476700, 0),
(118128, 697, 81, 'Josephsdorf', 509520000, 146612800, 0),
(118129, 697, 81, 'Kaditz', 510843100, 136840900, 0),
(118130, 697, 81, 'Kaitz', 510141900, 137253600, 0),
(118131, 697, 81, 'Kalthausen', 506113800, 125140900, 0),
(118132, 697, 81, 'Karsdorf', 509428500, 137006400, 0),
(118133, 697, 81, 'Kauscha', 509935500, 137787400, 0),
(118134, 697, 81, 'Kautzsch', 509608600, 137660400, 0),
(118135, 697, 81, 'Kemtau', 507380400, 129617400, 0),
(118136, 697, 81, 'Kertitz', 515306600, 123115000, 0),
(118137, 697, 81, 'Kesselshain', 511470000, 125114600, 0),
(118138, 697, 81, 'Kieritzsch', 511636400, 123809200, 0),
(118139, 697, 81, 'Kiesdorf auf dem Eigen', 510419400, 148971500, 0),
(118140, 697, 81, 'Kieselbach', 511267700, 129305400, 0),
(118141, 697, 81, 'Kitzscher', 511644400, 125526000, 0),
(118142, 697, 81, 'Klaffenbach', 507593000, 129067600, 0),
(118143, 697, 81, 'Klein Partwitz', 515164700, 141878000, 0),
(118144, 697, 81, 'Klein Pretzschendorf', 508666700, 135666700, 0),
(118145, 697, 81, 'Klein Wolkau', 515358900, 123249700, 0),
(118146, 697, 81, 'Klein Zeissig', 514378000, 142813300, 0),
(118147, 697, 81, 'Kleinbauchlitz', 511333300, 131000000, 0),
(118148, 697, 81, 'Kleinbernsdorf', 507789500, 123339200, 0),
(118149, 697, 81, 'Kleinbobritzsch', 508192800, 135394500, 0),
(118150, 697, 81, 'Kleinforst', 512871000, 131056000, 0),
(118151, 697, 81, 'Kleinfriesen', 504938400, 121801400, 0),
(118152, 697, 81, 'Kleinhanchen', 512025800, 142321000, 0),
(118153, 697, 81, 'Kleinhessen', 507754000, 123702300, 0),
(118154, 697, 81, 'Kleinkreischa', 509411800, 137647700, 0),
(118155, 697, 81, 'Kleinleckwitz', 512742400, 134124800, 0),
(118156, 697, 81, 'Kleinolbersdorf', 508000000, 130166700, 0),
(118157, 697, 81, 'Kleinopitz', 510063100, 135941300, 0),
(118158, 697, 81, 'Kleinposna', 513094200, 125172000, 0),
(118159, 697, 81, 'Kleinprausitz', 511346700, 133592300, 0),
(118160, 697, 81, 'Kleinraschutz', 512942900, 135071400, 0),
(118161, 697, 81, 'Kleinrohrsdorf', 511277800, 139763900, 0),
(118162, 697, 81, 'Kleinsedlitz', 509587300, 138813800, 0),
(118163, 697, 81, 'Kleinsteinberg', 513160400, 125797100, 0),
(118164, 697, 81, 'Kleinwulm', 507811800, 124837700, 0),
(118165, 697, 81, 'Kleinzossen', 511666700, 124666700, 0),
(118166, 697, 81, 'Kleinzschachwitz', 510077600, 138483500, 0),
(118167, 697, 81, 'Kleinzschocher', 513084800, 123320200, 0),
(118168, 697, 81, 'Kleppisch', 508268600, 139799300, 0),
(118169, 697, 81, 'Klosterfreiheit', 510000000, 149333300, 0),
(118170, 697, 81, 'Klotitz', 513628000, 131187700, 0),
(118171, 697, 81, 'Klotzsche', 511105300, 137686200, 0),
(118172, 697, 81, 'Klughaus', 504650800, 127714800, 0),
(118173, 697, 81, 'Knappenrode', 514033300, 143201600, 0),
(118174, 697, 81, 'Knauthain', 512700100, 123018300, 0),
(118175, 697, 81, 'Knautkleeberg', 512805300, 123060800, 0),
(118176, 697, 81, 'Knautnaundorf', 512537500, 122711300, 0),
(118177, 697, 81, 'Knobelsdorf', 510903600, 130859600, 0),
(118178, 697, 81, 'Kobitzsch', 511100900, 134632500, 0),
(118179, 697, 81, 'Kohlau', 505500000, 125833300, 0),
(118180, 697, 81, 'Kohlenviehbig', 508832400, 147888800, 0),
(118181, 697, 81, 'Kohlung', 505109000, 123834200, 0),
(118182, 697, 81, 'Koitzsch', 512700000, 139667800, 0),
(118183, 697, 81, 'Kolonie Bergmannsheimstatten', 514605700, 141319500, 0),
(118184, 697, 81, 'Kommende Dommitzsch', 516166700, 128833300, 0),
(118185, 697, 81, 'Konigsbruck', 512645100, 139054000, 0),
(118186, 697, 81, 'Konigswald', 511166700, 137833300, 0),
(118187, 697, 81, 'Konigswalde', 505500000, 130500000, 0),
(118188, 697, 81, 'Korgitzsch', 514973000, 131187000, 0),
(118189, 697, 81, 'Kornbach', 505168800, 119480900, 0),
(118190, 697, 81, 'Kosel', 513521200, 147839000, 0),
(118191, 697, 81, 'Koselitz', 513780900, 134266800, 0),
(118192, 697, 81, 'Kospa', 514560900, 125742800, 0),
(118193, 697, 81, 'Kothensdorf-Reitzenhain', 509086100, 128716600, 0),
(118194, 697, 81, 'Kotitz', 511216100, 135739100, 0),
(118195, 697, 81, 'Kottwitzsch', 510500000, 127666700, 0),
(118196, 697, 81, 'Kotzschbar', 512136000, 123270400, 0),
(118197, 697, 81, 'Kotzschenbroda', 511039500, 136294000, 0),
(118198, 697, 81, 'Krahenschwanz', 505193300, 123777100, 0),
(118199, 697, 81, 'Krauschwitz', 515166700, 147000000, 0),
(118200, 697, 81, 'Kretscham Rothensehma', 504665400, 129884100, 0),
(118201, 697, 81, 'Kreuma', 514713300, 123930900, 0),
(118202, 697, 81, 'Kriebethal', 510497100, 130191600, 0),
(118203, 697, 81, 'Krietzschwitz', 509284700, 139806200, 0),
(118204, 697, 81, 'Krogis', 511202000, 133791600, 0),
(118205, 697, 81, 'Krumhermersdorf', 507334700, 131043800, 0),
(118206, 697, 81, 'Kuhnhaide', 505857500, 132387500, 0),
(118207, 697, 81, 'Kuhnicht', 514456900, 142782000, 0),
(118208, 697, 81, 'Kuhnitzsch', 513767400, 128321000, 0),
(118209, 697, 81, 'Kuhren', 513424100, 128407900, 0),
(118210, 697, 81, 'Kulkwitz', 512842900, 122321000, 0),
(118211, 697, 81, 'Kulm', 504074800, 120811800, 0),
(118212, 697, 81, 'Kultzschau', 514666700, 126500000, 0),
(118213, 697, 81, 'Kunnersdorf', 508071700, 130713100, 0),
(118214, 697, 81, 'Kurort Barenburg', 507948700, 137124000, 0),
(118215, 697, 81, 'Kurort Hartha', 509817000, 135471700, 0),
(118216, 697, 81, 'Kuxenberghauser', 505294300, 123436100, 0),
(118217, 697, 81, 'Laas', 513668300, 131476200, 0),
(118218, 697, 81, 'Lambzig', 506110300, 122582900, 0),
(118219, 697, 81, 'Lampelberg', 503666700, 124666700, 0),
(118220, 697, 81, 'Landberg', 509997600, 134969800, 0),
(118221, 697, 81, 'Landeskron Siedlung', 511333300, 141833300, 0),
(118222, 697, 81, 'Landgraben', 508005200, 127762000, 0),
(118223, 697, 81, 'Langenbach', 505320800, 118974200, 0),
(118224, 697, 81, 'Langenbernsdorf', 507500000, 123000000, 0),
(118225, 697, 81, 'Langenleuba-Oberhain', 509655500, 126589600, 0),
(118226, 697, 81, 'Langenwolmsdorf', 510424700, 141165700, 0),
(118227, 697, 81, 'Lauba', 510816700, 145703600, 0),
(118228, 697, 81, 'Laubegast', 510265000, 138291300, 0),
(118229, 697, 81, 'Lausa', 511500000, 138166700, 0),
(118230, 697, 81, 'Laussig', 515467600, 126293000, 0),
(118231, 697, 81, 'Lautawerk Nord', 514632300, 141050600, 0),
(118232, 697, 81, 'Lautawerk Sud', 514464200, 140963100, 0),
(118233, 697, 81, 'Lauter', 505626400, 127351400, 0),
(118234, 697, 81, 'Lauterau', 509276300, 146135800, 0),
(118235, 697, 81, 'Lehdehauser', 510814500, 145764600, 0),
(118236, 697, 81, 'Lehndorfel', 508968100, 147514700, 0),
(118237, 697, 81, 'Leitelshain', 508265600, 123954500, 0),
(118238, 697, 81, 'Lengefeld', 507191100, 131929000, 0),
(118239, 697, 81, 'Lengenfeld', 505694000, 123640800, 0),
(118240, 697, 81, 'Leppersdorf', 511526600, 139594500, 0),
(118241, 697, 81, 'Leschen', 511134600, 132260000, 0),
(118242, 697, 81, 'Leubetha', 503494200, 122460200, 0),
(118243, 697, 81, 'Leubsdorf', 508000000, 131666700, 0),
(118244, 697, 81, 'Leukersdorf', 507665900, 128250400, 0),
(118245, 697, 81, 'Leutersbach', 506049000, 125189200, 0),
(118246, 697, 81, 'Leutersdorf', 509500000, 146500000, 0),
(118247, 697, 81, 'Leuterwitz', 511952900, 129418100, 0),
(118248, 697, 81, 'Leutzsch', 513486300, 123136100, 0),
(118249, 697, 81, 'Lichtenberg', 508349200, 134247800, 0),
(118250, 697, 81, 'Lichtenhain', 509437000, 142389400, 0),
(118251, 697, 81, 'Lichtentanne', 507000000, 124333300, 0),
(118252, 697, 81, 'Lichtetanne', 506932200, 124282300, 0),
(118253, 697, 81, 'Liebertwolkwitz', 512821400, 124653000, 0),
(118254, 697, 81, 'Liebesdorfel', 510794600, 146683000, 0),
(118255, 697, 81, 'Liebstein', 511968400, 149043900, 0),
(118256, 697, 81, 'Liegau-Augustusbad', 511370100, 138778600, 0),
(118257, 697, 81, 'Lindenhayn', 515166500, 124966000, 0),
(118258, 697, 81, 'Lindenthal', 513937300, 123305400, 0),
(118259, 697, 81, 'Lindhardt', 512574000, 125927400, 0),
(118260, 697, 81, 'Lippersdorf', 507621600, 132589900, 0),
(118261, 697, 81, 'Litschen', 513678200, 144082700, 0),
(118262, 697, 81, 'Lohmen', 509883100, 140026800, 0),
(118263, 697, 81, 'Lohsa', 513833300, 144000000, 0),
(118264, 697, 81, 'Lonnewitz', 512865400, 131412400, 0),
(118265, 697, 81, 'Lossnig', 512994000, 123955900, 0),
(118266, 697, 81, 'Lotzdorf', 511333300, 139166700, 0),
(118267, 697, 81, 'Lugau', 507384300, 127486100, 0),
(118268, 697, 81, 'Lungkwitz', 509338100, 137738500, 0),
(118269, 697, 81, 'Luptitz', 513917100, 127698900, 0),
(118270, 697, 81, 'Lutzschena', 513832900, 122823500, 0),
(118271, 697, 81, 'Mahlis', 512623700, 129692400, 0),
(118272, 697, 81, 'Malkwitz', 513326900, 129938100, 0),
(118273, 697, 81, 'Marienthal', 507195200, 124502600, 0),
(118274, 697, 81, 'Markneukirchen', 503114400, 123295100, 0),
(118275, 697, 81, 'Mauersberg', 506080900, 130885500, 0),
(118276, 697, 81, 'Medingen', 511825100, 137882100, 0),
(118277, 697, 81, 'Mehltheuer', 505500000, 120500000, 0),
(118278, 697, 81, 'Meinsdorf', 508359800, 127264900, 0),
(118279, 697, 81, 'Meisatal', 511648500, 134579800, 0),
(118280, 697, 81, 'Meltitz', 516294700, 128176100, 0),
(118281, 697, 81, 'Mensdorf', 514972000, 126425200, 0),
(118282, 697, 81, 'Mergendorf', 512867200, 133125800, 0),
(118283, 697, 81, 'Michalken', 514151200, 141977800, 0),
(118284, 697, 81, 'Milkel', 512988000, 144574900, 0),
(118285, 697, 81, 'Milstrich', 513244200, 141605600, 0),
(118286, 697, 81, 'Mittel Horka', 513000000, 149000000, 0),
(118287, 697, 81, 'Mittelberg', 503833300, 124666700, 0),
(118288, 697, 81, 'Mitteldorf', 506922600, 127668800, 0),
(118289, 697, 81, 'Mittelherwigsdorf', 509166700, 147666700, 0),
(118290, 697, 81, 'Mockrehna', 515075700, 128141800, 0),
(118291, 697, 81, 'Mockritz', 510154600, 137409400, 0),
(118292, 697, 81, 'Mohlis', 511632800, 133962300, 0),
(118293, 697, 81, 'Mohorn', 510048900, 134656900, 0),
(118294, 697, 81, 'Molkau', 513317900, 124416700, 0),
(118295, 697, 81, 'Monchsbad', 506292000, 129597100, 0),
(118296, 697, 81, 'Monchswalde', 511240000, 144124600, 0),
(118297, 697, 81, 'Moritzdorf', 511951900, 138331800, 0),
(118298, 697, 81, 'Mortka', 513693500, 143677000, 0),
(118299, 697, 81, 'Mudisdorf', 508255200, 133517600, 0),
(118300, 697, 81, 'Mugeln', 509811000, 138671600, 0),
(118301, 697, 81, 'Muhlbach', 508993800, 130881600, 0),
(118302, 697, 81, 'Muhltroff', 505391800, 119282800, 0),
(118303, 697, 81, 'Muldenhutten', 509028400, 133850700, 0),
(118304, 697, 81, 'Mulsen Sankt Jacob', 507321300, 125823500, 0),
(118305, 697, 81, 'Nadelwitz', 511766700, 144560300, 0),
(118306, 697, 81, 'Narsdorf', 510166700, 127166700, 0),
(118307, 697, 81, 'Naundorf', 507975100, 123868000, 0),
(118308, 697, 81, 'Naundorfel', 512008800, 134773500, 0),
(118309, 697, 81, 'Nausslitz', 510333300, 136833300, 0),
(118310, 697, 81, 'Neichen', 512911200, 127710900, 0),
(118311, 697, 81, 'Nemt', 513468000, 127611400, 0),
(118312, 697, 81, 'Nepperwitz', 513793400, 126838700, 0),
(118313, 697, 81, 'Nerchau', 512709400, 127891200, 0),
(118314, 697, 81, 'Neu Kittlitz', 511444200, 146769600, 0),
(118315, 697, 81, 'Neu Odernitz', 512874700, 148337900, 0),
(118316, 697, 81, 'Neu Wiednitz', 513650400, 140430900, 0),
(118317, 697, 81, 'Neu-Lohsa', 513833300, 144000000, 0),
(118318, 697, 81, 'Neuanbau', 505385100, 127944100, 0),
(118319, 697, 81, 'Neubannewitz', 509897600, 136817200, 0),
(118320, 697, 81, 'Neuberthelsdorf', 508785200, 133962000, 0),
(118321, 697, 81, 'Neucallenberg', 510800600, 144361600, 0),
(118322, 697, 81, 'Neudorfchen', 509411000, 130664800, 0),
(118323, 697, 81, 'Neueibau', 509701300, 146444800, 0),
(118324, 697, 81, 'Neues Dorf', 511942000, 140609700, 0),
(118325, 697, 81, 'Neuhammer', 513967200, 148045200, 0),
(118326, 697, 81, 'Neuhauser', 509940700, 141899500, 0),
(118327, 697, 81, 'Neukirchberg', 507472200, 127618200, 0),
(118328, 697, 81, 'Neukirchen', 507795500, 128675500, 0),
(118329, 697, 81, 'Neukubschutz', 511638000, 145080600, 0),
(118330, 697, 81, 'Neumarkersdorf', 509258700, 126837800, 0),
(118331, 697, 81, 'Neunimptsch', 510333300, 136833300, 0),
(118332, 697, 81, 'Neuoelsnitz', 507243100, 127322000, 0),
(118333, 697, 81, 'Neuoppach', 510569000, 145034700, 0),
(118334, 697, 81, 'Neuschonberg', 510421700, 145899600, 0),
(118335, 697, 81, 'Neuschonbrunn', 511495400, 142113400, 0),
(118336, 697, 81, 'Neuschonburg', 507102800, 126416800, 0),
(118337, 697, 81, 'Neusornewitz', 511471600, 135384500, 0),
(118338, 697, 81, 'Neuspremberg', 510333300, 145333300, 0),
(118339, 697, 81, 'Neustadt in Sachsen', 510284400, 142178500, 0),
(118340, 697, 81, 'Neustadtel', 505845800, 126346400, 0),
(118341, 697, 81, 'Neuteich', 512116800, 146441000, 0),
(118342, 697, 81, 'Neuweissenborn', 513090500, 127149600, 0),
(118343, 697, 81, 'Neuwelt', 505546600, 127604900, 0),
(118344, 697, 81, 'Neuwiederitzsch', 514000000, 123833300, 0),
(118345, 697, 81, 'Neuwurschnitz', 507066000, 127342500, 0),
(118346, 697, 81, 'Nickern', 509961500, 137880100, 0),
(118347, 697, 81, 'Nieder Spreehammer', 513333300, 148833300, 0),
(118348, 697, 81, 'Niederau', 506333300, 130666700, 0),
(118349, 697, 81, 'Niedereula', 510575700, 133195200, 0),
(118350, 697, 81, 'Niederhaslich', 509866000, 136667800, 0),
(118351, 697, 81, 'Niederhelmsdorf', 510378900, 140328900, 0),
(118352, 697, 81, 'Niederlossnitz', 506154200, 127213700, 0),
(118353, 697, 81, 'Niederlungwitz', 508148800, 125742000, 0),
(118354, 697, 81, 'Niederneukirch', 510976500, 142902100, 0),
(118355, 697, 81, 'Niederoderwitz', 509495700, 147352600, 0),
(118356, 697, 81, 'Niederpoyritz', 510322700, 138405800, 0),
(118357, 697, 81, 'Niederreichenbach', 511422600, 147972200, 0),
(118358, 697, 81, 'Niederrengersdorf', 512255500, 148940400, 0),
(118359, 697, 81, 'Niederschindmaas', 508120900, 125011500, 0),
(118360, 697, 81, 'Niederschmiedeberg', 505989000, 131217800, 0),
(118361, 697, 81, 'Niederschona', 509667100, 134191000, 0),
(118362, 697, 81, 'Niedersedlitz', 510000000, 138166700, 0),
(118363, 697, 81, 'Niederspaar', 511589000, 134949700, 0),
(118364, 697, 81, 'Niederviehbig', 509253400, 147693500, 0),
(118365, 697, 81, 'Niederzwonitz', 506406200, 128189400, 0),
(118366, 697, 81, 'Niegeroda', 513472400, 136252000, 0),
(118367, 697, 81, 'Nochten', 514319700, 145997100, 0),
(118368, 697, 81, 'Noes', 513432300, 149635600, 0),
(118369, 697, 81, 'Nossen', 510579800, 132965200, 0),
(118370, 697, 81, 'Nunchritz', 512999300, 133855500, 0),
(118371, 697, 81, 'Ober Oppach', 510666700, 145000000, 0),
(118372, 697, 81, 'Ober Spreehammer', 513333300, 148833300, 0),
(118373, 697, 81, 'Obercrinitz', 505708000, 124841900, 0),
(118374, 697, 81, 'Obercunnersdorf', 509171100, 135601500, 0),
(118375, 697, 81, 'Oberfrankenhain', 510804600, 126572200, 0),
(118376, 697, 81, 'Oberhasslau', 506680200, 125395800, 0),
(118377, 697, 81, 'Oberhelmsdorf', 510416100, 140428400, 0),
(118378, 697, 81, 'Oberlichtenau', 509041600, 129714100, 0),
(118379, 697, 81, 'Obermylau', 506223900, 122720700, 0),
(118380, 697, 81, 'Oberneundorf', 504963200, 120897500, 0),
(118381, 697, 81, 'Oberoderwitz', 509753800, 146981000, 0),
(118382, 697, 81, 'Oberpoyritz', 510000000, 139000000, 0),
(118383, 697, 81, 'Oberreichenau', 505764100, 119899800, 0),
(118384, 697, 81, 'Oberrothenbach', 507671600, 124707400, 0),
(118385, 697, 81, 'Oberschindelbach', 506138400, 131411800, 0),
(118386, 697, 81, 'Oberschlottwitz', 508749200, 138153100, 0),
(118387, 697, 81, 'Oberspaar', 511545600, 134936800, 0),
(118388, 697, 81, 'Oberstutzengrun', 505342300, 125247800, 0),
(118389, 697, 81, 'Obertriebelbach', 503867400, 121257300, 0),
(118390, 697, 81, 'Oberwiesa', 508541200, 130059000, 0),
(118391, 697, 81, 'Oehlisch', 511404400, 147593200, 0),
(118392, 697, 81, 'Oehna', 511990900, 144437600, 0),
(118393, 697, 81, 'Oelzschau', 512176000, 125243500, 0),
(118394, 697, 81, 'Omsewitz', 510590300, 136573300, 0),
(118395, 697, 81, 'Ostritz', 510145100, 149305900, 0),
(118396, 697, 81, 'Ottenhain', 510611900, 146857200, 0),
(118397, 697, 81, 'Otterwisch', 512000000, 126166700, 0),
(118398, 697, 81, 'Panitzsch', 513632100, 125331700, 0),
(118399, 697, 81, 'Paulsdorf', 509153800, 136405700, 0),
(118400, 697, 81, 'Pehritzsch', 514009200, 125879300, 0),
(118401, 697, 81, 'Pesterwitz', 510278600, 136531900, 0),
(118402, 697, 81, 'Pfaffenberg', 503779800, 120838700, 0),
(118403, 697, 81, 'Pfaffendorf', 509095800, 140774300, 0),
(118404, 697, 81, 'Pfaffengrun', 505612900, 122761400, 0),
(118405, 697, 81, 'Pfaffroda', 507000000, 133500000, 0),
(118406, 697, 81, 'Pillnitz', 510073000, 138756500, 0),
(118407, 697, 81, 'Pilzdorfel', 510551900, 144066600, 0),
(118408, 697, 81, 'Pladerberg', 509189200, 140884400, 0),
(118409, 697, 81, 'Planitz', 506864500, 124641400, 0),
(118410, 697, 81, 'Plateka', 511003400, 125060500, 0),
(118411, 697, 81, 'Plaue', 508445900, 130824000, 0),
(118412, 697, 81, 'Pleissenhaus', 507166700, 123833300, 0),
(118413, 697, 81, 'Pomssen', 512374800, 126121000, 0),
(118414, 697, 81, 'Poppitz', 510500000, 127833300, 0),
(118415, 697, 81, 'Portitz', 513859100, 124547700, 0),
(118416, 697, 81, 'Possendorf', 509662900, 137126500, 0),
(118417, 697, 81, 'Pratzschwitz', 509684700, 138983400, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(118418, 697, 81, 'Pretzschendorf', 508666700, 135333300, 0),
(118419, 697, 81, 'Pristablich', 515653300, 126050900, 0),
(118420, 697, 81, 'Probstdeuben', 512298800, 123843600, 0),
(118421, 697, 81, 'Probstheida', 513061400, 124288200, 0),
(118422, 697, 81, 'Proschwitz', 511796900, 134760400, 0),
(118423, 697, 81, 'Prottitz', 514555000, 124324000, 0),
(118424, 697, 81, 'Pulsen', 513881900, 134442500, 0),
(118425, 697, 81, 'Quasnitz', 513839200, 122684300, 0),
(118426, 697, 81, 'Quersa', 513021800, 136490500, 0),
(118427, 697, 81, 'Quesitz', 512904300, 122065800, 0),
(118428, 697, 81, 'Radegast', 513562400, 129402200, 0),
(118429, 697, 81, 'Raschau', 504184700, 121570600, 0),
(118430, 697, 81, 'Rathewalde', 509825600, 140746500, 0),
(118431, 697, 81, 'Rattengasse', 505835600, 132326300, 0),
(118432, 697, 81, 'Raupenhain', 511065600, 124985200, 0),
(118433, 697, 81, 'Rauschenbach', 506905800, 134975000, 0),
(118434, 697, 81, 'Rauschwalde', 511412500, 149456300, 0),
(118435, 697, 81, 'Reckwitz', 512705200, 129349400, 0),
(118436, 697, 81, 'Rehbach', 512726600, 122765400, 0),
(118437, 697, 81, 'Reichenhain', 507988600, 129614700, 0),
(118438, 697, 81, 'Reichersdorf', 511333300, 136500000, 0),
(118439, 697, 81, 'Reichstadt', 508830000, 136397000, 0),
(118440, 697, 81, 'Reinhardtsdorf', 508943700, 141903900, 0),
(118441, 697, 81, 'Reinhardtsgrimma', 508927000, 137553400, 0),
(118442, 697, 81, 'Reinholdshain', 508375100, 125668200, 0),
(118443, 697, 81, 'Reinsberg', 510000000, 133666700, 0),
(118444, 697, 81, 'Reinsdorf', 504797600, 121388000, 0),
(118445, 697, 81, 'Reitzendorf', 510256300, 139026800, 0),
(118446, 697, 81, 'Rennersdorf', 510257200, 147999500, 0),
(118447, 697, 81, 'Reumtengrun', 505067200, 123596600, 0),
(118448, 697, 81, 'Reusa', 504917800, 121606100, 0),
(118449, 697, 81, 'Rietschen', 514000000, 147833300, 0),
(118450, 697, 81, 'Rippien', 509818800, 137317100, 0),
(118451, 697, 81, 'Rittersgrun', 504803200, 127933600, 0),
(118452, 697, 81, 'Rochwitz', 510508900, 138457800, 0),
(118453, 697, 81, 'Rockau', 510286600, 138654300, 0),
(118454, 697, 81, 'Rocknitz', 514517100, 127778700, 0),
(118455, 697, 81, 'Rodewitz', 511046400, 144446100, 0),
(118456, 697, 81, 'Rodlitz', 507436400, 126569100, 0),
(118457, 697, 81, 'Roitzschjora', 515904600, 124895700, 0),
(118458, 697, 81, 'Rossthal', 510333300, 136833300, 0),
(118459, 697, 81, 'Rotha', 511978300, 124144700, 0),
(118460, 697, 81, 'Rothenburg', 513340000, 149687400, 0),
(118461, 697, 81, 'Rothenkirchen', 505396500, 125031200, 0),
(118462, 697, 81, 'Rothschonberg', 510671000, 133929800, 0),
(118463, 697, 81, 'Rotschau', 506134100, 122877800, 0),
(118464, 697, 81, 'Ruckmarsdorf', 513435500, 122513000, 0),
(118465, 697, 81, 'Rudigsdorf', 510094300, 126004600, 0),
(118466, 697, 81, 'Rugiswalde', 510013900, 142524000, 0),
(118467, 697, 81, 'Ruhethal', 513313000, 145430400, 0),
(118468, 697, 81, 'Ruppendorf', 509079100, 135983600, 0),
(118469, 697, 81, 'Sachsdorf', 510692100, 135365600, 0),
(118470, 697, 81, 'Sachsenburg', 509433600, 130396800, 0),
(118471, 697, 81, 'Sachsenfeld', 505498200, 127785100, 0),
(118472, 697, 81, 'Sagarlugk', 515166700, 147666700, 0),
(118473, 697, 81, 'Sandschenke', 513347800, 148110700, 0),
(118474, 697, 81, 'Sarchen', 512757700, 145171500, 0),
(118475, 697, 81, 'Saritsch', 512360100, 143331300, 0),
(118476, 697, 81, 'Sayda', 507112300, 134217200, 0),
(118477, 697, 81, 'Scheibenberg', 505402300, 129121500, 0),
(118478, 697, 81, 'Schildau', 514572100, 129302400, 0),
(118479, 697, 81, 'Schirgiswalde', 510764100, 144283400, 0),
(118480, 697, 81, 'Schladitz', 514338200, 123566200, 0),
(118481, 697, 81, 'Schlauditz', 508166700, 123666700, 0),
(118482, 697, 81, 'Schlauroth', 511461000, 149227500, 0),
(118483, 697, 81, 'Schletta', 511551900, 134298100, 0),
(118484, 697, 81, 'Schlettau', 505588200, 129526900, 0),
(118485, 697, 81, 'Schlungwitz', 511474400, 143855700, 0),
(118486, 697, 81, 'Schlunzig', 507915300, 124991800, 0),
(118487, 697, 81, 'Schmeckwitz', 512578600, 142008500, 0),
(118488, 697, 81, 'Schmiedefeld', 510851300, 140753300, 0),
(118489, 697, 81, 'Schmolen', 513499100, 127214800, 0),
(118490, 697, 81, 'Schmorkau', 512951700, 139191700, 0),
(118491, 697, 81, 'Schnaudertrebnitz', 511644500, 122882200, 0),
(118492, 697, 81, 'Schonau', 504941800, 122875000, 0),
(118493, 697, 81, 'Schonborn', 511470800, 138665800, 0),
(118494, 697, 81, 'Schonerstadt', 508870700, 131392900, 0),
(118495, 697, 81, 'Schonfels', 506770600, 124044500, 0),
(118496, 697, 81, 'Schonlind', 504622200, 119791300, 0),
(118497, 697, 81, 'Schwarzadler', 512363400, 143719200, 0),
(118498, 697, 81, 'Schwarzer Kater', 513656400, 129489600, 0),
(118499, 697, 81, 'Schwarzkollm', 514355600, 141394400, 0),
(118500, 697, 81, 'Schwarzwinkel', 505102300, 125265400, 0),
(118501, 697, 81, 'Schweiditz', 514464100, 122228700, 0),
(118502, 697, 81, 'Schweizerthal', 509303000, 128477200, 0),
(118503, 697, 81, 'Schwepnitz', 513333300, 139666700, 0),
(118504, 697, 81, 'Seelingstadt', 512743700, 127111800, 0),
(118505, 697, 81, 'Sehma', 505309800, 129954400, 0),
(118506, 697, 81, 'Seidewinkel', 514568000, 142451000, 0),
(118507, 697, 81, 'Seiferitz', 508342800, 124698400, 0),
(118508, 697, 81, 'Seiffen', 506500000, 134500000, 0),
(118509, 697, 81, 'Seitenschweidnitz', 510585100, 146574900, 0),
(118510, 697, 81, 'Sellerhausen', 513480400, 124313300, 0),
(118511, 697, 81, 'Semmichau', 511717200, 143039800, 0),
(118512, 697, 81, 'Siebenbrunn', 503086000, 123027800, 0),
(118513, 697, 81, 'Siebenhofen', 506156000, 129299400, 0),
(118514, 697, 81, 'Siebenlehn', 510311100, 133080800, 0),
(118515, 697, 81, 'Siedau', 511833300, 144000000, 0),
(118516, 697, 81, 'Siedlung Adler', 514224000, 142201900, 0),
(118517, 697, 81, 'Silberstrasse', 506618200, 125513000, 0),
(118518, 697, 81, 'Singwitz', 511409600, 144033300, 0),
(118519, 697, 81, 'Sitzenroda', 514437200, 129701000, 0),
(118520, 697, 81, 'Sormitz', 511189400, 131341500, 0),
(118521, 697, 81, 'Spahnsdorf', 511833300, 123833300, 0),
(118522, 697, 81, 'Spittewitz', 511267600, 134714200, 0),
(118523, 697, 81, 'Sporbitz', 509907200, 138468100, 0),
(118524, 697, 81, 'Spreedorf', 509937200, 145912500, 0),
(118525, 697, 81, 'Spreewitz', 515083600, 144004600, 0),
(118526, 697, 81, 'Sproitz', 512923800, 147451800, 0),
(118527, 697, 81, 'Sprotta', 514878000, 127084400, 0),
(118528, 697, 81, 'Stadt Wehlen', 509582100, 140309100, 0),
(118529, 697, 81, 'Stahmeln', 513780800, 123013900, 0),
(118530, 697, 81, 'Stauchitz', 512500000, 132166700, 0),
(118531, 697, 81, 'Steinolsa', 512777500, 146988800, 0),
(118532, 697, 81, 'Steins', 504477600, 120139900, 0),
(118533, 697, 81, 'Stelzendorf', 507998600, 128633400, 0),
(118534, 697, 81, 'Stenn', 506761900, 124311800, 0),
(118535, 697, 81, 'Stetzsch', 510845500, 136565200, 0),
(118536, 697, 81, 'Stohna', 512166700, 124000000, 0),
(118537, 697, 81, 'Stolpen', 510490100, 140794300, 0),
(118538, 697, 81, 'Stormthal', 512464200, 124729300, 0),
(118539, 697, 81, 'Strassgrabchen', 513520900, 140640400, 0),
(118540, 697, 81, 'Striegnitz', 512245800, 132836700, 0),
(118541, 697, 81, 'Striesa', 513040800, 130676800, 0),
(118542, 697, 81, 'Sussebach', 503618200, 121563600, 0),
(118543, 697, 81, 'Tannenbergsthal', 504366500, 124575400, 0),
(118544, 697, 81, 'Taura', 509166700, 128500000, 0),
(118545, 697, 81, 'Tauschwitz', 504810500, 121774900, 0),
(118546, 697, 81, 'Terpitz', 510227700, 126206300, 0),
(118547, 697, 81, 'Terpitzsch', 511214600, 128288800, 0),
(118548, 697, 81, 'Tettau', 508862300, 124958200, 0),
(118549, 697, 81, 'Thanhof', 506916700, 123992300, 0),
(118550, 697, 81, 'Tharandt', 509852500, 135803500, 0),
(118551, 697, 81, 'Thekla', 513762800, 124326500, 0),
(118552, 697, 81, 'Thiemendorf', 508500000, 131666700, 0),
(118553, 697, 81, 'Thrana', 510713000, 124666400, 0),
(118554, 697, 81, 'Threna', 512562500, 125378200, 0),
(118555, 697, 81, 'Thummlitz', 512716900, 128227600, 0),
(118556, 697, 81, 'Tirpersdorf', 504333300, 122500000, 0),
(118557, 697, 81, 'Torna', 510081400, 137809800, 0),
(118558, 697, 81, 'Trachenberge', 510942500, 137282800, 0),
(118559, 697, 81, 'Trages', 511907000, 125269600, 0),
(118560, 697, 81, 'Truppen', 513265500, 142865500, 0),
(118561, 697, 81, 'Ubigau', 510719300, 136905100, 0),
(118562, 697, 81, 'Ullendorf', 511059400, 134848600, 0),
(118563, 697, 81, 'Ungewiss', 508134400, 124256200, 0),
(118564, 697, 81, 'Unterheinsdorf', 506129300, 123347500, 0),
(118565, 697, 81, 'Unterneumark', 506649100, 123555300, 0),
(118566, 697, 81, 'Unterreussen', 513330300, 132523000, 0),
(118567, 697, 81, 'Unterweissig', 510062100, 136160900, 0),
(118568, 697, 81, 'Unterwiesenthal', 504270800, 129875100, 0),
(118569, 697, 81, 'Viehbighauser', 510931400, 143212600, 0),
(118570, 697, 81, 'Vielau', 506833100, 125451400, 0),
(118571, 697, 81, 'Voigtshain', 514098100, 128631000, 0),
(118572, 697, 81, 'Vorderhenneberg', 505500000, 127666700, 0),
(118573, 697, 81, 'Wachwitz', 510430700, 138277100, 0),
(118574, 697, 81, 'Wahnsdorf', 511195400, 136674400, 0),
(118575, 697, 81, 'Wahren', 513757400, 123220500, 0),
(118576, 697, 81, 'Waldbardau', 512122600, 127187300, 0),
(118577, 697, 81, 'Waldhauser', 511663000, 140518800, 0),
(118578, 697, 81, 'Wassergrund', 510583400, 144806400, 0),
(118579, 697, 81, 'Wedelwitz', 514425900, 126187000, 0),
(118580, 697, 81, 'Wehlitz', 513909600, 121925900, 0),
(118581, 697, 81, 'Weifa', 510758100, 143611900, 0),
(118582, 697, 81, 'Weigmannsdorf', 508390700, 133829000, 0),
(118583, 697, 81, 'Weigsdorf-Koblitz', 510960100, 144788800, 0),
(118584, 697, 81, 'Weinhubel', 511242100, 149774600, 0),
(118585, 697, 81, 'Weinsdorf', 509965600, 130225600, 0),
(118586, 697, 81, 'Weissenberg', 511964400, 146587400, 0),
(118587, 697, 81, 'Weisskeissel', 514833300, 147166700, 0),
(118588, 697, 81, 'Wellaune', 515716300, 125568600, 0),
(118589, 697, 81, 'Weltewitz', 514181000, 125626900, 0),
(118590, 697, 81, 'Wermsdorf', 512833300, 129500000, 0),
(118591, 697, 81, 'Wernsdorf', 507001600, 132682600, 0),
(118592, 697, 81, 'Wetteritz', 512477000, 129101800, 0),
(118593, 697, 81, 'Wiederau', 509735900, 128386600, 0),
(118594, 697, 81, 'Wiednitz', 514000000, 140333300, 0),
(118595, 697, 81, 'Wiesa', 506111400, 130137700, 0),
(118596, 697, 81, 'Wildbach', 506307100, 126560400, 0),
(118597, 697, 81, 'Wildenthal', 504510600, 126318600, 0),
(118598, 697, 81, 'Wildschutz', 514765300, 128533400, 0),
(118599, 697, 81, 'Wilhelmshohe', 506929300, 125384100, 0),
(118600, 697, 81, 'Wilkau-Hasslau', 506750400, 125148200, 0),
(118601, 697, 81, 'Wilmsdorf', 509699900, 137030400, 0),
(118602, 697, 81, 'Wilschdorf', 510563900, 140025900, 0),
(118603, 697, 81, 'Wiltzsch', 507110900, 129989700, 0),
(118604, 697, 81, 'Wittgensdorf', 508831600, 128703100, 0),
(118605, 697, 81, 'Wolfnitz', 510376500, 136775700, 0),
(118606, 697, 81, 'Wolfsgrun', 505181400, 126141400, 0),
(118607, 697, 81, 'Wolfsgrund', 507704300, 134113300, 0),
(118608, 697, 81, 'Wolfshain', 513217600, 125520500, 0),
(118609, 697, 81, 'Wolfspfutz', 505672800, 123342400, 0),
(118610, 697, 81, 'Wolfsstaud', 503950700, 120007700, 0),
(118611, 697, 81, 'Wuischke', 511307700, 145496500, 0),
(118612, 697, 81, 'Wurgwitz', 510253800, 136265000, 0),
(118613, 697, 81, 'Wustenschlette', 506409200, 131464800, 0),
(118614, 697, 81, 'Zaasch', 515518800, 122738500, 0),
(118615, 697, 81, 'Zassnitz', 510500000, 128000000, 0),
(118616, 697, 81, 'Zauckerode', 510153500, 136366200, 0),
(118617, 697, 81, 'Zausswitz', 513385300, 131926000, 0),
(118618, 697, 81, 'Zechendorf', 509351800, 132101800, 0),
(118619, 697, 81, 'Zehista', 509390300, 139255600, 0),
(118620, 697, 81, 'Zehren', 512017200, 134020200, 0),
(118621, 697, 81, 'Zeicha', 512361000, 131113000, 0),
(118622, 697, 81, 'Zeissigschenkriehbig', 508666700, 147666700, 0),
(118623, 697, 81, 'Zerre', 515300200, 143848400, 0),
(118624, 697, 81, 'Zetteritz', 510228300, 128807400, 0),
(118625, 697, 81, 'Zeughaus', 504416100, 125022400, 0),
(118626, 697, 81, 'Ziegelviehbig', 508833300, 147666700, 0),
(118627, 697, 81, 'Ziegenhain', 511358400, 133083300, 0),
(118628, 697, 81, 'Zinna', 515666700, 129500000, 0),
(118629, 697, 81, 'Zitzschewig', 511188800, 136026200, 0),
(118630, 697, 81, 'Zobigker', 512667800, 123556000, 0),
(118631, 697, 81, 'Zoblitz', 506591200, 132298100, 0),
(118632, 697, 81, 'Zollmen', 510413900, 136114300, 0),
(118633, 697, 81, 'Zschackwitz', 511235300, 131403100, 0),
(118634, 697, 81, 'Zschaiten', 512991200, 134085600, 0),
(118635, 697, 81, 'Zscheila', 511761400, 134947800, 0),
(118636, 697, 81, 'Zschepplitz', 511488000, 130880100, 0),
(118637, 697, 81, 'Zscherne', 515833300, 123333300, 0),
(118638, 697, 81, 'Zschieschen', 512830500, 135210500, 0),
(118639, 697, 81, 'Zschillichau', 512519500, 144874500, 0),
(118640, 697, 81, 'Zschocken', 506857400, 126690700, 0),
(118641, 697, 81, 'Zschollau', 513158600, 131117600, 0),
(118642, 697, 81, 'Zschorlau', 505666700, 126500000, 0),
(118643, 697, 81, 'Zuckelhausen', 513034500, 124508000, 0),
(118644, 697, 81, 'Zug', 508892000, 133460400, 0),
(118645, 697, 81, 'Zweenfurth', 513356500, 125493900, 0),
(118646, 697, 81, 'Zweibrucken', 514061400, 147099100, 0),
(118647, 697, 81, 'Zweinaundorf', 513251200, 124541700, 0),
(118648, 697, 81, 'Zwochau-Grebehna', 514571700, 122590900, 0),
(118649, 697, 81, 'Zwota', 503833300, 124333300, 0),
(118650, 699, 81, 'Adelbylund', 547833300, 94666700, 0),
(118651, 699, 81, 'Ahrensfelde', 536500000, 102500000, 0),
(118652, 699, 81, 'Albersdorf', 541363400, 109277100, 0),
(118653, 699, 81, 'Alkersum', 547079600, 85092500, 0),
(118654, 699, 81, 'Alt Bennebek', 543833300, 94333300, 0),
(118655, 699, 81, 'Alt Luebeck', 539075900, 107145000, 0),
(118656, 699, 81, 'Alt Molln', 536166700, 106500000, 0),
(118657, 699, 81, 'Alt Ruppersdorf', 539645100, 107429000, 0),
(118658, 699, 81, 'Altengors', 538975400, 103609300, 0),
(118659, 699, 81, 'Altenholz', 544000000, 101333300, 0),
(118660, 699, 81, 'Altenkattbek', 542292900, 96949400, 0),
(118661, 699, 81, 'Altmuhl', 544666700, 95833300, 0),
(118662, 699, 81, 'An der Chaussee', 538036700, 94481700, 0),
(118663, 699, 81, 'Arnis', 546307400, 99323300, 0),
(118664, 699, 81, 'Ascheffel', 544333300, 97000000, 0),
(118665, 699, 81, 'Asperhorn', 537154500, 97646800, 0),
(118666, 699, 81, 'Aufeld', 540833300, 100166700, 0),
(118667, 699, 81, 'Bad Sankt Peter', 543132300, 86077000, 0),
(118668, 699, 81, 'Bahrenhof', 538833300, 103833300, 0),
(118669, 699, 81, 'Bak', 537166700, 107833300, 0),
(118670, 699, 81, 'Baken', 543000000, 96000000, 0),
(118671, 699, 81, 'Balau', 536166700, 106166700, 0),
(118672, 699, 81, 'Bareneck', 538931200, 106347900, 0),
(118673, 699, 81, 'Bargenstedt', 541000000, 91500000, 0),
(118674, 699, 81, 'Bargfeld-Stegen', 537677800, 101875000, 0),
(118675, 699, 81, 'Barghorst', 540239500, 105635400, 0),
(118676, 699, 81, 'Bark', 539166700, 101833300, 0),
(118677, 699, 81, 'Barkelsby', 545000000, 98333300, 0),
(118678, 699, 81, 'Barnitz', 538000000, 105000000, 0),
(118679, 699, 81, 'Basedow', 534166700, 105833300, 0),
(118680, 699, 81, 'Behrensdorf', 543504000, 106049000, 0),
(118681, 699, 81, 'Beimoor', 536833300, 102666700, 0),
(118682, 699, 81, 'Bekenreihe', 537833300, 94166700, 0),
(118683, 699, 81, 'Berend', 545549800, 95640600, 0),
(118684, 699, 81, 'Beringstedt', 541166700, 95333300, 0),
(118685, 699, 81, 'Bilsenerbrucke', 537464700, 98868200, 0),
(118686, 699, 81, 'Bisdorf', 544668700, 111426800, 0),
(118687, 699, 81, 'Bissenmoor', 539044800, 98685900, 0),
(118688, 699, 81, 'Blankenmoor', 542354000, 90106200, 0),
(118689, 699, 81, 'Blekendorf', 542821100, 106582000, 0),
(118690, 699, 81, 'Blickstedt', 543858700, 100369200, 0),
(118691, 699, 81, 'Blomesche Wildnis', 538000000, 94166700, 0),
(118692, 699, 81, 'Blumenthal', 542333300, 100000000, 0),
(118693, 699, 81, 'Bockholt', 541064400, 106477500, 0),
(118694, 699, 81, 'Boelschuby', 546483200, 96963400, 0),
(118695, 699, 81, 'Bohl', 542894100, 86563900, 0),
(118696, 699, 81, 'Bohnhusen', 542166700, 100666700, 0),
(118697, 699, 81, 'Boldixum', 546949200, 85559500, 0),
(118698, 699, 81, 'Bombull', 548500000, 86666700, 0),
(118699, 699, 81, 'Bonebuttel', 540833300, 100666700, 0),
(118700, 699, 81, 'Boostedt', 540166700, 100333300, 0),
(118701, 699, 81, 'Borby', 544833300, 98500000, 0),
(118702, 699, 81, 'Borgdorf-Seedorf', 541666700, 98833300, 0),
(118703, 699, 81, 'Borgholz', 542322700, 90746500, 0),
(118704, 699, 81, 'Bornhoved', 540666700, 102333300, 0),
(118705, 699, 81, 'Bornsen', 534833300, 102833300, 0),
(118706, 699, 81, 'Borsfletherbuttel', 538194100, 94377700, 0),
(118707, 699, 81, 'Borstel', 538174500, 102037400, 0),
(118708, 699, 81, 'Borstel-Hohenraden', 536833300, 98166700, 0),
(118709, 699, 81, 'Bosiek', 547333300, 99000000, 0),
(118710, 699, 81, 'Bovenau', 543333300, 98333300, 0),
(118711, 699, 81, 'Boverstedt', 548185000, 90476000, 0),
(118712, 699, 81, 'Brackrade', 540933700, 104762000, 0),
(118713, 699, 81, 'Brandenbaum', 538613600, 107358600, 0),
(118714, 699, 81, 'Bredeberg', 547833300, 94500000, 0),
(118715, 699, 81, 'Bredenmoor', 543333300, 99000000, 0),
(118716, 699, 81, 'Breiholz', 542000000, 95333300, 0),
(118717, 699, 81, 'Brickeln', 540166700, 92333300, 0),
(118718, 699, 81, 'Brokreihe', 538757500, 94601500, 0),
(118719, 699, 81, 'Brosum', 543298300, 86239000, 0),
(118720, 699, 81, 'Bruhnskoppel', 541965200, 106031700, 0),
(118721, 699, 81, 'Brunsbuttel', 538950400, 91048400, 0),
(118722, 699, 81, 'Brunstorf', 535000000, 104333300, 0),
(118723, 699, 81, 'Buchholzermoor', 539655600, 92375100, 0),
(118724, 699, 81, 'Buchhorst', 533859600, 105655000, 0),
(118725, 699, 81, 'Buckhorn', 536833300, 99833300, 0),
(118726, 699, 81, 'Bullendorf', 537681400, 96184300, 0),
(118727, 699, 81, 'Bunningstedt', 536943500, 102145600, 0),
(118728, 699, 81, 'Burg auf Fehmarn', 544333300, 112000000, 0),
(118729, 699, 81, 'Busenwurth', 540333300, 90333300, 0),
(118730, 699, 81, 'Busum', 541333300, 88500000, 0),
(118731, 699, 81, 'Busumer Deichhausen', 541333300, 88833300, 0),
(118732, 699, 81, 'Christianshof', 539166700, 103166700, 0),
(118733, 699, 81, 'Christiansholm', 543166700, 94166700, 0),
(118734, 699, 81, 'Cismar', 541879200, 109819900, 0),
(118735, 699, 81, 'Clever Landwehr', 539000000, 106666700, 0),
(118736, 699, 81, 'Curau', 539494300, 106205900, 0),
(118737, 699, 81, 'Dagebull', 547292800, 87008300, 0),
(118738, 699, 81, 'Damendorf', 544166700, 97333300, 0),
(118739, 699, 81, 'Damm', 543666700, 102000000, 0),
(118740, 699, 81, 'Dammende', 547333300, 95666700, 0),
(118741, 699, 81, 'Danischburg', 539137100, 107408500, 0),
(118742, 699, 81, 'Danischenhagen', 544333300, 101333300, 0),
(118743, 699, 81, 'Dannewerk', 544833300, 95000000, 0),
(118744, 699, 81, 'Darry', 543136700, 105698800, 0),
(118745, 699, 81, 'Dassendorf', 535000000, 103833300, 0),
(118746, 699, 81, 'Deckerkrug', 545166700, 94833300, 0),
(118747, 699, 81, 'Deichreihe', 536379400, 95909400, 0),
(118748, 699, 81, 'Delve', 543000000, 92500000, 0),
(118749, 699, 81, 'Dermin', 537000000, 107833300, 0),
(118750, 699, 81, 'Dersau', 541166700, 103500000, 0),
(118751, 699, 81, 'Dikjendeel', 548802600, 82939100, 0),
(118752, 699, 81, 'Dobersdorf', 543189300, 102801100, 0),
(118753, 699, 81, 'Dollrottholz', 546467800, 98064000, 0),
(118754, 699, 81, 'Dorferdeich', 538727100, 93172000, 0),
(118755, 699, 81, 'Dorpstedt', 541265800, 95897300, 0),
(118756, 699, 81, 'Drage', 540040400, 95192700, 0),
(118757, 699, 81, 'Dreibeken', 537269800, 99611100, 0),
(118758, 699, 81, 'Duburg', 547833300, 94166700, 0),
(118759, 699, 81, 'Duckerswisch', 540550700, 92987600, 0),
(118760, 699, 81, 'Dummersdorf', 539224600, 108456500, 0),
(118761, 699, 81, 'Eckstock', 545723500, 91443000, 0),
(118762, 699, 81, 'Eddelak', 539500000, 91500000, 0),
(118763, 699, 81, 'Edendorf', 539520500, 94986800, 0),
(118764, 699, 81, 'Eggerstedt', 536432300, 98064700, 0),
(118765, 699, 81, 'Ehndorfermoor', 540517800, 98481000, 0),
(118766, 699, 81, 'Eichede', 537180100, 104086200, 0),
(118767, 699, 81, 'Eiderstede', 541666700, 100333300, 0),
(118768, 699, 81, 'Einfeld', 541236900, 99919200, 0),
(118769, 699, 81, 'Eisendorf', 542000000, 98666700, 0),
(118770, 699, 81, 'Ekholt', 537419500, 97212300, 0),
(118771, 699, 81, 'Ellerhoop', 537333300, 97666700, 0),
(118772, 699, 81, 'Ellingstedt', 544833300, 94000000, 0),
(118773, 699, 81, 'Elmenhorst', 535456100, 105352000, 0),
(118774, 699, 81, 'Elmschenhagen', 542901200, 101934800, 0),
(118775, 699, 81, 'Elsdorf', 542666700, 95333300, 0),
(118776, 699, 81, 'Emkendorf', 542666700, 98500000, 0),
(118777, 699, 81, 'Emmelsbull-Horsbull', 548166700, 87000000, 0),
(118778, 699, 81, 'Enge-Sande', 547333300, 99833300, 0),
(118779, 699, 81, 'Esmark', 546784500, 96009300, 0),
(118780, 699, 81, 'Esprehm', 544688000, 96271400, 0),
(118781, 699, 81, 'Etz', 536378700, 97610500, 0),
(118782, 699, 81, 'Fackenburg', 538837200, 106373200, 0),
(118783, 699, 81, 'Fahrendorf', 534667500, 103481600, 0),
(118784, 699, 81, 'Farnewinkel', 540802200, 91435200, 0),
(118785, 699, 81, 'Fassendorf', 541000000, 108166700, 0),
(118786, 699, 81, 'Fegetasche', 541500000, 104500000, 0),
(118787, 699, 81, 'Fehrenbotel', 539839500, 101738400, 0),
(118788, 699, 81, 'Feldscheide', 540000000, 104166700, 0),
(118789, 699, 81, 'Fellhorst', 544578200, 96771100, 0),
(118790, 699, 81, 'Felm', 544166700, 100500000, 0),
(118791, 699, 81, 'Fissau', 541558200, 106107100, 0),
(118792, 699, 81, 'Fockendorf', 538802600, 93991000, 0),
(118793, 699, 81, 'Freiheit', 547666700, 89833300, 0),
(118794, 699, 81, 'Friedheim', 548000000, 94666700, 0),
(118795, 699, 81, 'Friedrichsberg', 543000000, 101333300, 0),
(118796, 699, 81, 'Friedrichsort', 543971300, 101688700, 0),
(118797, 699, 81, 'Friedrichstadt', 543756600, 90867200, 0),
(118798, 699, 81, 'Friedrichswerk', 542000000, 90833300, 0),
(118799, 699, 81, 'Fruerlund', 548000000, 94666700, 0),
(118800, 699, 81, 'Fuhlendorf', 539436600, 98868400, 0),
(118801, 699, 81, 'Fuhlenhagen', 535666700, 105166700, 0),
(118802, 699, 81, 'Gadeland', 540556200, 100254700, 0),
(118803, 699, 81, 'Galmsbull', 547500000, 87500000, 0),
(118804, 699, 81, 'Gammellund', 545766400, 94549100, 0),
(118805, 699, 81, 'Garstedt', 536772100, 99686100, 0),
(118806, 699, 81, 'Garstedter Feld', 536833300, 99833300, 0),
(118807, 699, 81, 'Genin', 538414200, 106601200, 0),
(118808, 699, 81, 'Geschendorf', 539166700, 104500000, 0),
(118809, 699, 81, 'Giddendorf', 543098000, 109270000, 0),
(118810, 699, 81, 'Glasau', 540500000, 105166700, 0),
(118811, 699, 81, 'Glasholz', 541501700, 103158200, 0),
(118812, 699, 81, 'Glinde', 535441000, 102004800, 0),
(118813, 699, 81, 'Glucksburg', 548352200, 95485400, 0),
(118814, 699, 81, 'Glusing', 540805300, 96447200, 0),
(118815, 699, 81, 'Godersdorf', 543623100, 103688200, 0),
(118816, 699, 81, 'Goel', 542835000, 109403600, 0),
(118817, 699, 81, 'Goldenbek', 539333300, 104833300, 0),
(118818, 699, 81, 'Gosdorf', 542194100, 109738400, 0),
(118819, 699, 81, 'Gothmund', 539017900, 107505000, 0),
(118820, 699, 81, 'Grabau', 535135700, 105200100, 0),
(118821, 699, 81, 'Granderheide', 535935200, 103687000, 0),
(118822, 699, 81, 'Gremsmuhlen', 541634800, 105482200, 0),
(118823, 699, 81, 'Grevenkop', 538500000, 95333300, 0),
(118824, 699, 81, 'Grevenkrug', 542166700, 100166700, 0),
(118825, 699, 81, 'Gribbohm', 540282100, 93473900, 0),
(118826, 699, 81, 'Grimsnis', 546773500, 99330100, 0),
(118827, 699, 81, 'Gromitz', 541500000, 109666700, 0),
(118828, 699, 81, 'Gromnitzerhagen', 541500000, 109833300, 0),
(118829, 699, 81, 'Gross Adelbylund', 547833300, 94666700, 0),
(118830, 699, 81, 'Gross Barnitz', 538052500, 104991600, 0),
(118831, 699, 81, 'Gross Buchwald', 541666700, 100833300, 0),
(118832, 699, 81, 'Gross Kummerfeld', 540500000, 100833300, 0),
(118833, 699, 81, 'Gross Niendorf', 538500000, 102500000, 0),
(118834, 699, 81, 'Gross Nordende', 537000000, 96500000, 0),
(118835, 699, 81, 'Gross Quern', 547522700, 97197600, 0),
(118836, 699, 81, 'Gross Rheide', 544500000, 94333300, 0),
(118837, 699, 81, 'Gross Schretstaken', 535855100, 105458400, 0),
(118838, 699, 81, 'Gross Tarup', 547833300, 94833300, 0),
(118839, 699, 81, 'Gross Timmendorf', 539869700, 107474000, 0),
(118840, 699, 81, 'Gross Vollstedt', 542333300, 98666700, 0),
(118841, 699, 81, 'Gross Weeden', 537410600, 105997200, 0),
(118842, 699, 81, 'Gross-Dannewerk', 544852900, 95146400, 0),
(118843, 699, 81, 'Grossbarkau', 542333300, 101666700, 0),
(118844, 699, 81, 'Grossberkenthin', 537333300, 106500000, 0),
(118845, 699, 81, 'Grossenaspe', 539833300, 99666700, 0),
(118846, 699, 81, 'Grossenbrode', 543833300, 110833300, 0),
(118847, 699, 81, 'Grossenbrode-Kai', 543612700, 110852000, 0),
(118848, 699, 81, 'Grossendorf', 537940600, 97598800, 0),
(118849, 699, 81, 'Grossendorferheide', 538166700, 97666700, 0),
(118850, 699, 81, 'Grossensee', 536166700, 103500000, 0),
(118851, 699, 81, 'Grossparin', 539396600, 106951900, 0),
(118852, 699, 81, 'Grube', 542333300, 110333300, 0),
(118853, 699, 81, 'Gruberhagen', 542000000, 110500000, 0),
(118854, 699, 81, 'Gruft', 545333300, 93333300, 0),
(118855, 699, 81, 'Gruner Hirsch', 542333300, 108833300, 0),
(118856, 699, 81, 'Gudendorf', 540333300, 91000000, 0),
(118857, 699, 81, 'Guttau', 542058400, 110157500, 0),
(118858, 699, 81, 'Haby', 544000000, 98166700, 0),
(118859, 699, 81, 'Hadenfeld', 540341000, 94557500, 0),
(118860, 699, 81, 'Haithabu', 544911100, 95652800, 0),
(118861, 699, 81, 'Halenbrok', 538524000, 96420600, 0),
(118862, 699, 81, 'Hamfelde in Lauenburg', 535965800, 104481700, 0),
(118863, 699, 81, 'Hamwarde', 534500000, 104166700, 0),
(118864, 699, 81, 'Hanerau', 541166700, 94333300, 0),
(118865, 699, 81, 'Hanerau-Hademarschen', 541333300, 94166700, 0),
(118866, 699, 81, 'Hardebek', 539885000, 98681300, 0),
(118867, 699, 81, 'Harrisleefeld', 548000000, 94000000, 0),
(118868, 699, 81, 'Haselund', 546000000, 91833300, 0),
(118869, 699, 81, 'Hasenkrug', 539833300, 98500000, 0),
(118870, 699, 81, 'Haslohfurth', 537413400, 99961400, 0),
(118871, 699, 81, 'Hasselburg', 541393800, 108162200, 0),
(118872, 699, 81, 'Hasseldieksdamm', 543166700, 100833300, 0),
(118873, 699, 81, 'Hassenbuttel', 541897800, 89456800, 0),
(118874, 699, 81, 'Hattstedt', 545333300, 90333300, 0),
(118875, 699, 81, 'Hattstedtermarsch', 545500000, 90000000, 0),
(118876, 699, 81, 'Hauert', 543333300, 87000000, 0),
(118877, 699, 81, 'Haven', 539799400, 108300300, 0),
(118878, 699, 81, 'Havighorst', 535248300, 101690500, 0),
(118879, 699, 81, 'Heide', 541957900, 90988000, 0),
(118880, 699, 81, 'Heidekamp', 538500000, 105000000, 0),
(118881, 699, 81, 'Heidmuhle', 537338200, 96759800, 0),
(118882, 699, 81, 'Heiligenstedten', 539326400, 94746200, 0),
(118883, 699, 81, 'Heiligenstedtenerkamp', 538995900, 94681400, 0),
(118884, 699, 81, 'Heilshoop', 538833300, 105333300, 0),
(118885, 699, 81, 'Hemdingen', 537666700, 98333300, 0),
(118886, 699, 81, 'Hemmingstedt', 541500000, 90666700, 0),
(118887, 699, 81, 'Herrendeich', 544833300, 88833300, 0),
(118888, 699, 81, 'Herrenwyk', 538995500, 107934500, 0),
(118889, 699, 81, 'Hetlingen', 536071200, 96371800, 0),
(118890, 699, 81, 'Hobek', 542956500, 97912000, 0),
(118891, 699, 81, 'Hochdonn', 540266300, 92762400, 0),
(118892, 699, 81, 'Hodorf', 539005700, 94299200, 0),
(118893, 699, 81, 'Hogel', 546500000, 90666700, 0),
(118894, 699, 81, 'Hogersdorf', 539166700, 102833300, 0),
(118895, 699, 81, 'Hohenaspe', 539889800, 95277400, 0),
(118896, 699, 81, 'Hohenfiert', 540061500, 96374300, 0),
(118897, 699, 81, 'Hohenheide', 541732200, 90916100, 0),
(118898, 699, 81, 'Hohenhorn', 534833300, 103666700, 0),
(118899, 699, 81, 'Hohenhude', 542857400, 99920400, 0),
(118900, 699, 81, 'Hoisbuttel', 536913500, 101687600, 0),
(118901, 699, 81, 'Hollmuhle', 546256700, 96235500, 0),
(118902, 699, 81, 'Holnishof', 548701500, 95884900, 0),
(118903, 699, 81, 'Holstenniendorf', 540416100, 93480800, 0),
(118904, 699, 81, 'Holtenau', 543729400, 101476400, 0),
(118905, 699, 81, 'Hornerkirchen', 538500000, 97000000, 0),
(118906, 699, 81, 'Hornstorf', 537850100, 107263100, 0),
(118907, 699, 81, 'Hornum', 547573200, 82883300, 0),
(118908, 699, 81, 'Horsbull', 548333300, 86500000, 0),
(118909, 699, 81, 'Horst', 538119500, 96230700, 0),
(118910, 699, 81, 'Horstreihe', 538177100, 96142700, 0),
(118911, 699, 81, 'Hostrup', 546612600, 95154200, 0),
(118912, 699, 81, 'Huhnerhof', 535166700, 102500000, 0),
(118913, 699, 81, 'Huje', 539772300, 94344100, 0),
(118914, 699, 81, 'Hulkenbull', 543166700, 87833300, 0),
(118915, 699, 81, 'Hurup', 547500000, 95333300, 0),
(118916, 699, 81, 'Husby', 545000000, 94833300, 0),
(118917, 699, 81, 'Hutten', 541356700, 96055600, 0),
(118918, 699, 81, 'Huy', 542166700, 95166700, 0),
(118919, 699, 81, 'Im Dorf', 538319100, 97758600, 0),
(118920, 699, 81, 'Immenstedt', 541833300, 93000000, 0),
(118921, 699, 81, 'Ingwershorn', 544166700, 90333300, 0),
(118922, 699, 81, 'Innien', 540853800, 97893300, 0),
(118923, 699, 81, 'Ivendorf', 539398400, 108399000, 0),
(118924, 699, 81, 'Jagel', 544565200, 95375900, 0),
(118925, 699, 81, 'Jannebyfeld', 546396100, 92781100, 0),
(118926, 699, 81, 'Jerrishoe', 546500000, 93666700, 0),
(118927, 699, 81, 'Jevenstedt', 542333300, 96666700, 0),
(118928, 699, 81, 'Julianenebene', 543163300, 95013600, 0),
(118929, 699, 81, 'Juliusburg', 534166700, 105000000, 0),
(118930, 699, 81, 'Jutzbuttel', 541826400, 93299800, 0),
(118931, 699, 81, 'Kaden', 537851300, 99472100, 0),
(118932, 699, 81, 'Kalifornien', 544266900, 103777900, 0),
(118933, 699, 81, 'Kasseedorf', 541666700, 107166700, 0),
(118934, 699, 81, 'Kattrepel', 539184300, 90500200, 0),
(118935, 699, 81, 'Kauslund', 548000000, 94833300, 0),
(118936, 699, 81, 'Kehrweg', 537413700, 94814100, 0),
(118937, 699, 81, 'Ketelsbuttel', 541451800, 90148600, 0),
(118938, 699, 81, 'Kiebitzreihe', 537833300, 96166700, 0),
(118939, 699, 81, 'Kirchbarkau', 542166700, 101500000, 0),
(118940, 699, 81, 'Kirchducht', 538940600, 92492200, 0),
(118941, 699, 81, 'Kisdorferwohld', 538192100, 100800700, 0),
(118942, 699, 81, 'Klein Bennebek', 544000000, 94500000, 0),
(118943, 699, 81, 'Klein Gladebrugge', 539166700, 103166700, 0),
(118944, 699, 81, 'Klein Gronau', 538119000, 107439400, 0),
(118945, 699, 81, 'Klein Krempdorf', 538249800, 94575400, 0),
(118946, 699, 81, 'Klein Kuhren', 542078400, 102478400, 0),
(118947, 699, 81, 'Klein Kummerfeld', 540346700, 100672100, 0),
(118948, 699, 81, 'Klein Nordsee', 543137200, 99522600, 0),
(118949, 699, 81, 'Klein Olversum', 543000000, 89166700, 0),
(118950, 699, 81, 'Klein Timmendorf', 539901200, 107666800, 0),
(118951, 699, 81, 'Kleinflintbek', 542592700, 100865800, 0),
(118952, 699, 81, 'Kleinharrie', 541227100, 100609100, 0),
(118953, 699, 81, 'Kleinhastedt', 540448800, 92020600, 0),
(118954, 699, 81, 'Kleinmuhlen', 539166700, 106833300, 0),
(118955, 699, 81, 'Kleinsee', 543833300, 93333300, 0),
(118956, 699, 81, 'Klenzau', 540899900, 105765400, 0),
(118957, 699, 81, 'Klixbull', 548000000, 89000000, 0),
(118958, 699, 81, 'Klockries', 547798000, 88658900, 0),
(118959, 699, 81, 'Klove', 544406800, 93511500, 0),
(118960, 699, 81, 'Klovensteen', 536888600, 99249300, 0),
(118961, 699, 81, 'Klues', 548166700, 94166700, 0),
(118962, 699, 81, 'Kniphagen', 541739500, 107872300, 0),
(118963, 699, 81, 'Koldenbuttel', 543833300, 90666700, 0),
(118964, 699, 81, 'Kollmardeich', 537333300, 94833300, 0),
(118965, 699, 81, 'Kollow', 534666700, 104666700, 0),
(118966, 699, 81, 'Krelau', 543666700, 92000000, 0),
(118967, 699, 81, 'Kremerberg', 536979200, 102418900, 0),
(118968, 699, 81, 'Krim', 535333300, 103166700, 0),
(118969, 699, 81, 'Krokau', 544000000, 103500000, 0),
(118970, 699, 81, 'Kronprinzenkoog', 539666700, 89666700, 0),
(118971, 699, 81, 'Kronsburg', 542879800, 101390100, 0),
(118972, 699, 81, 'Kronshorst', 535890900, 102918700, 0),
(118973, 699, 81, 'Kronsnest', 537195300, 95711300, 0),
(118974, 699, 81, 'Kroppelshagen-Fahrendorf', 534833300, 103333300, 0),
(118975, 699, 81, 'Kross', 543185600, 108835700, 0),
(118976, 699, 81, 'Kruckenkrug', 541166700, 100000000, 0),
(118977, 699, 81, 'Krummwisch', 543333300, 99000000, 0),
(118978, 699, 81, 'Krupunder', 536289100, 98810200, 0),
(118979, 699, 81, 'Kruzen', 534000000, 105333300, 0),
(118980, 699, 81, 'Kuhholzberg', 544456300, 100975700, 0),
(118981, 699, 81, 'Kuhlen', 539154000, 92316900, 0),
(118982, 699, 81, 'Kuhlenbrook', 540600700, 104259500, 0),
(118983, 699, 81, 'Laberg', 537000000, 101833300, 0),
(118984, 699, 81, 'Laboe', 544000000, 102166700, 0),
(118985, 699, 81, 'Lagerdorf', 538833300, 95833300, 0),
(118986, 699, 81, 'Lammershagen', 542833300, 104500000, 0),
(118987, 699, 81, 'Landkirchen', 544498800, 111478400, 0),
(118988, 699, 81, 'Langballigau', 548166700, 96500000, 0),
(118989, 699, 81, 'Langeln', 538000000, 98500000, 0),
(118990, 699, 81, 'Langenhagen', 542132200, 107742400, 0),
(118991, 699, 81, 'Langenrade', 541537400, 103395900, 0),
(118992, 699, 81, 'Lasbek', 537333300, 103666700, 0),
(118993, 699, 81, 'Lauenberg', 537500000, 96833300, 0),
(118994, 699, 81, 'Legbank', 543500000, 104166700, 0),
(118995, 699, 81, 'Lehrsbuttel', 541373200, 92029500, 0),
(118996, 699, 81, 'Lenste', 541668000, 109827900, 0),
(118997, 699, 81, 'Liesbuttel', 541301700, 93888200, 0),
(118998, 699, 81, 'Lieth', 537166700, 96666700, 0),
(118999, 699, 81, 'Linden', 542500000, 91833300, 0),
(119000, 699, 81, 'Lindewitt', 547000000, 92000000, 0),
(119001, 699, 81, 'Lindhoft', 544554300, 99664100, 0),
(119002, 699, 81, 'Lohklindt', 542182800, 95480600, 0),
(119003, 699, 81, 'Lottorf', 544500000, 95666700, 0),
(119004, 699, 81, 'Lubscher Brunnen', 539325400, 95429200, 0),
(119005, 699, 81, 'Luchow', 536833300, 105333300, 0),
(119006, 699, 81, 'Luhnstedt', 541666700, 97000000, 0),
(119007, 699, 81, 'Luningshof', 538180200, 96021000, 0),
(119008, 699, 81, 'Lurschau', 545500000, 95000000, 0),
(119009, 699, 81, 'Lutjenbrode', 543599000, 110361900, 0),
(119010, 699, 81, 'Lutjenburg', 542918800, 105894500, 0),
(119011, 699, 81, 'Lutjensee', 536500000, 103666700, 0),
(119012, 699, 81, 'Lutjenwestedt', 541333300, 94833300, 0),
(119013, 699, 81, 'Lutterbek', 544000000, 102833300, 0),
(119014, 699, 81, 'Maasbull', 547531600, 88168200, 0),
(119015, 699, 81, 'Maisborstel', 541298900, 95660900, 0),
(119016, 699, 81, 'Malente-Gremsmuhlen', 541833300, 105666700, 0),
(119017, 699, 81, 'Malmsteg', 543833300, 105000000, 0),
(119018, 699, 81, 'Mannhagen', 536437200, 106136000, 0),
(119019, 699, 81, 'Mariental', 539000000, 106500000, 0),
(119020, 699, 81, 'Marienthal', 544500000, 98333300, 0),
(119021, 699, 81, 'Marienwohlde', 536500100, 106957800, 0),
(119022, 699, 81, 'Medelby', 548166700, 91833300, 0),
(119023, 699, 81, 'Meezen', 540500000, 97000000, 0),
(119024, 699, 81, 'Mehlby', 546643500, 99127600, 0),
(119025, 699, 81, 'Midlum', 547151000, 85216100, 0),
(119026, 699, 81, 'Mielkendorf', 542833300, 100500000, 0),
(119027, 699, 81, 'Missunde', 545166700, 97166700, 0),
(119028, 699, 81, 'Mohnsen', 535666700, 104500000, 0),
(119029, 699, 81, 'Mohrkirch', 546666700, 97166700, 0),
(119030, 699, 81, 'Moltenort', 543760700, 102034500, 0),
(119031, 699, 81, 'Monkhagen', 539000000, 105500000, 0),
(119032, 699, 81, 'Moorgarten', 538090300, 105777900, 0),
(119033, 699, 81, 'Muhlenbruck', 547166700, 95166700, 0),
(119034, 699, 81, 'Muhlenwurth', 536447200, 95738600, 0),
(119035, 699, 81, 'Mummendorf', 544441900, 111451100, 0),
(119036, 699, 81, 'Munkbrarup', 548000000, 95666700, 0),
(119037, 699, 81, 'Mussen', 534924400, 105640400, 0),
(119038, 699, 81, 'Mustin', 536833300, 108833300, 0),
(119039, 699, 81, 'Muusbek', 548000000, 94000000, 0),
(119040, 699, 81, 'Negernbotel', 539833300, 102500000, 0),
(119041, 699, 81, 'Nettelsee', 541833300, 101833300, 0),
(119042, 699, 81, 'Neu Travemunde', 539666700, 108833300, 0),
(119043, 699, 81, 'Neuberend', 545500000, 95333300, 0),
(119044, 699, 81, 'Neubornsen', 534913600, 102827800, 0),
(119045, 699, 81, 'Neudorf', 541308600, 105860800, 0),
(119046, 699, 81, 'Neue Muhle', 536833300, 96833300, 0),
(119047, 699, 81, 'Neuenbrook', 538666700, 95500000, 0),
(119048, 699, 81, 'Neuendorf', 537375700, 95626900, 0),
(119049, 699, 81, 'Neuengors', 539000000, 103833300, 0),
(119050, 699, 81, 'Neuenkirchen', 538642200, 94282700, 0),
(119051, 699, 81, 'Neuer Haidkrug', 541833300, 100333300, 0),
(119052, 699, 81, 'Neufeld', 539000000, 90166700, 0),
(119053, 699, 81, 'Neuhaus', 543105700, 105010500, 0),
(119054, 699, 81, 'Neuheikendorf', 543833300, 102333300, 0),
(119055, 699, 81, 'Neuhof', 543000000, 91666700, 0),
(119056, 699, 81, 'Neuratjensdorf', 543422600, 109703200, 0),
(119057, 699, 81, 'Neuschonningstedt', 535500000, 102333300, 0),
(119058, 699, 81, 'Neuwerker Garten', 542833300, 96666700, 0),
(119059, 699, 81, 'Neuwittenbek', 543666700, 100166700, 0),
(119060, 699, 81, 'Nieblum', 546918900, 84908900, 0),
(119061, 699, 81, 'Niebull', 547866300, 88285400, 0),
(119062, 699, 81, 'Nieby', 545809000, 100190200, 0),
(119063, 699, 81, 'Niederbussau', 538199300, 106354500, 0),
(119064, 699, 81, 'Nienwohld', 537869400, 101944400, 0),
(119065, 699, 81, 'Nindorf', 540833300, 91166700, 0),
(119066, 699, 81, 'Norby', 544006000, 95824900, 0),
(119067, 699, 81, 'Norddeich', 542166700, 89000000, 0),
(119068, 699, 81, 'Norderfahrenstedt', 546000000, 96000000, 0),
(119069, 699, 81, 'Nordermitteldeich', 545319900, 86670300, 0),
(119070, 699, 81, 'Nordfeld', 543333300, 91333300, 0),
(119071, 699, 81, 'Nordhusum', 544833300, 90333300, 0),
(119072, 699, 81, 'Norgaardholz', 547827500, 97985500, 0),
(119073, 699, 81, 'Nubbel', 542666700, 96166700, 0),
(119074, 699, 81, 'Ober Glinde', 536638600, 96900200, 0),
(119075, 699, 81, 'Oesterdeichstrich', 541500000, 88833300, 0),
(119076, 699, 81, 'Ohe', 535456200, 102809300, 0),
(119077, 699, 81, 'Ohrsee', 541000000, 94666700, 0),
(119078, 699, 81, 'Ohrstedt', 545000000, 92333300, 0),
(119079, 699, 81, 'Olbom', 543166700, 105166700, 0),
(119080, 699, 81, 'Oldenswort', 543724300, 89399600, 0),
(119081, 699, 81, 'Oldgras', 544833300, 90333300, 0),
(119082, 699, 81, 'Oppendorf', 543154500, 102194700, 0),
(119083, 699, 81, 'Oring', 538262400, 101491100, 0),
(119084, 699, 81, 'Ostenau', 546201900, 91913800, 0),
(119085, 699, 81, 'Ostenfeld', 543160700, 97810400, 0),
(119086, 699, 81, 'Oster Langenhorn', 546809900, 89373700, 0),
(119087, 699, 81, 'Oster Wittbekfeld', 544763900, 92599000, 0),
(119088, 699, 81, 'Oster-Treia', 545145200, 93235800, 0),
(119089, 699, 81, 'Osterbelmhusen', 539155900, 91161100, 0),
(119090, 699, 81, 'Ostermuhlen', 541000000, 95666700, 0),
(119091, 699, 81, 'Osterwall', 548614900, 84217100, 0),
(119092, 699, 81, 'Osterwinnert', 544445800, 92447200, 0),
(119093, 699, 81, 'Ostrohe', 542166700, 91500000, 0),
(119094, 699, 81, 'Ostseebad Damp', 545857600, 100225500, 0),
(119095, 699, 81, 'Ottenbuttel', 539710700, 95041600, 0),
(119096, 699, 81, 'Ottendorf', 540755800, 106635100, 0),
(119097, 699, 81, 'Overndorf', 539500000, 97166700, 0),
(119098, 699, 81, 'Panker', 543333300, 105666700, 0),
(119099, 699, 81, 'Pansdorf', 539813900, 107054900, 0),
(119100, 699, 81, 'Panten', 536666700, 106166700, 0),
(119101, 699, 81, 'Papendorf', 536071200, 102885500, 0),
(119102, 699, 81, 'Papenhohe', 537666700, 96500000, 0),
(119103, 699, 81, 'Pemeln', 541399500, 94071900, 0),
(119104, 699, 81, 'Petersdorf', 544804100, 110689000, 0),
(119105, 699, 81, 'Plon', 541624100, 104233300, 0),
(119106, 699, 81, 'Pogeez', 537500000, 107333300, 0),
(119107, 699, 81, 'Politz', 537833300, 103833300, 0),
(119108, 699, 81, 'Pollhorn', 542177600, 96837400, 0),
(119109, 699, 81, 'Ponitz am See', 540393500, 106963100, 0),
(119110, 699, 81, 'Poppenbrugge', 542849800, 101278800, 0),
(119111, 699, 81, 'Poppenbull', 543608800, 87612000, 0),
(119112, 699, 81, 'Poppendorf', 539311800, 108169800, 0),
(119113, 699, 81, 'Poyenberg', 540333300, 97000000, 0),
(119114, 699, 81, 'Priwall', 539518300, 108852300, 0),
(119115, 699, 81, 'Probsteierhagen', 543666700, 102833300, 0),
(119116, 699, 81, 'Putjen', 536445100, 98723300, 0),
(119117, 699, 81, 'Quaal', 539616900, 103739500, 0),
(119118, 699, 81, 'Quarnbek', 543333300, 99833300, 0),
(119119, 699, 81, 'Quickbornerheide', 537513300, 99418900, 0),
(119120, 699, 81, 'Raa', 537500000, 96000000, 0),
(119121, 699, 81, 'Raa-Besenbek', 537666700, 96000000, 0),
(119122, 699, 81, 'Rammsee', 543500000, 101000000, 0),
(119123, 699, 81, 'Ramsdorf', 544003100, 96110800, 0),
(119124, 699, 81, 'Ramsharde', 548000000, 94166700, 0),
(119125, 699, 81, 'Ramstedt', 544000000, 91666700, 0),
(119126, 699, 81, 'Rangenberg', 539000000, 107833300, 0),
(119127, 699, 81, 'Ratekau', 539500000, 107333300, 0),
(119128, 699, 81, 'Rausdorf', 535833300, 103166700, 0),
(119129, 699, 81, 'Redingsdorf', 541166700, 107166700, 0),
(119130, 699, 81, 'Rehbergstrasse', 546816200, 96136900, 0),
(119131, 699, 81, 'Reimersbude', 543855800, 90027000, 0),
(119132, 699, 81, 'Rensefeld', 539130700, 106732500, 0),
(119133, 699, 81, 'Rethbucht', 542333300, 94333300, 0),
(119134, 699, 81, 'Rethwischdorf', 537841300, 104427800, 0),
(119135, 699, 81, 'Rethwischhof', 537950900, 104036800, 0),
(119136, 699, 81, 'Rickelshof', 541833300, 90666700, 0),
(119137, 699, 81, 'Rickling', 540166700, 101666700, 0),
(119138, 699, 81, 'Riep', 543166700, 89000000, 0),
(119139, 699, 81, 'Rieseby', 545333300, 98166700, 0),
(119140, 699, 81, 'Risum', 547547500, 88618500, 0),
(119141, 699, 81, 'Risum-Lindholm', 547580200, 88690600, 0),
(119142, 699, 81, 'Rodemis', 544695900, 90586600, 0),
(119143, 699, 81, 'Rodenbek', 542833300, 100166700, 0),
(119144, 699, 81, 'Roikier', 547823400, 97557700, 0),
(119145, 699, 81, 'Rondeshagen', 537500000, 106333300, 0),
(119146, 699, 81, 'Ronnau', 539520800, 108437900, 0),
(119147, 699, 81, 'Ronne', 542675400, 101791700, 0),
(119148, 699, 81, 'Rosenburg', 544833300, 90833300, 0),
(119149, 699, 81, 'Rosenfelde', 542648400, 110717700, 0),
(119150, 699, 81, 'Rothebeck', 538413900, 106777800, 0),
(119151, 699, 81, 'Rugenbergen', 536645500, 99017000, 0),
(119152, 699, 81, 'Rugenort', 540048700, 88788100, 0),
(119153, 699, 81, 'Ruhwinkel', 541000000, 102166700, 0),
(119154, 699, 81, 'Rumfleth', 539286400, 93622800, 0),
(119155, 699, 81, 'Rumohr', 542500000, 100333300, 0),
(119156, 699, 81, 'Russee', 543006300, 100707300, 0),
(119157, 699, 81, 'Saatsee', 543000000, 96916700, 0),
(119158, 699, 81, 'Sahrensdorf', 544264600, 112271200, 0),
(119159, 699, 81, 'Sandkaten', 541482600, 104470000, 0),
(119160, 699, 81, 'Sandkrug', 544500000, 98500000, 0),
(119161, 699, 81, 'Sandwig', 548431000, 95347800, 0),
(119162, 699, 81, 'Sankt Annen-Damm', 543500000, 90833300, 0),
(119163, 699, 81, 'Sankt Georgsberg', 536969000, 107506400, 0),
(119164, 699, 81, 'Sankt Gertrud', 538778200, 106986200, 0),
(119165, 699, 81, 'Sankt Hubertus', 538202100, 107295200, 0),
(119166, 699, 81, 'Sankt Lorenz Nord', 538724700, 106646300, 0),
(119167, 699, 81, 'Sankt Michaelisdonn', 539833300, 91166700, 0),
(119168, 699, 81, 'Sankt Peter-Ording', 543000000, 86333300, 0),
(119169, 699, 81, 'Sarzbuttel', 541166700, 91833300, 0),
(119170, 699, 81, 'Schaalby', 545500000, 96333300, 0),
(119171, 699, 81, 'Scharbeutz', 540333300, 107500000, 0),
(119172, 699, 81, 'Schilksee', 544183300, 101719300, 0),
(119173, 699, 81, 'Schlesen', 543215300, 103341900, 0),
(119174, 699, 81, 'Schlotfeld', 539561900, 95823100, 0),
(119175, 699, 81, 'Schmalenbeck', 536500000, 102666700, 0),
(119176, 699, 81, 'Schnarup', 546433700, 96360200, 0),
(119177, 699, 81, 'Schnarup-Thumby', 546500000, 96500000, 0),
(119178, 699, 81, 'Schonberg', 536831900, 104267100, 0),
(119179, 699, 81, 'Schonbocken', 538666700, 106166700, 0),
(119180, 699, 81, 'Schonkirchen', 543333300, 102333300, 0),
(119181, 699, 81, 'Schonningstedt', 535312100, 102549100, 0),
(119182, 699, 81, 'Schonwalde am Bungsberg', 541833300, 107500000, 0),
(119183, 699, 81, 'Schuby', 545166700, 94833300, 0),
(119184, 699, 81, 'Schulbusch', 540409000, 104132800, 0),
(119185, 699, 81, 'Schulensee', 542851400, 100811600, 0),
(119186, 699, 81, 'Schurensohlen', 537666700, 104833300, 0),
(119187, 699, 81, 'Schusterkrug', 543833300, 101500000, 0),
(119188, 699, 81, 'Schuttingdeich', 542690800, 93486600, 0),
(119189, 699, 81, 'Schwabstedt', 543970500, 91864600, 0),
(119190, 699, 81, 'Schwackendorf', 547090200, 99373000, 0),
(119191, 699, 81, 'Schwartbuck', 543500000, 104833300, 0),
(119192, 699, 81, 'Schweineweide', 538666700, 105833300, 0),
(119193, 699, 81, 'Seedorf', 536197000, 108659900, 0),
(119194, 699, 81, 'Seefeld', 538474600, 103704400, 0),
(119195, 699, 81, 'Seekaten', 537170000, 99008900, 0),
(119196, 699, 81, 'Seesteraudeich', 537208200, 95871600, 0),
(119197, 699, 81, 'Sellin', 542314100, 104514000, 0),
(119198, 699, 81, 'Siebenbergen', 537500000, 102666700, 0),
(119199, 699, 81, 'Siedlung Oppendorf', 543258200, 102102000, 0),
(119200, 699, 81, 'Siedlung Wilstedt', 537293200, 100517200, 0),
(119201, 699, 81, 'Siems', 539072400, 107766400, 0),
(119202, 699, 81, 'Siethwende', 537875600, 95723300, 0),
(119203, 699, 81, 'Sieverstedt', 546500000, 94833300, 0),
(119204, 699, 81, 'Silberstedt', 545166700, 93833300, 0),
(119205, 699, 81, 'Sillerup', 546786400, 92136500, 0),
(119206, 699, 81, 'Sonderby', 545265000, 98041100, 0),
(119207, 699, 81, 'Sorgwohld', 543533600, 95682800, 0),
(119208, 699, 81, 'Sorup', 547166700, 96666700, 0),
(119209, 699, 81, 'Sorupmuhle', 547255400, 96571700, 0),
(119210, 699, 81, 'Sosmenhusen', 538907200, 91115600, 0),
(119211, 699, 81, 'Sparrieshoop', 537845300, 96812200, 0),
(119212, 699, 81, 'Stadtheide', 541496300, 104643900, 0),
(119213, 699, 81, 'Stampe', 543392000, 100171400, 0),
(119214, 699, 81, 'Steenodde', 546395200, 83775000, 0),
(119215, 699, 81, 'Stein', 544166700, 102666700, 0),
(119216, 699, 81, 'Steinberg', 547666700, 97833300, 0),
(119217, 699, 81, 'Steinburg', 538438200, 95754400, 0),
(119218, 699, 81, 'Steindamm', 539929000, 105769700, 0),
(119219, 699, 81, 'Steinfeld', 535948000, 106976800, 0),
(119220, 699, 81, 'Stexwig', 545063600, 96395700, 0),
(119221, 699, 81, 'Stinteck', 541592900, 88383600, 0),
(119222, 699, 81, 'Stolk', 546000000, 95500000, 0),
(119223, 699, 81, 'Struvenhutten', 538666700, 100500000, 0),
(119224, 699, 81, 'Stubbendorf', 538288600, 105035300, 0),
(119225, 699, 81, 'Suddorf', 546411600, 83545900, 0),
(119226, 699, 81, 'Suderau', 538166700, 95166700, 0),
(119227, 699, 81, 'Suderbrarup', 546333300, 97833300, 0),
(119228, 699, 81, 'Suderbrarupholm', 546333300, 97833300, 0),
(119229, 699, 81, 'Suderdeich', 542000000, 89166700, 0),
(119230, 699, 81, 'Suderende', 547261100, 84385300, 0),
(119231, 699, 81, 'Suderhafen', 544697100, 89116300, 0),
(119232, 699, 81, 'Suderhastedt', 540500000, 92166700, 0),
(119233, 699, 81, 'Suderlugum', 548666700, 89166700, 0),
(119234, 699, 81, 'Sudermitteldeich', 545021800, 86351700, 0),
(119235, 699, 81, 'Suderrade', 542012900, 93764000, 0),
(119236, 699, 81, 'Sudstrand', 546798900, 85500200, 0),
(119237, 699, 81, 'Sulfeld', 538000000, 102333300, 0),
(119238, 699, 81, 'Suterballig', 547500000, 99000000, 0),
(119239, 699, 81, 'Tackesdorf', 541833300, 94833300, 0),
(119240, 699, 81, 'Tappendorf', 541000000, 96833300, 0),
(119241, 699, 81, 'Techelwitz', 543347900, 108950000, 0),
(119242, 699, 81, 'Tellingstedt', 542166700, 92833300, 0),
(119243, 699, 81, 'Tesperhude', 534065500, 104317100, 0),
(119244, 699, 81, 'Tetenhusen', 543500000, 95000000, 0),
(119245, 699, 81, 'Thesdorf', 536433700, 98193800, 0),
(119246, 699, 81, 'Thienbuttel', 541754700, 98376800, 0),
(119247, 699, 81, 'Thiesen', 537178200, 97736300, 0),
(119248, 699, 81, 'Tiebensee', 542216300, 90199900, 0),
(119249, 699, 81, 'Timmaspe', 541333300, 98833300, 0),
(119250, 699, 81, 'Timmerhorn', 537088400, 102207700, 0),
(119251, 699, 81, 'Tinnum', 548993200, 83347600, 0),
(119252, 699, 81, 'Tinsdahl', 535671200, 97421700, 0),
(119253, 699, 81, 'Todendorf', 537000000, 103500000, 0),
(119254, 699, 81, 'Todesfelde', 539000000, 101833300, 0),
(119255, 699, 81, 'Tolkschuby', 545974900, 96468400, 0),
(119256, 699, 81, 'Tonning', 543187900, 89423400, 0),
(119257, 699, 81, 'Tralau', 538385800, 102997000, 0),
(119258, 699, 81, 'Tramm', 535666700, 106000000, 0),
(119259, 699, 81, 'Trems', 539015300, 106872900, 0),
(119260, 699, 81, 'Tuttendorf', 544000000, 100000000, 0),
(119261, 699, 81, 'Twedterholz', 548166700, 94666700, 0),
(119262, 699, 81, 'Ulegraff', 547000000, 98000000, 0),
(119263, 699, 81, 'Ulsbyholz', 546352200, 95717400, 0),
(119264, 699, 81, 'Ulstrup', 548148600, 95469300, 0),
(119265, 699, 81, 'Unaften', 547754700, 92896800, 0),
(119266, 699, 81, 'Utersum', 547143100, 84060900, 0),
(119267, 699, 81, 'Vaale', 540000000, 93833300, 0),
(119268, 699, 81, 'Vieburg', 543000000, 101166700, 0),
(119269, 699, 81, 'Viol', 545666700, 91833300, 0),
(119270, 699, 81, 'Vitzdorf', 544354900, 112377200, 0),
(119271, 699, 81, 'Vogelsdorf', 542868600, 105801900, 0),
(119272, 699, 81, 'Vollstedt', 546166700, 90333300, 0),
(119273, 699, 81, 'Vorbrugge', 539500000, 97333300, 0),
(119274, 699, 81, 'Vorburg', 536000000, 104000000, 0),
(119275, 699, 81, 'Vorrade', 538152800, 106774900, 0),
(119276, 699, 81, 'Vossmoor', 534463500, 103025000, 0),
(119277, 699, 81, 'Waabs', 545333300, 99833300, 0),
(119278, 699, 81, 'Wakendorf Zwei', 537851700, 100843500, 0),
(119279, 699, 81, 'Waldenau-Datum', 536206100, 97937100, 0),
(119280, 699, 81, 'Wanderup', 546833300, 93333300, 0),
(119281, 699, 81, 'Wanderupfeld', 546833300, 93166700, 0),
(119282, 699, 81, 'Warmkammer', 539833300, 99666700, 0),
(119283, 699, 81, 'Warnau', 541833300, 101666700, 0),
(119284, 699, 81, 'Warnsdorf', 539672700, 108211900, 0),
(119285, 699, 81, 'Wasbuck', 542787600, 107466000, 0),
(119286, 699, 81, 'Wattenbek', 541666700, 100500000, 0),
(119287, 699, 81, 'Wattschaukrug', 547666700, 95666700, 0),
(119288, 699, 81, 'Weberkoppel', 538453100, 107187900, 0),
(119289, 699, 81, 'Weddelbrook', 539000000, 98333300, 0),
(119290, 699, 81, 'Weddeln', 541166700, 105833300, 0),
(119291, 699, 81, 'Wellenberg', 538722100, 95326700, 0),
(119292, 699, 81, 'Wellsee', 542898300, 101657900, 0),
(119293, 699, 81, 'Wesloe', 538695600, 107453000, 0),
(119294, 699, 81, 'Wesselburen', 542121700, 89241900, 0),
(119295, 699, 81, 'Wesseln', 542000000, 90833300, 0),
(119296, 699, 81, 'Westdorf', 539930400, 91224000, 0),
(119297, 699, 81, 'Wester-Treia', 545107900, 93060100, 0),
(119298, 699, 81, 'Westerdeichstrich', 541666700, 88666700, 0),
(119299, 699, 81, 'Westerklanxbull', 548662500, 86661600, 0),
(119300, 699, 81, 'Westerland', 549079000, 83032600, 0),
(119301, 699, 81, 'Westermarkelsdorf', 545212400, 110544300, 0),
(119302, 699, 81, 'Wettersberg', 541505800, 95582900, 0),
(119303, 699, 81, 'Wiehekrug', 547039900, 92485000, 0),
(119304, 699, 81, 'Wierenhorst', 537782100, 99090500, 0),
(119305, 699, 81, 'Wierenkamp', 538833300, 99666700, 0),
(119306, 699, 81, 'Willingrade', 540290000, 101137900, 0),
(119307, 699, 81, 'Wilmsdorf', 539566700, 107843000, 0),
(119308, 699, 81, 'Wilstedt', 537457700, 100669100, 0),
(119309, 699, 81, 'Wilster', 539225300, 93746500, 0),
(119310, 699, 81, 'Windbergen', 540500000, 91166700, 0),
(119311, 699, 81, 'Windloch', 548000000, 94833300, 0),
(119312, 699, 81, 'Winterbek', 543000000, 101166700, 0),
(119313, 699, 81, 'Wintershagen', 540822200, 107712900, 0),
(119314, 699, 81, 'Wittdun', 546269500, 83893500, 0),
(119315, 699, 81, 'Wittenbergerpassau', 542916000, 103845900, 0),
(119316, 699, 81, 'Wittenborn', 539333300, 102166700, 0),
(119317, 699, 81, 'Wittendun', 543028200, 86643500, 0),
(119318, 699, 81, 'Wittland', 543333300, 100833300, 0),
(119319, 699, 81, 'Wittorf', 540565300, 99670200, 0),
(119320, 699, 81, 'Witzeeze', 534500000, 106166700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(119321, 699, 81, 'Wohlde', 544061400, 92989000, 0),
(119322, 699, 81, 'Wolkenwehe', 538125700, 103380500, 0),
(119323, 699, 81, 'Wolmersdorf', 540833300, 91166700, 0),
(119324, 699, 81, 'Woltersdorf', 535833300, 106333300, 0),
(119325, 699, 81, 'Wrist', 539333300, 97666700, 0),
(119326, 699, 81, 'Wulfshagen', 543885800, 100161400, 0),
(119327, 699, 81, 'Wulfshagenerhutten', 543802400, 99616700, 0),
(119328, 699, 81, 'Wyk auf Fohr', 546914000, 85670200, 0),
(119329, 699, 81, 'Ziegelkamp', 535166700, 102666700, 0),
(119330, 699, 81, 'Ziethen', 537000000, 108166700, 0),
(119331, 700, 81, 'Adelsborn', 514482900, 103536300, 0),
(119332, 700, 81, 'Ahlstadt', 505333300, 106833300, 0),
(119333, 700, 81, 'Alperstedt', 511000000, 110500000, 0),
(119334, 700, 81, 'Altenbergen', 508377100, 106260600, 0),
(119335, 700, 81, 'Altenfeld', 505666700, 109666700, 0),
(119336, 700, 81, 'Altengottern', 511666700, 105666700, 0),
(119337, 700, 81, 'Ammern', 512351800, 104537600, 0),
(119338, 700, 81, 'Angelhausen', 508259100, 109688300, 0),
(119339, 700, 81, 'Arlesberg', 507137000, 108258600, 0),
(119340, 700, 81, 'Arnsgereuth', 506166700, 113166700, 0),
(119341, 700, 81, 'Arnsgrun', 505811800, 120714300, 0),
(119342, 700, 81, 'Arnshall', 508666700, 109666700, 0),
(119343, 700, 81, 'Auerstedt', 511000000, 115833300, 0),
(119344, 700, 81, 'Auleben', 514264000, 109296800, 0),
(119345, 700, 81, 'Auwallenburg', 507873800, 104152800, 0),
(119346, 700, 81, 'Bachra', 511976100, 113600900, 0),
(119347, 700, 81, 'Backleben', 511990600, 112858200, 0),
(119348, 700, 81, 'Bad Berka', 508998200, 112824500, 0),
(119349, 700, 81, 'Bad Blankenburg', 506818900, 112736900, 0),
(119350, 700, 81, 'Bad Liebenstein', 508156800, 103512300, 0),
(119351, 700, 81, 'Bad Tennstedt', 511544700, 108387300, 0),
(119352, 700, 81, 'Baldenhain', 509105400, 122074800, 0),
(119353, 700, 81, 'Ballstedt', 510500000, 112166700, 0),
(119354, 700, 81, 'Behrungen', 504108600, 104147400, 0),
(119355, 700, 81, 'Benshausen', 506500000, 106000000, 0),
(119356, 700, 81, 'Berbisleben', 514569400, 108490100, 0),
(119357, 700, 81, 'Bergsulza', 510848700, 116355100, 0),
(119358, 700, 81, 'Berkach', 504368500, 103982700, 0),
(119359, 700, 81, 'Beulwitz', 506556600, 113266800, 0),
(119360, 700, 81, 'Bieblach', 508962600, 120885500, 0),
(119361, 700, 81, 'Billeben', 512645900, 107381000, 0),
(119362, 700, 81, 'Bindersleben', 509740900, 109512500, 0),
(119363, 700, 81, 'Birkenheide', 506267600, 112711500, 0),
(119364, 700, 81, 'Birkenmoor', 516167900, 108558700, 0),
(119365, 700, 81, 'Birkigt', 506693900, 114845800, 0),
(119366, 700, 81, 'Birkungen', 513658400, 103375200, 0),
(119367, 700, 81, 'Bischleben', 509363200, 109847900, 0),
(119368, 700, 81, 'Bischofferode', 514965600, 104439600, 0),
(119369, 700, 81, 'Bittstadt', 508358000, 108872300, 0),
(119370, 700, 81, 'Bodelwitz', 506833300, 116166700, 0),
(119371, 700, 81, 'Bodenrode', 513964400, 102102000, 0),
(119372, 700, 81, 'Boilstadt', 509202300, 106858500, 0),
(119373, 700, 81, 'Bollstedt', 512005100, 105327500, 0),
(119374, 700, 81, 'Borbels', 507431700, 100044400, 0),
(119375, 700, 81, 'Borgishain', 510222700, 124685400, 0),
(119376, 700, 81, 'Bornhagen', 513333300, 99500000, 0),
(119377, 700, 81, 'Borthen', 507436500, 117374300, 0),
(119378, 700, 81, 'Bosleben-Wullersleben', 508333300, 110666700, 0),
(119379, 700, 81, 'Brandenstein', 506703000, 115569300, 0),
(119380, 700, 81, 'Braunichswalde', 508000000, 122166700, 0),
(119381, 700, 81, 'Brehme', 514942100, 103590800, 0),
(119382, 700, 81, 'Breitenheerda', 507838400, 112023600, 0),
(119383, 700, 81, 'Brossen', 510418300, 122638300, 0),
(119384, 700, 81, 'Brotterode', 508241200, 104444600, 0),
(119385, 700, 81, 'Buhla', 514333300, 104333300, 0),
(119386, 700, 81, 'Burgel', 509421700, 117563500, 0),
(119387, 700, 81, 'Burgwenden', 512272900, 112965100, 0),
(119388, 700, 81, 'Busengraben', 508160700, 100440700, 0),
(119389, 700, 81, 'Buttlar', 507500000, 99500000, 0),
(119390, 700, 81, 'Caaschwitz', 509500000, 120000000, 0),
(119391, 700, 81, 'Cabarz', 508796800, 105018300, 0),
(119392, 700, 81, 'Camburg', 510552400, 117096700, 0),
(119393, 700, 81, 'Catterfeld', 508368800, 106372800, 0),
(119394, 700, 81, 'Cospeda', 509494600, 115580000, 0),
(119395, 700, 81, 'Crosten', 506591400, 113361000, 0),
(119396, 700, 81, 'Cumbach', 507105100, 113452000, 0),
(119397, 700, 81, 'Cursdorf', 505666700, 111333300, 0),
(119398, 700, 81, 'Deschwitz', 507861400, 120605900, 0),
(119399, 700, 81, 'Dietzhausen', 506013300, 105945700, 0),
(119400, 700, 81, 'Dillstadt', 505833300, 105333300, 0),
(119401, 700, 81, 'Dingelstadt', 513152800, 103174000, 0),
(119402, 700, 81, 'Dippach', 509195900, 100423600, 0),
(119403, 700, 81, 'Donndorf', 513000000, 113666700, 0),
(119404, 700, 81, 'Dornburg', 510073600, 116633000, 0),
(119405, 700, 81, 'Dorrberg', 507292000, 107931200, 0),
(119406, 700, 81, 'Dorschenmuehle', 503938700, 116741200, 0),
(119407, 700, 81, 'Dreissigacker', 505592500, 103875900, 0),
(119408, 700, 81, 'Drobischau', 506297600, 110730200, 0),
(119409, 700, 81, 'Droschka', 509449600, 117866500, 0),
(119410, 700, 81, 'Eberstedt', 510666700, 115833300, 0),
(119411, 700, 81, 'Ebertshausen', 506286700, 105714200, 0),
(119412, 700, 81, 'Ecklingerode', 515000000, 103166700, 0),
(119413, 700, 81, 'Egstedt', 509180600, 110552200, 0),
(119414, 700, 81, 'Ehrenhain', 509394700, 125096900, 0),
(119415, 700, 81, 'Ehrensteig', 509666700, 103000000, 0),
(119416, 700, 81, 'Ehringsdorf', 509588000, 113417700, 0),
(119417, 700, 81, 'Eigenrieden', 512096800, 103262200, 0),
(119418, 700, 81, 'Elgersburg', 507000000, 108500000, 0),
(119419, 700, 81, 'Emstadt', 503551200, 109826000, 0),
(119420, 700, 81, 'Engelsbach', 508498600, 106064200, 0),
(119421, 700, 81, 'Eppichnellen', 509379500, 102531000, 0),
(119422, 700, 81, 'Erbenhausen', 505666700, 101500000, 0),
(119423, 700, 81, 'Erkmannsdorf', 505925000, 117072700, 0),
(119424, 700, 81, 'Ernsee', 508779800, 120389100, 0),
(119425, 700, 81, 'Esperstedt', 513473300, 111790000, 0),
(119426, 700, 81, 'Ettenhausen', 508800400, 102321500, 0),
(119427, 700, 81, 'Ettmarshausen', 508017900, 102669300, 0),
(119428, 700, 81, 'Fehrenbach', 505002300, 109430600, 0),
(119429, 700, 81, 'Felchta', 511923200, 104425100, 0),
(119430, 700, 81, 'Feldengel', 512729200, 109456800, 0),
(119431, 700, 81, 'Finsterbergen', 508346400, 105891600, 0),
(119432, 700, 81, 'Floh', 507546100, 104827500, 0),
(119433, 700, 81, 'Flurstedt', 510666700, 115500000, 0),
(119434, 700, 81, 'Fockendorf', 510500000, 124666700, 0),
(119435, 700, 81, 'Fortha', 509384900, 102361100, 0),
(119436, 700, 81, 'Frankendorf', 505036600, 118604700, 0),
(119437, 700, 81, 'Frankenhain', 507500000, 107833300, 0),
(119438, 700, 81, 'Frauenpriessnitz', 510166700, 117333300, 0),
(119439, 700, 81, 'Friedrichroda', 508575400, 105650700, 0),
(119440, 700, 81, 'Friedrichstanneck', 509641100, 118827400, 0),
(119441, 700, 81, 'Frienstedt', 509527500, 109062500, 0),
(119442, 700, 81, 'Gaberndorf', 509972000, 112758500, 0),
(119443, 700, 81, 'Garnsdorf', 506401300, 113459800, 0),
(119444, 700, 81, 'Gehlberg', 506833300, 108000000, 0),
(119445, 700, 81, 'Gehofen', 513166700, 113166700, 0),
(119446, 700, 81, 'Geisenhohn', 504940400, 107568700, 0),
(119447, 700, 81, 'Gellershausen', 502921900, 106962200, 0),
(119448, 700, 81, 'Geraberg', 507333300, 108500000, 0),
(119449, 700, 81, 'Gernewitz', 508679100, 116989200, 0),
(119450, 700, 81, 'Gernrode', 514000000, 104000000, 0),
(119451, 700, 81, 'Geschwenda', 507317800, 108254000, 0),
(119452, 700, 81, 'Gollingen', 513500000, 110166700, 0),
(119453, 700, 81, 'Goritz', 504311100, 117942500, 0),
(119454, 700, 81, 'Gorma', 510230000, 123756500, 0),
(119455, 700, 81, 'Gospenroda', 509070400, 101019300, 0),
(119456, 700, 81, 'Gottesgrun', 506708800, 123007100, 0),
(119457, 700, 81, 'Graba', 506545300, 113564200, 0),
(119458, 700, 81, 'Grabe', 512166700, 105500000, 0),
(119459, 700, 81, 'Grafenroda', 507500000, 108000000, 0),
(119460, 700, 81, 'Grafenthal', 505246300, 113067800, 0),
(119461, 700, 81, 'Grafenwarth', 505297500, 117531200, 0),
(119462, 700, 81, 'Greiz-Dolau', 506307900, 121840500, 0),
(119463, 700, 81, 'Grossbartloff', 512500000, 102166700, 0),
(119464, 700, 81, 'Grossbodungen', 514757200, 104810400, 0),
(119465, 700, 81, 'Grossbreitenbach', 505833500, 110095500, 0),
(119466, 700, 81, 'Grossenehrich', 512501600, 108331900, 0),
(119467, 700, 81, 'Grossfurra', 513921400, 107974600, 0),
(119468, 700, 81, 'Grosskromsdorf', 510038500, 113672600, 0),
(119469, 700, 81, 'Grosslobichau', 509333300, 116833300, 0),
(119470, 700, 81, 'Grossneuhausen', 511500000, 112833300, 0),
(119471, 700, 81, 'Grossrudestedt', 510833300, 111000000, 0),
(119472, 700, 81, 'Grossstobnitz', 509215600, 123883200, 0),
(119473, 700, 81, 'Grossvargula', 511166700, 107833300, 0),
(119474, 700, 81, 'Grosswenden', 514160100, 106445100, 0),
(119475, 700, 81, 'Gumperda', 508095700, 115238000, 0),
(119476, 700, 81, 'Gunterode', 514216200, 101668400, 0),
(119477, 700, 81, 'Gunthersfeld', 506500000, 110166700, 0),
(119478, 700, 81, 'Gunthersleben', 509026100, 107646300, 0),
(119479, 700, 81, 'Hachelbich', 513333300, 109666700, 0),
(119480, 700, 81, 'Hallungen', 511333300, 103333300, 0),
(119481, 700, 81, 'Hardisleben', 511666700, 114166700, 0),
(119482, 700, 81, 'Haselrieth', 504320000, 107070500, 0),
(119483, 700, 81, 'Hauroden', 514828800, 104431100, 0),
(119484, 700, 81, 'Hausbreitenbach', 509391200, 101040200, 0),
(119485, 700, 81, 'Herbsleben', 511166700, 108333300, 0),
(119486, 700, 81, 'Hermsdorf', 508969400, 118555000, 0),
(119487, 700, 81, 'Herpf', 505833300, 103333300, 0),
(119488, 700, 81, 'Herrenbreitungen', 507542700, 103434600, 0),
(119489, 700, 81, 'Herrenmuhle', 507500000, 108000000, 0),
(119490, 700, 81, 'Hetschburg', 509128800, 113001300, 0),
(119491, 700, 81, 'Heusdorf', 510331800, 115249400, 0),
(119492, 700, 81, 'Heyerode', 511666700, 103166700, 0),
(119493, 700, 81, 'Himmelgarten', 515045700, 108347600, 0),
(119494, 700, 81, 'Hinternah', 505183200, 107953900, 0),
(119495, 700, 81, 'Hohenkirchen', 508500000, 107000000, 0),
(119496, 700, 81, 'Hohenleuben', 507112800, 120542700, 0),
(119497, 700, 81, 'Hohlstedt', 509596200, 114777900, 0),
(119498, 700, 81, 'Hohnbach', 503500000, 111666700, 0),
(119499, 700, 81, 'Holzthaleben', 513454400, 105904800, 0),
(119500, 700, 81, 'Honbach', 503488300, 111463500, 0),
(119501, 700, 81, 'Horselgau', 509166700, 105833300, 0),
(119502, 700, 81, 'Hotzelsroda', 510100600, 103642900, 0),
(119503, 700, 81, 'Hundhaupten', 508333300, 119833300, 0),
(119504, 700, 81, 'Hungriger Wolf', 506744200, 121035000, 0),
(119505, 700, 81, 'Hupstedt', 513257900, 104406900, 0),
(119506, 700, 81, 'Ibenhain', 508892800, 105717300, 0),
(119507, 700, 81, 'Igelshieb', 505050300, 111473800, 0),
(119508, 700, 81, 'Ilfeld', 515833300, 107833300, 0),
(119509, 700, 81, 'Ingersleben', 509216700, 109364600, 0),
(119510, 700, 81, 'Irchwitz', 506457400, 122177500, 0),
(119511, 700, 81, 'Jechaburg', 513735500, 108375800, 0),
(119512, 700, 81, 'Judenbach', 504000000, 112166700, 0),
(119513, 700, 81, 'Judewein', 507007700, 115915200, 0),
(119514, 700, 81, 'Jutzenbach', 515255100, 103796800, 0),
(119515, 700, 81, 'Kaiseroda', 508209700, 101805800, 0),
(119516, 700, 81, 'Kaltenwestheim', 506000000, 101166700, 0),
(119517, 700, 81, 'Kannawurf', 512666700, 111333300, 0),
(119518, 700, 81, 'Katzhutte', 505500000, 110666700, 0),
(119519, 700, 81, 'Kauerndorf', 510000000, 124333300, 0),
(119520, 700, 81, 'Kauritz', 508833800, 124336700, 0),
(119521, 700, 81, 'Kefferhausen', 513166700, 102833300, 0),
(119522, 700, 81, 'Kiebitzhohe', 511849100, 112121600, 0),
(119523, 700, 81, 'Kieselbach', 508407900, 101219400, 0),
(119524, 700, 81, 'Kindelbruck', 512617100, 110899900, 0),
(119525, 700, 81, 'Kirchengel', 512853800, 109152600, 0),
(119526, 700, 81, 'Kirchhasel', 507302300, 113935200, 0),
(119527, 700, 81, 'Klausa', 509584300, 125118800, 0),
(119528, 700, 81, 'Kleina', 506838400, 117616100, 0),
(119529, 700, 81, 'Kleinaga', 509600300, 120922100, 0),
(119530, 700, 81, 'Kleineutersdorf', 507833300, 115833300, 0),
(119531, 700, 81, 'Kleinpurschutz', 508247400, 116061800, 0),
(119532, 700, 81, 'Kleinreinsdorf', 507145100, 122101400, 0),
(119533, 700, 81, 'Kleinromstedt', 509844100, 115136200, 0),
(119534, 700, 81, 'Kleinrudestedt', 510838000, 111069900, 0),
(119535, 700, 81, 'Kleinwechsungen', 515036900, 107202400, 0),
(119536, 700, 81, 'Klings', 506500000, 101166700, 0),
(119537, 700, 81, 'Kloster Veilsdorf', 504176200, 108059400, 0),
(119538, 700, 81, 'Knellendorf', 502687200, 113040700, 0),
(119539, 700, 81, 'Knollbach', 507551300, 103176800, 0),
(119540, 700, 81, 'Kolleda', 511874500, 112448800, 0),
(119541, 700, 81, 'Konigsee', 506500000, 111000000, 0),
(119542, 700, 81, 'Koppelsdorf', 503582800, 112089200, 0),
(119543, 700, 81, 'Kornhochheim', 509013500, 109158000, 0),
(119544, 700, 81, 'Kosnitz', 510142000, 115969900, 0),
(119545, 700, 81, 'Kottendorf', 509336600, 113698200, 0),
(119546, 700, 81, 'Kranichfeld', 508544600, 112005700, 0),
(119547, 700, 81, 'Krautheim', 510833300, 113000000, 0),
(119548, 700, 81, 'Kuhnhausen', 510353900, 109711500, 0),
(119549, 700, 81, 'Kurort Steinbach-Hallenberg', 506962400, 105654100, 0),
(119550, 700, 81, 'Laasdorf', 508666700, 116666700, 0),
(119551, 700, 81, 'Langendembach', 507446400, 116337300, 0),
(119552, 700, 81, 'Langenleuba-Niederhain', 509666700, 126000000, 0),
(119553, 700, 81, 'Lauscha', 504768700, 111596200, 0),
(119554, 700, 81, 'Lawitz', 506318000, 119120400, 0),
(119555, 700, 81, 'Leesen', 510126200, 123482900, 0),
(119556, 700, 81, 'Lehnstedt', 509333300, 114333300, 0),
(119557, 700, 81, 'Leimrieth', 504117700, 106828900, 0),
(119558, 700, 81, 'Lemnitz', 507217900, 118332200, 0),
(119559, 700, 81, 'Leumnitz', 508801500, 121074400, 0),
(119560, 700, 81, 'Lichta', 506562600, 111204400, 0),
(119561, 700, 81, 'Liebschutz', 505714600, 116469000, 0),
(119562, 700, 81, 'Liebsdorf', 507706700, 120326000, 0),
(119563, 700, 81, 'Lietzsch', 508307900, 120840000, 0),
(119564, 700, 81, 'Linderbach', 509794900, 111012600, 0),
(119565, 700, 81, 'Linsenhof', 506175400, 106703900, 0),
(119566, 700, 81, 'Lipprechterode', 514500000, 105500000, 0),
(119567, 700, 81, 'Lobstedt', 509524500, 116150900, 0),
(119568, 700, 81, 'Luderode', 515333300, 104333300, 0),
(119569, 700, 81, 'Luisenthal', 507833300, 107333300, 0),
(119570, 700, 81, 'Lusan', 508437200, 120651700, 0),
(119571, 700, 81, 'Lutzendorf', 510016500, 113042200, 0),
(119572, 700, 81, 'Maienluft', 506666700, 103666700, 0),
(119573, 700, 81, 'Malmerz', 503461500, 112013000, 0),
(119574, 700, 81, 'Mannstedt', 511333300, 113833300, 0),
(119575, 700, 81, 'Marienhall', 513837700, 108573700, 0),
(119576, 700, 81, 'Marksussra', 512903200, 107316900, 0),
(119577, 700, 81, 'Marlishausen', 508222100, 110172000, 0),
(119578, 700, 81, 'Masserhammer', 505407200, 110203900, 0),
(119579, 700, 81, 'Meernach', 505191800, 112990100, 0),
(119580, 700, 81, 'Meilitz', 507168600, 117289400, 0),
(119581, 700, 81, 'Meinersdorf', 506576600, 119975000, 0),
(119582, 700, 81, 'Melborn', 509738200, 104485100, 0),
(119583, 700, 81, 'Menteroda', 513000000, 105500000, 0),
(119584, 700, 81, 'Meusebach', 508166700, 117333300, 0),
(119585, 700, 81, 'Mihla', 510833300, 103333300, 0),
(119586, 700, 81, 'Milda', 508559200, 114635500, 0),
(119587, 700, 81, 'Mittelstille', 507017800, 104825500, 0),
(119588, 700, 81, 'Mobisburg', 509218500, 109921200, 0),
(119589, 700, 81, 'Mockern', 508500000, 117666700, 0),
(119590, 700, 81, 'Mohrenbach', 506333300, 110000000, 0),
(119591, 700, 81, 'Moorbad Lobenstein', 504516900, 116403100, 0),
(119592, 700, 81, 'Mulverstedt', 511166700, 105000000, 0),
(119593, 700, 81, 'Munchenbernsdorf', 508211400, 119322600, 0),
(119594, 700, 81, 'Nauendorf', 508244500, 106884600, 0),
(119595, 700, 81, 'Nausiss', 512231600, 110463100, 0),
(119596, 700, 81, 'Neuhaus-Schierschnitz', 503152200, 112439900, 0),
(119597, 700, 81, 'Neukenroth', 503220100, 112836500, 0),
(119598, 700, 81, 'Neumuhle', 507026500, 121713100, 0),
(119599, 700, 81, 'Neuschmidtstedt', 509666700, 110833300, 0),
(119600, 700, 81, 'Neustadt', 509971200, 100962100, 0),
(119601, 700, 81, 'Neuwerth', 513801000, 99644000, 0),
(119602, 700, 81, 'Niederbosa', 512666700, 110000000, 0),
(119603, 700, 81, 'Niedernissa', 509497200, 111034300, 0),
(119604, 700, 81, 'Niederreissen', 511000000, 114166700, 0),
(119605, 700, 81, 'Niederrossla', 510333300, 114833300, 0),
(119606, 700, 81, 'Niedersachswerfen', 515666700, 107666700, 0),
(119607, 700, 81, 'Niederzimmern', 510000000, 111833300, 0),
(119608, 700, 81, 'Nitzendorf', 508500000, 102500000, 0),
(119609, 700, 81, 'Noda', 510666700, 110166700, 0),
(119610, 700, 81, 'Norditz', 508816600, 124092200, 0),
(119611, 700, 81, 'Obendorf', 504496200, 105573500, 0),
(119612, 700, 81, 'Obergebra', 514136100, 105799200, 0),
(119613, 700, 81, 'Obergrochlitz', 506412500, 121786400, 0),
(119614, 700, 81, 'Obergrunstedt', 509543200, 112666500, 0),
(119615, 700, 81, 'Oberhof', 507043500, 107271600, 0),
(119616, 700, 81, 'Oberilm', 507693000, 110676300, 0),
(119617, 700, 81, 'Oberkatz', 506000000, 102333300, 0),
(119618, 700, 81, 'Oberkossa', 509633800, 122623100, 0),
(119619, 700, 81, 'Oberneubrunn', 505273100, 108933800, 0),
(119620, 700, 81, 'Oberporlitz', 507019200, 109137500, 0),
(119621, 700, 81, 'Oberroppisch', 508333300, 120666700, 0),
(119622, 700, 81, 'Oberrossla', 510223700, 114791800, 0),
(119623, 700, 81, 'Oberschonau', 507166700, 106166700, 0),
(119624, 700, 81, 'Obersorghof', 508000000, 102333300, 0),
(119625, 700, 81, 'Oberwellenborn', 506632800, 114566800, 0),
(119626, 700, 81, 'Oberzella', 508412000, 100389400, 0),
(119627, 700, 81, 'Oechsen', 507500000, 100666700, 0),
(119628, 700, 81, 'Oldisleben', 513000000, 111666700, 0),
(119629, 700, 81, 'Osterstein', 508833300, 120666700, 0),
(119630, 700, 81, 'Ottendorf', 508333300, 118166700, 0),
(119631, 700, 81, 'Ottstedt', 509128800, 114209700, 0),
(119632, 700, 81, 'Paditz', 509660900, 124571100, 0),
(119633, 700, 81, 'Paitzdorf', 508500000, 122166700, 0),
(119634, 700, 81, 'Peterborn', 509736400, 109789400, 0),
(119635, 700, 81, 'Pfafferode', 512097200, 104011600, 0),
(119636, 700, 81, 'Pferdsdorf', 507980100, 99667200, 0),
(119637, 700, 81, 'Pflanzwirbach', 507368100, 113259700, 0),
(119638, 700, 81, 'Poltschen', 507441200, 121574200, 0),
(119639, 700, 81, 'Polzig', 509500000, 122000000, 0),
(119640, 700, 81, 'Poppeln', 508666700, 120500000, 0),
(119641, 700, 81, 'Popperode', 512038400, 104161300, 0),
(119642, 700, 81, 'Posa', 510079800, 122871400, 0),
(119643, 700, 81, 'Poschwitz', 510039700, 124553600, 0),
(119644, 700, 81, 'Posterstein', 508666700, 122666700, 0),
(119645, 700, 81, 'Pottiga', 504145900, 117405200, 0),
(119646, 700, 81, 'Quirla', 508666700, 117666700, 0),
(119647, 700, 81, 'Ramsborn', 509957000, 102879100, 0),
(119648, 700, 81, 'Rasephas', 510082300, 124405300, 0),
(119649, 700, 81, 'Rastenberg', 511749600, 114202900, 0),
(119650, 700, 81, 'Rehhof', 509500000, 104000000, 0),
(119651, 700, 81, 'Reichardtsdorf', 509189200, 119739900, 0),
(119652, 700, 81, 'Remda', 507594400, 112272000, 0),
(119653, 700, 81, 'Remptendorf', 505333300, 116500000, 0),
(119654, 700, 81, 'Reurieth', 504500000, 106500000, 0),
(119655, 700, 81, 'Reust', 508322200, 122022200, 0),
(119656, 700, 81, 'Riethnordhausen', 510833300, 110000000, 0),
(119657, 700, 81, 'Ringhofen', 508722200, 108094500, 0),
(119658, 700, 81, 'Ritschenhausen', 505166700, 104500000, 0),
(119659, 700, 81, 'Roblitz', 506604900, 114258500, 0),
(119660, 700, 81, 'Rockendorf', 506728000, 115204500, 0),
(119661, 700, 81, 'Rodichen', 508805100, 105809200, 0),
(119662, 700, 81, 'Rodigast', 509355400, 117175100, 0),
(119663, 700, 81, 'Rodishain', 515418800, 109194800, 0),
(119664, 700, 81, 'Rohrborn', 511411300, 111556100, 0),
(119665, 700, 81, 'Rohrhammer', 505483000, 110473300, 0),
(119666, 700, 81, 'Romhild', 503963900, 105388900, 0),
(119667, 700, 81, 'Ropsen', 509124400, 121092000, 0),
(119668, 700, 81, 'Rosa-Luxemburg Siedlung', 510122200, 113387000, 0),
(119669, 700, 81, 'Roschutz', 509058500, 120827700, 0),
(119670, 700, 81, 'Rothenbach', 508436300, 118994400, 0),
(119671, 700, 81, 'Rothenhof', 509640800, 103637700, 0),
(119672, 700, 81, 'Rothenthal', 506353900, 121928500, 0),
(119673, 700, 81, 'Rotterode', 507166700, 105500000, 0),
(119674, 700, 81, 'Rottleben', 513666700, 110500000, 0),
(119675, 700, 81, 'Saara', 508500000, 119666700, 0),
(119676, 700, 81, 'Saargrund', 504583400, 109922600, 0),
(119677, 700, 81, 'Sagemuhle', 515515300, 108813600, 0),
(119678, 700, 81, 'Salomonsborn', 509997200, 109483200, 0),
(119679, 700, 81, 'Salza', 515145900, 107723900, 0),
(119680, 700, 81, 'Sankt Gangloff', 508552200, 118944600, 0),
(119681, 700, 81, 'Sattelstadt', 509437400, 104802800, 0),
(119682, 700, 81, 'Schernberg', 513277400, 107692800, 0),
(119683, 700, 81, 'Schersental', 513666700, 108833300, 0),
(119684, 700, 81, 'Schierschnitz', 503103600, 112338400, 0),
(119685, 700, 81, 'Schleid', 507000000, 99666700, 0),
(119686, 700, 81, 'Schleusingerneuendorf', 505426800, 108265900, 0),
(119687, 700, 81, 'Schmalenbuche', 505168100, 111490000, 0),
(119688, 700, 81, 'Schmeheim', 505666700, 105833300, 0),
(119689, 700, 81, 'Schmucke', 506542300, 107741600, 0),
(119690, 700, 81, 'Schnellmannshausen', 511046800, 102200000, 0),
(119691, 700, 81, 'Schonstedt', 511166700, 105666700, 0),
(119692, 700, 81, 'Schutzenhof', 506333300, 106833300, 0),
(119693, 700, 81, 'Schwaara', 509000000, 121333300, 0),
(119694, 700, 81, 'Schwagerhammer', 505429700, 110271300, 0),
(119695, 700, 81, 'Schwarzburg', 506430400, 111918900, 0),
(119696, 700, 81, 'Schwarzenbrunn', 504494400, 109578400, 0),
(119697, 700, 81, 'Selka', 508752000, 123101600, 0),
(119698, 700, 81, 'Selsendorf', 503833800, 110268400, 0),
(119699, 700, 81, 'Siebleben', 509426500, 107462200, 0),
(119700, 700, 81, 'Sitzendorf', 506318200, 111721500, 0),
(119701, 700, 81, 'Sophienhof', 516343000, 107900500, 0),
(119702, 700, 81, 'Sophienhohe', 509166700, 116166700, 0),
(119703, 700, 81, 'Sorga', 507394600, 117194200, 0),
(119704, 700, 81, 'Springen', 508676300, 101012800, 0),
(119705, 700, 81, 'Stedten', 508369400, 111744800, 0),
(119706, 700, 81, 'Stedtfeld', 509924200, 102594900, 0),
(119707, 700, 81, 'Stempeda', 515274200, 109234600, 0),
(119708, 700, 81, 'Steudnitz', 510097700, 116883900, 0),
(119709, 700, 81, 'Stobra', 510051300, 115639100, 0),
(119710, 700, 81, 'Stodten', 511869400, 111798000, 0),
(119711, 700, 81, 'Storchsdorf', 506975100, 111646900, 0),
(119712, 700, 81, 'Straussfurt', 511666700, 109833300, 0),
(119713, 700, 81, 'Stregda', 510042400, 103132200, 0),
(119714, 700, 81, 'Stressenhausen', 503847000, 106994400, 0),
(119715, 700, 81, 'Streufdorf', 503568700, 106862300, 0),
(119716, 700, 81, 'Stublach', 509169900, 120443300, 0),
(119717, 700, 81, 'Stutzhaus', 507817600, 107228800, 0),
(119718, 700, 81, 'Sulzenbrucken', 508866900, 108916300, 0),
(119719, 700, 81, 'Sulzer Siedlung', 510268100, 110414600, 0),
(119720, 700, 81, 'Sulzhayn', 516047400, 106978300, 0),
(119721, 700, 81, 'Sundhausen', 509291200, 106704700, 0),
(119722, 700, 81, 'Tabarz', 508752900, 105160700, 0),
(119723, 700, 81, 'Tastungen', 514691900, 103096400, 0),
(119724, 700, 81, 'Thalebra', 513062300, 107958400, 0),
(119725, 700, 81, 'Thalwenden', 513500000, 100500000, 0),
(119726, 700, 81, 'Thamsbruck', 511402700, 106365600, 0),
(119727, 700, 81, 'Thiemendorf', 509890200, 119464600, 0),
(119728, 700, 81, 'Tiefenort', 508333300, 101666700, 0),
(119729, 700, 81, 'Tiefthal', 510225700, 109483400, 0),
(119730, 700, 81, 'Tinz', 509005500, 120749300, 0),
(119731, 700, 81, 'Tonndorf', 508889800, 112037400, 0),
(119732, 700, 81, 'Toppeln', 508899300, 120059300, 0),
(119733, 700, 81, 'Traun', 507264800, 118146600, 0),
(119734, 700, 81, 'Trebnitz', 508955600, 121294400, 0),
(119735, 700, 81, 'Treffurt', 511369100, 102336100, 0),
(119736, 700, 81, 'Trenkelhof', 509758800, 103726800, 0),
(119737, 700, 81, 'Truckendorf', 503681600, 109733700, 0),
(119738, 700, 81, 'Trusen', 507786700, 103984100, 0),
(119739, 700, 81, 'Tryfle', 506500000, 122000000, 0),
(119740, 700, 81, 'Tuttleben', 509500000, 108000000, 0),
(119741, 700, 81, 'Uder', 513666700, 100833300, 0),
(119742, 700, 81, 'Uelleben', 509139600, 107013400, 0),
(119743, 700, 81, 'Ufhoven', 511014900, 106279800, 0),
(119744, 700, 81, 'Unterlind', 503295200, 111701800, 0),
(119745, 700, 81, 'Untermassfeld', 505333300, 104166700, 0),
(119746, 700, 81, 'Untermhaus', 508851000, 120652400, 0),
(119747, 700, 81, 'Unterporlitz', 507024600, 109307400, 0),
(119748, 700, 81, 'Unterpreilipp', 506928200, 113399900, 0),
(119749, 700, 81, 'Unterrohn', 508297000, 101939200, 0),
(119750, 700, 81, 'Untersorghof', 508000000, 102333300, 0),
(119751, 700, 81, 'Unterweid', 506166700, 100666700, 0),
(119752, 700, 81, 'Unterweissbach', 506139600, 111674300, 0),
(119753, 700, 81, 'Urbich', 509598200, 110957500, 0),
(119754, 700, 81, 'Utterode', 513984500, 105280600, 0),
(119755, 700, 81, 'Vatterode', 513079300, 100344600, 0),
(119756, 700, 81, 'Veilsdorf', 504000000, 108166700, 0),
(119757, 700, 81, 'Vitzeroda', 508870100, 100706900, 0),
(119758, 700, 81, 'Voigtstedt', 513833300, 113166700, 0),
(119759, 700, 81, 'Volkenroda', 512501200, 105638300, 0),
(119760, 700, 81, 'Volkstedt', 507061800, 113208200, 0),
(119761, 700, 81, 'Wahlwinkel', 509006300, 106007200, 0),
(119762, 700, 81, 'Waldschlosschen', 512893800, 112157300, 0),
(119763, 700, 81, 'Wallbach', 506333300, 104000000, 0),
(119764, 700, 81, 'Wallrabs', 504209700, 107153400, 0),
(119765, 700, 81, 'Wandersleben', 508994600, 108495900, 0),
(119766, 700, 81, 'Warza', 510000000, 106833300, 0),
(119767, 700, 81, 'Wasserthaleben', 512500000, 108833300, 0),
(119768, 700, 81, 'Wasungen', 506619000, 103694700, 0),
(119769, 700, 81, 'Weidebrunn', 507352700, 104635000, 0),
(119770, 700, 81, 'Weidig', 506279500, 122386400, 0),
(119771, 700, 81, 'Weilar', 507666700, 101500000, 0),
(119772, 700, 81, 'Weisbach', 505597000, 116001800, 0),
(119773, 700, 81, 'Welkershausen', 505944000, 104227800, 0),
(119774, 700, 81, 'Wendehausen', 511605100, 102494400, 0),
(119775, 700, 81, 'Wernburg', 506777500, 116019900, 0),
(119776, 700, 81, 'Werningshausen', 511333300, 110000000, 0),
(119777, 700, 81, 'Wernshausen', 507240400, 103508600, 0),
(119778, 700, 81, 'Wichtshausen', 506010300, 105736900, 0),
(119779, 700, 81, 'Wiegersdorf', 515762400, 107915600, 0),
(119780, 700, 81, 'Wiesenthal', 507000000, 101666700, 0),
(119781, 700, 81, 'Wilchwitz', 509897100, 124857500, 0),
(119782, 700, 81, 'Wildprechtroda', 508002000, 102454800, 0),
(119783, 700, 81, 'Willmanns', 507874400, 100599500, 0),
(119784, 700, 81, 'Windehausen', 514657700, 108730300, 0),
(119785, 700, 81, 'Windischholzhausen', 509473100, 110926500, 0),
(119786, 700, 81, 'Witzelroda', 508240900, 102877500, 0),
(119787, 700, 81, 'Wohlsborn', 510333300, 113666700, 0),
(119788, 700, 81, 'Wolfersdorf', 507829500, 121738000, 0),
(119789, 700, 81, 'Wolfsburg-Unkeroda', 509333300, 102666700, 0),
(119790, 700, 81, 'Wollersleben', 514390400, 107220100, 0),
(119791, 700, 81, 'Wonnitz', 510509100, 117223600, 0),
(119792, 700, 81, 'Worbis', 514199700, 103633000, 0),
(119793, 700, 81, 'Wullersleben', 508140400, 110727000, 0),
(119794, 700, 81, 'Wunschendorf', 507966200, 120982400, 0),
(119795, 700, 81, 'Wustfalka', 508124900, 121304000, 0),
(119796, 700, 81, 'Zeilfeld', 504142700, 106320000, 0),
(119797, 700, 81, 'Zella', 506500900, 106766600, 0),
(119798, 700, 81, 'Zella-Mehlis', 506564200, 106604600, 0),
(119799, 700, 81, 'Zeulenroda-Triebes', 506503300, 119837700, 0),
(119800, 700, 81, 'Ziegelerden', 502317200, 113061300, 0),
(119801, 700, 81, 'Ziegenruck', 506075400, 116498300, 0),
(119802, 700, 81, 'Zimmritz', 508565700, 114994200, 0),
(119803, 700, 81, 'Zschechwitz', 509632000, 124504700, 0),
(119804, 700, 81, 'Zwotzen', 508485800, 120863500, 0),
(119805, 703, 82, 'Oduponkpehe', 55330200, -4224000, 0),
(119806, 705, 82, 'Achiaman', 57000000, -3333300, 0),
(119807, 706, 82, 'Savelugu', 96244100, -8253000, 0),
(119808, 710, 84, 'Aitolikon', 384333300, 213500000, 0),
(119809, 710, 84, 'Angelokastron', 385666700, 213000000, 0),
(119810, 710, 84, 'Grammatikou', 385333300, 215000000, 0),
(119811, 710, 84, 'Kainouryion', 386000000, 215000000, 0),
(119812, 710, 84, 'Kandila', 387000000, 209333300, 0),
(119813, 710, 84, 'Krikellos', 389500000, 211833300, 0),
(119814, 710, 84, 'Lepenou', 387000000, 212833300, 0),
(119815, 710, 84, 'Megali Khora', 386333300, 213666700, 0),
(119816, 710, 84, 'Mesolongi', 383701900, 214295200, 0),
(119817, 710, 84, 'Mesolongion', 383691700, 214291700, 0),
(119818, 710, 84, 'Monastirakion', 388500000, 209500000, 0),
(119819, 710, 84, 'Panaitolion', 385833300, 214500000, 0),
(119820, 710, 84, 'Thermon', 385833300, 216666700, 0),
(119821, 711, 84, 'Aiyira', 381500000, 223500000, 0),
(119822, 711, 84, 'Selianitika', 382833300, 220333300, 0),
(119823, 711, 84, 'Siliveniotika', 381666700, 223333300, 0),
(119824, 711, 84, 'Temeni', 382333300, 221166700, 0),
(119825, 712, 84, 'Aria', 375737200, 228353900, 0),
(119826, 712, 84, 'Asini', 375454000, 228620700, 0),
(119827, 712, 84, 'Drepanon', 375425500, 228941900, 0),
(119828, 712, 84, 'Ligourion', 376166700, 230333300, 0),
(119829, 712, 84, 'Porto Cheli', 373248300, 231415200, 0),
(119830, 712, 84, 'Tolon', 375202100, 228586000, 0),
(119831, 713, 84, 'Megalopolis', 374011100, 221422200, 0),
(119832, 714, 84, 'Agios Spyridon', 391444400, 208630600, 0),
(119833, 715, 84, 'Ampelakia', 379490200, 235244500, 0),
(119834, 715, 84, 'Ayia Varvara', 351333300, 250000000, 0),
(119835, 715, 84, 'Galatas', 355000000, 239666700, 0),
(119836, 715, 84, 'Grammatikon', 382000000, 239666700, 0),
(119837, 715, 84, 'Kalamos', 382833300, 238666700, 0),
(119838, 715, 84, 'Kineta', 379709400, 232183200, 0),
(119839, 715, 84, 'Krionerion', 381500000, 238333300, 0),
(119840, 715, 84, 'Nea Peramos', 380076300, 234229500, 0),
(119841, 715, 84, 'Palaia Fokaia', 377199500, 239462600, 0),
(119842, 715, 84, 'Poros', 374994400, 234536100, 0),
(119843, 715, 84, 'Selinia', 379336100, 235336100, 0),
(119844, 715, 84, 'Skala Oropou', 383199100, 237912400, 0),
(119845, 715, 84, 'Varnavas', 382166700, 239166700, 0),
(119846, 716, 84, 'Antimacheia', 368108300, 270997200, 0),
(119847, 716, 84, 'Archangelos', 362149200, 281148700, 0),
(119848, 716, 84, 'Astypalaia', 365500000, 263500000, 0),
(119849, 716, 84, 'Kardamaina', 367813900, 271425000, 0),
(119850, 716, 84, 'Lakkion', 371333300, 268500000, 0),
(119851, 716, 84, 'Lardos', 360941900, 280156500, 0),
(119852, 716, 84, 'Symi', 366133300, 278408300, 0),
(119853, 716, 84, 'Ziparion', 368750000, 272041700, 0),
(119854, 717, 84, 'Kali Vrisi', 411500000, 239000000, 0),
(119855, 717, 84, 'Khoristi', 411333300, 242166700, 0),
(119856, 717, 84, 'Kiria', 411000000, 242833300, 0),
(119857, 717, 84, 'Mikropolis', 411935100, 238157000, 0),
(119858, 717, 84, 'Prosotsani', 411833300, 239666700, 0),
(119859, 717, 84, 'Volax', 413166700, 240000000, 0),
(119860, 717, 84, 'Xiropotamos', 412000000, 241000000, 0),
(119861, 719, 84, 'Ferai', 408955600, 261700000, 0),
(119862, 719, 84, 'Lavara', 412666700, 263833300, 0),
(119863, 719, 84, 'Ptelea', 410833300, 241833300, 0),
(119864, 719, 84, 'Souflion', 411919400, 262994400, 0),
(119865, 720, 84, 'Aliverion', 384166700, 240333300, 0),
(119866, 720, 84, 'Eretria', 384000000, 238000000, 0),
(119867, 720, 84, 'Faros', 384000000, 236166700, 0),
(119868, 720, 84, 'Istiaia', 389558300, 231527800, 0),
(119869, 720, 84, 'Kastella', 385666700, 236333300, 0),
(119870, 720, 84, 'Limni', 387666700, 233166700, 0),
(119871, 720, 84, 'Marmarion', 380483900, 243203900, 0),
(119872, 720, 84, 'Nea Artaki', 385166700, 236333300, 0),
(119873, 720, 84, 'Nea Stira', 381833300, 242000000, 0),
(119874, 720, 84, 'Oxilithos', 385833300, 241166700, 0),
(119875, 720, 84, 'Politika', 386000000, 235500000, 0),
(119876, 720, 84, 'Roviai', 388166700, 232333300, 0),
(119877, 720, 84, 'Skyros', 389041700, 245630600, 0),
(119878, 720, 84, 'Vasilikon', 384333300, 236666700, 0),
(119879, 720, 84, 'Vathi', 377656700, 234812000, 0),
(119880, 720, 84, 'Yimnon', 384333300, 238833300, 0),
(119881, 721, 84, 'Ano Kopanakion', 372833300, 218166700, 0),
(119882, 721, 84, 'Filotas', 406333300, 217000000, 0),
(119883, 721, 84, 'Pappayiannis', 408333300, 215000000, 0),
(119884, 722, 84, 'Dhelfoi', 384833300, 225000000, 0),
(119885, 722, 84, 'Itea', 384333300, 224166700, 0),
(119886, 723, 84, 'Amfiklia', 386333300, 225833300, 0),
(119887, 723, 84, 'Anthili', 388500000, 224666700, 0),
(119888, 723, 84, 'Ayios Serafim', 388000000, 227000000, 0),
(119889, 723, 84, 'Elatia', 386333300, 227666700, 0),
(119890, 723, 84, 'Kamena Vourla', 387784400, 227857300, 0),
(119891, 723, 84, 'Kato Tithorea', 386000000, 227166700, 0),
(119892, 723, 84, 'Larimna', 385666700, 232833300, 0),
(119893, 723, 84, 'Livanatai', 387166700, 230500000, 0),
(119894, 723, 84, 'Molos', 388166700, 226500000, 0),
(119895, 723, 84, 'Neon Monastirion', 392333300, 222500000, 0),
(119896, 723, 84, 'Omvriaki', 391000000, 222666700, 0),
(119897, 723, 84, 'Sperkhias', 389000000, 221166700, 0),
(119898, 723, 84, 'Stilis', 389166700, 226166700, 0),
(119899, 725, 84, 'Alfiousa', 376500000, 215333300, 0),
(119900, 725, 84, 'Amalias', 378000000, 213500000, 0),
(119901, 725, 84, 'Andravida', 379058800, 212693600, 0),
(119902, 725, 84, 'Archaia Olympia', 376478800, 216271000, 0),
(119903, 725, 84, 'Gastouni', 378500000, 212500000, 0),
(119904, 725, 84, 'Goumeron', 377666700, 216166700, 0),
(119905, 725, 84, 'Karatoulas', 377333300, 215333300, 0),
(119906, 725, 84, 'Kardamas', 377666700, 213333300, 0),
(119907, 725, 84, 'Kyllini', 379333300, 211500000, 0),
(119908, 725, 84, 'Lalas', 377166700, 217166700, 0),
(119909, 725, 84, 'Savalia', 378215800, 212942500, 0),
(119910, 725, 84, 'Traganon', 378978900, 213124500, 0),
(119911, 725, 84, 'Vartholomion', 378666700, 212000000, 0),
(119912, 725, 84, 'Varvasaina', 376833300, 215000000, 0),
(119913, 725, 84, 'Zakharo', 374833300, 216500000, 0),
(119914, 726, 84, 'Kopanos', 406336100, 221302800, 0),
(119915, 726, 84, 'Leianovergion', 406377800, 225030600, 0),
(119916, 726, 84, 'Nision', 406369400, 223877800, 0),
(119917, 726, 84, 'Patris', 405611100, 221861100, 0),
(119918, 727, 84, 'Eleousa', 397063900, 207925000, 0),
(119919, 727, 84, 'Konitsa', 400486100, 207566700, 0),
(119920, 727, 84, 'Pedini', 395997200, 208433300, 0),
(119921, 727, 84, 'Pramanta', 395230600, 211013900, 0),
(119922, 727, 84, 'Rodotopion', 397083300, 207258300, 0),
(119923, 728, 84, 'Analipsis', 353166700, 255666700, 0),
(119924, 728, 84, 'Ano Arhanes', 352333300, 251666700, 0),
(119925, 728, 84, 'Asimion', 350500000, 251000000, 0),
(119926, 728, 84, 'Gouvai', 353105000, 253132700, 0),
(119927, 728, 84, 'Kastellion', 352000000, 253333300, 0),
(119928, 728, 84, 'Kato Asitai', 352000000, 250000000, 0),
(119929, 728, 84, 'Kokkini Hani', 353279400, 252582600, 0),
(119930, 728, 84, 'Mokhos', 352666700, 254166700, 0),
(119931, 728, 84, 'Stalis', 352925700, 254329200, 0),
(119932, 728, 84, 'Tilisos', 353000000, 250166700, 0),
(119933, 728, 84, 'Yeryeri', 351333300, 249500000, 0),
(119934, 728, 84, 'Zaros', 351333300, 249000000, 0),
(119935, 2831, 84, 'Karditsomagoula', 393919400, 219241700, 0),
(119936, 2831, 84, 'Karpokhorion', 393333300, 220166700, 0),
(119937, 2831, 84, 'Mouzakion', 394297200, 216636100, 0),
(119938, 2831, 84, 'Neochorion', 392769400, 217330600, 0),
(119939, 2831, 84, 'Palamas', 394666700, 220833300, 0),
(119940, 729, 84, 'Argos Orestikon', 404666700, 212666700, 0),
(119941, 729, 84, 'Mesopotamia', 405000000, 211666700, 0),
(119942, 730, 84, 'Kokkinokhoma', 409333300, 243000000, 0),
(119943, 730, 84, 'Megalos Prinos', 407333300, 246166700, 0),
(119944, 730, 84, 'Nea Karvali', 409616700, 245100000, 0),
(119945, 731, 84, 'Valsamata', 381666700, 206000000, 0),
(119946, 732, 84, 'Agios Matthaios', 394958300, 198730600, 0),
(119947, 732, 84, 'Alepou', 396102800, 198888900, 0),
(119948, 732, 84, 'Benitsai', 395455600, 199072200, 0),
(119949, 732, 84, 'Kassiopi', 397886100, 199186100, 0),
(119950, 732, 84, 'Kontokalion', 396452800, 198494400, 0),
(119951, 732, 84, 'Perivolion', 394205600, 200147200, 0),
(119952, 732, 84, 'Sinarades', 395647200, 198458300, 0),
(119953, 733, 84, 'Afitos', 401000000, 234333300, 0),
(119954, 733, 84, 'Floyita', 402666700, 232166700, 0),
(119955, 733, 84, 'Galatista', 404666700, 232833300, 0),
(119956, 733, 84, 'Ierissos', 404000000, 238833300, 0),
(119957, 733, 84, 'Kalivia Poliyirou', 402833300, 234000000, 0),
(119958, 733, 84, 'Khaniotis', 399990800, 235800100, 0),
(119959, 733, 84, 'Lakkoma', 403833300, 230500000, 0),
(119960, 733, 84, 'Megali Panayia', 404500000, 236833300, 0),
(119961, 733, 84, 'Ormilia', 403000000, 235500000, 0),
(119962, 733, 84, 'Pefkochori', 399888300, 236128800, 0),
(119963, 733, 84, 'Polikhronon', 400165700, 235283400, 0),
(119964, 733, 84, 'Sikia', 400333300, 239333300, 0),
(119965, 734, 84, 'Dharatsos', 355000000, 239833300, 0),
(119966, 734, 84, 'Kissamos', 354938900, 236569400, 0),
(119967, 734, 84, 'Kolimvarion', 355500000, 237833300, 0),
(119968, 734, 84, 'Mourniai', 354763900, 240091700, 0),
(119969, 734, 84, 'Mouzouras', 355333300, 241500000, 0),
(119970, 735, 84, 'Nenita', 382388900, 260930600, 0),
(119971, 735, 84, 'Oinoussai', 385141700, 262202800, 0),
(119972, 735, 84, 'Pyrgion', 382258300, 259952800, 0),
(119973, 736, 84, 'Apollonia', 369716300, 247231000, 0),
(119974, 736, 84, 'Filotion', 370500000, 255000000, 0),
(119975, 736, 84, 'Ios', 367333300, 252833300, 0),
(119976, 736, 84, 'Mesaria', 363984800, 254458900, 0),
(119977, 736, 84, 'Tinos', 375333300, 251666700, 0),
(119978, 737, 84, 'Drosaton', 411627800, 227988900, 0),
(119979, 737, 84, 'Kampanis', 408880600, 229102800, 0),
(119980, 737, 84, 'Kristoni', 409555600, 228552800, 0),
(119981, 737, 84, 'Neon Agionerion', 408086100, 227002800, 0),
(119982, 738, 84, 'Dhervenion', 381333300, 224166700, 0),
(119983, 738, 84, 'Examilia', 379000000, 229333300, 0),
(119984, 738, 84, 'Kato Assos', 379500000, 228333300, 0),
(119985, 738, 84, 'Khiliomodhion', 378166700, 228666700, 0),
(119986, 738, 84, 'Kyras Vrysi', 379146800, 229860000, 0),
(119987, 738, 84, 'Moulkion', 380000000, 227333300, 0),
(119988, 738, 84, 'Pasion', 380166700, 227333300, 0),
(119989, 738, 84, 'Perakhora', 380333300, 229500000, 0),
(119990, 738, 84, 'Vrakhation', 379589500, 228057300, 0),
(119991, 739, 84, 'Anarrakhi', 404833300, 215666700, 0),
(119992, 739, 84, 'Servia', 401797200, 219944400, 0),
(119993, 739, 84, 'Tsotilion', 402666700, 213166700, 0),
(119994, 740, 84, 'Asopos', 367333300, 228666700, 0),
(119995, 740, 84, 'Kato Glikovrisi', 368333300, 227833300, 0),
(119996, 740, 84, 'Krokeai', 368833300, 225500000, 0),
(119997, 741, 84, 'Aryiropoulion', 398333300, 223000000, 0),
(119998, 741, 84, 'Elasson', 398947200, 221886100, 0),
(119999, 741, 84, 'Livadion', 401250000, 221516700, 0),
(120000, 741, 84, 'Platikambos', 396166700, 225333300, 0),
(120001, 741, 84, 'Pyrgetos', 399186100, 225927800, 0),
(120002, 741, 84, 'Terpsithea', 396166700, 223666700, 0),
(120003, 741, 84, 'Tyrnavos', 397377800, 222891700, 0),
(120004, 741, 84, 'Vamvakou', 393333300, 224166700, 0),
(120005, 741, 84, 'Yiannouli', 396666700, 223833300, 0),
(120006, 742, 84, 'Kritsa', 351666700, 256500000, 0),
(120007, 742, 84, 'Makry Gialos', 350397000, 259542000, 0),
(120008, 742, 84, 'Palaikastron', 352000000, 262500000, 0),
(120009, 742, 84, 'Skhisma', 352666700, 257166700, 0),
(120010, 742, 84, 'Tympakion', 350666700, 247666700, 0),
(120011, 743, 84, 'Kalloni', 392327800, 262080600, 0),
(120012, 743, 84, 'Mithymna', 393678100, 261763900, 0),
(120013, 743, 84, 'Moria', 391333300, 265166700, 0),
(120014, 743, 84, 'Pamfylla', 391566700, 265216700, 0),
(120015, 743, 84, 'Plomarion', 389766700, 263680600, 0),
(120016, 743, 84, 'Vareia', 390833300, 265666700, 0),
(120017, 745, 84, 'Ano Lekhonia', 393333300, 230500000, 0),
(120018, 745, 84, 'Argalasti', 392333300, 232166700, 0),
(120019, 745, 84, 'Makrinitsa', 394000000, 229833300, 0),
(120020, 745, 84, 'Patitirion', 391500000, 238666700, 0),
(120021, 745, 84, 'Skopelos', 391247200, 237247200, 0),
(120022, 745, 84, 'Velestinon', 393833300, 227500000, 0),
(120023, 745, 84, 'Zagora', 394500000, 231000000, 0),
(120024, 746, 84, 'Arfara', 371500000, 220333300, 0),
(120025, 746, 84, 'Filiatra', 371500000, 215833300, 0),
(120026, 746, 84, 'Gargalianoi', 370666700, 216333300, 0),
(120027, 746, 84, 'Meligalas', 372166700, 219666700, 0),
(120028, 746, 84, 'Methoni', 368197300, 217048600, 0),
(120029, 746, 84, 'Sperkhoyia', 370666700, 220666700, 0),
(120030, 747, 84, 'Akrolimni', 406791700, 222638900, 0),
(120031, 747, 84, 'Ampeleiai', 408336100, 223786100, 0),
(120032, 747, 84, 'Arnissa', 408000000, 218333300, 0),
(120033, 747, 84, 'Exaplatanos', 409772200, 221250000, 0),
(120034, 747, 84, 'Kalyvia', 407561100, 222136100, 0),
(120035, 747, 84, 'Kato Loutrakion', 409666700, 219500000, 0),
(120036, 747, 84, 'Nea Pella', 407661100, 224855600, 0),
(120037, 747, 84, 'Rizarion', 407872200, 220838900, 0),
(120038, 748, 84, 'Dion', 401733300, 224866700, 0),
(120039, 748, 84, 'Korinos', 403150000, 225852800, 0),
(120040, 748, 84, 'Litochoron', 401005600, 224977800, 0),
(120041, 748, 84, 'Lofos', 402447200, 223797200, 0),
(120042, 749, 84, 'Louros', 391627800, 207519400, 0),
(120043, 749, 84, 'Parga', 392830600, 203963900, 0),
(120044, 750, 84, 'Ayia Galini', 351000000, 246833300, 0),
(120045, 750, 84, 'Panormos', 354166700, 247000000, 0),
(120046, 751, 84, 'Aratos', 410833300, 255500000, 0),
(120047, 751, 84, 'Likion', 410500000, 256833300, 0),
(120048, 751, 84, 'Sapai', 410286100, 256930600, 0),
(120049, 752, 84, 'Agios Kirykos', 376147200, 262944400, 0),
(120050, 752, 84, 'Chora', 377036100, 269055600, 0),
(120051, 752, 84, 'Mytilinioi', 377286100, 269083300, 0),
(120052, 752, 84, 'Pythagoreion', 376919400, 269483300, 0),
(120053, 752, 84, 'Vathy', 377500000, 269833300, 0),
(120054, 753, 84, 'Karperi', 411166700, 233000000, 0),
(120055, 753, 84, 'Khrisokhorafa', 411833300, 232333300, 0),
(120056, 753, 84, 'Neon Soulion', 411000000, 236500000, 0),
(120057, 753, 84, 'Neos Skopos', 410166700, 236166700, 0),
(120058, 753, 84, 'Nigrita', 409052800, 234994400, 0),
(120059, 753, 84, 'Palaiokomi', 408666700, 239000000, 0),
(120060, 753, 84, 'Proti', 409500000, 240000000, 0),
(120061, 753, 84, 'Sidirokastron', 412347200, 233866700, 0),
(120062, 753, 84, 'Strimonikon', 410500000, 233166700, 0),
(120063, 753, 84, 'Valtotopion', 410000000, 236000000, 0),
(120064, 753, 84, 'Vamvakofiton', 411833300, 234000000, 0),
(120065, 754, 84, 'Nea Selefkeia', 395255600, 202586100, 0),
(120066, 754, 84, 'Paramythia', 394711100, 205111100, 0),
(120067, 754, 84, 'Perdika', 393688900, 203038900, 0),
(120068, 755, 84, 'Adendron', 406716700, 226044400, 0),
(120069, 755, 84, 'Askos', 407500000, 233833300, 0),
(120070, 755, 84, 'Asprovalta', 407166700, 237000000, 0),
(120071, 755, 84, 'Ayios Athanasios', 410666700, 242500000, 0),
(120072, 755, 84, 'Efkarpia', 406877800, 229536100, 0),
(120073, 755, 84, 'Gerakarou', 406266600, 232156600, 0),
(120074, 755, 84, 'Kolchikon', 407566200, 231337700, 0),
(120075, 755, 84, 'Melissochorion', 407666700, 229250000, 0),
(120076, 755, 84, 'Nea Magnisia', 406875000, 228469400, 0),
(120077, 755, 84, 'Nea Mesimvria', 407513900, 227625000, 0),
(120078, 755, 84, 'Neoi Epivatai', 405002800, 229111100, 0),
(120079, 755, 84, 'Neon Rysion', 404966700, 229886100, 0),
(120080, 755, 84, 'Pentalofos', 407416700, 228519400, 0),
(120081, 755, 84, 'Prochoma', 407969400, 226583300, 0),
(120082, 755, 84, 'Vathylakkos', 407694400, 227016700, 0),
(120083, 755, 84, 'Xilopolis', 409271300, 231794400, 0),
(120084, 756, 84, 'Kastrakion', 397155600, 216180600, 0),
(120085, 756, 84, 'Megala Kalyvia', 395000000, 217875000, 0),
(120086, 756, 84, 'Oichalia', 396066700, 219808300, 0),
(120087, 756, 84, 'Pyli', 394580600, 216188900, 0),
(120088, 756, 84, 'Rizoma', 396650000, 217350000, 0),
(120089, 756, 84, 'Vasiliki', 396388900, 217047200, 0),
(120090, 756, 84, 'Zarkos', 396166700, 221333300, 0),
(120091, 757, 84, 'Akraifnion', 384500000, 232166700, 0),
(120092, 757, 84, 'Aliartos', 383666700, 231000000, 0),
(120093, 757, 84, 'Arachova', 384833300, 225833300, 0),
(120094, 757, 84, 'Arma', 383500000, 234833300, 0),
(120095, 757, 84, 'Ayios Thomas', 382814000, 235882300, 0),
(120096, 757, 84, 'Korini', 382500000, 229833300, 0),
(120097, 757, 84, 'Stirion', 384000000, 227166700, 0),
(120098, 758, 84, 'Ekhinos', 412833300, 249666700, 0),
(120099, 758, 84, 'Miki', 412500000, 249166700, 0),
(120100, 758, 84, 'Yenisea', 410666700, 249666700, 0),
(120101, 759, 84, 'Katastarion', 378333300, 207666700, 0),
(120102, 759, 84, 'Planos', 378166700, 208500000, 0),
(120103, 760, 85, 'Qasigiannguit', 688192600, -511922100, 0),
(120104, 3070, 86, 'Grenville', 121166700, -616166700, 0),
(120105, 3071, 86, 'Saint David''s', 120333300, -616666700, 0),
(120106, 765, 87, 'Grand-Bourg', 158834600, -613148400, 0),
(120107, 765, 87, 'Le Moule', 163331500, -613472800, 0),
(120108, 765, 87, 'Sainte-Anne', 162263600, -613791900, 0),
(120109, 765, 87, 'Vieux-Habitants', 160589000, -617659500, 0),
(120110, 2835, 88, 'Barrigada Mayor''s Office', 134691200, 1447996100, 0),
(120111, 3072, 88, 'Piti Village', 134625600, 1446933100, 0),
(120112, 777, 89, 'Cahabon', 155666700, -898166700, 0),
(120113, 777, 89, 'Chisec', 158166700, -902833300, 0),
(120114, 777, 89, 'Senahu', 154000000, -898333300, 0),
(120115, 777, 89, 'Tamahu', 153333300, -901666700, 0),
(120116, 2837, 89, 'San Jeronimo', 150500000, -902000000, 0),
(120117, 2837, 89, 'San Miguel Chicaj', 151000000, -904000000, 0),
(120118, 781, 89, 'La Gomera', 140833300, -910500000, 0),
(120119, 781, 89, 'Puerto San Jose', 139255600, -908244400, 0),
(120120, 781, 89, 'Santa Lucia Cotzumalguapa', 143333300, -910166700, 0),
(120121, 782, 89, 'San Pedro Sacatepequez', 146841700, -906441700, 0),
(120122, 782, 89, 'San Raimundo', 147647200, -905955600, 0),
(120123, 783, 89, 'Aguacatan', 153430600, -913116700, 0),
(120124, 783, 89, 'Barillas', 158036100, -913158300, 0),
(120125, 783, 89, 'Chiantla', 153547200, -914583300, 0),
(120126, 783, 89, 'Jacaltenango', 156666700, -917333300, 0),
(120127, 786, 89, 'Moyuta', 140386100, -900808300, 0),
(120128, 786, 89, 'Santa Catarina Mita', 144500000, -897500000, 0),
(120129, 787, 89, 'La Libertad', 167833300, -901166700, 0),
(120130, 787, 89, 'Poptun', 163311100, -894169400, 0),
(120131, 788, 89, 'Cantel', 148166700, -914500000, 0),
(120132, 788, 89, 'Colomba', 147166700, -917333300, 0),
(120133, 788, 89, 'Salcaja', 148833300, -914500000, 0),
(120134, 788, 89, 'San Miguel Siguila', 149000000, -916166700, 0),
(120135, 789, 89, 'Chichicastenango', 149333300, -911166700, 0),
(120136, 789, 89, 'San Juan Cotzal', 154341700, -910341700, 0),
(120137, 790, 89, 'Santa Catarina Barahona', 145488900, -907883300, 0),
(120138, 791, 89, 'San Pedro Sacatepequez', 149666700, -917666700, 0),
(120139, 792, 89, 'Taxisco', 140708300, -904630600, 0),
(120140, 2839, 89, 'Santa Catarina Ixtahuacan', 148000000, -913666700, 0),
(120141, 2840, 89, 'Momostenango', 150436100, -914086100, 0),
(120142, 2840, 89, 'San Cristobal Totonicapan', 149166700, -914333300, 0),
(120143, 794, 89, 'Estanzuela', 150000000, -895666700, 0),
(120144, 794, 89, 'Usumatlan', 149500000, -897833300, 0),
(120145, 3073, 93, 'Anna Regina', 72643900, -585076900, 0),
(120146, 802, 94, 'Saint-Marc', 191081900, -726937900, 0),
(120147, 803, 94, 'Thomonde', 190166700, -719666700, 0),
(120148, 2854, 94, 'Baraderes', 184825000, -736386100, 0),
(120149, 804, 94, 'Limbe', 197000000, -724000000, 0),
(120150, 804, 94, 'Plaine du Nord', 196833300, -722666700, 0),
(120151, 806, 94, 'Belle-Anse', 182372200, -720655600, 0),
(120152, 2856, 94, 'Cavaillon', 183000000, -736500000, 0),
(120153, 2856, 94, 'Les Cayes', 182000000, -737500000, 0),
(120154, 808, 96, 'Atenas de San Cristobal', 156833300, -873166700, 0),
(120155, 808, 96, 'San Francisco', 156500000, -870500000, 0),
(120156, 808, 96, 'San Juan Pueblo', 155833300, -872333300, 0),
(120157, 808, 96, 'Tornabe', 157500000, -875500000, 0),
(120158, 809, 96, 'San Jose de Las Conchas', 133252800, -873955600, 0),
(120159, 810, 96, 'Jerico', 159500000, -859666700, 0),
(120160, 810, 96, 'Prieta', 155833300, -861833300, 0),
(120161, 811, 96, 'La Libertad', 147500000, -876166700, 0),
(120162, 811, 96, 'San Jose de Comayagua', 147333300, -880333300, 0),
(120163, 811, 96, 'Taulabe', 147000000, -879666700, 0),
(120164, 811, 96, 'Villa de San Antonio', 143166700, -876166700, 0),
(120165, 812, 96, 'Cucuyagua', 146500000, -888666700, 0),
(120166, 812, 96, 'La Playona', 151166700, -889833300, 0),
(120167, 812, 96, 'San Agustin', 148166700, -889333300, 0),
(120168, 812, 96, 'San Jeronimo', 149666700, -888666700, 0),
(120169, 813, 96, 'Armenta', 155000000, -880500000, 0),
(120170, 813, 96, 'Cofradia', 154000000, -881500000, 0),
(120171, 813, 96, 'Cuyamel', 156666700, -882000000, 0),
(120172, 813, 96, 'El Zapotal del Norte', 155166700, -880500000, 0),
(120173, 813, 96, 'La Jutosa', 156333300, -880000000, 0),
(120174, 813, 96, 'La Sabana', 153666700, -879333300, 0),
(120175, 813, 96, 'Monterrey', 155833300, -878833300, 0),
(120176, 813, 96, 'Nuevo Chamelecon', 153833300, -880166700, 0),
(120177, 813, 96, 'Quebrada Seca', 156666700, -879500000, 0),
(120178, 813, 96, 'Santa Cruz de Yojoa', 149833300, -879000000, 0),
(120179, 813, 96, 'Santa Elena', 153833300, -881333300, 0),
(120180, 813, 96, 'Travesia', 158666700, -879000000, 0),
(120181, 815, 96, 'Mateo', 140833300, -873166700, 0),
(120182, 815, 96, 'Rio Abajo', 141666700, -872166700, 0),
(120183, 815, 96, 'Santa Lucia', 141000000, -871166700, 0),
(120184, 815, 96, 'Tamara', 141500000, -873333300, 0),
(120185, 815, 96, 'Zambrano', 142666700, -874000000, 0),
(120186, 816, 96, 'Camasca', 140000000, -883833300, 0),
(120187, 817, 96, 'French Harbor', 163500000, -864333300, 0),
(120188, 817, 96, 'Sandy Bay', 163166700, -865666700, 0),
(120189, 2857, 96, 'Gracias', 145833300, -885833300, 0),
(120190, 819, 96, 'Sinuapa', 144500000, -891833300, 0),
(120191, 820, 96, 'Santa Maria del Real', 147666700, -859500000, 0),
(120192, 821, 96, 'Gualjoco', 149500000, -882333300, 0),
(120193, 821, 96, 'Ilama', 150666700, -882166700, 0),
(120194, 821, 96, 'La Flecha', 152833300, -884833300, 0),
(120195, 821, 96, 'San Jose de Colinas', 150333300, -883000000, 0),
(120196, 3074, 96, 'Jicaro Galan', 135316700, -874388900, 0),
(120197, 3074, 96, 'Nacaome', 135361100, -874875000, 0),
(120198, 3074, 96, 'San Lorenzo', 134241700, -874472200, 0),
(120199, 822, 96, 'La Mina', 153166700, -878333300, 0),
(120200, 822, 96, 'Las Vegas', 150166700, -874500000, 0),
(120201, 822, 96, 'Punta Ocote', 152000000, -872833300, 0),
(120202, 823, 97, 'Chap Mun Tau', 222666700, 1139333300, 0),
(120203, 823, 97, 'Chek Chue', 222166700, 1142000000, 0),
(120204, 823, 97, 'Cheung Sha', 222356200, 1139592700, 0),
(120205, 823, 97, 'Chun Fa Lok', 223333300, 1141000000, 0),
(120206, 823, 97, 'Fong Ma Po', 224500000, 1141333300, 0),
(120207, 823, 97, 'Fu Tei San Tsuen', 224082800, 1139804700, 0),
(120208, 823, 97, 'Fuk Hing Tsuen', 224500000, 1140166700, 0),
(120209, 823, 97, 'Fuk Lok Tsuen', 223833300, 1141666700, 0),
(120210, 823, 97, 'Fung Chi Heung', 224500000, 1140166700, 0),
(120211, 823, 97, 'Fung Shue Wo', 223500000, 1141000000, 0),
(120212, 823, 97, 'Fung Yuen Lo Tsuen', 224666700, 1141833300, 0),
(120213, 823, 97, 'Ha Chung Mei', 223500000, 1141000000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(120214, 823, 97, 'Ha Keng Hau', 223666700, 1141666700, 0),
(120215, 823, 97, 'Ha Ko Tan', 223500000, 1141000000, 0),
(120216, 823, 97, 'Ha Kwai Chung', 223500000, 1141333300, 0),
(120217, 823, 97, 'Ha Loi Tung', 225166700, 1141666700, 0),
(120218, 823, 97, 'Ha Tsuen Shi', 224518800, 1139903600, 0),
(120219, 823, 97, 'Hang Ha Po', 224500000, 1141333300, 0),
(120220, 823, 97, 'Hang Mei Tsuen', 224500000, 1140000000, 0),
(120221, 823, 97, 'Heung Fan Liu', 223833300, 1141666700, 0),
(120222, 823, 97, 'Ho Chung', 223500000, 1142500000, 0),
(120223, 823, 97, 'Ho Pui', 224166700, 1140666700, 0),
(120224, 823, 97, 'Ho Tung Lau', 224000000, 1142000000, 0),
(120225, 823, 97, 'Hung Uk Tsuen', 224333300, 1140000000, 0),
(120226, 823, 97, 'Kai Leng', 225000000, 1141333300, 0),
(120227, 823, 97, 'Kak Tin', 223666700, 1141833300, 0),
(120228, 823, 97, 'Kam Tsin Wai', 224333300, 1140666700, 0),
(120229, 823, 97, 'Kau Lau Wan', 224666700, 1143666700, 0),
(120230, 823, 97, 'Kau To', 224166700, 1142000000, 0),
(120231, 823, 97, 'Kau Wa Keng', 223500000, 1141333300, 0),
(120232, 823, 97, 'Kau Wa Keng San Tsuen', 223500000, 1141333300, 0),
(120233, 823, 97, 'Kei Pik Shan', 223666700, 1142500000, 0),
(120234, 823, 97, 'Kik Yeung Tsuen', 224500000, 1140166700, 0),
(120235, 823, 97, 'Kiu Tau Wai', 224500000, 1140000000, 0),
(120236, 823, 97, 'Kong Tau Tsuen', 224333300, 1140333300, 0),
(120237, 823, 97, 'Kung Miu', 223666700, 1141833300, 0),
(120238, 823, 97, 'Kwai Po Lau', 224333300, 1142333300, 0),
(120239, 823, 97, 'Kwo Lo Wan', 223000000, 1139333300, 0),
(120240, 823, 97, 'Kwun Yam Shan', 223666700, 1142166700, 0),
(120241, 823, 97, 'Lan Nai Wan', 222500000, 1142333300, 0),
(120242, 823, 97, 'Lei Uk Tsuen', 224333300, 1140000000, 0),
(120243, 823, 97, 'Lek Mei', 225333300, 1142000000, 0),
(120244, 823, 97, 'Leng Tsai', 225166700, 1141666700, 0),
(120245, 823, 97, 'Lin Tong Mei', 224833300, 1141166700, 0),
(120246, 823, 97, 'Liu To', 223500000, 1141000000, 0),
(120247, 823, 97, 'Lo Lau Uk', 224333300, 1141666700, 0),
(120248, 823, 97, 'Lo Shue Tin', 223666700, 1142166700, 0),
(120249, 823, 97, 'Lo Tik Wan', 222333300, 1141166700, 0),
(120250, 823, 97, 'Lo Tsz Tin', 224666700, 1142166700, 0),
(120251, 823, 97, 'Lo Wai', 223833300, 1141166700, 0),
(120252, 823, 97, 'Lo Wu Camp', 225166700, 1141166700, 0),
(120253, 823, 97, 'Lok Lo Ha', 224000000, 1142000000, 0),
(120254, 823, 97, 'Lok Wo Sha', 224333300, 1142333300, 0),
(120255, 823, 97, 'Long Mei', 223833300, 1142666700, 0),
(120256, 823, 97, 'Luen Wo Market', 225002700, 1141442600, 0),
(120257, 823, 97, 'Luen Wo San Tsuen', 225000000, 1141333300, 0),
(120258, 823, 97, 'Luk Chau', 222166700, 1141333300, 0),
(120259, 823, 97, 'Lung Tin Tsuen', 224333300, 1140166700, 0),
(120260, 823, 97, 'Ma Tin Tsuen', 224333300, 1140166700, 0),
(120261, 823, 97, 'Mai Po Lo Wai', 225000000, 1140666700, 0),
(120262, 823, 97, 'Mang Kung Uk', 223166700, 1142666700, 0),
(120263, 823, 97, 'Mau Tso Ngam', 223666700, 1142166700, 0),
(120264, 823, 97, 'Mau Wu Tsai', 223166700, 1142500000, 0),
(120265, 823, 97, 'Min Fong', 224000000, 1141833300, 0),
(120266, 823, 97, 'Mui Tsz Lam', 224000000, 1142333300, 0),
(120267, 823, 97, 'Muk Min Shan', 223833300, 1142666700, 0),
(120268, 823, 97, 'Muk Min Tau', 225500000, 1142166700, 0),
(120269, 823, 97, 'Nai Chung', 224333300, 1142500000, 0),
(120270, 823, 97, 'Ngau Pei Sha', 223833300, 1142000000, 0),
(120271, 823, 97, 'Ngau Pui Wo', 223500000, 1142333300, 0),
(120272, 823, 97, 'Ngong Wo', 224000000, 1142833300, 0),
(120273, 823, 97, 'Nim Shue Wan Tsuen', 223000000, 1140166700, 0),
(120274, 823, 97, 'Pai Tau Hang', 223833300, 1141833300, 0),
(120275, 823, 97, 'Pak Hok Chau', 224833300, 1140500000, 0),
(120276, 823, 97, 'Pak Kiu', 224500000, 1141666700, 0),
(120277, 823, 97, 'Pak Long', 223946400, 1139181200, 0),
(120278, 823, 97, 'Pak Sha O', 224500000, 1143166700, 0),
(120279, 823, 97, 'Pak Shek', 223666700, 1141666700, 0),
(120280, 823, 97, 'Pak Shek Au', 225000000, 1140833300, 0),
(120281, 823, 97, 'Pak Shek Wo', 223333300, 1142333300, 0),
(120282, 823, 97, 'Pak Shin Kok', 223166700, 1142666700, 0),
(120283, 823, 97, 'Pak Tam Chung', 224000000, 1143166700, 0),
(120284, 823, 97, 'Pak Wan', 223500000, 1140666700, 0),
(120285, 823, 97, 'Pan Chung', 224500000, 1141666700, 0),
(120286, 823, 97, 'Ping Shan', 224500000, 1140000000, 0),
(120287, 823, 97, 'Po Toi O', 222833300, 1143000000, 0),
(120288, 823, 97, 'Po Tong Ha', 224166700, 1139666700, 0),
(120289, 823, 97, 'Pok Wai', 224666700, 1140500000, 0),
(120290, 823, 97, 'Sai Kung Tuk', 223833300, 1142666700, 0),
(120291, 823, 97, 'Sai O', 224333300, 1142500000, 0),
(120292, 823, 97, 'Sai Pin Wai', 224500000, 1140333300, 0),
(120293, 823, 97, 'Sai Shan Tsuen', 224500000, 1139833300, 0),
(120294, 823, 97, 'Sam Fai Tin', 223666700, 1142500000, 0),
(120295, 823, 97, 'Sam Long Tsuen', 223333300, 1142333300, 0),
(120296, 823, 97, 'San Tin Hang', 224000000, 1142833300, 0),
(120297, 823, 97, 'San Tung Chung Hang', 222787500, 1139430700, 0),
(120298, 823, 97, 'San Uk Tsuen', 223666700, 1141000000, 0),
(120299, 823, 97, 'San Wai Tsai', 224166700, 1139666700, 0),
(120300, 823, 97, 'Sha Ha', 223833300, 1142666700, 0),
(120301, 823, 97, 'Sha Kong Wai', 224664600, 1139939600, 0),
(120302, 823, 97, 'Sha Ling', 225333300, 1141166700, 0),
(120303, 823, 97, 'Sha Tin Tau', 223833300, 1141833300, 0),
(120304, 823, 97, 'Shan Ha Tsuen', 224333300, 1140166700, 0),
(120305, 823, 97, 'Shan Kai Wat', 224166700, 1139666700, 0),
(120306, 823, 97, 'Shan Pui', 224500000, 1140333300, 0),
(120307, 823, 97, 'Shan Ting Tsuen', 222833300, 1140333300, 0),
(120308, 823, 97, 'Shek Kong', 224333300, 1141000000, 0),
(120309, 823, 97, 'Shek Kwu Lung', 223833300, 1142166700, 0),
(120310, 823, 97, 'Shek Lau Po', 222714100, 1139323400, 0),
(120311, 823, 97, 'Shek Lung Tsai', 224000000, 1142333300, 0),
(120312, 823, 97, 'Shek Pai Tau', 224000000, 1139666700, 0),
(120313, 823, 97, 'Shek Tsai Po', 222537000, 1138536500, 0),
(120314, 823, 97, 'Sheung Cheung Wai', 224500000, 1140000000, 0),
(120315, 823, 97, 'Sheung Chuk Yuen', 224833300, 1140500000, 0),
(120316, 823, 97, 'Sheung Keng Hau', 223666700, 1141666700, 0),
(120317, 823, 97, 'Sheung Kwai Chung Wai', 223833300, 1141333300, 0),
(120318, 823, 97, 'Sheung Lau Wan', 222833300, 1142833300, 0),
(120319, 823, 97, 'Sheung Pak Nai', 224478600, 1139562700, 0),
(120320, 823, 97, 'Sheung Yeung', 223166700, 1142833300, 0),
(120321, 823, 97, 'Shui Tau', 224500000, 1140666700, 0),
(120322, 823, 97, 'Shui Tin Tsuen', 224500000, 1140166700, 0),
(120323, 823, 97, 'Shui Tsiu Lo Wai', 224333300, 1140333300, 0),
(120324, 823, 97, 'Sik Kong Tsuen', 224500000, 1139833300, 0),
(120325, 823, 97, 'Siu Hang Hau', 223034700, 1142919900, 0),
(120326, 823, 97, 'Siu Lam San Tsuen', 223653500, 1139980600, 0),
(120327, 823, 97, 'So Kwun Wat', 223759400, 1140068200, 0),
(120328, 823, 97, 'Sok Kwu Wan', 222000000, 1141333300, 0),
(120329, 823, 97, 'Sui Lam', 223701000, 1140116700, 0),
(120330, 823, 97, 'Sz Tsz Uk', 224500000, 1140333300, 0),
(120331, 823, 97, 'Tai Hong Wai', 224500000, 1140666700, 0),
(120332, 823, 97, 'Tai Kei Leng', 224333300, 1140333300, 0),
(120333, 823, 97, 'Tai Lam Liu', 223833300, 1142166700, 0),
(120334, 823, 97, 'Tai Po Mei', 224166700, 1142000000, 0),
(120335, 823, 97, 'Tai Po Tsai', 223333300, 1142500000, 0),
(120336, 823, 97, 'Tai Shui Hang', 224216400, 1139296000, 0),
(120337, 823, 97, 'Tai Tseng Wai', 224666700, 1140166700, 0),
(120338, 823, 97, 'Tai Wong Sheung', 223500000, 1141000000, 0),
(120339, 823, 97, 'Tam Kon Chau', 225000000, 1140500000, 0),
(120340, 823, 97, 'Tan Kwai Tsuen', 224333300, 1140000000, 0),
(120341, 823, 97, 'Tei Tong Tsai', 222600800, 1139261100, 0),
(120342, 823, 97, 'Tin Liu Tsuen', 224333300, 1140166700, 0),
(120343, 823, 97, 'Tin Sam', 224666700, 1141833300, 0),
(120344, 823, 97, 'Tin Wan Resettlement Estate', 222500000, 1141500000, 0),
(120345, 823, 97, 'Ting Kok', 224666700, 1142166700, 0),
(120346, 823, 97, 'To Tau', 224333300, 1142333300, 0),
(120347, 823, 97, 'To Yuen Tung', 224500000, 1141666700, 0),
(120348, 823, 97, 'Tong Hang', 224833300, 1141500000, 0),
(120349, 823, 97, 'Tong Min Tsuen', 224500000, 1141333300, 0),
(120350, 823, 97, 'Tong Yan San Tsuen', 224333300, 1140000000, 0),
(120351, 823, 97, 'Tsang Tai Uk', 223833300, 1141833300, 0),
(120352, 823, 97, 'Tsat Sing Kong', 224500000, 1140833300, 0),
(120353, 823, 97, 'Tsin Yue Wan', 222135400, 1138446900, 0),
(120354, 823, 97, 'Tsiu Hang', 223666700, 1142666700, 0),
(120355, 823, 97, 'Tso Tui Ha', 223666700, 1142166700, 0),
(120356, 823, 97, 'Tsok Pok Hang', 223833300, 1142000000, 0),
(120357, 823, 97, 'Tsung Tau Ha', 224000000, 1142000000, 0),
(120358, 823, 97, 'Tuen Mun San Hui', 224000000, 1139666700, 0),
(120359, 823, 97, 'Tuen Tsz Wai', 224166700, 1139833300, 0),
(120360, 823, 97, 'Tung Shing Lei', 224500000, 1140500000, 0),
(120361, 823, 97, 'Tung Wan Tau', 222666700, 1140000000, 0),
(120362, 823, 97, 'Wa Mei Shan', 224833300, 1141333300, 0),
(120363, 823, 97, 'Wai Tau Tsuen', 224666700, 1141500000, 0),
(120364, 823, 97, 'Wang Shan Keuk San Tsuen', 225333300, 1141666700, 0),
(120365, 823, 97, 'Wing Lung Wai', 224333300, 1140666700, 0),
(120366, 823, 97, 'Wo Shang Wai', 224833300, 1140500000, 0),
(120367, 823, 97, 'Wo Yi Hop', 223833300, 1141333300, 0),
(120368, 823, 97, 'Wong Chuk Hang Kau Wai', 222500000, 1141833300, 0),
(120369, 823, 97, 'Wong Chuk Hang San Wai', 222500000, 1141666700, 0),
(120370, 823, 97, 'Wong Fung Leng', 224000000, 1139833300, 0),
(120371, 823, 97, 'Wong Ka Wai', 224000000, 1139833300, 0),
(120372, 823, 97, 'Wong Keng Tsai', 223500000, 1142333300, 0),
(120373, 823, 97, 'Wong Lung Hang', 222648000, 1139455900, 0),
(120374, 823, 97, 'Wong Nai Fai', 224333300, 1142000000, 0),
(120375, 823, 97, 'Wu Lei Tau', 223666700, 1142500000, 0),
(120376, 823, 97, 'Wu Nga Lok Yeung', 225000000, 1141333300, 0),
(120377, 823, 97, 'Yau Ma Hom', 223666700, 1141333300, 0),
(120378, 823, 97, 'Yau Uk Tsuen', 224333300, 1140833300, 0),
(120379, 823, 97, 'Yau Yue Wan', 223333300, 1142500000, 0),
(120380, 823, 97, 'Yeung Siu Hang', 224000000, 1139666700, 0),
(120381, 823, 97, 'Yeung Uk Tsuen', 224500000, 1140333300, 0),
(120382, 823, 97, 'Yin Kong', 225000000, 1141166700, 0),
(120383, 823, 97, 'Yue Kwong Chuen', 222500000, 1141500000, 0),
(120384, 823, 97, 'Yuen Long Kau Hui', 224500000, 1140333300, 0),
(120385, 823, 97, 'Yuen Long San Hui', 224333300, 1140333300, 0),
(120386, 823, 97, 'Yuen Tun', 223666700, 1140500000, 0),
(120387, 827, 98, 'Arnot', 481305800, 208583200, 0),
(120388, 829, 98, 'Algyo', 463347200, 202084900, 0),
(120389, 829, 98, 'Bordany', 463184300, 199230600, 0),
(120390, 829, 98, 'Szegvar', 465874000, 202240800, 0),
(120391, 830, 98, 'Adony', 471194000, 188649300, 0),
(120392, 830, 98, 'Rackeresztur', 472736000, 188334300, 0),
(120393, 833, 98, 'Andornaktalya', 478500000, 204166700, 0),
(120394, 833, 98, 'Kal', 477333300, 202666700, 0),
(120395, 833, 98, 'Paradsasvar', 479126000, 199770900, 0),
(120396, 837, 98, 'Forropuszta', 474550400, 196600000, 0),
(120397, 837, 98, 'Szigetujfalu', 472341700, 189274600, 0),
(120398, 837, 98, 'Szodliget', 477325900, 191474900, 0),
(120399, 840, 98, 'Nemetker', 467163700, 187631100, 0),
(120400, 846, 99, 'Siglufjordur', 661513400, -189051200, 0),
(120401, 853, 100, 'Anakapalle', 176833300, 830166700, 0),
(120402, 853, 100, 'Chemmumiahpet', 158979400, 793212900, 0),
(120403, 853, 100, 'Chilakalurupet', 160833300, 801666700, 0),
(120404, 853, 100, 'Chipurupalle', 183000000, 835666700, 0),
(120405, 853, 100, 'Cumbum', 155666700, 791166700, 0),
(120406, 853, 100, 'Elamanchili', 175500000, 828666700, 0),
(120407, 853, 100, 'Erraguntla', 146333300, 785333300, 0),
(120408, 853, 100, 'Jammalamadugu', 148333300, 784000000, 0),
(120409, 853, 100, 'Kankipadu', 164500000, 807833300, 0),
(120410, 853, 100, 'Kondapalle', 166166700, 805333300, 0),
(120411, 853, 100, 'Kosigi', 158500000, 772666700, 0),
(120412, 853, 100, 'Mandasa', 188666700, 844666700, 0),
(120413, 853, 100, 'Narayanavanam', 134166700, 795833300, 0),
(120414, 853, 100, 'Nidadavole', 169166700, 816666700, 0),
(120415, 853, 100, 'Palasa', 187666700, 844166700, 0),
(120416, 853, 100, 'Palkonda', 186000000, 837500000, 0),
(120417, 853, 100, 'Palmaner', 132000000, 787500000, 0),
(120418, 853, 100, 'Parvatipuram', 187833300, 834333300, 0),
(120419, 853, 100, 'Pedana', 162666700, 811666700, 0),
(120420, 853, 100, 'Pulivendla', 144166700, 782333300, 0),
(120421, 853, 100, 'Puttaparthi', 141652000, 778117000, 0),
(120422, 853, 100, 'Tadepalle', 164833300, 806000000, 0),
(120423, 853, 100, 'Vadlapudi', 143166700, 798000000, 0),
(120424, 853, 100, 'Vuyyuru', 163666700, 808500000, 0),
(120425, 853, 100, 'vadlamuru', 170954500, 821656500, 0),
(120426, 854, 100, 'Along', 281666700, 947666700, 0),
(120427, 854, 100, 'Basar', 279833300, 946666700, 0),
(120428, 854, 100, 'Margherita', 272833300, 956833300, 0),
(120429, 854, 100, 'Ziro', 276333300, 938333300, 0),
(120430, 855, 100, 'Abhayapuri', 263333300, 906666700, 0),
(120431, 855, 100, 'Badarpur', 249000000, 926000000, 0),
(120432, 855, 100, 'Barpathar', 263000000, 938666700, 0),
(120433, 855, 100, 'Bilasipara', 262319500, 902347500, 0),
(120434, 855, 100, 'Bokakhat', 266333300, 936000000, 0),
(120435, 855, 100, 'Chapar', 262666700, 904666700, 0),
(120436, 855, 100, 'Dhekiajuli', 267000000, 925000000, 0),
(120437, 855, 100, 'Dhemaji', 274833300, 945833300, 0),
(120438, 855, 100, 'Diphu', 258333300, 934333300, 0),
(120439, 855, 100, 'Duliagaon', 273666700, 953166700, 0),
(120440, 855, 100, 'Gohpur', 268833300, 936333300, 0),
(120441, 855, 100, 'Goshaingaon', 264378700, 899788200, 0),
(120442, 855, 100, 'Kharupatia', 265166700, 921333300, 0),
(120443, 855, 100, 'Lumding Railway Colony', 257490300, 931699800, 0),
(120444, 855, 100, 'Mahur', 251666700, 931166700, 0),
(120445, 855, 100, 'Makum', 275000000, 954500000, 0),
(120446, 855, 100, 'Mangaldai', 264333300, 920333300, 0),
(120447, 855, 100, 'Moranha', 271833300, 949333300, 0),
(120448, 855, 100, 'Nahorkatiya', 272833300, 953333300, 0),
(120449, 855, 100, 'Namrup', 271833300, 953333300, 0),
(120450, 855, 100, 'North Lakhimpur', 272333300, 941166700, 0),
(120451, 855, 100, 'Numaligarh', 266333300, 937500000, 0),
(120452, 855, 100, 'Rangapara', 268166700, 926500000, 0),
(120453, 855, 100, 'Rangia', 264666700, 916333300, 0),
(120454, 855, 100, 'Sapatgram', 263334400, 901090500, 0),
(120455, 855, 100, 'Udalguri', 267666700, 921333300, 0),
(120456, 856, 100, 'Ara', 255666700, 846666700, 0),
(120457, 856, 100, 'Asarganj', 251500000, 866833300, 0),
(120458, 856, 100, 'Bahadurganj', 262666700, 878166700, 0),
(120459, 856, 100, 'Bairagnia', 267500000, 852833300, 0),
(120460, 856, 100, 'Bakhtiyarpur', 254666700, 855166700, 0),
(120461, 856, 100, 'Barauli', 264000000, 845833300, 0),
(120462, 856, 100, 'Bariarpur', 253000000, 865833300, 0),
(120463, 856, 100, 'Baruni', 254833300, 859833300, 0),
(120464, 856, 100, 'Bikramganj', 252000000, 842500000, 0),
(120465, 856, 100, 'Birpur', 265166700, 870166700, 0),
(120466, 856, 100, 'Buxar', 255833300, 839833300, 0),
(120467, 856, 100, 'Chhatapur', 262166700, 870166700, 0),
(120468, 856, 100, 'Daudnagar', 250333300, 844000000, 0),
(120469, 856, 100, 'Dighwara', 257333300, 850000000, 0),
(120470, 856, 100, 'Jaynagar', 265833300, 861500000, 0),
(120471, 856, 100, 'Jhanjharpur', 262666700, 862833300, 0),
(120472, 856, 100, 'Khagaria', 255000000, 864833300, 0),
(120473, 856, 100, 'Lalganj', 258666700, 851833300, 0),
(120474, 856, 100, 'Luckeesarai', 251833300, 860833300, 0),
(120475, 856, 100, 'Mairwa', 262333300, 841500000, 0),
(120476, 856, 100, 'Maner', 256500000, 848833300, 0),
(120477, 856, 100, 'Manihari', 253500000, 876333300, 0),
(120478, 856, 100, 'Marhaura', 259666700, 848666700, 0),
(120479, 856, 100, 'Masaurhi Buzurg', 253500000, 850333300, 0),
(120480, 856, 100, 'Mohiuddinnagar', 255833300, 856666700, 0),
(120481, 856, 100, 'Nabinagar', 246166700, 841166700, 0),
(120482, 856, 100, 'Nirmali', 263166700, 865833300, 0),
(120483, 856, 100, 'Piro', 253333300, 844166700, 0),
(120484, 856, 100, 'Pupri', 264833300, 857166700, 0),
(120485, 856, 100, 'Rafiganj', 248166700, 846500000, 0),
(120486, 856, 100, 'Rajgir', 250333300, 854166700, 0),
(120487, 856, 100, 'Reoti', 258500000, 843833300, 0),
(120488, 856, 100, 'Rusera', 257500000, 860333300, 0),
(120489, 856, 100, 'Shahpur', 255833300, 844500000, 0),
(120490, 856, 100, 'Shaikhpura', 251500000, 858500000, 0),
(120491, 856, 100, 'Teghra', 254833300, 859500000, 0),
(120492, 856, 100, 'Tekari', 249333300, 848333300, 0),
(120493, 856, 100, 'Waris Aliganj', 250166700, 856333300, 0),
(120494, 858, 100, 'Akaltara', 220166700, 824333300, 0),
(120495, 858, 100, 'Ambagarh Chauki', 207833300, 807166700, 0),
(120496, 858, 100, 'Balod', 207300000, 812047200, 0),
(120497, 858, 100, 'Baloda Bazar', 216666700, 821666700, 0),
(120498, 858, 100, 'Bemetara', 217000000, 815333300, 0),
(120499, 858, 100, 'Dongargarh', 212000000, 807333300, 0),
(120500, 858, 100, 'Gandai', 216666700, 811000000, 0),
(120501, 858, 100, 'Gariaband', 206350000, 820613900, 0),
(120502, 858, 100, 'Khamharia', 209833300, 822666700, 0),
(120503, 858, 100, 'Kotaparh', 191500000, 823500000, 0),
(120504, 858, 100, 'Malkangiri', 183500000, 819000000, 0),
(120505, 858, 100, 'Pendra', 227666700, 819500000, 0),
(120506, 858, 100, 'Pithora', 212666700, 825166700, 0),
(120507, 858, 100, 'Ramanuj Ganj', 238000000, 837000000, 0),
(120508, 858, 100, 'Ratanpur', 223000000, 821666700, 0),
(120509, 858, 100, 'Sakti', 220333300, 829666700, 0),
(120510, 858, 100, 'Seorinarayan', 217333300, 825833300, 0),
(120511, 862, 100, 'Colovale', 156166700, 738333300, 0),
(120512, 862, 100, 'Curti', 154166700, 740166700, 0),
(120513, 862, 100, 'Guirim', 155833300, 738000000, 0),
(120514, 862, 100, 'Jua', 155333300, 739333300, 0),
(120515, 862, 100, 'Morjim', 156309700, 737390300, 0),
(120516, 862, 100, 'Palle', 154666700, 740833300, 0),
(120517, 862, 100, 'Pernem', 157166700, 738000000, 0),
(120518, 862, 100, 'Quepem', 152166700, 740666700, 0),
(120519, 862, 100, 'Queula', 153833300, 739666700, 0),
(120520, 862, 100, 'Sanquelim', 155833300, 740000000, 0),
(120521, 862, 100, 'Valpoy', 155333300, 741333300, 0),
(120522, 863, 100, 'Babra', 218500000, 713000000, 0),
(120523, 863, 100, 'Bantva', 214863900, 700688900, 0),
(120524, 863, 100, 'Bhayavadar', 218500000, 702500000, 0),
(120525, 863, 100, 'Chalala', 214166700, 711666700, 0),
(120526, 863, 100, 'Dabhoi', 221833300, 734333300, 0),
(120527, 863, 100, 'Dakor', 227500000, 731500000, 0),
(120528, 863, 100, 'Dhandhuka', 223666700, 719833300, 0),
(120529, 863, 100, 'Dhari', 213333300, 710166700, 0),
(120530, 863, 100, 'Dhuwaran', 222333300, 728000000, 0),
(120531, 863, 100, 'Dungarpur', 212833300, 717333300, 0),
(120532, 863, 100, 'Gariadhar', 215333300, 715833300, 0),
(120533, 863, 100, 'Halvad', 230166700, 711833300, 0),
(120534, 863, 100, 'Jodhpur', 218833300, 700333300, 0),
(120535, 863, 100, 'Katpur', 210500000, 717833300, 0),
(120536, 863, 100, 'Kawant', 221000000, 740500000, 0),
(120537, 863, 100, 'Kundla', 213333300, 713000000, 0),
(120538, 863, 100, 'Malpur', 233500000, 734500000, 0),
(120539, 863, 100, 'Mangrol', 211166700, 701166700, 0),
(120540, 863, 100, 'Morwa', 229000000, 738333300, 0),
(120541, 863, 100, 'Paddhari', 224333300, 706000000, 0),
(120542, 863, 100, 'Paliyad', 222500000, 715666700, 0),
(120543, 863, 100, 'Rapar', 235666700, 706333300, 0),
(120544, 863, 100, 'Salaya', 223166700, 696000000, 0),
(120545, 863, 100, 'Sankheda', 221666700, 735833300, 0),
(120546, 863, 100, 'Shivrajpur', 224166700, 736500000, 0),
(120547, 863, 100, 'Sinor', 219166700, 733333300, 0),
(120548, 863, 100, 'Sojitra', 225500000, 727166700, 0),
(120549, 863, 100, 'Talaja', 213500000, 720500000, 0),
(120550, 863, 100, 'Tankara', 226666700, 707333300, 0),
(120551, 863, 100, 'Umrala', 218333300, 718166700, 0),
(120552, 863, 100, 'Una', 208166700, 710333300, 0),
(120553, 863, 100, 'Upleta', 217333300, 702833300, 0),
(120554, 863, 100, 'Vadnagar', 237833300, 726333300, 0),
(120555, 863, 100, 'Vansada', 207500000, 733666700, 0),
(120556, 863, 100, 'Vartej', 217333300, 720666700, 0),
(120557, 863, 100, 'Vinchia', 222000000, 713666700, 0),
(120558, 863, 100, 'Virpur', 231833300, 734833300, 0),
(120559, 864, 100, 'Beri Khas', 287000000, 765833300, 0),
(120560, 864, 100, 'Buriya', 301500000, 773500000, 0),
(120561, 864, 100, 'Firozpur Jhirka', 278000000, 769500000, 0),
(120562, 864, 100, 'Hasanpur', 279666700, 775000000, 0),
(120563, 864, 100, 'Hodal', 279000000, 773666700, 0),
(120564, 864, 100, 'Julana Shadipur', 291333300, 764166700, 0),
(120565, 864, 100, 'Kalanwali', 298500000, 749500000, 0),
(120566, 864, 100, 'Ladwa', 299944400, 770444400, 0),
(120567, 864, 100, 'Narnaund', 292166700, 761500000, 0),
(120568, 864, 100, 'Pinjaur', 307972200, 769172200, 0),
(120569, 864, 100, 'Pundri', 297500000, 765500000, 0),
(120570, 864, 100, 'Rania', 295333300, 748333300, 0),
(120571, 864, 100, 'Ratia', 296833300, 755833300, 0),
(120572, 864, 100, 'Sangaria', 298000000, 744500000, 0),
(120573, 865, 100, 'Banjar', 316333300, 773500000, 0),
(120574, 865, 100, 'Dagshai', 308833300, 770500000, 0),
(120575, 865, 100, 'Daulatpur', 317977800, 759847200, 0),
(120576, 865, 100, 'Dera Gopipur', 319000000, 762166700, 0),
(120577, 865, 100, 'Ghamarwin', 314500000, 767166700, 0),
(120578, 865, 100, 'Jogindarnagar', 319833300, 767666700, 0),
(120579, 865, 100, 'Jubbal', 311166700, 776666700, 0),
(120580, 865, 100, 'Kalka', 308344400, 769333300, 0),
(120581, 865, 100, 'Kulu', 319666700, 771000000, 0),
(120582, 865, 100, 'Nadaun', 317833300, 763500000, 0),
(120583, 865, 100, 'Nagar', 321166700, 771666700, 0),
(120584, 865, 100, 'Nagrota', 320500000, 760833300, 0),
(120585, 865, 100, 'Sarahan', 315166700, 778000000, 0),
(120586, 865, 100, 'Tira Sujanpur', 318333300, 765000000, 0),
(120587, 865, 100, 'Yol', 321666700, 762000000, 0),
(120588, 866, 100, 'Arnia', 325166700, 748000000, 0),
(120589, 866, 100, 'Bandipura', 344166700, 746500000, 0),
(120590, 866, 100, 'Batoti', 331000000, 753166700, 0),
(120591, 866, 100, 'Bhadarwah', 329833300, 757166700, 0),
(120592, 866, 100, 'Bijbiara', 338000000, 751000000, 0),
(120593, 866, 100, 'Doda', 331333300, 755666700, 0),
(120594, 866, 100, 'Hajan', 343000000, 746166700, 0),
(120595, 866, 100, 'Hiranagar', 324500000, 752666700, 0),
(120596, 866, 100, 'Magam', 340833300, 745833300, 0),
(120597, 866, 100, 'Pattan', 341666700, 745666700, 0),
(120598, 866, 100, 'Qazigund', 336333300, 751500000, 0),
(120599, 866, 100, 'Ramnagar', 328166700, 753166700, 0),
(120600, 866, 100, 'Riasi', 330833300, 748333300, 0),
(120601, 866, 100, 'Tral', 339333300, 751000000, 0),
(120602, 866, 100, 'Uri', 340833300, 740333300, 0),
(120603, 867, 100, 'Barki Saria', 241666700, 858833300, 0),
(120604, 867, 100, 'Chakulia', 224833300, 867166700, 0),
(120605, 867, 100, 'Chatra', 242166700, 848666700, 0),
(120606, 867, 100, 'Dhanwar', 244166700, 859833300, 0),
(120607, 867, 100, 'Garwa', 241833300, 838166700, 0),
(120608, 867, 100, 'Ghatsila', 226000000, 864833300, 0),
(120609, 867, 100, 'Gobindpur', 226333300, 860666700, 0),
(120610, 867, 100, 'Gomoh', 238666700, 861666700, 0),
(120611, 867, 100, 'Gumia', 237833300, 858166700, 0),
(120612, 867, 100, 'Hesla', 240666700, 858833300, 0),
(120613, 867, 100, 'Kalikapur', 226166700, 862833300, 0),
(120614, 867, 100, 'Kandra', 228500000, 860500000, 0),
(120615, 867, 100, 'Khunti', 230833300, 852833300, 0),
(120616, 867, 100, 'Kuju', 237166700, 855000000, 0),
(120617, 867, 100, 'Madhupur', 242500000, 866500000, 0),
(120618, 867, 100, 'Malkera', 237833300, 863000000, 0),
(120619, 867, 100, 'Mushabani', 225166700, 864500000, 0),
(120620, 867, 100, 'Nirsa', 237833300, 867166700, 0),
(120621, 867, 100, 'Pathardih', 236666700, 864333300, 0),
(120622, 867, 100, 'Ray', 236833300, 850500000, 0),
(120623, 867, 100, 'Sijua', 237833300, 863166700, 0),
(120624, 867, 100, 'Simdega', 226166700, 845166700, 0),
(120625, 867, 100, 'Topchanchi', 239000000, 862000000, 0),
(120626, 867, 100, 'patamda', 243000000, 854166700, 0),
(120627, 868, 100, 'Afzalpur', 172000000, 763500000, 0),
(120628, 868, 100, 'Alnavar', 154333300, 747333300, 0),
(120629, 868, 100, 'Arsikere', 133138900, 762561100, 0),
(120630, 868, 100, 'Baindur', 138666700, 746333300, 0),
(120631, 868, 100, 'Banavar', 134136100, 761683300, 0),
(120632, 868, 100, 'Bantval', 129000000, 750333300, 0),
(120633, 868, 100, 'Basavakalyan', 178666700, 769500000, 0),
(120634, 868, 100, 'Beltangadi', 139833300, 753000000, 0),
(120635, 868, 100, 'Belur', 131666700, 758666700, 0),
(120636, 868, 100, 'Bilgi', 163500000, 756166700, 0),
(120637, 868, 100, 'Canacona', 149959000, 740505600, 0),
(120638, 868, 100, 'Channagiri', 140333300, 759333300, 0),
(120639, 868, 100, 'Channapatna', 126500000, 772166700, 0),
(120640, 868, 100, 'Channarayapatna', 129044400, 763916700, 0),
(120641, 868, 100, 'Chiknayakanhalli', 134172200, 766227800, 0),
(120642, 868, 100, 'Chitapur', 171166700, 770833300, 0),
(120643, 868, 100, 'Gajendragarh', 157333300, 759833300, 0),
(120644, 868, 100, 'Gangolli', 136500000, 746666700, 0),
(120645, 868, 100, 'Gokarna', 145500000, 743166700, 0),
(120646, 868, 100, 'Gudibanda', 136694400, 776983300, 0),
(120647, 868, 100, 'Harpanahalli', 148000000, 759833300, 0),
(120648, 868, 100, 'Hirekerur', 144666700, 753833300, 0),
(120649, 868, 100, 'Hole Narsipur', 127827800, 762430600, 0),
(120650, 868, 100, 'Homnabad', 177666700, 771333300, 0),
(120651, 868, 100, 'Honavar', 142833300, 744500000, 0),
(120652, 868, 100, 'Hosangadi', 137000000, 749500000, 0),
(120653, 868, 100, 'Hosdurga', 137980600, 762861100, 0),
(120654, 868, 100, 'Hukeri', 162333300, 746000000, 0),
(120655, 868, 100, 'Hungund', 160666700, 760500000, 0),
(120656, 868, 100, 'Huvinabadgalli', 150166700, 759500000, 0),
(120657, 868, 100, 'Ilkal', 159666700, 761333300, 0),
(120658, 868, 100, 'Jagalur', 145333300, 763500000, 0),
(120659, 868, 100, 'Jamkhandi', 165166700, 753000000, 0),
(120660, 868, 100, 'Kadur', 135533300, 760130600, 0),
(120661, 868, 100, 'Kalghatgi', 151833300, 749666700, 0),
(120662, 868, 100, 'Kodigenahalli', 137200000, 773902800, 0),
(120663, 868, 100, 'Kollegal', 121500000, 771166700, 0),
(120664, 868, 100, 'Konnur', 162000000, 747500000, 0),
(120665, 868, 100, 'Kudachi', 166333300, 748500000, 0),
(120666, 868, 100, 'Kudligi', 149000000, 763833300, 0),
(120667, 868, 100, 'Kumsi', 140666700, 754000000, 0),
(120668, 868, 100, 'Kundgol', 152500000, 752500000, 0),
(120669, 868, 100, 'Lingsugur', 161666700, 765166700, 0),
(120670, 868, 100, 'Madhugiri', 136605600, 772091700, 0),
(120671, 868, 100, 'Mahalingpur', 163833300, 751166700, 0),
(120672, 868, 100, 'Mayakonda', 142833300, 760833300, 0),
(120673, 868, 100, 'Mudbidri', 130833300, 749833300, 0),
(120674, 868, 100, 'Mudigere', 131333300, 756333300, 0),
(120675, 868, 100, 'Mulbagal', 131666700, 784000000, 0),
(120676, 868, 100, 'Munirabad', 153333300, 763333300, 0),
(120677, 868, 100, 'Nagamangala', 128155600, 767575000, 0),
(120678, 868, 100, 'Narasimharajapura', 136166700, 755166700, 0),
(120679, 868, 100, 'Naregal', 155833300, 758166700, 0),
(120680, 868, 100, 'Nargund', 157166700, 753833300, 0),
(120681, 868, 100, 'Pandavapura', 125005600, 766733300, 0),
(120682, 868, 100, 'Pavagada', 141000000, 772666700, 0),
(120683, 868, 100, 'Piriyapatna', 123397200, 760991700, 0),
(120684, 868, 100, 'Ponnampet', 121500000, 759333300, 0),
(120685, 868, 100, 'Rabkavi', 164666700, 751000000, 0),
(120686, 868, 100, 'Ranibennur', 146166700, 756166700, 0),
(120687, 868, 100, 'Raybag', 164833300, 747833300, 0),
(120688, 868, 100, 'Robertsonpet', 129666700, 782833300, 0),
(120689, 868, 100, 'Sadalgi', 165666700, 745500000, 0),
(120690, 868, 100, 'Sagar', 141666700, 750333300, 0),
(120691, 868, 100, 'Sakleshpur', 129666700, 757833300, 0),
(120692, 868, 100, 'Sanivarsante', 127333300, 759000000, 0),
(120693, 868, 100, 'Saundatti', 157833300, 751166700, 0),
(120694, 868, 100, 'Shahpur', 167000000, 768333300, 0),
(120695, 868, 100, 'Shikarpur', 142666700, 753500000, 0),
(120696, 868, 100, 'Shrirangapattana', 124136100, 767041700, 0),
(120697, 868, 100, 'Sidlaghatta', 133880600, 778627800, 0),
(120698, 868, 100, 'Sira', 137452800, 769091700, 0),
(120699, 868, 100, 'Siruguppa', 156333300, 769000000, 0),
(120700, 868, 100, 'Somvarpet', 126000000, 758666700, 0),
(120701, 868, 100, 'Suntikoppa', 124666700, 758333300, 0),
(120702, 868, 100, 'Talikota', 164833300, 763166700, 0),
(120703, 868, 100, 'Terdal', 165000000, 750500000, 0),
(120704, 868, 100, 'Tirthahalli', 137000000, 752333300, 0),
(120705, 868, 100, 'Tirumakudal Narsipur', 122100000, 769063900, 0),
(120706, 868, 100, 'Turuvekere', 131641700, 766666700, 0),
(120707, 868, 100, 'Ullal', 128000000, 748500000, 0),
(120708, 868, 100, 'Virarajendrapet', 122000000, 758000000, 0),
(120709, 868, 100, 'Yelandur', 120666700, 770333300, 0),
(120710, 869, 100, 'Adur', 91666700, 767333300, 0),
(120711, 869, 100, 'Beypore', 111833300, 758166700, 0),
(120712, 869, 100, 'Chavakkad', 105333300, 760500000, 0),
(120713, 869, 100, 'Kunnamkulam', 106500000, 760833300, 0),
(120714, 869, 100, 'Manjeshwara', 127000000, 748833300, 0),
(120715, 869, 100, 'Mannarakkat', 109833300, 764666700, 0),
(120716, 869, 100, 'Mattanur', 119166700, 755833300, 0),
(120717, 869, 100, 'Nadapuram', 117000000, 756666700, 0),
(120718, 869, 100, 'Palackattumala', 97435600, 766294000, 0),
(120719, 869, 100, 'Taliparamba', 120500000, 753500000, 0),
(120720, 869, 100, 'Vayalar', 97000000, 763333300, 0),
(120721, 871, 100, 'Amanganj', 244333300, 800333300, 0),
(120722, 871, 100, 'Amarpatan', 243166700, 809833300, 0),
(120723, 871, 100, 'Amarwara', 223000000, 791666700, 0),
(120724, 871, 100, 'Amla', 219333300, 781166700, 0),
(120725, 871, 100, 'Antri', 260566700, 782144400, 0),
(120726, 871, 100, 'Badarwas', 249666700, 775666700, 0),
(120727, 871, 100, 'Baihar', 221000000, 805500000, 0),
(120728, 871, 100, 'Barhi', 239000000, 808000000, 0),
(120729, 871, 100, 'Basoda', 238500000, 779333300, 0),
(120730, 871, 100, 'Betma', 226833300, 756166700, 0),
(120731, 871, 100, 'Bhabhra', 225333300, 743333300, 0),
(120732, 871, 100, 'Bhanpura', 245130000, 757469000, 0),
(120733, 871, 100, 'Bhawaniganj', 244166700, 758333300, 0),
(120734, 871, 100, 'Deori Khas', 234000000, 790166700, 0),
(120735, 871, 100, 'Depalpur', 228500000, 755500000, 0),
(120736, 871, 100, 'Dhamnod', 222166700, 754666700, 0),
(120737, 871, 100, 'Dhana', 237500000, 788500000, 0),
(120738, 871, 100, 'Garhakota', 237666700, 791500000, 0),
(120739, 871, 100, 'Gautampura', 229833300, 755166700, 0),
(120740, 871, 100, 'Gohad', 264261100, 784447200, 0),
(120741, 871, 100, 'Gurh', 245166700, 815166700, 0),
(120742, 871, 100, 'Harpalpur', 252884000, 793347000, 0),
(120743, 871, 100, 'Harrai', 226166700, 792166700, 0),
(120744, 871, 100, 'Harsud', 221000000, 767333300, 0),
(120745, 871, 100, 'Hindoria', 239000000, 795666700, 0),
(120746, 871, 100, 'Hirapur', 215333300, 797666700, 0),
(120747, 871, 100, 'Ichhawar', 230166700, 770166700, 0),
(120748, 871, 100, 'Jaithari', 232333300, 786166700, 0),
(120749, 871, 100, 'Kailaras', 263166700, 776166700, 0),
(120750, 871, 100, 'Kannod', 226666700, 767333300, 0),
(120751, 871, 100, 'Karera', 254666700, 781500000, 0),
(120752, 871, 100, 'Karrapur', 239500000, 788500000, 0),
(120753, 871, 100, 'Katangi', 217833300, 797833300, 0),
(120754, 871, 100, 'Khachrod', 234166700, 752833300, 0),
(120755, 871, 100, 'Khapa', 214333300, 789666700, 0),
(120756, 871, 100, 'Khilchipur', 240333300, 765666700, 0),
(120757, 871, 100, 'Khirkian', 221666700, 768500000, 0),
(120758, 871, 100, 'Korwai', 241167000, 780419000, 0),
(120759, 871, 100, 'Lahar', 261983300, 789450000, 0),
(120760, 871, 100, 'Lakhnadon', 226000000, 796000000, 0),
(120761, 871, 100, 'Leteri', 240500000, 774000000, 0),
(120762, 871, 100, 'Maksi', 232666700, 761500000, 0),
(120763, 871, 100, 'Mangawan', 246833300, 815500000, 0),
(120764, 871, 100, 'Murwara', 238500000, 804000000, 0),
(120765, 871, 100, 'Nagda', 234500000, 754166700, 0),
(120766, 871, 100, 'Nagod', 245666700, 806000000, 0),
(120767, 871, 100, 'Narsinghgarh', 237000000, 771000000, 0),
(120768, 871, 100, 'Nasrullahganj', 226833300, 772666700, 0),
(120769, 871, 100, 'Pali', 233500000, 810500000, 0),
(120770, 871, 100, 'Panagar', 233000000, 799833300, 0),
(120771, 871, 100, 'Panara', 220666700, 785500000, 0),
(120772, 871, 100, 'Parasia', 222000000, 787666700, 0),
(120773, 871, 100, 'Sanawad', 221833300, 760666700, 0),
(120774, 871, 100, 'Sanwer', 229833300, 758333300, 0),
(120775, 871, 100, 'Seoni Malwa', 224500000, 774666700, 0),
(120776, 871, 100, 'Shahdol', 232833300, 813500000, 0),
(120777, 871, 100, 'Shahpura', 231333300, 796666700, 0),
(120778, 871, 100, 'Shujalpur', 234000000, 767166700, 0),
(120779, 871, 100, 'Sironj', 241000000, 777000000, 0),
(120780, 871, 100, 'Sitamau', 240166700, 753500000, 0),
(120781, 871, 100, 'Sohagi', 249833300, 817000000, 0),
(120782, 871, 100, 'Sohagpur', 227000000, 782000000, 0),
(120783, 871, 100, 'Sultanpur', 231500000, 779333300, 0),
(120784, 871, 100, 'Susner', 239500000, 760833300, 0),
(120785, 871, 100, 'Talen', 235666700, 767166700, 0),
(120786, 871, 100, 'Thandla', 230000000, 745666700, 0),
(120787, 871, 100, 'Tirodi', 216833300, 797000000, 0),
(120788, 871, 100, 'Udaipura', 230833300, 785000000, 0),
(120789, 871, 100, 'Ukwa', 219666700, 804666700, 0),
(120790, 871, 100, 'Unhel', 233333300, 755666700, 0),
(120791, 871, 100, 'Waraseoni', 217500000, 800333300, 0),
(120792, 871, 100, 'Warud', 214666700, 782666700, 0),
(120793, 872, 100, 'Ahmadpur', 187000000, 769333300, 0),
(120794, 872, 100, 'Ajra', 161166700, 742000000, 0),
(120795, 872, 100, 'Amalner', 210500000, 750666700, 0),
(120796, 872, 100, 'Ambajogai', 187333300, 763833300, 0),
(120797, 872, 100, 'Arangaon', 186666700, 751833300, 0),
(120798, 872, 100, 'Arvi', 209833300, 782333300, 0),
(120799, 872, 100, 'Balapur', 206666700, 767666700, 0),
(120800, 872, 100, 'Ballalpur', 198333300, 793500000, 0),
(120801, 872, 100, 'Bhudgaon', 169000000, 746000000, 0),
(120802, 872, 100, 'Bhum', 184666700, 756666700, 0),
(120803, 872, 100, 'Biloli', 187666700, 777333300, 0),
(120804, 872, 100, 'Chandur Bazar', 212416700, 777455600, 0),
(120805, 872, 100, 'Chandvad', 203333300, 742500000, 0),
(120806, 872, 100, 'Chinchani', 198666700, 727000000, 0),
(120807, 872, 100, 'Darwha', 203166700, 777666700, 0),
(120808, 872, 100, 'Durgapur', 200000000, 793000000, 0),
(120809, 872, 100, 'Gangakher', 189500000, 767500000, 0),
(120810, 872, 100, 'Gangapur', 196833300, 750166700, 0),
(120811, 872, 100, 'Guhagar', 174666700, 732000000, 0),
(120812, 872, 100, 'Harnai', 178000000, 731000000, 0),
(120813, 872, 100, 'Igatpuri', 197000000, 735500000, 0),
(120814, 872, 100, 'Jintur', 196166700, 767000000, 0),
(120815, 872, 100, 'Kalamb', 190500000, 739500000, 0),
(120816, 872, 100, 'Kamthi', 212333300, 792000000, 0),
(120817, 872, 100, 'Kannad', 202666700, 751333300, 0),
(120818, 872, 100, 'Karanja', 204833300, 774833300, 0),
(120819, 872, 100, 'Karmala', 184166700, 752000000, 0),
(120820, 872, 100, 'Katol', 212666700, 785833300, 0),
(120821, 872, 100, 'Khuldabad', 200500000, 751833300, 0),
(120822, 872, 100, 'Kurandvad', 166833300, 745833300, 0),
(120823, 872, 100, 'Lanja', 168500000, 735500000, 0),
(120824, 872, 100, 'Lasalgaon', 201500000, 742333300, 0),
(120825, 872, 100, 'Makhjan', 172698000, 735003100, 0),
(120826, 872, 100, 'Manchar', 190000000, 739333300, 0),
(120827, 872, 100, 'Mangrul Pir', 203166700, 773500000, 0),
(120828, 872, 100, 'Manwat', 193000000, 765000000, 0),
(120829, 872, 100, 'Mehekar', 201500000, 765666700, 0),
(120830, 872, 100, 'Mhasla', 181333300, 731166700, 0),
(120831, 872, 100, 'Mhasvad', 176333300, 747833300, 0),
(120832, 872, 100, 'Morsi', 213391700, 780130600, 0),
(120833, 872, 100, 'Mowar', 214666700, 784333300, 0),
(120834, 872, 100, 'Mukher', 187000000, 773666700, 0),
(120835, 872, 100, 'Murgud', 164000000, 742000000, 0),
(120836, 872, 100, 'Nagothana', 185333300, 731333300, 0),
(120837, 872, 100, 'Naldurg', 178166700, 763000000, 0),
(120838, 872, 100, 'Nandgaon', 203166700, 746500000, 0),
(120839, 872, 100, 'Neral', 190333300, 733166700, 0),
(120840, 872, 100, 'Nilanga', 181000000, 767666700, 0),
(120841, 872, 100, 'Nipani', 164000000, 743833300, 0),
(120842, 872, 100, 'Parola', 208833300, 751166700, 0),
(120843, 872, 100, 'Pathardi', 191666700, 751833300, 0),
(120844, 872, 100, 'Patur', 204500000, 769333300, 0),
(120845, 872, 100, 'Pulgaon', 207333300, 783333300, 0),
(120846, 872, 100, 'Rajapur', 166666700, 735166700, 0),
(120847, 872, 100, 'Raver', 212500000, 760333300, 0),
(120848, 872, 100, 'Savantvadi', 159000000, 738166700, 0),
(120849, 872, 100, 'Shirgaon', 197000000, 727000000, 0),
(120850, 872, 100, 'Sillod', 203000000, 756500000, 0),
(120851, 872, 100, 'Sonegaon', 206500000, 786833300, 0),
(120852, 872, 100, 'Soygaon', 206000000, 756166700, 0),
(120853, 872, 100, 'Srivardhan', 180333300, 730166700, 0),
(120854, 872, 100, 'Surgana', 205666700, 736166700, 0),
(120855, 872, 100, 'Telhara', 210269400, 768388900, 0),
(120856, 872, 100, 'Umarga', 178333300, 766166700, 0),
(120857, 872, 100, 'Umarkhed', 196000000, 777000000, 0),
(120858, 872, 100, 'Varangaon', 210166700, 759000000, 0),
(120859, 872, 100, 'Vite', 172833300, 745500000, 0),
(120860, 872, 100, 'Yaval', 211666700, 757000000, 0),
(120861, 873, 100, 'Kakching', 244833300, 939833300, 0),
(120862, 873, 100, 'Phek', 256666700, 945000000, 0),
(120863, 873, 100, 'Yairipok', 246666700, 940666700, 0),
(120864, 874, 100, 'Mankachar', 255333300, 898666700, 0),
(120865, 874, 100, 'Nongstoin', 255166700, 912666700, 0),
(120866, 875, 100, 'Lunglei', 228833300, 927333300, 0),
(120867, 875, 100, 'Mamit', 239333300, 924833300, 0),
(120868, 875, 100, 'Serchhip', 233000000, 928333300, 0),
(120869, 876, 100, 'Mon', 267500000, 951000000, 0),
(120870, 876, 100, 'Tuensang', 262833300, 948333300, 0),
(120871, 876, 100, 'Wokha', 261000000, 942666700, 0),
(120872, 876, 100, 'Zunheboto', 259666700, 945166700, 0),
(120873, 877, 100, 'Asika', 196000000, 846500000, 0),
(120874, 877, 100, 'Banapur', 197833300, 851833300, 0),
(120875, 877, 100, 'Belaguntha', 198833300, 846500000, 0),
(120876, 877, 100, 'Bhanjanagar', 199333300, 845833300, 0),
(120877, 877, 100, 'Brajarajnagar', 218166700, 839166700, 0),
(120878, 877, 100, 'Buguda', 198166700, 848000000, 0),
(120879, 877, 100, 'Chandbali', 207833300, 867666700, 0),
(120880, 877, 100, 'Daitari', 211000000, 857500000, 0),
(120881, 877, 100, 'Deogarh', 215333300, 847333300, 0),
(120882, 877, 100, 'Digapahandi', 193666700, 845833300, 0),
(120883, 877, 100, 'Gudari', 193500000, 837833300, 0),
(120884, 877, 100, 'Hinjilikatu', 194833300, 847500000, 0),
(120885, 877, 100, 'Jaypur', 188500000, 825833300, 0),
(120886, 877, 100, 'Kamakhyanagar', 209333300, 855500000, 0),
(120887, 877, 100, 'Kantilo', 203500000, 851833300, 0),
(120888, 877, 100, 'Kendraparha', 205000000, 864166700, 0),
(120889, 877, 100, 'Kharhial', 202833300, 827666700, 0),
(120890, 877, 100, 'Kiri Buru', 220833300, 853500000, 0),
(120891, 877, 100, 'Kochinda', 217333300, 843500000, 0),
(120892, 877, 100, 'Konarka', 199000000, 861166700, 0),
(120893, 877, 100, 'Kuchaiburi', 222666700, 861666700, 0),
(120894, 877, 100, 'Patnagarh', 207166700, 831500000, 0),
(120895, 877, 100, 'Phulabani', 204666700, 842333300, 0),
(120896, 877, 100, 'Soro', 212880600, 866858300, 0),
(120897, 877, 100, 'Titlagarh', 203000000, 831500000, 0),
(120898, 877, 100, 'Udaigiri', 201333300, 843833300, 0),
(120899, 879, 100, 'Ajnala', 318425000, 747588900, 0),
(120900, 879, 100, 'Bakloh', 324666700, 759166700, 0),
(120901, 879, 100, 'Balachor', 310666700, 763166700, 0),
(120902, 879, 100, 'Bhadaur', 304833300, 753166700, 0),
(120903, 879, 100, 'Bhikhi', 300666700, 755333300, 0),
(120904, 879, 100, 'Bhogpur', 315500000, 756325000, 0),
(120905, 879, 100, 'Budhlada', 299333300, 755666700, 0),
(120906, 879, 100, 'Dera Nanak', 320373300, 750278700, 0),
(120907, 879, 100, 'Dhanaula', 302833300, 755833300, 0),
(120908, 879, 100, 'Dirba', 300666700, 759833300, 0),
(120909, 879, 100, 'Fatehgarh Churian', 318620700, 749553400, 0),
(120910, 879, 100, 'Ghanaur', 303322200, 766072200, 0),
(120911, 879, 100, 'Jandiala', 311666700, 756166700, 0),
(120912, 879, 100, 'Jandiala Guru', 315613900, 750266700, 0),
(120913, 879, 100, 'Khamanon', 308186100, 763508300, 0),
(120914, 879, 100, 'Maur', 300833300, 752500000, 0),
(120915, 879, 100, 'Mukerian', 319505600, 756158300, 0),
(120916, 879, 100, 'Nurpur Kalan', 311666700, 764833300, 0),
(120917, 879, 100, 'Ram Das', 319661100, 749047200, 0),
(120918, 880, 100, 'Abu', 246000000, 727000000, 0),
(120919, 880, 100, 'Aklera', 244166700, 765666700, 0),
(120920, 880, 100, 'Amet', 253000000, 739333300, 0),
(120921, 880, 100, 'Anta', 251500000, 763000000, 0),
(120922, 880, 100, 'Anupgarh', 291911100, 732086100, 0),
(120923, 880, 100, 'Bagar', 281874000, 755005000, 0),
(120924, 880, 100, 'Bhasawar', 270333300, 770333300, 0),
(120925, 880, 100, 'Bissau', 282500000, 750833300, 0),
(120926, 880, 100, 'Borkhera', 255208300, 756413900, 0),
(120927, 880, 100, 'Chatsu', 266000000, 759500000, 0),
(120928, 880, 100, 'Chhoti Sadri', 243833300, 747000000, 0),
(120929, 880, 100, 'Devgarh', 255333300, 739000000, 0),
(120930, 880, 100, 'Dig', 274666700, 773333300, 0),
(120931, 880, 100, 'Govindgarh', 275000000, 769833300, 0),
(120932, 880, 100, 'Gulabpura', 259000000, 746666700, 0),
(120933, 880, 100, 'Jalor', 253500000, 726166700, 0),
(120934, 880, 100, 'Kapren', 254166700, 760666700, 0),
(120935, 880, 100, 'Kekri', 259666700, 751500000, 0),
(120936, 880, 100, 'Ladnun', 276500000, 743833300, 0),
(120937, 880, 100, 'Lakheri', 256666700, 761666700, 0),
(120938, 880, 100, 'Lalsot', 265666700, 763333300, 0),
(120939, 880, 100, 'Mandalgarh', 252000000, 751000000, 0),
(120940, 880, 100, 'Nadbai', 272333300, 772000000, 0),
(120941, 880, 100, 'Nainwa', 257666700, 758500000, 0),
(120942, 880, 100, 'Nim ka Thana', 277333300, 758000000, 0),
(120943, 880, 100, 'Nimaj', 261497200, 740000000, 0),
(120944, 880, 100, 'Nohar', 291833300, 747666700, 0),
(120945, 880, 100, 'Padampur', 296833300, 736166700, 0),
(120946, 880, 100, 'Pali', 257666700, 733333300, 0),
(120947, 880, 100, 'Phalodi', 271333300, 723666700, 0),
(120948, 880, 100, 'Pindwara', 248000000, 730666700, 0),
(120949, 880, 100, 'Pirawa', 241666700, 760333300, 0),
(120950, 880, 100, 'Ramgarh', 272500000, 751833300, 0),
(120951, 880, 100, 'Rawatbhata', 249333300, 755833300, 0),
(120952, 880, 100, 'Samdari', 258166700, 725833300, 0),
(120953, 880, 100, 'Sanchor', 247552800, 717722200, 0),
(120954, 880, 100, 'Shahpura', 256333300, 749333300, 0),
(120955, 880, 100, 'Sri Dungargarh', 280833300, 740166700, 0),
(120956, 880, 100, 'Sri Madhopur', 274666700, 756000000, 0),
(120957, 880, 100, 'Takhatgarh', 253333300, 730000000, 0),
(120958, 880, 100, 'Toda Bhim', 269166700, 768166700, 0),
(120959, 881, 100, 'Jorethang', 271069600, 883233200, 0),
(120960, 881, 100, 'Naya Bazar', 271333300, 882666700, 0),
(120961, 882, 100, 'Aduturai', 110333300, 794833300, 0),
(120962, 882, 100, 'Andiyur', 115833300, 776000000, 0),
(120963, 882, 100, 'Annamalainagar', 114000000, 797333300, 0),
(120964, 882, 100, 'Annavasal', 104666700, 787000000, 0),
(120965, 882, 100, 'Arani', 126666700, 792833300, 0),
(120966, 882, 100, 'Arumbavur', 113833300, 787333300, 0),
(120967, 882, 100, 'Ayakkudi', 104500000, 775500000, 0),
(120968, 882, 100, 'Bodinayakkanur', 100166700, 773500000, 0),
(120969, 882, 100, 'Chinnamanur', 98333300, 773833300, 0),
(120970, 882, 100, 'Cholapuram', 93666700, 775833300, 0),
(120971, 882, 100, 'Denkanikota', 125333300, 778000000, 0),
(120972, 882, 100, 'Dhali', 105000000, 771666700, 0),
(120973, 882, 100, 'Dusi', 127666700, 796833300, 0),
(120974, 882, 100, 'Ettaiyapuram', 91500000, 779833300, 0),
(120975, 882, 100, 'Gopichettipalaiyam', 114666700, 774500000, 0),
(120976, 882, 100, 'Gudiyattam', 129500000, 788666700, 0),
(120977, 882, 100, 'Ilampillai', 116000000, 780000000, 0),
(120978, 882, 100, 'Jolarpettai', 125666700, 785833300, 0),
(120979, 882, 100, 'Kadaiyanallur', 90833300, 773500000, 0),
(120980, 882, 100, 'Kalakkadu', 85000000, 775666700, 0),
(120981, 882, 100, 'Kalavai', 127666700, 794166700, 0),
(120982, 882, 100, 'Kallakkurichchi', 117333300, 789666700, 0),
(120983, 882, 100, 'Kallidaikurichchi', 86666700, 774833300, 0),
(120984, 882, 100, 'Kalugumalai', 91500000, 777166700, 0),
(120985, 882, 100, 'Kambam', 97333300, 773000000, 0),
(120986, 882, 100, 'Kanadukattan', 101666700, 787833300, 0),
(120987, 882, 100, 'Karambakkudi', 104666700, 791333300, 0),
(120988, 882, 100, 'Kariyapatti', 97000000, 781000000, 0),
(120989, 882, 100, 'Kaverippattanam', 124166700, 782333300, 0),
(120990, 882, 100, 'Kayalpattinam', 85666700, 781166700, 0),
(120991, 882, 100, 'Kayattar', 89500000, 778000000, 0),
(120992, 882, 100, 'Konganapuram', 115833300, 779166700, 0),
(120993, 882, 100, 'Kulittalai', 109166700, 784166700, 0),
(120994, 882, 100, 'Kurinjippadi', 115666700, 796000000, 0),
(120995, 882, 100, 'Kuttanallur', 107000000, 795333300, 0),
(120996, 882, 100, 'Manamadurai', 97000000, 784833300, 0),
(120997, 882, 100, 'Manavalakurichi', 81333300, 773000000, 0),
(120998, 882, 100, 'Marakkanam', 122000000, 799500000, 0),
(120999, 882, 100, 'Marandahalli', 124000000, 780000000, 0),
(121000, 882, 100, 'Mudukulattur', 93500000, 785166700, 0),
(121001, 882, 100, 'Mulanur', 107666700, 777166700, 0),
(121002, 882, 100, 'Naduvattam', 114833300, 765666700, 0),
(121003, 882, 100, 'Nambiyur', 113666700, 773333300, 0),
(121004, 882, 100, 'Nambutalai', 97166700, 790000000, 0),
(121005, 882, 100, 'Nangavalli', 117500000, 778833300, 0),
(121006, 882, 100, 'Nanguneri', 84833300, 776666700, 0),
(121007, 882, 100, 'Nattam', 102333300, 782333300, 0),
(121008, 882, 100, 'Nattarasankottai', 98666700, 785666700, 0),
(121009, 882, 100, 'Nellikkuppam', 117666700, 796833300, 0),
(121010, 882, 100, 'Nilakkottai', 101666700, 778666700, 0),
(121011, 882, 100, 'Palakkodu', 123000000, 780833300, 0),
(121012, 882, 100, 'Pallappatti', 107000000, 778833300, 0),
(121013, 882, 100, 'Pallattur', 101500000, 788000000, 0),
(121014, 882, 100, 'Pallikondai', 129166700, 789333300, 0),
(121015, 882, 100, 'Pallipattu', 133333300, 794500000, 0),
(121016, 882, 100, 'Pallippatti', 119333300, 784166700, 0),
(121017, 882, 100, 'Papanasam', 109333300, 792833300, 0),
(121018, 882, 100, 'Papireddippatti', 119000000, 783666700, 0),
(121019, 882, 100, 'Papparappatti', 122166700, 780666700, 0),
(121020, 882, 100, 'Paramagudi', 95500000, 786000000, 0),
(121021, 882, 100, 'Pennadam', 114000000, 792333300, 0),
(121022, 882, 100, 'Pennagaram', 121333300, 779000000, 0),
(121023, 882, 100, 'Peranampattu', 129333300, 787166700, 0),
(121024, 882, 100, 'Ponnamaravati', 103000000, 785500000, 0),
(121025, 882, 100, 'Puliyur', 106333300, 788333300, 0),
(121026, 882, 100, 'Sayalkudi', 91833300, 784500000, 0),
(121027, 882, 100, 'Sirkazhi', 112333300, 797333300, 0),
(121028, 882, 100, 'Sivagiri', 93333300, 774333300, 0),
(121029, 882, 100, 'Srimushnam', 114000000, 794166700, 0),
(121030, 882, 100, 'Suchindram', 81500000, 774833300, 0),
(121031, 882, 100, 'Surandai', 89666700, 774000000, 0),
(121032, 882, 100, 'Swamimalai', 109500000, 793333300, 0),
(121033, 882, 100, 'Taramangalam', 117000000, 779833300, 0),
(121034, 882, 100, 'Tattayyangarpettai', 111333300, 784500000, 0),
(121035, 882, 100, 'Thiruvaiyaru', 108833300, 791000000, 0),
(121036, 882, 100, 'Tiruppuvanam', 98333300, 782666700, 0),
(121037, 882, 100, 'Tiruttani', 131833300, 796333300, 0),
(121038, 882, 100, 'Tiruvettipuram', 126666700, 795500000, 0),
(121039, 882, 100, 'Tiruvidaimarudur', 109833300, 794666700, 0),
(121040, 882, 100, 'Tondi', 97333300, 790166700, 0),
(121041, 882, 100, 'Uppiliyapuram', 112666700, 785166700, 0),
(121042, 882, 100, 'Usilampatti', 99666700, 778000000, 0),
(121043, 882, 100, 'Uttamapalaiyam', 98000000, 773333300, 0),
(121044, 882, 100, 'Uttiramerur', 126000000, 797666700, 0),
(121045, 882, 100, 'Uttukkuli', 111666700, 774333300, 0),
(121046, 882, 100, 'Vadakku Valliyur', 83833300, 776500000, 0),
(121047, 882, 100, 'Valangiman', 108833300, 793833300, 0),
(121048, 882, 100, 'Valavanur', 119166700, 795833300, 0),
(121049, 882, 100, 'Vasudevanallur', 92333300, 774166700, 0),
(121050, 882, 100, 'Vattalkundu', 101666700, 777666700, 0),
(121051, 882, 100, 'Vedasandur', 105333300, 779500000, 0),
(121052, 882, 100, 'Vettavalam', 121000000, 792500000, 0),
(121053, 882, 100, 'Vikravandi', 120333300, 795500000, 0),
(121054, 882, 100, 'Vilattikulam', 91666700, 781666700, 0),
(121055, 882, 100, 'Viraganur', 114833300, 787333300, 0),
(121056, 882, 100, 'Wallajahbad', 127666700, 797833300, 0),
(121057, 883, 100, 'Andol', 178130600, 780772200, 0),
(121058, 883, 100, 'Asifabad', 193666700, 792833300, 0),
(121059, 883, 100, 'Atmakur', 158833300, 785833300, 0),
(121060, 883, 100, 'Bhaisa', 191000000, 779666700, 0),
(121061, 883, 100, 'Dasnapur', 196539900, 785121300, 0),
(121062, 883, 100, 'Devarkonda', 167000000, 789333300, 0),
(121063, 883, 100, 'Dornakal', 174500000, 801666700, 0),
(121064, 883, 100, 'Gadwal', 162333300, 778000000, 0),
(121065, 883, 100, 'Kodar', 169833300, 799666700, 0),
(121066, 883, 100, 'Kothapet', 193333300, 794833300, 0),
(121067, 883, 100, 'Manthani', 186500000, 796666700, 0),
(121068, 883, 100, 'Manuguru', 179810200, 807547000, 0),
(121069, 883, 100, 'Nagar Karnul', 164821000, 783247100, 0),
(121070, 883, 100, 'Nagireddipalli', 142666700, 791000000, 0),
(121071, 883, 100, 'Narasingapuram', 136166700, 793333300, 0),
(121072, 883, 100, 'Narayanpet', 167333300, 775000000, 0),
(121073, 883, 100, 'Sathupalli', 172496800, 808689900, 0),
(121074, 883, 100, 'Vemalwada', 184666700, 788833300, 0),
(121075, 883, 100, 'Wanparti', 163666700, 780666700, 0),
(121076, 883, 100, 'Yellandu', 176000000, 803333300, 0),
(121077, 884, 100, 'Amarpur', 235300000, 916447200, 0),
(121078, 884, 100, 'Ambasa', 239172200, 918472200, 0),
(121079, 884, 100, 'Barjala', 236166700, 913666700, 0),
(121080, 884, 100, 'Belonia', 232527800, 914513900, 0),
(121081, 884, 100, 'Ranir Bazar', 238333300, 913666700, 0),
(121082, 885, 100, 'Ahraura', 250166700, 830166700, 0),
(121083, 885, 100, 'Anupshahr', 283666700, 782666700, 0),
(121084, 885, 100, 'Atrauli', 280333300, 782833300, 0),
(121085, 885, 100, 'Ayodhya', 268000000, 822000000, 0),
(121086, 885, 100, 'Baheri', 287833300, 795000000, 0),
(121087, 885, 100, 'Bajna', 279000000, 776833300, 0),
(121088, 885, 100, 'Balrampur', 274333300, 821833300, 0),
(121089, 885, 100, 'Baragaon', 254333300, 828166700, 0),
(121090, 885, 100, 'Barkhera', 284500000, 798000000, 0),
(121091, 885, 100, 'Behat', 301666700, 776166700, 0),
(121092, 885, 100, 'Beswan', 276500000, 778833300, 0),
(121093, 885, 100, 'Bhagwantnagar', 262333300, 807500000, 0),
(121094, 885, 100, 'Bharthana', 267571000, 792248000, 0),
(121095, 885, 100, 'Bharwari', 255500000, 815000000, 0),
(121096, 885, 100, 'Bhinga', 277166700, 819333300, 0),
(121097, 885, 100, 'Bighapur', 263500000, 806833300, 0),
(121098, 885, 100, 'Bikapur', 266000000, 821333300, 0),
(121099, 885, 100, 'Bilari', 286333300, 788000000, 0),
(121100, 885, 100, 'Bisauli', 283166700, 789333300, 0),
(121101, 885, 100, 'Chhaprauli', 292166700, 771833300, 0),
(121102, 885, 100, 'Chillupar', 262822200, 835083300, 0),
(121103, 885, 100, 'Chopan', 245166700, 830333300, 0),
(121104, 885, 100, 'Dewa', 270333300, 811666700, 0),
(121105, 885, 100, 'Dhanaura', 289666700, 782500000, 0),
(121106, 885, 100, 'Faridpur', 282166700, 795500000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(121107, 885, 100, 'Fatehpur Chaurasi', 267833300, 802666700, 0),
(121108, 885, 100, 'Ganj Muradabad', 269666700, 801833300, 0),
(121109, 885, 100, 'Garhmuktesar', 288000000, 781000000, 0),
(121110, 885, 100, 'Ghatampur', 261666700, 801666700, 0),
(121111, 885, 100, 'Ghiror', 271833300, 788000000, 0),
(121112, 885, 100, 'Ghosi', 261083300, 835436100, 0),
(121113, 885, 100, 'Gola Gokarannath', 280833300, 804666700, 0),
(121114, 885, 100, 'Gulaothi', 286000000, 777833300, 0),
(121115, 885, 100, 'Gyanpur', 253500000, 824666700, 0),
(121116, 885, 100, 'Haldaur', 293000000, 782833300, 0),
(121117, 885, 100, 'Handia', 253833300, 821833300, 0),
(121118, 885, 100, 'Hata', 267461100, 837402800, 0),
(121119, 885, 100, 'Itimadpur', 272500000, 782000000, 0),
(121120, 885, 100, 'Jagnair', 268666700, 776000000, 0),
(121121, 885, 100, 'Jahangirpur', 281833300, 777166700, 0),
(121122, 885, 100, 'Jalalpur', 263166700, 827333300, 0),
(121123, 885, 100, 'Jalaun', 261451000, 793366000, 0),
(121124, 885, 100, 'Jalesar', 274833300, 783166700, 0),
(121125, 885, 100, 'Jansath', 293333300, 778500000, 0),
(121126, 885, 100, 'Jhinjhak', 265666700, 797333300, 0),
(121127, 885, 100, 'Jhinjhana', 295166700, 772166700, 0),
(121128, 885, 100, 'Jhusi', 254333300, 819333300, 0),
(121129, 885, 100, 'Kaimganj', 275666700, 793500000, 0),
(121130, 885, 100, 'Kairana', 294000000, 772000000, 0),
(121131, 885, 100, 'Kandhla', 293166700, 772666700, 0),
(121132, 885, 100, 'Kaptanganj', 269266700, 837152800, 0),
(121133, 885, 100, 'Karhal', 270002800, 789413900, 0),
(121134, 885, 100, 'Khada', 271833300, 838833300, 0),
(121135, 885, 100, 'Khaga', 257833300, 811166700, 0),
(121136, 885, 100, 'Khair', 279500000, 778333300, 0),
(121137, 885, 100, 'Kirakat', 256333300, 829166700, 0),
(121138, 885, 100, 'Kiraoli', 271500000, 777833300, 0),
(121139, 885, 100, 'Kishanpur', 256500000, 810166700, 0),
(121140, 885, 100, 'Kishni', 270247000, 792634000, 0),
(121141, 885, 100, 'Konch', 259833300, 791500000, 0),
(121142, 885, 100, 'Kopaganj', 260233300, 835658300, 0),
(121143, 885, 100, 'Kota', 244500000, 831333300, 0),
(121144, 885, 100, 'Kotwa', 250166700, 813166700, 0),
(121145, 885, 100, 'Lawar Khas', 291166700, 777666700, 0),
(121146, 885, 100, 'Machhlishahr', 256833300, 824166700, 0),
(121147, 885, 100, 'Madhogarh', 262760000, 791869000, 0),
(121148, 885, 100, 'Maghar', 267572200, 831277800, 0),
(121149, 885, 100, 'Maharajganj', 262519400, 831186100, 0),
(121150, 885, 100, 'Mahmudabad', 273000000, 811166700, 0),
(121151, 885, 100, 'Maholi', 276666700, 804666700, 0),
(121152, 885, 100, 'Mahroni', 245862000, 787288000, 0),
(121153, 885, 100, 'Malihabad', 269166700, 807166700, 0),
(121154, 885, 100, 'Mandawar', 295000000, 781333300, 0),
(121155, 885, 100, 'Maniar', 259833300, 841666700, 0),
(121156, 885, 100, 'Manikpur', 250666700, 811166700, 0),
(121157, 885, 100, 'Mankapur', 270333300, 822333300, 0),
(121158, 885, 100, 'Marahra', 277333300, 785833300, 0),
(121159, 885, 100, 'Mehndawal', 269752800, 831116700, 0),
(121160, 885, 100, 'Mohanpur', 282666700, 802500000, 0),
(121161, 885, 100, 'Mursan', 275833300, 779333300, 0),
(121162, 885, 100, 'Musafirkhana', 263666700, 818000000, 0),
(121163, 885, 100, 'Nautanwa', 274333300, 834166700, 0),
(121164, 885, 100, 'Nichlaul', 273166700, 837333300, 0),
(121165, 885, 100, 'Nihtaur', 293333300, 783833300, 0),
(121166, 885, 100, 'Oran', 253833300, 807500000, 0),
(121167, 885, 100, 'Pachperwa', 275166700, 826500000, 0),
(121168, 885, 100, 'Pahasu', 281833300, 780500000, 0),
(121169, 885, 100, 'Palia Kalan', 284500000, 805833300, 0),
(121170, 885, 100, 'Parichhatgarh', 289833300, 779333300, 0),
(121171, 885, 100, 'Phaphund', 266000000, 794666700, 0),
(121172, 885, 100, 'Phulpur', 255500000, 821000000, 0),
(121173, 885, 100, 'Pukhrayan', 262333300, 798500000, 0),
(121174, 885, 100, 'Ranipur', 252500000, 790666700, 0),
(121175, 885, 100, 'Rasra', 258500000, 838500000, 0),
(121176, 885, 100, 'Rasulabad', 267500000, 804833300, 0),
(121177, 885, 100, 'Raya', 275666700, 777833300, 0),
(121178, 885, 100, 'Robertsganj', 247000000, 830666700, 0),
(121179, 885, 100, 'Rura', 264833300, 799000000, 0),
(121180, 885, 100, 'Sahawar', 278000000, 788500000, 0),
(121181, 885, 100, 'Saidpur', 255500000, 831833300, 0),
(121182, 885, 100, 'Sakit', 274500000, 788166700, 0),
(121183, 885, 100, 'Sandi', 273000000, 799500000, 0),
(121184, 885, 100, 'Sarai Mir', 260166700, 829166700, 0),
(121185, 885, 100, 'Sardhana', 291500000, 776166700, 0),
(121186, 885, 100, 'Saurikh', 270290000, 794896000, 0),
(121187, 885, 100, 'Shahabad', 276500000, 799500000, 0),
(121188, 885, 100, 'Shahganj', 260500000, 826833300, 0),
(121189, 885, 100, 'Shikarpur', 282833300, 780166700, 0),
(121190, 885, 100, 'Shikohabad', 271000000, 786000000, 0),
(121191, 885, 100, 'Sidhpura', 276333300, 788833300, 0),
(121192, 885, 100, 'Sisauli', 294166700, 774666700, 0),
(121193, 885, 100, 'Siswa Bazar', 271500000, 837666700, 0),
(121194, 885, 100, 'Suar', 290333300, 790500000, 0),
(121195, 885, 100, 'Surianwan', 254666700, 824166700, 0),
(121196, 885, 100, 'Thana Bhawan', 295863900, 774166700, 0),
(121197, 885, 100, 'Tikaitnagar', 269500000, 815833300, 0),
(121198, 885, 100, 'Tikri', 292333300, 773500000, 0),
(121199, 885, 100, 'Tilhar', 279833300, 797333300, 0),
(121200, 885, 100, 'Tulsipur', 275500000, 824166700, 0),
(121201, 885, 100, 'Un', 295847200, 772541700, 0),
(121202, 885, 100, 'Utraula', 273166700, 824166700, 0),
(121203, 885, 100, 'Zafarabad', 257000000, 827333300, 0),
(121204, 885, 100, 'Zaidpur', 268333300, 813333300, 0),
(121205, 886, 100, 'Bageshwar', 298500000, 797666700, 0),
(121206, 886, 100, 'Bhim Tal', 293500000, 795666700, 0),
(121207, 886, 100, 'Birbhaddar', 300666700, 782833300, 0),
(121208, 886, 100, 'Dharchula', 298500000, 805333300, 0),
(121209, 886, 100, 'Herbertpur', 304500000, 777333300, 0),
(121210, 886, 100, 'Laksar', 297666700, 780500000, 0),
(121211, 886, 100, 'Narendranagar', 301666700, 783000000, 0),
(121212, 886, 100, 'Raiwala', 300166700, 782166700, 0),
(121213, 887, 100, 'Adra', 235000000, 866666700, 0),
(121214, 887, 100, 'Amlagora', 228333300, 873333300, 0),
(121215, 887, 100, 'Bali Chak', 223666700, 875500000, 0),
(121216, 887, 100, 'Beldanga', 239333300, 882500000, 0),
(121217, 887, 100, 'Dhulian', 246833300, 879666700, 0),
(121218, 887, 100, 'Dhupgari', 265857500, 890145000, 0),
(121219, 887, 100, 'Digha', 216833300, 875500000, 0),
(121220, 887, 100, 'Dinhata', 261333300, 894666700, 0),
(121221, 887, 100, 'Dubrajpur', 238000000, 873833300, 0),
(121222, 887, 100, 'Ghatal', 226666700, 877166700, 0),
(121223, 887, 100, 'Harindanga', 220383300, 883213900, 0),
(121224, 887, 100, 'Hasimara', 267470400, 893518900, 0),
(121225, 887, 100, 'Islampur', 262666700, 882000000, 0),
(121226, 887, 100, 'Jamuria', 237000000, 870833300, 0),
(121227, 887, 100, 'Jhalida', 233666700, 859666700, 0),
(121228, 887, 100, 'Karsiyang', 268825100, 882772900, 0),
(121229, 887, 100, 'Kenda', 232000000, 865333300, 0),
(121230, 887, 100, 'Khatra', 229833300, 868500000, 0),
(121231, 887, 100, 'Kulti', 237333300, 868500000, 0),
(121232, 887, 100, 'Mahishadal', 221833300, 879833300, 0),
(121233, 887, 100, 'Mainaguri', 265666700, 888166700, 0),
(121234, 887, 100, 'Muri', 233666700, 858666700, 0),
(121235, 887, 100, 'Naksalbari', 266833300, 882166700, 0),
(121236, 887, 100, 'Navadwip', 234166700, 883666700, 0),
(121237, 887, 100, 'Odlabari', 268333300, 886166700, 0),
(121238, 887, 100, 'Patuli', 235500000, 882500000, 0),
(121239, 887, 100, 'Ramjibanpur', 228333300, 876166700, 0),
(121240, 887, 100, 'Raniganj', 236166700, 871333300, 0),
(121241, 887, 100, 'Solap', 221277800, 881586100, 0),
(121242, 887, 100, 'Sonamukhi', 233000000, 874166700, 0),
(121243, 888, 101, 'Reuleuet', 52166700, 962833300, 0),
(121244, 889, 101, 'Banjar Ambengan', -81689000, 1151193000, 0),
(121245, 889, 101, 'Banjar Banyualit', -81584000, 1150386000, 0),
(121246, 889, 101, 'Banjar Batanpoh', -86761000, 1152579000, 0),
(121247, 889, 101, 'Banjar Bugbug', -84889000, 1155935000, 0),
(121248, 889, 101, 'Banjar Dauhmargi', -81367000, 1150653000, 0),
(121249, 889, 101, 'Banjar Dujung Kaja', -84008000, 1152886000, 0),
(121250, 889, 101, 'Banjar Galiran', -81295000, 1150738000, 0),
(121251, 889, 101, 'Banjar Kampunganyar', -81091000, 1150862000, 0),
(121252, 889, 101, 'Banjar Kampungbugis', -81055000, 1150865000, 0),
(121253, 889, 101, 'Banjar Karangsuling', -85998000, 1151952000, 0),
(121254, 889, 101, 'Banjar Kawan', -84889000, 1155241000, 0),
(121255, 889, 101, 'Banjar Kembangsari', -85096000, 1152110000, 0),
(121256, 889, 101, 'Banjar Kubu', -84282000, 1153629000, 0),
(121257, 889, 101, 'Banjar Pekenjelodan', -85752000, 1151777000, 0),
(121258, 889, 101, 'Banjar Sedang', -85707000, 1152389000, 0),
(121259, 889, 101, 'Banjar Tebongkang', -85290000, 1152436800, 0),
(121260, 889, 101, 'Banjar Tiga', -83825000, 1153535000, 0),
(121261, 889, 101, 'Biaslantang Kaler', -83360000, 1156288000, 0),
(121262, 889, 101, 'Kangin', -88322000, 1151255000, 0),
(121263, 889, 101, 'Laleng', -84483000, 1150467000, 0),
(121264, 889, 101, 'Pangkungparuk', -82150000, 1148869000, 0),
(121265, 889, 101, 'Pegayaman', -81835500, 1149869200, 0),
(121266, 889, 101, 'Sukadana', -82273000, 1155413000, 0),
(121267, 889, 101, 'Sukasada', -81395000, 1151031000, 0),
(121268, 890, 101, 'Babakanbungur', -65533000, 1057009000, 0),
(121269, 890, 101, 'Ciekek', -63204000, 1060996000, 0),
(121270, 890, 101, 'Cipacung Landeuh', -63290000, 1060825000, 0),
(121271, 890, 101, 'Garawati', -63636000, 1061193000, 0),
(121272, 890, 101, 'Girihieum', -63319000, 1060690000, 0),
(121273, 890, 101, 'Jalanbaru', -62612000, 1061203000, 0),
(121274, 890, 101, 'Kubangkepuh', -58994000, 1060284000, 0),
(121275, 890, 101, 'Lebak', -62369000, 1060119000, 0),
(121276, 890, 101, 'Pekijing', -61234000, 1061033000, 0),
(121277, 892, 101, 'Isimu', 6446000, 1228614000, 0),
(121278, 895, 101, 'Mandahara', -10333300, 1035833300, 0),
(121279, 895, 101, 'Simpang', -12666700, 1040833300, 0),
(121280, 896, 101, 'Anto', -71684000, 1081309000, 0),
(121281, 896, 101, 'Argasari', -73247000, 1082057000, 0),
(121282, 896, 101, 'Astana Hilir', -72102100, 1078891400, 0),
(121283, 896, 101, 'Babakansari', -73699000, 1085609000, 0),
(121284, 896, 101, 'Bojongsari', -70696000, 1083845000, 0),
(121285, 896, 101, 'Bunisakit', -72487000, 1078217000, 0),
(121286, 896, 101, 'Cibadak', -74904000, 1086204000, 0),
(121287, 896, 101, 'Cigorowong Kidul', -70220000, 1078845000, 0),
(121288, 896, 101, 'Cihanjuang', -71560000, 1081897000, 0),
(121289, 896, 101, 'Ciinjuk', -72069000, 1081868000, 0),
(121290, 896, 101, 'Cikabuyutan Barat', -73785000, 1085422000, 0),
(121291, 896, 101, 'Cikaret', -76465000, 1081196000, 0),
(121292, 896, 101, 'Cilingga', -73373000, 1081984000, 0),
(121293, 896, 101, 'Cilolohan', -71810000, 1079127000, 0),
(121294, 896, 101, 'Cisayong', -72575000, 1081494700, 0),
(121295, 896, 101, 'Citeureup', -71581000, 1083527000, 0),
(121296, 896, 101, 'Condong', -73447000, 1082591000, 0),
(121297, 896, 101, 'Dadaha', -73343000, 1082221000, 0),
(121298, 896, 101, 'Desa Baregbeg', -73039000, 1083601000, 0),
(121299, 896, 101, 'Gegernoong', -73862000, 1082323000, 0),
(121300, 896, 101, 'Gugunungan', -72349000, 1079125000, 0),
(121301, 896, 101, 'Haurpanggung', -72056000, 1079047000, 0),
(121302, 896, 101, 'Jampang Kulon', -72579000, 1066256000, 0),
(121303, 896, 101, 'Jati', -73037000, 1082033000, 0),
(121304, 896, 101, 'Kahuripan', -73471000, 1082281000, 0),
(121305, 896, 101, 'Karangampel', -64622200, 1084519400, 0),
(121306, 896, 101, 'Karangnunggal', -76278000, 1081341000, 0),
(121307, 896, 101, 'Karobokan', -71831000, 1078797000, 0),
(121308, 896, 101, 'Kebonbencoy', -72535000, 1081874000, 0),
(121309, 896, 101, 'Kebontiwu', -73299000, 1082274000, 0),
(121310, 896, 101, 'Kotabaru', -73546000, 1082604000, 0),
(121311, 896, 101, 'Kujang', -77435000, 1081370000, 0),
(121312, 896, 101, 'Luragung', -70172000, 1086381000, 0),
(121313, 896, 101, 'Masjid Jamie Baitul Muttaqien', -63683600, 1079558000, 0),
(121314, 896, 101, 'Olejet', -69924000, 1085693000, 0),
(121315, 896, 101, 'Padabeunghar', -70147000, 1068047000, 0),
(121316, 896, 101, 'Pajagan', -70923000, 1083445000, 0),
(121317, 896, 101, 'Pananjung', -76826000, 1086503000, 0),
(121318, 896, 101, 'Pangkalan', -71773000, 1078844000, 0),
(121319, 896, 101, 'Pawitan', -73653000, 1079971000, 0),
(121320, 896, 101, 'Puspajaya', -74164000, 1080697000, 0),
(121321, 896, 101, 'Sengkol', -73711000, 1082135000, 0),
(121322, 896, 101, 'Sentul', -75591000, 1087376000, 0),
(121323, 896, 101, 'Sepatan', -61188900, 1065750000, 0),
(121324, 896, 101, 'Sidoger Lebak', -65927800, 1065130600, 0),
(121325, 896, 101, 'Sindangpalay', -72891000, 1081980000, 0),
(121326, 896, 101, 'Sukarame', -73779000, 1085375000, 0),
(121327, 896, 101, 'Tarogong', -71902000, 1078874000, 0),
(121328, 896, 101, 'Tugusirna', -73441000, 1082158000, 0),
(121329, 896, 101, 'Warungbuah', -73858000, 1085044000, 0),
(121330, 896, 101, 'Weru', -67110000, 1085037000, 0),
(121331, 897, 101, 'Adiwerna', -69375000, 1091325000, 0),
(121332, 897, 101, 'Bangkle', -69706000, 1114307000, 0),
(121333, 897, 101, 'Bodeh', -68357000, 1111318000, 0),
(121334, 897, 101, 'Bulakamba', -68748000, 1089559000, 0),
(121335, 897, 101, 'Candi Prambanan', -77500000, 1104941700, 0),
(121336, 897, 101, 'Cihandiwung Lor', -73337100, 1086898300, 0),
(121337, 897, 101, 'Delanggu', -76166700, 1106833300, 0),
(121338, 897, 101, 'Dukuhturi', -69000000, 1090833300, 0),
(121339, 897, 101, 'Gandrungmanis Lor', -75287000, 1088568000, 0),
(121340, 897, 101, 'Gebog', -67350000, 1108444000, 0),
(121341, 897, 101, 'Gombong', -76072200, 1095141700, 0),
(121342, 897, 101, 'Gunung Kendil', -73316700, 1104041700, 0),
(121343, 897, 101, 'Jagong', -70481000, 1112534000, 0),
(121344, 897, 101, 'Jambuluwuk', -73135000, 1088702000, 0),
(121345, 897, 101, 'Jejerukrajan', -69751000, 1114492000, 0),
(121346, 897, 101, 'Jeruklegi', -76244400, 1090191700, 0),
(121347, 897, 101, 'Jogonalan', -77036100, 1105361100, 0),
(121348, 897, 101, 'Kedalon', -67217000, 1112270000, 0),
(121349, 897, 101, 'Ketanggungan', -69383000, 1088910000, 0),
(121350, 897, 101, 'Lebaksiu', -70496000, 1091441000, 0),
(121351, 897, 101, 'Pamedaran', -70680000, 1088647000, 0),
(121352, 897, 101, 'Petarukan', -68833300, 1094333300, 0),
(121353, 897, 101, 'Rembangan', -67036000, 1113416000, 0),
(121354, 897, 101, 'Sangkalputung', -75061100, 1090625000, 0),
(121355, 897, 101, 'Sawahan', -67086000, 1113392000, 0),
(121356, 897, 101, 'Selogiri', -77833300, 1108666700, 0),
(121357, 897, 101, 'Sidakaya', -75753000, 1088640000, 0),
(121358, 897, 101, 'Sokaraja', -74580600, 1092880600, 0),
(121359, 897, 101, 'Sukasari', -72346000, 1088607000, 0),
(121360, 897, 101, 'Tahunan', -68850000, 1115530000, 0),
(121361, 897, 101, 'Tanjung Timur', -71870000, 1114987000, 0),
(121362, 897, 101, 'Tanjungsari', -73009000, 1087680000, 0),
(121363, 897, 101, 'Tarub', -69333300, 1091666700, 0),
(121364, 897, 101, 'Tegalgunung', -69609000, 1114195000, 0),
(121365, 897, 101, 'Wangon', -75161100, 1090538900, 0),
(121366, 897, 101, 'Wedi', -77430600, 1105794400, 0),
(121367, 897, 101, 'Welahan', -68000000, 1107166700, 0),
(121368, 897, 101, 'Winangun', -73572000, 1087026000, 0),
(121369, 898, 101, 'Adirejo', -82120100, 1126387500, 0),
(121370, 898, 101, 'Andongsari', -83661000, 1136340000, 0),
(121371, 898, 101, 'Bancar', -67827000, 1117808000, 0),
(121372, 898, 101, 'Bandaran', -69278000, 1120570000, 0),
(121373, 898, 101, 'Banyuanyar', -82664000, 1139780000, 0),
(121374, 898, 101, 'Barurejo', -84815000, 1141142000, 0),
(121375, 898, 101, 'Batangsaren', -80540000, 1118810000, 0),
(121376, 898, 101, 'Bateisari', -80329000, 1125234000, 0),
(121377, 898, 101, 'Bendilwungu Lor', -81197000, 1119532000, 0),
(121378, 898, 101, 'Bendungan', -71177000, 1124981000, 0),
(121379, 898, 101, 'Berbek', -73463900, 1127636100, 0),
(121380, 898, 101, 'Besuki', -77337900, 1136978500, 0),
(121381, 898, 101, 'Blajo', -70434000, 1123933000, 0),
(121382, 898, 101, 'Brandil', -81454000, 1119562000, 0),
(121383, 898, 101, 'Brongkalan', -72575000, 1127674000, 0),
(121384, 898, 101, 'Dagangan', -70913000, 1124604000, 0),
(121385, 898, 101, 'Dares', -73690000, 1127624000, 0),
(121386, 898, 101, 'Dawuhan', -81135000, 1119474000, 0),
(121387, 898, 101, 'Dukuh Tengah', -74160000, 1127538000, 0),
(121388, 898, 101, 'Duwe', -78742000, 1140014000, 0),
(121389, 898, 101, 'Gadingrejo', -82355000, 1134346000, 0),
(121390, 898, 101, 'Gampengrejo', -77666700, 1120166700, 0),
(121391, 898, 101, 'Gaplak', -82190000, 1143469000, 0),
(121392, 898, 101, 'Gedongsari', -81488000, 1131990000, 0),
(121393, 898, 101, 'Gotak', -71095000, 1117419000, 0),
(121394, 898, 101, 'Grobokan', -82046000, 1143792000, 0),
(121395, 898, 101, 'Gununganyartambak Tengah', -73375300, 1128019400, 0),
(121396, 898, 101, 'Jambesari', -80161000, 1133840000, 0),
(121397, 898, 101, 'Jatirejo', -81273000, 1124889000, 0),
(121398, 898, 101, 'Jatirogo', -68858000, 1116592000, 0),
(121399, 898, 101, 'Jombok', -68823000, 1116458000, 0),
(121400, 898, 101, 'Jubung', -81968000, 1136374000, 0),
(121401, 898, 101, 'Kajongan', -68933000, 1120604000, 0),
(121402, 898, 101, 'Kalibaru', -82897000, 1139859000, 0),
(121403, 898, 101, 'Kaliboto', -80431000, 1119799000, 0),
(121404, 898, 101, 'Kanigoro', -81300300, 1122189600, 0),
(121405, 898, 101, 'Karangarjo', -83125000, 1140483000, 0),
(121406, 898, 101, 'Karangdowo', -67912000, 1118951000, 0),
(121407, 898, 101, 'Karangtalun Lor', -81798000, 1119694000, 0),
(121408, 898, 101, 'Karangwungu Lor', -69959000, 1123654000, 0),
(121409, 898, 101, 'Kebonharjo', -68640000, 1116247000, 0),
(121410, 898, 101, 'Kedungpeluk', -74824000, 1127546000, 0),
(121411, 898, 101, 'Kedungtaman', -80547000, 1119114000, 0),
(121412, 898, 101, 'Kepanjen', -81303000, 1125727000, 0),
(121413, 898, 101, 'Kepatihan', -80629000, 1119133000, 0),
(121414, 898, 101, 'Kepuh Wetan', -82489000, 1143569000, 0),
(121415, 898, 101, 'Kertorejo', -81085000, 1124717000, 0),
(121416, 898, 101, 'Kesamben', -81462000, 1123658000, 0),
(121417, 898, 101, 'Kloncing', -81848000, 1137270000, 0),
(121418, 898, 101, 'Kopen', -83621000, 1141487000, 0),
(121419, 898, 101, 'Krajan Baru', -80879000, 1132481000, 0),
(121420, 898, 101, 'Krajan Karangsari', -68843000, 1120387000, 0),
(121421, 898, 101, 'Krajan Satu', -81812000, 1131486000, 0),
(121422, 898, 101, 'Krajan Satu Panji Lor', -76960000, 1140416000, 0),
(121423, 898, 101, 'Krajan Selatan', -82227000, 1143703000, 0),
(121424, 898, 101, 'Krajan Wetan', -80885000, 1132423000, 0),
(121425, 898, 101, 'Krajanjugosari', -82219000, 1130597000, 0),
(121426, 898, 101, 'Krasak', -82207000, 1136558000, 0),
(121427, 898, 101, 'Kudusan', -80785000, 1119268000, 0),
(121428, 898, 101, 'Kumendung Satu', -83833000, 1143327000, 0),
(121429, 898, 101, 'Latsari', -68928000, 1120461000, 0),
(121430, 898, 101, 'Mangunrejo', -81552000, 1125562000, 0),
(121431, 898, 101, 'Medokanayu', -73256000, 1127988000, 0),
(121432, 898, 101, 'Merik', -69021000, 1120493000, 0),
(121433, 898, 101, 'Ngaglik Timur', -71183000, 1124126000, 0),
(121434, 898, 101, 'Ngamba', -80146000, 1119856000, 0),
(121435, 898, 101, 'Nginjen', -71187000, 1124742000, 0),
(121436, 898, 101, 'Nguken', -71609000, 1115954000, 0),
(121437, 898, 101, 'Niwen', -80003000, 1125955000, 0),
(121438, 898, 101, 'Nongkosewu', -80461000, 1127640000, 0),
(121439, 898, 101, 'Pacet', -80786000, 1118818000, 0),
(121440, 898, 101, 'Paciran', -68766600, 1123760600, 0),
(121441, 898, 101, 'Pakisrejo', -81290000, 1120781000, 0),
(121442, 898, 101, 'Paleran', -82244000, 1134950000, 0),
(121443, 898, 101, 'Pandanajung', -80074000, 1127196000, 0),
(121444, 898, 101, 'Pandanwangi', -81508000, 1132484000, 0),
(121445, 898, 101, 'Panggungduwet', -82042000, 1120321000, 0),
(121446, 898, 101, 'Panjangjiwo', -73129000, 1127641000, 0),
(121447, 898, 101, 'Panjerrejo', -81382000, 1120177000, 0),
(121448, 898, 101, 'Pasembon', -85081000, 1141571000, 0),
(121449, 898, 101, 'Pasirian', -82137000, 1131146000, 0),
(121450, 898, 101, 'Pepe', -74024000, 1127692000, 0),
(121451, 898, 101, 'Plosorejo', -81570000, 1121708000, 0),
(121452, 898, 101, 'Pontang Tengah', -83464000, 1136376000, 0),
(121453, 898, 101, 'Prioso Barat', -70494000, 1124885000, 0),
(121454, 898, 101, 'Pucangan', -69442000, 1119005000, 0),
(121455, 898, 101, 'Pucung', -80530000, 1119732000, 0),
(121456, 898, 101, 'Pulerejo', -80030000, 1119411000, 0),
(121457, 898, 101, 'Puring Kulon', -81491900, 1136902700, 0),
(121458, 898, 101, 'Purut', -82337000, 1131087000, 0),
(121459, 898, 101, 'Purwojoyo', -83320000, 1140979000, 0),
(121460, 898, 101, 'Putat Kidul', -81743300, 1126445300, 0),
(121461, 898, 101, 'Rogotrunan', -81191000, 1132283000, 0),
(121462, 898, 101, 'Sadar', -80906000, 1119522000, 0),
(121463, 898, 101, 'Salamrejo', -82254000, 1123147000, 0),
(121464, 898, 101, 'Sampangan', -70720000, 1124587000, 0),
(121465, 898, 101, 'Sedatigede', -73768000, 1127623000, 0),
(121466, 898, 101, 'Sedayu', -81795000, 1126875000, 0),
(121467, 898, 101, 'Sedayulawas', -68800000, 1122726000, 0),
(121468, 898, 101, 'Segorotambak', -73666700, 1128075000, 0),
(121469, 898, 101, 'Selojeneng', -80783000, 1119466000, 0),
(121470, 898, 101, 'Selorok', -81438000, 1125259000, 0),
(121471, 898, 101, 'Semampirbarat', -73722200, 1127727800, 0),
(121472, 898, 101, 'Semboro Lor', -81901000, 1134445000, 0),
(121473, 898, 101, 'Sendangduwur', -68963000, 1123473000, 0),
(121474, 898, 101, 'Senggreng', -81623000, 1125160000, 0),
(121475, 898, 101, 'Sidodadi', -83645000, 1136558000, 0),
(121476, 898, 101, 'Slumbung', -80121200, 1123450100, 0),
(121477, 898, 101, 'Soko', -74831500, 1124270400, 0),
(121478, 898, 101, 'Srono', -84000300, 1142666100, 0),
(121479, 898, 101, 'Sudangan', -70832000, 1124955000, 0),
(121480, 898, 101, 'Sukmoilang', -82631000, 1138575000, 0),
(121481, 898, 101, 'Sumberbaru', -81177000, 1133887000, 0),
(121482, 898, 101, 'Sumberjo Kulon', -81082000, 1119923000, 0),
(121483, 898, 101, 'Sumberpucung', -81585600, 1124829200, 0),
(121484, 898, 101, 'Sumberwudi', -70002000, 1123656000, 0),
(121485, 898, 101, 'Sumurgayam', -68850000, 1123437000, 0),
(121486, 898, 101, 'Tajinan', -80497000, 1126824000, 0),
(121487, 898, 101, 'Tamanan', -80722000, 1119026000, 0),
(121488, 898, 101, 'Tambakan', -80566000, 1122980000, 0),
(121489, 898, 101, 'Tambakoso', -73460000, 1128039000, 0),
(121490, 898, 101, 'Tambaksari Tiga', -80545000, 1125899000, 0),
(121491, 898, 101, 'Tambaksumur', -73485000, 1127729000, 0),
(121492, 898, 101, 'Tanggunggunung', -82185000, 1118757000, 0),
(121493, 898, 101, 'Tangkilsari Satu', -80601000, 1126529000, 0),
(121494, 898, 101, 'Tebokan', -80056000, 1119137000, 0),
(121495, 898, 101, 'Temenggungan', -80015000, 1119827000, 0),
(121496, 898, 101, 'Tepas', -80977000, 1123945000, 0),
(121497, 898, 101, 'Tiang', -80015000, 1118883000, 0),
(121498, 898, 101, 'Tuliskriyo', -81341000, 1121519000, 0),
(121499, 898, 101, 'Tumenggungan', -71147000, 1124145000, 0),
(121500, 898, 101, 'Tumpang Satu', -80063500, 1127608500, 0),
(121501, 898, 101, 'Turen', -81729500, 1126861000, 0),
(121502, 898, 101, 'Wadungasri', -73451000, 1127683000, 0),
(121503, 898, 101, 'Watudakon', -80453000, 1126276000, 0),
(121504, 898, 101, 'Wedeng', -70462000, 1124224000, 0),
(121505, 898, 101, 'Windu', -70259000, 1124879000, 0),
(121506, 898, 101, 'Wringinsari', -81247000, 1132019000, 0),
(121507, 899, 101, 'Manismata', -24666700, 1110333300, 0),
(121508, 899, 101, 'Sungairaya', 7000000, 1089000000, 0),
(121509, 903, 101, 'Manggar', -28833300, 1082666700, 0),
(121510, 903, 101, 'Muntok', -20666700, 1051833300, 0),
(121511, 905, 101, 'Jabung', -54631400, 1056675200, 0),
(121512, 905, 101, 'Kaliandak', -57380500, 1055916000, 0),
(121513, 905, 101, 'Krui', -51825100, 1039374600, 0),
(121514, 905, 101, 'Natar', -53089700, 1051925100, 0),
(121515, 905, 101, 'Punggur', -50414600, 1052773400, 0),
(121516, 905, 101, 'Sekampung', -51332600, 1054359500, 0),
(121517, 905, 101, 'Sidorejo', -55847100, 1055236400, 0),
(121518, 907, 101, 'Dofa', -17952000, 1253612200, 0),
(121519, 906, 101, 'Amahusu', -37259000, 1281455600, 0),
(121520, 908, 101, 'Beringin', -85237000, 1185721000, 0),
(121521, 908, 101, 'Bugis', -87422000, 1168420000, 0),
(121522, 908, 101, 'Karang Daye', -87448000, 1162413000, 0),
(121523, 908, 101, 'Karangsubagan', -84067000, 1161019000, 0),
(121524, 908, 101, 'Kekeri', -85570000, 1161278000, 0),
(121525, 908, 101, 'Lela', -84405000, 1187512000, 0),
(121526, 908, 101, 'Montonggamang', -86343000, 1163714000, 0),
(121527, 908, 101, 'Penaraga', -84657000, 1187575000, 0),
(121528, 908, 101, 'Peresak Barat', -86577000, 1165519000, 0),
(121529, 908, 101, 'Plampang', -87974000, 1177791000, 0),
(121530, 908, 101, 'Prawira', -83611000, 1161441000, 0),
(121531, 908, 101, 'Semayan', -87191000, 1162840000, 0),
(121532, 908, 101, 'Tanjungluar', -87752000, 1165177000, 0),
(121533, 908, 101, 'Woro', -85730000, 1185437000, 0),
(121534, 909, 101, 'Beru', -86282000, 1222222000, 0),
(121535, 909, 101, 'Kabor', -86206600, 1222148400, 0),
(121536, 909, 101, 'Labuhanbajo', -84964000, 1198877000, 0),
(121537, 909, 101, 'Mangga Dua', -96625000, 1202926000, 0),
(121538, 909, 101, 'Tetandara', -88526000, 1216580000, 0),
(121539, 909, 101, 'Waipare', -86374000, 1222787000, 0),
(121540, 909, 101, 'Watubuku', -86050000, 1227430000, 0),
(121541, 909, 101, 'Wolowona', -88322000, 1216765000, 0),
(121542, 911, 101, 'Kijang', 9000000, 1046333300, 0),
(121543, 912, 101, 'Madette', -34097000, 1193077000, 0),
(121544, 913, 101, 'Baraka', -34079000, 1198559000, 0),
(121545, 913, 101, 'Larompong', -35150000, 1203704000, 0),
(121546, 913, 101, 'Majennang', -39728000, 1196091000, 0),
(121547, 913, 101, 'Makale', -31019000, 1198539000, 0),
(121548, 913, 101, 'Rappang', -38445000, 1198173000, 0),
(121549, 913, 101, 'Uluale', -39072000, 1197441000, 0),
(121550, 915, 101, 'Lasusua', -35105000, 1208844000, 0),
(121551, 916, 101, 'Tompasobaru', 9202000, 1244689000, 0),
(121552, 917, 101, 'Bonjol', -178500, 1002274800, 0),
(121553, 917, 101, 'Kotatua', -3451400, 1003624100, 0),
(121554, 917, 101, 'Maninjau', -3005900, 1002267100, 0),
(121555, 917, 101, 'Muara Siberut', -15978700, 992109700, 0),
(121556, 917, 101, 'Surian', -12558700, 1008812900, 0),
(121557, 917, 101, 'Tanjung Mas', -4912800, 1007541100, 0),
(121558, 917, 101, 'Tiku', -3958000, 999230700, 0),
(121559, 919, 101, 'Panguruan', 26081000, 986961000, 0),
(121560, 919, 101, 'Parapat', 26630000, 989349000, 0),
(121561, 919, 101, 'Teluk Nibung', 30010000, 998164000, 0),
(121562, 920, 101, 'Godean', -77697200, 1102938900, 0),
(121563, 920, 101, 'Srandakan', -79386100, 1102505600, 0),
(121564, 920, 101, 'Wonosari', -79655600, 1106036100, 0),
(121565, 926, 102, 'Farsan', 322569400, 505609600, 0),
(121566, 934, 102, 'Kuh Sefid', 292762000, 568014000, 0),
(121567, 936, 102, 'Torbat-e Jam', 352440000, 606225000, 0),
(121568, 944, 102, 'Naqadeh', 369553000, 453880000, 0),
(121569, 944, 102, 'Oshnaviyeh', 370397000, 450983000, 0),
(121570, 944, 102, 'Shahin Dezh', 366793000, 465669000, 0),
(121571, 956, 103, 'Al Mishkhab', 318041600, 444910700, 0),
(121572, 957, 103, 'Markaz Nahiyat Khushan', 362774100, 444939900, 0),
(121573, 967, 103, 'Qada'' Talkif', 364894400, 431191700, 0),
(121574, 970, 104, 'Tullow', 528002800, -67369400, 0),
(121575, 972, 104, 'Cill Rois', 526397200, -94833300, 0),
(121576, 973, 104, 'Mitchelstown', 522658300, -82680600, 0),
(121577, 973, 104, 'Rath Luirc', 523500000, -86833300, 0),
(121578, 974, 104, 'Ardara', 547644400, -84075000, 0),
(121579, 974, 104, 'Ballyshannon', 545000000, -81833300, 0),
(121580, 974, 104, 'Buncrana', 551333300, -74500000, 0),
(121581, 974, 104, 'Carndonagh', 552500000, -72666700, 0),
(121582, 974, 104, 'Glenties', 547975000, -82825000, 0),
(121583, 974, 104, 'Leifear', 548319400, -74836100, 0),
(121584, 978, 104, 'Athenry', 532963900, -87430600, 0),
(121585, 979, 104, 'Cahersiveen', 519486100, -102222200, 0),
(121586, 979, 104, 'Cill Airne', 520500000, -95166700, 0),
(121587, 980, 104, 'Old Kilcullen', 531063900, -67652800, 0),
(121588, 981, 104, 'Castlecomer', 528061100, -72105600, 0),
(121589, 986, 104, 'Knockbridge', 539732000, -64859700, 0),
(121590, 988, 104, 'Newtown Trim', 535561100, -67700000, 0),
(121591, 989, 104, 'Cluain Eois', 541833300, -72333300, 0),
(121592, 990, 104, 'Banagher', 531886100, -79866700, 0),
(121593, 995, 104, 'Roscrea', 529511100, -78016700, 0),
(121594, 994, 104, 'An Teampall Mor', 527947200, -78338900, 0),
(121595, 994, 104, 'Nenagh Bridge', 528816700, -81958300, 0),
(121596, 999, 104, 'Kilcoole', 531027800, -60650000, 0),
(121597, 1001, 106, 'Midreshet Ben-Gurion', 308515400, 347834000, 0),
(121598, 1001, 106, 'Mizpe Ramon', 306094400, 348011100, 0),
(121599, 1002, 106, 'Zur Moshe', 323000000, 349166700, 0),
(121600, 1003, 106, '''Afula ''Illit', 326333300, 353333300, 0),
(121601, 1003, 106, '''Uzeir', 327944400, 353319400, 0),
(121602, 1003, 106, 'Beit Jann', 329652800, 353794400, 0),
(121603, 1003, 106, 'Jish', 330247200, 354444400, 0),
(121604, 1003, 106, 'Kafr Misr', 326472200, 354208300, 0),
(121605, 1003, 106, 'Kefar Tavor', 326888900, 354208300, 0),
(121606, 1003, 106, 'Nein', 326333300, 353500000, 0),
(121607, 1003, 106, 'Shibli', 326958300, 353972200, 0),
(121608, 1003, 106, 'Timrat', 327036100, 352266700, 0),
(121609, 1006, 106, 'Mevo Betar', 317166700, 351000000, 0),
(121610, 1006, 106, 'Zur Hadassa', 317166700, 351000000, 0),
(121611, 1007, 107, 'Ateleta', 418554300, 141975200, 0),
(121612, 1007, 107, 'Balsorano Vecchio', 418000000, 135666700, 0),
(121613, 1007, 107, 'Bolognano', 422181400, 139601000, 0),
(121614, 1007, 107, 'Canistro', 419407300, 134125000, 0),
(121615, 1007, 107, 'Caramanico Terme', 421591400, 140055100, 0),
(121616, 1007, 107, 'Casacanditella', 422474400, 141993100, 0),
(121617, 1007, 107, 'Castelfrentano', 421971400, 143552100, 0),
(121618, 1007, 107, 'Castiglione Messer Marino', 418689300, 144524200, 0),
(121619, 1007, 107, 'Castiglione Messer Raimondo', 425323400, 138787000, 0),
(121620, 1007, 107, 'Civitella Casanova', 423645400, 138851000, 0),
(121621, 1007, 107, 'Farindola', 424424400, 138221000, 0),
(121622, 1007, 107, 'Fresagrandinaria', 419790400, 146635200, 0),
(121623, 1007, 107, 'Lecce ne'' Marsi', 419338300, 136870000, 0),
(121624, 1007, 107, 'Luco dei Marsi', 419570300, 134736000, 0),
(121625, 1007, 107, 'Montebello di Bertona', 424179400, 138719000, 0),
(121626, 1007, 107, 'Monteodorisio', 420859400, 146526200, 0),
(121627, 1007, 107, 'Pacentro', 420504300, 139915100, 0),
(121628, 1007, 107, 'Palmoli', 419394400, 145814200, 0),
(121629, 1007, 107, 'Perano', 421031400, 143940200, 0),
(121630, 1007, 107, 'Pettorano sul Gizio', 419745300, 139587100, 0),
(121631, 1007, 107, 'Poggio Picenze', 423206400, 135411000, 0),
(121632, 1007, 107, 'Prezza', 420593300, 138346000, 0),
(121633, 1007, 107, 'Raiano', 421023300, 138146000, 0),
(121634, 1007, 107, 'Roccamorice', 422127400, 140253100, 0),
(121635, 1007, 107, 'San Benedetto de'' Marsi', 420082300, 136227000, 0),
(121636, 1007, 107, 'San Demetrio ne'' Vestini', 422896400, 135552000, 0),
(121637, 1007, 107, 'Santa Maria Imbaro', 422177400, 144492200, 0),
(121638, 1007, 107, 'Schiavi di Abruzzo', 418151300, 144858200, 0),
(121639, 1007, 107, 'Tornareccio', 420381400, 144161200, 0),
(121640, 1007, 107, 'Tornimparte', 422953300, 132999900, 0),
(121641, 1007, 107, 'Torricella Sicura', 426590400, 136571900, 0),
(121642, 1007, 107, 'Valle Castellana', 427361400, 134970900, 0),
(121643, 1007, 107, 'Villa Santa Maria', 419524300, 143518200, 0),
(121644, 1008, 107, 'Avigliano', 407329100, 157200400, 0),
(121645, 1008, 107, 'Baragiano', 406793200, 155944600, 0),
(121646, 1008, 107, 'Castelsaraceno', 401637100, 159918800, 0),
(121647, 1008, 107, 'Colobraro', 401873100, 164249900, 0),
(121648, 1008, 107, 'Corleto Perticara', 403835100, 160406800, 0),
(121649, 1008, 107, 'Genzano di Lucania', 408479200, 160307700, 0),
(121650, 1008, 107, 'Grottole', 406010200, 163792800, 0),
(121651, 1008, 107, 'Marsico Nuovo', 404230100, 157348700, 0),
(121652, 1008, 107, 'Maschito', 409089200, 158294600, 0),
(121653, 1008, 107, 'Miglionico', 405684200, 165024800, 0),
(121654, 1008, 107, 'Montemilone', 410300300, 159692700, 0),
(121655, 1008, 107, 'Noepoli', 400868100, 163296800, 0),
(121656, 1008, 107, 'Oppido Lucano', 407618200, 159866700, 0),
(121657, 1008, 107, 'Paterno', 403783100, 157327700, 0),
(121658, 1008, 107, 'Pescopagano', 408356200, 153988600, 0),
(121659, 1008, 107, 'Ripacandida', 409119200, 157247600, 0),
(121660, 1008, 107, 'Ruoti', 407180200, 156789600, 0),
(121661, 1008, 107, 'Ruvo del Monte', 408488200, 155413600, 0),
(121662, 1008, 107, 'San Chirico Raparo', 401920100, 160771800, 0),
(121663, 1008, 107, 'San Giorgio Lucano', 401119100, 163879900, 0),
(121664, 1008, 107, 'Spinoso', 402692100, 159665800, 0),
(121665, 1008, 107, 'Terranova di Pollino', 399781100, 162962900, 0),
(121666, 1008, 107, 'Tramutola', 403166100, 157910700, 0),
(121667, 1008, 107, 'Trecchina', 400266000, 157746700, 0),
(121668, 1008, 107, 'Valsinni', 401699100, 164434900, 0),
(121669, 1008, 107, 'Vietri di Potenza', 405997100, 155079600, 0),
(121670, 1008, 107, 'Viggianello', 399738000, 160860800, 0),
(121671, 1009, 107, 'Acquaformosa', 397231000, 160898800, 0),
(121672, 1009, 107, 'Africo Vecchio', 380666700, 159833300, 0),
(121673, 1009, 107, 'Albidona', 399226100, 164701900, 0),
(121674, 1009, 107, 'Belmonte Calabro', 391623900, 160862900, 0),
(121675, 1009, 107, 'Bivongi', 384832800, 164525100, 0),
(121676, 1009, 107, 'Brancaleone Superiore', 379629700, 161004000, 0),
(121677, 1009, 107, 'Briatico', 387259800, 160329000, 0),
(121678, 1009, 107, 'Caccuri', 392270000, 167765000, 0),
(121679, 1009, 107, 'Conflenti', 390716900, 162845000, 0),
(121680, 1009, 107, 'Delianuova', 382340700, 159178000, 0),
(121681, 1009, 107, 'Fagnano Castello', 395657000, 160536900, 0),
(121682, 1009, 107, 'Guardia Piemontese Terme', 394662000, 159992900, 0),
(121683, 1009, 107, 'Jonadi', 386298800, 160610000, 0),
(121684, 1009, 107, 'Limbadi', 385574800, 159659000, 0),
(121685, 1009, 107, 'Melicucca', 383037700, 158813000, 0),
(121686, 1009, 107, 'Montebello Ionico', 379827700, 157580000, 0),
(121687, 1009, 107, 'Nardodipace', 384722800, 163425000, 0),
(121688, 1009, 107, 'Oriolo', 400538100, 164460900, 0),
(121689, 1009, 107, 'Orsomarso', 397991000, 159074800, 0),
(121690, 1009, 107, 'Piane Crati', 392340900, 163255000, 0),
(121691, 1009, 107, 'Polia', 387511800, 163122000, 0),
(121692, 1009, 107, 'San Calogero', 385755800, 160203000, 0),
(121693, 1009, 107, 'San Giorgio Albanese', 395823000, 164534900, 0),
(121694, 1009, 107, 'San Giovanni Samio', 380737700, 160583000, 0),
(121695, 1009, 107, 'San Nicola Arcella', 398459000, 157933800, 0),
(121696, 1009, 107, 'San Nicola da Crissa', 386635800, 162848000, 0),
(121697, 1009, 107, 'San Nicola dell''Alto', 392893000, 169729100, 0),
(121698, 1009, 107, 'San Pietro a Maida', 388459800, 163435000, 0),
(121699, 1009, 107, 'San Sosti', 396590000, 160275800, 0),
(121700, 1009, 107, 'Sant''Eufemia d''Aspromonte', 382634700, 158548000, 0),
(121701, 1009, 107, 'Sant''Ilario del Ionio', 382187700, 161956000, 0),
(121702, 1009, 107, 'Santa Caterina dello Ionio', 385326800, 165220100, 0),
(121703, 1009, 107, 'Santa Cristina d''Aspromonte', 382553700, 159705000, 0),
(121704, 1009, 107, 'Santa Sofia d''Epiro', 395465000, 163289900, 0),
(121705, 1009, 107, 'Santo Stefano in Aspromonte', 381691700, 157892000, 0),
(121706, 1009, 107, 'Serra Pedace', 392783900, 163456000, 0),
(121707, 1009, 107, 'Siderno Superiore', 382833300, 162666700, 0),
(121708, 1009, 107, 'Sorianello', 385932800, 162319000, 0),
(121709, 1009, 107, 'Spezzano Grande', 393012900, 163387000, 0),
(121710, 1009, 107, 'Stefanaconi', 386778800, 161242000, 0),
(121711, 1009, 107, 'Vallefiorita', 387763800, 164610000, 0),
(121712, 1009, 107, 'Verbicaro', 397556000, 159135800, 0),
(121713, 1009, 107, 'Zagarise', 389991900, 166632000, 0),
(121714, 1009, 107, 'Zambrone', 386991800, 159900900, 0),
(121715, 1010, 107, 'Barano d''Ischia', 407180000, 139309200, 0),
(121716, 1010, 107, 'Baselice', 413937300, 149728400, 0),
(121717, 1010, 107, 'Bellizzi Irpino', 408833300, 148000000, 0),
(121718, 1010, 107, 'Calitri', 409021200, 154305600, 0),
(121719, 1010, 107, 'Capriati al Volturno', 414686200, 141454200, 0),
(121720, 1010, 107, 'Carbonara di Nola', 408744100, 145788400, 0),
(121721, 1010, 107, 'Casalbore', 412339200, 150067400, 0),
(121722, 1010, 107, 'Caselle in Pittari', 401727000, 155449700, 0),
(121723, 1010, 107, 'Castel Morrone', 411210200, 143547300, 0),
(121724, 1010, 107, 'Castelfranci', 409313200, 150432500, 0),
(121725, 1010, 107, 'Castello del Matese', 413667200, 143777300, 0),
(121726, 1010, 107, 'Castelnuovo Cilento', 402181000, 151770600, 0),
(121727, 1010, 107, 'Castelpagano', 414017200, 148080400, 0),
(121728, 1010, 107, 'Castelvenere', 412348200, 145465300, 0),
(121729, 1010, 107, 'Castiglione dei Genovesi', 407255100, 148484400, 0),
(121730, 1010, 107, 'Celle di Bulgheria', 400947000, 154032600, 0),
(121731, 1010, 107, 'Ceppaloni', 410459200, 147605400, 0),
(121732, 1010, 107, 'Chiusano di San Domenico', 409331200, 149163400, 0),
(121733, 1010, 107, 'Cicerale', 403429100, 151311600, 0),
(121734, 1010, 107, 'Circello', 413550200, 148089400, 0),
(121735, 1010, 107, 'Colle Sannita', 413643200, 148331400, 0),
(121736, 1010, 107, 'Conca della Campania', 413309200, 139916200, 0),
(121737, 1010, 107, 'Conza della Campania', 408732200, 153069500, 0),
(121738, 1010, 107, 'Forchia', 410308200, 145363300, 0),
(121739, 1010, 107, 'Fragneto Monforte', 412469200, 147631400, 0),
(121740, 1010, 107, 'Frasso Telesino', 411568200, 145278300, 0),
(121741, 1010, 107, 'Futani', 401507000, 153231600, 0),
(121742, 1010, 107, 'Gioi', 402897000, 152180600, 0),
(121743, 1010, 107, 'Ispani', 400873000, 155582700, 0),
(121744, 1010, 107, 'Melizzano', 411625200, 145043300, 0),
(121745, 1010, 107, 'Moschiano', 408731100, 146559400, 0),
(121746, 1010, 107, 'Ogliastro Cilento', 403524000, 150431500, 0),
(121747, 1010, 107, 'Orria', 402997000, 151711600, 0),
(121748, 1010, 107, 'Pago Veiano', 412479200, 148713400, 0),
(121749, 1010, 107, 'Pago del Vallo di Lauro', 408972100, 146076400, 0),
(121750, 1010, 107, 'Pannarano', 410098200, 147019400, 0),
(121751, 1010, 107, 'Pietramelara', 412721200, 141866200, 0),
(121752, 1010, 107, 'Pollica', 401907000, 150571600, 0),
(121753, 1010, 107, 'Praiano', 406121300, 145246100, 0),
(121754, 1010, 107, 'Pratola Serra', 409870200, 148526400, 0),
(121755, 1010, 107, 'Reino', 412916200, 148229400, 0),
(121756, 1010, 107, 'Riardo', 412627200, 141519200, 0),
(121757, 1010, 107, 'Roccadaspide', 404254100, 151920600, 0),
(121758, 1010, 107, 'San Cipriano d''Aversa', 409988100, 141317300, 0),
(121759, 1010, 107, 'San Lorenzello', 412760200, 145417300, 0),
(121760, 1010, 107, 'San Lorenzo Maggiore', 412474200, 146234300, 0),
(121761, 1010, 107, 'San Marco dei Cavoti', 413100200, 148797400, 0),
(121762, 1010, 107, 'San Michele di Serino', 408756200, 148546400, 0),
(121763, 1010, 107, 'San Pietro Infine', 414459200, 139615200, 0),
(121764, 1010, 107, 'San Sossio Baronia', 410712200, 152005500, 0),
(121765, 1010, 107, 'Sant''Andrea di Conza', 408448200, 153696600, 0),
(121766, 1010, 107, 'Sant''Angelo d''Alife', 413592200, 142635200, 0),
(121767, 1010, 107, 'Sant''Angelo de'' Lombardi', 409293200, 151762500, 0),
(121768, 1010, 107, 'Santa Lucia di Serino', 408704200, 148759400, 0),
(121769, 1010, 107, 'Sperone', 409525100, 146052400, 0),
(121770, 1010, 107, 'Torchiara', 403216000, 150544600, 0),
(121771, 1010, 107, 'Torre Orsaia', 401333000, 154732700, 0),
(121772, 1010, 107, 'Trevico', 410484200, 152334500, 0),
(121773, 1010, 107, 'Valva', 407382200, 152694500, 0),
(121774, 1010, 107, 'Volturara Irpina', 408824200, 149157400, 0),
(121775, 1010, 107, 'Zungoli', 411253200, 152036500, 0),
(121776, 1011, 107, 'Albereto di Borgotaro', 444465500, 96999800, 0),
(121777, 1011, 107, 'Castel d''Aiano', 442758600, 109994100, 0),
(121778, 1011, 107, 'Castel del Rio', 442143600, 115039200, 0),
(121779, 1011, 107, 'Dovadola', 441226600, 118887300, 0),
(121780, 1011, 107, 'Farini d''Olmo', 447126600, 95688700, 0),
(121781, 1011, 107, 'Iolanda di Savoia', 448839800, 119768200, 0),
(121782, 1011, 107, 'Ligonchio', 443162500, 103413900, 0),
(121783, 1011, 107, 'Masi Torello', 447945800, 118018200, 0),
(121784, 1011, 107, 'Massa Fiscaglia', 447969400, 120288900, 0),
(121785, 1011, 107, 'Monchio delle Corti', 444129500, 101241900, 0),
(121786, 1011, 107, 'Mondaino', 438579600, 126684500, 0),
(121787, 1011, 107, 'Monte San Pietro', 444383600, 111359100, 0),
(121788, 1011, 107, 'Montese', 442719600, 109440100, 0),
(121789, 1011, 107, 'Morfasso', 447227600, 97028700, 0),
(121790, 1011, 107, 'Pellegrino Parmense', 447300600, 99327800, 0),
(121791, 1011, 107, 'Pianello Val Tidone', 449466600, 94051600, 0),
(121792, 1011, 107, 'Predappio Alta', 441000000, 119666700, 0),
(121793, 1011, 107, 'Prignano sulla Secchia', 444383600, 106919000, 0),
(121794, 1011, 107, 'Ro', 449467800, 117562100, 0),
(121795, 1011, 107, 'San Giorgio Piacentino', 449541600, 97368700, 0),
(121796, 1011, 107, 'Sant''Agata Feltria', 438618600, 122064400, 0),
(121797, 1011, 107, 'Verghereto', 437929600, 120039400, 0),
(121798, 1011, 107, 'Villa Verucchio', 440051000, 124357500, 0),
(121799, 1012, 107, 'Arzene', 460047200, 128463900, 0),
(121800, 1012, 107, 'Bagnario Arsa', 458841700, 132861100, 0),
(121801, 1012, 107, 'Bertiolo', 459436100, 130508300, 0),
(121802, 1012, 107, 'Bicinicco', 459344400, 132522200, 0),
(121803, 1012, 107, 'Capriva del Friuli', 459430600, 135111100, 0),
(121804, 1012, 107, 'Cavazzo Carnico', 463705600, 130436100, 0),
(121805, 1012, 107, 'Coseano', 460963900, 130191700, 0),
(121806, 1012, 107, 'Doberdo del Lago', 458461100, 135375000, 0),
(121807, 1012, 107, 'Faedis', 461533300, 133430600, 0),
(121808, 1012, 107, 'Farra d''Isonzo', 459080200, 135165400, 0),
(121809, 1012, 107, 'Lestizza', 459566700, 131411100, 0),
(121810, 1012, 107, 'Mortegliano', 459441700, 131733300, 0),
(121811, 1012, 107, 'Muzzana del Turgnano', 458183300, 131263900, 0),
(121812, 1012, 107, 'Ovaro', 464830600, 128730600, 0),
(121813, 1012, 107, 'Palazzolo dello Stella', 458063900, 130811100, 0),
(121814, 1012, 107, 'Prato di Resia', 463738900, 133102800, 0),
(121815, 1012, 107, 'Pulfero', 461750000, 134847200, 0),
(121816, 1012, 107, 'Rosa', 459305600, 128708300, 0),
(121817, 1012, 107, 'San Canzian d''lsonzo', 457975000, 134663900, 0),
(121818, 1012, 107, 'San Pietro al Natisone', 461322200, 134966700, 0),
(121819, 1012, 107, 'San Vito di Fagagna', 460905600, 130897200, 0),
(121820, 1012, 107, 'Socchieve', 463963900, 128427800, 0),
(121821, 1012, 107, 'Talmassons', 459297200, 131202800, 0),
(121822, 1012, 107, 'Terzo d'' Aquileia', 458022200, 133480600, 0),
(121823, 1012, 107, 'Treppo Grande', 461891700, 131422200, 0),
(121824, 1012, 107, 'Vaiont', 461462200, 126952100, 0),
(121825, 1012, 107, 'Varmo', 458863900, 129866700, 0),
(121826, 1013, 107, 'Amaseno', 414678200, 133360000, 0),
(121827, 1013, 107, 'Arnara', 415845200, 133884000, 0),
(121828, 1013, 107, 'Bassano in Teverina', 424659300, 123117700, 0),
(121829, 1013, 107, 'Boville Ernica', 416425200, 134727000, 0),
(121830, 1013, 107, 'Canepina', 423822300, 122319600, 0),
(121831, 1013, 107, 'Caprarola', 423266200, 122357700, 0),
(121832, 1013, 107, 'Carbognano', 423316200, 122643700, 0),
(121833, 1013, 107, 'Carpineto Romano', 416044200, 130851000, 0),
(121834, 1013, 107, 'Casalvieri', 416319200, 137139100, 0),
(121835, 1013, 107, 'Castel Sant''Angelo', 423937300, 130273800, 0),
(121836, 1013, 107, 'Castelliri', 416792200, 135514000, 0),
(121837, 1013, 107, 'Civitella San Paolo', 421985200, 125764800, 0),
(121838, 1013, 107, 'Fabrica di Roma', 423351300, 122997700, 0),
(121839, 1013, 107, 'Gerano', 419330200, 129942900, 0),
(121840, 1013, 107, 'Giuliano di Roma', 415397200, 132795000, 0),
(121841, 1013, 107, 'Graffignano', 425725300, 122016600, 0),
(121842, 1013, 107, 'Ischia di Castro', 425440300, 117562500, 0),
(121843, 1013, 107, 'Magliano Romano', 421585200, 124367700, 0),
(121844, 1013, 107, 'Magliano Sabina', 423613300, 124804700, 0),
(121845, 1013, 107, 'Nerola', 421609300, 127848800, 0),
(121846, 1013, 107, 'Pescorocchiano', 422064300, 131461900, 0),
(121847, 1013, 107, 'Piansano', 425222300, 118291500, 0),
(121848, 1013, 107, 'Piglio', 418284200, 131223900, 0),
(121849, 1013, 107, 'Rocca Massima', 416793200, 129193900, 0),
(121850, 1013, 107, 'Rocca d''Arce', 415871200, 135851100, 0),
(121851, 1013, 107, 'San Polo dei Cavalieri', 420097200, 128400800, 0),
(121852, 1013, 107, 'Sant''Andrea del Garigliano', 413672200, 138409200, 0),
(121853, 1013, 107, 'Sant''Angelo Romano', 420351200, 127126800, 0),
(121854, 1013, 107, 'Sant''Apollinare', 414027200, 138316100, 0),
(121855, 1013, 107, 'Sant''Oreste', 422347200, 125193700, 0),
(121856, 1013, 107, 'Stimigliano', 423010300, 125633700, 0),
(121857, 1013, 107, 'Strangolagalli', 416007200, 134939000, 0),
(121858, 1013, 107, 'Torri in Sabina', 423530300, 126385700, 0),
(121859, 1013, 107, 'Torrice', 416297200, 133984000, 0),
(121860, 1013, 107, 'Torricella in Sabina', 422633300, 128700800, 0),
(121861, 1013, 107, 'Vasanello', 424137300, 123465700, 0),
(121862, 1013, 107, 'Vicovaro', 420196200, 129008800, 0),
(121863, 1013, 107, 'Villa Latina', 416152200, 138359100, 0),
(121864, 1013, 107, 'Villa Santo Stefano', 415174200, 133102000, 0),
(121865, 1014, 107, 'Albisola Marina', 443307900, 85096000, 0),
(121866, 1014, 107, 'Bargagli', 444472500, 90917600, 0),
(121867, 1014, 107, 'Calice al Cornoviglio', 442432600, 98367100, 0),
(121868, 1014, 107, 'Castiglione Chiavarese', 442759400, 95179800, 0),
(121869, 1014, 107, 'Cosseria', 443677400, 82348500, 0),
(121870, 1014, 107, 'Diano Castello', 439242300, 80660200, 0),
(121871, 1014, 107, 'Diano San Pietro', 439314200, 80716500, 0),
(121872, 1014, 107, 'Lumarzo', 444336500, 91395600, 0),
(121873, 1014, 107, 'Ne', 443562500, 93878700, 0),
(121874, 1014, 107, 'Piano di Follo', 441637500, 98618800, 0),
(121875, 1014, 107, 'San Biagio della Cima', 438179200, 76492400, 0),
(121876, 1014, 107, 'San Colombano Certenoli', 443721500, 93120700, 0),
(121877, 1014, 107, 'Tovo San Giacomo', 441759300, 82704500, 0),
(121878, 1014, 107, 'Uscio', 444133400, 91625700, 0),
(121879, 1014, 107, 'Villanova d''Albenga', 440472500, 81433600, 0),
(121880, 1015, 107, 'Acquanegra Cremonese', 451703700, 98908700, 0),
(121881, 1015, 107, 'Acquanegra sul Chiese', 451624800, 104346800, 0),
(121882, 1015, 107, 'Agnosine', 456496900, 103526700, 0),
(121883, 1015, 107, 'Aicurzio', 456399800, 94149500, 0),
(121884, 1015, 107, 'Albiolo', 458055800, 89392400, 0),
(121885, 1015, 107, 'Albosaggia', 461474900, 98540500, 0),
(121886, 1015, 107, 'Alserio', 457788800, 92001400, 0),
(121887, 1015, 107, 'Annicco', 452445700, 98794700, 0),
(121888, 1015, 107, 'Artogne', 458498900, 101609600, 0),
(121889, 1015, 107, 'Bagolino', 458251900, 104594700, 0),
(121890, 1015, 107, 'Barbariga', 454050800, 100543700, 0),
(121891, 1015, 107, 'Barghe', 456818900, 104121700, 0),
(121892, 1015, 107, 'Bassano Bresciano', 453271800, 101283700, 0),
(121893, 1015, 107, 'Berbenno di Valtellina', 461677900, 97451500, 0),
(121894, 1015, 107, 'Bertonico', 452330700, 96680600, 0),
(121895, 1015, 107, 'Berzo Inferiore', 459309900, 102796600, 0),
(121896, 1015, 107, 'Boltiere', 456008800, 95784500, 0),
(121897, 1015, 107, 'Bonemerse', 451136700, 100774700, 0),
(121898, 1015, 107, 'Cadegliano-Viconago', 459594800, 88434300, 0),
(121899, 1015, 107, 'Calvatone', 451285700, 104412800, 0),
(121900, 1015, 107, 'Canneto sull''Oglio', 451526700, 103808800, 0),
(121901, 1015, 107, 'Capergnanica di Sotto', 453375700, 96433600, 0),
(121902, 1015, 107, 'Capralba', 454440800, 96432600, 0),
(121903, 1015, 107, 'Carate Urio', 458717800, 91221400, 0),
(121904, 1015, 107, 'Carenno', 458034800, 94620500, 0),
(121905, 1015, 107, 'Casaletto Ceredano', 453180700, 96175600, 0),
(121906, 1015, 107, 'Casaletto Lodigiano', 453070100, 93612100, 0),
(121907, 1015, 107, 'Casirile', 453177700, 91052500, 0),
(121908, 1015, 107, 'Castro', 458029900, 100670600, 0),
(121909, 1015, 107, 'Cavernago', 456252800, 97655600, 0),
(121910, 1015, 107, 'Certosa di Pavia', 452542000, 91329000, 0),
(121911, 1015, 107, 'Chieve', 453404700, 96164600, 0),
(121912, 1015, 107, 'Cigole', 453086800, 101893700, 0),
(121913, 1015, 107, 'Cizzago', 454712800, 99500600, 0),
(121914, 1015, 107, 'Colorina', 461536900, 97293500, 0),
(121915, 1015, 107, 'Commessaggio', 450378700, 105434800, 0),
(121916, 1015, 107, 'Corvino San Quirico', 450108600, 91624600, 0),
(121917, 1015, 107, 'Credera', 453032700, 96560600, 0),
(121918, 1015, 107, 'Cremeno', 459354800, 94686400, 0),
(121919, 1015, 107, 'Foresto Sparso', 456908800, 99200600, 0),
(121920, 1015, 107, 'Formigara', 452220700, 97698600, 0),
(121921, 1015, 107, 'Frascarolo', 450466600, 86820400, 0),
(121922, 1015, 107, 'Gazzuolo', 450641700, 105785800, 0),
(121923, 1015, 107, 'Germignaga', 459912800, 87240300, 0),
(121924, 1015, 107, 'Grosotto', 462830000, 102597600, 0),
(121925, 1015, 107, 'Isorella', 453082800, 103222800, 0),
(121926, 1015, 107, 'Linarolo', 451623600, 92699600, 0),
(121927, 1015, 107, 'Lomello', 451210600, 87962400, 0),
(121928, 1015, 107, 'Madignano', 453456700, 97232600, 0),
(121929, 1015, 107, 'Magnacavallo', 450055800, 111811000, 0),
(121930, 1015, 107, 'Maleo', 451674700, 97614600, 0),
(121931, 1015, 107, 'Martignana di Po', 450110700, 103797800, 0),
(121932, 1015, 107, 'Mazzo di Valtellina', 462586000, 102566600, 0),
(121933, 1015, 107, 'Mezzana Bigli', 450598600, 88484500, 0),
(121934, 1015, 107, 'Mezzanino', 451239600, 92089500, 0),
(121935, 1015, 107, 'Miradolo Terme', 451719700, 94455600, 0),
(121936, 1015, 107, 'Moniga', 455262800, 105380800, 0),
(121937, 1015, 107, 'Montanaso Lombardo', 453357700, 94686600, 0),
(121938, 1015, 107, 'Monzambano', 453866800, 106919800, 0),
(121939, 1015, 107, 'Nesso', 459123800, 91567400, 0),
(121940, 1015, 107, 'Niardo', 459759900, 103332600, 0),
(121941, 1015, 107, 'Novate Mezzola', 462215900, 94498400, 0),
(121942, 1015, 107, 'Oliveto Lario', 459309800, 92838400, 0),
(121943, 1015, 107, 'Oltrona di San Mamette', 457559800, 89779400, 0),
(121944, 1015, 107, 'Ospedaletto Lodigiano', 451687700, 95786600, 0),
(121945, 1015, 107, 'Ossago', 452456700, 95370600, 0),
(121946, 1015, 107, 'Paladina', 457306800, 96058500, 0),
(121947, 1015, 107, 'Persico Dosimo', 451858700, 101051700, 0),
(121948, 1015, 107, 'Pezzaze', 457762900, 102359600, 0),
(121949, 1015, 107, 'Pieve San Giacomo', 451302700, 101862800, 0),
(121950, 1015, 107, 'Pieve d''Olmi', 450895700, 101236800, 0),
(121951, 1015, 107, 'Pizzighettone', 451890700, 97898600, 0),
(121952, 1015, 107, 'Polaveno', 456614800, 101239600, 0),
(121953, 1015, 107, 'Polpenazze del Garda', 455511800, 105048800, 0),
(121954, 1015, 107, 'Predore', 456807800, 100143600, 0),
(121955, 1015, 107, 'Primaluna', 459837900, 94376400, 0),
(121956, 1015, 107, 'Quingentole', 450390800, 110458000, 0),
(121957, 1015, 107, 'Ranzanico', 457883900, 99350600, 0),
(121958, 1015, 107, 'Redondesco', 451663800, 105122800, 0),
(121959, 1015, 107, 'Ripalta Cremasca', 453324700, 96926600, 0),
(121960, 1015, 107, 'Rodigo2', 451995800, 106249800, 0),
(121961, 1015, 107, 'Salerano sul Lambro', 452965700, 93851600, 0),
(121962, 1015, 107, 'Samolaco', 462424900, 93940400, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(121963, 1015, 107, 'San Bassano', 452423700, 98069600, 0),
(121964, 1015, 107, 'San Fedele Superiore', 459666700, 90666700, 0),
(121965, 1015, 107, 'San Felice del Benaco', 455894900, 105516800, 0),
(121966, 1015, 107, 'San Genesio ed Uniti', 452347600, 91785500, 0),
(121967, 1015, 107, 'San Giovanni del Dosso', 449684800, 110839000, 0),
(121968, 1015, 107, 'San Giovanni in Croce', 450788700, 103751800, 0),
(121969, 1015, 107, 'Sangiano', 458750800, 86333300, 0),
(121970, 1015, 107, 'Sant''Omobono Terme', 458083800, 95362500, 0),
(121971, 1015, 107, 'Santa Giuletta', 450339600, 91835600, 0),
(121972, 1015, 107, 'Saviore dell''Adamello', 460805000, 103996600, 0),
(121973, 1015, 107, 'Schivenoglia', 449949800, 110730000, 0),
(121974, 1015, 107, 'Solto', 457834900, 100276600, 0),
(121975, 1015, 107, 'Solza', 456786800, 94907500, 0),
(121976, 1015, 107, 'Stagno Lombardo', 450732700, 100879700, 0),
(121977, 1015, 107, 'Sulzano', 456903800, 101009600, 0),
(121978, 1015, 107, 'Tavernola Bergamasca', 457093800, 100462600, 0),
(121979, 1015, 107, 'Tavernole sul Mella', 457469900, 102405600, 0),
(121980, 1015, 107, 'Temu', 462487000, 104679600, 0),
(121981, 1015, 107, 'Torrazza Coste', 449769600, 90835500, 0),
(121982, 1015, 107, 'Torre de'' Roveri', 456971800, 97632600, 0),
(121983, 1015, 107, 'Trenzano', 454772800, 100106600, 0),
(121984, 1015, 107, 'Urago d''Oglio', 455159800, 98696600, 0),
(121985, 1015, 107, 'Valdidentro', 464890100, 102940500, 0),
(121986, 1015, 107, 'Valdisotto', 464344100, 103569600, 0),
(121987, 1015, 107, 'Vallio Terme', 456097800, 103973700, 0),
(121988, 1015, 107, 'Vellezzo Bellini', 452706600, 90992500, 0),
(121989, 1015, 107, 'Vezza d''Oglio', 462380000, 103970600, 0),
(121990, 1015, 107, 'Villa di Chiavenna', 463307000, 94811400, 0),
(121991, 1015, 107, 'Villanova del Sillaro', 452379700, 94818600, 0),
(121992, 1015, 107, 'Villongo Sant''Alessandro', 456678800, 99297600, 0),
(121993, 1015, 107, 'Vistarino', 452107700, 93082500, 0),
(121994, 1015, 107, 'Zelo Surrigone', 453876700, 89850400, 0),
(121995, 1016, 107, 'Acqualagna', 436260600, 126759600, 0),
(121996, 1016, 107, 'Appignano', 433627600, 133476800, 0),
(121997, 1016, 107, 'Cossignano', 429842500, 136899900, 0),
(121998, 1016, 107, 'Esanatoglia', 432525500, 129505700, 0),
(121999, 1016, 107, 'Fiuminata', 431874500, 129321700, 0),
(122000, 1016, 107, 'Frontone', 435160600, 127412600, 0),
(122001, 1016, 107, 'Maltignano', 428322500, 136879900, 0),
(122002, 1016, 107, 'Mercatello sul Metauro', 436473600, 123366500, 0),
(122003, 1016, 107, 'Mombaroccio', 437950600, 128547600, 0),
(122004, 1016, 107, 'Montefano', 434111600, 134383800, 0),
(122005, 1016, 107, 'Montemaggiore al Metauro', 437366600, 129453600, 0),
(122006, 1016, 107, 'Monterubbiano', 430847500, 137198900, 0),
(122007, 1016, 107, 'Montottone', 430620500, 135900800, 0),
(122008, 1016, 107, 'Morro d''Alba', 436012600, 132134700, 0),
(122009, 1016, 107, 'Orciano di Pesaro', 436866600, 129631600, 0),
(122010, 1016, 107, 'Penna San Giovanni', 430562500, 134259800, 0),
(122011, 1016, 107, 'Petriolo', 432213600, 134644800, 0),
(122012, 1016, 107, 'Pieve Torina', 430421500, 130458700, 0),
(122013, 1016, 107, 'Pioraco', 431790500, 129856700, 0),
(122014, 1016, 107, 'Ponzano di Fermo', 431045500, 136613900, 0),
(122015, 1016, 107, 'Porto Recanati', 434364600, 136612800, 0),
(122016, 1016, 107, 'Rapagnano', 431615500, 135943800, 0),
(122017, 1016, 107, 'San Giorgio di Pesaro', 437173600, 129789600, 0),
(122018, 1016, 107, 'Santa Vittoria in Matenano', 430197500, 134961800, 0),
(122019, 1016, 107, 'Sasso Feltrio', 438923600, 125105500, 0),
(122020, 1016, 107, 'Serra Sant''Abbondio', 434910600, 127726600, 0),
(122021, 1016, 107, 'Torre San Patrizio', 431828600, 136127800, 0),
(122022, 1016, 107, 'Visso', 429292400, 130873800, 0),
(122023, 1017, 107, 'Campolieto', 416319300, 147669300, 0),
(122024, 1017, 107, 'Casacalenda', 417371300, 148467300, 0),
(122025, 1017, 107, 'Castelmauro', 418278300, 147091300, 0),
(122026, 1017, 107, 'Cerro al Volturno', 416559200, 141023200, 0),
(122027, 1017, 107, 'Fossalto', 416729300, 145457300, 0),
(122028, 1017, 107, 'Guardialfiera', 418042300, 147929300, 0),
(122029, 1017, 107, 'Ielsi', 415179300, 147987300, 0),
(122030, 1017, 107, 'Mirabello Sannitico', 415156300, 146729300, 0),
(122031, 1017, 107, 'Montagano', 416449300, 146751300, 0),
(122032, 1017, 107, 'Montefalcone del Sannio', 418666300, 146382200, 0),
(122033, 1017, 107, 'Montenero di Bisaccia', 419651400, 147814300, 0),
(122034, 1017, 107, 'Pescolanciano', 416784300, 143372200, 0),
(122035, 1017, 107, 'Petrella Tifernina', 416915300, 146962300, 0),
(122036, 1017, 107, 'Pietracatella', 415797300, 148726300, 0),
(122037, 1017, 107, 'Portocannone', 419159400, 150074300, 0),
(122038, 1017, 107, 'Riccia', 414819300, 148332400, 0),
(122039, 1017, 107, 'Rionero Sannitico', 417119300, 141386200, 0),
(122040, 1017, 107, 'Roccamandolfi', 414971200, 143538200, 0),
(122041, 1017, 107, 'San Giuliano di Puglia', 416870300, 149623400, 0),
(122042, 1017, 107, 'San Martino in Pensilis', 418733400, 150140300, 0),
(122043, 1017, 107, 'Sepino', 414080200, 146183300, 0),
(122044, 1017, 107, 'Sesto Campano', 414204200, 140778200, 0),
(122045, 1017, 107, 'Spinete', 415449300, 144862300, 0),
(122046, 1018, 107, 'Alice Castello', 453651600, 80729200, 0),
(122047, 1018, 107, 'Andorno Micca', 456092600, 80527200, 0),
(122048, 1018, 107, 'Arizzano', 459573800, 85829200, 0),
(122049, 1018, 107, 'Baldissero d''Alba', 447618400, 79086300, 0),
(122050, 1018, 107, 'Balzola', 451835600, 84034400, 0),
(122051, 1018, 107, 'Beinette', 443648300, 76467300, 0),
(122052, 1018, 107, 'Benna', 455136600, 81266200, 0),
(122053, 1018, 107, 'Borgo San Martino', 450942600, 85246400, 0),
(122054, 1018, 107, 'Borgo Vercelli', 453578600, 84630300, 0),
(122055, 1018, 107, 'Borgofranco d''Ivrea', 455128600, 78580200, 0),
(122056, 1018, 107, 'Brusasco', 451554500, 80627300, 0),
(122057, 1018, 107, 'Calliano', 450085500, 82575400, 0),
(122058, 1018, 107, 'Camburzano', 455427600, 80028200, 0),
(122059, 1018, 107, 'Capriata d''Orba', 447278500, 86908500, 0),
(122060, 1018, 107, 'Caravino', 453982600, 79603200, 0),
(122061, 1018, 107, 'Caresana', 452208600, 85052400, 0),
(122062, 1018, 107, 'Casal Cermelli', 448349500, 86249500, 0),
(122063, 1018, 107, 'Castagneto Po', 451592500, 78894200, 0),
(122064, 1018, 107, 'Castagnole Monferrato', 449590500, 83044400, 0),
(122065, 1018, 107, 'Cavallirio', 456633700, 83945300, 0),
(122066, 1018, 107, 'Cerrina Monferrato', 451213500, 82138300, 0),
(122067, 1018, 107, 'Chiusa di Pesio', 443264300, 76754400, 0),
(122068, 1018, 107, 'Cossano Belbo', 446688400, 81986400, 0),
(122069, 1018, 107, 'Costigliole Saluzzo', 445645300, 74854300, 0),
(122070, 1018, 107, 'Diano d''Alba', 446500400, 80273400, 0),
(122071, 1018, 107, 'Divignano', 456623700, 86016300, 0),
(122072, 1018, 107, 'Fara Novarese', 455517700, 84586300, 0),
(122073, 1018, 107, 'Frabosa Sottana', 443023300, 77975400, 0),
(122074, 1018, 107, 'Germagnano', 452638500, 74695100, 0),
(122075, 1018, 107, 'Ghiffa', 459581800, 86169200, 0),
(122076, 1018, 107, 'Incisa Scapaccino', 448080500, 83758400, 0),
(122077, 1018, 107, 'La Morra', 446384400, 79325400, 0),
(122078, 1018, 107, 'Loranze', 454416600, 78127200, 0),
(122079, 1018, 107, 'Magliano Alfieri', 447692400, 80701400, 0),
(122080, 1018, 107, 'Malesco', 461263800, 84998200, 0),
(122081, 1018, 107, 'Marentino', 450551500, 78770300, 0),
(122082, 1018, 107, 'Mirabello Monferrato', 450355500, 85232400, 0),
(122083, 1018, 107, 'Molare', 446186400, 86005500, 0),
(122084, 1018, 107, 'Mombaruzzo', 447714500, 84482400, 0),
(122085, 1018, 107, 'Montechiaro d''Asti', 450072500, 81114300, 0),
(122086, 1018, 107, 'Montegrosso d''Asti', 448206500, 82375400, 0),
(122087, 1018, 107, 'Monteu Roero', 447793400, 79364300, 0),
(122088, 1018, 107, 'Monticello d''Alba', 447189400, 79426300, 0),
(122089, 1018, 107, 'Morano sul Po', 451672600, 83661400, 0),
(122090, 1018, 107, 'Niella Tanaro', 444057300, 79279400, 0),
(122091, 1018, 107, 'Occhieppo Superiore', 455650600, 80013200, 0),
(122092, 1018, 107, 'Oleggio Castello', 457488700, 85271300, 0),
(122093, 1018, 107, 'Ormea', 441557300, 79244400, 0),
(122094, 1018, 107, 'Oviglio', 448612500, 84877400, 0),
(122095, 1018, 107, 'Pettinengo', 456130600, 81042200, 0),
(122096, 1018, 107, 'Piobesi d''Alba', 447351400, 79796400, 0),
(122097, 1018, 107, 'Ponderano', 455384600, 80559200, 0),
(122098, 1018, 107, 'Portacomaro', 449566500, 82580400, 0),
(122099, 1018, 107, 'Portula', 456737700, 81793200, 0),
(122100, 1018, 107, 'Prato Sesia', 456506700, 83729300, 0),
(122101, 1018, 107, 'Pray', 456746700, 82043200, 0),
(122102, 1018, 107, 'Refrancore', 449363500, 83408400, 0),
(122103, 1018, 107, 'Rifreddo', 446507300, 73464200, 0),
(122104, 1018, 107, 'Roasio', 456045700, 82848200, 0),
(122105, 1018, 107, 'Rocca Canavese', 453097500, 75762200, 0),
(122106, 1018, 107, 'Roccaforte Mondovi', 443179300, 77447400, 0),
(122107, 1018, 107, 'Rocchetta Tanaro', 448586500, 83456400, 0),
(122108, 1018, 107, 'Rosignano Monferrato', 450805500, 83997400, 0),
(122109, 1018, 107, 'Rovasenda', 455387600, 83175300, 0),
(122110, 1018, 107, 'Sagliano Micca', 456257600, 80433200, 0),
(122111, 1018, 107, 'Salicetto', 444133400, 81686400, 0),
(122112, 1018, 107, 'Salussola', 454467600, 81123200, 0),
(122113, 1018, 107, 'Sampeire', 445796300, 71845200, 0),
(122114, 1018, 107, 'San Carlo Canavese', 452445500, 76057200, 0),
(122115, 1018, 107, 'San Damiano d''Asti', 448334400, 80635300, 0),
(122116, 1018, 107, 'San Germano Chisone', 449020400, 72366200, 0),
(122117, 1018, 107, 'San Giorgio Canavese', 453341600, 77968200, 0),
(122118, 1018, 107, 'San Marzano Oliveto', 447544500, 82953400, 0),
(122119, 1018, 107, 'San Paolo Solbrito', 449506500, 79707300, 0),
(122120, 1018, 107, 'San Sebastiano da Po', 451675500, 79572300, 0),
(122121, 1018, 107, 'Santa Vittoria d''Alba', 446986400, 79373300, 0),
(122122, 1018, 107, 'Santo Stefano Roero', 447884400, 79409300, 0),
(122123, 1018, 107, 'Sciolze', 450932500, 78804300, 0),
(122124, 1018, 107, 'Silvano d''Orba', 446858000, 86718200, 0),
(122125, 1018, 107, 'Sizzano', 455774700, 84373300, 0),
(122126, 1018, 107, 'Trana', 450390400, 74218200, 0),
(122127, 1018, 107, 'Trontano', 461224800, 83332200, 0),
(122128, 1018, 107, 'Tronzano Vercellese', 453412600, 81730300, 0),
(122129, 1018, 107, 'Vaie', 451023400, 72894100, 0),
(122130, 1018, 107, 'Valmacca', 451002600, 85830400, 0),
(122131, 1018, 107, 'Valstrona', 459076700, 83432200, 0),
(122132, 1018, 107, 'Varallo Pombia', 456668700, 86289300, 0),
(122133, 1018, 107, 'Vernante', 442450300, 75338300, 0),
(122134, 1018, 107, 'Verolengo', 451900500, 79682300, 0),
(122135, 1018, 107, 'Vezza d''Alba', 447627400, 80079400, 0),
(122136, 1018, 107, 'Viguzzolo', 449044600, 89226500, 0),
(122137, 1018, 107, 'Villanova Canavese', 452435500, 75521200, 0),
(122138, 1018, 107, 'Villar Pellice', 448083400, 71521200, 0),
(122139, 1018, 107, 'Villar San Costanzo', 444847300, 73822300, 0),
(122140, 1018, 107, 'Viu', 452391500, 73754100, 0),
(122141, 1018, 107, 'Viverone', 454272600, 80494200, 0),
(122142, 1018, 107, 'Vogogna', 460089800, 82930200, 0),
(122143, 1018, 107, 'Zubiena', 454926600, 79955200, 0),
(122144, 1019, 107, 'Bagnolo del Salento', 401506200, 183526300, 0),
(122145, 1019, 107, 'Binetto', 410234300, 167098800, 0),
(122146, 1019, 107, 'Cannole', 401662200, 183660300, 0),
(122147, 1019, 107, 'Carapelle', 413652300, 156937600, 0),
(122148, 1019, 107, 'Casalnuovo Monterotaro', 416202300, 151038400, 0),
(122149, 1019, 107, 'Castelluccio Valmaggiore', 413423300, 151990400, 0),
(122150, 1019, 107, 'Castelluccio dei Sauri', 413060300, 154797500, 0),
(122151, 1019, 107, 'Castelnuovo della Daunia', 415826300, 151208400, 0),
(122152, 1019, 107, 'Castri di Lecce', 402738300, 182633300, 0),
(122153, 1019, 107, 'Cavallino', 403125300, 182004200, 0),
(122154, 1019, 107, 'Gagliano del Capo', 398442200, 183695300, 0),
(122155, 1019, 107, 'Giuggianello', 400944200, 183689300, 0),
(122156, 1019, 107, 'Minervino di Lecce', 400884200, 184204300, 0),
(122157, 1019, 107, 'Monte Sant''Angelo', 417054400, 159676600, 0),
(122158, 1019, 107, 'Monteleone di Puglia', 411654200, 152580500, 0),
(122159, 1019, 107, 'Monteparano', 404440200, 174151000, 0),
(122160, 1019, 107, 'Poggiorsini', 409171300, 162547700, 0),
(122161, 1019, 107, 'Presicce', 398991200, 182617300, 0),
(122162, 1019, 107, 'Rocchetta Sant''Antonio', 411035200, 154617500, 0),
(122163, 1019, 107, 'Roseto Valfortore', 413724300, 150961400, 0),
(122164, 1019, 107, 'Sammichele di Bari', 408867300, 169477900, 0),
(122165, 1019, 107, 'San Marzano di San Giuseppe', 404544200, 175056100, 0),
(122166, 1019, 107, 'San Pietro in Lama', 403084300, 181286200, 0),
(122167, 1019, 107, 'Secli', 401202200, 181066200, 0),
(122168, 1019, 107, 'Zapponeta', 414570400, 159570600, 0),
(122169, 1020, 107, 'Ala dei Sardi', 406500700, 93278300, 0),
(122170, 1020, 107, 'Arbus', 395272200, 85994400, 0),
(122171, 1020, 107, 'Aritzo', 399555600, 91969400, 0),
(122172, 1020, 107, 'Bari Sardo', 398425000, 96386100, 0),
(122173, 1020, 107, 'Barumini', 397036100, 90022200, 0),
(122174, 1020, 107, 'Buggerru', 393966700, 84025000, 0),
(122175, 1020, 107, 'Bultei', 404562600, 90647300, 0),
(122176, 1020, 107, 'Cardedu', 397966700, 96252800, 0),
(122177, 1020, 107, 'Desulo', 400102500, 92270400, 0),
(122178, 1020, 107, 'Florinas', 406495600, 86651200, 0),
(122179, 1020, 107, 'Furtei', 395630600, 89486100, 0),
(122180, 1020, 107, 'Gairo Sant''Elena', 398497200, 95047200, 0),
(122181, 1020, 107, 'Golfo Arnaci', 409833300, 96333300, 0),
(122182, 1020, 107, 'Guasila', 395625000, 90469400, 0),
(122183, 1020, 107, 'Illorai', 403538600, 90010300, 0),
(122184, 1020, 107, 'Jerzu', 397919400, 95169400, 0),
(122185, 1020, 107, 'Lotzorai', 399700000, 96608300, 0),
(122186, 1020, 107, 'Mamoiada', 402156600, 92804400, 0),
(122187, 1020, 107, 'Mores', 405483600, 88312200, 0),
(122188, 1020, 107, 'Narcao', 391675000, 86750000, 0),
(122189, 1020, 107, 'Ollastra', 399509500, 87342300, 0),
(122190, 1020, 107, 'Ovodda', 400956500, 91623300, 0),
(122191, 1020, 107, 'Palmas Arborea', 398763900, 86458300, 0),
(122192, 1020, 107, 'Samatzai', 394844400, 90336100, 0),
(122193, 1020, 107, 'Samugheo', 399488900, 89411100, 0),
(122194, 1020, 107, 'San Teodoro d''Ovidde', 407703700, 96734400, 0),
(122195, 1020, 107, 'Sant''Anna Arresi', 390019400, 86413900, 0),
(122196, 1020, 107, 'Santa Teresa Gallura', 412413800, 91885200, 0),
(122197, 1020, 107, 'Silanus', 402876600, 88917300, 0),
(122198, 1020, 107, 'Siurgus Donigala', 396008300, 91872200, 0),
(122199, 1020, 107, 'Solarussa', 399552800, 86722200, 0),
(122200, 1020, 107, 'Soleminis', 393469400, 91825000, 0),
(122201, 1020, 107, 'Tresnuraghea', 402517500, 85198200, 0),
(122202, 1020, 107, 'Uta', 392883300, 89583300, 0),
(122203, 1020, 107, 'Villanova Monteleone', 405025000, 84691700, 0),
(122204, 1020, 107, 'Villaurbana', 398863900, 87791700, 0),
(122205, 1021, 107, 'Aci Trezza', 375638600, 151613600, 0),
(122206, 1021, 107, 'Ali Terme', 380050600, 154226900, 0),
(122207, 1021, 107, 'Antillo', 379772600, 152447900, 0),
(122208, 1021, 107, 'Calatabiano', 378208600, 152279900, 0),
(122209, 1021, 107, 'Capri Leone', 380862600, 147287700, 0),
(122210, 1021, 107, 'Castel di Lucio', 378864500, 143121700, 0),
(122211, 1021, 107, 'Castell''Umberto', 380850600, 148069800, 0),
(122212, 1021, 107, 'Cattolica Eraclea', 374408400, 133920500, 0),
(122213, 1021, 107, 'Fiumedinisi', 380259600, 153809900, 0),
(122214, 1021, 107, 'Geraci Siculo', 378597500, 141535600, 0),
(122215, 1021, 107, 'Gibellina', 378070400, 128695400, 0),
(122216, 1021, 107, 'Gualtieri Sicamino', 381626700, 153169900, 0),
(122217, 1021, 107, 'Maniace', 378830600, 147980800, 0),
(122218, 1021, 107, 'Mazzarra Sant''Andrea', 380884600, 151335800, 0),
(122219, 1021, 107, 'Monforte San Giorgio', 381564700, 153812900, 0),
(122220, 1021, 107, 'Montagnareale', 381321600, 149465800, 0),
(122221, 1021, 107, 'Pagliara', 379854600, 153596900, 0),
(122222, 1021, 107, 'Piana degli Albanesi', 379979500, 132797400, 0),
(122223, 1021, 107, 'Raccuia', 380552600, 149095800, 0),
(122224, 1021, 107, 'San Giuseppe Iato', 379733500, 131881400, 0),
(122225, 1021, 107, 'San Mauro Castelverde', 379154500, 141895600, 0),
(122226, 1021, 107, 'San Michele di Ganzaria', 372814400, 144254800, 0),
(122227, 1021, 107, 'Sant''Alfio', 377423600, 151417900, 0),
(122228, 1021, 107, 'Sant''Angelo di Brolo', 381134600, 148834800, 0),
(122229, 1021, 107, 'Santo Stefano di Camastra', 380145600, 143485700, 0),
(122230, 1021, 107, 'Saponara Villafranca', 381943700, 154327900, 0),
(122231, 1022, 107, 'Bagni di Lucca', 440086500, 105785000, 0),
(122232, 1022, 107, 'Borgo a Buggiano', 438754500, 107335100, 0),
(122233, 1022, 107, 'Casola in Lunigiana', 442004500, 101767900, 0),
(122234, 1022, 107, 'Civitella Marittima', 430000000, 112833300, 0),
(122235, 1022, 107, 'Lorenzana', 435387400, 105308100, 0),
(122236, 1022, 107, 'Podenzana', 442062500, 99419900, 0),
(122237, 1022, 107, 'San Quirico d''Orcia', 430566400, 116048400, 0),
(122238, 1022, 107, 'Semproniano', 427292300, 115413400, 0),
(122239, 1023, 107, 'Aldeno', 459781000, 110933800, 0),
(122240, 1023, 107, 'Bagni di Rabbi', 464003100, 108456700, 0),
(122241, 1023, 107, 'Barbiano - Barbian', 466033200, 115213800, 0),
(122242, 1023, 107, 'Caldes', 463661100, 109416700, 0),
(122243, 1023, 107, 'Campodenno', 462579100, 110331700, 0),
(122244, 1023, 107, 'Castello Tesino', 460635100, 116323900, 0),
(122245, 1023, 107, 'Castello di Fiemme', 462824100, 114334800, 0),
(122246, 1023, 107, 'Cermes', 466346200, 111465700, 0),
(122247, 1023, 107, 'Chienes', 468046300, 118417800, 0),
(122248, 1023, 107, 'Dro', 459616000, 109114800, 0),
(122249, 1023, 107, 'Fie', 465167200, 115012800, 0),
(122250, 1023, 107, 'Funes - Villnoess', 466428200, 116782800, 0),
(122251, 1023, 107, 'Grigno', 460160100, 116368900, 0),
(122252, 1023, 107, 'Luson', 467462300, 117609800, 0),
(122253, 1023, 107, 'Marebbe - Enneberg', 466984300, 119350900, 0),
(122254, 1023, 107, 'Molina di Ledro', 458713000, 107752800, 0),
(122255, 1023, 107, 'Nave San Rocco', 461677100, 111050800, 0),
(122256, 1023, 107, 'Nova Ponente - Deutschnofen', 464140400, 114252300, 0),
(122257, 1023, 107, 'Ora', 463448100, 112953800, 0),
(122258, 1023, 107, 'Prato allo Stelvio', 466190100, 105913600, 0),
(122259, 1023, 107, 'Racines', 468666700, 113000000, 0),
(122260, 1023, 107, 'Revo', 463918100, 110596700, 0),
(122261, 1023, 107, 'Rio di Pusteria', 467978300, 116680800, 0),
(122262, 1023, 107, 'San Giacomo Val di Vizze', 469671300, 116003600, 0),
(122263, 1023, 107, 'San Martino in Badia - St. Martin in Thurn', 418947400, 124839000, 0),
(122264, 1023, 107, 'Scena - Schenna', 466901200, 111862700, 0),
(122265, 1023, 107, 'Selva dei Molini', 468909300, 118601800, 0),
(122266, 1023, 107, 'Senales - Schnals', 467060200, 109084600, 0),
(122267, 1023, 107, 'Siror', 461869100, 118313900, 0),
(122268, 1023, 107, 'Sluderno', 466645100, 105849600, 0),
(122269, 1023, 107, 'Terlago', 460975000, 110457800, 0),
(122270, 1023, 107, 'Tione di Trento', 460360000, 107263700, 0),
(122271, 1023, 107, 'Ton', 462653100, 110879800, 0),
(122272, 1023, 107, 'Valdaora di Sotto', 467691700, 120300000, 0),
(122273, 1023, 107, 'Valle di Casies - Gsies', 467683300, 121793900, 0),
(122274, 1023, 107, 'Vandoies di Sotto', 468000000, 117333300, 0),
(122275, 1023, 107, 'Velturno', 466675200, 115950800, 0),
(122276, 1023, 107, 'Vigo Lomaso', 460166700, 108666700, 0),
(122277, 1023, 107, 'Zambana', 461517000, 110961800, 0),
(122278, 1024, 107, 'Allerona', 428120300, 119730500, 0),
(122279, 1024, 107, 'Attigliano', 425142300, 122924600, 0),
(122280, 1024, 107, 'Castel Viscardo', 427534300, 119984500, 0),
(122281, 1024, 107, 'Cerreto di Spoleto', 428218400, 129192700, 0),
(122282, 1024, 107, 'Citerna', 434982500, 121163400, 0),
(122283, 1024, 107, 'Costacciaro', 433607500, 127121600, 0),
(122284, 1024, 107, 'Fratta Todina', 428568400, 123636600, 0),
(122285, 1024, 107, 'Guardea', 426230300, 123004600, 0),
(122286, 1024, 107, 'Lugnano in Teverina', 425760300, 123327600, 0),
(122287, 1024, 107, 'Monte Santa Maria Tiberina', 434359500, 121622500, 0),
(122288, 1024, 107, 'Otricoli', 424215300, 124772700, 0),
(122289, 1024, 107, 'Sellano', 428887400, 129270700, 0),
(122290, 1024, 107, 'Stroncone', 425023300, 126599700, 0),
(122291, 1024, 107, 'Valfabbrica', 431592500, 126030600, 0),
(122292, 1024, 107, 'Valtopina', 430567400, 127530700, 0),
(122293, 1025, 107, 'Aymavilles', 457017600, 72456000, 0),
(122294, 1025, 107, 'Hone', 456135600, 77385100, 0),
(122295, 1025, 107, 'Nus', 457402600, 74666000, 0),
(122296, 1025, 107, 'Saint-Marcel', 457314600, 74482000, 0),
(122297, 1025, 107, 'Verrayes', 457632600, 75346000, 0),
(122298, 1026, 107, 'Agna', 451685900, 119565100, 0),
(122299, 1026, 107, 'Arsie', 459830100, 117583000, 0),
(122300, 1026, 107, 'Bagnolo di Po', 450154800, 115009100, 0),
(122301, 1026, 107, 'Boschi Sant''Anna', 452176800, 113562000, 0),
(122302, 1026, 107, 'Brentino Belluno', 456568900, 108936800, 0),
(122303, 1026, 107, 'Brogliano', 455891900, 113654900, 0),
(122304, 1026, 107, 'Burano', 454854800, 124169600, 0),
(122305, 1026, 107, 'Canale d''Agordo', 463560200, 119133900, 0),
(122306, 1026, 107, 'Candiana', 452210900, 119891100, 0),
(122307, 1026, 107, 'Candide', 465913900, 125058300, 0),
(122308, 1026, 107, 'Carmignano di Brenta', 456309000, 117065000, 0),
(122309, 1026, 107, 'Ceneselli', 450136800, 113700000, 0),
(122310, 1026, 107, 'Cervarese Santa Croce', 454243900, 116879000, 0),
(122311, 1026, 107, 'Cinto Euganeo', 452747900, 116618100, 0),
(122312, 1026, 107, 'Cismon del Grappa', 459197000, 117309000, 0),
(122313, 1026, 107, 'Concamarise', 452143800, 111452000, 0),
(122314, 1026, 107, 'Enego', 459416000, 117055000, 0),
(122315, 1026, 107, 'Forno di Zoldo', 463455600, 121863900, 0),
(122316, 1026, 107, 'Godega di Sant''Urbano', 459313900, 123972200, 0),
(122317, 1026, 107, 'Isola della Scala', 452721800, 110089900, 0),
(122318, 1026, 107, 'Loreo', 450652800, 121933300, 0),
(122319, 1026, 107, 'Lozzo Cadore', 464841700, 124411100, 0),
(122320, 1026, 107, 'Lugo di Vicenza', 457455000, 115286900, 0),
(122321, 1026, 107, 'Mezzane di Sotto', 454819900, 111272900, 0),
(122322, 1026, 107, 'Monastier di Treviso', 456577800, 124175000, 0),
(122323, 1026, 107, 'Paderno del Grappa', 458286000, 118577000, 0),
(122324, 1026, 107, 'Papozze', 449857800, 120309200, 0),
(122325, 1026, 107, 'Pettorazza Grimani', 451360900, 119868200, 0),
(122326, 1026, 107, 'Rovere Veronese', 455932900, 110699900, 0),
(122327, 1026, 107, 'Salara', 449832800, 114262100, 0),
(122328, 1026, 107, 'San Germano dei Berici', 454017900, 114713000, 0),
(122329, 1026, 107, 'San Pietro di Feletto', 459139100, 122510100, 0),
(122330, 1026, 107, 'San Pietro di Morubio', 452424800, 112270000, 0),
(122331, 1026, 107, 'San Zeno di Montagna', 456374900, 107321800, 0),
(122332, 1026, 107, 'Selva di Progno', 456113900, 111379900, 0),
(122333, 1026, 107, 'Vestenanuova', 455735900, 112284900, 0),
(122334, 1026, 107, 'Villanova di Camposampiero', 454889000, 119747100, 0),
(122335, 1026, 107, 'Vo', 453282900, 116415000, 0),
(122336, 1027, 108, 'Kellits', 181500000, -772333300, 0),
(122337, 1028, 108, 'Sandy Bay', 184485400, -780732100, 0),
(122338, 1030, 108, 'Porus', 180353500, -774116600, 0),
(122339, 1030, 108, 'Williamsfield', 180666700, -774666700, 0),
(122340, 1031, 108, 'Port Antonio', 181799800, -764612100, 0),
(122341, 1032, 108, 'Gordon Town', 180357800, -767178200, 0),
(122342, 1032, 108, 'Mavis Bank', 180333300, -766666700, 0),
(122343, 1033, 108, 'Bamboo', 183921600, -772642900, 0),
(122344, 1035, 108, 'Southfield', 178878000, -776671300, 0),
(122345, 1036, 108, 'Anchovy', 184103000, -779316600, 0),
(122346, 1036, 108, 'Cambridge', 183132600, -779025200, 0),
(122347, 1036, 108, 'Maroon Town', 183446400, -777954400, 0),
(122348, 2858, 108, 'Islington', 183092200, -768548200, 0),
(122349, 2858, 108, 'Port Maria', 183684900, -768894600, 0),
(122350, 2858, 108, 'Richmond', 182439000, -768907800, 0),
(122351, 2859, 108, 'Easington', 179239700, -765882400, 0),
(122352, 2859, 108, 'Seaforth', 179357800, -764573000, 0),
(122353, 1037, 108, 'Duncans', 184680000, -775363300, 0),
(122354, 1038, 108, 'Bluefields', 181660200, -780270200, 0),
(122355, 1039, 109, 'Chiryu', 349955600, 1370450000, 0),
(122356, 1039, 109, 'Gamagori', 348330000, 1372170000, 0),
(122357, 1039, 109, 'Kuroda', 353500000, 1367833300, 0),
(122358, 1039, 109, 'Toyohama', 347000000, 1369333300, 0),
(122359, 1040, 109, 'Katagami', 398832220, 1399885830, 0),
(122360, 1040, 109, 'Kitaakita', 402260280, 1403708060, 0),
(122361, 1040, 109, 'Semboku', 397016700, 1407315000, 0),
(122362, 1041, 109, 'Goshogawara', 408000000, 1404330000, 0),
(122363, 1041, 109, 'Towada', 406170000, 1412000000, 0),
(122364, 1041, 109, 'Tsugaru', 408000000, 1403830000, 0),
(122365, 1042, 109, 'Inzai', 358330000, 1401500000, 0),
(122366, 1042, 109, 'Isumi', 352538900, 1403852800, 0),
(122367, 1042, 109, 'Katsuura', 351500000, 1403170000, 0),
(122368, 1042, 109, 'Kawaguchi', 351000000, 1401000000, 0),
(122369, 1042, 109, 'Minamiboso', 350431390, 1398399720, 0),
(122370, 1042, 109, 'Oami', 355166700, 1403166700, 0),
(122371, 1042, 109, 'Sodegaura', 354330000, 1399500000, 0),
(122372, 1042, 109, 'Tateyama', 350000000, 1398670000, 0),
(122373, 1042, 109, 'Tomisato', 357000000, 1405670000, 0),
(122374, 1043, 109, 'Kamijima-cho', 342500000, 1332000000, 0),
(122375, 1043, 109, 'Kawanoe', 340166700, 1335666700, 0),
(122376, 1043, 109, 'Kihoku-cho', 332559200, 1326834300, 0),
(122377, 1043, 109, 'Ozu', 335000000, 1325500000, 0),
(122378, 1043, 109, 'Seiyo', 333670000, 1325170000, 0),
(122379, 1043, 109, 'Yawatahama', 334670000, 1324170000, 0),
(122380, 1044, 109, 'Awara', 362170000, 1362330000, 0),
(122381, 1044, 109, 'Echizen', 359000000, 1361670000, 0),
(122382, 1044, 109, 'Katsuyama', 360670000, 1365000000, 0),
(122383, 1044, 109, 'Ono', 359777800, 1364905600, 0),
(122384, 1045, 109, 'Buzen', 336170000, 1311330000, 0),
(122385, 1045, 109, 'Chikugo', 332091700, 1305044400, 0),
(122386, 1045, 109, 'Dazaifu', 335170000, 1305170000, 0),
(122387, 1045, 109, 'Fukutsu', 337670000, 1304830000, 0),
(122388, 1045, 109, 'Itoshima', 335538900, 1301977800, 0),
(122389, 1045, 109, 'Kama', 335632500, 1307118060, 0),
(122390, 1045, 109, 'Kawasaki', 336000000, 1308170000, 0),
(122391, 1045, 109, 'Miyama', 331500000, 1304670000, 0),
(122392, 1045, 109, 'Munakata', 338000000, 1305330000, 0),
(122393, 1045, 109, 'Okawa', 332000000, 1303830000, 0),
(122394, 1045, 109, 'Onojo', 335330000, 1304830000, 0),
(122395, 1045, 109, 'Tanushimaru', 333500000, 1306833300, 0),
(122396, 1045, 109, 'Ukiha', 333500000, 1307500000, 0),
(122397, 1045, 109, 'Yame', 331994400, 1305588900, 0),
(122398, 1045, 109, 'Yanagawa', 331597200, 1304080600, 0),
(122399, 1046, 109, 'Aizuwakamatsu', 373000000, 1395500000, 0),
(122400, 1046, 109, 'Minamisoma', 376330000, 1409500000, 0),
(122401, 1046, 109, 'Soma', 377830000, 1409170000, 0),
(122402, 1046, 109, 'Tamura', 374330000, 1405670000, 0),
(122403, 1047, 109, 'Kaizu', 352170000, 1366330000, 0),
(122404, 1047, 109, 'Mino', 355500000, 1369000000, 0),
(122405, 1047, 109, 'Takayama', 361500000, 1372500000, 0),
(122406, 1047, 109, 'Yamagata', 355000000, 1367830000, 0),
(122407, 1048, 109, 'Fujioka', 362500000, 1390833300, 0),
(122408, 1048, 109, 'Kaneko', 364000000, 1390000000, 0),
(122409, 1048, 109, 'Nakanojo', 365833300, 1388500000, 0),
(122410, 1048, 109, 'Shibukawa', 364833300, 1390000000, 0),
(122411, 1049, 109, 'Etajima', 342170000, 1324500000, 0),
(122412, 1049, 109, 'Innoshima', 342833300, 1331833300, 0),
(122413, 1049, 109, 'Shobara', 348544400, 1330191700, 0),
(122414, 1050, 109, 'Abashiri', 440170000, 1442670000, 0),
(122415, 1050, 109, 'Ashibetsu', 435097200, 1421855600, 0),
(122416, 1050, 109, 'Bibai', 433330000, 1418500000, 0),
(122417, 1050, 109, 'Furano', 433500000, 1423830000, 0),
(122418, 1050, 109, 'Hokuto', 418170000, 1406500000, 0),
(122419, 1050, 109, 'Iwanai', 429788900, 1405091700, 0),
(122420, 1050, 109, 'Makubetsu', 429170000, 1433500000, 0),
(122421, 1050, 109, 'Mikasa', 432500000, 1418830000, 0),
(122422, 1050, 109, 'Mombetsu', 443500000, 1433500000, 0),
(122423, 1050, 109, 'Rishiri Town', 451592800, 1411962900, 0),
(122424, 1050, 109, 'Rumoi', 439330000, 1416330000, 0),
(122425, 1050, 109, 'Shibetsu', 435500000, 1419170000, 0),
(122426, 1050, 109, 'Shiraoi', 425500000, 1413500000, 0),
(122427, 1050, 109, 'Shizunai', 423338900, 1423669400, 0),
(122428, 1050, 109, 'Takikawa', 435500000, 1419170000, 0),
(122429, 1050, 109, 'Utashinai', 435170000, 1420330000, 0),
(122430, 1051, 109, 'Asago', 353330000, 1348500000, 0),
(122431, 1051, 109, 'Awaji', 344330000, 1349170000, 0),
(122432, 1051, 109, 'Fukura', 342500000, 1347166700, 0),
(122433, 1051, 109, 'Kasai', 349330000, 1348330000, 0),
(122434, 1051, 109, 'Minamiawaji', 343000000, 1347830000, 0),
(122435, 1051, 109, 'Shiso', 350000000, 1345500000, 0),
(122436, 1051, 109, 'Tamba', 351830000, 1350330000, 0),
(122437, 1051, 109, 'Tatsuno', 348508300, 1345452800, 0),
(122438, 1051, 109, 'Yabu', 354000000, 1347670000, 0),
(122439, 1052, 109, 'Daigo', 367670000, 1403500000, 0),
(122440, 1052, 109, 'Hokota', 361670000, 1405170000, 0),
(122441, 1052, 109, 'Ishioka', 361830000, 1402830000, 0),
(122442, 1052, 109, 'Kasumigaura', 361500000, 1402330000, 0),
(122443, 1052, 109, 'Katsuta', 363833300, 1405333300, 0),
(122444, 1052, 109, 'Omitama', 362330000, 1403500000, 0),
(122445, 1052, 109, 'Sakuragawa', 363330000, 1400830000, 0),
(122446, 1052, 109, 'Shimotsuma', 361830000, 1399670000, 0),
(122447, 1053, 109, 'Kahoku', 367170000, 1367000000, 0),
(122448, 1053, 109, 'Suzu', 374330000, 1372670000, 0),
(122449, 1054, 109, 'Hachimantai', 399170000, 1410830000, 0),
(122450, 1054, 109, 'Kamaishi', 392670000, 1418830000, 0),
(122451, 1054, 109, 'Kuji', 401830000, 1417670000, 0),
(122452, 1054, 109, 'Ninohe', 402670000, 1413000000, 0),
(122453, 1054, 109, 'Rikuzentakata', 390170000, 1416330000, 0),
(122454, 1055, 109, 'Mitoyo', 341500000, 1337000000, 0),
(122455, 1055, 109, 'Sanuki', 343200000, 1341794400, 0),
(122456, 1055, 109, 'Shido', 343233300, 1341733300, 0),
(122457, 1055, 109, 'Tonosho', 344830000, 1341830000, 0),
(122458, 1056, 109, 'Akune', 320170000, 1302170000, 0),
(122459, 1056, 109, 'Hamanoichi', 317166700, 1307333300, 0),
(122460, 1056, 109, 'Isa', 320572200, 1306130600, 0),
(122461, 1056, 109, 'Nishinoomote', 306830000, 1310170000, 0),
(122462, 1056, 109, 'Shibushi', 315000000, 1310500000, 0),
(122463, 1057, 109, 'Minamiashigara', 353170000, 1391000000, 0),
(122464, 1058, 109, 'Aki', 335000000, 1339000000, 0),
(122465, 1058, 109, 'Ino', 335500000, 1334330000, 0),
(122466, 1058, 109, 'Kami', 336000000, 1336830000, 0),
(122467, 1058, 109, 'Konan', 335670000, 1337000000, 0),
(122468, 1058, 109, 'Muroto', 332830000, 1341500000, 0),
(122469, 1058, 109, 'Nankoku', 335830000, 1336330000, 0),
(122470, 1058, 109, 'Sukumo', 329330000, 1327170000, 0),
(122471, 1058, 109, 'Susaki', 334000000, 1332830000, 0),
(122472, 1058, 109, 'Tosa', 335000000, 1334330000, 0),
(122473, 1059, 109, 'Arao', 329833300, 1304352800, 0),
(122474, 1059, 109, 'Aso', 329483300, 1311238900, 0),
(122475, 1059, 109, 'Kami-amakusa', 325000000, 1304170000, 0),
(122476, 1059, 109, 'Koshi', 328830000, 1307830000, 0),
(122477, 1059, 109, 'Minamata', 322170000, 1304000000, 0),
(122478, 1059, 109, 'Ozu', 328670000, 1308670000, 0),
(122479, 1060, 109, 'Ayabe', 353000000, 1352670000, 0),
(122480, 1060, 109, 'Joyo', 348497200, 1357827800, 0),
(122481, 1060, 109, 'Kyotango', 356170000, 1351330000, 0),
(122482, 1060, 109, 'Miyazu', 355330000, 1352000000, 0),
(122483, 1060, 109, 'Nantan', 351000000, 1354670000, 0),
(122484, 1061, 109, 'Iga', 347670000, 1361330000, 0),
(122485, 1061, 109, 'Owase', 340670000, 1361830000, 0),
(122486, 1062, 109, 'Higashimatsushima', 384170000, 1412000000, 0),
(122487, 1062, 109, 'Ishinomaki', 384170000, 1413000000, 0),
(122488, 1062, 109, 'Kakuda', 379830000, 1407670000, 0),
(122489, 1062, 109, 'Kesennuma', 388830000, 1415830000, 0),
(122490, 1062, 109, 'Kurihara', 387170000, 1410170000, 0),
(122491, 1062, 109, 'Marumori', 379170000, 1407670000, 0),
(122492, 1062, 109, 'Tome', 386500000, 1412830000, 0),
(122493, 1062, 109, 'Wakuya', 385330000, 1411330000, 0),
(122494, 1063, 109, 'Ebino', 320330000, 1308170000, 0),
(122495, 1063, 109, 'Hyuga', 324170000, 1316170000, 0),
(122496, 1063, 109, 'Kushima', 314680600, 1312466700, 0),
(122497, 1063, 109, 'Nichinan', 316170000, 1313170000, 0),
(122498, 1063, 109, 'Takanabe', 321305600, 1315102800, 0),
(122499, 1063, 109, 'Tsuma', 321000000, 1314000000, 0),
(122500, 1065, 109, 'Iki', 337670000, 1297170000, 0),
(122501, 1065, 109, 'Matsuura', 333330000, 1297170000, 0),
(122502, 1065, 109, 'Minamishimabara', 326670000, 1303000000, 0),
(122503, 1065, 109, 'Omura', 329000000, 1299583300, 0),
(122504, 1065, 109, 'Saikai', 329330000, 1296500000, 0),
(122505, 1065, 109, 'Shimabara', 327670000, 1303330000, 0),
(122506, 1065, 109, 'Togitsu', 328330000, 1298500000, 0),
(122507, 1065, 109, 'Unzen', 328330000, 1301830000, 0),
(122508, 1066, 109, 'Katsuragi', 344830000, 1357330000, 0),
(122509, 1066, 109, 'Uda', 345170000, 1359670000, 0),
(122510, 1066, 109, 'Yamatotakada', 345170000, 1357330000, 0),
(122511, 1067, 109, 'Gosen', 377500000, 1391830000, 0),
(122512, 1067, 109, 'Ryotsu', 380833300, 1384333300, 0),
(122513, 1067, 109, 'Tainai', 380670000, 1394170000, 0),
(122514, 1067, 109, 'Uonuma', 372330000, 1389670000, 0),
(122515, 1068, 109, 'Bungo-ono', 329830000, 1315830000, 0),
(122516, 1068, 109, 'Bungotakada', 335500000, 1314500000, 0),
(122517, 1068, 109, 'Hiji', 333670000, 1315330000, 0),
(122518, 1068, 109, 'Kunisaki', 335652800, 1317311100, 0),
(122519, 1068, 109, 'Taketa', 329670000, 1314000000, 0),
(122520, 1068, 109, 'Usa', 335319720, 1313495450, 0),
(122521, 1068, 109, 'Yufu', 331830000, 1314330000, 0),
(122522, 1069, 109, 'Bizen', 347500000, 1341830000, 0),
(122523, 1069, 109, 'Maniwa', 350830000, 1336830000, 0),
(122524, 1069, 109, 'Mimasaka', 350086100, 1341486100, 0),
(122525, 1070, 109, 'Ishigaki', 243405600, 1241555600, 0),
(122526, 1070, 109, 'Nanjo', 261444400, 1277669400, 0),
(122527, 1070, 109, 'Tomigusuku', 261611100, 1276688900, 0),
(122528, 1070, 109, 'Yonakuni', 244666700, 1230000000, 0),
(122529, 1071, 109, 'Hannan', 348500000, 1356000000, 0),
(122530, 1072, 109, 'Ogi', 332500000, 1302000000, 0),
(122531, 1073, 109, 'Hanyu', 361670000, 1395500000, 0),
(122532, 1073, 109, 'Hidaka', 359000000, 1393330000, 0),
(122533, 1073, 109, 'Misato', 358333330, 1398666670, 0),
(122534, 1073, 109, 'Sugito', 360330000, 1397330000, 0),
(122535, 1073, 109, 'Yorii', 361170000, 1392000000, 0),
(122536, 1074, 109, 'Hino', 350170000, 1362500000, 0),
(122537, 1074, 109, 'Maibara', 353170000, 1362830000, 0),
(122538, 1074, 109, 'Takashima', 353500000, 1360330000, 0),
(122539, 1074, 109, 'Yasu', 350670000, 1360330000, 0),
(122540, 1075, 109, 'Oda', 351830000, 1325000000, 0),
(122541, 1075, 109, 'Unnan', 352830000, 1329000000, 0),
(122542, 1076, 109, 'Heda', 349666700, 1387666700, 0),
(122543, 1076, 109, 'Izu', 349830000, 1389500000, 0),
(122544, 1076, 109, 'Kanaya', 348166700, 1381333300, 0),
(122545, 1076, 109, 'Oyama', 353670000, 1389830000, 0),
(122546, 1076, 109, 'Shimada', 348330000, 1381830000, 0),
(122547, 1077, 109, 'Motegi', 365322200, 1401877800, 0),
(122548, 1077, 109, 'Nasukarasuyama', 366500000, 1401500000, 0),
(122549, 1078, 109, 'Awa', 340788900, 1342383300, 0),
(122550, 1078, 109, 'Mima', 340500000, 1341670000, 0),
(122551, 1078, 109, 'Miyoshi', 340233300, 1338108300, 0),
(122552, 1081, 109, 'Himi', 368500000, 1369830000, 0),
(122553, 1081, 109, 'Kurobe', 368670000, 1374500000, 0),
(122554, 1081, 109, 'Namerikawa', 367670000, 1373330000, 0),
(122555, 1081, 109, 'Nanto', 365850000, 1369225000, 0),
(122556, 1081, 109, 'Oyabe', 366725000, 1368716700, 0),
(122557, 1083, 109, 'Kaminoyama', 381500000, 1402670000, 0),
(122558, 1083, 109, 'Nanyo', 380500000, 1401500000, 0),
(122559, 1083, 109, 'Obanazawa', 386000000, 1404000000, 0),
(122560, 1084, 109, 'Hikari', 339619400, 1319422200, 0),
(122561, 1084, 109, 'Mine', 341630600, 1312083300, 0),
(122562, 1084, 109, 'Yanai', 339670000, 1321170000, 0),
(122563, 1085, 109, 'Fujikawaguchiko', 355000000, 1387500000, 0),
(122564, 1085, 109, 'Fujiyoshida', 354830000, 1388000000, 0),
(122565, 1085, 109, 'Hokuto', 357830000, 1384330000, 0),
(122566, 1085, 109, 'Minami-Arupusu', 356000000, 1384670000, 0),
(122567, 1085, 109, 'Tsuru', 355508300, 1389058300, 0),
(122568, 1089, 111, 'Yarqa', 319784500, 356947300, 0),
(122569, 1090, 111, 'Al Qasr', 313144400, 357450000, 0),
(122570, 1091, 111, 'Umm al Qittayn', 323156300, 366294400, 0),
(122571, 3075, 111, 'Busayra', 307376000, 356077500, 0),
(122572, 1093, 111, '''Ajlun', 323338500, 357523800, 0),
(122573, 1093, 111, 'Bayt Yafa', 325173700, 357883000, 0),
(122574, 1093, 111, 'Dayr Yusuf', 324911600, 357987300, 0),
(122575, 1093, 111, 'Judayta', 324079200, 357080200, 0),
(122576, 1093, 111, 'Kafr Asad', 325982800, 357124000, 0),
(122577, 1093, 111, 'Kharja', 326587300, 358869700, 0),
(122578, 1093, 111, 'Kitim', 324383200, 358956300, 0),
(122579, 1093, 111, 'Qumaym', 325713400, 357326900, 0),
(122580, 1093, 111, 'Waqqas', 325427000, 356053300, 0),
(122581, 1094, 111, 'Al Quwayrah', 298004500, 353116000, 0),
(122582, 1094, 111, 'Qir Moav', 311824800, 356999900, 0),
(122583, 1096, 112, 'Ush-Tyube', 452422200, 779822200, 0),
(122584, 1098, 112, 'Birlestik', 535827800, 683541700, 0),
(122585, 1098, 112, 'Yereymentau', 516213900, 731069400, 0),
(122586, 1098, 112, 'Zholymbet', 517433300, 717122200, 0),
(122587, 1099, 112, 'Shubarshi', 485872200, 571869400, 0),
(122588, 1101, 112, 'Balyqshy', 470666700, 518666700, 0),
(122589, 1101, 112, 'Maloye Ganyushkino', 466000000, 492666700, 0),
(122590, 1101, 112, 'Qulsary', 469530700, 540197800, 0),
(122591, 1101, 112, 'Zhumysker', 493333300, 494000000, 0),
(122592, 3076, 112, 'Baykonyr', 456166700, 633166700, 0),
(122593, 1102, 112, 'Belusovka', 501338900, 825238900, 0),
(122594, 1102, 112, 'Urzhar', 470883300, 816308300, 0),
(122595, 1102, 112, 'Zhanga Buqtyrma', 496352800, 835233300, 0),
(122596, 1103, 112, 'Taushyq', 443566700, 513536100, 0),
(122597, 1104, 112, 'Burabay', 530838200, 703137900, 0),
(122598, 1104, 112, 'Novoishimskiy', 531980600, 667694400, 0),
(122599, 1104, 112, 'Shchuchinsk', 529333300, 702000000, 0),
(122600, 1105, 112, 'Qalqaman', 519525000, 760211100, 0),
(122601, 1106, 112, 'Aqsu-Ayuly', 487663900, 736722200, 0),
(122602, 1106, 112, 'Balqash', 468480600, 749950000, 0),
(122603, 1106, 112, 'Qarazhal', 480077800, 707902800, 0),
(122604, 1106, 112, 'Qarqaraly', 494058300, 754741700, 0),
(122605, 1106, 112, 'Qushoqy', 502338900, 734025000, 0),
(122606, 1106, 112, 'Saryshaghan', 461191700, 736191700, 0),
(122607, 1106, 112, 'Sorang', 497800000, 728505600, 0),
(122608, 1106, 112, 'Tokarevka', 501191700, 731655600, 0),
(122609, 1107, 112, 'Komsomolets', 537452800, 620708300, 0),
(122610, 1107, 112, 'Zhetiqara', 521908300, 612005600, 0),
(122611, 1108, 112, 'Tasboget', 447727800, 655525000, 0),
(122612, 1109, 112, 'Bayaldyr', 428333300, 683166700, 0),
(122613, 1109, 112, 'Ilyich', 408463900, 685066700, 0),
(122614, 1109, 112, 'Qazyqurt', 417588900, 693863900, 0),
(122615, 1109, 112, 'Saryaghash', 414500000, 691666700, 0),
(122616, 1110, 112, 'Dzhangala', 492166700, 503333300, 0),
(122617, 1111, 112, 'Granitogorsk', 427461100, 734647200, 0),
(122618, 1111, 112, 'Lugovoy', 429472200, 727644400, 0),
(122619, 1111, 112, 'Oytal', 429072200, 732736100, 0),
(122620, 1113, 113, 'Sawa Sawa', -44716600, 394846300, 0),
(122621, 1114, 113, 'Mwingi', -9343500, 380600500, 0),
(122622, 1117, 113, 'Ahero', -1746200, 349163000, 0),
(122623, 1117, 113, 'Homa Bay', -5273100, 344571400, 0),
(122624, 1118, 113, 'Rumuruti', 2669900, 365388600, 0),
(122625, 1119, 113, 'Malikisi', 6769400, 344216700, 0),
(122626, 1146, 118, 'Belovodskoe', 428294400, 741083000, 0),
(122627, 1146, 118, 'Ivanovka', 428877800, 750850000, 0),
(122628, 1146, 118, 'Kara-Balta', 428142300, 738481300, 0),
(122629, 1146, 118, 'Staraya Pokrovka', 428197300, 752823300, 0),
(122630, 2861, 118, 'Bazar-Kurgan', 410343200, 727372900, 0),
(122631, 2861, 118, 'Toktogul', 418707900, 729402000, 0),
(122632, 1148, 118, 'Kyzyl-Kyya', 402544100, 721260100, 0),
(122633, 1148, 118, 'Uzkend', 407709100, 733018300, 0),
(122634, 1149, 118, 'Ivano-Alekseevka', 425476200, 722090400, 0),
(122635, 1150, 118, 'Cholpon-Ata', 426494400, 770822500, 0),
(122636, 1150, 118, 'Kadzhi-Say', 421410700, 771784800, 0),
(122637, 3077, 119, 'Attapu', 148000000, 1068333300, 0),
(122638, 3077, 119, 'Sanaxy', 150220700, 1072601600, 0),
(122639, 3078, 119, 'Ban Houayxay', 202775000, 1004127800, 0),
(122640, 1152, 119, 'Champasak', 148833300, 1058666700, 0),
(122641, 1152, 119, 'Pakxong', 151833300, 1062333300, 0),
(122642, 3079, 119, 'Huameung', 201489500, 1038589500, 0),
(122643, 3079, 119, 'Xamtay', 199451500, 1045172200, 0),
(122644, 3080, 119, 'Salavan', 157166700, 1064166700, 0),
(122645, 1156, 119, 'Muang Phon-Hong', 184927800, 1024172200, 0),
(122646, 3081, 119, 'Ban Houakhoua', 202452800, 1004547200, 0),
(122647, 1159, 119, 'Muang Phonsavan', 194500000, 1032166700, 0),
(122648, 3082, 120, 'Aizpute', 567166700, 216000000, 0),
(122649, 3083, 120, 'Baltinava', 569500000, 276500000, 0),
(122650, 3084, 120, 'Broceni', 567000000, 225333300, 0),
(122651, 3085, 120, 'Cesvaine', 569666700, 263166700, 0),
(122652, 1171, 120, 'Auce', 564598100, 229016900, 0),
(122653, 3086, 120, 'Iecava', 565986100, 242022200, 0),
(122654, 3087, 120, 'Jaunjelgava', 566166700, 250833300, 0),
(122655, 1190, 120, 'Jumprava', 566761300, 249721000, 0),
(122656, 1196, 120, 'Baldone', 567427800, 243944400, 0),
(122657, 3088, 120, 'Roja', 575000000, 228166700, 0),
(122658, 3089, 120, 'Pilsrundale', 564166700, 240000000, 0),
(122659, 3090, 120, 'Loja', 571544400, 246444400, 0),
(122660, 1201, 120, 'Valdemarpils', 573706800, 225918800, 0),
(122661, 1204, 120, 'Rujiena', 578975200, 253315500, 0),
(122662, 1208, 121, 'El Hermel', 343941700, 363847200, 0),
(122663, 1212, 121, 'Jezzine', 335416700, 355844400, 0),
(122664, 1213, 121, 'Bhamdoun', 337950000, 356511100, 0),
(122665, 1214, 121, 'Ain Ebel', 331102300, 354025100, 0),
(122666, 1214, 121, 'Bent Jbail', 331194400, 354333300, 0),
(122667, 1214, 121, 'Marjayoun', 333602800, 355911100, 0),
(122668, 3091, 124, 'Gharyan', 321722200, 130202800, 0),
(122669, 1223, 124, 'Tarhuna', 324350200, 136332000, 0),
(122670, 1223, 124, 'Zlitan', 324673800, 145687400, 0),
(122671, 1226, 124, 'Sabratah', 327933500, 124884500, 0),
(122672, 1229, 124, 'Bani Walid', 317566200, 139942200, 0),
(122673, 3092, 124, 'Nalut', 318684800, 109812000, 0),
(122674, 3093, 125, 'Schellenberg', 472312300, 95467800, 0),
(122675, 1241, 126, 'Daugai', 543666700, 243333300, 0),
(122676, 1241, 126, 'Simnas', 544000000, 236500000, 0),
(122677, 1242, 126, 'Jieznas', 546000000, 241666700, 0),
(122678, 1242, 126, 'Kulautuva', 549333300, 236000000, 0),
(122679, 1242, 126, 'Vilkija', 550500000, 235833300, 0),
(122680, 1243, 126, 'Rusne', 552963900, 213758300, 0),
(122681, 1243, 126, 'Sventoji', 560333300, 210833300, 0),
(122682, 1245, 126, 'Juodupe', 560833300, 256166700, 0),
(122683, 1246, 126, 'Linkuva', 560855600, 239725000, 0),
(122684, 1246, 126, 'Vieksniai', 562333300, 225166700, 0),
(122685, 1246, 126, 'Zagare', 563591700, 232500000, 0),
(122686, 1250, 126, 'Pabrade', 550000000, 257833300, 0),
(122687, 1250, 126, 'Svencioneliai', 551666700, 260000000, 0),
(122688, 1251, 127, 'Mertzig', 498338900, 60075000, 0),
(122689, 1251, 127, 'Tandel', 498975000, 61833300, 0),
(122690, 1251, 127, 'Vianden', 499350000, 62088900, 0),
(122691, 1252, 127, 'Beaufort', 498358300, 62916700, 0),
(122692, 1252, 127, 'Consdorf', 497730600, 63383300, 0),
(122693, 1252, 127, 'Gonderange', 496888900, 62483300, 0),
(122694, 1253, 127, 'Alzingen', 495650000, 61636100, 0),
(122695, 1253, 127, 'Bridel', 496583300, 60822200, 0),
(122696, 1253, 127, 'Clemency', 495966700, 58758300, 0),
(122697, 1253, 127, 'Crauthem', 495355600, 61469400, 0),
(122698, 1253, 127, 'Differdange', 495241700, 58913900, 0),
(122699, 1253, 127, 'Eischen', 496855600, 58786100, 0),
(122700, 1253, 127, 'Hobscheid', 496886100, 59147200, 0),
(122701, 1253, 127, 'Koerich', 496700000, 59500000, 0),
(122702, 1253, 127, 'Lamadelaine', 495463900, 58563900, 0),
(122703, 1253, 127, 'Lintgen', 497158300, 61336100, 0),
(122704, 1253, 127, 'Mullendorf', 496802800, 61300000, 0),
(122705, 1253, 127, 'Niedercorn', 495361100, 58930600, 0),
(122706, 1253, 127, 'Obercorn', 495136100, 58961100, 0),
(122707, 1253, 127, 'Pontpierre', 495363900, 60294400, 0),
(122708, 1253, 127, 'Rodange', 495463900, 58408300, 0),
(122709, 1253, 127, 'Schouweiler', 495825000, 59563900, 0),
(122710, 1253, 127, 'Schrassig', 496058300, 62588900, 0),
(122711, 3094, 129, 'Bistrica', 409833300, 213666700, 0),
(122712, 1257, 129, 'Dolno Orizari', 410502800, 213794400, 0),
(122713, 1259, 129, 'Bogdanci', 412030600, 225755600, 0),
(122714, 3095, 129, 'Chegrane', 418388900, 209758300, 0),
(122715, 3096, 129, 'Chucher - Sandevo', 421036100, 213822200, 0),
(122716, 3097, 129, 'Delogozda', 412572200, 207236100, 0),
(122717, 3098, 129, 'Lazani', 414422200, 213158300, 0),
(122718, 1270, 129, 'Ilinden', 419961100, 215822200, 0),
(122719, 3099, 129, 'Jegunovce', 420736100, 211236100, 0),
(122720, 3100, 129, 'Kosel', 411744400, 208355600, 0),
(122721, 1280, 129, 'Bucin', 412747200, 213166700, 0),
(122722, 3101, 129, 'Lojane', 422333300, 216650000, 0),
(122723, 3101, 129, 'Matejche', 421255600, 215977800, 0),
(122724, 3101, 129, 'Otlja', 421438900, 215877800, 0),
(122725, 3102, 129, 'Makedonska Kamenica', 420200000, 225919400, 0),
(122726, 3103, 129, 'Murtino', 414152800, 227266700, 0),
(122727, 3104, 129, 'Plasnica', 414672200, 211230600, 0),
(122728, 1294, 129, 'Bojane', 420000000, 211930600, 0),
(122729, 3105, 129, 'Star Dojran', 411875000, 227208300, 0),
(122730, 1302, 129, 'Prsovce', 420836100, 210613900, 0),
(122731, 1303, 129, 'Poroj', 420308300, 209925000, 0),
(122732, 2881, 129, 'Pirava', 413213900, 225297200, 0),
(122733, 2882, 129, 'Vevcani', 412405600, 205933300, 0),
(122734, 1309, 129, 'Nerashte', 421066700, 211088900, 0),
(122735, 3106, 129, 'Vrutok', 417686100, 208391700, 0),
(122736, 2883, 129, 'Stanica Zelenikovo', 418733300, 216030600, 0),
(122737, 3107, 129, 'Zitose', 414208300, 212905600, 0),
(122738, 1312, 130, 'Fenoarivo Be', -184333300, 465666700, 0),
(122739, 1313, 130, 'Andoany', -134000000, 482666700, 0),
(122740, 3108, 131, 'Nsanje', -169199500, 352619900, 0),
(122741, 1326, 132, 'Kelapa Sawit', 16698000, 1035327000, 0),
(122742, 1327, 132, 'Pokok Sena', 61552330, 1005341150, 0),
(122743, 1327, 132, 'Pulau Langkawi', 63500000, 998000000, 0),
(122744, 1328, 132, 'Kampung Pangkal Kalong', 59166700, 1022166700, 0),
(122745, 1331, 132, 'Bemban', 22684000, 1023746000, 0),
(122746, 1334, 132, 'Bidor', 41166700, 1012833300, 0),
(122747, 1338, 132, 'Kinarut', 58231000, 1160466000, 0),
(122748, 1338, 132, 'Kota Belud', 63510000, 1164305000, 0),
(122749, 1340, 132, 'Kampung Dungun', 31947950, 1013111500, 0),
(122750, 3109, 133, 'Thinadhoo', 5333300, 729333300, 0),
(122751, 1356, 137, 'Les Trois-Ilets', 145390000, -610360800, 0),
(122752, 1356, 137, 'Riviere-Pilote', 144774600, -609035000, 0),
(122753, 1356, 137, 'Saint-Esprit', 145500000, -609333300, 0),
(122754, 1356, 137, 'Saint-Joseph', 146679200, -610455800, 0),
(122755, 3110, 138, 'Barkewol', 166403900, -124984900, 0),
(122756, 1359, 139, 'Petite Case Noyale', -203930600, 573650000, 0),
(122757, 1359, 139, 'Tamarin', -203255600, 573705600, 0),
(122758, 1360, 139, 'Bon Accueil', -201708300, 576563900, 0),
(122759, 1360, 139, 'Grande Riviere Sud Est', -202861100, 577758300, 0),
(122760, 1360, 139, 'Mare La Chaux', -201980600, 577494400, 0),
(122761, 1360, 139, 'Poste de Flacq', -201630600, 577305600, 0),
(122762, 1360, 139, 'Quatre Cocos', -202077800, 577625000, 0),
(122763, 1360, 139, 'Queen Victoria', -202200000, 577075000, 0),
(122764, 1360, 139, 'Saint Julien', -202263900, 576363900, 0),
(122765, 1361, 139, 'Rose Belle', -204002800, 575966700, 0),
(122766, 1363, 139, 'Camp Thorel', -202147200, 576161100, 0),
(122767, 1363, 139, 'Quartier Militaire', -202438900, 575891700, 0),
(122768, 1363, 139, 'Verdun', -202283300, 575438900, 0),
(122769, 1364, 139, 'Creve Coeur', -201911100, 575572200, 0),
(122770, 1364, 139, 'Grande Pointe aux Piments', -200627800, 575130600, 0),
(122771, 1367, 139, 'Amaury', -201308300, 576591700, 0),
(122772, 1367, 139, 'Cap Malheureux', -199841700, 576141700, 0),
(122773, 1367, 139, 'Cottage', -200597200, 576291700, 0),
(122774, 1367, 139, 'Petit Raffray', -200133300, 576119400, 0),
(122775, 1367, 139, 'Plaines des Roches', -201116700, 576908300, 0),
(122776, 1367, 139, 'Roche Terre', -200186100, 576447200, 0),
(122777, 3111, 139, 'Camp Diable', -204627800, 575788900, 0),
(122778, 3111, 139, 'Chamouny', -204822200, 574661100, 0),
(122779, 3111, 139, 'Chemin Grenier', -204872200, 574655600, 0),
(122780, 3111, 139, 'Grand Bois', -204188900, 575441700, 0),
(122781, 3111, 139, 'Riviere des Anguilles', -204852800, 575508300, 0),
(122782, 3112, 140, 'Bandraboua', -127016700, 451205600, 0),
(122783, 1369, 141, 'San Jose de Gracia', 221500000, -1024166700, 0),
(122784, 1369, 141, 'Tepezala', 222166700, -1021666700, 0),
(122785, 1371, 141, 'Villa Insurgentes', 252625000, -1117752800, 0),
(122786, 1370, 141, 'Colonia Vicente Guerrero', 307500000, -1160000000, 0),
(122787, 1370, 141, 'Estacion Coahuila', 321938900, -1150016700, 0),
(122788, 1370, 141, 'Guadalupe Victoria', 322869400, -1151050000, 0),
(122789, 1370, 141, 'Los Algodones', 327000000, -1147333300, 0),
(122790, 1370, 141, 'Mulege', 268833300, -1119833300, 0),
(122791, 1370, 141, 'Primo Tapia', 322200000, -1169172200, 0),
(122792, 1370, 141, 'San Felipe', 310000000, -1148666700, 0),
(122793, 1370, 141, 'Santa Isabel', 283833300, -1133500000, 0),
(122794, 1372, 141, 'Calkini', 203666700, -900500000, 0),
(122795, 1372, 141, 'Hecelchakan', 201666700, -901333300, 0),
(122796, 1372, 141, 'Hopelchen', 197666700, -898500000, 0),
(122797, 1372, 141, 'Isla de Aguada', 187833300, -914666700, 0),
(122798, 1372, 141, 'Nunkini', 203333300, -901833300, 0),
(122799, 1372, 141, 'Palizada', 182500000, -920833300, 0),
(122800, 1372, 141, 'Pomuch', 201333300, -901833300, 0),
(122801, 1372, 141, 'Sabancuy', 189666700, -911833300, 0),
(122802, 1372, 141, 'Tenabo', 200500000, -902333300, 0),
(122803, 1373, 141, 'Acala', 165666700, -928000000, 0),
(122804, 1373, 141, 'Acapetagua', 152833300, -927000000, 0),
(122805, 1373, 141, 'Alvaro Obregon', 149333300, -924166700, 0),
(122806, 1373, 141, 'Amatan', 173500000, -927500000, 0),
(122807, 1373, 141, 'Angel Albino Corzo', 159166700, -927166700, 0),
(122808, 1373, 141, 'Berriozabal', 168000000, -932666700, 0),
(122809, 1373, 141, 'Bochil', 169833300, -929166700, 0),
(122810, 1373, 141, 'Catazaja', 177250000, -920166700, 0),
(122811, 1373, 141, 'Chiapa de Corzo', 167000000, -930000000, 0),
(122812, 1373, 141, 'Cintalapa de Figueroa', 167333300, -937166700, 0),
(122813, 1373, 141, 'Copainala', 170833300, -932000000, 0),
(122814, 1373, 141, 'El Bosque', 170666700, -927333300, 0),
(122815, 1373, 141, 'El Zapotal', 166000000, -927166700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(122816, 1373, 141, 'Escuintla', 153333300, -926333300, 0),
(122817, 1373, 141, 'Frontera Hidalgo', 147833300, -921666700, 0),
(122818, 1373, 141, 'Huixtla', 151500000, -924666700, 0),
(122819, 1373, 141, 'Ixtacomitan', 174166700, -931000000, 0),
(122820, 1373, 141, 'Jiquipilas', 166666700, -936500000, 0),
(122821, 1373, 141, 'Jitotol', 170333300, -928666700, 0),
(122822, 1373, 141, 'La Libertad', 145911100, -921936100, 0),
(122823, 1373, 141, 'La Trinitaria', 161166700, -920500000, 0),
(122824, 1373, 141, 'Las Margaritas', 163166700, -919833300, 0),
(122825, 1373, 141, 'Mazatan', 148666700, -924500000, 0),
(122826, 1373, 141, 'Ocotepec', 172166700, -931500000, 0),
(122827, 1373, 141, 'Ostuacan', 174166700, -933000000, 0),
(122828, 1373, 141, 'Palenque', 175166700, -919666700, 0),
(122829, 1373, 141, 'Petalcingo', 172833300, -924500000, 0),
(122830, 1373, 141, 'Pichucalco', 175166700, -930666700, 0),
(122831, 1373, 141, 'Pijijiapan', 157010500, -932299800, 0),
(122832, 1373, 141, 'Pueblo Nuevo Sitala', 171333300, -924833300, 0),
(122833, 1373, 141, 'Salto de Agua', 176166700, -923666700, 0),
(122834, 1373, 141, 'Socoltenango', 162166700, -922500000, 0),
(122835, 1373, 141, 'Suchiapa', 166166700, -930833300, 0),
(122836, 1373, 141, 'Tapilula', 172333300, -930333300, 0),
(122837, 1373, 141, 'Tecpatan', 171333300, -933000000, 0),
(122838, 1373, 141, 'Tres Picos', 158666700, -935333300, 0),
(122839, 1373, 141, 'Tuxtla Chico', 149500000, -921666700, 0),
(122840, 1373, 141, 'Villa Comaltitlan', 152166700, -925833300, 0),
(122841, 1373, 141, 'Yajalon', 172333300, -923333300, 0),
(122842, 1374, 141, 'Adolfo Lopez Mateos', 284666700, -1073000000, 0),
(122843, 1374, 141, 'Ascencion', 311000000, -1079833300, 0),
(122844, 1374, 141, 'Benito Juarez', 297500000, -1079333300, 0),
(122845, 1374, 141, 'Casas Grandes', 303666700, -1079500000, 0),
(122846, 1374, 141, 'Ciudad Camargo', 276666700, -1051666700, 0),
(122847, 1374, 141, 'Colonia Lazaro Cardenas', 283833300, -1056166700, 0),
(122848, 1374, 141, 'Guadalupe y Calvo', 261000000, -1069666700, 0),
(122849, 1374, 141, 'Ignacio Zaragoza', 283833300, -1072166700, 0),
(122850, 1374, 141, 'Madera', 292000000, -1081166700, 0),
(122851, 1374, 141, 'Naica', 278500000, -1054833300, 0),
(122852, 1374, 141, 'Ojinaga', 295666700, -1044166700, 0),
(122853, 1374, 141, 'Praxedis Guerrero', 313666700, -1060166700, 0),
(122854, 1374, 141, 'Santa Barbara', 268000000, -1058166700, 0),
(122855, 1374, 141, 'Valentin Gomez Farias', 282166700, -1065833300, 0),
(122856, 1374, 141, 'Villa Ahumada', 306166700, -1065166700, 0),
(122857, 1375, 141, 'Allende', 283333300, -1008500000, 0),
(122858, 1375, 141, 'General Cepeda', 253833300, -1014500000, 0),
(122859, 1375, 141, 'Melchor Muzquiz', 278833300, -1015166700, 0),
(122860, 1375, 141, 'Minas de Barroteran', 276333300, -1012833300, 0),
(122861, 1375, 141, 'Ocampo', 273166700, -1024000000, 0),
(122862, 1375, 141, 'Palau', 279166700, -1014166700, 0),
(122863, 1375, 141, 'Parras de la Fuente', 254166700, -1021833300, 0),
(122864, 1375, 141, 'San Buenaventura', 270833300, -1015333300, 0),
(122865, 1375, 141, 'Viesca', 253500000, -1028000000, 0),
(122866, 1375, 141, 'Villa Union', 282166700, -1007166700, 0),
(122867, 1375, 141, 'Zaragoza', 284833300, -1009166700, 0),
(122868, 1376, 141, 'Armeria', 189333300, -1039666700, 0),
(122869, 1376, 141, 'Cofradia', 194333300, -1035500000, 0),
(122870, 1376, 141, 'El Colomo', 190500000, -1042500000, 0),
(122871, 1376, 141, 'La Queseria', 193666700, -1035833300, 0),
(122872, 1376, 141, 'Minatitlan', 193666700, -1040666700, 0),
(122873, 1376, 141, 'Suchitlan', 193666700, -1037166700, 0),
(122874, 1376, 141, 'Tecoman', 189166700, -1038833300, 0),
(122875, 1378, 141, 'Bermejillo', 258833300, -1036166700, 0),
(122876, 1378, 141, 'Canatlan', 245166700, -1047833300, 0),
(122877, 1378, 141, 'Cuencame', 248711100, -1036963900, 0),
(122878, 1378, 141, 'El Salto', 233833300, -1053833300, 0),
(122879, 1378, 141, 'General Vicente Guerrero', 237500000, -1039833300, 0),
(122880, 1378, 141, 'Guadalupe Victoria', 244497200, -1041225000, 0),
(122881, 1378, 141, 'Mapimi', 258166700, -1038500000, 0),
(122882, 1378, 141, 'Nazas', 252333300, -1041333300, 0),
(122883, 1378, 141, 'Nombre de Dios', 238500000, -1042333300, 0),
(122884, 1378, 141, 'Nuevo Ideal', 248875000, -1050727800, 0),
(122885, 1378, 141, 'Panuco de Coronado', 245333300, -1043333300, 0),
(122886, 1378, 141, 'Penon Blanco', 247897200, -1040369400, 0),
(122887, 1378, 141, 'Rodeo', 251833300, -1045500000, 0),
(122888, 1378, 141, 'San Miguel de Papasquiaro', 248325000, -1053363900, 0),
(122889, 1378, 141, 'San Pedro de los Naranjos', 202500000, -1009833300, 0),
(122890, 1378, 141, 'Santa Catarina de Tepehuanes', 253500000, -1057333300, 0),
(122891, 1378, 141, 'Santa Clara', 244750000, -1033569400, 0),
(122892, 1378, 141, 'Tayoltita', 240833300, -1059333300, 0),
(122893, 1378, 141, 'Tlahualilo de Zaragoza', 261166700, -1034500000, 0),
(122894, 1378, 141, 'Villa Ocampo', 264500000, -1055166700, 0),
(122895, 1379, 141, 'Aldama', 208166700, -1013166700, 0),
(122896, 1379, 141, 'Apaseo el Grande', 205666700, -1007000000, 0),
(122897, 1379, 141, 'C. Militar Sarabia', 205091700, -1010925000, 0),
(122898, 1379, 141, 'Cerano', 201166700, -1013833300, 0),
(122899, 1379, 141, 'Cerro Gordo', 205833300, -1011333300, 0),
(122900, 1379, 141, 'Comonfort', 207166700, -1007666700, 0),
(122901, 1379, 141, 'Doctor Mora', 211416700, -1003125000, 0),
(122902, 1379, 141, 'Empalme Escobedo', 206833300, -1007333300, 0),
(122903, 1379, 141, 'Huanimaro', 203666700, -1015000000, 0),
(122904, 1379, 141, 'Jerecuaro', 201500000, -1005166700, 0),
(122905, 1379, 141, 'Rincon de Tamayo', 204166700, -1007500000, 0),
(122906, 1379, 141, 'San Cristobal', 206500000, -1014666700, 0),
(122907, 1379, 141, 'San Diego de la Union', 214666700, -1008666700, 0),
(122908, 1379, 141, 'San Jose Iturbide', 210000000, -1003833300, 0),
(122909, 1379, 141, 'San Jose Temascatio', 206833300, -1012666700, 0),
(122910, 1379, 141, 'San Miguel Octopan', 205666700, -1007333300, 0),
(122911, 1379, 141, 'San Roque', 209666700, -1018500000, 0),
(122912, 1379, 141, 'Santa Ana Pacueco', 203666700, -1020000000, 0),
(122913, 1379, 141, 'Santa Teresa', 209500000, -1013166700, 0),
(122914, 1379, 141, 'Tarimoro', 202833300, -1007500000, 0),
(122915, 1379, 141, 'Uriangato', 201500000, -1011833300, 0),
(122916, 1379, 141, 'Valle de Santiago', 203833300, -1012000000, 0),
(122917, 1379, 141, 'Valtierrilla', 205333300, -1011333300, 0),
(122918, 1379, 141, 'Villagran', 205166700, -1009833300, 0),
(122919, 1379, 141, 'Yerbabuena', 209666700, -1012666700, 0),
(122920, 1379, 141, 'Yuriria', 202000000, -1011500000, 0),
(122921, 1380, 141, 'Acamixtla', 185666700, -995833300, 0),
(122922, 1380, 141, 'Ajuchitlan del Progreso', 181518900, -1004835300, 0),
(122923, 1380, 141, 'Alpoyeca', 176666700, -985166700, 0),
(122924, 1380, 141, 'Apaxtla de Castrejon', 181500000, -998666700, 0),
(122925, 1380, 141, 'Arcelia', 182833300, -1002666700, 0),
(122926, 1380, 141, 'Atliaca', 176500000, -993666700, 0),
(122927, 1380, 141, 'Atoyac de Alvarez', 172000000, -1004333300, 0),
(122928, 1380, 141, 'Azoyu', 167166700, -987333300, 0),
(122929, 1380, 141, 'Buenavista de Cuellar', 184500000, -994166700, 0),
(122930, 1380, 141, 'Chichihualco', 176833300, -996500000, 0),
(122931, 1380, 141, 'Chilapa de Alvarez', 176000000, -991666700, 0),
(122932, 1380, 141, 'Ciudad Altamirano', 183166700, -1006500000, 0),
(122933, 1380, 141, 'Copala', 166500000, -989833300, 0),
(122934, 1380, 141, 'Copalillo', 180333300, -991166700, 0),
(122935, 1380, 141, 'Coyuca de Catalan', 183333300, -1006500000, 0),
(122936, 1380, 141, 'Cruz Grande', 167333300, -991333300, 0),
(122937, 1380, 141, 'Cuajinicuilapa', 164666700, -984166700, 0),
(122938, 1380, 141, 'Cuautepec', 167000000, -990000000, 0),
(122939, 1380, 141, 'Cutzamala de Pinzon', 184666700, -1005666700, 0),
(122940, 1380, 141, 'El Coacoyul', 176166700, -1014333300, 0),
(122941, 1380, 141, 'El Ocotito', 172500000, -995666700, 0),
(122942, 1380, 141, 'Huitziltepec', 178166700, -994666700, 0),
(122943, 1380, 141, 'Huitzuco de los Figueroa', 183000000, -993500000, 0),
(122944, 1380, 141, 'La Union', 179666700, -1018166700, 0),
(122945, 1380, 141, 'Marquelia', 165833300, -988166700, 0),
(122946, 1380, 141, 'Mazatlan', 174500000, -994833300, 0),
(122947, 1380, 141, 'Olinala', 178333300, -988500000, 0),
(122948, 1380, 141, 'Quechultenango', 174166700, -992166700, 0),
(122949, 1380, 141, 'San Jeronimito', 175500000, -1013333300, 0),
(122950, 1380, 141, 'San Jeronimo de Juarez', 171333300, -1004666700, 0),
(122951, 1380, 141, 'San Luis Acatlan', 168166700, -987333300, 0),
(122952, 1380, 141, 'San Marcos', 168000000, -993500000, 0),
(122953, 1380, 141, 'Tecoanapa', 165166700, -987500000, 0),
(122954, 1380, 141, 'Teloloapan', 183500000, -998500000, 0),
(122955, 1380, 141, 'Tepecoacuilco de Trujano', 183000000, -994833300, 0),
(122956, 1380, 141, 'Tierra Colorada', 171666700, -995833300, 0),
(122957, 1380, 141, 'Tlalchapa', 184000000, -1004666700, 0),
(122958, 1380, 141, 'Tres Palos', 181833300, -1016166700, 0),
(122959, 1380, 141, 'Xalpatlahuac', 174666700, -986166700, 0),
(122960, 1380, 141, 'Xaltianguis', 170666700, -998333300, 0),
(122961, 1380, 141, 'Xochihuehuetlan', 179166700, -984333300, 0),
(122962, 1380, 141, 'Xochistlahuaca', 167833300, -982500000, 0),
(122963, 1380, 141, 'Zitlala', 176333300, -990833300, 0),
(122964, 1380, 141, 'Zumpango del Rio', 176500000, -995000000, 0),
(122965, 1381, 141, 'Ajacuba', 200875000, -991125000, 0),
(122966, 1381, 141, 'Almoloya', 197000000, -984000000, 0),
(122967, 1381, 141, 'Atengo', 201666700, -993333300, 0),
(122968, 1381, 141, 'Cardonal', 206000000, -991333300, 0),
(122969, 1381, 141, 'Chapulhuacan', 211666700, -989000000, 0),
(122970, 1381, 141, 'Ciudad Sahagun', 197666700, -985833300, 0),
(122971, 1381, 141, 'Cuautepec de Hinojosa', 200333300, -983000000, 0),
(122972, 1381, 141, 'Doxey', 200833300, -992333300, 0),
(122973, 1381, 141, 'El Arenal', 202333300, -989000000, 0),
(122974, 1381, 141, 'Jacala', 210166700, -991833300, 0),
(122975, 1381, 141, 'Los Reyes', 201500000, -981666700, 0),
(122976, 1381, 141, 'Mineral del Monte', 201333300, -986666700, 0),
(122977, 1381, 141, 'Mixquiahuala', 202333300, -992166700, 0),
(122978, 1381, 141, 'Molango', 207833300, -987166700, 0),
(122979, 1381, 141, 'San Agustin Tlaxiaca', 201166700, -988833300, 0),
(122980, 1381, 141, 'Santa Ana Hueytlalpan', 201833300, -983000000, 0),
(122981, 1381, 141, 'Singuilucan', 199666700, -985166700, 0),
(122982, 1381, 141, 'Tasquillo', 205500000, -993000000, 0),
(122983, 1381, 141, 'Tepatepec', 202333300, -990833300, 0),
(122984, 1381, 141, 'Tepepa', 201333300, -981833300, 0),
(122985, 1381, 141, 'Tetepango', 201000000, -991666700, 0),
(122986, 1381, 141, 'Tezontepec', 198833300, -988166700, 0),
(122987, 1381, 141, 'Tezontepec de Aldama', 202000000, -992666700, 0),
(122988, 1381, 141, 'Tlahuelilpan', 201333300, -992333300, 0),
(122989, 1381, 141, 'Tlanalapan', 198166700, -986000000, 0),
(122990, 1381, 141, 'Tlanchinol', 209833300, -986500000, 0),
(122991, 1381, 141, 'Tlaxcoapan', 200833300, -992166700, 0),
(122992, 1381, 141, 'Zapotlan de Juarez', 199666700, -988500000, 0),
(122993, 1381, 141, 'Zimapan', 207500000, -993500000, 0),
(122994, 1382, 141, 'Acatic', 207833300, -1028833300, 0),
(122995, 1382, 141, 'Ahualulco de Mercado', 207013700, -1039746100, 0),
(122996, 1382, 141, 'Amacuzac', 185833300, -993500000, 0),
(122997, 1382, 141, 'Ayutla', 201166700, -1043333300, 0),
(122998, 1382, 141, 'Cajititlan', 204333300, -1033166700, 0),
(122999, 1382, 141, 'Casimiro Castillo', 196000000, -1044333300, 0),
(123000, 1382, 141, 'Cihuatlan', 192366000, -1045651200, 0),
(123001, 1382, 141, 'Colotlan', 221000000, -1032666700, 0),
(123002, 1382, 141, 'Concepcion de Buenos Aires', 199666700, -1032666700, 0),
(123003, 1382, 141, 'Cuitzeo', 203333300, -1027833300, 0),
(123004, 1382, 141, 'Cuyutlan', 204166700, -1034000000, 0),
(123005, 1382, 141, 'Degollado', 204670200, -1021497600, 0),
(123006, 1382, 141, 'El Arenal', 207833300, -1037000000, 0),
(123007, 1382, 141, 'El Crucero de Santa Maria', 203831700, -1038613100, 0),
(123008, 1382, 141, 'El Grullo', 198000000, -1042166700, 0),
(123009, 1382, 141, 'El Limon', 198166700, -1041833300, 0),
(123010, 1382, 141, 'El Quince', 205333300, -1032833300, 0),
(123011, 1382, 141, 'El Refugio', 206666700, -1037333300, 0),
(123012, 1382, 141, 'Encarnacion de Diaz', 215166700, -1022333300, 0),
(123013, 1382, 141, 'Hostotipaquillo', 210666700, -1040666700, 0),
(123014, 1382, 141, 'Huejucar', 223500000, -1032166700, 0),
(123015, 1382, 141, 'Ixtlahuacan de los Membrillos', 203500000, -1031833300, 0),
(123016, 1382, 141, 'Ixtlahuacan del Rio', 208666700, -1032500000, 0),
(123017, 1382, 141, 'Jamay', 203000000, -1027166700, 0),
(123018, 1382, 141, 'Juanacatlan', 205166700, -1031666700, 0),
(123019, 1382, 141, 'Juchitlan', 200833300, -1041166700, 0),
(123020, 1382, 141, 'La Aurora', 205666700, -1031500000, 0),
(123021, 1382, 141, 'La Huerta', 194666700, -1046500000, 0),
(123022, 1382, 141, 'Mascota', 205166700, -1047833300, 0),
(123023, 1382, 141, 'Mexticacan', 212653800, -1027798500, 0),
(123024, 1382, 141, 'Ojuelos de Jalisco', 218666700, -1015833300, 0),
(123025, 1382, 141, 'Pihuamo', 192499100, -1033827500, 0),
(123026, 1382, 141, 'Purificacion', 197173800, -1046053400, 0),
(123027, 1382, 141, 'San Andres Ixtlan', 198166700, -1034666700, 0),
(123028, 1382, 141, 'San Gabriel', 210166700, -1030333300, 0),
(123029, 1382, 141, 'San Jose de Gracia', 206666700, -1025833300, 0),
(123030, 1382, 141, 'San Juan Cosala', 203000000, -1033666700, 0),
(123031, 1382, 141, 'San Juan de Abajo', 208166700, -1051833300, 0),
(123032, 1382, 141, 'San Julian', 210166700, -1021666700, 0),
(123033, 1382, 141, 'San Marcos', 207833300, -1041833300, 0),
(123034, 1382, 141, 'San Pedro Itzican', 203333300, -1029500000, 0),
(123035, 1382, 141, 'Talpa de Allende', 203833300, -1048166700, 0),
(123036, 1382, 141, 'Tapalpa', 199500000, -1037666700, 0),
(123037, 1382, 141, 'Tecalitlan', 194666700, -1033000000, 0),
(123038, 1382, 141, 'Tecolotlan', 202166700, -1040500000, 0),
(123039, 1382, 141, 'Teocaltiche', 214333300, -1025833300, 0),
(123040, 1382, 141, 'Teocuitatlan de Corona', 201166700, -1034000000, 0),
(123041, 1382, 141, 'Teuchitlan', 206833300, -1038666700, 0),
(123042, 1382, 141, 'Tizapan el Alto', 201666700, -1030666700, 0),
(123043, 1382, 141, 'Tonaya', 197833300, -1039666700, 0),
(123044, 1382, 141, 'Tuxpan', 195500000, -1034000000, 0),
(123045, 1382, 141, 'Valle de Guadalupe', 210000000, -1026166700, 0),
(123046, 1382, 141, 'Villa Corona', 204166700, -1036833300, 0),
(123047, 1382, 141, 'Villa Guerrero', 219833300, -1036000000, 0),
(123048, 1382, 141, 'Villa Hidalgo', 216666700, -1026000000, 0),
(123049, 1382, 141, 'Yahualica', 211333300, -1028500000, 0),
(123050, 1382, 141, 'Zacoalco de Torres', 202333300, -1035833300, 0),
(123051, 1383, 141, 'Acambay', 199558300, -998416700, 0),
(123052, 1383, 141, 'Acazulco', 192666700, -994333300, 0),
(123053, 1383, 141, 'Almaya', 192333300, -994166700, 0),
(123054, 1383, 141, 'Amanalco de Becerra', 193166700, -1000166700, 0),
(123055, 1383, 141, 'Ameyalco', 193166700, -994666700, 0),
(123056, 1383, 141, 'Atlatlahuaca', 190669400, -996130600, 0),
(123057, 1383, 141, 'Atlatongo', 196666700, -989000000, 0),
(123058, 1383, 141, 'Atlautla', 190166700, -987833300, 0),
(123059, 1383, 141, 'Axapusco', 197333300, -987500000, 0),
(123060, 1383, 141, 'Ayotusco', 187500000, -998166700, 0),
(123061, 1383, 141, 'Cahuacan', 196391700, -994161100, 0),
(123062, 1383, 141, 'Capulhuac', 191913900, -994669400, 0),
(123063, 1383, 141, 'Cerro La Calera', 191833300, -998166700, 0),
(123064, 1383, 141, 'Chiconcuac', 195500000, -989000000, 0),
(123065, 1383, 141, 'Cocotitlan', 192333300, -988666700, 0),
(123066, 1383, 141, 'Colorines', 192000000, -1001666700, 0),
(123067, 1383, 141, 'Coyotepec', 197750000, -992072200, 0),
(123068, 1383, 141, 'Ecatzingo de Hidalgo', 189333300, -987500000, 0),
(123069, 1383, 141, 'El Oro de Hidalgo', 198000000, -1001333300, 0),
(123070, 1383, 141, 'Hueypoxtla', 199083300, -990800000, 0),
(123071, 1383, 141, 'Jalatlaco', 191788900, -994175000, 0),
(123072, 1383, 141, 'Jaltenco', 197505600, -990955600, 0),
(123073, 1383, 141, 'Jesus del Monte', 191080600, -999944400, 0),
(123074, 1383, 141, 'Joquicingo de Leon Guzman', 190500000, -994666700, 0),
(123075, 1383, 141, 'Juchitepec de Mariano Riva Palacio', 191000000, -988833300, 0),
(123076, 1383, 141, 'Los Reyes Acozac', 197666700, -989833300, 0),
(123077, 1383, 141, 'Luvianos', 189166700, -1004000000, 0),
(123078, 1383, 141, 'Ocotitlan', 192333300, -996166700, 0),
(123079, 1383, 141, 'Ocoyoacac', 192719400, -994588900, 0),
(123080, 1383, 141, 'Otumba de Gomez Farias', 197000000, -987500000, 0),
(123081, 1383, 141, 'Pilcaya', 187333300, -996833300, 0),
(123082, 1383, 141, 'Progreso Industrial', 196286100, -993561100, 0),
(123083, 1383, 141, 'Pueblo Nuevo', 196730600, -996222200, 0),
(123084, 1383, 141, 'Salitrillo', 194333300, -998500000, 0),
(123085, 1383, 141, 'San Agustin Mextepec', 196333300, -999258300, 0),
(123086, 1383, 141, 'San Andres Ocotlan', 191911100, -995866700, 0),
(123087, 1383, 141, 'San Antonio Acahualco', 192769400, -997755600, 0),
(123088, 1383, 141, 'San Antonio Enchisi', 197558300, -998230600, 0),
(123089, 1383, 141, 'San Bartolo Cuautlalpan', 198151000, -990104400, 0),
(123090, 1383, 141, 'San Bartolo del Llano', 195908300, -997438900, 0),
(123091, 1383, 141, 'San Buenaventura', 192688900, -996963900, 0),
(123092, 1383, 141, 'San Dieguito Xochimanca', 194833300, -988166700, 0),
(123093, 1383, 141, 'San Felipe del Progreso', 197127800, -999519400, 0),
(123094, 1383, 141, 'San Francisco Tlalcilalcalpan', 192927800, -997777800, 0),
(123095, 1383, 141, 'San Francisco Zacacalco', 199333300, -989833300, 0),
(123096, 1383, 141, 'San Gaspar Tonatico', 187833300, -996833300, 0),
(123097, 1383, 141, 'San Jose el Vidrio', 196511100, -993766700, 0),
(123098, 1383, 141, 'San Lorenzo Tlacotepec', 198158300, -999113900, 0),
(123099, 1383, 141, 'San Marcos Jilotzingo', 198700000, -990577800, 0),
(123100, 1383, 141, 'San Martin de las Piramides', 197000000, -988333300, 0),
(123101, 1383, 141, 'San Mateo Atarasquillo', 193205600, -994605600, 0),
(123102, 1383, 141, 'San Mateo Tezoquipan', 192166700, -988083300, 0),
(123103, 1383, 141, 'San Mateo Xoloc', 197013900, -992519400, 0),
(123104, 1383, 141, 'San Miguel Tenochtitlan', 197525000, -999308300, 0),
(123105, 1383, 141, 'San Pedro Los Banos', 196675000, -998327800, 0),
(123106, 1383, 141, 'San Pedro Tlaltizapan', 191947200, -995036100, 0),
(123107, 1383, 141, 'San Pedro Tultepec', 192650000, -995138900, 0),
(123108, 1383, 141, 'San Pedro de Abajo', 194794400, -995805600, 0),
(123109, 1383, 141, 'San Salvador Atenco', 195166700, -989166700, 0),
(123110, 1383, 141, 'San Simon de la Laguna', 193000000, -1000833300, 0),
(123111, 1383, 141, 'Santa Gertrudis', 197333300, -993666700, 0),
(123112, 1383, 141, 'Santa Maria del Monte', 192877800, -998227800, 0),
(123113, 1383, 141, 'Santiago Acutzilapan', 197833300, -996833300, 0),
(123114, 1383, 141, 'Santiago Tilapa', 191858300, -994233300, 0),
(123115, 1383, 141, 'Santo Domingo de Guzman', 195883300, -997747200, 0),
(123116, 1383, 141, 'Soyaniquilpan', 199833300, -995000000, 0),
(123117, 1383, 141, 'Sultepec de Pedro Ascencio de Alquisiras', 188666700, -999500000, 0),
(123118, 1383, 141, 'Temamatla', 192000000, -988833300, 0),
(123119, 1383, 141, 'Temascalapa', 198333300, -989000000, 0),
(123120, 1383, 141, 'Temascalcingo', 199166700, -1000000000, 0),
(123121, 1383, 141, 'Temoaya', 194708300, -995911100, 0),
(123122, 1383, 141, 'Tenango de Arista', 191016700, -995930600, 0),
(123123, 1383, 141, 'Tequixquiac', 199080600, -991475000, 0),
(123124, 1383, 141, 'Totocuitlapilco', 192333300, -995833300, 0),
(123125, 1383, 141, 'Valle de Bravo', 191833300, -1001333300, 0),
(123126, 1383, 141, 'Villa Victoria', 194419400, -999986100, 0),
(123127, 1383, 141, 'Xonacatlan', 194022200, -995325000, 0),
(123128, 1383, 141, 'Zacualpan', 187166700, -997833300, 0),
(123129, 1383, 141, 'Zaragoza de Guadalupe', 191458300, -996472200, 0),
(123130, 1383, 141, 'Zolotepec', 194158300, -994944400, 0),
(123131, 1383, 141, 'Zumpahuacan', 189000000, -995500000, 0),
(123132, 1384, 141, 'Acuitzio del Canje', 194833300, -1013333300, 0),
(123133, 1384, 141, 'Aguililla', 187333300, -1027333300, 0),
(123134, 1384, 141, 'Ario de Rayon', 200333300, -1023500000, 0),
(123135, 1384, 141, 'Ario de Rosales', 192000000, -1017166700, 0),
(123136, 1384, 141, 'Benito Juarez', 192333300, -1004666700, 0),
(123137, 1384, 141, 'Brisenas', 202666700, -1025666700, 0),
(123138, 1384, 141, 'Buenavista Tomatlan', 192000000, -1026000000, 0),
(123139, 1384, 141, 'Buenos Aires', 190666700, -1021666700, 0),
(123140, 1384, 141, 'Cacalomacan', 192541700, -997072200, 0),
(123141, 1384, 141, 'Caracuaro', 190105600, -1011263900, 0),
(123142, 1384, 141, 'Charo', 197500000, -1010500000, 0),
(123143, 1384, 141, 'Chavinda', 200166700, -1024500000, 0),
(123144, 1384, 141, 'Cheran', 196833300, -1019500000, 0),
(123145, 1384, 141, 'Chilchota', 198500000, -1021333300, 0),
(123146, 1384, 141, 'Coahuayana', 187333300, -1036833300, 0),
(123147, 1384, 141, 'Cojumatlan de Regules', 201166700, -1028333300, 0),
(123148, 1384, 141, 'Comachuen', 196166700, -1019000000, 0),
(123149, 1384, 141, 'Contepec', 200166700, -1001166700, 0),
(123150, 1384, 141, 'Copandaro de Galeana', 198833300, -1012166700, 0),
(123151, 1384, 141, 'Cuitzeo del Porvenir', 199833300, -1011500000, 0),
(123152, 1384, 141, 'Ecuandureo', 201666700, -1021833300, 0),
(123153, 1384, 141, 'Felipe Carrillo Puerto', 191500000, -1027000000, 0),
(123154, 1384, 141, 'Huandacareo', 199833300, -1012833300, 0),
(123155, 1384, 141, 'Huetamo de Nunez', 185833300, -1008833300, 0),
(123156, 1384, 141, 'Ixtlan', 201833300, -1024000000, 0),
(123157, 1384, 141, 'Jungapeo', 194500000, -1004833300, 0),
(123158, 1384, 141, 'La Huacana', 189666700, -1018166700, 0),
(123159, 1384, 141, 'Las Guacamayas', 180166700, -1022166700, 0),
(123160, 1384, 141, 'Lombardia', 191500000, -1020333300, 0),
(123161, 1384, 141, 'Maravatio', 199000000, -1004500000, 0),
(123162, 1384, 141, 'Mineral de Angangueo', 196205600, -1002843600, 0),
(123163, 1384, 141, 'Nuevo San Juan Parangaricutiro', 194000000, -1021333300, 0),
(123164, 1384, 141, 'Pajacuaran', 201166700, -1025666700, 0),
(123165, 1384, 141, 'Paracho de Verduzco', 196500000, -1020666700, 0),
(123166, 1384, 141, 'Pedernales', 191333300, -1014666700, 0),
(123167, 1384, 141, 'Penjamillo de Degollado', 201000000, -1019000000, 0),
(123168, 1384, 141, 'Purepero', 199166700, -1020166700, 0),
(123169, 1384, 141, 'Puruandiro', 200833300, -1015000000, 0),
(123170, 1384, 141, 'Querendaro', 198666700, -1009166700, 0),
(123171, 1384, 141, 'Quiroga', 196666700, -1015333300, 0),
(123172, 1384, 141, 'San Francisco Pichataro', 195666700, -1018000000, 0),
(123173, 1384, 141, 'Santa Ana Maya', 200000000, -1010166700, 0),
(123174, 1384, 141, 'Santa Fe de la Laguna', 196666700, -1015500000, 0),
(123175, 1384, 141, 'Santiago Tangamandapio', 199500000, -1024333300, 0),
(123176, 1384, 141, 'Tancitaro', 193333300, -1023666700, 0),
(123177, 1384, 141, 'Tangancicuaro de Arista', 199000000, -1021333300, 0),
(123178, 1384, 141, 'Tanhuato de Guerrero', 202833300, -1023333300, 0),
(123179, 1384, 141, 'Taretan', 193333300, -1019166700, 0),
(123180, 1384, 141, 'Tepalcatepec', 191833300, -1028500000, 0),
(123181, 1384, 141, 'Tingambato', 195000000, -1018666700, 0),
(123182, 1384, 141, 'Tiquicheo', 188833300, -1007333300, 0),
(123183, 1384, 141, 'Tzintzuntzan', 196166700, -1015833300, 0),
(123184, 1384, 141, 'Villa Escalante', 194000000, -1016500000, 0),
(123185, 1384, 141, 'Villa Madero', 194000000, -1012666700, 0),
(123186, 1384, 141, 'Villachuato', 201666700, -1015833300, 0),
(123187, 1384, 141, 'Villamar', 200166700, -1026000000, 0),
(123188, 1384, 141, 'Vistahermosa de Negrete', 202666700, -1024833300, 0),
(123189, 1384, 141, 'Yurecuaro', 203333300, -1023000000, 0),
(123190, 1385, 141, 'Amayuca', 187000000, -987666700, 0),
(123191, 1385, 141, 'Anenecuilco', 187666700, -989833300, 0),
(123192, 1385, 141, 'Apatlaco', 187833300, -989500000, 0),
(123193, 1385, 141, 'Axochiapan', 185000000, -987666700, 0),
(123194, 1385, 141, 'Ayala', 187500000, -989833300, 0),
(123195, 1385, 141, 'Coatetelco', 187166700, -993333300, 0),
(123196, 1385, 141, 'Higueron', 185833300, -991666700, 0),
(123197, 1385, 141, 'Hueyapan', 188666700, -986666700, 0),
(123198, 1385, 141, 'Jonacatepec', 186833300, -988000000, 0),
(123199, 1385, 141, 'Miacatlan', 187666700, -993666700, 0),
(123200, 1385, 141, 'Ocuituco', 188666700, -987666700, 0),
(123201, 1385, 141, 'Puente de Ixtla', 186147200, -993180600, 0),
(123202, 1385, 141, 'Tehuixtla', 185500000, -992666700, 0),
(123203, 1385, 141, 'Tepalcingo', 186000000, -988500000, 0),
(123204, 1385, 141, 'Tetecala', 187166700, -994000000, 0),
(123205, 1385, 141, 'Tetela del Volcan', 188666700, -987166700, 0),
(123206, 1385, 141, 'Tilzapotla', 184833300, -992666700, 0),
(123207, 1385, 141, 'Tlacotepec', 188166700, -987500000, 0),
(123208, 1385, 141, 'Tlayacapan', 189333300, -989833300, 0),
(123209, 1385, 141, 'Totolapan', 189666700, -989166700, 0),
(123210, 1385, 141, 'Xoxocotla', 186833300, -992500000, 0),
(123211, 1386, 141, 'Acaponeta', 224963900, -1053594400, 0),
(123212, 1386, 141, 'Ahuacatlan', 210500000, -1044833300, 0),
(123213, 1386, 141, 'Amatlan de Canas', 208000000, -1044000000, 0),
(123214, 1386, 141, 'Ixtlan del Rio', 210333300, -1043666700, 0),
(123215, 1386, 141, 'Jalcocotan', 214666700, -1051166700, 0),
(123216, 1386, 141, 'La Jarretadera', 219166700, -1050333300, 0),
(123217, 1386, 141, 'La Presa', 223438900, -1053925000, 0),
(123218, 1386, 141, 'Puga', 215833300, -1048166700, 0),
(123219, 1386, 141, 'Ruiz', 219500000, -1051500000, 0),
(123220, 1386, 141, 'San Blas', 215166700, -1052666700, 0),
(123221, 1386, 141, 'San Felipe Aztatan', 223822200, -1054158300, 0),
(123222, 1386, 141, 'San Pedro Lagunillas', 212166700, -1047666700, 0),
(123223, 1386, 141, 'Santa Maria del Oro', 213333300, -1045833300, 0),
(123224, 1386, 141, 'Santiago Ixcuintla', 218166700, -1052166700, 0),
(123225, 1386, 141, 'Tecuala', 223986100, -1054569400, 0),
(123226, 1386, 141, 'Villa Hidalgo', 217333300, -1052333300, 0),
(123227, 1386, 141, 'Zacualpan', 212500000, -1051666700, 0),
(123228, 1387, 141, 'Bustamante', 265333300, -1005000000, 0),
(123229, 1387, 141, 'Ciudad Anahuac', 272333300, -1001500000, 0),
(123230, 1387, 141, 'Doctor Arroyo', 236666700, -1001833300, 0),
(123231, 1387, 141, 'Galeana', 248333300, -1000666700, 0),
(123232, 1387, 141, 'General Teran', 252666700, -996833300, 0),
(123233, 1387, 141, 'General Zuazua', 259000000, -1001166700, 0),
(123234, 1387, 141, 'Hualahuises', 248847200, -996733300, 0),
(123235, 1387, 141, 'La Reforma', 246972200, -995391700, 0),
(123236, 1387, 141, 'Lampazos de Naranjo', 270166700, -1005166700, 0),
(123237, 1387, 141, 'Marin', 258666700, -1000500000, 0),
(123238, 1388, 141, 'Acatlan de Perez Figueroa', 185333300, -966166700, 0),
(123239, 1388, 141, 'Asuncion Ixtaltepec', 165000000, -950500000, 0),
(123240, 1388, 141, 'Asuncion Ocotlan', 167666700, -967166700, 0),
(123241, 1388, 141, 'Ayotzintepec', 176666700, -961333300, 0),
(123242, 1388, 141, 'Chahuite', 163000000, -941833300, 0),
(123243, 1388, 141, 'Cosolapa', 185833300, -966500000, 0),
(123244, 1388, 141, 'Guadalupe Etla', 171716700, -968005600, 0),
(123245, 1388, 141, 'Isla Soyaltepec', 182116700, -964838900, 0),
(123246, 1388, 141, 'Jalapa', 165000000, -954666700, 0),
(123247, 1388, 141, 'Las Amilpas', 163666700, -946166700, 0),
(123248, 1388, 141, 'Magdalena Teitipac', 169166700, -966000000, 0),
(123249, 1388, 141, 'Niltepec', 165666700, -946166700, 0),
(123250, 1388, 141, 'Palomares', 171500000, -950666700, 0),
(123251, 1388, 141, 'Putla de Guerrero', 170333300, -979333300, 0),
(123252, 1388, 141, 'San Agustin de las Juntas', 170038900, -967080600, 0),
(123253, 1388, 141, 'San Andres Huayapan', 171000000, -966666700, 0),
(123254, 1388, 141, 'San Baltazar Chichicapan', 167500000, -964833300, 0),
(123255, 1388, 141, 'San Bartolome Ayautla', 180333300, -966666700, 0),
(123256, 1388, 141, 'San Cristobal Amatlan', 163166700, -964000000, 0),
(123257, 1388, 141, 'San Dionisio Ocotepec', 168000000, -964000000, 0),
(123258, 1388, 141, 'San Dionisio del Mar', 163333300, -947500000, 0),
(123259, 1388, 141, 'San Felipe Jalapa de Diaz', 180666700, -965333300, 0),
(123260, 1388, 141, 'San Felipe Usila', 178975000, -965311100, 0),
(123261, 1388, 141, 'San Francisco Telixtlahuaca', 173000000, -969000000, 0),
(123262, 1388, 141, 'San Gabriel Mixtepec', 160833300, -971000000, 0),
(123263, 1388, 141, 'San Jacinto Ocotlan', 168000000, -967166700, 0),
(123264, 1388, 141, 'San Juan Bautista Cuicatlan', 178000000, -969666700, 0),
(123265, 1388, 141, 'San Juan Bautista Valle Nacional', 177833300, -963166700, 0),
(123266, 1388, 141, 'San Juan Cacahuatepec', 166166700, -981500000, 0),
(123267, 1388, 141, 'San Juan Guelavia', 169500000, -965500000, 0),
(123268, 1388, 141, 'San Juan Guichicovi', 169666700, -951000000, 0),
(123269, 1388, 141, 'San Mateo del Mar', 162000000, -950000000, 0),
(123270, 1388, 141, 'San Miguel Quetzaltepec', 169666700, -958166700, 0),
(123271, 1388, 141, 'San Pablo Huixtepec', 168333300, -967666700, 0),
(123272, 1388, 141, 'San Pablo Villa de Mitla', 169166700, -964000000, 0),
(123273, 1388, 141, 'San Pedro Amuzgos', 166500000, -981000000, 0),
(123274, 1388, 141, 'San Pedro Mixtepec', 162833300, -962833300, 0),
(123275, 1388, 141, 'San Pedro Tapanatepec', 163500000, -942000000, 0),
(123276, 1388, 141, 'San Sebastian Tutla', 177500000, -976000000, 0),
(123277, 1388, 141, 'San Vicente Coatlan', 163833300, -968333300, 0),
(123278, 1388, 141, 'Santa Catarina Juquila', 162333300, -973000000, 0),
(123279, 1388, 141, 'Santa Catarina Mechoacan', 163333300, -978333300, 0),
(123280, 1388, 141, 'Santa Cruz Xitla', 163166700, -966666700, 0),
(123281, 1388, 141, 'Santa Maria Ayoquezco de Aldama', 166833300, -968333300, 0),
(123282, 1388, 141, 'Santa Maria Coyotepec', 169769400, -966991700, 0),
(123283, 1388, 141, 'Santa Maria Petapa', 168333300, -951166700, 0),
(123284, 1388, 141, 'Santa Maria Zacatepec', 167666700, -979833300, 0),
(123285, 1388, 141, 'Santiago Jamiltepec', 162833300, -978166700, 0),
(123286, 1388, 141, 'Santiago Juxtlahuaca', 173333300, -980166700, 0),
(123287, 1388, 141, 'Santiago Matatlan', 168666700, -963833300, 0),
(123288, 1388, 141, 'Santiago Suchilquitongo', 172500000, -968833300, 0),
(123289, 1388, 141, 'Santo Domingo Tehuantepec', 163333300, -952333300, 0),
(123290, 1388, 141, 'Santos Reyes Nopala', 161091700, -971561100, 0),
(123291, 1388, 141, 'Tamazulapan del Progreso', 176805600, -975688900, 0),
(123292, 1388, 141, 'Teitipac', 169458300, -966091700, 0),
(123293, 1388, 141, 'Teotitlan de Flores Magon', 181319400, -970766700, 0),
(123294, 1388, 141, 'Tezonapa', 186091700, -966916700, 0),
(123295, 1388, 141, 'Tlacolula de Matamoros', 169500000, -964833300, 0),
(123296, 1388, 141, 'Trinidad de Zaachila', 169166700, -967666700, 0),
(123297, 1388, 141, 'Union Hidalgo', 164723000, -948295200, 0),
(123298, 1388, 141, 'Zimatlan de Alvarez', 168666700, -967833300, 0),
(123299, 1389, 141, 'Acajete', 191000000, -979500000, 0),
(123300, 1389, 141, 'Acatlan de Osorio', 182000000, -980500000, 0),
(123301, 1389, 141, 'Ajalpan', 183666700, -972500000, 0),
(123302, 1389, 141, 'Aljojuca', 191000000, -975166700, 0),
(123303, 1389, 141, 'Altepexi', 183500000, -973166700, 0),
(123304, 1389, 141, 'Amozoc de Mota', 190333300, -980500000, 0),
(123305, 1389, 141, 'Atempan', 198500000, -974333300, 0),
(123306, 1389, 141, 'Atencingo', 185166700, -986000000, 0),
(123307, 1389, 141, 'Atoyatempan', 188166700, -979166700, 0),
(123308, 1389, 141, 'Atzitzintla', 189000000, -973166700, 0),
(123309, 1389, 141, 'Ayutla', 185500000, -985000000, 0),
(123310, 1389, 141, 'Benito Juarez', 198333300, -977500000, 0),
(123311, 1389, 141, 'Caipan', 182958300, -971666700, 0),
(123312, 1389, 141, 'Calmeca', 186333300, -986333300, 0),
(123313, 1389, 141, 'Caltenco', 189000000, -978000000, 0),
(123314, 1389, 141, 'Caxhuacan', 200666700, -976000000, 0),
(123315, 1389, 141, 'Chapuco', 186083300, -974166700, 0),
(123316, 1389, 141, 'Chiautla de Tapia', 182833300, -986000000, 0),
(123317, 1389, 141, 'Chietla', 185166700, -985833300, 0),
(123318, 1389, 141, 'Chignahuapan', 198333300, -980333300, 0),
(123319, 1389, 141, 'Chignautla', 198333300, -973833300, 0),
(123320, 1389, 141, 'Ciudad Serdan', 189833300, -974500000, 0),
(123321, 1389, 141, 'Cuacnopalan', 188166700, -975000000, 0),
(123322, 1389, 141, 'Esperanza', 188666700, -974000000, 0),
(123323, 1389, 141, 'Huaquechula', 187666700, -985500000, 0),
(123324, 1389, 141, 'Huehuetlan El Chico', 183750000, -986958300, 0),
(123325, 1389, 141, 'Hueytamalco', 199500000, -972666700, 0),
(123326, 1389, 141, 'Jolalpan', 183250000, -988416700, 0),
(123327, 1389, 141, 'Malacatepec', 189333300, -983000000, 0),
(123328, 1389, 141, 'Metlaltoyuca', 207333300, -978500000, 0),
(123329, 1389, 141, 'Nealtican', 190500000, -984166700, 0),
(123330, 1389, 141, 'Nopalucan de la Granja', 192166700, -978166700, 0),
(123331, 1389, 141, 'Pahuatlan del Valle', 202833300, -981500000, 0),
(123332, 1389, 141, 'Palmar de Bravo', 188333300, -975666700, 0),
(123333, 1389, 141, 'Palmarito Tochapan', 189000000, -976166700, 0),
(123334, 1389, 141, 'Quecholac', 189500000, -976666700, 0),
(123335, 1389, 141, 'Raboso', 185666700, -984500000, 0),
(123336, 1389, 141, 'Rafael J. Garcia', 192500000, -971666700, 0),
(123337, 1389, 141, 'San Andres Calpan', 191000000, -984500000, 0),
(123338, 1389, 141, 'San Bartolo Teontepec', 185000000, -975166700, 0),
(123339, 1389, 141, 'San Felipe Teotlalcingo', 192333300, -984833300, 0),
(123340, 1389, 141, 'San Jose Acateno', 201333300, -972000000, 0),
(123341, 1389, 141, 'San Jose Miahuatlan', 182833300, -972833300, 0),
(123342, 1389, 141, 'San Juan Tianguismanalco', 189500000, -984333300, 0),
(123343, 1389, 141, 'San Juan Xiutetelco', 198000000, -973333300, 0),
(123344, 1389, 141, 'San Lorenzo Chiautzingo', 192000000, -984666700, 0),
(123345, 1389, 141, 'San Marcos Tlacoyalco', 186500000, -975833300, 0),
(123346, 1389, 141, 'San Mateo Tlaixpan', 189000000, -977333300, 0),
(123347, 1389, 141, 'San Matias Tlalancaleca', 193166700, -985000000, 0),
(123348, 1389, 141, 'San Miguel Canoa', 191500000, -980833300, 0),
(123349, 1389, 141, 'San Miguel Tenextatiloyan', 197166700, -975833300, 0),
(123350, 1389, 141, 'San Nicolas de los Ranchos', 190666700, -984833300, 0),
(123351, 1389, 141, 'San Salvador el Seco', 191333300, -976500000, 0),
(123352, 1389, 141, 'San Sebastian Villanueva', 190500000, -977166700, 0),
(123353, 1389, 141, 'San Sebastian Zinacatepec', 183333300, -972500000, 0),
(123354, 1389, 141, 'Santa Maria Moyotzingo', 192500000, -984000000, 0),
(123355, 1389, 141, 'Santa Rita Tlahuapan', 193333300, -985666700, 0),
(123356, 1389, 141, 'Santiago Acatlan', 189833300, -979166700, 0),
(123357, 1389, 141, 'Santo Tomas Hueyotlipan', 189000000, -978500000, 0),
(123358, 1389, 141, 'Soltepec', 191166700, -977000000, 0),
(123359, 1389, 141, 'Tenango', 186500000, -981833300, 0),
(123360, 1389, 141, 'Teopantlan', 187166700, -982666700, 0),
(123361, 1389, 141, 'Tepango de Rodriguez', 200000000, -978166700, 0),
(123362, 1389, 141, 'Tepeojuma', 187166700, -984500000, 0),
(123363, 1389, 141, 'Teteles', 198666700, -974333300, 0),
(123364, 1389, 141, 'Tetzoyocan', 187500000, -977000000, 0),
(123365, 1389, 141, 'Tlacotepec', 200666700, -978666700, 0),
(123366, 1389, 141, 'Tlaltenango', 191666700, -983333300, 0),
(123367, 1389, 141, 'Tlaxco', 204333300, -980166700, 0),
(123368, 1389, 141, 'Tochtepec', 188333300, -978166700, 0),
(123369, 1389, 141, 'Tulcingo del Valle', 180500000, -984333300, 0),
(123370, 1389, 141, 'Xochitlan', 187000000, -977833300, 0),
(123371, 1389, 141, 'Yaonahuac', 198666700, -974500000, 0),
(123372, 1389, 141, 'Yehualtepec', 187833300, -976500000, 0),
(123373, 1389, 141, 'Zacapoaxtla', 198833300, -975833300, 0),
(123374, 1390, 141, 'Ajuchitlan', 207166700, -1000166700, 0),
(123375, 1390, 141, 'Amealco', 201833300, -1001500000, 0),
(123376, 1390, 141, 'Cadereyta de Montes', 207000000, -998166700, 0),
(123377, 1390, 141, 'Colon', 208000000, -1000500000, 0),
(123378, 1390, 141, 'El Sauz', 204666700, -1001000000, 0),
(123379, 1390, 141, 'Huimilpan', 203719900, -1002773700, 0),
(123380, 1390, 141, 'Jalpan', 212333300, -994833300, 0),
(123381, 1390, 141, 'La Estancia', 204166700, -1000666700, 0),
(123382, 1390, 141, 'La Llave', 204666700, -999972200, 0),
(123383, 1391, 141, 'Bacalar', 186666700, -883833300, 0),
(123384, 1391, 141, 'Felipe Carrillo Puerto', 195833300, -880500000, 0),
(123385, 1391, 141, 'Kantunilkin', 210916700, -874500000, 0),
(123386, 1391, 141, 'Leona Vicario', 209666700, -871916700, 0),
(123387, 1391, 141, 'Nicolas Bravo', 184500000, -889166700, 0),
(123388, 1392, 141, 'Cerritos', 224333300, -1002833300, 0),
(123389, 1392, 141, 'Ciudad del Maiz', 224000000, -996000000, 0),
(123390, 1392, 141, 'El Naranjo', 214666700, -986000000, 0),
(123391, 1392, 141, 'General Pedro Antonio Santos', 216000000, -989666700, 0),
(123392, 1392, 141, 'Rayon', 218500000, -996666700, 0),
(123393, 1392, 141, 'Salinas de Hidalgo', 226333300, -1017166700, 0),
(123394, 1392, 141, 'Salitral de Carreras', 228500000, -1020833300, 0),
(123395, 1392, 141, 'Santa Maria del Rio', 218000000, -1007500000, 0),
(123396, 1392, 141, 'Tamuin', 219833300, -987500000, 0),
(123397, 1392, 141, 'Tanquian Escobedo', 216166700, -986333300, 0),
(123398, 1392, 141, 'Villa de Reyes', 218000000, -1009333300, 0),
(123399, 1392, 141, 'Zaragoza', 220333300, -1007333300, 0),
(123400, 1393, 141, 'Adolfo Ruiz Cortines', 257500000, -1087500000, 0),
(123401, 1393, 141, 'Angostura', 253666700, -1081833300, 0),
(123402, 1393, 141, 'Badiraguato', 253666700, -1075166700, 0),
(123403, 1393, 141, 'Campo Gobierno', 246536100, -1075411100, 0),
(123404, 1393, 141, 'Concordia', 232833300, -1060666700, 0),
(123405, 1393, 141, 'Constancia', 242230600, -1071869400, 0),
(123406, 1393, 141, 'Costa Rica', 245875000, -1073875000, 0),
(123407, 1393, 141, 'El Burrion', 255333300, -1084000000, 0),
(123408, 1393, 141, 'El Carrizo', 240261100, -1068813900, 0),
(123409, 1393, 141, 'El Fuerte', 264188900, -1086194400, 0),
(123410, 1393, 141, 'El Rosario', 242555600, -1071827800, 0),
(123411, 1393, 141, 'Escuinapa de Hidalgo', 228500000, -1058000000, 0),
(123412, 1393, 141, 'Gabriel Leyva Solano', 256666700, -1086416700, 0),
(123413, 1393, 141, 'Higuera de Zaragoza', 259500000, -1092833300, 0),
(123414, 1393, 141, 'Isla del Bosque', 227333300, -1058500000, 0),
(123415, 1393, 141, 'La Cruz', 239166700, -1069000000, 0),
(123416, 1393, 141, 'La Reforma', 250833300, -1080500000, 0),
(123417, 1393, 141, 'La Trinidad', 257333300, -1084833300, 0),
(123418, 1393, 141, 'Quila', 244227800, -1072200000, 0),
(123419, 1393, 141, 'San Ignacio', 239166700, -1064166700, 0),
(123420, 1393, 141, 'Sinaloa de Leyva', 258333300, -1082333300, 0),
(123421, 1393, 141, 'Teacapan', 225500000, -1057500000, 0),
(123422, 1394, 141, 'Altar', 307000000, -1118166700, 0),
(123423, 1394, 141, 'Benjamin Hill', 301666700, -1111000000, 0),
(123424, 1394, 141, 'Cocorit', 275833300, -1099666700, 0),
(123425, 1394, 141, 'El Tobarito', 273666700, -1098833300, 0),
(123426, 1394, 141, 'Esqueda', 307166700, -1095833300, 0),
(123427, 1394, 141, 'Imuris', 307833300, -1108666700, 0),
(123428, 1394, 141, 'Naco', 313347200, -1099483300, 0),
(123429, 1394, 141, 'Rio Muerto', 274166700, -1102333300, 0),
(123430, 1394, 141, 'Sahuaripa', 290500000, -1092333300, 0),
(123431, 1394, 141, 'Santa Ana', 305500000, -1111166700, 0),
(123432, 1395, 141, 'Aquiles Serdan', 177833300, -922833300, 0),
(123433, 1395, 141, 'Ayapa', 181833300, -931666700, 0),
(123434, 1395, 141, 'Belen', 178000000, -926166700, 0),
(123435, 1395, 141, 'Buenavista', 179166700, -925333300, 0),
(123436, 1395, 141, 'Chontalpa', 177000000, -935166700, 0),
(123437, 1395, 141, 'Ciudad Pemex', 179000000, -925000000, 0),
(123438, 1395, 141, 'El Tular', 181583300, -933500000, 0),
(123439, 1395, 141, 'Huapinol', 179228500, -929109000, 0),
(123440, 1395, 141, 'Jonuta', 180833300, -921333300, 0),
(123441, 1395, 141, 'Nacajuca', 181333300, -930166700, 0),
(123442, 1395, 141, 'Paraiso', 184000000, -932333300, 0),
(123443, 1395, 141, 'Parrilla', 179166700, -929166700, 0),
(123444, 1395, 141, 'Rio de Teapa', 177875000, -928958300, 0),
(123445, 1395, 141, 'San Carlos', 175500000, -911500000, 0),
(123446, 1395, 141, 'Santa Rosalia', 180666700, -933833300, 0),
(123447, 1395, 141, 'Tacotalpa', 176000000, -928166700, 0),
(123448, 1395, 141, 'Tamulte de las Sabanas', 182166700, -927833300, 0),
(123449, 1395, 141, 'Teapa', 175500000, -929500000, 0),
(123450, 1395, 141, 'Villa La Venta', 181000000, -940500000, 0),
(123451, 1396, 141, 'Abasolo', 240666700, -983666700, 0),
(123452, 1396, 141, 'Antiguo Morelos', 225495000, -990812300, 0),
(123453, 1396, 141, 'Camargo', 262500000, -988333300, 0),
(123454, 1396, 141, 'Ciudad Miguel Aleman', 263500000, -991000000, 0),
(123455, 1396, 141, 'Graciano Sanchez', 239166700, -992833300, 0),
(123456, 1396, 141, 'Guillermo Zuniga', 240166700, -992000000, 0),
(123457, 1396, 141, 'Gustavo Diaz Ordaz', 262333300, -985833300, 0),
(123458, 1396, 141, 'Jaumave', 234166700, -993833300, 0),
(123459, 1396, 141, 'Llera de Canales', 233166700, -990166700, 0),
(123460, 1396, 141, 'Nueva Ciudad Guerrero', 265500000, -992333300, 0),
(123461, 1396, 141, 'Nuevo Padilla', 240166700, -987833300, 0),
(123462, 1396, 141, 'Nuevo Progreso', 231666700, -979500000, 0),
(123463, 1396, 141, 'Santander Jimenez', 242166700, -984666700, 0),
(123464, 1396, 141, 'Soto la Marina', 237666700, -982166700, 0),
(123465, 1396, 141, 'Valle Hermoso', 256666700, -978333300, 0),
(123466, 1396, 141, 'Xicotencatl', 230166700, -988833300, 0),
(123467, 1397, 141, 'Actlzayanca de Hidalgo', 194333300, -977833300, 0),
(123468, 1397, 141, 'Benito Juarez', 193666700, -979166700, 0),
(123469, 1397, 141, 'Contla', 193333300, -981666700, 0),
(123470, 1397, 141, 'Cuapiaxtla', 193000000, -977666700, 0),
(123471, 1397, 141, 'Hueyotlipan de Hidalgo', 194833300, -983500000, 0),
(123472, 1397, 141, 'Ixtenco', 192500000, -978930600, 0),
(123473, 1397, 141, 'Mazatecochco', 191763900, -981861100, 0),
(123474, 1397, 141, 'Nanacamilpa', 194833300, -985500000, 0),
(123475, 1397, 141, 'Nativitas', 192333300, -983166700, 0),
(123476, 1397, 141, 'Papalotla', 191625000, -982041700, 0),
(123477, 1397, 141, 'San Bernabe Amaxac de Guerrero', 193666700, -981833300, 0),
(123478, 1397, 141, 'San Francisco Atezcatzinco', 194666700, -981333300, 0),
(123479, 1397, 141, 'San Martin Xaltocan', 194166700, -982000000, 0),
(123480, 1397, 141, 'San Vicente Xiloxochitla', 192666700, -982000000, 0),
(123481, 1397, 141, 'Sanctorum', 195000000, -984666700, 0),
(123482, 1397, 141, 'Santa Ana Huiloac', 194000000, -981500000, 0),
(123483, 1397, 141, 'Teacalco', 192402800, -983069400, 0),
(123484, 1397, 141, 'Tenancingo', 191472200, -981805600, 0),
(123485, 1397, 141, 'Tequixquitla', 193277800, -976500000, 0),
(123486, 1397, 141, 'Terrenate', 194833300, -979166700, 0),
(123487, 1397, 141, 'Tetlanohcan', 192625000, -981652800, 0),
(123488, 1397, 141, 'Texcalac', 194402800, -980763900, 0),
(123489, 1397, 141, 'Tlaltelulco', 192750000, -981930600, 0),
(123490, 1397, 141, 'Tlaxco de Morelos', 196166700, -981166700, 0),
(123491, 1397, 141, 'Tocatlan', 193833300, -980166700, 0),
(123492, 1397, 141, 'Totolac', 193250000, -982583300, 0),
(123493, 1397, 141, 'Xicohtzinco', 191736100, -982333300, 0),
(123494, 1397, 141, 'Zacatelco', 192152800, -982388900, 0),
(123495, 1398, 141, 'Actopan', 195000000, -966166700, 0),
(123496, 1398, 141, 'Acultzingo', 187166700, -973166700, 0),
(123497, 1398, 141, 'Agua Dulce', 181333300, -941333300, 0),
(123498, 1398, 141, 'Alto Lucero', 196166700, -967166700, 0),
(123499, 1398, 141, 'Amatlan de los Reyes', 188333300, -969166700, 0),
(123500, 1398, 141, 'Anahuac', 222000000, -978666700, 0),
(123501, 1398, 141, 'Anton Lizardo', 190500000, -959833300, 0),
(123502, 1398, 141, 'Atzacan', 189000000, -970833300, 0),
(123503, 1398, 141, 'Boca del Monte', 191500000, -968166700, 0),
(123504, 1398, 141, 'Carlos A. Carrillo', 183666700, -957500000, 0),
(123505, 1398, 141, 'Castillo de Teayo', 207500000, -976166700, 0),
(123506, 1398, 141, 'Catemaco', 184166700, -951166700, 0),
(123507, 1398, 141, 'Cazones', 207166700, -973166700, 0),
(123508, 1398, 141, 'Cerro Azul', 212000000, -977333300, 0),
(123509, 1398, 141, 'Chicontepec', 209666700, -981666700, 0),
(123510, 1398, 141, 'Chinameca', 180166700, -946666700, 0),
(123511, 1398, 141, 'Chocaman', 190166700, -970166700, 0),
(123512, 1398, 141, 'Coacoatzintla', 196333300, -969333300, 0),
(123513, 1398, 141, 'Coatzintla', 204833300, -974500000, 0),
(123514, 1398, 141, 'Comoapan', 184166700, -951666700, 0),
(123515, 1398, 141, 'Cosamaloapan de Carpio', 183666700, -958000000, 0),
(123516, 1398, 141, 'Cosautlan de Carbajal', 193333300, -969833300, 0),
(123517, 1398, 141, 'Coscomatepec de Bravo', 190666700, -970333300, 0),
(123518, 1398, 141, 'Coxquihui', 201833300, -975833300, 0),
(123519, 1398, 141, 'Cuichapa', 187666700, -968666700, 0),
(123520, 1398, 141, 'El Higo', 217666700, -984666700, 0),
(123521, 1398, 141, 'Filomeno Mata', 202000000, -977000000, 0),
(123522, 1398, 141, 'Hidalgotitlan', 177833300, -946333300, 0),
(123523, 1398, 141, 'Huatusco de Chicuellar', 191500000, -969500000, 0),
(123524, 1398, 141, 'Hueyapan de Ocampo', 181447900, -951487300, 0),
(123525, 1398, 141, 'Ignacio de la Llave', 187166700, -959833300, 0),
(123526, 1398, 141, 'Ixcatepec', 212000000, -979500000, 0),
(123527, 1398, 141, 'Jalacingo', 198000000, -973000000, 0),
(123528, 1398, 141, 'Jalapilla', 188333300, -970833300, 0),
(123529, 1398, 141, 'Jamapa', 190333300, -962333300, 0),
(123530, 1398, 141, 'Jesus Carranza', 174333300, -950333300, 0),
(123531, 1398, 141, 'Jilotepec', 196000000, -969333300, 0),
(123532, 1398, 141, 'La Isla', 186000000, -961500000, 0),
(123533, 1398, 141, 'La Poza', 201166700, -969666700, 0),
(123534, 1398, 141, 'Las Choapas', 179333300, -940833300, 0),
(123535, 1398, 141, 'Las Vigas', 196333300, -970833300, 0),
(123536, 1398, 141, 'Lerdo de Tejada', 186166700, -955166700, 0),
(123537, 1398, 141, 'Maltrata', 188000000, -972666700, 0),
(123538, 1398, 141, 'Manlio Fabio Altamirano', 191000000, -963333300, 0),
(123539, 1398, 141, 'Mariano Escobedo', 189166700, -971166700, 0),
(123540, 1398, 141, 'Mecatlan', 202166700, -976666700, 0),
(123541, 1398, 141, 'Mecayapan', 182166700, -948333300, 0),
(123542, 1398, 141, 'Monte Blanco', 189666700, -970166700, 0),
(123543, 1398, 141, 'Motzorongo', 186333300, -967333300, 0),
(123544, 1398, 141, 'Nautla', 202166700, -967833300, 0),
(123545, 1398, 141, 'Oluta', 179166700, -949000000, 0),
(123546, 1398, 141, 'Omealca', 187500000, -967666700, 0),
(123547, 1398, 141, 'Ozuluama', 216666700, -978500000, 0),
(123548, 1398, 141, 'Pajapan', 182500000, -947000000, 0),
(123549, 1398, 141, 'Panuco', 220500000, -981666700, 0),
(123550, 1398, 141, 'Paso de Ovejas', 192833300, -964333300, 0),
(123551, 1398, 141, 'Paso del Macho', 189666700, -967166700, 0),
(123552, 1398, 141, 'Paso del Toro', 190333300, -961166700, 0),
(123553, 1398, 141, 'Platon Sanchez', 212833300, -983666700, 0),
(123554, 1398, 141, 'Rafael Delgado', 188000000, -970666700, 0),
(123555, 1398, 141, 'Rafael Lucio', 195833300, -969666700, 0),
(123556, 1398, 141, 'Rinconada', 193500000, -965166700, 0),
(123557, 1398, 141, 'San Marcos', 202000000, -969500000, 0),
(123558, 1398, 141, 'Soconusco', 179666700, -948666700, 0),
(123559, 1398, 141, 'Soledad de Doblado', 190500000, -964166700, 0),
(123560, 1398, 141, 'Soteapan', 182333300, -948666700, 0),
(123561, 1398, 141, 'Tamalin', 213500000, -978000000, 0),
(123562, 1398, 141, 'Tamiahua', 212666700, -974500000, 0),
(123563, 1398, 141, 'Tantoyuca', 213500000, -982333300, 0),
(123564, 1398, 141, 'Tempoal de Sanchez', 215166700, -983833300, 0),
(123565, 1398, 141, 'Teocelo', 193833300, -969666700, 0),
(123566, 1398, 141, 'Tepetzintla', 211666700, -978333300, 0),
(123567, 1398, 141, 'Texistepec', 178833300, -947833300, 0),
(123568, 1398, 141, 'Tlacojalpan', 182333300, -959500000, 0),
(123569, 1398, 141, 'Tlacotalpan', 186166700, -956666700, 0),
(123570, 1398, 141, 'Tlapacoyan', 199666700, -972166700, 0),
(123571, 1398, 141, 'Tocuila', 189500000, -970166700, 0),
(123572, 1398, 141, 'Tomatlan', 190333300, -970000000, 0),
(123573, 1398, 141, 'Totolapa', 185166700, -961833300, 0),
(123574, 1398, 141, 'Tuzamapan', 194000000, -968500000, 0),
(123575, 1398, 141, 'Vega de Alatorre', 200333300, -966333300, 0),
(123576, 1398, 141, 'Villa Azueta', 181333300, -956666700, 0),
(123577, 1398, 141, 'Villa Cuauhtemoc', 221833300, -978333300, 0),
(123578, 1398, 141, 'Yanga', 188333300, -968000000, 0),
(123579, 1398, 141, 'Zozocolco de Hidalgo', 201500000, -975833300, 0),
(123580, 1399, 141, 'Acanceh', 208166700, -894500000, 0),
(123581, 1399, 141, 'Akil', 202500000, -893500000, 0),
(123582, 1399, 141, 'Celestun', 208666700, -904000000, 0),
(123583, 1399, 141, 'Chemax', 206500000, -879333300, 0),
(123584, 1399, 141, 'Chichen-Itza', 206666700, -885666700, 0),
(123585, 1399, 141, 'Chichimila', 206166700, -882166700, 0),
(123586, 1399, 141, 'Chochola', 207500000, -898333300, 0),
(123587, 1399, 141, 'Dzidzantun', 212500000, -890500000, 0),
(123588, 1399, 141, 'Dzilam Gonzalez', 212833300, -889333300, 0),
(123589, 1399, 141, 'Espita', 210166700, -883166700, 0),
(123590, 1399, 141, 'Halacho', 204833300, -900833300, 0),
(123591, 1399, 141, 'Hocaba', 208166700, -892500000, 0),
(123592, 1399, 141, 'Hunucma', 210166700, -898666700, 0),
(123593, 1399, 141, 'Izamal', 209333300, -890166700, 0),
(123594, 1399, 141, 'Kinchil', 209166700, -899500000, 0),
(123595, 1399, 141, 'Maxcanu', 205833300, -899833300, 0),
(123596, 1399, 141, 'Motul de Felipe Carrillo Puerto', 211000000, -892833300, 0),
(123597, 1399, 141, 'Muna', 204833300, -897166700, 0),
(123598, 1399, 141, 'Oxkutzcab', 203000000, -894166700, 0),
(123599, 1399, 141, 'Panaba', 212833300, -882666700, 0),
(123600, 1399, 141, 'Peto', 201333300, -889166700, 0),
(123601, 1399, 141, 'Rio Lagartos', 216000000, -881666700, 0),
(123602, 1399, 141, 'Santa Elena', 203333300, -896500000, 0),
(123603, 1399, 141, 'Sotuta', 206000000, -890166700, 0),
(123604, 1399, 141, 'Tecoh', 207500000, -894666700, 0),
(123605, 1399, 141, 'Tekanto', 210166700, -891000000, 0),
(123606, 1399, 141, 'Tekit', 205333300, -893333300, 0),
(123607, 1399, 141, 'Temozon', 208000000, -882166700, 0),
(123608, 1399, 141, 'Ticul', 204000000, -895333300, 0),
(123609, 1399, 141, 'Tunkas', 209000000, -887500000, 0),
(123610, 1399, 141, 'Tzucacab', 200666700, -890500000, 0),
(123611, 1400, 141, 'Apozol', 214833300, -1031000000, 0),
(123612, 1400, 141, 'Calera Victor Rosales', 229500000, -1027000000, 0),
(123613, 1400, 141, 'Chalchihuites', 234833300, -1038833300, 0),
(123614, 1400, 141, 'General Panfilo Natera', 226666700, -1021166700, 0),
(123615, 1400, 141, 'Hacienda Toribio', 230833300, -1026833300, 0),
(123616, 1400, 141, 'Jalpa', 216333300, -1029666700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(123617, 1400, 141, 'Juan Aldama', 242908300, -1033944400, 0),
(123618, 1400, 141, 'Juchipila', 214166700, -1031166700, 0),
(123619, 1400, 141, 'Miguel Auza', 242933300, -1034502800, 0),
(123620, 1400, 141, 'Nieves', 240000000, -1030166700, 0),
(123621, 1400, 141, 'Nochistlan', 213666700, -1028500000, 0),
(123622, 1400, 141, 'Pozo Gamboa', 229500000, -1025666700, 0),
(123623, 1400, 141, 'Rio Grande', 238333300, -1030333300, 0),
(123624, 1400, 141, 'Sain Alto', 235833300, -1032500000, 0),
(123625, 1400, 141, 'San Pedro Piedra Gorda', 224500000, -1023500000, 0),
(123626, 1400, 141, 'Tacualeche', 228166700, -1024166700, 0),
(123627, 1400, 141, 'Tepechitlan', 216666700, -1033333300, 0),
(123628, 1400, 141, 'Teul de Gonzalez Ortega', 214666700, -1034833300, 0),
(123629, 1400, 141, 'Trancoso', 227333300, -1023666700, 0),
(123630, 1400, 141, 'Villa Garcia', 221666700, -1019500000, 0),
(123631, 1400, 141, 'Villa de Cos', 232833300, -1023500000, 0),
(123632, 3113, 143, 'Basarabeasca', 463311100, 289727800, 0),
(123633, 1409, 143, 'Cantemir', 462780600, 282008300, 0),
(123634, 2899, 143, 'Chitcani', 467829600, 296168200, 0),
(123635, 3114, 143, 'Cocieri', 473075000, 291102800, 0),
(123636, 1417, 143, 'Floresti', 478933300, 283013900, 0),
(123637, 1417, 143, 'Leninskiy', 478638900, 283894400, 0),
(123638, 1421, 143, 'Leova', 464786100, 282552800, 0),
(123639, 1423, 143, 'Otaci', 484300000, 277938900, 0),
(123640, 3115, 143, 'Rezina', 477491700, 289622200, 0),
(123641, 3115, 143, 'Saharna', 476936100, 289702800, 0),
(123642, 1426, 143, 'Bilicenii Vechi', 476563900, 280472200, 0),
(123643, 3116, 143, 'Soldanesti', 478152800, 287966700, 0),
(123644, 1429, 143, 'Camenca', 480319400, 286977800, 0),
(123645, 1429, 143, 'Dnestrovsc', 466222200, 299133300, 0),
(123646, 1429, 143, 'Dubasari', 472630600, 291608300, 0),
(123647, 1429, 143, 'Grigoriopol', 471536100, 292963900, 0),
(123648, 1429, 143, 'Slobozia', 467280600, 297077800, 0),
(123649, 1430, 143, 'Bucovat', 471886100, 284569400, 0),
(123650, 1431, 143, 'Mindresti', 475072200, 282769400, 0),
(123651, 3117, 145, 'Hovd', 480055600, 916419400, 0),
(123652, 2904, 145, 'Bulagtay', 497759400, 1075161600, 0),
(123653, 2904, 145, 'Sharingol', 492373300, 1064300500, 0),
(123654, 3118, 145, 'Javhlant', 488018900, 1059240000, 0),
(123655, 3118, 145, 'Zuunmod', 477069300, 1069527600, 0),
(123656, 1440, 146, 'Susanj', 421155600, 190883300, 0),
(123657, 3119, 146, 'Kolasin', 428222900, 195165300, 0),
(123658, 1444, 146, 'Risan', 425150000, 186955600, 0),
(123659, 1447, 146, 'Mojanovici', 423416700, 192213900, 0),
(123660, 1452, 148, 'Guisser', 327664500, -74981800, 0),
(123661, 1453, 148, 'Oulad Frej', 329595600, -82274000, 0),
(123662, 1453, 148, 'Sidi Smail', 328226800, -85081000, 0),
(123663, 1454, 148, 'Moulay Yacoub', 340879300, -51817100, 0),
(123664, 1455, 148, 'Arbaoua', 349023900, -59487100, 0),
(123665, 1455, 148, 'Had Kourt', 346158800, -57404000, 0),
(123666, 1455, 148, 'Lalla Mimouna', 348460600, -60664500, 0),
(123667, 1455, 148, 'Sidi Qacem', 342214900, -57077500, 0),
(123668, 1455, 148, 'Sidi Yahia el Gharb', 343065200, -63061800, 0),
(123669, 1457, 148, 'Tarfaya', 279357800, -129218400, 0),
(123670, 1457, 148, 'Tata', 297440900, -79730000, 0),
(123671, 1458, 148, 'Azgour', 311375300, -83148800, 0),
(123672, 1458, 148, 'Bouabout', 312655400, -91786500, 0),
(123673, 1458, 148, 'Sidi Rahhal', 316503100, -74728800, 0),
(123674, 1458, 148, 'Tidili Mesfioua', 314658600, -76119900, 0),
(123675, 1458, 148, 'Tizguine', 312283600, -83161100, 0),
(123676, 1459, 148, 'Aguelmous', 331500000, -58300000, 0),
(123677, 1459, 148, 'Alnif', 311141100, -51715400, 0),
(123678, 1459, 148, 'Goulmima', 316922700, -49525600, 0),
(123679, 1459, 148, 'Jebel Tiskaouine', 310272200, -51164300, 0),
(123680, 1460, 148, 'Boudinar', 351560100, -36235800, 0),
(123681, 1460, 148, 'Kariat Arkmane', 351071000, -27469300, 0),
(123682, 1460, 148, 'Madagh', 350103200, -23370100, 0),
(123683, 1460, 148, 'Rislane', 347698700, -24603400, 0),
(123684, 1460, 148, 'Tiouli', 343667900, -18370500, 0),
(123685, 1460, 148, 'Tiztoutine', 349715900, -31527300, 0),
(123686, 1462, 148, 'Aoulouz', 306730700, -81808700, 0),
(123687, 1462, 148, 'Aourir', 304923800, -96355000, 0),
(123688, 1462, 148, 'Imider', 313732400, -57938400, 0),
(123689, 1462, 148, 'Reggada', 295801600, -97008600, 0),
(123690, 1462, 148, 'Skoura', 310626200, -65525000, 0),
(123691, 1462, 148, 'Tafraout', 297244900, -89747000, 0),
(123692, 1462, 148, 'Taznakht', 305783600, -72034100, 0),
(123693, 1463, 148, 'Tabant', 316525500, -64104900, 0),
(123694, 1463, 148, 'Tabia', 320300900, -67998500, 0),
(123695, 1463, 148, 'Taounza', 320936800, -66060700, 0),
(123696, 1464, 148, 'Chefchaouene', 351687800, -52636000, 0),
(123697, 1464, 148, 'Oued Laou', 354484000, -50962700, 0),
(123698, 1464, 148, 'Saddina', 356141000, -54519100, 0),
(123699, 1464, 148, 'Tamorot', 349363200, -47794000, 0),
(123700, 1465, 148, 'Aknoul', 346537100, -38675400, 0),
(123701, 1465, 148, 'Imzourene', 351500000, -38600000, 0),
(123702, 1465, 148, 'Karia Ba Mohamed', 343709400, -52138000, 0),
(123703, 1465, 148, 'Oued Amlil', 342000000, -42800000, 0),
(123704, 1465, 148, 'Oulad Daoud', 344043800, -46934200, 0),
(123705, 1465, 148, 'Tabouda', 347192300, -51403000, 0),
(123706, 1465, 148, 'Tahala', 340484500, -44279500, 0),
(123707, 1465, 148, 'Timezgana', 345800000, -47300000, 0),
(123708, 1465, 148, 'Tirhanimine', 352361900, -39545300, 0),
(123709, 1465, 148, 'Tissa', 342879100, -46637200, 0),
(123710, 1467, 149, 'Manjacaze', -247116700, 338827800, 0),
(123711, 1469, 149, 'Ilha de Mocambique', -150341700, 407358300, 0),
(123712, 3120, 150, 'Pathein', 167833300, 947333300, 0),
(123713, 2910, 150, 'Bhamo', 242666700, 972333300, 0),
(123714, 1474, 150, 'Maymyo', 220333300, 964666700, 0),
(123715, 1474, 150, 'Meiktila', 208666700, 958666700, 0),
(123716, 2911, 150, 'Nyaunglebin', 179500000, 967333300, 0),
(123717, 1478, 150, 'Syriam', 167722200, 962377800, 0),
(123718, 3121, 151, 'Ongandjera', -178833300, 150666700, 0),
(123719, 1485, 151, 'Okakarara', -205833300, 174333300, 0),
(123720, 1488, 153, 'Kodari', 279525100, 859484700, 0),
(123721, 1488, 153, 'Panaoti', 275813800, 855124000, 0),
(123722, 1491, 153, 'Lamjung', 282099200, 843638000, 0),
(123723, 1492, 153, 'Ramechhap', 273256000, 860876800, 0),
(123724, 3122, 153, 'Jumla', 292747200, 821838300, 0),
(123725, 1493, 153, 'Dhankuta', 269833300, 873333300, 0),
(123726, 1496, 153, 'Birganj', 270104300, 848773500, 0),
(123727, 1496, 153, 'Hitura', 274283900, 850321900, 0),
(123728, 3123, 153, 'Pyuthan', 280886700, 828842700, 0),
(123729, 1501, 154, 'Oost-Vlieland', 532970300, 50743100, 0),
(123730, 1502, 154, 'De Horst', 517741700, 59680600, 0),
(123731, 1504, 154, 'Houthem', 508725000, 57930600, 0),
(123732, 1504, 154, 'Ubachsberg', 508533300, 59486100, 0),
(123733, 1505, 154, 'Erp', 516000000, 56069400, 0),
(123734, 1505, 154, 'Welberg', 515766700, 43305600, 0),
(123735, 1511, 155, 'Poindimie', -209333300, 1653333300, 0),
(123736, 1512, 155, 'Dumbea', -221500000, 1664500000, 0),
(123737, 3124, 155, 'We', -209168700, 1672646100, 0),
(123738, 1514, 156, 'Edgecumbe', -379833300, 1768333300, 0),
(123739, 1514, 156, 'Kawerau', -381000000, 1767000000, 0),
(123740, 1514, 156, 'Murupara', -384666700, 1767000000, 0),
(123741, 1515, 156, 'Burnham', -436166700, 1723166700, 0),
(123742, 1515, 156, 'Methven', -436333300, 1716500000, 0),
(123743, 1518, 156, 'Foxton', -404666700, 1753000000, 0),
(123744, 1518, 156, 'Waiouru', -394833300, 1756666700, 0),
(123745, 1521, 156, 'Dargaville', -359333300, 1738833300, 0),
(123746, 1521, 156, 'Maungatapere', -357500000, 1742000000, 0),
(123747, 1521, 156, 'Moerewa', -353833300, 1740333300, 0),
(123748, 1521, 156, 'Ngunguru', -356166700, 1745000000, 0),
(123749, 1521, 156, 'Taipa', -349833300, 1734666700, 0),
(123750, 1521, 156, 'Waimate North', -353166700, 1738833300, 0),
(123751, 1522, 156, 'Milton', -461208300, 1699694400, 0),
(123752, 1523, 156, 'Riverton', -463500000, 1680166700, 0),
(123753, 1524, 156, 'Eltham', -394291700, 1743000000, 0),
(123754, 1524, 156, 'Patea', -397583300, 1744833300, 0),
(123755, 1525, 156, 'Brightwater', -413833300, 1731166700, 0),
(123756, 1525, 156, 'Mapua', -412500000, 1731000000, 0),
(123757, 1526, 156, 'Coromandel', -367666700, 1755000000, 0),
(123758, 1526, 156, 'Otorohanga', -381833300, 1752000000, 0),
(123759, 1526, 156, 'Raglan', -378000000, 1748833300, 0),
(123760, 1526, 156, 'Waihi', -373833300, 1758333300, 0),
(123761, 1526, 156, 'Whangamata', -372000000, 1758666700, 0),
(123762, 1527, 156, 'Castlepoint', -409000000, 1762166700, 0),
(123763, 1527, 156, 'Waipawa', -414122200, 1755152800, 0),
(123764, 1529, 157, 'Waslala', 132333300, -853833300, 0),
(123765, 1531, 157, 'Dolores', 118562100, -862157500, 0),
(123766, 1531, 157, 'Jinotepe', 118496200, -861990300, 0),
(123767, 1532, 157, 'Chichigalpa', 125775800, -870270500, 0),
(123768, 1532, 157, 'El Viejo', 126633000, -871672200, 0),
(123769, 1533, 157, 'Santo Tomas', 120693800, -850905900, 0),
(123770, 1535, 157, 'Nandaime', 117569600, -860528600, 0),
(123771, 1537, 157, 'Larreynaga', 126769200, -865719300, 0),
(123772, 1537, 157, 'Santa Rosa del Penon', 128011600, -863699400, 0),
(123773, 3125, 157, 'Somoto', 134808200, -865820800, 0),
(123774, 1538, 157, 'Carlos Fonseca Amador', 119800900, -865057100, 0),
(123775, 1538, 157, 'Masachapa', 117868700, -865141600, 0),
(123776, 1539, 157, 'Nindiri', 120038600, -861212800, 0),
(123777, 3126, 157, 'San Carlos', 111236000, -847779500, 0),
(123778, 1543, 157, 'Tola', 114392700, -859389100, 0),
(123779, 2919, 158, 'Gaya', 118843500, 34491900, 0),
(123780, 2921, 158, 'Birni N Konni', 137956200, 52553000, 0),
(123781, 1557, 159, 'Awgu', 60742000, 74786000, 0),
(123782, 1564, 159, 'Omu Aran', 81333300, 51000000, 0),
(123783, 1566, 159, 'Ado Odo', 66000000, 29333300, 0),
(123784, 1570, 159, 'Bukuru', 98000000, 88666700, 0),
(123785, 1575, 163, 'Fagerstrand', 597347200, 105930600, 0),
(123786, 1575, 163, 'Neskollen', 601215900, 113392600, 0),
(123787, 1577, 163, 'Aros', 597030600, 105136100, 0),
(123788, 1577, 163, 'Fla', 604302100, 94619700, 0),
(123789, 1577, 163, 'Hol', 606151100, 82939800, 0),
(123790, 1577, 163, 'Prestfoss', 600422300, 96302200, 0),
(123791, 1578, 163, 'Berlevag', 708577800, 290863600, 0),
(123792, 1578, 163, 'Tana bru', 701990900, 281903900, 0),
(123793, 1578, 163, 'Vardo', 703704800, 311106600, 0),
(123794, 1579, 163, 'Sand', 603922000, 115403000, 0),
(123795, 1579, 163, 'Skotterud', 599828100, 121282500, 0),
(123796, 1579, 163, 'Spetalen', 601833300, 119000000, 0),
(123797, 1580, 163, 'Jondal', 602756100, 62522900, 0),
(123798, 1580, 163, 'Masfjorden', 607988700, 53041800, 0),
(123799, 1580, 163, 'Syfteland', 602375000, 54483300, 0),
(123800, 1581, 163, 'Batnfjordsora', 628927100, 76818000, 0),
(123801, 1581, 163, 'Falkhytta', 628050000, 68872200, 0),
(123802, 1581, 163, 'Hjelset', 627833300, 74833300, 0),
(123803, 1581, 163, 'Liaboen', 631224900, 83158700, 0),
(123804, 1581, 163, 'Midsund', 626727800, 66749800, 0),
(123805, 1581, 163, 'Steinshamn', 627832700, 64697500, 0),
(123806, 1581, 163, 'Tingvoll', 629131800, 82052600, 0),
(123807, 1581, 163, 'Vatne', 625666700, 66500000, 0),
(123808, 1582, 163, 'Hoylandet', 646288700, 123020600, 0),
(123809, 1582, 163, 'Joa', 646591000, 112653500, 0),
(123810, 1582, 163, 'Ranemsletta', 644944700, 119491200, 0),
(123811, 1582, 163, 'Straumen', 638708600, 112998900, 0),
(123812, 1583, 163, 'Ballangen', 683428300, 168314500, 0),
(123813, 1583, 163, 'Hemnesberget', 662333300, 136333300, 0),
(123814, 1583, 163, 'Hol', 685490200, 163921800, 0),
(123815, 1583, 163, 'Inndyr', 670338000, 140275700, 0),
(123816, 1583, 163, 'Kjopsvik', 680969600, 163741600, 0),
(123817, 1583, 163, 'Korgen', 660771300, 138153100, 0),
(123818, 1583, 163, 'Moldjord', 670060100, 145743000, 0),
(123819, 1583, 163, 'Oppeide', 680852400, 156031400, 0),
(123820, 1583, 163, 'Sorland', 676669600, 126934300, 0),
(123821, 1583, 163, 'Trofors', 655333500, 134063100, 0),
(123822, 1583, 163, 'Vevelstad', 656978000, 124370600, 0),
(123823, 1583, 163, 'Vik', 653125400, 121673400, 0),
(123824, 1584, 163, 'Bismo', 618838700, 82691400, 0),
(123825, 1584, 163, 'Fossbergom', 618377300, 85684200, 0),
(123826, 1584, 163, 'Hundorp', 615552300, 99406900, 0),
(123827, 1584, 163, 'Roa', 602909300, 106158500, 0),
(123828, 1586, 163, 'Fossby', 592221800, 116992800, 0),
(123829, 1586, 163, 'Romskog', 597497000, 118112000, 0),
(123830, 1587, 163, 'Vikevag', 590975800, 56969400, 0),
(123831, 1588, 163, 'Balestrand', 612075700, 65334000, 0),
(123832, 1588, 163, 'Eivinvik', 609813800, 50736200, 0),
(123833, 1588, 163, 'Laerdalsoyri', 610980500, 74815800, 0),
(123834, 1588, 163, 'Naustdal', 615089600, 57167500, 0),
(123835, 1589, 163, 'Alen', 628418500, 113013000, 0),
(123836, 1589, 163, 'As', 639666700, 102000000, 0),
(123837, 1589, 163, 'Fillan', 636063800, 89696100, 0),
(123838, 1589, 163, 'Krokstadora', 634009900, 95006200, 0),
(123839, 1589, 163, 'Lensvik', 635138900, 98061100, 0),
(123840, 1589, 163, 'Steinsdalen', 642987500, 105128400, 0),
(123841, 1590, 163, 'Sauland', 596161000, 89375500, 0),
(123842, 1591, 163, 'Arstein', 686903300, 175422400, 0),
(123843, 1591, 163, 'Brostadbotn', 690887300, 176948900, 0),
(123844, 1591, 163, 'Gryllefjord', 693630400, 170528400, 0),
(123845, 1591, 163, 'Sjovegan', 688726200, 178474400, 0),
(123846, 1591, 163, 'Skaland', 694445600, 172983200, 0),
(123847, 1591, 163, 'Tennevoll', 687471000, 178062100, 0),
(123848, 1591, 163, 'Vangsvika', 691705700, 177341600, 0),
(123849, 1592, 163, 'Kyrkjebygda', 586152300, 74139100, 0),
(123850, 1592, 163, 'Tangvall', 580969200, 78145500, 0),
(123851, 1592, 163, 'Vestbygd', 581000000, 65833300, 0),
(123852, 1593, 163, 'Selvik', 595688900, 102583300, 0),
(123853, 1594, 164, 'Bidbid', 234078600, 581283000, 0),
(123854, 1594, 164, 'Izki', 229333300, 577666700, 0),
(123855, 1597, 164, 'Al Qabil', 225710000, 586947200, 0),
(123856, 1599, 164, 'Badiyah', 224500000, 588000000, 0),
(123857, 1602, 164, 'Dib Dibba', 261977800, 562577800, 0),
(123858, 1604, 165, 'Palandri', 337177000, 736873900, 0),
(123859, 1604, 165, 'Rawala Kot', 338578200, 737604300, 0),
(123860, 1605, 165, 'Dera Bugti', 290306900, 691509900, 0),
(123861, 1605, 165, 'Dera Murad Jamali', 285465700, 682230800, 0),
(123862, 1605, 165, 'Duki', 301541400, 685728000, 0),
(123863, 1605, 165, 'Gadani', 251185300, 667298500, 0),
(123864, 1605, 165, 'Gwadar', 251216300, 623254100, 0),
(123865, 1605, 165, 'Hala', 258130800, 684227300, 0),
(123866, 1605, 165, 'Harnai', 301004700, 679374100, 0),
(123867, 1605, 165, 'Jhatpat', 283747700, 683487400, 0),
(123868, 1605, 165, 'Khadan Khak', 307477400, 677084600, 0),
(123869, 1605, 165, 'Kharan', 285833300, 654166700, 0),
(123870, 1605, 165, 'Nushki', 295542300, 660214800, 0),
(123871, 1605, 165, 'Pishin', 305802800, 669961100, 0),
(123872, 1605, 165, 'Sibi', 295448000, 678764000, 0),
(123873, 1605, 165, 'Usta Muhammad', 281794300, 680445400, 0),
(123874, 1605, 165, 'Ziarat', 303823000, 677282200, 0),
(123875, 1606, 165, 'Gulishah Kach', 326707400, 703392200, 0),
(123876, 1606, 165, 'Miram Shah', 330086100, 700697200, 0),
(123877, 1606, 165, 'Wana', 322988900, 695725000, 0),
(123878, 1608, 165, 'Batgram', 346818400, 730317100, 0),
(123879, 1608, 165, 'Dir', 352058300, 718755600, 0),
(123880, 1608, 165, 'Doaba', 334244400, 707363900, 0),
(123881, 1608, 165, 'Karak', 331173800, 710949000, 0),
(123882, 1608, 165, 'Noorabad', 342519500, 719665600, 0),
(123883, 1608, 165, 'Paharpur', 321038400, 709723500, 0),
(123884, 1608, 165, 'Sarai Naurang', 328259100, 707813600, 0),
(123885, 1608, 165, 'Shabqadar', 342139000, 715552300, 0),
(123886, 1608, 165, 'Shorko', 319099100, 708774100, 0),
(123887, 1608, 165, 'Tangi', 343005600, 716536100, 0),
(123888, 1608, 165, 'Topi', 340704100, 726235800, 0),
(123889, 1608, 165, 'Utmanzai', 341879900, 717628600, 0),
(123890, 1608, 165, 'Zaida', 340602800, 724677800, 0),
(123891, 1609, 165, 'Gakuch', 361768300, 737638300, 0),
(123892, 1610, 165, 'Ahmadpur Sial', 306753900, 717482800, 0),
(123893, 1610, 165, 'Alipur', 293846400, 709115700, 0),
(123894, 1610, 165, 'Chuhar Kana', 317500000, 738000000, 0),
(123895, 1610, 165, 'Daira Din Panah', 305702000, 709361100, 0),
(123896, 1610, 165, 'Darya Khan', 317912300, 711039400, 0),
(123897, 1610, 165, 'Dijkot', 312166700, 729833300, 0),
(123898, 1610, 165, 'Dunyapur', 297995000, 717195800, 0),
(123899, 1610, 165, 'Faqirwali', 294663100, 730340300, 0),
(123900, 1610, 165, 'Fazalpur', 321833300, 750666700, 0),
(123901, 1610, 165, 'Garh Maharaja', 308338800, 719052900, 0),
(123902, 1610, 165, 'Hadali', 326413200, 745690400, 0),
(123903, 1610, 165, 'Harnoli', 322791700, 715538900, 0),
(123904, 1610, 165, 'Haru Zbad', 296133300, 731388900, 0),
(123905, 1610, 165, 'Hasan Abdal', 304333300, 727000000, 0),
(123906, 1610, 165, 'Haveli', 304501600, 736988800, 0),
(123907, 1610, 165, 'Jampur', 296441400, 705954400, 0),
(123908, 1610, 165, 'Jand', 334298500, 720192800, 0),
(123909, 1610, 165, 'Jaranwala', 313333300, 734333300, 0),
(123910, 1610, 165, 'Jatoi Shimali', 295165400, 708503200, 0),
(123911, 1610, 165, 'Kalabagh', 329650000, 715569700, 0),
(123912, 1610, 165, 'Kalaswala', 322009300, 746491400, 0),
(123913, 1610, 165, 'Kallar Kahar', 327833300, 727000000, 0),
(123914, 1610, 165, 'Kalur Kot', 321563900, 712594400, 0),
(123915, 1610, 165, 'Kamir', 304333300, 730500000, 0),
(123916, 1610, 165, 'Kanganpur', 307662900, 741231100, 0),
(123917, 1610, 165, 'Karor', 312274100, 709492300, 0),
(123918, 1610, 165, 'Khairpur', 295811100, 722363900, 0),
(123919, 1610, 165, 'Khewra', 326479300, 730105800, 0),
(123920, 1610, 165, 'Khurrianwala', 315005600, 732666700, 0),
(123921, 1610, 165, 'Kohror Pakka', 296238200, 719167300, 0),
(123922, 1610, 165, 'Kot Addu', 304692000, 709671400, 0),
(123923, 1610, 165, 'Kot Ghulam Muhammad', 323329800, 745479800, 0),
(123924, 1610, 165, 'Kot Radha Kishan', 311725000, 740997200, 0),
(123925, 1610, 165, 'Kot Samaba', 285522000, 704683700, 0),
(123926, 1610, 165, 'Kundian', 324587200, 714775400, 0),
(123927, 1610, 165, 'Kunjah', 325284800, 739736800, 0),
(123928, 1610, 165, 'Mailsi', 298002800, 721758300, 0),
(123929, 1610, 165, 'Mankera', 313865600, 714406700, 0),
(123930, 1610, 165, 'Minchinabad', 301630000, 735685400, 0),
(123931, 1610, 165, 'Narang', 319132000, 745175600, 0),
(123932, 1610, 165, 'Naushahra Virkan', 319628400, 739722500, 0),
(123933, 1610, 165, 'Pasrur', 322641300, 746634200, 0),
(123934, 1610, 165, 'Pind Dadan Khan', 325878900, 730456400, 0),
(123935, 1610, 165, 'Pir Mahal', 307666700, 724333300, 0),
(123936, 1610, 165, 'Qadirpur Ran', 302923800, 716711700, 0),
(123937, 1610, 165, 'Raiwind', 312544400, 742177800, 0),
(123938, 1610, 165, 'Raja Jang', 312208300, 742519400, 0),
(123939, 1610, 165, 'Rojhan', 286867700, 699534300, 0),
(123940, 1610, 165, 'Sanjwal', 337608300, 724336100, 0),
(123941, 1610, 165, 'Sarai Alamgir', 329012200, 737559100, 0),
(123942, 1610, 165, 'Shahr Sultan', 295764600, 710211600, 0),
(123943, 1610, 165, 'Shakargarr', 322623200, 751668200, 0),
(123944, 1610, 165, 'Shujaabad', 298796700, 712931300, 0),
(123945, 1610, 165, 'Sodhra', 324616200, 741823400, 0),
(123946, 1610, 165, 'Sukheke Mandi', 318638800, 735112200, 0),
(123947, 1610, 165, 'Warburton', 315500000, 738333300, 0),
(123948, 1610, 165, 'Yazman Mandi', 291212200, 717445900, 0),
(123949, 1610, 165, 'Zafarwal', 323463100, 748998700, 0),
(123950, 1611, 165, 'Badin', 246559900, 688384100, 0),
(123951, 1611, 165, 'Bagarji', 277559900, 687523600, 0),
(123952, 1611, 165, 'Bozdar', 271827500, 686360400, 0),
(123953, 1611, 165, 'Chor', 255166700, 697666700, 0),
(123954, 1611, 165, 'Chuhar Jamali', 243895300, 679923400, 0),
(123955, 1611, 165, 'Dadu', 267328600, 677763100, 0),
(123956, 1611, 165, 'Darya Khan Marri', 266774800, 682859000, 0),
(123957, 1611, 165, 'Daur', 264583400, 683191500, 0),
(123958, 1611, 165, 'Digri', 251557900, 691112900, 0),
(123959, 1611, 165, 'Garhi Yasin', 279069000, 685109600, 0),
(123960, 1611, 165, 'Hingorja', 272108800, 684159800, 0),
(123961, 1611, 165, 'Jhol', 259550700, 688882100, 0),
(123962, 1611, 165, 'Kambar', 275867600, 680010300, 0),
(123963, 1611, 165, 'Karaundi', 268974500, 684068100, 0),
(123964, 1611, 165, 'Kashmor', 284333300, 695833300, 0),
(123965, 1611, 165, 'Khanpur', 278435800, 694137300, 0),
(123966, 1611, 165, 'Kot Diji', 273427200, 687083400, 0),
(123967, 1611, 165, 'Kunri', 251784700, 695691300, 0),
(123968, 1611, 165, 'Mirpur Mathelo', 280227100, 695488600, 0),
(123969, 1611, 165, 'Moro', 266645900, 680015600, 0),
(123970, 1611, 165, 'Pano Aqil', 278568500, 691115600, 0),
(123971, 1611, 165, 'Pir jo Goth', 275910200, 686178600, 0),
(123972, 1611, 165, 'Ranipur', 272879200, 685050500, 0),
(123973, 1611, 165, 'Rohri', 276922300, 688950600, 0),
(123974, 1611, 165, 'Rustam jo Goth', 279689700, 688048100, 0),
(123975, 1611, 165, 'Sanghar', 260465600, 689481000, 0),
(123976, 1611, 165, 'Sann', 260418400, 681377700, 0),
(123977, 1611, 165, 'Shikarpur', 279570600, 686378900, 0),
(123978, 1611, 165, 'Talhar', 248833300, 688166700, 0),
(123979, 1611, 165, 'Tando Adam', 257637400, 686609800, 0),
(123980, 1611, 165, 'Tando Allahyar', 254626300, 687192300, 0),
(123981, 1611, 165, 'Tando Jam', 254271800, 685361900, 0),
(123982, 1611, 165, 'Tando Muhammad Khan', 251230100, 685357700, 0),
(123983, 1611, 165, 'Tharu Shah', 269442300, 681160200, 0),
(123984, 1611, 165, 'Thul', 282403400, 687758800, 0),
(123985, 1611, 165, 'Ubauro', 281652400, 697289000, 0),
(123986, 1613, 167, 'Juhr ad Dik', 314557100, 344371900, 0),
(123987, 1613, 167, 'Wadi as Salqa', 314004800, 343375400, 0),
(123988, 1614, 167, '''Anata', 318092400, 352590200, 0),
(123989, 1614, 167, '''Atarah', 320005800, 352046600, 0),
(123990, 1614, 167, '''Attil', 323693500, 350718900, 0),
(123991, 1614, 167, 'Abu Qashsh', 319488300, 351842600, 0),
(123992, 1614, 167, 'Ad Dawhah', 316994800, 351804700, 0),
(123993, 1614, 167, 'Al ''Araqa', 324705700, 352002700, 0),
(123994, 1614, 167, 'Al Buq''ah', 315419900, 351427900, 0),
(123995, 1614, 167, 'Al Hashimiyah', 324639200, 352193800, 0),
(123996, 1614, 167, 'Al Majd', 314805600, 349510800, 0),
(123997, 1614, 167, 'An Naqurah', 322650600, 352013500, 0),
(123998, 1614, 167, 'Az Zubaydat', 321733000, 355300500, 0),
(123999, 1614, 167, 'Bayt Jala', 317154500, 351878800, 0),
(124000, 1614, 167, 'Bayt Surik', 318239600, 351500000, 0),
(124001, 1614, 167, 'Baytin', 319291000, 352374500, 0),
(124002, 1614, 167, 'Burqah', 323017700, 351926300, 0),
(124003, 1614, 167, 'Dayr Sharaf', 322532600, 351889300, 0),
(124004, 1614, 167, 'East Jerusalem', 317833600, 352338800, 0),
(124005, 1614, 167, 'Far''un', 322861300, 350232600, 0),
(124006, 1614, 167, 'Hablah', 321652300, 349774800, 0),
(124007, 1614, 167, 'Haris', 321142400, 351419200, 0),
(124008, 1614, 167, 'Kafr ''Abbush', 322235300, 350850400, 0),
(124009, 1614, 167, 'Kafr Malik', 319882500, 353069100, 0),
(124010, 1614, 167, 'Kafr Qaddum', 322213900, 351422200, 0),
(124011, 1614, 167, 'Kafr Qallil', 321903700, 352759000, 0),
(124012, 1614, 167, 'Karney Shomron', 321714000, 350976700, 0),
(124013, 1614, 167, 'Khirbat Abu Falah', 320080600, 353044900, 0),
(124014, 1614, 167, 'Khursa', 314823200, 350174200, 0),
(124015, 1614, 167, 'Majdal Bani Fadil', 320835700, 353637800, 0),
(124016, 1614, 167, 'Qalandiya', 318628900, 352081600, 0),
(124017, 1614, 167, 'Qarawat Bani Hasan', 321256800, 351006100, 0),
(124018, 1614, 167, 'Qibya', 319779900, 350114100, 0),
(124019, 1614, 167, 'Sabastiyah', 322752800, 351996400, 0),
(124020, 1614, 167, 'Ya''bad', 324456600, 351682200, 0),
(124021, 1616, 168, 'Boqueron', 85000000, -825666700, 0),
(124022, 1616, 168, 'Las Lomas', 84333300, -824000000, 0),
(124023, 1616, 168, 'Los Algarrobos', 85000000, -824333300, 0),
(124024, 1616, 168, 'Los Anastacios', 85333300, -824166700, 0),
(124025, 1616, 168, 'Palmira', 87166700, -824500000, 0),
(124026, 1616, 168, 'Puerto Armuelles', 82833300, -828666700, 0),
(124027, 1616, 168, 'Tijera', 84666700, -825500000, 0),
(124028, 1617, 168, 'Anton', 84000000, -802666700, 0),
(124029, 1617, 168, 'Llano Marin', 85000000, -803333300, 0),
(124030, 1617, 168, 'Penonome', 85166700, -803666700, 0),
(124031, 1617, 168, 'Rio Hato', 83833300, -801666700, 0),
(124032, 1618, 168, 'Cativa', 93605600, -798436100, 0),
(124033, 1618, 168, 'Margarita', 93313900, -798888900, 0),
(124034, 1618, 168, 'Puerto Escondido', 91933300, -800883300, 0),
(124035, 1618, 168, 'Rio Duque', 92666700, -796833300, 0),
(124036, 1619, 168, 'Ocu', 79500000, -807833300, 0),
(124037, 2936, 168, 'Agua Buena', 78166700, -804000000, 0),
(124038, 2936, 168, 'El Ejido', 79166700, -803833300, 0),
(124039, 1620, 168, 'Alcaldediaz', 91166700, -795500000, 0),
(124040, 1620, 168, 'Cabra', 91166700, -793166700, 0),
(124041, 1620, 168, 'Caimitillo', 91500000, -795333300, 0),
(124042, 1620, 168, 'Chame', 85833300, -798833300, 0),
(124043, 1620, 168, 'El Coco', 88702800, -798150000, 0),
(124044, 1620, 168, 'El Espino', 88394400, -798500000, 0),
(124045, 1620, 168, 'Guadalupe', 88558300, -798133300, 0),
(124046, 1620, 168, 'La Cabima', 91333300, -795333300, 0),
(124047, 1620, 168, 'La Herradura', 88522200, -798072200, 0),
(124048, 1620, 168, 'Los Lotes', 91333300, -793000000, 0),
(124049, 1620, 168, 'Nueva Gorgona', 85500000, -798666700, 0),
(124050, 1620, 168, 'Pacora', 90833300, -792833300, 0),
(124051, 1622, 168, 'Los Algarrobos', 81166700, -810166700, 0),
(124052, 1622, 168, 'Sona', 80166700, -813166700, 0),
(124053, 3127, 169, 'Porgera', -54666700, 1432000000, 0),
(124054, 3128, 169, 'Kiunga', -61219300, 1412906100, 0),
(124055, 1627, 170, 'Colonia Yguazu', -254500000, -550000000, 0),
(124056, 1627, 170, 'Doctor Juan Leon Mallorquin', -254000000, -552666700, 0),
(124057, 1627, 170, 'Naranjal', -259666700, -551833300, 0),
(124058, 1630, 170, 'Colonia General Alfredo Stroessner', -253666700, -557000000, 0),
(124059, 1630, 170, 'Doctor Juan Manuel Frutos', -253666700, -558000000, 0),
(124060, 1630, 170, 'Yhu', -250500000, -559166700, 0),
(124061, 2941, 170, 'Colonia Catuete', -241333300, -546166700, 0),
(124062, 1632, 170, 'Ita', -254833300, -573500000, 0),
(124063, 3129, 170, 'Horqueta', -233427800, -570597200, 0),
(124064, 3130, 170, 'Caacupe', -253833300, -571500000, 0),
(124065, 3130, 170, 'Eusebio Ayala', -254000000, -569666700, 0),
(124066, 1634, 170, 'Arquitecto Tomas Romero Pereira', -264833300, -552500000, 0),
(124067, 1634, 170, 'Bella Vista', -270500000, -555500000, 0),
(124068, 1634, 170, 'Carlos Antonio Lopez', -264000000, -547666700, 0),
(124069, 1634, 170, 'Carmen del Parana', -272333300, -562166700, 0),
(124070, 3131, 170, 'Pirayu', -254833300, -572333300, 0),
(124071, 1637, 170, 'Benjamin Aceval', -249666700, -575666700, 0),
(124072, 3132, 170, 'Nueva Germania', -239000000, -565666700, 0),
(124073, 2942, 171, 'Bagua Grande', -57561100, -784411100, 0),
(124074, 2942, 171, 'La Peca', -56111100, -784350000, 0),
(124075, 1638, 171, 'Puerto Santa', -89905600, -786455600, 0),
(124076, 1638, 171, 'Yauya', -89833300, -773000000, 0),
(124077, 1639, 171, 'San Jeronimo', -136502800, -733650000, 0),
(124078, 1640, 171, 'Acari', -154311100, -746158300, 0),
(124079, 1640, 171, 'Yura', -162522300, -716796900, 0),
(124080, 1641, 171, 'Ayna', -126500000, -739166700, 0),
(124081, 1641, 171, 'Coracora', -150333300, -737833300, 0),
(124082, 1641, 171, 'Huanta', -129333300, -742500000, 0),
(124083, 1642, 171, 'Cajabamba', -76166700, -780500000, 0),
(124084, 1642, 171, 'Cascas', -74833300, -788166700, 0),
(124085, 1642, 171, 'Celendin', -68702800, -781516700, 0),
(124086, 1642, 171, 'Chota', -65500000, -786500000, 0),
(124087, 1642, 171, 'Jaen', -57080600, -788047200, 0),
(124088, 1642, 171, 'San Ignacio', -51458300, -790013900, 0),
(124089, 1644, 171, 'Checacupe', -140269400, -714527800, 0),
(124090, 1644, 171, 'Layo', -144936100, -711550000, 0),
(124091, 1644, 171, 'Lima Pampa', -140886100, -713372200, 0),
(124092, 1644, 171, 'Pisac', -134225000, -718466700, 0),
(124093, 1644, 171, 'Sicuani', -142694400, -712261100, 0),
(124094, 1644, 171, 'Urubamba', -133047200, -721158300, 0),
(124095, 2943, 171, 'Pampas', -124000000, -749000000, 0),
(124096, 1645, 171, 'Llata', -94166700, -767833300, 0),
(124097, 1646, 171, 'Los Aquijes', -140966700, -756908300, 0),
(124098, 1646, 171, 'Minas de Marcona', -152119400, -751102800, 0),
(124099, 1646, 171, 'Palpa', -145336100, -751855600, 0),
(124100, 1646, 171, 'San Juan Bautista', -140108300, -757358300, 0),
(124101, 1646, 171, 'Villa Tupac Amaru', -137000000, -761500000, 0),
(124102, 1647, 171, 'Concepcion', -119181100, -753117300, 0),
(124103, 1647, 171, 'Jauja', -117758400, -754965600, 0),
(124104, 1647, 171, 'La Oroya', -115189300, -758993500, 0),
(124105, 1647, 171, 'Mazamari', -113258300, -745308300, 0),
(124106, 1647, 171, 'Perene', -109491700, -752261100, 0),
(124107, 1647, 171, 'Tarma', -114197200, -756908300, 0),
(124108, 1648, 171, 'Chocope', -77913900, -792216700, 0),
(124109, 1648, 171, 'Huamachuco', -78000000, -780666700, 0),
(124110, 1648, 171, 'Laredo', -80896500, -789602000, 0),
(124111, 1648, 171, 'Moche', -81711100, -790091700, 0),
(124112, 1648, 171, 'Otuzco', -79000000, -785833300, 0),
(124113, 1648, 171, 'Paijan', -77333300, -793022200, 0),
(124114, 1649, 171, 'Olmos', -59847200, -797452800, 0),
(124115, 1649, 171, 'Picsi', -67177800, -797697200, 0),
(124116, 1649, 171, 'Pimentel', -68366700, -799341700, 0),
(124117, 1649, 171, 'Reque', -68655600, -798177800, 0),
(124118, 1649, 171, 'Santa Rosa', -67666700, -798333300, 0),
(124119, 1650, 171, 'Huaura', -110700000, -775994400, 0),
(124120, 1650, 171, 'Matucana', -118500000, -764000000, 0),
(124121, 1650, 171, 'Paramonga', -106666700, -778333300, 0),
(124122, 1650, 171, 'Ricardo Palma', -119180600, -766663900, 0),
(124123, 1650, 171, 'San Vicente de Canete', -130751200, -763835200, 0),
(124124, 1650, 171, 'Sayan', -111361100, -771933300, 0),
(124125, 1650, 171, 'Supe', -108000000, -777333300, 0),
(124126, 1651, 171, 'Contamana', -73333300, -750166700, 0),
(124127, 1651, 171, 'Ramon Castilla', -42569400, -699594400, 0),
(124128, 1651, 171, 'Saquena', -46666700, -735166700, 0),
(124129, 1651, 171, 'Yurimaguas', -59000000, -760833300, 0),
(124130, 1652, 171, 'Iberia', -113500000, -695833300, 0),
(124131, 2944, 171, 'Pacocha', -175833300, -713333300, 0),
(124132, 2945, 171, 'Oxapampa', -105775000, -754016700, 0),
(124133, 2945, 171, 'Villa Rica', -107394400, -752697200, 0),
(124134, 1653, 171, 'Catacaos', -52666700, -806833300, 0),
(124135, 1653, 171, 'Chulucanas', -50925000, -801625000, 0),
(124136, 1653, 171, 'Mancora', -41077800, -810475000, 0),
(124137, 1653, 171, 'Marcavelica', -48777800, -807052800, 0),
(124138, 1653, 171, 'Sechura', -55569400, -808222200, 0),
(124139, 1653, 171, 'Sullana', -49038900, -806852800, 0),
(124140, 1655, 171, 'Macusani', -140833300, -704333300, 0),
(124141, 1656, 171, 'Huicungo', -72833300, -768000000, 0),
(124142, 1656, 171, 'Juanjui', -71778500, -767313500, 0),
(124143, 1656, 171, 'Rioja', -60586100, -771650000, 0),
(124144, 1656, 171, 'San Jose de Sisa', -66167400, -766914600, 0),
(124145, 1656, 171, 'Uchiza', -84591700, -764633300, 0),
(124146, 1658, 171, 'Zarumilla', -35030600, -802730600, 0),
(124147, 1658, 171, 'Zorritos', -36804600, -806781900, 0),
(124148, 1660, 172, 'Luba', 173180000, 1206945000, 0),
(124149, 1660, 172, 'San Quintin', 175424000, 1205199000, 0),
(124150, 1660, 172, 'Tubo', 172667000, 1207355000, 0),
(124151, 1660, 172, 'Villaviciosa', 174379000, 1206262000, 0),
(124152, 3133, 172, 'Bancasi', 89666700, 1254666700, 0),
(124153, 3133, 172, 'Cabadbaran', 91236100, 1255344400, 0),
(124154, 3133, 172, 'Calamba', 91036100, 1255941700, 0),
(124155, 3133, 172, 'Jagupit', 92422200, 1255580600, 0),
(124156, 3133, 172, 'Nasipit', 89691700, 1252947200, 0),
(124157, 2946, 172, 'Alegria', 85066700, 1260119400, 0),
(124158, 2946, 172, 'Bayugan', 87561100, 1257675000, 0),
(124159, 2946, 172, 'Bunawan', 81672200, 1259908300, 0),
(124160, 2946, 172, 'Kauswagan', 85166700, 1257500000, 0),
(124161, 2946, 172, 'Sibagat', 88225000, 1256975000, 0),
(124162, 1661, 172, 'Dungon', 117196000, 1223160000, 0),
(124163, 1661, 172, 'Lalab', 115749000, 1224284000, 0),
(124164, 1661, 172, 'Makato', 117120000, 1222922000, 0),
(124165, 1661, 172, 'Nabas', 118310000, 1220870000, 0),
(124166, 1661, 172, 'Yapak', 119500000, 1219333300, 0),
(124167, 1662, 172, 'Bacacay', 132934000, 1237919000, 0),
(124168, 1662, 172, 'Binodegahan', 130614000, 1234579000, 0),
(124169, 1662, 172, 'Lanigay', 133166700, 1235000000, 0),
(124170, 1662, 172, 'Libog', 132349000, 1237778000, 0),
(124171, 1662, 172, 'San Agustin', 133263000, 1234177000, 0),
(124172, 1663, 172, 'Belison', 108384000, 1219605000, 0),
(124173, 1663, 172, 'Hamtic', 107023000, 1219824000, 0),
(124174, 1663, 172, 'Piape I', 107288000, 1219724000, 0),
(124175, 1663, 172, 'Tibiao', 112915200, 1220354100, 0),
(124176, 1663, 172, 'Tobias Fornier', 105150000, 1219461000, 0),
(124177, 1664, 172, 'Dinalongan', 161404000, 1219573000, 0),
(124178, 1664, 172, 'San Luis', 157208000, 1215205000, 0),
(124179, 3134, 172, 'Guiong', 64186100, 1220258300, 0),
(124180, 3134, 172, 'Semut', 66636100, 1222188900, 0),
(124181, 3134, 172, 'Tipo-Tipo', 65813900, 1221794400, 0),
(124182, 1667, 172, 'Abucay', 147222200, 1205383300, 0),
(124183, 1667, 172, 'Hermosa', 148314000, 1205081000, 0),
(124184, 1667, 172, 'Orion', 146205600, 1205816700, 0),
(124185, 1667, 172, 'Parang', 146331000, 1204493000, 0),
(124186, 1667, 172, 'Samal', 147677800, 1205430600, 0),
(124187, 2948, 172, 'Itbayat', 207873300, 1218417800, 0),
(124188, 1668, 172, 'Aga', 140965000, 1208021700, 0),
(124189, 1668, 172, 'Alupay', 138419400, 1212958300, 0),
(124190, 1668, 172, 'Balagtasin', 139018000, 1210889000, 0),
(124191, 1668, 172, 'Bolboc', 140207400, 1207559500, 0),
(124192, 1668, 172, 'Cuenca', 139020000, 1210521000, 0),
(124193, 1668, 172, 'Dayapan', 139372300, 1209162000, 0),
(124194, 1668, 172, 'Mataas Na Kahoy', 139589000, 1211138000, 0),
(124195, 1668, 172, 'Matala', 138287000, 1211549000, 0),
(124196, 1668, 172, 'Mataywanac', 140311000, 1207296000, 0),
(124197, 1668, 172, 'Mulauin', 138666700, 1210166700, 0),
(124198, 1668, 172, 'Nasugbu', 140722000, 1206332000, 0),
(124199, 1668, 172, 'Payapa', 139980400, 1208920600, 0),
(124200, 1668, 172, 'Pulangbato', 137475000, 1213986100, 0),
(124201, 1668, 172, 'San Jose', 138520900, 1209495100, 0),
(124202, 1668, 172, 'San Luis', 138546900, 1209165300, 0),
(124203, 1668, 172, 'San Nicolas', 139282500, 1209510000, 0),
(124204, 1668, 172, 'Santa Rita Aplaya', 137726000, 1210259000, 0),
(124205, 1668, 172, 'Subic', 139485900, 1209401300, 0),
(124206, 1670, 172, 'Amlimay', 166937700, 1208370400, 0),
(124207, 1671, 172, 'Aguining', 100861000, 1245944000, 0),
(124208, 1671, 172, 'Alburquerque', 96080600, 1239580600, 0),
(124209, 1671, 172, 'Batuan', 97808000, 1241484000, 0),
(124210, 1671, 172, 'Biking', 95922200, 1238461100, 0),
(124211, 1671, 172, 'Bilar', 97082500, 1241071700, 0),
(124212, 1671, 172, 'Candabong', 97343000, 1245383000, 0),
(124213, 1671, 172, 'Canjulao', 96605000, 1243532000, 0),
(124214, 1671, 172, 'Carmen', 98223000, 1241964000, 0),
(124215, 1671, 172, 'Catigbian', 98511100, 1239977800, 0),
(124216, 1671, 172, 'Catungawan Sur', 97817000, 1244693000, 0),
(124217, 1671, 172, 'Corella', 96875000, 1239218000, 0),
(124218, 1671, 172, 'Dagohoy', 98927000, 1242727000, 0),
(124219, 1671, 172, 'Danao', 95697200, 1237711100, 0),
(124220, 1671, 172, 'Dimiao', 96064000, 1241633000, 0),
(124221, 1671, 172, 'Duero', 97090000, 1244055000, 0),
(124222, 1671, 172, 'Duljo', 95894400, 1237269400, 0),
(124223, 1671, 172, 'Hinlayagan Ilaud', 100306100, 1243345700, 0),
(124224, 1671, 172, 'Jagna', 96531000, 1243697000, 0),
(124225, 1671, 172, 'Jandayan', 101666700, 1241833300, 0),
(124226, 1671, 172, 'Loon', 97998000, 1237929000, 0),
(124227, 1672, 172, 'Calabugao', 84563900, 1251588900, 0),
(124228, 1672, 172, 'Damulog', 74836100, 1249430600, 0),
(124229, 1672, 172, 'Don Carlos', 76800000, 1250050000, 0),
(124230, 1672, 172, 'Kadingilan', 76011100, 1249086100, 0),
(124231, 1672, 172, 'Maramag', 77633300, 1250052800, 0),
(124232, 1672, 172, 'Pontian', 82811100, 1249002800, 0),
(124233, 1672, 172, 'San Carlos', 79597200, 1250775000, 0),
(124234, 1673, 172, 'Balagtas', 148166700, 1208666700, 0),
(124235, 1673, 172, 'Balasing', 148545000, 1210127000, 0),
(124236, 1673, 172, 'Bocaue', 147983300, 1209261100, 0),
(124237, 1673, 172, 'Calumpang', 138423900, 1209755500, 0),
(124238, 1673, 172, 'Kamias', 151736000, 1209651000, 0),
(124239, 1673, 172, 'Pantubig', 149680600, 1209547200, 0),
(124240, 1673, 172, 'Paombong', 148311100, 1207891700, 0),
(124241, 1673, 172, 'San Miguel', 151454000, 1209789000, 0),
(124242, 1673, 172, 'Santa Maria', 148208300, 1209636100, 0),
(124243, 1674, 172, 'Basag', 89247200, 1256177800, 0),
(124244, 1674, 172, 'Taligaman', 89044400, 1256558300, 0),
(124245, 1676, 172, 'Aggugaddan', 177054100, 1218106500, 0),
(124246, 1676, 172, 'Amulung', 178357000, 1217237500, 0),
(124247, 1676, 172, 'Camalaniugan', 182740000, 1216748000, 0),
(124248, 1676, 172, 'Casambalangan', 183764600, 1221274500, 0),
(124249, 1676, 172, 'Claveria', 186074200, 1210832200, 0),
(124250, 1676, 172, 'Gammad', 177104000, 1217437000, 0),
(124251, 1676, 172, 'Pamplona', 184663900, 1213411100, 0),
(124252, 1676, 172, 'Santa Cruz', 185164600, 1213105200, 0),
(124253, 1680, 172, 'Pambuhan', 139736000, 1230837000, 0),
(124254, 1680, 172, 'Santo Domingo', 141338000, 1228883000, 0),
(124255, 1680, 172, 'Tulay na Lupa', 140934000, 1227862000, 0),
(124256, 1681, 172, 'Antipolo', 133927000, 1235231000, 0),
(124257, 1681, 172, 'Ayugan', 135469000, 1233217000, 0),
(124258, 1681, 172, 'Baao', 134549000, 1233653000, 0),
(124259, 1681, 172, 'Cadlan', 135971000, 1232570000, 0),
(124260, 1681, 172, 'Caraycayon', 136166700, 1234833300, 0),
(124261, 1681, 172, 'Garchitorena', 138804000, 1236946000, 0),
(124262, 1681, 172, 'Goa', 136978000, 1234892000, 0),
(124263, 1681, 172, 'Kaliliog', 139039000, 1232925000, 0),
(124264, 1681, 172, 'Lagonoy', 137342000, 1235207000, 0),
(124265, 1681, 172, 'Libmanan', 136928000, 1230596000, 0),
(124266, 1681, 172, 'Parabcan', 137088000, 1237450000, 0),
(124267, 1681, 172, 'San Agustin', 135740000, 1232641000, 0),
(124268, 1681, 172, 'Tigaon', 136331000, 1234968000, 0),
(124269, 1682, 172, 'Mahinog', 91577800, 1247875000, 0),
(124270, 1682, 172, 'Pandan', 92388000, 1247278000, 0),
(124271, 3135, 172, 'Canlaon', 103863900, 1231963900, 0),
(124272, 1683, 172, 'Dao', 113937000, 1226856000, 0),
(124273, 1684, 172, 'Bagamanoc', 139410000, 1242878000, 0),
(124274, 1685, 172, 'Anuling', 141238800, 1208922000, 0),
(124275, 1685, 172, 'Bulihan', 142697400, 1209954600, 0),
(124276, 1685, 172, 'General Emilio Aguinaldo', 141841700, 1207958300, 0),
(124277, 1685, 172, 'Halayhay', 143738900, 1208133300, 0),
(124278, 1685, 172, 'Javalera', 142549000, 1209166200, 0),
(124279, 1685, 172, 'Luksuhin', 140966700, 1208808300, 0),
(124280, 1685, 172, 'Lumil', 141816800, 1210136500, 0),
(124281, 1685, 172, 'Malabag', 141393800, 1209675100, 0),
(124282, 1685, 172, 'Maragondon', 142733000, 1207377000, 0),
(124283, 1685, 172, 'Mendez-Nunez', 141286100, 1209058300, 0),
(124284, 1685, 172, 'Pangil', 142010200, 1209077800, 0),
(124285, 1685, 172, 'Puting Kahoy', 142157000, 1210310000, 0),
(124286, 1685, 172, 'Taywanak Ilaya', 141575900, 1208465400, 0),
(124287, 1685, 172, 'Tulay', 142696900, 1207692500, 0),
(124288, 1687, 172, 'Alcantara', 99755600, 1234061100, 0),
(124289, 1687, 172, 'Atop-atop', 112322000, 1237602000, 0),
(124290, 1687, 172, 'Bachauan', 112067000, 1239634000, 0),
(124291, 1687, 172, 'Banhigan', 98547200, 1233858300, 0),
(124292, 1687, 172, 'Basdiot', 99413900, 1233761100, 0),
(124293, 1687, 172, 'Buanoy', 104674600, 1236999000, 0),
(124294, 1687, 172, 'Catmon', 107166700, 1240000000, 0),
(124295, 1687, 172, 'Cogan', 105930600, 1240177800, 0),
(124296, 1687, 172, 'Consuelo', 106348000, 1243010000, 0),
(124297, 1687, 172, 'Cordova', 102519400, 1239494400, 0),
(124298, 1687, 172, 'El Pardo', 96600000, 1234944000, 0),
(124299, 1687, 172, 'Hagdan', 113333300, 1239000000, 0),
(124300, 1687, 172, 'Jaclupan', 103000000, 1238166700, 0),
(124301, 1687, 172, 'Lapaz', 109887000, 1239797000, 0),
(124302, 1687, 172, 'Moalboal', 99433300, 1233991700, 0),
(124303, 1687, 172, 'Nugas', 96968000, 1234415000, 0),
(124304, 1687, 172, 'Oslob', 95211000, 1234315000, 0),
(124305, 1687, 172, 'San Fernando', 101624000, 1237076000, 0),
(124306, 1687, 172, 'Sandayong Sur', 104958300, 1239988900, 0),
(124307, 1687, 172, 'Tabogon', 109412000, 1240282000, 0),
(124308, 1687, 172, 'Tabon', 97578000, 1234436000, 0),
(124309, 1687, 172, 'Taytayan', 108787000, 1239771000, 0),
(124310, 1687, 172, 'Tinaan', 112666700, 1237500000, 0),
(124311, 1687, 172, 'Tubod-dugoan', 100443000, 1234994000, 0),
(124312, 1688, 172, 'Salimbao', 72225000, 1242533300, 0),
(124313, 1688, 172, 'Tamontaka', 71805600, 1242255600, 0),
(124314, 2949, 172, 'Kabungahan', 105166700, 1239833300, 0),
(124315, 2950, 172, 'Dapitan', 86463900, 1234208300, 0),
(124316, 1691, 172, 'Davan', 69148700, 1261532300, 0),
(124317, 1691, 172, 'Linao', 70172000, 1259920000, 0),
(124318, 1691, 172, 'Sigaboy', 66541300, 1260726800, 0),
(124319, 1691, 172, 'Tombongon', 70792000, 1259486000, 0),
(124320, 1692, 172, 'Astorga', 69072200, 1254558300, 0),
(124321, 1692, 172, 'Bolila', 63716700, 1255713900, 0),
(124322, 1692, 172, 'Kiblawan', 66141700, 1252366700, 0),
(124323, 1692, 172, 'Matanao', 66791700, 1252550000, 0),
(124324, 1692, 172, 'Matti', 67705600, 1253086100, 0),
(124325, 1689, 172, 'Alejal', 73841700, 1256600000, 0),
(124326, 1689, 172, 'Babak', 71363900, 1256875000, 0),
(124327, 1689, 172, 'Biao', 71633300, 1255211100, 0),
(124328, 1689, 172, 'Hiju', 73810000, 1258296000, 0),
(124329, 1689, 172, 'La Libertad', 74802800, 1256472200, 0),
(124330, 1689, 172, 'Limba-an', 76333300, 1258333300, 0),
(124331, 1689, 172, 'Montevista', 76933300, 1259888900, 0),
(124332, 1689, 172, 'Nabunturan', 76077800, 1259663900, 0),
(124333, 1695, 172, 'Borongan', 116080600, 1254319400, 0),
(124334, 1695, 172, 'General MacArthur', 112463900, 1255394400, 0),
(124335, 1695, 172, 'Lawa-an', 111402800, 1253013900, 0),
(124336, 1695, 172, 'Llorente', 114119400, 1255458300, 0),
(124337, 1695, 172, 'Salcedo', 111469400, 1256650000, 0),
(124338, 3136, 172, 'Banaue', 169135600, 1210618400, 0),
(124339, 3136, 172, 'Kiangan', 167760700, 1210858400, 0),
(124340, 3136, 172, 'Lagawe', 167999600, 1211192400, 0),
(124341, 1698, 172, 'Dalipuga', 83158300, 1242547200, 0),
(124342, 1699, 172, 'Bangui', 185376000, 1207671000, 0),
(124343, 1699, 172, 'Batac City', 180554000, 1205648900, 0),
(124344, 1699, 172, 'Burgos', 185121000, 1206445000, 0),
(124345, 1699, 172, 'Callaguip', 180713900, 1204866700, 0),
(124346, 1699, 172, 'Dingras', 181032000, 1206967000, 0),
(124347, 1699, 172, 'Dumalneg', 185254000, 1208094000, 0),
(124348, 1699, 172, 'Mabusag', 179261000, 1204976000, 0),
(124349, 1699, 172, 'Pagsanahan Norte', 179193000, 1204458000, 0),
(124350, 1699, 172, 'Pasuquin', 183328000, 1206177000, 0),
(124351, 1699, 172, 'Piddig', 181655000, 1207175000, 0),
(124352, 1699, 172, 'Solsona', 180933300, 1207697200, 0),
(124353, 1700, 172, 'Banayoyo', 172333300, 1204833300, 0),
(124354, 1700, 172, 'Cabittaogan', 175827800, 1203655600, 0),
(124355, 1700, 172, 'Cabugao', 177931000, 1204578000, 0),
(124356, 1700, 172, 'Caoayan', 175619400, 1203975000, 0),
(124357, 1700, 172, 'Magsingal', 176850000, 1204244400, 0),
(124358, 1700, 172, 'Narvacan', 174175000, 1204753000, 0),
(124359, 1700, 172, 'Parioc Segundo', 171666700, 1204666700, 0),
(124360, 1700, 172, 'Pudoc', 176066700, 1203702800, 0),
(124361, 1700, 172, 'Salcedo', 171547200, 1205394400, 0),
(124362, 1700, 172, 'Sinait', 178664000, 1204583000, 0),
(124363, 1700, 172, 'Sugpon', 168434000, 1205157000, 0),
(124364, 1701, 172, 'Abangay', 109666700, 1226500000, 0),
(124365, 1701, 172, 'Abilay', 107333300, 1225000000, 0),
(124366, 1701, 172, 'Ajuy', 111724000, 1230197000, 0),
(124367, 1701, 172, 'Alibunan', 111465200, 1224591100, 0),
(124368, 1701, 172, 'Badlan', 111414000, 1225200000, 0),
(124369, 1701, 172, 'Banate', 110022200, 1228175000, 0),
(124370, 1701, 172, 'Barotac Nuevo', 108941700, 1227044400, 0),
(124371, 1701, 172, 'Buga', 107166700, 1222666700, 0),
(124372, 1701, 172, 'Dingle', 109995000, 1226711000, 0),
(124373, 1701, 172, 'Duenas', 110672000, 1226191000, 0),
(124374, 1701, 172, 'Dumangas', 108250000, 1227130000, 0),
(124375, 1701, 172, 'Jalaud', 108436000, 1226404000, 0),
(124376, 1701, 172, 'Jayubo', 110500000, 1223833300, 0),
(124377, 1701, 172, 'Leganes', 107872200, 1225891700, 0),
(124378, 1701, 172, 'Lucena', 108794000, 1225967000, 0),
(124379, 1701, 172, 'Pili', 111196000, 1230147000, 0),
(124380, 1701, 172, 'San Jose', 107702800, 1225338900, 0),
(124381, 1701, 172, 'San Nicolas', 106844400, 1224955600, 0),
(124382, 1701, 172, 'Tigum', 107833300, 1225666700, 0),
(124383, 1701, 172, 'Zarraga', 108197200, 1226080600, 0),
(124384, 1703, 172, 'Antagan Dos', 172764300, 1219043400, 0),
(124385, 1703, 172, 'Benito Soliven', 169815500, 1219599400, 0),
(124386, 1703, 172, 'Cabulay', 167455600, 1214975000, 0),
(124387, 1703, 172, 'Magdalena', 169333300, 1217666700, 0),
(124388, 1703, 172, 'Magsaysay', 173081300, 1217775400, 0),
(124389, 1703, 172, 'San Bernardino', 174038200, 1217538500, 0),
(124390, 1703, 172, 'Santa Maria', 174663900, 1217522200, 0),
(124391, 1703, 172, 'Simimbaan', 171157400, 1215824400, 0),
(124392, 1703, 172, 'Upi', 170804400, 1218364400, 0),
(124393, 2952, 172, 'Agbanawag', 173859300, 1215188500, 0),
(124394, 2952, 172, 'Tabuk', 174189000, 1214443000, 0),
(124395, 1704, 172, 'Aringay', 163940000, 1203545000, 0),
(124396, 1704, 172, 'Caba', 164316000, 1203446000, 0),
(124397, 1704, 172, 'Caronoan West', 162633000, 1204463000, 0),
(124398, 1704, 172, 'Inabaan Sur', 162630000, 1204781000, 0),
(124399, 1704, 172, 'Paringao', 165716700, 1203241700, 0),
(124400, 1704, 172, 'Sibusob', 162270000, 1204947000, 0),
(124401, 1704, 172, 'Tubao', 163482000, 1204122000, 0),
(124402, 1705, 172, 'Bagombong', 143413000, 1213775000, 0),
(124403, 1705, 172, 'Bay', 141831000, 1212848000, 0),
(124404, 1705, 172, 'Bitin', 140938900, 1212127800, 0),
(124405, 1705, 172, 'Cigaras', 142266000, 1214298000, 0),
(124406, 1705, 172, 'Famy', 144376000, 1214482000, 0),
(124407, 1705, 172, 'Kabulusan', 143615000, 1214004000, 0),
(124408, 1705, 172, 'Lilio', 141313000, 1214362000, 0),
(124409, 1705, 172, 'Luisiana', 141850000, 1215109000, 0),
(124410, 1705, 172, 'Mabitac', 144259000, 1214290000, 0),
(124411, 1705, 172, 'Majayjay', 141463000, 1214729000, 0),
(124412, 1705, 172, 'Masapang', 141971000, 1213423000, 0),
(124413, 1705, 172, 'Masaya', 141434000, 1212733000, 0),
(124414, 1705, 172, 'Nagcarlan', 141364000, 1214165000, 0),
(124415, 1705, 172, 'Paagahan', 144447000, 1214010000, 0),
(124416, 1705, 172, 'Pangil', 144008000, 1214685000, 0),
(124417, 1705, 172, 'Santa Maria', 144719000, 1214286000, 0),
(124418, 1705, 172, 'Taytay', 141122000, 1214157000, 0),
(124419, 1705, 172, 'Wawa', 143019000, 1214595000, 0),
(124420, 1706, 172, 'Kauswagan', 81916700, 1240847200, 0),
(124421, 1706, 172, 'Kolambugan', 81144000, 1238971000, 0),
(124422, 1706, 172, 'Tubod', 80555000, 1237904000, 0),
(124423, 1707, 172, 'Malabang', 75902800, 1240702800, 0),
(124424, 1707, 172, 'Ramain', 79708300, 1243452800, 0),
(124425, 1710, 172, 'Banquerohan', 130569400, 1237494400, 0),
(124426, 1710, 172, 'Bariw', 131333300, 1237333300, 0),
(124427, 1710, 172, 'Tagas', 131666700, 1237166700, 0),
(124428, 1711, 172, 'Anahawan', 103429000, 1248782000, 0),
(124429, 1711, 172, 'Balogo', 108868000, 1247105000, 0),
(124430, 1711, 172, 'Bantiqui', 109245000, 1244154000, 0),
(124431, 1711, 172, 'Basud', 113663000, 1243631000, 0),
(124432, 1711, 172, 'Cabacungan', 109333300, 1249816700, 0),
(124433, 1711, 172, 'Doos', 104652800, 1247294400, 0),
(124434, 1711, 172, 'Hipasngo', 106624000, 1248085000, 0),
(124435, 1711, 172, 'Maripipi', 117791700, 1243491700, 0),
(124436, 1711, 172, 'Mayorga', 109000000, 1250000000, 0),
(124437, 1711, 172, 'Pawing', 111800000, 1250027800, 0),
(124438, 1711, 172, 'Polahongon', 105288000, 1249694000, 0),
(124439, 1711, 172, 'Tagbubungang Diot', 111257000, 1244028000, 0),
(124440, 1711, 172, 'Tolosa', 110597200, 1250361100, 0),
(124441, 1714, 172, 'Dadus', 70575000, 1243216700, 0),
(124442, 1714, 172, 'Dinaig', 71725000, 1242286100, 0),
(124443, 2954, 172, 'Bintacay', 134986000, 1218768000, 0),
(124444, 2954, 172, 'Buyabod', 134666000, 1220526000, 0),
(124445, 2954, 172, 'Mogpog', 134744400, 1218613900, 0),
(124446, 1718, 172, 'Armenia', 122532400, 1237436100, 0),
(124447, 1718, 172, 'Aroroy', 125111000, 1233977000, 0),
(124448, 1718, 172, 'Batuan', 124215000, 1237818000, 0),
(124449, 1718, 172, 'Cabitan', 122943400, 1233412100, 0),
(124450, 1718, 172, 'Recodo', 119491400, 1237369500, 0),
(124451, 1718, 172, 'Umabay', 123095400, 1236796100, 0),
(124452, 1719, 172, 'Cabacao', 133356000, 1206588000, 0),
(124453, 1719, 172, 'Paluan', 134160000, 1204623000, 0),
(124454, 1719, 172, 'Santa Teresa', 122518600, 1211125100, 0),
(124455, 1719, 172, 'Tagbak', 138416600, 1200887200, 0),
(124456, 2956, 172, 'Aurora', 132322000, 1211203000, 0),
(124457, 2956, 172, 'Balatero', 135021000, 1209244000, 0),
(124458, 2956, 172, 'Bulalacao', 123253500, 1213435100, 0),
(124459, 2956, 172, 'Pili', 130664000, 1215203200, 0),
(124460, 1720, 172, 'Unidos', 85942000, 1236680000, 0),
(124461, 1721, 172, 'Baikingon', 84722200, 1245536100, 0),
(124462, 1721, 172, 'Balingoan', 90038900, 1248519400, 0),
(124463, 1721, 172, 'Biga', 83577800, 1242597200, 0),
(124464, 1721, 172, 'Looc', 88433300, 1247916700, 0),
(124465, 1721, 172, 'Lourdes', 85250000, 1244322200, 0),
(124466, 1721, 172, 'Lunao', 88502800, 1250563900, 0),
(124467, 1721, 172, 'Napalitan', 87752800, 1248022200, 0),
(124468, 1721, 172, 'Sugbongkogon', 89569400, 1247911100, 0),
(124469, 1721, 172, 'Villanueva', 85888900, 1247755600, 0),
(124470, 2957, 172, 'Barlig', 170372500, 1211038400, 0),
(124471, 2957, 172, 'Bauko', 169898000, 1208671000, 0),
(124472, 2957, 172, 'Betwagan', 170833300, 1209666700, 0),
(124473, 2957, 172, 'Natonin', 171092400, 1212761400, 0),
(124474, 1723, 172, 'Aguisan', 101655600, 1228605600, 0),
(124475, 1723, 172, 'Alacaygan', 108401400, 1230583000, 0),
(124476, 1723, 172, 'Alegria', 106434600, 1230836000, 0),
(124477, 1723, 172, 'Atipuluan', 105111100, 1229541700, 0),
(124478, 1723, 172, 'Bugang', 107418500, 1233933000, 0),
(124479, 1723, 172, 'Busay', 105375000, 1228844400, 0),
(124480, 1723, 172, 'Cadiz Viejo', 109505600, 1232855600, 0),
(124481, 1723, 172, 'Caningay', 98297000, 1226442000, 0),
(124482, 1723, 172, 'Hacienda Refugio', 105216600, 1234445000, 0),
(124483, 1723, 172, 'La Castellana', 103239000, 1230215000, 0),
(124484, 1723, 172, 'Ma-ao', 104833300, 1229833300, 0),
(124485, 1723, 172, 'Santa Cruz', 106337600, 1230821000, 0),
(124486, 1723, 172, 'Taloc', 105722200, 1228966700, 0),
(124487, 1724, 172, 'Balogo', 101148000, 1231706000, 0),
(124488, 1724, 172, 'Canauay', 90651000, 1230524000, 0),
(124489, 1724, 172, 'Dauin', 91914000, 1232654000, 0),
(124490, 1724, 172, 'Maayong Tubig', 91672000, 1232469000, 0),
(124491, 1724, 172, 'San Jose', 94119400, 1232380600, 0),
(124492, 1724, 172, 'Sibulan', 69336100, 1254622200, 0),
(124493, 1724, 172, 'Silab', 94383000, 1231792000, 0),
(124494, 1725, 172, 'Bagontapay', 68588900, 1249088900, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(124495, 1725, 172, 'Dunguan', 69497200, 1248608300, 0),
(124496, 1725, 172, 'Kisante', 69230600, 1251550000, 0),
(124497, 1725, 172, 'Manuangan', 72769400, 1244044400, 0),
(124498, 1725, 172, 'President Roxas', 71544400, 1250558300, 0),
(124499, 1726, 172, 'Catarman', 124989000, 1246377000, 0),
(124500, 1726, 172, 'Las Navas', 123392000, 1250313000, 0),
(124501, 1726, 172, 'Lavezares', 125336000, 1243305000, 0),
(124502, 1726, 172, 'Mapanas', 124750200, 1252562100, 0),
(124503, 1726, 172, 'Pambujan', 125642000, 1249276000, 0),
(124504, 1727, 172, 'Aliaga', 155000000, 1208430000, 0),
(124505, 1727, 172, 'Alua', 153076000, 1208905000, 0),
(124506, 1727, 172, 'Antipolo', 156181000, 1211900000, 0),
(124507, 1727, 172, 'Bangad', 155036100, 1210275000, 0),
(124508, 1727, 172, 'Batitang', 154045000, 1208079000, 0),
(124509, 1727, 172, 'Cabiao', 152488000, 1208548000, 0),
(124510, 1727, 172, 'Carranglan', 159613000, 1210641000, 0),
(124511, 1727, 172, 'Concepcion', 152208000, 1208315000, 0),
(124512, 1727, 172, 'Cuyapo', 157819400, 1206647200, 0),
(124513, 1727, 172, 'General Tinio', 153507600, 1210477300, 0),
(124514, 1727, 172, 'Gueset', 159500000, 1206333300, 0),
(124515, 1727, 172, 'Guimba', 156605000, 1207683000, 0),
(124516, 1727, 172, 'Lennec', 156835000, 1207338000, 0),
(124517, 1727, 172, 'Licab', 155439000, 1207634000, 0),
(124518, 1727, 172, 'Magtanggol', 157666700, 1209333300, 0),
(124519, 1727, 172, 'Nagpandayan', 155997000, 1207660000, 0),
(124520, 1727, 172, 'Nieves', 153274000, 1209485000, 0),
(124521, 1727, 172, 'Pantabangan', 158113000, 1211443000, 0),
(124522, 1727, 172, 'Putlod', 153706000, 1208675000, 0),
(124523, 1727, 172, 'Santa Maria', 155232000, 1207925000, 0),
(124524, 1727, 172, 'Santo Domingo', 155873000, 1208770000, 0),
(124525, 1727, 172, 'Santo Rosario', 154340000, 1208913000, 0),
(124526, 1728, 172, 'Belance', 161833300, 1212500000, 0),
(124527, 1728, 172, 'Buliwao', 164833300, 1212333300, 0),
(124528, 3137, 172, 'Oroquieta', 84858300, 1238044400, 0),
(124529, 1731, 172, 'Bagakay', 81386100, 1238044400, 0),
(124530, 3138, 172, 'Tawagan', 78450000, 1234752800, 0),
(124531, 1732, 172, 'Agutaya', 111480000, 1209417000, 0),
(124532, 1732, 172, 'Cagayancillo', 95769400, 1212072200, 0),
(124533, 1732, 172, 'Irahuan', 98027800, 1186986100, 0),
(124534, 1732, 172, 'Port Barton', 104755600, 1192472200, 0),
(124535, 1732, 172, 'San Jose', 98005600, 1187569400, 0),
(124536, 1732, 172, 'Tarusan', 86546200, 1175104000, 0),
(124537, 3139, 172, 'Palayan City', 155413900, 1210861100, 0),
(124538, 1733, 172, 'Anao', 151405000, 1206926000, 0),
(124539, 1733, 172, 'Balucuc', 149636100, 1208377800, 0),
(124540, 1733, 172, 'Bulaon', 150883300, 1206672200, 0),
(124541, 1733, 172, 'Gutad', 149274000, 1204894000, 0),
(124542, 1733, 172, 'Macabebe', 149089000, 1207155000, 0),
(124543, 1733, 172, 'Maguinao', 150239000, 1209344000, 0),
(124544, 1733, 172, 'Malino', 151257000, 1206727000, 0),
(124545, 1733, 172, 'Malusac', 148587000, 1206215000, 0),
(124546, 1733, 172, 'Manibaug', 151012000, 1205604000, 0),
(124547, 1733, 172, 'San Agustin', 149903000, 1206060000, 0),
(124548, 1733, 172, 'San Jose', 150333000, 1207833000, 0),
(124549, 1733, 172, 'Talang', 150228000, 1208375000, 0),
(124550, 1734, 172, 'Angatel', 158057000, 1203431000, 0),
(124551, 1734, 172, 'Anulid', 158395000, 1204967000, 0),
(124552, 1734, 172, 'Bacnar', 158833300, 1203333300, 0),
(124553, 1734, 172, 'Bani', 161850000, 1198613000, 0),
(124554, 1734, 172, 'Bataquil', 161552800, 1205275000, 0),
(124555, 1734, 172, 'Bolingit', 159527800, 1203502800, 0),
(124556, 1734, 172, 'Burgos', 160583000, 1198650000, 0),
(124557, 1734, 172, 'Cabalitian', 160883000, 1207922000, 0),
(124558, 1734, 172, 'Calepaan', 160195000, 1206190000, 0),
(124559, 1734, 172, 'Carmen', 158833300, 1206000000, 0),
(124560, 1734, 172, 'Cato', 158362000, 1199151000, 0),
(124561, 1734, 172, 'Dasol', 159902000, 1198828000, 0),
(124562, 1734, 172, 'Domalanoan', 160029200, 1202115400, 0),
(124563, 1734, 172, 'Guiset East', 160666700, 1206833300, 0),
(124564, 1734, 172, 'Labayug', 161528000, 1205661000, 0),
(124565, 1734, 172, 'Labney', 161028000, 1204655000, 0),
(124566, 1734, 172, 'Lagasit', 159934000, 1207940000, 0),
(124567, 1734, 172, 'Lucap', 161833300, 1200000000, 0),
(124568, 1734, 172, 'Mapandan', 160248000, 1204547000, 0),
(124569, 1734, 172, 'Mapolopolo', 159000000, 1203666700, 0),
(124570, 1734, 172, 'Naguelguel', 160053000, 1202635000, 0),
(124571, 1734, 172, 'Pindangan', 158605600, 1205513900, 0),
(124572, 1734, 172, 'Polong', 159771000, 1202009000, 0),
(124573, 1734, 172, 'Santa Maria', 159808300, 1207002800, 0),
(124574, 1734, 172, 'Tebag East', 159678000, 1204660000, 0),
(124575, 1734, 172, 'Tocok', 157500000, 1203000000, 0),
(124576, 1734, 172, 'Umingan', 159273000, 1208437000, 0),
(124577, 1736, 172, 'Kalilayan Ibaba', 138572200, 1219336100, 0),
(124578, 1736, 172, 'Masalukot', 139833300, 1214166700, 0),
(124579, 1736, 172, 'Quipot', 137775000, 1213961100, 0),
(124580, 1736, 172, 'Tinamnan', 140969400, 1215816700, 0),
(124581, 2958, 172, 'Cabarroguis', 165833300, 1215000000, 0),
(124582, 2958, 172, 'Dumabato', 163166700, 1217000000, 0),
(124583, 2958, 172, 'Maddela', 163414000, 1216849000, 0),
(124584, 2958, 172, 'Nagtipunan', 162166700, 1216000000, 0),
(124585, 2958, 172, 'Saguday', 165428000, 1215638000, 0),
(124586, 1737, 172, 'Cardona', 144860000, 1212289000, 0),
(124587, 1737, 172, 'Gulod', 143449000, 1212177000, 0),
(124588, 1738, 172, 'Ferrol', 123383300, 1219413900, 0),
(124589, 2959, 172, 'Almagro', 119109000, 1242858000, 0),
(124590, 2959, 172, 'San Jorge', 119808300, 1248238900, 0),
(124591, 2959, 172, 'Silanga', 118180600, 1248430600, 0),
(124592, 2960, 172, 'Punao', 105666700, 1234000000, 0),
(124593, 3140, 172, 'Binonga', 107730600, 1229827800, 0),
(124594, 3140, 172, 'Dos Hermanas', 107444400, 1230416700, 0),
(124595, 3140, 172, 'Eustaquio Lopez', 108225000, 1230411100, 0),
(124596, 3140, 172, 'Imbang', 108000000, 1230000000, 0),
(124597, 2961, 172, 'Lazi', 91287000, 1236356000, 0),
(124598, 2962, 172, 'Abuyog', 129466700, 1240552800, 0),
(124599, 2962, 172, 'Balete', 130191700, 1240319400, 0),
(124600, 2962, 172, 'Carriedo', 129344000, 1241050000, 0),
(124601, 2962, 172, 'Gubat', 129205600, 1241230600, 0),
(124602, 2962, 172, 'Santa Cruz', 128763000, 1240566000, 0),
(124603, 2962, 172, 'Utabi', 126417000, 1239092000, 0),
(124604, 1741, 172, 'Glamang', 61625500, 1250839200, 0),
(124605, 1741, 172, 'Klinan', 61868300, 1251368400, 0),
(124606, 1741, 172, 'Libas', 65355600, 1247788900, 0),
(124607, 1741, 172, 'Mindupok', 60905600, 1244233300, 0),
(124608, 1741, 172, 'Rotunda', 65219400, 1248900000, 0),
(124609, 1741, 172, 'Tinoto', 58866700, 1250705600, 0),
(124610, 2963, 172, 'Bontoc', 103556000, 1249697000, 0),
(124611, 2963, 172, 'Macrohon', 100797200, 1249430600, 0),
(124612, 2963, 172, 'Pintuyan', 99441000, 1252494000, 0),
(124613, 2963, 172, 'Saint Bernard', 102833300, 1251833300, 0),
(124614, 2963, 172, 'San Ricardo', 99128000, 1252767000, 0),
(124615, 2963, 172, 'Sogod', 103847000, 1249814000, 0),
(124616, 1742, 172, 'Mariano Marcos', 67972200, 1246336100, 0),
(124617, 2964, 172, 'Anuling', 60355600, 1210066700, 0),
(124618, 2964, 172, 'Lugus', 57036100, 1208202800, 0),
(124619, 1744, 172, 'Alegria', 94669400, 1255772200, 0),
(124620, 1744, 172, 'Basilisa', 100000000, 1255000000, 0),
(124621, 1744, 172, 'Libjo', 101977800, 1255352800, 0),
(124622, 1744, 172, 'Mabua', 98088900, 1254422200, 0),
(124623, 1744, 172, 'Placer', 96541700, 1256025000, 0),
(124624, 1745, 172, 'Adlay', 94097200, 1258975000, 0),
(124625, 1745, 172, 'Buenavista', 91150000, 1261608300, 0),
(124626, 1745, 172, 'Gamut', 85302800, 1262422200, 0),
(124627, 1748, 172, 'Balete', 156469400, 1206383300, 0),
(124628, 1748, 172, 'Cabayaoasan', 156719000, 1205653000, 0),
(124629, 1748, 172, 'Calingcuan', 153333300, 1205833300, 0),
(124630, 1748, 172, 'Lanat', 158000000, 1206000000, 0),
(124631, 1748, 172, 'Maluid', 155493000, 1206528000, 0),
(124632, 1748, 172, 'Murcia', 154042500, 1206090300, 0),
(124633, 1748, 172, 'Pura', 156248000, 1206480000, 0),
(124634, 1748, 172, 'Santo Cristo', 153383600, 1205933300, 0),
(124635, 1748, 172, 'Victoria', 155775000, 1206822000, 0),
(124636, 2967, 172, 'Bongao', 50291700, 1197730600, 0),
(124637, 1749, 172, 'Bitangan', 142538900, 1208783300, 0),
(124638, 1750, 172, 'Bolitoc', 157395000, 1198769000, 0),
(124639, 1750, 172, 'Palauig', 154350000, 1199045000, 0),
(124640, 2969, 172, 'Leon Postigo', 81551000, 1229311000, 0),
(124641, 2969, 172, 'Liloy', 81144400, 1226594400, 0),
(124642, 2969, 172, 'Linay', 85166700, 1231333300, 0),
(124643, 2969, 172, 'Mandih', 82087000, 1230141000, 0),
(124644, 2969, 172, 'Patawag', 81063900, 1226208300, 0),
(124645, 2969, 172, 'Siocon', 77061100, 1221352800, 0),
(124646, 1752, 172, 'Binuatan', 76122200, 1233441700, 0),
(124647, 1752, 172, 'Dumingag', 81691700, 1233505600, 0),
(124648, 1752, 172, 'Kabasalan', 77972200, 1227650000, 0),
(124649, 1752, 172, 'Kagawasan', 78661100, 1233950000, 0),
(124650, 1752, 172, 'Labangan', 78654000, 1235123000, 0),
(124651, 1752, 172, 'Malangas', 76192000, 1230255000, 0),
(124652, 1752, 172, 'Malim', 74520000, 1234312000, 0),
(124653, 1752, 172, 'Midsalip', 80000000, 1232666700, 0),
(124654, 1752, 172, 'Monching', 77158300, 1228663900, 0),
(124655, 1752, 172, 'Muricay', 78275000, 1234782000, 0),
(124656, 1752, 172, 'Olutanga', 73105600, 1228463900, 0),
(124657, 1752, 172, 'Rancheria Payau', 78541000, 1231598000, 0),
(124658, 1752, 172, 'Recodo', 69519400, 1219636100, 0),
(124659, 1752, 172, 'Tucuran', 78524000, 1235743000, 0),
(124660, 1752, 172, 'Tungawan', 75080600, 1223711100, 0),
(124661, 1751, 172, 'Lumbayan', 69472200, 1221411100, 0),
(124662, 1751, 172, 'Taluksangay', 69541700, 1221838900, 0),
(124663, 1753, 173, 'Krzeszow', 507343400, 160699100, 0),
(124664, 1753, 173, 'Lagow', 511583500, 150437200, 0),
(124665, 1753, 173, 'Lesna', 510243100, 152641300, 0),
(124666, 1753, 173, 'Lubomierz', 510127800, 155096900, 0),
(124667, 1753, 173, 'Miekinia', 511884400, 167359500, 0),
(124668, 1753, 173, 'Sosnowka', 508183000, 157231500, 0),
(124669, 1753, 173, 'Sulow', 514996600, 171681100, 0),
(124670, 1753, 173, 'Wasosz', 515622400, 166905900, 0),
(124671, 1753, 173, 'Wierzbno', 509367400, 171796100, 0),
(124672, 1753, 173, 'Wilkow', 510921200, 159282400, 0),
(124673, 1754, 173, 'Bobrowniki', 527808600, 189602600, 0),
(124674, 1754, 173, 'Dobrzyn nad Wisla', 526381400, 193187500, 0),
(124675, 1754, 173, 'Ostrowite', 530691700, 192933700, 0),
(124676, 1754, 173, 'Slesin', 531651400, 177025800, 0),
(124677, 1754, 173, 'Sypniewo', 533698100, 173269000, 0),
(124678, 1754, 173, 'Wierzchoslawice', 528692300, 183560900, 0),
(124679, 1755, 173, 'Brojce', 516643600, 196480200, 0),
(124680, 1755, 173, 'Czarnocin', 515914200, 196815800, 0),
(124681, 1755, 173, 'Daszyna', 521550300, 191815300, 0),
(124682, 1755, 173, 'Gluchow', 517794700, 200766600, 0),
(124683, 1755, 173, 'Lanieta', 523620300, 192803200, 0),
(124684, 1755, 173, 'Ostrowy', 523044400, 191656500, 0),
(124685, 1755, 173, 'Rogow', 518175800, 198865400, 0),
(124686, 1755, 173, 'Rzeczyca', 515982400, 202948400, 0),
(124687, 1755, 173, 'Slawno', 513927300, 201404300, 0),
(124688, 1755, 173, 'Slupia', 518551800, 199699700, 0),
(124689, 1755, 173, 'Sokolniki', 513073800, 183327500, 0),
(124690, 1755, 173, 'Sulmierzyce', 511845600, 191959500, 0),
(124691, 1756, 173, 'Baranow', 515578600, 221362500, 0),
(124692, 1756, 173, 'Jablonna', 510887500, 225936400, 0),
(124693, 1756, 173, 'Jozefow', 504811900, 230540400, 0),
(124694, 1756, 173, 'Jozefow nad Wisla', 510418300, 218301800, 0),
(124695, 1756, 173, 'Krzczonow', 510072700, 227109700, 0),
(124696, 1756, 173, 'Ksiezomierz', 509085500, 219896500, 0),
(124697, 1756, 173, 'Niedzwiada', 515440900, 226914000, 0),
(124698, 1756, 173, 'Ostrowek', 515815000, 226122700, 0),
(124699, 1756, 173, 'Piaski', 511389200, 228485600, 0),
(124700, 1756, 173, 'Rogozno', 504641700, 233904100, 0),
(124701, 1756, 173, 'Stezyca', 515818700, 217708700, 0),
(124702, 1756, 173, 'Uscimow Stary', 514696200, 229551600, 0),
(124703, 1756, 173, 'Wilkow', 512622400, 218775600, 0),
(124704, 1756, 173, 'Zakrzew', 508900400, 225911500, 0),
(124705, 1757, 173, 'Brody', 517904600, 147733500, 0),
(124706, 1757, 173, 'Brojce', 523174500, 156741400, 0),
(124707, 1757, 173, 'Jasien', 517514200, 150141900, 0),
(124708, 1757, 173, 'Kunice Zarskie', 515994400, 151649500, 0),
(124709, 1757, 173, 'Lubrza', 523041800, 154431700, 0),
(124710, 1757, 173, 'Maszewo', 520689600, 149055300, 0),
(124711, 1757, 173, 'Sieniawa', 523634400, 153776800, 0),
(124712, 1758, 173, 'Binarowa', 497562100, 212281600, 0),
(124713, 1758, 173, 'Borzeta', 498622800, 199792400, 0),
(124714, 1758, 173, 'Brody', 498674200, 196974600, 0),
(124715, 1758, 173, 'Czarna Gora', 493766200, 201304700, 0),
(124716, 1758, 173, 'Czernichow', 499892000, 196811500, 0),
(124717, 1758, 173, 'Gorenice', 502080000, 196203800, 0),
(124718, 1758, 173, 'Grojec', 499814700, 192379200, 0),
(124719, 1758, 173, 'Gruszow Wielki', 501916300, 210314400, 0),
(124720, 1758, 173, 'Jasienica', 498228100, 198419100, 0),
(124721, 1758, 173, 'Jastrzebia', 497973300, 208808900, 0),
(124722, 1758, 173, 'Jawornik', 498558000, 198931500, 0),
(124723, 1758, 173, 'Jodlowka', 499929500, 205482100, 0),
(124724, 1758, 173, 'Kamienica', 495753300, 203450500, 0),
(124725, 1758, 173, 'Klimontow', 502284300, 203199000, 0),
(124726, 1758, 173, 'Krzeczow', 499887600, 204877900, 0),
(124727, 1758, 173, 'Krzeszow', 497591500, 194891500, 0),
(124728, 1758, 173, 'Kwaczala', 500640800, 194921500, 0),
(124729, 1758, 173, 'Lencze', 498989500, 197353900, 0),
(124730, 1758, 173, 'Lipnik', 497890200, 200845500, 0),
(124731, 1758, 173, 'Lisia Gora', 500803900, 210439700, 0),
(124732, 1758, 173, 'Miechow Charsznica', 503959900, 199503100, 0),
(124733, 1758, 173, 'Nidek', 499049200, 193246100, 0),
(124734, 1758, 173, 'Nowa Gora', 501730500, 195912000, 0),
(124735, 1758, 173, 'Nowe Brzesko', 501322200, 203766300, 0),
(124736, 1758, 173, 'Olesno', 502015200, 209257800, 0),
(124737, 1758, 173, 'Olszana', 495674800, 205212600, 0),
(124738, 1758, 173, 'Ostreznica', 501926200, 195707700, 0),
(124739, 1758, 173, 'Poreba', 497964500, 200171800, 0),
(124740, 1758, 173, 'Poreba Spytkowska', 499399500, 205540500, 0),
(124741, 1758, 173, 'Psary', 501724200, 195295300, 0),
(124742, 1758, 173, 'Raclawice', 501934400, 196768600, 0),
(124743, 1758, 173, 'Rudnik', 498524300, 198474000, 0),
(124744, 1758, 173, 'Saspow', 502288700, 197700700, 0),
(124745, 1758, 173, 'Siemiechow', 498535900, 209059500, 0),
(124746, 1758, 173, 'Sieniawa', 495394700, 199301400, 0),
(124747, 1758, 173, 'Skomielna Czarna', 497270900, 198363300, 0),
(124748, 1758, 173, 'Slupiec', 503278700, 211937400, 0),
(124749, 1758, 173, 'Sosnowice', 499399500, 197151400, 0),
(124750, 1758, 173, 'Stary Wisnicz', 499254800, 204864100, 0),
(124751, 1758, 173, 'Sulkowice', 498193200, 193598800, 0),
(124752, 1758, 173, 'Trabki', 499622600, 201424000, 0),
(124753, 1758, 173, 'Trzciana', 498448500, 203741500, 0),
(124754, 1758, 173, 'Wielka Wies', 501569400, 198436300, 0),
(124755, 1758, 173, 'Wieprz', 498909300, 193568800, 0),
(124756, 1758, 173, 'Wisniowa', 497878000, 201150200, 0),
(124757, 1758, 173, 'Zarki', 500825900, 193519900, 0),
(124758, 1758, 173, 'Zarzecze', 503671500, 196959100, 0),
(124759, 1758, 173, 'Zebrzydowice', 498903200, 196729100, 0),
(124760, 1759, 173, 'Baranowo', 531755400, 212980300, 0),
(124761, 1759, 173, 'Biala', 526052400, 196495600, 0),
(124762, 1759, 173, 'Bieniewice', 521826800, 205630600, 0),
(124763, 1759, 173, 'Ceranow', 526308200, 222282600, 0),
(124764, 1759, 173, 'Chotcza', 512404300, 217766200, 0),
(124765, 1759, 173, 'Czerwinsk Nad Wisla', 523982800, 203096000, 0),
(124766, 1759, 173, 'Czerwonka', 528925400, 212149400, 0),
(124767, 1759, 173, 'Jablonna Lacka', 524766400, 224422800, 0),
(124768, 1759, 173, 'Jasienica', 524141500, 214115000, 0),
(124769, 1759, 173, 'Jastrzab', 512472500, 209475800, 0),
(124770, 1759, 173, 'Krasne', 529240100, 209673200, 0),
(124771, 1759, 173, 'Leszno', 522579900, 205912100, 0),
(124772, 1759, 173, 'Liw', 523751500, 219676800, 0),
(124773, 1759, 173, 'Miastkow Koscielny', 518840700, 218252800, 0),
(124774, 1759, 173, 'Miedzna', 524677800, 220894700, 0),
(124775, 1759, 173, 'Nowe Miasto nad Pilica', 516181200, 205761900, 0),
(124776, 1759, 173, 'Nur', 526682600, 223220700, 0),
(124777, 1759, 173, 'Pniewy', 519146800, 207457800, 0),
(124778, 1759, 173, 'Podeblocie', 516402300, 217442000, 0),
(124779, 1759, 173, 'Podkowa Lesna', 521223700, 207266500, 0),
(124780, 1759, 173, 'Ryczywol', 516911800, 214219700, 0),
(124781, 1759, 173, 'Solec Nad Wisla', 511363300, 217656300, 0),
(124782, 1759, 173, 'Sterdyn', 525802600, 222935800, 0),
(124783, 1759, 173, 'Sypniewo', 530058000, 213073000, 0),
(124784, 1759, 173, 'Szydlowo', 530806200, 204507100, 0),
(124785, 1760, 173, 'Domaszowice', 510429000, 178887500, 0),
(124786, 1760, 173, 'Kup', 508065900, 178835100, 0),
(124787, 1760, 173, 'Naklo', 505797500, 181181700, 0),
(124788, 1761, 173, 'Bieliny', 504423700, 223048200, 0),
(124789, 1761, 173, 'Brzostek', 498795400, 214110200, 0),
(124790, 1761, 173, 'Czermin', 503391100, 213335600, 0),
(124791, 1761, 173, 'Debno', 501981100, 225183700, 0),
(124792, 1761, 173, 'Debowiec', 496837400, 214606800, 0),
(124793, 1761, 173, 'Fredropol', 496957800, 227462500, 0),
(124794, 1761, 173, 'Gorno', 502824300, 221450000, 0),
(124795, 1761, 173, 'Jablonica Polska', 496978400, 218996100, 0),
(124796, 1761, 173, 'Jarocin', 505645900, 223212100, 0),
(124797, 1761, 173, 'Kepie Zaleszanskie', 506398300, 218813300, 0),
(124798, 1761, 173, 'Kramarzowka', 498603400, 225013700, 0),
(124799, 1761, 173, 'Leki Dolne', 499738600, 212473900, 0),
(124800, 1761, 173, 'Lopuszka Wielka', 499345400, 223930500, 0),
(124801, 1761, 173, 'Manasterz', 499352000, 223460200, 0),
(124802, 1761, 173, 'Mirocin', 500423700, 225559600, 0),
(124803, 1761, 173, 'Nowe Siolo', 502319400, 231588400, 0),
(124804, 1761, 173, 'Nowosielce-Gniewosz', 495684200, 220694700, 0),
(124805, 1761, 173, 'Pantalowice', 499521000, 224356300, 0),
(124806, 1761, 173, 'Polomia', 499047500, 218919800, 0),
(124807, 1761, 173, 'Przedzel', 504946500, 222192500, 0),
(124808, 1761, 173, 'Strachocina', 496081500, 220883600, 0),
(124809, 1761, 173, 'Trzcinica', 497430100, 214175000, 0),
(124810, 1761, 173, 'Wolka Pelkinska', 500955300, 226234200, 0),
(124811, 1761, 173, 'Wolka Podlesna', 501178500, 221121300, 0),
(124812, 1761, 173, 'Wysoka', 500447400, 222600200, 0),
(124813, 1761, 173, 'Wysoka Strzyzowska', 498305600, 217407400, 0),
(124814, 1761, 173, 'Zmiennica', 496765200, 219659600, 0),
(124815, 1761, 173, 'Zurawiczki', 500137000, 224994900, 0),
(124816, 1762, 173, 'Grudki', 530948800, 236684800, 0),
(124817, 1762, 173, 'Maly Plock', 533038500, 220283600, 0),
(124818, 1763, 173, 'Grabowo Koscierskie', 541681600, 181469200, 0),
(124819, 1763, 173, 'Mosty', 546119500, 184963400, 0),
(124820, 1763, 173, 'Rekowo Dolne', 546313300, 183627900, 0),
(124821, 1763, 173, 'Wierzchucino', 547879700, 180030700, 0),
(124822, 1764, 173, 'Bojszowy Nowe', 500528400, 190501200, 0),
(124823, 1764, 173, 'Bronow', 498778200, 189210300, 0),
(124824, 1764, 173, 'Frydek', 499962600, 190727800, 0),
(124825, 1764, 173, 'Kalej', 508366200, 189842900, 0),
(124826, 1764, 173, 'Kamesznica', 495646900, 190212000, 0),
(124827, 1764, 173, 'Kaniow', 499431600, 190509800, 0),
(124828, 1764, 173, 'Laliki', 495344600, 190054900, 0),
(124829, 1764, 173, 'Sol', 494876400, 190417100, 0),
(124830, 1764, 173, 'Starokrzepice', 509485900, 186534100, 0),
(124831, 1764, 173, 'Swierklany Dolne', 500182700, 185770200, 0),
(124832, 1764, 173, 'Syrynia', 500200400, 183459700, 0),
(124833, 1764, 173, 'Wilkowice', 497628200, 190897300, 0),
(124834, 1764, 173, 'Wysoka', 504298900, 193536800, 0),
(124835, 1765, 173, 'Grzybowa Gora', 511332600, 209617400, 0),
(124836, 1765, 173, 'Opatow', 508005800, 214253800, 0),
(124837, 1766, 173, 'Ilowo -Osada', 531680800, 202929500, 0),
(124838, 1767, 173, 'Kobyla Gora', 513792300, 178381100, 0),
(124839, 1767, 173, 'Lubowo', 525116800, 174533300, 0),
(124840, 1768, 173, 'Stara Dabrowa', 534219100, 151440500, 0),
(124841, 1769, 174, 'Oliveirinha', 406071500, -85919800, 0),
(124842, 1769, 174, 'Salreu', 407397100, -85572000, 0),
(124843, 1770, 174, 'Biscoitos', 387833300, -272500000, 0),
(124844, 1770, 174, 'Furnas', 377756700, -253103500, 0),
(124845, 1770, 174, 'Rosto de Cao', 377500000, -256500000, 0),
(124846, 1771, 174, 'Sao Teotonio', 375128200, -87070800, 0),
(124847, 1771, 174, 'Vila Nova de Milfontes', 377237700, -87827800, 0),
(124848, 1772, 174, 'Caldelas', 416710100, -83814800, 0),
(124849, 1772, 174, 'Candoso', 414276800, -83216600, 0),
(124850, 1772, 174, 'Lordelo', 413741100, -83801600, 0),
(124851, 1772, 174, 'Marinhas', 415590600, -87829700, 0),
(124852, 1772, 174, 'Ronfe', 414414600, -83841200, 0),
(124853, 1772, 174, 'Sande', 417019000, -83924600, 0),
(124854, 1773, 174, 'Mogadouro', 413403400, -67118700, 0),
(124855, 1776, 174, 'Reguengos de Monsaraz', 384252900, -75349400, 0),
(124856, 1776, 174, 'Vila Vicosa', 387777000, -74179300, 0),
(124857, 1777, 174, 'Estombar', 371462900, -84850500, 0),
(124858, 1777, 174, 'Luz', 370921600, -77043300, 0),
(124859, 1777, 174, 'Moncarapacho', 370886300, -77872200, 0),
(124860, 1777, 174, 'Sao Bartolomeu de Messines', 372602400, -82867000, 0),
(124861, 1779, 174, 'Aljubarrota', 395671600, -89292500, 0),
(124862, 1779, 174, 'Vieira de Leiria', 398694500, -89323800, 0),
(124863, 1780, 174, 'Alcoentre', 392085700, -89595300, 0),
(124864, 1780, 174, 'Almargem', 388448500, -92731600, 0),
(124865, 1780, 174, 'Apelacao', 388138700, -91322500, 0),
(124866, 1780, 174, 'Sao Joao dos Montes', 389394400, -90189200, 0),
(124867, 1780, 174, 'Sao Pedro da Cadeira', 390698300, -93717400, 0),
(124868, 1781, 174, 'Arco da Calheta', 327150200, -171497400, 0),
(124869, 1781, 174, 'Calheta', 327166700, -171833300, 0),
(124870, 1781, 174, 'Campanario', 326657800, -170357600, 0),
(124871, 1781, 174, 'Estreito da Calheta', 327370400, -171867400, 0),
(124872, 1781, 174, 'Faja da Ovelha', 327745700, -172341200, 0),
(124873, 1781, 174, 'Porto Moniz', 328500000, -171666700, 0),
(124874, 1781, 174, 'Santana', 328000000, -168833300, 0),
(124875, 1782, 174, 'Alagoa', 393612500, -75389400, 0),
(124876, 1782, 174, 'Alegrete', 392398300, -73234200, 0),
(124877, 1782, 174, 'Castelo de Vide', 394162400, -74568000, 0),
(124878, 1782, 174, 'Marvao', 393937700, -73766300, 0),
(124879, 1782, 174, 'Povoa e Meadas', 395104600, -75176500, 0),
(124880, 1782, 174, 'Urra', 392283000, -73985600, 0),
(124881, 1782, 174, 'Vale da Amoreira', 390696900, -76984900, 0),
(124882, 1783, 174, 'Agucadoura', 414317600, -87803800, 0),
(124883, 1783, 174, 'Baltar', 411851200, -83734400, 0),
(124884, 1783, 174, 'Barrosas', 413553400, -82994300, 0),
(124885, 1783, 174, 'Frazao', 412586600, -84001400, 0),
(124886, 1783, 174, 'Sandim', 410350800, -85070000, 0),
(124887, 1783, 174, 'Sao Miguel do Couto', 413316700, -84618500, 0),
(124888, 1783, 174, 'Seroa', 412651100, -84289200, 0),
(124889, 1783, 174, 'Vilarinho', 413595500, -83312300, 0),
(124890, 1784, 174, 'Coruche', 389595500, -85252400, 0),
(124891, 1784, 174, 'Fazendas de Almeirim', 391755300, -85692700, 0),
(124892, 1784, 174, 'Golega', 394047400, -84862500, 0),
(124893, 1784, 174, 'Monsanto', 394620300, -87118000, 0),
(124894, 1784, 174, 'Salvaterra de Magos', 390278800, -87935000, 0),
(124895, 1785, 174, 'Grandola', 381771800, -85667500, 0),
(124896, 1785, 174, 'Porto Covo', 378525600, -87901800, 0),
(124897, 1785, 174, 'Santiago do Cacem', 380169400, -86947500, 0),
(124898, 1785, 174, 'Santo Antonio da Charneca', 386256100, -90304300, 0),
(124899, 1785, 174, 'Trafaria', 386722200, -92326800, 0),
(124900, 1786, 174, 'Areosa', 417177900, -88570700, 0),
(124901, 1786, 174, 'Ponte do Lima', 417671900, -85839300, 0),
(124902, 1790, 175, 'Caban', 184432800, -671360100, 0),
(124903, 1794, 175, 'La Alianza', 183974500, -666024000, 0),
(124904, 2972, 175, 'Imbery', 184368900, -665523900, 0),
(124905, 1798, 175, 'Pole Ojea', 179749600, -671851800, 0),
(124906, 1801, 175, 'Benitez', 182735700, -658790500, 0),
(124907, 1801, 175, 'Campo Rico', 183371700, -658979400, 0),
(124908, 1801, 175, 'San Isidro', 183921700, -658854400, 0),
(124909, 1801, 175, 'Santa Barbara', 183935600, -659187800, 0),
(124910, 1804, 175, 'G. L. Garcia', 181274600, -661040500, 0),
(124911, 1805, 175, 'Aguas Claras', 182527300, -656535000, 0),
(124912, 1808, 175, 'Los Llanos', 180552400, -664057300, 0),
(124913, 1809, 175, 'Palomas', 182324600, -662562800, 0),
(124914, 3141, 175, 'Culebra', 183030100, -653009900, 0),
(124915, 1813, 175, 'Fuig', 179877400, -669160100, 0),
(124916, 1814, 175, 'Corazon', 179927400, -660848900, 0),
(124917, 1814, 175, 'Olimpo', 180019100, -661082200, 0),
(124918, 2974, 175, 'Guayanilla', 180191300, -667918400, 0),
(124919, 1817, 175, 'Rafael Capo', 184071700, -667821200, 0),
(124920, 1817, 175, 'Rafael Gonzalez', 184274500, -667868400, 0),
(124921, 1819, 175, 'Anton Ruiz', 181852400, -658085000, 0),
(124922, 1819, 175, 'Bajandas', 181577400, -657815500, 0),
(124923, 1821, 175, 'Guayabal', 180813500, -665012800, 0),
(124924, 1821, 175, 'Potala Pastillo', 179913500, -664965600, 0),
(124925, 1822, 175, 'Palmarejo', 180402400, -670768400, 0),
(124926, 1824, 175, 'Boqueron', 182074600, -658485000, 0),
(124927, 1824, 175, 'La Fermina', 181755100, -658535000, 0),
(124928, 1824, 175, 'Pueblito del Rio', 182280100, -658629400, 0),
(124929, 1825, 175, 'Suarez', 184302200, -658535000, 0),
(124930, 1831, 175, 'Barahona', 183513400, -664454500, 0),
(124931, 1831, 175, 'Franquez', 183402300, -664276700, 0),
(124932, 2975, 175, 'El Mango', 182341200, -658796100, 0),
(124933, 1833, 175, 'Daguao', 182263500, -656832200, 0),
(124934, 1833, 175, 'Rio Blanco', 182182900, -657885000, 0),
(124935, 1835, 175, 'Patillas', 180063500, -660157200, 0),
(124936, 1836, 175, 'Santo Domingo', 180633000, -667524000, 0),
(124937, 1836, 175, 'Tallaboa', 179949700, -667162900, 0),
(124938, 1836, 175, 'Tallaboa Alta', 180510700, -667001700, 0),
(124939, 2976, 175, 'San Antonio', 184516100, -669496200, 0),
(124940, 1839, 175, 'Hato Candal', 183743900, -657871100, 0),
(124941, 1839, 175, 'La Dolores', 183755000, -658557200, 0),
(124942, 2977, 175, 'Liborio Negron Torres', 180430200, -669424000, 0),
(124943, 1840, 175, 'Coco', 180071900, -662593300, 0),
(124944, 1840, 175, 'Salinas', 179774700, -662979500, 0),
(124945, 1843, 175, 'Jagual', 181616300, -659954400, 0),
(124946, 1844, 175, 'Juncal', 183138400, -669190700, 0),
(124947, 2978, 175, 'El Ojo', 180038500, -663915600, 0),
(124948, 2978, 175, 'Las Ollas', 180330200, -664243400, 0),
(124949, 1845, 175, 'H. Rivera Colon', 183477300, -662737800, 0),
(124950, 1849, 175, 'Brenas', 184671700, -663410000, 0),
(124951, 1850, 175, 'Monserrate', 184366100, -663596100, 0),
(124952, 1850, 175, 'Sabana', 184607800, -663585000, 0),
(124953, 2979, 175, 'Comunas', 180871900, -658437700, 0),
(124954, 2979, 175, 'El Negro', 180374700, -658512700, 0),
(124955, 1857, 176, 'Al Jumayliyah', 256094400, 510922200, 0),
(124956, 1857, 176, 'Umm Bab', 252141700, 508072200, 0),
(124957, 1860, 177, 'Les Avirons', -212418100, 553393800, 0),
(124958, 1860, 177, 'Petite-Ile', -213500000, 555666700, 0),
(124959, 1860, 177, 'Saint-Leu', -211705900, 552882400, 0),
(124960, 1860, 177, 'Trois-Bassins', -211000000, 553000000, 0),
(124961, 1861, 178, 'Ciugud', 460500000, 236166700, 0),
(124962, 1861, 178, 'Girbova', 458666700, 237333300, 0),
(124963, 1861, 178, 'Girbovi', 447833300, 267666700, 0),
(124964, 1861, 178, 'Rimetea', 464500000, 235666700, 0),
(124965, 1861, 178, 'Sibot', 459500000, 233333300, 0),
(124966, 1862, 178, 'Bocsig', 464166700, 219500000, 0),
(124967, 1862, 178, 'Carand', 464500000, 220833300, 0),
(124968, 1862, 178, 'Chisindia', 462833300, 221000000, 0),
(124969, 1862, 178, 'Chisineu Cris', 465333300, 215166700, 0),
(124970, 1862, 178, 'Conop', 461000000, 218833300, 0),
(124971, 1862, 178, 'Cristioru de Jos', 464333300, 225333300, 0),
(124972, 1862, 178, 'Curtici', 463500000, 213000000, 0),
(124973, 1862, 178, 'Dezna', 464000000, 222500000, 0),
(124974, 1862, 178, 'Felnac', 461166700, 211500000, 0),
(124975, 1862, 178, 'Fintinele', 447166700, 258666700, 0),
(124976, 1862, 178, 'Ineu', 470833300, 221166700, 0),
(124977, 1862, 178, 'Nadlac', 461666700, 207500000, 0),
(124978, 1862, 178, 'Olari', 463833300, 215500000, 0),
(124979, 1862, 178, 'Sagu', 460500000, 212833300, 0),
(124980, 1862, 178, 'Semlac', 461166700, 209333300, 0),
(124981, 1862, 178, 'Sicula', 464333300, 217500000, 0),
(124982, 1862, 178, 'Simand', 464333300, 214500000, 0),
(124983, 1862, 178, 'Sintea Mare', 465166700, 216000000, 0),
(124984, 1862, 178, 'Sofronea', 462666700, 213000000, 0),
(124985, 1862, 178, 'Zabrani', 460666700, 215500000, 0),
(124986, 1863, 178, 'Albota de Jos', 447666700, 248333300, 0),
(124987, 1863, 178, 'Budeasa Mica', 449500000, 248500000, 0),
(124988, 1863, 178, 'Merisani', 449666700, 247333300, 0),
(124989, 1863, 178, 'Oarja', 447666700, 249666700, 0),
(124990, 1863, 178, 'Priboieni', 448833300, 250833300, 0),
(124991, 1863, 178, 'Tigveni', 451333300, 245833300, 0),
(124992, 1863, 178, 'Titesti', 450166700, 250000000, 0),
(124993, 1864, 178, 'Ardeoani', 465333300, 266000000, 0),
(124994, 1864, 178, 'Balcani', 466333300, 265500000, 0),
(124995, 1864, 178, 'Beresti-Tazlau', 464666700, 266666700, 0),
(124996, 1864, 178, 'Dofteana', 463166700, 265166700, 0),
(124997, 1864, 178, 'Luizi-Calugara', 465333300, 268333300, 0),
(124998, 1864, 178, 'Oncesti', 464666700, 272500000, 0),
(124999, 1864, 178, 'Parava', 463000000, 270000000, 0),
(125000, 1864, 178, 'Podu Turcului', 462000000, 273833300, 0),
(125001, 1864, 178, 'Poduri', 464666700, 265333300, 0),
(125002, 1864, 178, 'Rachitoasa', 464333300, 273666700, 0),
(125003, 1864, 178, 'Sanduleni', 464500000, 267333300, 0),
(125004, 1864, 178, 'Szekelyhid', 473500000, 221000000, 0),
(125005, 1865, 178, 'Bulz', 469166700, 226833300, 0),
(125006, 1865, 178, 'Cefa', 469166700, 217333300, 0),
(125007, 1865, 178, 'Ciuhoiu', 472333300, 221166700, 0),
(125008, 1865, 178, 'Hidiselu de Sus', 469500000, 220500000, 0),
(125009, 1865, 178, 'Husasau de Tinca', 468166700, 219166700, 0),
(125010, 1865, 178, 'Valea lui Mihai', 475166700, 221500000, 0),
(125011, 1866, 178, 'Chiochis', 469833300, 241833300, 0),
(125012, 1866, 178, 'Lunca Ilvei', 473666700, 249833300, 0),
(125013, 1866, 178, 'Nuseni', 471000000, 242000000, 0),
(125014, 1866, 178, 'Rebra', 473166700, 245000000, 0),
(125015, 1866, 178, 'Rodna', 474166700, 248166700, 0),
(125016, 1866, 178, 'Romuli', 475333300, 244333300, 0),
(125017, 1866, 178, 'Sieu-Magherus', 470833300, 243833300, 0),
(125018, 1866, 178, 'Spermezeu', 473000000, 241500000, 0),
(125019, 1866, 178, 'Uriu', 472000000, 240500000, 0),
(125020, 1867, 178, 'Bucecea', 477666700, 264333300, 0),
(125021, 1867, 178, 'Hanesti', 479166700, 269833300, 0),
(125022, 1867, 178, 'Mihaileni', 459833300, 243500000, 0),
(125023, 1867, 178, 'Sendriceni', 479500000, 263000000, 0),
(125024, 1867, 178, 'Stiubieni', 479666700, 267833300, 0),
(125025, 1867, 178, 'Ungureni-Jianu', 478833300, 267833300, 0),
(125026, 1868, 178, 'Vadeni', 453666700, 279333300, 0),
(125027, 1869, 178, 'Apata', 459500000, 255166700, 0),
(125028, 1869, 178, 'Cincu', 459166700, 248000000, 0),
(125029, 1869, 178, 'Crivina', 455833300, 259833300, 0),
(125030, 1869, 178, 'Moeciu de Jos', 454833300, 253166700, 0),
(125031, 1869, 178, 'Ormenis', 460166700, 255500000, 0),
(125032, 1869, 178, 'Ungra', 459833300, 252666700, 0),
(125033, 1871, 178, 'Beceni', 453833300, 267833300, 0),
(125034, 1871, 178, 'Berca', 452833300, 266833300, 0),
(125035, 1871, 178, 'Boldu', 453333300, 272333300, 0),
(125036, 1871, 178, 'Cilibia', 450666700, 270666700, 0),
(125037, 1871, 178, 'Cislau', 452500000, 263666700, 0),
(125038, 1871, 178, 'Glodeanu-Sarat', 448666700, 266500000, 0),
(125039, 1871, 178, 'Movila Banului', 449833300, 266833300, 0),
(125040, 1871, 178, 'Smeeni', 449833300, 268500000, 0),
(125041, 1871, 178, 'Tintesti', 450666700, 268666700, 0),
(125042, 1871, 178, 'Tisau', 451666700, 265166700, 0),
(125043, 1871, 178, 'Topliceni', 454166700, 270000000, 0),
(125044, 1872, 178, 'Alexandru Odobescu', 442666700, 270833300, 0),
(125045, 1872, 178, 'Chiselet', 441833300, 268500000, 0),
(125046, 1872, 178, 'Dorobantu', 442166700, 269500000, 0),
(125047, 1872, 178, 'Frumusani', 442961100, 263255600, 0),
(125048, 1872, 178, 'Sarulesti', 444166700, 266500000, 0),
(125049, 1873, 178, 'Iablanita', 449502800, 223141700, 0),
(125050, 1873, 178, 'Prigor', 449383300, 221133300, 0),
(125051, 1873, 178, 'Racasdia', 449930600, 216180600, 0),
(125052, 1873, 178, 'Varadia', 450783300, 215469400, 0),
(125053, 1874, 178, 'Salciua de Sus', 464000000, 234166700, 0),
(125054, 1875, 178, 'Amzacea', 439500000, 284000000, 0),
(125055, 1875, 178, 'Cobadin', 440833300, 282166700, 0),
(125056, 1875, 178, 'Cogealac', 445500000, 285666700, 0),
(125057, 1875, 178, 'Corbu', 443833300, 286500000, 0),
(125058, 1875, 178, 'Costinesti', 439500000, 286333300, 0),
(125059, 1875, 178, 'Pestera', 441833300, 281333300, 0),
(125060, 1875, 178, 'Tortoman', 443500000, 282166700, 0),
(125061, 1876, 178, 'Bretcu', 460500000, 263000000, 0),
(125062, 1876, 178, 'Comandau', 457666700, 262666700, 0),
(125063, 1876, 178, 'Dobirlau', 457333300, 258833300, 0),
(125064, 1876, 178, 'Intorsura Buzaului', 456833300, 260333300, 0),
(125065, 1876, 178, 'Malnas', 460166700, 258333300, 0),
(125066, 1876, 178, 'Ojdula', 459833300, 262500000, 0),
(125067, 1876, 178, 'Vilcele', 450833300, 266333300, 0),
(125068, 1877, 178, 'Baleni Sirbi', 448166700, 256333300, 0),
(125069, 1877, 178, 'Bezdead', 451500000, 255166700, 0),
(125070, 1877, 178, 'Branistea', 446833300, 255833300, 0),
(125071, 1877, 178, 'Ciocanesti', 442000000, 270666700, 0),
(125072, 1877, 178, 'Contesti', 438000000, 254833300, 0),
(125073, 1877, 178, 'Dragodana', 447333300, 253500000, 0),
(125074, 1877, 178, 'Hulubesti', 448333300, 252333300, 0),
(125075, 1877, 178, 'Lunguletu', 446166700, 256500000, 0),
(125076, 1877, 178, 'Mogosani', 446833300, 254000000, 0),
(125077, 1877, 178, 'Razvad', 449333300, 255333300, 0),
(125078, 1877, 178, 'Slobozia Moara', 446000000, 257166700, 0),
(125079, 1877, 178, 'Valeni-Dimbovita', 451666700, 251833300, 0),
(125080, 1877, 178, 'Visinesti', 451000000, 255500000, 0),
(125081, 1877, 178, 'Vulcana Bai', 450833300, 253833300, 0),
(125082, 1878, 178, 'Desa', 438666700, 230333300, 0),
(125083, 1878, 178, 'Goicea', 439166700, 236166700, 0),
(125084, 1878, 178, 'Maglavit', 440333300, 231000000, 0),
(125085, 1878, 178, 'Mischii', 443833300, 238500000, 0),
(125086, 1878, 178, 'Rastu', 438833300, 232833300, 0),
(125087, 1878, 178, 'Sadova', 439000000, 239500000, 0),
(125088, 1878, 178, 'Segarcea', 441000000, 237500000, 0),
(125089, 1878, 178, 'Simnicu de Sus', 443833300, 238000000, 0),
(125090, 1879, 178, 'Barcea', 457500000, 274666700, 0),
(125091, 1879, 178, 'Corod', 459000000, 276166700, 0),
(125092, 1879, 178, 'Cosmesti', 443000000, 253833300, 0),
(125093, 1879, 178, 'Cudalbi', 457833300, 277000000, 0),
(125094, 1879, 178, 'Foltesti', 457500000, 280500000, 0),
(125095, 1879, 178, 'Golaesti', 472333300, 277000000, 0),
(125096, 1879, 178, 'Munteni', 459333300, 274333300, 0),
(125097, 1879, 178, 'Piscu', 455000000, 277333300, 0),
(125098, 1880, 178, 'Clejani', 443197200, 256994400, 0),
(125099, 1880, 178, 'Fratesti', 439666700, 259666700, 0),
(125100, 1880, 178, 'Greaca', 441094400, 263394400, 0),
(125101, 1880, 178, 'Gura Sutii', 447500000, 255166700, 0),
(125102, 1880, 178, 'Singureni', 442336100, 259433300, 0),
(125103, 1880, 178, 'Ulmi', 444866700, 257802800, 0),
(125104, 1880, 178, 'Valea Dragului', 442122200, 263036100, 0),
(125105, 1881, 178, 'Balesti', 450166700, 232166700, 0),
(125106, 1881, 178, 'Capreni', 447500000, 236166700, 0),
(125107, 1881, 178, 'Pades', 450166700, 228500000, 0),
(125108, 1881, 178, 'Pestisani', 450666700, 230333300, 0),
(125109, 1881, 178, 'Tirgu Carbunesti', 449500000, 235166700, 0),
(125110, 1882, 178, 'Ciucsingeorgiu', 463166700, 259500000, 0),
(125111, 1882, 178, 'Danesti', 449666700, 233333300, 0),
(125112, 1882, 178, 'Lueta', 462666700, 254833300, 0),
(125113, 1882, 178, 'Praid', 465500000, 251333300, 0),
(125114, 1882, 178, 'Remetea', 465743200, 245135900, 0),
(125115, 1882, 178, 'Varsag', 465166700, 253500000, 0),
(125116, 1883, 178, 'Criscior', 461166700, 228666700, 0),
(125117, 1883, 178, 'Ghelar', 457166700, 227833300, 0),
(125118, 1883, 178, 'Harau', 459000000, 229500000, 0),
(125119, 1884, 178, 'Armasesti', 447500000, 265833300, 0),
(125120, 1884, 178, 'Giurgeni', 447666700, 278833300, 0),
(125121, 1885, 178, 'Birnova', 470666700, 276166700, 0),
(125122, 1885, 178, 'Halaucesti', 471000000, 268000000, 0),
(125123, 1885, 178, 'Miroslavesti', 471500000, 266500000, 0),
(125124, 1885, 178, 'Popricani', 473000000, 275166700, 0),
(125125, 1885, 178, 'Ruginoasa', 472500000, 268500000, 0),
(125126, 1885, 178, 'Scobinti', 473833300, 269333300, 0),
(125127, 1885, 178, 'Tibanesti', 469166700, 273333300, 0),
(125128, 1885, 178, 'Trifesti', 469166700, 268166700, 0),
(125129, 1886, 178, 'Cetate', 441000000, 230500000, 0),
(125130, 1886, 178, 'Petrachioaia', 445833300, 263000000, 0),
(125131, 1887, 178, 'Bocicoiu Mare', 479666700, 240000000, 0),
(125132, 1887, 178, 'Cupseni', 475500000, 239333300, 0),
(125133, 1887, 178, 'Grosi', 476166700, 236166700, 0),
(125134, 1887, 178, 'Ieud', 476779600, 242339900, 0),
(125135, 1887, 178, 'Moisei', 476556200, 245401100, 0),
(125136, 1887, 178, 'Petrova', 478298100, 242153300, 0),
(125137, 1887, 178, 'Remetea Chioarului', 475333300, 235500000, 0),
(125138, 1887, 178, 'Repedea', 478333300, 244000000, 0),
(125139, 1887, 178, 'Rozavlea', 477333300, 242166700, 0),
(125140, 1887, 178, 'Vadu Izei', 479333300, 238833300, 0),
(125141, 1888, 178, 'Dubova', 446166700, 222666700, 0),
(125142, 1888, 178, 'Hinova', 445405600, 227769400, 0),
(125143, 1888, 178, 'Simian', 446141700, 227072200, 0),
(125144, 1888, 178, 'Sovarna', 448536100, 227925000, 0),
(125145, 1889, 178, 'Acatari', 464797500, 246332400, 0),
(125146, 1889, 178, 'Adamus', 463000000, 242333300, 0),
(125147, 1889, 178, 'Apold', 461166700, 248166700, 0),
(125148, 1889, 178, 'Bagaciu', 462666700, 243666700, 0),
(125149, 1889, 178, 'Batos', 468833300, 246666700, 0),
(125150, 1889, 178, 'Becas', 464333300, 248333300, 0),
(125151, 1889, 178, 'Deda', 469333300, 249000000, 0),
(125152, 1889, 178, 'Ernei', 466050500, 246414800, 0),
(125153, 1889, 178, 'Faragau', 467666700, 245166700, 0),
(125154, 1889, 178, 'Gornesti', 466712900, 246475700, 0),
(125155, 1889, 178, 'Hodac', 467666700, 249166700, 0),
(125156, 1889, 178, 'Sinmartin', 462666700, 259333300, 0),
(125157, 1890, 178, 'Bicazu Ardelean', 468500000, 259333300, 0),
(125158, 1890, 178, 'Bodesti', 470333300, 264166700, 0),
(125159, 1890, 178, 'Bozieni', 468333300, 271500000, 0),
(125160, 1890, 178, 'Ceahlau', 470500000, 259666700, 0),
(125161, 1890, 178, 'Razboeni', 470833300, 265333300, 0),
(125162, 1890, 178, 'Sagna', 469833300, 270166700, 0),
(125163, 1890, 178, 'Tarcau', 468666700, 261333300, 0),
(125164, 1890, 178, 'Urecheni', 471666700, 265166700, 0),
(125165, 1890, 178, 'Zanesti', 468166700, 265500000, 0),
(125166, 1891, 178, 'Birca', 439666700, 236166700, 0),
(125167, 1891, 178, 'Cirlogani', 445166700, 241500000, 0),
(125168, 1891, 178, 'Curtisoara', 445000000, 243333300, 0),
(125169, 1891, 178, 'Potcoava', 444833300, 246500000, 0),
(125170, 1891, 178, 'Stoicanesti', 441833300, 246333300, 0),
(125171, 1891, 178, 'Tia Mare', 438666700, 246333300, 0),
(125172, 1891, 178, 'Vadastra', 438666700, 243666700, 0),
(125173, 1891, 178, 'Verguleasa', 446500000, 243166700, 0),
(125174, 1892, 178, 'Balta Doamnei', 447500000, 261666700, 0),
(125175, 1892, 178, 'Ceptura de Sus', 450166700, 263166700, 0),
(125176, 1892, 178, 'Cocorastii-Misli', 450833300, 259333300, 0),
(125177, 1892, 178, 'Filipestii de Tirg', 449833300, 257833300, 0),
(125178, 1892, 178, 'Gornet', 451166700, 260666700, 0),
(125179, 1892, 178, 'Podenii Noi', 451166700, 261666700, 0),
(125180, 1892, 178, 'Slanic', 452500000, 259333300, 0),
(125181, 1892, 178, 'Stefesti', 452166700, 259000000, 0),
(125182, 1892, 178, 'Tirgsoru Vechi', 448666700, 259166700, 0),
(125183, 1892, 178, 'Varbilau', 451833300, 259500000, 0),
(125184, 1893, 178, 'Coseiu', 473166700, 229833300, 0),
(125185, 1893, 178, 'Ileanda', 473333300, 236333300, 0),
(125186, 1893, 178, 'Marca', 472166700, 225666700, 0),
(125187, 1893, 178, 'Nusfalau', 472000000, 227333300, 0),
(125188, 1893, 178, 'Periceiu', 472333300, 228833300, 0),
(125189, 1893, 178, 'Sag', 456486100, 211755600, 0),
(125190, 1893, 178, 'Samsud', 473500000, 229500000, 0),
(125191, 1894, 178, 'Apa', 477666700, 232000000, 0),
(125192, 1894, 178, 'Bixad', 479333300, 234000000, 0),
(125193, 1894, 178, 'Botiz', 478333300, 229500000, 0),
(125194, 1894, 178, 'Calinesti-Oas', 479000000, 233000000, 0),
(125195, 1894, 178, 'Capleni', 477166700, 225000000, 0),
(125196, 1894, 178, 'Culciu Mic', 477666700, 230333300, 0),
(125197, 1894, 178, 'Mediesu Aurit', 477833300, 231500000, 0),
(125198, 1894, 178, 'Odoreu', 478000000, 230000000, 0),
(125199, 1894, 178, 'Piscolt', 475833300, 223000000, 0),
(125200, 1894, 178, 'Santau', 475166700, 225166700, 0),
(125201, 1894, 178, 'Supuru de Jos', 474666700, 228000000, 0),
(125202, 1894, 178, 'Tirsoltel', 479500000, 233500000, 0),
(125203, 1895, 178, 'Apoldu de Jos', 458666700, 238500000, 0),
(125204, 1895, 178, 'Bradeni', 460833300, 248333300, 0),
(125205, 1895, 178, 'Chirpar', 459000000, 246000000, 0),
(125206, 1895, 178, 'Gura Raului', 457333300, 239833300, 0),
(125207, 1895, 178, 'Rasinari', 457000000, 240666700, 0),
(125208, 1895, 178, 'Sura Mare', 458500000, 241666700, 0),
(125209, 1895, 178, 'Sura Mica', 458333300, 240666700, 0),
(125210, 1896, 178, 'Bogdanesti', 462166700, 266833300, 0),
(125211, 1896, 178, 'Boroaia', 473500000, 263333300, 0),
(125212, 1896, 178, 'Cirlibaba', 475833300, 251333300, 0),
(125213, 1896, 178, 'Dolhasca', 474333300, 266000000, 0),
(125214, 1896, 178, 'Horodnicu de Sus', 478401200, 258235400, 0),
(125215, 1896, 178, 'Iacobeni', 460500000, 247166700, 0),
(125216, 1896, 178, 'Liteni', 475666700, 262000000, 0),
(125217, 1896, 178, 'Milisauti', 477833300, 260000000, 0),
(125218, 1896, 178, 'Patrauti', 477166700, 262000000, 0),
(125219, 1896, 178, 'Radaseni', 474666700, 262500000, 0),
(125220, 1896, 178, 'Straja', 479166700, 255500000, 0),
(125221, 1896, 178, 'Udesti', 475666700, 264166700, 0),
(125222, 1896, 178, 'Vicovu de Jos', 479000000, 257333300, 0),
(125223, 1896, 178, 'Zvoristea', 478333300, 262833300, 0),
(125224, 1897, 178, 'Balaci', 443500000, 249166700, 0),
(125225, 1897, 178, 'Crevenicu', 442408300, 255886100, 0),
(125226, 1897, 178, 'Dobrotesti', 442833300, 248833300, 0),
(125227, 1897, 178, 'Olteni', 441833300, 252833300, 0),
(125228, 1897, 178, 'Poporogi', 443666700, 251833300, 0),
(125229, 1897, 178, 'Saceni', 442333300, 250666700, 0),
(125230, 1897, 178, 'Scurtu Mare', 443500000, 252666700, 0),
(125231, 1897, 178, 'Tiganesti', 439000000, 253666700, 0),
(125232, 1898, 178, 'Beba Veche', 461333300, 203166700, 0),
(125233, 1898, 178, 'Carpinis', 457872200, 209041700, 0),
(125234, 1898, 178, 'Lenauheim', 458719400, 207994400, 0),
(125235, 1898, 178, 'Liebling', 455775000, 213216700, 0),
(125236, 1898, 178, 'Lovrin', 459680600, 207702800, 0),
(125237, 1898, 178, 'Manastiur', 458166700, 220666700, 0),
(125238, 1898, 178, 'Sannicolau Mare', 460833300, 206333300, 0),
(125239, 1898, 178, 'Varias', 460166700, 209500000, 0),
(125240, 1899, 178, 'Crisan', 449666700, 294666700, 0),
(125241, 1899, 178, 'Murighiol', 450333300, 291666700, 0),
(125242, 1899, 178, 'Nalbant', 450500000, 286166700, 0),
(125243, 1899, 178, 'Vacareni', 453241500, 281951200, 0),
(125244, 1900, 178, 'Baile Govora', 450833300, 241833300, 0),
(125245, 1900, 178, 'Bujoreni', 451333300, 243500000, 0),
(125246, 1900, 178, 'Creteni', 446833300, 241833300, 0),
(125247, 1900, 178, 'Orlesti', 448000000, 242166700, 0),
(125248, 1900, 178, 'Pausesti-Ursaresti', 450666700, 241333300, 0),
(125249, 1900, 178, 'Pietrari', 451000000, 241333300, 0),
(125250, 1900, 178, 'Rosiile', 448666700, 239333300, 0),
(125251, 1901, 178, 'Arsura', 468133300, 280222200, 0),
(125252, 1901, 178, 'Baile Dranceni', 468136100, 281008300, 0),
(125253, 1901, 178, 'Bunesti', 451166700, 241833300, 0),
(125254, 1901, 178, 'Muntenii de Jos', 466166700, 277666700, 0),
(125255, 1901, 178, 'Rosiesti', 464333300, 278833300, 0),
(125256, 1901, 178, 'Solesti', 467666700, 277833300, 0),
(125257, 1901, 178, 'Zapodeni', 467500000, 276500000, 0),
(125258, 1901, 178, 'Zorleni', 462666700, 277166700, 0),
(125259, 1902, 178, 'Cirligele', 456833300, 271000000, 0),
(125260, 1902, 178, 'Marasheshty', 458833300, 272333300, 0),
(125261, 1902, 178, 'Palanca', 465333300, 261166700, 0),
(125262, 1902, 178, 'Paunesti', 460333300, 271000000, 0),
(125263, 1902, 178, 'Slobozia-Cimpineanca', 457000000, 271333300, 0),
(125264, 1902, 178, 'Tulnici', 459166700, 266666700, 0),
(125265, 1903, 179, 'Adygeysk', 448824800, 391919400, 0),
(125266, 1903, 179, 'Blechepsin', 448202800, 405002800, 0),
(125267, 1903, 179, 'Giaginskaya', 448620800, 400719500, 0),
(125268, 1903, 179, 'Khatukay', 451907400, 396632000, 0),
(125269, 1903, 179, 'Krasnogvardeyskoye', 451278000, 395724600, 0),
(125270, 1903, 179, 'Kuzhorskaya', 446751200, 403103200, 0),
(125271, 1904, 179, 'Altayskoye', 519533300, 853325000, 0),
(125272, 1904, 179, 'Aya', 519453200, 858016800, 0),
(125273, 1904, 179, 'Bayevo', 532833300, 807666700, 0),
(125274, 1904, 179, 'Beloyarsk', 534461000, 839048000, 0),
(125275, 1904, 179, 'Blagoveshchenka', 528333300, 798666700, 0),
(125276, 1904, 179, 'Kulunda', 525660000, 789385000, 0),
(125277, 1904, 179, 'Malinovoye Ozero', 516752800, 797825000, 0),
(125278, 1904, 179, 'Nauchnyy Gorodok', 534203000, 835210000, 0),
(125279, 1904, 179, 'Pankrushikha', 538319400, 803405600, 0),
(125280, 1904, 179, 'Pavlovsk', 533186100, 829822200, 0),
(125281, 1904, 179, 'Rodino', 525000000, 802500000, 0),
(125282, 1904, 179, 'Shelabolikha', 534131000, 826167000, 0),
(125283, 1904, 179, 'Shipunovo', 521582000, 822173000, 0),
(125284, 1904, 179, 'Smolenskoye', 523044400, 850780600, 0),
(125285, 1904, 179, 'Staroaleyskoye', 510061100, 820000000, 0),
(125286, 1904, 179, 'Tabuny', 527773000, 787896000, 0),
(125287, 1904, 179, 'Topchikha', 528192000, 831185000, 0),
(125288, 1904, 179, 'Volchikha', 520333300, 803833300, 0),
(125289, 1904, 179, 'Yarovoye', 529273000, 785800000, 0),
(125290, 1904, 179, 'Zmeinogorsk', 511566700, 821950000, 0),
(125291, 1905, 179, 'Magdagachi', 534500000, 1258000000, 0),
(125292, 1905, 179, 'Raychikhinsk', 497838000, 1294121000, 0),
(125293, 1905, 179, 'Seryshevo', 510933300, 1283786100, 0),
(125294, 1905, 179, 'Srednebelaya', 506594400, 1280105600, 0),
(125295, 1905, 179, 'Svobodnyy', 514000000, 1281333300, 0),
(125296, 1905, 179, 'Takhtamygda', 541000000, 1235666700, 0),
(125297, 1905, 179, 'Tambovka', 500969400, 1280488900, 0),
(125298, 1905, 179, 'Yekaterinoslavka', 503733600, 1291138600, 0),
(125299, 1905, 179, 'Zavitinsk', 501166700, 1294500000, 0),
(125300, 1905, 179, 'Zeya', 537500000, 1272666700, 0),
(125301, 1906, 179, 'Kargopol''', 615070700, 389456400, 0),
(125302, 1906, 179, 'Katunino', 643862000, 406298000, 0),
(125303, 1906, 179, 'Kharitonovo', 614009200, 474977900, 0),
(125304, 1906, 179, 'Krasnoborsk', 615597800, 459339600, 0),
(125305, 1906, 179, 'Oksovskiy', 626062300, 398984500, 0),
(125306, 1906, 179, 'Privodino', 610759900, 465023800, 0),
(125307, 1906, 179, 'Rochegda', 628000000, 432500000, 0),
(125308, 1906, 179, 'Uyemskiy', 644743000, 408524000, 0),
(125309, 1906, 179, 'Yarensk', 621675500, 490916200, 0),
(125310, 1906, 179, 'Yemetsk', 634721000, 417941000, 0),
(125311, 1906, 179, 'Yemtsa', 630733700, 403328500, 0),
(125312, 1907, 179, 'Kamyzyak', 461099500, 480736400, 0),
(125313, 1907, 179, 'Krasnyy Yar', 465331400, 483455900, 0),
(125314, 1907, 179, 'Marfino', 464085200, 487139800, 0),
(125315, 1907, 179, 'Narimanov', 466927000, 478498000, 0),
(125316, 1907, 179, 'Oranzherei', 458475600, 475663500, 0),
(125317, 1907, 179, 'Tambovka', 473152800, 473777300, 0),
(125318, 1908, 179, 'Agidel''', 559077000, 539355000, 0),
(125319, 1908, 179, 'Asanovo', 548941800, 554908300, 0),
(125320, 1908, 179, 'Bakaly', 551788900, 538027800, 0),
(125321, 1908, 179, 'Baymak', 525933300, 583225000, 0),
(125322, 1908, 179, 'Bizhbulyak', 536967000, 542642000, 0),
(125323, 1908, 179, 'Chekmagush', 551319400, 546555600, 0),
(125324, 1908, 179, 'Chishmy', 545764800, 553764200, 0),
(125325, 1908, 179, 'Davlekanovo', 542214500, 550343400, 0),
(125326, 1908, 179, 'Dyurtyuli', 554910600, 548688300, 0),
(125327, 1908, 179, 'Inzer', 542167000, 575556000, 0),
(125328, 1908, 179, 'Krasnaya Gorka', 551961700, 566672700, 0),
(125329, 1908, 179, 'Kudeyevskiy', 548758300, 567566700, 0),
(125330, 1908, 179, 'Mayachnyy', 526839000, 556850000, 0),
(125331, 1908, 179, 'Rayevskiy', 540658000, 549468000, 0),
(125332, 1908, 179, 'Shafranovo', 539666700, 547666700, 0),
(125333, 1908, 179, 'Starobaltachevo', 560013200, 559213100, 0),
(125334, 1908, 179, 'Sterlibashevo', 534375500, 552578000, 0),
(125335, 1908, 179, 'Subkhankulovo', 545574100, 538115300, 0),
(125336, 1908, 179, 'Tolbazy', 540240800, 558824800, 0),
(125337, 1908, 179, 'Ulukulevo', 544355000, 563221000, 0),
(125338, 1908, 179, 'Yermolayevo', 527166700, 558000000, 0),
(125339, 1908, 179, 'Zirgan', 532222000, 559185000, 0),
(125340, 1909, 179, 'Bekhteyevka', 508072100, 372085300, 0),
(125341, 1909, 179, 'Bessonovka', 505264400, 363010700, 0),
(125342, 1909, 179, 'Chernyanka', 509409500, 378069300, 0),
(125343, 1909, 179, 'Golovchino', 505341000, 357970000, 0),
(125344, 1909, 179, 'Gorod Shebekino', 504166700, 369166700, 0),
(125345, 1909, 179, 'Grayvoron', 504767000, 356773000, 0),
(125346, 1909, 179, 'Ivnya', 510629400, 361342600, 0),
(125347, 1909, 179, 'Krasnaya Yaruga', 508008300, 356583300, 0),
(125348, 1909, 179, 'Maslova Pristan''', 504587400, 367408100, 0),
(125349, 1909, 179, 'Novaya Tavolzhanka', 503512300, 368298000, 0),
(125350, 1909, 179, 'Novyy Oskol', 507631000, 378691000, 0),
(125351, 1909, 179, 'Proletarskiy', 507913900, 357730600, 0),
(125352, 1909, 179, 'Razumnoye', 505343900, 366846200, 0),
(125353, 1909, 179, 'Skorodnoye', 510710100, 372275600, 0),
(125354, 1909, 179, 'Tomarovka', 506833800, 362330900, 0),
(125355, 1910, 179, 'Ardon''', 527352400, 323085700, 0),
(125356, 1910, 179, 'Dobrun''', 531851200, 342462400, 0),
(125357, 1910, 179, 'Dubrovka', 536907000, 335071000, 0),
(125358, 1910, 179, 'Dyat''kovo', 535978200, 343382500, 0),
(125359, 1910, 179, 'Komarichi', 524151000, 347905000, 0),
(125360, 1910, 179, 'Lyubokhna', 535033200, 343884700, 0),
(125361, 1910, 179, 'Mglin', 530590700, 328475300, 0),
(125362, 1910, 179, 'Novozybkov', 525396000, 319275000, 0),
(125363, 1910, 179, 'Pochep', 529336000, 334464000, 0),
(125364, 1910, 179, 'Pogar', 525539900, 332590700, 0),
(125365, 1910, 179, 'Putevka', 532583300, 342877800, 0),
(125366, 1910, 179, 'Sel''tso', 533683100, 341032800, 0),
(125367, 1910, 179, 'Starodub', 525844400, 327633300, 0),
(125368, 1910, 179, 'Surazh', 530174700, 323917800, 0),
(125369, 1910, 179, 'Vygonichi', 530985500, 340672800, 0),
(125370, 1910, 179, 'Zhukovka', 535339500, 337279800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(125371, 1911, 179, 'Rechka-Vydrino', 514892000, 1048429000, 0),
(125372, 1911, 179, 'Sokol', 518003600, 1074443700, 0),
(125373, 1911, 179, 'Zarechnyy', 518513900, 1075144500, 0),
(125374, 1912, 179, 'Ali-Yurt', 431400000, 448500000, 0),
(125375, 1912, 179, 'Elin-Yurt', 436730600, 449588900, 0),
(125376, 1912, 179, 'Ishkhoy-Yurt', 432133300, 463902800, 0),
(125377, 1912, 179, 'Itum-Kali', 427355700, 455757600, 0),
(125378, 1912, 179, 'Khankala', 433021200, 457556400, 0),
(125379, 1912, 179, 'Staraya Sunzha', 433372200, 457422200, 0),
(125380, 1912, 179, 'Urus-Martan', 431286100, 455430600, 0),
(125381, 1913, 179, 'Fershampenuaz', 535202000, 598117000, 0),
(125382, 1913, 179, 'Kanashevo', 552169000, 620634000, 0),
(125383, 1913, 179, 'Krasnogorskiy', 546025000, 612310000, 0),
(125384, 1913, 179, 'Kunashak', 557032000, 615498000, 0),
(125385, 1913, 179, 'Miasskoye', 552784000, 618905000, 0),
(125386, 1913, 179, 'Poletayevo', 550336000, 611138000, 0),
(125387, 1913, 179, 'Sim', 549930000, 576982000, 0),
(125388, 1913, 179, 'Starokamyshinsk', 550554000, 616031000, 0),
(125389, 1913, 179, 'Syrostan', 550634000, 599002000, 0),
(125390, 1913, 179, 'Tayginka', 556244000, 605076000, 0),
(125391, 1913, 179, 'Timiryazevskiy', 549291700, 607625000, 0),
(125392, 1913, 179, 'Tyubuk', 560552100, 609405000, 0),
(125393, 1913, 179, 'Uyskoye', 543775000, 600047200, 0),
(125394, 1913, 179, 'Vakhrushevo', 552317000, 617173000, 0),
(125395, 1913, 179, 'Verkhneural''sk', 538769400, 592105600, 0),
(125396, 1913, 179, 'Vyazovaya', 549050000, 583561100, 0),
(125397, 1915, 179, 'Batyrevo', 550675000, 476111100, 0),
(125398, 1915, 179, 'Ibresi', 552961100, 470394400, 0),
(125399, 1915, 179, 'Ishley', 560231700, 470505400, 0),
(125400, 1915, 179, 'Kugesi', 560289500, 472925500, 0),
(125401, 1915, 179, 'Morgaushi', 559643000, 467743000, 0),
(125402, 1915, 179, 'Poretskoye', 551974200, 463290800, 0),
(125403, 1915, 179, 'Urmary', 556789400, 479439600, 0),
(125404, 1915, 179, 'Vurnary', 554904400, 469647900, 0),
(125405, 1916, 179, 'Adil''-Yangiyurt', 435632800, 465846200, 0),
(125406, 1916, 179, 'Akusha', 422688500, 473411400, 0),
(125407, 1916, 179, 'Belidzhi', 418918400, 484124700, 0),
(125408, 1916, 179, 'Botayurt', 433186600, 466837100, 0),
(125409, 1916, 179, 'Botlikh', 426444200, 462296700, 0),
(125410, 1916, 179, 'Dagestanskiye Ogni', 421158900, 481920400, 0),
(125411, 1916, 179, 'Dubki', 430225000, 468372200, 0),
(125412, 1916, 179, 'Gunib', 423875800, 469650900, 0),
(125413, 1916, 179, 'Kafyr-Kumukh', 428375400, 471541200, 0),
(125414, 1916, 179, 'Karabudakhkent', 427087000, 475673500, 0),
(125415, 1916, 179, 'Kasumkent', 416772500, 481460100, 0),
(125416, 1916, 179, 'Kuli', 420184500, 472434200, 0),
(125417, 1916, 179, 'Kumukh', 421703600, 471160600, 0),
(125418, 1916, 179, 'Leninkent', 429689500, 473520200, 0),
(125419, 1916, 179, 'Mamedkala', 421677300, 481198800, 0),
(125420, 1916, 179, 'Mugi', 422994400, 474207700, 0),
(125421, 1916, 179, 'Novyy Khushet', 428994200, 475604000, 0),
(125422, 1916, 179, 'Pervomayskoye', 439190400, 467101900, 0),
(125423, 1916, 179, 'Rutul', 415356600, 474239100, 0),
(125424, 1916, 179, 'Sabnova', 420761700, 482479600, 0),
(125425, 1916, 179, 'Solnechnoye', 432760000, 465069700, 0),
(125426, 1916, 179, 'Terekli-Mekteb', 441671000, 458697500, 0),
(125427, 1916, 179, 'Uchkent', 431142700, 470825500, 0),
(125428, 1916, 179, 'Ullubiyaul', 425968900, 477182400, 0),
(125429, 1916, 179, 'Untsukul''', 427114900, 467866300, 0),
(125430, 1916, 179, 'Usukhchay', 414224500, 479131800, 0),
(125431, 1918, 179, 'Karabulak', 433036100, 448963900, 0),
(125432, 1918, 179, 'Malgobek', 435091700, 445930600, 0),
(125433, 1918, 179, 'Sernovodsk', 433117200, 451593900, 0),
(125434, 1919, 179, 'Biryusinsk', 559634000, 978235000, 0),
(125435, 1919, 179, 'Bokhan', 531530000, 1037714000, 0),
(125436, 1919, 179, 'Khomutovo', 524658300, 1044025000, 0),
(125437, 1919, 179, 'Khuzhir', 531938900, 1073397200, 0),
(125438, 1919, 179, 'Kitoy', 526000000, 1039000000, 0),
(125439, 1919, 179, 'Kultuk', 517208300, 1036955600, 0),
(125440, 1919, 179, 'Markovo', 573205600, 1070880600, 0),
(125441, 1919, 179, 'Mishelevka', 528575000, 1031719400, 0),
(125442, 1919, 179, 'Pokosnoye', 555258300, 1010536100, 0),
(125443, 1919, 179, 'Shestakovo', 564915000, 1039600000, 0),
(125444, 1919, 179, 'Shumskiy', 548318000, 991328000, 0),
(125445, 1919, 179, 'Slyudyanka', 516594400, 1037061100, 0),
(125446, 1919, 179, 'Tayturka', 528691700, 1034608300, 0),
(125447, 1919, 179, 'Zalari', 535584000, 1025065000, 0),
(125448, 1919, 179, 'Zheleznodorozhnyy', 579122200, 1027652800, 0),
(125449, 1919, 179, 'Zvezdnyy', 567492000, 1064799000, 0),
(125450, 1920, 179, 'Gavrilov Posad', 565593000, 401210000, 0),
(125451, 1920, 179, 'Kaminskiy', 571515900, 414731800, 0),
(125452, 1920, 179, 'Palekh', 568025600, 418550800, 0),
(125453, 1920, 179, 'Ples', 574586200, 415157900, 0),
(125454, 1920, 179, 'Yuzha', 565830600, 420122200, 0),
(125455, 1920, 179, 'Zarechnyy', 574693100, 422843100, 0),
(125456, 1920, 179, 'Zavolzhsk', 574823000, 421377900, 0),
(125457, 1921, 179, 'Altud', 437219400, 438658300, 0),
(125458, 1921, 179, 'Baksan', 436880600, 435369400, 0),
(125459, 1921, 179, 'Baksanenok', 436897200, 436547200, 0),
(125460, 1921, 179, 'Belaya Rechka', 434380600, 435350000, 0),
(125461, 1921, 179, 'Kenzhe', 435016700, 435572200, 0),
(125462, 1921, 179, 'Kotlyarevskaya', 435734400, 440613400, 0),
(125463, 1921, 179, 'Mayskiy', 436414000, 440385100, 0),
(125464, 1921, 179, 'Nartkala', 435575000, 438508300, 0),
(125465, 1921, 179, 'Planovskoye', 433984600, 441949000, 0),
(125466, 1921, 179, 'Primalkinskoye', 437466700, 440083300, 0),
(125467, 1921, 179, 'Prokhladnyy', 437574100, 440297000, 0),
(125468, 1922, 179, 'Donskoye', 549384200, 199682100, 0),
(125469, 1922, 179, 'Mamonovo', 544642700, 199380100, 0),
(125470, 1922, 179, 'Polessk', 548620500, 211027900, 0),
(125471, 1922, 179, 'Pravdinsk', 544428900, 210178500, 0),
(125472, 1922, 179, 'Svetlyy', 546750100, 201347300, 0),
(125473, 1922, 179, 'Volochaevskoe', 546960600, 202361300, 0),
(125474, 1923, 179, 'Kaspiyskiy', 453928800, 473707300, 0),
(125475, 1923, 179, 'Troitskoye', 464206000, 442591000, 0),
(125476, 1924, 179, 'Baryatino', 543120600, 345209600, 0),
(125477, 1924, 179, 'Detchino', 548092300, 363075000, 0),
(125478, 1924, 179, 'Kirov', 540668600, 342995500, 0),
(125479, 1924, 179, 'Kozel''sk', 540374600, 357715900, 0),
(125480, 1924, 179, 'Lyudinovo', 538663900, 344477800, 0),
(125481, 1924, 179, 'Medyn''', 549691700, 358586100, 0),
(125482, 1924, 179, 'Mstikhino', 545594700, 361277700, 0),
(125483, 1924, 179, 'Pyatovskiy', 546890800, 360563400, 0),
(125484, 1924, 179, 'Sosenskiy', 540589900, 359622800, 0),
(125485, 1924, 179, 'Tovarkovo', 546761700, 359386000, 0),
(125486, 1924, 179, 'Vorotynsk', 544282800, 360464600, 0),
(125487, 1924, 179, 'Zhiletovo', 546921600, 360222500, 0),
(125488, 1924, 179, 'Zhizdra', 537459600, 347395100, 0),
(125489, 1925, 179, 'Paratunka', 529500000, 1582333300, 0),
(125490, 1926, 179, 'Druzhba', 441953000, 420170000, 0),
(125491, 1926, 179, 'Ispravnaya', 440682000, 416102000, 0),
(125492, 1926, 179, 'Karachayevsk', 437739900, 419141900, 0),
(125493, 1926, 179, 'Psyzh', 442330600, 420183300, 0),
(125494, 1926, 179, 'Teberda', 434456500, 417448000, 0),
(125495, 1926, 179, 'Uchkeken', 439377800, 425116700, 0),
(125496, 1926, 179, 'Ust''-Dzheguta', 440834000, 419763000, 0),
(125497, 1926, 179, 'Zelenchukskaya', 438580400, 415894000, 0),
(125498, 1927, 179, 'Belomorsk', 645232200, 347668000, 0),
(125499, 1927, 179, 'Lakhdenpokh''ya', 615198100, 301991700, 0),
(125500, 1927, 179, 'Olonets', 609847500, 329697600, 0),
(125501, 1927, 179, 'Pudozh', 618098800, 365345400, 0),
(125502, 1928, 179, 'Bachatskiy', 542927000, 861285000, 0),
(125503, 1928, 179, 'Barzas', 557166700, 863166700, 0),
(125504, 1928, 179, 'Gramoteino', 545368000, 863839000, 0),
(125505, 1928, 179, 'Gur''yevsk', 542833300, 859333300, 0),
(125506, 1928, 179, 'Inskoy', 544297000, 864400000, 0),
(125507, 1928, 179, 'Itatskiy', 560700000, 890369400, 0),
(125508, 1928, 179, 'Izhmorskiy', 561940000, 866414000, 0),
(125509, 1928, 179, 'Karagayla', 541720000, 865521000, 0),
(125510, 1928, 179, 'Kedrovka', 555333300, 860500000, 0),
(125511, 1928, 179, 'Krasnoye', 546068000, 853899000, 0),
(125512, 1928, 179, 'Kuzedeyevo', 533308000, 872019000, 0),
(125513, 1928, 179, 'Listvyagi', 536772000, 869510000, 0),
(125514, 1928, 179, 'Pritomskiy', 537724000, 876082000, 0),
(125515, 1928, 179, 'Promyshlennovskiy', 554833300, 862000000, 0),
(125516, 1928, 179, 'Sheregesh', 529209000, 879869000, 0),
(125517, 1928, 179, 'Starobachaty', 542425000, 862072000, 0),
(125518, 1928, 179, 'Staropesterevo', 545001000, 864094000, 0),
(125519, 1928, 179, 'Suslovo', 562166700, 881166700, 0),
(125520, 1928, 179, 'Tayzhina', 536679000, 874362000, 0),
(125521, 1928, 179, 'Temirtau', 531377000, 874538000, 0),
(125522, 1928, 179, 'Trudarmeyskiy', 541320000, 864098000, 0),
(125523, 1928, 179, 'Tyazhinskiy', 561160000, 885240000, 0),
(125524, 1928, 179, 'Verkh-Chebula', 560308000, 876218000, 0),
(125525, 1928, 179, 'Yaya', 562060000, 864400000, 0),
(125526, 1928, 179, 'Zelenogorskiy', 550333300, 870000000, 0),
(125527, 1929, 179, 'Khor', 478861100, 1349463900, 0),
(125528, 1929, 179, 'Knyaze-Volkonskoye', 484641700, 1354566700, 0),
(125529, 1929, 179, 'Korfovskiy', 482183300, 1350563900, 0),
(125530, 1929, 179, 'Litovko', 492361100, 1351741700, 0),
(125531, 1929, 179, 'Lososina', 489975000, 1403106400, 0),
(125532, 1929, 179, 'Mayskiy', 489975300, 1402052800, 0),
(125533, 1929, 179, 'Mnogovershinnyy', 539352800, 1399241700, 0),
(125534, 1929, 179, 'Topolevo', 484994400, 1351975000, 0),
(125535, 1929, 179, 'Vysokogornyy', 501166700, 1391500000, 0),
(125536, 1930, 179, 'Belyy Yar', 536038900, 913902800, 0),
(125537, 1930, 179, 'Bograd', 542344400, 908327800, 0),
(125538, 1930, 179, 'Mayna', 530063900, 914836100, 0),
(125539, 1930, 179, 'Podsineye', 536658300, 915363900, 0),
(125540, 1930, 179, 'Sorsk', 540033300, 902466700, 0),
(125541, 1930, 179, 'Ust''-Abakan', 538525000, 913741700, 0),
(125542, 1931, 179, 'Agirish', 619247200, 630230600, 0),
(125543, 1931, 179, 'Andra', 625147200, 658877800, 0),
(125544, 1931, 179, 'Barsovo', 611666700, 731666700, 0),
(125545, 1931, 179, 'Gornopravdinsk', 600500000, 699000000, 0),
(125546, 1931, 179, 'Lokosovo', 611333300, 748166700, 0),
(125547, 1932, 179, 'Belaya Kholunitsa', 588400000, 508527800, 0),
(125548, 1932, 179, 'Kiknur', 573034100, 472010600, 0),
(125549, 1932, 179, 'Kirs', 593388200, 522446700, 0),
(125550, 1932, 179, 'Kumeny', 581088700, 499161400, 0),
(125551, 1932, 179, 'Lyangasovo', 585175900, 494471800, 0),
(125552, 1932, 179, 'Orichi', 584035600, 490571900, 0),
(125553, 1932, 179, 'Pizhanka', 574604200, 485420000, 0),
(125554, 1932, 179, 'Podosinovets', 602775800, 470658700, 0),
(125555, 1932, 179, 'Strizhi', 584575800, 492866700, 0),
(125556, 1932, 179, 'Tuzha', 576061500, 479359700, 0),
(125557, 1932, 179, 'Urzhum', 571141200, 499995600, 0),
(125558, 1932, 179, 'Vakhrushi', 586847200, 500261100, 0),
(125559, 1932, 179, 'Zuyevka', 584050300, 511335500, 0),
(125560, 1933, 179, 'Izhma', 650083300, 539112800, 0),
(125561, 1933, 179, 'Kortkeros', 618105600, 515805600, 0),
(125562, 1933, 179, 'Letka', 596011100, 494232100, 0),
(125563, 1933, 179, 'Mezhdurechensk', 632455600, 485533300, 0),
(125564, 1933, 179, 'Nizhniy Odes', 636445100, 548559800, 0),
(125565, 1933, 179, 'Shudayag', 635266500, 536058200, 0),
(125566, 1933, 179, 'Sosnogorsk', 636022900, 538817500, 0),
(125567, 1933, 179, 'Sovetskiy', 674833300, 644166700, 0),
(125568, 1933, 179, 'Troitsko-Pechorsk', 627083600, 561964300, 0),
(125569, 1933, 179, 'Tsementnozavodskiy', 676166700, 641000000, 0),
(125570, 1933, 179, 'Ust''-Kulom', 616863600, 536902000, 0),
(125571, 1933, 179, 'Verkhnyaya Maksakovka', 616350400, 509674000, 0),
(125572, 1933, 179, 'Vizinga', 610749300, 501031100, 0),
(125573, 1933, 179, 'Vodnyy', 635046400, 534094700, 0),
(125574, 1933, 179, 'Voyvozh', 628919800, 549634600, 0),
(125575, 1933, 179, 'Yarega', 634354300, 535765000, 0),
(125576, 1933, 179, 'Zapolyarnyy', 674833300, 637500000, 0),
(125577, 1934, 179, 'Manturovo', 583288900, 447640600, 0),
(125578, 1934, 179, 'Vetluzhskiy', 583901600, 454654200, 0),
(125579, 1935, 179, 'Agoy', 441466000, 390373000, 0),
(125580, 1935, 179, 'Akhtanizovskaya', 453212800, 371007100, 0),
(125581, 1935, 179, 'Arkhipo-Osipovka', 443719400, 385297200, 0),
(125582, 1935, 179, 'Atamanskaya', 461773000, 396358000, 0),
(125583, 1935, 179, 'Belaya Glina', 460780200, 408665100, 0),
(125584, 1935, 179, 'Belozernyy', 450643300, 386790200, 0),
(125585, 1935, 179, 'Chamlykskaya', 447158300, 408786100, 0),
(125586, 1935, 179, 'Chernomorskiy', 448505600, 384936100, 0),
(125587, 1935, 179, 'Chernoyerkovskaya', 454330600, 377686100, 0),
(125588, 1935, 179, 'Divnomorskoye', 445017000, 381342000, 0),
(125589, 1935, 179, 'Dmitriyevskaya', 456563900, 407652800, 0),
(125590, 1935, 179, 'Dolzhanskaya', 466336900, 378024600, 0),
(125591, 1935, 179, 'Dvubratskiy', 452388800, 398049900, 0),
(125592, 1935, 179, 'Dzhubga', 443211000, 387073000, 0),
(125593, 1935, 179, 'Girey', 454012000, 406587000, 0),
(125594, 1935, 179, 'Glubokiy', 449467300, 410184500, 0),
(125595, 1935, 179, 'Irkliyevskaya', 458563500, 396538100, 0),
(125596, 1935, 179, 'Kabardinka', 446513900, 379427800, 0),
(125597, 1935, 179, 'Kalnibolotskaya', 460058200, 404568200, 0),
(125598, 1935, 179, 'Kamyshevatskaya', 464131600, 379563200, 0),
(125599, 1935, 179, 'Kanelovskaya', 465896000, 391944000, 0),
(125600, 1935, 179, 'Kazanskaya', 454106000, 404361000, 0),
(125601, 1935, 179, 'Kholmskiy', 448469400, 383850000, 0),
(125602, 1935, 179, 'Kislyakovskaya', 464417000, 396750000, 0),
(125603, 1935, 179, 'Konstantinovskaya', 448352800, 407269400, 0),
(125604, 1935, 179, 'Kontenko', 453580600, 368322200, 0),
(125605, 1935, 179, 'Krylovskaya', 461097000, 393035000, 0),
(125606, 1935, 179, 'Kuchugury', 454070200, 369558600, 0),
(125607, 1935, 179, 'Medvedovskaya', 454515100, 390248500, 0),
(125608, 1935, 179, 'Novoalekseyevskaya', 448188900, 409338900, 0),
(125609, 1935, 179, 'Novokubansk', 451170000, 410267000, 0),
(125610, 1935, 179, 'Novomikhaylovskiy', 442626000, 388585000, 0),
(125611, 1935, 179, 'Novoukrainskoye', 453783300, 405297200, 0),
(125612, 1935, 179, 'Novovelichkovskaya', 452778100, 388436400, 0),
(125613, 1935, 179, 'Pereyaslovskaya', 458412100, 390237900, 0),
(125614, 1935, 179, 'Plastunovskaya', 452955600, 392667100, 0),
(125615, 1935, 179, 'Prikubanskiy', 450015000, 411795000, 0),
(125616, 1935, 179, 'Psebay', 441234000, 408107000, 0),
(125617, 1935, 179, 'Pshada', 444700000, 383996000, 0),
(125618, 1935, 179, 'Pshekhskaya', 446959700, 397966500, 0),
(125619, 1935, 179, 'Rayevskaya', 448357100, 375557600, 0),
(125620, 1935, 179, 'Rogovskaya', 457311700, 387396000, 0),
(125621, 1935, 179, 'Severskaya', 448540700, 386768600, 0),
(125622, 1935, 179, 'Shepsi', 440355000, 391474000, 0),
(125623, 1935, 179, 'Sovkhoznyy', 452946200, 381138400, 0),
(125624, 1935, 179, 'Starokorsunskaya', 450572700, 393161100, 0),
(125625, 1935, 179, 'Staronizhestebliyevskaya', 453831500, 384430400, 0),
(125626, 1935, 179, 'Starovelichkovskaya', 454288400, 387326100, 0),
(125627, 1935, 179, 'Tbilisskaya', 453633300, 401900000, 0),
(125628, 1935, 179, 'Temirgoyevskaya', 451141400, 402802700, 0),
(125629, 1935, 179, 'Trudobelikovskiy', 452685300, 381537600, 0),
(125630, 1935, 179, 'Vardane', 437317900, 395542800, 0),
(125631, 1935, 179, 'Ventsy', 453763900, 408358300, 0),
(125632, 1935, 179, 'Voznesenskaya', 445527000, 410318000, 0),
(125633, 1935, 179, 'Vyshestebliyevskaya', 451961100, 370180600, 0),
(125634, 1935, 179, 'Yelizavetinskaya', 450444600, 387958000, 0),
(125635, 1935, 179, 'Yurovka', 451147000, 374188200, 0),
(125636, 1936, 179, 'Aban', 566700000, 960600000, 0),
(125637, 1936, 179, 'Balakhta', 553800000, 916000000, 0),
(125638, 1936, 179, 'Idrinskoye', 543708300, 921358300, 0),
(125639, 1936, 179, 'Karatuzskoye', 536072200, 928666700, 0),
(125640, 1936, 179, 'Kayyerkan', 693786100, 877438900, 0),
(125641, 1936, 179, 'Krasnoturansk', 543186100, 915638900, 0),
(125642, 1936, 179, 'Nizhniy Ingash', 562000000, 965300000, 0),
(125643, 1936, 179, 'Novochernorechenskiy', 562669400, 910827800, 0),
(125644, 1936, 179, 'Teya', 603777800, 926266700, 0),
(125645, 1936, 179, 'Yeniseysk', 584497200, 921702800, 0),
(125646, 1936, 179, 'Zelenyy Bor', 536666700, 916666700, 0),
(125647, 1937, 179, 'Belozerskoye', 558213900, 655841700, 0),
(125648, 1937, 179, 'Glyadyanskoye', 549075000, 650883300, 0),
(125649, 1937, 179, 'Kataysk', 562890000, 625841000, 0),
(125650, 1937, 179, 'Lesnikovo', 552822200, 653175000, 0),
(125651, 1937, 179, 'Mishkino', 553388900, 639175000, 0),
(125652, 1937, 179, 'Mokrousovo', 558102800, 667652800, 0),
(125653, 1937, 179, 'Safakulevo', 549901000, 625442000, 0),
(125654, 1937, 179, 'Shatrovo', 565166700, 646333300, 0),
(125655, 1937, 179, 'Vvedenskoye', 554752800, 650847200, 0),
(125656, 1938, 179, 'Chernitsyno', 515073900, 360510100, 0),
(125657, 1938, 179, 'Glushkovo', 513391700, 346327800, 0),
(125658, 1938, 179, 'Gorshechnoye', 515244000, 380365000, 0),
(125659, 1938, 179, 'Ivanino', 516434000, 355769000, 0),
(125660, 1938, 179, 'Kastornoye', 518334000, 381302000, 0),
(125661, 1938, 179, 'Kshenskiy', 518408300, 377136100, 0),
(125662, 1938, 179, 'Pristen''', 512355100, 366959400, 0),
(125663, 1938, 179, 'Pryamitsyno', 516561000, 359314000, 0),
(125664, 1938, 179, 'Ryl''sk', 515655000, 346822000, 0),
(125665, 1938, 179, 'Shchigry', 518755500, 369043200, 0),
(125666, 1938, 179, 'Sudzha', 511976000, 352726000, 0),
(125667, 1938, 179, 'Tim', 516222200, 371244400, 0),
(125668, 1939, 179, 'Boksitogorsk', 594740500, 338485300, 0),
(125669, 1939, 179, 'Fedorovskoye', 596630600, 305322200, 0),
(125670, 1939, 179, 'Garbolovo', 603412700, 304955100, 0),
(125671, 1939, 179, 'Glebychevo', 604386800, 287182600, 0),
(125672, 1939, 179, 'Gorskaya', 600464000, 299713700, 0),
(125673, 1939, 179, 'Gostilitsy', 597483200, 296220500, 0),
(125674, 1939, 179, 'Imeni Sverdlova', 597961100, 306658300, 0),
(125675, 1939, 179, 'Kopor''ye', 597106700, 290348800, 0),
(125676, 1939, 179, 'Kuznechnoye', 611200400, 298686400, 0),
(125677, 1939, 179, 'Lebyazh''ye', 599612400, 294148700, 0),
(125678, 1939, 179, 'Lesogorskiy', 610454900, 289293800, 0),
(125679, 1939, 179, 'Maloye Verevo', 596136100, 301727800, 0),
(125680, 1939, 179, 'Mga', 597500000, 310666700, 0),
(125681, 1939, 179, 'Mshinskaya', 590150000, 299433300, 0),
(125682, 1939, 179, 'Pervomayskoye', 603592200, 297424000, 0),
(125683, 1939, 179, 'Priladozhskiy', 598500000, 314833300, 0),
(125684, 1939, 179, 'Primorsk', 603659300, 286073700, 0),
(125685, 1939, 179, 'Roshchino', 602519100, 296085000, 0),
(125686, 1939, 179, 'Russko-Vysotskoye', 596996300, 299440400, 0),
(125687, 1939, 179, 'Ryabovo', 594000000, 311333300, 0),
(125688, 1939, 179, 'Sapernoye', 607167300, 299504600, 0),
(125689, 1939, 179, 'Shcheglovo', 600283900, 307528900, 0),
(125690, 1939, 179, 'Sinyavino', 599078100, 310711000, 0),
(125691, 1939, 179, 'Sista-Palkino', 598004200, 289104900, 0),
(125692, 1939, 179, 'Sovetskiy', 605394500, 286775600, 0),
(125693, 1939, 179, 'Syas''stroy', 601366900, 325690600, 0),
(125694, 1939, 179, 'Ust''-Luga', 596675500, 282871300, 0),
(125695, 1939, 179, 'Verkhniye Osel''ki', 602494800, 304493800, 0),
(125696, 1939, 179, 'Veshchevo', 607310700, 291830500, 0),
(125697, 1939, 179, 'Voyskovitsy', 595286700, 299639600, 0),
(125698, 1939, 179, 'Vysotsk', 606287900, 285704800, 0),
(125699, 1940, 179, 'Borinskoye', 524569000, 393713000, 0),
(125700, 1940, 179, 'Dankov', 532515500, 391555300, 0),
(125701, 1940, 179, 'Dobroye', 528678000, 398109000, 0),
(125702, 1940, 179, 'Donskoye', 526174000, 389738000, 0),
(125703, 1940, 179, 'Izmalkovo', 526887000, 379639800, 0),
(125704, 1940, 179, 'Kalikino', 529493000, 398269000, 0),
(125705, 1940, 179, 'Kazaki', 526248400, 382648800, 0),
(125706, 1940, 179, 'Khlevnoye', 521951200, 390931600, 0),
(125707, 1940, 179, 'Krasnoye', 528644900, 387935300, 0),
(125708, 1940, 179, 'Stanovoye', 527638400, 383581800, 0),
(125709, 1940, 179, 'Terbuny', 521493000, 382834000, 0),
(125710, 1941, 179, 'Sokol', 598833300, 1509166700, 0),
(125711, 1942, 179, 'Kilemary', 567782500, 468659400, 0),
(125712, 1942, 179, 'Kuzhener', 568111100, 489127800, 0),
(125713, 1942, 179, 'Orshanka', 569160700, 478933500, 0),
(125714, 1942, 179, 'Paran''ga', 567038900, 494047200, 0),
(125715, 1943, 179, 'Atemar', 541809700, 454090900, 0),
(125716, 1943, 179, 'Kadoshkino', 540257000, 444191000, 0),
(125717, 1943, 179, 'Kemlya', 546963000, 452424000, 0),
(125718, 1943, 179, 'Kovylkino', 540387600, 439138600, 0),
(125719, 1943, 179, 'Krasnoslobodsk', 544253000, 437896300, 0),
(125720, 1943, 179, 'Lukhovka', 541484400, 452572800, 0),
(125721, 1943, 179, 'Lyambir''', 542817200, 451249400, 0),
(125722, 1943, 179, 'Tatarskaya Pishlya', 540608500, 448997800, 0),
(125723, 1943, 179, 'Torbeyevo', 540797200, 432473200, 0),
(125724, 1945, 179, 'Ashukino', 561666700, 379500000, 0),
(125725, 1945, 179, 'Ateptsevo', 553236400, 367500200, 0),
(125726, 1945, 179, 'Barybino', 552676800, 378933300, 0),
(125727, 1945, 179, 'Beloomut', 549447800, 393394100, 0),
(125728, 1945, 179, 'Bogorodskoye', 565500000, 378833300, 0),
(125729, 1945, 179, 'Danki', 549180600, 375700900, 0),
(125730, 1945, 179, 'Demikhovo', 557968500, 388840400, 0),
(125731, 1945, 179, 'Dorokhovo', 555505600, 363744400, 0),
(125732, 1945, 179, 'Elektrogorsk', 558843100, 387864000, 0),
(125733, 1945, 179, 'Fosforitnyy', 553289200, 388950900, 0),
(125734, 1945, 179, 'Fryazevo', 557332100, 384645800, 0),
(125735, 1945, 179, 'Il''inskiy Pogost', 554778500, 389090600, 0),
(125736, 1945, 179, 'Imeni Vorovskogo', 557319000, 383236800, 0),
(125737, 1945, 179, 'Kerva', 556116700, 395766500, 0),
(125738, 1945, 179, 'Kievskij', 554364200, 368982700, 0),
(125739, 1945, 179, 'Kolyubakino', 556680000, 365323400, 0),
(125740, 1945, 179, 'Konstantinovo', 565500000, 380333300, 0),
(125741, 1945, 179, 'Kostrovo', 558942900, 366949100, 0),
(125742, 1945, 179, 'Lopatinskiy', 553410100, 387236600, 0),
(125743, 1945, 179, 'Lyubuchany', 552508800, 375498800, 0),
(125744, 1945, 179, 'Melikhovo', 551144000, 376482700, 0),
(125745, 1945, 179, 'Meshcherino', 551956700, 383600200, 0),
(125746, 1945, 179, 'Nekrasovskiy', 560666700, 375000000, 0),
(125747, 1945, 179, 'Obolensk', 549774100, 372244900, 0),
(125748, 1945, 179, 'Orud''yevo', 564333300, 375333300, 0),
(125749, 1945, 179, 'Ozery', 548599800, 385506200, 0),
(125750, 1945, 179, 'Ozherel''ye', 547919700, 382656000, 0),
(125751, 1945, 179, 'Petrovo-Dal''neye', 557467800, 371734700, 0),
(125752, 1945, 179, 'Pravdinskiy', 560666700, 378500000, 0),
(125753, 1945, 179, 'Radovitskiy', 551282000, 397956000, 0),
(125754, 1945, 179, 'Rozhdestveno', 558544400, 370493500, 0),
(125755, 1945, 179, 'Serebryanyye Prudy', 544692300, 387209500, 0),
(125756, 1945, 179, 'Severnyy', 567333300, 376500000, 0),
(125757, 1945, 179, 'Skoropuskovskiy', 563666700, 381666700, 0),
(125758, 1945, 179, 'Tugolesskiy Bor', 555505100, 398242200, 0),
(125759, 1945, 179, 'Uvarovka', 555277800, 356061100, 0),
(125760, 1945, 179, 'Vysokovsk', 563166700, 365500000, 0),
(125761, 1945, 179, 'Yam', 554878500, 377445800, 0),
(125762, 1945, 179, 'Yaropolets', 561333300, 358331700, 0),
(125763, 1945, 179, 'Zhavoronki', 556494200, 371010100, 0),
(125764, 1946, 179, 'Alakurtti', 669672000, 303490500, 0),
(125765, 1946, 179, 'Gadzhiyevo', 692550600, 333361600, 0),
(125766, 1946, 179, 'Lovozero', 680063800, 350158900, 0),
(125767, 1946, 179, 'Pechenga', 695258700, 311702700, 0),
(125768, 1946, 179, 'Revda', 679371000, 345614900, 0),
(125769, 1946, 179, 'Vidyayevo', 693191400, 328048800, 0),
(125770, 1948, 179, 'Ardatov', 552420500, 430969900, 0),
(125771, 1948, 179, 'Chkalovsk', 567647200, 432433300, 0),
(125772, 1948, 179, 'Diveyevo', 550432900, 432417800, 0),
(125773, 1948, 179, 'Gidrotorf', 564744400, 435413900, 0),
(125774, 1948, 179, 'Knyaginino', 558227800, 450348900, 0),
(125775, 1948, 179, 'Krasnyye Baki', 571310000, 451599200, 0),
(125776, 1948, 179, 'Linda', 566157100, 440954400, 0),
(125777, 1948, 179, 'Lukino', 564418300, 436293200, 0),
(125778, 1948, 179, 'Mulino', 562892300, 429200500, 0),
(125779, 1948, 179, 'Perevoz', 555961300, 445446100, 0),
(125780, 1948, 179, 'Pochinki', 546987500, 448667800, 0),
(125781, 1948, 179, 'Pyra', 562952700, 433527400, 0),
(125782, 1948, 179, 'Reshetikha', 562188900, 432936100, 0),
(125783, 1948, 179, 'Sharanga', 571774900, 465395600, 0),
(125784, 1948, 179, 'Shimorskoye', 553244400, 420266700, 0),
(125785, 1948, 179, 'Sukhobezvodnoye', 570491300, 448890900, 0),
(125786, 1948, 179, 'Tonshayevo', 577359800, 470126500, 0),
(125787, 1948, 179, 'Vacha', 558008300, 427705600, 0),
(125788, 1948, 179, 'Vad', 555300900, 442113700, 0),
(125789, 1948, 179, 'Vetluga', 578557400, 457810200, 0),
(125790, 1948, 179, 'Vetluzhskiy', 571735500, 451227200, 0),
(125791, 1948, 179, 'Vorotynets', 560602800, 458633000, 0),
(125792, 1948, 179, 'Voskresenskoye', 568380600, 454316700, 0),
(125793, 1948, 179, 'Voznesenskoye', 548900000, 427569400, 0),
(125794, 1948, 179, 'Vyyezdnoye', 553815400, 437863800, 0),
(125795, 1949, 179, 'Ardon', 431700000, 442900000, 0),
(125796, 1949, 179, 'Beslan', 431921700, 445431300, 0),
(125797, 1949, 179, 'Digora', 431580600, 441569400, 0),
(125798, 1949, 179, 'Khumalag', 432403100, 444752100, 0),
(125799, 1949, 179, 'Mikhaylovskoye', 430997200, 446316400, 0),
(125800, 1949, 179, 'Troitskoye', 437622000, 446841500, 0),
(125801, 1950, 179, 'Demyansk', 576430100, 324660000, 0),
(125802, 1950, 179, 'Krasnofarfornyy', 591364000, 318502300, 0),
(125803, 1950, 179, 'Krechevitsy', 586170300, 314010100, 0),
(125804, 1950, 179, 'Kresttsy', 582452000, 325164800, 0),
(125805, 1950, 179, 'Kulotino', 584500000, 333833300, 0),
(125806, 1950, 179, 'Lyubytino', 588122200, 333922200, 0),
(125807, 1951, 179, 'Baryshevo', 549564000, 831822000, 0),
(125808, 1951, 179, 'Bolotnoye', 556716700, 843980600, 0),
(125809, 1951, 179, 'Chany', 553120500, 767646800, 0),
(125810, 1951, 179, 'Cherepanovo', 542222000, 833810000, 0),
(125811, 1951, 179, 'Chulym', 550997200, 809572200, 0),
(125812, 1951, 179, 'Gornyy', 551153000, 839059000, 0),
(125813, 1951, 179, 'Kargat', 551955600, 802811100, 0),
(125814, 1951, 179, 'Kolyvan''', 553053000, 827391000, 0),
(125815, 1951, 179, 'Krivodanovka', 550881000, 826551000, 0),
(125816, 1951, 179, 'Listvyanskiy', 544399000, 834984000, 0),
(125817, 1951, 179, 'Prokudskoye', 550089000, 824574000, 0),
(125818, 1951, 179, 'Suzun', 537841000, 823116000, 0),
(125819, 1951, 179, 'Tatarsk', 552190400, 759828400, 0),
(125820, 1951, 179, 'Toguchin', 552352800, 843858300, 0),
(125821, 1951, 179, 'Ubinskoye', 553067500, 796801600, 0),
(125822, 1951, 179, 'Verkh-Tula', 548839000, 827762000, 0),
(125823, 1951, 179, 'Zdvinsk', 547020600, 786610500, 0),
(125824, 1952, 179, 'Bol''sherech''ye', 560925200, 746271600, 0),
(125825, 1952, 179, 'Irtyshskiy', 548142600, 735872200, 0),
(125826, 1952, 179, 'Kalachinsk', 550528600, 745751100, 0),
(125827, 1952, 179, 'Krasnoyarka', 553333300, 731166700, 0),
(125828, 1952, 179, 'Krasnyy Yar', 552424200, 729263500, 0),
(125829, 1952, 179, 'Krutinka', 560055000, 715113100, 0),
(125830, 1952, 179, 'Luzino', 549481100, 730353100, 0),
(125831, 1952, 179, 'Nazyvayevsk', 555697500, 713529400, 0),
(125832, 1952, 179, 'Nizhnyaya Omka', 554337600, 749425600, 0),
(125833, 1952, 179, 'Novovarshavka', 541721000, 746946000, 0),
(125834, 1952, 179, 'Rostovka', 553842000, 718891300, 0),
(125835, 1952, 179, 'Tara', 568943600, 743709600, 0),
(125836, 1952, 179, 'Tavricheskoye', 545850800, 736395000, 0),
(125837, 1953, 179, 'Khotynets', 531286000, 353966000, 0),
(125838, 1953, 179, 'Naryshkino', 529677800, 357267700, 0),
(125839, 1953, 179, 'Novosil''', 529738700, 370404800, 0),
(125840, 1953, 179, 'Verkhov''ye', 528116500, 372421500, 0),
(125841, 1953, 179, 'Zmiyevka', 526669700, 363742600, 0),
(125842, 1953, 179, 'Znamenskoye', 532786900, 356905500, 0),
(125843, 1954, 179, 'Energetik', 517445000, 587934000, 0),
(125844, 1954, 179, 'Gay', 514666000, 584552000, 0),
(125845, 1954, 179, 'Matveyevka', 521500000, 561833300, 0),
(125846, 1954, 179, 'Novorudnyy', 515026000, 581873000, 0),
(125847, 1954, 179, 'Novosergiyevka', 520934000, 536528000, 0),
(125848, 1954, 179, 'Severnoye', 540934700, 525439300, 0),
(125849, 1954, 179, 'Sol''-Iletsk', 511631000, 549917600, 0),
(125850, 1954, 179, 'Sorochinsk', 524338000, 531583000, 0),
(125851, 1954, 179, 'Tatarskaya Kargala', 519495200, 551731400, 0),
(125852, 1954, 179, 'Tyul''gan', 523404900, 561660400, 0),
(125853, 1955, 179, 'Bashmakovo', 532132900, 430342000, 0),
(125854, 1955, 179, 'Bekovo', 524663200, 437119900, 0),
(125855, 1955, 179, 'Belinskiy', 529647400, 434164700, 0),
(125856, 1955, 179, 'Bessonovka', 533096800, 450406900, 0),
(125857, 1955, 179, 'Chaadayevka', 531427000, 459122000, 0),
(125858, 1955, 179, 'Inderka', 532484600, 462582400, 0),
(125859, 1955, 179, 'Kolyshley', 527005000, 445367000, 0),
(125860, 1955, 179, 'Kondol''', 528188900, 450579800, 0),
(125861, 1955, 179, 'Neverkino', 527854100, 467417400, 0),
(125862, 1955, 179, 'Nikol''sk', 537188600, 460711800, 0),
(125863, 1955, 179, 'Nizhniy Lomov', 535304100, 436766400, 0),
(125864, 1955, 179, 'Serdobsk', 524586100, 442168900, 0),
(125865, 1955, 179, 'Tamala', 525409700, 432514500, 0),
(125866, 1957, 179, 'Chaykovskaya', 581279000, 555378100, 0),
(125867, 1957, 179, 'Mendeleyevo', 581697600, 549963400, 0),
(125868, 1957, 179, 'Novyye Lyady', 580535700, 566038900, 0),
(125869, 1957, 179, 'Okhansk', 577185500, 553877200, 0),
(125870, 1957, 179, 'Sars', 565501700, 571365800, 0),
(125871, 1957, 179, 'Sylva', 580347500, 567634600, 0),
(125872, 1957, 179, 'Ust''-Kachka', 580059800, 556724700, 0),
(125873, 1957, 179, 'Yugo-Kamskiy', 577052800, 555894400, 0),
(125874, 1958, 179, 'Chkalovskoye', 448391700, 1330436100, 0),
(125875, 1958, 179, 'Chuguyevka', 441652800, 1338633300, 0),
(125876, 1958, 179, 'Dostoyevka', 443358300, 1334980600, 0),
(125877, 1958, 179, 'Grazhdanka', 441877800, 1332844400, 0),
(125878, 1958, 179, 'Knevichi', 434050000, 1321888900, 0),
(125879, 1958, 179, 'Novopokrovka', 458530600, 1345088900, 0),
(125880, 1958, 179, 'Novoshakhtinskiy', 440250000, 1321513900, 0),
(125881, 1958, 179, 'Pogranichnyy', 444063900, 1313769400, 0),
(125882, 1958, 179, 'Rudnaya Pristan''', 443614000, 1358116000, 0),
(125883, 1958, 179, 'Shkotovo', 433319400, 1323625000, 0),
(125884, 1958, 179, 'Smolyaninovo', 432955600, 1324675000, 0),
(125885, 1958, 179, 'Spasskoye', 446108300, 1327969400, 0),
(125886, 1958, 179, 'Vladimiro-Aleksandrovskoye', 428944400, 1330777800, 0),
(125887, 1959, 179, 'Bezhanitsy', 569767000, 298906500, 0),
(125888, 1959, 179, 'Izborsk', 577075700, 278629100, 0),
(125889, 1959, 179, 'Opochka', 567104800, 286617400, 0),
(125890, 1959, 179, 'Pytalovo', 570679000, 279138400, 0),
(125891, 1959, 179, 'Strugi-Krasnyye', 582675400, 291113700, 0),
(125892, 1960, 179, 'Anastasiyevka', 475607200, 385283700, 0),
(125893, 1960, 179, 'Ayutinskiy', 477822800, 401476300, 0),
(125894, 1960, 179, 'Chertkovo', 493847000, 401547100, 0),
(125895, 1960, 179, 'Donskoy', 474140400, 402574200, 0),
(125896, 1960, 179, 'Likhoy', 481266200, 402055600, 0),
(125897, 1960, 179, 'Mechetinskaya', 467713000, 404559700, 0),
(125898, 1960, 179, 'Novobataysk', 468980600, 397819400, 0),
(125899, 1960, 179, 'Orlovskiy', 468713900, 420591700, 0),
(125900, 1960, 179, 'Pokrovskoye', 474157000, 388970600, 0),
(125901, 1960, 179, 'Primorka', 472839500, 390640800, 0),
(125902, 1960, 179, 'Rodionovo-Nesvetayskaya', 476103300, 397121200, 0),
(125903, 1960, 179, 'Romanovskaya', 475426000, 420285000, 0),
(125904, 1960, 179, 'Sholokhovskiy', 482807100, 410459200, 0),
(125905, 1960, 179, 'Sokolovo-Kundryuchenskiy', 478353600, 399471100, 0),
(125906, 1960, 179, 'Sovetskaya', 490091200, 421217800, 0),
(125907, 1960, 179, 'Starocherkasskaya', 472446300, 400371400, 0),
(125908, 1960, 179, 'Talovyy', 478076500, 401094300, 0),
(125909, 1960, 179, 'Tatsinskiy', 481967700, 412755800, 0),
(125910, 1960, 179, 'Tselina', 465338100, 410328400, 0),
(125911, 1960, 179, 'Yegorlykskaya', 465656400, 406562100, 0),
(125912, 1961, 179, 'Gus''-Zheleznyy', 550581100, 411655600, 0),
(125913, 1961, 179, 'Izhevskoye', 545570000, 408753000, 0),
(125914, 1961, 179, 'Korablino', 539163900, 400133300, 0),
(125915, 1961, 179, 'Murmino', 546043000, 400549000, 0),
(125916, 1961, 179, 'Ryazhsk', 537038000, 401109000, 0),
(125917, 1961, 179, 'Sapozhok', 539419400, 406805600, 0),
(125918, 1961, 179, 'Shilovo', 543204000, 408740000, 0),
(125919, 1961, 179, 'Solotcha', 547897000, 398333600, 0),
(125920, 1961, 179, 'Spas-Klepiki', 551347200, 401767300, 0),
(125921, 1962, 179, 'Bol''shaya Izhora', 599379600, 295772100, 0),
(125922, 1962, 179, 'Pontonnyy', 597866700, 306152800, 0),
(125923, 1962, 179, 'Razliv', 600791900, 299720600, 0),
(125924, 1962, 179, 'Sapernyy', 597761100, 306613900, 0),
(125925, 1962, 179, 'Solnechnoye', 601490600, 299427900, 0),
(125926, 1963, 179, 'Aykhal', 660000000, 1115000000, 0),
(125927, 1963, 179, 'Berdigestyakh', 620988900, 1266991700, 0),
(125928, 1963, 179, 'Borogontsy', 626683300, 1311683300, 0),
(125929, 1963, 179, 'Deputatskiy', 693000000, 1399000000, 0),
(125930, 1963, 179, 'Leninskiy', 585777800, 1254305600, 0),
(125931, 1963, 179, 'Markha', 621052800, 1297269400, 0),
(125932, 1963, 179, 'Nizhniy Bestyakh', 619594400, 1299086100, 0),
(125933, 1963, 179, 'Nizhniy Kuranakh', 588352800, 1254869400, 0),
(125934, 1963, 179, 'Nyurba', 632841700, 1183319400, 0),
(125935, 1964, 179, 'Shakhtersk', 491666700, 1421333300, 0),
(125936, 1964, 179, 'Shirokovskiy', 588424400, 577832300, 0),
(125937, 1964, 179, 'Troitskoye', 469205700, 1426368800, 0),
(125938, 1964, 179, 'Tymovskoye', 508455600, 1426550000, 0),
(125939, 1964, 179, 'Yablochnyy', 471661100, 1420661100, 0),
(125940, 1965, 179, 'Bogatoye', 530601000, 513325000, 0),
(125941, 1965, 179, 'Chelno-Vershiny', 544333300, 511000000, 0),
(125942, 1965, 179, 'Dubovyy Umet', 529762900, 502856900, 0),
(125943, 1965, 179, 'Georgiyevka', 532743800, 509984800, 0),
(125944, 1965, 179, 'Khryashchevka', 538119000, 490916000, 0),
(125945, 1965, 179, 'Kinel''-Cherkassy', 534706000, 514743000, 0),
(125946, 1965, 179, 'Krasnyy Yar', 534998800, 503931200, 0),
(125947, 1965, 179, 'Krotovka', 532858000, 511686000, 0),
(125948, 1965, 179, 'Neftegorsk', 528020000, 511660000, 0),
(125949, 1965, 179, 'Obsharovka', 531250000, 488530600, 0),
(125950, 1965, 179, 'Shigony', 533875000, 486777000, 0),
(125951, 1965, 179, 'Sukhodol', 539006300, 512117000, 0),
(125952, 1966, 179, 'Arkadak', 519326100, 434977800, 0),
(125953, 1966, 179, 'Kalininsk', 515000000, 444758000, 0),
(125954, 1966, 179, 'Krasnyy Yar', 516291700, 464216700, 0),
(125955, 1966, 179, 'Petrovsk', 523063900, 453916700, 0),
(125956, 1966, 179, 'Pinerovka', 515620000, 430689000, 0),
(125957, 1966, 179, 'Privolzhskiy', 514000000, 460333300, 0),
(125958, 1966, 179, 'Rovnoye', 507765000, 460508600, 0),
(125959, 1966, 179, 'Rtishchevo', 522604100, 437874500, 0),
(125960, 1966, 179, 'Stepnoye', 514000000, 468666700, 0),
(125961, 1966, 179, 'Tatishchevo', 516702800, 455952800, 0),
(125962, 1966, 179, 'Yershov', 513513000, 482766000, 0),
(125963, 1967, 179, 'Glinka', 546404300, 328781100, 0),
(125964, 1967, 179, 'Katyn''', 547745500, 316904100, 0),
(125965, 1967, 179, 'Kholm-Zhirkovskiy', 555188900, 334730600, 0),
(125966, 1967, 179, 'Monastyrshchina', 543496100, 318379500, 0),
(125967, 1967, 179, 'Pochinok', 544068500, 324406700, 0),
(125968, 1968, 179, 'Aleksandriya', 450947200, 432455600, 0),
(125969, 1968, 179, 'Andzhiyevskiy', 442388900, 430855600, 0),
(125970, 1968, 179, 'Arzgir', 453727800, 442205600, 0),
(125971, 1968, 179, 'Chernolesskoye', 447155600, 437133300, 0),
(125972, 1968, 179, 'Divnoye', 459088900, 433547200, 0),
(125973, 1968, 179, 'Georgiyevskaya', 441113900, 434922200, 0),
(125974, 1968, 179, 'Grigoropolisskaya', 452972200, 410566700, 0),
(125975, 1968, 179, 'Inozemtsevo', 440926400, 430911300, 0),
(125976, 1968, 179, 'Kangly', 442544400, 430308300, 0),
(125977, 1968, 179, 'Konstantinovskaya', 440455600, 431583300, 0),
(125978, 1968, 179, 'Krasnokumskoye', 441780600, 435019400, 0),
(125979, 1968, 179, 'Kursavka', 444564000, 425093000, 0),
(125980, 1968, 179, 'Ladovskaya Balka', 456296500, 414023100, 0),
(125981, 1968, 179, 'Levokumka', 442316700, 431500000, 0),
(125982, 1968, 179, 'Novoaleksandrovsk', 454948000, 412207500, 0),
(125983, 1968, 179, 'Novotroitskaya', 453266700, 415252800, 0),
(125984, 1968, 179, 'Pelagiada', 452063900, 420236100, 0),
(125985, 1968, 179, 'Praskoveya', 447444400, 442030600, 0),
(125986, 1968, 179, 'Pyatigorskiy', 439741700, 432583300, 0),
(125987, 1968, 179, 'Rasshevatskaya', 455748000, 410349600, 0),
(125988, 1968, 179, 'Ryzdvyanyy', 452656000, 418389000, 0),
(125989, 1968, 179, 'Soldato-Aleksandrovskoye', 442652800, 437561100, 0),
(125990, 1968, 179, 'Trunovskoye', 454877800, 421358300, 0),
(125991, 1968, 179, 'Urozhaynoye', 447883300, 449227800, 0),
(125992, 1968, 179, 'Vinsady', 440808300, 429652800, 0),
(125993, 1968, 179, 'Yasnaya Polyana', 440225000, 427539000, 0),
(125994, 1969, 179, 'Achit', 567985000, 578994000, 0),
(125995, 1969, 179, 'Alapayevsk', 578515800, 616962700, 0),
(125996, 1969, 179, 'Baykalovo', 573981100, 637684100, 0),
(125997, 1969, 179, 'Bilimbay', 569688900, 598149000, 0),
(125998, 1969, 179, 'Bisert''', 568617400, 590523100, 0),
(125999, 1969, 179, 'Chernoistochinsk', 577363900, 598719400, 0),
(126000, 1969, 179, 'Gornyy Shchit', 566881500, 605194700, 0),
(126001, 1969, 179, 'Ivdel''', 606911100, 604205600, 0),
(126002, 1969, 179, 'Kamyshlov', 568427800, 627111100, 0),
(126003, 1969, 179, 'Novoutkinsk', 569929500, 595571400, 0),
(126004, 1969, 179, 'Petrokamenskoye', 577160000, 606484000, 0),
(126005, 1969, 179, 'Severka', 568688000, 603015000, 0),
(126006, 1969, 179, 'Shabrovskiy', 566359700, 605806500, 0),
(126007, 1969, 179, 'Shalya', 572471000, 587298000, 0),
(126008, 1969, 179, 'Talitsa', 570109500, 637325400, 0),
(126009, 1969, 179, 'Tsementnyy', 574677800, 601438900, 0),
(126010, 1969, 179, 'Turinskaya Sloboda', 576232000, 643857500, 0),
(126011, 1969, 179, 'Uralets', 576614000, 596497000, 0),
(126012, 1969, 179, 'Valerianovsk', 587600000, 595522200, 0),
(126013, 1969, 179, 'Verkh-Neyvinskiy', 572701300, 601376200, 0),
(126014, 1969, 179, 'Verkhniye Sergi', 566469400, 595555600, 0),
(126015, 1969, 179, 'Verkhnyaya Sinyachikha', 579760400, 616673300, 0),
(126016, 1969, 179, 'Verkhnyaya Tura', 583594400, 598175000, 0),
(126017, 1969, 179, 'Yelkino', 586940000, 598291100, 0),
(126018, 1969, 179, 'Zaykovo', 575613000, 627568100, 0),
(126019, 1970, 179, 'Bokino', 526374400, 414596800, 0),
(126020, 1970, 179, 'Inzhavino', 523184700, 424936900, 0),
(126021, 1970, 179, 'Morshansk', 534435400, 418106500, 0),
(126022, 1970, 179, 'Rasskazovo', 526713900, 419033300, 0),
(126023, 1970, 179, 'Rzhaksa', 521338400, 420264000, 0),
(126024, 1970, 179, 'Zavoronezhskoye', 528801000, 405526000, 0),
(126025, 1971, 179, 'Aysha', 558703500, 486318700, 0),
(126026, 1971, 179, 'Bavly', 543930400, 532602300, 0),
(126027, 1971, 179, 'Bugul''ma', 545378000, 527985000, 0),
(126028, 1971, 179, 'Cheremshan', 546666700, 515000000, 0),
(126029, 1971, 179, 'Dzhalil''', 550239000, 527358000, 0),
(126030, 1971, 179, 'Menzelinsk', 557270600, 531025800, 0),
(126031, 1971, 179, 'Muslyumovo', 553033300, 531947200, 0),
(126032, 1971, 179, 'Nizhnyaya Maktama', 548635600, 524281000, 0),
(126033, 1971, 179, 'Sviyazhsk', 557732900, 486605100, 0),
(126034, 1971, 179, 'Verkhniy Uslon', 557701000, 489823000, 0),
(126035, 1972, 179, 'Bakchar', 570186100, 820711100, 0),
(126036, 1972, 179, 'Belyy Yar', 584447200, 850425000, 0),
(126037, 1972, 179, 'Bogashevo', 563683300, 851447200, 0),
(126038, 1972, 179, 'Kaltay', 562791700, 848786100, 0),
(126039, 1972, 179, 'Kozhevnikovo', 562588900, 839713900, 0),
(126040, 1972, 179, 'Mel''nikovo', 565558300, 840850000, 0),
(126041, 1972, 179, 'Moryakovskiy Zaton', 566955600, 846466700, 0),
(126042, 1972, 179, 'Parabel''', 586977800, 814825000, 0),
(126043, 1972, 179, 'Timiryazevskoye', 564900000, 848769400, 0),
(126044, 1972, 179, 'Togur', 583631000, 828265000, 0),
(126045, 1972, 179, 'Zyryanskoye', 568306000, 866258000, 0),
(126046, 1973, 179, 'Ageyevo', 541588300, 364692700, 0),
(126047, 1973, 179, 'Barsuki', 542654800, 374874600, 0),
(126048, 1973, 179, 'Bolokhovo', 540936100, 378183300, 0),
(126049, 1973, 179, 'Borodinskiy', 539985900, 378179200, 0),
(126050, 1973, 179, 'Brusyanka', 539849200, 380359300, 0),
(126051, 1973, 179, 'Chern''', 534523200, 369145000, 0),
(126052, 1973, 179, 'Gritsovskiy', 541376100, 381604300, 0),
(126053, 1973, 179, 'Kamenetskiy', 540135300, 382211500, 0),
(126054, 1973, 179, 'Kosaya Gora', 541189600, 375445900, 0),
(126055, 1973, 179, 'Krapivna', 539423400, 371574400, 0),
(126056, 1973, 179, 'Lomintsevskiy', 539854800, 376647100, 0),
(126057, 1973, 179, 'Novogurovskiy', 544677800, 373427800, 0),
(126058, 1973, 179, 'Pervomayskiy', 540448200, 375087500, 0),
(126059, 1973, 179, 'Plavsk', 537094400, 372919400, 0),
(126060, 1973, 179, 'Podlesnyy', 539400300, 382687200, 0),
(126061, 1973, 179, 'Shvartsevskiy', 540961100, 379916700, 0),
(126062, 1973, 179, 'Skuratovskiy', 541108300, 376011100, 0),
(126063, 1973, 179, 'Teploye', 536202200, 375902600, 0),
(126064, 1973, 179, 'Tovarkovskiy', 536821700, 382092000, 0),
(126065, 1973, 179, 'Volovo', 535583100, 380028500, 0),
(126066, 1973, 179, 'Yasnogorsk', 544802800, 376975000, 0),
(126067, 1973, 179, 'Yepifan''', 538252600, 385518100, 0),
(126068, 1973, 179, 'Zaokskiy', 547305600, 374088900, 0),
(126069, 1974, 179, 'Bay-Khaak', 511666700, 945000000, 0),
(126070, 1974, 179, 'Sukpak', 516666700, 946333300, 0),
(126071, 1975, 179, 'Bologoye', 578799000, 341068000, 0),
(126072, 1975, 179, 'Kozlovo', 565097700, 362732600, 0),
(126073, 1975, 179, 'Krasnomayskiy', 576194000, 344098800, 0),
(126074, 1975, 179, 'Lesnoye', 582840600, 355158400, 0),
(126075, 1975, 179, 'Likhoslavl''', 571274700, 354640400, 0),
(126076, 1975, 179, 'Maksatikha', 577969500, 358825400, 0),
(126077, 1975, 179, 'Novozavidovskiy', 565500000, 364333300, 0),
(126078, 1975, 179, 'Orsha', 569119600, 362286200, 0),
(126079, 1975, 179, 'Sakharovo', 568994900, 360501500, 0),
(126080, 1975, 179, 'Selishche', 568879400, 332691400, 0),
(126081, 1975, 179, 'Sonkovo', 577781600, 371570700, 0),
(126082, 1975, 179, 'Staritsa', 565075200, 349354400, 0),
(126083, 1975, 179, 'Velikooktyabr''skiy', 574333400, 338159500, 0),
(126084, 1975, 179, 'Vydropuzhsk', 573647000, 348428700, 0),
(126085, 1975, 179, 'Zubtsov', 561753400, 345893500, 0),
(126086, 1976, 179, 'Armizonskoye', 559461100, 676736100, 0),
(126087, 1976, 179, 'Isetskoye', 564858000, 653226000, 0),
(126088, 1976, 179, 'Novoseleznevo', 556820700, 692056200, 0),
(126089, 1976, 179, 'Sumkino', 581108300, 683244400, 0),
(126090, 1976, 179, 'Vagay', 579375000, 690216700, 0),
(126091, 1976, 179, 'Yarkovo', 574027800, 670786100, 0),
(126092, 1977, 179, 'Debesy', 576529200, 538049300, 0),
(126093, 1977, 179, 'Kiyasovo', 563490700, 531243900, 0),
(126094, 1977, 179, 'Kizner', 562748900, 515080000, 0),
(126095, 1977, 179, 'Krasnogorskoye', 577082900, 525000200, 0),
(126096, 1977, 179, 'Sigayevo', 564216300, 537756600, 0),
(126097, 1977, 179, 'Uva', 569908100, 521851700, 0),
(126098, 1977, 179, 'Vavozh', 567751300, 519309800, 0),
(126099, 1978, 179, 'Glotovka', 539490600, 467042200, 0),
(126100, 1978, 179, 'Inza', 538567200, 463562200, 0),
(126101, 1978, 179, 'Isheyevka', 544166700, 482666700, 0),
(126102, 1978, 179, 'Krasnyy Gulyay', 540282100, 483332700, 0),
(126103, 1978, 179, 'Kuzovatovo', 535468100, 476865900, 0),
(126104, 1978, 179, 'Mayna', 541135000, 476231000, 0),
(126105, 1978, 179, 'Mullovka', 542000000, 494000000, 0),
(126106, 1978, 179, 'Novaya Malykla', 542000000, 499500000, 0),
(126107, 1978, 179, 'Novaya Mayna', 541500000, 497500000, 0),
(126108, 1978, 179, 'Novocheremshansk', 543571400, 501666200, 0),
(126109, 1978, 179, 'Novoul''yanovsk', 541496100, 483890700, 0),
(126110, 1978, 179, 'Pavlovka', 526896600, 471404600, 0),
(126111, 1978, 179, 'Sengiley', 539622200, 487944400, 0),
(126112, 1978, 179, 'Staraya Kulatka', 527166700, 476166700, 0),
(126113, 1978, 179, 'Starotimoshkino', 537190800, 475311600, 0),
(126114, 1978, 179, 'Yazykovo', 542922000, 473891000, 0),
(126115, 1979, 179, 'Arsaki', 563833300, 384833300, 0),
(126116, 1979, 179, 'Bavleny', 563944800, 395650400, 0),
(126117, 1979, 179, 'Belaya Rechka', 562849100, 394066500, 0),
(126118, 1979, 179, 'Galitsy', 561775900, 428458800, 0),
(126119, 1979, 179, 'Kameshkovo', 563530500, 410094100, 0),
(126120, 1979, 179, 'Kosterevo', 559299000, 396143800, 0),
(126121, 1979, 179, 'Luknovo', 561983300, 420400000, 0),
(126122, 1979, 179, 'Melenki', 553343000, 416295000, 0),
(126123, 1979, 179, 'Mstera', 563788900, 419200000, 0),
(126124, 1979, 179, 'Novki', 563638600, 410865500, 0),
(126125, 1979, 179, 'Novovyazniki', 561975000, 421711100, 0),
(126126, 1979, 179, 'Orgtrud', 561832000, 406149000, 0),
(126127, 1979, 179, 'Petushki', 559263900, 394610400, 0),
(126128, 1979, 179, 'Raduzhnyy', 560038000, 403390500, 0),
(126129, 1979, 179, 'Sobinka', 559855300, 400111100, 0),
(126130, 1979, 179, 'Sudogda', 559539400, 408629100, 0),
(126131, 1979, 179, 'Urshel''skiy', 556783200, 402169200, 0),
(126132, 1980, 179, 'Alekseyevskaya', 502896000, 421845000, 0),
(126133, 1980, 179, 'Kalach-na-Donu', 486909900, 435263800, 0),
(126134, 1980, 179, 'Nikolayevsk', 500282400, 454595300, 0),
(126135, 1980, 179, 'Novoanninskiy', 505287000, 426747000, 0),
(126136, 1980, 179, 'Novonikolayevskiy', 509738000, 423649000, 0),
(126137, 1980, 179, 'Novyy Rogachik', 486768500, 440608000, 0),
(126138, 1980, 179, 'Petrov Val', 501433700, 452095800, 0),
(126139, 1980, 179, 'Rudnya', 507989800, 445585600, 0),
(126140, 1980, 179, 'Serafimovich', 495786000, 427360000, 0),
(126141, 1980, 179, 'Srednyaya Akhtuba', 487099800, 448672400, 0),
(126142, 1980, 179, 'Surovikino', 486073400, 428462100, 0),
(126143, 1980, 179, 'Zaplavnoye', 487048000, 450229000, 0),
(126144, 1981, 179, 'Babayevo', 593936000, 359371000, 0),
(126145, 1981, 179, 'Belozersk', 600326300, 377957200, 0),
(126146, 1981, 179, 'Chagoda', 591640000, 353285000, 0),
(126147, 1981, 179, 'Gryazovets', 588800000, 402525000, 0),
(126148, 1981, 179, 'Kadnikov', 595021800, 403380300, 0),
(126149, 1981, 179, 'Molochnoye', 592916600, 396786800, 0),
(126150, 1981, 179, 'Suda', 591525400, 375582000, 0),
(126151, 1981, 179, 'Syamzha', 600157700, 410613900, 0),
(126152, 1981, 179, 'Tarnogskiy Gorodok', 604997200, 435761100, 0),
(126153, 1981, 179, 'Tot''ma', 599737500, 427648600, 0),
(126154, 1981, 179, 'Ustyuzhna', 588394000, 364321000, 0),
(126155, 1981, 179, 'Velikiy Ustyug', 607618600, 463135200, 0),
(126156, 1981, 179, 'Vokhtoga', 588147200, 410461100, 0),
(126157, 1982, 179, 'Ertil''', 518405600, 408055600, 0),
(126158, 1982, 179, 'Imeni Pervogo Maya', 508899700, 395919000, 0),
(126159, 1982, 179, 'Krasnolesnyy', 518807200, 395877200, 0),
(126160, 1982, 179, 'Losevo', 506766700, 400450000, 0),
(126161, 1982, 179, 'Nizhniy Kislyay', 508497000, 401719000, 0),
(126162, 1982, 179, 'Novaya Usman''', 516417700, 394086300, 0),
(126163, 1982, 179, 'Novokhopersk', 510969000, 416252000, 0),
(126164, 1982, 179, 'Ol''khovatka', 502830800, 392871500, 0),
(126165, 1982, 179, 'Podgorenskiy', 504049800, 396429500, 0),
(126166, 1982, 179, 'Podkletnoye', 515899300, 394623000, 0),
(126167, 1982, 179, 'Povorino', 511945000, 422457000, 0),
(126168, 1982, 179, 'Ramon''', 519157000, 393360900, 0),
(126169, 1982, 179, 'Semiluki', 516852600, 390278700, 0),
(126170, 1982, 179, 'Shilovo', 515458300, 390891700, 0),
(126171, 1982, 179, 'Sredniy Ikorets', 510674900, 397583800, 0),
(126172, 1982, 179, 'Talovaya', 511144400, 407300000, 0),
(126173, 1982, 179, 'Uglyanets', 518190800, 395960600, 0),
(126174, 1982, 179, 'Verkhniy Mamon', 501635000, 403832000, 0),
(126175, 1982, 179, 'Zabolotovka', 502736800, 393147000, 0),
(126176, 1982, 179, 'Zemlyansk', 519041000, 387334000, 0),
(126177, 1983, 179, 'Kharp', 668013900, 658080600, 0),
(126178, 1983, 179, 'Muzhi', 653666700, 646666700, 0),
(126179, 1984, 179, 'Berendeyevo', 566007800, 390217300, 0),
(126180, 1984, 179, 'Bol''shoye Selo', 577177400, 389334100, 0),
(126181, 1984, 179, 'Borok', 580653200, 382362000, 0),
(126182, 1984, 179, 'Breytovo', 582992500, 378617200, 0),
(126183, 1984, 179, 'Krasnyye Tkachi', 574925900, 397562900, 0),
(126184, 1984, 179, 'Lyubim', 583625000, 406843300, 0),
(126185, 1984, 179, 'Myshkin', 577897300, 384544800, 0),
(126186, 1984, 179, 'Pesochnoye', 580059700, 391771700, 0),
(126187, 1984, 179, 'Poshekhon''ye', 584992800, 391353100, 0),
(126188, 1984, 179, 'Tunoshna', 575458900, 401254300, 0),
(126189, 1985, 179, 'Babstovo', 481166700, 1324833300, 0),
(126190, 1985, 179, 'Khingansk', 491166700, 1311833300, 0),
(126191, 1985, 179, 'Leninskoye', 479352800, 1326241700, 0),
(126192, 1986, 179, 'Aksha', 502813900, 1132866700, 0),
(126193, 1986, 179, 'Baley', 516000000, 1166333300, 0),
(126194, 1986, 179, 'Drovyanaya', 515833300, 1130333300, 0),
(126195, 1986, 179, 'Khilok', 513674000, 1104676000, 0),
(126196, 1986, 179, 'Nerchinsk', 519833300, 1165833300, 0),
(126197, 1986, 179, 'Novaya Chara', 568163900, 1182986100, 0),
(126198, 1986, 179, 'Novopavlovka', 512172000, 1092091000, 0),
(126199, 1986, 179, 'Olovyannaya', 509500000, 1155666700, 0),
(126200, 1986, 179, 'Petrovsk-Zabaykal''skiy', 512730000, 1088430000, 0),
(126201, 1986, 179, 'Priiskovyy', 519333300, 1166333300, 0),
(126202, 1986, 179, 'Zhireken', 528249000, 1173076000, 0),
(126203, 3142, 180, 'Byumba', -15763000, 300675000, 0),
(126204, 3142, 180, 'Ruhengeri', -14998400, 296349700, 0),
(126205, 3143, 180, 'Cyangugu', -24846000, 289075000, 0),
(126206, 3143, 180, 'Gisenyi', -17027800, 292563900, 0),
(126207, 2981, 180, 'Nyanza', -23518700, 297508900, 0),
(126208, 3144, 184, 'Anse La Raye', 139333300, -610333300, 0),
(126209, 3145, 184, 'Micoud', 138166700, -609000000, 0),
(126210, 2000, 187, 'Kingstown Park', 131583300, -612350000, 0),
(126211, 3146, 188, 'Satapuala', -138353500, -1719796300, 0),
(126212, 2012, 191, 'Al Markaz', 254000000, 497333300, 0),
(126213, 2013, 191, 'Tanumah', 271000000, 441333300, 0),
(126214, 3147, 192, 'Mbake', 147903200, -159080300, 0),
(126215, 2020, 192, 'Guinguineo', 142666700, -159500000, 0),
(126216, 3148, 192, 'Kedougou', 125579000, -121743000, 0),
(126217, 2025, 192, 'Richard-Toll', 164625000, -157008300, 0),
(126218, 2027, 192, 'Khombole', 147666700, -167000000, 0),
(126219, 2027, 192, 'Mekhe', 151097000, -166218000, 0),
(126220, 2027, 192, 'Warang', 143734900, -169436600, 0),
(126221, 2028, 192, 'Oussouye', 124850000, -165469400, 0),
(126222, 2029, 193, 'Boljevci', 447222200, 202225000, 0),
(126223, 2029, 193, 'Centa', 451083300, 203877800, 0),
(126224, 2029, 193, 'Cortanovci', 451544400, 200205600, 0),
(126225, 2029, 193, 'Crepaja', 450094400, 206355600, 0),
(126226, 2029, 193, 'Dobrica', 452150000, 208494400, 0),
(126227, 2029, 193, 'Golubinci', 449850000, 200688900, 0),
(126228, 2029, 193, 'Hajducica', 452491700, 209572200, 0),
(126229, 2029, 193, 'Izbiste', 450197200, 211863900, 0),
(126230, 2029, 193, 'Jelenca', 447211100, 197466700, 0),
(126231, 2029, 193, 'Jevremovac', 447208300, 196638900, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(126232, 2029, 193, 'Kupinovo', 447055600, 200480600, 0),
(126233, 2029, 193, 'Lipnicki Sor', 445802800, 192666700, 0),
(126234, 2029, 193, 'Ljubovija', 441894400, 193766700, 0),
(126235, 2029, 193, 'Ljukovo', 450258300, 200250000, 0),
(126236, 2029, 193, 'Lugavcina', 445188900, 210683300, 0),
(126237, 2029, 193, 'Macvanska Mitrovica', 449655600, 195980600, 0),
(126238, 2029, 193, 'Majur', 447697200, 196544400, 0),
(126239, 2029, 193, 'Nikinci', 448516700, 198219400, 0),
(126240, 2029, 193, 'Nikolinci', 450494400, 210672200, 0),
(126241, 2029, 193, 'Osecina', 443730600, 196013900, 0),
(126242, 2029, 193, 'Padina', 451180600, 207272200, 0),
(126243, 2029, 193, 'Perlez', 452080600, 203813900, 0),
(126244, 2029, 193, 'Pocerski Pricinovic', 447222200, 197072200, 0),
(126245, 2029, 193, 'Putinci', 449919400, 199719400, 0),
(126246, 2029, 193, 'Rajince', 423791700, 216955600, 0),
(126247, 2029, 193, 'Ribari', 447100000, 194238900, 0),
(126248, 2029, 193, 'Sefkerin', 450047200, 204827800, 0),
(126249, 2029, 193, 'Sevica', 445000000, 217266700, 0),
(126250, 2029, 193, 'Sokolovica', 432152800, 203155600, 0),
(126251, 2029, 193, 'Stitar', 447913900, 195927800, 0),
(126252, 2029, 193, 'Sumulice', 423868200, 217340000, 0),
(126253, 2029, 193, 'Visnjicevo', 449658300, 192900000, 0),
(126254, 2029, 193, 'Vojka', 449397200, 201538900, 0),
(126255, 2030, 193, 'Istok', 427808300, 204875000, 0),
(126256, 2030, 193, 'Lipljan', 425216700, 211258300, 0),
(126257, 2030, 193, 'Llazice', 425552800, 207633300, 0),
(126258, 2030, 193, 'Obiliq', 426869400, 210702800, 0),
(126259, 2030, 193, 'Vitina', 423213900, 213583300, 0),
(126260, 2030, 193, 'Zubin Potok', 429144400, 206897200, 0),
(126261, 2031, 193, 'Alibunar', 450808300, 209658300, 0),
(126262, 2031, 193, 'Backo Petrovo Selo', 457080600, 200752800, 0),
(126263, 2031, 193, 'Bogojevo', 455305600, 191327800, 0),
(126264, 2031, 193, 'Celarevo', 452694400, 195252800, 0),
(126265, 2031, 193, 'Curug', 454730600, 200713900, 0),
(126266, 2031, 193, 'Doroslovo', 456086100, 191905600, 0),
(126267, 2031, 193, 'Durdevo', 453247200, 200647200, 0),
(126268, 2031, 193, 'Gornji Breg', 459191700, 200166700, 0),
(126269, 2031, 193, 'Kolut', 458927800, 189297200, 0),
(126270, 2031, 193, 'Kupusina', 457361100, 190097200, 0),
(126271, 2031, 193, 'Lukicevo', 453386100, 204988900, 0),
(126272, 2031, 193, 'Melenci', 455138900, 203172200, 0),
(126273, 2031, 193, 'Nakovo', 458738900, 205672200, 0),
(126274, 2031, 193, 'Opovo', 450522200, 204302800, 0),
(126275, 2031, 193, 'Rumenka', 452930600, 197438900, 0),
(126276, 2031, 193, 'Rusko Selo', 457627800, 205719400, 0),
(126277, 2031, 193, 'Toba', 456877800, 205561100, 0),
(126278, 2031, 193, 'Veliko Srediste', 451777800, 214058300, 0),
(126279, 2031, 193, 'Zmajevo', 454536100, 196858300, 0),
(126280, 2984, 195, 'Lunsar', 86833300, -125333300, 0),
(126281, 2044, 198, 'Hybe', 490443900, 198289500, 0),
(126282, 2044, 198, 'Pribylina', 490995000, 197942700, 0),
(126283, 2045, 199, 'Lipovci', 466283300, 162280600, 0),
(126284, 2060, 199, 'Rogoza', 465000000, 156833300, 0),
(126285, 3149, 199, 'Dragomer', 460166700, 143833300, 0),
(126286, 2092, 199, 'Krog', 466380600, 161413900, 0),
(126287, 2094, 199, 'Prvacina', 458900000, 137180600, 0),
(126288, 2124, 199, 'Topolsica', 464002800, 150215700, 0),
(126289, 2137, 199, 'Verd', 459566700, 143058300, 0),
(126290, 2149, 202, 'Adelaide', -327074700, 262956400, 0),
(126291, 2149, 202, 'Burgersdorp', -309976600, 263286200, 0),
(126292, 2149, 202, 'Dordrecht', -313720000, 270487800, 0),
(126293, 2149, 202, 'Elliot', -313333300, 278500000, 0),
(126294, 2149, 202, 'Fort Beaufort', -327747700, 266337600, 0),
(126295, 2149, 202, 'Ilinge', -319767600, 270426700, 0),
(126296, 2149, 202, 'Kirkwood', -333982900, 254427800, 0),
(126297, 2149, 202, 'Kruisfontein', -340033300, 247314200, 0),
(126298, 2149, 202, 'Molteno', -313967600, 263624600, 0),
(126299, 2149, 202, 'Port Alfred', -335905700, 268910400, 0),
(126300, 2149, 202, 'Queensdale', -318710100, 269786200, 0),
(126301, 2149, 202, 'Stutterheim', -325707600, 274239600, 0),
(126302, 2149, 202, 'Whittlesea', -321758800, 268243700, 0),
(126303, 2149, 202, 'Willowmore', -332926500, 234895400, 0),
(126304, 2150, 202, 'Botshabelo', -292701600, 267052000, 0),
(126305, 2150, 202, 'Brandfort', -287000800, 264596800, 0),
(126306, 2150, 202, 'Clocolan', -289136700, 275655600, 0),
(126307, 2150, 202, 'Deneysville', -268908000, 280970700, 0),
(126308, 2150, 202, 'Hennenman', -279765400, 270242300, 0),
(126309, 2150, 202, 'Hoopstad', -278327400, 259083300, 0),
(126310, 2150, 202, 'Koppies', -272417900, 275742200, 0),
(126311, 2150, 202, 'Kutloanong', -278333300, 267500000, 0),
(126312, 2150, 202, 'Marquard', -286644900, 274304800, 0),
(126313, 2150, 202, 'Senekal', -283197100, 276208200, 0),
(126314, 2150, 202, 'Thaba Nchu', -292093200, 268389800, 0),
(126315, 2150, 202, 'Theunissen', -284109800, 267010700, 0),
(126316, 2150, 202, 'Ventersburg', -280856100, 271381400, 0),
(126317, 2150, 202, 'Vrede', -274257300, 291658500, 0),
(126318, 2150, 202, 'Vredefort', -270080500, 273646000, 0),
(126319, 2150, 202, 'Wesselsbron', -278549000, 263658300, 0),
(126320, 2150, 202, 'Winburg', -285180500, 270093300, 0),
(126321, 2151, 202, 'Carletonville', -263609400, 273976700, 0),
(126322, 2151, 202, 'Ekangala', -256961900, 287491800, 0),
(126323, 2151, 202, 'Nigel', -264313800, 284771300, 0),
(126324, 2151, 202, 'Orange Farm', -264833300, 278666700, 0),
(126325, 2152, 202, 'Ekuvukeni', -284675200, 301551300, 0),
(126326, 2152, 202, 'Glencoe', -281782700, 301470200, 0),
(126327, 2152, 202, 'Hluhluwe', -280189500, 322676200, 0),
(126328, 2152, 202, 'Kokstad', -305472300, 294241200, 0),
(126329, 2152, 202, 'Mondlo', -279829900, 307176900, 0),
(126330, 2152, 202, 'Mpophomeni', -295682200, 301861800, 0),
(126331, 2152, 202, 'Richmond', -298719600, 302723500, 0),
(126332, 2152, 202, 'Sundumbili', -291337100, 313975200, 0),
(126333, 2152, 202, 'Umkomaas', -302067400, 307977600, 0),
(126334, 2152, 202, 'Utrecht', -276586200, 303216600, 0),
(126335, 2153, 202, 'Duiwelskloof', -236933900, 301400200, 0),
(126336, 2153, 202, 'Ga-Kgapane', -236333300, 302166700, 0),
(126337, 2153, 202, 'Giyani', -233024600, 307186800, 0),
(126338, 2153, 202, 'Messina', -223513100, 300396000, 0),
(126339, 2153, 202, 'Mokopane', -241943600, 290097400, 0),
(126340, 2153, 202, 'Thabazimbi', -245916500, 274115500, 0),
(126341, 2154, 202, 'Balfour', -266633100, 285901600, 0),
(126342, 2154, 202, 'Delmas', -261466000, 286832200, 0),
(126343, 2154, 202, 'Hendrina', -261588100, 297152800, 0),
(126344, 2154, 202, 'Komatipoort', -254332000, 319547800, 0),
(126345, 2155, 202, 'Bloemhof', -276468600, 256069700, 0),
(126346, 2155, 202, 'Christiana', -279140200, 251611100, 0),
(126347, 2155, 202, 'Jan Kempdorp', -279224600, 248305200, 0),
(126348, 2155, 202, 'Koster', -258630100, 268975600, 0),
(126349, 2155, 202, 'Orkney', -269802300, 266727200, 0),
(126350, 2155, 202, 'Pampierstad', -277832400, 246876800, 0),
(126351, 2155, 202, 'Schweizer-Reneke', -271887100, 253293100, 0),
(126352, 2155, 202, 'Stilfontein', -268449300, 267682900, 0),
(126353, 2155, 202, 'Vryburg', -269565900, 247284000, 0),
(126354, 2155, 202, 'Wolmaransstad', -271974000, 259831100, 0),
(126355, 2156, 202, 'Barkly West', -285353700, 245215100, 0),
(126356, 2156, 202, 'Calvinia', -314706900, 197760100, 0),
(126357, 2156, 202, 'Colesberg', -307199900, 250971800, 0),
(126358, 2156, 202, 'De Aar', -306496600, 240123000, 0),
(126359, 2156, 202, 'Kathu', -276956900, 230492900, 0),
(126360, 2156, 202, 'Prieska', -296640900, 227474200, 0),
(126361, 2156, 202, 'Warrenton', -281139600, 248475300, 0),
(126362, 2159, 204, 'Acala del Rio', 375178000, -59818500, 0),
(126363, 2159, 204, 'Aguilar', 375147600, -46571700, 0),
(126364, 2159, 204, 'Albaida del Aljarafe', 374235400, -61667500, 0),
(126365, 2159, 204, 'Albunol', 367920300, -32050000, 0),
(126366, 2159, 204, 'Albunuelas', 369282800, -36318400, 0),
(126367, 2159, 204, 'Alcala de los Gazules', 364621200, -57238200, 0),
(126368, 2159, 204, 'Alcaracejos', 383833300, -49666700, 0),
(126369, 2159, 204, 'Alcaucin', 369030100, -41140600, 0),
(126370, 2159, 204, 'Alcaudete', 375909100, -40823700, 0),
(126371, 2159, 204, 'Alfacar', 372374400, -35680700, 0),
(126372, 2159, 204, 'Alfarnate', 369942600, -42592900, 0),
(126373, 2159, 204, 'Algar', 366574800, -56555800, 0),
(126374, 2159, 204, 'Algarinejo', 373252600, -41585000, 0),
(126375, 2159, 204, 'Algarrobo', 367738800, -40395200, 0),
(126376, 2159, 204, 'Alhama de Almeria', 369569200, -25686100, 0),
(126377, 2159, 204, 'Almachar', 368089200, -42161400, 0),
(126378, 2159, 204, 'Almargen', 370021000, -50217800, 0),
(126379, 2159, 204, 'Almedinilla', 374390200, -40905200, 0),
(126380, 2159, 204, 'Almodovar del Rio', 378107000, -50203700, 0),
(126381, 2159, 204, 'Almogia', 368255000, -45407000, 0),
(126382, 2159, 204, 'Alozaina', 367273600, -48576100, 0),
(126383, 2159, 204, 'Anora', 384166700, -49000000, 0),
(126384, 2159, 204, 'Antas', 372453600, -19176000, 0),
(126385, 2159, 204, 'Arboleas', 373502400, -20738400, 0),
(126386, 2159, 204, 'Archidona', 370965400, -43886900, 0),
(126387, 2159, 204, 'Ardales', 368780400, -48469400, 0),
(126388, 2159, 204, 'Arenas del Rey', 369579900, -38936200, 0),
(126389, 2159, 204, 'Arjonilla', 379742200, -41067700, 0),
(126390, 2159, 204, 'Arroyo del Ojanco', 383206500, -28948600, 0),
(126391, 2159, 204, 'Badolatosa', 373078500, -46729600, 0),
(126392, 2159, 204, 'Bailen', 380963900, -37778600, 0),
(126393, 2159, 204, 'Banos de la Encina', 381737900, -37747700, 0),
(126394, 2159, 204, 'Barbate de Franco', 361923700, -59218600, 0),
(126395, 2159, 204, 'Beas', 374257000, -67931800, 0),
(126396, 2159, 204, 'Beas de Granada', 372180300, -34809500, 0),
(126397, 2159, 204, 'Beas de Segura', 382524000, -28887500, 0),
(126398, 2159, 204, 'Begijar', 379849200, -35309400, 0),
(126399, 2159, 204, 'Belalcazar', 385756600, -51665400, 0),
(126400, 2159, 204, 'Belmez', 382666700, -52000000, 0),
(126401, 2159, 204, 'Benahadux', 369249300, -24594100, 0),
(126402, 2159, 204, 'Benalua de Guadix', 373519000, -31640400, 0),
(126403, 2159, 204, 'Benalua de las Villas', 374274200, -36834600, 0),
(126404, 2159, 204, 'Benamaurel', 376082600, -27025000, 0),
(126405, 2159, 204, 'Benameji', 372683300, -45412300, 0),
(126406, 2159, 204, 'Benaojan', 367192900, -52522000, 0),
(126407, 2159, 204, 'Berja', 368469300, -29496600, 0),
(126408, 2159, 204, 'Bornos', 368167700, -57444800, 0),
(126409, 2159, 204, 'Bujalance', 378955600, -43807400, 0),
(126410, 2159, 204, 'Burguillos', 375844000, -59665400, 0),
(126411, 2159, 204, 'Cabra del Santo Cristo', 377037900, -32876500, 0),
(126412, 2159, 204, 'Cadiar', 369459100, -31802000, 0),
(126413, 2159, 204, 'Calanas', 376556800, -68805000, 0),
(126414, 2159, 204, 'Cambil', 376793400, -35653800, 0),
(126415, 2159, 204, 'Campillos', 370482600, -48630800, 0),
(126416, 2159, 204, 'Campotejar', 374823600, -36177100, 0),
(126417, 2159, 204, 'Canada Rosal', 375992400, -52101600, 0),
(126418, 2159, 204, 'Canena', 380493000, -34831000, 0),
(126419, 2159, 204, 'Caniles', 374367100, -27248200, 0),
(126420, 2159, 204, 'Carcabuey', 374442000, -42747100, 0),
(126421, 2159, 204, 'Casabermeja', 368926000, -44293800, 0),
(126422, 2159, 204, 'Casarabonela', 367861600, -48427600, 0),
(126423, 2159, 204, 'Castellar de la Frontera', 363173600, -54540700, 0),
(126424, 2159, 204, 'Castilblanco de los Arroyos', 376757600, -59888600, 0),
(126425, 2159, 204, 'Castillejar', 377169700, -26406000, 0),
(126426, 2159, 204, 'Castillo de Locubin', 375285800, -39422000, 0),
(126427, 2159, 204, 'Castril', 377958100, -27800200, 0),
(126428, 2159, 204, 'Chauchina', 371997700, -37715700, 0),
(126429, 2159, 204, 'Chilluevar', 380008800, -30324000, 0),
(126430, 2159, 204, 'Chucena', 373630500, -63930400, 0),
(126431, 2159, 204, 'Cijuela', 371980000, -38117400, 0),
(126432, 2159, 204, 'Colmenar', 369051900, -43355700, 0),
(126433, 2159, 204, 'Comares', 368492900, -42466400, 0),
(126434, 2159, 204, 'Conquista', 384000000, -45000000, 0),
(126435, 2159, 204, 'Coripe', 369733500, -54402200, 0),
(126436, 2159, 204, 'Cuevas de San Marcos', 372666600, -44143200, 0),
(126437, 2159, 204, 'Cuevas del Becerro', 368753700, -50448800, 0),
(126438, 2159, 204, 'Darro', 373498700, -32946500, 0),
(126439, 2159, 204, 'Deifontes', 373262000, -35956800, 0),
(126440, 2159, 204, 'Dilar', 370728200, -36013400, 0),
(126441, 2159, 204, 'Dona Mencia', 375534600, -43560200, 0),
(126442, 2159, 204, 'El Bosque', 367582800, -55053500, 0),
(126443, 2159, 204, 'El Cerro de Andevalo', 377353600, -69369200, 0),
(126444, 2159, 204, 'El Coronil', 370795400, -56341000, 0),
(126445, 2159, 204, 'El Gastor', 368547800, -53233400, 0),
(126446, 2159, 204, 'El Rubio', 373561700, -49889600, 0),
(126447, 2159, 204, 'El Varadero', 367252100, -35218300, 0),
(126448, 2159, 204, 'Espejo', 376798000, -45535500, 0),
(126449, 2159, 204, 'Fernan-Nunez', 376704400, -47264000, 0),
(126450, 2159, 204, 'Finana', 371715000, -28401100, 0),
(126451, 2159, 204, 'Fines', 373607400, -22581000, 0),
(126452, 2159, 204, 'Fonelas', 374104200, -31715800, 0),
(126453, 2159, 204, 'Freila', 375299000, -29082800, 0),
(126454, 2159, 204, 'Fuensanta de Martos', 376475600, -39084600, 0),
(126455, 2159, 204, 'Fuente Obejuna', 382666700, -54166700, 0),
(126456, 2159, 204, 'Fuente de Piedra', 371352600, -47300000, 0),
(126457, 2159, 204, 'Fuerte del Rey', 378749200, -38838900, 0),
(126458, 2159, 204, 'Galera', 377426200, -25517500, 0),
(126459, 2159, 204, 'Garrucha', 371814100, -18225200, 0),
(126460, 2159, 204, 'Gaucin', 365178400, -53158100, 0),
(126461, 2159, 204, 'Gerena', 375295700, -61547900, 0),
(126462, 2159, 204, 'Gojar', 371045600, -36056500, 0),
(126463, 2159, 204, 'Gor', 373693700, -29701600, 0),
(126464, 2159, 204, 'Grazalema', 367601800, -53683900, 0),
(126465, 2159, 204, 'Guadahortuna', 375571100, -33985900, 0),
(126466, 2159, 204, 'Guadalcazar', 377573800, -49438700, 0),
(126467, 2159, 204, 'Guaro', 366563000, -48343300, 0),
(126468, 2159, 204, 'Guejar-Sierra', 371599400, -34386300, 0),
(126469, 2159, 204, 'Guevejar', 372575900, -35969100, 0),
(126470, 2159, 204, 'Hinojales', 380000000, -65833300, 0),
(126471, 2159, 204, 'Hornachuelos', 378333300, -52333300, 0),
(126472, 2159, 204, 'Huelma', 376478400, -34598500, 0),
(126473, 2159, 204, 'Hueneja', 371766000, -29502400, 0),
(126474, 2159, 204, 'Huercal de Almeria', 368850700, -24376000, 0),
(126475, 2159, 204, 'Huesa', 377643400, -30763900, 0),
(126476, 2159, 204, 'Huescar', 378110400, -25411600, 0),
(126477, 2159, 204, 'Ibros', 380210600, -35031300, 0),
(126478, 2159, 204, 'Illora', 372877100, -38810900, 0),
(126479, 2159, 204, 'Isla Cristina', 372000000, -73166700, 0),
(126480, 2159, 204, 'Istan', 365827300, -49495600, 0),
(126481, 2159, 204, 'Iznajar', 372576600, -43083600, 0),
(126482, 2159, 204, 'Iznalloz', 373925800, -35276200, 0),
(126483, 2159, 204, 'Iznatoraf', 381570600, -30324200, 0),
(126484, 2159, 204, 'Jabalquinto', 380193500, -37251200, 0),
(126485, 2159, 204, 'Jamilena', 377471600, -39143400, 0),
(126486, 2159, 204, 'Jeres del Marquesado', 371838200, -31596100, 0),
(126487, 2159, 204, 'Jimena', 378415600, -34771000, 0),
(126488, 2159, 204, 'Jimena de la Frontera', 364351700, -54538700, 0),
(126489, 2159, 204, 'La Campana', 375689100, -54267000, 0),
(126490, 2159, 204, 'La Carlota', 376735900, -49312200, 0),
(126491, 2159, 204, 'La Guardia de Jaen', 377430300, -36931200, 0),
(126492, 2159, 204, 'La Iruela', 379198600, -29965900, 0),
(126493, 2159, 204, 'La Lantejuela', 373535000, -52247700, 0),
(126494, 2159, 204, 'La Luisiana', 375260200, -52488300, 0),
(126495, 2159, 204, 'La Mojonera', 372923300, -24373000, 0),
(126496, 2159, 204, 'La Puebla de los Infantes', 377809000, -53883700, 0),
(126497, 2159, 204, 'La Puerta de Segura', 383529300, -27395600, 0),
(126498, 2159, 204, 'La Victoria', 376812600, -48519900, 0),
(126499, 2159, 204, 'Lachar', 371951900, -38327700, 0),
(126500, 2159, 204, 'Lanjaron', 369185300, -34818000, 0),
(126501, 2159, 204, 'Laujar de Andarax', 369951600, -28903300, 0),
(126502, 2159, 204, 'Lopera', 379454200, -42146300, 0),
(126503, 2159, 204, 'Lora del Rio', 376589600, -55275100, 0),
(126504, 2159, 204, 'Los Corrales', 370991800, -49842900, 0),
(126505, 2159, 204, 'Los Molares', 371570400, -57180200, 0),
(126506, 2159, 204, 'Lucena del Puerto', 373039600, -67292600, 0),
(126507, 2159, 204, 'Lupion', 379965300, -35469900, 0),
(126508, 2159, 204, 'Macael', 373331800, -23008700, 0),
(126509, 2159, 204, 'Manzanilla', 373898700, -64329500, 0),
(126510, 2159, 204, 'Martin de la Jara', 371086700, -49634700, 0),
(126511, 2159, 204, 'Medina Sidonia', 364569500, -59271700, 0),
(126512, 2159, 204, 'Moclin', 373395900, -37865100, 0),
(126513, 2159, 204, 'Moclinejo', 367713400, -42551400, 0),
(126514, 2159, 204, 'Mojacar', 371402000, -18510200, 0),
(126515, 2159, 204, 'Molvizar', 367859200, -36078200, 0),
(126516, 2159, 204, 'Monachil', 371332000, -35372400, 0),
(126517, 2159, 204, 'Monda', 366302700, -48319200, 0),
(126518, 2159, 204, 'Montefrio', 373230800, -40089800, 0),
(126519, 2159, 204, 'Montejicar', 375722400, -35052700, 0),
(126520, 2159, 204, 'Montellano', 369953100, -55714500, 0),
(126521, 2159, 204, 'Montemayor', 376479000, -46977900, 0),
(126522, 2159, 204, 'Montillana', 375016800, -36736800, 0),
(126523, 2159, 204, 'Monturque', 374718600, -45816400, 0),
(126524, 2159, 204, 'Moraleda de Zafayona', 371672300, -39650500, 0),
(126525, 2159, 204, 'Nerva', 376962700, -65496800, 0),
(126526, 2159, 204, 'Niebla', 373621300, -66789400, 0),
(126527, 2159, 204, 'Noalejo', 375301700, -36561500, 0),
(126528, 2159, 204, 'Nueva-Carteya', 375863000, -44675900, 0),
(126529, 2159, 204, 'Obejo', 381326500, -48001800, 0),
(126530, 2159, 204, 'Ogijares', 371191300, -36077200, 0),
(126531, 2159, 204, 'Olula del Rio', 373500000, -23000000, 0),
(126532, 2159, 204, 'Orce', 377212000, -24775200, 0),
(126533, 2159, 204, 'Orcera', 383174200, -26648700, 0),
(126534, 2159, 204, 'Oria', 374853000, -22929200, 0),
(126535, 2159, 204, 'Otivar', 368158200, -36797900, 0),
(126536, 2159, 204, 'Otura', 370884600, -36332100, 0),
(126537, 2159, 204, 'Padul', 370246200, -36267800, 0),
(126538, 2159, 204, 'Palenciana', 372485100, -45826100, 0),
(126539, 2159, 204, 'Paradas', 372904700, -54970300, 0),
(126540, 2159, 204, 'Paterna de Rivera', 365224600, -58657800, 0),
(126541, 2159, 204, 'Paterna del Campo', 374194800, -64024800, 0),
(126542, 2159, 204, 'Peal de Becerro', 379133800, -31214800, 0),
(126543, 2159, 204, 'Pedro Abad', 379668600, -44556000, 0),
(126544, 2159, 204, 'Pegalajar', 377400800, -36494600, 0),
(126545, 2159, 204, 'Penaflor', 377089200, -53450400, 0),
(126546, 2159, 204, 'Penarroya-Pueblonuevo', 383000000, -52666700, 0),
(126547, 2159, 204, 'Polopos', 367946600, -32981600, 0),
(126548, 2159, 204, 'Porcuna', 378710200, -41850100, 0),
(126549, 2159, 204, 'Prado del Rey', 367875600, -55559000, 0),
(126550, 2159, 204, 'Priego de Cordoba', 374380700, -41952300, 0),
(126551, 2159, 204, 'Puebla de Guzman', 376142700, -72487800, 0),
(126552, 2159, 204, 'Puerto Serrano', 369220900, -55430400, 0),
(126553, 2159, 204, 'Punta Umbria', 371821300, -69660500, 0),
(126554, 2159, 204, 'Purullena', 373176300, -31905600, 0),
(126555, 2159, 204, 'Quentar', 371925300, -34665300, 0),
(126556, 2159, 204, 'Quesada', 378433800, -30656100, 0),
(126557, 2159, 204, 'Riogordo', 369172700, -42931800, 0),
(126558, 2159, 204, 'Rus', 380475900, -34625400, 0),
(126559, 2159, 204, 'Sabiote', 380691600, -33144800, 0),
(126560, 2159, 204, 'Salar', 371503600, -40657600, 0),
(126561, 2159, 204, 'Salteras', 374206000, -61104900, 0),
(126562, 2159, 204, 'San Bartolome de la Torre', 374451500, -71059700, 0),
(126563, 2159, 204, 'San Juan del Puerto', 373166700, -68413900, 0),
(126564, 2159, 204, 'Santaella', 375629400, -48436200, 0),
(126565, 2159, 204, 'Santisteban del Puerto', 382482900, -32076200, 0),
(126566, 2159, 204, 'Sayalonga', 367981900, -40132500, 0),
(126567, 2159, 204, 'Segura de la Sierra', 382977700, -26522900, 0),
(126568, 2159, 204, 'Setenil de las Bodegas', 368639700, -51817700, 0),
(126569, 2159, 204, 'Sierra de Yeguas', 371242000, -48677300, 0),
(126570, 2159, 204, 'Sorbas', 370976100, -21234900, 0),
(126571, 2159, 204, 'Tabernas', 370499200, -23908400, 0),
(126572, 2159, 204, 'Taberno', 374688000, -20773600, 0),
(126573, 2159, 204, 'Teba', 369835800, -49191300, 0),
(126574, 2159, 204, 'Tijola', 373460600, -24332600, 0),
(126575, 2159, 204, 'Tocina', 376090400, -57340300, 0),
(126576, 2159, 204, 'Tolox', 366872100, -49051100, 0),
(126577, 2159, 204, 'Torre-Cardela', 375045600, -33560900, 0),
(126578, 2159, 204, 'Torreperogil', 380354000, -32899800, 0),
(126579, 2159, 204, 'Ugijar', 369608700, -30552300, 0),
(126580, 2159, 204, 'Valverde del Camino', 375751100, -67543200, 0),
(126581, 2159, 204, 'Vejer de la Frontera', 362445600, -59695300, 0),
(126582, 2159, 204, 'Velez Blanco', 376917800, -20958700, 0),
(126583, 2159, 204, 'Velez Rubio', 376484400, -20768600, 0),
(126584, 2159, 204, 'Velez de Benaudalla', 368324400, -35153900, 0),
(126585, 2159, 204, 'Viator', 368900600, -24269500, 0),
(126586, 2159, 204, 'Vilches', 382069500, -35102500, 0),
(126587, 2159, 204, 'Villacarrillo', 381156000, -30848000, 0),
(126588, 2159, 204, 'Villalba del Alcor', 373973100, -64746100, 0),
(126589, 2159, 204, 'Villamanrique de la Condesa', 372448100, -63066500, 0),
(126590, 2159, 204, 'Villanueva de San Juan', 370495400, -51754000, 0),
(126591, 2159, 204, 'Villanueva de Tapia', 371827600, -43338300, 0),
(126592, 2159, 204, 'Villanueva de la Reina', 380043200, -39160300, 0),
(126593, 2159, 204, 'Villanueva del Arzobispo', 381684200, -30074200, 0),
(126594, 2159, 204, 'Villanueva del Duque', 383833300, -50000000, 0),
(126595, 2159, 204, 'Villanueva del Rio y Minas', 376550200, -57136900, 0),
(126596, 2159, 204, 'Villaralto', 384500000, -49833300, 0),
(126597, 2159, 204, 'Villardompardo', 378373500, -40005100, 0),
(126598, 2159, 204, 'Villarrasa', 373895600, -66058400, 0),
(126599, 2159, 204, 'Villarrubia', 378500000, -49000000, 0),
(126600, 2159, 204, 'Villaverde del Rio', 375891900, -58744300, 0),
(126601, 2159, 204, 'Vinuela', 368630700, -41412400, 0),
(126602, 2159, 204, 'Yunquera', 367325200, -49212200, 0),
(126603, 2159, 204, 'Zahara', 368405500, -53912800, 0),
(126604, 2159, 204, 'Zalamea la Real', 376801200, -66597800, 0),
(126605, 2159, 204, 'Zubia', 371190600, -35840000, 0),
(126606, 2159, 204, 'Zujar', 375428500, -28419700, 0),
(126607, 2159, 204, 'Zurgena', 373421800, -20398500, 0),
(126608, 2160, 204, 'Ainsa', 424154700, 1400800, 0),
(126609, 2160, 204, 'Albalate de Cinca', 417252100, 1524400, 0),
(126610, 2160, 204, 'Albalate del Arzobispo', 411217300, -5114200, 0),
(126611, 2160, 204, 'Albarracin', 404081800, -14437500, 0),
(126612, 2160, 204, 'Alcolea de Cinca', 417194400, 1171600, 0),
(126613, 2160, 204, 'Alcorisa', 408921000, -3814300, 0),
(126614, 2160, 204, 'Alfajarin', 416140000, -7037000, 0),
(126615, 2160, 204, 'Alfamen', 414392000, -12445800, 0),
(126616, 2160, 204, 'Alhama de Aragon', 412965700, -18935800, 0),
(126617, 2160, 204, 'Almudebar', 420425500, -5814100, 0),
(126618, 2160, 204, 'Ateca', 413309200, -17935300, 0),
(126619, 2160, 204, 'Ayerbe', 422726800, -6884400, 0),
(126620, 2160, 204, 'Belver', 416927200, 1782700, 0),
(126621, 2160, 204, 'Benasque', 426052800, 5230500, 0),
(126622, 2160, 204, 'Binaced', 418256400, 2008400, 0),
(126623, 2160, 204, 'Boquineni', 418480400, -12524600, 0),
(126624, 2160, 204, 'Calamocha', 409193300, -12975000, 0),
(126625, 2160, 204, 'Calanda', 409415300, -2324300, 0),
(126626, 2160, 204, 'Calatorao', 415222800, -13470200, 0),
(126627, 2160, 204, 'Carinena', 413373300, -12244400, 0),
(126628, 2160, 204, 'Cella', 404532500, -12875000, 0),
(126629, 2160, 204, 'El Burgo de Ebro', 415715700, -7412800, 0),
(126630, 2160, 204, 'Escucha', 407946700, -8101200, 0),
(126631, 2160, 204, 'Fago', 427344000, -8813100, 0),
(126632, 2160, 204, 'Figueruelas', 417665100, -11747300, 0),
(126633, 2160, 204, 'Fonz', 420101500, 2587800, 0),
(126634, 2160, 204, 'Frescano', 418833300, -14500000, 0),
(126635, 2160, 204, 'Fuentes de Ebro', 415125000, -6315900, 0),
(126636, 2160, 204, 'Fuentes de Rubielos', 401666700, -6166700, 0),
(126637, 2160, 204, 'Gelsa', 414076600, -4615800, 0),
(126638, 2160, 204, 'Granen', 419410400, -3694100, 0),
(126639, 2160, 204, 'Graus', 421888500, 3374900, 0),
(126640, 2160, 204, 'Gurrea de Gallego', 420154100, -7615000, 0),
(126641, 2160, 204, 'Hijar', 411742900, -4511200, 0),
(126642, 2160, 204, 'Illueca', 415381800, -16274700, 0),
(126643, 2160, 204, 'Lanaja', 417706300, -3309600, 0),
(126644, 2160, 204, 'Magallon', 418324800, -14597900, 0),
(126645, 2160, 204, 'Maluenda', 412877200, -16160200, 0),
(126646, 2160, 204, 'Mas de las Matas', 408340800, -2429200, 0),
(126647, 2160, 204, 'Monreal del Campo', 407880000, -13554100, 0),
(126648, 2160, 204, 'Montalban', 408327800, -8017800, 0),
(126649, 2160, 204, 'Mora de Rubielos', 402502000, -7524900, 0),
(126650, 2160, 204, 'Muel', 414663300, -10850300, 0),
(126651, 2160, 204, 'Nonaspe', 412088100, 2477500, 0),
(126652, 2160, 204, 'Novallas', 419500000, -17000000, 0),
(126653, 2160, 204, 'Olba', 401333300, -6166700, 0),
(126654, 2160, 204, 'Oliver-Valdjefierro, Oliver, Valdjefierro', 416445400, -9334900, 0),
(126655, 2160, 204, 'Orihuela del Tremedal', 405500000, -16500000, 0),
(126656, 2160, 204, 'Pina de Ebro', 414884600, -5312000, 0),
(126657, 2160, 204, 'Remolinos', 418394600, -11776800, 0),
(126658, 2160, 204, 'Ricla', 415058000, -14046800, 0),
(126659, 2160, 204, 'Sahun', 425759000, 4654600, 0),
(126660, 2160, 204, 'Sallent de Gallego', 427712700, -3344800, 0),
(126661, 2160, 204, 'Tarazona', 419000000, -17333300, 0),
(126662, 2160, 204, 'Tardienta', 419778100, -5373200, 0),
(126663, 2160, 204, 'Torres de Berrellen', 417579700, -10655000, 0),
(126664, 2160, 204, 'Utrillas', 408126700, -8454500, 0),
(126665, 2160, 204, 'Villanueva de Gallego', 417691600, -8235000, 0),
(126666, 2160, 204, 'Zuera', 418677500, -7898400, 0),
(126667, 2161, 204, 'Bimenes', 433166700, -55500000, 0),
(126668, 2161, 204, 'Boal', 434320000, -68151300, 0),
(126669, 2161, 204, 'Cangas del Narcea', 431833300, -65500000, 0),
(126670, 2161, 204, 'Castandiello', 432796200, -58920000, 0),
(126671, 2161, 204, 'Coana', 435139200, -67552700, 0),
(126672, 2161, 204, 'Colunga', 434853100, -52700900, 0),
(126673, 2161, 204, 'Cudillero', 435621700, -61458900, 0),
(126674, 2161, 204, 'El Franco', 435552200, -68662000, 0),
(126675, 2161, 204, 'Grandas de Salime', 432155400, -68757000, 0),
(126676, 2161, 204, 'Illas', 434971600, -59750000, 0),
(126677, 2161, 204, 'La Plaza', 431639700, -60994300, 0),
(126678, 2161, 204, 'Muros de Nalon', 435427700, -61034800, 0),
(126679, 2161, 204, 'Parres', 433500000, -51500000, 0),
(126680, 2161, 204, 'Pilona', 433500000, -53666700, 0),
(126681, 2161, 204, 'Pola de Allande', 432730700, -66215200, 0),
(126682, 2161, 204, 'Pola de Somiedo', 430929000, -62562900, 0),
(126683, 2161, 204, 'Ribadesella', 434614500, -50595500, 0),
(126684, 2161, 204, 'Rio Aller', 430537200, -55501900, 0),
(126685, 2161, 204, 'Santa Eulalia', 434162100, -54112800, 0),
(126686, 2161, 204, 'Sariego', 434000000, -55333300, 0),
(126687, 2161, 204, 'Tapia de Casariego', 435701900, -69438300, 0),
(126688, 2161, 204, 'Vegadeo', 434683400, -70539000, 0),
(126689, 2161, 204, 'Villayon', 434485900, -67053400, 0),
(126690, 2162, 204, 'Agaete', 281002300, -156999800, 0),
(126691, 2162, 204, 'Arafo', 283397100, -164224400, 0),
(126692, 2162, 204, 'Artenara', 280205500, -156469300, 0),
(126693, 2162, 204, 'Brena Alta', 286500000, -177833300, 0),
(126694, 2162, 204, 'Brena Baja', 286301100, -177895300, 0),
(126695, 2162, 204, 'Fasnia', 282363800, -164388600, 0),
(126696, 2162, 204, 'Hermigua', 281676600, -171905100, 0),
(126697, 2162, 204, 'La Guancha', 283729400, -166607900, 0),
(126698, 2162, 204, 'La Matanza de Acentejo', 284524200, -164472000, 0),
(126699, 2162, 204, 'La Victoria de Acentejo', 284323100, -164623200, 0),
(126700, 2162, 204, 'Lomo de Arico', 281666700, -164833300, 0),
(126701, 2162, 204, 'Los Silos', 283661000, -168155200, 0),
(126702, 2162, 204, 'Puntagorda', 287688600, -179759900, 0),
(126703, 2162, 204, 'San Juan de la Rambla', 283927600, -166501500, 0),
(126704, 2162, 204, 'San Nicolas', 279891000, -157812600, 0),
(126705, 2162, 204, 'San Sebastian de la Gomera', 280916300, -171133100, 0),
(126706, 2162, 204, 'Santa Brigida', 280319700, -155042500, 0),
(126707, 2162, 204, 'Tejeda', 279950800, -156154300, 0),
(126708, 2162, 204, 'Tijarafe', 287000000, -179500000, 0),
(126709, 2162, 204, 'Tuineje', 283237200, -140472200, 0),
(126710, 2162, 204, 'Valleseco', 280433000, -155762300, 0),
(126711, 2162, 204, 'Valsequillo de Gran Canaria', 279856200, -154972500, 0),
(126712, 2162, 204, 'Vega de San Mateo', 280089200, -155333000, 0),
(126713, 2162, 204, 'Vilaflor', 281562300, -166359200, 0),
(126714, 2163, 204, 'Argonos', 434574000, -34901300, 0),
(126715, 2163, 204, 'Barcena de Cicero', 434216000, -35103000, 0),
(126716, 2163, 204, 'Corvera', 432669700, -39471000, 0),
(126717, 2163, 204, 'Hazas de Cesto', 433965300, -35891600, 0),
(126718, 2163, 204, 'Limpias', 433640200, -34177800, 0),
(126719, 2163, 204, 'Luzmela', 432968500, -42088400, 0),
(126720, 2163, 204, 'Miengo', 434286100, -39986600, 0),
(126721, 2163, 204, 'Molledo', 431497400, -40423900, 0),
(126722, 2163, 204, 'Noja', 434891700, -35230600, 0),
(126723, 2163, 204, 'Penagos', 433521600, -38138200, 0),
(126724, 2163, 204, 'Ramales de la Victoria', 432572000, -34651600, 0),
(126725, 2163, 204, 'San Martin de Elines', 428286400, -38686500, 0),
(126726, 2163, 204, 'San Vicente de la Barquera', 433850900, -43993400, 0),
(126727, 2163, 204, 'Santa Maria de Cayon', 433084900, -38368000, 0),
(126728, 2163, 204, 'Santillana', 433890300, -41084400, 0),
(126729, 2163, 204, 'Santiurde de Toranzo', 432381900, -39394800, 0),
(126730, 2163, 204, 'Selaya', 432137600, -38056300, 0),
(126731, 2163, 204, 'Villaescusa', 429626200, -41670600, 0),
(126732, 2163, 204, 'Villafufre', 432655700, -38937000, 0),
(126733, 2164, 204, 'Aguilar de Campoo', 427945200, -42589200, 0),
(126734, 2164, 204, 'Alaejos', 413073200, -52156700, 0),
(126735, 2164, 204, 'Alar del Rey', 426603700, -43127100, 0),
(126736, 2164, 204, 'Alba de Tormes', 408266400, -55123700, 0),
(126737, 2164, 204, 'Alcanices', 416994000, -63464700, 0),
(126738, 2164, 204, 'Aldeadavila de la Ribera', 412176900, -66178600, 0),
(126739, 2164, 204, 'Arcos de Jalon', 412159200, -22747000, 0),
(126740, 2164, 204, 'Astorga', 424587900, -60560100, 0),
(126741, 2164, 204, 'Ayllon', 414189900, -33753700, 0),
(126742, 2164, 204, 'Barruelo de Santullan', 429064100, -42859300, 0),
(126743, 2164, 204, 'Becerril de Campos', 421084100, -46415200, 0),
(126744, 2164, 204, 'Belorado', 424204800, -31913300, 0),
(126745, 2164, 204, 'Benavides', 425044200, -58944200, 0),
(126746, 2164, 204, 'Berlanga de Duero', 414656000, -28614800, 0),
(126747, 2164, 204, 'Bermillo de Sayago', 413664800, -61122300, 0),
(126748, 2164, 204, 'Briviesca', 425499300, -33231500, 0),
(126749, 2164, 204, 'Burgohondo', 404141600, -47850900, 0),
(126750, 2164, 204, 'Cabezon', 417336900, -46451000, 0),
(126751, 2164, 204, 'Calvarrasa de Abajo', 409463800, -55525800, 0),
(126752, 2164, 204, 'Camponaraya', 425779900, -66671000, 0),
(126753, 2164, 204, 'Candelario', 403680600, -57449900, 0),
(126754, 2164, 204, 'Candeleda', 401552100, -52404600, 0),
(126755, 2164, 204, 'Cantalapiedra', 411263000, -51835100, 0),
(126756, 2164, 204, 'Cantalejo', 412576000, -39279100, 0),
(126757, 2164, 204, 'Cantimpalos', 410740600, -41598800, 0),
(126758, 2164, 204, 'Carbajosa de la Sagrada', 409330500, -56502600, 0),
(126759, 2164, 204, 'Carbonero el Mayor', 411225700, -42647800, 0),
(126760, 2164, 204, 'Carracedelo', 425560200, -67331700, 0),
(126761, 2164, 204, 'Carrion de los Condes', 423413000, -46007100, 0),
(126762, 2164, 204, 'Casavieja', 402832600, -47667000, 0),
(126763, 2164, 204, 'Castrocalbon', 421970600, -59822600, 0),
(126764, 2164, 204, 'Cerezo de Rio Tiron', 424914000, -31360000, 0),
(126765, 2164, 204, 'Chozas de Abajo', 425065700, -56865600, 0),
(126766, 2164, 204, 'Cigudosa', 419333300, -20500000, 0),
(126767, 2164, 204, 'Congosto', 426175500, -65204800, 0),
(126768, 2164, 204, 'Cubillos del Sil', 426251900, -65636000, 0),
(126769, 2164, 204, 'Cuellar', 414015500, -43147400, 0),
(126770, 2164, 204, 'El Barco de Avila', 403571000, -55236500, 0),
(126771, 2164, 204, 'Espinosa de los Monteros', 430775400, -35536500, 0),
(126772, 2164, 204, 'Fabero', 427680300, -66265100, 0),
(126773, 2164, 204, 'Fermoselle', 413173800, -63958400, 0),
(126774, 2164, 204, 'Folgoso de la Ribera', 426469300, -63203500, 0),
(126775, 2164, 204, 'Fuentes de Onoro', 405910200, -68114400, 0),
(126776, 2164, 204, 'Fuentesauco', 412304300, -54972200, 0),
(126777, 2164, 204, 'Galende', 421044000, -66625200, 0),
(126778, 2164, 204, 'Gallegos', 410750800, -37859100, 0),
(126779, 2164, 204, 'Garrafe de Torio', 427328500, -55236000, 0),
(126780, 2164, 204, 'Golmayo', 417662000, -25226700, 0),
(126781, 2164, 204, 'Gradefes', 426239600, -52269100, 0),
(126782, 2164, 204, 'Grijota', 420528900, -45830900, 0),
(126783, 2164, 204, 'Guijuelo', 405575700, -56706700, 0),
(126784, 2164, 204, 'Herrera de Pisuerga', 425949200, -43303400, 0),
(126785, 2164, 204, 'Hospital de Orbigo', 424635400, -58863600, 0),
(126786, 2164, 204, 'Ibeas de Juarros', 423308800, -35351900, 0),
(126787, 2164, 204, 'Iscar', 413611700, -45334800, 0),
(126788, 2164, 204, 'La Adrada', 402995300, -46358800, 0),
(126789, 2164, 204, 'La Cuesta', 410828000, -39601700, 0),
(126790, 2164, 204, 'La Lastrilla', 409681700, -41046800, 0),
(126791, 2164, 204, 'La Pola de Gordon', 428565800, -56676800, 0),
(126792, 2164, 204, 'La Robla', 428030200, -56290400, 0),
(126793, 2164, 204, 'La Seca', 414136400, -49055200, 0),
(126794, 2164, 204, 'Las Navas del Marques', 406024400, -43344900, 0),
(126795, 2164, 204, 'Ledesma', 410882900, -60017800, 0),
(126796, 2164, 204, 'Lerma', 420260900, -37597800, 0),
(126797, 2164, 204, 'Linares de Riofrio', 405833800, -59209100, 0),
(126798, 2164, 204, 'Llamas de la Ribera', 426350400, -58252400, 0),
(126799, 2164, 204, 'Lumbrales', 409350100, -67194800, 0),
(126800, 2164, 204, 'Mayorga', 421668700, -52630400, 0),
(126801, 2164, 204, 'Medina de Pomar', 429293800, -34880400, 0),
(126802, 2164, 204, 'Medina del Campo', 413123900, -49141300, 0),
(126803, 2164, 204, 'Melgar de Fernamental', 424044500, -42448400, 0),
(126804, 2164, 204, 'Mojados', 414323700, -46649000, 0),
(126805, 2164, 204, 'Montemayor de Pililla', 415087400, -44574500, 0),
(126806, 2164, 204, 'Moraleja del Vino', 414638500, -56563100, 0),
(126807, 2164, 204, 'Morales de Toro', 415373700, -53064200, 0),
(126808, 2164, 204, 'Morales del Vino', 414473600, -57307000, 0),
(126809, 2164, 204, 'Nava de la Asuncion', 411558600, -44875100, 0),
(126810, 2164, 204, 'Nava del Rey', 413303600, -50809500, 0),
(126811, 2164, 204, 'Navalperal de Pinares', 405939800, -44114900, 0),
(126812, 2164, 204, 'Navaluenga', 404112300, -47089700, 0),
(126813, 2164, 204, 'Navas de Oro', 411962700, -44375400, 0),
(126814, 2164, 204, 'Ona', 427340000, -34145900, 0),
(126815, 2164, 204, 'Palacios del Sil', 428760100, -64315000, 0),
(126816, 2164, 204, 'Palazuelos de Eresma', 409305500, -40607100, 0),
(126817, 2164, 204, 'Pedrajas de San Esteban', 413414500, -45822500, 0),
(126818, 2164, 204, 'Penafiel', 416016500, -41141800, 0),
(126819, 2164, 204, 'Penaranda de Bracamonte', 409010800, -52002600, 0),
(126820, 2164, 204, 'Piedralaves', 403172200, -47002500, 0),
(126821, 2164, 204, 'Pradoluengo', 423248400, -32028400, 0),
(126822, 2164, 204, 'Puebla de Sanabria', 420527200, -66355000, 0),
(126823, 2164, 204, 'Puente de Domingo Florez', 424116600, -68207700, 0),
(126824, 2164, 204, 'Quintana del Castillo', 426598700, -60497800, 0),
(126825, 2164, 204, 'Quintanar de la Sierra', 419828800, -30376500, 0),
(126826, 2164, 204, 'Quintanilla de Onesimo', 416249000, -43629100, 0),
(126827, 2164, 204, 'Riofrio de Aliste', 418172400, -61774200, 0),
(126828, 2164, 204, 'Roa', 416969900, -39278200, 0),
(126829, 2164, 204, 'Ruesga', 428641400, -45294200, 0),
(126830, 2164, 204, 'Sabero', 428359300, -51487500, 0),
(126831, 2164, 204, 'Salas de los Infantes', 420224200, -32863100, 0),
(126832, 2164, 204, 'San Cristobal de Entrevinas', 420457500, -56346800, 0),
(126833, 2164, 204, 'San Esteban de Gormaz', 415743600, -32041800, 0),
(126834, 2164, 204, 'San Ildefonso', 409018200, -40068500, 0),
(126835, 2164, 204, 'San Justo de la Vega', 424569600, -60182600, 0),
(126836, 2164, 204, 'San Leonardo de Yague', 418303400, -30688000, 0),
(126837, 2164, 204, 'Santa Cristina de la Polvorosa', 419998500, -57135500, 0),
(126838, 2164, 204, 'Santa Maria de Huerta', 412666700, -21666700, 0),
(126839, 2164, 204, 'Santa Maria del Paramo', 423551200, -57515100, 0),
(126840, 2164, 204, 'Santa Maria la Real de Nieva', 410699800, -44070900, 0),
(126841, 2164, 204, 'Santa Marina del Rey', 425133400, -58606500, 0),
(126842, 2164, 204, 'Santibanez de la Pena', 428092900, -47302600, 0),
(126843, 2164, 204, 'Sariegos', 426500000, -56333300, 0),
(126844, 2164, 204, 'Sasamon', 424168700, -40428800, 0),
(126845, 2164, 204, 'Sepulveda', 412969600, -37422100, 0),
(126846, 2164, 204, 'Serrada', 414572200, -48627900, 0),
(126847, 2164, 204, 'Simancas', 415907200, -48279600, 0),
(126848, 2164, 204, 'Sobrado', 425166700, -68500000, 0),
(126849, 2164, 204, 'Solosancho', 405529400, -49047900, 0),
(126850, 2164, 204, 'Sotillo de la Adrada', 402912000, -45838500, 0),
(126851, 2164, 204, 'Terradillos', 408383600, -55416000, 0),
(126852, 2164, 204, 'Torre del Bierzo', 426076900, -63667500, 0),
(126853, 2164, 204, 'Trespaderne', 428022100, -33898900, 0),
(126854, 2164, 204, 'Turcia', 425343000, -58784400, 0),
(126855, 2164, 204, 'Turegano', 411561000, -40069600, 0),
(126856, 2164, 204, 'Valdefresno', 425949200, -54935500, 0),
(126857, 2164, 204, 'Valdepolo', 425768600, -52251300, 0),
(126858, 2164, 204, 'Valderrueda', 428155800, -49473100, 0),
(126859, 2164, 204, 'Valdestillas', 414769700, -47711600, 0),
(126860, 2164, 204, 'Valdevimbre', 424195900, -56197500, 0),
(126861, 2164, 204, 'Valverde de la Virgen', 425682300, -56846100, 0),
(126862, 2164, 204, 'Vega de Espinareda', 427253700, -66543900, 0),
(126863, 2164, 204, 'Venta de Banos', 419211000, -44908900, 0),
(126864, 2164, 204, 'Villabragima', 418217800, -51154600, 0),
(126865, 2164, 204, 'Villacastin', 407796000, -44135700, 0),
(126866, 2164, 204, 'Villadangos del Paramo', 425167200, -57673700, 0),
(126867, 2164, 204, 'Villadiego', 425158900, -40095800, 0),
(126868, 2164, 204, 'Villagonzalo-Pedernales', 423014500, -37353900, 0),
(126869, 2164, 204, 'Villalon de Campos', 420999400, -50344000, 0),
(126870, 2164, 204, 'Villalpando', 418651700, -54123100, 0),
(126871, 2164, 204, 'Villamuriel de Cerrato', 419493500, -45158400, 0),
(126872, 2164, 204, 'Villanueva del Campo', 419849200, -54066000, 0),
(126873, 2164, 204, 'Villaralbo', 414922400, -56835900, 0),
(126874, 2164, 204, 'Villasana de Mena', 431001700, -32825300, 0),
(126875, 2164, 204, 'Villaturiel', 425181900, -54861500, 0),
(126876, 2164, 204, 'Villoria', 409943500, -53736300, 0),
(126877, 2164, 204, 'Vinuesa', 419103200, -27648300, 0),
(126878, 2164, 204, 'Vitigudino', 410091200, -64340400, 0),
(126879, 2165, 204, 'Abenojar', 388803200, -43570200, 0),
(126880, 2165, 204, 'Ajofrin', 397108800, -39822000, 0),
(126881, 2165, 204, 'Albaladejo', 386188700, -28078400, 0),
(126882, 2165, 204, 'Alcala del Jucar', 392000000, -14333300, 0),
(126883, 2165, 204, 'Alcolea de Calatrava', 389868000, -41159700, 0),
(126884, 2165, 204, 'Aldea del Rey', 387383000, -38401700, 0),
(126885, 2165, 204, 'Almodovar del Campo', 387093600, -41790800, 0),
(126886, 2165, 204, 'Almorox', 402342300, -43904400, 0),
(126887, 2165, 204, 'Anover de Tajo', 399887300, -37657800, 0),
(126888, 2165, 204, 'Arenas de San Juan', 392186100, -35021100, 0),
(126889, 2165, 204, 'Argamasilla de Calatrava', 387298500, -40762700, 0),
(126890, 2165, 204, 'Barrax', 390460700, -22015200, 0),
(126891, 2165, 204, 'Belvis de la Jara', 397576800, -49493200, 0),
(126892, 2165, 204, 'Bolanos de Calatrava', 389069000, -36634600, 0),
(126893, 2165, 204, 'Borox', 400679500, -37380400, 0),
(126894, 2165, 204, 'Brihuega', 407604900, -28696600, 0),
(126895, 2165, 204, 'Calera y Chozas', 398827800, -49821300, 0),
(126896, 2165, 204, 'Camarena', 400931100, -41192600, 0),
(126897, 2165, 204, 'Campillo de Altobuey', 396000000, -18000000, 0),
(126898, 2165, 204, 'Camunas', 394270400, -34550300, 0),
(126899, 2165, 204, 'Carranque', 401697600, -39009200, 0),
(126900, 2165, 204, 'Carrion de Calatrava', 390189800, -38168300, 0),
(126901, 2165, 204, 'Carrizosa', 388420400, -29925000, 0),
(126902, 2165, 204, 'Casarrubios del Monte', 401869700, -40364400, 0),
(126903, 2165, 204, 'Casas de Benitez', 393666700, -21333300, 0),
(126904, 2165, 204, 'Casas de Fernando Alonso', 393506500, -23240200, 0),
(126905, 2165, 204, 'Casas de Garcimolina', 400000000, -14166700, 0),
(126906, 2165, 204, 'Casasimarro', 393666700, -20333300, 0),
(126907, 2165, 204, 'Castellar de Santiago', 385392800, -32757300, 0),
(126908, 2165, 204, 'Castillo de Bayuela', 401003200, -46856200, 0),
(126909, 2165, 204, 'Caudete', 387068000, -9872200, 0),
(126910, 2165, 204, 'Cazalegas', 400095800, -46760600, 0),
(126911, 2165, 204, 'Cebolla', 399489700, -45717500, 0),
(126912, 2165, 204, 'Cedillo del Condado', 401126000, -39212700, 0),
(126913, 2165, 204, 'Chiloeches', 405703800, -31600300, 0),
(126914, 2165, 204, 'Chinchilla de Monte Aragon', 389208800, -17201800, 0),
(126915, 2165, 204, 'Chozas de Canales', 401001400, -40433300, 0),
(126916, 2165, 204, 'Cifuentes', 407862200, -26224500, 0),
(126917, 2165, 204, 'Cobeja', 400207600, -38559900, 0),
(126918, 2165, 204, 'Cobisa', 398042500, -40252800, 0),
(126919, 2165, 204, 'Corral de Almaguer', 397598700, -31645200, 0),
(126920, 2165, 204, 'Corral de Calatrava', 388579300, -40814000, 0),
(126921, 2165, 204, 'Dosbarrios', 398819800, -34841900, 0),
(126922, 2165, 204, 'El Bonillo', 389504800, -25404800, 0),
(126923, 2165, 204, 'El Carpio de Tajo', 398879600, -44538800, 0),
(126924, 2165, 204, 'El Provencio', 393774000, -25744800, 0),
(126925, 2165, 204, 'El Puente del Arzobispo', 398017400, -51717800, 0),
(126926, 2165, 204, 'El Robledo', 392189800, -42809900, 0),
(126927, 2165, 204, 'El Toboso', 395133300, -29972600, 0),
(126928, 2165, 204, 'El Viso de San Juan', 401415400, -39181700, 0),
(126929, 2165, 204, 'Escalonilla', 399257000, -43509500, 0),
(126930, 2165, 204, 'Esquivias', 401044000, -37667700, 0),
(126931, 2165, 204, 'Fontanar', 407246600, -31730900, 0),
(126932, 2165, 204, 'Fuente de Pedro Naharro', 399243800, -30091600, 0),
(126933, 2165, 204, 'Galvez', 397020800, -42723900, 0),
(126934, 2165, 204, 'Guadamur', 398117800, -41488500, 0),
(126935, 2165, 204, 'Herencia', 393661600, -33573500, 0),
(126936, 2165, 204, 'Horcajo de Santiago', 398422100, -29972400, 0),
(126937, 2165, 204, 'Horche', 405639900, -30611000, 0),
(126938, 2165, 204, 'Huerta de Valdecarabanos', 398631800, -36127500, 0),
(126939, 2165, 204, 'Huete', 401452600, -26902600, 0),
(126940, 2165, 204, 'Humanes', 408259800, -31525700, 0),
(126941, 2165, 204, 'Iniesta', 394333300, -17500000, 0),
(126942, 2165, 204, 'La Alameda de la Sagra', 400119900, -37925500, 0),
(126943, 2165, 204, 'La Puebla de Almoradiel', 395986200, -31178200, 0),
(126944, 2165, 204, 'La Puebla de Montalban', 398629700, -43591700, 0),
(126945, 2165, 204, 'La Torre de Esteban Hambran', 401693500, -42154800, 0),
(126946, 2165, 204, 'Las Mesas', 393887100, -27652400, 0),
(126947, 2165, 204, 'Lezuza', 389497000, -23541900, 0),
(126948, 2165, 204, 'Lominchar', 400906100, -39671300, 0),
(126949, 2165, 204, 'Los Navalmorales', 397252600, -46422700, 0),
(126950, 2165, 204, 'Los Navalucillos', 396666500, -46420500, 0),
(126951, 2165, 204, 'Los Yebenes', 395815800, -38705800, 0),
(126952, 2165, 204, 'Mahora', 392166700, -17333300, 0),
(126953, 2165, 204, 'Malagon', 391666800, -38541900, 0),
(126954, 2165, 204, 'Malpica', 398974600, -45498800, 0),
(126955, 2165, 204, 'Marchamalo', 406667700, -31991400, 0),
(126956, 2165, 204, 'Mazarambroz', 396941100, -40196200, 0),
(126957, 2165, 204, 'Membrilla', 389719800, -33433000, 0),
(126958, 2165, 204, 'Menasalbas', 396395400, -42841800, 0),
(126959, 2165, 204, 'Mentrida', 402389900, -41933700, 0),
(126960, 2165, 204, 'Minaya', 392705200, -23217600, 0),
(126961, 2165, 204, 'Minglanilla', 395333300, -16000000, 0),
(126962, 2165, 204, 'Mocejon', 399393400, -39171600, 0),
(126963, 2165, 204, 'Molina de Aragon', 408435800, -18876200, 0),
(126964, 2165, 204, 'Molinicos', 384671700, -22393900, 0),
(126965, 2165, 204, 'Mondejar', 403209600, -31068600, 0),
(126966, 2165, 204, 'Montealegre del Castillo', 387885600, -13272200, 0),
(126967, 2165, 204, 'Montiel', 386980200, -28644100, 0),
(126968, 2165, 204, 'Moral de Calatrava', 388298900, -35781300, 0),
(126969, 2165, 204, 'Mota del Cuervo', 395018800, -28699400, 0),
(126970, 2165, 204, 'Motilla del Palancar', 395666700, -18833300, 0),
(126971, 2165, 204, 'Navahermosa', 396352600, -44701200, 0),
(126972, 2165, 204, 'Nerpio', 381475000, -23020200, 0),
(126973, 2165, 204, 'Numancia de la Sagra', 400739500, -38511800, 0),
(126974, 2165, 204, 'Ontigola', 400042100, -35722700, 0),
(126975, 2165, 204, 'Ossa de Montiel', 389639800, -27455300, 0),
(126976, 2165, 204, 'Pastrana', 404190200, -29225600, 0),
(126977, 2165, 204, 'Piedrabuena', 390353600, -41751200, 0),
(126978, 2165, 204, 'Portillo de Toledo', 400641500, -42279300, 0),
(126979, 2165, 204, 'Porzuna', 391461800, -41540600, 0),
(126980, 2165, 204, 'Pozo-Canada', 388033300, -17353200, 0),
(126981, 2165, 204, 'Priego', 404493600, -23143500, 0),
(126982, 2165, 204, 'Puebla de Don Rodrigo', 390856400, -46196600, 0),
(126983, 2165, 204, 'Puerto Lapice', 393236000, -34814800, 0),
(126984, 2165, 204, 'Pulgar', 396938300, -41523300, 0),
(126985, 2165, 204, 'Quero', 395111100, -32474100, 0),
(126986, 2165, 204, 'Quintanar del Rey', 393333300, -19333300, 0),
(126987, 2165, 204, 'Quismondo', 401053300, -43239400, 0),
(126988, 2165, 204, 'Retuerta de Bullaque', 394636300, -44136300, 0),
(126989, 2165, 204, 'Riopar', 385000000, -24500000, 0),
(126990, 2165, 204, 'San Carlos del Valle', 388439900, -32414800, 0),
(126991, 2165, 204, 'San Lorenzo de la Parrilla', 398512900, -23607900, 0),
(126992, 2165, 204, 'Santa Cruz de Mudela', 386424200, -34665000, 0),
(126993, 2165, 204, 'Santa Olalla', 400234800, -44302500, 0),
(126994, 2165, 204, 'Siguenza', 410689200, -26430800, 0),
(126995, 2165, 204, 'Sisante', 394084900, -22017300, 0),
(126996, 2165, 204, 'Socovos', 383323200, -19848500, 0),
(126997, 2165, 204, 'Sonseca', 396774700, -39744800, 0),
(126998, 2165, 204, 'Tarazona de la Mancha', 392500000, -19166700, 0),
(126999, 2165, 204, 'Tobarra', 385921300, -16919100, 0),
(127000, 2165, 204, 'Tordesilos', 406707400, -15937200, 0),
(127001, 2165, 204, 'Torralba de Calatrava', 390178500, -37510500, 0),
(127002, 2165, 204, 'Torrejon del Rey', 406432500, -33337600, 0),
(127003, 2165, 204, 'Torrenueva', 386396000, -33625900, 0),
(127004, 2165, 204, 'Trijueque', 407742600, -29925300, 0),
(127005, 2165, 204, 'Trillo', 407008600, -25926500, 0),
(127006, 2165, 204, 'Ugena', 401557200, -38760300, 0),
(127007, 2165, 204, 'Valdeganga', 391351400, -16770300, 0),
(127008, 2165, 204, 'Valdelcubo', 412263700, -26758800, 0),
(127009, 2165, 204, 'Valsalobre', 406174200, -20929700, 0),
(127010, 2165, 204, 'Valverde de Jucar', 397186600, -22213500, 0),
(127011, 2165, 204, 'Velada', 399768700, -49764100, 0),
(127012, 2165, 204, 'Ventas con Pena Aguilera', 396103300, -42312800, 0),
(127013, 2165, 204, 'Villa de Don Fadrique', 396150500, -32191500, 0),
(127014, 2165, 204, 'Villacanas', 396236700, -33381300, 0),
(127015, 2165, 204, 'Villahermosa', 387502300, -28706600, 0),
(127016, 2165, 204, 'Villalpardo', 394666700, -16333300, 0),
(127017, 2165, 204, 'Villamalea', 393666700, -15833300, 0),
(127018, 2165, 204, 'Villamanrique', 385463600, -29972900, 0),
(127019, 2165, 204, 'Villamayor de Santiago', 397307200, -29235700, 0),
(127020, 2165, 204, 'Villanueva de Alcardete', 396732000, -30144500, 0),
(127021, 2165, 204, 'Villanueva de la Jara', 394333300, -19333300, 0),
(127022, 2165, 204, 'Villar de Olalla', 400149600, -21956100, 0),
(127023, 2165, 204, 'Villarrubia de Santiago', 399855500, -33689800, 0),
(127024, 2165, 204, 'Villarta de San Juan', 392378500, -34233200, 0),
(127025, 2165, 204, 'Villatoya', 393333300, -13000000, 0),
(127026, 2165, 204, 'Viso del Marques', 385220800, -35634800, 0),
(127027, 2165, 204, 'Yeles', 401203500, -38048700, 0),
(127028, 2165, 204, 'Yeste', 383685200, -23175600, 0),
(127029, 2165, 204, 'Yunquera de Henares', 407513900, -31626000, 0),
(127030, 2166, 204, 'Aiguafreda', 417680700, 22505100, 0),
(127031, 2166, 204, 'Alcanar', 405431600, 4808200, 0),
(127032, 2166, 204, 'Alcarras', 415666700, 5166700, 0),
(127033, 2166, 204, 'Alfarras', 418166700, 5833300, 0),
(127034, 2166, 204, 'Alforja', 412110800, 9754200, 0),
(127035, 2166, 204, 'Alguaire', 417370300, 5845000, 0),
(127036, 2166, 204, 'Almoster', 411975800, 11116700, 0),
(127037, 2166, 204, 'Alpicat', 416657000, 5556400, 0),
(127038, 2166, 204, 'Arbeca', 415415200, 9245700, 0),
(127039, 2166, 204, 'Balsareny', 418631100, 18735600, 0),
(127040, 2166, 204, 'Bas', 421180900, 24568200, 0),
(127041, 2166, 204, 'Bellcaire d''Urgell', 417500000, 9166700, 0),
(127042, 2166, 204, 'Bellver de Cerdanya', 423666700, 17833300, 0),
(127043, 2166, 204, 'Bellvis', 416726900, 8176800, 0),
(127044, 2166, 204, 'Besalu', 421989300, 26995300, 0),
(127045, 2166, 204, 'Bordils', 420433600, 29108800, 0),
(127046, 2166, 204, 'Breda', 417483300, 25596400, 0),
(127047, 2166, 204, 'Cabanes', 423080500, 29776600, 0),
(127048, 2166, 204, 'Cadaques', 422885600, 32770600, 0),
(127049, 2166, 204, 'Calaf', 417328900, 15137500, 0),
(127050, 2166, 204, 'Campdevanol', 422244500, 21686000, 0),
(127051, 2166, 204, 'Camprodon', 423118500, 23650600, 0),
(127052, 2166, 204, 'Canoves i Samalus', 416833300, 23500000, 0),
(127053, 2166, 204, 'Capellades', 415300500, 16865100, 0),
(127054, 2166, 204, 'Capolat', 420772000, 17535200, 0),
(127055, 2166, 204, 'Castellsera', 417500000, 10000000, 0),
(127056, 2166, 204, 'Castellvi de Rosanes', 414500000, 19000000, 0),
(127057, 2166, 204, 'Celra', 420333300, 28833300, 0),
(127058, 2166, 204, 'Cervera', 416700300, 12721000, 0),
(127059, 2166, 204, 'Collbato', 415700900, 18271200, 0),
(127060, 2166, 204, 'Corbera de Llobregat', 414170200, 19197000, 0),
(127061, 2166, 204, 'Cornella del Terri', 420833300, 28166700, 0),
(127062, 2166, 204, 'Creixell', 411661800, 14403200, 0),
(127063, 2166, 204, 'Cruilles', 419500000, 30166700, 0),
(127064, 2166, 204, 'El Pla de Santa Maria', 413633600, 12915200, 0),
(127065, 2166, 204, 'Flix', 412307400, 5500800, 0),
(127066, 2166, 204, 'Fonollosa', 417630300, 16686700, 0),
(127067, 2166, 204, 'Gandesa', 410537500, 4385000, 0),
(127068, 2166, 204, 'Golmes', 416335400, 9312500, 0),
(127069, 2166, 204, 'La Fuliola', 417135800, 10174600, 0),
(127070, 2166, 204, 'La Pobla de Claramunt', 415542300, 16771200, 0),
(127071, 2166, 204, 'La Selva', 412148400, 11388300, 0),
(127072, 2166, 204, 'Linyola', 417000000, 9166700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(127073, 2166, 204, 'Llagostera', 418268800, 28936500, 0),
(127074, 2166, 204, 'Llanca', 423624100, 31521300, 0),
(127075, 2166, 204, 'Llers', 422957100, 29118300, 0),
(127076, 2166, 204, 'Masquefa', 415035200, 18113600, 0),
(127077, 2166, 204, 'Mont-roig del Camp', 417500000, 11833300, 0),
(127078, 2166, 204, 'Odena', 416000000, 16500000, 0),
(127079, 2166, 204, 'Olesa de Bonesvalls', 413543500, 18490700, 0),
(127080, 2166, 204, 'Palleja', 414239400, 19950500, 0),
(127081, 2166, 204, 'Peralada', 423082300, 30091000, 0),
(127082, 2166, 204, 'Piera', 415223200, 17507600, 0),
(127083, 2166, 204, 'Polinya', 415500000, 21500000, 0),
(127084, 2166, 204, 'Ponts', 419160700, 11851500, 0),
(127085, 2166, 204, 'Portbou', 424265000, 31580500, 0),
(127086, 2166, 204, 'Quart d''Onyar', 419404700, 28407900, 0),
(127087, 2166, 204, 'Ripoll', 422006400, 21903300, 0),
(127088, 2166, 204, 'Riudecols', 411690000, 9762500, 0),
(127089, 2166, 204, 'Roda de Bara', 411833300, 14666700, 0),
(127090, 2166, 204, 'Sant Andreu de Llavaneres', 415666700, 24833300, 0),
(127091, 2166, 204, 'Sant Aniol de Finestres', 420902300, 25868800, 0),
(127092, 2166, 204, 'Sant Guim de Freixenet', 416557300, 14202400, 0),
(127093, 2166, 204, 'Sant Joan de Mediona', 414786200, 16116400, 0),
(127094, 2166, 204, 'Sant Joan de les Abadesses', 422333200, 22852400, 0),
(127095, 2166, 204, 'Sant Joan les Fonts', 422118600, 25129100, 0),
(127096, 2166, 204, 'Sant Julia de Cerdanyola', 422235000, 18930800, 0),
(127097, 2166, 204, 'Sant Pere de Riudebitlles', 414500000, 17000000, 0),
(127098, 2166, 204, 'Santa Eugenia de Berga', 419000000, 22833300, 0),
(127099, 2166, 204, 'Santa Maria de Corco', 420333300, 23666700, 0),
(127100, 2166, 204, 'Santa Oliva', 412535700, 15508600, 0),
(127101, 2166, 204, 'Santa Perpetua de Mogoda', 415333300, 21833300, 0),
(127102, 2166, 204, 'Senterada', 423254900, 9364100, 0),
(127103, 2166, 204, 'Seva', 418383100, 22800700, 0),
(127104, 2166, 204, 'Soses', 415333300, 4833300, 0),
(127105, 2166, 204, 'Suria', 418333300, 17500000, 0),
(127106, 2166, 204, 'Tarrega', 416470400, 11395700, 0),
(127107, 2166, 204, 'Toloriu', 423621000, 16276100, 0),
(127108, 2166, 204, 'Tona', 418478900, 22280800, 0),
(127109, 2166, 204, 'Tora de Riubregos', 418166700, 14000000, 0),
(127110, 2166, 204, 'Torello', 420462700, 22667900, 0),
(127111, 2166, 204, 'Torrefarrera', 416731800, 6067100, 0),
(127112, 2166, 204, 'Torrelles de Llobregat', 413500000, 19833300, 0),
(127113, 2166, 204, 'Torres de Segre', 415339900, 5142000, 0),
(127114, 2166, 204, 'Tossa de Mar', 417166700, 29333300, 0),
(127115, 2166, 204, 'Ulldecona', 405973400, 4471800, 0),
(127116, 2166, 204, 'Vallgorguina', 416482200, 25099600, 0),
(127117, 2166, 204, 'Vallirana', 413867600, 19320500, 0),
(127118, 2166, 204, 'Viladrau', 418474600, 23901900, 0),
(127119, 2166, 204, 'Vilafant', 422466800, 29382000, 0),
(127120, 2166, 204, 'Vilajuiga', 423253300, 30930200, 0),
(127121, 2166, 204, 'Vilanova de Bellpuig', 416137800, 9643200, 0),
(127122, 2166, 204, 'Vimbodi', 414006900, 10505600, 0),
(127123, 2166, 204, 'la Bisbal d''Emporda', 419500000, 30500000, 0),
(127124, 2166, 204, 'la Pobla de Mafumet', 411833300, 12166700, 0),
(127125, 2166, 204, 'les Borges del Camp', 411666700, 10166700, 0),
(127126, 2166, 204, 'les Planes d''Hostoles', 420566900, 25409300, 0),
(127127, 2168, 204, 'Adzaneta', 402161600, -1702800, 0),
(127128, 2168, 204, 'Agost', 384400300, -6383600, 0),
(127129, 2168, 204, 'Albalat de la Ribera', 392000000, -3833300, 0),
(127130, 2168, 204, 'Albocasser', 403500000, 333300, 0),
(127131, 2168, 204, 'Alcala de Xivert', 403000000, 2333300, 0),
(127132, 2168, 204, 'Alcalali', 387503800, -401300, 0),
(127133, 2168, 204, 'Alcasser', 393666700, -4333300, 0),
(127134, 2168, 204, 'Alfarrasi', 389000000, -5000000, 0),
(127135, 2168, 204, 'Almoines', 389432500, -1815500, 0),
(127136, 2168, 204, 'Alquerias del Nino Perdido', 398946600, -1294300, 0),
(127137, 2168, 204, 'Altura', 398500000, -5166700, 0),
(127138, 2168, 204, 'Anna', 390202900, -6462100, 0),
(127139, 2168, 204, 'Antella', 390797700, -5919500, 0),
(127140, 2168, 204, 'Atzeneta d''Albaida', 388333300, -5000000, 0),
(127141, 2168, 204, 'Barxeta', 390166700, -4166700, 0),
(127142, 2168, 204, 'Bellreguard', 389500000, -1666700, 0),
(127143, 2168, 204, 'Benasal', 403769000, -1397000, 0),
(127144, 2168, 204, 'Benejuzar', 380772800, -8394200, 0),
(127145, 2168, 204, 'Benferri', 381412900, -9621200, 0),
(127146, 2168, 204, 'Beniarjo', 389324900, -1863400, 0),
(127147, 2168, 204, 'Beniarres', 388201900, -3774100, 0),
(127148, 2168, 204, 'Benidoleig', 387927800, -299200, 0),
(127149, 2168, 204, 'Benifaio', 392843900, -4259800, 0),
(127150, 2168, 204, 'Benifairo de les Valls', 397333300, -2666700, 0),
(127151, 2168, 204, 'Beniganim', 389500000, -4333300, 0),
(127152, 2168, 204, 'Benisano', 396166700, -5666700, 0),
(127153, 2168, 204, 'Bigastro', 380623700, -8984100, 0),
(127154, 2168, 204, 'Bolbaite', 390604000, -6746600, 0),
(127155, 2168, 204, 'Borriol', 400424900, -702500, 0),
(127156, 2168, 204, 'Busot', 384820600, -4191800, 0),
(127157, 2168, 204, 'Calig', 404626200, 3552100, 0),
(127158, 2168, 204, 'Camporrobles', 396500000, -14000000, 0),
(127159, 2168, 204, 'Canals', 389625100, -5844300, 0),
(127160, 2168, 204, 'Carcer', 390666700, -5666700, 0),
(127161, 2168, 204, 'Catadau', 392666700, -5666700, 0),
(127162, 2168, 204, 'Chelva', 397493000, -9968400, 0),
(127163, 2168, 204, 'Chilches', 397823800, -1874200, 0),
(127164, 2168, 204, 'Cox', 381416400, -8873600, 0),
(127165, 2168, 204, 'Cuevas de Vinroma', 403097600, 1208400, 0),
(127166, 2168, 204, 'Daimus', 389666700, -1500000, 0),
(127167, 2168, 204, 'Daya Nueva', 381131300, -7602800, 0),
(127168, 2168, 204, 'Estivella', 397166700, -3500000, 0),
(127169, 2168, 204, 'Faura', 397166700, -2500000, 0),
(127170, 2168, 204, 'Favara', 391166700, -2833300, 0),
(127171, 2168, 204, 'Foios', 395333300, -3500000, 0),
(127172, 2168, 204, 'Formentera de Segura', 380850900, -7460400, 0),
(127173, 2168, 204, 'Genoves', 389891500, -4699200, 0),
(127174, 2168, 204, 'Gilet', 396833300, -3166700, 0),
(127175, 2168, 204, 'Godelleta', 394166700, -6833300, 0),
(127176, 2168, 204, 'Granja de Rocamora', 381515700, -8917000, 0),
(127177, 2168, 204, 'Groa de Murviedro', 396416700, -2388900, 0),
(127178, 2168, 204, 'Guadassuar', 391833300, -4666700, 0),
(127179, 2168, 204, 'Herbes', 407210000, -44100, 0),
(127180, 2168, 204, 'Hondon de las Nieves', 383084400, -8533000, 0),
(127181, 2168, 204, 'Jacarilla', 380624700, -8682200, 0),
(127182, 2168, 204, 'La Font de la Figuera', 388000000, -8833300, 0),
(127183, 2168, 204, 'La Pobla Llarga', 390833300, -4666700, 0),
(127184, 2168, 204, 'Llauri', 391467100, -3294400, 0),
(127185, 2168, 204, 'Llosa de Ranes', 390216300, -5380300, 0),
(127186, 2168, 204, 'Lucena del Cid', 401333300, -2833300, 0),
(127187, 2168, 204, 'Marines', 397416500, -5310300, 0),
(127188, 2168, 204, 'Masalaves', 391437700, -5226000, 0),
(127189, 2168, 204, 'Meliana', 395333300, -3333300, 0),
(127190, 2168, 204, 'Monovar', 384380900, -8406200, 0),
(127191, 2168, 204, 'Montaberner', 388902100, -4958200, 0),
(127192, 2168, 204, 'Montroy', 393333300, -6166700, 0),
(127193, 2168, 204, 'Morella', 406196600, -989200, 0),
(127194, 2168, 204, 'Navarres', 391019800, -6946900, 0),
(127195, 2168, 204, 'Olocau', 397000000, -5333300, 0),
(127196, 2168, 204, 'Orba', 387804100, -627800, 0),
(127197, 2168, 204, 'Palma de Gandia', 389267200, -2202800, 0),
(127198, 2168, 204, 'Pedralba', 396000000, -7166700, 0),
(127199, 2168, 204, 'Pego', 388430500, -1170700, 0),
(127200, 2168, 204, 'Piles', 389414300, -1328600, 0),
(127201, 2168, 204, 'Pinoso', 384016400, -10419600, 0),
(127202, 2168, 204, 'Polinya de Xuquer', 392000000, -3666700, 0),
(127203, 2168, 204, 'Quart de les Valls', 397333300, -2666700, 0),
(127204, 2168, 204, 'Quartell', 397333300, -2666700, 0),
(127205, 2168, 204, 'Rafal', 381045800, -8490400, 0),
(127206, 2168, 204, 'Rafelguaraf', 390512600, -4554300, 0),
(127207, 2168, 204, 'Real de Gandia', 389481700, -1923900, 0),
(127208, 2168, 204, 'Real de Montroi', 393333300, -6000000, 0),
(127209, 2168, 204, 'Riola', 392000000, -3333300, 0),
(127210, 2168, 204, 'Rosell', 406179200, 2213300, 0),
(127211, 2168, 204, 'Rotova', 389320500, -2576500, 0),
(127212, 2168, 204, 'San Juan de Moro', 400599000, -1369100, 0),
(127213, 2168, 204, 'Senyera', 390666700, -5000000, 0),
(127214, 2168, 204, 'Sierra-Engarceran', 402692900, -189200, 0),
(127215, 2168, 204, 'Siete Aguas', 394666700, -9166700, 0),
(127216, 2168, 204, 'Sinarcas', 397333300, -12333300, 0),
(127217, 2168, 204, 'Soneja', 398166700, -4166700, 0),
(127218, 2168, 204, 'Tibi', 385307200, -5777600, 0),
(127219, 2168, 204, 'Torreblanca', 402203300, 1965000, 0),
(127220, 2168, 204, 'Tuejar', 397666700, -10333300, 0),
(127221, 2168, 204, 'Utiel', 395666700, -12000000, 0),
(127222, 2168, 204, 'Vall de Gallinera', 388231300, -2417000, 0),
(127223, 2168, 204, 'Vallada', 388957500, -6910400, 0),
(127224, 2168, 204, 'Vergel', 388470900, 103400, 0),
(127225, 2168, 204, 'Villafranca del Cid', 404288500, -2577400, 0),
(127226, 2168, 204, 'Villar del Arzobispo', 397333300, -8166700, 0),
(127227, 2168, 204, 'Villavieja', 398500000, -1833300, 0),
(127228, 2168, 204, 'Viver', 399166700, -6000000, 0),
(127229, 2168, 204, 'Yatova', 393833300, -8000000, 0),
(127230, 2168, 204, 'Zorita del Maestrazgo', 407281700, -1666700, 0),
(127231, 2169, 204, 'Ahillones', 382666700, -58500000, 0),
(127232, 2169, 204, 'Alburquerque', 392207600, -70023400, 0),
(127233, 2169, 204, 'Alcuescar', 391809100, -62291700, 0),
(127234, 2169, 204, 'Aldeanueva de la Vera', 401271000, -57015000, 0),
(127235, 2169, 204, 'Almaraz', 398141600, -56769800, 0),
(127236, 2169, 204, 'Arroyo de San Servan', 388544300, -64540200, 0),
(127237, 2169, 204, 'Azuaga', 382666700, -56833300, 0),
(127238, 2169, 204, 'Barcarrota', 385147300, -68492300, 0),
(127239, 2169, 204, 'Bienvenida', 383000000, -62000000, 0),
(127240, 2169, 204, 'Bodonal de la Sierra', 381475100, -65595000, 0),
(127241, 2169, 204, 'Burguillos del Cerro', 383800800, -65903800, 0),
(127242, 2169, 204, 'Cabeza la Vaca', 380833300, -64166700, 0),
(127243, 2169, 204, 'Cabezuela del Valle', 401936400, -58065000, 0),
(127244, 2169, 204, 'Calamonte', 388886100, -63879100, 0),
(127245, 2169, 204, 'Canaveral', 397919800, -63913000, 0),
(127246, 2169, 204, 'Carcaboso', 400496800, -62137600, 0),
(127247, 2169, 204, 'Casar de Caceres', 395610600, -64194400, 0),
(127248, 2169, 204, 'Castanar de Ibor', 396284300, -54170900, 0),
(127249, 2169, 204, 'Castuera', 387320400, -55439000, 0),
(127250, 2169, 204, 'Cilleros', 401148600, -67925600, 0),
(127251, 2169, 204, 'Corte de Peleas', 387263100, -66703500, 0),
(127252, 2169, 204, 'Eljas', 402164800, -68461600, 0),
(127253, 2169, 204, 'Esparragalejo', 389433000, -64354900, 0),
(127254, 2169, 204, 'Fuenlabrada de los Montes', 391328800, -49351300, 0),
(127255, 2169, 204, 'Fuente de Cantos', 382500000, -63000000, 0),
(127256, 2169, 204, 'Fuente del Maestre', 385265600, -64478200, 0),
(127257, 2169, 204, 'Fuentes de Leon', 380686600, -65388400, 0),
(127258, 2169, 204, 'Galisteo', 399764200, -62678200, 0),
(127259, 2169, 204, 'Garganta la Olla', 401104900, -57766500, 0),
(127260, 2169, 204, 'Garrovillas', 397108200, -65503400, 0),
(127261, 2169, 204, 'Granja de Torrehermosa', 383166700, -55833300, 0),
(127262, 2169, 204, 'Guarena', 388595200, -60998700, 0),
(127263, 2169, 204, 'Hervas', 402708100, -58672000, 0),
(127264, 2169, 204, 'Higuera de Vargas', 384470000, -69751700, 0),
(127265, 2169, 204, 'Higuera de la Serena', 386461600, -57412900, 0),
(127266, 2169, 204, 'Higuera la Real', 381408800, -66892200, 0),
(127267, 2169, 204, 'Hornachos', 385542800, -60682900, 0),
(127268, 2169, 204, 'Jaraiz de la Vera', 400600500, -57542600, 0),
(127269, 2169, 204, 'Jerez de los Caballeros', 383206300, -67726000, 0),
(127270, 2169, 204, 'Jerte', 402227100, -57501100, 0),
(127271, 2169, 204, 'La Coronada', 389204600, -56697800, 0),
(127272, 2169, 204, 'La Haba', 389192800, -58003400, 0),
(127273, 2169, 204, 'La Nava de Santiago', 390632800, -65052500, 0),
(127274, 2169, 204, 'La Parra', 385212000, -66226000, 0),
(127275, 2169, 204, 'La Roca de la Sierra', 391096600, -66891600, 0),
(127276, 2169, 204, 'Logrosan', 393364100, -54928100, 0),
(127277, 2169, 204, 'Los Santos de Maimona', 384500000, -63833300, 0),
(127278, 2169, 204, 'Losar de la Vera', 401215800, -56045400, 0),
(127279, 2169, 204, 'Madrigal de la Vera', 401476000, -53681800, 0),
(127280, 2169, 204, 'Madronera', 394252600, -57556800, 0),
(127281, 2169, 204, 'Majadas', 399429100, -57458900, 0),
(127282, 2169, 204, 'Malpartida de Caceres', 394466400, -65076000, 0),
(127283, 2169, 204, 'Malpartida de Plasencia', 399796200, -60460900, 0),
(127284, 2169, 204, 'Monesterio', 380833300, -62666700, 0),
(127285, 2169, 204, 'Montehermoso', 400879600, -63498400, 0),
(127286, 2169, 204, 'Montemolin', 381500000, -62000000, 0),
(127287, 2169, 204, 'Montijo', 389083900, -66178500, 0),
(127288, 2169, 204, 'Navaconcejo', 401771200, -58310800, 0),
(127289, 2169, 204, 'Navalvillar de Pela', 390943600, -54681000, 0),
(127290, 2169, 204, 'Oliva de Merida', 387905100, -61240200, 0),
(127291, 2169, 204, 'Oliva de la Frontera', 382759500, -69187400, 0),
(127292, 2169, 204, 'Orellana la Vieja', 390061700, -55344100, 0),
(127293, 2169, 204, 'Pinofranqueado', 403035000, -63318100, 0),
(127294, 2169, 204, 'Piornal', 401173100, -58478700, 0),
(127295, 2169, 204, 'Puebla de la Calzada', 388944100, -66259200, 0),
(127296, 2169, 204, 'Quintana de la Serena', 387459500, -56723300, 0),
(127297, 2169, 204, 'Rosalejo', 394333300, -49000000, 0),
(127298, 2169, 204, 'Salvaleon', 385102000, -67862700, 0),
(127299, 2169, 204, 'Serradilla', 398292000, -61403400, 0),
(127300, 2169, 204, 'Sierra de Fuentes', 394399700, -62724200, 0),
(127301, 2169, 204, 'Siruela', 389771800, -50496900, 0),
(127302, 2169, 204, 'Talavera La Real', 388779400, -67685600, 0),
(127303, 2169, 204, 'Talayuela', 399870100, -56098200, 0),
(127304, 2169, 204, 'Tornavacas', 402549800, -56887600, 0),
(127305, 2169, 204, 'Torre de Miguel Sesmero', 386191400, -67958000, 0),
(127306, 2169, 204, 'Torrecillas de la Tiesa', 395683700, -57423800, 0),
(127307, 2169, 204, 'Torremocha', 393456500, -61733400, 0),
(127308, 2169, 204, 'Torreorgaz', 393831000, -62494100, 0),
(127309, 2169, 204, 'Valdefuentes', 392743300, -61218300, 0),
(127310, 2169, 204, 'Valencia de Alcantara', 394114800, -72443500, 0),
(127311, 2169, 204, 'Valle de Santa Ana', 383663700, -67886000, 0),
(127312, 2169, 204, 'Valverde del Fresno', 402221000, -68784800, 0),
(127313, 2169, 204, 'Villafranca de los Barros', 385614400, -63381000, 0),
(127314, 2169, 204, 'Villagarcia de la Torre', 383000000, -60833300, 0),
(127315, 2169, 204, 'Villanueva de la Vera', 401299800, -54625000, 0),
(127316, 2169, 204, 'Villar de Rena', 390765100, -58107400, 0),
(127317, 2169, 204, 'Villar del Rey', 391331000, -68476200, 0),
(127318, 2169, 204, 'Zarza de Granadilla', 402372300, -60485000, 0),
(127319, 2169, 204, 'Zarza la Mayor', 398769200, -68621100, 0),
(127320, 2169, 204, 'Zorita', 392852200, -56997300, 0),
(127321, 2170, 204, 'Abadin', 433666700, -74833300, 0),
(127322, 2170, 204, 'Amoeiro', 424166700, -79500000, 0),
(127323, 2170, 204, 'Arbo', 421166700, -83166700, 0),
(127324, 2170, 204, 'Arzua', 429333300, -81500000, 0),
(127325, 2170, 204, 'Avion', 423833300, -82500000, 0),
(127326, 2170, 204, 'Baiona', 421166700, -88500000, 0),
(127327, 2170, 204, 'Bande', 420312000, -79748900, 0),
(127328, 2170, 204, 'Banos de Molgas', 422414800, -76722300, 0),
(127329, 2170, 204, 'Becerrea', 428561000, -71636000, 0),
(127330, 2170, 204, 'Boboras', 424333200, -81443100, 0),
(127331, 2170, 204, 'Boimorto', 430000000, -81333300, 0),
(127332, 2170, 204, 'Burela de Cabo', 436500000, -74000000, 0),
(127333, 2170, 204, 'Caldas de Reis', 426000000, -86333300, 0),
(127334, 2170, 204, 'Cambados', 425122200, -88131000, 0),
(127335, 2170, 204, 'Carballeda de Avia', 423214000, -81645600, 0),
(127336, 2170, 204, 'Carnota', 428233000, -90891300, 0),
(127337, 2170, 204, 'Carral', 432286000, -83554500, 0),
(127338, 2170, 204, 'Cartelle', 422510900, -80706200, 0),
(127339, 2170, 204, 'Castro Caldelas', 423736600, -74257800, 0),
(127340, 2170, 204, 'Castroverde', 430302000, -73242800, 0),
(127341, 2170, 204, 'Catoira', 426674800, -87232300, 0),
(127342, 2170, 204, 'Cedeira', 436604400, -80571900, 0),
(127343, 2170, 204, 'Cee', 429546600, -91880000, 0),
(127344, 2170, 204, 'Cerdido', 436166700, -80000000, 0),
(127345, 2170, 204, 'Cervo', 436701900, -74101300, 0),
(127346, 2170, 204, 'Cesuras', 431748200, -82160500, 0),
(127347, 2170, 204, 'Coiros', 432500000, -81666700, 0),
(127348, 2170, 204, 'Coles', 424000000, -78333300, 0),
(127349, 2170, 204, 'Corcubion', 429441400, -91926000, 0),
(127350, 2170, 204, 'Corgo', 429443400, -74314000, 0),
(127351, 2170, 204, 'Coristanco', 432000000, -87500000, 0),
(127352, 2170, 204, 'Covelo', 422333300, -83500000, 0),
(127353, 2170, 204, 'Cualedro', 419889700, -75946400, 0),
(127354, 2170, 204, 'Cuntis', 426339600, -85625600, 0),
(127355, 2170, 204, 'Dumbria', 430083600, -91132800, 0),
(127356, 2170, 204, 'Entrimo', 419329700, -81172500, 0),
(127357, 2170, 204, 'Esgos', 423254900, -76969100, 0),
(127358, 2170, 204, 'Fene', 434500000, -81500000, 0),
(127359, 2170, 204, 'Fonsagrada', 431239800, -70679000, 0),
(127360, 2170, 204, 'Foz', 435692000, -72544000, 0),
(127361, 2170, 204, 'Gondomar', 421115500, -87497100, 0),
(127362, 2170, 204, 'Incio', 426333300, -73500000, 0),
(127363, 2170, 204, 'Lama', 424000000, -84333300, 0),
(127364, 2170, 204, 'Lancara', 428642500, -73366700, 0),
(127365, 2170, 204, 'Laracha', 432537500, -85853500, 0),
(127366, 2170, 204, 'Laza', 420613600, -74620000, 0),
(127367, 2170, 204, 'Lousame', 427729900, -88444000, 0),
(127368, 2170, 204, 'Maceda', 422697200, -76505200, 0),
(127369, 2170, 204, 'Malpica', 433228000, -88105200, 0),
(127370, 2170, 204, 'Manzaneda', 423096200, -72320900, 0),
(127371, 2170, 204, 'Maside', 424103100, -80258200, 0),
(127372, 2170, 204, 'Mazaricos', 429403300, -89718700, 0),
(127373, 2170, 204, 'Meano', 424466100, -87812200, 0),
(127374, 2170, 204, 'Meira', 432133700, -72937200, 0),
(127375, 2170, 204, 'Meis', 425000000, -87500000, 0),
(127376, 2170, 204, 'Melon', 422601600, -82140000, 0),
(127377, 2170, 204, 'Mesia', 431000000, -82666700, 0),
(127378, 2170, 204, 'Moeche', 435500000, -80166700, 0),
(127379, 2170, 204, 'Mondariz', 422311000, -84583900, 0),
(127380, 2170, 204, 'Mondonedo', 434000000, -74000000, 0),
(127381, 2170, 204, 'Montederramo', 422755400, -75013800, 0),
(127382, 2170, 204, 'Monterroso', 427925000, -78342500, 0),
(127383, 2170, 204, 'Mos', 431566700, -75504700, 0),
(127384, 2170, 204, 'Navia de Suarna', 429666700, -70000000, 0),
(127385, 2170, 204, 'Negreira', 429040200, -87427300, 0),
(127386, 2170, 204, 'Nogueira de Ramuin', 424171200, -77498200, 0),
(127387, 2170, 204, 'Noia', 427858300, -88873400, 0),
(127388, 2170, 204, 'O Carballino', 424316300, -80789900, 0),
(127389, 2170, 204, 'Ordes', 430765400, -84090000, 0),
(127390, 2170, 204, 'Outes', 428618900, -89018200, 0),
(127391, 2170, 204, 'Padrenda', 421333300, -81500000, 0),
(127392, 2170, 204, 'Panton', 425166700, -76000000, 0),
(127393, 2170, 204, 'Paradela', 427666700, -75666700, 0),
(127394, 2170, 204, 'Poboa do Brollon', 425561200, -73914000, 0),
(127395, 2170, 204, 'Poio', 424442300, -87148200, 0),
(127396, 2170, 204, 'Portas', 425853100, -86557300, 0),
(127397, 2170, 204, 'Rabade', 431170000, -76171400, 0),
(127398, 2170, 204, 'Rairiz de Veiga', 420836400, -78350300, 0),
(127399, 2170, 204, 'Ribadavia', 422880400, -81436200, 0),
(127400, 2170, 204, 'Ribadeo', 435370400, -70409500, 0),
(127401, 2170, 204, 'Ribadumia', 425166700, -87500000, 0),
(127402, 2170, 204, 'Riotorto', 433500000, -72333300, 0),
(127403, 2170, 204, 'Rodeiro', 426519300, -79551900, 0),
(127404, 2170, 204, 'Rosal', 419353600, -88367700, 0),
(127405, 2170, 204, 'Samos', 427310000, -73258200, 0),
(127406, 2170, 204, 'Santa Comba', 430330600, -88092500, 0),
(127407, 2170, 204, 'Santa Marta de Ortigueira', 436833300, -78500000, 0),
(127408, 2170, 204, 'Sarreaus', 420878400, -76034800, 0),
(127409, 2170, 204, 'Taboadela', 422423400, -78271900, 0),
(127410, 2170, 204, 'Teo', 427500000, -85000000, 0),
(127411, 2170, 204, 'Toen', 423176500, -79543500, 0),
(127412, 2170, 204, 'Touro', 428681200, -83076400, 0),
(127413, 2170, 204, 'Trabada', 434447500, -71952700, 0),
(127414, 2170, 204, 'Trasmiras', 420254000, -76173500, 0),
(127415, 2170, 204, 'Trazo', 430166700, -85333300, 0),
(127416, 2170, 204, 'Tui', 420471300, -86443500, 0),
(127417, 2170, 204, 'Valdovino', 436000000, -81333300, 0),
(127418, 2170, 204, 'Valga', 426979200, -86395900, 0),
(127419, 2170, 204, 'Vilanova de Arousa', 425666700, -88333300, 0),
(127420, 2170, 204, 'Xinzo de Limia', 420635000, -77245900, 0),
(127421, 2171, 204, 'Alaro', 397044100, 27918100, 0),
(127422, 2171, 204, 'Capdepera', 397026300, 34335700, 0),
(127423, 2171, 204, 'Costitx', 396567500, 29495300, 0),
(127424, 2171, 204, 'Es Castell', 398776000, 42899000, 0),
(127425, 2171, 204, 'Es Mercadal', 399901400, 40938700, 0),
(127426, 2171, 204, 'Ferreries', 399832400, 40118100, 0),
(127427, 2171, 204, 'Lloret de Vistalegre', 396183500, 29749300, 0),
(127428, 2171, 204, 'Llubi', 396993300, 30068100, 0),
(127429, 2171, 204, 'Maria de la Salut', 396630600, 30730000, 0),
(127430, 2171, 204, 'Petra', 396135100, 31131200, 0),
(127431, 2171, 204, 'Sant Joan de Labritja', 390789100, 15139700, 0),
(127432, 2171, 204, 'Sant Lluis', 398526300, 42593900, 0),
(127433, 2171, 204, 'Sencelles', 396459800, 28976900, 0),
(127434, 2171, 204, 'Vilafranca de Bonany', 395689400, 30881500, 0),
(127435, 2172, 204, 'Albelda de Iregua', 423583700, -24727800, 0),
(127436, 2172, 204, 'Alberite', 424070400, -24389400, 0),
(127437, 2172, 204, 'Aldeanueva de Ebro', 422291100, -18873500, 0),
(127438, 2172, 204, 'Alfaro', 421803200, -17501600, 0),
(127439, 2172, 204, 'Arnedjo, La Rioja', 422166700, -21000000, 0),
(127440, 2172, 204, 'Arrubal', 424348600, -22514300, 0),
(127441, 2172, 204, 'Autol', 422166100, -20052500, 0),
(127442, 2172, 204, 'Banos de Rio Tobia', 423353300, -27609900, 0),
(127443, 2172, 204, 'Casalarreina', 425491100, -29099400, 0),
(127444, 2172, 204, 'Cenicero', 424813000, -26441200, 0),
(127445, 2172, 204, 'Entrena', 423878200, -25306600, 0),
(127446, 2172, 204, 'Ezcaray', 423253600, -30130900, 0),
(127447, 2172, 204, 'Fuenmayor', 424672900, -25615300, 0),
(127448, 2172, 204, 'Lardero', 424268600, -24615300, 0),
(127449, 2172, 204, 'Murillo de Rio Leza', 424009900, -23246400, 0),
(127450, 2172, 204, 'Navajun', 419666700, -21000000, 0),
(127451, 2172, 204, 'Rincon de Soto', 422347500, -18521400, 0),
(127452, 2172, 204, 'San Vicente de la Sonsierra', 425632100, -27607200, 0),
(127453, 2172, 204, 'Villalba de Rioja', 426096700, -28868800, 0),
(127454, 2173, 204, 'Aldea del Fresno', 403236000, -42031900, 0),
(127455, 2173, 204, 'Batres', 402098100, -39233100, 0),
(127456, 2173, 204, 'Belmonte de Tajo', 401316200, -33358000, 0),
(127457, 2173, 204, 'Boalo', 407160200, -39165600, 0),
(127458, 2173, 204, 'Brea de Tajo', 402333300, -31000000, 0),
(127459, 2173, 204, 'Carabana', 402542400, -32357200, 0),
(127460, 2173, 204, 'Chapineria', 403789100, -42100900, 0),
(127461, 2173, 204, 'Chinchon', 401402000, -34226700, 0),
(127462, 2173, 204, 'Ciempozuelos', 401591300, -36210300, 0),
(127463, 2173, 204, 'Cobena', 405666700, -35000000, 0),
(127464, 2173, 204, 'Colmenar del Arroyo', 404189700, -41984500, 0),
(127465, 2173, 204, 'Colmenarejo', 405606300, -40171300, 0),
(127466, 2173, 204, 'Cubas', 401890000, -38352600, 0),
(127467, 2173, 204, 'El Alamo', 402306600, -39944700, 0),
(127468, 2173, 204, 'El Escorial', 405825400, -41284600, 0),
(127469, 2173, 204, 'El Vellon', 407649500, -35796900, 0),
(127470, 2173, 204, 'Fuentiduena de Tajo', 401157400, -31571800, 0),
(127471, 2173, 204, 'Guadalix de la Sierra', 407849600, -36934700, 0),
(127472, 2173, 204, 'La Cabrera', 408638600, -36126500, 0),
(127473, 2173, 204, 'Manzanares el Real', 407262700, -38626500, 0),
(127474, 2173, 204, 'Meco', 405527400, -33289400, 0),
(127475, 2173, 204, 'Miraflores de la Sierra', 408155000, -37621300, 0),
(127476, 2173, 204, 'Montejo de la Sierra', 410595500, -35299300, 0),
(127477, 2173, 204, 'Moraleja de Enmedio', 402612500, -38596300, 0),
(127478, 2173, 204, 'Morata de Tajuna', 402268000, -34326900, 0),
(127479, 2173, 204, 'Navalagamella', 404689400, -41233400, 0),
(127480, 2173, 204, 'Navas del Rey', 403861000, -42511700, 0),
(127481, 2173, 204, 'Perales de Tajuna', 402313000, -33502100, 0),
(127482, 2173, 204, 'Pezuela de las Torres', 404161300, -31736300, 0),
(127483, 2173, 204, 'Quijorna', 404276300, -40568300, 0),
(127484, 2173, 204, 'Rascafria', 409040700, -38789800, 0),
(127485, 2173, 204, 'Robledo de Chavela', 405006200, -42363500, 0),
(127486, 2173, 204, 'Robregordo', 411065600, -35936900, 0),
(127487, 2173, 204, 'Rozas de Puerto Real', 403166700, -44833300, 0),
(127488, 2173, 204, 'San Martin de Valdeiglesias', 403618500, -43983100, 0),
(127489, 2173, 204, 'Sevilla La Nueva', 403477500, -40272700, 0),
(127490, 2173, 204, 'Talamanca de Jarama', 407432500, -35088900, 0),
(127491, 2173, 204, 'Tielmes', 402465200, -33146100, 0),
(127492, 2173, 204, 'Torrejon de Velasco', 401874600, -37768100, 0),
(127493, 2173, 204, 'Valdetorres de Jarama', 406936600, -35115600, 0),
(127494, 2173, 204, 'Villa del Prado', 402785200, -43053400, 0),
(127495, 2173, 204, 'Villaconejos', 401013900, -34825800, 0),
(127496, 2173, 204, 'Villamanta', 402985800, -41088000, 0),
(127497, 2173, 204, 'Zarzalejo', 405481100, -41817600, 0),
(127498, 2175, 204, 'Abanilla', 382053800, -10415200, 0),
(127499, 2175, 204, 'Albudeite', 380289500, -13866400, 0),
(127500, 2175, 204, 'Aledo', 377934100, -15735600, 0),
(127501, 2175, 204, 'Alguazas', 380535600, -12505100, 0),
(127502, 2175, 204, 'Campos del Rio', 380396600, -13530600, 0),
(127503, 2175, 204, 'Fuente-Alamo de Murcia', 377000000, -11000000, 0),
(127504, 2175, 204, 'La Manga del Mar Menor', 376412900, -7165100, 0),
(127505, 2175, 204, 'Librilla', 378864200, -13555700, 0),
(127506, 2175, 204, 'Puerto Lumbreras', 375632900, -18097400, 0),
(127507, 2176, 204, 'Arguedas', 421775900, -15971900, 0),
(127508, 2176, 204, 'Artajona', 425886700, -17650400, 0),
(127509, 2176, 204, 'Ayegui', 426565600, -20393400, 0),
(127510, 2176, 204, 'Cadreita', 422166700, -16833300, 0),
(127511, 2176, 204, 'Caparroso', 423412900, -16496200, 0),
(127512, 2176, 204, 'Carcar', 423931400, -19790400, 0),
(127513, 2176, 204, 'Carcastillo', 423790800, -14437600, 0),
(127514, 2176, 204, 'Castejon', 421691200, -16895100, 0),
(127515, 2176, 204, 'Corella', 421150700, -17856300, 0),
(127516, 2176, 204, 'Falces', 423896600, -17932100, 0),
(127517, 2176, 204, 'Funes', 423156200, -18001700, 0),
(127518, 2176, 204, 'Galar', 427614700, -16988100, 0),
(127519, 2176, 204, 'Genevilla', 426452000, -23902100, 0),
(127520, 2176, 204, 'Lodosa', 424226900, -20774100, 0),
(127521, 2176, 204, 'Mendavia', 424433500, -22008700, 0),
(127522, 2176, 204, 'Mendigorria', 426282200, -18345000, 0),
(127523, 2176, 204, 'Monteagudo', 419666700, -16833300, 0),
(127524, 2176, 204, 'Olazagutia', 428758400, -21953800, 0),
(127525, 2176, 204, 'Olite', 424797100, -16519600, 0),
(127526, 2176, 204, 'Petilla de Aragon', 424500000, -11166700, 0),
(127527, 2176, 204, 'Ribaforada', 419981400, -15127200, 0),
(127528, 2176, 204, 'Santacara', 423666700, -16333300, 0),
(127529, 2176, 204, 'Sartaguda', 423833300, -20570900, 0),
(127530, 2176, 204, 'Sesma', 424774800, -20835300, 0),
(127531, 2176, 204, 'Tafalla', 425268600, -16744600, 0),
(127532, 2176, 204, 'Valtierra', 421965300, -16345900, 0),
(127533, 2176, 204, 'Villafranca', 422793300, -17462800, 0),
(127534, 2176, 204, 'Villatuerta', 426602200, -19924700, 0),
(127535, 2176, 204, 'Yerri', 427016100, -19380600, 0),
(127536, 2176, 204, 'Zuniga', 426924700, -22998200, 0),
(127537, 2177, 204, 'Araya', 428934500, -23131400, 0),
(127538, 2177, 204, 'Asteasu', 431943600, -20981800, 0),
(127539, 2177, 204, 'Astigarraga', 432817400, -19463400, 0),
(127540, 2177, 204, 'Busturi-Axpe', 433833300, -27000000, 0),
(127541, 2177, 204, 'Deba', 432957100, -23521300, 0),
(127542, 2177, 204, 'Ea', 433798500, -25855600, 0),
(127543, 2177, 204, 'El Corrillo', 432333300, -31333300, 0),
(127544, 2177, 204, 'Forua', 433334300, -26750400, 0),
(127545, 2177, 204, 'Gatika', 433666700, -28666700, 0),
(127546, 2177, 204, 'Gernika-Lumo', 433166700, -26833300, 0),
(127547, 2177, 204, 'Gorliz-Elexalde', 434149000, -29367800, 0),
(127548, 2177, 204, 'Guenes', 432166700, -30833300, 0),
(127549, 2177, 204, 'Idiazabal', 430118900, -22335600, 0),
(127550, 2177, 204, 'Labastida', 425897400, -27956800, 0),
(127551, 2177, 204, 'Lanestosa', 432198600, -34392000, 0),
(127552, 2177, 204, 'Lapuebla de Labarca', 424945400, -25734000, 0),
(127553, 2177, 204, 'Mendaro', 432532600, -23856800, 0),
(127554, 2177, 204, 'Moreda de Alava', 425257100, -24082800, 0),
(127555, 2177, 204, 'Mungia', 433500000, -28333300, 0),
(127556, 2177, 204, 'Oria', 432554100, -20187300, 0),
(127557, 2177, 204, 'Orio', 432787000, -21253700, 0),
(127558, 2177, 204, 'Salvatierra', 428516200, -23912300, 0),
(127559, 2177, 204, 'Sopuerta', 432623900, -31550500, 0),
(127560, 2177, 204, 'Urduna', 429943500, -30097400, 0),
(127561, 2177, 204, 'Urrestieta', 432333300, -31500000, 0),
(127562, 2177, 204, 'Zaratamo', 432166700, -28666700, 0),
(127563, 2177, 204, 'Zarautz', 432844400, -21699200, 0),
(127564, 2177, 204, 'Zeanuri', 431000000, -27500000, 0),
(127565, 2178, 205, 'Hatton', 68916000, 805955000, 0),
(127566, 2178, 205, 'Sigiriya', 79518000, 807426000, 0),
(127567, 2178, 205, 'Talawakele', 69371000, 806581000, 0),
(127568, 2181, 205, 'Kilinochchi', 93961000, 803982000, 0),
(127569, 2181, 205, 'Point Pedro', 98166700, 802333300, 0),
(127570, 2181, 205, 'Valvedditturai', 98166700, 801666700, 0),
(127571, 2183, 205, 'Weligama', 59666700, 804166700, 0),
(127572, 2184, 205, 'Haputale', 67602000, 809531000, 0),
(127573, 2184, 205, 'Wattegama', 67989000, 814808000, 0),
(127574, 2185, 205, 'Horawala Junction', 64808800, 801270800, 0),
(127575, 2185, 205, 'Ja Ela', 70744000, 798919000, 0),
(127576, 2185, 205, 'Katunayaka North', 71643000, 798757000, 0),
(127577, 2185, 205, 'Welisara', 70281000, 799014000, 0),
(127578, 3150, 206, 'Ed Damazin', 117891000, 343592000, 0),
(127579, 2187, 206, 'Hasiheisa', 147324000, 333019000, 0),
(127580, 3151, 206, 'Sannar', 135500000, 336333300, 0),
(127581, 3152, 206, 'Al Mijlad', 110333300, 277333300, 0),
(127582, 3153, 206, 'El Geneina', 134500000, 224500000, 0),
(127583, 2194, 206, 'Wad az Zaki', 144619000, 322065000, 0),
(127584, 3154, 207, 'Nieuw Amsterdam', 58833300, -550833300, 0),
(127585, 3155, 207, 'Moengo', 56166700, -544000000, 0),
(127586, 2195, 207, 'Wageningen', 57666700, -566833300, 0),
(127587, 3156, 207, 'Groningen', 58000000, -554666700, 0),
(127588, 2201, 209, 'Brakne-Hoby', 562333300, 151166700, 0),
(127589, 2201, 209, 'Kallinge', 562333300, 152833300, 0),
(127590, 2201, 209, 'Nattraby', 562000000, 155166700, 0),
(127591, 2202, 209, 'Djuras', 605500000, 151333300, 0),
(127592, 2202, 209, 'Horndal', 603000000, 164166700, 0),
(127593, 2202, 209, 'Langshyttan', 604500000, 160166700, 0),
(127594, 2202, 209, 'Siljansnas', 607833300, 148500000, 0),
(127595, 2202, 209, 'Vikarbyn', 609166700, 150166700, 0),
(127596, 2203, 209, 'Jaervsoe', 617166700, 161666700, 0),
(127597, 2203, 209, 'Ljusne', 612166700, 171333300, 0),
(127598, 2203, 209, 'Marielund', 613333300, 171500000, 0),
(127599, 2203, 209, 'Norrsundet', 609500000, 171333300, 0),
(127600, 2203, 209, 'Sandarne', 612666700, 171666700, 0),
(127601, 2205, 209, 'Aled', 567500000, 129333300, 0),
(127602, 2205, 209, 'Frosakull', 566833300, 127333300, 0),
(127603, 2205, 209, 'Gullbrandstorp', 567000000, 127333300, 0),
(127604, 2205, 209, 'Knared', 565333300, 133166700, 0),
(127605, 2207, 209, 'Asa', 580166700, 146000000, 0),
(127606, 2207, 209, 'Graenna', 580166700, 144666700, 0),
(127607, 2207, 209, 'Haljarp', 576333300, 154500000, 0),
(127608, 2207, 209, 'Malmback', 575833300, 144666700, 0),
(127609, 2207, 209, 'Mariannelund', 576166700, 155666700, 0),
(127610, 2208, 209, 'Blomstermala', 569833300, 163333300, 0),
(127611, 2208, 209, 'Ljungbyholm', 566333300, 161666700, 0),
(127612, 2208, 209, 'Sodra Vi', 577500000, 158000000, 0),
(127613, 2208, 209, 'Timmernabben', 569666700, 164333300, 0),
(127614, 2208, 209, 'Trekanten', 567000000, 161166700, 0),
(127615, 2209, 209, 'Vislanda', 567833300, 144500000, 0),
(127616, 2210, 209, 'Bergsviken', 653000000, 213833300, 0),
(127617, 2210, 209, 'Norrfjarden', 654166700, 214500000, 0),
(127618, 2210, 209, 'Toere', 659124300, 226512800, 0),
(127619, 2211, 209, 'As', 595333300, 149833300, 0),
(127620, 2211, 209, 'Hovsta', 593500000, 152166700, 0),
(127621, 2212, 209, 'Jursla', 586666700, 161833300, 0),
(127622, 2212, 209, 'Lindo', 586166700, 162500000, 0),
(127623, 2212, 209, 'OEsterbymo', 578246500, 152735700, 0),
(127624, 2212, 209, 'Skarblacka', 585666700, 159000000, 0),
(127625, 2213, 209, 'Fjalkinge', 560500000, 142833300, 0),
(127626, 2213, 209, 'Hittarp', 562833300, 141166700, 0),
(127627, 2213, 209, 'Hjaerup', 556688000, 131393100, 0),
(127628, 2213, 209, 'Munka-Ljungby', 562500000, 129666700, 0),
(127629, 2213, 209, 'Onnestad', 560500000, 140166700, 0),
(127630, 2213, 209, 'Rydeback', 559666700, 127666700, 0),
(127631, 2213, 209, 'Rydsgard', 554666700, 135833300, 0),
(127632, 2213, 209, 'Satofta', 559166700, 135500000, 0),
(127633, 2213, 209, 'Sosdala', 560333300, 136666700, 0),
(127634, 2213, 209, 'Strovelstorp', 561500000, 128166700, 0),
(127635, 2213, 209, 'Tollarp', 561666700, 142833300, 0),
(127636, 2214, 209, 'Akers Styckebruk', 592500000, 170833300, 0),
(127637, 2214, 209, 'Hallbybrunn', 593833300, 164333300, 0),
(127638, 2214, 209, 'Kvicksund', 594500000, 163166700, 0),
(127639, 2214, 209, 'Olstorp', 588166700, 166333300, 0),
(127640, 2215, 209, 'Bjorko', 597500000, 190000000, 0),
(127641, 2215, 209, 'Brevik', 592166700, 183833300, 0),
(127642, 2215, 209, 'Hemmesta', 593166700, 185000000, 0),
(127643, 2215, 209, 'Resaro', 594291000, 183338600, 0),
(127644, 2216, 209, 'Irsta', 597000000, 169333300, 0),
(127645, 2216, 209, 'OEsthammar', 602590900, 183740800, 0),
(127646, 2216, 209, 'Skutskaer', 606410400, 174091500, 0),
(127647, 2216, 209, 'Vattholma', 600166700, 177333300, 0),
(127648, 2217, 209, 'Ekshaerad', 601727500, 134964700, 0),
(127649, 2217, 209, 'Toecksfors', 595081600, 118443100, 0),
(127650, 2218, 209, 'Burtraesk', 645166700, 206500000, 0),
(127651, 2218, 209, 'Forsbacka', 647666700, 205000000, 0),
(127652, 2218, 209, 'Hoernefors', 636231200, 199085600, 0),
(127653, 2218, 209, 'Langsele', 648166700, 202500000, 0),
(127654, 2218, 209, 'Norsjoe', 649120600, 194815300, 0),
(127655, 2218, 209, 'Obbola', 637000000, 203166700, 0),
(127656, 2218, 209, 'Soedra Bergsbyn', 647142100, 210892900, 0),
(127657, 2219, 209, 'As', 633666700, 165833300, 0),
(127658, 2219, 209, 'Bredbyn', 634465500, 181101900, 0),
(127659, 2219, 209, 'Njurundabommen', 622633900, 173835400, 0),
(127660, 2219, 209, 'Stockvik', 623366700, 173658300, 0),
(127661, 2220, 209, 'Kolsva', 596000000, 158333300, 0),
(127662, 2221, 209, 'Akarp', 582333300, 136500000, 0),
(127663, 2221, 209, 'Andalen', 577000000, 117500000, 0),
(127664, 2221, 209, 'Billingsfors', 589833300, 122500000, 0),
(127665, 2221, 209, 'Brastad', 583833300, 114833300, 0),
(127666, 2221, 209, 'Diserod', 579166700, 120166700, 0),
(127667, 2221, 209, 'Goetene', 585282400, 134945800, 0),
(127668, 2221, 209, 'Hjuvik', 577016700, 117163900, 0),
(127669, 2221, 209, 'Jonstorp', 580000000, 127166700, 0),
(127670, 2221, 209, 'Langhem', 576000000, 132333300, 0),
(127671, 2221, 209, 'Olofstorp', 582500000, 140000000, 0),
(127672, 2221, 209, 'Sjuntorp', 582000000, 122166700, 0),
(127673, 2222, 210, 'Oberruti', 471667300, 83944100, 0),
(127674, 2222, 210, 'Staffelbach', 472839500, 80420800, 0),
(127675, 2222, 210, 'Unterlunkhofen', 473212000, 83810200, 0),
(127676, 2222, 210, 'Villnachern', 474709800, 81597500, 0),
(127677, 2224, 210, 'Pfeffingen', 474598400, 75897500, 0),
(127678, 2226, 210, 'Bariswil', 470194700, 75270900, 0),
(127679, 2226, 210, 'Bonigen', 466873600, 78935000, 0),
(127680, 2226, 210, 'Bowil', 468930400, 76975700, 0),
(127681, 2226, 210, 'Burgistein', 467846400, 74998800, 0),
(127682, 2226, 210, 'Darligen', 466617500, 78080800, 0),
(127683, 2226, 210, 'Durrenroth', 470881600, 77913000, 0),
(127684, 2226, 210, 'Guggisberg', 467675600, 73294600, 0),
(127685, 2226, 210, 'Heimiswil', 470598900, 76550700, 0),
(127686, 2226, 210, 'Lenk', 464582600, 74429800, 0),
(127687, 2226, 210, 'Madiswil', 471646300, 77985800, 0),
(127688, 2226, 210, 'Muhlethurnen', 468134500, 75088100, 0),
(127689, 2226, 210, 'Reconvilier', 472343100, 72223900, 0),
(127690, 2226, 210, 'Rueggisberg', 468221600, 74389000, 0),
(127691, 2226, 210, 'Schupfen', 470366100, 73772300, 0),
(127692, 2226, 210, 'Seeberg', 471550500, 76666500, 0),
(127693, 2226, 210, 'Seedorf', 470344500, 73124900, 0),
(127694, 2226, 210, 'Trachselwald', 470169900, 77363900, 0),
(127695, 2226, 210, 'Wynau', 472557000, 78162600, 0),
(127696, 2226, 210, 'Wyssachen', 470785100, 78292200, 0),
(127697, 2227, 210, 'Ependes', 467536800, 71460900, 0),
(127698, 2227, 210, 'Heitenried', 468276200, 72994400, 0),
(127699, 2227, 210, 'Oberschrot', 467397900, 72689600, 0),
(127700, 2227, 210, 'Rechthalten', 467676600, 72402800, 0),
(127701, 2227, 210, 'Sankt Antoni', 468220700, 72609100, 0),
(127702, 2227, 210, 'Tafers', 468148300, 72185200, 0),
(127703, 2228, 210, 'Jussy', 462359000, 62670100, 0),
(127704, 2228, 210, 'Puplinge', 462104300, 62311400, 0),
(127705, 2230, 210, 'Jenaz', 469289200, 97127500, 0),
(127706, 2230, 210, 'Laax', 468045200, 92578700, 0),
(127707, 2230, 210, 'Rhazuns', 467986100, 93983700, 0),
(127708, 2230, 210, 'Samaden', 465341700, 98712200, 0),
(127709, 2231, 210, 'Gonten', 473272500, 93470500, 0),
(127710, 2232, 210, 'Bassecourt', 473382900, 72449400, 0),
(127711, 2232, 210, 'Vicques', 473510200, 74026600, 0),
(127712, 2233, 210, 'Beromunster', 472061200, 81926500, 0),
(127713, 2233, 210, 'Ettiswil', 471503100, 80175900, 0),
(127714, 2233, 210, 'Fluhli', 468839100, 80155800, 0),
(127715, 2233, 210, 'Hohenrain', 471808300, 83180200, 0),
(127716, 2233, 210, 'Luthern', 470575300, 79169200, 0),
(127717, 2233, 210, 'Mauensee', 471684700, 80661700, 0),
(127718, 2233, 210, 'Udligenswil', 470900500, 84033500, 0),
(127719, 2233, 210, 'Werthenstein', 470550700, 81066100, 0),
(127720, 2233, 210, 'Zell', 471367300, 79249500, 0),
(127721, 2234, 210, 'Dombresson', 470719200, 69592000, 0),
(127722, 2234, 210, 'Fontainemelon', 470549500, 68868000, 0),
(127723, 2234, 210, 'Gorgier', 469014300, 67798500, 0),
(127724, 2235, 210, 'Wolfenschiessen', 469032200, 83942300, 0),
(127725, 2237, 210, 'Amden', 471488800, 91423300, 0),
(127726, 2237, 210, 'Eggersriet', 474420200, 94690100, 0),
(127727, 2237, 210, 'Haggenschwil', 474942200, 93424700, 0),
(127728, 2237, 210, 'Mosnang', 473625200, 90429600, 0),
(127729, 2237, 210, 'Niederhelfenschwil', 474748700, 91854300, 0),
(127730, 2237, 210, 'Quarten', 471001600, 92340100, 0),
(127731, 2238, 210, 'Hallau', 476964800, 84582700, 0),
(127732, 2239, 210, 'Arth', 470633700, 85234800, 0),
(127733, 2239, 210, 'Vorderthal', 471209200, 89018500, 0),
(127734, 2240, 210, 'Himmelried', 474211100, 75965900, 0),
(127735, 2240, 210, 'Laupersdorf', 473142600, 76505300, 0),
(127736, 2240, 210, 'Niedererlinsbach', 473921800, 80050300, 0),
(127737, 2240, 210, 'Roschenz', 474236600, 74802400, 0),
(127738, 2240, 210, 'Welschenrohr', 472802900, 75263400, 0),
(127739, 2241, 210, 'Langrickenbach', 475940900, 92473800, 0),
(127740, 2241, 210, 'Munsterlingen', 476308900, 92349500, 0),
(127741, 2241, 210, 'Salmsach', 475569600, 93688900, 0),
(127742, 2242, 210, 'Acquarossa', 464517600, 89399900, 0),
(127743, 2242, 210, 'Cancori', 464594400, 88994400, 0),
(127744, 2242, 210, 'Cevio', 463160800, 86013100, 0),
(127745, 2242, 210, 'Claro', 462576300, 90225200, 0),
(127746, 2242, 210, 'Magadino', 461489200, 88561000, 0),
(127747, 2242, 210, 'Malvaglia', 464128200, 89792100, 0),
(127748, 2242, 210, 'Monte Bre', 460085580, 89864720, 0),
(127749, 2242, 210, 'Pura', 459864700, 88687700, 0),
(127750, 2243, 210, 'Burglen', 468756500, 86653900, 0),
(127751, 2244, 210, 'Baltschieder', 463088800, 78657000, 0),
(127752, 2244, 210, 'Evolene', 461134600, 74943600, 0),
(127753, 2244, 210, 'Grimisuat', 462617000, 73848900, 0),
(127754, 2244, 210, 'Grone', 462523700, 74536500, 0),
(127755, 2244, 210, 'Heremence', 461815300, 74049200, 0),
(127756, 2244, 210, 'Leytron', 461866000, 72078000, 0),
(127757, 2244, 210, 'Randogne', 463130500, 75108600, 0),
(127758, 2244, 210, 'Sankt Niklaus', 461770600, 78030700, 0),
(127759, 2244, 210, 'Tanay', 463450300, 68304100, 0),
(127760, 2244, 210, 'Turtmann', 463014800, 77019500, 0),
(127761, 2244, 210, 'Visperterminen', 462589900, 79019200, 0),
(127762, 2247, 210, 'Durnten', 472785600, 88415600, 0),
(127763, 2247, 210, 'Gruet', 473115100, 87833900, 0),
(127764, 2247, 210, 'Hadlikon', 472875000, 88571900, 0),
(127765, 2247, 210, 'Hofstetten', 474777800, 85064600, 0),
(127766, 2247, 210, 'Ober Urdorf', 473850700, 84258100, 0),
(127767, 2247, 210, 'Pfaffhausen', 473647600, 86237500, 0),
(127768, 2247, 210, 'Toss', 474789000, 87021500, 0),
(127769, 2248, 211, '''Ayn al Bayda', 356556800, 358885100, 0),
(127770, 2248, 211, '''Ayn ash Sharqiyah', 353306600, 360983600, 0),
(127771, 2248, 211, 'Al Qardahah', 354543600, 360592800, 0),
(127772, 2248, 211, 'Qutaylibiyah', 352915100, 360182100, 0),
(127773, 3157, 211, 'Khan Arnabah', 331837800, 358915800, 0),
(127774, 2249, 211, 'Mallah', 325079500, 368571900, 0),
(127775, 2249, 211, 'Salkhad', 324920000, 367111400, 0),
(127776, 2249, 211, 'Shaqqa', 328977400, 366965300, 0),
(127777, 2250, 211, 'Shaykh Miskin', 328294400, 361593300, 0),
(127778, 2253, 211, '''Afrin', 365159800, 368630500, 0),
(127779, 2253, 211, 'Jandayris', 363929600, 366896200, 0),
(127780, 2254, 211, 'Masyaf', 350664500, 363424000, 0),
(127781, 2254, 211, 'Muhradah', 352464700, 365725000, 0),
(127782, 2254, 211, 'Salamiyah', 350112700, 370532400, 0),
(127783, 2254, 211, 'Suqaylabiyah', 353667400, 363935900, 0),
(127784, 2254, 211, 'Tall Salhab', 352588400, 363846100, 0),
(127785, 2254, 211, 'Tayyibat al Imam', 352653900, 367114800, 0),
(127786, 2255, 211, 'Ar Rastan', 349265300, 367323800, 0),
(127787, 2255, 211, 'Shin', 347788800, 364219900, 0),
(127788, 2255, 211, 'Tadmur', 345607700, 382805500, 0),
(127789, 2255, 211, 'Tall Kalakh', 346684200, 362599500, 0),
(127790, 2257, 211, 'An Nabk', 340254700, 367283700, 0),
(127791, 2257, 211, 'Dayr ''Atiyah', 340959600, 367668200, 0),
(127792, 2257, 211, 'Douma', 335717500, 364027000, 0),
(127793, 2257, 211, 'Medaya', 336903200, 361035400, 0),
(127794, 2257, 211, 'Ruhaybah', 337442400, 367039400, 0),
(127795, 2257, 211, 'Saydnaya', 336976800, 363730100, 0),
(127796, 2258, 211, 'Ash Shaykh Badr', 349908100, 360790900, 0),
(127797, 2258, 211, 'Duraykish', 348967200, 361329200, 0),
(127798, 2258, 211, 'Hamidiyah', 347125500, 359449500, 0),
(127799, 2258, 211, 'Safsafah', 347351900, 360528300, 0),
(127800, 2258, 211, 'Satita', 348183600, 361137600, 0),
(127801, 2263, 213, 'Qurghonteppa', 378363900, 687802800, 0),
(127802, 3158, 213, 'Karakenja', 392358500, 715241200, 0),
(127803, 3158, 213, 'Tursunzoda', 385143700, 682332700, 0),
(127804, 2264, 213, 'Chkalovsk', 402341700, 696948100, 0),
(127805, 2264, 213, 'Isfara', 401264800, 706252600, 0),
(127806, 2266, 214, 'Kingori', -32833300, 369833300, 0),
(127807, 2266, 214, 'Mto wa Mbu', -33500000, 358500000, 0),
(127808, 2266, 214, 'Usa', -33666700, 368500000, 0),
(127809, 2273, 214, 'Tarime', -13500000, 343666700, 0),
(127810, 2274, 214, 'Ulenje', -89333300, 336833300, 0),
(127811, 2275, 214, 'Ifakara', -81333300, 366833300, 0),
(127812, 2275, 214, 'Kidatu', -76991600, 369572200, 0),
(127813, 2277, 214, 'Kasamwa', -28500000, 324333300, 0),
(127814, 2277, 214, 'Usagara', -26833300, 330000000, 0),
(127815, 3011, 214, 'Kilindoni', -79139000, 396668400, 0),
(127816, 3011, 214, 'Kisarawe', -69000000, 390666700, 0),
(127817, 3011, 214, 'Mbumi', -79057700, 392104700, 0),
(127818, 3159, 214, 'Mpanda', -63654600, 310409100, 0),
(127819, 2278, 214, 'Bariadi', -28000000, 339833300, 0),
(127820, 2278, 214, 'Ushirombo', -34919400, 319638900, 0),
(127821, 2278, 214, 'Uyovu', -32833300, 315258300, 0),
(127822, 2279, 214, 'Shelui', -43666700, 342000000, 0),
(127823, 2280, 214, 'Igurubi', -40000000, 337000000, 0),
(127824, 3013, 214, 'Koani Ndogo', -61333300, 392833300, 0),
(127825, 2284, 215, 'Chanuman', 162335600, 1050005000, 0),
(127826, 2284, 215, 'Lue Amnat', 156952100, 1046481700, 0),
(127827, 2284, 215, 'Pathum Ratchawongsa', 158920800, 1049061100, 0),
(127828, 2285, 215, 'Pa Mok', 144898900, 1004484700, 0),
(127829, 2285, 215, 'Pho Thong', 146673100, 1004087800, 0),
(127830, 2285, 215, 'Sam Ko', 146073500, 1002186000, 0),
(127831, 2285, 215, 'Sawaengha', 147518600, 1003248100, 0),
(127832, 2285, 215, 'Wiset Chaichan', 145945000, 1003382500, 0),
(127833, 2286, 215, 'Ban Kruat', 144231300, 1030997400, 0),
(127834, 2286, 215, 'Ban Mai Chaiyaphot', 155736100, 1028333100, 0),
(127835, 2286, 215, 'Chamni', 147862900, 1028227700, 0),
(127836, 2286, 215, 'Krasang', 149237500, 1033036800, 0),
(127837, 2286, 215, 'Lahan Sai', 144114200, 1028593600, 0),
(127838, 2286, 215, 'Lam Plai Mat', 150252000, 1028389400, 0),
(127839, 2286, 215, 'Na Pho', 156411300, 1029546200, 0),
(127840, 2286, 215, 'Non Din Daeng', 143135300, 1027481400, 0),
(127841, 2286, 215, 'Non Suwan', 145804400, 1025968900, 0),
(127842, 2286, 215, 'Phlapphla Chai', 147301100, 1031672800, 0),
(127843, 2286, 215, 'Prakhon Chai', 146059200, 1031208100, 0),
(127844, 2286, 215, 'Satuek', 152970300, 1032919200, 0),
(127845, 2287, 215, 'Ban Nam Priao', 138473900, 1010530600, 0),
(127846, 2287, 215, 'Bang Khla', 137214400, 1012081400, 0),
(127847, 2287, 215, 'Bang Nam Priao', 138473900, 1010530600, 0),
(127848, 2287, 215, 'Sanam Chai Khet', 136586400, 1014390600, 0),
(127849, 2288, 215, 'Manorom', 153099700, 1000828300, 0),
(127850, 2288, 215, 'Sapphaya', 151461600, 1002421500, 0),
(127851, 2288, 215, 'Wat Sing', 152598700, 1000404000, 0),
(127852, 2289, 215, 'Ban Khwao', 157777200, 1019072000, 0),
(127853, 2289, 215, 'Kaeng Khro', 161086400, 1022580800, 0),
(127854, 2289, 215, 'Kaset Sombun', 162805300, 1019542200, 0),
(127855, 2289, 215, 'Noen Sa-nga', 155642800, 1020012800, 0),
(127856, 2289, 215, 'Nong Bua Daeng', 160825600, 1018023100, 0),
(127857, 2289, 215, 'Nong Bua Rawe', 157493900, 1017599200, 0),
(127858, 2289, 215, 'Phakdi Chumphon', 159051700, 1014222800, 0),
(127859, 2289, 215, 'Sap Yai', 156373900, 1016167100, 0),
(127860, 2289, 215, 'Thep Sathit', 153924700, 1014506100, 0),
(127861, 2290, 215, 'Kaeng Hang Maeo', 130082500, 1019060800, 0),
(127862, 2290, 215, 'Khao Khitchakut', 128048100, 1021151400, 0),
(127863, 2290, 215, 'Pong Nam Ron', 129057500, 1022622500, 0),
(127864, 2291, 215, 'Hot', 181931700, 986103900, 0),
(127865, 2291, 215, 'Phrao', 193655600, 992020800, 0),
(127866, 2291, 215, 'Samoeng', 188480600, 987324200, 0),
(127867, 2291, 215, 'Wiang Haeng', 195570000, 986425000, 0),
(127868, 2292, 215, 'Chiang Khong', 202612500, 1004046100, 0),
(127869, 2292, 215, 'Mae Lao', 197900300, 996996700, 0),
(127870, 2292, 215, 'Thoeng', 196850800, 1001945600, 0),
(127871, 2292, 215, 'Wiang Chai', 198836100, 999331400, 0),
(127872, 2292, 215, 'Wiang Pa Pao', 193477800, 995077200, 0),
(127873, 2293, 215, 'Ko Si Chang', 131638800, 1008054700, 0),
(127874, 2294, 215, 'Lang Suan', 99456100, 990784700, 0),
(127875, 2294, 215, 'Pathio', 107090800, 993182000, 0),
(127876, 2294, 215, 'Sawi', 102368300, 991095800, 0),
(127877, 2294, 215, 'Thung Tako', 101102200, 990830600, 0),
(127878, 2295, 215, 'Huai Mek', 165897500, 1032354700, 0),
(127879, 2295, 215, 'Huai Phueng', 166463300, 1039085600, 0),
(127880, 2295, 215, 'Khao Wong', 167000800, 1040902000, 0),
(127881, 2295, 215, 'Khong Chai', 162602500, 1034582800, 0),
(127882, 2295, 215, 'Kuchinarai', 165410000, 1040500400, 0),
(127883, 2295, 215, 'Na Mon', 165765300, 1037871100, 0),
(127884, 2295, 215, 'Nong Kung Si', 166500000, 1033000000, 0),
(127885, 2295, 215, 'Sahatsakhan', 167123600, 1035202000, 0),
(127886, 2295, 215, 'Samran', 168632200, 1035410600, 0),
(127887, 2295, 215, 'Somdet', 167046200, 1037493400, 0),
(127888, 2295, 215, 'Tha Khantho', 169395300, 1032458600, 0),
(127889, 2296, 215, 'Khanu Woralaksaburi', 160617000, 998605800, 0),
(127890, 2296, 215, 'Khlong Khlung', 162163300, 997190600, 0),
(127891, 2296, 215, 'Kosamphi Nakhon', 166313100, 993497500, 0),
(127892, 2296, 215, 'Phran Kratai', 166651100, 995889400, 0),
(127893, 2297, 215, 'Dan Makham Tia', 138533900, 994104200, 0),
(127894, 2297, 215, 'Si Sawat', 145992200, 991140600, 0),
(127895, 2297, 215, 'Tha Muang', 139611800, 996412200, 0),
(127896, 2297, 215, 'Thong Pha Phum', 147434500, 986310100, 0),
(127897, 2298, 215, 'Chonnabot', 160886100, 1026217800, 0),
(127898, 2298, 215, 'Khok Pho Chai', 160837500, 1023990000, 0),
(127899, 2298, 215, 'Khuean Ubolratana', 167527000, 1026324400, 0),
(127900, 2298, 215, 'Kranuan', 167067200, 1030787800, 0),
(127901, 2298, 215, 'Nam Phong', 167022800, 1028557000, 0),
(127902, 2298, 215, 'Nong Na Kham', 168043000, 1023364700, 0),
(127903, 2298, 215, 'Phra Yuen', 163237800, 1026488900, 0),
(127904, 2298, 215, 'Pueai Noi', 158697800, 1029076700, 0),
(127905, 2298, 215, 'Si Chomphu', 167987800, 1021846600, 0),
(127906, 2298, 215, 'Waeng Yai', 159554700, 1025469000, 0),
(127907, 2298, 215, 'Wiang Kao', 166824700, 1022851100, 0),
(127908, 2299, 215, 'Ao Luek', 83780300, 987211700, 0),
(127909, 2299, 215, 'Khlong Thom', 79375000, 991445700, 0),
(127910, 2299, 215, 'Lam Thap', 80722800, 992922500, 0),
(127911, 2299, 215, 'Plai Phraya', 85327800, 988637000, 0),
(127912, 2301, 215, 'Ko Kha', 181922500, 993943300, 0),
(127913, 2301, 215, 'Mae Phrik', 174468800, 991142000, 0),
(127914, 2301, 215, 'Soem Ngam', 180650600, 992453700, 0),
(127915, 2301, 215, 'Sop Prap', 178805300, 993370000, 0),
(127916, 2301, 215, 'Thoen', 176128900, 992161200, 0),
(127917, 2301, 215, 'Wang Nuea', 191467800, 996193300, 0),
(127918, 2302, 215, 'Li', 178027000, 989509700, 0),
(127919, 2302, 215, 'Mae Tha', 184645600, 991402600, 0),
(127920, 2302, 215, 'Thung Hua Chang', 180000000, 990333300, 0),
(127921, 2302, 215, 'Wiang Nong Long', 184204300, 987496700, 0),
(127922, 2303, 215, 'Chiang Khan', 178938200, 1016599700, 0),
(127923, 2303, 215, 'Pha Khao', 170650700, 1020296500, 0),
(127924, 2303, 215, 'Phu Kradueng', 168842500, 1018846700, 0),
(127925, 2303, 215, 'Phu Luang', 171392000, 1016639200, 0),
(127926, 2303, 215, 'Phu Ruea', 174538000, 1013623100, 0),
(127927, 2303, 215, 'Tha Li', 176235500, 1014209900, 0),
(127928, 2304, 215, 'Khok Samrong', 150665000, 1007223300, 0),
(127929, 2304, 215, 'Lam Sonthi', 153014400, 1013638100, 0),
(127930, 2304, 215, 'Sa Bot', 152100600, 1008307600, 0),
(127931, 2304, 215, 'Tha Wung', 148110000, 1005033300, 0),
(127932, 2305, 215, 'Wiang Nuea', 193797200, 984464400, 0),
(127933, 2306, 215, 'Chiang Yuen', 164104200, 1030976800, 0),
(127934, 2306, 215, 'Kae Dam', 160239700, 1033844400, 0),
(127935, 2306, 215, 'Kosum Phisai', 162485800, 1030673900, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(127936, 2306, 215, 'Phayakkhaphum Phisai', 155163100, 1031936700, 0),
(127937, 2307, 215, 'Nikhom Kham Soi', 163716700, 1045514700, 0),
(127938, 2307, 215, 'Nong Sung', 164829900, 1043471200, 0),
(127939, 2307, 215, 'Wan Yai', 167222900, 1047413600, 0),
(127940, 2310, 215, 'Na Wa', 174897000, 1041005600, 0),
(127941, 2310, 215, 'Nathom', 177853600, 1040907200, 0),
(127942, 2310, 215, 'Pla Pak', 171806400, 1045260600, 0),
(127943, 2310, 215, 'Renu Nakhon', 170515700, 1046770900, 0),
(127944, 2311, 215, 'Ban Lueam', 156088900, 1021292200, 0),
(127945, 2311, 215, 'Chaloem Phra Kiat', 150050800, 1022703300, 0),
(127946, 2311, 215, 'Chok Chai', 147284400, 1021652400, 0),
(127947, 2311, 215, 'Khong', 154439200, 1023286200, 0),
(127948, 2311, 215, 'Nong Bunnak', 147394700, 1023656400, 0),
(127949, 2311, 215, 'Pak Thong Chai', 147226000, 1020251200, 0),
(127950, 2311, 215, 'Sung Noen', 148992000, 1018207500, 0),
(127951, 2311, 215, 'Wang Nam Khiao', 144180100, 1018611300, 0),
(127952, 2312, 215, 'Banphot Phisai', 159309400, 999816000, 0),
(127953, 2312, 215, 'Chum Ta Bong', 156319400, 995523100, 0),
(127954, 2312, 215, 'Chumsaeng', 158915200, 1003079500, 0),
(127955, 2312, 215, 'Lat Yao', 157510000, 997892500, 0),
(127956, 2312, 215, 'Mae Wong', 157816400, 995186400, 0),
(127957, 2312, 215, 'Phai Sali', 155976400, 1006585300, 0),
(127958, 2312, 215, 'Phayuha Khiri', 154552500, 1001353300, 0),
(127959, 2313, 215, 'Chaloem Phra Kiat', 81768900, 1000358100, 0),
(127960, 2313, 215, 'Ko Pha Ngan', 97577800, 1000291400, 0),
(127961, 2313, 215, 'Lan Saka', 83709700, 998056400, 0),
(127962, 2313, 215, 'Na Bon', 82616700, 995947200, 0),
(127963, 2313, 215, 'Pak Phanang', 83510900, 1002019500, 0),
(127964, 2313, 215, 'Phipun', 85603600, 996070300, 0),
(127965, 2313, 215, 'Phra Phrom', 83391100, 999009200, 0),
(127966, 2313, 215, 'Ron Phibun', 81791100, 998542500, 0),
(127967, 2313, 215, 'Tham Phannara', 84204400, 993951700, 0),
(127968, 2313, 215, 'Thung Yai', 83011900, 993661000, 0),
(127969, 2314, 215, 'Chaloem Phra Kiat', 195788100, 1010801100, 0),
(127970, 2314, 215, 'Na Muen', 181900000, 1006584700, 0),
(127971, 2314, 215, 'Na Noi', 183263900, 1007141700, 0),
(127972, 2314, 215, 'Phu Phiang', 187380300, 1008003100, 0),
(127973, 2314, 215, 'Santi Suk', 189137000, 1009417000, 0),
(127974, 2314, 215, 'Song Khwae', 193596400, 1007004200, 0),
(127975, 2314, 215, 'Tha Wang Pha', 191218900, 1008110600, 0),
(127976, 2314, 215, 'Thung Chang', 193878600, 1008762000, 0),
(127977, 2314, 215, 'Wiang Sa', 185985600, 1007410300, 0),
(127978, 2315, 215, 'Chanae', 60991400, 1016935300, 0),
(127979, 2315, 215, 'Si Sakhon', 62313700, 1015004800, 0),
(127980, 2316, 215, 'Na Klang', 173072000, 1021888600, 0),
(127981, 2316, 215, 'Non Sang', 168687000, 1025664200, 0),
(127982, 2316, 215, 'Si Bun Rueang', 169670500, 1022760700, 0),
(127983, 2316, 215, 'Suwanna Khuha', 175629200, 1022798900, 0),
(127984, 2316, 215, 'Suwannakhuha', 175629200, 1022798900, 0),
(127985, 2317, 215, 'Bueng Kan', 183630400, 1036519400, 0),
(127986, 2317, 215, 'Pak Khat', 183055600, 1033044100, 0),
(127987, 2317, 215, 'Phon Charoen', 180314300, 1037099600, 0),
(127988, 2317, 215, 'Phon Phisai', 180210600, 1030766400, 0),
(127989, 2317, 215, 'Phonphisai', 180210600, 1030766400, 0),
(127990, 2317, 215, 'Rattanawapi', 182136500, 1031796700, 0),
(127991, 2317, 215, 'Sangkhom', 180638900, 1022736400, 0),
(127992, 2317, 215, 'Seka', 179285100, 1039551900, 0),
(127993, 2317, 215, 'Si Wilai', 181818800, 1037479300, 0),
(127994, 2317, 215, 'So Phisai', 180772000, 1034432000, 0),
(127995, 2320, 215, 'Mae Lan', 66611400, 1012395800, 0),
(127996, 2320, 215, 'Mai Kaen', 66097500, 1016668600, 0),
(127997, 2320, 215, 'Sai Buri', 67013100, 1016167500, 0),
(127998, 2320, 215, 'Yarang', 67598600, 1012933900, 0),
(127999, 2320, 215, 'Yaring', 68661700, 1013689400, 0),
(128000, 2321, 215, 'Ko Yao', 81101400, 985923100, 0),
(128001, 2321, 215, 'Takua Thung', 83837300, 984512300, 0),
(128002, 2321, 215, 'Thap Put', 85162500, 986397200, 0),
(128003, 2322, 215, 'Khao Chaison', 74612500, 1001337200, 0),
(128004, 2322, 215, 'Kong Ra', 74027200, 999497200, 0),
(128005, 2322, 215, 'Pa Bon', 72694200, 1001703600, 0),
(128006, 2322, 215, 'Pak Phayun', 73489000, 1003201200, 0),
(128007, 2323, 215, 'Chun', 193369400, 1001347800, 0),
(128008, 2323, 215, 'Mae Chai', 193459700, 998140000, 0),
(128009, 2323, 215, 'Phu Kam Yao', 192705000, 999701100, 0),
(128010, 2324, 215, 'Chon Daen', 161895300, 1008595800, 0),
(128011, 2324, 215, 'Khao Kho', 166579100, 1010220800, 0),
(128012, 2324, 215, 'Nam Nao', 167675300, 1016691700, 0),
(128013, 2324, 215, 'Wang Pong', 163414700, 1007931700, 0),
(128014, 2324, 215, 'Wichian Buri', 156577800, 1011060300, 0),
(128015, 2325, 215, 'Kaeng Krachan', 129074200, 996479500, 0),
(128016, 2326, 215, 'Bang Mun Nak', 160278100, 1003791700, 0),
(128017, 2326, 215, 'Bueng Na Rang', 161712000, 1001253100, 0),
(128018, 2326, 215, 'Sak Lek', 165052800, 1004710300, 0),
(128019, 2326, 215, 'Thap Khlo', 161600300, 1005965600, 0),
(128020, 2327, 215, 'Bang Krathum', 165783100, 1003003400, 0),
(128021, 2327, 215, 'Chat Trakan', 172760600, 1006002200, 0),
(128022, 2327, 215, 'Noen Maprang', 165666700, 1006333300, 0),
(128023, 2327, 215, 'Phrom Phiram', 170330600, 1002019400, 0),
(128024, 2327, 215, 'Wang Thong', 168245800, 1004293600, 0),
(128025, 2327, 215, 'Wat Bot', 169811400, 1003319400, 0),
(128026, 2328, 215, 'Ban Phraek', 146468100, 1005761700, 0),
(128027, 2328, 215, 'Bang Ban', 143739400, 1004852800, 0),
(128028, 2328, 215, 'Bang Pahan', 144621700, 1005447800, 0),
(128029, 2328, 215, 'Bang Sai', 142124000, 1004965700, 0),
(128030, 2328, 215, 'Phachi', 144491400, 1007283300, 0),
(128031, 2328, 215, 'Tha Rua', 145673900, 1007259800, 0),
(128032, 2328, 215, 'Tha Ruea', 145512500, 1007282000, 0),
(128033, 2328, 215, 'Wang Noi', 142268900, 1007155000, 0),
(128034, 2329, 215, 'Rong Kwang', 183390300, 1003173600, 0),
(128035, 2329, 215, 'Sung Men', 180516100, 1001116100, 0),
(128036, 2329, 215, 'Wang Chin', 178997800, 996032800, 0),
(128037, 2331, 215, 'Ban Sang', 139950300, 1012209400, 0),
(128038, 2331, 215, 'Prachamtakham', 140644200, 1015150300, 0),
(128039, 2331, 215, 'Prachantakham', 140644200, 1015150300, 0),
(128040, 2331, 215, 'Si Mahosot', 138878000, 1014050100, 0),
(128041, 2332, 215, 'Kui Buri', 120828300, 998543100, 0),
(128042, 2332, 215, 'Sam Roi Yot', 122708100, 998720300, 0),
(128043, 2332, 215, 'Thap Sakae', 114996400, 996217000, 0),
(128044, 2333, 215, 'Kapoe', 95852200, 985961100, 0),
(128045, 2333, 215, 'La-Un', 101155600, 987499200, 0),
(128046, 2334, 215, 'Chom Bueng', 136196400, 995918600, 0),
(128047, 2334, 215, 'Wat Phleng', 134540700, 998863700, 0),
(128048, 2335, 215, 'Ban Khai', 127826100, 1012963900, 0),
(128049, 2335, 215, 'Wang Chan', 129364600, 1015230300, 0),
(128050, 2336, 215, 'At Samat', 158430800, 1038783900, 0),
(128051, 2336, 215, 'Changhan', 161387200, 1036038800, 0),
(128052, 2336, 215, 'Chaturaphak Phiman', 158457200, 1035572000, 0),
(128053, 2336, 215, 'Nong Hi', 156111700, 1039948400, 0),
(128054, 2336, 215, 'Si Somdet', 159979700, 1034878900, 0),
(128055, 2336, 215, 'Thawat Buri', 160385000, 1037464700, 0),
(128056, 2336, 215, 'Thung Khao Luang', 159939700, 1038626400, 0),
(128057, 2337, 215, 'Khlong Hat', 134517700, 1022982300, 0),
(128058, 2337, 215, 'Khok Sung', 138382400, 1026225400, 0),
(128059, 2338, 215, 'Ban Muang', 178508000, 1035693900, 0),
(128060, 2338, 215, 'Charoen Sin', 175792500, 1035403300, 0),
(128061, 2338, 215, 'Kham Ta Kla', 178523100, 1037565700, 0),
(128062, 2338, 215, 'Khok Si Suphan', 170435800, 1042731100, 0),
(128063, 2338, 215, 'Kusuman', 173325900, 1043314700, 0),
(128064, 2338, 215, 'Nikhom Nam Un', 171831400, 1037184200, 0),
(128065, 2338, 215, 'Phanna Nikhom', 173524500, 1038503200, 0),
(128066, 2338, 215, 'Tao Ngoi', 169968900, 1041667200, 0),
(128067, 2338, 215, 'Warichaphum', 172940900, 1036381600, 0),
(128068, 2339, 215, 'Ban Khlong Bang Sao Thong', 136417200, 1008327200, 0),
(128069, 2341, 215, 'Bang Khon Thi', 134690600, 999402100, 0),
(128070, 2342, 215, 'Don Phut', 145917500, 1006282800, 0),
(128071, 2342, 215, 'Nong Don', 146848800, 1007094000, 0),
(128072, 2342, 215, 'Nong Saeng', 144920800, 1007843100, 0),
(128073, 2342, 215, 'Wang Muang', 148453600, 1011343600, 0),
(128074, 2343, 215, 'Khuan Don', 67875800, 1000777800, 0),
(128075, 2343, 215, 'Khuan Kalong', 68453800, 1000714800, 0),
(128076, 2344, 215, 'In Buri', 150078700, 1003269100, 0),
(128077, 2344, 215, 'Tha Chang', 147614200, 1003898900, 0),
(128078, 2345, 215, 'Benchalak', 147958300, 1046701700, 0),
(128079, 2345, 215, 'Bueng Bun', 153304400, 1040460600, 0),
(128080, 2345, 215, 'Huai Thap Than', 150533300, 1040275400, 0),
(128081, 2345, 215, 'Kanthararom', 151032300, 1045734300, 0),
(128082, 2345, 215, 'Khun Han', 146173900, 1044250600, 0),
(128083, 2345, 215, 'Nam Kliang', 149273100, 1045130300, 0),
(128084, 2345, 215, 'Non Kho', 149166600, 1047252200, 0),
(128085, 2345, 215, 'Phayu', 149085100, 1043910000, 0),
(128086, 2345, 215, 'Phu Sing', 145474400, 1041316700, 0),
(128087, 2345, 215, 'Rasi Salai', 153446600, 1041547600, 0),
(128088, 2345, 215, 'Si Rattana', 147932800, 1044692200, 0),
(128089, 2345, 215, 'Uthumphon Phisai', 151116100, 1041401100, 0),
(128090, 2345, 215, 'Wang Hin', 149478300, 1042309700, 0),
(128091, 2345, 215, 'Yang Chum Noi', 152645300, 1043976900, 0),
(128092, 2346, 215, 'Khuan Niang', 71913800, 1003535500, 0),
(128093, 2346, 215, 'Krasae Sin', 76154800, 1003284200, 0),
(128094, 2346, 215, 'Ranot', 77776800, 1003213400, 0),
(128095, 2346, 215, 'Saba Yoi', 66175000, 1009518900, 0),
(128096, 2346, 215, 'Sathing Phra', 74730300, 1004390800, 0),
(128097, 2347, 215, 'Ban Na', 170305600, 997525000, 0),
(128098, 2347, 215, 'Khiri Mat', 168333300, 998000000, 0),
(128099, 2347, 215, 'Kong Krailat', 169519700, 999777000, 0),
(128100, 2347, 215, 'Sawankhalok', 173159700, 998318600, 0),
(128101, 2347, 215, 'Si Satchanalai', 175169200, 997597800, 0),
(128102, 2347, 215, 'Thung Saliam', 173210600, 995609200, 0),
(128103, 2348, 215, 'Bang Pla Ma', 143960400, 1001587000, 0),
(128104, 2348, 215, 'Dan Chang', 148418300, 996975600, 0),
(128105, 2348, 215, 'Doembang Nangbuat', 148542800, 1000977200, 0),
(128106, 2348, 215, 'Don Chedi', 146349700, 1000209700, 0),
(128107, 2348, 215, 'Sam Chuk', 147576300, 1000899200, 0),
(128108, 2349, 215, 'Ban Na Doem', 88836100, 993101400, 0),
(128109, 2349, 215, 'Ban Na San', 88003600, 993637200, 0),
(128110, 2349, 215, 'Chai Buri', 84622200, 990763100, 0),
(128111, 2349, 215, 'Kanchanadit', 91661100, 994701400, 0),
(128112, 2349, 215, 'Khiri Rat Nikhom', 90302000, 989528600, 0),
(128113, 2350, 215, 'Chom Phra', 151181400, 1036074300, 0),
(128114, 2350, 215, 'Khwao Sinarin', 150024400, 1035915400, 0),
(128115, 2350, 215, 'Non Narai', 152376400, 1039133300, 0),
(128116, 2350, 215, 'Phanom Dong Rak', 144457500, 1033050800, 0),
(128117, 2350, 215, 'Sangkha', 146362000, 1038527800, 0),
(128118, 2350, 215, 'Si Narong', 147673600, 1038739200, 0),
(128119, 2351, 215, 'Mae Ramat', 169840300, 985166500, 0),
(128120, 2351, 215, 'Tha Song Yang', 172270800, 982257200, 0),
(128121, 2351, 215, 'Umphang', 160162200, 988627000, 0),
(128122, 2351, 215, 'Wang Chao', 166744000, 992690300, 0),
(128123, 2352, 215, 'Sikao', 75715800, 993449400, 0),
(128124, 2353, 215, 'Bo Rai', 125728300, 1025371400, 0),
(128125, 2353, 215, 'Khlong Yai', 117764400, 1028856700, 0),
(128126, 2354, 215, 'Buntharik', 147563900, 1054114700, 0),
(128127, 2354, 215, 'Det Udom', 149059800, 1050783600, 0),
(128128, 2354, 215, 'Don Mot Daeng', 153790300, 1050278600, 0),
(128129, 2354, 215, 'Khemarat', 160425200, 1052183600, 0),
(128130, 2354, 215, 'Khueang Nai', 153898900, 1045508300, 0),
(128131, 2354, 215, 'Kut Khaopun', 157926700, 1049981400, 0),
(128132, 2354, 215, 'Lao Sua Kok', 154183000, 1049236300, 0),
(128133, 2354, 215, 'Lao Suea Kok', 154066100, 1049235800, 0),
(128134, 2354, 215, 'Nam Khun', 145838600, 1049248100, 0),
(128135, 2354, 215, 'Phibun Mangsahan', 152446700, 1052290800, 0),
(128136, 2354, 215, 'Pho Sai', 158258600, 1052606400, 0),
(128137, 2354, 215, 'Sirindhorn', 152008400, 1053922200, 0),
(128138, 2354, 215, 'Thung Si Udom', 147330300, 1049089700, 0),
(128139, 2354, 215, 'Trakan Phut Phon', 156118300, 1050214700, 0),
(128140, 2355, 215, 'Ban Na Muang', 172382400, 1030089200, 0),
(128141, 2355, 215, 'Ku Kaeo', 171721400, 1031530300, 0),
(128142, 2355, 215, 'Na Yung', 178974700, 1021498100, 0),
(128143, 2355, 215, 'Nam Som', 177703600, 1021894700, 0),
(128144, 2355, 215, 'Nong Han', 173608300, 1031053300, 0),
(128145, 2355, 215, 'Nong Saeng', 171673900, 1027808100, 0),
(128146, 2355, 215, 'Nong Wua So', 171626100, 1025727200, 0),
(128147, 2355, 215, 'Phen', 176961400, 1029068900, 0),
(128148, 2355, 215, 'Phibun Rak', 175531200, 1030579400, 0),
(128149, 2355, 215, 'Thung Fon', 174716700, 1032603300, 0),
(128150, 2355, 215, 'Wang Sam Mo', 169529400, 1034365000, 0),
(128151, 2356, 215, 'Huai Khot', 152909400, 996166100, 0),
(128152, 2356, 215, 'Nong Khayang', 153640000, 999293900, 0),
(128153, 2357, 215, 'Lap Lae', 176521100, 1000389200, 0),
(128154, 2357, 215, 'Laplae', 176521100, 1000389200, 0),
(128155, 2357, 215, 'Phichai', 172876400, 1000867000, 0),
(128156, 2357, 215, 'Thong Saen Khan', 174759200, 1003336100, 0),
(128157, 2358, 215, 'Ban Nang Sata', 62663800, 1012646100, 0),
(128158, 2358, 215, 'Ka Bang', 64153600, 1010545600, 0),
(128159, 2358, 215, 'Krong Pi Nang', 64112000, 1012739400, 0),
(128160, 2358, 215, 'Than To', 61673900, 1011800800, 0),
(128161, 2359, 215, 'Kham Khuean Kaeo', 156523300, 1043086100, 0),
(128162, 2359, 215, 'Loeng Nok Tha', 162075000, 1045552800, 0),
(128163, 2359, 215, 'Sai Mun', 159449500, 1042081200, 0),
(128164, 2359, 215, 'Thai Charoen', 160664500, 1044401800, 0),
(128165, 3160, 217, 'Sotouboua', 85666700, 9833300, 0),
(128166, 2375, 221, 'Shurban', 352858100, 103858000, 0),
(128167, 2375, 221, 'Sidi ''Ulwan', 353750500, 109389900, 0),
(128168, 2376, 221, 'Al Wardanin', 357091500, 106739700, 0),
(128169, 2376, 221, 'Lamtah', 356666700, 108833300, 0),
(128170, 2376, 221, 'Manzil Kamil', 356247700, 106672700, 0),
(128171, 2376, 221, 'Sidi Bin Nur', 355333300, 109166700, 0),
(128172, 2376, 221, 'Tuzah', 356354400, 108273200, 0),
(128173, 2379, 221, 'Al Matlin', 372451600, 100500000, 0),
(128174, 2379, 221, 'Dawwar Tinjah', 371666700, 97500000, 0),
(128175, 2379, 221, 'Ghar al Milh', 371693900, 101906400, 0),
(128176, 2379, 221, 'Menzel Abderhaman', 372373700, 98631300, 0),
(128177, 2379, 221, 'Menzel Bourguiba', 371536800, 97859400, 0),
(128178, 2380, 221, 'El Ksour', 358960700, 88849300, 0),
(128179, 2380, 221, 'Nibbar', 362941100, 87665700, 0),
(128180, 2383, 221, 'Al Firnanah', 366554700, 86960200, 0),
(128181, 2383, 221, 'Wadi Maliz', 364681300, 85495100, 0),
(128182, 2384, 221, 'Haffouz', 356323500, 96762400, 0),
(128183, 2384, 221, 'Sbikha', 359332500, 100208100, 0),
(128184, 2385, 221, 'Thala', 355724400, 86703100, 0),
(128185, 2387, 221, 'Bani Khaddash', 332528000, 101988300, 0),
(128186, 2387, 221, 'Bin Qirdan', 331378300, 112196500, 0),
(128187, 2387, 221, 'Zarzis', 335039800, 111121600, 0),
(128188, 2389, 221, 'Beni Khiar', 364691700, 107822200, 0),
(128189, 2389, 221, 'Bu ''Urqub', 365385300, 105509300, 0),
(128190, 2389, 221, 'El Maamoura', 364649900, 108061200, 0),
(128191, 2390, 221, 'Skhira', 342992000, 100699900, 0),
(128192, 2391, 221, 'Jilma', 352731100, 94238500, 0),
(128193, 2392, 221, 'Bu ''Aradah', 363525100, 96217500, 0),
(128194, 2392, 221, 'Qa''fur', 363204500, 93242400, 0),
(128195, 2393, 221, 'Sidi el Hani', 356713900, 103158300, 0),
(128196, 2394, 221, 'Remada', 323166200, 103955100, 0),
(128197, 2395, 221, 'Degache', 339760600, 82081000, 0),
(128198, 2395, 221, 'Tamaghzah', 343884900, 79431300, 0),
(128199, 2396, 221, 'La Sebala du Mornag', 366793100, 102919500, 0),
(128200, 2398, 222, 'Aladag', 375485000, 353960300, 0),
(128201, 2399, 222, 'Celikhan', 380341700, 382433300, 0),
(128202, 2399, 222, 'Gerger', 380301200, 390332500, 0),
(128203, 2399, 222, 'Samsat', 375819400, 384741700, 0),
(128204, 2399, 222, 'Tut', 377952900, 379161000, 0),
(128205, 2400, 222, 'Evciler', 380413900, 298866700, 0),
(128206, 2400, 222, 'Hocalar', 385666700, 300000000, 0),
(128207, 2403, 222, 'Dedekoy', 407475200, 350424900, 0),
(128208, 2405, 222, 'Akseki', 370486100, 317900000, 0),
(128209, 2405, 222, 'Ibradi', 370969400, 315991700, 0),
(128210, 2406, 222, 'Damal', 413403500, 428393600, 0),
(128211, 2406, 222, 'Posof', 415111100, 427291700, 0),
(128212, 2406, 222, 'Zurzuna', 411280600, 431336100, 0),
(128213, 2408, 222, 'Buharkent', 379639600, 287427000, 0),
(128214, 2408, 222, 'Yenipazar', 378241900, 281971700, 0),
(128215, 2411, 222, 'Balpinar', 378683300, 410547200, 0),
(128216, 2411, 222, 'Besiri', 379183800, 412924000, 0),
(128217, 2411, 222, 'Gercus', 375651000, 413916100, 0),
(128218, 2411, 222, 'Sason', 383364400, 414130200, 0),
(128219, 2413, 222, 'Inhisar', 400493200, 303852100, 0),
(128220, 2414, 222, 'Karliova', 392983300, 410141700, 0),
(128221, 2414, 222, 'Yedisu', 394330600, 405441700, 0),
(128222, 2415, 222, 'Guroymak', 385773900, 420281100, 0),
(128223, 2416, 222, 'Dortdivan', 407205200, 320631400, 0),
(128224, 2416, 222, 'Mudurnu', 404650000, 312125000, 0),
(128225, 2416, 222, 'Yenicaga', 407605600, 320202800, 0),
(128226, 2417, 222, 'Aglasun', 376494400, 305341700, 0),
(128227, 2417, 222, 'Altinyayla', 370087700, 295459300, 0),
(128228, 2417, 222, 'Karamanli', 373730100, 298230800, 0),
(128229, 2418, 222, 'Cerrah', 400712400, 294466100, 0),
(128230, 2418, 222, 'Kirazli', 400997200, 290427800, 0),
(128231, 2418, 222, 'Kursunlu', 400336100, 296647200, 0),
(128232, 2418, 222, 'Yenice', 397609000, 289072800, 0),
(128233, 2418, 222, 'Yenikoy', 405356800, 293536400, 0),
(128234, 2419, 222, 'Behram', 394934400, 263331600, 0),
(128235, 2420, 222, 'Ilgaz', 409251100, 336258600, 0),
(128236, 2420, 222, 'Sabanozu', 404824900, 332835200, 0),
(128237, 2421, 222, 'Oguzlar', 407535300, 347027500, 0),
(128238, 2421, 222, 'Ortakoy', 402735200, 352517500, 0),
(128239, 2422, 222, 'Babadag', 378088500, 288787700, 0),
(128240, 2422, 222, 'Bekilli', 382310500, 294197000, 0),
(128241, 2422, 222, 'Bozkurt', 378241700, 296097200, 0),
(128242, 2423, 222, 'Hazro', 382533300, 407816700, 0),
(128243, 2426, 222, 'Baskil', 385679100, 388238200, 0),
(128244, 2426, 222, 'Keban', 387977800, 387336100, 0),
(128245, 2428, 222, 'Karacoban', 393491900, 421123900, 0),
(128246, 2428, 222, 'Tekman', 396436100, 415077800, 0),
(128247, 2429, 222, 'Alpu', 397605600, 309580600, 0),
(128248, 2429, 222, 'Beylikova', 396869400, 312055600, 0),
(128249, 2429, 222, 'Mihalgazi', 400166700, 305666700, 0),
(128250, 2429, 222, 'Seyitgazi', 394447200, 306947200, 0),
(128251, 2429, 222, 'Sivrihisar', 394503700, 315340900, 0),
(128252, 2430, 222, 'Oguzeli', 369657200, 375133900, 0),
(128253, 2431, 222, 'Canakci', 409117900, 389989800, 0),
(128254, 2431, 222, 'Nefsipiraziz', 409333300, 381333300, 0),
(128255, 2431, 222, 'Yaglidere', 408600000, 386244400, 0),
(128256, 2432, 222, 'Kose', 402100000, 396511100, 0),
(128257, 2433, 222, 'Cukurca', 372480600, 436136100, 0),
(128258, 2434, 222, 'Acikdere', 362236300, 362587600, 0),
(128259, 2434, 222, 'Fatikli', 361150000, 362481700, 0),
(128260, 2434, 222, 'Guzelkoy', 365961600, 362348000, 0),
(128261, 2434, 222, 'Tepehan', 361585300, 362286000, 0),
(128262, 2436, 222, 'Gelendost', 381208300, 310152800, 0),
(128263, 2436, 222, 'Sarkikaraagac', 380794400, 313663900, 0),
(128264, 2436, 222, 'Uluborlu', 380777800, 304572200, 0),
(128265, 2438, 222, 'Karaburun', 386396700, 265111000, 0),
(128266, 2439, 222, 'Andirin', 375775700, 363549200, 0),
(128267, 2441, 222, 'Basyayla', 367533700, 326801800, 0),
(128268, 2443, 222, 'Azdavay', 416426700, 333000000, 0),
(128269, 2443, 222, 'Catalzeytin', 419531400, 342162700, 0),
(128270, 2443, 222, 'Daday', 414786600, 334666700, 0),
(128271, 2443, 222, 'Hanonu', 416270500, 344666700, 0),
(128272, 2443, 222, 'Inebolu', 419747200, 337608300, 0),
(128273, 2444, 222, 'Pinarbasi', 387228500, 363931400, 0),
(128274, 2444, 222, 'Sariz', 384791700, 364989800, 0),
(128275, 2445, 222, 'Elbeyli', 366741700, 374666700, 0),
(128276, 2446, 222, 'Baliseyh', 399141100, 337233300, 0),
(128277, 2447, 222, 'Pehlivankoy', 413481200, 269252200, 0),
(128278, 2448, 222, 'Akcakent', 396227800, 340958300, 0),
(128279, 2449, 222, 'Ulasli', 407058300, 296960800, 0),
(128280, 2449, 222, 'Yalakdere', 406047200, 295638900, 0),
(128281, 2450, 222, 'Ahirli', 372387400, 321188100, 0),
(128282, 2450, 222, 'Akoren', 374534500, 323707000, 0),
(128283, 2450, 222, 'Celtik', 390244400, 317905600, 0),
(128284, 2450, 222, 'Guneysinir', 372694400, 327289800, 0),
(128285, 2450, 222, 'Huyuk', 379538800, 315963900, 0),
(128286, 2450, 222, 'Kadinhani', 382397200, 322113900, 0),
(128287, 2450, 222, 'Kuyulusebil', 386538900, 325297200, 0),
(128288, 2450, 222, 'Yalihuyuk', 373007700, 320854800, 0),
(128289, 2450, 222, 'Yarma', 378114900, 328827800, 0),
(128290, 2450, 222, 'Yunak', 388141800, 317322400, 0),
(128291, 2451, 222, 'Aslanapa', 392158100, 298699000, 0),
(128292, 2451, 222, 'Pazarlar', 389950000, 291258300, 0),
(128293, 2453, 222, 'Koprubasi', 387497200, 284047200, 0),
(128294, 2454, 222, 'Baglica', 375272200, 406850000, 0),
(128295, 2454, 222, 'Baskavak', 375682400, 408958000, 0),
(128296, 2454, 222, 'Hocakoy', 371420700, 405014900, 0),
(128297, 2454, 222, 'Kindirip', 374470300, 412210400, 0),
(128298, 2454, 222, 'Ortakoy', 372221500, 407851700, 0),
(128299, 2454, 222, 'Yesilli', 373405000, 408255800, 0),
(128300, 2456, 222, 'Yaniklar', 367082700, 290508100, 0),
(128301, 2457, 222, 'Varto', 391732100, 414559300, 0),
(128302, 2460, 222, 'Ulubey', 408721400, 377587600, 0),
(128303, 2462, 222, 'Derepazari', 410239800, 404233200, 0),
(128304, 2462, 222, 'Nurluca', 410226800, 408983400, 0),
(128305, 2465, 222, 'Bozova', 373625000, 385266700, 0),
(128306, 2465, 222, 'Dorumali', 368050000, 388530600, 0),
(128307, 2465, 222, 'Halfeti', 372472900, 378689600, 0),
(128308, 2465, 222, 'Isiklar', 369941700, 401263900, 0),
(128309, 2465, 222, 'Kucukkendirci', 369058300, 383461100, 0),
(128310, 2465, 222, 'Yamacalti', 369713900, 389422200, 0),
(128311, 2466, 222, 'Gokcekoru', 379721500, 424390000, 0),
(128312, 2466, 222, 'Kayabaglar', 379825000, 416652800, 0),
(128313, 2466, 222, 'Tasli', 379938900, 421416700, 0),
(128314, 2467, 222, 'Sarayduzu', 413286500, 348468600, 0),
(128315, 2468, 222, 'Balli', 374133300, 428394400, 0),
(128316, 2468, 222, 'Kizilsu', 374486100, 421930600, 0),
(128317, 2468, 222, 'Ortabag', 373958300, 429136100, 0),
(128318, 2468, 222, 'Senoba', 374619400, 427130600, 0),
(128319, 2468, 222, 'Uludere', 374450000, 428616700, 0),
(128320, 2469, 222, 'Dogansar', 402166700, 375333300, 0),
(128321, 2473, 222, 'Hozat', 391082900, 392212700, 0),
(128322, 2473, 222, 'Pertek', 388663300, 393268400, 0),
(128323, 2474, 222, 'Esme', 383997600, 289690500, 0),
(128324, 2474, 222, 'Guellue', 382697200, 291080600, 0),
(128325, 2475, 222, 'Baskale', 380452600, 440171800, 0),
(128326, 2476, 222, 'Kocadere', 406300000, 290300000, 0),
(128327, 2477, 222, 'Kadisehri', 399956800, 357919300, 0),
(128328, 3161, 223, 'Balkanabat', 395107500, 543671300, 0),
(128329, 3161, 223, 'Turkmenbasy', 400221600, 529551800, 0),
(128330, 3016, 223, 'Turkmenabat', 390732800, 635786200, 0),
(128331, 3162, 223, 'Bayramaly', 376185200, 621671500, 0),
(128332, 3163, 226, 'Arua', 30191700, 309308300, 0),
(128333, 3164, 226, 'Fort Portal', 6617400, 302748000, 0),
(128334, 3165, 226, 'Masaka', -3337900, 317340900, 0),
(128335, 3166, 226, 'Mbale', 10820900, 341750300, 0),
(128336, 3167, 226, 'Mukono', 3533300, 327552800, 0),
(128337, 2487, 226, 'Bweyogerere', 3558300, 326672200, 0),
(128338, 2487, 226, 'Kajansi', 2080600, 325222200, 0),
(128339, 2488, 227, 'Chornobay', 496707900, 323238700, 0),
(128340, 2488, 227, 'Chyhyryn', 490837600, 326554900, 0),
(128341, 2488, 227, 'Horodyshche', 492848900, 314451300, 0),
(128342, 2488, 227, 'Korsun''-Shevchenkivs''kyy', 494189400, 312586500, 0),
(128343, 2488, 227, 'Lysyanka', 492522900, 308294600, 0),
(128344, 2488, 227, 'Mleyev', 493443400, 315339000, 0),
(128345, 2488, 227, 'Monastyryshche', 489909000, 298047000, 0),
(128346, 2488, 227, 'Moshny', 495147300, 317475700, 0),
(128347, 2488, 227, 'Shpola', 490068700, 313947100, 0),
(128348, 2488, 227, 'Steblev', 494018600, 310976400, 0),
(128349, 2488, 227, 'Verkhnyachka', 488284900, 300395700, 0),
(128350, 2488, 227, 'Zhashkiv', 492454500, 301102000, 0),
(128351, 2488, 227, 'Zvenyhorodka', 490786600, 309675400, 0),
(128352, 2489, 227, 'Berezna', 515716000, 317845600, 0),
(128353, 2489, 227, 'Borzna', 512546400, 324269000, 0),
(128354, 2489, 227, 'Desna', 509273100, 307604800, 0),
(128355, 2489, 227, 'Kholmy', 518709600, 326006300, 0),
(128356, 2489, 227, 'Kobyzhcha', 508285400, 315043900, 0),
(128357, 2489, 227, 'Korop', 515663800, 329586100, 0),
(128358, 2489, 227, 'Koryukivka', 517687700, 322481300, 0),
(128359, 2489, 227, 'Kozelets', 509133400, 311214000, 0),
(128360, 2489, 227, 'Kruty', 510597400, 321063400, 0),
(128361, 2489, 227, 'Kulykivka', 513734500, 316466100, 0),
(128362, 2489, 227, 'Mena', 515217000, 322156800, 0),
(128363, 2489, 227, 'Olishevka', 512226600, 313331400, 0),
(128364, 2489, 227, 'Oster', 509506000, 308822900, 0),
(128365, 2489, 227, 'Ripky', 518010500, 310838300, 0),
(128366, 2489, 227, 'Sribne', 506638400, 329186700, 0),
(128367, 2489, 227, 'Talalayivka', 509578300, 319208500, 0),
(128368, 2490, 227, 'Banyliv', 483661200, 253454900, 0),
(128369, 2490, 227, 'Berehomet', 481788200, 253485500, 0),
(128370, 2490, 227, 'Boyany', 482707700, 261262400, 0),
(128371, 2490, 227, 'Chudey', 480524700, 256220800, 0),
(128372, 2490, 227, 'Davydivka', 481209900, 255646100, 0),
(128373, 2490, 227, 'Hlyboka', 480897100, 259293300, 0),
(128374, 2490, 227, 'Kadubivtsi', 485833700, 257687100, 0),
(128375, 2490, 227, 'Khotyn', 485069300, 264912100, 0),
(128376, 2490, 227, 'Klishkivtsi', 484316100, 262623100, 0),
(128377, 2490, 227, 'Kostryzhivka', 486545500, 257131600, 0),
(128378, 2490, 227, 'Luzhany', 483649200, 257717300, 0),
(128379, 2490, 227, 'Marshintsy', 482175100, 262913300, 0),
(128380, 2490, 227, 'Molodiya', 482232600, 260213900, 0),
(128381, 2490, 227, 'Nyzhni Petrivtsi', 480284700, 257232700, 0),
(128382, 2490, 227, 'Shypyntsi', 483767700, 257466400, 0),
(128383, 2491, 227, 'Chervonohryhorivka', 476229800, 345388700, 0),
(128384, 2491, 227, 'Gubinikha', 488108300, 352547200, 0),
(128385, 2491, 227, 'Krynychky', 483755100, 344670100, 0),
(128386, 2491, 227, 'Lykhivka', 486873500, 339227900, 0),
(128387, 2491, 227, 'Petrykivka', 487297800, 346351300, 0),
(128388, 2491, 227, 'Piatykhatky', 484133300, 337105600, 0),
(128389, 2491, 227, 'Shyroke', 476917300, 332571400, 0),
(128390, 2491, 227, 'Sofiyivka', 480492700, 338746200, 0),
(128391, 2491, 227, 'Solone', 482080500, 348720800, 0),
(128392, 2491, 227, 'Sursko-Mikhaylovka', 482720200, 347275900, 0),
(128393, 2491, 227, 'Tomakivka', 478156900, 347413700, 0),
(128394, 2491, 227, 'Tsarychanka', 489369700, 344786000, 0),
(128395, 2491, 227, 'Vyshchetarasivka', 475685000, 348809600, 0),
(128396, 2491, 227, 'Vyshneve', 484366100, 339161800, 0),
(128397, 2492, 227, 'Amvrosiyivka', 477934800, 384776800, 0),
(128398, 2492, 227, 'Bezimenne', 471071600, 379381500, 0),
(128399, 2492, 227, 'Blahodatne', 478792800, 384849200, 0),
(128400, 2492, 227, 'Dokuchayevsk', 477477300, 376738400, 0),
(128401, 2492, 227, 'Ilovays''k', 479249800, 382023600, 0),
(128402, 2492, 227, 'Krasnotorka', 486820400, 375326600, 0),
(128403, 2492, 227, 'Manhush', 470558200, 373106800, 0),
(128404, 2492, 227, 'Novoazovs''k', 471138900, 380859900, 0),
(128405, 2492, 227, 'Novyy Svit', 478059100, 380211200, 0),
(128406, 2492, 227, 'Rassypnoye', 481496600, 385761800, 0),
(128407, 2492, 227, 'Starobesheve', 477503800, 380305100, 0),
(128408, 2492, 227, 'Stozhkovskoye', 481133300, 384925000, 0),
(128409, 2492, 227, 'Svyatogorsk', 490333300, 375666700, 0),
(128410, 2493, 227, 'Bili Oslavy', 484872200, 247007800, 0),
(128411, 2493, 227, 'Chernelytsya', 488120700, 254247700, 0),
(128412, 2493, 227, 'Chernyatyn', 486603400, 254483200, 0),
(128413, 2493, 227, 'Chornoliztsi', 488303400, 248957600, 0),
(128414, 2493, 227, 'Horodenka', 486727400, 255016300, 0),
(128415, 2493, 227, 'Kosiv', 483107100, 250957500, 0),
(128416, 2493, 227, 'Kremintsi', 483455800, 245783600, 0),
(128417, 2493, 227, 'Lanchyn', 485578100, 247562200, 0),
(128418, 2493, 227, 'Nebyliv', 488152600, 242165700, 0),
(128419, 2493, 227, 'Novytsya', 489634500, 243354200, 0),
(128420, 2493, 227, 'Obertyn', 487003200, 251701200, 0),
(128421, 2493, 227, 'Sadzhavka', 485660300, 247882000, 0),
(128422, 2493, 227, 'Sheshory', 483319700, 249832900, 0),
(128423, 2493, 227, 'Svarychiv', 489622000, 241965800, 0),
(128424, 2493, 227, 'Tysmenychany', 487716800, 246662600, 0),
(128425, 2493, 227, 'Tysmenytsya', 489021900, 248448200, 0),
(128426, 2493, 227, 'Verkhniy Yasenov', 481615600, 249453200, 0),
(128427, 2493, 227, 'Vorokhta', 482845900, 245653600, 0),
(128428, 2493, 227, 'Yabluniv', 484041800, 249387400, 0),
(128429, 2493, 227, 'Yablunytsya', 483174200, 244844800, 0),
(128430, 2494, 227, 'Barvinkove', 489097000, 370205100, 0),
(128431, 2494, 227, 'Blyznyuky', 488577500, 365550500, 0),
(128432, 2494, 227, 'Borova', 493777000, 376213600, 0),
(128433, 2494, 227, 'Dvorichna', 498496300, 376856800, 0),
(128434, 2494, 227, 'Huty', 501332200, 353439400, 0),
(128435, 2494, 227, 'Kehychivka', 492865600, 357615300, 0),
(128436, 2494, 227, 'Kivsharivka', 496212500, 377035700, 0),
(128437, 2494, 227, 'Kolomak', 498398600, 353044200, 0),
(128438, 2494, 227, 'Korotych', 499455200, 360405700, 0),
(128439, 2494, 227, 'Krasnokutsk', 500660200, 351627500, 0),
(128440, 2494, 227, 'Krasnopavlivka', 491364300, 363191100, 0),
(128441, 2494, 227, 'Lyman', 495948000, 364671100, 0),
(128442, 2494, 227, 'Lyubotyn', 499469100, 359290700, 0),
(128443, 2494, 227, 'Malynivka', 498166700, 367333300, 0),
(128444, 2494, 227, 'Manchenky', 499798200, 358583500, 0),
(128445, 2494, 227, 'Panyutyne', 489369200, 362756300, 0),
(128446, 2494, 227, 'Peresichna', 500241300, 359825900, 0),
(128447, 2494, 227, 'Prudyanka', 502360600, 361683500, 0),
(128448, 2494, 227, 'Sakhnovshchyna', 491516600, 358719800, 0),
(128449, 2494, 227, 'Savyntsi', 494025700, 370626600, 0),
(128450, 2494, 227, 'Shevchenkove', 496958500, 371734800, 0),
(128451, 2494, 227, 'Slatino', 502104100, 361537600, 0),
(128452, 2494, 227, 'Staryy Merchyk', 499814700, 357590400, 0),
(128453, 2494, 227, 'Studenok', 490910700, 374869700, 0),
(128454, 2494, 227, 'Utkivka', 497858300, 360752800, 0),
(128455, 2494, 227, 'Valky', 498386800, 356207200, 0),
(128456, 2494, 227, 'Vovchans''k', 502907800, 369410800, 0),
(128457, 2494, 227, 'Vvedenka', 498244100, 365074700, 0),
(128458, 2494, 227, 'Zachepylivka', 491938500, 352394300, 0),
(128459, 2494, 227, 'Zmiyev', 496966400, 363610900, 0),
(128460, 2494, 227, 'Zolochiv', 502798500, 359817800, 0),
(128461, 2495, 227, 'Askaniya Nova', 464513500, 338688900, 0),
(128462, 2495, 227, 'Beryslav', 468415200, 334283800, 0),
(128463, 2495, 227, 'Bilozerka', 466248000, 324425100, 0),
(128464, 2495, 227, 'Brylivka', 464247600, 331472100, 0),
(128465, 2495, 227, 'Chaplynka', 463650700, 335402700, 0),
(128466, 2495, 227, 'Chornyanka', 466522200, 333590400, 0),
(128467, 2495, 227, 'Chulakivka', 463576300, 323514000, 0),
(128468, 2495, 227, 'Heniches''k', 461759200, 348034000, 0),
(128469, 2495, 227, 'Hola Prystan''', 465272000, 325241700, 0),
(128470, 2495, 227, 'Kalanchak', 462562300, 332907000, 0),
(128471, 2495, 227, 'Nova Mayachka', 465999600, 332270700, 0),
(128472, 2495, 227, 'Novooleksiyivka', 462247200, 346403100, 0),
(128473, 2495, 227, 'Novotroyits''ke', 463556000, 343327200, 0),
(128474, 2495, 227, 'Novovorontsovka', 475003500, 339174800, 0),
(128475, 2495, 227, 'Partyzany', 463338300, 347531400, 0),
(128476, 2495, 227, 'Skadovsk', 461161000, 329112400, 0),
(128477, 2495, 227, 'Velyka Lepetykha', 471757200, 339436200, 0),
(128478, 2495, 227, 'Velyka Oleksandrivka', 473196900, 333037300, 0),
(128479, 2495, 227, 'Velyki Kopany', 464868400, 329749800, 0),
(128480, 2495, 227, 'Vysokopillya', 474918700, 335306100, 0),
(128481, 2496, 227, 'Antoniny', 498097400, 268771400, 0),
(128482, 2496, 227, 'Bazaliya', 497126700, 264733100, 0),
(128483, 2496, 227, 'Medzhibozh', 494374800, 274048700, 0),
(128484, 2496, 227, 'Narkevychi', 495171700, 266417800, 0),
(128485, 2496, 227, 'Poninka', 501849200, 275362900, 0),
(128486, 2496, 227, 'Yarmolyntsi', 491923600, 268372500, 0),
(128487, 2496, 227, 'Zakupne', 491194400, 263375600, 0),
(128488, 2497, 227, 'Dolyns''ka', 481104100, 327644900, 0),
(128489, 2497, 227, 'Hayvoron', 483395800, 298679100, 0),
(128490, 2497, 227, 'Kompaniyivka', 482511500, 322079500, 0),
(128491, 2497, 227, 'Mala Vyska', 486430800, 316365700, 0),
(128492, 2497, 227, 'Novhorodka', 483650600, 326578500, 0),
(128493, 2497, 227, 'Novomyrhorod', 487810500, 316420400, 0),
(128494, 2497, 227, 'Novoukrayinka', 483263500, 315285200, 0),
(128495, 2497, 227, 'Novyy Starodub', 485158000, 331732900, 0),
(128496, 2497, 227, 'Petrove', 483246700, 332561700, 0),
(128497, 2497, 227, 'Pobugskoye', 481657900, 305927400, 0),
(128498, 2497, 227, 'Tyshkivka', 484966500, 309422900, 0),
(128499, 2497, 227, 'Zavallya', 482135400, 300155800, 0),
(128500, 2497, 227, 'Zlynka', 484852200, 315390600, 0),
(128501, 2498, 227, 'Bilohirs''k', 450546200, 346018500, 0),
(128502, 2498, 227, 'Frunze', 450268800, 336295600, 0),
(128503, 2498, 227, 'Gaspra', 444336400, 341029700, 0),
(128504, 2498, 227, 'Koktebel''', 449615400, 352466000, 0),
(128505, 2498, 227, 'Koreiz', 444337400, 340851600, 0),
(128506, 2498, 227, 'Lenine', 452985700, 357770800, 0),
(128507, 2498, 227, 'Massandra', 445189200, 341859300, 0),
(128508, 2498, 227, 'Miskhor', 444333300, 340833300, 0),
(128509, 2498, 227, 'Mykolayivka', 449671400, 336144300, 0),
(128510, 2498, 227, 'Partenit', 445780000, 343446400, 0),
(128511, 2498, 227, 'Pryozerne', 452697600, 363302500, 0),
(128512, 2498, 227, 'Rozdol''ne', 457708300, 334877700, 0),
(128513, 2498, 227, 'Shkil''ne', 450575800, 338973700, 0),
(128514, 2498, 227, 'Strohonivka', 449430900, 341972700, 0),
(128515, 2498, 227, 'Uyutne', 451976900, 332979600, 0),
(128516, 2498, 227, 'Viline', 448456000, 336716100, 0),
(128517, 2498, 227, 'Voykove', 453826100, 364372400, 0),
(128518, 2500, 227, 'Ivankiv', 509386400, 298942600, 0),
(128519, 2500, 227, 'Katyuzhanka', 508059500, 301376400, 0),
(128520, 2500, 227, 'Myronivka', 496600700, 309822500, 0),
(128521, 2500, 227, 'Piskivka', 506937800, 296193400, 0),
(128522, 2500, 227, 'Roskoshnyy', 493708700, 301847100, 0),
(128523, 2500, 227, 'Rzhyshchiv', 499688600, 310462800, 0),
(128524, 2500, 227, 'Skvyra', 497317700, 296656900, 0),
(128525, 2500, 227, 'Tetiyiv', 493767000, 296647400, 0),
(128526, 2500, 227, 'Tripol''ye', 501180200, 307814100, 0),
(128527, 2500, 227, 'Tsybli', 499948400, 315628100, 0),
(128528, 2500, 227, 'Volodarka', 495248400, 299122200, 0),
(128529, 2500, 227, 'Zhurivka', 505027600, 317849200, 0),
(128530, 2501, 227, 'Bobrka', 496409300, 242887400, 0),
(128531, 2501, 227, 'Dublyany', 494983200, 233871800, 0),
(128532, 2501, 227, 'Dzvinogrud', 497333300, 242500000, 0),
(128533, 2501, 227, 'Khodorov', 494066300, 243136000, 0),
(128534, 2501, 227, 'Komarno', 496273900, 236995200, 0),
(128535, 2501, 227, 'Krasnoye', 499144700, 246134000, 0),
(128536, 2501, 227, 'Kulikov', 503142400, 248175700, 0),
(128537, 2501, 227, 'Murovanoye', 495214300, 229367000, 0),
(128538, 2501, 227, 'Navariya', 497495200, 239274600, 0),
(128539, 2501, 227, 'Novyy Yarychiv', 499044400, 243052300, 0),
(128540, 2501, 227, 'Obroshyne', 497833300, 238666700, 0),
(128541, 2501, 227, 'Rozdo', 494614400, 240623000, 0),
(128542, 2501, 227, 'Rykhtichi', 493851100, 235566200, 0),
(128543, 2501, 227, 'Skhodnitsa', 492012800, 233616900, 0),
(128544, 2501, 227, 'Skole', 490371700, 235134600, 0),
(128545, 2501, 227, 'Sudovaya Vishnya', 497889200, 233721800, 0),
(128546, 2501, 227, 'Sukhovolya', 498242600, 238377000, 0),
(128547, 2501, 227, 'Turka', 491541100, 230296700, 0),
(128548, 2501, 227, 'Ugnev', 503681100, 237489500, 0),
(128549, 2501, 227, 'Verkhneye Sinevidnoye', 491030700, 235909900, 0),
(128550, 2502, 227, 'Beloye', 484952300, 390505100, 0),
(128551, 2502, 227, 'Bilokurakyne', 495341000, 387306700, 0),
(128552, 2502, 227, 'Bilovods''k', 492084600, 395897500, 0),
(128553, 2502, 227, 'Klenovyy', 481193400, 394588000, 0),
(128554, 2502, 227, 'Kreminna', 490495000, 382179200, 0),
(128555, 2502, 227, 'Markivka', 495229000, 395705500, 0),
(128556, 2502, 227, 'Novopskov', 495464000, 390898700, 0),
(128557, 2502, 227, 'Pavlivka', 496086400, 387091700, 0),
(128558, 2502, 227, 'Popasnaya', 486332800, 383780400, 0),
(128559, 2502, 227, 'Semeykino', 483264300, 395336600, 0),
(128560, 2502, 227, 'Svatove', 494102900, 381503500, 0),
(128561, 2502, 227, 'Toshkovka', 487791400, 385790300, 0),
(128562, 2503, 227, 'Arbuzynka', 479097200, 313196300, 0),
(128563, 2503, 227, 'Berezanka', 468526200, 313880200, 0),
(128564, 2503, 227, 'Bereznehuvate', 473078300, 328499300, 0),
(128565, 2503, 227, 'Domanivka', 476319200, 309885200, 0),
(128566, 2503, 227, 'Kazanka', 478462500, 328217700, 0),
(128567, 2503, 227, 'Kobleve', 466649900, 312080400, 0),
(128568, 2503, 227, 'Kostyantynivka', 478266000, 311355100, 0),
(128569, 2503, 227, 'Kryve Ozero', 479524200, 303492800, 0),
(128570, 2503, 227, 'Nova Odesa', 473077800, 317850600, 0),
(128571, 2503, 227, 'Ol''shanskoye', 471841100, 317937500, 0),
(128572, 2503, 227, 'Parutyne', 467053800, 318970900, 0),
(128573, 2503, 227, 'Shevchenkove', 468628900, 322038700, 0),
(128574, 2503, 227, 'Snihurivka', 470757900, 328051600, 0),
(128575, 2503, 227, 'Veselynove', 473566600, 312348800, 0),
(128576, 2504, 227, 'Balta', 479354800, 296198200, 0),
(128577, 2504, 227, 'Berezivka', 472042900, 309078000, 0),
(128578, 2504, 227, 'Bilyayivka', 464831900, 302167800, 0),
(128579, 2504, 227, 'Bolhrad', 456826200, 286148700, 0),
(128580, 2504, 227, 'Dmytrivka', 459716700, 289863900, 0),
(128581, 2504, 227, 'Ivanivka', 469756900, 304699800, 0),
(128582, 2504, 227, 'Karolino-Buhaz', 461449200, 305260900, 0),
(128583, 2504, 227, 'Lyubashivka', 478371600, 302597600, 0),
(128584, 2504, 227, 'Mykolayivka', 475413500, 307561500, 0),
(128585, 2504, 227, 'Petrivka', 469695100, 309591400, 0),
(128586, 2504, 227, 'Savran''', 481321900, 300824700, 0),
(128587, 2504, 227, 'Shevchenkove', 455560400, 293335700, 0),
(128588, 2504, 227, 'Starokozache', 463372200, 299852800, 0),
(128589, 2504, 227, 'Tarutyne', 461858300, 291505600, 0),
(128590, 2504, 227, 'Vylkove', 454021400, 295859500, 0),
(128591, 2504, 227, 'Zagnitkiv', 480487800, 288923400, 0),
(128592, 2504, 227, 'Zatoka', 460725100, 304653800, 0),
(128593, 2505, 227, 'Dykan''ka', 498250100, 345278700, 0),
(128594, 2505, 227, 'Gradizhsk', 492345800, 331361300, 0),
(128595, 2505, 227, 'Khorol', 497836700, 332783300, 0),
(128596, 2505, 227, 'Mashivka', 494430800, 348668800, 0),
(128597, 2505, 227, 'Orzhytsya', 497918200, 327012200, 0),
(128598, 2505, 227, 'Romodan', 499897600, 333317800, 0),
(128599, 2505, 227, 'Semenivka', 495903100, 331804900, 0),
(128600, 2505, 227, 'Velikiye Sorochintsy', 500231400, 339414400, 0),
(128601, 2505, 227, 'Velyka Bahachka', 497911600, 337225800, 0),
(128602, 2505, 227, 'Zin''kiv', 502080600, 343637600, 0),
(128603, 2506, 227, 'Dubrovytsya', 515743800, 265650300, 0),
(128604, 2506, 227, 'Hoshcha', 506003000, 266743500, 0),
(128605, 2506, 227, 'Korets', 506165400, 271605500, 0),
(128606, 2506, 227, 'Mizoch', 504000000, 261500000, 0),
(128607, 2506, 227, 'Mlyniv', 505090000, 256167500, 0),
(128608, 2506, 227, 'Orzhiv', 508000000, 261200000, 0),
(128609, 2506, 227, 'Radyvyliv', 501299400, 252557600, 0),
(128610, 2506, 227, 'Zdolbitsa', 504960700, 262411100, 0),
(128611, 2508, 227, 'Bilopillya', 511501600, 343128700, 0),
(128612, 2508, 227, 'Buryn''', 511991200, 338352300, 0),
(128613, 2508, 227, 'Krasnopillya', 507745800, 352596500, 0),
(128614, 2508, 227, 'Krolevets', 515477500, 333847500, 0),
(128615, 2508, 227, 'Lypova Dolyna', 505642800, 337979300, 0),
(128616, 2508, 227, 'Nedryhayliv', 508339800, 338762600, 0),
(128617, 2508, 227, 'Nyzy', 507828100, 347844100, 0),
(128618, 2508, 227, 'Putyvl''', 513374500, 338706600, 0),
(128619, 2508, 227, 'Sloboda', 511980600, 336069500, 0),
(128620, 2508, 227, 'Vorozhba', 511733400, 342191700, 0),
(128621, 2509, 227, 'Borshchiv', 488033200, 260434700, 0),
(128622, 2509, 227, 'Khorostkiv', 492111400, 259216500, 0),
(128623, 2509, 227, 'Kopychyntsi', 491044100, 259102600, 0),
(128624, 2509, 227, 'Kozova', 494354400, 251508600, 0),
(128625, 2509, 227, 'Mikulintsy', 493960000, 256051800, 0),
(128626, 2509, 227, 'Pidhaytsi', 492685400, 251334100, 0),
(128627, 2509, 227, 'Pochayiv', 500050800, 255118300, 0),
(128628, 2509, 227, 'Velikiye Borki', 495236400, 257575300, 0),
(128629, 2509, 227, 'Zalishchyky', 486433100, 257379400, 0),
(128630, 2509, 227, 'Zaliztsi', 497918800, 253729700, 0),
(128631, 2509, 227, 'Zbarazh', 496635700, 257761600, 0),
(128632, 2509, 227, 'Zolotyy Potik', 489095000, 253392600, 0),
(128633, 2510, 227, 'Brailiv', 491098600, 281745900, 0),
(128634, 2510, 227, 'Klembivka', 483903700, 284109200, 0),
(128635, 2510, 227, 'Lityn', 493250900, 280809400, 0),
(128636, 2510, 227, 'Nemyriv', 489707600, 288377900, 0),
(128637, 2510, 227, 'Obodivka', 484051400, 292477500, 0),
(128638, 2510, 227, 'Pavlovka', 494414300, 284595600, 0),
(128639, 2510, 227, 'Pohrebyshche', 494863900, 292636100, 0),
(128640, 2510, 227, 'Sharhorod', 487383500, 280849700, 0),
(128641, 2510, 227, 'Teplyk', 486656600, 297450400, 0),
(128642, 2510, 227, 'Turbiv', 493478800, 287211700, 0),
(128643, 2510, 227, 'Ulanov', 496951200, 281329800, 0),
(128644, 2510, 227, 'Vapnyarka', 485347900, 287435800, 0),
(128645, 2510, 227, 'Vendychany', 486117600, 277932400, 0),
(128646, 2510, 227, 'Viytivka', 484260300, 295429100, 0),
(128647, 2510, 227, 'Voronovytsya', 491095400, 286807800, 0),
(128648, 2511, 227, 'Berestechko', 503604700, 251107100, 0),
(128649, 2511, 227, 'Goloby', 510865100, 250076700, 0),
(128650, 2511, 227, 'Kivertsy', 508342500, 254582100, 0),
(128651, 2511, 227, 'Lokachi', 507370000, 246494400, 0),
(128652, 2511, 227, 'Lukov', 510521000, 254005900, 0),
(128653, 2511, 227, 'Nuyno', 515462800, 249101800, 0),
(128654, 2511, 227, 'Ratne', 516683000, 245303000, 0),
(128655, 2511, 227, 'Zhovtneve', 506636500, 242491800, 0),
(128656, 2512, 227, 'Belki', 483150300, 231324800, 0),
(128657, 2512, 227, 'Berezovo', 483094300, 234740000, 0),
(128658, 2512, 227, 'Bushtyno', 480512100, 234857900, 0),
(128659, 2512, 227, 'Dubove', 481720500, 238895400, 0),
(128660, 2512, 227, 'Horinchovo', 482707600, 234347500, 0),
(128661, 2512, 227, 'Kalyny', 481407800, 238738000, 0),
(128662, 2512, 227, 'Kolochava', 484285100, 236959000, 0),
(128663, 2512, 227, 'Kopashnovo', 482197000, 234845700, 0),
(128664, 2512, 227, 'Kriva', 481723400, 232364700, 0),
(128665, 2512, 227, 'Kvasy', 481497300, 242799400, 0),
(128666, 2512, 227, 'Lysychovo', 484967700, 232899200, 0),
(128667, 2512, 227, 'Nove Davydkovo', 484413300, 226216400, 0),
(128668, 2512, 227, 'Rokosovo', 482101800, 231762400, 0),
(128669, 2512, 227, 'Solotvyno', 479460400, 238703500, 0),
(128670, 2512, 227, 'Sredneye', 485404300, 225069600, 0),
(128671, 2512, 227, 'Sredneye Vodyanoye', 479815900, 239104100, 0),
(128672, 2512, 227, 'Vary', 481220700, 227128100, 0),
(128673, 2512, 227, 'Volovets', 487109000, 231851000, 0),
(128674, 2512, 227, 'Volovo', 485245800, 235056300, 0),
(128675, 2512, 227, 'Vylok', 481091500, 228386500, 0),
(128676, 2512, 227, 'Yasinya', 482793700, 243604200, 0),
(128677, 2513, 227, 'Chapayevka', 474711400, 363450700, 0),
(128678, 2513, 227, 'Dniprovka', 474294500, 346180500, 0),
(128679, 2513, 227, 'Hulyaypole', 476638900, 362563300, 0),
(128680, 2513, 227, 'Komyshuvakha', 477175800, 355288200, 0),
(128681, 2513, 227, 'Kushuhum', 477127800, 352091700, 0),
(128682, 2513, 227, 'Kuybysheve', 473580000, 366490800, 0),
(128683, 2513, 227, 'Kyrylivka', 463759200, 353675300, 0),
(128684, 2513, 227, 'Mala Bilozerka', 472473700, 349345700, 0),
(128685, 2513, 227, 'Mala Tokmachka', 475356300, 358929300, 0),
(128686, 2513, 227, 'Malokaterynivka', 476555000, 352564900, 0),
(128687, 2513, 227, 'Mykhaylivka', 472723500, 352223500, 0),
(128688, 2513, 227, 'Novomykolayivka', 479781000, 359102000, 0),
(128689, 2513, 227, 'Novovasylivka', 468315000, 357536200, 0),
(128690, 2513, 227, 'Orikhiv', 475673100, 357857500, 0),
(128691, 2513, 227, 'Prymors''k', 467347900, 363442500, 0),
(128692, 2513, 227, 'Terpinnya', 469697100, 354197200, 0),
(128693, 2513, 227, 'Vesele', 470147900, 349150400, 0),
(128694, 2513, 227, 'Voznesenka', 468716500, 354645800, 0),
(128695, 2514, 227, 'Bila Krynytsya', 506398200, 294704100, 0),
(128696, 2514, 227, 'Chernyakhiv', 504565200, 286701800, 0),
(128697, 2514, 227, 'Chopovychi', 508332500, 289533400, 0),
(128698, 2514, 227, 'Denyshi', 502141500, 284039500, 0),
(128699, 2514, 227, 'Horodnytsya', 508069700, 273167600, 0),
(128700, 2514, 227, 'Hryshkivtsi', 499352800, 286038300, 0),
(128701, 2514, 227, 'Korostyshiv', 503172300, 290563000, 0),
(128702, 2514, 227, 'Luhyny', 510820200, 284005700, 0),
(128703, 2514, 227, 'Novi Bilokorovychi', 511154800, 280546300, 0),
(128704, 2514, 227, 'Ozerne', 501781600, 287338400, 0),
(128705, 2514, 227, 'Pershotravneve', 513928700, 288683700, 0),
(128706, 2514, 227, 'Polyanka', 502583600, 276880900, 0),
(128707, 2514, 227, 'Popil''nya', 499665200, 294435300, 0),
(128708, 2514, 227, 'Radomyshl''', 504961300, 292291100, 0),
(128709, 2514, 227, 'Ruzhyn', 497228000, 292045500, 0),
(128710, 4172, 229, 'Ab Lench', 521644700, -19830000, 0),
(128711, 4053, 229, 'Abbey Town', 548452900, -32895500, 0),
(128712, 4058, 229, 'Abbots Bickington', 508969700, -42987700, 0),
(128713, 4150, 229, 'Abbots Bromley', 528170500, -18769400, 0),
(128714, 4081, 229, 'Abbots Worthy', 510912900, -12909400, 0),
(128715, 4058, 229, 'Abbotsham', 510162500, -42460900, 0),
(128716, 4032, 229, 'Abbotsley', 521940300, -2066400, 0),
(128717, 4116, 229, 'Abthorpe', 521125400, -10526900, 0),
(128718, 4045, 229, 'Acaster Malbis', 539005600, -11063000, 0),
(128719, 4138, 229, 'Acton Burnell', 526138800, -26946800, 0),
(128720, 4094, 229, 'Addlethorpe', 531949800, 3175500, 0),
(128721, 4157, 229, 'Admaston', 527166700, -25500000, 0),
(128722, 4168, 229, 'Adversane', 509989600, -4710400, 0),
(128723, 4053, 229, 'Aikton', 548702500, -31317900, 0),
(128724, 4115, 229, 'Ainderby Steeple', 543239300, -14878300, 0),
(128725, 4069, 229, 'Airmyn', 537207400, -8995900, 0),
(128726, 4115, 229, 'Airton', 540283400, -21506400, 0),
(128727, 4117, 229, 'Akeld', 555606900, -20687800, 0),
(128728, 4138, 229, 'Alberbury', 527223400, -29507400, 0),
(128729, 4109, 229, 'Alburgh', 524362900, 13330400, 0),
(128730, 4115, 229, 'Aldborough', 540919200, -13839300, 0),
(128731, 4169, 229, 'Aldbourne', 514809800, -16182700, 0),
(128732, 4115, 229, 'Aldbrough', 538289300, -1146700, 0),
(128733, 4109, 229, 'Aldeby', 524840300, 16060400, 0),
(128734, 4109, 229, 'Alderford', 527246500, 11444700, 0),
(128735, 4036, 229, 'Alderley Park', 532763200, -22311000, 0),
(128736, 4089, 229, 'Aldington', 510916400, 9446100, 0),
(128737, 4154, 229, 'Aldringham', 521931900, 15775700, 0),
(128738, 4078, 229, 'Aldsworth', 517833300, -17666700, 0),
(128739, 4115, 229, 'Aldwark', 540666700, -12833300, 0),
(128741, 4142, 229, 'Alhampton', 511119400, -25336100, 0),
(128742, 4113, 229, 'Alkborough', 536845900, -6661600, 0),
(128743, 4138, 229, 'All Stretton', 525539300, -27978800, 0),
(128744, 4117, 229, 'Allendale Town', 548965700, -22550600, 0),
(128745, 4049, 229, 'Allensford', 548454300, -18820100, 0),
(128746, 4142, 229, 'Allerford', 512115700, -35701700, 0),
(128747, 4093, 229, 'Allexton', 525964800, -7910200, 0),
(128748, 4036, 229, 'Allgreave', 531995600, -20421000, 0),
(128749, 4157, 229, 'Allscott', 527133900, -25746200, 0),
(128750, 4061, 229, 'Almer', 507896000, -21249300, 0),
(128751, 4117, 229, 'Alnmouth', 554000000, -16000000, 0),
(128752, 4154, 229, 'Alpheton', 521232900, 7476300, 0),
(128753, 4109, 229, 'Alpington', 525672800, 13822900, 0),
(128754, 4150, 229, 'Alstonefield', 530983000, -18065600, 0),
(128755, 4073, 229, 'Althorne', 516572200, 7608500, 0),
(128756, 4169, 229, 'Alton Barnes', 513592000, -18496200, 0),
(128757, 4150, 229, 'Alton Towers', 529912100, -18924100, 0),
(128758, 4037, 229, 'Alvanley', 532600800, -27529500, 0),
(128759, 4169, 229, 'Alvediston', 510100700, -20348100, 0),
(128760, 4087, 229, 'Alverstone', 506681100, -11833400, 0),
(128761, 4094, 229, 'Alvingham', 533995600, 473800, 0),
(128762, 4078, 229, 'Alvington', 517044400, -25752800, 0),
(128763, 4094, 229, 'Amber Hill', 530068300, -1653100, 0),
(128764, 4117, 229, 'Amble', 553333300, -15833300, 0),
(128765, 4062, 229, 'Amblecote', 524641200, -21502100, 0),
(128766, 4113, 229, 'Amcotts', 536168500, -7100200, 0),
(128767, 4115, 229, 'Amotherby', 541498000, -8542800, 0),
(128768, 4081, 229, 'Ampfield', 510068400, -14263800, 0),
(128769, 4078, 229, 'Ampney Crucis', 517139900, -19050000, 0),
(128771, 4142, 229, 'Angersleigh', 509618500, -31432200, 0),
(128772, 4053, 229, 'Annaside', 542666700, -33976400, 0),
(128773, 4049, 229, 'Annfield Plain', 548574900, -17382700, 0),
(128774, 4150, 229, 'Anslow', 528255500, -16868300, 0),
(128775, 4109, 229, 'Antingham', 528524600, 13511200, 0),
(128776, 4094, 229, 'Anwick', 530398700, -3397200, 0),
(128777, 4093, 229, 'Appleby Magna', 526822600, -15337100, 0),
(128778, 4058, 229, 'Appledore', 510500000, -42000000, 0),
(128779, 4168, 229, 'Appledram', 508223100, -8057800, 0),
(128780, 4163, 229, 'Appleton Thorn', 533504500, -25448800, 0),
(128781, 4115, 229, 'Appletreewick', 540369400, -19191900, 0),
(128782, 4005, 229, 'Ardsley', 535461900, -14246700, 0),
(128783, 4081, 229, 'Arford', 511244600, -8146200, 0),
(128784, 4073, 229, 'Arkesden', 519883700, 1587400, 0),
(128785, 4078, 229, 'Arlingham', 517974200, -24248000, 0),
(128786, 4053, 229, 'Armathwaite', 548094000, -27718500, 0),
(128787, 4164, 229, 'Armscote', 520984900, -16417700, 0),
(128788, 4115, 229, 'Arncliffe', 541426300, -21050000, 0),
(128789, 4116, 229, 'Arthingworth', 524249800, -8922000, 0),
(128791, 4094, 229, 'Asgarby', 529991300, -3348300, 0),
(128792, 4142, 229, 'Ash Priors', 510577800, -32125000, 0),
(128793, 4154, 229, 'Ashbocking', 521473900, 11929600, 0),
(128794, 4093, 229, 'Ashby Magna', 525107400, -11729400, 0),
(128795, 4093, 229, 'Ashby Parva', 524907900, -12246800, 0),
(128796, 4073, 229, 'Asheldham', 516767300, 8504100, 0),
(128797, 4029, 229, 'Ashendon', 518217200, -9785600, 0),
(128798, 4138, 229, 'Ashford Carbonell', 523318000, -26990500, 0),
(128799, 4109, 229, 'Ashill', 526000000, 8000000, 0),
(128800, 4109, 229, 'Ashmanhaugh', 527354600, 14261500, 0),
(128801, 4164, 229, 'Ashorne', 522169500, -15555800, 0),
(128802, 4083, 229, 'Ashperton', 520727400, -25206400, 0),
(128803, 4058, 229, 'Ashreigney', 509061300, -39509700, 0),
(128804, 4058, 229, 'Ashsprington', 504000000, -36666700, 0),
(128805, 4169, 229, 'Ashton Keynes', 516452100, -19323200, 0),
(128806, 4109, 229, 'Ashwicken', 527463000, 5169600, 0),
(128807, 4053, 229, 'Askam in Furness', 541833300, -32166700, 0),
(128808, 4061, 229, 'Askerswell', 507326700, -26686100, 0),
(128809, 4045, 229, 'Askham Richard', 539249100, -11848100, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(128810, 4094, 229, 'Aslackby', 528596000, -3907000, 0),
(128811, 4109, 229, 'Aslacton', 524751700, 11742900, 0),
(128812, 4084, 229, 'Aspenden', 519362700, -286700, 0),
(128813, 4035, 229, 'Aspley Guise', 520119900, -6330000, 0),
(128814, 4138, 229, 'Asterley', 526575700, -29256200, 0),
(128815, 4121, 229, 'Asthall', 517999800, -15831200, 0),
(128816, 4138, 229, 'Astley Abbots', 525620000, -24309200, 0),
(128817, 4164, 229, 'Aston Cantlow', 522377300, -17983500, 0),
(128818, 4083, 229, 'Aston Ingham', 519101700, -24596900, 0),
(128819, 4138, 229, 'Aston Pigott', 526500000, -29666700, 0),
(128820, 4121, 229, 'Aston Rowant', 516849600, -9500600, 0),
(128821, 4035, 229, 'Astwick', 520323000, -2312700, 0),
(128822, 4058, 229, 'Atherington', 508049600, -5815900, 0),
(128823, 4069, 229, 'Atwick', 539401200, -1890000, 0),
(128824, 4094, 229, 'Aubourn', 531535400, -6201300, 0),
(128825, 4036, 229, 'Audlem', 529895600, -25070600, 0),
(128826, 4144, 229, 'Aust', 515982500, -26151000, 0),
(128827, 4164, 229, 'Austrey', 526567700, -15667900, 0),
(128828, 4058, 229, 'Aveton Gifford', 503134600, -38364600, 0),
(128829, 4165, 229, 'Avington', 514000000, -14666700, 0),
(128830, 4164, 229, 'Avon Dassett', 521451600, -14039800, 0),
(128831, 4058, 229, 'Aylesbeare', 507189800, -33628800, 0),
(128832, 4111, 229, 'Aylesby', 535510300, -1806400, 0),
(128833, 4109, 229, 'Aylmerton', 529103400, 12422300, 0),
(128834, 4083, 229, 'Aymestrey', 522831800, -28440300, 0),
(128835, 4121, 229, 'Aynho', 519946600, -12521800, 0),
(128836, 4115, 229, 'Aysgarth', 542905000, -19832200, 0),
(128837, 4158, 229, 'Ayton', 542333300, -4833300, 0),
(128838, 4115, 229, 'Azerley', 541655700, -16077200, 0),
(128839, 4117, 229, 'Backworth', 550422900, -15277900, 0),
(128840, 4109, 229, 'Baconsthorpe', 528833300, 11666700, 0),
(128841, 4036, 229, 'Baddiley', 530393600, -25886600, 0),
(128842, 4142, 229, 'Badgworth', 512667200, -28678300, 0),
(128843, 4154, 229, 'Badwell Ash', 522833300, 9166700, 0),
(128844, 4053, 229, 'Baggrow', 547672200, -32786100, 0),
(128845, 4093, 229, 'Bagworth', 526726500, -13427400, 0),
(128846, 4069, 229, 'Bainton', 539500000, -5333300, 0),
(128847, 4115, 229, 'Baldersby', 542019200, -14563800, 0),
(128849, 4141, 229, 'Balsall Common', 523918600, -16504000, 0),
(128850, 4142, 229, 'Baltonsborough', 511116700, -26547200, 0),
(128851, 4117, 229, 'Bamburgh', 556065200, -17170400, 0),
(128852, 4114, 229, 'Banwell Castle', 513240700, -28605300, 0),
(128853, 4089, 229, 'Bapchild', 513335100, 7685300, 0),
(128854, 4117, 229, 'Bardon Mill', 549754700, -23430900, 0),
(128855, 4053, 229, 'Bardsea', 541624200, -30726400, 0),
(128856, 4039, 229, 'Bardsey', 538849200, -14453900, 0),
(128857, 4121, 229, 'Barford Saint John', 519951600, -13638100, 0),
(128860, 4089, 229, 'Barfreston', 512059200, 12402500, 0),
(128861, 4115, 229, 'Barkston Ash', 538193000, -12545900, 0),
(128862, 4069, 229, 'Barmby on the Moor', 539307800, -8152200, 0),
(128863, 4124, 229, 'Barnack', 526318100, -4082100, 0),
(128864, 4154, 229, 'Barnardiston', 521115900, 4990600, 0),
(128866, 4119, 229, 'Barnby Moor', 533520400, -10021800, 0),
(128867, 4138, 229, 'Barrow Bridge', 526000000, -24666700, 0),
(128868, 4113, 229, 'Barrow upon Humber', 536755000, -3806200, 0),
(128869, 4094, 229, 'Barrowby', 529163600, -6909400, 0),
(128870, 4083, 229, 'Bartestree', 520684300, -26348300, 0),
(128871, 4032, 229, 'Bartlow', 520830700, 3107900, 0),
(128872, 4081, 229, 'Barton Stacey', 511667000, -13784800, 0),
(128873, 4119, 229, 'Barton in Fabis', 528898500, -12242900, 0),
(128874, 4115, 229, 'Barton le Street', 541500000, -8833300, 0),
(128875, 4115, 229, 'Barton le Willows', 540605500, -9098900, 0),
(128876, 4150, 229, 'Barton under Needwood', 527626800, -17240000, 0),
(128877, 4032, 229, 'Barway', 523582000, 2680100, 0),
(128878, 4138, 229, 'Baschurch', 527884800, -28528400, 0),
(128879, 4057, 229, 'Baslow', 532481100, -16224600, 0),
(128880, 4142, 229, 'Bason Bridge', 512082500, -29372400, 0),
(128881, 4053, 229, 'Bassenthwaite', 546796900, -31954800, 0),
(128882, 4053, 229, 'Bassenthwaite Lake', 546668200, -32473200, 0),
(128883, 4073, 229, 'Battlesbridge', 516233500, 5686300, 0),
(128884, 4094, 229, 'Baumber', 532509300, -1699400, 0),
(128885, 4109, 229, 'Bawdeswell', 527457200, 10290200, 0),
(128886, 4164, 229, 'Baxterley', 525706600, -15949000, 0),
(128887, 4092, 229, 'Bay Horse', 539686700, -27760300, 0),
(128888, 4172, 229, 'Bayton', 523561800, -24499900, 0),
(128889, 4109, 229, 'Beachamwell', 526179200, 5842800, 0),
(128890, 4117, 229, 'Beadnell', 555567000, -16325000, 0),
(128891, 4058, 229, 'Beaford', 509163300, -40594600, 0),
(128892, 4169, 229, 'Beanacre', 513928600, -21402300, 0),
(128893, 4117, 229, 'Bebside', 551294300, -15578300, 0),
(128894, 4138, 229, 'Beckbury', 526121000, -23482100, 0),
(128895, 4154, 229, 'Bedfield', 522590100, 12488000, 0),
(128896, 4081, 229, 'Bedhampton', 508551200, -10043400, 0),
(128897, 4154, 229, 'Bedingfield', 522737200, 11942500, 0),
(128898, 4138, 229, 'Bedstone', 523747900, -29272700, 0),
(128899, 4165, 229, 'Beedon', 514943700, -12970300, 0),
(128900, 4165, 229, 'Beedon Hill', 514902400, -12978700, 0),
(128901, 4069, 229, 'Beeford', 539699900, -2891300, 0),
(128902, 4094, 229, 'Beesby', 532984600, 1895800, 0),
(128904, 4109, 229, 'Beetley', 527181700, 9245400, 0),
(128905, 4073, 229, 'Belchamp Otten', 520444100, 6287100, 0),
(128906, 4058, 229, 'Belstone', 507252000, -39579400, 0),
(128907, 4116, 229, 'Benefield', 524833300, -5333300, 0),
(128908, 4115, 229, 'Beningbrough', 540151300, -11933900, 0),
(128909, 4138, 229, 'Benthall', 526192300, -24962700, 0),
(128910, 4081, 229, 'Bentworth', 511565600, -10511500, 0),
(128911, 4073, 229, 'Berden', 519474900, 1355300, 0),
(128912, 4058, 229, 'Bere Alston', 504823300, -41903400, 0),
(128913, 4061, 229, 'Bere Regis', 507537100, -22155300, 0),
(128914, 4121, 229, 'Berrick Salome', 516407700, -11037000, 0),
(128915, 4058, 229, 'Berry Pomeroy', 504387000, -36508900, 0),
(128916, 4117, 229, 'Berwick Hill', 550740400, -17306900, 0),
(128917, 4169, 229, 'Berwick Saint James', 511556600, -18987500, 0),
(128919, 4069, 229, 'Bessingby', 540762600, -2302000, 0),
(128920, 4089, 229, 'Bethersden', 511286900, 7527600, 0),
(128921, 4053, 229, 'Bewcastle', 550646300, -26835800, 0),
(128922, 4069, 229, 'Bewholme', 539331100, -2265600, 0),
(128923, 4154, 229, 'Beyton', 522340000, 8297300, 0),
(128924, 4078, 229, 'Bibury', 517583700, -18313100, 0),
(128925, 4092, 229, 'Bickerstaffe', 535315300, -28380600, 0),
(128926, 4058, 229, 'Bickington', 505421300, -36953500, 0),
(128927, 4037, 229, 'Bickley Moss', 530362300, -26822300, 0),
(128928, 4073, 229, 'Bicknacre', 516940300, 5851900, 0),
(128929, 4142, 229, 'Bicknoller', 511477800, -32730600, 0),
(128930, 4089, 229, 'Biddenden', 511148900, 6381900, 0),
(128931, 4168, 229, 'Bignor', 509207800, -6009000, 0),
(128932, 4093, 229, 'Billesdon', 526164400, -9372500, 0),
(128933, 4109, 229, 'Billingford', 523631800, 11797400, 0),
(128934, 4089, 229, 'Bilsington', 510734100, 9107100, 0),
(128935, 4094, 229, 'Binbrook', 534333300, -1833300, 0),
(128936, 4049, 229, 'Binchester', 546830700, -16433900, 0),
(128937, 4121, 229, 'Binfield Heath', 515006200, -9259400, 0),
(128938, 4081, 229, 'Binsted', 508408000, -5969500, 0),
(128939, 4057, 229, 'Birch Vale', 533788200, -19658700, 0),
(128940, 4073, 229, 'Birdbrook', 520427200, 4892300, 0),
(128941, 4164, 229, 'Birdingbury', 523105000, -13687400, 0),
(128942, 4115, 229, 'Birstwith', 540310200, -16341800, 0),
(128943, 4094, 229, 'Birthorpe', 528907800, -3616900, 0),
(128944, 4172, 229, 'Bishampton', 521620400, -20167700, 0),
(128945, 4069, 229, 'Bishop Burton', 538456200, -4981100, 0),
(128946, 4049, 229, 'Bishop Middleham', 546777800, -14882600, 0),
(128947, 4115, 229, 'Bishop Monkton', 540929900, -14957200, 0),
(128948, 4006, 229, 'Bishop Sutton', 513344400, -25947200, 0),
(128949, 4138, 229, 'Bishop''s Castle', 524920800, -30021000, 0),
(128950, 4169, 229, 'Bishops Cannings', 513766200, -19479800, 0),
(128951, 4061, 229, 'Bishops Caundle', 509166700, -24166700, 0),
(128952, 4083, 229, 'Bishops Frome', 521333300, -25000000, 0),
(128953, 4142, 229, 'Bishops Lydeard', 510591700, -31877800, 0),
(128954, 4058, 229, 'Bishops Nympton', 510000000, -37666700, 0),
(128955, 4164, 229, 'Bishops Tachbrook', 522494000, -15419500, 0),
(128956, 4089, 229, 'Bishopsbourne', 512292700, 11352400, 0),
(128957, 4045, 229, 'Bishopthorpe', 539191000, -10991500, 0),
(128958, 4130, 229, 'Bishopton', 545833300, -14333300, 0),
(128959, 4081, 229, 'Bisterne', 508120500, -17904500, 0),
(128960, 4058, 229, 'Bittadon', 511535700, -40821200, 0),
(128961, 4138, 229, 'Bitterley', 523929600, -26449000, 0),
(128962, 4121, 229, 'Bix', 515606400, -9525500, 0),
(128963, 4001, 229, 'Blackford', 512261100, -28477800, 0),
(128964, 4090, 229, 'Blackmoorfoot', 536142300, -18558800, 0),
(128965, 4058, 229, 'Blagberry', 510000000, -45166700, 0),
(128966, 4083, 229, 'Blakemere', 520648500, -29318700, 0),
(128967, 4154, 229, 'Blaxhall', 521610400, 14619000, 0),
(128968, 4029, 229, 'Bledlow', 517122200, -8771900, 0),
(128969, 4053, 229, 'Blencogo', 548203800, -32515600, 0),
(128970, 4007, 229, 'Bletsoe', 522122200, -5062200, 0),
(128971, 4119, 229, 'Blidworth', 530984900, -11168900, 0),
(128972, 4156, 229, 'Blindley Heath', 511934400, -511600, 0),
(128973, 4078, 229, 'Blockley', 520122000, -17626800, 0),
(128974, 4109, 229, 'Blofield', 526345200, 14479600, 0),
(128975, 4150, 229, 'Blore', 530333300, -18166700, 0),
(128976, 4061, 229, 'Bloxworth', 507508800, -21682100, 0),
(128978, 4121, 229, 'Boars Hill', 517158100, -12925200, 0),
(128979, 4029, 229, 'Boarstall', 518226300, -10943000, 0),
(128980, 4073, 229, 'Bobbingworth', 517281700, 2211000, 0),
(128982, 4070, 229, 'Bodle Street', 509129900, 3433200, 0),
(128983, 4164, 229, 'Bodymoor Heath', 525639900, -17083300, 0),
(128984, 4081, 229, 'Boldre', 507835600, -15501000, 0),
(128985, 4058, 229, 'Bolham', 509231700, -34935400, 0),
(128986, 4007, 229, 'Bolnhurst', 522171800, -4089800, 0),
(128987, 4115, 229, 'Bolton Percy', 538647000, -11918000, 0),
(128988, 4092, 229, 'Bolton by Bowland', 539333300, -23333300, 0),
(128989, 4092, 229, 'Bolton le Sands', 540833300, -27833300, 0),
(128990, 4115, 229, 'Bolton upon Swale', 543850600, -16167100, 0),
(128991, 4053, 229, 'Boltongate', 547577200, -31841500, 0),
(128992, 4113, 229, 'Bonby', 536247900, -4846400, 0),
(128993, 4115, 229, 'Borrowby', 543000000, -13500000, 0),
(128994, 4083, 229, 'Bosbury', 520883800, -24436400, 0),
(128995, 4168, 229, 'Bosham', 508308800, -8538400, 0),
(128996, 4048, 229, 'Botallack', 501377100, -56823800, 0),
(128997, 4154, 229, 'Botesdale', 523421600, 10040500, 0),
(128998, 4032, 229, 'Bottisham', 522228000, 2587800, 0),
(128999, 4041, 229, 'Bottomboat', 537193600, -14602400, 0),
(129000, 4089, 229, 'Boughton Aulph', 511833300, 9000000, 0),
(129001, 4089, 229, 'Boughton Malherbe', 512139800, 6919700, 0),
(129002, 4089, 229, 'Boughton Street', 512933800, 9513500, 0),
(129003, 4117, 229, 'Boulmer', 554197400, -15822800, 0),
(129004, 4164, 229, 'Bourton on Dunsmore', 523281800, -13617000, 0),
(129005, 4078, 229, 'Bourton on the Hill', 519833300, -17333300, 0),
(129006, 4115, 229, 'Bouthwaite', 541370400, -18132400, 0),
(129007, 4061, 229, 'Bovington Camp', 506978200, -22350600, 0),
(129008, 4087, 229, 'Bowcombe', 506793300, -13380100, 0),
(129009, 4169, 229, 'Bower Chalke', 510000000, -19666700, 0),
(129010, 4053, 229, 'Bowland Bridge', 542985000, -28965400, 0),
(129011, 4053, 229, 'Bowness-on-Solway', 549538900, -32118700, 0),
(129012, 4053, 229, 'Bowness-on-Windermere', 543633100, -29185900, 0),
(129013, 4117, 229, 'Bowsden', 556694300, -20119000, 0),
(129014, 4032, 229, 'Boxworth', 522593300, -269500, 0),
(129015, 4057, 229, 'Bradbourne', 530708200, -16924100, 0),
(129016, 4029, 229, 'Bradenham', 516659700, -8086400, 0),
(129017, 4150, 229, 'Bradley in the Moors', 529686800, -19120400, 0),
(129018, 4058, 229, 'Bradninch', 508333300, -34166700, 0),
(129019, 4061, 229, 'Bradpole', 507445400, -27353900, 0),
(129020, 4058, 229, 'Bradworthy', 509021800, -43836800, 0),
(129021, 4115, 229, 'Brafferton', 541166700, -13500000, 0),
(129022, 4060, 229, 'Braithwell', 534467500, -12015200, 0),
(129023, 4168, 229, 'Bramber', 508831100, -3136300, 0),
(129024, 4109, 229, 'Bramerton', 525947000, 13853200, 0),
(129025, 4154, 229, 'Bramfield', 518166700, -1000000, 0),
(129026, 4083, 229, 'Brampton Bryan', 523462300, -29258100, 0),
(129027, 4132, 229, 'Brampton en le Morthen', 533882400, -12718400, 0),
(129028, 4081, 229, 'Bramshaw', 509380500, -16175400, 0),
(129029, 4109, 229, 'Brancaster Staithe', 529657700, 6742900, 0),
(129030, 4049, 229, 'Brancepeth', 547364000, -16569000, 0),
(129031, 4048, 229, 'Brane', 500984500, -56323000, 0),
(129032, 4058, 229, 'Branscombe', 506913400, -31389000, 0),
(129033, 4081, 229, 'Bransgore', 507815300, -17377100, 0),
(129034, 4094, 229, 'Brant Broughton', 530777000, -6325900, 0),
(129035, 4115, 229, 'Branton Green', 540549300, -13285700, 0),
(129036, 4094, 229, 'Brattleby', 533162000, -5777100, 0),
(129037, 4169, 229, 'Bratton', 512041700, -35094400, 0),
(129038, 4084, 229, 'Braughing', 519068400, 278900, 0),
(129039, 4094, 229, 'Brauncewell', 530555600, -4907800, 0),
(129040, 4115, 229, 'Brawby', 541933300, -8715200, 0),
(129041, 4116, 229, 'Braybrooke', 524522400, -8738400, 0),
(129042, 4053, 229, 'Braystones', 544416400, -35331400, 0),
(129043, 4048, 229, 'Breage', 501089300, -53326000, 0),
(129044, 4081, 229, 'Breamore', 509608500, -17758300, 0),
(129045, 4142, 229, 'Brean', 512993000, -30104400, 0),
(129046, 4109, 229, 'Breckles', 525166700, 9000000, 0),
(129047, 4083, 229, 'Bredenbury', 522076300, -25770200, 0),
(129048, 4154, 229, 'Bredfield', 521276900, 13141500, 0),
(129049, 4093, 229, 'Breedon on the Hill', 528019600, -14029800, 0),
(129050, 4089, 229, 'Brenchley', 511514100, 3982500, 0),
(129051, 4154, 229, 'Brent Eleigh', 520954300, 8344500, 0),
(129052, 4084, 229, 'Brent Pelham', 519570900, 854700, 0),
(129053, 4036, 229, 'Brereton cum Smethwick', 531666700, -23333300, 0),
(129054, 4053, 229, 'Bridgefoot', 546333300, -34500000, 0),
(129055, 4049, 229, 'Brignall', 545053400, -18889600, 0),
(129056, 4083, 229, 'Brimfield', 523067100, -26961800, 0),
(129057, 4092, 229, 'Brinscall', 536890000, -25720800, 0),
(129058, 4053, 229, 'Brisco', 548583400, -29039400, 0),
(129059, 4109, 229, 'Brisley', 527560900, 8872100, 0),
(129060, 4109, 229, 'Briston', 528536900, 10589900, 0),
(129061, 4058, 229, 'Broadhembury', 508355200, -32780300, 0),
(129062, 4094, 229, 'Broadholme', 532570600, -6644600, 0),
(129063, 4172, 229, 'Broadwas', 521948600, -23548700, 0),
(129064, 4109, 229, 'Brockdish', 523698900, 12487900, 0),
(129065, 4116, 229, 'Brockhall', 522588300, -10737200, 0),
(129066, 4083, 229, 'Brockhampton Estate', 522013000, -24586000, 0),
(129067, 4114, 229, 'Brockley', 514000000, -27666700, 0),
(129068, 4154, 229, 'Brockley Green', 521666700, 6666700, 0),
(129069, 4169, 229, 'Brokenborough', 516013100, -21186000, 0),
(129070, 4154, 229, 'Brome Street', 523452200, 11611600, 0),
(129071, 4154, 229, 'Bromeswell', 521071400, 13599900, 0),
(129072, 4142, 229, 'Brompton Ralph', 510819400, -33072200, 0),
(129073, 4078, 229, 'Brookthorpe', 518081900, -22382900, 0),
(129074, 4069, 229, 'Broomfleet', 537333300, -6666700, 0),
(129075, 4115, 229, 'Brotherton', 537265500, -12710200, 0),
(129076, 4129, 229, 'Brotton', 545666100, -9392900, 0),
(129077, 4053, 229, 'Brough Sowerby', 545094200, -23153700, 0),
(129078, 4169, 229, 'Broughton Gifford', 513721400, -21755000, 0),
(129079, 4053, 229, 'Broughton Moor', 546871900, -34681000, 0),
(129080, 4061, 229, 'Brownsea Island', 506917300, -19715300, 0),
(129081, 4115, 229, 'Broxa', 543099100, -5441700, 0),
(129082, 4094, 229, 'Broxholme', 532833300, -6333300, 0),
(129083, 4073, 229, 'Broxted', 519200000, 2916500, 0),
(129084, 4154, 229, 'Bruisyard', 522404300, 14172400, 0),
(129085, 4109, 229, 'Brundall', 526226800, 14387600, 0),
(129086, 4093, 229, 'Bruntingthorpe', 525034900, -11132300, 0),
(129087, 4088, 229, 'Bryher', 499532800, -63527800, 0),
(129088, 4164, 229, 'Bubbenhall', 523477400, -14674000, 0),
(129089, 4115, 229, 'Buckden', 522941500, -2491200, 0),
(129090, 4058, 229, 'Buckfastleigh', 504813200, -37791300, 0),
(129091, 4061, 229, 'Buckhorn Weston', 510200000, -23491700, 0),
(129092, 4058, 229, 'Buckland Brewer', 509654800, -42527400, 0),
(129093, 4142, 229, 'Buckland Dinham', 512594900, -23553700, 0),
(129094, 4058, 229, 'Buckland Monachorum', 504948100, -41305600, 0),
(129095, 4061, 229, 'Buckland Newton', 508462400, -24401600, 0),
(129096, 4058, 229, 'Buckland in the Moor', 505433700, -38065700, 0),
(129097, 4165, 229, 'Bucklebury', 514339500, -12070400, 0),
(129098, 4081, 229, 'Bucklers Hard', 507987000, -14243600, 0),
(129099, 4048, 229, 'Budock Water', 501453300, -51035100, 0),
(129100, 4138, 229, 'Buildwas', 526342700, -25267000, 0),
(129101, 4164, 229, 'Bulkington', 513236100, -20836100, 0),
(129102, 4078, 229, 'Bulley', 518756300, -23466900, 0),
(129103, 4116, 229, 'Bulwick', 525374500, -5825000, 0),
(129104, 4036, 229, 'Bunbury', 531155900, -26515100, 0),
(129105, 4119, 229, 'Bunny', 528609400, -11355400, 0),
(129106, 4154, 229, 'Bures Saint Mary', 519724000, 7748800, 0),
(129107, 4004, 229, 'Burgh', 521163400, 12584500, 0),
(129109, 4094, 229, 'Burgh le Marsh', 531615800, 2448400, 0),
(129110, 4109, 229, 'Burgh next Aylsham', 527792400, 12872000, 0),
(129111, 4081, 229, 'Buriton', 509750500, -9485100, 0),
(129112, 4025, 229, 'Burley in Wharfedale', 539102000, -17579800, 0),
(129113, 4057, 229, 'Burnaston', 528880100, -15720700, 0),
(129114, 4115, 229, 'Burneston', 542614600, -15297500, 0),
(129115, 4109, 229, 'Burnham Thorpe', 529377500, 7564000, 0),
(129116, 4049, 229, 'Burnopfield', 549062400, -17248600, 0),
(129117, 4032, 229, 'Burrough Green', 521731700, 3945200, 0),
(129118, 4154, 229, 'Burstall', 520600400, 10573500, 0),
(129119, 4061, 229, 'Burstock', 508230100, -28228000, 0),
(129120, 4069, 229, 'Burton Agnes', 540514200, -3156200, 0),
(129121, 4069, 229, 'Burton Constable', 538166700, -2000000, 0),
(129122, 4119, 229, 'Burton Joyce', 529882500, -10340700, 0),
(129123, 4093, 229, 'Burton Lazars', 527441200, -8642000, 0),
(129124, 4093, 229, 'Burton Overy', 525750400, -10026100, 0),
(129125, 4094, 229, 'Burton Pedwardine', 529648500, -3365000, 0),
(129126, 4069, 229, 'Burton Pidsea', 537632700, -1070300, 0),
(129127, 4115, 229, 'Burton in Lonsdale', 541443900, -25337200, 0),
(129128, 4113, 229, 'Burton upon Stather', 536491100, -6845300, 0),
(129129, 4115, 229, 'Burythorpe', 540725800, -7918700, 0),
(129130, 4121, 229, 'Buscot', 516758900, -16670400, 0),
(129132, 4154, 229, 'Butley', 521066800, 14571700, 0),
(129133, 4049, 229, 'Butterknowle', 546260600, -18378900, 0),
(129134, 4058, 229, 'Butterleigh', 508629100, -34599500, 0),
(129135, 4150, 229, 'Butterton', 531062500, -18894800, 0),
(129136, 4115, 229, 'Butterwick', 529833300, 666700, 0),
(129137, 4154, 229, 'Buxhall', 521805600, 9313600, 0),
(129138, 4057, 229, 'Buxworth', 533360800, -19669400, 0),
(129139, 4116, 229, 'Byfield', 521754600, -12456600, 0),
(129140, 4084, 229, 'Bygrave', 520043500, -1660400, 0),
(129141, 4058, 229, 'Cadeleigh', 508611700, -35443600, 0),
(129142, 4109, 229, 'Caistor Saint Edmunds', 525870400, 13000800, 0),
(129143, 4053, 229, 'Calder Bridge', 544403000, -34778600, 0),
(129144, 4100, 229, 'Caldy', 533583200, -31638400, 0),
(129145, 4057, 229, 'Calke', 527952900, -14498500, 0),
(129146, 4117, 229, 'Callaly', 553793600, -19187000, 0),
(129147, 4172, 229, 'Callow Hill', 523590800, -23733200, 0),
(129148, 4169, 229, 'Calstone Wellington', 514142400, -19646600, 0),
(129149, 4039, 229, 'Calverley', 538283200, -16882000, 0),
(129150, 4115, 229, 'Cam Houses', 542333300, -22666700, 0),
(129151, 4117, 229, 'Cambois', 551518400, -15242000, 0),
(129152, 4060, 229, 'Campsall', 536191700, -11800200, 0),
(129153, 4154, 229, 'Campsey Ash', 521519200, 14003300, 0),
(129154, 4083, 229, 'Canon Frome', 520886500, -25102000, 0),
(129155, 4094, 229, 'Canwick', 532132000, -5266900, 0),
(129156, 4117, 229, 'Capheaton', 551173500, -19476100, 0),
(129157, 4048, 229, 'Carbis Bay', 501959500, -54662800, 0),
(129158, 4142, 229, 'Carhampton', 511745300, -34214200, 0),
(129159, 4053, 229, 'Cark', 541793800, -29759100, 0),
(129160, 4094, 229, 'Carlby', 527138400, -4464900, 0),
(129161, 4129, 229, 'Carlin How', 545629100, -9069100, 0),
(129162, 4094, 229, 'Carlton le Moorland', 531116300, -6446900, 0),
(129163, 4048, 229, 'Carnbrea', 502166700, -52333300, 0),
(129164, 4090, 229, 'Cartworth', 535660100, -17813300, 0),
(129165, 4109, 229, 'Castle Acre', 527046000, 6890300, 0),
(129166, 4094, 229, 'Castle Bytham', 527547900, -5361000, 0),
(129167, 4018, 229, 'Castle Eaton', 516605300, -17920600, 0),
(129168, 4083, 229, 'Castle Frome', 521090800, -24910400, 0),
(129169, 4073, 229, 'Castle Hedingham', 519901500, 5988200, 0),
(129170, 4109, 229, 'Castle Rising', 527945600, 4701800, 0),
(129171, 4172, 229, 'Castlemorton', 520333300, -23000000, 0),
(129172, 4109, 229, 'Caston', 525435800, 8825100, 0),
(129173, 4124, 229, 'Castor', 525731900, -3460300, 0),
(129174, 4081, 229, 'Catherington', 509211600, -10218100, 0),
(129175, 4115, 229, 'Cattal', 539816500, -13182000, 0),
(129176, 4115, 229, 'Catterick Camp', 543500000, -17166700, 0),
(129177, 4117, 229, 'Catton', 549000000, -22666700, 0),
(129178, 4032, 229, 'Catworth', 523465900, -4074800, 0),
(129179, 4150, 229, 'Cauldon', 530410500, -18873700, 0),
(129180, 4154, 229, 'Cavenham', 522989300, 5818500, 0),
(129181, 4115, 229, 'Cawood', 538330300, -11296200, 0),
(129182, 4048, 229, 'Cawsand', 503316600, -42025100, 0),
(129183, 4115, 229, 'Cawthorn', 542833300, -8000000, 0),
(129184, 4005, 229, 'Cawthorne', 535666700, -15833300, 0),
(129185, 4138, 229, 'Caynham', 523536800, -26617400, 0),
(129186, 4094, 229, 'Caythorpe', 530166700, -6000000, 0),
(129187, 4078, 229, 'Chaceley', 519747300, -22084200, 0),
(129188, 4116, 229, 'Chacombe', 520903600, -12827800, 0),
(129189, 4172, 229, 'Chaddesley Corbett', 523610700, -21592800, 0),
(129190, 4058, 229, 'Chagford', 506750400, -38393600, 0),
(129191, 4061, 229, 'Chaldon Herring', 506499100, -22961400, 0),
(129192, 4087, 229, 'Chalegreen', 506190300, -13209300, 0),
(129193, 4035, 229, 'Chalgrave', 519351200, -5363300, 0),
(129194, 4142, 229, 'Chapel Allerton', 512486100, -28480600, 0),
(129195, 4116, 229, 'Chapel Brampton', 522898600, -9317400, 0),
(129196, 4115, 229, 'Chapel Haddlesey', 537297200, -11209500, 0),
(129197, 4094, 229, 'Chapel Saint Leonards', 532166700, 3166700, 0),
(129198, 4169, 229, 'Chapmanslade', 512291700, -22488900, 0),
(129199, 4058, 229, 'Chardstock', 508349500, -29806300, 0),
(129200, 4078, 229, 'Charlton Abbots', 519160800, -19522900, 0),
(129201, 4142, 229, 'Charlton Mackrell', 510594400, -26736100, 0),
(129202, 4061, 229, 'Charlton Marshall', 508359100, -21423100, 0),
(129203, 4061, 229, 'Charminster', 507333300, -24500000, 0),
(129204, 4154, 229, 'Charsfield', 521595600, 12970700, 0),
(129205, 4116, 229, 'Charwelton', 521995800, -12210000, 0),
(129206, 4092, 229, 'Chatburn', 538922800, -23549500, 0),
(129207, 4117, 229, 'Chathill', 555348200, -17075200, 0),
(129208, 4073, 229, 'Chatley', 518166700, 5166700, 0),
(129209, 4154, 229, 'Chattisham', 520386200, 10485100, 0),
(129210, 4117, 229, 'Chatton', 555489700, -19120100, 0),
(129211, 4007, 229, 'Chawston', 521913400, -3147000, 0),
(129212, 4029, 229, 'Chearsley', 517899800, -9615600, 0),
(129213, 4154, 229, 'Chediston', 523481300, 14615200, 0),
(129214, 4142, 229, 'Chedzoy', 511330600, -29455600, 0),
(129215, 4057, 229, 'Chellaston', 528685600, -14378800, 0),
(129216, 4057, 229, 'Chelmorton', 532286500, -18309400, 0),
(129217, 4029, 229, 'Chelmscote', 519372300, -6965600, 0),
(129218, 4116, 229, 'Chelveston', 523152500, -5468300, 0),
(129219, 4114, 229, 'Chelvey', 514113800, -27687600, 0),
(129220, 4169, 229, 'Cherhill', 514298900, -19509000, 0),
(129221, 4122, 229, 'Cheriton', 510522900, -11699600, 0),
(129222, 4058, 229, 'Cheriton Bishop', 507241500, -37409800, 0),
(129223, 4157, 229, 'Cherrington', 527763400, -24964400, 0),
(129224, 4069, 229, 'Cherry Burton', 538666700, -5000000, 0),
(129225, 4142, 229, 'Chesterblade', 511694400, -24855600, 0),
(129226, 4061, 229, 'Chetnole', 508680600, -25665200, 0),
(129227, 4061, 229, 'Chettle', 509208800, -20696400, 0),
(129228, 4154, 229, 'Chevington', 522038900, 6094800, 0),
(129229, 4006, 229, 'Chew Stoke', 513536500, -26326600, 0),
(129230, 4169, 229, 'Chicklade', 511091700, -21266700, 0),
(129231, 4073, 229, 'Chickney', 519280200, 2910900, 0),
(129232, 4061, 229, 'Chideock', 507321600, -28192000, 0),
(129233, 4081, 229, 'Chilcomb', 510524300, -12779800, 0),
(129234, 4061, 229, 'Child Okeford', 509137000, -22367900, 0),
(129235, 4121, 229, 'Childrey', 515845000, -14796600, 0),
(129236, 4138, 229, 'Childs Ercall', 528166700, -25000000, 0),
(129237, 4089, 229, 'Chilham', 512441300, 9622500, 0),
(129238, 4154, 229, 'Chillesford', 521166700, 14833300, 0),
(129239, 4142, 229, 'Chillington', 508833300, -28666700, 0),
(129240, 4035, 229, 'Chiltern Green', 518605900, -3532400, 0),
(129241, 4070, 229, 'Chiltington', 509171600, -261400, 0),
(129242, 4057, 229, 'Chinley', 533402500, -19390000, 0),
(129243, 4116, 229, 'Chipping Warden', 521353600, -12729000, 0),
(129244, 4142, 229, 'Chipstable', 510357200, -33661100, 0),
(129245, 4142, 229, 'Chiselborough', 509301600, -27572000, 0),
(129246, 4018, 229, 'Chisledon', 515000000, -17333300, 0),
(129247, 4169, 229, 'Chittoe', 513994000, -20662200, 0),
(129248, 4117, 229, 'Chollerford', 550299000, -21280900, 0),
(129249, 4169, 229, 'Christian Malford', 515103900, -20550800, 0),
(129250, 4058, 229, 'Christow', 506528500, -36474400, 0),
(129251, 4058, 229, 'Chudleigh Knighton', 505850700, -36318700, 0),
(129252, 4116, 229, 'Church Brampton', 522870300, -9433000, 0),
(129253, 4150, 229, 'Church Eaton', 527552300, -22286500, 0),
(129254, 4057, 229, 'Church Gresley', 527601000, -15677200, 0),
(129255, 4150, 229, 'Church Leigh', 529216800, -19667300, 0),
(129256, 4036, 229, 'Church Minshull', 531421000, -25002500, 0),
(129257, 4116, 229, 'Church Stowe', 522124500, -10685400, 0),
(129258, 4164, 229, 'Churchover', 524214600, -12500200, 0),
(129259, 4114, 229, 'Clapton in Gordano', 514633300, -27563900, 0),
(129260, 4119, 229, 'Clarborough', 533454900, -9038200, 0),
(129261, 4154, 229, 'Clare', 520786100, 5816700, 0),
(129262, 4142, 229, 'Clatworthy', 510686100, -33538900, 0),
(129263, 4094, 229, 'Claxby', 534333300, -3166700, 0),
(129264, 4057, 229, 'Clay Cross', 531667100, -14125200, 0),
(129265, 4093, 229, 'Claybrooke Parva', 524869000, -12744300, 0),
(129266, 4078, 229, 'Claypits', 517533300, -23411100, 0),
(129267, 4094, 229, 'Claypole', 530314400, -7340700, 0),
(129268, 4119, 229, 'Clayworth', 533859000, -9068100, 0),
(129269, 4115, 229, 'Cleasby', 545128600, -16140500, 0),
(129270, 4053, 229, 'Cleator', 545042400, -35233500, 0),
(129271, 4138, 229, 'Clee Saint Margaret', 524500000, -26500000, 0),
(129272, 4109, 229, 'Clenchwarton', 527560400, 3579000, 0),
(129273, 4172, 229, 'Clent', 524132100, -21054300, 0),
(129274, 4109, 229, 'Cley next the Sea', 529480200, 10464500, 0),
(129275, 4053, 229, 'Cliburn', 546149300, -26403200, 0),
(129276, 4059, 229, 'Clipsham', 527360800, -5654500, 0),
(129277, 4116, 229, 'Clipston', 524284100, -9544300, 0),
(129278, 4119, 229, 'Clipstone', 531666700, -11000000, 0),
(129279, 4094, 229, 'Clixby', 535238800, -3389200, 0),
(129280, 4154, 229, 'Clopton', 521166700, 12500000, 0),
(129281, 4084, 229, 'Clothall', 519709000, -1500700, 0),
(129282, 4037, 229, 'Clotton', 531706200, -27119100, 0),
(129283, 4115, 229, 'Cloughton', 543383300, -4486200, 0),
(129284, 4058, 229, 'Clovelly', 509992900, -43984500, 0),
(129285, 4138, 229, 'Clungunford', 524038600, -28848100, 0),
(129286, 4138, 229, 'Clunton', 524259900, -29798400, 0),
(129287, 4058, 229, 'Clyst Honiton', 507334300, -34365000, 0),
(129288, 4058, 229, 'Clyst Hydon', 508055300, -33695100, 0),
(129289, 4058, 229, 'Clyst Saint Lawrence', 507833300, -33833300, 0),
(129290, 4078, 229, 'Coaley', 517131100, -23327000, 0),
(129291, 4117, 229, 'Coanwood', 549265000, -24996300, 0),
(129292, 4092, 229, 'Cockerham', 539632800, -28166300, 0),
(129293, 4109, 229, 'Cockley Cley', 526073100, 6464300, 0),
(129294, 4154, 229, 'Coddenham', 521455200, 11170400, 0),
(129295, 4169, 229, 'Codford Saint Mary', 511558300, -20388900, 0),
(129296, 4169, 229, 'Codford Saint Peter', 511597200, -20530600, 0),
(129297, 4058, 229, 'Colaton Raleigh', 506799100, -33069100, 0),
(129298, 4144, 229, 'Cold Ashton', 514508300, -23613900, 0),
(129299, 4078, 229, 'Cold Aston', 518764000, -18144000, 0),
(129300, 4049, 229, 'Cold Hesledon', 548129400, -13612300, 0),
(129301, 4089, 229, 'Coldred', 511763300, 12460900, 0),
(129302, 4058, 229, 'Coldridge', 508531200, -38515500, 0),
(129303, 4168, 229, 'Coldwaltham', 509373400, -5476000, 0),
(129304, 4084, 229, 'Cole Green', 517875400, -1438100, 0),
(129305, 4094, 229, 'Coleby', 531333300, -5500000, 0),
(129306, 4138, 229, 'Colemere', 528893300, -28429000, 0),
(129307, 4093, 229, 'Coleorton', 527534400, -14042000, 0),
(129308, 4078, 229, 'Colesborne', 518166700, -20000000, 0),
(129309, 4169, 229, 'Collingbourne Ducis', 512851600, -16525200, 0),
(129310, 4163, 229, 'Collins Green', 534333300, -26666700, 0),
(129311, 4116, 229, 'Collyweston', 526139900, -5298300, 0),
(129312, 4094, 229, 'Colsterworth', 528066000, -6205600, 0),
(129313, 4109, 229, 'Coltishall', 527280400, 13665300, 0),
(129314, 4150, 229, 'Colwich', 527876400, -19820600, 0),
(129315, 4058, 229, 'Combe Martin', 511987300, -40234300, 0),
(129316, 4058, 229, 'Combpyne', 507257800, -30074000, 0),
(129317, 4150, 229, 'Combridge', 529379300, -18603800, 0),
(129318, 4142, 229, 'Compton Dundon', 510930600, -27305600, 0),
(129319, 4138, 229, 'Condover', 526483000, -27502500, 0),
(129320, 4154, 229, 'Coney Weston', 523658300, 8764100, 0),
(129321, 4093, 229, 'Congerstone', 526441200, -14572800, 0),
(129322, 4058, 229, 'Cookbury', 508318000, -42639800, 0),
(129323, 4070, 229, 'Cooksbridge', 509037500, -86500, 0),
(129324, 4168, 229, 'Coolham', 509933400, -4047800, 0),
(129325, 4078, 229, 'Coombe Hill', 519416600, -21639000, 0),
(129326, 4032, 229, 'Coppingford', 524000000, -2833300, 0),
(129327, 4058, 229, 'Copplestone', 508107300, -37460700, 0),
(129328, 4115, 229, 'Copt Hewick', 541359800, -14818800, 0),
(129329, 4093, 229, 'Copt Oak', 527128000, -12905500, 0),
(129330, 4138, 229, 'Coreley', 523596600, -25616200, 0),
(129331, 4164, 229, 'Corley', 524627000, -15595400, 0),
(129332, 4117, 229, 'Cornhill on Tweed', 556452400, -22226700, 0),
(129333, 4049, 229, 'Cornsay', 547865500, -17760500, 0),
(129334, 4058, 229, 'Cornwood', 504196400, -39652300, 0),
(129335, 4058, 229, 'Cornworthy', 503883800, -36483700, 0),
(129336, 4061, 229, 'Corscombe', 508467200, -26872800, 0),
(129337, 4001, 229, 'Corse', 519333300, -23000000, 0),
(129338, 4078, 229, 'Corse and Staunton', 519608500, -23063500, 0),
(129339, 4169, 229, 'Corsley', 512188900, -22480600, 0),
(129340, 4142, 229, 'Corton Denham', 510005400, -25211200, 0),
(129341, 4119, 229, 'Cossall', 529773500, -12847400, 0),
(129342, 4142, 229, 'Cossington', 511588900, -29202800, 0),
(129343, 4053, 229, 'Cotehill', 548442200, -28291800, 0),
(129344, 4093, 229, 'Cotesbach', 524356000, -12121900, 0),
(129345, 4142, 229, 'Cothelstone', 510786100, -31686100, 0),
(129346, 4049, 229, 'Cotherstone', 545708900, -19824100, 0),
(129348, 4057, 229, 'Coton in the Elms', 527330700, -16369600, 0),
(129349, 4084, 229, 'Cottered', 519467500, -818400, 0),
(129350, 4116, 229, 'Cottesbrooke', 523543700, -9564200, 0),
(129351, 4164, 229, 'Coughton', 522333300, -18833300, 0),
(129352, 4058, 229, 'Countess Wear', 506996300, -34922600, 0),
(129353, 4048, 229, 'Coverack', 500247700, -50975400, 0),
(129354, 4145, 229, 'Covington', 523166700, -4500000, 0),
(129355, 4172, 229, 'Cow Honeybourne', 520852500, -18408800, 0),
(129356, 4092, 229, 'Cowan Bridge', 541826300, -25595600, 0),
(129357, 4094, 229, 'Cowbit', 527452300, -1297800, 0),
(129358, 4168, 229, 'Cowfold', 509894500, -2724300, 0),
(129359, 4154, 229, 'Cowlinge', 521635600, 5057100, 0),
(129360, 4057, 229, 'Coxbench', 529884600, -14471700, 0),
(129361, 4142, 229, 'Coxley', 511893500, -26753400, 0),
(129362, 4121, 229, 'Coxwell', 516333300, -16000000, 0),
(129363, 4115, 229, 'Coxwold', 541874400, -11833300, 0),
(129364, 4049, 229, 'Craghead', 548529000, -16696200, 0),
(129365, 4115, 229, 'Crambe', 540752000, -8802800, 0),
(129366, 4048, 229, 'Crantock', 504003100, -51106100, 0),
(129367, 4094, 229, 'Cranwell', 530368100, -4617600, 0),
(129368, 4117, 229, 'Craster', 554720700, -15928000, 0),
(129369, 4154, 229, 'Cratfield', 523244800, 13949200, 0),
(129370, 4092, 229, 'Crawshaw Booth', 537166700, -22833300, 0),
(129371, 4115, 229, 'Crayke', 541274800, -11421300, 0),
(129372, 4142, 229, 'Creech Saint Michael', 510233300, -30383300, 0),
(129374, 4142, 229, 'Cricket St Thomas', 515085300, -1257400, 0),
(129375, 4144, 229, 'Cromhall', 516121300, -24436000, 0),
(129376, 4053, 229, 'Crooklands', 542446200, -27143100, 0),
(129377, 4053, 229, 'Crosby Ravensworth', 545232700, -25881400, 0),
(129378, 4172, 229, 'Crossway Green', 523150900, -22370900, 0),
(129379, 4057, 229, 'Crowden', 534903400, -18956600, 0),
(129380, 4154, 229, 'Crowfield', 521666700, 11333300, 0),
(129381, 4113, 229, 'Crowle', 522000000, -21166700, 0),
(129382, 4058, 229, 'Croyde Bay', 511340900, -42362000, 0),
(129383, 4157, 229, 'Crudgington', 527592300, -25491200, 0),
(129384, 4119, 229, 'Cuckney', 532352500, -11557500, 0),
(129385, 4079, 229, 'Cudham', 513192400, 711500, 0),
(129386, 4142, 229, 'Culbone', 512211100, -36511100, 0),
(129387, 4138, 229, 'Culmington', 524339200, -27473400, 0),
(129388, 4058, 229, 'Culmstock', 509140000, -32784800, 0),
(129389, 4053, 229, 'Cumwhinton', 548687800, -28525900, 0),
(129390, 4053, 229, 'Cumwhitton', 548629400, -27709900, 0),
(129391, 4057, 229, 'Curbar', 532682700, -16247900, 0),
(129392, 4150, 229, 'Curborough', 527062600, -18170900, 0),
(129393, 4081, 229, 'Curdridge', 509236600, -12461500, 0),
(129394, 4164, 229, 'Curdworth', 525338200, -17368700, 0),
(129395, 4142, 229, 'Curland', 509468900, -30311100, 0),
(129396, 4093, 229, 'Dadlington', 525787200, -14054500, 0),
(129397, 4078, 229, 'Daglingworth', 517451000, -20109900, 0),
(129398, 4057, 229, 'Dale Abbey', 529444700, -13519900, 0),
(129399, 4082, 229, 'Dalton Piercy', 546737300, -12807600, 0),
(129400, 4115, 229, 'Dalton upon Tees', 544643500, -15411800, 0),
(129401, 4081, 229, 'Damerham', 509451400, -18502100, 0),
(129402, 4056, 229, 'Darley Abbey', 529425700, -14794300, 0),
(129403, 4119, 229, 'Darlton', 532538600, -8411800, 0),
(129404, 4041, 229, 'Darrington', 536756600, -12690100, 0),
(129405, 4005, 229, 'Darton', 535870500, -15267600, 0),
(129406, 4084, 229, 'Datchworth', 518512600, -1595600, 0),
(129407, 4048, 229, 'Davidstow', 506557100, -46159900, 0),
(129408, 4156, 229, 'Dawesgreen', 512113000, -2577200, 0),
(129409, 4058, 229, 'Dean Prior', 504574700, -37907700, 0),
(129410, 4053, 229, 'Dearham', 547117500, -34436400, 0),
(129411, 4154, 229, 'Debach', 521408300, 12785400, 0),
(129412, 4094, 229, 'Deeping Saint James', 526717000, -2890800, 0),
(129413, 4094, 229, 'Deeping Saint Nicholas', 527237100, -2073700, 0),
(129414, 4058, 229, 'Denbury', 505076800, -36606500, 0),
(129415, 4073, 229, 'Dengie', 516861800, 8731600, 0),
(129416, 4089, 229, 'Densole', 511298100, 11583700, 0),
(129417, 4154, 229, 'Denston', 521459200, 5712900, 0),
(129418, 4150, 229, 'Derrington', 528008700, -21626800, 0),
(129419, 4061, 229, 'Dewlish', 507830200, -23209500, 0),
(129420, 4109, 229, 'Dickleburgh', 523965000, 11849800, 0),
(129421, 4138, 229, 'Diddlebury', 524658300, -27324900, 0),
(129422, 4150, 229, 'Dilhorne', 529899900, -20404500, 0),
(129423, 4083, 229, 'Dilwyn', 521859700, -28560800, 0),
(129424, 4083, 229, 'Dinmore', 521500000, -27500000, 0),
(129425, 4049, 229, 'Dipton', 548833300, -17500000, 0),
(129426, 4115, 229, 'Dishforth', 541523600, -14166400, 0),
(129427, 4142, 229, 'Ditcheat', 511239400, -25367800, 0),
(129428, 4109, 229, 'Ditchingham', 524672900, 14437000, 0),
(129429, 4058, 229, 'Dittisham', 503841700, -36041200, 0),
(129430, 4138, 229, 'Ditton Priors', 524991200, -25775400, 0),
(129431, 4048, 229, 'Dobwalls', 504576800, -45173500, 0),
(129432, 4109, 229, 'Docking', 529010300, 6255300, 0),
(129433, 4083, 229, 'Docklow', 522139400, -26381300, 0),
(129434, 4172, 229, 'Doddenham', 522039500, -23818700, 0),
(129435, 4116, 229, 'Dodford', 522402600, -11009900, 0),
(129436, 4037, 229, 'Dodleston', 531446600, -29557100, 0),
(129437, 4114, 229, 'Doleberrow', 513278900, -27971400, 0),
(129438, 4058, 229, 'Dolton', 508916900, -40306600, 0),
(129439, 4156, 229, 'Domewood', 511443000, -820500, 0),
(129441, 4093, 229, 'Donington le Heath', 527078600, -13784400, 0),
(129442, 4094, 229, 'Donington on Bain', 533295100, -1468700, 0),
(129443, 4121, 229, 'Dorchester on Thames', 516471400, -11674900, 0),
(129444, 4029, 229, 'Dorney Reach', 515050500, -6824800, 0),
(129445, 4058, 229, 'Dousland', 505000900, -40632400, 0),
(129446, 4057, 229, 'Dove Holes', 532982800, -18877500, 0),
(129447, 4057, 229, 'Doveridge', 529052600, -18248000, 0),
(129448, 4078, 229, 'Dowdeswell', 518666700, -20000000, 0),
(129449, 4078, 229, 'Down Hatherley', 519017700, -21992200, 0),
(129450, 4144, 229, 'Doynton', 514659500, -24026800, 0),
(129451, 4048, 229, 'Drakewalls', 505157100, -42214100, 0),
(129452, 4115, 229, 'Draughton', 523666700, -8666700, 0),
(129453, 4018, 229, 'Draycot Foliat', 514983100, -17407900, 0),
(129454, 4058, 229, 'Drewsteignton', 507037700, -37921900, 0),
(129455, 4081, 229, 'Droxford', 509605900, -11381100, 0),
(129456, 4032, 229, 'Dry Drayton', 522416800, 180700, 0),
(129457, 4116, 229, 'Duddington', 525967100, -5416300, 0),
(129458, 4117, 229, 'Duddo', 556768500, -21022200, 0),
(129459, 4053, 229, 'Dufton', 546193500, -24821900, 0),
(129460, 4032, 229, 'Dullingham', 521949300, 3836600, 0),
(129461, 4048, 229, 'Duloe', 503833300, -44833300, 0),
(129462, 4142, 229, 'Dunball', 511630000, -29865800, 0),
(129463, 4142, 229, 'Dundon', 510880600, -27433300, 0),
(129464, 4058, 229, 'Dunkeswell', 508630100, -32228900, 0),
(129465, 4089, 229, 'Dunkirk', 512916900, 9792900, 0),
(129466, 4121, 229, 'Duns Tew', 519523600, -13360400, 0),
(129467, 4094, 229, 'Dunsby', 528278200, -3600600, 0),
(129468, 4150, 229, 'Dunstall', 527666700, -17333300, 0),
(129469, 4058, 229, 'Dunterton', 505912500, -42945700, 0),
(129470, 4154, 229, 'Dunwich', 522773500, 16319800, 0),
(129471, 4169, 229, 'Durnford', 511333300, -18166700, 0),
(129472, 4032, 229, 'Duxford', 520939300, 1591700, 0),
(129473, 4144, 229, 'Dyrham', 514790100, -23796700, 0),
(129474, 4119, 229, 'Eakring', 531536100, -9973400, 0),
(129475, 4138, 229, 'Eardington', 525141000, -24121100, 0),
(129476, 4083, 229, 'Eardisland', 522225500, -28520300, 0),
(129477, 4154, 229, 'Earl Soham', 522202800, 12657500, 0),
(129478, 4057, 229, 'Earl Sterndale', 532000000, -18666700, 0),
(129479, 4172, 229, 'Earls Croome', 520666700, -22000000, 0),
(129480, 4168, 229, 'Earnley', 507730500, -8299800, 0),
(129481, 4117, 229, 'Earsdon', 550459700, -14990300, 0),
(129482, 4109, 229, 'Earsham', 524516400, 14185700, 0),
(129483, 4045, 229, 'Earswick', 540072700, -10548200, 0),
(129484, 4168, 229, 'Easebourne', 509956100, -7299000, 0),
(129485, 4155, 229, 'Easington Lane', 548057600, -14347700, 0),
(129486, 4058, 229, 'East Allington', 503240900, -37283100, 0),
(129487, 4089, 229, 'East Barming', 512500000, 4666700, 0),
(129488, 4142, 229, 'East Brent', 512636100, -29350000, 0),
(129489, 4113, 229, 'East Butterwick', 535437000, -7370000, 0),
(129490, 4109, 229, 'East Carleton', 525717700, 12118700, 0),
(129491, 4142, 229, 'East Chinnock', 509158900, -27183600, 0),
(129492, 4115, 229, 'East Cowton', 544236700, -15269700, 0),
(129493, 4116, 229, 'East Farndon', 524625800, -9422700, 0),
(129494, 4165, 229, 'East Garston', 514891500, -14791800, 0),
(129495, 4169, 229, 'East Grimstead', 510505500, -16785300, 0),
(129496, 4070, 229, 'East Guldeford', 509576700, 7560000, 0),
(129497, 4116, 229, 'East Haddon', 523071800, -10236100, 0),
(129498, 4113, 229, 'East Halton', 536628500, -2795500, 0),
(129499, 4115, 229, 'East Harlsey', 543919200, -13480700, 0),
(129500, 4006, 229, 'East Harptree', 513011100, -26216700, 0),
(129501, 4115, 229, 'East Hauxwell', 543390300, -17431100, 0),
(129502, 4142, 229, 'East Horrington', 512183100, -26008800, 0),
(129503, 4035, 229, 'East Hyde', 518431000, -3642700, 0),
(129504, 4169, 229, 'East Kennet', 514000000, -18333300, 0),
(129505, 4061, 229, 'East Knighton', 506670900, -22613800, 0),
(129506, 4115, 229, 'East Layton', 544838100, -17484900, 0),
(129507, 4115, 229, 'East Lutton', 541142700, -5597600, 0),
(129508, 4119, 229, 'East Markham', 532522100, -8938500, 0),
(129509, 4115, 229, 'East Marton', 539543800, -21447300, 0),
(129510, 4081, 229, 'East Meon', 509955000, -10318600, 0),
(129511, 4093, 229, 'East Norton', 525956400, -8420900, 0),
(129512, 4061, 229, 'East Orchard', 509583900, -22380100, 0),
(129513, 4117, 229, 'East Ord', 557556900, -20332700, 0),
(129514, 4142, 229, 'East Pennard', 511351700, -25762200, 0),
(129515, 4058, 229, 'East Portlemouth', 502321600, -37557800, 0),
(129516, 4111, 229, 'East Ravendale', 534795800, -1368400, 0),
(129517, 4109, 229, 'East Raynham', 527935600, 7993100, 0),
(129518, 4039, 229, 'East Rigton', 538953300, -14315300, 0),
(129519, 4109, 229, 'East Rudham', 528207000, 7111000, 0),
(129520, 4165, 229, 'East Shefford', 514701600, -14405800, 0),
(129521, 4061, 229, 'East Stour', 510076100, -22850100, 0),
(129522, 4089, 229, 'East Stourmouth', 513159100, 12488400, 0),
(129523, 4081, 229, 'East Stratton', 511573600, -12266900, 0),
(129524, 4081, 229, 'East Tisted', 510850900, -10007900, 0),
(129525, 4109, 229, 'East Tuddenham', 526593300, 10733700, 0),
(129526, 4081, 229, 'East Wellow', 509816700, -15680400, 0),
(129527, 4109, 229, 'East Winch', 527203900, 5124100, 0),
(129528, 4115, 229, 'East Witton', 542693700, -17792900, 0),
(129529, 4081, 229, 'East Woodhay', 513500000, -14166700, 0),
(129530, 4109, 229, 'East Wretham', 524755200, 8208900, 0),
(129531, 4144, 229, 'Easter Compton', 515394000, -26184500, 0),
(129532, 4168, 229, 'Eastergate', 508398800, -6576300, 0),
(129533, 4078, 229, 'Eastleach', 517333300, -17000000, 0),
(129534, 4169, 229, 'Easton Grey', 515880200, -21728700, 0),
(129535, 4116, 229, 'Easton on the Hill', 526273300, -5057100, 0),
(129536, 4094, 229, 'Eastville', 530911100, 916700, 0),
(129537, 4093, 229, 'Eastwell', 528499600, -8497200, 0),
(129539, 4035, 229, 'Eaton Bray', 518769700, -5916700, 0),
(129540, 4115, 229, 'Ebberston', 542315100, -6237300, 0),
(129541, 4092, 229, 'Edenfield', 536667400, -23048100, 0),
(129542, 4029, 229, 'Edgcott', 518962800, -10171400, 0),
(129543, 4109, 229, 'Edgefield', 528653500, 11155300, 0),
(129544, 4119, 229, 'Edingley', 530954600, -10067400, 0),
(129545, 4142, 229, 'Edingworth', 512750200, -29228900, 0),
(129546, 4142, 229, 'Edithmead', 512377800, -29619400, 0),
(129547, 4049, 229, 'Edmondbyers', 548450800, -19756800, 0),
(129548, 4061, 229, 'Edmondsham', 509025500, -19128500, 0),
(129549, 4138, 229, 'Edstaston', 528821300, -27166600, 0),
(129550, 4154, 229, 'Edwardstone', 520442600, 8320000, 0),
(129551, 4119, 229, 'Edwinstowe', 531945400, -10643900, 0),
(129552, 4058, 229, 'Eggesford', 508879100, -38751800, 0),
(129553, 4150, 229, 'Egginton', 528502700, -16045200, 0),
(129554, 4049, 229, 'Eggleston', 546091600, -20031200, 0),
(129555, 4117, 229, 'Eglingham', 554696700, -18346800, 0),
(129556, 4048, 229, 'Egloskerry', 506529700, -44480300, 0),
(129557, 4119, 229, 'Egmanton', 532115400, -9000900, 0),
(129558, 4165, 229, 'Elcot', 514250200, -14319800, 0),
(129559, 4172, 229, 'Eldersfield', 519833200, -22868000, 0),
(129560, 4115, 229, 'Eldroth', 540825300, -23623800, 0),
(129561, 4150, 229, 'Elford', 526910300, -17210300, 0),
(129562, 4089, 229, 'Elham', 511519700, 11105000, 0),
(129563, 4119, 229, 'Elkesley', 532728200, -9707600, 0),
(129564, 4150, 229, 'Ellastone', 529851400, -18265900, 0),
(129565, 4040, 229, 'Ellenbrook', 535114300, -24129600, 0),
(129566, 4069, 229, 'Ellerker', 537532300, -6041600, 0),
(129567, 4029, 229, 'Ellesborough', 517527000, -7901100, 0),
(129568, 4053, 229, 'Ellonby', 547089600, -28928000, 0),
(129569, 4032, 229, 'Elm', 526364500, 1709700, 0),
(129570, 4073, 229, 'Elmstead Market', 518821900, 9948200, 0),
(129571, 4089, 229, 'Elmsted', 511641700, 10265800, 0),
(129572, 4117, 229, 'Elrington', 549656600, -22186300, 0),
(129573, 4113, 229, 'Elsham', 535976200, -4415100, 0),
(129574, 4156, 229, 'Elstead', 511831100, -7072400, 0),
(129575, 4168, 229, 'Elsted', 509699900, -8389900, 0),
(129576, 4119, 229, 'Elston', 530166700, -8666700, 0),
(129577, 4107, 229, 'Elswick', 538333300, -28833300, 0),
(129578, 4032, 229, 'Eltisley', 522209400, -1426900, 0),
(129579, 4154, 229, 'Elveden', 523871000, 6760900, 0),
(129580, 4082, 229, 'Elwick', 546833300, -12833300, 0),
(129581, 4117, 229, 'Embleton', 546666700, -13333300, 0),
(129582, 4142, 229, 'Emborough', 512602800, -25544400, 0),
(129583, 4109, 229, 'Emneth', 526424400, 2085700, 0),
(129584, 4081, 229, 'Empshott', 510763500, -9271400, 0),
(129585, 4165, 229, 'Enborne', 513909600, -13722200, 0),
(129586, 4144, 229, 'Engine Common', 515541700, -24355600, 0),
(129587, 4150, 229, 'Enville', 524781300, -22574300, 0),
(129588, 4115, 229, 'Eppleby', 545154000, -17246800, 0),
(129589, 4121, 229, 'Epwell', 520607800, -14840100, 0),
(129590, 4169, 229, 'Erlestoke', 512847200, -20544400, 0),
(129591, 4058, 229, 'Ermington', 503623300, -39163700, 0),
(129592, 4115, 229, 'Eryholme', 544725300, -15086500, 0),
(129593, 4115, 229, 'Escrick', 538800100, -10434400, 0),
(129594, 4049, 229, 'Esh', 547910600, -16956600, 0),
(129595, 4115, 229, 'Eshton', 540009800, -20995800, 0),
(129596, 4092, 229, 'Esprick', 538196000, -28992000, 0),
(129597, 4059, 229, 'Essendine', 527018700, -4525000, 0),
(129598, 4142, 229, 'Evercreech', 511480600, -25055600, 0),
(129599, 4061, 229, 'Evershot', 508388100, -26051100, 0),
(129600, 4069, 229, 'Everthorpe', 537685500, -6368600, 0),
(129601, 4083, 229, 'Evesbatch', 521333300, -24500000, 0),
(129602, 4094, 229, 'Ewerby', 530114800, -3316500, 0),
(129603, 4092, 229, 'Ewood Bridge', 536852000, -23116900, 0),
(129604, 4083, 229, 'Ewyas Harold', 519535800, -28932500, 0),
(129605, 4057, 229, 'Eyam', 532858300, -16781900, 0),
(129606, 4157, 229, 'Eyton upon the Weald Moors', 527333300, -25166700, 0),
(129607, 4092, 229, 'Facit', 536661900, -21705300, 0),
(129608, 4114, 229, 'Failand', 514398200, -26892400, 0),
(129609, 4058, 229, 'Fairmile', 507667600, -32958100, 0),
(129610, 4094, 229, 'Faldingworth', 533485000, -3981000, 0),
(129611, 4117, 229, 'Falstone', 551808300, -24360400, 0),
(129612, 4172, 229, 'Far Forest', 523768500, -24054100, 0),
(129613, 4150, 229, 'Farewell', 527035400, -18799900, 0),
(129614, 4053, 229, 'Farlam', 549221700, -26952000, 0),
(129615, 4094, 229, 'Farlesthorpe', 532443300, 2076400, 0),
(129616, 4053, 229, 'Farleton', 542166700, -27166700, 0),
(129617, 4138, 229, 'Farlow', 524224600, -25301000, 0),
(129618, 4078, 229, 'Farmington', 518371400, -18047500, 0),
(129619, 4116, 229, 'Farthingstone', 521899600, -11037800, 0),
(129620, 4138, 229, 'Fauls', 528903700, -26128600, 0),
(129621, 4168, 229, 'Faygate', 510943100, -2623800, 0),
(129622, 4115, 229, 'Fearby', 542248000, -17048500, 0),
(129623, 4172, 229, 'Feckenham', 522519400, -19875000, 0),
(129624, 4115, 229, 'Feetham', 543787600, -20235400, 0),
(129625, 4109, 229, 'Felbrigg', 529087700, 12799100, 0),
(129627, 4109, 229, 'Felmingham', 528149000, 13393000, 0),
(129628, 4154, 229, 'Felsham', 521776200, 8445300, 0),
(129629, 4090, 229, 'Fenay Bridge', 536348400, -17238000, 0),
(129630, 4008, 229, 'Feniscowles', 537264200, -25381000, 0),
(129631, 4164, 229, 'Fenny Compton', 521672500, -13915700, 0),
(129632, 4065, 229, 'Fenwick', 536386800, -10976000, 0),
(129633, 4048, 229, 'Feock', 502058200, -50503500, 0),
(129634, 4115, 229, 'Ferrensby', 540406900, -14371100, 0),
(129635, 4115, 229, 'Fewston', 539838600, -17096200, 0),
(129636, 4169, 229, 'Figheldean', 512231600, -17827200, 0),
(129637, 4103, 229, 'Filgrave', 521269500, -7286200, 0),
(129638, 4094, 229, 'Fillingham', 533607800, -5742700, 0),
(129639, 4164, 229, 'Fillongley', 524825200, -15872700, 0),
(129640, 4069, 229, 'Fimber', 540332800, -6330000, 0),
(129641, 4109, 229, 'Fincham', 526296800, 4947300, 0),
(129642, 4057, 229, 'Findern', 528703700, -15440900, 0),
(129643, 4029, 229, 'Fingest', 516134900, -8791200, 0),
(129644, 4115, 229, 'Finghall', 543026100, -17214600, 0),
(129645, 4094, 229, 'Firsby', 531532400, 1776700, 0),
(129646, 4169, 229, 'Fisherton de la Mere', 511456700, -20016700, 0),
(129647, 4094, 229, 'Fishtoft', 529609500, 270200, 0),
(129648, 4094, 229, 'Fiskerton', 530520500, -9026800, 0),
(129649, 4169, 229, 'Fittleton', 512456000, -17912800, 0),
(129650, 4168, 229, 'Fittleworth', 509615100, -5623600, 0),
(129651, 4172, 229, 'Fladbury', 521142100, -20076900, 0),
(129652, 4057, 229, 'Flagg', 532126700, -17970000, 0),
(129653, 4069, 229, 'Flamborough', 541148700, -1227400, 0),
(129654, 4084, 229, 'Flamstead', 518197100, -4370700, 0),
(129655, 4084, 229, 'Flaunden', 516973500, -5306100, 0),
(129656, 4164, 229, 'Flecknoe', 522666900, -12461800, 0),
(129657, 4119, 229, 'Fledborough', 532390900, -8009300, 0),
(129658, 4048, 229, 'Flexbury', 508350900, -45449900, 0),
(129659, 4035, 229, 'Flitton', 520107500, -4579500, 0),
(129660, 4113, 229, 'Flixborough', 536245500, -6827200, 0),
(129661, 4090, 229, 'Flockton', 536303400, -16394500, 0),
(129662, 4053, 229, 'Flookburgh', 541741500, -29721400, 0),
(129663, 4113, 229, 'Fockerby', 536622100, -7171400, 0),
(129664, 4094, 229, 'Folkingham', 528892300, -4073500, 0),
(129665, 4058, 229, 'Folly Gate', 507618700, -40223700, 0),
(129666, 4115, 229, 'Forcett', 545068300, -17300000, 0),
(129667, 4154, 229, 'Fornham Saint Martin', 522666700, 7166700, 0),
(129668, 4048, 229, 'Forrabury', 506856200, -46929100, 0),
(129669, 4092, 229, 'Forton', 511833300, -14000000, 0),
(129670, 4169, 229, 'Fosbury', 513202900, -15425500, 0),
(129671, 4094, 229, 'Fosdyke', 528803400, -458800, 0),
(129672, 4094, 229, 'Foston', 529666700, -7166700, 0),
(129673, 4069, 229, 'Foston on the Wolds', 539821800, -3280300, 0),
(129674, 4094, 229, 'Fotherby', 534054500, -220200, 0),
(129675, 4041, 229, 'Foulby', 536557800, -13990400, 0),
(129676, 4158, 229, 'Foulden', 525607300, 6038600, 0),
(129677, 4169, 229, 'Fovant', 510559300, -19921000, 0),
(129678, 4083, 229, 'Fownhope', 520083300, -26151500, 0),
(129679, 4169, 229, 'Foxham', 514942800, -20359600, 0),
(129680, 4115, 229, 'Foxholes', 541333300, -4500000, 0),
(129681, 4083, 229, 'Foy', 519522300, -25878000, 0),
(129682, 4078, 229, 'Framilode', 517918400, -23722900, 0),
(129683, 4138, 229, 'Frankton', 523285500, -13775400, 0),
(129684, 4154, 229, 'Freckenham', 523214100, 4407400, 0),
(129685, 4109, 229, 'Freethorpe', 525925000, 15558700, 0),
(129686, 4094, 229, 'Freiston', 529743400, 493400, 0),
(129687, 4156, 229, 'Frensham', 511658900, -7960800, 0),
(129688, 4006, 229, 'Freshford', 513391700, -23030600, 0),
(129690, 4069, 229, 'Fridaythorpe', 540200900, -6652900, 0),
(129691, 4165, 229, 'Frilsham', 514546500, -12166500, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(129692, 4093, 229, 'Frisby on the Wreak', 527525500, -9710000, 0),
(129693, 4094, 229, 'Friskney', 530757300, 1797900, 0),
(129694, 4154, 229, 'Friston', 507640200, 1993000, 0),
(129695, 4094, 229, 'Frith Bank', 530050600, -463300, 0),
(129696, 4081, 229, 'Fritham', 509263300, -16626100, 0),
(129697, 4094, 229, 'Frithville', 530374000, -387400, 0),
(129698, 4089, 229, 'Frittenden', 511415300, 5934800, 0),
(129699, 4109, 229, 'Fritton', 524833300, 12833300, 0),
(129700, 4078, 229, 'Frocester', 517268300, -23118100, 0),
(129701, 4138, 229, 'Frodesley', 526079300, -27202100, 0),
(129702, 4061, 229, 'Frome Saint Quinton', 508166700, -25666700, 0),
(129703, 4049, 229, 'Frosterley', 547260800, -19587900, 0),
(129704, 4081, 229, 'Froyle', 511909100, -9456800, 0),
(129705, 4094, 229, 'Fulbeck', 530418900, -5863200, 0),
(129706, 4069, 229, 'Full Sutton', 539886900, -8675800, 0),
(129707, 4109, 229, 'Fulmodeston', 528387400, 9572500, 0),
(129708, 4121, 229, 'Fulwell', 520051700, -10886800, 0),
(129709, 4057, 229, 'Furness Vale', 533487100, -19923900, 0),
(129710, 4049, 229, 'Gainford', 545471800, -17360100, 0),
(129711, 4092, 229, 'Galgate', 539833300, -27833300, 0),
(129712, 4119, 229, 'Gamston', 532666700, -9333300, 0),
(129713, 4115, 229, 'Ganton', 541847500, -4864500, 0),
(129714, 4109, 229, 'Garboldisham', 523953500, 9468000, 0),
(129715, 4169, 229, 'Garsdon', 515893100, -20461400, 0),
(129716, 4092, 229, 'Garstang', 539008100, -27741700, 0),
(129717, 4169, 229, 'Gastard', 514158300, -21666700, 0),
(129718, 4109, 229, 'Gasthorpe', 523903200, 9030500, 0),
(129719, 4053, 229, 'Gatebeck', 542654100, -26940200, 0),
(129720, 4036, 229, 'Gawsworth', 532317800, -21701400, 0),
(129721, 4053, 229, 'Gawthrop', 542812600, -24738100, 0),
(129722, 4115, 229, 'Gayles', 544614100, -18102600, 0),
(129723, 4109, 229, 'Gayton Thorpe', 527371000, 5826800, 0),
(129724, 4116, 229, 'Geddington', 524375700, -6896500, 0),
(129725, 4094, 229, 'Gedney Hill', 526843400, -200800, 0),
(129726, 4058, 229, 'George Nympton', 509920000, -38532100, 0),
(129727, 4048, 229, 'Germoe', 501153900, -53788100, 0),
(129728, 4073, 229, 'Gestingthorpe', 520182200, 6386700, 0),
(129730, 4053, 229, 'Gilcrux', 547302600, -33739500, 0),
(129731, 4115, 229, 'Gilling East', 541851900, -10591000, 0),
(129732, 4093, 229, 'Gilmorton', 524868200, -11600100, 0),
(129733, 4109, 229, 'Gimingham', 528761400, 13923400, 0),
(129734, 4092, 229, 'Gisburn', 539349400, -22634700, 0),
(129735, 4154, 229, 'Gislingham', 523036000, 10419800, 0),
(129736, 4058, 229, 'Gittisham', 507788100, -32292000, 0),
(129737, 4117, 229, 'Glanton', 554246300, -18917500, 0),
(129738, 4116, 229, 'Glapthorn', 525003100, -4932200, 0),
(129739, 4057, 229, 'Glapwell', 531891700, -12833400, 0),
(129740, 4138, 229, 'Glazeley', 524905300, -24413400, 0),
(129741, 4154, 229, 'Glemsford', 521035100, 6691200, 0),
(129742, 4053, 229, 'Glenridding', 545442900, -29577300, 0),
(129743, 4115, 229, 'Glusburn', 539000000, -20000000, 0),
(129744, 4070, 229, 'Glynde', 508619900, 684900, 0),
(129745, 4115, 229, 'Goathland', 544000100, -7195400, 0),
(129746, 4089, 229, 'Godmersham', 512177600, 9565500, 0),
(129747, 4083, 229, 'Golden Cross', 522000000, -28333300, 0),
(129748, 4156, 229, 'Gomshall', 512196300, -4473600, 0),
(129749, 4073, 229, 'Good Easter', 517852600, 3550000, 0),
(129750, 4109, 229, 'Gooderstone', 525882300, 5987800, 0),
(129751, 4081, 229, 'Goodworth Clatford', 511784300, -14835400, 0),
(129752, 4036, 229, 'Goostrey', 532273100, -23391900, 0),
(129753, 4032, 229, 'Gorfield', 526871500, 952700, 0),
(129754, 4168, 229, 'Gossops Green', 511110500, -2172800, 0),
(129756, 4168, 229, 'Graffham', 509499900, -6810700, 0),
(129757, 4032, 229, 'Grafham', 523080100, -2975700, 0),
(129758, 4172, 229, 'Grafton Flyford', 522106900, -20509000, 0),
(129759, 4116, 229, 'Grafton Underwood', 524135000, -6433200, 0),
(129760, 4094, 229, 'Grainthorpe', 534529500, 797000, 0),
(129761, 4164, 229, 'Grandborough', 519166700, -8833300, 0),
(129762, 4167, 229, 'Grange', 541833300, -29166700, 0),
(129763, 4115, 229, 'Grantley', 541248900, -16451300, 0),
(129764, 4094, 229, 'Grasby', 535300300, -3616400, 0),
(129765, 4081, 229, 'Grateley', 511709800, -16178900, 0),
(129766, 4094, 229, 'Grayingham', 534551700, -5939400, 0),
(129767, 4053, 229, 'Grayrigg', 543680000, -26507600, 0),
(129768, 4119, 229, 'Greasley', 530204100, -12718800, 0),
(129769, 4116, 229, 'Great Addington', 523655900, -5936100, 0),
(129770, 4164, 229, 'Great Alne', 522311200, -18345200, 0),
(129771, 4092, 229, 'Great Altcar', 535494400, -30171200, 0),
(129772, 4084, 229, 'Great Amwell', 517901400, -166900, 0),
(129773, 4154, 229, 'Great Ashfield', 522718800, 9240300, 0),
(129774, 4007, 229, 'Great Barford', 521579100, -3523500, 0),
(129775, 4037, 229, 'Great Barrow', 532106700, -27947400, 0),
(129776, 4154, 229, 'Great Barton', 522725700, 7667900, 0),
(129777, 4109, 229, 'Great Bircham', 528626800, 6312400, 0),
(129778, 4053, 229, 'Great Blencow', 546831700, -28438900, 0),
(129779, 4157, 229, 'Great Bolas', 527891200, -25223100, 0),
(129780, 4156, 229, 'Great Bookham', 512791600, -3742300, 0),
(129781, 4154, 229, 'Great Bricett', 521158400, 9781700, 0),
(129782, 4116, 229, 'Great Brington', 522785200, -10246500, 0),
(129783, 4073, 229, 'Great Canfield', 518381600, 3164600, 0),
(129784, 4150, 229, 'Great Chatwell', 527270300, -23075600, 0),
(129785, 4169, 229, 'Great Cheverell', 512877800, -20269400, 0),
(129787, 4172, 229, 'Great Comberton', 520780500, -20669300, 0),
(129788, 4069, 229, 'Great Cowden', 538655300, -1347900, 0),
(129789, 4109, 229, 'Great Cressingham', 525819700, 7317700, 0),
(129790, 4093, 229, 'Great Dalby', 527228700, -9003200, 0),
(129791, 4116, 229, 'Great Doddington', 522743500, -7086200, 0),
(129792, 4172, 229, 'Great Dodford', 523500000, -21000000, 0),
(129793, 4109, 229, 'Great Dunham', 526957200, 7690600, 0),
(129794, 4092, 229, 'Great Eccleston', 538531500, -28702600, 0),
(129795, 4154, 229, 'Great Finborough', 521807000, 9430200, 0),
(129796, 4109, 229, 'Great Fransham', 526852000, 8050800, 0),
(129797, 4084, 229, 'Great Gaddesden', 517913800, -5050900, 0),
(129798, 4032, 229, 'Great Gidding', 524332500, -3587300, 0),
(129799, 4032, 229, 'Great Gransden', 521854600, -1457400, 0),
(129800, 4073, 229, 'Great Hallingbury', 518559300, 1981000, 0),
(129801, 4138, 229, 'Great Hanwood', 526833300, -28166700, 0),
(129802, 4092, 229, 'Great Harwood', 537851200, -24086500, 0),
(129803, 4121, 229, 'Great Haseley', 517118200, -10737900, 0),
(129804, 4029, 229, 'Great Horwood', 519735100, -8808800, 0),
(129805, 4115, 229, 'Great Langton', 543624700, -15478900, 0),
(129806, 4094, 229, 'Great Limber', 535623200, -2913100, 0),
(129807, 4073, 229, 'Great Maplestead', 519788500, 6298300, 0),
(129808, 4109, 229, 'Great Massingham', 527754100, 6636800, 0),
(129809, 4121, 229, 'Great Milton', 517202800, -10895300, 0),
(129810, 4084, 229, 'Great Munden', 518994300, -278100, 0),
(129811, 4053, 229, 'Great Musgrave', 545142100, -23600000, 0),
(129812, 4116, 229, 'Great Oakley', 519030800, 11880700, 0),
(129813, 4084, 229, 'Great Offley', 519275200, -3356800, 0),
(129814, 4053, 229, 'Great Orton', 548764600, -30481900, 0),
(129815, 4116, 229, 'Great Oxendon', 524428900, -9185100, 0),
(129816, 4109, 229, 'Great Palgrave', 526666700, 7333300, 0),
(129817, 4073, 229, 'Great Saling', 519022900, 4719800, 0),
(129818, 4053, 229, 'Great Salkeld', 547217000, -27016900, 0),
(129819, 4165, 229, 'Great Shefford', 514747000, -14495900, 0),
(129820, 4092, 229, 'Great Singleton', 538333300, -29333300, 0),
(129821, 4169, 229, 'Great Somerford', 515435400, -20520900, 0),
(129822, 4032, 229, 'Great Staughton', 522676300, -3411800, 0),
(129823, 4053, 229, 'Great Urswick', 541591000, -31217100, 0),
(129824, 4154, 229, 'Great Waldingfield', 520554500, 7743600, 0),
(129825, 4073, 229, 'Great Waltham', 517938300, 4567100, 0),
(129826, 4154, 229, 'Great Welnetham', 522074000, 7500700, 0),
(129827, 4073, 229, 'Great Wigborough', 518030200, 8383600, 0),
(129828, 4032, 229, 'Great Wilbraham', 521934600, 2669800, 0),
(129829, 4078, 229, 'Great Witcombe', 518312900, -21315700, 0),
(129830, 4172, 229, 'Great Witley', 522931900, -23648900, 0),
(129831, 4154, 229, 'Great Wratting', 521066100, 4623300, 0),
(129832, 4073, 229, 'Great Yeldham', 520134700, 5654000, 0),
(129833, 4117, 229, 'Greenhaugh', 551792100, -23228100, 0),
(129834, 4053, 229, 'Greenodd', 542339300, -30547400, 0),
(129835, 4138, 229, 'Greet', 523333300, -26333300, 0),
(129836, 4092, 229, 'Gressingham', 541241500, -26577500, 0),
(129837, 4115, 229, 'Grewelthorpe', 541806200, -16475700, 0),
(129838, 4121, 229, 'Greys Green', 515407800, -9625500, 0),
(129839, 4081, 229, 'Greywell', 512571600, -9718800, 0),
(129840, 4094, 229, 'Grimoldby', 533698000, 914700, 0),
(129841, 4093, 229, 'Grimston', 527731200, 5484600, 0),
(129842, 4069, 229, 'Grindale', 541245300, -2736300, 0),
(129843, 4057, 229, 'Grindleford', 532959500, -16363600, 0),
(129844, 4092, 229, 'Grindleton', 539050100, -23679100, 0),
(129845, 4119, 229, 'Gringley on the Hill', 534081300, -8927900, 0),
(129846, 4138, 229, 'Grinshill', 528060100, -27118500, 0),
(129847, 4115, 229, 'Gristhorpe', 542214800, -3341700, 0),
(129848, 4109, 229, 'Griston', 525572000, 8643600, 0),
(129849, 4053, 229, 'Grizebeck', 542552300, -31701900, 0),
(129850, 4070, 229, 'Guestling', 508908500, 6278900, 0),
(129851, 4078, 229, 'Guiting Power', 519211900, -18642900, 0),
(129852, 4113, 229, 'Gunness', 535908000, -7283400, 0),
(129853, 4048, 229, 'Gunwalloe', 500589400, -52762400, 0),
(129855, 4032, 229, 'Guyhirn', 526087300, 594800, 0),
(129856, 4094, 229, 'Haceby', 529119600, -4700900, 0),
(129857, 4109, 229, 'Haddiscoe', 525287800, 16222400, 0),
(129858, 4138, 229, 'Hadnall', 527738200, -27100500, 0),
(129859, 4117, 229, 'Hadston', 552942800, -16039200, 0),
(129861, 4032, 229, 'Hail Weston', 522454100, -2943100, 0),
(129862, 4053, 229, 'Haile', 544634000, -34943400, 0),
(129863, 4094, 229, 'Hainton', 533437600, -2235600, 0),
(129864, 4138, 229, 'Halford', 521073500, -16187700, 0),
(129865, 4150, 229, 'Halfpenny Green', 525245300, -22605000, 0),
(129866, 4070, 229, 'Halland', 509285700, 1338500, 0),
(129867, 4006, 229, 'Hallatrow', 513125000, -25205600, 0),
(129868, 4098, 229, 'Halling', 513514200, 4452000, 0),
(129869, 4138, 229, 'Halston', 526666700, -28666700, 0),
(129870, 4109, 229, 'Halvergate', 526063100, 15760200, 0),
(129871, 4058, 229, 'Halwell', 503654200, -37210600, 0),
(129873, 4156, 229, 'Hambledon', 509315500, -10810400, 0),
(129874, 4092, 229, 'Hameldon Hill', 537557000, -22919000, 0),
(129875, 4150, 229, 'Hammerwich', 526663500, -19010600, 0),
(129876, 4165, 229, 'Hampstead Norris', 514839000, -12403400, 0),
(129877, 4164, 229, 'Hampton Lucy', 522123400, -16279500, 0),
(129878, 4150, 229, 'Hamstall Ridware', 527682400, -18418800, 0),
(129879, 4165, 229, 'Hamstead Marshall', 513866700, -14074500, 0),
(129880, 4049, 229, 'Hamsterley', 546833300, -18166700, 0),
(129881, 4169, 229, 'Hankerton', 516144400, -20450000, 0),
(129882, 4172, 229, 'Hanley Castle', 520833300, -22333300, 0),
(129883, 4172, 229, 'Hanley Child', 522830100, -25138900, 0),
(129884, 4094, 229, 'Hanthorpe', 528022900, -3913900, 0),
(129885, 4058, 229, 'Harberton', 504136600, -37204200, 0),
(129886, 4089, 229, 'Harbrough', 512000000, 1166700, 0),
(129887, 4164, 229, 'Harbury', 522353700, -14570600, 0),
(129888, 4093, 229, 'Harby', 528729600, -8957300, 0),
(129889, 4168, 229, 'Hardham', 509472700, -5279500, 0),
(129890, 4109, 229, 'Hardingham', 525943500, 10163700, 0),
(129891, 4154, 229, 'Harkstead', 519685400, 11826600, 0),
(129892, 4035, 229, 'Harlington Wood End', 519734900, -5209500, 0),
(129893, 4094, 229, 'Harmston', 531480800, -5475200, 0),
(129894, 4121, 229, 'Harpsden', 515218400, -9019900, 0),
(129895, 4116, 229, 'Harringworth', 525658300, -6479900, 0),
(129896, 4092, 229, 'Harrop Fold', 539382900, -23876400, 0),
(129897, 4032, 229, 'Harston', 521369100, 799900, 0),
(129898, 4154, 229, 'Hartest', 521402400, 6778000, 0),
(129899, 4112, 229, 'Harthill', 530833300, -27500000, 0),
(129900, 4058, 229, 'Hartland', 509938000, -44806200, 0),
(129901, 4081, 229, 'Hartley Row', 513000000, -8833300, 0),
(129902, 4057, 229, 'Hartshorne', 527879700, -15252100, 0),
(129904, 4142, 229, 'Haselbury Plucknett', 508946200, -27519700, 0),
(129905, 4150, 229, 'Haselour', 526933400, -16970400, 0),
(129906, 4078, 229, 'Hasfield', 519440200, -22543100, 0),
(129907, 4032, 229, 'Haslingfield', 521501600, 557900, 0),
(129908, 4073, 229, 'Hatfield Broad Oak', 518265500, 2465100, 0),
(129909, 4154, 229, 'Haughley', 522190700, 9680000, 0),
(129910, 4087, 229, 'Havenstreet', 507111900, -12054500, 0),
(129911, 4152, 229, 'Haverton Hill', 545980300, -12458800, 0),
(129912, 4142, 229, 'Hawkaller', 509833300, -31833300, 0),
(129913, 4144, 229, 'Hawkesbury Upton', 515802800, -23186100, 0),
(129914, 4081, 229, 'Hawkley', 510570400, -9376100, 0),
(129915, 4078, 229, 'Hawling', 519056100, -19067100, 0),
(129916, 4115, 229, 'Hawsker', 544560100, -5751800, 0),
(129917, 4119, 229, 'Hawton', 530517200, -8255700, 0),
(129918, 4117, 229, 'Haydon Bridge', 549748600, -22468000, 0),
(129919, 4004, 229, 'Hayfield', 533789300, -19454400, 0),
(129920, 4035, 229, 'Haynes West End', 520479400, -4444800, 0),
(129921, 4005, 229, 'Hazelhead', 535166700, -17166700, 0),
(129922, 4138, 229, 'Hazler Hill', 525309000, -27908000, 0),
(129923, 4109, 229, 'Heacham', 529078200, 4938700, 0),
(129924, 4081, 229, 'Headbourne Worthy', 510869700, -13094300, 0),
(129925, 4035, 229, 'Heath and Reach', 519451700, -6569700, 0),
(129926, 4117, 229, 'Hebron', 551833300, -16833300, 0),
(129927, 4109, 229, 'Helhoughton', 528035900, 7698900, 0),
(129928, 4073, 229, 'Helion Bumpstead', 520482400, 4051200, 0),
(129929, 4048, 229, 'Helland', 505000000, -47166700, 0),
(129930, 4124, 229, 'Helpston', 526323300, -3467600, 0),
(129931, 4053, 229, 'Helsington', 542988200, -27989800, 0),
(129932, 4032, 229, 'Hemingford Abbots', 523227500, -1193900, 0),
(129933, 4154, 229, 'Hemingstone', 521401400, 11421100, 0),
(129934, 4109, 229, 'Hempnall', 525011500, 13003000, 0),
(129935, 4109, 229, 'Hemsby', 526971400, 16918100, 0),
(129936, 4058, 229, 'Hemyock', 509123400, -32280700, 0),
(129937, 4154, 229, 'Hengrave', 522857000, 6755700, 0),
(129938, 4142, 229, 'Henlade', 510113000, -30422000, 0),
(129939, 4154, 229, 'Henstead', 524156900, 16593100, 0),
(129940, 4142, 229, 'Henstridge', 509666700, -24000000, 0),
(129941, 4048, 229, 'Henwood', 505333300, -44500000, 0),
(129942, 4117, 229, 'Hepple', 552998600, -20251700, 0),
(129943, 4117, 229, 'Hepscott', 551498300, -16477100, 0),
(129944, 4031, 229, 'Heptonstall', 537491400, -20209300, 0),
(129945, 4083, 229, 'Hergest', 521833300, -30833300, 0),
(129946, 4154, 229, 'Herringfleet', 525197200, 16541400, 0),
(129947, 4154, 229, 'Herringswell', 523015100, 5154000, 0),
(129948, 4084, 229, 'Hertingfordbury', 517905700, -1052700, 0),
(129949, 4053, 229, 'Hesket Newmarket', 547382300, -30257000, 0),
(129950, 4045, 229, 'Hessay', 539736700, -12035300, 0),
(129951, 4092, 229, 'Hest Bank', 540833300, -28166700, 0),
(129952, 4154, 229, 'Heveningham', 523025000, 14197300, 0),
(129953, 4053, 229, 'Heversham', 542421700, -27742000, 0),
(129954, 4109, 229, 'Hevingham', 527430500, 12549300, 0),
(129955, 4078, 229, 'Hewelsfield', 517165800, -26270100, 0),
(129956, 4169, 229, 'Heytesbury', 511824000, -21068200, 0),
(129957, 4060, 229, 'Hickleton', 535422500, -12762600, 0),
(129958, 4041, 229, 'High Ackworth', 536560300, -13337200, 0),
(129959, 4054, 229, 'High Beaumont Hill', 545628800, -15474100, 0),
(129960, 4058, 229, 'High Bickington', 509673000, -39942500, 0),
(129961, 4117, 229, 'High Buston', 553717500, -16375400, 0),
(129962, 4069, 229, 'High Catton', 539735100, -9077500, 0),
(129963, 4054, 229, 'High Coniscliffe', 545333300, -16500000, 0),
(129964, 4073, 229, 'High Easter', 518082400, 3491200, 0),
(129965, 4157, 229, 'High Ercall', 527541400, -26023900, 0),
(129966, 4142, 229, 'High Ham', 510758300, -28208300, 0),
(129967, 4053, 229, 'High Nibthwaite', 543000000, -30833300, 0),
(129968, 4093, 229, 'Higham on the Hill', 525555500, -14356500, 0),
(129969, 4058, 229, 'Highampton', 508178800, -41543000, 0),
(129970, 4100, 229, 'Higher Bebington', 533539700, -30241800, 0),
(129971, 4061, 229, 'Higher Bockhampton', 507309100, -23925700, 0),
(129972, 4037, 229, 'Higher Burwardsley', 531050000, -27166700, 0),
(129973, 4037, 229, 'Higher Whitley', 533160900, -25735000, 0),
(129974, 4139, 229, 'Highgate', 510333300, 5166700, 0),
(129975, 4109, 229, 'Hilborough', 525711500, 6928300, 0),
(129976, 4032, 229, 'Hildersham', 521125700, 2531100, 0),
(129977, 4109, 229, 'Hilgay', 525597100, 3895900, 0),
(129978, 4136, 229, 'Hillsborough', 534017800, -14989300, 0),
(129979, 4069, 229, 'Hilston', 537824000, -521900, 0),
(129980, 4172, 229, 'Himbleton', 522256700, -20812100, 0),
(129981, 4115, 229, 'Hinderwell', 545382600, -7735900, 0),
(129982, 4138, 229, 'Hindford', 528903900, -29912600, 0),
(129983, 4109, 229, 'Hindolveston', 528231300, 10198800, 0),
(129984, 4109, 229, 'Hindringham', 528872600, 9462000, 0),
(129985, 4138, 229, 'Hinstock', 528371100, -24576200, 0),
(129986, 4081, 229, 'Hinton Ampner', 510448500, -11503900, 0),
(129987, 4116, 229, 'Hinton in the Hedges', 520279100, -11869100, 0),
(129988, 4089, 229, 'Hinxhill', 511513000, 9256800, 0),
(129989, 4093, 229, 'Hoby', 527508400, -10094700, 0),
(129990, 4109, 229, 'Hockering', 526749600, 10680800, 0),
(129991, 4119, 229, 'Hockerton', 531009100, -9319400, 0),
(129992, 4109, 229, 'Hockham', 524957400, 8759900, 0),
(129993, 4109, 229, 'Hockwold cum Wilton', 524638000, 5461400, 0),
(129994, 4058, 229, 'Hockworthy', 509667300, -33689800, 0),
(129995, 4138, 229, 'Hodnet', 528504800, -25682400, 0),
(129996, 4109, 229, 'Hoe', 527000000, 9500000, 0),
(129997, 4092, 229, 'Hoghton', 537349200, -25879700, 0),
(129998, 4094, 229, 'Hogsthorpe', 532258700, 2986900, 0),
(129999, 4094, 229, 'Holbeach Clough', 528247600, -113300, 0),
(130000, 4172, 229, 'Holberrow Green', 522293800, -19662800, 0),
(130001, 4058, 229, 'Holbeton', 503354600, -39493100, 0),
(130002, 4089, 229, 'Holborough', 513372500, 4447000, 0),
(130003, 4012, 229, 'Holcombe', 512466700, -24722200, 0),
(130004, 4058, 229, 'Holcombe Burnell', 507166700, -36333300, 0),
(130005, 4058, 229, 'Holcombe Rogus', 509617100, -33420100, 0),
(130006, 4116, 229, 'Holcot', 523194300, -8390200, 0),
(130007, 4172, 229, 'Hollybush', 520301100, -23491600, 0),
(130008, 4069, 229, 'Hollym', 537040200, 400800, 0),
(130009, 4090, 229, 'Holmbridge', 535591800, -18172100, 0),
(130011, 4092, 229, 'Holme Chapel', 537535200, -21913500, 0),
(130012, 4083, 229, 'Holme Lacy', 520176600, -26505200, 0),
(130013, 4119, 229, 'Holme Pierrepont', 529471900, -10689400, 0),
(130014, 4069, 229, 'Holme upon Spalding Moor', 538357300, -7773600, 0),
(130015, 4053, 229, 'Holmrook', 543864100, -34193100, 0),
(130016, 4094, 229, 'Holton le Moor', 534641800, -3626100, 0),
(130017, 4093, 229, 'Holwell', 509000000, -24333300, 0),
(130018, 4081, 229, 'Holybourne', 511629300, -9496300, 0),
(130019, 4172, 229, 'Honeybourne', 520833300, -18166700, 0),
(130020, 4164, 229, 'Honiley', 523493700, -16510800, 0),
(130021, 4109, 229, 'Honingham', 526632600, 11081000, 0),
(130022, 4132, 229, 'Hooton Roberts', 534670200, -12733900, 0),
(130023, 4138, 229, 'Hope Bagot', 523627300, -26049400, 0),
(130024, 4138, 229, 'Hope Bowdler', 525274300, -27756500, 0),
(130025, 4058, 229, 'Hope Cove', 502453900, -38589500, 0),
(130026, 4083, 229, 'Hope under Dinmore', 521833300, -27166700, 0),
(130027, 4138, 229, 'Hopton Cangeford', 524195800, -26673000, 0),
(130028, 4109, 229, 'Hopton on Sea', 525333300, 17333300, 0),
(130029, 4138, 229, 'Hoptonheath', 523833300, -29166700, 0),
(130030, 4150, 229, 'Hopwas', 526420400, -17415400, 0),
(130031, 4138, 229, 'Horderley', 524763500, -28704300, 0),
(130032, 4138, 229, 'Hordley', 528711200, -29221500, 0),
(130033, 4154, 229, 'Horham', 523056400, 12403400, 0),
(130034, 4113, 229, 'Horkstow', 536532100, -5085000, 0),
(130035, 4142, 229, 'Hornblotton', 511053600, -25847000, 0),
(130036, 4109, 229, 'Horning', 527071500, 14649100, 0),
(130037, 4058, 229, 'Horrabridge', 505084300, -41004200, 0),
(130038, 4087, 229, 'Horringford', 506649400, -12375900, 0),
(130039, 4157, 229, 'Horsehay', 526589000, -24885700, 0),
(130040, 4032, 229, 'Horseheath', 520997600, 3522500, 0),
(130042, 4089, 229, 'Horsmonden', 511390800, 4288100, 0),
(130043, 4070, 229, 'Horsted Keynes', 510365900, -279800, 0),
(130044, 4093, 229, 'Hoton', 527975200, -11507300, 0),
(130045, 4094, 229, 'Hough on the Hill', 530063100, -6266500, 0),
(130046, 4093, 229, 'Houghton on the Hill', 526266300, -9954600, 0),
(130047, 4119, 229, 'Hoveringham', 530128900, -9594100, 0),
(130048, 4053, 229, 'How', 549002500, -27687400, 0),
(130049, 4053, 229, 'Howtown', 545770700, -28565100, 0),
(130050, 4154, 229, 'Hoxne', 523500000, 12000000, 0),
(130051, 4094, 229, 'Hubberts Bridge', 529738700, -1129500, 0),
(130052, 4088, 229, 'Hugh Town', 499144700, -63114500, 0),
(130053, 4138, 229, 'Hughley', 525774900, -26433400, 0),
(130054, 4029, 229, 'Hulcott', 518421400, -7639800, 0),
(130055, 4057, 229, 'Hulland', 530179400, -16327900, 0),
(130056, 4069, 229, 'Humbleton', 537833300, -1500000, 0),
(130057, 4117, 229, 'Humshaugh', 550376800, -21284300, 0),
(130058, 4092, 229, 'Huncoat', 537666700, -23500000, 0),
(130059, 4154, 229, 'Hundon', 521098800, 5364400, 0),
(130060, 4165, 229, 'Hungerford Newton', 514413800, -14890800, 0),
(130061, 4093, 229, 'Hungerton', 526586300, -9823300, 0),
(130062, 4039, 229, 'Hunslet', 537755000, -15348200, 0),
(130063, 4049, 229, 'Hunstanworth', 548361600, -20796800, 0),
(130064, 4058, 229, 'Huntsham', 509736100, -34245900, 0),
(130065, 4142, 229, 'Hurcot', 510640200, -27106200, 0),
(130066, 4081, 229, 'Hurstbourne Priors', 512155400, -13746600, 0),
(130067, 4115, 229, 'Husthwaite', 541690700, -12054500, 0),
(130068, 4158, 229, 'Hutton', 513241700, -29302800, 0),
(130069, 4058, 229, 'Huxham', 507706700, -34953700, 0),
(130070, 4037, 229, 'Huxley', 531481200, -27311000, 0),
(130071, 4081, 229, 'Ibsley', 508859400, -17884300, 0),
(130072, 4109, 229, 'Ickburgh', 525201500, 6642800, 0),
(130073, 4115, 229, 'Ickornshaw', 538821000, -20547700, 0),
(130074, 4121, 229, 'Idbury', 518779600, -16589500, 0),
(130075, 4058, 229, 'Ide', 507000000, -35666700, 0),
(130076, 4089, 229, 'Ide Hill', 512463900, 1279300, 0),
(130077, 4058, 229, 'Ideford', 505849000, -35657500, 0),
(130078, 4169, 229, 'Idmiston', 511375700, -17207900, 0),
(130079, 4121, 229, 'Idstone', 515562900, -16315600, 0),
(130080, 4138, 229, 'Ifton Heath', 529253700, -30061800, 0),
(130081, 4138, 229, 'Ightfield', 529412600, -26057900, 0),
(130082, 4062, 229, 'Illey', 524337800, -20270900, 0),
(130083, 4093, 229, 'Illston on the Hill', 525880300, -9554700, 0),
(130084, 4058, 229, 'Ilsington', 505666700, -37333300, 0),
(130085, 4150, 229, 'Ingestre', 528181200, -20266700, 0),
(130086, 4115, 229, 'Ingleborough', 541000000, -23833300, 0),
(130087, 4049, 229, 'Ingleton', 541539200, -24684900, 0),
(130088, 4092, 229, 'Inglewhite', 538541500, -26903000, 0),
(130089, 4115, 229, 'Ingmanthorpe', 539524200, -13639300, 0),
(130090, 4053, 229, 'Ingmire Hall', 543223100, -25579700, 0),
(130091, 4109, 229, 'Ingoldisthorpe', 528664000, 5080300, 0),
(130092, 4094, 229, 'Ingoldsby', 528592800, -5014200, 0),
(130093, 4058, 229, 'Inner Hope', 502435200, -38569200, 0),
(130094, 4168, 229, 'Iping', 509984700, -7859500, 0),
(130095, 4084, 229, 'Ippollitts', 519297100, -2587800, 0),
(130096, 4121, 229, 'Ipsden', 515632300, -10824500, 0),
(130097, 4150, 229, 'Ipstones', 530468300, -19701600, 0),
(130098, 4111, 229, 'Irby upon Humber', 535252300, -1946100, 0),
(130099, 4053, 229, 'Ireleth', 541885500, -31985700, 0),
(130100, 4116, 229, 'Isham', 523574700, -7032600, 0),
(130101, 4142, 229, 'Isle Brewers', 509858300, -29026200, 0),
(130102, 4032, 229, 'Isleham', 523428900, 4121200, 0),
(130103, 4116, 229, 'Islip', 518236800, -12369900, 0),
(130104, 4081, 229, 'Itchen Abbas', 510933600, -12382800, 0),
(130105, 4168, 229, 'Itchingfield', 510472500, -3866700, 0),
(130106, 4109, 229, 'Itteringham', 528319500, 11847100, 0),
(130107, 4029, 229, 'Ivinghoe', 518360200, -6298300, 0),
(130108, 4089, 229, 'Ivychurch', 510127800, 8888600, 0),
(130109, 4089, 229, 'Iwade', 513775400, 7293500, 0),
(130110, 4089, 229, 'Kearsney', 511495200, 12764700, 0),
(130111, 4094, 229, 'Keelby', 535758000, -2470100, 0),
(130112, 4169, 229, 'Keevil', 513213100, -21149800, 0),
(130113, 4094, 229, 'Kelby', 529610500, -5062300, 0),
(130114, 4053, 229, 'Keldhead', 546333300, -28000000, 0),
(130115, 4119, 229, 'Kelham', 530929700, -8459000, 0),
(130116, 4116, 229, 'Kelmarsh', 524062000, -9181400, 0),
(130117, 4154, 229, 'Kelsale', 522321800, 14912900, 0),
(130118, 4037, 229, 'Kelsall Hill', 532166700, -26833300, 0),
(130119, 4172, 229, 'Kemerton', 520332800, -20798200, 0),
(130120, 4083, 229, 'Kenchester', 520845500, -28224600, 0),
(130121, 4058, 229, 'Kennford', 506671400, -35356600, 0),
(130122, 4109, 229, 'Kenninghall', 524347800, 9966200, 0),
(130123, 4058, 229, 'Kentisbeare', 508651500, -33250200, 0),
(130124, 4053, 229, 'Kents Bank', 541734300, -29263100, 0),
(130125, 4119, 229, 'Kersall', 531520600, -9329000, 0),
(130126, 4154, 229, 'Kersey', 520585300, 9175700, 0),
(130127, 4154, 229, 'Kettleburgh', 521937700, 13121500, 0),
(130128, 4094, 229, 'Kettlethorpe', 532666700, -7333300, 0),
(130129, 4094, 229, 'Kexby', 533666700, -6833300, 0),
(130130, 4150, 229, 'Kiddemore Green', 526774100, -22098300, 0),
(130131, 4115, 229, 'Kildwick', 539108700, -19862600, 0),
(130132, 4069, 229, 'Kilham', 540500000, -3666700, 0),
(130133, 4142, 229, 'Kilmersdon', 512691700, -24361100, 0),
(130134, 4081, 229, 'Kilmeston', 510332400, -11597400, 0),
(130135, 4169, 229, 'Kilmington', 507666700, -30333300, 0),
(130136, 4069, 229, 'Kilnwick', 539325600, -4809500, 0),
(130137, 4083, 229, 'Kilpeck', 519693800, -28074600, 0),
(130138, 4142, 229, 'Kilve', 511794400, -32197200, 0),
(130139, 4164, 229, 'Kineton', 519333300, -18500000, 0),
(130141, 4078, 229, 'King''s Stanley', 517300000, -22736100, 0),
(130142, 4150, 229, 'Kings Bromley', 527489500, -18211600, 0),
(130143, 4116, 229, 'Kings Cliffe', 525631500, -5162700, 0),
(130144, 4058, 229, 'Kings Nympton', 509500000, -38833300, 0),
(130145, 4083, 229, 'Kings Pyon', 521500000, -28166700, 0),
(130146, 4081, 229, 'Kings Somborne', 510777000, -14866700, 0),
(130147, 4116, 229, 'Kings Sutton', 520231300, -12761300, 0),
(130148, 4084, 229, 'Kings Walden', 518833300, -3166700, 0),
(130150, 4142, 229, 'Kingsbury Episcopi', 509885300, -28066200, 0),
(130151, 4142, 229, 'Kingsdon', 510325000, -26905600, 0),
(130152, 4121, 229, 'Kingston Blount', 516890000, -9320000, 0),
(130153, 4070, 229, 'Kingston near Lewes', 508574500, -205800, 0),
(130154, 4119, 229, 'Kingston on Soar', 528446700, -12557000, 0),
(130155, 4156, 229, 'Kingswood Manor', 512666700, -2000000, 0),
(130156, 4156, 229, 'Kingswood Warren', 513166700, -2500000, 0),
(130157, 4094, 229, 'Kingthorpe', 532500000, -3000000, 0),
(130158, 4138, 229, 'Kinlet', 524196900, -24146100, 0),
(130159, 4138, 229, 'Kinnerley', 527820200, -29830900, 0),
(130160, 4119, 229, 'Kinoulton', 528714100, -9916900, 0),
(130161, 4083, 229, 'Kinsham', 522833300, -29333300, 0),
(130162, 4138, 229, 'Kinton', 527666700, -29333300, 0),
(130163, 4150, 229, 'Kinvere', 524500000, -22333300, 0),
(130164, 4089, 229, 'Kippings Cross', 511356900, 3495000, 0),
(130165, 4073, 229, 'Kirby Cross', 518417700, 12188000, 0),
(130166, 4115, 229, 'Kirby Misperton', 542054300, -8065500, 0),
(130168, 4115, 229, 'Kirby Wiske', 542575900, -14246400, 0),
(130169, 4168, 229, 'Kirdford', 510298700, -5497000, 0),
(130170, 4053, 229, 'Kirkandrews upon Eden', 549173800, -30106000, 0),
(130171, 4115, 229, 'Kirkby Fleetham', 543462500, -15657000, 0),
(130172, 4115, 229, 'Kirkby Malham', 540446800, -21620000, 0),
(130173, 4093, 229, 'Kirkby Mallory', 526017200, -13269000, 0),
(130174, 4115, 229, 'Kirkby Overblow', 539380800, -15055100, 0),
(130175, 4053, 229, 'Kirkby Thore', 546253600, -25620500, 0),
(130176, 4053, 229, 'Kirkcambeck', 550132600, -27308700, 0),
(130177, 4041, 229, 'Kirkhamgate', 537018800, -15524400, 0),
(130178, 4117, 229, 'Kirkharle', 551323700, -19858500, 0),
(130179, 4152, 229, 'Kirklevington', 544828500, -13365500, 0),
(130180, 4115, 229, 'Kirklington', 531000000, -9833300, 0),
(130181, 4053, 229, 'Kirklinton', 549942500, -28873000, 0),
(130182, 4143, 229, 'Kirkoswald', 547666700, -27000000, 0),
(130183, 4041, 229, 'Kirkthorpe', 536847800, -14491300, 0),
(130184, 4117, 229, 'Kirkwhelpington', 551546500, -20062500, 0),
(130185, 4113, 229, 'Kirmington', 535864900, -3337100, 0),
(130186, 4032, 229, 'Kirtling', 521861900, 4725000, 0),
(130187, 4069, 229, 'Knedlington', 537427200, -8849100, 0),
(130188, 4119, 229, 'Kneesall', 531703700, -9490000, 0),
(130189, 4049, 229, 'Knitsley', 548324700, -18291900, 0),
(130190, 4057, 229, 'Kniveton', 530494500, -16902300, 0),
(130191, 4072, 229, 'Knock', 546166700, -24833300, 0),
(130192, 4089, 229, 'Knole', 512500000, 2166700, 0),
(130193, 4093, 229, 'Knossington', 526699300, -8167600, 0),
(130194, 4095, 229, 'Knotty Ash', 534162000, -28964600, 0),
(130195, 4138, 229, 'Knowlegate', 523608600, -25938000, 0),
(130196, 4039, 229, 'Knowsthorpe', 537835100, -15188600, 0),
(130197, 4117, 229, 'Kyloe', 556554800, -19230500, 0),
(130198, 4053, 229, 'Lake Side', 542666700, -29500000, 0),
(130199, 4073, 229, 'Lamarsh', 519865200, 7523900, 0),
(130200, 4119, 229, 'Lambley', 529833300, -10666700, 0),
(130201, 4168, 229, 'Lambs Green', 511136000, -2642700, 0),
(130202, 4058, 229, 'Lamerton', 505716000, -41896700, 0),
(130203, 4127, 229, 'Landport', 508089200, -10857600, 0),
(130204, 4048, 229, 'Landrake', 504226500, -42902300, 0),
(130205, 4119, 229, 'Laneham', 532766800, -7965800, 0),
(130206, 4053, 229, 'Lanercost', 549667300, -26969100, 0),
(130207, 4115, 229, 'Langcliffe', 540807000, -22740200, 0),
(130208, 4142, 229, 'Langford Budville', 509974400, -32688500, 0),
(130209, 4142, 229, 'Langley Marsh', 510542600, -33220100, 0),
(130210, 4093, 229, 'Langley Priory', 528001900, -13563600, 0),
(130211, 4094, 229, 'Langrick', 530222200, -1063900, 0),
(130212, 4053, 229, 'Langrigg', 548000800, -33019600, 0),
(130213, 4115, 229, 'Langthwaite', 544176300, -19932000, 0),
(130214, 4061, 229, 'Langton Matravers', 506097200, -20002000, 0),
(130215, 4094, 229, 'Langton by Wragby', 532782800, -2763100, 0),
(130216, 4048, 229, 'Lanteglos', 503474700, -46156700, 0),
(130217, 4058, 229, 'Lapford', 508591500, -38053900, 0),
(130218, 4156, 229, 'Lashenden', 511333300, -6500000, 0),
(130219, 4078, 229, 'Lassington', 518871800, -22973700, 0),
(130220, 4115, 229, 'Lastingham', 543044400, -8820500, 0),
(130221, 4073, 229, 'Latchingdon and Snoreham', 516716000, 7257800, 0),
(130222, 4168, 229, 'Lavant', 508698900, -7838100, 0),
(130223, 4154, 229, 'Lawshall', 521548400, 7251200, 0),
(130224, 4073, 229, 'Layer Marney', 518286500, 7945900, 0),
(130225, 4154, 229, 'Layham', 520269100, 9652900, 0),
(130226, 4053, 229, 'Lazonby', 547475100, -27038400, 0),
(130227, 4164, 229, 'Lea Marston', 525379900, -17009600, 0),
(130228, 4094, 229, 'Leadenham', 530579100, -5817800, 0),
(130229, 4049, 229, 'Leadgate', 547833300, -24500000, 0),
(130230, 4094, 229, 'Leake Common Side', 530333300, 833300, 0),
(130231, 4115, 229, 'Lealholm', 544589700, -8253000, 0),
(130232, 4094, 229, 'Leasingham', 530257300, -4260600, 0),
(130233, 4089, 229, 'Leaveland', 512495100, 8765900, 0),
(130234, 4115, 229, 'Leavening', 540573700, -8026900, 0),
(130235, 4039, 229, 'Ledsham', 532666700, -29666700, 0),
(130236, 4039, 229, 'Ledston Luck', 537710700, -13507500, 0),
(130237, 4138, 229, 'Lee Brockhurst', 528398600, -26737400, 0),
(130238, 4164, 229, 'Leek Wootton', 523184500, -15769000, 0),
(130239, 4115, 229, 'Leeming Bar', 543053400, -15593700, 0),
(130240, 4083, 229, 'Legion Cross', 522166700, -28500000, 0),
(130241, 4142, 229, 'Leigh upon Mendip', 512230600, -24433300, 0),
(130242, 4109, 229, 'Lessingham', 527981900, 15502300, 0),
(130243, 4121, 229, 'Letcombe Bassett', 515634400, -14623800, 0),
(130244, 4121, 229, 'Letcombe Regis', 515767500, -14517400, 0),
(130245, 4109, 229, 'Letheringsett', 529072600, 10651700, 0),
(130246, 4115, 229, 'Levisham', 543037500, -7207200, 0),
(130247, 4058, 229, 'Lewtrenchard', 506539600, -41849000, 0),
(130248, 4089, 229, 'Leysdown-on-Sea', 513973000, 9215600, 0),
(130249, 4048, 229, 'Lezant', 505877100, -43485700, 0),
(130250, 4035, 229, 'Lidlington', 520415400, -5591400, 0),
(130251, 4058, 229, 'Lifton', 506435600, -42821600, 0),
(130252, 4119, 229, 'Linby', 530541600, -12027100, 0),
(130253, 4172, 229, 'Lindridge', 523165300, -24755500, 0),
(130254, 4129, 229, 'Lingdale', 545378700, -9586400, 0),
(130255, 4115, 229, 'Linton upon Ouse', 540333300, -12500000, 0),
(130256, 4049, 229, 'Lintz Green', 549014700, -17635600, 0),
(130257, 4116, 229, 'Litchborough', 521835900, -10752400, 0),
(130258, 4032, 229, 'Litlington', 507935700, 1591300, 0),
(130259, 4115, 229, 'Little Ayton', 544849000, -11235200, 0),
(130260, 4073, 229, 'Little Baddow', 517374900, 5762300, 0),
(130261, 4144, 229, 'Little Badminton', 515567600, -22862400, 0),
(130262, 4007, 229, 'Little Barford', 521989800, -2729000, 0),
(130263, 4109, 229, 'Little Barningham', 528547400, 11718400, 0),
(130264, 4169, 229, 'Little Bedwyn', 513917600, -15824400, 0),
(130266, 4029, 229, 'Little Brickhill', 519830300, -6769500, 0),
(130267, 4037, 229, 'Little Budworth', 531842700, -26012200, 0),
(130268, 4094, 229, 'Little Bytham', 527504200, -4985000, 0),
(130269, 4073, 229, 'Little Chesterford', 520539200, 2105400, 0),
(130270, 4169, 229, 'Little Cheverell', 512810300, -20133400, 0),
(130271, 4172, 229, 'Little Comberton', 520858800, -20497200, 0),
(130272, 4164, 229, 'Little Compton', 519703400, -16201000, 0),
(130273, 4078, 229, 'Little Dean', 518179500, -24786200, 0),
(130274, 4083, 229, 'Little Dewchurch', 519829300, -26802000, 0),
(130275, 4172, 229, 'Little Dodford', 523333300, -21000000, 0),
(130276, 4069, 229, 'Little Driffield', 540082200, -4607400, 0),
(130277, 4073, 229, 'Little Dunmow', 518665800, 4042600, 0),
(130278, 4073, 229, 'Little Easton', 518927800, 3346500, 0),
(130279, 4084, 229, 'Little Gaddesden', 518101300, -5618700, 0),
(130281, 4094, 229, 'Little Grimsby', 534039200, -55400, 0),
(130282, 4084, 229, 'Little Hadham', 518843900, 904700, 0),
(130283, 4094, 229, 'Little Hale', 529607400, -2953900, 0),
(130284, 4029, 229, 'Little Hampden', 517251100, -7565100, 0),
(130285, 4109, 229, 'Little Hautbois', 527500000, 13333300, 0),
(130286, 4018, 229, 'Little Hinton', 515333300, -16666700, 0),
(130287, 4070, 229, 'Little Horsted', 509461500, 917500, 0),
(130288, 4029, 229, 'Little Kimble', 517554000, -8084600, 0),
(130289, 4172, 229, 'Little Malvern', 520620300, -23374100, 0),
(130290, 4083, 229, 'Little Marcle', 520270600, -24826200, 0),
(130291, 4029, 229, 'Little Marlow', 515840000, -7404600, 0),
(130292, 4109, 229, 'Little Massingham', 527856100, 6588800, 0),
(130293, 4029, 229, 'Little Missenden', 516818700, -6681900, 0),
(130294, 4115, 229, 'Little Ouseburn', 540402600, -13198400, 0),
(130295, 4048, 229, 'Little Petherick', 505122800, -49420300, 0),
(130296, 4032, 229, 'Little Raveley', 524029400, -1550500, 0),
(130297, 4078, 229, 'Little Rissington', 518761700, -17230900, 0),
(130298, 4109, 229, 'Little Ryburgh', 528166700, 9166700, 0),
(130299, 4092, 229, 'Little Singleton', 538477100, -29509800, 0),
(130300, 4007, 229, 'Little Staughton', 522506600, -3821700, 0),
(130301, 4094, 229, 'Little Steeping', 531397100, 1428300, 0),
(130302, 4032, 229, 'Little Stukeley', 523646500, -2262500, 0),
(130303, 4121, 229, 'Little Tew', 519539500, -14415300, 0),
(130304, 4058, 229, 'Little Torrington', 509311300, -41483100, 0),
(130305, 4073, 229, 'Little Wakering', 515610600, 7879300, 0),
(130306, 4073, 229, 'Little Warley', 515903000, 3166300, 0),
(130307, 4069, 229, 'Little Weighton', 537902100, -5067900, 0),
(130308, 4032, 229, 'Little Wilbraham', 522036600, 2569800, 0),
(130309, 4078, 229, 'Little Witcombe', 518406400, -21302900, 0),
(130310, 4172, 229, 'Little Witley', 522698600, -23160500, 0),
(130311, 4084, 229, 'Little Wymondley', 519326800, -2355200, 0),
(130312, 4144, 229, 'Littleton-upon-Severn', 516069400, -25850000, 0),
(130313, 4129, 229, 'Liverton', 545166700, -9000000, 0),
(130315, 4138, 229, 'Llanvair Waterdine', 523833300, -31166700, 0),
(130316, 4138, 229, 'Llanyblodwel', 527990600, -31252100, 0),
(130317, 4138, 229, 'Llynclys', 528096900, -30660900, 0),
(130318, 4069, 229, 'Lockington', 539141500, -4857200, 0),
(130319, 4138, 229, 'Lockleywood', 528514900, -24600000, 0),
(130320, 4058, 229, 'Loddiswell', 503226700, -38002400, 0),
(130321, 4032, 229, 'Lode', 522412200, 2443800, 0),
(130322, 4115, 229, 'Lofthouse', 537294700, -14969700, 0),
(130323, 4114, 229, 'Long Ashton', 514299700, -26609800, 0),
(130324, 4061, 229, 'Long Bredy', 507081800, -26116500, 0),
(130325, 4093, 229, 'Long Clawson', 528372500, -9288000, 0),
(130326, 4061, 229, 'Long Crichel', 508929000, -20374800, 0),
(130327, 4172, 229, 'Long Green', 520000000, -22333300, 0),
(130329, 4164, 229, 'Long Lawford', 523817600, -13071600, 0),
(130330, 4142, 229, 'Long Load', 510058300, -27627800, 0),
(130331, 4053, 229, 'Long Marton', 546156200, -25177600, 0),
(130332, 4115, 229, 'Long Preston', 540193800, -22567800, 0),
(130333, 4069, 229, 'Long Riston', 538650000, -2889500, 0),
(130335, 4032, 229, 'Long Stow', 523256600, -3749500, 0),
(130336, 4032, 229, 'Long Stowe', 521666700, -833300, 0),
(130337, 4109, 229, 'Long Stratton', 524880300, 12347800, 0),
(130338, 4093, 229, 'Long Whatton', 528057700, -12850600, 0),
(130339, 4121, 229, 'Long Wittenham', 516409800, -12118400, 0),
(130340, 4142, 229, 'Longbottom', 513068100, -27870300, 0),
(130341, 4169, 229, 'Longbridge Deverill', 511664700, -21883100, 0),
(130342, 4150, 229, 'Longdon', 520166700, -22333300, 0),
(130343, 4117, 229, 'Longframlington', 553039200, -17950400, 0),
(130344, 4117, 229, 'Longhorsley', 552458600, -17691400, 0),
(130345, 4172, 229, 'Longley Green', 521512400, -23900400, 0),
(130346, 4053, 229, 'Longtown', 519500000, -29833300, 0),
(130347, 4138, 229, 'Longville in the Dale', 525397500, -26803300, 0),
(130348, 4117, 229, 'Longwitton', 551935100, -18826300, 0),
(130349, 4142, 229, 'Lopen', 509250600, -28175600, 0),
(130350, 4168, 229, 'Lordington', 508825100, -8910100, 0),
(130351, 4053, 229, 'Lorton', 546178400, -33015400, 0),
(130352, 4119, 229, 'Lound', 527510500, -4167900, 0),
(130353, 4041, 229, 'Low Ackworth', 536502300, -13233400, 0),
(130354, 4069, 229, 'Low Catton', 539743900, -9262700, 0),
(130355, 4054, 229, 'Low Coniscliffe', 545224400, -16141400, 0),
(130356, 4049, 229, 'Low Etherley', 546534900, -17431500, 0),
(130358, 4115, 229, 'Low Hutton', 540997200, -8372500, 0),
(130359, 4155, 229, 'Low Moorsley', 548112900, -14662800, 0),
(130360, 4053, 229, 'Lowca', 545807200, -35698700, 0),
(130361, 4100, 229, 'Lower Bebington', 533510600, -30040800, 0),
(130362, 4168, 229, 'Lower Beeding', 510326500, -2601500, 0),
(130363, 4092, 229, 'Lower Bentham', 541000000, -25333300, 0),
(130364, 4048, 229, 'Lower Boscaswell', 501548300, -56719300, 0),
(130365, 4164, 229, 'Lower Brailes', 520503400, -15417600, 0),
(130366, 4121, 229, 'Lower Heyford', 519193400, -12851400, 0),
(130367, 4035, 229, 'Lower Rads End', 519870700, -5517200, 0),
(130368, 4035, 229, 'Lower Shelton', 520745500, -5470800, 0),
(130369, 4121, 229, 'Lower Shiplake', 515103100, -8904500, 0),
(130370, 4035, 229, 'Lower Sundon', 519324000, -4720500, 0),
(130371, 4078, 229, 'Lower Swell', 519279300, -17488000, 0),
(130372, 4037, 229, 'Lower Whitley', 533065300, -25796800, 0),
(130373, 4053, 229, 'Loweswater', 545788300, -33343500, 0),
(130374, 4053, 229, 'Lowick Green', 542595100, -30808100, 0),
(130375, 4142, 229, 'Luccombe', 511894100, -35591000, 0),
(130376, 4117, 229, 'Lucker', 555655100, -17592800, 0),
(130377, 4058, 229, 'Ludbrook', 503733300, -38879600, 0),
(130378, 4031, 229, 'Luddenden Foot', 537187300, -19458200, 0),
(130379, 4089, 229, 'Luddesdown', 513707900, 3977400, 0),
(130380, 4094, 229, 'Ludford Parva', 534000000, -2000000, 0),
(130381, 4109, 229, 'Ludham', 527098800, 15350800, 0),
(130382, 4049, 229, 'Ludworth', 547663200, -14396800, 0),
(130383, 4083, 229, 'Lugwardine', 520658300, -26578000, 0),
(130384, 4114, 229, 'Lulsgate Bottom', 513884700, -27037700, 0),
(130385, 4061, 229, 'Lulworth Camp', 506325100, -22332500, 0),
(130386, 4058, 229, 'Lustleigh', 506183500, -37192500, 0),
(130387, 4083, 229, 'Luston', 522640200, -27540600, 0),
(130388, 4142, 229, 'Luxborough', 511313900, -34691700, 0),
(130389, 4048, 229, 'Luxulian', 503833300, -47333300, 0),
(130390, 4059, 229, 'Lyddington', 525645600, -7106700, 0),
(130391, 4142, 229, 'Lydeard Saint Lawrence', 510825000, -32458300, 0),
(130392, 4058, 229, 'Lydford', 506451900, -41064100, 0),
(130393, 4061, 229, 'Lydlinch', 509222900, -23630200, 0),
(130394, 4062, 229, 'Lye', 524583800, -21170100, 0),
(130395, 4142, 229, 'Lympsham', 512838900, -29541700, 0),
(130396, 4089, 229, 'Lynsted', 513122400, 7863800, 0),
(130397, 4115, 229, 'Lythe', 545057400, -6942000, 0),
(130398, 4169, 229, 'Maddington', 512000000, -19166700, 0),
(130399, 4150, 229, 'Madeley Heath', 530000000, -23166700, 0),
(130400, 4138, 229, 'Maesbury', 528166700, -30166700, 0),
(130401, 4169, 229, 'Maiden Bradley', 511496600, -22857700, 0),
(130402, 4061, 229, 'Maiden Newton', 507790900, -25722600, 0),
(130403, 4029, 229, 'Maids Moreton', 520170100, -9777800, 0),
(130404, 4116, 229, 'Maidwell', 523862200, -9048800, 0),
(130405, 4078, 229, 'Maisemore', 518895800, -22737100, 0),
(130406, 4094, 229, 'Maltby le Marsh', 533139100, 2028800, 0),
(130407, 4172, 229, 'Mamble', 523400600, -24576000, 0),
(130408, 4164, 229, 'Mancetter', 525703000, -15274400, 0),
(130409, 4032, 229, 'Manea', 524830400, 1785700, 0),
(130410, 4169, 229, 'Manningford Abbots', 513166700, -18000000, 0),
(130411, 4169, 229, 'Manningford Bohune', 513209500, -18070900, 0),
(130412, 4057, 229, 'Mapleton', 530261800, -17549800, 0),
(130413, 4138, 229, 'Marchamley', 528615000, -26006700, 0),
(130414, 4093, 229, 'Marefield', 526643600, -8991600, 0),
(130415, 4094, 229, 'Mareham le Fen', 531318400, -900500, 0),
(130416, 4109, 229, 'Marham', 526587600, 5239100, 0),
(130417, 4070, 229, 'Mark Cross', 510605500, 2580900, 0),
(130418, 4059, 229, 'Market Overton', 527380600, -6863000, 0),
(130419, 4154, 229, 'Marlesford', 521724400, 14035000, 0),
(130420, 4109, 229, 'Marlingford', 526384100, 11482600, 0),
(130421, 4061, 229, 'Marnhull', 509704500, -23132700, 0),
(130422, 4094, 229, 'Marsh Chapel', 534666700, 500000, 0),
(130423, 4029, 229, 'Marsh Gibbon', 519026500, -10611500, 0),
(130424, 4115, 229, 'Marske', 544005500, -18402100, 0),
(130425, 4129, 229, 'Marske-by-the-Sea', 545914700, -10195900, 0),
(130426, 4057, 229, 'Marston Montgomery', 529381900, -18011000, 0),
(130427, 4035, 229, 'Marston Moretaine', 520641000, -5493200, 0),
(130428, 4083, 229, 'Marstow', 518666700, -26500000, 0),
(130429, 4029, 229, 'Marsworth', 518224600, -6661300, 0),
(130430, 4172, 229, 'Martin Hussingtree', 522397700, -21730500, 0),
(130431, 4172, 229, 'Martley', 522373600, -23625300, 0),
(130432, 4058, 229, 'Mary Tavy', 505943500, -41161000, 0),
(130433, 4115, 229, 'Masham', 542227000, -16571800, 0),
(130434, 4089, 229, 'Matfield', 511522700, 3708900, 0),
(130435, 4083, 229, 'Mathon', 521099500, -23908500, 0),
(130436, 4092, 229, 'Mawdesley', 536286100, -27679600, 0),
(130437, 4048, 229, 'Mawgan', 500784900, -52078500, 0),
(130438, 4164, 229, 'Maxstoke', 524774500, -16573900, 0),
(130439, 4138, 229, 'Meadowtown', 526042400, -30185100, 0),
(130440, 4058, 229, 'Meavy', 504860200, -40589800, 0),
(130441, 4093, 229, 'Medbourne', 525166700, -8166700, 0),
(130442, 4150, 229, 'Meerbrook', 531440200, -20162000, 0),
(130443, 4058, 229, 'Meeth', 508553000, -40644000, 0),
(130444, 4061, 229, 'Melbury Abbas', 509793800, -21694600, 0),
(130445, 4115, 229, 'Melsonby', 544725300, -16948100, 0),
(130446, 4090, 229, 'Meltham Mills', 535938800, -18398900, 0),
(130447, 4138, 229, 'Melverley', 527440500, -29895000, 0),
(130448, 4115, 229, 'Menthorpe', 538000000, -9333300, 0),
(130449, 4032, 229, 'Mepal', 524062300, 1177200, 0),
(130450, 4089, 229, 'Mereworth', 512583400, 3804900, 0),
(130451, 4058, 229, 'Merrivale', 505582900, -40502400, 0),
(130452, 4048, 229, 'Merrymeet', 504682200, -44257500, 0),
(130453, 4168, 229, 'Merston', 508218800, -7323100, 0),
(130454, 4087, 229, 'Merstone', 506598000, -12542400, 0),
(130455, 4073, 229, 'Messing', 518371600, 7523900, 0),
(130456, 4154, 229, 'Metfield', 523728100, 13698600, 0),
(130457, 4154, 229, 'Mettingham', 524568800, 14745600, 0),
(130458, 4048, 229, 'Mevagissey', 502732400, -47916600, 0),
(130459, 4081, 229, 'Michelmersh', 510322700, -15049600, 0),
(130460, 4156, 229, 'Mickleham', 512683600, -3239300, 0),
(130461, 4019, 229, 'Micklehurst', 535144400, -20318400, 0),
(130462, 4121, 229, 'Middle Aston', 519397100, -13107200, 0),
(130463, 4142, 229, 'Middle Chinnock', 509148500, -27518700, 0),
(130464, 4073, 229, 'Middle Street', 517166700, 333300, 0),
(130465, 4169, 229, 'Middle Winterslow', 510934600, -16545300, 0),
(130466, 4115, 229, 'Middlesmoor', 541637000, -18604400, 0),
(130467, 4054, 229, 'Middleton One Row', 545045300, -14573100, 0),
(130468, 4115, 229, 'Middleton Tyas', 544474500, -16497500, 0),
(130469, 4049, 229, 'Middleton in Teesdale', 546250700, -20823400, 0),
(130470, 4069, 229, 'Middleton on the Wolds', 539334900, -5609000, 0),
(130471, 4115, 229, 'Middleton upon Leven', 544797100, -12866000, 0),
(130472, 4142, 229, 'Middlezoy', 510908300, -28927800, 0),
(130473, 4049, 229, 'Middridge', 546306100, -16133200, 0),
(130474, 4142, 229, 'Milborne Port', 509660500, -24624800, 0),
(130475, 4117, 229, 'Milbourne', 550666700, -18166700, 0),
(130476, 4109, 229, 'Mileham', 527374800, 8326000, 0),
(130477, 4029, 229, 'Mill End', 515591400, -8693800, 0),
(130478, 4053, 229, 'Millthrop', 543156200, -25207600, 0),
(130479, 4169, 229, 'Milston', 512062100, -17690100, 0),
(130480, 4058, 229, 'Milton Damerel', 508730900, -42983600, 0),
(130481, 4121, 229, 'Milton Hill', 516089600, -13126100, 0),
(130482, 4150, 229, 'Milwich', 528880800, -20434000, 0),
(130483, 4169, 229, 'Minety', 516166700, -19500000, 0),
(130484, 4119, 229, 'Misson', 534476300, -9663900, 0),
(130485, 4119, 229, 'Misterton', 508666700, -28000000, 0),
(130486, 4117, 229, 'Mitford', 551677500, -17318500, 0),
(130487, 4150, 229, 'Mitton', 527333300, -21666700, 0),
(130488, 4083, 229, 'Moccas', 520769800, -29426400, 0),
(130489, 4053, 229, 'Mockerkin', 545970300, -34093700, 0),
(130490, 4089, 229, 'Molash', 512302400, 9039300, 0),
(130491, 4032, 229, 'Molesworth', 523717700, -4261100, 0),
(130492, 4037, 229, 'Mollington', 521234800, -13599900, 0),
(130493, 4121, 229, 'Mongewell', 515855400, -11195900, 0),
(130494, 4115, 229, 'Monk Fryston', 537616000, -12375100, 0),
(130495, 4058, 229, 'Monk Okehampton', 508333300, -40166700, 0),
(130496, 4081, 229, 'Monk Sherborne', 513005200, -11276400, 0),
(130497, 4083, 229, 'Moorend Cross', 521056400, -23979400, 0),
(130498, 4129, 229, 'Moorsholm', 545195000, -9368000, 0),
(130499, 4090, 229, 'Moorside Edge', 536333300, -19000000, 0),
(130500, 4083, 229, 'Mordiford', 520331500, -26280700, 0),
(130501, 4058, 229, 'Morebath', 510138900, -34916700, 0),
(130502, 4138, 229, 'Moreton Corbet', 528057800, -26570100, 0),
(130503, 4116, 229, 'Moreton Pinkney', 521391800, -11633500, 0),
(130504, 4138, 229, 'Moreton Say', 529060500, -25523700, 0),
(130505, 4058, 229, 'Mortehoe', 511854400, -42080600, 0),
(130506, 4061, 229, 'Mosterton', 508445200, -27729700, 0),
(130507, 4081, 229, 'Mottisfont', 510410000, -15349900, 0),
(130508, 4094, 229, 'Moulton Chapel', 527466800, -827400, 0),
(130510, 4073, 229, 'Mount Bures', 519599200, 7731100, 0),
(130511, 4083, 229, 'Much Birch', 519710800, -27234900, 0),
(130512, 4083, 229, 'Much Cowarne', 521218200, -25548200, 0),
(130513, 4083, 229, 'Much Dewchurch', 519767500, -27548200, 0),
(130514, 4083, 229, 'Much Marcle', 519946500, -24999500, 0),
(130515, 4142, 229, 'Mudford', 509743200, -26077100, 0),
(130516, 4109, 229, 'Mulbarton', 525591300, 12332700, 0),
(130517, 4094, 229, 'Mumby', 532453300, 2693100, 0),
(130518, 4109, 229, 'Mundford', 525124600, 6568200, 0),
(130519, 4138, 229, 'Munslow', 524849000, -27056900, 0),
(130520, 4115, 229, 'Muston', 542166700, -3166700, 0),
(130521, 4138, 229, 'Myddle', 528102300, -27890200, 0),
(130522, 4048, 229, 'Mylor Bridge', 501863700, -50759900, 0),
(130523, 4031, 229, 'Mytholm', 537333300, -20333300, 0),
(130524, 4045, 229, 'Naburn', 539030200, -10901100, 0),
(130525, 4154, 229, 'Nacton', 520182500, 12358900, 0),
(130526, 4029, 229, 'Nash', 520034300, -8665500, 0),
(130527, 4081, 229, 'Nately Scures', 512733300, -9907400, 0),
(130528, 4094, 229, 'Navenby', 531068000, -5249400, 0),
(130529, 4073, 229, 'Navestock', 516538700, 2208400, 0),
(130530, 4115, 229, 'Nawton', 542554000, -9916900, 0),
(130531, 4053, 229, 'Near Sawrey', 543531600, -29727100, 0),
(130532, 4109, 229, 'Neatishead', 527356400, 14664600, 0),
(130533, 4109, 229, 'Necton', 526499400, 7753900, 0),
(130534, 4138, 229, 'Neen Savage', 523931600, -24792000, 0),
(130535, 4138, 229, 'Neenton', 524873400, -25373300, 0),
(130536, 4036, 229, 'Nether Alderley', 532841500, -22377000, 0),
(130537, 4093, 229, 'Nether Broughton', 528249400, -9706100, 0),
(130538, 4061, 229, 'Nether Cerne', 507834200, -24690400, 0),
(130539, 4116, 229, 'Nether Heyford', 522212300, -10345200, 0),
(130540, 4092, 229, 'Nether Kellet', 541000000, -27500000, 0),
(130541, 4142, 229, 'Nether Stowey', 511510100, -31567600, 0),
(130542, 4081, 229, 'Nether Wallop', 511258900, -15645500, 0),
(130543, 4164, 229, 'Nether Whitacre', 525331900, -16572200, 0),
(130544, 4061, 229, 'Netherbury', 507907200, -27534400, 0),
(130545, 4117, 229, 'Netherwitton', 552066700, -18456700, 0),
(130546, 4087, 229, 'Nettlestone', 507129500, -11174100, 0),
(130547, 4109, 229, 'New Buckenham', 524723800, 10727500, 0),
(130548, 4155, 229, 'New Herrington', 548691000, -14730000, 0),
(130549, 4109, 229, 'New Hunstanton', 529365300, 4921100, 0),
(130550, 4129, 229, 'New Marske', 545784800, -10422400, 0),
(130551, 4039, 229, 'New Micklefield', 537878700, -13243700, 0),
(130552, 4041, 229, 'New Sharlston', 536748900, -14230900, 0),
(130553, 4094, 229, 'Newball', 532735500, -3915000, 0),
(130554, 4117, 229, 'Newbiggin-by-the-Sea', 551853200, -15146900, 0),
(130555, 4155, 229, 'Newbottle', 548572400, -14819500, 0),
(130556, 4154, 229, 'Newbourne', 520389200, 13137200, 0),
(130557, 4117, 229, 'Newbrough', 550052400, -21969600, 0),
(130558, 4053, 229, 'Newby Bridge', 542666300, -29611600, 0),
(130559, 4092, 229, 'Newchurch', 506644200, -12085000, 0),
(130560, 4089, 229, 'Newenden', 510157500, 6128300, 0),
(130561, 4084, 229, 'Newgate Street', 517286800, -1167300, 0),
(130562, 4070, 229, 'Newhaven', 507969300, 554500, 0),
(130563, 4053, 229, 'Newton Arlosh', 548853900, -32482400, 0),
(130564, 4041, 229, 'Newton Hill', 537035700, -15040100, 0),
(130565, 4115, 229, 'Newton Kyme', 538980300, -12962800, 0),
(130566, 4115, 229, 'Newton Morrell', 544790600, -16338700, 0),
(130567, 4053, 229, 'Newton Reigny', 546770100, -28107800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(130569, 4058, 229, 'Newton Saint Petrock', 508833300, -42666700, 0),
(130570, 4057, 229, 'Newton Solney', 528288000, -15828900, 0),
(130571, 4169, 229, 'Newton Tony', 511644200, -16899000, 0),
(130572, 4094, 229, 'Newton by Toft', 533728800, -4229800, 0),
(130573, 4117, 229, 'Newton by the Sea', 555333300, -16000000, 0),
(130574, 4094, 229, 'Newton on Trent', 532583800, -7559100, 0),
(130575, 4117, 229, 'Newton on the Moor', 553333300, -17333300, 0),
(130576, 4070, 229, 'Ninfield', 508864100, 4252900, 0),
(130577, 4037, 229, 'No Man''s Heath', 530298100, -27267100, 0),
(130578, 4094, 229, 'Nocton', 531636800, -4193800, 0),
(130579, 4115, 229, 'Normanby', 533666700, -5000000, 0),
(130580, 4093, 229, 'Normanton le Heath', 527105600, -14437600, 0),
(130581, 4119, 229, 'Normanton upon Soar', 528082600, -12424900, 0),
(130582, 4121, 229, 'North Aston', 519558000, -13087500, 0),
(130583, 4168, 229, 'North Bersted', 508004600, -6878800, 0),
(130584, 4058, 229, 'North Bovey', 506415500, -37834300, 0),
(130585, 4109, 229, 'North Burlingham', 526362400, 14962900, 0),
(130586, 4069, 229, 'North Burton', 541355900, -3409200, 0),
(130587, 4142, 229, 'North Cadbury', 510428000, -25231200, 0),
(130588, 4094, 229, 'North Carlton', 532869600, -5832600, 0),
(130589, 4168, 229, 'North Chapel', 510569300, -6435600, 0),
(130591, 4094, 229, 'North Coates', 534666700, 333300, 0),
(130592, 4154, 229, 'North Cove', 524463600, 16290100, 0),
(130593, 4115, 229, 'North Cowton', 544304500, -15631100, 0),
(130594, 4103, 229, 'North Crawley', 520929800, -6485900, 0),
(130595, 4109, 229, 'North Creake', 529090100, 7546200, 0),
(130596, 4109, 229, 'North Elmham', 527464000, 9461100, 0),
(130597, 4041, 229, 'North Elmsall', 536088500, -12821400, 0),
(130598, 4073, 229, 'North Fambridge', 516427900, 6751000, 0),
(130599, 4081, 229, 'North Hayling', 508240500, -9636200, 0),
(130600, 4058, 229, 'North Huish', 503945000, -38135700, 0),
(130601, 4094, 229, 'North Kelsey', 535034000, -4254200, 0),
(130602, 4121, 229, 'North Leigh', 518143200, -14414400, 0),
(130603, 4119, 229, 'North Leverton', 533305300, -8225700, 0),
(130604, 4109, 229, 'North Lopham', 524035200, 9916900, 0),
(130605, 4121, 229, 'North Moreton', 516012800, -11913300, 0),
(130606, 4168, 229, 'North Mundham', 508138500, -7587400, 0),
(130607, 4119, 229, 'North Muskham', 531198800, -8109100, 0),
(130608, 4069, 229, 'North Newbald', 538166700, -6166700, 0),
(130609, 4094, 229, 'North Owersby', 534368600, -4026700, 0),
(130610, 4109, 229, 'North Pickenham', 526274100, 7514200, 0),
(130611, 4109, 229, 'North Runcton', 527170100, 4339600, 0),
(130612, 4094, 229, 'North Somercotes', 534457300, 1410300, 0),
(130613, 4117, 229, 'North Sunderland', 555768800, -16643600, 0),
(130614, 4048, 229, 'North Tamerton', 507499200, -43940400, 0),
(130615, 4094, 229, 'North Thoresby', 534665100, -557500, 0),
(130616, 4109, 229, 'North Tuddenham', 526861200, 10148500, 0),
(130617, 4119, 229, 'North Wheatley', 533623200, -8563500, 0),
(130618, 4094, 229, 'North Willingham', 533787900, -2543500, 0),
(130619, 4094, 229, 'North Witham', 527860500, -6265600, 0),
(130620, 4169, 229, 'North Wraxall', 514734000, -22630000, 0),
(130621, 4124, 229, 'Northborough', 526586800, -2981800, 0),
(130622, 4121, 229, 'Northend', 516275000, -9402300, 0),
(130623, 4058, 229, 'Northlew', 507723400, -41228600, 0),
(130624, 4094, 229, 'Northorpe', 534666700, -6500000, 0),
(130625, 4109, 229, 'Northrepps', 529042300, 13372400, 0),
(130626, 4150, 229, 'Norton Bridge', 528670300, -21921500, 0),
(130627, 4073, 229, 'Norton Heath', 517166700, 3166700, 0),
(130628, 4164, 229, 'Norton Lindsey', 522659500, -16700900, 0),
(130630, 4093, 229, 'Norton juxta Twycross', 526586600, -15236200, 0),
(130631, 4115, 229, 'Nunwick', 541666700, -15000000, 0),
(130632, 4168, 229, 'Nuthurst', 510226100, -3005800, 0),
(130633, 4078, 229, 'Nympsfield', 517035800, -22900500, 0),
(130635, 4150, 229, 'Oakamoor', 530014400, -19200300, 0),
(130636, 4092, 229, 'Oakenclough', 539202200, -27036300, 0),
(130637, 4057, 229, 'Oakerthorpe', 530977300, -14196900, 0),
(130638, 4078, 229, 'Oakle Street', 518546300, -23522600, 0),
(130639, 4154, 229, 'Occold', 522934700, 11594400, 0),
(130640, 4142, 229, 'Odcombe', 509339600, -27022900, 0),
(130641, 4032, 229, 'Offord Cluny', 522888500, -2135500, 0),
(130643, 4058, 229, 'Offwell', 507905200, -31452800, 0),
(130644, 4169, 229, 'Ogbourne Saint Andrew', 514333300, -17333300, 0),
(130645, 4169, 229, 'Ogbourne Saint George', 514500000, -17166700, 0),
(130646, 4109, 229, 'Old Buckenham', 524806100, 10414300, 0),
(130647, 4032, 229, 'Old Hurst', 523764900, -920500, 0),
(130648, 4053, 229, 'Old Hutton', 542894000, -26700300, 0),
(130649, 4094, 229, 'Old Leake', 530310800, 987300, 0),
(130650, 4039, 229, 'Old Micklefield', 537975100, -13329500, 0),
(130651, 4154, 229, 'Old Newton', 522234900, 10001000, 0),
(130652, 4155, 229, 'Old Penshaw', 548833300, -14833300, 0),
(130653, 4057, 229, 'Old Tupton', 531834100, -14187300, 0),
(130654, 4035, 229, 'Old Warden', 520818300, -3410000, 0),
(130655, 4032, 229, 'Old Weston', 523825700, -3872700, 0),
(130656, 4172, 229, 'Ombersley', 522710300, -22288300, 0),
(130657, 4119, 229, 'Ompton', 531791400, -9712200, 0),
(130658, 4150, 229, 'Onecote', 530931800, -19273300, 0),
(130659, 4138, 229, 'Onibury', 524083100, -28031200, 0),
(130660, 4150, 229, 'Onneley', 529835000, -23705200, 0),
(130661, 4094, 229, 'Orby', 531814200, 2321100, 0),
(130662, 4089, 229, 'Orlestone', 510766200, 8474100, 0),
(130663, 4083, 229, 'Orleton', 523000000, -27500000, 0),
(130665, 4119, 229, 'Orston', 529613100, -8544200, 0),
(130666, 4093, 229, 'Orton on the Hill', 526307200, -15486900, 0),
(130667, 4057, 229, 'Osmaston', 529926000, -17045100, 0),
(130668, 4115, 229, 'Osmotherley', 543684300, -12991600, 0),
(130669, 4089, 229, 'Ospringe', 513083000, 8703200, 0),
(130670, 4115, 229, 'Oswaldkirk', 542036800, -10447300, 0),
(130671, 4089, 229, 'Otterden', 512424100, 7886100, 0),
(130672, 4142, 229, 'Otterford', 509229700, -31089800, 0),
(130673, 4136, 229, 'Oughtibridge', 534361200, -15390200, 0),
(130674, 4115, 229, 'Oulston', 541628500, -11635400, 0),
(130675, 4069, 229, 'Ousefleet', 536981700, -7408600, 0),
(130676, 4058, 229, 'Outer Hope', 502466000, -38574900, 0),
(130677, 4053, 229, 'Outhgill', 544065400, -23382000, 0),
(130678, 4109, 229, 'Outwell', 526094600, 2333300, 0),
(130679, 4041, 229, 'Outwood', 537119500, -15012600, 0),
(130680, 4092, 229, 'Over Kellet', 541166700, -27333300, 0),
(130681, 4115, 229, 'Over Silton', 543333600, -13073200, 0),
(130682, 4081, 229, 'Over Wallop', 511462300, -15948100, 0),
(130683, 4164, 229, 'Over Whitacre', 525175300, -16245200, 0),
(130684, 4061, 229, 'Overcombe', 506350900, -24320700, 0),
(130685, 4109, 229, 'Overstrand', 529162300, 13390000, 0),
(130686, 4029, 229, 'Oving', 508380300, -7220100, 0),
(130687, 4081, 229, 'Ower', 509463100, -15387300, 0),
(130688, 4093, 229, 'Owston', 526637900, -8545300, 0),
(130689, 4113, 229, 'Owston Ferry', 534940700, -7804500, 0),
(130690, 4094, 229, 'Oxcombe', 532754100, -356800, 0),
(130691, 4093, 229, 'Packington', 527285500, -14661600, 0),
(130692, 4164, 229, 'Packwood', 523500000, -17500000, 0),
(130693, 4029, 229, 'Padbury', 519709800, -9528100, 0),
(130694, 4089, 229, 'Paddlesworth', 511157000, 11353700, 0),
(130695, 4058, 229, 'Pancrasweek', 508265200, -44202700, 0),
(130696, 4073, 229, 'Panfield', 518985800, 5210800, 0),
(130697, 4109, 229, 'Panxworth', 526642700, 14743600, 0),
(130698, 4078, 229, 'Parkend', 517681600, -25569000, 0),
(130699, 4058, 229, 'Parkham', 509684700, -42968700, 0),
(130700, 4063, 229, 'Parton', 545666700, -35833300, 0),
(130701, 4057, 229, 'Parwich', 530854800, -17204000, 0),
(130702, 4073, 229, 'Pattiswick', 518848100, 6371200, 0),
(130703, 4007, 229, 'Pavenham', 521891300, -5524900, 0),
(130704, 4142, 229, 'Pawlett', 511802200, -30024000, 0),
(130705, 4092, 229, 'Paythorne', 539623600, -22612000, 0),
(130706, 4124, 229, 'Peakirk', 526456700, -2729400, 0),
(130707, 4165, 229, 'Peasemore', 514934300, -13421300, 0),
(130708, 4154, 229, 'Peasenhall', 522713600, 14511400, 0),
(130709, 4093, 229, 'Peatling Magna', 525278800, -11270100, 0),
(130710, 4172, 229, 'Pebworth', 521196400, -18121300, 0),
(130711, 4117, 229, 'Pegswood', 551793000, -16452500, 0),
(130712, 4083, 229, 'Pencombe', 521713200, -25875600, 0),
(130713, 4083, 229, 'Pencoyd', 519333300, -27000000, 0),
(130714, 4058, 229, 'Pennymoor', 508891800, -36154600, 0),
(130715, 4142, 229, 'Penselwood', 510812200, -23499900, 0),
(130716, 4048, 229, 'Pentewan', 502918300, -47862300, 0),
(130717, 4081, 229, 'Penton Mewsey', 512250300, -15280900, 0),
(130718, 4057, 229, 'Pentrich', 530685000, -14195000, 0),
(130719, 4061, 229, 'Pentridge', 509594400, -19526800, 0),
(130720, 4172, 229, 'Peopleton', 521533800, -20913100, 0),
(130721, 4036, 229, 'Peover Superior', 532500000, -23500000, 0),
(130722, 4138, 229, 'Peplow', 528165700, -25455800, 0),
(130723, 4048, 229, 'Perranuthnoe', 501146900, -54449300, 0),
(130724, 4048, 229, 'Perranwell', 502166700, -51166700, 0),
(130725, 4048, 229, 'Perranzabuloe', 503260000, -51331700, 0),
(130726, 4083, 229, 'Peterchurch', 520418800, -29556600, 0),
(130727, 4058, 229, 'Petertavy', 505666700, -41000000, 0),
(130728, 4058, 229, 'Petrockstow', 508666700, -41166700, 0),
(130729, 4154, 229, 'Pettistree', 521428100, 13619100, 0),
(130730, 4138, 229, 'Petton', 528333300, -28333300, 0),
(130731, 4048, 229, 'Phillack', 501971700, -54041400, 0),
(130732, 4048, 229, 'Philleigh', 502162600, -49853100, 0),
(130733, 4060, 229, 'Pickburn', 535609200, -12251300, 0),
(130734, 4115, 229, 'Pickhill', 542333300, -14666700, 0),
(130735, 4138, 229, 'Picklescott', 525899100, -28347100, 0),
(130736, 4115, 229, 'Picton', 544500000, -13500000, 0),
(130737, 4094, 229, 'Pilham', 534336700, -7038300, 0),
(130738, 4061, 229, 'Pilsdon', 507930700, -28336300, 0),
(130739, 4138, 229, 'Pipe Gate', 529632000, -23915100, 0),
(130740, 4172, 229, 'Pirton', 519712000, -3339400, 0),
(130741, 4121, 229, 'Pishill', 516036300, -9558100, 0),
(130742, 4142, 229, 'Pitcombe', 511007000, -24671300, 0),
(130743, 4142, 229, 'Pitminster', 509674700, -31113200, 0),
(130744, 4142, 229, 'Pitney', 510520000, -27903300, 0),
(130745, 4116, 229, 'Pitsford', 523034500, -8982100, 0),
(130746, 4169, 229, 'Pitton', 510666700, -17000000, 0),
(130747, 4138, 229, 'Plealey', 526567700, -28546200, 0),
(130748, 4073, 229, 'Pleshey', 518044200, 4131000, 0),
(130749, 4070, 229, 'Plumpton Green', 509350100, -604200, 0),
(130750, 4053, 229, 'Plumpton Wall', 547166700, -27666700, 0),
(130751, 4125, 229, 'Plympton Erle', 503799600, -40851800, 0),
(130752, 4007, 229, 'Podington', 522538700, -6222700, 0),
(130753, 4061, 229, 'Pointington', 509833300, -25000000, 0),
(130754, 4116, 229, 'Polebrook', 524715400, -4276700, 0),
(130755, 4164, 229, 'Polesworth', 526196200, -16103600, 0),
(130756, 4048, 229, 'Polruan', 503268900, -46314400, 0),
(130757, 4058, 229, 'Poltimore', 507619000, -34671800, 0),
(130758, 4049, 229, 'Pontop', 548833300, -17500000, 0),
(130759, 4053, 229, 'Pooley Bridge', 546108500, -28152500, 0),
(130760, 4109, 229, 'Poringland', 525675600, 13496100, 0),
(130761, 4142, 229, 'Porlock', 512088900, -35955600, 0),
(130762, 4048, 229, 'Portloe', 502187600, -48925400, 0),
(130763, 4048, 229, 'Portmellon', 502624000, -47859700, 0),
(130764, 4169, 229, 'Porton', 511283700, -17322900, 0),
(130765, 4154, 229, 'Poslingford', 521021300, 5847600, 0),
(130766, 4058, 229, 'Postbridge', 505941200, -39116600, 0),
(130767, 4089, 229, 'Postling', 511101000, 10641300, 0),
(130768, 4036, 229, 'Pott Shrigley', 533095700, -20840500, 0),
(130769, 4094, 229, 'Potter Hanworth', 531833300, -4166700, 0),
(130770, 4109, 229, 'Potter Heigham', 527120700, 15775700, 0),
(130771, 4116, 229, 'Potterspury', 520828800, -8967600, 0),
(130772, 4115, 229, 'Potto', 544229300, -12701200, 0),
(130773, 4058, 229, 'Poughill', 508500000, -45333300, 0),
(130774, 4169, 229, 'Poulshot', 513354800, -20448800, 0),
(130775, 4048, 229, 'Poundstock', 507666700, -45500000, 0),
(130776, 4061, 229, 'Powerstock', 507635500, -26864900, 0),
(130777, 4048, 229, 'Praze an Beeble', 501833300, -53333300, 0),
(130778, 4138, 229, 'Prees green', 528781400, -26568000, 0),
(130779, 4029, 229, 'Preston Bisset', 519625100, -10439200, 0),
(130780, 4116, 229, 'Preston Capes', 521888500, -11592700, 0),
(130781, 4138, 229, 'Preston Gubbals', 527720800, -27531100, 0),
(130782, 4083, 229, 'Preston Wynne', 521207200, -26455000, 0),
(130783, 4083, 229, 'Preston on Wye', 520694900, -28988200, 0),
(130784, 4157, 229, 'Preston upon the Weald Moors', 527356700, -24732500, 0),
(130785, 4032, 229, 'Prickwillow', 524168600, 3459600, 0),
(130786, 4058, 229, 'Princetown', 505439300, -39885500, 0),
(130787, 4081, 229, 'Privett', 510385300, -10376900, 0),
(130788, 4058, 229, 'Puddington', 508833300, -40000000, 0),
(130789, 4109, 229, 'Pulham Market', 524297000, 12302100, 0),
(130791, 4061, 229, 'Puncknowle', 506955000, -26590500, 0),
(130792, 4169, 229, 'Purton Stoke', 516131700, -18722900, 0),
(130793, 4083, 229, 'Putley', 520341500, -25149700, 0),
(130794, 4084, 229, 'Puttenham', 512190300, -6651000, 0),
(130795, 4114, 229, 'Puxton', 513656100, -28546800, 0),
(130796, 4142, 229, 'Pylle', 511431500, -25617400, 0),
(130797, 4116, 229, 'Pytchley', 523640000, -7386100, 0),
(130798, 4094, 229, 'Quadring', 528823900, -1831600, 0),
(130799, 4057, 229, 'Quarndon', 529649400, -15037600, 0),
(130800, 4049, 229, 'Quarrington Hill', 547293000, -14810200, 0),
(130801, 4138, 229, 'Quatford', 525164300, -23875200, 0),
(130802, 4142, 229, 'Queen Camel', 510194300, -25767800, 0),
(130803, 4093, 229, 'Queniborough', 527059100, -10474900, 0),
(130804, 4048, 229, 'Quethiock', 504586500, -43775300, 0),
(130805, 4109, 229, 'Quidenham', 524530000, 9812000, 0),
(130806, 4058, 229, 'Rackenford', 509514100, -36369000, 0),
(130807, 4109, 229, 'Rackheath', 526752100, 13696400, 0),
(130808, 4168, 229, 'Racton', 508756900, -8897200, 0),
(130809, 4121, 229, 'Radcot', 516940500, -15878000, 0),
(130810, 4142, 229, 'Raddington', 510265800, -33936400, 0),
(130811, 4029, 229, 'Radnage', 516601300, -8553600, 0),
(130812, 4036, 229, 'Radway Green', 530871800, -23364300, 0),
(130813, 4036, 229, 'Rainow', 532813100, -20748000, 0),
(130814, 4094, 229, 'Raithby', 531825800, 545900, 0),
(130815, 4061, 229, 'Rampisham', 508188300, -26239300, 0),
(130816, 4115, 229, 'Ramsgill', 541344400, -18195200, 0),
(130817, 4078, 229, 'Randwick', 517590500, -22512500, 0),
(130818, 4119, 229, 'Ranskill', 533828100, -10140200, 0),
(130819, 4150, 229, 'Ranton', 528139100, -22149600, 0),
(130820, 4109, 229, 'Ranworth', 526773100, 14890500, 0),
(130821, 4115, 229, 'Raskelf', 541333300, -12500000, 0),
(130822, 4115, 229, 'Rathmell', 540351600, -23002900, 0),
(130823, 4121, 229, 'Ratley', 521242700, -14450900, 0),
(130824, 4058, 229, 'Rattery', 504419500, -37751000, 0),
(130825, 4094, 229, 'Rauceby', 530024900, -4753300, 0),
(130826, 4053, 229, 'Ravenglass', 543559100, -34086400, 0),
(130827, 4069, 229, 'Rawcliffe', 536833300, -9500000, 0),
(130828, 4154, 229, 'Redgrave', 523609800, 10019000, 0),
(130829, 4154, 229, 'Redisham', 524046000, 15410800, 0),
(130830, 4142, 229, 'Redlynch', 509872800, -17115900, 0),
(130831, 4078, 229, 'Redmarley D''Abitot', 519833300, -23666700, 0),
(130832, 4093, 229, 'Redmile', 529106900, -8154000, 0),
(130833, 4144, 229, 'Redwick', 515716700, -26541700, 0),
(130834, 4109, 229, 'Reedham', 525605400, 15712200, 0),
(130835, 4069, 229, 'Reedness', 536992500, -7986000, 0),
(130836, 4092, 229, 'Reedsholme', 537170500, -22885000, 0),
(130837, 4115, 229, 'Reighton', 541630700, -2717300, 0),
(130838, 4058, 229, 'Rewe', 507876300, -34953100, 0),
(130839, 4154, 229, 'Reydon', 523390100, 16658000, 0),
(130840, 4172, 229, 'Ribbesford', 523636300, -23143700, 0),
(130841, 4092, 229, 'Ribchester', 538136100, -25324400, 0),
(130842, 4115, 229, 'Riccall', 538333100, -10573000, 0),
(130843, 4154, 229, 'Rickinghall', 523364900, 9927200, 0),
(130844, 4117, 229, 'Ridingmill', 549333300, -19666700, 0),
(130845, 4092, 229, 'Rimington', 539075300, -22989100, 0),
(130846, 4109, 229, 'Ringland', 526833300, 11666700, 0),
(130847, 4089, 229, 'Ringwould', 511843500, 13740600, 0),
(130848, 4070, 229, 'Ripe', 508705400, 1454000, 0),
(130849, 4094, 229, 'Rippingale', 528386500, -3702700, 0),
(130850, 4083, 229, 'Risbury', 521913100, -26591200, 0),
(130851, 4154, 229, 'Risby', 522640000, 6326800, 0),
(130852, 4073, 229, 'Rivenhall End', 518193800, 6718000, 0),
(130853, 4053, 229, 'Rockcliffe', 549333300, -29833300, 0),
(130854, 4157, 229, 'Rodington', 527254900, -26099900, 0),
(130855, 4039, 229, 'Rodley', 538237600, -16670900, 0),
(130856, 4142, 229, 'Rodney Stoke', 512479300, -27369500, 0),
(130857, 4109, 229, 'Rollesby', 526875200, 16205300, 0),
(130858, 4049, 229, 'Romaldkirk', 545944000, -20105800, 0),
(130859, 4089, 229, 'Romney Marsh', 510229900, 9150400, 0),
(130860, 4087, 229, 'Rookley', 506551200, -12833400, 0),
(130861, 4142, 229, 'Rooks Bridge', 512672200, -29058300, 0),
(130862, 4094, 229, 'Ropsley', 528969900, -5256300, 0),
(130863, 4058, 229, 'Rose Ash', 509827400, -37269800, 0),
(130864, 4048, 229, 'Rosevine', 501936000, -49715700, 0),
(130865, 4053, 229, 'Rosgill', 545449900, -27115600, 0),
(130866, 4048, 229, 'Rosudgeon', 501165500, -54202900, 0),
(130867, 4121, 229, 'Rotherfield Greys', 515353100, -9539200, 0),
(130868, 4109, 229, 'Roudham', 524469600, 8759900, 0),
(130869, 4109, 229, 'Rougham', 522242200, 8016600, 0),
(130870, 4172, 229, 'Rous Lench', 521784000, -19819700, 0),
(130871, 4058, 229, 'Rousdon', 507167900, -29970100, 0),
(130872, 4121, 229, 'Rousham', 519141000, -13054200, 0),
(130873, 4164, 229, 'Rowington', 523222600, -17042200, 0),
(130874, 4053, 229, 'Rowrah', 545537000, -34571700, 0),
(130875, 4087, 229, 'Rowridge', 506764000, -13686000, 0),
(130876, 4048, 229, 'Ruan Minor', 499933700, -51821600, 0),
(130877, 4078, 229, 'Ruardean Hill', 518504000, -25304300, 0),
(130878, 4078, 229, 'Ruardean Woodside', 518471300, -25424800, 0),
(130879, 4089, 229, 'Ruckinge', 510667000, 8904900, 0),
(130880, 4115, 229, 'Rudby', 544500000, -12500000, 0),
(130881, 4078, 229, 'Rudford', 518922500, -23268800, 0),
(130882, 4168, 229, 'Rudgwick', 510873500, -4516400, 0),
(130883, 4069, 229, 'Rudston', 540908900, -3281700, 0),
(130884, 4150, 229, 'Rudyard', 531173900, -20717700, 0),
(130885, 4154, 229, 'Rumburgh', 523797400, 14459000, 0),
(130886, 4109, 229, 'Runcton Holme', 526547000, 3890700, 0),
(130887, 4115, 229, 'Runswick', 545335300, -7561700, 0),
(130888, 4079, 229, 'Rush Green', 515601600, 1792100, 0),
(130889, 4109, 229, 'Rushford', 523974400, 8265100, 0),
(130890, 4172, 229, 'Rushock', 523333300, -21833300, 0),
(130891, 4094, 229, 'Ruskington', 530454400, -3869200, 0),
(130892, 4053, 229, 'Rusland', 542833300, -30000000, 0),
(130893, 4115, 229, 'Ruswarp', 544726300, -6309400, 0),
(130895, 4089, 229, 'Ryarsh', 513011600, 4022900, 0),
(130896, 4070, 229, 'Rye Harbour', 509376100, 7613200, 0),
(130897, 4155, 229, 'Ryhope', 548713900, -13700000, 0),
(130898, 4115, 229, 'Rylstone', 540242000, -20485000, 0),
(130900, 4109, 229, 'Saham Toney', 525824000, 8052300, 0),
(130901, 4037, 229, 'Saighton', 531531800, -28323300, 0),
(130902, 4053, 229, 'Saint Bees', 544918300, -35898700, 0),
(130903, 4048, 229, 'Saint Blazey', 503603600, -47151900, 0),
(130904, 4048, 229, 'Saint Breward', 505666700, -46833300, 0),
(130905, 4078, 229, 'Saint Briavels', 517355600, -26411100, 0),
(130906, 4053, 229, 'Saint Bridget Beckermet', 544500000, -35166700, 0),
(130907, 4048, 229, 'Saint Cleer', 504833300, -44666700, 0),
(130908, 4048, 229, 'Saint Clether', 506333300, -45333300, 0),
(130909, 4142, 229, 'Saint Decumans', 511752800, -33372200, 0),
(130910, 4048, 229, 'Saint Dennis', 503833300, -48833300, 0),
(130911, 4083, 229, 'Saint Devereux', 519666700, -28166700, 0),
(130912, 4048, 229, 'Saint Dominick', 504833300, -42666700, 0),
(130913, 4048, 229, 'Saint Enoder', 503666700, -49666700, 0),
(130914, 4048, 229, 'Saint Erme', 503000000, -50333300, 0),
(130915, 4048, 229, 'Saint Erth', 501666700, -54333300, 0),
(130916, 4048, 229, 'Saint Ervan', 504833300, -49833300, 0),
(130917, 4048, 229, 'Saint Ewe', 502666700, -48333300, 0),
(130918, 4048, 229, 'Saint Goran', 502508300, -48219700, 0),
(130919, 4048, 229, 'Saint Hilary', 501166700, -54166700, 0),
(130920, 4048, 229, 'Saint Ive', 504833300, -43833300, 0),
(130921, 4049, 229, 'Saint Johns Chapel', 547367100, -21804400, 0),
(130922, 4048, 229, 'Saint Just in Roseland', 501833300, -50166700, 0),
(130923, 4048, 229, 'Saint Keverne', 500500000, -51000000, 0),
(130924, 4048, 229, 'Saint Kew', 505500000, -47833300, 0),
(130925, 4048, 229, 'Saint Keyne', 504166700, -44666700, 0),
(130928, 4048, 229, 'Saint Martins Green', 500666700, -51666700, 0),
(130929, 4081, 229, 'Saint Mary Bourne', 512511000, -13965000, 0),
(130931, 4048, 229, 'Saint Mawes', 501594400, -50122200, 0),
(130932, 4048, 229, 'Saint Mawgan', 504500000, -49833300, 0),
(130933, 4048, 229, 'Saint Mellion', 504666700, -42666700, 0),
(130934, 4092, 229, 'Saint Michaels on Wyre', 538500000, -28166700, 0),
(130935, 4089, 229, 'Saint Nicholas at Wade', 513500000, 12500000, 0),
(130936, 4048, 229, 'Saint Stephen', 503333300, -49000000, 0),
(130937, 4048, 229, 'Saint Teath', 505833300, -47333300, 0),
(130938, 4048, 229, 'Saint Tudy', 505500000, -47333300, 0),
(130939, 4073, 229, 'Salcott', 517878100, 8232200, 0),
(130940, 4164, 229, 'Salford Priors', 521581300, -18905400, 0),
(130941, 4109, 229, 'Salhouse', 526708700, 13963800, 0),
(130942, 4078, 229, 'Salperton', 518826500, -18898300, 0),
(130943, 4092, 229, 'Salterforth', 539045500, -21707400, 0),
(130944, 4094, 229, 'Saltfleetby Saint Peter', 533666700, 1500000, 0),
(130945, 4058, 229, 'Sampford Courtenay', 507942600, -39425200, 0),
(130946, 4058, 229, 'Sampford Spiney', 505319000, -40687400, 0),
(130947, 4069, 229, 'Sancton', 538417300, -6325200, 0),
(130948, 4115, 229, 'Sand Hutton', 540166700, -9333300, 0),
(130950, 4117, 229, 'Sandhoe', 549910100, -20477900, 0),
(130951, 4053, 229, 'Sandside', 542166700, -28000000, 0),
(130952, 4035, 229, 'Sandy Heath', 521302000, -2418000, 0),
(130953, 4053, 229, 'Santon Bridge', 543833300, -33666700, 0),
(130954, 4058, 229, 'Satterleigh', 509833300, -39000000, 0),
(130955, 4037, 229, 'Saughall', 532261800, -29564900, 0),
(130956, 4113, 229, 'Saxby All Saints', 536372600, -5030000, 0),
(130957, 4093, 229, 'Saxelby', 527666700, -9500000, 0),
(130958, 4109, 229, 'Saxlingham Nethergate', 525299800, 12856500, 0),
(130959, 4109, 229, 'Saxlingham Thorpe', 525262800, 12855900, 0),
(130960, 4119, 229, 'Saxondale', 529534000, -9861900, 0),
(130961, 4154, 229, 'Saxtead', 522415500, 13082300, 0),
(130962, 4109, 229, 'Saxthorpe', 528303000, 11396500, 0),
(130963, 4115, 229, 'Scagglethorpe', 541419300, -7235500, 0),
(130964, 4053, 229, 'Scaleby', 549593600, -28651300, 0),
(130965, 4053, 229, 'Scalehouses', 547833300, -26333300, 0),
(130966, 4093, 229, 'Scalford', 528096100, -8696400, 0),
(130967, 4119, 229, 'Scarrington', 529674800, -9069700, 0),
(130968, 4094, 229, 'Scopwick', 531090500, -4013900, 0),
(130969, 4069, 229, 'Scorborough', 538954500, -4596000, 0),
(130970, 4115, 229, 'Scorton', 539333300, -27666700, 0),
(130971, 4094, 229, 'Scothern', 532838800, -4517500, 0),
(130972, 4094, 229, 'Scotter', 534965200, -6742900, 0),
(130973, 4109, 229, 'Scoulton', 525683800, 9258800, 0),
(130974, 4094, 229, 'Scredington', 529506500, -3723300, 0),
(130975, 4117, 229, 'Scremerston', 557356600, -19912700, 0),
(130976, 4094, 229, 'Scrivelsby', 531767000, -1047600, 0),
(130977, 4109, 229, 'Sculthorpe', 528419600, 8137100, 0),
(130978, 4109, 229, 'Sea Palling', 527855800, 16010000, 0),
(130979, 4135, 229, 'Seaforth', 534666700, -30166700, 0),
(130980, 4117, 229, 'Seahouses', 555806300, -16549700, 0),
(130981, 4094, 229, 'Searby', 535380900, -3831500, 0),
(130982, 4089, 229, 'Seasalter', 513467000, 10029300, 0),
(130983, 4053, 229, 'Seathwaite', 543533000, -31896200, 0),
(130984, 4087, 229, 'Seaview', 507195600, -11116400, 0),
(130985, 4142, 229, 'Seavington st. Michael', 515085300, -1257400, 0),
(130986, 4053, 229, 'Sebergham', 547640900, -29924400, 0),
(130987, 4094, 229, 'Sedgebrook', 529323700, -7271600, 0),
(130988, 4109, 229, 'Sedgeford', 528992700, 5453000, 0),
(130989, 4169, 229, 'Sedgehill', 510533500, -21917000, 0),
(130990, 4138, 229, 'Selattyn', 529000000, -30833300, 0),
(130991, 4081, 229, 'Selborne', 510943100, -9385200, 0),
(130992, 4083, 229, 'Sellack', 519500000, -26333300, 0),
(130993, 4089, 229, 'Sellindge', 511029700, 10054600, 0),
(130994, 4089, 229, 'Selstead', 511586500, 11725300, 0),
(130995, 4169, 229, 'Semley', 510413500, -21558500, 0),
(130996, 4156, 229, 'Sendmarsh', 512833300, -5166700, 0),
(130997, 4144, 229, 'Severn Beach', 515603600, -26627900, 0),
(130998, 4115, 229, 'Sexhow', 544487800, -12655900, 0),
(130999, 4029, 229, 'Shabbington', 517568000, -10362300, 0),
(131000, 4093, 229, 'Shackerstone', 526578000, -14486500, 0),
(131001, 4154, 229, 'Shadingfield', 523948300, 15765800, 0),
(131002, 4089, 229, 'Shadoxhurst', 511079700, 8191700, 0),
(131003, 4169, 229, 'Shalbourne', 513635800, -15505300, 0),
(131004, 4041, 229, 'Sharlston', 536695600, -14129400, 0),
(131005, 4098, 229, 'Sharnal Street', 514417700, 5773900, 0),
(131006, 4093, 229, 'Sharnford', 525212200, -12947400, 0),
(131007, 4035, 229, 'Sharpenhoe', 519638400, -4528400, 0),
(131008, 4078, 229, 'Sharpness', 517197200, -24775000, 0),
(131009, 4168, 229, 'Sharpthorne', 510749600, -413600, 0),
(131010, 4109, 229, 'Sharrington', 528933600, 10235700, 0),
(131011, 4058, 229, 'Shaugh Prior', 504494100, -40544300, 0),
(131012, 4081, 229, 'Shawford', 510166700, -13166700, 0),
(131013, 4092, 229, 'Shawforth', 536813000, -21649900, 0),
(131014, 4058, 229, 'Shebbear', 508625500, -42144600, 0),
(131015, 4058, 229, 'Sheepwash', 508333300, -41500000, 0),
(131016, 4093, 229, 'Sheepy', 526000000, -15166700, 0),
(131017, 4020, 229, 'Shell Haven', 515068200, 4899200, 0),
(131018, 4121, 229, 'Shenington', 520822500, -14598100, 0),
(131019, 4121, 229, 'Shepherd''s Green', 515431500, -9771900, 0),
(131020, 4089, 229, 'Shepherdswell', 511871300, 12304900, 0),
(131021, 4144, 229, 'Shepperdine', 516587000, -25536800, 0),
(131022, 4142, 229, 'Shepton Montague', 510833300, -24658300, 0),
(131023, 4081, 229, 'Sherfield English', 509997200, -15858200, 0),
(131024, 4081, 229, 'Sherfield upon Loddon', 513166700, -10275700, 0),
(131025, 4138, 229, 'Sheriff Hales', 527000000, -23500000, 0),
(131026, 4115, 229, 'Sheriff Hutton', 540890400, -10063900, 0),
(131027, 4048, 229, 'Sheviock', 503728400, -42938900, 0),
(131028, 4121, 229, 'Shillingford', 510061100, -34522200, 0),
(131029, 4032, 229, 'Shingay', 521000000, -833300, 0),
(131031, 4078, 229, 'Shipton Moyne', 516038900, -21588900, 0),
(131032, 4121, 229, 'Shipton On Cherwell', 518462800, -13060000, 0),
(131033, 4121, 229, 'Shipton under Wychwood', 518603500, -15984700, 0),
(131034, 4057, 229, 'Shirland', 531215500, -14046400, 0),
(131035, 4037, 229, 'Shocklach', 530369400, -28385300, 0),
(131036, 4169, 229, 'Shootend', 510500000, -17500000, 0),
(131037, 4089, 229, 'Shorne', 514136300, 4304400, 0),
(131038, 4087, 229, 'Shorwell', 506444800, -13548800, 0),
(131039, 4109, 229, 'Shotesham All Saints', 525333300, 13166700, 0),
(131040, 4154, 229, 'Shotley', 519695000, 12504700, 0),
(131041, 4164, 229, 'Shottery', 521833300, -17166700, 0),
(131042, 4164, 229, 'Shotteswell', 521064300, -13793000, 0),
(131043, 4037, 229, 'Shotwick', 532393800, -29905600, 0),
(131044, 4109, 229, 'Shouldham', 526519900, 4792800, 0),
(131045, 4109, 229, 'Shouldham Thorpe', 526433200, 4550300, 0),
(131046, 4138, 229, 'Shrawardine', 527320000, -28904100, 0),
(131047, 4172, 229, 'Shrawley', 522840400, -22915200, 0),
(131048, 4164, 229, 'Shrewley', 523029600, -16886100, 0),
(131049, 4032, 229, 'Shudy Camps', 520750200, 3633200, 0),
(131050, 4116, 229, 'Shutlanger', 521418500, -9382800, 0),
(131051, 4164, 229, 'Shuttington', 526458200, -16280400, 0),
(131052, 4116, 229, 'Sibbertoft', 524373200, -9994100, 0),
(131053, 4094, 229, 'Sibsey', 530385800, 157900, 0),
(131054, 4115, 229, 'Sicklinghall', 539306000, -14505900, 0),
(131055, 4058, 229, 'Sidbury', 507195300, -32202800, 0),
(131056, 4036, 229, 'Siddington', 516833300, -19500000, 0),
(131057, 4069, 229, 'Sigglesthorne', 538983300, -2437800, 0),
(131058, 4053, 229, 'Silecroft', 542256000, -33346100, 0),
(131059, 4005, 229, 'Silkstone', 535480800, -15638100, 0),
(131060, 4117, 229, 'Simonburn', 550574400, -22030100, 0),
(131061, 4142, 229, 'Simonsbath', 511396100, -37544200, 0),
(131062, 4089, 229, 'Sissinghurst', 511090500, 5600000, 0),
(131063, 4154, 229, 'Sizewell', 522035600, 16199700, 0),
(131064, 4093, 229, 'Skeffington', 526176800, -9021400, 0),
(131065, 4053, 229, 'Skelsmergh', 543333300, -27000000, 0),
(131066, 4069, 229, 'Skidby', 537892100, -4613100, 0),
(131067, 4142, 229, 'Skilgate', 510362900, -34450800, 0),
(131068, 4094, 229, 'Skillington', 528224800, -6708500, 0),
(131069, 4115, 229, 'Skipwith', 538382500, -9925800, 0),
(131070, 4094, 229, 'Skirbeck', 529666700, 0, 0),
(131071, 4094, 229, 'Skirbeck Quarter', 529500000, -166700, 0),
(131072, 4053, 229, 'Skirsgill', 546508200, -27627800, 0),
(131073, 4117, 229, 'Slaggyford', 548663200, -25036900, 0),
(131074, 4116, 229, 'Slapton', 502926800, -36564700, 0),
(131075, 4169, 229, 'Slaughterford', 514641100, -22317100, 0),
(131076, 4093, 229, 'Slawston', 525424500, -8536200, 0),
(131077, 4049, 229, 'Sleightholme', 544833300, -20666700, 0),
(131078, 4115, 229, 'Sleights', 544550600, -6648400, 0),
(131079, 4150, 229, 'Slindon', 508662700, -6329200, 0),
(131080, 4089, 229, 'Smeeth', 511186100, 9593300, 0),
(131081, 4016, 229, 'Smithybridge', 536445400, -20875700, 0),
(131082, 4032, 229, 'Snailwell', 522809200, 4089800, 0),
(131083, 4069, 229, 'Snaith', 536911200, -10285900, 0),
(131084, 4154, 229, 'Snape', 521709600, 15004700, 0),
(131085, 4115, 229, 'Sneaton', 544232000, -6241600, 0),
(131086, 4057, 229, 'Snelston', 529879100, -17753100, 0),
(131087, 4109, 229, 'Snetterton', 524897500, 9420200, 0),
(131088, 4109, 229, 'Snettisham', 528778100, 5029200, 0),
(131089, 4117, 229, 'Snitter', 553248400, -19623100, 0),
(131090, 4094, 229, 'Snitterby', 534396200, -5196800, 0),
(131091, 4164, 229, 'Snitterfield', 522370500, -16906900, 0),
(131092, 4078, 229, 'Snowshill', 520021100, -18607000, 0),
(131093, 4092, 229, 'Sollom', 536626500, -28260900, 0),
(131094, 4057, 229, 'Somersal Herbert', 529139900, -17965500, 0),
(131095, 4094, 229, 'Somersby', 532343000, 120200, 0),
(131096, 4119, 229, 'Sookholme', 531833300, -11833300, 0),
(131097, 4081, 229, 'Sopley', 507727800, -17799100, 0),
(131098, 4169, 229, 'Sopworth', 515744200, -22511900, 0),
(131099, 4154, 229, 'Sotherton', 523587800, 15839200, 0),
(131100, 4154, 229, 'Sotterley', 524063400, 16026300, 0),
(131101, 4053, 229, 'Soulby', 544911800, -23876400, 0),
(131102, 4007, 229, 'Souldrop', 522448300, -5574700, 0),
(131103, 4053, 229, 'Soutergate', 542229100, -31859600, 0),
(131104, 4109, 229, 'South Acre', 526833300, 6833300, 0),
(131105, 4070, 229, 'South Chailey', 509383100, -210500, 0),
(131106, 4142, 229, 'South Cheriton', 510197200, -24388900, 0),
(131107, 4094, 229, 'South Cockerington', 533817600, 759700, 0),
(131108, 4109, 229, 'South Creake', 528897000, 7603000, 0),
(131109, 4090, 229, 'South Crosland', 536000000, -18166700, 0),
(131110, 4113, 229, 'South Ferriby', 536760300, -5047400, 0),
(131111, 4168, 229, 'South Harting', 509692400, -8838800, 0),
(131112, 4049, 229, 'South Hetton', 547990600, -14067100, 0),
(131113, 4094, 229, 'South Hykeham', 531700900, -6014700, 0),
(131114, 4094, 229, 'South Killingholme', 535666700, -2333300, 0),
(131115, 4119, 229, 'South Leverton', 533196900, -8256900, 0),
(131116, 4109, 229, 'South Lopham', 523928900, 9997600, 0),
(131117, 4058, 229, 'South Milton', 502702000, -38255600, 0),
(131118, 4169, 229, 'South Newton', 511065300, -18752800, 0),
(131119, 4168, 229, 'South Nutfield', 510166700, -1333300, 0),
(131120, 4115, 229, 'South Otterington', 542821000, -14269000, 0),
(131121, 4061, 229, 'South Perrott', 508581800, -27512700, 0),
(131122, 4048, 229, 'South Petherwin', 506113700, -43901200, 0),
(131123, 4058, 229, 'South Pool', 502494200, -37186000, 0),
(131124, 4119, 229, 'South Scarle', 531665900, -7360800, 0),
(131125, 4094, 229, 'South Somercotes', 534225300, 1298700, 0),
(131126, 4115, 229, 'South Stainley', 540646600, -15357900, 0),
(131127, 4020, 229, 'South Stifford', 514774300, 3025500, 0),
(131128, 4094, 229, 'South Stoke', 515495400, -11322800, 0),
(131129, 4006, 229, 'South Widcombe', 513075000, -26025000, 0),
(131130, 4094, 229, 'South Witham', 527647600, -6281100, 0),
(131131, 4169, 229, 'South Wraxall', 513818200, -22423600, 0),
(131132, 4058, 229, 'South Zeal', 507260400, -39127700, 0),
(131133, 4109, 229, 'Southburgh', 526040600, 9451600, 0),
(131134, 4109, 229, 'Southery', 525271400, 3878300, 0),
(131135, 4058, 229, 'Southleigh', 507333300, -31333300, 0),
(131136, 4124, 229, 'Southorpe', 526105500, -4051200, 0),
(131137, 4031, 229, 'Southowram', 537098800, -18318100, 0),
(131138, 4094, 229, 'Southrey', 531841500, -2980200, 0),
(131139, 4053, 229, 'Southwaite', 547984100, -28599600, 0),
(131140, 4069, 229, 'Spaldington', 537927300, -8489900, 0),
(131141, 4032, 229, 'Spaldwick', 523417900, -3443500, 0),
(131142, 4053, 229, 'Spark Bridge', 542552500, -30667300, 0),
(131143, 4115, 229, 'Speeton', 541557500, -2422100, 0),
(131144, 4061, 229, 'Spetisbury', 508205400, -21251600, 0),
(131145, 4154, 229, 'Spexhall', 523683700, 14926000, 0),
(131146, 4094, 229, 'Spital in the Street', 533982600, -5478900, 0),
(131147, 4117, 229, 'Spittal', 557500000, -19833300, 0),
(131148, 4109, 229, 'Spooner Row', 525337900, 10895300, 0),
(131149, 4116, 229, 'Spratton', 523244700, -9538600, 0),
(131150, 4094, 229, 'Spridlington', 533483300, -4869400, 0),
(131151, 4069, 229, 'Sproatley', 537937900, -1913000, 0),
(131152, 4089, 229, 'St Margaret''s Bay', 511540500, 13831600, 0),
(131153, 4048, 229, 'St. Buryan', 500744100, -56226000, 0),
(131154, 4048, 229, 'St. Day', 502395800, -51857200, 0),
(131155, 4039, 229, 'St. John''s', 538360700, -13441900, 0),
(131156, 4069, 229, 'Staddlethorpe', 537438800, -7324300, 0),
(131157, 4007, 229, 'Stagsden', 521304600, -5667800, 0),
(131158, 4117, 229, 'Stagshaw Bank', 550166700, -20166700, 0),
(131159, 4005, 229, 'Stainborough', 535262300, -15180000, 0),
(131160, 4094, 229, 'Stainby', 527966400, -6521600, 0),
(131161, 4049, 229, 'Staindrop', 545810200, -18070800, 0),
(131162, 4031, 229, 'Stainland', 536706800, -18843200, 0),
(131163, 4115, 229, 'Stainsacre', 544626800, -5922300, 0),
(131164, 4115, 229, 'Staintondale', 543713300, -4780500, 0),
(131165, 4115, 229, 'Staithes', 545590400, -7925800, 0),
(131167, 4109, 229, 'Stalham Green', 527675700, 15294200, 0),
(131168, 4089, 229, 'Stalisfield', 512426300, 8095600, 0),
(131169, 4073, 229, 'Stambourne', 520205700, 5079200, 0),
(131170, 4069, 229, 'Stamford Bridge', 532000000, -28000000, 0),
(131171, 4117, 229, 'Stamfordham', 550433500, -18797800, 0),
(131172, 4073, 229, 'Stanford Rivers', 516851900, 2173500, 0),
(131173, 4119, 229, 'Stanford on Soar', 527918600, -11959600, 0),
(131174, 4057, 229, 'Stanton Gate', 529500000, -12833300, 0),
(131176, 4006, 229, 'Stanton Wick', 513566900, -25583600, 0),
(131177, 4057, 229, 'Stanton in Peak', 531748700, -16395400, 0),
(131178, 4138, 229, 'Stanton upon Hine Heath', 528117400, -26407700, 0),
(131179, 4142, 229, 'Staple Fitzpaine', 509596100, -30494200, 0),
(131180, 4168, 229, 'Staplefield', 510380500, -1814500, 0),
(131181, 4073, 229, 'Stapleford Tawney', 516666700, 1666700, 0),
(131182, 4122, 229, 'Star', 513208400, -28086600, 0),
(131183, 4049, 229, 'Startforth', 545385100, -19301600, 0),
(131184, 4119, 229, 'Staunton in the Vale', 529843900, -8010900, 0),
(131185, 4168, 229, 'Stedham', 509944700, -7711900, 0),
(131186, 4169, 229, 'Steeple Ashton', 513103300, -21353800, 0),
(131187, 4029, 229, 'Steeple Claydon', 519364300, -9832800, 0),
(131188, 4169, 229, 'Steeple Langford', 511364900, -19480700, 0),
(131189, 4032, 229, 'Steeple Morden', 520664800, -1248000, 0),
(131190, 4048, 229, 'Stenalees', 503816000, -47955300, 0),
(131191, 4094, 229, 'Stenigot', 533116300, -1134200, 0),
(131192, 4007, 229, 'Stevington', 521684800, -5551500, 0),
(131193, 4007, 229, 'Stewartby', 520704400, -5149000, 0),
(131194, 4029, 229, 'Stewkley', 519258500, -7613200, 0),
(131195, 4058, 229, 'Sticklepath', 507333300, -39333300, 0),
(131196, 4109, 229, 'Stiffkey', 529491000, 9328100, 0),
(131197, 4115, 229, 'Stillingfleet', 538606000, -10982700, 0),
(131198, 4152, 229, 'Stillington', 541000000, -11166700, 0),
(131199, 4061, 229, 'Stinsford', 507213500, -24103800, 0),
(131200, 4048, 229, 'Stithians', 501887000, -51780700, 0),
(131201, 4165, 229, 'Stockcross', 514143000, -13757800, 0),
(131202, 4142, 229, 'Stockland Bristol', 511873800, -30865500, 0),
(131203, 4045, 229, 'Stockton on the Forest', 539963700, -10018200, 0),
(131204, 4142, 229, 'Stogumber', 511277200, -32914500, 0),
(131205, 4061, 229, 'Stoke Abbott', 508036400, -27776500, 0),
(131206, 4116, 229, 'Stoke Albany', 524817900, -8129000, 0),
(131207, 4083, 229, 'Stoke Edith', 520627500, -25801600, 0),
(131208, 4093, 229, 'Stoke Golding', 525706000, -14112400, 0),
(131209, 4109, 229, 'Stoke Holy Cross', 525703000, 12948400, 0),
(131210, 4083, 229, 'Stoke Lacy', 521495400, -25508900, 0),
(131211, 4121, 229, 'Stoke Lyne', 519511500, -11764000, 0),
(131212, 4172, 229, 'Stoke Prior', 522000000, -27000000, 0),
(131213, 4058, 229, 'Stoke Rivers', 511016700, -39525200, 0),
(131214, 4142, 229, 'Stoke Saint Gregory', 510402800, -29311100, 0),
(131215, 4138, 229, 'Stoke Saint Milborough', 524333300, -26333300, 0),
(131216, 4142, 229, 'Stoke St Michael', 515085300, -1257400, 0),
(131217, 4109, 229, 'Stokesby', 526388700, 15917900, 0),
(131218, 4142, 229, 'Ston Easton', 512816800, -25419600, 0),
(131219, 4142, 229, 'Stoney Stratton', 511518200, -24952200, 0),
(131220, 4150, 229, 'Stonnall', 526332600, -18943900, 0),
(131221, 4169, 229, 'Stourton', 511050000, -23155600, 0),
(131222, 4061, 229, 'Stourton Caundle', 509333900, -24071100, 0),
(131223, 4158, 229, 'Stow', 523500000, -30166700, 0),
(131224, 4109, 229, 'Stowbridge', 526386900, 3654700, 0),
(131225, 4058, 229, 'Stowford', 506500000, -42166700, 0),
(131226, 4154, 229, 'Stradbroke', 523181900, 12727800, 0),
(131227, 4154, 229, 'Stradishall', 521450800, 5550700, 0),
(131228, 4109, 229, 'Stradsett', 526178000, 4581600, 0),
(131229, 4142, 229, 'Stratton-on-the-Fosse', 512533300, -24922200, 0),
(131230, 4172, 229, 'Strensham', 520591900, -21439000, 0),
(131231, 4058, 229, 'Strete', 503113800, -36305500, 0),
(131232, 4164, 229, 'Stretton on Fosse', 520437400, -16782500, 0),
(131233, 4164, 229, 'Stretton under Fosse', 524288300, -13378400, 0),
(131234, 4094, 229, 'Strubby', 533000000, 1833300, 0),
(131235, 4094, 229, 'Stubton', 530300400, -6999400, 0),
(131236, 4081, 229, 'Stuckton', 509217200, -17731800, 0),
(131237, 4117, 229, 'Studdon', 548666700, -22500000, 0),
(131238, 4115, 229, 'Studley Roger', 541265400, -15570500, 0),
(131239, 4073, 229, 'Sturmer', 520678500, 4755000, 0),
(131240, 4094, 229, 'Sturton', 533000000, -6500000, 0),
(131241, 4119, 229, 'Sturton le Steeple', 533496800, -8205400, 0),
(131242, 4154, 229, 'Stuston', 523610500, 11322700, 0),
(131243, 4154, 229, 'Stutton', 519703900, 11317600, 0),
(131244, 4150, 229, 'Sugnall', 528755800, -23010600, 0),
(131246, 4012, 229, 'Summerseat', 536294900, -23201700, 0),
(131247, 4069, 229, 'Sunk Island', 536516800, -840700, 0),
(131248, 4121, 229, 'Sunningwell', 517018700, -12824000, 0),
(131249, 4058, 229, 'Sutcombe', 508809700, -43519200, 0),
(131250, 4169, 229, 'Sutton Benger', 515068500, -20801500, 0),
(131251, 4142, 229, 'Sutton Bingham', 508982000, -26459500, 0),
(131252, 4138, 229, 'Sutton Maddock', 526099700, -24104000, 0),
(131253, 4142, 229, 'Sutton Montis', 510163800, -25411900, 0),
(131254, 4169, 229, 'Sutton Veny', 511782200, -21498700, 0),
(131255, 4094, 229, 'Sutton on Sea', 533128000, 2820100, 0),
(131256, 4119, 229, 'Sutton on Trent', 531843700, -8109100, 0),
(131257, 4115, 229, 'Sutton on the Forest', 540833300, -11166700, 0),
(131258, 4057, 229, 'Sutton on the Hill', 528995300, -16526700, 0),
(131259, 4164, 229, 'Sutton under Brailes', 520321700, -15624600, 0),
(131260, 4069, 229, 'Sutton upon Derwent', 539131400, -9246500, 0),
(131261, 4119, 229, 'Sutton-cum-Lound', 533547500, -9784800, 0),
(131262, 4115, 229, 'Sutton-in-Craven', 538833300, -19833300, 0),
(131263, 4032, 229, 'Swaffham Bulbeck', 522382100, 2769800, 0),
(131264, 4109, 229, 'Swafield', 528386800, 13938500, 0),
(131265, 4109, 229, 'Swardeston', 525762800, 12478300, 0),
(131266, 4057, 229, 'Swarkestone', 528541000, -14542700, 0),
(131267, 4094, 229, 'Swayfield', 527937300, -5312900, 0),
(131268, 4036, 229, 'Swettenham', 532015200, -22992900, 0),
(131269, 4154, 229, 'Swilland', 521310900, 11964800, 0),
(131270, 4058, 229, 'Swimbridge', 510528000, -39707300, 0),
(131271, 4069, 229, 'Swine', 538062900, -2759400, 0),
(131272, 4069, 229, 'Swinefleet', 536920500, -8333000, 0),
(131273, 4089, 229, 'Swingate', 511451400, 13398600, 0),
(131274, 4093, 229, 'Swithland', 527130000, -11867000, 0),
(131275, 4150, 229, 'Swynnerton', 529176100, -22218500, 0),
(131276, 4058, 229, 'Sydenham Damerel', 505620300, -42481100, 0),
(131277, 4109, 229, 'Syderstone', 528598700, 7187000, 0),
(131278, 4154, 229, 'Syleham', 523548400, 12521000, 0),
(131279, 4083, 229, 'Symonds Yat', 518427800, -26426400, 0),
(131280, 4057, 229, 'Taddington', 532371400, -17866400, 0),
(131281, 4121, 229, 'Tadmarton', 520384000, -14306300, 0),
(131282, 4058, 229, 'Talaton', 507880100, -33227000, 0),
(131283, 4048, 229, 'Talland', 503381200, -44914700, 0),
(131284, 4094, 229, 'Tallington', 526597300, -3852100, 0),
(131285, 4168, 229, 'Tangmere', 508513100, -7163300, 0),
(131286, 4172, 229, 'Tardebigge', 523200600, -20033400, 0),
(131287, 4061, 229, 'Tarrant Gunville', 509146800, -21069200, 0),
(131288, 4061, 229, 'Tarrant Hinton', 508974500, -20885400, 0),
(131289, 4061, 229, 'Tarrant Keynston', 508333300, -21166700, 0),
(131290, 4070, 229, 'Tarring Neville', 508148800, 466900, 0),
(131291, 4037, 229, 'Tarvin', 531973700, -27654800, 0),
(131292, 4150, 229, 'Tatenhill', 527915900, -16995400, 0),
(131293, 4109, 229, 'Tattersett', 528320700, 7407600, 0),
(131294, 4094, 229, 'Tattershall Thorpe', 531190700, -1798700, 0),
(131295, 4057, 229, 'Taxal', 533147900, -19921400, 0),
(131296, 4121, 229, 'Taynton', 518215100, -16622600, 0),
(131297, 4053, 229, 'Tebay', 544342100, -25936300, 0),
(131298, 4058, 229, 'Tedburn Saint Mary', 507333300, -36833300, 0),
(131299, 4083, 229, 'Tedstone Delamere', 522255500, -24511500, 0),
(131300, 4129, 229, 'Teesport', 545911100, -11519400, 0),
(131301, 4169, 229, 'Teffont Evias', 510804100, -20129900, 0),
(131302, 4169, 229, 'Teffont Magna', 510896500, -20169400, 0),
(131303, 4058, 229, 'Teigngrace', 505527700, -36262400, 0),
(131304, 4102, 229, 'Temple', 505166700, -46166700, 0),
(131305, 4141, 229, 'Temple Balsall', 523829600, -16964700, 0),
(131306, 4164, 229, 'Temple Grafton', 521915100, -18219400, 0),
(131307, 4115, 229, 'Temple Hirst', 537169200, -10853600, 0),
(131308, 4138, 229, 'Ternhill', 528857100, -25430800, 0),
(131309, 4094, 229, 'Tetford', 532534000, -23400, 0),
(131310, 4092, 229, 'Tewitfield', 541555800, -27395600, 0),
(131311, 4089, 229, 'Teynham', 513304500, 8052600, 0),
(131312, 4020, 229, 'Thames Haven', 515076200, 5113800, 0),
(131313, 4169, 229, 'The Winterbournes', 511160500, -17627700, 0),
(131314, 4154, 229, 'Theberton', 522378400, 15668400, 0),
(131315, 4094, 229, 'Theddlethorpe All Saints', 533605600, 2099000, 0),
(131317, 4115, 229, 'Thirkleby', 542000000, -12666700, 0),
(131318, 4069, 229, 'Thirtleby', 537965600, -2172200, 0),
(131319, 4115, 229, 'Tholthorpe', 540959800, -12768500, 0),
(131320, 4029, 229, 'Thornborough', 519970100, -9178300, 0),
(131321, 4142, 229, 'Thornfalcon', 510091700, -30250800, 0),
(131322, 4109, 229, 'Thornham', 529599100, 5795300, 0),
(131323, 4154, 229, 'Thornham Magna', 522942000, 10841700, 0),
(131324, 4124, 229, 'Thornhaugh', 525925200, -4241800, 0),
(131325, 4113, 229, 'Thornton Curtis', 536456800, -3560400, 0),
(131326, 4115, 229, 'Thornton Dale', 542333300, -7166700, 0),
(131327, 4115, 229, 'Thornton Watlass', 542645500, -16413400, 0),
(131328, 4037, 229, 'Thornton le Moors', 532666700, -28333300, 0),
(131329, 4115, 229, 'Thornton-in-Craven', 539313600, -21461100, 0),
(131330, 4039, 229, 'Thorp Arch', 539108100, -13428200, 0),
(131331, 4150, 229, 'Thorpe Constantine', 526784700, -16179700, 0),
(131332, 4109, 229, 'Thorpe Market', 528750500, 13281900, 0),
(131333, 4132, 229, 'Thorpe Salvin', 533237900, -12175200, 0),
(131334, 4093, 229, 'Thorpe Satchville', 526982300, -9166200, 0),
(131335, 4152, 229, 'Thorpe Thewles', 546041000, -13806000, 0),
(131336, 4094, 229, 'Thorpe on the Hill', 531791800, -6413800, 0),
(131337, 4154, 229, 'Thorpeness', 521801200, 16132700, 0),
(131338, 4073, 229, 'Thorrington', 518412400, 10388900, 0),
(131339, 4094, 229, 'Threekingham', 529124700, -3805700, 0),
(131340, 4115, 229, 'Threshfield', 540687000, -20161600, 0),
(131341, 4093, 229, 'Thringstone', 527500100, -13678000, 0),
(131342, 4032, 229, 'Thriplow', 520996400, 964100, 0),
(131343, 4058, 229, 'Throwleigh', 507011600, -38866500, 0),
(131344, 4115, 229, 'Thruscross', 540221000, -17688800, 0),
(131345, 4132, 229, 'Thrybergh', 534489500, -12992800, 0),
(131346, 4084, 229, 'Thundridge', 518347200, -307300, 0),
(131347, 4093, 229, 'Thurcaston', 526922800, -11593500, 0),
(131348, 4119, 229, 'Thurgarton', 528666700, 12500000, 0),
(131349, 4154, 229, 'Thurlow', 521249500, 4504400, 0),
(131350, 4142, 229, 'Thurloxton', 510691300, -30381100, 0),
(131351, 4005, 229, 'Thurlstone', 535273000, -16497500, 0),
(131352, 4109, 229, 'Thurlton', 525288100, 15561700, 0),
(131353, 4156, 229, 'Thursley', 511497900, -7122200, 0),
(131354, 4109, 229, 'Thurton', 525565500, 14331300, 0),
(131355, 4109, 229, 'Thuxton', 526254200, 10004700, 0),
(131356, 4115, 229, 'Thwaite', 522712300, 10957800, 0),
(131357, 4057, 229, 'Ticknall', 528117800, -14776100, 0),
(131358, 4069, 229, 'Tickton', 538623300, -3833000, 0),
(131359, 4078, 229, 'Tidenham', 516587400, -26409800, 0),
(131360, 4165, 229, 'Tidmarsh', 514687100, -10870500, 0),
(131361, 4073, 229, 'Tilbury Juxta Clare', 520304900, 5682500, 0),
(131362, 4168, 229, 'Tillington', 509888800, -6344200, 0),
(131363, 4109, 229, 'Tilney Saint Lawrence', 526997900, 2882200, 0),
(131364, 4169, 229, 'Tilshead', 512297400, -19509700, 0),
(131365, 4037, 229, 'Tilston', 530570100, -28087800, 0),
(131366, 4073, 229, 'Tilty', 519141000, 3187800, 0),
(131367, 4006, 229, 'Timsbury', 510166700, -15000000, 0),
(131368, 4154, 229, 'Timworth', 522900600, 7171200, 0),
(131369, 4142, 229, 'Tintinhull', 509732900, -27137100, 0),
(131370, 4127, 229, 'Tipner', 508236200, -10902000, 0),
(131371, 4058, 229, 'Tipton Saint John', 507166700, -32833300, 0),
(131372, 4078, 229, 'Tirley', 519552900, -22375800, 0),
(131373, 4053, 229, 'Tirril', 546331100, -27740500, 0),
(131374, 4119, 229, 'Tithby', 529251900, -9627900, 0),
(131375, 4156, 229, 'Titsey', 512763100, 182000, 0),
(131376, 4109, 229, 'Tittleshall', 527533300, 8006100, 0),
(131377, 4150, 229, 'Tixall', 528019800, -20355600, 0),
(131378, 4061, 229, 'Todber', 509808400, -22892800, 0),
(131379, 4032, 229, 'Toft', 521871900, -121900, 0),
(131380, 4109, 229, 'Toft Monks', 525035700, 15816900, 0),
(131381, 4073, 229, 'Tolleshunt D''Arcy', 517722000, 7942800, 0),
(131382, 4073, 229, 'Tolleshunt Knights', 517986900, 7765100, 0),
(131383, 4058, 229, 'Topsham', 506859600, -34669600, 0),
(131384, 4058, 229, 'Torcross', 502661900, -36536400, 0),
(131385, 4094, 229, 'Torksey', 532987400, -7452800, 0),
(131386, 4144, 229, 'Tormarton', 515071100, -23355200, 0),
(131387, 4053, 229, 'Torpenhow', 547460500, -32406900, 0),
(131388, 4172, 229, 'Torton', 523507100, -22269300, 0),
(131389, 4119, 229, 'Torworth', 533756500, -10144100, 0),
(131390, 4154, 229, 'Tostock', 522367400, 8614000, 0),
(131391, 4081, 229, 'Totford', 511392600, -11827500, 0),
(131392, 4150, 229, 'Totmonslow', 529554500, -20102600, 0),
(131393, 4109, 229, 'Tottenhill', 526727000, 4196800, 0),
(131394, 4048, 229, 'Towednack', 501904000, -55210600, 0),
(131395, 4115, 229, 'Towton', 538503800, -12640600, 0),
(131396, 4132, 229, 'Treeton', 533856400, -13518900, 0),
(131397, 4138, 229, 'Trefonen', 528333300, -31000000, 0),
(131398, 4048, 229, 'Tregoney', 502666700, -49166700, 0),
(131399, 4048, 229, 'Tresmeer', 506596100, -45011400, 0),
(131400, 4119, 229, 'Treswell', 533041900, -8251600, 0),
(131401, 4048, 229, 'Trevadlock', 505858000, -44518400, 0),
(131402, 4048, 229, 'Trevilley', 500833300, -56833300, 0),
(131403, 4048, 229, 'Trewen', 506166700, -44666700, 0),
(131404, 4049, 229, 'Trimdon', 546987800, -14288100, 0),
(131405, 4049, 229, 'Trimdon Grange', 547141400, -14261100, 0),
(131406, 4109, 229, 'Trimingham', 528984600, 13810700, 0),
(131407, 4154, 229, 'Trimley St Martin', 515085300, -1257400, 0),
(131408, 4154, 229, 'Trimley St Mary', 515085300, -1257400, 0),
(131409, 4053, 229, 'Troutbeck', 544171300, -29148100, 0),
(131410, 4053, 229, 'Troutbeck Bridge', 543935500, -29213300, 0),
(131411, 4119, 229, 'Trowell', 529530900, -12820100, 0),
(131412, 4109, 229, 'Trowse Newton', 526121200, 13186200, 0),
(131413, 4142, 229, 'Trudoxhill', 511922200, -23613900, 0),
(131414, 4058, 229, 'Trusham', 506273100, -36213100, 0),
(131415, 4057, 229, 'Trusley', 529149900, -16235500, 0),
(131416, 4094, 229, 'Trusthorpe', 533248900, 2706000, 0),
(131417, 4150, 229, 'Trysull', 525462200, -22200400, 0),
(131418, 4089, 229, 'Tudeley', 511848300, 3173200, 0),
(131419, 4081, 229, 'Tufton', 512172300, -13452200, 0),
(131420, 4138, 229, 'Tugford', 524805800, -26535000, 0),
(131421, 4057, 229, 'Turnditch', 530154300, -15614600, 0),
(131422, 4061, 229, 'Turners Puddle', 507401400, -22421400, 0),
(131423, 4007, 229, 'Turvey', 521628500, -6252800, 0),
(131424, 4078, 229, 'Tutshill', 516489300, -26671200, 0),
(131425, 4109, 229, 'Tuttington', 527969500, 13005900, 0),
(131426, 4168, 229, 'Twineham', 509663200, -2108400, 0),
(131427, 4093, 229, 'Twycross', 526410700, -15034100, 0),
(131428, 4094, 229, 'Tydd Saint Mary', 527458500, 1366400, 0),
(131429, 4103, 229, 'Tyringham', 521138800, -7456100, 0),
(131430, 4169, 229, 'Tytherton Lucas', 514677800, -20763900, 0),
(131431, 4048, 229, 'Tywardreath', 503576600, -46934200, 0),
(131432, 4164, 229, 'Ufton', 522560700, -14469300, 0),
(131433, 4058, 229, 'Ugborough', 503872700, -38621200, 0),
(131434, 4136, 229, 'Ughill', 534097300, -16135800, 0),
(131435, 4089, 229, 'Ulcombe', 512105700, 6445500, 0),
(131436, 4053, 229, 'Uldale', 547217400, -31668500, 0),
(131437, 4117, 229, 'Ulgham', 552247400, -16363600, 0),
(131438, 4115, 229, 'Ulleskelf', 538543400, -12126600, 0),
(131439, 4132, 229, 'Ulley', 533820000, -13022200, 0),
(131440, 4053, 229, 'Ullock', 545988200, -34304800, 0),
(131441, 4053, 229, 'Ulpha', 543313400, -32353900, 0),
(131442, 4069, 229, 'Ulrome', 539919800, -2296800, 0),
(131443, 4061, 229, 'Ulwell', 506277200, -19705000, 0),
(131444, 4058, 229, 'Umberleigh', 509945300, -39834000, 0),
(131445, 4057, 229, 'Unstone', 532905500, -14419600, 0),
(131446, 4048, 229, 'Uny Lelant', 501833300, -54333300, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(131447, 4089, 229, 'Upchurch', 513762000, 6478900, 0),
(131448, 4078, 229, 'Upleadon', 519395100, -23603300, 0),
(131449, 4129, 229, 'Upleatham', 545662400, -10226700, 0),
(131450, 4058, 229, 'Upottery', 508628600, -31353800, 0),
(131451, 4172, 229, 'Upper Arley', 524189300, -23459400, 0),
(131452, 4116, 229, 'Upper Boddington', 521765100, -12959500, 0),
(131453, 4164, 229, 'Upper Brailes', 520562100, -15558900, 0),
(131454, 4119, 229, 'Upper Broughton', 528286300, -9877000, 0),
(131455, 4007, 229, 'Upper Dean', 522971400, -4659700, 0),
(131456, 4081, 229, 'Upper Farringdon', 511103000, -9803000, 0),
(131457, 4059, 229, 'Upper Hambleton', 526585300, -6698200, 0),
(131458, 4089, 229, 'Upper Hardres', 512157600, 10806900, 0),
(131459, 4115, 229, 'Upper Helmsley', 540030500, -9412200, 0),
(131460, 4150, 229, 'Upper Penn', 525500000, -21666700, 0),
(131461, 4083, 229, 'Upper Sapey', 522677600, -24625700, 0),
(131462, 4035, 229, 'Upper Shelton', 520805900, -5538200, 0),
(131463, 4078, 229, 'Upper Slaughter', 519072100, -17754900, 0),
(131464, 4081, 229, 'Upper Somborne', 510893600, -14338000, 0),
(131465, 4162, 229, 'Upper Stonnall', 526166700, -19000000, 0),
(131466, 4006, 229, 'Upper Swainswick', 514139300, -23509600, 0),
(131467, 4078, 229, 'Upper Swell', 519393400, -17445200, 0),
(131468, 4029, 229, 'Upper Winchendon', 518228300, -9185600, 0),
(131469, 4115, 229, 'Upsall', 542783600, -13065500, 0),
(131470, 4083, 229, 'Upton Bishop', 519402400, -25056000, 0),
(131471, 4081, 229, 'Upton Grey', 512287600, -10001900, 0),
(131472, 4138, 229, 'Upton Magna', 527080800, -26603900, 0),
(131473, 4142, 229, 'Upton Noble', 511537700, -24101600, 0),
(131474, 4058, 229, 'Upton Pyne', 507666700, -35500000, 0),
(131475, 4172, 229, 'Upton Snodsbury', 521884400, -20849400, 0),
(131476, 4078, 229, 'Upton St Leonards', 515085300, -1257400, 0),
(131477, 4032, 229, 'Upwood', 524260800, -1490900, 0),
(131478, 4094, 229, 'Utterby', 534209900, -319800, 0),
(131479, 4058, 229, 'Venn Ottery', 507131200, -33048900, 0),
(131480, 4058, 229, 'Virginstow', 507107200, -42981400, 0),
(131481, 4073, 229, 'Virley', 517893500, 8159100, 0),
(131482, 4109, 229, 'Wacton', 522166700, -25666700, 0),
(131483, 4116, 229, 'Wadenhoe', 524419000, -5144700, 0),
(131484, 4084, 229, 'Wadesmill', 518405500, -282000, 0),
(131485, 4094, 229, 'Wainfleet All Saints', 531057000, 2358300, 0),
(131486, 4109, 229, 'Walcott', 528333300, 15000000, 0),
(131487, 4168, 229, 'Walderton', 508903800, -8770000, 0),
(131488, 4070, 229, 'Waldron', 509523700, 2045300, 0),
(131489, 4094, 229, 'Walesby', 532333300, -9833300, 0),
(131490, 4116, 229, 'Walgrave', 523404000, -8250900, 0),
(131491, 4119, 229, 'Walkeringham', 534255100, -8441000, 0),
(131492, 4084, 229, 'Walkern', 519188800, -1275800, 0),
(131493, 4058, 229, 'Walkhampton', 505093900, -40722600, 0),
(131494, 4109, 229, 'Walpole Saint Peter', 527290200, 2223000, 0),
(131495, 4031, 229, 'Walsden', 536936100, -21000100, 0),
(131496, 4154, 229, 'Walsham le Willows', 523023600, 9308300, 0),
(131497, 4073, 229, 'Waltham Holy Cross', 516833300, 333300, 0),
(131498, 4114, 229, 'Walton Down', 514605600, -28269400, 0),
(131499, 4114, 229, 'Walton in Gordano', 514530600, -28269400, 0),
(131500, 4093, 229, 'Walton le Wolds', 527720300, -11242100, 0),
(131501, 4057, 229, 'Walton upon Trent', 527588900, -16749000, 0),
(131502, 4142, 229, 'Wambrook', 508650400, -30054600, 0),
(131503, 4018, 229, 'Wanborough', 512318300, -6645900, 0),
(131504, 4154, 229, 'Wangford', 523547400, 16234000, 0),
(131505, 4142, 229, 'Wanstrow', 511738900, -24127800, 0),
(131506, 4121, 229, 'Warborough', 516386400, -11369100, 0),
(131507, 4048, 229, 'Warbstow', 506874400, -45398200, 0),
(131508, 4053, 229, 'Warcop', 545357200, -23910700, 0),
(131509, 4121, 229, 'Wardington', 521139400, -12851200, 0),
(131510, 4117, 229, 'Warenford', 555498300, -17844200, 0),
(131511, 4032, 229, 'Waresley', 521750900, -1740600, 0),
(131512, 4041, 229, 'Warmfield', 536822400, -14323400, 0),
(131513, 4144, 229, 'Warmley', 514600400, -24781100, 0),
(131514, 4081, 229, 'Warnford', 510038400, -11158000, 0),
(131515, 4089, 229, 'Warren Street', 512476600, 7594300, 0),
(131516, 4129, 229, 'Warrenby', 546171400, -10970200, 0),
(131517, 4150, 229, 'Warslow', 531258100, -18728500, 0),
(131518, 4115, 229, 'Warthill', 539897800, -9717300, 0),
(131519, 4048, 229, 'Washaway', 504938800, -47681400, 0),
(131520, 4058, 229, 'Washfield', 509281000, -35163500, 0),
(131521, 4142, 229, 'Washford', 511608300, -33619400, 0),
(131522, 4164, 229, 'Wasperton', 522278300, -16119100, 0),
(131523, 4032, 229, 'Water Newton', 525610600, -3643500, 0),
(131524, 4109, 229, 'Waterden', 528897500, 8044100, 0),
(131525, 4053, 229, 'Watermillock', 545943600, -28587700, 0),
(131526, 4121, 229, 'Waterperry', 517543200, -10930600, 0),
(131527, 4142, 229, 'Waterrow', 510200000, -33540100, 0),
(131528, 4121, 229, 'Waterstock', 517467400, -10776400, 0),
(131529, 4154, 229, 'Wattisfield', 523306400, 9474800, 0),
(131530, 4069, 229, 'Wauldby', 537500000, -5333300, 0),
(131531, 4049, 229, 'Wear Head', 547500000, -22166700, 0),
(131532, 4058, 229, 'Weare Giffard', 509769300, -41716500, 0),
(131533, 4115, 229, 'Weaverthorpe', 541243700, -5241300, 0),
(131534, 4116, 229, 'Weedon Beck', 522166700, -10666700, 0),
(131535, 4048, 229, 'Week Saint Mary', 507500000, -45000000, 0),
(131536, 4115, 229, 'Weeton', 538000000, -29333300, 0),
(131537, 4094, 229, 'Welbourn', 530758800, -5587600, 0),
(131538, 4115, 229, 'Welbury', 544156800, -13885300, 0),
(131539, 4094, 229, 'Welby', 529331200, -5506900, 0),
(131540, 4164, 229, 'Wellesbourne Mountford', 521833300, -15833300, 0),
(131541, 4109, 229, 'Wells-next-the-Sea', 529516400, 8511000, 0),
(131542, 4109, 229, 'Welney', 525229100, 2482900, 0),
(131543, 4069, 229, 'Welwick', 536682400, 315500, 0),
(131544, 4121, 229, 'Wendlebury', 518717200, -11865200, 0),
(131545, 4109, 229, 'Wendling', 526788800, 8530700, 0),
(131546, 4154, 229, 'Wenhaston', 523265300, 15562800, 0),
(131547, 4115, 229, 'Wensley', 543000000, -18500000, 0),
(131548, 4041, 229, 'Wentbridge', 536497300, -12603400, 0),
(131549, 4109, 229, 'Wereham', 525858300, 4811800, 0),
(131550, 4037, 229, 'Wervin', 532411200, -28682500, 0),
(131551, 4169, 229, 'West Ashton', 512987700, -21737900, 0),
(131553, 4041, 229, 'West Bretton', 536203900, -15682400, 0),
(131554, 4113, 229, 'West Butterwick', 535423200, -7424700, 0),
(131555, 4142, 229, 'West Chinnock', 509182200, -27587600, 0),
(131556, 4156, 229, 'West Clandon', 512606300, -5032300, 0),
(131557, 4115, 229, 'West Cottingwith', 538500000, -9500000, 0),
(131558, 4138, 229, 'West Felton', 528212000, -29766700, 0),
(131559, 4070, 229, 'West Firle', 508447500, 871600, 0),
(131560, 4168, 229, 'West Grinstead', 509742900, -3320400, 0),
(131561, 4121, 229, 'West Hagbourne', 515864600, -12612000, 0),
(131562, 4113, 229, 'West Halton', 536775200, -6300600, 0),
(131563, 4082, 229, 'West Hartlepool', 546833300, -12000000, 0),
(131564, 4142, 229, 'West Hatch', 509833300, -30000000, 0),
(131565, 4115, 229, 'West Heslerton', 541722200, -6075500, 0),
(131567, 4089, 229, 'West Hythe', 510658900, 10287700, 0),
(131568, 4094, 229, 'West Keal', 531496000, 478900, 0),
(131569, 4169, 229, 'West Kington', 514955200, -22728200, 0),
(131570, 4169, 229, 'West Knoyle', 510878200, -22076200, 0),
(131571, 4049, 229, 'West Kyo', 548833300, -17333300, 0),
(131572, 4089, 229, 'West Langdon', 511766500, 13173300, 0),
(131573, 4115, 229, 'West Layton', 544845000, -17807100, 0),
(131574, 4119, 229, 'West Leake', 528338800, -12155300, 0),
(131575, 4109, 229, 'West Lexham', 527178100, 7239300, 0),
(131576, 4142, 229, 'West Lydford', 510822200, -26222200, 0),
(131577, 4081, 229, 'West Meon', 510124000, -10883300, 0),
(131578, 4142, 229, 'West Monkton', 510494400, -30541700, 0),
(131579, 4142, 229, 'West Pennard', 511407400, -26467600, 0),
(131580, 4058, 229, 'West Putford', 509188700, -43328600, 0),
(131581, 4115, 229, 'West Rounton', 544247200, -13646600, 0),
(131582, 4109, 229, 'West Rudham', 528191700, 6938600, 0),
(131583, 4109, 229, 'West Runton', 529376000, 12438600, 0),
(131584, 4119, 229, 'West Stockwith', 534430000, -8136100, 0),
(131585, 4154, 229, 'West Stow', 523042500, 6684200, 0),
(131586, 4081, 229, 'West Stratton', 511607500, -12446700, 0),
(131587, 4115, 229, 'West Tanfield', 542049600, -15881800, 0),
(131588, 4117, 229, 'West Thirston', 552949400, -17092600, 0),
(131589, 4168, 229, 'West Thorney', 508159100, -9104900, 0),
(131590, 4020, 229, 'West Tilbury', 514766800, 3895000, 0),
(131591, 4081, 229, 'West Tisted', 510590900, -10627600, 0),
(131592, 4114, 229, 'West Town', 514078000, -27495400, 0),
(131593, 4081, 229, 'West Wellow', 509727300, -15829300, 0),
(131594, 4115, 229, 'West Witton', 542913700, -19076800, 0),
(131595, 4165, 229, 'West Woodhay', 513646000, -14380900, 0),
(131596, 4081, 229, 'West Worldham', 511258000, -9408300, 0),
(131597, 4058, 229, 'West Worlington', 509070200, -37509200, 0),
(131598, 4032, 229, 'West Wratting', 521426500, 3467600, 0),
(131599, 4121, 229, 'Westcote', 518666700, -16833300, 0),
(131600, 4089, 229, 'Westenhanger', 510973000, 10390700, 0),
(131601, 4085, 229, 'Westerdale', 544333300, -9666700, 0),
(131602, 4142, 229, 'Westhay', 511783300, -28080600, 0),
(131603, 4057, 229, 'Westhouses', 531162200, -13692700, 0),
(131604, 4154, 229, 'Westleton', 522646900, 15745600, 0),
(131605, 4032, 229, 'Westley Waterless', 521818300, 3667100, 0),
(131606, 4084, 229, 'Westmill', 519257400, -115900, 0),
(131607, 4114, 229, 'Weston Down', 514677800, -28083300, 0),
(131608, 4138, 229, 'Weston Lullingfields', 528186900, -28546100, 0),
(131609, 4081, 229, 'Weston Patrick', 512185000, -10140000, 0),
(131610, 4078, 229, 'Weston Subedge', 520500000, -18166700, 0),
(131611, 4057, 229, 'Weston Underwood', 521457400, -7386200, 0),
(131612, 4164, 229, 'Weston on Avon', 521651400, -17683700, 0),
(131613, 4150, 229, 'Weston upon Trent', 528333300, -20333300, 0),
(131615, 4121, 229, 'Westwell', 517881000, -16770000, 0),
(131616, 4053, 229, 'Wetheral', 548840100, -28332700, 0),
(131617, 4154, 229, 'Wetheringsett', 522570200, 11147700, 0),
(131618, 4150, 229, 'Wetleyrocks', 530333300, -20500000, 0),
(131619, 4036, 229, 'Wettenhall', 531470700, -25620500, 0),
(131620, 4069, 229, 'Wetwang', 540175000, -5773800, 0),
(131621, 4154, 229, 'Weybread', 523743900, 12958700, 0),
(131622, 4081, 229, 'Weyhill', 512192500, -15501500, 0),
(131623, 4136, 229, 'Wharncliffe Side', 534503000, -15533500, 0),
(131624, 4115, 229, 'Whashton', 544503400, -17684800, 0),
(131625, 4154, 229, 'Whatfield', 520786600, 9511800, 0),
(131626, 4057, 229, 'Whatstandwell', 530844300, -15038600, 0),
(131627, 4119, 229, 'Whatton', 529460500, -8917000, 0),
(131628, 4084, 229, 'Whempstead', 518711900, -846300, 0),
(131629, 4154, 229, 'Wherstead', 520226200, 11383200, 0),
(131630, 4081, 229, 'Wherwell', 511669700, -14429900, 0),
(131631, 4109, 229, 'Whissonsett', 527720500, 8416700, 0),
(131632, 4053, 229, 'Whitbeck', 542434600, -33530800, 0),
(131633, 4061, 229, 'Whitchurch Canonicorum', 507552000, -28601700, 0),
(131634, 4142, 229, 'White Ball', 509618800, -32883300, 0),
(131635, 4073, 229, 'White Roding', 517988400, 2657100, 0),
(131636, 4122, 229, 'Whitechurch', 508000000, -22333300, 0),
(131637, 4115, 229, 'Whitewall Corner', 541166700, -7833300, 0),
(131638, 4092, 229, 'Whitewell', 539186600, -25205900, 0),
(131640, 4115, 229, 'Whitleybridge', 536952300, -11569100, 0),
(131641, 4117, 229, 'Whittonstall', 549091900, -18884500, 0),
(131642, 4093, 229, 'Whitwick', 527399700, -13553600, 0),
(131643, 4093, 229, 'Wibtoft', 524856600, -12945800, 0),
(131644, 4085, 229, 'Wick', 507275700, -17800000, 0),
(131645, 4094, 229, 'Wickenby', 533224400, -3685100, 0),
(131646, 4172, 229, 'Wickhamford', 520721700, -19014100, 0),
(131647, 4144, 229, 'Wickwar', 515940400, -23996800, 0),
(131648, 4073, 229, 'Widdington', 519610300, 2374900, 0),
(131649, 4117, 229, 'Widdrington', 552500000, -15833300, 0),
(131650, 4058, 229, 'Widecombe in the Moor', 505762000, -38122100, 0),
(131651, 4119, 229, 'Widmerpool', 528481900, -10667000, 0),
(131652, 4058, 229, 'Widworthy', 507881500, -31113100, 0),
(131653, 4109, 229, 'Wiggenhall Saint Germans', 527021900, 3640900, 0),
(131654, 4053, 229, 'Wiggonby', 548673300, -30980200, 0),
(131655, 4109, 229, 'Wighton', 529223600, 8835400, 0),
(131656, 4093, 229, 'Wigston Parva', 525066300, -13157400, 0),
(131657, 4094, 229, 'Wigtoft', 529081800, -1229100, 0),
(131658, 4169, 229, 'Wilcot', 513490900, -17957500, 0),
(131659, 4121, 229, 'Wilcote', 518370500, -14594700, 0),
(131660, 4138, 229, 'Wilcott', 527610500, -29248600, 0),
(131661, 4073, 229, 'Willingale Doe', 517500000, 3166700, 0),
(131662, 4119, 229, 'Willoughby on the Wolds', 528219900, -10550200, 0),
(131663, 4094, 229, 'Willoughton', 534273800, -6006300, 0),
(131664, 4138, 229, 'Willstone', 525500000, -27500000, 0),
(131665, 4169, 229, 'Wilsford', 513000000, -18500000, 0),
(131666, 4070, 229, 'Winchelsea', 509237600, 7081000, 0),
(131667, 4070, 229, 'Winchelsea Beach', 509175500, 7239400, 0),
(131668, 4083, 229, 'Winforton', 521172400, -30260200, 0),
(131669, 4061, 229, 'Winfrith Newburgh', 506624600, -22742800, 0),
(131670, 4115, 229, 'Winksley', 541366600, -16176400, 0),
(131671, 4061, 229, 'Winkton', 507641800, -17719500, 0),
(131672, 4092, 229, 'Winmarleigh', 539263200, -28032800, 0),
(131673, 4053, 229, 'Winster', 531418000, -16425800, 0),
(131674, 4008, 229, 'Winter Hill', 536255000, -25148000, 0),
(131675, 4061, 229, 'Winterborne Kingston', 507778800, -21976200, 0),
(131676, 4061, 229, 'Winterborne Steepleton', 507000000, -25333300, 0),
(131677, 4061, 229, 'Winterbourne Abbas', 507136900, -25441900, 0),
(131678, 4169, 229, 'Winterbourne Dauntsey', 511122300, -17499600, 0),
(131679, 4169, 229, 'Winterbourne Earls', 511063500, -17549700, 0),
(131680, 4169, 229, 'Winterbourne Gunner', 511160800, -17443600, 0),
(131681, 4169, 229, 'Winterbourne Monkton', 514469400, -18563600, 0),
(131682, 4169, 229, 'Winterbourne Stoke', 511672900, -18980600, 0),
(131683, 4113, 229, 'Winteringham', 536872700, -5918300, 0),
(131684, 4109, 229, 'Winterton-on-Sea', 527154700, 16909900, 0),
(131685, 4032, 229, 'Wisbech Saint Mary', 526521800, 976800, 0),
(131686, 4112, 229, 'Wishaw', 525486400, -17458800, 0),
(131687, 4154, 229, 'Wissett', 523610600, 14731600, 0),
(131688, 4138, 229, 'Wistanstow', 524646800, -28376400, 0),
(131689, 4036, 229, 'Wistaston', 530807800, -24774100, 0),
(131690, 4032, 229, 'Witcham', 523984400, 1493500, 0),
(131691, 4032, 229, 'Witchford', 523869900, 2060200, 0),
(131692, 4142, 229, 'Witham Friary', 511687500, -23672400, 0),
(131693, 4094, 229, 'Withcall', 533357500, -752600, 0),
(131694, 4058, 229, 'Witheridge', 509174300, -37035100, 0),
(131695, 4094, 229, 'Withern', 533199900, 1528300, 0),
(131696, 4048, 229, 'Withiel', 504540000, -48264300, 0),
(131697, 4164, 229, 'Withybrook', 524529200, -13611000, 0),
(131698, 4142, 229, 'Withycombe', 511619100, -34094500, 0),
(131699, 4049, 229, 'Witton le Wear', 546756500, -17738700, 0),
(131700, 4070, 229, 'Wivelsfield Green', 509631300, -713300, 0),
(131701, 4109, 229, 'Wiveton', 529434500, 10388500, 0),
(131702, 4138, 229, 'Wolerton', 528675200, -25646200, 0),
(131703, 4049, 229, 'Wolsingham', 547308500, -18831900, 0),
(131704, 4164, 229, 'Wolvey', 524862600, -13693500, 0),
(131705, 4156, 229, 'Wonersh', 511982800, -5441700, 0),
(131706, 4109, 229, 'Wood Dalling', 528004200, 10985700, 0),
(131707, 4032, 229, 'Wood Walton', 524122600, -2156900, 0),
(131708, 4032, 229, 'Woodditton', 521973600, 4293300, 0),
(131709, 4168, 229, 'Woodmancote', 509166700, -2456500, 0),
(131710, 4109, 229, 'Woodrising', 525907200, 9336300, 0),
(131711, 4132, 229, 'Woodsetts', 533480400, -11720400, 0),
(131712, 4109, 229, 'Woodton', 524954800, 13761700, 0),
(131713, 4138, 229, 'Woofferton', 523126000, -27051500, 0),
(131714, 4093, 229, 'Woolsthorpe', 528833300, -7500000, 0),
(131715, 4154, 229, 'Woolverstone', 519998400, 11856000, 0),
(131716, 4142, 229, 'Woolverton', 512844400, -22977800, 0),
(131717, 4083, 229, 'Woonton', 521666700, -29500000, 0),
(131718, 4117, 229, 'Wooperton', 554766800, -19368500, 0),
(131719, 4138, 229, 'Woore', 529770100, -24023500, 0),
(131720, 4081, 229, 'Wooton Saint Lawrence', 512741300, -11514400, 0),
(131721, 4087, 229, 'Wootton Bridge', 507244500, -12369100, 0),
(131722, 4061, 229, 'Wootton Fitzpaine', 507569700, -28991900, 0),
(131723, 4061, 229, 'Wootton Glanville', 508666700, -24500000, 0),
(131724, 4169, 229, 'Wootton Rivers', 513677000, -17186900, 0),
(131725, 4164, 229, 'Wootton Wawen', 522681200, -17806000, 0),
(131726, 4154, 229, 'Wordwell', 523159800, 6810600, 0),
(131727, 4078, 229, 'Wormington', 520263600, -19412200, 0),
(131728, 4164, 229, 'Wormleighton', 521789300, -13451400, 0),
(131729, 4005, 229, 'Worsborough', 535298000, -14724300, 0),
(131730, 4109, 229, 'Worstead', 527833000, 14129400, 0),
(131731, 4058, 229, 'Wotter', 504391200, -40346200, 0),
(131732, 4029, 229, 'Wotton Underwood', 518382200, -10029300, 0),
(131733, 4089, 229, 'Wouldham', 513498600, 4581600, 0),
(131734, 4058, 229, 'Wrafton', 511000000, -41500000, 0),
(131735, 4094, 229, 'Wragby', 532833300, -3000000, 0),
(131736, 4058, 229, 'Wrangaton', 504074200, -38609300, 0),
(131737, 4113, 229, 'Wrawby', 535667200, -4619400, 0),
(131738, 4036, 229, 'Wrenbury', 530251000, -26074200, 0),
(131739, 4069, 229, 'Wressell', 537737300, -9247400, 0),
(131740, 4150, 229, 'Wrinehill', 530207200, -23694300, 0),
(131741, 4157, 229, 'Wrockwardine', 527044900, -25567800, 0),
(131742, 4113, 229, 'Wroot', 535233600, -9287200, 0),
(131743, 4164, 229, 'Wroxall', 506162500, -12229200, 0),
(131744, 4094, 229, 'Wyberton', 529516400, -413700, 0),
(131745, 4038, 229, 'Wylde Green', 525333300, -18166700, 0),
(131746, 4169, 229, 'Wylye', 511371500, -19894600, 0),
(131747, 4093, 229, 'Wymeswold', 528053600, -11128800, 0),
(131748, 4119, 229, 'Wysall', 528401100, -11036100, 0),
(131749, 4069, 229, 'Wyton', 523333300, -1166700, 0),
(131750, 4078, 229, 'Yanworth', 518219600, -18918600, 0),
(131751, 4058, 229, 'Yarcombe', 508682800, -30742500, 0),
(131752, 4116, 229, 'Yardley Hastings', 522055000, -7348800, 0),
(131753, 4083, 229, 'Yarpole', 522797200, -27813400, 0),
(131754, 4169, 229, 'Yatton Keynell', 514861200, -21933700, 0),
(131755, 4109, 229, 'Yaxham', 526556700, 9659800, 0),
(131756, 4083, 229, 'Yazor', 521166700, -28666700, 0),
(131757, 4058, 229, 'Yealmpton', 503485600, -39987700, 0),
(131758, 4129, 229, 'Yearby', 545804200, -10725400, 0),
(131759, 4057, 229, 'Yeaveley', 529601700, -17227800, 0),
(131760, 4007, 229, 'Yelden', 522929900, -5158400, 0),
(131761, 4121, 229, 'Yelford', 517333300, -14833300, 0),
(131762, 4109, 229, 'Yelverton', 504929000, -40838200, 0),
(131763, 4061, 229, 'Yetminster', 508957900, -25795900, 0),
(131764, 4057, 229, 'Youlgreave', 531739900, -16904400, 0),
(131765, 4150, 229, 'Yoxall', 527665900, -17906800, 0),
(131766, 4169, 229, 'Zeals', 510855800, -23123000, 0),
(131767, 4084, 229, 'Zouches Farm', 518763000, -3374000, 0),
(131768, 4079, 229, 'berry''s green', 513130200, 648900, 0),
(131769, 4035, 229, 'haynes Church End', 520579300, -4240500, 0),
(131770, 2523, 229, 'Aghadowey', 550166700, -66666700, 0),
(131771, 2523, 229, 'Aghagallon', 545000000, -63000000, 0),
(131772, 2523, 229, 'Aghalee', 545166700, -62666700, 0),
(131773, 2523, 229, 'Aghory', 543500000, -64833300, 0),
(131774, 2523, 229, 'Ahoghill', 548666700, -63666700, 0),
(131775, 2523, 229, 'Altamuskin', 545166700, -70833300, 0),
(131776, 2523, 229, 'Altmover', 549333300, -70000000, 0),
(131777, 2523, 229, 'Altnamackan', 541666700, -66333300, 0),
(131778, 2523, 229, 'Annacloy', 543500000, -57500000, 0),
(131779, 2523, 229, 'Annaghmore', 544500000, -66000000, 0),
(131780, 2523, 229, 'Annahilt', 544333300, -60000000, 0),
(131781, 2523, 229, 'Annaloist', 544833300, -63666700, 0),
(131782, 2523, 229, 'Arboe', 546333300, -65500000, 0),
(131783, 2523, 229, 'Ardarragh', 542333300, -62666700, 0),
(131784, 2523, 229, 'Ardglass', 542631200, -56098100, 0),
(131785, 2523, 229, 'Ardkeen', 544166700, -55166700, 0),
(131786, 2523, 229, 'Ardmoney', 543000000, -73500000, 0),
(131787, 2523, 229, 'Armoy', 551166700, -63333300, 0),
(131788, 2523, 229, 'Arney', 542833300, -76833300, 0),
(131789, 2523, 229, 'Articlave', 551458200, -67732400, 0),
(131790, 2523, 229, 'Artigarvan', 548500000, -74000000, 0),
(131791, 2523, 229, 'Artikelly', 550666700, -69333300, 0),
(131792, 2523, 229, 'Artrea', 546333300, -66833300, 0),
(131793, 2523, 229, 'Aughamullan', 545333300, -66166700, 0),
(131794, 2523, 229, 'Ballinderry Upper', 545333300, -62166700, 0),
(131795, 2523, 229, 'Ballintoy', 552362700, -63640000, 0),
(131796, 2523, 229, 'Ballsmill', 540666700, -65000000, 0),
(131797, 2523, 229, 'Ballybogy', 551166700, -65666700, 0),
(131798, 2523, 229, 'Ballycassidy', 544035200, -76475600, 0),
(131799, 2523, 229, 'Ballycloghan', 549166700, -62166700, 0),
(131800, 2523, 229, 'Ballydarrog', 550000000, -69833300, 0),
(131801, 2523, 229, 'Ballydivity', 551500000, -65000000, 0),
(131802, 2523, 229, 'Ballygalley', 548954700, -58552000, 0),
(131803, 2523, 229, 'Ballygawley', 544666700, -70333300, 0),
(131804, 2523, 229, 'Ballygowan', 545016500, -57916800, 0),
(131805, 2523, 229, 'Ballykinler', 542500000, -58000000, 0),
(131806, 2523, 229, 'Ballymacrevan', 545666700, -62500000, 0),
(131807, 2523, 229, 'Ballymartin', 540811000, -59482400, 0),
(131808, 2523, 229, 'Ballynameen', 549833300, -67000000, 0),
(131809, 2523, 229, 'Ballynaskeagh', 542833300, -62333300, 0),
(131810, 2523, 229, 'Ballyneaner', 548666700, -72166700, 0),
(131811, 2523, 229, 'Ballynure', 547666700, -59500000, 0),
(131812, 2523, 229, 'Ballyronan', 547081600, -65327500, 0),
(131813, 2523, 229, 'Ballyvoy', 552000000, -61833300, 0),
(131814, 2523, 229, 'Ballywalter', 545432900, -54847500, 0),
(131815, 2523, 229, 'Ballyward', 542666700, -60333300, 0),
(131816, 2523, 229, 'Baranailt', 549833300, -70333300, 0),
(131817, 2523, 229, 'Beaghmore', 547000000, -69333300, 0),
(131819, 2523, 229, 'Beragh', 545500000, -71666700, 0),
(131820, 2523, 229, 'Blackfort', 545333300, -73000000, 0),
(131821, 2523, 229, 'Blackwatertown', 544166700, -67000000, 0),
(131822, 2523, 229, 'Boardmills', 544666700, -59333300, 0),
(131823, 2523, 229, 'Bondville', 543166700, -68500000, 0),
(131824, 2523, 229, 'Brackenagh', 541000000, -59666700, 0),
(131825, 2523, 229, 'Bready', 549154000, -74192600, 0),
(131826, 2523, 229, 'Bryansford', 542287100, -59355400, 0),
(131827, 2523, 229, 'Caheny', 549833300, -66000000, 0),
(131828, 2523, 229, 'Callaghanstown', 549500000, -74000000, 0),
(131829, 2523, 229, 'Callan Bridge', 543000000, -67000000, 0),
(131830, 2523, 229, 'Camlough', 541666700, -64166700, 0),
(131831, 2523, 229, 'Cargan', 549833300, -61666700, 0),
(131832, 2523, 229, 'Carmavy', 546666700, -61166700, 0),
(131833, 2523, 229, 'Carncastle', 548833300, -58833300, 0),
(131834, 2523, 229, 'Carneatly', 551833300, -62833300, 0),
(131835, 2523, 229, 'Carrickmore', 546000000, -70500000, 0),
(131836, 2523, 229, 'Carryduff', 545179900, -58871300, 0),
(131837, 2523, 229, 'Castlecaulfield', 545074300, -68352100, 0),
(131838, 2523, 229, 'Charlemont', 544500000, -66833300, 0),
(131839, 4075, 229, 'Charlestown', 545000000, -65166700, 0),
(131840, 4135, 229, 'Churchtown', 546833300, -67500000, 0),
(131841, 2523, 229, 'Clady', 547833300, -75333300, 0),
(131842, 2523, 229, 'Cloyfin', 551500000, -66166700, 0),
(131843, 2523, 229, 'Coagh', 546500000, -66166700, 0),
(131844, 2523, 229, 'Corkey', 550333300, -62833300, 0),
(131845, 2523, 229, 'Craigs Upper', 550000000, -64666700, 0),
(131846, 2523, 229, 'Crindle', 550833300, -69666700, 0),
(131847, 2523, 229, 'Crossgar', 544000000, -57000000, 0),
(131848, 2523, 229, 'Crossmaglen', 540833300, -66000000, 0),
(131849, 2523, 229, 'Culky', 543166700, -76333300, 0),
(131850, 2523, 229, 'Cullaville', 540666700, -66333300, 0),
(131851, 2523, 229, 'Cullion', 549000000, -73666700, 0),
(131852, 2523, 229, 'Cullybackey', 548887500, -63470100, 0),
(131853, 2523, 229, 'Culmore', 550500000, -72666700, 0),
(131854, 2523, 229, 'Cultra', 546500000, -58166700, 0),
(131855, 2523, 229, 'Cushendall', 550803300, -60629100, 0),
(131856, 2523, 229, 'Derryboy', 544333300, -57166700, 0),
(131857, 2523, 229, 'Derrygonnelly', 544333300, -78000000, 0),
(131858, 2523, 229, 'Derrykeighan', 551414100, -64908600, 0),
(131859, 2523, 229, 'Derrylin', 541833300, -75666700, 0),
(131860, 2523, 229, 'Derrytrasna', 545000000, -64666700, 0),
(131861, 2523, 229, 'Dervock', 551166700, -64666700, 0),
(131862, 2523, 229, 'Desertmartin', 547666700, -66833300, 0),
(131863, 2523, 229, 'Donaghcloney', 544185300, -62584300, 0),
(131864, 2523, 229, 'Donaghey', 545833300, -67333300, 0),
(131865, 2523, 229, 'Donaghmore', 545312400, -68117000, 0),
(131866, 2523, 229, 'Dreen', 548500000, -70500000, 0),
(131867, 2523, 229, 'Dromara', 543666700, -60166700, 0),
(131868, 4085, 229, 'Drumbeg', 545333300, -59833300, 0),
(131869, 2523, 229, 'Drumboy', 543500000, -77666700, 0),
(131870, 2523, 229, 'Drumcard', 542500000, -77000000, 0),
(131871, 2523, 229, 'Drumquin', 546166700, -75000000, 0),
(131872, 2523, 229, 'Duffstown', 548166700, -57666700, 0),
(131873, 2523, 229, 'Dundrod', 546166700, -61166700, 0),
(131874, 2523, 229, 'Dunloy', 550110000, -64108700, 0),
(131875, 2523, 229, 'Dunnamanagh', 548666700, -73000000, 0),
(131876, 2523, 229, 'Dyan', 544000000, -68333300, 0),
(131877, 2523, 229, 'Edymore', 548000000, -74500000, 0),
(131878, 2523, 229, 'Fawney', 548833300, -73000000, 0),
(131879, 2523, 229, 'Feeny', 548833300, -70166700, 0),
(131880, 2523, 229, 'Findermore', 544000000, -72000000, 0),
(131881, 2523, 229, 'Finnis', 543500000, -60333300, 0),
(131882, 2523, 229, 'Forkill', 540833300, -64500000, 0),
(131883, 2523, 229, 'Galbally', 545333300, -68833300, 0),
(131884, 2523, 229, 'Garryduff', 550333300, -64500000, 0),
(131885, 2523, 229, 'Garvaghy', 544833300, -71333300, 0),
(131886, 2523, 229, 'Glen Anne', 542333300, -64833300, 0),
(131887, 2523, 229, 'Glenavy', 545833300, -62166700, 0),
(131888, 2523, 229, 'Glenoe', 548000000, -58333300, 0),
(131889, 2523, 229, 'Glenross', 544500000, -77166700, 0),
(131890, 2523, 229, 'Gortnalee', 544500000, -80500000, 0),
(131891, 2523, 229, 'Gracehill', 548500000, -63333300, 0),
(131892, 4167, 229, 'Grange', 546166700, -67166700, 0),
(131893, 2523, 229, 'Grange Blundel', 544000000, -66333300, 0),
(131894, 2523, 229, 'Gransha', 543166700, -60666700, 0),
(131895, 2523, 229, 'Greyabbey', 545333300, -55666700, 0),
(131896, 2523, 229, 'Greysteel', 550301700, -71201800, 0),
(131897, 2523, 229, 'Hamiltons Bawn', 543333300, -65333300, 0),
(131898, 2523, 229, 'Headwood', 548166700, -59166700, 0),
(131900, 4000, 229, 'Hillhead', 543166700, -61333300, 0),
(131901, 2523, 229, 'Irvinestown', 544666700, -76333300, 0),
(131902, 2523, 229, 'Jerrettspuss', 542333300, -63666700, 0),
(131903, 2523, 229, 'Jonesborough', 540883500, -63713400, 0),
(131904, 2523, 229, 'Katesbridge', 542833300, -61333300, 0),
(131905, 2523, 229, 'Keady', 542500000, -67000000, 0),
(131906, 2523, 229, 'Kesh', 545333300, -77166700, 0),
(131907, 2523, 229, 'Killaloo', 549166700, -71833300, 0),
(131908, 2523, 229, 'Killaney', 544500000, -59166700, 0),
(131909, 2523, 229, 'Killead', 546500000, -61833300, 0),
(131910, 2523, 229, 'Killinchy', 544715300, -56758100, 0),
(131911, 2523, 229, 'Killough', 542508800, -56414800, 0),
(131912, 2523, 229, 'Killure', 550833300, -66666700, 0),
(131913, 2523, 229, 'Killybane', 543666700, -72833300, 0),
(131914, 2523, 229, 'Killycolpy', 545833300, -65833300, 0),
(131915, 2523, 229, 'Killylea', 543500000, -67833300, 0),
(131916, 2523, 229, 'Killyleagh', 544000000, -57166700, 0),
(131917, 4085, 229, 'Kilmore', 543833300, -57833300, 0),
(131918, 2523, 229, 'Kilraghts', 550699200, -64093200, 0),
(131919, 2523, 229, 'Kircubbin', 544833300, -55333300, 0),
(131920, 2523, 229, 'Kirkistown', 544333300, -54833300, 0),
(131921, 2523, 229, 'Knockmanoul', 544000000, -76166700, 0),
(131922, 2523, 229, 'Knockmoyle', 546500000, -73333300, 0),
(131923, 2523, 229, 'Lambeg', 545283500, -60307200, 0),
(131924, 2523, 229, 'Lawrencetown', 543792600, -63094100, 0),
(131925, 2523, 229, 'Lisbellaw', 543166700, -75333300, 0),
(131926, 2523, 229, 'Lislap', 546666700, -72666700, 0),
(131927, 2523, 229, 'Lisnacree', 540666700, -60833300, 0),
(131928, 2523, 229, 'Lisrodden', 549000000, -64666700, 0),
(131929, 2523, 229, 'Lissanduff', 552153400, -65452800, 0),
(131930, 2523, 229, 'Listooder', 544000000, -58166700, 0),
(131931, 2523, 229, 'Listullycurran', 544333300, -61333300, 0),
(131932, 2523, 229, 'Lower Bracky', 546000000, -71666700, 0),
(131933, 2523, 229, 'Lower Darkley', 542333300, -66666700, 0),
(131934, 2523, 229, 'Macosquin', 551000000, -67166700, 0),
(131935, 2523, 229, 'Maddan', 542833300, -67666700, 0),
(131936, 2523, 229, 'Magheracreggan', 547000000, -75333300, 0),
(131937, 2523, 229, 'Magheragall', 545166700, -61166700, 0),
(131938, 2523, 229, 'Magheralane', 547666700, -63000000, 0),
(131939, 2523, 229, 'Magheralin', 544669500, -62598000, 0),
(131940, 2523, 229, 'Magheramason', 549414500, -73821900, 0),
(131941, 2523, 229, 'Magheramorne', 548166700, -57666700, 0),
(131942, 2523, 229, 'Magherasaul', 542666700, -58833300, 0),
(131943, 2523, 229, 'Maghery', 545166700, -65833300, 0),
(131944, 2523, 229, 'Maguires Bridge', 543000000, -74666700, 0),
(131945, 2523, 229, 'Market Hill', 543000000, -65166700, 0),
(131946, 2523, 229, 'Mayobridge', 541666700, -62333300, 0),
(131947, 2523, 229, 'Mill Loughan', 551000000, -66333300, 0),
(131948, 2523, 229, 'Moneydig', 549833300, -66166700, 0),
(131949, 2523, 229, 'Moneymore', 546922900, -66695600, 0),
(131950, 2523, 229, 'Moneyneany', 548166700, -68333300, 0),
(131951, 2523, 229, 'Moneyreagh', 545295500, -58277300, 0),
(131952, 2523, 229, 'Moorefield', 544500000, -62500000, 0),
(131953, 2523, 229, 'Moss-side', 551500000, -64166700, 0),
(131954, 2523, 229, 'Mowhan', 542666700, -65166700, 0),
(131955, 4085, 229, 'Moy', 544500000, -66666700, 0),
(131956, 2523, 229, 'Moyad', 541000000, -60333300, 0),
(131957, 2523, 229, 'Moyallan', 544000000, -63833300, 0),
(131958, 2523, 229, 'Moyarget', 551666700, -63333300, 0),
(131959, 2523, 229, 'Mullaghbane', 541000000, -64833300, 0),
(131960, 2523, 229, 'New Buildings', 549500000, -73500000, 0),
(131961, 4100, 229, 'New Ferry', 548212600, -64606500, 0),
(131962, 2523, 229, 'Newmills', 545500000, -67333300, 0),
(131963, 2523, 229, 'Newport Trench', 546333300, -65166700, 0),
(131965, 2523, 229, 'Newtownstewart', 547177800, -73788600, 0),
(131966, 2523, 229, 'Nuns Quarter', 545000000, -55333300, 0),
(131967, 2523, 229, 'Nutts Corner', 546333300, -61500000, 0),
(131968, 2523, 229, 'Pipers Cross Roads', 545166700, -58500000, 0),
(131969, 2523, 229, 'Plumb Bridge', 547666700, -72500000, 0),
(131970, 2523, 229, 'Portavogie', 544591600, -54430400, 0),
(131971, 2523, 229, 'Portglenone', 548714700, -64714600, 0),
(131972, 2523, 229, 'Portinode', 545286900, -77743300, 0),
(131973, 2523, 229, 'Poyntz Pass', 543000000, -64000000, 0),
(131974, 2523, 229, 'Raffrey', 544333300, -57500000, 0),
(131975, 2523, 229, 'Raholp', 543500000, -56333300, 0),
(131976, 2523, 229, 'Rasharkin', 549553400, -64809000, 0),
(131977, 2523, 229, 'Rathkenny', 549333300, -62500000, 0),
(131978, 2523, 229, 'Ravernet', 544666700, -60500000, 0),
(131979, 2523, 229, 'Rich Hill', 543833300, -65500000, 0),
(131980, 2523, 229, 'Ringboy', 544440400, -54544500, 0),
(131981, 2523, 229, 'Ringsend', 550333300, -67500000, 0),
(131982, 2523, 229, 'Rosscor', 544666700, -80166700, 0),
(131983, 2523, 229, 'Rossglass', 542515400, -56787300, 0),
(131984, 2523, 229, 'Rostrevor', 541000000, -62000000, 0),
(131985, 2523, 229, 'Scardans', 545166700, -79833300, 0),
(131986, 2523, 229, 'Scolboa', 547500000, -61500000, 0),
(131987, 2523, 229, 'Scotch Street', 544500000, -65166700, 0),
(131988, 2523, 229, 'Seaforde', 543000000, -58333300, 0),
(131989, 2523, 229, 'Seapatrick', 543500000, -62833300, 0),
(131990, 2523, 229, 'Seskinore', 545166700, -72500000, 0),
(131991, 2523, 229, 'Sherrigrim', 545666700, -67500000, 0),
(131992, 2523, 229, 'Sion Mills', 547875200, -74727600, 0),
(131993, 2523, 229, 'Six Road Ends', 546166700, -56333300, 0),
(131994, 2523, 229, 'Skegoniel', 546166700, -59333300, 0),
(131995, 2523, 229, 'Skerries', 542666700, -68333300, 0),
(131996, 2523, 229, 'Staffordstown', 547166700, -63833300, 0),
(131997, 2523, 229, 'Stewartstown', 545773400, -66767700, 0),
(131998, 2523, 229, 'Stonyford', 545666700, -61166700, 0),
(131999, 2523, 229, 'Straid', 547500000, -59333300, 0),
(132000, 2523, 229, 'Stralongford', 544833300, -75666700, 0),
(132001, 2523, 229, 'Stranocum', 551000000, -64166700, 0),
(132002, 2523, 229, 'Struell', 543166700, -56666700, 0),
(132003, 2523, 229, 'Tamlaght', 543166700, -75666700, 0),
(132004, 2523, 229, 'Teeshan', 549000000, -63166700, 0),
(132005, 2523, 229, 'Templemoyle', 550166700, -71833300, 0),
(132006, 2523, 229, 'Terrydremont', 550000000, -69166700, 0),
(132007, 2523, 229, 'The Rock', 545833300, -68333300, 0),
(132008, 2523, 229, 'The Sheddings', 549166700, -60666700, 0),
(132009, 2523, 229, 'The Trench', 546666700, -60166700, 0),
(132010, 2523, 229, 'Toor', 551000000, -62833300, 0),
(132011, 2523, 229, 'Tullaghoge', 546000000, -67333300, 0),
(132012, 2523, 229, 'Tullyallen', 544833300, -68833300, 0),
(132013, 2523, 229, 'Tullyverry', 550333300, -70833300, 0),
(132014, 2523, 229, 'Tyrella', 542575700, -57788100, 0),
(132015, 2523, 229, 'Upper Bracky', 545833300, -71500000, 0),
(132016, 2523, 229, 'Upperlands', 548775000, -66422700, 0),
(132017, 2523, 229, 'Victoria Bridge', 547591000, -74577400, 0),
(132018, 2523, 229, 'Waringfield', 544666700, -62333300, 0),
(132019, 2523, 229, 'Whitehouse Upper', 546333300, -59166700, 0),
(132020, 2523, 229, 'Whitesides Corner', 548000000, -63500000, 0),
(132021, 2523, 229, 'Widows Row', 541833300, -58833300, 0),
(132022, 4085, 229, 'Aberarder', 573000000, -42666700, 0),
(132023, 4001, 229, 'Aberchirder', 575601200, -26285600, 0),
(132024, 4123, 229, 'Aberdalgie', 563654600, -34928100, 0),
(132025, 4151, 229, 'Aberfoyle', 561786100, -43841900, 0),
(132026, 4067, 229, 'Aberlady', 560088400, -28585100, 0),
(132027, 4003, 229, 'Aberlemno', 566891400, -27828000, 0),
(132028, 4004, 229, 'Acha', 566007000, -65904200, 0),
(132029, 4085, 229, 'Achaphubuil', 568346000, -51343900, 0),
(132030, 4085, 229, 'Acharra', 566333300, -52833300, 0),
(132031, 4085, 229, 'Achiltibuie', 580216000, -53457000, 0),
(132032, 4004, 229, 'Achnaba', 560166700, -53666700, 0),
(132033, 4085, 229, 'Ackergill', 584598800, -31131100, 0),
(132034, 4072, 229, 'Aird Tong', 582473900, -63418600, 0),
(132035, 4072, 229, 'Aird Uig', 582333300, -70333300, 0),
(132036, 4085, 229, 'Airor', 570666700, -57666700, 0),
(132037, 4001, 229, 'Aldie', 574500000, -18833300, 0),
(132038, 4085, 229, 'Alltsigh', 572365200, -45581600, 0),
(132039, 4072, 229, 'Amhuinnsuidhe', 579666700, -69666700, 0),
(132040, 4063, 229, 'Amisfield Town', 551166700, -35666700, 0),
(132041, 4085, 229, 'An Gallanach', 568360200, -62282200, 0),
(132042, 4085, 229, 'Ankerville', 577333300, -40000000, 0),
(132043, 4004, 229, 'Appin', 565606200, -53572100, 0),
(132044, 4063, 229, 'Applegarth Town', 551333300, -34000000, 0),
(132045, 4003, 229, 'Arbirlot', 565547700, -26506700, 0),
(132046, 4004, 229, 'Ardanaiseig', 563767700, -50984300, 0),
(132047, 4004, 229, 'Ardentinny', 560465100, -49108000, 0),
(132048, 4085, 229, 'Ardersier', 575668100, -40378400, 0),
(132049, 4004, 229, 'Ardfern', 561809400, -55360600, 0),
(132050, 4085, 229, 'Ardgay', 578811300, -43629000, 0),
(132051, 4004, 229, 'Ardmaleish', 558754000, -50826600, 0),
(132052, 4085, 229, 'Ardnagrask', 575087200, -44777900, 0),
(132053, 4003, 229, 'Ardovie', 567000000, -26666700, 0),
(132054, 4004, 229, 'Ardtarig', 559833300, -51166700, 0),
(132055, 4085, 229, 'Ardvasar', 570580500, -59093900, 0),
(132056, 4004, 229, 'Arinagour', 566247500, -65274200, 0),
(132057, 4123, 229, 'Arngask', 562833300, -33833300, 0),
(132058, 4004, 229, 'Ascog', 558257400, -50226800, 0),
(132059, 4158, 229, 'Ashiesteel', 556166700, -29166700, 0),
(132060, 4102, 229, 'Auchendinny', 558466000, -31927300, 0),
(132062, 4105, 229, 'Auchindachy', 575000000, -30000000, 0),
(132063, 4065, 229, 'Auchinleck', 554715700, -42933700, 0),
(132064, 4001, 229, 'Auchleven', 573100600, -26246200, 0),
(132065, 4004, 229, 'Auchnangoul', 562000000, -51333300, 0),
(132066, 4075, 229, 'Auchtermuchty', 562915800, -32342800, 0),
(132067, 4075, 229, 'Auchtertool', 561028100, -32607100, 0),
(132068, 4085, 229, 'Auldearn', 575748500, -38041600, 0),
(132069, 4085, 229, 'Aultbea', 578402700, -55847500, 0),
(132070, 4085, 229, 'Backies', 579833300, -39666700, 0),
(132071, 4085, 229, 'Badcaul', 578699000, -53412100, 0),
(132072, 4085, 229, 'Balavil', 571000000, -40000000, 0),
(132073, 4123, 229, 'Balbeggie', 564485200, -33495200, 0),
(132074, 4085, 229, 'Balblair', 575666700, -38833300, 0),
(132075, 4143, 229, 'Ballantrae', 550986100, -50042700, 0),
(132076, 4123, 229, 'Ballinluig', 566527400, -36682000, 0),
(132077, 4123, 229, 'Ballintuim', 566782600, -34683900, 0),
(132078, 4001, 229, 'Ballogie', 570485700, -27050400, 0),
(132079, 4004, 229, 'Ballygown', 565128800, -61763400, 0),
(132080, 4075, 229, 'Balmerino', 564100600, -30425800, 0),
(132081, 4063, 229, 'Balminnoch', 549500000, -47000000, 0),
(132082, 4075, 229, 'Balmullo', 563769400, -29294000, 0),
(132083, 4137, 229, 'Baltasound', 607500000, -8666700, 0),
(132084, 4001, 229, 'Banchory Devenick', 571000000, -21500000, 0),
(132085, 4085, 229, 'Barbaraville', 577226200, -41026800, 0),
(132086, 4085, 229, 'Barevan', 575000000, -39333300, 0),
(132087, 4143, 229, 'Bargany', 552500000, -47500000, 0),
(132088, 4110, 229, 'Barrmill', 557290400, -46015100, 0),
(132089, 4003, 229, 'Barry', 564833300, -27500000, 0),
(132090, 4072, 229, 'Barvas', 583500000, -65000000, 0),
(132091, 4158, 229, 'Bassendean', 557000000, -26000000, 0),
(132092, 4085, 229, 'Beauly', 574839600, -44587300, 0),
(132093, 4063, 229, 'Beeswing', 550054600, -37293000, 0),
(132094, 4000, 229, 'Beidleston', 572268600, -22378600, 0),
(132095, 4001, 229, 'Belhelvie', 572484300, -20896400, 0),
(132096, 4004, 229, 'Bellochantuy', 555312700, -57021200, 0),
(132097, 4072, 229, 'Benbecula', 574470700, -73416100, 0),
(132098, 4004, 229, 'Benderloch', 564912600, -54047600, 0),
(132099, 4001, 229, 'Benholm', 568150600, -23208600, 0),
(132100, 4001, 229, 'Bethelnie', 573666700, -23666700, 0),
(132101, 4067, 229, 'Biel', 559666700, -25833300, 0),
(132102, 4000, 229, 'Bieldside', 571116900, -22027600, 0),
(132103, 4085, 229, 'Bilbster', 584597600, -32351700, 0),
(132104, 4158, 229, 'Birgham', 556444500, -23358400, 0),
(132105, 4120, 229, 'Birsay', 591277700, -33033100, 0),
(132106, 4001, 229, 'Blackmill', 571500000, -28833300, 0),
(132107, 4158, 229, 'Blainslie', 556833300, -27333300, 0),
(132108, 4075, 229, 'Blairhall', 560878800, -36022300, 0),
(132109, 4151, 229, 'Blanefield', 559884100, -43195600, 0),
(132110, 4085, 229, 'Boath', 577333300, -43833300, 0),
(132111, 4137, 229, 'Boddam', 574666700, -17833300, 0),
(132112, 4071, 229, 'Bonaly', 559011600, -32578300, 0),
(132113, 4063, 229, 'Boreland', 552000000, -33166700, 0),
(132114, 4004, 229, 'Bousd', 566833300, -64833300, 0),
(132116, 4085, 229, 'Breakish', 572390300, -58543400, 0),
(132117, 4072, 229, 'Brenish', 581000000, -71166700, 0),
(132118, 4105, 229, 'Bridge of Achbreck', 573333300, -33166700, 0),
(132119, 4123, 229, 'Bridge of Balgie', 565913700, -43192300, 0),
(132120, 4123, 229, 'Bridge of Cally', 566465600, -34050200, 0),
(132121, 4063, 229, 'Bridge of Dee', 549196500, -39784700, 0),
(132122, 4003, 229, 'Bridge of Dun', 567188600, -25499200, 0),
(132123, 4123, 229, 'Bridge of Earn', 563484200, -34065000, 0),
(132124, 4001, 229, 'Bridge of Gairn', 570500000, -30666700, 0),
(132125, 4105, 229, 'Bridge of Lossie', 575500000, -34666700, 0),
(132126, 4123, 229, 'Bridge of Tilt', 567666700, -38333300, 0),
(132127, 4003, 229, 'Bridgend of Lintrathen', 566666700, -31666700, 0),
(132128, 4158, 229, 'Broadmeadows', 555666700, -29333300, 0),
(132129, 4110, 229, 'Brodick', 555753900, -51471700, 0),
(132130, 4063, 229, 'Broomholm', 551166700, -29833300, 0),
(132131, 4158, 229, 'Broughton', 556166700, -34166700, 0),
(132132, 4123, 229, 'Buchanty', 564346300, -37303200, 0),
(132133, 4151, 229, 'Buchlyvie', 561155900, -42950300, 0),
(132134, 4004, 229, 'Bunessan', 563166700, -62333300, 0),
(132135, 4110, 229, 'Burnhouse', 557186000, -45748600, 0),
(132136, 4137, 229, 'Burravoe', 603833300, -13500000, 0),
(132137, 4123, 229, 'Burrelton', 565108200, -33029500, 0),
(132138, 4068, 229, 'Busby', 557815900, -42673800, 0),
(132139, 4004, 229, 'Cairnbaan', 560602800, -54822500, 0),
(132140, 4004, 229, 'Cairndow', 562555800, -49381300, 0),
(132141, 4075, 229, 'Cairneyhill', 560590800, -35351800, 0),
(132142, 4063, 229, 'Cairnryan', 549710400, -50198200, 0),
(132143, 4072, 229, 'Callanish', 582000000, -67166700, 0),
(132144, 4123, 229, 'Calvine', 567680400, -39573600, 0),
(132145, 4085, 229, 'Camasterach', 574166700, -58000000, 0),
(132146, 4085, 229, 'Camault Muir', 574312800, -44908300, 0),
(132147, 4112, 229, 'Cambusnethan', 557783200, -38983500, 0),
(132148, 4075, 229, 'Cameron Bridge', 561833300, -30500000, 0),
(132149, 4063, 229, 'Canonbie', 550783200, -29522800, 0),
(132150, 4085, 229, 'Caol', 568381800, -51015200, 0),
(132151, 4123, 229, 'Caputh', 565432100, -34840400, 0),
(132152, 4158, 229, 'Cardrona Mains', 556333300, -31166700, 0),
(132153, 4004, 229, 'Cardross', 559666700, -46333300, 0),
(132154, 4158, 229, 'Carlops', 557902400, -33399600, 0),
(132155, 4085, 229, 'Carrbridge', 572824800, -38145500, 0),
(132156, 4063, 229, 'Carrutherstown', 550334000, -34055800, 0),
(132157, 4123, 229, 'Carsebreck', 562666700, -35166700, 0),
(132158, 4004, 229, 'Carskey', 553000000, -56833300, 0),
(132159, 4063, 229, 'Carslae', 548833300, -44500000, 0),
(132160, 4063, 229, 'Carsluith', 548651300, -43586900, 0),
(132161, 4145, 229, 'Carstairs', 556956100, -36911500, 0),
(132162, 4004, 229, 'Castleton', 552000000, -27666700, 0),
(132163, 4137, 229, 'Catfirth', 602666700, -12333300, 0),
(132164, 4065, 229, 'Catrine', 555042200, -43302600, 0),
(132165, 4001, 229, 'Chapel of Garioch', 573071000, -24706400, 0),
(132166, 4145, 229, 'Chapelton', 557166700, -40833300, 0),
(132167, 4112, 229, 'Chryston', 559028000, -41075900, 0),
(132168, 4085, 229, 'Claggan', 568221100, -50847800, 0),
(132169, 4063, 229, 'Clarencefield', 550065900, -34237200, 0),
(132170, 4085, 229, 'Cleadale', 569166700, -61500000, 0),
(132171, 4158, 229, 'Clovenfords', 556182300, -28768900, 0),
(132172, 4001, 229, 'Clovenstone', 572530500, -23899600, 0),
(132173, 4004, 229, 'Clynder', 560195700, -48131200, 0),
(132174, 4085, 229, 'Clynekirkton', 580333300, -38833300, 0),
(132175, 4145, 229, 'Coalburn', 555833300, -39000000, 0),
(132176, 4001, 229, 'Cock Bridge', 571500000, -32333300, 0),
(132177, 4001, 229, 'Coilacriech', 570500000, -31166700, 0),
(132178, 4063, 229, 'Colfin', 548559100, -50283900, 0),
(132179, 4075, 229, 'Colinsburgh', 562213100, -28463200, 0),
(132180, 4075, 229, 'Collessie', 563065500, -31547500, 0),
(132181, 4001, 229, 'Collieston', 573480700, -19361800, 0),
(132182, 4063, 229, 'Collin', 550689200, -35236600, 0),
(132183, 4003, 229, 'Colliston', 565951400, -26445300, 0),
(132184, 4001, 229, 'Comers', 571500000, -25333300, 0),
(132185, 4123, 229, 'Comrie', 563791000, -39949000, 0),
(132186, 4004, 229, 'Connel', 564542600, -53876400, 0),
(132187, 4085, 229, 'Cononbridge', 575667000, -44333300, 0),
(132188, 4085, 229, 'Contin', 575670600, -45791400, 0),
(132189, 4001, 229, 'Cookney', 570303500, -22136600, 0),
(132190, 4085, 229, 'Corpach', 568436800, -51238300, 0),
(132191, 4085, 229, 'Corran', 567166700, -52333300, 0),
(132192, 4001, 229, 'Corse', 571500000, -27500000, 0),
(132193, 4001, 229, 'Corsindae', 571500000, -25000000, 0),
(132194, 4001, 229, 'Cothall', 572316400, -22098400, 0),
(132195, 4143, 229, 'Coylton', 554452800, -45195000, 0),
(132196, 4000, 229, 'Craibstone', 571890300, -22070300, 0),
(132197, 4001, 229, 'Craigdam', 573500000, -22500000, 0),
(132198, 4123, 229, 'Craighall', 566000000, -33333300, 0),
(132199, 4004, 229, 'Craighouse', 558327600, -59506000, 0),
(132200, 4143, 229, 'Craigie', 555598500, -44935800, 0),
(132201, 4063, 229, 'Craignarget', 548333300, -47166700, 0),
(132202, 4003, 229, 'Craigo', 567724800, -25093100, 0),
(132203, 4075, 229, 'Craigrothie', 562852200, -30035600, 0),
(132204, 4158, 229, 'Crailing', 555147800, -24959500, 0),
(132205, 4071, 229, 'Cramond', 559710500, -32914900, 0),
(132206, 4085, 229, 'Crask Of Aigas', 574451800, -45559800, 0),
(132207, 4004, 229, 'Creggans', 561756600, -50828100, 0),
(132208, 4151, 229, 'Crianlarich', 563924300, -46169200, 0),
(132209, 4001, 229, 'Crimond', 576013600, -19156600, 0),
(132210, 4004, 229, 'Crinan', 560877500, -55628600, 0),
(132211, 4167, 229, 'Crofthead', 558166700, -36666700, 0),
(132212, 4004, 229, 'Croig', 566000000, -62333300, 0),
(132213, 4085, 229, 'Cromdale', 573376000, -35383100, 0),
(132214, 4105, 229, 'Crook of Alves', 576333300, -34500000, 0),
(132215, 4067, 229, 'Crossgatehall', 559100100, -30159800, 0),
(132216, 4143, 229, 'Crosshill', 553166700, -46333300, 0),
(132217, 4065, 229, 'Crosshouse', 556125800, -45509100, 0),
(132218, 4085, 229, 'Crosskirk', 586166700, -36666700, 0),
(132219, 4004, 229, 'Cullipool', 562560700, -56512500, 0),
(132220, 4085, 229, 'Culrain', 579185100, -44096100, 0),
(132221, 4001, 229, 'Cuminestown', 575423800, -23352500, 0),
(132222, 4063, 229, 'Cummertrees', 549847300, -33470000, 0),
(132223, 4143, 229, 'Dailly', 552763800, -47236100, 0),
(132224, 4075, 229, 'Dairsie', 563462200, -29480700, 0),
(132225, 4065, 229, 'Dalblair', 554479400, -41436400, 0),
(132226, 4123, 229, 'Dalginross', 563705500, -39827600, 0),
(132227, 4143, 229, 'Daljarrock', 551500000, -48333300, 0),
(132228, 4065, 229, 'Dalmellington', 553231600, -43971800, 0),
(132229, 4085, 229, 'Dalroy', 574666700, -40500000, 0),
(132230, 4065, 229, 'Dalrymple', 553975700, -45916900, 0),
(132231, 4145, 229, 'Dalserf', 557333300, -39166700, 0),
(132232, 4063, 229, 'Dalswinton', 551511300, -36694500, 0),
(132233, 4085, 229, 'Dalwhinnie', 569346600, -42417300, 0),
(132234, 4158, 229, 'Darnick', 556002700, -27444400, 0),
(132235, 4001, 229, 'Dinnet', 570766700, -28930300, 0),
(132236, 4085, 229, 'Dornie', 572760300, -55141100, 0),
(132237, 4085, 229, 'Dornoch', 578805000, -40287900, 0),
(132238, 4151, 229, 'Doune', 561899500, -40528800, 0),
(132239, 4067, 229, 'Drem', 560055600, -27876600, 0),
(132240, 4001, 229, 'Drumblade', 574505800, -26890000, 0),
(132241, 4085, 229, 'Drumfearn', 571741300, -58410400, 0),
(132242, 4001, 229, 'Drumfergue', 574000000, -28500000, 0),
(132243, 4004, 229, 'Drumlemble', 554156000, -56941200, 0),
(132244, 4001, 229, 'Drumlithie', 569188300, -23528000, 0),
(132245, 4085, 229, 'Drumnadrochit', 573343800, -44798900, 0),
(132246, 4001, 229, 'Drumoak', 570798300, -23450900, 0),
(132247, 4063, 229, 'Drumpark', 551000000, -37666700, 0),
(132249, 4085, 229, 'Drynoch', 573023500, -63067900, 0),
(132250, 4000, 229, 'Dubford', 572055300, -21010500, 0),
(132251, 4123, 229, 'Dull', 566188000, -39452300, 0),
(132252, 4075, 229, 'Dunbog', 563471100, -31600200, 0),
(132253, 4063, 229, 'Duncow', 551334800, -36251000, 0),
(132254, 4158, 229, 'Dunglass', 559333300, -23666700, 0),
(132255, 4075, 229, 'Dunino', 562853900, -27471000, 0),
(132256, 4074, 229, 'Dunipace', 560270000, -39147100, 0),
(132257, 4123, 229, 'Dunkeld', 565655000, -35855900, 0),
(132258, 4085, 229, 'Dunnet', 585166700, -33333300, 0),
(132259, 4003, 229, 'Dunnichen', 566279000, -28046600, 0),
(132260, 4063, 229, 'Dunragit', 548788300, -48855300, 0),
(132261, 4063, 229, 'Dunscore', 551400500, -37789600, 0),
(132262, 4143, 229, 'Dunure', 554050300, -47599500, 0),
(132263, 4085, 229, 'Durness', 585682900, -47463200, 0),
(132264, 4112, 229, 'Dykehead', 558180700, -38041900, 0),
(132265, 4075, 229, 'Dysart', 561300600, -31180800, 0),
(132266, 4085, 229, 'Eabost', 573500000, -64500000, 0),
(132267, 4085, 229, 'Earlish', 575663600, -63652600, 0),
(132268, 4003, 229, 'Eassie and Nevay', 565833300, -30833300, 0),
(132269, 4067, 229, 'East Fortune', 560046900, -27249400, 0),
(132270, 4075, 229, 'East Wemyss', 561601800, -30642200, 0),
(132271, 4085, 229, 'Easter Clynekirkton', 580333300, -38666700, 0),
(132272, 4105, 229, 'Easter Elchies', 574833300, -32000000, 0),
(132273, 4063, 229, 'Eastriggs', 549859700, -31805100, 0),
(132274, 4063, 229, 'Ecclefechan', 550592800, -32665200, 0),
(132275, 4158, 229, 'Eckford', 555284800, -24620600, 0),
(132276, 4075, 229, 'Elie', 561925700, -28222800, 0),
(132277, 4085, 229, 'Embo', 579087500, -39989400, 0),
(132278, 4063, 229, 'Enterkinfoot', 553166700, -38000000, 0),
(132279, 4085, 229, 'Erbusaig', 573035300, -57146100, 0),
(132280, 4004, 229, 'Erines', 559166700, -54166700, 0),
(132281, 4063, 229, 'Eskdalemuir', 552687100, -31724500, 0),
(132282, 4158, 229, 'Ettrickbridge End', 555000000, -29666700, 0),
(132283, 4085, 229, 'Evelix', 578873500, -40785600, 0),
(132284, 4003, 229, 'Ferryden', 567009700, -24647400, 0),
(132285, 4085, 229, 'Feshiebridge', 571151800, -38970300, 0),
(132286, 4001, 229, 'Fetterangus', 575483700, -20206900, 0),
(132287, 4001, 229, 'Fettercairn', 568512500, -25748200, 0),
(132288, 4001, 229, 'Fetteresso', 569500000, -22333300, 0),
(132289, 4105, 229, 'Findochty', 576973500, -29010400, 0),
(132290, 4085, 229, 'Fodderty', 576000400, -44894200, 0),
(132291, 4158, 229, 'Fogo', 557342100, -23649600, 0),
(132292, 4001, 229, 'Fordyce', 576619700, -27466400, 0),
(132293, 4085, 229, 'Foyers', 572530100, -44912600, 0),
(132294, 4075, 229, 'Freuchie', 562482900, -31586500, 0),
(132295, 4158, 229, 'Frogden', 555500000, -23833300, 0),
(132296, 4137, 229, 'Funzie', 605833300, -8000000, 0),
(132297, 4085, 229, 'Gairlochy', 569136900, -49972300, 0),
(132298, 4001, 229, 'Gamrie', 576546400, -23443300, 0),
(132300, 4001, 229, 'Gardenstown', 576719900, -23376200, 0),
(132301, 4004, 229, 'Garelochhead', 560820300, -48290900, 0),
(132302, 4001, 229, 'Garlogie', 571388000, -23601800, 0),
(132303, 4105, 229, 'Garmouth', 576645300, -31087500, 0),
(132304, 4151, 229, 'Gartmore', 561449900, -43800200, 0),
(132305, 4151, 229, 'Gartness', 560500000, -44000000, 0),
(132306, 4166, 229, 'Gartocharn', 560424700, -45252900, 0),
(132307, 4067, 229, 'Garvald', 559166700, -26500000, 0),
(132308, 4085, 229, 'Garvan', 568470400, -52982400, 0),
(132309, 4075, 229, 'Gateside', 562666700, -33166700, 0),
(132310, 4158, 229, 'Gattonside', 556067700, -27265000, 0),
(132311, 4063, 229, 'Girthon', 548500000, -41833300, 0),
(132312, 4003, 229, 'Glamis', 566085800, -30033200, 0),
(132313, 4001, 229, 'Glen Barry', 575666700, -27333300, 0),
(132314, 4112, 229, 'Glenboig', 558942200, -40461900, 0),
(132315, 4063, 229, 'Glencaple', 550008900, -35726700, 0),
(132316, 4123, 229, 'Glencarse', 563794700, -33031900, 0),
(132317, 4123, 229, 'Glenfarg', 562800600, -34002700, 0),
(132318, 4110, 229, 'Glengarnock', 557392700, -46775600, 0),
(132319, 4085, 229, 'Glenurguhart', 576333300, -41166700, 0),
(132320, 4085, 229, 'Gordonbush', 580500000, -39500000, 0),
(132321, 4001, 229, 'Gourdon', 568297900, -22864100, 0),
(132322, 4123, 229, 'Greenloaning', 562458600, -38822100, 0),
(132323, 4063, 229, 'Gretna Green', 550027900, -30661800, 0),
(132324, 4075, 229, 'Guardbridge', 563646700, -28837800, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(132325, 4074, 229, 'Haggs', 559896200, -39375600, 0),
(132326, 4063, 229, 'Haugh of Urr', 549769100, -38639400, 0),
(132327, 4085, 229, 'Helmsdale', 581168300, -36533500, 0),
(132328, 4075, 229, 'High Valleyfield', 560635700, -35991300, 0),
(132329, 4063, 229, 'Hightae', 550962400, -34197000, 0),
(132330, 4066, 229, 'Hillfoot', 559166700, -43166700, 0),
(132331, 4085, 229, 'Hilton of Cadboll', 577623200, -38983900, 0),
(132332, 4001, 229, 'Hirn', 570903700, -24470000, 0),
(132333, 4105, 229, 'Hopeman', 577068100, -34291100, 0),
(132334, 4158, 229, 'Horncliffe', 557500000, -21166700, 0),
(132335, 4158, 229, 'Houndwood', 558676700, -22539600, 0),
(132336, 4067, 229, 'Humbie', 558547200, -28654300, 0),
(132337, 4004, 229, 'Hunters Quay', 559666700, -49000000, 0),
(132338, 4145, 229, 'Hyndfordbridge-end', 556666700, -37333300, 0),
(132339, 4123, 229, 'Inchture', 564455100, -31695600, 0),
(132340, 4004, 229, 'Innellan', 558919500, -49616000, 0),
(132341, 4063, 229, 'Innermessan', 549276500, -49871700, 0),
(132342, 4085, 229, 'Insh', 570907700, -39589900, 0),
(132343, 4085, 229, 'Inverailort', 568705600, -56722100, 0),
(132344, 4001, 229, 'Inverallochy', 576730900, -19392800, 0),
(132345, 4085, 229, 'Invercoe', 566833300, -51000000, 0),
(132346, 4085, 229, 'Inverdruie', 571666700, -38000000, 0),
(132347, 4001, 229, 'Inverey', 569666700, -35000000, 0),
(132348, 4085, 229, 'Invergarry', 570689200, -48010300, 0),
(132349, 4123, 229, 'Inverhadden', 566833300, -41833300, 0),
(132350, 4003, 229, 'Inverkeilor', 566352300, -25477200, 0),
(132351, 4001, 229, 'Inverkeithny', 575112700, -26210000, 0),
(132352, 4085, 229, 'Inverlaidnan', 572666700, -38833300, 0),
(132353, 4085, 229, 'Inverlochy', 568250300, -50947400, 0),
(132354, 4085, 229, 'Invermoriston', 572143600, -46175800, 0),
(132355, 4003, 229, 'Inverquharity', 567000000, -29666700, 0),
(132356, 4001, 229, 'Inverugie Mill', 575166700, -18333300, 0),
(132357, 4110, 229, 'Isle of Arran', 555814500, -52123300, 0),
(132358, 4072, 229, 'Isle of Barra', 569803500, -74573100, 0),
(132359, 4072, 229, 'Isle of Scalpay', 578717400, -67028600, 0),
(132360, 4063, 229, 'Isle of Whithorn', 547000000, -43666700, 0),
(132361, 4085, 229, 'Isleornsay', 571458800, -58081600, 0),
(132362, 4085, 229, 'John O'' Groats', 586368500, -30627000, 0),
(132363, 4001, 229, 'Johnshaven', 567942700, -23362400, 0),
(132364, 4071, 229, 'Joppa', 559477100, -30903300, 0),
(132365, 4071, 229, 'Juniper Green', 559034800, -32849200, 0),
(132366, 4123, 229, 'Keilour', 564000000, -36666700, 0),
(132367, 4085, 229, 'Keiss', 585332000, -31209300, 0),
(132368, 4151, 229, 'Kepculloch', 560833300, -43500000, 0),
(132369, 4085, 229, 'Kessock', 575000000, -42500000, 0),
(132370, 4004, 229, 'Kilchattan', 557500000, -50333300, 0),
(132371, 4004, 229, 'Kilchrenan', 563568100, -51763000, 0),
(132372, 4075, 229, 'Kilconquhar', 562105200, -28265800, 0),
(132373, 4123, 229, 'Killiecrankie', 567428900, -37789500, 0),
(132374, 4151, 229, 'Killin', 564666700, -43166700, 0),
(132375, 4075, 229, 'Kilmany', 563843200, -29927200, 0),
(132376, 4075, 229, 'Kilmaron', 563166700, -30333300, 0),
(132377, 4004, 229, 'Kilmartin', 561335400, -54861400, 0),
(132378, 4085, 229, 'Kilmore', 563730900, -54396400, 0),
(132379, 4004, 229, 'Kilmun', 559922500, -49323800, 0),
(132380, 4085, 229, 'Kiltarlity', 574413100, -44869500, 0),
(132382, 4151, 229, 'Kinbuck', 562218300, -39486200, 0),
(132384, 4063, 229, 'Kingholm Quay', 550453900, -36057200, 0),
(132385, 4075, 229, 'Kinglassie', 561737100, -32424100, 0),
(132386, 4075, 229, 'Kingsbarns', 562985800, -26594000, 0),
(132387, 4003, 229, 'Kingsmuir', 566166700, -28333300, 0),
(132388, 4085, 229, 'Kingussie', 570799600, -40523100, 0),
(132389, 4123, 229, 'Kinloch Rannoch', 567010500, -41869800, 0),
(132390, 4085, 229, 'Kinlochewe', 576043300, -53020500, 0),
(132391, 4085, 229, 'Kinlochleven', 567115700, -49735500, 0),
(132392, 4085, 229, 'Kinlochmore', 567174100, -49603300, 0),
(132393, 4001, 229, 'Kinmuck', 572687600, -23040700, 0),
(132394, 4001, 229, 'Kinneff', 568809900, -22564800, 0),
(132395, 4105, 229, 'Kintessack', 576212100, -36736800, 0),
(132396, 4004, 229, 'Kintraw', 561833300, -55000000, 0),
(132397, 4151, 229, 'Kippen', 561267300, -41708300, 0),
(132398, 4063, 229, 'Kippford', 548757500, -38135900, 0),
(132399, 4063, 229, 'Kirkconnel', 553856100, -39983600, 0),
(132400, 4001, 229, 'Kirkhill of Kennethmont', 573500000, -27666700, 0),
(132401, 4143, 229, 'Kirkoswald', 553166700, -47666700, 0),
(132402, 4063, 229, 'Kirkpatrick Durham', 550114400, -38976000, 0),
(132403, 4085, 229, 'Kirkton', 551166700, -36166700, 0),
(132404, 4158, 229, 'Kirkton Manor', 556166700, -32333300, 0),
(132405, 4003, 229, 'Kirkton of Airlie', 566333300, -31166700, 0),
(132406, 4001, 229, 'Kirkton of Culsalmond', 573833300, -25666700, 0),
(132407, 4001, 229, 'Kirkton of Durris', 570500000, -23833300, 0),
(132408, 4001, 229, 'Kirkton of Logie Buchan', 573500000, -20166700, 0),
(132409, 4001, 229, 'Kirkton of Skene', 571592400, -23292400, 0),
(132410, 4003, 229, 'Kirkton of Tealing', 565333300, -29666700, 0),
(132411, 4001, 229, 'Kirktown of Alvah', 576166700, -25333300, 0),
(132412, 4105, 229, 'Kirktown of Mortlach', 574333300, -31333300, 0),
(132413, 4001, 229, 'Kirktown of Slains', 573500000, -19333300, 0),
(132414, 4085, 229, 'Kirtomy', 585414300, -41577000, 0),
(132415, 4105, 229, 'Knockando', 574589900, -33492100, 0),
(132416, 4085, 229, 'Knockbain', 575333300, -42666700, 0),
(132417, 4085, 229, 'Kyleakin', 572706900, -57408700, 0),
(132418, 4075, 229, 'Ladybank', 562742100, -31239000, 0),
(132419, 4158, 229, 'Ladykirk', 557216900, -21798600, 0),
(132420, 4145, 229, 'Lamington', 555627800, -36186800, 0),
(132421, 4110, 229, 'Lamlash', 555335800, -51295600, 0),
(132422, 4075, 229, 'Largo Ward', 562500000, -28500000, 0),
(132423, 4102, 229, 'Lasswade', 558834400, -31149800, 0),
(132424, 4075, 229, 'Lathones', 562680000, -28500900, 0),
(132425, 4102, 229, 'Leadburn', 557868500, -32213100, 0),
(132426, 4145, 229, 'Leadhills', 554170400, -37604300, 0),
(132427, 4158, 229, 'Legerwood', 556814100, -26599500, 0),
(132428, 4143, 229, 'Lendalfoot', 551656400, -49370000, 0),
(132429, 4003, 229, 'Letham', 566166700, -27666700, 0),
(132430, 4003, 229, 'Letham Grange', 566030400, -26106300, 0),
(132431, 4072, 229, 'Leurbost', 581333300, -64666700, 0),
(132432, 4001, 229, 'Leylodge', 572146500, -23812800, 0),
(132434, 4003, 229, 'Liff', 564855200, -30853200, 0),
(132435, 4075, 229, 'Limekilns', 560333600, -34771300, 0),
(132436, 4075, 229, 'Lindores', 563382700, -31916200, 0),
(132437, 4158, 229, 'Lintalee', 554500000, -25666700, 0),
(132438, 4102, 229, 'Loanstone', 558285400, -32015500, 0),
(132439, 4063, 229, 'Locharbriggs', 551033700, -35843800, 0),
(132440, 4151, 229, 'Lochearnhead', 563853400, -42874200, 0),
(132441, 4063, 229, 'Lochfoot', 550455400, -37262500, 0),
(132442, 4004, 229, 'Lochgoilhead', 561701700, -49008100, 0),
(132443, 4063, 229, 'Lochmaben', 551301100, -34428600, 0),
(132444, 4072, 229, 'Lochs', 581000000, -64833300, 0),
(132445, 4063, 229, 'Lochwood Mains', 552500000, -34333300, 0),
(132446, 4001, 229, 'Longmanhill', 576514700, -24383000, 0),
(132447, 4105, 229, 'Longmorn', 576078600, -32909200, 0),
(132448, 4085, 229, 'Lorgill', 573833300, -67000000, 0),
(132449, 4072, 229, 'Lower Bayble', 582000000, -62166700, 0),
(132450, 4085, 229, 'Lower Dounreay', 585833300, -37500000, 0),
(132451, 4001, 229, 'Lower Rannieshill', 572663500, -21721200, 0),
(132452, 4067, 229, 'Luffness', 560000000, -28333300, 0),
(132453, 4065, 229, 'Lugar', 554658700, -42273800, 0),
(132454, 4123, 229, 'Luncarty', 564530800, -34700700, 0),
(132455, 4075, 229, 'Lundin Links', 562124000, -29529600, 0),
(132456, 4085, 229, 'Lusa', 572666700, -58166700, 0),
(132457, 4120, 229, 'Lyness', 588323300, -32055800, 0),
(132458, 4000, 229, 'Mains of Grandhome', 572017600, -21697100, 0),
(132459, 4085, 229, 'Mallaig', 570029300, -58308200, 0),
(132460, 4123, 229, 'Meigle', 565885000, -31626900, 0),
(132461, 4145, 229, 'Meikle Earnock', 557500000, -40333300, 0),
(132462, 4001, 229, 'Meikle Wartle', 573679800, -24638400, 0),
(132463, 4085, 229, 'Melness', 585166700, -44333300, 0),
(132464, 4085, 229, 'Mey', 586372000, -32298600, 0),
(132465, 4085, 229, 'Mid Clyth', 583333300, -32000000, 0),
(132466, 4137, 229, 'Mid Yell', 606000000, -10666700, 0),
(132467, 4158, 229, 'Midlem', 555333300, -27500000, 0),
(132468, 4001, 229, 'Mill of Fintray', 572402600, -22766600, 0),
(132469, 4123, 229, 'Mill of Fortune', 563500000, -39666700, 0),
(132470, 4102, 229, 'Millerhill', 559129200, -30838300, 0),
(132471, 4110, 229, 'Millport', 557534800, -49255900, 0),
(132473, 4102, 229, 'Milton Bridge', 558499300, -31915100, 0),
(132474, 4001, 229, 'Milton of Auchinhove', 571166700, -27333300, 0),
(132475, 4075, 229, 'Milton of Balgonie', 561931200, -30989700, 0),
(132476, 4066, 229, 'Milton of Campsie', 559612000, -41650800, 0),
(132477, 4123, 229, 'Milton of Edradour', 567018000, -37017300, 0),
(132478, 4001, 229, 'Mintlaw', 575241400, -20009900, 0),
(132479, 4063, 229, 'Moniaive', 551972300, -39197800, 0),
(132480, 4075, 229, 'Monimail', 563145500, -31344600, 0),
(132481, 4001, 229, 'Monymusk', 572267100, -25246700, 0),
(132482, 4112, 229, 'Moodiesburn', 559150100, -40833100, 0),
(132483, 4075, 229, 'Moonzie', 563450200, -30627200, 0),
(132484, 4085, 229, 'Morar', 569721900, -58233200, 0),
(132485, 4112, 229, 'Morningside', 557666700, -38666700, 0),
(132486, 4137, 229, 'Mossbank', 604500000, -12000000, 0),
(132487, 4112, 229, 'Mossend', 558166700, -40000000, 0),
(132488, 4123, 229, 'Moulin', 567130200, -37265300, 0),
(132489, 4077, 229, 'Mount Vernon', 558333300, -41500000, 0),
(132490, 4004, 229, 'Mountstuart', 557926900, -50194000, 0),
(132491, 4001, 229, 'Muchalls', 570225300, -21664200, 0),
(132492, 4151, 229, 'Mugdock', 559629200, -43081000, 0),
(132493, 4065, 229, 'Muirkirk', 555227200, -40655100, 0),
(132494, 4085, 229, 'Munlochy', 575512400, -42659500, 0),
(132495, 4123, 229, 'Muthill', 563320600, -38329100, 0),
(132496, 4085, 229, 'Mybster', 584564300, -34261100, 0),
(132497, 4120, 229, 'Navershaw', 589666700, -32833300, 0),
(132498, 4068, 229, 'Neilston', 557857400, -44263700, 0),
(132499, 4158, 229, 'Nenthorn', 556282000, -25113500, 0),
(132500, 4120, 229, 'Nether Button', 589166700, -29333300, 0),
(132501, 4001, 229, 'Nether Kinmundy', 574857600, -19165900, 0),
(132502, 4000, 229, 'Nether Kirkton', 572189600, -22037500, 0),
(132503, 4158, 229, 'Nether Monynut', 558666700, -24333300, 0),
(132504, 4085, 229, 'Nethy Bridge', 572648700, -36560900, 0),
(132505, 4063, 229, 'New Abbey', 549800200, -36220200, 0),
(132506, 4065, 229, 'New Cumnock', 553956300, -41845800, 0),
(132507, 4001, 229, 'New Deer', 575141100, -21949500, 0),
(132508, 4063, 229, 'New Galloway', 550735600, -41408300, 0),
(132509, 4145, 229, 'New Lanark', 556641300, -37821600, 0),
(132510, 4001, 229, 'New Pitsligo', 575901900, -21953500, 0),
(132511, 4120, 229, 'Newbigging', 556955000, -35705200, 0),
(132512, 4001, 229, 'Newbyth', 575666700, -23000000, 0),
(132513, 4112, 229, 'Newhouse', 558166700, -38666700, 0),
(132514, 4001, 229, 'Newmacher', 572666700, -21833300, 0),
(132515, 4105, 229, 'Newmill', 575500000, -29333300, 0),
(132516, 4085, 229, 'Newtonmore', 570656700, -41209700, 0),
(132518, 4003, 229, 'Newtyle', 565587400, -31458300, 0),
(132519, 4085, 229, 'North Ballachulish', 566942400, -51821700, 0),
(132520, 4085, 229, 'North Kessock', 575025400, -42479300, 0),
(132521, 4085, 229, 'Oldshoremore', 584786300, -50728400, 0),
(132522, 4085, 229, 'Onich', 567033200, -52277100, 0),
(132523, 4105, 229, 'Orbliston', 576000000, -31500000, 0),
(132524, 4001, 229, 'Ordie', 571016500, -29055200, 0),
(132525, 4120, 229, 'Orphir', 589380900, -31310800, 0),
(132526, 4112, 229, 'Overtown', 557500000, -39166700, 0),
(132527, 4001, 229, 'Oyne', 573213000, -25454400, 0),
(132528, 4003, 229, 'Panbride', 565009800, -27113200, 0),
(132529, 4065, 229, 'Patna', 553637000, -45045700, 0),
(132530, 4004, 229, 'Pennymore', 561500000, -51333300, 0),
(132531, 4000, 229, 'Perwinnes', 572060400, -21269300, 0),
(132532, 4120, 229, 'Pierowall', 593194400, -29905100, 0),
(132533, 4001, 229, 'Pitfichie', 572333300, -25333300, 0),
(132534, 4001, 229, 'Pitlurg', 573833300, -19500000, 0),
(132535, 4001, 229, 'Pitmedden', 573369100, -21802200, 0),
(132536, 4075, 229, 'Pitscottie', 563067200, -29435100, 0),
(132537, 4075, 229, 'Pittenweem', 562140600, -27283900, 0),
(132538, 4001, 229, 'Pittodrie', 573000000, -25166700, 0),
(132539, 4001, 229, 'Plaidy', 575666700, -24500000, 0),
(132540, 4085, 229, 'Plockton', 573375900, -56512700, 0),
(132541, 4085, 229, 'Polbain', 580333300, -53833300, 0),
(132542, 4102, 229, 'Polton', 558708300, -31263800, 0),
(132543, 4102, 229, 'Pomathorn', 558203700, -32105200, 0),
(132544, 4085, 229, 'Poolewe', 577644500, -56040600, 0),
(132545, 4004, 229, 'Port Appin', 565546100, -54103700, 0),
(132546, 4004, 229, 'Port Bannatyne', 558566000, -50650300, 0),
(132547, 4001, 229, 'Port Elphinstone', 572719900, -23707600, 0),
(132548, 4085, 229, 'Port na Long', 573333300, -64000000, 0),
(132549, 4072, 229, 'Port nan Long', 576833300, -72000000, 0),
(132550, 4151, 229, 'Port of Menteith', 561850100, -42830600, 0),
(132551, 4105, 229, 'Portessie', 576837600, -29407900, 0),
(132552, 4105, 229, 'Portknockie', 577024800, -28598900, 0),
(132553, 4085, 229, 'Portmahomack', 578368300, -38290300, 0),
(132554, 4063, 229, 'Portpatrick', 548414300, -51170500, 0),
(132555, 4001, 229, 'Portsoy', 576814400, -26895600, 0),
(132556, 4123, 229, 'Powmill', 561655400, -35800100, 0),
(132557, 4071, 229, 'Queensferry', 559833300, -34000000, 0),
(132558, 4075, 229, 'Radernie', 562761300, -28634600, 0),
(132559, 4105, 229, 'Rafford', 575859300, -35735300, 0),
(132560, 4123, 229, 'Rait', 564274800, -32565100, 0),
(132561, 4001, 229, 'Rathen', 576366000, -20048400, 0),
(132562, 4071, 229, 'Ratho', 559216400, -33802800, 0),
(132563, 4123, 229, 'Remony', 565666700, -40166700, 0),
(132564, 4158, 229, 'Renton Barns', 558833300, -22833300, 0),
(132565, 4145, 229, 'Rigside', 555968300, -37808400, 0),
(132566, 4085, 229, 'Rogart', 580079400, -41474900, 0),
(132567, 4158, 229, 'Romannobridge', 557166700, -33333300, 0),
(132568, 4001, 229, 'Rora', 575459300, -18962400, 0),
(132569, 4145, 229, 'Rosebank', 557260400, -39023400, 0),
(132570, 4001, 229, 'Rosehearty', 576970000, -21132200, 0),
(132571, 4085, 229, 'Rosemarkie', 575915000, -41151900, 0),
(132572, 4102, 229, 'Rosewell', 558507500, -31362500, 0),
(132573, 4004, 229, 'Rosneath', 560098500, -48015100, 0),
(132574, 4072, 229, 'Rossinish', 574666700, -72666700, 0),
(132575, 4085, 229, 'Rosskeen', 576833300, -42000000, 0),
(132576, 4105, 229, 'Rothes', 575262400, -32066300, 0),
(132577, 4001, 229, 'Rothienorman', 574114500, -24645500, 0),
(132578, 4063, 229, 'Ruthwell', 549930200, -34082400, 0),
(132579, 4145, 229, 'Ryeland', 556333300, -41333300, 0),
(132580, 4158, 229, 'Saint Boswells', 555730100, -26441000, 0),
(132581, 4001, 229, 'Saint Catherines Wells', 576166700, -22333300, 0),
(132582, 4001, 229, 'Saint Combs', 576500000, -19000000, 0),
(132583, 4001, 229, 'Saint Cyrus', 567666700, -24000000, 0),
(132584, 4001, 229, 'Saint Fergus', 575500000, -18333300, 0),
(132585, 4067, 229, 'Saint Germains', 559500000, -29166700, 0),
(132586, 4120, 229, 'Saint Marys', 589000000, -29166700, 0),
(132588, 4151, 229, 'Saint Ninians', 561000000, -39333300, 0),
(132589, 4085, 229, 'Salen', 565166700, -59500000, 0),
(132590, 4075, 229, 'Saline', 561139900, -35703400, 0),
(132591, 4137, 229, 'Sandness', 602985800, -16498500, 0),
(132592, 4085, 229, 'Sarclet', 583759300, -31171900, 0),
(132593, 4001, 229, 'Schivas', 574166700, -21666700, 0),
(132594, 4085, 229, 'Scourie', 583518100, -51519100, 0),
(132595, 4085, 229, 'Scrabster', 586127700, -35462700, 0),
(132596, 4110, 229, 'Seamill', 556866300, -48633000, 0),
(132597, 4072, 229, 'Shader', 584000000, -64666700, 0),
(132598, 4063, 229, 'Shawhead', 550500000, -37666700, 0),
(132599, 4000, 229, 'Shielhill', 572070800, -21092500, 0),
(132600, 4110, 229, 'Shiskine', 555189200, -53074500, 0),
(132601, 4001, 229, 'Skateraw', 559666700, -24166700, 0),
(132602, 4110, 229, 'Skelmorlie', 558695000, -48847500, 0),
(132603, 4085, 229, 'Skinidin', 574380300, -66341400, 0),
(132604, 4074, 229, 'Slamannan', 559372900, -38331100, 0),
(132605, 4085, 229, 'South Kessock', 574930800, -42400000, 0),
(132606, 4120, 229, 'South Walls', 587986900, -32009600, 0),
(132607, 4085, 229, 'Spinningdale', 578778600, -42348500, 0),
(132608, 4067, 229, 'Spott', 559708300, -25264400, 0),
(132609, 4065, 229, 'Stair', 554800200, -44717800, 0),
(132610, 4085, 229, 'Staxigoe', 584541500, -30587800, 0),
(132611, 4137, 229, 'Stebbligrind', 602000000, -13000000, 0),
(132612, 4120, 229, 'Stenness', 589867900, -32075000, 0),
(132613, 4145, 229, 'Stockbriggs', 556000000, -39166700, 0),
(132614, 4063, 229, 'Stoneykirk', 548358000, -49790400, 0),
(132615, 4105, 229, 'Stotfield', 577000000, -32833300, 0),
(132616, 4004, 229, 'Strachur', 561666800, -50816500, 0),
(132617, 4143, 229, 'Straiton', 553000000, -45500000, 0),
(132618, 4123, 229, 'Straloch', 567568800, -35645300, 0),
(132619, 4075, 229, 'Strathkinness', 563333300, -28666700, 0),
(132620, 4075, 229, 'Strathmiglo', 562775500, -32713000, 0),
(132621, 4001, 229, 'Strichen', 575866300, -20906400, 0),
(132622, 4085, 229, 'Stromeferry', 573523900, -55521200, 0),
(132623, 4004, 229, 'Stronmilchan', 564071100, -49949600, 0),
(132624, 4085, 229, 'Strontian', 566957600, -55701900, 0),
(132625, 4085, 229, 'Swiney', 583000000, -33166700, 0),
(132626, 4072, 229, 'Swordale', 581952500, -62656000, 0),
(132627, 4003, 229, 'Tannadice', 567131700, -28602200, 0),
(132628, 4072, 229, 'Tarbert', 558627700, -54162200, 0),
(132629, 4001, 229, 'Tarland', 571279300, -28604000, 0),
(132630, 4085, 229, 'Tarskavaig', 571138200, -59871600, 0),
(132631, 4001, 229, 'Tarves', 573707900, -22219500, 0),
(132632, 4001, 229, 'Tavelty', 572445500, -23495300, 0),
(132633, 4085, 229, 'Teangue', 571132200, -58531400, 0),
(132634, 4063, 229, 'Terreglestown', 550666700, -36500000, 0),
(132635, 4001, 229, 'Thainstone', 572586200, -23816300, 0),
(132636, 4145, 229, 'Thankerton', 556263100, -36328900, 0),
(132637, 4085, 229, 'Thrumster', 583902600, -31357200, 0),
(132638, 4001, 229, 'Tifty', 574500000, -23666700, 0),
(132639, 4001, 229, 'Tillery', 572833300, -21333300, 0),
(132640, 4001, 229, 'Tillinamolt', 576166700, -21833300, 0),
(132641, 4001, 229, 'Tillyfourie', 572007200, -25918200, 0),
(132642, 4001, 229, 'Tillyminnate', 573833300, -28333300, 0),
(132643, 4137, 229, 'Tingwall', 601666700, -12333300, 0),
(132644, 4004, 229, 'Tiree', 565155600, -69131500, 0),
(132645, 4137, 229, 'Toab', 598833300, -13166700, 0),
(132646, 4004, 229, 'Tobermory', 566248900, -60694300, 0),
(132647, 4085, 229, 'Tomatin', 573344900, -39907300, 0),
(132648, 4105, 229, 'Tomnavoulin', 573183400, -33113400, 0),
(132649, 4085, 229, 'Torboll', 579666700, -41000000, 0),
(132650, 4085, 229, 'Torcastle', 568666700, -50666700, 0),
(132651, 4075, 229, 'Torryburn', 560577800, -35672500, 0),
(132652, 4158, 229, 'Torwoodlee', 556325500, -28411800, 0),
(132653, 4001, 229, 'Towie', 572034300, -29296900, 0),
(132654, 4158, 229, 'Town Yetholm', 555454600, -22874500, 0),
(132655, 4123, 229, 'Tullybelton', 564833300, -35666700, 0),
(132656, 4151, 229, 'Tyndrum', 564367800, -47090100, 0),
(132657, 4063, 229, 'Tynron', 552163000, -38781000, 0),
(132658, 4001, 229, 'Tyrie Mains', 576500000, -21000000, 0),
(132659, 4085, 229, 'Ullapool', 578987200, -51603900, 0),
(132660, 4137, 229, 'Ulsta', 605000000, -11500000, 0),
(132661, 4068, 229, 'Uplawmoor', 557647500, -44961200, 0),
(132662, 4072, 229, 'Upper Bayble', 582000000, -62000000, 0),
(132663, 4085, 229, 'Upper Dounreay', 585666700, -37166700, 0),
(132664, 4085, 229, 'Urray', 575333300, -44833300, 0),
(132665, 4004, 229, 'Urugaig', 561039800, -61960300, 0),
(132666, 4072, 229, 'Vatisker', 582833300, -63000000, 0),
(132667, 4137, 229, 'Veensgarth', 601831800, -12302100, 0),
(132668, 4137, 229, 'Virkie', 598833300, -13000000, 0),
(132669, 4137, 229, 'Voe', 603556200, -12623000, 0),
(132670, 4085, 229, 'Watten', 584726200, -33058900, 0),
(132671, 4123, 229, 'Weem', 566252600, -38876900, 0),
(132672, 4167, 229, 'West Calder', 558518800, -35698100, 0),
(132673, 4110, 229, 'West Kilbride', 556833300, -48500000, 0),
(132674, 4075, 229, 'West Wemyss', 561402400, -30847500, 0),
(132675, 4085, 229, 'Wester Clynekirkton', 580333300, -38833300, 0),
(132676, 4077, 229, 'Whiteinch', 558729800, -43308900, 0),
(132677, 4158, 229, 'Whitsome', 557487600, -22175800, 0),
(132678, 4067, 229, 'Whittingehame', 559522700, -26326800, 0),
(132679, 4001, 229, 'Woodend', 572770900, -22130600, 0),
(132680, 4030, 229, 'Aberbargoed', 516940600, -32245500, 0),
(132681, 4122, 229, 'Abercastle', 519594400, -51258300, 0),
(132682, 4139, 229, 'Abercraf', 518009400, -37112600, 0),
(132683, 4122, 229, 'Abercych', 520390100, -45588100, 0),
(132684, 4080, 229, 'Aberdaron', 528044900, -47116400, 0),
(132685, 4099, 229, 'Aberfan', 516872200, -33319400, 0),
(132686, 4034, 229, 'Abergorlech', 519830600, -40602800, 0),
(132687, 4080, 229, 'Abergynolwyn', 526442600, -39561100, 0),
(132688, 4139, 229, 'Aberhafesp', 525215000, -33731300, 0),
(132689, 4026, 229, 'Aberkenfig', 515400000, -35955600, 0),
(132690, 4139, 229, 'Aberllefenni', 526666700, -38166700, 0),
(132691, 4050, 229, 'Abermagwr', 523450000, -39600000, 0),
(132692, 4034, 229, 'Abernant', 518813900, -44155600, 0),
(132693, 4030, 229, 'Abertridwr', 515958300, -32683300, 0),
(132694, 4050, 229, 'Adpar', 520419300, -44688600, 0),
(132695, 4122, 229, 'Amroth', 517316100, -46622600, 0),
(132696, 4080, 229, 'Arthog', 527116400, -40097300, 0),
(132697, 4051, 229, 'Bagillt', 532654000, -31655100, 0),
(132698, 4050, 229, 'Bangor Teifi', 520390100, -43620200, 0),
(132699, 4173, 229, 'Bangor-is-y-coed', 530000000, -29166700, 0),
(132700, 4080, 229, 'Barmouth', 527237700, -40574800, 0),
(132701, 4002, 229, 'Beaumaris', 532631500, -40923300, 0),
(132702, 4122, 229, 'Begelly', 517338300, -47264400, 0),
(132703, 4139, 229, 'Beguildy', 524091000, -31841000, 0),
(132704, 4002, 229, 'Benllech', 533204400, -42260700, 0),
(132705, 4139, 229, 'Berriew', 525991500, -32020700, 0),
(132706, 4139, 229, 'Bettws Cedewain', 525620300, -32967500, 0),
(132708, 4055, 229, 'Bettws Gwerfil Goch', 530000000, -34333300, 0),
(132709, 4050, 229, 'Bettws-Evan', 520833300, -44833300, 0),
(132710, 4034, 229, 'Betws', 515691700, -35883300, 0),
(132711, 4047, 229, 'Betws-y-Coed', 530938200, -38066800, 0),
(132712, 4108, 229, 'Bishton', 515819400, -28783300, 0),
(132713, 4001, 229, 'Blackmill', 515684300, -35393200, 0),
(132715, 4050, 229, 'Blaenpenal', 522500000, -40166700, 0),
(132716, 4050, 229, 'Blaenporth', 521100500, -45337700, 0),
(132717, 4002, 229, 'Bodedern', 532923200, -45030300, 0),
(132718, 4055, 229, 'Bodfari', 532199000, -33609200, 0),
(132719, 4080, 229, 'Bodfean', 529166700, -45000000, 0),
(132720, 4161, 229, 'Bonvilston', 514578300, -33435700, 0),
(132721, 4050, 229, 'Borth', 524884000, -40512300, 0),
(132722, 4122, 229, 'Bosherston', 516138900, -49388900, 0),
(132723, 4161, 229, 'Boverton', 514052800, -34644400, 0),
(132724, 4050, 229, 'Bow Street', 524421300, -40278300, 0),
(132725, 4034, 229, 'Brechfa', 519519400, -41475000, 0),
(132726, 4122, 229, 'Bridell', 520473200, -46599900, 0),
(132727, 4139, 229, 'Bronllys', 520058400, -32504900, 0),
(132728, 4034, 229, 'Bronwydd Arms', 518877100, -43008900, 0),
(132729, 4106, 229, 'Brynamman', 518000000, -38666700, 0),
(132730, 4080, 229, 'Bryncir', 529776800, -42654100, 0),
(132731, 4080, 229, 'Bryncroes', 528507700, -46349100, 0),
(132732, 4055, 229, 'Bryneglwys', 530166700, -32833300, 0),
(132733, 4104, 229, 'Bryngwyn', 517792600, -28847700, 0),
(132734, 4050, 229, 'Brynhoffnant', 521366500, -44342800, 0),
(132735, 4026, 229, 'Brynmenyn', 515516100, -35807000, 0),
(132736, 4131, 229, 'Brynna', 515384500, -34637800, 0),
(132737, 4002, 229, 'Brynteg', 533189800, -42607200, 0),
(132738, 4139, 229, 'Builth Road', 521685500, -34273000, 0),
(132739, 4042, 229, 'Burry Green', 516000000, -42213900, 0),
(132740, 4139, 229, 'Bwlch', 518833300, -32333300, 0),
(132741, 4034, 229, 'Bynea', 516739600, -41032500, 0),
(132743, 4080, 229, 'Caerdeon', 527431200, -40022400, 0),
(132744, 4047, 229, 'Caerhun', 532166700, -38333300, 0),
(132745, 4104, 229, 'Caerwent', 516112000, -27686500, 0),
(132746, 4051, 229, 'Caerwys', 532465100, -33074500, 0),
(132747, 4050, 229, 'Capel Bangor', 524000000, -39666700, 0),
(132748, 4047, 229, 'Capel Garmon', 530830500, -37694400, 0),
(132749, 4034, 229, 'Capel Hendre', 517827800, -40419400, 0),
(132750, 4034, 229, 'Capel Iwan', 519994400, -44936100, 0),
(132751, 4050, 229, 'Capel Seion', 523947300, -40105500, 0),
(132752, 4139, 229, 'Carno', 525599000, -35354500, 0),
(132753, 4034, 229, 'Carway', 517366900, -42283200, 0),
(132754, 4139, 229, 'Castle Caereinion', 526418300, -32379200, 0),
(132755, 4122, 229, 'Castlemorris', 519427800, -50525000, 0),
(132756, 4026, 229, 'Cefn Cribwr', 515316700, -36527800, 0),
(132757, 4099, 229, 'Cefn-coed-y-cymmer', 517640000, -34075800, 0),
(132758, 4034, 229, 'Cefneithin', 518039300, -40976100, 0),
(132759, 4050, 229, 'Cellan', 521230900, -40342600, 0),
(132760, 4002, 229, 'Cemaes Bay', 534121100, -44519000, 0),
(132761, 4139, 229, 'Cemmaes', 526406300, -37170800, 0),
(132762, 4139, 229, 'Cemmaes Road', 526239500, -37450900, 0),
(132764, 4139, 229, 'Church Stoke', 525333300, -30833300, 0),
(132765, 4051, 229, 'Cilcain', 531781900, -32328200, 0),
(132766, 4106, 229, 'Cilybebyll', 517229900, -38290400, 0),
(132767, 4034, 229, 'Cilycwm', 520449500, -38198500, 0),
(132768, 4122, 229, 'Clunderwen', 518405600, -47316700, 0),
(132769, 4131, 229, 'Clydach Vale', 516266500, -34801500, 0),
(132770, 4080, 229, 'Clynnog-fawr', 530166700, -43666700, 0),
(132771, 4051, 229, 'Coed-Talon', 531221400, -30948200, 0),
(132772, 4002, 229, 'Coedana', 533000000, -43666700, 0),
(132773, 4173, 229, 'Coedpoeth', 530539100, -30623400, 0),
(132774, 4139, 229, 'Coelbren', 517918100, -36701400, 0),
(132775, 4026, 229, 'Coity', 515220000, -35553100, 0),
(132776, 4139, 229, 'Colva', 521695400, -31725800, 0),
(132777, 4161, 229, 'Colwinston', 514678200, -35251100, 0),
(132778, 4080, 229, 'Corris', 526514500, -38431500, 0),
(132779, 4122, 229, 'Cosheston', 516965300, -48888200, 0),
(132780, 4122, 229, 'Cresselly', 517229200, -48038100, 0),
(132781, 4050, 229, 'Cribyn', 521395800, -41620100, 0),
(132782, 4080, 229, 'Criccieth', 529205300, -42346000, 0),
(132783, 4139, 229, 'Criggion', 527297300, -30455700, 0),
(132784, 4122, 229, 'Crinow', 517963900, -47166700, 0),
(132785, 4042, 229, 'Crofty', 516344800, -41293700, 0),
(132786, 4050, 229, 'Cross Inn', 522500000, -41333300, 0),
(132787, 4030, 229, 'Crosskeys', 516191700, -31236100, 0),
(132788, 4122, 229, 'Crosswell', 519950000, -47330600, 0),
(132789, 4089, 229, 'Crundale', 518241700, -49480600, 0),
(132790, 4106, 229, 'Crynant', 517288900, -37480600, 0),
(132791, 4159, 229, 'Cwmavon', 517666700, -30833300, 0),
(132792, 4104, 229, 'Cwmcarvan', 517641800, -27588000, 0),
(132793, 4131, 229, 'Cwmdare', 517205600, -34727800, 0),
(132794, 4034, 229, 'Cwmduad', 519550900, -43643500, 0),
(132795, 4034, 229, 'Cwmfelin Mynach', 518938900, -45755600, 0),
(132796, 4034, 229, 'Cwmisfael', 518202800, -41891700, 0),
(132797, 4050, 229, 'Cwrt-newydd', 521085600, -42072400, 0),
(132798, 4055, 229, 'Cyffylliog', 531085900, -34061500, 0),
(132799, 4034, 229, 'Cynghordy', 520442700, -37403500, 0),
(132800, 4034, 229, 'Cynheidre', 517436100, -41875000, 0),
(132801, 4055, 229, 'Cynwyd', 529594000, -34065100, 0),
(132802, 4030, 229, 'Deri', 517081200, -32631200, 0),
(132803, 4034, 229, 'Derwydd', 518410600, -40157100, 0),
(132804, 4050, 229, 'Devils Bridge', 523749700, -38562000, 0),
(132805, 4050, 229, 'Dihewid', 521833300, -42166700, 0),
(132806, 4104, 229, 'Dingestow', 517880900, -27867500, 0),
(132807, 4080, 229, 'Dinorwic', 531337900, -41152800, 0),
(132808, 4080, 229, 'Dolbenmaen', 529643600, -42275300, 0),
(132809, 4047, 229, 'Dolgarrog', 531895900, -38434100, 0),
(132810, 4034, 229, 'Dolgran', 519848600, -42854800, 0),
(132811, 4047, 229, 'Dolwyddelan', 530539300, -38886500, 0),
(132812, 4042, 229, 'Dunvant', 516253500, -40345800, 0),
(132813, 4002, 229, 'Dwyran', 531672300, -43218800, 0),
(132814, 4050, 229, 'Dyffryn-castell', 524166700, -38000000, 0),
(132815, 4161, 229, 'East Aberthaw', 513910200, -33883100, 0),
(132816, 4122, 229, 'East Williamston', 517118900, -47565700, 0),
(132817, 4080, 229, 'Ederyn', 529333300, -45666700, 0),
(132818, 4161, 229, 'Eglwys-Brewis', 514138900, -34169400, 0),
(132819, 4047, 229, 'Eglwys-fach', 525333300, -39333300, 0),
(132820, 4050, 229, 'Elerch', 524600800, -39392200, 0),
(132821, 4034, 229, 'Esgair', 519337500, -43643400, 0),
(132822, 4026, 229, 'Evanstown', 515960100, -34787200, 0),
(132823, 4139, 229, 'Felin Fach', 519833300, -33166700, 0),
(132824, 4139, 229, 'Felindre', 517000000, -39666700, 0),
(132825, 4034, 229, 'Felingwmuchaf', 519008300, -41688900, 0),
(132826, 4034, 229, 'Ferryside', 517678400, -43690000, 0),
(132827, 4034, 229, 'Ffair-fach', 518666700, -39833300, 0),
(132828, 4034, 229, 'Ffald-y-Brenin', 520825700, -39903900, 0),
(132829, 4034, 229, 'Fforest', 517214200, -40544000, 0),
(132830, 4051, 229, 'Ffrith', 530906400, -30696800, 0),
(132831, 4122, 229, 'Fishguard', 519937600, -49763100, 0),
(132832, 4034, 229, 'Five Roads', 517263900, -41886100, 0),
(132833, 4139, 229, 'Four Crosses', 527500000, -30833300, 0),
(132834, 4080, 229, 'Frongoch', 529333300, -36333300, 0),
(132835, 4104, 229, 'Gaer-fawr', 516819400, -28086100, 0),
(132836, 4139, 229, 'Garthbeibio', 527000000, -35000000, 0),
(132837, 4050, 229, 'Gartheli', 521833300, -40666700, 0),
(132838, 4131, 229, 'Gilfach Goch', 515921300, -34729600, 0),
(132839, 4104, 229, 'Gilwern', 518247500, -30935500, 0),
(132840, 4104, 229, 'Glascoed', 517072200, -29666700, 0),
(132841, 4122, 229, 'Glogue', 519677500, -45982900, 0),
(132842, 4108, 229, 'Goldcliff', 515422200, -29177800, 0),
(132843, 4034, 229, 'Gorslas', 518039600, -40752700, 0),
(132844, 4104, 229, 'Govilon', 518192800, -30629500, 0),
(132845, 4080, 229, 'Groeslon', 530787100, -42806100, 0),
(132846, 4115, 229, 'Grosmont', 519166700, -28666700, 0),
(132847, 4042, 229, 'Grovesend', 516847200, -40383300, 0),
(132848, 4139, 229, 'Guilsfield', 526963400, -31571200, 0),
(132849, 4002, 229, 'Gwalchmai', 532500000, -44166700, 0),
(132850, 4034, 229, 'Gwernogle', 519851900, -41435000, 0),
(132851, 4055, 229, 'Gwyddelwern', 530085500, -33799100, 0),
(132852, 4034, 229, 'Gwyddgrug', 519972200, -42375000, 0),
(132853, 4080, 229, 'Gwydir', 529833300, -44166700, 0),
(132854, 4080, 229, 'Gyrngoch', 530000000, -43833300, 0),
(132855, 4139, 229, 'Halfway', 519666700, -37000000, 0),
(132856, 4051, 229, 'Halkyn', 532255600, -31901600, 0),
(132857, 4173, 229, 'Hanmer', 529510700, -28128900, 0),
(132858, 4050, 229, 'Hawen', 520976100, -44143800, 0),
(132859, 4122, 229, 'Hayscastle Cross', 518850000, -50316700, 0),
(132860, 4131, 229, 'Hendreforgan', 515842700, -34621600, 0),
(132862, 4026, 229, 'Heol-y-Cyw', 515474300, -35224300, 0),
(132863, 4122, 229, 'Hill Mountain', 517366700, -49313900, 0),
(132864, 4131, 229, 'Hirwaun', 517391700, -35102800, 0),
(132865, 4034, 229, 'Hoel-galed', 519166700, -40000000, 0),
(132866, 4122, 229, 'Hubberston', 517151100, -50555400, 0),
(132867, 4122, 229, 'Hundleton', 516669400, -49491700, 0),
(132868, 4122, 229, 'Jeffreyston', 517250000, -47675000, 0),
(132869, 4122, 229, 'Jordanston', 519525500, -50310600, 0),
(132870, 4122, 229, 'Kilgetty', 517320300, -47198300, 0),
(132871, 4139, 229, 'Knucklas', 523604800, -30968600, 0),
(132872, 4122, 229, 'Lambston', 518116100, -50381300, 0),
(132873, 4042, 229, 'Landimore', 516149200, -42214400, 0),
(132874, 4034, 229, 'Laugharne', 517714000, -44625300, 0),
(132875, 4161, 229, 'Lavernock', 514073600, -31763000, 0),
(132876, 4122, 229, 'Lawrenny', 517258300, -48719400, 0),
(132877, 4051, 229, 'Leeswood', 531334700, -30946600, 0),
(132878, 4104, 229, 'Little Mill', 517200000, -29852800, 0),
(132880, 4080, 229, 'Llanaelhaiarn', 529666700, -44000000, 0),
(132881, 4050, 229, 'Llanafan', 523328200, -39298300, 0),
(132882, 4034, 229, 'Llanarthney', 518604300, -41287300, 0),
(132883, 4051, 229, 'Llanasa', 533221500, -33434800, 0),
(132884, 4050, 229, 'Llanbadarn-fawr', 522666700, -33500000, 0),
(132885, 4104, 229, 'Llanbadoc', 516950000, -29036100, 0),
(132886, 4047, 229, 'Llanbedr-y-cennin', 532000000, -38666700, 0),
(132887, 4002, 229, 'Llanbedrgoch', 533002600, -42364300, 0),
(132888, 4139, 229, 'Llanbister', 523513400, -33107300, 0),
(132889, 4034, 229, 'Llanboidy', 518788900, -45927800, 0),
(132890, 4139, 229, 'Llanbrynmair', 526115100, -36276100, 0),
(132891, 4161, 229, 'Llancarfan', 514223900, -33658400, 0),
(132892, 4104, 229, 'Llancayo', 517226800, -29154900, 0),
(132893, 4034, 229, 'Llanddarog', 518272200, -41744400, 0),
(132894, 4050, 229, 'Llanddeiniol', 523279100, -41117500, 0),
(132895, 4122, 229, 'Llanddewi Velfrey', 518197600, -46892100, 0),
(132896, 4050, 229, 'Llanddewi-Brefi', 521666700, -39500000, 0),
(132897, 4002, 229, 'Llanddona', 532925900, -41365400, 0),
(132898, 4047, 229, 'Llanddulas', 532898900, -36421900, 0),
(132899, 4002, 229, 'Llanddyfnan', 532837700, -42486100, 0),
(132900, 4034, 229, 'Llandefaelog', 517822000, -42979800, 0),
(132901, 4080, 229, 'Llandegai', 532166700, -41000000, 0),
(132902, 4139, 229, 'Llandegley', 522575200, -32618100, 0),
(132903, 4139, 229, 'Llandeilor-Fan', 520000000, -36166700, 0),
(132904, 4122, 229, 'Llandeloy', 518973600, -51136200, 0),
(132905, 4139, 229, 'Llandinam', 524849600, -34369000, 0),
(132906, 4104, 229, 'Llandogo', 517342200, -26890800, 0),
(132907, 4161, 229, 'Llandow', 514491600, -35216100, 0),
(132908, 4080, 229, 'Llandwrog', 530804900, -43135100, 0),
(132909, 4034, 229, 'Llandybie', 518204400, -40071000, 0),
(132910, 4002, 229, 'Llandyfrydog', 533425000, -43457500, 0),
(132911, 4055, 229, 'Llandyrnog', 531750500, -33364600, 0),
(132912, 4034, 229, 'Llandyry', 517210700, -42689600, 0),
(132913, 4139, 229, 'Llandysilio', 527647100, -30850900, 0),
(132914, 4139, 229, 'Llandyssil', 525495800, -31861500, 0),
(132915, 4034, 229, 'Llanedy', 517450000, -40475000, 0),
(132916, 4080, 229, 'Llanegryn', 526285500, -40684200, 0),
(132917, 4034, 229, 'Llanegwad', 518724800, -41507700, 0),
(132918, 4047, 229, 'Llanelian-yn-Rhos', 532666700, -37000000, 0),
(132919, 4055, 229, 'Llanelidan', 530425500, -33354900, 0),
(132920, 4104, 229, 'Llanellen', 517930200, -30123100, 0),
(132921, 4080, 229, 'Llanelltyd', 527572300, -39027400, 0),
(132922, 4080, 229, 'Llanenddwyn', 527888800, -41030100, 0),
(132923, 4080, 229, 'Llanengan', 528139500, -45317600, 0),
(132924, 4050, 229, 'Llanerch-Aeron', 522000000, -42333300, 0),
(132925, 4002, 229, 'Llanerchymedd', 533305500, -43770000, 0),
(132926, 4002, 229, 'Llanfachraeth', 533120600, -45309200, 0),
(132927, 4080, 229, 'Llanfachreth', 527852000, -38486600, 0),
(132928, 4104, 229, 'Llanfaenor', 518483200, -28275800, 0),
(132929, 4002, 229, 'Llanfaes', 532666700, -41000000, 0),
(132930, 4002, 229, 'Llanfaethlu', 533524000, -45341800, 0),
(132931, 4139, 229, 'Llanfair Caereinion', 526479000, -33266800, 0),
(132932, 4050, 229, 'Llanfair Clydogau', 521423800, -40108800, 0),
(132933, 4047, 229, 'Llanfair Talhaiarn', 532175500, -36075200, 0),
(132934, 4139, 229, 'Llanfechain', 527746300, -32027300, 0),
(132935, 4002, 229, 'Llanfechell', 533919300, -44560500, 0),
(132936, 4055, 229, 'Llanferres', 531370700, -32141900, 0),
(132937, 4139, 229, 'Llanfihangel Rhydithon', 522917500, -32466600, 0),
(132938, 4139, 229, 'Llanfihangel-Bryn-Pabuan', 522000000, -35000000, 0),
(132939, 4047, 229, 'Llanfihangel-Glyn-Myfyr', 530166700, -35000000, 0),
(132942, 4034, 229, 'Llanfihangel-uwch-Gwili', 518836100, -41950000, 0),
(132943, 4050, 229, 'Llanfihangel-y-creuddyn', 523666700, -39500000, 0),
(132944, 4034, 229, 'Llanfynydd', 519280600, -40988900, 0),
(132945, 4122, 229, 'Llanfyrnach', 519508400, -45891600, 0),
(132946, 4139, 229, 'Llangadfan', 526866100, -34636700, 0),
(132947, 4034, 229, 'Llangadog', 519380700, -38828900, 0),
(132948, 4034, 229, 'Llangain', 518183300, -43475000, 0),
(132949, 4139, 229, 'Llangammarch Wells', 521122300, -35548900, 0),
(132950, 4139, 229, 'Llangattock', 518518400, -31477800, 0),
(132951, 4104, 229, 'Llangattock Lingoed', 518756100, -29293300, 0),
(132952, 4104, 229, 'Llangattock nigh Usk', 517833300, -29666700, 0),
(132953, 4026, 229, 'Llangeinor', 515755900, -35689700, 0),
(132954, 4050, 229, 'Llangeitho', 522187000, -40268200, 0),
(132955, 4047, 229, 'Llangelynin', 526432600, -41116000, 0),
(132956, 4139, 229, 'Llangenny', 518553900, -31048900, 0),
(132957, 4106, 229, 'Llangiwg', 517333300, -38500000, 0),
(132958, 4002, 229, 'Llangoed', 532833300, -40833300, 0),
(132959, 4122, 229, 'Llangolman', 519116900, -47271500, 0),
(132960, 4139, 229, 'Llangorse', 519333300, -32666700, 0),
(132961, 4050, 229, 'Llangranog', 521596400, -44707400, 0),
(132962, 4002, 229, 'Llangristiolus', 532341200, -43522500, 0),
(132963, 4034, 229, 'Llangunnor', 518583200, -42815300, 0),
(132964, 4080, 229, 'Llangwnadl', 528666700, -46666700, 0),
(132965, 4080, 229, 'Llangybi', 516658300, -29080600, 0),
(132966, 4139, 229, 'Llangynidr', 518673000, -32276200, 0),
(132967, 4026, 229, 'Llangynwyd', 515866700, -36502800, 0),
(132968, 4139, 229, 'Llanhamlach', 519303900, -33246800, 0),
(132969, 4139, 229, 'Llanigon', 520551900, -31506500, 0),
(132970, 4050, 229, 'Llanina', 522000000, -43333300, 0),
(132971, 4122, 229, 'Llanllawer', 519833300, -49333300, 0),
(132972, 4104, 229, 'Llanllowell', 516827700, -28795200, 0),
(132973, 4034, 229, 'Llanllwch', 518441700, -43455600, 0),
(132974, 4050, 229, 'Llanllwchaiarn', 521833300, -43666700, 0),
(132975, 4161, 229, 'Llanmaes', 514177800, -34669400, 0),
(132976, 4034, 229, 'Llanmiloe', 517500000, -45325000, 0),
(132977, 4042, 229, 'Llanmorlais', 516313700, -41270600, 0),
(132978, 4051, 229, 'Llannerch-y-mor', 533000000, -32333300, 0),
(132979, 4034, 229, 'Llannon', 517551900, -41175200, 0),
(132980, 4080, 229, 'Llannor', 529067500, -44498700, 0),
(132982, 4034, 229, 'Llanpumsaint', 519425200, -43077700, 0),
(132983, 4139, 229, 'Llanrhaeadr-ym-Mochnant', 528250700, -33022500, 0),
(132984, 4055, 229, 'Llanrhaiadr', 531500000, -33833300, 0),
(132985, 4042, 229, 'Llanrhidian', 516064100, -41698400, 0),
(132986, 4002, 229, 'Llanrhwydrys', 534000000, -45166700, 0),
(132987, 4034, 229, 'Llansadwrn', 519500000, -39000000, 0),
(132988, 4034, 229, 'Llansaint', 517478500, -43409600, 0),
(132989, 4047, 229, 'Llansannan', 531789500, -35960500, 0),
(132990, 4047, 229, 'Llansantffraid Glan Conwy', 532666700, -38000000, 0),
(132991, 4173, 229, 'Llansantffraid Glyn Ceiriog', 529324900, -31852500, 0),
(132992, 4139, 229, 'Llansantffraid-ym-Mechain', 527741600, -31585700, 0),
(132993, 4139, 229, 'Llanspyddid', 519430400, -34390400, 0),
(132994, 4122, 229, 'Llanstadwell', 517058900, -49632000, 0),
(132995, 4139, 229, 'Llanstephan', 520665400, -32874900, 0),
(132996, 4122, 229, 'Llanteg', 517618900, -46352800, 0),
(132997, 4080, 229, 'Llanuwchllyn', 528546800, -36678900, 0),
(132998, 4104, 229, 'Llanvair Discoed', 516266700, -27986100, 0),
(132999, 4104, 229, 'Llanvetherine', 518498800, -29269700, 0),
(133000, 4104, 229, 'Llanvihangel Crucorney', 518833300, -29833300, 0),
(133001, 4139, 229, 'Llanwddyn', 527597200, -34581200, 0),
(133002, 4108, 229, 'Llanwern', 515888900, -29136100, 0),
(133003, 4050, 229, 'Llanwnen', 521000000, -41500000, 0),
(133004, 4139, 229, 'Llanwrthwl', 522625200, -35025600, 0),
(133005, 4139, 229, 'Llanwrtyd Wells', 521065900, -36392400, 0),
(133006, 4034, 229, 'Llanybri', 517871600, -44121200, 0),
(133007, 4034, 229, 'Llanybydder', 520747600, -41576400, 0),
(133008, 4050, 229, 'Llanychaiarn', 523833300, -40833300, 0),
(133009, 4080, 229, 'Llanycil', 529007700, -36158500, 0),
(133010, 4034, 229, 'Llanycrwys', 520893100, -39795900, 0),
(133011, 4139, 229, 'Llanyre', 522539600, -34017700, 0),
(133012, 4080, 229, 'Llanystumdwy', 529207800, -42715700, 0),
(133013, 4080, 229, 'Llithfaen', 529603200, -44484700, 0),
(133014, 4051, 229, 'Llong', 531536900, -31053400, 0),
(133015, 4139, 229, 'Llowes', 520670900, -31797100, 0),
(133016, 4131, 229, 'Llwydcoed', 517313900, -34601100, 0),
(133017, 4034, 229, 'Llwyn-y-brain', 517989300, -46137600, 0),
(133018, 4080, 229, 'Llwyngwril', 526676500, -40841700, 0),
(133019, 4042, 229, 'Loughor', 516645500, -40670100, 0),
(133020, 4122, 229, 'Lydstep', 516515500, -47677300, 0),
(133021, 4122, 229, 'Maenclochog', 519118300, -47875400, 0),
(133022, 4080, 229, 'Maentwrog', 529460000, -39878700, 0),
(133023, 4131, 229, 'Maerdy', 516752800, -34866700, 0),
(133024, 4104, 229, 'Mamhilad', 517249900, -30076000, 0),
(133025, 4122, 229, 'Manordeifi', 520583000, -45866800, 0),
(133026, 4106, 229, 'Margam', 515731000, -37573500, 0),
(133027, 4122, 229, 'Martletwy', 517609600, -48477900, 0),
(133028, 4034, 229, 'Meidrim', 518606400, -44858200, 0),
(133029, 4139, 229, 'Meifod', 527105500, -32530900, 0),
(133030, 4034, 229, 'Meinciau', 517730600, -42316700, 0),
(133031, 4026, 229, 'Merthyr Mawr', 514861100, -36086100, 0),
(133032, 4104, 229, 'Mitchel Troy', 517872800, -27373100, 0),
(133033, 4047, 229, 'Mochdre', 524833300, -33666700, 0),
(133034, 4080, 229, 'Moel-tryfan', 530833300, -42333300, 0),
(133035, 4104, 229, 'Monkswood', 517208300, -29472200, 0),
(133036, 4122, 229, 'Morfa', 520500000, -48500000, 0),
(133037, 4034, 229, 'Morfa Bach', 517963900, -43658300, 0),
(133038, 4122, 229, 'Moylgrove', 520666700, -47500000, 0),
(133039, 4050, 229, 'Mydroilin', 521666700, -42500000, 0),
(133040, 4030, 229, 'Mynyddislwyn', 516400700, -31672800, 0),
(133041, 4051, 229, 'Nannerch', 532160800, -32502700, 0),
(133042, 4080, 229, 'Nant Gwynant', 530478900, -40388500, 0),
(133043, 4026, 229, 'Nant-y-moel', 516243500, -35403200, 0),
(133044, 4050, 229, 'Nantcwnlle', 522065600, -40844700, 0),
(133045, 4055, 229, 'Nantglyn', 531481700, -34882900, 0),
(133046, 4080, 229, 'Nantlle', 530567400, -42251300, 0),
(133047, 4139, 229, 'Nantmel', 522863000, -34261400, 0),
(133048, 4034, 229, 'Nantycaws', 518412300, -42398700, 0),
(133049, 4122, 229, 'Narberth', 517978400, -47427500, 0),
(133050, 4080, 229, 'Nefyn', 529333300, -45000000, 0),
(133051, 4051, 229, 'Nerquis', 531333300, -31500000, 0),
(133052, 4050, 229, 'New Quay', 522151500, -43588700, 0),
(133053, 4026, 229, 'Ogmore Vale', 516023000, -35421700, 0),
(133054, 4139, 229, 'Old Radnor', 522243400, -30999800, 0),
(133055, 4106, 229, 'Onllwyn', 517792900, -36779400, 0),
(133056, 4042, 229, 'Oxwich', 515572500, -41645100, 0),
(133057, 4139, 229, 'Painscastle', 521087500, -32177700, 0),
(133058, 4161, 229, 'Pancross', 514184800, -33709200, 0),
(133059, 4080, 229, 'Pandy', 519000000, -29666700, 0),
(133060, 4139, 229, 'Pant-y-dwr', 523500000, -34833300, 0),
(133061, 4042, 229, 'Pant-y-ffynnon', 517666700, -40000000, 0),
(133062, 4108, 229, 'Parc Seymour', 516219400, -28575000, 0),
(133063, 4104, 229, 'Part-y-Seal', 519111100, -28434000, 0),
(133064, 4122, 229, 'Pelcomb Cross', 518213900, -50202800, 0),
(133065, 4034, 229, 'Pembrey', 516874700, -42762500, 0),
(133066, 4104, 229, 'Pen y Clawdd', 517666700, -28000000, 0),
(133067, 4104, 229, 'Pen-pergwm', 517833300, -29833300, 0),
(133068, 4139, 229, 'Pen-rhos', 517833300, -37333300, 0),
(133069, 4139, 229, 'Pen-y-bont-fawr', 528166700, -33666700, 0),
(133070, 4104, 229, 'Penallt', 517789900, -26938800, 0),
(133071, 4122, 229, 'Penally', 516589800, -47232200, 0),
(133072, 4050, 229, 'Penbryn', 521399600, -44904200, 0),
(133073, 4034, 229, 'Pencader', 520008000, -42657500, 0),
(133074, 4034, 229, 'Pencarreg', 520851900, -41391800, 0),
(133075, 4034, 229, 'Pendine', 517425300, -45594700, 0),
(133076, 4173, 229, 'Penley', 529533800, -28702700, 0),
(133077, 4161, 229, 'Penllyn', 514744400, -34788900, 0),
(133078, 4047, 229, 'Penmachno', 530387500, -38069900, 0),
(133079, 4002, 229, 'Penmon', 533044800, -40577300, 0),
(133080, 4080, 229, 'Pennal', 525855700, -39209800, 0),
(133081, 4002, 229, 'Penrhos-Lligwy', 533500000, -42666700, 0),
(133082, 4034, 229, 'Pentre-Gwenlais', 518266100, -40195700, 0),
(133083, 4034, 229, 'Pentre-Morgan', 519050000, -43136100, 0),
(133084, 4050, 229, 'Penuwch', 522432900, -40563100, 0),
(133085, 4122, 229, 'Penycwm', 518674300, -51254300, 0),
(133086, 4108, 229, 'Peterstone Wentlooge', 515161100, -30563900, 0),
(133087, 4173, 229, 'Plas Power', 530333300, -30500000, 0),
(133088, 4138, 229, 'Plattlane', 529166700, -27333300, 0),
(133089, 4034, 229, 'Pont Henri', 517611100, -42077800, 0),
(133090, 4026, 229, 'Pont Rhyd-y-cyff', 515869400, -36363900, 0),
(133091, 4139, 229, 'Pont-Robert', 527000000, -33166700, 0),
(133092, 4050, 229, 'Pont-Tyweli', 520500000, -43166700, 0),
(133093, 4050, 229, 'Pont-erwyd', 524114000, -38400200, 0),
(133094, 4050, 229, 'Pont-rhyd-y-groes', 523333300, -38500000, 0),
(133095, 4122, 229, 'Pontfaen', 519702800, -48722200, 0),
(133096, 4159, 229, 'Ponthir', 516322200, -29761100, 0),
(133097, 4042, 229, 'Pontlliw', 516913900, -40105600, 0),
(133098, 4159, 229, 'Pontnewynydd', 517098300, -30516100, 0),
(133099, 4050, 229, 'Pontrhydfendigaid', 522825800, -38630000, 0),
(133100, 4034, 229, 'Pontyates', 517518200, -42171800, 0),
(133101, 4034, 229, 'Pontyberem', 517782600, -41689000, 0),
(133102, 4026, 229, 'Pontycymer', 516111800, -35842100, 0),
(133103, 4030, 229, 'Pontywaun', 516250900, -31275200, 0),
(133104, 4122, 229, 'Portfield Gate', 517991700, -50166700, 0),
(133105, 4034, 229, 'Porth-y-rhyd', 520166700, -38833300, 0),
(133106, 4161, 229, 'Porthkerry', 513915700, -33170300, 0),
(133107, 4080, 229, 'Porthmadog', 529292400, -41313700, 0),
(133108, 4034, 229, 'Porthyrhyd', 518224500, -41496200, 0),
(133109, 4104, 229, 'Portskewett', 515917200, -27172400, 0),
(133110, 4034, 229, 'Pwll', 516891700, -42036100, 0),
(133111, 4144, 229, 'Redwick', 515527800, -28500000, 0),
(133112, 4106, 229, 'Resolven', 517119300, -36974500, 0),
(133113, 4042, 229, 'Reynoldston', 515893200, -41936700, 0),
(133114, 4055, 229, 'Rhewl', 531333300, -33333300, 0),
(133115, 4080, 229, 'Rhiw', 528203800, -46330700, 0),
(133116, 4122, 229, 'Rhos-hill', 520299900, -46387000, 0),
(133117, 4047, 229, 'Rhos-on-Sea', 533000000, -37500000, 0),
(133118, 4002, 229, 'Rhoscolyn', 532501400, -45979300, 0),
(133119, 4050, 229, 'Rhyd Lewis', 521000000, -44000000, 0),
(133120, 4050, 229, 'Rhyd Owen', 520833300, -42833300, 0),
(133121, 4034, 229, 'Rhyd-cymmerau', 520166700, -40666700, 0),
(133122, 4050, 229, 'Rhyd-y-felin', 523833300, -40666700, 0),
(133123, 4034, 229, 'Rhydargaeau', 519130600, -42730600, 0),
(133124, 4122, 229, 'Robeston Wathen', 518067900, -47811000, 0),
(133125, 4108, 229, 'Rogerstone', 515918200, -30600900, 0),
(133126, 4104, 229, 'Rogiet', 515885400, -27786800, 0),
(133127, 4122, 229, 'Rosemarket', 517371700, -49666400, 0),
(133128, 4030, 229, 'Rudry', 515795100, -31734100, 0),
(133129, 4161, 229, 'Saint Andrews Major', 514341700, -32377800, 0),
(133130, 4161, 229, 'Saint Brides Major', 514616700, -35916700, 0),
(133131, 4108, 229, 'Saint Brides Wentlooge', 515338900, -30175000, 0),
(133132, 4034, 229, 'Saint Clears', 518198900, -44978300, 0),
(133133, 4161, 229, 'Saint Donats', 514044400, -35280600, 0),
(133134, 4122, 229, 'Saint Florence', 516758300, -47747200, 0),
(133135, 4161, 229, 'Saint Mary Church', 514330600, -34366700, 0),
(133136, 4122, 229, 'Saint Petrox', 516405600, -49344400, 0),
(133137, 4080, 229, 'Sarn', 515405600, -35786100, 0),
(133138, 4122, 229, 'Scleddau', 519683300, -49933300, 0),
(133139, 4030, 229, 'Senghenydd', 516081800, -32769400, 0),
(133140, 4104, 229, 'Shirenewton', 516391400, -27536800, 0),
(133141, 4050, 229, 'Silian', 521407900, -40917700, 0),
(133142, 4122, 229, 'Simpson Cross', 518327800, -50619400, 0),
(133143, 4026, 229, 'South Cornelly', 515111300, -37035200, 0),
(133145, 4122, 229, 'Square and Compass', 519372900, -51327600, 0),
(133146, 4122, 229, 'Steynton', 517291700, -50172200, 0),
(133147, 4106, 229, 'Taibach', 515833300, -37666700, 0),
(133148, 4047, 229, 'Tal-y-Cafn', 532166700, -38166700, 0),
(133149, 4139, 229, 'Talgarth', 519958800, -32320500, 0),
(133150, 4034, 229, 'Talog', 519014500, -44273400, 0),
(133151, 4080, 229, 'Talsarnau', 529034400, -40649200, 0),
(133152, 4050, 229, 'Talybont', 519000000, -32833300, 0),
(133153, 4122, 229, 'Thomas Chapel', 517433300, -47436100, 0),
(133154, 4037, 229, 'Threapwood', 530000000, -28333300, 0),
(133155, 4042, 229, 'Three Crosses', 516286500, -40626300, 0),
(133156, 4122, 229, 'Tiers Cross', 517558400, -50351100, 0),
(133157, 4104, 229, 'Tintern', 516967700, -26814200, 0),
(133158, 4030, 229, 'Tirphil', 517211800, -32462400, 0),
(133159, 4026, 229, 'Tondu', 515487900, -35958900, 0),
(133160, 4080, 229, 'Trawsfynydd', 529021200, -39228900, 0),
(133161, 4050, 229, 'Tre-Taliesin', 525039700, -39790800, 0),
(133162, 4050, 229, 'Tre-groes', 520666700, -43166700, 0),
(133163, 4104, 229, 'Tredunnock', 516485800, -28984900, 0),
(133164, 4139, 229, 'Trefeglwys', 525035200, -35191000, 0),
(133165, 4122, 229, 'Treffgarne', 518741600, -49698400, 0),
(133166, 4122, 229, 'Treffynnon', 519147200, -51269400, 0),
(133167, 4050, 229, 'Trefilan', 521938400, -41217700, 0),
(133168, 4047, 229, 'Trefriw', 531513800, -38257300, 0),
(133169, 4080, 229, 'Tregarth', 531901200, -40878000, 0),
(133170, 4139, 229, 'Tregynon', 525791300, -33326700, 0),
(133171, 4131, 229, 'Trehafod', 516088200, -33789100, 0),
(133172, 4131, 229, 'Treherbert', 516713900, -35297200, 0),
(133173, 4080, 229, 'Tremadoc', 529333300, -41500000, 0),
(133174, 4055, 229, 'Tremeirchion', 532448700, -33783500, 0),
(133175, 4161, 229, 'Treoes', 514954000, -35266000, 0),
(133176, 4139, 229, 'Tretower', 518844800, -31830500, 0),
(133177, 4034, 229, 'Trimsaran', 517198800, -42416800, 0),
(133178, 4050, 229, 'Troedyraur', 520813800, -44423300, 0),
(133179, 4104, 229, 'Trostrey', 517394400, -29086100, 0),
(133181, 4034, 229, 'Twyn Llanan', 519045300, -38119800, 0),
(133182, 4002, 229, 'Ty Croes', 532227100, -44757700, 0),
(133183, 4034, 229, 'Tycroes', 517780600, -40200000, 0),
(133184, 4002, 229, 'Tyn-y-Gongl', 533220000, -42324000, 0),
(133185, 4026, 229, 'Tythegston', 514963900, -36483300, 0),
(133186, 4104, 229, 'Undy', 515752600, -28145300, 0),
(133187, 4050, 229, 'Upper Borth', 524792700, -40515000, 0),
(133188, 4080, 229, 'Upper Corris', 526613400, -38565400, 0),
(133189, 4034, 229, 'Upper Tumble', 517804800, -41259700, 0),
(133190, 4122, 229, 'Uzmaston', 517922200, -49441700, 0),
(133191, 4139, 229, 'Van', 524666700, -35500000, 0),
(133192, 4159, 229, 'Varteg Hill', 517500000, -30666700, 0),
(133194, 4122, 229, 'Walwyn''s Castle', 517611100, -50825000, 0),
(133195, 4104, 229, 'Whitebrook', 517566400, -26750400, 0),
(133196, 4122, 229, 'Whitechurch', 519941700, -46961100, 0),
(133197, 4034, 229, 'Whitland', 518188900, -46152800, 0),
(133198, 4122, 229, 'Wolfsdale', 518547200, -50033300, 0),
(133199, 4104, 229, 'Wolvesnewton', 516933800, -27910400, 0),
(133200, 4104, 229, 'Wonastow', 517928000, -27659800, 0),
(133201, 4173, 229, 'Worthenbury', 530091500, -28658800, 0),
(133203, 4030, 229, 'Ynysddu', 516254600, -31855400, 0),
(133204, 4131, 229, 'Ynyswen', 516665400, -35124100, 0),
(133205, 4050, 229, 'Yspytty-Ystwyth', 523333300, -38666700, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(133206, 4161, 229, 'Ystradowen', 514905600, -34219400, 0),
(133207, 2527, 230, 'Abernant', 332902780, -871980560, 0),
(133208, 2527, 230, 'Allgood', 339656560, -863799040, 0),
(133209, 2527, 230, 'Alma', 314404800, -877264200, 0),
(133210, 2527, 230, 'Ballplay', 340587100, -858080200, 0),
(133211, 2527, 230, 'Beaverton', 339630930, -880190390, 0),
(133212, 2527, 230, 'Bellamy', 324488890, -881336110, 0),
(133213, 2527, 230, 'Bellwood', 312283410, -857616330, 0),
(133214, 2527, 230, 'Carlton', 313262750, -878374700, 0),
(133215, 2527, 230, 'Clinton', 329136110, -879925000, 0),
(133216, 2527, 230, 'Coffeeville', 317895330, -880670230, 0),
(133217, 2527, 230, 'Concord', 334676100, -870311100, 0),
(133218, 2527, 230, 'Cottonton', 321452800, -850640900, 0),
(133219, 2527, 230, 'Coy', 318891160, -873299850, 0),
(133220, 2527, 230, 'Delmar', 341700000, -876058330, 0),
(133221, 2527, 230, 'Dickinson', 317303590, -876512820, 0),
(133222, 2527, 230, 'Docena', 335586780, -869292880, 0),
(133223, 2527, 230, 'Edwardsville', 337066780, -855098380, 0),
(133224, 2527, 230, 'Elrod', 333644300, -878027290, 0),
(133225, 2527, 230, 'Estillfork', 349129800, -861954000, 0),
(133226, 2527, 230, 'Ethelsville', 333836150, -882214690, 0),
(133227, 2527, 230, 'Excel', 314272200, -873405600, 0),
(133228, 2527, 230, 'Fruitdale', 313246350, -883145280, 0),
(133229, 2527, 230, 'Glen Allen', 338848270, -877441180, 0),
(133230, 2527, 230, 'Graham', 334637950, -853372180, 0),
(133231, 2527, 230, 'Grayson Valley', 336481600, -866394300, 0),
(133232, 2527, 230, 'Green Pond', 332250000, -871263890, 0),
(133233, 2527, 230, 'Groveoak', 344380600, -860525000, 0),
(133234, 2527, 230, 'Honoraville', 318779540, -863983810, 0),
(133235, 2527, 230, 'Huxford', 312204800, -874613200, 0),
(133236, 2527, 230, 'Inverness', 320148800, -857460600, 0),
(133237, 2527, 230, 'Jones', 324753570, -868483060, 0),
(133238, 2527, 230, 'Kansas', 339017780, -875533430, 0),
(133239, 2527, 230, 'Kennedy', 336345590, -879339690, 0),
(133240, 2527, 230, 'Kent', 326188890, -859486110, 0),
(133241, 2527, 230, 'Kinsey', 312990600, -853443800, 0),
(133242, 2527, 230, 'Kinston', 312205600, -861708300, 0),
(133243, 2527, 230, 'Lapine', 319875010, -862791330, 0),
(133244, 2527, 230, 'Lenox', 313209030, -871992750, 0),
(133245, 2527, 230, 'Loachapoka', 325929000, -854803220, 0),
(133246, 2527, 230, 'Lockhart', 310113900, -863505600, 0),
(133247, 2527, 230, 'Malcolm', 312334270, -880652440, 0),
(133248, 2527, 230, 'Mexia', 313951880, -874184970, 0),
(133249, 2527, 230, 'Mignon', 331834500, -862610900, 0),
(133250, 2527, 230, 'Orrville', 323195570, -870972020, 0),
(133251, 2527, 230, 'Paint Rock', 346733200, -863167490, 0),
(133252, 2527, 230, 'Palmerdale', 337474750, -866442010, 0),
(133253, 2527, 230, 'Peterson', 332325000, -874236000, 0),
(133254, 2527, 230, 'Pine Apple', 318677800, -869875000, 0),
(133255, 2527, 230, 'Princeton', 348365150, -862284990, 0),
(133256, 2527, 230, 'Ralph', 330520950, -877689320, 0),
(133257, 2527, 230, 'Samantha', 334560300, -876695900, 0),
(133258, 2527, 230, 'Sipsey', 338220680, -870830530, 0),
(133259, 2527, 230, 'Skipperville', 315588900, -855437680, 0),
(133260, 2527, 230, 'Smoke Rise', 338917700, -868202700, 0),
(133261, 2527, 230, 'Thomaston', 322678350, -876252480, 0),
(133262, 2527, 230, 'Tibbie', 313829100, -882654890, 0),
(133263, 2527, 230, 'Trenton', 347483950, -862755270, 0),
(133264, 2527, 230, 'West End-Cobb Town', 336525000, -858742000, 0),
(133265, 2527, 230, 'Whatley', 316502380, -876280330, 0),
(133266, 2527, 230, 'Wilton', 330742790, -868752790, 0),
(133267, 2527, 230, 'Woodland', 333578420, -853466420, 0),
(133268, 2528, 230, 'Aleknagik', 593239990, -1586407380, 0),
(133269, 2528, 230, 'Allakaket', 665450650, -1527372780, 0),
(133270, 2528, 230, 'Ambler', 670834100, -1578702600, 0),
(133271, 2528, 230, 'Bear Creek', 601641700, -1493950000, 0),
(133272, 2528, 230, 'Beaver', 663597200, -1473975000, 0),
(133273, 2528, 230, 'Chignik', 562988110, -1584090510, 0),
(133274, 2528, 230, 'Circle', 658260020, -1440666250, 0),
(133275, 2528, 230, 'Clam Gulch', 601868380, -1513903650, 0),
(133276, 2528, 230, 'Coffman Cove', 560122200, -1328288900, 0),
(133277, 2528, 230, 'Eek', 602186100, -1620258300, 0),
(133278, 2528, 230, 'Holy Cross', 621980600, -1597733300, 0),
(133279, 2528, 230, 'Hooper Bay', 615311100, -1660966700, 0),
(133280, 2528, 230, 'Houston', 616302800, -1498180600, 0),
(133281, 2528, 230, 'Huslia', 655606590, -1564755700, 0),
(133282, 2528, 230, 'Hydaburg', 551598560, -1324376640, 0),
(133283, 2528, 230, 'Joint Base Elmendorf-Richardson', 612513890, -1498063890, 0),
(133284, 2528, 230, 'Kaktovik', 698774910, -1436808160, 0),
(133285, 2528, 230, 'Kalskag', 615426580, -1603312850, 0),
(133286, 2528, 230, 'Kasigluk', 608807100, -1620427700, 0),
(133287, 2528, 230, 'Kipnuk', 599375000, -1640438900, 0),
(133288, 2528, 230, 'Kivalina', 677272200, -1645391700, 0),
(133289, 2528, 230, 'Kobuk', 669175000, -1569069400, 0),
(133290, 2528, 230, 'Kongiganak', 599538900, -1628952800, 0),
(133291, 2528, 230, 'Koyuk', 651520680, -1607774660, 0),
(133292, 2528, 230, 'Manley Hot Springs', 651486900, -1508726110, 0),
(133293, 2528, 230, 'Manokotak', 588621400, -1591264420, 0),
(133294, 2528, 230, 'Meadow Lakes', 616247200, -1496011100, 0),
(133295, 2528, 230, 'Meyers Chuck', 557400000, -1322500000, 0),
(133296, 2528, 230, 'Moose Pass', 606116230, -1492486640, 0),
(133297, 2528, 230, 'Mountain Village', 620878080, -1637166890, 0),
(133298, 2528, 230, 'Napakiak', 606749410, -1617354850, 0),
(133299, 2528, 230, 'Pelican', 579583300, -1362241700, 0),
(133300, 2528, 230, 'Saint Paul Island', 571842010, -1702764000, 0),
(133301, 2528, 230, 'Savoonga', 636966700, -1704608300, 0),
(133302, 2528, 230, 'Seldovia', 594393890, -1517096970, 0),
(133303, 2528, 230, 'Skwentna', 618794400, -1512663900, 0),
(133304, 2528, 230, 'Stebbins', 634687410, -1622570420, 0),
(133305, 2528, 230, 'Stevens Village', 660224400, -1491861610, 0),
(133306, 2528, 230, 'Teller', 651784060, -1662875010, 0),
(133307, 2528, 230, 'Trapper Creek', 623080600, -1503508300, 0),
(133308, 2528, 230, 'Unalakleet', 637235100, -1605428600, 0),
(133309, 2528, 230, 'Venetie', 670111730, -1464099160, 0),
(133310, 2529, 230, 'Arivaca Junction', 317273100, -1110612000, 0),
(133311, 2529, 230, 'Big Park', 347803000, -1117626500, 0),
(133312, 2529, 230, 'Casa Blanca', 331203300, -1118881900, 0),
(133313, 2529, 230, 'Cordes Lakes', 343078100, -1121034900, 0),
(133314, 2529, 230, 'Dennehotso', 367402700, -1098536310, 0),
(133315, 2529, 230, 'Dilkon', 353852900, -1103206800, 0),
(133316, 2529, 230, 'East Sahuarita', 319428600, -1109284200, 0),
(133317, 2529, 230, 'Forest Lakes', 346262840, -1111090790, 0),
(133318, 2529, 230, 'Fort Apache', 337905560, -1099880560, 0),
(133319, 2529, 230, 'Gadsden', 325511450, -1147754000, 0),
(133320, 2529, 230, 'Gray Mountain', 357458330, -1114727780, 0),
(133321, 2529, 230, 'Kachina Village', 350969600, -1116926600, 0),
(133322, 2529, 230, 'Lake of the Woods', 341639300, -1099895500, 0),
(133323, 2529, 230, 'Linden', 342850400, -1101570600, 0),
(133324, 2529, 230, 'Marble Canyon', 369229880, -1114491770, 0),
(133325, 2529, 230, 'McNary', 339838890, -1097463890, 0),
(133326, 2529, 230, 'Nazlini', 359147200, -1094641700, 0),
(133327, 2529, 230, 'Oatman', 350263890, -1143827780, 0),
(133328, 2529, 230, 'Petrified Forest National Park', 347935470, -1098777070, 0),
(133329, 2529, 230, 'Picacho', 327143360, -1115021760, 0),
(133330, 2529, 230, 'Polacca', 359649240, -1104310030, 0),
(133331, 2529, 230, 'Pomerene', 321787010, -1102588970, 0),
(133332, 2529, 230, 'Red Valley', 367517180, -1093647400, 0),
(133333, 2529, 230, 'Sasabe', 314895700, -1115422900, 0),
(133334, 2529, 230, 'Tacna', 326958300, -1139630600, 0),
(133335, 2529, 230, 'Tumacacori', 316134000, -1109595000, 0),
(133336, 2529, 230, 'Valley Farms', 329827140, -1114428600, 0),
(133337, 2529, 230, 'White Mountain Lake', 343486500, -1099978900, 0),
(133338, 2529, 230, 'Willow Beach', 359047700, -1145923400, 0),
(133339, 2529, 230, 'Woodruff', 347813890, -1100427780, 0),
(133340, 2529, 230, 'Yucca', 348722200, -1141494400, 0),
(133341, 2530, 230, 'Alicia', 361250550, -909260270, 0),
(133342, 2530, 230, 'Amagon', 355532760, -910794980, 0),
(133343, 2530, 230, 'Barton', 344945730, -907118870, 0),
(133344, 2530, 230, 'Beaver', 363849100, -936204850, 0),
(133345, 2530, 230, 'Beech Grove', 362044230, -906217150, 0),
(133346, 2530, 230, 'Beedeville', 354288890, -911097220, 0),
(133347, 2530, 230, 'Ben Lomond', 338350600, -941198200, 0),
(133348, 2530, 230, 'Big Flat', 360329270, -923589470, 0),
(133349, 2530, 230, 'Boles', 347142340, -940255890, 0),
(133350, 2530, 230, 'Briggsville', 349463890, -934052780, 0),
(133351, 2530, 230, 'Buckner', 333690510, -934433410, 0),
(133352, 2530, 230, 'Burdette', 358160310, -899391450, 0),
(133353, 2530, 230, 'Caraway', 357581300, -903223200, 0),
(133354, 2530, 230, 'Cash', 358388850, -909540150, 0),
(133355, 2530, 230, 'Cecil', 354386300, -939446600, 0),
(133356, 2530, 230, 'Centerville', 351670670, -932253130, 0),
(133357, 2530, 230, 'Chester', 357044410, -942378760, 0),
(133358, 2530, 230, 'Columbus', 337522340, -938209430, 0),
(133359, 2530, 230, 'Combs', 358465720, -938191700, 0),
(133360, 2530, 230, 'Crawfordsville', 352075800, -903439800, 0),
(133361, 2530, 230, 'Delight', 340573390, -935327780, 0),
(133362, 2530, 230, 'Dell', 358561560, -900421420, 0),
(133363, 2530, 230, 'Diamond City', 364644440, -929200000, 0),
(133364, 2530, 230, 'Dyer', 354997500, -941887980, 0),
(133365, 2530, 230, 'Dyess', 355955350, -902169380, 0),
(133366, 2530, 230, 'Emmet', 336704710, -934005300, 0),
(133367, 2530, 230, 'Fisher', 355110980, -909308230, 0),
(133368, 2530, 230, 'Floral', 355872200, -917572200, 0),
(133369, 2530, 230, 'Gamaliel', 363654150, -924633980, 0),
(133370, 2530, 230, 'Glencoe', 362923830, -917762380, 0),
(133371, 2530, 230, 'Griffithville', 351220260, -916450780, 0),
(133372, 2530, 230, 'Hartman', 354410520, -936646780, 0),
(133373, 2530, 230, 'Hasty', 360149870, -930439030, 0),
(133374, 2530, 230, 'Hattieville', 352897800, -927840000, 0),
(133375, 2530, 230, 'Helena-West Helena', 345291000, -905900000, 0),
(133376, 2530, 230, 'Heth', 350671200, -904522800, 0),
(133377, 2530, 230, 'Hiwasse', 364767810, -943293070, 0),
(133378, 2530, 230, 'Huttig', 330568500, -921825100, 0),
(133379, 2530, 230, 'Jefferson', 343854390, -921691700, 0),
(133380, 2530, 230, 'Lafe', 362100000, -905122200, 0),
(133381, 2530, 230, 'Marcella', 357499640, -919435760, 0),
(133382, 2530, 230, 'McAlmont', 348084200, -921818100, 0),
(133383, 2530, 230, 'McNeil', 333862940, -931961800, 0),
(133384, 2530, 230, 'Minturn', 359698560, -910255230, 0),
(133385, 2530, 230, 'Moro', 347667170, -907647020, 0),
(133386, 2530, 230, 'Mount Judea', 359200000, -930600000, 0),
(133387, 2530, 230, 'Newhope', 342206120, -938534410, 0),
(133388, 2530, 230, 'O''Kean', 361831250, -908322600, 0),
(133389, 2530, 230, 'Oak Grove', 364597290, -934320410, 0),
(133390, 2530, 230, 'Ogden', 335972700, -939717540, 0),
(133391, 2530, 230, 'Oil Trough', 356094310, -914383550, 0),
(133392, 2530, 230, 'Ozan', 338787130, -937411860, 0),
(133393, 2530, 230, 'Patterson', 352566000, -912349800, 0),
(133394, 2530, 230, 'Peach Orchard', 362802420, -906645300, 0),
(133395, 2530, 230, 'Peel', 364189690, -927674080, 0),
(133396, 2530, 230, 'Pelsor', 357208300, -930961100, 0),
(133397, 2530, 230, 'Perry', 350378410, -927933850, 0),
(133398, 2530, 230, 'Pineville', 361741940, -920927370, 0),
(133399, 2530, 230, 'Plainview', 349875140, -932979090, 0),
(133400, 2530, 230, 'Pollard', 364427500, -902696800, 0),
(133401, 2530, 230, 'Poplar Grove', 345390500, -908797260, 0),
(133402, 2530, 230, 'Portland', 332393540, -915162020, 0),
(133403, 2530, 230, 'Powhatan', 360541820, -911486260, 0),
(133404, 2530, 230, 'Prim', 356921950, -921434360, 0),
(133405, 2530, 230, 'Ravenden Springs', 363616300, -912430230, 0),
(133406, 2530, 230, 'Reyno', 363607740, -907579430, 0),
(133407, 2530, 230, 'Rosston', 335698820, -932905320, 0),
(133408, 2530, 230, 'Rover', 349354670, -934051270, 0),
(133409, 2530, 230, 'Sage', 360413220, -918200560, 0),
(133410, 2530, 230, 'Saint Charles', 343369800, -911818200, 0),
(133411, 2530, 230, 'Saint Francis', 364557240, -901431110, 0),
(133412, 2530, 230, 'Saint Paul', 358568220, -937226460, 0),
(133413, 2530, 230, 'Saratoga', 337711300, -938838690, 0),
(133414, 2530, 230, 'Sidney', 359847560, -916375700, 0),
(133415, 2530, 230, 'Solgohachia', 352721660, -926763640, 0),
(133416, 2530, 230, 'Story', 346776260, -935603040, 0),
(133417, 2530, 230, 'Traskwood', 344477720, -926554010, 0),
(133418, 2530, 230, 'Ulm', 345756000, -915325200, 0),
(133419, 2530, 230, 'Valley Springs', 361441630, -929807540, 0),
(133420, 2530, 230, 'Wabbaseka', 343605720, -917948180, 0),
(133421, 2530, 230, 'Walcott', 360429500, -906709200, 0),
(133422, 2530, 230, 'West Crossett', 331409600, -919940200, 0),
(133423, 2530, 230, 'West Point', 352042810, -916103500, 0),
(133424, 2530, 230, 'Western Grove', 360412850, -929865480, 0),
(133425, 2530, 230, 'Wilburn', 354457720, -919025660, 0),
(133426, 2530, 230, 'Winthrop', 338308300, -943544400, 0),
(133427, 2530, 230, 'Wooster', 351933870, -924664360, 0),
(133428, 2531, 230, 'Amboy', 346332000, -1157536800, 0),
(133429, 2531, 230, 'Annapolis', 386931820, -1233290780, 0),
(133430, 2531, 230, 'Badger', 365854030, -1190159440, 0),
(133431, 2531, 230, 'Bayview', 380070200, -1223187800, 0),
(133432, 2531, 230, 'Beckwourth', 398202000, -1203777000, 0),
(133433, 2531, 230, 'Bieber', 411224420, -1211380870, 0),
(133434, 2531, 230, 'Big Bar', 409149600, -1232574500, 0),
(133435, 2531, 230, 'Big Oak Flat', 378223520, -1202142890, 0),
(133436, 2531, 230, 'Bret Harte', 376020700, -1210051900, 0),
(133437, 2531, 230, 'Bridgeville', 404674800, -1236934200, 0),
(133438, 2531, 230, 'Caliente', 352911100, -1186277800, 0),
(133439, 2531, 230, 'Canyon Dam', 402085200, -1211554800, 0),
(133440, 2531, 230, 'Chilcoot', 398140100, -1202125200, 0),
(133441, 2531, 230, 'Courtland', 383166550, -1215572760, 0),
(133442, 2531, 230, 'Cressey', 373981610, -1206172240, 0),
(133443, 2531, 230, 'Cutten', 407698500, -1241428400, 0),
(133444, 2531, 230, 'Eagleville', 413163000, -1201147200, 0),
(133445, 2531, 230, 'Emigrant Gap', 392969400, -1206727800, 0),
(133446, 2531, 230, 'Farmington', 379101960, -1209802040, 0),
(133447, 2531, 230, 'Fawnskin', 342674110, -1169471850, 0),
(133448, 2531, 230, 'Finley', 390059830, -1228707910, 0),
(133449, 2531, 230, 'Fish Camp', 374797030, -1196382120, 0),
(133450, 2531, 230, 'Forbestown', 394842990, -1212846340, 0),
(133451, 2531, 230, 'Forest Meadows', 381679800, -1204054800, 0),
(133452, 2531, 230, 'French Gulch', 407341490, -1226209320, 0),
(133453, 2531, 230, 'Glenhaven', 390325500, -1227409710, 0),
(133454, 2531, 230, 'Glennville', 357288900, -1187036100, 0),
(133455, 2531, 230, 'Green Valley Lake', 342412810, -1170742340, 0),
(133456, 2531, 230, 'Helm', 365746870, -1200812490, 0),
(133457, 2531, 230, 'Home Garden', 363032800, -1196362400, 0),
(133458, 2531, 230, 'Hood', 383670730, -1215201240, 0),
(133459, 2531, 230, 'Idyllwild-Pine Cove', 337442900, -1167258700, 0),
(133460, 2531, 230, 'Kirkwood', 386914400, -1200788700, 0),
(133461, 2531, 230, 'Korbel', 407747600, -1238844760, 0),
(133462, 2531, 230, 'Kyburz', 387562000, -1202016000, 0),
(133463, 2531, 230, 'Lake City', 417184520, -1201907110, 0),
(133464, 2531, 230, 'Lewiston', 407073700, -1228075200, 0),
(133465, 2531, 230, 'Likely', 412305000, -1205029800, 0),
(133466, 2531, 230, 'London', 364760600, -1194431800, 0),
(133467, 2531, 230, 'Mad River', 405012280, -1235513210, 0),
(133468, 2531, 230, 'Madera Acres', 370191100, -1200668300, 0),
(133469, 2531, 230, 'Madison', 386803120, -1219690960, 0),
(133470, 2531, 230, 'Martell', 383669440, -1207950000, 0),
(133471, 2531, 230, 'Meadow Valley', 399389920, -1210641370, 0),
(133472, 2531, 230, 'Meiners Oaks', 344469400, -1192792800, 0),
(133473, 2531, 230, 'Mineral', 403606830, -1215630440, 0),
(133474, 2531, 230, 'Mono Vista', 379977000, -1202699100, 0),
(133475, 2531, 230, 'Nipton', 354666700, -1152722200, 0),
(133476, 2531, 230, 'Nubieber', 409547730, -1211161000, 0),
(133477, 2531, 230, 'Orleans', 412883050, -1235514140, 0),
(133478, 2531, 230, 'Pajaro', 369041200, -1217485600, 0),
(133479, 2531, 230, 'Paskenta', 399289630, -1225320000, 0),
(133480, 2531, 230, 'Piercy', 399472960, -1237488200, 0),
(133481, 2531, 230, 'Pine Hills', 407331800, -1241522800, 0),
(133482, 2531, 230, 'Pioneertown', 341850730, -1165166520, 0),
(133483, 2531, 230, 'Rackerby', 394360630, -1213287220, 0),
(133484, 2531, 230, 'Rancho Calaveras', 381275000, -1208583300, 0),
(133485, 2531, 230, 'Randsburg', 353733010, -1176641350, 0),
(133486, 2531, 230, 'Ravendale', 408300260, -1202746210, 0),
(133487, 2531, 230, 'Red Mountain', 353535350, -1176248510, 0),
(133488, 2531, 230, 'Redcrest', 403913450, -1239201190, 0),
(133489, 2531, 230, 'Salyer', 408859180, -1235406610, 0),
(133490, 2531, 230, 'San Lucas', 361278400, -1210196500, 0),
(133491, 2531, 230, 'Sea Ranch', 387151900, -1234544500, 0),
(133492, 2531, 230, 'Sheep Ranch', 382184350, -1204621760, 0),
(133493, 2531, 230, 'Somes Bar', 414334450, -1234861590, 0),
(133494, 2531, 230, 'South Dos Palos', 369643900, -1206532400, 0),
(133495, 2531, 230, 'South Oroville', 394965500, -1215521900, 0),
(133496, 2531, 230, 'Taylorsville', 400583400, -1207105200, 0),
(133497, 2531, 230, 'Thornton', 382260300, -1214246700, 0),
(133498, 2531, 230, 'Topaz', 386366950, -1195490010, 0),
(133499, 2531, 230, 'Vidal', 341919570, -1145539570, 0),
(133500, 2531, 230, 'Volcano', 384755710, -1206036770, 0),
(133501, 2531, 230, 'West Bishop', 373610400, -1184551100, 0),
(133502, 2531, 230, 'Witter Springs', 391848710, -1229631470, 0),
(133503, 2531, 230, 'Yettem', 364820960, -1192240910, 0),
(133504, 2532, 230, 'Arboles', 370258990, -1074866170, 0),
(133505, 2532, 230, 'Arlington', 383873450, -1033678400, 0),
(133506, 2532, 230, 'Boncarbo', 372166500, -1046968100, 0),
(133507, 2532, 230, 'Cahone', 376949730, -1087564030, 0),
(133508, 2532, 230, 'Chama', 371702800, -1053922200, 0),
(133509, 2532, 230, 'Cimarron', 383201090, -1074576330, 0),
(133510, 2532, 230, 'Coal Creek', 399063800, -1053774900, 0),
(133511, 2532, 230, 'Glade Park', 389952000, -1087396200, 0),
(133512, 2532, 230, 'Guffey', 387774930, -1055087610, 0),
(133513, 2532, 230, 'Hillrose', 403321880, -1035130860, 0),
(133514, 2532, 230, 'Kim', 373065730, -1033856010, 0),
(133515, 2532, 230, 'Kirk', 396677740, -1024180450, 0),
(133516, 2532, 230, 'Lazear', 387801510, -1077817830, 0),
(133517, 2532, 230, 'Leadville North', 392576000, -1063013800, 0),
(133518, 2532, 230, 'Maybell', 405320800, -1081437340, 0),
(133519, 2532, 230, 'Moffat', 379988900, -1059061100, 0),
(133520, 2532, 230, 'Molina', 391891670, -1080597220, 0),
(133521, 2532, 230, 'Orchard City', 388283200, -1079709000, 0),
(133522, 2532, 230, 'Parshall', 399412120, -1061539140, 0),
(133523, 2532, 230, 'Pritchett', 372373180, -1031641730, 0),
(133524, 2532, 230, 'Ramah', 390873260, -1040832530, 0),
(133525, 2532, 230, 'Rand', 404675590, -1061844220, 0),
(133526, 2532, 230, 'Redvale', 381878950, -1084271330, 0),
(133527, 2532, 230, 'Rollinsville', 398776340, -1054829470, 0),
(133528, 2532, 230, 'Romeo', 371727950, -1059841080, 0),
(133529, 2532, 230, 'Sanford', 372684520, -1058478890, 0),
(133530, 2532, 230, 'Seibert', 392853710, -1028873770, 0),
(133531, 2532, 230, 'Shawnee', 394344700, -1055838160, 0),
(133532, 2532, 230, 'Silver Plume', 396952660, -1057345020, 0),
(133533, 2532, 230, 'Vernon', 399284280, -1023584830, 0),
(133534, 2532, 230, 'West Pleasant View', 397325600, -1051785200, 0),
(133535, 2532, 230, 'Wetmore', 381766980, -1051061400, 0),
(133536, 2533, 230, 'Botsford', 413624300, -732125890, 0),
(133537, 2533, 230, 'Byram', 410042600, -736537400, 0),
(133538, 2533, 230, 'Central Waterford', 413450400, -721294800, 0),
(133539, 2533, 230, 'Grosvenor Dale', 419703460, -718943500, 0),
(133540, 2533, 230, 'Hanover', 416434690, -720658150, 0),
(133541, 2533, 230, 'Long Hill', 413539900, -720523000, 0),
(133542, 2533, 230, 'Middle Haddam', 415546810, -725542830, 0),
(133543, 2533, 230, 'Noank', 413278800, -719906300, 0),
(133544, 2533, 230, 'North Westchester', 415871170, -723986130, 0),
(133545, 2533, 230, 'Old Mystic', 413914900, -719617400, 0),
(133546, 2533, 230, 'Plainfield Village', 416768600, -719248900, 0),
(133547, 2533, 230, 'Poquonock', 419047220, -726791670, 0),
(133548, 2533, 230, 'Quinebaug', 420237100, -719498000, 0),
(133549, 2533, 230, 'Redding Center', 413236880, -733711050, 0),
(133550, 2533, 230, 'Sherwood Manor', 420134300, -725642500, 0),
(133551, 2533, 230, 'South Britain', 414714790, -732529840, 0),
(133552, 2533, 230, 'South Lyme', 412930720, -722574450, 0),
(133553, 2533, 230, 'West Granby', 419580000, -728640600, 0),
(133554, 2533, 230, 'West Mystic', 413505560, -719825000, 0),
(133555, 2533, 230, 'Winchester Center', 419001000, -731348300, 0),
(133556, 2533, 230, 'Woodstock Valley', 419318280, -721045260, 0),
(133557, 2534, 230, 'Bethel', 385674640, -756247800, 0),
(133558, 2534, 230, 'Blades', 386356700, -756099300, 0),
(133559, 2534, 230, 'Dover Base Housing', 391176300, -754839300, 0),
(133560, 2534, 230, 'Kent Acres', 391317800, -755249200, 0),
(133561, 2534, 230, 'Long Neck', 386201100, -751507400, 0),
(133562, 2534, 230, 'North Star', 397612200, -757191000, 0),
(133563, 2534, 230, 'Pike Creek Valley', 397362200, -756982700, 0),
(133564, 2534, 230, 'Rising Sun-Lebanon', 390997700, -755048800, 0),
(133565, 2536, 230, 'Bascom', 309576470, -850823600, 0),
(133566, 2536, 230, 'Belle Glade Camp', 266575700, -806828400, 0),
(133567, 2536, 230, 'Bostwick', 297738890, -816372220, 0),
(133568, 2536, 230, 'Crooked Lake Park', 278291900, -815839700, 0),
(133569, 2536, 230, 'Crystal Lake', 280355800, -819084100, 0),
(133570, 2536, 230, 'Cypress', 307130560, -850738890, 0),
(133571, 2536, 230, 'Cypress Lakes', 267278400, -801228200, 0),
(133572, 2536, 230, 'Day', 301887610, -832898040, 0),
(133573, 2536, 230, 'Earleton', 297592800, -821222100, 0),
(133574, 2536, 230, 'East Bronson', 294592800, -825904000, 0),
(133575, 2536, 230, 'East Milton', 306151900, -870216300, 0),
(133576, 2536, 230, 'Eastlake Weir', 290200000, -819083330, 0),
(133577, 2536, 230, 'Fort Myers Shores', 267092400, -817459200, 0),
(133578, 2536, 230, 'Fort Ogden', 270869440, -819525000, 0),
(133579, 2536, 230, 'Glencoe', 290258200, -809720000, 0),
(133580, 2536, 230, 'Graham', 299684660, -821233760, 0),
(133581, 2536, 230, 'Grandin', 297275000, -819186110, 0),
(133582, 2536, 230, 'Grove City', 269142300, -823270400, 0),
(133583, 2536, 230, 'Harlem', 267375700, -809509000, 0),
(133584, 2536, 230, 'Highland City', 279653000, -818778600, 0),
(133585, 2536, 230, 'Hollister', 296225000, -818138890, 0),
(133586, 2536, 230, 'Homeland', 278187550, -818277580, 0),
(133587, 2536, 230, 'Howie In The Hills', 287169400, -817734100, 0),
(133588, 2536, 230, 'Hutchinson Island South', 272994900, -802204500, 0),
(133589, 2536, 230, 'Inverness Highlands South', 288005500, -823371000, 0),
(133590, 2536, 230, 'Inwood', 280369700, -817650800, 0),
(133591, 2536, 230, 'Kensington Park', 273594900, -824964900, 0),
(133592, 2536, 230, 'La Crosse', 298456800, -824050200, 0),
(133593, 2536, 230, 'Lake Mack-Forest Hills', 290007400, -814239700, 0),
(133594, 2536, 230, 'Lanark Village', 298805500, -845961900, 0),
(133595, 2536, 230, 'Lorida', 274257520, -812248150, 0),
(133596, 2536, 230, 'Mossy Head', 307430560, -863150000, 0),
(133597, 2536, 230, 'Nichols', 278688830, -818081030, 0),
(133598, 2536, 230, 'Noma', 309812720, -856174480, 0),
(133599, 2536, 230, 'Paxton', 309758660, -863126580, 0),
(133600, 2536, 230, 'Penney Farms', 299824300, -818071000, 0),
(133601, 2536, 230, 'Pineland', 266591030, -821439940, 0),
(133602, 2536, 230, 'Port LaBelle', 267564500, -814050800, 0),
(133603, 2536, 230, 'Pretty Bayou', 301965900, -856966000, 0),
(133604, 2536, 230, 'Scottsmoor', 287658630, -808712920, 0),
(133605, 2536, 230, 'Sewall''s Point', 271994900, -802022700, 0),
(133606, 2536, 230, 'Shady Grove', 302877780, -836319440, 0),
(133607, 2536, 230, 'Sharpes', 284322300, -807600500, 0),
(133608, 2536, 230, 'Sparr', 293404860, -820936990, 0),
(133609, 2536, 230, 'Suncoast Estates', 267117400, -818689700, 0),
(133610, 2536, 230, 'Telogia', 303505560, -848191670, 0),
(133611, 2536, 230, 'Tiger Point', 303785300, -870555200, 0),
(133612, 2536, 230, 'Wahneta', 279528000, -817270200, 0),
(133613, 2536, 230, 'Washington Park', 261325900, -801811600, 0),
(133614, 2536, 230, 'Watertown', 301924500, -826145700, 0),
(133615, 2536, 230, 'Wausau', 306324770, -855866620, 0),
(133616, 2536, 230, 'Wekiwa Springs', 286986100, -814256300, 0),
(133617, 2536, 230, 'West DeLand', 290158200, -813331200, 0),
(133618, 2536, 230, 'West Little River', 258570400, -802369900, 0),
(133619, 2536, 230, 'West Samoset', 274694800, -825567600, 0),
(133620, 2536, 230, 'Westville', 307702900, -858546210, 0),
(133621, 2536, 230, 'Winter Beach', 277192000, -804206100, 0),
(133622, 2536, 230, 'Woodville', 303140900, -842474000, 0),
(133623, 2536, 230, 'Worthington Springs', 299312230, -824243030, 0),
(133624, 2537, 230, 'Adrian', 325317910, -825935140, 0),
(133625, 2537, 230, 'Barney', 310038520, -835178250, 0),
(133626, 2537, 230, 'Bolingbroke', 330861390, -839194050, 0),
(133627, 2537, 230, 'Boneville', 335278530, -825144480, 0),
(133628, 2537, 230, 'Danville', 326045080, -832481090, 0),
(133629, 2537, 230, 'Deenwood', 312218800, -823854100, 0),
(133630, 2537, 230, 'Denton', 317838100, -826580350, 0),
(133631, 2537, 230, 'Dixie', 307455030, -836784710, 0),
(133632, 2537, 230, 'Du Pont', 309483510, -828813360, 0),
(133633, 2537, 230, 'Fargo', 307889230, -826078570, 0),
(133634, 2537, 230, 'Felton', 338841010, -852195580, 0),
(133635, 2537, 230, 'Garfield', 325987150, -820735960, 0),
(133636, 2537, 230, 'Hannahs Mill', 329329100, -843493600, 0),
(133637, 2537, 230, 'Harrison', 328767210, -827441350, 0),
(133638, 2537, 230, 'Hartsfield', 312138530, -839714010, 0),
(133639, 2537, 230, 'High Shoals', 338204010, -835025470, 0),
(133640, 2537, 230, 'Hillsboro', 331768860, -837082010, 0),
(133641, 2537, 230, 'Howard', 325973810, -842476950, 0),
(133642, 2537, 230, 'Iron City', 309823340, -847860980, 0),
(133643, 2537, 230, 'Meldrim', 321430200, -813780000, 0),
(133644, 2537, 230, 'Mesena', 334597220, -825902780, 0),
(133645, 2537, 230, 'Midville', 328957900, -821974520, 0),
(133646, 2537, 230, 'Mitchell', 331877900, -826703200, 0),
(133647, 2537, 230, 'Montrose', 325641140, -831597110, 0),
(133648, 2537, 230, 'Morris', 318156510, -850372440, 0),
(133649, 2537, 230, 'Naylor', 310422400, -830778230, 0),
(133650, 2537, 230, 'Norristown', 325066200, -824944200, 0),
(133651, 2537, 230, 'Oconee', 328686040, -828764340, 0),
(133652, 2537, 230, 'Offerman', 314094000, -821119200, 0),
(133653, 2537, 230, 'Parrott', 318940010, -845068180, 0),
(133654, 2537, 230, 'Perkins', 328109960, -819396610, 0),
(133655, 2537, 230, 'Pinehurst', 321933220, -837596830, 0),
(133656, 2537, 230, 'Pulaski', 323908040, -819563280, 0),
(133657, 2537, 230, 'Rhine', 320083250, -831991990, 0),
(133658, 2537, 230, 'Rockledge', 323666900, -827465400, 0),
(133659, 2537, 230, 'Rocky Ford', 326566820, -817418960, 0),
(133660, 2537, 230, 'Rupert', 324265730, -842892740, 0),
(133661, 2537, 230, 'Saint Simons', 311352300, -813901000, 0),
(133662, 2537, 230, 'Sasser', 317155250, -843478140, 0),
(133663, 2537, 230, 'Siloam', 335317540, -830803080, 0),
(133664, 2537, 230, 'Toomsboro', 328456600, -830965700, 0),
(133665, 2537, 230, 'Turnerville', 346892470, -835252210, 0),
(133666, 2537, 230, 'Weston', 319613990, -845679190, 0),
(133667, 2538, 230, 'Hakalau', 198804000, -1551499200, 0),
(133668, 2538, 230, 'Halawa Heights', 213816700, -1579183300, 0),
(133669, 2538, 230, 'Hanama''ulu', 219931900, -1593541600, 0),
(133670, 2538, 230, 'Hawi', 202413900, -1558327800, 0),
(133671, 2538, 230, 'Ka''anapali', 209316700, -1566972200, 0),
(133672, 2538, 230, 'Kahaluu-Keauhou', 195718100, -1559617200, 0),
(133673, 2538, 230, 'Kalaupapa', 211789860, -1569763950, 0),
(133674, 2538, 230, 'Makaha', 214694400, -1582175000, 0),
(133675, 2538, 230, 'Makaha Valley', 214822200, -1582038900, 0),
(133676, 2538, 230, 'Makakilo', 213523700, -1580865500, 0),
(133677, 2538, 230, 'Maunaloa', 211362000, -1572130200, 0),
(133678, 2538, 230, 'Ninole', 199312600, -1551615100, 0),
(133679, 2538, 230, 'Punalu''u', 215738900, -1578786100, 0),
(133680, 2538, 230, 'Waihee-Waiehu', 209249400, -1565075800, 0),
(133681, 2539, 230, 'Banks', 441710280, -1160293970, 0),
(133682, 2539, 230, 'Basalt', 433168470, -1121640060, 0),
(133683, 2539, 230, 'Bayview', 479823540, -1165630740, 0),
(133684, 2539, 230, 'Bloomington', 421875950, -1114009070, 0),
(133685, 2539, 230, 'Castleford', 425209990, -1148706800, 0),
(133686, 2539, 230, 'Clayton', 442588900, -1143997200, 0),
(133687, 2539, 230, 'Donnelly', 447302800, -1160769400, 0),
(133688, 2539, 230, 'Dover', 482536180, -1166003230, 0),
(133689, 2539, 230, 'Fenn', 459264600, -1161227100, 0),
(133690, 2539, 230, 'Fish Haven', 420214510, -1114255410, 0),
(133691, 2539, 230, 'Greencreek', 460486110, -1163486110, 0),
(133692, 2539, 230, 'Holbrook', 422679570, -1126162070, 0),
(133693, 2539, 230, 'Kootenai', 483102000, -1165125000, 0),
(133694, 2539, 230, 'Letha', 438967880, -1166477320, 0),
(133695, 2539, 230, 'Lucile', 455353490, -1163159590, 0),
(133696, 2539, 230, 'May', 445771030, -1138116300, 0),
(133697, 2539, 230, 'Medimont', 474396270, -1165338040, 0),
(133698, 2539, 230, 'Mesa', 446705410, -1163807120, 0),
(133699, 2539, 230, 'North Fork', 453770460, -1138699230, 0),
(133700, 2539, 230, 'Notus', 437299180, -1168036780, 0),
(133701, 2539, 230, 'Oakley', 423030000, -1139962800, 0),
(133702, 2539, 230, 'Ola', 442504190, -1162991890, 0),
(133703, 2539, 230, 'Oldtown', 481787370, -1170354800, 0),
(133704, 2539, 230, 'Parker', 439571040, -1117612810, 0),
(133705, 2539, 230, 'Pingree', 431166670, -1125986100, 0),
(133706, 2539, 230, 'Silverton', 474954110, -1159556290, 0),
(133707, 2539, 230, 'Swan Valley', 434357820, -1112929910, 0),
(133708, 2539, 230, 'Swanlake', 423250300, -1119964670, 0),
(133709, 2540, 230, 'Akin', 379876800, -887521800, 0),
(133710, 2540, 230, 'Albany', 417680660, -902156960, 0),
(133711, 2540, 230, 'Allerton', 399117620, -879351510, 0),
(133712, 2540, 230, 'Alsey', 395600230, -904350330, 0),
(133713, 2540, 230, 'Alvin', 403102380, -876062650, 0),
(133714, 2540, 230, 'Ancona', 410513140, -889309150, 0),
(133715, 2540, 230, 'Ashland', 398878300, -900078900, 0),
(133716, 2540, 230, 'Barnhill', 382752160, -883890410, 0),
(133717, 2540, 230, 'Barstow', 415136170, -903725060, 0),
(133718, 2540, 230, 'Bath', 401371500, -901664550, 0),
(133719, 2540, 230, 'Beaverville', 409462700, -876711850, 0),
(133720, 2540, 230, 'Bishop Hill', 411996460, -901172430, 0),
(133721, 2540, 230, 'Bonnie', 382041700, -889055600, 0),
(133722, 2540, 230, 'Bowen', 402389730, -910852800, 0),
(133723, 2540, 230, 'Browns', 383700810, -879969970, 0),
(133724, 2540, 230, 'Bryant', 404812200, -900730800, 0),
(133725, 2540, 230, 'Burnt Prairie', 381940540, -882107830, 0),
(133726, 2540, 230, 'Butler', 392210260, -895313370, 0),
(133727, 2540, 230, 'Calhoun', 387241830, -881860690, 0),
(133728, 2540, 230, 'Camargo', 398049150, -881265670, 0),
(133729, 2540, 230, 'Cambria', 377814400, -891192500, 0),
(133730, 2540, 230, 'Campbell Hill', 379157390, -895945620, 0),
(133731, 2540, 230, 'Channel Lake', 424786300, -881375900, 0),
(133732, 2540, 230, 'Coello', 379953000, -890530200, 0),
(133733, 2540, 230, 'Compton', 417012660, -890835340, 0),
(133734, 2540, 230, 'Concord', 398275760, -903710110, 0),
(133735, 2540, 230, 'Creston', 419310310, -889634780, 0),
(133736, 2540, 230, 'Cropsey', 405949910, -885167900, 0),
(133737, 2540, 230, 'Cypress', 374520720, -892717610, 0),
(133738, 2540, 230, 'Dahinda', 409247200, -901088900, 0),
(133739, 2540, 230, 'Dale', 379970580, -885363790, 0),
(133740, 2540, 230, 'Dalton City', 397126560, -888058590, 0),
(133741, 2540, 230, 'De Land', 401214500, -886474560, 0),
(133742, 2540, 230, 'Deer Grove', 416174600, -896806680, 0),
(133743, 2540, 230, 'Donnellson', 390355480, -894762030, 0),
(133744, 2540, 230, 'Dover', 413619160, -893971060, 0),
(133745, 2540, 230, 'Dowell', 379399410, -892394480, 0),
(133746, 2540, 230, 'East Lynn', 404663900, -878000000, 0),
(133747, 2540, 230, 'Eleroy', 423393620, -897538840, 0),
(133748, 2540, 230, 'Elwin', 397788000, -889800000, 0),
(133749, 2540, 230, 'Esmond', 420265000, -889355000, 0),
(133750, 2540, 230, 'Ewing', 380900000, -888536100, 0),
(133751, 2540, 230, 'Fairmont City', 386497700, -900931600, 0),
(133752, 2540, 230, 'Fenton', 417318590, -900722590, 0),
(133753, 2540, 230, 'Ferris', 405044650, -911366570, 0),
(133754, 2540, 230, 'Fidelity', 391290850, -901942050, 0),
(133755, 2540, 230, 'Fieldon', 391080600, -905000000, 0),
(133756, 2540, 230, 'Foosland', 403594330, -884281880, 0),
(133757, 2540, 230, 'Galt', 417889350, -897608720, 0),
(133758, 2540, 230, 'Gerlaw', 409994620, -906148750, 0),
(133759, 2540, 230, 'Grand Chain', 372536100, -890202800, 0),
(133760, 2540, 230, 'Grand Ridge', 412344400, -888325000, 0),
(133761, 2540, 230, 'Grantsburg', 373821000, -887668800, 0),
(133762, 2540, 230, 'Hartsburg', 402510990, -894390020, 0),
(133763, 2540, 230, 'Hecker', 383050710, -899933340, 0),
(133764, 2540, 230, 'Hettick', 393902130, -900938630, 0),
(133765, 2540, 230, 'Hidalgo', 391196330, -881333170, 0),
(133766, 2540, 230, 'Hillcrest', 419511400, -890645400, 0),
(133767, 2540, 230, 'Hindsboro', 396853650, -881327680, 0),
(133768, 2540, 230, 'Hoffman', 385413000, -892636200, 0),
(133769, 2540, 230, 'Holiday Shores', 389219900, -899406600, 0),
(133770, 2540, 230, 'Hopkins Park', 410722490, -876147450, 0),
(133771, 2540, 230, 'Humboldt', 396041700, -883197200, 0),
(133772, 2540, 230, 'Hume', 397957670, -878686670, 0),
(133773, 2540, 230, 'Ingalls Park', 415225300, -880428300, 0),
(133774, 2540, 230, 'Ipava', 403642660, -902762350, 0),
(133775, 2540, 230, 'Iuka', 386157420, -887898290, 0),
(133776, 2540, 230, 'Janesville', 393741000, -882436200, 0),
(133777, 2540, 230, 'Johnsonville', 385264800, -885901200, 0),
(133778, 2540, 230, 'Joy', 411975240, -908787320, 0),
(133779, 2540, 230, 'Kampsville', 393224340, -906476490, 0),
(133780, 2540, 230, 'Keensburg', 383503610, -878662000, 0),
(133781, 2540, 230, 'Keyesport', 387412510, -893130440, 0),
(133782, 2540, 230, 'Kinsman', 411944420, -885581540, 0),
(133783, 2540, 230, 'La Moille', 415308110, -892810960, 0),
(133784, 2540, 230, 'La Rose', 409832030, -892352620, 0),
(133785, 2540, 230, 'Lake of the Woods', 402064200, -883686700, 0),
(133786, 2540, 230, 'Lane', 400813400, -888461100, 0),
(133787, 2540, 230, 'Lawndale', 402199630, -892879530, 0),
(133788, 2540, 230, 'Lee Center', 417485890, -892782800, 0),
(133789, 2540, 230, 'Lerna', 394177460, -882855150, 0),
(133790, 2540, 230, 'Lincolns New Salem', 400100600, -898498400, 0),
(133791, 2540, 230, 'Liverpool', 404233900, -900332000, 0),
(133792, 2540, 230, 'Long Point', 410047210, -888931870, 0),
(133793, 2540, 230, 'Maeystown', 382358270, -902231930, 0),
(133794, 2540, 230, 'Magnolia', 411224280, -892471030, 0),
(133795, 2540, 230, 'Maquon', 407979820, -901640320, 0),
(133796, 2540, 230, 'Marietta', 404975000, -903938000, 0),
(133797, 2540, 230, 'Maunie', 380350590, -880453150, 0),
(133798, 2540, 230, 'McConnell', 424392910, -897303200, 0),
(133799, 2540, 230, 'Media', 407692800, -908500200, 0),
(133800, 2540, 230, 'Melvin', 405732770, -882481380, 0),
(133801, 2540, 230, 'Mill Shoals', 380879990, -881696170, 0),
(133802, 2540, 230, 'Millbrook', 415946610, -885600160, 0),
(133803, 2540, 230, 'Milledgeville', 419633600, -897745600, 0),
(133804, 2540, 230, 'Mineral', 413813920, -898378670, 0),
(133805, 2540, 230, 'Modesto', 394787140, -899816230, 0),
(133806, 2540, 230, 'Modoc', 380371200, -900073800, 0),
(133807, 2540, 230, 'Mount Erie', 383818780, -884055490, 0),
(133808, 2540, 230, 'Nebo', 393957530, -907705840, 0),
(133809, 2540, 230, 'New Bedford', 415345320, -897542760, 0),
(133810, 2540, 230, 'New Boston', 412001400, -909916800, 0),
(133811, 2540, 230, 'New Haven', 378523870, -880976920, 0),
(133812, 2540, 230, 'Nilwood', 393871210, -897798380, 0),
(133813, 2540, 230, 'Nora', 424561100, -899450000, 0),
(133814, 2540, 230, 'Oconee', 392820100, -890827380, 0),
(133815, 2540, 230, 'Olive Branch', 371673710, -893535820, 0),
(133816, 2540, 230, 'Osco', 413680290, -902606950, 0),
(133817, 2540, 230, 'Palmer', 394795200, -894324000, 0),
(133818, 2540, 230, 'Penfield', 402721160, -880418770, 0),
(133819, 2540, 230, 'Perks', 373097220, -890808330, 0),
(133820, 2540, 230, 'Preemption', 412768550, -906097580, 0),
(133821, 2540, 230, 'Putnam', 412046590, -894402850, 0),
(133822, 2540, 230, 'Rankin', 404636820, -878963650, 0),
(133823, 2540, 230, 'Richview', 383999110, -892009950, 0),
(133824, 2540, 230, 'Ridge Farm', 398960020, -876506270, 0),
(133825, 2540, 230, 'Ridott', 423040890, -894852440, 0),
(133826, 2540, 230, 'Rockport', 395351360, -910186900, 0),
(133827, 2540, 230, 'Rutland', 409854960, -890362510, 0),
(133828, 2540, 230, 'Saint David', 404944940, -900488110, 0),
(133829, 2540, 230, 'Saint Peter', 388681460, -888639660, 0),
(133830, 2540, 230, 'Scales Mound', 424780600, -902505600, 0),
(133831, 2540, 230, 'Scheller', 381677420, -890956180, 0),
(133832, 2540, 230, 'Seaton', 411025180, -907996250, 0),
(133833, 2540, 230, 'Seatonville', 413637870, -892728870, 0),
(133834, 2540, 230, 'Serena', 414617590, -887712100, 0),
(133835, 2540, 230, 'Shirland', 424434870, -891977480, 0),
(133836, 2540, 230, 'Sigel', 392248450, -884933180, 0),
(133837, 2540, 230, 'Sims', 384104870, -885287140, 0),
(133838, 2540, 230, 'South Jacksonville', 397086600, -902281800, 0),
(133839, 2540, 230, 'Stoy', 389968370, -878334270, 0),
(133840, 2540, 230, 'Summerfield', 385964750, -897529330, 0),
(133841, 2540, 230, 'Timewell', 400172810, -908555160, 0),
(133842, 2540, 230, 'Topeka', 403721450, -899381130, 0),
(133843, 2540, 230, 'Triumph', 414994400, -890219400, 0),
(133844, 2540, 230, 'Walsh', 380204770, -898264200, 0),
(133845, 2540, 230, 'Wamac', 385089400, -891406300, 0),
(133846, 2540, 230, 'Wedron', 414361200, -887733000, 0),
(133847, 2540, 230, 'Wellington', 405396980, -876797410, 0),
(133848, 2540, 230, 'West Point', 402435000, -912516000, 0),
(133849, 2540, 230, 'West Union', 392478000, -876447000, 0),
(133850, 2540, 230, 'Wheeler', 390187760, -883113760, 0),
(133851, 2540, 230, 'Williamsfield', 408875600, -899749800, 0),
(133852, 2540, 230, 'Winslow', 424687670, -898051550, 0),
(133853, 2540, 230, 'Woodson', 396288000, -902188200, 0),
(133854, 2541, 230, 'Amo', 396999180, -865845600, 0),
(133855, 2541, 230, 'Arlington', 396548340, -855763760, 0),
(133856, 2541, 230, 'Atwood', 412608000, -859752000, 0),
(133857, 2541, 230, 'Bentonville', 397452780, -852433100, 0),
(133858, 2541, 230, 'Bethlehem', 385396960, -854235970, 0),
(133859, 2541, 230, 'Bippus', 409439900, -856191440, 0),
(133860, 2541, 230, 'Boston', 397415420, -848519780, 0),
(133861, 2541, 230, 'Bradford', 383677780, -860619440, 0),
(133862, 2541, 230, 'Brownsville', 397174490, -849610260, 0),
(133863, 2541, 230, 'Canaan', 388733700, -852691960, 0),
(133864, 2541, 230, 'Carbon', 395988900, -871075000, 0),
(133865, 2541, 230, 'Celestine', 383929710, -867362430, 0),
(133866, 2541, 230, 'Central', 380925540, -861607440, 0),
(133867, 2541, 230, 'Cortland', 389881200, -860034000, 0),
(133868, 2541, 230, 'Cross Plains', 389462060, -852209330, 0),
(133869, 2541, 230, 'Cutler', 404711940, -864740430, 0),
(133870, 2541, 230, 'Dana', 398044600, -874916190, 0),
(133871, 2541, 230, 'Deedsville', 409106900, -861010500, 0),
(133872, 2541, 230, 'Derby', 380274170, -865686620, 0),
(133873, 2541, 230, 'DuPont', 388899140, -855007400, 0),
(133874, 2541, 230, 'Dunreith', 398028670, -854371030, 0),
(133875, 2541, 230, 'East Enterprise', 388726800, -849880200, 0),
(133876, 2541, 230, 'Economy', 399668220, -850953420, 0),
(133877, 2541, 230, 'Falmouth', 397438440, -853551030, 0),
(133878, 2541, 230, 'Fish Lake', 415667100, -865519600, 0),
(133879, 2541, 230, 'Fontanet', 395419550, -873161300, 0),
(133880, 2541, 230, 'Fountain City', 399703080, -849110350, 0),
(133881, 2541, 230, 'Freedom', 392105530, -868506930, 0),
(133882, 2541, 230, 'Friendship', 391186200, -852106800, 0),
(133883, 2541, 230, 'Grantsburg', 382875870, -864724420, 0),
(133884, 2541, 230, 'Grass Creek', 410186110, -864133330, 0),
(133885, 2541, 230, 'Graysville', 391041200, -874349450, 0),
(133886, 2541, 230, 'Greensboro', 398782740, -854630310, 0),
(133887, 2541, 230, 'Harlan', 411961600, -849196900, 0),
(133888, 2541, 230, 'Harmony', 395774050, -870574370, 0),
(133889, 2541, 230, 'Henryville', 385417300, -857677400, 0),
(133890, 2541, 230, 'Hudson Lake', 417103200, -865341900, 0),
(133891, 2541, 230, 'Jonesville', 390613000, -858887500, 0),
(133892, 2541, 230, 'Kewanna', 409939430, -863980270, 0),
(133893, 2541, 230, 'Keystone', 406068170, -851920050, 0),
(133894, 2541, 230, 'Kingsbury', 415264540, -866997770, 0),
(133895, 2541, 230, 'Knightsville', 395774090, -870574410, 0),
(133896, 2541, 230, 'Lamar', 380524200, -869665200, 0),
(133897, 2541, 230, 'Leiters Ford', 411216000, -863857800, 0),
(133898, 2541, 230, 'Lewis', 392845830, -872683680, 0),
(133899, 2541, 230, 'Mackey', 382522200, -873916200, 0),
(133900, 2541, 230, 'Macy', 409687800, -861264000, 0),
(133901, 2541, 230, 'Mellott', 401638940, -871491860, 0),
(133902, 2541, 230, 'Mexico', 408238350, -861149560, 0),
(133903, 2541, 230, 'Michigantown', 403262770, -864237690, 0),
(133904, 2541, 230, 'Montezuma', 397891090, -873697730, 0),
(133905, 2541, 230, 'New Chicago', 415583700, -872744800, 0),
(133906, 2541, 230, 'New Point', 393094400, -853294400, 0),
(133907, 2541, 230, 'New Trenton', 393094200, -849004800, 0),
(133908, 2541, 230, 'Newtown', 402044210, -871478950, 0),
(133909, 2541, 230, 'Ora', 411755780, -865530550, 0),
(133910, 2541, 230, 'Patoka', 384078060, -875856400, 0),
(133911, 2541, 230, 'Patricksburg', 392488310, -869879530, 0),
(133912, 2541, 230, 'Paxton', 389635670, -873569880, 0),
(133913, 2541, 230, 'Pierceville', 391132000, -852221700, 0),
(133914, 2541, 230, 'Pimento', 392863280, -873811680, 0),
(133915, 2541, 230, 'Pleasant Mills', 407776800, -848422200, 0),
(133916, 2541, 230, 'Prairieton', 393582800, -874072750, 0),
(133917, 2541, 230, 'Princes Lakes', 393536600, -860980500, 0),
(133918, 2541, 230, 'Riley', 393892540, -873006760, 0),
(133919, 2541, 230, 'Roann', 409111100, -859236100, 0),
(133920, 2541, 230, 'Saint Anthony', 383331800, -868225980, 0),
(133921, 2541, 230, 'Sedalia', 404155200, -865147200, 0),
(133922, 2541, 230, 'Shepardsville', 395109820, -874761710, 0),
(133923, 2541, 230, 'Somerset', 406712790, -858288620, 0),
(133924, 2541, 230, 'South Milford', 415324800, -852721800, 0),
(133925, 2541, 230, 'Spurgeon', 383480690, -872221820, 0),
(133926, 2541, 230, 'Stinesville', 392990340, -866496960, 0),
(133927, 2541, 230, 'Stockwell', 402861110, -867708330, 0),
(133928, 2541, 230, 'Talbot', 405052800, -874541700, 0),
(133929, 2541, 230, 'Tefft', 411986110, -869738890, 0),
(133930, 2541, 230, 'Tunnelton', 388719430, -864569140, 0),
(133931, 2541, 230, 'Twelve Mile', 408550810, -862068120, 0),
(133932, 2541, 230, 'Tyner', 414193220, -864012670, 0),
(133933, 2541, 230, 'West College Corner', 395074200, -848631000, 0),
(133934, 2541, 230, 'West Middleton', 404394000, -862161000, 0),
(133935, 2541, 230, 'Zanesville', 409158300, -852813900, 0),
(133936, 2542, 230, 'Albion', 421200770, -930117560, 0),
(133937, 2542, 230, 'Alta Vista', 431480020, -924357650, 0),
(133938, 2542, 230, 'Alvord', 433038100, -962824300, 0),
(133939, 2542, 230, 'Andover', 419909400, -902416660, 0),
(133940, 2542, 230, 'Archer', 431152370, -957444600, 0),
(133941, 2542, 230, 'Aredale', 428347450, -930028540, 0),
(133942, 2542, 230, 'Argyle', 405643070, -915790810, 0),
(133943, 2542, 230, 'Arlington', 427690000, -916943000, 0),
(133944, 2542, 230, 'Arthur', 423357730, -953458180, 0),
(133945, 2542, 230, 'Atalissa', 415717170, -911654160, 0),
(133946, 2542, 230, 'Badger', 426011870, -941510030, 0),
(133947, 2542, 230, 'Bagley', 418200190, -944545020, 0),
(133948, 2542, 230, 'Barnum', 425075140, -943646580, 0),
(133949, 2542, 230, 'Battle Creek', 423226670, -955931330, 0),
(133950, 2542, 230, 'Beacon', 412757720, -926814170, 0),
(133951, 2542, 230, 'Bennett', 417416610, -909742740, 0),
(133952, 2542, 230, 'Benton', 407275370, -943984820, 0),
(133953, 2542, 230, 'Birmingham', 408547450, -919503890, 0),
(133954, 2542, 230, 'Blakesburg', 409621000, -926337000, 0),
(133955, 2542, 230, 'Bouton', 418505670, -940087180, 0),
(133956, 2542, 230, 'Boxholm', 421663220, -941060290, 0),
(133957, 2542, 230, 'Braddyville', 406132370, -949726450, 0),
(133958, 2542, 230, 'Brandon', 423144980, -920025160, 0),
(133959, 2542, 230, 'Bristow', 427731190, -929054140, 0),
(133960, 2542, 230, 'Burnside', 423362090, -941117290, 0),
(133961, 2542, 230, 'Burt', 431982790, -942217940, 0),
(133962, 2542, 230, 'Bussey', 412063800, -928813320, 0),
(133963, 2542, 230, 'Carpenter', 434275660, -929156030, 0),
(133964, 2542, 230, 'Castana', 420733790, -959088720, 0),
(133965, 2542, 230, 'Charlotte', 419630400, -904711300, 0),
(133966, 2542, 230, 'Chatsworth', 430113850, -964342690, 0),
(133967, 2542, 230, 'Chelsea', 419175500, -923920430, 0),
(133968, 2542, 230, 'Chester', 434647270, -924345860, 0),
(133969, 2542, 230, 'Chillicothe', 410727260, -925414070, 0),
(133970, 2542, 230, 'Clare', 425877040, -943450300, 0),
(133971, 2542, 230, 'Clio', 406814050, -934992930, 0),
(133972, 2542, 230, 'Clutier', 420788900, -924033300, 0),
(133973, 2542, 230, 'Colesburg', 426378560, -912009250, 0),
(133974, 2542, 230, 'Columbia', 411842440, -931582890, 0),
(133975, 2542, 230, 'Conroy', 417413060, -919689360, 0),
(133976, 2542, 230, 'Coulter', 427365290, -933685580, 0),
(133977, 2542, 230, 'Cromwell', 410799110, -943904050, 0),
(133978, 2542, 230, 'Davis City', 406336800, -938104800, 0),
(133979, 2542, 230, 'Dayton', 422653960, -940645670, 0),
(133980, 2542, 230, 'Defiance', 418274090, -953388420, 0),
(133981, 2542, 230, 'Derby', 409417850, -934992940, 0),
(133982, 2542, 230, 'Dewar', 425293060, -922133960, 0),
(133983, 2542, 230, 'Donahue', 417113610, -906794050, 0),
(133984, 2542, 230, 'Dorchester', 434350760, -915124330, 0),
(133985, 2542, 230, 'Dougherty', 429206160, -930416790, 0),
(133986, 2542, 230, 'Duncombe', 424694090, -939926100, 0),
(133987, 2542, 230, 'Earling', 417750000, -954186100, 0),
(133988, 2542, 230, 'Edgewood', 426471010, -914035020, 0),
(133989, 2542, 230, 'Eldon', 409183370, -922203770, 0),
(133990, 2542, 230, 'Elkport', 427411200, -912790800, 0),
(133991, 2542, 230, 'Ellston', 408506560, -940766010, 0),
(133992, 2542, 230, 'Exline', 406482800, -928441640, 0),
(133993, 2542, 230, 'Fairbank', 426391500, -920471200, 0),
(133994, 2542, 230, 'Fertile', 432649030, -934217230, 0),
(133995, 2542, 230, 'Galva', 425060720, -954168460, 0),
(133996, 2542, 230, 'Geneva', 426765730, -931313340, 0),
(133997, 2542, 230, 'Gifford', 422525330, -930596510, 0),
(133998, 2542, 230, 'Gillett Grove', 430396890, -950323550, 0),
(133999, 2542, 230, 'Grandview', 412768490, -911869880, 0),
(134000, 2542, 230, 'Gravity', 407577130, -947443190, 0),
(134001, 2542, 230, 'Guernsey', 416492500, -923430870, 0),
(134002, 2542, 230, 'Halbur', 420058940, -949737550, 0),
(134003, 2542, 230, 'Hamlin', 416452070, -949179680, 0),
(134004, 2542, 230, 'Harris', 434457530, -954324500, 0),
(134005, 2542, 230, 'Haverhill', 419308100, -929794900, 0),
(134006, 2542, 230, 'Hazleton', 426175410, -919037320, 0),
(134007, 2542, 230, 'Hedrick', 411823200, -922846800, 0),
(134008, 2542, 230, 'Holy Cross', 425932130, -909629200, 0),
(134009, 2542, 230, 'Imogene', 408778830, -954263950, 0),
(134010, 2542, 230, 'Ira', 417330140, -931679450, 0),
(134011, 2542, 230, 'Jamaica', 418343890, -943382980, 0),
(134012, 2542, 230, 'Keswick', 414707900, -922433410, 0),
(134013, 2542, 230, 'Killduff', 417200690, -930342210, 0),
(134014, 2542, 230, 'Kirkville', 411191170, -924669620, 0),
(134015, 2542, 230, 'Knierim', 424552800, -944563900, 0),
(134016, 2542, 230, 'Lacona', 411983620, -933915810, 0),
(134017, 2542, 230, 'Ledyard', 434432380, -941472840, 0),
(134018, 2542, 230, 'Leighton', 413759760, -928157220, 0),
(134019, 2542, 230, 'Leland', 433357970, -936338650, 0),
(134020, 2542, 230, 'Linn Grove', 428900800, -952465860, 0),
(134021, 2542, 230, 'Little Sioux', 418087220, -960224600, 0),
(134022, 2542, 230, 'Lockridge', 409958370, -917509130, 0),
(134023, 2542, 230, 'Lohrville', 422691720, -945392800, 0),
(134024, 2542, 230, 'Luana', 430551090, -913916770, 0),
(134025, 2542, 230, 'Luxemburg', 426097360, -910837900, 0),
(134026, 2542, 230, 'Lynnville', 415795580, -927837270, 0),
(134027, 2542, 230, 'Manilla', 418883300, -952327800, 0),
(134028, 2542, 230, 'Marathon', 428603610, -949840040, 0),
(134029, 2542, 230, 'Marble Rock', 429661800, -928809600, 0),
(134030, 2542, 230, 'Martinsburg', 412019470, -921586390, 0),
(134031, 2542, 230, 'Masonville', 425128960, -915492640, 0),
(134032, 2542, 230, 'Maurice', 429664880, -961800730, 0),
(134033, 2542, 230, 'Melcher', 412247120, -932403210, 0),
(134034, 2542, 230, 'Melrose', 409751410, -930532700, 0),
(134035, 2542, 230, 'Melvin', 432785880, -955649510, 0),
(134036, 2542, 230, 'Millersburg', 415738830, -921599090, 0),
(134037, 2542, 230, 'Mineola', 411426500, -956917500, 0),
(134038, 2542, 230, 'Mingo', 418034160, -932886960, 0),
(134039, 2542, 230, 'Monmouth', 420818450, -908723710, 0),
(134040, 2542, 230, 'Montour', 419489630, -927076310, 0),
(134041, 2542, 230, 'Montpelier', 414626320, -908094070, 0),
(134042, 2542, 230, 'Morley', 420062110, -912461280, 0),
(134043, 2542, 230, 'Mount Auburn', 422546750, -921690790, 0),
(134044, 2542, 230, 'Nemaha', 425150390, -950897630, 0),
(134045, 2542, 230, 'Newhall', 419937680, -919677330, 0),
(134046, 2542, 230, 'Nichols', 414801370, -913075970, 0),
(134047, 2542, 230, 'Nodaway', 409427280, -948714370, 0),
(134048, 2542, 230, 'Ottosen', 428958560, -943771720, 0),
(134049, 2542, 230, 'Oxford Junction', 419888190, -909800440, 0),
(134050, 2542, 230, 'Persia', 415788900, -955705600, 0),
(134051, 2542, 230, 'Peru', 412048420, -939409860, 0),
(134052, 2542, 230, 'Pilot Mound', 421669330, -940106330, 0),
(134053, 2542, 230, 'Plano', 407821460, -930363380, 0),
(134054, 2542, 230, 'Prole', 413621480, -937195060, 0),
(134055, 2542, 230, 'Randalia', 428618130, -918860870, 0),
(134056, 2542, 230, 'Randolph', 408718840, -955664010, 0),
(134057, 2542, 230, 'Rhodes', 419099400, -931794620, 0),
(134058, 2542, 230, 'Ridgeway', 432939240, -919882990, 0),
(134059, 2542, 230, 'Rome', 409813890, -916822220, 0),
(134060, 2542, 230, 'Rose Hill', 411771180, -923112280, 0),
(134061, 2542, 230, 'Sabula', 420687520, -901733020, 0),
(134062, 2542, 230, 'Saint Donatus', 423345450, -904953650, 0),
(134063, 2542, 230, 'Saint Paul', 407692800, -915421200, 0),
(134064, 2542, 230, 'Scarville', 434659920, -936546250, 0),
(134065, 2542, 230, 'Shambaugh', 406813730, -950639240, 0),
(134066, 2542, 230, 'Soldier', 419854530, -957807140, 0),
(134067, 2542, 230, 'Stacyville', 434369400, -927830600, 0),
(134068, 2542, 230, 'Swaledale', 429498860, -933145550, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(134069, 2542, 230, 'Thornburg', 414665040, -923544230, 0),
(134070, 2542, 230, 'Toddville', 421083400, -917369400, 0),
(134071, 2542, 230, 'Toeterville', 433783330, -929186110, 0),
(134072, 2542, 230, 'Tracy', 412803210, -928751400, 0),
(134073, 2542, 230, 'Truesdale', 427291450, -951826490, 0),
(134074, 2542, 230, 'Viola', 420903330, -913858710, 0),
(134075, 2542, 230, 'Waterville', 432694810, -912564660, 0),
(134076, 2542, 230, 'Weldon', 408559220, -937287700, 0),
(134077, 2542, 230, 'Wesley', 430868640, -939921690, 0),
(134078, 2542, 230, 'Westside', 420753580, -951004940, 0),
(134079, 2542, 230, 'Whittemore', 430603040, -944214740, 0),
(134080, 2542, 230, 'Whitten', 422525390, -930596570, 0),
(134081, 2542, 230, 'Wiota', 414035290, -948884340, 0),
(134082, 2542, 230, 'Woden', 432309950, -939087530, 0),
(134083, 2542, 230, 'Woodburn', 409859500, -936148900, 0),
(134084, 2542, 230, 'Zwingle', 423092400, -907223400, 0),
(134085, 2543, 230, 'Alden', 382439620, -983106910, 0),
(134086, 2543, 230, 'Alexander', 384709480, -995529360, 0),
(134087, 2543, 230, 'Assaria', 386702050, -975833320, 0),
(134088, 2543, 230, 'Athol', 398084540, -985570110, 0),
(134089, 2543, 230, 'Atlanta', 374324430, -967685330, 0),
(134090, 2543, 230, 'Bendena', 397019860, -951771220, 0),
(134091, 2543, 230, 'Bison', 385199290, -991965680, 0),
(134092, 2543, 230, 'Bogue', 394193630, -996776940, 0),
(134093, 2543, 230, 'Bremen', 398710460, -967493800, 0),
(134094, 2543, 230, 'Brookville', 388233050, -978584980, 0),
(134095, 2543, 230, 'Burdett', 382627050, -995218510, 0),
(134096, 2543, 230, 'Burns', 380890910, -968860930, 0),
(134097, 2543, 230, 'Byers', 377793480, -989035240, 0),
(134098, 2543, 230, 'Cambridge', 371834180, -967144850, 0),
(134099, 2543, 230, 'Circleville', 395087780, -958572910, 0),
(134100, 2543, 230, 'Colony', 380708300, -953661100, 0),
(134101, 2543, 230, 'Courtland', 397834700, -978969260, 0),
(134102, 2543, 230, 'Cuba', 397846750, -974248570, 0),
(134103, 2543, 230, 'Delia', 392849810, -959539020, 0),
(134104, 2543, 230, 'Dennis', 373178660, -954134170, 0),
(134105, 2543, 230, 'Dover', 389698460, -959331660, 0),
(134106, 2543, 230, 'Dresden', 396110110, -1003760560, 0),
(134107, 2543, 230, 'Durham', 384863240, -972263360, 0),
(134108, 2543, 230, 'Ensign', 376516920, -1002304880, 0),
(134109, 2543, 230, 'Eskridge', 388586100, -961075000, 0),
(134110, 2543, 230, 'Falun', 386711100, -977594400, 0),
(134111, 2543, 230, 'Ford', 376354800, -997540200, 0),
(134112, 2543, 230, 'Formoso', 397779090, -979931240, 0),
(134113, 2543, 230, 'Fort Dodge', 376660800, -999454800, 0),
(134114, 2543, 230, 'Frankfort', 397048050, -964177210, 0),
(134115, 2543, 230, 'Franklin', 375259350, -947106610, 0),
(134116, 2543, 230, 'Gem', 394379340, -1008869100, 0),
(134117, 2543, 230, 'Geneseo', 385157070, -981551890, 0),
(134118, 2543, 230, 'Geuda Springs', 370615200, -971692200, 0),
(134119, 2543, 230, 'Glade', 396445640, -992900960, 0),
(134120, 2543, 230, 'Glen Elder', 395001540, -983070290, 0),
(134121, 2543, 230, 'Gove', 389577900, -1004887500, 0),
(134122, 2543, 230, 'Grainfield', 391141700, -1004675000, 0),
(134123, 2543, 230, 'Green', 394299240, -969994600, 0),
(134124, 2543, 230, 'Greenleaf', 397278720, -969783510, 0),
(134125, 2543, 230, 'Grenola', 373484630, -964479780, 0),
(134126, 2543, 230, 'Gridley', 380970510, -958836270, 0),
(134127, 2543, 230, 'Hanston', 381214170, -997109370, 0),
(134128, 2543, 230, 'Hardtner', 370141610, -986478370, 0),
(134129, 2543, 230, 'Havana', 370916570, -959436230, 0),
(134130, 2543, 230, 'Healy', 384816490, -1006130780, 0),
(134131, 2543, 230, 'Hepler', 376527900, -950148270, 0),
(134132, 2543, 230, 'Herndon', 398912680, -1008263280, 0),
(134133, 2543, 230, 'Howard', 374703100, -962636100, 0),
(134134, 2543, 230, 'Isabel', 374276290, -985194400, 0),
(134135, 2543, 230, 'Jewell', 396721800, -981088200, 0),
(134136, 2543, 230, 'Lane', 384391130, -950829530, 0),
(134137, 2543, 230, 'Lehigh', 383736760, -973034880, 0),
(134138, 2543, 230, 'Lewis', 379369400, -992547200, 0),
(134139, 2543, 230, 'Liberty', 371599380, -955998300, 0),
(134140, 2543, 230, 'Logan', 396628150, -995709440, 0),
(134141, 2543, 230, 'Lorraine', 385695890, -983168540, 0),
(134142, 2543, 230, 'Lost Springs', 385656020, -969851600, 0),
(134143, 2543, 230, 'McCune', 373541970, -950192560, 0),
(134144, 2543, 230, 'McDonald', 397854910, -1012985290, 0),
(134145, 2543, 230, 'McFarland', 390538620, -962369430, 0),
(134146, 2543, 230, 'Milton', 374304950, -977516980, 0),
(134147, 2543, 230, 'Montezuma', 375948050, -1004413460, 0),
(134148, 2543, 230, 'Morrill', 399502340, -957294050, 0),
(134149, 2543, 230, 'Nashville', 374276300, -984094890, 0),
(134150, 2543, 230, 'Natoma', 391896750, -990234800, 0),
(134151, 2543, 230, 'Neosho Falls', 379724810, -955553490, 0),
(134152, 2543, 230, 'New Cambria', 389039720, -974997140, 0),
(134153, 2543, 230, 'Nickerson', 381472300, -980836700, 0),
(134154, 2543, 230, 'Ogallah', 389145870, -996873350, 0),
(134155, 2543, 230, 'Oketo', 399581850, -966360130, 0),
(134156, 2543, 230, 'Olmitz', 385624610, -989169410, 0),
(134157, 2543, 230, 'Osborne', 394389000, -986947900, 0),
(134158, 2543, 230, 'Palmer', 396101480, -970874060, 0),
(134159, 2543, 230, 'Pierceville', 378354500, -1006926640, 0),
(134160, 2543, 230, 'Plevna', 379857630, -983019920, 0),
(134161, 2543, 230, 'Prairie View', 398327090, -995716890, 0),
(134162, 2543, 230, 'Prescott', 381794860, -947051970, 0),
(134163, 2543, 230, 'Randolph', 394220580, -967719660, 0),
(134164, 2543, 230, 'Richfield', 372832440, -1017379690, 0),
(134165, 2543, 230, 'Rock', 374288470, -969284190, 0),
(134166, 2543, 230, 'Sharon', 372502130, -984186900, 0),
(134167, 2543, 230, 'Simpson', 393847810, -979322020, 0),
(134168, 2543, 230, 'Treece', 370003900, -948429290, 0),
(134169, 2543, 230, 'Uniontown', 377681230, -949940450, 0),
(134170, 2543, 230, 'Utica', 386455010, -1001725130, 0),
(134171, 2543, 230, 'Vassar', 386485810, -956208160, 0),
(134172, 2543, 230, 'Vermillion', 397188900, -962652800, 0),
(134173, 2543, 230, 'Walnut', 376013080, -950825160, 0),
(134174, 2543, 230, 'Weir', 372980400, -947550000, 0),
(134175, 2543, 230, 'Welda', 381694400, -952955900, 0),
(134176, 2543, 230, 'Westphalia', 381554890, -954562990, 0),
(134177, 2543, 230, 'Wilmore', 373338300, -992107820, 0),
(134178, 2543, 230, 'Windom', 383861190, -979086240, 0),
(134179, 2543, 230, 'Winona', 390482310, -1012294810, 0),
(134180, 2543, 230, 'Yoder', 379430240, -978690950, 0),
(134181, 2544, 230, 'Baskett', 378699840, -874612990, 0),
(134182, 2544, 230, 'Battletown', 380639420, -862941650, 0),
(134183, 2544, 230, 'Beaver', 373702780, -826727780, 0),
(134184, 2544, 230, 'Bee Spring', 373014510, -862774570, 0),
(134185, 2544, 230, 'Beech Creek', 371840450, -871206370, 0),
(134186, 2544, 230, 'Beechmont', 371774370, -870506550, 0),
(134187, 2544, 230, 'Big Clifty', 375107770, -861462050, 0),
(134188, 2544, 230, 'Bonnyman', 373105180, -832200860, 0),
(134189, 2544, 230, 'Boons Camp', 378173150, -826734720, 0),
(134190, 2544, 230, 'Bryantsville', 377144400, -846491700, 0),
(134191, 2544, 230, 'Buffalo', 374945160, -856758830, 0),
(134192, 2544, 230, 'Busy', 372679150, -832713080, 0),
(134193, 2544, 230, 'Camargo', 379942500, -838877000, 0),
(134194, 2544, 230, 'Canmer', 372700420, -857172120, 0),
(134195, 2544, 230, 'Carrie', 373078200, -830311800, 0),
(134196, 2544, 230, 'Chavies', 373601630, -833233240, 0),
(134197, 2544, 230, 'Clifty', 369897830, -871452620, 0),
(134198, 2544, 230, 'Coalgood', 368091410, -832381360, 0),
(134199, 2544, 230, 'Curdsville', 377346560, -873303870, 0),
(134200, 2544, 230, 'Dana', 375556960, -826761980, 0),
(134201, 2544, 230, 'Delphia', 370212030, -830916710, 0),
(134202, 2544, 230, 'Dorton', 372766200, -825790800, 0),
(134203, 2544, 230, 'Dwale', 376230560, -827238890, 0),
(134204, 2544, 230, 'Elk Horn', 373315530, -851986920, 0),
(134205, 2544, 230, 'Emlyn', 367026700, -841459200, 0),
(134206, 2544, 230, 'Etoile', 368134600, -859113220, 0),
(134207, 2544, 230, 'Ezel', 379128520, -833929490, 0),
(134208, 2544, 230, 'Gays Creek', 373501330, -834475060, 0),
(134209, 2544, 230, 'Girdler', 369690920, -838573160, 0),
(134210, 2544, 230, 'Glendale', 375943540, -859406040, 0),
(134211, 2544, 230, 'Gracey', 368689700, -876502130, 0),
(134212, 2544, 230, 'Gradyville', 370477500, -854362450, 0),
(134213, 2544, 230, 'Grahn', 382836110, -830752780, 0),
(134214, 2544, 230, 'Green Road', 370099160, -838950230, 0),
(134215, 2544, 230, 'Grethel', 374551590, -827326170, 0),
(134216, 2544, 230, 'Gulston', 367592330, -833363990, 0),
(134217, 2544, 230, 'Guston', 378933530, -861641930, 0),
(134218, 2544, 230, 'Hallie', 370758330, -829816670, 0),
(134219, 2544, 230, 'Harned', 377506200, -863710800, 0),
(134220, 2544, 230, 'Hebron Estates', 380495100, -856660700, 0),
(134221, 2544, 230, 'Hiseville', 371000780, -858151350, 0),
(134222, 2544, 230, 'Horse Branch', 374202550, -866097450, 0),
(134223, 2544, 230, 'Huddy', 375783590, -822545850, 0),
(134224, 2544, 230, 'Isonville', 380626980, -830399700, 0),
(134225, 2544, 230, 'Jeremiah', 371657040, -829352480, 0),
(134226, 2544, 230, 'Jetson', 372366820, -865178290, 0),
(134227, 2544, 230, 'Keaton', 379720030, -829506170, 0),
(134228, 2544, 230, 'Keene', 379363120, -846572120, 0),
(134229, 2544, 230, 'Krypton', 373133330, -833122220, 0),
(134230, 2544, 230, 'Lackey', 374642150, -828000520, 0),
(134231, 2544, 230, 'Leburn', 374022220, -829422220, 0),
(134232, 2544, 230, 'Lewisburg', 369855600, -869511100, 0),
(134233, 2544, 230, 'Lookout', 373135400, -824678000, 0),
(134234, 2544, 230, 'Lucas', 368435140, -860450830, 0),
(134235, 2544, 230, 'Mackville', 377237930, -850872310, 0),
(134236, 2544, 230, 'Mary Alice', 367030530, -834176640, 0),
(134237, 2544, 230, 'Mayking', 371066080, -827668680, 0),
(134238, 2544, 230, 'McAndrews', 375367980, -822639670, 0),
(134239, 2544, 230, 'McCarr', 375960800, -821688900, 0),
(134240, 2544, 230, 'McHenry', 373807800, -869236800, 0),
(134241, 2544, 230, 'Meally', 377967280, -827315930, 0),
(134242, 2544, 230, 'Melber', 369482590, -887517130, 0),
(134243, 2544, 230, 'Middleburg', 373738710, -848371520, 0),
(134244, 2544, 230, 'Milford', 385816200, -841566000, 0),
(134245, 2544, 230, 'Minerva', 387052780, -839191670, 0),
(134246, 2544, 230, 'Moorefield', 383018410, -838705810, 0),
(134247, 2544, 230, 'Mortons Gap', 372380600, -874736100, 0),
(134248, 2544, 230, 'Mount Hermon', 368328320, -858463270, 0),
(134249, 2544, 230, 'Mount Olivet', 385314600, -840368700, 0),
(134250, 2544, 230, 'Mousie', 374383010, -829080880, 0),
(134251, 2544, 230, 'Nebo', 373844400, -876413900, 0),
(134252, 2544, 230, 'Oakland', 369981890, -862580080, 0),
(134253, 2544, 230, 'Olaton', 375078910, -867157500, 0),
(134254, 2544, 230, 'Olmstead', 367205130, -869882900, 0),
(134255, 2544, 230, 'Parksville', 375868230, -849226630, 0),
(134256, 2544, 230, 'Payneville', 380238290, -864021060, 0),
(134257, 2544, 230, 'Pellville', 377527600, -868130300, 0),
(134258, 2544, 230, 'Perry Park', 385480560, -849997220, 0),
(134259, 2544, 230, 'Pilgrim', 377075000, -824327780, 0),
(134260, 2544, 230, 'Port Royal', 385552780, -850802780, 0),
(134261, 2544, 230, 'Premium', 371465720, -828918310, 0),
(134262, 2544, 230, 'Putney', 369376000, -832634850, 0),
(134263, 2544, 230, 'Raceland', 385400800, -827285000, 0),
(134264, 2544, 230, 'Reed', 378607240, -873782830, 0),
(134265, 2544, 230, 'Reidland', 370175600, -885314300, 0),
(134266, 2544, 230, 'Renfro Valley', 373876800, -843316200, 0),
(134267, 2544, 230, 'Reynolds Station', 376986490, -867737820, 0),
(134268, 2544, 230, 'Rhodelia', 379668160, -863165650, 0),
(134269, 2544, 230, 'Ricetown', 373991570, -836067550, 0),
(134270, 2544, 230, 'Rochester', 372170660, -868685850, 0),
(134271, 2544, 230, 'Rockhouse', 373269440, -824525000, 0),
(134272, 2544, 230, 'Roundhill', 371975370, -864543780, 0),
(134273, 2544, 230, 'Rowdy', 374138300, -832039920, 0),
(134274, 2544, 230, 'Saint Mary', 375805560, -853463890, 0),
(134275, 2544, 230, 'Scuddy', 372147880, -830938570, 0),
(134276, 2544, 230, 'Siler', 367244800, -839689400, 0),
(134277, 2544, 230, 'Sizerock', 371635190, -834372910, 0),
(134278, 2544, 230, 'Stambaugh', 378400740, -827624150, 0),
(134279, 2544, 230, 'Stearns', 366989700, -844774400, 0),
(134280, 2544, 230, 'Steele', 374033180, -822037740, 0),
(134281, 2544, 230, 'Stopover', 375193800, -820545000, 0),
(134282, 2544, 230, 'Sweeden', 372619910, -862809910, 0),
(134283, 2544, 230, 'Tateville', 369480510, -845749060, 0),
(134284, 2544, 230, 'Tiline', 371660330, -882511020, 0),
(134285, 2544, 230, 'Tram', 375733200, -826462800, 0),
(134286, 2544, 230, 'Turners Station', 385557150, -851291010, 0),
(134287, 2544, 230, 'Varney', 376102120, -824205500, 0),
(134288, 2544, 230, 'Weeksbury', 373277780, -826883330, 0),
(134289, 2544, 230, 'West Van Lear', 378118700, -828028550, 0),
(134290, 2544, 230, 'Wheelwright', 373324800, -827211000, 0),
(134291, 2544, 230, 'Woodbury', 371846820, -866336370, 0),
(134292, 2544, 230, 'Yeaddiss', 370432120, -832204060, 0),
(134293, 2544, 230, 'Yosemite', 373232870, -849269440, 0),
(134294, 2544, 230, 'Zoe', 376539400, -836731690, 0),
(134295, 2545, 230, 'Archibald', 323488200, -917772000, 0),
(134296, 2545, 230, 'Ashland', 321162700, -931145870, 0),
(134297, 2545, 230, 'Athens', 327819140, -929931020, 0),
(134298, 2545, 230, 'Batchelor', 308032820, -916678720, 0),
(134299, 2545, 230, 'Bethany', 323733300, -940427800, 0),
(134300, 2545, 230, 'Bienville', 323015770, -929242110, 0),
(134301, 2545, 230, 'Bordelonville', 311052780, -919072220, 0),
(134302, 2545, 230, 'Brittany', 302095310, -908922570, 0),
(134303, 2545, 230, 'Brownsville', 324870900, -921543000, 0),
(134304, 2545, 230, 'Calvin', 319654800, -927754800, 0),
(134305, 2545, 230, 'Catahoula', 302146400, -917090000, 0),
(134306, 2545, 230, 'Cecilia', 303371400, -918531700, 0),
(134307, 2545, 230, 'Chatham', 322494600, -924168000, 0),
(134308, 2545, 230, 'Clarks', 320265500, -921390300, 0),
(134309, 2545, 230, 'Creole', 297893560, -930235630, 0),
(134310, 2545, 230, 'Dubberly', 324876660, -931991220, 0),
(134311, 2545, 230, 'Echo', 311219210, -922578830, 0),
(134312, 2545, 230, 'Effie', 312195600, -921186000, 0),
(134313, 2545, 230, 'Evans', 309978950, -934477740, 0),
(134314, 2545, 230, 'Fluker', 308272990, -905367940, 0),
(134315, 2545, 230, 'Forest', 328628330, -913925400, 0),
(134316, 2545, 230, 'Fort Necessity', 320449200, -918202800, 0),
(134317, 2545, 230, 'Fort Polk North', 311030200, -931791300, 0),
(134318, 2545, 230, 'Georgetown', 317360770, -923917150, 0),
(134319, 2545, 230, 'Glynn', 306365030, -913361180, 0),
(134320, 2545, 230, 'Grand Coteau', 304197000, -920463000, 0),
(134321, 2545, 230, 'Grant', 306764440, -929340350, 0),
(134322, 2545, 230, 'Hall Summit', 321766740, -933054180, 0),
(134323, 2545, 230, 'Ida', 329572200, -939037200, 0),
(134324, 2545, 230, 'Innis', 308776800, -916804800, 0),
(134325, 2545, 230, 'Jigger', 320350400, -917476900, 0),
(134326, 2545, 230, 'Kelly', 320026810, -921482360, 0),
(134327, 2545, 230, 'Killian', 303588100, -905862000, 0),
(134328, 2545, 230, 'Kraemer', 298677980, -905954730, 0),
(134329, 2545, 230, 'Kurthwood', 313372220, -931655560, 0),
(134330, 2545, 230, 'Lebeau', 307307400, -919770100, 0),
(134331, 2545, 230, 'Lena', 314171250, -927791930, 0),
(134332, 2545, 230, 'Lillie', 329277220, -926889740, 0),
(134333, 2545, 230, 'Mittie', 306764500, -929340410, 0),
(134334, 2545, 230, 'Mount Airy', 300599000, -906396000, 0),
(134335, 2545, 230, 'Natchez', 316386600, -929970600, 0),
(134336, 2545, 230, 'Oak Ridge', 326491730, -917456430, 0),
(134337, 2545, 230, 'Otis', 312182890, -927455540, 0),
(134338, 2545, 230, 'Pelican', 318905880, -935564710, 0),
(134339, 2545, 230, 'Pilottown', 291813890, -892575000, 0),
(134340, 2545, 230, 'Poydras', 298693700, -898889500, 0),
(134341, 2545, 230, 'Reddell', 306738890, -924261110, 0),
(134342, 2545, 230, 'Roanoke', 303431040, -927359360, 0),
(134343, 2545, 230, 'Rodessa', 329775600, -940043000, 0),
(134344, 2545, 230, 'Ruby', 311891670, -922486110, 0),
(134345, 2545, 230, 'Saint Landry', 308514720, -924097210, 0),
(134346, 2545, 230, 'Simpson', 312454800, -930151800, 0),
(134347, 2545, 230, 'Singer', 305392880, -935155090, 0),
(134348, 2545, 230, 'Sun', 306247580, -899700200, 0),
(134349, 2545, 230, 'Supreme', 298593700, -909812100, 0),
(134350, 2545, 230, 'Talisheek', 305327800, -898766700, 0),
(134351, 2545, 230, 'Theriot', 294154880, -907787710, 0),
(134352, 2545, 230, 'Tullos', 318617880, -922911950, 0),
(134353, 2545, 230, 'Vienna Bend', 317323900, -930410000, 0),
(134354, 2545, 230, 'Watson', 305757400, -909531600, 0),
(134355, 2545, 230, 'Weyanoke', 309661700, -914713000, 0),
(134356, 2545, 230, 'Wildsville', 316155560, -917838890, 0),
(134357, 2545, 230, 'Wilson', 309485540, -910550090, 0),
(134358, 2546, 230, 'Abbot', 453070840, -695559980, 0),
(134359, 2546, 230, 'Anson', 447973480, -698943050, 0),
(134360, 2546, 230, 'Bass Harbor', 441573180, -684368340, 0),
(134361, 2546, 230, 'Benedicta', 458051180, -683952030, 0),
(134362, 2546, 230, 'Birch Harbor', 443849690, -680434640, 0),
(134363, 2546, 230, 'Blaine', 465015990, -678690660, 0),
(134364, 2546, 230, 'Bremen', 440096990, -694386120, 0),
(134365, 2546, 230, 'Brookton', 455776240, -677250300, 0),
(134366, 2546, 230, 'Brownfield', 439381300, -709086800, 0),
(134367, 2546, 230, 'Caratunk', 452390310, -699192480, 0),
(134368, 2546, 230, 'Chesterville', 445511700, -700861700, 0),
(134369, 2546, 230, 'Chisholm', 444814500, -701995000, 0),
(134370, 2546, 230, 'Cliff Island', 436971440, -701034060, 0),
(134371, 2546, 230, 'Cornville', 448367300, -696731100, 0),
(134372, 2546, 230, 'Crouseville', 467550000, -680969440, 0),
(134373, 2546, 230, 'Danville', 440318400, -702757320, 0),
(134374, 2546, 230, 'Dedham', 446917400, -686619800, 0),
(134375, 2546, 230, 'East Baldwin', 438000000, -706666670, 0),
(134376, 2546, 230, 'East Millinocket', 456275500, -685744800, 0),
(134377, 2546, 230, 'East Newport', 448208330, -692230560, 0),
(134378, 2546, 230, 'East Parsonsfield', 437662950, -709204020, 0),
(134379, 2546, 230, 'Easton', 466411500, -679094700, 0),
(134380, 2546, 230, 'Estcourt Station', 474445550, -692087150, 0),
(134381, 2546, 230, 'Farmington Falls', 446208000, -700758000, 0),
(134382, 2546, 230, 'Frankfort', 446098000, -688767000, 0),
(134383, 2546, 230, 'Freedom', 444637600, -693082200, 0),
(134384, 2546, 230, 'Frenchville', 472852800, -683872200, 0),
(134385, 2546, 230, 'Glen Cove', 441303690, -690956100, 0),
(134386, 2546, 230, 'Gouldsboro', 444784100, -680383400, 0),
(134387, 2546, 230, 'Greenwood', 443210560, -706292180, 0),
(134388, 2546, 230, 'Hinckley', 446634840, -696333710, 0),
(134389, 2546, 230, 'Hodgdon', 460539400, -678666800, 0),
(134390, 2546, 230, 'Hudson', 450011800, -688805900, 0),
(134391, 2546, 230, 'Island Falls', 460113460, -682737110, 0),
(134392, 2546, 230, 'Isle Of Springs', 438975480, -696271610, 0),
(134393, 2546, 230, 'Islesboro', 443057820, -689213210, 0),
(134394, 2546, 230, 'Kingman', 456054360, -682302040, 0),
(134395, 2546, 230, 'Livermore', 443839600, -702492200, 0),
(134396, 2546, 230, 'Lubec', 448642980, -669931580, 0),
(134397, 2546, 230, 'Meddybemps', 450190580, -673858830, 0),
(134398, 2546, 230, 'Minot', 440856300, -703200600, 0),
(134399, 2546, 230, 'Mount Desert', 443160720, -683645850, 0),
(134400, 2546, 230, 'New Harbor', 438580630, -695065790, 0),
(134401, 2546, 230, 'New Limerick', 461284200, -679699600, 0),
(134402, 2546, 230, 'Newcastle', 440486100, -695433300, 0),
(134403, 2546, 230, 'North Turner', 443312970, -702564070, 0),
(134404, 2546, 230, 'North Waterford', 442075410, -707204250, 0),
(134405, 2546, 230, 'Oakfield', 461062550, -680976060, 0),
(134406, 2546, 230, 'Orient', 458929630, -678476050, 0),
(134407, 2546, 230, 'Orrs Island', 437770330, -699557490, 0),
(134408, 2546, 230, 'Passadumkeag', 451834160, -685904060, 0),
(134409, 2546, 230, 'Peaks Island', 436569400, -701961100, 0),
(134410, 2546, 230, 'Pembroke', 449516020, -671608990, 0),
(134411, 2546, 230, 'Perham', 468441670, -681977780, 0),
(134412, 2546, 230, 'Perry', 449850280, -671088900, 0),
(134413, 2546, 230, 'Pittston', 442217400, -697556000, 0),
(134414, 2546, 230, 'Porter', 437959100, -709325600, 0),
(134415, 2546, 230, 'Rangeley', 449859440, -706606690, 0),
(134416, 2546, 230, 'Round Pond', 439170070, -694674800, 0),
(134417, 2546, 230, 'Saint Francis', 471029240, -690510310, 0),
(134418, 2546, 230, 'Salsbury Cove', 444305560, -682841670, 0),
(134419, 2546, 230, 'Sargentville', 443295220, -687085740, 0),
(134420, 2546, 230, 'Sebec', 452419400, -691066700, 0),
(134421, 2546, 230, 'Shawmut', 446253780, -695898880, 0),
(134422, 2546, 230, 'Sherman', 458147090, -683109070, 0),
(134423, 2546, 230, 'South Bristol', 438718680, -695620300, 0),
(134424, 2546, 230, 'South Casco', 438731200, -705143920, 0),
(134425, 2546, 230, 'South Thomaston', 440514700, -691278200, 0),
(134426, 2546, 230, 'Squirrel Island', 438085710, -696314160, 0),
(134427, 2546, 230, 'Steep Falls', 437939700, -706525600, 0),
(134428, 2546, 230, 'Stockholm', 470572220, -682547470, 0),
(134429, 2546, 230, 'Stockton Springs', 444895200, -688569800, 0),
(134430, 2546, 230, 'Stonington', 441561900, -686666900, 0),
(134431, 2546, 230, 'Sullivan', 445203600, -681966800, 0),
(134432, 2546, 230, 'Surry', 444959100, -685016900, 0),
(134433, 2546, 230, 'Trevett', 438983740, -696756480, 0),
(134434, 2546, 230, 'Troy', 446647900, -692408800, 0),
(134435, 2546, 230, 'Vinalhaven', 440481400, -688317000, 0),
(134436, 2546, 230, 'West Bethel', 444175840, -708433440, 0),
(134437, 2546, 230, 'West Farmington', 446689930, -701463790, 0),
(134438, 2546, 230, 'West Paris', 443242300, -705739500, 0),
(134439, 2546, 230, 'West Rockport', 441902340, -691544560, 0),
(134440, 2546, 230, 'Whiting', 447908330, -671761110, 0),
(134441, 2546, 230, 'York Harbor', 431367600, -706456100, 0),
(134442, 2547, 230, 'Ashton-Sandy Spring', 391497600, -770050400, 0),
(134443, 2547, 230, 'Benedict', 385091670, -766800000, 0),
(134444, 2547, 230, 'Benson', 395052000, -763866000, 0),
(134445, 2547, 230, 'Bethlehem', 387379470, -759529920, 0),
(134446, 2547, 230, 'Big Pool', 396690170, -780044470, 0),
(134447, 2547, 230, 'Bittinger', 395876080, -792048840, 0),
(134448, 2547, 230, 'Burkittsville', 393917000, -776267000, 0),
(134449, 2547, 230, 'Cavetown', 396442600, -775858200, 0),
(134450, 2547, 230, 'Charlestown', 395737300, -759749500, 0),
(134451, 2547, 230, 'Childs', 396473010, -758735640, 0),
(134452, 2547, 230, 'Church Creek', 384460390, -761619680, 0),
(134453, 2547, 230, 'Cottage City', 389381700, -769483100, 0),
(134454, 2547, 230, 'Crapo', 383240330, -761113840, 0),
(134455, 2547, 230, 'Dhs', 390043800, -765071400, 0),
(134456, 2547, 230, 'Drum Point', 383267900, -764260600, 0),
(134457, 2547, 230, 'Edgemere', 392420500, -764480200, 0),
(134458, 2547, 230, 'Fishing Creek', 382995000, -762048000, 0),
(134459, 2547, 230, 'Flintstone', 396906060, -786993040, 0),
(134460, 2547, 230, 'Girdletree', 380942310, -753940130, 0),
(134461, 2547, 230, 'Golden Beach', 384898500, -766821800, 0),
(134462, 2547, 230, 'Green Valley', 393092700, -772972100, 0),
(134463, 2547, 230, 'Helen', 383326880, -767856760, 0),
(134464, 2547, 230, 'La Vale', 396556400, -788105800, 0),
(134465, 2547, 230, 'Ladiesburg', 395772770, -772644610, 0),
(134466, 2547, 230, 'Lisbon', 393364100, -770694800, 0),
(134467, 2547, 230, 'Long Green', 394768870, -765270060, 0),
(134468, 2547, 230, 'Loveville', 383514630, -766789580, 0),
(134469, 2547, 230, 'Massey', 393108390, -758194580, 0),
(134470, 2547, 230, 'Midlothian', 396341670, -789502780, 0),
(134471, 2547, 230, 'Naval Academy', 389856800, -764877400, 0),
(134472, 2547, 230, 'North Kensington', 390303900, -770724800, 0),
(134473, 2547, 230, 'Pinto', 395697220, -788394440, 0),
(134474, 2547, 230, 'Potomac Heights', 386087300, -771405300, 0),
(134475, 2547, 230, 'Powellville', 383286100, -753755600, 0),
(134476, 2547, 230, 'Ridge', 381175190, -763715130, 0),
(134477, 2547, 230, 'Robinwood', 396250000, -776625000, 0),
(134478, 2547, 230, 'Rosaryville', 387567800, -768096900, 0),
(134479, 2547, 230, 'Saint James', 395626000, -777580500, 0),
(134480, 2547, 230, 'Scotland', 380761400, -763492810, 0),
(134481, 2547, 230, 'Secretary', 386078350, -759492100, 0),
(134482, 2547, 230, 'Southern Md Facility', 390939630, -768410350, 0),
(134483, 2547, 230, 'Spring Gap', 395652000, -787165800, 0),
(134484, 2547, 230, 'Still Pond', 393298370, -760559800, 0),
(134485, 2547, 230, 'Stockton', 380425310, -754132840, 0),
(134486, 2547, 230, 'Suburb Maryland Fac', 390898670, -770560110, 0),
(134487, 2547, 230, 'Taylors Island', 384731500, -762731840, 0),
(134488, 2547, 230, 'Vienna', 384327600, -758937000, 0),
(134489, 2548, 230, 'Ashley Falls', 420575660, -733163750, 0),
(134490, 2548, 230, 'Berkshire', 424892500, -731933500, 0),
(134491, 2548, 230, 'Buckland', 425923100, -727917600, 0),
(134492, 2548, 230, 'Chester', 422851090, -729683330, 0),
(134493, 2548, 230, 'Chesterfield', 423917500, -728398200, 0),
(134494, 2548, 230, 'Cuttyhunk', 414221600, -709327770, 0),
(134495, 2548, 230, 'East Mansfield', 420142660, -711854330, 0),
(134496, 2548, 230, 'East Princeton', 424727780, -718394440, 0),
(134497, 2548, 230, 'Elmwood', 420121340, -709615750, 0),
(134498, 2548, 230, 'Glendale', 422874700, -733436700, 0),
(134499, 2548, 230, 'Green Harbor', 420723110, -706532700, 0),
(134500, 2548, 230, 'Green Harbor-Cedar Crest', 420749500, -706584300, 0),
(134501, 2548, 230, 'Greenbush', 421791670, -707500000, 0),
(134502, 2548, 230, 'Hyannis Port', 416319400, -703027800, 0),
(134503, 2548, 230, 'Lake Pleasant', 425585790, -725173790, 0),
(134504, 2548, 230, 'Lenox Dale', 423319400, -732478870, 0),
(134505, 2548, 230, 'Mill River', 421138890, -732680560, 0),
(134506, 2548, 230, 'Millis-Clicquot', 421648000, -713544200, 0),
(134507, 2548, 230, 'Minot', 422402780, -707625000, 0),
(134508, 2548, 230, 'Monroe Bridge', 427166670, -729833330, 0),
(134509, 2548, 230, 'Nonantum', 423367000, -712094000, 0),
(134510, 2548, 230, 'North Egremont', 421847200, -734144400, 0),
(134511, 2548, 230, 'Northwest Harwich', 416902900, -701025000, 0),
(134512, 2548, 230, 'Norton Center', 419725400, -711853500, 0),
(134513, 2548, 230, 'Ocean Bluff', 420916670, -707061110, 0),
(134514, 2548, 230, 'Ocean Grove', 417292700, -712092100, 0),
(134515, 2548, 230, 'Raynham Center', 419237100, -710522700, 0),
(134516, 2548, 230, 'Savoy', 425766580, -730320760, 0),
(134517, 2548, 230, 'Sheldonville', 420338370, -713868330, 0),
(134518, 2548, 230, 'South Ashburnham', 426103700, -719389700, 0),
(134519, 2548, 230, 'South Barre', 423853700, -720983980, 0),
(134520, 2548, 230, 'South Carver', 418405600, -707466700, 0),
(134521, 2548, 230, 'South Chatham', 416799180, -700229760, 0),
(134522, 2548, 230, 'Thorndike', 421894340, -723290440, 0),
(134523, 2548, 230, 'Wareham Center', 417667700, -707261500, 0),
(134524, 2548, 230, 'Warwick', 426757500, -723460540, 0),
(134525, 2548, 230, 'Wendell', 425481400, -723967500, 0),
(134526, 2548, 230, 'Weweantic', 417353800, -707319800, 0),
(134527, 2548, 230, 'Wheelwright', 423519440, -721402780, 0),
(134528, 2548, 230, 'White Island Shores', 418001000, -706347500, 0),
(134529, 2548, 230, 'Winchendon Springs', 426978080, -720179740, 0),
(134530, 2549, 230, 'Alpha', 460149720, -883052160, 0),
(134531, 2549, 230, 'Argentine', 427914200, -838463400, 0),
(134532, 2549, 230, 'Argyle', 435635600, -829278800, 0),
(134533, 2549, 230, 'Barnes Lake-Millers Lake', 431795600, -833123000, 0),
(134534, 2549, 230, 'Big Bay', 468158300, -877283300, 0),
(134535, 2549, 230, 'Black River', 447844400, -834430600, 0),
(134536, 2549, 230, 'Breedsville', 423515220, -860634940, 0),
(134537, 2549, 230, 'Bruce Crossing', 465375900, -892028290, 0),
(134538, 2549, 230, 'Burnips', 427322380, -858496020, 0),
(134539, 2549, 230, 'Chippewa Lake', 437593930, -852868370, 0),
(134540, 2549, 230, 'Cloverdale', 425512630, -853830360, 0),
(134541, 2549, 230, 'Copemish', 444461060, -858854500, 0),
(134542, 2549, 230, 'Copper Harbor', 474688200, -878883000, 0),
(134543, 2549, 230, 'Cornell', 459013900, -872222200, 0),
(134544, 2549, 230, 'Covington', 465478370, -885168150, 0),
(134545, 2549, 230, 'Cross Village', 456292430, -850261980, 0),
(134546, 2549, 230, 'De Tour Village', 459844760, -839024070, 0),
(134547, 2549, 230, 'Decker', 435048320, -830631990, 0),
(134548, 2549, 230, 'Deford', 434933650, -831826390, 0),
(134549, 2549, 230, 'Eastwood', 423031000, -855502800, 0),
(134550, 2549, 230, 'Fair Plain', 420869900, -864558600, 0),
(134551, 2549, 230, 'Filer City', 442155340, -862902470, 0),
(134552, 2549, 230, 'Forestville', 436613750, -826104660, 0),
(134553, 2549, 230, 'Frontier', 417935300, -846251100, 0),
(134554, 2549, 230, 'Garden', 457363730, -865909310, 0),
(134555, 2549, 230, 'Hagar Shores', 422000000, -863333330, 0),
(134556, 2549, 230, 'Harvey', 464946600, -873543100, 0),
(134557, 2549, 230, 'Henderson', 430794400, -842205600, 0),
(134558, 2549, 230, 'Herron', 449928120, -836615750, 0),
(134559, 2549, 230, 'Hulbert', 463567470, -851571570, 0),
(134560, 2549, 230, 'Ingalls', 453768990, -876125010, 0),
(134561, 2549, 230, 'K. I. Sawyer Air Force Base', 463465100, -873863200, 0),
(134562, 2549, 230, 'Kendall', 423618070, -858142990, 0),
(134563, 2549, 230, 'Lake Isabella', 436436400, -849972500, 0),
(134564, 2549, 230, 'Lakeville', 428213890, -831502780, 0),
(134565, 2549, 230, 'Lakewood Club', 433711200, -862603400, 0),
(134566, 2549, 230, 'Long Lake', 444327220, -838741990, 0),
(134567, 2549, 230, 'Manitou Beach-Devils Lake', 419756500, -842861600, 0),
(134568, 2549, 230, 'McBrides', 433528000, -850489220, 0),
(134569, 2549, 230, 'Moscow', 420478840, -845086750, 0),
(134570, 2549, 230, 'Mullett Lake', 455626330, -845205070, 0),
(134571, 2549, 230, 'Nadeau', 456088890, -875527780, 0),
(134572, 2549, 230, 'Omena', 450657400, -856241400, 0),
(134573, 2549, 230, 'Omer', 440547020, -838937390, 0),
(134574, 2549, 230, 'Palms', 436292230, -826315470, 0),
(134575, 2549, 230, 'Paw Paw Lake', 422122600, -862719700, 0),
(134576, 2549, 230, 'Pearl Beach', 426267000, -825976900, 0),
(134577, 2549, 230, 'Pelkie', 467298290, -886419070, 0),
(134578, 2549, 230, 'Perronville', 458764700, -875014100, 0),
(134579, 2549, 230, 'Posen', 452595670, -836871010, 0),
(134580, 2549, 230, 'Ralph', 461086110, -877836110, 0),
(134581, 2549, 230, 'Riga', 417951130, -838095960, 0),
(134582, 2549, 230, 'Rock', 460367080, -871758260, 0),
(134583, 2549, 230, 'Sagola', 460691400, -880627780, 0),
(134584, 2549, 230, 'Shingleton', 463559940, -864513520, 0),
(134585, 2549, 230, 'Shorewood-Tower Hills-Harbert', 418816900, -866140900, 0),
(134586, 2549, 230, 'Skidway Lake', 441833500, -840352700, 0),
(134587, 2549, 230, 'Smyrna', 430594440, -852627780, 0),
(134588, 2549, 230, 'Somerset', 420496890, -843844290, 0),
(134589, 2549, 230, 'Somerset Center', 420511110, -844136110, 0),
(134590, 2549, 230, 'Stony Point', 419414300, -832649300, 0),
(134591, 2549, 230, 'Vernon', 429386100, -840316700, 0),
(134592, 2549, 230, 'Wacousta', 428278100, -847008200, 0),
(134593, 2549, 230, 'West Monroe', 419139300, -834316000, 0),
(134594, 2549, 230, 'Wheeler', 433914410, -844149870, 0),
(134595, 2549, 230, 'Winn', 435238850, -849022150, 0),
(134596, 2549, 230, 'Woodland Beach', 419400500, -833132600, 0),
(134597, 2550, 230, 'Adams', 435669950, -927174290, 0),
(134598, 2550, 230, 'Ah-gwah-ching', 470741700, -945627800, 0),
(134599, 2550, 230, 'Aldrich', 464124040, -949672390, 0),
(134600, 2550, 230, 'Almelund', 453938890, -928163890, 0),
(134601, 2550, 230, 'Angle Inlet', 493107000, -950940000, 0),
(134602, 2550, 230, 'Beaver Bay', 472671480, -913169280, 0),
(134603, 2550, 230, 'Bigelow', 435427780, -956322330, 0),
(134604, 2550, 230, 'Bock', 457855200, -935527200, 0),
(134605, 2550, 230, 'Bruno', 462877200, -925514440, 0),
(134606, 2550, 230, 'Buckman', 458979770, -940923480, 0),
(134607, 2550, 230, 'Callaway', 470209910, -960003900, 0),
(134608, 2550, 230, 'Calumet', 473143050, -932775150, 0),
(134609, 2550, 230, 'Canyon', 470786500, -924720710, 0),
(134610, 2550, 230, 'Claremont', 440458260, -929965260, 0),
(134611, 2550, 230, 'Clarissa', 461294610, -949511770, 0),
(134612, 2550, 230, 'Comstock', 466747800, -967426200, 0),
(134613, 2550, 230, 'Conger', 436163210, -935293190, 0),
(134614, 2550, 230, 'Crane Lake', 482651560, -924901980, 0),
(134615, 2550, 230, 'Cushing', 461951270, -945706040, 0),
(134616, 2550, 230, 'Cyrus', 456146390, -957370760, 0),
(134617, 2550, 230, 'Darfur', 440519000, -948382950, 0),
(134618, 2550, 230, 'Donnelly', 457158140, -961278230, 0),
(134619, 2550, 230, 'Dovray', 440513850, -955496640, 0),
(134620, 2550, 230, 'Eitzen', 436027240, -914454780, 0),
(134621, 2550, 230, 'Elrosa', 455629390, -949472860, 0),
(134622, 2550, 230, 'Emmons', 435045000, -934890000, 0),
(134623, 2550, 230, 'Farwell', 457676600, -956254200, 0),
(134624, 2550, 230, 'Felton', 470533900, -964965500, 0),
(134625, 2550, 230, 'Fountain', 437176270, -921497150, 0),
(134626, 2550, 230, 'Freeborn', 437662320, -935629990, 0),
(134627, 2550, 230, 'Gary', 473690450, -961947530, 0),
(134628, 2550, 230, 'Gonvick', 478471360, -954812260, 0),
(134629, 2550, 230, 'Goodland', 471961320, -931296810, 0),
(134630, 2550, 230, 'Grand Portage', 479616030, -897612680, 0),
(134631, 2550, 230, 'Green Isle', 446486600, -939014900, 0),
(134632, 2550, 230, 'Greenwald', 456011420, -948588270, 0),
(134633, 2550, 230, 'Grygla', 482811610, -953791360, 0),
(134634, 2550, 230, 'Hardwick', 437745060, -961987560, 0),
(134635, 2550, 230, 'Henriette', 458362930, -929603630, 0),
(134636, 2550, 230, 'Hillman', 460341100, -938607260, 0),
(134637, 2550, 230, 'Holloway', 452823530, -959323620, 0),
(134638, 2550, 230, 'Holmes City', 458089800, -955729800, 0),
(134639, 2550, 230, 'Hovland', 478741660, -899624840, 0),
(134640, 2550, 230, 'Iona', 439146970, -957837400, 0),
(134641, 2550, 230, 'Isabella', 476172200, -913550000, 0),
(134642, 2550, 230, 'Kabetogama', 484111800, -931947000, 0),
(134643, 2550, 230, 'Kinney', 475142410, -927303030, 0),
(134644, 2550, 230, 'Knife River', 469494000, -917788200, 0),
(134645, 2550, 230, 'Lansing', 437175820, -929891750, 0),
(134646, 2550, 230, 'Lastrup', 460393800, -940630200, 0),
(134647, 2550, 230, 'Littlefork', 483977800, -935569400, 0),
(134648, 2550, 230, 'Marble', 473194400, -932961100, 0),
(134649, 2550, 230, 'Marcell', 476393660, -936668550, 0),
(134650, 2550, 230, 'Marietta', 449318460, -963995950, 0),
(134651, 2550, 230, 'Max', 476296910, -939853550, 0),
(134652, 2550, 230, 'McGrath', 462886980, -932423460, 0),
(134653, 2550, 230, 'Melrude', 472362000, -924121800, 0),
(134654, 2550, 230, 'Mentor', 476732350, -962091290, 0),
(134655, 2550, 230, 'Middle River', 484563710, -960590730, 0),
(134656, 2550, 230, 'Millville', 442446400, -922966450, 0),
(134657, 2550, 230, 'Minnetonka Beach', 449404200, -935970000, 0),
(134658, 2550, 230, 'Navarre', 449572500, -935409100, 0),
(134659, 2550, 230, 'Naytahwaush', 472379230, -956147530, 0),
(134660, 2550, 230, 'Nimrod', 466377800, -948809940, 0),
(134661, 2550, 230, 'Northome', 478300630, -941449500, 0),
(134662, 2550, 230, 'Oak Island', 493102800, -948497800, 0),
(134663, 2550, 230, 'Peterson', 437722800, -918493200, 0),
(134664, 2550, 230, 'Ponemah', 480747740, -948500790, 0),
(134665, 2550, 230, 'Puposky', 477463200, -950062200, 0),
(134666, 2550, 230, 'Reads Landing', 443988160, -920720520, 0),
(134667, 2550, 230, 'Rock Creek', 457574600, -929624300, 0),
(134668, 2550, 230, 'Roosevelt', 487809110, -952505090, 0),
(134669, 2550, 230, 'Russell', 443215740, -959500940, 0),
(134670, 2550, 230, 'Saint Clair', 440807460, -938560630, 0),
(134671, 2550, 230, 'Saint Hilaire', 480016640, -962761130, 0),
(134672, 2550, 230, 'Saint Martin', 455014350, -946647000, 0),
(134673, 2550, 230, 'Sargeant', 438048260, -927491730, 0),
(134674, 2550, 230, 'South International Falls', 485887490, -933984450, 0),
(134675, 2550, 230, 'Steen', 435438240, -962323250, 0),
(134676, 2550, 230, 'Stockton', 440256180, -917598950, 0),
(134677, 2550, 230, 'Swanville', 459476770, -946255200, 0),
(134678, 2550, 230, 'Taconite', 473122110, -933821120, 0),
(134679, 2550, 230, 'Talmoon', 475916810, -937754020, 0),
(134680, 2550, 230, 'Tamarack', 466390470, -931224510, 0),
(134681, 2550, 230, 'Viking', 482387520, -964958710, 0),
(134682, 2550, 230, 'Wahkon', 461227800, -935200000, 0),
(134683, 2550, 230, 'Waldorf', 439352390, -936975800, 0),
(134684, 2550, 230, 'Wannaska', 486290460, -957329150, 0),
(134685, 2550, 230, 'Warba', 471292500, -932671300, 0),
(134686, 2550, 230, 'Wendell', 460648760, -961413970, 0),
(134687, 2550, 230, 'West Union', 457990390, -950807160, 0),
(134688, 2550, 230, 'White Earth', 470965800, -958429800, 0),
(134689, 2550, 230, 'Williams', 489772220, -949597220, 0),
(134690, 2550, 230, 'Wilton', 475252010, -949956090, 0),
(134691, 2551, 230, 'Algoma', 341765280, -889621210, 0),
(134692, 2551, 230, 'Arkabutla', 346974050, -900093100, 0),
(134693, 2551, 230, 'Arnold Line', 313351700, -893734000, 0),
(134694, 2551, 230, 'Artesia', 334114100, -886442140, 0),
(134695, 2551, 230, 'Buckatunna', 314916020, -885616380, 0),
(134696, 2551, 230, 'Conehatta', 324512500, -892853400, 0),
(134697, 2551, 230, 'Crowder', 341714580, -901363250, 0),
(134698, 2551, 230, 'De Lisle', 303793600, -892644900, 0),
(134699, 2551, 230, 'Dennis', 345618000, -882040800, 0),
(134700, 2551, 230, 'Dublin', 341869900, -906258260, 0),
(134701, 2551, 230, 'Elliott', 337823700, -898280100, 0),
(134702, 2551, 230, 'Falkner', 348436100, -889333330, 0),
(134703, 2551, 230, 'Farrell', 342025500, -905715500, 0),
(134704, 2551, 230, 'Gattman', 338854850, -882360910, 0),
(134705, 2551, 230, 'Glen Allan', 330359950, -910177580, 0),
(134706, 2551, 230, 'Glendale', 313646200, -893061700, 0),
(134707, 2551, 230, 'Glendora', 339473420, -901746750, 0),
(134708, 2551, 230, 'Greenwood Springs', 338511670, -883639300, 0),
(134709, 2551, 230, 'Hermanville', 320110800, -908178000, 0),
(134710, 2551, 230, 'Hickory Hills', 304568700, -886391900, 0),
(134711, 2551, 230, 'Hillsboro', 324593100, -895114600, 0),
(134712, 2551, 230, 'Mayersville', 328513800, -910363800, 0),
(134713, 2551, 230, 'McCall Creek', 315109200, -907729200, 0),
(134714, 2551, 230, 'McCarley', 335933110, -898469920, 0),
(134715, 2551, 230, 'McCool', 331663160, -893303770, 0),
(134716, 2551, 230, 'McNeill', 306686110, -896383330, 0),
(134717, 2551, 230, 'Montpelier', 337177780, -889477780, 0),
(134718, 2551, 230, 'Morgantown', 315726700, -913476100, 0),
(134719, 2551, 230, 'Nellieburg', 324068100, -887772700, 0),
(134720, 2551, 230, 'New Site', 345608840, -884158150, 0),
(134721, 2551, 230, 'Pheba', 335940950, -889544610, 0),
(134722, 2551, 230, 'Philipp', 337481830, -902118000, 0),
(134723, 2551, 230, 'Red Banks', 349559100, -895160400, 0),
(134724, 2551, 230, 'Rome', 339874620, -903422520, 0),
(134725, 2551, 230, 'Rose Hill', 321345660, -890142600, 0),
(134726, 2551, 230, 'Ruth', 313816800, -902938200, 0),
(134727, 2551, 230, 'Sherard', 341870140, -906258500, 0),
(134728, 2551, 230, 'Smithdale', 313563000, -906360600, 0),
(134729, 2551, 230, 'Star', 320945090, -900837550, 0),
(134730, 2551, 230, 'Steens', 335756990, -883530600, 0),
(134731, 2551, 230, 'Stewart', 335308840, -894973440, 0),
(134732, 2551, 230, 'Tremont', 342180680, -882072730, 0),
(134733, 2551, 230, 'Vance', 340150460, -904318920, 0),
(134734, 2551, 230, 'Victoria', 348833760, -895094020, 0),
(134735, 2551, 230, 'Waterford', 346407000, -894697800, 0),
(134736, 2552, 230, 'Agency', 396486100, -947444400, 0),
(134737, 2552, 230, 'Alba', 372382800, -944172000, 0),
(134738, 2552, 230, 'Aldrich', 375061510, -935617750, 0),
(134739, 2552, 230, 'Alexandria', 403576020, -914586850, 0),
(134740, 2552, 230, 'Arbela', 405033640, -920017350, 0),
(134741, 2552, 230, 'Argyle', 383000100, -920070090, 0),
(134742, 2552, 230, 'Avilla', 371942570, -941302100, 0),
(134743, 2552, 230, 'Bel-Nor', 387020000, -903167800, 0),
(134744, 2552, 230, 'Bellefontaine Neighbors', 387403300, -902265000, 0),
(134745, 2552, 230, 'Benton City', 391037520, -917722880, 0),
(134746, 2552, 230, 'Bethel', 399071900, -920379730, 0),
(134747, 2552, 230, 'Bixby', 376643470, -910691860, 0),
(134748, 2552, 230, 'Black', 375553200, -910030800, 0),
(134749, 2552, 230, 'Blackburn', 391039220, -934848010, 0),
(134750, 2552, 230, 'Blodgett', 370042520, -895261570, 0),
(134751, 2552, 230, 'Bois D''Arc', 372201310, -935616840, 0),
(134752, 2552, 230, 'Bosworth', 394690980, -933392670, 0),
(134753, 2552, 230, 'Bradleyville', 367836100, -929083300, 0),
(134754, 2552, 230, 'Braggadocio', 361780530, -896715660, 0),
(134755, 2552, 230, 'Bronaugh', 376924980, -944658840, 0),
(134756, 2552, 230, 'Brumley', 380870530, -925314750, 0),
(134757, 2552, 230, 'Burlington Junction', 404355070, -950205580, 0),
(134758, 2552, 230, 'Camden', 391931000, -940118000, 0),
(134759, 2552, 230, 'Catron', 366927920, -897556290, 0),
(134760, 2552, 230, 'Center', 395093740, -915296990, 0),
(134761, 2552, 230, 'Chadwick', 369300000, -930569400, 0),
(134762, 2552, 230, 'Cherryville', 377838730, -912351580, 0),
(134763, 2552, 230, 'Chilhowee', 385893040, -938558480, 0),
(134764, 2552, 230, 'Clarksburg', 386302050, -926801180, 0),
(134765, 2552, 230, 'Clarksville', 393677120, -909053350, 0),
(134766, 2552, 230, 'Cleveland', 386820120, -945919550, 0),
(134767, 2552, 230, 'Clubb', 372342000, -903583200, 0),
(134768, 2552, 230, 'Clyde', 402704600, -946420140, 0),
(134769, 2552, 230, 'Collins', 378721940, -936815690, 0),
(134770, 2552, 230, 'Conception Junction', 402741600, -947174050, 0),
(134771, 2552, 230, 'Cooter', 360469710, -898097130, 0),
(134772, 2552, 230, 'Cosby', 398499460, -946830910, 0),
(134773, 2552, 230, 'Couch', 365692980, -913017620, 0),
(134774, 2552, 230, 'Country Club Hills', 387208800, -902748400, 0),
(134775, 2552, 230, 'Country Club Village', 398322200, -948216300, 0),
(134776, 2552, 230, 'Craig', 401548840, -953554660, 0),
(134777, 2552, 230, 'Cross Timbers', 380230390, -932002950, 0),
(134778, 2552, 230, 'Curryville', 393447200, -913425000, 0),
(134779, 2552, 230, 'Dadeville', 375284290, -937097490, 0),
(134780, 2552, 230, 'De Kalb', 395754260, -949371750, 0),
(134781, 2552, 230, 'De Witt', 393517390, -932953510, 0),
(134782, 2552, 230, 'Deering', 361908000, -898827000, 0),
(134783, 2552, 230, 'Des Arc', 373074420, -906132460, 0),
(134784, 2552, 230, 'Doe Run', 377439460, -904986490, 0),
(134785, 2552, 230, 'Downing', 404726900, -924114950, 0),
(134786, 2552, 230, 'Dutzow', 385974350, -910028080, 0),
(134787, 2552, 230, 'Elmo', 405158630, -951294820, 0),
(134788, 2552, 230, 'Emden', 398589450, -918899030, 0),
(134789, 2552, 230, 'Emma', 389714500, -934926870, 0),
(134790, 2552, 230, 'Esther', 378503300, -904987400, 0),
(134791, 2552, 230, 'Eudora', 374825000, -935375000, 0),
(134792, 2552, 230, 'Eugene', 383919600, -923655000, 0),
(134793, 2552, 230, 'Eunice', 372109300, -917289570, 0),
(134794, 2552, 230, 'Excello', 396496100, -924504970, 0),
(134795, 2552, 230, 'Farley', 392828990, -948309360, 0),
(134796, 2552, 230, 'Florence', 386079640, -929993710, 0),
(134797, 2552, 230, 'Forest City', 399862290, -952224500, 0),
(134798, 2552, 230, 'Fortuna', 385796290, -927746320, 0),
(134799, 2552, 230, 'Franklin', 390592050, -928409800, 0),
(134800, 2552, 230, 'Gibbs', 400807380, -924303710, 0),
(134801, 2552, 230, 'Gibson', 364553200, -900083500, 0),
(134802, 2552, 230, 'Gilliam', 392327650, -930034290, 0),
(134803, 2552, 230, 'Glasgow Village', 387536600, -901984400, 0),
(134804, 2552, 230, 'Gordonville', 373111200, -896791200, 0),
(134805, 2552, 230, 'Graff', 371160660, -923180480, 0),
(134806, 2552, 230, 'Grant City', 404874900, -944110700, 0),
(134807, 2552, 230, 'Green Castle', 403115020, -928803740, 0),
(134808, 2552, 230, 'Green Ridge', 386161230, -934530840, 0),
(134809, 2552, 230, 'Grubville', 382293960, -907949000, 0),
(134810, 2552, 230, 'Hardenville', 365926320, -923728330, 0),
(134811, 2552, 230, 'Hardin', 393018000, -938088000, 0),
(134812, 2552, 230, 'Henrietta', 392131000, -939003000, 0),
(134813, 2552, 230, 'High Point', 384786680, -926042530, 0),
(134814, 2552, 230, 'Holcomb', 364027800, -900230600, 0),
(134815, 2552, 230, 'Holliday', 394851440, -921371030, 0),
(134816, 2552, 230, 'Houstonia', 388993700, -933598860, 0),
(134817, 2552, 230, 'Hughesville', 388576360, -932069120, 0),
(134818, 2552, 230, 'Humphreys', 401153580, -932945370, 0),
(134819, 2552, 230, 'Hurley', 369223300, -934730160, 0),
(134820, 2552, 230, 'Irondale', 378352800, -906725000, 0),
(134821, 2552, 230, 'Jadwin', 374636410, -915092230, 0),
(134822, 2552, 230, 'Jerico Springs', 376690180, -940082860, 0),
(134823, 2552, 230, 'Kingston', 396441700, -940385500, 0),
(134824, 2552, 230, 'Kissee Mills', 366836700, -930499000, 0),
(134825, 2552, 230, 'Lakeshire', 385386600, -903351200, 0),
(134826, 2552, 230, 'Lanagan', 365991260, -944572670, 0),
(134827, 2552, 230, 'Laquey', 377265180, -923429320, 0),
(134828, 2552, 230, 'Laredo', 399995740, -934322400, 0),
(134829, 2552, 230, 'Leadwood', 378672700, -905931800, 0),
(134830, 2552, 230, 'Leslie', 384453130, -912205530, 0),
(134831, 2552, 230, 'Lesterville', 374782200, -908329200, 0),
(134832, 2552, 230, 'Linneus', 398786300, -931888200, 0),
(134833, 2552, 230, 'Livonia', 405254480, -927384960, 0),
(134834, 2552, 230, 'Louisburg', 377265200, -930993720, 0),
(134835, 2552, 230, 'Luebbering', 382688800, -908176800, 0),
(134836, 2552, 230, 'Macomb', 371063410, -924833880, 0),
(134837, 2552, 230, 'Malta Bend', 391972800, -933802800, 0),
(134838, 2552, 230, 'Marquand', 374068150, -901990000, 0),
(134839, 2552, 230, 'Martinsville', 403834450, -941575560, 0),
(134840, 2552, 230, 'McBride', 377133600, -898913000, 0),
(134841, 2552, 230, 'McClurg', 367647600, -928132930, 0),
(134842, 2552, 230, 'McGirk', 386281800, -925679800, 0),
(134843, 2552, 230, 'Mendon', 395908990, -931335930, 0),
(134844, 2552, 230, 'Miami', 393216750, -932271480, 0),
(134845, 2552, 230, 'Millersville', 374469750, -898096690, 0),
(134846, 2552, 230, 'Mindenmines', 374755600, -945888900, 0),
(134847, 2552, 230, 'Montrose', 382586580, -939845350, 0),
(134848, 2552, 230, 'Moody', 365372130, -919908240, 0),
(134849, 2552, 230, 'Morse Mill', 382789130, -906510480, 0),
(134850, 2552, 230, 'Mosby', 393148220, -942937120, 0),
(134851, 2552, 230, 'Napoleon', 391077470, -940639010, 0),
(134852, 2552, 230, 'Neck City', 372568800, -944440800, 0),
(134853, 2552, 230, 'New Cambria', 397564930, -927692920, 0),
(134854, 2552, 230, 'New Hampton', 402159940, -941593470, 0),
(134855, 2552, 230, 'Newark', 399936170, -920068570, 0),
(134856, 2552, 230, 'Newtonia', 368766000, -941851800, 0),
(134857, 2552, 230, 'Newtown', 403442490, -932709250, 0),
(134858, 2552, 230, 'Oldfield', 369657000, -930239970, 0),
(134859, 2552, 230, 'Parnell', 404990410, -946838680, 0),
(134860, 2552, 230, 'Pattonsburg', 400544400, -941247200, 0),
(134861, 2552, 230, 'Pocahontas', 375010800, -896388000, 0),
(134862, 2552, 230, 'Powell', 365763990, -941585040, 0),
(134863, 2552, 230, 'Powersite', 366377700, -930816950, 0),
(134864, 2552, 230, 'Prairie Home', 388294160, -925997290, 0),
(134865, 2552, 230, 'Renick', 392907760, -923461170, 0),
(134866, 2552, 230, 'Revere', 404950200, -916774800, 0),
(134867, 2552, 230, 'Rhineland', 387180600, -915177800, 0),
(134868, 2552, 230, 'Risco', 365517960, -898191610, 0),
(134869, 2552, 230, 'Roby', 374942380, -921142910, 0),
(134870, 2552, 230, 'Rockbridge', 367894440, -924088890, 0),
(134871, 2552, 230, 'Rocky Comfort', 366989740, -941185320, 0),
(134872, 2552, 230, 'Saint Johns', 387133800, -903431700, 0),
(134873, 2552, 230, 'Saint Martins', 385942000, -923371300, 0),
(134874, 2552, 230, 'Sheridan', 404851760, -945450470, 0),
(134875, 2552, 230, 'Skidmore', 402898250, -950749410, 0),
(134876, 2552, 230, 'Solo', 371651130, -919453120, 0),
(134877, 2552, 230, 'South Fork', 366277800, -919627800, 0),
(134878, 2552, 230, 'South Greenfield', 373755600, -938408300, 0),
(134879, 2552, 230, 'Spickard', 402323930, -935016050, 0),
(134880, 2552, 230, 'Strasburg', 387600000, -941661000, 0),
(134881, 2552, 230, 'Tiff', 380191670, -906527780, 0),
(134882, 2552, 230, 'Tiff City', 366646200, -945969000, 0),
(134883, 2552, 230, 'Treloar', 386429800, -911878700, 0),
(134884, 2552, 230, 'Truxton', 389642000, -912279000, 0),
(134885, 2552, 230, 'Ulman', 381530600, -924441700, 0),
(134886, 2552, 230, 'Urich', 384605080, -939987130, 0),
(134887, 2552, 230, 'Utica', 397389200, -936279740, 0),
(134888, 2552, 230, 'Valles Mines', 379327520, -904519020, 0),
(134889, 2552, 230, 'Velda Village', 386900500, -902942800, 0),
(134890, 2552, 230, 'Velda Village Hills', 386906100, -902873400, 0),
(134891, 2552, 230, 'Walker', 378910310, -942327740, 0),
(134892, 2552, 230, 'Wasola', 367435120, -925189700, 0),
(134893, 2552, 230, 'Wentworth', 369889840, -941363720, 0),
(134894, 2552, 230, 'Williamsburg', 388362840, -920038060, 0),
(134895, 2552, 230, 'Williamstown', 402043940, -918661380, 0),
(134896, 2552, 230, 'Windyville', 377132570, -929345360, 0),
(134897, 2552, 230, 'Winston', 398703740, -941415320, 0),
(134898, 2552, 230, 'Worthington', 404240320, -927676720, 0),
(134899, 2552, 230, 'Zalma', 371350200, -900802800, 0),
(134900, 2552, 230, 'Zanoni', 366870610, -923049290, 0),
(134901, 2553, 230, 'Acton', 459264800, -1086937490, 0),
(134902, 2553, 230, 'Alzada', 451835450, -1042500420, 0),
(134903, 2553, 230, 'Antelope', 486861630, -1044548080, 0),
(134904, 2553, 230, 'Arlee', 471691700, -1140900000, 0),
(134905, 2553, 230, 'Augusta', 473930370, -1126336580, 0),
(134906, 2553, 230, 'Bainville', 481397090, -1042197590, 0),
(134907, 2553, 230, 'Ballantine', 459563710, -1080946940, 0),
(134908, 2553, 230, 'Bloomfield', 473822470, -1049450960, 0),
(134909, 2553, 230, 'Bonner-West Riverside', 468766900, -1138867800, 0),
(134910, 2553, 230, 'Broadview', 461988480, -1089166130, 0),
(134911, 2553, 230, 'Brockton', 481494400, -1049163900, 0),
(134912, 2553, 230, 'Cameron', 449755590, -1116179190, 0),
(134913, 2553, 230, 'Canyon Creek', 468400150, -1123076810, 0),
(134914, 2553, 230, 'Coffee Creek', 473510200, -1100853800, 0),
(134915, 2553, 230, 'Crane', 477113650, -1041832000, 0),
(134916, 2553, 230, 'Dagmar', 486062690, -1042484490, 0),
(134917, 2553, 230, 'Denton', 473183260, -1099446610, 0),
(134918, 2553, 230, 'Divide', 457772000, -1127109900, 0),
(134919, 2553, 230, 'Edgar', 455064900, -1090084750, 0),
(134920, 2553, 230, 'Elliston', 465739000, -1124978400, 0),
(134921, 2553, 230, 'Elmo', 478203250, -1143933360, 0),
(134922, 2553, 230, 'Fort Shaw', 475596850, -1118081670, 0),
(134923, 2553, 230, 'Fort Smith', 452942100, -1078224200, 0),
(134924, 2553, 230, 'Fortine', 487906360, -1148862020, 0),
(134925, 2553, 230, 'Garrison', 465222590, -1128599560, 0),
(134926, 2553, 230, 'Garryowen', 454717290, -1072607530, 0),
(134927, 2553, 230, 'Glen', 454816000, -1126948900, 0),
(134928, 2553, 230, 'Greycliff', 457748970, -1096877270, 0),
(134929, 2553, 230, 'Hays', 482086530, -1088031720, 0),
(134930, 2553, 230, 'Heart Butte', 483159060, -1129287520, 0),
(134931, 2553, 230, 'Helena Valley Northeast', 466988200, -1119520700, 0),
(134932, 2553, 230, 'Heron', 480430450, -1159562810, 0),
(134933, 2553, 230, 'Hilger', 474687150, -1093562480, 0),
(134934, 2553, 230, 'Hogeland', 488773510, -1087191000, 0),
(134935, 2553, 230, 'Ismay', 464982400, -1047894620, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(134936, 2553, 230, 'Lake McDonald', 486217710, -1138723310, 0),
(134937, 2553, 230, 'Lambert', 477580190, -1047388610, 0),
(134938, 2553, 230, 'Lima', 446458780, -1126002450, 0),
(134939, 2553, 230, 'Lothair', 484716700, -1112322200, 0),
(134940, 2553, 230, 'Martin City', 483916670, -1140372220, 0),
(134941, 2553, 230, 'Martinsdale', 464161110, -1105425000, 0),
(134942, 2553, 230, 'Medicine Lake', 485027550, -1045017640, 0),
(134943, 2553, 230, 'Melrose', 456319440, -1126836110, 0),
(134944, 2553, 230, 'Moore', 469744150, -1096934420, 0),
(134945, 2553, 230, 'Opheim', 488931100, -1064762100, 0),
(134946, 2553, 230, 'Plevna', 463905170, -1046457330, 0),
(134947, 2553, 230, 'Pryor', 454191350, -1085318900, 0),
(134948, 2553, 230, 'Ravalli', 472772220, -1141797220, 0),
(134949, 2553, 230, 'Raymond', 487807260, -1045579400, 0),
(134950, 2553, 230, 'Reserve', 485734590, -1046918870, 0),
(134951, 2553, 230, 'Rollins', 479228330, -1142593970, 0),
(134952, 2553, 230, 'Roscoe', 453750510, -1094252610, 0),
(134953, 2553, 230, 'Roy', 474065940, -1087356430, 0),
(134954, 2553, 230, 'Rudyard', 486510650, -1105565980, 0),
(134955, 2553, 230, 'Saint Marie', 484041470, -1065444960, 0),
(134956, 2553, 230, 'Saint Regis', 472995080, -1150959990, 0),
(134957, 2553, 230, 'Saltese', 474102780, -1155086110, 0),
(134958, 2553, 230, 'Sanders', 462913890, -1070961110, 0),
(134959, 2553, 230, 'Shawmut', 463758950, -1095916780, 0),
(134960, 2553, 230, 'Sun River', 475041930, -1117433970, 0),
(134961, 2553, 230, 'Toston', 461758790, -1114796290, 0),
(134962, 2553, 230, 'Trego', 487051800, -1148683200, 0),
(134963, 2553, 230, 'Vandalia', 483547200, -1069090800, 0),
(134964, 2553, 230, 'Vida', 478590830, -1053500130, 0),
(134965, 2553, 230, 'Whitewater', 488741100, -1073934110, 0),
(134966, 2554, 230, 'Abie', 413449510, -969616730, 0),
(134967, 2554, 230, 'Archer', 411769510, -981161740, 0),
(134968, 2554, 230, 'Arthur', 415716500, -1016915600, 0),
(134969, 2554, 230, 'Ashton', 413003710, -988157570, 0),
(134970, 2554, 230, 'Bartlett', 418852900, -985523000, 0),
(134971, 2554, 230, 'Beaver City', 401375100, -998295600, 0),
(134972, 2554, 230, 'Bennet', 406794840, -965137510, 0),
(134973, 2554, 230, 'Bradshaw', 408845810, -977469550, 0),
(134974, 2554, 230, 'Brady', 410596640, -1003711320, 0),
(134975, 2554, 230, 'Broadwater', 415962210, -1028528510, 0),
(134976, 2554, 230, 'Byron', 400431800, -977521100, 0),
(134977, 2554, 230, 'Carroll', 422863090, -971930190, 0),
(134978, 2554, 230, 'Champion', 405724100, -1019785800, 0),
(134979, 2554, 230, 'Coleridge', 425061060, -972033010, 0),
(134980, 2554, 230, 'Dix', 412022160, -1034702090, 0),
(134981, 2554, 230, 'Dixon', 424175430, -969554310, 0),
(134982, 2554, 230, 'Elsmere', 422935870, -1002916500, 0),
(134983, 2554, 230, 'Elyria', 416975300, -990679150, 0),
(134984, 2554, 230, 'Farwell', 412254200, -986726410, 0),
(134985, 2554, 230, 'Fordyce', 427367370, -973641030, 0),
(134986, 2554, 230, 'Goehner', 408323710, -972023750, 0),
(134987, 2554, 230, 'Guide Rock', 400726890, -983300730, 0),
(134988, 2554, 230, 'Hampton', 408820280, -978862250, 0),
(134989, 2554, 230, 'Hardy', 400104400, -979254110, 0),
(134990, 2554, 230, 'Hayes Center', 405108400, -1010196000, 0),
(134991, 2554, 230, 'Hildreth', 403371110, -990429140, 0),
(134992, 2554, 230, 'Holbrook', 403048080, -1000006460, 0),
(134993, 2554, 230, 'Howells', 417233630, -970036760, 0),
(134994, 2554, 230, 'Hubbard', 424064820, -966197630, 0),
(134995, 2554, 230, 'Hyannis', 420005400, -1017618400, 0),
(134996, 2554, 230, 'Inman', 423443070, -985548170, 0),
(134997, 2554, 230, 'Ithaca', 411612950, -965389500, 0),
(134998, 2554, 230, 'Leigh', 417043310, -972339120, 0),
(134999, 2554, 230, 'Linwood', 414127100, -969321800, 0),
(135000, 2554, 230, 'Lisco', 415704040, -1025432270, 0),
(135001, 2554, 230, 'Lyman', 419163690, -1040380530, 0),
(135002, 2554, 230, 'Macy', 421130500, -963564200, 0),
(135003, 2554, 230, 'Magnet', 424766310, -974377480, 0),
(135004, 2554, 230, 'Malcolm', 409127240, -968672840, 0),
(135005, 2554, 230, 'Manley', 409187500, -961651870, 0),
(135006, 2554, 230, 'Meadow Grove', 420295600, -977347050, 0),
(135007, 2554, 230, 'Merriman', 429215900, -1017066500, 0),
(135008, 2554, 230, 'Mills', 428918510, -994535270, 0),
(135009, 2554, 230, 'Morrill', 419655950, -1039257870, 0),
(135010, 2554, 230, 'Mullen', 420427800, -1010426600, 0),
(135011, 2554, 230, 'Nemaha', 403390140, -956749520, 0),
(135012, 2554, 230, 'Nickerson', 415225560, -964978060, 0),
(135013, 2554, 230, 'Odell', 400444200, -968032200, 0),
(135014, 2554, 230, 'Ohiowa', 404124940, -974516310, 0),
(135015, 2554, 230, 'Page', 424284820, -983779990, 0),
(135016, 2554, 230, 'Phillips', 408979230, -982134790, 0),
(135017, 2554, 230, 'Pleasanton', 409694740, -990874070, 0),
(135018, 2554, 230, 'Republican City', 400992120, -992286140, 0),
(135019, 2554, 230, 'Riverdale', 407847370, -991616090, 0),
(135020, 2554, 230, 'Rockville', 411163930, -988581630, 0),
(135021, 2554, 230, 'Rogers', 414688200, -969580800, 0),
(135022, 2554, 230, 'Rosalie', 420601900, -964697840, 0),
(135023, 2554, 230, 'Roseland', 404373160, -985531620, 0),
(135024, 2554, 230, 'Rulo', 400462660, -954415620, 0),
(135025, 2554, 230, 'Salem', 400440230, -957276200, 0),
(135026, 2554, 230, 'Shickley', 404157430, -977227280, 0),
(135027, 2554, 230, 'Silver Creek', 413162370, -976633930, 0),
(135028, 2554, 230, 'Sparks', 429406900, -1002575400, 0),
(135029, 2554, 230, 'Staplehurst', 409745210, -971730140, 0),
(135030, 2554, 230, 'Stockville', 405327900, -1003834800, 0),
(135031, 2554, 230, 'Strang', 403940810, -975388860, 0),
(135032, 2554, 230, 'Stratton', 401503400, -1012255940, 0),
(135033, 2554, 230, 'Sumner', 409457540, -995283570, 0),
(135034, 2554, 230, 'Table Rock', 401786100, -960936100, 0),
(135035, 2554, 230, 'Taylor', 417702800, -993787200, 0),
(135036, 2554, 230, 'Thurston', 421930830, -966803420, 0),
(135037, 2554, 230, 'Tobias', 404190370, -973377050, 0),
(135038, 2554, 230, 'Uehling', 417340800, -965047200, 0),
(135039, 2554, 230, 'Unadilla', 406854280, -962731790, 0),
(135040, 2554, 230, 'Whitney', 427376620, -1032249020, 0),
(135041, 2554, 230, 'Winslow', 416095800, -965037000, 0),
(135042, 2554, 230, 'Wood Lake', 426291460, -1003019470, 0),
(135043, 2555, 230, 'Blue Diamond', 360781600, -1154149910, 0),
(135044, 2555, 230, 'Bunkerville', 367730300, -1141280200, 0),
(135045, 2555, 230, 'Cal-Nev-Ari', 353151200, -1148833020, 0),
(135046, 2555, 230, 'Coyote Springs', 366591000, -1146656000, 0),
(135047, 2555, 230, 'Glenbrook', 390811560, -1199397400, 0),
(135048, 2555, 230, 'Indian Hills', 390860200, -1197840700, 0),
(135049, 2555, 230, 'Johnson Lane', 390479600, -1197221200, 0),
(135050, 2555, 230, 'Kingsbury', 389771300, -1199068500, 0),
(135051, 2555, 230, 'Manhattan', 385390000, -1170751400, 0),
(135052, 2555, 230, 'Montello', 412623800, -1141920200, 0),
(135053, 2555, 230, 'Ruth', 392787380, -1149893400, 0),
(135054, 2555, 230, 'Wadsworth', 396425090, -1192811870, 0),
(135055, 2556, 230, 'Ashuelot', 427831270, -724341040, 0),
(135056, 2556, 230, 'Center Tuftonboro', 436541670, -712477780, 0),
(135057, 2556, 230, 'East Candia', 430449910, -712507070, 0),
(135058, 2556, 230, 'Eaton Center', 439091670, -710841670, 0),
(135059, 2556, 230, 'Elkins', 434203200, -719387300, 0),
(135060, 2556, 230, 'Lempster', 432384100, -722106400, 0),
(135061, 2556, 230, 'Milton Mills', 435059400, -709768080, 0),
(135062, 2556, 230, 'Nelson', 430045900, -721464630, 0),
(135063, 2556, 230, 'Newton Junction', 428679980, -710660280, 0),
(135064, 2556, 230, 'North Sandwich', 438605730, -713784300, 0),
(135065, 2556, 230, 'North Stratford', 447190070, -714664080, 0),
(135066, 2556, 230, 'Pittsburg', 451129210, -712550970, 0),
(135067, 2556, 230, 'Randolph', 443882000, -712187000, 0),
(135068, 2556, 230, 'South Acworth', 431772960, -723326830, 0),
(135069, 2556, 230, 'Stratham Station', 430528700, -708953300, 0),
(135070, 2556, 230, 'Tuftonboro', 436964700, -712220100, 0),
(135071, 2556, 230, 'West Ossipee', 438370270, -712013450, 0),
(135072, 2556, 230, 'Winnisquam', 434896010, -715269200, 0),
(135073, 2556, 230, 'Wonalancet', 439075000, -713493200, 0),
(135074, 2557, 230, 'Cape May Point', 389366700, -749652800, 0),
(135075, 2557, 230, 'Cedar Glen Lakes', 399523400, -743998700, 0),
(135076, 2557, 230, 'Changewater', 407353400, -749419400, 0),
(135077, 2557, 230, 'Chesilhurst', 397323400, -748810000, 0),
(135078, 2557, 230, 'Country Lake Estates', 399426200, -745440400, 0),
(135079, 2557, 230, 'Crestwood Village', 399494590, -743640290, 0),
(135080, 2557, 230, 'Glasser', 409901590, -746301260, 0),
(135081, 2557, 230, 'Heislerville', 392461200, -749941800, 0),
(135082, 2557, 230, 'Holiday Heights', 399459500, -742540300, 0),
(135083, 2557, 230, 'Johnsonburg', 409669500, -748743300, 0),
(135084, 2557, 230, 'Juliustown', 400132800, -746691000, 0),
(135085, 2557, 230, 'Middleville', 410549300, -748625600, 0),
(135086, 2557, 230, 'North Middletown', 404395500, -741190300, 0),
(135087, 2557, 230, 'Pemberton Heights', 399626100, -746787700, 0),
(135088, 2557, 230, 'Pine Ridge at Crestwood', 399545600, -743151500, 0),
(135089, 2557, 230, 'Presidential Lakes Estates', 399137300, -745646000, 0),
(135090, 2557, 230, 'Seabrook Farms', 395009500, -752179600, 0),
(135091, 2557, 230, 'South Belmar', 401709500, -740273600, 0),
(135092, 2557, 230, 'South Seaville', 391792830, -747584390, 0),
(135093, 2557, 230, 'Stillwater', 410358330, -748786110, 0),
(135094, 2557, 230, 'Strathmere', 391953110, -746589640, 0),
(135095, 2557, 230, 'Ten Mile Run', 404130100, -746022300, 0),
(135096, 2558, 230, 'Amalia', 368025010, -1055848790, 0),
(135097, 2558, 230, 'Animas', 320883330, -1088786110, 0),
(135098, 2558, 230, 'Anton Chico', 350863470, -1050632260, 0),
(135099, 2558, 230, 'Arroyo Hondo', 365337070, -1056656070, 0),
(135100, 2558, 230, 'Bard', 351156600, -1033132200, 0),
(135101, 2558, 230, 'Bent', 331532500, -1058828340, 0),
(135102, 2558, 230, 'Berino', 320709300, -1066213800, 0),
(135103, 2558, 230, 'Buena Vista', 358911110, -1051852780, 0),
(135104, 2558, 230, 'Caballo', 330163640, -1074152290, 0),
(135105, 2558, 230, 'Capulin', 367281710, -1039750620, 0),
(135106, 2558, 230, 'Carson', 366369990, -1058442770, 0),
(135107, 2558, 230, 'Cerro', 367362100, -1054763870, 0),
(135108, 2558, 230, 'Chamberino', 320344370, -1066609640, 0),
(135109, 2558, 230, 'Chamisal', 361546100, -1057284790, 0),
(135110, 2558, 230, 'Church Rock', 355339100, -1085998000, 0),
(135111, 2558, 230, 'Cordova', 360269260, -1057692450, 0),
(135112, 2558, 230, 'Costilla', 369143890, -1054582190, 0),
(135113, 2558, 230, 'Coyote', 361768100, -1066538300, 0),
(135114, 2558, 230, 'Dixon', 361986110, -1058616670, 0),
(135115, 2558, 230, 'Eagle Nest', 365896020, -1052767510, 0),
(135116, 2558, 230, 'El Rancho', 358891900, -1060797500, 0),
(135117, 2558, 230, 'El Valle de Arroyo Seco', 359628000, -1060294700, 0),
(135118, 2558, 230, 'Elida', 338957000, -1036191820, 0),
(135119, 2558, 230, 'Fairacres', 323143680, -1070372380, 0),
(135120, 2558, 230, 'Faywood', 325862870, -1079319360, 0),
(135121, 2558, 230, 'Fence Lake', 347658630, -1087815530, 0),
(135122, 2558, 230, 'Folsom', 369102480, -1038077560, 0),
(135123, 2558, 230, 'Gila', 330177560, -1082829860, 0),
(135124, 2558, 230, 'Grady', 348203640, -1033163580, 0),
(135125, 2558, 230, 'Guadalupita', 361481060, -1051367790, 0),
(135126, 2558, 230, 'Hagerman', 331151100, -1043269100, 0),
(135127, 2558, 230, 'Hernandez', 360693000, -1061623200, 0),
(135128, 2558, 230, 'Holman', 360383330, -1053830560, 0),
(135129, 2558, 230, 'Jamestown', 354314220, -1087262400, 0),
(135130, 2558, 230, 'Jarales', 346131200, -1067636400, 0),
(135131, 2558, 230, 'La Huerta', 324429000, -1042210600, 0),
(135132, 2558, 230, 'La Madera', 363863900, -1060411100, 0),
(135133, 2558, 230, 'La Union', 319506600, -1066616600, 0),
(135134, 2558, 230, 'Lee Acres', 366988900, -1080367400, 0),
(135135, 2558, 230, 'Magdalena', 341125000, -1072377800, 0),
(135136, 2558, 230, 'Malaga', 322123810, -1040671220, 0),
(135137, 2558, 230, 'Meadow Lake', 348014400, -1065436300, 0),
(135138, 2558, 230, 'Mentmore', 354943560, -1088544340, 0),
(135139, 2558, 230, 'Monterey Park', 347589800, -1066408500, 0),
(135140, 2558, 230, 'Mule Creek', 331221400, -1089564200, 0),
(135141, 2558, 230, 'Nambe', 358933600, -1059825200, 0),
(135142, 2558, 230, 'Navajo Dam', 369054150, -1076504310, 0),
(135143, 2558, 230, 'Nogal', 335008830, -1057401920, 0),
(135144, 2558, 230, 'Ponderosa Pine', 349769900, -1063241900, 0),
(135145, 2558, 230, 'Redrock', 328674250, -1087222590, 0),
(135146, 2558, 230, 'Reserve', 337131100, -1087578400, 0),
(135147, 2558, 230, 'Rowe', 355089700, -1056690300, 0),
(135148, 2558, 230, 'Roy', 359401840, -1041948590, 0),
(135149, 2558, 230, 'Sacramento', 327844110, -1056436580, 0),
(135150, 2558, 230, 'San Miguel', 321553800, -1067350000, 0),
(135151, 2558, 230, 'Sanostee', 364347530, -1088727140, 0),
(135152, 2558, 230, 'Santa Clara Pueblo', 359655800, -1060886300, 0),
(135153, 2558, 230, 'Smith Lake', 357739200, -1079893300, 0),
(135154, 2558, 230, 'Solano', 358384500, -1041647600, 0),
(135155, 2558, 230, 'Spencerville', 368200000, -1080581300, 0),
(135156, 2558, 230, 'Tatum', 332523390, -1033142160, 0),
(135157, 2558, 230, 'Texico', 343886900, -1030513400, 0),
(135158, 2558, 230, 'Tohatchi', 358607480, -1087621180, 0),
(135159, 2558, 230, 'Tres Piedras', 366369940, -1058442720, 0),
(135160, 2558, 230, 'Vadito', 361891500, -1056880150, 0),
(135161, 2558, 230, 'Vado', 321117600, -1066625000, 0),
(135162, 2558, 230, 'Watrous', 360174470, -1050018300, 0),
(135163, 2558, 230, 'Willard', 344495350, -1060092590, 0),
(135164, 2558, 230, 'Williamsburg', 330625000, -1072977780, 0),
(135165, 2559, 230, 'Adams Basin', 431919900, -778572500, 0),
(135166, 2559, 230, 'Alcove', 424674100, -739282300, 0),
(135167, 2559, 230, 'Allentown', 420883720, -780617620, 0),
(135168, 2559, 230, 'Antwerp', 441991040, -756109370, 0),
(135169, 2559, 230, 'Apulia Station', 428174800, -760731800, 0),
(135170, 2559, 230, 'Arcadia', 430616670, -770877780, 0),
(135171, 2559, 230, 'Bakers Mills', 436147220, -740252780, 0),
(135172, 2559, 230, 'Barnum Island', 406045500, -736440200, 0),
(135173, 2559, 230, 'Barryville', 414775000, -749111100, 0),
(135174, 2559, 230, 'Beaverdam Lake-Salisbury Mills', 414416200, -741162900, 0),
(135175, 2559, 230, 'Bellona', 427551760, -770203420, 0),
(135176, 2559, 230, 'Bible School Park', 421019360, -759640300, 0),
(135177, 2559, 230, 'Big Indian', 420929400, -744618600, 0),
(135178, 2559, 230, 'Black Creek', 422870250, -782560430, 0),
(135179, 2559, 230, 'Bliss', 425760170, -782583130, 0),
(135180, 2559, 230, 'Blodgett Mills', 425672430, -761243340, 0),
(135181, 2559, 230, 'Bloomingdale', 444011350, -740698860, 0),
(135182, 2559, 230, 'Bradford', 423931930, -770832010, 0),
(135183, 2559, 230, 'Brier Hill', 445429380, -756879570, 0),
(135184, 2559, 230, 'Brookfield', 428079740, -753421870, 0),
(135185, 2559, 230, 'Burlingham', 415900000, -743825000, 0),
(135186, 2559, 230, 'Canaseraga', 424544560, -777875810, 0),
(135187, 2559, 230, 'Carmel Hamlet', 414148500, -736852400, 0),
(135188, 2559, 230, 'Castle Creek', 422250560, -759289360, 0),
(135189, 2559, 230, 'Cayuta', 422780020, -767015560, 0),
(135190, 2559, 230, 'Ceres', 420133840, -782694120, 0),
(135191, 2559, 230, 'Charlotteville', 425452780, -746650000, 0),
(135192, 2559, 230, 'Chase Mills', 448616540, -750722970, 0),
(135193, 2559, 230, 'Chichester', 420893380, -742679460, 0),
(135194, 2559, 230, 'Clark Mills', 430922900, -753796200, 0),
(135195, 2559, 230, 'Cleverdale', 434738890, -736358330, 0),
(135196, 2559, 230, 'Cornwallville', 423782800, -741239630, 0),
(135197, 2559, 230, 'Cortland West', 425943100, -762258700, 0),
(135198, 2559, 230, 'Crittenden', 429489000, -784760330, 0),
(135199, 2559, 230, 'Davenport', 424690800, -748074000, 0),
(135200, 2559, 230, 'Dayton', 424257740, -789809730, 0),
(135201, 2559, 230, 'Deansboro', 429950070, -754307990, 0),
(135202, 2559, 230, 'Deer River', 439297220, -755894440, 0),
(135203, 2559, 230, 'Delphi Falls', 428793230, -759139480, 0),
(135204, 2559, 230, 'Denmark', 438997220, -755827780, 0),
(135205, 2559, 230, 'Depauville', 441383330, -760658330, 0),
(135206, 2559, 230, 'East Springfield', 428330050, -747596640, 0),
(135207, 2559, 230, 'East Williston', 407584300, -736348500, 0),
(135208, 2559, 230, 'East Worcester', 425595560, -746471120, 0),
(135209, 2559, 230, 'Eaton', 428306940, -756547850, 0),
(135210, 2559, 230, 'Eatons Neck', 409306500, -734015100, 0),
(135211, 2559, 230, 'Eldred', 415288410, -748913960, 0),
(135212, 2559, 230, 'Elka Park', 421840840, -741314220, 0),
(135213, 2559, 230, 'Essex', 442780600, -734097200, 0),
(135214, 2559, 230, 'Etna', 424805680, -763910090, 0),
(135215, 2559, 230, 'Fairmount', 430472900, -762385400, 0),
(135216, 2559, 230, 'Fancher', 432430700, -780890560, 0),
(135217, 2559, 230, 'Farnham', 425931360, -790862470, 0),
(135218, 2559, 230, 'Felts Mills', 440187600, -757509600, 0),
(135219, 2559, 230, 'Fine', 442424610, -751420490, 0),
(135220, 2559, 230, 'Fort Hunter', 429422610, -742837180, 0),
(135221, 2559, 230, 'Franklin Springs', 430366200, -753925200, 0),
(135222, 2559, 230, 'Fremont Center', 418489380, -750242460, 0),
(135223, 2559, 230, 'Fultonham', 425895000, -743916700, 0),
(135224, 2559, 230, 'Gabriels', 444319440, -741813890, 0),
(135225, 2559, 230, 'Gerry', 421977070, -792253240, 0),
(135226, 2559, 230, 'Glasco', 420437000, -739473600, 0),
(135227, 2559, 230, 'Glen Wild', 416360600, -745948090, 0),
(135228, 2559, 230, 'Gordon Heights', 408587100, -729706600, 0),
(135229, 2559, 230, 'Grandyle Village', 429964500, -789550400, 0),
(135230, 2559, 230, 'Greenport West', 411017800, -723719500, 0),
(135231, 2559, 230, 'Greig', 436829100, -753131110, 0),
(135232, 2559, 230, 'Hamden', 422171810, -750131730, 0),
(135233, 2559, 230, 'Hampton Manor', 426209100, -737284500, 0),
(135234, 2559, 230, 'Hankins', 418250760, -750979240, 0),
(135235, 2559, 230, 'Heritage Hills', 413395400, -736973500, 0),
(135236, 2559, 230, 'Hewlett Harbor', 406362100, -736815200, 0),
(135237, 2559, 230, 'Highland Lake', 415287240, -748497540, 0),
(135238, 2559, 230, 'Hillside Lake', 416148200, -737981900, 0),
(135239, 2559, 230, 'Hinckley', 432759700, -751768500, 0),
(135240, 2559, 230, 'Hobart', 423820900, -746803920, 0),
(135241, 2559, 230, 'Howes Cave', 427100500, -743637900, 0),
(135242, 2559, 230, 'Java Center', 426558590, -783825800, 0),
(135243, 2559, 230, 'Jefferson Valley-Yorktown', 413179700, -738006600, 0),
(135244, 2559, 230, 'Jordanville', 428953260, -748155970, 0),
(135245, 2559, 230, 'Kaser', 411212100, -740670900, 0),
(135246, 2559, 230, 'Keene', 442166670, -737883300, 0),
(135247, 2559, 230, 'Kenoza Lake', 417817660, -749330140, 0),
(135248, 2559, 230, 'Knowlesville', 432385140, -783087890, 0),
(135249, 2559, 230, 'Lake Mohegan', 413178700, -738462500, 0),
(135250, 2559, 230, 'Lanesville', 421356130, -742644190, 0),
(135251, 2559, 230, 'Laurel Hollow', 408567700, -734695700, 0),
(135252, 2559, 230, 'Leon', 422929800, -790165800, 0),
(135253, 2559, 230, 'Little York', 427044010, -761583900, 0),
(135254, 2559, 230, 'Livingston', 421419000, -737782800, 0),
(135255, 2559, 230, 'Livonia Center', 428213890, -776388890, 0),
(135256, 2559, 230, 'Lorenz Park', 422637000, -737684600, 0),
(135257, 2559, 230, 'Lorraine', 437907100, -758280300, 0),
(135258, 2559, 230, 'Maplecrest', 422912810, -741464150, 0),
(135259, 2559, 230, 'Martinsburg', 437375000, -754700000, 0),
(135260, 2559, 230, 'Martville', 433170000, -766670000, 0),
(135261, 2559, 230, 'Mellenville', 422530560, -736680560, 0),
(135262, 2559, 230, 'Melrose Park', 429086800, -765402200, 0),
(135263, 2559, 230, 'Minerva', 437713500, -739947400, 0),
(135264, 2559, 230, 'Moriah', 440390150, -735130650, 0),
(135265, 2559, 230, 'Morris', 425484050, -752447700, 0),
(135266, 2559, 230, 'Mottville', 429736110, -764427780, 0),
(135267, 2559, 230, 'Mount Marion', 420366000, -739988400, 0),
(135268, 2559, 230, 'Mountain Lodge Park', 413884300, -741418100, 0),
(135269, 2559, 230, 'Munsons Corners', 425822900, -762091000, 0),
(135270, 2559, 230, 'Natural Bridge', 440959680, -754782880, 0),
(135271, 2559, 230, 'Nelliston', 429324930, -746124790, 0),
(135272, 2559, 230, 'Neversink', 418521500, -746199070, 0),
(135273, 2559, 230, 'New Lisbon', 425764450, -753280060, 0),
(135274, 2559, 230, 'New Milford', 412347100, -744133900, 0),
(135275, 2559, 230, 'Newton Falls', 441964200, -749812800, 0),
(135276, 2559, 230, 'Nissequogue', 409039900, -731978900, 0),
(135277, 2559, 230, 'North Chatham', 424719000, -736321800, 0),
(135278, 2559, 230, 'North Evans', 426979070, -789856580, 0),
(135279, 2559, 230, 'North Hoosick', 429280200, -733432800, 0),
(135280, 2559, 230, 'North Patchogue', 407870400, -730090000, 0),
(135281, 2559, 230, 'Orange Lake', 415398200, -740982000, 0),
(135282, 2559, 230, 'Otto', 423522990, -788291550, 0),
(135283, 2559, 230, 'Oxbow', 442866700, -756203000, 0),
(135284, 2559, 230, 'Oyster Bay Cove', 408709300, -735109600, 0),
(135285, 2559, 230, 'Parishville', 445344060, -747751050, 0),
(135286, 2559, 230, 'Pelham Manor', 408953800, -738070800, 0),
(135287, 2559, 230, 'Phillipsport', 416514490, -744392900, 0),
(135288, 2559, 230, 'Pike', 425542230, -781444920, 0),
(135289, 2559, 230, 'Plattsburgh West', 446831500, -735029500, 0),
(135290, 2559, 230, 'Plessis', 442797360, -758477780, 0),
(135291, 2559, 230, 'Port Gibson', 430358580, -771571340, 0),
(135292, 2559, 230, 'Port Kent', 445263900, -734096660, 0),
(135293, 2559, 230, 'Portageville', 425516580, -780800200, 0),
(135294, 2559, 230, 'Quaker Street', 427347500, -741855500, 0),
(135295, 2559, 230, 'Rainbow Lake', 444928200, -741225000, 0),
(135296, 2559, 230, 'Redfield', 435956100, -758103890, 0),
(135297, 2559, 230, 'Rensselaer Falls', 445906800, -753265800, 0),
(135298, 2559, 230, 'Rexville', 420740040, -776661900, 0),
(135299, 2559, 230, 'Richburg', 420898670, -781559820, 0),
(135300, 2559, 230, 'Rock Stream', 424693780, -769325770, 0),
(135301, 2559, 230, 'Rose', 431549790, -768737250, 0),
(135302, 2559, 230, 'Round Top', 422730300, -740696820, 0),
(135303, 2559, 230, 'Saint Regis Falls', 446689200, -746493000, 0),
(135304, 2559, 230, 'Salisbury Center', 432300780, -747951910, 0),
(135305, 2559, 230, 'Sardinia', 425411110, -785080560, 0),
(135306, 2559, 230, 'Saugerties South', 420613900, -739506700, 0),
(135307, 2559, 230, 'Schuyler Lake', 427802780, -750283330, 0),
(135308, 2559, 230, 'Scottsburg', 426649050, -777154460, 0),
(135309, 2559, 230, 'Seneca Castle', 429052240, -771274900, 0),
(135310, 2559, 230, 'Shushan', 431287180, -733064430, 0),
(135311, 2559, 230, 'Smallwood', 416652780, -748197220, 0),
(135312, 2559, 230, 'Smithboro', 421011900, -763673800, 0),
(135313, 2559, 230, 'Smyrna', 426913640, -756353670, 0),
(135314, 2559, 230, 'Solsville', 429105560, -755180560, 0),
(135315, 2559, 230, 'South Butler', 431320880, -767621910, 0),
(135316, 2559, 230, 'South Jamesport', 409374380, -725782940, 0),
(135317, 2559, 230, 'South Plymouth', 426083330, -757019440, 0),
(135318, 2559, 230, 'Southport', 420548000, -768191200, 0),
(135319, 2559, 230, 'Spring Glen', 416655560, -744302780, 0),
(135320, 2559, 230, 'Stella Niagara', 431976770, -790435200, 0),
(135321, 2559, 230, 'Stittville', 432225000, -752859330, 0),
(135322, 2559, 230, 'Stow', 421550800, -794057300, 0),
(135323, 2559, 230, 'Surprise', 423597790, -739501270, 0),
(135324, 2559, 230, 'Thomaston', 407862100, -737137400, 0),
(135325, 2559, 230, 'Tioga Center', 420561000, -763483200, 0),
(135326, 2559, 230, 'Truxton', 426936410, -760129720, 0),
(135327, 2559, 230, 'Tunnel', 422161110, -757269440, 0),
(135328, 2559, 230, 'Tyrone', 424015090, -770685890, 0),
(135329, 2559, 230, 'Unionville', 413020280, -745625570, 0),
(135330, 2559, 230, 'University Gardens', 407773200, -737226300, 0),
(135331, 2559, 230, 'Van Etten', 422145570, -765792540, 0),
(135332, 2559, 230, 'Versailles', 425167580, -789909390, 0),
(135333, 2559, 230, 'Washington Heights', 414700900, -744157100, 0),
(135334, 2559, 230, 'Washington Mills', 430500700, -752729400, 0),
(135335, 2559, 230, 'West Bloomfield', 429076940, -775506960, 0),
(135336, 2559, 230, 'West Carthage', 439789800, -756174000, 0),
(135337, 2559, 230, 'West Oneonta', 424472760, -751109360, 0),
(135338, 2559, 230, 'Westernville', 433504830, -753228130, 0),
(135339, 2559, 230, 'Wheatley Heights', 407637100, -733698400, 0),
(135340, 2559, 230, 'White Sulphur Springs', 417903410, -748289160, 0),
(135341, 2559, 230, 'Willet', 424479270, -759017790, 0),
(135342, 2560, 230, 'Almond', 353890020, -836336040, 0),
(135343, 2560, 230, 'Altamahaw', 361794400, -795066700, 0),
(135344, 2560, 230, 'Ararat', 363813510, -806004100, 0),
(135345, 2560, 230, 'Bellarthur', 355801900, -774910800, 0),
(135346, 2560, 230, 'Bennett', 355747000, -795215000, 0),
(135347, 2560, 230, 'Blounts Creek', 353678050, -769204360, 0),
(135348, 2560, 230, 'Bonlee', 356467000, -794143000, 0),
(135349, 2560, 230, 'Brunswick', 342868400, -787011300, 0),
(135350, 2560, 230, 'Bullock', 363644290, -785328290, 0),
(135351, 2560, 230, 'Calypso', 349977070, -779888560, 0),
(135352, 2560, 230, 'Cedar Falls', 357519440, -797316670, 0),
(135353, 2560, 230, 'Cedar Grove', 361937070, -791624690, 0),
(135354, 2560, 230, 'Coinjock', 363446880, -759380280, 0),
(135355, 2560, 230, 'Colerain', 361813630, -768509510, 0),
(135356, 2560, 230, 'Council', 344517720, -784393970, 0),
(135357, 2560, 230, 'Cove Creek', 356064900, -830112500, 0),
(135358, 2560, 230, 'Cricket', 361715200, -811939800, 0),
(135359, 2560, 230, 'Davis', 347972220, -764605560, 0),
(135360, 2560, 230, 'East Rockingham', 349182100, -797625600, 0),
(135361, 2560, 230, 'East Spencer', 356818100, -804322800, 0),
(135362, 2560, 230, 'Enochville', 355298600, -806681200, 0),
(135363, 2560, 230, 'Fallston', 354275000, -815016700, 0),
(135364, 2560, 230, 'Ferguson', 361566600, -813938400, 0),
(135365, 2560, 230, 'Fontana Dam', 354322530, -838256240, 0),
(135366, 2560, 230, 'Glade Valley', 364415030, -810162810, 0),
(135367, 2560, 230, 'Glendale Springs', 363450000, -813805560, 0),
(135368, 2560, 230, 'Gloucester', 346871020, -765272350, 0),
(135369, 2560, 230, 'Henrietta', 352577780, -817963890, 0),
(135370, 2560, 230, 'Ingold', 348327800, -783483300, 0),
(135371, 2560, 230, 'Ivanhoe', 346964110, -781636360, 0),
(135372, 2560, 230, 'Jackson Springs', 352203000, -796108200, 0),
(135373, 2560, 230, 'Kipling', 354797220, -788213890, 0),
(135374, 2560, 230, 'Laurel Park', 353137300, -824934500, 0),
(135375, 2560, 230, 'Lewiston Woodville', 360882600, -772296600, 0),
(135376, 2560, 230, 'Linville Falls', 359590800, -819430200, 0),
(135377, 2560, 230, 'Lowland', 353070480, -765716360, 0),
(135378, 2560, 230, 'Marietta', 343671300, -791213800, 0),
(135379, 2560, 230, 'McGrady', 363224210, -811903850, 0),
(135380, 2560, 230, 'Pendleton', 364916700, -771907800, 0),
(135381, 2560, 230, 'Penland', 359289000, -821154000, 0),
(135382, 2560, 230, 'Pineola', 360283330, -818916670, 0),
(135383, 2560, 230, 'Piney Green', 347160000, -773202400, 0),
(135384, 2560, 230, 'Plain View', 352485000, -785552900, 0),
(135385, 2560, 230, 'Powellsville', 362247960, -769320000, 0),
(135386, 2560, 230, 'Princeville', 358986600, -775582200, 0),
(135387, 2560, 230, 'Proctorville', 344754230, -790378730, 0),
(135388, 2560, 230, 'Ridgecrest', 356167860, -823200870, 0),
(135389, 2560, 230, 'Ridgeway', 364355560, -782369440, 0),
(135390, 2560, 230, 'River Bend', 350690500, -771469000, 0),
(135391, 2560, 230, 'Roaring Gap', 364043710, -810048370, 0),
(135392, 2560, 230, 'Rodanthe', 355936100, -754680600, 0),
(135393, 2560, 230, 'Roxobel', 362032610, -772424980, 0),
(135394, 2560, 230, 'Royal Pines', 354751100, -825159500, 0),
(135395, 2560, 230, 'Sawmills', 358248500, -814745400, 0),
(135396, 2560, 230, 'Scottville', 364753950, -813798880, 0),
(135397, 2560, 230, 'Scranton', 355800000, -764488710, 0),
(135398, 2560, 230, 'Sedalia', 360751520, -796250570, 0),
(135399, 2560, 230, 'Siloam', 363014120, -805760970, 0),
(135400, 2560, 230, 'Skippers Corner', 343460000, -779024900, 0),
(135401, 2560, 230, 'Smyrna', 348021550, -765115520, 0),
(135402, 2560, 230, 'South Henderson', 363082000, -784066600, 0),
(135403, 2560, 230, 'Speed', 358961040, -775414680, 0),
(135404, 2560, 230, 'Stovall', 364477090, -785694490, 0),
(135405, 2560, 230, 'Tillery', 362516670, -774858330, 0),
(135406, 2560, 230, 'Townsville', 364941400, -784230400, 0),
(135407, 2560, 230, 'Union Mills', 354911100, -819649690, 0),
(135408, 2560, 230, 'Wanchese', 358426700, -756385100, 0),
(135409, 2560, 230, 'Webster', 353528860, -832149630, 0),
(135410, 2560, 230, 'West Canton', 355378800, -828581900, 0),
(135411, 2560, 230, 'White Oak', 347867890, -787209710, 0),
(135412, 2561, 230, 'Almont', 466971000, -1015413610, 0),
(135413, 2561, 230, 'Amenia', 470202200, -972500300, 0),
(135414, 2561, 230, 'Aneta', 477591510, -979464830, 0),
(135415, 2561, 230, 'Ashley', 460341400, -993715000, 0),
(135416, 2561, 230, 'Ayr', 470217980, -975783500, 0),
(135417, 2561, 230, 'Berlin', 464424000, -984837000, 0),
(135418, 2561, 230, 'Binford', 475863160, -983715200, 0),
(135419, 2561, 230, 'Bowbells', 488030800, -1022460000, 0),
(135420, 2561, 230, 'Brocket', 482375700, -983569900, 0),
(135421, 2561, 230, 'Buchanan', 470633390, -988284770, 0),
(135422, 2561, 230, 'Caledonia', 474513070, -969187980, 0),
(135423, 2561, 230, 'Cayuga', 461390760, -974235470, 0),
(135424, 2561, 230, 'Chaseley', 474578410, -998409410, 0),
(135425, 2561, 230, 'Christine', 465326430, -967819440, 0),
(135426, 2561, 230, 'Coleharbor', 475165090, -1009185270, 0),
(135427, 2561, 230, 'Colfax', 464999370, -970497280, 0),
(135428, 2561, 230, 'Cummings', 475429200, -969763200, 0),
(135429, 2561, 230, 'Davenport', 467147400, -970683170, 0),
(135430, 2561, 230, 'Dickey', 465442420, -984732000, 0),
(135431, 2561, 230, 'Drayton', 485687410, -971769700, 0),
(135432, 2561, 230, 'Driscoll', 468510810, -1001401160, 0),
(135433, 2561, 230, 'Edinburg', 484882200, -979158000, 0),
(135434, 2561, 230, 'Esmond', 480994800, -997056000, 0),
(135435, 2561, 230, 'Flaxton', 489170450, -1022994960, 0),
(135436, 2561, 230, 'Fordville', 482384000, -978382550, 0),
(135437, 2561, 230, 'Fortuna', 489483330, -1036277780, 0),
(135438, 2561, 230, 'Glenfield', 474481800, -986806800, 0),
(135439, 2561, 230, 'Golden Valley', 473018180, -1020652440, 0),
(135440, 2561, 230, 'Grenora', 486024000, -1039171800, 0),
(135441, 2561, 230, 'Halliday', 473533300, -1023366700, 0),
(135442, 2561, 230, 'Hamilton', 487719670, -974908210, 0),
(135443, 2561, 230, 'Karlsruhe', 481368430, -1004901320, 0),
(135444, 2561, 230, 'Kathryn', 467019000, -979854000, 0),
(135445, 2561, 230, 'Lakota', 480427800, -983362100, 0),
(135446, 2561, 230, 'Leonard', 466510100, -972459040, 0),
(135447, 2561, 230, 'Lignite', 488072460, -1025456580, 0),
(135448, 2561, 230, 'Mandaree', 478441490, -1027096870, 0),
(135449, 2561, 230, 'Mantador', 461652190, -969776230, 0),
(135450, 2561, 230, 'Marion', 465629000, -982440140, 0),
(135451, 2561, 230, 'Marmarth', 463854000, -1038484200, 0),
(135452, 2561, 230, 'Martin', 477181610, -1001212100, 0),
(135453, 2561, 230, 'Medina', 468938400, -992975400, 0),
(135454, 2561, 230, 'Milton', 486304470, -979920560, 0),
(135455, 2561, 230, 'Moffit', 466774130, -1002693310, 0),
(135456, 2561, 230, 'Napoleon', 465083100, -997712200, 0),
(135457, 2561, 230, 'New Leipzig', 464059800, -1018954200, 0),
(135458, 2561, 230, 'Newburg', 486871800, -1009428000, 0),
(135459, 2561, 230, 'Oberon', 479579720, -991613820, 0),
(135460, 2561, 230, 'Osnabrock', 486319200, -982501200, 0),
(135461, 2561, 230, 'Page', 471438040, -976163010, 0),
(135462, 2561, 230, 'Pembina', 488180560, -972272220, 0),
(135463, 2561, 230, 'Penn', 482318780, -990511840, 0),
(135464, 2561, 230, 'Pisek', 482820830, -977084600, 0),
(135465, 2561, 230, 'Raleigh', 463390800, -1012597200, 0),
(135466, 2561, 230, 'Rhame', 461835200, -1033945600, 0),
(135467, 2561, 230, 'Riverdale', 475014790, -1013708550, 0),
(135468, 2561, 230, 'Ruso', 477613600, -1008425030, 0),
(135469, 2561, 230, 'Sanborn', 468925270, -982481830, 0),
(135470, 2561, 230, 'Scranton', 461127550, -1031197090, 0),
(135471, 2561, 230, 'Selfridge', 460398480, -1012762900, 0),
(135472, 2561, 230, 'Sentinel Butte', 468046890, -1037345070, 0),
(135473, 2561, 230, 'Solen', 462754230, -1008051060, 0),
(135474, 2561, 230, 'Spiritwood', 469359700, -983333600, 0),
(135475, 2561, 230, 'Tappen', 468065800, -995737700, 0),
(135476, 2561, 230, 'Tower City', 469233300, -976750000, 0),
(135477, 2561, 230, 'Warwick', 479060950, -986722310, 0),
(135478, 2561, 230, 'Webster', 482822200, -988761100, 0),
(135479, 2561, 230, 'Willow City', 486175440, -1002976420, 0),
(135480, 2561, 230, 'Wing', 471408300, -1002805600, 0),
(135481, 2561, 230, 'Wyndmere', 462641410, -971308670, 0),
(135482, 2562, 230, 'Adelphi', 394666150, -827480300, 0),
(135483, 2562, 230, 'Adena', 402198710, -808653710, 0),
(135484, 2562, 230, 'Augusta', 406818770, -810197040, 0),
(135485, 2562, 230, 'Barlow', 393968300, -816648600, 0),
(135486, 2562, 230, 'Belmore', 411532800, -839386200, 0),
(135487, 2562, 230, 'Bentonville', 387503380, -836121150, 0),
(135488, 2562, 230, 'Blakeslee', 415234970, -847496710, 0),
(135489, 2562, 230, 'Blissfield', 404009920, -819643520, 0),
(135490, 2562, 230, 'Bowersville', 395802760, -837234150, 0),
(135491, 2562, 230, 'Buchtel', 394591700, -821867180, 0),
(135492, 2562, 230, 'Burgoon', 412766650, -832473590, 0),
(135493, 2562, 230, 'Burlington', 415722700, -843080000, 0),
(135494, 2562, 230, 'Cairo', 408306690, -840854060, 0),
(135495, 2562, 230, 'Cameron', 397682900, -809455030, 0),
(135496, 2562, 230, 'Carbondale', 393777900, -822711500, 0),
(135497, 2562, 230, 'Cecil', 412188250, -846026460, 0),
(135498, 2562, 230, 'Chesterville', 404788040, -826825800, 0),
(135499, 2562, 230, 'Colton', 414495840, -839718840, 0),
(135500, 2562, 230, 'Creola', 393853870, -825310270, 0),
(135501, 2562, 230, 'Decatur', 388155600, -837038900, 0),
(135502, 2562, 230, 'Ellsworth', 410269500, -808580100, 0),
(135503, 2562, 230, 'Elmwood Place', 391872800, -844880000, 0),
(135504, 2562, 230, 'Feesburg', 388783230, -839988620, 0),
(135505, 2562, 230, 'Fort McKinley', 397975600, -842535500, 0),
(135506, 2562, 230, 'Fruit Hill', 390756200, -843643800, 0),
(135507, 2562, 230, 'Graysville', 396560810, -811851100, 0),
(135508, 2562, 230, 'Green Meadows', 398689500, -839443800, 0),
(135509, 2562, 230, 'Grelton', 413416200, -839997000, 0),
(135510, 2562, 230, 'Hamden', 391600780, -825257080, 0),
(135511, 2562, 230, 'Harveysburg', 395028670, -840083830, 0),
(135512, 2562, 230, 'Higginsport', 387899680, -839672050, 0),
(135513, 2562, 230, 'Holiday Valley', 398561700, -839685400, 0),
(135514, 2562, 230, 'Homerville', 410349630, -821206590, 0),
(135515, 2562, 230, 'Hopewell', 399610260, -821700120, 0),
(135516, 2562, 230, 'Houston', 402563540, -843437910, 0),
(135517, 2562, 230, 'Jacksonville', 394761340, -820790370, 0),
(135518, 2562, 230, 'Jenera', 408862200, -837228600, 0),
(135519, 2562, 230, 'Jerry City', 412535290, -836042080, 0),
(135520, 2562, 230, 'Kansas', 412450700, -833019050, 0),
(135521, 2562, 230, 'Kidron', 407406480, -817441330, 0),
(135522, 2562, 230, 'Kilbourne', 403295250, -829575780, 0),
(135523, 2562, 230, 'Kipling', 399944430, -815056540, 0),
(135524, 2562, 230, 'Kirby', 408124420, -834203760, 0),
(135525, 2562, 230, 'Kunkle', 416354210, -844949750, 0),
(135526, 2562, 230, 'Lacarne', 415182370, -830415560, 0),
(135527, 2562, 230, 'Lakeville', 406217050, -821364000, 0),
(135528, 2562, 230, 'Lemoyne', 414985990, -834733010, 0),
(135529, 2562, 230, 'Lewisville', 397617990, -812377990, 0),
(135530, 2562, 230, 'Maria Stein', 404077800, -844933300, 0),
(135531, 2562, 230, 'Mark Center', 413071160, -846365670, 0),
(135532, 2562, 230, 'Maynard', 401318970, -808797370, 0),
(135533, 2562, 230, 'McKinley Heights', 411836700, -807173000, 0),
(135534, 2562, 230, 'Mechanicstown', 406320210, -809593010, 0),
(135535, 2562, 230, 'Melrose', 410922000, -844197000, 0),
(135536, 2562, 230, 'Miami Heights', 391650600, -847205000, 0),
(135537, 2562, 230, 'Mineral City', 406022200, -813611100, 0),
(135538, 2562, 230, 'Montezuma', 404886580, -845491080, 0),
(135539, 2562, 230, 'Morristown', 400628020, -810714570, 0),
(135540, 2562, 230, 'Mount Liberty', 403475620, -826289570, 0),
(135541, 2562, 230, 'Nankin', 409214250, -822812040, 0),
(135542, 2562, 230, 'Neapolis', 414927800, -838733300, 0),
(135543, 2562, 230, 'Neffs', 400273240, -808180400, 0),
(135544, 2562, 230, 'New Bavaria', 412030690, -841679810, 0),
(135545, 2562, 230, 'New Haven', 410345920, -826805430, 0),
(135546, 2562, 230, 'New Weston', 403216800, -846271200, 0),
(135547, 2562, 230, 'Ney', 413770840, -845231190, 0),
(135548, 2562, 230, 'North Georgetown', 408407560, -809864190, 0),
(135549, 2562, 230, 'North Hampton', 399903200, -839410910, 0),
(135550, 2562, 230, 'Old Fort', 412391750, -831515140, 0),
(135551, 2562, 230, 'Pitsburg', 399868290, -844866170, 0),
(135552, 2562, 230, 'Pleasant Grove', 399520100, -819590200, 0),
(135553, 2562, 230, 'Randolph', 410198950, -813027440, 0),
(135554, 2562, 230, 'Rarden', 389805190, -832754560, 0),
(135555, 2562, 230, 'Rawson', 409553610, -837773590, 0),
(135556, 2562, 230, 'Ray', 391737670, -827091100, 0),
(135557, 2562, 230, 'Richmond Dale', 392035330, -828136100, 0),
(135558, 2562, 230, 'Roaming Shores', 416431100, -808234200, 0),
(135559, 2562, 230, 'Robertsville', 407628320, -811877480, 0),
(135560, 2562, 230, 'Rock Camp', 385210920, -825641470, 0),
(135561, 2562, 230, 'Rosemount', 387861900, -829790600, 0),
(135562, 2562, 230, 'Roundhead', 405681070, -838423940, 0),
(135563, 2562, 230, 'Salesville', 400053600, -813855600, 0),
(135564, 2562, 230, 'Savannah', 409661050, -823655910, 0),
(135565, 2562, 230, 'Shauck', 406197000, -826650000, 0),
(135566, 2562, 230, 'Skyline Acres', 392286700, -845668900, 0),
(135567, 2562, 230, 'Smithfield', 402720280, -807813200, 0),
(135568, 2562, 230, 'Somerdale', 405663890, -813608330, 0),
(135569, 2562, 230, 'Stockdale', 389498580, -828618700, 0),
(135570, 2562, 230, 'Stone Creek', 404076890, -815960610, 0),
(135571, 2562, 230, 'Stony Prairie', 413514400, -831552000, 0),
(135572, 2562, 230, 'Tarlton', 395560780, -827750820, 0),
(135573, 2562, 230, 'Tippecanoe', 402812020, -812694720, 0),
(135574, 2562, 230, 'Tontogany', 414177540, -837408160, 0),
(135575, 2562, 230, 'Tuppers Plains', 391677450, -818346830, 0),
(135576, 2562, 230, 'Tuscarawas', 403947900, -814070600, 0),
(135577, 2562, 230, 'Unionville', 417797320, -810068070, 0),
(135578, 2562, 230, 'Uniopolis', 406020040, -840865950, 0),
(135579, 2562, 230, 'Vermilion-on-the-Lake', 414283800, -823237700, 0),
(135580, 2562, 230, 'Walhonding', 403080800, -822212600, 0),
(135581, 2562, 230, 'Washingtonville', 408973720, -807623680, 0),
(135582, 2562, 230, 'Waterloo', 386881680, -824557430, 0),
(135583, 2562, 230, 'Watertown', 394657800, -816333000, 0),
(135584, 2562, 230, 'White Cottage', 398741430, -821065700, 0),
(135585, 2562, 230, 'Wingett Run', 395828790, -812403400, 0),
(135586, 2562, 230, 'Wolf Run', 404672220, -808894440, 0),
(135587, 2562, 230, 'Wren', 408003250, -847733430, 0),
(135588, 2563, 230, 'Adams', 368309720, -1011555240, 0),
(135589, 2563, 230, 'Albert', 352383300, -984246100, 0),
(135590, 2563, 230, 'Albion', 346619650, -950992010, 0),
(135591, 2563, 230, 'Aline', 365117480, -984514990, 0),
(135592, 2563, 230, 'Bethel', 343548310, -948445330, 0),
(135593, 2563, 230, 'Bethel Acres', 353086800, -970255800, 0),
(135594, 2563, 230, 'Blanco', 347679700, -957957720, 0),
(135595, 2563, 230, 'Byng', 347719200, -966799800, 0),
(135596, 2563, 230, 'Caney', 342086920, -962678950, 0),
(135597, 2563, 230, 'Cardin', 369752560, -948516330, 0),
(135598, 2563, 230, 'Central High', 346231300, -980897600, 0),
(135599, 2563, 230, 'Cleo Springs', 364069750, -984409620, 0),
(135600, 2563, 230, 'Colony', 353341210, -986760810, 0),
(135601, 2563, 230, 'Copeland', 366559100, -948282900, 0),
(135602, 2563, 230, 'Countyline', 344486110, -975625000, 0),
(135603, 2563, 230, 'Crawford', 358507670, -998082290, 0),
(135604, 2563, 230, 'Depew', 358011280, -965067290, 0),
(135605, 2563, 230, 'Dickson', 341873200, -969844600, 0),
(135606, 2563, 230, 'Elmer', 345076380, -992983700, 0),
(135607, 2563, 230, 'Faxon', 344665360, -985441850, 0),
(135608, 2563, 230, 'Fay', 358356400, -986799870, 0),
(135609, 2563, 230, 'Fitzhugh', 346586870, -967666590, 0),
(135610, 2563, 230, 'Foss', 353994320, -991098850, 0),
(135611, 2563, 230, 'Francis', 348749050, -965926400, 0),
(135612, 2563, 230, 'Garvin', 339192090, -949317760, 0),
(135613, 2563, 230, 'Gate', 369135850, -1001281010, 0),
(135614, 2563, 230, 'Graham', 343234290, -975039450, 0),
(135615, 2563, 230, 'Greenfield', 357445500, -983872500, 0),
(135616, 2563, 230, 'Headrick', 346287780, -991386870, 0),
(135617, 2563, 230, 'Hitchcock', 359689870, -983514290, 0),
(135618, 2563, 230, 'Hitchita', 355193990, -957521420, 0),
(135619, 2563, 230, 'Jet', 366666670, -981811100, 0),
(135620, 2563, 230, 'Justice', 362928700, -955666400, 0),
(135621, 2563, 230, 'Kenefic', 341486100, -963616700, 0),
(135622, 2563, 230, 'Kremlin', 365283510, -978362850, 0),
(135623, 2563, 230, 'Lenapah', 368514090, -956349290, 0),
(135624, 2563, 230, 'Leon', 339510870, -974592360, 0),
(135625, 2563, 230, 'Lequire', 351043800, -951072000, 0),
(135626, 2563, 230, 'Loveland', 343690600, -987367200, 0),
(135627, 2563, 230, 'Loyal', 359736100, -981191700, 0),
(135628, 2563, 230, 'Manitou', 345067990, -989804910, 0),
(135629, 2563, 230, 'Moffett', 353902000, -944473000, 0),
(135630, 2563, 230, 'Oakwood', 359327740, -987061540, 0),
(135631, 2563, 230, 'Overbrook', 340490570, -971161760, 0),
(135632, 2563, 230, 'Pickens', 343963890, -950116670, 0),
(135633, 2563, 230, 'Platter', 339069440, -965347220, 0),
(135634, 2563, 230, 'Preston', 357112800, -959913000, 0),
(135635, 2563, 230, 'Rentiesville', 355203760, -954929570, 0),
(135636, 2563, 230, 'Rosston', 368967280, -998892590, 0),
(135637, 2563, 230, 'Rufe', 341582190, -951257470, 0),
(135638, 2563, 230, 'Sawyer', 340436790, -953656350, 0),
(135639, 2563, 230, 'Snow', 344430650, -954275330, 0),
(135640, 2563, 230, 'Sparks', 356237910, -968105720, 0),
(135641, 2563, 230, 'Strang', 364548830, -950839400, 0),
(135642, 2563, 230, 'Vera', 364508820, -958813130, 0),
(135643, 2563, 230, 'Wakita', 368814760, -979233420, 0),
(135644, 2564, 230, 'Adams', 457688210, -1185619150, 0),
(135645, 2564, 230, 'Agness', 426096400, -1240721560, 0),
(135646, 2564, 230, 'Antelope', 448767000, -1207093200, 0),
(135647, 2564, 230, 'Ashwood', 446920200, -1206545800, 0),
(135648, 2564, 230, 'Barview', 433542800, -1243131700, 0),
(135649, 2564, 230, 'Bates', 445135230, -1185034820, 0),
(135650, 2564, 230, 'Broadbent', 429818860, -1241214100, 0),
(135651, 2564, 230, 'Chenoweth', 456276200, -1212434100, 0),
(135652, 2564, 230, 'Crawfordsville', 443579600, -1228527140, 0),
(135653, 2564, 230, 'Crescent', 435094650, -1217394480, 0),
(135654, 2564, 230, 'Days Creek', 429840980, -1231008100, 0),
(135655, 2564, 230, 'Diamond', 430124900, -1186652600, 0),
(135656, 2564, 230, 'Dillard', 431672650, -1234502630, 0),
(135657, 2564, 230, 'Fort Rock', 435247190, -1211699420, 0),
(135658, 2564, 230, 'Fruitdale', 424220600, -1233081100, 0),
(135659, 2564, 230, 'Gales Creek', 455987000, -1232658000, 0),
(135660, 2564, 230, 'Gardiner', 437293370, -1241087770, 0),
(135661, 2564, 230, 'Hereford', 445914440, -1179895740, 0),
(135662, 2564, 230, 'Ironside', 443593560, -1178335000, 0),
(135663, 2564, 230, 'Langlois', 429158320, -1244271790, 0),
(135664, 2564, 230, 'Meacham', 455065800, -1184202000, 0),
(135665, 2564, 230, 'Mehama', 447903260, -1226022360, 0),
(135666, 2564, 230, 'Midland', 421302130, -1218190210, 0),
(135667, 2564, 230, 'Mikkalo', 457170200, -1202014200, 0),
(135668, 2564, 230, 'Netarts', 454370850, -1239453380, 0),
(135669, 2564, 230, 'Post', 439964040, -1202312050, 0),
(135670, 2564, 230, 'Prairie City', 444599840, -1187089730, 0),
(135671, 2564, 230, 'Princeton', 431054200, -1186317400, 0),
(135672, 2564, 230, 'Prospect', 428114400, -1224536400, 0),
(135673, 2564, 230, 'Richland', 447681360, -1171683570, 0),
(135674, 2564, 230, 'Rose Lodge', 450103900, -1238803900, 0),
(135675, 2564, 230, 'Roseburg North', 432645200, -1233033100, 0),
(135676, 2564, 230, 'South Lebanon', 445062300, -1229031400, 0),
(135677, 2564, 230, 'Summer Lake', 429778600, -1207762600, 0),
(135678, 2564, 230, 'Tolovana Park', 458700990, -1239597470, 0),
(135679, 2564, 230, 'Tri-City', 429845600, -1233117300, 0),
(135680, 2564, 230, 'Wilbur', 433201240, -1233409720, 0),
(135681, 2565, 230, 'Ackermanville', 408392000, -752199000, 0),
(135682, 2565, 230, 'Adah', 398883980, -798924880, 0),
(135683, 2565, 230, 'Adamsburg', 403113000, -796503000, 0),
(135684, 2565, 230, 'Adamsville', 416293820, -802142410, 0),
(135685, 2565, 230, 'Adrian', 409033030, -795081090, 0),
(135686, 2565, 230, 'Aldan', 399215000, -752879600, 0),
(135687, 2565, 230, 'Allison', 399838000, -798815000, 0),
(135688, 2565, 230, 'Almedia', 410145300, -763810500, 0),
(135689, 2565, 230, 'Alverton', 401289590, -795636490, 0),
(135690, 2565, 230, 'Amity Gardens', 402742600, -757351900, 0),
(135691, 2565, 230, 'Anita', 411710570, -789133580, 0),
(135692, 2565, 230, 'Arendtsville', 399227770, -772987410, 0),
(135693, 2565, 230, 'Arlington Heights', 409900900, -752162900, 0),
(135694, 2565, 230, 'Armbrust', 402424600, -795542990, 0),
(135695, 2565, 230, 'Ashfield', 408347500, -757093300, 0),
(135696, 2565, 230, 'Aultman', 405643350, -792623060, 0),
(135697, 2565, 230, 'Baldwin', 403381300, -799789400, 0),
(135698, 2565, 230, 'Bear Lake', 419690860, -794772650, 0),
(135699, 2565, 230, 'Bell Acres', 405900700, -801664500, 0),
(135700, 2565, 230, 'Belsano', 405193800, -788713200, 0),
(135701, 2565, 230, 'Berrysburg', 406024800, -768112200, 0),
(135702, 2565, 230, 'Blain', 403082300, -775139400, 0),
(135703, 2565, 230, 'Blanchard', 410641670, -775980560, 0),
(135704, 2565, 230, 'Bobtown', 397606950, -799839900, 0),
(135705, 2565, 230, 'Bovard', 403158720, -795037240, 0),
(135706, 2565, 230, 'Bradford Woods', 406375700, -800817200, 0),
(135707, 2565, 230, 'Branchton', 410725000, -799858330, 0),
(135708, 2565, 230, 'Brickerville', 402259300, -763024600, 0),
(135709, 2565, 230, 'Brier Hill', 399802780, -798283330, 0),
(135710, 2565, 230, 'Buffalo Mills', 399226130, -787088450, 0),
(135711, 2565, 230, 'Bunola', 402372220, -799508330, 0),
(135712, 2565, 230, 'Burnside', 408130400, -787909000, 0),
(135713, 2565, 230, 'Cardale', 399577200, -798679400, 0),
(135714, 2565, 230, 'Carlton', 414786930, -800309450, 0),
(135715, 2565, 230, 'Carnot-Moon', 405185600, -802173600, 0),
(135716, 2565, 230, 'Cedars', 402142470, -753757310, 0),
(135717, 2565, 230, 'Cementon', 406892600, -755076800, 0),
(135718, 2565, 230, 'Chandlers Valley', 419341670, -793038890, 0),
(135719, 2565, 230, 'Cherryville', 407539800, -755385200, 0),
(135720, 2565, 230, 'Chest Springs', 405787360, -786100650, 0),
(135721, 2565, 230, 'Chestnut Ridge', 399794300, -798106400, 0),
(135722, 2565, 230, 'Chevy Chase Heights', 406367300, -791442000, 0),
(135723, 2565, 230, 'Clarence', 410880970, -778722900, 0),
(135724, 2565, 230, 'Clarksburg', 404997450, -793664850, 0),
(135725, 2565, 230, 'Clay', 402184300, -762555100, 0),
(135726, 2565, 230, 'Coburn', 408671290, -777365630, 0),
(135727, 2565, 230, 'Cokeburg', 401003280, -800648390, 0),
(135728, 2565, 230, 'Conneaut Lakeshore', 416271100, -803100800, 0),
(135729, 2565, 230, 'Connoquenessing', 408163920, -800135370, 0),
(135730, 2565, 230, 'Creamery', 402132610, -754172380, 0),
(135731, 2565, 230, 'Cyclone', 418218000, -785611200, 0),
(135732, 2565, 230, 'Darragh', 402585270, -796762140, 0),
(135733, 2565, 230, 'Derrick City', 419813090, -785531300, 0),
(135734, 2565, 230, 'Dixonville', 407163000, -790072200, 0),
(135735, 2565, 230, 'Doylesburg', 402179400, -777135000, 0),
(135736, 2565, 230, 'Driftwood', 413662840, -781650570, 0),
(135737, 2565, 230, 'Duke Center', 419509150, -785051960, 0),
(135738, 2565, 230, 'Dunnstown', 411459000, -774213700, 0),
(135739, 2565, 230, 'Earlston', 400061900, -783700200, 0),
(135740, 2565, 230, 'East Berwick', 410620300, -762224300, 0),
(135741, 2565, 230, 'East Smethport', 418086110, -784197220, 0),
(135742, 2565, 230, 'East Uniontown', 398998000, -796978200, 0),
(135743, 2565, 230, 'Elco', 400795770, -798746480, 0),
(135744, 2565, 230, 'Elgin', 419015780, -797440230, 0),
(135745, 2565, 230, 'Ellport', 408639500, -802589500, 0),
(135746, 2565, 230, 'Emerald Lakes', 410884200, -754196300, 0),
(135747, 2565, 230, 'Espy', 410062000, -764099400, 0),
(135748, 2565, 230, 'Fairdale', 398870200, -799681100, 0),
(135749, 2565, 230, 'Faxon', 412484100, -769771900, 0),
(135750, 2565, 230, 'Fellsburg', 401831300, -798242100, 0),
(135751, 2565, 230, 'Fleetville', 415976700, -757087300, 0),
(135752, 2565, 230, 'Forbes Road', 403571160, -795229340, 0),
(135753, 2565, 230, 'Force', 412577780, -785013890, 0),
(135754, 2565, 230, 'Ford Cliff', 407598720, -795366120, 0),
(135755, 2565, 230, 'Forestville', 411058200, -800061000, 0),
(135756, 2565, 230, 'Fort Littleton', 400573200, -779676000, 0),
(135757, 2565, 230, 'Foster Brook', 419750600, -786172500, 0),
(135758, 2565, 230, 'Fox Chase', 403955700, -759621600, 0),
(135759, 2565, 230, 'Freemansburg', 406264900, -753457400, 0),
(135760, 2565, 230, 'Glen Campbell', 408600600, -788546890, 0),
(135761, 2565, 230, 'Grand Valley', 417703490, -795488660, 0),
(135762, 2565, 230, 'Graysville', 398966540, -803976520, 0),
(135763, 2565, 230, 'Greenock', 403122900, -798067100, 0),
(135764, 2565, 230, 'Grill', 402987000, -759404900, 0),
(135765, 2565, 230, 'Grover', 416146200, -768666800, 0),
(135766, 2565, 230, 'Hamlin', 413984630, -753507290, 0),
(135767, 2565, 230, 'Hannastown', 403513830, -794969260, 0),
(135768, 2565, 230, 'Harford', 417780680, -756798980, 0),
(135769, 2565, 230, 'Harleigh', 409806400, -759713100, 0),
(135770, 2565, 230, 'Harmonsburg', 416608200, -803179800, 0),
(135771, 2565, 230, 'Hartleton', 408644800, -772397270, 0),
(135772, 2565, 230, 'Hawk Run', 409401210, -782161110, 0),
(135773, 2565, 230, 'Hawthorn', 410179100, -792797930, 0),
(135774, 2565, 230, 'Hebron', 403389800, -763994000, 0),
(135775, 2565, 230, 'Heidelberg', 403922900, -800908900, 0),
(135776, 2565, 230, 'Heilwood', 406207800, -789151800, 0),
(135777, 2565, 230, 'Hemlock Farms', 413267600, -750365600, 0),
(135778, 2565, 230, 'Hibbs', 399316670, -798827780, 0),
(135779, 2565, 230, 'Hidden Valley', 400106350, -790787310, 0),
(135780, 2565, 230, 'Highland Park', 406209100, -775680500, 0),
(135781, 2565, 230, 'Hilliards', 410914000, -798454000, 0),
(135782, 2565, 230, 'Hokendauqua', 406620400, -754910200, 0),
(135783, 2565, 230, 'Honey Grove', 404329090, -775864850, 0),
(135784, 2565, 230, 'Hostetter', 402661110, -793986110, 0),
(135785, 2565, 230, 'Hudson', 412748000, -758360300, 0),
(135786, 2565, 230, 'Hughestown', 413270200, -757732500, 0),
(135787, 2565, 230, 'Huntington Mills', 412012200, -761979000, 0),
(135788, 2565, 230, 'Idaville', 400147220, -772030560, 0),
(135789, 2565, 230, 'Indian Head', 400195100, -793920790, 0),
(135790, 2565, 230, 'Indian Mountain Lake', 410048100, -754993500, 0),
(135791, 2565, 230, 'Jacksonwald', 403245400, -758496500, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(135792, 2565, 230, 'James Creek', 403388560, -781857590, 0),
(135793, 2565, 230, 'Josephine', 404772220, -791816670, 0),
(135794, 2565, 230, 'Junedale', 409240500, -759392500, 0),
(135795, 2565, 230, 'Kantner', 401016000, -789372000, 0),
(135796, 2565, 230, 'Kelayres', 409004010, -760059190, 0),
(135797, 2565, 230, 'Kelton', 397945020, -758864590, 0),
(135798, 2565, 230, 'Kenhorst', 403106500, -759393800, 0),
(135799, 2565, 230, 'Knox Dale', 411622400, -790834600, 0),
(135800, 2565, 230, 'La Plume', 415566000, -757540800, 0),
(135801, 2565, 230, 'Lairdsville', 412323400, -765849480, 0),
(135802, 2565, 230, 'Lake Meade', 399851000, -770372000, 0),
(135803, 2565, 230, 'Lanse', 409750200, -781297200, 0),
(135804, 2565, 230, 'Laporte', 414239700, -764941100, 0),
(135805, 2565, 230, 'Lattimer Mines', 409924710, -759614690, 0),
(135806, 2565, 230, 'Lavelle', 407636600, -763827300, 0),
(135807, 2565, 230, 'Lawton', 417639690, -760971680, 0),
(135808, 2565, 230, 'Lebanon South', 403280400, -764064400, 0),
(135809, 2565, 230, 'Leckrone', 398613890, -798702780, 0),
(135810, 2565, 230, 'Lenape Heights', 407642300, -795206000, 0),
(135811, 2565, 230, 'Lenoxville', 416652000, -756436800, 0),
(135812, 2565, 230, 'Level Green', 403934000, -797203200, 0),
(135813, 2565, 230, 'Lincoln Park', 403148100, -759854900, 0),
(135814, 2565, 230, 'Little Meadows', 419615280, -761062400, 0),
(135815, 2565, 230, 'Locust Gap', 407716700, -764416700, 0),
(135816, 2565, 230, 'Lost Creek', 408063890, -762472220, 0),
(135817, 2565, 230, 'Lumberville', 403998130, -750428000, 0),
(135818, 2565, 230, 'Luxor', 403341670, -794783330, 0),
(135819, 2565, 230, 'Lynnwood-Pricedale', 401307100, -798513500, 0),
(135820, 2565, 230, 'Mackeyville', 410564500, -774442900, 0),
(135821, 2565, 230, 'Mahanoy Plane', 407943750, -762444070, 0),
(135822, 2565, 230, 'Marion Heights', 408047200, -764638900, 0),
(135823, 2565, 230, 'Markleton', 398702000, -792939830, 0),
(135824, 2565, 230, 'Marsteller', 406454500, -788134770, 0),
(135825, 2565, 230, 'Martin', 398063890, -799100000, 0),
(135826, 2565, 230, 'Martins Creek', 407833200, -751866000, 0),
(135827, 2565, 230, 'Maxatawny', 405424800, -756891000, 0),
(135828, 2565, 230, 'McGovern', 402289600, -802164500, 0),
(135829, 2565, 230, 'McKnightstown', 398647610, -773341210, 0),
(135830, 2565, 230, 'Melcroft', 400631610, -793582910, 0),
(135831, 2565, 230, 'Mildred', 414699960, -763792620, 0),
(135832, 2565, 230, 'Mill Creek', 404460760, -779021910, 0),
(135833, 2565, 230, 'Millerstown', 405706200, -771316800, 0),
(135834, 2565, 230, 'Mineral Springs', 409990500, -783628800, 0),
(135835, 2565, 230, 'Moshannon', 410213040, -780235330, 0),
(135836, 2565, 230, 'Mount Cobb', 414134200, -754932400, 0),
(135837, 2565, 230, 'Mount Jewett', 417244770, -786388730, 0),
(135838, 2565, 230, 'Muhlenberg Park', 403848200, -759413200, 0),
(135839, 2565, 230, 'Muir', 405930160, -765191320, 0),
(135840, 2565, 230, 'Munson', 409674510, -781837370, 0),
(135841, 2565, 230, 'New Buffalo', 404551800, -769712890, 0),
(135842, 2565, 230, 'New Derry', 403524300, -793159400, 0),
(135843, 2565, 230, 'New Germantown', 402809500, -775775870, 0),
(135844, 2565, 230, 'North Bend', 413501000, -777027000, 0),
(135845, 2565, 230, 'North Catasauqua', 406598200, -754768500, 0),
(135846, 2565, 230, 'North Charleroi', 401511800, -799075500, 0),
(135847, 2565, 230, 'North Washington', 410476800, -798136200, 0),
(135848, 2565, 230, 'Oakland Mills', 406104830, -773183770, 0),
(135849, 2565, 230, 'Oliver', 399186900, -797178200, 0),
(135850, 2565, 230, 'Orchard Hills', 405861800, -795314300, 0),
(135851, 2565, 230, 'Osterburg', 401584690, -785073500, 0),
(135852, 2565, 230, 'Parkhill', 403266670, -789222220, 0),
(135853, 2565, 230, 'Pennside', 403373200, -758785400, 0),
(135854, 2565, 230, 'Pennville', 397895400, -769980400, 0),
(135855, 2565, 230, 'Pleasant Hill', 403362000, -764416300, 0),
(135856, 2565, 230, 'Potts Grove', 409958050, -767898770, 0),
(135857, 2565, 230, 'Prompton', 415775860, -753241700, 0),
(135858, 2565, 230, 'Quakake', 408434810, -759838980, 0),
(135859, 2565, 230, 'Quecreek', 400897220, -790794440, 0),
(135860, 2565, 230, 'Queen', 402591670, -785077780, 0),
(135861, 2565, 230, 'Raubsville', 406356600, -751929500, 0),
(135862, 2565, 230, 'Ravine', 405603830, -763301920, 0),
(135863, 2565, 230, 'Rebersburg', 409527610, -774023990, 0),
(135864, 2565, 230, 'Revloc', 404908640, -787648010, 0),
(135865, 2565, 230, 'Rexmont', 402774130, -763840310, 0),
(135866, 2565, 230, 'Reynolds Heights', 413450600, -803942300, 0),
(135867, 2565, 230, 'Riceville', 417775000, -798030560, 0),
(135868, 2565, 230, 'Rillton', 402861000, -797145000, 0),
(135869, 2565, 230, 'Roscoe', 400788100, -798643000, 0),
(135870, 2565, 230, 'Roseto', 408806500, -752146200, 0),
(135871, 2565, 230, 'Sabinsville', 418448150, -775457180, 0),
(135872, 2565, 230, 'Salina', 405230610, -794940420, 0),
(135873, 2565, 230, 'Schoeneck', 402414800, -761741100, 0),
(135874, 2565, 230, 'Shenandoah Heights', 408275900, -762068800, 0),
(135875, 2565, 230, 'Smicksburg', 408266170, -791648090, 0),
(135876, 2565, 230, 'Snydertown', 408788850, -766675850, 0),
(135877, 2565, 230, 'South Gibson', 417533140, -756026920, 0),
(135878, 2565, 230, 'South Pottstown', 402395400, -756510200, 0),
(135879, 2565, 230, 'Starford', 406984760, -789760520, 0),
(135880, 2565, 230, 'Strausstown', 404907300, -761834550, 0),
(135881, 2565, 230, 'Sturgeon', 403847900, -802108900, 0),
(135882, 2565, 230, 'Sugar Run', 415943060, -762674350, 0),
(135883, 2565, 230, 'Suplee', 401000130, -758789590, 0),
(135884, 2565, 230, 'Swartzville', 402331500, -760782800, 0),
(135885, 2565, 230, 'Sycamore', 399527190, -802257940, 0),
(135886, 2565, 230, 'Tarrs', 401595290, -795696780, 0),
(135887, 2565, 230, 'Troutville', 410248520, -787855190, 0),
(135888, 2565, 230, 'Turtlepoint', 418850660, -783284380, 0),
(135889, 2565, 230, 'Tylersport', 404065010, -753952720, 0),
(135890, 2565, 230, 'Unity House', 411461600, -750083500, 0),
(135891, 2565, 230, 'Unityville', 412439940, -765224330, 0),
(135892, 2565, 230, 'Upperstrasburg', 400520560, -777531640, 0),
(135893, 2565, 230, 'Van Voorhis', 401585300, -799724100, 0),
(135894, 2565, 230, 'Venango', 419443150, -799781740, 0),
(135895, 2565, 230, 'Vestaburg', 400180740, -799874880, 0),
(135896, 2565, 230, 'Vintondale', 404776280, -789098160, 0),
(135897, 2565, 230, 'Virginville', 405238200, -758733000, 0),
(135898, 2565, 230, 'Wallaceton', 409615250, -782928620, 0),
(135899, 2565, 230, 'Walston', 409650000, -789950000, 0),
(135900, 2565, 230, 'Waltersburg', 399817000, -797491000, 0),
(135901, 2565, 230, 'Waverly', 415232040, -757047010, 0),
(135902, 2565, 230, 'Wayne Heights', 397437100, -775538800, 0),
(135903, 2565, 230, 'West Fairview', 402750900, -769155300, 0),
(135904, 2565, 230, 'West Hamburg', 405475900, -760021600, 0),
(135905, 2565, 230, 'West Hickory', 415585930, -795295260, 0),
(135906, 2565, 230, 'West Hills', 408242300, -795431000, 0),
(135907, 2565, 230, 'West Leechburg', 406222900, -796128200, 0),
(135908, 2565, 230, 'West Mayfield', 407800600, -803384000, 0),
(135909, 2565, 230, 'West Salisbury', 397540800, -790951800, 0),
(135910, 2565, 230, 'West Willow', 399720500, -762883500, 0),
(135911, 2565, 230, 'Whitaker', 403984000, -798897700, 0),
(135912, 2565, 230, 'Wolfdale', 401928500, -802878400, 0),
(135913, 2565, 230, 'Yatesboro', 407995790, -793332860, 0),
(135914, 2565, 230, 'York New Salem', 399036210, -767896090, 0),
(135915, 2565, 230, 'Zionhill', 404841450, -753944290, 0),
(135916, 2566, 230, 'Adamsville', 415436920, -711381540, 0),
(135917, 2566, 230, 'Carolina', 414586100, -716641700, 0),
(135918, 2566, 230, 'Clayville', 417924660, -716542930, 0),
(135919, 2566, 230, 'Glendale', 419847690, -716281460, 0),
(135920, 2566, 230, 'Narragansett Pier', 414323200, -714564400, 0),
(135921, 2566, 230, 'Prudence Island', 416152230, -713170010, 0),
(135922, 2566, 230, 'Slocum', 415367000, -715291000, 0),
(135923, 2567, 230, 'Arcadia', 349581800, -819906600, 0),
(135924, 2567, 230, 'Arial', 348459500, -826415200, 0),
(135925, 2567, 230, 'Bath', 335044200, -818691000, 0),
(135926, 2567, 230, 'Bowling Green', 351436550, -812198400, 0),
(135927, 2567, 230, 'Bradley', 341102860, -822348000, 0),
(135928, 2567, 230, 'City View', 348615100, -824315100, 0),
(135929, 2567, 230, 'Crocketville', 329163000, -810775200, 0),
(135930, 2567, 230, 'East Sumter', 339254400, -802961900, 0),
(135931, 2567, 230, 'Eureka Mill', 347176400, -811937000, 0),
(135932, 2567, 230, 'Fork', 342895720, -792444640, 0),
(135933, 2567, 230, 'Furman', 327590810, -812387050, 0),
(135934, 2567, 230, 'Gadsden', 338457100, -807659200, 0),
(135935, 2567, 230, 'Gantt', 348001200, -824242900, 0),
(135936, 2567, 230, 'Gramling', 350823710, -821258470, 0),
(135937, 2567, 230, 'Lakewood', 338468300, -803500800, 0),
(135938, 2567, 230, 'Lancaster Mill', 347093100, -807947900, 0),
(135939, 2567, 230, 'Langley', 335179100, -818440000, 0),
(135940, 2567, 230, 'Lincolnville', 330068400, -801553700, 0),
(135941, 2567, 230, 'Little Rock', 344055530, -793038680, 0),
(135942, 2567, 230, 'Lodge', 330688100, -809529200, 0),
(135943, 2567, 230, 'Luray', 328645490, -812272850, 0),
(135944, 2567, 230, 'Lydia', 342877800, -801202800, 0),
(135945, 2567, 230, 'Modoc', 337068140, -822176130, 0),
(135946, 2567, 230, 'Monetta', 337560630, -815576940, 0),
(135947, 2567, 230, 'North Hartsville', 343937700, -800695100, 0),
(135948, 2567, 230, 'Oakland', 339829300, -804884200, 0),
(135949, 2567, 230, 'Privateer', 338332100, -804142500, 0),
(135950, 2567, 230, 'Rains', 341891310, -792591150, 0),
(135951, 2567, 230, 'Reevesville', 331768620, -806819460, 0),
(135952, 2567, 230, 'Sardinia', 338341670, -800830560, 0),
(135953, 2567, 230, 'Seven Oaks', 340487600, -811464800, 0),
(135954, 2567, 230, 'Sheldon', 326013000, -807933000, 0),
(135955, 2567, 230, 'Silverstreet', 342145900, -817442600, 0),
(135956, 2567, 230, 'Slater-Marietta', 350347200, -824926500, 0),
(135957, 2567, 230, 'Stateburg', 339576500, -805348100, 0),
(135958, 2567, 230, 'Una', 349837050, -819890440, 0),
(135959, 2567, 230, 'Vaucluse', 336081680, -818073950, 0),
(135960, 2567, 230, 'Ward', 338865750, -817399420, 0),
(135961, 2567, 230, 'Watts Mills', 345164100, -819858000, 0),
(135962, 2567, 230, 'Wedgewood', 338837700, -805125800, 0),
(135963, 2567, 230, 'Welcome', 348265100, -824390100, 0),
(135964, 2567, 230, 'Westville', 344475250, -805988370, 0),
(135965, 2567, 230, 'Wilkinson Heights', 335021000, -808331500, 0),
(135966, 2567, 230, 'Windsor', 334795950, -815261390, 0),
(135967, 2567, 230, 'Winnsboro Mills', 343618100, -810853700, 0),
(135968, 2568, 230, 'Armour', 433186000, -983467500, 0),
(135969, 2568, 230, 'Artesian', 440075000, -979233300, 0),
(135970, 2568, 230, 'Batesland', 431041200, -1021978800, 0),
(135971, 2568, 230, 'Blunt', 445163970, -999889350, 0),
(135972, 2568, 230, 'Brandt', 446742220, -966677370, 0),
(135973, 2568, 230, 'Bristol', 452609400, -977183400, 0),
(135974, 2568, 230, 'Bullhead', 457659000, -1010803000, 0),
(135975, 2568, 230, 'Camp Crook', 456154200, -1039330800, 0),
(135976, 2568, 230, 'Carpenter', 446749690, -979165200, 0),
(135977, 2568, 230, 'Carthage', 441721930, -977186010, 0),
(135978, 2568, 230, 'Chancellor', 433708360, -969830010, 0),
(135979, 2568, 230, 'Cherry Creek', 446118690, -1017948260, 0),
(135980, 2568, 230, 'Claremont', 456649800, -980548800, 0),
(135981, 2568, 230, 'Corsica', 434244400, -984061100, 0),
(135982, 2568, 230, 'Dimock', 434633180, -979956490, 0),
(135983, 2568, 230, 'Doland', 447886000, -981186300, 0),
(135984, 2568, 230, 'Draper', 439354190, -1004706040, 0),
(135985, 2568, 230, 'Dupree', 450474800, -1016009900, 0),
(135986, 2568, 230, 'Estelline', 446240380, -969579930, 0),
(135987, 2568, 230, 'Fairfax', 430592230, -987640490, 0),
(135988, 2568, 230, 'Fort Thompson', 440686000, -994378800, 0),
(135989, 2568, 230, 'Gann Valley', 440878960, -990695310, 0),
(135990, 2568, 230, 'Gary', 448540070, -965336760, 0),
(135991, 2568, 230, 'Hamill', 436703260, -997008730, 0),
(135992, 2568, 230, 'Hazel', 447590770, -973845990, 0),
(135993, 2568, 230, 'Hoven', 452414700, -997788210, 0),
(135994, 2568, 230, 'Hudson', 431297630, -964570130, 0),
(135995, 2568, 230, 'Lake City', 456972900, -973534080, 0),
(135996, 2568, 230, 'Long Valley', 435543000, -1013685000, 0),
(135997, 2568, 230, 'Lower Brule', 440738900, -995808300, 0),
(135998, 2568, 230, 'Mission Hill', 429975860, -973375380, 0),
(135999, 2568, 230, 'Mount Vernon', 437186470, -982653110, 0),
(136000, 2568, 230, 'Nemo', 441976080, -1035195240, 0),
(136001, 2568, 230, 'North Spearfish', 445122200, -1038939000, 0),
(136002, 2568, 230, 'Nunda', 441525690, -970091830, 0),
(136003, 2568, 230, 'Oacoma', 437974910, -993950250, 0),
(136004, 2568, 230, 'Oglala', 431885900, -1027396200, 0),
(136005, 2568, 230, 'Oldham', 444375960, -975514270, 0),
(136006, 2568, 230, 'Philip', 440394300, -1016651400, 0),
(136007, 2568, 230, 'Plankinton', 437155500, -984850900, 0),
(136008, 2568, 230, 'Presho', 439066350, -1000564940, 0),
(136009, 2568, 230, 'Pringle', 436091510, -1035937110, 0),
(136010, 2568, 230, 'Raymond', 448922770, -979189880, 0),
(136011, 2568, 230, 'Renner', 436687080, -967030100, 0),
(136012, 2568, 230, 'Reva', 455204910, -1030613760, 0),
(136013, 2568, 230, 'Ridgeview', 450850000, -1008000000, 0),
(136014, 2568, 230, 'Rosebud', 432327800, -1008534800, 0),
(136015, 2568, 230, 'Saint Francis', 431403620, -1009702170, 0),
(136016, 2568, 230, 'Saint Onge', 445613220, -1037484540, 0),
(136017, 2568, 230, 'Scenic', 437931090, -1024329840, 0),
(136018, 2568, 230, 'Springfield', 428541700, -978972900, 0),
(136019, 2568, 230, 'Stickney', 435886100, -984377800, 0),
(136020, 2568, 230, 'Trail City', 454154010, -1007032370, 0),
(136021, 2568, 230, 'Turton', 450239330, -981047550, 0),
(136022, 2568, 230, 'Twin Brooks', 452117550, -970219520, 0),
(136023, 2568, 230, 'Walker', 457658000, -1010804000, 0),
(136024, 2568, 230, 'Wallace', 450648760, -974324610, 0),
(136025, 2568, 230, 'Wanblee', 435526280, -1018035760, 0),
(136026, 2568, 230, 'Wessington', 443714530, -986806020, 0),
(136027, 2568, 230, 'Westport', 456268800, -986130000, 0),
(136028, 2568, 230, 'White Lake', 438045100, -986817710, 0),
(136029, 2568, 230, 'Willow Lake', 446310570, -977348350, 0),
(136030, 2568, 230, 'Winfred', 439573400, -973091050, 0),
(136031, 2568, 230, 'Witten', 434648360, -1000666550, 0),
(136032, 2569, 230, 'Arnold Air Force Base', 353207220, -860669660, 0),
(136033, 2569, 230, 'Auburntown', 359904180, -861142580, 0),
(136034, 2569, 230, 'Bakewell', 353822220, -851088890, 0),
(136035, 2569, 230, 'Banner Hill', 361306600, -824245800, 0),
(136036, 2569, 230, 'Bath Springs', 354408900, -881055130, 0),
(136037, 2569, 230, 'Belfast', 355154510, -868084380, 0),
(136038, 2569, 230, 'Briceville', 361783300, -841852800, 0),
(136039, 2569, 230, 'Bumpus Mills', 366600740, -878291830, 0),
(136040, 2569, 230, 'Bybee', 360786500, -831542080, 0),
(136041, 2569, 230, 'Chestnut Mound', 361887540, -858419080, 0),
(136042, 2569, 230, 'Clarksburg', 358625800, -883784600, 0),
(136043, 2569, 230, 'Como', 363579560, -884626330, 0),
(136044, 2569, 230, 'Coopertown', 364375500, -869672200, 0),
(136045, 2569, 230, 'Crab Orchard', 358955390, -848459350, 0),
(136046, 2569, 230, 'Crawford', 362483350, -851871480, 0),
(136047, 2569, 230, 'Cunningham', 363803990, -874059550, 0),
(136048, 2569, 230, 'Dowelltown', 360143920, -859455890, 0),
(136049, 2569, 230, 'Dukedom', 364741510, -886660480, 0),
(136050, 2569, 230, 'Eidson', 365003900, -830804460, 0),
(136051, 2569, 230, 'Elkton', 350802350, -868880200, 0),
(136052, 2569, 230, 'Enville', 354749790, -884187510, 0),
(136053, 2569, 230, 'Falling Water', 352031200, -852535700, 0),
(136054, 2569, 230, 'Finley', 359892180, -895813300, 0),
(136055, 2569, 230, 'Five Points', 350305650, -872831540, 0),
(136056, 2569, 230, 'Gibson', 358707820, -888463110, 0),
(136057, 2569, 230, 'Grandview', 357679140, -848551220, 0),
(136058, 2569, 230, 'Hampshire', 355851390, -873566400, 0),
(136059, 2569, 230, 'Hickman', 361067190, -859089080, 0),
(136060, 2569, 230, 'Hickory Valley', 353242400, -891510580, 0),
(136061, 2569, 230, 'Kelso', 351080210, -864651170, 0),
(136062, 2569, 230, 'Lake Tansi', 358728500, -850544000, 0),
(136063, 2569, 230, 'Milledgeville', 353407550, -884067740, 0),
(136064, 2569, 230, 'Mohawk', 361797920, -830954720, 0),
(136065, 2569, 230, 'Morris Chapel', 353101080, -882899120, 0),
(136066, 2569, 230, 'Newcomb', 365425080, -841853700, 0),
(136067, 2569, 230, 'Norene', 361935920, -862761760, 0),
(136068, 2569, 230, 'Olivehill', 352690010, -880430480, 0),
(136069, 2569, 230, 'Palmer', 353779420, -855689600, 0),
(136070, 2569, 230, 'Palmersville', 362827940, -886975780, 0),
(136071, 2569, 230, 'Powells Crossroads', 351895200, -854858000, 0),
(136072, 2569, 230, 'Pruden', 365431200, -838760300, 0),
(136073, 2569, 230, 'Riddleton', 363493090, -860302630, 0),
(136074, 2569, 230, 'Rugby', 363602780, -847008330, 0),
(136075, 2569, 230, 'Saint Joseph', 350406600, -875070460, 0),
(136076, 2569, 230, 'Samburg', 363578360, -892973700, 0),
(136077, 2569, 230, 'Shady Valley', 365191700, -819277800, 0),
(136078, 2569, 230, 'Sherwood', 350555100, -859658100, 0),
(136079, 2569, 230, 'Spring Creek', 357685840, -886643840, 0),
(136080, 2569, 230, 'Tipton', 354218040, -898080900, 0),
(136081, 2569, 230, 'Trezevant', 360311540, -886002320, 0),
(136082, 2569, 230, 'Trimble', 362035880, -891908210, 0),
(136083, 2569, 230, 'Wildersville', 357210500, -883895400, 0),
(136084, 2569, 230, 'Wildwood Lake', 350920200, -848543900, 0),
(136085, 2570, 230, 'Ace', 305220260, -948118830, 0),
(136086, 2570, 230, 'Ackerly', 326331850, -1018021220, 0),
(136087, 2570, 230, 'Adrian', 353843400, -1028544790, 0),
(136088, 2570, 230, 'Afton', 337873320, -1007344220, 0),
(136089, 2570, 230, 'Ames', 300538300, -947435300, 0),
(136090, 2570, 230, 'Annona', 335252820, -948949830, 0),
(136091, 2570, 230, 'Anton', 338112000, -1021637900, 0),
(136092, 2570, 230, 'Bagwell', 338293240, -951473820, 0),
(136093, 2570, 230, 'Bailey', 334344260, -961642960, 0),
(136094, 2570, 230, 'Banquete', 279152410, -977795760, 0),
(136095, 2570, 230, 'Barksdale', 297364800, -1001034000, 0),
(136096, 2570, 230, 'Barrett', 298799500, -950629800, 0),
(136097, 2570, 230, 'Barstow', 314793980, -1033299350, 0),
(136098, 2570, 230, 'Bayside', 281005950, -972050220, 0),
(136099, 2570, 230, 'Beverly Hills', 315215600, -971538900, 0),
(136100, 2570, 230, 'Boys Ranch', 354345840, -1024405180, 0),
(136101, 2570, 230, 'Brandon', 320490620, -971039860, 0),
(136102, 2570, 230, 'Briscoe', 355472340, -1001444300, 0),
(136103, 2570, 230, 'Brookston', 336554660, -956463440, 0),
(136104, 2570, 230, 'Bruceville', 313300500, -972466020, 0),
(136105, 2570, 230, 'Bryson', 331316080, -983430300, 0),
(136106, 2570, 230, 'Buckholts', 308951500, -971268240, 0),
(136107, 2570, 230, 'Burkett', 320094470, -993085530, 0),
(136108, 2570, 230, 'Byers', 340618840, -981933740, 0),
(136109, 2570, 230, 'Calliham', 283459820, -984231370, 0),
(136110, 2570, 230, 'Camden', 309169440, -947341670, 0),
(136111, 2570, 230, 'Cayuga', 319569000, -959743800, 0),
(136112, 2570, 230, 'Cedar Lane', 289455470, -957380590, 0),
(136113, 2570, 230, 'Central Gardens', 299954900, -940140600, 0),
(136114, 2570, 230, 'Channing', 356836500, -1023302000, 0),
(136115, 2570, 230, 'Cherokee', 309790290, -987112130, 0),
(136116, 2570, 230, 'Chriesman', 305991670, -967705560, 0),
(136117, 2570, 230, 'Christine', 287928250, -985104700, 0),
(136118, 2570, 230, 'Cienegas Terrace', 293674500, -1009437100, 0),
(136119, 2570, 230, 'Clayton', 320980200, -944746800, 0),
(136120, 2570, 230, 'Copeville', 331705440, -963715890, 0),
(136121, 2570, 230, 'Danciger', 291695840, -958129780, 0),
(136122, 2570, 230, 'Dickens', 336217500, -1008365200, 0),
(136123, 2570, 230, 'Doolittle', 263470100, -981205600, 0),
(136124, 2570, 230, 'Dunn', 325667600, -1008859000, 0),
(136125, 2570, 230, 'Ecleto', 290461110, -977511110, 0),
(136126, 2570, 230, 'Edroy', 279527680, -975799520, 0),
(136127, 2570, 230, 'El Cenizo', 273522400, -994925400, 0),
(136128, 2570, 230, 'Ellinger', 298401480, -966999450, 0),
(136129, 2570, 230, 'Elm Creek', 287744200, -1004917400, 0),
(136130, 2570, 230, 'Elmaton', 288295340, -961205660, 0),
(136131, 2570, 230, 'Elmo', 326875520, -962167440, 0),
(136132, 2570, 230, 'Encantada-Ranchito-El Calaboz', 260334400, -976330700, 0),
(136133, 2570, 230, 'Enochs', 338490430, -1027666940, 0),
(136134, 2570, 230, 'Etoile', 313745900, -944323700, 0),
(136135, 2570, 230, 'Flat', 313106880, -975717140, 0),
(136136, 2570, 230, 'Flynn', 311508000, -961240800, 0),
(136137, 2570, 230, 'Forsan', 321095210, -1013646390, 0),
(136138, 2570, 230, 'Francitas', 288183690, -964428280, 0),
(136139, 2570, 230, 'Fredonia', 309174130, -991403110, 0),
(136140, 2570, 230, 'Girard', 332303950, -1005601300, 0),
(136141, 2570, 230, 'Glen Flora', 293472220, -961930560, 0),
(136142, 2570, 230, 'Goree', 334948100, -995259480, 0),
(136143, 2570, 230, 'Grulla', 262715780, -986416950, 0),
(136144, 2570, 230, 'Hedley', 348622330, -1006785680, 0),
(136145, 2570, 230, 'Higgins', 361204360, -1000241020, 0),
(136146, 2570, 230, 'High Island', 295666200, -943933200, 0),
(136147, 2570, 230, 'Ira', 326206160, -1010688890, 0),
(136148, 2570, 230, 'Jones Creek', 289685800, -954552200, 0),
(136149, 2570, 230, 'Justiceburg', 331797690, -1012981070, 0),
(136150, 2570, 230, 'Kenney', 300483500, -963218600, 0),
(136151, 2570, 230, 'Kildare', 330099880, -943635300, 0),
(136152, 2570, 230, 'Klondike', 332993320, -958029350, 0),
(136153, 2570, 230, 'Knickerbocker', 312666670, -1006230600, 0),
(136154, 2570, 230, 'La Homa', 262500700, -983636300, 0),
(136155, 2570, 230, 'Las Quintas Fronterizas', 286905300, -1004686900, 0),
(136156, 2570, 230, 'Las Quintas Fronterizas Colonia', 286913700, -1004692400, 0),
(136157, 2570, 230, 'Laureles', 261092400, -974941500, 0),
(136158, 2570, 230, 'Leesville', 294069450, -977413440, 0),
(136159, 2570, 230, 'Lelia Lake', 348622360, -1006785710, 0),
(136160, 2570, 230, 'Leona', 311328290, -959093420, 0),
(136161, 2570, 230, 'Linn', 265819200, -981715200, 0),
(136162, 2570, 230, 'Lodi', 327407920, -943098810, 0),
(136163, 2570, 230, 'Lopeno', 268995660, -991403710, 0),
(136164, 2570, 230, 'Los Ebanos', 263133460, -983924860, 0),
(136165, 2570, 230, 'Lyons', 303861110, -965630560, 0),
(136166, 2570, 230, 'Matador', 340120200, -1008220800, 0),
(136167, 2570, 230, 'Maydelle', 318004800, -953022000, 0),
(136168, 2570, 230, 'McLendon-Chisholm', 328423500, -963805400, 0),
(136169, 2570, 230, 'Mentone', 317051300, -1035993500, 0),
(136170, 2570, 230, 'Midfield', 289415970, -962436210, 0),
(136171, 2570, 230, 'Mila Doce', 262261800, -979588900, 0),
(136172, 2570, 230, 'Montalba', 319417800, -957631200, 0),
(136173, 2570, 230, 'Monte Alto', 263731200, -979716700, 0),
(136174, 2570, 230, 'Mount Calm', 317604310, -969118890, 0),
(136175, 2570, 230, 'Murillo Colonia', 262564600, -981133400, 0),
(136176, 2570, 230, 'Nada', 294047220, -963861110, 0),
(136177, 2570, 230, 'New London', 322443460, -949428680, 0),
(136178, 2570, 230, 'O''Brien', 333672380, -998545500, 0),
(136179, 2570, 230, 'Odell', 341169800, -993409510, 0),
(136180, 2570, 230, 'Oglesby', 314526820, -975685940, 0),
(136181, 2570, 230, 'Oklaunion', 340853610, -991603040, 0),
(136182, 2570, 230, 'Old Ocean', 290797200, -957494400, 0),
(136183, 2570, 230, 'Orla', 318288000, -1039138200, 0),
(136184, 2570, 230, 'Ottine', 295977780, -975838890, 0),
(136185, 2570, 230, 'Paint Rock', 315084900, -999200800, 0),
(136186, 2570, 230, 'Pandora', 292500000, -978375000, 0),
(136187, 2570, 230, 'Panna Maria', 289580560, -978972220, 0),
(136188, 2570, 230, 'Peaster', 328719440, -978663890, 0),
(136189, 2570, 230, 'Pecan Acres', 329701300, -974747400, 0),
(136190, 2570, 230, 'Pecan Gap', 334041480, -958032200, 0),
(136191, 2570, 230, 'Pennington', 311580000, -951625940, 0),
(136192, 2570, 230, 'Perezville', 262245200, -984005700, 0),
(136193, 2570, 230, 'Placedo', 286966800, -968287780, 0),
(136194, 2570, 230, 'Pledger', 291821340, -959082720, 0),
(136195, 2570, 230, 'Porter Heights', 301518800, -953218800, 0),
(136196, 2570, 230, 'Poynor', 320760060, -955949500, 0),
(136197, 2570, 230, 'Quitaque', 343654650, -1010533140, 0),
(136198, 2570, 230, 'Rancho Alegre', 277416900, -980947300, 0),
(136199, 2570, 230, 'Randolph', 335547530, -961994320, 0),
(136200, 2570, 230, 'Redland', 314043500, -947213200, 0),
(136201, 2570, 230, 'Rising Star', 320963900, -989661100, 0),
(136202, 2570, 230, 'Roans Prairie', 305841000, -959436000, 0),
(136203, 2570, 230, 'Roaring Springs', 339038140, -1008549350, 0),
(136204, 2570, 230, 'Rochester', 333006460, -998473580, 0),
(136205, 2570, 230, 'Roma-Los Saenz', 264050600, -990158600, 0),
(136206, 2570, 230, 'Romayor', 304510800, -948430200, 0),
(136207, 2570, 230, 'Rosita North', 286564400, -1004221800, 0),
(136208, 2570, 230, 'Rosser', 325847700, -964483430, 0),
(136209, 2570, 230, 'Runaway Bay', 331678900, -978783700, 0),
(136210, 2570, 230, 'Saltillo', 331942760, -953453540, 0),
(136211, 2570, 230, 'San Ygnacio', 270374080, -994240310, 0),
(136212, 2570, 230, 'Santa Maria', 260780600, -978480600, 0),
(136213, 2570, 230, 'Scissors', 261398000, -980538900, 0),
(136214, 2570, 230, 'Sheffield', 306890300, -1018463760, 0),
(136215, 2570, 230, 'Shoreacres', 296202300, -950099300, 0),
(136216, 2570, 230, 'Sidney', 319299340, -987766780, 0),
(136217, 2570, 230, 'Smyer', 335860490, -1021619030, 0),
(136218, 2570, 230, 'South Alamo', 261570200, -981086200, 0),
(136219, 2570, 230, 'South Bend', 329584900, -987605000, 0),
(136220, 2570, 230, 'Spurger', 307240180, -941722420, 0),
(136221, 2570, 230, 'Streetman', 318769400, -963244400, 0),
(136222, 2570, 230, 'Tarpley', 296484110, -992243930, 0),
(136223, 2570, 230, 'Tehuacana', 316880870, -965111010, 0),
(136224, 2570, 230, 'Texline', 363780600, -1030230600, 0),
(136225, 2570, 230, 'Thicket', 303955560, -946300000, 0),
(136226, 2570, 230, 'Thrall', 305886100, -972986100, 0),
(136227, 2570, 230, 'Toyah', 313125140, -1037934700, 0),
(136228, 2570, 230, 'Tuleta', 285705560, -977969440, 0),
(136229, 2570, 230, 'Uhland', 299577200, -977861100, 0),
(136230, 2570, 230, 'Umbarger', 348893960, -1019043600, 0),
(136231, 2570, 230, 'Valera', 317729360, -995432520, 0),
(136232, 2570, 230, 'Votaw', 304352780, -946730560, 0),
(136233, 2570, 230, 'Warda', 300550000, -969136110, 0),
(136234, 2570, 230, 'Water Valley', 316675200, -1007166000, 0),
(136235, 2570, 230, 'West Livingston', 306982500, -950018800, 0),
(136236, 2570, 230, 'West Odessa', 318423500, -1024987600, 0),
(136237, 2570, 230, 'West Tawakoni', 328937300, -960294100, 0),
(136238, 2570, 230, 'Whitharral', 337357670, -1023251030, 0),
(136239, 2570, 230, 'Windom', 335631960, -959991780, 0),
(136240, 2570, 230, 'Wingate', 320185900, -1001497300, 0),
(136241, 2570, 230, 'Woodbranch', 301810500, -951888200, 0),
(136242, 2570, 230, 'Yancey', 291376000, -991415700, 0),
(136243, 2571, 230, 'Alton', 374754700, -1125836460, 0),
(136244, 2571, 230, 'Altonah', 404652310, -1104657290, 0),
(136245, 2571, 230, 'Aneth', 372081730, -1092910440, 0),
(136246, 2571, 230, 'Annabella', 387075410, -1120626380, 0),
(136247, 2571, 230, 'Axtell', 391158550, -1117734190, 0),
(136248, 2571, 230, 'Bicknell', 383466990, -1115547280, 0),
(136249, 2571, 230, 'Bluebell', 403342690, -1103318150, 0),
(136250, 2571, 230, 'Cache Junction', 418354800, -1120018800, 0),
(136251, 2571, 230, 'Circleville', 381717340, -1122722940, 0),
(136252, 2571, 230, 'Duck Creek Village', 375310930, -1126659480, 0),
(136253, 2571, 230, 'Echo', 409661060, -1114208270, 0),
(136254, 2571, 230, 'Fountain Green', 396299600, -1116352000, 0),
(136255, 2571, 230, 'Gunlock', 372869890, -1137610630, 0),
(136256, 2571, 230, 'Honeyville', 416385400, -1120793900, 0),
(136257, 2571, 230, 'La Sal', 383108100, -1092564800, 0),
(136258, 2571, 230, 'Meadow', 388867990, -1124059260, 0),
(136259, 2571, 230, 'Monument Valley', 370105600, -1102427800, 0),
(136260, 2571, 230, 'Moroni', 395249600, -1115904700, 0),
(136261, 2571, 230, 'Newton', 418612430, -1119891530, 0),
(136262, 2571, 230, 'Oak City', 393760550, -1123360290, 0),
(136263, 2571, 230, 'Paragonah', 378855600, -1127741700, 0),
(136264, 2571, 230, 'Park Valley', 418272100, -1132694500, 0),
(136265, 2571, 230, 'Teasdale', 382844710, -1114743200, 0),
(136266, 2571, 230, 'Tridell', 404659720, -1098120690, 0),
(136267, 2571, 230, 'West Mountain', 400607900, -1117882700, 0),
(136268, 2572, 230, 'Beebe Plain', 450056200, -721427000, 0),
(136269, 2572, 230, 'Belvidere Center', 447717800, -726606300, 0),
(136270, 2572, 230, 'Calais', 443969910, -724782570, 0),
(136271, 2572, 230, 'Cambridgeport', 431520190, -725681290, 0),
(136272, 2572, 230, 'Chelsea', 439897900, -724476000, 0),
(136273, 2572, 230, 'Chittenden', 437099770, -729621540, 0),
(136274, 2572, 230, 'Coventry', 448717150, -722378150, 0),
(136275, 2572, 230, 'Craftsbury', 446493000, -723531000, 0),
(136276, 2572, 230, 'Craftsbury Common', 446500000, -723833330, 0),
(136277, 2572, 230, 'Danby', 433670000, -730500000, 0),
(136278, 2572, 230, 'East Dover', 429436110, -728044440, 0),
(136279, 2572, 230, 'East Randolph', 439738890, -725563890, 0),
(136280, 2572, 230, 'East Saint Johnsbury', 444386110, -719461110, 0),
(136281, 2572, 230, 'Eden Mills', 447072220, -725461110, 0),
(136282, 2572, 230, 'Ferrisburgh', 442124000, -732682770, 0),
(136283, 2572, 230, 'Forest Dale', 438277780, -730541670, 0),
(136284, 2572, 230, 'Gaysville', 437344640, -727441520, 0),
(136285, 2572, 230, 'Grafton', 431483320, -726251610, 0),
(136286, 2572, 230, 'Granville', 440064410, -728413270, 0),
(136287, 2572, 230, 'Hancock', 439180150, -729190700, 0),
(136288, 2572, 230, 'McIndoe Falls', 442607470, -720565870, 0),
(136289, 2572, 230, 'Monkton', 442527900, -731231100, 0),
(136290, 2572, 230, 'Montgomery', 449025000, -726386110, 0),
(136291, 2572, 230, 'Mount Holly', 434508000, -727915800, 0),
(136292, 2572, 230, 'Peacham', 443380560, -721577780, 0),
(136293, 2572, 230, 'Plymouth', 435120000, -727200000, 0),
(136294, 2572, 230, 'Post Mills', 438855600, -722605600, 0),
(136295, 2572, 230, 'Ripton', 440152780, -731677780, 0),
(136296, 2572, 230, 'Rupert', 432610700, -732236500, 0),
(136297, 2572, 230, 'Saint Albans Bay', 448077780, -731397220, 0),
(136298, 2572, 230, 'South Woodstock', 435655600, -725322200, 0),
(136299, 2572, 230, 'Thetford Center', 438202190, -722744080, 0),
(136300, 2572, 230, 'Topsham', 440638200, -722227200, 0),
(136301, 2572, 230, 'Washington', 440280560, -724133330, 0),
(136302, 2572, 230, 'West Burke', 446425000, -719802800, 0),
(136303, 2572, 230, 'West Charleston', 448988890, -720600000, 0),
(136304, 2572, 230, 'West Fairlee', 439359180, -722492810, 0),
(136305, 2572, 230, 'West Halifax', 427855800, -727695000, 0),
(136306, 2572, 230, 'West Rupert', 432636700, -731913140, 0),
(136307, 2572, 230, 'West Topsham', 440947220, -723419440, 0),
(136308, 2572, 230, 'Westfield', 448769700, -724676880, 0),
(136309, 2573, 230, 'Adwolf', 367892800, -815820600, 0),
(136310, 2573, 230, 'Ararat', 365883020, -805297560, 0),
(136311, 2573, 230, 'Augusta Springs', 381019440, -793183330, 0),
(136312, 2573, 230, 'Bee', 370853270, -821927260, 0),
(136313, 2573, 230, 'Belspring', 371329740, -806606190, 0),
(136314, 2573, 230, 'Ben Hur', 367554810, -830381050, 0),
(136315, 2573, 230, 'Bena', 372708000, -764557800, 0),
(136316, 2573, 230, 'Bent Mountain', 371528140, -801255490, 0),
(136317, 2573, 230, 'Bergton', 387964140, -789672810, 0),
(136318, 2573, 230, 'Birchleaf', 371544160, -822374530, 0),
(136319, 2573, 230, 'Branchville', 365860800, -772897800, 0),
(136320, 2573, 230, 'Bremo Bluff', 377363420, -782673790, 0),
(136321, 2573, 230, 'Bruington', 377778160, -769361550, 0),
(136322, 2573, 230, 'Callands', 367793580, -796356190, 0),
(136323, 2573, 230, 'Central Garage', 377440300, -771316400, 0),
(136324, 2573, 230, 'Church View', 376719260, -766775370, 0),
(136325, 2573, 230, 'Claremont', 372277200, -769644000, 0),
(136326, 2573, 230, 'Claypool Hill', 370626100, -817517800, 0),
(136327, 2573, 230, 'Cluster Springs', 366211110, -789216670, 0),
(136328, 2573, 230, 'Coleman Falls', 374766210, -793226380, 0),
(136329, 2573, 230, 'Cripple Creek', 367977340, -811045360, 0),
(136330, 2573, 230, 'Crockett', 368747100, -812105970, 0),
(136331, 2573, 230, 'Crystal Hill', 368714940, -789706910, 0),
(136332, 2573, 230, 'Davis Wharf', 375669120, -758876320, 0),
(136333, 2573, 230, 'Deerfield', 381666070, -794090660, 0),
(136334, 2573, 230, 'Doe Hill', 383949030, -794864930, 0),
(136335, 2573, 230, 'Doran', 370918090, -817916910, 0),
(136336, 2573, 230, 'Drakes Branch', 369545880, -785416750, 0),
(136337, 2573, 230, 'Dugspur', 368224330, -806150990, 0),
(136338, 2573, 230, 'East Lexington', 377929100, -794253200, 0),
(136339, 2573, 230, 'Ebony', 365424780, -779846470, 0),
(136340, 2573, 230, 'Eggleston', 372836180, -806189230, 0),
(136341, 2573, 230, 'Ettrick', 372401500, -774299800, 0),
(136342, 2573, 230, 'Evergreen', 373183200, -787660800, 0),
(136343, 2573, 230, 'Fort Blackmore', 367563940, -826229620, 0),
(136344, 2573, 230, 'Glen Wilton', 377527780, -798191670, 0),
(136345, 2573, 230, 'Greenbush', 377612070, -756725740, 0),
(136346, 2573, 230, 'Hacksneck', 375790960, -757951140, 0),
(136347, 2573, 230, 'Hadensville', 378150490, -780139030, 0),
(136348, 2573, 230, 'Hallwood', 378498970, -755509050, 0),
(136349, 2573, 230, 'Harborton', 376616700, -758305600, 0),
(136350, 2573, 230, 'Haynesville', 379500000, -766627200, 0),
(136351, 2573, 230, 'Head Waters', 383010730, -794258510, 0),
(136352, 2573, 230, 'Henry Fork', 369662500, -798703100, 0),
(136353, 2573, 230, 'Horntown', 379708340, -754751890, 0),
(136354, 2573, 230, 'Hurley', 374150730, -820162750, 0),
(136355, 2573, 230, 'Hustle', 380237240, -770478890, 0),
(136356, 2573, 230, 'Java', 368628070, -791856210, 0),
(136357, 2573, 230, 'Jolivue', 381098500, -790730800, 0),
(136358, 2573, 230, 'Keen Mountain', 372021700, -819862500, 0),
(136359, 2573, 230, 'Keokee', 368321770, -829658640, 0),
(136360, 2573, 230, 'Lacey Spring', 385516100, -787359000, 0),
(136361, 2573, 230, 'Ladysmith', 380175000, -775155000, 0),
(136362, 2573, 230, 'Laymantown', 373656900, -798575400, 0),
(136363, 2573, 230, 'Loch Lomond', 387862300, -774780400, 0),
(136364, 2573, 230, 'Macon', 375213700, -779640700, 0),
(136365, 2573, 230, 'Marionville', 374360270, -758978300, 0),
(136366, 2573, 230, 'Maryus', 372794440, -764030560, 0),
(136367, 2573, 230, 'Mavisdale', 371825660, -822156960, 0),
(136368, 2573, 230, 'Maxie', 373020300, -821745900, 0),
(136369, 2573, 230, 'McDowell', 383038120, -795230510, 0),
(136370, 2573, 230, 'Millers Tavern', 378280200, -769452000, 0),
(136371, 2573, 230, 'Montebello', 378439030, -790688270, 0),
(136372, 2573, 230, 'Mount Hermon', 366784700, -794222500, 0),
(136373, 2573, 230, 'Naruna', 370929170, -789002160, 0),
(136374, 2573, 230, 'Ninde', 382708700, -770563000, 0),
(136375, 2573, 230, 'Nottoway', 371229600, -780751200, 0),
(136376, 2573, 230, 'Onemo', 373996820, -762784690, 0),
(136377, 2573, 230, 'Ordinary', 373152000, -765136200, 0),
(136378, 2573, 230, 'Orlean', 387522200, -779645800, 0),
(136379, 2573, 230, 'Parrott', 371508530, -806176400, 0),
(136380, 2573, 230, 'Pleasant Valley', 383847220, -788975000, 0),
(136381, 2573, 230, 'Pocahontas', 373059770, -813378650, 0),
(136382, 2573, 230, 'Port Haywood', 373719440, -762797220, 0),
(136383, 2573, 230, 'Port Royal', 381699430, -771914690, 0),
(136384, 2573, 230, 'Prices Fork', 372098500, -804900500, 0),
(136385, 2573, 230, 'Pungoteague', 375790720, -757950900, 0),
(136386, 2573, 230, 'Quantico Station', 385226300, -773183400, 0),
(136387, 2573, 230, 'Quinque', 382801680, -784311050, 0),
(136388, 2573, 230, 'Red House', 371977540, -788132070, 0),
(136389, 2573, 230, 'Ripplemead', 373783800, -806562000, 0),
(136390, 2573, 230, 'Rockbridge Baths', 378985630, -793944350, 0),
(136391, 2573, 230, 'Rushmere', 370668100, -766763500, 0),
(136392, 2573, 230, 'Ruthville', 373672200, -770413200, 0),
(136393, 2573, 230, 'Saint Charles', 368353110, -830529630, 0),
(136394, 2573, 230, 'Sealston', 382497300, -773122900, 0),
(136395, 2573, 230, 'Shenandoah Farms', 389817800, -780755500, 0),
(136396, 2573, 230, 'Sparta', 379916670, -772305560, 0),
(136397, 2573, 230, 'Sugar Grove', 367714730, -813922180, 0),
(136398, 2573, 230, 'Susan', 373491670, -762969440, 0),
(136399, 2573, 230, 'Sutherlin', 366288780, -791885190, 0),
(136400, 2573, 230, 'Swoope', 381402600, -792024080, 0),
(136401, 2573, 230, 'Tangier', 378297810, -759963330, 0),
(136402, 2573, 230, 'Tannersville', 369759690, -816411040, 0),
(136403, 2573, 230, 'Townsend', 372770020, -759597460, 0),
(136404, 2573, 230, 'Vesuvius', 378082920, -792212670, 0),
(136405, 2573, 230, 'Water View', 377002420, -766182910, 0),
(136406, 2573, 230, 'White Plains', 366335650, -779132410, 0),
(136407, 2573, 230, 'Whitetop', 366148450, -815769210, 0),
(136408, 2573, 230, 'Whitewood', 372645150, -818865270, 0),
(136409, 2573, 230, 'Woolwine', 367897200, -802775000, 0),
(136410, 2573, 230, 'Zacata', 381200000, -767825000, 0),
(136411, 2574, 230, 'Alderton', 471695500, -1222292800, 0),
(136412, 2574, 230, 'Almira', 477105600, -1189416700, 0),
(136413, 2574, 230, 'Ariel', 459932400, -1224445200, 0),
(136414, 2574, 230, 'Beaver', 480634800, -1242960000, 0),
(136415, 2574, 230, 'Big Lake', 484028800, -1222412700, 0),
(136416, 2574, 230, 'Birch Bay', 489178900, -1227446200, 0),
(136417, 2574, 230, 'Brownstown', 464044000, -1206072800, 0),
(136418, 2574, 230, 'Buena', 464214630, -1202936630, 0),
(136419, 2574, 230, 'Central Park', 469734300, -1236923900, 0),
(136420, 2574, 230, 'Copalis Beach', 471166900, -1241561150, 0),
(136421, 2574, 230, 'Copalis Crossing', 471403920, -1241008070, 0),
(136422, 2574, 230, 'Curlew', 489177550, -1186272480, 0),
(136423, 2574, 230, 'Curtis', 465207750, -1231230860, 0),
(136424, 2574, 230, 'Dollar Corner', 457801200, -1226001000, 0),
(136425, 2574, 230, 'East Port Orchard', 475234300, -1226243000, 0),
(136426, 2574, 230, 'Elk Plain', 470531600, -1223976200, 0),
(136427, 2574, 230, 'Elmer City', 479979300, -1189535560, 0),
(136428, 2574, 230, 'Erlands Point-Kitsap Lake', 475971900, -1227022500, 0),
(136429, 2574, 230, 'Finley', 461540200, -1190339000, 0),
(136430, 2574, 230, 'Four Lakes', 475612800, -1175929800, 0),
(136431, 2574, 230, 'Galvin', 467414110, -1230265310, 0),
(136432, 2574, 230, 'Garfield', 470091040, -1171378690, 0),
(136433, 2574, 230, 'Gleed', 466581800, -1206134000, 0),
(136434, 2574, 230, 'Grays River', 463557080, -1235846090, 0),
(136435, 2574, 230, 'Joyce', 481366200, -1237327200, 0),
(136436, 2574, 230, 'Kahlotus', 466777290, -1185438320, 0),
(136437, 2574, 230, 'Kittitas', 469831800, -1204170100, 0),
(136438, 2574, 230, 'Malo', 488033600, -1186078770, 0),
(136439, 2574, 230, 'Malott', 482840330, -1197979040, 0),
(136440, 2574, 230, 'Marshall', 475673300, -1174918600, 0),
(136441, 2574, 230, 'Meadow Glade', 457584500, -1225603800, 0),
(136442, 2574, 230, 'Mohler', 474050000, -1183280560, 0),
(136443, 2574, 230, 'Monitor', 474921940, -1204319920, 0),
(136444, 2574, 230, 'Nahcotta', 464986200, -1240321800, 0),
(136445, 2574, 230, 'Neilton', 474130560, -1238791670, 0),
(136446, 2574, 230, 'Outlook', 463659380, -1200998820, 0),
(136447, 2574, 230, 'Paradise Inn', 467798500, -1217432700, 0),
(136448, 2574, 230, 'Parkwood', 475331500, -1226101400, 0),
(136449, 2574, 230, 'Pe Ell', 465661060, -1233039590, 0),
(136450, 2574, 230, 'Retsil', 475447980, -1226168500, 0),
(136451, 2574, 230, 'Rosburg', 463152930, -1236571400, 0),
(136452, 2574, 230, 'Southworth', 475120400, -1225018000, 0),
(136453, 2574, 230, 'Tahuya', 474027060, -1230380330, 0),
(136454, 2574, 230, 'Three Lakes', 479448200, -1220115200, 0),
(136455, 2574, 230, 'Trentwood', 476965600, -1172107600, 0),
(136456, 2574, 230, 'Tumtum', 478909630, -1177755920, 0),
(136457, 2575, 230, 'Alkol', 381705810, -819980640, 0),
(136458, 2575, 230, 'Alma', 394197000, -808233000, 0),
(136459, 2575, 230, 'Anawalt', 373334750, -814415090, 0),
(136460, 2575, 230, 'Arthurdale', 394950000, -798150000, 0),
(136461, 2575, 230, 'Asbury', 378350250, -805732450, 0),
(136462, 2575, 230, 'Ashford', 381904970, -817134080, 0),
(136463, 2575, 230, 'Baisden', 375875760, -819482360, 0),
(136464, 2575, 230, 'Bakerton', 393285640, -777800470, 0),
(136465, 2575, 230, 'Bartley', 373405560, -817377780, 0),
(136466, 2575, 230, 'Bartow', 385808300, -797151990, 0),
(136467, 2575, 230, 'Baxter', 395365200, -801397200, 0),
(136468, 2575, 230, 'Bayard', 392541670, -793980560, 0),
(136469, 2575, 230, 'Big Creek', 380336980, -820183670, 0),
(136470, 2575, 230, 'Bloomery', 393755440, -783870470, 0),
(136471, 2575, 230, 'Bluewell', 373126200, -812598200, 0),
(136472, 2575, 230, 'Boomer', 381505560, -812875000, 0),
(136473, 2575, 230, 'Bradley', 378653900, -811939900, 0),
(136474, 2575, 230, 'Brenton', 375826230, -816671970, 0),
(136475, 2575, 230, 'Cairo', 392342300, -811509340, 0),
(136476, 2575, 230, 'Camden-on-Gauley', 383752200, -805723200, 0),
(136477, 2575, 230, 'Cassville', 396638870, -800589300, 0),
(136478, 2575, 230, 'Chauncey', 377661000, -819877200, 0),
(136479, 2575, 230, 'Chloe', 386774410, -810908190, 0),
(136480, 2575, 230, 'Circleville', 386150720, -795536760, 0),
(136481, 2575, 230, 'Coalton', 389046240, -800026680, 0),
(136482, 2575, 230, 'Comfort', 381242010, -815707410, 0),
(136483, 2575, 230, 'Cottageville', 388572360, -818156570, 0),
(136484, 2575, 230, 'Covel', 374908200, -813226800, 0),
(136485, 2575, 230, 'Crawley', 379347200, -806519400, 0),
(136486, 2575, 230, 'Crum', 379419510, -824458210, 0),
(136487, 2575, 230, 'Cucumber', 372849900, -816184600, 0),
(136488, 2575, 230, 'Danese', 378820190, -809723730, 0),
(136489, 2575, 230, 'Deep Water', 381237870, -812602350, 0),
(136490, 2575, 230, 'Dingess', 378797110, -821894910, 0),
(136491, 2575, 230, 'Dry Creek', 378737000, -814304000, 0),
(136492, 2575, 230, 'Drybranch', 381772200, -814669800, 0),
(136493, 2575, 230, 'Dunmore', 383580990, -798293220, 0),
(136494, 2575, 230, 'Durbin', 386493820, -797739960, 0),
(136495, 2575, 230, 'Elbert', 373180560, -815441670, 0),
(136496, 2575, 230, 'Elkhorn', 373536700, -814536800, 0),
(136497, 2575, 230, 'Ellamore', 389419800, -800907000, 0),
(136498, 2575, 230, 'Ellenboro', 392887200, -810586800, 0),
(136499, 2575, 230, 'Ethel', 378663890, -819125000, 0),
(136500, 2575, 230, 'Fairdale', 377877300, -813907260, 0),
(136501, 2575, 230, 'Fanrock', 375664200, -816187800, 0),
(136502, 2575, 230, 'Four States', 394797220, -803100000, 0),
(136503, 2575, 230, 'Gandeeville', 387064800, -814260000, 0),
(136504, 2575, 230, 'Glengary', 393838200, -781558200, 0),
(136505, 2575, 230, 'Glenwood', 385906530, -821922480, 0),
(136506, 2575, 230, 'Gormania', 392443800, -793516350, 0),
(136507, 2575, 230, 'Grassy Meadows', 378447820, -807416400, 0),
(136508, 2575, 230, 'Griffithsville', 382386100, -819891700, 0),
(136509, 2575, 230, 'Gypsy', 393686110, -803180560, 0),
(136510, 2575, 230, 'Hacker Valley', 387005560, -804641670, 0),
(136511, 2575, 230, 'Hansford', 381132670, -813778270, 0),
(136512, 2575, 230, 'Harman', 389165740, -795330440, 0),
(136513, 2575, 230, 'Henlawson', 379023000, -819886000, 0),
(136514, 2575, 230, 'Hernshaw', 382028060, -816122980, 0),
(136515, 2575, 230, 'Hewett', 379603780, -818530110, 0),
(136516, 2575, 230, 'High View', 392111920, -784365290, 0),
(136517, 2575, 230, 'Hugheston', 382094440, -813727780, 0),
(136518, 2575, 230, 'Huttonsville', 386344880, -799551270, 0),
(136519, 2575, 230, 'Ivydale', 385296000, -810328800, 0),
(136520, 2575, 230, 'Jeffrey', 379599000, -818119800, 0),
(136521, 2575, 230, 'Jesse', 376669410, -815560840, 0),
(136522, 2575, 230, 'Jolo', 373311530, -818344660, 0),
(136523, 2575, 230, 'Junior', 390367200, -799565440, 0),
(136524, 2575, 230, 'Kellysville', 373447220, -809280560, 0),
(136525, 2575, 230, 'Kimball', 374254800, -815068800, 0),
(136526, 2575, 230, 'Kopperston', 377478790, -815700950, 0),
(136527, 2575, 230, 'Kyle', 374080560, -814258330, 0),
(136528, 2575, 230, 'Layland', 378707650, -809958880, 0),
(136529, 2575, 230, 'Lester', 377147200, -813376360, 0),
(136530, 2575, 230, 'Lindside', 376763540, -808858380, 0),
(136531, 2575, 230, 'Little Birch', 385705800, -807108600, 0),
(136532, 2575, 230, 'Lochgelly', 380104800, -811452000, 0),
(136533, 2575, 230, 'Lubeck', 392353500, -816312400, 0),
(136534, 2575, 230, 'Lumberport', 393750000, -803483300, 0),
(136535, 2575, 230, 'Matheny', 376805310, -815908090, 0),
(136536, 2575, 230, 'Matoaka', 374188040, -812445540, 0),
(136537, 2575, 230, 'Maxwelton', 379064460, -804261930, 0),
(136538, 2575, 230, 'Maysel', 384849040, -811236830, 0),
(136539, 2575, 230, 'McGraws', 376774200, -814676800, 0),
(136540, 2575, 230, 'Midway', 377177780, -812191670, 0),
(136541, 2575, 230, 'Millville', 392938890, -777861110, 0),
(136542, 2575, 230, 'Mount Alto', 388624510, -818784630, 0),
(136543, 2575, 230, 'Mount Carbon', 381498070, -813281110, 0),
(136544, 2575, 230, 'Mount Gay', 378412800, -820087800, 0),
(136545, 2575, 230, 'Nallen', 381001200, -808869000, 0),
(136546, 2575, 230, 'Naoma', 378995510, -815264110, 0),
(136547, 2575, 230, 'Napier', 387744960, -805848370, 0),
(136548, 2575, 230, 'Naugatuck', 378076740, -822701310, 0),
(136549, 2575, 230, 'New Milton', 391765960, -807138660, 0),
(136550, 2575, 230, 'Newburg', 394019000, -798279000, 0),
(136551, 2575, 230, 'Newton', 386177780, -811433330, 0),
(136552, 2575, 230, 'Nimitz', 376265190, -809361010, 0),
(136553, 2575, 230, 'North Spring', 375243430, -817992930, 0),
(136554, 2575, 230, 'Nutter Fort', 392634200, -803198100, 0),
(136555, 2575, 230, 'Peytona', 381204290, -817063970, 0),
(136556, 2575, 230, 'Pipestem', 375142680, -809231390, 0),
(136557, 2575, 230, 'Porters Falls', 395797220, -807763890, 0),
(136558, 2575, 230, 'Powellton', 380975650, -813229890, 0),
(136559, 2575, 230, 'Pullman', 391903080, -809133830, 0),
(136560, 2575, 230, 'Racine', 381608060, -816577320, 0),
(136561, 2575, 230, 'Ravencliff', 376980560, -814813890, 0),
(136562, 2575, 230, 'Raysal', 373491670, -817627780, 0),
(136563, 2575, 230, 'Reader', 395777990, -807472950, 0),
(136564, 2575, 230, 'Rippon', 392280200, -779226800, 0),
(136565, 2575, 230, 'Robson', 380976890, -812477110, 0),
(136566, 2575, 230, 'Rock Cave', 387683490, -803027710, 0),
(136567, 2575, 230, 'Rowlesburg', 392263800, -796645800, 0),
(136568, 2575, 230, 'Sand Fork', 388900200, -807424800, 0),
(136569, 2575, 230, 'Seth', 380901790, -816437780, 0),
(136570, 2575, 230, 'Shannondale', 392170500, -778074900, 0),
(136571, 2575, 230, 'Smithfield', 395040510, -805654510, 0),
(136572, 2575, 230, 'Spanishburg', 374447990, -811123050, 0),
(136573, 2575, 230, 'Sumerco', 382311100, -819113900, 0),
(136574, 2575, 230, 'Switzer', 377863270, -819739070, 0),
(136575, 2575, 230, 'Talcott', 376478350, -807420630, 0),
(136576, 2575, 230, 'Teays', 384416670, -819530560, 0),
(136577, 2575, 230, 'Tioga', 383936080, -806736780, 0),
(136578, 2575, 230, 'Uneeda', 380355560, -817808330, 0),
(136579, 2575, 230, 'Upperglade', 384306250, -805015210, 0),
(136580, 2575, 230, 'Verner', 376600000, -818500000, 0),
(136581, 2575, 230, 'Victor', 381418940, -810359740, 0),
(136582, 2575, 230, 'Volga', 390669090, -801199260, 0),
(136583, 2575, 230, 'Wallback', 385799180, -810866740, 0),
(136584, 2575, 230, 'Warriormine', 372927780, -816972220, 0),
(136585, 2575, 230, 'Whitmer', 388641670, -795572220, 0),
(136586, 2575, 230, 'Widen', 384661110, -808575000, 0),
(136587, 2575, 230, 'Windsor Heights', 401916900, -806661040, 0),
(136588, 2575, 230, 'Wolfe', 373072220, -813288890, 0),
(136589, 2575, 230, 'Yawkey', 382371370, -819566390, 0),
(136590, 2575, 230, 'Yolyn', 378709200, -818733000, 0),
(136591, 2576, 230, 'Amberg', 454970550, -879324620, 0),
(136592, 2576, 230, 'Babcock', 442843580, -901138730, 0),
(136593, 2576, 230, 'Benet Lake', 424980600, -880816700, 0),
(136594, 2576, 230, 'Bowler', 448628520, -889803600, 0),
(136595, 2576, 230, 'Brantwood', 455698250, -901228060, 0),
(136596, 2576, 230, 'Brussels', 447500760, -876348640, 0),
(136597, 2576, 230, 'Butte des Morts', 441015710, -886541470, 0),
(136598, 2576, 230, 'Caroline', 447208300, -888913900, 0),
(136599, 2576, 230, 'Cataract', 440877000, -908422200, 0),
(136600, 2576, 230, 'Clam Lake', 462703580, -908985970, 0),
(136601, 2576, 230, 'Como', 426122400, -884823200, 0),
(136602, 2576, 230, 'Cornucopia', 468564980, -910935120, 0),
(136603, 2576, 230, 'Dellwood', 439841670, -899386110, 0),
(136604, 2576, 230, 'Doylestown', 434268230, -891483050, 0),
(136605, 2576, 230, 'East Ellsworth', 447319310, -924709100, 0),
(136606, 2576, 230, 'Elderon', 447835690, -892481820, 0),
(136607, 2576, 230, 'Eldorado', 438477160, -886475000, 0),
(136608, 2576, 230, 'Ephraim', 451565100, -871667670, 0),
(136609, 2576, 230, 'Ferryville', 433416700, -910838900, 0),
(136610, 2576, 230, 'Glen Haven', 428220200, -909890840, 0),
(136611, 2576, 230, 'Hawkins', 455120270, -907123850, 0),
(136612, 2576, 230, 'Hewitt', 446418330, -901037680, 0),
(136613, 2576, 230, 'Hingham', 436388730, -879195350, 0),
(136614, 2576, 230, 'Jim Falls', 450708710, -912588020, 0),
(136615, 2576, 230, 'Jump River', 453327000, -907429800, 0),
(136616, 2576, 230, 'Kennan', 455294880, -905922650, 0),
(136617, 2576, 230, 'La Pointe', 469371000, -905809800, 0),
(136618, 2576, 230, 'Lake Wazeecha', 443710800, -897565100, 0),
(136619, 2576, 230, 'Lake Wisconsin', 433736000, -895756800, 0),
(136620, 2576, 230, 'Lake Wissota', 449263500, -913009900, 0),
(136621, 2576, 230, 'Leopolis', 447767350, -888857730, 0),
(136622, 2576, 230, 'Little Round Lake', 459649500, -913679500, 0),
(136623, 2576, 230, 'Loganville', 434400250, -900407890, 0),
(136624, 2576, 230, 'Lublin', 451191420, -906949030, 0),
(136625, 2576, 230, 'McNaughton', 457634830, -895138660, 0),
(136626, 2576, 230, 'Mount Calvary', 438232840, -882463030, 0),
(136627, 2576, 230, 'New Munster', 425787910, -882291450, 0),
(136628, 2576, 230, 'Oakdale', 439597200, -903816000, 0),
(136629, 2576, 230, 'Ogdensburg', 444878880, -890189860, 0),
(136630, 2576, 230, 'Okauchee Lake', 431233400, -884406500, 0),
(136631, 2576, 230, 'Packwaukee', 437664240, -894692080, 0),
(136632, 2576, 230, 'Pearson', 453911560, -890857740, 0),
(136633, 2576, 230, 'Pell Lake', 425380700, -883509300, 0),
(136634, 2576, 230, 'Phlox', 450511200, -890140800, 0),
(136635, 2576, 230, 'Potter Lake', 428216800, -883489800, 0),
(136636, 2576, 230, 'Poy Sippi', 441217090, -889259320, 0),
(136637, 2576, 230, 'Presque Isle', 462238200, -897589200, 0),
(136638, 2576, 230, 'Readfield', 442725000, -887697220, 0),
(136639, 2576, 230, 'Readstown', 434555050, -907626930, 0),
(136640, 2576, 230, 'Rib Mountain', 449127500, -896754000, 0),
(136641, 2576, 230, 'Rock Falls', 447186000, -916897200, 0),
(136642, 2576, 230, 'Rudolph', 444801030, -898015310, 0),
(136643, 2576, 230, 'Sextonville', 432783330, -902908330, 0),
(136644, 2576, 230, 'Star Lake', 460543790, -894601260, 0),
(136645, 2576, 230, 'Tichigan', 428289000, -881975900, 0),
(136646, 2576, 230, 'Union Center', 436852200, -902665800, 0),
(136647, 2576, 230, 'Upson', 463442700, -904691900, 0),
(136648, 2576, 230, 'Wascott', 461725000, -917980560, 0),
(136649, 2576, 230, 'Waukau', 439861100, -887700000, 0),
(136650, 2576, 230, 'West Baraboo', 434744300, -897704000, 0);
INSERT INTO `geo_city` (`city_id`, `state_id`, `country_id`, `city_title`, `lat`, `long`, `pop`) VALUES
(136651, 2576, 230, 'Wilson', 449567000, -921702000, 0),
(136652, 2576, 230, 'Woodland', 433702780, -885186110, 0),
(136653, 2576, 230, 'Woodworth', 425653000, -880720400, 0),
(136654, 2576, 230, 'Wyocena', 434947800, -893078160, 0),
(136655, 2577, 230, 'Bar Nunn', 428406240, -1063208760, 0),
(136656, 2577, 230, 'Beulah', 445571060, -1041336690, 0),
(136657, 2577, 230, 'Frannie', 449714590, -1086210160, 0),
(136658, 2577, 230, 'Garrett', 421968960, -1056791010, 0),
(136659, 2577, 230, 'Grover', 427995780, -1109399390, 0),
(136660, 2577, 230, 'Hoback', 432818700, -1107838100, 0),
(136661, 2577, 230, 'Lost Springs', 427655100, -1049251000, 0),
(136662, 2577, 230, 'Manderson', 442704470, -1079468580, 0),
(136663, 2577, 230, 'Manville', 427791000, -1046172000, 0),
(136664, 2577, 230, 'Osage', 439890260, -1044191270, 0),
(136665, 2577, 230, 'Reliance', 416698830, -1091925860, 0),
(136666, 2577, 230, 'Shirley Basin', 420299890, -1065458820, 0),
(136667, 2577, 230, 'Tie Siding', 410542840, -1054382010, 0),
(136668, 2577, 230, 'Walcott', 417603100, -1068454700, 0),
(136669, 2579, 232, 'Empalme Olmos', -347000000, -559000000, 0),
(136670, 2579, 232, 'Joanico', -345894400, -562527800, 0),
(136671, 2579, 232, 'Joaquin Suarez', -347336100, -560366700, 0),
(136672, 2579, 232, 'La Floresta', -347557200, -556814100, 0),
(136673, 2579, 232, 'Las Toscas', -347333300, -557166700, 0),
(136674, 2579, 232, 'San Antonio', -344497200, -560791700, 0),
(136675, 2579, 232, 'San Jacinto', -345500000, -558833300, 0),
(136676, 2579, 232, 'Santa Lucia', -344533300, -563905600, 0),
(136677, 2580, 232, 'Carmelo', -339891700, -582855600, 0),
(136678, 2580, 232, 'Nueva Helvecia', -343000000, -572333300, 0),
(136679, 2580, 232, 'Nueva Palmira', -338833300, -584166700, 0),
(136680, 2580, 232, 'Rosario', -343166700, -573500000, 0),
(136681, 3024, 232, 'Cardal', -342905600, -563888900, 0),
(136682, 3024, 232, 'Casupa', -340333300, -556500000, 0),
(136683, 3024, 232, 'Veinticinco de Agosto', -344116700, -564022200, 0),
(136684, 2582, 232, 'Jose Pedro Varela', -334500000, -545333300, 0),
(136685, 2582, 232, 'Mariscala', -340500000, -547833300, 0),
(136686, 2583, 232, 'Aigua', -342000000, -547500000, 0),
(136687, 2583, 232, 'Piriapolis', -348681900, -552743600, 0),
(136688, 2585, 232, 'Guichon', -323500000, -572000000, 0),
(136689, 2585, 232, 'Quebracho', -319500000, -578833300, 0),
(136690, 3025, 232, 'Fray Bentos', -331325000, -582955600, 0),
(136691, 3026, 232, 'Vichadero', -318000000, -547166700, 0),
(136692, 2586, 232, 'Cebollati', -332666700, -537833300, 0),
(136693, 2586, 232, 'Chuy', -336970700, -534616200, 0),
(136694, 2586, 232, 'La Paloma', -346666700, -541666700, 0),
(136695, 2588, 232, 'Rafael Perazza', -345197200, -567988900, 0),
(136696, 2588, 232, 'San Jose de Mayo', -343375000, -567136100, 0),
(136697, 2589, 232, 'Cardona', -338833300, -573833300, 0),
(136698, 2589, 232, 'Mercedes', -332558300, -580191700, 0),
(136699, 2589, 232, 'Palmitas', -335166700, -578333300, 0),
(136700, 2589, 232, 'Soriano', -334000000, -583166700, 0),
(136701, 3168, 233, 'Jizzax', 401158300, 678422200, 0),
(136702, 2593, 233, 'Chust Shahri', 410093600, 712287000, 0),
(136703, 2593, 233, 'Toshbuloq', 409233900, 715721400, 0),
(136704, 2593, 233, 'Uchqurghon Shahri', 411127800, 720788900, 0),
(136705, 2594, 233, 'Navoiy Shahri', 400929400, 653712000, 0),
(136706, 2594, 233, 'Nurota Shahri', 405676200, 656794700, 0),
(136707, 2595, 233, 'Qarshi', 388666700, 658000000, 0),
(136708, 3169, 233, 'Mang''it Shahri', 421221500, 600627600, 0),
(136709, 2597, 233, 'Guliston', 404897200, 687841700, 0),
(136710, 3170, 233, 'Tirmiz', 372241700, 672783300, 0),
(136711, 2598, 233, 'Chirchiq', 414688900, 695822200, 0),
(136712, 2602, 235, 'Cantaura', 93057100, -643584100, 0),
(136713, 2604, 235, 'Las Tejerias', 102523700, -671847200, 0),
(136714, 2607, 235, 'Guigue', 100852800, -677791700, 0),
(136715, 2612, 235, 'Zaraza', 93502900, -653245200, 0),
(136716, 2614, 235, 'Mucumpiz', 84166700, -711333300, 0),
(136717, 2615, 235, 'Caucaguito', 104866600, -667379900, 0),
(136718, 2618, 235, 'Villa Bruzual', 93327800, -691208300, 0),
(136719, 2639, 236, 'Hanoi', 210245000, 1058411700, 0),
(136720, 2656, 236, 'Con Son', 86833300, 1066166700, 0),
(136721, 2688, 241, 'Al Marawi''ah', 148306900, 431539100, 0),
(136722, 2692, 241, 'Al Hamdi', 159472700, 487796500, 0),
(136723, 2692, 241, 'Sah', 155772200, 488505600, 0),
(136724, 2693, 241, 'An Nadirah', 140962800, 444755900, 0),
(136725, 2693, 241, 'Ar Rada''i', 140170800, 443929900, 0),
(136726, 2693, 241, 'Jiblah', 139216200, 441466800, 0),
(136727, 3171, 241, '''Ataq', 145376600, 468318700, 0),
(136728, 3171, 241, 'Nisab', 145166700, 465000000, 0),
(136729, 2702, 242, 'Chinsali', -105414200, 320816200, 0),
(136730, 2702, 242, 'Luwingu', -102621000, 299271200, 0),
(136731, 2706, 243, 'Chipinge', -201883300, 326236400, 0),
(136732, 2706, 243, 'Penhalonga', -188911200, 326978100, 0),
(136733, 2707, 243, 'Murehwa', -176432200, 317840000, 0),
(136734, 3035, 243, 'Norton', -178833300, 307000000, 0),
(136735, 2710, 243, 'Gwanda', -209333300, 290000000, 0);
DROP TABLE IF EXISTS `geo_country`;
CREATE TABLE IF NOT EXISTS `geo_country` (
`country_id` int(11) NOT NULL AUTO_INCREMENT,
`country_title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`code` varchar(2) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`lat` bigint(20) NOT NULL,
`long` bigint(20) NOT NULL,
`street_chat_pos_map` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`first` int(11) DEFAULT '0',
`hidden` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`country_id`),
KEY `hidden` (`hidden`),
KEY `lat` (`lat`),
KEY `long` (`long`),
KEY `street_chat_pos_map` (`street_chat_pos_map`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=244 ;
INSERT INTO `geo_country` (`country_id`, `country_title`, `code`, `lat`, `long`, `street_chat_pos_map`, `first`, `hidden`) VALUES
(1, 'Afghanistan', 'AF', 345166667, 691833330, '', 0, 0),
(2, 'Aland Islands', 'AX', 601166670, 199000000, '{"lat":60.11338543816759,"lng":19.90993721786845,"id":"MMQUBZg7tGpc_DiYvdxX6A"}', 0, 0),
(3, 'Albania', 'AL', 413166667, 198166670, '{"lat":41.31651127727476,"lng":19.81694342134697,"id":"tooGxwSVX7YRVdraxJ4lPQ"}', 0, 0),
(4, 'Algeria', 'DZ', 367500000, 30500000, '', 0, 0),
(5, 'American Samoa', 'AS', -142666667, -1707000000, '{"lat":-14.26568706676542,"lng":-170.7001518603543,"id":"PU49G46HYYCzOarUMd5fsw"}', 0, 0),
(6, 'Andorra', 'AD', 425000000, 15166670, '{"lat":42.50039796555487,"lng":1.517687817011255,"id":"TiBH7bPgJkkEnUG7T7VIRg"}', 0, 0),
(7, 'Angola', 'AO', -88333333, 132166670, '', 0, 0),
(8, 'Anguilla', 'AI', 182166667, -630500000, '', 0, 0),
(10, 'Antigua and Barbuda', 'AG', 171166667, -618500000, '', 0, 0),
(11, 'Argentina', 'AR', -345833333, -586666670, '{"lat":-34.58328036607853,"lng":-58.66664688032848,"id":"hEtQjB2dkdU_rOafNQE6fw"}', 0, 0),
(12, 'Armenia', 'AM', 401666667, 445000000, '', 0, 0),
(13, 'Aruba', 'AW', 125166667, -700333330, '{"lat":17.68149692066274,"lng":-64.90237008736634,"id":"16B-MDvUImPznzXOxYjTmA"}', 0, 0),
(14, 'Australia', 'AU', -352666667, 1491333330, '{"lat":-35.26647768387446,"lng":149.1333829855756,"id":"zstC6P-95KsHPp9d_3T3yw"}', 0, 0),
(15, 'Austria', 'AT', 482000000, 163666670, '{"lat":48.20001956700708,"lng":16.36667015264428,"id":"cO-7m2PL02qyfnXxd2Dzkg"}', 0, 0),
(16, 'Azerbaijan', 'AZ', 403833333, 498666670, '', 0, 0),
(17, 'Bahamas', 'BS', 250833333, -773500000, '', 0, 0),
(18, 'Bahrain', 'BH', 262333333, 505666670, '{"lat":22.98980185868957,"lng":53.77369808840072,"id":"OI3zvIdbExZ2CNZGMy0pZA"}', 0, 0),
(19, 'Bangladesh', 'BD', 237166667, 904000000, '{"lat":23.71608849929787,"lng":90.39997088716663,"id":"PqAcnek27Yp1U6SfMfIKfA"}', 0, 0),
(20, 'Barbados', 'BB', 131000000, -596166670, '', 0, 0),
(21, 'Belarus', 'BY', 539000000, 275666670, '{"lat":55.05656732501391,"lng":32.50880337839065,"id":"8Ujyj3X8XE8Xz5sXEf7n_w"}', 0, 0),
(22, 'Belgium', 'BE', 508333333, 43333330, '{"lat":50.83310976588789,"lng":4.334546459487564,"id":"4086WfgA56rnfoawIJ-y4w"}', 0, 0),
(23, 'Belize', 'BZ', 172500000, -887666670, '{"lat":18.19705860825458,"lng":-87.8398621411114,"id":"IRKJ4yZPAqqDzic0nX86Zw"}', 0, 0),
(24, 'Benin', 'BJ', 64833333, 26166670, '{"lat":6.420363359339873,"lng":2.7114437356295,"id":"hUdctcD59n34JIsGA2Eu9Q"}', 0, 0),
(25, 'Bermuda', 'BM', 322833333, -647833330, '{"lat":32.28428910786469,"lng":-64.78361624123853,"id":"1L2sjJ4ttEpcEqZO4OeGkQ"}', 0, 0),
(26, 'Bhutan', 'BT', 274666667, 896333330, '{"lat":27.46531520915075,"lng":89.63532563604853,"id":"CKFUrITN88kPnk1o_zPksQ"}', 0, 0),
(27, 'Bolivia, Plurinational State of', 'BO', -165000000, -681500000, '{"lat":-16.50016964973571,"lng":-68.14507347722497,"id":"P2hY3byMX8x25Nd0usEE-g"}', 0, 0),
(29, 'Bosnia and Herzegovina', 'BA', 438666667, 184166670, '{"lat":44.44457324246265,"lng":20.40368672835334,"id":"nkn94t0BXBeUeWTYa1wwyg"}', 0, 0),
(30, 'Botswana', 'BW', -246333333, 259000000, '{"lat":-24.63336569283622,"lng":25.90008188886557,"id":"mWw1RytDt6PeojY0fsFq-A"}', 0, 0),
(31, 'Brazil', 'BR', -157833333, -479166670, '{"lat":-15.78341484203396,"lng":-47.9160653368736,"id":"EZezfOCe_f8xG03dc1leAA"}', 0, 0),
(32, 'British Indian Ocean Territory', 'IO', -73000000, 724000000, '{"lat":-5.299691675058881,"lng":72.2552762085449,"id":"kcpBczJbMyIpxH9zWg7oFw"}', 0, 0),
(33, 'Brunei Darussalam', 'BN', 48833333, 1149333330, '{"lat":4.893104642829082,"lng":115.1941786122952,"id":"bOecztkN2XtND5cBGdw3oQ"}', 0, 0),
(34, 'Bulgaria', 'BG', 426833333, 233166670, '{"lat":42.68378559917436,"lng":23.31669979943722,"id":"txNVYr9eGLBYluhYkr_wjg"}', 0, 0),
(35, 'Burkina Faso', 'BF', 123666667, -15166670, '{"lat":10.85540002390416,"lng":-1.072923207436793,"id":"7zmQxyAY-xQUZtx2KL8Zqg"}', 0, 0),
(36, 'Burundi', 'BI', -33666667, 293500000, '{"lat":-0.6549937851120817,"lng":34.27479879726024,"id":"49OmIri9rfpMpllWqLQkmA"}', 0, 0),
(37, 'Cabo Verde', 'CV', 149166667, -235166670, '{"lat":15.80684419480872,"lng":-16.52070466336772,"id":"fSr2yQKkY6HPXHjzD96jVw"}', 0, 0),
(38, 'Cambodia', 'KH', 115500000, 1049166670, '{"lat":11.55022524024078,"lng":104.9166337863133,"id":"b9R2iwlGMpbfqq2mzheb7Q"}', 0, 0),
(39, 'Cameroon', 'CM', 38666667, 115166670, '', 0, 0),
(40, 'Canada', 'CA', 454166667, -757000000, '{"lat":45.41657000485579,"lng":-75.69986673189543,"id":"WvH2VV1lg2iF5XCCR4uhTw"}', 1, 0),
(41, 'Cayman Islands', 'KY', 193000000, -813833330, '', 0, 0),
(42, 'Central African Republic', 'CF', 43666667, 185833330, '', 0, 0),
(43, 'Chad', 'TD', 121000000, 150333330, '', 0, 0),
(44, 'Chile', 'CL', -334500000, -706666670, '{"lat":-33.4499631790206,"lng":-70.66641335672647,"id":"R1mg2a3Mdujt_nLDtj6EUg"}', 0, 0),
(45, 'China', 'CN', 399166667, 1163833330, '', 0, 0),
(46, 'Christmas Island', 'CX', -104166667, 1057166670, '{"lat":-10.41674084904159,"lng":105.7048961023733,"id":"XFJpt1PXeVKF461ADWgBeA"}', 0, 0),
(47, 'Colombia', 'CO', 46000000, -740833330, '{"lat":4.600080643797697,"lng":-74.08341243443607,"id":"gzy9qlosQChQk4LUAv6zXA"}', 0, 0),
(48, 'Comoros', 'KM', -117000000, 432333330, '{"lat":-6.233611252359688,"lng":71.29245687170325,"id":"VKqiHKoXeXtA_Bg6R11bgg"}', 0, 0),
(49, 'Congo', 'CG', -42500000, 152833330, '', 0, 0),
(50, 'Congo, The Democratic Republic of The', 'CD', -43166667, 153000000, '', 0, 0),
(51, 'Cook Islands', 'CK', -212000000, -1597666670, '{"lat":-25.06638080747089,"lng":-130.1202069562281,"id":"B8f1BsEfrNtpf9MKh85peA"}', 0, 0),
(52, 'Costa Rica', 'CR', 99333333, -840833330, '{"lat":9.93330510451459,"lng":-84.08360097997198,"id":"MBOqgaysVI4AAAQvxgfHVA"}', 0, 0),
(53, 'Cote D\'ivoire', 'CI', 68166667, -52666670, '{"lat":7.652748597969948,"lng":-2.09552489864689,"id":"JoG1SG4IFssIcTAgUiopVw"}', 0, 0),
(54, 'Croatia', 'HR', 458000000, 160000000, '{"lat":45.80000910490892,"lng":15.99993063421312,"id":"BqdaK-aX9ucIKgk1DYzgFQ"}', 0, 0),
(55, 'Cuba', 'CU', 231166667, -823500000, '', 0, 0),
(57, 'Cyprus', 'CY', 351666667, 333666670, '', 0, 0),
(58, 'Czech Republic', 'CZ', 500833333, 144666670, '{"lat":50.08381838808447,"lng":14.46670233877762,"id":"lRUk4Qj3p71mE5VoSkDaBw"}', 0, 0),
(59, 'Denmark', 'DK', 556666667, 125833330, '{"lat":55.66676043847836,"lng":12.58355070098413,"id":"vbVuaxqieYyOV5LlwfR1jg"}', 0, 0),
(60, 'Djibouti', 'DJ', 115833333, 431500000, '', 0, 0),
(61, 'Dominica', 'DM', 153000000, -614000000, '', 0, 0),
(62, 'Dominican Republic', 'DO', 184666667, -699000000, '{"lat":18.46695844527863,"lng":-69.8994769101984,"id":"pFA8o8Oo0INRUCO9BtipAg"}', 0, 0),
(63, 'Ecuador', 'EC', -2166667, -785000000, '{"lat":-0.2166730400801741,"lng":-78.49998241562272,"id":"Wx3hkQuaTVeZyrl0jsIG9A"}', 0, 0),
(64, 'Egypt', 'EG', 300500000, 312500000, '{"lat":30.8791921271707,"lng":34.92285656013133,"id":"ygxzJiQFxcJ9QNKEXzyH3g"}', 0, 0),
(65, 'El Salvador', 'SV', 137000000, -892000000, '{"lat":13.36045761951274,"lng":-81.39088265756385,"id":"2OD-J_sKyoBjLZyRgVsL1w"}', 0, 0),
(66, 'Equatorial Guinea', 'GQ', 37500000, 87833330, '', 0, 0),
(67, 'Eritrea', 'ER', 153333333, 389333330, '', 0, 0),
(68, 'Estonia', 'EE', 594333333, 247166670, '{"lat":59.43302686937268,"lng":24.71706176615543,"id":"T10TUFzTLZWZgxwY8pELOA"}', 0, 0),
(69, 'Ethiopia', 'ET', 90333333, 387000000, '', 0, 0),
(70, 'Falkland Islands (Malvinas)', 'FK', -517000000, -578500000, '{"lat":-54.00932964085123,"lng":-37.69853053646958,"id":"aPrHhJ0VVfnw-sYkmq_O4Q"}', 0, 0),
(71, 'Faroe Islands', 'FO', 620000000, -67666670, '{"lat":61.99650720973677,"lng":-6.76875240657639,"id":"eW2Lsgsn27aVKfThISOUCQ"}', 0, 0),
(72, 'Fiji', 'FJ', -181333333, 1784166670, '{"lat":-14.2797042306939,"lng":-170.5511758907373,"id":"aEJQgQvciPKVpu3867wvJA"}', 0, 0),
(73, 'Finland', 'FI', 601666667, 249333330, '{"lat":60.16655780497388,"lng":24.93341289194317,"id":"iHYjHKPoit1jL-09HalEYw"}', 0, 0),
(74, 'France', 'FR', 488666667, 23333330, '{"lat":48.86672783091623,"lng":2.33316590451613,"id":"yN9w4PyYEBtV_rxcYICwIw"}', 0, 0),
(75, 'French Guiana', 'GF', 51551800, -526477900, '', 0, 0),
(76, 'French Polynesia', 'PF', -175333333, -1495666670, '', 0, 0),
(77, 'French Southern Territories', 'TF', -493500000, 702166670, '', 0, 0),
(78, 'Gabon', 'GA', 3833333, 94500000, '', 0, 0),
(79, 'Gambia', 'GM', 134500000, -165666670, '{"lat":13.62514151920077,"lng":-16.43020590578464,"id":"m-n07ZM9qK33YCEuQ_Mstw"}', 0, 0),
(80, 'Georgia', 'GE', 416833333, 448333330, '', 0, 0),
(81, 'Germany', 'DE', 525166667, 134000000, '{"lat":52.51601662658074,"lng":13.40028202908458,"id":"2-6H76lr9tOvWReDIGs1zg"}', 0, 0),
(82, 'Ghana', 'GH', 55500000, -2166670, '{"lat":5.551389999003346,"lng":-0.2142925028549426,"id":"ASHWgWP3DsKEO5rPM9m-TQ"}', 0, 0),
(83, 'Gibraltar', 'GI', 361333333, -53500000, '{"lat":36.13379046842832,"lng":-5.348924664765181,"id":"EHPw_UxPhWOxtn8wxILCsw"}', 0, 0),
(84, 'Greece', 'GR', 379833333, 237333330, '{"lat":37.98342870482449,"lng":23.73321172249073,"id":"HvtX0rU6EUelZ868XszNjQ"}', 0, 0),
(85, 'Greenland', 'GL', 641833333, -517500000, '{"lat":64.1841053099532,"lng":-51.74947106589701,"id":"3FZWjcFd8fyrAcuxr4ccyQ"}', 0, 0),
(86, 'Grenada', 'GD', 120500000, -617500000, '', 0, 0),
(87, 'Guadeloupe', 'GP', 159985400, -617254800, '', 0, 0),
(88, 'Guam', 'GU', 134666667, 1447333330, '{"lat":13.46680376158954,"lng":144.7336164114746,"id":"u7q5aiGor8biezFk_S0HYg"}', 0, 0),
(89, 'Guatemala', 'GT', 146166667, -905166670, '{"lat":14.61670433046808,"lng":-90.5166963866393,"id":"72InivmUphLARpOQu0FpVQ"}', 0, 0),
(90, 'Guernsey', 'GG', 494500000, -25333330, '{"lat":49.2182464731249,"lng":-2.179457511015991,"id":"fI5tlJSZ9-wLTJY8fuhXWw"}', 0, 0),
(91, 'Guinea', 'GN', 95000000, -137000000, '{"lat":12.55551263173551,"lng":-12.18080838828307,"id":"dlYAB4cq29tnAs3yxlpdCA"}', 0, 0),
(92, 'Guinea-Bissau', 'GW', 118500000, -155833330, '{"lat":13.33260910969174,"lng":-13.82540376777831,"id":"ATLzcD5ZihDzHutb2-pUEg"}', 0, 0),
(93, 'Guyana', 'GY', 68000000, -581500000, '', 0, 0),
(94, 'Haiti', 'HT', 185333333, -723333330, '', 0, 0),
(95, 'Holy See', 'VA', 419000000, 124500000, '{"lat":41.90002457705328,"lng":12.44993179239601,"id":"74brNN0KzLiWGfhiLDaf_A"}', 0, 0),
(96, 'Honduras', 'HN', 141000000, -872166670, '', 0, 0),
(97, 'Hong Kong', 'HK', 223700556, 1141535941, '{"lat":22.36287297367588,"lng":114.1526732933478,"id":"Ep6V9ib0XrlAhUAkvd5QUA"}', 0, 0),
(98, 'Hungary', 'HU', 475000000, 190833330, '{"lat":47.49953183494842,"lng":19.08330463352307,"id":"obvrMFxCiPZEzZLCaPf2_Q"}', 0, 0),
(99, 'Iceland', 'IS', 641500000, -219500000, '{"lat":64.14982142793137,"lng":-21.95027074689467,"id":"Tu2k7xxMA8Zihpe6G1BxJA"}', 0, 0),
(100, 'India', 'IN', 286000000, 772000000, '{"lat":28.60054235814374,"lng":77.2162834434106,"id":"nQIQPJTNKfQ2wz1AVgvhGg"}', 0, 0),
(101, 'Indonesia', 'ID', -61666667, 1068166670, '{"lat":-6.166080506537071,"lng":106.8167603863862,"id":"k4gRS6QPIHplnDTjAcRsCg"}', 0, 0),
(102, 'Iran, Islamic Republic of', 'IR', 357000000, 514166670, '', 0, 0),
(103, 'Iraq', 'IQ', 333333333, 444000000, '', 0, 0),
(104, 'Ireland', 'IE', 533166667, -62333330, '{"lat":53.31680421902547,"lng":-6.233104067574535,"id":"sb6tcNUz8sSGycrYvSUIxw"}', 0, 0),
(105, 'Isle of Man', 'IM', 541500000, -44833330, '{"lat":54.15007495730422,"lng":-4.483387142522838,"id":"FmcQTXxXfrLcdIFOt5y8Sg"}', 0, 0),
(106, 'Israel', 'IL', 317666667, 352333330, '{"lat":31.76596588747313,"lng":35.23326601238642,"id":"CaSNLgN15a8nJxCMK3Zx-Q"}', 0, 0),
(107, 'Italy', 'IT', 419000000, 124833330, '{"lat":41.89986194348598,"lng":12.48343348549812,"id":"NPKtf9xg28lDKsacFXjxAw"}', 0, 0),
(108, 'Jamaica', 'JM', 180000000, -768000000, '', 0, 0),
(109, 'Japan', 'JP', 356833333, 1397500000, '{"lat":35.67888196858527,"lng":139.7479347879496,"id":"l-Ke_-NITT78TgLUOmT4OQ"}', 0, 0),
(110, 'Jersey', 'JE', 491833333, -21000000, '{"lat":49.18338062012503,"lng":-2.10002643336154,"id":"YuCxm1F986MXNE3xGWOxWw"}', 0, 0),
(111, 'Jordan', 'JO', 319500000, 359333330, '{"lat":31.94995383446129,"lng":35.93319085227171,"id":"W0dTZDcAuIQRPvYaeW_zHQ"}', 0, 0),
(112, 'Kazakhstan', 'KZ', 511666667, 714166670, '{"lat":53.91408727068657,"lng":75.08360413954514,"id":"tFben6ycO7xh5WaSUvU3SQ"}', 0, 0),
(113, 'Kenya', 'KE', -12833333, 368166670, '{"lat":-1.283150579502204,"lng":36.81737409296287,"id":"JZy66y1uG4ez8i8pN-spJg"}', 0, 0),
(114, 'Kiribati', 'KI', -8833333, 1695333330, '', 0, 0),
(115, 'Korea, Democratic People\'s Republic of', 'KP', 390166667, 1257500000, '{"lat":39.99254119761614,"lng":141.949897141847,"id":"P6s-vZxCpgK62HFm1OM3xA"}', 0, 0),
(116, 'Korea, Republic of', 'KR', 375500000, 1269833330, '{"lat":37.55001332484593,"lng":126.9836109383751,"id":"uXEZEg2g8hJlj10Enhv9RQ"}', 0, 0),
(117, 'Kuwait', 'KW', 293666667, 479666670, '', 0, 0),
(118, 'Kyrgyzstan', 'KG', 428666667, 746000000, '{"lat":42.86661366594986,"lng":74.60023927580315,"id":"04_afevizDF5NqlY7ILxTA"}', 0, 0),
(119, 'Lao People\'s Democratic Republic', 'LA', 179666667, 1026000000, '{"lat":17.96741165706292,"lng":102.600083877544,"id":"MwAl_oCe87lJqTgODPK8Ig"}', 0, 0),
(120, 'Latvia', 'LV', 569500000, 241000000, '{"lat":56.95004496476285,"lng":24.10012256968854,"id":"FX0-vEACWD7S5YsCIjoCug"}', 0, 0),
(121, 'Lebanon', 'LB', 338666667, 355000000, '', 0, 0),
(122, 'Lesotho', 'LS', -293166667, 274833330, '{"lat":-29.31660325768039,"lng":27.48333657284518,"id":"DHmCY3ubSQzttdAY3w-qqQ"}', 0, 0),
(123, 'Liberia', 'LR', 63000000, -108000000, '', 0, 0),
(124, 'Libya', 'LY', 328833333, 131666670, '', 0, 0),
(125, 'Liechtenstein', 'LI', 471333333, 95166670, '{"lat":47.10504855265561,"lng":9.517257562043227,"id":"tN7PDguOKcoZ28KHj1ydfw"}', 0, 0),
(126, 'Lithuania', 'LT', 546833333, 253166670, '{"lat":54.68309439165659,"lng":25.31673794107222,"id":"IwnlizIg1h12etCOnCx5iQ"}', 0, 0),
(127, 'Luxembourg', 'LU', 496000000, 61166670, '{"lat":49.60042297961831,"lng":6.117191364971028,"id":"iuPe96UDUx8-wR89ry3mHA"}', 0, 0),
(128, 'Macao', 'MO', 313060300, 1170834800, '', 0, 0),
(129, 'Macedonia, The Former Yugoslav Republic of', 'MK', 420000000, 214333330, '{"lat":42.00051621328502,"lng":21.4333181165429,"id":"KrnvBXY3z8eZabLfV1RQCw"}', 0, 0),
(130, 'Madagascar', 'MG', -189166667, 475166670, '', 0, 0),
(131, 'Malawi', 'MW', -139666667, 337833330, '', 0, 0),
(132, 'Malaysia', 'MY', 31666667, 1017000000, '{"lat":3.16646737228343,"lng":101.6999800040893,"id":"c3xJmB_7WPnNN25GrWaYyg"}', 0, 0),
(133, 'Maldives', 'MV', 41666667, 735000000, '{"lat":-5.299946195973242,"lng":72.25554560603604,"id":"Ef0r7Bo9zWXPPTROLUcfYw"}', 0, 0),
(134, 'Mali', 'ML', 126500000, -80000000, '', 0, 0),
(135, 'Malta', 'MT', 358833333, 145000000, '{"lat":35.88324501003581,"lng":14.49972286091185,"id":"_SV2ovBVI6Ut2UmWGfot_g"}', 0, 0),
(136, 'Marshall Islands', 'MH', 71000000, 1713833330, '', 0, 0),
(137, 'Martinique', 'MQ', 146089200, -610733400, '', 0, 0),
(138, 'Mauritania', 'MR', 180666667, -159666670, '{"lat":16.17645268164286,"lng":-15.81063680551928,"id":"a92VZrYEx0dBGIHB7arvRw"}', 0, 0),
(139, 'Mauritius', 'MU', -201500000, 574833330, '{"lat":-6.395677543337092,"lng":71.23877247431466,"id":"xxANGkC8ImNkT2_R19hzQA"}', 0, 0),
(140, 'Mayotte', 'YT', -127794400, 452272200, '{"lat":-6.233611252359688,"lng":71.29245687170325,"id":"VKqiHKoXeXtA_Bg6R11bgg"}', 0, 0),
(141, 'Mexico', 'MX', 194333333, -991333330, '{"lat":19.43335662562982,"lng":-99.13334411650695,"id":"dK9DioKiCyZQKNu8NjGBBw"}', 0, 0),
(142, 'Micronesia, Federated States of', 'FM', 69166667, 1581500000, '', 0, 0),
(143, 'Moldova, Republic of', 'MD', 470000000, 288500000, '{"lat":47.41819690319453,"lng":29.35228163324357,"id":"TklwUMrV73gr4yxfbfBSzA"}', 0, 0),
(144, 'Monaco', 'MC', 437333333, 74166670, '{"lat":43.73339438445472,"lng":7.416484061408997,"id":"jYQxaVEyozm0kC9O_CzOgg"}', 0, 0),
(145, 'Mongolia', 'MN', 479166667, 1069166670, '{"lat":47.91665424619394,"lng":106.9166341735183,"id":"rWu9hr1yIfOEzT5poT4snw"}', 0, 0),
(146, 'Montenegro', 'ME', 424333333, 192666670, '{"lat":42.43379005210638,"lng":19.26663303438805,"id":"QhyV4KHd4NZLR8CrhHMdZw"}', 0, 0),
(147, 'Montserrat', 'MS', 167000000, -622166670, '', 0, 0),
(148, 'Morocco', 'MA', 340166667, -68166670, '', 0, 0),
(149, 'Mozambique', 'MZ', -259500000, 325833330, '{"lat":-27.02901564829198,"lng":32.66707838823813,"id":"fx2PiULiZYUcCTzSIL7vYw"}', 0, 0),
(150, 'Myanmar', 'MM', 168000000, 961500000, '{"lat":18.29802638238984,"lng":98.17165106411228,"id":"Z4agamrviv5n8-cADGf5cg"}', 0, 0),
(151, 'Namibia', 'NA', -225666667, 170833330, '{"lat":-22.09659362984172,"lng":20.55830934033096,"id":"iYxC-yLOf8U-pdccBbC7VQ"}', 0, 0),
(152, 'Nauru', 'NR', -5477000, 1669208670, '', 0, 0),
(153, 'Nepal', 'NP', 277166667, 853166670, '', 0, 0),
(154, 'Netherlands', 'NL', 523500000, 49166670, '{"lat":52.34997827905661,"lng":4.916719271904122,"id":"7jWBpE7XsxLrWk8QMqkQiA"}', 0, 0),
(155, 'New Caledonia', 'NC', -222666667, 1664500000, '{"lat":-14.54704575504826,"lng":-168.1453942835411,"id":"i_2xWrBZAZKFod-xdlsF8g"}', 0, 0),
(156, 'New Zealand', 'NZ', -413000000, 1747833330, '{"lat":-41.30003133765035,"lng":174.7835020452987,"id":"EZv3bGICe8kQw0_y_-f1pw"}', 0, 0),
(157, 'Nicaragua', 'NI', 121333333, -862500000, '{"lat":13.38622645278092,"lng":-81.36876495027576,"id":"9lD4_5Yge3D4Vcxuchygfw"}', 0, 0),
(158, 'Niger', 'NE', 135166667, 21166670, '', 0, 0),
(159, 'Nigeria', 'NG', 90833333, 75333330, '{"lat":9.080916043176071,"lng":7.527158918960882,"id":"tUT6kY7yMSAAAAQrBnfteg"}', 0, 0),
(160, 'Niue', 'NU', -190166667, -1699166670, '{"lat":-14.54858072354573,"lng":-168.1454377351118,"id":"LjNgg3oDIpAnd9BWr3vplA"}', 0, 0),
(161, 'Norfolk Island', 'NF', -290500000, 1679666670, '', 0, 0),
(162, 'Northern Mariana Islands', 'MP', 152000000, 1457500000, '{"lat":15.2007451303657,"lng":145.7513929049039,"id":"sNjIfuN4hKbi_OFEIoJu_g"}', 0, 0),
(163, 'Norway', 'NO', 599166667, 107500000, '{"lat":59.91652845258078,"lng":10.75047313365234,"id":"GfokItztvgh_lufDfBhcGQ"}', 0, 0),
(164, 'Oman', 'OM', 236166667, 585833330, '', 0, 0),
(165, 'Pakistan', 'PK', 336833333, 730500000, '', 0, 0),
(166, 'Palau', 'PW', 74833333, 1346333330, '{"lat":15.260362738016,"lng":145.8238532429117,"id":"7wqnXFLZiEp2rCd1a1MstA"}', 0, 0),
(167, 'Palestine, State of', 'PS', 318818800, 352119100, '{"lat":31.88199927581046,"lng":35.21192224615415,"id":"EZTMF8A2gKaszTHMnRTLVQ"}', 0, 0),
(168, 'Panama', 'PA', 89666667, -795333330, '{"lat":8.974702490899656,"lng":-75.98926255316343,"id":"Gk90wiKB3dJrwIOEH-4zhw"}', 0, 0),
(169, 'Papua New Guinea', 'PG', -94500000, 1471833330, '', 0, 0),
(170, 'Paraguay', 'PY', -252666667, -576666670, '{"lat":-25.37206979783402,"lng":-57.65191757785291,"id":"xaCAgrxgGnPxCcrJC6NwKA"}', 0, 0),
(171, 'Peru', 'PE', -120500000, -770500000, '{"lat":-12.05006018793938,"lng":-77.04985632663164,"id":"SlmvU6cOktlL6iUmweuOxg"}', 0, 0),
(172, 'Philippines', 'PH', 146000000, 1209666670, '{"lat":14.60008628903907,"lng":120.9668092013118,"id":"tBIVYnwjUXLzs7rlIivPsg"}', 0, 0),
(173, 'Poland', 'PL', 522500000, 210000000, '{"lat":52.25035529080294,"lng":21.0000125839752,"id":"AVyRJkKERvx1cI9TvSe3-Q"}', 0, 0),
(174, 'Portugal', 'PT', 387166667, -91333330, '{"lat":38.71668546656878,"lng":-9.133482936149585,"id":"oe9GJR8Igee5UqABeUzt1g"}', 0, 0),
(175, 'Puerto Rico', 'PR', 184666667, -661166670, '{"lat":18.46692364252441,"lng":-66.11615041318444,"id":"AteTvCuwT2LT5r1qMh3FeA"}', 0, 0),
(176, 'Qatar', 'QA', 252833333, 515333330, '', 0, 0),
(177, 'Reunion', 'RE', -208823100, 554504000, '{"lat":-20.88199399136256,"lng":55.45028530574258,"id":"gCQQd-iANqC6C8ea3rPdOA"}', 0, 0),
(178, 'Romania', 'RO', 444333333, 261000000, '{"lat":44.43343206204936,"lng":26.10006135407225,"id":"3xxslvZOWU-tF-sZYG9b0g"}', 0, 0),
(179, 'Russian Federation', 'RU', 557500000, 376000000, '{"lat":55.75047361704608,"lng":37.60001669811108,"id":"pygClH7urTQwoAnz3TYUUA"}', 0, 0),
(180, 'Rwanda', 'RW', -19500000, 300500000, '{"lat":2.322690151349336,"lng":37.98732590229856,"id":"NYgzp-jPTdIJIdIAsciLGQ"}', 0, 0),
(181, 'Saint Barthelemy', 'BL', 178833333, -628500000, '', 0, 0),
(182, 'Saint Helena, Ascension and Tristan Da Cunha', 'SH', -159333333, -57166670, '', 0, 0),
(183, 'Saint Kitts and Nevis', 'KN', 173000000, -627166670, '', 0, 0),
(184, 'Saint Lucia', 'LC', 140000000, -610000000, '', 0, 0),
(185, 'Saint Martin (French Part)', 'MF', 180731000, -630822000, '', 0, 0),
(186, 'Saint Pierre and Miquelon', 'PM', 467666667, -561833330, '{"lat":46.77969863155077,"lng":-56.16674822282268,"id":"iK3rCeG1RR9DLElPAKTI_g"}', 0, 0),
(187, 'Saint Vincent and The Grenadines', 'VC', 131333333, -612166670, '', 0, 0),
(188, 'Samoa', 'WS', -138166667, -1717666670, '', 0, 0),
(189, 'San Marino', 'SM', 439333333, 124166670, '{"lat":43.93270575519517,"lng":12.4158289368966,"id":"Ahbzs0drzVpRSoaazbRgug"}', 0, 0),
(190, 'Sao Tome and Principe', 'ST', 3333333, 67333330, '', 0, 0),
(191, 'Saudi Arabia', 'SA', 246500000, 467000000, '{"lat":23.98944226931226,"lng":80.60553151142335,"id":"p_NNuf1KHwrK9mmmMTtAOA"}', 0, 0),
(192, 'Senegal', 'SN', 147333333, -176333330, '{"lat":14.73577038990178,"lng":-17.51234981199997,"id":"zjJED6_a_dtnX7MjBIjQ_Q"}', 0, 0),
(193, 'Serbia', 'RS', 448333333, 205000000, '{"lat":44.83190964772065,"lng":20.4993738183346,"id":"MOf4UQ3-vQiYbCq93C6w1w"}', 0, 0),
(194, 'Seychelles', 'SC', -46166667, 554500000, '{"lat":-6.386209334922625,"lng":71.23752550734875,"id":"GdWlQ4dJn1bHof7EUyoVvg"}', 0, 0),
(195, 'Sierra Leone', 'SL', 84833333, -132333330, '', 0, 0),
(196, 'Singapore', 'SG', 12833333, 1038500000, '{"lat":1.283686031709149,"lng":103.8497206874622,"id":"TJWnaTskawmZWzf8itYdlw"}', 0, 0),
(198, 'Slovakia', 'SK', 481500000, 171166670, '{"lat":48.15028065708682,"lng":17.11648918888296,"id":"ve_K8IswtlycSSYqk1_ACg"}', 0, 0),
(199, 'Slovenia', 'SI', 460500000, 145166670, '{"lat":46.04989764324859,"lng":14.5165831210479,"id":"UceHThTVAgMI8n3D5YvQSA"}', 0, 0),
(200, 'Solomon Islands', 'SB', -94333333, 1599500000, '', 0, 0),
(201, 'Somalia', 'SO', 20666667, 453333330, '', 0, 0),
(202, 'South Africa', 'ZA', -257000000, 282166670, '{"lat":-25.69982059360537,"lng":28.21688610464831,"id":"IwA11nT7TU2fxvnucOd-ng"}', 0, 0),
(204, 'Spain', 'ES', 404000000, -36833330, '{"lat":40.40003329312266,"lng":-3.68354176206942,"id":"yqKbtDYJ2GeRMGo1CL1Ibw"}', 0, 0),
(205, 'Sri Lanka', 'LK', 69166667, 798333330, '{"lat":6.927840596054903,"lng":79.85256266776197,"id":"VoCKu82EwC5Vbfyxl76p1Q"}', 0, 0),
(206, 'Sudan', 'SD', 156000000, 325333330, '', 0, 0),
(207, 'Suriname', 'SR', 58333333, -551666670, '', 0, 0),
(208, 'Swaziland', 'SZ', -263166667, 311333330, '{"lat":-26.31672563386217,"lng":31.13327355766464,"id":"dudATqCV7tMkOGxbVKQDLA"}', 0, 0),
(209, 'Sweden', 'SE', 593333333, 180500000, '{"lat":59.33346832409033,"lng":18.0505625831695,"id":"VfBrCO8h7Ki4YYojF3_ChA"}', 0, 0),
(210, 'Switzerland', 'CH', 469166667, 74666670, '{"lat":46.91681729614852,"lng":7.466789679925299,"id":"kh7E9SXr4XSab47O9-BnEg"}', 0, 0),
(211, 'Syrian Arab Republic', 'SY', 335000000, 363000000, '', 0, 0),
(212, 'Taiwan, Province of China', 'TW', 250333333, 1215166670, '{"lat":25.03390297565149,"lng":121.5173171715556,"id":"r9KjIi-S14k-aGnQoHbmGg"}', 0, 0),
(213, 'Tajikistan', 'TJ', 385500000, 687666670, '{"lat":40.56340335694554,"lng":72.88170849476728,"id":"Qin12wn7HoyFbDIOdygnWQ"}', 0, 0),
(214, 'Tanzania, United Republic of', 'TZ', -68000000, 392833330, '', 0, 0),
(215, 'Thailand', 'TH', 137500000, 1005166670, '{"lat":13.74989163410826,"lng":100.5166197975177,"id":"WcOtRt2OtDrbsE6VGBOAXg"}', 0, 0),
(216, 'Timor-Leste', 'TL', -85833333, 1256000000, '', 0, 0),
(217, 'Togo', 'TG', 61166667, 12166670, '{"lat":6.112417032002098,"lng":1.197145126417972,"id":"ok7yaBcW5-GVZ-PMbNkiMA"}', 0, 0),
(218, 'Tokelau', 'TK', -91666670, -1718333330, '{"lat":-14.3617708405273,"lng":-170.7730101473427,"id":"jl_m-sygecxJIOqJj0BTuQ"}', 0, 0),
(219, 'Tonga', 'TO', -211333333, -1752000000, '{"lat":-14.36530359587039,"lng":-170.7599770833339,"id":"QMTs1JqXPfGMsCQfroyIYg"}', 0, 0),
(220, 'Trinidad and Tobago', 'TT', 106500000, -615166670, '', 0, 0),
(221, 'Tunisia', 'TN', 368000000, 101833330, '{"lat":36.80004726641824,"lng":10.18326843420385,"id":"8iFUdwfwBMHOj5b6QAhWZQ"}', 0, 0),
(222, 'Turkey', 'TR', 399333333, 328666670, '{"lat":39.93347568340445,"lng":32.86665416046552,"id":"1nDZ2Kjsfd0-PVIezN4vBA"}', 0, 0),
(223, 'Turkmenistan', 'TM', 379500000, 583833330, '', 0, 0),
(224, 'Turks and Caicos Islands', 'TC', 214666667, -711333330, '', 0, 0),
(225, 'Tuvalu', 'TV', -85166667, 1792166670, '', 0, 0),
(226, 'Uganda', 'UG', 3166667, 325500000, '{"lat":0.3166221476846601,"lng":32.54998601235997,"id":"wDDVbqvCAEWP06sUTqwNKA"}', 0, 0),
(227, 'Ukraine', 'UA', 504333333, 305166670, '{"lat":50.43391694516037,"lng":30.51734113961901,"id":"PRm9fSH9PAz3SKK1CMVFRg"}', 0, 0),
(228, 'United Arab Emirates', 'AE', 244666667, 543666670, '{"lat":25.04892327241686,"lng":55.92370980470972,"id":"bAViKVzPZDP5FzI-Cc_AHQ"}', 0, 0),
(229, 'United Kingdom', 'GB', 515000000, -833330, '{"lat":51.4997855933224,"lng":-0.08283399331970732,"id":"XqRAreTTq_kYqcfZTcuTGw"}', 2, 0),
(230, 'United States', 'US', 388833330, -770000000, '{"lat":38.88321279278318,"lng":-77.00002726957194,"id":"Z9hwBL_ft8FtkqGufQvzyQ"}', 3, 0),
(231, 'United States Minor Outlying Islands', 'UM', 58822000, -1620748700, '', 0, 0),
(232, 'Uruguay', 'UY', -348500000, -561666670, '{"lat":-34.84983955905592,"lng":-56.16659766124467,"id":"HkHgxG7HFkGBDWnh-EkBRQ"}', 0, 0),
(233, 'Uzbekistan', 'UZ', 413166667, 692500000, '{"lat":42.39846213715484,"lng":72.9938469061402,"id":"C7F6aquvRjRhz5SAx6rXxg"}', 0, 0),
(234, 'Vanuatu', 'VU', -177333333, 1683166670, '{"lat":-16.25794963418433,"lng":168.2553686900357,"id":"9CQCKmns6FF35y34EMWWRQ"}', 0, 0),
(235, 'Venezuela, Bolivarian Republic of', 'VE', 104833333, -668666670, '', 0, 0),
(236, 'Viet Nam', 'VN', 210333333, 1058500000, '{"lat":27.80185663345991,"lng":128.8895899414136,"id":"F-tr4HW6rhNE6ZIutQRMog"}', 0, 0),
(237, 'Virgin Islands, British', 'VG', 184166667, -646166670, '', 0, 0),
(238, 'Virgin Islands, U.S.', 'VI', 183500000, -649333330, '{"lat":18.3397471438222,"lng":-64.93406295393817,"id":"QxJMXK3AVfZKa2oxryc3pw"}', 0, 0),
(239, 'Wallis and Futuna', 'WF', -139500000, -1719333330, '', 0, 0),
(241, 'Yemen', 'YE', 153500000, 442000000, '', 0, 0),
(242, 'Zambia', 'ZM', -154166667, 282833330, '', 0, 0),
(243, 'Zimbabwe', 'ZW', -178166667, 310333330, '', 0, 0);
DROP TABLE IF EXISTS `geo_state`;
CREATE TABLE IF NOT EXISTS `geo_state` (
`state_id` int(11) NOT NULL AUTO_INCREMENT,
`country_id` int(11) NOT NULL DEFAULT '0',
`state_title` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`code` varchar(4) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`hidden` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`state_id`),
KEY `country_id` (`country_id`),
KEY `hidden` (`hidden`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2712 ;
INSERT INTO `geo_state` (`state_id`, `country_id`, `state_title`, `code`) VALUES
(1, 1, 'Badakhshan', ''),
(2, 1, 'Balkh', ''),
(3, 1, 'Herat', ''),
(4, 1, 'Kabol', ''),
(5, 1, 'Kandahar', ''),
(6, 1, 'Nangarhar', ''),
(7, 1, 'Oruzgan', ''),
(8, 1, 'Parvan', ''),
(9, 1, 'Vardak', ''),
(10, 1, 'Zabol', ''),
(11, 2, 'Eckeroe', ''),
(12, 2, 'Hammarland', ''),
(13, 2, 'Mariehamn', ''),
(14, 2, 'Sund', ''),
(15, 3, 'Berat', ''),
(16, 3, 'Diber', ''),
(17, 3, 'Durres', ''),
(18, 3, 'Elbasan', ''),
(19, 3, 'Fier', ''),
(20, 3, 'Korce', ''),
(21, 3, 'Kukes', ''),
(22, 3, 'Lezhe', ''),
(23, 3, 'Shkoder', ''),
(24, 3, 'Tirane', ''),
(25, 3, 'Vlore', ''),
(26, 4, 'Adrar', ''),
(27, 4, 'Ain Defla', ''),
(28, 4, 'Ain Temouchent', ''),
(29, 4, 'Alger', ''),
(30, 4, 'Annaba', ''),
(31, 4, 'Batna', ''),
(32, 4, 'Bechar', ''),
(33, 4, 'Bejaia', ''),
(34, 4, 'Biskra', ''),
(35, 4, 'Blida', ''),
(36, 4, 'Bordj Bou Arreridj', ''),
(37, 4, 'Bouira', ''),
(38, 4, 'Boumerdes', ''),
(39, 4, 'Chlef', ''),
(40, 4, 'Constantine', ''),
(41, 4, 'Djelfa', ''),
(42, 4, 'El Bayadh', ''),
(43, 4, 'El Oued', ''),
(44, 4, 'El Tarf', ''),
(45, 4, 'Ghardaia', ''),
(46, 4, 'Guelma', ''),
(47, 4, 'Khenchela', ''),
(48, 4, 'Laghouat', ''),
(49, 4, 'M''sila', ''),
(50, 4, 'Mascara', ''),
(51, 4, 'Medea', ''),
(52, 4, 'Mila', ''),
(53, 4, 'Mostaganem', ''),
(54, 4, 'Naama', ''),
(55, 4, 'Oran', ''),
(56, 4, 'Ouargla', ''),
(57, 4, 'Oum el Bouaghi', ''),
(58, 4, 'Relizane', ''),
(59, 4, 'Saida', ''),
(60, 4, 'Setif', ''),
(61, 4, 'Sidi Bel Abbes', ''),
(62, 4, 'Skikda', ''),
(63, 4, 'Souk Ahras', ''),
(64, 4, 'Tamanghasset', ''),
(65, 4, 'Tebessa', ''),
(66, 4, 'Tiaret', ''),
(67, 4, 'Tindouf', ''),
(68, 4, 'Tipaza', ''),
(69, 4, 'Tissemsilt', ''),
(70, 4, 'Tizi Ouzou', ''),
(71, 4, 'Tlemcen', ''),
(72, 5, 'Eastern District', ''),
(73, 5, 'Western District', ''),
(74, 6, 'Andorra la Vella', ''),
(75, 6, 'Canillo', ''),
(76, 6, 'Encamp', ''),
(77, 6, 'Escaldes-Engordany', ''),
(78, 6, 'Ordino', ''),
(79, 6, 'Sant Julia de Loria', ''),
(80, 6, 'la Massana', ''),
(81, 7, 'Bengo', ''),
(82, 7, 'Benguela', ''),
(83, 7, 'Bie', ''),
(84, 7, 'Cabinda', ''),
(85, 7, 'Cuanza Sul', ''),
(86, 7, 'Huambo', ''),
(87, 7, 'Huila', ''),
(88, 7, 'Luanda', ''),
(89, 7, 'Malanje', ''),
(90, 8, 'Anguilla', ''),
(91, 10, 'Saint John', ''),
(92, 11, 'Buenos Aires', ''),
(93, 11, 'Catamarca', ''),
(94, 11, 'Chaco', ''),
(95, 11, 'Chubut', ''),
(96, 11, 'Cordoba', ''),
(97, 11, 'Corrientes', ''),
(98, 11, 'Distrito Federal', ''),
(99, 11, 'Entre Rios', ''),
(100, 11, 'Formosa', ''),
(101, 11, 'Jujuy', ''),
(102, 11, 'La Pampa', ''),
(103, 11, 'La Rioja', ''),
(104, 11, 'Mendoza', ''),
(105, 11, 'Misiones', ''),
(106, 11, 'Neuquen', ''),
(107, 11, 'Rio Negro', ''),
(108, 11, 'Salta', ''),
(109, 11, 'San Juan', ''),
(110, 11, 'San Luis', ''),
(111, 11, 'Santa Cruz', ''),
(112, 11, 'Santa Fe', ''),
(113, 11, 'Santiago del Estero', ''),
(114, 11, 'Tierra del Fuego', ''),
(115, 11, 'Tucuman', ''),
(116, 12, 'Aragatsotn', ''),
(117, 12, 'Ararat', ''),
(118, 12, 'Armavir', ''),
(119, 12, 'Geghark''unik''', ''),
(120, 12, 'Kotayk''', ''),
(121, 12, 'Lorri', ''),
(122, 12, 'Shirak', ''),
(123, 12, 'Syunik''', ''),
(124, 12, 'Tavush', ''),
(125, 12, 'Vayots'' Dzor', ''),
(126, 12, 'Yerevan', ''),
(127, 13, 'Aruba (general)', ''),
(128, 14, 'Australian Capital Territory', ''),
(129, 14, 'New South Wales', ''),
(130, 14, 'Northern Territory', ''),
(131, 14, 'Queensland', ''),
(132, 14, 'South Australia', ''),
(133, 14, 'Tasmania', ''),
(134, 14, 'Victoria', ''),
(135, 14, 'Western Australia', ''),
(136, 15, 'Burgenland', ''),
(137, 15, 'Karnten', ''),
(138, 15, 'Niederosterreich', ''),
(139, 15, 'Oberosterreich', ''),
(140, 15, 'Salzburg', ''),
(141, 15, 'Steiermark', ''),
(142, 15, 'Tirol', ''),
(143, 15, 'Vorarlberg', ''),
(144, 15, 'Wien', ''),
(145, 16, 'Abseron', ''),
(146, 16, 'Agcabadi', ''),
(147, 16, 'Agdas', ''),
(148, 16, 'Ali Bayramli', ''),
(149, 16, 'Baki', ''),
(150, 16, 'Balakan', ''),
(151, 16, 'Bilasuvar', ''),
(152, 16, 'Calilabad', ''),
(153, 16, 'Daskasan', ''),
(154, 16, 'Ganca', ''),
(155, 16, 'Goycay', ''),
(156, 16, 'Haciqabul', ''),
(157, 16, 'Lankaran', ''),
(158, 16, 'Lerik', ''),
(159, 16, 'Masalli', ''),
(160, 16, 'Mingacevir', ''),
(161, 16, 'Naftalan', ''),
(162, 16, 'Naxcivan', ''),
(163, 16, 'Neftcala', ''),
(164, 16, 'Oguz', ''),
(165, 16, 'Qabala', ''),
(166, 16, 'Qax', ''),
(167, 16, 'Qazax', ''),
(168, 16, 'Quba', ''),
(169, 16, 'Qusar', ''),
(170, 16, 'Saki', ''),
(171, 16, 'Salyan', ''),
(172, 16, 'Samaxi', ''),
(173, 16, 'Sumqayit', ''),
(174, 16, 'Tartar', ''),
(175, 16, 'Tovuz', ''),
(176, 16, 'Ucar', ''),
(177, 16, 'Xacmaz', ''),
(178, 16, 'Xankandi', ''),
(179, 16, 'Xanlar', ''),
(180, 16, 'Yevlax', ''),
(181, 16, 'Zaqatala', ''),
(182, 17, 'Freeport', ''),
(183, 17, 'Marsh Harbour', ''),
(184, 17, 'New Providence', ''),
(185, 18, 'Al Asimah', ''),
(186, 18, 'Al Muharraq', ''),
(187, 18, 'Al Wusta', ''),
(188, 18, 'Ash Shamaliyah', ''),
(189, 19, 'Barisal', ''),
(190, 19, 'Chittagong', ''),
(191, 19, 'Dhaka', ''),
(192, 19, 'Khulna', ''),
(193, 19, 'Rajshahi', ''),
(194, 19, 'Rangpur', ''),
(195, 19, 'Sylhet', ''),
(196, 20, 'Christ Church', ''),
(197, 20, 'Saint James', ''),
(198, 20, 'Saint Joseph', ''),
(199, 20, 'Saint Michael', ''),
(200, 20, 'Saint Peter', ''),
(201, 21, 'Brestskaya Voblasts''', ''),
(202, 21, 'Homyel''skaya Voblasts''', ''),
(203, 21, 'Hrodzyenskaya Voblasts''', ''),
(204, 21, 'Mahilyowskaya Voblasts''', ''),
(205, 21, 'Minskaya Voblasts''', ''),
(206, 21, 'Vitsyebskaya Voblasts''', ''),
(207, 22, 'Antwerpen', ''),
(208, 22, 'Brabant Wallon', ''),
(209, 22, 'Brussels Hoofdstedelijk Gewest', ''),
(210, 22, 'Hainaut', ''),
(211, 22, 'Liege', ''),
(212, 22, 'Limburg', ''),
(213, 22, 'Luxembourg', ''),
(214, 22, 'Namur', ''),
(215, 22, 'Oost-Vlaanderen', ''),
(216, 22, 'Vlaams-Brabant', ''),
(217, 22, 'West-Vlaanderen', ''),
(218, 23, 'Belize', ''),
(219, 23, 'Cayo', ''),
(220, 23, 'Corozal', ''),
(221, 23, 'Orange Walk', ''),
(222, 23, 'Stann Creek', ''),
(223, 23, 'Toledo', ''),
(224, 24, 'Atlantique', ''),
(225, 24, 'Borgou', ''),
(226, 24, 'Littoral', ''),
(227, 24, 'Oueme', ''),
(228, 24, 'Zou', ''),
(229, 25, 'Hamilton', ''),
(230, 26, 'Mongar', ''),
(231, 26, 'Paro', ''),
(232, 26, 'Punakha', ''),
(233, 26, 'Thimphu', ''),
(234, 27, 'Chuquisaca', ''),
(235, 27, 'Cochabamba', ''),
(236, 27, 'El Beni', ''),
(237, 27, 'La Paz', ''),
(238, 27, 'Oruro', ''),
(239, 27, 'Pando', ''),
(240, 27, 'Potosi', ''),
(241, 27, 'Santa Cruz', ''),
(242, 27, 'Tarija', ''),
(245, 29, 'Federation of Bosnia and Herzegovina', ''),
(246, 29, 'Republika Srpska', ''),
(247, 30, 'Central', ''),
(248, 30, 'Kweneng', ''),
(249, 30, 'North-East', ''),
(250, 30, 'South-East', ''),
(251, 31, 'Acre', ''),
(252, 31, 'Alagoas', ''),
(253, 31, 'Amapa', ''),
(254, 31, 'Amazonas', ''),
(255, 31, 'Bahia', ''),
(256, 31, 'Ceara', ''),
(257, 31, 'Distrito Federal', ''),
(258, 31, 'Espirito Santo', ''),
(259, 31, 'Goias', ''),
(260, 31, 'Maranhao', ''),
(261, 31, 'Mato Grosso', ''),
(262, 31, 'Mato Grosso do Sul', ''),
(263, 31, 'Minas Gerais', ''),
(264, 31, 'Para', ''),
(265, 31, 'Paraiba', ''),
(266, 31, 'Parana', ''),
(267, 31, 'Pernambuco', ''),
(268, 31, 'Piaui', ''),
(269, 31, 'Rio Grande do Norte', ''),
(270, 31, 'Rio Grande do Sul', ''),
(271, 31, 'Rio de Janeiro', ''),
(272, 31, 'Rondonia', ''),
(273, 31, 'Roraima', ''),
(274, 31, 'Santa Catarina', ''),
(275, 31, 'Sao Paulo', ''),
(276, 31, 'Sergipe', ''),
(277, 31, 'Tocantins', ''),
(278, 32, 'British Indian Ocean Territory', ''),
(279, 33, 'Belait', ''),
(280, 33, 'Brunei and Muara', ''),
(281, 33, 'Tutong', ''),
(282, 34, 'Blagoevgrad', ''),
(283, 34, 'Burgas', ''),
(284, 34, 'Dobrich', ''),
(285, 34, 'Gabrovo', ''),
(286, 34, 'Grad Sofiya', ''),
(287, 34, 'Khaskovo', ''),
(288, 34, 'Kurdzhali', ''),
(289, 34, 'Kyustendil', ''),
(290, 34, 'Lovech', ''),
(291, 34, 'Montana', ''),
(292, 34, 'Pazardzhik', ''),
(293, 34, 'Pernik', ''),
(294, 34, 'Pleven', ''),
(295, 34, 'Plovdiv', ''),
(296, 34, 'Razgrad', ''),
(297, 34, 'Ruse', ''),
(298, 34, 'Shumen', ''),
(299, 34, 'Silistra', ''),
(300, 34, 'Sliven', ''),
(301, 34, 'Smolyan', ''),
(302, 34, 'Sofiya', ''),
(303, 34, 'Stara Zagora', ''),
(304, 34, 'Turgovishte', ''),
(305, 34, 'Varna', ''),
(306, 34, 'Veliko Turnovo', ''),
(307, 34, 'Vidin', ''),
(308, 34, 'Vratsa', ''),
(309, 34, 'Yambol', ''),
(310, 35, 'Houet', ''),
(311, 35, 'Kadiogo', ''),
(312, 36, 'Bujumbura Mairie', ''),
(313, 37, 'Praia', ''),
(314, 37, 'Sao Vicente', ''),
(315, 38, 'Banteay Meanchey', ''),
(316, 38, 'Battambang', ''),
(317, 38, 'Kampong Cham', ''),
(318, 38, 'Kampong Chhnang', ''),
(319, 38, 'Kampong Thom', ''),
(320, 38, 'Kampot', ''),
(321, 38, 'Kandal', ''),
(322, 38, 'Kratie', ''),
(323, 38, 'Phnom Penh', ''),
(324, 38, 'Preah Sihanouk', ''),
(325, 38, 'Pursat', ''),
(326, 38, 'Siem Reap', ''),
(327, 38, 'Takeo', ''),
(328, 39, 'Adamaoua', ''),
(329, 39, 'Centre', ''),
(330, 39, 'Est', ''),
(331, 39, 'Extreme-Nord', ''),
(332, 39, 'Littoral', ''),
(333, 39, 'Nord', ''),
(334, 39, 'Nord-Ouest', ''),
(335, 39, 'Ouest', ''),
(336, 39, 'Sud', ''),
(337, 39, 'Sud-Ouest', ''),
(338, 40, 'Alberta', ''),
(339, 40, 'British Columbia', ''),
(340, 40, 'Manitoba', ''),
(341, 40, 'New Brunswick', ''),
(342, 40, 'Newfoundland and Labrador', ''),
(343, 40, 'Northwest Territories', ''),
(344, 40, 'Nova Scotia', ''),
(345, 40, 'Nunavut', ''),
(346, 40, 'Ontario', ''),
(347, 40, 'Prince Edward Island', ''),
(348, 40, 'Quebec', ''),
(349, 40, 'Saskatchewan', ''),
(350, 40, 'Yukon Territory', ''),
(351, 41, 'Cayman Islands', ''),
(352, 42, 'Bangui', ''),
(353, 43, 'Chari-Baguirmi', ''),
(354, 44, 'Aisen del General Carlos Ibanez del Campo', ''),
(355, 44, 'Antofagasta', ''),
(356, 44, 'Araucania', ''),
(357, 44, 'Arica y Parinacota', ''),
(358, 44, 'Atacama', ''),
(359, 44, 'Bio-Bio', ''),
(360, 44, 'Coquimbo', ''),
(361, 44, 'Libertador General Bernardo O''Higgins', ''),
(362, 44, 'Los Lagos', ''),
(363, 44, 'Los Rios', ''),
(364, 44, 'Magallanes y de la Antartica Chilena', ''),
(365, 44, 'Maule', ''),
(366, 44, 'Region Metropolitana', ''),
(367, 44, 'Tarapaca', ''),
(368, 44, 'Valparaiso', ''),
(369, 45, 'Anhui', ''),
(370, 45, 'Beijing', ''),
(371, 45, 'Chongqing', ''),
(372, 45, 'Fujian', ''),
(373, 45, 'Gansu', ''),
(374, 45, 'Guangdong', ''),
(375, 45, 'Guangxi', ''),
(376, 45, 'Guizhou', ''),
(377, 45, 'Hainan', ''),
(378, 45, 'Hebei', ''),
(379, 45, 'Heilongjiang', ''),
(380, 45, 'Henan', ''),
(381, 45, 'Hubei', ''),
(382, 45, 'Hunan', ''),
(383, 45, 'Jiangsu', ''),
(384, 45, 'Jiangxi', ''),
(385, 45, 'Jilin', ''),
(386, 45, 'Liaoning', ''),
(387, 45, 'Nei Mongol', ''),
(388, 45, 'Ningxia', ''),
(389, 45, 'Qinghai', ''),
(390, 45, 'Shaanxi', ''),
(391, 45, 'Shandong', ''),
(392, 45, 'Shanghai', ''),
(393, 45, 'Shanxi', ''),
(394, 45, 'Sichuan', ''),
(395, 45, 'Tianjin', ''),
(396, 45, 'Xinjiang', ''),
(397, 45, 'Xizang', ''),
(398, 45, 'Yunnan', ''),
(399, 45, 'Zhejiang', ''),
(400, 46, 'Christmas Island', ''),
(401, 47, 'Antioquia', ''),
(402, 47, 'Arauca', ''),
(403, 47, 'Atlantico', ''),
(404, 47, 'Bolivar', ''),
(405, 47, 'Boyaca', ''),
(406, 47, 'Caldas', ''),
(407, 47, 'Caqueta', ''),
(408, 47, 'Casanare', ''),
(409, 47, 'Cauca', ''),
(410, 47, 'Cesar', ''),
(411, 47, 'Choco', ''),
(412, 47, 'Cordoba', ''),
(413, 47, 'Cundinamarca', ''),
(414, 47, 'Distrito Especial', ''),
(415, 47, 'Guaviare', ''),
(416, 47, 'Huila', ''),
(417, 47, 'La Guajira', ''),
(418, 47, 'Magdalena', ''),
(419, 47, 'Meta', ''),
(420, 47, 'Narino', ''),
(421, 47, 'Norte de Santander', ''),
(422, 47, 'Putumayo', ''),
(423, 47, 'Quindio', ''),
(424, 47, 'Risaralda', ''),
(425, 47, 'San Andres y Providencia', ''),
(426, 47, 'Santander', ''),
(427, 47, 'Sucre', ''),
(428, 47, 'Tolima', ''),
(429, 47, 'Valle del Cauca', ''),
(430, 48, 'Anjouan', ''),
(431, 48, 'Grande Comore', ''),
(432, 50, 'Bas-Congo', ''),
(433, 50, 'Katanga', ''),
(434, 50, 'Kinshasa', ''),
(435, 50, 'Nord-Kivu', ''),
(436, 50, 'Sud-Kivu', ''),
(437, 49, 'Brazzaville', ''),
(438, 49, 'Cuvette-Ouest', ''),
(439, 49, 'Republic of the Congo', ''),
(440, 49, 'Sangha', ''),
(441, 51, 'Cook Islands', ''),
(442, 52, 'Alajuela', ''),
(443, 52, 'Cartago', ''),
(444, 52, 'Guanacaste', ''),
(445, 52, 'Heredia', ''),
(446, 52, 'Limon', ''),
(447, 52, 'Puntarenas', ''),
(448, 52, 'San Jose', ''),
(449, 53, 'Bas-Sassandra', ''),
(450, 53, 'Dix-Huit Montagnes', ''),
(451, 53, 'Lacs', ''),
(452, 53, 'Lagunes', ''),
(453, 53, 'Vallee du Bandama', ''),
(454, 54, 'Bjelovarsko-Bilogorska', ''),
(455, 54, 'Brodsko-Posavska', ''),
(456, 54, 'Dubrovacko-Neretvanska', ''),
(457, 54, 'Grad Zagreb', ''),
(458, 54, 'Istarska', ''),
(459, 54, 'Karlovacka', ''),
(460, 54, 'Koprivnicko-Krizevacka', ''),
(461, 54, 'Krapinsko-Zagorska', ''),
(462, 54, 'Licko-Senjska', ''),
(463, 54, 'Medimurska', ''),
(464, 54, 'Osjecko-Baranjska', ''),
(465, 54, 'Pozesko-Slavonska', ''),
(466, 54, 'Primorsko-Goranska', ''),
(467, 54, 'Sibensko-Kninska', ''),
(468, 54, 'Sisacko-Moslavacka', ''),
(469, 54, 'Splitsko-Dalmatinska', ''),
(470, 54, 'Varazdinska', ''),
(471, 54, 'Viroviticko-Podravska', ''),
(472, 54, 'Vukovarsko-Srijemska', ''),
(473, 54, 'Zadarska', ''),
(474, 54, 'Zagrebacka', ''),
(475, 55, 'Ciego de Avila', ''),
(476, 55, 'Ciudad de la Habana', ''),
(477, 55, 'Matanzas', ''),
(478, 55, 'Santiago de Cuba', ''),
(480, 57, 'Famagusta', ''),
(481, 57, 'Kyrenia', ''),
(482, 57, 'Larnaca', ''),
(483, 57, 'Limassol', ''),
(484, 57, 'Nicosia', ''),
(485, 57, 'Paphos', ''),
(486, 58, 'Hlavni mesto Praha', ''),
(487, 58, 'Jihocesky kraj', ''),
(488, 58, 'Jihomoravsky kraj', ''),
(489, 58, 'Karlovarsky kraj', ''),
(490, 58, 'Kralovehradecky kraj', ''),
(491, 58, 'Liberecky kraj', ''),
(492, 58, 'Moravskoslezsky kraj', ''),
(493, 58, 'Olomoucky kraj', ''),
(494, 58, 'Pardubicky kraj', ''),
(495, 58, 'Plzensky kraj', ''),
(496, 58, 'Stredocesky kraj', ''),
(497, 58, 'Ustecky kraj', ''),
(498, 58, 'Vysocina kraj', ''),
(499, 58, 'Zlinsky kraj', ''),
(500, 59, 'Hovedstaden', ''),
(501, 59, 'Midtjylland', ''),
(502, 59, 'Nordjylland', ''),
(503, 59, 'Sjelland', ''),
(504, 59, 'Syddanmark', ''),
(505, 60, 'Arta', ''),
(506, 60, 'Djibouti', ''),
(507, 61, 'Saint David', ''),
(508, 61, 'Saint George', ''),
(509, 61, 'Saint Paul', ''),
(510, 62, 'Azua', ''),
(511, 62, 'Baoruco', ''),
(512, 62, 'Barahona', ''),
(513, 62, 'Distrito Nacional', ''),
(514, 62, 'Duarte', ''),
(515, 62, 'Espaillat', ''),
(516, 62, 'Hato Mayor', ''),
(517, 62, 'La Altagracia', ''),
(518, 62, 'La Romana', ''),
(519, 62, 'La Vega', ''),
(520, 62, 'Maria Trinidad Sanchez', ''),
(521, 62, 'Monsenor Nouel', ''),
(522, 62, 'Monte Plata', ''),
(523, 62, 'Peravia', ''),
(524, 62, 'Puerto Plata', ''),
(525, 62, 'Samana', ''),
(526, 62, 'San Cristobal', ''),
(527, 62, 'San Juan', ''),
(528, 62, 'San Pedro de Macoris', ''),
(529, 62, 'Sanchez Ramirez', ''),
(530, 62, 'Santiago', ''),
(531, 62, 'Santiago Rodriguez', ''),
(532, 62, 'Valverde', ''),
(533, 63, 'Azuay', ''),
(534, 63, 'Bolivar', ''),
(535, 63, 'Canar', ''),
(536, 63, 'Carchi', ''),
(537, 63, 'Chimborazo', ''),
(538, 63, 'Cotopaxi', ''),
(539, 63, 'El Oro', ''),
(540, 63, 'Esmeraldas', ''),
(541, 63, 'Galapagos', ''),
(542, 63, 'Guayas', ''),
(543, 63, 'Imbabura', ''),
(544, 63, 'Loja', ''),
(545, 63, 'Los Rios', ''),
(546, 63, 'Manabi', ''),
(547, 63, 'Morona-Santiago', ''),
(548, 63, 'Napo', ''),
(549, 63, 'Pichincha', ''),
(550, 63, 'Sucumbios', ''),
(551, 63, 'Tungurahua', ''),
(552, 64, 'Ad Daqahliyah', ''),
(553, 64, 'Al Bahr al Ahmar', ''),
(554, 64, 'Al Buhayrah', ''),
(555, 64, 'Al Fayyum', ''),
(556, 64, 'Al Gharbiyah', ''),
(557, 64, 'Al Iskandariyah', ''),
(558, 64, 'Al Isma''iliyah', ''),
(559, 64, 'Al Jizah', ''),
(560, 64, 'Al Minufiyah', ''),
(561, 64, 'Al Minya', ''),
(562, 64, 'Al Qahirah', ''),
(563, 64, 'Al Qalyubiyah', ''),
(564, 64, 'Al Wadi al Jadid', ''),
(565, 64, 'As Suways', ''),
(566, 64, 'Ash Sharqiyah', ''),
(567, 64, 'Aswan', ''),
(568, 64, 'Asyut', ''),
(569, 64, 'Bani Suwayf', ''),
(570, 64, 'Bur Sa''id', ''),
(571, 64, 'Dumyat', ''),
(572, 64, 'Janub Sina''', ''),
(573, 64, 'Kafr ash Shaykh', ''),
(574, 64, 'Matruh', ''),
(575, 64, 'Muhafazat al Uqsur', ''),
(576, 64, 'Qina', ''),
(577, 64, 'Shamal Sina''', ''),
(578, 64, 'Suhaj', ''),
(579, 65, 'Cabanas', ''),
(580, 65, 'Cuscatlan', ''),
(581, 65, 'La Libertad', ''),
(582, 65, 'La Union', ''),
(583, 65, 'Morazan', ''),
(584, 65, 'San Miguel', ''),
(585, 65, 'San Salvador', ''),
(586, 65, 'San Vicente', ''),
(587, 65, 'Santa Ana', ''),
(588, 65, 'Sonsonate', ''),
(589, 65, 'Usulutan', ''),
(590, 66, 'Bioko Norte', ''),
(591, 66, 'Litoral', ''),
(592, 67, 'Ma''akel', ''),
(593, 68, 'Harjumaa', ''),
(594, 68, 'Hiiumaa', ''),
(595, 68, 'Ida-Virumaa', ''),
(596, 68, 'Jarvamaa', ''),
(597, 68, 'Jogevamaa', ''),
(598, 68, 'Laane-Virumaa', ''),
(599, 68, 'Laanemaa', ''),
(600, 68, 'Parnumaa', ''),
(601, 68, 'Polvamaa', ''),
(602, 68, 'Raplamaa', ''),
(603, 68, 'Saaremaa', ''),
(604, 68, 'Tartumaa', ''),
(605, 68, 'Valgamaa', ''),
(606, 68, 'Viljandimaa', ''),
(607, 68, 'Vorumaa', ''),
(608, 69, 'Adis Abeba', ''),
(609, 69, 'Amara', ''),
(610, 69, 'Dire Dawa', ''),
(611, 69, 'Oromiya', ''),
(612, 69, 'YeDebub Biheroch Bihereseboch na Hizboch', ''),
(613, 70, 'Falkland Islands', ''),
(614, 71, 'Eysturoy', ''),
(615, 71, 'Streymoy', ''),
(616, 71, 'Vagar', ''),
(617, 72, 'Central', ''),
(618, 72, 'Northern', ''),
(619, 72, 'Western', ''),
(620, 73, 'Central Finland', ''),
(621, 73, 'Central Ostrobothnia', ''),
(622, 73, 'Finland Proper', ''),
(623, 73, 'Kainuu', ''),
(624, 73, 'Kymenlaakso', ''),
(625, 73, 'Lapland', ''),
(626, 73, 'North Karelia', ''),
(627, 73, 'Northern Ostrobothnia', ''),
(628, 73, 'Northern Savonia', ''),
(629, 73, 'Ostrobothnia', ''),
(630, 73, 'Paijat-Hame', ''),
(631, 73, 'Pirkanmaa', ''),
(632, 73, 'Satakunta', ''),
(633, 73, 'South Karelia', ''),
(634, 73, 'Southern Ostrobothnia', ''),
(635, 73, 'Southern Savonia', ''),
(636, 73, 'Tavastia Proper', ''),
(637, 73, 'Uusimaa', ''),
(638, 74, 'Alsace', ''),
(639, 74, 'Aquitaine', ''),
(640, 74, 'Auvergne', ''),
(641, 74, 'Basse-Normandie', ''),
(642, 74, 'Bourgogne', ''),
(643, 74, 'Bretagne', ''),
(644, 74, 'Centre', ''),
(645, 74, 'Champagne-Ardenne', ''),
(646, 74, 'Corse', ''),
(647, 74, 'Franche-Comte', ''),
(648, 74, 'Haute-Normandie', ''),
(649, 74, 'Ile-de-France', ''),
(650, 74, 'Languedoc-Roussillon', ''),
(651, 74, 'Limousin', ''),
(652, 74, 'Lorraine', ''),
(653, 74, 'Midi-Pyrenees', ''),
(654, 74, 'Nord-Pas-de-Calais', ''),
(655, 74, 'Pays de la Loire', ''),
(656, 74, 'Picardie', ''),
(657, 74, 'Poitou-Charentes', ''),
(658, 74, 'Provence-Alpes-Cote d''Azur', ''),
(659, 74, 'Rhone-Alpes', ''),
(660, 75, 'Guyane', ''),
(661, 76, 'Iles Sous-le-Vent', ''),
(662, 76, 'Iles du Vent', ''),
(663, 77, 'French Southern and Antarctic Lands', ''),
(664, 78, 'Estuaire', ''),
(665, 78, 'Ogooue-Maritime', ''),
(666, 79, 'Banjul', ''),
(667, 79, 'Western', ''),
(668, 80, 'Abkhazia', ''),
(669, 80, 'Ajaria', ''),
(670, 80, 'Akhalk''alak''is Raioni', ''),
(671, 80, 'Borjomis Raioni', ''),
(672, 80, 'Goris Raioni', ''),
(673, 80, 'Guria', ''),
(674, 80, 'Imereti', ''),
(675, 80, 'K''arelis Raioni', ''),
(676, 80, 'Kakheti', ''),
(677, 80, 'Khashuris Raioni', ''),
(678, 80, 'Kvemo Kartli', ''),
(679, 80, 'Mtskheta-Mtianeti', ''),
(680, 80, 'Racha-Lechkhumi and Kvemo Svaneti', ''),
(681, 80, 'Samegrelo and Zemo Svaneti', ''),
(682, 80, 'Samtskhe-Javakheti', ''),
(683, 80, 'Shida Kartli', ''),
(684, 80, 'T''bilisi', ''),
(685, 81, 'Baden-Wurttemberg', ''),
(686, 81, 'Bayern', ''),
(687, 81, 'Berlin', ''),
(688, 81, 'Brandenburg', ''),
(689, 81, 'Bremen', ''),
(690, 81, 'Hamburg', ''),
(691, 81, 'Hessen', ''),
(692, 81, 'Mecklenburg-Vorpommern', ''),
(693, 81, 'Niedersachsen', ''),
(694, 81, 'Nordrhein-Westfalen', ''),
(695, 81, 'Rheinland-Pfalz', ''),
(696, 81, 'Saarland', ''),
(697, 81, 'Sachsen', ''),
(698, 81, 'Sachsen-Anhalt', ''),
(699, 81, 'Schleswig-Holstein', ''),
(700, 81, 'Thuringen', ''),
(701, 82, 'Ashanti', ''),
(702, 82, 'Brong-Ahafo', ''),
(703, 82, 'Central', ''),
(704, 82, 'Eastern', ''),
(705, 82, 'Greater Accra', ''),
(706, 82, 'Northern', ''),
(707, 82, 'Upper West', ''),
(708, 82, 'Western', ''),
(709, 83, 'Gibraltar', ''),
(710, 84, 'Aitolia kai Akarnania', ''),
(711, 84, 'Akhaia', ''),
(712, 84, 'Argolis', ''),
(713, 84, 'Arkadhia', ''),
(714, 84, 'Arta', ''),
(715, 84, 'Attiki', ''),
(716, 84, 'Dhodhekanisos', ''),
(717, 84, 'Drama', ''),
(718, 84, 'Evritania', ''),
(719, 84, 'Evros', ''),
(720, 84, 'Evvoia', ''),
(721, 84, 'Florina', ''),
(722, 84, 'Fokis', ''),
(723, 84, 'Fthiotis', ''),
(724, 84, 'Grevena', ''),
(725, 84, 'Ilia', ''),
(726, 84, 'Imathia', ''),
(727, 84, 'Ioannina', ''),
(728, 84, 'Iraklion', ''),
(729, 84, 'Kastoria', ''),
(730, 84, 'Kavala', ''),
(731, 84, 'Kefallinia', ''),
(732, 84, 'Kerkira', ''),
(733, 84, 'Khalkidhiki', ''),
(734, 84, 'Khania', ''),
(735, 84, 'Khios', ''),
(736, 84, 'Kikladhes', ''),
(737, 84, 'Kilkis', ''),
(738, 84, 'Korinthia', ''),
(739, 84, 'Kozani', ''),
(740, 84, 'Lakonia', ''),
(741, 84, 'Larisa', ''),
(742, 84, 'Lasithi', ''),
(743, 84, 'Lesvos', ''),
(744, 84, 'Levkas', ''),
(745, 84, 'Magnisia', ''),
(746, 84, 'Messinia', ''),
(747, 84, 'Pella', ''),
(748, 84, 'Pieria', ''),
(749, 84, 'Preveza', ''),
(750, 84, 'Rethimni', ''),
(751, 84, 'Rodhopi', ''),
(752, 84, 'Samos', ''),
(753, 84, 'Serrai', ''),
(754, 84, 'Thesprotia', ''),
(755, 84, 'Thessaloniki', ''),
(756, 84, 'Trikala', ''),
(757, 84, 'Voiotia', ''),
(758, 84, 'Xanthi', ''),
(759, 84, 'Zakinthos', ''),
(760, 85, 'Qaasuitsup', ''),
(761, 85, 'Sermersooq', ''),
(762, 86, 'Saint George', ''),
(763, 86, 'Saint John', ''),
(764, 86, 'Saint Patrick', ''),
(765, 87, 'Guadeloupe', ''),
(766, 88, 'Agana Heights Municipality', ''),
(767, 88, 'Agat Municipality', ''),
(768, 88, 'Asan-Maina Municipality', ''),
(769, 88, 'Chalan Pago-Ordot Municipality', ''),
(770, 88, 'Dededo Municipality', ''),
(771, 88, 'Hagatna Municipality', ''),
(772, 88, 'Mangilao Municipality', ''),
(773, 88, 'Mongmong-Toto-Maite Municipality', ''),
(774, 88, 'Santa Rita Municipality', ''),
(775, 88, 'Tamuning-Tumon-Harmon Municipality', ''),
(776, 88, 'Yigo Municipality', ''),
(777, 89, 'Alta Verapaz', ''),
(778, 89, 'Chimaltenango', ''),
(779, 89, 'Chiquimula', ''),
(780, 89, 'El Progreso', ''),
(781, 89, 'Escuintla', ''),
(782, 89, 'Guatemala', ''),
(783, 89, 'Huehuetenango', ''),
(784, 89, 'Izabal', ''),
(785, 89, 'Jalapa', ''),
(786, 89, 'Jutiapa', ''),
(787, 89, 'Peten', ''),
(788, 89, 'Quetzaltenango', ''),
(789, 89, 'Quiche', ''),
(790, 89, 'Sacatepequez', ''),
(791, 89, 'San Marcos', ''),
(792, 89, 'Santa Rosa', ''),
(793, 89, 'Suchitepequez', ''),
(794, 89, 'Zacapa', ''),
(795, 90, 'Guernsey (general)', ''),
(796, 92, 'Bissau', ''),
(797, 91, 'Conakry', ''),
(798, 91, 'Kouroussa', ''),
(799, 93, 'Demerara-Mahaica', ''),
(800, 93, 'East Berbice-Corentyne', ''),
(801, 93, 'Essequibo Islands-West Demerara', ''),
(802, 94, 'Artibonite', ''),
(803, 94, 'Centre', ''),
(804, 94, 'Nord', ''),
(805, 94, 'Ouest', ''),
(806, 94, 'Sud-Est', ''),
(807, 95, 'Vatican City', ''),
(808, 96, 'Atlantida', ''),
(809, 96, 'Choluteca', ''),
(810, 96, 'Colon', ''),
(811, 96, 'Comayagua', ''),
(812, 96, 'Copan', ''),
(813, 96, 'Cortes', ''),
(814, 96, 'El Paraiso', ''),
(815, 96, 'Francisco Morazan', ''),
(816, 96, 'Intibuca', ''),
(817, 96, 'Islas de la Bahia', ''),
(818, 96, 'La Paz', ''),
(819, 96, 'Ocotepeque', ''),
(820, 96, 'Olancho', ''),
(821, 96, 'Santa Barbara', ''),
(822, 96, 'Yoro', ''),
(823, 97, 'Hong Kong (SAR)', ''),
(824, 98, 'Bacs-Kiskun', ''),
(825, 98, 'Baranya', ''),
(826, 98, 'Bekes', ''),
(827, 98, 'Borsod-Abauj-Zemplen', ''),
(828, 98, 'Budapest', ''),
(829, 98, 'Csongrad', ''),
(830, 98, 'Fejer', ''),
(831, 98, 'Gyor-Moson-Sopron', ''),
(832, 98, 'Hajdu-Bihar', ''),
(833, 98, 'Heves', ''),
(834, 98, 'Jasz-Nagykun-Szolnok', ''),
(835, 98, 'Komarom-Esztergom', ''),
(836, 98, 'Nograd', ''),
(837, 98, 'Pest', ''),
(838, 98, 'Somogy', ''),
(839, 98, 'Szabolcs-Szatmar-Bereg', ''),
(840, 98, 'Tolna', ''),
(841, 98, 'Vas', ''),
(842, 98, 'Veszprem', ''),
(843, 98, 'Zala', ''),
(844, 99, 'Austurland', ''),
(845, 99, 'Hofuoborgarsvaoio', ''),
(846, 99, 'Norourland Eystra', ''),
(847, 99, 'Norourland Vestra', ''),
(848, 99, 'Suourland', ''),
(849, 99, 'Suournes', ''),
(850, 99, 'Vestfiroir', ''),
(851, 99, 'Vesturland', ''),
(852, 100, 'Andaman and Nicobar Islands', ''),
(853, 100, 'Andhra Pradesh', ''),
(854, 100, 'Arunachal Pradesh', ''),
(855, 100, 'Assam', ''),
(856, 100, 'Bihar', ''),
(857, 100, 'Chandigarh', ''),
(858, 100, 'Chhattisgarh', ''),
(859, 100, 'Dadra and Nagar Haveli', ''),
(860, 100, 'Daman and Diu', ''),
(861, 100, 'Delhi', ''),
(862, 100, 'Goa', ''),
(863, 100, 'Gujarat', ''),
(864, 100, 'Haryana', ''),
(865, 100, 'Himachal Pradesh', ''),
(866, 100, 'Jammu and Kashmir', ''),
(867, 100, 'Jharkhand', ''),
(868, 100, 'Karnataka', ''),
(869, 100, 'Kerala', ''),
(870, 100, 'Lakshadweep', ''),
(871, 100, 'Madhya Pradesh', ''),
(872, 100, 'Maharashtra', ''),
(873, 100, 'Manipur', ''),
(874, 100, 'Meghalaya', ''),
(875, 100, 'Mizoram', ''),
(876, 100, 'Nagaland', ''),
(877, 100, 'Orissa', ''),
(878, 100, 'Puducherry', ''),
(879, 100, 'Punjab', ''),
(880, 100, 'Rajasthan', ''),
(881, 100, 'Sikkim', ''),
(882, 100, 'Tamil Nadu', ''),
(883, 100, 'Telangana', ''),
(884, 100, 'Tripura', ''),
(885, 100, 'Uttar Pradesh', ''),
(886, 100, 'Uttarakhand', ''),
(887, 100, 'West Bengal', ''),
(888, 101, 'Aceh', ''),
(889, 101, 'Bali', ''),
(890, 101, 'Banten', ''),
(891, 101, 'Bengkulu', ''),
(892, 101, 'Gorontalo', ''),
(893, 101, 'Irian Jaya Barat', ''),
(894, 101, 'Jakarta Raya', ''),
(895, 101, 'Jambi', ''),
(896, 101, 'Jawa Barat', ''),
(897, 101, 'Jawa Tengah', ''),
(898, 101, 'Jawa Timur', ''),
(899, 101, 'Kalimantan Barat', ''),
(900, 101, 'Kalimantan Selatan', ''),
(901, 101, 'Kalimantan Tengah', ''),
(902, 101, 'Kalimantan Timur', ''),
(903, 101, 'Kepulauan Bangka Belitung', ''),
(904, 101, 'Kepulauan Riau', ''),
(905, 101, 'Lampung', ''),
(906, 101, 'Maluku', ''),
(907, 101, 'Maluku Utara', ''),
(908, 101, 'Nusa Tenggara Barat', ''),
(909, 101, 'Nusa Tenggara Timur', ''),
(910, 101, 'Papua', ''),
(911, 101, 'Riau', ''),
(912, 101, 'Sulawesi Barat', ''),
(913, 101, 'Sulawesi Selatan', ''),
(914, 101, 'Sulawesi Tengah', ''),
(915, 101, 'Sulawesi Tenggara', ''),
(916, 101, 'Sulawesi Utara', ''),
(917, 101, 'Sumatera Barat', ''),
(918, 101, 'Sumatera Selatan', ''),
(919, 101, 'Sumatera Utara', ''),
(920, 101, 'Yogyakarta', ''),
(921, 102, 'Alborz', ''),
(922, 102, 'Ardabil', ''),
(923, 102, 'Azarbayjan-e Sharqi', ''),
(924, 102, 'Bakhtaran', ''),
(925, 102, 'Bushehr', ''),
(926, 102, 'Chahar Mahall va Bakhtiari', ''),
(927, 102, 'Esfahan', ''),
(928, 102, 'Fars', ''),
(929, 102, 'Gilan', ''),
(930, 102, 'Golestan', ''),
(931, 102, 'Hamadan', ''),
(932, 102, 'Hormozgan', ''),
(933, 102, 'Ilam', ''),
(934, 102, 'Kerman', ''),
(935, 102, 'Khorasan-e Janubi', ''),
(936, 102, 'Khorasan-e Razavi', ''),
(937, 102, 'Khorasan-e Shemali', ''),
(938, 102, 'Khuzestan', ''),
(939, 102, 'Kohkiluyeh va Buyer Ahmadi', ''),
(940, 102, 'Kordestan', ''),
(941, 102, 'Lorestan', ''),
(942, 102, 'Markazi', ''),
(943, 102, 'Mazandaran', ''),
(944, 102, 'Ostan-e Azarbayjan-e Gharbi', ''),
(945, 102, 'Qazvin', ''),
(946, 102, 'Qom', ''),
(947, 102, 'Semnan', ''),
(948, 102, 'Sistan va Baluchestan', ''),
(949, 102, 'Tehran', ''),
(950, 102, 'Yazd', ''),
(951, 102, 'Zanjan', ''),
(952, 103, 'Al Anbar', ''),
(953, 103, 'Al Basrah', ''),
(954, 103, 'Al Muthanna', ''),
(955, 103, 'Al Qadisiyah', ''),
(956, 103, 'An Najaf', ''),
(957, 103, 'Arbil', ''),
(958, 103, 'As Sulaymaniyah', ''),
(959, 103, 'At Ta''mim', ''),
(960, 103, 'Babil', ''),
(961, 103, 'Baghdad', ''),
(962, 103, 'Dahuk', ''),
(963, 103, 'Dhi Qar', ''),
(964, 103, 'Diyala', ''),
(965, 103, 'Karbala''', ''),
(966, 103, 'Maysan', ''),
(967, 103, 'Ninawa', ''),
(968, 103, 'Salah ad Din', ''),
(969, 103, 'Wasit', ''),
(970, 104, 'Carlow', ''),
(971, 104, 'Cavan', ''),
(972, 104, 'Clare', ''),
(973, 104, 'Cork', ''),
(974, 104, 'Donegal', ''),
(975, 104, 'Dublin', ''),
(976, 104, 'Dublin City', ''),
(977, 104, 'Fingal', ''),
(978, 104, 'Galway', ''),
(979, 104, 'Kerry', ''),
(980, 104, 'Kildare', ''),
(981, 104, 'Kilkenny', ''),
(982, 104, 'Laois', ''),
(983, 104, 'Leitrim', ''),
(984, 104, 'Limerick', ''),
(985, 104, 'Longford', ''),
(986, 104, 'Louth', ''),
(987, 104, 'Mayo', ''),
(988, 104, 'Meath', ''),
(989, 104, 'Monaghan', ''),
(990, 104, 'Offaly', ''),
(991, 104, 'Roscommon', ''),
(992, 104, 'Sligo', ''),
(993, 104, 'South Dublin', ''),
(994, 104, 'Tipperary', ''),
(995, 104, 'Tipperary North Riding', ''),
(996, 104, 'Waterford', ''),
(997, 104, 'Westmeath', ''),
(998, 104, 'Wexford', ''),
(999, 104, 'Wicklow', ''),
(1000, 105, 'Isle of Man', ''),
(1001, 106, 'HaDarom', ''),
(1002, 106, 'HaMerkaz', ''),
(1003, 106, 'HaZafon', ''),
(1004, 106, 'Hefa', ''),
(1005, 106, 'Tel Aviv', ''),
(1006, 106, 'Yerushalayim', ''),
(1007, 107, 'Abruzzi', ''),
(1008, 107, 'Basilicata', ''),
(1009, 107, 'Calabria', ''),
(1010, 107, 'Campania', ''),
(1011, 107, 'Emilia-Romagna', ''),
(1012, 107, 'Friuli-Venezia Giulia', ''),
(1013, 107, 'Lazio', ''),
(1014, 107, 'Liguria', ''),
(1015, 107, 'Lombardia', ''),
(1016, 107, 'Marche', ''),
(1017, 107, 'Molise', ''),
(1018, 107, 'Piemonte', ''),
(1019, 107, 'Puglia', ''),
(1020, 107, 'Sardegna', ''),
(1021, 107, 'Sicilia', ''),
(1022, 107, 'Toscana', ''),
(1023, 107, 'Trentino-Alto Adige', ''),
(1024, 107, 'Umbria', ''),
(1025, 107, 'Valle d''Aosta', ''),
(1026, 107, 'Veneto', ''),
(1027, 108, 'Clarendon', ''),
(1028, 108, 'Hanover', ''),
(1029, 108, 'Kingston', ''),
(1030, 108, 'Manchester', ''),
(1031, 108, 'Portland', ''),
(1032, 108, 'Saint Andrew', ''),
(1033, 108, 'Saint Ann', ''),
(1034, 108, 'Saint Catherine', ''),
(1035, 108, 'Saint Elizabeth', ''),
(1036, 108, 'Saint James', ''),
(1037, 108, 'Trelawny', ''),
(1038, 108, 'Westmoreland', ''),
(1039, 109, 'Aichi', ''),
(1040, 109, 'Akita', ''),
(1041, 109, 'Aomori', ''),
(1042, 109, 'Chiba', ''),
(1043, 109, 'Ehime', ''),
(1044, 109, 'Fukui', ''),
(1045, 109, 'Fukuoka', ''),
(1046, 109, 'Fukushima', ''),
(1047, 109, 'Gifu', ''),
(1048, 109, 'Gumma', ''),
(1049, 109, 'Hiroshima', ''),
(1050, 109, 'Hokkaido', ''),
(1051, 109, 'Hyogo', ''),
(1052, 109, 'Ibaraki', ''),
(1053, 109, 'Ishikawa', ''),
(1054, 109, 'Iwate', ''),
(1055, 109, 'Kagawa', ''),
(1056, 109, 'Kagoshima', ''),
(1057, 109, 'Kanagawa', ''),
(1058, 109, 'Kochi', ''),
(1059, 109, 'Kumamoto', ''),
(1060, 109, 'Kyoto', ''),
(1061, 109, 'Mie', ''),
(1062, 109, 'Miyagi', ''),
(1063, 109, 'Miyazaki', ''),
(1064, 109, 'Nagano', ''),
(1065, 109, 'Nagasaki', ''),
(1066, 109, 'Nara', ''),
(1067, 109, 'Niigata', ''),
(1068, 109, 'Oita', ''),
(1069, 109, 'Okayama', ''),
(1070, 109, 'Okinawa', ''),
(1071, 109, 'Osaka', ''),
(1072, 109, 'Saga', ''),
(1073, 109, 'Saitama', ''),
(1074, 109, 'Shiga', ''),
(1075, 109, 'Shimane', ''),
(1076, 109, 'Shizuoka', ''),
(1077, 109, 'Tochigi', ''),
(1078, 109, 'Tokushima', ''),
(1079, 109, 'Tokyo', ''),
(1080, 109, 'Tottori', ''),
(1081, 109, 'Toyama', ''),
(1082, 109, 'Wakayama', ''),
(1083, 109, 'Yamagata', ''),
(1084, 109, 'Yamaguchi', ''),
(1085, 109, 'Yamanashi', ''),
(1086, 110, 'Jersey', ''),
(1087, 111, '''Amman', ''),
(1088, 111, 'Al ''Aqabah', ''),
(1089, 111, 'Al Balqa''', ''),
(1090, 111, 'Al Karak', ''),
(1091, 111, 'Al Mafraq', ''),
(1092, 111, 'Az Zarqa''', ''),
(1093, 111, 'Irbid', ''),
(1094, 111, 'Ma''an', ''),
(1095, 111, 'Madaba', ''),
(1096, 112, 'Almaty', ''),
(1097, 112, 'Almaty City', ''),
(1098, 112, 'Aqmola', ''),
(1099, 112, 'Aqtobe', ''),
(1100, 112, 'Astana', ''),
(1101, 112, 'Atyrau', ''),
(1102, 112, 'East Kazakhstan', ''),
(1103, 112, 'Mangghystau', ''),
(1104, 112, 'North Kazakhstan', ''),
(1105, 112, 'Pavlodar', ''),
(1106, 112, 'Qaraghandy', ''),
(1107, 112, 'Qostanay', ''),
(1108, 112, 'Qyzylorda', ''),
(1109, 112, 'South Kazakhstan', ''),
(1110, 112, 'West Kazakhstan', ''),
(1111, 112, 'Zhambyl', ''),
(1112, 113, 'Central', ''),
(1113, 113, 'Coast', ''),
(1114, 113, 'Eastern', ''),
(1115, 113, 'Nairobi Area', ''),
(1116, 113, 'North-Eastern', ''),
(1117, 113, 'Nyanza', ''),
(1118, 113, 'Rift Valley', ''),
(1119, 113, 'Western', ''),
(1120, 114, 'Gilbert Islands', ''),
(1121, 115, 'P''yongyang-si', ''),
(1122, 116, 'Ch''ungch''ong-bukto', ''),
(1123, 116, 'Ch''ungch''ong-namdo', ''),
(1124, 116, 'Cheju-do', ''),
(1125, 116, 'Cholla-bukto', ''),
(1126, 116, 'Cholla-namdo', ''),
(1127, 116, 'Inch''on-jikhalsi', ''),
(1128, 116, 'Kangwon-do', ''),
(1129, 116, 'Kwangju-jikhalsi', ''),
(1130, 116, 'Kyonggi-do', ''),
(1131, 116, 'Kyongsang-bukto', ''),
(1132, 116, 'Kyongsang-namdo', ''),
(1133, 116, 'Pusan-jikhalsi', ''),
(1134, 116, 'Seoul-t''ukpyolsi', ''),
(1135, 116, 'Taegu-jikhalsi', ''),
(1136, 116, 'Taejon-jikhalsi', ''),
(1137, 116, 'Ulsan-gwangyoksi', ''),
(1138, 117, 'Al Ahmadi', ''),
(1139, 117, 'Al Asimah', ''),
(1140, 117, 'Al Farwaniyah', ''),
(1141, 117, 'Al Jahra', ''),
(1142, 117, 'Hawalli', ''),
(1143, 117, 'Mubarak al Kabir', ''),
(1144, 118, 'Batken', ''),
(1145, 118, 'Bishkek', ''),
(1146, 118, 'Chuy', ''),
(1147, 118, 'Naryn', ''),
(1148, 118, 'Osh', ''),
(1149, 118, 'Talas', ''),
(1150, 118, 'Ysyk-Kol', ''),
(1151, 119, 'Bolikhamxai', ''),
(1152, 119, 'Champasak', ''),
(1153, 119, 'Kampheng Nakhon Viangchan', ''),
(1154, 119, 'Khoueng Phongsali', ''),
(1155, 119, 'Khoueng Savannakhet', ''),
(1156, 119, 'Khoueng Viangchan', ''),
(1157, 119, 'Louangphrabang', ''),
(1158, 119, 'Oudomxai', ''),
(1159, 119, 'Xiangkhoang', ''),
(1160, 120, 'Adazu', ''),
(1161, 120, 'Aglonas', ''),
(1162, 120, 'Aizkraukles', ''),
(1163, 120, 'Alojas', ''),
(1164, 120, 'Babites', ''),
(1165, 120, 'Balvu', ''),
(1166, 120, 'Bauskas', ''),
(1167, 120, 'Beverinas', ''),
(1168, 120, 'Carnikavas', ''),
(1169, 120, 'Cesu', ''),
(1170, 120, 'Daugavpils', ''),
(1171, 120, 'Dobeles', ''),
(1172, 120, 'Dundagas', ''),
(1173, 120, 'Gulbenes', ''),
(1174, 120, 'Jaunpils', ''),
(1175, 120, 'Jekabpils', ''),
(1176, 120, 'Jelgava', ''),
(1177, 120, 'Jelgavas', ''),
(1178, 120, 'Jurmala', ''),
(1179, 120, 'Kekavas', ''),
(1180, 120, 'Kokneses', ''),
(1181, 120, 'Kraslavas', ''),
(1182, 120, 'Kuldigas', ''),
(1183, 120, 'Liepaja', ''),
(1184, 120, 'Liepajas', ''),
(1185, 120, 'Limbazu', ''),
(1186, 120, 'Lubanas', ''),
(1187, 120, 'Ludzas', ''),
(1188, 120, 'Madonas', ''),
(1189, 120, 'Malpils', ''),
(1190, 120, 'Ogres', ''),
(1191, 120, 'Olaines', ''),
(1192, 120, 'Ozolnieku', ''),
(1193, 120, 'Preilu', ''),
(1194, 120, 'Rezeknes', ''),
(1195, 120, 'Riga', ''),
(1196, 120, 'Rigas', ''),
(1197, 120, 'Ropazu', ''),
(1198, 120, 'Saldus', ''),
(1199, 120, 'Siguldas', ''),
(1200, 120, 'Stopinu', ''),
(1201, 120, 'Talsu', ''),
(1202, 120, 'Tukuma', ''),
(1203, 120, 'Valkas', ''),
(1204, 120, 'Valmieras', ''),
(1205, 120, 'Vecumnieku', ''),
(1206, 120, 'Ventspils', ''),
(1207, 121, 'Aakk', ''),
(1208, 121, 'Baalbek-Hermel', ''),
(1209, 121, 'Beqaa', ''),
(1210, 121, 'Beyrouth', ''),
(1211, 121, 'Liban-Nord', ''),
(1212, 121, 'Liban-Sud', ''),
(1213, 121, 'Mont-Liban', ''),
(1214, 121, 'Nabatiye', ''),
(1215, 122, 'Butha-Buthe', ''),
(1216, 122, 'Maseru', ''),
(1217, 123, 'Montserrado', ''),
(1218, 124, 'Al Butnan', ''),
(1219, 124, 'Al Jabal al Akhdar', ''),
(1220, 124, 'Al Jifarah', ''),
(1221, 124, 'Al Jufrah', ''),
(1222, 124, 'Al Marj', ''),
(1223, 124, 'Al Marqab', ''),
(1224, 124, 'Al Wahat', ''),
(1225, 124, 'An Nuqat al Khams', ''),
(1226, 124, 'Az Zawiyah', ''),
(1227, 124, 'Benghazi', ''),
(1228, 124, 'Darnah', ''),
(1229, 124, 'Misratah', ''),
(1230, 124, 'Murzuq', ''),
(1231, 124, 'Sabha', ''),
(1232, 124, 'Tripoli', ''),
(1233, 125, 'Balzers', ''),
(1234, 125, 'Eschen', ''),
(1235, 125, 'Mauren', ''),
(1236, 125, 'Ruggell', ''),
(1237, 125, 'Schaan', ''),
(1238, 125, 'Triesen', ''),
(1239, 125, 'Triesenberg', ''),
(1240, 125, 'Vaduz', ''),
(1241, 126, 'Alytaus Apskritis', ''),
(1242, 126, 'Kauno Apskritis', ''),
(1243, 126, 'Klaipedos Apskritis', ''),
(1244, 126, 'Marijampoles Apskritis', ''),
(1245, 126, 'Panevezio Apskritis', ''),
(1246, 126, 'Siauliu Apskritis', ''),
(1247, 126, 'Taurages Apskritis', ''),
(1248, 126, 'Telsiu Apskritis', ''),
(1249, 126, 'Utenos Apskritis', ''),
(1250, 126, 'Vilniaus Apskritis', ''),
(1251, 127, 'Diekirch', ''),
(1252, 127, 'Grevenmacher', ''),
(1253, 127, 'Luxembourg', ''),
(1254, 128, 'Macau', ''),
(1255, 129, 'Aracinovo', ''),
(1256, 129, 'Berovo', ''),
(1257, 129, 'Bitola', ''),
(1258, 129, 'Blatec', ''),
(1259, 129, 'Bogdanci', ''),
(1260, 129, 'Bogovinje', ''),
(1261, 129, 'Brvenica', ''),
(1262, 129, 'Centar', ''),
(1263, 129, 'Debar', ''),
(1264, 129, 'Delcevo', ''),
(1265, 129, 'Demir Hisar', ''),
(1266, 129, 'Dolna Banjica', ''),
(1267, 129, 'Gazi Baba', ''),
(1268, 129, 'Gevgelija', ''),
(1269, 129, 'Gostivar', ''),
(1270, 129, 'Ilinden', ''),
(1271, 129, 'Kamenjane', ''),
(1272, 129, 'Karpos', ''),
(1273, 129, 'Kavadarci', ''),
(1274, 129, 'Kicevo', ''),
(1275, 129, 'Kisela Voda', ''),
(1276, 129, 'Kocani', ''),
(1277, 129, 'Kondovo', ''),
(1278, 129, 'Kratovo', ''),
(1279, 129, 'Kriva Palanka', ''),
(1280, 129, 'Krusevo', ''),
(1281, 129, 'Kumanovo', ''),
(1282, 129, 'Lukovo', ''),
(1283, 129, 'Makedonski Brod', ''),
(1284, 129, 'Miravci', ''),
(1285, 129, 'Negotino', ''),
(1286, 129, 'Negotino-Polosko', ''),
(1287, 129, 'Novo Selo', ''),
(1288, 129, 'Ohrid', ''),
(1289, 129, 'Prilep', ''),
(1290, 129, 'Probistip', ''),
(1291, 129, 'Radovis', ''),
(1292, 129, 'Resen', ''),
(1293, 129, 'Rostusa', ''),
(1294, 129, 'Saraj', ''),
(1295, 129, 'Sopiste', ''),
(1296, 129, 'Stip', ''),
(1297, 129, 'Struga', ''),
(1298, 129, 'Strumica', ''),
(1299, 129, 'Studenicani', ''),
(1300, 129, 'Suto Orizari', ''),
(1301, 129, 'Sveti Nikole', ''),
(1302, 129, 'Tearce', ''),
(1303, 129, 'Tetovo', ''),
(1304, 129, 'Vasilevo', ''),
(1305, 129, 'Veles', ''),
(1306, 129, 'Velesta', ''),
(1307, 129, 'Vinica', ''),
(1308, 129, 'Vrapciste', ''),
(1309, 129, 'Vratnica', ''),
(1310, 129, 'Zajas', ''),
(1311, 129, 'Zelino', ''),
(1312, 130, 'Antananarivo', ''),
(1313, 130, 'Antsiranana', ''),
(1314, 130, 'Fianarantsoa', ''),
(1315, 130, 'Mahajanga', ''),
(1316, 130, 'Toamasina', ''),
(1317, 130, 'Toliara', ''),
(1318, 131, 'Balaka', ''),
(1319, 131, 'Blantyre', ''),
(1320, 131, 'Lilongwe', ''),
(1321, 131, 'Machinga', ''),
(1322, 131, 'Mzimba', ''),
(1323, 131, 'Ntchisi', ''),
(1324, 131, 'Salima', ''),
(1325, 131, 'Zomba', ''),
(1326, 132, 'Johor', ''),
(1327, 132, 'Kedah', ''),
(1328, 132, 'Kelantan', ''),
(1329, 132, 'Kuala Lumpur', ''),
(1330, 132, 'Labuan', ''),
(1331, 132, 'Melaka', ''),
(1332, 132, 'Negeri Sembilan', ''),
(1333, 132, 'Pahang', ''),
(1334, 132, 'Perak', ''),
(1335, 132, 'Perlis', ''),
(1336, 132, 'Pulau Pinang', ''),
(1337, 132, 'Putrajaya', ''),
(1338, 132, 'Sabah', ''),
(1339, 132, 'Sarawak', ''),
(1340, 132, 'Selangor', ''),
(1341, 132, 'Terengganu', ''),
(1342, 133, 'Alifu', ''),
(1343, 133, 'Baa', ''),
(1344, 133, 'Haa Dhaalu', ''),
(1345, 133, 'Kaafu', ''),
(1346, 133, 'Laamu', ''),
(1347, 133, 'Maale', ''),
(1348, 133, 'Noonu', ''),
(1349, 133, 'Seenu', ''),
(1350, 134, 'Bamako', ''),
(1351, 134, 'Kayes', ''),
(1352, 134, 'Sikasso', ''),
(1353, 135, 'Malta', ''),
(1354, 136, 'Kwajalein Atoll', ''),
(1355, 136, 'Majuro Atoll', ''),
(1356, 137, 'Martinique', ''),
(1357, 138, 'Dakhlet Nouadhibou', ''),
(1358, 138, 'Nouakchott', ''),
(1359, 139, 'Black River', ''),
(1360, 139, 'Flacq', ''),
(1361, 139, 'Grand Port', ''),
(1362, 139, 'Mauritius', ''),
(1363, 139, 'Moka', ''),
(1364, 139, 'Pamplemousses', ''),
(1365, 139, 'Plaines Wilhems', ''),
(1366, 139, 'Port Louis', ''),
(1367, 139, 'Riviere du Rempart', ''),
(1368, 140, 'Mamoudzou', ''),
(1369, 141, 'Aguascalientes', ''),
(1370, 141, 'Baja California', ''),
(1371, 141, 'Baja California Sur', ''),
(1372, 141, 'Campeche', ''),
(1373, 141, 'Chiapas', ''),
(1374, 141, 'Chihuahua', ''),
(1375, 141, 'Coahuila de Zaragoza', ''),
(1376, 141, 'Colima', ''),
(1377, 141, 'Distrito Federal', ''),
(1378, 141, 'Durango', ''),
(1379, 141, 'Guanajuato', ''),
(1380, 141, 'Guerrero', ''),
(1381, 141, 'Hidalgo', ''),
(1382, 141, 'Jalisco', ''),
(1383, 141, 'Mexico', ''),
(1384, 141, 'Michoacan de Ocampo', ''),
(1385, 141, 'Morelos', ''),
(1386, 141, 'Nayarit', ''),
(1387, 141, 'Nuevo Leon', ''),
(1388, 141, 'Oaxaca', ''),
(1389, 141, 'Puebla', ''),
(1390, 141, 'Queretaro de Arteaga', ''),
(1391, 141, 'Quintana Roo', ''),
(1392, 141, 'San Luis Potosi', ''),
(1393, 141, 'Sinaloa', ''),
(1394, 141, 'Sonora', ''),
(1395, 141, 'Tabasco', ''),
(1396, 141, 'Tamaulipas', ''),
(1397, 141, 'Tlaxcala', ''),
(1398, 141, 'Veracruz-Llave', ''),
(1399, 141, 'Yucatan', ''),
(1400, 141, 'Zacatecas', ''),
(1401, 142, 'Pohnpei', ''),
(1402, 142, 'Yap', ''),
(1403, 143, 'Anenii Noi', ''),
(1404, 143, 'Balti', ''),
(1405, 143, 'Bender', ''),
(1406, 143, 'Briceni', ''),
(1407, 143, 'Cahul', ''),
(1408, 143, 'Calarasi', ''),
(1409, 143, 'Cantemir', ''),
(1410, 143, 'Chisinau', ''),
(1411, 143, 'Cimislia', ''),
(1412, 143, 'Criuleni', ''),
(1413, 143, 'Donduseni', ''),
(1414, 143, 'Drochia', ''),
(1415, 143, 'Edinet', ''),
(1416, 143, 'Falesti', ''),
(1417, 143, 'Floresti', ''),
(1418, 143, 'Gagauzia', ''),
(1419, 143, 'Hincesti', ''),
(1420, 143, 'Ialoveni', ''),
(1421, 143, 'Leova', ''),
(1422, 143, 'Nisporeni', ''),
(1423, 143, 'Ocnita', ''),
(1424, 143, 'Orhei', ''),
(1425, 143, 'Riscani', ''),
(1426, 143, 'Singerei', ''),
(1427, 143, 'Soroca', ''),
(1428, 143, 'Stefan-Voda', ''),
(1429, 143, 'Stinga Nistrului', ''),
(1430, 143, 'Straseni', ''),
(1431, 143, 'Telenesti', ''),
(1432, 143, 'Ungheni', ''),
(1433, 144, 'Monaco', ''),
(1434, 145, 'Darhan-Uul', ''),
(1435, 145, 'Govi-Altay', ''),
(1436, 145, 'Hovsgol', ''),
(1437, 145, 'Omnogovi', ''),
(1438, 145, 'Orhon', ''),
(1439, 145, 'Ulaanbaatar', ''),
(1440, 146, 'Opstina Bar', ''),
(1441, 146, 'Opstina Budva', ''),
(1442, 146, 'Opstina Cetinje', ''),
(1443, 146, 'Opstina Herceg Novi', ''),
(1444, 146, 'Opstina Kotor', ''),
(1445, 146, 'Opstina Mojkovac', ''),
(1446, 146, 'Opstina Niksic', ''),
(1447, 146, 'Opstina Podgorica', ''),
(1448, 146, 'Opstina Tivat', ''),
(1449, 146, 'Opstina Ulcinj', ''),
(1450, 147, 'Saint Anthony', ''),
(1451, 147, 'Saint Peter', ''),
(1452, 148, 'Chaouia-Ouardigha', ''),
(1453, 148, 'Doukkala-Abda', ''),
(1454, 148, 'Fes-Boulemane', ''),
(1455, 148, 'Gharb-Chrarda-Beni Hssen', ''),
(1456, 148, 'Grand Casablanca', ''),
(1457, 148, 'Guelmim-Es Smara', ''),
(1458, 148, 'Marrakech-Tensift-Al Haouz', ''),
(1459, 148, 'Meknes-Tafilalet', ''),
(1460, 148, 'Oriental', ''),
(1461, 148, 'Rabat-Sale-Zemmour-Zaer', ''),
(1462, 148, 'Souss-Massa-Dr', ''),
(1463, 148, 'Tadla-Azilal', ''),
(1464, 148, 'Tanger-Tetouan', ''),
(1465, 148, 'Taza-Al Hoceima-Taounate', ''),
(1466, 149, 'Cabo Delgado', ''),
(1467, 149, 'Gaza', ''),
(1468, 149, 'Maputo', ''),
(1469, 149, 'Nampula', ''),
(1470, 149, 'Sofala', ''),
(1471, 149, 'Tete', ''),
(1472, 150, 'Karan State', ''),
(1473, 150, 'Magwe', ''),
(1474, 150, 'Mandalay', ''),
(1475, 150, 'Mon State', ''),
(1476, 150, 'Sagaing', ''),
(1477, 150, 'Shan State', ''),
(1478, 150, 'Yangon', ''),
(1479, 151, 'Erongo', ''),
(1480, 151, 'Karas', ''),
(1481, 151, 'Okavango', ''),
(1482, 151, 'Omaheke', ''),
(1483, 151, 'Oshana', ''),
(1484, 151, 'Oshikoto', ''),
(1485, 151, 'Otjozondjupa', ''),
(1486, 151, 'Windhoek', ''),
(1487, 152, 'Yaren', ''),
(1488, 153, 'Bagmati', ''),
(1489, 153, 'Bheri', ''),
(1490, 153, 'Dhawalagiri', ''),
(1491, 153, 'Gandaki', ''),
(1492, 153, 'Janakpur', ''),
(1493, 153, 'Kosi', ''),
(1494, 153, 'Lumbini', ''),
(1495, 153, 'Mechi', ''),
(1496, 153, 'Narayani', ''),
(1497, 153, 'Sagarmatha', ''),
(1498, 153, 'Seti', ''),
(1499, 154, 'Drenthe', ''),
(1500, 154, 'Flevoland', ''),
(1501, 154, 'Friesland', ''),
(1502, 154, 'Gelderland', ''),
(1503, 154, 'Groningen', ''),
(1504, 154, 'Limburg', ''),
(1505, 154, 'Noord-Brabant', ''),
(1506, 154, 'Noord-Holland', ''),
(1507, 154, 'Overijssel', ''),
(1508, 154, 'Utrecht', ''),
(1509, 154, 'Zeeland', ''),
(1510, 154, 'Zuid-Holland', ''),
(1511, 155, 'Province Nord', ''),
(1512, 155, 'Province Sud', ''),
(1513, 156, 'Auckland', ''),
(1514, 156, 'Bay of Plenty', ''),
(1515, 156, 'Canterbury', ''),
(1516, 156, 'Gisborne', ''),
(1517, 156, 'Hawke''s Bay', ''),
(1518, 156, 'Manawatu-Wanganui', ''),
(1519, 156, 'Marlborough', ''),
(1520, 156, 'Nelson', ''),
(1521, 156, 'Northland', ''),
(1522, 156, 'Otago', ''),
(1523, 156, 'Southland', ''),
(1524, 156, 'Taranaki', ''),
(1525, 156, 'Tasman', ''),
(1526, 156, 'Waikato', ''),
(1527, 156, 'Wellington', ''),
(1528, 156, 'West Coast', ''),
(1529, 157, 'Autonoma Atlantico Norte', ''),
(1530, 157, 'Boaco', ''),
(1531, 157, 'Carazo', ''),
(1532, 157, 'Chinandega', ''),
(1533, 157, 'Chontales', ''),
(1534, 157, 'Esteli', ''),
(1535, 157, 'Granada', ''),
(1536, 157, 'Jinotega', ''),
(1537, 157, 'Leon', ''),
(1538, 157, 'Managua', ''),
(1539, 157, 'Masaya', ''),
(1540, 157, 'Matagalpa', ''),
(1541, 157, 'Nueva Segovia', ''),
(1542, 157, 'Region Autonoma Atlantico Sur', ''),
(1543, 157, 'Rivas', ''),
(1544, 158, 'Agadez', ''),
(1545, 158, 'Niamey', ''),
(1546, 158, 'Zinder', ''),
(1547, 159, 'Abia', ''),
(1548, 159, 'Adamawa', ''),
(1549, 159, 'Akwa Ibom', ''),
(1550, 159, 'Anambra', ''),
(1551, 159, 'Bayelsa', ''),
(1552, 159, 'Benue', ''),
(1553, 159, 'Cross River', ''),
(1554, 159, 'Delta', ''),
(1555, 159, 'Edo', ''),
(1556, 159, 'Ekiti', ''),
(1557, 159, 'Enugu', ''),
(1558, 159, 'Federal Capital Territory', ''),
(1559, 159, 'Imo', ''),
(1560, 159, 'Jigawa', ''),
(1561, 159, 'Kaduna', ''),
(1562, 159, 'Kano', ''),
(1563, 159, 'Katsina', ''),
(1564, 159, 'Kwara', ''),
(1565, 159, 'Lagos', ''),
(1566, 159, 'Ogun', ''),
(1567, 159, 'Ondo', ''),
(1568, 159, 'Osun', ''),
(1569, 159, 'Oyo', ''),
(1570, 159, 'Plateau', ''),
(1571, 159, 'Rivers', ''),
(1572, 160, 'Niue', ''),
(1573, 161, 'Norfolk Island', ''),
(1574, 162, 'Northern Mariana Islands', ''),
(1575, 163, 'Akershus', ''),
(1576, 163, 'Aust-Agder', ''),
(1577, 163, 'Buskerud', ''),
(1578, 163, 'Finnmark', ''),
(1579, 163, 'Hedmark', ''),
(1580, 163, 'Hordaland', ''),
(1581, 163, 'More og Romsdal', ''),
(1582, 163, 'Nord-Trondelag', ''),
(1583, 163, 'Nordland', ''),
(1584, 163, 'Oppland', ''),
(1585, 163, 'Oslo', ''),
(1586, 163, 'Ostfold', ''),
(1587, 163, 'Rogaland', ''),
(1588, 163, 'Sogn og Fjordane', ''),
(1589, 163, 'Sor-Trondelag', ''),
(1590, 163, 'Telemark', ''),
(1591, 163, 'Troms', ''),
(1592, 163, 'Vest-Agder', ''),
(1593, 163, 'Vestfold', ''),
(1594, 164, 'Ad Dakhiliyah', ''),
(1595, 164, 'Ad Dhahirah', ''),
(1596, 164, 'Al Batinah', ''),
(1597, 164, 'Al Buraymi', ''),
(1598, 164, 'Al Wusta', ''),
(1599, 164, 'Ash Sharqiyah', ''),
(1600, 164, 'Az Zahirah', ''),
(1601, 164, 'Masqat', ''),
(1602, 164, 'Musandam', ''),
(1603, 164, 'Zufar', ''),
(1604, 165, 'Azad Kashmir', ''),
(1605, 165, 'Balochistan', ''),
(1606, 165, 'Federally Administered Tribal Areas', ''),
(1607, 165, 'Islamabad', ''),
(1608, 165, 'North-West Frontier', ''),
(1609, 165, 'Northern Areas', ''),
(1610, 165, 'Punjab', ''),
(1611, 165, 'Sindh', ''),
(1612, 166, 'Melekeok', ''),
(1613, 167, 'Gaza', ''),
(1614, 167, 'West Bank', ''),
(1615, 168, 'Bocas del Toro', ''),
(1616, 168, 'Chiriqui', ''),
(1617, 168, 'Cocle', ''),
(1618, 168, 'Colon', ''),
(1619, 168, 'Herrera', ''),
(1620, 168, 'Panama', ''),
(1621, 168, 'San Blas', ''),
(1622, 168, 'Veraguas', ''),
(1623, 169, 'East New Britain', ''),
(1624, 169, 'Madang', ''),
(1625, 169, 'Morobe', ''),
(1626, 169, 'National Capital', ''),
(1627, 170, 'Alto Parana', ''),
(1628, 170, 'Asuncion', ''),
(1629, 170, 'Boqueron', ''),
(1630, 170, 'Caaguazu', ''),
(1631, 170, 'Caazapa', ''),
(1632, 170, 'Central', ''),
(1633, 170, 'Guaira', ''),
(1634, 170, 'Itapua', ''),
(1635, 170, 'Misiones', ''),
(1636, 170, 'Neembucu', ''),
(1637, 170, 'Presidente Hayes', ''),
(1638, 171, 'Ancash', ''),
(1639, 171, 'Apurimac', ''),
(1640, 171, 'Arequipa', ''),
(1641, 171, 'Ayacucho', ''),
(1642, 171, 'Cajamarca', ''),
(1643, 171, 'Callao', ''),
(1644, 171, 'Cusco', ''),
(1645, 171, 'Huanuco', ''),
(1646, 171, 'Ica', ''),
(1647, 171, 'Junin', ''),
(1648, 171, 'La Libertad', ''),
(1649, 171, 'Lambayeque', ''),
(1650, 171, 'Lima', ''),
(1651, 171, 'Loreto', ''),
(1652, 171, 'Madre de Dios', ''),
(1653, 171, 'Piura', ''),
(1654, 171, 'Provincia de Lima', ''),
(1655, 171, 'Puno', ''),
(1656, 171, 'San Martin', ''),
(1657, 171, 'Tacna', ''),
(1658, 171, 'Tumbes', ''),
(1659, 171, 'Ucayali', ''),
(1660, 172, 'Abra', ''),
(1661, 172, 'Aklan', ''),
(1662, 172, 'Albay', ''),
(1663, 172, 'Antique', ''),
(1664, 172, 'Aurora', ''),
(1665, 172, 'Bacolod', ''),
(1666, 172, 'Baguio', ''),
(1667, 172, 'Bataan', ''),
(1668, 172, 'Batangas', ''),
(1669, 172, 'Batangas City', ''),
(1670, 172, 'Benguet', ''),
(1671, 172, 'Bohol', ''),
(1672, 172, 'Bukidnon', ''),
(1673, 172, 'Bulacan', ''),
(1674, 172, 'Butuan', ''),
(1675, 172, 'Cabanatuan', ''),
(1676, 172, 'Cagayan', ''),
(1677, 172, 'Cagayan de Oro', ''),
(1678, 172, 'Calbayog', ''),
(1679, 172, 'Caloocan', ''),
(1680, 172, 'Camarines Norte', ''),
(1681, 172, 'Camarines Sur', ''),
(1682, 172, 'Camiguin', ''),
(1683, 172, 'Capiz', ''),
(1684, 172, 'Catanduanes', ''),
(1685, 172, 'Cavite', ''),
(1686, 172, 'Cavite City', ''),
(1687, 172, 'Cebu', ''),
(1688, 172, 'Cotabato', ''),
(1689, 172, 'Davao', ''),
(1690, 172, 'Davao City', ''),
(1691, 172, 'Davao Oriental', ''),
(1692, 172, 'Davao del Sur', ''),
(1693, 172, 'Dipolog', ''),
(1694, 172, 'Dumaguete', ''),
(1695, 172, 'Eastern Samar', ''),
(1696, 172, 'General Santos', ''),
(1697, 172, 'Gingoog', ''),
(1698, 172, 'Iligan', ''),
(1699, 172, 'Ilocos Norte', ''),
(1700, 172, 'Ilocos Sur', ''),
(1701, 172, 'Iloilo', ''),
(1702, 172, 'Iloilo City', ''),
(1703, 172, 'Isabela', ''),
(1704, 172, 'La Union', ''),
(1705, 172, 'Laguna', ''),
(1706, 172, 'Lanao del Norte', ''),
(1707, 172, 'Lanao del Sur', ''),
(1708, 172, 'Laoag', ''),
(1709, 172, 'Lapu-Lapu', ''),
(1710, 172, 'Legaspi', ''),
(1711, 172, 'Leyte', ''),
(1712, 172, 'Lipa', ''),
(1713, 172, 'Lucena', ''),
(1714, 172, 'Maguindanao', ''),
(1715, 172, 'Mandaue', ''),
(1716, 172, 'Manila', ''),
(1717, 172, 'Marawi', ''),
(1718, 172, 'Masbate', ''),
(1719, 172, 'Mindoro Occidental', ''),
(1720, 172, 'Misamis Occidental', ''),
(1721, 172, 'Misamis Oriental', ''),
(1722, 172, 'Naga', ''),
(1723, 172, 'Negros Occidental', ''),
(1724, 172, 'Negros Oriental', ''),
(1725, 172, 'North Cotabato', ''),
(1726, 172, 'Northern Samar', ''),
(1727, 172, 'Nueva Ecija', ''),
(1728, 172, 'Nueva Vizcaya', ''),
(1729, 172, 'Olongapo', ''),
(1730, 172, 'Ormoc', ''),
(1731, 172, 'Ozamis', ''),
(1732, 172, 'Palawan', ''),
(1733, 172, 'Pampanga', ''),
(1734, 172, 'Pangasinan', ''),
(1735, 172, 'Puerto Princesa', ''),
(1736, 172, 'Quezon', ''),
(1737, 172, 'Rizal', ''),
(1738, 172, 'Romblon', ''),
(1739, 172, 'Roxas', ''),
(1740, 172, 'San Pablo', ''),
(1741, 172, 'South Cotabato', ''),
(1742, 172, 'Sultan Kudarat', ''),
(1743, 172, 'Surigao', ''),
(1744, 172, 'Surigao del Norte', ''),
(1745, 172, 'Surigao del Sur', ''),
(1746, 172, 'Tacloban', ''),
(1747, 172, 'Tagbilaran', ''),
(1748, 172, 'Tarlac', ''),
(1749, 172, 'Trece Martires', ''),
(1750, 172, 'Zambales', ''),
(1751, 172, 'Zamboanga', ''),
(1752, 172, 'Zamboanga del Sur', ''),
(1753, 173, 'Dolnoslaskie', ''),
(1754, 173, 'Kujawsko-Pomorskie', ''),
(1755, 173, 'Lodzkie', ''),
(1756, 173, 'Lubelskie', ''),
(1757, 173, 'Lubuskie', ''),
(1758, 173, 'Malopolskie', ''),
(1759, 173, 'Mazowieckie', ''),
(1760, 173, 'Opolskie', ''),
(1761, 173, 'Podkarpackie', ''),
(1762, 173, 'Podlaskie', ''),
(1763, 173, 'Pomorskie', ''),
(1764, 173, 'Slaskie', ''),
(1765, 173, 'Swietokrzyskie', ''),
(1766, 173, 'Warminsko-Mazurskie', ''),
(1767, 173, 'Wielkopolskie', ''),
(1768, 173, 'Zachodniopomorskie', ''),
(1769, 174, 'Aveiro', ''),
(1770, 174, 'Azores', ''),
(1771, 174, 'Beja', ''),
(1772, 174, 'Braga', ''),
(1773, 174, 'Braganca', ''),
(1774, 174, 'Castelo Branco', ''),
(1775, 174, 'Coimbra', ''),
(1776, 174, 'Evora', ''),
(1777, 174, 'Faro', ''),
(1778, 174, 'Guarda', ''),
(1779, 174, 'Leiria', ''),
(1780, 174, 'Lisboa', ''),
(1781, 174, 'Madeira', ''),
(1782, 174, 'Portalegre', ''),
(1783, 174, 'Porto', ''),
(1784, 174, 'Santarem', ''),
(1785, 174, 'Setubal', ''),
(1786, 174, 'Viana do Castelo', ''),
(1787, 174, 'Vila Real', ''),
(1788, 174, 'Viseu', ''),
(1789, 175, 'Aguada', ''),
(1790, 175, 'Aguadilla', ''),
(1791, 175, 'Aguas Buenas', ''),
(1792, 175, 'Aibonito', ''),
(1793, 175, 'Anasco', ''),
(1794, 175, 'Arecibo', ''),
(1795, 175, 'Arroyo', ''),
(1796, 175, 'Barranquitas', ''),
(1797, 175, 'Bayamon', ''),
(1798, 175, 'Cabo Rojo', ''),
(1799, 175, 'Caguas', ''),
(1800, 175, 'Camuy', ''),
(1801, 175, 'Canovanas', ''),
(1802, 175, 'Carolina', ''),
(1803, 175, 'Catano', ''),
(1804, 175, 'Cayey', ''),
(1805, 175, 'Ceiba', ''),
(1806, 175, 'Ciales', ''),
(1807, 175, 'Cidra', ''),
(1808, 175, 'Coamo', ''),
(1809, 175, 'Comerio', ''),
(1810, 175, 'Corozal', ''),
(1811, 175, 'Dorado', ''),
(1812, 175, 'Fajardo', ''),
(1813, 175, 'Guanica', ''),
(1814, 175, 'Guayama', ''),
(1815, 175, 'Guaynabo', ''),
(1816, 175, 'Gurabo', ''),
(1817, 175, 'Hatillo', ''),
(1818, 175, 'Hormigueros', ''),
(1819, 175, 'Humacao', ''),
(1820, 175, 'Isabela', ''),
(1821, 175, 'Juana Diaz', ''),
(1822, 175, 'Lajas', ''),
(1823, 175, 'Lares', ''),
(1824, 175, 'Las Piedras', ''),
(1825, 175, 'Loiza', ''),
(1826, 175, 'Luquillo', '');
INSERT INTO `geo_state` (`state_id`, `country_id`, `state_title`, `code`) VALUES
(1827, 175, 'Manati', ''),
(1828, 175, 'Maunabo', ''),
(1829, 175, 'Mayaguez', ''),
(1830, 175, 'Moca', ''),
(1831, 175, 'Morovis', ''),
(1832, 175, 'Municipio de Jayuya', ''),
(1833, 175, 'Naguabo', ''),
(1834, 175, 'Naranjito', ''),
(1835, 175, 'Patillas', ''),
(1836, 175, 'Penuelas', ''),
(1837, 175, 'Ponce', ''),
(1838, 175, 'Rincon', ''),
(1839, 175, 'Rio Grande', ''),
(1840, 175, 'Salinas', ''),
(1841, 175, 'San German', ''),
(1842, 175, 'San Juan', ''),
(1843, 175, 'San Lorenzo', ''),
(1844, 175, 'San Sebastian', ''),
(1845, 175, 'Toa Alta', ''),
(1846, 175, 'Toa Baja', ''),
(1847, 175, 'Trujillo Alto', ''),
(1848, 175, 'Utuado', ''),
(1849, 175, 'Vega Alta', ''),
(1850, 175, 'Vega Baja', ''),
(1851, 175, 'Vieques', ''),
(1852, 175, 'Villalba', ''),
(1853, 175, 'Yauco', ''),
(1854, 176, 'Ad Dawhah', ''),
(1855, 176, 'Al Khawr', ''),
(1856, 176, 'Al Wakrah', ''),
(1857, 176, 'Ar Rayyan', ''),
(1858, 176, 'Az Za''ayin', ''),
(1859, 176, 'Umm Salal', ''),
(1860, 177, 'Reunion', ''),
(1861, 178, 'Alba', ''),
(1862, 178, 'Arad', ''),
(1863, 178, 'Arges', ''),
(1864, 178, 'Bacau', ''),
(1865, 178, 'Bihor', ''),
(1866, 178, 'Bistrita-Nasaud', ''),
(1867, 178, 'Botosani', ''),
(1868, 178, 'Braila', ''),
(1869, 178, 'Brasov', ''),
(1870, 178, 'Bucuresti', ''),
(1871, 178, 'Buzau', ''),
(1872, 178, 'Calarasi', ''),
(1873, 178, 'Caras-Severin', ''),
(1874, 178, 'Cluj', ''),
(1875, 178, 'Constanta', ''),
(1876, 178, 'Covasna', ''),
(1877, 178, 'Dambovita', ''),
(1878, 178, 'Dolj', ''),
(1879, 178, 'Galati', ''),
(1880, 178, 'Giurgiu', ''),
(1881, 178, 'Gorj', ''),
(1882, 178, 'Harghita', ''),
(1883, 178, 'Hunedoara', ''),
(1884, 178, 'Ialomita', ''),
(1885, 178, 'Iasi', ''),
(1886, 178, 'Ilfov', ''),
(1887, 178, 'Maramures', ''),
(1888, 178, 'Mehedinti', ''),
(1889, 178, 'Mures', ''),
(1890, 178, 'Neamt', ''),
(1891, 178, 'Olt', ''),
(1892, 178, 'Prahova', ''),
(1893, 178, 'Salaj', ''),
(1894, 178, 'Satu Mare', ''),
(1895, 178, 'Sibiu', ''),
(1896, 178, 'Suceava', ''),
(1897, 178, 'Teleorman', ''),
(1898, 178, 'Timis', ''),
(1899, 178, 'Tulcea', ''),
(1900, 178, 'Valcea', ''),
(1901, 178, 'Vaslui', ''),
(1902, 178, 'Vrancea', ''),
(1903, 179, 'Adygeya', ''),
(1904, 179, 'Altaisky krai', ''),
(1905, 179, 'Amur', ''),
(1906, 179, 'Arkhangelsk', ''),
(1907, 179, 'Astrakhan''', ''),
(1908, 179, 'Bashkortostan', ''),
(1909, 179, 'Belgorod', ''),
(1910, 179, 'Bryansk', ''),
(1911, 179, 'Buryat', ''),
(1912, 179, 'Chechnya', ''),
(1913, 179, 'Chelyabinsk', ''),
(1914, 179, 'Chukot', ''),
(1915, 179, 'Chuvashia', ''),
(1916, 179, 'Dagestan', ''),
(1917, 179, 'Gorno-Altay', ''),
(1918, 179, 'Ingush', ''),
(1919, 179, 'Irkutsk', ''),
(1920, 179, 'Ivanovo', ''),
(1921, 179, 'Kabardin-Balkar', ''),
(1922, 179, 'Kaliningrad', ''),
(1923, 179, 'Kalmyk', ''),
(1924, 179, 'Kaluga', ''),
(1925, 179, 'Kamchatka', ''),
(1926, 179, 'Karachay-Cherkess', ''),
(1927, 179, 'Karelia', ''),
(1928, 179, 'Kemerovo', ''),
(1929, 179, 'Khabarovsk', ''),
(1930, 179, 'Khakass', ''),
(1931, 179, 'Khanty-Mansiy', ''),
(1932, 179, 'Kirov', ''),
(1933, 179, 'Komi', ''),
(1934, 179, 'Kostroma', ''),
(1935, 179, 'Krasnodar', ''),
(1936, 179, 'Krasnoyarskiy Kray', ''),
(1937, 179, 'Kurgan', ''),
(1938, 179, 'Kursk', ''),
(1939, 179, 'Leningrad', ''),
(1940, 179, 'Lipetsk', ''),
(1941, 179, 'Magadan', ''),
(1942, 179, 'Mariy-El', ''),
(1943, 179, 'Mordovia', ''),
(1944, 179, 'Moscow City', ''),
(1945, 179, 'Moskva', ''),
(1946, 179, 'Murmansk', ''),
(1947, 179, 'Nenets', ''),
(1948, 179, 'Nizhegorod', ''),
(1949, 179, 'North Ossetia', ''),
(1950, 179, 'Novgorod', ''),
(1951, 179, 'Novosibirsk', ''),
(1952, 179, 'Omsk', ''),
(1953, 179, 'Orel', ''),
(1954, 179, 'Orenburg', ''),
(1955, 179, 'Penza', ''),
(1956, 179, 'Perm''', ''),
(1957, 179, 'Permskiy Kray', ''),
(1958, 179, 'Primor''ye', ''),
(1959, 179, 'Pskov', ''),
(1960, 179, 'Rostov', ''),
(1961, 179, 'Ryazan''', ''),
(1962, 179, 'Saint Petersburg City', ''),
(1963, 179, 'Sakha', ''),
(1964, 179, 'Sakhalin', ''),
(1965, 179, 'Samara', ''),
(1966, 179, 'Saratov', ''),
(1967, 179, 'Smolensk', ''),
(1968, 179, 'Stavropol''', ''),
(1969, 179, 'Sverdlovsk', ''),
(1970, 179, 'Tambovskaya oblast', ''),
(1971, 179, 'Tatarstan', ''),
(1972, 179, 'Tomsk', ''),
(1973, 179, 'Tula', ''),
(1974, 179, 'Tuva', ''),
(1975, 179, 'Tver''', ''),
(1976, 179, 'Tyumen''', ''),
(1977, 179, 'Udmurt', ''),
(1978, 179, 'Ul''yanovsk', ''),
(1979, 179, 'Vladimir', ''),
(1980, 179, 'Volgograd', ''),
(1981, 179, 'Vologda', ''),
(1982, 179, 'Voronezh', ''),
(1983, 179, 'Yamal-Nenets', ''),
(1984, 179, 'Yaroslavl''', ''),
(1985, 179, 'Yevrey', ''),
(1986, 179, 'Zabaykalsky', ''),
(1987, 180, 'Est', ''),
(1988, 180, 'Kigali', ''),
(1989, 181, 'Saint Barthelemy', ''),
(1990, 182, 'Saint Helena', ''),
(1991, 183, 'Saint George Basseterre', ''),
(1992, 183, 'Saint Paul Charlestown', ''),
(1993, 184, 'Castries', ''),
(1994, 184, 'Gros-Islet', ''),
(1995, 184, 'Laborie', ''),
(1996, 184, 'Soufriere', ''),
(1997, 185, 'Saint Martin', ''),
(1998, 186, 'Saint Pierre and Miquelon', ''),
(1999, 187, 'Charlotte', ''),
(2000, 187, 'Saint George', ''),
(2001, 188, 'Tuamasaga', ''),
(2002, 189, 'Acquaviva', ''),
(2003, 189, 'San Marino', ''),
(2004, 189, 'Serravalle', ''),
(2005, 190, 'Sao Tome', ''),
(2006, 191, 'Al Bahah', ''),
(2007, 191, 'Al Hudud ash Shamaliyah', ''),
(2008, 191, 'Al Jawf', ''),
(2009, 191, 'Al Madinah', ''),
(2010, 191, 'Al Qasim', ''),
(2011, 191, 'Ar Riyad', ''),
(2012, 191, 'Ash Sharqiyah', ''),
(2013, 191, 'Asir', ''),
(2014, 191, 'Ha''il', ''),
(2015, 191, 'Jizan', ''),
(2016, 191, 'Makkah', ''),
(2017, 191, 'Najran', ''),
(2018, 191, 'Tabuk', ''),
(2019, 192, 'Dakar', ''),
(2020, 192, 'Fatick', ''),
(2021, 192, 'Kaolack', ''),
(2022, 192, 'Kolda', ''),
(2023, 192, 'Louga', ''),
(2024, 192, 'Matam', ''),
(2025, 192, 'Saint-Louis', ''),
(2026, 192, 'Tambacounda', ''),
(2027, 192, 'Thies', ''),
(2028, 192, 'Ziguinchor', ''),
(2029, 193, 'Central Serbia', ''),
(2030, 193, 'Kosovo', ''),
(2031, 193, 'Vojvodina', ''),
(2032, 194, 'English River', ''),
(2033, 195, 'Eastern', ''),
(2034, 195, 'Western Area', ''),
(2035, 196, 'Singapore', ''),
(2037, 198, 'Banska Bystrica', ''),
(2038, 198, 'Bratislava', ''),
(2039, 198, 'Kosice', ''),
(2040, 198, 'Nitra', ''),
(2041, 198, 'Presov', ''),
(2042, 198, 'Trencin', ''),
(2043, 198, 'Trnava', ''),
(2044, 198, 'Zilina', ''),
(2045, 199, 'Ajdovscina', ''),
(2046, 199, 'Bled', ''),
(2047, 199, 'Bohinj', ''),
(2048, 199, 'Borovnica', ''),
(2049, 199, 'Bovec', ''),
(2050, 199, 'Brezice', ''),
(2051, 199, 'Brezovica', ''),
(2052, 199, 'Celje', ''),
(2053, 199, 'Cerknica', ''),
(2054, 199, 'Crnomelj', ''),
(2055, 199, 'Destrnik', ''),
(2056, 199, 'Domzale', ''),
(2057, 199, 'Dravograd', ''),
(2058, 199, 'Gornja Radgona', ''),
(2059, 199, 'Grosuplje', ''),
(2060, 199, 'Hoce-Slivnica', ''),
(2061, 199, 'Horjul', ''),
(2062, 199, 'Hrastnik', ''),
(2063, 199, 'Idrija', ''),
(2064, 199, 'Ig', ''),
(2065, 199, 'Ilirska Bistrica', ''),
(2066, 199, 'Ivancna Gorica', ''),
(2067, 199, 'Izola-Isola', ''),
(2068, 199, 'Jesenice', ''),
(2069, 199, 'Kamnik', ''),
(2070, 199, 'Kidricevo', ''),
(2071, 199, 'Kobarid', ''),
(2072, 199, 'Kocevje', ''),
(2073, 199, 'Koper-Capodistria', ''),
(2074, 199, 'Kranj', ''),
(2075, 199, 'Kranjska Gora', ''),
(2076, 199, 'Krsko', ''),
(2077, 199, 'Lasko', ''),
(2078, 199, 'Lenart', ''),
(2079, 199, 'Lendava', ''),
(2080, 199, 'Litija', ''),
(2081, 199, 'Ljubljana', ''),
(2082, 199, 'Ljutomer', ''),
(2083, 199, 'Logatec', ''),
(2084, 199, 'Lovrenc na Pohorju', ''),
(2085, 199, 'Maribor', ''),
(2086, 199, 'Medvode', ''),
(2087, 199, 'Menges', ''),
(2088, 199, 'Mezica', ''),
(2089, 199, 'Miklavz na Dravskem Polju', ''),
(2090, 199, 'Mislinja', ''),
(2091, 199, 'Mozirje', ''),
(2092, 199, 'Murska Sobota', ''),
(2093, 199, 'Muta', ''),
(2094, 199, 'Nova Gorica', ''),
(2095, 199, 'Novo Mesto', ''),
(2096, 199, 'Odranci', ''),
(2097, 199, 'Ormoz', ''),
(2098, 199, 'Piran', ''),
(2099, 199, 'Poljcane', ''),
(2100, 199, 'Polzela', ''),
(2101, 199, 'Postojna', ''),
(2102, 199, 'Prevalje', ''),
(2103, 199, 'Ptuj', ''),
(2104, 199, 'Racam', ''),
(2105, 199, 'Radece', ''),
(2106, 199, 'Radenci', ''),
(2107, 199, 'Radlje ob Dravi', ''),
(2108, 199, 'Radovljica', ''),
(2109, 199, 'Ravne na Koroskem', ''),
(2110, 199, 'Ribnica', ''),
(2111, 199, 'Rogaska Slatina', ''),
(2112, 199, 'Ruse', ''),
(2113, 199, 'Sempeter-Vrtojba', ''),
(2114, 199, 'Sencur', ''),
(2115, 199, 'Sentilj', ''),
(2116, 199, 'Sentjur pri Celju', ''),
(2117, 199, 'Sevnica', ''),
(2118, 199, 'Sezana', ''),
(2119, 199, 'Skofja Loka', ''),
(2120, 199, 'Skofljica', ''),
(2121, 199, 'Slovenj Gradec', ''),
(2122, 199, 'Slovenska Bistrica', ''),
(2123, 199, 'Slovenske Konjice', ''),
(2124, 199, 'Sostanj', ''),
(2125, 199, 'Store', ''),
(2126, 199, 'Straza', ''),
(2127, 199, 'Tolmin', ''),
(2128, 199, 'Trbovlje', ''),
(2129, 199, 'Trebnje', ''),
(2130, 199, 'Trzic', ''),
(2131, 199, 'Trzin', ''),
(2132, 199, 'Turnisce', ''),
(2133, 199, 'Velenje', ''),
(2134, 199, 'Vipava', ''),
(2135, 199, 'Vodice', ''),
(2136, 199, 'Vojnik', ''),
(2137, 199, 'Vrhnika', ''),
(2138, 199, 'Vuzenica', ''),
(2139, 199, 'Zagorje ob Savi', ''),
(2140, 199, 'Zalec', ''),
(2141, 199, 'Zelezniki', ''),
(2142, 199, 'Ziri', ''),
(2143, 199, 'Zrece', ''),
(2144, 200, 'Guadalcanal', ''),
(2145, 201, 'Banaadir', ''),
(2146, 201, 'Bari', ''),
(2147, 201, 'Togdheer', ''),
(2148, 201, 'Woqooyi Galbeed', ''),
(2149, 202, 'Eastern Cape', ''),
(2150, 202, 'Free State', ''),
(2151, 202, 'Gauteng', ''),
(2152, 202, 'KwaZulu-Natal', ''),
(2153, 202, 'Limpopo', ''),
(2154, 202, 'Mpumalanga', ''),
(2155, 202, 'North-West', ''),
(2156, 202, 'Northern Cape', ''),
(2157, 202, 'Western Cape', ''),
(2159, 204, 'Andalucia', ''),
(2160, 204, 'Aragon', ''),
(2161, 204, 'Asturias', ''),
(2162, 204, 'Canarias', ''),
(2163, 204, 'Cantabria', ''),
(2164, 204, 'Castilla y Leon', ''),
(2165, 204, 'Castilla-La Mancha', ''),
(2166, 204, 'Catalonia', ''),
(2167, 204, 'Ceuta', ''),
(2168, 204, 'Comunidad Valenciana', ''),
(2169, 204, 'Extremadura', ''),
(2170, 204, 'Galicia', ''),
(2171, 204, 'Islas Baleares', ''),
(2172, 204, 'La Rioja', ''),
(2173, 204, 'Madrid', ''),
(2174, 204, 'Melilla', ''),
(2175, 204, 'Murcia', ''),
(2176, 204, 'Navarra', ''),
(2177, 204, 'Pais Vasco', ''),
(2178, 205, 'Central', ''),
(2179, 205, 'North Central', ''),
(2180, 205, 'North Western', ''),
(2181, 205, 'Northern', ''),
(2182, 205, 'Sabaragamuwa', ''),
(2183, 205, 'Southern', ''),
(2184, 205, 'Uva', ''),
(2185, 205, 'Western', ''),
(2186, 206, 'Gedarif', ''),
(2187, 206, 'Gezira', ''),
(2188, 206, 'Kassala', ''),
(2189, 206, 'Khartoum', ''),
(2190, 206, 'North Kordufan', ''),
(2191, 206, 'Northern', ''),
(2192, 206, 'River Nile', ''),
(2193, 206, 'South Darfur', ''),
(2194, 206, 'White Nile', ''),
(2195, 207, 'Nickerie', ''),
(2196, 207, 'Paramaribo', ''),
(2197, 207, 'Wanica', ''),
(2198, 208, 'Hhohho', ''),
(2199, 208, 'Lubombo', ''),
(2200, 208, 'Manzini', ''),
(2201, 209, 'Blekinge Lan', ''),
(2202, 209, 'Dalarnas Lan', ''),
(2203, 209, 'Gavleborgs Lan', ''),
(2204, 209, 'Gotlands Lan', ''),
(2205, 209, 'Hallands Lan', ''),
(2206, 209, 'Jamtlands Lan', ''),
(2207, 209, 'Jonkopings Lan', ''),
(2208, 209, 'Kalmar Lan', ''),
(2209, 209, 'Kronobergs Lan', ''),
(2210, 209, 'Norrbottens Lan', ''),
(2211, 209, 'Orebro Lan', ''),
(2212, 209, 'Ostergotlands Lan', ''),
(2213, 209, 'Skane Lan', ''),
(2214, 209, 'Sodermanlands Lan', ''),
(2215, 209, 'Stockholms Lan', ''),
(2216, 209, 'Uppsala Lan', ''),
(2217, 209, 'Varmlands Lan', ''),
(2218, 209, 'Vasterbottens Lan', ''),
(2219, 209, 'Vasternorrlands Lan', ''),
(2220, 209, 'Vastmanlands Lan', ''),
(2221, 209, 'Vastra Gotaland', ''),
(2222, 210, 'Aargau', ''),
(2223, 210, 'Ausser-Rhoden', ''),
(2224, 210, 'Basel-Landschaft', ''),
(2225, 210, 'Basel-Stadt', ''),
(2226, 210, 'Bern', ''),
(2227, 210, 'Fribourg', ''),
(2228, 210, 'Geneve', ''),
(2229, 210, 'Glarus', ''),
(2230, 210, 'Graubunden', ''),
(2231, 210, 'Inner-Rhoden', ''),
(2232, 210, 'Jura', ''),
(2233, 210, 'Luzern', ''),
(2234, 210, 'Neuchatel', ''),
(2235, 210, 'Nidwalden', ''),
(2236, 210, 'Obwalden', ''),
(2237, 210, 'Sankt Gallen', ''),
(2238, 210, 'Schaffhausen', ''),
(2239, 210, 'Schwyz', ''),
(2240, 210, 'Solothurn', ''),
(2241, 210, 'Thurgau', ''),
(2242, 210, 'Ticino', ''),
(2243, 210, 'Uri', ''),
(2244, 210, 'Valais', ''),
(2245, 210, 'Vaud', ''),
(2246, 210, 'Zug', ''),
(2247, 210, 'Zurich', ''),
(2248, 211, 'Al Ladhiqiyah', ''),
(2249, 211, 'As Suwayda''', ''),
(2250, 211, 'Dar', ''),
(2251, 211, 'Dayr az Zawr', ''),
(2252, 211, 'Dimashq', ''),
(2253, 211, 'Halab', ''),
(2254, 211, 'Hamah', ''),
(2255, 211, 'Hims', ''),
(2256, 211, 'Idlib', ''),
(2257, 211, 'Rif Dimashq', ''),
(2258, 211, 'Tartus', ''),
(2259, 212, 'Fu-chien', ''),
(2260, 212, 'Kao-hsiung', ''),
(2261, 212, 'T''ai-pei', ''),
(2262, 212, 'T''ai-wan', ''),
(2263, 213, 'Khatlon', ''),
(2264, 213, 'Sughd', ''),
(2265, 213, 'Tajikistan', ''),
(2266, 214, 'Arusha', ''),
(2267, 214, 'Dar es Salaam', ''),
(2268, 214, 'Dodoma', ''),
(2269, 214, 'Iringa', ''),
(2270, 214, 'Kagera', ''),
(2271, 214, 'Kigoma', ''),
(2272, 214, 'Kilimanjaro', ''),
(2273, 214, 'Mara', ''),
(2274, 214, 'Mbeya', ''),
(2275, 214, 'Morogoro', ''),
(2276, 214, 'Mtwara', ''),
(2277, 214, 'Mwanza', ''),
(2278, 214, 'Shinyanga', ''),
(2279, 214, 'Singida', ''),
(2280, 214, 'Tabora', ''),
(2281, 214, 'Tanga', ''),
(2282, 214, 'Zanzibar North', ''),
(2283, 214, 'Zanzibar Urban', ''),
(2284, 215, 'Amnat Charoen', ''),
(2285, 215, 'Ang Thong', ''),
(2286, 215, 'Buriram', ''),
(2287, 215, 'Chachoengsao', ''),
(2288, 215, 'Chai Nat', ''),
(2289, 215, 'Chaiyaphum', ''),
(2290, 215, 'Chanthaburi', ''),
(2291, 215, 'Chiang Mai', ''),
(2292, 215, 'Chiang Rai', ''),
(2293, 215, 'Chon Buri', ''),
(2294, 215, 'Chumphon', ''),
(2295, 215, 'Kalasin', ''),
(2296, 215, 'Kamphaeng Phet', ''),
(2297, 215, 'Kanchanaburi', ''),
(2298, 215, 'Khon Kaen', ''),
(2299, 215, 'Krabi', ''),
(2300, 215, 'Krung Thep', ''),
(2301, 215, 'Lampang', ''),
(2302, 215, 'Lamphun', ''),
(2303, 215, 'Loei', ''),
(2304, 215, 'Lop Buri', ''),
(2305, 215, 'Mae Hong Son', ''),
(2306, 215, 'Maha Sarakham', ''),
(2307, 215, 'Mukdahan', ''),
(2308, 215, 'Nakhon Nayok', ''),
(2309, 215, 'Nakhon Pathom', ''),
(2310, 215, 'Nakhon Phanom', ''),
(2311, 215, 'Nakhon Ratchasima', ''),
(2312, 215, 'Nakhon Sawan', ''),
(2313, 215, 'Nakhon Si Thammarat', ''),
(2314, 215, 'Nan', ''),
(2315, 215, 'Narathiwat', ''),
(2316, 215, 'Nong Bua Lamphu', ''),
(2317, 215, 'Nong Khai', ''),
(2318, 215, 'Nonthaburi', ''),
(2319, 215, 'Pathum Thani', ''),
(2320, 215, 'Pattani', ''),
(2321, 215, 'Phangnga', ''),
(2322, 215, 'Phatthalung', ''),
(2323, 215, 'Phayao', ''),
(2324, 215, 'Phetchabun', ''),
(2325, 215, 'Phetchaburi', ''),
(2326, 215, 'Phichit', ''),
(2327, 215, 'Phitsanulok', ''),
(2328, 215, 'Phra Nakhon Si Ayutthaya', ''),
(2329, 215, 'Phrae', ''),
(2330, 215, 'Phuket', ''),
(2331, 215, 'Prachin Buri', ''),
(2332, 215, 'Prachuap Khiri Khan', ''),
(2333, 215, 'Ranong', ''),
(2334, 215, 'Ratchaburi', ''),
(2335, 215, 'Rayong', ''),
(2336, 215, 'Roi Et', ''),
(2337, 215, 'Sa Kaeo', ''),
(2338, 215, 'Sakon Nakhon', ''),
(2339, 215, 'Samut Prakan', ''),
(2340, 215, 'Samut Sakhon', ''),
(2341, 215, 'Samut Songkhram', ''),
(2342, 215, 'Saraburi', ''),
(2343, 215, 'Satun', ''),
(2344, 215, 'Sing Buri', ''),
(2345, 215, 'Sisaket', ''),
(2346, 215, 'Songkhla', ''),
(2347, 215, 'Sukhothai', ''),
(2348, 215, 'Suphan Buri', ''),
(2349, 215, 'Surat Thani', ''),
(2350, 215, 'Surin', ''),
(2351, 215, 'Tak', ''),
(2352, 215, 'Trang', ''),
(2353, 215, 'Trat', ''),
(2354, 215, 'Ubon Ratchathani', ''),
(2355, 215, 'Udon Thani', ''),
(2356, 215, 'Uthai Thani', ''),
(2357, 215, 'Uttaradit', ''),
(2358, 215, 'Yala', ''),
(2359, 215, 'Yasothon', ''),
(2360, 216, 'Timor-Leste', ''),
(2361, 217, 'Kara', ''),
(2362, 217, 'Maritime', ''),
(2363, 218, 'Tokelau', ''),
(2364, 219, 'Tongatapu', ''),
(2365, 220, 'Arima', ''),
(2366, 220, 'Mayaro', ''),
(2367, 220, 'Port-of-Spain', ''),
(2368, 220, 'Saint Andrew', ''),
(2369, 220, 'Saint George', ''),
(2370, 220, 'San Fernando', ''),
(2371, 220, 'Tobago', ''),
(2372, 220, 'Trinidad and Tobago', ''),
(2373, 220, 'Victoria', ''),
(2374, 221, 'Aiana', ''),
(2375, 221, 'Al Mahdia', ''),
(2376, 221, 'Al Munastir', ''),
(2377, 221, 'Bajah', ''),
(2378, 221, 'Ben Arous', ''),
(2379, 221, 'Bizerte', ''),
(2380, 221, 'El Kef', ''),
(2381, 221, 'Gabes', ''),
(2382, 221, 'Gafsa', ''),
(2383, 221, 'Jendouba', ''),
(2384, 221, 'Kairouan', ''),
(2385, 221, 'Kasserine', ''),
(2386, 221, 'Kebili', ''),
(2387, 221, 'Madanin', ''),
(2388, 221, 'Manouba', ''),
(2389, 221, 'Nabeul', ''),
(2390, 221, 'Sfax', ''),
(2391, 221, 'Sidi Bou Zid', ''),
(2392, 221, 'Siliana', ''),
(2393, 221, 'Sousse', ''),
(2394, 221, 'Tataouine', ''),
(2395, 221, 'Tozeur', ''),
(2396, 221, 'Tunis', ''),
(2397, 221, 'Zaghouan', ''),
(2398, 222, 'Adana', ''),
(2399, 222, 'Adiyaman', ''),
(2400, 222, 'Afyonkarahisar', ''),
(2401, 222, 'Agri', ''),
(2402, 222, 'Aksaray', ''),
(2403, 222, 'Amasya', ''),
(2404, 222, 'Ankara', ''),
(2405, 222, 'Antalya', ''),
(2406, 222, 'Ardahan', ''),
(2407, 222, 'Artvin', ''),
(2408, 222, 'Aydin', ''),
(2409, 222, 'Balikesir', ''),
(2410, 222, 'Bartin', ''),
(2411, 222, 'Batman', ''),
(2412, 222, 'Bayburt', ''),
(2413, 222, 'Bilecik', ''),
(2414, 222, 'Bingol', ''),
(2415, 222, 'Bitlis', ''),
(2416, 222, 'Bolu', ''),
(2417, 222, 'Burdur', ''),
(2418, 222, 'Bursa', ''),
(2419, 222, 'Canakkale', ''),
(2420, 222, 'Cankiri', ''),
(2421, 222, 'Corum', ''),
(2422, 222, 'Denizli', ''),
(2423, 222, 'Diyarbakir', ''),
(2424, 222, 'Duzce', ''),
(2425, 222, 'Edirne', ''),
(2426, 222, 'Elazig', ''),
(2427, 222, 'Erzincan', ''),
(2428, 222, 'Erzurum', ''),
(2429, 222, 'Eskisehir', ''),
(2430, 222, 'Gaziantep', ''),
(2431, 222, 'Giresun', ''),
(2432, 222, 'Gumushane', ''),
(2433, 222, 'Hakkari', ''),
(2434, 222, 'Hatay', ''),
(2435, 222, 'Igdir', ''),
(2436, 222, 'Isparta', ''),
(2437, 222, 'Istanbul', ''),
(2438, 222, 'Izmir', ''),
(2439, 222, 'Kahramanmaras', ''),
(2440, 222, 'Karabuk', ''),
(2441, 222, 'Karaman', ''),
(2442, 222, 'Kars', ''),
(2443, 222, 'Kastamonu', ''),
(2444, 222, 'Kayseri', ''),
(2445, 222, 'Kilis', ''),
(2446, 222, 'Kirikkale', ''),
(2447, 222, 'Kirklareli', ''),
(2448, 222, 'Kirsehir', ''),
(2449, 222, 'Kocaeli', ''),
(2450, 222, 'Konya', ''),
(2451, 222, 'Kutahya', ''),
(2452, 222, 'Malatya', ''),
(2453, 222, 'Manisa', ''),
(2454, 222, 'Mardin', ''),
(2455, 222, 'Mersin', ''),
(2456, 222, 'Mugla', ''),
(2457, 222, 'Mus', ''),
(2458, 222, 'Nevsehir', ''),
(2459, 222, 'Nigde', ''),
(2460, 222, 'Ordu', ''),
(2461, 222, 'Osmaniye', ''),
(2462, 222, 'Rize', ''),
(2463, 222, 'Sakarya', ''),
(2464, 222, 'Samsun', ''),
(2465, 222, 'Sanliurfa', ''),
(2466, 222, 'Siirt', ''),
(2467, 222, 'Sinop', ''),
(2468, 222, 'Sirnak', ''),
(2469, 222, 'Sivas', ''),
(2470, 222, 'Tekirdag', ''),
(2471, 222, 'Tokat', ''),
(2472, 222, 'Trabzon', ''),
(2473, 222, 'Tunceli', ''),
(2474, 222, 'Usak', ''),
(2475, 222, 'Van', ''),
(2476, 222, 'Yalova', ''),
(2477, 222, 'Yozgat', ''),
(2478, 222, 'Zonguldak', ''),
(2479, 223, 'Ahal', ''),
(2480, 223, 'Dashoguz', ''),
(2481, 224, 'Turks and Caicos Islands', ''),
(2482, 225, 'Tuvalu', ''),
(2483, 226, 'Gulu', ''),
(2484, 226, 'Kampala', ''),
(2485, 226, 'Kampala District', ''),
(2486, 226, 'Tororo', ''),
(2487, 226, 'Wakiso', ''),
(2488, 227, 'Cherkas''ka Oblast''', ''),
(2489, 227, 'Chernihivs''ka Oblast''', ''),
(2490, 227, 'Chernivets''ka Oblast''', ''),
(2491, 227, 'Dnipropetrovs''ka Oblast''', ''),
(2492, 227, 'Donets''ka Oblast''', ''),
(2493, 227, 'Ivano-Frankivs''ka Oblast''', ''),
(2494, 227, 'Kharkivs''ka Oblast''', ''),
(2495, 227, 'Khersons''ka Oblast''', ''),
(2496, 227, 'Khmel''nyts''ka Oblast''', ''),
(2497, 227, 'Kirovohrads''ka Oblast''', ''),
(2498, 227, 'Krym', ''),
(2499, 227, 'Kyyiv', ''),
(2500, 227, 'Kyyivs''ka Oblast''', ''),
(2501, 227, 'L''vivs''ka Oblast''', ''),
(2502, 227, 'Luhans''ka Oblast''', ''),
(2503, 227, 'Mykolayivs''ka Oblast''', ''),
(2504, 227, 'Odes''ka Oblast''', ''),
(2505, 227, 'Poltavs''ka Oblast''', ''),
(2506, 227, 'Rivnens''ka Oblast''', ''),
(2507, 227, 'Sevastopol''', ''),
(2508, 227, 'Sums''ka Oblast''', ''),
(2509, 227, 'Ternopil''s''ka Oblast''', ''),
(2510, 227, 'Vinnyts''ka Oblast''', ''),
(2511, 227, 'Volyns''ka Oblast''', ''),
(2512, 227, 'Zakarpats''ka Oblast''', ''),
(2513, 227, 'Zaporiz''ka Oblast''', ''),
(2514, 227, 'Zhytomyrs''ka Oblast''', ''),
(2515, 228, 'Abu Dhabi', ''),
(2516, 228, 'Ajman', ''),
(2517, 228, 'Dubai', ''),
(2518, 228, 'Fujairah', ''),
(2519, 228, 'Ras Al Khaimah', ''),
(2520, 228, 'Sharjah', ''),
(2521, 228, 'Umm Al Quwain', ''),
(2526, 231, 'Palmyra Atoll', ''),
(2527, 230, 'Alabama', ''),
(2528, 230, 'Alaska', ''),
(2529, 230, 'Arizona', ''),
(2530, 230, 'Arkansas', ''),
(2531, 230, 'California', ''),
(2532, 230, 'Colorado', ''),
(2533, 230, 'Connecticut', ''),
(2534, 230, 'Delaware', ''),
(2535, 230, 'District Of Columbia', ''),
(2536, 230, 'Florida', ''),
(2537, 230, 'Georgia', ''),
(2538, 230, 'Hawaii', ''),
(2539, 230, 'Idaho', ''),
(2540, 230, 'Illinois', ''),
(2541, 230, 'Indiana', ''),
(2542, 230, 'Iowa', ''),
(2543, 230, 'Kansas', ''),
(2544, 230, 'Kentucky', ''),
(2545, 230, 'Louisiana', ''),
(2546, 230, 'Maine', ''),
(2547, 230, 'Maryland', ''),
(2548, 230, 'Massachusetts', ''),
(2549, 230, 'Michigan', ''),
(2550, 230, 'Minnesota', ''),
(2551, 230, 'Mississippi', ''),
(2552, 230, 'Missouri', ''),
(2553, 230, 'Montana', ''),
(2554, 230, 'Nebraska', ''),
(2555, 230, 'Nevada', ''),
(2556, 230, 'New Hampshire', ''),
(2557, 230, 'New Jersey', ''),
(2558, 230, 'New Mexico', ''),
(2559, 230, 'New York', ''),
(2560, 230, 'North Carolina', ''),
(2561, 230, 'North Dakota', ''),
(2562, 230, 'Ohio', ''),
(2563, 230, 'Oklahoma', ''),
(2564, 230, 'Oregon', ''),
(2565, 230, 'Pennsylvania', ''),
(2566, 230, 'Rhode Island', ''),
(2567, 230, 'South Carolina', ''),
(2568, 230, 'South Dakota', ''),
(2569, 230, 'Tennessee', ''),
(2570, 230, 'Texas', ''),
(2571, 230, 'Utah', ''),
(2572, 230, 'Vermont', ''),
(2573, 230, 'Virginia', ''),
(2574, 230, 'Washington', ''),
(2575, 230, 'West Virginia', ''),
(2576, 230, 'Wisconsin', ''),
(2577, 230, 'Wyoming', ''),
(2578, 232, 'Artigas', ''),
(2579, 232, 'Canelones', ''),
(2580, 232, 'Colonia', ''),
(2581, 232, 'Durazno', ''),
(2582, 232, 'Lavalleja', ''),
(2583, 232, 'Maldonado', ''),
(2584, 232, 'Montevideo', ''),
(2585, 232, 'Paysandu', ''),
(2586, 232, 'Rocha', ''),
(2587, 232, 'Salto', ''),
(2588, 232, 'San Jose', ''),
(2589, 232, 'Soriano', ''),
(2590, 232, 'Tacuarembo', ''),
(2591, 233, 'Andijon', ''),
(2592, 233, 'Farghona', ''),
(2593, 233, 'Namangan', ''),
(2594, 233, 'Nawoiy', ''),
(2595, 233, 'Qashqadaryo', ''),
(2596, 233, 'Samarqand', ''),
(2597, 233, 'Sirdaryo', ''),
(2598, 233, 'Toshkent', ''),
(2599, 233, 'Toshkent Shahri', ''),
(2600, 234, 'Shefa', ''),
(2601, 235, 'Amazonas', ''),
(2602, 235, 'Anzoategui', ''),
(2603, 235, 'Apure', ''),
(2604, 235, 'Aragua', ''),
(2605, 235, 'Barinas', ''),
(2606, 235, 'Bolivar', ''),
(2607, 235, 'Carabobo', ''),
(2608, 235, 'Cojedes', ''),
(2609, 235, 'Delta Amacuro', ''),
(2610, 235, 'Distrito Federal', ''),
(2611, 235, 'Falcon', ''),
(2612, 235, 'Guarico', ''),
(2613, 235, 'Lara', ''),
(2614, 235, 'Merida', ''),
(2615, 235, 'Miranda', ''),
(2616, 235, 'Monagas', ''),
(2617, 235, 'Nueva Esparta', ''),
(2618, 235, 'Portuguesa', ''),
(2619, 235, 'Sucre', ''),
(2620, 235, 'Tachira', ''),
(2621, 235, 'Trujillo', ''),
(2622, 235, 'Vargas', ''),
(2623, 235, 'Yaracuy', ''),
(2624, 235, 'Zulia', ''),
(2625, 236, 'An Giang', ''),
(2626, 236, 'Ba Ria-Vung Tau', ''),
(2627, 236, 'Ben Tre', ''),
(2628, 236, 'Binh Dinh', ''),
(2629, 236, 'Binh Thuan', ''),
(2630, 236, 'Can Tho', ''),
(2631, 236, 'Cao Bang', ''),
(2632, 236, 'Da Nang', ''),
(2633, 236, 'Dak Lak', ''),
(2634, 236, 'Dien Bien', ''),
(2635, 236, 'Dong Nai', ''),
(2636, 236, 'Dong Thap', ''),
(2637, 236, 'Ha Giang', ''),
(2638, 236, 'Ha Nam', ''),
(2639, 236, 'Ha Noi', ''),
(2640, 236, 'Ha Tay', ''),
(2641, 236, 'Ha Tinh', ''),
(2642, 236, 'Hai Duong', ''),
(2643, 236, 'Hai Phong', ''),
(2644, 236, 'Ho Chi Minh', ''),
(2645, 236, 'Hoa Binh', ''),
(2646, 236, 'Hung Yen', ''),
(2647, 236, 'Khanh Hoa', ''),
(2648, 236, 'Kien Giang', ''),
(2649, 236, 'Kon Tum', ''),
(2650, 236, 'Lai Chau', ''),
(2651, 236, 'Lam Dong', ''),
(2652, 236, 'Lang Son', ''),
(2653, 236, 'Lao Cai', ''),
(2654, 236, 'Long An', ''),
(2655, 236, 'Nam Dinh', ''),
(2656, 236, 'Nam Ha', ''),
(2657, 236, 'Nghe An', ''),
(2658, 236, 'Ninh Binh', ''),
(2659, 236, 'Ninh Thuan', ''),
(2660, 236, 'Phu Tho', ''),
(2661, 236, 'Phu Yen', ''),
(2662, 236, 'Quang Binh', ''),
(2663, 236, 'Quang Nam', ''),
(2664, 236, 'Quang Ngai', ''),
(2665, 236, 'Quang Ninh', ''),
(2666, 236, 'Quang Tri', ''),
(2667, 236, 'Soc Trang', ''),
(2668, 236, 'Son La', ''),
(2669, 236, 'Song Be', ''),
(2670, 236, 'Tay Ninh', ''),
(2671, 236, 'Thai Binh', ''),
(2672, 236, 'Thai Nguyen', ''),
(2673, 236, 'Thanh Hoa', ''),
(2674, 236, 'Thua Thien', ''),
(2675, 236, 'Tien Giang', ''),
(2676, 236, 'Tra Vinh', ''),
(2677, 236, 'Tuyen Quang', ''),
(2678, 236, 'Vinh Long', ''),
(2679, 236, 'Vinh Phu', ''),
(2680, 236, 'Vinh Puc Province', ''),
(2681, 237, 'British Virgin Islands', ''),
(2682, 238, 'Virgin Islands', ''),
(2683, 239, 'Wallis and Futuna Islands', ''),
(2685, 241, 'Abyan', ''),
(2686, 241, 'Ad Dali', ''),
(2687, 241, 'Adan', ''),
(2688, 241, 'Al Hudaydah', ''),
(2689, 241, 'Amanat Al Asimah', ''),
(2690, 241, 'Amran', ''),
(2691, 241, 'Dhamar', ''),
(2692, 241, 'Hadramawt', ''),
(2693, 241, 'Ibb', ''),
(2694, 241, 'Sa''dah', ''),
(2695, 241, 'San''a''', ''),
(2696, 241, 'Taizz', ''),
(2697, 242, 'Central', ''),
(2698, 242, 'Copperbelt', ''),
(2699, 242, 'Eastern', ''),
(2700, 242, 'Lusaka', ''),
(2701, 242, 'North-Western', ''),
(2702, 242, 'Northern', ''),
(2703, 242, 'Southern', ''),
(2704, 243, 'Bulawayo', ''),
(2705, 243, 'Harare', ''),
(2706, 243, 'Manicaland', ''),
(2707, 243, 'Mashonaland East', ''),
(2708, 243, 'Masvingo', ''),
(2709, 243, 'Matabeleland North', ''),
(2710, 243, 'Matabeleland South', ''),
(2711, 243, 'Midlands', ''),
(2712, 1, 'Badghis', ''),
(2713, 1, 'Bamian', ''),
(2714, 1, 'Helmand', ''),
(2715, 1, 'Khowst', ''),
(2716, 1, 'Kondoz', ''),
(2717, 1, 'Lowgar', ''),
(2718, 1, 'Nimruz', ''),
(2719, 1, 'Paktia', ''),
(2720, 2, 'Finstroem', ''),
(2721, 2, 'Jomala', ''),
(2722, 2, 'Saltvik', ''),
(2723, 3, 'Gjirokaster', ''),
(2724, 7, 'Cuando Cubango', ''),
(2725, 7, 'Cunene', ''),
(2726, 7, 'Lunda Norte', ''),
(2727, 7, 'Lunda Sul', ''),
(2728, 7, 'Moxico', ''),
(2729, 7, 'Namibe', ''),
(2730, 7, 'Uige', ''),
(2731, 7, 'Zaire', ''),
(2732, 10, 'Antigua and Barbuda', ''),
(2733, 10, 'Saint Paul', ''),
(2734, 16, 'Fuzuli', ''),
(2735, 16, 'Sabirabad', ''),
(2736, 16, 'Samkir', ''),
(2737, 17, 'Fresh Creek', ''),
(2738, 17, 'Harbour Island', ''),
(2739, 17, 'Long Island', ''),
(2740, 17, 'Rock Sound', ''),
(2741, 24, 'Alibori', ''),
(2742, 24, 'Atakora', ''),
(2743, 24, 'Donga', ''),
(2744, 24, 'Mono', ''),
(2745, 24, 'Plateau', ''),
(2746, 25, 'Saint George', ''),
(2747, 26, 'Chhukha', ''),
(2748, 26, 'Daga', ''),
(2749, 26, 'Gasa', ''),
(2750, 26, 'Trashi Yangste', ''),
(2753, 30, 'North-West', ''),
(2754, 33, 'Temburong', ''),
(2755, 35, 'Mouhoun', ''),
(2756, 35, 'Passore', ''),
(2757, 35, 'Yatenga', ''),
(2758, 36, 'Gitega', ''),
(2759, 36, 'Mwaro', ''),
(2760, 36, 'Ngozi', ''),
(2761, 37, 'Boa Vista', ''),
(2762, 37, 'Sao Filipe', ''),
(2763, 38, 'Kampong Speu', ''),
(2764, 38, 'Pailin', ''),
(2765, 38, 'Svay Rieng', ''),
(2766, 42, 'Ouham', ''),
(2767, 42, 'Ouham-Pende', ''),
(2768, 43, 'Guera', ''),
(2769, 43, 'Hadjer-Lamis', ''),
(2770, 43, 'Logone Occidental', ''),
(2771, 43, 'Mayo-Kebbi Est', ''),
(2772, 43, 'Ouaddai', ''),
(2773, 47, 'Amazonas', ''),
(2774, 47, 'Guainia', ''),
(2775, 47, 'Vaupes', ''),
(2776, 50, 'Bandundu', ''),
(2777, 50, 'Equateur', ''),
(2778, 50, 'Kasai-Occidental', ''),
(2779, 50, 'Kasai-Oriental', ''),
(2780, 50, 'Maniema', ''),
(2781, 50, 'Orientale', ''),
(2782, 49, 'Likouala', ''),
(2783, 53, 'Fromager', ''),
(2784, 53, 'Haut-Sassandra', ''),
(2785, 53, 'Marahoue', ''),
(2786, 53, 'Moyen-Cavally', ''),
(2787, 53, 'Moyen-Comoe', ''),
(2788, 53, 'N''zi-Comoe', ''),
(2789, 55, 'Artemisa', ''),
(2790, 55, 'Camaguey', ''),
(2791, 55, 'Cienfuegos', ''),
(2792, 55, 'Granma', ''),
(2793, 55, 'Guantanamo', ''),
(2794, 55, 'Holguin', ''),
(2795, 55, 'Las Tunas', ''),
(2796, 55, 'Mayabeque', ''),
(2797, 55, 'Pinar del Rio', ''),
(2798, 55, 'Sancti Spiritus', ''),
(2799, 55, 'Villa Clara', ''),
(2801, 61, 'Saint John', ''),
(2802, 62, 'Dajabon', ''),
(2803, 62, 'Independencia', ''),
(2804, 62, 'Salcedo', ''),
(2805, 63, 'Orellana', ''),
(2806, 63, 'Pastaza', ''),
(2807, 63, 'Santa Elena', ''),
(2808, 63, 'Zamora-Chinchipe', ''),
(2809, 65, 'Ahuachapan', ''),
(2810, 65, 'Chalatenango', ''),
(2811, 65, 'La Paz', ''),
(2812, 66, 'Bioko Sur', ''),
(2813, 66, 'Wele-Nzas', ''),
(2814, 69, 'Afar', ''),
(2815, 69, 'Sumale', ''),
(2816, 69, 'Tigray', ''),
(2817, 71, 'Nordoyar', ''),
(2818, 71, 'Suduroy', ''),
(2819, 76, 'Iles Marquises', ''),
(2820, 78, 'Haut-Ogooue', ''),
(2821, 78, 'Moyen-Ogooue', ''),
(2822, 78, 'Ngounie', ''),
(2823, 78, 'Ogooue-Ivindo', ''),
(2824, 78, 'Ogooue-Lolo', ''),
(2825, 78, 'Woleu-Ntem', ''),
(2826, 79, 'Central River', ''),
(2827, 79, 'Lower River', ''),
(2828, 79, 'North Bank', ''),
(2829, 82, 'Upper East', ''),
(2830, 82, 'Volta', ''),
(2831, 84, 'Kardhitsa', ''),
(2832, 85, 'Kujalleq', ''),
(2833, 85, 'Qeqqata', ''),
(2834, 85, 'Vestgronland', ''),
(2835, 88, 'Barrigada Municipality', ''),
(2836, 88, 'Talofofo Municipality', ''),
(2837, 89, 'Baja Verapaz', ''),
(2838, 89, 'Retalhuleu', ''),
(2839, 89, 'Solola', ''),
(2840, 89, 'Totonicapan', ''),
(2841, 91, 'Coyah', ''),
(2842, 91, 'Dabola', ''),
(2843, 91, 'Dalaba', ''),
(2844, 91, 'Fria', ''),
(2845, 91, 'Gueckedou', ''),
(2846, 91, 'Kankan', ''),
(2847, 91, 'Kissidougou', ''),
(2848, 91, 'Labe', ''),
(2849, 91, 'Macenta', ''),
(2850, 91, 'Nzerekore', ''),
(2851, 91, 'Pita', ''),
(2852, 91, 'Siguiri', ''),
(2853, 93, 'Upper Demerara-Berbice', ''),
(2854, 94, 'Grand'' Anse', ''),
(2855, 94, 'Nord-Est', ''),
(2856, 94, 'Sud', ''),
(2857, 96, 'Lempira', ''),
(2858, 108, 'Saint Mary', ''),
(2859, 108, 'Saint Thomas', ''),
(2860, 115, 'P''yongan-bukto', ''),
(2861, 118, 'Jalal-Abad', ''),
(2862, 119, 'Khoueng Xekong', ''),
(2863, 120, 'Aluksnes', ''),
(2864, 120, 'Incukalna', ''),
(2865, 120, 'Jaunpiebalgas', ''),
(2866, 120, 'Salacgrivas', ''),
(2867, 120, 'Skrundas', ''),
(2868, 122, 'Quthing', ''),
(2869, 123, 'Grand Bassa', ''),
(2870, 123, 'Grand Gedeh', ''),
(2871, 123, 'Maryland', ''),
(2872, 123, 'Nimba', ''),
(2873, 123, 'Sino', ''),
(2874, 124, 'Surt', ''),
(2875, 124, 'Wadi ash Shati''', ''),
(2876, 125, 'Gamprin', ''),
(2877, 125, 'Planken', ''),
(2878, 129, 'Bosilovo', ''),
(2879, 129, 'Klecevce', ''),
(2880, 129, 'Sopotnica', ''),
(2881, 129, 'Valandovo', ''),
(2882, 129, 'Vevcani', ''),
(2883, 129, 'Zelenikovo', ''),
(2884, 131, 'Mangochi', ''),
(2885, 133, 'Dhaalu', ''),
(2886, 133, 'Haa Alifu', ''),
(2887, 133, 'Meemu', ''),
(2888, 133, 'Thaa', ''),
(2889, 134, 'Gao', ''),
(2890, 134, 'Kidal', ''),
(2891, 134, 'Koulikoro', ''),
(2892, 134, 'Mopti', ''),
(2893, 134, 'Segou', ''),
(2894, 134, 'Tombouctou', ''),
(2895, 136, 'Ailuk Atoll', ''),
(2896, 136, 'Enewetak Atoll', ''),
(2897, 138, 'Hodh Ech Chargui', ''),
(2898, 138, 'Inchiri', ''),
(2899, 143, 'Causeni', ''),
(2900, 143, 'Glodeni', ''),
(2901, 143, 'Taraclia', ''),
(2902, 145, 'Dornod', ''),
(2903, 145, 'Ovorhangay', ''),
(2904, 145, 'Selenge', ''),
(2905, 146, 'Opstina Danilovgrad', ''),
(2906, 146, 'Opstina Zabljak', ''),
(2907, 149, 'Inhambane', ''),
(2908, 149, 'Manica', ''),
(2909, 149, 'Zambezia', ''),
(2910, 150, 'Kachin State', ''),
(2911, 150, 'Pegu', ''),
(2912, 151, 'Caprivi', ''),
(2913, 151, 'Hardap', ''),
(2914, 151, 'Kaokoland', ''),
(2915, 151, 'Kunene', ''),
(2916, 151, 'Ohangwena', ''),
(2917, 151, 'Otjiwarongo', ''),
(2918, 158, 'Diffa', ''),
(2919, 158, 'Dosso', ''),
(2920, 158, 'Maradi', ''),
(2921, 158, 'Tahoua', ''),
(2922, 159, 'Bauchi', ''),
(2923, 159, 'Borno', ''),
(2924, 159, 'Ebonyi', ''),
(2925, 159, 'Gombe', ''),
(2926, 159, 'Kebbi', ''),
(2927, 159, 'Kogi', ''),
(2928, 159, 'Nassarawa', ''),
(2929, 159, 'Niger', ''),
(2930, 159, 'Sokoto', ''),
(2931, 159, 'Taraba', ''),
(2932, 159, 'Yobe', ''),
(2933, 159, 'Zamfara', ''),
(2934, 166, 'Airai', ''),
(2935, 166, 'Koror', ''),
(2936, 168, 'Los Santos', ''),
(2937, 169, 'Manus', ''),
(2938, 169, 'Milne Bay', ''),
(2939, 169, 'North Solomons', ''),
(2940, 169, 'West New Britain', ''),
(2941, 170, 'Canindeyu', ''),
(2942, 171, 'Amazonas', ''),
(2943, 171, 'Huancavelica', ''),
(2944, 171, 'Moquegua', ''),
(2945, 171, 'Pasco', ''),
(2946, 172, 'Agusan del Sur', ''),
(2947, 172, 'Angeles', ''),
(2948, 172, 'Batanes', ''),
(2949, 172, 'Danao', ''),
(2950, 172, 'Dapitan', ''),
(2951, 172, 'Iriga', ''),
(2952, 172, 'Kalinga-Apayao', ''),
(2953, 172, 'La Carlota', ''),
(2954, 172, 'Marinduque', ''),
(2955, 172, 'Metro Manila', ''),
(2956, 172, 'Mindoro Oriental', ''),
(2957, 172, 'Mountain', ''),
(2958, 172, 'Quirino', ''),
(2959, 172, 'Samar', ''),
(2960, 172, 'San Carlos', ''),
(2961, 172, 'Siquijor', ''),
(2962, 172, 'Sorsogon', ''),
(2963, 172, 'Southern Leyte', ''),
(2964, 172, 'Sulu', ''),
(2965, 172, 'Tagaytay', ''),
(2966, 172, 'Tangub', ''),
(2967, 172, 'Tawitawi', ''),
(2968, 172, 'Toledo', ''),
(2969, 172, 'Zamboanga del Norte', ''),
(2971, 175, 'Adjuntas', ''),
(2972, 175, 'Barceloneta', ''),
(2973, 175, 'Florida', ''),
(2974, 175, 'Guayanilla', ''),
(2975, 175, 'Municipio de Juncos', ''),
(2976, 175, 'Quebradillas', ''),
(2977, 175, 'Sabana Grande', ''),
(2978, 175, 'Santa Isabel Municipio', ''),
(2979, 175, 'Yabucoa', ''),
(2980, 176, 'Madinat ach Shamal', ''),
(2981, 180, 'Sud', ''),
(2982, 184, 'Vieux-Fort', ''),
(2983, 192, 'Kaffrine', ''),
(2984, 195, 'Northern', ''),
(2986, 199, 'Cerkno', ''),
(2987, 199, 'Crensovci', ''),
(2988, 199, 'Divaca', ''),
(2989, 199, 'Kanal', ''),
(2990, 199, 'Metlika', ''),
(2991, 199, 'Miren-Kostanjevica', ''),
(2992, 199, 'Oplotnica', ''),
(2993, 199, 'Pivka', ''),
(2994, 199, 'Prebold', ''),
(2995, 199, 'Zuzemberk', ''),
(2996, 200, 'Western', ''),
(2997, 201, 'Jubbada Hoose', ''),
(2998, 201, 'Nugaal', ''),
(3005, 206, 'North Darfur', ''),
(3006, 206, 'Red Sea', ''),
(3008, 211, 'Al Hasakah', ''),
(3009, 214, 'Lindi', ''),
(3010, 214, 'Pemba South', ''),
(3011, 214, 'Pwani', ''),
(3012, 214, 'Ruvuma', ''),
(3013, 214, 'Zanzibar Central', ''),
(3014, 217, 'Plateaux', ''),
(3015, 220, 'Caroni', ''),
(3016, 223, 'Lebap', ''),
(3017, 226, 'Jinja', ''),
(3018, 226, 'Kabale', ''),
(3019, 226, 'Kasese', ''),
(3020, 226, 'Kiboga', ''),
(3021, 226, 'Mbarara', ''),
(3022, 232, 'Cerro Largo', ''),
(3023, 232, 'Flores', ''),
(3024, 232, 'Florida', ''),
(3025, 232, 'Rio Negro', ''),
(3026, 232, 'Rivera', ''),
(3027, 232, 'Treinta y Tres', ''),
(3028, 233, 'Bukhoro', ''),
(3029, 234, 'Tafea', ''),
(3030, 241, 'Al Bayda''', ''),
(3031, 241, 'Al Mahwit', ''),
(3032, 242, 'Luapula', ''),
(3033, 242, 'Western', ''),
(3034, 243, 'Mashonaland Central', ''),
(3035, 243, 'Mashonaland West', ''),
(3036, 1, 'Baghlan', ''),
(3037, 1, 'Faryab', ''),
(3038, 4, 'Illizi', ''),
(3039, 7, 'Cuanza Norte', ''),
(3040, 10, 'Saint Mary', ''),
(3041, 16, 'Astara', ''),
(3042, 16, 'Barda', ''),
(3043, 16, 'Beylaqan', ''),
(3044, 16, 'Ismayilli', ''),
(3045, 16, 'Saatli', ''),
(3046, 16, 'Samux', ''),
(3047, 16, 'Zardab', ''),
(3048, 17, 'High Rock', ''),
(3049, 30, 'Kgatleng', ''),
(3050, 35, 'Boulkiemde', ''),
(3051, 36, 'Kirundo', ''),
(3052, 37, 'Brava', ''),
(3053, 37, 'Sal', ''),
(3054, 38, 'Koh Kong', ''),
(3055, 38, 'Mondulkiri', ''),
(3056, 38, 'Oddar Meanchey', ''),
(3057, 38, 'Preah Vihear', ''),
(3058, 38, 'Prey Veng', ''),
(3059, 38, 'Ratanakiri', ''),
(3060, 38, 'Stung Treng', ''),
(3061, 43, 'Kanem', ''),
(3062, 47, 'Vichada', ''),
(3063, 48, 'Moheli', ''),
(3064, 49, 'Kouilou', ''),
(3065, 61, 'Saint Andrew', ''),
(3066, 61, 'Saint Patrick', ''),
(3067, 62, 'El Seibo', ''),
(3068, 62, 'Monte Cristi', ''),
(3069, 80, 'Baghdat''is Raioni', ''),
(3070, 86, 'Saint Andrew', ''),
(3071, 86, 'Saint David', ''),
(3072, 88, 'Piti Municipality', ''),
(3073, 93, 'Pomeroon-Supenaam', ''),
(3074, 96, 'Valle', ''),
(3075, 111, 'At Tafilah', ''),
(3076, 112, 'Bayqonyr', ''),
(3077, 119, 'Attapu', ''),
(3078, 119, 'Bokeo', ''),
(3079, 119, 'Houaphan', ''),
(3080, 119, 'Khoueng Salavan', ''),
(3081, 119, 'Xaignabouri', ''),
(3082, 120, 'Aizputes', ''),
(3083, 120, 'Baltinavas', ''),
(3084, 120, 'Brocenu', ''),
(3085, 120, 'Cesvaines', ''),
(3086, 120, 'Iecavas', ''),
(3087, 120, 'Jaunjelgavas', ''),
(3088, 120, 'Rojas', ''),
(3089, 120, 'Rundales', ''),
(3090, 120, 'Sejas', ''),
(3091, 124, 'Al Jabal al Gharbi', ''),
(3092, 124, 'Nalut', ''),
(3093, 125, 'Schellenberg', ''),
(3094, 129, 'Bistrica', ''),
(3095, 129, 'Cegrane', ''),
(3096, 129, 'Cucer-Sandevo', ''),
(3097, 129, 'Delogozdi', ''),
(3098, 129, 'Dolneni', ''),
(3099, 129, 'Jegunovce', ''),
(3100, 129, 'Kosel', ''),
(3101, 129, 'Lipkovo', ''),
(3102, 129, 'Makedonska Kamenica', ''),
(3103, 129, 'Murtino', ''),
(3104, 129, 'Plasnica', ''),
(3105, 129, 'Star Dojran', ''),
(3106, 129, 'Vrutok', ''),
(3107, 129, 'Zitose', ''),
(3108, 131, 'Nsanje', ''),
(3109, 133, 'Gaafu Dhaalu', ''),
(3110, 138, 'Assaba', ''),
(3111, 139, 'Savanne', ''),
(3112, 140, 'Bandraboua', ''),
(3113, 143, 'Basarabeasca', ''),
(3114, 143, 'Dubasari', ''),
(3115, 143, 'Rezina', ''),
(3116, 143, 'Soldanesti', ''),
(3117, 145, 'Hovd', ''),
(3118, 145, 'Tov', ''),
(3119, 146, 'Opstina Kolasin', ''),
(3120, 150, 'Irrawaddy', ''),
(3121, 151, 'Omusati', ''),
(3122, 153, 'Karnali', ''),
(3123, 153, 'Rapti', ''),
(3124, 155, 'Province des iles Loyaute', ''),
(3125, 157, 'Madriz', ''),
(3126, 157, 'Rio San Juan', ''),
(3127, 169, 'Enga', ''),
(3128, 169, 'Western', ''),
(3129, 170, 'Concepcion', ''),
(3130, 170, 'Cordillera', ''),
(3131, 170, 'Paraguari', ''),
(3132, 170, 'San Pedro', ''),
(3133, 172, 'Agusan del Norte', ''),
(3134, 172, 'Basilan', ''),
(3135, 172, 'Canlaon', ''),
(3136, 172, 'Ifugao', ''),
(3137, 172, 'Oroquieta', ''),
(3138, 172, 'Pagadian', ''),
(3139, 172, 'Palayan', ''),
(3140, 172, 'Silay', ''),
(3141, 175, 'Culebra', ''),
(3142, 180, 'Nord', ''),
(3143, 180, 'Ouest', ''),
(3144, 184, 'Anse-la-Raye', ''),
(3145, 184, 'Micoud', ''),
(3146, 188, 'A''ana', ''),
(3147, 192, 'Diourbel', ''),
(3148, 192, 'Kedougou', ''),
(3149, 199, 'Log-Dragomer', ''),
(3150, 206, 'Blue Nile', ''),
(3151, 206, 'Sennar', ''),
(3152, 206, 'South Kordufan', ''),
(3153, 206, 'West Darfur', ''),
(3154, 207, 'Commewijne', ''),
(3155, 207, 'Marowijne', ''),
(3156, 207, 'Saramacca', ''),
(3157, 211, 'Al Qunaytirah', ''),
(3158, 213, 'Regions of Republican Subordination', ''),
(3159, 214, 'Rukwa', ''),
(3160, 217, 'Centrale', ''),
(3161, 223, 'Balkan', ''),
(3162, 223, 'Mary', ''),
(3163, 226, 'Arua', ''),
(3164, 226, 'Kabarole', ''),
(3165, 226, 'Masaka', ''),
(3166, 226, 'Mbale', ''),
(3167, 226, 'Mukono', ''),
(3168, 233, 'Jizzax', ''),
(3169, 233, 'Qoraqalpoghiston', ''),
(3170, 233, 'Surkhondaryo', ''),
(3171, 241, 'Shabwah', ''),
(4000, 229, 'Aberdeen City', ''),
(4001, 229, 'Aberdeenshire', ''),
(4002, 229, 'Anglesey', ''),
(4003, 229, 'Angus', ''),
(4004, 229, 'Argyll and Bute', ''),
(4005, 229, 'Barnsley', ''),
(4006, 229, 'Bath and North East Somerset', ''),
(4007, 229, 'Bedford', ''),
(4008, 229, 'Blackburn with Darwen', ''),
(4009, 229, 'Blackpool', ''),
(4010, 229, 'Blaenau Gwent', ''),
(4011, 229, 'Borough of Bolton', ''),
(4012, 229, 'Borough of Bury', ''),
(4013, 229, 'Borough of Halton', ''),
(4014, 229, 'Borough of North Tyneside', ''),
(4015, 229, 'Borough of Oldham', ''),
(4016, 229, 'Borough of Rochdale', ''),
(4017, 229, 'Borough of Stockport', ''),
(4018, 229, 'Borough of Swindon', ''),
(4019, 229, 'Borough of Tameside', ''),
(4020, 229, 'Borough of Thurrock', ''),
(4021, 229, 'Borough of Torbay', ''),
(4022, 229, 'Borough of Wigan', ''),
(4023, 229, 'Bournemouth', ''),
(4024, 229, 'Bracknell Forest', ''),
(4025, 229, 'Bradford', ''),
(4026, 229, 'Bridgend county borough', ''),
(4027, 229, 'Brighton and Hove', ''),
(4028, 229, 'Bristol', ''),
(4029, 229, 'Buckinghamshire', ''),
(4030, 229, 'Caerphilly County Borough', ''),
(4031, 229, 'Calderdale', ''),
(4032, 229, 'Cambridgeshire', ''),
(4033, 229, 'Cardiff', ''),
(4034, 229, 'Carmarthenshire', ''),
(4035, 229, 'Central Bedfordshire', ''),
(4036, 229, 'Cheshire East', ''),
(4037, 229, 'Cheshire West and Chester', ''),
(4038, 229, 'City and Borough of Birmingham', ''),
(4039, 229, 'City and Borough of Leeds', ''),
(4040, 229, 'City and Borough of Salford', ''),
(4041, 229, 'City and Borough of Wakefield', ''),
(4042, 229, 'City and County of Swansea', ''),
(4043, 229, 'City of Kingston upon Hull', ''),
(4044, 229, 'City of Leicester', ''),
(4045, 229, 'City of York', ''),
(4046, 229, 'Clackmannanshire', ''),
(4047, 229, 'Conwy', ''),
(4048, 229, 'Cornwall', ''),
(4049, 229, 'County Durham', ''),
(4050, 229, 'County of Ceredigion', ''),
(4051, 229, 'County of Flintshire', ''),
(4052, 229, 'Coventry', ''),
(4053, 229, 'Cumbria', ''),
(4054, 229, 'Darlington', ''),
(4055, 229, 'Denbighshire', ''),
(4056, 229, 'Derby', ''),
(4057, 229, 'Derbyshire', ''),
(4058, 229, 'Devon', ''),
(4059, 229, 'District of Rutland', ''),
(4060, 229, 'Doncaster', ''),
(4061, 229, 'Dorset', ''),
(4062, 229, 'Dudley', ''),
(4063, 229, 'Dumfries and Galloway', ''),
(4064, 229, 'Dundee City', ''),
(4065, 229, 'East Ayrshire', ''),
(4066, 229, 'East Dunbartonshire', ''),
(4067, 229, 'East Lothian', ''),
(4068, 229, 'East Renfrewshire', ''),
(4069, 229, 'East Riding of Yorkshire', ''),
(4070, 229, 'East Sussex', ''),
(4071, 229, 'Edinburgh', ''),
(4072, 229, 'Eilean Siar', ''),
(4073, 229, 'Essex', ''),
(4074, 229, 'Falkirk', ''),
(4075, 229, 'Fife', ''),
(4076, 229, 'Gateshead', ''),
(4077, 229, 'Glasgow City', ''),
(4078, 229, 'Gloucestershire', ''),
(4079, 229, 'Greater London', ''),
(4080, 229, 'Gwynedd', ''),
(4081, 229, 'Hampshire', ''),
(4082, 229, 'Hartlepool', ''),
(4083, 229, 'Herefordshire', ''),
(4084, 229, 'Hertfordshire', ''),
(4085, 229, 'Highland', ''),
(4086, 229, 'Inverclyde', ''),
(4087, 229, 'Isle of Wight', ''),
(4088, 229, 'Isles of Scilly', ''),
(4089, 229, 'Kent', ''),
(4090, 229, 'Kirklees', ''),
(4091, 229, 'Knowsley', ''),
(4092, 229, 'Lancashire', ''),
(4093, 229, 'Leicestershire', ''),
(4094, 229, 'Lincolnshire', ''),
(4095, 229, 'Liverpool', ''),
(4096, 229, 'Luton', ''),
(4097, 229, 'Manchester', ''),
(4098, 229, 'Medway', ''),
(4099, 229, 'Merthyr Tydfil County Borough', ''),
(4100, 229, 'Metropolitan Borough of Wirral', ''),
(4101, 229, 'Middlesbrough', ''),
(4102, 229, 'Midlothian', ''),
(4103, 229, 'Milton Keynes', ''),
(4104, 229, 'Monmouthshire', ''),
(4105, 229, 'Moray', ''),
(4106, 229, 'Neath Port Talbot', ''),
(4107, 229, 'Newcastle upon Tyne', ''),
(4108, 229, 'Newport', ''),
(4109, 229, 'Norfolk', ''),
(4110, 229, 'North Ayrshire', ''),
(4111, 229, 'North East Lincolnshire', ''),
(4112, 229, 'North Lanarkshire', ''),
(4113, 229, 'North Lincolnshire', ''),
(4114, 229, 'North Somerset', ''),
(4115, 229, 'North Yorkshire', ''),
(4116, 229, 'Northamptonshire', ''),
(4117, 229, 'Northumberland', ''),
(4118, 229, 'Nottingham', ''),
(4119, 229, 'Nottinghamshire', ''),
(4120, 229, 'Orkney Islands', ''),
(4121, 229, 'Oxfordshire', ''),
(4122, 229, 'Pembrokeshire', ''),
(4123, 229, 'Perth and Kinross', ''),
(4124, 229, 'Peterborough', ''),
(4125, 229, 'Plymouth', ''),
(4126, 229, 'Poole', ''),
(4127, 229, 'Portsmouth', ''),
(4128, 229, 'Reading', ''),
(4129, 229, 'Redcar and Cleveland', ''),
(4130, 229, 'Renfrewshire', ''),
(4131, 229, 'Rhondda Cynon Taf', ''),
(4132, 229, 'Rotherham', ''),
(4133, 229, 'Royal Borough of Windsor and Maidenhead', ''),
(4134, 229, 'Sandwell', ''),
(4135, 229, 'Sefton', ''),
(4136, 229, 'Sheffield', ''),
(4137, 229, 'Shetland Islands', ''),
(4138, 229, 'Shropshire', ''),
(4139, 229, 'Sir Powys', ''),
(4140, 229, 'Slough', ''),
(4141, 229, 'Solihull', ''),
(4142, 229, 'Somerset', ''),
(4143, 229, 'South Ayrshire', ''),
(4144, 229, 'South Gloucestershire', ''),
(4145, 229, 'South Lanarkshire', ''),
(4146, 229, 'South Tyneside', ''),
(4147, 229, 'Southampton', ''),
(4148, 229, 'Southend-on-Sea', ''),
(4149, 229, 'St. Helens', ''),
(4150, 229, 'Staffordshire', ''),
(4151, 229, 'Stirling', ''),
(4152, 229, 'Stockton-on-Tees', ''),
(4153, 229, 'Stoke-on-Trent', ''),
(4154, 229, 'Suffolk', ''),
(4155, 229, 'Sunderland', ''),
(4156, 229, 'Surrey', ''),
(4157, 229, 'Telford and Wrekin', ''),
(4158, 229, 'The Scottish Borders', ''),
(4159, 229, 'Torfaen County Borough', ''),
(4160, 229, 'Trafford', ''),
(4161, 229, 'Vale of Glamorgan', ''),
(4162, 229, 'Walsall', ''),
(4163, 229, 'Warrington', ''),
(4164, 229, 'Warwickshire', ''),
(4165, 229, 'West Berkshire', ''),
(4166, 229, 'West Dunbartonshire', ''),
(4167, 229, 'West Lothian', ''),
(4168, 229, 'West Sussex', ''),
(4169, 229, 'Wiltshire', ''),
(4170, 229, 'Wokingham', ''),
(4171, 229, 'Wolverhampton', ''),
(4172, 229, 'Worcestershire', ''),
(4173, 229, 'Wrexham', '');
UPDATE `geo_country` SET `first` = 3 WHERE `country_id` = 230;
UPDATE `geo_country` SET `first` = 2 WHERE `country_id` = 229;
UPDATE `geo_country` SET `first` = 1 WHERE `country_id` = 40;
UPDATE `geo_city` SET `state_id` = 4097 WHERE `state_id` = 1030 AND `country_id` = 229;
DELETE FROM `geo_city` WHERE `state_id` = 2523;